From 3295498e9e49b3f67d6bf5453ebc93ab335e76ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Sep 2017 12:50:34 +0200 Subject: [PATCH 0001/1013] Remove code comment --- htdocs/product/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index cd1c9a4883b..3568cd4a492 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -367,7 +367,6 @@ function activitytrim($product_type) $result = $db->query($sql); if ($result) { - //$tmpyear=$beginyear; // FIXME $beginyear is not defined $tmpyear=0; $trim1=0; $trim2=0; From e61bcd03ed86879044e4631e15242602d7501128 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Sep 2017 13:03:27 +0200 Subject: [PATCH 0002/1013] Fix travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cb9db632ad..8ae2e95f0c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,10 +126,10 @@ before_script: echo "Set timezone" echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$PHP_VERSION_NAME/etc/php.ini if [ "$TRAVIS_PHP_VERSION" = '5.3' ] || [ "$TRAVIS_PHP_VERSION" = '5.4' ]; then - echo - echo "Enabling APC for PHP <= 5.4" + #echo + #echo "Enabling APC for PHP <= 5.4" # Documentation says it should be available for PHP <= 5.6 but it's not for 5.5 and 5.6! - echo 'extension = apc.so' >> ~/.phpenv/versions/$PHP_VERSION_NAME/etc/php.ini + #echo 'extension = apc.so' >> ~/.phpenv/versions/$PHP_VERSION_NAME/etc/php.ini echo echo "Enabling Memcached for PHP <= 5.4" # Documentation says it should be available for all PHP versions but it's not for 5.5 and 5.6, 7.0 and nightly! From 46b235c139709fd1e2410da5f60b8f5c4a4892e4 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 20 Feb 2018 15:08:57 +0100 Subject: [PATCH 0003/1013] add auto select model when select type on create invoice --- htdocs/admin/facture.php | 70 ++++++++++++++++++- htdocs/compta/facture/card.php | 63 +++++++++++++---- htdocs/compta/facture/class/facture.class.php | 17 +++-- htdocs/langs/en_US/admin.lang | 1 + 4 files changed, 131 insertions(+), 20 deletions(-) diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 1f574175898..ae3b0a66ed5 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -240,6 +240,32 @@ if ($action == 'setforcedate') } } +if ($action == 'setDefaultPDFModulesByType') +{ + $invoicetypemodels = GETPOST('invoicetypemodels'); + + if(!empty($invoicetypemodels) && is_array($invoicetypemodels)) + { + $error = 0; + + foreach ($invoicetypemodels as $type => $value) + { + $res = dolibarr_set_const($db, 'FACTURE_ADDON_PDF_'.intval($type) ,$value,'chaine',0,'',$conf->entity); + if (! $res > 0) $error++; + } + + if (! $error) + { + setEventMessages($langs->trans("SetupSaved"), null, 'mesgs'); + } + else + { + setEventMessages($langs->trans("Error"), null, 'errors'); + } + } + + +} /* @@ -469,7 +495,7 @@ print ''.$langs->trans("Preview").''; print "\n"; clearstatcache(); - +$activatedModels = array(); $var=true; foreach ($dirmodels as $reldir) { @@ -588,6 +614,48 @@ foreach ($dirmodels as $reldir) print ''; + + +/* + * Document templates generators + */ +print '
'; +print load_fiche_titre($langs->trans("BillsPDFModulesAccordindToInvoiceType"),'',''); +print '
'; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print "\n"; + +$listtype=array( + Facture::TYPE_STANDARD=>$langs->trans("InvoiceStandard"), + Facture::TYPE_REPLACEMENT=>$langs->trans("InvoiceReplacement"), + Facture::TYPE_CREDIT_NOTE=>$langs->trans("InvoiceAvoir"), + Facture::TYPE_DEPOSIT=>$langs->trans("InvoiceDeposit"), +); +if (! empty($conf->global->INVOICE_USE_SITUATION)) +{ + $listtype[Facture::TYPE_SITUATION] = $langs->trans("InvoiceSituation"); +} + +foreach ($listtype as $type => $trans) +{ + $thisTypeConfName = 'FACTURE_ADDON_PDF_'.$type; + $curent = !empty($conf->global->{$thisTypeConfName})?$conf->global->{$thisTypeConfName}:$conf->global->FACTURE_ADDON_PDF; + print ''; + print ''; + print ''; + print "\n"; +} + +print '
'.$langs->trans("Type").''.$langs->trans("Name").'
'.$trans.''.$form->selectarray('invoicetypemodels['.$type.']', ModelePDFFactures::liste_modeles($db) , $curent ,0,0, 0).'
'; +print "
"; + + /* * Modes de reglement */ diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 19612349214..277a3bc9697 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -2505,7 +2505,8 @@ if ($action == 'create') // Standard invoice print '
'; $tmp=' '; - $desc = $form->textwithpicto($tmp.$langs->trans("InvoiceStandardAsk"), $langs->transnoentities("InvoiceStandardDesc"), 1, 'help', '', 0, 3); + $tmp = $tmp.''; + $desc = $form->textwithpicto($tmp, $langs->transnoentities("InvoiceStandardDesc"), 1, 'help', '', 0, 3); print $desc; print '
'; @@ -2524,7 +2525,8 @@ if ($action == 'create') }); '; - $desc = $form->textwithpicto($tmp.$langs->trans("InvoiceDeposit"), $langs->transnoentities("InvoiceDepositDesc"), 1, 'help', '', 0, 3); + $tmp = $tmp.''; + $desc = $form->textwithpicto($tmp, $langs->transnoentities("InvoiceDepositDesc"), 1, 'help', '', 0, 3); print ''; @@ -2548,8 +2550,9 @@ if ($action == 'create') { // First situation invoice print '
'; - $tmp=' '; - $desc = $form->textwithpicto($tmp.$langs->trans("InvoiceFirstSituationAsk"), $langs->transnoentities("InvoiceFirstSituationDesc"), 1, 'help', '', 0, 3); + $tmp=' '; + $tmp = $tmp.''; + $desc = $form->textwithpicto($tmp, $langs->transnoentities("InvoiceFirstSituationDesc"), 1, 'help', '', 0, 3); print $desc; print '
'; @@ -2559,7 +2562,7 @@ if ($action == 'create') $tmp='' . $langs->trans('NoSituations') . '') || (GETPOST('origin') && GETPOST('origin') != 'facture' && GETPOST('origin') != 'commande')) $tmp.=' disabled'; $tmp.= '> '; - $text = $tmp.$langs->trans("InvoiceSituationAsk") . ' '; + $text = ' '; $text .= ''; @@ -2583,7 +2586,7 @@ if ($action == 'create') }); }); '; - $text = $tmp.$langs->trans("InvoiceReplacementAsk") . ' '; + $text = ''; $text .= ' '; - $text = $tmp.$langs->trans("InvoiceReplacement") . ' '; + $text = ' '; $text.= '('.$langs->trans("YouMustCreateInvoiceFromThird").') '; $desc = $form->textwithpicto($text, $langs->transnoentities("InvoiceReplacementDesc"), 1, 'help', '', 0, 3); print $desc; print ''; } - + + if (empty($origin)) { if ($socid > 0) @@ -2637,7 +2641,7 @@ if ($action == 'create') }); }); '; - $text = $tmp.$langs->transnoentities("InvoiceAvoirAsk") . ' '; + $text = ' '; // $text.=''; $text .= ' '; else $tmp=' '; - $text = $tmp.$langs->trans("InvoiceAvoir") . ' '; + $text = ' '; $text.= '('.$langs->trans("YouMustCreateInvoiceFromThird").') '; $desc = $form->textwithpicto($text, $langs->transnoentities("InvoiceAvoirDesc"), 1, 'help', '', 0, 3); print $desc; @@ -2677,7 +2681,7 @@ if ($action == 'create') // Template invoice print '
'; $tmp=' '; - $text = $tmp.$langs->trans("RepeatableInvoice") . ' '; + $text = ' '; //$text.= '('.$langs->trans("YouMustCreateStandardInvoiceFirst").') '; $desc = $form->textwithpicto($text, $langs->transnoentities("YouMustCreateStandardInvoiceFirstDesc"), 1, 'help', '', 0, 3); print $desc; @@ -2685,6 +2689,40 @@ if ($action == 'create') print '
'; + + + // Add auto select default document model + $listtType=array(Facture::TYPE_STANDARD,Facture::TYPE_REPLACEMENT,Facture::TYPE_CREDIT_NOTE,Facture::TYPE_DEPOSIT,Facture::TYPE_SITUATION); + $jsListType=''; + foreach ($listtType as $type) + { + $thisTypeConfName = 'FACTURE_ADDON_PDF_'.$type; + $curent = !empty($conf->global->{$thisTypeConfName})?$conf->global->{$thisTypeConfName}:$conf->global->FACTURE_ADDON_PDF; + $jsListType.=(!empty($jsListType)?',':'').'"'.$type.'":"'.$curent.'"'; + } + + print ''; + + + + print '
'; if ($socid > 0) @@ -2782,7 +2820,8 @@ if ($action == 'create') print '"; // Multicurrency diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 7edc3b65b41..91e05827032 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -4023,13 +4023,16 @@ class Facture extends CommonInvoice if (! dol_strlen($modele)) { - $modele = 'crabe'; - - if ($this->modelpdf) { - $modele = $this->modelpdf; - } elseif (! empty($conf->global->FACTURE_ADDON_PDF)) { - $modele = $conf->global->FACTURE_ADDON_PDF; - } + $modele = 'crabe'; + $thisTypeConfName = 'FACTURE_ADDON_PDF_'.$type; + + if ($this->modelpdf) { + $modele = $this->modelpdf; + }elseif (! empty($conf->global->{'FACTURE_ADDON_PDF_'.$this->type})){ + $modele = $conf->global->{'FACTURE_ADDON_PDF_'.$this->type} ; + }elseif (! empty($conf->global->FACTURE_ADDON_PDF)) { + $modele = $conf->global->FACTURE_ADDON_PDF; + } } $modelpath = "core/modules/facture/doc/"; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 91a503ba6a6..005b77bd5c2 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -1204,6 +1204,7 @@ WebCalUrlForVCalExport=An export link to %s format is available at follow BillsSetup=Invoices module setup BillsNumberingModule=Invoices and credit notes numbering model BillsPDFModules=Invoice documents models +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type PaymentsPDFModules=Payment documents models CreditNote=Credit note CreditNotes=Credit notes From d0ef8fe75a0b783b4c93c9b15a21fe81776ae94c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 22 Feb 2018 09:54:36 +0100 Subject: [PATCH 0004/1013] fix travis errors --- htdocs/admin/facture.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index ae3b0a66ed5..0db1ffc72db 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -250,7 +250,7 @@ if ($action == 'setDefaultPDFModulesByType') foreach ($invoicetypemodels as $type => $value) { - $res = dolibarr_set_const($db, 'FACTURE_ADDON_PDF_'.intval($type) ,$value,'chaine',0,'',$conf->entity); + $res = dolibarr_set_const($db, 'FACTURE_ADDON_PDF_'.intval($type),$value,'chaine',0,'',$conf->entity); if (! $res > 0) $error++; } @@ -645,10 +645,10 @@ if (! empty($conf->global->INVOICE_USE_SITUATION)) foreach ($listtype as $type => $trans) { $thisTypeConfName = 'FACTURE_ADDON_PDF_'.$type; - $curent = !empty($conf->global->{$thisTypeConfName})?$conf->global->{$thisTypeConfName}:$conf->global->FACTURE_ADDON_PDF; + $current = !empty($conf->global->{$thisTypeConfName})?$conf->global->{$thisTypeConfName}:$conf->global->FACTURE_ADDON_PDF; print ''; print ''; - print ''; + print ''; print "\n"; } From 227e4ef9a662ed739779a3635792a545dc277d9b Mon Sep 17 00:00:00 2001 From: John Date: Tue, 3 Apr 2018 10:50:15 +0200 Subject: [PATCH 0005/1013] fix php compatibility --- htdocs/compta/facture/card.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 04217fee7cd..9d2205fc98e 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -2820,7 +2820,8 @@ if ($action == 'create') print '"; From 5ac0f77d0e0acae668eade5d9efe03be1d73c0b3 Mon Sep 17 00:00:00 2001 From: BENKE Charlene Date: Wed, 2 May 2018 17:29:31 +0200 Subject: [PATCH 0006/1013] Add trigger for virtual stock Allow to add/sustract some qty for GPAO OF running --- htdocs/product/class/product.class.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 2f36fd59035..2fa802a532c 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3925,7 +3925,7 @@ class Product extends CommonObject */ function load_virtual_stock() { - global $conf; + global $conf, $user, $langs; $stock_commande_client=0; $stock_commande_fournisseur=0; @@ -3975,6 +3975,16 @@ class Product extends CommonObject if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)) { $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur; } + + // Call triggers + include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php'; + $interface=new Interfaces($this->db); + $result=$interface->run_triggers('LOAD_VIRTUAL_STOCK', $this, $user, $langs, $conf); + if ($result < 0) { + $this->errors=$interface->errors; + return -1; + } + } From ec5e84075e32f571d036beedb9fb3afecbfb23e7 Mon Sep 17 00:00:00 2001 From: atm-quentin Date: Thu, 3 May 2018 10:18:38 +0200 Subject: [PATCH 0007/1013] NEW Rights to ignore price min --- htdocs/comm/propal/card.php | 4 ++-- htdocs/commande/card.php | 4 ++-- htdocs/compta/facture/card.php | 4 ++-- htdocs/compta/facture/fiche-rec.php | 4 ++-- htdocs/contrat/card.php | 2 +- htdocs/core/modules/modProduct.class.php | 7 +++++++ htdocs/langs/fr_FR/admin.lang | 1 + 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 004b32a83fc..e61863b0697 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -967,7 +967,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($user->rights->produit->ignore_price_min) && (! 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 { @@ -1087,7 +1087,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($user->rights->produit->ignore_price_min) && ($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 ++; } diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 76a290a79cd..45953815fff 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -902,7 +902,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($user->rights->produit->ignore_price_min) && (! 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 { @@ -1023,7 +1023,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($user->rights->produit->ignore_price_min) && ($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++; } diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index dbce9c2e76d..293fa784adf 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -1839,7 +1839,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($user->rights->produit->ignore_price_min) && (! 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 { @@ -1984,7 +1984,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($user->rights->produit->ignore_price_min) && (($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 ++; } diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index 1fc7fa1fb96..8c918f77cac 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -666,7 +666,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($user->rights->produit->ignore_price_min) && (! 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'); @@ -833,7 +833,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($user->rights->produit->ignore_price_min) && (($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 ++; diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index d474da18a85..4dbbb32e915 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -564,7 +564,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($user->rights->produit->ignore_price_min) && ($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 ; diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index bfbc28d8321..665ed9ba2bc 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -129,6 +129,13 @@ class modProduct extends DolibarrModules $this->rights[$r][3] = 0; $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'; + $r++; // Menus //------- diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 49a80dabe7a..837940a7bea 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -645,6 +645,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) From 70c9ed960d67f1ff14023d32dcec069dec1fd6bb Mon Sep 17 00:00:00 2001 From: BENKE Charlene Date: Sun, 6 May 2018 22:11:24 +0200 Subject: [PATCH 0008/1013] let's play with hook --- htdocs/product/class/product.class.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 2fa802a532c..9bdb286db25 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3976,14 +3976,15 @@ class Product extends CommonObject $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur; } - // Call triggers - include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php'; - $interface=new Interfaces($this->db); - $result=$interface->run_triggers('LOAD_VIRTUAL_STOCK', $this, $user, $langs, $conf); - if ($result < 0) { - $this->errors=$interface->errors; - return -1; + if (! is_object($hookmanager)) { + include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php'; + $hookmanager=new HookManager($this->db); } + $hookmanager->initHooks(array('productdao')); + $parameters=array('id'=>$this->id); + // Note that $action and $object may have been modified by some hooks + $reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action); + if ($reshook > 0) $this->stock_theorique+= $hookmanager->resPrint; } From 8ed3b3e49c9e230592c43283b74cbf03e20e3a7b Mon Sep 17 00:00:00 2001 From: BENKE Charlene Date: Sun, 6 May 2018 22:12:43 +0200 Subject: [PATCH 0009/1013] Update product.class.php --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 9bdb286db25..06ff0bd3ee6 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3925,7 +3925,7 @@ class Product extends CommonObject */ function load_virtual_stock() { - global $conf, $user, $langs; + global $conf, $action; $stock_commande_client=0; $stock_commande_fournisseur=0; From 8cd6c72a2fea1bf611da2ffe683c163d36590305 Mon Sep 17 00:00:00 2001 From: atm-quentin Date: Mon, 7 May 2018 10:04:43 +0200 Subject: [PATCH 0010/1013] NEW advanced rights --- htdocs/comm/propal/card.php | 5 ++--- htdocs/commande/card.php | 4 ++-- htdocs/compta/facture/card.php | 4 ++-- htdocs/compta/facture/fiche-rec.php | 4 ++-- htdocs/contrat/card.php | 2 +- htdocs/core/modules/modProduct.class.php | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index e61863b0697..bfd46d4c836 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -967,7 +967,7 @@ if (empty($reshook)) if ($tva_npr) $info_bits |= 0x01; - if (empty($user->rights->produit->ignore_price_min) && (! 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 { @@ -1086,8 +1086,7 @@ if (empty($reshook)) $price_min = $product->multiprices_min [$object->thirdparty->price_level]; $label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : ''); - - if (empty($user->rights->produit->ignore_price_min) && ($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 ++; } diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 45953815fff..956c7321180 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -902,7 +902,7 @@ if (empty($reshook)) if ($tva_npr) $info_bits |= 0x01; - if (empty($user->rights->produit->ignore_price_min) && (! 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 { @@ -1023,7 +1023,7 @@ if (empty($reshook)) $label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : ''); - if (empty($user->rights->produit->ignore_price_min) && ($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++; } diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 293fa784adf..3996883f1eb 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -1839,7 +1839,7 @@ if (empty($reshook)) if ($tva_npr) $info_bits |= 0x01; - if (empty($user->rights->produit->ignore_price_min) && (! 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 { @@ -1984,7 +1984,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 (empty($user->rights->produit->ignore_price_min) && (($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 ++; } diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index 8c918f77cac..36b9cb3462d 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -666,7 +666,7 @@ if (empty($reshook)) if ($tva_npr) $info_bits |= 0x01; - if (empty($user->rights->produit->ignore_price_min) && (! 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'); @@ -833,7 +833,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 (empty($user->rights->produit->ignore_price_min) && (($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 ++; diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index 4dbbb32e915..baafdbf5c8a 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -564,7 +564,7 @@ if (empty($reshook)) $info_bits=0; if ($tva_npr) $info_bits |= 0x01; - if (empty($user->rights->produit->ignore_price_min) && ($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 ; diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index 665ed9ba2bc..5020efec241 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -134,7 +134,7 @@ class modProduct extends DolibarrModules $this->rights[$r][1] = 'Ignore minimum price'; $this->rights[$r][2] = 'r'; $this->rights[$r][3] = 0; - $this->rights[$r][4] = 'ignore_price_min'; + $this->rights[$r][4] = 'ignore_price_min_advance'; $r++; // Menus From 008163628ab1ed78afd5dab12d4f5da593e5eef5 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 26 Jun 2018 08:03:25 +0200 Subject: [PATCH 0011/1013] New pdf documents using new column system --- .../core/class/commondocgenerator.class.php | 225 ++ .../commande/doc/pdf_eratosthene.modules.php | 1675 ++++++++++++++ .../facture/doc/pdf_sponge.modules.php | 2030 +++++++++++++++++ .../modules/propale/doc/pdf_cyan.modules.php | 1891 +++++++++++++++ htdocs/langs/en_US/bills.lang | 3 +- htdocs/langs/en_US/orders.lang | 3 +- htdocs/langs/en_US/propal.lang | 3 +- 7 files changed, 5827 insertions(+), 3 deletions(-) create mode 100644 htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php create mode 100644 htdocs/core/modules/facture/doc/pdf_sponge.modules.php create mode 100644 htdocs/core/modules/propale/doc/pdf_cyan.modules.php diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index d3d77640540..ef0283a85d5 100644 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -749,5 +749,230 @@ abstract class CommonDocGenerator if (empty($hidebottom)) $pdf->line($x+$l, $y+$h, $x, $y+$h); $pdf->line($x, $y+$h, $x, $y); } + + + /** + * uasort callback function to Sort colums fields + * + * @param array $a PDF lines array fields configs + * @param array $b PDF lines array fields configs + * @return int Return compare result + */ + function columnSort($a, $b) { + + if(empty($a['rank'])){ $a['rank'] = 0; } + if(empty($b['rank'])){ $b['rank'] = 0; } + if ($a['rank'] == $b['rank']) { + return 0; + } + return ($a['rank'] > $b['rank']) ? -1 : 1; + + } + + /** + * Prepare Array Column Field + * + * @param object $object common object + * @param outputlangs $outputlangs langs + * @param int $hidedetails Do not show line details + * @param int $hidedesc Do not show desc + * @param int $hideref Do not show ref + * @return null + */ + function prepareArrayColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){ + + global $conf; + + $this->defineColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref); + + + // Sorting + uasort ( $this->cols, array( $this, 'columnSort' ) ); + + // Positionning + $curX = $this->page_largeur-$this->marge_droite; // start from right + + // Array witdh + $arrayWidth = $this->page_largeur-$this->marge_droite-$this->marge_gauche; + + // Count flexible column + $totalDefinedColWidth = 0; + $countFlexCol = 0; + foreach ($this->cols as $colKey =>& $colDef) + { + if(!$this->getColumnStatus($colKey)) continue; // continue if desable + + if(!empty($colDef['scale'])){ + // In case of column widht is defined by percentage + $colDef['width'] = abs($arrayWidth * $colDef['scale'] / 100 ); + } + + if(empty($colDef['width'])){ + $countFlexCol++; + } + else{ + $totalDefinedColWidth += $colDef['width']; + } + } + + foreach ($this->cols as $colKey =>& $colDef) + { + // setting empty conf with default + if(!empty($colDef['title'])){ + $colDef['title'] = array_replace($this->defaultTitlesFieldsStyle, $colDef['title']); + } + else{ + $colDef['title'] = $this->defaultTitlesFieldsStyle; + } + + // setting empty conf with default + if(!empty($colDef['content'])){ + $colDef['content'] = array_replace($this->defaultContentsFieldsStyle, $colDef['content']); + } + else{ + $colDef['content'] = $this->defaultContentsFieldsStyle; + } + + if($this->getColumnStatus($colKey)) + { + // In case of flexible column + if(empty($colDef['width'])){ + $colDef['width'] = abs(($arrayWidth - $totalDefinedColWidth)) / $countFlexCol; + } + + // Set positions + $lastX = $curX; + $curX = $lastX - $colDef['width']; + $colDef['xStartPos'] = $curX; + $colDef['xEndPos'] = $lastX; + } + } + } + + /** + * get column content width from column key + * + * @param string $colKey the column key + * @return float width in mm + */ + function getColumnContentWidth($colKey) + { + $colDef = $this->cols[$colKey]; + return $colDef['width'] - $colDef['content']['padding'][3] - $colDef['content']['padding'][1]; + } + + + /** + * get column content X (abscissa) left position from column key + * + * @param string $colKey the column key + * @return float X position in mm + */ + function getColumnContentXStart($colKey) + { + $colDef = $this->cols[$colKey]; + return $colDef['xStartPos'] + $colDef['content']['padding'][3]; + } + + /** + * get column position rank from column key + * + * @param string $colKey the column key + * @return int rank on success and -1 on error + */ + function getColumnRank($colKey) + { + if(!isset($this->cols[$colKey]['rank'])) return -1; + return $this->cols[$colKey]['rank']; + } + + /** + * get column position rank from column key + * + * @param string $newColKey the new column key + * @param array $defArray a single column definition array + * @param string $targetCol target column used to place the new column beside + * @param bool $insertAfterTarget insert before or after target column ? + * @return int new rank on success and -1 on error + */ + function insertNewColumnDef($newColKey, $defArray, $targetCol = false, $insertAfterTarget = false) + { + // prepare wanted rank + $rank = -1; + + // try to get rank from target column + if(!empty($targetCol)){ + $rank = $this->getColumnRank($targetCol); + if($rank>=0 && $insertAfterTarget){ $rank++; } + } + + // get rank from new column definition + if($rank<0 && !empty($defArray['rank'])){ + $rank = $defArray['rank']; + } + + // error: no rank + if($rank<0){ return -1; } + + foreach ($this->cols as $colKey =>& $colDef) + { + if( $rank <= $colDef['rank']) + { + $colDef['rank'] = $colDef['rank'] + 1; + } + } + + $defArray['rank'] = $rank; + $this->cols[$newColKey] = $defArray; // array_replace is used to preserve keys + + return $rank; + } + + + /** + * print standard column content + * + * @param PDF $pdf pdf object + * @param float $curY curent Y position + * @param string $colKey the column key + * @param string $columnText column text + * @return int new rank on success and -1 on error + */ + function printStdColumnContent($pdf, &$curY, $colKey, $columnText = '') + { + global $hookmanager; + + $parameters=array( + 'object' => $object, + 'curY' =>& $curY, + 'columnText' => $columnText, + 'colKey' => $colKey + ); + $reshook=$hookmanager->executeHooks('printStdColumnContent',$parameters,$this); // Note that $action and $object may have been modified by hook + if ($reshook < 0) setEventMessages($hookmanager->error,$hookmanager->errors,'errors'); + if (!$reshook) + { + if(empty($columnText)) return; + $pdf->SetXY($this->getColumnContentXStart($colKey),$curY); // Set curent position + $colDef = $this->cols[$colKey]; + $pdf->MultiCell( $this->getColumnContentWidth($colKey),2, $columnText,'',$colDef['content']['align']); + } + + } + + + /** + * get column status from column key + * + * @param string $colKey the column key + * @return float width in mm + */ + function getColumnStatus($colKey) + { + if( !empty($this->cols[$colKey]['status'])){ + return true; + } + else return false; + } } diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php new file mode 100644 index 00000000000..58129bea6e2 --- /dev/null +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -0,0 +1,1675 @@ + + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2008 Raphael Bertrand + * Copyright (C) 2010-2013 Juanjo Menent + * Copyright (C) 2012 Christophe Battarel + * Copyright (C) 2012 Cedric Salvador + * Copyright (C) 2015 Marcos García + * Copyright (C) 2017 Ferran Marcet + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * or see http://www.gnu.org/ + */ + +/** + * \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php + * \ingroup commande + * \brief Fichier de la classe permettant de generer les commandes au modele Eratosthène + */ + +require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php'; +require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php'; + + +/** + * Classe to generate PDF orders with template Eratosthene + */ +class pdf_eratosthene extends ModelePDFCommandes +{ + /** + * @var DoliDb Database handler + */ + public $db; + + /** + * @var string model name + */ + public $name; + + /** + * @var string model description (short text) + */ + public $description; + + /** + * @var int Save the name of generated file as the main doc when generating a doc with this template + */ + public $update_main_doc_field; + + /** + * @var string document type + */ + public $type; + + /** + * @var array() Minimum version of PHP required by module. + * e.g.: PHP ≥ 5.3 = array(5, 3) + */ + public $phpmin = array(5, 2); + + /** + * Dolibarr version of the loaded document + * @public string + */ + public $version = 'dolibarr'; + + public $page_largeur; + public $page_hauteur; + public $format; + public $marge_gauche; + public $marge_droite; + public $marge_haute; + public $marge_basse; + + public $emetteur; // Objet societe qui emet + + + /** + * Constructor + * + * @param DoliDB $db Database handler + */ + public function __construct($db) + { + global $conf,$langs,$mysoc; + + // Translations + $langs->loadLangs(array("main", "bills", "products")); + + $this->db = $db; + $this->name = "eratosthene"; + $this->description = $langs->trans('PDFEratostheneDescription'); + $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template + + // Dimension page + $this->type = 'pdf'; + $formatarray=pdf_getFormat(); + $this->page_largeur = $formatarray['width']; + $this->page_hauteur = $formatarray['height']; + $this->format = array($this->page_largeur,$this->page_hauteur); + $this->marge_gauche=isset($conf->global->MAIN_PDF_MARGIN_LEFT)?$conf->global->MAIN_PDF_MARGIN_LEFT:10; + $this->marge_droite=isset($conf->global->MAIN_PDF_MARGIN_RIGHT)?$conf->global->MAIN_PDF_MARGIN_RIGHT:10; + $this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10; + $this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10; + + $this->option_logo = 1; // Affiche logo + $this->option_tva = 1; // Gere option tva FACTURE_TVAOPTION + $this->option_modereg = 1; // Affiche mode reglement + $this->option_condreg = 1; // Affiche conditions reglement + $this->option_codeproduitservice = 1; // Affiche code produit-service + $this->option_multilang = 1; // Dispo en plusieurs langues + $this->option_escompte = 0; // Affiche si il y a eu escompte + $this->option_credit_note = 0; // Support credit notes + $this->option_freetext = 1; // Support add of a personalised text + $this->option_draft_watermark = 1; // Support add of a watermark on drafts + + $this->franchise=!$mysoc->tva_assuj; + + // Get source company + $this->emetteur=$mysoc; + if (empty($this->emetteur->country_code)) $this->emetteur->country_code=substr($langs->defaultlang,-2); // By default, if was not defined + + // Define position of columns + $this->posxdesc=$this->marge_gauche+1; + + + $this->tva=array(); + $this->localtax1=array(); + $this->localtax2=array(); + $this->atleastoneratenotnull=0; + $this->atleastonediscount=0; + } + + /** + * Function to build pdf onto disk + * + * @param Object $object Object to generate + * @param Translate $outputlangs Lang output object + * @param string $srctemplatepath Full path of source filename for generator using a template file + * @param int $hidedetails Do not show line details + * @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, $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 + $outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "orders", "deliveries")); + + $nblignes = count($object->lines); + + if ($conf->commande->dir_output) + { + $object->fetch_thirdparty(); + + $deja_regle = 0; + + // Definition of $dir and $file + if ($object->specimen) + { + $dir = $conf->commande->dir_output; + $file = $dir . "/SPECIMEN.pdf"; + } + else + { + $objectref = dol_sanitizeFileName($object->ref); + $dir = $conf->commande->dir_output . "/" . $objectref; + $file = $dir . "/" . $objectref . ".pdf"; + } + + if (! file_exists($dir)) + { + if (dol_mkdir($dir) < 0) + { + $this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir); + return 0; + } + } + + if (file_exists($dir)) + { + // Add pdfgeneration hook + if (! is_object($hookmanager)) + { + include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php'; + $hookmanager=new HookManager($this->db); + } + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('beforePDFCreation',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks + + // Create pdf instance + $pdf=pdf_getInstance($this->format); + $default_font_size = pdf_getPDFFontSize($outputlangs); // Must be after pdf_getInstance + $pdf->SetAutoPageBreak(1,0); + + $heightforinfotot = 40; // Height reserved to output the info and total part + $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5); // Height reserved to output the free text on last page + $heightforfooter = $this->marge_basse + (empty($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS)?12:22); // Height reserved to output the footer (value include bottom margin) + + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont(pdf_getPDFFont($outputlangs)); + // Set path to the background PDF File + if (! empty($conf->global->MAIN_ADD_PDF_BACKGROUND)) + { + $pagecount = $pdf->setSourceFile($conf->mycompany->dir_output.'/'.$conf->global->MAIN_ADD_PDF_BACKGROUND); + $tplidx = $pdf->importPage(1); + } + + $pdf->Open(); + $pagenb=0; + $pdf->SetDrawColor(128,128,128); + + $pdf->SetTitle($outputlangs->convToOutputCharset($object->ref)); + $pdf->SetSubject($outputlangs->transnoentities("PdfOrderTitle")); + $pdf->SetCreator("Dolibarr ".DOL_VERSION); + $pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs))); + $pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("PdfOrderTitle")." ".$outputlangs->convToOutputCharset($object->thirdparty->name)); + if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false); + + $pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right + + /// Does we have at least one line with discount $this->atleastonediscount + foreach ($object->lines as $line) { + if ($line->remise_percent){ + $this->atleastonediscount = true; + break; + } + } + + if (empty($this->atleastonediscount) && empty($conf->global->PRODUCT_USE_UNITS)) + { + $this->posxpicture+=($this->postotalht - $this->posxdiscount); + $this->posxtva+=($this->postotalht - $this->posxdiscount); + $this->posxup+=($this->postotalht - $this->posxdiscount); + $this->posxqty+=($this->postotalht - $this->posxdiscount); + $this->posxdiscount+=($this->postotalht - $this->posxdiscount); + //$this->postotalht; + } + + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + $top_shift = $this->_pagehead($pdf, $object, 1, $outputlangs); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell(0, 3, ''); // Set interline to 3 + $pdf->SetTextColor(0,0,0); + + + $tab_top = 90+$top_shift; + $tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10); + + // Incoterm + if ($conf->incoterm->enabled) + { + $desc_incoterms = $object->getIncotermsForPDF(); + if ($desc_incoterms) + { + $tab_top -= 2; + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top-1, dol_htmlentitiesbr($desc_incoterms), 0, 1); + $nexY = $pdf->GetY(); + $height_incoterms=$nexY-$tab_top; + + // Rect prend une longueur en 3eme param + $pdf->SetDrawColor(192,192,192); + $pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1); + + $tab_top = $nexY+6; + } + } + + // Affiche notes + $notetoshow=empty($object->note_public)?'':$object->note_public; + if (! empty($conf->global->MAIN_ADD_SALE_REP_SIGNATURE_IN_NOTE)) + { + // Get first sale rep + if (is_object($object->thirdparty)) + { + $salereparray=$object->thirdparty->getSalesRepresentatives($user); + $salerepobj=new User($this->db); + $salerepobj->fetch($salereparray[0]['id']); + if (! empty($salerepobj->signature)) $notetoshow=dol_concatdesc($notetoshow, $salerepobj->signature); + } + } + + $pagenb = $pdf->getPage(); + if ($notetoshow) + { + $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite; + $pageposbeforenote = $pagenb; + + $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object); + complete_substitutions_array($substitutionarray, $outputlangs, $object); + $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs); + + $tab_top -= 2; + + $pdf->startTransaction(); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + // Description + $pageposafternote=$pdf->getPage(); + $posyafter = $pdf->GetY(); + + if($pageposafternote>$pageposbeforenote ) + { + $pdf->rollbackTransaction(true); + + // prepar pages to receive notes + while ($pagenb < $pageposafternote) { + $pdf->AddPage(); + $pagenb++; + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + // $this->_pagefoot($pdf,$object,$outputlangs,1); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + } + + // back to start + $pdf->setPage($pageposbeforenote); + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + $pageposafternote=$pdf->getPage(); + + $posyafter = $pdf->GetY(); + + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20))) // There is no space left for total+free text + { + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + //$posyafter = $tab_top_newpage; + } + + + // apply note frame to previus pages + $i = $pageposbeforenote; + while ($i < $pageposafternote) { + $pdf->setPage($i); + + + $pdf->SetDrawColor(128,128,128); + // Draw note frame + if($i>$pageposbeforenote){ + $height_note = $this->page_hauteur - ($tab_top_newpage + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note + 1); + } + else{ + $height_note = $this->page_hauteur - ($tab_top + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1); + } + + // Add footer + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + $this->_pagefoot($pdf,$object,$outputlangs,1); + + $i++; + } + + // apply note frame to last page + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $height_note=$posyafter-$tab_top_newpage; + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1); + + } + else // No pagebreak + { + $pdf->commitTransaction(); + $posyafter = $pdf->GetY(); + $height_note=$posyafter-$tab_top; + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1); + + + if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) ) + { + // not enough space, need to add page + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + + $posyafter = $tab_top_newpage; + } + + } + + $tab_height = $tab_height - $height_note; + $tab_top = $posyafter +6; + } + else + { + $height_note=0; + } + + $iniY = $tab_top + 7; + $curY = $tab_top + 7; + $nexY = $tab_top + 7; + + // Use new auto collum system + $this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref); + + // Loop on each lines + $pageposbeforeprintlines=$pdf->getPage(); + $pagenb = $pageposbeforeprintlines; + for ($i = 0 ; $i < $nblignes ; $i++) + { + $curY = $nexY; + $pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage + $pdf->SetTextColor(0,0,0); + + $pdf->setTopMargin($tab_top_newpage); + $pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforinfotot); // The only function to edit the bottom margin of current page to set it. + $pageposbefore=$pdf->getPage(); + + // Description of product line + $curX = $this->posxdesc-1; + + $showpricebeforepagebreak=1; + + if($this->getColumnStatus('desc')) + { + $pdf->startTransaction(); + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + $pageposafter=$pdf->getPage(); + if ($pageposafter > $pageposbefore) // There is a pagebreak + { + $pdf->rollbackTransaction(true); + $pageposafter=$pageposbefore; + //print $pageposafter.'-'.$pageposbefore;exit; + $pdf->setPageOrientation('', 1, $heightforfooter); // The only function to edit the bottom margin of current page to set it. + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + $pageposafter=$pdf->getPage(); + $posyafter=$pdf->GetY(); + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))) // There is no space left for total+free text + { + if ($i == ($nblignes-1)) // No more lines, and no space left to show total, so we create a new page + { + $pdf->AddPage('','',true); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + //if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $pdf->setPage($pageposafter+1); + } + } + else + { + // We found a page break + $showpricebeforepagebreak=0; + } + } + else // No pagebreak + { + $pdf->commitTransaction(); + } + $posYAfterDescription=$pdf->GetY(); + } + + $nexY = $pdf->GetY(); + $pageposafter=$pdf->getPage(); + + $pdf->setPage($pageposbefore); + $pdf->setTopMargin($this->marge_haute); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + + // We suppose that a too long description is moved completely on next page + if ($pageposafter > $pageposbefore && empty($showpricebeforepagebreak)) { + $pdf->setPage($pageposafter); $curY = $tab_top_newpage; + } + + $pdf->SetFont('','', $default_font_size - 1); // On repositionne la police par defaut + + // VAT Rate + if ($this->getColumnStatus('vat')) + { + $vat_rate = pdf_getlinevatrate($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate); + $nexY = max($pdf->GetY(),$nexY); + } + + // Unit price before discount + if ($this->getColumnStatus('subprice')) + { + $up_excl_tax = pdf_getlineupexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + // Quantity + // Enough for 6 chars + if ($this->getColumnStatus('qty')) + { + $qty = pdf_getlineqty($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'qty', $qty); + $nexY = max($pdf->GetY(),$nexY); + } + + + // Unit + if ($this->getColumnStatus('unit')) + { + $unit = pdf_getlineunit($object, $i, $outputlangs, $hidedetails, $hookmanager); + $this->printStdColumnContent($pdf, $curY, 'unit', $unit); + $nexY = max($pdf->GetY(),$nexY); + } + + // Discount on line + if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent) + { + $remise_percent = pdf_getlineremisepercent($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent); + $nexY = max($pdf->GetY(),$nexY); + } + + // Total HT line + if ($this->getColumnStatus('totalexcltax')) + { + $total_excl_tax = pdf_getlinetotalexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + + $parameters=array( + 'object' => $object, + 'i' => $i, + 'pdf' =>& $pdf, + 'curY' =>& $curY, + 'nexY' =>& $nexY, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails + ); + $reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this); // Note that $object may have been modified by hook + + + // Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva + if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva; + else $tvaligne=$object->lines[$i]->total_tva; + + $localtax1ligne=$object->lines[$i]->total_localtax1; + $localtax2ligne=$object->lines[$i]->total_localtax2; + $localtax1_rate=$object->lines[$i]->localtax1_tx; + $localtax2_rate=$object->lines[$i]->localtax2_tx; + $localtax1_type=$object->lines[$i]->localtax1_type; + $localtax2_type=$object->lines[$i]->localtax2_type; + + if ($object->remise_percent) $tvaligne-=($tvaligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax1ligne-=($localtax1ligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax2ligne-=($localtax2ligne*$object->remise_percent)/100; + + $vatrate=(string) $object->lines[$i]->tva_tx; + + // Retrieve type from database for backward compatibility with old records + if ((! isset($localtax1_type) || $localtax1_type=='' || ! isset($localtax2_type) || $localtax2_type=='') // if tax type not defined + && (! empty($localtax1_rate) || ! empty($localtax2_rate))) // and there is local tax + { + $localtaxtmp_array=getLocalTaxesFromRate($vatrate,0,$object->thirdparty,$mysoc); + $localtax1_type = $localtaxtmp_array[0]; + $localtax2_type = $localtaxtmp_array[2]; + } + + // retrieve global local tax + if ($localtax1_type && $localtax1ligne != 0) + $this->localtax1[$localtax1_type][$localtax1_rate]+=$localtax1ligne; + if ($localtax2_type && $localtax2ligne != 0) + $this->localtax2[$localtax2_type][$localtax2_rate]+=$localtax2ligne; + + if (($object->lines[$i]->info_bits & 0x01) == 0x01) $vatrate.='*'; + if (! isset($this->tva[$vatrate])) $this->tva[$vatrate]=0; + $this->tva[$vatrate] += $tvaligne; + + // Add line + if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1)) + { + $pdf->setPage($pageposafter); + $pdf->SetLineStyle(array('dash'=>'1,1','color'=>array(80,80,80))); + //$pdf->SetDrawColor(190,190,200); + $pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1); + $pdf->SetLineStyle(array('dash'=>0)); + } + + $nexY+=2; // Passe espace entre les lignes + + // Detect if some page were added automatically and output _tableau for past pages + while ($pagenb < $pageposafter) + { + $pdf->setPage($pagenb); + if ($pagenb == $pageposbeforeprintlines) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + $pagenb++; + $pdf->setPage($pagenb); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + if (isset($object->lines[$i+1]->pagebreak) && $object->lines[$i+1]->pagebreak) + { + if ($pagenb == $pageposafter) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + } + + // Show square + if ($pagenb == $pageposbeforeprintlines) + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 0, 0, $object->multicurrency_code); + else + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 1, 0, $object->multicurrency_code); + $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1; + + // Affiche zone infos + $posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs); + + // Affiche zone totaux + $posy=$this->_tableau_tot($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs); + + // Affiche zone versements + /* + if ($deja_regle) + { + $posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs); + } + */ + + // Pied de page + $this->_pagefoot($pdf, $object, $outputlangs); + if (method_exists($pdf, 'AliasNbPages')) $pdf->AliasNbPages(); + + $pdf->Close(); + + $pdf->Output($file, 'F'); + + // Add pdfgeneration hook + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file, 'object'=>$object, 'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('afterPDFCreation', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks + + if (! empty($conf->global->MAIN_UMASK)) + @chmod($file, octdec($conf->global->MAIN_UMASK)); + + $this->result = array('fullpath'=>$file); + + return 1; // Pas d'erreur + } + else + { + $this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir); + return 0; + } + } + else + { + $this->error=$langs->transnoentities("ErrorConstantNotDefined","COMMANDE_OUTPUTDIR"); + return 0; + } + } + + /** + * Show payments table + * + * @param TCPDF $pdf Object PDF + * @param Object $object Object order + * @param int $posy Position y in PDF + * @param Translate $outputlangs Object langs for output + * @return int <0 if KO, >0 if OK + */ + function _tableau_versements(&$pdf, $object, $posy, $outputlangs) + { + + } + + + /** + * Show miscellaneous information (payment mode, payment term, ...) + * + * @param TCPDF $pdf Object PDF + * @param Object $object Object to show + * @param int $posy Y + * @param Translate $outputlangs Langs object + * @return void + */ + function _tableau_info(&$pdf, $object, $posy, $outputlangs) + { + global $conf; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $pdf->SetFont('','', $default_font_size - 1); + + // If France, show VAT mention if not applicable + if ($this->emetteur->country_code == 'FR' && $this->franchise == 1) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0); + + $posy=$pdf->GetY()+4; + } + + $posxval=52; + + // Show payments conditions + if ($object->cond_reglement_code || $object->cond_reglement) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentConditions").':'; + $pdf->MultiCell(43, 4, $titre, 0, 'L'); + + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_condition_paiement=$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code)!=('PaymentCondition'.$object->cond_reglement_code)?$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code):$outputlangs->convToOutputCharset($object->cond_reglement_doc); + $lib_condition_paiement=str_replace('\n',"\n",$lib_condition_paiement); + $pdf->MultiCell(67, 4, $lib_condition_paiement,0,'L'); + + $posy=$pdf->GetY()+3; + } + + // Check a payment mode is defined + /* Not used with orders + if (empty($object->mode_reglement_code) + && ! $conf->global->FACTURE_CHQ_NUMBER + && ! $conf->global->FACTURE_RIB_NUMBER) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorNoPaiementModeConfigured"),0,'L',0); + $pdf->SetTextColor(0,0,0); + + $posy=$pdf->GetY()+1; + } + */ + /* TODO + else if (! empty($object->availability_code)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->MultiCell(80, 3, $outputlangs->transnoentities("AvailabilityPeriod").': '.,0,'L',0); + $pdf->SetTextColor(0,0,0); + + $posy=$pdf->GetY()+1; + }*/ + + // Show planed date of delivery + if (! empty($object->date_livraison)) + { + $outputlangs->load("sendings"); + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("DateDeliveryPlanned").':'; + $pdf->MultiCell(80, 4, $titre, 0, 'L'); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $dlp=dol_print_date($object->date_livraison,"daytext",false,$outputlangs,true); + $pdf->MultiCell(80, 4, $dlp, 0, 'L'); + + $posy=$pdf->GetY()+1; + } + elseif ($object->availability_code || $object->availability) // Show availability conditions + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("AvailabilityPeriod").':'; + $pdf->MultiCell(80, 4, $titre, 0, 'L'); + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_availability=$outputlangs->transnoentities("AvailabilityType".$object->availability_code)!=('AvailabilityType'.$object->availability_code)?$outputlangs->transnoentities("AvailabilityType".$object->availability_code):$outputlangs->convToOutputCharset(isset($object->availability)?$object->availability:''); + $lib_availability=str_replace('\n',"\n",$lib_availability); + $pdf->MultiCell(80, 4, $lib_availability, 0, 'L'); + + $posy=$pdf->GetY()+1; + } + + // Show payment mode + if ($object->mode_reglement_code + && $object->mode_reglement_code != 'CHQ' + && $object->mode_reglement_code != 'VIR') + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentMode").':'; + $pdf->MultiCell(80, 5, $titre, 0, 'L'); + + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_mode_reg=$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code)!=('PaymentType'.$object->mode_reglement_code)?$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code):$outputlangs->convToOutputCharset($object->mode_reglement); + $pdf->MultiCell(80, 5, $lib_mode_reg,0,'L'); + + $posy=$pdf->GetY()+2; + } + + // Show payment mode CHQ + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'CHQ') + { + // Si mode reglement non force ou si force a CHQ + if (! empty($conf->global->FACTURE_CHQ_NUMBER)) + { + if ($conf->global->FACTURE_CHQ_NUMBER > 0) + { + $account = new Account($this->db); + $account->fetch($conf->global->FACTURE_CHQ_NUMBER); + + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - 3); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$account->proprio),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - 3); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($account->owner_address), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + if ($conf->global->FACTURE_CHQ_NUMBER == -1) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - 3); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$this->emetteur->name),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - 3); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($this->emetteur->getFullAddress()), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + } + } + + // If payment mode not forced or forced to VIR, show payment with BAN + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'VIR') + { + if (! empty($object->fk_account) || ! empty($object->fk_bank) || ! empty($conf->global->FACTURE_RIB_NUMBER)) + { + $bankid=(empty($object->fk_account)?$conf->global->FACTURE_RIB_NUMBER:$object->fk_account); + if (! empty($object->fk_bank)) $bankid=$object->fk_bank; // For backward compatibility when object->fk_account is forced with object->fk_bank + $account = new Account($this->db); + $account->fetch($bankid); + + $curx=$this->marge_gauche; + $cury=$posy; + + $posy=pdf_bank($pdf,$outputlangs,$curx,$cury,$account,0,$default_font_size); + + $posy+=2; + } + } + + return $posy; + } + + + /** + * Show total to pay + * + * @param TCPDF $pdf Object PDF + * @param Facture $object Object invoice + * @param int $deja_regle Montant deja regle + * @param int $posy Position depart + * @param Translate $outputlangs Objet langs + * @return int Position pour suite + */ + function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) + { + global $conf,$mysoc; + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $tab2_top = $posy; + $tab2_hl = 4; + $pdf->SetFont('','', $default_font_size - 1); + + // Tableau total + $col1x = 120; $col2x = 170; + if ($this->page_largeur < 210) // To work with US executive format + { + $col2x-=20; + } + $largcol2 = ($this->page_largeur - $this->marge_droite - $col2x); + + $useborder=0; + $index = 0; + + // Total HT + $pdf->SetFillColor(255,255,255); + $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); + $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); + + // Show VAT by rates and total + $pdf->SetFillColor(248,248,248); + + $total_ttc = ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ttc : $object->total_ttc; + + $this->atleastoneratenotnull=0; + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) + { + $tvaisnull=((! empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false); + if (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_IFNULL) && $tvaisnull) + { + // Nothing to do + } + else + { + //Local tax 1 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + + } + } + } + //} + // VAT + foreach($this->tva as $tvakey => $tvaval) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + $this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat =$outputlangs->transcountrynoentities("TotalVAT",$mysoc->country_code).' '; + $totalvat.=vatrate($tvakey,1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + + //Local tax 1 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2",$mysoc->country_code).' '; + + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + + // Total TTC + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalTTC"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($total_ttc, 0, $outputlangs), $useborder, 'R', 1); + } + } + + $pdf->SetTextColor(0,0,0); + + $creditnoteamount=0; + $depositsamount=0; + //$creditnoteamount=$object->getSumCreditNotesUsed(); + //$depositsamount=$object->getSumDepositsUsed(); + //print "x".$creditnoteamount."-".$depositsamount;exit; + $resteapayer = price2num($total_ttc - $deja_regle - $creditnoteamount - $depositsamount, 'MT'); + if (! empty($object->paye)) $resteapayer=0; + + if ($deja_regle > 0) + { + // Already paid + Deposits + $index++; + + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("AlreadyPaid"), 0, 'L', 0); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($deja_regle, 0, $outputlangs), 0, 'R', 0); + + $index++; + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("RemainderToPay"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($resteapayer, 0, $outputlangs), $useborder, 'R', 1); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetTextColor(0,0,0); + } + + $index++; + return ($tab2_top + ($tab2_hl * $index)); + } + + /** + * Show table for lines + * + * @param PDF $pdf Object PDF + * @param string $tab_top Top position of table + * @param string $tab_height Height of table (rectangle) + * @param int $nexY Y (not used) + * @param Translate $outputlangs Langs object + * @param int $hidetop 1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title + * @param int $hidebottom Hide bottom bar of array + * @param string $currency Currency code + * @return void + */ + function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='') + { + global $conf; + + // Force to disable hidetop and hidebottom + $hidebottom=0; + if ($hidetop) $hidetop=-1; + + $currency = !empty($currency) ? $currency : $conf->currency; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + // Amount in (at tab_top - 1) + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + + if (empty($hidetop)) + { + $titre = $outputlangs->transnoentities("AmountInCurrency",$outputlangs->transnoentitiesnoconv("Currency".$currency)); + $pdf->SetXY($this->page_largeur - $this->marge_droite - ($pdf->GetStringWidth($titre) + 3), $tab_top-4); + $pdf->MultiCell(($pdf->GetStringWidth($titre) + 3), 2, $titre); + + //$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR='230,230,230'; + if (! empty($conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)) $pdf->Rect($this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_droite-$this->marge_gauche, 5, 'F', null, explode(',',$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)); + } + + $pdf->SetDrawColor(128,128,128); + $pdf->SetFont('','', $default_font_size - 1); + + // 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 + + + foreach ($this->cols as $colKey => $colDef) + { + if(!$this->getColumnStatus($colKey)) continue; + + // get title label + $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']); + + // Add column separator + if(!empty($colDef['border-left'])){ + $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height); + } + + if (empty($hidetop)) + { + $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] ); + + $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1]; + $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']); + } + } + + if (empty($hidetop)){ + $pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5); // line prend une position y en 2eme param et 4eme param + } + + + } + + /** + * Show top header of page. + * + * @param TCPDF $pdf Object PDF + * @param Object $object Object to show + * @param int $showaddress 0=no, 1=yes + * @param Translate $outputlangs Object lang for output + * @param string $titlekey Translation key to show as title of document + * @return void + */ + function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="PdfOrderTitle") + { + global $conf,$langs,$hookmanager; + + // Translations + $outputlangs->loadLangs(array("main", "bills", "propal", "orders", "companies")); + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + pdf_pagehead($pdf,$outputlangs,$this->page_hauteur); + + // Show Draft Watermark + if($object->statut==0 && (! empty($conf->global->COMMANDE_DRAFT_WATERMARK)) ) + { + pdf_watermark($pdf,$outputlangs,$this->page_hauteur,$this->page_largeur,'mm',$conf->global->COMMANDE_DRAFT_WATERMARK); + } + + $pdf->SetTextColor(0,0,60); + $pdf->SetFont('','B', $default_font_size + 3); + + $posy=$this->marge_haute; + $posx=$this->page_largeur-$this->marge_droite-100; + + $pdf->SetXY($this->marge_gauche,$posy); + + // Logo + $logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo; + if ($this->emetteur->logo) + { + if (is_readable($logo)) + { + $height=pdf_getHeightForLogo($logo); + $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height); // width=0 (auto) + } + else + { + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B', $default_font_size -2); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L'); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L'); + } + } + else + { + $text=$this->emetteur->name; + $pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L'); + } + + $pdf->SetFont('','B', $default_font_size + 3); + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $title=$outputlangs->transnoentities($titlekey); + $pdf->MultiCell(100, 3, $title, '', 'R'); + + $pdf->SetFont('','B',$default_font_size); + + $posy+=5; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 4, $outputlangs->transnoentities("Ref")." : " . $outputlangs->convToOutputCharset($object->ref), '', 'R'); + + $posy+=1; + $pdf->SetFont('','', $default_font_size - 1); + + if ($object->ref_client) + { + $posy+=5; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("RefCustomer")." : " . $outputlangs->convToOutputCharset($object->ref_client), '', 'R'); + } + + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("OrderDate")." : " . dol_print_date($object->date,"%d %b %Y",false,$outputlangs,true), '', 'R'); + + // Get contact + if (!empty($conf->global->DOC_SHOW_FIRST_SALES_REP)) + { + $arrayidcontact=$object->getIdContact('internal','SALESREPFOLL'); + if (count($arrayidcontact) > 0) + { + $usertmp=new User($this->db); + $usertmp->fetch($arrayidcontact[0]); + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $langs->trans("SalesRepresentative")." : ".$usertmp->getFullName($langs), '', 'R'); + } + } + + $posy+=2; + + $top_shift = 0; + // Show list of linked objects + $current_y = $pdf->getY(); + $posy = pdf_writeLinkedObjects($pdf, $object, $outputlangs, $posx, $posy, 100, 3, 'R', $default_font_size); + if ($current_y < $pdf->getY()) + { + $top_shift = $pdf->getY() - $current_y; + } + + if ($showaddress) + { + // Sender properties + $carac_emetteur=''; + // Add internal contact of proposal if defined + $arrayidcontact=$object->getIdContact('internal','SALESREPFOLL'); + if (count($arrayidcontact) > 0) + { + $object->fetch_user($arrayidcontact[0]); + $labelbeforecontactname=($outputlangs->transnoentities("FromContactName")!='FromContactName'?$outputlangs->transnoentities("FromContactName"):$outputlangs->transnoentities("Name")); + $carac_emetteur .= ($carac_emetteur ? "\n" : '' ).$labelbeforecontactname." ".$outputlangs->convToOutputCharset($object->user->getFullName($outputlangs))."\n"; + } + + $carac_emetteur .= pdf_build_address($outputlangs, $this->emetteur, $object->thirdparty, '', 0, 'source', $object); + + // Show sender + $posy=42+$top_shift; + $posx=$this->marge_gauche; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->page_largeur-$this->marge_droite-80; + $hautcadre=40; + + // Show sender frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx,$posy-5); + $pdf->MultiCell(66,5, $outputlangs->transnoentities("BillFrom").":", 0, 'L'); + $pdf->SetXY($posx,$posy); + $pdf->SetFillColor(230,230,230); + $pdf->MultiCell(82, $hautcadre, "", 0, 'R', 1); + $pdf->SetTextColor(0,0,60); + + // Show sender name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell(80, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, 'L'); + $posy=$pdf->getY(); + + // Show sender information + $pdf->SetXY($posx+2,$posy); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L'); + + + + // If CUSTOMER contact defined on order, we use it + $usecontact=false; + $arrayidcontact=$object->getIdContact('external','CUSTOMER'); + if (count($arrayidcontact) > 0) + { + $usecontact=true; + $result=$object->fetch_contact($arrayidcontact[0]); + } + + //Recipient name + // On peut utiliser le nom de la societe du contact + if ($usecontact && !empty($conf->global->MAIN_USE_COMPANY_NAME_OF_CONTACT)) { + $thirdparty = $object->contact; + } else { + $thirdparty = $object->thirdparty; + } + + $carac_client_name= pdfBuildThirdpartyName($thirdparty, $outputlangs); + + $carac_client=pdf_build_address($outputlangs,$this->emetteur,$object->thirdparty,($usecontact?$object->contact:''),$usecontact,'target', $object); + + // Show recipient + $widthrecbox=100; + if ($this->page_largeur < 210) $widthrecbox=84; // To work with US executive format + $posy=42+$top_shift; + $posx=$this->page_largeur-$this->marge_droite-$widthrecbox; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->marge_gauche; + + // Show recipient frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx+2,$posy-5); + $pdf->MultiCell($widthrecbox, 5, $outputlangs->transnoentities("BillTo").":",0,'L'); + $pdf->Rect($posx, $posy, $widthrecbox, $hautcadre); + + // Show recipient name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell($widthrecbox, 4, $carac_client_name, 0, 'L'); + + $posy = $pdf->getY(); + + // Show recipient information + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetXY($posx+2,$posy); + $pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L'); + } + + $pdf->SetTextColor(0,0,0); + return $top_shift; + } + + /** + * Show footer of page. Need this->emetteur object + * + * @param TCPDF $pdf PDF + * @param Object $object Object to show + * @param Translate $outputlangs Object lang for output + * @param int $hidefreetext 1=Hide free text + * @return int Return height of bottom margin including footer text + */ + function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0) + { + global $conf; + $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); + } + + + + /** + * Define Array Column Field + * + * @param object $object common object + * @param outputlangs $outputlangs langs + * @param int $hidedetails Do not show line details + * @param int $hidedesc Do not show desc + * @param int $hideref Do not show ref + * @return null + */ + function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){ + + global $conf, $hookmanager; + + // Default field style for content + $this->defaultContentsFieldsStyle = array( + 'align' => 'R', // R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + // Default field style for content + $this->defaultTitlesFieldsStyle = array( + 'align' => 'C', // R,C,L + 'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + /* + * For exemple + $this->cols['theColKey'] = array( + 'rank' => $rank, // int : use for ordering columns + 'width' => 20, // the column width in mm + 'title' => array( + 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + 'label' => ' ', // the final label : used fore final generated text + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + ); + */ + + $rank=0; // do not use negative rank + $this->cols['desc'] = array( + 'rank' => $rank, + 'width' => false, // only for desc + 'status' => true, + 'title' => array( + 'textkey' => 'Designation', // use lang key is usefull in somme case with module + 'align' => 'L', + // 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + // 'label' => ' ', // the final label + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', + ), + ); + + $rank = $rank + 10; + $this->cols['photo'] = array( + 'rank' => $rank, + 'width' => (empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Photo', + 'label' => ' ' + ), + 'content' => array( + 'padding' => array(0,0,0,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'border-left' => false, // remove left line separator + ); + + if (! empty($conf->global->MAIN_GENERATE_ORDERS_WITH_PICTURE)) + { + $this->cols['photo']['status'] = true; + } + + + $rank = $rank + 10; + $this->cols['vat'] = array( + 'rank' => $rank, + 'status' => false, + 'width' => 16, // in mm + 'title' => array( + 'textkey' => 'VAT' + ), + 'border-left' => true, // add left line separator + ); + + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN)) + { + $this->cols['vat']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['subprice'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'PriceUHT' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['qty'] = array( + 'rank' => $rank, + 'width' => 16, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'Qty' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['progress'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Progress' + ), + 'border-left' => false, // add left line separator + ); + + if($this->situationinvoice) + { + $this->cols['progress']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['unit'] = array( + 'rank' => $rank, + 'width' => 11, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Unit' + ), + 'border-left' => true, // add left line separator + ); + if($conf->global->PRODUCT_USE_UNITS){ + $this->cols['unit']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['discount'] = array( + 'rank' => $rank, + 'width' => 13, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'ReductionShort' + ), + 'border-left' => true, // add left line separator + ); + if ($this->atleastonediscount){ + $this->cols['discount']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['totalexcltax'] = array( + 'rank' => $rank, + 'width' => 26, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'TotalHT' + ), + 'border-left' => true, // add left line separator + ); + + + $parameters=array( + 'object' => $object, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails, + 'hidedesc' => $hidedesc, + 'hideref' => $hideref + ); + + $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this); // Note that $object may have been modified by hook + if ($reshook < 0) + { + setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + } + elseif (empty($reshook)) + { + $this->cols = array_replace($this->cols, $hookmanager->resArray); // array_replace is used to preserve keys + } + else + { + $this->cols = $hookmanager->resArray; + } + + } + +} diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php new file mode 100644 index 00000000000..72c2a5aaca6 --- /dev/null +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php @@ -0,0 +1,2030 @@ + + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2008 Raphael Bertrand + * Copyright (C) 2010-2014 Juanjo Menent + * Copyright (C) 2012 Christophe Battarel + * Copyright (C) 2012 Cédric Salvador + * Copyright (C) 2012-2014 Raphaël Doursenaud + * Copyright (C) 2015 Marcos García + * Copyright (C) 2017 Ferran Marcet + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * or see http://www.gnu.org/ + */ + +/** + * \file htdocs/core/modules/facture/doc/pdf_sponge.modules.php + * \ingroup facture + * \brief File of class to generate customers invoices from sponge model + */ + +require_once DOL_DOCUMENT_ROOT.'/core/modules/facture/modules_facture.php'; +require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php'; + + +/** + * Class to manage PDF invoice template sponge + */ +class pdf_sponge extends ModelePDFFactures +{ + /** + * @var DoliDb Database handler + */ + public $db; + + /** + * @var string model name + */ + public $name; + + /** + * @var string model description (short text) + */ + public $description; + + /** + * @var int Save the name of generated file as the main doc when generating a doc with this template + */ + public $update_main_doc_field; + + /** + * @var string document type + */ + public $type; + + /** + * @var array() Minimum version of PHP required by module. + * e.g.: PHP ≥ 5.3 = array(5, 3) + */ + public $phpmin = array(5, 2); + + /** + * Dolibarr version of the loaded document + * @public string + */ + public $version = 'dolibarr'; + + public $page_largeur; + public $page_hauteur; + public $format; + public $marge_gauche; + public $marge_droite; + public $marge_haute; + public $marge_basse; + + public $emetteur; // Objet societe qui emet + + /** + * @var bool Situation invoice type + */ + public $situationinvoice; + + /** + * @var float X position for the situation progress column + */ + public $posxprogress; + + + /** + * Constructor + * + * @param DoliDB $db Database handler + */ + function __construct($db) + { + global $conf,$langs,$mysoc; + + // Translations + $langs->loadLangs(array("main", "bills")); + + $this->db = $db; + $this->name = "sponge"; + $this->description = $langs->trans('PDFSpongeDescription'); + $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template + + // Dimensiont page + $this->type = 'pdf'; + $formatarray=pdf_getFormat(); + $this->page_largeur = $formatarray['width']; + $this->page_hauteur = $formatarray['height']; + $this->format = array($this->page_largeur,$this->page_hauteur); + $this->marge_gauche=isset($conf->global->MAIN_PDF_MARGIN_LEFT)?$conf->global->MAIN_PDF_MARGIN_LEFT:10; + $this->marge_droite=isset($conf->global->MAIN_PDF_MARGIN_RIGHT)?$conf->global->MAIN_PDF_MARGIN_RIGHT:10; + $this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10; + $this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10; + + $this->option_logo = 1; // Affiche logo + $this->option_tva = 1; // Gere option tva FACTURE_TVAOPTION + $this->option_modereg = 1; // Affiche mode reglement + $this->option_condreg = 1; // Affiche conditions reglement + $this->option_codeproduitservice = 1; // Affiche code produit-service + $this->option_multilang = 1; // Dispo en plusieurs langues + $this->option_escompte = 1; // Affiche si il y a eu escompte + $this->option_credit_note = 1; // Support credit notes + $this->option_freetext = 1; // Support add of a personalised text + $this->option_draft_watermark = 1; // Support add of a watermark on drafts + + $this->franchise=!$mysoc->tva_assuj; + + // Get source company + $this->emetteur=$mysoc; + if (empty($this->emetteur->country_code)) $this->emetteur->country_code=substr($langs->defaultlang,-2); // By default, if was not defined + + // Define position of columns + $this->posxdesc=$this->marge_gauche+1; // used for notes ans other stuff + + // Use new system for position of columns, view $this->defineColumnField() + + $this->tva=array(); + $this->localtax1=array(); + $this->localtax2=array(); + $this->atleastoneratenotnull=0; + $this->atleastonediscount=0; + $this->situationinvoice=false; + } + + + /** + * Function to build pdf onto disk + * + * @param Object $object Object to generate + * @param Translate $outputlangs Lang output object + * @param string $srctemplatepath Full path of source filename for generator using a template file + * @param int $hidedetails Do not show line details + * @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,$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 + $outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies")); + + $nblignes = count($object->lines); + + // Loop on each lines to detect if there is at least one image to show + $realpatharray=array(); + $this->atleastonephoto = false; + if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE)) + { + $objphoto = new Product($this->db); + + for ($i = 0 ; $i < $nblignes ; $i++) + { + if (empty($object->lines[$i]->fk_product)) continue; + + $objphoto->fetch($object->lines[$i]->fk_product); + //var_dump($objphoto->ref);exit; + if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) + { + $pdir[0] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/"; + $pdir[1] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/'; + } + else + { + $pdir[0] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/'; // default + $pdir[1] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/"; // alternative + } + + $arephoto = false; + foreach ($pdir as $midir) + { + if (! $arephoto) + { + $dir = $conf->product->dir_output.'/'.$midir; + + foreach ($objphoto->liste_photos($dir,1) as $key => $obj) + { + if (empty($conf->global->CAT_HIGH_QUALITY_IMAGES)) // If CAT_HIGH_QUALITY_IMAGES not defined, we use thumb if defined and then original photo + { + if ($obj['photo_vignette']) + { + $filename= $obj['photo_vignette']; + } + else + { + $filename=$obj['photo']; + } + } + else + { + $filename=$obj['photo']; + } + + $realpath = $dir.$filename; + $arephoto = true; + $this->atleastonephoto = true; + } + } + } + + if ($realpath && $arephoto) $realpatharray[$i]=$realpath; + } + } + + //if (count($realpatharray) == 0) $this->posxpicture=$this->posxtva; + + if ($conf->facture->dir_output) + { + $object->fetch_thirdparty(); + + $deja_regle = $object->getSommePaiement(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0); + $amount_credit_notes_included = $object->getSumCreditNotesUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0); + $amount_deposits_included = $object->getSumDepositsUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0); + + // Definition of $dir and $file + if ($object->specimen) + { + $dir = $conf->facture->dir_output; + $file = $dir . "/SPECIMEN.pdf"; + } + else + { + $objectref = dol_sanitizeFileName($object->ref); + $dir = $conf->facture->dir_output . "/" . $objectref; + $file = $dir . "/" . $objectref . ".pdf"; + } + if (! file_exists($dir)) + { + if (dol_mkdir($dir) < 0) + { + $this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir); + return 0; + } + } + + if (file_exists($dir)) + { + // Add pdfgeneration hook + if (! is_object($hookmanager)) + { + include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php'; + $hookmanager=new HookManager($this->db); + } + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('beforePDFCreation',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks + + // Set nblignes with the new facture lines content after hook + $nblignes = count($object->lines); + $nbpayments = count($object->getListOfPayments()); + + // Create pdf instance + $pdf=pdf_getInstance($this->format); + $default_font_size = pdf_getPDFFontSize($outputlangs); // Must be after pdf_getInstance + $pdf->SetAutoPageBreak(1,0); + + $heightforinfotot = 50+(4*$nbpayments); // Height reserved to output the info and total part and payment part + $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5); // Height reserved to output the free text on last page + $heightforfooter = $this->marge_basse + (empty($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS)?12:22); // Height reserved to output the footer (value include bottom margin) + + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont(pdf_getPDFFont($outputlangs)); + + // Set path to the background PDF File + if (! empty($conf->global->MAIN_ADD_PDF_BACKGROUND)) + { + $pagecount = $pdf->setSourceFile($conf->mycompany->dir_output.'/'.$conf->global->MAIN_ADD_PDF_BACKGROUND); + $tplidx = $pdf->importPage(1); + } + + $pdf->Open(); + $pagenb=0; + $pdf->SetDrawColor(128,128,128); + + $pdf->SetTitle($outputlangs->convToOutputCharset($object->ref)); + $pdf->SetSubject($outputlangs->transnoentities("PdfInvoiceTitle")); + $pdf->SetCreator("Dolibarr ".DOL_VERSION); + $pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs))); + $pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("PdfInvoiceTitle")." ".$outputlangs->convToOutputCharset($object->thirdparty->name)); + if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false); + + $pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right + + // Does we have at least one line with discount $this->atleastonediscount + foreach ($object->lines as $line) { + if ($line->remise_percent){ + $this->atleastonediscount = true; + break; + } + } + + + // Situation invoice handling + if ($object->situation_cycle_ref) + { + $this->situationinvoice = true; + } + + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + + $top_shift = $this->_pagehead($pdf, $object, 1, $outputlangs); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell(0, 3, ''); // Set interline to 3 + $pdf->SetTextColor(0,0,0); + + $tab_top = 90+$top_shift; + $tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10); + $tab_height = 130-$top_shift; + $tab_height_newpage = 150; + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $tab_height_newpage -= $top_shift; + + // Incoterm + $height_incoterms = 0; + if ($conf->incoterm->enabled) + { + $desc_incoterms = $object->getIncotermsForPDF(); + if ($desc_incoterms) + { + $tab_top -= 2; + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top-1, dol_htmlentitiesbr($desc_incoterms), 0, 1); + $nexY = max($pdf->GetY(),$nexY); + $height_incoterms=$nexY-$tab_top; + + // Rect prend une longueur en 3eme param + $pdf->SetDrawColor(192,192,192); + $pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1); + + $tab_top = $nexY+6; + $height_incoterms += 4; + } + } + + // Affiche notes + $notetoshow=empty($object->note_public)?'':$object->note_public; + if (! empty($conf->global->MAIN_ADD_SALE_REP_SIGNATURE_IN_NOTE)) + { + // Get first sale rep + if (is_object($object->thirdparty)) + { + $salereparray=$object->thirdparty->getSalesRepresentatives($user); + $salerepobj=new User($this->db); + $salerepobj->fetch($salereparray[0]['id']); + if (! empty($salerepobj->signature)) $notetoshow=dol_concatdesc($notetoshow, $salerepobj->signature); + } + } + + $pagenb = $pdf->getPage(); + if ($notetoshow) + { + $tab_top -= 2; + + $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite; + $pageposbeforenote = $pagenb; + + $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object); + complete_substitutions_array($substitutionarray, $outputlangs, $object); + $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs); + + + $pdf->startTransaction(); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + // Description + $pageposafternote=$pdf->getPage(); + $posyafter = $pdf->GetY(); + + if($pageposafternote>$pageposbeforenote ) + { + $pdf->rollbackTransaction(true); + + // prepar pages to receive notes + while ($pagenb < $pageposafternote) { + $pdf->AddPage(); + $pagenb++; + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + // $this->_pagefoot($pdf,$object,$outputlangs,1); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + } + + // back to start + $pdf->setPage($pageposbeforenote); + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + $pageposafternote=$pdf->getPage(); + + $posyafter = $pdf->GetY(); + + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20))) // There is no space left for total+free text + { + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + //$posyafter = $tab_top_newpage; + } + + + // apply note frame to previus pages + $i = $pageposbeforenote; + while ($i < $pageposafternote) { + $pdf->setPage($i); + + + $pdf->SetDrawColor(128,128,128); + // Draw note frame + if($i>$pageposbeforenote){ + $height_note = $this->page_hauteur - ($tab_top_newpage + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note + 1); + } + else{ + $height_note = $this->page_hauteur - ($tab_top + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1); + } + + // Add footer + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + $this->_pagefoot($pdf,$object,$outputlangs,1); + + $i++; + } + + // apply note frame to last page + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $height_note=$posyafter-$tab_top_newpage; + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1); + + } + else // No pagebreak + { + $pdf->commitTransaction(); + $posyafter = $pdf->GetY(); + $height_note=$posyafter-$tab_top; + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1); + + + if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) ) + { + // not enough space, need to add page + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + + $posyafter = $tab_top_newpage; + } + + } + + $tab_height = $tab_height - $height_note; + $tab_top = $posyafter +6; + } + else + { + $height_note=0; + } + + $iniY = $tab_top + 7; + $curY = $tab_top + 7; + $nexY = $tab_top + 7; + + // Use new auto collum system + $this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref); + + // Loop on each lines + $pageposbeforeprintlines=$pdf->getPage(); + $pagenb = $pageposbeforeprintlines; + for ($i = 0; $i < $nblignes; $i++) + { + + $curY = $nexY; + $pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage + $pdf->SetTextColor(0,0,0); + + // Define size of image if we need it + $imglinesize=array(); + if (! empty($realpatharray[$i])) $imglinesize=pdf_getSizeForImage($realpatharray[$i]); + + $pdf->setTopMargin($tab_top_newpage); + $pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforinfotot); // The only function to edit the bottom margin of current page to set it. + $pageposbefore=$pdf->getPage(); + + $showpricebeforepagebreak=1; + $posYAfterImage=0; + $posYAfterDescription=0; + + if($this->getColumnStatus('photo')) + { + // We start with Photo of product line + if (isset($imglinesize['width']) && isset($imglinesize['height']) && ($curY + $imglinesize['height']) > ($this->page_hauteur-($heightforfooter+$heightforfreetext+$heightforinfotot))) // If photo too high, we moved completely on new page + { + $pdf->AddPage('','',true); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pdf->setPage($pageposbefore+1); + + $curY = $tab_top_newpage; + $showpricebeforepagebreak=0; + } + + if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height'])) + { + $pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300); // Use 300 dpi + // $pdf->Image does not increase value return by getY, so we save it manually + $posYAfterImage=$curY+$imglinesize['height']; + } + } + + // Description of product line + if ($this->getColumnStatus('desc')) + { + $pdf->startTransaction(); + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + $pageposafter=$pdf->getPage(); + if ($pageposafter > $pageposbefore) // There is a pagebreak + { + $pdf->rollbackTransaction(true); + $pageposafter=$pageposbefore; + //print $pageposafter.'-'.$pageposbefore;exit; + $pdf->setPageOrientation('', 1, $heightforfooter); // The only function to edit the bottom margin of current page to set it. + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + $pageposafter=$pdf->getPage(); + $posyafter=$pdf->GetY(); + //var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit; + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))) // There is no space left for total+free text + { + if ($i == ($nblignes-1)) // No more lines, and no space left to show total, so we create a new page + { + $pdf->AddPage('','',true); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pdf->setPage($pageposafter+1); + } + } + else + { + // We found a page break + $showpricebeforepagebreak=0; + } + } + else // No pagebreak + { + $pdf->commitTransaction(); + } + $posYAfterDescription=$pdf->GetY(); + } + + $nexY = $pdf->GetY(); + $pageposafter=$pdf->getPage(); + $pdf->setPage($pageposbefore); + $pdf->setTopMargin($this->marge_haute); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + + // We suppose that a too long description or photo were moved completely on next page + if ($pageposafter > $pageposbefore && empty($showpricebeforepagebreak)) { + $pdf->setPage($pageposafter); $curY = $tab_top_newpage; + } + + $pdf->SetFont('','', $default_font_size - 1); // On repositionne la police par defaut + + // VAT Rate + if ($this->getColumnStatus('vat')) + { + $vat_rate = pdf_getlinevatrate($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate); + $nexY = max($pdf->GetY(),$nexY); + } + + // Unit price before discount + if ($this->getColumnStatus('subprice')) + { + $up_excl_tax = pdf_getlineupexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + // Quantity + // Enough for 6 chars + if ($this->getColumnStatus('qty')) + { + $qty = pdf_getlineqty($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'qty', $qty); + $nexY = max($pdf->GetY(),$nexY); + } + + // Situation progress + if ($this->getColumnStatus('progress')) + { + $progress = pdf_getlineprogress($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'progress', $progress); + $nexY = max($pdf->GetY(),$nexY); + } + + // Unit + if ($this->getColumnStatus('unit')) + { + $unit = pdf_getlineunit($object, $i, $outputlangs, $hidedetails, $hookmanager); + $this->printStdColumnContent($pdf, $curY, 'unit', $unit); + $nexY = max($pdf->GetY(),$nexY); + } + + // Discount on line + if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent) + { + $remise_percent = pdf_getlineremisepercent($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent); + $nexY = max($pdf->GetY(),$nexY); + } + + // Total HT line + if ($this->getColumnStatus('totalexcltax')) + { + $total_excl_tax = pdf_getlinetotalexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + + $parameters=array( + 'object' => $object, + 'i' => $i, + 'pdf' =>& $pdf, + 'curY' =>& $curY, + 'nexY' =>& $nexY, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails + ); + $reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this); // Note that $object may have been modified by hook + + + + $sign=1; + if (isset($object->type) && $object->type == 2 && ! empty($conf->global->INVOICE_POSITIVE_CREDIT_NOTE)) $sign=-1; + // Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva + $prev_progress = $object->lines[$i]->get_prev_progress($object->id); + if ($prev_progress > 0 && !empty($object->lines[$i]->situation_percent)) // Compute progress from previous situation + { + if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne = $sign * $object->lines[$i]->multicurrency_total_tva * ($object->lines[$i]->situation_percent - $prev_progress) / $object->lines[$i]->situation_percent; + else $tvaligne = $sign * $object->lines[$i]->total_tva * ($object->lines[$i]->situation_percent - $prev_progress) / $object->lines[$i]->situation_percent; + } else { + if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne= $sign * $object->lines[$i]->multicurrency_total_tva; + else $tvaligne= $sign * $object->lines[$i]->total_tva; + } + + $localtax1ligne=$object->lines[$i]->total_localtax1; + $localtax2ligne=$object->lines[$i]->total_localtax2; + $localtax1_rate=$object->lines[$i]->localtax1_tx; + $localtax2_rate=$object->lines[$i]->localtax2_tx; + $localtax1_type=$object->lines[$i]->localtax1_type; + $localtax2_type=$object->lines[$i]->localtax2_type; + + if ($object->remise_percent) $tvaligne-=($tvaligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax1ligne-=($localtax1ligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax2ligne-=($localtax2ligne*$object->remise_percent)/100; + + $vatrate=(string) $object->lines[$i]->tva_tx; + + // Retrieve type from database for backward compatibility with old records + if ((! isset($localtax1_type) || $localtax1_type=='' || ! isset($localtax2_type) || $localtax2_type=='') // if tax type not defined + && (! empty($localtax1_rate) || ! empty($localtax2_rate))) // and there is local tax + { + $localtaxtmp_array=getLocalTaxesFromRate($vatrate,0, $object->thirdparty, $mysoc); + $localtax1_type = $localtaxtmp_array[0]; + $localtax2_type = $localtaxtmp_array[2]; + } + + // retrieve global local tax + if ($localtax1_type && $localtax1ligne != 0) + $this->localtax1[$localtax1_type][$localtax1_rate]+=$localtax1ligne; + if ($localtax2_type && $localtax2ligne != 0) + $this->localtax2[$localtax2_type][$localtax2_rate]+=$localtax2ligne; + + if (($object->lines[$i]->info_bits & 0x01) == 0x01) $vatrate.='*'; + if (! isset($this->tva[$vatrate])) $this->tva[$vatrate]=0; + $this->tva[$vatrate] += $tvaligne; + + $nexY = max($nexY,$posYAfterImage); + + // Add line + if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1)) + { + $pdf->setPage($pageposafter); + $pdf->SetLineStyle(array('dash'=>'1,1','color'=>array(80,80,80))); + //$pdf->SetDrawColor(190,190,200); + $pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1); + $pdf->SetLineStyle(array('dash'=>0)); + } + + $nexY+=2; // Passe espace entre les lignes + + // Detect if some page were added automatically and output _tableau for past pages + while ($pagenb < $pageposafter) + { + $pdf->setPage($pagenb); + if ($pagenb == $pageposbeforeprintlines) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + $pagenb++; + $pdf->setPage($pagenb); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + + if (isset($object->lines[$i+1]->pagebreak) && $object->lines[$i+1]->pagebreak) + { + if ($pagenb == $pageposafter) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + + } + + // Show square + if ($pagenb == $pageposbeforeprintlines) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 0, 0, $object->multicurrency_code); + $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1; + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 1, 0, $object->multicurrency_code); + $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1; + } + + // Affiche zone infos + $posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs); + + // Affiche zone totaux + $posy=$this->_tableau_tot($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs); + + // Affiche zone versements + if (($deja_regle || $amount_credit_notes_included || $amount_deposits_included) && empty($conf->global->INVOICE_NO_PAYMENT_DETAILS)) + { + $posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs); + } + + // Pied de page + $this->_pagefoot($pdf,$object,$outputlangs); + if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages(); + + $pdf->Close(); + + $pdf->Output($file,'F'); + + // Add pdfgeneration hook + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('afterPDFCreation',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks + + if (! empty($conf->global->MAIN_UMASK)) + @chmod($file, octdec($conf->global->MAIN_UMASK)); + + $this->result = array('fullpath'=>$file); + + return 1; // No error + } + else + { + $this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir); + return 0; + } + } + else + { + $this->error=$langs->transnoentities("ErrorConstantNotDefined","FAC_OUTPUTDIR"); + return 0; + } + } + + + /** + * Show payments table + * + * @param PDF $pdf Object PDF + * @param Object $object Object invoice + * @param int $posy Position y in PDF + * @param Translate $outputlangs Object langs for output + * @return int <0 if KO, >0 if OK + */ + function _tableau_versements(&$pdf, $object, $posy, $outputlangs) + { + global $conf; + + $sign=1; + if ($object->type == 2 && ! empty($conf->global->INVOICE_POSITIVE_CREDIT_NOTE)) $sign=-1; + + $tab3_posx = 120; + $tab3_top = $posy + 8; + $tab3_width = 80; + $tab3_height = 4; + if ($this->page_largeur < 210) // To work with US executive format + { + $tab3_posx -= 20; + } + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $title=$outputlangs->transnoentities("PaymentsAlreadyDone"); + if ($object->type == 2) $title=$outputlangs->transnoentities("PaymentsBackAlreadyDone"); + + $pdf->SetFont('','', $default_font_size - 3); + $pdf->SetXY($tab3_posx, $tab3_top - 4); + $pdf->MultiCell(60, 3, $title, 0, 'L', 0); + + $pdf->line($tab3_posx, $tab3_top, $tab3_posx+$tab3_width, $tab3_top); + + $pdf->SetFont('','', $default_font_size - 4); + $pdf->SetXY($tab3_posx, $tab3_top); + $pdf->MultiCell(20, 3, $outputlangs->transnoentities("Payment"), 0, 'L', 0); + $pdf->SetXY($tab3_posx+21, $tab3_top); + $pdf->MultiCell(20, 3, $outputlangs->transnoentities("Amount"), 0, 'L', 0); + $pdf->SetXY($tab3_posx+40, $tab3_top); + $pdf->MultiCell(20, 3, $outputlangs->transnoentities("Type"), 0, 'L', 0); + $pdf->SetXY($tab3_posx+58, $tab3_top); + $pdf->MultiCell(20, 3, $outputlangs->transnoentities("Num"), 0, 'L', 0); + + $pdf->line($tab3_posx, $tab3_top-1+$tab3_height, $tab3_posx+$tab3_width, $tab3_top-1+$tab3_height); + + $y=0; + + $pdf->SetFont('','', $default_font_size - 4); + + + // Loop on each deposits and credit notes included + $sql = "SELECT re.rowid, re.amount_ht, re.multicurrency_amount_ht, re.amount_tva, re.multicurrency_amount_tva, re.amount_ttc, re.multicurrency_amount_ttc,"; + $sql.= " re.description, re.fk_facture_source,"; + $sql.= " f.type, f.datef"; + $sql.= " FROM ".MAIN_DB_PREFIX ."societe_remise_except as re, ".MAIN_DB_PREFIX ."facture as f"; + $sql.= " WHERE re.fk_facture_source = f.rowid AND re.fk_facture = ".$object->id; + $resql=$this->db->query($sql); + if ($resql) + { + $num = $this->db->num_rows($resql); + $i=0; + $invoice=new Facture($this->db); + while ($i < $num) + { + $y+=3; + $obj = $this->db->fetch_object($resql); + + if ($obj->type == 2) $text=$outputlangs->trans("CreditNote"); + elseif ($obj->type == 3) $text=$outputlangs->trans("Deposit"); + else $text=$outputlangs->trans("UnknownType"); + + $invoice->fetch($obj->fk_facture_source); + + $pdf->SetXY($tab3_posx, $tab3_top+$y); + $pdf->MultiCell(20, 3, dol_print_date($obj->datef,'day',false,$outputlangs,true), 0, 'L', 0); + $pdf->SetXY($tab3_posx+21, $tab3_top+$y); + $pdf->MultiCell(20, 3, price(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? $obj->multicurrency_amount_ttc : $obj->amount_ttc, 0, $outputlangs), 0, 'L', 0); + $pdf->SetXY($tab3_posx+40, $tab3_top+$y); + $pdf->MultiCell(20, 3, $text, 0, 'L', 0); + $pdf->SetXY($tab3_posx+58, $tab3_top+$y); + $pdf->MultiCell(20, 3, $invoice->ref, 0, 'L', 0); + + $pdf->line($tab3_posx, $tab3_top+$y+3, $tab3_posx+$tab3_width, $tab3_top+$y+3); + + $i++; + } + } + else + { + $this->error=$this->db->lasterror(); + return -1; + } + + // Loop on each payment + // TODO Call getListOfPaymentsgetListOfPayments instead of hard coded sql + $sql = "SELECT p.datep as date, p.fk_paiement, p.num_paiement as num, pf.amount as amount, pf.multicurrency_amount,"; + $sql.= " cp.code"; + $sql.= " FROM ".MAIN_DB_PREFIX."paiement_facture as pf, ".MAIN_DB_PREFIX."paiement as p"; + $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_paiement as cp ON p.fk_paiement = cp.id"; + $sql.= " WHERE pf.fk_paiement = p.rowid AND pf.fk_facture = ".$object->id; + //$sql.= " WHERE pf.fk_paiement = p.rowid AND pf.fk_facture = 1"; + $sql.= " ORDER BY p.datep"; + + $resql=$this->db->query($sql); + if ($resql) + { + $num = $this->db->num_rows($resql); + $i=0; + while ($i < $num) { + $y+=3; + $row = $this->db->fetch_object($resql); + + $pdf->SetXY($tab3_posx, $tab3_top+$y); + $pdf->MultiCell(20, 3, dol_print_date($this->db->jdate($row->date),'day',false,$outputlangs,true), 0, 'L', 0); + $pdf->SetXY($tab3_posx+21, $tab3_top+$y); + $pdf->MultiCell(20, 3, price($sign * (($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? $row->multicurrency_amount : $row->amount), 0, $outputlangs), 0, 'L', 0); + $pdf->SetXY($tab3_posx+40, $tab3_top+$y); + $oper = $outputlangs->transnoentitiesnoconv("PaymentTypeShort" . $row->code); + + $pdf->MultiCell(20, 3, $oper, 0, 'L', 0); + $pdf->SetXY($tab3_posx+58, $tab3_top+$y); + $pdf->MultiCell(30, 3, $row->num, 0, 'L', 0); + + $pdf->line($tab3_posx, $tab3_top+$y+3, $tab3_posx+$tab3_width, $tab3_top+$y+3); + + $i++; + } + } + else + { + $this->error=$this->db->lasterror(); + return -1; + } + + } + + + /** + * Show miscellaneous information (payment mode, payment term, ...) + * + * @param PDF $pdf Object PDF + * @param Object $object Object to show + * @param int $posy Y + * @param Translate $outputlangs Langs object + * @return void + */ + function _tableau_info(&$pdf, $object, $posy, $outputlangs) + { + global $conf; + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $pdf->SetFont('','', $default_font_size - 1); + + // If France, show VAT mention if not applicable + if ($this->emetteur->country_code == 'FR' && $this->franchise == 1) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0); + + $posy=$pdf->GetY()+4; + } + + $posxval=52; + + // Show payments conditions + if ($object->type != 2 && ($object->cond_reglement_code || $object->cond_reglement)) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentConditions").':'; + $pdf->MultiCell(43, 4, $titre, 0, 'L'); + + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_condition_paiement=$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code)!=('PaymentCondition'.$object->cond_reglement_code)?$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code):$outputlangs->convToOutputCharset($object->cond_reglement_doc); + $lib_condition_paiement=str_replace('\n',"\n",$lib_condition_paiement); + $pdf->MultiCell(67, 4, $lib_condition_paiement,0,'L'); + + $posy=$pdf->GetY()+3; + } + + if ($object->type != 2) + { + // Check a payment mode is defined + if (empty($object->mode_reglement_code) + && empty($conf->global->FACTURE_CHQ_NUMBER) + && empty($conf->global->FACTURE_RIB_NUMBER)) + { + $this->error = $outputlangs->transnoentities("ErrorNoPaiementModeConfigured"); + } + // Avoid having any valid PDF with setup that is not complete + elseif (($object->mode_reglement_code == 'CHQ' && empty($conf->global->FACTURE_CHQ_NUMBER) && empty($object->fk_account) && empty($object->fk_bank)) + || ($object->mode_reglement_code == 'VIR' && empty($conf->global->FACTURE_RIB_NUMBER) && empty($object->fk_account) && empty($object->fk_bank))) + { + $outputlangs->load("errors"); + + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B', $default_font_size - 2); + $this->error = $outputlangs->transnoentities("ErrorPaymentModeDefinedToWithoutSetup",$object->mode_reglement_code); + $pdf->MultiCell(80, 3, $this->error,0,'L',0); + $pdf->SetTextColor(0,0,0); + + $posy=$pdf->GetY()+1; + } + + // Show payment mode + if ($object->mode_reglement_code + && $object->mode_reglement_code != 'CHQ' + && $object->mode_reglement_code != 'VIR') + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentMode").':'; + $pdf->MultiCell(80, 5, $titre, 0, 'L'); + + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_mode_reg=$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code)!=('PaymentType'.$object->mode_reglement_code)?$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code):$outputlangs->convToOutputCharset($object->mode_reglement); + $pdf->MultiCell(80, 5, $lib_mode_reg,0,'L'); + + $posy=$pdf->GetY()+2; + } + + // Show payment mode CHQ + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'CHQ') + { + // Si mode reglement non force ou si force a CHQ + if (! empty($conf->global->FACTURE_CHQ_NUMBER)) + { + $diffsizetitle=(empty($conf->global->PDF_DIFFSIZE_TITLE)?3:$conf->global->PDF_DIFFSIZE_TITLE); + + if ($conf->global->FACTURE_CHQ_NUMBER > 0) + { + $account = new Account($this->db); + $account->fetch($conf->global->FACTURE_CHQ_NUMBER); + + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$account->proprio),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($account->owner_address), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + if ($conf->global->FACTURE_CHQ_NUMBER == -1) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$this->emetteur->name),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($this->emetteur->getFullAddress()), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + } + } + + // If payment mode not forced or forced to VIR, show payment with BAN + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'VIR') + { + if (! empty($object->fk_account) || ! empty($object->fk_bank) || ! empty($conf->global->FACTURE_RIB_NUMBER)) + { + $bankid=(empty($object->fk_account)?$conf->global->FACTURE_RIB_NUMBER:$object->fk_account); + if (! empty($object->fk_bank)) $bankid=$object->fk_bank; // For backward compatibility when object->fk_account is forced with object->fk_bank + $account = new Account($this->db); + $account->fetch($bankid); + + $curx=$this->marge_gauche; + $cury=$posy; + + $posy=pdf_bank($pdf,$outputlangs,$curx,$cury,$account,0,$default_font_size); + + $posy+=2; + } + } + } + + return $posy; + } + + + /** + * Show total to pay + * + * @param PDF $pdf Object PDF + * @param Facture $object Object invoice + * @param int $deja_regle Montant deja regle + * @param int $posy Position depart + * @param Translate $outputlangs Objet langs + * @return int Position pour suite + */ + function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) + { + global $conf,$mysoc; + + $sign=1; + if ($object->type == 2 && ! empty($conf->global->INVOICE_POSITIVE_CREDIT_NOTE)) $sign=-1; + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $tab2_top = $posy; + $tab2_hl = 4; + $pdf->SetFont('','', $default_font_size - 1); + + // Tableau total + $col1x = 120; $col2x = 170; + if ($this->page_largeur < 210) // To work with US executive format + { + $col2x-=20; + } + $largcol2 = ($this->page_largeur - $this->marge_droite - $col2x); + + $useborder=0; + $index = 0; + + // Total HT + $pdf->SetFillColor(255,255,255); + $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); + $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); + + // Show VAT by rates and total + $pdf->SetFillColor(248,248,248); + + $total_ttc = ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ttc : $object->total_ttc; + + $this->atleastoneratenotnull=0; + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) + { + $tvaisnull=((! empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false); + if (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_IFNULL) && $tvaisnull) + { + // Nothing to do + } + else + { + // FIXME amount of vat not supported with multicurrency + + //Local tax 1 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + + } + } + } + + //} + + // VAT + // Situations totals migth be wrong on huge amounts + if ($object->situation_cycle_ref && $object->situation_counter > 1) { + + $sum_pdf_tva = 0; + foreach($this->tva as $tvakey => $tvaval){ + $sum_pdf_tva+=$tvaval; // sum VAT amounts to compare to object + } + + if($sum_pdf_tva!=$object->total_tva) { // apply coef to recover the VAT object amount (the good one) + $coef_fix_tva = $object->total_tva / $sum_pdf_tva; + + foreach($this->tva as $tvakey => $tvaval) { + $this->tva[$tvakey]=$tvaval * $coef_fix_tva; + } + } + + } + + foreach($this->tva as $tvakey => $tvaval) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + $this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat =$outputlangs->transcountrynoentities("TotalVAT",$mysoc->country_code).' '; + $totalvat.=vatrate($tvakey,1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + + //Local tax 1 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + // retrieve global local tax + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2",$mysoc->country_code).' '; + + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + //} + } + + // Revenue stamp + if (price2num($object->revenuestamp) != 0) + { + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("RevenueStamp"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($sign * $object->revenuestamp), $useborder, 'R', 1); + } + + // Total TTC + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalTTC"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($sign * $total_ttc, 0, $outputlangs), $useborder, 'R', 1); + } + } + + $pdf->SetTextColor(0,0,0); + + $creditnoteamount=$object->getSumCreditNotesUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0); + $depositsamount=$object->getSumDepositsUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0); + //print "x".$creditnoteamount."-".$depositsamount;exit; + $resteapayer = price2num($total_ttc - $deja_regle - $creditnoteamount - $depositsamount, 'MT'); + if ($object->paye) $resteapayer=0; + + if (($deja_regle > 0 || $creditnoteamount > 0 || $depositsamount > 0) && empty($conf->global->INVOICE_NO_PAYMENT_DETAILS)) + { + // Already paid + Deposits + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("Paid"), 0, 'L', 0); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($deja_regle + $depositsamount, 0, $outputlangs), 0, 'R', 0); + + // Credit note + if ($creditnoteamount) + { + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("CreditNotes"), 0, 'L', 0); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($creditnoteamount, 0, $outputlangs), 0, 'R', 0); + } + + // Escompte + if ($object->close_code == Facture::CLOSECODE_DISCOUNTVAT) + { + $index++; + $pdf->SetFillColor(255,255,255); + + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("EscompteOfferedShort"), $useborder, 'L', 1); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ttc - $deja_regle - $creditnoteamount - $depositsamount, 0, $outputlangs), $useborder, 'R', 1); + + $resteapayer=0; + } + + $index++; + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("RemainderToPay"), $useborder, 'L', 1); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($resteapayer, 0, $outputlangs), $useborder, 'R', 1); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetTextColor(0,0,0); + } + + $index++; + return ($tab2_top + ($tab2_hl * $index)); + } + + /** + * Show table for lines + * + * @param PDF $pdf Object PDF + * @param string $tab_top Top position of table + * @param string $tab_height Height of table (rectangle) + * @param int $nexY Y (not used) + * @param Translate $outputlangs Langs object + * @param int $hidetop 1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title + * @param int $hidebottom Hide bottom bar of array + * @param string $currency Currency code + * @return void + */ + function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='') + { + global $conf; + + // Force to disable hidetop and hidebottom + $hidebottom=0; + if ($hidetop) $hidetop=-1; + + $currency = !empty($currency) ? $currency : $conf->currency; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + // Amount in (at tab_top - 1) + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + + if (empty($hidetop)) + { + $titre = $outputlangs->transnoentities("AmountInCurrency",$outputlangs->transnoentitiesnoconv("Currency".$currency)); + $pdf->SetXY($this->page_largeur - $this->marge_droite - ($pdf->GetStringWidth($titre) + 3), $tab_top-4); + $pdf->MultiCell(($pdf->GetStringWidth($titre) + 3), 2, $titre); + + //$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR='230,230,230'; + if (! empty($conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)) $pdf->Rect($this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_droite-$this->marge_gauche, 5, 'F', null, explode(',',$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)); + } + + $pdf->SetDrawColor(128,128,128); + $pdf->SetFont('','', $default_font_size - 1); + + // 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 + + + foreach ($this->cols as $colKey => $colDef) + { + if(!$this->getColumnStatus($colKey)) continue; + + // get title label + $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']); + + // Add column separator + if(!empty($colDef['border-left'])){ + $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height); + } + + if (empty($hidetop)) + { + $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] ); + + $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1]; + $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']); + } + } + + if (empty($hidetop)){ + $pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5); // line prend une position y en 2eme param et 4eme param + } + + + } + + /** + * Show top header of page. + * + * @param PDF $pdf Object PDF + * @param Object $object Object to show + * @param int $showaddress 0=no, 1=yes + * @param Translate $outputlangs Object lang for output + * @return void + */ + function _pagehead(&$pdf, $object, $showaddress, $outputlangs) + { + global $conf, $langs; + + // Translations + $outputlangs->loadLangs(array("main", "bills", "propal", "companies")); + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + pdf_pagehead($pdf,$outputlangs,$this->page_hauteur); + + // Show Draft Watermark + if($object->statut==Facture::STATUS_DRAFT && (! empty($conf->global->FACTURE_DRAFT_WATERMARK)) ) + { + pdf_watermark($pdf,$outputlangs,$this->page_hauteur,$this->page_largeur,'mm',$conf->global->FACTURE_DRAFT_WATERMARK); + } + + $pdf->SetTextColor(0,0,60); + $pdf->SetFont('','B', $default_font_size + 3); + + $w = 110; + + $posy=$this->marge_haute; + $posx=$this->page_largeur-$this->marge_droite-$w; + + $pdf->SetXY($this->marge_gauche,$posy); + + // Logo + $logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo; + if ($this->emetteur->logo) + { + if (is_readable($logo)) + { + $height=pdf_getHeightForLogo($logo); + $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height); // width=0 (auto) + } + else + { + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B',$default_font_size - 2); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L'); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L'); + } + } + else + { + $text=$this->emetteur->name; + $pdf->MultiCell($w, 4, $outputlangs->convToOutputCharset($text), 0, 'L'); + } + + $pdf->SetFont('','B', $default_font_size + 3); + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $title=$outputlangs->transnoentities("PdfInvoiceTitle"); + if ($object->type == 1) $title=$outputlangs->transnoentities("InvoiceReplacement"); + if ($object->type == 2) $title=$outputlangs->transnoentities("InvoiceAvoir"); + if ($object->type == 3) $title=$outputlangs->transnoentities("InvoiceDeposit"); + if ($object->type == 4) $title=$outputlangs->transnoentities("InvoiceProForma"); + if ($this->situationinvoice) $title=$outputlangs->transnoentities("InvoiceSituation"); + $pdf->MultiCell($w, 3, $title, '', 'R'); + + $pdf->SetFont('','B',$default_font_size); + + $posy+=5; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $textref=$outputlangs->transnoentities("Ref")." : " . $outputlangs->convToOutputCharset($object->ref); + if ($object->statut == Facture::STATUS_DRAFT) + { + $pdf->SetTextColor(128,0,0); + $textref.=' - '.$outputlangs->transnoentities("NotValidated"); + } + $pdf->MultiCell($w, 4, $textref, '', 'R'); + + $posy+=1; + $pdf->SetFont('','', $default_font_size - 2); + + if ($object->ref_client) + { + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("RefCustomer")." : " . $outputlangs->convToOutputCharset($object->ref_client), '', 'R'); + } + + $objectidnext=$object->getIdReplacingInvoice('validated'); + if ($object->type == 0 && $objectidnext) + { + $objectreplacing=new Facture($this->db); + $objectreplacing->fetch($objectidnext); + + $posy+=3; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("ReplacementByInvoice").' : '.$outputlangs->convToOutputCharset($objectreplacing->ref), '', 'R'); + } + if ($object->type == 1) + { + $objectreplaced=new Facture($this->db); + $objectreplaced->fetch($object->fk_facture_source); + + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("ReplacementInvoice").' : '.$outputlangs->convToOutputCharset($objectreplaced->ref), '', 'R'); + } + if ($object->type == 2 && !empty($object->fk_facture_source)) + { + $objectreplaced=new Facture($this->db); + $objectreplaced->fetch($object->fk_facture_source); + + $posy+=3; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("CorrectionInvoice").' : '.$outputlangs->convToOutputCharset($objectreplaced->ref), '', 'R'); + } + + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("DateInvoice")." : " . dol_print_date($object->date,"day",false,$outputlangs), '', 'R'); + + if (! empty($conf->global->INVOICE_POINTOFTAX_DATE)) + { + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("DatePointOfTax")." : " . dol_print_date($object->date_pointoftax,"day",false,$outputlangs), '', 'R'); + } + + if ($object->type != 2) + { + $posy+=3; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("DateDue")." : " . dol_print_date($object->date_lim_reglement,"day",false,$outputlangs,true), '', 'R'); + } + + if ($object->thirdparty->code_client) + { + $posy+=3; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $outputlangs->transnoentities("CustomerCode")." : " . $outputlangs->transnoentities($object->thirdparty->code_client), '', 'R'); + } + + // Get contact + if (!empty($conf->global->DOC_SHOW_FIRST_SALES_REP)) + { + $arrayidcontact=$object->getIdContact('internal','SALESREPFOLL'); + if (count($arrayidcontact) > 0) + { + $usertmp=new User($this->db); + $usertmp->fetch($arrayidcontact[0]); + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell($w, 3, $langs->transnoentities("SalesRepresentative")." : ".$usertmp->getFullName($langs), '', 'R'); + } + } + + $posy+=1; + + $top_shift = 0; + // Show list of linked objects + $current_y = $pdf->getY(); + $posy = pdf_writeLinkedObjects($pdf, $object, $outputlangs, $posx, $posy, $w, 3, 'R', $default_font_size); + if ($current_y < $pdf->getY()) + { + $top_shift = $pdf->getY() - $current_y; + } + + if ($showaddress) + { + // Sender properties + $carac_emetteur = pdf_build_address($outputlangs, $this->emetteur, $object->thirdparty, '', 0, 'source', $object); + + // Show sender + $posy=!empty($conf->global->MAIN_PDF_USE_ISO_LOCATION) ? 40 : 42; + $posy+=$top_shift; + $posx=$this->marge_gauche; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->page_largeur-$this->marge_droite-80; + + $hautcadre=!empty($conf->global->MAIN_PDF_USE_ISO_LOCATION) ? 38 : 40; + $widthrecbox=!empty($conf->global->MAIN_PDF_USE_ISO_LOCATION) ? 92 : 82; + + + // Show sender frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx,$posy-5); + $pdf->MultiCell(66,5, $outputlangs->transnoentities("BillFrom").":", 0, 'L'); + $pdf->SetXY($posx,$posy); + $pdf->SetFillColor(230,230,230); + $pdf->MultiCell($widthrecbox, $hautcadre, "", 0, 'R', 1); + $pdf->SetTextColor(0,0,60); + + // Show sender name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell($widthrecbox-2, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, 'L'); + $posy=$pdf->getY(); + + // Show sender information + $pdf->SetXY($posx+2,$posy); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell($widthrecbox-2, 4, $carac_emetteur, 0, 'L'); + + // If BILLING contact defined on invoice, we use it + $usecontact=false; + $arrayidcontact=$object->getIdContact('external','BILLING'); + if (count($arrayidcontact) > 0) + { + $usecontact=true; + $result=$object->fetch_contact($arrayidcontact[0]); + } + + //Recipient name + // On peut utiliser le nom de la societe du contact + if ($usecontact && !empty($conf->global->MAIN_USE_COMPANY_NAME_OF_CONTACT)) { + $thirdparty = $object->contact; + } else { + $thirdparty = $object->thirdparty; + } + + $carac_client_name= pdfBuildThirdpartyName($thirdparty, $outputlangs); + + $carac_client=pdf_build_address($outputlangs,$this->emetteur,$object->thirdparty,($usecontact?$object->contact:''),$usecontact,'target',$object); + + // Show recipient + $widthrecbox=!empty($conf->global->MAIN_PDF_USE_ISO_LOCATION) ? 92 : 100; + if ($this->page_largeur < 210) $widthrecbox=84; // To work with US executive format + $posy=!empty($conf->global->MAIN_PDF_USE_ISO_LOCATION) ? 40 : 42; + $posy+=$top_shift; + $posx=$this->page_largeur-$this->marge_droite-$widthrecbox; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->marge_gauche; + + // Show recipient frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx+2,$posy-5); + $pdf->MultiCell($widthrecbox, 5, $outputlangs->transnoentities("BillTo").":",0,'L'); + $pdf->Rect($posx, $posy, $widthrecbox, $hautcadre); + + // Show recipient name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell($widthrecbox, 2, $carac_client_name, 0, 'L'); + + $posy = $pdf->getY(); + + // Show recipient information + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetXY($posx+2,$posy); + $pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L'); + } + + $pdf->SetTextColor(0,0,0); + return $top_shift; + } + + /** + * Show footer of page. Need this->emetteur object + * + * @param PDF $pdf PDF + * @param Object $object Object to show + * @param Translate $outputlangs Object lang for output + * @param int $hidefreetext 1=Hide free text + * @return int Return height of bottom margin including footer text + */ + function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0) + { + global $conf; + $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); + } + + + + + /** + * Define Array Column Field + * + * @param object $object common object + * @param outputlangs $outputlangs langs + * @param int $hidedetails Do not show line details + * @param int $hidedesc Do not show desc + * @param int $hideref Do not show ref + * @return null + */ + function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){ + + global $conf, $hookmanager; + + // Default field style for content + $this->defaultContentsFieldsStyle = array( + 'align' => 'R', // R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + // Default field style for content + $this->defaultTitlesFieldsStyle = array( + 'align' => 'C', // R,C,L + 'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + /* + * For exemple + $this->cols['theColKey'] = array( + 'rank' => $rank, // int : use for ordering columns + 'width' => 20, // the column width in mm + 'title' => array( + 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + 'label' => ' ', // the final label : used fore final generated text + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + ); + */ + + $rank=0; // do not use negative rank + $this->cols['desc'] = array( + 'rank' => $rank, + 'width' => false, // only for desc + 'status' => true, + 'title' => array( + 'textkey' => 'Designation', // use lang key is usefull in somme case with module + 'align' => 'L', + // 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + // 'label' => ' ', // the final label + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', + ), + ); + + // PHOTO + $rank = $rank + 10; + $this->cols['photo'] = array( + 'rank' => $rank, + 'width' => (empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Photo', + 'label' => ' ' + ), + 'content' => array( + 'padding' => array(0,0,0,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'border-left' => false, // remove left line separator + ); + + if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE) && !empty($this->atleastonephoto)) + { + $this->cols['photo']['status'] = true; + } + + + $rank = $rank + 10; + $this->cols['vat'] = array( + 'rank' => $rank, + 'status' => false, + 'width' => 16, // in mm + 'title' => array( + 'textkey' => 'VAT' + ), + 'border-left' => true, // add left line separator + ); + + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN)) + { + $this->cols['vat']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['subprice'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'PriceUHT' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['qty'] = array( + 'rank' => $rank, + 'width' => 16, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'Qty' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['progress'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Progress' + ), + 'border-left' => true, // add left line separator + ); + + if($this->situationinvoice) + { + $this->cols['progress']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['unit'] = array( + 'rank' => $rank, + 'width' => 11, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Unit' + ), + 'border-left' => true, // add left line separator + ); + if($conf->global->PRODUCT_USE_UNITS){ + $this->cols['unit']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['discount'] = array( + 'rank' => $rank, + 'width' => 13, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'ReductionShort' + ), + 'border-left' => true, // add left line separator + ); + if ($this->atleastonediscount){ + $this->cols['discount']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['totalexcltax'] = array( + 'rank' => $rank, + 'width' => 26, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'TotalHT' + ), + 'border-left' => true, // add left line separator + ); + + + $parameters=array( + 'object' => $object, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails, + 'hidedesc' => $hidedesc, + 'hideref' => $hideref + ); + + $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this); // Note that $object may have been modified by hook + if ($reshook < 0) + { + setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + } + elseif (empty($reshook)) + { + $this->cols = array_replace($this->cols, $hookmanager->resArray); // array_replace is used to preserve keys + } + else + { + $this->cols = $hookmanager->resArray; + } + + } + + +} diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php new file mode 100644 index 00000000000..383f34acebd --- /dev/null +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php @@ -0,0 +1,1891 @@ + + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2008 Raphael Bertrand + * Copyright (C) 2010-2015 Juanjo Menent + * Copyright (C) 2012 Christophe Battarel + * Copyright (C) 2012 Cedric Salvador + * Copyright (C) 2015 Marcos García + * Copyright (C) 2017 Ferran Marcet + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * or see http://www.gnu.org/ + */ + +/** + * \file htdocs/core/modules/propale/doc/pdf_cyan.modules.php + * \ingroup propale + * \brief Fichier de la classe permettant de generer les propales au modele Cyan + */ +require_once DOL_DOCUMENT_ROOT.'/core/modules/propale/modules_propale.php'; +require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php'; + + +/** + * Class to generate PDF proposal Cyan + */ +class pdf_cyan extends ModelePDFPropales +{ + var $db; + var $name; + var $description; + var $update_main_doc_field; // Save the name of generated file as the main doc when generating a doc with this template + var $type; + + var $phpmin = array(4,3,0); // Minimum version of PHP required by module + var $version = 'dolibarr'; + + var $page_largeur; + var $page_hauteur; + var $format; + var $marge_gauche; + var $marge_droite; + var $marge_haute; + var $marge_basse; + + var $emetteur; // Objet societe qui emet + + + /** + * Constructor + * + * @param DoliDB $db Database handler + */ + function __construct($db) + { + global $conf,$langs,$mysoc; + + // Translations + $langs->loadLangs(array("main", "bills")); + + $this->db = $db; + $this->name = "cyan"; + $this->description = $langs->trans('DocModelCyanDescription'); + $this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template + + // Dimension page + $this->type = 'pdf'; + $formatarray=pdf_getFormat(); + $this->page_largeur = $formatarray['width']; + $this->page_hauteur = $formatarray['height']; + $this->format = array($this->page_largeur,$this->page_hauteur); + $this->marge_gauche=isset($conf->global->MAIN_PDF_MARGIN_LEFT)?$conf->global->MAIN_PDF_MARGIN_LEFT:10; + $this->marge_droite=isset($conf->global->MAIN_PDF_MARGIN_RIGHT)?$conf->global->MAIN_PDF_MARGIN_RIGHT:10; + $this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10; + $this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10; + + $this->option_logo = 1; // Affiche logo + $this->option_tva = 1; // Gere option tva FACTURE_TVAOPTION + $this->option_modereg = 1; // Affiche mode reglement + $this->option_condreg = 1; // Affiche conditions reglement + $this->option_codeproduitservice = 1; // Affiche code produit-service + $this->option_multilang = 1; // Dispo en plusieurs langues + $this->option_escompte = 0; // Affiche si il y a eu escompte + $this->option_credit_note = 0; // Support credit notes + $this->option_freetext = 1; // Support add of a personalised text + $this->option_draft_watermark = 1; //Support add of a watermark on drafts + + $this->franchise=!$mysoc->tva_assuj; + + // Get source company + $this->emetteur=$mysoc; + if (empty($this->emetteur->country_code)) $this->emetteur->country_code=substr($langs->defaultlang,-2); // By default, if was not defined + + // Define position of columns + $this->posxdesc=$this->marge_gauche+1; + + + + $this->tva=array(); + $this->localtax1=array(); + $this->localtax2=array(); + $this->atleastoneratenotnull=0; + $this->atleastonediscount=0; + } + + /** + * Function to build pdf onto disk + * + * @param Object $object Object to generate + * @param Translate $outputlangs Lang output object + * @param string $srctemplatepath Full path of source filename for generator using a template file + * @param int $hidedetails Do not show line details + * @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,$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'; + + $outputlangs->load("main"); + $outputlangs->load("dict"); + $outputlangs->load("companies"); + $outputlangs->load("bills"); + $outputlangs->load("propal"); + $outputlangs->load("products"); + + $nblignes = count($object->lines); + + // Loop on each lines to detect if there is at least one image to show + $realpatharray=array(); + $this->atleastonephoto = false; + if (! empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE)) + { + $objphoto = new Product($this->db); + + for ($i = 0 ; $i < $nblignes ; $i++) + { + if (empty($object->lines[$i]->fk_product)) continue; + + $objphoto->fetch($object->lines[$i]->fk_product); + //var_dump($objphoto->ref);exit; + if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) + { + $pdir[0] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/"; + $pdir[1] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/'; + } + else + { + $pdir[0] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/'; // default + $pdir[1] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/"; // alternative + } + + $arephoto = false; + foreach ($pdir as $midir) + { + if (! $arephoto) + { + $dir = $conf->product->dir_output.'/'.$midir; + + foreach ($objphoto->liste_photos($dir,1) as $key => $obj) + { + if (empty($conf->global->CAT_HIGH_QUALITY_IMAGES)) // If CAT_HIGH_QUALITY_IMAGES not defined, we use thumb if defined and then original photo + { + if ($obj['photo_vignette']) + { + $filename= $obj['photo_vignette']; + } + else + { + $filename=$obj['photo']; + } + } + else + { + $filename=$obj['photo']; + } + + $realpath = $dir.$filename; + $arephoto = true; + $this->atleastonephoto = true; + } + } + } + + if ($realpath && $arephoto) $realpatharray[$i]=$realpath; + } + } + + if (count($realpatharray) == 0) $this->posxpicture=$this->posxtva; + + if ($conf->propal->multidir_output[$conf->entity]) + { + $object->fetch_thirdparty(); + + $deja_regle = 0; + + // Definition of $dir and $file + if ($object->specimen) + { + $dir = $conf->propal->multidir_output[$conf->entity]; + $file = $dir . "/SPECIMEN.pdf"; + } + else + { + $objectref = dol_sanitizeFileName($object->ref); + $dir = $conf->propal->multidir_output[$object->entity] . "/" . $objectref; + $file = $dir . "/" . $objectref . ".pdf"; + } + + if (! file_exists($dir)) + { + if (dol_mkdir($dir) < 0) + { + $this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir); + return 0; + } + } + + if (file_exists($dir)) + { + // Add pdfgeneration hook + if (! is_object($hookmanager)) + { + include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php'; + $hookmanager=new HookManager($this->db); + } + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('beforePDFCreation',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks + + // Create pdf instance + $pdf=pdf_getInstance($this->format); + $default_font_size = pdf_getPDFFontSize($outputlangs); // Must be after pdf_getInstance + $pdf->SetAutoPageBreak(1,0); + + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont(pdf_getPDFFont($outputlangs)); + // Set path to the background PDF File + if (! empty($conf->global->MAIN_ADD_PDF_BACKGROUND)) + { + $pagecount = $pdf->setSourceFile($conf->mycompany->dir_output.'/'.$conf->global->MAIN_ADD_PDF_BACKGROUND); + $tplidx = $pdf->importPage(1); + } + + $pdf->Open(); + $pagenb=0; + $pdf->SetDrawColor(128,128,128); + + $pdf->SetTitle($outputlangs->convToOutputCharset($object->ref)); + $pdf->SetSubject($outputlangs->transnoentities("PdfCommercialProposalTitle")); + $pdf->SetCreator("Dolibarr ".DOL_VERSION); + $pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs))); + $pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("PdfCommercialProposalTitle")." ".$outputlangs->convToOutputCharset($object->thirdparty->name)); + if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false); + + $pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right + + // Does we have at least one line with discount $this->atleastonediscount + foreach ($object->lines as $line) { + if ($line->remise_percent){ + $this->atleastonediscount = true; + break; + } + } + + + + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + + $heightforinfotot = 40; // Height reserved to output the info and total part + $heightforsignature = empty($conf->global->PROPAL_DISABLE_SIGNATURE)?(pdfGetHeightForHtmlContent($pdf, $outputlangs->transnoentities("ProposalCustomerSignature"))+10):0; + $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5); // Height reserved to output the free text on last page + $heightforfooter = $this->marge_basse + (empty($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS)?12:22); // Height reserved to output the footer (value include bottom margin) + //print $heightforinfotot + $heightforsignature + $heightforfreetext + $heightforfooter;exit; + + $top_shift = $this->_pagehead($pdf, $object, 1, $outputlangs); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell(0, 3, ''); // Set interline to 3 + $pdf->SetTextColor(0,0,0); + + + $tab_top = 90+$top_shift; + $tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10); + + + // Incoterm + $height_incoterms = 0; + if ($conf->incoterm->enabled) + { + $desc_incoterms = $object->getIncotermsForPDF(); + if ($desc_incoterms) + { + $tab_top -= 2; + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top-1, dol_htmlentitiesbr($desc_incoterms), 0, 1); + $nexY = $pdf->GetY(); + $height_incoterms=$nexY-$tab_top; + + // Rect prend une longueur en 3eme param + $pdf->SetDrawColor(192,192,192); + $pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1); + + $tab_top = $nexY+6; + } + } + + // Affiche notes + $notetoshow=empty($object->note_public)?'':$object->note_public; + if (! empty($conf->global->MAIN_ADD_SALE_REP_SIGNATURE_IN_NOTE)) + { + // Get first sale rep + if (is_object($object->thirdparty)) + { + $salereparray=$object->thirdparty->getSalesRepresentatives($user); + $salerepobj=new User($this->db); + $salerepobj->fetch($salereparray[0]['id']); + if (! empty($salerepobj->signature)) $notetoshow=dol_concatdesc($notetoshow, $salerepobj->signature); + } + } + if (! empty($conf->global->MAIN_ADD_CREATOR_IN_NOTE) && $object->user_author_id > 0) + { + $tmpuser=new User($this->db); + $tmpuser->fetch($object->user_author_id); + $notetoshow.='Affaire suivi par '.$tmpuser->getFullName($langs); + if ($tmpuser->email) $notetoshow.=', Mail: '.$tmpuser->email; + if ($tmpuser->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone; + } + + $pagenb = $pdf->getPage(); + if ($notetoshow) + { + $tab_top -= 2; + + $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite; + $pageposbeforenote = $pagenb; + + $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object); + complete_substitutions_array($substitutionarray, $outputlangs, $object); + $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs); + + + $pdf->startTransaction(); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + // Description + $pageposafternote=$pdf->getPage(); + $posyafter = $pdf->GetY(); + + if($pageposafternote>$pageposbeforenote ) + { + $pdf->rollbackTransaction(true); + + // prepar pages to receive notes + while ($pagenb < $pageposafternote) { + $pdf->AddPage(); + $pagenb++; + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + // $this->_pagefoot($pdf,$object,$outputlangs,1); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + } + + // back to start + $pdf->setPage($pageposbeforenote); + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1); + $pageposafternote=$pdf->getPage(); + + $posyafter = $pdf->GetY(); + + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20))) // There is no space left for total+free text + { + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + $pdf->setTopMargin($tab_top_newpage); + // The only function to edit the bottom margin of current page to set it. + $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext); + //$posyafter = $tab_top_newpage; + } + + + // apply note frame to previus pages + $i = $pageposbeforenote; + while ($i < $pageposafternote) { + $pdf->setPage($i); + + + $pdf->SetDrawColor(128,128,128); + // Draw note frame + if($i>$pageposbeforenote){ + $height_note = $this->page_hauteur - ($tab_top_newpage + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note + 1); + } + else{ + $height_note = $this->page_hauteur - ($tab_top + $heightforfooter); + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1); + } + + // Add footer + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + $this->_pagefoot($pdf,$object,$outputlangs,1); + + $i++; + } + + // apply note frame to last page + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $height_note=$posyafter-$tab_top_newpage; + $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1); + + } + else // No pagebreak + { + $pdf->commitTransaction(); + $posyafter = $pdf->GetY(); + $height_note=$posyafter-$tab_top; + $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1); + + + if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) ) + { + // not enough space, need to add page + $pdf->AddPage('','',true); + $pagenb++; + $pageposafternote++; + $pdf->setPage($pageposafternote); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + + $posyafter = $tab_top_newpage; + } + + } + + $tab_height = $tab_height - $height_note; + $tab_top = $posyafter +6; + } + else + { + $height_note=0; + } + + $iniY = $tab_top + 7; + $curY = $tab_top + 7; + $nexY = $tab_top + 7; + + // Use new auto collum system + $this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref); + + // Loop on each lines + $pageposbeforeprintlines=$pdf->getPage(); + $pagenb = $pageposbeforeprintlines; + for ($i = 0; $i < $nblignes; $i++) + { + $curY = $nexY; + $pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage + $pdf->SetTextColor(0,0,0); + + // Define size of image if we need it + $imglinesize=array(); + if (! empty($realpatharray[$i])) $imglinesize=pdf_getSizeForImage($realpatharray[$i]); + + $pdf->setTopMargin($tab_top_newpage); + $pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforsignature+$heightforinfotot); // The only function to edit the bottom margin of current page to set it. + $pageposbefore=$pdf->getPage(); + + $showpricebeforepagebreak=1; + $posYAfterImage=0; + $posYAfterDescription=0; + + if($this->getColumnStatus('photo')) + { + // We start with Photo of product line + if (isset($imglinesize['width']) && isset($imglinesize['height']) && ($curY + $imglinesize['height']) > ($this->page_hauteur-($heightforfooter+$heightforfreetext+$heightforsignature+$heightforinfotot))) // If photo too high, we moved completely on new page + { + $pdf->AddPage('','',true); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + //if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $pdf->setPage($pageposbefore+1); + + $curY = $tab_top_newpage; + $showpricebeforepagebreak=0; + } + + + if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height'])) + { + $pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300); // Use 300 dpi + // $pdf->Image does not increase value return by getY, so we save it manually + $posYAfterImage=$curY+$imglinesize['height']; + } + } + + // Description of product line + if($this->getColumnStatus('desc')) + { + $pdf->startTransaction(); + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + $pageposafter=$pdf->getPage(); + if ($pageposafter > $pageposbefore) // There is a pagebreak + { + $pdf->rollbackTransaction(true); + $pageposafter=$pageposbefore; + //print $pageposafter.'-'.$pageposbefore;exit; + $pdf->setPageOrientation('', 1, $heightforfooter); // The only function to edit the bottom margin of current page to set it. + pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc); + + $pageposafter=$pdf->getPage(); + $posyafter=$pdf->GetY(); + //var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit; + if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforsignature+$heightforinfotot))) // There is no space left for total+free text + { + if ($i == ($nblignes-1)) // No more lines, and no space left to show total, so we create a new page + { + $pdf->AddPage('','',true); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + //if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + $pdf->setPage($pageposafter+1); + } + } + else + { + // We found a page break + $showpricebeforepagebreak=0; + } + } + else // No pagebreak + { + $pdf->commitTransaction(); + } + $posYAfterDescription=$pdf->GetY(); + } + + $nexY = $pdf->GetY(); + $pageposafter=$pdf->getPage(); + + $pdf->setPage($pageposbefore); + $pdf->setTopMargin($this->marge_haute); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + + // We suppose that a too long description or photo were moved completely on next page + if ($pageposafter > $pageposbefore && empty($showpricebeforepagebreak)) { + $pdf->setPage($pageposafter); $curY = $tab_top_newpage; + } + + $pdf->SetFont('','', $default_font_size - 1); // On repositionne la police par defaut + + // VAT Rate + if ($this->getColumnStatus('vat')) + { + $vat_rate = pdf_getlinevatrate($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate); + $nexY = max($pdf->GetY(),$nexY); + } + + // Unit price before discount + if ($this->getColumnStatus('subprice')) + { + $up_excl_tax = pdf_getlineupexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + // Quantity + // Enough for 6 chars + if ($this->getColumnStatus('qty')) + { + $qty = pdf_getlineqty($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'qty', $qty); + $nexY = max($pdf->GetY(),$nexY); + } + + + // Unit + if ($this->getColumnStatus('unit')) + { + $unit = pdf_getlineunit($object, $i, $outputlangs, $hidedetails, $hookmanager); + $this->printStdColumnContent($pdf, $curY, 'unit', $unit); + $nexY = max($pdf->GetY(),$nexY); + } + + // Discount on line + if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent) + { + $remise_percent = pdf_getlineremisepercent($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent); + $nexY = max($pdf->GetY(),$nexY); + } + + // Total HT line + if ($this->getColumnStatus('totalexcltax')) + { + $total_excl_tax = pdf_getlinetotalexcltax($object, $i, $outputlangs, $hidedetails); + $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax); + $nexY = max($pdf->GetY(),$nexY); + } + + + $parameters=array( + 'object' => $object, + 'i' => $i, + 'pdf' =>& $pdf, + 'curY' =>& $curY, + 'nexY' =>& $nexY, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails + ); + $reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this); // Note that $object may have been modified by hook + + + + // Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva + if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva; + else $tvaligne=$object->lines[$i]->total_tva; + + $localtax1ligne=$object->lines[$i]->total_localtax1; + $localtax2ligne=$object->lines[$i]->total_localtax2; + $localtax1_rate=$object->lines[$i]->localtax1_tx; + $localtax2_rate=$object->lines[$i]->localtax2_tx; + $localtax1_type=$object->lines[$i]->localtax1_type; + $localtax2_type=$object->lines[$i]->localtax2_type; + + if ($object->remise_percent) $tvaligne-=($tvaligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax1ligne-=($localtax1ligne*$object->remise_percent)/100; + if ($object->remise_percent) $localtax2ligne-=($localtax2ligne*$object->remise_percent)/100; + + $vatrate=(string) $object->lines[$i]->tva_tx; + + // Retrieve type from database for backward compatibility with old records + if ((! isset($localtax1_type) || $localtax1_type=='' || ! isset($localtax2_type) || $localtax2_type=='') // if tax type not defined + && (! empty($localtax1_rate) || ! empty($localtax2_rate))) // and there is local tax + { + $localtaxtmp_array=getLocalTaxesFromRate($vatrate,0,$object->thirdparty,$mysoc); + $localtax1_type = $localtaxtmp_array[0]; + $localtax2_type = $localtaxtmp_array[2]; + } + + // retrieve global local tax + if ($localtax1_type && $localtax1ligne != 0) + $this->localtax1[$localtax1_type][$localtax1_rate]+=$localtax1ligne; + if ($localtax2_type && $localtax2ligne != 0) + $this->localtax2[$localtax2_type][$localtax2_rate]+=$localtax2ligne; + + if (($object->lines[$i]->info_bits & 0x01) == 0x01) $vatrate.='*'; + if (! isset($this->tva[$vatrate])) $this->tva[$vatrate]=0; + $this->tva[$vatrate] += $tvaligne; + + if ($posYAfterImage > $posYAfterDescription) $nexY=$posYAfterImage; + + // Add line + if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1)) + { + $pdf->setPage($pageposafter); + $pdf->SetLineStyle(array('dash'=>'1,1','color'=>array(80,80,80))); + //$pdf->SetDrawColor(190,190,200); + $pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1); + $pdf->SetLineStyle(array('dash'=>0)); + } + + $nexY+=2; // Passe espace entre les lignes + + // Detect if some page were added automatically and output _tableau for past pages + while ($pagenb < $pageposafter) + { + $pdf->setPage($pagenb); + if ($pagenb == $pageposbeforeprintlines) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + $pagenb++; + $pdf->setPage($pagenb); + $pdf->setPageOrientation('', 1, 0); // The only function to edit the bottom margin of current page to set it. + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + if (isset($object->lines[$i+1]->pagebreak) && $object->lines[$i+1]->pagebreak) + { + if ($pagenb == $pageposafter) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforfooter, 0, $outputlangs, 0, 1, $object->multicurrency_code); + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforfooter, 0, $outputlangs, 1, 1, $object->multicurrency_code); + } + $this->_pagefoot($pdf,$object,$outputlangs,1); + // New page + $pdf->AddPage(); + if (! empty($tplidx)) $pdf->useTemplate($tplidx); + $pagenb++; + if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs); + } + } + + // Show square + if ($pagenb == $pageposbeforeprintlines) + { + $this->_tableau($pdf, $tab_top, $this->page_hauteur - $tab_top - $heightforinfotot - $heightforfreetext - $heightforsignature - $heightforfooter, 0, $outputlangs, 0, 0, $object->multicurrency_code); + $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforsignature - $heightforfooter + 1; + } + else + { + $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforinfotot - $heightforfreetext - $heightforsignature - $heightforfooter, 0, $outputlangs, 1, 0, $object->multicurrency_code); + $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforsignature - $heightforfooter + 1; + } + + // Affiche zone infos + $posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs); + + // Affiche zone totaux + $posy=$this->_tableau_tot($pdf, $object, 0, $bottomlasttab, $outputlangs); + + // Affiche zone versements + /* + if ($deja_regle || $amount_credit_notes_included || $amount_deposits_included) + { + $posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs); + } + */ + + // Customer signature area + if (empty($conf->global->PROPAL_DISABLE_SIGNATURE)) + { + $posy=$this->_signature_area($pdf, $object, $posy, $outputlangs); + } + + // Pied de page + $this->_pagefoot($pdf,$object,$outputlangs); + if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages(); + + //If propal merge product PDF is active + if (!empty($conf->global->PRODUIT_PDF_MERGE_PROPAL)) + { + require_once DOL_DOCUMENT_ROOT.'/product/class/propalmergepdfproduct.class.php'; + + $already_merged = array (); + foreach ( $object->lines as $line ) { + if (! empty($line->fk_product) && ! (in_array($line->fk_product, $already_merged))) { + // Find the desire PDF + $filetomerge = new Propalmergepdfproduct($this->db); + + if ($conf->global->MAIN_MULTILANGS) { + $filetomerge->fetch_by_product($line->fk_product, $outputlangs->defaultlang); + } else { + $filetomerge->fetch_by_product($line->fk_product); + } + + $already_merged[] = $line->fk_product; + + $product = new Product($this->db); + $product->fetch($line->fk_product); + + if ($product->entity!=$conf->entity) { + $entity_product_file=$product->entity; + } else { + $entity_product_file=$conf->entity; + } + + // If PDF is selected and file is not empty + if (count($filetomerge->lines) > 0) { + foreach ( $filetomerge->lines as $linefile ) { + if (! empty($linefile->id) && ! empty($linefile->file_name)) { + + + if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) + { + if (! empty($conf->product->enabled)) { + $filetomerge_dir = $conf->product->multidir_output[$entity_product_file] . '/' . get_exdir($product->id,2,0,0,$product,'product') . $product->id ."/photos"; + } elseif (! empty($conf->service->enabled)) { + $filetomerge_dir = $conf->service->multidir_output[$entity_product_file] . '/' . get_exdir($product->id,2,0,0,$product,'product') . $product->id ."/photos"; + } + } + else + { + if (! empty($conf->product->enabled)) { + $filetomerge_dir = $conf->product->multidir_output[$entity_product_file] . '/' . get_exdir(0,0,0,0,$product,'product') . dol_sanitizeFileName($product->ref); + } elseif (! empty($conf->service->enabled)) { + $filetomerge_dir = $conf->service->multidir_output[$entity_product_file] . '/' . get_exdir(0,0,0,0,$product,'product') . dol_sanitizeFileName($product->ref); + } + } + + dol_syslog(get_class($this) . ':: upload_dir=' . $filetomerge_dir, LOG_DEBUG); + + $infile = $filetomerge_dir . '/' . $linefile->file_name; + if (file_exists($infile) && is_readable($infile)) { + $pagecount = $pdf->setSourceFile($infile); + for($i = 1; $i <= $pagecount; $i ++) { + $tplIdx = $pdf->importPage($i); + if ($tplIdx!==false) { + $s = $pdf->getTemplatesize($tplIdx); + $pdf->AddPage($s['h'] > $s['w'] ? 'P' : 'L'); + $pdf->useTemplate($tplIdx); + } else { + setEventMessages(null, array($infile.' cannot be added, probably protected PDF'),'warnings'); + } + } + } + } + } + } + } + } + } + + $pdf->Close(); + + $pdf->Output($file,'F'); + + //Add pdfgeneration hook + $hookmanager->initHooks(array('pdfgeneration')); + $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs); + global $action; + $reshook=$hookmanager->executeHooks('afterPDFCreation',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks + + if (! empty($conf->global->MAIN_UMASK)) + @chmod($file, octdec($conf->global->MAIN_UMASK)); + + $this->result = array('fullpath'=>$file); + + return 1; // Pas d'erreur + } + else + { + $this->error=$langs->trans("ErrorCanNotCreateDir",$dir); + return 0; + } + } + else + { + $this->error=$langs->trans("ErrorConstantNotDefined","PROP_OUTPUTDIR"); + return 0; + } + } + + /** + * Show payments table + * + * @param TCPDF $pdf Object PDF + * @param Object $object Object proposal + * @param int $posy Position y in PDF + * @param Translate $outputlangs Object langs for output + * @return int <0 if KO, >0 if OK + */ + function _tableau_versements(&$pdf, $object, $posy, $outputlangs) + { + + } + + + /** + * Show miscellaneous information (payment mode, payment term, ...) + * + * @param TCPDF $pdf Object PDF + * @param Object $object Object to show + * @param int $posy Y + * @param Translate $outputlangs Langs object + * @return void + */ + function _tableau_info(&$pdf, $object, $posy, $outputlangs) + { + global $conf; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $pdf->SetFont('','', $default_font_size - 1); + + // If France, show VAT mention if not applicable + if ($this->emetteur->country_code == 'FR' && $this->franchise == 1) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("VATIsNotUsedForInvoice"), 0, 'L', 0); + + $posy=$pdf->GetY()+4; + } + + $posxval=52; + + // Show shipping date + if (! empty($object->date_livraison)) + { + $outputlangs->load("sendings"); + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("DateDeliveryPlanned").':'; + $pdf->MultiCell(80, 4, $titre, 0, 'L'); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $dlp=dol_print_date($object->date_livraison,"daytext",false,$outputlangs,true); + $pdf->MultiCell(80, 4, $dlp, 0, 'L'); + + $posy=$pdf->GetY()+1; + } + elseif ($object->availability_code || $object->availability) // Show availability conditions + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("AvailabilityPeriod").':'; + $pdf->MultiCell(80, 4, $titre, 0, 'L'); + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_availability=$outputlangs->transnoentities("AvailabilityType".$object->availability_code)!=('AvailabilityType'.$object->availability_code)?$outputlangs->transnoentities("AvailabilityType".$object->availability_code):$outputlangs->convToOutputCharset($object->availability); + $lib_availability=str_replace('\n',"\n",$lib_availability); + $pdf->MultiCell(80, 4, $lib_availability, 0, 'L'); + + $posy=$pdf->GetY()+1; + } + + // Show payments conditions + if (empty($conf->global->PROPALE_PDF_HIDE_PAYMENTTERMCOND) && ($object->cond_reglement_code || $object->cond_reglement)) + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentConditions").':'; + $pdf->MultiCell(43, 4, $titre, 0, 'L'); + + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_condition_paiement=$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code)!=('PaymentCondition'.$object->cond_reglement_code)?$outputlangs->transnoentities("PaymentCondition".$object->cond_reglement_code):$outputlangs->convToOutputCharset($object->cond_reglement_doc); + $lib_condition_paiement=str_replace('\n',"\n",$lib_condition_paiement); + $pdf->MultiCell(67, 4, $lib_condition_paiement,0,'L'); + + $posy=$pdf->GetY()+3; + } + + if (empty($conf->global->PROPALE_PDF_HIDE_PAYMENTTERMMODE)) + { + // Check a payment mode is defined + /* Not required on a proposal + if (empty($object->mode_reglement_code) + && ! $conf->global->FACTURE_CHQ_NUMBER + && ! $conf->global->FACTURE_RIB_NUMBER) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->MultiCell(90, 3, $outputlangs->transnoentities("ErrorNoPaiementModeConfigured"),0,'L',0); + $pdf->SetTextColor(0,0,0); + + $posy=$pdf->GetY()+1; + } + */ + + // Show payment mode + if ($object->mode_reglement_code + && $object->mode_reglement_code != 'CHQ' + && $object->mode_reglement_code != 'VIR') + { + $pdf->SetFont('','B', $default_font_size - 2); + $pdf->SetXY($this->marge_gauche, $posy); + $titre = $outputlangs->transnoentities("PaymentMode").':'; + $pdf->MultiCell(80, 5, $titre, 0, 'L'); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posxval, $posy); + $lib_mode_reg=$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code)!=('PaymentType'.$object->mode_reglement_code)?$outputlangs->transnoentities("PaymentType".$object->mode_reglement_code):$outputlangs->convToOutputCharset($object->mode_reglement); + $pdf->MultiCell(80, 5, $lib_mode_reg,0,'L'); + + $posy=$pdf->GetY()+2; + } + + // Show payment mode CHQ + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'CHQ') + { + // Si mode reglement non force ou si force a CHQ + if (! empty($conf->global->FACTURE_CHQ_NUMBER)) + { + $diffsizetitle=(empty($conf->global->PDF_DIFFSIZE_TITLE)?3:$conf->global->PDF_DIFFSIZE_TITLE); + + if ($conf->global->FACTURE_CHQ_NUMBER > 0) + { + $account = new Account($this->db); + $account->fetch($conf->global->FACTURE_CHQ_NUMBER); + + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$account->proprio),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($account->owner_address), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + if ($conf->global->FACTURE_CHQ_NUMBER == -1) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','B', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities('PaymentByChequeOrderedTo',$this->emetteur->name),0,'L',0); + $posy=$pdf->GetY()+1; + + if (empty($conf->global->MAIN_PDF_HIDE_CHQ_ADDRESS)) + { + $pdf->SetXY($this->marge_gauche, $posy); + $pdf->SetFont('','', $default_font_size - $diffsizetitle); + $pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($this->emetteur->getFullAddress()), 0, 'L', 0); + $posy=$pdf->GetY()+2; + } + } + } + } + + // If payment mode not forced or forced to VIR, show payment with BAN + if (empty($object->mode_reglement_code) || $object->mode_reglement_code == 'VIR') + { + if (! empty($object->fk_account) || ! empty($object->fk_bank) || ! empty($conf->global->FACTURE_RIB_NUMBER)) + { + $bankid=(empty($object->fk_account)?$conf->global->FACTURE_RIB_NUMBER:$object->fk_account); + if (! empty($object->fk_bank)) $bankid=$object->fk_bank; // For backward compatibility when object->fk_account is forced with object->fk_bank + $account = new Account($this->db); + $account->fetch($bankid); + + $curx=$this->marge_gauche; + $cury=$posy; + + $posy=pdf_bank($pdf,$outputlangs,$curx,$cury,$account,0,$default_font_size); + + $posy+=2; + } + } + } + + return $posy; + } + + + /** + * Show total to pay + * + * @param PDF $pdf Object PDF + * @param Facture $object Object invoice + * @param int $deja_regle Montant deja regle + * @param int $posy Position depart + * @param Translate $outputlangs Objet langs + * @return int Position pour suite + */ + function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) + { + global $conf,$mysoc; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + $tab2_top = $posy; + $tab2_hl = 4; + $pdf->SetFont('','', $default_font_size - 1); + + // Tableau total + $col1x = 120; $col2x = 170; + if ($this->page_largeur < 210) // To work with US executive format + { + $col2x-=20; + } + $largcol2 = ($this->page_largeur - $this->marge_droite - $col2x); + + $useborder=0; + $index = 0; + + // Total HT + $pdf->SetFillColor(255,255,255); + $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); + $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); + + // Show VAT by rates and total + $pdf->SetFillColor(248,248,248); + + $total_ttc = ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ttc : $object->total_ttc; + + $this->atleastoneratenotnull=0; + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) + { + $tvaisnull=((! empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false); + if (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_IFNULL) && $tvaisnull) + { + // Nothing to do + } + else + { + //Local tax 1 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 before VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('1','3','5'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey!=0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2", $mysoc->country_code).' '; + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + + } + } + } + //} + // VAT + foreach($this->tva as $tvakey => $tvaval) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + $this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat =$outputlangs->transcountrynoentities("TotalVAT",$mysoc->country_code).' '; + $totalvat.=vatrate($tvakey,1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + + //Local tax 1 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX1_OPTION) && $conf->global->FACTURE_LOCAL_TAX1_OPTION=='localtax1on') + //{ + foreach( $this->localtax1 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT1",$mysoc->country_code).' '; + + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + //Local tax 2 after VAT + //if (! empty($conf->global->FACTURE_LOCAL_TAX2_OPTION) && $conf->global->FACTURE_LOCAL_TAX2_OPTION=='localtax2on') + //{ + foreach( $this->localtax2 as $localtax_type => $localtax_rate ) + { + if (in_array((string) $localtax_type, array('2','4','6'))) continue; + + foreach( $localtax_rate as $tvakey => $tvaval ) + { + // retrieve global local tax + if ($tvakey != 0) // On affiche pas taux 0 + { + //$this->atleastoneratenotnull++; + + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + + $tvacompl=''; + if (preg_match('/\*/',$tvakey)) + { + $tvakey=str_replace('*','',$tvakey); + $tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")"; + } + $totalvat = $outputlangs->transcountrynoentities("TotalLT2",$mysoc->country_code).' '; + + $totalvat.=vatrate(abs($tvakey),1).$tvacompl; + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $totalvat, 0, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1); + } + } + } + //} + + // Total TTC + $index++; + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalTTC"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($total_ttc, 0, $outputlangs), $useborder, 'R', 1); + } + } + + $pdf->SetTextColor(0,0,0); + + /* + $resteapayer = $object->total_ttc - $deja_regle; + if (! empty($object->paye)) $resteapayer=0; + */ + + if ($deja_regle > 0) + { + $index++; + + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("AlreadyPaid"), 0, 'L', 0); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($deja_regle, 0, $outputlangs), 0, 'R', 0); + + /* + if ($object->close_code == 'discount_vat') + { + $index++; + $pdf->SetFillColor(255,255,255); + + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("EscompteOfferedShort"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ttc - $deja_regle, 0, $outputlangs), $useborder, 'R', 1); + + $resteapayer=0; + } + */ + + $index++; + $pdf->SetTextColor(0,0,60); + $pdf->SetFillColor(224,224,224); + $pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("RemainderToPay"), $useborder, 'L', 1); + + $pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index); + $pdf->MultiCell($largcol2, $tab2_hl, price($resteapayer, 0, $outputlangs), $useborder, 'R', 1); + + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetTextColor(0,0,0); + } + + $index++; + return ($tab2_top + ($tab2_hl * $index)); + } + + /** + * Show table for lines + * + * @param PDF $pdf Object PDF + * @param string $tab_top Top position of table + * @param string $tab_height Height of table (rectangle) + * @param int $nexY Y (not used) + * @param Translate $outputlangs Langs object + * @param int $hidetop 1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title + * @param int $hidebottom Hide bottom bar of array + * @param string $currency Currency code + * @return void + */ + function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='') + { + global $conf; + + // Force to disable hidetop and hidebottom + $hidebottom=0; + if ($hidetop) $hidetop=-1; + + $currency = !empty($currency) ? $currency : $conf->currency; + $default_font_size = pdf_getPDFFontSize($outputlangs); + + // Amount in (at tab_top - 1) + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + + if (empty($hidetop)) + { + $titre = $outputlangs->transnoentities("AmountInCurrency",$outputlangs->transnoentitiesnoconv("Currency".$currency)); + $pdf->SetXY($this->page_largeur - $this->marge_droite - ($pdf->GetStringWidth($titre) + 3), $tab_top-4); + $pdf->MultiCell(($pdf->GetStringWidth($titre) + 3), 2, $titre); + + //$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR='230,230,230'; + if (! empty($conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)) $pdf->Rect($this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_droite-$this->marge_gauche, 5, 'F', null, explode(',',$conf->global->MAIN_PDF_TITLE_BACKGROUND_COLOR)); + } + + $pdf->SetDrawColor(128,128,128); + $pdf->SetFont('','', $default_font_size - 1); + + // 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 + + + foreach ($this->cols as $colKey => $colDef) + { + if(!$this->getColumnStatus($colKey)) continue; + + // get title label + $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']); + + // Add column separator + if(!empty($colDef['border-left'])){ + $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height); + } + + if (empty($hidetop)) + { + $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] ); + + $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1]; + $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']); + } + } + + if (empty($hidetop)){ + $pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5); // line prend une position y en 2eme param et 4eme param + } + + + } + + /** + * Show top header of page. + * + * @param PDF $pdf Object PDF + * @param Object $object Object to show + * @param int $showaddress 0=no, 1=yes + * @param Translate $outputlangs Object lang for output + * @return void + */ + function _pagehead(&$pdf, $object, $showaddress, $outputlangs) + { + global $conf,$langs; + + $outputlangs->load("main"); + $outputlangs->load("bills"); + $outputlangs->load("propal"); + $outputlangs->load("companies"); + + $default_font_size = pdf_getPDFFontSize($outputlangs); + + pdf_pagehead($pdf,$outputlangs,$this->page_hauteur); + + // Show Draft Watermark + if($object->statut==0 && (! empty($conf->global->PROPALE_DRAFT_WATERMARK)) ) + { + pdf_watermark($pdf,$outputlangs,$this->page_hauteur,$this->page_largeur,'mm',$conf->global->PROPALE_DRAFT_WATERMARK); + } + + $pdf->SetTextColor(0,0,60); + $pdf->SetFont('','B', $default_font_size + 3); + + $posy=$this->marge_haute; + $posx=$this->page_largeur-$this->marge_droite-100; + + $pdf->SetXY($this->marge_gauche,$posy); + + // Logo + $logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo; + if ($this->emetteur->logo) + { + if (is_readable($logo)) + { + $height=pdf_getHeightForLogo($logo); + $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height); // width=0 (auto) + } + else + { + $pdf->SetTextColor(200,0,0); + $pdf->SetFont('','B',$default_font_size - 2); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L'); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L'); + } + } + else + { + $text=$this->emetteur->name; + $pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L'); + } + + $pdf->SetFont('','B',$default_font_size + 3); + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $title=$outputlangs->transnoentities("PdfCommercialProposalTitle"); + $pdf->MultiCell(100, 4, $title, '', 'R'); + + $pdf->SetFont('','B',$default_font_size); + + $posy+=5; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 4, $outputlangs->transnoentities("Ref")." : " . $outputlangs->convToOutputCharset($object->ref), '', 'R'); + + $posy+=1; + $pdf->SetFont('','', $default_font_size - 2); + + if ($object->ref_client) + { + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("RefCustomer")." : " . $outputlangs->convToOutputCharset($object->ref_client), '', 'R'); + } + + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("Date")." : " . dol_print_date($object->date,"day",false,$outputlangs,true), '', 'R'); + + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("DateEndPropal")." : " . dol_print_date($object->fin_validite,"day",false,$outputlangs,true), '', 'R'); + + if ($object->thirdparty->code_client) + { + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $outputlangs->transnoentities("CustomerCode")." : " . $outputlangs->transnoentities($object->thirdparty->code_client), '', 'R'); + } + + // Get contact + if (!empty($conf->global->DOC_SHOW_FIRST_SALES_REP)) + { + $arrayidcontact=$object->getIdContact('internal','SALESREPFOLL'); + if (count($arrayidcontact) > 0) + { + $usertmp=new User($this->db); + $usertmp->fetch($arrayidcontact[0]); + $posy+=4; + $pdf->SetXY($posx,$posy); + $pdf->SetTextColor(0,0,60); + $pdf->MultiCell(100, 3, $langs->trans("SalesRepresentative")." : ".$usertmp->getFullName($langs), '', 'R'); + } + } + + $posy+=2; + + $top_shift = 0; + // Show list of linked objects + $current_y = $pdf->getY(); + $posy = pdf_writeLinkedObjects($pdf, $object, $outputlangs, $posx, $posy, 100, 3, 'R', $default_font_size); + if ($current_y < $pdf->getY()) + { + $top_shift = $pdf->getY() - $current_y; + } + + if ($showaddress) + { + // Sender properties + $carac_emetteur=''; + // Add internal contact of proposal if defined + $arrayidcontact=$object->getIdContact('internal','SALESREPFOLL'); + if (count($arrayidcontact) > 0) + { + $object->fetch_user($arrayidcontact[0]); + $labelbeforecontactname=($outputlangs->transnoentities("FromContactName")!='FromContactName'?$outputlangs->transnoentities("FromContactName"):$outputlangs->transnoentities("Name")); + $carac_emetteur .= ($carac_emetteur ? "\n" : '' ).$labelbeforecontactname." ".$outputlangs->convToOutputCharset($object->user->getFullName($outputlangs))."\n"; + } + + $carac_emetteur .= pdf_build_address($outputlangs, $this->emetteur, $object->thirdparty, '', 0, 'source', $object); + + // Show sender + $posy=42+$top_shift; + $posx=$this->marge_gauche; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->page_largeur-$this->marge_droite-80; + $hautcadre=40; + + // Show sender frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx,$posy-5); + $pdf->MultiCell(66,5, $outputlangs->transnoentities("BillFrom").":", 0, 'L'); + $pdf->SetXY($posx,$posy); + $pdf->SetFillColor(230,230,230); + $pdf->MultiCell(82, $hautcadre, "", 0, 'R', 1); + $pdf->SetTextColor(0,0,60); + + // Show sender name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell(80, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, 'L'); + $posy=$pdf->getY(); + + // Show sender information + $pdf->SetXY($posx+2,$posy); + $pdf->SetFont('','', $default_font_size - 1); + $pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L'); + + + // If CUSTOMER contact defined, we use it + $usecontact=false; + $arrayidcontact=$object->getIdContact('external','CUSTOMER'); + if (count($arrayidcontact) > 0) + { + $usecontact=true; + $result=$object->fetch_contact($arrayidcontact[0]); + } + + //Recipient name + // On peut utiliser le nom de la societe du contact + if ($usecontact && !empty($conf->global->MAIN_USE_COMPANY_NAME_OF_CONTACT)) { + $thirdparty = $object->contact; + } else { + $thirdparty = $object->thirdparty; + } + + $carac_client_name= pdfBuildThirdpartyName($thirdparty, $outputlangs); + + $carac_client=pdf_build_address($outputlangs,$this->emetteur,$object->thirdparty,($usecontact?$object->contact:''),$usecontact,'target',$object); + + // Show recipient + $widthrecbox=100; + if ($this->page_largeur < 210) $widthrecbox=84; // To work with US executive format + $posy=42+$top_shift; + $posx=$this->page_largeur-$this->marge_droite-$widthrecbox; + if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=$this->marge_gauche; + + // Show recipient frame + $pdf->SetTextColor(0,0,0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->SetXY($posx+2,$posy-5); + $pdf->MultiCell($widthrecbox, 5, $outputlangs->transnoentities("BillTo").":", 0, 'L'); + $pdf->Rect($posx, $posy, $widthrecbox, $hautcadre); + + // Show recipient name + $pdf->SetXY($posx+2,$posy+3); + $pdf->SetFont('','B', $default_font_size); + $pdf->MultiCell($widthrecbox, 4, $carac_client_name, 0, 'L'); + + $posy = $pdf->getY(); + + // Show recipient information + $pdf->SetFont('','', $default_font_size - 1); + $pdf->SetXY($posx+2,$posy); + $pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L'); + } + + $pdf->SetTextColor(0,0,0); + return $top_shift; + } + + /** + * Show footer of page. Need this->emetteur object + * + * @param PDF $pdf PDF + * @param Object $object Object to show + * @param Translate $outputlangs Object lang for output + * @param int $hidefreetext 1=Hide free text + * @return int Return height of bottom margin including footer text + */ + function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0) + { + global $conf; + $showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS; + return pdf_pagefoot($pdf,$outputlangs,'PROPOSAL_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext); + } + + /** + * Show area for the customer to sign + * + * @param PDF $pdf Object PDF + * @param Facture $object Object invoice + * @param int $posy Position depart + * @param Translate $outputlangs Objet langs + * @return int Position pour suite + */ + function _signature_area(&$pdf, $object, $posy, $outputlangs) + { + global $conf; + $default_font_size = pdf_getPDFFontSize($outputlangs); + $tab_top = $posy + 4; + $tab_hl = 4; + + $posx = 120; + $largcol = ($this->page_largeur - $this->marge_droite - $posx); + $useborder=0; + $index = 0; + // Total HT + $pdf->SetFillColor(255,255,255); + $pdf->SetXY($posx, $tab_top + 0); + $pdf->SetFont('','', $default_font_size - 2); + $pdf->MultiCell($largcol, $tab_hl, $outputlangs->transnoentities("ProposalCustomerSignature"), 0, 'L', 1); + + $pdf->SetXY($posx, $tab_top + $tab_hl); + $pdf->MultiCell($largcol, $tab_hl*3, '', 1, 'R'); + if (! empty($conf->global->MAIN_PDF_PROPAL_USE_ELECTRONIC_SIGNING)) { + $pdf->addEmptySignatureAppearance($posx, $tab_top + $tab_hl, $largcol, $tab_hl*3); + } + + return ($tab_hl*7); + } + + + /** + * Define Array Column Field + * + * @param object $object common object + * @param outputlangs $outputlangs langs + * @param int $hidedetails Do not show line details + * @param int $hidedesc Do not show desc + * @param int $hideref Do not show ref + * @return null + */ + function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){ + + global $conf, $hookmanager; + + // Default field style for content + $this->defaultContentsFieldsStyle = array( + 'align' => 'R', // R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + // Default field style for content + $this->defaultTitlesFieldsStyle = array( + 'align' => 'C', // R,C,L + 'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ); + + /* + * For exemple + $this->cols['theColKey'] = array( + 'rank' => $rank, // int : use for ordering columns + 'width' => 20, // the column width in mm + 'title' => array( + 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + 'label' => ' ', // the final label : used fore final generated text + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', // text alignement : R,C,L + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + ); + */ + + $rank=0; // do not use negative rank + $this->cols['desc'] = array( + 'rank' => $rank, + 'width' => false, // only for desc + 'status' => true, + 'title' => array( + 'textkey' => 'Designation', // use lang key is usefull in somme case with module + 'align' => 'L', + // 'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label + // 'label' => ' ', // the final label + 'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'content' => array( + 'align' => 'L', + ), + ); + + $rank = $rank + 10; + $this->cols['photo'] = array( + 'rank' => $rank, + 'width' => (empty($conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH)?20:$conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Photo', + 'label' => ' ' + ), + 'content' => array( + 'padding' => array(0,0,0,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left + ), + 'border-left' => false, // remove left line separator + ); + + if (! empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto)) + { + $this->cols['photo']['status'] = true; + } + + + $rank = $rank + 10; + $this->cols['vat'] = array( + 'rank' => $rank, + 'status' => false, + 'width' => 16, // in mm + 'title' => array( + 'textkey' => 'VAT' + ), + 'border-left' => true, // add left line separator + ); + + if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN)) + { + $this->cols['vat']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['subprice'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'PriceUHT' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['qty'] = array( + 'rank' => $rank, + 'width' => 16, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'Qty' + ), + 'border-left' => true, // add left line separator + ); + + $rank = $rank + 10; + $this->cols['progress'] = array( + 'rank' => $rank, + 'width' => 19, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Progress' + ), + 'border-left' => false, // add left line separator + ); + + if($this->situationinvoice) + { + $this->cols['progress']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['unit'] = array( + 'rank' => $rank, + 'width' => 11, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'Unit' + ), + 'border-left' => true, // add left line separator + ); + if($conf->global->PRODUCT_USE_UNITS){ + $this->cols['unit']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['discount'] = array( + 'rank' => $rank, + 'width' => 13, // in mm + 'status' => false, + 'title' => array( + 'textkey' => 'ReductionShort' + ), + 'border-left' => true, // add left line separator + ); + if ($this->atleastonediscount){ + $this->cols['discount']['status'] = true; + } + + $rank = $rank + 10; + $this->cols['totalexcltax'] = array( + 'rank' => $rank, + 'width' => 26, // in mm + 'status' => true, + 'title' => array( + 'textkey' => 'TotalHT' + ), + 'border-left' => true, // add left line separator + ); + + + $parameters=array( + 'object' => $object, + 'outputlangs' => $outputlangs, + 'hidedetails' => $hidedetails, + 'hidedesc' => $hidedesc, + 'hideref' => $hideref + ); + + $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this); // Note that $object may have been modified by hook + if ($reshook < 0) + { + setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); + } + elseif (empty($reshook)) + { + $this->cols = array_replace($this->cols, $hookmanager->resArray); // array_replace is used to preserve keys + } + else + { + $this->cols = $hookmanager->resArray; + } + + } + +} diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index d06b1512cc6..3b60256c3ef 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -486,7 +486,8 @@ RevenueStamp=Revenue stamp YouMustCreateInvoiceFromThird=This option is only available when creating invoice from tab "customer" of third party YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoice from tab "supplier" of third party YouMustCreateStandardInvoiceFirstDesc=You have to create a standard invoice first and convert it to "template" to create a new template invoice -PDFCrabeDescription=Invoice PDF template Crabe. A complete invoice template (recommended Template) +PDFCrabeDescription=Invoice PDF template Crabe. A complete invoice template (deprecated Template) +PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template (recommended Template) PDFCrevetteDescription=Invoice PDF template Crevette. A complete invoice template for situation invoices TerreNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 MarsNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices, %syymm-nnnn for replacement invoices, %syymm-nnnn for down payment invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 diff --git a/htdocs/langs/en_US/orders.lang b/htdocs/langs/en_US/orders.lang index 06191d9f7b7..30fb0aa1320 100644 --- a/htdocs/langs/en_US/orders.lang +++ b/htdocs/langs/en_US/orders.lang @@ -140,7 +140,8 @@ OrderByEMail=EMail OrderByWWW=Online OrderByPhone=Phone # Documents models -PDFEinsteinDescription=A complete order model (logo...) +PDFEinsteinDescription=A complete order model (logo...)(deprecated Template) +PDFEratostheneDescription=A complete order model (logo...)(recommended Template) PDFEdisonDescription=A simple order model PDFProformaDescription=A complete proforma invoice (logo…) CreateInvoiceForThisCustomer=Bill orders diff --git a/htdocs/langs/en_US/propal.lang b/htdocs/langs/en_US/propal.lang index 5a7169ac925..55fb6372d74 100644 --- a/htdocs/langs/en_US/propal.lang +++ b/htdocs/langs/en_US/propal.lang @@ -77,7 +77,8 @@ TypeContact_propal_external_BILLING=Customer invoice contact TypeContact_propal_external_CUSTOMER=Customer contact following-up proposal TypeContact_propal_external_SHIPPING=Customer contact for delivery # Document models -DocModelAzurDescription=A complete proposal model (logo...) +DocModelAzurDescription=A complete proposal model (logo...)(deprecated Template) +DocModelCyanDescription=A complete proposal model (logo...)(recommended Template) DefaultModelPropalCreate=Default model creation DefaultModelPropalToBill=Default template when closing a business proposal (to be invoiced) DefaultModelPropalClosed=Default template when closing a business proposal (unbilled) From 523b03e1324984a073b84666dd1149b6ec7655ed Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Tue, 28 Aug 2018 13:32:38 +0200 Subject: [PATCH 0012/1013] Fix for new stripe API 2018-08-23 Fix break with change API --- .../triggers/interface_80_modStripe_Stripe.class.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php index ab0cd62eb82..f9985461df8 100644 --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php @@ -136,7 +136,6 @@ class InterfaceStripe $service = 'StripeLive'; $servicestatus = 1; } - // If customer is linked to Strip, we update/delete Stripe too if ($action == 'COMPANY_MODIFY') { dol_syslog("Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id); @@ -148,19 +147,22 @@ class InterfaceStripe if ($customer) { $namecleaned = $object->name ? $object->name : null; - $vatcleaned = $object->tva_intra ? $object->tva_intra : null; // We force data to "null" if empty as expected by Stripe + $vatcleaned = array( + "tax_id" => $object->tva_intra ? $object->tva_intra : null, // We force data to "null" if empty as expected by Stripe + "type" => 'vat', + ); // Detect if we change a Stripe info (email, description, vat id) $changerequested = 0; if (! empty($object->email) && $object->email != $customer->email) $changerequested++; if ($namecleaned != $customer->description) $changerequested++; - if ($vatcleaned != $customer->business_vat_id) $changerequested++; + if ($vatcleaned != $customer->tax_info) $changerequested++; if ($changerequested) { if (! empty($object->email)) $customer->email = $object->email; $customer->description = $namecleaned; - $customer->business_vat_id = $vatcleaned; + $customer->tax_info = $vatcleaned; $customer->save(); } From 90de2698c3668bc50e75eb34a5b3597963b39748 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Tue, 28 Aug 2018 13:34:59 +0200 Subject: [PATCH 0013/1013] Fix for new stripe API 2018-08-23 Fix break of change API --- htdocs/stripe/class/stripe.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index b8472d0b821..bf4103e51a8 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -166,7 +166,10 @@ class Stripe extends CommonObject { $dataforcustomer = array( "email" => $object->email, - "business_vat_id" => $object->tva_intra, + "tax_info" => array( + "tax_id" => $object->tva_intra ? $object->tva_intra : null, // We force data to "null" if empty as expected by Stripe + "type" => 'vat', + ), "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'])) ); From 289dfc7fbeeab2c5269324f81fa0c9357c57ceac Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Tue, 28 Aug 2018 13:37:17 +0200 Subject: [PATCH 0014/1013] update API version We need to downgrade this change to V8 because some breaks occur if Stripe API is updated in dashboard to 2018-08-23 --- htdocs/stripe/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php index 7aa22678d7a..802dad47737 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-08-23"); // force version API From 25be9f59896ebe323a034abd0255a2db87580cc3 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Wed, 29 Aug 2018 13:19:03 +0200 Subject: [PATCH 0015/1013] fix if null --- htdocs/stripe/class/stripe.class.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index bf4103e51a8..e8c0d7a3f12 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -166,13 +166,16 @@ class Stripe extends CommonObject { $dataforcustomer = array( "email" => $object->email, - "tax_info" => array( - "tax_id" => $object->tva_intra ? $object->tva_intra : null, // We force data to "null" if empty as expected by Stripe - "type" => 'vat', - ), "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; From 844333688bf503b2d5e22a74e244f4dc5f25ca11 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 6 Sep 2018 14:33:22 +0200 Subject: [PATCH 0016/1013] typo --- htdocs/compta/facture/class/facture.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index c6e43206c78..27462f3be59 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -206,7 +206,7 @@ class Facture extends CommonInvoice * If paid partially, $this->close_code can be: * - CLOSECODE_DISCOUNTVAT * - CLOSECODE_BADDEBT - * If paid completelly, this->close_code will be null + * If paid completely, this->close_code will be null */ const STATUS_CLOSED = 2; @@ -2362,7 +2362,7 @@ class Facture extends CommonInvoice } } - // Set new ref and define current statut + // Set new ref and define current status if (! $error) { $this->ref = $num; @@ -4827,7 +4827,7 @@ class FactureLigne extends CommonInvoiceLine if (is_null($this->fk_prev_id) || empty($this->fk_prev_id) || $this->fk_prev_id == "") { return 0; } else { - // If invoice is a not a situation invoice, this->fk_prev_id is used for something else + // If invoice is not a situation invoice, this->fk_prev_id is used for something else $tmpinvoice=new Facture($this->db); $tmpinvoice->fetch($invoiceid); if ($tmpinvoice->type != Facture::TYPE_SITUATION) return 0; From ff44e65c38c640f5097e5570791af6d759e46995 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 10 Sep 2018 12:31:34 +0200 Subject: [PATCH 0017/1013] update api changelog 2018-09-06 introduce no change for dolibarr with 2018-08-23 --- htdocs/stripe/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php index 802dad47737..1c15b547fad 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-08-23"); // force version API +\Stripe\Stripe::setApiVersion("2018-09-06"); // force version API From ffad80eef6b3a5e15dd7967405a061e9f5671423 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 13 Sep 2018 09:45:07 +0200 Subject: [PATCH 0018/1013] Standardize and update code --- .../mod_commande_fournisseur_orchidee.php | 4 ++-- .../doc/doc_generic_supplier_proposal_odt.modules.php | 10 +++++----- htdocs/core/modules/ticket/mod_ticket_universal.php | 4 ++-- .../modules/user/doc/doc_generic_user_odt.modules.php | 10 +++++----- .../doc/doc_generic_usergroup_odt.modules.php | 10 +++++----- 5 files changed, 19 insertions(+), 19 deletions(-) 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 4639a94279c..fb800d1d63d 100644 --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php @@ -46,8 +46,8 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders { 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_proposal/doc/doc_generic_supplier_proposal_odt.modules.php b/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php index da3eb6ef734..a7c2db68a26 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,10 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php'; */ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal { - var $emetteur; // Objet societe qui emet + public $emetteur; // Objet societe qui emet - var $phpmin = array(5,2,0); // Minimum version of PHP required by module - var $version = 'dolibarr'; + public $phpmin = array(5,4,0); // Minimum version of PHP required by module + public $version = 'dolibarr'; /** @@ -52,8 +52,8 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal { 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"; diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php index 3371a071c8a..c3dad0aa482 100644 --- a/htdocs/core/modules/ticket/mod_ticket_universal.php +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php @@ -43,8 +43,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); 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 5318220beb8..041157f20a2 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,10 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php'; */ class doc_generic_user_odt extends ModelePDFUser { - var $emetteur; // Objet societe qui emet + public $emetteur; // Objet societe qui emet - var $phpmin = array(5,2,0); // Minimum version of PHP required by module - var $version = 'dolibarr'; + public $phpmin = array(5,4,0); // Minimum version of PHP required by module + public $version = 'dolibarr'; /** @@ -50,8 +50,8 @@ class doc_generic_user_odt extends ModelePDFUser { 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"; 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 887a4cda084..708482f3793 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,10 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php'; */ class doc_generic_usergroup_odt extends ModelePDFUserGroup { - var $emetteur; // Objet societe qui emet + public $emetteur; // Objet societe qui emet - var $phpmin = array(5,2,0); // Minimum version of PHP required by module - var $version = 'dolibarr'; + public $phpmin = array(5,4,0); // Minimum version of PHP required by module + public $version = 'dolibarr'; /** @@ -52,8 +52,8 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup { 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"; From be3468241f5f72bd3da8df3c8a2f933184cdd5d3 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 13 Sep 2018 10:55:05 +0200 Subject: [PATCH 0019/1013] Standardize and update code --- ...terface_50_modAgenda_ActionsAuto.class.php | 311 +++++++----------- 1 file changed, 128 insertions(+), 183 deletions(-) diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php index 6994aa6f3e6..679801692d2 100644 --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php @@ -82,9 +82,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); @@ -95,9 +94,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); @@ -106,9 +104,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)); @@ -117,9 +114,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)) @@ -132,9 +128,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)); @@ -143,9 +138,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)) @@ -158,9 +152,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); @@ -169,9 +162,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); @@ -180,9 +172,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); @@ -191,8 +182,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)); @@ -201,9 +192,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); @@ -212,9 +202,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); @@ -223,9 +212,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); @@ -234,9 +222,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)) @@ -249,9 +236,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)); @@ -260,9 +246,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); @@ -271,9 +256,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)) @@ -286,9 +270,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); @@ -298,9 +281,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); @@ -309,9 +291,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); @@ -322,9 +303,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)); @@ -335,9 +315,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); @@ -348,9 +327,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)) @@ -363,9 +341,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); @@ -374,9 +351,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); @@ -385,9 +361,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); @@ -398,9 +373,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)) @@ -413,9 +387,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)) @@ -428,9 +401,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)); @@ -439,9 +411,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)) @@ -454,9 +425,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); @@ -465,9 +435,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); @@ -476,9 +445,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)); @@ -487,9 +455,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)); @@ -498,9 +465,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); @@ -509,9 +475,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); @@ -520,9 +485,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)); @@ -531,9 +495,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)); @@ -542,10 +505,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)) @@ -558,10 +519,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)) @@ -573,9 +532,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)); @@ -584,9 +542,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); @@ -595,10 +552,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)) @@ -611,9 +566,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); @@ -622,9 +576,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); @@ -635,9 +588,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)); @@ -648,9 +600,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)); @@ -661,9 +612,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)); @@ -677,9 +627,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)); @@ -693,9 +642,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)); @@ -709,9 +657,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)); @@ -722,9 +669,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)); @@ -737,9 +683,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); @@ -747,10 +692,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); @@ -758,10 +703,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); @@ -771,10 +716,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); @@ -783,10 +728,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); @@ -795,10 +740,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); @@ -809,8 +754,8 @@ class InterfaceActionsAuto extends DolibarrTriggers // TODO Merge all previous cases into this generic one 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); From 3da762a59da9ee90d6841f2e7578b4264342a1ff Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 13 Sep 2018 15:06:06 +0200 Subject: [PATCH 0020/1013] Standardize and update code --- htdocs/core/class/html.formsms.class.php | 8 +++----- htdocs/core/datepicker.php | 4 ++-- htdocs/core/photos_resize.php | 4 ++-- htdocs/core/tools.php | 4 ++-- .../core/triggers/interface_80_modStripe_Stripe.class.php | 7 +++---- htdocs/don/document.php | 5 ++--- htdocs/don/list.php | 4 ++-- htdocs/don/note.php | 5 ++--- htdocs/don/stats/index.php | 5 ++--- 9 files changed, 20 insertions(+), 26 deletions(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index a549485ac4c..80e9a5a3de7 100644 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -88,7 +88,6 @@ class FormSms return 1; } - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /** * Show the form to input an sms. * @@ -96,16 +95,15 @@ class FormSms * @param int $showform Show form tags and submit button (recommanded is to use with value 0) * @return void */ + // phpcs:ignore PEAR.NamingConventions.ValidFunctionName.NotCamelCaps 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) diff --git a/htdocs/core/datepicker.php b/htdocs/core/datepicker.php index 074760e88ca..2a7d73dea63 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'); 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/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php index 00a58667f43..246826106f7 100644 --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php @@ -117,10 +117,9 @@ class InterfaceStripe // Put here code you want to execute when a Dolibarr business events 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); 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/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")); /* From 51ba970eaf9d0e2c1f8e86a2361044bf8cfad441 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 14 Sep 2018 09:33:16 +0200 Subject: [PATCH 0021/1013] Update html.formsms.class.php --- htdocs/core/class/html.formsms.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index 80e9a5a3de7..b7a8c3fb6c4 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=''; /** From 477acb2e4c6267971ca11c7a36889b6c5adf0204 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Fri, 14 Sep 2018 09:48:15 +0200 Subject: [PATCH 0022/1013] change new PDF version --- htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 2 +- htdocs/core/modules/propale/doc/pdf_azur.modules.php | 2 +- htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php index 58129bea6e2..039f29fa379 100644 --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -76,7 +76,7 @@ class pdf_eratosthene extends ModelePDFCommandes * Dolibarr version of the loaded document * @public string */ - public $version = 'dolibarr'; + public $version = 'development'; public $page_largeur; public $page_hauteur; diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php index 6e72e757fb6..e25abd5bc9e 100644 --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php @@ -47,7 +47,7 @@ class pdf_azur extends ModelePDFPropales var $type; var $phpmin = array(4,3,0); // Minimum version of PHP required by module - var $version = 'dolibarr'; + var $version = 'development'; var $page_largeur; var $page_hauteur; diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php index 383f34acebd..c9bce8b07a4 100644 --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php @@ -47,7 +47,7 @@ class pdf_cyan extends ModelePDFPropales var $type; var $phpmin = array(4,3,0); // Minimum version of PHP required by module - var $version = 'dolibarr'; + var $version = 'development'; var $page_largeur; var $page_hauteur; From d1321e5a7b21ad5fa83ed03b494384d72a7487e5 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Fri, 14 Sep 2018 09:54:39 +0200 Subject: [PATCH 0023/1013] change new PDF version --- htdocs/core/modules/facture/doc/pdf_sponge.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php index 72c2a5aaca6..74f4bf34acf 100644 --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php @@ -77,7 +77,7 @@ class pdf_sponge extends ModelePDFFactures * Dolibarr version of the loaded document * @public string */ - public $version = 'dolibarr'; + public $version = 'development'; public $page_largeur; public $page_hauteur; From 1d82825afaf3665dadbff8f41a3a249bcfcbd281 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Sat, 15 Sep 2018 21:34:55 +0200 Subject: [PATCH 0024/1013] Update html.formsms.class.php --- htdocs/core/class/html.formsms.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index b7a8c3fb6c4..dca795f5419 100644 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -88,16 +88,17 @@ class FormSms 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 */ - // phpcs:ignore PEAR.NamingConventions.ValidFunctionName.NotCamelCaps function show_form($morecss='titlefield', $showform=1) { + // phpcs:enable global $conf, $langs, $user, $form; if (! is_object($form)) $form=new Form($this->db); From 3fb2d4c159bb3dd62b143ca3ca9584bb25cb2849 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 18 Sep 2018 15:52:57 +0200 Subject: [PATCH 0025/1013] remove change on text --- htdocs/langs/en_US/bills.lang | 4 ++-- htdocs/langs/en_US/orders.lang | 4 ++-- htdocs/langs/en_US/propal.lang | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index ab2adf33441..95114c96446 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -488,8 +488,8 @@ RevenueStamp=Revenue stamp YouMustCreateInvoiceFromThird=This option is only available when creating invoice from tab "customer" of third party YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoice from tab "supplier" of third party YouMustCreateStandardInvoiceFirstDesc=You have to create a standard invoice first and convert it to "template" to create a new template invoice -PDFCrabeDescription=Invoice PDF template Crabe. A complete invoice template (deprecated Template) -PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template (recommended Template) +PDFCrabeDescription=Invoice PDF template Crabe. A complete invoice template (recommended Template) +PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template PDFCrevetteDescription=Invoice PDF template Crevette. A complete invoice template for situation invoices TerreNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 MarsNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices, %syymm-nnnn for replacement invoices, %syymm-nnnn for down payment invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0 diff --git a/htdocs/langs/en_US/orders.lang b/htdocs/langs/en_US/orders.lang index 1d286cc5ebd..77d2eda19a3 100644 --- a/htdocs/langs/en_US/orders.lang +++ b/htdocs/langs/en_US/orders.lang @@ -140,8 +140,8 @@ OrderByEMail=EMail OrderByWWW=Online OrderByPhone=Phone # Documents models -PDFEinsteinDescription=A complete order model (logo...)(deprecated Template) -PDFEratostheneDescription=A complete order model (logo...)(recommended Template) +PDFEinsteinDescription=A complete order model (logo...) +PDFEratostheneDescription=A complete order model (logo...) PDFEdisonDescription=A simple order model PDFProformaDescription=A complete proforma invoice (logo…) CreateInvoiceForThisCustomer=Bill orders diff --git a/htdocs/langs/en_US/propal.lang b/htdocs/langs/en_US/propal.lang index 44157780ce7..f336daa242d 100644 --- a/htdocs/langs/en_US/propal.lang +++ b/htdocs/langs/en_US/propal.lang @@ -77,8 +77,8 @@ TypeContact_propal_external_BILLING=Customer invoice contact TypeContact_propal_external_CUSTOMER=Customer contact following-up proposal TypeContact_propal_external_SHIPPING=Customer contact for delivery # Document models -DocModelAzurDescription=A complete proposal model (logo...)(deprecated Template) -DocModelCyanDescription=A complete proposal model (logo...)(recommended Template) +DocModelAzurDescription=A complete proposal model (logo...) +DocModelCyanDescription=A complete proposal model (logo...) DefaultModelPropalCreate=Default model creation DefaultModelPropalToBill=Default template when closing a business proposal (to be invoiced) DefaultModelPropalClosed=Default template when closing a business proposal (unbilled) From c2e23954157ac2d17e57bb2db27936d1a2518d50 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 21 Sep 2018 09:18:12 +0200 Subject: [PATCH 0026/1013] Comment and typo --- htdocs/adherents/card.php | 10 +++++++--- htdocs/adherents/class/adherent.class.php | 1 + htdocs/adherents/subscription.php | 6 ++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 3d3c8fb6e54..fd465dd1803 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -622,8 +622,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; @@ -693,8 +694,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; @@ -1384,6 +1386,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; @@ -1444,8 +1447,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 f3e4e4d0df8..a4e80d3b626 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -2628,6 +2628,7 @@ class Adherent extends CommonObject // Send reminder email $outputlangs = new Translate('', $conf); $outputlangs->setDefaultLang(empty($adherent->thirdparty->default_lang) ? $mysoc->default_lang : $adherent->thirdparty->default_lang); + // Load traductions files requiredby by page $outputlangs->loadLangs(array("main", "members")); dol_syslog("sendReminderForExpiredSubscription Language set to ".$outputlangs->defaultlang); diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php index 78a7ce8495f..08c3c3c87f5 100644 --- a/htdocs/adherents/subscription.php +++ b/htdocs/adherents/subscription.php @@ -359,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; @@ -1053,8 +1054,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; From bde8d8ae0e28818787c932c36f720b3a138f7541 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 21 Sep 2018 09:32:50 +0200 Subject: [PATCH 0027/1013] Comment and typo --- htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php | 2 +- htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 2 +- .../contract/doc/doc_generic_contract_odt.modules.php | 1 + htdocs/core/modules/contract/doc/pdf_strato.modules.php | 4 ++-- htdocs/core/modules/dons/html_cerfafr.modules.php | 1 + .../expedition/doc/doc_generic_shipment_odt.modules.php | 1 + htdocs/core/modules/expedition/doc/pdf_merou.modules.php | 2 +- htdocs/core/modules/expedition/doc/pdf_rouget.modules.php | 2 +- .../core/modules/expensereport/doc/pdf_standard.modules.php | 6 +++--- htdocs/core/modules/facture/doc/pdf_crabe.modules.php | 4 ++-- htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php | 2 +- 11 files changed, 15 insertions(+), 12 deletions(-) diff --git a/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php b/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php index f62b699b4ef..9b49be6063f 100644 --- a/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php +++ b/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php @@ -114,7 +114,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc // 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)) diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php index 9cbd5f31959..c7c032bbddc 100644 --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php @@ -1239,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); 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 5ba56d8b73d..4e8036c7eea 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 @@ -216,6 +216,7 @@ class doc_generic_contract_odt extends ModelePDFContract $sav_charset_output=$outputlangs->charset_output; $outputlangs->charset_output='UTF-8'; + // Load traductions files requiredby by page $outputlangs->loadLangs(array("main", "dict", "companies", "bills")); if ($conf->contrat->dir_output) diff --git a/htdocs/core/modules/contract/doc/pdf_strato.modules.php b/htdocs/core/modules/contract/doc/pdf_strato.modules.php index c7c393c96e3..fe0a79c6c8e 100644 --- a/htdocs/core/modules/contract/doc/pdf_strato.modules.php +++ b/htdocs/core/modules/contract/doc/pdf_strato.modules.php @@ -180,7 +180,7 @@ class pdf_strato extends ModelePDFContract // 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) @@ -542,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); diff --git a/htdocs/core/modules/dons/html_cerfafr.modules.php b/htdocs/core/modules/dons/html_cerfafr.modules.php index 3890c03ba62..8f6c10119c4 100644 --- a/htdocs/core/modules/dons/html_cerfafr.modules.php +++ b/htdocs/core/modules/dons/html_cerfafr.modules.php @@ -83,6 +83,7 @@ class html_cerfafr extends ModeleDon if (! is_object($outputlangs)) $outputlangs=$langs; + // Load traductions files requiredby by page $outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "donations")); $currency = !empty($currency) ? $currency : $conf->currency; 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 53738f23df2..8277ff40820 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 @@ -227,6 +227,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition $sav_charset_output=$outputlangs->charset_output; $outputlangs->charset_output='UTF-8'; + // Load traductions files requiredby by page $outputlangs->loadLangs(array("main", "dict", "companies", "bills")); if ($conf->expedition->dir_output."/sending") diff --git a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php index 68f6f544fc4..3d786bf111d 100644 --- a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php +++ b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php @@ -165,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 8086667a4f5..e4ded69fe9c 100644 --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php @@ -196,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); diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php index ec06221e5de..0cfa9fddb5c 100644 --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php @@ -211,7 +211,7 @@ class pdf_standard extends ModeleExpenseReport // 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); @@ -568,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); diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php index 7d39969ece9..555e2f76ee0 100644 --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php @@ -239,7 +239,7 @@ class pdf_crabe extends ModelePDFFactures // 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); @@ -1574,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); diff --git a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php index c51e0452481..f9576a974f1 100644 --- a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php +++ b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php @@ -172,7 +172,7 @@ class pdf_soleil extends ModelePDFFicheinter // 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) From 9fab0a1d457a76bdffecb2ba8ad367278ba6d773 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 21 Sep 2018 14:16:22 +0200 Subject: [PATCH 0028/1013] Update comments --- htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 2 +- htdocs/core/modules/livraison/doc/pdf_typhon.modules.php | 2 +- .../modules/product/doc/doc_generic_product_odt.modules.php | 1 + .../modules/project/task/doc/doc_generic_task_odt.modules.php | 1 + .../usergroup/doc/doc_generic_usergroup_odt.modules.php | 4 ++-- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php index c7c032bbddc..05231f7e9d7 100644 --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php @@ -224,7 +224,7 @@ class pdf_einstein extends ModelePDFCommandes // 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); diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php index ae0dcb6a74f..8b8c629c30b 100644 --- a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php +++ b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php @@ -195,7 +195,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder // 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) 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 1ee00f486e5..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 @@ -240,6 +240,7 @@ class doc_generic_product_odt extends ModelePDFProduct $sav_charset_output=$outputlangs->charset_output; $outputlangs->charset_output='UTF-8'; + // Load translation files required by the page $outputlangs->loadLangs(array("main", "dict", "companies", "bills")); if ($conf->produit->dir_output) 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 d76ae3b586a..425f9ad1b18 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 @@ -445,6 +445,7 @@ class doc_generic_task_odt extends ModelePDFTask $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")); if ($conf->projet->dir_output) 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 798231ed688..b89f68d755b 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 @@ -44,9 +44,9 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup public $emetteur; /** - * @var array() 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); /** From 2afaccf09923aa021608ddc415d2aa9ddf1816d0 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 21 Sep 2018 14:32:31 +0200 Subject: [PATCH 0029/1013] Update mod_ticket_universal.php --- htdocs/core/modules/ticket/mod_ticket_universal.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php index 409aa2daf00..a8170935eb0 100644 --- a/htdocs/core/modules/ticket/mod_ticket_universal.php +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php @@ -33,20 +33,11 @@ class mod_ticket_universal extends ModeleNumRefTicket * Dolibarr version of the loaded document * @public string */ - public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' + public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' -<<<<<<< HEAD -<<<<<<< HEAD /** * @var string Error code (or message) */ -======= ->>>>>>> upstream/develop -======= - /** - * @var string Error code (or message) - */ ->>>>>>> d5003c9d3c507b5064a1f8e96a1ae9a019b6a5e9 public $error = ''; /** From 0bcec6c923098a9297d34baeb63a431e8ffcb8f5 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 21 Sep 2018 14:33:48 +0200 Subject: [PATCH 0030/1013] Update doc_generic_user_odt.modules.php --- .../modules/user/doc/doc_generic_user_odt.modules.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 bce2aca823a..ac69176b1c1 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 @@ -42,15 +42,15 @@ class doc_generic_user_odt extends ModelePDFUser public $emetteur; /** - * @var array() 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); /** - * Dolibarr version of the loaded document - * @public string - */ + * Dolibarr version of the loaded document + * @public string + */ public $version = 'dolibarr'; From 870f504633ac8ac688d5ebce2aad3546c4d6cab8 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 21 Sep 2018 14:34:30 +0200 Subject: [PATCH 0031/1013] Update doc_generic_usergroup_odt.modules.php --- .../doc/doc_generic_usergroup_odt.modules.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 b89f68d755b..53e42d46832 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 @@ -44,15 +44,15 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup public $emetteur; /** - * @var array() 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); /** - * Dolibarr version of the loaded document - * @public string - */ + * Dolibarr version of the loaded document + * @public string + */ public $version = 'dolibarr'; From 3464afe391f8d536fdbbf6fc544985651aadf7d2 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 21 Sep 2018 15:12:17 +0200 Subject: [PATCH 0032/1013] Update comment --- .../modules/supplier_proposal/doc/pdf_aurore.modules.php | 6 +++--- htdocs/core/tpl/card_presend.tpl.php | 1 + htdocs/public/members/new.php | 3 ++- htdocs/public/payment/paymentok.php | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) 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 c20e57f2d5c..31097dd8c34 100644 --- a/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php +++ b/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php @@ -214,7 +214,7 @@ class pdf_aurore extends ModelePDFSupplierProposal // 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); @@ -1280,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); 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/public/members/new.php b/htdocs/public/members/new.php index 7e09e990221..0ced86fdd67 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -277,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; diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php index b46f651f9b4..20a0cacd2e8 100644 --- a/htdocs/public/payment/paymentok.php +++ b/htdocs/public/payment/paymentok.php @@ -500,8 +500,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; From 753089a99d687626f290dd9b2c9c6b778d939148 Mon Sep 17 00:00:00 2001 From: Yanis LISIMA Date: Sun, 23 Sep 2018 21:26:07 +0200 Subject: [PATCH 0033/1013] NEW Change forgotten password link in general parameters In some cases, user password are managed by external systems (ex: LDAP). The new parameter MAIN_PASSWORD_FORGOTLINK will send users to true forgotten password link. --- htdocs/core/tpl/login.tpl.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 5cfb09946e5..f3367d3e90f 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -213,7 +213,9 @@ if ($forgetpasslink || $helpcenterlink) echo '
'; echo '
'; if ($forgetpasslink) { - echo ''; + $url=DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam; + if (! empty($conf->global->MAIN_PASSWORD_FORGOTLINK)) $url=$conf->global->MAIN_PASSWORD_FORGOTLINK; + echo ''; echo $langs->trans('PasswordForgotten'); echo ''; } From 2799bd175d428af91105fa25830e728ab5e734e8 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 23 Sep 2018 21:35:43 +0200 Subject: [PATCH 0034/1013] Translated comment --- htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 4 ++-- htdocs/core/modules/expedition/doc/pdf_rouget.modules.php | 4 ++-- .../core/modules/expensereport/doc/pdf_standard.modules.php | 4 ++-- .../modules/facture/doc/doc_generic_invoice_odt.modules.php | 4 ++-- htdocs/core/modules/facture/doc/pdf_crabe.modules.php | 4 ++-- htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php | 4 ++-- htdocs/core/modules/livraison/doc/pdf_typhon.modules.php | 4 ++-- htdocs/core/modules/project/doc/pdf_baleine.modules.php | 4 ++-- .../modules/project/task/doc/doc_generic_task_odt.modules.php | 4 ++-- .../modules/propale/doc/doc_generic_proposal_odt.modules.php | 4 ++-- htdocs/core/modules/propale/doc/pdf_azur.modules.php | 2 +- .../core/modules/supplier_invoice/pdf/pdf_canelle.modules.php | 2 +- .../core/modules/supplier_order/pdf/pdf_muscadet.modules.php | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php index 9cbd5f31959..e0c82446962 100644 --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php @@ -116,9 +116,9 @@ class pdf_einstein extends ModelePDFCommandes /** * Issuer - * @var Societe + * @var Company object that emits */ - public $emetteur; // Objet societe qui emet + public $emetteur; /** diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php index 8086667a4f5..678c5d5da7e 100644 --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php @@ -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; /** diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php index ec06221e5de..28f36a406e0 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; /** 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 93f4dbe88ca..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 @@ -40,9 +40,9 @@ class doc_generic_invoice_odt extends ModelePDFFactures { /** * Issuer - * @var Societe + * @var Company object that emits */ - public $emetteur; // Objet societe qui emet + public $emetteur; /** * @var array() Minimum version of PHP required by module. diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php index 7d39969ece9..c99da970a6b 100644 --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php @@ -117,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 diff --git a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php index c51e0452481..7dc4f0594ab 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 diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php index ae0dcb6a74f..3227c75b3af 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 diff --git a/htdocs/core/modules/project/doc/pdf_baleine.modules.php b/htdocs/core/modules/project/doc/pdf_baleine.modules.php index dd1a26c1d4f..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 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 d76ae3b586a..941ebb4db3e 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 @@ -56,9 +56,9 @@ class doc_generic_task_odt extends ModelePDFTask { /** * Issuer - * @var Societe + * @var Company object that emits */ - public $emetteur; // Objet societe qui emet + public $emetteur; /** * @var array() Minimum version of PHP required by module. 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 6b5bf3fe3a2..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 @@ -39,9 +39,9 @@ class doc_generic_proposal_odt extends ModelePDFPropales { /** * Issuer - * @var Societe + * @var Company object that emits */ - public $emetteur; // Objet societe qui emet + public $emetteur; /** * @var array() Minimum version of PHP required by module. diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php index 54009821fff..40b73e4bf7f 100644 --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php @@ -115,7 +115,7 @@ class pdf_azur extends ModelePDFPropales /** * Issuer - * @var Objet societe qui emet + * @var Company object that emits */ public $emetteur; 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 243a692eed8..e7d47f67bda 100644 --- a/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php +++ b/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php @@ -106,7 +106,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices /** * Issuer - * @var Objet societe qui emet + * @var Company object that emits */ public $emetteur; 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 1be46ee2eca..8478fd70e89 100644 --- a/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php +++ b/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php @@ -110,7 +110,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders /** * Issuer - * @var Objet societe qui emet + * @var Company object that emits */ public $emetteur; From ceccd5a5100f1ca7c050698a625fa2b25dee1238 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Mon, 24 Sep 2018 10:16:28 +0200 Subject: [PATCH 0035/1013] Fix prev situation invoice selection --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 54b378ad281..2615cc94463 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3336,7 +3336,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 .= ''; } else { $opt .= ''; From 26d585ffbe11c012c7d983dfb21c5486d78e0214 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 24 Sep 2018 10:43:01 +0200 Subject: [PATCH 0036/1013] Use latest instead of last --- htdocs/langs/en_US/boxes.lang | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang index 20cabb9e418..152a6eccce5 100644 --- a/htdocs/langs/en_US/boxes.lang +++ b/htdocs/langs/en_US/boxes.lang @@ -20,22 +20,22 @@ 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=Suppliers: latest %s modified +BoxTitleLastModifiedCustomers=Customers: latest %s modified 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 supplier 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=Contacts/Addresses: latest %s modified +BoxMyLastBookmarks=Bookmarks: latest %s BoxOldestExpiredServices=Oldest active expired services BoxLastExpiredServices=Latest %s oldest contacts with active expired services BoxTitleLastActionsToDo=Latest %s actions to do From 86072ad1d7f5cf72bf145baab70756bc96a1f8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 24 Sep 2018 10:43:57 +0200 Subject: [PATCH 0037/1013] remove superfluous space --- htdocs/core/lib/functions.lib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index b15fb19dc23..dd42c2666e0 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -5214,8 +5214,7 @@ 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()) - { + 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); } From 1f2493f361f89f5bf5f69088952b8872d92c0060 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 24 Sep 2018 11:45:34 +0200 Subject: [PATCH 0038/1013] Standardize and update code --- htdocs/core/class/dolgraph.class.php | 54 ++++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index 618716ce0e4..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; - 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...) + 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 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 From ac31b79d9dd3a1312bb4d706af1eccccf9fd55a0 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 24 Sep 2018 11:58:01 +0200 Subject: [PATCH 0039/1013] Standardize and update code --- htdocs/core/class/antivir.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/antivir.class.php b/htdocs/core/class/antivir.class.php index d18501d54d9..c67e3f5f59d 100644 --- a/htdocs/core/class/antivir.class.php +++ b/htdocs/core/class/antivir.class.php @@ -40,7 +40,10 @@ class AntiVir */ public $errors = array(); - var $output; + /** + * @var string Used to return message + */ + public $output; /** * @var DoliDB Database handler. From d7df74656e7c0fff6866f71a762cec9e4a775513 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 24 Sep 2018 12:03:49 +0200 Subject: [PATCH 0040/1013] Standardize and update code --- htdocs/core/class/canvas.class.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/core/class/canvas.class.php b/htdocs/core/class/canvas.class.php index a4665701661..cf830048cc0 100644 --- a/htdocs/core/class/canvas.class.php +++ b/htdocs/core/class/canvas.class.php @@ -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 /** From 3f2f903e6f3d605b43df2c9d17fa68e59bb4f140 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 24 Sep 2018 12:22:41 +0200 Subject: [PATCH 0041/1013] Specifics comments --- htdocs/multicurrency/class/multicurrency.class.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/htdocs/multicurrency/class/multicurrency.class.php b/htdocs/multicurrency/class/multicurrency.class.php index ab72aabaee0..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 From b1380a690242a354ac02712a39f82b18bc5b7125 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Mon, 24 Sep 2018 16:12:00 +0200 Subject: [PATCH 0042/1013] FIX situation invoice total with credit note --- htdocs/compta/facture/card.php | 2 ++ htdocs/compta/facture/class/facture.class.php | 23 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 0465530ec27..f31b41753f0 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -953,6 +953,8 @@ if (empty($reshook)) if($facture_source->type == Facture::TYPE_SITUATION) { + + $line->fk_prev_id = $line->id; if(!empty($facture_source->tab_previous_situation_invoice)) { diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 1ebd9fedfd6..8c756dc5264 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -4830,7 +4830,7 @@ class FactureLigne extends CommonInvoiceLine * @param int $invoiceid Invoice id * @return int >= 0 */ - function get_prev_progress($invoiceid) + function get_prev_progress($invoiceid, $include_credit_note = true) { if (is_null($this->fk_prev_id) || empty($this->fk_prev_id) || $this->fk_prev_id == "") { return 0; @@ -4844,7 +4844,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); From fc7c0ce52188776dd34f0aeeb8e7c4ca3ce771b7 Mon Sep 17 00:00:00 2001 From: gauthier Date: Mon, 24 Sep 2018 16:23:44 +0200 Subject: [PATCH 0043/1013] FIX : need to filter on current entity on replenish --- htdocs/product/stock/replenish.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index 5a9b9888470..a8721d11c90 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -185,6 +185,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 = ".$conf->entity; $sql.= " ORDER BY date_creation DESC"; $resql = $db->query($sql); if($resql && $db->num_rows($resql) > 0) { From df64961c6bdbbcf56f78854d5478f52e3f6c5a99 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 24 Sep 2018 21:56:57 +0200 Subject: [PATCH 0044/1013] FIX nb of session in title --- htdocs/admin/tools/listsessions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php index 70b0987732b..0e9e315f2ac 100644 --- a/htdocs/admin/tools/listsessions.php +++ b/htdocs/admin/tools/listsessions.php @@ -99,7 +99,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"); From d15c52db3b8e9614e868e02ed96761ffc8017611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 25 Sep 2018 08:16:05 +0200 Subject: [PATCH 0045/1013] Update rssparser.class.php --- htdocs/core/class/rssparser.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php index 56e338b7eb8..1417b9a0e29 100644 --- a/htdocs/core/class/rssparser.class.php +++ b/htdocs/core/class/rssparser.class.php @@ -742,7 +742,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]; @@ -751,7 +751,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; From 791c373db5b1f1f71d8989ffd84ec626c6cba64a Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 25 Sep 2018 09:54:58 +0200 Subject: [PATCH 0046/1013] FIX credit note progression --- htdocs/compta/facture/card.php | 6 +++--- htdocs/compta/facture/class/facture.class.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index f31b41753f0..e3a68f9654c 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -953,8 +953,8 @@ if (empty($reshook)) if($facture_source->type == Facture::TYPE_SITUATION) { - - $line->fk_prev_id = $line->id; + $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)) { @@ -978,7 +978,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); diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 8c756dc5264..277f1c85e40 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -4828,6 +4828,7 @@ class FactureLigne extends CommonInvoiceLine * 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 * @return int >= 0 */ function get_prev_progress($invoiceid, $include_credit_note = true) From 022f842cb09775fd2577348a743153382fbf5e29 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Tue, 25 Sep 2018 10:28:47 +0200 Subject: [PATCH 0047/1013] Fix display good progress for new situation invoices --- htdocs/compta/facture/card.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index e3a68f9654c..8834d93d162 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -1536,7 +1536,8 @@ 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) { From 515acbfee2e0cd684a60f55916e2ef9672885639 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 24 Sep 2018 15:13:18 +0200 Subject: [PATCH 0048/1013] FIX Bad position of hook formattachOptions call --- htdocs/core/class/html.formfile.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index f80c6942d8c..7a0c07bb996 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -180,7 +180,7 @@ class FormFile if ($linkfiles) { - $out .= "\n\n"; + $out .= "\n\n"; $langs->load('link'); $title = $langs->trans("LinkANewFile"); $out .= load_fiche_titre($title, null, null); @@ -208,19 +208,18 @@ class FormFile $out .= '
'; $out .= '
'; $out .= '
'; - $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\n"; + $out .= "\n\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 '
'; print $out; print '
'; } - print $hookmanager->resPrint; return 1; From e39e54503ee100d9e865dc1b781cee4643c98f04 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Sep 2018 12:54:24 +0200 Subject: [PATCH 0049/1013] Fix responsive --- htdocs/contact/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index b60fdd8886b..04132fa9b75 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -732,7 +732,7 @@ while ($i < min($num,$limit)) // Job position if (! empty($arrayfields['p.poste']['checked'])) { - print '
'; + print ''; if (! $i) $totalarray['nbfield']++; } // Zip From a9f7bdead68054eac806b328383526373f5ded42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 25 Sep 2018 15:22:08 +0200 Subject: [PATCH 0050/1013] fix Option MAIN_DISABLE_NOTES_TAB #9611 --- htdocs/core/tpl/bloc_showhide.tpl.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 @@ - * Copyright (C) 2013 Laurent Destailleur +/* Copyright (C) 2012 Regis Houssin + * Copyright (C) 2013 Laurent Destailleur + * Copyright (C) 2018 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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"; From 746d73b8e63886f28cce291e562ace970eb2a51c Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 25 Sep 2018 17:26:57 +0200 Subject: [PATCH 0051/1013] Add some code comment --- htdocs/compta/facture/card.php | 2 ++ htdocs/core/class/commonobject.class.php | 1 + htdocs/core/tpl/objectline_create.tpl.php | 1 + htdocs/expedition/card.php | 4 ++-- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index b51bca8f2ac..f1419f83e45 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -4463,6 +4463,7 @@ else if ($id > 0 || ! empty($ref)) print ''; + // Adds a line numbering column if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { print ''; } @@ -4486,6 +4487,7 @@ else if ($id > 0 || ! empty($ref)) print ''; print "\n"; + // Adds a line numbering column if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { print ''; } diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 475fbf2b1f0..fea6339a05f 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -3824,6 +3824,7 @@ abstract class CommonObject print ''; + // Adds a line numbering column if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) print ''; // Description diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php index f429f7216c0..23640216cd9 100644 --- a/htdocs/core/tpl/objectline_create.tpl.php +++ b/htdocs/core/tpl/objectline_create.tpl.php @@ -160,6 +160,7 @@ if ($nolinesbefore) { ?> global->MAIN_VIEW_LINE_NUMBER)) { $coldisplay=2; ?> diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php index a811b79b9ca..c79a56267ba 100644 --- a/htdocs/expedition/card.php +++ b/htdocs/expedition/card.php @@ -2010,7 +2010,7 @@ else if ($id || $ref) print '
'; print '
'; print $desc; print '
'; include_once DOL_DOCUMENT_ROOT . '/core/modules/facture/modules_facture.php'; $liste = ModelePDFFactures::liste_modeles($db); - print $form->selectarray('model', $liste, $conf->global->FACTURE_ADDON_PDF); + $curent = !empty($conf->global->{'FACTURE_ADDON_PDF_'.$object->type})?$conf->global->{'FACTURE_ADDON_PDF_'.$object->type}:$conf->global->FACTURE_ADDON_PDF; + print $form->selectarray('model', $liste, $curent); print "
'.$trans.''.$form->selectarray('invoicetypemodels['.$type.']', ModelePDFFactures::liste_modeles($db) , $curent ,0,0, 0).''.$form->selectarray('invoicetypemodels['.$type.']', ModelePDFFactures::liste_modeles($db), $current,0,0, 0).'
'; include_once DOL_DOCUMENT_ROOT . '/core/modules/facture/modules_facture.php'; $liste = ModelePDFFactures::liste_modeles($db); - $curent = !empty($conf->global->{'FACTURE_ADDON_PDF_'.$object->type})?$conf->global->{'FACTURE_ADDON_PDF_'.$object->type}:$conf->global->FACTURE_ADDON_PDF; + $paramkey='FACTURE_ADDON_PDF_'.$object->type; + $curent = !empty($conf->global->$paramkey)?$conf->global->$paramkey:$conf->global->FACTURE_ADDON_PDF; print $form->selectarray('model', $liste, $curent); print "
'.dol_trunc($obj->poste,20).''.$obj->poste.'
  
 
 
'; print ''; - // # + // Adds a line numbering column if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { print ''; @@ -2142,7 +2142,7 @@ else if ($id || $ref) print ''; // id of order line print ''; - // # + // Adds a line numbering column if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { print ''; From c90cd4ae2933cf594b46b2b0f74d5812247b5f98 Mon Sep 17 00:00:00 2001 From: IJ Date: Wed, 26 Sep 2018 07:21:21 +0100 Subject: [PATCH 0052/1013] Add more social fields --- htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 c52cd90dc17..bc3491e9012 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 @@ -72,9 +72,18 @@ ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255); 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 google+ 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 google+ 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_website CHANGE COLUMN fk_user_create fk_user_creat integer; ALTER TABLE llx_website_page CHANGE COLUMN fk_user_create fk_user_creat integer; From d063f6fdeb0226897bad3c7447195eb8d6b0b9e6 Mon Sep 17 00:00:00 2001 From: IJ Date: Wed, 26 Sep 2018 07:34:09 +0100 Subject: [PATCH 0053/1013] Add social fields --- htdocs/install/mysql/tables/llx_societe.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_societe.sql b/htdocs/install/mysql/tables/llx_societe.sql index 8f6fa75e601..b53bf03c76b 100644 --- a/htdocs/install/mysql/tables/llx_societe.sql +++ b/htdocs/install/mysql/tables/llx_societe.sql @@ -53,6 +53,11 @@ create table llx_societe 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 From 9fd7d98c26581d55f684eaaba544e464b498a261 Mon Sep 17 00:00:00 2001 From: IJ Date: Wed, 26 Sep 2018 07:35:26 +0100 Subject: [PATCH 0054/1013] Add social fields --- htdocs/install/mysql/tables/llx_socpeople.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_socpeople.sql b/htdocs/install/mysql/tables/llx_socpeople.sql index aa3256c29fd..e9ed364a4b7 100644 --- a/htdocs/install/mysql/tables/llx_socpeople.sql +++ b/htdocs/install/mysql/tables/llx_socpeople.sql @@ -45,6 +45,11 @@ create table llx_socpeople skype varchar(255), twitter varchar(255), -- facebook varchar(255), -- + instagram varchar(255), -- + snapchat varchar(255), -- + google+ varchar(255), -- + youtube varchar(255), -- + whatsapp varchar(255), -- photo varchar(255), no_email smallint NOT NULL DEFAULT 0, priv smallint NOT NULL DEFAULT 0, From 68dc21360190a3a81bdd764b2ef5e06f6745d479 Mon Sep 17 00:00:00 2001 From: IJ Date: Wed, 26 Sep 2018 07:36:22 +0100 Subject: [PATCH 0055/1013] Correct Google+ to plus --- htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 bc3491e9012..9d7479591d8 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 @@ -74,14 +74,14 @@ 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 google+ 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 google+ 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; From 92a3faeaf76df2b31e2fdc2302e3d33e0aa05abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 26 Sep 2018 10:13:14 +0200 Subject: [PATCH 0056/1013] add try catch for swiftmailer --- htdocs/core/class/CMailFile.class.php | 36 +++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php index 8313894f68c..9bd17a9670a 100644 --- a/htdocs/core/class/CMailFile.class.php +++ b/htdocs/core/class/CMailFile.class.php @@ -407,18 +407,44 @@ class CMailFile // TODO if (! empty($moreinheader)) ... // Give the message a subject - $this->message->setSubject($this->encodetorfc2822($subject)); + try { + $this->message->setSubject($this->encodetorfc2822($subject)); + } catch (Exception $e) { + $this->error = $e->getMessage(); + } // Set the From address with an associative array //$this->message->setFrom(array('john@doe.com' => 'John Doe')); - if (! empty($from)) $this->message->setFrom($this->getArrayAddress($from)); + if (! empty($from)) { + try { + $result = $this->message->setFrom($this->getArrayAddress($from)); + } catch (Exception $e) { + $this->error = $e->getMessage(); + } + } // Set the To addresses with an associative array - if (! empty($to)) $this->message->setTo($this->getArrayAddress($to)); + if (! empty($to)) { + try { + $result = $this->message->setTo($this->getArrayAddress($to)); + } catch (Exception $e) { + $this->error = $e->getMessage(); + } + } - if (! empty($from)) $this->message->SetReplyTo($this->getArrayAddress($from)); + if (! empty($from)) { + try { + $result = $this->message->SetReplyTo($this->getArrayAddress($from)); + } catch (Exception $e) { + $this->error = $e->getMessage(); + } + } - $this->message->setCharSet($conf->file->character_set_client); + try { + $result = $this->message->setCharSet($conf->file->character_set_client); + } catch (Exception $e) { + $this->error = $e->getMessage(); + } if (! empty($this->html)) { From 1bac3a0ccfc4ce81a76eca8b3734b0d22d8f14ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 26 Sep 2018 10:37:20 +0200 Subject: [PATCH 0057/1013] swiftmailer is doing encodetorfc2822 --- htdocs/core/class/CMailFile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php index 9bd17a9670a..bb38563837a 100644 --- a/htdocs/core/class/CMailFile.class.php +++ b/htdocs/core/class/CMailFile.class.php @@ -408,7 +408,7 @@ class CMailFile // Give the message a subject try { - $this->message->setSubject($this->encodetorfc2822($subject)); + $this->message->setSubject($subject); } catch (Exception $e) { $this->error = $e->getMessage(); } From 0a4d80012a51300c517039e9191bb9038d70f348 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 11:15:11 +0200 Subject: [PATCH 0058/1013] Support export/import of logo site in web site templates --- htdocs/website/class/website.class.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index 70926a2ce5c..47a307a0593 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -783,7 +783,7 @@ class Website extends CommonObject */ function exportWebSite() { - global $conf; + global $conf, $mysoc; $website = $this; @@ -904,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; @@ -912,6 +915,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($stringtoexport)."'"; // Replace \r \n to have record on 1 line $line.= ");"; $line.= "\n"; @@ -951,7 +957,7 @@ class Website extends CommonObject */ function importWebSite($pathtofile) { - global $conf; + global $conf, $mysoc; $error = 0; @@ -1000,6 +1006,9 @@ 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(); From 0987db765ca89b660b9cf06ad9d1643b2443cde5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 11:28:41 +0200 Subject: [PATCH 0059/1013] Work on export/import --- htdocs/website/class/website.class.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index 47a307a0593..adcfdd7309c 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1013,6 +1013,7 @@ class Website extends CommonObject $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) @@ -1021,7 +1022,8 @@ 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; @@ -1044,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); } From 73ed3407662133a4c480ad69b8af52c0190ec6d5 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 26 Sep 2018 11:52:06 +0200 Subject: [PATCH 0060/1013] Update german accounting file to use rowid - fix "TODO Fix this file to use rowid" --- .../mysql/data/llx_accounting_account_de.sql | 15524 ++++++++-------- 1 file changed, 7761 insertions(+), 7763 deletions(-) diff --git a/htdocs/install/mysql/data/llx_accounting_account_de.sql b/htdocs/install/mysql/data/llx_accounting_account_de.sql index 7db879a75cb..9f3ed2ba99d 100644 --- a/htdocs/install/mysql/data/llx_accounting_account_de.sql +++ b/htdocs/install/mysql/data/llx_accounting_account_de.sql @@ -22,7770 +22,7768 @@ -- Descriptif des plans comptables DE SKR03 + SKR04 -- ADD 500000 to rowid # Do no remove this comment -- --- TODO Fix this file to use rowid +-- SKR03 --- SKR03 - -INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, 'SKR03','8','Expense','83400',NULL,'Average Cost Variance',1); +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); -- SKR04 -INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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'); +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'); From 79ade6a1afe50ce1ae62735a10e1957717cb78fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 15:20:37 +0200 Subject: [PATCH 0061/1013] Work on website --- htdocs/core/lib/website.lib.php | 7 ++++++- htdocs/societe/class/societe.class.php | 6 +++--- htdocs/user/class/user.class.php | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index 50b284e49c4..4cbbdebbf14 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='...php...'; $replacewith='...php...'; if ($removephppart) $replacewith=''; $content = preg_replace('/<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content); @@ -89,7 +94,7 @@ 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) { diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index f2b80b586c6..9b7ee772cb6 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -79,9 +79,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), diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index b31c52bedce..9020cd3a4bc 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -62,7 +62,7 @@ class User extends CommonObject public $birth; public $email; public $skype; - public $job; + public $job; // job position public $signature; public $address; public $zip; From 98b1e13ed72ab76db2783ca47107a28a5d7d6250 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 16:55:46 +0200 Subject: [PATCH 0062/1013] Work on module socialnetworks --- htdocs/contact/card.php | 52 +++++++++++++++++++++----- htdocs/contact/class/contact.class.php | 16 +++++++- htdocs/societe/card.php | 8 ++-- htdocs/societe/class/societe.class.php | 24 +++++++++++- 4 files changed, 85 insertions(+), 15 deletions(-) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index 9e1757fdc5a..babc7e1453a 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -186,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'); @@ -358,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'); @@ -658,13 +662,28 @@ else // Instant message and no email print ''; - print ''; + print ''; - // Skype - if (! empty($conf->skype->enabled)) + if (! empty($conf->socialnetworks->enabled)) { - print ''; - print ''; + // Skype + if (! empty($conf->global->SOCIALNETWORKS_SKYPE)) + { + print ''; + print ''; + } + // Twitter + if (! empty($conf->global->SOCIALNETWORKS_TWITTER)) + { + print ''; + print ''; + } + // Facebook + if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK)) + { + print ''; + print ''; + } } // Visibility @@ -914,11 +933,26 @@ else } print ''; - // Skype - if (! empty($conf->skype->enabled)) + if (! empty($conf->socialnetworks->enabled)) { - print ''; - print ''; + // Skype + if (! empty($conf->global->SOCIALNETWORKS_SKYPE)) + { + print ''; + print ''; + } + // Twitter + if (! empty($conf->global->SOCIALNETWORKS_TWITTER)) + { + print ''; + print ''; + } + // Facebook + if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK)) + { + print ''; + print ''; + } } // Visibility diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 4dc50a3d623..b8cadaa4632 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -354,6 +354,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"); @@ -441,6 +443,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); @@ -690,7 +702,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,"; @@ -756,6 +768,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; diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index c6dc1f97760..ee4d05231ee 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -1244,7 +1244,7 @@ else print ''; } - // Email web + // Email / Web print ''; print ''; print ''; @@ -1256,19 +1256,19 @@ else if (! empty($conf->global->SOCIALNETWORKS_SKYPE)) { print ''; - print ''; + print ''; } // Twitter if (! empty($conf->global->SOCIALNETWORKS_TWITTER)) { print ''; - print ''; + print ''; } // Facebook if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK)) { print ''; - print ''; + print ''; } } diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 9b7ee772cb6..7ee22384b39 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -186,6 +186,16 @@ class Societe extends CommonObject * @var string */ public $skype; + /** + * Twitter username + * @var string + */ + public $twitter; + /** + * Facebook username + * @var string + */ + public $facebook; /** * Webpage * @var string @@ -811,6 +821,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); @@ -934,6 +946,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"); @@ -1059,6 +1073,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 @@ -1162,7 +1178,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'; @@ -1255,6 +1271,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; @@ -3221,6 +3239,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; @@ -3360,6 +3380,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'; From af93fc74846f500b26c96a34b1b3729e0598ef19 Mon Sep 17 00:00:00 2001 From: Marc de Lima Lucio Date: Wed, 26 Sep 2018 17:19:06 +0200 Subject: [PATCH 0063/1013] FIX: showOptionals: column mismatches --- htdocs/core/class/commonobject.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index e9498d52d7d..47fabb6e2dc 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -4524,7 +4524,7 @@ abstract class CommonObject { if (is_array($params) && count($params)>0) { if (array_key_exists('colspan',$params)) { - $colspan=$params['colspan']; + $colspan=$params['colspan'] - 1; } }else { $colspan='3'; @@ -4581,6 +4581,12 @@ abstract class CommonObject if($extrafields->attribute_required[$key]) $label = ''.$label.''; + if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) + { + $out .= ''; + $colspan--; + } + $out .= ''; $html_id = !empty($this->id) ? $this->element.'_extras_'.$key.'_'.$this->id : ''; $out .=''; + print ''; print ''; From 2b8ccc0c815391b6e5880dd08fc160578d1ebc39 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 23:44:27 +0200 Subject: [PATCH 0065/1013] FIX Link template invoice to contract --- htdocs/core/class/commonobject.class.php | 1 + htdocs/core/class/html.form.class.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index f8a57abc769..30a5350a29c 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2848,6 +2848,7 @@ abstract class CommonObject // Special case if ($origin == 'order') $origin='commande'; if ($origin == 'invoice') $origin='facture'; + if ($origin == 'invoice_template') $origin='facturerec'; $this->db->begin(); diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 54b378ad281..249acbea2f0 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6198,6 +6198,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').')'), @@ -6260,8 +6261,7 @@ class Form { $objp = $this->db->fetch_object($resqllist); - $var = ! $var; - print ''; + print ''; print ''; From 6680fca6c6ea80d98c54c01e19ba1f772c8a1bbc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 09:13:28 +0200 Subject: [PATCH 0066/1013] Add missing translation key --- htdocs/langs/en_US/agenda.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/en_US/agenda.lang b/htdocs/langs/en_US/agenda.lang index 4a7ab99ca77..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 From ff3f1e933ae21796a02eb5adcbc8a8a2ba3fc2b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 09:22:38 +0200 Subject: [PATCH 0067/1013] Update replenish.php --- htdocs/product/stock/replenish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php index a8721d11c90..891c4fab6f5 100644 --- a/htdocs/product/stock/replenish.php +++ b/htdocs/product/stock/replenish.php @@ -185,7 +185,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 = ".$conf->entity; + $sql.= " AND entity IN (".getEntity('commande_fournisseur').")"; $sql.= " ORDER BY date_creation DESC"; $resql = $db->query($sql); if($resql && $db->num_rows($resql) > 0) { From e3b1cb9fdb72e62980e2a6545541426021d67566 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 09:25:37 +0200 Subject: [PATCH 0068/1013] Update facture.class.php --- htdocs/compta/facture/class/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 277f1c85e40..f90505a58d9 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -4828,10 +4828,10 @@ class FactureLigne extends CommonInvoiceLine * 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 + * @param bool $include_credit_note Include credit note or not * @return int >= 0 */ - function get_prev_progress($invoiceid, $include_credit_note = true) + function get_prev_progress($invoiceid, $include_credit_note=true) { if (is_null($this->fk_prev_id) || empty($this->fk_prev_id) || $this->fk_prev_id == "") { return 0; From fee46ac8457ccd1db79615145ce33bb48dc20af3 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 26 Sep 2018 11:52:06 +0200 Subject: [PATCH 0069/1013] Update german accounting file to use rowid - fix "TODO Fix this file to use rowid" --- .../mysql/data/llx_accounting_account_de.sql | 15524 ++++++++-------- 1 file changed, 7761 insertions(+), 7763 deletions(-) diff --git a/htdocs/install/mysql/data/llx_accounting_account_de.sql b/htdocs/install/mysql/data/llx_accounting_account_de.sql index 7db879a75cb..9f3ed2ba99d 100644 --- a/htdocs/install/mysql/data/llx_accounting_account_de.sql +++ b/htdocs/install/mysql/data/llx_accounting_account_de.sql @@ -22,7770 +22,7768 @@ -- Descriptif des plans comptables DE SKR03 + SKR04 -- ADD 500000 to rowid # Do no remove this comment -- --- TODO Fix this file to use rowid +-- SKR03 --- SKR03 - -INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, 'SKR03','8','Expense','83400',NULL,'Average Cost Variance',1); +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); -- SKR04 -INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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__, xxxx, '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'); +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'); From 95989019335d08499c8b33e1e1ca7d78e12d49b6 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 27 Sep 2018 09:43:43 +0200 Subject: [PATCH 0070/1013] Update config.php --- htdocs/stripe/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php index 1c15b547fad..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-09-06"); // force version API +\Stripe\Stripe::setApiVersion("2018-09-24"); // force version API From 78b8881c4451305decf42592e5624aaaec9b47a8 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 27 Sep 2018 10:43:43 +0200 Subject: [PATCH 0071/1013] Prepare for more stripe function support refund, dispute, capture.... --- htdocs/install/mysql/tables/llx_paiement.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_paiement.sql b/htdocs/install/mysql/tables/llx_paiement.sql index 2a287ac7e89..ca4c2fe9a90 100644 --- a/htdocs/install/mysql/tables/llx_paiement.sql +++ b/htdocs/install/mysql/tables/llx_paiement.sql @@ -31,6 +31,8 @@ create table llx_paiement fk_paiement integer NOT NULL, num_paiement varchar(50), note text, + key_charge varchar(128), -- key of external charge + site varchar(128), -- name of external paymentmode 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 From a05bdccb06b5c65f98f76e4a90ea93af28575e7f Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 27 Sep 2018 10:47:58 +0200 Subject: [PATCH 0072/1013] Prepare for more stripe function --- htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 3 +++ 1 file changed, 3 insertions(+) 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 9d7479591d8..801d878b509 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 @@ -70,6 +70,9 @@ ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after a ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255); +ALTER TABLE llx_paiement ADD COLUMN key_charge varchar(128); +ALTER TABLE llx_paiement ADD COLUMN 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; From 96c1814793bba17ba56d83d7b29d584cd6b2f97d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 11:33:28 +0200 Subject: [PATCH 0073/1013] FIX XSS vulnerability reported by Mary Princy E --- htdocs/admin/company.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 949038b4413..9b312e7e228 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -327,20 +327,20 @@ if ($action == 'edit' || $action == 'updateedit') // Name print ''."\n"; + print ''."\n"; // Addresse print ''."\n"; + print ''."\n"; print ''."\n"; + print ''."\n"; print ''."\n"; + print ''."\n"; // Country @@ -362,29 +362,29 @@ if ($action == 'edit' || $action == 'updateedit') print ''; + print ''; print ''."\n"; print ''; + print ''; print ''."\n"; print ''; + print ''; print ''."\n"; // Web print ''; + print ''; print ''."\n"; // Barcode if (! empty($conf->barcode->enabled)) { print ''; + print ''; print ''; } @@ -423,19 +423,19 @@ if ($action == 'edit' || $action == 'updateedit') // Managing Director(s) print ''; + print ''; // GDPR contact print ''; + print ''; // Capital print ''; + print ''; // Juridical Status @@ -454,7 +454,7 @@ if ($action == 'edit' || $action == 'updateedit') print ''; // Object of the company From 7b86776f6b1039111cec8dde34f1e8716ce7601e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 12:42:52 +0200 Subject: [PATCH 0074/1013] Introduce option MAIN_INCLUDE_ZERO_VAT_IN_REPORTS to solve a regression on feature to report vat by rate when rate is zero --- htdocs/core/lib/tax.lib.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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) From 09796338503824a79e9bbefb418b6565336fcd40 Mon Sep 17 00:00:00 2001 From: Emma Date: Thu, 27 Sep 2018 14:22:33 +0200 Subject: [PATCH 0075/1013] Fix state name for list field title in adherent --- htdocs/adherents/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 7b90878dff7..51e1a8b244e 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -582,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); From a623d8083028c32516f36c20d83b71c535d29a23 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Sep 2018 16:38:18 +0200 Subject: [PATCH 0076/1013] Work on mandatory form fields --- htdocs/admin/defaultvalues.php | 27 ++++++++++++++++++++------- htdocs/core/lib/admin.lib.php | 5 +++++ htdocs/core/lib/functions.lib.php | 6 ++---- htdocs/langs/en_US/admin.lang | 1 + 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php index 984ddfbefd7..2e4d25ae294 100644 --- a/htdocs/admin/defaultvalues.php +++ b/htdocs/admin/defaultvalues.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2017-2018 Laurent Destailleur * Copyright (C) 2017-2018 Regis Houssin * * 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'; @@ -234,6 +239,10 @@ if ($mode == 'focus') { print info_admin($langs->trans("FeatureNotYetAvailable")).'
'; } +if ($mode == 'mandatory') +{ + print info_admin($langs->trans("FeatureNotYetAvailable")).'
'; +} print ''; print ''; @@ -261,7 +270,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') { @@ -301,7 +310,7 @@ print '
'; // Value -if ($mode != 'focus') +if ($mode != 'focus' && $mode != 'mandatory') { print ''; - print ''; } +print ''."\n"; // Value - if ($mode != 'focus') + if ($mode != 'focus' && $mode != 'mandatory') { print ''; } + // Multicompany + print ''; + // Actions print ''; // Page print ''."\n"; // Field print ''; // Value if ($mode != 'focus' && $mode != 'mandatory') @@ -320,7 +316,7 @@ if ($mode != 'focus' && $mode != 'mandatory') if (! empty($conf->multicompany->enabled) && !$user->entity) { print ''; } else diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 22291c6b4d8..36c7b2a58e1 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -7023,7 +7023,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".''."\n"; @@ -7056,7 +7057,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/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index af1ba72f8f6..c46fbc309a8 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -1810,10 +1810,11 @@ SocialNetworkSetup=Setup of module Social Networks EnableFeatureFor=Enable features for %s VATIsUsedIsOff=Note: The option to use sales Tax or VAT has been set to Off 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 \ No newline at end of file +OnMobileOnly=On small screen (smartphone) only From 33130853c83fec88e68f2405bc25a729bce6fc0a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 00:59:02 +0200 Subject: [PATCH 0079/1013] Fix website --- htdocs/website/index.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index c3facf51551..19c9c31da71 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -1937,16 +1937,15 @@ if (count($object->records) > 0) // There is at least one web site print '
'; print '
'; + print $langs->trans("EditInLine"); if ($websitepage->grabbed_from) { //print ''; - $langs->trans("EditInLine"); - print ''.img_picto($langs->trans("EditInLineOff"),'switch_off','',false,0,0,'','nomarginleft').''; + print ''.img_picto($langs->trans("OnlyEditionOfSourceForGrabbedContent"),'switch_off','',false,0,0,'','nomarginleft').''; } else { //print ''; - print $langs->trans("EditInLine"); if (empty($conf->global->WEBSITE_EDITINLINE)) { print ''.img_picto($langs->trans("EditInLineOff"),'switch_off','',false,0,0,'','nomarginleft').''; @@ -1959,13 +1958,20 @@ if (count($object->records) > 0) // There is at least one web site print '
'; print ''; print '
'; From c07ab81e6a972c5b176c9f3fa1e911b0b208b086 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 02:22:23 +0200 Subject: [PATCH 0080/1013] Fix trans --- htdocs/langs/en_US/main.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 7136b15dc59..b52301bd3fe 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -751,6 +751,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 From a88dcfd1e4e4d107792e74b338b6ffa9a5e3e942 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 02:24:11 +0200 Subject: [PATCH 0081/1013] Fix phpcs --- htdocs/compta/facture/card.php | 6 +++--- htdocs/core/modules/modProduct.class.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 5131d18a43f..3c206b517ef 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -954,7 +954,7 @@ 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 + $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)) @@ -1537,8 +1537,8 @@ 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 - + $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) { diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index 7157f98e765..15b34dfbeac 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -132,8 +132,8 @@ class modProduct extends DolibarrModules $this->rights[$r][3] = 0; $this->rights[$r][4] = 'export'; $r++; - - $this->rights[$r][0] = 39; + + $this->rights[$r][0] = 39; $this->rights[$r][1] = 'Ignore minimum price'; $this->rights[$r][2] = 'r'; $this->rights[$r][3] = 0; From a1c20ceb87ebf0b3c52167690eb18d36f961fb7f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:39:03 +0200 Subject: [PATCH 0082/1013] PHP 7.3 ready --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a80591f652..a713dc635c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ NEW: Stable module: Module Builder NEW: Stable module "Skype" has been replaced with module "Social Networks" to support more tools. 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. +NEW: Compatibility with PHP 7.3 + For developers: * Code changes to be more compatible with PSR2 From 118ff2d8d08f2a2a24ff798ba4045118fadec41a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:42:42 +0200 Subject: [PATCH 0083/1013] phpcs --- htdocs/compta/compta-files.php | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/compta-files.php b/htdocs/compta/compta-files.php index 2a4af918234..9e00bf10ae0 100644 --- a/htdocs/compta/compta-files.php +++ b/htdocs/compta/compta-files.php @@ -1,7 +1,6 @@ - - * Copyright (C) 2004-2017 Laurent Destailleur + * Copyright (C) 2004-2018 Laurent Destailleur * Copyright (C) 2017 Pierre-Henry Favre * * This program is free software; you can redistribute it and/or modify @@ -18,9 +17,9 @@ * along with this program. If not, see . */ /** - * \file htdocs/compta/recap-compta.php - * \ingroup compta - * \brief Page de fiche recap customer + * \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'; @@ -30,7 +29,9 @@ 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'); @@ -67,15 +68,22 @@ $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'); + + + /* - * Fetch the lines/files from db / + * View */ + $filesarray=array(); $result=false; if(($action=="searchfiles"||$action=="dl" ) && $date_start && $date_stop){ From b2576305c17cc17ebf14aebeaf1718002826cf51 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:46:59 +0200 Subject: [PATCH 0084/1013] Clean code --- .../societe/class/api_thirdparties.class.php | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index 3e514adf73a..0b640fe1085 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -1175,9 +1175,9 @@ class Thirdparties extends DolibarrApi /** * Generate a Document from a bank account record (like SEPA mandate) * - * @param int $id thirdparty id - * @param int $companybankid companybankid - * @param string $model model of document to generate + * @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} @@ -1186,19 +1186,7 @@ class Thirdparties extends DolibarrApi { global $conf; - $this->langs->load("database"); - $this->langs->load("main"); - $this->langs->load("dict"); - $this->langs->load("agenda"); - $this->langs->load("margins"); - $this->langs->load("resource"); - $this->langs->load("commercial"); - $this->langs->load("ecm"); - $this->langs->load("products"); - $this->langs->load("companies"); - $this->langs->load("banks"); - $this->langs->load("bills"); - $this->langs->load("withdrawals"); + $this->langs->loadLangs(array("main","dict","commercial","products","companies","banks","bills","withdrawals")); $this->company->fetch($id); From c5a68d24620934a941c4ec470a64ff3d01489979 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:51:55 +0200 Subject: [PATCH 0085/1013] Clean code --- .../class/commonstickergenerator.class.php | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/htdocs/core/class/commonstickergenerator.class.php b/htdocs/core/class/commonstickergenerator.class.php index 5289ed882ff..27e0af05282 100644 --- a/htdocs/core/class/commonstickergenerator.class.php +++ b/htdocs/core/class/commonstickergenerator.class.php @@ -1,10 +1,10 @@ * Copyright (C) 2002-2003 Jean-Louis Bergamo * Copyright (C) 2006-2013 Laurent Destailleur - * Copyright (C) 2015 Francis Appels + * Copyright (C) 2015 Francis Appels * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -218,26 +218,26 @@ abstract class CommonStickerGenerator $pdf->SetDrawColor(0,0,0); } - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /** * protected 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) { - // phpcs:enable 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 @@ -273,14 +273,14 @@ abstract class CommonStickerGenerator $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->_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->_Convert_Metric($format['width'], $this->_Metric, $this->_Metric_Doc); - $this->_Height = $this->_Convert_Metric($format['height'], $this->_Metric, $this->_Metric_Doc); + $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']); } } From 224896a4dc0153df479a8de7ec92edaf616b8ec1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:52:15 +0200 Subject: [PATCH 0086/1013] Code comments --- htdocs/core/class/commonstickergenerator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonstickergenerator.class.php b/htdocs/core/class/commonstickergenerator.class.php index 27e0af05282..d5bf6f3317e 100644 --- a/htdocs/core/class/commonstickergenerator.class.php +++ b/htdocs/core/class/commonstickergenerator.class.php @@ -219,7 +219,7 @@ 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 From e9dd967610ac14346625a07b2afcf4eedfe7026a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:12:47 +0200 Subject: [PATCH 0087/1013] Support nomassaction param on list --- htdocs/modulebuilder/template/myobject_list.php | 2 +- htdocs/societe/list.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php index 3e73497b703..d7ac09c8d57 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 '
'; diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 970f3085392..684f6f8c471 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -534,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=''; From ec2dd7ba4e34a0276471fa925f5e08938aa25506 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:13:04 +0200 Subject: [PATCH 0088/1013] Remove not used code --- .../modulebuilder/template/doc/user/Makefile | 225 --------- .../modulebuilder/template/doc/user/make.bat | 281 ------------ .../template/doc/user/source/conf.py | 428 ------------------ .../template/doc/user/source/index.rst | 22 - 4 files changed, 956 deletions(-) delete mode 100644 htdocs/modulebuilder/template/doc/user/Makefile delete mode 100644 htdocs/modulebuilder/template/doc/user/make.bat delete mode 100644 htdocs/modulebuilder/template/doc/user/source/conf.py delete mode 100644 htdocs/modulebuilder/template/doc/user/source/index.rst 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 ' where 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 ^` where ^ 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 ' -author = 'Raphaël Doursenaud ' - -# 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. -# " v 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 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` - From f990719daa0c76101570e2cdcec8f8f6f9ab0b02 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:31:41 +0200 Subject: [PATCH 0089/1013] Add experimental module TakePOS --- ChangeLog | 3 +- htdocs/core/modules/modCashDesk.class.php | 1 - htdocs/core/modules/modTakePos.class.php | 337 +++++ htdocs/langs/en_US/admin.lang | 2 + htdocs/takepos/ChangeLog.md | 5 + htdocs/takepos/README.md | 100 ++ htdocs/takepos/admin/about.php | 77 + htdocs/takepos/admin/orderprinters.php | 202 +++ htdocs/takepos/admin/setup.php | 259 ++++ htdocs/takepos/ajax.php | 62 + .../takepos/class/actions_takepos.class.php | 223 +++ htdocs/takepos/css/colorbox.css | 58 + htdocs/takepos/css/images/border.png | Bin 0 -> 139 bytes htdocs/takepos/css/images/controls.png | Bin 0 -> 2027 bytes htdocs/takepos/css/images/loading.gif | Bin 0 -> 8685 bytes .../takepos/css/images/loading_background.png | Bin 0 -> 131 bytes htdocs/takepos/css/pos.css | 114 ++ htdocs/takepos/customers.php | 1265 +++++++++++++++++ htdocs/takepos/dev/img/README.md | 53 + htdocs/takepos/dev/img/gfdl-129x44.png | Bin 0 -> 4709 bytes htdocs/takepos/dev/img/gfdl-66x23.png | Bin 0 -> 2453 bytes htdocs/takepos/dev/img/gfdl-logo.svg | 110 ++ htdocs/takepos/dev/img/gpl-v3-logo.svg | 389 +++++ htdocs/takepos/dev/img/gplv3-127x51.png | Bin 0 -> 3471 bytes htdocs/takepos/dev/img/gplv3-88x31.png | Bin 0 -> 2666 bytes htdocs/takepos/dev/img/takepos.svg | 70 + htdocs/takepos/floors.php | 176 +++ htdocs/takepos/freezone.php | 59 + htdocs/takepos/genimg/add.jpg | Bin 0 -> 5419 bytes htdocs/takepos/genimg/empty.jpg | Bin 0 -> 2239 bytes htdocs/takepos/genimg/index.php | 142 ++ htdocs/takepos/img/arrow-next-top.png | Bin 0 -> 47808 bytes htdocs/takepos/img/arrow-next.png | Bin 0 -> 5125 bytes htdocs/takepos/img/arrow-prev-top.png | Bin 0 -> 47668 bytes htdocs/takepos/img/arrow-prev.png | Bin 0 -> 5112 bytes htdocs/takepos/img/gfdl.png | Bin 0 -> 4709 bytes htdocs/takepos/img/gplv3.png | Bin 0 -> 2666 bytes .../takepos/img/marketplace/cashcontrol.jpg | Bin 0 -> 80604 bytes .../takepos/img/marketplace/takeposmobile.jpg | Bin 0 -> 57525 bytes htdocs/takepos/img/object_takepos.png | Bin 0 -> 360 bytes htdocs/takepos/img/table.gif | Bin 0 -> 7294 bytes htdocs/takepos/img/takepos.png | Bin 0 -> 3445 bytes htdocs/takepos/invoice.php | 287 ++++ htdocs/takepos/js/jquery.colorbox-min.js | 6 + htdocs/takepos/js/takepos.js | 15 + htdocs/takepos/langs/en_US/takepos.lang | 24 + htdocs/takepos/langs/es_ES/takepos.lang | 22 + htdocs/takepos/langs/fr_FR/takepos.lang | 24 + htdocs/takepos/lib/takepos.lib.php | 58 + htdocs/takepos/modulebuilder.txt | 3 + htdocs/takepos/pay.php | 122 ++ htdocs/takepos/receipt.php | 108 ++ .../takepos/sql/llx_takepos_floor_tables.sql | 26 + htdocs/takepos/takepos.php | 406 ++++++ .../test/phpunit/TakePosFunctionalTest.php | 289 ++++ htdocs/theme/eldy/style.css.php | 6 +- htdocs/theme/md/style.css.php | 6 +- 57 files changed, 5105 insertions(+), 4 deletions(-) create mode 100644 htdocs/core/modules/modTakePos.class.php create mode 100644 htdocs/takepos/ChangeLog.md create mode 100644 htdocs/takepos/README.md create mode 100644 htdocs/takepos/admin/about.php create mode 100644 htdocs/takepos/admin/orderprinters.php create mode 100644 htdocs/takepos/admin/setup.php create mode 100644 htdocs/takepos/ajax.php create mode 100644 htdocs/takepos/class/actions_takepos.class.php create mode 100644 htdocs/takepos/css/colorbox.css create mode 100644 htdocs/takepos/css/images/border.png create mode 100644 htdocs/takepos/css/images/controls.png create mode 100644 htdocs/takepos/css/images/loading.gif create mode 100644 htdocs/takepos/css/images/loading_background.png create mode 100644 htdocs/takepos/css/pos.css create mode 100644 htdocs/takepos/customers.php create mode 100644 htdocs/takepos/dev/img/README.md create mode 100644 htdocs/takepos/dev/img/gfdl-129x44.png create mode 100644 htdocs/takepos/dev/img/gfdl-66x23.png create mode 100644 htdocs/takepos/dev/img/gfdl-logo.svg create mode 100644 htdocs/takepos/dev/img/gpl-v3-logo.svg create mode 100644 htdocs/takepos/dev/img/gplv3-127x51.png create mode 100644 htdocs/takepos/dev/img/gplv3-88x31.png create mode 100644 htdocs/takepos/dev/img/takepos.svg create mode 100644 htdocs/takepos/floors.php create mode 100644 htdocs/takepos/freezone.php create mode 100644 htdocs/takepos/genimg/add.jpg create mode 100644 htdocs/takepos/genimg/empty.jpg create mode 100644 htdocs/takepos/genimg/index.php create mode 100644 htdocs/takepos/img/arrow-next-top.png create mode 100644 htdocs/takepos/img/arrow-next.png create mode 100644 htdocs/takepos/img/arrow-prev-top.png create mode 100644 htdocs/takepos/img/arrow-prev.png create mode 100644 htdocs/takepos/img/gfdl.png create mode 100644 htdocs/takepos/img/gplv3.png create mode 100644 htdocs/takepos/img/marketplace/cashcontrol.jpg create mode 100644 htdocs/takepos/img/marketplace/takeposmobile.jpg create mode 100644 htdocs/takepos/img/object_takepos.png create mode 100644 htdocs/takepos/img/table.gif create mode 100644 htdocs/takepos/img/takepos.png create mode 100644 htdocs/takepos/invoice.php create mode 100644 htdocs/takepos/js/jquery.colorbox-min.js create mode 100644 htdocs/takepos/js/takepos.js create mode 100644 htdocs/takepos/langs/en_US/takepos.lang create mode 100644 htdocs/takepos/langs/es_ES/takepos.lang create mode 100644 htdocs/takepos/langs/fr_FR/takepos.lang create mode 100644 htdocs/takepos/lib/takepos.lib.php create mode 100644 htdocs/takepos/modulebuilder.txt create mode 100644 htdocs/takepos/pay.php create mode 100644 htdocs/takepos/receipt.php create mode 100644 htdocs/takepos/sql/llx_takepos_floor_tables.sql create mode 100644 htdocs/takepos/takepos.php create mode 100644 htdocs/takepos/test/phpunit/TakePosFunctionalTest.php diff --git a/ChangeLog b/ChangeLog index a713dc635c1..e516382f62f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,8 @@ 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: 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. NEW: Compatibility with PHP 7.3 diff --git a/htdocs/core/modules/modCashDesk.class.php b/htdocs/core/modules/modCashDesk.class.php index 2b33e09c1ac..79495595774 100644 --- a/htdocs/core/modules/modCashDesk.class.php +++ b/htdocs/core/modules/modCashDesk.class.php @@ -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/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php new file mode 100644 index 00000000000..c69586e7454 --- /dev/null +++ b/htdocs/core/modules/modTakePos.class.php @@ -0,0 +1,337 @@ + + * 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 . + */ + +/** + * \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('modFacture','modProduct','modCategorie'); // 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("takepos@takepos"); + $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'=>'takepos@takepos', // 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'=>'takepos@takepos', // 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'=>'takepos@takepos', // 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("takepos@takepos"); + $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/'); + + // Create extrafields + include_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; + $extrafields = new ExtraFields($this->db); + + //$result1=$extrafields->addExtraField('myattr1', "New Attr 1 label", 'boolean', 1, 3, 'thirdparty', 0, 0, '', '', 1, '', 0, 0, '', '', 'takepos@takepos', '$conf->takepos->enabled'); + //$result2=$extrafields->addExtraField('myattr2', "New Attr 2 label", 'varchar', 1, 10, 'project', 0, 0, '', '', 1, '', 0, 0, '', '', 'takepos@takepos', '$conf->takepos->enabled'); + //$result3=$extrafields->addExtraField('myattr3', "New Attr 3 label", 'varchar', 1, 10, 'bank_account', 0, 0, '', '', 1, '', 0, 0, '', '', 'takepos@takepos', '$conf->takepos->enabled'); + //$result4=$extrafields->addExtraField('myattr4', "New Attr 4 label", 'select', 1, 3, 'thirdparty', 0, 1, '', array('options'=>array('code1'=>'Val1','code2'=>'Val2','code3'=>'Val3')), 1 '', 0, 0, '', '', 'takepos@takepos', '$conf->takepos->enabled'); + //$result5=$extrafields->addExtraField('myattr5', "New Attr 5 label", 'text', 1, 10, 'user', 0, 0, '', '', 1, '', 0, 0, '', '', 'takepos@takepos', '$conf->takepos->enabled'); + + $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/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index c46fbc309a8..dad02966507 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -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 sales +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) 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 DOLIBARR ERP CRM + +## 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 DOLIBARR ERP CRM + +## Features +Touch Screen POS + + + +Other modules are available on Dolistore.com. + + + +### Translations + +Translations can be define manually by editing files into directories [langs](langs). + + + + + + + +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..d83599e24ed --- /dev/null +++ b/htdocs/takepos/admin/about.php @@ -0,0 +1,77 @@ + + * 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 . + */ + +/** + * \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->load("errors"); +$langs->load("admin"); +$langs->load("takepos@takepos"); + +// 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 = ''.$langs->trans("BackToModuleList").''; + +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..73081e6103d --- /dev/null +++ b/htdocs/takepos/admin/orderprinters.php @@ -0,0 +1,202 @@ + + * Copyright (C) 2005 Eric Seigne + * Copyright (C) 2006-2016 Laurent Destailleur + * Copyright (C) 2007 Patrick Raguin + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2015 Raphaël Doursenaud + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \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->load("main"); +$langs->load("categories"); +$langs->load("takepos"); +$langs->load("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'); +$printer1=GETPOST('printer1'); +$printer2=GETPOST('printer2'); + +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 '
 
'.($i+1).'
jabberid).'">
jabberid).'">
skype).'">
skype).'">
twitter).'">
facebook).'">
skype).'">
skype).'">
twitter).'">
facebook).'">
'.fieldLabel('EMail','email',$conf->global->SOCIETE_EMAIL_MANDATORY).'
'.fieldLabel('Web','url').'
'.fieldLabel('Skype','skype').'
skype).'">
'.fieldLabel('Twitter','twitter').'
twitter).'">
'.fieldLabel('Facebook','facebook').'
facebook).'">
 '.$langs->trans($label).''; From 91233298009f55c7c373850d84fb9e02e034d049 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Sep 2018 23:44:27 +0200 Subject: [PATCH 0064/1013] FIX Link template invoice to contract --- htdocs/core/class/commonobject.class.php | 1 + htdocs/core/class/html.form.class.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 475fbf2b1f0..9e85bac1fec 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2899,6 +2899,7 @@ abstract class CommonObject // Special case if ($origin == 'order') $origin='commande'; if ($origin == 'invoice') $origin='facture'; + if ($origin == 'invoice_template') $origin='facturerec'; $this->db->begin(); diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 2c7b5e2fabb..149f1681725 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6370,6 +6370,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').')'), @@ -6432,8 +6433,7 @@ class Form { $objp = $this->db->fetch_object($resqllist); - $var = ! $var; - print '
'; print ''; print '
'; print ''; print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; - print '
'; print $form->textwithpicto($langs->trans("GDPRContact"), $langs->trans("GDPRContactDesc")); print ''; - print '
'; - print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -470,7 +470,7 @@ if ($action == 'edit' || $action == 'updateedit') print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -486,7 +486,7 @@ if ($action == 'edit' || $action == 'updateedit') print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -502,7 +502,7 @@ if ($action == 'edit' || $action == 'updateedit') print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -518,7 +518,7 @@ if ($action == 'edit' || $action == 'updateedit') print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -534,7 +534,7 @@ if ($action == 'edit' || $action == 'updateedit') print '
'; if (! empty($mysoc->country_code)) { - print ''; + print ''; } else { @@ -546,7 +546,7 @@ if ($action == 'edit' || $action == 'updateedit') // TVA Intra print '
'; - print ''; + print ''; print '
'; print ''; print ''; print ''; @@ -313,13 +322,14 @@ if (! empty($conf->multicompany->enabled) && !$user->entity) print ''; print ''; print ''; } else { print ''; print ''; + print ''; $disabled=''; if (empty($conf->global->MAIN_ENABLE_DEFAULT_VALUES)) $disabled=' disabled="disabled"'; print ''; @@ -363,7 +373,7 @@ if ($result) print ''; /*print ''; @@ -376,6 +386,9 @@ if ($result) print ''; if ($action != 'edit' || GETPOST('rowid') != $obj->rowid) diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php index c900a30ea18..4014adfc272 100644 --- a/htdocs/core/lib/admin.lib.php +++ b/htdocs/core/lib/admin.lib.php @@ -729,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'; diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 8b7e4b70c63..22291c6b4d8 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; } diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 90305eeab3b..af1ba72f8f6 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -1437,6 +1437,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 From 06fe172669500d3e5b8d5fd0163695da58c35205 Mon Sep 17 00:00:00 2001 From: Philippe Date: Thu, 27 Sep 2018 20:06:00 +0200 Subject: [PATCH 0077/1013] FIX Product marge tabs on product card Credit note are not negative so the grand total are false --- htdocs/margin/tabs/productMargins.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/margin/tabs/productMargins.php b/htdocs/margin/tabs/productMargins.php index 9175736d5db..f899d112a2d 100644 --- a/htdocs/margin/tabs/productMargins.php +++ b/htdocs/margin/tabs/productMargins.php @@ -138,9 +138,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"; From 851fd4cc180b9d904369220bb199ac51a71c8ec0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 00:52:15 +0200 Subject: [PATCH 0078/1013] NEW Can set the default focus of each page. NEW Can set if a field is mandatory on form level. --- htdocs/admin/defaultvalues.php | 12 ++---- htdocs/core/lib/functions.lib.php | 69 ++++++++++++++++++++++++++++++- htdocs/langs/en_US/admin.lang | 3 +- 3 files changed, 73 insertions(+), 11 deletions(-) diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php index 2e4d25ae294..4d75ab44235 100644 --- a/htdocs/admin/defaultvalues.php +++ b/htdocs/admin/defaultvalues.php @@ -235,13 +235,9 @@ if ($mode == 'sortorder') { print info_admin($langs->trans("WarningSettingSortOrder")).'
'; } -if ($mode == 'focus') -{ - print info_admin($langs->trans("FeatureNotYetAvailable")).'
'; -} if ($mode == 'mandatory') { - print info_admin($langs->trans("FeatureNotYetAvailable")).'
'; + print info_admin($langs->trans("FeatureSupportedOnTextFieldsOnly")).'
'; } print ''; @@ -303,11 +299,11 @@ print "\n"; print '
'; -print ''; +print ''; print ''; -print ''; +print ''; print ''; - print ''; + print ''; // We see environment, but to change it we must switch on other entity print '
'; +//print '
'; +print '
'; + + +//print '
'; +print '
'; + + +//print '
'; +print ''; + +print '

'; + + +// 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 ''; +print ''; +$nbofentries=(count($data) - 1); +print ''; +if ($nbofentries > 0) +{ + print ''; +} +else +{ + print ''; + print ''; + print ''; +} +print "
'.$langs->trans("Printer").' 1'; +print '
'; + print ''; + 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 ''.$row["label"].'
'; + } + print '
'; + print ''; + print ''; + print '
'.img_picto_common('','treemenu/branchbottom.gif').''; + print $langs->trans("NoCategoryYet"); + print ' 
"; +print '

'; + +//Printer2 +print ''; +print ''; +$nbofentries=(count($data) - 1); +print ''; +if ($nbofentries > 0) +{ + print ''; +} +else +{ + print ''; + print ''; + print ''; +} +print "
'.$langs->trans("Printer").' 2'; +print '
'; + print ''; + 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 ''.$row["label"].'
'; + } + print '
'; + print ''; + print ''; + print '
'.img_picto_common('','treemenu/branchbottom.gif').''; + print $langs->trans("NoCategoryYet"); + print ' 
"; +print ''; + +print '
'; + +llxFooter(); + +$db->close(); diff --git a/htdocs/takepos/admin/setup.php b/htdocs/takepos/admin/setup.php new file mode 100644 index 00000000000..b271fc34e46 --- /dev/null +++ b/htdocs/takepos/admin/setup.php @@ -0,0 +1,259 @@ + + * Copyright (C) 2011-2017 Juanjo Menent + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/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->load("admin"); +$langs->load("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=''.$langs->trans("BackToModuleList").''; +print load_fiche_titre($langs->trans("CashDeskSetup"),$linkback,'title_setup'); +print '
'; + + +// Mode +$var=true; +print '
'; +print ''; +print ''; + +print ''; +print ''; +print ''; +print "\n"; + +print ''; +print ''; +if (! empty($conf->banque->enabled)) +{ + + print ''; + print ''; + + + print ''; + print ''; + + + print ''; + print ''; +} + +if (! empty($conf->stock->enabled)) +{ + + print ''; // Force warehouse (this is not a default value) + print ''; + + $disabled=$conf->global->CASHDESK_NO_DECREASE_STOCK; + + + print ''; // Force warehouse (this is not a default value) + print ''; +} + +if (! empty($conf->service->enabled)) +{ + $var=! $var; + print '\n"; +} + +// Use Takepos printing +$var=! $var; +print '\n"; + +if ($conf->global->TAKEBOX){ + print ''; +} + +// Bar Restaurant mode +$var=! $var; +print '\n"; + +if ($conf->global->TAKEPOS_BAR_RESTAURANT and $conf->global->TAKEBOX){ + print ''; +} + +print '
'.$langs->trans("Parameters").''.$langs->trans("Value").'
'.$langs->trans("CashDeskThirdPartyForSell").''; +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 '
'.$langs->trans("CashDeskBankAccountForSell").''; + $form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CASH,'CASHDESK_ID_BANKACCOUNT_CASH',0,"courant=2",1); + print '
'.$langs->trans("CashDeskBankAccountForCheque").''; + $form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CHEQUE,'CASHDESK_ID_BANKACCOUNT_CHEQUE',0,"courant=1",1); + print '
'.$langs->trans("CashDeskBankAccountForCB").''; + $form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CB,'CASHDESK_ID_BANKACCOUNT_CB',0,"courant=1",1); + print '
'.$langs->trans("CashDeskDoNotDecreaseStock").''; + 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 '
'.$langs->trans("CashDeskIdWareHouse").''; + if (! $disabled) + { + print $formproduct->selectWarehouses($conf->global->CASHDESK_ID_WAREHOUSE,'CASHDESK_ID_WAREHOUSE','',1,$disabled); + print ' ('.$langs->trans("Create").')'; + } + else + { + print $langs->trans("StockDecreaseForPointOfSaleDisabled"); + } + print '
'; + print $langs->trans("CashdeskShowServices"); + print ''; + print $form->selectyesno("CASHDESK_SERVICES",$conf->global->CASHDESK_SERVICES,1); + print "
'; +print $langs->trans("DolibarrReceiptPrinter").' TakeBOX ('.$langs->trans("TakeboxNecesary").')'; +print ''; +print $form->selectyesno("TAKEBOX",$conf->global->TAKEBOX,1); +print "
'; + print $langs->trans("IPAddress").' ('.$langs->trans("TakeboxNecesary").')'; + print ''; + print ''; + print '
'; +print 'Bar Restaurant'; +print ''; +print $form->selectyesno("TAKEPOS_BAR_RESTAURANT",$conf->global->TAKEPOS_BAR_RESTAURANT,1); +print "
'; + print $langs->trans("OrderPrinters").' ('.$langs->trans("Setup").')'; + print ''; + print $form->selectyesno("TAKEPOS_ORDER_PRINTERS",$conf->global->TAKEPOS_ORDER_PRINTERS,1); + print '
'; +print '
'; + +print '
'; + +print "
\n"; + + + +// Marketplace +print "
\n"; +print "\n"; +print ''; +print ''; +print ''; + +print "\n"; +$url='https://www.dolistore.com/en/modules/980-TakePOS-7-mobile.html'; +print ''; +print ''; +print ''; +print ''; + +print "\n"; +$url='https://www.dolistore.com/en/modules/949-Cash-Control-7.html'; +print ''; +print ''; +print ''; +print ''; + +print "
TakePOS Marketplace'.$langs->trans("URL").'
TakePOS for mobile devices'.$url.'
TakePOS CashControl'.$url.'
\n"; +print '
'; + +// Support +print "
\n"; +print "\n"; +print ''; +print ''; +print ''; + +print "\n"; +$url='http://www.takepos.com'; +print ''; +print ''; +print ''; +print ''; + +print "
TakePOS Support'.$langs->trans("URL").'
TakePOS official developers'.$url.'
\n"; +print '
'; + +llxFooter(); +$db->close(); diff --git a/htdocs/takepos/ajax.php b/htdocs/takepos/ajax.php new file mode 100644 index 00000000000..5b199ec11a9 --- /dev/null +++ b/htdocs/takepos/ajax.php @@ -0,0 +1,62 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/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'); +$action = GETPOST('action'); +$term = GETPOST('term'); + + +/* + * 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..a3ac2e78646 --- /dev/null +++ b/htdocs/takepos/class/actions_takepos.class.php @@ -0,0 +1,223 @@ +. + */ + +/** + * \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' + { + + if (file_exists("../../takepos/receipt.php")) $receipt_url=DOL_URL_ROOT."/takepos/receipt.php"; + if (file_exists("../../custom/takepos/receipt.php")) $receipt_url=DOL_URL_ROOT."/custom/takepos/receipt.php"; + print ''; + } + + 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 = ''; + } + + 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; + } + + /* Add here any other hooked methods... */ + +} diff --git a/htdocs/takepos/css/colorbox.css b/htdocs/takepos/css/colorbox.css new file mode 100644 index 00000000000..5e9d4b7a79e --- /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;} \ No newline at end of file diff --git a/htdocs/takepos/css/images/border.png b/htdocs/takepos/css/images/border.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cd1a2a45151cea73c0c40177201da68d844636 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^j6m$o!2~4jwp3jKQbC?Bjv*C{M~`phJ)pqD8u+_8 zf#H%Nr?!!5?23h(bu16Lnso%(yzHxfzwlbuRY16Dl9G~IT3Xc9)Z^ph#l^+1udkq>pj%s8x3{-FJw3a- zyTZc4tgNhJVPUGOs=2wjTUuIPU0s)#m&C-xo0^)sxw(yvjeLB3^78U4D=RH6Ei5c7 zO-)TME-o-IFwM=)IXOA(>+9v^gnk!Dk@A&OhZFMI5;>mGBP$cHrd(PIyySo z*x1a>%u7p4z`(#lLPF^0=SN3JF)=YpN=iXNLGSMFH#av(NJvFRMNv^v@$vCHJ3Bl) zJTo&hNl8iR>FGvBMo>^t>+0%WUS93(?OFDTAPEK`obwEHsK0ZFDr>E}i?Y_RgTwGjIQc{VDiO$Z>?Ck7QQ&aZ#_VDoVc6N4O zUti|s<#>2_pP!#Tzq!=)s&!wEQp@vyFIk z{PDjEVaj?D5iW-YT3uNKm4}U(^%`EbF)X6((0>FEmT~{c?^irN{KFeN?;{+<$4f#T zeZG%Ym$yXwHI!Ke8d9MGL=LPJPD4Z}{~FDn3-#|Yr4(O%L_( z-8BOsr9@MQnW3r?nDqg^vq(z>QPy}US#hdxo=XywP_alW;o0x&G} z%WLo;5He55-a{xm(=U>z+@5Efj_eBcqJ;?qAgnhZ6%rTj<_WffUd*6JPxuMkqhVpF zysW1rge}beoIFJ>o%J1A^7jxZAc^0@Jdcibq__>-@|lH=}EO&zkNlRJ3pG( zAiR0%L%-j6AJ(FMDB#gPR7?I%qp8t8^vVat)cR05sZQIk2rGqAmN%jhin|nup}TYz zxl3E{fP5RdOEsXoVKOaxmx}Tf?^1rzIQ_HNg!`j<&*oDS-iI9|LgcmG$onuy7^F8I z;RiN77k(d#as6REi8fae%{m0Fd-ncm9GbgTOGkzuR zBT+IO)0_Zi`FD2Iv}#)c5C{QoAb|n_keC7ikeD03;(uL4VSArd0mMRBWn|@zz?2xI zKqLnF;Z?TZUN|BDU&TUjD*5Wk!=Xs@E7?!p9vS`-hnFmTy`-(Josj$QPa2}_cq|bu%W?aQz9KevLtIdg1V7n-UzTYWV zc=eYw*K$I9;X6R$reC65Ai<}L5-E@h!SQ~y7eqMl-53-?PC2AR3Zz1aUH%8%!lnnH z5c1@|2;(zI-=jo`@tT+Z8XjKm=aA`r4i)dxJ@enC|7bpp>FrDBL%qV;*EECK*ECv% z=C4cDLVdM`2BD%pbp1eoeK@;Ne~qt0sOvjT`9cjbLTH6nXoXg2g;r>VR%nG*XoW+S z@E|f&$oH43g!eY177D)^DeU16+MDuIKM8SH}54j=iwzZ zQb<}XF@pZeW8PqCrjQ$Z@*Y_Pnkz&jM%CwRqLAmiDtw?}!oSkOxx(7xrsDtr002ov JPDHLkV1i>c`Cb43 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/css/images/loading.gif b/htdocs/takepos/css/images/loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..dba33c8167bfd0bfd0abd5ad0733c901e5cd227e GIT binary patch literal 8685 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/css/images/loading_background.png b/htdocs/takepos/css/images/loading_background.png new file mode 100644 index 0000000000000000000000000000000000000000..23a336b39893649bdab307a9d73c20ff5a2fcf41 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU0wmSG7d!(}UY;(FAr*{ouRHP{VBm2IR0%1P z4dW8}Hz`tLx@ryMd!9)WVxLVn^XQi^v2xQn88#zD>>-z!PQ-?UgH5d5|71)~&Y6GY e=S8`FqWtAKNnJbk-dqbbmBG{1&t;ucLK6T494Z3< literal 0 HcmV?d00001 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..f62931569ef --- /dev/null +++ b/htdocs/takepos/customers.php @@ -0,0 +1,1265 @@ + + * Copyright (C) 2004-2016 Laurent Destailleur + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2012 Marcos García + * Copyright (C) 2013-2015 Raphaël Doursenaud + * Copyright (C) 2015 Florian Henry + * Copyright (C) 2016 Josep Lluis Amador + * Copyright (C) 2016 Ferran Marcet + * Copyright (C) 2017 Rui Strecht + * Copyright (C) 2017 Juanjo Menent + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file htdocs/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")); + +$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'); +$place = GETPOST('place'); +$_GET['optioncss'] = 'print'; + +if ($action=="change") { + $sql="UPDATE ".MAIN_DB_PREFIX."facture set fk_soc=".$idcustomer." where facnumber='(PROV-POS-".$place.")'"; + $resql = $db->query($sql); + ?> + + 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 '
'; +if ($optioncss != '') print ''; +print ''; +print ''; +print ''; +print ''; +print ''; + +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.='
'; + $moreforfilter.=$langs->trans('CustomersProspectsCategoriesShort').': '; + $moreforfilter.=$formother->select_categories('customer', $search_categ_cus, 'search_categ_cus', 1, $langs->trans('CustomersProspectsCategoriesShort')); + $moreforfilter.='
'; + } +} +if (empty($type) || $type == 'f') +{ + if (! empty($conf->categorie->enabled)) + { + require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php'; + $moreforfilter.='
'; + $moreforfilter.=$langs->trans('SuppliersCategoriesShort').': '; + $moreforfilter.=$formother->select_categories('supplier',$search_categ_sup,'search_categ_sup',1); + $moreforfilter.='
'; + } +} + +// If the user can view prospects other than his' +if ($user->rights->societe->client->voir || $socid) +{ + $moreforfilter.='
'; + $moreforfilter.=$langs->trans('SalesRepresentatives'). ': '; + $moreforfilter.=$formother->select_salesrepresentatives($search_sale,'search_sale',$user, 0, 1, 'maxwidth300'); + $moreforfilter.='
'; +} +if ($moreforfilter) +{ + print '
'; + 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 '
'; +} + +$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 ''; + +print '
'; +print ''."\n"; + +// Fields title search +print ''; +if (! empty($arrayfields['s.rowid']['checked'])) +{ + print ''; +} +if (! empty($arrayfields['s.nom']['checked'])) +{ + print ''; +} +if (! empty($arrayfields['s.name_alias']['checked'])) +{ + print ''; +} +// Barcode +if (! empty($arrayfields['s.barcode']['checked'])) +{ + print ''; +} +// Customer code +if (! empty($arrayfields['s.code_client']['checked'])) +{ + print ''; +} +// Supplier code +if (! empty($arrayfields['s.code_fournisseur']['checked'])) +{ + print ''; +} +// Account Customer code +if (! empty($arrayfields['s.code_compta']['checked'])) +{ + print ''; +} +// Account Supplier code +if (! empty($arrayfields['s.code_compta_fournisseur']['checked'])) +{ + print ''; +} +// Town +if (! empty($arrayfields['s.town']['checked'])) +{ + print ''; +} +// Zip +if (! empty($arrayfields['s.zip']['checked'])) +{ + print ''; +} +// State +if (! empty($arrayfields['state.nom']['checked'])) +{ + print ''; +} +// Region +if (! empty($arrayfields['region.nom']['checked'])) +{ + print ''; +} +// Country +if (! empty($arrayfields['country.code_iso']['checked'])) +{ + print ''; +} +// Company type +if (! empty($arrayfields['typent.code']['checked'])) +{ + print ''; +} +if (! empty($arrayfields['s.email']['checked'])) +{ + // Email + print ''; +} +if (! empty($arrayfields['s.phone']['checked'])) +{ + // Phone + print ''; +} +if (! empty($arrayfields['s.url']['checked'])) +{ + // Url + print ''; +} +if (! empty($arrayfields['s.siren']['checked'])) +{ + // IdProf1 + print ''; +} +if (! empty($arrayfields['s.siret']['checked'])) +{ + // IdProf2 + print ''; +} +if (! empty($arrayfields['s.ape']['checked'])) +{ + // IdProf3 + print ''; +} +if (! empty($arrayfields['s.idprof4']['checked'])) +{ + // IdProf4 + print ''; +} +if (! empty($arrayfields['s.idprof5']['checked'])) +{ + // IdProf5 + print ''; +} +if (! empty($arrayfields['s.idprof6']['checked'])) +{ + // IdProf6 + print ''; +} +if (! empty($arrayfields['s.tva_intra']['checked'])) +{ + // Vat number + print ''; +} + +// Type (customer/prospect/supplier) +if (! empty($arrayfields['customerorsupplier']['checked'])) +{ + print ''; +} +if (! empty($arrayfields['s.fk_prospectlevel']['checked'])) +{ + // Prospect level + print ''; +} + +if (! empty($arrayfields['s.fk_stcomm']['checked'])) +{ + // Prospect status + print ''; +} +// 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 ''; +} +// Date modification +if (! empty($arrayfields['s.tms']['checked'])) +{ + print ''; +} +// Status +if (! empty($arrayfields['s.status']['checked'])) +{ + print ''; +} +if (! empty($arrayfields['s.import_key']['checked'])) +{ + print ''; +} +// Action column +print ''; + +print "\n"; + +print ''; +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 "\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 ''; + if (! empty($arrayfields['s.rowid']['checked'])) + { + print '\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 '\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.name_alias']['checked'])) + { + print '\n"; + if (! $i) $totalarray['nbfield']++; + } + // Barcode + if (! empty($arrayfields['s.barcode']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Customer code + if (! empty($arrayfields['s.code_client']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Supplier code + if (! empty($arrayfields['s.code_fournisseur']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Account customer code + if (! empty($arrayfields['s.code_compta']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Account supplier code + if (! empty($arrayfields['s.code_compta_fournisseur']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Town + if (! empty($arrayfields['s.town']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + // Zip + if (! empty($arrayfields['s.zip']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + // State + if (! empty($arrayfields['state.nom']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + // Region + if (! empty($arrayfields['region.nom']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + // Country + if (! empty($arrayfields['country.code_iso']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Type ent + if (! empty($arrayfields['typent.code']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.email']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.phone']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.url']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.siren']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.siret']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.ape']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.idprof4']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.idprof5']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.idprof6']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.tva_intra']['checked'])) + { + print "\n"; + if (! $i) $totalarray['nbfield']++; + } + // Type + if (! empty($arrayfields['customerorsupplier']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + + if (! empty($arrayfields['s.fk_prospectlevel']['checked'])) + { + // Prospect level + print '"; + if (! $i) $totalarray['nbfield']++; + } + + if (! empty($arrayfields['s.fk_stcomm']['checked'])) + { + // Prospect status + print ''; + 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 ''; + if (! $i) $totalarray['nbfield']++; + } + // Date modification + if (! empty($arrayfields['s.tms']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + // Status + if (! empty($arrayfields['s.status']['checked'])) + { + print ''; + if (! $i) $totalarray['nbfield']++; + } + if (! empty($arrayfields['s.import_key']['checked'])) + { + print '\n"; + if (! $i) $totalarray['nbfield']++; + } + + // Action column + print ''; + if (! $i) $totalarray['nbfield']++; + + print ''."\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 "
'; + print ''; + print ''; + if (! empty($search_nom_only) && empty($search_nom)) $search_nom=$search_nom_only; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print $form->select_country($search_country,'search_country','',0,'maxwidth100'); + print ''; + 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 ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + print ''; + if ($type != '') print ''; + print ''; + $options_from = ''; // Generate in $options_from the list of each option sorted + foreach ($tab_level as $tab_level_sortorder => $tab_level_label) + { + $options_from .= ''; + } + array_reverse($tab_level, true); // Reverse the list + $options_to = ''; // 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 .= ''; + } + + // Print these two select + print $langs->trans("From").' '; + print ' '; + print $langs->trans("to").' '; + + print ''; + $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 ''; + print ''; + print ''; + print $form->selectarray('search_status', array('0'=>$langs->trans('ActivityCeased'),'1'=>$langs->trans('InActivity')), $search_status, 1); + print ''; + print ''; + print ''; +$searchpicto=$form->showFilterButtons(); +print $searchpicto; +print '
'; + print $obj->rowid; + print "'; + print $obj->name; + print "'; + print $companystatic->name_alias; + print "'.$obj->barcode.''.$obj->code_client.''.$obj->code_fournisseur.''.$obj->code_compta.''.$obj->code_compta_fournisseur.'".$obj->town."".$obj->zip."".$obj->state_name."".$obj->region_name."'; + $tmparray=getCountry($obj->fk_pays,'all'); + print $tmparray['label']; + print ''; + if (! is_array($typenArray) || count($typenArray)==0) $typenArray = $formcompany->typent_array(1); + print $typenArray[$obj->typent_code]; + print '".$obj->email."".$obj->phone."".$obj->url."".$obj->idprof1."".$obj->idprof2."".$obj->idprof3."".$obj->idprof4."".$obj->idprof5."".$obj->idprof6."".$obj->tva_intra."'; + $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 ''; + print $companystatic->getLibProspLevel(); + print "
'; + print '
'.$companystatic->LibProspCommStatut($obj->stcomm_id,2,$prospectstatic->cacheprospectstatus[$obj->stcomm_id]['label']); + print '
-
'; + 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 ''.img_action($titlealt,$val['code']).''; + } + print '
'; + print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser'); + print ''; + print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser'); + print ''.$companystatic->getLibStatut(3).''; + print $obj->import_key; + print "'; + 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 ''; + } + print '
"; +print "
"; + +print '
'; + +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 0000000000000000000000000000000000000000..f2bacfd179a99f051654eaa6ba30089dd8691d7a GIT binary patch literal 4709 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/dev/img/gfdl-66x23.png b/htdocs/takepos/dev/img/gfdl-66x23.png new file mode 100644 index 0000000000000000000000000000000000000000..b43479bf3c817b3f780eb453ef3c4e770e1ddc35 GIT binary patch literal 2453 zcmV;G32OFElDZw|yVYEgfW}Cy|k! zgx#J@dYX;&G#ew5FXBW=C5OK*=2TfN#mCEavsn&k0X^XE@ra^mcvn%BC6d8lC^yN* zgv%!6U+9|78#_Pv8yh$6;F+iA^Rt^S=eg(K;ne9GKHv8bT3R{~4F)91KtjBg?~c9+ zKp>zA^B;UpI`(a;w0h+{e!c3A*(XaX3nahaf8umSeE}d`*s{(aZ~lHS27`z_BN>w{ z)8p|{e7u6l2osYhk4831$g&YhGH}an%V}%tqN%AJS(dos@=M5aq|oK^N}8tUONtUG zDJ`w`0p`JiH8*$g$)CTX_;@+BbuEm(IE%|BY65MYMQ97X`-&a1yv0I5Fc+1&5g9wL>%^HzWsL<5pfe~ zt=*3Vlr=Q8nlw#E6wj`X-5(#~-uu^b)spr6vwa1c22VMN#3je)$7vnod)5J63BHW|K@^ zeG8v`euTB_-$N4<7?J-V-tJmJ2oj+N0%C1lGwEqI06bnF%O2Ydz`Cawgh=Rx$z){A z=xkE^BxjB=4VvWAC4~S)3?a|UP3NTz4{`0(MSQsX3r?0)F)}YBXk(V?7{<02KEJ|* z$@8dhXd}uJMRasDu`w26V=cJdUTSI@=;-Jo(h`fwl8GgC9%f5w(AHg#07$y7Hye$T zx1yrn+)KoPgU6_L6VRZl|O&rC@ybMm3RPoi} z??Xg{3$saP{kos?z@pbkaxNyIdT=Xly1IH04JP7p5=fM-gBuG12m&I2*(_I=SJa1O zC8ae06If01i z3@mX@BCVN7Ly-UkDL6xfrs?I?HBBL5d3hZGHe1|zC-lLt131SN;>f!_L})m;C?N&_ zzoMLX%wD|w!a_Q0KSB%m!Z#8`fFKc~ASA}cMTcaGiLn4QHn#V(2?R8HJU%o{M^yv3 zd%Wm+{|)D+8z*!0@ar5q@}DsG$gI0++eBqnhhIr+2jc>Vo!OeUGANHa;ccxK;ueb@=r z)wclPblStV84N2|%)!(4HGWTXcm};h2!asl_4?zoGE+jb3FDm@3?knbms3(&9r{1t z>EM%()-&_w;GVu{;q62YGtuW1O%E%V`i53coUCNb=xioU9QA|xHMK(*X|+bN>WMjY zRPP8YwjhWILU3th3If>e$su7@W(q}x)6jLD^)J3Nz}RG#0Wcb+(0`hyo%tQ~Y&I;` zJ@+<#zsgf9<_s0QT;9;oLqwOL?Amp*6K5xHhRw~=x z`IIMD{uV`10Z`QdE|+_NJC~~mfUd5AGJv+Wu23NW?jA2k|9O(4dsgw*w!LiLxP%+0 zO%Ca+Y9Qpx?e?Oo0ovPL?E2^+lEE-!SqBatW6iVgW6PUQIM=7%86g4Lj?853T!rMM zc)r}fg~dxY^759QY<+bXqef+N{6rk*vS0i+-r9q^#|yxe>lXHt&Aa#J zL5nJ{sORo`o*^-J!LVEAKq5d8MP9z^jvMCxX6vIv(yS;d#m6gXZ+DTFX2W4mMv~5| zd%QkGK}41%R5gIluV9Ia=;y=T<3%<~NRk0X37`f7!_F74&yPVAF&cwD{bw#}vTO`p z-WEN)0k7B3tDBe6?e;Kv$}iBPred{C42uMS?zZDp{%b2zgvmTAD=TH_UL!aQhB{#a zM3_zeboylzUaGDCCSi__;aD_I)!uA;PTl>aZDK2Z(k_hHoDtS z1Y_s|IeoXz9}~ + + + + + + + + + image/svg+xml + + + + + + + + + GFDL + + + + + + + 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 @@ + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/htdocs/takepos/dev/img/gplv3-127x51.png b/htdocs/takepos/dev/img/gplv3-127x51.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9136e626683ac152b73bc8fffcb15d1806091a GIT binary patch literal 3471 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/dev/img/gplv3-88x31.png b/htdocs/takepos/dev/img/gplv3-88x31.png new file mode 100644 index 0000000000000000000000000000000000000000..ba78d4c4941dabf2fcac5409a92ac4c57920c69f GIT binary patch literal 2666 zcmV-w3YGPVP)Px#32;bRa{vGVivR!tivi)#(!2lw00(qQO+^RT0uvMpF24YJ`L;(K) z{{a7>y{D4^014_zL_t(&-tC%skW|$b#(x5`77PlZ01Xf|tXfvU1+9P)Nl;9MMIeIW zf~A;|yxWx-F&@d<9Z!mSGK`{-NXD*+V< z1U?qnFHjo71r>243NtglEQV7Q5|M$wwPW#3mU1Xa75(4)}+D^1dj!r-wg;N!7wPTlz6cv~* zaG8PJ%ocdxi%_r(8VF2J2gJd((|x~-stE3f0*?zktgtfz_z{7D0<}|XS^^CmbayaJ zV6ea`S+E+%|4L05^x|!{8+(dT?jEM~Js`$27+y6h2%>GgYF0wJYE0l-O z)7o925Tv&W;2eAZgu;B5;j^dJ8-bz3oKpjkZt1g)zX^66mI| z)j_Xp5wNzxdh2k6HU6=}>lr5fjzC|47oe%aZiQ_MKeNs1Wz;5au`^ddqYxT8_`O0| z2+eKGVG3K)+k_Uu1%|7S@cDv!RA5U0Jp{%pe3tfppM%?rytQ5}8P;njwoMwi^#raG z_|!q~0P19O58V`YC~Ow^rGefh%fweYXuAOFEA&%1pirdH-T=NSi#0u9by^9`QxJv5 zHjl?NEpVEPINjb~s%aLOrIZQ$Er2cpYhwES(!o;>ZWd4fj>h!yt-vP^&Rzf~rSJ-% zg@aKFTLZW-2{m&$=#dIvD=Zf1XvcR*1&`sq0ThV$zmI09^NGMv1M6&ojS7EJsBiOF z8n;M=9{?nvrNFcK_*#Yg1^TDhK}Ke?#C57YX(PO#~hmZ&YIfXpm0?Of77b zcz4lUy){(?;9j;d=Zg=NarIQ8n^{2*frBCRE`gImI7i`?I3Q90+X5fTF_*Oh*9+WO z1x|lZpeTTXIJ}Zj$9dYg#Asf_jNm>ECo6nxzAm326$kDY0%zN14N};eq2A;GS}N34 z_?^POB%Ep+b3>f}wIrZv1mNKjYL#A=I=IZiomF5OUkN;%%t28n`n7hnwKmOUxi!^C z?!7sJ)RYjqCgH3A+6T}!^hf+gd!G=mbKa5;2^2Z#5Q*l| zfdhdl0@EDyF+dtC++#s#w6j4H&?112wh__NE(zy`FhF3r<@t|C0A7{B|L)KTzz$ld zr)$xAGn~&v$ExqQqQD+9qd48hXc$805H1yOr8Q%W^E8V!qcoEr7HA|sO)M9(j7va) zLPO)u<>K8*eH(mXo|E4b6{n4!WlMoas%ZhvALqY1(?UYejX$qum2H*6CFz(2o?R^x zDEv(hmVvj&jg=p^uDHvkZKlwQXnG#Q_KXL#Ubbsr9Nn7x7-IFOx}g0W@Fj z20>x8!ootY1Jtn~{dF~g`?~m)`Q!|iyHa6%kmfQnQM3*U9~p3ePDSc@Q2%*2Wf?S% zmJ%okp_W5IHRG)GOwilcdW(Gu*4g{T~>dyLTd*<7nqH5>P4bO#m15lF^bQk0@fXG4I;>Zi8G4~)h=aS0UnUjaR`^J~?z=+$ zHTWKdViR&!n`TiY-;I@$Nas4sHq*3$R%RqSBP!U};>Y>BK#9N@@vNzKHf)UY&9JQQ zCMxp?bTg|ev(NnmCWO%6!B~MAp&w|lz>EMc4xx`RjCHn%FPzVQekwkb8YeK{!Gi*~ zsNb|P0)6c!`IJklP`iK9vb6vc-7RoHJ0Nq5dRwk5m+UDA)gAo?O?LN0*eFN#QW*D#LIwjzkygL(4{)S zRcNGevoWb@0%ujrt~sxh79Qi@G*o92@TaP*zZ6=F7pc}Mlq8{3Nv<1-3c80vD-#)#iR!fAg3`3i=|n0Ep+VCB*yVN$x?2_YiZ5k$@3&Tcz#W!=Gm9%=?NxpL Y19h*OP%`Tk_W%F@07*qoM6N<$g8#_jNdN!< literal 0 HcmV?d00001 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 @@ + + + + + + + + + + image/svg+xml + + + + + + + M + + diff --git a/htdocs/takepos/floors.php b/htdocs/takepos/floors.php new file mode 100644 index 00000000000..a108c54bf7c --- /dev/null +++ b/htdocs/takepos/floors.php @@ -0,0 +1,176 @@ + + * + * 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 . + */ + +//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'); +if ($floor=="") $floor=1; +$id = GETPOST('id'); +$action = GETPOST('action'); +$left = GETPOST('left'); +$top = GETPOST('top'); +$place = GETPOST('place'); +$newname = GETPOST('newname'); +$mode = GETPOST('mode'); + +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); +?> + + + + + + +admin){?> + + + +
+
+

';">trans("Floor")." ".$floor; ?>

+
+
+ + \ No newline at end of file diff --git a/htdocs/takepos/freezone.php b/htdocs/takepos/freezone.php new file mode 100644 index 00000000000..36b1913466e --- /dev/null +++ b/htdocs/takepos/freezone.php @@ -0,0 +1,59 @@ + + * + * 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 . + */ + +//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->load("bills"); +$langs->load("cashdesk"); +$place = GETPOST('place'); + + +/* + * View + */ + +top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); + +?> + + + +
+
+ + + + +
+ + + \ 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 0000000000000000000000000000000000000000..976fd10697d47e06cc9d74f7efed36ab17d95ed7 GIT binary patch literal 5419 zcmeHL4OA0X7QRCW2>}g3z`xd@Kt-T>s!)GR01XNrgn$bE)KnDtJ1(^qLB$N>A7U*< zMYri9KPrf#DL*bA*117Cuv;;C3&)y~- zL^jWL(}#!$=JbnJ2Udw}f7VU?0Na`eP@0MEz;rOfFw^~GV=x(}W?^p5V6rS&ER(P; ztt{DW4x7c|4B&9Atm($G9LODDJ_g=$=LwOYrCD+u1`ioJ%;mk&u4CLhy*`{cY4VimGlc## zX9Wa?&7C(tJYvDZWy_;hM90L&eZD$zO;YmOb(=PC*}5%#d&aKad$RZL`|H=zf&&K+ z6&4*XK2la*apLcl-~Hp{`Ksy*7cYH(x#q^ry82rUw;P*U+wR?O|KUN$!%lV26U|d? zuTI}*!i53jIjk4Reuaxi<1(Yyz?@~mg_$MM!r+-RM}A;o>nma{T{URb_>F8kzpVVy zbCymMLRI#WpUF86&YrCl%>|>|Rss`|}-< zK7~>UT6PmXJH|B@QJ2HFAkfI;efT~ip&k4r;c6BFW+Z|=h13m&c3z4ILDBjnl)_!N ziC(x;ye15fO)$8faYb> zsR&%lNGYz&P8K5wa;U&GOgoX!3&Cx0)%%5k!Sw;P)k+ly&vI_2*lE{_gk` z%afEs1Qr>Rt3*YSQmoq6_TfM8C4A{1Rb(3N4%C3`KMForEdS+7d>FsATm%1X*2qd+9-LxA5{Q|M9E`)Xe4YnNKnWTKG z3Y$$zDJ+@adTq<9!yk9-2Nk((t47~_*ZHKh`C8M|+Zd@Aij88ke}6nWwXD$HGIdFugAK~%GNwc{9@V{b`wg$ zx^!A@U8gIfhxH0CWcJ4hq@*BK;E2D<3v`D2HPy%(-e|+_dO2As;l$$Q;;wx4`WK#8 zA1`k`?Y+J?U~FM!`59^R=d?HBhWe3 zBhW{Szxp3A-k|x|z)Oj*$76$U6Rq6pm1`8i6}OBVT8<5`mTq?7oqACMAHVi!$l4*U z(UCATa;@Ne4&GlF=W+91F5#c;c)aB?(KK5dPgZ!3OPO4IYLLpidxna;Gck9-!zYT4 zzJvS17Bwn@5(d>=K3w3r#VPcH$k(~mrv(?*_ZPmY-V~kr>WR37J{vq5fsxlqKgthK zPV>oPqQjTWMWC8_6hY55!Z9X~+t97sxky_`7uqZ>PVa^hG6Ywq2->_7n!cen^BYae zYrc*^;PI%(A_GXt8*klMO6E(vI_XN_lH#2d|Av(sLr}t{W=BH(UOsbk!n-9C2k#rd zI55k-{N%+E{+yw=Q!OI)2lIbh!Tz>5e|y+@d)WCy4v)o(@&@C(4Tb>8RUA%nRS*1B z!DkJp2c7lif2(TF{fNpu5|HS1I;UcddRmDz!)aEim&ZIi+c|avS?xRRus*UsR+-rk zSxJ24K75&?KgwGDDp@t$AMghmPt-3n_!*y(N9LJHx}C@GJk-)Bl2gwMV0QD=h`)>* ZyZpQCQQ^@qmB0JF|GfWsej+2(_-~uMLm2=7 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/genimg/empty.jpg b/htdocs/takepos/genimg/empty.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8883f7c9957bf151875278b6ded394d9594c8b25 GIT binary patch literal 2239 zcmex=}T+5Ri6|E+FFJVCMj-APxLK zz#z!MsL5!;%&5e`B*@4t$oT&VgFMistiX@}1qKu_GBLBTvH_jM#SK)jRRHLGW@aX! zV_8{%-es%>$}_MCvI;30I#U-U>$dGXcJ4ZK_{h;?$4{I*b?NeztJkjIxOwa0 zqsLF4K70P+<*SdMK7aZ8?fZ|Pzd-(CWMGDP3+^*Ce+dHp#RQB47Iu)o7@5j}m|2j8 zRnd@5$T5&Tu~1masF6d&Y2w0-2RW6EgFc8R6KQ!#m{`Vr(cu+NC|SQA-3gL@3& ruUiZ}z=X*p$SlZU&+zxpqAm@FQ9K$3qiJ9?4UDFNVV?$=|K9`vEy2T8 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/genimg/index.php b/htdocs/takepos/genimg/index.php new file mode 100644 index 00000000000..5670e0791dd --- /dev/null +++ b/htdocs/takepos/genimg/index.php @@ -0,0 +1,142 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +//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 0000000000000000000000000000000000000000..70f720cab10ca4fe54fa4681805275ce49885ea1 GIT binary patch literal 47808 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 Q_q_gfT_c_1%Xc3AKg*O6b^rhX literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/arrow-next.png b/htdocs/takepos/img/arrow-next.png new file mode 100644 index 0000000000000000000000000000000000000000..1056f024390c8e3e183a9b929b82a8851158db69 GIT binary patch literal 5125 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/arrow-prev-top.png b/htdocs/takepos/img/arrow-prev-top.png new file mode 100644 index 0000000000000000000000000000000000000000..23567d35890d19d066aad433e6999503aabccaaa GIT binary patch literal 47668 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/arrow-prev.png b/htdocs/takepos/img/arrow-prev.png new file mode 100644 index 0000000000000000000000000000000000000000..b7311f26f54a21d1b846310103687d9d653d5806 GIT binary patch literal 5112 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 literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/gplv3.png b/htdocs/takepos/img/gplv3.png new file mode 100644 index 0000000000000000000000000000000000000000..ba78d4c4941dabf2fcac5409a92ac4c57920c69f GIT binary patch literal 2666 zcmV-w3YGPVP)Px#32;bRa{vGVivR!tivi)#(!2lw00(qQO+^RT0uvMpF24YJ`L;(K) z{{a7>y{D4^014_zL_t(&-tC%skW|$b#(x5`77PlZ01Xf|tXfvU1+9P)Nl;9MMIeIW zf~A;|yxWx-F&@d<9Z!mSGK`{-NXD*+V< z1U?qnFHjo71r>243NtglEQV7Q5|M$wwPW#3mU1Xa75(4)}+D^1dj!r-wg;N!7wPTlz6cv~* zaG8PJ%ocdxi%_r(8VF2J2gJd((|x~-stE3f0*?zktgtfz_z{7D0<}|XS^^CmbayaJ zV6ea`S+E+%|4L05^x|!{8+(dT?jEM~Js`$27+y6h2%>GgYF0wJYE0l-O z)7o925Tv&W;2eAZgu;B5;j^dJ8-bz3oKpjkZt1g)zX^66mI| z)j_Xp5wNzxdh2k6HU6=}>lr5fjzC|47oe%aZiQ_MKeNs1Wz;5au`^ddqYxT8_`O0| z2+eKGVG3K)+k_Uu1%|7S@cDv!RA5U0Jp{%pe3tfppM%?rytQ5}8P;njwoMwi^#raG z_|!q~0P19O58V`YC~Ow^rGefh%fweYXuAOFEA&%1pirdH-T=NSi#0u9by^9`QxJv5 zHjl?NEpVEPINjb~s%aLOrIZQ$Er2cpYhwES(!o;>ZWd4fj>h!yt-vP^&Rzf~rSJ-% zg@aKFTLZW-2{m&$=#dIvD=Zf1XvcR*1&`sq0ThV$zmI09^NGMv1M6&ojS7EJsBiOF z8n;M=9{?nvrNFcK_*#Yg1^TDhK}Ke?#C57YX(PO#~hmZ&YIfXpm0?Of77b zcz4lUy){(?;9j;d=Zg=NarIQ8n^{2*frBCRE`gImI7i`?I3Q90+X5fTF_*Oh*9+WO z1x|lZpeTTXIJ}Zj$9dYg#Asf_jNm>ECo6nxzAm326$kDY0%zN14N};eq2A;GS}N34 z_?^POB%Ep+b3>f}wIrZv1mNKjYL#A=I=IZiomF5OUkN;%%t28n`n7hnwKmOUxi!^C z?!7sJ)RYjqCgH3A+6T}!^hf+gd!G=mbKa5;2^2Z#5Q*l| zfdhdl0@EDyF+dtC++#s#w6j4H&?112wh__NE(zy`FhF3r<@t|C0A7{B|L)KTzz$ld zr)$xAGn~&v$ExqQqQD+9qd48hXc$805H1yOr8Q%W^E8V!qcoEr7HA|sO)M9(j7va) zLPO)u<>K8*eH(mXo|E4b6{n4!WlMoas%ZhvALqY1(?UYejX$qum2H*6CFz(2o?R^x zDEv(hmVvj&jg=p^uDHvkZKlwQXnG#Q_KXL#Ubbsr9Nn7x7-IFOx}g0W@Fj z20>x8!ootY1Jtn~{dF~g`?~m)`Q!|iyHa6%kmfQnQM3*U9~p3ePDSc@Q2%*2Wf?S% zmJ%okp_W5IHRG)GOwilcdW(Gu*4g{T~>dyLTd*<7nqH5>P4bO#m15lF^bQk0@fXG4I;>Zi8G4~)h=aS0UnUjaR`^J~?z=+$ zHTWKdViR&!n`TiY-;I@$Nas4sHq*3$R%RqSBP!U};>Y>BK#9N@@vNzKHf)UY&9JQQ zCMxp?bTg|ev(NnmCWO%6!B~MAp&w|lz>EMc4xx`RjCHn%FPzVQekwkb8YeK{!Gi*~ zsNb|P0)6c!`IJklP`iK9vb6vc-7RoHJ0Nq5dRwk5m+UDA)gAo?O?LN0*eFN#QW*D#LIwjzkygL(4{)S zRcNGevoWb@0%ujrt~sxh79Qi@G*o92@TaP*zZ6=F7pc}Mlq8{3Nv<1-3c80vD-#)#iR!fAg3`3i=|n0Ep+VCB*yVN$x?2_YiZ5k$@3&Tcz#W!=Gm9%=?NxpL Y19h*OP%`Tk_W%F@07*qoM6N<$g8#_jNdN!< literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/marketplace/cashcontrol.jpg b/htdocs/takepos/img/marketplace/cashcontrol.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66240218dff5cd3557993179a6185ab3bada8d1c GIT binary patch literal 80604 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 A$N&HU literal 0 HcmV?d00001 diff --git a/htdocs/takepos/img/marketplace/takeposmobile.jpg b/htdocs/takepos/img/marketplace/takeposmobile.jpg new file mode 100644 index 0000000000000000000000000000000000000000..918f7c49d5e265b53ae235be41d784b35a889d82 GIT binary patch literal 57525 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�Uq6)r@jYGrOE?a9E0E)r< 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 CVQ~}U&Kt)eIT^vI+ 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 X26lSic}{%m00000NkvXXu0mjfTCsQt literal 0 HcmV?d00001 diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php new file mode 100644 index 00000000000..2df1cc965f0 --- /dev/null +++ b/htdocs/takepos/invoice.php @@ -0,0 +1,287 @@ + + * + * 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 . + */ + +//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->load("bills"); +$langs->load("cashdesk"); + +$id = GETPOST('id'); +$action = GETPOST('action'); +$idproduct = GETPOST('idproduct'); +$place = GETPOST('place'); +$number = GETPOST('number'); +$idline = GETPOST('idline'); +$desc = GETPOST('desc'); +$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" or $action=="freezone") and $placeid==0) +{ + if ($placeid==0) { + $invoice = new Facture($db); + $invoice->socid=$conf->global->CASHDESK_ID_THIRDPARTY; + $invoice->date=mktime(); + $invoice->ref="asdf"; + $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='
'.$langs->trans('Place').' '.$place.'
'; + $footerorder='
'.$langs->trans("Label").''.$langs->trans("Qty").'
'.dol_print_date(dol_now(), 'dayhour').'
'; + $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.=''.$line->product_label.''.$line->qty.''; + } + } + 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.=''.$line->product_label.''.$line->qty.''; + } + } + $invoice->fetch($placeid); +} + +?> + + +'; +print ''; +print ''; +print ''; +print ''; +print ''; +print "\n"; +if ($placeid>0) foreach ($invoice->lines as $line) +{ + print ''; + print ''; + print ''; + print ''; + print ''; +} +print '
'.$langs->trans('Description').''.$langs->trans('Qty').''.$langs->trans('TotalHTShort').'
'.$line->product_label.$line->desc.''.$line->qty.''.price($line->total_ttc).'
'; +print '

'.$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).' 

'; + +//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 '

'; + print $langs->trans("Customer").': '.$soc->name; + print '

'; +//} +if ($action=="valid"){ + print '

'.$invoice->facnumber." ".$langs->trans('BillShortStatusValidated').'

'; + if ($conf->global->TAKEBOX) print '
'; + else print '
'; +} +if ($action=="search"){ + print '
+ '; +} +print ''; 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("
"),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(' + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/htdocs/takepos/receipt.php b/htdocs/takepos/receipt.php new file mode 100644 index 00000000000..6b2cb1a5505 --- /dev/null +++ b/htdocs/takepos/receipt.php @@ -0,0 +1,108 @@ + + * Copyright (C) 2011 Laurent Destailleur + * Copyright (C) 2012 Marcos García + * Copyright (C) 2018 Andreu Bisquerra + * + * 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 . + */ + +require '../main.inc.php'; // Load $user and permissions +include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'; + +$langs->load("main"); +$langs->load('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. +?> + + +
+ +name; ?> + +
+
+

+ +

+

+trans('Date')." ".dol_print_date($object->date, 'day').'
'; +if ($mysoc->country_code == 'ES') print "Factura simplificada "; +print $object->ref; +?> +

+
+ + + + + + + + + + + lines as $line) + { + ?> + + + + + + + +
trans("Label"); ?>trans("Qty"); ?>trans("TotalTTC"); ?>
product_label;?>qty;?>total_ttc);?>
+
+ + + + + + + + + + + +
trans("TotalHT");?>total_ht, 1, '', 1, - 1, - 1, $conf->currency)."\n";?>
trans("TotalVAT").''.price($object->total_tva, 1, '', 1, - 1, - 1, $conf->currency)."\n";?>
trans("TotalTTC").''.price($object->total_ttc, 1, '', 1, - 1, - 1, $conf->currency)."\n";?>
+ + + + diff --git a/htdocs/takepos/sql/llx_takepos_floor_tables.sql b/htdocs/takepos/sql/llx_takepos_floor_tables.sql new file mode 100644 index 00000000000..943f8e60b63 --- /dev/null +++ b/htdocs/takepos/sql/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 int(3) + -- END MODULEBUILDER FIELDS +) ENGINE=innodb; \ No newline at end of file diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php new file mode 100644 index 00000000000..098ba39b603 --- /dev/null +++ b/htdocs/takepos/takepos.php @@ -0,0 +1,406 @@ + + * + * 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 . + */ + +//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'); +if ($place=="") $place="0"; +$action = GETPOST('action'); + +$langs->load("main"); +$langs->load("bills"); +$langs->load("orders"); +$langs->load("commercial"); + + +/* + * 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); + +?> + + + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + +
+ +$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();'); + } +} +?> +
+'.$menu['title'].''; +} +?> +
+ +
+ +
id='catdiv'> + width="98%" id='catimg'/> +
+
+
+
+ +
+ +
+ +
onclick="MoreProducts('less');" onclick="MoreProducts('more');" > + width="95%" id='proimg'/> +
+
+
+
+ +
+ + +close(); + + + diff --git a/htdocs/takepos/test/phpunit/TakePosFunctionalTest.php b/htdocs/takepos/test/phpunit/TakePosFunctionalTest.php new file mode 100644 index 00000000000..e4917c3cba0 --- /dev/null +++ b/htdocs/takepos/test/phpunit/TakePosFunctionalTest.php @@ -0,0 +1,289 @@ + + * 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 . + */ + +/** + * \file test/functional/TakePosFunctionalTest.php + * \ingroup takepos + * \brief Example Selenium test. + * + * Put detailed description here. + */ + +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 + */ + public static function setUpBeforeClass() + { + } + + /** + * Unit test setup + */ + public function setUp() + { + $this->setSeleniumServerRequestsTimeout(3600); + $this->setBrowserUrl(self::$base_url); + } + + /** + * Verify pre conditions + */ + protected function assertPreConditions() + { + } + + /** + * Handle Dolibarr authentication + */ + 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 + */ + 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); + return $this->assertEquals('2', $main_features_level->value(), "MAIN_FEATURES_LEVEL value is 2"); + } + + /** + * Test enabling the module + * + * @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); + return $this->assertContains('switch_on.png', $module_status_image->attribute('src'), "Module enabled"); + } + + /** + * Test access to the configuration page + * + * @depends testModuleEnabled + */ + public function testConfigurationPage() + { + $this->url('/custom/takepos/admin/setup.php'); + $this->authenticate(); + return $this->assertContains('takepos/admin/setup.php', $this->url(), 'Configuration page'); + } + + /** + * Test access to the about page + * + * @depends testConfigurationPage + */ + public function testAboutPage() + { + $this->url('/custom/takepos/admin/about.php'); + $this->authenticate(); + return $this->assertContains('takepos/admin/about.php', $this->url(), 'About page'); + } + + /** + * Test about page is rendering Markdown + * + * @depends testAboutPage + */ + public function testAboutPageRendersMarkdownReadme() + { + $this->url('/custom/takepos/admin/about.php'); + $this->authenticate(); + return $this->assertEquals( + 'Dolibarr Module Template (aka My Module)', + $this->byTag('h1')->text(), + "Readme title" + ); + } + + /** + * Test box is properly declared + * + * @depends testModuleEnabled + */ + public function testBoxDeclared() + { + $this->url('/admin/boxes.php'); + $this->authenticate(); + return $this->assertContains('takeposwidget1', $this->source(), "Box enabled"); + } + + /** + * Test trigger is properly enabled + * + * @depends testModuleEnabled + */ + public function testTriggerDeclared() + { + $this->url('/admin/triggers.php'); + $this->authenticate(); + return $this->assertContains( + 'interface_99_modTakePos_TakePosTriggers.class.php', + $this->byTag('body')->text(), + "Trigger declared" + ); + } + + /** + * Test trigger is properly declared + * + * @depends testTriggerDeclared + */ + public function testTriggerEnabled() + { + $this->url('/admin/triggers.php'); + $this->authenticate(); + return $this->assertContains( + 'tick.png', + $this->byXPath('//td[text()="interface_99_modTakePos_MyTrigger.class.php"]/following::img')->attribute('src'), + "Trigger enabled" + ); + } + + /** + * Verify post conditions + */ + protected function assertPostConditions() + { + } + + /** + * Unit test teardown + */ + public function tearDown() + { + } + + /** + * Global test teardown + */ + public static function tearDownAfterClass() + { + } +} diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 03abd661d7d..9ef1e158382 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1707,6 +1707,10 @@ div.mainmenu.cashdesk { background-image: url(); } +div.mainmenu.takepos { + background-image: url(); +} + div.mainmenu.companies { background-image: url(); } @@ -1776,7 +1780,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) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index d88a84c5090..a0714d502fd 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1696,6 +1696,10 @@ div.mainmenu.cashdesk { background-image: url(); } +div.mainmenu.takepos { + background-image: url(); +} + div.mainmenu.companies { background-image: url(); } @@ -1769,7 +1773,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) From 603db250f0e74f7d66b8976a1e3df9072a1b7212 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:36:46 +0200 Subject: [PATCH 0090/1013] Clean takepos --- .../takepos/class/actions_takepos.class.php | 3 - htdocs/takepos/css/colorbox.css | 64 +++++++++---------- htdocs/takepos/genimg/index.php | 3 +- .../phpunit/TakePosFunctionalTest.php | 0 4 files changed, 34 insertions(+), 36 deletions(-) rename {htdocs/takepos/test => test}/phpunit/TakePosFunctionalTest.php (100%) diff --git a/htdocs/takepos/class/actions_takepos.class.php b/htdocs/takepos/class/actions_takepos.class.php index a3ac2e78646..d592a5afdc2 100644 --- a/htdocs/takepos/class/actions_takepos.class.php +++ b/htdocs/takepos/class/actions_takepos.class.php @@ -217,7 +217,4 @@ class ActionsTakePos return $ret; } - - /* Add here any other hooked methods... */ - } diff --git a/htdocs/takepos/css/colorbox.css b/htdocs/takepos/css/colorbox.css index 5e9d4b7a79e..e51a84c8282 100644 --- a/htdocs/takepos/css/colorbox.css +++ b/htdocs/takepos/css/colorbox.css @@ -15,44 +15,44 @@ .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;} +#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;} +/* 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;} - #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;} +/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ +#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} - .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;} \ No newline at end of file +#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/genimg/index.php b/htdocs/takepos/genimg/index.php index 5670e0791dd..ff1b368b743 100644 --- a/htdocs/takepos/genimg/index.php +++ b/htdocs/takepos/genimg/index.php @@ -85,7 +85,8 @@ if ($query=="cat") } else if ($query=="pro") { - require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php"); + require_once DOL_DOCUMENT_ROOT."/product/class/product.class.php"; + $objProd = new Product($db); $objProd->fetch($id); diff --git a/htdocs/takepos/test/phpunit/TakePosFunctionalTest.php b/test/phpunit/TakePosFunctionalTest.php similarity index 100% rename from htdocs/takepos/test/phpunit/TakePosFunctionalTest.php rename to test/phpunit/TakePosFunctionalTest.php From 78fbb6cd8989a6a66294b9a6470c36667d739bf7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:48:11 +0200 Subject: [PATCH 0091/1013] Rename label --- htdocs/takepos/admin/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/takepos/admin/setup.php b/htdocs/takepos/admin/setup.php index b271fc34e46..dc28008351e 100644 --- a/htdocs/takepos/admin/setup.php +++ b/htdocs/takepos/admin/setup.php @@ -248,7 +248,7 @@ print ''; print "\n"; $url='http://www.takepos.com'; print '
'; -print 'TakePOS official developers'; +print 'TakePOS original developers'; print '
'.$url.''; print ''; From 47da95fbbfd17546bddbf13273910b6b5f10d9eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 13:50:37 +0200 Subject: [PATCH 0092/1013] Fix dependency of module --- htdocs/core/modules/modTakePos.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php index c69586e7454..bc818b9a903 100644 --- a/htdocs/core/modules/modTakePos.class.php +++ b/htdocs/core/modules/modTakePos.class.php @@ -98,7 +98,7 @@ class modTakePos extends DolibarrModules // Dependencies $this->hidden = false; // A condition to hide module - $this->depends = array('modFacture','modProduct','modCategorie'); // List of module class names as string that must be enabled if this module is enabled + $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("takepos@takepos"); From f630e2100abb79ec9a3c78362eb9f44530d33452 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 28 Sep 2018 14:32:57 +0200 Subject: [PATCH 0093/1013] Standardize and update code --- htdocs/adherents/class/adherent_type.class.php | 6 ++++-- htdocs/asset/class/asset.class.php | 10 +++++----- htdocs/asset/class/asset_type.class.php | 6 ++++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index a9d7fd7ead3..dffd1446af0 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -56,8 +56,10 @@ class AdherentType extends CommonObject */ public $libelle; - /** @var string Label */ - public $label; + /** + * @var string Adherent type label + */ + public $label; /** * @var int Subsription required (0 or 1) diff --git a/htdocs/asset/class/asset.class.php b/htdocs/asset/class/asset.class.php index dbd472af1d3..8aee71b4926 100644 --- a/htdocs/asset/class/asset.class.php +++ b/htdocs/asset/class/asset.class.php @@ -108,17 +108,17 @@ class Asset extends CommonObject public $entity; - /** - * @var string Asset label - */ - public $label; + /** + * @var string Asset label + */ + public $label; public $amount; /** * @var int Thirdparty ID */ - public $fk_soc; + public $fk_soc; /** * @var string description diff --git a/htdocs/asset/class/asset_type.class.php b/htdocs/asset/class/asset_type.class.php index df2f4c1415e..f1c6f9d771b 100644 --- a/htdocs/asset/class/asset_type.class.php +++ b/htdocs/asset/class/asset_type.class.php @@ -46,8 +46,10 @@ class AssetType extends CommonObject 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 Asset type label + */ + public $label; /** @var string Accountancy code asset */ public $accountancy_code_asset; From 15ff9f89179c7eab67822a090bb414919949ae8d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 28 Sep 2018 14:44:47 +0200 Subject: [PATCH 0094/1013] Standardize and update code --- htdocs/compta/bank/class/account.class.php | 2 +- htdocs/core/class/emailsenderprofile.class.php | 6 +++++- htdocs/cron/class/cronjob.class.php | 16 +++++++++++++--- htdocs/ecm/class/ecmfiles.class.php | 12 ++++++++++-- 4 files changed, 29 insertions(+), 7 deletions(-) diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index c45067740af..b9d19ba5b64 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -59,7 +59,7 @@ class Account extends CommonObject public $rowid; /** - * Label + * Account Label * @var string */ public $label; diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php index d2bf33b5461..c5304fec31c 100644 --- a/htdocs/core/class/emailsenderprofile.class.php +++ b/htdocs/core/class/emailsenderprofile.class.php @@ -99,7 +99,11 @@ class EmailSenderProfile extends CommonObject */ public $entity; - public $label; + /** + * @var string Email Sender Profile label + */ + public $label; + public $email; public $date_creation; public $tms; diff --git a/htdocs/cron/class/cronjob.class.php b/htdocs/cron/class/cronjob.class.php index dc853e0da7d..a0db4a1f572 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 { @@ -53,7 +53,12 @@ class Cronjob extends CommonObject public $jobtype; public $tms=''; public $datec=''; - public $label; + + /** + * @var string Cron Job label + */ + public $label; + public $command; public $classesname; public $objectname; @@ -1351,7 +1356,12 @@ class Cronjobline public $tms=''; public $datec=''; - public $label; + + /** + * @var string Cron Job Line label + */ + public $label; + public $jobtype; public $command; public $classesname; diff --git a/htdocs/ecm/class/ecmfiles.class.php b/htdocs/ecm/class/ecmfiles.class.php index 54077a68de6..50dbcb60dc6 100644 --- a/htdocs/ecm/class/ecmfiles.class.php +++ b/htdocs/ecm/class/ecmfiles.class.php @@ -56,7 +56,12 @@ class EcmFiles extends CommonObject */ public $ref; - public $label; // hash of file content (md5_file(dol_osencode($destfull)) + /** + * 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)) /** @@ -848,7 +853,10 @@ class EcmFiles extends CommonObject class EcmfilesLine { - public $label; + /** + * @var string ECM files line label + */ + public $label; /** * @var int Entity From 574cfad48fac6c7ea8f09c8a4394894f7bd028e5 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 28 Sep 2018 14:49:34 +0200 Subject: [PATCH 0095/1013] Standardize and update code --- htdocs/fourn/class/fournisseur.commande.class.php | 5 +++++ htdocs/loan/class/loan.class.php | 13 +++++++++---- .../modulebuilder/template/class/myobject.class.php | 6 +++++- htdocs/product/stock/class/mouvementstock.class.php | 7 ++++++- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index dae79f4426e..5608fbe4b57 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -3159,7 +3159,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; diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php index e0e4b590c1a..dd066f0064c 100644 --- a/htdocs/loan/class/loan.class.php +++ b/htdocs/loan/class/loan.class.php @@ -50,7 +50,12 @@ class Loan extends CommonObject public $datestart; public $dateend; - public $label; + + /** + * @var string Loan label + */ + public $label; + public $capital; public $nbterm; public $rate; @@ -454,7 +459,7 @@ class Loan extends CommonObject return $result; } - + /** * Initialise an instance with random values. * Used to build previews or test instances. @@ -465,9 +470,9 @@ class Loan extends CommonObject function initAsSpecimen() { global $user, $langs, $conf; - + $now=dol_now(); - + // Initialise parameters $this->id = 0; $this->fk_bank = 1; diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index c5355958833..0439f78f3a5 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -116,7 +116,11 @@ class MyObject extends CommonObject */ public $entity; - public $label; + /** + * @var string label + */ + public $label; + public $amount; public $status; public $date_creation; diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php index 76225ff8902..0d8338c4d9f 100644 --- a/htdocs/product/stock/class/mouvementstock.class.php +++ b/htdocs/product/stock/class/mouvementstock.class.php @@ -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; From 61ad84d6e1baba0179d4ff4ba0456b5cf979b8cb Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 28 Sep 2018 15:19:45 +0200 Subject: [PATCH 0096/1013] Fix Travis Error:The closing brace for the class must go on the next line after the body --- htdocs/core/modules/modTakePos.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/modules/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php index bc818b9a903..0c22b7c2dc4 100644 --- a/htdocs/core/modules/modTakePos.class.php +++ b/htdocs/core/modules/modTakePos.class.php @@ -333,5 +333,4 @@ class modTakePos extends DolibarrModules return $this->_remove($sql, $options); } - } From b183054073e9fa37615c683c240a9527e5a986c9 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 28 Sep 2018 15:57:13 +0200 Subject: [PATCH 0097/1013] Standardize and update code --- htdocs/societe/class/address.class.php | 14 ++++++++++++-- htdocs/societe/class/companypaymentmode.class.php | 6 +++++- htdocs/ticket/class/actions_ticket.class.php | 3 +++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php index 5f8d8036b22..37a350b81ff 100644 --- a/htdocs/societe/class/address.class.php +++ b/htdocs/societe/class/address.class.php @@ -39,7 +39,12 @@ class Address public $id; public $type; - public $label; + + /** + * @var string Address label + */ + public $label; + public $socid; public $name; public $address; @@ -510,7 +515,12 @@ class AddressLine public $date_creation; public $date_modification; - public $label; + + /** + * @var string stock movements label + */ + public $label; + public $name; public $address; public $zip; diff --git a/htdocs/societe/class/companypaymentmode.class.php b/htdocs/societe/class/companypaymentmode.class.php index d948ba1d237..f5ef70c2407 100644 --- a/htdocs/societe/class/companypaymentmode.class.php +++ b/htdocs/societe/class/companypaymentmode.class.php @@ -129,7 +129,11 @@ class CompanyPaymentMode extends CommonObject */ public $fk_soc; - public $label; + /** + * @var string company payment mode label + */ + public $label; + public $bank; public $code_banque; public $code_guichet; diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php index 845ca8ca773..2fd26b5797b 100644 --- a/htdocs/ticket/class/actions_ticket.class.php +++ b/htdocs/ticket/class/actions_ticket.class.php @@ -60,6 +60,9 @@ class ActionsTicket public $template_dir; public $template; + /** + * @var string ticket action label + */ public $label; /** From e2f450aa8c220c4e6681fe3365915a162dae587d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 16:15:17 +0200 Subject: [PATCH 0098/1013] Fix regession losing description. Rename updateligne into updateline. --- htdocs/comm/propal/card.php | 6 +- htdocs/comm/propal/class/propal.class.php | 93 +---------------------- htdocs/compta/facture/card.php | 6 +- htdocs/compta/facture/fiche-rec.php | 4 +- htdocs/contrat/class/contrat.class.php | 4 +- htdocs/core/tpl/objectline_edit.tpl.php | 4 +- htdocs/expensereport/card.php | 4 +- htdocs/supplier_proposal/card.php | 6 +- 8 files changed, 19 insertions(+), 108 deletions(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 781b6d0a34d..b87c1b0c066 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1057,7 +1057,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; @@ -1193,7 +1193,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(); @@ -2283,7 +2283,7 @@ if ($action == 'create') print '
- + '; diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index 2160e77cc2d..263a425ff01 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -1620,6 +1620,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; @@ -3550,103 +3551,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() { return $this->fetch_lines(); - /* - $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; - }*/ } /** diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 3c206b517ef..4d538bfc68b 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -2035,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(); @@ -2258,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(); } @@ -4514,7 +4514,7 @@ else if ($id > 0 || ! empty($ref)) print ' - + '; diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index 3b84fa693d1..a8eadd76a93 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -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(); @@ -1626,7 +1626,7 @@ else // Lines print ' - + '; diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index e76c7c34376..26641f1b602 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -1710,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; } } @@ -1718,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; } } diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index 88ac2ee98bb..0a5f3bc43bd 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -259,9 +259,9 @@ if (!empty($extrafieldsline)) trans('ServiceLimitedDuration').' '.$langs->trans('From').' '; ?> global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?$conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE:''); - print $form->selectDate($line->date_start, 'date_start', $hourmin, $hourmin, $line->date_start?0:1, "updateligne", 1, 0); + 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, "updateligne", 1, 0); + print $form->selectDate($line->date_end, 'date_end', $hourmin, $hourmin, $line->date_end?0:1, "updateline", 1, 0); print ''; } - print ''; - - print ''; @@ -2902,8 +2903,13 @@ if ($action == 'create') print ''; include_once DOL_DOCUMENT_ROOT . '/core/modules/facture/modules_facture.php'; $liste = ModelePDFFactures::liste_modeles($db); - $paramkey='FACTURE_ADDON_PDF_'.$object->type; - $curent = !empty($conf->global->$paramkey)?$conf->global->$paramkey:$conf->global->FACTURE_ADDON_PDF; + if(!empty($conf->global->INVOICE_USE_DEFAULT_DOCUMENT)){ // Hidden conf + $paramkey='FACTURE_ADDON_PDF_'.$object->type; + $curent = !empty($conf->global->$paramkey)?$conf->global->$paramkey:$conf->global->FACTURE_ADDON_PDF; + } + else{ + $curent = $conf->global->FACTURE_ADDON_PDF; + } print $form->selectarray('model', $liste, $curent); print ""; From a7b2b0023034c1c6dcc9cbed930d638e81b92f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 2 Oct 2018 15:56:12 +0200 Subject: [PATCH 0144/1013] typo in template --- .../template/core/modules/modMyModule.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php index 7805e8f05eb..5d40e0a87a7 100644 --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php @@ -58,9 +58,9 @@ class modMyModule extends DolibarrModules // 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 '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)"; @@ -71,8 +71,8 @@ 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. From 56cb0763d18662b3d7fc145345de81f97de4311b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Oct 2018 16:46:54 +0200 Subject: [PATCH 0145/1013] Add maincolor property on website --- htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 3 +++ htdocs/install/mysql/tables/llx_website.sql | 2 ++ 2 files changed, 5 insertions(+) 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 e197c321a0e..c461bc3d47d 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 @@ -88,6 +88,9 @@ ALTER TABLE llx_socpeople ADD COLUMN whatsapp varchar(255) after skype; 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, diff --git a/htdocs/install/mysql/tables/llx_website.sql b/htdocs/install/mysql/tables/llx_website.sql index 5b6a88c88da..697e76b22a2 100644 --- a/htdocs/install/mysql/tables/llx_website.sql +++ b/htdocs/install/mysql/tables/llx_website.sql @@ -24,6 +24,8 @@ 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), From dae2757b738d65648d2166a24adc2c1de597cbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 2 Oct 2018 20:39:44 +0200 Subject: [PATCH 0146/1013] remove useless phpcs:disable --- htdocs/fourn/class/fournisseur.commande.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 5608fbe4b57..b52fd4a4a58 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -1126,8 +1126,6 @@ class CommandeFournisseur extends CommonOrder } } - - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /** * Submit a supplier order to supplier * @@ -1139,7 +1137,6 @@ class CommandeFournisseur extends CommonOrder */ public function commande($user, $date, $methode, $comment='') { - // phpcs:enable global $langs; dol_syslog(get_class($this)."::commande"); $error = 0; From 1735229f15d9e1b7c5feef45f4d7d52007390da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 2 Oct 2018 20:47:40 +0200 Subject: [PATCH 0147/1013] remove useless param /** * Return label of a status * * @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 * @param int $billed 1=Billed * @return string Label of status */ function LibStatut($statut,$mode=0,$billed=0) { --- htdocs/fourn/commande/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php index 823e7261fc8..06857526731 100644 --- a/htdocs/fourn/commande/list.php +++ b/htdocs/fourn/commande/list.php @@ -1128,7 +1128,7 @@ if ($resql) // Status if (! empty($arrayfields['cf.fk_statut']['checked'])) { - print ''.$objectstatic->LibStatut($obj->fk_statut, 5, $obj->billed, 1).''; + print ''.$objectstatic->LibStatut($obj->fk_statut, 5, $obj->billed).''; if (! $i) $totalarray['nbfield']++; } // Billed From a722e98d8da19664717b0fc83c8fe7dc24a440a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 2 Oct 2018 21:20:04 +0200 Subject: [PATCH 0148/1013] add missing translation key found in box graph --- htdocs/langs/en_US/bills.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 5f59c1a5190..6e10a73ee7f 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -203,6 +203,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 From 76f5d5384026848f98d67a823a062e186ba95dfa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Oct 2018 22:34:41 +0200 Subject: [PATCH 0149/1013] Fix deletion of credit card when no Oauth set --- .../interface_80_modStripe_Stripe.class.php | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php index c1cf1bfd936..3c86dc805ff 100644 --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php @@ -140,7 +140,7 @@ class InterfaceStripe 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 @@ -169,7 +169,7 @@ 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) @@ -193,15 +193,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 @@ -233,14 +228,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 From e83149a344d95bbcd1eab2f33316bb1556eb7b8d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Oct 2018 22:34:41 +0200 Subject: [PATCH 0150/1013] Fix deletion of credit card when no Oauth set --- .../interface_80_modStripe_Stripe.class.php | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php index 0e8147ce458..3f724e5b096 100644 --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php @@ -138,7 +138,7 @@ class InterfaceStripe 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 @@ -167,7 +167,7 @@ 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) @@ -191,15 +191,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 +226,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 From b578913d2b3de8b48b11111f859bcf56f64a2880 Mon Sep 17 00:00:00 2001 From: Chl Date: Thu, 23 Aug 2018 15:02:13 +0200 Subject: [PATCH 0151/1013] FIX correct migration of old postgresql unique key --- htdocs/install/mysql/migration/7.0.0-8.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 18b6440f45b..44c2854baa0 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,7 @@ 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; update llx_propal set fk_statut = 1 where fk_statut = -1; From 587766b39b835d029c5f3f1ecd12b3028d0ad9af Mon Sep 17 00:00:00 2001 From: gauthier Date: Wed, 3 Oct 2018 10:38:47 +0200 Subject: [PATCH 0152/1013] FIX : wrong function name --- htdocs/core/lib/pdf.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php index 1d6c26caecd..36f1997ac85 100644 --- a/htdocs/core/lib/pdf.lib.php +++ b/htdocs/core/lib/pdf.lib.php @@ -440,7 +440,7 @@ function pdf_build_address($outputlangs,$sourcecompany,$targetcompany='',$target // Contact on a thirdparty that is a different thirdparty than the thirdparty of object if ($targetcontact->socid > 0 && $targetcontact->socid != $targetcompany->id) { - $targetcontact->fetch_thirparty(); + $targetcontact->fetch_thirdparty(); $companytouseforaddress = $targetcontact->thirdparty; } From 583ea055671f27eaf845b8c9b5a7061e65ef816a Mon Sep 17 00:00:00 2001 From: atm-greg Date: Wed, 3 Oct 2018 12:13:53 +0200 Subject: [PATCH 0153/1013] fix missing letter... --- htdocs/core/lib/pdf.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php index 66caf2ea23a..31c6b613e24 100644 --- a/htdocs/core/lib/pdf.lib.php +++ b/htdocs/core/lib/pdf.lib.php @@ -438,7 +438,7 @@ function pdf_build_address($outputlangs,$sourcecompany,$targetcompany='',$target // Contact on a thirdparty that is a different thirdparty than the thirdparty of object if ($targetcontact->socid > 0 && $targetcontact->socid != $targetcompany->id) { - $targetcontact->fetch_thirparty(); + $targetcontact->fetch_thirdparty(); $companytouseforaddress = $targetcontact->thirdparty; } From 8ee98315c750b2fdd24c055dc6a1cd2d7a1ffee4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 13:13:16 +0200 Subject: [PATCH 0154/1013] Lang --- htdocs/langs/en_US/bills.lang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 5f59c1a5190..d8e753a310c 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 From 8ee7a48583378758cb7c5aa19be25e0eb0207b01 Mon Sep 17 00:00:00 2001 From: aplose Date: Wed, 3 Oct 2018 15:15:46 +0200 Subject: [PATCH 0155/1013] Fix issue #9434 : no array_options available when calling api : I replace the deprecated code by the fetch_optionnals() recommanded call. --- htdocs/commande/class/commande.class.php | 12 ++++++++---- htdocs/compta/facture/class/facture.class.php | 12 +++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 9007490d421..6677a9f08de 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -1677,10 +1677,11 @@ class Commande extends CommonOrder // Retrieve all extrafields for invoice // fetch optionals attributes and labels - require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; - $extrafields=new ExtraFields($this->db); - $extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true); - $this->fetch_optionals($this->id,$extralabels); +// require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; +// $extrafields=new ExtraFields($this->db); +// $extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true); +// $this->fetch_optionals($this->id,$extralabels); + $this->fetch_optionals(); $this->db->free($result); @@ -1882,6 +1883,9 @@ 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++; diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index bc7a14c0c45..9bf6d4b876c 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -1353,10 +1353,12 @@ class Facture extends CommonInvoice // Retrieve all extrafield for invoice // fetch optionals attributes and labels - require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; - $extrafields=new ExtraFields($this->db); - $extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true); - $this->fetch_optionals($this->id,$extralabels); +// require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php'; +// $extrafields=new ExtraFields($this->db); +// $extralabels=$extrafields->fetch_name_optionals_label($this->table_element,true); +// $this->fetch_optionals($this->id,$extralabels); + $this->fetch_optionals(); + /* * Lines @@ -1477,7 +1479,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; From ef7ed9786609cca1f277edf54e6036c74c0e4944 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Wed, 3 Oct 2018 15:40:58 +0200 Subject: [PATCH 0156/1013] fix ressource list with extrafields --- htdocs/resource/list.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php index 8ef3168ee96..cce22025a9a 100644 --- a/htdocs/resource/list.php +++ b/htdocs/resource/list.php @@ -1,7 +1,7 @@ * Copyright (C) 2018 Nicolas ZABOURI - * + * * 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 @@ -242,14 +242,14 @@ print "\n"; if ($ret) { - foreach ($object->lines as $obj) + foreach ($object->lines as $ressource) { print ''; if (! empty($arrayfields['t.ref']['checked'])) { print ''; - print $obj->getNomUrl(5); + print $ressource->getNomUrl(5); print ''; if (! $i) $totalarray['nbfield']++; } @@ -257,20 +257,20 @@ if ($ret) if (! empty($arrayfields['ty.label']['checked'])) { print ''; - print $obj->type_label; + print $ressource->type_label; print ''; if (! $i) $totalarray['nbfield']++; } // Extra fields - $obj = (Object) $resource->array_options; + $obj = (Object) $ressource->array_options; include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php'; print ''; - print ''; + print ''; print img_edit(); print ''; print ' '; - print ''; + print ''; print img_delete(); print ''; print ''; From b8c88a214449d5129fd4c479249cfa7c2373d10d Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Wed, 3 Oct 2018 15:43:00 +0200 Subject: [PATCH 0157/1013] rename var --- htdocs/resource/list.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php index cce22025a9a..85be267613d 100644 --- a/htdocs/resource/list.php +++ b/htdocs/resource/list.php @@ -242,14 +242,14 @@ print "\n"; if ($ret) { - foreach ($object->lines as $ressource) + foreach ($object->lines as $resource) { print ''; if (! empty($arrayfields['t.ref']['checked'])) { print ''; - print $ressource->getNomUrl(5); + print $resource->getNomUrl(5); print ''; if (! $i) $totalarray['nbfield']++; } @@ -257,20 +257,20 @@ if ($ret) if (! empty($arrayfields['ty.label']['checked'])) { print ''; - print $ressource->type_label; + print $resource->type_label; print ''; if (! $i) $totalarray['nbfield']++; } // Extra fields - $obj = (Object) $ressource->array_options; + $obj = (Object) $resource->array_options; include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php'; print ''; - print ''; + print ''; print img_edit(); print ''; print ' '; - print ''; + print ''; print img_delete(); print ''; print ''; From 2cd843aceccb2f92dd5e655c56f9591ee381baa0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 16:02:42 +0200 Subject: [PATCH 0158/1013] Fix separator too long --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 10af8517a73..16f0a0158a9 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -721,7 +721,7 @@ class Form if (empty($row['favorite']) && $atleastonefavorite) { $atleastonefavorite=0; - $out.= ''; + $out.= ''; } if ($selected && $selected != '-1' && ($selected == $row['rowid'] || $selected == $row['code_iso'] || $selected == $row['code_iso3'] || $selected == $row['label']) ) { From fd859d31627c459ba591075f0ad935c81ab23329 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 18:01:27 +0200 Subject: [PATCH 0159/1013] Add a component to select lang into a web site --- COPYRIGHT | 4 ++ htdocs/admin/ihm.php | 2 +- htdocs/core/class/html.formadmin.class.php | 7 +- htdocs/core/modules/modWebsite.class.php | 42 ++++++++++++ htdocs/theme/common/octicons/build/data.json | 2 +- .../common/octicons/build/svg/archive.svg | 1 + .../common/octicons/build/svg/arrow-both.svg | 1 + .../common/octicons/build/svg/beaker.svg | 2 +- .../theme/common/octicons/build/svg/bell.svg | 2 +- .../theme/common/octicons/build/svg/bug.svg | 2 +- .../theme/common/octicons/build/svg/check.svg | 2 +- .../octicons/build/svg/chevron-down.svg | 2 +- .../octicons/build/svg/chevron-left.svg | 2 +- .../common/octicons/build/svg/database.svg | 2 +- .../build/svg/device-camera-video.svg | 2 +- .../common/octicons/build/svg/file-pdf.svg | 2 +- .../theme/common/octicons/build/svg/flame.svg | 2 +- .../theme/common/octicons/build/svg/gear.svg | 2 +- .../theme/common/octicons/build/svg/gift.svg | 2 +- .../common/octicons/build/svg/gist-secret.svg | 2 +- .../common/octicons/build/svg/git-merge.svg | 2 +- .../theme/common/octicons/build/svg/heart.svg | 2 +- .../theme/common/octicons/build/svg/info.svg | 2 +- .../octicons/build/svg/list-ordered.svg | 2 +- .../common/octicons/build/svg/logo-github.svg | 2 +- .../octicons/build/svg/mortar-board.svg | 2 +- .../theme/common/octicons/build/svg/mute.svg | 2 +- .../octicons/build/svg/organization.svg | 2 +- .../common/octicons/build/svg/package.svg | 2 +- .../common/octicons/build/svg/pencil.svg | 2 +- .../theme/common/octicons/build/svg/pin.svg | 2 +- .../theme/common/octicons/build/svg/pulse.svg | 2 +- .../theme/common/octicons/build/svg/quote.svg | 2 +- .../common/octicons/build/svg/radio-tower.svg | 2 +- .../theme/common/octicons/build/svg/reply.svg | 2 +- .../common/octicons/build/svg/sign-out.svg | 2 +- .../common/octicons/build/svg/squirrel.svg | 2 +- .../theme/common/octicons/build/svg/sync.svg | 2 +- .../theme/common/octicons/build/svg/tag.svg | 2 +- .../common/octicons/build/svg/telescope.svg | 2 +- .../common/octicons/build/svg/thumbsdown.svg | 2 +- .../common/octicons/build/svg/thumbsup.svg | 2 +- .../common/octicons/build/svg/unmute.svg | 2 +- .../common/octicons/build/svg/unverified.svg | 2 +- .../common/octicons/build/svg/verified.svg | 2 +- htdocs/theme/common/octicons/build/svg/x.svg | 2 +- htdocs/theme/common/octicons/package.json | 2 +- htdocs/website/class/website.class.php | 66 +++++++++++++++++++ 48 files changed, 160 insertions(+), 45 deletions(-) create mode 100644 htdocs/theme/common/octicons/build/svg/archive.svg create mode 100644 htdocs/theme/common/octicons/build/svg/arrow-both.svg 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/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index e15e6d0f91f..8861d1abb68 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -240,7 +240,7 @@ if ($action == 'edit') // Edit // Default language print ''.$langs->trans("DefaultLanguage").''; - 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 ''; print ' '; print ''; diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index 8d8e65e5130..510b34c8f47 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -55,7 +55,7 @@ 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 */ @@ -89,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)) { diff --git a/htdocs/core/modules/modWebsite.class.php b/htdocs/core/modules/modWebsite.class.php index 7d0b0540ed2..822660e9e08 100644 --- a/htdocs/core/modules/modWebsite.class.php +++ b/htdocs/core/modules/modWebsite.class.php @@ -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/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":""},"arrow-down":{"name":"arrow-down","figma":{"id":"0:8","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-left":{"name":"arrow-left","figma":{"id":"0:10","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-right":{"name":"arrow-right","figma":{"id":"0:12","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-up":{"name":"arrow-up","figma":{"id":"0:14","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-small-down":{"name":"arrow-small-down","figma":{"id":"0:16","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-left":{"name":"arrow-small-left","figma":{"id":"0:18","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-right":{"name":"arrow-small-right","figma":{"id":"0:20","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-up":{"name":"arrow-small-up","figma":{"id":"0:22","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"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":""},"bell":{"name":"bell","figma":{"id":"0:34","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["notification"],"width":14,"height":16,"path":""},"bold":{"name":"bold","figma":{"id":"0:38","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markdown","bold","text"],"width":10,"height":16,"path":""},"book":{"name":"book","figma":{"id":"0:43","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","wiki","readme"],"width":16,"height":16,"path":""},"bookmark":{"name":"bookmark","figma":{"id":"0:54","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["tab","star"],"width":10,"height":16,"path":""},"briefcase":{"name":"briefcase","figma":{"id":"0:58","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["suitcase","business"],"width":14,"height":16,"path":""},"broadcast":{"name":"broadcast","figma":{"id":"0:63","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["rss","radio","signal"],"width":16,"height":16,"path":""},"browser":{"name":"browser","figma":{"id":"0:70","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["window","web"],"width":14,"height":16,"path":""},"bug":{"name":"bug","figma":{"id":"0:78","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insect","issue"],"width":16,"height":16,"path":""},"calendar":{"name":"calendar","figma":{"id":"0:82","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","day","month","year","date","appointment"],"width":14,"height":16,"path":""},"check":{"name":"check","figma":{"id":"0:104","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mark","yes","confirm","accept","ok","success"],"width":12,"height":16,"path":""},"checklist":{"name":"checklist","figma":{"id":"0:108","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo","tasks"],"width":16,"height":16,"path":""},"chevron-down":{"name":"chevron-down","figma":{"id":"0:117","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":""},"chevron-left":{"name":"chevron-left","figma":{"id":"0:119","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":""},"chevron-right":{"name":"chevron-right","figma":{"id":"0:121","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":""},"chevron-up":{"name":"chevron-up","figma":{"id":"0:123","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":""},"circle-slash":{"name":"circle-slash","figma":{"id":"0:127","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["no","deny","fail","failure","error","bad"],"width":14,"height":16,"path":""},"circuit-board":{"name":"circuit-board","figma":{"id":"0:132","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["developer","hardware","electricity"],"width":14,"height":16,"path":""},"clippy":{"name":"clippy","figma":{"id":"0:138","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["copy","paste","save","capture","clipboard"],"width":14,"height":16,"path":""},"clock":{"name":"clock","figma":{"id":"0:147","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","hour","minute","second","watch"],"width":14,"height":16,"path":""},"cloud-download":{"name":"cloud-download","figma":{"id":"0:152","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","install","get"],"width":16,"height":16,"path":""},"cloud-upload":{"name":"cloud-upload","figma":{"id":"0:156","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["put","export"],"width":16,"height":16,"path":""},"code":{"name":"code","figma":{"id":"0:160","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brackets"],"width":14,"height":16,"path":""},"comment-discussion":{"name":"comment-discussion","figma":{"id":"0:164","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["converse","talk"],"width":16,"height":16,"path":""},"comment":{"name":"comment","figma":{"id":"0:169","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speak","bubble"],"width":16,"height":16,"path":""},"credit-card":{"name":"credit-card","figma":{"id":"0:173","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["money","billing","payments","transactions"],"width":16,"height":16,"path":""},"dash":{"name":"dash","figma":{"id":"0:178","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hyphen","range"],"width":8,"height":16,"path":""},"dashboard":{"name":"dashboard","figma":{"id":"0:182","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speed","dial"],"width":16,"height":16,"path":""},"database":{"name":"database","figma":{"id":"0:190","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["disks","data"],"width":12,"height":16,"path":""},"desktop-download":{"name":"desktop-download","figma":{"id":"0:196","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["clone","download"],"width":16,"height":16,"path":""},"device-camera-video":{"name":"device-camera-video","figma":{"id":"0:198","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["watch","view","media","stream"],"width":16,"height":16,"path":""},"device-camera":{"name":"device-camera","figma":{"id":"0:202","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["photo","picture","image","snapshot"],"width":16,"height":16,"path":""},"device-desktop":{"name":"device-desktop","figma":{"id":"0:208","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computer","monitor"],"width":16,"height":16,"path":""},"device-mobile":{"name":"device-mobile","figma":{"id":"0:212","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["phone","iphone","cellphone"],"width":10,"height":16,"path":""},"diff-added":{"name":"diff-added","figma":{"id":"0:217","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new","addition","plus"],"width":14,"height":16,"path":""},"diff-ignored":{"name":"diff-ignored","figma":{"id":"0:222","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["slash"],"width":14,"height":16,"path":""},"diff-modified":{"name":"diff-modified","figma":{"id":"0:227","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","changed","updated"],"width":14,"height":16,"path":""},"diff-removed":{"name":"diff-removed","figma":{"id":"0:232","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["deleted","subtracted","dash"],"width":14,"height":16,"path":""},"diff-renamed":{"name":"diff-renamed","figma":{"id":"0:237","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["moved","arrow"],"width":14,"height":16,"path":""},"diff":{"name":"diff","figma":{"id":"0:242","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes","compare"],"width":13,"height":16,"path":""},"ellipsis":{"name":"ellipsis","figma":{"id":"0:249","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","read","more","hidden","expand"],"width":12,"height":16,"path":""},"eye":{"name":"eye","figma":{"id":"0:255","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["look","watch","see"],"width":16,"height":16,"path":""},"file-binary":{"name":"file-binary","figma":{"id":"0:260","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","word","powerpoint","excel"],"width":12,"height":16,"path":""},"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":""},"file-directory":{"name":"file-directory","figma":{"id":"0:276","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":""},"file-media":{"name":"file-media","figma":{"id":"0:280","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","audio"],"width":12,"height":16,"path":""},"file-pdf":{"name":"file-pdf","figma":{"id":"0:285","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["adobe"],"width":12,"height":16,"path":""},"file-submodule":{"name":"file-submodule","figma":{"id":"0:292","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":""},"file-symlink-directory":{"name":"file-symlink-directory","figma":{"id":"0:298","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder","subfolder","link","alias"],"width":14,"height":16,"path":""},"file-symlink-file":{"name":"file-symlink-file","figma":{"id":"0:303","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["link","alias"],"width":12,"height":16,"path":""},"file":{"name":"file","figma":{"id":"0:308","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["file","text","words"],"width":12,"height":16,"path":""},"file-zip":{"name":"file-zip","figma":{"id":"0:316","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["compress","archive"],"width":12,"height":16,"path":""},"flame":{"name":"flame","figma":{"id":"0:325","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fire","hot","burn","trending"],"width":12,"height":16,"path":""},"fold":{"name":"fold","figma":{"id":"0:329","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["unfold","hide","collapse"],"width":14,"height":16,"path":""},"gear":{"name":"gear","figma":{"id":"0:334","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["settings"],"width":14,"height":16,"path":""},"gift":{"name":"gift","figma":{"id":"0:338","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["package","present","skill","craft","freebie"],"width":14,"height":16,"path":""},"gist-secret":{"name":"gist-secret","figma":{"id":"0:347","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","secret","private"],"width":14,"height":16,"path":""},"gist":{"name":"gist","figma":{"id":"0:354","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","github"],"width":12,"height":16,"path":""},"git-branch":{"name":"git-branch","figma":{"id":"0:360","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fork","branch","git","duplicate"],"width":10,"height":16,"path":""},"git-commit":{"name":"git-commit","figma":{"id":"0:366","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save"],"width":14,"height":16,"path":""},"git-compare":{"name":"git-compare","figma":{"id":"0:370","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes"],"width":14,"height":16,"path":""},"git-merge":{"name":"git-merge","figma":{"id":"0:376","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["join"],"width":12,"height":16,"path":""},"git-pull-request":{"name":"git-pull-request","figma":{"id":"0:382","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["review"],"width":12,"height":16,"path":""},"globe":{"name":"globe","figma":{"id":"0:389","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["world","earth","planet"],"width":14,"height":16,"path":""},"graph":{"name":"graph","figma":{"id":"0:396","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trend","stats","statistics"],"width":16,"height":16,"path":""},"heart":{"name":"heart","figma":{"id":"0:400","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["love","beat"],"width":12,"height":16,"path":""},"history":{"name":"history","figma":{"id":"0:404","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","past","revert","back"],"width":14,"height":16,"path":""},"home":{"name":"home","figma":{"id":"0:408","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["welcome","index","house","building"],"width":16,"height":16,"path":""},"horizontal-rule":{"name":"horizontal-rule","figma":{"id":"0:412","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hr"],"width":10,"height":16,"path":""},"hubot":{"name":"hubot","figma":{"id":"0:419","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["robot","bot"],"width":14,"height":16,"path":""},"inbox":{"name":"inbox","figma":{"id":"0:426","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mail","todo","new","messages"],"width":14,"height":16,"path":""},"info":{"name":"info","figma":{"id":"0:430","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help"],"width":14,"height":16,"path":""},"issue-closed":{"name":"issue-closed","figma":{"id":"0:436","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["done","complete"],"width":16,"height":16,"path":""},"issue-opened":{"name":"issue-opened","figma":{"id":"0:442","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new"],"width":14,"height":16,"path":""},"issue-reopened":{"name":"issue-reopened","figma":{"id":"0:448","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["regression"],"width":14,"height":16,"path":""},"italic":{"name":"italic","figma":{"id":"0:454","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","italic","style"],"width":6,"height":16,"path":""},"jersey":{"name":"jersey","figma":{"id":"0:458","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["team","game","basketball"],"width":14,"height":16,"path":""},"keyboard":{"name":"keyboard","figma":{"id":"0:466","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["type","keys","write","shortcuts"],"width":16,"height":16,"path":""},"law":{"name":"law","figma":{"id":"0:490","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["legal","bill"],"width":14,"height":16,"path":""},"link":{"name":"link","figma":{"id":"0:496","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["connect","hyperlink"],"width":16,"height":16,"path":""},"list-ordered":{"name":"list-ordered","figma":{"id":"0:500","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["numbers","tasks","todo","items"],"width":12,"height":16,"path":""},"list-unordered":{"name":"list-unordered","figma":{"id":"0:508","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullet","point","tasks","todo","items"],"width":12,"height":16,"path":""},"location":{"name":"location","figma":{"id":"0:516","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["here","marker"],"width":12,"height":16,"path":""},"lock":{"name":"lock","figma":{"id":"0:521","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["secure","safe","protected"],"width":12,"height":16,"path":""},"logo-gist":{"name":"logo-gist","figma":{"id":"0:529","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":25,"height":16,"path":""},"logo-github":{"name":"logo-github","figma":{"id":"0:536","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":45,"height":16,"path":""},"mail-read":{"name":"mail-read","figma":{"id":"0:547","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","open"],"width":14,"height":16,"path":""},"reply":{"name":"reply","figma":{"id":"0:554","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reply all","back"],"width":14,"height":16,"path":""},"mail":{"name":"mail","figma":{"id":"0:558","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","unread"],"width":14,"height":16,"path":""},"mark-github":{"name":"mark-github","figma":{"id":"0:563","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand","github","logo"],"width":16,"height":16,"path":""},"markdown":{"name":"markdown","figma":{"id":"0:567","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markup","style"],"width":16,"height":16,"path":""},"megaphone":{"name":"megaphone","figma":{"id":"0:572","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullhorn","loud","shout","broadcast"],"width":16,"height":16,"path":""},"mention":{"name":"mention","figma":{"id":"0:579","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["at","ping"],"width":14,"height":16,"path":""},"milestone":{"name":"milestone","figma":{"id":"0:583","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["marker"],"width":14,"height":16,"path":""},"mirror":{"name":"mirror","figma":{"id":"0:589","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reflect"],"width":16,"height":16,"path":""},"mortar-board":{"name":"mortar-board","figma":{"id":"0:594","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["education","learn","teach"],"width":16,"height":16,"path":""},"mute":{"name":"mute","figma":{"id":"0:599","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quiet","sound","audio","turn","off"],"width":16,"height":16,"path":""},"no-newline":{"name":"no-newline","figma":{"id":"0:603","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["return"],"width":16,"height":16,"path":""},"octoface":{"name":"octoface","figma":{"id":"0:609","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand"],"width":16,"height":16,"path":""},"organization":{"name":"organization","figma":{"id":"0:613","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","group","team"],"width":16,"height":16,"path":""},"package":{"name":"package","figma":{"id":"0:617","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","ship"],"width":16,"height":16,"path":""},"paintcan":{"name":"paintcan","figma":{"id":"0:624","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["style","theme","art","color"],"width":12,"height":16,"path":""},"pencil":{"name":"pencil","figma":{"id":"0:630","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["edit","change","update","write"],"width":14,"height":16,"path":""},"person":{"name":"person","figma":{"id":"0:633","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","man","woman","human"],"width":12,"height":16,"path":""},"pin":{"name":"pin","figma":{"id":"0:635","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","star","bookmark"],"width":16,"height":16,"path":""},"plug":{"name":"plug","figma":{"id":"0:637","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hook","webhook"],"width":14,"height":16,"path":""},"plus":{"name":"plus","figma":{"id":"0:639","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more"],"width":12,"height":16,"path":""},"primitive-dot":{"name":"primitive-dot","figma":{"id":"0:641","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["circle"],"width":8,"height":16,"path":""},"primitive-square":{"name":"primitive-square","figma":{"id":"0:643","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box"],"width":8,"height":16,"path":""},"pulse":{"name":"pulse","figma":{"id":"0:645","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["graph","trend","line","activity"],"width":14,"height":16,"path":""},"question":{"name":"question","figma":{"id":"0:649","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help","explain"],"width":14,"height":16,"path":""},"quote":{"name":"quote","figma":{"id":"0:655","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quotation"],"width":14,"height":16,"path":""},"radio-tower":{"name":"radio-tower","figma":{"id":"0:659","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast"],"width":16,"height":16,"path":""},"repo-clone":{"name":"repo-clone","figma":{"id":"0:669","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":16,"height":16,"path":""},"repo-force-push":{"name":"repo-force-push","figma":{"id":"0:681","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","put"],"width":12,"height":16,"path":""},"repo-forked":{"name":"repo-forked","figma":{"id":"0:685","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","copy"],"width":10,"height":16,"path":""},"repo-pull":{"name":"repo-pull","figma":{"id":"0:691","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","get"],"width":16,"height":16,"path":""},"repo-push":{"name":"repo-push","figma":{"id":"0:700","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository","put"],"width":12,"height":16,"path":""},"repo":{"name":"repo","figma":{"id":"0:706","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":12,"height":16,"path":""},"rocket":{"name":"rocket","figma":{"id":"0:715","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["staff","stafftools","blast","off","space","launch","ship"],"width":16,"height":16,"path":""},"rss":{"name":"rss","figma":{"id":"0:719","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast","feed","atom"],"width":10,"height":16,"path":""},"ruby":{"name":"ruby","figma":{"id":"0:724","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","language"],"width":16,"height":16,"path":""},"search":{"name":"search","figma":{"id":"0:729","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["magnifying","glass"],"width":16,"height":16,"path":""},"server":{"name":"server","figma":{"id":"0:733","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computers","racks","ops"],"width":12,"height":16,"path":""},"settings":{"name":"settings","figma":{"id":"0:751","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["sliders","filters","controls","levels"],"width":16,"height":16,"path":""},"shield":{"name":"shield","figma":{"id":"0:762","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["protect","shield","lock"],"width":14,"height":16,"path":""},"sign-in":{"name":"sign-in","figma":{"id":"0:764","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","enter","log in"],"width":14,"height":16,"path":""},"sign-out":{"name":"sign-out","figma":{"id":"0:768","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","leave","log out"],"width":16,"height":16,"path":""},"smiley":{"name":"smiley","figma":{"id":"0:772","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["emoji","smile","mood","emotion"],"width":16,"height":16,"path":""},"squirrel":{"name":"squirrel","figma":{"id":"0:779","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["ship","shipit","launch"],"width":16,"height":16,"path":""},"star":{"name":"star","figma":{"id":"0:781","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","remember","like"],"width":14,"height":16,"path":""},"stop":{"name":"stop","figma":{"id":"0:785","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["block","spam","report"],"width":14,"height":16,"path":""},"sync":{"name":"sync","figma":{"id":"0:791","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["cycle","refresh","loop"],"width":12,"height":16,"path":""},"tag":{"name":"tag","figma":{"id":"0:795","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["release"],"width":14,"height":16,"path":""},"tasklist":{"name":"tasklist","figma":{"id":"0:800","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo"],"width":16,"height":16,"path":""},"telescope":{"name":"telescope","figma":{"id":"0:806","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["science","space","look","view","explore"],"width":14,"height":16,"path":""},"terminal":{"name":"terminal","figma":{"id":"0:815","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","ops","shell"],"width":14,"height":16,"path":""},"text-size":{"name":"text-size","figma":{"id":"0:821","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","size","text"],"width":18,"height":16,"path":""},"three-bars":{"name":"three-bars","figma":{"id":"0:826","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hamburger","menu","dropdown"],"width":12,"height":16,"path":""},"thumbsdown":{"name":"thumbsdown","figma":{"id":"0:831","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsdown","rejected","dislike"],"width":16,"height":16,"path":""},"thumbsup":{"name":"thumbsup","figma":{"id":"0:835","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsup","prop","ship","like"],"width":16,"height":16,"path":""},"tools":{"name":"tools","figma":{"id":"0:839","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["screwdriver","wrench","settings"],"width":16,"height":16,"path":""},"trashcan":{"name":"trashcan","figma":{"id":"0:844","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["garbage","rubbish","recycle","delete"],"width":12,"height":16,"path":""},"triangle-down":{"name":"triangle-down","figma":{"id":"0:847","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":""},"triangle-left":{"name":"triangle-left","figma":{"id":"0:849","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":""},"triangle-right":{"name":"triangle-right","figma":{"id":"0:851","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":""},"triangle-up":{"name":"triangle-up","figma":{"id":"0:853","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":""},"unfold":{"name":"unfold","figma":{"id":"0:857","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["expand","open","reveal"],"width":14,"height":16,"path":""},"unmute":{"name":"unmute","figma":{"id":"0:862","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["loud","volume","audio","sound","play"],"width":16,"height":16,"path":""},"project":{"name":"project","figma":{"id":"0:868","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["board","kanban","columns","scrum"],"width":15,"height":16,"path":""},"kebab-horizontal":{"name":"kebab-horizontal","figma":{"id":"0:875","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":13,"height":16,"path":""},"kebab-vertical":{"name":"kebab-vertical","figma":{"id":"0:880","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":3,"height":16,"path":""},"report":{"name":"report","figma":{"id":"0:885","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["report","abuse","flag"],"width":16,"height":16,"path":""},"note":{"name":"note","figma":{"id":"0:891","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["card","paper","ticket"],"width":14,"height":16,"path":""},"screen-full":{"name":"screen-full","figma":{"id":"0:898","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand"],"width":14,"height":16,"path":""},"screen-normal":{"name":"screen-normal","figma":{"id":"0:906","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand","exit"],"width":14,"height":16,"path":""},"unverified":{"name":"unverified","figma":{"id":"0:914","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insecure","untrusted","signed"],"width":16,"height":16,"path":""},"verified":{"name":"verified","figma":{"id":"0:919","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trusted","secure","trustworthy","signed"],"width":16,"height":16,"path":""},"versions":{"name":"versions","figma":{"id":"0:923","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["history","commits"],"width":14,"height":16,"path":""},"watch":{"name":"watch","figma":{"id":"0:929","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["wait","hourglass","time","date"],"width":12,"height":16,"path":""},"x":{"name":"x","figma":{"id":"0:932","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["remove","close","delete"],"width":12,"height":16,"path":""},"zap":{"name":"zap","figma":{"id":"0:934","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["electricity","lightning","props","like","star","save"],"width":10,"height":16,"path":""},"key":{"name":"key","figma":{"id":"0:938","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["key","lock","secure","safe"],"width":14,"height":16,"path":""},"grabber":{"name":"grabber","figma":{"id":"0:942","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mover","drap","drop","sort"],"width":8,"height":16,"path":""},"plus-small":{"name":"plus-small","figma":{"id":"0:947","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more","small"],"width":7,"height":16,"path":""},"light-bulb":{"name":"light-bulb","figma":{"id":"0:951","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["idea"],"width":12,"height":16,"path":""},"link-external":{"name":"link-external","figma":{"id":"0:956","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["out","see","more","go","to"],"width":12,"height":16,"path":""}} \ 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":""},"arrow-down":{"name":"arrow-down","figma":{"id":"0:8","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-left":{"name":"arrow-left","figma":{"id":"0:10","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-right":{"name":"arrow-right","figma":{"id":"0:12","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-up":{"name":"arrow-up","figma":{"id":"0:14","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":""},"arrow-both":{"name":"arrow-both","figma":{"id":"7345:13","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","left","right"],"width":20,"height":16,"path":""},"arrow-small-down":{"name":"arrow-small-down","figma":{"id":"0:16","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-left":{"name":"arrow-small-left","figma":{"id":"0:18","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-right":{"name":"arrow-small-right","figma":{"id":"0:20","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"arrow-small-up":{"name":"arrow-small-up","figma":{"id":"0:22","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":""},"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":""},"bell":{"name":"bell","figma":{"id":"0:34","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["notification"],"width":14,"height":16,"path":""},"bold":{"name":"bold","figma":{"id":"0:38","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markdown","bold","text"],"width":10,"height":16,"path":""},"book":{"name":"book","figma":{"id":"0:43","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","wiki","readme"],"width":16,"height":16,"path":""},"bookmark":{"name":"bookmark","figma":{"id":"0:54","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["tab","star"],"width":10,"height":16,"path":""},"briefcase":{"name":"briefcase","figma":{"id":"0:58","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["suitcase","business"],"width":14,"height":16,"path":""},"broadcast":{"name":"broadcast","figma":{"id":"0:63","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["rss","radio","signal"],"width":16,"height":16,"path":""},"browser":{"name":"browser","figma":{"id":"0:70","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["window","web"],"width":14,"height":16,"path":""},"bug":{"name":"bug","figma":{"id":"0:78","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insect","issue"],"width":16,"height":16,"path":""},"calendar":{"name":"calendar","figma":{"id":"0:82","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","day","month","year","date","appointment"],"width":14,"height":16,"path":""},"check":{"name":"check","figma":{"id":"0:104","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mark","yes","confirm","accept","ok","success"],"width":12,"height":16,"path":""},"checklist":{"name":"checklist","figma":{"id":"0:108","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo","tasks"],"width":16,"height":16,"path":""},"chevron-down":{"name":"chevron-down","figma":{"id":"0:117","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":""},"chevron-left":{"name":"chevron-left","figma":{"id":"0:119","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":""},"chevron-right":{"name":"chevron-right","figma":{"id":"0:121","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":""},"chevron-up":{"name":"chevron-up","figma":{"id":"0:123","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":""},"circle-slash":{"name":"circle-slash","figma":{"id":"0:127","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["no","deny","fail","failure","error","bad"],"width":14,"height":16,"path":""},"circuit-board":{"name":"circuit-board","figma":{"id":"0:132","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["developer","hardware","electricity"],"width":14,"height":16,"path":""},"clippy":{"name":"clippy","figma":{"id":"0:138","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["copy","paste","save","capture","clipboard"],"width":14,"height":16,"path":""},"clock":{"name":"clock","figma":{"id":"0:147","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","hour","minute","second","watch"],"width":14,"height":16,"path":""},"cloud-download":{"name":"cloud-download","figma":{"id":"0:152","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","install","get"],"width":16,"height":16,"path":""},"cloud-upload":{"name":"cloud-upload","figma":{"id":"0:156","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["put","export"],"width":16,"height":16,"path":""},"code":{"name":"code","figma":{"id":"0:160","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brackets"],"width":14,"height":16,"path":""},"comment-discussion":{"name":"comment-discussion","figma":{"id":"0:164","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["converse","talk"],"width":16,"height":16,"path":""},"comment":{"name":"comment","figma":{"id":"0:169","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speak","bubble"],"width":16,"height":16,"path":""},"credit-card":{"name":"credit-card","figma":{"id":"0:173","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["money","billing","payments","transactions"],"width":16,"height":16,"path":""},"dash":{"name":"dash","figma":{"id":"0:178","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hyphen","range"],"width":8,"height":16,"path":""},"dashboard":{"name":"dashboard","figma":{"id":"0:182","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speed","dial"],"width":16,"height":16,"path":""},"database":{"name":"database","figma":{"id":"0:190","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["disks","data"],"width":12,"height":16,"path":""},"desktop-download":{"name":"desktop-download","figma":{"id":"0:196","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["clone","download"],"width":16,"height":16,"path":""},"device-camera-video":{"name":"device-camera-video","figma":{"id":"0:198","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["watch","view","media","stream"],"width":16,"height":16,"path":""},"device-camera":{"name":"device-camera","figma":{"id":"0:202","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["photo","picture","image","snapshot"],"width":16,"height":16,"path":""},"device-desktop":{"name":"device-desktop","figma":{"id":"0:208","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computer","monitor"],"width":16,"height":16,"path":""},"device-mobile":{"name":"device-mobile","figma":{"id":"0:212","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["phone","iphone","cellphone"],"width":10,"height":16,"path":""},"diff-added":{"name":"diff-added","figma":{"id":"0:217","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new","addition","plus"],"width":14,"height":16,"path":""},"diff-ignored":{"name":"diff-ignored","figma":{"id":"0:222","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["slash"],"width":14,"height":16,"path":""},"diff-modified":{"name":"diff-modified","figma":{"id":"0:227","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","changed","updated"],"width":14,"height":16,"path":""},"diff-removed":{"name":"diff-removed","figma":{"id":"0:232","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["deleted","subtracted","dash"],"width":14,"height":16,"path":""},"diff-renamed":{"name":"diff-renamed","figma":{"id":"0:237","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["moved","arrow"],"width":14,"height":16,"path":""},"diff":{"name":"diff","figma":{"id":"0:242","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes","compare"],"width":13,"height":16,"path":""},"ellipsis":{"name":"ellipsis","figma":{"id":"0:249","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","read","more","hidden","expand"],"width":12,"height":16,"path":""},"eye":{"name":"eye","figma":{"id":"0:255","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["look","watch","see"],"width":16,"height":16,"path":""},"file-binary":{"name":"file-binary","figma":{"id":"0:260","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","word","powerpoint","excel"],"width":12,"height":16,"path":""},"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":""},"file-directory":{"name":"file-directory","figma":{"id":"0:276","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":""},"file-media":{"name":"file-media","figma":{"id":"0:280","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","audio"],"width":12,"height":16,"path":""},"file-pdf":{"name":"file-pdf","figma":{"id":"0:285","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["adobe"],"width":12,"height":16,"path":""},"file-submodule":{"name":"file-submodule","figma":{"id":"0:292","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":""},"file-symlink-directory":{"name":"file-symlink-directory","figma":{"id":"0:298","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder","subfolder","link","alias"],"width":14,"height":16,"path":""},"file-symlink-file":{"name":"file-symlink-file","figma":{"id":"0:303","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["link","alias"],"width":12,"height":16,"path":""},"file":{"name":"file","figma":{"id":"0:308","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["file","text","words"],"width":12,"height":16,"path":""},"file-zip":{"name":"file-zip","figma":{"id":"0:316","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["compress","archive"],"width":12,"height":16,"path":""},"flame":{"name":"flame","figma":{"id":"0:325","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fire","hot","burn","trending"],"width":12,"height":16,"path":""},"fold":{"name":"fold","figma":{"id":"0:329","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["unfold","hide","collapse"],"width":14,"height":16,"path":""},"gear":{"name":"gear","figma":{"id":"0:334","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["settings"],"width":14,"height":16,"path":""},"gift":{"name":"gift","figma":{"id":"0:338","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["package","present","skill","craft","freebie"],"width":14,"height":16,"path":""},"gist-secret":{"name":"gist-secret","figma":{"id":"0:347","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","secret","private"],"width":14,"height":16,"path":""},"gist":{"name":"gist","figma":{"id":"0:354","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","github"],"width":12,"height":16,"path":""},"git-branch":{"name":"git-branch","figma":{"id":"0:360","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fork","branch","git","duplicate"],"width":10,"height":16,"path":""},"git-commit":{"name":"git-commit","figma":{"id":"0:366","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save"],"width":14,"height":16,"path":""},"git-compare":{"name":"git-compare","figma":{"id":"0:370","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes"],"width":14,"height":16,"path":""},"git-merge":{"name":"git-merge","figma":{"id":"0:376","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["join"],"width":12,"height":16,"path":""},"git-pull-request":{"name":"git-pull-request","figma":{"id":"0:382","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["review"],"width":12,"height":16,"path":""},"globe":{"name":"globe","figma":{"id":"0:389","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["world","earth","planet"],"width":14,"height":16,"path":""},"graph":{"name":"graph","figma":{"id":"0:396","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trend","stats","statistics"],"width":16,"height":16,"path":""},"heart":{"name":"heart","figma":{"id":"0:400","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["love","beat"],"width":12,"height":16,"path":""},"history":{"name":"history","figma":{"id":"0:404","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","past","revert","back"],"width":14,"height":16,"path":""},"home":{"name":"home","figma":{"id":"0:408","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["welcome","index","house","building"],"width":16,"height":16,"path":""},"horizontal-rule":{"name":"horizontal-rule","figma":{"id":"0:412","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hr"],"width":10,"height":16,"path":""},"hubot":{"name":"hubot","figma":{"id":"0:419","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["robot","bot"],"width":14,"height":16,"path":""},"inbox":{"name":"inbox","figma":{"id":"0:426","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mail","todo","new","messages"],"width":14,"height":16,"path":""},"info":{"name":"info","figma":{"id":"0:430","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help"],"width":14,"height":16,"path":""},"issue-closed":{"name":"issue-closed","figma":{"id":"0:436","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["done","complete"],"width":16,"height":16,"path":""},"issue-opened":{"name":"issue-opened","figma":{"id":"0:442","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new"],"width":14,"height":16,"path":""},"issue-reopened":{"name":"issue-reopened","figma":{"id":"0:448","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["regression"],"width":14,"height":16,"path":""},"italic":{"name":"italic","figma":{"id":"0:454","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","italic","style"],"width":6,"height":16,"path":""},"jersey":{"name":"jersey","figma":{"id":"0:458","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["team","game","basketball"],"width":14,"height":16,"path":""},"keyboard":{"name":"keyboard","figma":{"id":"0:466","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["type","keys","write","shortcuts"],"width":16,"height":16,"path":""},"law":{"name":"law","figma":{"id":"0:490","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["legal","bill"],"width":14,"height":16,"path":""},"link":{"name":"link","figma":{"id":"0:496","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["connect","hyperlink"],"width":16,"height":16,"path":""},"list-ordered":{"name":"list-ordered","figma":{"id":"0:500","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["numbers","tasks","todo","items"],"width":12,"height":16,"path":""},"list-unordered":{"name":"list-unordered","figma":{"id":"0:508","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullet","point","tasks","todo","items"],"width":12,"height":16,"path":""},"location":{"name":"location","figma":{"id":"0:516","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["here","marker"],"width":12,"height":16,"path":""},"lock":{"name":"lock","figma":{"id":"0:521","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["secure","safe","protected"],"width":12,"height":16,"path":""},"logo-gist":{"name":"logo-gist","figma":{"id":"0:529","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":25,"height":16,"path":""},"logo-github":{"name":"logo-github","figma":{"id":"0:536","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":45,"height":16,"path":""},"mail-read":{"name":"mail-read","figma":{"id":"0:547","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","open"],"width":14,"height":16,"path":""},"reply":{"name":"reply","figma":{"id":"0:554","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reply all","back"],"width":14,"height":16,"path":""},"mail":{"name":"mail","figma":{"id":"0:558","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","unread"],"width":14,"height":16,"path":""},"mark-github":{"name":"mark-github","figma":{"id":"0:563","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand","github","logo"],"width":16,"height":16,"path":""},"markdown":{"name":"markdown","figma":{"id":"0:567","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markup","style"],"width":16,"height":16,"path":""},"megaphone":{"name":"megaphone","figma":{"id":"0:572","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullhorn","loud","shout","broadcast"],"width":16,"height":16,"path":""},"mention":{"name":"mention","figma":{"id":"0:579","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["at","ping"],"width":14,"height":16,"path":""},"milestone":{"name":"milestone","figma":{"id":"0:583","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["marker"],"width":14,"height":16,"path":""},"mirror":{"name":"mirror","figma":{"id":"0:589","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reflect"],"width":16,"height":16,"path":""},"mortar-board":{"name":"mortar-board","figma":{"id":"0:594","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["education","learn","teach"],"width":16,"height":16,"path":""},"mute":{"name":"mute","figma":{"id":"0:599","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quiet","sound","audio","turn","off"],"width":16,"height":16,"path":""},"no-newline":{"name":"no-newline","figma":{"id":"0:603","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["return"],"width":16,"height":16,"path":""},"octoface":{"name":"octoface","figma":{"id":"0:609","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand"],"width":16,"height":16,"path":""},"organization":{"name":"organization","figma":{"id":"0:613","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","group","team"],"width":16,"height":16,"path":""},"package":{"name":"package","figma":{"id":"0:617","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","ship"],"width":16,"height":16,"path":""},"paintcan":{"name":"paintcan","figma":{"id":"0:624","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["style","theme","art","color"],"width":12,"height":16,"path":""},"pencil":{"name":"pencil","figma":{"id":"0:630","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["edit","change","update","write"],"width":14,"height":16,"path":""},"person":{"name":"person","figma":{"id":"0:633","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","man","woman","human"],"width":12,"height":16,"path":""},"pin":{"name":"pin","figma":{"id":"0:635","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","star","bookmark"],"width":16,"height":16,"path":""},"plug":{"name":"plug","figma":{"id":"0:637","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hook","webhook"],"width":14,"height":16,"path":""},"plus":{"name":"plus","figma":{"id":"0:639","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more"],"width":12,"height":16,"path":""},"primitive-dot":{"name":"primitive-dot","figma":{"id":"0:641","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["circle"],"width":8,"height":16,"path":""},"primitive-square":{"name":"primitive-square","figma":{"id":"0:643","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box"],"width":8,"height":16,"path":""},"pulse":{"name":"pulse","figma":{"id":"0:645","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["graph","trend","line","activity"],"width":14,"height":16,"path":""},"question":{"name":"question","figma":{"id":"0:649","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help","explain"],"width":14,"height":16,"path":""},"quote":{"name":"quote","figma":{"id":"0:655","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quotation"],"width":14,"height":16,"path":""},"radio-tower":{"name":"radio-tower","figma":{"id":"0:659","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast"],"width":16,"height":16,"path":""},"repo-clone":{"name":"repo-clone","figma":{"id":"0:669","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":16,"height":16,"path":""},"repo-force-push":{"name":"repo-force-push","figma":{"id":"0:681","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","put"],"width":12,"height":16,"path":""},"repo-forked":{"name":"repo-forked","figma":{"id":"0:685","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","copy"],"width":10,"height":16,"path":""},"repo-pull":{"name":"repo-pull","figma":{"id":"0:691","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","get"],"width":16,"height":16,"path":""},"repo-push":{"name":"repo-push","figma":{"id":"0:700","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository","put"],"width":12,"height":16,"path":""},"repo":{"name":"repo","figma":{"id":"0:706","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":12,"height":16,"path":""},"rocket":{"name":"rocket","figma":{"id":"0:715","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["staff","stafftools","blast","off","space","launch","ship"],"width":16,"height":16,"path":""},"rss":{"name":"rss","figma":{"id":"0:719","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast","feed","atom"],"width":10,"height":16,"path":""},"ruby":{"name":"ruby","figma":{"id":"0:724","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","language"],"width":16,"height":16,"path":""},"search":{"name":"search","figma":{"id":"0:729","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["magnifying","glass"],"width":16,"height":16,"path":""},"server":{"name":"server","figma":{"id":"0:733","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computers","racks","ops"],"width":12,"height":16,"path":""},"settings":{"name":"settings","figma":{"id":"0:751","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["sliders","filters","controls","levels"],"width":16,"height":16,"path":""},"shield":{"name":"shield","figma":{"id":"0:762","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["protect","shield","lock"],"width":14,"height":16,"path":""},"sign-in":{"name":"sign-in","figma":{"id":"0:764","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","enter","log in"],"width":14,"height":16,"path":""},"sign-out":{"name":"sign-out","figma":{"id":"0:768","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","leave","log out"],"width":16,"height":16,"path":""},"smiley":{"name":"smiley","figma":{"id":"0:772","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["emoji","smile","mood","emotion"],"width":16,"height":16,"path":""},"squirrel":{"name":"squirrel","figma":{"id":"0:779","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["ship","shipit","launch"],"width":16,"height":16,"path":""},"star":{"name":"star","figma":{"id":"0:781","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","remember","like"],"width":14,"height":16,"path":""},"stop":{"name":"stop","figma":{"id":"0:785","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["block","spam","report"],"width":14,"height":16,"path":""},"sync":{"name":"sync","figma":{"id":"0:791","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["cycle","refresh","loop"],"width":12,"height":16,"path":""},"tag":{"name":"tag","figma":{"id":"0:795","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["release"],"width":14,"height":16,"path":""},"tasklist":{"name":"tasklist","figma":{"id":"0:800","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo"],"width":16,"height":16,"path":""},"telescope":{"name":"telescope","figma":{"id":"0:806","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["science","space","look","view","explore"],"width":14,"height":16,"path":""},"terminal":{"name":"terminal","figma":{"id":"0:815","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","ops","shell"],"width":14,"height":16,"path":""},"text-size":{"name":"text-size","figma":{"id":"0:821","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","size","text"],"width":18,"height":16,"path":""},"three-bars":{"name":"three-bars","figma":{"id":"0:826","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hamburger","menu","dropdown"],"width":12,"height":16,"path":""},"thumbsdown":{"name":"thumbsdown","figma":{"id":"0:831","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsdown","rejected","dislike"],"width":16,"height":16,"path":""},"thumbsup":{"name":"thumbsup","figma":{"id":"0:835","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsup","prop","ship","like"],"width":16,"height":16,"path":""},"tools":{"name":"tools","figma":{"id":"0:839","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["screwdriver","wrench","settings"],"width":16,"height":16,"path":""},"trashcan":{"name":"trashcan","figma":{"id":"0:844","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["garbage","rubbish","recycle","delete"],"width":12,"height":16,"path":""},"triangle-down":{"name":"triangle-down","figma":{"id":"0:847","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":""},"triangle-left":{"name":"triangle-left","figma":{"id":"0:849","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":""},"triangle-right":{"name":"triangle-right","figma":{"id":"0:851","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":""},"triangle-up":{"name":"triangle-up","figma":{"id":"0:853","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":""},"unfold":{"name":"unfold","figma":{"id":"0:857","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["expand","open","reveal"],"width":14,"height":16,"path":""},"unmute":{"name":"unmute","figma":{"id":"0:862","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["loud","volume","audio","sound","play"],"width":16,"height":16,"path":""},"project":{"name":"project","figma":{"id":"0:868","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["board","kanban","columns","scrum"],"width":15,"height":16,"path":""},"kebab-horizontal":{"name":"kebab-horizontal","figma":{"id":"0:875","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":13,"height":16,"path":""},"kebab-vertical":{"name":"kebab-vertical","figma":{"id":"0:880","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":3,"height":16,"path":""},"report":{"name":"report","figma":{"id":"0:885","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["report","abuse","flag"],"width":16,"height":16,"path":""},"note":{"name":"note","figma":{"id":"0:891","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["card","paper","ticket"],"width":14,"height":16,"path":""},"screen-full":{"name":"screen-full","figma":{"id":"0:898","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand"],"width":14,"height":16,"path":""},"screen-normal":{"name":"screen-normal","figma":{"id":"0:906","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand","exit"],"width":14,"height":16,"path":""},"unverified":{"name":"unverified","figma":{"id":"0:914","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insecure","untrusted","signed"],"width":16,"height":16,"path":""},"verified":{"name":"verified","figma":{"id":"0:919","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trusted","secure","trustworthy","signed"],"width":16,"height":16,"path":""},"versions":{"name":"versions","figma":{"id":"0:923","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["history","commits"],"width":14,"height":16,"path":""},"watch":{"name":"watch","figma":{"id":"0:929","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["wait","hourglass","time","date"],"width":12,"height":16,"path":""},"x":{"name":"x","figma":{"id":"0:932","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["remove","close","delete"],"width":12,"height":16,"path":""},"zap":{"name":"zap","figma":{"id":"0:934","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["electricity","lightning","props","like","star","save"],"width":10,"height":16,"path":""},"key":{"name":"key","figma":{"id":"0:938","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["key","lock","secure","safe"],"width":14,"height":16,"path":""},"grabber":{"name":"grabber","figma":{"id":"0:942","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mover","drap","drop","sort"],"width":8,"height":16,"path":""},"plus-small":{"name":"plus-small","figma":{"id":"0:947","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more","small"],"width":7,"height":16,"path":""},"light-bulb":{"name":"light-bulb","figma":{"id":"0:951","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["idea"],"width":12,"height":16,"path":""},"link-external":{"name":"link-external","figma":{"id":"0:956","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["out","see","more","go","to"],"width":12,"height":16,"path":""},"archive":{"name":"archive","figma":{"id":"2228:2","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","catalog"],"width":14,"height":16,"path":""}} \ 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 @@ + \ 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 @@ + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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 @@ - \ No newline at end of file + \ 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/website/class/website.class.php b/htdocs/website/class/website.class.php index adcfdd7309c..1adb2a6257f 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1077,4 +1077,70 @@ class Website extends CommonObject return $object->id; } } + + /** + * Component to select language (Full CSS Only) + * + * @param array $languagecodes Language codes + * @param string $languagecodeselected Language code selected + * @param string $morecss More CSS class on component + * @param string $htmlname Suffix for HTML name + * @return string HTML select component + */ + public function componentSelectLang($languagecodes=array('en_US','fr_FR','de_DE','es_ES'), $languagecodeselected='', $morecss='', $htmlname='') + { + $out = ''; + + $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.=''."\n"; + $out.= ''; + $out.= ''; + + return $out; + } } From 402175bb49ef4fe0ba390421519d4496bbbbb9f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 19:53:33 +0200 Subject: [PATCH 0160/1013] Work on multilang --- htdocs/core/website.inc.php | 5 ++++- htdocs/langs/en_US/website.lang | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php index 3ed3a92cb50..a936d0fc857 100644 --- a/htdocs/core/website.inc.php +++ b/htdocs/core/website.inc.php @@ -18,7 +18,7 @@ /** * \file htdocs/core/website.inc.php - * \brief Common file loaded used by all website pages (after master.inc.php) + * \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. */ @@ -26,4 +26,7 @@ include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php'; $website=new Website($db); $website->fetch(0,$websitekey); +$weblangs = dol_clone($langs); +if (GETPOST('l','aZ09')) $weblangs->setDefaultLang(GETPOST('l','aZ09')); + include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php'; diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang index ec4c256ac23..9ed064b5d1e 100644 --- a/htdocs/langs/en_US/website.lang +++ b/htdocs/langs/en_US/website.lang @@ -51,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=
You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.

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

You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):
<?php redirectToContainer('alias_of_container_to_redirect_to'); ?>

To add a link to another page, use the syntax:
<a href="alias_of_page_to_link_to.php">mylink<a>

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

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

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

You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):
<?php redirectToContainer('alias_of_container_to_redirect_to'); ?>

To add a link to another page, use the syntax:
<a href="alias_of_page_to_link_to.php">mylink<a>

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

To include an image stored into the documents directory, use the viewimage.php wrapper:
Example, for an image into documents/medias (open directory for public access), syntax is:
<img src="/viewimage.php?modulepart=medias&file=[relative_dir/]filename.ext">
ClonePage=Clone page/container CloneSite=Clone site SiteAdded=Web site added From 83be1759b167d86b9729dfc5f6824caea3f18cd5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 20:00:52 +0200 Subject: [PATCH 0161/1013] Work on multilang website --- htdocs/website/class/website.class.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index 1adb2a6257f..4d9c2424913 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1081,16 +1081,19 @@ class Website extends CommonObject /** * Component to select language (Full CSS Only) * - * @param array $languagecodes Language codes - * @param string $languagecodeselected Language code selected - * @param string $morecss More CSS class on component - * @param string $htmlname Suffix for HTML name + * @param array $languagecodes Language codes + * @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=array('en_US','fr_FR','de_DE','es_ES'), $languagecodeselected='', $morecss='', $htmlname='') + public function componentSelectLang($languagecodes=array('en_US','fr_FR','de_DE','es_ES'), $weblangs, $morecss='', $htmlname='') { $out = ''; + $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 @@ -1125,7 +1128,7 @@ class Website extends CommonObject if ($languagecodeselected) { $shortcode = strtolower(substr($languagecodeselected, -2)); - $out.= '
  • '.$languagecodeselected; + $out.= '
  • '.$weblangs->trans("Language_".$languagecodeselected); $out.= ''; $out.= '
  • '; } @@ -1134,7 +1137,7 @@ class Website extends CommonObject { if ($languagecode == $languagecodeselected) continue; // Already output $shortcode = strtolower(substr($languagecode, -2)); - $out.= '
  • '.$languagecode; + $out.= '
  • '.$weblangs->trans("Language_".$languagecode); if (empty($i) && empty($languagecodeselected)) $out.= ''; $out.= '
  • '; $i++; From 378013b8632bce49ed1c0ac7b0cbd9c3df9f0bbf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2018 20:58:45 +0200 Subject: [PATCH 0162/1013] Better select language component --- htdocs/core/lib/website.lib.php | 2 +- htdocs/core/website.inc.php | 17 ++++++++++++----- htdocs/website/class/website.class.php | 10 +++++++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index 4cbbdebbf14..9f848fb68ee 100644 --- a/htdocs/core/lib/website.lib.php +++ b/htdocs/core/lib/website.lib.php @@ -305,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; diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php index a936d0fc857..ac4d6b35988 100644 --- a/htdocs/core/website.inc.php +++ b/htdocs/core/website.inc.php @@ -22,11 +22,18 @@ * 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); - -$weblangs = dol_clone($langs); +// 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/website/class/website.class.php b/htdocs/website/class/website.class.php index 4d9c2424913..0f5c9cd1e2c 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1089,7 +1089,7 @@ class Website extends CommonObject */ public function componentSelectLang($languagecodes=array('en_US','fr_FR','de_DE','es_ES'), $weblangs, $morecss='', $htmlname='') { - $out = ''; + if (! is_object($weblangs)) return 'ERROR componentSelectLang called with parameter $weblangs not defined'; $languagecodeselected = $weblangs->defaultlang; $weblangs->load('languages'); @@ -1128,7 +1128,9 @@ class Website extends CommonObject if ($languagecodeselected) { $shortcode = strtolower(substr($languagecodeselected, -2)); - $out.= '
  • '.$weblangs->trans("Language_".$languagecodeselected); + $label = $weblangs->trans("Language_".$languagecodeselected); + if ($shortcode == 'us') $label = preg_replace('/\s*\(.*\)/', '', $label); + $out.= '
  • '.$label; $out.= ''; $out.= '
  • '; } @@ -1137,7 +1139,9 @@ class Website extends CommonObject { if ($languagecode == $languagecodeselected) continue; // Already output $shortcode = strtolower(substr($languagecode, -2)); - $out.= '
  • '.$weblangs->trans("Language_".$languagecode); + $label = $weblangs->trans("Language_".$languagecode); + if ($shortcode == 'us') $label = preg_replace('/\s*\(.*\)/', '', $label); + $out.= '
  • '.$label; if (empty($i) && empty($languagecodeselected)) $out.= ''; $out.= '
  • '; $i++; From d09bbe4690e5dcbd0a46de4e650d8fe68efdb76c Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Wed, 3 Oct 2018 21:13:02 +0200 Subject: [PATCH 0163/1013] NEW : add event tab on resource card --- htdocs/core/lib/company.lib.php | 7 ++ htdocs/core/lib/resource.lib.php | 10 ++ htdocs/resource/agenda.php | 175 +++++++++++++++++++++++++++++++ 3 files changed, 192 insertions(+) create mode 100644 htdocs/resource/agenda.php diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 7082d6991a3..7b4b1a28ef2 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -1330,9 +1330,16 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= $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"; + 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; elseif (is_object($filterobj) && get_class($filterobj) == 'Project' && $filterobj->id) $sql.= " AND a.fk_project = ".$filterobj->id; diff --git a/htdocs/core/lib/resource.lib.php b/htdocs/core/lib/resource.lib.php index 4b1acdf657b..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'; diff --git a/htdocs/resource/agenda.php b/htdocs/resource/agenda.php new file mode 100644 index 00000000000..23f1c9f913b --- /dev/null +++ b/htdocs/resource/agenda.php @@ -0,0 +1,175 @@ + + * Copyright (C) 2005 Brice Davoleau + * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2006-2015 Laurent Destailleur + * Copyright (C) 2007 Patrick Raguin + * Copyright (C) 2010 Juanjo Menent + * Copyright (C) 2015 Marcos García + * Copyright (C) 2018 Florain Henry . + */ + +/** + * \file htdocs/product/agenda.php + * \ingroup product + * \brief Page of product 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"); + + + $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 = ''.$langs->trans("BackToList").''; + + $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 '
    '; + + print '
    '; + + print '
    '; + + dol_fiche_end(); + + if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) )) + { + print '
    '; + + $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(); From 2acd69033cf233d7716cdc1001f2b5ae9db419b0 Mon Sep 17 00:00:00 2001 From: atm-ph Date: Wed, 3 Oct 2018 22:48:29 +0200 Subject: [PATCH 0164/1013] Fix minor error in dom --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 1797617a26d..f760dd32cc1 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2806,7 +2806,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ if ($picto == 'off') { $fakey = 'fa-square-o'; $fasize='1.3em'; } if ($picto == 'on') { $fakey = 'fa-check-square-o'; $fasize='1.3em'; } $enabledisablehtml=''; - $enabledisablehtml.=''; + $enabledisablehtml.=''; if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) $enabledisablehtml.=$titlealt; $enabledisablehtml.=''; return $enabledisablehtml; From c32b96c20721bdc4555d11db1752e244ec97246d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 4 Oct 2018 09:15:15 +0200 Subject: [PATCH 0165/1013] Standardize and update code --- .../class/accountancysystem.class.php | 12 ++--- htdocs/projet/class/task.class.php | 52 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/htdocs/accountancy/class/accountancysystem.class.php b/htdocs/accountancy/class/accountancysystem.class.php index d126bd84acc..444079f5239 100644 --- a/htdocs/accountancy/class/accountancysystem.class.php +++ b/htdocs/accountancy/class/accountancysystem.class.php @@ -38,18 +38,18 @@ class AccountancySystem */ public $error=''; - var $rowid; - var $fk_pcg_version; - var $pcg_type; - var $pcg_subtype; + public $rowid; + public $fk_pcg_version; + public $pcg_type; + public $pcg_subtype; /** * @var string Accountancy System label */ public $label; - var $account_number; - var $account_parent; + public $account_number; + public $account_parent; /** * Constructor diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php index aec0f40443e..a3fd5fb1703 100644 --- a/htdocs/projet/class/task.class.php +++ b/htdocs/projet/class/task.class.php @@ -61,37 +61,37 @@ class Task extends CommonObject */ public $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; + 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; - var $timespent_min_date; - var $timespent_max_date; - var $timespent_total_duration; - var $timespent_total_amount; - var $timespent_nblinesnull; - var $timespent_nblines; + 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; From d2ec703b5117b3913aa354e9db561c3053802935 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 4 Oct 2018 09:24:57 +0200 Subject: [PATCH 0166/1013] Standardize and update code --- htdocs/core/class/events.class.php | 10 ++-- htdocs/holiday/class/holiday.class.php | 48 +++++++++---------- htdocs/product/stock/class/entrepot.class.php | 16 +++---- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php index 436a708d312..d8d71513cd9 100644 --- a/htdocs/core/class/events.class.php +++ b/htdocs/core/class/events.class.php @@ -59,10 +59,10 @@ class Events // extends CommonObject */ public $error=''; - var $tms; - var $type; - var $entity; - var $dateevent; + public $tms; + public $type; + public $entity; + public $dateevent; /** * @var string description @@ -70,7 +70,7 @@ class Events // extends CommonObject public $description; // List of all Audit/Security events supported by triggers - var $eventstolog=array( + public $eventstolog=array( /*array('id'=>'USER_LOGIN', 'test'=>1), array('id'=>'USER_LOGIN_FAILED', 'test'=>1), array('id'=>'USER_LOGOUT', 'test'=>1),*/ diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php index d75c90e2b64..5107ffb09ab 100644 --- a/htdocs/holiday/class/holiday.class.php +++ b/htdocs/holiday/class/holiday.class.php @@ -43,50 +43,50 @@ class Holiday extends CommonObject 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'; + public $fk_element = 'fk_holiday'; public $picto = 'holiday'; /** * @deprecated * @see id */ - var $rowid; + public $rowid; /** * @var int User ID */ public $fk_user; - var $date_create=''; + public $date_create=''; /** * @var string description */ public $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; + 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; - var $holiday = array(); - var $events = array(); - var $logs = array(); + public $holiday = array(); + public $events = array(); + public $logs = array(); - var $optName = ''; - var $optValue = ''; - var $optRowid = ''; + public $optName = ''; + public $optValue = ''; + public $optRowid = ''; /** * Draft status diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php index 9f205580444..59e3f2fb057 100644 --- a/htdocs/product/stock/class/entrepot.class.php +++ b/htdocs/product/stock/class/entrepot.class.php @@ -60,23 +60,23 @@ class Entrepot extends CommonObject */ const STATUS_OPEN_INTERNAL = 2; - var $libelle; + public $libelle; /** * @var string description */ public $description; - var $statut; - var $lieu; - var $address; + public $statut; + public $lieu; + 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 From 8bee69277d95b1d873a708f60cad0644276580ec Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 4 Oct 2018 09:33:30 +0200 Subject: [PATCH 0167/1013] Standardize and update code --- htdocs/compta/facture/class/facture.class.php | 2 +- htdocs/core/class/commoninvoice.class.php | 2 +- htdocs/expedition/class/expedition.class.php | 12 +++++++++++- htdocs/expensereport/class/expensereport.class.php | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 048f686df3b..d264bbc5200 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -216,7 +216,7 @@ class Facture extends CommonInvoice const TYPE_SITUATION = 5; /** - * Draft + * Draft status */ const STATUS_DRAFT = 0; diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php index 9b1cb8776c3..1688682abe5 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; diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index bd575511d61..dee8184ee18 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -117,9 +117,19 @@ class Expedition extends CommonObject 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; diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php index 3b6b9628f6a..f5d2a4145e2 100644 --- a/htdocs/expensereport/class/expensereport.class.php +++ b/htdocs/expensereport/class/expensereport.class.php @@ -104,8 +104,8 @@ class ExpenseReport extends CommonObject END ACTIONS */ - /** - * Draft + /** + * Draft status */ const STATUS_DRAFT = 0; From 292dab192b5f9547e86127fbcfda26b4a842fa0b Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 4 Oct 2018 09:42:11 +0200 Subject: [PATCH 0168/1013] FIX : #9161 --- htdocs/core/lib/company.lib.php | 40 ++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 2dd4cf090f5..9440f911eeb 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -1213,6 +1213,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'); @@ -1261,6 +1263,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= $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)) @@ -1297,6 +1300,14 @@ 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"); + } + //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)."'))"; $tododone=''; @@ -1318,6 +1329,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, @@ -1470,7 +1482,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.=''; @@ -1616,11 +1628,33 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= $contactstatic->lastname=$histo[$key]['lastname']; $contactstatic->firstname=$histo[$key]['firstname']; $contactstatic->id=$histo[$key]['contact_id']; + var_dump($histo[$key]['contact_id']); $out.=''.$contactstatic->getNomUrl(1,'',10).''; } - else + elseif (isset($histo[$key]['socpeopleassigned']) && is_array($histo[$key]['socpeopleassigned']) && count($histo[$key]['socpeopleassigned'])>0) { - $out.=' '; + $out.=''; + 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 ($object->type_code == 'AC_TEL') + { + if (!empty($contact->phone_pro)) $out.= '('.dol_print_phone($contact->phone_pro).')'; + } + $out.= '
    '; + } + } + $out.=''; + } + else { + $out.=' '; } // Status From 7f4f27ebfec407b419ed2e782881d4b0d05691de Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 4 Oct 2018 09:45:12 +0200 Subject: [PATCH 0169/1013] indent --- htdocs/core/lib/company.lib.php | 41 +++++++++++++++------------------ 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 9440f911eeb..4dfbe47e9e3 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -1305,7 +1305,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= $result = $contactaction->fetchResources(); if ($result<0) { dol_print_error($db); - setEventMessage("company.lib::show_actions_done Error fetch ressource"); + 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)."'))"; @@ -1630,29 +1630,26 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= $contactstatic->id=$histo[$key]['contact_id']; var_dump($histo[$key]['contact_id']); $out.=''.$contactstatic->getNomUrl(1,'',10).''; - } - elseif (isset($histo[$key]['socpeopleassigned']) && is_array($histo[$key]['socpeopleassigned']) && count($histo[$key]['socpeopleassigned'])>0) - { - $out.=''; - foreach ($histo[$key]['socpeopleassigned'] as $cid => $Tab) - { - $contact = new Contact($db); - $result = $contact->fetch($cid); + } elseif (isset($histo[$key]['socpeopleassigned']) && is_array($histo[$key]['socpeopleassigned']) && count($histo[$key]['socpeopleassigned']) > 0) { + $out .= ''; + 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) + dol_print_error($db, $contact->error); - if ($result > 0) - { - $out.= $contact->getNomUrl(1); - if ($object->type_code == 'AC_TEL') - { - if (!empty($contact->phone_pro)) $out.= '('.dol_print_phone($contact->phone_pro).')'; - } - $out.= '
    '; - } - } - $out.=''; - } + if ($result > 0) { + $out .= $contact->getNomUrl(1); + if ($object->type_code == 'AC_TEL') { + if (! empty($contact->phone_pro)) + $out .= '(' . dol_print_phone($contact->phone_pro) . ')'; + } + $out .= '
    '; + } + } + $out .= ''; + } else { $out.=' '; } From e95921eb934d8d3f3d891978ad0cf489269777fc Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 4 Oct 2018 09:47:04 +0200 Subject: [PATCH 0170/1013] better test --- htdocs/core/lib/company.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 4dfbe47e9e3..02652892305 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -1641,7 +1641,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint= if ($result > 0) { $out .= $contact->getNomUrl(1); - if ($object->type_code == 'AC_TEL') { + if (isset($histo[$key]['acode']) && $histo[$key]['acode'] == 'AC_TEL') { if (! empty($contact->phone_pro)) $out .= '(' . dol_print_phone($contact->phone_pro) . ')'; } From c048f515624098ad0e8c19a66949cc3aa560aafc Mon Sep 17 00:00:00 2001 From: ATM-Nicolas Date: Thu, 4 Oct 2018 09:54:40 +0200 Subject: [PATCH 0171/1013] FIX : Wrong variable name --- htdocs/compta/facture/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index 139fe355d3d..6c9822fd8a3 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -451,7 +451,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') = '".$month."'"; } From e045d0e9ac866f26fae0a7d4698121d6dd824b70 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 4 Oct 2018 09:55:05 +0200 Subject: [PATCH 0172/1013] Translation --- .../default/actions_adherentcard_default.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php index be7af41e894..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 @@ * Copyright (C) 2011 Laurent Destailleur - * Copyright (C) 2012 Philippe Grand + * Copyright (C) 2012-2018 Philippe Grand * * 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) From d36dda37e6c5df29e2d2fde8b7fd22754e65cb76 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Thu, 4 Oct 2018 10:56:29 +0200 Subject: [PATCH 0173/1013] Fix metadata for charge.php Fix for dol_id, dol_type --- htdocs/public/payment/newpayment.php | 30 ++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index 7fe3c835f18..f932b05c0e9 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -410,7 +410,9 @@ 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', 'int'); + $dol_id=GETPOST('dol_id', 'int'); + $vatnumber = GETPOST('vatnumber','alpha'); dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe'); dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe'); @@ -425,8 +427,7 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled)) 'dol_entity'=>$conf->entity, '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) @@ -461,14 +462,18 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled)) $action=''; } 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'])), + '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 @@ -494,6 +499,10 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled)) 'source' => $stripeToken // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?) )); // 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. @@ -504,7 +513,7 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled)) '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'])), + '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 )); // Return $charge = array('id'=>'ch_XXXX', 'status'=>'succeeded|pending|failed', 'failure_code'=>, 'failure_message'=>...) @@ -820,6 +829,7 @@ if ($source == 'order') print ''.$text; print ''; print ''; + print ''; $directdownloadlink = $order->getLastMainDocLink('commande'); if ($directdownloadlink) { @@ -939,6 +949,7 @@ if ($source == 'invoice') print ''.$text; print ''; print ''; + print ''; $directdownloadlink = $invoice->getLastMainDocLink('facture'); if ($directdownloadlink) { @@ -1137,6 +1148,7 @@ if ($source == 'contractline') print ''.$text; print ''; print ''; + print ''; $directdownloadlink = $contract->getLastMainDocLink('contract'); if ($directdownloadlink) { @@ -1531,6 +1543,7 @@ if (preg_match('/^dopayment/',$action)) print ''; print ''; print ''; + print ''; print ' @@ -1543,7 +1556,7 @@ if (preg_match('/^dopayment/',$action))
    - + '.$langs->trans("SaveSource").' @@ -1554,8 +1567,6 @@ if (preg_match('/^dopayment/',$action)) - - "; + +print ''; +print ''; +print ''; +print '
    '; +if ($conf->global->MAIN_MULTILANGS) { + print ''; +} +$subject = 'DATAPOLICIESSUBJECT_' . $l; +$linka = 'TXTLINKDATAPOLICIESACCEPT_' . $l; +$linkr = 'TXTLINKDATAPOLICIESREFUSE_' . $l; +$content = 'DATAPOLICIESCONTENT_' . $l; +$acc = 'DATAPOLICIESACCEPT_' . $l; +$ref = 'DATAPOLICIESREFUSE_' . $l; +print ''; +print ''; +print ''; +print ''; +print ''; +print ''; +print '
    ' . fieldLabel('DefaultLang', 'default_lang') . '' . "\n"; + print $formadmin->select_language((GETPOST('l') ? GETPOST('l') : $langs->defaultlang), 'default_lang', 0, 0, 1, 0, 0, 'maxwidth200onsmartphone'); + print '
    '; +print $langs->trans('DATAPOLICIESSUBJECTMAIL') . ''; +print ''; +print '
    '; +print $langs->trans('DATAPOLICIESCONTENTMAIL').''; +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 '
    '; +print $langs->trans('TXTLINKDATAPOLICIESACCEPT') . ''; +print ''; +print '
    '; +print $langs->trans('TXTLINKDATAPOLICIESREFUSE') . ''; +print ''; +print '
    '; + +print $langs->trans('DATAPOLICIESACCEPT').''; + +$doleditor = new DolEditor($acc, $conf->global->$acc, '', 250, 'Full', '', false, true, 1, 200, 70); +$doleditor->Create(); +print '
    '; +print $langs->trans('DATAPOLICIESREFUSE').''; + +print $langs->trans(''); +$doleditor = new DolEditor($ref, $conf->global->$ref, '', 250, 'Full', '', false, true, 1, 200, 70); +$doleditor->Create(); +print '
    '; + +print '
    '; + +print ''; + +dol_fiche_end(); + +print '

    '; + +print $langs->trans('SendAgreementText'); +print ''.$langs->trans('SendAgreement').''; + +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..05958e23ed8 --- /dev/null +++ b/htdocs/datapolicies/class/actions_datapolicies.class.php @@ -0,0 +1,450 @@ +. + */ + +/** + * \file datapolicies/class/actions_datapolicies.class.php + * \ingroup datapolicies + * \brief Example hook overload. + * + * Put detailed description here. + */ + +/** + * 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')); + } + + if ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'anonymiser' && ($object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 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 . '
    ' . $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 'Nom;Prénom;Civilite;Tiers;Poste/Fonction;Adresse;CP;Ville;Département;Pays;Email;Tel Pro;Tel Perso;Tel Portable;Messagerie instantanée;Date de naissance;' . 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 'Nom;Prénom;Civilite;Tiers;Poste/Fonction;Adresse;CP;Ville;Département;Pays;Email;Tel Pro;Tel Perso;Tel Portable;Messagerie instantanée;Date de naissance;' . 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 'Nom;Prénom;Civilite;Tiers;Poste/Fonction;Adresse;CP;Ville;Département;Pays;Email;Tel Pro;Tel Perso;Tel Portable;Messagerie instantanée;Date de naissance;' . 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')); + + dol_include_once('/contact/class/contact.class.php'); + dol_include_once('/datapolicies/class/datapolicies.class.php'); + DataPolicies::sendMailDataPoliciesContact($object); + } + elseif ($parameters['currentcontext'] == 'membercard' && $action == 'send_datapolicies') { + $object->fetch(GETPOST('id')); + dol_include_once('/adherents/class/adherent.class.php'); + dol_include_once('/datapolicies/class/datapolicies.class.php'); + DataPolicies::sendMailDataPoliciesAdherent($object); + } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'send_datapolicies') { + $object->fetch(GETPOST('socid')); + dol_include_once('/societe/class/societe.class.php'); + dol_include_once('/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 $parameter
s 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 = ''; + } + + 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; + } + + function addMoreActionsButtons($parameters, &$object, &$action, $hookmanager) { + global $conf, $user, $langs; + $langs->load('datapolicies@datapolicies'); + + $dialog = '"; + $dialog .= ''; + echo $dialog; + if ($parameters['currentcontext'] == 'thirdpartycard' && $object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8) { + echo ''; + } elseif ($parameters['currentcontext'] == 'membercard') { + echo ''; + } elseif ($parameters['currentcontext'] == 'contactcard') { + echo ''; + } + if (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'thirdpartycard' && $object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8) { + echo ''; + } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'membercard') { + echo ''; + } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'contactcard') { + echo ''; + } + } + + 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 .= ''; + } 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 (($societe->forme_juridique_code == 11 || $societe->forme_juridique_code == 12 || $societe->forme_juridique_code == 13 || $societe->forme_juridique_code == 15 || $societe->forme_juridique_code == 17 || $societe->forme_juridique_code == 18 || $societe->forme_juridique_code == 19 || $societe->forme_juridique_code == 35 || $societe->forme_juridique_code == 60 || $societe->forme_juridique_code == 200 || $societe->forme_juridique_code == 311 || $societe->forme_juridique_code == 312 || $societe->forme_juridique_code == 316 || $societe->forme_juridique_code == 401 || $societe->forme_juridique_code == 600 || $societe->forme_juridique_code == 700 || $societe->forme_juridique_code == 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 ($societe->forme_juridique_code != 11 && $societe->forme_juridique_code != 12 && $societe->forme_juridique_code != 13 && $societe->forme_juridique_code != 15 && $societe->forme_juridique_code != 17 && $societe->forme_juridique_code != 18 && $societe->forme_juridique_code != 19 && $societe->forme_juridique_code != 35 && $societe->forme_juridique_code != 60 && $societe->forme_juridique_code != 200 && $societe->forme_juridique_code != 311 && $societe->forme_juridique_code != 312 && $societe->forme_juridique_code != 316 && $societe->forme_juridique_code != 401 && $societe->forme_juridique_code != 600 && $societe->forme_juridique_code != 700 && $societe->forme_juridique_code != 1005 && $societe->typent_id != 8) { + + require_once DOL_DOCUMENT_ROOT . '/core/class/html.form.class.php'; + $jsscript .= ''; + } + } + } elseif ($parameters['currentcontext'] == 'contactcard') { + if (GETPOST('action') == 'create' || GETPOST('action') == 'edit') { + $jsscript .= ''; + } + } + + echo $jsscript; + } + +} diff --git a/htdocs/datapolicies/class/datapolicies.class.php b/htdocs/datapolicies/class/datapolicies.class.php new file mode 100644 index 00000000000..030d5ff475f --- /dev/null +++ b/htdocs/datapolicies/class/datapolicies.class.php @@ -0,0 +1,320 @@ +. + */ + +/** + * \file datapolicies/class/actions_datapolicies.class.php + * \ingroup datapolicies + * \brief Example hook overload. + * + * Put detailed description here. + */ +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 { + + 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); + //echo "
    ".print_r($obj,1)."
    "; + $contact = new Contact($db); + $contact->fetch($obj->rowid); + + DataPolicies::sendMailDataPoliciesContact($contact); + $i++; + } + } else { + $this->error = $this->db->error(); + return -1; + } + } + + 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); + //echo "
    ".print_r($obj,1)."
    "; + $societe = new Societe($db); + $societe->fetch($obj->rowid); + + DataPolicies::sendMailDataPoliciesCompany($societe); + $i++; + } + } else { + $this->error = $this->db->error(); + return -1; + } + } + + 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); + //echo "
    ".print_r($obj,1)."
    "; + $adherent = new Adherent($db); + $adherent->fetch($obj->rowid); + + DataPolicies::sendMailDataPoliciesAdherent($adherent); + $i++; + } + } else { + $this->error = $this->db->error(); + return -1; + } + } + + function sendMailDataPoliciesContact($contact) { + global $langs, $conf, $db, $user; + $from = $user->getFullName($langs) . ' <' . $user->email . '>'; + $replyto = $from; + $sendto = $contact->email; +//echo "
    ".print_r($contact,1)."
    "; + $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; + + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + '__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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); + if (!$error) { + + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $contact->array_options['options_datapolicies_send'] = date('Y-m-d', time()); + $contact->update($contact->id); + + } else { + dol_print_error($db); + } + } + setEventMessage($resultmasssend); + } + + function sendMailDataPoliciesCompany($societe) { + global $langs, $conf, $db, $user; + $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; + + + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + ); + $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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); + + if (!$error) { + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $societe->array_options['options_datapolicies_send'] = date('Y-m-d', time()); + $societe->update($societe->id); + + } else { + dol_print_error($db); + } + } + setEventMessage($resultmasssend); + + } + + function sendMailDataPoliciesAdherent($adherent) { + global $langs, $conf, $db, $user; + $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; + + + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + ); + $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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); + + if (!$error) { + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $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..18484d1619d --- /dev/null +++ b/htdocs/datapolicies/class/datapoliciescron.class.php @@ -0,0 +1,487 @@ +load('datapolicies@datapolicies'); + + $arrayofparameters=array( + 'DATAPOLICIES_TIERS_CLIENT' => array( + 'sql' => " + SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s + WHERE (s.fk_forme_juridique = 19 OR s.fk_forme_juridique = 11 OR s.fk_forme_juridique = 12 OR s.fk_forme_juridique = 13 OR s.fk_forme_juridique = 15 OR s.fk_forme_juridique = 17 OR s.fk_forme_juridique = 18 OR s.fk_forme_juridique = 35 OR s.fk_forme_juridique = 60 OR s.fk_forme_juridique = 312 OR s.fk_forme_juridique = 316 OR s.fk_forme_juridique = 401 OR s.fk_forme_juridique = 600 OR s.fk_forme_juridique = 700 OR s.fk_forme_juridique = 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 = 19 OR s.fk_forme_juridique = 11 OR s.fk_forme_juridique = 12 OR s.fk_forme_juridique = 13 OR s.fk_forme_juridique = 15 OR s.fk_forme_juridique = 17 OR s.fk_forme_juridique = 18 OR s.fk_forme_juridique = 35 OR s.fk_forme_juridique = 60 OR s.fk_forme_juridique = 312 OR s.fk_forme_juridique = 316 OR s.fk_forme_juridique = 401 OR s.fk_forme_juridique = 600 OR s.fk_forme_juridique = 700 OR s.fk_forme_juridique = 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 = 19 OR s.fk_forme_juridique = 11 OR s.fk_forme_juridique = 12 OR s.fk_forme_juridique = 13 OR s.fk_forme_juridique = 15 OR s.fk_forme_juridique = 17 OR s.fk_forme_juridique = 18 OR s.fk_forme_juridique = 35 OR s.fk_forme_juridique = 60 OR s.fk_forme_juridique = 312 OR s.fk_forme_juridique = 316 OR s.fk_forme_juridique = 401 OR s.fk_forme_juridique = 600 OR s.fk_forme_juridique = 700 OR s.fk_forme_juridique = 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 = 19 OR s.fk_forme_juridique = 11 OR s.fk_forme_juridique = 12 OR s.fk_forme_juridique = 13 OR s.fk_forme_juridique = 15 OR s.fk_forme_juridique = 17 OR s.fk_forme_juridique = 18 OR s.fk_forme_juridique = 35 OR s.fk_forme_juridique = 60 OR s.fk_forme_juridique = 312 OR s.fk_forme_juridique = 316 OR s.fk_forme_juridique = 401 OR s.fk_forme_juridique = 600 OR s.fk_forme_juridique = 700 OR s.fk_forme_juridique = 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 = 19 OR s.fk_forme_juridique = 11 OR s.fk_forme_juridique = 12 OR s.fk_forme_juridique = 13 OR s.fk_forme_juridique = 15 OR s.fk_forme_juridique = 17 OR s.fk_forme_juridique = 18 OR s.fk_forme_juridique = 35 OR s.fk_forme_juridique = 60 OR s.fk_forme_juridique = 312 OR s.fk_forme_juridique = 316 OR s.fk_forme_juridique = 401 OR s.fk_forme_juridique = 600 OR s.fk_forme_juridique = 700 OR s.fk_forme_juridique = 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; + + } + + + public function sendMailing() { + global $conf, $db, $langs, $user; + + $langs->load('datapolicies@datapolicies'); + + dol_include_once('/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/css/datapolicies.css.php b/htdocs/datapolicies/css/datapolicies.css.php new file mode 100644 index 00000000000..72a3c09819e --- /dev/null +++ b/htdocs/datapolicies/css/datapolicies.css.php @@ -0,0 +1,74 @@ +. + */ + +/** + * \file rgpd/css/rgpd.css.php + * \ingroup rgpd + * \brief CSS file for module rgpd. + */ + +//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled because need to load personalized language +//if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled. Language code is found on url. +if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); +//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); // Not disabled because need to do translations +if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK',1); +if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); +if (! defined('NOLOGIN')) define('NOLOGIN',1); // File must be accessed by logon page so without login +//if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1); // We need top menu content +if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1); +if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); + +// Load Dolibarr environment +$res=0; +// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) +if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); +// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME +$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; +while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/../main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/../main.inc.php"); +// Try main.inc.php using relative path +if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); +if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); +if (! $res) die("Include of main fails"); + +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; + +session_cache_limiter(false); + +// Load user to have $user->conf loaded (not done by default here because of NOLOGIN constant defined) and load permission if we need to use them in CSS +/*if (empty($user->id) && ! empty($_SESSION['dol_login'])) +{ + $user->fetch('',$_SESSION['dol_login']); + $user->getrights(); +}*/ + + +// Define css type +header('Content-type: text/css'); +// Important: Following code is to cache this file to avoid page request by browser at each Dolibarr page access. +// You can use CTRL+F5 to refresh your browser cache. +if (empty($dolibarr_nocache)) header('Cache-Control: max-age=3600, public, must-revalidate'); +else header('Cache-Control: no-cache'); + +?> + +.myclasscss { + /* ... */ +} + + diff --git a/htdocs/datapolicies/img/datapolicies.png b/htdocs/datapolicies/img/datapolicies.png new file mode 100644 index 0000000000000000000000000000000000000000..2681ccc1d3a7d33593e8502daa447b8c816ddb08 GIT binary patch literal 683 zcmV;c0#yBpP)&bpol<(u!rW?;H+EQ%enXNbFO(BxM6em zT6?Xvzwg`ooU^Y){|U(ZFQBI!m!$&}L7j!5{;fYTRT7^Ei2`otSo}~$jn`>$_0GV8{|=a0ceV}S zT##S2)dC>kW)OEac4ad=0PF{D)D5n&1&hE|5*Fn>+!87O7%&6uq>(Lac(63vU3r8dAUkz5(vJ*$kYi!M+3>2Chh&smne_ z0k^l4oC%S=;mTvomp7S=zUfMq-Pa*-4U* z(fYvM9@LwZ^Z;0LC%nYcD^%FWV(tM!t@kx*iR5*SB+L^EYlZ(WSOrixfZrRuvN}?F RO?LnQ002ovPDHLkV1iP-B{u*7 literal 0 HcmV?d00001 diff --git a/htdocs/datapolicies/img/gfdl.png b/htdocs/datapolicies/img/gfdl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2bacfd179a99f051654eaa6ba30089dd8691d7a GIT binary patch literal 4709 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 literal 0 HcmV?d00001 diff --git a/htdocs/datapolicies/img/gplv3.png b/htdocs/datapolicies/img/gplv3.png new file mode 100644 index 0000000000000000000000000000000000000000..ba78d4c4941dabf2fcac5409a92ac4c57920c69f GIT binary patch literal 2666 zcmV-w3YGPVP)Px#32;bRa{vGVivR!tivi)#(!2lw00(qQO+^RT0uvMpF24YJ`L;(K) z{{a7>y{D4^014_zL_t(&-tC%skW|$b#(x5`77PlZ01Xf|tXfvU1+9P)Nl;9MMIeIW zf~A;|yxWx-F&@d<9Z!mSGK`{-NXD*+V< z1U?qnFHjo71r>243NtglEQV7Q5|M$wwPW#3mU1Xa75(4)}+D^1dj!r-wg;N!7wPTlz6cv~* zaG8PJ%ocdxi%_r(8VF2J2gJd((|x~-stE3f0*?zktgtfz_z{7D0<}|XS^^CmbayaJ zV6ea`S+E+%|4L05^x|!{8+(dT?jEM~Js`$27+y6h2%>GgYF0wJYE0l-O z)7o925Tv&W;2eAZgu;B5;j^dJ8-bz3oKpjkZt1g)zX^66mI| z)j_Xp5wNzxdh2k6HU6=}>lr5fjzC|47oe%aZiQ_MKeNs1Wz;5au`^ddqYxT8_`O0| z2+eKGVG3K)+k_Uu1%|7S@cDv!RA5U0Jp{%pe3tfppM%?rytQ5}8P;njwoMwi^#raG z_|!q~0P19O58V`YC~Ow^rGefh%fweYXuAOFEA&%1pirdH-T=NSi#0u9by^9`QxJv5 zHjl?NEpVEPINjb~s%aLOrIZQ$Er2cpYhwES(!o;>ZWd4fj>h!yt-vP^&Rzf~rSJ-% zg@aKFTLZW-2{m&$=#dIvD=Zf1XvcR*1&`sq0ThV$zmI09^NGMv1M6&ojS7EJsBiOF z8n;M=9{?nvrNFcK_*#Yg1^TDhK}Ke?#C57YX(PO#~hmZ&YIfXpm0?Of77b zcz4lUy){(?;9j;d=Zg=NarIQ8n^{2*frBCRE`gImI7i`?I3Q90+X5fTF_*Oh*9+WO z1x|lZpeTTXIJ}Zj$9dYg#Asf_jNm>ECo6nxzAm326$kDY0%zN14N};eq2A;GS}N34 z_?^POB%Ep+b3>f}wIrZv1mNKjYL#A=I=IZiomF5OUkN;%%t28n`n7hnwKmOUxi!^C z?!7sJ)RYjqCgH3A+6T}!^hf+gd!G=mbKa5;2^2Z#5Q*l| zfdhdl0@EDyF+dtC++#s#w6j4H&?112wh__NE(zy`FhF3r<@t|C0A7{B|L)KTzz$ld zr)$xAGn~&v$ExqQqQD+9qd48hXc$805H1yOr8Q%W^E8V!qcoEr7HA|sO)M9(j7va) zLPO)u<>K8*eH(mXo|E4b6{n4!WlMoas%ZhvALqY1(?UYejX$qum2H*6CFz(2o?R^x zDEv(hmVvj&jg=p^uDHvkZKlwQXnG#Q_KXL#Ubbsr9Nn7x7-IFOx}g0W@Fj z20>x8!ootY1Jtn~{dF~g`?~m)`Q!|iyHa6%kmfQnQM3*U9~p3ePDSc@Q2%*2Wf?S% zmJ%okp_W5IHRG)GOwilcdW(Gu*4g{T~>dyLTd*<7nqH5>P4bO#m15lF^bQk0@fXG4I;>Zi8G4~)h=aS0UnUjaR`^J~?z=+$ zHTWKdViR&!n`TiY-;I@$Nas4sHq*3$R%RqSBP!U};>Y>BK#9N@@vNzKHf)UY&9JQQ zCMxp?bTg|ev(NnmCWO%6!B~MAp&w|lz>EMc4xx`RjCHn%FPzVQekwkb8YeK{!Gi*~ zsNb|P0)6c!`IJklP`iK9vb6vc-7RoHJ0Nq5dRwk5m+UDA)gAo?O?LN0*eFN#QW*D#LIwjzkygL(4{)S zRcNGevoWb@0%ujrt~sxh79Qi@G*o92@TaP*zZ6=F7pc}Mlq8{3Nv<1-3c80vD-#)#iR!fAg3`3i=|n0Ep+VCB*yVN$x?2_YiZ5k$@3&Tcz#W!=Gm9%=?NxpL Y19h*OP%`Tk_W%F@07*qoM6N<$g8#_jNdN!< literal 0 HcmV?d00001 diff --git a/htdocs/datapolicies/img/object_datapolicies.png b/htdocs/datapolicies/img/object_datapolicies.png new file mode 100644 index 0000000000000000000000000000000000000000..5d65c309ccaef535bcf8619b40a45b6b4489206b GIT binary patch literal 2226 zcmV;j2u=5iP)FGsdji+S+^W zb8#@fESWDHOB)8bln7|<4NuMb!uAOXWHK4}d_JVp>85l#{k9MSE|&{bQ9ua+r4*D9 zNCH3tnM~%BnKNg8bFzaR?Y}8UO#=naVc0hMk|}s47P9dZbzO(o>qU5A;8-|3u*|Kw zOACq$6=rVu+1dsqY=Mc9&wr#^SO<0x%Zrk`*ON-}T1p4yqswE{1nSqG zQZGp`@cHMMK4XTrt*vcnbad41_xn*^UIv#-17i%7(mS*lLV$A)&NXMD_};2V82}9Q_hUwFEkdDC&(P4276=52;gzKgxNVPx+mS*_ za3L_7A4Mb*-7p^T@{s=hST5J#Vf5oAGirA>E}XaNySx4pl7;kB(w33GZ~XC_0L&8W zP$=})<;#~}4h8}UR#d>}^TFfsILSBe^ngSvm4>eCgW+)a`G$suLjW)|nn!h+2j`;k zKgDy|2E*ns1;^<1zIi`d`K?P6MTVXXokTbip3&Re`?8`ap!8Ozqo}2L&tqj{*|$cOJVt$P80HDLq*AQp|T;X=SN&63uHkWwT7MzVnp->7+DGIUSBkwmhtO1}CN+HK?&OHXzb$uFfJRgE{$6Sh1NFi|X z!o`F2_4N}j-rI5Q>Lq;y3L#*shVbc*H{Ne-cou*TLhcI=0JLBj0h@DJmJJ~#2yw{B zqU|PA$?X39`zKud`|m7G4xH{>kckfMKJuI96|HalVlx1HFdhe_ykl-#Tie7En1-Qn z&OxaS+p-|I02hwKS*D3#FgRxglxo|R9!f8IJ)BRLdRZVMcX}KX4#SH*QjvN613=a+0Z4pu;9zL)-aSjl6Hu<-xPji@-u|gmr#@9vQ&YNf zibA2PE@+wtg)u0Uf)E0Q(o!o%6$*th+$z!lCB%sY;M5aJ5Rb>v+}ymh?%}$0BAK|8 z002Dt$Rjv@;>4c1y1Gq1pU>qGaP%K*Kv8N&DVVB&G1d7FfE4FYLZL7Ps;a`Js!$jM zq{Q1hcQ(div7_U`OV#k|wQKldT^;}9d+*JPM5Chsq+y!K=5om8axhI3w0L?Dz_M&u zmQ{342UvA!C@U|6*Xu=jSsBX8%g4Z9J9qBfyZ5@j%GgUHk-+TPvkM0f9Qd8r>;2)B z>gpi3IjEw5F$O}2)0j%>6duR3A*C!viiCr|F0%s-UzE&0@` zQ;oA{&u&kpQfeUJU*`AwA*Fz#Fla6pR8<9I%mHN#OktpufDj5#nFk{y34HLuUk`2G zym?+Y9PYZGdn)5UWV2ZSKr9wJ+|kjooiU|6lgTcrs;n$UK?>p28Yzop7&<#U(AL)W zkH&S4FSNI}Z=F4Rwx#R(fA-(7qM`zcM56d!`SnGM7A&u>u3lXAP<5?a(^Ss+NFtd$ zf8qT3!=0U-9|JH~*4N{o_o$x#wGphW#Q*L1H|^kOr1ghIrT_o{07*qoM6N<$f-8_9 An*aa+ literal 0 HcmV?d00001 diff --git a/htdocs/datapolicies/img/object_inoveaconseil.png b/htdocs/datapolicies/img/object_inoveaconseil.png new file mode 100644 index 0000000000000000000000000000000000000000..292a9c75ef2efec13eda20eee1c7c2666785ab2a GIT binary patch literal 764 zcmV-^~1-S!dmL4a99(KL`@K1-6%nR8lYIp_6s!poi!K2`q?C9r{2I zb`m;v2!x1mgAP$rx=7_zj^ygDn;*-ryXv^>XFK!X|BUVj_{aswhfRg~tQN7%a<5Q%a}v#>P-{d)tqX$z=ar zE`K+jU1`1F*>Ms8NGuks5P)k{RaMyE--lrs(<_%@vZ&RiEw;Ayu6ujUr1-3 zrgVMkpc=7lyNX&?{SmJhj^kib)9&5w>x%=xlkv#lwq>VY}+S?k$Z&H5t!4~*G!XKyja^v1@<2mnZ-P{_qO@0Dd4ZnqnLzrPR; zhu;Cf&kyg-iQ(shJ{NmwQF?=O-YozxbY0I8$8iivlClNU3>1q+1OkEH(b3VgzuN!S zqSmp*a`KL8nys934nUA3DF`4g)z{TIvMiSqLRwT+g~#KO2qEWf+wLrtN>`|5ouZV2 z*|xB>w6xSeFwh5pOEb|Zmt}dz=k=YIh?CtLE%tWIt znx^FdKmveNDn%!?$>Exs+8VdpT`SA7SVo8-2!bPs;$A+N`!pVjbPNp*E&TJVp-`xy ut*xyo7!3LqMgFzCxcv3u<3|&RbH4!rJ4K(QHqWR40000. + * + * Library javascript to enable Browser notifications + */ + +if (!defined('NOREQUIREUSER')) define('NOREQUIREUSER', '1'); +if (!defined('NOREQUIREDB')) define('NOREQUIREDB','1'); +if (!defined('NOREQUIRESOC')) define('NOREQUIRESOC', '1'); +if (!defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); +if (!defined('NOCSRFCHECK')) define('NOCSRFCHECK', 1); +if (!defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', 1); +if (!defined('NOLOGIN')) define('NOLOGIN', 1); +if (!defined('NOREQUIREMENU')) define('NOREQUIREMENU', 1); +if (!defined('NOREQUIREHTML')) define('NOREQUIREHTML', 1); +if (!defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); + + +/** + * \file datapolicies/js/datapolicies.js.php + * \ingroup datapolicies + * \brief JavaScript file for module datapolicies. + */ + +// Load Dolibarr environment +$res=0; +// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) +if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); +// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME +$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; +while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/../main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/../main.inc.php"); +// Try main.inc.php using relative path +if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); +if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); +if (! $res) die("Include of main fails"); + +// Define js type +header('Content-Type: application/javascript'); +// Important: Following code is to cache this file to avoid page request by browser at each Dolibarr page access. +// You can use CTRL+F5 to refresh your browser cache. +if (empty($dolibarr_nocache)) header('Cache-Control: max-age=3600, public, must-revalidate'); +else header('Cache-Control: no-cache'); +?> + diff --git a/htdocs/datapolicies/langs/en_US/datapolicies.lang b/htdocs/datapolicies/langs/en_US/datapolicies.lang new file mode 100644 index 00000000000..0afff450b38 --- /dev/null +++ b/htdocs/datapolicies/langs/en_US/datapolicies.lang @@ -0,0 +1,92 @@ +# 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 . + +# 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 Article 5 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. diff --git a/htdocs/datapolicies/langs/fr_FR/datapolicies.lang b/htdocs/datapolicies/langs/fr_FR/datapolicies.lang new file mode 100644 index 00000000000..ba024fbb2fb --- /dev/null +++ b/htdocs/datapolicies/langs/fr_FR/datapolicies.lang @@ -0,0 +1,96 @@ +# 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 . + +# +# 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 l’article 5 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. 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 l'art 5 del GDPR 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..d02668d40fc --- /dev/null +++ b/htdocs/datapolicies/lib/datapolicies.lib.php @@ -0,0 +1,59 @@ +. + */ + +/** + * \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++; + + // Show more tabs from modules + // Entries must be declared in modules descriptor with line + //$this->tabs = array( + // 'entity:+tabname:Title:@datapolicies:/datapolicies/mypage.php?id=__ID__' + //); // to add new tab + //$this->tabs = array( + // 'entity:-tabname:Title:@datapolicies:/datapolicies/mypage.php?id=__ID__' + //); // to remove a tab + 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..4621a270e76 --- /dev/null +++ b/htdocs/datapolicies/mailing.php @@ -0,0 +1,58 @@ + + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file datapolicies/mailing.php + * \ingroup datapolicies + * \brief datapolicies mailing page. + */ + +// Load Dolibarr environment +$res=0; +// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) +if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); +// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME +$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; +while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } +if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); +if (! $res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php")) $res=@include(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php"); +// Try main.inc.php using relative path +if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); +if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); +if (! $res) die("Include of main fails"); + +global $langs, $user, $db, $conf; + +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..8fb2ef09290 --- /dev/null +++ b/htdocs/datapolicies/public/index.php @@ -0,0 +1,169 @@ + + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/** + * \file 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'); +// Load Dolibarr environment +$res = 0; +// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) +if (!$res && !empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) + $res = @include($_SERVER["CONTEXT_DOCUMENT_ROOT"] . "/main.inc.php"); +// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME +$tmp = empty($_SERVER['SCRIPT_FILENAME']) ? '' : $_SERVER['SCRIPT_FILENAME']; +$tmp2 = realpath(__FILE__); +$i = strlen($tmp) - 1; +$j = strlen($tmp2) - 1; +while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) { + $i--; + $j--; +} +if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)) . "/main.inc.php")) + $res = @include(substr($tmp, 0, ($i + 1)) . "/main.inc.php"); +if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php")) + $res = @include(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php"); +// Try main.inc.php using relative path +if (!$res && file_exists("../../main.inc.php")) + $res = @include("../../main.inc.php"); +if (!$res && file_exists("../../../main.inc.php")) + $res = @include("../../../main.inc.php"); +if (!$res) + die("Include of main fails"); + +global $langs, $user, $db, $conf; + +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'); +$ids = GETPOST('s'); +$ida = GETPOST('a'); +$action = GETPOST('action'); +$lang = GETPOST('l'); +$code = GETPOST('key'); +$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 ''; +print "\n"; +print "\n"; +print "\n"; +print '' . "\n"; +print '' . "\n"; +print '' . "\n"; +print "" . $langs->trans("DATAPOLICIESReturn") . "\n"; +print '' . "\n"; +print ''; + +print "\n"; +print '' . "\n"; +print '
    '; +print $return . "
    \n"; +print '
    '; +print "\n"; +print "\n"; +$db->close(); +?> \ No newline at end of file From c0d45430c42df66d7ac39076e1cc636835119f73 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Oct 2018 03:13:03 +0200 Subject: [PATCH 0212/1013] Fix phpcs --- htdocs/datapolicies/admin/setup.php | 18 +- htdocs/datapolicies/admin/setupmail.php | 35 +- .../class/actions_datapolicies.class.php | 58 ++- .../datapolicies/class/datapolicies.class.php | 368 ++++++++++-------- .../class/datapoliciescron.class.php | 49 ++- htdocs/datapolicies/css/datapolicies.css.php | 15 +- htdocs/datapolicies/mailing.php | 17 +- htdocs/datapolicies/public/index.php | 31 +- 8 files changed, 287 insertions(+), 304 deletions(-) diff --git a/htdocs/datapolicies/admin/setup.php b/htdocs/datapolicies/admin/setup.php index bcb47489c31..f6edd5b3e90 100644 --- a/htdocs/datapolicies/admin/setup.php +++ b/htdocs/datapolicies/admin/setup.php @@ -22,23 +22,7 @@ * \brief datapolicies setup page. */ -// Load Dolibarr environment -$res=0; -// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) -if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); -// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME -$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; -while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } -if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); -if (! $res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php")) $res=@include(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php"); -// Try main.inc.php using relative path -if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); -if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); -if (! $res) die("Include of main fails"); - -global $langs, $user; - -// Libraries +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"; diff --git a/htdocs/datapolicies/admin/setupmail.php b/htdocs/datapolicies/admin/setupmail.php index 4420e2203b3..4728298a09e 100644 --- a/htdocs/datapolicies/admin/setupmail.php +++ b/htdocs/datapolicies/admin/setupmail.php @@ -17,40 +17,7 @@ * along with this program. If not, see . */ -/** - * \file datapolicies/admin/setupmail.php - * \ingroup datapolicies - * \brief datapolicies setup page. - */ -// Load Dolibarr environment -$res = 0; -// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) -if (!$res && !empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) - $res = @include($_SERVER["CONTEXT_DOCUMENT_ROOT"] . "/main.inc.php"); -// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME -$tmp = empty($_SERVER['SCRIPT_FILENAME']) ? '' : $_SERVER['SCRIPT_FILENAME']; -$tmp2 = realpath(__FILE__); -$i = strlen($tmp) - 1; -$j = strlen($tmp2) - 1; -while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) { - $i--; - $j--; -} -if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)) . "/main.inc.php")) - $res = @include(substr($tmp, 0, ($i + 1)) . "/main.inc.php"); -if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php")) - $res = @include(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php"); -// Try main.inc.php using relative path -if (!$res && file_exists("../../main.inc.php")) - $res = @include("../../main.inc.php"); -if (!$res && file_exists("../../../main.inc.php")) - $res = @include("../../../main.inc.php"); -if (!$res) - die("Include of main fails"); - -global $langs, $user; - -// Libraries +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'; diff --git a/htdocs/datapolicies/class/actions_datapolicies.class.php b/htdocs/datapolicies/class/actions_datapolicies.class.php index 05958e23ed8..1240b18ebd0 100644 --- a/htdocs/datapolicies/class/actions_datapolicies.class.php +++ b/htdocs/datapolicies/class/actions_datapolicies.class.php @@ -1,5 +1,4 @@ db = $db; } @@ -73,7 +71,8 @@ class Actionsdatapolicies { * =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) { + function getNomUrl($parameters, &$object, &$action) + { global $db, $langs, $conf, $user; $this->resprints = ''; return 0; @@ -88,7 +87,8 @@ class Actionsdatapolicies { * @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) { + public function doActions($parameters, &$object, &$action, $hookmanager) + { global $conf, $user, $langs; $langs->load('datapolicies@datapolicies'); $error = 0; // Error counter @@ -97,6 +97,7 @@ class Actionsdatapolicies { $object->fetch(GETPOST('socid')); } + // FIXME Removed had coded id, use codes if ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'anonymiser' && ($object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8)) { // on verifie si l'objet est utilisé if ($object->isObjectUsed(GETPOST('socid'))) { @@ -237,7 +238,8 @@ class Actionsdatapolicies { * @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) { + public function doMassActions($parameters, &$object, &$action, $hookmanager) + { global $conf, $user, $langs; $error = 0; // Error counter @@ -262,13 +264,14 @@ class Actionsdatapolicies { /** * Overloading the addMoreMassActions function : replacing the parent's function with the one below * - * @param array $parameter
s Hook metadatas (context, etc...) + * @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) { + public function addMoreMassActions($parameters, &$object, &$action, $hookmanager) + { global $conf, $user, $langs; $error = 0; // Error counter @@ -296,7 +299,8 @@ class Actionsdatapolicies { * =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) { + function beforePDFCreation($parameters, &$object, &$action) + { global $conf, $user, $langs; global $hookmanager; @@ -324,7 +328,8 @@ class Actionsdatapolicies { * =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) { + function afterPDFCreation($parameters, &$pdfhandler, &$action) + { global $conf, $user, $langs; global $hookmanager; @@ -342,7 +347,17 @@ class Actionsdatapolicies { return $ret; } - function addMoreActionsButtons($parameters, &$object, &$action, $hookmanager) { + /** + * 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'); @@ -388,7 +403,17 @@ class Actionsdatapolicies { } } - function printCommonFooter($parameters, &$object, &$action, $hookmanager) { + /** + * 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 = ''; @@ -446,5 +471,4 @@ class Actionsdatapolicies { echo $jsscript; } - } diff --git a/htdocs/datapolicies/class/datapolicies.class.php b/htdocs/datapolicies/class/datapolicies.class.php index 030d5ff475f..d4efc7e6303 100644 --- a/htdocs/datapolicies/class/datapolicies.class.php +++ b/htdocs/datapolicies/class/datapolicies.class.php @@ -1,5 +1,4 @@ load("companies"); @@ -64,8 +69,13 @@ Class DataPolicies extends Contact { } } - function getAllCompaniesNotInformed() { - + /** + * getAllCompaniesNotInformed + * + * @return number + */ + function getAllCompaniesNotInformed() + { global $langs, $conf, $db, $user; $langs->load("companies"); @@ -95,8 +105,13 @@ Class DataPolicies extends Contact { } } - function getAllAdherentsNotInformed() { - + /** + * getAllAdherentsNotInformed + * + * @return number + */ + function getAllAdherentsNotInformed() + { global $langs, $conf, $db, $user; $langs->load("adherent"); @@ -126,195 +141,208 @@ Class DataPolicies extends Contact { } } - function sendMailDataPoliciesContact($contact) { - global $langs, $conf, $db, $user; - $from = $user->getFullName($langs) . ' <' . $user->email . '>'; - $replyto = $from; - $sendto = $contact->email; -//echo "
    ".print_r($contact,1)."
    "; - $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; + /** + * sendMailDataPoliciesContact + * + * @param mixed $contact Contact + * @return void + */ + function sendMailDataPoliciesContact($contact) + { + global $langs, $conf, $db, $user; + $from = $user->getFullName($langs) . ' <' . $user->email . '>'; + $replyto = $from; + $sendto = $contact->email; + //echo "
    ".print_r($contact,1)."
    "; + $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; + $subject = $conf->global->$s; + $message = $conf->global->$ma; + $linka = $conf->global->$la; + $linkr = $conf->global->$lr; - $substitutionarray = array( - '__LINKACCEPT__' => ''.$linka.'', - '__LINKREFUSED__' => ''.$linkr.'', - '__FIRSTNAME__' => $contact->firstname, - '__NAME__' => $contact->lastname, - '__CIVILITY__' => $contact->civility, - ); - $subject = make_substitutions($subject, $substitutionarray); - $message = make_substitutions($message, $substitutionarray); + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + '__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); - } + $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); - // 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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); + if (!$error) { - if ($mailfile->error) { - $resultmasssend .= '
    ' . $mailfile->error . '
    '; - } else { - $result4 = $mailfile->sendfile(); - if (!$error) { + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $contact->array_options['options_datapolicies_send'] = date('Y-m-d', time()); + $contact->update($contact->id); - $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; - $contact->array_options['options_datapolicies_send'] = date('Y-m-d', time()); - $contact->update($contact->id); - - } else { - dol_print_error($db); - } - } - setEventMessage($resultmasssend); + } else { + dol_print_error($db); + } + } + setEventMessage($resultmasssend); } - function sendMailDataPoliciesCompany($societe) { - global $langs, $conf, $db, $user; - $from = $user->getFullName($langs) . ' <' . $user->email . '>'; - $replyto = $from; - $sendto = $societe->email; + /** + * sendMailDataPoliciesCompany + * + * @param Societe $societe Object societe + * @return void + */ + function sendMailDataPoliciesCompany($societe) + { + global $langs, $conf, $db, $user; + $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; + $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; + $subject = $conf->global->$s; + $message = $conf->global->$ma; + $linka = $conf->global->$la; + $linkr = $conf->global->$lr; - $substitutionarray = array( - '__LINKACCEPT__' => ''.$linka.'', - '__LINKREFUSED__' => ''.$linkr.'', - ); - $subject = make_substitutions($subject, $substitutionarray); - $message = make_substitutions($message, $substitutionarray); + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + ); + $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); - } + $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 .= '
    ' . $mailfile->error . '
    '; - } else { - $result4 = $mailfile->sendfile(); - - if (!$error) { - $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; - $societe->array_options['options_datapolicies_send'] = date('Y-m-d', time()); - $societe->update($societe->id); - - } else { - dol_print_error($db); - } - } - setEventMessage($resultmasssend); + // 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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); + if (!$error) { + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $societe->array_options['options_datapolicies_send'] = date('Y-m-d', time()); + $societe->update($societe->id); + } else { + dol_print_error($db); + } + } + setEventMessage($resultmasssend); } - function sendMailDataPoliciesAdherent($adherent) { - global $langs, $conf, $db, $user; - $from = $user->getFullName($langs) . ' <' . $user->email . '>'; - $replyto = $from; - $sendto = $adherent->email; + /** + * sendMailDataPoliciesAdherent + * + * @param Adherent $adherent Member + * @return void + */ + function sendMailDataPoliciesAdherent($adherent) + { + global $langs, $conf, $db, $user; + $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; + $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; + $subject = $conf->global->$s; + $message = $conf->global->$ma; + $linka = $conf->global->$la; + $linkr = $conf->global->$lr; - $substitutionarray = array( - '__LINKACCEPT__' => ''.$linka.'', - '__LINKREFUSED__' => ''.$linkr.'', - ); - $subject = make_substitutions($subject, $substitutionarray); - $message = make_substitutions($message, $substitutionarray); + $substitutionarray = array( + '__LINKACCEPT__' => ''.$linka.'', + '__LINKREFUSED__' => ''.$linkr.'', + ); + $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); - } + $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 .= '
    ' . $mailfile->error . '
    '; + } else { + $result4 = $mailfile->sendfile(); - // 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 .= '
    ' . $mailfile->error . '
    '; - } else { - $result4 = $mailfile->sendfile(); - - if (!$error) { - $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; - $adherent->array_options['options_datapolicies_send'] = date('Y-m-d', time()); - $adherent->update($user); - - } else { - dol_print_error($db); - } - } - setEventMessage($resultmasssend); + if (!$error) { + $resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "
    "; + $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 index 18484d1619d..c02497b9744 100644 --- a/htdocs/datapolicies/class/datapoliciescron.class.php +++ b/htdocs/datapolicies/class/datapoliciescron.class.php @@ -1,12 +1,43 @@ . + */ -class datapoliciesCron { +/** + * \file datapolicies/class/datapoliciescron.class.php + * \ingroup datapolicies + * \brief Example hook overload. + */ - public function exec() { +/** + * 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' => " @@ -415,9 +446,9 @@ class datapoliciesCron { ); foreach ($arrayofparameters as $key => $params) { - if ($conf->global->$key != '' && is_numeric($conf->global->$key) && (int)$conf->global->$key > 0) { + 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); + $sql = sprintf($params['sql'], (int) $conf->entity, (int) $conf->global->$key, (int) $conf->global->$key); $resql = $db->query($sql); @@ -466,11 +497,16 @@ class datapoliciesCron { } return true; - } - public function sendMailing() { + /** + * sendMailing + * + * @return boolean + */ + public function sendMailing() + { global $conf, $db, $langs, $user; $langs->load('datapolicies@datapolicies'); @@ -482,6 +518,5 @@ class datapoliciesCron { $contacts->getAllCompaniesNotInformed(); $contacts->getAllAdherentsNotInformed(); return true; - } } \ No newline at end of file diff --git a/htdocs/datapolicies/css/datapolicies.css.php b/htdocs/datapolicies/css/datapolicies.css.php index 72a3c09819e..2e573ef92c3 100644 --- a/htdocs/datapolicies/css/datapolicies.css.php +++ b/htdocs/datapolicies/css/datapolicies.css.php @@ -32,20 +32,7 @@ if (! defined('NOLOGIN')) define('NOLOGIN',1); // File must be if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1); if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); -// Load Dolibarr environment -$res=0; -// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) -if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); -// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME -$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; -while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } -if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); -if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/../main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/../main.inc.php"); -// Try main.inc.php using relative path -if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); -if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); -if (! $res) die("Include of main fails"); - +require '../../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; session_cache_limiter(false); diff --git a/htdocs/datapolicies/mailing.php b/htdocs/datapolicies/mailing.php index 4621a270e76..08c24d9aceb 100644 --- a/htdocs/datapolicies/mailing.php +++ b/htdocs/datapolicies/mailing.php @@ -21,22 +21,7 @@ * \brief datapolicies mailing page. */ -// Load Dolibarr environment -$res=0; -// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) -if (! $res && ! empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res=@include($_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php"); -// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME -$tmp=empty($_SERVER['SCRIPT_FILENAME'])?'':$_SERVER['SCRIPT_FILENAME'];$tmp2=realpath(__FILE__); $i=strlen($tmp)-1; $j=strlen($tmp2)-1; -while($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i]==$tmp2[$j]) { $i--; $j--; } -if (! $res && $i > 0 && file_exists(substr($tmp, 0, ($i+1))."/main.inc.php")) $res=@include(substr($tmp, 0, ($i+1))."/main.inc.php"); -if (! $res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php")) $res=@include(dirname(substr($tmp, 0, ($i+1)))."/main.inc.php"); -// Try main.inc.php using relative path -if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php"); -if (! $res && file_exists("../../../main.inc.php")) $res=@include("../../../main.inc.php"); -if (! $res) die("Include of main fails"); - -global $langs, $user, $db, $conf; - +require '../../main.inc.php'; dol_include_once('/contact/class/contact.class.php'); dol_include_once('/datapolicies/class/datapolicies.class.php'); diff --git a/htdocs/datapolicies/public/index.php b/htdocs/datapolicies/public/index.php index 8fb2ef09290..4dd07f2ea2d 100644 --- a/htdocs/datapolicies/public/index.php +++ b/htdocs/datapolicies/public/index.php @@ -27,39 +27,12 @@ if (!defined('NOCSRFCHECK')) define('NOCSRFCHECK', '1'); // Do not check anti CSRF attack test if (!defined('NOREQUIREMENU')) define('NOREQUIREMENU', '1'); -// Load Dolibarr environment -$res = 0; -// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) -if (!$res && !empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) - $res = @include($_SERVER["CONTEXT_DOCUMENT_ROOT"] . "/main.inc.php"); -// Try main.inc.php into web root detected using web root caluclated from SCRIPT_FILENAME -$tmp = empty($_SERVER['SCRIPT_FILENAME']) ? '' : $_SERVER['SCRIPT_FILENAME']; -$tmp2 = realpath(__FILE__); -$i = strlen($tmp) - 1; -$j = strlen($tmp2) - 1; -while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) { - $i--; - $j--; -} -if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)) . "/main.inc.php")) - $res = @include(substr($tmp, 0, ($i + 1)) . "/main.inc.php"); -if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php")) - $res = @include(dirname(substr($tmp, 0, ($i + 1))) . "/main.inc.php"); -// Try main.inc.php using relative path -if (!$res && file_exists("../../main.inc.php")) - $res = @include("../../main.inc.php"); -if (!$res && file_exists("../../../main.inc.php")) - $res = @include("../../../main.inc.php"); -if (!$res) - die("Include of main fails"); - -global $langs, $user, $db, $conf; +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'); @@ -165,5 +138,5 @@ print $return . "
    \n"; print ''; print "\n"; print "\n"; + $db->close(); -?> \ No newline at end of file From a02fdd1f4d8b766a985fff5d393058e59af05a3c Mon Sep 17 00:00:00 2001 From: Nicolas Aupetit Date: Sat, 6 Oct 2018 13:44:10 +1100 Subject: [PATCH 0213/1013] fix API check sql filters Correct PHP7 warning about wrong usage of count() function --- htdocs/api/class/api.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/api/class/api.class.php b/htdocs/api/class/api.class.php index 6ddb4dae1b3..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) { From 49693854ce1ec0f7880b78608f6f3b51c06fcb23 Mon Sep 17 00:00:00 2001 From: Nicolas Aupetit Date: Sat, 6 Oct 2018 13:51:46 +1100 Subject: [PATCH 0214/1013] Typo fix: "eee" in localtax1 display --- htdocs/compta/facture/class/facture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index ab0030cc92d..280c791fa5d 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -1213,7 +1213,7 @@ class Facture extends CommonInvoice if (! empty($this->total_tva)) $label.= '
    ' . $langs->trans('VAT') . ': ' . price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency); if (! empty($this->total_localtax1) && $this->total_localtax1 != 0) // We keep test != 0 because $this->total_localtax1 can be '0.00000000' - $label.= '
    eee' . $langs->trans('LT1') . ': ' . price($this->total_localtax1, 0, $langs, 0, -1, -1, $conf->currency); + $label.= '
    ' . $langs->trans('LT1') . ': ' . price($this->total_localtax1, 0, $langs, 0, -1, -1, $conf->currency); if (! empty($this->total_localtax2) && $this->total_localtax2 != 0) $label.= '
    ' . $langs->trans('LT2') . ': ' . price($this->total_localtax2, 0, $langs, 0, -1, -1, $conf->currency); if (! empty($this->total_ttc)) From 6d645a39e24ec2a7a1a005de43dbf72d39f0b056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 6 Oct 2018 10:37:05 +0200 Subject: [PATCH 0215/1013] reduce lines length --- .../class/actions_datapolicies.class.php | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/htdocs/datapolicies/class/actions_datapolicies.class.php b/htdocs/datapolicies/class/actions_datapolicies.class.php index 1240b18ebd0..49b7edd172d 100644 --- a/htdocs/datapolicies/class/actions_datapolicies.class.php +++ b/htdocs/datapolicies/class/actions_datapolicies.class.php @@ -1,5 +1,6 @@ * * 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 @@ class ActionsDatapolicies /** * Constructor * - * @param DoliDB $db Database handler + * @param DoliDB $db Database handler */ public function __construct($db) { @@ -64,10 +65,10 @@ class ActionsDatapolicies /** * 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, + * @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. */ @@ -97,8 +98,8 @@ class ActionsDatapolicies $object->fetch(GETPOST('socid')); } - // FIXME Removed had coded id, use codes - if ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'anonymiser' && ($object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8)) { + // 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'); @@ -202,19 +203,19 @@ class ActionsDatapolicies } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'send_datapolicies') { $object->fetch(GETPOST('id')); - dol_include_once('/contact/class/contact.class.php'); - dol_include_once('/datapolicies/class/datapolicies.class.php'); + 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')); - dol_include_once('/adherents/class/adherent.class.php'); - dol_include_once('/datapolicies/class/datapolicies.class.php'); + 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')); - dol_include_once('/societe/class/societe.class.php'); - dol_include_once('/datapolicies/class/datapolicies.class.php'); + require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php'; + require_once DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php'; DataPolicies::sendMailDataPoliciesCompany($object); } @@ -245,11 +246,12 @@ class ActionsDatapolicies $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 (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); @@ -292,7 +294,7 @@ class ActionsDatapolicies /** * Execute action * - * @param array $parameters Array of parameters + * @param array $parameters Array of parameters * @param Object $object Object output on PDF * @param string $action 'add', 'update', 'view' * @return int <0 if KO, @@ -387,14 +389,14 @@ class ActionsDatapolicies } ); '; echo $dialog; - if ($parameters['currentcontext'] == 'thirdpartycard' && $object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8) { + 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 ''; } elseif ($parameters['currentcontext'] == 'membercard') { echo ''; } elseif ($parameters['currentcontext'] == 'contactcard') { echo ''; } - if (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'thirdpartycard' && $object->forme_juridique_code == 11 || $object->forme_juridique_code == 12 || $object->forme_juridique_code == 13 || $object->forme_juridique_code == 15 || $object->forme_juridique_code == 17 || $object->forme_juridique_code == 18 || $object->forme_juridique_code == 19 || $object->forme_juridique_code == 35 || $object->forme_juridique_code == 60 || $object->forme_juridique_code == 200 || $object->forme_juridique_code == 311 || $object->forme_juridique_code == 312 || $object->forme_juridique_code == 316 || $object->forme_juridique_code == 401 || $object->forme_juridique_code == 600 || $object->forme_juridique_code == 700 || $object->forme_juridique_code == 1005 || $object->typent_id == 8) { + 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 ''; } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'membercard') { echo ''; @@ -435,7 +437,7 @@ class ActionsDatapolicies $societe = new Societe($this->db); $societe->fetch(GETPOST('socid')); // On vérifie si il est utilisé - if (($societe->forme_juridique_code == 11 || $societe->forme_juridique_code == 12 || $societe->forme_juridique_code == 13 || $societe->forme_juridique_code == 15 || $societe->forme_juridique_code == 17 || $societe->forme_juridique_code == 18 || $societe->forme_juridique_code == 19 || $societe->forme_juridique_code == 35 || $societe->forme_juridique_code == 60 || $societe->forme_juridique_code == 200 || $societe->forme_juridique_code == 311 || $societe->forme_juridique_code == 312 || $societe->forme_juridique_code == 316 || $societe->forme_juridique_code == 401 || $societe->forme_juridique_code == 600 || $societe->forme_juridique_code == 700 || $societe->forme_juridique_code == 1005 || $societe->typent_id == 8) && $societe->isObjectUsed(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) && $societe->isObjectUsed(GETPOST('socid'))) { require_once DOL_DOCUMENT_ROOT . '/core/class/html.form.class.php'; $form = new Form($this->db); @@ -448,7 +450,7 @@ class ActionsDatapolicies $societe = new Societe($this->db); $societe->fetch(GETPOST('socid')); - if ($societe->forme_juridique_code != 11 && $societe->forme_juridique_code != 12 && $societe->forme_juridique_code != 13 && $societe->forme_juridique_code != 15 && $societe->forme_juridique_code != 17 && $societe->forme_juridique_code != 18 && $societe->forme_juridique_code != 19 && $societe->forme_juridique_code != 35 && $societe->forme_juridique_code != 60 && $societe->forme_juridique_code != 200 && $societe->forme_juridique_code != 311 && $societe->forme_juridique_code != 312 && $societe->forme_juridique_code != 316 && $societe->forme_juridique_code != 401 && $societe->forme_juridique_code != 600 && $societe->forme_juridique_code != 700 && $societe->forme_juridique_code != 1005 && $societe->typent_id != 8) { + 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 .= ' - - - -

    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:

    -
    • Sending e-mails or processing incoming mail.

      See Mail aspect of APS in APS Format Specification v1.2, section 8.8. Mail at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.aspects.mail

      -
    • Changing the DNS resource records of an environment where the application works.

      See DNS aspect in APS Format Specification v1.2, section 8.10. DNS Zone at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.aspects.dns

      -
    • Installing third-party dynamic libraries (*.dll, *.so).

      See DLL aspect in APS Format Specification v1.2, section 8.11. DLL Content Processing Method at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.aspects.dll

      -
    • Updating older version of application with -complex changes in application settings or deployment logic. According -to APS, such updates are called upgrades. For more information on the application updates, see the APS Format Specification v1.2, section 5.1.15 Updates at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.metadata.common.update

    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:

    -
    • Checking application settings for consistency via verification script. For more information on verification scripts, see the APS Format Specification v1.2, section 5.3.3 Verification Script at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.metadata.provision.verification-script
    • Processing application resource usage reports defined by resource counters and passed by resource script . For more information on resource counters and resource scripts, see the APS Format Specification v1.2, section 5.2.6. Resources at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.metadata.service.resources and 5.3.3 Resources Script at http://www.apsstandard.org/r/doc/package-format-specification-1.2/index.html#s.metadata.provision.resource-script
    • - -

      Copyright Notice

      - - - - - - - - - - - - - - - - - - - -

      -Please send us your feedback on this help page.

      - - - - -
    - \ 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/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;
      
      From c2646886357468181cc36d6c1c39961659b96611 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Thu, 11 Oct 2018 09:53:36 +0200
      Subject: [PATCH 0329/1013] Standardize and update code
      
      ---
       htdocs/loan/class/loan.class.php | 16 ++++++++++++++++
       1 file changed, 16 insertions(+)
      
      diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php
      index dd066f0064c..e9f5fbfff72 100644
      --- a/htdocs/loan/class/loan.class.php
      +++ b/htdocs/loan/class/loan.class.php
      @@ -66,9 +66,25 @@ class Loan extends CommonObject
       	public $date_creation;
       	public $date_modification;
       	public $date_validation;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_bank;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_creat;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_modif;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_project;
       
       
      
      From ee225a2b8bc7f714e82ac8fb46e3b142a14cc433 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Thu, 11 Oct 2018 10:14:22 +0200
      Subject: [PATCH 0330/1013] FIX situation prev percent
      
      ---
       htdocs/compta/facture/card.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 8834d93d162..bf84114129f 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -1535,6 +1535,7 @@ if (empty($reshook))
       					{
       						$line->origin = $object->origin;
       						$line->origin_id = $line->id;
      +						$line->fk_prev_id = $line->id;
       						$line->fetch_optionals($line->id);
       						$line->situation_percent =  $line->get_prev_progress($object->id); // get good progress including credit note 
       						
      
      From 92686100b23d63c25865e49a4aac01b0d1ad74df Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Thu, 11 Oct 2018 10:51:54 +0200
      Subject: [PATCH 0331/1013] Fix count on no countable object
      
      ---
       htdocs/compta/facture/card.php | 3 +--
       1 file changed, 1 insertion(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 8834d93d162..aeb145a7ea2 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -3250,8 +3250,7 @@ if ($action == 'create')
       		print '<tr><td>' . $langs->trans($newclassname) . '</td><td colspan="2">' . $objectsrc->getNomUrl(1);
       		// We check if Origin document (id and type is known) has already at least one invoice attached to it
       		$objectsrc->fetchObjectLinked($originid,$origin,'','facture');
      -		$cntinvoice=count($objectsrc->linkedObjects['facture']);
      -		if ($cntinvoice>=1)
      +		if(!empty($objectsrc->linkedObjects['facture']) && is_array($objectsrc->linkedObjects['facture']))
       		{
       			setEventMessages('WarningBillExist', null, 'warnings');
       			echo ' ('.$langs->trans('LatestRelatedBill').end($objectsrc->linkedObjects['facture'])->getNomUrl(1).')';
      
      From ced40384436d3c94e87910cce049c100a31bee49 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 11 Oct 2018 11:56:52 +0200
      Subject: [PATCH 0332/1013] FIX qty not visible for a lot when making shipment
       on a dedicated stock
      
      ---
       ChangeLog                                     |  2 +-
       htdocs/core/lib/pdf.lib.php                   |  2 +-
       htdocs/core/lib/sendings.lib.php              |  2 +-
       htdocs/expedition/card.php                    | 19 +++---
       htdocs/expedition/class/expedition.class.php  | 18 +++---
       .../class/expeditionbatch.class.php           | 58 +++++++++----------
       6 files changed, 51 insertions(+), 50 deletions(-)
      
      diff --git a/ChangeLog b/ChangeLog
      index 0d1bbfbf379..2449730bf8e 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -86,7 +86,7 @@ NEW: Add a tab to specify accountant/auditor of the company
       NEW: Add Date delivery and Availability on Propals List
       NEW: Add date in goods reception supplier order table
       NEW: Add delivery_time_days of suppliers in export profile
      -NEW: Add Docments'tab to expedition module
      +NEW: Add Documents'tab to expedition module
       NEW: Use dol_print_phone in thirdparty list page to format phone
       NEW: Add entry for the GDPR contact
       NEW: Add extrafield type "html"
      diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php
      index 671a3d6cbc3..73de27cafac 100644
      --- a/htdocs/core/lib/pdf.lib.php
      +++ b/htdocs/core/lib/pdf.lib.php
      @@ -1376,7 +1376,7 @@ function pdf_getlinedesc($object,$i,$outputlangs,$hideref=0,$hidedesc=0,$issuppl
       			if ($detail->eatby) $dte[]=$outputlangs->transnoentitiesnoconv('printEatby',dol_print_date($detail->eatby, $format, false, $outputlangs));
       			if ($detail->sellby) $dte[]=$outputlangs->transnoentitiesnoconv('printSellby',dol_print_date($detail->sellby, $format, false, $outputlangs));
       			if ($detail->batch) $dte[]=$outputlangs->transnoentitiesnoconv('printBatch',$detail->batch);
      -			$dte[]=$outputlangs->transnoentitiesnoconv('printQty',$detail->dluo_qty);
      +			$dte[]=$outputlangs->transnoentitiesnoconv('printQty',$detail->qty);
       			$libelleproduitservice.= "__N__  ".implode(" - ", $dte);
       		}
       	}
      diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
      index 71c287f7119..b79b1d094da 100644
      --- a/htdocs/core/lib/sendings.lib.php
      +++ b/htdocs/core/lib/sendings.lib.php
      @@ -364,7 +364,7 @@ function show_list_sending_receive($origin,$origin_id,$filter='')
       								$detail.= $langs->trans("Batch").': '.$dbatch->batch;
       								$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
       								$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
      -								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->dluo_qty;
      +								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->qty;
       								$detail.= '<br>';
       				            }
       				            print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail);
      diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
      index 49bded5a45b..0f45ca61804 100644
      --- a/htdocs/expedition/card.php
      +++ b/htdocs/expedition/card.php
      @@ -649,7 +649,7 @@ if (empty($reshook))
       						$qty = "qtyl".$detail_batch->fk_expeditiondet.'_'.$detail_batch->id;
       						$batch_id = GETPOST($batch,'int');
       						$batch_qty = GETPOST($qty, 'int');
      -						if (! empty($batch_id) && ($batch_id != $detail_batch->fk_origin_stock || $batch_qty != $detail_batch->dluo_qty))
      +						if (! empty($batch_id) && ($batch_id != $detail_batch->fk_origin_stock || $batch_qty != $detail_batch->qty))
       						{
       							if ($lotStock->fetch($batch_id) > 0 && $line->fetch($detail_batch->fk_expeditiondet) > 0)	// $line is ExpeditionLine
       							{
      @@ -666,7 +666,7 @@ if (empty($reshook))
       								$line->detail_batch->batch = $lotStock->batch;
       								$line->detail_batch->id = $detail_batch->id;
       								$line->detail_batch->entrepot_id = $lotStock->warehouseid;
      -								$line->detail_batch->dluo_qty = $batch_qty;
      +								$line->detail_batch->qty = $batch_qty;
       								if ($line->update($user) < 0) {
       									setEventMessages($line->error, $line->errors, 'errors');
       									$error++;
      @@ -720,7 +720,7 @@ if (empty($reshook))
       									$line->detail_batch->fk_origin_stock = $batch_id;
       									$line->detail_batch->batch = $lotStock->batch;
       									$line->detail_batch->entrepot_id = $lotStock->warehouseid;
      -									$line->detail_batch->dluo_qty = $batch_qty;
      +									$line->detail_batch->qty = $batch_qty;
       									if ($line->update($user) < 0) {
       										setEventMessages($line->error, $line->errors, 'errors');
       										$error++;
      @@ -741,7 +741,7 @@ if (empty($reshook))
       								$line->detail_batch[0]->fk_origin_stock = $batch_id;
       								$line->detail_batch[0]->batch = $lotStock->batch;
       								$line->detail_batch[0]->entrepot_id = $lotStock->warehouseid;
      -								$line->detail_batch[0]->dluo_qty = $batch_qty;
      +								$line->detail_batch[0]->qty = $batch_qty;
       								if ($object->create_line_batch($line, $line->array_options) < 0)
       								{
       									setEventMessages($object->error, $object->errors, 'errors');
      @@ -1306,6 +1306,7 @@ if ($action == 'create')
       					{
       					    // Product need lot
       						print '<td></td><td></td></tr>';	// end line and start a new one for lot/serial
      +						print '<!-- Case product need lot -->';
       
       						$staticwarehouse=new Entrepot($db);
       						if ($warehouse_id > 0) $staticwarehouse->fetch($warehouse_id);
      @@ -1323,7 +1324,7 @@ if ($action == 'create')
       						print '<input name="idl'.$indiceAsked.'" type="hidden" value="'.$line->id.'">';
       						if (is_object($product->stock_warehouse[$warehouse_id]) && count($product->stock_warehouse[$warehouse_id]->detail_batch))
       						{
      -							foreach ($product->stock_warehouse[$warehouse_id]->detail_batch as $dbatch)
      +							foreach ($product->stock_warehouse[$warehouse_id]->detail_batch as $dbatch)	// $dbatch is instance of Productbatch
       							{
       								//var_dump($dbatch);
       								$batchStock = + $dbatch->qty;		// To get a numeric
      @@ -1344,7 +1345,7 @@ if ($action == 'create')
       								$detail.= $langs->trans("Batch").': '.$dbatch->batch;
       								$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
       								$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
      -								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->dluo_qty;
      +								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->qty;
       								$detail.= '<br>';
       								print $detail;
       
      @@ -2242,7 +2243,7 @@ else if ($id || $ref)
       					{
       						print '<tr>';
       						// Qty to ship or shipped
      -						print '<td>' . '<input name="qtyl'.$detail_batch->fk_expeditiondet.'_'.$detail_batch->id.'" id="qtyl'.$line_id.'_'.$detail_batch->id.'" type="text" size="4" value="'.$detail_batch->dluo_qty.'">' . '</td>';
      +						print '<td>' . '<input name="qtyl'.$detail_batch->fk_expeditiondet.'_'.$detail_batch->id.'" id="qtyl'.$line_id.'_'.$detail_batch->id.'" type="text" size="4" value="'.$detail_batch->qty.'">' . '</td>';
       						// Batch number managment
       						if ($lines[$i]->entrepot_id == 0)
       						{
      @@ -2354,12 +2355,12 @@ else if ($id || $ref)
       						if ($lines[$i]->product_tobatch)
       						{
       							$detail = '';
      -							foreach ($lines[$i]->detail_batch as $dbatch)
      +							foreach ($lines[$i]->detail_batch as $dbatch)	// $dbatch is instance of ExpeditionLineBatch
       							{
       								$detail.= $langs->trans("Batch").': '.$dbatch->batch;
       								$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
       								$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
      -								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->dluo_qty;
      +								$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->qty;
       								$detail.= '<br>';
       							}
       							print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail);
      diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
      index 5728d60932a..5848c1b9d9d 100644
      --- a/htdocs/expedition/class/expedition.class.php
      +++ b/htdocs/expedition/class/expedition.class.php
      @@ -415,7 +415,7 @@ class Expedition extends CommonObject
       		{
       			if ($detbatch->entrepot_id)
       			{
      -				$stockLocationQty[$detbatch->entrepot_id] += $detbatch->dluo_qty;
      +				$stockLocationQty[$detbatch->entrepot_id] += $detbatch->qty;
       			}
       		}
       		// create shipment lines
      @@ -931,7 +931,7 @@ class Expedition extends CommonObject
       						$this->error=$linebatch->error;
       						return -1;
       					}
      -					$linebatch->dluo_qty=$value['q'];
      +					$linebatch->qty=$value['q'];
       					$tab[]=$linebatch;
       
       					if ($conf->global->STOCK_MUST_BE_ENOUGH_FOR_SHIPMENT)
      @@ -940,7 +940,7 @@ class Expedition extends CommonObject
       						$prod_batch = new Productbatch($this->db);
       						$prod_batch->fetch($value['id_batch']);
       
      -						if ($prod_batch->qty < $linebatch->dluo_qty)
      +						if ($prod_batch->qty < $linebatch->qty)
       						{
       							$langs->load("errors");
       							$this->errors[]=$langs->trans('ErrorStockIsNotEnoughToAddProductOnShipment', $prod_batch->fk_product);
      @@ -1164,7 +1164,7 @@ class Expedition extends CommonObject
       						// We use warehouse selected for each line
       						foreach($lotArray as $lot)
       						{
      -							$result=$mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $lot->dluo_qty, 0, $langs->trans("ShipmentDeletedInDolibarr", $this->ref), $lot->eatby, $lot->sellby, $lot->batch);  // Price is set to 0, because we don't want to see WAP changed
      +							$result=$mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $lot->qty, 0, $langs->trans("ShipmentDeletedInDolibarr", $this->ref), $lot->eatby, $lot->sellby, $lot->batch);  // Price is set to 0, because we don't want to see WAP changed
       							if ($result < 0)
       							{
       								$error++;$this->errors=$this->errors + $mouvS->errors;
      @@ -2572,7 +2572,7 @@ class ExpeditionLigne extends CommonObjectLine
       					$this->errors[]='ErrorBadParameters';
       					$error++;
       				}
      -				$qty = price2num($this->detail_batch[0]->dluo_qty);
      +				$qty = price2num($this->detail_batch[0]->qty);
       			}
       		}
       		else if (! empty($this->detail_batch))
      @@ -2586,7 +2586,7 @@ class ExpeditionLigne extends CommonObjectLine
       				$this->errors[]='ErrorBadParameters';
       				$error++;
       			}
      -			$qty = price2num($this->detail_batch->dluo_qty);
      +			$qty = price2num($this->detail_batch->qty);
       		}
       
       		// check parameters
      @@ -2624,7 +2624,7 @@ class ExpeditionLigne extends CommonObjectLine
       				{
       					if ($expedition_batch_id != $lot->id)
       					{
      -						$remainingQty += $lot->dluo_qty;
      +						$remainingQty += $lot->qty;
       					}
       				}
       				$qty += $remainingQty;
      @@ -2652,7 +2652,7 @@ class ExpeditionLigne extends CommonObjectLine
       						$error++;
       					}
       				}
      -				if (! $error && $this->detail_batch->dluo_qty > 0)
      +				if (! $error && $this->detail_batch->qty > 0)
       				{
       					// create lot expedition line
       					if (isset($lot->id))
      @@ -2662,7 +2662,7 @@ class ExpeditionLigne extends CommonObjectLine
       						$shipmentLot->eatby = $lot->eatby;
       						$shipmentLot->sellby = $lot->sellby;
       						$shipmentLot->entrepot_id = $this->detail_batch->entrepot_id;
      -						$shipmentLot->dluo_qty = $this->detail_batch->dluo_qty;
      +						$shipmentLot->qty = $this->detail_batch->qty;
       						$shipmentLot->fk_origin_stock = $batch_id;
       						if ($shipmentLot->create($this->id) < 0)
       						{
      diff --git a/htdocs/expedition/class/expeditionbatch.class.php b/htdocs/expedition/class/expeditionbatch.class.php
      index d94baee2a43..227566d8382 100644
      --- a/htdocs/expedition/class/expeditionbatch.class.php
      +++ b/htdocs/expedition/class/expeditionbatch.class.php
      @@ -34,7 +34,7 @@ class ExpeditionLineBatch extends CommonObject
       	var $sellby;
       	var $eatby;
       	var $batch;
      -	var $dluo_qty;
      +	var $qty;
       	var $entrepot_id;
       	var $fk_origin_stock;
       	var $fk_expeditiondet;
      @@ -58,41 +58,41 @@ class ExpeditionLineBatch extends CommonObject
       	 */
       	function fetchFromStock($id_stockdluo)
       	{
      -        $sql = "SELECT";
      -	$sql.= " pb.batch,";
      -	$sql.= " pl.sellby,";
      -	$sql.= " pl.eatby,";
      -	$sql.= " ps.fk_entrepot";
      +		$sql = "SELECT";
      +		$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.= " 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;
       
      -    	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);
      +		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);
       
       				$this->sellby = $this->db->jdate($obj->sellby);
       				$this->eatby = $this->db->jdate($obj->eatby);
       				$this->batch = $obj->batch;
       				$this->entrepot_id= $obj->fk_entrepot;
       				$this->fk_origin_stock=(int) $id_stockdluo;
      -            }
      -            $this->db->free($resql);
      +			}
      +			$this->db->free($resql);
       
      -            return 1;
      -        }
      -        else
      -        {
      -      	    $this->error="Error ".$this->db->lasterror();
      -            return -1;
      -        }
      -    }
      +			return 1;
      +		}
      +		else
      +		{
      +			$this->error="Error ".$this->db->lasterror();
      +			return -1;
      +		}
      +	}
       
       	/**
       	 * Create an expeditiondet_batch DB record link to an expedtiondet record
      @@ -118,7 +118,7 @@ class ExpeditionLineBatch extends CommonObject
       		$sql.= " ".(! isset($this->sellby) || dol_strlen($this->sellby)==0?'NULL':("'".$this->db->idate($this->sellby))."'").",";
       		$sql.= " ".(! isset($this->eatby) || dol_strlen($this->eatby)==0?'NULL':("'".$this->db->idate($this->eatby))."'").",";
       		$sql.= " ".(! isset($this->batch)?'NULL':("'".$this->db->escape($this->batch)."'")).",";
      -		$sql.= " ".(! isset($this->dluo_qty)?'NULL':$this->dluo_qty).",";
      +		$sql.= " ".(! isset($this->qty)?'NULL':$this->qty).",";
       		$sql.= " ".(! isset($this->fk_origin_stock)?'NULL':$this->fk_origin_stock);
       		$sql.= ")";
       
      @@ -218,7 +218,7 @@ class ExpeditionLineBatch extends CommonObject
       				$tmp->id = $obj->rowid;
       				$tmp->fk_origin_stock = $obj->fk_origin_stock;
       				$tmp->fk_expeditiondet = $obj->fk_expeditiondet;
      -				$tmp->dluo_qty = $obj->qty;
      +				$tmp->qty = $obj->qty;
       
       				$ret[]=$tmp;
       				$i++;
      
      From e1e1599a6d9ce293a223d2d8db4a712b652a8a97 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 11 Oct 2018 11:59:14 +0200
      Subject: [PATCH 0333/1013] FIX shared link ko on proposals
      
      ---
       htdocs/core/lib/files.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
      index 15e8c003417..210626f461c 100644
      --- a/htdocs/core/lib/files.lib.php
      +++ b/htdocs/core/lib/files.lib.php
      @@ -2496,7 +2496,7 @@ function dol_check_secure_access_document($modulepart, $original_file, $entity,
       		//$sqlprotectagainstexternals = "SELECT fk_soc as fk_soc FROM ".MAIN_DB_PREFIX."fichinter WHERE ref='".$db->escape($refname)."' AND entity=".$conf->entity;
       	}
       	// Wrapping pour les propales
      -	else if ($modulepart == 'propal' && !empty($conf->propal->multidir_output[$entity]))
      +	else if (($modulepart == 'propal' || $modulepart == 'propale') && !empty($conf->propal->multidir_output[$entity]))
       	{
       		if ($fuser->rights->propale->{$lire} || preg_match('/^specimen/i',$original_file))
       		{
      
      From 2ef0e95586410cf7bf840ccb25cd9fc5f4f1c372 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 11 Oct 2018 12:08:50 +0200
      Subject: [PATCH 0334/1013] New: works with variants: - If product is parent
       showing stock of childs and not itself - Add function hasVariants for know if
       product has variants
      
      ---
       htdocs/product/class/product.class.php        |  19 +
       htdocs/product/stock/product.php              | 790 ++++++++++--------
       .../class/ProductCombination.class.php        |   2 +-
       3 files changed, 451 insertions(+), 360 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 050d756ad82..3257f9bbde5 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3493,6 +3493,25 @@ class Product extends CommonObject
       		return $nb;
       	}
       
      +	/**
      +	 * Return if a product has variants or not
      +	 *
      +	 * @return 	int		Number of variants
      +	 */
      +	function hasVariants() {
      +		$nb = 0;
      +		$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."product_attribute_combination WHERE fk_product_parent = ".$this->id;
      +		$sql.= " AND entity IN (".getEntity('product').")";
      +
      +		$resql = $this->db->query($sql);
      +		if ($resql) {
      +			$obj = $this->db->fetch_object($resql);
      +			if ($obj) $nb = $obj->nb;
      +		}
      +
      +		return $nb;
      +	}
      +
       	/**
       	 *  Return all parent products for current product (first level only)
       	 *
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index 324e14047d4..51871736a3d 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -45,6 +45,13 @@ if (! empty($conf->projet->enabled))
       	require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
       }
       
      +if (! empty($conf->variants->enabled)) {
      +	require_once DOL_DOCUMENT_ROOT . '/variants/class/ProductAttribute.class.php';
      +	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';
      +}
      +
       // Load translation files required by the page
       $langs->loadlangs(array('products', 'orders', 'bills', 'stocks', 'sendings'));
       if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");
      @@ -518,6 +525,8 @@ if ($id > 0 || $ref)
       	$object = new Product($db);
       	$result = $object->fetch($id,$ref);
       
      +	$variants = $object->hasVariants();
      +
       	$object->load_stock();
       
       	$title = $langs->trans('ProductServiceCard');
      @@ -558,174 +567,161 @@ if ($id > 0 || $ref)
               print '<div class="underbanner clearboth"></div>';
               print '<table class="border tableforfield" width="100%">';
       
      -		if ($conf->productbatch->enabled)
      -		{
      -			print '<tr><td class="titlefield">'.$langs->trans("ManageLotSerial").'</td><td>';
      -			print $object->getLibStatut(0,2);
      -			print '</td></tr>';
      -		}
      +		if (! $variants) {
       
      -		// PMP
      -		print '<tr><td class="titlefield">'.$langs->trans("AverageUnitPricePMP").'</td>';
      -		print '<td>';
      -		if ($object->pmp > 0) print price($object->pmp).' '.$langs->trans("HT");
      -		print '</td>';
      -		print '</tr>';
      +			if ($conf->productbatch->enabled) {
      +				print '<tr><td class="titlefield">' . $langs->trans("ManageLotSerial") . '</td><td>';
      +				print $object->getLibStatut(0, 2);
      +				print '</td></tr>';
      +			}
       
      -		// Minimum Price
      -		print '<tr><td>'.$langs->trans("BuyingPriceMin").'</td>';
      -		print '<td>';
      -		$product_fourn = new ProductFournisseur($db);
      -		if ($product_fourn->find_min_price_product_fournisseur($object->id) > 0)
      -		{
      -			if ($product_fourn->product_fourn_price_id > 0) print $product_fourn->display_price_product_fournisseur();
      -			else print $langs->trans("NotDefined");
      -		}
      -		print '</td></tr>';
      +			// PMP
      +			print '<tr><td class="titlefield">' . $langs->trans("AverageUnitPricePMP") . '</td>';
      +			print '<td>';
      +			if ($object->pmp > 0) print price($object->pmp) . ' ' . $langs->trans("HT");
      +			print '</td>';
      +			print '</tr>';
       
      -		if (empty($conf->global->PRODUIT_MULTIPRICES))
      -		{
      -			// Price
      -			print '<tr><td>' . $langs->trans("SellingPrice") . '</td><td>';
      -			if ($object->price_base_type == 'TTC') {
      -				print price($object->price_ttc) . ' ' . $langs->trans($object->price_base_type);
      -			} else {
      -				print price($object->price) . ' ' . $langs->trans($object->price_base_type);
      +			// Minimum Price
      +			print '<tr><td>' . $langs->trans("BuyingPriceMin") . '</td>';
      +			print '<td>';
      +			$product_fourn = new ProductFournisseur($db);
      +			if ($product_fourn->find_min_price_product_fournisseur($object->id) > 0) {
      +				if ($product_fourn->product_fourn_price_id > 0) print $product_fourn->display_price_product_fournisseur();
      +				else print $langs->trans("NotDefined");
       			}
       			print '</td></tr>';
       
      -			// Price minimum
      -			print '<tr><td>' . $langs->trans("MinPrice") . '</td><td>';
      -			if ($object->price_base_type == 'TTC') {
      -				print price($object->price_min_ttc) . ' ' . $langs->trans($object->price_base_type);
      +			if (empty($conf->global->PRODUIT_MULTIPRICES)) {
      +				// Price
      +				print '<tr><td>' . $langs->trans("SellingPrice") . '</td><td>';
      +				if ($object->price_base_type == 'TTC') {
      +					print price($object->price_ttc) . ' ' . $langs->trans($object->price_base_type);
      +				} else {
      +					print price($object->price) . ' ' . $langs->trans($object->price_base_type);
      +				}
      +				print '</td></tr>';
      +
      +				// Price minimum
      +				print '<tr><td>' . $langs->trans("MinPrice") . '</td><td>';
      +				if ($object->price_base_type == 'TTC') {
      +					print price($object->price_min_ttc) . ' ' . $langs->trans($object->price_base_type);
      +				} else {
      +					print price($object->price_min) . ' ' . $langs->trans($object->price_base_type);
      +				}
      +				print '</td></tr>';
       			} else {
      -				print price($object->price_min) . ' ' . $langs->trans($object->price_base_type);
      +				// Price
      +				print '<tr><td>' . $langs->trans("SellingPrice") . '</td><td>';
      +				print $langs->trans("Variable");
      +				print '</td></tr>';
      +
      +				// Price minimum
      +				print '<tr><td>' . $langs->trans("MinPrice") . '</td><td>';
      +				print $langs->trans("Variable");
      +				print '</td></tr>';
       			}
      -			print '</td></tr>';
      -		}
      -		else
      -		{
      -			// Price
      -			print '<tr><td>' . $langs->trans("SellingPrice") . '</td><td>';
      -			print $langs->trans("Variable");
      +
      +			// Stock alert threshold
      +			print '<tr><td>' . $form->editfieldkey($form->textwithpicto($langs->trans("StockLimit"), $langs->trans("StockLimitDesc"), 1), 'seuil_stock_alerte', $object->seuil_stock_alerte, $object, $user->rights->produit->creer) . '</td><td>';
      +			print $form->editfieldval("StockLimit", 'seuil_stock_alerte', $object->seuil_stock_alerte, $object, $user->rights->produit->creer, 'string');
       			print '</td></tr>';
       
      -			// Price minimum
      -			print '<tr><td>' . $langs->trans("MinPrice") . '</td><td>';
      -			print $langs->trans("Variable");
      +			// Hook formObject
      +			$parameters = array();
      +			$reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action);    // Note that $action and $object may have been modified by hook
      +			print $hookmanager->resPrint;
      +
      +			// Desired stock
      +			print '<tr><td>' . $form->editfieldkey($form->textwithpicto($langs->trans("DesiredStock"), $langs->trans("DesiredStockDesc"), 1), 'desiredstock', $object->desiredstock, $object, $user->rights->produit->creer);
      +			print '</td><td>';
      +			print $form->editfieldval("DesiredStock", 'desiredstock', $object->desiredstock, $object, $user->rights->produit->creer, 'string');
       			print '</td></tr>';
      +
      +			// Real stock
      +			$text_stock_options = $langs->trans("RealStockDesc") . '<br>';
      +			$text_stock_options .= $langs->trans("RealStockWillAutomaticallyWhen") . '<br>';
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || !empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE) ? $langs->trans("DeStockOnShipment") . '<br>' : '');
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER) ? $langs->trans("DeStockOnValidateOrder") . '<br>' : '');
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_BILL) ? $langs->trans("DeStockOnBill") . '<br>' : '');
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL) ? $langs->trans("ReStockOnBill") . '<br>' : '');
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER) ? $langs->trans("ReStockOnValidateOrder") . '<br>' : '');
      +			$text_stock_options .= (!empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER) ? $langs->trans("ReStockOnDispatchOrder") . '<br>' : '');
      +			print '<tr><td>';
      +			print $form->textwithpicto($langs->trans("PhysicalStock"), $text_stock_options, 1);
      +			print '</td>';
      +			print '<td>' . price2num($object->stock_reel, 'MS');
      +			if ($object->seuil_stock_alerte != '' && ($object->stock_reel < $object->seuil_stock_alerte)) print ' ' . img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte));
      +			print '</td>';
      +			print '</tr>';
      +
      +			$stocktheo = price2num($object->stock_theorique, 'MS');
      +
      +			$found = 0;
      +			$helpondiff = '<strong>' . $langs->trans("StockDiffPhysicTeoric") . ':</strong><br>';
      +			// Number of customer orders running
      +			if (!empty($conf->commande->enabled)) {
      +				if ($found) $helpondiff .= '<br>'; else $found = 1;
      +				$helpondiff .= $langs->trans("ProductQtyInCustomersOrdersRunning") . ': ' . $object->stats_commande['qty'];
      +				$result = $object->load_stats_commande(0, '0', 1);
      +				if ($result < 0) dol_print_error($db, $object->error);
      +				$helpondiff .= ' (' . $langs->trans("ProductQtyInDraft") . ': ' . $object->stats_commande['qty'] . ')';
      +			}
      +
      +			// Number of product from customer order already sent (partial shipping)
      +			if (!empty($conf->expedition->enabled)) {
      +				if ($found) $helpondiff .= '<br>'; else $found = 1;
      +				$result = $object->load_stats_sending(0, '2', 1);
      +				$helpondiff .= $langs->trans("ProductQtyInShipmentAlreadySent") . ': ' . $object->stats_expedition['qty'];
      +			}
      +
      +			// Number of supplier order running
      +			if (!empty($conf->fournisseur->enabled)) {
      +				if ($found) $helpondiff .= '<br>'; else $found = 1;
      +				$result = $object->load_stats_commande_fournisseur(0, '3,4', 1);
      +				$helpondiff .= $langs->trans("ProductQtyInSuppliersOrdersRunning") . ': ' . $object->stats_commande_fournisseur['qty'];
      +				$result = $object->load_stats_commande_fournisseur(0, '0,1,2', 1);
      +				if ($result < 0) dol_print_error($db, $object->error);
      +				$helpondiff .= ' (' . $langs->trans("ProductQtyInDraftOrWaitingApproved") . ': ' . $object->stats_commande_fournisseur['qty'] . ')';
      +			}
      +
      +			// Number of product from supplier order already received (partial receipt)
      +			if (!empty($conf->fournisseur->enabled)) {
      +				if ($found) $helpondiff .= '<br>'; else $found = 1;
      +				$helpondiff .= $langs->trans("ProductQtyInSuppliersShipmentAlreadyRecevied") . ': ' . $object->stats_reception['qty'];
      +			}
      +
      +			// Calculating a theorical value
      +			print '<tr><td>';
      +			print $form->textwithpicto($langs->trans("VirtualStock"), $langs->trans("VirtualStockDesc"));
      +			print '</td>';
      +			print "<td>";
      +			//print (empty($stocktheo)?0:$stocktheo);
      +			print $form->textwithpicto((empty($stocktheo) ? 0 : $stocktheo), $helpondiff);
      +			if ($object->seuil_stock_alerte != '' && ($object->stock_theorique < $object->seuil_stock_alerte)) print ' ' . img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte));
      +			print '</td>';
      +			print '</tr>';
      +
      +			// Last movement
      +			$sql = "SELECT max(m.datem) as datem";
      +			$sql .= " FROM " . MAIN_DB_PREFIX . "stock_mouvement as m";
      +			$sql .= " WHERE m.fk_product = '" . $object->id . "'";
      +			$resqlbis = $db->query($sql);
      +			if ($resqlbis) {
      +				$obj = $db->fetch_object($resqlbis);
      +				$lastmovementdate = $db->jdate($obj->datem);
      +			} else {
      +				dol_print_error($db);
      +			}
      +			print '<tr><td class="tdtop">' . $langs->trans("LastMovement") . '</td><td>';
      +			if ($lastmovementdate) {
      +				print dol_print_date($lastmovementdate, 'dayhour') . ' ';
      +				print '(<a href="' . DOL_URL_ROOT . '/product/stock/mouvement.php?idproduct=' . $object->id . '">' . $langs->trans("FullList") . '</a>)';
      +			} else {
      +				print '<a href="' . DOL_URL_ROOT . '/product/stock/mouvement.php?idproduct=' . $object->id . '">' . $langs->trans("None") . '</a>';
      +			}
      +			print "</td></tr>";
       		}
      -
      -        // Stock alert threshold
      -        print '<tr><td>'.$form->editfieldkey($form->textwithpicto($langs->trans("StockLimit"), $langs->trans("StockLimitDesc"), 1),'seuil_stock_alerte',$object->seuil_stock_alerte,$object,$user->rights->produit->creer).'</td><td>';
      -        print $form->editfieldval("StockLimit",'seuil_stock_alerte',$object->seuil_stock_alerte,$object,$user->rights->produit->creer,'string');
      -        print '</td></tr>';
      -
      -		// Hook formObject
      -		$parameters=array();
      -		$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action);    // Note that $action and $object may have been modified by hook
      -		print $hookmanager->resPrint;
      -
      -        // Desired stock
      -        print '<tr><td>'.$form->editfieldkey($form->textwithpicto($langs->trans("DesiredStock"), $langs->trans("DesiredStockDesc"), 1),'desiredstock',$object->desiredstock,$object,$user->rights->produit->creer);
      -        print '</td><td>';
      -        print $form->editfieldval("DesiredStock",'desiredstock',$object->desiredstock,$object,$user->rights->produit->creer,'string');
      -        print '</td></tr>';
      -
      -        // Real stock
      -        $text_stock_options = $langs->trans("RealStockDesc").'<br>';
      -        $text_stock_options.= $langs->trans("RealStockWillAutomaticallyWhen").'<br>';
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)?$langs->trans("DeStockOnShipment").'<br>':'');
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER)?$langs->trans("DeStockOnValidateOrder").'<br>':'');
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_BILL)?$langs->trans("DeStockOnBill").'<br>':'');
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)?$langs->trans("ReStockOnBill").'<br>':'');
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER)?$langs->trans("ReStockOnValidateOrder").'<br>':'');
      -        $text_stock_options.= (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER)?$langs->trans("ReStockOnDispatchOrder").'<br>':'');
      -        print '<tr><td>';
      -        print $form->textwithpicto($langs->trans("PhysicalStock"), $text_stock_options, 1);
      -        print '</td>';
      -		print '<td>'.price2num($object->stock_reel, 'MS');
      -		if ($object->seuil_stock_alerte != '' && ($object->stock_reel < $object->seuil_stock_alerte)) print ' '.img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte));
      -		print '</td>';
      -		print '</tr>';
      -
      -		$stocktheo = price2num($object->stock_theorique, 'MS');
      -
      -		$found=0;
      -		$helpondiff='<strong>'.$langs->trans("StockDiffPhysicTeoric").':</strong><br>';
      -		// Number of customer orders running
      -		if (! empty($conf->commande->enabled))
      -		{
      -		    if ($found) $helpondiff.='<br>'; else $found=1;
      -		    $helpondiff.=$langs->trans("ProductQtyInCustomersOrdersRunning").': '.$object->stats_commande['qty'];
      -		    $result=$object->load_stats_commande(0,'0', 1);
      -		    if ($result < 0) dol_print_error($db,$object->error);
      -		    $helpondiff.=' ('.$langs->trans("ProductQtyInDraft").': '.$object->stats_commande['qty'].')';
      -		}
      -
      -		// Number of product from customer order already sent (partial shipping)
      -		if (! empty($conf->expedition->enabled))
      -		{
      -		    if ($found) $helpondiff.='<br>'; else $found=1;
      -		    $result=$object->load_stats_sending(0,'2', 1);
      -		    $helpondiff.=$langs->trans("ProductQtyInShipmentAlreadySent").': '.$object->stats_expedition['qty'];
      -		}
      -
      -		// Number of supplier order running
      -		if (! empty($conf->fournisseur->enabled))
      -		{
      -		    if ($found) $helpondiff.='<br>'; else $found=1;
      -		    $result=$object->load_stats_commande_fournisseur(0,'3,4', 1);
      -		    $helpondiff.=$langs->trans("ProductQtyInSuppliersOrdersRunning").': '.$object->stats_commande_fournisseur['qty'];
      -		    $result=$object->load_stats_commande_fournisseur(0,'0,1,2', 1);
      -		    if ($result < 0) dol_print_error($db,$object->error);
      -		    $helpondiff.=' ('.$langs->trans("ProductQtyInDraftOrWaitingApproved").': '.$object->stats_commande_fournisseur['qty'].')';
      -		}
      -
      -		// Number of product from supplier order already received (partial receipt)
      -		if (! empty($conf->fournisseur->enabled))
      -		{
      -		    if ($found) $helpondiff.='<br>'; else $found=1;
      -		    $helpondiff.=$langs->trans("ProductQtyInSuppliersShipmentAlreadyRecevied").': '.$object->stats_reception['qty'];
      -		}
      -
      -        // Calculating a theorical value
      -        print '<tr><td>';
      -        print $form->textwithpicto($langs->trans("VirtualStock"), $langs->trans("VirtualStockDesc"));
      -        print '</td>';
      -        print "<td>";
      -        //print (empty($stocktheo)?0:$stocktheo);
      -        print $form->textwithpicto((empty($stocktheo)?0:$stocktheo), $helpondiff);
      -        if ($object->seuil_stock_alerte != '' && ($object->stock_theorique < $object->seuil_stock_alerte)) print ' '.img_warning($langs->trans("StockLowerThanLimit", $object->seuil_stock_alerte));
      -        print '</td>';
      -        print '</tr>';
      -
      -		// Last movement
      -		$sql = "SELECT max(m.datem) as datem";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."stock_mouvement as m";
      -		$sql.= " WHERE m.fk_product = '".$object->id."'";
      -		$resqlbis = $db->query($sql);
      -		if ($resqlbis)
      -		{
      -			$obj = $db->fetch_object($resqlbis);
      -			$lastmovementdate=$db->jdate($obj->datem);
      -		}
      -		else
      -		{
      -			dol_print_error($db);
      -		}
      -		print '<tr><td class="tdtop">'.$langs->trans("LastMovement").'</td><td>';
      -		if ($lastmovementdate)
      -		{
      -		    print dol_print_date($lastmovementdate,'dayhour').' ';
      -		    print '(<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?idproduct='.$object->id.'">'.$langs->trans("FullList").'</a>)';
      -		}
      -		else
      -		{
      -		     print '<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?idproduct='.$object->id.'">'.$langs->trans("None").'</a>';
      -		}
      -		print "</td></tr>";
      -
       		print "</table>";
       
               print '</div>';
      @@ -770,229 +766,305 @@ if (empty($reshook))
       	{
       	    print "<div class=\"tabsAction\">\n";
       
      -	    if ($user->rights->stock->mouvement->creer)
      -	    {
      -	        print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=correction">'.$langs->trans("CorrectStock").'</a>';
      -	    }
      +		if (! $variants) {
       
      -	    //if (($user->rights->stock->mouvement->creer) && ! $object->hasbatch())
      -	    if ($user->rights->stock->mouvement->creer)
      -		{
      -			print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=transfert">'.$langs->trans("TransferStock").'</a>';
      +			if ($user->rights->stock->mouvement->creer) {
      +				print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=correction">' . $langs->trans("CorrectStock") . '</a>';
      +			}
      +
      +			//if (($user->rights->stock->mouvement->creer) && ! $object->hasbatch())
      +			if ($user->rights->stock->mouvement->creer) {
      +				print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=transfert">' . $langs->trans("TransferStock") . '</a>';
      +			}
       		}
      -
       		print '</div>';
       	}
       
       }
       
       
      -/*
      - * Stock detail (by warehouse). May go down into batch details.
      - */
      +if (! $variants) {
      +	/*
      +	 * Stock detail (by warehouse). May go down into batch details.
      +	 */
       
      -print '<div class="div-table-responsive">';
      -print '<table class="noborder" width="100%">';
      -print '<tr class="liste_titre">';
      -print '<td colspan="4">'.$langs->trans("Warehouse").'</td>';
      -print '<td align="right">'.$langs->trans("NumberOfUnit").'</td>';
      -print '<td align="right">'.$langs->trans("AverageUnitPricePMPShort").'</td>';
      -print '<td align="right">'.$langs->trans("EstimatedStockValueShort").'</td>';
      -print '<td align="right">'.$langs->trans("SellPriceMin").'</td>';
      -print '<td align="right">'.$langs->trans("EstimatedStockValueSellShort").'</td>';
      -print '</tr>';
      -if ((! empty($conf->productbatch->enabled)) && $object->hasbatch())
      -{
      -	print '<tr class="liste_titre"><td width="10%"></td>';
      -	print '<td align="right" width="10%">'.$langs->trans("batch_number").'</td>';
      -	print '<td align="center" width="10%">'.$langs->trans("EatByDate").'</td>';
      -	print '<td align="center" width="10%">'.$langs->trans("SellByDate").'</td>';
      -	print '<td></td>';
      -	print '<td></td>';
      -	print '<td></td>';
      -	print '<td></td>';
      -	print '<td></td>';
      -	print '</tr>';
      -}
      -
      -$sql = "SELECT e.rowid, e.ref as label, e.lieu, ps.reel, ps.rowid as product_stock_id, p.pmp";
      -$sql.= " FROM ".MAIN_DB_PREFIX."entrepot as e,";
      -$sql.= " ".MAIN_DB_PREFIX."product_stock as ps";
      -$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product as p ON p.rowid = ps.fk_product";
      -$sql.= " WHERE ps.reel != 0";
      -$sql.= " AND ps.fk_entrepot = e.rowid";
      -$sql.= " AND e.entity IN (".getEntity('stock').")";
      -$sql.= " AND ps.fk_product = ".$object->id;
      -$sql.= " ORDER BY e.ref";
      -
      -$entrepotstatic=new Entrepot($db);
      -$product_lot_static=new Productlot($db);
      -
      -$total=0;
      -$totalvalue=$totalvaluesell=0;
      -
      -$resql=$db->query($sql);
      -if ($resql)
      -{
      -	$num = $db->num_rows($resql);
      -	$total=$totalwithpmp;
      -	$i=0; $var=false;
      -	while ($i < $num)
      -	{
      -		$obj = $db->fetch_object($resql);
      -		$entrepotstatic->id=$obj->rowid;
      -		$entrepotstatic->libelle=$obj->label;
      -		$entrepotstatic->lieu=$obj->lieu;
      -		$stock_real = price2num($obj->reel, 'MS');
      -		print '<tr class="oddeven">';
      -		print '<td colspan="4">'.$entrepotstatic->getNomUrl(1).'</td>';
      -		print '<td align="right">'.$stock_real.($stock_real < 0 ?' '.img_warning():'').'</td>';
      -		// PMP
      -		print '<td align="right">'.(price2num($object->pmp)?price2num($object->pmp,'MU'):'').'</td>';
      -		// Value purchase
      -		print '<td align="right">'.(price2num($object->pmp)?price(price2num($object->pmp*$obj->reel,'MT')):'').'</td>';
      -        // Sell price
      -		print '<td align="right">';
      -        if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($object->price,'MU'),1);
      -        else print $langs->trans("Variable");
      -        print '</td>';
      -        // Value sell
      -        print '<td align="right">';
      -        if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($object->price*$obj->reel,'MT'),1).'</td>';
      -        else print $langs->trans("Variable");
      -		print '</tr>'; ;
      -		$total += $obj->reel;
      -		if (price2num($object->pmp)) $totalwithpmp += $obj->reel;
      -		$totalvalue = $totalvalue + ($object->pmp*$obj->reel);
      -        $totalvaluesell = $totalvaluesell + ($object->price*$obj->reel);
      -		// Batch Detail
      -		if ((! empty($conf->productbatch->enabled)) && $object->hasbatch())
      -		{
      -			$details=Productbatch::findAll($db, $obj->product_stock_id, 0, $object->id);
      -			if ($details<0) dol_print_error($db);
      -			foreach ($details as $pdluo)
      -			{
      -				$product_lot_static->id = $pdluo->lotid;
      -				$product_lot_static->batch = $pdluo->batch;
      -				$product_lot_static->eatby = $pdluo->eatby;
      -				$product_lot_static->sellby = $pdluo->sellby;
      -
      -			    if ($action == 'editline' && GETPOST('lineid','int') == $pdluo->id)
      -			    { //Current line edit
      -			        print "\n".'<tr>';
      -			        print '<td colspan="9">';
      -			        print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
      -			        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%">';
      -			        print $form->selectDate($pdluo->eatby,'eatby','','',1,'',1,0);
      -			        print '</td>';
      -			        print '<td align="center" width="10%">';
      -			        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").'">';
      -		            print '<input type="submit" class="button" id="cancellinebutton" name="Cancel" value="'.$langs->trans("Cancel").'"></td></tr>';
      -			        print '</table>';
      -			        print '</form>';
      -			        print '</td></tr>';
      -			    }
      -			    else
      -				{
      -                    print "\n".'<tr><td align="right">';
      -                    print img_picto($langs->trans("Tranfer"),'uparrow','class="hideonsmartphone"').' ';
      -					print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;id_entrepot='.$entrepotstatic->id.'&amp;action=transfert&amp;pdluoid='.$pdluo->id.'">'.$langs->trans("TransferStock").'</a>';
      -					// Disabled, because edition of stock content must use the "Correct stock menu".
      -					// Do not use this, or data will be wrong (bad tracking of movement label, inventory code, ...
      -                    //print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$id.'&amp;action=editline&amp;lineid='.$pdluo->id.'#'.$pdluo->id.'">';
      -                    //print img_edit().'</a></td>';
      -                    print '<td align="right">';
      -                    print $product_lot_static->getNomUrl(1);
      -                    print '</td>';
      -                    print '<td align="center">'. dol_print_date($pdluo->eatby,'day') .'</td>';
      -                    print '<td align="center">'. dol_print_date($pdluo->sellby,'day') .'</td>';
      -                    print '<td align="right">'.$pdluo->qty.($pdluo->qty<0?' '.img_warning():'').'</td>';
      -                    print '<td colspan="4"></td></tr>';
      -			    }
      -			}
      -		}
      -		$i++;
      -
      -	}
      -}
      -else dol_print_error($db);
      -
      -print '<tr class="liste_total"><td align="right" class="liste_total" colspan="4">'.$langs->trans("Total").':</td>';
      -print '<td class="liste_total" align="right">'.price2num($total, 'MS').'</td>';
      -print '<td class="liste_total" align="right">';
      -print ($totalwithpmp?price(price2num($totalvalue/$totalwithpmp,'MU')):'&nbsp;');	// This value may have rounding errors
      -print '</td>';
      -// Value purchase
      -print '<td class="liste_total" align="right">';
      -print $totalvalue?price(price2num($totalvalue,'MT'),1):'&nbsp;';
      -print '</td>';
      -print '<td class="liste_total" align="right">';
      -if (empty($conf->global->PRODUIT_MULTIPRICES)) print ($total?price($totalvaluesell/$total,1):'&nbsp;');
      -else print $langs->trans("Variable");
      -print '</td>';
      -// Value to sell
      -print '<td class="liste_total" align="right">';
      -if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($totalvaluesell,'MT'),1);
      -else print $langs->trans("Variable");
      -print '</td>';
      -print "</tr>";
      -print "</table>";
      -print '</div>';
      -
      -if (!empty($conf->global->STOCK_ALLOW_ADD_LIMIT_STOCK_BY_WAREHOUSE))
      -{
      -	print '<br><br>';
      -	print_titre($langs->trans('AddNewProductStockWarehouse'));
      -
      -	if (!empty($user->rights->produit->creer)){
      -		print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
      -		print '<input type="hidden" name="action" value="addlimitstockwarehouse">';
      -		print '<input type="hidden" name="id" value="'.$id.'">';
      -	}
      +	print '<div class="div-table-responsive">';
       	print '<table class="noborder" width="100%">';
      -	if (!empty($user->rights->produit->creer)){
      -		print '<tr class="liste_titre"><td width="40%">'.$formproduct->selectWarehouses('', 'fk_entrepot').'</td>';
      -		print '<td align="right"><input name="seuil_stock_alerte" type="text" placeholder="'.$langs->trans("StockLimit").'" /></td>';
      -		print '<td align="right"><input name="desiredstock" type="text" placeholder="'.$langs->trans("DesiredStock").'" /></td>';
      -		print '<td align="right"><input type="submit" value="'.$langs->trans('Save').'" class="button" /></td>';
      -		print '</tr>';
      -	}else{
      -		print '<tr class="liste_titre"><td width="40%">'.$langs->trans("Warehouse").'</td>';
      -		print '<td align="right">'.$langs->trans("StockLimit").'</td>';
      -		print '<td align="right">'.$langs->trans("DesiredStock").'</td>';
      +	print '<tr class="liste_titre">';
      +	print '<td colspan="4">' . $langs->trans("Warehouse") . '</td>';
      +	print '<td align="right">' . $langs->trans("NumberOfUnit") . '</td>';
      +	print '<td align="right">' . $langs->trans("AverageUnitPricePMPShort") . '</td>';
      +	print '<td align="right">' . $langs->trans("EstimatedStockValueShort") . '</td>';
      +	print '<td align="right">' . $langs->trans("SellPriceMin") . '</td>';
      +	print '<td align="right">' . $langs->trans("EstimatedStockValueSellShort") . '</td>';
      +	print '</tr>';
      +	if ((!empty($conf->productbatch->enabled)) && $object->hasbatch()) {
      +		print '<tr class="liste_titre"><td width="10%"></td>';
      +		print '<td align="right" width="10%">' . $langs->trans("batch_number") . '</td>';
      +		print '<td align="center" width="10%">' . $langs->trans("EatByDate") . '</td>';
      +		print '<td align="center" width="10%">' . $langs->trans("SellByDate") . '</td>';
      +		print '<td></td>';
      +		print '<td></td>';
      +		print '<td></td>';
      +		print '<td></td>';
      +		print '<td></td>';
       		print '</tr>';
       	}
       
      -	$pse = new ProductStockEntrepot($db);
      -	$lines = $pse->fetchAll($id);
      +	$sql = "SELECT e.rowid, e.ref as label, e.lieu, ps.reel, ps.rowid as product_stock_id, p.pmp";
      +	$sql .= " FROM " . MAIN_DB_PREFIX . "entrepot as e,";
      +	$sql .= " " . MAIN_DB_PREFIX . "product_stock as ps";
      +	$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "product as p ON p.rowid = ps.fk_product";
      +	$sql .= " WHERE ps.reel != 0";
      +	$sql .= " AND ps.fk_entrepot = e.rowid";
      +	$sql .= " AND e.entity IN (" . getEntity('stock') . ")";
      +	$sql .= " AND ps.fk_product = " . $object->id;
      +	$sql .= " ORDER BY e.ref";
       
      -	if (!empty($lines))
      -	{
      -		$var=false;
      -		foreach($lines as $line)
      -		{
      -			$ent = new Entrepot($db);
      -			$ent->fetch($line['fk_entrepot']);
      -			print '<tr class="oddeven"><td width="40%">'.$ent->getNomUrl(3).'</td>';
      -			print '<td align="right">'.$line['seuil_stock_alerte'].'</td>';
      -			print '<td align="right">'.$line['desiredstock'].'</td>';
      -			if (!empty($user->rights->produit->creer)){
      -			    print '<td align="right"><a href="?id='.$id.'&fk_productstockwarehouse='.$line['id'].'&action=delete_productstockwarehouse">'.img_delete().'</a></td>';
      +	$entrepotstatic = new Entrepot($db);
      +	$product_lot_static = new Productlot($db);
      +
      +	$total = 0;
      +	$totalvalue = $totalvaluesell = 0;
      +
      +	$resql = $db->query($sql);
      +	if ($resql) {
      +		$num = $db->num_rows($resql);
      +		$total = $totalwithpmp;
      +		$i = 0;
      +		$var = false;
      +		while ($i < $num) {
      +			$obj = $db->fetch_object($resql);
      +			$entrepotstatic->id = $obj->rowid;
      +			$entrepotstatic->libelle = $obj->label;
      +			$entrepotstatic->lieu = $obj->lieu;
      +			$stock_real = price2num($obj->reel, 'MS');
      +			print '<tr class="oddeven">';
      +			print '<td colspan="4">' . $entrepotstatic->getNomUrl(1) . '</td>';
      +			print '<td align="right">' . $stock_real . ($stock_real < 0 ? ' ' . img_warning() : '') . '</td>';
      +			// PMP
      +			print '<td align="right">' . (price2num($object->pmp) ? price2num($object->pmp, 'MU') : '') . '</td>';
      +			// Value purchase
      +			print '<td align="right">' . (price2num($object->pmp) ? price(price2num($object->pmp * $obj->reel, 'MT')) : '') . '</td>';
      +			// Sell price
      +			print '<td align="right">';
      +			if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($object->price, 'MU'), 1);
      +			else print $langs->trans("Variable");
      +			print '</td>';
      +			// Value sell
      +			print '<td align="right">';
      +			if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($object->price * $obj->reel, 'MT'), 1) . '</td>';
      +			else print $langs->trans("Variable");
      +			print '</tr>';;
      +			$total += $obj->reel;
      +			if (price2num($object->pmp)) $totalwithpmp += $obj->reel;
      +			$totalvalue = $totalvalue + ($object->pmp * $obj->reel);
      +			$totalvaluesell = $totalvaluesell + ($object->price * $obj->reel);
      +			// Batch Detail
      +			if ((!empty($conf->productbatch->enabled)) && $object->hasbatch()) {
      +				$details = Productbatch::findAll($db, $obj->product_stock_id, 0, $object->id);
      +				if ($details < 0) dol_print_error($db);
      +				foreach ($details as $pdluo) {
      +					$product_lot_static->id = $pdluo->lotid;
      +					$product_lot_static->batch = $pdluo->batch;
      +					$product_lot_static->eatby = $pdluo->eatby;
      +					$product_lot_static->sellby = $pdluo->sellby;
      +
      +					if ($action == 'editline' && GETPOST('lineid', 'int') == $pdluo->id) { //Current line edit
      +						print "\n" . '<tr>';
      +						print '<td colspan="9">';
      +						print '<form action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
      +						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%">';
      +						print $form->selectDate($pdluo->eatby, 'eatby', '', '', 1, '', 1, 0);
      +						print '</td>';
      +						print '<td align="center" width="10%">';
      +						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") . '">';
      +						print '<input type="submit" class="button" id="cancellinebutton" name="Cancel" value="' . $langs->trans("Cancel") . '"></td></tr>';
      +						print '</table>';
      +						print '</form>';
      +						print '</td></tr>';
      +					} else {
      +						print "\n" . '<tr><td align="right">';
      +						print img_picto($langs->trans("Tranfer"), 'uparrow', 'class="hideonsmartphone"') . ' ';
      +						print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;id_entrepot=' . $entrepotstatic->id . '&amp;action=transfert&amp;pdluoid=' . $pdluo->id . '">' . $langs->trans("TransferStock") . '</a>';
      +						// Disabled, because edition of stock content must use the "Correct stock menu".
      +						// Do not use this, or data will be wrong (bad tracking of movement label, inventory code, ...
      +						//print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$id.'&amp;action=editline&amp;lineid='.$pdluo->id.'#'.$pdluo->id.'">';
      +						//print img_edit().'</a></td>';
      +						print '<td align="right">';
      +						print $product_lot_static->getNomUrl(1);
      +						print '</td>';
      +						print '<td align="center">' . dol_print_date($pdluo->eatby, 'day') . '</td>';
      +						print '<td align="center">' . dol_print_date($pdluo->sellby, 'day') . '</td>';
      +						print '<td align="right">' . $pdluo->qty . ($pdluo->qty < 0 ? ' ' . img_warning() : '') . '</td>';
      +						print '<td colspan="4"></td></tr>';
      +					}
      +				}
       			}
      +			$i++;
      +
      +		}
      +	} else dol_print_error($db);
      +
      +	print '<tr class="liste_total"><td align="right" class="liste_total" colspan="4">' . $langs->trans("Total") . ':</td>';
      +	print '<td class="liste_total" align="right">' . price2num($total, 'MS') . '</td>';
      +	print '<td class="liste_total" align="right">';
      +	print ($totalwithpmp ? price(price2num($totalvalue / $totalwithpmp, 'MU')) : '&nbsp;');    // This value may have rounding errors
      +	print '</td>';
      +// Value purchase
      +	print '<td class="liste_total" align="right">';
      +	print $totalvalue ? price(price2num($totalvalue, 'MT'), 1) : '&nbsp;';
      +	print '</td>';
      +	print '<td class="liste_total" align="right">';
      +	if (empty($conf->global->PRODUIT_MULTIPRICES)) print ($total ? price($totalvaluesell / $total, 1) : '&nbsp;');
      +	else print $langs->trans("Variable");
      +	print '</td>';
      +// Value to sell
      +	print '<td class="liste_total" align="right">';
      +	if (empty($conf->global->PRODUIT_MULTIPRICES)) print price(price2num($totalvaluesell, 'MT'), 1);
      +	else print $langs->trans("Variable");
      +	print '</td>';
      +	print "</tr>";
      +	print "</table>";
      +	print '</div>';
      +
      +	if (!empty($conf->global->STOCK_ALLOW_ADD_LIMIT_STOCK_BY_WAREHOUSE)) {
      +		print '<br><br>';
      +		print_titre($langs->trans('AddNewProductStockWarehouse'));
      +
      +		if (!empty($user->rights->produit->creer)) {
      +			print '<form action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
      +			print '<input type="hidden" name="action" value="addlimitstockwarehouse">';
      +			print '<input type="hidden" name="id" value="' . $id . '">';
      +		}
      +		print '<table class="noborder" width="100%">';
      +		if (!empty($user->rights->produit->creer)) {
      +			print '<tr class="liste_titre"><td width="40%">' . $formproduct->selectWarehouses('', 'fk_entrepot') . '</td>';
      +			print '<td align="right"><input name="seuil_stock_alerte" type="text" placeholder="' . $langs->trans("StockLimit") . '" /></td>';
      +			print '<td align="right"><input name="desiredstock" type="text" placeholder="' . $langs->trans("DesiredStock") . '" /></td>';
      +			print '<td align="right"><input type="submit" value="' . $langs->trans('Save') . '" class="button" /></td>';
      +			print '</tr>';
      +		} else {
      +			print '<tr class="liste_titre"><td width="40%">' . $langs->trans("Warehouse") . '</td>';
      +			print '<td align="right">' . $langs->trans("StockLimit") . '</td>';
      +			print '<td align="right">' . $langs->trans("DesiredStock") . '</td>';
       			print '</tr>';
       		}
      -	}
       
      -	print "</table>";
      +		$pse = new ProductStockEntrepot($db);
      +		$lines = $pse->fetchAll($id);
       
      -	if (!empty($user->rights->produit->creer)){
      -	    print '</form>';
      +		if (!empty($lines)) {
      +			$var = false;
      +			foreach ($lines as $line) {
      +				$ent = new Entrepot($db);
      +				$ent->fetch($line['fk_entrepot']);
      +				print '<tr class="oddeven"><td width="40%">' . $ent->getNomUrl(3) . '</td>';
      +				print '<td align="right">' . $line['seuil_stock_alerte'] . '</td>';
      +				print '<td align="right">' . $line['desiredstock'] . '</td>';
      +				if (!empty($user->rights->produit->creer)) {
      +					print '<td align="right"><a href="?id=' . $id . '&fk_productstockwarehouse=' . $line['id'] . '&action=delete_productstockwarehouse">' . img_delete() . '</a></td>';
      +				}
      +				print '</tr>';
      +			}
      +		}
      +
      +		print "</table>";
      +
      +		if (!empty($user->rights->produit->creer)) {
      +			print '</form>';
      +		}
       	}
      +} else {
      +	// List of variants
      +
      +	$prodstatic = new Product($db);
      +	$prodcomb = new ProductCombination($db);
      +	$comb2val = new ProductCombination2ValuePair($db);
      +	$productCombinations = $prodcomb->fetchAllByFkProductParent($object->id);
      +
      +	print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
      +	print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
      +	print '<input type="hidden" name="action" value="massaction">';
      +	print '<input type="hidden" name="id" value="'.$id.'">';
      +	print '<input type="hidden" name="backtopage" value="'.$backtopage.'">';
      +
      +	// load variants
      +	$title = $langs->trans("ProductCombinations");
      +
      +	print_barre_liste($title, 0, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0);
      +
      +	print '<div class="div-table-responsive">';
      +	?>
      +	<table class="liste">
      +		<tr class="liste_titre">
      +			<td class="liste_titre"><?php echo $langs->trans('Product') ?></td>
      +			<td class="liste_titre"><?php echo $langs->trans('Combination') ?></td>
      +			<td class="liste_titre center"><?php echo $langs->trans('OnSell') ?></td>
      +			<td class="liste_titre center"><?php echo $langs->trans('OnBuy') ?></td>
      +			<td class="liste_titre right"><?php echo $langs->trans('Stock') ?></td>
      +			<td class="liste_titre"></td>
      +		</tr>
      +		<?php
      +
      +		if (count($productCombinations))
      +		{
      +			$stock_total= 0;
      +			foreach ($productCombinations as $currcomb)
      +			{
      +				$prodstatic->fetch($currcomb->fk_product_child);
      +				$prodstatic->load_stock();
      +				$stock_total+=$prodstatic->stock_reel;
      +				?>
      +				<tr class="oddeven">
      +					<td><?php echo $prodstatic->getNomUrl(1) ?></td>
      +					<td>
      +						<?php
      +
      +						$productCombination2ValuePairs = $comb2val->fetchByFkCombination($currcomb->id);
      +						$iMax = count($productCombination2ValuePairs);
      +
      +						for ($i = 0; $i < $iMax; $i++) {
      +							echo dol_htmlentities($productCombination2ValuePairs[$i]);
      +
      +							if ($i !== ($iMax - 1)) {
      +								echo ', ';
      +							}
      +						} ?>
      +					</td>
      +					<td style="text-align: center;"><?php echo $prodstatic->getLibStatut(2, 0) ?></td>
      +					<td style="text-align: center;"><?php echo $prodstatic->getLibStatut(2, 1) ?></td>
      +					<td class="right"><?php echo $prodstatic->stock_reel ?></td>
      +					<td class="right">
      +						<a class="paddingleft paddingright" href="<?php echo dol_buildpath('/product/stock/product.php?id='.$currcomb->fk_product_child, 2) ?>"><?php echo img_edit() ?></a>
      +					</td>
      +					<?php
      +					?>
      +				</tr>
      +				<?php
      +			}
      +
      +			print '<tr class="liste_total">';
      +			print '<td colspan="4" align="left">'.$langs->trans("Total").'</td>';
      +			print '<td align="right">'.$stock_total.'</td>';
      +			print '</tr>';
      +		}
      +		else
      +		{
      +			print '<tr><td colspan="8"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
      +		}
      +		?>
      +	</table>
      +
      +	<?php
      +	print '</div>';
      +
      +	print '</form>';
       }
       
       // End of page
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 58eb2178da4..3c94e775ee0 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -634,7 +634,7 @@ WHERE c.fk_product_parent = ".(int) $productid." AND p.tosell = 1";
       		}
       
       		$db->commit();
      -		return 1;
      +		return $newproduct->id;
       	}
       
       	/**
      
      From 58be4ac7a32836d28d7a1df033ba57f02225ebda Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 11 Oct 2018 12:36:10 +0200
      Subject: [PATCH 0335/1013] New: works with variants: - Hide child products
       into list if PRODUIT_ATTRIBUTES_HIDECHILD is activated
      
      ---
       htdocs/product/list.php | 10 ++++++++++
       1 file changed, 10 insertions(+)
      
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 28f08035198..720ef957c01 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -286,6 +286,11 @@ if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_ty
       	$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."product_attribute_combination pac ON pac.fk_product_child = p.rowid";
       }
       
      +if (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      +	$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."product_attribute_combination pac ON pac.fk_product_child = p.rowid";
      +}
      +
      +
       $sql.= ' WHERE p.entity IN ('.getEntity('product').')';
       if ($sall) $sql .= natural_search(array_keys($fieldstosearchall), $sall);
       // if the type is not 1, we show all products (type = 0,2,3)
      @@ -294,6 +299,11 @@ if (dol_strlen($search_type) && $search_type != '-1')
       	if ($search_type == 1) $sql.= " AND p.fk_product_type = 1";
       	else $sql.= " AND p.fk_product_type <> 1";
       }
      +
      +if (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      +	$sql .= " AND pac.rowid IS NULL";
      +}
      +
       if ($search_ref)     $sql .= natural_search('p.ref', $search_ref);
       if ($search_label)   $sql .= natural_search('p.label', $search_label);
       if ($search_barcode) $sql .= natural_search('p.barcode', $search_barcode);
      
      From 88ff7241f5b848aac28394142b8a876e85424aef Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 11 Oct 2018 13:12:13 +0200
      Subject: [PATCH 0336/1013] FIX Quick hack to solve pb of bad definition of
       public holidays
      
      ---
       htdocs/core/lib/date.lib.php | 23 +++++++++++++++++++++++
       test/phpunit/DateLibTest.php | 20 ++++++++++++++++++++
       2 files changed, 43 insertions(+)
      
      diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php
      index ea1dbe237de..23f4ebd1186 100644
      --- a/htdocs/core/lib/date.lib.php
      +++ b/htdocs/core/lib/date.lib.php
      @@ -573,6 +573,8 @@ function dol_get_first_day_week($day,$month,$year,$gm=false)
        */
       function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $lastday=0)
       {
      +	global $conf;
      +
       	$nbFerie = 0;
       
       	// Check to ensure we use correct parameters
      @@ -588,6 +590,27 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       		$jour  = date("d", $timestampStart);
       		$mois  = date("m", $timestampStart);
       		$annee = date("Y", $timestampStart);
      +
      +
      +		// Check into var $conf->global->HOLIDAY_MORE_DAYS   MM-DD,YYYY-MM-DD, ...
      +		if (! empty($conf->global->HOLIDAY_MORE_PUBLIC_HOLIDAYS))
      +		{
      +			$arrayofdaystring=explode(',',$conf->global->HOLIDAY_MORE_PUBLIC_HOLIDAYS);
      +			foreach($arrayofdaystring as $daystring)
      +			{
      +				$tmp=explode('-',$daystring);
      +				var_dump($tmp);
      +				if ($tmp[2])
      +				{
      +					if ($tmp[0] == $annee && $tmp[1] == $mois && $tmp[2] == $jour) $ferie=true;
      +				}
      +				else
      +				{
      +					if ($tmp[0] == $mois && $tmp[1] == $jour) $ferie=true;
      +				}
      +			}
      +		}
      +
       		if ($countrycode == 'FR')
       		{
       			$countryfound=1;
      diff --git a/test/phpunit/DateLibTest.php b/test/phpunit/DateLibTest.php
      index 1290523abc1..e0cd1fab31b 100644
      --- a/test/phpunit/DateLibTest.php
      +++ b/test/phpunit/DateLibTest.php
      @@ -205,6 +205,26 @@ class DateLibTest extends PHPUnit_Framework_TestCase
               $result=num_public_holiday($date1,$date2,'XX',1);
               print __METHOD__." result=".$result."\n";
               $this->assertEquals(2,$result,'NumPublicHoliday for XX');   // 1 opened day, 2 closed days (even if country unknown)
      +
      +        $conf->global->HOLIDAY_MORE_PUBLIC_HOLIDAYS='12-13,2019-12-14';
      +
      +        $date1=dol_mktime(0, 0, 0, 12, 13, 2018);
      +        $date2=dol_mktime(0, 0, 0, 12, 13, 2018);
      +        $result=num_public_holiday($date1,$date2,'YY',1);
      +        print __METHOD__." result=".$result."\n";
      +        $this->assertEquals(1,$result,'NumPublicHoliday for YY the 2018-12-13');   // 0 opened day, 1 closed days (even if country unknown)
      +
      +        $date1=dol_mktime(0, 0, 0, 12, 14, 2018);
      +        $date2=dol_mktime(0, 0, 0, 12, 14, 2018);
      +        $result=num_public_holiday($date1,$date2,'YY',1);
      +        print __METHOD__." result=".$result."\n";
      +        $this->assertEquals(0,$result,'NumPublicHoliday for YY the 2018-12-14');   // 1 opened day, 0 closed days (even if country unknown)
      +
      +        $date1=dol_mktime(0, 0, 0, 12, 14, 2019);
      +        $date2=dol_mktime(0, 0, 0, 12, 14, 2019);
      +        $result=num_public_holiday($date1,$date2,'YY',1);
      +        print __METHOD__." result=".$result."\n";
      +        $this->assertEquals(1,$result,'NumPublicHoliday for YY the 2019-12-14');   // 0 opened day, 1 closed days (even if country unknown)
           }
       
           /**
      
      From e6f179b6cb348207deb9ed5c8b488224e5e575e2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 11 Oct 2018 13:33:44 +0200
      Subject: [PATCH 0337/1013] Fix look
      
      ---
       htdocs/product/stock/productlot_card.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
      index 4c614155042..7c2f4f148ad 100644
      --- a/htdocs/product/stock/productlot_card.php
      +++ b/htdocs/product/stock/productlot_card.php
      @@ -390,6 +390,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '<br>';
       	print '<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?search_product_ref='.urlencode($producttmp->ref).'&search_batch='.urlencode($object->batch).'">'.$langs->trans("ShowLogOfMovementIfLot").'</a><br>';
       
      +	print '<br>';
       }
       
       
      
      From 4b32c8e100c0cf2c53f72651ba2ee11a43d9e662 Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Thu, 11 Oct 2018 14:24:55 +0200
      Subject: [PATCH 0338/1013] Fix extrafield contact typed as date isn't show in
       the list from 'contact/address' tab of company
      
      ---
       htdocs/core/tpl/extrafields_list_print_fields.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/extrafields_list_print_fields.tpl.php b/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      index e77d0ee0eaf..855794da2d6 100644
      --- a/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      @@ -21,7 +21,7 @@ if (! empty($extrafieldsobjectkey))	// New method: $extrafieldsobject can be 'so
       				if ($align) print ' align="'.$align.'"';
       				print '>';
       				$tmpkey='options_'.$key;
      -				if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetime', 'timestamp')))
      +				if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetime', 'timestamp')) && !preg_match('/^[0-9]{10}$/', $obj->$tmpkey))
       				{
       					$value = $db->jdate($obj->$tmpkey);
       				}
      
      From ab55ff2e2c71218ba84ca6683e64169615620acd Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 11 Oct 2018 15:44:23 +0200
      Subject: [PATCH 0339/1013] New: works with variants: - Make the checkbox
       working correctly
      
      ---
       htdocs/langs/en_US/products.lang              |  1 +
       htdocs/product/class/product.class.php        |  2 +-
       htdocs/product/list.php                       | 37 ++++++++++---------
       htdocs/product/stock/product.php              |  2 +-
       .../class/ProductCombination.class.php        |  1 +
       5 files changed, 24 insertions(+), 19 deletions(-)
      
      diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
      index 0dde8ad538a..33be55ec336 100644
      --- a/htdocs/langs/en_US/products.lang
      +++ b/htdocs/langs/en_US/products.lang
      @@ -330,6 +330,7 @@ NbOfDifferentValues=No. of different values
       NbProducts=No. of products
       ParentProduct=Parent product
       HideChildProducts=Hide variant products
      +ShowChildProducts=Show variant products
       ConfirmCloneProductCombinations=Would you like to copy all the product variants to the other parent product with the given reference?
       CloneDestinationReference=Destination product reference
       ErrorCopyProductCombinations=There was an error while copying the product variants
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 3257f9bbde5..adb17e67235 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2005-2015	Regis Houssin			<regis.houssin@capnetworks.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2007-2011	Jean Heimburger			<jean@tiaris.info>
      - * Copyright (C) 2010-2013	Juanjo Menent			<jmenent@2byte.es>
      + * Copyright (C) 2010-2018	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2012       Cedric Salvador         <csalvador@gpcsolutions.fr>
        * Copyright (C) 2013-2014	Cedric GROSS			<c.gross@kreiz-it.fr>
        * Copyright (C) 2013-2016	Marcos García			<marcosgdf@gmail.com>
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 720ef957c01..9028ceb15c2 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
        * Copyright (C) 2012-2016  Marcos García           <marcosgdf@gmail.com>
      - * Copyright (C) 2013-2016	Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 2013-2018	Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2013-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2013       Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
      @@ -53,7 +53,7 @@ $sall=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alp
       $search_ref=GETPOST("search_ref");
       $search_barcode=GETPOST("search_barcode");
       $search_label=GETPOST("search_label");
      -$search_type = GETPOST("search_type",'int');
      +$search_type = GETPOST("search_type", 'int');
       $search_sale = GETPOST("search_sale");
       $search_categ = GETPOST("search_categ",'int');
       $search_tosell = GETPOST("search_tosell", 'int');
      @@ -66,11 +66,11 @@ $search_accountancy_code_buy = GETPOST("search_accountancy_code_buy",'alpha');
       $optioncss = GETPOST('optioncss','alpha');
       $type=GETPOST("type","int");
       
      -//Show/hide child products. Hidden by default
      -if (!$_POST) {
      -	$search_hidechildproducts = 'on';
      +//Show/hide child products
      +if (!empty($conf->variants->enabled) && ! empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      +	$show_childproducts = GETPOST('show_childproducts');
       } else {
      -	$search_hidechildproducts = GETPOST('search_hidechildproducts');
      +	$show_childproducts = '';
       }
       
       $diroutputmassaction=$conf->product->dir_output . '/temp/massgeneration/'.$user->id;
      @@ -219,6 +219,8 @@ if (empty($reshook))
       		$search_tobuy="";
       		$search_tobatch='';
       		//$search_type='';						// There is 2 types of list: a list of product and a list of services. No list with both. So when we clear search criteria, we must keep the filter on type.
      +
      +		$show_childproducts = '';
       		$search_accountancy_code_sell='';
       		$search_accountancy_code_buy='';
       		$search_array_options=array();
      @@ -265,7 +267,7 @@ $sql.= ' p.fk_product_type, p.duration, p.tosell, p.tobuy, p.seuil_stock_alerte,
       $sql.= ' p.tobatch, p.accountancy_code_sell, p.accountancy_code_sell_intra, p.accountancy_code_sell_export, p.accountancy_code_buy,';
       $sql.= ' p.datec as date_creation, p.tms as date_update, p.pmp,';
       $sql.= ' MIN(pfp.unitprice) as minsellprice';
      -if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_type === 0)) {
      +if (!empty($conf->variants->enabled) && (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD) && ! $show_childproducts )) {
       	$sql .= ', pac.rowid prod_comb_id';
       }
       // Add fields from extrafields
      @@ -282,11 +284,8 @@ if (! empty($search_categ) || ! empty($catid)) $sql.= ' LEFT JOIN '.MAIN_DB_PREF
       $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_fournisseur_price as pfp ON p.rowid = pfp.fk_product";
       // multilang
       if (! empty($conf->global->MAIN_MULTILANGS)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_lang as pl ON pl.fk_product = p.rowid AND pl.lang = '".$langs->getDefaultLang() ."'";
      -if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_type === 0)) {
      -	$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."product_attribute_combination pac ON pac.fk_product_child = p.rowid";
      -}
       
      -if (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      +if (!empty($conf->variants->enabled) && (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD) && ! $show_childproducts )) {
       	$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."product_attribute_combination pac ON pac.fk_product_child = p.rowid";
       }
       
      @@ -300,7 +299,7 @@ if (dol_strlen($search_type) && $search_type != '-1')
       	else $sql.= " AND p.fk_product_type <> 1";
       }
       
      -if (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      +if (!empty($conf->variants->enabled) && (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD) && ! $show_childproducts )) {
       	$sql .= " AND pac.rowid IS NULL";
       }
       
      @@ -318,7 +317,7 @@ if ($fourn_id > 0)  $sql.= " AND pfp.fk_soc = ".$fourn_id;
       if ($search_tobatch != '' && $search_tobatch >= 0)   $sql.= " AND p.tobatch = ".$db->escape($search_tobatch);
       if ($search_accountancy_code_sell) $sql.= natural_search('p.accountancy_code_sell', $search_accountancy_code_sell);
       if ($search_accountancy_code_buy)  $sql.= natural_search('p.accountancy_code_buy', $search_accountancy_code_buy);
      -if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_type === 0)) $sql .= " AND pac.rowid IS NULL";
      +
       // Add where from extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
       // Add where from hooks
      @@ -328,7 +327,10 @@ $sql.=$hookmanager->resPrint;
       $sql.= " GROUP BY p.rowid, p.ref, p.label, p.barcode, p.price, p.price_ttc, p.price_base_type,";
       $sql.= " p.fk_product_type, p.duration, p.tosell, p.tobuy, p.seuil_stock_alerte, p.desiredstock,";
       $sql.= ' p.datec, p.tms, p.entity, p.tobatch, p.accountancy_code_sell, p.accountancy_code_sell_intra, p.accountancy_code_sell_export, p.accountancy_code_buy, p.pmp';
      -if (!empty($conf->variants->enabled) && $search_hidechildproducts && ($search_type === 0)) $sql .= ', pac.rowid';
      +
      +if (!empty($conf->variants->enabled) && (!empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD) && ! $show_childproducts )) {
      +	$sql .= ', pac.rowid';
      +}
       // Add fields from extrafields
       if (! empty($extrafields->attributes[$object->table_element]['label'])) {
       	foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) $sql.=($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? ", ef.".$key : '');
      @@ -402,6 +404,7 @@ if ($resql)
       	if ($search_tobuy != '') $param.="&search_tobuy=".urlencode($search_tobuy);
       	if ($fourn_id > 0) $param.=($fourn_id?"&fourn_id=".$fourn_id:"");
       	if ($seach_categ) $param.=($search_categ?"&search_categ=".urlencode($search_categ):"");
      +	if ($show_childproducts) $param.=($show_childproducts?"&show_childproducts=".urlencode($show_childproducts):"");
       	if ($type != '') $param.='&type='.urlencode($type);
       	if ($search_type != '') $param.='&search_type='.urlencode($search_type);
       	if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss);
      @@ -477,10 +480,10 @@ if ($resql)
       	}
       
       	//Show/hide child products. Hidden by default
      -	if (!empty($conf->variants->enabled) && $search_type === 0) {
      +	if (!empty($conf->variants->enabled) && !empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD )) {
       		$moreforfilter.='<div class="divsearchfield">';
      -		$moreforfilter.= '<input type="checkbox" id="search_hidechildproducts" name="search_hidechildproducts" value="on"'.($search_hidechildproducts ? 'checked="checked"' : '').'>';
      -		$moreforfilter.= ' <label for="search_hidechildproducts">'.$langs->trans('HideChildProducts').'</label>';
      +		$moreforfilter.= '<input type="checkbox" id="show_childproducts" name="show_childproducts"'.($show_childproducts ? 'checked="checked"':'').'>';
      +		$moreforfilter.= ' <label for="show_childproducts">'.$langs->trans('ShowChildProducts').'</label>';
       		$moreforfilter.='</div>';
       	}
       
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index 51871736a3d..dc291eb0fdc 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -5,7 +5,7 @@
        * Copyright (C) 2005      Simon TOSSER         <simon@kornog-computing.com>
        * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
        * Copyright (C) 2013      Cédric Salvador      <csalvador.gpcsolutions.fr>
      - * Copyright (C) 2013-2015 Juanjo Menent	    <jmenent@2byte.es>
      + * Copyright (C) 2013-2018 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>
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 3c94e775ee0..8908bfa4d2d 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -1,6 +1,7 @@
       <?php
       
       /* Copyright (C) 2016	Marcos García	<marcosgdf@gmail.com>
      + * Copyright (C) 2018	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
      
      From 0976616401c424a0a5fb3a3faa76f37c65915d67 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 11 Oct 2018 17:13:39 +0200
      Subject: [PATCH 0340/1013] Fix: Opening brace should be on a new line
      
      ---
       htdocs/product/class/product.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index adb17e67235..e8dff4c8e92 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3498,7 +3498,8 @@ class Product extends CommonObject
       	 *
       	 * @return 	int		Number of variants
       	 */
      -	function hasVariants() {
      +	function hasVariants()
      +	{
       		$nb = 0;
       		$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."product_attribute_combination WHERE fk_product_parent = ".$this->id;
       		$sql.= " AND entity IN (".getEntity('product').")";
      
      From 79420593f44aa1e320847d9c8e8da9ef245fa05d Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Thu, 11 Oct 2018 17:14:22 +0200
      Subject: [PATCH 0341/1013] Fix display 0 (as virtual stock) instead of empty
       string
      
      ---
       htdocs/product/reassort.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index ccd01e56db7..a915594c4de 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -338,7 +338,7 @@ if ($resql)
       		// Real stock
       		print '<td align="right">';
               if ($objp->seuil_stock_alerte != '' && ($objp->stock_physique < $objp->seuil_stock_alerte)) print img_warning($langs->trans("StockTooLow")).' ';
      -		print $objp->stock_physique;
      +		print $objp->stock_physique|0;
       		print '</td>';
       
       		// Details per warehouse
      
      From 849a1a94000f9a959423a7f26b2d8b0bb93e5b31 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 09:26:58 +0200
      Subject: [PATCH 0342/1013] Standardize and update code
      
      ---
       .../template/class/myobject.class.php            |  9 +++++++++
       htdocs/product/class/product.class.php           |  3 +++
       htdocs/product/class/productbatch.class.php      | 16 ++++++++++------
       .../product/class/productcustomerprice.class.php | 10 +++++++++-
       .../class/propalmergepdfproduct.class.php        | 13 +++++++++++++
       5 files changed, 44 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index b04dd735e49..19e6bcd64a4 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -130,8 +130,17 @@ class MyObject extends CommonObject
       
       	public $date_creation;
       	public $tms;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_creat;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_modif;
      +
       	public $import_key;
       	// END MODULEBUILDER PROPERTIES
       
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 050d756ad82..3e1ceb8b2dc 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -290,6 +290,9 @@ class Product extends CommonObject
       
       	public $oldcopy;
       
      +	/**
      +     * @var int ID
      +     */
           public $fk_price_expression;
       
           /* To store supplier price found */
      diff --git a/htdocs/product/class/productbatch.class.php b/htdocs/product/class/productbatch.class.php
      index f6a7df212eb..eb4fc32baed 100644
      --- a/htdocs/product/class/productbatch.class.php
      +++ b/htdocs/product/class/productbatch.class.php
      @@ -37,13 +37,17 @@ class Productbatch extends CommonObject
       
       	private static $_table_element='product_batch';		//!< Name of table without prefix where object is stored
       
      -	var $tms='';
      -	var $fk_product_stock;
      -	var $sellby='';
      -	var $eatby='';
      -	var $batch='';
      -	var $qty;
      +	public $tms='';
      +	public $fk_product_stock;
      +	public $sellby='';
      +	public $eatby='';
      +	public $batch='';
      +	public $qty;
       	public $warehouseid;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
       
       
      diff --git a/htdocs/product/class/productcustomerprice.class.php b/htdocs/product/class/productcustomerprice.class.php
      index 5aaa2c079ea..3079fef5412 100644
      --- a/htdocs/product/class/productcustomerprice.class.php
      +++ b/htdocs/product/class/productcustomerprice.class.php
      @@ -45,6 +45,10 @@ class Productcustomerprice extends CommonObject
       
       	public $datec = '';
       	public $tms = '';
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
       
       	/**
      @@ -987,12 +991,16 @@ class PriceByCustomerLine
       
       	public $datec = '';
       	public $tms = '';
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
       
       	/**
       	 * @var int Thirdparty ID
       	 */
      -  public $fk_soc;
      +    public $fk_soc;
       
       	public $price;
       	public $price_ttc;
      diff --git a/htdocs/product/class/propalmergepdfproduct.class.php b/htdocs/product/class/propalmergepdfproduct.class.php
      index 3a7f3fb586d..f2aabb86876 100644
      --- a/htdocs/product/class/propalmergepdfproduct.class.php
      +++ b/htdocs/product/class/propalmergepdfproduct.class.php
      @@ -647,11 +647,24 @@ class PropalmergepdfproductLine
       	 */
       	public $id;
       
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
      +
       	public $file_name;
       	public $lang;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_author;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_mod;
      +
       	public $datec='';
       	public $tms='';
       	public $import_key;
      
      From 357173f0ef55f34e4248ef964cd92fe7a00e8116 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 09:30:53 +0200
      Subject: [PATCH 0343/1013] Standardize and update code
      
      ---
       .../price_global_variable_updater.class.php     |  5 +++++
       .../product/inventory/class/inventory.class.php | 17 +++++++++++++++++
       htdocs/product/stock/class/entrepot.class.php   |  4 ++++
       .../stock/class/mouvementstock.class.php        |  8 ++++++++
       htdocs/product/stock/class/productlot.class.php | 13 +++++++++++++
       .../stock/class/productstockentrepot.class.php  |  9 +++++++++
       6 files changed, 56 insertions(+)
      
      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 b06a249ccc6..c4dda3481bb 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
      @@ -60,7 +60,12 @@ class PriceGlobalVariableUpdater
       	public $description;
       
           public $parameters;
      +
      +    /**
      +     * @var int ID
      +     */
           public $fk_variable;
      +
           public $update_interval;				//!< Interval in mins
           public $next_update;					//!< Next update timestamp
           public $last_status;
      diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php
      index e1be589ac88..39df52a8208 100644
      --- a/htdocs/product/inventory/class/inventory.class.php
      +++ b/htdocs/product/inventory/class/inventory.class.php
      @@ -114,7 +114,11 @@ class Inventory extends CommonObject
       	 */
       	public $entity;
       
      +	/**
      +     * @var int ID
      +     */
       	public $fk_warehouse;
      +
       	public $date_inventory;
       	public $title;
       
      @@ -126,9 +130,22 @@ class Inventory extends CommonObject
       	public $date_creation;
       	public $date_validation;
       	public $tms;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_creat;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_modif;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_valid;
      +
       	public $import_key;
       	// END MODULEBUILDER PROPERTIES
       
      diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
      index 575aa2a705d..b2a78a9cd3e 100644
      --- a/htdocs/product/stock/class/entrepot.class.php
      +++ b/htdocs/product/stock/class/entrepot.class.php
      @@ -78,6 +78,10 @@ class Entrepot extends CommonObject
       	//! Code Postal
       	public $zip;
       	public $town;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_parent;
       
       	// List of short language codes for status
      diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
      index 0d8338c4d9f..f5fad015636 100644
      --- a/htdocs/product/stock/class/mouvementstock.class.php
      +++ b/htdocs/product/stock/class/mouvementstock.class.php
      @@ -49,6 +49,10 @@ class MouvementStock extends CommonObject
       	public $tms = '';
       	public $datem = '';
       	public $price;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_author;
       
       	/**
      @@ -56,7 +60,11 @@ class MouvementStock extends CommonObject
            */
           public $label;
       
      +    /**
      +     * @var int ID
      +     */
       	public $fk_origin;
      +
       	public $origintype;
       	public $inventorycode;
       	public $batch;
      diff --git a/htdocs/product/stock/class/productlot.class.php b/htdocs/product/stock/class/productlot.class.php
      index d7b77cd83ee..1530e068856 100644
      --- a/htdocs/product/stock/class/productlot.class.php
      +++ b/htdocs/product/stock/class/productlot.class.php
      @@ -63,14 +63,27 @@ class Productlot extends CommonObject
       	 */
       	public $entity;
       
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
      +
       	public $batch;
       	public $eatby = '';
       	public $sellby = '';
       	public $datec = '';
       	public $tms = '';
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_creat;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_modif;
      +
       	public $import_key;
       
       
      diff --git a/htdocs/product/stock/class/productstockentrepot.class.php b/htdocs/product/stock/class/productstockentrepot.class.php
      index 1ab24b553d8..6b12af88c7a 100644
      --- a/htdocs/product/stock/class/productstockentrepot.class.php
      +++ b/htdocs/product/stock/class/productstockentrepot.class.php
      @@ -51,8 +51,17 @@ class ProductStockEntrepot extends CommonObject
       	public $table_element = 'product_warehouse_properties';
       
       	public $tms = '';
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_product;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_entrepot;
      +
       	public $seuil_stock_alerte;
       	public $desiredstock;
       	public $import_key;
      
      From 7e6cdfb5ec178f7495370f3afe16be2e6b447110 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 09:34:54 +0200
      Subject: [PATCH 0344/1013] Standardize and update code
      
      ---
       htdocs/projet/class/task.class.php            | 17 +++++++++++++++++
       htdocs/resource/class/dolresource.class.php   |  5 +++++
       htdocs/societe/class/societe.class.php        | 13 +++++++++++++
       htdocs/societe/class/societeaccount.class.php |  9 +++++++++
       4 files changed, 44 insertions(+)
      
      diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
      index a3fd5fb1703..84829bf85cb 100644
      --- a/htdocs/projet/class/task.class.php
      +++ b/htdocs/projet/class/task.class.php
      @@ -49,6 +49,9 @@ class Task extends CommonObject
       	public $picto = 'task';
       	protected $childtables=array('projet_task_time');    // To test if we can delete object
       
      +	/**
      +     * @var int ID parent task
      +     */
           public $fk_task_parent;
       
           /**
      @@ -67,10 +70,24 @@ class Task extends CommonObject
       	public $date_start;
       	public $date_end;
       	public $progress;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_statut;
      +
       	public $priority;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_creat;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_valid;
      +
       	public $rang;
       
       	public $timespent_min_date;
      diff --git a/htdocs/resource/class/dolresource.class.php b/htdocs/resource/class/dolresource.class.php
      index 1c04a5633ec..c6e25c4d837 100644
      --- a/htdocs/resource/class/dolresource.class.php
      +++ b/htdocs/resource/class/dolresource.class.php
      @@ -47,7 +47,12 @@ class Dolresource extends CommonObject
       	public $element_type;
       	public $busy;
       	public $mandatory;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_user_create;
      +
       	public $type_label;
       	public $tms='';
       
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index dbc51c93816..6343fcf0e91 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -281,7 +281,12 @@ class Societe extends CommonObject
       	public $remise_supplier_percent;
       	public $mode_reglement_supplier_id;
       	public $cond_reglement_supplier_id;
      +
      +	/**
      +     * @var int ID
      +     */
       	public $fk_prospectlevel;
      +
       	public $name_bis;
       
       	//Log data
      @@ -449,12 +454,20 @@ class Societe extends CommonObject
       	public $array_options;
       
       	// Incoterms
      +	/**
      +     * @var int ID
      +     */
       	public $fk_incoterms;
      +
       	public $location_incoterms;
       	public $libelle_incoterms;  //Used into tooltip
       
       	// Multicurrency
      +	/**
      +     * @var int ID
      +     */
       	public $fk_multicurrency;
      +
       	public $multicurrency_code;
       
       
      diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php
      index bcb09675c3d..12a664f2686 100644
      --- a/htdocs/societe/class/societeaccount.class.php
      +++ b/htdocs/societe/class/societeaccount.class.php
      @@ -127,8 +127,17 @@ class SocieteAccount extends CommonObject
       	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;
       
       	/**
      
      From ded5c4c3ddb029ec73d5f0f269c3f58277ed113a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 11:02:03 +0200
      Subject: [PATCH 0345/1013] Social network module
      
      ---
       htdocs/adherents/card.php                | 18 +++++-
       htdocs/contact/list.php                  | 38 +++++++++++-
       htdocs/core/actions_sendmails.inc.php    |  2 +-
       htdocs/core/class/commonobject.class.php | 17 +++++-
       htdocs/core/lib/functions.lib.php        | 67 +++++++++++----------
       htdocs/langs/en_US/admin.lang            |  6 +-
       htdocs/langs/en_US/boxes.lang            |  4 +-
       htdocs/langs/en_US/companies.lang        | 28 ++++-----
       htdocs/langs/en_US/mails.lang            |  8 +--
       htdocs/langs/en_US/main.lang             |  2 +-
       htdocs/societe/index.php                 |  2 +-
       htdocs/theme/eldy/style.css.php          |  3 +
       htdocs/theme/md/style.css.php            |  3 +
       htdocs/user/card.php                     | 74 +++++++++++++++++++++++-
       14 files changed, 204 insertions(+), 68 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index bc29c67c244..e9aa0f98146 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -980,7 +980,7 @@ 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>';
       	    }
      @@ -1218,12 +1218,24 @@ 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>';
       	    }
       
      -		// 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";
       		print $form->selectDate(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
       		print "</td></tr>\n";
      diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
      index 04132fa9b75..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');
      @@ -156,7 +158,9 @@ $arrayfields=array(
       	'p.phone_mobile'=>array('label'=>"PhoneMobile", '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='';
      @@ -311,6 +317,8 @@ if (strlen($search_phone_pro))      $sql.= natural_search('p.phone', $search_pho
       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
      @@ -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/core/actions_sendmails.inc.php b/htdocs/core/actions_sendmails.inc.php
      index 6afd6b1e354..153c5ca9364 100644
      --- a/htdocs/core/actions_sendmails.inc.php
      +++ b/htdocs/core/actions_sendmails.inc.php
      @@ -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/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index a11cd3dd49e..76e2b1a093a 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -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 -->';
       
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 4424d3fa904..8883d1ad89c 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -2189,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;
       }
      @@ -3151,11 +3153,13 @@ 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', 'list', 'listlight', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize',
      -				'note','switch_off', 'switch_on', 'unlink', 'uparrow', '1downarrow', '1uparrow')
      -			)) {
      +				'note','switch_off', 'switch_on', 'unlink', 'uparrow', '1downarrow', '1uparrow',
      +				'skype','twitter','facebook'
      +			)
      +		)) {
       			$fakey = $pictowithoutext;
       			$facolor = ''; $fasize = '';
      -			$marginleftonlyshort = 0;
      +			$marginleftonlyshort = 2;
       			if ($pictowithoutext == 'switch_off') {
       				$fakey = 'fa-toggle-off';
       				$facolor = '#999';
      @@ -3237,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.' '.($marginleftonlyshort?'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:'').'>';
      +			$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;
       			}
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 9d9abd92f4c..d4665bb4ccd 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -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
      @@ -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)
      @@ -1695,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:
      diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang
      index 4254c2cacaf..cc46e702a75 100644
      --- a/htdocs/langs/en_US/boxes.lang
      +++ b/htdocs/langs/en_US/boxes.lang
      @@ -15,7 +15,7 @@ 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
      @@ -34,7 +34,7 @@ BoxTitleLastFicheInter=Latest %s modified interventions
       BoxTitleOldestUnpaidCustomerBills=Customer Invoices: oldest %s unpaid
       BoxTitleOldestUnpaidSupplierBills=Supplier Invoices: oldest %s unpaid
       BoxTitleCurrentAccounts=Open Accounts: balances
      -BoxTitleLastModifiedContacts=Contacts/Addresses: latest %s modified
      +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
      diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
      index fbdd9685975..ef0328b9349 100644
      --- a/htdocs/langs/en_US/companies.lang
      +++ b/htdocs/langs/en_US/companies.lang
      @@ -3,7 +3,7 @@ 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
      @@ -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, ...)
      @@ -40,7 +40,7 @@ ThirdPartyCustomersWithIdProf12=Customers with %s or %s
       ThirdPartySuppliers=Vendors
       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
      @@ -289,16 +289,16 @@ SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=None
       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/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 b1c51659b07..5a017330f20 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -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
      diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
      index f53a9042fca..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>
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index 82f50a5771c..bb43aa0af55 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -696,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;
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 23575680acf..b347d305dd9 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -689,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;
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index 888550a6408..9dee03e87c6 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -1000,7 +1000,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>';
      @@ -1011,7 +1011,41 @@ if ($action == 'create' || $action == 'adduserldap')
       		}
       		else
       		{
      -			print '<input class="maxwidth200" 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="skype" 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="skype" value="'.$ldap_facebook.'">';
      +			print $ldap_facebook;
      +		}
      +		else
      +		{
      +			print '<input class="maxwidth200" type="text" name="facebook" value="'.GETPOST('facebook','alpha').'">';
       		}
       		print '</td></tr>';
       	}
      @@ -2195,7 +2229,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>';
      @@ -2211,6 +2245,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>';
      
      From cb53e18aa49db8b8b53460c80aeca3015d9596ba Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 11:12:29 +0200
      Subject: [PATCH 0346/1013] Social network module
      
      ---
       htdocs/adherents/card.php                 | 24 +++++++++++++++++++++--
       htdocs/adherents/class/adherent.class.php | 21 ++++++++++++++++++--
       htdocs/user/card.php                      | 10 ++++++++--
       3 files changed, 49 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index e9aa0f98146..908a46c91d1 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -301,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');
      @@ -443,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');
      @@ -467,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;
      @@ -985,7 +993,19 @@ else
       			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";
       		print $form->selectDate(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
       		print "</td></tr>\n";
      @@ -1220,7 +1240,7 @@ else
       	    // Skype
       	    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>';
       	    }
       
       	    // Twitter
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 21f6c3407d9..888e3043de1 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -88,7 +88,11 @@ class Adherent extends CommonObject
       	public $state;                 // Label of department
       
       	public $email;
      +
       	public $skype;
      +	public $twitter;
      +	public $facebook;
      +
       	public $phone;
       	public $phone_perso;
       	public $phone_mobile;
      @@ -468,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");
      @@ -574,6 +580,8 @@ class Adherent extends CommonObject
       
       						$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;
       
      @@ -613,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;
      @@ -1100,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,";
      @@ -1172,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;
      @@ -2265,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';
      @@ -2372,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;
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index 9dee03e87c6..cf733932129 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -201,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");
      @@ -348,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');
      @@ -588,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];
       				}
      @@ -1023,7 +1029,7 @@ if ($action == 'create' || $action == 'adduserldap')
       		print '<td>';
       		if (! empty($ldap_twitter))
       		{
      -			print '<input type="hidden" name="skype" value="'.$ldap_twitter.'">';
      +			print '<input type="hidden" name="twitter" value="'.$ldap_twitter.'">';
       			print $ldap_twitter;
       		}
       		else
      @@ -1040,7 +1046,7 @@ if ($action == 'create' || $action == 'adduserldap')
       		print '<td>';
       		if (! empty($ldap_facebook))
       		{
      -			print '<input type="hidden" name="skype" value="'.$ldap_facebook.'">';
      +			print '<input type="hidden" name="facebook" value="'.$ldap_facebook.'">';
       			print $ldap_facebook;
       		}
       		else
      
      From 82c89f739d3389b11b7154fc3037f0c4105d5a31 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 11:29:47 +0200
      Subject: [PATCH 0347/1013] social network module
      
      ---
       htdocs/user/class/user.class.php | 41 +++++++++++++++++++++++++++-----
       1 file changed, 35 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
      index f3fa431daa0..da0e39d9ad7 100644
      --- a/htdocs/user/class/user.class.php
      +++ b/htdocs/user/class/user.class.php
      @@ -69,7 +69,11 @@ class User extends CommonObject
       	public $gender;
       	public $birth;
       	public $email;
      +
       	public $skype;
      +	public $twitter;
      +	public $facebook;
      +
       	public $job;			// job position
       	public $signature;
       
      @@ -220,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,";
      @@ -325,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;
      @@ -1220,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;
      @@ -1433,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);
      @@ -1483,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)."'";
      @@ -1567,7 +1582,11 @@ class User extends CommonObject
       						$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;
       
      @@ -1615,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;
      @@ -2474,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
      @@ -2591,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';
      @@ -2745,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};
      
      From 53b099858f40ca77697125e8dc78be1e67e415fc Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 12:04:04 +0200
      Subject: [PATCH 0348/1013] FIX cutomer or supplier categories visible or not
       when required
      
      ---
       htdocs/societe/card.php | 161 ++++++++++++++++++++++++++--------------
       1 file changed, 105 insertions(+), 56 deletions(-)
      
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index ee4d05231ee..1fbabc01462 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -1063,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();
      @@ -1421,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
      @@ -1488,11 +1519,6 @@ else
           }
           elseif ($action == 'edit')
           {
      -        /*
      -         * Edition
      -         */
      -
      -
               //print load_fiche_titre($langs->trans("EditCompany"));
       
               if ($socid)
      @@ -1612,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){
      @@ -1647,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";
                   }
       
      @@ -2022,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
      
      From b4e254247267bdc1d5c65454c2e3894d02d33ef1 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 12:20:05 +0200
      Subject: [PATCH 0349/1013] Standardize and update code
      
      ---
       htdocs/stripe/class/stripe.class.php          |  3 ++
       .../class/supplier_proposal.class.php         | 28 +++++++++++++++++++
       2 files changed, 31 insertions(+)
      
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index 3c07c9ae5f6..e66fc769a09 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -38,6 +38,9 @@ class Stripe extends CommonObject
       	 */
           public $fk_soc;
       
      +    /**
      +     * @var int ID
      +     */
       	public $fk_key;
       
       	/**
      diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      index 688f6aa1276..adc2c8643ac 100644
      --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php
      +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      @@ -166,7 +166,11 @@ class SupplierProposal extends CommonObject
           public $specimen;
       
       	// Multicurrency
      +	/**
      +     * @var int ID
      +     */
       	public $fk_multicurrency;
      +
       	public $multicurrency_code;
       	public $multicurrency_tx;
       	public $multicurrency_total_ht;
      @@ -2712,9 +2716,21 @@ class SupplierProposalLine extends CommonObjectLine
       	 */
       	public $id;
       
      +	/**
      +     * @var int ID
      +     */
           public $fk_supplier_proposal;
      +
      +    /**
      +     * @var int ID
      +     */
           public $fk_parent_line;
      +
           public $desc;          	// Description ligne
      +
      +    /**
      +     * @var int ID
      +     */
           public $fk_product;		// Id produit predefini
       
       	/**
      @@ -2733,11 +2749,19 @@ class SupplierProposalLine extends CommonObjectLine
           public $tva_tx;
           public $subprice;
           public $remise_percent;
      +
      +    /**
      +     * @var int ID
      +     */
           public $fk_remise_except;
       
           public $rang = 0;
       
      +    /**
      +     * @var int ID
      +     */
       	public $fk_fournprice;
      +
       	public $pa_ht;
       	public $marge_tx;
       	public $marque_tx;
      @@ -2811,7 +2835,11 @@ class SupplierProposalLine extends CommonObjectLine
           public $ref_supplier;
       
       	// Multicurrency
      +	/**
      +     * @var int ID
      +     */
       	public $fk_multicurrency;
      +
       	public $multicurrency_code;
       	public $multicurrency_subprice;
       	public $multicurrency_total_ht;
      
      From ba40ad4aabf1d7779a61e8cc604f150f3a0e328c Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 12:23:45 +0200
      Subject: [PATCH 0350/1013] Standardize and update code
      
      ---
       htdocs/ticket/class/actions_ticket.class.php | 3 +++
       htdocs/ticket/class/ticketlogs.class.php     | 8 ++++++++
       htdocs/user/class/user.class.php             | 3 +++
       htdocs/website/class/websitepage.class.php   | 4 ++++
       4 files changed, 18 insertions(+)
      
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index 2fd26b5797b..7e8ae39564a 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -70,6 +70,9 @@ class ActionsTicket
       	 */
       	public $description;
       
      +	/**
      +     * @var int ID
      +     */
           public $fk_statut;
       
           /**
      diff --git a/htdocs/ticket/class/ticketlogs.class.php b/htdocs/ticket/class/ticketlogs.class.php
      index 01ba7972ced..79a4c95efed 100644
      --- a/htdocs/ticket/class/ticketlogs.class.php
      +++ b/htdocs/ticket/class/ticketlogs.class.php
      @@ -62,8 +62,16 @@ class Ticketlogs// extends CommonObject
       	 */
       	public $id;
       
      +	/**
      +     * @var int ID
      +     */
           public $fk_track_id;
      +
      +    /**
      +     * @var int ID
      +     */
           public $fk_user_create;
      +
           public $datec = '';
           public $message;
       
      diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
      index da0e39d9ad7..d2afacce54a 100644
      --- a/htdocs/user/class/user.class.php
      +++ b/htdocs/user/class/user.class.php
      @@ -123,6 +123,9 @@ class User extends CommonObject
       	public $socid;
       	public $contactid;
       
      +	/**
      +     * @var int ID
      +     */
       	public $fk_member;
       
       	/**
      diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php
      index 4277a03167d..b6ef620b7d2 100644
      --- a/htdocs/website/class/websitepage.class.php
      +++ b/htdocs/website/class/websitepage.class.php
      @@ -49,7 +49,11 @@ class WebsitePage extends CommonObject
       	 */
       	public $picto = 'label';
       
      +	/**
      +     * @var int ID
      +     */
       	public $fk_website;
      +
       	public $pageurl;
       	public $aliasalt;
       	public $type_container;
      
      From 9d4f6dc44465b6ed0368dee271be2c97222affce Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 15:55:36 +0200
      Subject: [PATCH 0351/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/account.php | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
      index 087f9957f16..c9b72d9cc4c 100644
      --- a/htdocs/accountancy/admin/account.php
      +++ b/htdocs/accountancy/admin/account.php
      @@ -38,11 +38,11 @@ $id = GETPOST('id', 'int');
       $rowid = GETPOST('rowid', 'int');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'accountingaccountlist';   // To manage different context of search
       
      -$search_account = GETPOST("search_account");
      -$search_label = GETPOST("search_label");
      -$search_accountparent = GETPOST("search_accountparent");
      -$search_pcgtype = GETPOST("search_pcgtype");
      -$search_pcgsubtype = GETPOST("search_pcgsubtype");
      +$search_account = GETPOST('search_account','alpha');
      +$search_label = GETPOST('search_label','alpha');
      +$search_accountparent = GETPOST('search_accountparent','alpha');
      +$search_pcgtype = GETPOST('search_pcgtype','alpha');
      +$search_pcgsubtype = GETPOST('search_pcgsubtype','alpha');
       
       // Security check
       if ($user->societe_id > 0) accessforbidden();
      
      From 4000845970445be656ca2c6df51469c4f6909b86 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 15:57:38 +0200
      Subject: [PATCH 0352/1013] Update screenshot
      
      ---
       .../dolibarr_screenshot5_1920x1080_b.jpg      | Bin 126498 -> 274292 bytes
       1 file changed, 0 insertions(+), 0 deletions(-)
      
      diff --git a/doc/images/dolibarr_screenshot5_1920x1080_b.jpg b/doc/images/dolibarr_screenshot5_1920x1080_b.jpg
      index 5f7d8a5b573d9e7b3e055a62890cb02fa37e1ae0..0b5c749cb5c70905cd0c946c31b53e9ac62c5476 100644
      GIT binary patch
      literal 274292
      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
      
      literal 126498
      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
      
      
      From 181c1e0b77b606fbfc172e4e7e17854937214edd Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:01:27 +0200
      Subject: [PATCH 0353/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/accountmodel.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
      index e3ed164d60b..c50bb495c09 100644
      --- a/htdocs/accountancy/admin/accountmodel.php
      +++ b/htdocs/accountancy/admin/accountmodel.php
      @@ -55,8 +55,8 @@ $acts[1] = "disable";
       $actl[0] = img_picto($langs->trans("Disabled"),'switch_off');
       $actl[1] = img_picto($langs->trans("Activated"),'switch_on');
       
      -$listoffset=GETPOST('listoffset');
      -$listlimit=GETPOST('listlimit')>0?GETPOST('listlimit'):1000;
      +$listoffset=GETPOST('listoffset','alpha');
      +$listlimit=GETPOST('listlimit','int')>0?GETPOST('listlimit','int'):1000;
       $active = 1;
       
       $sortfield = GETPOST("sortfield",'aZ09comma');
      
      From c5edb3289b9d048074e8dacb486dee27494ef121 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:09:05 +0200
      Subject: [PATCH 0354/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/accountmodel.php | 12 ++++++------
       1 file changed, 6 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
      index c50bb495c09..efa23a6a586 100644
      --- a/htdocs/accountancy/admin/accountmodel.php
      +++ b/htdocs/accountancy/admin/accountmodel.php
      @@ -139,13 +139,13 @@ $sourceList=array();
        * Actions
        */
       
      -if (GETPOST('button_removefilter') || GETPOST('button_removefilter.x') || GETPOST('button_removefilter_x'))
      +if (GETPOST('button_removefilter','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter_x','alpha'))
       {
       	$search_country_id = '';
       }
       
       // Actions add or modify an entry into a dictionary
      -if (GETPOST('actionadd') || GETPOST('actionmodify'))
      +if (GETPOST('actionadd','alpha') || GETPOST('actionmodify','alpha'))
       {
       	$listfield=explode(',', str_replace(' ', '',$tabfield[$id]));
       	$listfieldinsert=explode(',',$tabfieldinsert[$id]);
      @@ -235,7 +235,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	if ($_POST["accountancy_code_buy"] <= 0) $_POST["accountancy_code_buy"]='';	// If empty, we force to null
       
       	// Si verif ok et action add, on ajoute la ligne
      -	if ($ok && GETPOST('actionadd'))
      +	if ($ok && GETPOST('actionadd','alpha'))
       	{
       		if ($tabrowid[$id])
       		{
      @@ -300,7 +300,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	}
       
       	// Si verif ok et action modify, on modifie la ligne
      -	if ($ok && GETPOST('actionmodify'))
      +	if ($ok && GETPOST('actionmodify','alpha'))
       	{
       		if ($tabrowid[$id]) { $rowidcol=$tabrowid[$id]; }
       		else { $rowidcol="rowid"; }
      @@ -341,7 +341,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	//$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       }
       
      -if (GETPOST('actioncancel'))
      +if (GETPOST('actioncancel','alpha'))
       {
       	//$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       }
      @@ -560,7 +560,7 @@ if ($id)
       
       		$obj = new stdClass();
       		// If data was already input, we define them in obj to populate input fields.
      -		if (GETPOST('actionadd'))
      +		if (GETPOST('actionadd','alpha'))
       		{
       			foreach ($fieldlist as $key=>$val)
       			{
      
      From 4df574d58ed36ffbcbf0e1843b8b8e122985f796 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:23:27 +0200
      Subject: [PATCH 0355/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/card.php            | 34 ++++++++++++--------
       htdocs/accountancy/admin/categories_list.php | 14 ++++----
       2 files changed, 27 insertions(+), 21 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/card.php b/htdocs/accountancy/admin/card.php
      index 6a92a3f6080..b64bf291955 100644
      --- a/htdocs/accountancy/admin/card.php
      +++ b/htdocs/accountancy/admin/card.php
      @@ -73,25 +73,28 @@ if ($action == 'add' && $user->rights->accounting->chartofaccount)
       		// To manage zero or not at the end of the accounting account
       		if($conf->global->ACCOUNTING_MANAGE_ZERO == 1)
       		{
      -			$account_number = GETPOST('account_number');
      +			$account_number = GETPOST('account_number','int');
       		}
       		else
       		{
      -			$account_number = clean_account(GETPOST('account_number'));
      +			$account_number = clean_account(GETPOST('account_number','int'));
       		}
       
      -		if (GETPOST('account_parent') <= 0) {
      +		if (GETPOST('account_parent','int') <= 0)
      +		{
       			$account_parent = 0;
      -		} else {
      +		}
      +		else
      +		{
       			$account_parent = GETPOST('account_parent','int');
       		}
       
       		$object->fk_pcg_version = $obj->pcg_version;
      -		$object->pcg_type = GETPOST('pcg_type');
      -		$object->pcg_subtype = GETPOST('pcg_subtype');
      +		$object->pcg_type = GETPOST('pcg_type','alpha');
      +		$object->pcg_subtype = GETPOST('pcg_subtype','alpha');
       		$object->account_number = $account_number;
       		$object->account_parent = $account_parent;
      -		$object->account_category = GETPOST('account_category');
      +		$object->account_category = GETPOST('account_category','alpha');
       		$object->label = GETPOST('label', 'alpha');
       		$object->active = 1;
       
      @@ -135,25 +138,28 @@ if ($action == 'add' && $user->rights->accounting->chartofaccount)
       		// To manage zero or not at the end of the accounting account
       		if($conf->global->ACCOUNTING_MANAGE_ZERO == 1)
       		{
      -			$account_number = GETPOST('account_number');
      +			$account_number = GETPOST('account_number','int');
       		}
       		else
       		{
      -			$account_number = clean_account(GETPOST('account_number'));
      +			$account_number = clean_account(GETPOST('account_number','int'));
       		}
       
      -		if (GETPOST('account_parent') <= 0) {
      +		if (GETPOST('account_parent','int') <= 0)
      +		{
       			$account_parent = 0;
      -		} else {
      +		}
      +		else
      +		{
       			$account_parent = GETPOST('account_parent','int');
       		}
       
       		$object->fk_pcg_version = $obj->pcg_version;
      -		$object->pcg_type = GETPOST('pcg_type');
      -		$object->pcg_subtype = GETPOST('pcg_subtype');
      +		$object->pcg_type = GETPOST('pcg_type','alpha');
      +		$object->pcg_subtype = GETPOST('pcg_subtype','alpha');
       		$object->account_number = $account_number;
       		$object->account_parent = $account_parent;
      -		$object->account_category = GETPOST('account_category');
      +		$object->account_category = GETPOST('account_category','alpha');
       		$object->label = GETPOST('label', 'alpha');
       
       		$result = $object->update($user);
      diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
      index 900205b7588..14a6b56512d 100644
      --- a/htdocs/accountancy/admin/categories_list.php
      +++ b/htdocs/accountancy/admin/categories_list.php
      @@ -51,8 +51,8 @@ $acts[1] = "disable";
       $actl[0] = img_picto($langs->trans("Disabled"),'switch_off');
       $actl[1] = img_picto($langs->trans("Activated"),'switch_on');
       
      -$listoffset=GETPOST('listoffset');
      -$listlimit=GETPOST('listlimit')>0?GETPOST('listlimit'):1000;
      +$listoffset=GETPOST('listoffset','alpha');
      +$listlimit=GETPOST('listlimit','int')>0?GETPOST('listlimit','int'):1000;
       $active = 1;
       
       $sortfield = GETPOST("sortfield",'aZ09comma');
      @@ -134,13 +134,13 @@ $sourceList=array();
        * Actions
        */
       
      -if (GETPOST('button_removefilter') || GETPOST('button_removefilter.x') || GETPOST('button_removefilter_x'))
      +if (GETPOST('button_removefilter','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter_x','alpha'))
       {
           $search_country_id = '';
       }
       
       // Actions add or modify an entry into a dictionary
      -if (GETPOST('actionadd') || GETPOST('actionmodify'))
      +if (GETPOST('actionadd','alpha') || GETPOST('actionmodify','alpha'))
       {
           $listfield=explode(',', str_replace(' ', '',$tabfield[$id]));
           $listfieldinsert=explode(',',$tabfieldinsert[$id]);
      @@ -250,7 +250,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
           }
       
           // Si verif ok et action modify, on modifie la ligne
      -    if ($ok && GETPOST('actionmodify'))
      +    if ($ok && GETPOST('actionmodify','alpha'))
           {
               if ($tabrowid[$id]) { $rowidcol=$tabrowid[$id]; }
               else { $rowidcol="rowid"; }
      @@ -291,7 +291,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
           //$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       }
       
      -if (GETPOST('actioncancel'))
      +if (GETPOST('actioncancel','alpha'))
       {
           //$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       }
      @@ -513,7 +513,7 @@ if ($id)
       
               $obj = new stdClass();
               // If data was already input, we define them in obj to populate input fields.
      -        if (GETPOST('actionadd'))
      +        if (GETPOST('actionadd','alpha'))
               {
                   foreach ($fieldlist as $key=>$val)
                   {
      
      From bd426d105235080055e852aaa5c39bc39f581414 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:44:25 +0200
      Subject: [PATCH 0356/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/categories.php      | 4 ++--
       htdocs/accountancy/admin/defaultaccounts.php | 2 +-
       htdocs/accountancy/admin/fiscalyear_card.php | 4 ++--
       3 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/categories.php b/htdocs/accountancy/admin/categories.php
      index 735c5595ddc..6e003738173 100644
      --- a/htdocs/accountancy/admin/categories.php
      +++ b/htdocs/accountancy/admin/categories.php
      @@ -37,9 +37,9 @@ $id = GETPOST('id', 'int');
       $rowid = GETPOST('rowid', 'int');
       $cancel = GETPOST('cancel','alpha');
       $action = GETPOST('action','aZ09');
      -$cat_id = GETPOST('account_category');
      +$cat_id = GETPOST('account_category','int');
       $selectcpt = GETPOST('cpt_bk', 'array');
      -$cpt_id = GETPOST('cptid');
      +$cpt_id = GETPOST('cptid','int');
       
       if ($cat_id == 0) {
       	$cat_id = null;
      diff --git a/htdocs/accountancy/admin/defaultaccounts.php b/htdocs/accountancy/admin/defaultaccounts.php
      index 8cd45c1cfda..31fc04fa745 100644
      --- a/htdocs/accountancy/admin/defaultaccounts.php
      +++ b/htdocs/accountancy/admin/defaultaccounts.php
      @@ -76,7 +76,7 @@ $list_account = array (
       $accounting_mode = empty($conf->global->ACCOUNTING_MODE) ? 'RECETTES-DEPENSES' : $conf->global->ACCOUNTING_MODE;
       
       
      -if (GETPOST('change_chart'))
      +if (GETPOST('change_chart', 'alpha'))
       {
           $chartofaccounts = GETPOST('chartofaccounts', 'int');
       
      diff --git a/htdocs/accountancy/admin/fiscalyear_card.php b/htdocs/accountancy/admin/fiscalyear_card.php
      index cc4dd9dbb7f..05c7a3fd174 100644
      --- a/htdocs/accountancy/admin/fiscalyear_card.php
      +++ b/htdocs/accountancy/admin/fiscalyear_card.php
      @@ -166,7 +166,7 @@ if ($action == 'create')
       	print '<table class="border" width="100%">';
       
       	// Label
      -	print '<tr><td class="titlefieldcreate fieldrequired">' . $langs->trans("Label") . '</td><td><input name="label" size="32" value="' . GETPOST("label") . '"></td></tr>';
      +	print '<tr><td class="titlefieldcreate fieldrequired">' . $langs->trans("Label") . '</td><td><input name="label" size="32" value="' . GETPOST('label', 'alpha') . '"></td></tr>';
       
       	// Date start
       	print '<tr><td class="fieldrequired">' . $langs->trans("DateStart") . '</td><td>';
      @@ -183,7 +183,7 @@ if ($action == 'create')
       	print '<tr>';
       	print '<td class="fieldrequired">' . $langs->trans("Status") . '</td>';
       	print '<td class="valeur">';
      -	print $form->selectarray('statut', $statut2label, GETPOST('statut'));
      +	print $form->selectarray('statut', $statut2label, GETPOST('statut', 'int'));
       	print '</td></tr>';
       	*/
       
      
      From 1cfb06934c867c208361a6f1ae859830c32a8094 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:49:53 +0200
      Subject: [PATCH 0357/1013] Standardize and update code
      
      ---
       htdocs/accountancy/admin/journals_list.php  | 18 +++++++++---------
       htdocs/accountancy/admin/productaccount.php |  4 ++--
       2 files changed, 11 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
      index 20d0a5200a5..ae254788b08 100644
      --- a/htdocs/accountancy/admin/journals_list.php
      +++ b/htdocs/accountancy/admin/journals_list.php
      @@ -51,8 +51,8 @@ $acts[1] = "disable";
       $actl[0] = img_picto($langs->trans("Disabled"),'switch_off');
       $actl[1] = img_picto($langs->trans("Activated"),'switch_on');
       
      -$listoffset=GETPOST('listoffset');
      -$listlimit=GETPOST('listlimit')>0?GETPOST('listlimit'):1000;
      +$listoffset=GETPOST('listoffset', 'alpha');
      +$listlimit=GETPOST('listlimit', 'int')>0?GETPOST('listlimit', 'int'):1000;
       $active = 1;
       
       $sortfield = GETPOST("sortfield",'alpha');
      @@ -143,13 +143,13 @@ $sourceList = array(
        * Actions
        */
       
      -if (GETPOST('button_removefilter') || GETPOST('button_removefilter.x') || GETPOST('button_removefilter_x'))
      +if (GETPOST('button_removefilter', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter_x', 'alpha'))
       {
       	$search_country_id = '';
       }
       
       // Actions add or modify an entry into a dictionary
      -if (GETPOST('actionadd') || GETPOST('actionmodify'))
      +if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
       {
       	$listfield=explode(',', str_replace(' ', '',$tabfield[$id]));
       	$listfieldinsert=explode(',',$tabfieldinsert[$id]);
      @@ -190,7 +190,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	if ($_POST["accountancy_code_buy"] <= 0) $_POST["accountancy_code_buy"]='';	// If empty, we force to null
       
       	// Si verif ok et action add, on ajoute la ligne
      -	if ($ok && GETPOST('actionadd'))
      +	if ($ok && GETPOST('actionadd', 'alpha'))
       	{
       		if ($tabrowid[$id])
       		{
      @@ -252,7 +252,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	}
       
       	// Si verif ok et action modify, on modifie la ligne
      -	if ($ok && GETPOST('actionmodify'))
      +	if ($ok && GETPOST('actionmodify', 'alpha'))
       	{
       		if ($tabrowid[$id]) { $rowidcol=$tabrowid[$id]; }
       		else { $rowidcol="rowid"; }
      @@ -294,7 +294,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       	//$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       }
       
      -//if (GETPOST('actioncancel'))
      +//if (GETPOST('actioncancel', 'alpha'))
       //{
       //	$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
       //}
      @@ -462,7 +462,7 @@ if ($id)
       
       		$obj = new stdClass();
       		// If data was already input, we define them in obj to populate input fields.
      -		if (GETPOST('actionadd'))
      +		if (GETPOST('actionadd', 'alpha'))
       		{
       			foreach ($fieldlist as $key=>$val)
       			{
      @@ -504,7 +504,7 @@ if ($id)
       		$paramwithsearch = $param;
       		if ($sortorder) $paramwithsearch.= '&sortorder='.$sortorder;
       		if ($sortfield) $paramwithsearch.= '&sortfield='.$sortfield;
      -		if (GETPOST('from')) $paramwithsearch.= '&from='.GETPOST('from','alpha');
      +		if (GETPOST('from', 'alpha')) $paramwithsearch.= '&from='.GETPOST('from','alpha');
       
       		// There is several pages
       		if ($num > $listlimit)
      diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php
      index 2467b89b108..0babd9aab5f 100644
      --- a/htdocs/accountancy/admin/productaccount.php
      +++ b/htdocs/accountancy/admin/productaccount.php
      @@ -62,8 +62,8 @@ $search_current_account_valid = GETPOST('search_current_account_valid', 'alpha')
       if ($search_current_account_valid == '') $search_current_account_valid='withoutvalidaccount';
       
       $accounting_product_mode = GETPOST('accounting_product_mode', 'alpha');
      -$btn_changeaccount = GETPOST('changeaccount');
      -$btn_changetype = GETPOST('changetype');
      +$btn_changeaccount = GETPOST('changeaccount', 'alpha');
      +$btn_changetype = GETPOST('changetype', 'alpha');
       
       $limit = GETPOST('limit','int')?GETPOST('limit','int'):(empty($conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION)?$conf->liste_limit:$conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION);
       $sortfield = GETPOST("sortfield",'alpha');
      
      From 18b3238bad56baeb277853af1741b07ca5d7a8d2 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 16:56:01 +0200
      Subject: [PATCH 0358/1013] Standardize and update code
      
      ---
       htdocs/accountancy/bookkeeping/card.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
      index 5add04d7361..a8ff1e13338 100644
      --- a/htdocs/accountancy/bookkeeping/card.php
      +++ b/htdocs/accountancy/bookkeeping/card.php
      @@ -217,7 +217,7 @@ else if ($action == "confirm_create") {
       		$action='create';
       		$error++;
       	}
      -	if (! GETPOST('next_num_mvt'))
      +	if (! GETPOST('next_num_mvt', 'alpha'))
       	{
       		setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("NumPiece")), null, 'errors');
       		$error++;
      @@ -253,7 +253,7 @@ else if ($action == "confirm_create") {
       }
       
       if ($action == 'setdate') {
      -	$datedoc = dol_mktime(0, 0, 0, GETPOST('doc_datemonth'), GETPOST('doc_dateday'), GETPOST('doc_dateyear'));
      +	$datedoc = dol_mktime(0, 0, 0, GETPOST('doc_datemonth', 'int'), GETPOST('doc_dateday', 'int'), GETPOST('doc_dateyear', 'int'));
       	$result = $object->updateByMvt($piece_num,'doc_date',$db->idate($datedoc),$mode);
       	if ($result < 0) {
       		setEventMessages($object->error, $object->errors, 'errors');
      @@ -357,7 +357,7 @@ if ($action == 'create')
       
       	print '<tr>';
       	print '<td class="fieldrequired">' . $langs->trans("Codejournal") . '</td>';
      -	print '<td>' . $formaccounting->select_journal(GETPOST('code_journal'),'code_journal',0,1,array(),1,1) . '</td>';
      +	print '<td>' . $formaccounting->select_journal(GETPOST('code_journal', 'alpha'),'code_journal',0,1,array(),1,1) . '</td>';
       	print '</tr>';
       
       	print '<tr>';
      
      From 817920f282c517ad39cbf4d0d17392c56dde16ef Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 17:36:49 +0200
      Subject: [PATCH 0359/1013] Prepare 6.0.8
      
      ---
       ChangeLog | 31 +++++++++++++++++++++++++++++++
       1 file changed, 31 insertions(+)
      
      diff --git a/ChangeLog b/ChangeLog
      index 405aaa9ed9d..1bffab94cda 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -2,6 +2,37 @@
       English Dolibarr ChangeLog
       --------------------------------------------------------------
       
      +***** ChangeLog for 6.0.8 compared to 6.0.7 *****
      +FIX: #8762
      +FIX: #9032
      +FIX: case when we valid form with keyboard
      +FIX: clause must not be there
      +FIX: dol_delete_file must work in a context without db handler loaded
      +FIX: entity test must be on product_fourn_price table and not product table
      +FIX: Fetch shipping will now fetch project id
      +FIX: $fk_account is always empty, must be $soc->fk_account
      +FIX: getEntity project and not projet
      +FIX: If we enable 3 steps for supplier order approbation, we must no…
      +FIX: If we enable 3 steps for supplier order approbation, we must not delete all fourn rights def.
      +FIX: Keep supplier proposal price for supplier order
      +FIX: langs fr
      +FIX: missing filters during ordering
      +FIX: missing filters during reordering
      +FIX: need to filter on aa.entity for same accounting accounts available in several entities
      +FIX: page must always be 0 when we search
      +FIX: page must always be 0 when we search (to avoid case : when we're on page 3 and we're looking for a precise thirdparty, we stay on page 3 and nothing's displaied)
      +FIX: PDF address: handle when contact thirdparty different from document thirdparty
      +FIX: propal: correctly preset project when creating with origin/originid
      +FIX: pu_ht_devise was not converted to numeric so decimals were lost
      +FIX: pu_ht_devise was not converted to numeric so decimals were lost when calculating total_ht_devise
      +FIX: remain to pay for credit note was wrong on invoice list
      +FIX: shipment: fk_proje(c)t not handled in fetch() and update() methods
      +FIX: showOptionals: column mismatches
      +FIX: sometimes amounts are identical but php find them different.
      +FIX: test is_erasable() must be done before call function delete()
      +FIX: test is_erasable() must be done before call function delete() too to avoid delete invoice with &action=delete in url
      +FIX: we must see number of all shared projects
      +FIX: wrong var name
       
       ***** ChangeLog for 6.0.7 compared to 6.0.6 *****
       FIX: #8023
      
      From 1ab6cd4b59b542422131cc2e52ab7d5572d5c858 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 17:51:32 +0200
      Subject: [PATCH 0360/1013] Update card.php
      
      ---
       htdocs/compta/facture/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index aeb145a7ea2..6f24d1f86fb 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -3250,7 +3250,7 @@ if ($action == 'create')
       		print '<tr><td>' . $langs->trans($newclassname) . '</td><td colspan="2">' . $objectsrc->getNomUrl(1);
       		// We check if Origin document (id and type is known) has already at least one invoice attached to it
       		$objectsrc->fetchObjectLinked($originid,$origin,'','facture');
      -		if(!empty($objectsrc->linkedObjects['facture']) && is_array($objectsrc->linkedObjects['facture']))
      +		if (is_array($objectsrc->linkedObjects['facture']) && count($objectsrc->linkedObjects['facture']) >= 1)
       		{
       			setEventMessages('WarningBillExist', null, 'warnings');
       			echo ' ('.$langs->trans('LatestRelatedBill').end($objectsrc->linkedObjects['facture'])->getNomUrl(1).')';
      
      From afd9b4ea1a793ffcee8de396e24dc9a21a71ef4d Mon Sep 17 00:00:00 2001
      From: Marc de Lima Lucio <marc.delimalucio@atm-consulting.fr>
      Date: Fri, 12 Oct 2018 18:19:17 +0200
      Subject: [PATCH 0361/1013] FIX: propal pdf: missing parenthesis for customs
       code
      
      ---
       htdocs/comm/propal/card.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index 2fdaadd1d59..c21e6ebec10 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -868,6 +868,7 @@ if (empty($reshook))
       				// Add custom code and origin country into description
       				if (empty($conf->global->MAIN_PRODUCT_DISABLE_CUSTOMCOUNTRYCODE) && (! empty($prod->customcode) || ! empty($prod->country_code)))
       				{
      +					$tmptxt = '(';
       					// Define output language
       					if (! empty($conf->global->MAIN_MULTILANGS) && ! empty($conf->global->PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE)) {
       						$outputlangs = $langs;
      
      From 60a5444c1408cbcd3c9f56e4d2b83349f0f63377 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 18:50:33 +0200
      Subject: [PATCH 0362/1013] Fix app name to match Stripe advice
      
      ---
       htdocs/stripe/config.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php
      index defbc620cc8..d25176c21b4 100644
      --- a/htdocs/stripe/config.php
      +++ b/htdocs/stripe/config.php
      @@ -54,5 +54,5 @@ else
       }
       
       \Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
      -\Stripe\Stripe::setAppInfo("Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
      +\Stripe\Stripe::setAppInfo("Dolibarr StripeModule", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
       \Stripe\Stripe::setApiVersion("2018-07-27"); // force version API
      
      From 2d2b9a030cc8b3f8c477c012aa62616509813268 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 19:01:01 +0200
      Subject: [PATCH 0363/1013] Fix app name to match Stripe advice
      
      ---
       htdocs/stripe/config.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php
      index d25176c21b4..7aa22678d7a 100644
      --- a/htdocs/stripe/config.php
      +++ b/htdocs/stripe/config.php
      @@ -54,5 +54,5 @@ else
       }
       
       \Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
      -\Stripe\Stripe::setAppInfo("Dolibarr StripeModule", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
      +\Stripe\Stripe::setAppInfo("Dolibarr Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
       \Stripe\Stripe::setApiVersion("2018-07-27"); // force version API
      
      From d4b02c05524b89ecfb70c78b45be3e293fb484ff Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 19:03:03 +0200
      Subject: [PATCH 0364/1013] Release 6.0.8
      
      ---
       htdocs/filefunc.inc.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
      index 9ab5de809b9..41fcff97fd8 100644
      --- a/htdocs/filefunc.inc.php
      +++ b/htdocs/filefunc.inc.php
      @@ -31,7 +31,7 @@
        */
       
       if (! defined('DOL_APPLICATION_TITLE')) define('DOL_APPLICATION_TITLE','Dolibarr');
      -if (! defined('DOL_VERSION')) define('DOL_VERSION','6.0.8');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
      +if (! defined('DOL_VERSION')) define('DOL_VERSION','6.0.9');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
       
       if (! defined('EURO')) define('EURO',chr(128));
       
      
      From bb606df5e064351715196bd7b1528e3629c53e10 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 19:12:20 +0200
      Subject: [PATCH 0365/1013] Prepare 7.0.4
      
      ---
       ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
       1 file changed, 57 insertions(+)
      
      diff --git a/ChangeLog b/ChangeLog
      index bdbb165903d..0a74e1b6f8e 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -2,6 +2,63 @@
       English Dolibarr ChangeLog
       --------------------------------------------------------------
       
      +
      +***** ChangeLog for 7.0.4 compared to 7.0.3 *****
      +FIX: #8984 button create expense report
      +FIX: #9032
      +FIX: #9161
      +FIX: #9328
      +FIX: According to french law, if seller is in France and buyer isn't in UE and isn't a company, TVA used = TVA product
      +FIX: Add calls to fetchComments function
      +FIX: better compatibility with multicompany
      +FIX: case when we valid form with keyboard
      +FIX: character making error on bill list
      +FIX: check !empty exclude select element
      +FIX: combo into popup become crazy with IE10
      +FIX: combo of stock in popup are crazy in IE
      +FIX: Deletion of files in migration
      +FIX: exclude element of the select
      +FIX: extrafieldkey
      +FIX: Fetch function will fetch comments
      +FIX: Fetch task will now fetch comments
      +FIX: filter supplier invoice list by societe name.
      +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: getEntity project and not projet
      +FIX: Get templates in a forced language
      +FIX: global $mysoc missing (to avoid php notice on lines 279, 280 & 281)
      +FIX: Injection
      +FIX: invoice stats: situation invoices were not counted
      +FIX: keep context filter on contact list on change column displayed
      +FIX: Keep same project when creating shipping from order
      +FIX: langs fr
      +FIX: Lose filter on payment type or category after a sort on invoice list
      +FIX: Missing behavior
      +FIX: missing hook to edit sql
      +FIX: multicompany compatibility !
      +FIX: need to filter on current entity on replenish
      +FIX: Option MAIN_DISABLE_NOTES_TAB #9611
      +FIX: page must always be 0 when we search (to avoid case : when we're on page 3 and we're looking for a precise thirdparty, we stay on page 3 and nothing's displaied)
      +FIX: Pagination on related item pages
      +FIX: Pagination on withdraw request list
      +FIX: PDF address: handle when contact thirdparty different from document thirdparty
      +FIX: PHP warning, undefined index notnull
      +FIX: Product marge tabs on product card
      +FIX: Product margin tab and credit note
      +FIX: propal: correctly preset project when creating with origin/originid
      +FIX: remain to pay for credit note was wrong on invoice list
      +FIX: remove debug
      +FIX: Remove fetchComments from project and task fetch function
      +FIX: remove rowid for multicompany compatibility
      +FIX: Search on Ref project on order list
      +FIX: search on ref project on propal list
      +FIX: showOptionals: column mismatches
      +FIX: SQL Injections reported by mu shcor (ADLab of Venustech)
      +FIX: stock replenish with multientity
      +FIX: table llx_chargessociales doesn't exists
      +FIX: we must see number of all shared projects
      +FIX: when stock is empty for current entity but > 0 in other entity, until this commit product wasn't displaied on replenishment, it must depends on multientity stock sharing
      +
       ***** ChangeLog for 7.0.3 compared to 7.0.2 *****
       FIX: 7.0 task contact card without withproject parameters
       FIX: #8722
      
      From 7e82e3d44c4927b65bc0c907ad904e30c0a0089a Mon Sep 17 00:00:00 2001
      From: Philippe Grand <philippe.grand@atoo-net.com>
      Date: Fri, 12 Oct 2018 19:13:07 +0200
      Subject: [PATCH 0366/1013] Update card.php
      
      ---
       htdocs/accountancy/admin/card.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/card.php b/htdocs/accountancy/admin/card.php
      index b64bf291955..74958d606ec 100644
      --- a/htdocs/accountancy/admin/card.php
      +++ b/htdocs/accountancy/admin/card.php
      @@ -73,11 +73,11 @@ if ($action == 'add' && $user->rights->accounting->chartofaccount)
       		// To manage zero or not at the end of the accounting account
       		if($conf->global->ACCOUNTING_MANAGE_ZERO == 1)
       		{
      -			$account_number = GETPOST('account_number','int');
      +			$account_number = GETPOST('account_number','string');
       		}
       		else
       		{
      -			$account_number = clean_account(GETPOST('account_number','int'));
      +			$account_number = clean_account(GETPOST('account_number','string'));
       		}
       
       		if (GETPOST('account_parent','int') <= 0)
      @@ -138,11 +138,11 @@ if ($action == 'add' && $user->rights->accounting->chartofaccount)
       		// To manage zero or not at the end of the accounting account
       		if($conf->global->ACCOUNTING_MANAGE_ZERO == 1)
       		{
      -			$account_number = GETPOST('account_number','int');
      +			$account_number = GETPOST('account_number','string');
       		}
       		else
       		{
      -			$account_number = clean_account(GETPOST('account_number','int'));
      +			$account_number = clean_account(GETPOST('account_number','string'));
       		}
       
       		if (GETPOST('account_parent','int') <= 0)
      
      From bd60fe6ffda132beacb69bfd492c04f4212f9a61 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 19:13:11 +0200
      Subject: [PATCH 0367/1013] Prepare 7.0.4
      
      ---
       ChangeLog | 5 +++++
       1 file changed, 5 insertions(+)
      
      diff --git a/ChangeLog b/ChangeLog
      index 0a74e1b6f8e..61b3f85edb3 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -58,6 +58,11 @@ FIX: stock replenish with multientity
       FIX: table llx_chargessociales doesn't exists
       FIX: we must see number of all shared projects
       FIX: when stock is empty for current entity but > 0 in other entity, until this commit product wasn't displaied on replenishment, it must depends on multientity stock sharing
      +FIX: when we're just admin and not super admin, if we create new user with transverse mode, we don't see it then we can't add him in usergroup
      +FIX: wrong function name
      +FIX: Wrong position of firstname lastname
      +FIX: wrong value for module part and return access denied
      +FIX: Wrong variable and trigger name
       
       ***** ChangeLog for 7.0.3 compared to 7.0.2 *****
       FIX: 7.0 task contact card without withproject parameters
      
      From 6a363fd1ab2d17d96d8e2b008dcdcf26d05b5015 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 19:26:00 +0200
      Subject: [PATCH 0368/1013] API Stripe 2018-09-24
      
      ---
       .../core/triggers/interface_80_modStripe_Stripe.class.php | 8 ++++----
       htdocs/public/payment/newpayment.php                      | 7 ++++++-
       2 files changed, 10 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      index 43dc796bd5f..04326e7a3fe 100644
      --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      @@ -17,7 +17,7 @@
        */
       
       /**
      - *  \file       htdocs/core/triggers/interface_50_modStripe_Stripe.class.php
      + *  \file       htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
        *  \ingroup    core
        *  \brief      Fichier
        *  \remarks    Son propre fichier d'actions peut etre cree par recopie de celui-ci:
      @@ -148,9 +148,9 @@ class InterfaceStripe
       				{
       					$namecleaned = $object->name ? $object->name : null;
       					$vatcleaned = array(
      -          "tax_id" => $object->tva_intra ? $object->tva_intra : null,	// We force data to "null" if empty as expected by Stripe
      -          "type" => 'vat',
      -          );
      +						"tax_id" => $object->tva_intra ? $object->tva_intra : null,	// We force data to "null" if empty as expected by Stripe
      +						"type" => 'vat',
      +					);
       
       					// Detect if we change a Stripe info (email, description, vat id)
       					$changerequested = 0;
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index a03c0a719c6..08e50e58be7 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -495,12 +495,17 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       		}
       		else
       		{
      +			$vatcleaned = array(
      +				"tax_id" => $vatnumber ? $vatnumber : null,	// We force data to "null" if empty as expected by Stripe
      +				"type" => 'vat',
      +			);
      +
       			dol_syslog("Create anonymous customer card profile", LOG_DEBUG, 0, '_stripe');
       			$customer = \Stripe\Customer::create(array(
       				'email' => $email,
       				'description' => ($email?'Anonymous customer for '.$email:'Anonymous customer'),
       				'metadata' => $metadata,
      -				'business_vat_id' => ($vatnumber?$vatnumber:null),
      +				'tax_info' => $vatcleaned,
       				'source'  => $stripeToken           // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?)
       			));
       			// Return $customer = array('id'=>'cus_XXXX', ...)
      
      From d8edb1f6b864639c2ecbb40f7de104358010097a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 20:28:26 +0200
      Subject: [PATCH 0369/1013] Fix regression in online payment
      
      ---
       htdocs/public/payment/newpayment.php | 16 +++++++++-------
       1 file changed, 9 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index cedca6cae73..3afd590da53 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -413,7 +413,7 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       	$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');
      +	$savesource=GETPOSTISSET('savesource')?GETPOST('savesource', 'int'):1;
       
       	dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe');
       	dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe');
      @@ -454,9 +454,11 @@ 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 ($savesource) {
      +				$card = $customer->sources->create(array("source" => $stripeToken, "metadata" => $metadata));
      +			} else {
      +				$card = $stripeToken;
      +			}
       
       			if (empty($card))
       			{
      @@ -467,9 +469,9 @@ 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;
      +				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(
      
      From 2bbf9a3429b9d46b37ef61250c35bb83d4bae226 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 20:37:59 +0200
      Subject: [PATCH 0370/1013] Hide feature that need re-engeneering
      
      ---
       .../class/actions_datapolicies.class.php      | 77 ++++++++++---------
       htdocs/datapolicies/lib/datapolicies.lib.php  | 11 ++-
       2 files changed, 47 insertions(+), 41 deletions(-)
      
      diff --git a/htdocs/datapolicies/class/actions_datapolicies.class.php b/htdocs/datapolicies/class/actions_datapolicies.class.php
      index d65de390b8c..45e443cb274 100644
      --- a/htdocs/datapolicies/class/actions_datapolicies.class.php
      +++ b/htdocs/datapolicies/class/actions_datapolicies.class.php
      @@ -363,45 +363,48 @@ class ActionsDatapolicies
               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" );
      -                            }
      -                          }
      -                        });
      +        if (! empty($conf->global->DATAPOLICIES_ENABLE_EMAILS))
      +        {
      +	        $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>';
      +	                    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>';
      +	        }
               }
           }
       
      diff --git a/htdocs/datapolicies/lib/datapolicies.lib.php b/htdocs/datapolicies/lib/datapolicies.lib.php
      index 59366d1f93d..cca255801a8 100644
      --- a/htdocs/datapolicies/lib/datapolicies.lib.php
      +++ b/htdocs/datapolicies/lib/datapolicies.lib.php
      @@ -40,10 +40,13 @@ function datapoliciesAdminPrepareHead()
       	$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++;
      +	if (! empty($conf->global->DATAPOLICIES_ENABLE_EMAILS))
      +	{
      +		$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');
       
      
      From 1e635cff1b3bf7d21cb78f2ed1c7669d23dafe43 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 21:00:33 +0200
      Subject: [PATCH 0371/1013] Fix new stripe API
      
      ---
       .../interface_80_modStripe_Stripe.class.php   | 23 +++++++---
       htdocs/public/payment/newpayment.php          | 46 +++++++++++--------
       htdocs/stripe/class/stripe.class.php          | 19 +++++---
       3 files changed, 55 insertions(+), 33 deletions(-)
      
      diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      index 04326e7a3fe..cb03315496a 100644
      --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      @@ -147,22 +147,33 @@ class InterfaceStripe
       				if ($customer)
       				{
       					$namecleaned = $object->name ? $object->name : null;
      -					$vatcleaned = array(
      -						"tax_id" => $object->tva_intra ? $object->tva_intra : null,	// We force data to "null" if empty as expected by Stripe
      -						"type" => 'vat',
      -					);
      +					$vatcleaned = $object->tva_intra ? $object->tva_intra : null;
      +
      +					$taxinfo = array('type'=>'vat');
      +					if ($vatcleaned)
      +					{
      +						$taxinfo["tax_id"] = $vatcleaned;
      +					}
      +					// We force data to "null" if not defined as expected by Stripe
      +					if (empty($vatcleaned)) $taxinfo=null;
       
       					// Detect if we change a Stripe info (email, description, vat id)
       					$changerequested = 0;
       					if (! empty($object->email) && $object->email != $customer->email) $changerequested++;
       					if ($namecleaned != $customer->description) $changerequested++;
      -					if ($vatcleaned != $customer->tax_info) $changerequested++;
      +					if (! isset($customer->tax_info['tax_id']) && ! is_null($vatcleaned)) $changerequested++;
      +					elseif (isset($customer->tax_info['tax_id']) && is_null($vatcleaned)) $changerequested++;
      +					elseif (isset($customer->tax_info['tax_id']) && ! is_null($vatcleaned))
      +					{
      +						if ($vatcleaned != $customer->tax_info['tax_id']) $changerequested++;
      +					}
       
       					if ($changerequested)
       					{
       						if (! empty($object->email)) $customer->email = $object->email;
       						$customer->description = $namecleaned;
      -						$customer->tax_info = $vatcleaned;
      +						if (empty($taxinfo)) $customer->tax_info = array('type'=>'vat', 'tax_id'=>null);
      +						else $customer->tax_info = $taxinfo;
       
       						$customer->save();
       					}
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 08e50e58be7..e0234fcd1f9 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -413,12 +413,12 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       	$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');
      +  	$savesource=GETPOSTISSET('savesource')?GETPOST('savesource', 'int'):1;
       
      -	dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe');
      -	dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe');
      -	dol_syslog("thirdparty_id = ".$thirdparty_id, LOG_DEBUG, 0, '_stripe');
      -	dol_syslog("vatnumber = ".$vatnumber, LOG_DEBUG, 0, '_stripe');
      +	dol_syslog("POST stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe');
      +	dol_syslog("POST email = ".$email, LOG_DEBUG, 0, '_stripe');
      +	dol_syslog("POST thirdparty_id = ".$thirdparty_id, LOG_DEBUG, 0, '_stripe');
      +	dol_syslog("POST vatnumber = ".$vatnumber, LOG_DEBUG, 0, '_stripe');
       
       	$error = 0;
       
      @@ -444,7 +444,6 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       				$servicestatus = 1;
       			}
       
      -
       			$thirdparty = new Societe($db);
       			$thirdparty->fetch($thirdparty_id);
       
      @@ -455,9 +454,11 @@ 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 ($savesource) {
      +				$card = $customer->sources->create(array("source" => $stripeToken, "metadata" => $metadata));
      +			} else {
      +				$card = $stripeToken;
      +			}
       
       			if (empty($card))
       			{
      @@ -468,9 +469,9 @@ 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;
      +				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(
      @@ -495,24 +496,29 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       		}
       		else
       		{
      -			$vatcleaned = array(
      -				"tax_id" => $vatnumber ? $vatnumber : null,	// We force data to "null" if empty as expected by Stripe
      -				"type" => 'vat',
      -			);
      +			$vatcleaned = $vatnumber ? $vatnumber : null;
      +
      +			$taxinfo = array('type'=>'vat');
      +			if ($vatcleaned)
      +			{
      +				$taxinfo["tax_id"] = $vatcleaned;
      +			}
      +			// We force data to "null" if not defined as expected by Stripe
      +			if (empty($vatcleaned)) $taxinfo=null;
       
       			dol_syslog("Create anonymous customer card profile", LOG_DEBUG, 0, '_stripe');
       			$customer = \Stripe\Customer::create(array(
       				'email' => $email,
       				'description' => ($email?'Anonymous customer for '.$email:'Anonymous customer'),
       				'metadata' => $metadata,
      -				'tax_info' => $vatcleaned,
      +				'tax_info' => $taxinfo,
       				'source'  => $stripeToken           // source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?)
       			));
       			// 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;
      +			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.
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index 5aabb60f07c..db2553ee167 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -189,13 +189,18 @@ class Stripe extends CommonObject
       					"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');
      -			}
      +
      +				$vatcleaned = $object->tva_intra ? $object->tva_intra : null;
      +
      +				$taxinfo = array('type'=>'vat');
      +				if ($vatcleaned)
      +				{
      +					$taxinfo["tax_id"] = $vatcleaned;
      +				}
      +				// We force data to "null" if not defined as expected by Stripe
      +				if (empty($vatcleaned)) $taxinfo=null;
      +
      +				$dataforcustomer["tax_info"] = $taxinfo;
       
       				//$a = \Stripe\Stripe::getApiKey();
       				//var_dump($a);var_dump($key);exit;
      
      From b78932b9f7679cec79d97cf6b0046c6bdec3bde4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 12 Oct 2018 21:11:40 +0200
      Subject: [PATCH 0372/1013] Prepare 7.0.5
      
      ---
       htdocs/filefunc.inc.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
      index adfe8cea7e9..dbc0e4bda8c 100644
      --- a/htdocs/filefunc.inc.php
      +++ b/htdocs/filefunc.inc.php
      @@ -31,7 +31,7 @@
        */
       
       if (! defined('DOL_APPLICATION_TITLE')) define('DOL_APPLICATION_TITLE','Dolibarr');
      -if (! defined('DOL_VERSION')) define('DOL_VERSION','7.0.4');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
      +if (! defined('DOL_VERSION')) define('DOL_VERSION','7.0.5');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
       
       if (! defined('EURO')) define('EURO',chr(128));
       
      
      From e2748953c3a7e8b0de07f504124bcc183ec90efb Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Fri, 12 Oct 2018 22:31:47 +0200
      Subject: [PATCH 0373/1013] Fix print extrafield date in list
      
      ---
       htdocs/core/tpl/extrafields_list_print_fields.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/extrafields_list_print_fields.tpl.php b/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      index 855794da2d6..6d72c63ab41 100644
      --- a/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_print_fields.tpl.php
      @@ -21,7 +21,7 @@ if (! empty($extrafieldsobjectkey))	// New method: $extrafieldsobject can be 'so
       				if ($align) print ' align="'.$align.'"';
       				print '>';
       				$tmpkey='options_'.$key;
      -				if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetime', 'timestamp')) && !preg_match('/^[0-9]{10}$/', $obj->$tmpkey))
      +				if (in_array($extrafields->attributes[$extrafieldsobjectkey]['type'][$key], array('date', 'datetime', 'timestamp')) && !is_numeric($obj->$tmpkey))
       				{
       					$value = $db->jdate($obj->$tmpkey);
       				}
      
      From 0f8ac57c854c292e0349a9c247d87513d7180893 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 12 Oct 2018 22:34:23 +0200
      Subject: [PATCH 0374/1013] remove var_dump
      
      ---
       htdocs/core/lib/date.lib.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php
      index 23f4ebd1186..8985a4e7621 100644
      --- a/htdocs/core/lib/date.lib.php
      +++ b/htdocs/core/lib/date.lib.php
      @@ -599,7 +599,6 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       			foreach($arrayofdaystring as $daystring)
       			{
       				$tmp=explode('-',$daystring);
      -				var_dump($tmp);
       				if ($tmp[2])
       				{
       					if ($tmp[0] == $annee && $tmp[1] == $mois && $tmp[2] == $jour) $ferie=true;
      
      From 23e4cd57f33f8575f2a52912569063e091ae9c7e Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Fri, 12 Oct 2018 23:27:38 +0200
      Subject: [PATCH 0375/1013] Fix warnings PHP7
      
      ---
       htdocs/product/reassort.php              | 1 +
       htdocs/product/reassortlot.php           | 1 +
       htdocs/product/stock/productlot_list.php | 3 ++-
       3 files changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index 70dce7470cd..b1b612d1a39 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -54,6 +54,7 @@ $fourn_id = GETPOST("fourn_id",'int');
       $sortfield = GETPOST("sortfield",'alpha');
       $sortorder = GETPOST("sortorder",'alpha');
       $page = GETPOST("page",'int');
      +if (empty($page) || $page < 0) $page = 0;
       if (! $sortfield) $sortfield="p.ref";
       if (! $sortorder) $sortorder="ASC";
       $limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit;
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index 490986b155e..e1b6c82c8f3 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -58,6 +58,7 @@ $fourn_id = GETPOST("fourn_id",'int');
       $sortfield = GETPOST("sortfield",'alpha');
       $sortorder = GETPOST("sortorder",'alpha');
       $page = GETPOST("page",'int');
      +if (empty($page) || $page < 0) $page = 0;
       if (! $sortfield) $sortfield="p.ref";
       if (! $sortorder) $sortorder="ASC";
       $limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit;
      diff --git a/htdocs/product/stock/productlot_list.php b/htdocs/product/stock/productlot_list.php
      index 325ddd5f796..8e5e5d925e9 100644
      --- a/htdocs/product/stock/productlot_list.php
      +++ b/htdocs/product/stock/productlot_list.php
      @@ -47,6 +47,7 @@ $id			= GETPOST('id','int');
       $action		= GETPOST('action','alpha');
       $backtopage = GETPOST('backtopage');
       $myparam	= GETPOST('myparam','alpha');
      +$toselect = GETPOST('toselect', 'array');
       
       
       $search_entity=GETPOST('search_entity','int');
      @@ -152,7 +153,7 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
           $search_import_key='';
       	$search_date_creation='';
       	$search_date_update='';
      -	$toselect='';
      +	$toselect=array();
       	$search_array_options=array();
       }
       
      
      From 7b17b453bf38b0864cb7772effd1e1f25ef9026b Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Fri, 12 Oct 2018 23:29:35 +0200
      Subject: [PATCH 0376/1013] Fix sort and switch page
      
      ---
       htdocs/product/reassort.php    | 35 ++++++++++++++-------------
       htdocs/product/reassortlot.php | 43 +++++++++++++++++++---------------
       2 files changed, 43 insertions(+), 35 deletions(-)
      
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index b1b612d1a39..fe087fd16a3 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -92,11 +92,15 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
           $sref="";
           $snom="";
           $sall="";
      +	$tosell="";
      +	$tobuy="";
           $search_sale="";
           $search_categ="";
           $type="";
           $catid='';
           $toolowstock='';
      +	$fourn_id='';
      +	$sbarcode='';
       }
       
       
      @@ -183,6 +187,20 @@ if ($resql)
       	}
       	$texte.=' ('.$langs->trans("Stocks").')';
       
      +	$param='';
      +	if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      +	if ($sall)	$param.="&sall=".$sall;
      +	if ($tosell)	$param.="&tosell=".$tosell;
      +	if ($tobuy)		$param.="&tobuy=".$tobuy;
      +	if ($type)		$param.="&type=".$type;
      +	if ($fourn_id)	$param.="&fourn_id=".$fourn_id;
      +	if ($snom)		$param.="&snom=".$snom;
      +	if ($sref)		$param.="&sref=".$sref;
      +	if ($search_sale) $param.="&search_sale=".$search_sale;
      +	if ($search_categ) $param.="&search_categ=".$search_categ;
      +	if ($toolowstock) $param.="&toolowstock=".$toolowstock;
      +	if ($sbarcode) $param.="&sbarcode=".$sbarcode;
      +	if ($catid) $param.="&catid=".$catid;
       
       	llxHeader("", $texte, $helpurl);
       
      @@ -193,14 +211,7 @@ if ($resql)
           print '<input type="hidden" name="page" value="'.$page.'">';
       	print '<input type="hidden" name="type" value="'.$type.'">';
       
      -	if ($sref || $snom || $sall || GETPOST('search'))
      -	{
      -	    print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], "&sref=".$sref."&snom=".$snom."&amp;sall=".$sall."&amp;tosell=".$tosell."&amp;tobuy=".$tobuy.(!empty($search_categ) ? '&amp;search_categ='.$search_categ : '').(!empty($toolowstock) ? '&amp;toolowstock='.$toolowstock : ''), $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
      -	}
      -	else
      -	{
      -	    print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], "&sref=$sref&snom=$snom&fourn_id=$fourn_id".(isset($type)?"&amp;type=$type":"").(!empty($search_categ) ? '&amp;search_categ='.$search_categ : '').(!empty($toolowstock) ? '&amp;toolowstock='.$toolowstock : ''), $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
      -	}
      +	print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
       
       	if (! empty($catid))
       	{
      @@ -236,14 +247,6 @@ if ($resql)
               print '</div>';
           }
       
      -	$param='';
      -	if ($tosell)	$param.="&tosell=".$tosell;
      -	if ($tobuy)		$param.="&tobuy=".$tobuy;
      -	if ($type)		$param.="&type=".$type;
      -	if ($fourn_id)	$param.="&fourn_id=".$fourn_id;
      -	if ($snom)		$param.="&snom=".$snom;
      -	if ($sref)		$param.="&sref=".$sref;
      -
       	$formProduct = new FormProduct($db);
       	$formProduct->loadWarehouses();
       	$warehouses_list = $formProduct->cache_warehouses;
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index e1b6c82c8f3..7cedbcd3981 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -89,6 +89,8 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
           $sref="";
           $snom="";
           $sall="";
      +	$tosell="";
      +	$tobuy="";
           $search_sale="";
           $search_categ="";
           $type="";
      @@ -96,6 +98,8 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
           $toolowstock='';
           $search_batch='';
           $search_warehouse='';
      +	$fourn_id='';
      +	$sbarcode='';
       }
       
       
      @@ -194,6 +198,24 @@ if ($resql)
       	}
       	$texte.=' ('.$langs->trans("StocksByLotSerial").')';
       
      +	$param='';
      +	if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      +	if ($sall)		$param.="&sall=".$sall;
      +	if ($tosell)		$param.="&tosell=".$tosell;
      +	if ($tobuy)			$param.="&tobuy=".$tobuy;
      +	if ($type)			$param.="&type=".$type;
      +	if ($fourn_id)		$param.="&fourn_id=".$fourn_id;
      +	if ($snom)			$param.="&snom=".$snom;
      +	if ($sref)			$param.="&sref=".$sref;
      +	if ($search_batch)	$param.="&search_batch=".$search_batch;
      +	if ($sbarcode)		$param.="&sbarcode=".$sbarcode;
      +	if ($search_warehouse)	$param.="&search_warehouse=".$search_warehouse;
      +	if ($catid)			$param.="&catid=".$catid;
      +	if ($toolowstock)	$param.="&toolowstock=".$toolowstock;
      +	if ($search_sale)	$param.="&search_sale=".$search_sale;
      +	if ($search_categ)	$param.="&search_categ=".$search_categ;
      +	/*if ($eatby)		$param.="&eatby=".$eatby;
      +	if ($sellby)	$param.="&sellby=".$sellby;*/
       
       	llxHeader("",$title,$helpurl,$texte);
       
      @@ -204,14 +226,8 @@ if ($resql)
           print '<input type="hidden" name="page" value="'.$page.'">';
       	print '<input type="hidden" name="type" value="'.$type.'">';
       
      -	if ($sref || $snom || $sall || GETPOST('search'))
      -	{
      -		print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], "&sref=".$sref."&snom=".$snom."&amp;sall=".$sall."&amp;tosell=".$tosell."&amp;tobuy=".$tobuy, $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
      -	}
      -	else
      -	{
      -		print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], "&sref=$sref&snom=$snom&fourn_id=$fourn_id".(isset($type)?"&amp;type=$type":""), $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
      -	}
      +	print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, $nbtotalofrecords, 'title_products', 0, '', '', $limit);
      +
       
       	if (! empty($catid))
       	{
      @@ -245,17 +261,6 @@ if ($resql)
           }
       
       
      -	$param='';
      -	if ($tosell)		$param.="&tosell=".$tosell;
      -	if ($tobuy)			$param.="&tobuy=".$tobuy;
      -	if ($type)			$param.="&type=".$type;
      -	if ($fourn_id)		$param.="&fourn_id=".$fourn_id;
      -	if ($snom)			$param.="&snom=".$snom;
      -	if ($sref)			$param.="&sref=".$sref;
      -	if ($search_batch)	$param.="&search_batch=".$search_batch;
      -	/*if ($eatby)		$param.="&eatby=".$eatby;
      -	if ($sellby)	$param.="&sellby=".$sellby;*/
      -
           print '<div class="div-table-responsive">';
       	print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">';
       
      
      From 9551cb12f5eabbdc23c11304f928d0191661f62d Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 09:59:33 +0200
      Subject: [PATCH 0377/1013] Standardize and update code
      
      ---
       htdocs/admin/dict.php   | 2 +-
       htdocs/contact/list.php | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
      index aaa4fb03706..0b5b63d35d6 100644
      --- a/htdocs/admin/dict.php
      +++ b/htdocs/admin/dict.php
      @@ -592,7 +592,7 @@ if ($id == 10)
        * Actions
        */
       
      -if (GETPOST('button_removefilter') || GETPOST('button_removefilter.x') || GETPOST('button_removefilter_x'))
      +if (GETPOST('button_removefilter', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter_x', 'alpha'))
       {
           $search_country_id = '';
           $search_code = '';
      diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
      index cd536118f8e..52a2c4bbe7f 100644
      --- a/htdocs/contact/list.php
      +++ b/htdocs/contact/list.php
      @@ -202,7 +202,7 @@ if (empty($reshook))
       	include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
       
       	// Did we click on purge search criteria ?
      -	if (GETPOST('button_removefilter_x') || GETPOST('button_removefilter.x') || GETPOST('button_removefilter'))	// All tests are required to be compatible with all browsers
      +	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
       	{
       		$sall="";
       		$search_id='';
      
      From d98ebbd9ee2dec094491d52c7555df1acb862f84 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 10:39:27 +0200
      Subject: [PATCH 0378/1013] Standardize and update code
      
      ---
       htdocs/compta/prelevement/create.php | 2 +-
       htdocs/fichinter/card-rec.php        | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
      index 0d07c341458..3dccc0ff912 100644
      --- a/htdocs/compta/prelevement/create.php
      +++ b/htdocs/compta/prelevement/create.php
      @@ -46,7 +46,7 @@ $result = restrictedArea($user, 'prelevement', '', '', 'bons');
       $action = GETPOST('action','alpha');
       $mode = GETPOST('mode','alpha')?GETPOST('mode','alpha'):'real';
       $format = GETPOST('format','aZ09');
      -$limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit;
      +$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
       $offset = $limit * $page;
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 8ef79639e05..66f693858c9 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -60,7 +60,7 @@ $result = restrictedArea($user, 'ficheinter', $id, $objecttype);
       if ($page == -1)
       	$page = 0 ;
       
      -$limit = GETPOST('limit')?GETPOST('limit', 'int'):$conf->liste_limit;
      +$limit = GETPOST('limit', 'int')?GETPOST('limit', 'int'):$conf->liste_limit;
       $offset = $limit * $page ;
       
       if ($sortorder == "")
      
      From ec12a0d456485b992475b5accf76954efbabbbf3 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:03:05 +0200
      Subject: [PATCH 0379/1013] update resources url
      
      ---
       doc/index.html | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/doc/index.html b/doc/index.html
      index b888b13d9a6..5c655136e3e 100644
      --- a/doc/index.html
      +++ b/doc/index.html
      @@ -11,15 +11,15 @@ informations on Dolibarr.<br>
       But if you are looking for other resources (downloads, documentation, addons, ...), you can find this
       on Internet on web following sites:<br>
       <br>
      -* <a href="http://wiki.dolibarr.org">Dolibarr wiki (documentation)</a><br>
      +* <a href="https://wiki.dolibarr.org">Dolibarr wiki (documentation)</a><br>
       <br>
      -* <a href="http://www.dolibarr.org">Dolibarr portal (official website)</a><br>
      +* <a href="https://www.dolibarr.org">Dolibarr portal (official website)</a><br>
       <br>
      -* <a href="http://demo.dolibarr.org">Dolibarr demo (online)</a><br>
      +* <a href="https://demo.dolibarr.org">Dolibarr demo (online)</a><br>
       <br>
      -* <a href="http://www.nltechno.com/pages/dolibarrwinbin.php">DoliWamp, the Dolibarr for Windows</a><br>
      +* <a href="https://www.nltechno.com/pages/dolibarrwinbin.php">DoliWamp, the Dolibarr for Windows</a><br>
       <br>
      -* <a href="http://www.dolistore.com">DoliStore (official addons/plugins market place)</a><br>
      +* <a href="https://www.dolistore.com">DoliStore (official addons/plugins market place)</a><br>
       
       </body>
       </html>
      \ No newline at end of file
      
      From f8fbb976f662f8f9d1b692ee945ca8838b7657ba Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:06:13 +0200
      Subject: [PATCH 0380/1013] fix typo and update resource url
      
      ---
       doc/user/README-FR | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/doc/user/README-FR b/doc/user/README-FR
      index f3a839de008..fbf67fd89bc 100644
      --- a/doc/user/README-FR
      +++ b/doc/user/README-FR
      @@ -3,9 +3,9 @@ README (french)
       Documentation utilisateur
       --------------------------------
       
      -* Pour une prise en main et installation rapide, consulter le fichier
      +* Pour une prise en main et installation rapide, consultez le fichier
       README-FR à la racine.
       
      -* Une documentation utilisateur francophone plus consistente est disponible en
      +* Une documentation utilisateur francophone plus consistante est disponible en
       ligne sur le site Web de Dolibarr à l'adresse:
      -http://www.dolibarr.fr
      +https://www.dolibarr.fr
      
      From 653589cc6786fcc380e99be805cf7056981d1f21 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:07:04 +0200
      Subject: [PATCH 0381/1013] update resource url
      
      ---
       doc/user/README | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/doc/user/README b/doc/user/README
      index 19507dba0e4..129dff11058 100644
      --- a/doc/user/README
      +++ b/doc/user/README
      @@ -4,4 +4,4 @@ User guide
       --------------------------------
       
       * All Dolibarr guides are available, on line, on the Dolibarr Web site:
      -http://www.dolibarr.org
      +https://www.dolibarr.org
      
      From e71a738209fa0b10aae23dd6724840ec3d4dbd57 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:08:58 +0200
      Subject: [PATCH 0382/1013] fix typo and update resource url
      
      ---
       doc/install/README-FR | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/doc/install/README-FR b/doc/install/README-FR
      index f954601ae0d..2cee29cf2df 100644
      --- a/doc/install/README-FR
      +++ b/doc/install/README-FR
      @@ -9,19 +9,19 @@ Téléchargement
       * Dolibarr ERP/CRM can be downloaded at sourceforge:
       http://sourceforge.net/projects/dolibarr/files
       or from Dolibarr official web site:
      -http://www.dolibarr.org
      +https://www.dolibarr.org
       
       * Most external modules are only available on DoliStore:
      -http://www.dolistore.org
      +https://www.dolistore.org
       
       
       --------------------------------
       Documentation utilisateur
       --------------------------------
       
      -* Pour une prise en main et installation rapide, consulter le fichier
      +* Pour une prise en main et installation rapide, consultez le fichier
       README-FR à la racine.
       
      -* Une documentation utilisateur francophone plus consistente est disponible en
      +* Une documentation utilisateur francophone plus consistante est disponible en
       ligne sur le wiki de Dolibarr à l'adresse:
      -http://wiki.dolibarr.org
      +https://wiki.dolibarr.org
      
      From a48554e8757659f20a69e6e7d66f0ef87622fd80 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:19:41 +0200
      Subject: [PATCH 0383/1013] fix typo
      
      ---
       dev/dolibarr_changes.txt | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/dev/dolibarr_changes.txt b/dev/dolibarr_changes.txt
      index 6303eaafaae..24832103c6c 100644
      --- a/dev/dolibarr_changes.txt
      +++ b/dev/dolibarr_changes.txt
      @@ -1,5 +1,5 @@
       
      -This file describe changes made on external library after beeing included
      +This file describes changes made on external libraries after being included
       in Dolibarr root.
       
       
      
      From 1e0cf8dc8a785cec1377d88c017cc495f7ac7085 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:42:29 +0200
      Subject: [PATCH 0384/1013] fix typo
      
      ---
       README-FR.md | 34 +++++++++++++++++-----------------
       1 file changed, 17 insertions(+), 17 deletions(-)
      
      diff --git a/README-FR.md b/README-FR.md
      index 4435d47d30e..19d4ae25df9 100644
      --- a/README-FR.md
      +++ b/README-FR.md
      @@ -16,8 +16,8 @@ Dolibarr est distribué sous les termes de la licence GNU General Public License
       ## INSTALLER DOLIBARR
       
       Si vous n'avez pas de connaissances techniques, et que vous recherchez
      -un programme d'installation qui install Dolibarr ERP/CRM en quelques clics,
      -vous devez vous réorienter vers DoliWamp (la version tout-en-un
      +un programme d'installation qui installe Dolibarr ERP/CRM en quelques clics,
      +vous devez vous ré-orienter vers DoliWamp (la version tout-en-un
       de Dolibarr pour Windows), DoliDeb (la version tout-en-un pour Debian ou
       Ubuntu) ou DoliRpm (la version tout-en-un de Dolibarr pour Fedora, Redhat,
       OpenSuse, Mandriva ou Mageia).
      @@ -25,39 +25,39 @@ OpenSuse, Mandriva ou Mageia).
       Vous pouvez les télécharger depuis la rubrique *download* du portail officiel: 
       https://www.dolibarr.org/
       
      -Si vous avez déjà installé un serveur Web avec PHP et une base de donnée (MariaDb/MySql/PostgreSql),
      +Si vous avez déjà installé un serveur Web avec PHP et une base de données (MariaDb/MySql/PostgreSql),
       vous pouvez installer Dolibarr avec cette version de la manière suivante:
       
      -- Copier le répertoire "dolibarr" et son contenu dans la racine de votre serveur
      -  web, ou bien copier le répertoire sur le serveur et configurer ce serveur pour
      +- Copiez le répertoire "dolibarr" et son contenu dans la racine de votre serveur
      +  web, ou bien copiez le répertoire sur le serveur et configurez ce serveur pour
         utiliser "dolibarr/htdocs" comme racine d'un nouveau virtual host (ce second 
         choix requiert des compétences et habilitations en administration du serveur
         web).
         
      -- Créer un fichier vide "htdocs/conf/conf.php" et attribuer les permissions
      +- Créez un fichier vide "htdocs/conf/conf.php" et attribuez les permissions
         en lecture et écriture pour le user du serveur web (les permissions en 
         écriture seront supprimées une fois l'installation terminée).
       
      -- Depuis votre navigateur, appeler la page "install/" de dolibarr. L'url dépend 
      -  du choix fait à la première etape:
      +- Depuis votre navigateur, appelez la page "install/" de dolibarr. L'url dépend 
      +  du choix fait à la première étape:
          http://localhost/dolibarr/htdocs/install/
         ou
          http://yourdolibarrvirtualhost/install/
          
      -- Suivez les instructions fournies par l'installeur...
      +- Suivez les instructions fournies par l'installateur...
       
       
       
       ## METTRE A JOUR DOLIBARR
       
      -Pour mettre a jour Dolibarr depuis une vieille version vers celle ci:
      -- Ecraser les vieux fichiers dans le vieux repertoire 'dolibarr' par les fichiers
      +Pour mettre à jour Dolibarr depuis une vieille version vers celle ci:
      +- Ecrasez les vieux fichiers dans le vieux répertoire 'dolibarr' par les fichiers
         fournis dans ce nouveau package.
         
      -- Au prochain accès, Dolibarr proposera la page de "mise a jour" des données (si necessaire).
      -  Si un fichier install.lock existe pour vérouiller le processus de mise à jour, il sera demandé de le supprimer manuellement (vous devriez trouver le fichier install.lock dans le répertoire utilisé pour stocker les documents générés ou transféré sur le serveur. Dans la plupart des cas, c'est le répertoire appelé "documents") 
      -
      -*Note: Le processus de migration peut etre lancé manuellement et plusieurs fois, sans risque, en appelant la page /install/*
      +- Au prochain accès, Dolibarr proposera la page de "mise à jour" des données (si nécessaire).
      +  Si un fichier install.lock existe pour verrouiller le processus de mise à jour, il sera demandé de le supprimer manuellement (vous devriez trouver le fichier install.lock dans le répertoire utilisé pour stocker les documents générés ou transférés sur le serveur. Dans la plupart des cas, c'est le répertoire appelé "documents") 
      +  
      +*Note: Le processus de migration peut être lancé manuellement et plusieurs fois, sans risque, en appelant la page /install/*
         
       
       ## CE QUI EST NOUVEAU
      @@ -136,7 +136,7 @@ Dolibarr peut aussi être étendu à volonté avec l'ajout de module/application
       
       ## CE QUE DOLIBARR NE PEUT PAS (ENCORE) FAIRE
       
      -Voici un liste de fonctionnalites pas encore gérées par Dolibarr:
      +Voici un liste de fonctionnalités pas encore gérées par Dolibarr:
       - Dolibarr ne contient pas de module de Gestion de la paie.
       - Les tâches du module de gestion de projets n'ont pas de dépendances entre elle.
       - Dolibarr n'embarque pas de Webmail intégré nativement.
      @@ -145,7 +145,7 @@ Voici un liste de fonctionnalites pas encore gérées par Dolibarr:
       
       ## DOCUMENTATION
       
      -Les documentations utilisateur, développeur et traducteur sont disponible sous forme de ressources de la communautés via la site [Wiki](https://wiki.dolibarr.org).
      +La documentation utilisateur, développeur et traducteur est disponible sous forme de ressources de la communauté via le site [Wiki](https://wiki.dolibarr.org).
       
       
       ## CONTRIBUER
      
      From 30630ff3686a9fdafca8f785ccf367ebe3a5e549 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 11:58:19 +0200
      Subject: [PATCH 0385/1013] fix typo
      
      ---
       .../modules/commande/doc/pdf_einstein.modules.php  | 14 +++++++-------
       1 file changed, 7 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      index d3b5d12d620..37d2742c1b1 100644
      --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      @@ -149,13 +149,13 @@ class pdf_einstein extends ModelePDFCommandes
       		$this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10;
       		$this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10;
       
      -		$this->option_logo = 1;                    // Affiche logo
      -		$this->option_tva = 1;                     // Gere option tva FACTURE_TVAOPTION
      -		$this->option_modereg = 1;                 // Affiche mode reglement
      -		$this->option_condreg = 1;                 // Affiche conditions reglement
      -		$this->option_codeproduitservice = 1;      // Affiche code produit-service
      -		$this->option_multilang = 1;               // Dispo en plusieurs langues
      -		$this->option_escompte = 0;                // Affiche si il y a eu escompte
      +		$this->option_logo = 1;                    // Display logo
      +		$this->option_tva = 1;                     // Manage the vat option FACTURE_TVAOPTION
      +		$this->option_modereg = 1;                 // Display payment mode
      +		$this->option_condreg = 1;                 // Display payment terms
      +		$this->option_codeproduitservice = 1;      // Display product-service code
      +		$this->option_multilang = 1;               // Available in several languages
      +		$this->option_escompte = 0;                // Displays if there has been a discount
       		$this->option_credit_note = 0;             // Support credit notes
       		$this->option_freetext = 1;				   // Support add of a personalised text
       		$this->option_draft_watermark = 1;		   // Support add of a watermark on drafts
      
      From e5cc4ae61b21bb34ca58297ea2fb25598a8a3f38 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 12:00:59 +0200
      Subject: [PATCH 0386/1013] Code comment
      
      ---
       htdocs/core/modules/import/import_csv.modules.php  | 8 +++++---
       htdocs/core/modules/import/import_xlsx.modules.php | 7 +++++--
       2 files changed, 10 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/modules/import/import_csv.modules.php b/htdocs/core/modules/import/import_csv.modules.php
      index 60dc9bf6c15..34bff81e55c 100644
      --- a/htdocs/core/modules/import/import_csv.modules.php
      +++ b/htdocs/core/modules/import/import_csv.modules.php
      @@ -633,6 +633,7 @@ class ImportCsv extends ModeleImports
       				//print 'listfields='.$listfields.'<br>listvalues='.$listvalues.'<br>';
       
       				// If no error for this $alias/$tablename, we have a complete $listfields and $listvalues that are defined
      +				// so we can try to make the insert or update now.
       				if (! $errorforthistable)
       				{
       					//print "$alias/$tablename/$listfields/$listvalues<br>";
      @@ -644,7 +645,7 @@ class ImportCsv extends ModeleImports
       						if (!empty($updatekeys)) {
       							// We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields)
       
      -							if (empty($lastinsertid)) {
      +							if (empty($lastinsertid)) {	// No insert done yet for a parent table
       								$sqlSelect = 'SELECT rowid FROM '.$tablename;
       
       								$data = array_combine($listfields, $listvalues);
      @@ -680,10 +681,11 @@ class ImportCsv extends ModeleImports
       									$error++;
       								}
       							} else {
      -								// We have a last INSERT ID. Check if we have a row referencing this foreign key.
      +								// We have a last INSERT ID (got by previous pass), so we check if we have a row referencing this foreign key.
       								// This is required when updating table with some extrafields. When inserting a record in parent table, we can make
       								// a direct insert into subtable extrafields, but when me wake an update, the insertid is defined and the child record
      -								// may already exists. So we rescan the extrafield table to be know if record exists or not for the rowid.
      +								// may already exists. So we rescan the extrafield table to know if record exists or not for the rowid.
      +								// Note: For extrafield tablename, we have in importfieldshidden_array an enty 'extra.fk_object'=>'lastrowid-tableparent' so $keyfield is 'fk_object'
       								$sqlSelect = 'SELECT rowid FROM '.$tablename;
       
       								if(empty($keyfield)) $keyfield = 'rowid';
      diff --git a/htdocs/core/modules/import/import_xlsx.modules.php b/htdocs/core/modules/import/import_xlsx.modules.php
      index 36b57e2d69a..2c37caa5d40 100644
      --- a/htdocs/core/modules/import/import_xlsx.modules.php
      +++ b/htdocs/core/modules/import/import_xlsx.modules.php
      @@ -656,6 +656,7 @@ class ImportXlsx extends ModeleImports
       				//print 'listfields='.$listfields.'<br>listvalues='.$listvalues.'<br>';
       
       				// If no error for this $alias/$tablename, we have a complete $listfields and $listvalues that are defined
      +				// so we can try to make the insert or update now.
       				if (! $errorforthistable)
       				{
       					//print "$alias/$tablename/$listfields/$listvalues<br>";
      @@ -665,7 +666,8 @@ class ImportXlsx extends ModeleImports
       						$insertdone = false;
       						if (!empty($updatekeys)) {
       							// We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields)
      -							if (empty($lastinsertid)) {
      +
      +							if (empty($lastinsertid)) {	// No insert done yet for a parent table
       								$sqlSelect = 'SELECT rowid FROM '.$tablename;
       
       								$data = array_combine($listfields, $listvalues);
      @@ -704,7 +706,8 @@ class ImportXlsx extends ModeleImports
       								// We have a last INSERT ID. Check if we have a row referencing this foreign key.
       								// This is required when updating table with some extrafields. When inserting a record in parent table, we can make
       								// a direct insert into subtable extrafields, but when me wake an update, the insertid is defined and the child record
      -								// may already exists. So we rescan the extrafield table to be know if record exists or not for the rowid.
      +								// may already exists. So we rescan the extrafield table to know if record exists or not for the rowid.
      +								// Note: For extrafield tablename, we have in importfieldshidden_array an enty 'extra.fk_object'=>'lastrowid-tableparent' so $keyfield is 'fk_object'
       								$sqlSelect = 'SELECT rowid FROM '.$tablename;
       
       								if(empty($keyfield)) $keyfield = 'rowid';
      
      From effd11e1f9bf9a4e875e4db68c6e55a47cda90da Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 12:42:01 +0200
      Subject: [PATCH 0387/1013] translation
      
      ---
       htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      index 37d2742c1b1..273027f3b99 100644
      --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      @@ -27,7 +27,7 @@
       /**
        *	\file       htdocs/core/modules/commande/doc/pdf_einstein.modules.php
        *	\ingroup    commande
      - *	\brief      Fichier de la classe permettant de generer les commandes au modele Einstein
      + *	\brief      File of Class to generate PDF orders with template Einstein
        */
       
       require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';
      @@ -38,7 +38,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
       
       
       /**
      - *	Classe to generate PDF orders with template Einstein
      + *	Class to generate PDF orders with template Einstein
        */
       class pdf_einstein extends ModelePDFCommandes
       {
      
      From 31152e10f6915f318ea7735db4eb8d52ba8ca2d5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 13:27:59 +0200
      Subject: [PATCH 0388/1013] Trans
      
      ---
       htdocs/langs/fr_FR/users.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/fr_FR/users.lang b/htdocs/langs/fr_FR/users.lang
      index e0f461cd196..fa5e772fe7e 100644
      --- a/htdocs/langs/fr_FR/users.lang
      +++ b/htdocs/langs/fr_FR/users.lang
      @@ -6,7 +6,7 @@ Permission=Droit
       Permissions=Droits
       EditPassword=Modifier mot de passe
       SendNewPassword=Régénérer et envoyer mot de passe
      -SendNewPasswordLink=Envoyer le lien pour réinitialiser le mot de passe
      +SendNewPasswordLink=Réinitialiser le mot de passe
       ReinitPassword=Régénérer mot de passe
       PasswordChangedTo=Mot de passe modifié en: %s
       SubjectNewPassword=Votre mot de passe pour %s
      
      From 56f5aaf1ad147d0d85c4cc9cadab75cd3d56ccb2 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sat, 13 Oct 2018 13:56:23 +0200
      Subject: [PATCH 0389/1013] html5
      
      ---
       dev/examples/mail/dolibarr_mail_simpleHTML.txt | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/dev/examples/mail/dolibarr_mail_simpleHTML.txt b/dev/examples/mail/dolibarr_mail_simpleHTML.txt
      index 5c552221ca6..391800f5095 100644
      --- a/dev/examples/mail/dolibarr_mail_simpleHTML.txt
      +++ b/dev/examples/mail/dolibarr_mail_simpleHTML.txt
      @@ -4,4 +4,4 @@ X-Mailer: Dolibarr version 2.7.0-beta (using php mail)
       MIME-Version: 1.0
       Content-Type: text/html; charset=UTF-8
       Content-Transfer-Encoding: 8bit
      -<html><head><title></title></head><body>Test&eacute;<br />fdsfsdf<br />fsdf<strong>sfd</strong>s<br />fssdfsd<br /></body></html>
      +<html><head><title></title></head><body>Test&eacute;<br>fdsfsdf<br>fsdf<strong>sfd</strong>s<br>fssdfsd<br></body></html>
      
      From 8a928a72faeb7b99d09e7b8a439c5539f501d44c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 14:03:32 +0200
      Subject: [PATCH 0390/1013] Sync transifex
      
      ---
       htdocs/langs/en_US/accountancy.lang   |  12 +-
       htdocs/langs/en_US/admin.lang         | 212 +++++++++++++-------------
       htdocs/langs/en_US/agenda.lang        |  12 +-
       htdocs/langs/en_US/banks.lang         |  10 +-
       htdocs/langs/en_US/bills.lang         |  66 ++++----
       htdocs/langs/en_US/blockedlog.lang    |   6 +-
       htdocs/langs/en_US/boxes.lang         |   6 +-
       htdocs/langs/en_US/commercial.lang    |   2 +-
       htdocs/langs/en_US/companies.lang     |  38 ++---
       htdocs/langs/en_US/compta.lang        |  14 +-
       htdocs/langs/en_US/cron.lang          |   4 +-
       htdocs/langs/en_US/deliveries.lang    |   6 +-
       htdocs/langs/en_US/dict.lang          |   2 +-
       htdocs/langs/en_US/donations.lang     |   2 +-
       htdocs/langs/en_US/errors.lang        |  16 +-
       htdocs/langs/en_US/exports.lang       |   6 +-
       htdocs/langs/en_US/externalsite.lang  |   2 +-
       htdocs/langs/en_US/ftp.lang           |   2 +-
       htdocs/langs/en_US/holiday.lang       |  20 +--
       htdocs/langs/en_US/install.lang       |   8 +-
       htdocs/langs/en_US/ldap.lang          |   2 +-
       htdocs/langs/en_US/link.lang          |   2 +-
       htdocs/langs/en_US/mails.lang         |  18 +--
       htdocs/langs/en_US/main.lang          |  48 +++---
       htdocs/langs/en_US/members.lang       |   8 +-
       htdocs/langs/en_US/modulebuilder.lang |   8 +-
       htdocs/langs/en_US/multicurrency.lang |   2 +-
       htdocs/langs/en_US/opensurvey.lang    |   4 +-
       htdocs/langs/en_US/orders.lang        |   8 +-
       htdocs/langs/en_US/other.lang         |  24 +--
       htdocs/langs/en_US/paybox.lang        |   2 +-
       htdocs/langs/en_US/paypal.lang        |   4 +-
       htdocs/langs/en_US/productbatch.lang  |   2 +-
       htdocs/langs/en_US/products.lang      |   6 +-
       htdocs/langs/en_US/projects.lang      |   4 +-
       htdocs/langs/en_US/propal.lang        |   2 +-
       htdocs/langs/en_US/salaries.lang      |   2 +-
       htdocs/langs/en_US/sendings.lang      |   2 +-
       htdocs/langs/en_US/sms.lang           |   2 +-
       htdocs/langs/en_US/stocks.lang        |   9 +-
       htdocs/langs/en_US/trips.lang         |   4 +-
       htdocs/langs/en_US/users.lang         |   4 +-
       htdocs/langs/en_US/website.lang       |  10 +-
       htdocs/langs/en_US/withdrawals.lang   |   6 +-
       htdocs/langs/en_US/workflow.lang      |   4 +-
       45 files changed, 316 insertions(+), 317 deletions(-)
      
      diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang
      index 7475c1640e6..0e59bf9a5a3 100644
      --- a/htdocs/langs/en_US/accountancy.lang
      +++ b/htdocs/langs/en_US/accountancy.lang
      @@ -58,19 +58,19 @@ AccountancyAreaDescJournalSetup=STEP %s: Create or check content of your journal
       AccountancyAreaDescChartModel=STEP %s: Create a model of chart of account from menu %s
       AccountancyAreaDescChart=STEP %s: Create or check content of your chart of account from menu %s
       
      -AccountancyAreaDescVat=STEP %s: Define accounting accounts for each VAT Rates. For this, use the menu entry %s.    
      +AccountancyAreaDescVat=STEP %s: Define accounting accounts for each VAT Rates. For this, use the menu entry %s.
       AccountancyAreaDescDefault=STEP %s: Define default accounting accounts. For this, use the menu entry %s.
       AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of expense report. For this, use the menu entry %s.
      -AccountancyAreaDescSal=STEP %s: Define default accounting accounts for payment of salaries. For this, use the menu entry %s.    
      +AccountancyAreaDescSal=STEP %s: Define default accounting accounts for payment of salaries. For this, use the menu entry %s.
       AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expenses (miscellaneous taxes). For this, use the menu entry %s.
       AccountancyAreaDescDonation=STEP %s: Define default accounting accounts for donation. For this, use the menu entry %s.
       AccountancyAreaDescMisc=STEP %s: Define mandatory default account and default accounting accounts for miscellaneous transactions. For this, use the menu entry %s.
      -AccountancyAreaDescLoan=STEP %s: Define default accounting accounts for loans. For this, use the menu entry %s. 
      +AccountancyAreaDescLoan=STEP %s: Define default accounting accounts for loans. For this, use the menu entry %s.
       AccountancyAreaDescBank=STEP %s: Define accounting accounts and journal code for each bank and financial accounts. For this, use the menu entry %s.
       AccountancyAreaDescProd=STEP %s: Define accounting accounts on your products/services. For this, use the menu entry %s.
       
       AccountancyAreaDescBind=STEP %s: Check the binding between existing %s lines and accounting account is done, so application will be able to journalize transactions in Ledger in one click. Complete missing bindings. For this, use the menu entry %s.
      -AccountancyAreaDescWriteRecords=STEP %s: Write transactions into the Ledger. For this, go into menu <strong>%s</strong>, and click into button <strong>%s</strong>. 
      +AccountancyAreaDescWriteRecords=STEP %s: Write transactions into the Ledger. For this, go into menu <strong>%s</strong>, and click into button <strong>%s</strong>.
       AccountancyAreaDescAnalyze=STEP %s: Add or edit existing transactions and generate reports and exports.
       
       AccountancyAreaDescClosePeriod=STEP %s: Close period so we can't make modification in a future.
      @@ -165,7 +165,7 @@ NumPiece=Piece number
       TransactionNumShort=Num. transaction
       AccountingCategory=Personalized groups
       GroupByAccountAccounting=Group by accounting account
      -AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.  
      +AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.
       ByAccounts=By accounts
       ByPredefinedAccountGroups=By predefined groups
       ByPersonalizedAccountGroups=By personalized groups
      @@ -191,7 +191,7 @@ NewAccountingMvt=New transaction
       NumMvts=Numero of transaction
       ListeMvts=List of movements
       ErrorDebitCredit=Debit and Credit cannot have a value at the same time
      -AddCompteFromBK=Add accounting accounts to the group 
      +AddCompteFromBK=Add accounting accounts to the group
       ReportThirdParty=List third party account
       DescThirdPartyReport=Consult here the list of the third party customers and vendors and their accounting accounts
       ListAccounts=List of the accounting accounts
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index d4665bb4ccd..93a48d763cd 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -23,7 +23,7 @@ FilesUpdated=Updated Files
       FilesModified=Modified Files
       FilesAdded=Added Files
       FileCheckDolibarr=Check integrity of application files
      -AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package 
      +AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
       XmlNotFound=Xml Integrity File of application not found
       SessionId=Session ID
       SessionSaveHandler=Handler to save sessions
      @@ -96,9 +96,9 @@ NoMaxSizeByPHPLimit=Note: No limit is set in your PHP configuration
       MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to disallow any upload)
       UseCaptchaCode=Use graphical code (CAPTCHA) on login page
       AntiVirusCommand= Full path to antivirus command
      -AntiVirusCommandExample= Example for ClamWin: c:\Progra~1\ClamWin\bin\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      +AntiVirusCommandExample= Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
       AntiVirusParam= More parameters on command line
      -AntiVirusParamExample= Example for ClamWin: --database="C:\Program Files (x86)\ClamWin\lib"
      +AntiVirusParamExample= Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
       ComptaSetup=Accounting module setup
       UserSetup=User management setup
       MultiCurrencySetup=Multi-currency setup
      @@ -184,7 +184,7 @@ AddDropTable=Add DROP TABLE command
       ExportStructure=Structure
       NameColumn=Name columns
       ExtendedInsert=Extended INSERT
      -NoLockBeforeInsert=No lock commands around INSERT 
      +NoLockBeforeInsert=No lock commands around INSERT
       DelayedInsert=Delayed insert
       EncodeBinariesInHexa=Encode binary data in hexadecimal
       IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
      @@ -199,7 +199,7 @@ ModulesDeployDesc=If permissions on your file system allow it, you can use this
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
       ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -208,7 +208,7 @@ CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s
       SeeInMarkerPlace=See in Market place
       Updated=Updated
       Nouveauté=Novelty
      -AchatTelechargement=Buy / Download 
      +AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
       DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      @@ -286,7 +286,7 @@ MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email o
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,11 +309,11 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
       UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
       UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      @@ -333,7 +333,7 @@ GenericMaskCodes4a=<u>Example on the 99th %s of the third party TheCompany, with
       GenericMaskCodes4b=<u>Example on third party created on 2007-03-01:</u><br>
       GenericMaskCodes4c=<u>Example on product created on 2007-03-01:</u><br>
       GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC0701-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b><br><b>IN{yy}{mm}-{0000}-{t}</b> will give <b>IN0701-0099-A</b> if the type of company is 'Responsable Inscripto' with code for type that is 'A_RI'
      -GenericNumRefModelDesc=Returns a customizable number according to a defined mask. 
      +GenericNumRefModelDesc=Returns a customizable number according to a defined mask.
       ServerAvailableOnIPOrPort=Server is available at address <b>%s</b> on port <b>%s</b>
       ServerNotAvailableOnIPOrPort=Server is not available at address <b>%s</b> on port <b>%s</b>
       DoTestServerAvailability=Test server connectivity
      @@ -347,25 +347,25 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...). 
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
       ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
      -ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>. 
      +ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
       NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation: 
      +ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      +FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
       FirstnameNamePosition=Position of Name/Lastname
       DescWeather=The following pictures will be shown on dashboard when number of late actions reach the following values:
       KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webservices)
       TestSubmitForm=Input test form
      -ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours. 
      +ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
      @@ -377,7 +377,7 @@ PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +387,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non-admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +408,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -439,7 +439,7 @@ InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
      @@ -450,22 +450,22 @@ EnableAndSetupModuleCron=If you want to have this recurring invoice generated au
       ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
       ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
      -ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.  
      -Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.  
      +ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
      +Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be careful also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      +EnableOverwriteTranslation=Enable usage of overwritten translation
       GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
      -WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior. 
      +WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
       FreeLegalTextOnExpenseReports=Free legal text on expense reports
      @@ -476,7 +476,7 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
       DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
       DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      @@ -487,7 +487,7 @@ Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -541,9 +541,9 @@ Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data into Dolibarr (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Members
       Module310Desc=Foundation members management
       Module320Name=RSS Feed
      @@ -584,7 +584,7 @@ Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -592,9 +592,9 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
      @@ -625,7 +625,7 @@ 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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
       Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      @@ -692,7 +692,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -700,25 +700,25 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
       Permission164=Disable a service/subscription of a contract
       Permission165=Delete contracts/subscriptions
       Permission167=Export contracts
      -Permission171=Read trips and expenses (yours and your subordinates) 
      +Permission171=Read trips and expenses (yours and your subordinates)
       Permission172=Create/modify trips and expenses
       Permission173=Delete trips and expenses
      -Permission174=Read all trips and expenses 
      +Permission174=Read all trips and expenses
       Permission178=Export trips and expenses
       Permission180=Read suppliers
       Permission181=Read supplier orders
      @@ -761,7 +761,7 @@ PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -771,7 +771,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -810,7 +810,7 @@ Permission538=Export services
       Permission701=Read donations
       Permission702=Create/modify donations
       Permission703=Delete donations
      -Permission771=Read expense reports (yours and your subordinates) 
      +Permission771=Read expense reports (yours and your subordinates)
       Permission772=Create/modify expense reports
       Permission773=Delete expense reports
       Permission774=Read all expense reports (even for user not subordinates)
      @@ -848,8 +848,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -915,7 +915,7 @@ DictionaryAccountancyJournal=Accounting journals
       DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      +DictionaryHolidayTypes=Types of leave
       DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
      @@ -962,7 +962,7 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -LabelOrTranslationKey=Label or translation key 
      +LabelOrTranslationKey=Label or translation key
       NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
      @@ -1072,7 +1072,7 @@ DisplayDesc=You can choose each parameter related to the Dolibarr look and feel
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here. 
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here is.
       TriggersAvailable=Available triggers
       TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
      @@ -1097,17 +1097,17 @@ NoEventFoundWithCriteria=No security event has been found for this search criter
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup cannot be guaranteed with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
       RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
       PreviousDumpFiles=Generated database backup files
      -WeekStartOnDay=First day of week 
      +WeekStartOnDay=First day of week
       RunningUpdateProcessMayBeRequired=Running the upgrade process seems to be required (Programs version %s differs from database version %s)
       YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from command line after login to a shell with user <b>%s</b> or you must add -W option at end of command line to provide <b>%s</b> password.
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
      @@ -1130,7 +1130,7 @@ MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here any attributes not already available by default, that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
      @@ -1151,13 +1151,13 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
      @@ -1166,16 +1166,16 @@ OriginalValueWas=The original translation is overwritten. Original value was:<br
       TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
       OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
       YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
       NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
       BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
       BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
      @@ -1188,7 +1188,7 @@ FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are ex
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1217,7 +1217,7 @@ MustBeMandatory=Mandatory to create third parties (if vat number or type of comp
       MustBeInvoiceMandatory=Mandatory to validate invoices?
       TechnicalServicesProvided=Technical services provided
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1366,8 +1366,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1415,10 +1415,10 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advice related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
      -MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server. 
      +MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      @@ -1433,9 +1433,9 @@ CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gi
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
       CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
      -TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers 
      -DefaultValuesDesc=You can define/force here the default value you want to get when you create a new record, and/or default filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      @@ -1445,11 +1445,11 @@ ProductSetup=Products module setup
       ServiceSetup=Services module setup
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the language of the third party
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
       UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1465,7 +1465,7 @@ SyslogFilename=File name and path
       YouCanUseDOL_DATA_ROOT=You can use DOL_DATA_ROOT/dolibarr.log for a log file in Dolibarr "documents" directory. You can set a different path to store this file.
       ErrorUnknownSyslogConstant=Constant %s is not a known Syslog constant
       OnlyWindowsLOG_USER=Windows only supports LOG_USER
      -CompressSyslogs=Compression and backup of debug log files (generated by module Log for debug) 
      +CompressSyslogs=Compression and backup of debug log files (generated by module Log for debug)
       SyslogFileNumberOfSaves=Log backups
       ConfigureCleaningCronjobToSetFrequencyOfSaves=Configure cleaning scheduled job to set log backup frequency
       ##### Donations #####
      @@ -1486,7 +1486,7 @@ BarcodeDescC39=Barcode of type C39
       BarcodeDescC128=Barcode of type C128
       BarcodeDescDATAMATRIX=Barcode of type Datamatrix
       BarcodeDescQRCODE=Barcode of type QR code
      -GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode 
      +GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode
       BarcodeInternalEngine=Internal engine
       BarCodeNumberManager=Manager to auto define barcode numbers
       ##### Prelevements #####
      @@ -1529,7 +1529,7 @@ FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
       OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
       OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      @@ -1563,7 +1563,7 @@ ConfirmDeleteMenu=Are you sure you want to delete menu entry <b>%s</b>?
       FailedToInitializeMenu=Failed to initialize menu
       ##### Tax #####
       TaxSetup=Taxes, social or fiscal taxes and dividends module setup
      -OptionVatMode=VAT due 
      +OptionVatMode=VAT due
       OptionVATDefault=Standard basis
       OptionVATDebitOption=Accrual basis
       OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on payments for services
      @@ -1582,15 +1582,15 @@ InvoiceDateUsed=Invoice date used
       YourCompanyDoesNotUseVAT=Your company has been defined to not use VAT (Home - Setup - Company/Organization), so there is no VAT options to setup.
       AccountancyCode=Accounting Code
       AccountancyCodeSell=Sale account. code
      -AccountancyCodeBuy=Purchase account. code 
      +AccountancyCodeBuy=Purchase account. code
       ##### Agenda #####
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
       AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      @@ -1599,17 +1599,17 @@ AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
       StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with lot management
      @@ -1630,7 +1630,7 @@ ApiProductionMode=Enable production mode (this will activate use of a cache for
       ApiExporerIs=You can explore and test the APIs at URL
       OnlyActiveElementsAreExposed=Only elements from enabled modules are exposed
       ApiKey=Key for API
      -WarningAPIExplorerDisabled=The API explorer has been disabled. API explorer is not required to provide API services. It is a tool for developer to find/test REST APIs. If you need this tool, go into setup of module API REST to activate it. 
      +WarningAPIExplorerDisabled=The API explorer has been disabled. API explorer is not required to provide API services. It is a tool for developer to find/test REST APIs. If you need this tool, go into setup of module API REST to activate it.
       ##### Bank #####
       BankSetupModule=Bank module setup
       FreeLegalTextOnChequeReceipts=Free text on cheque receipts
      @@ -1682,7 +1682,7 @@ NoAmbiCaracAutoGeneration=Do not use ambiguous characters ("1","l","i","|","0","
       SalariesSetup=Setup of module salaries
       SortOrder=Sort order
       Format=Format
      -TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and vendors payment type 
      +TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and vendors payment type
       IncludePath=Include path (defined into variable %s)
       ExpenseReportsSetup=Setup of module Expense Reports
       TemplatePDFExpenseReports=Document templates to generate expense report document
      @@ -1694,14 +1694,14 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      -SomethingMakeInstallFromWebNotPossible2=For this reason, process to upgrade described here is only manual steps a privileged user can do. 
      +SomethingMakeInstallFromWebNotPossible2=For this reason, process to upgrade described here is only manual steps a privileged user can do.
       InstallModuleFromWebHasBeenDisabledByFile=Install of external module from application has been disabled by your administrator. You must ask him to remove the file <strong>%s</strong> to allow this feature.
      -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> 
      +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)
      @@ -1729,7 +1729,7 @@ UrlTrackingDesc=If the provider or transport service offer a page or web site to
       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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1755,10 +1755,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1779,19 +1779,19 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call) 
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
       activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not in the list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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
      +UserHasNoPermissions=This user has no permissions defined
       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. 
      -WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not impact adversely the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of a illegal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
      @@ -1803,9 +1803,9 @@ SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
       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
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
       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
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      @@ -1814,7 +1814,7 @@ VATIsUsedIsOff=Note: The option to use sales Tax or VAT has been set to <strong>
       SwapSenderAndRecipientOnPDF=Swap sender and recipient address on PDF
       FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only
       ##### Resource ####
      -ResourceSetup=Configuration du module 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
      diff --git a/htdocs/langs/en_US/agenda.lang b/htdocs/langs/en_US/agenda.lang
      index a68bac6d961..cd39a43abe8 100644
      --- a/htdocs/langs/en_US/agenda.lang
      +++ b/htdocs/langs/en_US/agenda.lang
      @@ -1,12 +1,12 @@
      -# Dolibarr language file - Source file is en_US - agenda 
      +# Dolibarr language file - Source file is en_US - agenda
       IdAgenda=ID event
       Actions=Events
       Agenda=Agenda
       TMenuAgenda=Agenda
       Agendas=Agendas
       LocalAgenda=Internal calendar
      -ActionsOwnedBy=Event owned by 
      -ActionsOwnedByShort=Owner 
      +ActionsOwnedBy=Event owned by
      +ActionsOwnedByShort=Owner
       AffectedTo=Assigned to
       Event=Event
       Events=Events
      @@ -31,8 +31,8 @@ ViewWeek=Week view
       ViewPerUser=Per user view
       ViewPerType=Per type view
       AutoActions= Automatic filling
      -AgendaAutoActionDesc= Define here events for which you want Dolibarr to create automatically an event in agenda. If nothing is checked, only manual actions will be included in logged and visible into agenda. Automatic tracking of business actions done on objects (validation, status change) will not be saved. 
      -AgendaSetupOtherDesc= This page provides options to allow export of your Dolibarr events into an external calendar (thunderbird, google calendar, ...)
      +AgendaAutoActionDesc= Here you can define events which you want Dolibarr to create automatically  in Agenda. If nothing is checked, only manual actions will be included in logs and displayed in Agenda. Automatic tracking of business actions done on objects (validation, status change) will not be saved.
      +AgendaSetupOtherDesc= This page provides options to allow exports of your Dolibarr events into an external calendar (thunderbird, google calendar, ...)
       AgendaExtSitesDesc=This page allows to declare external sources of calendars to see their events into Dolibarr agenda.
       ActionsEvents=Events for which Dolibarr will create an action in agenda automatically
       EventRemindersByEmailNotEnabled=Event reminders by email was not enabled into %s module setup.
      @@ -111,7 +111,7 @@ DefaultWorkingHours=Default working hours in day (Example: 9-18)
       # External Sites ical
       ExportCal=Export calendar
       ExtSites=Import external calendars
      -ExtSitesEnableThisTool=Show external calendars (defined into global setup) into agenda. Does not affect external calendars defined by users.
      +ExtSitesEnableThisTool=Show external calendars (defined in global setup) in Agenda. Does not affect external calendars defined by users.
       ExtSitesNbOfAgenda=Number of calendars
       AgendaExtNb=Calendar no. %s
       ExtSiteUrlAgenda=URL to access .ical file
      diff --git a/htdocs/langs/en_US/banks.lang b/htdocs/langs/en_US/banks.lang
      index a83b3cd755b..7650613341e 100644
      --- a/htdocs/langs/en_US/banks.lang
      +++ b/htdocs/langs/en_US/banks.lang
      @@ -46,7 +46,7 @@ BankAccountDomiciliation=Account address
       BankAccountCountry=Account country
       BankAccountOwner=Account owner name
       BankAccountOwnerAddress=Account owner address
      -RIBControlError=Integrity check of values fails. This means information for this account number are not complete or wrong (check country, numbers and IBAN).
      +RIBControlError=Integrity check of values fails. This means the information for this account number is incomplete or incorrect (check country, numbers and IBAN).
       CreateAccount=Create account
       NewBankAccount=New account
       NewFinancialAccount=New financial account
      @@ -105,7 +105,7 @@ SocialContributionPayment=Social/fiscal tax payment
       BankTransfer=Bank transfer
       BankTransfers=Bank transfers
       MenuBankInternalTransfer=Internal transfer
      -TransferDesc=Transfer from one account to another one, Dolibarr will write two record (a debit in source account and a credit in target account. The same amount (except sign), label and date will be used for this transaction)
      +TransferDesc=Transfer from one account to another one, Dolibarr will write two records (a debit in source account and a credit in target account). The same amount (except sign), label and date will be used for this transaction)
       TransferFrom=From
       TransferTo=To
       TransferFromToDone=A transfer from <b>%s</b> to <b>%s</b> of <b>%s</b> %s has been recorded.
      @@ -136,8 +136,8 @@ BankTransactionLine=Bank entry
       AllAccounts=All bank and cash accounts
       BackToAccount=Back to account
       ShowAllAccounts=Show for all accounts
      -FutureTransaction=Transaction in futur. No way to conciliate.
      -SelectChequeTransactionAndGenerate=Select/filter checks to include into the check deposit receipt and click on "Create".
      +FutureTransaction=Transaction in future. No way to reconcile.
      +SelectChequeTransactionAndGenerate=Select/filter checks to include in the check deposit receipt and click on "Create".
       InputReceiptNumber=Choose the bank statement related with the conciliation. Use a sortable numeric value: YYYYMM or YYYYMMDD
       EventualyAddCategory=Eventually, specify a category in which to classify the records
       ToConciliate=To reconcile?
      @@ -163,4 +163,4 @@ ShowVariousPayment=Show miscellaneous payments
       AddVariousPayment=Add miscellaneous payments
       SEPAMandate=SEPA mandate
       YourSEPAMandate=Your SEPA mandate
      -FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Thanks to return it signed (scan of the signed document) or sent it by mail to 
      +FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Return it signed (scan of the signed document) or send it by mail to
      diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
      index 0eb53d1af98..f2a46bd3077 100644
      --- a/htdocs/langs/en_US/bills.lang
      +++ b/htdocs/langs/en_US/bills.lang
      @@ -25,12 +25,12 @@ InvoiceProFormaAsk=Proforma invoice
       InvoiceProFormaDesc=<b>Proforma invoice</b> is an image of a true invoice but has no accountancy value.
       InvoiceReplacement=Replacement invoice
       InvoiceReplacementAsk=Replacement invoice for invoice
      -InvoiceReplacementDesc=<b>Replacement invoice</b> is used to cancel and replace completely an invoice with no payment already received.<br><br>Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
      +InvoiceReplacementDesc=<b>Replacement invoice</b> is used to cancel and completely replace an invoice with no payment already received.<br><br>Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
       InvoiceAvoir=Credit note
       InvoiceAvoirAsk=Credit note to correct invoice
      -InvoiceAvoirDesc=The <b>credit note</b> is a negative invoice used to solve fact that an invoice has an amount that differs than amount really paid (because customer paid too much by error, or will not paid completely since he returned some products for example).
      +InvoiceAvoirDesc=The <b>credit note</b> is a negative invoice used to correct the fact that an invoice has an amount that differs from the amount really paid (eg customer paid too much by mistake, or will not pay completely since he returned some products).
       invoiceAvoirWithLines=Create Credit Note with lines from the origin invoice
      -invoiceAvoirWithPaymentRestAmount=Create Credit Note with remaining unpaid of origin invoice 
      +invoiceAvoirWithPaymentRestAmount=Create Credit Note with remaining unpaid of origin invoice
       invoiceAvoirLineWithPaymentRestAmount=Credit Note for remaining unpaid amount
       ReplaceInvoice=Replace invoice %s
       ReplacementInvoice=Replacement invoice
      @@ -66,12 +66,12 @@ paymentInInvoiceCurrency=in invoices currency
       PaidBack=Paid back
       DeletePayment=Delete payment
       ConfirmDeletePayment=Are you sure you want to delete this payment?
      -ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount ?<br>The amount will so be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
      -ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount ?<br>The amount will so be saved among all discounts and could be used as a discount for a current or a future invoice for this supplier.
      +ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
      +ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this supplier.
       SupplierPayments=Suppliers payments
       ReceivedPayments=Received payments
       ReceivedCustomersPayments=Payments received from customers
      -PayedSuppliersPayments=Payments payed to suppliers
      +PayedSuppliersPayments=Payments paid to suppliers
       ReceivedCustomersPaymentsToValid=Received customers payments to validate
       PaymentsReportsForYear=Payments reports for %s
       PaymentsReports=Payments reports
      @@ -91,8 +91,8 @@ PaymentConditionsShort=Payment terms
       PaymentAmount=Payment amount
       ValidatePayment=Validate payment
       PaymentHigherThanReminderToPay=Payment higher than reminder to pay
      -HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the rest to pay. <br> Edit your entry, otherwise confirm and think about creating a credit note of the excess received for each overpaid invoice.
      -HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the rest to pay. <br> Edit your entry, otherwise confirm and think about creating a credit note of the excess paid for each overpaid invoice.
      +HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
      +HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
       ClassifyPaid=Classify 'Paid'
       ClassifyPaidPartially=Classify 'Paid partially'
       ClassifyCanceled=Classify 'Abandoned'
      @@ -146,7 +146,7 @@ ErrorVATIntraNotConfigured=Intra-Community VAT number not yet defined
       ErrorNoPaiementModeConfigured=No default payment mode defined. Go to Invoice module setup to fix this.
       ErrorCreateBankAccount=Create a bank account, then go to Setup panel of Invoice module to define payment modes
       ErrorBillNotFound=Invoice %s does not exist
      -ErrorInvoiceAlreadyReplaced=Error, you try to validate an invoice to replace invoice %s. But this one has already been replaced by invoice %s.
      +ErrorInvoiceAlreadyReplaced=Error, you tried to validate an invoice to replace invoice %s. But this one has already been replaced by invoice %s.
       ErrorDiscountAlreadyUsed=Error, discount already used
       ErrorInvoiceAvoirMustBeNegative=Error, correct invoice must have a negative amount
       ErrorInvoiceOfThisTypeMustBePositive=Error, this type of invoice must have a positive amount
      @@ -180,20 +180,20 @@ ConfirmClassifyPaidBill=Are you sure you want to change invoice <b>%s</b> to sta
       ConfirmCancelBill=Are you sure you want to cancel invoice <b>%s</b>?
       ConfirmCancelBillQuestion=Why do you want to classify this invoice 'abandoned'?
       ConfirmClassifyPaidPartially=Are you sure you want to change invoice <b>%s</b> to status paid?
      -ConfirmClassifyPaidPartiallyQuestion=This invoice has not been paid completely. What are reasons for you to close this invoice?
      +ConfirmClassifyPaidPartiallyQuestion=This invoice has not been paid completely. What is the reason/s for you closing this invoice?
       ConfirmClassifyPaidPartiallyReasonAvoir=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I regularize the VAT with a credit note.
       ConfirmClassifyPaidPartiallyReasonDiscount=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term.
       ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I accept to lose the VAT on this discount.
      -ConfirmClassifyPaidPartiallyReasonDiscountVat=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I recover the VAT on this discount without a credit note. 
      +ConfirmClassifyPaidPartiallyReasonDiscountVat=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I recover the VAT on this discount without a credit note.
       ConfirmClassifyPaidPartiallyReasonBadCustomer=Bad customer
       ConfirmClassifyPaidPartiallyReasonProductReturned=Products partially returned
       ConfirmClassifyPaidPartiallyReasonOther=Amount abandoned for other reason
      -ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=This choice is possible if your invoice has been provided with suitable comment. (Example «Only the tax corresponding to the price that has been actually paid gives rights to deduction»)
      -ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=In some countries, this choice might be possible only if your invoice contains correct note.
      +ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=This choice is possible if your invoice has been provided with suitable comments. (Example «Only the tax corresponding to the price that has been actually paid gives rights to deduction»)
      +ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=In some countries, this choice might be possible only if your invoice contains correct notes.
       ConfirmClassifyPaidPartiallyReasonAvoirDesc=Use this choice if all other does not suit
      -ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=A <b>bad customer</b> is a customer that refuse to pay his debt.
      +ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=A <b>bad customer</b> is a customer that refuses to pay his debt.
       ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=This choice is used when payment is not complete because some of products were returned
      -ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all other does not suit, for example in following situation:<br>- payment not complete because some products were shipped back<br>- amount claimed too important because a discount was forgotten<br>In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note.
      +ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all others are not suitable, for example in following situation:<br>- payment not complete because some products were shipped back<br>- amount claimed too important because a discount was forgotten<br>In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note.
       ConfirmClassifyAbandonReasonOther=Other
       ConfirmClassifyAbandonReasonOtherDesc=This choice will be used in all other cases. For example because you plan to create a replacing invoice.
       ConfirmCustomerPayment=Do you confirm this payment input for <b>%s</b> %s?
      @@ -304,8 +304,8 @@ DiscountAlreadyCounted=Discounts or credits already consumed
       CustomerDiscounts=Customer discounts
       SupplierDiscounts=Vendors discounts
       BillAddress=Bill address
      -HelpEscompte=This discount is a discount granted to customer because its payment was made before term.
      -HelpAbandonBadCustomer=This amount has been abandoned (customer said to be a bad customer) and is considered as an exceptional loose.
      +HelpEscompte=This discount is a discount granted to customer because payment was made before term.
      +HelpAbandonBadCustomer=This amount has been abandoned (customer said to be a bad customer) and is considered as an exceptional loss.
       HelpAbandonOther=This amount has been abandoned since it was an error (wrong customer or invoice replaced by another for example)
       IdSocialContribution=Social/fiscal tax payment id
       PaymentId=Payment id
      @@ -323,19 +323,19 @@ InvoiceNotChecked=No invoice selected
       CloneInvoice=Clone invoice
       ConfirmCloneInvoice=Are you sure you want to clone this invoice <b>%s</b>?
       DisabledBecauseReplacedInvoice=Action disabled because invoice has been replaced
      -DescTaxAndDividendsArea=This area presents a summary of all payments made for special expenses. Only record with payment during the fixed year are included here.
      +DescTaxAndDividendsArea=This area presents a summary of all payments made for special expenses. Only records with payment during the fixed year are included here.
       NbOfPayments=No. of payments
       SplitDiscount=Split discount in two
      -ConfirmSplitDiscount=Are you sure you want to split this discount of <b>%s</b> %s into 2 lower discounts?
      +ConfirmSplitDiscount=Are you sure you want to split this discount of <b>%s</b> %s into 2 smaller discounts?
       TypeAmountOfEachNewDiscount=Input amount for each of two parts:
      -TotalOfTwoDiscountMustEqualsOriginal=Total of two new discount must be equal to original discount amount. 
      +TotalOfTwoDiscountMustEqualsOriginal=Total of two new discounts must be equal to original discount amount.
       ConfirmRemoveDiscount=Are you sure you want to remove this discount?
       RelatedBill=Related invoice
       RelatedBills=Related invoices
       RelatedCustomerInvoices=Related customer invoices
       RelatedSupplierInvoices=Related supplier invoices
       LatestRelatedBill=Latest related invoice
      -WarningBillExist=Warning, one or more invoice already exist
      +WarningBillExist=Warning, one or more invoices already exist
       MergingPDFTool=Merging PDF tool
       AmountPaymentDistributedOnInvoice=Payment amount distributed on invoice
       PaymentOnDifferentThirdBills=Allow payments on different third parties bills but same parent company
      @@ -346,7 +346,7 @@ ListOfSituationInvoices=List of situation invoices
       CurrentSituationTotal=Total current situation
       DisabledBecauseNotEnouthCreditNote=To remove a situation invoice from cycle, this invoice's credit note total must cover this invoice total
       RemoveSituationFromCycle=Remove this invoice from cycle
      -ConfirmRemoveSituationFromCycle=Remove this invoice %s from cycle ? 
      +ConfirmRemoveSituationFromCycle=Remove this invoice %s from cycle ?
       ConfirmOuting=Confirm outing
       FrequencyPer_d=Every %s days
       FrequencyPer_m=Every %s months
      @@ -410,8 +410,8 @@ PaymentTypeCHQ=Check
       PaymentTypeShortCHQ=Check
       PaymentTypeTIP=TIP (Documents against Payment)
       PaymentTypeShortTIP=TIP Payment
      -PaymentTypeVAD=On line payment
      -PaymentTypeShortVAD=On line payment
      +PaymentTypeVAD=Online payment
      +PaymentTypeShortVAD=Online payment
       PaymentTypeTRA=Bank draft
       PaymentTypeShortTRA=Draft
       PaymentTypeFAC=Factor
      @@ -438,7 +438,7 @@ NetToBePaid=Net to be paid
       PhoneNumber=Tel
       FullPhoneNumber=Telephone
       TeleFax=Fax
      -PrettyLittleSentence=Accept the amount of payments due by checks issued in my name as a Member of an accounting association approved by the Fiscal Administration.  
      +PrettyLittleSentence=Accept the amount of payments due by checks issued in my name as a Member of an accounting association approved by the Fiscal Administration.
       IntracommunityVATNumber=Intracommunity number of VAT
       PaymentByChequeOrderedTo=Check payment (including tax) are payable to %s send to
       PaymentByChequeOrderedToShort=Check payment (including tax) are payable to
      @@ -447,7 +447,7 @@ PaymentByTransferOnThisBankAccount=Payment by transfer on the following bank acc
       VATIsNotUsedForInvoice=* Non applicable VAT art-293B of CGI
       LawApplicationPart1=By application of the law 80.335 of 12/05/80
       LawApplicationPart2=the goods remain the property of
      -LawApplicationPart3=the seller until the complete cashing of
      +LawApplicationPart3=the seller until full payment of
       LawApplicationPart4=their price.
       LimitedLiabilityCompanyCapital=SARL with Capital of
       UseLine=Apply
      @@ -476,19 +476,19 @@ Reported=Delayed
       DisabledBecausePayments=Not possible since there are some payments
       CantRemovePaymentWithOneInvoicePaid=Can't remove payment since there is at least one invoice classified paid
       ExpectedToPay=Expected payment
      -CantRemoveConciliatedPayment=Can't remove conciliated payment
      +CantRemoveConciliatedPayment=Can't remove reconciled payment
       PayedByThisPayment=Paid by this payment
      -ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices entirely paid.
      +ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices paid entirely.
       ClosePaidCreditNotesAutomatically=Classify "Paid" all credit notes entirely paid back.
      -ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions entirely paid.
      -AllCompletelyPayedInvoiceWillBeClosed=All invoice with no remain to pay will be automatically closed to status "Paid".
      +ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions paid entirely.
      +AllCompletelyPayedInvoiceWillBeClosed=All invoice with no remainder to pay will be automatically closed with status "Paid".
       ToMakePayment=Pay
       ToMakePaymentBack=Pay back
       ListOfYourUnpaidInvoices=List of unpaid invoices
       NoteListOfYourUnpaidInvoices=Note: This list contains only invoices for third parties you are linked to as a sale representative.
       RevenueStamp=Revenue stamp
      -YouMustCreateInvoiceFromThird=This option is only available when creating invoice from tab "customer" of third party
      -YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoice from tab "supplier" of third party
      +YouMustCreateInvoiceFromThird=This option is only available when creating invoices from tab "customer" of third party
      +YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoices from tab "supplier" of third party
       YouMustCreateStandardInvoiceFirstDesc=You have to create a standard invoice first and convert it to "template" to create a new template invoice
       PDFCrabeDescription=Invoice PDF template Crabe. A complete invoice template (recommended Template)
       PDFCrevetteDescription=Invoice PDF template Crevette. A complete invoice template for situation invoices
      @@ -535,7 +535,7 @@ invoiceLineProgressError=Invoice line progress can't be greater than or equal to
       updatePriceNextInvoiceErrorUpdateline=Error : update price on invoice line : %s
       ToCreateARecurringInvoice=To create a recurring invoice for this contract, first create this draft invoice, then convert it into an invoice template and define the frequency for generation of future invoices.
       ToCreateARecurringInvoiceGene=To generate future invoices regularly and manually, just go on menu <strong>%s - %s - %s</strong>.
      -ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask you administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
      +ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask your administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
       DeleteRepeatableInvoice=Delete template invoice
       ConfirmDeleteRepeatableInvoice=Are your sure you want to delete the template invoice?
       CreateOneBillByThird=Create one invoice per third party (otherwise, one invoice per order)
      diff --git a/htdocs/langs/en_US/blockedlog.lang b/htdocs/langs/en_US/blockedlog.lang
      index fb52e8476ee..88d3662be9c 100644
      --- a/htdocs/langs/en_US/blockedlog.lang
      +++ b/htdocs/langs/en_US/blockedlog.lang
      @@ -8,7 +8,7 @@ BrowseBlockedLog=Unalterable logs
       ShowAllFingerPrintsMightBeTooLong=Show all archived logs (might be long)
       ShowAllFingerPrintsErrorsMightBeTooLong=Show all non-valid archive logs (might be long)
       DownloadBlockChain=Download fingerprints
      -KoCheckFingerprintValidity=Archived log is not valid. It means someone (a hacker?) has modified some datas of this archived log after it was recorded, or has erased the previous archived record (check that line with previous # exists).
      +KoCheckFingerprintValidity=Archived log is not valid. It means someone (a hacker?) has modified some data of this archived log after it was recorded, or has erased the previous archived record (check that line with previous # exists).
       OkCheckFingerprintValidity=Archived log is valid. It means all data on this line were not modified and record follow the previous one.
       OkCheckFingerprintValidityButChainIsKo=Archived log seems valid compared to previous one but the chain was corrupted previously.
       AddedByAuthority=Stored into remote authority
      @@ -22,7 +22,7 @@ logPAYMENT_CUSTOMER_CREATE=Customer payment created
       logPAYMENT_CUSTOMER_DELETE=Customer payment logical deletion
       logDONATION_PAYMENT_CREATE=Donation payment created
       logDONATION_PAYMENT_DELETE=Donation payment logical deletion
      -logBILL_PAYED=Customer invoice payed
      +logBILL_PAYED=Customer invoice paid
       logBILL_UNPAYED=Customer invoice set unpaid
       logBILL_VALIDATE=Customer invoice validated
       logBILL_SENTBYMAIL=Customer invoice send by mail
      @@ -49,5 +49,5 @@ BlockedLogAreRequiredByYourCountryLegislation=Unalterable Logs module may be req
       BlockedLogActivatedBecauseRequiredByYourCountryLegislation=Unalterable Logs module was activated because of the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they cannot be validated by a tax audit.
       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.
      +TooManyRecordToScanRestrictFilters=Too many records to scan/analyze. Please restrict list with more restrictive filters.
       RestrictYearToExport=Restrict month / year to export
      diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang
      index cc46e702a75..8a519879ac3 100644
      --- a/htdocs/langs/en_US/boxes.lang
      +++ b/htdocs/langs/en_US/boxes.lang
      @@ -15,7 +15,7 @@ BoxLastSuppliers=Latest modified suppliers
       BoxLastCustomerOrders=Latest customer orders
       BoxLastActions=Latest actions
       BoxLastContracts=Latest contracts
      -BoxLastContacts=Latest contact addresses
      +BoxLastContacts=Latest contacts/addresses
       BoxLastMembers=Latest members
       BoxFicheInter=Latest interventions
       BoxCurrentAccounts=Open accounts balance
      @@ -34,7 +34,7 @@ BoxTitleLastFicheInter=Latest %s modified interventions
       BoxTitleOldestUnpaidCustomerBills=Customer Invoices: oldest %s unpaid
       BoxTitleOldestUnpaidSupplierBills=Supplier Invoices: oldest %s unpaid
       BoxTitleCurrentAccounts=Open Accounts: balances
      -BoxTitleLastModifiedContacts=Contact addresses: latest %s modified
      +BoxTitleLastModifiedContacts=Contacts/Addresses: latest %s modified
       BoxMyLastBookmarks=Bookmarks: latest %s modified
       BoxOldestExpiredServices=Oldest active expired services
       BoxLastExpiredServices=Latest %s oldest contacts with active expired services
      @@ -83,4 +83,4 @@ ForCustomersOrders=Customers orders
       ForProposals=Proposals
       LastXMonthRolling=The latest %s month rolling
       ChooseBoxToAdd=Add widget to your dashboard
      -BoxAdded=Widget was added in your dashboard
      \ No newline at end of file
      +BoxAdded=Widget was added in your dashboard
      diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang
      index a130ce82f79..0a0deb99a1f 100644
      --- a/htdocs/langs/en_US/commercial.lang
      +++ b/htdocs/langs/en_US/commercial.lang
      @@ -76,4 +76,4 @@ WelcomeOnOnlineSignaturePage=Welcome to the page to accept commercial proposals
       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
      -FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled  
      \ No newline at end of file
      +FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled
      diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
      index ef0328b9349..e026ac5673d 100644
      --- a/htdocs/langs/en_US/companies.lang
      +++ b/htdocs/langs/en_US/companies.lang
      @@ -3,7 +3,7 @@ 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
      @@ -19,9 +19,9 @@ ProspectionArea=Prospection area
       IdThirdParty=Id third party
       IdCompany=Company Id
       IdContact=Contact Id
      -Contacts=Contact addresses
      -ThirdPartyContacts=Third party contact addresses
      -ThirdPartyContact=Third party contact address
      +Contacts=Contacts/Addresses
      +ThirdPartyContacts=Third party contacts
      +ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      @@ -40,7 +40,7 @@ ThirdPartyCustomersWithIdProf12=Customers with %s or %s
       ThirdPartySuppliers=Vendors
       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 a Third Party and a linked Contact/Address with same information as 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
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -289,16 +289,16 @@ SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=None
       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=Contact addresses
      +ContactsAddresses=Contacts/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
      @@ -312,11 +312,11 @@ SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
       ValidityControledByModule=Validity controlled by module
      -ThisIsModuleRules=This is rules for this module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
      -ListOfContacts=List of contact addresses
      -ListOfContactsAddresses=List of contact addresses
      +ListOfContacts=List of contacts/addresses
      +ListOfContactsAddresses=List of contacts/addresses
       ListOfThirdParties=List of Third Parties
       ShowCompany=Show Third Party
       ShowContact=Show contact
      @@ -333,19 +333,19 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
       VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
       VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
       VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      +NorProspectNorCustomer=Not prospect, or customer
       JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
      @@ -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=Contact addresses and attributes
      +ImportDataset_company_2=Contacts/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 and Contacts addresses area
      +ThirdPartiesArea=Third Parties/Contacts
       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 3a18ae3e376..6ad5e357b35 100644
      --- a/htdocs/langs/en_US/compta.lang
      +++ b/htdocs/langs/en_US/compta.lang
      @@ -6,7 +6,7 @@ OptionMode=Option for accountancy
       OptionModeTrue=Option Incomes-Expenses
       OptionModeVirtual=Option Claims-Debts
       OptionModeTrueDesc=In this context, the turnover is calculated over payments (date of payments). The validity of the figures is assured only if the book-keeping is scrutinized through the input/output on the accounts via invoices.
      -OptionModeVirtualDesc=In this context, the turnover is calculated over invoices (date of validation). When these invoices are due, whether they have been paid or not, they are listed in the turnover output. 
      +OptionModeVirtualDesc=In this context, the turnover is calculated over invoices (date of validation). When these invoices are due, whether they have been paid or not, they are listed in the turnover output.
       FeatureIsSupportedInInOutModeOnly=Feature only available in CREDITS-DEBTS accountancy mode (See Accountancy module configuration)
       VATReportBuildWithOptionDefinedInModule=Amounts shown here are calculated using rules defined by Tax module setup.
       LTReportBuildWithOptionDefinedInModule=Amounts shown here are calculated using rules defined by Company setup.
      @@ -29,7 +29,7 @@ BalanceBefore=Balance (before)
       Balance=Balance
       Debit=Debit
       Credit=Credit
      -Piece=Accounting Doc. 
      +Piece=Accounting Doc.
       AmountHTVATRealReceived=Net collected
       AmountHTVATRealPaid=Net paid
       VATToPay=Tax sales
      @@ -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 on %s and filtered for 1 bank account
      +BalanceVisibilityDependsOnSortAndFilters=Balance is visible in this list only if table is sorted ascending on %s and filtered for 1 bank account
       CustomerAccountancyCode=Customer accounting code
       SupplierAccountancyCode=Vendor accounting code
       CustomerAccountancyCodeShort=Cust. account. code
      @@ -167,7 +167,7 @@ RulesAmountOnInOutBookkeepingRecord=It includes record in your Ledger with accou
       RulesResultBookkeepingPredefined=It includes record in your Ledger with accounting accounts that has the group "EXPENSE" or "INCOME"
       RulesResultBookkeepingPersonalized=It show record in your Ledger with accounting accounts <b>grouped by personalized groups</b>
       SeePageForSetup=See menu <a href="%s">%s</a> for setup
      -DepositsAreNotIncluded=- Down payment invoices are nor included
      +DepositsAreNotIncluded=- Down payment invoices are not included
       DepositsAreIncluded=- Down payment invoices are included
       LT1ReportByCustomers=Report tax 2 by third party
       LT2ReportByCustomers=Report tax 3 by third party
      @@ -191,7 +191,7 @@ RulesVATInProducts=- For material assets, the report includes the VAT received o
       RulesVATDueServices=- For services, the report includes VAT invoices due, paid or not, based on the invoice date.
       RulesVATDueProducts=- For material assets, the report includes the VAT invoices, based on the invoice date.
       OptionVatInfoModuleComptabilite=Note: For material assets, it should use the date of delivery to be more fair.
      -ThisIsAnEstimatedValue=This is a preview, based on business events and not from the final ledger table, so final results may differ from this preview values 
      +ThisIsAnEstimatedValue=This is a preview, based on business events and not from the final ledger table, so final results may differ from this preview values
       PercentOfInvoice=%%/invoice
       NotUsedForGoods=Not used on goods
       ProposalStats=Statistics on proposals
      @@ -203,7 +203,7 @@ ToDispatch=To dispatch
       ThirdPartyMustBeEditAsCustomer=Third party must be defined as a customer
       SellsJournal=Sales Journal
       PurchasesJournal=Purchases Journal
      -DescSellsJournal=Sales Journal 
      +DescSellsJournal=Sales Journal
       DescPurchasesJournal=Purchases Journal
       InvoiceRef=Invoice ref.
       CodeNotDef=Not defined
      @@ -256,4 +256,4 @@ PaidDuringThisPeriod=Paid during this period
       ByVatRate=By sale tax rate
       TurnoverbyVatrate=Turnover invoiced by sale tax rate
       TurnoverCollectedbyVatrate=Turnover collected by sale tax rate
      -PurchasebyVatrate=Purchase by sale tax rate
      \ No newline at end of file
      +PurchasebyVatrate=Purchase by sale tax rate
      diff --git a/htdocs/langs/en_US/cron.lang b/htdocs/langs/en_US/cron.lang
      index f968d2ac1fb..63d56feca61 100644
      --- a/htdocs/langs/en_US/cron.lang
      +++ b/htdocs/langs/en_US/cron.lang
      @@ -11,11 +11,11 @@ URLToLaunchCronJobs=URL to check and launch qualified cron jobs
       OrToLaunchASpecificJob=Or to check and launch a specific job
       KeyForCronAccess=Security key for URL to launch cron jobs
       FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
      -CronExplainHowToRunUnix=On Unix environment you should use the following crontab entry to run the command line each 5 minutes 
      +CronExplainHowToRunUnix=On Unix environment you should use the following crontab entry to run the command line each 5 minutes
       CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
       CronMethodDoesNotExists=Class %s does not contains any method %s
       CronJobDefDesc=Cron job profiles are defined into the module descriptor file. When module is activated, they are loaded and available so you can administer the jobs from the admin tools menu %s.
      -CronJobProfiles=List of predefined cron job profiles 
      +CronJobProfiles=List of predefined cron job profiles
       # Menu
       EnabledAndDisabled=Enabled and disabled
       # Page list
      diff --git a/htdocs/langs/en_US/deliveries.lang b/htdocs/langs/en_US/deliveries.lang
      index 1c9cb791900..0d432c3f426 100644
      --- a/htdocs/langs/en_US/deliveries.lang
      +++ b/htdocs/langs/en_US/deliveries.lang
      @@ -17,11 +17,11 @@ DeliveryNotValidated=Delivery not validated
       StatusDeliveryCanceled=Canceled
       StatusDeliveryDraft=Draft
       StatusDeliveryValidated=Received
      -# merou PDF model						   
      -NameAndSignature=Name and Signature : 
      +# merou PDF model
      +NameAndSignature=Name and Signature :
       ToAndDate=To___________________________________ on ____/_____/__________
       GoodStatusDeclaration=Have received the goods above in good condition,
      -Deliverer=Deliverer : 
      +Deliverer=Deliverer :
       Sender=Sender
       Recipient=Recipient
       ErrorStockIsNotEnough=There's not enough stock
      diff --git a/htdocs/langs/en_US/dict.lang b/htdocs/langs/en_US/dict.lang
      index 0993d8bfb9a..59e7cc058f4 100644
      --- a/htdocs/langs/en_US/dict.lang
      +++ b/htdocs/langs/en_US/dict.lang
      @@ -354,4 +354,4 @@ ExpAuto13PCV=13 CV and more
       ExpCyclo=Capacity lower to 50cm3
       ExpMoto12CV=Motorbike 1 or 2 CV
       ExpMoto345CV=Motorbike 3, 4 or 5 CV
      -ExpMoto5PCV=Motorbike 5 CV and more
      \ No newline at end of file
      +ExpMoto5PCV=Motorbike 5 CV and more
      diff --git a/htdocs/langs/en_US/donations.lang b/htdocs/langs/en_US/donations.lang
      index 748057cc9cc..5edc8d62033 100644
      --- a/htdocs/langs/en_US/donations.lang
      +++ b/htdocs/langs/en_US/donations.lang
      @@ -27,7 +27,7 @@ IConfirmDonationReception=The recipient declare reception, as a donation, of the
       MinimumAmount=Minimum amount is  %s
       FreeTextOnDonations=Free text to show in footer
       FrenchOptions=Options for France
      -DONATION_ART200=Show article 200 from CGI if you are concerned 
      +DONATION_ART200=Show article 200 from CGI if you are concerned
       DONATION_ART238=Show article 238 from CGI if you are concerned
       DONATION_ART885=Show article 885 from CGI if you are concerned
       DonationPayment=Donation payment
      diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
      index 9e179519739..29dbf4b4287 100644
      --- a/htdocs/langs/en_US/errors.lang
      +++ b/htdocs/langs/en_US/errors.lang
      @@ -74,7 +74,7 @@ ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
       ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
      -ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD) 
      +ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
       ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
       ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
      @@ -116,7 +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. 
      +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
      @@ -140,7 +140,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -198,7 +198,7 @@ ErrorModuleFileSeemsToHaveAWrongFormat=The module package seems to have a wrong
       ErrorFilenameDosNotMatchDolibarrPackageRules=The name of the module package (<strong>%s</strong>) does not match expected name syntax: <strong>%s</strong>
       ErrorDuplicateTrigger=Error, duplicate trigger name %s. Already loaded from %s.
       ErrorNoWarehouseDefined=Error, no warehouses defined.
      -ErrorBadLinkSourceSetButBadValueForRef=The link you use is not valid. A 'source' for payment is defined, but value for 'ref' is not valid. 
      +ErrorBadLinkSourceSetButBadValueForRef=The link you use is not valid. A 'source' for payment is defined, but value for 'ref' is not valid.
       ErrorTooManyErrorsProcessStopped=Too many errors. Process was stopped.
       ErrorMassValidationNotAllowedWhenStockIncreaseOnAction=Mass validation is not possible when option to increase/decrease stock is set on this action (you must validate one by one so you can define the warehouse to increase/decrease)
       ErrorObjectMustHaveStatusDraftToBeValidated=Object %s must have status 'Draft' to be validated.
      @@ -213,7 +213,7 @@ ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with fre
       ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
      -WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.  
      +WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
       WarningMandatorySetupNotComplete=Mandatory setup parameters are not yet defined
       WarningSafeModeOnCheckExecDir=Warning, PHP option <b>safe_mode</b> is on so command must be stored inside a directory declared by php parameter <b>safe_mode_exec_dir</b>.
       WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) already exists.
      @@ -221,14 +221,14 @@ WarningPassIsEmpty=Warning, database password is empty. This is a security hole.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
       WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
      -WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole. 
      +WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
       WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
       WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers.
      -WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s. 
      -WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit. 
      +WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s.
      +WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit.
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      diff --git a/htdocs/langs/en_US/exports.lang b/htdocs/langs/en_US/exports.lang
      index fa34b7f49ae..179556ddb19 100644
      --- a/htdocs/langs/en_US/exports.lang
      +++ b/htdocs/langs/en_US/exports.lang
      @@ -84,7 +84,7 @@ TooMuchErrors=There are still <b>%s</b> other source lines with errors but outpu
       TooMuchWarnings=There are still <b>%s</b> other source lines with warnings but output has been limited.
       EmptyLine=Empty line (will be discarded)
       CorrectErrorBeforeRunningImport=You <b>must</b> correct all errors <b>before</b> running the definitive import.
      -FileWasImported=File was imported with number <b>%s</b>. 
      +FileWasImported=File was imported with number <b>%s</b>.
       YouCanUseImportIdToFindRecord=You can find all the imported records in your database by filtering on field <b>import_key='%s'</b>.
       NbOfLinesOK=Number of lines with no errors and no warnings: <b>%s</b>.
       NbOfLinesImported=Number of lines successfully imported: <b>%s</b>.
      @@ -118,7 +118,7 @@ SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude th
       KeepEmptyToGoToEndOfFile=Keep this field empty to go up to the end of file
       SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for update attempt
       UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert)
      -NoUpdateAttempt=No update attempt was performed, only insert 
      +NoUpdateAttempt=No update attempt was performed, only insert
       ImportDataset_user_1=Users (employees or not) and properties
       ComputedField=Computed field
       ## filters
      @@ -130,4 +130,4 @@ FormatControlRule=Format control rule
       KeysToUseForUpdates=Key (column) to use for <b>updating</b> existing data
       NbInsert=Number of inserted lines: %s
       NbUpdate=Number of updated lines: %s
      -MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
      \ No newline at end of file
      +MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
      diff --git a/htdocs/langs/en_US/externalsite.lang b/htdocs/langs/en_US/externalsite.lang
      index afec761f5fe..da4853df0df 100644
      --- a/htdocs/langs/en_US/externalsite.lang
      +++ b/htdocs/langs/en_US/externalsite.lang
      @@ -2,4 +2,4 @@
       ExternalSiteSetup=Setup link to external website
       ExternalSiteURL=External Site URL
       ExternalSiteModuleNotComplete=Module ExternalSite was not configured properly.
      -ExampleMyMenuEntry=My menu entry
      \ No newline at end of file
      +ExampleMyMenuEntry=My menu entry
      diff --git a/htdocs/langs/en_US/ftp.lang b/htdocs/langs/en_US/ftp.lang
      index d6b9d2ca070..8ecb0c55cad 100644
      --- a/htdocs/langs/en_US/ftp.lang
      +++ b/htdocs/langs/en_US/ftp.lang
      @@ -11,4 +11,4 @@ FTPFailedToRemoveFile=Failed to remove file <b>%s</b>.
       FTPFailedToRemoveDir=Failed to remove directory <b>%s</b> (Check permissions and that directory is empty).
       FTPPassiveMode=Passive mode
       ChooseAFTPEntryIntoMenu=Choose a FTP entry into menu...
      -FailedToGetFile=Failed to get files %s
      \ No newline at end of file
      +FailedToGetFile=Failed to get files %s
      diff --git a/htdocs/langs/en_US/holiday.lang b/htdocs/langs/en_US/holiday.lang
      index 5c9c9e04200..1411ae3ad56 100644
      --- a/htdocs/langs/en_US/holiday.lang
      +++ b/htdocs/langs/en_US/holiday.lang
      @@ -1,10 +1,10 @@
       # Dolibarr language file - Source file is en_US - holiday
       HRM=HRM
      -Holidays=Leaves
      -CPTitreMenu=Leaves
      +Holidays=Leave
      +CPTitreMenu=Leave
       MenuReportMonth=Monthly statement
       MenuAddCP=New leave request
      -NotActiveModCP=You must enable the module Leaves to view this page.
      +NotActiveModCP=You must enable the module Leave to view this page.
       AddCP=Make a leave request
       DateDebCP=Start date
       DateFinCP=End date
      @@ -15,7 +15,7 @@ ApprovedCP=Approved
       CancelCP=Canceled
       RefuseCP=Refused
       ValidatorCP=Approbator
      -ListeCP=List of leaves
      +ListeCP=List of leave
       LeaveId=Leave ID
       ReviewedByCP=Will be approved by
       UserForApprovalID=User for approval ID
      @@ -25,8 +25,8 @@ UserForApprovalLogin=Login of approval user
       DescCP=Description
       SendRequestCP=Create leave request
       DelayToRequestCP=Leave requests must be made at least <b>%s day(s)</b> before them.
      -MenuConfCP=Balance of leaves
      -SoldeCPUser=Leaves balance is <b>%s</b> days.
      +MenuConfCP=Balance of leave
      +SoldeCPUser=Leave balance is <b>%s</b> days.
       ErrorEndDateCP=You must select an end date greater than the start date.
       ErrorSQLCreateCP=An SQL error occurred during the creation:
       ErrorIDFicheCP=An error has occurred, the leave request does not exist.
      @@ -85,7 +85,7 @@ NewSoldeCP=New Balance
       alreadyCPexist=A leave request has already been done on this period.
       FirstDayOfHoliday=First day of vacation
       LastDayOfHoliday=Last day of vacation
      -BoxTitleLastLeaveRequests=Latest %s modified leave requests 
      +BoxTitleLastLeaveRequests=Latest %s modified leave requests
       HolidaysMonthlyUpdate=Monthly update
       ManualUpdate=Manual update
       HolidaysCancelation=Leave request cancelation
      @@ -101,8 +101,8 @@ LEAVE_SICK=Sick leave
       LEAVE_OTHER=Other leave
       LEAVE_PAID_FR=Paid vacation
       ## Configuration du Module ##
      -LastUpdateCP=Latest automatic update of leaves allocation
      -MonthOfLastMonthlyUpdate=Month of latest automatic update of leaves allocation
      +LastUpdateCP=Latest automatic update of leave allocation
      +MonthOfLastMonthlyUpdate=Month of latest automatic update of leave allocation
       UpdateConfCPOK=Updated successfully.
       Module27130Name= Management of leave requests
       Module27130Desc= Management of leave requests
      @@ -121,4 +121,4 @@ HolidaysCanceled=Canceled leaved request
       HolidaysCanceledBody=Your leave request for %s to %s has been canceled.
       FollowedByACounter=1: This type of leave need to be followed by a counter. Counter is incremented manually or automatically and when a leave request is validated, counter is decremented.<br>0: Not followed by a counter.
       NoLeaveWithCounterDefined=There is no leave types defined that need to be followed by a counter
      -GoIntoDictionaryHolidayTypes=Go into <strong>Home - Setup - Dictionaries - Type of leaves</strong> to setup the different types of leaves.
      +GoIntoDictionaryHolidayTypes=Go into <strong>Home - Setup - Dictionaries - Type of leave</strong> to setup the different types of leaves.
      diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang
      index e8a89657b6a..bcca348c861 100644
      --- a/htdocs/langs/en_US/install.lang
      +++ b/htdocs/langs/en_US/install.lang
      @@ -127,9 +127,9 @@ OpenBaseDir=PHP openbasedir parameter
       YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
       YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
       NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
      -MigrationCustomerOrderShipping=Migrate shipping for customer orders storage 
      -MigrationShippingDelivery=Upgrade storage of shipping 
      -MigrationShippingDelivery2=Upgrade storage of shipping 2 
      +MigrationCustomerOrderShipping=Migrate shipping for customer orders storage
      +MigrationShippingDelivery=Upgrade storage of shipping
      +MigrationShippingDelivery2=Upgrade storage of shipping 2
       MigrationFinished=Migration finished
       LastStepDesc=<strong>Last step</strong>: Define here the login and password you wish to use to connect to Dolibarr. <b>Do not lose this as it is the master account to administer all other/additional user accounts.</b>
       ActivateModule=Activate module %s
      @@ -208,4 +208,4 @@ ErrorFoundDuringMigration=Error(s) were reported during the migration process so
       YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
       YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file <strong>install.lock</strong> in the dolibarr documents directory).<br>
       ClickHereToGoToApp=Click here to go to your application
      -ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
      \ No newline at end of file
      +ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
      diff --git a/htdocs/langs/en_US/ldap.lang b/htdocs/langs/en_US/ldap.lang
      index 67824ccd237..abe11602147 100644
      --- a/htdocs/langs/en_US/ldap.lang
      +++ b/htdocs/langs/en_US/ldap.lang
      @@ -24,4 +24,4 @@ MemberTypeSynchronized=Member type synchronized
       ContactSynchronized=Contact synchronized
       ForceSynchronize=Force synchronizing Dolibarr -> LDAP
       ErrorFailedToReadLDAP=Failed to read LDAP database. Check LDAP module setup and database accessibility.
      -PasswordOfUserInLDAP=Password of user in LDAP
      \ No newline at end of file
      +PasswordOfUserInLDAP=Password of user in LDAP
      diff --git a/htdocs/langs/en_US/link.lang b/htdocs/langs/en_US/link.lang
      index 77a1814f1ca..fdcf07aeff4 100644
      --- a/htdocs/langs/en_US/link.lang
      +++ b/htdocs/langs/en_US/link.lang
      @@ -7,4 +7,4 @@ ErrorFileNotLinked=The file could not be linked
       LinkRemoved=The link %s has been removed
       ErrorFailedToDeleteLink= Failed to remove link '<b>%s</b>'
       ErrorFailedToUpdateLink= Failed to update link '<b>%s</b>'
      -URLToLink=URL to link
      \ No newline at end of file
      +URLToLink=URL to link
      diff --git a/htdocs/langs/en_US/mails.lang b/htdocs/langs/en_US/mails.lang
      index 6c6b31db764..d4f835874e7 100644
      --- a/htdocs/langs/en_US/mails.lang
      +++ b/htdocs/langs/en_US/mails.lang
      @@ -45,7 +45,7 @@ MailingStatusReadAndUnsubscribe=Read and unsubscribe
       ErrorMailRecipientIsEmpty=Email recipient is empty
       WarningNoEMailsAdded=No new Email to add to recipient's list.
       ConfirmValidMailing=Are you sure you want to validate this emailing?
      -ConfirmResetMailing=Warning, by reinitializing emailing <b>%s</b>, you will allow resending this email in a mass mailing. Are you sure you this is what you want to do?
      +ConfirmResetMailing=Warning, by re-initializing emailing <b>%s</b> , you will allow resending this email in a mass mailing. Are you sure you want to do this?
       ConfirmDeleteMailing=Are you sure you want to delete this emailing?
       NbOfUniqueEMails=No. of unique emails
       NbOfEMails=No. of EMails
      @@ -75,7 +75,7 @@ OnlyPDFattachmentSupported=If the PDF documents were already generated for the o
       AllRecipientSelected=The recipients of the %s record selected (if their email is known).
       GroupEmails=Group emails
       OneEmailPerRecipient=One email per recipient (by default, one email per record selected)
      -WarningIfYouCheckOneRecipientPerEmail=Warning, if you check this box, it means only one email will be sent for several different record selected, so, if your message contains substitution variables that refers to data of a record, it becomes not possible to replace them. 
      +WarningIfYouCheckOneRecipientPerEmail=Warning, if you check this box, it means only one email will be sent for several different record selected, so, if your message contains substitution variables that refers to data of a record, it becomes not possible to replace them.
       ResultOfMailSending=Result of mass EMail sending
       NbSelected=No. selected
       NbIgnored=No. ignored
      @@ -99,13 +99,13 @@ MailSelectedRecipients=Selected recipients
       MailingArea=EMailings area
       LastMailings=Latest %s emailings
       TargetsStatistics=Targets statistics
      -NbOfCompaniesContacts=Unique contact addresses
      +NbOfCompaniesContacts=Unique contacts/addresses
       MailNoChangePossible=Recipients for validated emailing can't be changed
       SearchAMailing=Search mailing
       SendMailing=Send emailing
       SentBy=Sent by
       MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients:
      -MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other. 
      +MailingNeedCommand2=You can however send them online by adding parameter MAILING_LIMIT_SENDBYWEB with value of max number of emails you want to send by session. For this, go on Home - Setup - Other.
       ConfirmSendingEmailing=If you want to send emailing directly from this screen, please confirm you are sure you want to send emailing now from your browser ?
       LimitSendingEmailing=Note: Sending of emailings from web interface is done in several times for security and timeout reasons, <b>%s</b> recipients at a time for each sending session.
       TargetsReset=Clear list
      @@ -121,7 +121,7 @@ TagUnsubscribe=Unsubscribe link
       TagSignature=Signature of sending user
       EMailRecipient=Recipient EMail
       TagMailtoEmail=Recipient EMail (including html "mailto:" link)
      -NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile. 
      +NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile.
       # Module Notifications
       Notifications=Notifications
       NoNotificationsWillBeSent=No email notifications are planned for this event and company
      @@ -133,12 +133,12 @@ ListOfNotificationsDone=List all email notifications sent
       MailSendSetupIs=Configuration of email sending has been setup to '%s'. This mode can't be used to send mass emailing.
       MailSendSetupIs2=You must first go, with an admin account, into menu %sHome - Setup - EMails%s to change parameter <strong>'%s'</strong> to use mode '%s'. With this mode, you can enter setup of the SMTP server provided by your Internet Service Provider and use Mass emailing feature.
       MailSendSetupIs3=If you have any questions on how to setup your SMTP server, you can ask to %s.
      -YouCanAlsoUseSupervisorKeyword=You can also add the keyword <strong>__SUPERVISOREMAIL__</strong> to have email being sent to the supervisor of user (works only if an email is defined for this supervisor) 
      +YouCanAlsoUseSupervisorKeyword=You can also add the keyword <strong>__SUPERVISOREMAIL__</strong> to have email being sent to the supervisor of user (works only if an email is defined for this supervisor)
       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 contact addresses to target
      +AdvTgtTitle=Fill input fields to preselect the third parties or contacts/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 5a017330f20..fb2f2a8e9fb 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,7 +78,7 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
       NbOfEntries=No. of entries
      @@ -154,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -232,7 +232,7 @@ Numero=Number
       Limit=Limit
       Limits=Limits
       Logout=Logout
      -NoLogoutProcessWithAuthMode=No applicative disconnect feature with authentication mode <b>%s</b> 
      +NoLogoutProcessWithAuthMode=No applicative disconnect feature with authentication mode <b>%s</b>
       Connection=Login
       Setup=Setup
       Alert=Alert
      @@ -348,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -429,12 +429,12 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
       ContactsForCompany=Contacts for this third party
      -ContactsAddressesForCompany=Contact addresses for this third party
      +ContactsAddressesForCompany=Contacts/addresses for this third party
       AddressesForCompany=Addresses for this third party
       ActionsOnCompany=Events about this third party
       ActionsOnMember=Events about this member
      @@ -445,7 +445,7 @@ Completed=Completed
       Running=In progress
       RequestAlreadyDone=Request already recorded
       Filter=Filter
      -FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s 
      +FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
       RemoveFilter=Remove filter
       ChartGenerated=Chart generated
       ChartNotGenerated=Chart not generated
      @@ -507,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -659,14 +659,14 @@ Method=Method
       Receive=Receive
       CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
       ExpectedValue=Expected Value
      -CurrentValue=Current Value
      +CurrentValue=Current value
       PartialWoman=Partial
       TotalWoman=Total
       NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -692,7 +692,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -705,14 +705,14 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use the application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
       AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
      @@ -794,7 +794,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -926,15 +926,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      diff --git a/htdocs/langs/en_US/members.lang b/htdocs/langs/en_US/members.lang
      index e5975516e4f..e28f242d964 100644
      --- a/htdocs/langs/en_US/members.lang
      +++ b/htdocs/langs/en_US/members.lang
      @@ -33,7 +33,7 @@ DateSubscription=Subscription date
       DateEndSubscription=Subscription end date
       EndSubscription=End subscription
       SubscriptionId=Subscription id
      -MemberId=Member id 
      +MemberId=Member id
       NewMember=New member
       MemberType=Member type
       MemberTypeId=Member type id
      @@ -61,7 +61,7 @@ ConfirmDeleteMemberType=Are you sure you want to delete this member type?
       MemberTypeDeleted=Member type deleted
       MemberTypeCanNotBeDeleted=Member type can not be deleted
       NewSubscription=New subscription
      -NewSubscriptionDesc=This form allows you to record your subscription as a new member of the foundation. If you want to renew your subscription (if already a member), please contact foundation board instead by email %s. 
      +NewSubscriptionDesc=This form allows you to record your subscription as a new member of the foundation. If you want to renew your subscription (if already a member), please contact foundation board instead by email %s.
       Subscription=Subscription
       Subscriptions=Subscriptions
       SubscriptionLate=Late
      @@ -115,7 +115,7 @@ SendingReminderForExpiredSubscription=Sending reminder for expired subscriptions
       SendingEmailOnCancelation=Sending email on cancelation
       # Topic of email templates
       YourMembershipRequestWasReceived=Your membership was received.
      -YourMembershipWasValidated=Your membership was validated 
      +YourMembershipWasValidated=Your membership was validated
       YourSubscriptionWasRecorded=Your new subscription was recorded
       SubscriptionReminderEmail=Subscription reminder
       YourMembershipWasCanceled=Your membership was canceled
      @@ -125,7 +125,7 @@ ThisIsContentOfYourMembershipRequestWasReceived=We want to let you know that you
       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 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> 
      +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
       DescADHERENT_EMAIL_TEMPLATE_AUTOREGISTER=Template Email to use to send email to a member on member autosubscription
      diff --git a/htdocs/langs/en_US/modulebuilder.lang b/htdocs/langs/en_US/modulebuilder.lang
      index ffbb345fb1c..940088368d5 100644
      --- a/htdocs/langs/en_US/modulebuilder.lang
      +++ b/htdocs/langs/en_US/modulebuilder.lang
      @@ -4,7 +4,7 @@ EnterNameOfModuleDesc=Enter name of the module/application to create with no spa
       EnterNameOfObjectDesc=Enter name of the object to create with no spaces. Use uppercase to separate words (For example: MyObject, Student, Teacher...). The CRUD class file, but also API file, pages to list/add/edit/delete object and SQL files will be generated.
       ModuleBuilderDesc2=Path where modules are generated/edited (first alternative directory defined into %s): <strong>%s</strong>
       ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
      -ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory 
      +ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory
       NewModule=New module
       NewObject=New object
       ModuleKey=Module key
      @@ -49,7 +49,7 @@ SpecificationFile=File with business rules
       LanguageFile=File for language
       ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
       NotNull=Not NULL
      -NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0). 
      +NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0).
       SearchAll=Used for 'search all'
       DatabaseIndex=Database index
       FileAlreadyExists=File %s already exists
      @@ -95,7 +95,7 @@ YouCanUseTranslationKey=You can use here a key that is the translation key found
       DropTableIfEmpty=(Delete table if empty)
       TableDoesNotExists=The table %s does not exists
       TableDropped=Table %s deleted
      -InitStructureFromExistingTable=Build the structure array string of an existing table 
      +InitStructureFromExistingTable=Build the structure array string of an existing table
       UseAboutPage=Disable the about page
       UseDocFolder=Disable the documentation folder
      -UseSpecificReadme=Use a specific ReadMe
      \ No newline at end of file
      +UseSpecificReadme=Use a specific ReadMe
      diff --git a/htdocs/langs/en_US/multicurrency.lang b/htdocs/langs/en_US/multicurrency.lang
      index 048e6721310..47c5590b862 100644
      --- a/htdocs/langs/en_US/multicurrency.lang
      +++ b/htdocs/langs/en_US/multicurrency.lang
      @@ -17,4 +17,4 @@ rate=rate
       MulticurrencyReceived=Received, original currency
       MulticurrencyRemainderToTake=Remaining amount, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
      -AmountToOthercurrency=Amount To (in currency of receiving account)
      \ No newline at end of file
      +AmountToOthercurrency=Amount To (in currency of receiving account)
      diff --git a/htdocs/langs/en_US/opensurvey.lang b/htdocs/langs/en_US/opensurvey.lang
      index 356f1ff6efe..906de8c2f37 100644
      --- a/htdocs/langs/en_US/opensurvey.lang
      +++ b/htdocs/langs/en_US/opensurvey.lang
      @@ -19,7 +19,7 @@ SelectedDays=Selected days
       TheBestChoice=The best choice currently is
       TheBestChoices=The best choices currently are
       with=with
      -OpenSurveyHowTo=If you agree to vote in this poll, you have to give your name, choose the values that fit best for you and validate with the plus button at the end of the line. 
      +OpenSurveyHowTo=If you agree to vote in this poll, you have to give your name, choose the values that fit best for you and validate with the plus button at the end of the line.
       CommentsOfVoters=Comments of voters
       ConfirmRemovalOfPoll=Are you sure you want to remove this poll (and all votes)
       RemovePoll=Remove poll
      @@ -58,4 +58,4 @@ MoreChoices=Enter more choices for the voters
       SurveyExpiredInfo=The poll has been closed or voting delay has expired.
       EmailSomeoneVoted=%s has filled a line.\nYou can find your poll at the link: \n%s
       ShowSurvey=Show survey
      -UserMustBeSameThanUserUsedToVote=You must have voted and use the same user name that the one used to vote, to post a comment
      \ No newline at end of file
      +UserMustBeSameThanUserUsedToVote=You must have voted and use the same user name that the one used to vote, to post a comment
      diff --git a/htdocs/langs/en_US/orders.lang b/htdocs/langs/en_US/orders.lang
      index e5518951222..4cd600bdc8b 100644
      --- a/htdocs/langs/en_US/orders.lang
      +++ b/htdocs/langs/en_US/orders.lang
      @@ -56,7 +56,7 @@ StatusOrderReceivedAll=All products received
       ShippingExist=A shipment exists
       QtyOrdered=Qty ordered
       ProductQtyInDraft=Product quantity into draft orders
      -ProductQtyInDraftOrWaitingApproved=Product quantity into draft or approved orders, not yet ordered 
      +ProductQtyInDraftOrWaitingApproved=Product quantity into draft or approved orders, not yet ordered
       MenuOrdersToBill=Orders delivered
       MenuOrdersToBill2=Billable orders
       ShipProduct=Ship product
      @@ -145,14 +145,14 @@ PDFEdisonDescription=A simple order model
       PDFProformaDescription=A complete proforma invoice (logo…)
       CreateInvoiceForThisCustomer=Bill orders
       NoOrdersToInvoice=No orders billable
      -CloseProcessedOrdersAutomatically=Classify "Processed" all selected orders. 
      +CloseProcessedOrdersAutomatically=Classify "Processed" all selected orders.
       OrderCreation=Order creation
       Ordered=Ordered
       OrderCreated=Your orders have been created
       OrderFail=An error happened during your orders creation
       CreateOrders=Create orders
       ToBillSeveralOrderSelectCustomer=To create an invoice for several orders, click first onto customer, then choose "%s".
      -OptionToSetOrderBilledNotEnabled=Option (from module Workflow) to set order to 'Billed' automatically when invoice is validated is off, so you will have to set status of order to 'Billed' manually.  
      +OptionToSetOrderBilledNotEnabled=Option (from module Workflow) to set order to 'Billed' automatically when invoice is validated is off, so you will have to set status of order to 'Billed' manually.
       IfValidateInvoiceIsNoOrderStayUnbilled=If invoice validation is 'No', the order will remain to status 'Unbilled' until the invoice is validated.
       CloseReceivedSupplierOrdersAutomatically=Close order to "%s" automatically if all products are received.
      -SetShippingMode=Set shipping mode
      \ No newline at end of file
      +SetShippingMode=Set shipping mode
      diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
      index d9197b04383..67b9681fa3b 100644
      --- a/htdocs/langs/en_US/other.lang
      +++ b/htdocs/langs/en_US/other.lang
      @@ -51,11 +51,11 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
      @@ -80,15 +80,15 @@ LinkedObject=Linked object
       NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -188,7 +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.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       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 89e7ff48b79..cf0bd40b716 100644
      --- a/htdocs/langs/en_US/paybox.lang
      +++ b/htdocs/langs/en_US/paybox.lang
      @@ -35,4 +35,4 @@ NewPayboxPaymentFailed=New Paybox payment tried but failed
       PAYBOX_PAYONLINE_SENDEMAIL=EMail to warn after a payment (success or failed)
       PAYBOX_PBX_SITE=Value for PBX SITE
       PAYBOX_PBX_RANG=Value for PBX Rang
      -PAYBOX_PBX_IDENTIFIANT=Value for PBX ID
      \ No newline at end of file
      +PAYBOX_PBX_IDENTIFIANT=Value for PBX ID
      diff --git a/htdocs/langs/en_US/paypal.lang b/htdocs/langs/en_US/paypal.lang
      index c088debc518..d34bb4baf18 100644
      --- a/htdocs/langs/en_US/paypal.lang
      +++ b/htdocs/langs/en_US/paypal.lang
      @@ -18,7 +18,7 @@ NewOnlinePaymentReceived=New online payment received
       NewOnlinePaymentFailed=New online payment tried but failed
       ONLINE_PAYMENT_SENDEMAIL=EMail to warn after a payment (success or not)
       ReturnURLAfterPayment=Return URL after payment
      -ValidationOfOnlinePaymentFailed=Validation of online payment failed 
      +ValidationOfOnlinePaymentFailed=Validation of online payment failed
       PaymentSystemConfirmPaymentPageWasCalledButFailed=Payment confirmation page was called by payment system returned an error
       SetExpressCheckoutAPICallFailed=SetExpressCheckout API call failed.
       DoExpressCheckoutPaymentAPICallFailed=DoExpressCheckoutPayment API call failed.
      @@ -31,4 +31,4 @@ 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.
      -ValidationOfPaymentFailed=Validation of payment has failed
      \ No newline at end of file
      +ValidationOfPaymentFailed=Validation of payment has failed
      diff --git a/htdocs/langs/en_US/productbatch.lang b/htdocs/langs/en_US/productbatch.lang
      index f0eafc807cf..54270c4a23b 100644
      --- a/htdocs/langs/en_US/productbatch.lang
      +++ b/htdocs/langs/en_US/productbatch.lang
      @@ -21,4 +21,4 @@ ProductDoesNotUseBatchSerial=This product does not use lot/serial number
       ProductLotSetup=Setup of module lot/serial
       ShowCurrentStockOfLot=Show current stock for couple product/lot
       ShowLogOfMovementIfLot=Show log of movements for couple product/lot
      -StockDetailPerBatch=Stock detail per lot
      \ No newline at end of file
      +StockDetailPerBatch=Stock detail per lot
      diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
      index 0dde8ad538a..90436801571 100644
      --- a/htdocs/langs/en_US/products.lang
      +++ b/htdocs/langs/en_US/products.lang
      @@ -130,7 +130,7 @@ DiscountQtyMin=Default discount for qty
       NoPriceDefinedForThisSupplier=No price/qty defined for this supplier/product
       NoSupplierPriceDefinedForThisProduct=No supplier price/qty defined for this product
       PredefinedProductsToSell=Predefined products to sell
      -PredefinedServicesToSell=Predefined services to sell 
      +PredefinedServicesToSell=Predefined services to sell
       PredefinedProductsAndServicesToSell=Predefined products/services to sell
       PredefinedProductsToPurchase=Predefined product to purchase
       PredefinedServicesToPurchase=Predefined services to purchase
      @@ -269,7 +269,7 @@ GlobalVariableUpdaterHelpFormat1=Format for request is {"URL": "http://example.c
       UpdateInterval=Update interval (minutes)
       LastUpdated=Latest update
       CorrectlyUpdated=Correctly updated
      -PropalMergePdfProductActualFile=Files use to add into PDF Azur are/is 
      +PropalMergePdfProductActualFile=Files use to add into PDF Azur are/is
       PropalMergePdfProductChooseFile=Select PDF files
       IncludingProductWithTag=Including product/service with tag
       DefaultPriceRealPriceMayDependOnCustomer=Default price, real price may depend on customer
      @@ -292,7 +292,7 @@ SubProduct=Sub product
       ProductSheet=Product sheet
       ServiceSheet=Service sheet
       PossibleValues=Possible values
      -GoOnMenuToCreateVairants=Go on menu %s - %s to prepare attribute variants (like colors, size, ...) 
      +GoOnMenuToCreateVairants=Go on menu %s - %s to prepare attribute variants (like colors, size, ...)
       UseProductFournDesc=Use supplier descriptions of products in supplier documents
       ProductSupplierDescription=Supplier description for the product
       #Attributes
      diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
      index 29216b7d8b3..ce94a6dcc46 100644
      --- a/htdocs/langs/en_US/projects.lang
      +++ b/htdocs/langs/en_US/projects.lang
      @@ -7,7 +7,7 @@ ProjectsArea=Projects Area
       ProjectStatus=Project status
       SharedProject=Everybody
       PrivateProject=Project contacts
      -ProjectsImContactFor=Projects I'm explicitely a contact of 
      +ProjectsImContactFor=Projects I'm explicitely a contact of
       AllAllowedProjects=All project I can read (mine + public)
       AllProjects=All projects
       MyProjectsDesc=This view is limited to projects you are a contact for
      @@ -126,7 +126,7 @@ TaskRessourceLinks=Contacts task
       ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party
       NoTasks=No tasks for this project
       LinkedToAnotherCompany=Linked to other third party
      -TaskIsNotAssignedToUser=Task not assigned to user. Use button '<strong>%s</strong>' to assign task now. 
      +TaskIsNotAssignedToUser=Task not assigned to user. Use button '<strong>%s</strong>' to assign task now.
       ErrorTimeSpentIsEmpty=Time spent is empty
       ThisWillAlsoRemoveTasks=This action will also delete all tasks of project (<b>%s</b> tasks at the moment) and all inputs of time spent.
       IfNeedToUseOhterObjectKeepEmpty=If some objects (invoice, order, ...), belonging to another third party, must be linked to the project to create, keep this empty to have the project being multi third parties.
      diff --git a/htdocs/langs/en_US/propal.lang b/htdocs/langs/en_US/propal.lang
      index 21ac0a0d503..0a036a588ea 100644
      --- a/htdocs/langs/en_US/propal.lang
      +++ b/htdocs/langs/en_US/propal.lang
      @@ -82,4 +82,4 @@ DefaultModelPropalCreate=Default model creation
       DefaultModelPropalToBill=Default template when closing a business proposal (to be invoiced)
       DefaultModelPropalClosed=Default template when closing a business proposal (unbilled)
       ProposalCustomerSignature=Written acceptance, company stamp, date and signature
      -ProposalsStatisticsSuppliers=Supplier proposals statistics 
      +ProposalsStatisticsSuppliers=Supplier proposals statistics
      diff --git a/htdocs/langs/en_US/salaries.lang b/htdocs/langs/en_US/salaries.lang
      index 2ba84f19514..620517b5324 100644
      --- a/htdocs/langs/en_US/salaries.lang
      +++ b/htdocs/langs/en_US/salaries.lang
      @@ -16,4 +16,4 @@ THMDescription=This value may be used to calculate cost of time consumed on a pr
       TJMDescription=This value is currently as information only and is not used for any calculation
       LastSalaries=Latest %s salary payments
       AllSalaries=All salary payments
      -SalariesStatistics=Salary statistics
      \ No newline at end of file
      +SalariesStatistics=Salary statistics
      diff --git a/htdocs/langs/en_US/sendings.lang b/htdocs/langs/en_US/sendings.lang
      index b8474775e75..2b46ada5ee9 100644
      --- a/htdocs/langs/en_US/sendings.lang
      +++ b/htdocs/langs/en_US/sendings.lang
      @@ -56,7 +56,7 @@ ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
       ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
       ProductQtyInShipmentAlreadySent=Product quantity from open customer order already sent
       ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open supplier order already received
      -NoProductToShipFoundIntoStock=No product to ship found into warehouse <b>%s</b>. Correct stock or go back to choose another warehouse. 
      +NoProductToShipFoundIntoStock=No product to ship found in warehouse <b>%s</b>. Correct stock or go back to choose another warehouse.
       WeightVolShort=Weight/Vol.
       ValidateOrderFirstBeforeShipment=You must first validate the order before being able to make shipments.
       
      diff --git a/htdocs/langs/en_US/sms.lang b/htdocs/langs/en_US/sms.lang
      index bf92a7b63cf..79bd8827198 100644
      --- a/htdocs/langs/en_US/sms.lang
      +++ b/htdocs/langs/en_US/sms.lang
      @@ -48,4 +48,4 @@ SmsInfoNumero= (international format ie : +33899701761)
       DelayBeforeSending=Delay before sending (minutes)
       SmsNoPossibleSenderFound=No sender available. Check setup of your SMS provider.
       SmsNoPossibleRecipientFound=No target available. Check setup of your SMS provider.
      -DisableStopIfSupported=Disable STOP message (if supported) 
      +DisableStopIfSupported=Disable STOP message (if supported)
      diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
      index 410ee2e887d..b3313f5ff73 100644
      --- a/htdocs/langs/en_US/stocks.lang
      +++ b/htdocs/langs/en_US/stocks.lang
      @@ -45,7 +45,6 @@ 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
      @@ -79,7 +78,7 @@ StockLimit=Stock limit for alert
       StockLimitDesc=(empty) means no warning.<br>0 can be used for a warning as soon as stock is empty.
       PhysicalStock=Physical stock
       RealStock=Real Stock
      -RealStockDesc=Physical or real stock is the stock you currently have into your internal warehouses/emplacements. 
      +RealStockDesc=Physical or real stock is the stock you currently have into your internal warehouses/emplacements.
       RealStockWillAutomaticallyWhen=The real stock will automatically change according to this rules (see stock module setup to change this):
       VirtualStock=Virtual stock
       VirtualStockDesc=Virtual stock is the stock you will get once all open pending actions that affect stocks will be closed (supplier order received, customer order shipped, ...)
      @@ -138,7 +137,7 @@ MovementLabel=Label of movement
       DateMovement=Date of movement
       InventoryCode=Movement or inventory code
       IsInPackage=Contained into package
      -WarehouseAllowNegativeTransfer=Stock can be negative 
      +WarehouseAllowNegativeTransfer=Stock can be negative
       qtyToTranferIsNotEnough=You don't have enough stock from your source warehouse and your setup does not allow negative stocks.
       ShowWarehouse=Show warehouse
       MovementCorrectStock=Stock correction for product %s
      @@ -178,7 +177,7 @@ inventoryMvtStock=By inventory
       inventoryWarningProductAlreadyExists=This product is already into list
       SelectCategory=Category filter
       SelectFournisseur=Supplier filter
      -inventoryOnDate=Inventory 
      +inventoryOnDate=Inventory
       INVENTORY_DISABLE_VIRTUAL=Allow to not destock child product from a kit on inventory
       INVENTORY_USE_MIN_PA_IF_NO_LAST_PA=Use the buy price if no last buy price can be found
       INVENTORY_USE_INVENTORY_DATE_FROM_DATEMVT=Stock movement have date of inventory
      @@ -204,4 +203,4 @@ RegulateStock=Regulate Stock
       ListInventory=List
       StockSupportServices=Stock management supports Services
       StockSupportServicesDesc=By default, you can stock only product with type "product". If on, and if module service is on, you can also stock a product with type "service"
      -ReceiveProducts=Receive items
      \ No newline at end of file
      +ReceiveProducts=Receive items
      diff --git a/htdocs/langs/en_US/trips.lang b/htdocs/langs/en_US/trips.lang
      index 0f9fcac1d02..2ede3bc474e 100644
      --- a/htdocs/langs/en_US/trips.lang
      +++ b/htdocs/langs/en_US/trips.lang
      @@ -33,7 +33,7 @@ ExpenseReportCanceledMessage=The expense report %s was canceled.<br> - User: %s<
       ExpenseReportPaid=An expense report was paid
       ExpenseReportPaidMessage=The expense report %s was paid.<br> - User: %s<br> - Paid by: %s<br>Click here to show the expense report: %s
       TripId=Id expense report
      -AnyOtherInThisListCanValidate=Person to inform for validation. 
      +AnyOtherInThisListCanValidate=Person to inform for validation.
       TripSociete=Information company
       TripNDF=Informations expense report
       PDFStandardExpenseReports=Standard template to generate a PDF document for expense report
      @@ -154,4 +154,4 @@ nolimitbyEX_EXP=by line (no limitation)
       
       CarCategory=Category of car
       ExpenseRangeOffset=Offset amount: %s
      -RangeIk=Mileage range
      \ No newline at end of file
      +RangeIk=Mileage range
      diff --git a/htdocs/langs/en_US/users.lang b/htdocs/langs/en_US/users.lang
      index 20c3e90ae41..68fffde3bb0 100644
      --- a/htdocs/langs/en_US/users.lang
      +++ b/htdocs/langs/en_US/users.lang
      @@ -35,7 +35,7 @@ SuperAdministrator=Super Administrator
       SuperAdministratorDesc=Global administrator
       AdministratorDesc=Administrator
       DefaultRights=Default permissions
      -DefaultRightsDesc=Define here <u>default</u> permissions that are automatically granted to a <u>new created</u> user (Go on user card to change permission of an existing user).
      +DefaultRightsDesc=Define here <u>default</u> permissions that are automatically granted to a <u>new created</u> user (Go to user card to change permission of an existing user).
       DolibarrUsers=Dolibarr users
       LastName=Last name
       FirstName=First name
      @@ -108,4 +108,4 @@ UserAccountancyCode=User accounting code
       UserLogoff=User logout
       UserLogged=User logged
       DateEmployment=Date of Employment
      -DateEmploymentEnd=End date of Employment
      \ No newline at end of file
      +DateEmploymentEnd=End date of Employment
      diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
      index 9ed064b5d1e..55db08c3785 100644
      --- a/htdocs/langs/en_US/website.lang
      +++ b/htdocs/langs/en_US/website.lang
      @@ -1,4 +1,4 @@
      -# Dolibarr language file - Source file is en_US - website 
      +# Dolibarr language file - Source file is en_US - website
       Shortname=Code
       WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
       DeleteWebsite=Delete website
      @@ -16,7 +16,7 @@ WEBSITE_ROBOT=Robot file (robots.txt)
       WEBSITE_HTACCESS=Web site .htaccess file
       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.   
      +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 website properties
       EditMenu=Edit menu
      @@ -45,12 +45,12 @@ CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</st
       ReadPerm=Read
       WritePerm=Write
       PreviewSiteServedByWebServer=<u>Preview %s in a new tab.</u><br><br>The %s will be served by an external web server (like Apache, Nginx, IIS). You must install and setup this server before to point to directory:<br><strong>%s</strong><br>URL served by external server:<br><strong>%s</strong>
      -PreviewSiteServedByDolibarr=<u>Preview %s in a new tab.</u><br><br>The %s will be served by Dolibarr server so it does not need any extra web server (like Apache, Nginx, IIS) to be installed.<br>The inconvenient is that URL of pages are not user friendly and start with path of your Dolibarr.<br>URL served by Dolibarr:<br><strong>%s</strong><br><br>To use your own external web server to serve this web site, create a virtual host on your web server that point on directory<br><strong>%s</strong><br>then enter the name of this virtual server and click on the other preview button.  
      +PreviewSiteServedByDolibarr=<u>Preview %s in a new tab.</u><br><br>The %s will be served by Dolibarr server so it does not need any extra web server (like Apache, Nginx, IIS) to be installed.<br>The inconvenient is that URL of pages are not user friendly and start with path of your Dolibarr.<br>URL served by Dolibarr:<br><strong>%s</strong><br><br>To use your own external web server to serve this web site, create a virtual host on your web server that point on directory<br><strong>%s</strong><br>then enter the name of this virtual server and click on the other preview button.
       VirtualHostUrlNotDefined=URL of the virtual host served by external web server not defined
       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. 
      +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, $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
      @@ -90,4 +90,4 @@ EmptyPage=Empty page
       ExternalURLMustStartWithHttp=External URL must start with http:// or https://
       ZipOfWebsitePackageToImport=Zip file of website package
       ShowSubcontainers=Show included containers
      -InternalURLOfPage=Internal URL of page
      \ No newline at end of file
      +InternalURLOfPage=Internal URL of page
      diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang
      index 6162bfe6aa1..c2c384793c4 100644
      --- a/htdocs/langs/en_US/withdrawals.lang
      +++ b/htdocs/langs/en_US/withdrawals.lang
      @@ -61,7 +61,7 @@ CreateAll=Create direct debit file (all)
       CreateGuichet=Only office
       CreateBanque=Only bank
       OrderWaiting=Waiting for treatment
      -NotifyTransmision=Withdrawal Transmission 
      +NotifyTransmision=Withdrawal Transmission
       NotifyCredit=Withdrawal Credit
       NumeroNationalEmetter=National Transmitter Number
       WithBankUsingRIB=For bank accounts using RIB
      @@ -80,7 +80,7 @@ RUM=UMR
       RUMLong=Unique Mandate Reference
       RUMWillBeGenerated=If empty, UMR number will be generated once bank account information are saved
       WithdrawMode=Direct debit mode (FRST or RECUR)
      -WithdrawRequestAmount=Amount of Direct debit request: 
      +WithdrawRequestAmount=Amount of Direct debit request:
       WithdrawRequestErrorNilAmount=Unable to create direct debit request for empty amount.
       SepaMandate=SEPA Direct Debit Mandate
       SepaMandateShort=SEPA Mandate
      @@ -103,7 +103,7 @@ SEPAFRST=SEPA FRST
       ExecutionDate=Execution date
       CreateForSepa=Create direct debit file
       
      -### Notifications 
      +### Notifications
       InfoCreditSubject=Payment of direct debit payment order %s by the bank
       InfoCreditMessage=The direct debit payment order %s has been paid by the bank<br>Data of payment: %s
       InfoTransSubject=Transmission of direct debit payment order %s to bank
      diff --git a/htdocs/langs/en_US/workflow.lang b/htdocs/langs/en_US/workflow.lang
      index 3dab69667c4..c16caf44765 100644
      --- a/htdocs/langs/en_US/workflow.lang
      +++ b/htdocs/langs/en_US/workflow.lang
      @@ -1,4 +1,4 @@
      -# Dolibarr language file - Source file is en_US - workflow 
      +# Dolibarr language file - Source file is en_US - workflow
       WorkflowSetup=Workflow module setup
       WorkflowDesc=This module provides some automatic actions. By default, the workflow is open (you can do things in the order you want) but here you can activate some automatic actions.
       ThereIsNoWorkflowToModify=There is no workflow modifications available with the activated modules.
      @@ -17,4 +17,4 @@ descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source customer ord
       descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked proposal)
       descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked order)
       AutomaticCreation=Automatic creation
      -AutomaticClassification=Automatic classification
      \ No newline at end of file
      +AutomaticClassification=Automatic classification
      
      From 1e58b837f070ea3e12e5e86105968a7afc159a43 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 14:11:44 +0200
      Subject: [PATCH 0391/1013] css
      
      ---
       htdocs/core/tpl/passwordforgotten.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
      index 0e1942c1c64..101c9ec7e67 100644
      --- a/htdocs/core/tpl/passwordforgotten.tpl.php
      +++ b/htdocs/core/tpl/passwordforgotten.tpl.php
      @@ -184,7 +184,7 @@ if (! empty($morelogincontent)) {
       </form>
       
       
      -<div class="center login_main_home paddingtopbottom<?php echo empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' backgroundsemitransparent'; ?>" style="max-width: 70%">
      +<div class="center login_main_home divpasswordmessagedesc paddingtopbottom<?php echo empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' backgroundsemitransparent'; ?>" style="max-width: 70%">
       <?php if ($mode == 'dolibarr' || ! $disabled) { ?>
       	<span class="passwordmessagedesc">
       	<?php echo $langs->trans('SendNewPasswordDesc'); ?>
      
      From 1ca3a41f4f80de3e33f545b197342a6c6710249a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 14:16:42 +0200
      Subject: [PATCH 0392/1013] Fix login
      
      ---
       htdocs/theme/eldy/style.css.php | 3 +++
       htdocs/theme/md/style.css.php   | 8 ++++++++
       2 files changed, 11 insertions(+)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index bb43aa0af55..0f9a6f5f7b4 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -2038,6 +2038,9 @@ div.login_block_other { padding-top: 3px; text-align: right; }
       .alogin:hover, .atoplogin:hover {
       	text-decoration:underline !important;
       }
      +.divpasswordmessagedesc {
      +	text-align: justify;
      +}
       span.fa.atoplogin, span.fa.atoplogin:hover {
           font-size: 16px;
           text-decoration: none !important;
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index b347d305dd9..beae8039618 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1236,6 +1236,8 @@ div.backgroundsemitransparent {
       	padding-left: 10px;
       	padding-right: 10px;
       }
      +
      +
       div.login_block {
       	/* position: initial !important;*/
       	display: none;
      @@ -1250,6 +1252,12 @@ div.login_block {
       	color: #333 !important;
       	font-weight: normal !important;
       }
      +.divpasswordmessagedesc {
      +	text-align: justify;
      +}
      +
      +
      +
       #id-right {
       	padding-left: 0 ! important;
       }
      
      From 8779d3043f34ed8e8253f64dbdfb06fb33b22330 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 14:22:26 +0200
      Subject: [PATCH 0393/1013] css
      
      ---
       htdocs/theme/eldy/style.css.php | 3 ---
       htdocs/theme/md/style.css.php   | 7 ++++---
       2 files changed, 4 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index 0f9a6f5f7b4..bb43aa0af55 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -2038,9 +2038,6 @@ div.login_block_other { padding-top: 3px; text-align: right; }
       .alogin:hover, .atoplogin:hover {
       	text-decoration:underline !important;
       }
      -.divpasswordmessagedesc {
      -	text-align: justify;
      -}
       span.fa.atoplogin, span.fa.atoplogin:hover {
           font-size: 16px;
           text-decoration: none !important;
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index beae8039618..3b67c895e0d 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1238,6 +1238,9 @@ div.backgroundsemitransparent {
       }
       
       
      +
      +/* Login */
      +
       div.login_block {
       	/* position: initial !important;*/
       	display: none;
      @@ -1252,9 +1255,7 @@ div.login_block {
       	color: #333 !important;
       	font-weight: normal !important;
       }
      -.divpasswordmessagedesc {
      -	text-align: justify;
      -}
      +
       
       
       
      
      From e19453450dcb24a55b9e5a65aea01dd8d0133e29 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 13 Oct 2018 19:57:34 +0200
      Subject: [PATCH 0394/1013] Fix closing tag
      
      ---
       htdocs/modulebuilder/index.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
      index d406f6918a0..f6646813843 100644
      --- a/htdocs/modulebuilder/index.php
      +++ b/htdocs/modulebuilder/index.php
      @@ -1564,7 +1564,7 @@ elseif (! empty($module))
       
       						print '<br>';
       
      -						print '<span class="fa fa-file-o"></span> '.$langs->trans("PageForLib").' : <strong>'.($realpathtolib?'':'<strike>').$pathtolib.($realpathtodocument?'':'</strike>').'</strong>';
      +						print '<span class="fa fa-file-o"></span> '.$langs->trans("PageForLib").' : <strong>'.($realpathtolib?'':'<strike>').$pathtolib.($realpathtolib?'':'</strike>').'</strong>';
       						print ' <a href="'.$_SERVER['PHP_SELF'].'?tab='.$tab.'&tabobj='.$tabobj.'&module='.$module.($forceddirread?'@'.$dirread:'').'&action=editfile&format=php&file='.urlencode($pathtolib).'">'.img_picto($langs->trans("Edit"), 'edit').'</a>';
       						print '<br>';
       						print '<span class="fa fa-file-image-o"></span> '.$langs->trans("Image").' : <strong>'.($realpathtopicto?'':'<strike>').$pathtopicto.($realpathtopicto?'':'</strike>').'</strong>';
      
      From d9e13129240303fec9572816454a899c3361bb5c Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sun, 14 Oct 2018 06:16:14 +0200
      Subject: [PATCH 0395/1013] Debug FEC model export
      
      ---
       .../class/accountancyexport.class.php         | 30 +++++++++++++++----
       htdocs/accountancy/tpl/export_journal.tpl.php | 16 ++++++++--
       2 files changed, 38 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancyexport.class.php b/htdocs/accountancy/class/accountancyexport.class.php
      index 060efab591c..13fec3cf388 100644
      --- a/htdocs/accountancy/class/accountancyexport.class.php
      +++ b/htdocs/accountancy/class/accountancyexport.class.php
      @@ -651,19 +651,39 @@ class AccountancyExport
       	 */
       	public function exportFEC($objectLines)
       	{
      -		$separator = ';';
      +		$separator = "\t";
       		$end_line = "\n";
       
      +		print "JournalCode" . $separator;
      +		print "JournalLib" . $separator;
      +		print "EcritureNum" . $separator;
      +		print "EcritureDate" . $separator;
      +		print "CompteNum" . $separator;
      +		print "CompteLib" . $separator;
      +		print "CompAuxNum" . $separator;
      +		print "CompAuxLib" . $separator;
      +		print "PieceRef" . $separator;
      +		print "PieceDate" . $separator;
      +		print "EcritureLib" . $separator;
      +		print "Debit" . $separator;
      +		print "Credit" . $separator;
      +		print "EcritureLet" . $separator;
      +		print "DateLet" . $separator;
      +		print "ValidDate" . $separator;
      +		print "Montantdevise" . $separator;
      +		print "Idevise";
      +		print $end_line;
      +
       		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;
      +			print $line->code_journal . $separator;
       
       			// FEC:JournalLib
      -			print $line->journal_label;
      +			print $line->journal_label . $separator;
       
       			// FEC:EcritureNum
       			print $line->piece_num . $separator;
      @@ -693,10 +713,10 @@ class AccountancyExport
       			print $line->label_operation . $separator;
       
       			// FEC:Debit
      -			print price($line->debit) . $separator;
      +			print price2num($line->debit) . $separator;
       
       			// FEC:Credit
      -			print price($line->credit) . $separator;
      +			print price2num($line->credit) . $separator;
       
       			// FEC:EcritureLet
       			print $line->lettering_code . $separator;
      diff --git a/htdocs/accountancy/tpl/export_journal.tpl.php b/htdocs/accountancy/tpl/export_journal.tpl.php
      index 773f7a7ff68..1d7e7fd6f54 100644
      --- a/htdocs/accountancy/tpl/export_journal.tpl.php
      +++ b/htdocs/accountancy/tpl/export_journal.tpl.php
      @@ -1,6 +1,6 @@
       <?php
      -/* Copyright (C) 2015  Alexandre Spangaro	<aspangaro@zendsi.com>
      - * Copyright (C) 2016  Charlie Benke		<charlie@patas-monkey.com>
      +/* Copyright (C) 2015-2018  Alexandre Spangaro	<aspangaro@zendsi.com>
      + * Copyright (C) 2016       Charlie 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
      @@ -27,11 +27,21 @@ $code = $conf->global->MAIN_INFO_ACCOUNTANT_CODE;
       $prefix = $conf->global->ACCOUNTING_EXPORT_PREFIX_SPEC;
       $format = $conf->global->ACCOUNTING_EXPORT_FORMAT;
       $nodateexport = $conf->global->ACCOUNTING_EXPORT_NO_DATE_IN_FILENAME;
      +$siren = $conf->global->MAIN_INFO_SIREN;
       
       $date_export = "_" . dol_print_date(dol_now(), '%Y%m%d%H%M%S');
      +$endaccountingperiod = dol_print_date(dol_now(), '%Y%m%d');
       
       header('Content-Type: text/csv');
       
      -$completefilename = ($code?$code . "_":"") . ($prefix?$prefix . "_":"") . $filename . ($nodateexport?"":$date_export) . "." . $format;
      +
      +if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "11") // Specific filename for FEC model export
      +{
      +	$completefilename = $siren . "FEC" . $search_date_end . $endaccountingperiod . "." . $format;
      +}
      +else
      +{
      +	$completefilename = ($code?$code . "_":"") . ($prefix?$prefix . "_":"") . $filename . ($nodateexport?"":$date_export) . "." . $format;
      +}
       
       header('Content-Disposition: attachment;filename=' . $completefilename);
      
      From 65e6b49abb30c14ceb868249fe9dde0443b52e54 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sun, 14 Oct 2018 08:08:55 +0200
      Subject: [PATCH 0396/1013] Remove MAIN_FEATURES_LEVEL > 1 on fiscal year
       access
      
      ---
       htdocs/core/menus/standard/eldy.lib.php | 5 +----
       1 file changed, 1 insertion(+), 4 deletions(-)
      
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 51a9907a16e..303e2813245 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1019,10 +1019,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/export.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("ExportOptions"),2, $user->rights->accounting->chartofaccount, '', $mainmenu, 'accountancy_admin_export', 60);
       
       				// Fiscal year
      -				if ($conf->global->MAIN_FEATURES_LEVEL > 1)     // Not yet used. In a future will lock some periods.
      -				{
      -					if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("FiscalPeriod"), 2, $user->rights->accounting->fiscalyear, '', $mainmenu, 'fiscalyear');
      -				}
      +				if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("FiscalPeriod"), 2, $user->rights->accounting->fiscalyear, '', $mainmenu, 'fiscalyear');
       
       				// Binding
       				if (! empty($conf->facture->enabled))
      
      From 5dd447445a7ff8cd8c341a9e00cb505a1686e1fe Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sun, 14 Oct 2018 09:43:33 +0200
      Subject: [PATCH 0397/1013] html5
      
      ---
       htdocs/accountancy/bookkeeping/balancebymonth.php | 14 +++++++-------
       1 file changed, 7 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balancebymonth.php b/htdocs/accountancy/bookkeeping/balancebymonth.php
      index 3a0a1f73308..a01c42b285a 100644
      --- a/htdocs/accountancy/bookkeeping/balancebymonth.php
      +++ b/htdocs/accountancy/bookkeeping/balancebymonth.php
      @@ -64,7 +64,7 @@ $result = $db->query($sql);
       if ($result) {
       	$row = $db->fetch_row($result);
       	$nbfac = $row[0];
      -	
      +
       	$db->free($result);
       }
       
      @@ -85,7 +85,7 @@ print '<td align="center">' . $langs->trans("SeptemberMin") . '</td>';
       print '<td align="center">' . $langs->trans("OctoberMin") . '</td>';
       print '<td align="center">' . $langs->trans("NovemberMin") . '</td>';
       print '<td align="center">' . $langs->trans("DecemberMin") . '</td>';
      -print '<td align="center"><b>Total</b></td>';
      +print '<td align="center"><strong>Total</strong></td>';
       print '</tr>';
       
       $sql = "SELECT bk.numero_compte AS 'compte',";
      @@ -111,11 +111,11 @@ $resql = $db->query($sql);
       if ($resql) {
       	$i = 0;
       	$num = $db->num_rows($resql);
      -	
      +
       	while ( $i < $num ) {
      -		
      +
       		$row = $db->fetch_row($resql);
      -		
      +
       		print '<tr class="oddeven"><td width="14%">' . length_accountg($row[0]) . '</td>';
       		print '<td align="right" width="6.5%">' . price($row[1]) . '</td>';
       		print '<td align="right" width="6.5%">' . price($row[2]) . '</td>';
      @@ -129,9 +129,9 @@ if ($resql) {
       		print '<td align="right" width="6.5%">' . price($row[10]) . '</td>';
       		print '<td align="right" width="6.5%">' . price($row[11]) . '</td>';
       		print '<td align="right" width="6.5%">' . price($row[12]) . '</td>';
      -		print '<td align="right" width="8%"><b>' . price($row[13]) . '</b></td>';
      +		print '<td align="right" width="8%"><strong>' . price($row[13]) . '</strong></td>';
       		print '</tr>';
      -		
      +
       		$i ++;
       	}
       	$db->free($resql);
      
      From 1f1a614b47d7a0e8a37f496920a2f15f2ab8a189 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 14 Oct 2018 10:21:06 +0200
      Subject: [PATCH 0398/1013] Update import.lib.php
      
      ---
       htdocs/core/lib/import.lib.php | 16 ++++++++--------
       1 file changed, 8 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/core/lib/import.lib.php b/htdocs/core/lib/import.lib.php
      index 89847d69c11..ea700c38845 100644
      --- a/htdocs/core/lib/import.lib.php
      +++ b/htdocs/core/lib/import.lib.php
      @@ -1,8 +1,9 @@
       <?php
      -/* Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      - * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
      +/* Copyright (C) 2006-2009  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2007       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2010       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010       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
      @@ -20,10 +21,9 @@
        */
       
       /**
      - *  \file       htdocs/core/lib/order.lib.php
      - *  \brief      Ensemble de fonctions de base pour le module commande
      - *  \ingroup    commande
      - */
      + *  \file       htdocs/core/lib/import.lib.php
      + *  \brief      Ensemble de fonctions de base pour le module import
      + *  \ingroup    import
       
       /**
        * Function to return list of tabs for import pages
      
      From 70a98743e807a819fc8ec01fa92e5085f2d082c0 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 14 Oct 2018 10:48:06 +0200
      Subject: [PATCH 0399/1013] Update functions.lib.php
      
      ---
       htdocs/core/lib/functions.lib.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 9cbd8562949..cff0ef2b8ef 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -13,6 +13,7 @@
        * Copyright (C) 2014		Cédric GROSS					<c.gross@kreiz-it.fr>
        * Copyright (C) 2014-2015	Marcos García				<marcosgdf@gmail.com>
        * 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
      @@ -5975,11 +5976,12 @@ function complete_head_from_modules($conf,$langs,$object,&$head,&$h,$type,$mode=
       	// No need to make a return $head. Var is modified as a reference
       	if (! empty($hookmanager))
       	{
      -		$parameters=array('object' => $object, 'mode' => $mode, 'head'=>$head);
      -		$reshook=$hookmanager->executeHooks('completeTabsHead',$parameters);
      +		$parameters=array('object' => $object, 'mode' => $mode, 'head' => $head);
      +		$reshook=$hookmanager->executeHooks('completeTabsHead', $parameters);
       		if ($reshook > 0)
       		{
       			$head = $hookmanager->resArray;
      +            $h = count($head);
       		}
       	}
       }
      
      From 787658ac98fcab578d70b69a2a64aff20f4f8015 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 14 Oct 2018 10:56:03 +0200
      Subject: [PATCH 0400/1013] reduce complexity of payments.lib.php
      
      ---
       htdocs/core/lib/payments.lib.php | 15 ++++++++-------
       1 file changed, 8 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/lib/payments.lib.php b/htdocs/core/lib/payments.lib.php
      index ffb0aba36ca..bd460f8d53e 100644
      --- a/htdocs/core/lib/payments.lib.php
      +++ b/htdocs/core/lib/payments.lib.php
      @@ -1,6 +1,7 @@
       <?php
       /**
      - * Copyright (C) 2013	Marcos García	<marcosgdf@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
      @@ -136,7 +137,7 @@ function getOnlinePaymentUrl($mode, $type, $ref='', $amount='9.99', $freetag='yo
       			else $out.='&securekey='.dol_hash($conf->global->PAYMENT_SECURITY_TOKEN, 2);
       		}
       	}
      -	if ($type == 'order')
      +	elseif ($type == 'order')
       	{
       		$out=DOL_MAIN_URL_ROOT.'/public/payment/newpayment.php?source=order&ref='.($mode?'<font color="#666666">':'');
       		if ($mode == 1) $out.='order_ref';
      @@ -154,7 +155,7 @@ function getOnlinePaymentUrl($mode, $type, $ref='', $amount='9.99', $freetag='yo
       			}
       		}
       	}
      -	if ($type == 'invoice')
      +	elseif ($type == 'invoice')
       	{
       		$out=DOL_MAIN_URL_ROOT.'/public/payment/newpayment.php?source=invoice&ref='.($mode?'<font color="#666666">':'');
       		if ($mode == 1) $out.='invoice_ref';
      @@ -172,7 +173,7 @@ function getOnlinePaymentUrl($mode, $type, $ref='', $amount='9.99', $freetag='yo
       			}
       		}
       	}
      -	if ($type == 'contractline')
      +	elseif ($type == 'contractline')
       	{
       		$out=DOL_MAIN_URL_ROOT.'/public/payment/newpayment.php?source=contractline&ref='.($mode?'<font color="#666666">':'');
       		if ($mode == 1) $out.='contractline_ref';
      @@ -190,7 +191,7 @@ function getOnlinePaymentUrl($mode, $type, $ref='', $amount='9.99', $freetag='yo
       			}
       		}
       	}
      -	if ($type == 'membersubscription')
      +	elseif ($type == 'membersubscription')
       	{
       		$out=DOL_MAIN_URL_ROOT.'/public/payment/newpayment.php?source=membersubscription&ref='.($mode?'<font color="#666666">':'');
       		if ($mode == 1) $out.='member_ref';
      @@ -289,14 +290,14 @@ function htmlPrintOnlinePaymentFooter($fromcompany,$langs,$addformmessage=0,$suf
       
           	$parammessageform='ONLINE_PAYMENT_MESSAGE_FORM_'.$suffix;
           	if (! empty($conf->global->$parammessageform)) print $langs->transnoentities($conf->global->$parammessageform);
      -    	else if (! empty($conf->global->ONLINE_PAYMENT_MESSAGE_FORM)) print $langs->transnoentities($conf->global->ONLINE_PAYMENT_MESSAGE_FORM);
      +    	elseif (! empty($conf->global->ONLINE_PAYMENT_MESSAGE_FORM)) print $langs->transnoentities($conf->global->ONLINE_PAYMENT_MESSAGE_FORM);
       
           	// Add other message if VAT exists
           	if ($object->total_vat != 0 || $object->total_tva != 0)
           	{
           		$parammessageform='ONLINE_PAYMENT_MESSAGE_FORMIFVAT_'.$suffix;
           		if (! empty($conf->global->$parammessageform)) print $langs->transnoentities($conf->global->$parammessageform);
      -    		else if (! empty($conf->global->ONLINE_PAYMENT_MESSAGE_FORMIFVAT)) print $langs->transnoentities($conf->global->ONLINE_PAYMENT_MESSAGE_FORMIFVAT);
      +    		elseif (! empty($conf->global->ONLINE_PAYMENT_MESSAGE_FORMIFVAT)) print $langs->transnoentities($conf->global->ONLINE_PAYMENT_MESSAGE_FORMIFVAT);
           	}
           }
       
      
      From 65c69c4564826669dd239698c22777734de9105d Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Sun, 14 Oct 2018 10:57:27 +0200
      Subject: [PATCH 0401/1013] fix standard prepare_head
      
      ---
       htdocs/asset/admin/assets_extrafields.php      | 2 +-
       htdocs/asset/admin/assets_type_extrafields.php | 2 +-
       htdocs/asset/admin/setup.php                   | 2 +-
       htdocs/asset/card.php                          | 2 +-
       htdocs/asset/document.php                      | 2 +-
       htdocs/asset/info.php                          | 2 +-
       htdocs/asset/note.php                          | 2 +-
       htdocs/core/lib/asset.lib.php                  | 4 ++--
       8 files changed, 9 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/asset/admin/assets_extrafields.php b/htdocs/asset/admin/assets_extrafields.php
      index 109b0f1e94f..f220d5cb849 100644
      --- a/htdocs/asset/admin/assets_extrafields.php
      +++ b/htdocs/asset/admin/assets_extrafields.php
      @@ -64,7 +64,7 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
       print load_fiche_titre($langs->trans("AssetsSetup"),$linkback,'title_setup');
       
       
      -$head = AssetsAdminPrepareHead();
      +$head = asset_admin_prepare_head();
       
       dol_fiche_head($head, 'attributes', $langs->trans("Assets"), -1, 'generic');
       
      diff --git a/htdocs/asset/admin/assets_type_extrafields.php b/htdocs/asset/admin/assets_type_extrafields.php
      index e8f1d71370b..a791078f37b 100644
      --- a/htdocs/asset/admin/assets_type_extrafields.php
      +++ b/htdocs/asset/admin/assets_type_extrafields.php
      @@ -63,7 +63,7 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
       print load_fiche_titre($langs->trans("AssetsSetup"),$linkback,'title_setup');
       
       
      -$head = AssetsAdminPrepareHead();
      +$head = asset_admin_prepare_head();
       
       dol_fiche_head($head, 'attributes_type', $langs->trans("Assets"), -1, 'generic');
       
      diff --git a/htdocs/asset/admin/setup.php b/htdocs/asset/admin/setup.php
      index 1168fd3ada3..57738309abd 100644
      --- a/htdocs/asset/admin/setup.php
      +++ b/htdocs/asset/admin/setup.php
      @@ -58,7 +58,7 @@ $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToM
       print load_fiche_titre($langs->trans("AssetsSetup"),$linkback,'title_setup');
       
       
      -$head = AssetsAdminPrepareHead();
      +$head = asset_admin_prepare_head();
       
       dol_fiche_head($head, 'settings', $langs->trans("Assets"), -1, 'generic');
       
      diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php
      index 9af7638316f..4f7061aed20 100644
      --- a/htdocs/asset/card.php
      +++ b/htdocs/asset/card.php
      @@ -203,7 +203,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       {
       	$res = $object->fetch_optionals($object->id, $extralabels);
       
      -	$head = AssetsPrepareHead($object);
      +	$head = asset_prepare_head($object);
       	dol_fiche_head($head, 'card', $langs->trans("Asset"), -1, 'generic');
       
       	$formconfirm = '';
      diff --git a/htdocs/asset/document.php b/htdocs/asset/document.php
      index 784f65aa220..c1332ed10a2 100644
      --- a/htdocs/asset/document.php
      +++ b/htdocs/asset/document.php
      @@ -95,7 +95,7 @@ if ($object->id)
       	 * Show tabs
       	 */
       	if (! empty($conf->notification->enabled)) $langs->load("mails");
      -	$head = AssetsPrepareHead($object);
      +	$head = asset_prepare_head($object);
       
       	dol_fiche_head($head, 'document', $langs->trans("Asset"), -1, 'generic');
       
      diff --git a/htdocs/asset/info.php b/htdocs/asset/info.php
      index 9cc9495c1b9..e01316ae685 100644
      --- a/htdocs/asset/info.php
      +++ b/htdocs/asset/info.php
      @@ -55,7 +55,7 @@ $form = new Form($db);
       
       $object->info($id);
       
      -$head = AssetsPrepareHead($object);
      +$head = asset_prepare_head($object);
       
       dol_fiche_head($head, 'info', $langs->trans("Asset"), -1, 'generic');
       
      diff --git a/htdocs/asset/note.php b/htdocs/asset/note.php
      index e95e62aeaa4..f76c6ea028f 100644
      --- a/htdocs/asset/note.php
      +++ b/htdocs/asset/note.php
      @@ -78,7 +78,7 @@ if ($id > 0 || ! empty($ref))
       {
       	$object->fetch_thirdparty();
       
      -	$head = AssetsPrepareHead($object);
      +	$head = asset_prepare_head($object);
       
       	dol_fiche_head($head, 'note', $langs->trans("Asset"), -1, 'generic');
       
      diff --git a/htdocs/core/lib/asset.lib.php b/htdocs/core/lib/asset.lib.php
      index 7a4fd80158c..b0a4a6b81a9 100644
      --- a/htdocs/core/lib/asset.lib.php
      +++ b/htdocs/core/lib/asset.lib.php
      @@ -26,7 +26,7 @@
        *
        * @return array head array with tabs
        */
      -function AssetsAdminPrepareHead()
      +function asset_admin_prepare_head()
       {
       	global $langs, $conf;
       
      @@ -70,7 +70,7 @@ function AssetsAdminPrepareHead()
        *
        * @return array head array with tabs
        */
      -function AssetsPrepareHead()
      +function asset_prepare_head()
       {
       	global $langs, $conf;
       
      
      From b2677f08a45faa8f99e78f9f31c4e40e7c2d433b Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sun, 14 Oct 2018 12:47:26 +0200
      Subject: [PATCH 0402/1013] add links for set-up
      
      ---
       htdocs/accountancy/index.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index ac674eb95e0..431961a33bd 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -61,13 +61,13 @@ if ($conf->accounting->enabled)
       
       	// STEPS
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("AccountingJournals").'</strong>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/journals_list.php?id=35">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("AccountingJournals").'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Pcg_version").'</strong>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/accountmodel.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Pcg_version").'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Chartofaccounts").'</strong>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/account.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Chartofaccounts").'</strong>'.'</a>');
       	print "<br>\n";
       
       	print "<br>\n";
      
      From eecc56c1a371dcfd9c97ceb669e2f8d15e921605 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sun, 14 Oct 2018 13:00:01 +0200
      Subject: [PATCH 0403/1013] highlight relevant text
      
      ---
       htdocs/accountancy/index.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index 431961a33bd..23dcc7f9932 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -61,13 +61,13 @@ if ($conf->accounting->enabled)
       
       	// STEPS
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/journals_list.php?id=35">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("AccountingJournals").'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/journals_list.php?id=35">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("AccountingJournals").'</mark>'.'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/accountmodel.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Pcg_version").'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/accountmodel.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("Pcg_version").'</mark>'.'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/account.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Chartofaccounts").'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/account.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("Chartofaccounts").'</mark>'.'</strong>'.'</a>');
       	print "<br>\n";
       
       	print "<br>\n";
      
      From 26c9158ed7e0aa6872125b8871e6a680d982695f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 14:20:28 +0200
      Subject: [PATCH 0404/1013] Label of DPO
      
      ---
       htdocs/langs/en_US/admin.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 93a48d763cd..724dbf61659 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1802,7 +1802,7 @@ EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous fiel
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Privacy Policies or GDPR contact
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
       GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
       HelpOnTooltip=Help text to show on tooltip
       HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in a form
      
      From 278910b66b70f60e0f60010cc0288a55cbd5ffeb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 14:26:18 +0200
      Subject: [PATCH 0405/1013] Fix website
      
      ---
       htdocs/website/index.php | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 1d277c32ed7..0cf6380d1b8 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -1943,6 +1943,7 @@ if (count($object->records) > 0)	// There is at least one web site
       
       				print '<input type="submit" class="button nobordertransp"'.$disabled.' value="'.dol_escape_htmltag($langs->trans("EditHTMLSource")).'" name="editsource">';
       
      +				print '<!-- button EditInLine and ShowSubcontainers -->'."\n";
       				print '<div class="websiteselectionsection inline-block">';
       				print '<div class="inline-block">';
       				print $langs->trans("EditInLine");
      @@ -1966,12 +1967,12 @@ if (count($object->records) > 0)	// There is at least one web site
       				print '</div>';
       				print '<div class="inline-block">';
       				print $langs->trans("ShowSubcontainers");
      -				if ($websitepage->grabbed_from)
      +				/*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>';
      @@ -1980,7 +1981,7 @@ if (count($object->records) > 0)	// There is at least one web site
       					{
       						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>';
       
      
      From 96d2950051829cae69591e19f2ecf82a27edeb21 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 16:10:02 +0200
      Subject: [PATCH 0406/1013] Better tooltip
      
      ---
       htdocs/website/index.php | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 0cf6380d1b8..65a17be6281 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -1749,7 +1749,7 @@ if (count($object->records) > 0)	// There is at least one web site
       
       		$htmltext = $langs->trans("PreviewSiteServedByDolibarr", $langs->transnoentitiesnoconv("Site"), $langs->transnoentitiesnoconv("Site"), $urlint, $dataroot);
       		$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("ReadPerm"), DOL_DOCUMENT_ROOT);
      -		$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT);
      +		$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
       		print '<a class="websitebuttonsitepreview" id="previewsite" href="'.$urlwithroot.'/public/website/index.php?website='.$websitekey.'" target="tab'.$websitekey.'" alt="'.dol_escape_htmltag($htmltext).'">';
       		print $form->textwithpicto('', $htmltext, 1, 'preview');
       		print '</a>';
      @@ -1760,7 +1760,7 @@ if (count($object->records) > 0)	// There is at least one web site
       		$htmltext =$langs->trans("SetHereVirtualHost", $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>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
       		$htmltext.='<br>';
       		$htmltext.='<br>';
       		$htmltext.=$langs->trans("YouCanAlsoTestWithPHPS", $dataroot);
      @@ -1782,7 +1782,7 @@ if (count($object->records) > 0)	// There is at least one web site
       			$htmltext = $langs->trans("PreviewSiteServedByWebServer", $langs->transnoentitiesnoconv("Site"), $langs->transnoentitiesnoconv("Site"), $dataroot, $urlext?$urlext:'<span class="error">'.$langs->trans("VirtualHostUrlNotDefined").'</span>');
       			$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>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
       			print '<a class="websitebuttonsitepreview'.($urlext?'':' websitebuttonsitepreviewdisabled cursornotallowed').'" id="previewsiteext" href="'.$urlext.'" target="tab'.$websitekey.'ext" alt="'.dol_escape_htmltag($langs->trans("PreviewSiteServedByWebServer", $langs->transnoentitiesnoconv("Site"), $langs->transnoentitiesnoconv("Site"), $dataroot, $urlext)).'">';
       			print $form->textwithpicto('', $htmltext, 1, 'preview_ext');
       			print '</a>';
      @@ -2003,7 +2003,7 @@ if (count($object->records) > 0)	// There is at least one web site
       
       			$htmltext = $langs->trans("PreviewSiteServedByDolibarr", $langs->transnoentitiesnoconv("Page"), $langs->transnoentitiesnoconv("Page"), $realpage, $dataroot);
       			$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("ReadPerm"), DOL_DOCUMENT_ROOT);
      -			$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT);
      +			$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
       
       			print '<a class="websitebuttonsitepreview" id="previewpage" href="'.$realpage.'&nocache='.dol_now().'" class="button" target="tab'.$websitekey.'" alt="'.dol_escape_htmltag($htmltext).'">';
       			print $form->textwithpicto('', $htmltext, 1, 'preview');
      @@ -2321,7 +2321,7 @@ if ($action == 'createsite')
       	$htmltext = $langs->trans("SetHereVirtualHost", DOL_DATA_ROOT.'/website/<i>websiteref</i>');
       	$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>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT.'/website<br>'.DOL_DATA_ROOT.'/medias');
       
       	print $form->textwithpicto($langs->trans('Virtualhost'), $htmltext, 1, 'help', '', 0, 2, 'tooltipvirtual');
       	print '</td><td>';
      
      From 5654492ba88ca74ea46559f2f26ff2c702c67f75 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 16:45:45 +0200
      Subject: [PATCH 0407/1013] Update product.class.php
      
      ---
       htdocs/product/class/product.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index cdef8e18db7..3ed33ef5235 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4085,7 +4085,7 @@ class Product extends CommonObject
           function load_virtual_stock()
           {
               // phpcs:enable
      -        global $conf, $action;
      +        global $conf, $hookmanager, $action;
       
               $stock_commande_client=0;
               $stock_commande_fournisseur=0;
      
      From 7e68d8df1b7ad8a8ed4e2ea9326820e4431db376 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 16:47:30 +0200
      Subject: [PATCH 0408/1013] Update product.class.php
      
      ---
       htdocs/product/class/product.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 3ed33ef5235..5bf2f45d31c 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4144,7 +4144,7 @@ class Product extends CommonObject
       	$parameters=array('id'=>$this->id);
       	// Note that $action and $object may have been modified by some hooks
       	$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      -	if ($reshook > 0) $this->stock_theorique+= $hookmanager->resPrint;
      +	if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
       
           }
       
      
      From c66823d72fe76881274d8798daf90f07d504dc45 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sun, 14 Oct 2018 17:07:38 +0200
      Subject: [PATCH 0409/1013] Fix numbering of supplier credit notes (issue
       #9624)
      
      ---
       htdocs/admin/supplier_invoice.php                    |  7 +++++--
       .../mod_facture_fournisseur_tulip.php                | 12 ++++++------
       2 files changed, 11 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
      index 75a917dd185..5dbe26596fe 100644
      --- a/htdocs/admin/supplier_invoice.php
      +++ b/htdocs/admin/supplier_invoice.php
      @@ -56,9 +56,12 @@ $specimenthirdparty->initAsSpecimen();
       if ($action == 'updateMask')
       {
           $maskconstinvoice=GETPOST('maskconstinvoice','alpha');
      -    $maskvalue=GETPOST('maskinvoice','alpha');
      +	$maskconstcredit=GETPOST('maskconstcredit','alpha');
      +    $maskinvoice=GETPOST('maskinvoice','alpha');
      +	$maskcredit=GETPOST('maskcredit','alpha');
       
      -    if ($maskconstinvoice)  $res = dolibarr_set_const($db,$maskconstinvoice,$maskvalue,'chaine',0,'',$conf->entity);
      +    if ($maskconstinvoice)  $res = dolibarr_set_const($db,$maskconstinvoice,$maskinvoice,'chaine',0,'',$conf->entity);
      +	if ($maskconstcredit)  $res = dolibarr_set_const($db,$maskconstcredit,$maskcredit,'chaine',0,'',$conf->entity);
       
           if (! $res > 0) $error++;
       
      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..7c595fe4e9d 100644
      --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
      +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
      @@ -72,14 +72,18 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
       		$tooltip.=$langs->trans("GenericMaskCodes5");
       
       		// Parametrage du prefix
      -		$texte.= '<tr><td>'.$langs->trans("Mask");
      -		//$texte.= ' ('.$langs->trans("InvoiceStandard").')';
      +		$texte.= '<tr><td>'.$langs->trans("Mask").' ('.$langs->trans("InvoiceStandard").')';
       		$texte.= ':</td>';
       		$texte.= '<td align="right">'.$form->textwithpicto('<input type="text" class="flat" size="24" name="maskinvoice" value="'.$conf->global->SUPPLIER_INVOICE_TULIP_MASK.'">',$tooltip,1,1).'</td>';
       
       		$texte.= '<td align="left" rowspan="2">&nbsp; <input type="submit" class="button" value="'.$langs->trans("Modify").'" name="Button"></td>';
       
       		$texte.= '</tr>';
      +		
      +		// Parametrage du prefix des avoirs
      +		$texte.= '<tr><td>'.$langs->trans("Mask").' ('.$langs->trans("InvoiceAvoir").'):</td>';
      +		$texte.= '<td align="right">'.$form->textwithpicto('<input type="text" class="flat" size="24" name="maskcredit" value="'.$conf->global->SUPPLIER_CREDIT_TULIP_MASK.'">',$tooltip,1,1).'</td>';
      +		$texte.= '</tr>';
       
       		if ($conf->global->MAIN_FEATURE_LEVEL >= 2)
       		{
      @@ -88,10 +92,6 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
           		$texte.= '<td align="right">'.$form->textwithpicto('<input type="text" class="flat" size="24" name="maskreplacement" value="'.$conf->global->SUPPLIER_REPLACEMENT_TULIP_MASK.'">',$tooltip,1,1).'</td>';
           		$texte.= '</tr>';
       
      -    		// Parametrage du prefix des avoirs
      -    		$texte.= '<tr><td>'.$langs->trans("Mask").' ('.$langs->trans("InvoiceAvoir").'):</td>';
      -    		$texte.= '<td align="right">'.$form->textwithpicto('<input type="text" class="flat" size="24" name="maskcredit" value="'.$conf->global->SUPPLIER_CREDIT_TULIP_MASK.'">',$tooltip,1,1).'</td>';
      -    		$texte.= '</tr>';
       
           		// Parametrage du prefix des acomptes
           		$texte.= '<tr><td>'.$langs->trans("Mask").' ('.$langs->trans("InvoiceDeposit").'):</td>';
      
      From b0569de1660fba102e01856006175e1069624e28 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 18:44:29 +0200
      Subject: [PATCH 0410/1013] Work on multilang support
      
      ---
       htdocs/core/website.inc.php                |  31 ++++
       htdocs/langs/en_US/website.lang            |   2 +
       htdocs/public/website/index.php            | 158 +++++++++++----------
       htdocs/website/class/websitepage.class.php |   3 +
       htdocs/website/index.php                   |  50 ++++++-
       5 files changed, 165 insertions(+), 79 deletions(-)
      
      diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
      index ac4d6b35988..43c9116cea5 100644
      --- a/htdocs/core/website.inc.php
      +++ b/htdocs/core/website.inc.php
      @@ -19,6 +19,7 @@
       /**
        *	\file			htdocs/core/website.inc.php
        *  \brief			Common file loaded by all website pages (after master.inc.php). It set the new object $weblangs, using parameter 'l'.
      + *  				This file is included in top of all container pages.
        *  			    The global variable $websitekey must be defined.
        */
       
      @@ -34,6 +35,36 @@ if (! is_object($weblangs))
       {
       	$weblangs = dol_clone($langs);
       }
      +
      +// A lang was forced, so we change weblangs init
       if (GETPOST('l','aZ09')) $weblangs->setDefaultLang(GETPOST('l','aZ09'));
      +// A lang was forced, so we check to find if we must make a redirect on translation page
      +if (! defined('USEDOLIBARREDITOR'))
      +{
      +	if (GETPOST('l','aZ09'))
      +	{
      +		$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      +		$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp, ".MAIN_DB_PREFIX."website as w";
      +		$sql.=" WHERE w.rowid = wp.fk_website AND w.ref = '".$db->escape($websitekey)."' AND fk_page = '".$db->escape($pageid)."' AND lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      +		$resql = $db->query($sql);
      +		if ($resql)
      +		{
      +			$obj = $db->fetch_object($resql);
      +			if ($obj)
      +			{
      +				//$pageid = $obj->rowid;
      +				//$pageref = $obj->pageurl;
      +				if (! defined('USEDOLIBARRSERVER')) {
      +					// TODO Redirect
      +				}
      +				else
      +				{
      +					// TODO Redirect
      +				}
      +			}
      +		}
      +	}
      +}
      +
       // Load websitepage class
       include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
      index 55db08c3785..a14d05132cd 100644
      --- a/htdocs/langs/en_US/website.lang
      +++ b/htdocs/langs/en_US/website.lang
      @@ -91,3 +91,5 @@ ExternalURLMustStartWithHttp=External URL must start with http:// or https://
       ZipOfWebsitePackageToImport=Zip file of website package
       ShowSubcontainers=Show included containers
       InternalURLOfPage=Internal URL of page
      +ThisPageIsTranslationOf=This page/container is translation of
      +ThisPageHasTranslationPages=This page/container has translation
      \ No newline at end of file
      diff --git a/htdocs/public/website/index.php b/htdocs/public/website/index.php
      index 862d8ada71a..19abc48094b 100644
      --- a/htdocs/public/website/index.php
      +++ b/htdocs/public/website/index.php
      @@ -18,8 +18,7 @@
       /**
        *     	\file       htdocs/public/website/index.php
        *		\ingroup    website
      - *		\brief      Page to output pages
      - *		\author	    Laurent Destailleur
      + *		\brief      Wrapper to output pages when website is powered by Dolibarr instead of a native web server
        */
       
       if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); // Disables token renewal
      @@ -59,88 +58,91 @@ $accessallowed = 1;
       $type='';
       
       
      -/*
      - * View
      - */
      +if (empty($pageid))
      +{
      +	require_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
      +	require_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      +
      +	$object=new Website($db);
      +	$object->fetch(0, $websitekey);
      +
      +	if (empty($object->id))
      +	{
      +		if (empty($pageid))
      +		{
      +			// Return header 404
      +			header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404);
      +
      +			include DOL_DOCUMENT_ROOT.'/public/error-404.php';
      +			exit;
      +		}
      +	}
      +
      +	$objectpage=new WebsitePage($db);
      +
      +	if ($pageref)
      +	{
      +		$result=$objectpage->fetch(0, $object->id, $pageref);
      +		if ($result > 0)
      +		{
      +			$pageid = $objectpage->id;
      +		}
      +		elseif($result == 0)
      +		{
      +			// Page not found from ref=pageurl, we try using alternative alias
      +			$result=$objectpage->fetch(0, $object->id, null, $pageref);
      +			if ($result > 0)
      +			{
      +				$pageid = $objectpage->id;
      +			}
      +		}
      +	}
      +	else
      +	{
      +		if ($object->fk_default_home > 0)
      +		{
      +			$result=$objectpage->fetch($object->fk_default_home);
      +			if ($result > 0)
      +			{
      +				$pageid = $objectpage->id;
      +			}
      +		}
      +
      +		if (empty($pageid))
      +		{
      +			$array=$objectpage->fetchAll($object->id);
      +			if (is_array($array) && count($array) > 0)
      +			{
      +				$firstrep=reset($array);
      +				$pageid=$firstrep->id;
      +			}
      +		}
      +	}
      +}
      +if (empty($pageid))
      +{
      +	// Return header 404
      +	header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404);
      +
      +	$langs->load("website");
      +
      +	if (! GETPOSTISSET('pageref')) print $langs->trans("PreviewOfSiteNotYetAvailable", $websitekey);
      +
      +	include DOL_DOCUMENT_ROOT.'/public/error-404.php';
      +	exit;
      +}
       
       $appli=constant('DOL_APPLICATION_TITLE');
       if (!empty($conf->global->MAIN_APPLICATION_TITLE)) $appli=$conf->global->MAIN_APPLICATION_TITLE;
       
      +
      +
      +/*
      + * View
      + */
      +
       //print 'Directory with '.$appli.' websites.<br>';
       
      -if (empty($pageid))
      -{
      -    require_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
      -    require_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      -
      -    $object=new Website($db);
      -    $object->fetch(0, $websitekey);
      -
      -	if (empty($object->id))
      -    {
      -        if (empty($pageid))
      -        {
      -            // Return header 404
      -            header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404);
      -
      -            include DOL_DOCUMENT_ROOT.'/public/error-404.php';
      -            exit;
      -        }
      -    }
      -
      -    $objectpage=new WebsitePage($db);
      -
      -    if ($pageref)
      -    {
      -    	$result=$objectpage->fetch(0, $object->id, $pageref);
      -    	if ($result > 0)
      -	    {
      -	        $pageid = $objectpage->id;
      -	    }
      -	    elseif($result == 0)
      -	    {
      -	    	// Page not found from ref=pageurl, we try using alternative alias
      -	    	$result=$objectpage->fetch(0, $object->id, null, $pageref);
      -	    	if ($result > 0)
      -	    	{
      -	    		$pageid = $objectpage->id;
      -	    	}
      -	    }
      -    }
      -    else
      -    {
      -	    if ($object->fk_default_home > 0)
      -	    {
      -	        $result=$objectpage->fetch($object->fk_default_home);
      -	        if ($result > 0)
      -	        {
      -	            $pageid = $objectpage->id;
      -	        }
      -	    }
      -
      -	    if (empty($pageid))
      -	    {
      -	        $array=$objectpage->fetchAll($object->id);
      -	        if (is_array($array) && count($array) > 0)
      -	        {
      -	            $firstrep=reset($array);
      -	            $pageid=$firstrep->id;
      -	        }
      -	    }
      -    }
      -}
      -if (empty($pageid))
      -{
      -    // Return header 404
      -    header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404);
      -
      -    $langs->load("website");
      -
      -    if (! GETPOSTISSET('pageref')) print $langs->trans("PreviewOfSiteNotYetAvailable", $websitekey);
      -
      -    include DOL_DOCUMENT_ROOT.'/public/error-404.php';
      -    exit;
      -}
       
       // Security: Delete string ../ into $original_file
       global $dolibarr_main_data_root;
      diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php
      index 4277a03167d..79ff3bc789d 100644
      --- a/htdocs/website/class/websitepage.class.php
      +++ b/htdocs/website/class/websitepage.class.php
      @@ -193,8 +193,11 @@ class WebsitePage extends CommonObject
       
       				$this->fk_website = $obj->fk_website;
       				$this->type_container = $obj->type_container;
      +
       				$this->pageurl = $obj->pageurl;
      +				$this->ref = $obj->pageurl;
       				$this->aliasalt = preg_replace('/,+$/', '', preg_replace('/^,+/', '', $obj->aliasalt));
      +
       				$this->title = $obj->title;
       				$this->description = $obj->description;
       				$this->keywords = $obj->keywords;
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 65a17be6281..e9e14c4f888 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -1926,10 +1926,11 @@ if (count($object->records) > 0)	// There is at least one web site
       					// Create an array for form
       					$preselectedlanguage = GETPOST('newlang', 'az09') ? GETPOST('newlang', 'az09') : ($objectpage->lang ? $objectpage->lang : $langs->defaultlang);
       					$formquestion = array(
      -						array('type' => 'text', 'tdclass'=>'maxwidth200', 'name' => 'pageurl', 'label'=> $langs->trans("WEBSITE_PAGENAME"), 'value'=> 'copy_of_'.$objectpage->pageurl),
      +						array('type' => 'hidden', 'name' => 'sourcepageurl', 'value'=> $objectpage->pageurl),
       						array('type' => 'checkbox', 'tdclass'=>'maxwidth200', 'name' => 'is_a_translation', 'label' => $langs->trans("PageIsANewTranslation"), 'value' => 0),
       						array('type' => 'other','name' => 'newlang', 'label' => $langs->trans("Language"), 'value' => $formadmin->select_language($preselectedlanguage, 'newlang', 0, null, 1, 0, 0, 'minwidth200', 0, 1)),
       						array('type' => 'other','name' => 'newwebsite', 'label' => $langs->trans("WebSite"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)),
      +						array('type' => 'text', 'tdclass'=>'maxwidth200 fieldrequired', 'name' => 'pageurl', 'label'=> $langs->trans("WEBSITE_PAGENAME"), 'value'=> 'copy_of_'.$objectpage->pageurl),
       					);
       
       				   	$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?website='.$object->ref.'&pageid=' . $pageid, $langs->trans('ClonePage'), '', 'confirm_createpagefromclone', $formquestion, 0, 1, 300, 550);
      @@ -2518,6 +2519,53 @@ if ($action == 'editmeta' || $action == 'createcontainer')
       	print $formadmin->select_language($pagelang?$pagelang:$langs->defaultlang, 'WEBSITE_LANG', 0, null, '1');
       	print '</td></tr>';
       
      +	if ($action != 'createcontainer')
      +	{
      +		// Translation of
      +		if ($objectpage->fk_page > 0)
      +		{
      +			print '<tr><td>';
      +			print $langs->trans('ThisPageIsTranslationOf');
      +			print '</td><td>';
      +			$sourcepage=new WebsitePage($db);
      +			$result = $sourcepage->fetch($objectpage->fk_page);
      +			if ($result == 0)	// not found, we can reset value
      +			{
      +
      +			}
      +			elseif ($result > 0)
      +			{
      +				print $sourcepage->getNomUrl(1);
      +			}
      +			print '</td></tr>';
      +		}
      +
      +		// Has translation pages
      +		$sql='SELECT rowid, lang from '.MAIN_DB_PREFIX.'website_page where fk_page = '.$objectpage->id;
      +		$resql = $db->query($sql);
      +		if ($resql)
      +		{
      +			$num_rows = $db->num_rows($resql);
      +			if ($num_rows > 0)
      +			{
      +				print '<tr><td>';
      +				print $langs->trans('ThisPageHasTranslationPages');
      +				print '</td><td>';
      +				$i=0;
      +				while ($obj = $db->fetch_object($resql))
      +				{
      +					$tmppage=new WebsitePage($db);
      +					$tmppage->fetch($obj->rowid);
      +					if ($i > 0) print ' - ';
      +					print $tmppage->getNomUrl(1).' ('.$tmppage->lang.')';
      +					$i++;
      +				}
      +				print '</td></tr>';
      +			}
      +		}
      +		else dol_print_error($db);
      +	}
      +
       	print '<tr><td class="titlefieldcreate">';
       	$htmlhelp=$langs->trans("WEBSITE_ALIASALTDesc");
       	print $form->textwithpicto($langs->trans('WEBSITE_ALIASALT'), $htmlhelp, 1, 'help', '', 0, 2, 'htmlheadertooltip');
      
      From af813f82145befb310c35973efac5ab97ff213ea Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sun, 14 Oct 2018 19:55:25 +0200
      Subject: [PATCH 0411/1013] Fix missing status_batch var on product lists #9606
      
      ---
       htdocs/product/index.php                 | 3 ++-
       htdocs/product/list.php                  | 1 +
       htdocs/product/reassortlot.php           | 1 +
       htdocs/product/stock/productlot_list.php | 4 +++-
       4 files changed, 7 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/product/index.php b/htdocs/product/index.php
      index 6eebc4d85e2..b998bdc3148 100644
      --- a/htdocs/product/index.php
      +++ b/htdocs/product/index.php
      @@ -273,7 +273,7 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
        */
       $max=15;
       $sql = "SELECT p.rowid, p.label, p.price, p.ref, p.fk_product_type, p.tosell, p.tobuy, p.fk_price_expression,";
      -$sql.= " p.entity,";
      +$sql.= " p.entity, p.tobatch,";
       $sql.= " p.tms as datem";
       $sql.= " FROM ".MAIN_DB_PREFIX."product as p";
       $sql.= " WHERE p.entity IN (".getEntity($product_static->element, 1).")";
      @@ -337,6 +337,7 @@ if ($result)
       			$product_static->label = $objp->label;
       			$product_static->type=$objp->fk_product_type;
                   $product_static->entity = $objp->entity;
      +			$product_static->status_batch = $objp->tobatch;
       			print $product_static->getNomUrl(1,'',16);
       			print "</td>\n";
       			print '<td>'.dol_trunc($objp->label,32).'</td>';
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 178432addbc..071080edc58 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -700,6 +700,7 @@ else
       				$product_static->status     = $obj->tosell;
       				$product_static->entity = $obj->entity;
       				$product_static->pmp = $obj->pmp;
      +				$product_static->status_batch = $obj->tobatch;
       
       				if ((! empty($conf->stock->enabled) && $user->rights->stock->lire && $search_type != 1) || ! empty($conf->global->STOCK_DISABLE_OPTIM_LOAD))	// To optimize call of load_stock
       				{
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index fc2632fe5e2..d737ecf8bb3 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -337,6 +337,7 @@ if ($resql)
               $product_static->label = $objp->label;
       		$product_static->type=$objp->fk_product_type;
       		$product_static->entity=$objp->entity;
      +		$product_static->status_batch=$objp->tobatch;
       
       		$product_lot_static->batch=$objp->batch;
       		$product_lot_static->product_id=$objp->rowid;
      diff --git a/htdocs/product/stock/productlot_list.php b/htdocs/product/stock/productlot_list.php
      index 5934e8dff55..02260c8bf8b 100644
      --- a/htdocs/product/stock/productlot_list.php
      +++ b/htdocs/product/stock/productlot_list.php
      @@ -216,7 +216,8 @@ $sql.= " t.fk_user_modif,";
       $sql.= " t.import_key,";
       $sql.= " p.fk_product_type as product_type,";
       $sql.= " p.ref as product_ref,";
      -$sql.= " p.label as product_label";
      +$sql.= " p.label as product_label,";
      +$sql.= " p.tobatch";
       // Add fields for extrafields
       foreach ($extrafields->attribute_list as $key => $val) $sql.=",ef.".$key.' as options_'.$key;
       // Add fields from hooks
      @@ -430,6 +431,7 @@ if ($resql)
       				$productstatic->type=$obj->product_type;
       				$productstatic->ref=$obj->product_ref;
       				$productstatic->label=$obj->product_label;
      +				$productstatic->status_batch = $obj->tobatch;
       				print '<td>'.$productstatic->getNomUrl(1).'</td>';
       				if (! $i) $totalarray['nbfield']++;
       			}
      
      From 45860b24948d71bc96084d15fe9814f258228028 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 20:04:25 +0200
      Subject: [PATCH 0412/1013] Work on multilang
      
      ---
       htdocs/core/lib/website.lib.php        |  6 ++--
       htdocs/core/website.inc.php            | 47 +++++++++++++++++---------
       htdocs/website/class/website.class.php | 18 +++++++++-
       3 files changed, 51 insertions(+), 20 deletions(-)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index 9f848fb68ee..ab0cbbdbdfb 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -307,7 +307,7 @@ function includeContainer($containerref)
       {
       	global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $weblangs;	// Very important. Required to have var available when running inluded containers.
       	global $includehtmlcontentopened;
      -	global $websitekey;
      +	global $websitekey, $websitepagefile;
       
       	$MAXLEVEL=20;
       
      @@ -607,7 +607,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
       
       	$tplcontent ='';
       	$tplcontent.= "<?php // BEGIN PHP\n";
      -	$tplcontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
      +	$tplcontent.= '$websitekey=basename(dirname(__FILE__)); $websitepagefile=__FILE__;'."\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";
      @@ -672,7 +672,7 @@ function dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl, $filewrapper)
       	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.= '$websitekey=basename(dirname(__FILE__)); $websitepagefile=__FILE__;'."\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";
      diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
      index 43c9116cea5..7ce4af6c9b2 100644
      --- a/htdocs/core/website.inc.php
      +++ b/htdocs/core/website.inc.php
      @@ -33,33 +33,48 @@ if (! is_object($website))
       }
       if (! is_object($weblangs))
       {
      -	$weblangs = dol_clone($langs);
      +	$weblangs = dol_clone($langs);	// TODO Use an object lang from a language set into $website object instead of backoffice
       }
       
       // A lang was forced, so we change weblangs init
       if (GETPOST('l','aZ09')) $weblangs->setDefaultLang(GETPOST('l','aZ09'));
       // A lang was forced, so we check to find if we must make a redirect on translation page
      -if (! defined('USEDOLIBARREDITOR'))
      +if ($_SERVER['PHP_SELF'] != DOL_URL_ROOT.'/website/index.php')	// If we browsing page using Dolibarr server or a Native web server
       {
      +	//print_r(get_defined_constants(true));exit;
       	if (GETPOST('l','aZ09'))
       	{
      -		$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      -		$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp, ".MAIN_DB_PREFIX."website as w";
      -		$sql.=" WHERE w.rowid = wp.fk_website AND w.ref = '".$db->escape($websitekey)."' AND fk_page = '".$db->escape($pageid)."' AND lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      -		$resql = $db->query($sql);
      -		if ($resql)
      +		if (! $pageid && ! empty($websitepagefile))
       		{
      -			$obj = $db->fetch_object($resql);
      -			if ($obj)
      +			$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
      +		}
      +		if ($pageid > 0)
      +		{
      +			$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      +			$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp, ".MAIN_DB_PREFIX."website as w";
      +			$sql.=" WHERE w.rowid = wp.fk_website AND w.ref = '".$db->escape($websitekey)."' AND wp.lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      +			$sql.=" AND wp.fk_page = ".$db->escape($pageid);
      +			//var_dump($sql);exit;
      +			$resql = $db->query($sql);
      +			if ($resql)
       			{
      -				//$pageid = $obj->rowid;
      -				//$pageref = $obj->pageurl;
      -				if (! defined('USEDOLIBARRSERVER')) {
      -					// TODO Redirect
      -				}
      -				else
      +				$obj = $db->fetch_object($resql);
      +				if ($obj)
       				{
      -					// TODO Redirect
      +					$newpageid = $obj->rowid;
      +					if ($newpageid != $pageid) 		// To avoid to make a redirect on same page (infinite loop)
      +					{
      +						if (defined('USEDOLIBARRSERVER')) {
      +							header("Location: ".DOL_URL_ROOT.'/public/website/index.php?website='.$websitekey.'&pageid='.$newpageid.'.php&l='.GETPOST('l','aZ09'));
      +							exit;
      +						}
      +						else
      +						{
      +							$newpageref = $obj->pageurl;
      +							header("Location: ".$newpageref.'.php?l='.GETPOST('l','aZ09'));
      +							exit;
      +						}
      +					}
       				}
       			}
       		}
      diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php
      index 843304fbe45..658e35edcd9 100644
      --- a/htdocs/website/class/website.class.php
      +++ b/htdocs/website/class/website.class.php
      @@ -1089,10 +1089,26 @@ class Website extends CommonObject
       	 */
       	public function componentSelectLang($languagecodes, $weblangs, $morecss='', $htmlname='')
       	{
      +		global $websitepagefile;
      +
       		if (! is_object($weblangs)) return 'ERROR componentSelectLang called with parameter $weblangs not defined';
       
      -		$languagecodeselected = $weblangs->defaultlang;
      +		$languagecodeselected= $weblangs->defaultlang;	// Becasue we must init with a value, but real value is the lang of main parent container
      +		if (! empty($websitepagefile))
      +		{
      +			$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
      +			if ($pageid > 0)
      +			{
      +				$tmppage=new WebsitePage($this->db);
      +				$tmppage->fetch($pageid);
      +
      +				$languagecodeselected=$tmppage->lang;
      +				$languagecodes[]=$tmppage->lang;	// We add language code of page into combo list
      +			}
      +		}
      +
       		$weblangs->load('languages');
      +		//var_dump($weblangs->defaultlang);
       
       		$url = $_SERVER["REQUEST_URI"];
       		$url = preg_replace('/(\?|&)l=([a-zA-Z_]*)/', '', $url);	// We remove param l from url
      
      From ac143b28aeb9c8249746f2c3b65e50b9202ac6cb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 20:54:28 +0200
      Subject: [PATCH 0413/1013] Work on multilang
      
      ---
       htdocs/core/lib/website.lib.php        |  4 +-
       htdocs/website/class/website.class.php | 56 +++++++++++++++++++++-----
       2 files changed, 48 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index ab0cbbdbdfb..fc2a90bbeb1 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -607,7 +607,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
       
       	$tplcontent ='';
       	$tplcontent.= "<?php // BEGIN PHP\n";
      -	$tplcontent.= '$websitekey=basename(dirname(__FILE__)); $websitepagefile=__FILE__;'."\n";
      +	$tplcontent.= '$websitekey=basename(dirname(__FILE__)); if (empty($websitepagefile)) $websitepagefile=__FILE__;'."\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";
      @@ -672,7 +672,7 @@ function dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl, $filewrapper)
       	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__)); $websitepagefile=__FILE__;'."\n";
      +	$indexcontent.= '$websitekey=basename(dirname(__FILE__)); if (empty($websitepagefile)) $websitepagefile=__FILE__;'."\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";
      diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php
      index 658e35edcd9..04bad804678 100644
      --- a/htdocs/website/class/website.class.php
      +++ b/htdocs/website/class/website.class.php
      @@ -1079,31 +1079,67 @@ class Website extends CommonObject
       	}
       
       	/**
      -	 * Component to select language (Full CSS Only)
      +	 * Component to select language inside a container (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
      +	 * @param	array|string	$languagecodes			'auto' to show all languages available for page or language codes array like 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='')
       	{
      -		global $websitepagefile;
      +		global $websitepagefile, $website;
       
       		if (! is_object($weblangs)) return 'ERROR componentSelectLang called with parameter $weblangs not defined';
       
      -		$languagecodeselected= $weblangs->defaultlang;	// Becasue we must init with a value, but real value is the lang of main parent container
      +		// Load tmppage if we have $websitepagefile defined
      +		$tmppage=new WebsitePage($this->db);
      +
      +		$pageid = 0;
       		if (! empty($websitepagefile))
       		{
       			$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
       			if ($pageid > 0)
       			{
      -				$tmppage=new WebsitePage($this->db);
       				$tmppage->fetch($pageid);
      +			}
      +		}
      +
      +		// Fill with existing translation, nothing if none
      +		if (! is_array($languagecodes) && $pageid > 0)
      +		{
      +			$languagecodes = array();
      +
      +			$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      +			$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp";
      +			$sql.=" WHERE wp.fk_website = ".$website->id;
      +			$sql.=" AND (wp.fk_page = ".$pageid." OR wp.rowid  = ".$pageid;
      +			if ($tmppage->fk_page > 0) $sql.=" OR wp.fk_page = ".$tmppage->fk_page." OR wp.rowid = ".$tmppage->fk_page;
      +			$sql.=")";
      +
      +			$resql = $this->db->query($sql);
      +			if ($resql)
      +			{
      +				while ($obj = $this->db->fetch_object($resql))
      +				{
      +					$newlang = $obj->lang;
      +					if ($obj->rowid == $pageid) $newlang = $obj->lang;
      +					if (! in_array($newlang, $languagecodes)) $languagecodes[]=$newlang;
      +				}
      +			}
      +		}
      +		// Now $languagecodes is always an array
      +
      +		$languagecodeselected= $weblangs->defaultlang;	// Because we must init with a value, but real value is the lang of main parent container
      +		if (! empty($websitepagefile))
      +		{
      +			$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
      +			if ($pageid > 0)
      +			{
       
       				$languagecodeselected=$tmppage->lang;
      -				$languagecodes[]=$tmppage->lang;	// We add language code of page into combo list
      +				if (! in_array($tmppage->lang, $languagecodes)) $languagecodes[]=$tmppage->lang;	// We add language code of page into combo list
       			}
       		}
       
      
      From ab807ada07717dc3e316f204b5df650dc424b316 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 23:26:57 +0200
      Subject: [PATCH 0414/1013] Work on translation
      
      ---
       htdocs/core/website.inc.php            | 16 ++++++++++++----
       htdocs/website/class/website.class.php |  2 +-
       2 files changed, 13 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
      index 7ce4af6c9b2..4e382088da5 100644
      --- a/htdocs/core/website.inc.php
      +++ b/htdocs/core/website.inc.php
      @@ -50,11 +50,19 @@ if ($_SERVER['PHP_SELF'] != DOL_URL_ROOT.'/website/index.php')	// If we browsing
       		}
       		if ($pageid > 0)
       		{
      +			// Load tmppage if we have $websitepagefile defined
      +			include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      +			$tmppage=new WebsitePage($db);
      +			$tmppage->fetch($pageid);
      +
       			$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      -			$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp, ".MAIN_DB_PREFIX."website as w";
      -			$sql.=" WHERE w.rowid = wp.fk_website AND w.ref = '".$db->escape($websitekey)."' AND wp.lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      -			$sql.=" AND wp.fk_page = ".$db->escape($pageid);
      -			//var_dump($sql);exit;
      +			$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp";
      +			$sql.=" WHERE wp.fk_website = ".$website->id;
      +			$sql.=" AND (wp.fk_page = ".$pageid." OR wp.rowid  = ".$pageid;
      +			if ($tmppage->fk_page > 0) $sql.=" OR wp.fk_page = ".$tmppage->fk_page." OR wp.rowid = ".$tmppage->fk_page;
      +			$sql.=")";
      +			$sql.= " AND wp.lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      +
       			$resql = $db->query($sql);
       			if ($resql)
       			{
      diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php
      index 04bad804678..b9be32bcafa 100644
      --- a/htdocs/website/class/website.class.php
      +++ b/htdocs/website/class/website.class.php
      @@ -1081,7 +1081,7 @@ class Website extends CommonObject
       	/**
       	 * Component to select language inside a container (Full CSS Only)
       	 *
      -	 * @param	array|string	$languagecodes			'auto' to show all languages available for page or language codes array like array('en_US','fr_FR','de_DE','es_ES')
      +	 * @param	array|string	$languagecodes			'auto' to show all languages available for page, or language codes array like 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
      
      From 8fc73d1b1be00a477ffe5856a8c12861879c380b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 23:47:38 +0200
      Subject: [PATCH 0415/1013] Fix pagination show two times the same account on
       balance of accounts
      
      ---
       htdocs/accountancy/bookkeeping/balance.php    | 23 ++++++++++++-------
       .../accountancy/class/bookkeeping.class.php   |  9 ++++++--
       2 files changed, 22 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 2b263ca166c..bfd65ee1be7 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -42,6 +42,21 @@ $page = GETPOST("page");
       $sortorder = GETPOST("sortorder", 'alpha');
       $sortfield = GETPOST("sortfield", 'alpha');
       $action = GETPOST('action', 'alpha');
      +if (GETPOST("exportcsv",'alpha')) $action = 'export_csv';
      +
      +// 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 || 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 (! $sortfield) $sortfield="p.date_fin";
      +//if (! $sortorder) $sortorder="DESC";
      +
      +
       $search_date_start = dol_mktime(0, 0, 0, GETPOST('date_startmonth', 'int'), GETPOST('date_startday', 'int'), GETPOST('date_startyear', 'int'));
       $search_date_end = dol_mktime(0, 0, 0, GETPOST('date_endmonth', 'int'), GETPOST('date_endday', 'int'), GETPOST('date_endyear', 'int'));
       
      @@ -54,14 +69,6 @@ if ($search_accountancy_code_end == - 1) {
       	$search_accountancy_code_end = '';
       }
       
      -if (GETPOST("exportcsv",'alpha')) $action = 'export_csv';
      -
      -
      -$limit = GETPOST('limit','int')?GETPOST('limit', 'int'):$conf->liste_limit;
      -if (empty($page) || $page < 0) { $page = 0; }
      -
      -$offset = $limit * $page;
      -
       $object = new BookKeeping($db);
       
       $formaccounting = new FormAccounting($db);
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 5e9350b0366..a9bfcce027a 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1016,16 +1016,21 @@ class BookKeeping extends CommonObject
       		}
       
       		$resql = $this->db->query($sql);
      -		if ($resql) {
      +		if ($resql)
      +		{
       			$num = $this->db->num_rows($resql);
       
      -			while ( $obj = $this->db->fetch_object($resql) ) {
      +			$i = 0;
      +			while ($obj = $this->db->fetch_object($resql) && $i < $num)
      +			{
       				$line = new BookKeepingLine();
       
       				$line->numero_compte = $obj->numero_compte;
       				$line->debit = $obj->debit;
       				$line->credit = $obj->credit;
       				$this->lines[] = $line;
      +
      +				$i++;
       			}
       			$this->db->free($resql);
       
      
      From 995f4fa35fa3e4038ed4fabf33ff2e5b2595815b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 23:57:07 +0200
      Subject: [PATCH 0416/1013] Fix limit
      
      ---
       htdocs/accountancy/class/bookkeeping.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index a9bfcce027a..b228588b90f 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1021,7 +1021,7 @@ class BookKeeping extends CommonObject
       			$num = $this->db->num_rows($resql);
       
       			$i = 0;
      -			while ($obj = $this->db->fetch_object($resql) && $i < $num)
      +			while (($obj = $this->db->fetch_object($resql)) && ($i < min($limit, $num)))
       			{
       				$line = new BookKeepingLine();
       
      
      From b13d9650f29a9515a25f83123dab4b83881ed193 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 00:06:16 +0200
      Subject: [PATCH 0417/1013] Fix pagination
      
      ---
       htdocs/accountancy/bookkeeping/balance.php | 33 +++++++++++++---------
       1 file changed, 19 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index bfd65ee1be7..21ae4759447 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -104,23 +104,27 @@ if ($sortorder == "")
       if ($sortfield == "")
       	$sortfield = "t.numero_compte";
       
      -$options = '';
      +
      +$param='';
      +if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      +if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
      +
       $filter = array ();
       if (! empty($search_date_start)) {
       	$filter['t.doc_date>='] = $search_date_start;
      -	$options .= '&amp;date_startmonth=' . GETPOST('date_startmonth', 'int') . '&amp;date_startday=' . GETPOST('date_startday', 'int') . '&amp;date_startyear=' . GETPOST('date_startyear', 'int');
      +	$param .= '&amp;date_startmonth=' . GETPOST('date_startmonth', 'int') . '&amp;date_startday=' . GETPOST('date_startday', 'int') . '&amp;date_startyear=' . GETPOST('date_startyear', 'int');
       }
       if (! empty($search_date_end)) {
       	$filter['t.doc_date<='] = $search_date_end;
      -	$options .= '&amp;date_endmonth=' . GETPOST('date_endmonth', 'int') . '&amp;date_endday=' . GETPOST('date_endday', 'int') . '&amp;date_endyear=' . GETPOST('date_endyear', 'int');
      +	$param .= '&amp;date_endmonth=' . GETPOST('date_endmonth', 'int') . '&amp;date_endday=' . GETPOST('date_endday', 'int') . '&amp;date_endyear=' . GETPOST('date_endyear', 'int');
       }
       if (! empty($search_accountancy_code_start)) {
       	$filter['t.numero_compte>='] = $search_accountancy_code_start;
      -	$options .= '&amp;search_accountancy_code_start=' . $search_accountancy_code_start;
      +	$param .= '&amp;search_accountancy_code_start=' . $search_accountancy_code_start;
       }
       if (! empty($search_accountancy_code_end)) {
       	$filter['t.numero_compte<='] = $search_accountancy_code_end;
      -	$options .= '&amp;search_accountancy_code_end=' . $search_accountancy_code_end;
      +	$param .= '&amp;search_accountancy_code_end=' . $search_accountancy_code_end;
       }
       
       
      @@ -137,8 +141,8 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       	$filter = array();
       }
       
      -if ($action == 'export_csv') {
      -
      +if ($action == 'export_csv')
      +{
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'balance';
      @@ -200,7 +204,8 @@ if ($action != 'export_csv')
       	print '<input type="hidden" name="page" value="'.$page.'">';
       
       	$button = '<input type="submit" name="exportcsv" class="butAction" value="' . $langs->trans("Export") . ' ('.$conf->global->ACCOUNTING_EXPORT_FORMAT.')" />';
      -	print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $options, $sortfield, $sortorder, $button, $result, $result, 'title_accountancy', 0);
      +
      +	print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $button, $result, $nbtotalofrecords, 'title_accountancy', 0, '', '', $limit);
       
       	$moreforfilter = '';
       
      @@ -238,12 +243,12 @@ if ($action != 'export_csv')
       	print '</tr>';
       
       	print '<tr class="liste_titre">';
      -	print_liste_field_titre("AccountAccounting", $_SERVER['PHP_SELF'], "t.numero_compte", "", $options, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $options, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $options, 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $options, 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre("Balance", $_SERVER["PHP_SELF"], "", $options, "", 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre('', $_SERVER["PHP_SELF"], "", $options, "", 'width="60" align="center"', $sortfield, $sortorder);
      +	print_liste_field_titre("AccountAccounting", $_SERVER['PHP_SELF'], "t.numero_compte", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $param, 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $param, 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre("Balance", $_SERVER["PHP_SELF"], "", $param, "", 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre('', $_SERVER["PHP_SELF"], "", $param, "", 'width="60" align="center"', $sortfield, $sortorder);
       	print "</tr>\n";
       
       	$total_debit = 0;
      
      From 35eeb32f5d87621819cd58dac2ba6815c1624584 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 00:08:28 +0200
      Subject: [PATCH 0418/1013] Fix pagination
      
      ---
       htdocs/accountancy/bookkeeping/balance.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 21ae4759447..fe797cc3e06 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -274,7 +274,7 @@ if ($action != 'export_csv')
       		{
       			// Affiche un Sous-Total par compte comptable
       			if ($displayed_account != "") {
      -				print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("SubTotal") . ':</td><td class="nowrap" align="right">' . price($sous_total_debit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit - $sous_total_debit) . '</td>';
      +				print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("SubTotal") . ':</td><td class="nowrap" align="right">' . price($sous_total_debit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit) . '</td><td class="nowrap" align="right">' . price(price2num($sous_total_credit - $sous_total_debit)) . '</td>';
       				print "<td>&nbsp;</td>\n";
       				print '</tr>';
       			}
      @@ -305,11 +305,11 @@ if ($action != 'export_csv')
       		$sous_total_credit += $line->credit;
       	}
       
      -	print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("SubTotal") . ':</td><td class="nowrap" align="right">' . price($sous_total_debit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit - $sous_total_debit) . '</td>';
      +	print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("SubTotal") . ':</td><td class="nowrap" align="right">' . price($sous_total_debit) . '</td><td class="nowrap" align="right">' . price($sous_total_credit) . '</td><td class="nowrap" align="right">' . price(price2num($sous_total_credit - $sous_total_debit)) . '</td>';
       	print "<td>&nbsp;</td>\n";
       	print '</tr>';
       
      -	print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("AccountBalance") . ':</td><td class="nowrap" align="right">' . price($total_debit) . '</td><td class="nowrap" align="right">' . price($total_credit) . '</td><td class="nowrap" align="right">' . price($total_credit - $total_debit) . '</td>';
      +	print '<tr class="liste_total"><td align="right" colspan="2">' . $langs->trans("AccountBalance") . ':</td><td class="nowrap" align="right">' . price($total_debit) . '</td><td class="nowrap" align="right">' . price($total_credit) . '</td><td class="nowrap" align="right">' . price(price2num($total_credit - $total_debit)) . '</td>';
       	print "<td>&nbsp;</td>\n";
       	print '</tr>';
       
      
      From c881be847d6093c3770ef58046f0b67e15345357 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 01:47:44 +0200
      Subject: [PATCH 0419/1013] Fix remove step in accountancy if module expense
       report not used
      
      ---
       htdocs/accountancy/index.php | 9 ++++++---
       1 file changed, 6 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index ac674eb95e0..4dec253cb90 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -146,9 +146,12 @@ if ($conf->accounting->enabled)
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("SuppliersVentilation").'</strong>')."\n";
       	print "<br>\n";
       
      -	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>')."\n";
      -	print "<br>\n";
      +	if (! empty($conf->expensereport->enabled) || ! empty($conf->deplacement->enabled))
      +	{
      +		$step++;
      +		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>')."\n";
      +		print "<br>\n";
      +	}
       
       	$step++;
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescWriteRecords", chr(64+$step), $langs->transnoentitiesnoconv("Journalization"), $langs->transnoentitiesnoconv("WriteBookKeeping"))."\n";
      
      From 0a8f3051510d36cdd53ec7b0d1e2197655e1431a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 02:40:49 +0200
      Subject: [PATCH 0420/1013] Trans
      
      ---
       htdocs/langs/en_US/admin.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 6b18dab5848..4630757dbad 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended, breaks mass PDF generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      
      From c6163a389b8f8e27b1294017d325bba6a050fe05 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Mon, 15 Oct 2018 06:22:28 +0200
      Subject: [PATCH 0421/1013] Revert "Remove MAIN_FEATURES_LEVEL > 1 on fiscal
       year access"
      
      This reverts commit 65e6b49abb30c14ceb868249fe9dde0443b52e54.
      ---
       htdocs/core/menus/standard/eldy.lib.php | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 303e2813245..51a9907a16e 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1019,7 +1019,10 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/export.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("ExportOptions"),2, $user->rights->accounting->chartofaccount, '', $mainmenu, 'accountancy_admin_export', 60);
       
       				// Fiscal year
      -				if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("FiscalPeriod"), 2, $user->rights->accounting->fiscalyear, '', $mainmenu, 'fiscalyear');
      +				if ($conf->global->MAIN_FEATURES_LEVEL > 1)     // Not yet used. In a future will lock some periods.
      +				{
      +					if ($usemenuhider || empty($leftmenu) || preg_match('/accountancy_admin/',$leftmenu)) $newmenu->add("/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin", $langs->trans("FiscalPeriod"), 2, $user->rights->accounting->fiscalyear, '', $mainmenu, 'fiscalyear');
      +				}
       
       				// Binding
       				if (! empty($conf->facture->enabled))
      
      From c8b9c11a011c82f01afc1ed848a3667bcfb5aaf4 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Mon, 15 Oct 2018 06:53:48 +0200
      Subject: [PATCH 0422/1013] Fix FEC Missing some subledger label on bookeeping
      
      ---
       .../journal/expensereportsjournal.php         | 16 +++++++--------
       .../accountancy/journal/purchasesjournal.php  |  2 +-
       htdocs/accountancy/journal/sellsjournal.php   | 20 +++++++++----------
       3 files changed, 19 insertions(+), 19 deletions(-)
      
      diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
      index ef21557932b..520fd004f16 100644
      --- a/htdocs/accountancy/journal/expensereportsjournal.php
      +++ b/htdocs/accountancy/journal/expensereportsjournal.php
      @@ -1,11 +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       Juanjo Menent		<jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin		<regis.houssin@capnetworks.com>
      - * 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) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
      + * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * 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
      @@ -208,7 +208,7 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->fk_doc = $key;
       					$bookkeeping->fk_docdet = $val["fk_expensereportdet"];
       					$bookkeeping->subledger_account = $tabuser[$key]['user_accountancy_code'];
      -					$bookkeeping->subledger_label = $tabuser[$key]['user_accountancy_code'];
      +					$bookkeeping->subledger_label = $tabuser[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       					$bookkeeping->label_operation = $tabuser[$key]['name'];
       					$bookkeeping->montant = $mt;
      diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
      index d8be52cef90..71bdb6a5bd4 100644
      --- a/htdocs/accountancy/journal/purchasesjournal.php
      +++ b/htdocs/accountancy/journal/purchasesjournal.php
      @@ -310,7 +310,7 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->fk_docdet = 0;    // Useless, can be several lines that are source of this record to add
       					$bookkeeping->thirdparty_code = $companystatic->code_fournisseur;
       					$bookkeeping->subledger_account = $tabcompany[$key]['code_compta_fournisseur'];
      -					$bookkeeping->subledger_label = '';    // TODO To complete
      +					$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER;
       					$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("SubledgerAccount");
       					$bookkeeping->montant = $mt;
      diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
      index b3b354be02d..dcfd11ac67a 100644
      --- a/htdocs/accountancy/journal/sellsjournal.php
      +++ b/htdocs/accountancy/journal/sellsjournal.php
      @@ -1,13 +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       Juanjo Menent			<jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin			<regis.houssin@capnetworks.com>
      - * Copyright (C) 2013       Christophe Battarel		<christophe.battarel@altairis.fr>
      - * Copyright (C) 2013-2017  Alexandre Spangaro		<aspangaro@zendsi.com>
      - * 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) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
      + * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
      + * Copyright (C) 2013-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
      + * 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
      @@ -317,7 +317,7 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->fk_docdet = 0;	// Useless, can be several lines that are source of this record to add
       					$bookkeeping->thirdparty_code = $companystatic->code_client;
       					$bookkeeping->subledger_account = $tabcompany[$key]['code_compta'];
      -					$bookkeeping->subledger_label = '';    // TODO To complete
      +					$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER;
       					$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref . ' - ' . $langs->trans("SubledgerAccount");
       					$bookkeeping->montant = $mt;
      
      From 4d6d3afbea46a3873f37fd0972888c2a7c0f7cf5 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 08:39:46 +0200
      Subject: [PATCH 0423/1013] code comment
      
      ---
       htdocs/accountancy/class/accountancycategory.class.php | 5 +++--
       1 file changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index a7bab16b30d..db148cbac67 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2016		Jamal Elbaz			<jamelbaz@gmail.pro>
        * 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
      @@ -539,9 +540,9 @@ class AccountancyCategory
       	/**
       	 * get cpts of category
       	 *
      -	 * @param int $cat_id Id accounting account category
      +	 * @param int $cat_id   Id accounting account category
       	 *
      -	 * @return array       Result in table
      +	 * @return array|int    Result in table or -1 if error
       	 */
       	public function getCptsCat($cat_id) {
       		global $mysoc;
      
      From 425e26ecb6661f6bc1472db385c06690f8511e47 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 08:46:41 +0200
      Subject: [PATCH 0424/1013] Update bookkeeping.class.php
      
      ---
       htdocs/accountancy/class/bookkeeping.class.php | 16 ++++++++--------
       1 file changed, 8 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index b228588b90f..87d561b6add 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1,7 +1,8 @@
       <?php
      -/* Copyright (C) 2014-2017 Olivier Geffroy		<jeff@jeffinfo.com>
      - * Copyright (C) 2015-2017 Alexandre Spangaro	<aspangaro@zendsi.com>
      - * Copyright (C) 2015-2017 Florian Henry		<florian.henry@open-concept.pro>
      +/* Copyright (C) 2014-2017  Olivier Geffroy		<jeff@jeffinfo.com>
      + * Copyright (C) 2015-2017  Alexandre Spangaro	<aspangaro@zendsi.com>
      + * Copyright (C) 2015-2017  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
      @@ -1640,9 +1641,9 @@ class BookKeeping extends CommonObject
       	/**
       	 * Transform transaction
       	 *
      -	 * @param  number   $direction     If 0 tmp => real, if 1 real => tmp
      -	 * @param  string   $piece_num     Piece num
      -	 * @return void
      +	 * @param  number   $direction      If 0 tmp => real, if 1 real => tmp
      +	 * @param  string   $piece_num      Piece num
      +	 * @return int                      int <0 if KO, >0 if OK
       	 */
       	public function transformTransaction($direction=0,$piece_num='')
       	{
      @@ -1678,8 +1679,7 @@ class BookKeeping extends CommonObject
       				$this->errors[] = 'Error ' . $this->db->lasterror();
       				dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
       			}
      -		}
      -		if ($direction==1) {
      +		} elseif ($direction==1) {
       			$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . $this->table_element.'_tmp WHERE piece_num = '.$piece_num;
       			$resql = $this->db->query($sql);
       			if (! $resql) {
      
      From 5e7a330f163a165e35e8ebf5a63528cae29807f6 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 08:53:47 +0200
      Subject: [PATCH 0425/1013] Update adherent.class.php
      
      ---
       htdocs/adherents/class/adherent.class.php | 23 ++++++++++++++++++++++-
       1 file changed, 22 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 888e3043de1..317d7697231 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -7,7 +7,7 @@
        * Copyright (C) 2009-2017	Regis Houssin			<regis.houssin@capnetworks.com>
        * Copyright (C) 2014-2016	Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2015		Marcos García			<marcosgdf@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) 2016		Juanjo Menent			<jmenent@2byte.es>
        *
      @@ -93,10 +93,31 @@ class Adherent extends CommonObject
       	public $twitter;
       	public $facebook;
       
      +    /**
      +     * @var string Phone number
      +     */
       	public $phone;
      +
      +    /**
      +     * @var string Private Phone number
      +     */
       	public $phone_perso;
      +
      +    /**
      +     * @var string Mobile phone number
      +     */
       	public $phone_mobile;
       
      +    /**
      +     * @var string Fax number
      +     */
      +    public $fax;
      +
      +    /**
      +     * @var string Function
      +     */
      +    public $poste;
      +
       	public $morphy;
       	public $public;
       	public $statut;			// -1:brouillon, 0:resilie, >=1:valide,paye
      
      From 30072a98e96e2fc82244052ee97b303de50ca1ee Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 11:04:29 +0200
      Subject: [PATCH 0426/1013] FIX content lost when editing a label with "
      
      ---
       htdocs/projet/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
      index dd18a115ab6..e2632fe244e 100644
      --- a/htdocs/projet/card.php
      +++ b/htdocs/projet/card.php
      @@ -765,7 +765,7 @@ elseif ($object->id > 0)
       
       		// Label
       		print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td>';
      -		print '<td><input class="quatrevingtpercent" name="title" value="'.$object->title.'"></td></tr>';
      +		print '<td><input class="quatrevingtpercent" name="title" value="'.dol_escape_htmltag($object->title).'"></td></tr>';
       
       		// Status
       		print '<tr><td class="fieldrequired">'.$langs->trans("Status").'</td><td>';
      
      From 47d98ab69d504e6259036b6850438a7a62167301 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 11:04:29 +0200
      Subject: [PATCH 0427/1013] FIX content lost when editing a label with "
      
      ---
       htdocs/projet/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
      index 449242f0594..b92df257dd7 100644
      --- a/htdocs/projet/card.php
      +++ b/htdocs/projet/card.php
      @@ -754,7 +754,7 @@ elseif ($object->id > 0)
       
       		// Label
       		print '<tr><td class="fieldrequired">'.$langs->trans("Label").'</td>';
      -		print '<td><input class="quatrevingtpercent" name="title" value="'.$object->title.'"></td></tr>';
      +		print '<td><input class="quatrevingtpercent" name="title" value="'.dol_escape_htmltag($object->title).'"></td></tr>';
       
       		// Status
       		print '<tr><td class="fieldrequired">'.$langs->trans("Status").'</td><td>';
      
      From 9afc53ca06f366069ad9a057c878025dff6be208 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 01:47:44 +0200
      Subject: [PATCH 0428/1013] Fix remove step in accountancy if module expense
       report not used
      
      ---
       htdocs/accountancy/index.php | 9 ++++++---
       1 file changed, 6 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index 2881de98132..9a3767bd8e4 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -146,9 +146,12 @@ if ($conf->accounting->enabled)
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("SuppliersVentilation").'</strong>')."\n";
       	print "<br>\n";
       
      -	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>')."\n";
      -	print "<br>\n";
      +	if (! empty($conf->expensereport->enabled) || ! empty($conf->deplacement->enabled))
      +	{
      +		$step++;
      +		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>')."\n";
      +		print "<br>\n";
      +	}
       
       	$step++;
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescWriteRecords", chr(64+$step), $langs->transnoentitiesnoconv("Journalization"), $langs->transnoentitiesnoconv("WriteBookKeeping"))."\n";
      
      From aa6996e2d08ffff028304487b7a1c048b70ac24e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 23:47:38 +0200
      Subject: [PATCH 0429/1013] Fix pagination show two times the same account on
       balance of accounts
      
      ---
       htdocs/accountancy/bookkeeping/balance.php    | 23 ++++++++++++-------
       .../accountancy/class/bookkeeping.class.php   |  9 ++++++--
       2 files changed, 22 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 284ead4fb56..4022b9a9407 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -41,6 +41,21 @@ $page = GETPOST("page");
       $sortorder = GETPOST("sortorder", 'alpha');
       $sortfield = GETPOST("sortfield", 'alpha');
       $action = GETPOST('action', 'alpha');
      +if (GETPOST("exportcsv",'alpha')) $action = 'export_csv';
      +
      +// 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 || 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 (! $sortfield) $sortfield="p.date_fin";
      +//if (! $sortorder) $sortorder="DESC";
      +
      +
       $search_date_start = dol_mktime(0, 0, 0, GETPOST('date_startmonth', 'int'), GETPOST('date_startday', 'int'), GETPOST('date_startyear', 'int'));
       $search_date_end = dol_mktime(0, 0, 0, GETPOST('date_endmonth', 'int'), GETPOST('date_endday', 'int'), GETPOST('date_endyear', 'int'));
       
      @@ -53,14 +68,6 @@ if ($search_accountancy_code_end == - 1) {
       	$search_accountancy_code_end = '';
       }
       
      -if (GETPOST("exportcsv",'alpha')) $action = 'export_csv';
      -
      -
      -$limit = GETPOST('limit','int')?GETPOST('limit', 'int'):$conf->liste_limit;
      -if (empty($page) || $page < 0) { $page = 0; }
      -
      -$offset = $limit * $page;
      -
       $object = new BookKeeping($db);
       
       $formaccounting = new FormAccounting($db);
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index f7fed2e2b5b..4a2037aa92c 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -986,16 +986,21 @@ class BookKeeping extends CommonObject
       		}
       
       		$resql = $this->db->query($sql);
      -		if ($resql) {
      +		if ($resql)
      +		{
       			$num = $this->db->num_rows($resql);
       
      -			while ( $obj = $this->db->fetch_object($resql) ) {
      +			$i = 0;
      +			while ($obj = $this->db->fetch_object($resql) && $i < $num)
      +			{
       				$line = new BookKeepingLine();
       
       				$line->numero_compte = $obj->numero_compte;
       				$line->debit = $obj->debit;
       				$line->credit = $obj->credit;
       				$this->lines[] = $line;
      +
      +				$i++;
       			}
       			$this->db->free($resql);
       
      
      From e29fb85cec94ae39cfa775df23af8c652ba810bb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 14 Oct 2018 23:57:07 +0200
      Subject: [PATCH 0430/1013] Fix limit
      
      ---
       htdocs/accountancy/class/bookkeeping.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 4a2037aa92c..e751cf1899f 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -991,7 +991,7 @@ class BookKeeping extends CommonObject
       			$num = $this->db->num_rows($resql);
       
       			$i = 0;
      -			while ($obj = $this->db->fetch_object($resql) && $i < $num)
      +			while (($obj = $this->db->fetch_object($resql)) && ($i < min($limit, $num)))
       			{
       				$line = new BookKeepingLine();
       
      
      From 2684767b19f6b715953ee9fab63251d343222f44 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 00:06:16 +0200
      Subject: [PATCH 0431/1013] Fix pagination
      
      Conflicts:
      	htdocs/accountancy/bookkeeping/balance.php
      ---
       htdocs/accountancy/bookkeeping/balance.php | 33 +++++++++++++---------
       1 file changed, 19 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 4022b9a9407..fa1f4b396d5 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -103,23 +103,27 @@ if ($sortorder == "")
       if ($sortfield == "")
       	$sortfield = "t.numero_compte";
       
      -$options = '';
      +
      +$param='';
      +if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      +if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
      +
       $filter = array ();
       if (! empty($search_date_start)) {
       	$filter['t.doc_date>='] = $search_date_start;
      -	$options .= '&amp;date_startmonth=' . GETPOST('date_startmonth', 'int') . '&amp;date_startday=' . GETPOST('date_startday', 'int') . '&amp;date_startyear=' . GETPOST('date_startyear', 'int');
      +	$param .= '&amp;date_startmonth=' . GETPOST('date_startmonth', 'int') . '&amp;date_startday=' . GETPOST('date_startday', 'int') . '&amp;date_startyear=' . GETPOST('date_startyear', 'int');
       }
       if (! empty($search_date_end)) {
       	$filter['t.doc_date<='] = $search_date_end;
      -	$options .= '&amp;date_endmonth=' . GETPOST('date_endmonth', 'int') . '&amp;date_endday=' . GETPOST('date_endday', 'int') . '&amp;date_endyear=' . GETPOST('date_endyear', 'int');
      +	$param .= '&amp;date_endmonth=' . GETPOST('date_endmonth', 'int') . '&amp;date_endday=' . GETPOST('date_endday', 'int') . '&amp;date_endyear=' . GETPOST('date_endyear', 'int');
       }
       if (! empty($search_accountancy_code_start)) {
       	$filter['t.numero_compte>='] = $search_accountancy_code_start;
      -	$options .= '&amp;search_accountancy_code_start=' . $search_accountancy_code_start;
      +	$param .= '&amp;search_accountancy_code_start=' . $search_accountancy_code_start;
       }
       if (! empty($search_accountancy_code_end)) {
       	$filter['t.numero_compte<='] = $search_accountancy_code_end;
      -	$options .= '&amp;search_accountancy_code_end=' . $search_accountancy_code_end;
      +	$param .= '&amp;search_accountancy_code_end=' . $search_accountancy_code_end;
       }
       
       
      @@ -141,8 +145,8 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
        * View
        */
       
      -if ($action == 'export_csv') {
      -
      +if ($action == 'export_csv')
      +{
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'balance';
      @@ -194,7 +198,8 @@ else {
       	print '<input type="hidden" name="page" value="'.$page.'">';
       
       	$button = '<input type="submit" name="exportcsv" class="butAction" value="' . $langs->trans("Export") . ' ('.$conf->global->ACCOUNTING_EXPORT_FORMAT.')" />';
      -	print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $options, $sortfield, $sortorder, $button, $result, $result, 'title_accountancy', 0);
      +
      +	print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $button, $result, $nbtotalofrecords, 'title_accountancy', 0, '', '', $limit);
       
       	$moreforfilter = '';
       
      @@ -232,12 +237,12 @@ else {
       	print '</tr>';
       
       	print '<tr class="liste_titre">';
      -	print_liste_field_titre("AccountAccounting", $_SERVER['PHP_SELF'], "t.numero_compte", "", $options, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $options, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $options, 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $options, 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre("Balance", $_SERVER["PHP_SELF"], "", $options, "", 'align="right"', $sortfield, $sortorder);
      -	print_liste_field_titre('', $_SERVER["PHP_SELF"], "", $options, "", 'width="60" align="center"', $sortfield, $sortorder);
      +	print_liste_field_titre("AccountAccounting", $_SERVER['PHP_SELF'], "t.numero_compte", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("Label", $_SERVER['PHP_SELF'], "t.label_operation", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("Debit", $_SERVER['PHP_SELF'], "t.debit", "", $param, 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre("Credit", $_SERVER['PHP_SELF'], "t.credit", "", $param, 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre("Balance", $_SERVER["PHP_SELF"], "", $param, "", 'align="right"', $sortfield, $sortorder);
      +	print_liste_field_titre('', $_SERVER["PHP_SELF"], "", $param, "", 'width="60" align="center"', $sortfield, $sortorder);
       	print "</tr>\n";
       
       	$total_debit = 0;
      
      From c2814948fbf51f9095956eff7bb584bb5b346127 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Mon, 15 Oct 2018 11:48:55 +0200
      Subject: [PATCH 0432/1013] Fix: name of fields used into the search criteria
       must always start with "search_"
      
      ---
       htdocs/product/list.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 9028ceb15c2..36bf5a24ef9 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -68,7 +68,7 @@ $type=GETPOST("type","int");
       
       //Show/hide child products
       if (!empty($conf->variants->enabled) && ! empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD)) {
      -	$show_childproducts = GETPOST('show_childproducts');
      +	$show_childproducts = GETPOST('search_show_childproducts');
       } else {
       	$show_childproducts = '';
       }
      @@ -404,7 +404,7 @@ if ($resql)
       	if ($search_tobuy != '') $param.="&search_tobuy=".urlencode($search_tobuy);
       	if ($fourn_id > 0) $param.=($fourn_id?"&fourn_id=".$fourn_id:"");
       	if ($seach_categ) $param.=($search_categ?"&search_categ=".urlencode($search_categ):"");
      -	if ($show_childproducts) $param.=($show_childproducts?"&show_childproducts=".urlencode($show_childproducts):"");
      +	if ($show_childproducts) $param.=($show_childproducts?"&search_show_childproducts=".urlencode($show_childproducts):"");
       	if ($type != '') $param.='&type='.urlencode($type);
       	if ($search_type != '') $param.='&search_type='.urlencode($search_type);
       	if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss);
      @@ -482,8 +482,8 @@ if ($resql)
       	//Show/hide child products. Hidden by default
       	if (!empty($conf->variants->enabled) && !empty($conf->global->PRODUIT_ATTRIBUTES_HIDECHILD )) {
       		$moreforfilter.='<div class="divsearchfield">';
      -		$moreforfilter.= '<input type="checkbox" id="show_childproducts" name="show_childproducts"'.($show_childproducts ? 'checked="checked"':'').'>';
      -		$moreforfilter.= ' <label for="show_childproducts">'.$langs->trans('ShowChildProducts').'</label>';
      +		$moreforfilter.= '<input type="checkbox" id="search_show_childproducts" name="search_show_childproducts"'.($show_childproducts ? 'checked="checked"':'').'>';
      +		$moreforfilter.= ' <label for="search_show_childproducts">'.$langs->trans('ShowChildProducts').'</label>';
       		$moreforfilter.='</div>';
       	}
       
      
      From 06477b40a093f57a3e41d180f97604a7e4bb1b9e Mon Sep 17 00:00:00 2001
      From: atm-greg <gregory.blemand@atm-consulting.fr>
      Date: Mon, 15 Oct 2018 12:34:14 +0200
      Subject: [PATCH 0433/1013] modify parenting before task deletion
      
      ---
       htdocs/core/actions_massactions.inc.php | 11 +++++++++++
       1 file changed, 11 insertions(+)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index 32d80bef672..b7bbc402b09 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -598,6 +598,17 @@ if (! $error && $massaction == 'delete' && $permtodelete)
               $result=$objecttmp->fetch($toselectid);
               if ($result > 0)
               {
      +            if ($objectclass == "Task" && $objecttmp->hasChildren() > 0) {
      +                $sql = "UPDATE ".MAIN_DB_PREFIX."projet_task SET fk_task_parent = 0 WHERE fk_task_parent = ".$objecttmp->id;
      +                $res = $db->query($sql);
      +                
      +                if (!$res)
      +                {
      +                    setEventMessage('ErrorRecordParentingNotModified', 'errors');
      +                    $error++;
      +                }
      +            }
      +            
                   if (in_array($objecttmp->element, array('societe','member'))) $result = $objecttmp->delete($objecttmp->id, $user, 1);
                   else $result = $objecttmp->delete($user);
                   if ($result <= 0)
      
      From 58cc9aa918435603a8c68cab0f813ed2aeaed8e4 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Mon, 15 Oct 2018 12:45:40 +0200
      Subject: [PATCH 0434/1013] Fix: found 1 blank lines before brace
      
      ---
       htdocs/product/class/product.class.php | 19 +++++++++----------
       1 file changed, 9 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 5d4cbd8e0bf..442ae55ac3a 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4156,16 +4156,15 @@ class Product extends CommonObject
                   $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
               }
       
      -	if (! is_object($hookmanager)) {
      -	    include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      -	    $hookmanager=new HookManager($this->db);
      -	}
      -	$hookmanager->initHooks(array('productdao'));
      -	$parameters=array('id'=>$this->id);
      -	// Note that $action and $object may have been modified by some hooks
      -	$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      -	if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
      -
      +		if (! is_object($hookmanager)) {
      +			include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      +			$hookmanager=new HookManager($this->db);
      +		}
      +		$hookmanager->initHooks(array('productdao'));
      +		$parameters=array('id'=>$this->id);
      +		// Note that $action and $object may have been modified by some hooks
      +		$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      +		if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
           }
       
       
      
      From f59dba66e7b571b974fa58ac2dbb4131e4afbca3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:23:35 +0200
      Subject: [PATCH 0435/1013] Fix phpcs
      
      ---
       htdocs/product/class/product.class.php | 92 +++++++++++++-------------
       1 file changed, 46 insertions(+), 46 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 5bf2f45d31c..5326fadd556 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4750,51 +4750,51 @@ class Product extends CommonObject
       		}
       	}
       
      -    /**
      -     *  Load information for tab info
      -     *
      -     *  @param  int		$id     Id of thirdparty to load
      -     *  @return	void
      -     */
      -    function info($id)
      -    {
      -        $sql = "SELECT p.rowid, p.ref, p.datec as date_creation, p.tms as date_modification,";
      -        $sql.= " p.fk_user_author, p.fk_user_modif";
      -        $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element." as p";
      -        $sql.= " WHERE p.rowid = ".$id;
      +	/**
      +	 *  Load information for tab info
      +	 *
      +	 *  @param  int		$id     Id of thirdparty to load
      +	 *  @return	void
      +	 */
      +	function info($id)
      +	{
      +		$sql = "SELECT p.rowid, p.ref, p.datec as date_creation, p.tms as date_modification,";
      +		$sql.= " p.fk_user_author, p.fk_user_modif";
      +		$sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element." as p";
      +		$sql.= " WHERE p.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_modif) {
      -                    $muser = new User($this->db);
      -                    $muser->fetch($obj->fk_user_modif);
      -                    $this->user_modification = $muser;
      -                }
      -
      -                $this->ref			     = $obj->ref;
      -                $this->date_creation     = $this->db->jdate($obj->date_creation);
      -                $this->date_modification = $this->db->jdate($obj->date_modification);
      -            }
      -
      -            $this->db->free($result);
      -
      -        }
      -        else
      +		$result=$this->db->query($sql);
      +		if ($result)
       		{
      -            dol_print_error($this->db);
      -        }
      -    }
      -}
      +			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_modif) {
      +					$muser = new User($this->db);
      +					$muser->fetch($obj->fk_user_modif);
      +					$this->user_modification = $muser;
      +				}
      +
      +				$this->ref			     = $obj->ref;
      +				$this->date_creation     = $this->db->jdate($obj->date_creation);
      +				$this->date_modification = $this->db->jdate($obj->date_modification);
      +			}
      +
      +			$this->db->free($result);
      +
      +		}
      +		else
      +		{
      +			dol_print_error($this->db);
      +		}
      +	}
      +}
      \ No newline at end of file
      
      From 6ab037c766c7c7a6e9b0e05c5385103bf8b2644f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:26:18 +0200
      Subject: [PATCH 0436/1013] Fix code comment
      
      ---
       htdocs/product/class/product.class.php | 127 +++++++++++++------------
       1 file changed, 64 insertions(+), 63 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 5326fadd556..db367301120 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -4005,7 +4005,7 @@ class Product extends CommonObject
       	 *										'warehouseclosed' = Load stock from closed warehouses only,
       	 *										'warehouseinternal' = Load stock from warehouses for internal correction/transfer only
       	 *    @return     int                   < 0 if KO, > 0 if OK
      -	 *    @see		  load_virtual_stock, getBatchInfo
      +	 *    @see		  load_virtual_stock(), loadBatchInfo()
       	 */
       	function load_stock($option='')
       	{
      @@ -4074,79 +4074,80 @@ class Product extends CommonObject
       		}
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// 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.
       	 *
       	 *    @return   int             < 0 if KO, > 0 if OK
      -	 *    @see		load_stock, getBatchInfo
      +	 *    @see		load_stock(), loadBatchInfo()
       	 */
      -    function load_virtual_stock()
      -    {
      -        // phpcs:enable
      -        global $conf, $hookmanager, $action;
      +	function load_virtual_stock()
      +	{
      +		// phpcs:enable
      +		global $conf, $hookmanager, $action;
       
      -        $stock_commande_client=0;
      -        $stock_commande_fournisseur=0;
      -        $stock_sending_client=0;
      -        $stock_reception_fournisseur=0;
      +		$stock_commande_client=0;
      +		$stock_commande_fournisseur=0;
      +		$stock_sending_client=0;
      +		$stock_reception_fournisseur=0;
       
      -        if (! empty($conf->commande->enabled))
      -        {
      -            $result=$this->load_stats_commande(0,'1,2', 1);
      -            if ($result < 0) dol_print_error($this->db,$this->error);
      -            $stock_commande_client=$this->stats_commande['qty'];
      -        }
      -        if (! empty($conf->expedition->enabled))
      -        {
      -            $result=$this->load_stats_sending(0,'1,2', 1);
      -            if ($result < 0) dol_print_error($this->db,$this->error);
      -            $stock_sending_client=$this->stats_expedition['qty'];
      -        }
      -        if (! empty($conf->fournisseur->enabled))
      -        {
      -            $result=$this->load_stats_commande_fournisseur(0,'1,2,3,4', 1);
      -            if ($result < 0) dol_print_error($this->db,$this->error);
      -            $stock_commande_fournisseur=$this->stats_commande_fournisseur['qty'];
      +		if (! empty($conf->commande->enabled))
      +		{
      +			$result=$this->load_stats_commande(0,'1,2', 1);
      +			if ($result < 0) dol_print_error($this->db,$this->error);
      +			$stock_commande_client=$this->stats_commande['qty'];
      +		}
      +		if (! empty($conf->expedition->enabled))
      +		{
      +			$result=$this->load_stats_sending(0,'1,2', 1);
      +			if ($result < 0) dol_print_error($this->db,$this->error);
      +			$stock_sending_client=$this->stats_expedition['qty'];
      +		}
      +		if (! empty($conf->fournisseur->enabled))
      +		{
      +			$result=$this->load_stats_commande_fournisseur(0,'1,2,3,4', 1);
      +			if ($result < 0) dol_print_error($this->db,$this->error);
      +			$stock_commande_fournisseur=$this->stats_commande_fournisseur['qty'];
       
      -            $result=$this->load_stats_reception(0,'4', 1);
      -            if ($result < 0) dol_print_error($this->db,$this->error);
      -            $stock_reception_fournisseur=$this->stats_reception['qty'];
      -        }
      +			$result=$this->load_stats_reception(0,'4', 1);
      +			if ($result < 0) dol_print_error($this->db,$this->error);
      +			$stock_reception_fournisseur=$this->stats_reception['qty'];
      +		}
       
      -        // Stock decrease mode
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) {
      -            $this->stock_theorique=$this->stock_reel-$stock_commande_client+$stock_sending_client;
      -        }
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER)) {
      -            $this->stock_theorique=$this->stock_reel;
      -        }
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_BILL)) {
      -            $this->stock_theorique=$this->stock_reel-$stock_commande_client;
      -        }
      -        // Stock Increase mode
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER)) {
      -            $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      -        }
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER)) {
      -            $this->stock_theorique-=$stock_reception_fournisseur;
      -        }
      -        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)) {
      -            $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      -        }
      +		// Stock decrease mode
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) {
      +			$this->stock_theorique=$this->stock_reel-$stock_commande_client+$stock_sending_client;
      +		}
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER)) {
      +			$this->stock_theorique=$this->stock_reel;
      +		}
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_BILL)) {
      +			$this->stock_theorique=$this->stock_reel-$stock_commande_client;
      +		}
      +		// Stock Increase mode
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER)) {
      +			$this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      +		}
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER)) {
      +			$this->stock_theorique-=$stock_reception_fournisseur;
      +		}
      +		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)) {
      +			$this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      +		}
       
      -	if (! is_object($hookmanager)) {
      -	    include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      -	    $hookmanager=new HookManager($this->db);
      +		if (! is_object($hookmanager)) {
      +			include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      +			$hookmanager=new HookManager($this->db);
      +		}
      +		$hookmanager->initHooks(array('productdao'));
      +		$parameters=array('id'=>$this->id);
      +		// Note that $action and $object may have been modified by some hooks
      +		$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      +		if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
      +
      +		return 1;
       	}
      -	$hookmanager->initHooks(array('productdao'));
      -	$parameters=array('id'=>$this->id);
      -	// Note that $action and $object may have been modified by some hooks
      -	$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      -	if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
      -
      -    }
       
       
       	/**
      @@ -4154,7 +4155,7 @@ class Product extends CommonObject
       	 *
       	 *	@param		string		$batch		Lot/serial number
       	 *  @return     array					Array with record into product_batch
      -	 *  @see		load_stock, load_virtual_stock
      +	 *  @see		load_stock(), load_virtual_stock()
       	 */
           function loadBatchInfo($batch)
           {
      
      From cca87f3d5af853117b00d3582e0f88655c610bb4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:27:17 +0200
      Subject: [PATCH 0437/1013] Fix phpcs
      
      ---
       htdocs/product/class/product.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index db367301120..fe0e9c3733c 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -299,7 +299,7 @@ class Product extends CommonObject
       
       	/**
       	 * @deprecated
      -	 * @see ref_supplier
      +	 * @see $ref_supplier
       	 */
       	public $ref_fourn;
       	public $ref_supplier;
      @@ -3282,7 +3282,7 @@ class Product extends CommonObject
       	 *
       	 *  @param	int		$fromId     Id product source
       	 *  @param  int		$toId       Id product target
      -	 *  @return nt         			< 0 if KO, > 0 if OK
      +	 *  @return int         			< 0 if KO, > 0 if OK
       	 */
       	function clone_price($fromId, $toId)
       	{
      
      From df4b3b09d2f5abfeadc8bf9e659a90d4715708ab Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:30:07 +0200
      Subject: [PATCH 0438/1013] Fix var not defined
      
      ---
       htdocs/compta/facture/class/facture.class.php | 22 +++++++++----------
       1 file changed, 11 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index e9cb7aa214e..9fa7fc988e2 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -4116,18 +4116,18 @@ class Facture extends CommonInvoice
       
       		$langs->load("bills");
       
      -		if (! dol_strlen($modele)) {
      +		if (! dol_strlen($modele))
      +		{
      +			$modele = 'crabe';
      +			$thisTypeConfName = 'FACTURE_ADDON_PDF_'.$this->type;
       
      -		    $modele = 'crabe';
      -		    $thisTypeConfName = 'FACTURE_ADDON_PDF_'.$type;
      -		    
      -		    if ($this->modelpdf) {
      -		        $modele = $this->modelpdf;
      -		    }elseif (! empty($conf->global->{'FACTURE_ADDON_PDF_'.$this->type})){
      -		        $modele = $conf->global->{'FACTURE_ADDON_PDF_'.$this->type} ;
      -		    }elseif (! empty($conf->global->FACTURE_ADDON_PDF)) {
      -		        $modele = $conf->global->FACTURE_ADDON_PDF;
      -		    }
      +			if ($this->modelpdf) {
      +				$modele = $this->modelpdf;
      +			} elseif (! empty($conf->global->$thisTypeConfName)) {
      +				$modele = $conf->global->$thisTypeConfName;
      +			} elseif (! empty($conf->global->FACTURE_ADDON_PDF)) {
      +				$modele = $conf->global->FACTURE_ADDON_PDF;
      +			}
       		}
       
       		$modelpath = "core/modules/facture/doc/";
      
      From 5d9b77051186d918e9dc2429a2475d4179809fad Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:30:25 +0200
      Subject: [PATCH 0439/1013] phpcs
      
      ---
       htdocs/compta/facture/class/facture.class.php | 2 +-
       htdocs/core/class/utils.class.php             | 3 ++-
       2 files changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index 9fa7fc988e2..e225d1468c4 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -4107,7 +4107,7 @@ class Facture extends CommonInvoice
       	 *  @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, >0 if OK
       	 */
       	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
      diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php
      index 9f680ef4990..7904f485d6a 100644
      --- a/htdocs/core/class/utils.class.php
      +++ b/htdocs/core/class/utils.class.php
      @@ -284,8 +284,9 @@ class Utils
       			}
       
       			$errormsg='';
      +			$handle = '';
       
      -			// Debut appel methode execution
      +			// Start call method to execute dump
       			$fullcommandcrypted=$command." ".$paramcrypted." 2>&1";
       			$fullcommandclear=$command." ".$paramclear." 2>&1";
       			if ($compression == 'none') $handle = fopen($outputfile, 'w');
      
      From 4cd7119d1c91d5755d796c7f21d17584950a69da Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:38:50 +0200
      Subject: [PATCH 0440/1013] Not used var
      
      ---
       htdocs/datapolicies/class/datapolicies.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/datapolicies/class/datapolicies.class.php b/htdocs/datapolicies/class/datapolicies.class.php
      index df818db6f5e..e6b3af3bf25 100644
      --- a/htdocs/datapolicies/class/datapolicies.class.php
      +++ b/htdocs/datapolicies/class/datapolicies.class.php
      @@ -149,7 +149,7 @@ Class DataPolicies extends Contact
            	$error = 0;
       
            	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
      -     	$replyto = $from;
      +
            	$sendto = $contact->email;
            	$code= md5($contact->email);
            	if (!empty($contact->default_lang)) {
      @@ -225,7 +225,7 @@ Class DataPolicies extends Contact
            	$error = 0;
       
            	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
      -     	$replyto = $from;
      +
            	$sendto = $societe->email;
       
            	$code= md5($societe->email);
      @@ -297,7 +297,7 @@ Class DataPolicies extends Contact
           	$error = 0;
       
           	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
      -    	$replyto = $from;
      +
           	$sendto = $adherent->email;
       
           	$code= md5($adherent->email);
      
      From a20498126aabeece85bf30cf953ec9dd2943c0d3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 13:40:22 +0200
      Subject: [PATCH 0441/1013] Fix init var
      
      ---
       htdocs/website/class/website.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php
      index b9be32bcafa..3f51f669829 100644
      --- a/htdocs/website/class/website.class.php
      +++ b/htdocs/website/class/website.class.php
      @@ -1155,7 +1155,8 @@ class Website extends CommonObject
       		$MAXHEIGHT = 4 * $HEIGHTOPTION;
       		$nboflanguage = count($languagecodes);
       
      -		$out.='<!-- componentSelectLang'.$htmlname.' -->'."\n";
      +		$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";
      
      From 6d4d8a0342492441ccd062b2546cad2a5802e84c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 14:04:42 +0200
      Subject: [PATCH 0442/1013] Dolibarize data privacy policy module
      
      ---
       ...cies.class.php => modDataPolicy.class.php} | 126 +++++++++---------
       .../langs/en_US/datapolicies.lang             |  93 -------------
       .../langs/fr_FR/datapolicies.lang             |  97 --------------
       .../langs/it_IT/datapolicies.lang             |  80 -----------
       .../{datapolicies => datapolicy}/ChangeLog.md |   0
       .../admin/setup.php                           |  70 +++++-----
       .../admin/setupmail.php                       |  14 +-
       .../class/actions_datapolicy.class.php}       |  76 +++++------
       .../class/datapolicy.class.php}               |  58 ++++----
       .../class/datapolicycron.class.php}           |  16 +--
       .../img/datapolicy.png}                       | Bin
       .../{datapolicies => datapolicy}/img/gfdl.png | Bin
       .../img/gplv3.png                             | Bin
       .../img/object_datapolicy.png}                | Bin
       .../img/object_inoveaconseil.png              | Bin
       htdocs/datapolicy/langs/en_US/datapolicy.lang |  92 +++++++++++++
       htdocs/datapolicy/langs/fr_FR/datapolicy.lang |  97 ++++++++++++++
       htdocs/datapolicy/langs/it_IT/datapolicy.lang |  78 +++++++++++
       .../lib/datapolicy.lib.php}                   |  18 +--
       .../{datapolicies => datapolicy}/mailing.php  |  12 +-
       .../modulebuilder.txt                         |   0
       .../public/index.php                          |  58 ++++----
       22 files changed, 492 insertions(+), 493 deletions(-)
       rename htdocs/core/modules/{modDataPolicies.class.php => modDataPolicy.class.php} (59%)
       delete mode 100644 htdocs/datapolicies/langs/en_US/datapolicies.lang
       delete mode 100644 htdocs/datapolicies/langs/fr_FR/datapolicies.lang
       delete mode 100644 htdocs/datapolicies/langs/it_IT/datapolicies.lang
       rename htdocs/{datapolicies => datapolicy}/ChangeLog.md (100%)
       rename htdocs/{datapolicies => datapolicy}/admin/setup.php (71%)
       rename htdocs/{datapolicies => datapolicy}/admin/setupmail.php (94%)
       rename htdocs/{datapolicies/class/actions_datapolicies.class.php => datapolicy/class/actions_datapolicy.class.php} (83%)
       rename htdocs/{datapolicies/class/datapolicies.class.php => datapolicy/class/datapolicy.class.php} (80%)
       rename htdocs/{datapolicies/class/datapoliciescron.class.php => datapolicy/class/datapolicycron.class.php} (98%)
       rename htdocs/{datapolicies/img/datapolicies.png => datapolicy/img/datapolicy.png} (100%)
       rename htdocs/{datapolicies => datapolicy}/img/gfdl.png (100%)
       rename htdocs/{datapolicies => datapolicy}/img/gplv3.png (100%)
       rename htdocs/{datapolicies/img/object_datapolicies.png => datapolicy/img/object_datapolicy.png} (100%)
       rename htdocs/{datapolicies => datapolicy}/img/object_inoveaconseil.png (100%)
       create mode 100644 htdocs/datapolicy/langs/en_US/datapolicy.lang
       create mode 100644 htdocs/datapolicy/langs/fr_FR/datapolicy.lang
       create mode 100644 htdocs/datapolicy/langs/it_IT/datapolicy.lang
       rename htdocs/{datapolicies/lib/datapolicies.lib.php => datapolicy/lib/datapolicy.lib.php} (72%)
       rename htdocs/{datapolicies => datapolicy}/mailing.php (81%)
       rename htdocs/{datapolicies => datapolicy}/modulebuilder.txt (100%)
       rename htdocs/{datapolicies => datapolicy}/public/index.php (66%)
      
      diff --git a/htdocs/core/modules/modDataPolicies.class.php b/htdocs/core/modules/modDataPolicy.class.php
      similarity index 59%
      rename from htdocs/core/modules/modDataPolicies.class.php
      rename to htdocs/core/modules/modDataPolicy.class.php
      index 74bbe0ba7d2..2ecb5da4336 100644
      --- a/htdocs/core/modules/modDataPolicies.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -18,12 +18,12 @@
        */
       
       /**
      - * 	\defgroup   datapolicies     Module datapolicies
      - *  \brief      datapolicies module descriptor.
      + * 	\defgroup   datapolicy     Module datapolicy
      + *  \brief      datapolicy module descriptor.
        *
      - *  \file       htdocs/datapolicies/core/modules/modGdpr.class.php
      - *  \ingroup    datapolicies
      - *  \brief      Description and activation file for module DATAPOLICIES
      + *  \file       htdocs/datapolicy/core/modules/modDataPolicy.class.php
      + *  \ingroup    datapolicy
      + *  \brief      Description and activation file for module DATAPOLICY
        */
       include_once DOL_DOCUMENT_ROOT . '/core/modules/DolibarrModules.class.php';
       
      @@ -33,9 +33,9 @@ include_once DOL_DOCUMENT_ROOT . '/core/modules/DolibarrModules.class.php';
       // so we ignore the Squiz.Classes.ValidClassName.NotCamelCaps rule.
       // @codingStandardsIgnoreStart
       /**
      - *  Description and activation class for module datapolicies
      + *  Description and activation class for module datapolicy
        */
      -class modDataPolicies extends DolibarrModules {
      +class modDataPolicy extends DolibarrModules {
       
           // @codingStandardsIgnoreEnd
           /**
      @@ -53,7 +53,7 @@ class modDataPolicies extends DolibarrModules {
               // 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';
      +        $this->rights_class = 'datapolicy';
       
               // 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
      @@ -62,16 +62,16 @@ class modDataPolicies extends DolibarrModules {
               $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).
      +        // Module label (no space allowed), used if translation string 'ModuledatapolicyName' 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)";
      +        // Module description, used if translation string 'ModuledatapolicyDesc' not found (MyModue is name of module).
      +        $this->description = "Module to manage Data policy (for compliance with GDPR in Europe or other Data policy 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)
      +        // Key used in llx_const table to save module status enabled/disabled (where datapolicy 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'
      @@ -79,9 +79,9 @@ class modDataPolicies extends DolibarrModules {
               $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)
      +        // for default path (eg: /datapolicy/core/xxxxx) (0=disable, 1=enable)
      +        // for specific path of parts (eg: /datapolicy/core/modules/barcode)
      +        // for specific css file (eg: /datapolicy/css/datapolicy.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)
      @@ -95,41 +95,41 @@ class modDataPolicies extends DolibarrModules {
               );
       
               // Data directories to create when module is enabled.
      -        // Example: this->dirs = array("/datapolicies/temp","/datapolicies/subdir");
      -        $this->dirs = array("/datapolicies/temp");
      +        // Example: this->dirs = array("/datapolicy/temp","/datapolicy/subdir");
      +        $this->dirs = array("/datapolicy/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");
      +        // Config pages. Put here list of php page, stored into datapolicy/admin directory, to use to setup module.
      +        $this->config_page_url = array("setup.php@datapolicy");
       
               // 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->langfiles = array("datapolicy@datapolicy");
               $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->automatic_activation = array('FR'=>'datapolicyWasAutomaticallyActivatedBecauseOfYourCountryChoice');
               //$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)
      +        // Example: $this->const=array(0=>array('datapolicy_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
      +        //                             1=>array('datapolicy_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),
      +            array('DATAPOLICY_TIERS_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_TIERS_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_TIERS_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_TIERS_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_TIERS_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_CONTACT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_CONTACT_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_CONTACT_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_CONTACT_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
      +            array('DATAPOLICY_ADHERENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
               );
       
               $country = explode(":", $conf->global->MAIN_INFO_SOCIETE_COUNTRY);
      @@ -140,17 +140,17 @@ class modDataPolicies extends DolibarrModules {
                 'fr_FR:ParentCompany'=>'Maison mère ou revendeur'
                 ) */
       
      -        if (!isset($conf->datapolicies) || !isset($conf->datapolicies->enabled)) {
      -            $conf->datapolicies = new stdClass();
      -            $conf->datapolicies->enabled = 0;
      +        if (!isset($conf->datapolicy) || !isset($conf->datapolicy->enabled)) {
      +            $conf->datapolicy = new stdClass();
      +            $conf->datapolicy->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:+tabname1:Title1:mylangfile@datapolicy:$user->rights->datapolicy->read:/datapolicy/mynewtab1.php?id=__ID__');  					// To add a new tab identified by code tabname1
      +        // $this->tabs[] = array('data'=>'objecttype:+tabname2:SUBSTITUTION_Title2:mylangfile@datapolicy:$user->rights->othermodule->read:/datapolicy/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
      @@ -177,7 +177,7 @@ class modDataPolicies extends DolibarrModules {
               $this->dictionaries = array();
               /* Example:
                 $this->dictionaries=array(
      -          'langs'=>'mylangfile@datapolicies',
      +          'langs'=>'mylangfile@datapolicy',
                 '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
      @@ -186,21 +186,21 @@ class modDataPolicies extends DolibarrModules {
                 '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
      +          'tabcond'=>array($conf->datapolicy->enabled,$conf->datapolicy->enabled,$conf->datapolicy->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.
      +        // Add here list of php file(s) stored in datapolicy/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)
      +            0 => array('label' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
      +            1 => array('label' => 'DATAPOLICY Mailing', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.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)
      @@ -224,7 +224,7 @@ class modDataPolicies extends DolibarrModules {
           {
           	global $langs;
       
      -    	$this->_load_tables('/datapolicies/sql/');
      +    	$this->_load_tables('/datapolicy/sql/');
       
               // Create extrafields
               include_once DOL_DOCUMENT_ROOT . '/core/class/extrafields.class.php';
      @@ -232,28 +232,28 @@ class modDataPolicies extends DolibarrModules {
       
       
               // 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);
      +        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'thirdparty',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_date', $langs->trans("DATAPOLICY_date"), 'date', 104, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0);
      +        $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_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);
      +        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'contact',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_date', $langs->trans("DATAPOLICY_date"), 'date', 104, 3, 'contact', 0, 0, '', '', 1, '', '3', 0);
      +        $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_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);
      +        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'adherent',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      +        $result1 = $extrafields->addExtraField('datapolicy_date', $langs->trans("DATAPOLICY_date"), 'date', 104, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0);
      +        $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_send"), 'date', 105, 3, 'adherent', 0, 0, '', '', 0, '', '0', 0);
       
               $sql = array();
       
      diff --git a/htdocs/datapolicies/langs/en_US/datapolicies.lang b/htdocs/datapolicies/langs/en_US/datapolicies.lang
      deleted file mode 100644
      index 164581bcca5..00000000000
      --- a/htdocs/datapolicies/langs/en_US/datapolicies.lang
      +++ /dev/null
      @@ -1,93 +0,0 @@
      -# 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
      deleted file mode 100644
      index 916cdffb776..00000000000
      --- a/htdocs/datapolicies/langs/fr_FR/datapolicies.lang
      +++ /dev/null
      @@ -1,97 +0,0 @@
      -# 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
      deleted file mode 100644
      index a979c931c41..00000000000
      --- a/htdocs/datapolicies/langs/it_IT/datapolicies.lang
      +++ /dev/null
      @@ -1,80 +0,0 @@
      -# 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/ChangeLog.md b/htdocs/datapolicy/ChangeLog.md
      similarity index 100%
      rename from htdocs/datapolicies/ChangeLog.md
      rename to htdocs/datapolicy/ChangeLog.md
      diff --git a/htdocs/datapolicies/admin/setup.php b/htdocs/datapolicy/admin/setup.php
      similarity index 71%
      rename from htdocs/datapolicies/admin/setup.php
      rename to htdocs/datapolicy/admin/setup.php
      index f6edd5b3e90..777fa6cb893 100644
      --- a/htdocs/datapolicies/admin/setup.php
      +++ b/htdocs/datapolicy/admin/setup.php
      @@ -17,21 +17,21 @@
        */
       
       /**
      - * \file    datapolicies/admin/setup.php
      - * \ingroup datapolicies
      - * \brief   datapolicies setup page.
      + * \file    datapolicy/admin/setup.php
      + * \ingroup datapolicy
      + * \brief   datapolicy setup page.
        */
       
       require '../../main.inc.php';
       require_once DOL_DOCUMENT_ROOT . "/core/lib/admin.lib.php";
      -require_once '../lib/datapolicies.lib.php';
      +require_once '../lib/datapolicy.lib.php';
       //require_once "../class/myclass.class.php";
       
       // Translations
       $langs->load('admin');
       $langs->load('companies');
       $langs->load('members');
      -$langs->load('datapolicies@datapolicies');
      +$langs->load('datapolicy@datapolicy');
       
       // Access control
       if (! $user->admin) accessforbidden();
      @@ -41,17 +41,17 @@ $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'),
      +    'DATAPOLICY_TIERS_CLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_TIERS_PROSPECT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_TIERS_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_TIERS_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_TIERS_FOURNISSEUR'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_CONTACT_CLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_CONTACT_PROSPECT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_CONTACT_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_CONTACT_FOURNISSEUR'=>array('css'=>'minwidth200'),
      +    'DATAPOLICY_ADHERENT'=>array('css'=>'minwidth200'),
       );
       
       
      @@ -81,26 +81,26 @@ if (DOL_VERSION < '7' && $action == 'update') {
       
       $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'),
      +        'DATAPOLICY_TIERS_CLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_TIERS_PROSPECT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_TIERS_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_TIERS_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_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'),
      +        'DATAPOLICY_CONTACT_CLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_CONTACT_PROSPECT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_CONTACT_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_CONTACT_FOURNISSEUR'=>array('css'=>'minwidth200'),
           ),
           'Member' => array(
      -        'DATAPOLICIES_ADHERENT'=>array('css'=>'minwidth200'),
      +        'DATAPOLICY_ADHERENT'=>array('css'=>'minwidth200'),
           )
       );
       
       $valTab = array(
      -    '' => $langs->trans('None'),
      +    '' => $langs->trans('Never'),
           '6' => $langs->trans('NB_MONTHS', 6),
           '12' => $langs->trans('ONE_YEAR'),
           '24' => $langs->trans('NB_YEARS', 2),
      @@ -108,6 +108,8 @@ $valTab = array(
           '48' => $langs->trans('NB_YEARS', 4),
           '60' => $langs->trans('NB_YEARS', 5),
           '120' => $langs->trans('NB_YEARS', 10),
      +	'180' => $langs->trans('NB_YEARS', 15),
      +	'240' => $langs->trans('NB_YEARS', 20),
       );
       
       
      @@ -115,20 +117,20 @@ $valTab = array(
        * View
        */
       
      -$page_name = "datapoliciesSetup";
      +$page_name = "datapolicySetup";
       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');
      +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_datapolicy@datapolicy');
       
       // Configuration header
      -$head = datapoliciesAdminPrepareHead();
      -dol_fiche_head($head, 'settings', '', -1, "datapolicies@datapolicies");
      +$head = datapolicyAdminPrepareHead();
      +dol_fiche_head($head, 'settings', '', -1, "datapolicy@datapolicy");
       
       // Setup page goes here
      -echo $langs->trans("datapoliciesSetupPage");
      +echo '<span class="opacitymedium">'.$langs->trans("datapolicySetupPage").'</span><br><br>';
       
       
       if ($action == 'edit')
      @@ -180,7 +182,7 @@ else
               foreach($tab as $key => $val)
               {
                   print '<tr class="oddeven"><td>';
      -            print $form->textwithpicto($langs->trans($key),$langs->trans('DATAPOLICIES_Tooltip_SETUP'));
      +            print $form->textwithpicto($langs->trans($key),$langs->trans('DATAPOLICY_Tooltip_SETUP'));
                   print '</td><td>' . ($conf->global->$key == '' ? $langs->trans('None') : $valTab[$conf->global->$key]) . '</td></tr>';
               }
       
      diff --git a/htdocs/datapolicies/admin/setupmail.php b/htdocs/datapolicy/admin/setupmail.php
      similarity index 94%
      rename from htdocs/datapolicies/admin/setupmail.php
      rename to htdocs/datapolicy/admin/setupmail.php
      index a6560c1f7d5..214f673a15f 100644
      --- a/htdocs/datapolicies/admin/setupmail.php
      +++ b/htdocs/datapolicy/admin/setupmail.php
      @@ -22,10 +22,10 @@ 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';
      +require_once '../lib/datapolicy.lib.php';
       
       // Translations
      -$langs->loadLangs(array('admin', 'companies', 'members', 'datapolicies'));
      +$langs->loadLangs(array('admin', 'companies', 'members', 'datapolicy'));
       
       
       // Parameters
      @@ -78,17 +78,17 @@ if ($action == 'setvalue' && $user->admin) {
        * View
        */
       
      -$page_name = "datapoliciesSetup";
      +$page_name = "datapolicySetup";
       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');
      +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_datapolicy@datapolicy');
       
       // Configuration header
      -$head = datapoliciesAdminPrepareHead();
      -dol_fiche_head($head, 'settings', '', -1, "datapolicies@datapolicies");
      +$head = datapolicyAdminPrepareHead();
      +dol_fiche_head($head, 'settings', '', -1, "datapolicy@datapolicy");
       
       
       
      @@ -161,7 +161,7 @@ dol_fiche_end();
       print '<br><br>';
       
       print $langs->trans('SendAgreementText');
      -print '<a class="button" href="'.dol_buildpath('/datapolicies/mailing.php').'">'.$langs->trans('SendAgreement').'</a>';
      +print '<a class="button" href="'.dol_buildpath('/datapolicy/mailing.php').'">'.$langs->trans('SendAgreement').'</a>';
       
       llxFooter();
       $db->close();
      diff --git a/htdocs/datapolicies/class/actions_datapolicies.class.php b/htdocs/datapolicy/class/actions_datapolicy.class.php
      similarity index 83%
      rename from htdocs/datapolicies/class/actions_datapolicies.class.php
      rename to htdocs/datapolicy/class/actions_datapolicy.class.php
      index 45e443cb274..5a19b039602 100644
      --- a/htdocs/datapolicies/class/actions_datapolicies.class.php
      +++ b/htdocs/datapolicy/class/actions_datapolicy.class.php
      @@ -17,15 +17,15 @@
        */
       
       /**
      - * \file    datapolicies/class/actions_datapolicies.class.php
      - * \ingroup datapolicies
      + * \file    datapolicy/class/actions_datapolicy.class.php
      + * \ingroup datapolicy
        * \brief   Example hook overload.
        */
       
       /**
      - * Class ActionsDatapolicies
      + * Class ActionsDatapolicy
        */
      -class ActionsDatapolicies
      +class ActionsDatapolicy
       {
           /**
            * @var DoliDB Database handler.
      @@ -91,7 +91,7 @@ class ActionsDatapolicies
           public function doActions($parameters, &$object, &$action, $hookmanager)
           {
               global $conf, $user, $langs;
      -        $langs->load('datapolicies@datapolicies');
      +        $langs->load('datapolicy@datapolicy');
               $error = 0; // Error counter
       
               if (GETPOST('socid') && $parameters['currentcontext'] == 'thirdpartycard') {
      @@ -129,9 +129,9 @@ class ActionsDatapolicies
                           header('Location:' . $_SERVER["PHP_SELF"] . "?socid=" . $object->id);
                       }
                   }
      -        } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'datapolicies_portabilite') {
      +        } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'datapolicy_portabilite') {
                   header('Content-Type: application/csv');
      -            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
      +            header('Content-Disposition: attachment; filename=datapolicy_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;
      @@ -152,9 +152,9 @@ class ActionsDatapolicies
                   echo $object->skype . ';';
                   echo ';';
                   exit;
      -        } elseif ($parameters['currentcontext'] == 'membercard' && $action == 'datapolicies_portabilite') {
      +        } elseif ($parameters['currentcontext'] == 'membercard' && $action == 'datapolicy_portabilite') {
                   header('Content-Type: application/csv');
      -            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
      +            header('Content-Disposition: attachment; filename=datapolicy_portabilite.csv');
                   header('Pragma: no-cache');
                   $soc = $object->fetch_thirdparty();
       
      @@ -176,10 +176,10 @@ class ActionsDatapolicies
                   echo $object->skype . ';';
                   echo dol_print_date($object->birth) . ';';
                   exit;
      -        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'datapolicies_portabilite') {
      +        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'datapolicy_portabilite') {
                   $object->fetch(GETPOST('id'));
                   header('Content-Type: application/csv');
      -            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
      +            header('Content-Disposition: attachment; filename=datapolicy_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;
      @@ -200,23 +200,23 @@ class ActionsDatapolicies
                   echo $object->jabberid . ';';
                   echo dol_print_date($object->birth) . ';';
                   exit;
      -        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'send_datapolicies') {
      +        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'send_datapolicy') {
                   $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);
      +            require_once  DOL_DOCUMENT_ROOT . '/datapolicy/class/datapolicy.class.php';
      +            DataPolicy::sendMailDataPolicyContact($object);
               }
      -         elseif ($parameters['currentcontext'] == 'membercard' && $action == 'send_datapolicies') {
      +         elseif ($parameters['currentcontext'] == 'membercard' && $action == 'send_datapolicy') {
                    $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') {
      +            require_once  DOL_DOCUMENT_ROOT . '/datapolicy/class/datapolicy.class.php';
      +            DataPolicy::sendMailDataPolicyAdherent($object);
      +        } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'send_datapolicy') {
                   $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);
      +            require_once  DOL_DOCUMENT_ROOT . '/datapolicy/class/datapolicy.class.php';
      +            DataPolicy::sendMailDataPolicyCompany($object);
               }
       
       
      @@ -280,7 +280,7 @@ class ActionsDatapolicies
       
               /* 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>';
      +            $this->resprints = '<option value="0"' . ($disabled ? ' disabled="disabled"' : '') . '>' . $langs->trans("datapolicyMassAction") . '</option>';
               }
       
               if (!$error) {
      @@ -361,18 +361,18 @@ class ActionsDatapolicies
           function addMoreActionsButtons($parameters, &$object, &$action, $hookmanager)
           {
               global $conf, $user, $langs;
      -        $langs->load('datapolicies@datapolicies');
      +        $langs->load('datapolicy@datapolicy');
       
               if (! empty($conf->global->DATAPOLICIES_ENABLE_EMAILS))
               {
      -	        $dialog = '<div id="dialogdatapolicies" style="display:none;" title="' . $langs->trans('DATAPOLICIES_PORTABILITE_TITLE') . '">';
      +	        $dialog = '<div id="dialogdatapolicy" 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({
      +	                        $( "#dialogdatapolicy" ).dialog({
       	                          modal: true,
       	                          buttons: {
       	                            "OK": function() {
      @@ -392,18 +392,18 @@ class ActionsDatapolicies
       	                  </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>';
      +	            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?socid=" . $object->id . '&action=datapolicy_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>';
      +	            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?rowid=" . $object->id . '&action=datapolicy_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>';
      +	            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?id=" . $object->id . '&action=datapolicy_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>';
      +	        if (!empty($object->mail) && empty($object->array_options['options_datapolicy_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_datapolicy" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
      +	        } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicy_send']) && $parameters['currentcontext'] == 'membercard') {
      +	            echo '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . "?rowid=" . $object->id . '&action=send_datapolicy" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
      +	        } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicy_send']) && $parameters['currentcontext'] == 'contactcard') {
      +	            echo '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . "?id=" . $object->id . '&action=send_datapolicy" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
       	        }
               }
           }
      @@ -425,11 +425,11 @@ class ActionsDatapolicies
               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 elementToHide = 'tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_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 .= "function hideRgPD() { if ($('#typent_id').val() == 8 || forme_juridique.indexOf(parseInt($('#forme_juridique_code').val())) > -1) { console.log(elementToHide); $('tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').show(); } else { $('tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').hide(); }}" . PHP_EOL;
                       $jsscript .= "hideRgPD();" . PHP_EOL;
                       $jsscript .= "$('#forme_juridique_code, #typent_id').change(function(){ hideRgPD(); });" . PHP_EOL;
                       $jsscript .= '</script>';
      @@ -457,7 +457,7 @@ class ActionsDatapolicies
       
                           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 .= "var elementToHide = 'td.societe_extras_datapolicy_opposition_traitement, td.societe_extras_datapolicy_opposition_prospection, td.societe_extras_datapolicy_consentement';" . PHP_EOL;
                           $jsscript .= "$(elementToHide).parent('tr').hide();" . PHP_EOL;
                           $jsscript .= '</script>';
                       }
      @@ -465,8 +465,8 @@ class ActionsDatapolicies
               } 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')) {
      +                $jsscript .= "$('#options_datapolicy_opposition_traitement, #options_datapolicy_opposition_prospection, input[name=\"options_datapolicy_opposition_traitement\"], input[name=\"options_datapolicy_opposition_prospection\"]').change(function(){
      +                    if($('#options_datapolicy_opposition_traitement').prop('checked') == true || $('input[name=options_datapolicy_opposition_traitement]').prop('checked') || $('#options_datapolicy_opposition_prospection').prop('checked') || $('input[name=options_datapolicy_opposition_prospection]').prop('checked')) {
                               $('#no_email').val(1);
                           }
                       });";
      diff --git a/htdocs/datapolicies/class/datapolicies.class.php b/htdocs/datapolicy/class/datapolicy.class.php
      similarity index 80%
      rename from htdocs/datapolicies/class/datapolicies.class.php
      rename to htdocs/datapolicy/class/datapolicy.class.php
      index e6b3af3bf25..3bebdff9302 100644
      --- a/htdocs/datapolicies/class/datapolicies.class.php
      +++ b/htdocs/datapolicy/class/datapolicy.class.php
      @@ -16,9 +16,9 @@
        */
       
       /**
      - * \file    datapolicies/class/datapolicies.class.php
      - * \ingroup datapolicies
      - * \brief   Class to manage feature of Data Policies module.
      + * \file    datapolicy/class/datapolicy.class.php
      + * \ingroup datapolicy
      + * \brief   Class to manage feature of Data Policy module.
        */
       include_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
       include_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
      @@ -26,9 +26,9 @@ include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
       
       
       /**
      - * Class DataPolicies
      + * Class DataPolicy
        */
      -Class DataPolicies extends Contact
      +Class DataPolicy extends Contact
       {
       	/**
       	 * getAllContactNotInformed
      @@ -45,8 +45,8 @@ Class DataPolicies extends Contact
               $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 .= " WHERE (c.statut=1 AND c.no_email=0 AND (spe.datapolicy_consentement=0 OR spe.datapolicy_consentement IS NULL) AND (spe.datapolicy_opposition_traitement=0 OR spe.datapolicy_opposition_traitement IS NULL) AND (spe.datapolicy_opposition_prospection=0 OR spe.datapolicy_opposition_prospection IS NULL))";
      +        $sql .= " AND spe.datapolicy_send IS NULL";
               $sql .= " AND c.entity=" . $conf->entity;
               $resql = $this->db->query($sql);
               if ($resql) {
      @@ -57,7 +57,7 @@ Class DataPolicies extends Contact
                       $contact = new Contact($db);
                       $contact->fetch($obj->rowid);
       
      -                DataPolicies::sendMailDataPoliciesContact($contact);
      +                DataPolicy::sendMailDataPolicyContact($contact);
                       $i++;
                   }
               } else {
      @@ -80,8 +80,8 @@ Class DataPolicies extends Contact
               $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 .= " WHERE s.statut=0 AND (se.datapolicy_consentement=0 OR se.datapolicy_consentement IS NULL) AND (se.datapolicy_opposition_traitement=0 OR se.datapolicy_opposition_traitement IS NULL) AND (se.datapolicy_opposition_prospection=0 OR se.datapolicy_opposition_prospection IS NULL)";
      +        $sql .= " AND se.datapolicy_send IS NULL";
               $sql .= " AND s.entity=" . $conf->entity;
               $resql = $this->db->query($sql);
               if ($resql) {
      @@ -92,7 +92,7 @@ Class DataPolicies extends Contact
                       $societe = new Societe($db);
                       $societe->fetch($obj->rowid);
       
      -                DataPolicies::sendMailDataPoliciesCompany($societe);
      +                DataPolicy::sendMailDataPolicyCompany($societe);
                       $i++;
                   }
               } else {
      @@ -115,8 +115,8 @@ Class DataPolicies extends Contact
               $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 .= " WHERE a.statut=0 AND (ae.datapolicy_consentement=0 OR ae.datapolicy_consentement IS NULL) AND (ae.datapolicy_opposition_traitement=0 OR ae.datapolicy_opposition_traitement IS NULL) AND (ae.datapolicy_opposition_prospection=0 OR ae.datapolicy_opposition_prospection IS NULL)";
      +        $sql .= " AND ae.datapolicy_send IS NULL";
               $sql .= " AND a.entity=" . $conf->entity;
               $resql = $this->db->query($sql);
               if ($resql) {
      @@ -127,7 +127,7 @@ Class DataPolicies extends Contact
                       $adherent = new Adherent($db);
                       $adherent->fetch($obj->rowid);
       
      -                DataPolicies::sendMailDataPoliciesAdherent($adherent);
      +                DataPolicy::sendMailDataPolicyAdherent($adherent);
                       $i++;
                   }
               } else {
      @@ -137,12 +137,12 @@ Class DataPolicies extends Contact
           }
       
           /**
      -     * sendMailDataPoliciesContact
      +     * sendMailDataPolicyContact
            *
            * @param 	mixed		$contact		Contact
            * @return	void
            */
      -    function sendMailDataPoliciesContact($contact)
      +    function sendMailDataPolicyContact($contact)
           {
            	global $langs, $conf, $db, $user;
       
      @@ -171,8 +171,8 @@ Class DataPolicies extends Contact
            	$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>',
      +     	'__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicy/public/index.php?action=1&c='.$contact->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
      +     	'__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicy/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,
      @@ -202,7 +202,7 @@ Class DataPolicies extends Contact
            		if (!$error) {
       
            			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
      -     			$contact->array_options['options_datapolicies_send'] = date('Y-m-d', time());
      +     			$contact->array_options['options_datapolicy_send'] = date('Y-m-d', time());
            			$contact->update($contact->id);
       
            		} else {
      @@ -213,12 +213,12 @@ Class DataPolicies extends Contact
           }
       
           /**
      -     * sendMailDataPoliciesCompany
      +     * sendMailDataPolicyCompany
            *
            * @param Societe	$societe	Object societe
            * @return	void
            */
      -    function sendMailDataPoliciesCompany($societe)
      +    function sendMailDataPolicyCompany($societe)
           {
            	global $langs, $conf, $db, $user;
       
      @@ -248,8 +248,8 @@ Class DataPolicies extends Contact
            	$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>',
      +            '__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicy/public/index.php?action=1&s='.$societe->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
      +            '__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicy/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);
      @@ -275,7 +275,7 @@ Class DataPolicies extends Contact
       
            		if (!$error) {
            			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
      -     			$societe->array_options['options_datapolicies_send'] = date('Y-m-d', time());
      +     			$societe->array_options['options_datapolicy_send'] = date('Y-m-d', time());
            			$societe->update($societe->id);
            		} else {
            			dol_print_error($db);
      @@ -285,12 +285,12 @@ Class DataPolicies extends Contact
           }
       
           /**
      -     * sendMailDataPoliciesAdherent
      +     * sendMailDataPolicyAdherent
            *
            * @param Adherent	$adherent		Member
            * @return void
            */
      -    function sendMailDataPoliciesAdherent($adherent)
      +    function sendMailDataPolicyAdherent($adherent)
           {
           	global $langs, $conf, $db, $user;
       
      @@ -318,8 +318,8 @@ Class DataPolicies extends Contact
           	$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>',
      +            '__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicy/public/index.php?action=1&a='.$adherent->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
      +            '__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicy/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);
      @@ -346,7 +346,7 @@ Class DataPolicies extends Contact
       
           		if (!$error) {
           			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
      -    			$adherent->array_options['options_datapolicies_send'] = date('Y-m-d', time());
      +    			$adherent->array_options['options_datapolicy_send'] = date('Y-m-d', time());
           			$adherent->update($user);
       
           		} else {
      diff --git a/htdocs/datapolicies/class/datapoliciescron.class.php b/htdocs/datapolicy/class/datapolicycron.class.php
      similarity index 98%
      rename from htdocs/datapolicies/class/datapoliciescron.class.php
      rename to htdocs/datapolicy/class/datapolicycron.class.php
      index c87df67498d..f6de8b9b498 100644
      --- a/htdocs/datapolicies/class/datapoliciescron.class.php
      +++ b/htdocs/datapolicy/class/datapolicycron.class.php
      @@ -17,15 +17,15 @@
        */
       
       /**
      - * \file    datapolicies/class/datapoliciescron.class.php
      - * \ingroup datapolicies
      + * \file    datapolicy/class/datapolicycron.class.php
      + * \ingroup datapolicy
        * \brief   Example hook overload.
        */
       
       /**
      - * Class DataPoliciesCron
      + * Class DataPolicyCron
        */
      -class DataPoliciesCron
      +class DataPolicyCron
       {
       	/**
       	 * Function exec
      @@ -36,7 +36,7 @@ class DataPoliciesCron
           {
               global $conf, $db, $langs, $user;
       
      -        $langs->load('datapolicies@datapolicies');
      +        $langs->load('datapolicy@datapolicy');
       
               // FIXME Removed hardcoded values of id
               $arrayofparameters=array(
      @@ -510,11 +510,11 @@ class DataPoliciesCron
           {
               global $conf, $db, $langs, $user;
       
      -        $langs->load('datapolicies@datapolicies');
      +        $langs->load('datapolicy@datapolicy');
       
      -        require_once DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php';
      +        require_once DOL_DOCUMENT_ROOT . '/datapolicy/class/datapolicy.class.php';
       
      -        $contacts = new DataPolicies($db);
      +        $contacts = new DataPolicy($db);
               $contacts->getAllContactNotInformed();
               $contacts->getAllCompaniesNotInformed();
               $contacts->getAllAdherentsNotInformed();
      diff --git a/htdocs/datapolicies/img/datapolicies.png b/htdocs/datapolicy/img/datapolicy.png
      similarity index 100%
      rename from htdocs/datapolicies/img/datapolicies.png
      rename to htdocs/datapolicy/img/datapolicy.png
      diff --git a/htdocs/datapolicies/img/gfdl.png b/htdocs/datapolicy/img/gfdl.png
      similarity index 100%
      rename from htdocs/datapolicies/img/gfdl.png
      rename to htdocs/datapolicy/img/gfdl.png
      diff --git a/htdocs/datapolicies/img/gplv3.png b/htdocs/datapolicy/img/gplv3.png
      similarity index 100%
      rename from htdocs/datapolicies/img/gplv3.png
      rename to htdocs/datapolicy/img/gplv3.png
      diff --git a/htdocs/datapolicies/img/object_datapolicies.png b/htdocs/datapolicy/img/object_datapolicy.png
      similarity index 100%
      rename from htdocs/datapolicies/img/object_datapolicies.png
      rename to htdocs/datapolicy/img/object_datapolicy.png
      diff --git a/htdocs/datapolicies/img/object_inoveaconseil.png b/htdocs/datapolicy/img/object_inoveaconseil.png
      similarity index 100%
      rename from htdocs/datapolicies/img/object_inoveaconseil.png
      rename to htdocs/datapolicy/img/object_inoveaconseil.png
      diff --git a/htdocs/datapolicy/langs/en_US/datapolicy.lang b/htdocs/datapolicy/langs/en_US/datapolicy.lang
      new file mode 100644
      index 00000000000..ddcd2180cb0
      --- /dev/null
      +++ b/htdocs/datapolicy/langs/en_US/datapolicy.lang
      @@ -0,0 +1,92 @@
      +# 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 'ModuledatapolicyName'
      +Module4100Name = Data Privacy Policy
      +# Module description 'ModuledatapolicyDesc'
      +Module4100Desc = Module to manage Data Privacy (Conformity with the GDPR)
      +
      +#
      +# Page d'administration
      +#
      +datapolicySetup = Module Data Privacy Policy Setup
      +Deletion = Deletion of data
      +datapolicySetupPage = Depending of laws of your countries (Example <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 collected, except for archival purposes.<br>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
      +DATAPOLICY_TIERS_CLIENT = Customer
      +DATAPOLICY_TIERS_PROSPECT = Prospect
      +DATAPOLICY_TIERS_PROSPECT_CLIENT = Prospect/Customer
      +DATAPOLICY_TIERS_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
      +DATAPOLICY_TIERS_FOURNISSEUR = Supplier
      +DATAPOLICY_CONTACT_CLIENT = Customer
      +DATAPOLICY_CONTACT_PROSPECT = Prospect
      +DATAPOLICY_CONTACT_PROSPECT_CLIENT = Prospect/Customer
      +DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
      +DATAPOLICY_CONTACT_FOURNISSEUR = Supplier
      +DATAPOLICY_ADHERENT = Member
      +DATAPOLICY_Tooltip_SETUP = Type of contact - Indicate your choices for each type.
      +DATAPOLICYMail=Emails Setup
      +DATAPOLICYSUBJECTMAIL=Subject of email
      +DATAPOLICYCONTENTMAIL=Content of the email
      +DATAPOLICYSUBSITUTION=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):
      +DATAPOLICYACCEPT=Message after agreement
      +DATAPOLICYREFUSE=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
      +TXTLINKDATAPOLICYACCEPT= Text for the link "agreement" 
      +TXTLINKDATAPOLICYREFUSE= Text for the link "desagreement" 
      +
      +
      +#
      +# Extrafield
      +#
      +DATAPOLICY_BLOCKCHECKBOX = GDPR : Processing of personal data
      +DATAPOLICY_consentement = Consent obtained for the processing of personal data 
      +DATAPOLICY_opposition_traitement = Opposes the processing of his personal data
      +DATAPOLICY_opposition_prospection = Opposes the processing of his personal data for the purposes of prospecting
      +
      +#
      +# Popup
      +#
      +DATAPOLICY_POPUP_ANONYME_TITLE = Anonymize a thirdparty
      +DATAPOLICY_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é
      +# 
      +DATAPOLICY_PORTABILITE = Portability GDPR
      +DATAPOLICY_PORTABILITE_TITLE = Export of personal data
      +DATAPOLICY_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
      +DATAPOLICYReturn=GDPR Validation
      +DATAPOLICY_date = Date of agreement/desagreement GDPR
      +DATAPOLICY_send = Date sending agreement email
      +DATAPOLICYReturn = GDPR Return
      +DATAPOLICY_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/datapolicy/langs/fr_FR/datapolicy.lang b/htdocs/datapolicy/langs/fr_FR/datapolicy.lang
      new file mode 100644
      index 00000000000..7ee710aae2e
      --- /dev/null
      +++ b/htdocs/datapolicy/langs/fr_FR/datapolicy.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 'ModuledatapolicyName'
      +Module4100Name = Protection des Données
      +# Module description 'ModuledatapolicyDesc'
      +Module4100Desc = Module de gestion de la protection des données (RGPD)
      +
      +#
      +# Page d'administration
      +#
      +datapolicySetup = Configuration du module Protection des données
      +Settings_DATAPOLICY = Paramétrage du module Protection des données
      +datapolicySetupPage = Selon la loi de votre pays (Exemple <a href="http://www.privacy-regulation.eu/fr/5.htm" target="_blank">l’article 5</a> du RGPD), 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
      +DATAPOLICY_TIERS_CLIENT = Client
      +DATAPOLICY_TIERS_PROSPECT = Prospect
      +DATAPOLICY_TIERS_PROSPECT_CLIENT = Prospect/Client
      +DATAPOLICY_TIERS_NIPROSPECT_NICLIENT = Ni prospect / Ni client
      +DATAPOLICY_TIERS_FOURNISSEUR = Fournisseur
      +DATAPOLICY_CONTACT_CLIENT = Client
      +DATAPOLICY_CONTACT_PROSPECT = Prospect
      +DATAPOLICY_CONTACT_PROSPECT_CLIENT = Prospect/Client
      +DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT = Ni prospect / Ni client
      +DATAPOLICY_CONTACT_FOURNISSEUR = Fournisseur
      +DATAPOLICY_ADHERENT = Adhérent
      +DATAPOLICY_Tooltip_SETUP = Type du contact - Indiquez vos choix pour chaque type.
      +DATAPOLICYMail=Paramétrage des emails
      +DATAPOLICYSUBJECTMAIL=Objet du mail
      +DATAPOLICYCONTENTMAIL=Contenu du mail
      +DATAPOLICYSUBSITUTION=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) :
      +DATAPOLICYACCEPT=Message suite acceptation
      +DATAPOLICYREFUSE=Message suite opposition
      +SendAgreementText=Vous pouvez envoyer un email DATAPOLICY à 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 DATAPOLICY). Pour cela, utilisez le bouton suivant.
      +SendAgreement=Envoyer les emails
      +AllAgreementSend = Tous les e-mails de consentement ont été envoyés
      +TXTLINKDATAPOLICYACCEPT= Texte du lien d'acceptation
      +TXTLINKDATAPOLICYREFUSE= Texte du lien d'opposition
      +
      +
      +
      +#
      +# Extrafield
      +#
      +DATAPOLICY_BLOCKCHECKBOX = DATAPOLICY : Traitement des données à caractère personnel
      +DATAPOLICY_consentement = Consentement recueilli pour le traitement des données à caractère personnel le concernant
      +DATAPOLICY_opposition_traitement = S’oppose au traitement de ses données à caractère personnel
      +DATAPOLICY_opposition_prospection = S’oppose au traitement de ses données à caractère personnel à des fins de prospection
      +
      +#
      +# Popup
      +#
      +DATAPOLICY_POPUP_ANONYME_TITLE = Anonymiser un tiers
      +DATAPOLICY_POPUP_ANONYME_TEXTE = Vous ne pouvez pas supprimer ce contact de Dolibarr car des éléments y sont liés. Conformément au DATAPOLICY, vous allez rendre toutes ces données anonymes afin de respecter vos obligations. Souhaitez-vous continuer ?
      +
      +#
      +# Bouton portabilité
      +# 
      +DATAPOLICY_PORTABILITE = Portabilité DATAPOLICY
      +DATAPOLICY_PORTABILITE_TITLE = Export des données à caractère personnel
      +DATAPOLICY_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
      +DATAPOLICYReturn=Validation DATAPOLICY
      +DATAPOLICY_date=Date d'accord/opposition au traitement
      +DATAPOLICY_send=Date envoi consentement
      +DATAPOLICYReturn=Retour DATAPOLICY
      +DATAPOLICY_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/datapolicy/langs/it_IT/datapolicy.lang b/htdocs/datapolicy/langs/it_IT/datapolicy.lang
      new file mode 100644
      index 00000000000..d8858b56c5b
      --- /dev/null
      +++ b/htdocs/datapolicy/langs/it_IT/datapolicy.lang
      @@ -0,0 +1,78 @@
      +# Copyright (C) 2018 INOVEA CONSEIl info@inovea-conseil.com - Thanks to Claudio Aschieri
      +#
      +# # Module label 'ModuledatapolicyName'
      +Module4100Name = Data Policy
      +# Module description 'ModuledatapolicyDesc'
      +Module4100Desc = Conformità con GDPR
      +
      +#
      +# Page d'administration
      +#
      +datapolicySetup = Module Setup
      +Settings_DATAPOLICY = Configurazione modulo GDPR 
      +datapolicySetupPage = 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
      +DATAPOLICY_TIERS_CLIENT = Cliente
      +DATAPOLICY_TIERS_PROSPECT = Fornitore
      +DATAPOLICY_TIERS_PROSPECT_CLIENT = Potenziale Cliente / Cliente
      +DATAPOLICY_TIERS_NIPROSPECT_NICLIENT = Nè potenziale cliente / Nè cliente
      +DATAPOLICY_TIERS_FOURNISSEUR = Fornitore
      +DATAPOLICY_CONTACT_CLIENT = Cliente
      +DATAPOLICY_CONTACT_PROSPECT = Potenziale cliente
      +DATAPOLICY_CONTACT_PROSPECT_CLIENT = Potenziale Cliente / Cliente
      +DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT = Nè potenziale cliente / Nè cliente
      +DATAPOLICY_CONTACT_FOURNISSEUR = Fornitore
      +DATAPOLICY_ADHERENT = Membri
      +DATAPOLICY_Tooltip_SETUP = Tipo di contatto - Indica la scelta per ogni tipologia
      +DATAPOLICYMail=Configurazione Email
      +DATAPOLICYSUBJECTMAIL=Subject dell'e-mail
      +DATAPOLICYCONTENTMAIL=Contenuto dell'e-mail
      +DATAPOLICYSUBSITUTION=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):
      +DATAPOLICYACCEPT= Messaggio dopo il consenso
      +DATAPOLICYREFUSE=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
      +TXTLINKDATAPOLICYACCEPT= Testo per il link "Consenso" 
      +TXTLINKDATAPOLICYREFUSE= Testo per il link "Consenso negato" 
      +
      +#
      +# Extrafield
      +#
      +DATAPOLICY_BLOCKCHECKBOX = GDPR : Trattamento dei dati personali
      +DATAPOLICY_consentement = Consenso ottenuto al Trattamento dei dati personali
      +DATAPOLICY_opposition_traitement = Consenso negato al trattamento dei dati personali
      +DATAPOLICY_opposition_prospection = Consenso negato al trattamento dei dati personali a fini commerciali
      +
      +#
      +# Popup
      +#
      +DATAPOLICY_POPUP_ANONYME_TITLE = Anonimizza un soggetto terzo
      +DATAPOLICY_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é
      +# 
      +DATAPOLICY_PORTABILITE = Portabilità GDPR
      +DATAPOLICY_PORTABILITE_TITLE = Esporta i dati personali
      +DATAPOLICY_PORTABILITE_CONFIRMATION = Vuoi davvero esportare i dati personali di questo contatto?
      +
      +#
      +# Note ajoutée lors d'une anonymisation
      +#
      +ANONYMISER_AT = Anonimizzato il %s
      +
      +#V2
      +DATAPOLICYReturn=GDPR Validazione
      +DATAPOLICY_date = Data di accordo / disaccordo GDPR
      +DATAPOLICY_send = Data di invio del consenso (e-mail)
      +DATAPOLICYReturn = GDPR ritorno
      +DATAPOLICY_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/datapolicy/lib/datapolicy.lib.php
      similarity index 72%
      rename from htdocs/datapolicies/lib/datapolicies.lib.php
      rename to htdocs/datapolicy/lib/datapolicy.lib.php
      index cca255801a8..41c92299989 100644
      --- a/htdocs/datapolicies/lib/datapolicies.lib.php
      +++ b/htdocs/datapolicy/lib/datapolicy.lib.php
      @@ -16,9 +16,9 @@
        */
       
       /**
      - * \file    datapolicies/lib/datapolicies.lib.php
      - * \ingroup datapolicies
      - * \brief   Library files with common functions for datapolicies
      + * \file    datapolicy/lib/datapolicy.lib.php
      + * \ingroup datapolicy
      + * \brief   Library files with common functions for datapolicy
        */
       
       /**
      @@ -26,29 +26,29 @@
        *
        * @return array
        */
      -function datapoliciesAdminPrepareHead()
      +function datapolicyAdminPrepareHead()
       {
       	global $langs, $conf;
       
      -	$langs->load("datapolicies@datapolicies");
      +	$langs->load("datapolicy@datapolicy");
       
       	$h = 0;
       	$head = array();
       
      -	$head[$h][0] = dol_buildpath("/datapolicies/admin/setup.php", 1);
      -	$head[$h][1] = $langs->trans("Settings_DATAPOLICIES");
      +	$head[$h][0] = dol_buildpath("/datapolicy/admin/setup.php", 1);
      +	$head[$h][1] = $langs->trans("Deletion");
       	$head[$h][2] = 'settings';
       	$h++;
       
       	if (! empty($conf->global->DATAPOLICIES_ENABLE_EMAILS))
       	{
      -		$head[$h][0] = dol_buildpath("/datapolicies/admin/setupmail.php", 1);
      +		$head[$h][0] = dol_buildpath("/datapolicy/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');
      +	complete_head_from_modules($conf, $langs, $object, $head, $h, 'datapolicy');
       
       	return $head;
       }
      diff --git a/htdocs/datapolicies/mailing.php b/htdocs/datapolicy/mailing.php
      similarity index 81%
      rename from htdocs/datapolicies/mailing.php
      rename to htdocs/datapolicy/mailing.php
      index 08c24d9aceb..d65b2bdced4 100644
      --- a/htdocs/datapolicies/mailing.php
      +++ b/htdocs/datapolicy/mailing.php
      @@ -16,26 +16,26 @@
        */
       
       /**
      - * \file    datapolicies/mailing.php
      - * \ingroup datapolicies
      - * \brief   datapolicies mailing page.
      + * \file    datapolicy/mailing.php
      + * \ingroup datapolicy
      + * \brief   datapolicy mailing page.
        */
       
       require '../../main.inc.php';
       dol_include_once('/contact/class/contact.class.php');
      -dol_include_once('/datapolicies/class/datapolicies.class.php');
      +dol_include_once('/datapolicy/class/datapolicy.class.php');
       
       $idcontact = GETPOST('idc');
       
       if(!empty($idcontact)){
           $contact = new Contact($db);
           $contact->fetch($idcontact);
      -    DataPolicies::sendMailDataPoliciesContact($contact);
      +    DataPolicy::sendMailDataPolicyContact($contact);
       
       
       }else{
       
      -    $contacts = new DataPolicies($db);
      +    $contacts = new DataPolicy($db);
           $contacts->getAllContactNotInformed();
           $contacts->getAllCompaniesNotInformed();
           $contacts->getAllAdherentsNotInformed();
      diff --git a/htdocs/datapolicies/modulebuilder.txt b/htdocs/datapolicy/modulebuilder.txt
      similarity index 100%
      rename from htdocs/datapolicies/modulebuilder.txt
      rename to htdocs/datapolicy/modulebuilder.txt
      diff --git a/htdocs/datapolicies/public/index.php b/htdocs/datapolicy/public/index.php
      similarity index 66%
      rename from htdocs/datapolicies/public/index.php
      rename to htdocs/datapolicy/public/index.php
      index 7ecceeb9940..58f7968f05d 100644
      --- a/htdocs/datapolicies/public/index.php
      +++ b/htdocs/datapolicy/public/index.php
      @@ -17,9 +17,9 @@
        */
       
       /**
      - * \file    datapolicies/admin/setup.php
      - * \ingroup datapolicies
      - * \brief   datapolicies setup page.
      + * \file    datapolicy/admin/setup.php
      + * \ingroup datapolicy
      + * \brief   datapolicy setup page.
        */
       
       if (!defined('NOLOGIN'))
      @@ -34,7 +34,7 @@ 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');
      +dol_include_once('/datapolicy/class/datapolicy.class.php');
       
       $idc = GETPOST('c', 'int');
       $ids = GETPOST('s', 'int');
      @@ -45,7 +45,7 @@ $code = GETPOST('key', 'alpha');
       
       $acc = "DATAPOLICIESACCEPT_" . $lang;
       $ref = "DATAPOLICIESREFUSE_" . $lang;
      -$langs->load('datapolicies@datapolicies',0,0,$lang);
      +$langs->load('datapolicy@datapolicy',0,0,$lang);
       
       if (empty($action) || (empty($idc) && empty($ids) && empty($ida))) {
           return 0;
      @@ -56,18 +56,18 @@ if (empty($action) || (empty($idc) && empty($ids) && empty($ida))) {
           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());
      +        $contact->array_options['options_datapolicy_consentement'] = 1;
      +        $contact->array_options['options_datapolicy_opposition_traitement'] = 0;
      +        $contact->array_options['options_datapolicy_opposition_prospection'] = 0;
      +        $contact->array_options['options_datapolicy_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());
      +        $contact->array_options['options_datapolicy_consentement'] = 0;
      +        $contact->array_options['options_datapolicy_opposition_traitement'] = 1;
      +        $contact->array_options['options_datapolicy_opposition_prospection'] = 1;
      +        $contact->array_options['options_datapolicy_date'] = date('Y-m-d', time());
       
               $return = $conf->global->$ref;
           }
      @@ -79,16 +79,16 @@ if (empty($action) || (empty($idc) && empty($ids) && empty($ida))) {
           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());
      +        $societe->array_options['options_datapolicy_consentement'] = 1;
      +        $societe->array_options['options_datapolicy_opposition_traitement'] = 0;
      +        $societe->array_options['options_datapolicy_opposition_prospection'] = 0;
      +        $societe->array_options['options_datapolicy_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());
      +        $societe->array_options['options_datapolicy_consentement'] = 0;
      +        $societe->array_options['options_datapolicy_opposition_traitement'] = 1;
      +        $societe->array_options['options_datapolicy_opposition_prospection'] = 1;
      +        $societe->array_options['options_datapolicy_date'] = date('Y-m-d', time());
       
               $return = $conf->global->$ref;
           }
      @@ -100,16 +100,16 @@ if (empty($action) || (empty($idc) && empty($ids) && empty($ida))) {
           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());
      +        $adherent->array_options['options_datapolicy_consentement'] = 1;
      +        $adherent->array_options['options_datapolicy_opposition_traitement'] = 0;
      +        $adherent->array_options['options_datapolicy_opposition_prospection'] = 0;
      +        //$adherent->array_options['options_datapolicy_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());
      +        $adherent->array_options['options_datapolicy_consentement'] = 0;
      +        $adherent->array_options['options_datapolicy_opposition_traitement'] = 1;
      +        $adherent->array_options['options_datapolicy_opposition_prospection'] = 1;
      +        //$adherent->array_options['options_datapolicy_date'] = date('Y-m-d', time());
       
               $return = $conf->global->$ref;
           }
      
      From 970c581bc9a8709f5ab9fc0806ab708fad278c98 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 16:40:07 +0200
      Subject: [PATCH 0443/1013] css
      
      ---
       htdocs/core/tpl/contacts.tpl.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/tpl/contacts.tpl.php b/htdocs/core/tpl/contacts.tpl.php
      index 99ae9a699a1..cc361be5e60 100644
      --- a/htdocs/core/tpl/contacts.tpl.php
      +++ b/htdocs/core/tpl/contacts.tpl.php
      @@ -199,12 +199,12 @@ if ($permission) {
       			if ($tab[$i]['source']=='internal')
       			{
       				$userstatic->fetch($tab[$i]['id']);
      -				echo $userstatic->getNomUrl(-1);
      +				echo $userstatic->getNomUrl(-1, '', 0, 0, 0, 0, '', 'valignmiddle');
       			}
       			if ($tab[$i]['source']=='external')
       			{
       				$contactstatic->fetch($tab[$i]['id']);
      -				echo $contactstatic->getNomUrl(1);
      +				echo $contactstatic->getNomUrl(1, '', 0, 0, 0, 0, '', 'valignmiddle');
       			}
       			?>
       		</div>
      
      From 743d4d7c019a50260fd421f40b932c12270e3e11 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 16:40:40 +0200
      Subject: [PATCH 0444/1013] NEW add option PROPOSAL_AUTO_ADD_AUTHOR_AS_CONTACT
      
      ---
       htdocs/comm/propal/card.php | 24 +++++++++++++++++-------
       1 file changed, 17 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index 4c6fbb2045c..3233dff3a4b 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -348,13 +348,13 @@ if (empty($reshook))
       			// If we select proposal to clone during creation (when option PROPAL_CLONE_ON_CREATE_PAGE is on)
       			if (GETPOST('createmode') == 'copy' && GETPOST('copie_propal'))
       			{
      -				if ($object->fetch(GETPOST('copie_propal')) > 0) {
      +				if ($object->fetch(GETPOST('copie_propal','int')) > 0) {
       					$object->ref = GETPOST('ref');
       					$object->datep = $datep;
       					$object->date_livraison = $date_delivery;
       					$object->availability_id = GETPOST('availability_id');
       					$object->demand_reason_id = GETPOST('demand_reason_id');
      -					$object->fk_delivery_address = GETPOST('fk_address');
      +					$object->fk_delivery_address = GETPOST('fk_address','int');
       					$object->shipping_method_id = GETPOST('shipping_method_id', 'int');
       					$object->duree_validite = $duration;
       					$object->cond_reglement_id = GETPOST('cond_reglement_id');
      @@ -362,9 +362,9 @@ if (empty($reshook))
       					$object->fk_account = GETPOST('fk_account', 'int');
       					$object->remise_percent = GETPOST('remise_percent');
       					$object->remise_absolue = GETPOST('remise_absolue');
      -					$object->socid = GETPOST('socid');
      -					$object->contactid = GETPOST('contactid');
      -					$object->fk_project = GETPOST('projectid');
      +					$object->socid = GETPOST('socid','int');
      +					$object->contactid = GETPOST('contactid','int');
      +					$object->fk_project = GETPOST('projectid','int');
       					$object->modelpdf = GETPOST('model');
       					$object->author = $user->id; // deprecated
       					$object->note_private = GETPOST('note_private','none');
      @@ -391,8 +391,8 @@ if (empty($reshook))
       				$object->cond_reglement_id = GETPOST('cond_reglement_id');
       				$object->mode_reglement_id = GETPOST('mode_reglement_id');
       				$object->fk_account = GETPOST('fk_account', 'int');
      -				$object->contactid = GETPOST('contactid');
      -				$object->fk_project = GETPOST('projectid');
      +				$object->contactid = GETPOST('contactid','int');
      +				$object->fk_project = GETPOST('projectid','int');
       				$object->modelpdf = GETPOST('model');
       				$object->author = $user->id; // deprecated
       				$object->note_private = GETPOST('note_private','none');
      @@ -566,6 +566,16 @@ if (empty($reshook))
       						}
       					}
       
      +					if (! empty($conf->global->PROPOSAL_AUTO_ADD_AUTHOR_AS_CONTACT))
      +					{
      +						$result = $object->add_contact($user->id, 'SALESREPFOLL', 'internal');
      +						if ($result < 0)
      +						{
      +							$error++;
      +							setEventMessages($langs->trans("ErrorFailedToAddUserAsContact"), null, 'errors');
      +						}
      +					}
      +
       					if (! $error)
       					{
       						$db->commit();
      
      From dfe239bf8df84e079d938dd823890a02442133cd Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Mon, 15 Oct 2018 16:58:53 +0200
      Subject: [PATCH 0445/1013] Fix refused proposals were counted in totals in
       project overview
      
      ---
       htdocs/projet/element.php | 4 ++++
       1 file changed, 4 insertions(+)
      
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 713e5ec74f1..130a0ad711e 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -609,6 +609,10 @@ foreach ($listofreferent as $key => $value)
       				{
       					if (! empty($element->close_code) && $element->close_code == 'replaced') $qualifiedfortotal=false;	// Replacement invoice, do not include into total
       				}
      +				if ($key == 'propal')
      +				{
      +					if ($element->statut == Propal::STATUS_NOTSIGNED) $qualifiedfortotal=false;	// Refused proposal must not be included in total
      +				}
       
       				if ($qualifiedfortotal) $total_ht = $total_ht + $total_ht_by_line;
       
      
      From 96ddebad4acbb2d21f76d9c2c584daf75a9ef361 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 17:48:39 +0200
      Subject: [PATCH 0446/1013] Set canonical tag
      
      ---
       htdocs/core/lib/website.lib.php | 1 +
       htdocs/website/index.php        | 1 +
       2 files changed, 2 insertions(+)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index fc2a90bbeb1..42ed566915f 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -624,6 +624,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
       	$tplcontent.= '<meta name="title" content="'.dol_string_nohtmltag($objectpage->title, 0, 'UTF-8').'" />'."\n";
       	$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.= '<link href="/'.$objectpage->pageurl.'.php" rel="canonical" />'."\n";
       	$tplcontent.= '<!-- Include link to CSS file -->'."\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";
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index e9e14c4f888..dc8209bcb01 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -459,6 +459,7 @@ if ($action == 'addcontainer')
       				//$objectpage->htmlheader = preg_replace('/<meta name="msvalidate.01[^>]*>\n*/ims', '', $objectpage->htmlheader);
       				$objectpage->htmlheader = preg_replace('/<title>[^<]*<\/title>\n*/ims', '', $objectpage->htmlheader);
       				$objectpage->htmlheader = preg_replace('/<link[^>]*rel="shortcut[^>]*>\n/ims', '', $objectpage->htmlheader);
      +				$objectpage->htmlheader = preg_replace('/<link[^>]*rel="canonical[^>]*>\n/ims', '', $objectpage->htmlheader);
       
       				// Now loop to fetch JS
       				$tmp = $objectpage->htmlheader;
      
      From 7492d42ad8efd029363776ba88962f1b255e5c6a Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 18:47:12 +0200
      Subject: [PATCH 0447/1013] do not trim int
      
      ---
       htdocs/compta/tva/class/tva.class.php | 33 ++++++++++++++-------------
       1 file changed, 17 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/compta/tva/class/tva.class.php b/htdocs/compta/tva/class/tva.class.php
      index df5e8dfe76c..c78e0d8dd7a 100644
      --- a/htdocs/compta/tva/class/tva.class.php
      +++ b/htdocs/compta/tva/class/tva.class.php
      @@ -1,8 +1,9 @@
       <?php
      -/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
      - * Copyright (C) 2018      Philippe Grand       <philippe.grand@atoo-net.com>
      +/* Copyright (C) 2002-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2004-2008  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2011-2017  Alexandre Spangaro      <aspangaro@zendsi.com>
      + * Copyright (C) 2018       Philippe Grand          <philippe.grand@atoo-net.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
      @@ -103,9 +104,9 @@ class Tva 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_creat=trim($this->fk_user_creat);
      -		$this->fk_user_modif=trim($this->fk_user_modif);
      +		$this->fk_bank = (int) $this->fk_bank;
      +		$this->fk_user_creat = (int) $this->fk_user_creat;
      +		$this->fk_user_modif = (int) $this->fk_user_modif;
       
       		// Check parameters
       		// Put here code to add control on parameters values
      @@ -182,9 +183,9 @@ class Tva 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_creat=trim($this->fk_user_creat);
      -		$this->fk_user_modif=trim($this->fk_user_modif);
      +		$this->fk_bank = (int) $this->fk_bank;
      +		$this->fk_user_creat = (int) $this->fk_user_creat;
      +		$this->fk_user_modif = (int) $this->fk_user_modif;
       
       		// Check parameters
       		// Put here code to add control on parameters values
      @@ -519,9 +520,9 @@ class Tva 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_creat=trim($this->fk_user_creat);
      -		$this->fk_user_modif=trim($this->fk_user_modif);
      +		$this->fk_bank = (int) $this->fk_bank;
      +		$this->fk_user_creat = (int) $this->fk_user_creat;
      +		$this->fk_user_modif = (int) $this->fk_user_modif;
       		if (empty($this->datec)) $this->datec = dol_now();
       
               // Check parameters
      @@ -663,8 +664,8 @@ 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;
      +		$sql = 'UPDATE '.MAIN_DB_PREFIX.'tva SET fk_bank = '.(int) $id_bank;
      +		$sql.= ' WHERE rowid = '.(int) $this->id;
       		$result = $this->db->query($sql);
       		if ($result)
       		{
      @@ -769,7 +770,7 @@ class Tva extends CommonObject
       	{
       		$sql = "SELECT t.rowid, t.tms, t.fk_user_modif, t.datec, t.fk_user_creat";
       		$sql.= " FROM ".MAIN_DB_PREFIX."tva as t";
      -		$sql.= " WHERE t.rowid = ".$id;
      +		$sql.= " WHERE t.rowid = ".(int) $id;
       
       		dol_syslog(get_class($this)."::info", LOG_DEBUG);
       		$result=$this->db->query($sql);
      
      From 7ea4f7ea0ba7e05e9e2515759029c3d145ae090e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Mon, 15 Oct 2018 20:36:11 +0200
      Subject: [PATCH 0448/1013] clean loan code
      
      ---
       htdocs/loan/calcmens.php                 |   3 +-
       htdocs/loan/class/loan.class.php         |  38 +++++---
       htdocs/loan/class/loanschedule.class.php | 112 ++++++++++++++---------
       htdocs/loan/class/paymentloan.class.php  | 100 +++++++++++++-------
       htdocs/loan/createschedule.php           |   9 +-
       htdocs/loan/payment/payment.php          |   4 +-
       6 files changed, 172 insertions(+), 94 deletions(-)
      
      diff --git a/htdocs/loan/calcmens.php b/htdocs/loan/calcmens.php
      index fbe1cecab2d..df6db76e1f2 100644
      --- a/htdocs/loan/calcmens.php
      +++ b/htdocs/loan/calcmens.php
      @@ -50,7 +50,7 @@ $echance++;
       $capital=$cap_rest;
       while ($echance<=$nbterm) {
       
      -	$mens = round($object->calc_mens($capital,$rate,$nbterm-$echance+1),2,PHP_ROUND_HALF_UP);
      +	$mens = round($object->calcMonthlyPayments($capital, $rate, $nbterm-$echance+1), 2, PHP_ROUND_HALF_UP);
       
       	$int = ($capital*($rate/12));
       	$int = round($int,2,PHP_ROUND_HALF_UP);
      @@ -63,4 +63,3 @@ while ($echance<=$nbterm) {
       }
       
       echo json_encode($output);
      -
      diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php
      index dd066f0064c..20cccfdc232 100644
      --- a/htdocs/loan/class/loan.class.php
      +++ b/htdocs/loan/class/loan.class.php
      @@ -51,7 +51,7 @@ class Loan extends CommonObject
       	public $datestart;
       	public $dateend;
       
      -	/**
      +    /**
            * @var string Loan label
            */
           public $label;
      @@ -66,10 +66,26 @@ class Loan extends CommonObject
       	public $date_creation;
       	public $date_modification;
       	public $date_validation;
      -	public $fk_bank;
      -	public $fk_user_creat;
      -	public $fk_user_modif;
      -	public $fk_project;
      +
      +    /**
      +     * @var int Bank ID
      +     */
      +    public $fk_bank;
      +
      +    /**
      +     * @var int User ID
      +     */
      +    public $fk_user_creat;
      +
      +    /**
      +     * @var int User ID
      +     */
      +    public $fk_user_modif;
      +
      +    /**
      +     * @var int Project ID
      +     */
      +    public $fk_project;
       
       
       	/**
      @@ -158,10 +174,10 @@ class Loan extends CommonObject
       		if (isset($this->account_capital)) $this->account_capital = trim($this->account_capital);
       		if (isset($this->account_insurance)) $this->account_insurance = trim($this->account_insurance);
       		if (isset($this->account_interest)) $this->account_interest = trim($this->account_interest);
      -		if (isset($this->fk_bank)) $this->fk_bank=trim($this->fk_bank);
      -		if (isset($this->fk_user_creat)) $this->fk_user_creat=trim($this->fk_user_creat);
      -		if (isset($this->fk_user_modif)) $this->fk_user_modif=trim($this->fk_user_modif);
      -		if (isset($this->fk_project)) $this->fk_project=trim($this->fk_project);
      +		if (isset($this->fk_bank)) $this->fk_bank = (int) $this->fk_bank;
      +		if (isset($this->fk_user_creat)) $this->fk_user_creat = (int) $this->fk_user_creat;
      +		if (isset($this->fk_user_modif)) $this->fk_user_modif = (int) $this->fk_user_modif;
      +		if (isset($this->fk_project)) $this->fk_project = (int) $this->fk_project;
       
       		// Check parameters
       		if (! $newcapital > 0 || empty($this->datestart) || empty($this->dateend))
      @@ -445,9 +461,9 @@ class Loan extends CommonObject
       
       		$tooltip = '<u>' . $langs->trans("ShowLoan") . '</u>';
       		if (! empty($this->ref))
      -			$tooltip .= '<br><b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
      +			$tooltip .= '<br><strong>' . $langs->trans('Ref') . ':</strong> ' . $this->ref;
       		if (! empty($this->label))
      -			$tooltip .= '<br><b>' . $langs->trans('Label') . ':</b> ' . $this->label;
      +			$tooltip .= '<br><strong>' . $langs->trans('Label') . ':</strong> ' . $this->label;
       
       		$linkstart = '<a href="'.DOL_URL_ROOT.'/loan/card.php?id='.$this->id.'" title="'.str_replace('\n', '', dol_escape_htmltag($tooltip, 1)).'" class="classfortooltip">';
       		$linkend = '</a>';
      diff --git a/htdocs/loan/class/loanschedule.class.php b/htdocs/loan/class/loanschedule.class.php
      index 2f37b1a870c..cf95b72715c 100644
      --- a/htdocs/loan/class/loanschedule.class.php
      +++ b/htdocs/loan/class/loanschedule.class.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) 2017	Florian HENRY <florian.henry@atm-consulting.fr>
      +/* Copyright (C) 2017       Florian HENRY           <florian.henry@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
      @@ -39,20 +40,53 @@ class LoanSchedule extends CommonObject
       	 */
       	public $table_element='loan_schedule';
       
      -	var $fk_loan;
      -	var $datec='';
      -	var $tms='';
      -	var $datep='';
      -    var $amounts=array();   // Array of amounts
      -    var $amount_capital;    // Total amount of payment
      -	var $amount_insurance;
      -	var $amount_interest;
      -	var $fk_typepayment;
      -	var $num_payment;
      -	var $fk_bank;
      -	var $fk_user_creat;
      -	var $fk_user_modif;
      -	var $lines=array();
      +    /**
      +     * @var int Loan ID
      +     */
      +    public $fk_loan;
      +
      +    /**
      +     * @var string Create date
      +     */
      +    public $datec='';
      +	public $tms='';
      +
      +    /**
      +     * @var string Payment date
      +     */
      +    public $datep='';
      +
      +    public $amounts=array();   // Array of amounts
      +    public $amount_capital;    // Total amount of payment
      +	public $amount_insurance;
      +	public $amount_interest;
      +
      +    /**
      +     * @var int Payment Type ID
      +     */
      +    public $fk_typepayment;
      +
      +    /**
      +     * @var int Payment ID
      +     */
      +    public $num_payment;
      +
      +    /**
      +     * @var int Bank ID
      +     */
      +    public $fk_bank;
      +
      +    /**
      +     * @var int Bank ID
      +     */
      +    public $fk_user_creat;
      +
      +    /**
      +     * @var int User ID
      +     */
      +    public $fk_user_modif;
      +
      +	public $lines=array();
       
       	/**
       	 * @deprecated
      @@ -65,7 +99,7 @@ class LoanSchedule extends CommonObject
       	 *
       	 *  @param		DoliDB		$db      Database handler
       	 */
      -	function __construct($db)
      +	public function __construct($db)
       	{
       		$this->db = $db;
       	}
      @@ -77,7 +111,7 @@ class LoanSchedule extends CommonObject
       	 *  @param      User		$user   User making payment
       	 *  @return     int     			<0 if KO, id of payment if OK
       	 */
      -	function create($user)
      +	public function create($user)
       	{
       		global $conf, $langs;
       
      @@ -86,21 +120,21 @@ class LoanSchedule extends CommonObject
               $now=dol_now();
       
               // Validate parameters
      -		if (! $this->datepaid)
      +		if (! $this->datep)
       		{
       			$this->error='ErrorBadValueForParameter';
       			return -1;
       		}
       
       		// Clean parameters
      -		if (isset($this->fk_loan)) 			$this->fk_loan = trim($this->fk_loan);
      +		if (isset($this->fk_loan)) $this->fk_loan = (int) $this->fk_loan;
       		if (isset($this->amount_capital))	$this->amount_capital = trim($this->amount_capital?$this->amount_capital:0);
       		if (isset($this->amount_insurance))	$this->amount_insurance = trim($this->amount_insurance?$this->amount_insurance:0);
       		if (isset($this->amount_interest))	$this->amount_interest = trim($this->amount_interest?$this->amount_interest:0);
      -		if (isset($this->fk_typepayment))	$this->fk_typepayment = trim($this->fk_typepayment);
      -		if (isset($this->fk_bank))			$this->fk_bank = trim($this->fk_bank);
      -		if (isset($this->fk_user_creat))	$this->fk_user_creat = trim($this->fk_user_creat);
      -		if (isset($this->fk_user_modif))	$this->fk_user_modif = trim($this->fk_user_modif);
      +		if (isset($this->fk_typepayment)) $this->fk_typepayment = (int) $this->fk_typepayment;
      +		if (isset($this->fk_bank)) $this->fk_bank = (int) $this->fk_bank;
      +		if (isset($this->fk_user_creat)) $this->fk_user_creat = (int) $this->fk_user_creat;
      +		if (isset($this->fk_user_modif)) $this->fk_user_modif = (int) $this->fk_user_modif;
       
               $totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
               $totalamount = price2num($totalamount);
      @@ -119,7 +153,7 @@ class LoanSchedule extends CommonObject
       			$sql = "INSERT INTO ".MAIN_DB_PREFIX.$this->table_element." (fk_loan, datec, datep, amount_capital, amount_insurance, amount_interest,";
       			$sql.= " fk_typepayment, fk_user_creat, fk_bank)";
       			$sql.= " VALUES (".$this->fk_loan.", '".$this->db->idate($now)."',";
      -			$sql.= " '".$this->db->idate($this->datepaid)."',";
      +			$sql.= " '".$this->db->idate($this->datep)."',";
       			$sql.= " ".$this->amount_capital.",";
       			$sql.= " ".$this->amount_insurance.",";
       			$sql.= " ".$this->amount_interest.",";
      @@ -162,7 +196,7 @@ class LoanSchedule extends CommonObject
       	 *  @param	int		$id         Id object
       	 *  @return int         		<0 if KO, >0 if OK
       	 */
      -	function fetch($id)
      +	public function fetch($id)
       	{
       		global $langs;
       		$sql = "SELECT";
      @@ -215,8 +249,8 @@ class LoanSchedule 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);
       
      @@ -237,7 +271,7 @@ class LoanSchedule extends CommonObject
       	 *  @param  int		$notrigger	    0=launch triggers after, 1=disable triggers
       	 *  @return int         			<0 if KO, >0 if OK
       	 */
      -	function update($user=0, $notrigger=0)
      +	public function update($user=0, $notrigger=0)
       	{
       		global $conf, $langs;
       		$error=0;
      @@ -321,7 +355,7 @@ class LoanSchedule extends CommonObject
       	 *  @param  int		$notrigger		0=launch triggers after, 1=disable triggers
       	 *  @return int						<0 if KO, >0 if OK
       	 */
      -	function delete($user, $notrigger=0)
      +	public function delete($user, $notrigger=0)
       	{
       		global $conf, $langs;
       		$error=0;
      @@ -372,18 +406,16 @@ class LoanSchedule extends CommonObject
       		}
       	}
       
      -	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	/**
      -	 * Calculate mensuality
      +	 * Calculate Monthly Payments
       	 *
       	 * @param   double  $capital        Capital
       	 * @param   double  $rate           rate
       	 * @param   int     $nbterm         nb term
       	 * @return  double                  mensuality
       	 */
      -	function calc_mens($capital, $rate, $nbterm)
      +	public function calcMonthlyPayments($capital, $rate, $nbterm)
       	{
      -        // phpcs:enable
       		$result='';
       
       		if (!empty($capital) && !empty($rate) && !empty($nbterm)) {
      @@ -400,7 +432,7 @@ class LoanSchedule extends CommonObject
       	 *  @param	int		$loanid     Id object
       	 *  @return int         		<0 if KO, >0 if OK
       	 */
      -	function fetchAll($loanid)
      +	public function fetchAll($loanid)
       	{
       		global $langs;
       
      @@ -461,15 +493,13 @@ class LoanSchedule extends CommonObject
       		}
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	/**
      -	 *  trans_paiment
      +	 *  transPayment
       	 *
       	 *  @return void
       	 */
      -	function trans_paiment()
      +	private function transPayment()
       	{
      -        // 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';
      @@ -505,12 +535,12 @@ class LoanSchedule extends CommonObject
       
       
       	/**
      -	 *  trans_paiment
      +	 *  transPayment
       	 *
       	 *  @param  int    $loanid     Loan id
       	 *  @return int                < 0 if KO, Date > 0 if OK
       	 */
      -	function lastpaiment($loanid)
      +	public function lastpaiment($loanid)
       	{
       		$sql = "SELECT p.datep";
       		$sql.= " FROM ".MAIN_DB_PREFIX."payment_loan as p ";
      @@ -535,7 +565,7 @@ class LoanSchedule extends CommonObject
       	 *  @param  int        $datemax    Date max
       	 *  @return array                  Array of id
       	 */
      -	function paimenttorecord($loanid, $datemax)
      +	public function paimenttorecord($loanid, $datemax)
       	{
       		$sql = "SELECT p.rowid";
       		$sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element." as p ";
      diff --git a/htdocs/loan/class/paymentloan.class.php b/htdocs/loan/class/paymentloan.class.php
      index add1aef496d..c4c29c99dce 100644
      --- a/htdocs/loan/class/paymentloan.class.php
      +++ b/htdocs/loan/class/paymentloan.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  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
      @@ -40,32 +40,68 @@ class PaymentLoan extends CommonObject
       	 */
       	public $table_element='payment_loan';
       
      -	var $fk_loan;
      -	var $datec='';
      -	var $tms='';
      -	var $datep='';
      -	var $amounts=array();   // Array of amounts
      -	var $amount_capital;    // Total amount of payment
      -	var $amount_insurance;
      -	var $amount_interest;
      -	var $fk_typepayment;
      -	var $num_payment;
      -	var $fk_bank;
      -	var $fk_user_creat;
      -	var $fk_user_modif;
      +    /**
      +     * @var int Loan ID
      +     */
      +    public $fk_loan;
      +
      +    /**
      +     * @var string Create date
      +     */
      +    public $datec='';
      +
      +    public $tms='';
      +
      +    /**
      +     * @var string Payment date
      +     */
      +    public $datep='';
      +
      +    public $amounts=array();   // Array of amounts
      +
      +    public $amount_capital;    // Total amount of payment
      +
      +    public $amount_insurance;
      +
      +    public $amount_interest;
      +
      +    /**
      +     * @var int Payment type ID
      +     */
      +    public $fk_typepayment;
      +
      +    /**
      +     * @var int Payment ID
      +     */
      +    public $num_payment;
      +
      +    /**
      +     * @var int Bank ID
      +     */
      +    public $fk_bank;
      +
      +    /**
      +     * @var int User ID
      +     */
      +    public $fk_user_creat;
      +
      +    /**
      +     * @var int user ID
      +     */
      +    public $fk_user_modif;
       
       	/**
       	 * @deprecated
       	 * @see amount, amounts
       	 */
      -	var $total;
      +    public $total;
       
       	/**
       	 *	Constructor
       	 *
       	 *  @param		DoliDB		$db      Database handler
       	 */
      -	function __construct($db)
      +	public function __construct($db)
       	{
       		$this->db = $db;
       	}
      @@ -86,24 +122,24 @@ class PaymentLoan extends CommonObject
       		$now=dol_now();
       
       		// Validate parameters
      -		if (! $this->datepaid)
      +		if (! $this->datep)
       		{
       			$this->error='ErrorBadValueForParameter';
       			return -1;
       		}
       
       		// Clean parameters
      -		if (isset($this->fk_loan)) 			$this->fk_loan = trim($this->fk_loan);
      +		if (isset($this->fk_loan)) $this->fk_loan = (int) $this->fk_loan;
       		if (isset($this->amount_capital))	$this->amount_capital = price2num($this->amount_capital?$this->amount_capital:0);
      -		if (isset($this->amount_insurance))	$this->amount_insurance = price2num($this->amount_insurance?$this->amount_insurance:0);
      +		if (isset($this->amount_insurance)) $this->amount_insurance = price2num($this->amount_insurance?$this->amount_insurance:0);
       		if (isset($this->amount_interest))	$this->amount_interest = price2num($this->amount_interest?$this->amount_interest:0);
      -		if (isset($this->fk_typepayment))	$this->fk_typepayment = trim($this->fk_typepayment);
      -		if (isset($this->num_payment))		$this->num_payment = trim($this->num_payment);
      +		if (isset($this->fk_typepayment)) $this->fk_typepayment = (int) $this->fk_typepayment;
      +		if (isset($this->num_payment)) $this->num_payment = (int) $this->num_payment;
       		if (isset($this->note_private))     $this->note_private = trim($this->note_private);
       		if (isset($this->note_public))      $this->note_public = trim($this->note_public);
      -		if (isset($this->fk_bank))			$this->fk_bank = trim($this->fk_bank);
      -		if (isset($this->fk_user_creat))	$this->fk_user_creat = trim($this->fk_user_creat);
      -		if (isset($this->fk_user_modif))	$this->fk_user_modif = trim($this->fk_user_modif);
      +		if (isset($this->fk_bank)) $this->fk_bank = (int) $this->fk_bank;
      +		if (isset($this->fk_user_creat)) $this->fk_user_creat = (int) $this->fk_user_creat;
      +		if (isset($this->fk_user_modif)) $this->fk_user_modif = (int) $this->fk_user_modif;
       
       		$totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
       		$totalamount = price2num($totalamount);
      @@ -119,7 +155,7 @@ class PaymentLoan extends CommonObject
       			$sql = "INSERT INTO ".MAIN_DB_PREFIX."payment_loan (fk_loan, datec, datep, amount_capital, amount_insurance, amount_interest,";
       			$sql.= " fk_typepayment, num_payment, note_private, note_public, fk_user_creat, fk_bank)";
       			$sql.= " VALUES (".$this->chid.", '".$this->db->idate($now)."',";
      -			$sql.= " '".$this->db->idate($this->datepaid)."',";
      +			$sql.= " '".$this->db->idate($this->datep)."',";
       			$sql.= " ".$this->amount_capital.",";
       			$sql.= " ".$this->amount_insurance.",";
       			$sql.= " ".$this->amount_interest.",";
      @@ -244,17 +280,17 @@ class PaymentLoan extends CommonObject
       		$error=0;
       
       		// Clean parameters
      -		if (isset($this->fk_loan)) $this->fk_loan=trim($this->fk_loan);
      +		if (isset($this->fk_loan)) $this->fk_loan = (int) $this->fk_loan;
       		if (isset($this->amount_capital)) $this->amount_capital=trim($this->amount_capital);
       		if (isset($this->amount_insurance)) $this->amount_insurance=trim($this->amount_insurance);
       		if (isset($this->amount_interest)) $this->amount_interest=trim($this->amount_interest);
      -		if (isset($this->fk_typepayment)) $this->fk_typepayment=trim($this->fk_typepayment);
      -		if (isset($this->num_payment)) $this->num_payment=trim($this->num_payment);
      +		if (isset($this->fk_typepayment)) $this->fk_typepayment = (int) $this->fk_typepayment;
      +		if (isset($this->num_payment)) $this->num_payment = (int) $this->num_payment;
       		if (isset($this->note_private)) $this->note=trim($this->note_private);
       		if (isset($this->note_public)) $this->note=trim($this->note_public);
      -		if (isset($this->fk_bank)) $this->fk_bank=trim($this->fk_bank);
      -		if (isset($this->fk_user_creat)) $this->fk_user_creat=trim($this->fk_user_creat);
      -		if (isset($this->fk_user_modif)) $this->fk_user_modif=trim($this->fk_user_modif);
      +		if (isset($this->fk_bank)) $this->fk_bank = (int) $this->fk_bank;
      +		if (isset($this->fk_user_creat)) $this->fk_user_creat = (int) $this->fk_user_creat;
      +		if (isset($this->fk_user_modif)) $this->fk_user_modif = (int) $this->fk_user_modif;
       
       		// Check parameters
       
      @@ -418,7 +454,7 @@ class PaymentLoan extends CommonObject
       
       			// Insert payment into llx_bank
       			$bank_line_id = $acc->addline(
      -				$this->datepaid,
      +				$this->datep,
       				$this->paymenttype,  // Payment mode id or code ("CHQ or VIR for example")
       				$label,
       				$total,
      diff --git a/htdocs/loan/createschedule.php b/htdocs/loan/createschedule.php
      index 08ca019f00e..7cfd54ab998 100644
      --- a/htdocs/loan/createschedule.php
      +++ b/htdocs/loan/createschedule.php
      @@ -51,7 +51,7 @@ if ($action == 'createecheancier') {
       		$echeance->fk_loan = $object->id;
       		$echeance->datec = dol_now();
       		$echeance->tms = dol_now();
      -		$echeance->datepaid = $date;
      +		$echeance->datep = $date;
       		$echeance->amount_capital = $mens-$int;
       		$echeance->amount_insurance = 0;
       		$echeance->amount_interest = $int;
      @@ -61,7 +61,7 @@ if ($action == 'createecheancier') {
       		$echeance->fk_user_modif = $user->id;
       		$result=$echeance->create($user);
       		if ($result<0) {
      -			setEventMessages(null, $echeance->errors,'errors');
      +			setEventMessages($echeance->error, $echeance->errors,'errors');
       		}
       		$i++;
       	}
      @@ -165,7 +165,7 @@ if ($object->nbterm > 0 && count($echeance->lines)==0)
       	$capital = $object->capital;
       	while($i <$object->nbterm+1)
       	{
      -		$mens = price2num($echeance->calc_mens($capital, $object->rate/100, $object->nbterm-$i+1), 'MT');
      +		$mens = price2num($echeance->calcMonthlyPayments($capital, $object->rate/100, $object->nbterm-$i+1), 'MT');
       		$int = ($capital*($object->rate/12))/100;
       		$int = price2num($int, 'MT');
       		$cap_rest = price2num($capital - ($mens-$int), 'MT');
      @@ -213,6 +213,3 @@ print '</form>';
       // End of page
       llxFooter();
       $db->close();
      -
      -
      -
      diff --git a/htdocs/loan/payment/payment.php b/htdocs/loan/payment/payment.php
      index d84ea4ae26b..08937c1f389 100644
      --- a/htdocs/loan/payment/payment.php
      +++ b/htdocs/loan/payment/payment.php
      @@ -93,12 +93,12 @@ if ($action == 'add_payment')
           		// Create a line of payments
           		$payment = new PaymentLoan($db);
           		$payment->chid				= $chid;
      -    		$payment->datepaid			= $datepaid;
      +    		$payment->datep = $datepaid;
                   $payment->label             = $loan->label;
       			$payment->amount_capital	= GETPOST('amount_capital');
       			$payment->amount_insurance	= GETPOST('amount_insurance');
       			$payment->amount_interest	= GETPOST('amount_interest');
      -			$payment->paymenttype		= GETPOST('paymenttype');
      +			$payment->paymenttype = GETPOST('paymenttype', 'int');
           		$payment->num_payment		= GETPOST('num_payment');
           		$payment->note_private      = GETPOST('note_private','none');
           		$payment->note_public       = GETPOST('note_public','none');
      
      From 2e6f0d3d19b0f2f1d51acb8d02a29fd31a055620 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Mon, 15 Oct 2018 20:40:59 +0200
      Subject: [PATCH 0449/1013] clean loan code
      
      ---
       htdocs/loan/class/loanschedule.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/loan/class/loanschedule.class.php b/htdocs/loan/class/loanschedule.class.php
      index cf95b72715c..208f325a384 100644
      --- a/htdocs/loan/class/loanschedule.class.php
      +++ b/htdocs/loan/class/loanschedule.class.php
      @@ -513,7 +513,7 @@ class LoanSchedule extends CommonObject
       
       		if($resql){
       			while($obj = $this->db->fetch_object($resql)){
      -				$lastrecorded = $this->lastpaiment($obj->rowid);
      +				$lastrecorded = $this->lastPayment($obj->rowid);
       				$toinsert = $this->paimenttorecord($obj->rowid, $lastrecorded);
       				if(count($toinsert)>0){
       					foreach ($toinsert as $echid){
      @@ -535,12 +535,12 @@ class LoanSchedule extends CommonObject
       
       
       	/**
      -	 *  transPayment
      +	 *  lastpayment
       	 *
       	 *  @param  int    $loanid     Loan id
       	 *  @return int                < 0 if KO, Date > 0 if OK
       	 */
      -	public function lastpaiment($loanid)
      +	private function lastPayment($loanid)
       	{
       		$sql = "SELECT p.datep";
       		$sql.= " FROM ".MAIN_DB_PREFIX."payment_loan as p ";
      
      From aa20d6d359a35c4cd6341021b4a4cdc436bb39be Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 21:30:57 +0200
      Subject: [PATCH 0450/1013] add errors def in mailman class
      
      ---
       .../mailmanspip/class/mailmanspip.class.php   | 20 ++++++++++++-------
       1 file changed, 13 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/mailmanspip/class/mailmanspip.class.php b/htdocs/mailmanspip/class/mailmanspip.class.php
      index de075eb2dc5..848fc9e8d47 100644
      --- a/htdocs/mailmanspip/class/mailmanspip.class.php
      +++ b/htdocs/mailmanspip/class/mailmanspip.class.php
      @@ -1,11 +1,12 @@
       <?php
      -/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      - * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
      - * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      - * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
      +/* Copyright (C) 2002-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2002-2003  Jean-Louis Bergamo      <jlb@j1b.org>
      + * Copyright (C) 2004-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
      + * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
      + * Copyright (C) 2009       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       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
      @@ -48,6 +49,11 @@ class MailmanSpip
       	 */
       	public $error='';
       
      +    /**
      +	 * @var string[]	Array of error strings
      +	 */
      +	public $errors = array();
      +
           public $mladded_ok;
           public $mladded_ko;
           public $mlremoved_ok;
      
      From 00fdf9d3fd045b76270921f2943ce94e0184f9b9 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 21:32:27 +0200
      Subject: [PATCH 0451/1013] Update mailmanspip.class.php
      
      ---
       htdocs/mailmanspip/class/mailmanspip.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/mailmanspip/class/mailmanspip.class.php b/htdocs/mailmanspip/class/mailmanspip.class.php
      index 848fc9e8d47..2e6cae459c1 100644
      --- a/htdocs/mailmanspip/class/mailmanspip.class.php
      +++ b/htdocs/mailmanspip/class/mailmanspip.class.php
      @@ -50,9 +50,9 @@ class MailmanSpip
       	public $error='';
       
           /**
      -	 * @var string[]	Array of error strings
      -	 */
      -	public $errors = array();
      +     * @var string[]	Array of error strings
      +     */
      +    public $errors = array();
       
           public $mladded_ok;
           public $mladded_ko;
      
      From 9133d97e337bc2a44cb53295144e94a7025ab02d Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 21:40:27 +0200
      Subject: [PATCH 0452/1013] add errors def in htmlformsms
      
      ---
       htdocs/core/class/html.formsms.class.php | 74 +++++++++++++-----------
       1 file changed, 40 insertions(+), 34 deletions(-)
      
      diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
      index a04da7caf08..4ef6208723d 100644
      --- a/htdocs/core/class/html.formsms.class.php
      +++ b/htdocs/core/class/html.formsms.class.php
      @@ -1,20 +1,21 @@
       <?php
      -/* Copyright (C) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010      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/>.
      -*/
      +/* Copyright (C) 2005-2011  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2010       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
      + * 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.formsms.class.php
      @@ -37,33 +38,38 @@ class FormSms
            */
           public $db;
       
      -    var $fromname;
      -    var $fromsms;
      -    var $replytoname;
      -    var $replytomail;
      -    var $toname;
      -    var $tomail;
      +    public $fromname;
      +    public $fromsms;
      +    public $replytoname;
      +    public $replytomail;
      +    public $toname;
      +    public $tomail;
       
      -    var $withsubstit;			// Show substitution array
      -    var $withfrom;
      -    var $withto;
      -    var $withtopic;
      -    var $withbody;
      +    public $withsubstit;			// Show substitution array
      +    public $withfrom;
      +    public $withto;
      +    public $withtopic;
      +    public $withbody;
       
      -    var $withfromreadonly;
      -    var $withreplytoreadonly;
      -    var $withtoreadonly;
      -    var $withtopicreadonly;
      -    var $withcancel;
      +    public $withfromreadonly;
      +    public $withreplytoreadonly;
      +    public $withtoreadonly;
      +    public $withtopicreadonly;
      +    public $withcancel;
       
      -    var $substit=array();
      -    var $param=array();
      +    public $substit=array();
      +    public $param=array();
       
           /**
            * @var string Error code (or message)
            */
           public $error='';
       
      +    /**
      +     * @var string[]	Array of error strings
      +     */
      +    public $errors=array();
      +
       
           /**
            *	Constructor
      
      From c246ef38c08520e9346ade49bfd2f729060acd8a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 21:42:43 +0200
      Subject: [PATCH 0453/1013] Fix canonical
      
      ---
       htdocs/core/lib/website.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index 42ed566915f..1d141fe128e 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -624,7 +624,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
       	$tplcontent.= '<meta name="title" content="'.dol_string_nohtmltag($objectpage->title, 0, 'UTF-8').'" />'."\n";
       	$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.= '<link href="/'.$objectpage->pageurl.'.php" rel="canonical" />'."\n";
      +	$tplcontent.= '<link href="/'.($objectpage->id == $object->fk_default_home ? '' : ($objectpage->pageurl.'.php')).'" rel="canonical" />'."\n";
       	$tplcontent.= '<!-- Include link to CSS file -->'."\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";
      
      From 568197656f52b47dcc56a0c69b1881a9b7163a85 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 15 Oct 2018 21:43:01 +0200
      Subject: [PATCH 0454/1013] Fix canonical of home
      
      ---
       htdocs/core/lib/website.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index 1d141fe128e..0fe56afd9dd 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -624,7 +624,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
       	$tplcontent.= '<meta name="title" content="'.dol_string_nohtmltag($objectpage->title, 0, 'UTF-8').'" />'."\n";
       	$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.= '<link href="/'.($objectpage->id == $object->fk_default_home ? '' : ($objectpage->pageurl.'.php')).'" rel="canonical" />'."\n";
      +	$tplcontent.= '<link href="/'.(($objectpage->id == $object->fk_default_home) ? '' : ($objectpage->pageurl.'.php')).'" rel="canonical" />'."\n";
       	$tplcontent.= '<!-- Include link to CSS file -->'."\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";
      
      From 3a6824da68b8effacbbbf3a0583d8b7152a4fc01 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Mon, 15 Oct 2018 21:50:05 +0200
      Subject: [PATCH 0455/1013] Fix FEC Missing label_compte & label_operation
      
      ---
       htdocs/accountancy/journal/bankjournal.php | 77 ++++++++++++++++------
       1 file changed, 58 insertions(+), 19 deletions(-)
      
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index 4e52481b287..f0e6aa8455d 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -1,12 +1,12 @@
       <?php
      -/* Copyright (C) 2007-2010  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2010  Jean Heimburger     <jean@tiaris.info>
      - * Copyright (C) 2011       Juanjo Menent       <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin       <regis.houssin@capnetworks.com>
      - * Copyright (C) 2013       Christophe Battarel <christophe.battarel@altairis.fr>
      - * 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) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
      + * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
      + * 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-2018  Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      @@ -33,6 +33,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/report.lib.php';
       require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
       require_once DOL_DOCUMENT_ROOT . '/core/lib/bank.lib.php';
       require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
      +require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingaccount.class.php';
       require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingjournal.class.php';
       require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
       require_once DOL_DOCUMENT_ROOT . '/user/class/user.class.php';
      @@ -155,6 +156,8 @@ $accountingjournalstatic->fetch($id_journal);
       $journal = $accountingjournalstatic->code;
       $journal_label = $accountingjournalstatic->label;
       
      +$accountingaccountstatic = new AccountingAccount($db);
      +
       dol_syslog("accountancy/journal/bankjournal.php", LOG_DEBUG);
       $result = $db->query($sql);
       if ($result) {
      @@ -461,7 +464,12 @@ if (! $error && $action == 'writebookkeeping') {
       					$bookkeeping->fk_doc = $key;
       					$bookkeeping->fk_docdet = $val["fk_bank"];
       					$bookkeeping->numero_compte = $k;
      -					$bookkeeping->label_compte = $langs->trans("Bank");
      +
      +					$accountingaccountstatic->fetch('',$k,1);
      +					$accountingaccount_label = $accountingaccountstatic->label;
      +					$bookkeeping->label_compte = $accountingaccount_label;
      +
      +					$bookkeeping->label_operation = $reflabel;
       					$bookkeeping->montant = $mt;
       					$bookkeeping->sens = ($mt >= 0) ? 'D' : 'C';
       					$bookkeeping->debit = ($mt >= 0 ? $mt : 0);
      @@ -517,6 +525,7 @@ if (! $error && $action == 'writebookkeeping') {
       						$bookkeeping->doc_type = 'bank';
       						$bookkeeping->fk_doc = $key;
       						$bookkeeping->fk_docdet = $val["fk_bank"];
      +						$bookkeeping->label_operation = $reflabel;
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'D' : 'C';
       						$bookkeeping->debit = ($mt < 0 ? - $mt : 0);
      @@ -530,22 +539,34 @@ if (! $error && $action == 'writebookkeeping') {
       							$bookkeeping->subledger_account = $tabcompany[$key]['code_compta'];
       							$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_CUSTOMER,1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_supplier') {		   // If payment is payment of supplier invoice, we get ref of invoice
       							$bookkeeping->subledger_account = $tabcompany[$key]['code_compta'];
       							$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_SUPPLIER,1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_expensereport') {
       							$bookkeeping->subledger_account = $tabuser[$key]['accountancy_code'];
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch('',$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT,1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_salary') {
       							$bookkeeping->subledger_account = $tabuser[$key]['accountancy_code'];
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch('',$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT,1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if (in_array($tabtype[$key], array('sc', 'payment_sc'))) {   // If payment is payment of social contribution
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
      @@ -555,27 +576,42 @@ if (! $error && $action == 'writebookkeeping') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch($k,'',1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_donation') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch($k,'',1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_loan') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch($k,'',1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'payment_various') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch($k,'',1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else if ($tabtype[$key] == 'banktransfert') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
      -							$bookkeeping->label_compte = '';
      +
      +							$accountingaccountstatic->fetch($k,'',1);
      +							$accountingaccount_label = $accountingaccountstatic->label;
      +							$bookkeeping->label_compte = $accountingaccount_label;
       						} else {
       							if ($tabtype[$key] == 'unknown')	// Unknown transaction, we will use a waiting account for thirdparty.
       							{
      @@ -583,7 +619,10 @@ if (! $error && $action == 'writebookkeeping') {
       								$bookkeeping->subledger_account = '';
       								$bookkeeping->subledger_label = '';
       								$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUSPENSE;
      -								$bookkeeping->label_compte = '';
      +
      +								$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_SUSPENSE,1);
      +								$accountingaccount_label = $accountingaccountstatic->label;
      +								$bookkeeping->label_compte = $accountingaccount_label;
       							}
       						}
       						$bookkeeping->label_operation = $reflabel;
      
      From cab9c81ce24a1a6f674e837406fbc7893f197b0a Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 15 Oct 2018 21:53:54 +0200
      Subject: [PATCH 0456/1013] Update actioncomm.class.php
      
      ---
       htdocs/comm/action/class/actioncomm.class.php | 116 ++++++++++--------
       1 file changed, 64 insertions(+), 52 deletions(-)
      
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index c175ad900ea..969cb705bac 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -1,10 +1,11 @@
       <?php
      -/* Copyright (C) 2002-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) 2011-2017 Juanjo Menent        <jmenent@2byte.es>
      - * Copyright (C) 2015	   Marcos García		<marcosgdf@gmail.com>
      - * Copyright (C) 2018	   Nicolas ZABOURI	<info@inovea-conseil.com>
      +/* Copyright (C) 2002-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) 2011-2017  Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 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
      @@ -67,7 +68,7 @@ class ActionComm extends CommonObject
            * Id of the event
            * @var int
            */
      -	  public $id;
      +    public $id;
       
           /**
            * Id of the event. Use $id as possible
      @@ -75,11 +76,12 @@ class ActionComm extends CommonObject
            */
           public $ref;
       
      -    var $type_id;		// Id into parent table llx_c_actioncomm (used only if option to use type is set)
      -    var $type_code;		// Code into parent table llx_c_actioncomm (used only if option to use type is set). With default setup, should be AC_OTH_AUTO or AC_OTH.
      -    var $type;			// Label into parent table llx_c_actioncomm (used only if option to use type is set)
      -    var $type_color;	// Color into parent table llx_c_actioncomm (used only if option to use type is set)
      -    var $code;			// Free code to identify action. Ie: Agenda trigger add here AC_TRIGGERNAME ('AC_COMPANY_CREATE', 'AC_PROPAL_VALIDATE', ...)
      +    public $type_id;		// Id into parent table llx_c_actioncomm (used only if option to use type is set)
      +    public $type_code;		// Code into parent table llx_c_actioncomm (used only if option to use type is set). With default setup, should be AC_OTH_AUTO or AC_OTH.
      +    public $type_label;
      +    public $type;			// Label into parent table llx_c_actioncomm (used only if option to use type is set)
      +    public $type_color;	// Color into parent table llx_c_actioncomm (used only if option to use type is set)
      +    public $code;			// Free code to identify action. Ie: Agenda trigger add here AC_TRIGGERNAME ('AC_COMPANY_CREATE', 'AC_PROPAL_VALIDATE', ...)
       
           /**
            * @var string Agenda event label
      @@ -93,8 +95,8 @@ class ActionComm extends CommonObject
            */
           public $libelle;
       
      -    var $datec;			// Date creation record (datec)
      -    var $datem;			// Date modification record (tms)
      +    public $datec;			// Date creation record (datec)
      +    public $datem;			// Date modification record (tms)
       
           /**
            * Object user that create action
      @@ -102,7 +104,7 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see authorid
            */
      -    var $author;
      +    public $author;
       
           /**
            * Object user that modified action
      @@ -110,39 +112,49 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see usermodid
            */
      -    var $usermod;
      -    var $authorid;		// Id user that create action
      -    var $usermodid;		// Id user that modified action
      +    public $usermod;
       
      -    var $datep;			// Date action start (datep)
      -    var $datef;			// Date action end (datep2)
      +    /**
      +     * Id user that create action
      +     * @var int
      +     */
      +    public $authorid;
      +
      +    /**
      +     * Id user that modified action
      +     * @var int
      +     */
      +    public $usermodid;
      +
      +    public $datep;			// Date action start (datep)
      +    public $datef;			// Date action end (datep2)
       
           /**
            * @var int -1=Unkown duration
            * @deprecated
            */
      -    var $durationp = -1;
      -    var $fulldayevent = 0;    // 1=Event on full day
      +    public $durationp = -1;
      +    public $fulldayevent = 0;    // 1=Event on full day
       
           /**
            * Milestone
            * @var int
            * @deprecated Milestone is already event with end date = start date
            */
      -    var $punctual = 1;
      -    var $percentage;    // Percentage
      -    var $location;      // Location
      +    public $punctual = 1;
      +    public $percentage;    // Percentage
      +    public $location;      // Location
       
      -	var $transparency;	// Transparency (ical standard). Used to say if people assigned to event are busy or not by event. 0=available, 1=busy, 2=busy (refused events)
      -    var $priority;      // Small int (0 By default)
      +	public $transparency;	// Transparency (ical standard). Used to say if people assigned to event are busy or not by event. 0=available, 1=busy, 2=busy (refused events)
      +    public $priority;      // Small int (0 By default)
       
      -	var $userassigned = array();	// Array of user ids
      -    var $userownerid;	// Id of user owner = fk_user_action into table
      -    var $userdoneid;	// Id of user done (deprecated)
      +	public $userassigned = array();	// Array of user ids
      +    public $userownerid;	// Id of user owner = fk_user_action into table
      +    public $userdoneid;	// Id of user done (deprecated)
       
      -    var $socpeopleassigned = array(); // Array of contact ids
      +    public $socpeopleassigned = array(); // Array of contact ids
       
      -    var $otherassigned = array(); // Array of other contact emails (not user, not contact)
      +    public $otherassigned = array(); // Array of other contact emails (not user, not contact)
       
       
       	/**
      @@ -151,7 +163,7 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see userownerid
            */
      -    var $usertodo;
      +    public $usertodo;
       
           /**
            * Object user that did action
      @@ -159,10 +171,10 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see userdoneid
            */
      -    var $userdone;
      +    public $userdone;
       
      -    var $socid;
      -    var $contactid;
      +    public $socid;
      +    public $contactid;
       
           /**
            * Company linked to action (optional)
      @@ -170,7 +182,7 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see socid
            */
      -    var $societe;
      +    public $societe;
       
           /**
            * Contact linked to action (optional)
      @@ -178,28 +190,28 @@ class ActionComm extends CommonObject
            * @deprecated
            * @see contactid
            */
      -    var $contact;
      +    public $contact;
       
           // Properties for links to other objects
      -    var $fk_element;    // Id of record
      -    var $elementid;    // Id of record alternative for API
      -    var $elementtype;   // Type of record. This if property ->element of object linked to.
      +    public $fk_element;    // Id of record
      +    public $elementid;    // Id of record alternative for API
      +    public $elementtype;   // Type of record. This if property ->element of object linked to.
       
           // Ical
      -    var $icalname;
      -    var $icalcolor;
      +    public $icalname;
      +    public $icalcolor;
       
      -    var $actions=array();
      +    public $actions=array();
       
           // Fields for emails
      -    var $email_msgid;
      -    var $email_from;
      -    var $email_sender;
      -    var $email_to;
      -    var $email_tocc;
      -    var $email_tobcc;
      -    var $email_subject;
      -    var $errors_to;
      +    public $email_msgid;
      +    public $email_from;
      +    public $email_sender;
      +    public $email_to;
      +    public $email_tocc;
      +    public $email_tobcc;
      +    public $email_subject;
      +    public $errors_to;
       
       
           /**
      
      From c8607a74bfb97b149754f02e5971f4b34a3741b7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 01:39:04 +0200
      Subject: [PATCH 0457/1013] Load websitepage
      
      ---
       htdocs/core/lib/website.lib.php |  2 +-
       htdocs/core/website.inc.php     | 70 ++++++++++++++++-----------------
       2 files changed, 36 insertions(+), 36 deletions(-)
      
      diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
      index 0fe56afd9dd..350014b3eb9 100644
      --- a/htdocs/core/lib/website.lib.php
      +++ b/htdocs/core/lib/website.lib.php
      @@ -305,7 +305,7 @@ function redirectToContainer($containerref, $containeraliasalt='',$containerid=0
        */
       function includeContainer($containerref)
       {
      -	global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $weblangs;	// Very important. Required to have var available when running inluded containers.
      +	global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs;	// Very important. Required to have var available when running inluded containers.
       	global $includehtmlcontentopened;
       	global $websitekey, $websitepagefile;
       
      diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
      index 4e382088da5..71550d4d118 100644
      --- a/htdocs/core/website.inc.php
      +++ b/htdocs/core/website.inc.php
      @@ -25,16 +25,28 @@
       
       // Load website class
       include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
      -// Define $website and $weblangs
      +// Define $website
       if (! is_object($website))
       {
       	$website=new Website($db);
       	$website->fetch(0,$websitekey);
       }
      +// Define $weblangs
       if (! is_object($weblangs))
       {
       	$weblangs = dol_clone($langs);	// TODO Use an object lang from a language set into $website object instead of backoffice
       }
      +// Define $websitepage if we have $websitepagefile defined
      +if (! $pageid && ! empty($websitepagefile))
      +{
      +	$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
      +}
      +if ($pageid > 0)
      +{
      +	include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      +	$websitepage=new WebsitePage($db);
      +	$websitepage->fetch($pageid);
      +}
       
       // A lang was forced, so we change weblangs init
       if (GETPOST('l','aZ09')) $weblangs->setDefaultLang(GETPOST('l','aZ09'));
      @@ -44,44 +56,32 @@ if ($_SERVER['PHP_SELF'] != DOL_URL_ROOT.'/website/index.php')	// If we browsing
       	//print_r(get_defined_constants(true));exit;
       	if (GETPOST('l','aZ09'))
       	{
      -		if (! $pageid && ! empty($websitepagefile))
      -		{
      -			$pageid = str_replace(array('.tpl.php', 'page'), array('', ''), basename($websitepagefile));
      -		}
      -		if ($pageid > 0)
      -		{
      -			// Load tmppage if we have $websitepagefile defined
      -			include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
      -			$tmppage=new WebsitePage($db);
      -			$tmppage->fetch($pageid);
      +		$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      +		$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp";
      +		$sql.=" WHERE wp.fk_website = ".$website->id;
      +		$sql.=" AND (wp.fk_page = ".$pageid." OR wp.rowid  = ".$pageid;
      +		if (is_object($websitepage) && $websitepage->fk_page > 0) $sql.=" OR wp.fk_page = ".$websitepage->fk_page." OR wp.rowid = ".$websitepage->fk_page;
      +		$sql.=")";
      +		$sql.= " AND wp.lang = '".$db->escape(GETPOST('l','aZ09'))."'";
       
      -			$sql ="SELECT wp.rowid, wp.lang, wp.pageurl, wp.fk_page";
      -			$sql.=" FROM ".MAIN_DB_PREFIX."website_page as wp";
      -			$sql.=" WHERE wp.fk_website = ".$website->id;
      -			$sql.=" AND (wp.fk_page = ".$pageid." OR wp.rowid  = ".$pageid;
      -			if ($tmppage->fk_page > 0) $sql.=" OR wp.fk_page = ".$tmppage->fk_page." OR wp.rowid = ".$tmppage->fk_page;
      -			$sql.=")";
      -			$sql.= " AND wp.lang = '".$db->escape(GETPOST('l','aZ09'))."'";
      -
      -			$resql = $db->query($sql);
      -			if ($resql)
      +		$resql = $db->query($sql);
      +		if ($resql)
      +		{
      +			$obj = $db->fetch_object($resql);
      +			if ($obj)
       			{
      -				$obj = $db->fetch_object($resql);
      -				if ($obj)
      +				$newpageid = $obj->rowid;
      +				if ($newpageid != $pageid) 		// To avoid to make a redirect on same page (infinite loop)
       				{
      -					$newpageid = $obj->rowid;
      -					if ($newpageid != $pageid) 		// To avoid to make a redirect on same page (infinite loop)
      +					if (defined('USEDOLIBARRSERVER')) {
      +						header("Location: ".DOL_URL_ROOT.'/public/website/index.php?website='.$websitekey.'&pageid='.$newpageid.'.php&l='.GETPOST('l','aZ09'));
      +						exit;
      +					}
      +					else
       					{
      -						if (defined('USEDOLIBARRSERVER')) {
      -							header("Location: ".DOL_URL_ROOT.'/public/website/index.php?website='.$websitekey.'&pageid='.$newpageid.'.php&l='.GETPOST('l','aZ09'));
      -							exit;
      -						}
      -						else
      -						{
      -							$newpageref = $obj->pageurl;
      -							header("Location: ".$newpageref.'.php?l='.GETPOST('l','aZ09'));
      -							exit;
      -						}
      +						$newpageref = $obj->pageurl;
      +						header("Location: ".$newpageref.'.php?l='.GETPOST('l','aZ09'));
      +						exit;
       					}
       				}
       			}
      
      From 12cb60040b86ae9b2339ca04e40a52a49a5125d9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 01:52:22 +0200
      Subject: [PATCH 0458/1013] Fix multilang
      
      ---
       htdocs/core/website.inc.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
      index 71550d4d118..1338104de0b 100644
      --- a/htdocs/core/website.inc.php
      +++ b/htdocs/core/website.inc.php
      @@ -74,7 +74,7 @@ if ($_SERVER['PHP_SELF'] != DOL_URL_ROOT.'/website/index.php')	// If we browsing
       				if ($newpageid != $pageid) 		// To avoid to make a redirect on same page (infinite loop)
       				{
       					if (defined('USEDOLIBARRSERVER')) {
      -						header("Location: ".DOL_URL_ROOT.'/public/website/index.php?website='.$websitekey.'&pageid='.$newpageid.'.php&l='.GETPOST('l','aZ09'));
      +						header("Location: ".DOL_URL_ROOT.'/public/website/index.php?website='.$websitekey.'&pageid='.$newpageid.'&l='.GETPOST('l','aZ09'));
       						exit;
       					}
       					else
      
      From 35f9371343a983085cfc54fb76151a750701074d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 03:30:17 +0200
      Subject: [PATCH 0459/1013] Fix missing es translation string
      
      ---
       htdocs/core/class/notify.class.php | 37 ++++++++++++++++--------------
       htdocs/langs/es_ES/other.lang      |  1 +
       2 files changed, 21 insertions(+), 17 deletions(-)
      
      diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
      index 7a1b55f5bd2..5a5356b2dd5 100644
      --- a/htdocs/core/class/notify.class.php
      +++ b/htdocs/core/class/notify.class.php
      @@ -368,6 +368,7 @@ class Notify
       						{
       							$outputlangs = new Translate('', $conf);
       							$outputlangs->setDefaultLang($obj->default_lang);
      +							$outputlangs->load("other");
       						}
       
       						$subject = '['.$mysoc->name.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification");
      @@ -377,72 +378,72 @@ class Notify
       								$link='/compta/facture/card.php?facid='.$object->id;
       								$dir_output = $conf->facture->dir_output;
       								$object_type = 'facture';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextInvoiceValidated",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextInvoiceValidated",$newref);
       								break;
       							case 'BILL_PAYED':
       								$link='/compta/facture/card.php?facid='.$object->id;
       								$dir_output = $conf->facture->dir_output;
       								$object_type = 'facture';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextInvoicePayed",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextInvoicePayed",$newref);
       								break;
       							case 'ORDER_VALIDATE':
       								$link='/commande/card.php?id='.$object->id;
       								$dir_output = $conf->commande->dir_output;
       								$object_type = 'order';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextOrderValidated",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextOrderValidated",$newref);
       								break;
       							case 'PROPAL_VALIDATE':
       								$link='/comm/propal/card.php?id='.$object->id;
       								$dir_output = $conf->propal->multidir_output[$object->entity];
       								$object_type = 'propal';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextProposalValidated",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextProposalValidated",$newref);
       								break;
       							case 'PROPAL_CLOSE_SIGNED':
       								$link='/comm/propal/card.php?id='.$object->id;
       								$dir_output = $conf->propal->multidir_output[$object->entity];
       								$object_type = 'propal';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextProposalClosedSigned",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextProposalClosedSigned",$newref);
       								break;
       							case 'FICHINTER_ADD_CONTACT':
       								$link='/fichinter/card.php?id='.$object->id;
       								$dir_output = $conf->ficheinter->dir_output;
       								$object_type = 'ficheinter';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextInterventionAddedContact",$object->ref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextInterventionAddedContact",$newref);
       								break;
       							case 'FICHINTER_VALIDATE':
       								$link='/fichinter/card.php?id='.$object->id;
       								$dir_output = $conf->ficheinter->dir_output;
       								$object_type = 'ficheinter';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextInterventionValidated",$object->ref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextInterventionValidated",$newref);
       								break;
       							case 'ORDER_SUPPLIER_VALIDATE':
       								$link='/fourn/commande/card.php?id='.$object->id;
       								$dir_output = $conf->fournisseur->commande->dir_output;
       								$object_type = 'order_supplier';
      -								$mesg = $langs->transnoentitiesnoconv("Hello").",\n\n";
      -								$mesg.= $langs->transnoentitiesnoconv("EMailTextOrderValidatedBy",$object->ref,$user->getFullName($langs));
      -								$mesg.= "\n\n".$langs->transnoentitiesnoconv("Sincerely").".\n\n";
      +								$mesg = $outputlangs->transnoentitiesnoconv("Hello").",\n\n";
      +								$mesg.= $outputlangs->transnoentitiesnoconv("EMailTextOrderValidatedBy",$newref,$user->getFullName($langs));
      +								$mesg.= "\n\n".$outputlangs->transnoentitiesnoconv("Sincerely").".\n\n";
       								break;
       							case 'ORDER_SUPPLIER_APPROVE':
       								$link='/fourn/commande/card.php?id='.$object->id;
       								$dir_output = $conf->fournisseur->commande->dir_output;
       								$object_type = 'order_supplier';
      -								$mesg = $langs->transnoentitiesnoconv("Hello").",\n\n";
      -								$mesg.= $langs->transnoentitiesnoconv("EMailTextOrderApprovedBy",$newref,$user->getFullName($langs));
      -								$mesg.= "\n\n".$langs->transnoentitiesnoconv("Sincerely").".\n\n";
      +								$mesg = $outputlangs->transnoentitiesnoconv("Hello").",\n\n";
      +								$mesg.= $outputlangs->transnoentitiesnoconv("EMailTextOrderApprovedBy",$newref,$user->getFullName($langs));
      +								$mesg.= "\n\n".$outputlangs->transnoentitiesnoconv("Sincerely").".\n\n";
       								break;
       							case 'ORDER_SUPPLIER_REFUSE':
       								$link='/fourn/commande/card.php?id='.$object->id;
       								$dir_output = $conf->fournisseur->commande->dir_output;
       								$object_type = 'order_supplier';
      -								$mesg = $langs->transnoentitiesnoconv("Hello").",\n\n";
      -								$mesg.= $langs->transnoentitiesnoconv("EMailTextOrderRefusedBy",$newref,$user->getFullName($langs));
      -								$mesg.= "\n\n".$langs->transnoentitiesnoconv("Sincerely").".\n\n";
      +								$mesg = $outputlangs->transnoentitiesnoconv("Hello").",\n\n";
      +								$mesg.= $outputlangs->transnoentitiesnoconv("EMailTextOrderRefusedBy",$newref,$user->getFullName($langs));
      +								$mesg.= "\n\n".$outputlangs->transnoentitiesnoconv("Sincerely").".\n\n";
       								break;
       							case 'SHIPPING_VALIDATE':
       								$dir_output = $conf->expedition->dir_output.'/sending/';
       								$object_type = 'order_supplier';
      -								$mesg = $langs->transnoentitiesnoconv("EMailTextExpeditionValidated",$newref);
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextExpeditionValidated",$newref);
       								break;
       						}
       						$ref = dol_sanitizeFileName($newref);
      @@ -651,6 +652,8 @@ class Notify
       				$message.= $langs->transnoentities("YouReceiveMailBecauseOfNotification2",$application,$mysoc->name)."\n";
       				$message.= "\n";
       				$message.= $mesg;
      +				//if ($link) $message.= "\n" . $urlwithroot . $link;	// link already added around the ref into the text
      +
       				$message = nl2br($message);
       
       				// Replace keyword __SUPERVISOREMAIL__
      diff --git a/htdocs/langs/es_ES/other.lang b/htdocs/langs/es_ES/other.lang
      index 137bbac42d6..acdc769a7c5 100644
      --- a/htdocs/langs/es_ES/other.lang
      +++ b/htdocs/langs/es_ES/other.lang
      @@ -188,6 +188,7 @@ NumberOfUnitsSupplierInvoices=Número de unidades en las facturas de proveedores
       EMailTextInterventionAddedContact=Se le ha asignado la intervención %s
       EMailTextInterventionValidated=Ficha intervención %s validada
       EMailTextInvoiceValidated=Factura %s validada
      +EMailTextInvoicePayed=La factura %s ha sido pagada.
       EMailTextProposalValidated=El presupuesto %s que le concierne ha sido validado.
       EMailTextProposalClosedSigned=El presupuesto %s ha sido cerrado y firmado.
       EMailTextOrderValidated=El pedido %s que le concierne ha sido validado.
      
      From 70366e9d91fd675b7f21a80ff923b105208474bc Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 03:31:33 +0200
      Subject: [PATCH 0460/1013] Missing translation
      
      ---
       htdocs/core/class/notify.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
      index 5a5356b2dd5..c226fb647d0 100644
      --- a/htdocs/core/class/notify.class.php
      +++ b/htdocs/core/class/notify.class.php
      @@ -368,7 +368,7 @@ class Notify
       						{
       							$outputlangs = new Translate('', $conf);
       							$outputlangs->setDefaultLang($obj->default_lang);
      -							$outputlangs->load("other");
      +							$outputlangs->loadLangs(array("main","other"));
       						}
       
       						$subject = '['.$mysoc->name.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification");
      
      From a971a2afe6432a2c330aa3c70bd2e3f1e9f8d9a5 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Tue, 16 Oct 2018 06:32:55 +0200
      Subject: [PATCH 0461/1013] Fix FEC
      
      ---
       htdocs/accountancy/journal/bankjournal.php    | 58 ++++++++-----------
       .../journal/expensereportsjournal.php         | 13 ++++-
       .../accountancy/journal/purchasesjournal.php  | 29 ++++++----
       3 files changed, 52 insertions(+), 48 deletions(-)
      
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index f0e6aa8455d..7b4248630ae 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -150,13 +150,14 @@ $paymentvariousstatic = new PaymentVarious($db);
       $paymentloanstatic = new PaymentLoan($db);
       $accountLinestatic=new AccountLine($db);
       
      +$accountingaccount = new AccountingAccount($db);
      +
       // Get code of finance journal
       $accountingjournalstatic = new AccountingJournal($db);
       $accountingjournalstatic->fetch($id_journal);
       $journal = $accountingjournalstatic->code;
       $journal_label = $accountingjournalstatic->label;
       
      -$accountingaccountstatic = new AccountingAccount($db);
       
       dol_syslog("accountancy/journal/bankjournal.php", LOG_DEBUG);
       $result = $db->query($sql);
      @@ -465,9 +466,8 @@ if (! $error && $action == 'writebookkeeping') {
       					$bookkeeping->fk_docdet = $val["fk_bank"];
       					$bookkeeping->numero_compte = $k;
       
      -					$accountingaccountstatic->fetch('',$k,1);
      -					$accountingaccount_label = $accountingaccountstatic->label;
      -					$bookkeeping->label_compte = $accountingaccount_label;
      +					$accountingaccount->fetch(null, $k, true);
      +					$bookkeeping->label_compte = $accountingaccount->label;
       
       					$bookkeeping->label_operation = $reflabel;
       					$bookkeeping->montant = $mt;
      @@ -540,33 +540,29 @@ if (! $error && $action == 'writebookkeeping') {
       							$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER;
       
      -							$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_CUSTOMER,1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch(null, $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_supplier') {		   // If payment is payment of supplier invoice, we get ref of invoice
       							$bookkeeping->subledger_account = $tabcompany[$key]['code_compta'];
       							$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER;
       
      -							$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_SUPPLIER,1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch(null, $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_expensereport') {
       							$bookkeeping->subledger_account = $tabuser[$key]['accountancy_code'];
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       
      -							$accountingaccountstatic->fetch('',$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT,1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_salary') {
       							$bookkeeping->subledger_account = $tabuser[$key]['accountancy_code'];
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       
      -							$accountingaccountstatic->fetch('',$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT,1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if (in_array($tabtype[$key], array('sc', 'payment_sc'))) {   // If payment is payment of social contribution
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
      @@ -577,41 +573,36 @@ if (! $error && $action == 'writebookkeeping') {
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
       
      -							$accountingaccountstatic->fetch($k,'',1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch($k, null, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_donation') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
       
      -							$accountingaccountstatic->fetch($k,'',1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch($k, null, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_loan') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
       
      -							$accountingaccountstatic->fetch($k,'',1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch($k, null, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_various') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
       
      -							$accountingaccountstatic->fetch($k,'',1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch($k, null, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'banktransfert') {
       							$bookkeeping->subledger_account = '';
       							$bookkeeping->subledger_label = '';
       							$bookkeeping->numero_compte = $k;
       
      -							$accountingaccountstatic->fetch($k,'',1);
      -							$accountingaccount_label = $accountingaccountstatic->label;
      -							$bookkeeping->label_compte = $accountingaccount_label;
      +							$accountingaccount->fetch($k, null, true);
      +							$bookkeeping->label_compte = $accountingaccount->label;
       						} else {
       							if ($tabtype[$key] == 'unknown')	// Unknown transaction, we will use a waiting account for thirdparty.
       							{
      @@ -620,9 +611,8 @@ if (! $error && $action == 'writebookkeeping') {
       								$bookkeeping->subledger_label = '';
       								$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUSPENSE;
       
      -								$accountingaccountstatic->fetch('',$conf->global->ACCOUNTING_ACCOUNT_SUSPENSE,1);
      -								$accountingaccount_label = $accountingaccountstatic->label;
      -								$bookkeeping->label_compte = $accountingaccount_label;
      +								$accountingaccount->fetch(null, $conf->global->ACCOUNTING_ACCOUNT_SUSPENSE, true);
      +								$bookkeeping->label_compte = $accountingaccount->label;
       							}
       						}
       						$bookkeeping->label_operation = $reflabel;
      diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
      index 520fd004f16..6fb8aed5c31 100644
      --- a/htdocs/accountancy/journal/expensereportsjournal.php
      +++ b/htdocs/accountancy/journal/expensereportsjournal.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      - * Copyright (C) 2013-2017  Alexandre Spangaro      <aspangaro@zendsi.com>
      + * Copyright (C) 2013-2018  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>
      @@ -61,6 +61,7 @@ if ($user->societe_id > 0)
       /*
        * Actions
        */
      +$accountingaccount = new AccountingAccount($db);
       
       // Get informations of journal
       $accountingjournalstatic = new AccountingJournal($db);
      @@ -210,6 +211,10 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->subledger_account = $tabuser[$key]['user_accountancy_code'];
       					$bookkeeping->subledger_label = $tabuser[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
      +
      +					$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +					$bookkeeping->label_compte = $accountingaccount->label;
      +
       					$bookkeeping->label_operation = $tabuser[$key]['name'];
       					$bookkeeping->montant = $mt;
       					$bookkeeping->sens = ($mt >= 0) ? 'C' : 'D';
      @@ -248,7 +253,6 @@ if ($action == 'writebookkeeping') {
       			foreach ( $tabht[$key] as $k => $mt ) {
       				if ($mt) {
       					// get compte id and label
      -					$accountingaccount = new AccountingAccount($db);
       					if ($accountingaccount->fetch(null, $k, true)) {
       						$bookkeeping = new BookKeeping($db);
       						$bookkeeping->doc_date = $val["date"];
      @@ -260,6 +264,7 @@ if ($action == 'writebookkeeping') {
       						$bookkeeping->subledger_account = '';
       						$bookkeeping->subledger_label = '';
       						$bookkeeping->numero_compte = $k;
      +						$bookkeeping->label_compte = $accountingaccount->label;
       						$bookkeeping->label_operation = $accountingaccount->label;
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'C' : 'D';
      @@ -316,6 +321,10 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->subledger_account = '';
       					$bookkeeping->subledger_label = '';
       					$bookkeeping->numero_compte = $k;
      +
      +					$accountingaccount->fetch($k, null, true);
      +					$bookkeeping->label_compte = $accountingaccount->label;
      +
       					$bookkeeping->label_operation = $langs->trans("VAT"). ' '.join(', ',$def_tva[$key][$k]).' %';
       					$bookkeeping->montant = $mt;
       					$bookkeeping->sens = ($mt < 0) ? 'C' : 'D';
      diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
      index 71bdb6a5bd4..beb9891276f 100644
      --- a/htdocs/accountancy/journal/purchasesjournal.php
      +++ b/htdocs/accountancy/journal/purchasesjournal.php
      @@ -1,11 +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       Juanjo Menent		<jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin		<regis.houssin@capnetworks.com>
      - * 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) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
      + * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * 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
      @@ -66,10 +66,7 @@ $parameters=array();
        */
       $reshook=$hookmanager->executeHooks('doActions',$parameters,$user,$action);    // Note that $action and $object may have been modified by some hooks
       
      -
      -/*
      - * Views
      - */
      +$accountingaccount = new AccountingAccount($db);
       
       // Get informations of journal
       $accountingjournalstatic = new AccountingJournal($db);
      @@ -312,6 +309,10 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->subledger_account = $tabcompany[$key]['code_compta_fournisseur'];
       					$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER;
      +
      +					$accountingaccount->fetch(null, $conf->global->ACCOUNTING_ACCOUNT_SUPPLIER, true);
      +					$bookkeeping->label_compte = $accountingaccount->label;
      +
       					$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("SubledgerAccount");
       					$bookkeeping->montant = $mt;
       					$bookkeeping->sens = ($mt >= 0) ? 'C' : 'D';
      @@ -352,7 +353,6 @@ if ($action == 'writebookkeeping') {
       			foreach ( $tabht[$key] as $k => $mt ) {
       				//if ($mt) {
       					// get compte id and label
      -					$accountingaccount = new AccountingAccount($db);
       					if ($accountingaccount->fetch(null, $k, true)) {
       						$bookkeeping = new BookKeeping($db);
       						$bookkeeping->doc_date = $val["date"];
      @@ -366,6 +366,7 @@ if ($action == 'writebookkeeping') {
       						$bookkeeping->subledger_account = '';
       						$bookkeeping->subledger_label = '';
       						$bookkeeping->numero_compte = $k;
      +						$bookkeeping->label_compte = $accountingaccount->label;
       						$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $accountingaccount->label;
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'C' : 'D';
      @@ -426,6 +427,10 @@ if ($action == 'writebookkeeping') {
       						$bookkeeping->subledger_account = '';
       						$bookkeeping->subledger_label = '';
       						$bookkeeping->numero_compte = $k;
      +
      +						$accountingaccount->fetch($k, null, true);
      +						$bookkeeping->label_compte = $accountingaccount->label;
      +
       						$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("VAT").' '.join(', ',$def_tva[$key][$k]) .' %' . ($numtax?' - Localtax '.$numtax:'');
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'C' : 'D';
      
      From 5f37e075405db98b01f76376f9e1e848b709aed3 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Tue, 16 Oct 2018 14:42:36 +0200
      Subject: [PATCH 0462/1013] add links and highlight relevant text
      
      ---
       htdocs/accountancy/index.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index 29c05eb5516..bc09c33483c 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -76,15 +76,15 @@ if ($conf->accounting->enabled)
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescDefault", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuDefaultAccounts").'</strong>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescDefault", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/defaultaccounts.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuDefaultAccounts").'</mark>'.'</strong>'.'</a>');
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBank", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuBankAccounts").'</strong>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBank", $step, '<a href="'.DOL_URL_ROOT.'/compta/bank/list.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuBankAccounts").'</mark>'.'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	$step++;
      -	$textlink = '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.$langs->transnoentitiesnoconv("MenuVatAccounts").'</strong>';
      +	$textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=10&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.'<mark>'.$langs->transnoentitiesnoconv("MenuVatAccounts").'</mark>'.'</strong>'.'</a>';
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescVat", $step, $textlink);
       	print "<br>\n";
       	if (! empty($conf->tax->enabled))
      
      From 059c72c678e9dcbfedcd0a540740c56ba64a090e Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Tue, 16 Oct 2018 14:55:29 +0200
      Subject: [PATCH 0463/1013] add links and highlight relevant text
      
      ---
       htdocs/accountancy/index.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index bc09c33483c..eac0f23a845 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -89,7 +89,7 @@ if ($conf->accounting->enabled)
       	print "<br>\n";
       	if (! empty($conf->tax->enabled))
       	{
      -	    $textlink = '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.$langs->transnoentitiesnoconv("MenuTaxAccounts").'</strong>';
      +	     $textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=7&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.'<mark>'.$langs->transnoentitiesnoconv("MenuTaxAccounts").'</mark>'.'</strong>'.'</a>';
       	    $step++;
       	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescContrib", $step, $textlink);
       	    print "<br>\n";
      @@ -105,7 +105,7 @@ if ($conf->accounting->enabled)
       	if (! empty($conf->expensereport->enabled))  // TODO Move this in the default account page because this is only one accounting account per purpose, not several.
       	{
       	    $step++;
      -	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescExpenseReport", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuExpenseReportAccounts").'</strong>');
      +	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescExpenseReport", $step, '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=17&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuExpenseReportAccounts").'</mark>'.'</strong>'.'</a>');
       	    print "<br>\n";
       	}
       	/*
      @@ -123,7 +123,7 @@ if ($conf->accounting->enabled)
       	}*/
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescProd", $step, '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("ProductsBinding").'</strong>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescProd", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/productaccount.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("ProductsBinding").'</mark>'.'</strong>'.'</a>');
       	print "<br>\n";
       
       
      
      From bd3315528eec2762768727118b1a1e941fbde681 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Tue, 16 Oct 2018 15:08:06 +0200
      Subject: [PATCH 0464/1013] add links and highlight relevant text
      
      ---
       htdocs/accountancy/index.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index eac0f23a845..b2dfdb91e05 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -139,18 +139,18 @@ if ($conf->accounting->enabled)
       	$langs->loadLangs(array('bills', 'trips'));
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsCustomers"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("CustomersVentilation").'</strong>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsCustomers"), '<a href="'.DOL_URL_ROOT.'/accountancy/customer/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("CustomersVentilation").'</mark>'.'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("SuppliersVentilation").'</strong>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<a href="'.DOL_URL_ROOT.'/accountancy/supplier/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("SuppliersVentilation").'</mark>'.'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	if (! empty($conf->expensereport->enabled) || ! empty($conf->deplacement->enabled))
       	{
       		$step++;
      -		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>')."\n";
      -		print "<br>\n";
      +		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<a href="'.DOL_URL_ROOT.'/accountancy/expensereport/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</mark>'.'</strong>'.'</a>')."\n";
      +	    print "<br>\n";
       	}
       
       	$step++;
      
      From 4bdcb17694ef6d1bbf3b033e5bb5204e80fd7559 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 15:38:26 +0200
      Subject: [PATCH 0465/1013] Trans
      
      ---
       htdocs/langs/en_US/website.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
      index a14d05132cd..bee23264d7a 100644
      --- a/htdocs/langs/en_US/website.lang
      +++ b/htdocs/langs/en_US/website.lang
      @@ -51,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, $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>
      +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, $websitepage, $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
      
      From dc0aaf48d730b7ce7f7fed403be993708bc351b0 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 16:08:20 +0200
      Subject: [PATCH 0466/1013] FIX and dolibarize
      
      ---
       htdocs/stripe/class/stripe.class.php | 31 ++++++++++++++--------------
       1 file changed, 15 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index db2553ee167..e0928b91376 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -346,10 +346,10 @@ 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	int 	$stripeamount									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 	$dol_type									Object type to pay (order, invoice, contract...)
      +	 * @param	int 	$dol_id									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()
      @@ -358,7 +358,7 @@ class Stripe extends CommonObject
       	 * @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, $capture=true)
      +	public function createPaymentStripe($stripeamount, $currency, $dol_type, $dol_id, $source, $customer, $account, $status=0, $usethirdpartyemailforreceiptemail=0, $capture=true)
       	{
       		global $conf;
       
      @@ -387,29 +387,28 @@ class Stripe extends CommonObject
       		}
       
       		$arrayzerounitcurrency=array('BIF', 'CLP', 'DJF', 'GNF', 'JPY', 'KMF', 'KRW', 'MGA', 'PYG', 'RWF', 'VND', 'VUV', 'XAF', 'XOF', 'XPF');
      -		if (! in_array($currency, $arrayzerounitcurrency)) $stripeamount=$amount * 100;
      -		else $stripeamount = $amount;
      +		if (! in_array($currency, $arrayzerounitcurrency)) $stripeamount=$stripeamount * 100;
       
       		$societe = new Societe($this->db);
       		if ($key > 0) $societe->fetch($key);
       
       		$description = "";
       		$ref = "";
      -		if ($origin == order) {
      +		if ($dol_type == order) {
       			$order = new Commande($this->db);
      -			$order->fetch($item);
      +			$order->fetch($dol_id);
       			$ref = $order->ref;
       			$description = "ORD=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
      -		} elseif ($origin == invoice) {
      +		} elseif ($dol_type == invoice) {
       			$invoice = new Facture($this->db);
      -			$invoice->fetch($item);
      +			$invoice->fetch($dol_id);
       			$ref = $invoice->ref;
       			$description = "INV=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
       		}
       
       		$metadata = array(
      -			"dol_id" => "" . $item . "",
      -			"dol_type" => "" . $origin . "",
      +			"dol_id" => "" . $dol_id . "",
      +			"dol_type" => "" . $dol_type . "",
       			"dol_thirdparty_id" => "" . $societe->id . "",
       			'dol_thirdparty_name' => $societe->name,
       			'dol_version'=>DOL_VERSION,
      @@ -427,7 +426,7 @@ class Stripe extends CommonObject
       				if (preg_match('/acct_/i', $source))
       				{
       					$charge = \Stripe\Charge::create(array(
      -						"amount" => "$stripeamount",
      +						"amount" => price2num($stripeamount, 'MU'),
       						"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,
      @@ -437,7 +436,7 @@ class Stripe extends CommonObject
       					));
       				} else {
       					$paymentarray = array(
      -						"amount" => "$stripeamount",
      +						"amount" => price2num($stripeamount, 'MU'),
       						"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,
      @@ -456,13 +455,13 @@ class Stripe extends CommonObject
       				}
       			} else {
       
      -				$fee = round(($amount * ($conf->global->STRIPE_APPLICATION_FEE_PERCENT / 100) + $conf->global->STRIPE_APPLICATION_FEE) * 100);
      +				$fee = round(($stripeamount * ($conf->global->STRIPE_APPLICATION_FEE_PERCENT / 100) + $conf->global->STRIPE_APPLICATION_FEE) * 100);
       				if ($fee < ($conf->global->STRIPE_APPLICATION_FEE_MINIMAL * 100)) {
       					$fee = round($conf->global->STRIPE_APPLICATION_FEE_MINIMAL * 100);
       				}
       
               		$paymentarray = array(
      -						"amount" => "$stripeamount",
      +						"amount" => price2num($stripeamount, 'MU'),
       						"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,
      
      From d377fc26b4ed91bfd85e24f0cb5ae03efdbb770d Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 16:55:25 +0200
      Subject: [PATCH 0467/1013] ADD support of external modepayment
      
      ---
       htdocs/compta/paiement/class/paiement.class.php | 13 ++++++++++---
       1 file changed, 10 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index 952f478087b..cc60c2cba8e 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -7,6 +7,7 @@
        * Copyright (C) 2014      Marcos García 		 <marcosgdf@gmail.com>
        * Copyright (C) 2015      Juanjo Menent		 <jmenent@2byte.es>
        * Copyright (C) 2018      Ferran Marcet		 <fmarcet@2byte.es>
      + * 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
      @@ -75,6 +76,8 @@ class Paiement extends CommonObject
       	//paiement de llx_c_paiement
       	public $num_paiement;	// Numero du CHQ, VIR, etc...
       	public $num_payment;	// Numero du CHQ, VIR, etc...
      +  public $payment_id;	// Id of external modepayment
      +  public $payment_site;	// name of external modepayment
       	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, ...)
      @@ -102,7 +105,7 @@ class Paiement extends CommonObject
       	 */
       	function fetch($id, $ref='', $fk_bank='')
       	{
      -		$sql = 'SELECT p.rowid, p.ref, p.datep as dp, p.amount, p.statut, p.fk_bank,';
      +		$sql = 'SELECT p.rowid, p.ref, p.datep as dp, p.amount, p.statut, p.ext_payment_id, p.ext_payment_site, p.fk_bank,';
       		$sql.= ' c.code as type_code, c.libelle as type_libelle,';
       		$sql.= ' p.num_paiement as num_payment, p.note,';
       		$sql.= ' b.fk_account';
      @@ -135,6 +138,8 @@ class Paiement extends CommonObject
       				$this->type_libelle   = $obj->type_libelle;
       				$this->type_code      = $obj->type_code;
       				$this->statut         = $obj->statut;
      +        $this->payment_id     = $obj->ext_payment_id;
      +        $this->payment_site   = $obj->ext_payment_site;
       
       				$this->bank_account   = $obj->fk_account; // deprecated
       				$this->fk_account     = $obj->fk_account;
      @@ -228,9 +233,11 @@ class Paiement extends CommonObject
       			$mtotal = $totalamount;
       		}
       		$note = ($this->note_public?$this->note_public:$this->note);
      +    $payment_id = $this->payment_id ? $this->payment_id : null;
      +    $payment_site = $this->payment_site ? $this->payment_site : null;
       
      -		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, fk_user_creat)";
      -		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', ".$user->id.")";
      +		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, ext_payment_id, ext_payment_site, fk_user_creat)";
      +		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', '".$this->payment_id."', '".$this->payment_site."', ".$user->id.")";
       
       		dol_syslog(get_class($this)."::Create insert paiement", LOG_DEBUG);
       		$resql = $this->db->query($sql);
      
      From 00f839e8b4ee58d9c8722f73ae5a59068facca06 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 16:57:16 +0200
      Subject: [PATCH 0468/1013] add external modepayment  in payment
      
      ---
       htdocs/public/payment/paymentok.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
      index 9b844d8d8b9..15e77502625 100644
      --- a/htdocs/public/payment/paymentok.php
      +++ b/htdocs/public/payment/paymentok.php
      @@ -629,8 +629,10 @@ if ($ispaymentok)
       				}
       				$paiement->paiementid   = $paymentTypeId;
       				$paiement->num_paiement = '';
      -				$paiement->note_public  = 'Online payment '.dol_print_date($now, 'standard').' using '.$paymentmethod.' from '.$ipaddress.' - Transaction ID = '.$TRANSACTIONID;
      -
      +				$paiement->note_public  = 'Online payment '.dol_print_date($now, 'standard').' from '.$ipaddress;
      +				$paiement->payment_id = $TRANSACTIONID;
      +				$paiement->payment_site = $paymentmethod;
      +        
       				if (! $error)
       				{
       					$paiement_id = $paiement->create($user, 1);    // This include closing invoices and regenerating documents
      
      From 96fce2828e3bd521bf42696d9b19f635f0a090c4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 17:02:36 +0200
      Subject: [PATCH 0469/1013] Prepare 9.0
      
      ---
       build/rpm/dolibarr_fedora.spec   | 2 ++
       build/rpm/dolibarr_generic.spec  | 6 ++++--
       build/rpm/dolibarr_mandriva.spec | 2 ++
       build/rpm/dolibarr_opensuse.spec | 2 ++
       4 files changed, 10 insertions(+), 2 deletions(-)
      
      diff --git a/build/rpm/dolibarr_fedora.spec b/build/rpm/dolibarr_fedora.spec
      index d5a9189229e..727875485b4 100755
      --- a/build/rpm/dolibarr_fedora.spec
      +++ b/build/rpm/dolibarr_fedora.spec
      @@ -177,6 +177,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/core
       %_datadir/dolibarr/htdocs/cron
       %_datadir/dolibarr/htdocs/custom
      +%_datadir/dolibarr/htdocs/datapolicy
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      @@ -212,6 +213,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/supplier_proposal
       %_datadir/dolibarr/htdocs/support
       %_datadir/dolibarr/htdocs/theme
      +%_datadir/dolibarr/htdocs/takepos
       %_datadir/dolibarr/htdocs/ticket
       %_datadir/dolibarr/htdocs/user
       %_datadir/dolibarr/htdocs/variants
      diff --git a/build/rpm/dolibarr_generic.spec b/build/rpm/dolibarr_generic.spec
      index 673d5919d1a..3fb68d06a15 100755
      --- a/build/rpm/dolibarr_generic.spec
      +++ b/build/rpm/dolibarr_generic.spec
      @@ -54,7 +54,7 @@ BuildRequires: desktop-file-utils
       Group: Applications/Productivity
       Requires: apache-base, apache-mod_php, php-cgi, php-cli, php-bz2, php-gd, php-ldap, php-imap, php-mysqli, php-openssl, fonts-ttf-dejavu 
       Requires: mysql, mysql-client 
      -%else
      +%else%_datadir/dolibarr/htdocs/datapolicy
       %if 0%{?suse_version}
       # Voir http://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros
       Group: Productivity/Office/Management
      @@ -124,7 +124,7 @@ cui hai bisogno ed essere facile da usare.
       
       %if 0%{?sles_version}
       %{__rm} -rf $RPM_BUILD_ROOT
      -%{__mkdir} $RPM_BUILD_ROOT
      +%{__mkdir} $RPM_BUILD_ROOT%_datadir/dolibarr/htdocs/datapolicy
       %{__mkdir} $RPM_BUILD_ROOT%{_sysconfdir}
       %{__mkdir} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
       %else
      @@ -257,6 +257,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/core
       %_datadir/dolibarr/htdocs/cron
       %_datadir/dolibarr/htdocs/custom
      +%_datadir/dolibarr/htdocs/datapolicy
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      @@ -292,6 +293,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/supplier_proposal
       %_datadir/dolibarr/htdocs/support
       %_datadir/dolibarr/htdocs/theme
      +%_datadir/dolibarr/htdocs/takepos
       %_datadir/dolibarr/htdocs/ticket
       %_datadir/dolibarr/htdocs/user
       %_datadir/dolibarr/htdocs/variants
      diff --git a/build/rpm/dolibarr_mandriva.spec b/build/rpm/dolibarr_mandriva.spec
      index e3d2a849db2..a4004273211 100755
      --- a/build/rpm/dolibarr_mandriva.spec
      +++ b/build/rpm/dolibarr_mandriva.spec
      @@ -174,6 +174,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/core
       %_datadir/dolibarr/htdocs/cron
       %_datadir/dolibarr/htdocs/custom
      +%_datadir/dolibarr/htdocs/datapolicy
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      @@ -209,6 +210,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/supplier_proposal
       %_datadir/dolibarr/htdocs/support
       %_datadir/dolibarr/htdocs/theme
      +%_datadir/dolibarr/htdocs/takepos
       %_datadir/dolibarr/htdocs/ticket
       %_datadir/dolibarr/htdocs/user
       %_datadir/dolibarr/htdocs/variants
      diff --git a/build/rpm/dolibarr_opensuse.spec b/build/rpm/dolibarr_opensuse.spec
      index 5a64bec2e78..478a889c8d6 100755
      --- a/build/rpm/dolibarr_opensuse.spec
      +++ b/build/rpm/dolibarr_opensuse.spec
      @@ -185,6 +185,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/core
       %_datadir/dolibarr/htdocs/cron
       %_datadir/dolibarr/htdocs/custom
      +%_datadir/dolibarr/htdocs/datapolicy
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      @@ -220,6 +221,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/supplier_proposal
       %_datadir/dolibarr/htdocs/support
       %_datadir/dolibarr/htdocs/theme
      +%_datadir/dolibarr/htdocs/takepos
       %_datadir/dolibarr/htdocs/ticket
       %_datadir/dolibarr/htdocs/user
       %_datadir/dolibarr/htdocs/variants
      
      From f5029bf52b7f3e81e935d34f70418c4a676b856f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 17:46:14 +0200
      Subject: [PATCH 0470/1013] Fix template
      
      ---
       .../modulebuilder/template/core/modules/modMyModule.class.php   | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      index b83580f4017..e81b75c1815 100644
      --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      @@ -72,7 +72,7 @@ class modMyModule extends DolibarrModules
       		$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';
      +        //$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.
      
      From 2cf87db10ae1916893caaacdf0626f3947d1f3f0 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 17:59:58 +0200
      Subject: [PATCH 0471/1013] Add source link in stripe
      
      ---
       htdocs/societe/paymentmodes.php | 8 +++++++-
       1 file changed, 7 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
      index 604012a24c3..0fcd7b120db 100644
      --- a/htdocs/societe/paymentmodes.php
      +++ b/htdocs/societe/paymentmodes.php
      @@ -960,7 +960,13 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
       					print '</td>';
       				}
       				print '<td>';
      -				print $src->id;
      +        if (!empty($stripeacc)) $connect=$stripeacc.'/';
      +      $url='https://dashboard.stripe.com/'.$connect.'test/sources/'.$src->id;
      +			if ($servicestatus)
      +			{
      +				$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
      +			}
      +				print "<a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$src->id."</a>";
       				print '</td>';
       				print '<td>';
       				if ($src->object=='card')
      
      From 502c52b78fc58a401c10826825a4ae9baabb7ea3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 18:09:43 +0200
      Subject: [PATCH 0472/1013] Show real path of module if not into custom
      
      ---
       htdocs/langs/en_US/modulebuilder.lang | 1 +
       htdocs/modulebuilder/index.php        | 9 ++++++++-
       2 files changed, 9 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/modulebuilder.lang b/htdocs/langs/en_US/modulebuilder.lang
      index 940088368d5..6aef75a5746 100644
      --- a/htdocs/langs/en_US/modulebuilder.lang
      +++ b/htdocs/langs/en_US/modulebuilder.lang
      @@ -99,3 +99,4 @@ InitStructureFromExistingTable=Build the structure array string of an existing t
       UseAboutPage=Disable the about page
       UseDocFolder=Disable the documentation folder
       UseSpecificReadme=Use a specific ReadMe
      +RealPathOfModule=Real path of module
      diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
      index d325e52a343..182cb6b08ff 100644
      --- a/htdocs/modulebuilder/index.php
      +++ b/htdocs/modulebuilder/index.php
      @@ -1154,9 +1154,16 @@ elseif (! empty($module))
       		$head2[$h][2] = 'buildpackage';
       		$h++;
       
      +		// Link to enable / disable
       		print $modulestatusinfo;
       		print ' '.$linktoenabledisable;
      -		print '<br><br>';
      +		print '<br>';
      +
      +		if (realpath($dirread.'/'.$modulelowercase) != $dirread.'/'.$modulelowercase)
      +		{
      +			print $langs->trans("RealPathOfModule").' : <strong>'.realpath($dirread.'/'.$modulelowercase).'</strong><br>';
      +		}
      +		print '<br>';
       
       		if ($tab == 'description')
       		{
      
      From 72dd182b1fed79a2fc8ad126c976e00b745a6a9c Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Tue, 16 Oct 2018 18:22:43 +0200
      Subject: [PATCH 0473/1013] Fix list from 'Contacts/Addresses' on company may
       show duplicate value for extrafields
      
      ---
       htdocs/core/class/commonobject.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index b99c2f8ccd8..32a528c27dc 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -4459,6 +4459,7 @@ abstract class CommonObject
       			$resql=$this->db->query($sql);
       			if ($resql)
       			{
      +				$this->array_options = array();
       				$numrows=$this->db->num_rows($resql);
       				if ($numrows)
       				{
      
      From 08fa0deb2459a56dfe805139c199adeb151eab74 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 18:41:50 +0200
      Subject: [PATCH 0474/1013] FIX Bad label on delete button
      
      ---
       htdocs/expensereport/payment/card.php | 23 +++++++++++++----------
       1 file changed, 13 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/expensereport/payment/card.php b/htdocs/expensereport/payment/card.php
      index 2876d512c52..29ac7e38862 100644
      --- a/htdocs/expensereport/payment/card.php
      +++ b/htdocs/expensereport/payment/card.php
      @@ -42,6 +42,13 @@ if ($user->societe_id) $socid=$user->societe_id;
       
       $object = new PaymentExpenseReport($db);
       
      +if ($id > 0)
      +{
      +	$result=$object->fetch($id);
      +	if (! $result) dol_print_error($db,'Failed to get payment id '.$id);
      +}
      +
      +
       /*
        * Actions
        */
      @@ -77,10 +84,10 @@ if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->expensere
       		$db->commit();
       
       		$factures=array();	// TODO Get all id of invoices linked to this payment
      -		foreach($factures as $id)
      +		foreach($factures as $invoiceid)
       		{
       			$fac = new Facture($db);
      -			$fac->fetch($id);
      +			$fac->fetch($invoiceid);
       
       			$outputlangs = $langs;
       			if (! empty($_REQUEST['lang_id']))
      @@ -110,12 +117,6 @@ if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->expensere
       
       llxHeader('', $langs->trans("ExpenseReportPayment"));
       
      -if ($id > 0)
      -{
      -	$result=$object->fetch($id);
      -	if (! $result) dol_print_error($db,'Failed to get payment id '.$id);
      -}
      -
       $form = new Form($db);
       
       $head = payment_expensereport_prepare_head($object);
      @@ -265,9 +266,11 @@ if ($resql)
       			print '<td align="center">'.$expensereport->getLibStatut(4,$objp->amount).'</td>';
       
       			print "</tr>\n";
      +
       			if ($objp->paid == 1)	// If at least one invoice is paid, disable delete
       			{
      -				$disable_delete = 1;
      +				$disable_delete = 2;
      +				$title_button = $langs->trans("CantRemovePaymentWithOneInvoicePaid");
       			}
       			$total = $total + $objp->amount;
       			$i++;
      @@ -303,7 +306,7 @@ if ($action == '')
       		}
       		else
       		{
      -			print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->trans("CantRemovePaymentWithOneInvoicePaid")).'">'.$langs->trans('Delete').'</a>';
      +			print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($title_button).'">'.$langs->trans('Delete').'</a>';
       		}
       	}
       }
      
      From 5a4338ad1d65c5fdebd3244c119259abb3814c35 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 19:20:51 +0200
      Subject: [PATCH 0475/1013] Revert "FIX and dolibarize"
      
      ---
       htdocs/stripe/class/stripe.class.php | 31 ++++++++++++++--------------
       1 file changed, 16 insertions(+), 15 deletions(-)
      
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index e0928b91376..db2553ee167 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -346,10 +346,10 @@ class Stripe extends CommonObject
       	/**
       	 * Create charge with public/payment/newpayment.php, stripe/card.php, cronjobs or REST API
       	 *
      -	 * @param	int 	$stripeamount									Amount to pay
      +	 * @param	int 	$amount									Amount to pay
       	 * @param	string 	$currency								EUR, GPB...
      -	 * @param	string 	$dol_type									Object type to pay (order, invoice, contract...)
      -	 * @param	int 	$dol_id									Object id to pay
      +	 * @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()
      @@ -358,7 +358,7 @@ class Stripe extends CommonObject
       	 * @param	boolean	$capture								Set capture flag to true (take payment) or false (wait)
       	 * @return Stripe
       	 */
      -	public function createPaymentStripe($stripeamount, $currency, $dol_type, $dol_id, $source, $customer, $account, $status=0, $usethirdpartyemailforreceiptemail=0, $capture=true)
      +	public function createPaymentStripe($amount, $currency, $origin, $item, $source, $customer, $account, $status=0, $usethirdpartyemailforreceiptemail=0, $capture=true)
       	{
       		global $conf;
       
      @@ -387,28 +387,29 @@ class Stripe extends CommonObject
       		}
       
       		$arrayzerounitcurrency=array('BIF', 'CLP', 'DJF', 'GNF', 'JPY', 'KMF', 'KRW', 'MGA', 'PYG', 'RWF', 'VND', 'VUV', 'XAF', 'XOF', 'XPF');
      -		if (! in_array($currency, $arrayzerounitcurrency)) $stripeamount=$stripeamount * 100;
      +		if (! in_array($currency, $arrayzerounitcurrency)) $stripeamount=$amount * 100;
      +		else $stripeamount = $amount;
       
       		$societe = new Societe($this->db);
       		if ($key > 0) $societe->fetch($key);
       
       		$description = "";
       		$ref = "";
      -		if ($dol_type == order) {
      +		if ($origin == order) {
       			$order = new Commande($this->db);
      -			$order->fetch($dol_id);
      +			$order->fetch($item);
       			$ref = $order->ref;
       			$description = "ORD=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
      -		} elseif ($dol_type == invoice) {
      +		} elseif ($origin == invoice) {
       			$invoice = new Facture($this->db);
      -			$invoice->fetch($dol_id);
      +			$invoice->fetch($item);
       			$ref = $invoice->ref;
       			$description = "INV=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
       		}
       
       		$metadata = array(
      -			"dol_id" => "" . $dol_id . "",
      -			"dol_type" => "" . $dol_type . "",
      +			"dol_id" => "" . $item . "",
      +			"dol_type" => "" . $origin . "",
       			"dol_thirdparty_id" => "" . $societe->id . "",
       			'dol_thirdparty_name' => $societe->name,
       			'dol_version'=>DOL_VERSION,
      @@ -426,7 +427,7 @@ class Stripe extends CommonObject
       				if (preg_match('/acct_/i', $source))
       				{
       					$charge = \Stripe\Charge::create(array(
      -						"amount" => price2num($stripeamount, 'MU'),
      +						"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,
      @@ -436,7 +437,7 @@ class Stripe extends CommonObject
       					));
       				} else {
       					$paymentarray = array(
      -						"amount" => price2num($stripeamount, 'MU'),
      +						"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,
      @@ -455,13 +456,13 @@ class Stripe extends CommonObject
       				}
       			} else {
       
      -				$fee = round(($stripeamount * ($conf->global->STRIPE_APPLICATION_FEE_PERCENT / 100) + $conf->global->STRIPE_APPLICATION_FEE) * 100);
      +				$fee = round(($amount * ($conf->global->STRIPE_APPLICATION_FEE_PERCENT / 100) + $conf->global->STRIPE_APPLICATION_FEE) * 100);
       				if ($fee < ($conf->global->STRIPE_APPLICATION_FEE_MINIMAL * 100)) {
       					$fee = round($conf->global->STRIPE_APPLICATION_FEE_MINIMAL * 100);
       				}
       
               		$paymentarray = array(
      -						"amount" => price2num($stripeamount, 'MU'),
      +						"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,
      
      From f0c0c4779bd82d18dfe1713ba7a202f028cdd132 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 19:32:35 +0200
      Subject: [PATCH 0476/1013] Fix remove yellow alert
      
      ---
       htdocs/accountancy/index.php | 24 ++++++++++++------------
       1 file changed, 12 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
      index b2dfdb91e05..2d34ec816e3 100644
      --- a/htdocs/accountancy/index.php
      +++ b/htdocs/accountancy/index.php
      @@ -61,13 +61,13 @@ if ($conf->accounting->enabled)
       
       	// STEPS
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/journals_list.php?id=35">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("AccountingJournals").'</mark>'.'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescJournalSetup", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/journals_list.php?id=35">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("AccountingJournals").'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/accountmodel.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("Pcg_version").'</mark>'.'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChartModel", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/accountmodel.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Pcg_version").'</strong>'.'</a>');
       	print "<br>\n";
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/account.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("Chartofaccounts").'</mark>'.'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescChart", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/account.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("Chartofaccounts").'</strong>'.'</a>');
       	print "<br>\n";
       
       	print "<br>\n";
      @@ -76,20 +76,20 @@ if ($conf->accounting->enabled)
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescDefault", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/defaultaccounts.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuDefaultAccounts").'</mark>'.'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescDefault", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/defaultaccounts.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuDefaultAccounts").'</strong>'.'</a>');
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBank", $step, '<a href="'.DOL_URL_ROOT.'/compta/bank/list.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuBankAccounts").'</mark>'.'</strong>'.'</a>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBank", $step, '<a href="'.DOL_URL_ROOT.'/compta/bank/list.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuBankAccounts").'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	$step++;
      -	$textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=10&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.'<mark>'.$langs->transnoentitiesnoconv("MenuVatAccounts").'</mark>'.'</strong>'.'</a>';
      +	$textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=10&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.$langs->transnoentitiesnoconv("MenuVatAccounts").'</strong>'.'</a>';
       	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescVat", $step, $textlink);
       	print "<br>\n";
       	if (! empty($conf->tax->enabled))
       	{
      -	     $textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=7&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.'<mark>'.$langs->transnoentitiesnoconv("MenuTaxAccounts").'</mark>'.'</strong>'.'</a>';
      +	     $textlink = '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=7&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup").'-'.$langs->transnoentitiesnoconv("MenuTaxAccounts").'</strong>'.'</a>';
       	    $step++;
       	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescContrib", $step, $textlink);
       	    print "<br>\n";
      @@ -105,7 +105,7 @@ if ($conf->accounting->enabled)
       	if (! empty($conf->expensereport->enabled))  // TODO Move this in the default account page because this is only one accounting account per purpose, not several.
       	{
       	    $step++;
      -	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescExpenseReport", $step, '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=17&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("MenuExpenseReportAccounts").'</mark>'.'</strong>'.'</a>');
      +	    print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescExpenseReport", $step, '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=17&from=accountancy">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("MenuExpenseReportAccounts").'</strong>'.'</a>');
       	    print "<br>\n";
       	}
       	/*
      @@ -123,7 +123,7 @@ if ($conf->accounting->enabled)
       	}*/
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescProd", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/productaccount.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".'<mark>'.$langs->transnoentitiesnoconv("ProductsBinding").'</mark>'.'</strong>'.'</a>');
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescProd", $step, '<a href="'.DOL_URL_ROOT.'/accountancy/admin/productaccount.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy").'-'.$langs->transnoentitiesnoconv("Setup")."-".$langs->transnoentitiesnoconv("ProductsBinding").'</strong>'.'</a>');
       	print "<br>\n";
       
       
      @@ -139,17 +139,17 @@ if ($conf->accounting->enabled)
       	$langs->loadLangs(array('bills', 'trips'));
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsCustomers"), '<a href="'.DOL_URL_ROOT.'/accountancy/customer/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("CustomersVentilation").'</mark>'.'</strong>'.'</a>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsCustomers"), '<a href="'.DOL_URL_ROOT.'/accountancy/customer/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("CustomersVentilation").'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	$step++;
      -	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<a href="'.DOL_URL_ROOT.'/accountancy/supplier/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("SuppliersVentilation").'</mark>'.'</strong>'.'</a>')."\n";
      +	print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("BillsSuppliers"), '<a href="'.DOL_URL_ROOT.'/accountancy/supplier/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("SuppliersVentilation").'</strong>'.'</a>')."\n";
       	print "<br>\n";
       
       	if (! empty($conf->expensereport->enabled) || ! empty($conf->deplacement->enabled))
       	{
       		$step++;
      -		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<a href="'.DOL_URL_ROOT.'/accountancy/expensereport/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".'<mark>'.$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</mark>'.'</strong>'.'</a>')."\n";
      +		print img_picto('', 'puce').' '.$langs->trans("AccountancyAreaDescBind", chr(64+$step), $langs->transnoentitiesnoconv("ExpenseReports"), '<a href="'.DOL_URL_ROOT.'/accountancy/expensereport/index.php">'.'<strong>'.$langs->transnoentitiesnoconv("MenuAccountancy")."-".$langs->transnoentitiesnoconv("ExpenseReportsVentilation").'</strong>'.'</a>')."\n";
       	    print "<br>\n";
       	}
       
      
      From 78d7ea459d15ae9d7ee5c3514f297a63b145c52e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 19:49:16 +0200
      Subject: [PATCH 0477/1013] Update paymentmodes.php
      
      ---
       htdocs/societe/paymentmodes.php | 18 ++++++++++--------
       1 file changed, 10 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
      index 0fcd7b120db..1acc31cc8ec 100644
      --- a/htdocs/societe/paymentmodes.php
      +++ b/htdocs/societe/paymentmodes.php
      @@ -959,15 +959,17 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
       					print '<td>';
       					print '</td>';
       				}
      +				// Src ID
       				print '<td>';
      -        if (!empty($stripeacc)) $connect=$stripeacc.'/';
      -      $url='https://dashboard.stripe.com/'.$connect.'test/sources/'.$src->id;
      -			if ($servicestatus)
      -			{
      -				$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
      -			}
      +				if (!empty($stripeacc)) $connect=$stripeacc.'/';
      +				$url='https://dashboard.stripe.com/'.$connect.'test/sources/'.$src->id;
      +				if ($servicestatus)
      +				{
      +					$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
      +				}
       				print "<a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$src->id."</a>";
       				print '</td>';
      +				// Img of credit card
       				print '<td>';
       				if ($src->object=='card')
       				{
      @@ -981,8 +983,8 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
       				{
       					print '<span class="fa fa-university fa-2x fa-fw"></span>';
       				}
      -
      -				print'</td><td valign="middle">';
      +				print'</td>';
      +				print '<td valign="middle">';
       				if ($src->object=='card')
       				{
       					print '....'.$src->last4.' - '.$src->exp_month.'/'.$src->exp_year.'';
      
      From 44d8333633e5f0a547987ce58f6efbfca22c3be6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 20:00:53 +0200
      Subject: [PATCH 0478/1013] Fix external link must be after label
      
      ---
       htdocs/societe/paymentmodes.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
      index 1acc31cc8ec..13fdf048382 100644
      --- a/htdocs/societe/paymentmodes.php
      +++ b/htdocs/societe/paymentmodes.php
      @@ -557,7 +557,7 @@ if (empty($reshook))
       			$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) && !empty($newcu))
      @@ -967,7 +967,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
       				{
       					$url='https://dashboard.stripe.com/'.$connect.'sources/'.$src->id;
       				}
      -				print "<a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$src->id."</a>";
      +				print $src->id." <a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')."</a>";
       				print '</td>';
       				// Img of credit card
       				print '<td>';
      
      From f470068d9d7e95299648b46254b7835acc3fa50c Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 20:10:13 +0200
      Subject: [PATCH 0479/1013] fix phpcs
      
      ---
       htdocs/accountancy/journal/expensereportsjournal.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
      index 6fb8aed5c31..9c39016f008 100644
      --- a/htdocs/accountancy/journal/expensereportsjournal.php
      +++ b/htdocs/accountancy/journal/expensereportsjournal.php
      @@ -212,7 +212,7 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->subledger_label = $tabuser[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       
      -					$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +					$accountingaccount->fetch(null, $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
       					$bookkeeping->label_compte = $accountingaccount->label;
       
       					$bookkeeping->label_operation = $tabuser[$key]['name'];
      
      From a40271e475bf2df2510b719643bbd149b1444932 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 20:11:32 +0200
      Subject: [PATCH 0480/1013] Update bankjournal.php
      
      ---
       htdocs/accountancy/journal/bankjournal.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index 7b4248630ae..3b86835e927 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -554,14 +554,14 @@ if (! $error && $action == 'writebookkeeping') {
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       
      -							$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +							$accountingaccount->fetch(null, $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
       							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if ($tabtype[$key] == 'payment_salary') {
       							$bookkeeping->subledger_account = $tabuser[$key]['accountancy_code'];
       							$bookkeeping->subledger_label = $tabuser[$key]['name'];
       							$bookkeeping->numero_compte = $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT;
       
      -							$accountingaccount->fetch(null ,$conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
      +							$accountingaccount->fetch(null, $conf->global->SALARIES_ACCOUNTING_ACCOUNT_PAYMENT, true);
       							$bookkeeping->label_compte = $accountingaccount->label;
       						} else if (in_array($tabtype[$key], array('sc', 'payment_sc'))) {   // If payment is payment of social contribution
       							$bookkeeping->subledger_account = '';
      
      From 57bb8bcfcdabc6324990e9a636b1d480818476c9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 20:27:33 +0200
      Subject: [PATCH 0481/1013] Disabled action are hidden with reason
      
      ---
       htdocs/product/stock/product.php | 34 +++++++++++++++++++++++++-------
       htdocs/variants/combinations.php | 13 +++++++-----
       2 files changed, 35 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index dc291eb0fdc..70a37a4bba6 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -766,17 +766,37 @@ if (empty($reshook))
       	{
       	    print "<div class=\"tabsAction\">\n";
       
      -		if (! $variants) {
      -
      -			if ($user->rights->stock->mouvement->creer) {
      +		if ($user->rights->stock->mouvement->creer)
      +		{
      +			if (! $variants) {
       				print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=correction">' . $langs->trans("CorrectStock") . '</a>';
       			}
      -
      -			//if (($user->rights->stock->mouvement->creer) && ! $object->hasbatch())
      -			if ($user->rights->stock->mouvement->creer) {
      -				print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=transfert">' . $langs->trans("TransferStock") . '</a>';
      +			else
      +			{
      +				print '<a class="butActionRefused" href="#" title="'.$langs->trans("ActionAvailableOnVariantProductOnly").'">' . $langs->trans("CorrectStock") . '</a>';
       			}
       		}
      +		else
      +		{
      +			print '<a class="butActionRefused" href="#" title="'.$langs->trans("NotEnoughPermissions").'">' . $langs->trans("CorrectStock") . '</a>';
      +		}
      +
      +		//if (($user->rights->stock->mouvement->creer) && ! $object->hasbatch())
      +		if ($user->rights->stock->mouvement->creer)
      +		{
      +			if (! $variants) {
      +				print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=transfert">' . $langs->trans("TransferStock") . '</a>';
      +			}
      +			else
      +			{
      +				print '<a class="butActionRefused" href="#" title="'.$langs->trans("ActionAvailableOnVariantProductOnly").'">' . $langs->trans("TransferStock") . '</a>';
      +			}
      +		}
      +		else
      +		{
      +			print '<a class="butActionRefused" href="#" title="'.$langs->trans("NotEnoughPermissions").'">' . $langs->trans("CorrectStock") . '</a>';
      +		}
      +
       		print '</div>';
       	}
       
      diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
      index f5c0d813995..848e5ee70fe 100644
      --- a/htdocs/variants/combinations.php
      +++ b/htdocs/variants/combinations.php
      @@ -326,7 +326,7 @@ if (! empty($id) || ! empty($ref))
       
       		if ($action == 'add') {
       			$title = $langs->trans('NewProductCombination');
      -			print dol_fiche_head();
      +			//print dol_fiche_head();
       			$features = $_SESSION['addvariant_'.$object->id];
       			//First, sanitize
       			print '<div id="parttoaddvariant">';
      @@ -347,7 +347,8 @@ if (! empty($id) || ! empty($ref))
       				}
       			}
       			print '</div>';
      -			print dol_fiche_end();
      +			print '<br><br>';
      +			//print dol_fiche_end();
       		} else {
       			$title = $langs->trans('EditProductCombination');
       		}
      @@ -633,12 +634,14 @@ if (! empty($id) || ! empty($ref))
       		print '<div class="tabsAction">';
       
       		print '	<div class="inline-block divButAction">';
      -		if ($productCombinations) {
      -		    print '<a href="combinations.php?id='.$object->id.'&action=copy" class="butAction">'.$langs->trans('PropagateVariant').'</a>';
      -		}
       
       		print '<a href="combinations.php?id='.$object->id.'&action=add" class="butAction">'.$langs->trans('NewProductCombination').'</a>'; // NewVariant
       
      +		if ($productCombinations)
      +		{
      +			print '<a href="combinations.php?id='.$object->id.'&action=copy" class="butAction">'.$langs->trans('PropagateVariant').'</a>';
      +		}
      +
       		// Too much bugged page.
       		/*
       		print '<a href="generator.php?id='.$object->id.'" class="butAction">'.$langs->trans('ProductCombinationGenerator').'</a>';
      
      From c9aaf01a7c6dceb13f40c74145384c92c5488cbd Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 20:56:10 +0200
      Subject: [PATCH 0482/1013] MOVE ticket dictionnary in API /setup
      
      ---
       htdocs/api/class/api_setup.class.php | 181 +++++++++++++++++++++++++++
       1 file changed, 181 insertions(+)
      
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index ef2b4c8bb6d..a8c7456cf05 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -578,7 +578,188 @@ class Setup extends DolibarrApi
       
               return $list;
           }
      +	
      +if ($conf->ticket->enabled) {    
      +     /**
      +     * Get the list of tickets categories.
      +     *
      +     * @param string    $sortfield  Sort field
      +     * @param string    $sortorder  Sort order
      +     * @param int       $limit      Number of items per page
      +     * @param int       $page       Page number (starting from zero)
      +     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      +     * @return List of events types
      +     *
      +     * @url     GET dictionary/ticket_categories
      +     *
      +     * @throws RestException
      +     */
      +    function getTicketsCategories($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      +    {
      +    	$list = array();
       
      +    	$sql = "SELECT rowid, code, pos,  label, use_default, description";
      +    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_category as t";
      +    	$sql.= " WHERE t.active = 1";
      +    	// Add sql filters
      +    	if ($sqlfilters)
      +    	{
      +    		if (! DolibarrApi::_checkFilters($sqlfilters))
      +    		{
      +    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      +    		}
      +    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      +    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      +    	}
      +
      +
      +    	$sql.= $this->db->order($sortfield, $sortorder);
      +
      +    	if ($limit) {
      +    		if ($page < 0) {
      +    			$page = 0;
      +    		}
      +    		$offset = $limit * $page;
      +
      +    		$sql .= $this->db->plimit($limit, $offset);
      +    	}
      +
      +    	$result = $this->db->query($sql);
      +
      +    	if ($result) {
      +    		$num = $this->db->num_rows($result);
      +    		$min = min($num, ($limit <= 0 ? $num : $limit));
      +    		for ($i = 0; $i < $min; $i++) {
      +    			$list[] = $this->db->fetch_object($result);
      +    		}
      +    	} else {
      +    		throw new RestException(503, 'Error when retrieving list of ticket categories : '.$this->db->lasterror());
      +    	}
      +
      +    	return $list;
      +    }
      +
      +    /**
      +     * Get the list of tickets severity.
      +     *
      +     * @param string    $sortfield  Sort field
      +     * @param string    $sortorder  Sort order
      +     * @param int       $limit      Number of items per page
      +     * @param int       $page       Page number (starting from zero)
      +     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      +     * @return List of events types
      +     *
      +     * @url     GET dictionary/ticket_severities
      +     *
      +     * @throws RestException
      +     */
      +    function getTicketsSeverities($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      +    {
      +    	$list = array();
      +
      +    	$sql = "SELECT rowid, code, pos,  label, use_default, color, description";
      +    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_severity as t";
      +    	$sql.= " WHERE t.active = 1";
      +    	// Add sql filters
      +    	if ($sqlfilters)
      +    	{
      +    		if (! DolibarrApi::_checkFilters($sqlfilters))
      +    		{
      +    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      +    		}
      +    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      +    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      +    	}
      +
      +
      +    	$sql.= $this->db->order($sortfield, $sortorder);
      +
      +    	if ($limit) {
      +    		if ($page < 0) {
      +    			$page = 0;
      +    		}
      +    		$offset = $limit * $page;
      +
      +    		$sql .= $this->db->plimit($limit, $offset);
      +    	}
      +
      +    	$result = $this->db->query($sql);
      +
      +    	if ($result) {
      +    		$num = $this->db->num_rows($result);
      +    		$min = min($num, ($limit <= 0 ? $num : $limit));
      +    		for ($i = 0; $i < $min; $i++) {
      +    			$list[] = $this->db->fetch_object($result);
      +    		}
      +    	} else {
      +    		throw new RestException(503, 'Error when retrieving list of ticket severities : '.$this->db->lasterror());
      +    	}
      +
      +    	return $list;
      +    }
      +
      +    /**
      +     * Get the list of tickets types.
      +     *
      +     * @param string    $sortfield  Sort field
      +     * @param string    $sortorder  Sort order
      +     * @param int       $limit      Number of items per page
      +     * @param int       $page       Page number (starting from zero)
      +     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      +     * @return List of events types
      +     *
      +     * @url     GET dictionary/ticket_types
      +     *
      +     * @throws RestException
      +     */
      +    function getTicketsTypes($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      +    {
      +    	$list = array();
      +
      +    	$sql = "SELECT rowid, code, pos,  label, use_default, description";
      +    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_type as t";
      +    	$sql.= " WHERE t.active = 1";
      +    	if ($type) $sql.=" AND t.type LIKE '%" . $this->db->escape($type) . "%'";
      +    	if ($module)    $sql.=" AND t.module LIKE '%" . $this->db->escape($module) . "%'";
      +    	// Add sql filters
      +    	if ($sqlfilters)
      +    	{
      +    		if (! DolibarrApi::_checkFilters($sqlfilters))
      +    		{
      +    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      +    		}
      +    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      +    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      +    	}
      +
      +
      +    	$sql.= $this->db->order($sortfield, $sortorder);
      +
      +    	if ($limit) {
      +    		if ($page < 0) {
      +    			$page = 0;
      +    		}
      +    		$offset = $limit * $page;
      +
      +    		$sql .= $this->db->plimit($limit, $offset);
      +    	}
      +
      +    	$result = $this->db->query($sql);
      +
      +    	if ($result) {
      +    		$num = $this->db->num_rows($result);
      +    		$min = min($num, ($limit <= 0 ? $num : $limit));
      +    		for ($i = 0; $i < $min; $i++) {
      +    			$list[] = $this->db->fetch_object($result);
      +    		}
      +    	} else {
      +    		throw new RestException(503, 'Error when retrieving list of ticket types : '.$this->db->lasterror());
      +    	}
      +
      +    	return $list;
      +    }
      +
      +}	
       
           /**
            * Do a test of integrity for files and setup.
      
      From 0e6d3a0f48cef76ec61fbb1d0990e73501b31b22 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 20:59:06 +0200
      Subject: [PATCH 0483/1013] FIX delete dictionnary in ticket API
      
      ---
       htdocs/ticket/class/api_tickets.class.php | 184 ----------------------
       1 file changed, 184 deletions(-)
      
      diff --git a/htdocs/ticket/class/api_tickets.class.php b/htdocs/ticket/class/api_tickets.class.php
      index c75ab7e2450..110c27a5cce 100644
      --- a/htdocs/ticket/class/api_tickets.class.php
      +++ b/htdocs/ticket/class/api_tickets.class.php
      @@ -473,190 +473,6 @@ class Tickets extends DolibarrApi
               );
           }
       
      -
      -    /**
      -     * Get the list of tickets categories.
      -     *
      -     * @param string    $sortfield  Sort field
      -     * @param string    $sortorder  Sort order
      -     * @param int       $limit      Number of items per page
      -     * @param int       $page       Page number (starting from zero)
      -     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      -     * @return List of events types
      -     *
      -     * @url     GET setup/dictionary/categories
      -     *
      -     * @throws RestException
      -     */
      -    function getTicketsCategories($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      -    {
      -    	$list = array();
      -
      -    	$sql = "SELECT rowid, code, pos,  label, use_default, description";
      -    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_category as t";
      -    	$sql.= " WHERE t.active = 1";
      -    	// Add sql filters
      -    	if ($sqlfilters)
      -    	{
      -    		if (! DolibarrApi::_checkFilters($sqlfilters))
      -    		{
      -    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      -    		}
      -    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      -    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      -    	}
      -
      -
      -    	$sql.= $this->db->order($sortfield, $sortorder);
      -
      -    	if ($limit) {
      -    		if ($page < 0) {
      -    			$page = 0;
      -    		}
      -    		$offset = $limit * $page;
      -
      -    		$sql .= $this->db->plimit($limit, $offset);
      -    	}
      -
      -    	$result = $this->db->query($sql);
      -
      -    	if ($result) {
      -    		$num = $this->db->num_rows($result);
      -    		$min = min($num, ($limit <= 0 ? $num : $limit));
      -    		for ($i = 0; $i < $min; $i++) {
      -    			$list[] = $this->db->fetch_object($result);
      -    		}
      -    	} else {
      -    		throw new RestException(503, 'Error when retrieving list of ticket categories : '.$this->db->lasterror());
      -    	}
      -
      -    	return $list;
      -    }
      -
      -    /**
      -     * Get the list of tickets severity.
      -     *
      -     * @param string    $sortfield  Sort field
      -     * @param string    $sortorder  Sort order
      -     * @param int       $limit      Number of items per page
      -     * @param int       $page       Page number (starting from zero)
      -     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      -     * @return List of events types
      -     *
      -     * @url     GET setup/dictionary/severities
      -     *
      -     * @throws RestException
      -     */
      -    function getTicketsSeverities($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      -    {
      -    	$list = array();
      -
      -    	$sql = "SELECT rowid, code, pos,  label, use_default, color, description";
      -    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_severity as t";
      -    	$sql.= " WHERE t.active = 1";
      -    	// Add sql filters
      -    	if ($sqlfilters)
      -    	{
      -    		if (! DolibarrApi::_checkFilters($sqlfilters))
      -    		{
      -    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      -    		}
      -    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      -    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      -    	}
      -
      -
      -    	$sql.= $this->db->order($sortfield, $sortorder);
      -
      -    	if ($limit) {
      -    		if ($page < 0) {
      -    			$page = 0;
      -    		}
      -    		$offset = $limit * $page;
      -
      -    		$sql .= $this->db->plimit($limit, $offset);
      -    	}
      -
      -    	$result = $this->db->query($sql);
      -
      -    	if ($result) {
      -    		$num = $this->db->num_rows($result);
      -    		$min = min($num, ($limit <= 0 ? $num : $limit));
      -    		for ($i = 0; $i < $min; $i++) {
      -    			$list[] = $this->db->fetch_object($result);
      -    		}
      -    	} else {
      -    		throw new RestException(503, 'Error when retrieving list of ticket severities : '.$this->db->lasterror());
      -    	}
      -
      -    	return $list;
      -    }
      -
      -    /**
      -     * Get the list of tickets types.
      -     *
      -     * @param string    $sortfield  Sort field
      -     * @param string    $sortorder  Sort order
      -     * @param int       $limit      Number of items per page
      -     * @param int       $page       Page number (starting from zero)
      -     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      -     * @return List of events types
      -     *
      -     * @url     GET setup/dictionary/types
      -     *
      -     * @throws RestException
      -     */
      -    function getTicketsTypes($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $sqlfilters = '')
      -    {
      -    	$list = array();
      -
      -    	$sql = "SELECT rowid, code, pos,  label, use_default, description";
      -    	$sql.= " FROM ".MAIN_DB_PREFIX."c_ticket_type as t";
      -    	$sql.= " WHERE t.active = 1";
      -    	if ($type) $sql.=" AND t.type LIKE '%" . $this->db->escape($type) . "%'";
      -    	if ($module)    $sql.=" AND t.module LIKE '%" . $this->db->escape($module) . "%'";
      -    	// Add sql filters
      -    	if ($sqlfilters)
      -    	{
      -    		if (! DolibarrApi::_checkFilters($sqlfilters))
      -    		{
      -    			throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      -    		}
      -    		$regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      -    		$sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      -    	}
      -
      -
      -    	$sql.= $this->db->order($sortfield, $sortorder);
      -
      -    	if ($limit) {
      -    		if ($page < 0) {
      -    			$page = 0;
      -    		}
      -    		$offset = $limit * $page;
      -
      -    		$sql .= $this->db->plimit($limit, $offset);
      -    	}
      -
      -    	$result = $this->db->query($sql);
      -
      -    	if ($result) {
      -    		$num = $this->db->num_rows($result);
      -    		$min = min($num, ($limit <= 0 ? $num : $limit));
      -    		for ($i = 0; $i < $min; $i++) {
      -    			$list[] = $this->db->fetch_object($result);
      -    		}
      -    	} else {
      -    		throw new RestException(503, 'Error when retrieving list of ticket types : '.$this->db->lasterror());
      -    	}
      -
      -    	return $list;
      -    }
      -
      -
      -
      -
      -
           /**
            * Validate fields before create or update object
            *
      
      From e2a6c9e332c83967cb9bf5608f27007edcf096f4 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Tue, 16 Oct 2018 21:05:15 +0200
      Subject: [PATCH 0484/1013] cut long lines >500
      
      ---
       htdocs/datapolicy/class/actions_datapolicy.class.php | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/datapolicy/class/actions_datapolicy.class.php b/htdocs/datapolicy/class/actions_datapolicy.class.php
      index 5a19b039602..21fcb4a5a44 100644
      --- a/htdocs/datapolicy/class/actions_datapolicy.class.php
      +++ b/htdocs/datapolicy/class/actions_datapolicy.class.php
      @@ -429,7 +429,10 @@ class ActionsDatapolicy
                       $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_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').show(); } else { $('tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').hide(); }}" . PHP_EOL;
      +                $jsscript .= "function hideRgPD() {" . PHP_EOL;
      +                $jsscript .= " if ($('#typent_id').val() == 8 || forme_juridique.indexOf(parseInt($('#forme_juridique_code').val())) > -1) {" . PHP_EOL;
      +                $jsscript .= " console.log(elementToHide);" . PHP_EOL;
      +                $jsscript .= " $('tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').show(); } else { $('tr.societe_extras_datapolicy_consentement, tr.societe_extras_datapolicy_opposition_traitement, tr.societe_extras_datapolicy_opposition_prospection').hide(); }}" . PHP_EOL;
                       $jsscript .= "hideRgPD();" . PHP_EOL;
                       $jsscript .= "$('#forme_juridique_code, #typent_id').change(function(){ hideRgPD(); });" . PHP_EOL;
                       $jsscript .= '</script>';
      
      From eb4ffcf1a706d0590c58b49178ac6e41f5f2fe95 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Tue, 16 Oct 2018 21:17:00 +0200
      Subject: [PATCH 0485/1013] Fix FEC Missing some information in bookkeeping
      
      ---
       htdocs/accountancy/journal/sellsjournal.php | 12 +++++++++++-
       1 file changed, 11 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
      index dcfd11ac67a..10cb339c2d6 100644
      --- a/htdocs/accountancy/journal/sellsjournal.php
      +++ b/htdocs/accountancy/journal/sellsjournal.php
      @@ -70,6 +70,8 @@ $parameters=array();
       
       $reshook=$hookmanager->executeHooks('doActions',$parameters,$user,$action);    // Note that $action and $object may have been modified by some hooks
       
      +$accountingaccount = new AccountingAccount($db);
      +
       // Get informations of journal
       $accountingjournalstatic = new AccountingJournal($db);
       $accountingjournalstatic->fetch($id_journal);
      @@ -319,6 +321,10 @@ if ($action == 'writebookkeeping') {
       					$bookkeeping->subledger_account = $tabcompany[$key]['code_compta'];
       					$bookkeeping->subledger_label = $tabcompany[$key]['name'];
       					$bookkeeping->numero_compte = $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER;
      +
      +					$accountingaccount->fetch(null, $conf->global->ACCOUNTING_ACCOUNT_CUSTOMER, true);
      +					$bookkeeping->label_compte = $accountingaccount->label;
      +
       					$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref . ' - ' . $langs->trans("SubledgerAccount");
       					$bookkeeping->montant = $mt;
       					$bookkeeping->sens = ($mt >= 0) ? 'D' : 'C';
      @@ -359,7 +365,6 @@ if ($action == 'writebookkeeping') {
       			foreach ( $tabht[$key] as $k => $mt ) {
       				//if ($mt) {
       					// get compte id and label
      -					$accountingaccount = new AccountingAccount($db);
       					if ($accountingaccount->fetch(null, $k, true)) {
       						$bookkeeping = new BookKeeping($db);
       						$bookkeeping->doc_date = $val["date"];
      @@ -373,6 +378,7 @@ if ($action == 'writebookkeeping') {
       						$bookkeeping->subledger_account = '';
       						$bookkeeping->subledger_label = '';
       						$bookkeeping->numero_compte = $k;
      +						$bookkeeping->label_compte = $accountingaccount->label;
       						$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref . ' - ' . $accountingaccount->label;
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'D' : 'C';
      @@ -432,6 +438,10 @@ if ($action == 'writebookkeeping') {
       						$bookkeeping->subledger_account = '';
       						$bookkeeping->subledger_label = '';
       						$bookkeeping->numero_compte = $k;
      +
      +						$accountingaccount->fetch($k, null, true);
      +						$bookkeeping->label_compte = $accountingaccount->label;
      +
       						$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref . ' - ' . $langs->trans("VAT").' '.join(', ',$def_tva[$key][$k]) .' %' . ($numtax?' - Localtax '.$numtax:'');
       						$bookkeeping->montant = $mt;
       						$bookkeeping->sens = ($mt < 0) ? 'D' : 'C';
      
      From 5e20390e15b37eabc57dc2652dd8330301a6f702 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 21:33:42 +0200
      Subject: [PATCH 0486/1013] FIX call of bankaccount class
      
      ---
       htdocs/societe/class/api_thirdparties.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php
      index 0b640fe1085..fdd9b1f5294 100644
      --- a/htdocs/societe/class/api_thirdparties.class.php
      +++ b/htdocs/societe/class/api_thirdparties.class.php
      @@ -18,6 +18,7 @@
       
       use Luracast\Restler\RestException;
       
      +require_once DOL_DOCUMENT_ROOT.'/societe/class/companybankaccount.class.php';
       
       /**
        * API class for thirdparties
      
      From 737bbf6e7c0835ef5877ef1d5ea13ece4aaaa50b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 21:38:27 +0200
      Subject: [PATCH 0487/1013] Update api_setup.class.php
      
      ---
       htdocs/api/class/api_setup.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index a8c7456cf05..b9a100972ac 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -579,7 +579,8 @@ class Setup extends DolibarrApi
               return $list;
           }
       	
      -if ($conf->ticket->enabled) {    
      +if (! empty($conf->ticket->enabled))
      +{    
            /**
            * Get the list of tickets categories.
            *
      
      From 2ce1aaaebfd7ed438477c321127cdbe65bee5900 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 21:43:40 +0200
      Subject: [PATCH 0488/1013] Update api_thirdparties.class.php
      
      ---
       htdocs/societe/class/api_thirdparties.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php
      index fdd9b1f5294..365073726bc 100644
      --- a/htdocs/societe/class/api_thirdparties.class.php
      +++ b/htdocs/societe/class/api_thirdparties.class.php
      @@ -18,7 +18,6 @@
       
       use Luracast\Restler\RestException;
       
      -require_once DOL_DOCUMENT_ROOT.'/societe/class/companybankaccount.class.php';
       
       /**
        * API class for thirdparties
      @@ -53,6 +52,7 @@ class Thirdparties extends DolibarrApi
       		require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
       		require_once DOL_DOCUMENT_ROOT.'/societe/class/societeaccount.class.php';
       		require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
      +		require_once DOL_DOCUMENT_ROOT.'/societe/class/companybankaccount.class.php';
       
       		$this->company = new Societe($this->db);
       
      
      From f80de9e65ee8afacb9638ecc8aefa9cbd8052d21 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 21:49:26 +0200
      Subject: [PATCH 0489/1013] fix syntax error and phpcs
      
      ---
       htdocs/api/class/api_setup.class.php | 6 ++----
       1 file changed, 2 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index fff8d7df7aa..3ec618dc92a 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -3,6 +3,7 @@
        * Copyright (C) 2016	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2017	Regis Houssin	        <regis.houssin@capnetworks.com>
        * Copyright (C) 2017	Neil Orley	            <neil.orley@oeris.fr>
      + * Copyright (C) 2018   Frédéric France         <frederic.france@netlogic.fr>
        *
        *
        * This program is free software; you can redistribute it and/or modify
      @@ -580,9 +581,7 @@ class Setup extends DolibarrApi
       
               return $list;
           }
      -	
      -if (! empty($conf->ticket->enabled))
      -{    
      +
            /**
            * Get the list of tickets categories.
            *
      @@ -762,7 +761,6 @@ if (! empty($conf->ticket->enabled))
           	return $list;
           }
       
      -}	
       
           /**
            * Do a test of integrity for files and setup.
      
      From 00dc78dd01e0b7f1741f093557c84811349b2cd2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 16 Oct 2018 21:58:33 +0200
      Subject: [PATCH 0490/1013] Fix responsive
      
      ---
       htdocs/user/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index cf733932129..6a8e0d4f14a 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -1383,7 +1383,7 @@ else
       			// Password
       			print '<tr><td>'.$langs->trans("Password").'</td>';
       
      -			print '<td>';
      +			print '<td class="wordbreak">';
       			$valuetoshow='';
       			if (preg_match('/ldap/',$dolibarr_main_authentication))
       			{
      
      From 4e14c2817c5c8522aa11e1c742c3f485fe5d46dd Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 22:09:11 +0200
      Subject: [PATCH 0491/1013] add errors def to form class
      
      ---
       htdocs/core/class/html.form.class.php | 5 +++++
       1 file changed, 5 insertions(+)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index edcb68ca3a7..1cc02f0939a 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -58,6 +58,11 @@ class Form
       	 */
       	public $error='';
       
      +    /**
      +     * @var string[]    Array of error strings
      +     */
      +    public $errors = array();
      +
       	public $num;
       
       	// Cache arrays
      
      From 2d542d028f88e157ab909c26b59506e80920edc5 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 22:22:57 +0200
      Subject: [PATCH 0492/1013] Update html.formmail.class.php
      
      ---
       htdocs/core/class/html.formmail.class.php | 13 ++++++++-----
       1 file changed, 8 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index c80358315c6..f9e5c111878 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -44,6 +44,14 @@ class FormMail extends Form
       
       	public $fromname;
       	public $frommail;
      +    /**
      +     * @var string user, company, robot
      +     */
      +    public $fromtype;
      +    /**
      +     * @var int ID
      +     */
      +    public $fromid;
       	public $replytoname;
       	public $replytomail;
       	public $toname;
      @@ -91,11 +99,6 @@ class FormMail extends Form
       	public $withtouser=array();
       	public $withtoccuser=array();
       
      -	/**
      -	 * @var string Error code (or message)
      -	 */
      -	public $error='';
      -
       	public $lines_model;
       
       
      
      From a5ebcff2eea5de9dd12ffe989967845c9cad3f8e Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Tue, 16 Oct 2018 22:27:34 +0200
      Subject: [PATCH 0493/1013] Fix lettering function
      
      ---
       htdocs/accountancy/bookkeeping/list.php       | 30 +++++++-
       ....php => thirdparty_lettering_customer.php} | 73 ++++---------------
       ....php => thirdparty_lettering_supplier.php} | 52 ++-----------
       htdocs/accountancy/class/lettering.class.php  | 16 ++--
       htdocs/core/lib/company.lib.php               | 18 ++---
       htdocs/langs/en_US/accountancy.lang           |  1 +
       htdocs/langs/en_US/main.lang                  |  2 +
       7 files changed, 67 insertions(+), 125 deletions(-)
       rename htdocs/accountancy/bookkeeping/{thirdparty_lettrage.php => thirdparty_lettering_customer.php} (76%)
       rename htdocs/accountancy/bookkeeping/{thirdparty_lettrage_supplier.php => thirdparty_lettering_supplier.php} (82%)
      
      diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
      index 132aa4e0afa..dad4089b6d2 100644
      --- a/htdocs/accountancy/bookkeeping/list.php
      +++ b/htdocs/accountancy/bookkeeping/list.php
      @@ -1,8 +1,8 @@
       <?php
      -/* Copyright (C) 2013-2016  Olivier Geffroy      <jeff@jeffinfo.com>
      - * 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) 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) 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
      @@ -79,6 +79,7 @@ $search_direction = GETPOST('search_direction', 'alpha');
       $search_debit = GETPOST('search_debit', 'alpha');
       $search_credit = GETPOST('search_credit', 'alpha');
       $search_ledger_code = GETPOST('search_ledger_code', 'alpha');
      +$search_lettering_code = GETPOST('search_lettering_code', 'alpha');
       
       // Load variable for pagination
       $limit = GETPOST('limit','int')?GETPOST('limit', 'int'):(empty($conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION)?$conf->liste_limit:$conf->global->ACCOUNTING_LIMIT_LIST_VENTILATION);
      @@ -138,6 +139,7 @@ $arrayfields=array(
       	't.label_operation'=>array('label'=>$langs->trans("Label"), 'checked'=>1),
       	't.debit'=>array('label'=>$langs->trans("Debit"), 'checked'=>1),
       	't.credit'=>array('label'=>$langs->trans("Credit"), 'checked'=>1),
      +	't.lettering_code'=>array('label'=>$langs->trans("LetteringCode"), 'checked'=>1),
       	't.code_journal'=>array('label'=>$langs->trans("Codejournal"), 'checked'=>1),
       	't.date_creation'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0),
       	't.tms'=>array('label'=>$langs->trans("DateModification"), 'checked'=>0),
      @@ -176,6 +178,7 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       	$search_date_modification_end = '';
       	$search_debit = '';
       	$search_credit = '';
      +	$search_lettering_code = '';
       }
       
       // Must be after the remove filter action, before the export.
      @@ -272,6 +275,10 @@ if (! empty($search_credit)) {
       	$filter['t.credit'] = $search_credit;
       	$param .= '&search_credit=' . urlencode($search_credit);
       }
      +if (! empty($search_lettering_code)) {
      +	$filter['t.lettering_code'] = $search_lettering_code;
      +	$param .= '&search_lettering_code=' . urlencode($search_lettering_code);
      + }
       
       
       if ($action == 'delbookkeeping') {
      @@ -546,6 +553,13 @@ if (! empty($arrayfields['t.credit']['checked']))
       	print '<input type="text" class="flat" name="search_credit" size="4" value="'.dol_escape_htmltag($search_credit).'">';
       	print '</td>';
       }
      +// Lettering code
      +if (! empty($arrayfields['t.lettering_code']['checked']))
      +{
      +	print '<td class="liste_titre center">';
      +	print '<input type="text" size="3" class="flat" name="search_lettering_code" value="' . $search_lettering_code . '"/>';
      +	print '</td>';
      +}
       // Code journal
       if (! empty($arrayfields['t.code_journal']['checked']))
       {
      @@ -595,6 +609,7 @@ if (! empty($arrayfields['t.subledger_account']['checked']))	print_liste_field_t
       if (! empty($arrayfields['t.label_operation']['checked']))		print_liste_field_titre($arrayfields['t.label_operation']['label'], $_SERVER['PHP_SELF'], "t.label_operation", "", $param, "", $sortfield, $sortorder);
       if (! empty($arrayfields['t.debit']['checked']))				print_liste_field_titre($arrayfields['t.debit']['label'], $_SERVER['PHP_SELF'], "t.debit", "", $param, 'align="right"', $sortfield, $sortorder);
       if (! empty($arrayfields['t.credit']['checked']))				print_liste_field_titre($arrayfields['t.credit']['label'], $_SERVER['PHP_SELF'], "t.credit", "", $param, 'align="right"', $sortfield, $sortorder);
      +if (! empty($arrayfields['t.lettering_code']['checked']))		print_liste_field_titre($arrayfields['t.lettering_code']['label'], $_SERVER['PHP_SELF'], "t.lettering_code", "", $param, 'align="center"', $sortfield, $sortorder);
       if (! empty($arrayfields['t.code_journal']['checked']))			print_liste_field_titre($arrayfields['t.code_journal']['label'], $_SERVER['PHP_SELF'], "t.code_journal", "", $param, 'align="center"', $sortfield, $sortorder);
       if (! empty($arrayfields['t.date_creation']['checked']))		print_liste_field_titre($arrayfields['t.date_creation']['label'], $_SERVER['PHP_SELF'], "t.date_creation", "", $param, 'align="center"', $sortfield, $sortorder);
       if (! empty($arrayfields['t.tms']['checked']))					print_liste_field_titre($arrayfields['t.tms']['label'], $_SERVER['PHP_SELF'], "t.tms", "", $param, 'align="center"', $sortfield, $sortorder);
      @@ -680,6 +695,13 @@ if ($num > 0)
       			$totalarray['totalcredit'] += $line->credit;
       		}
       
      +		// Lettering code
      +		if (! empty($arrayfields['t.lettering_code']['checked']))
      +		{
      +			print '<td align="center">' . $line->lettering_code . '</td>';
      +			if (! $i) $totalarray['nbfield']++;
      +		}
      +
       		// Journal code
       		if (! empty($arrayfields['t.code_journal']['checked']))
       		{
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      similarity index 76%
      rename from htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
      rename to htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      index be335107839..fa41b404f03 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      @@ -1,9 +1,9 @@
       <?php
      -/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
      - * Copyright (C) 2013      Florian Henry	    <florian.henry@open-concept.pro>
      - * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@gmail.com>
      +/* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2005       Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
      + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
      + * Copyright (C) 2013-2018  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
      @@ -21,9 +21,9 @@
        */
       
       /**
      - * \file accountancy/bookkeeping/thirdparty_lettrage.php
      - * \ingroup Advanced accountancy
      - * \brief Onglet de gestion de parametrages des ventilations
      + * \file        accountancy/bookkeeping/thirdparty_lettering_customer.php
      + * \ingroup     Advanced accountancy
      + * \brief       Onglet de gestion de parametrages des ventilations
        */
       require '../../main.inc.php';
       
      @@ -107,7 +107,7 @@ if ($action == 'lettering') {
       
       if ($action == 'autolettrage') {
       
      -	$result = $BookKeeping->lettrageTiers($socid);
      +	$result = $BookKeeping->lettering_thirdparty($socid);
       
       	if ($result < 0) {
       		setEventMessages('', $BookKeeping->errors, 'errors');
      @@ -124,55 +124,15 @@ $head = societe_prepare_head($object);
       
       dol_htmloutput_mesg(is_numeric($error) ? '' : $error, $errors, 'error');
       
      -dol_fiche_head($head, 'accounting', $langs->trans("ThirdParty"), 0, 'company');
      +dol_fiche_head($head, 'lettering_customer', $langs->trans("ThirdParty"), 0, 'company');
       
      -print '<table width="100%" class="border">';
      -print '<tr><td width="30%">' . $langs->trans("ThirdPartyName") . '</td><td width="70%" colspan="3">';
      -$object->next_prev_filter = "te.fournisseur = 1";
      -print $form->showrefnav($object, 'socid', '', ($user->societe_id ? 0 : 1), 'rowid', 'nom', '', '');
      -print '</td></tr>';
      +$linkback = '<a href="'.DOL_URL_ROOT.'/societe/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
       
      -if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
      -{
      -	print '<tr><td>' . $langs->trans('Prefix') . '</td><td colspan="3">' . $object->prefix_comm . '</td></tr>';
      -}
      +dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom', '', '', 0, '', '', 'arearefnobottom');
       
      -print '<tr>';
      -print '<td class="nowrap">' . $langs->trans("CustomerCode") . '</td><td colspan="3">';
      -print $object->code_client;
      -if ($object->check_codeclient() != 0)
      -	print ' <font class="error">(' . $langs->trans("WrongCustomerCode") . ')</font>';
      -print '</td>';
      -print '</tr>';
      +dol_fiche_end();
       
      -print '<tr>';
      -print '<td>';
      -print $form->editfieldkey("CustomerAccountancyCode", 'customeraccountancycode', $object->code_compta, $object, $user->rights->societe->creer);
      -print '</td><td colspan="3">';
      -print $form->editfieldval("CustomerAccountancyCode", 'customeraccountancycode', $object->code_compta, $object, $user->rights->societe->creer);
      -print '</td>';
      -print '</tr>';
      -
      -// Address
      -print '<tr><td valign="top">' . $langs->trans("Address") . '</td><td colspan="3">';
      -dol_print_address($object->address, 'gmap', 'thirdparty', $object->id);
      -print '</td></tr>';
      -
      -// Zip / Town
      -print '<tr><td class="nowrap">' . $langs->trans("Zip") . ' / ' . $langs->trans("Town") . '</td><td colspan="3">' . $object->zip . (($object->zip && $object->town) ? ' / ' : '') . $object->town . '</td>';
      -print '</tr>';
      -
      -// Country
      -print '<tr><td>' . $langs->trans("Country") . '</td><td colspan="3">';
      -// $img=picto_from_langcode($object->country_code);
      -$img = '';
      -if ($object->isInEEC())
      -	print $form->textwithpicto(($img ? $img . ' ' : '') . $object->country, $langs->trans("CountryIsInEEC"), 1, 0);
      -else
      -	print ($img ? $img . ' ' : '') . $object->country;
      -print '</td></tr>';
      -
      -print '</table>';
      +print '<br>';
       
       $sql = "SELECT bk.rowid, bk.doc_date, bk.doc_type, bk.doc_ref, ";
       $sql .= " bk.subledger_account, bk.numero_compte , bk.label_compte, bk.debit, ";
      @@ -209,7 +169,7 @@ while ( $obj = $db->fetch_object($resql) ) {
       
       $sql .= $db->plimit($limit + 1, $offset);
       
      -dol_syslog("/accountancy/bookkeeping/thirdparty_lettrage.php", LOG_DEBUG);
      +dol_syslog("/accountancy/bookkeeping/thirdparty_lettering_customer.php", LOG_DEBUG);
       $resql = $db->query($sql);
       if (! $resql) {
       	dol_print_error($db);
      @@ -218,7 +178,7 @@ if (! $resql) {
       
       $num = $db->num_rows($resql);
       
      -dol_syslog("/accountancy/bookkeeping/thirdparty_lettrage.php", LOG_DEBUG);
      +dol_syslog("/accountancy/bookkeeping/thirdparty_lettering_customer.php", LOG_DEBUG);
       if ($resql) {
       	$i = 0;
       
      @@ -317,4 +277,3 @@ if ($resql) {
       // End of page
       llxFooter();
       $db->close();
      -
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      similarity index 82%
      rename from htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      rename to htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      index 905361b4c8e..b70d0a07242 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      @@ -111,7 +111,7 @@ if ($action == 'lettering') {
       
       if ($action == 'autolettrage') {
       
      -	$result = $BookKeeping->lettrageTiers($socid);
      +	$result = $BookKeeping->lettering_thirdparty($socid);
       
       	if ($result < 0) {
       		setEventMessages('', $BookKeeping->errors, 'errors');
      @@ -140,55 +140,13 @@ $head = societe_prepare_head($object);
       
       dol_htmloutput_mesg(is_numeric($error) ? '' : $error, $errors, 'error');
       
      -dol_fiche_head($head, 'accounting_supplier', $langs->trans("ThirdParty"), 0, 'company');
      +dol_fiche_head($head, 'lettering_supplier', $langs->trans("ThirdParty"), 0, 'company');
       
      -print '<table width="100%" class="border">';
      -print '<tr><td width="30%">' . $langs->trans("ThirdPartyName") . '</td><td width="70%" colspan="3">';
      -$object->next_prev_filter = "te.fournisseur = 1";
      -print $form->showrefnav($object, 'socid', '', ($user->societe_id ? 0 : 1), 'rowid', 'nom', '', '');
      -print '</td></tr>';
      +$linkback = '<a href="'.DOL_URL_ROOT.'/societe/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
       
      -if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field
      -{
      -	print '<tr><td>' . $langs->trans('Prefix') . '</td><td colspan="3">' . $object->prefix_comm . '</td></tr>';
      -}
      +dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom', '', '', 0, '', '', 'arearefnobottom');
       
      -print '<tr>';
      -print '<td class="nowrap">' . $langs->trans("SupplierCode") . '</td><td colspan="3">';
      -print $object->code_fournisseur;
      -if ($object->check_codefournisseur() != 0)
      -	print ' <font class="error">(' . $langs->trans("WrongSupplierCode") . ')</font>';
      -print '</td>';
      -print '</tr>';
      -
      -print '<tr>';
      -print '<td>';
      -print $form->editfieldkey("SupplierAccountancyCode", 'supplieraccountancycode', $object->code_compta_fournisseur, $object, $user->rights->societe->creer);
      -print '</td><td colspan="3">';
      -print $form->editfieldval("SupplierAccountancyCode", 'supplieraccountancycode', $object->code_compta_fournisseur, $object, $user->rights->societe->creer);
      -print '</td>';
      -print '</tr>';
      -
      -// Address
      -print '<tr><td valign="top">' . $langs->trans("Address") . '</td><td colspan="3">';
      -dol_print_address($object->address, 'gmap', 'thirdparty', $object->id);
      -print '</td></tr>';
      -
      -// Zip / Town
      -print '<tr><td class="nowrap">' . $langs->trans("Zip") . ' / ' . $langs->trans("Town") . '</td><td colspan="3">' . $object->zip . (($object->zip && $object->town) ? ' / ' : '') . $object->town . '</td>';
      -print '</tr>';
      -
      -// Country
      -print '<tr><td>' . $langs->trans("Country") . '</td><td colspan="3">';
      -// $img=picto_from_langcode($object->country_code);
      -$img = '';
      -if ($object->isInEEC())
      -	print $form->textwithpicto(($img ? $img . ' ' : '') . $object->country, $langs->trans("CountryIsInEEC"), 1, 0);
      -else
      -	print ($img ? $img . ' ' : '') . $object->country;
      -print '</td></tr>';
      -
      -print '</table>';
      +dol_fiche_end();
       
       $sql = "SELECT bk.rowid, bk.doc_date, bk.doc_type, bk.doc_ref, ";
       $sql .= " bk.subledger_account, bk.numero_compte , bk.label_compte, bk.debit, ";
      diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
      index 0ddbaeb5026..220ed24d5d6 100644
      --- a/htdocs/accountancy/class/lettering.class.php
      +++ b/htdocs/accountancy/class/lettering.class.php
      @@ -1,7 +1,7 @@
       <?php
      -/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
      - * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@gmail.com>
      +/* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
      + * Copyright (C) 2013-2018  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
      @@ -18,9 +18,9 @@
        */
       
       /**
      - * \file accountancy/class/bookkeeping.class.php
      - * \ingroup Advanced accountancy
      - * \brief 	File of class for lettering
      + * \file        accountancy/class/bookkeeping.class.php
      + * \ingroup     Advanced accountancy
      + * \brief       File of class for lettering
        */
       include_once DOL_DOCUMENT_ROOT . "/accountancy/class/bookkeeping.class.php";
       include_once DOL_DOCUMENT_ROOT . "/societe/class/societe.class.php";
      @@ -32,12 +32,12 @@ include_once DOL_DOCUMENT_ROOT . "/core/lib/date.lib.php";
       class lettering extends BookKeeping
       {
       	/**
      -	 * lettrageTiers
      +	 * lettering_thirdparty
       	 *
       	 * @param int $socid Thirdparty id
       	 * @return int 1 OK, <0 error
       	 */
      -	public function lettrageTiers($socid)
      +	public function lettering_thirdparty($socid)
       	{
       		global $conf;
       
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index 0e2401434d7..46e3922a0d0 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -6,11 +6,11 @@
        * Copyright (C) 2013-2014  Florian Henry           <florian.henry@open-concept.pro>
        * 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) 2013-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
        * 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>
      + * Copyright (C) 2017       Rui Strecht             <rui.strecht@aliartalentos.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
      @@ -154,18 +154,18 @@ function societe_prepare_head(Societe $object)
       		// Tab to accountancy
       		if (! empty($conf->accounting->enabled) && $object->client>0)
       		{
      -			$head[$h][0] = DOL_URL_ROOT.'/accountancy/bookkeeping/thirdparty_lettrage.php?socid='.$object->id;
      -			$head[$h][1] = $langs->trans("TabAccountingCustomer");
      -			$head[$h][2] = 'accounting';
      +			$head[$h][0] = DOL_URL_ROOT.'/accountancy/bookkeeping/thirdparty_lettering_customer.php?socid='.$object->id;
      +			$head[$h][1] = $langs->trans("TabLetteringCustomer");
      +			$head[$h][2] = 'lettering_customer';
       			$h++;
       		}
       
       		// Tab to accountancy
       		if (! empty($conf->accounting->enabled) && $object->fournisseur>0)
       		{
      -			$head[$h][0] = DOL_URL_ROOT.'/accountancy/bookkeeping/thirdparty_lettrage_supplier.php?socid='.$object->id;
      -			$head[$h][1] = $langs->trans("TabAccountingSupplier");
      -			$head[$h][2] = 'accounting_supplier';
      +			$head[$h][0] = DOL_URL_ROOT.'/accountancy/bookkeeping/thirdparty_lettering_supplier.php?socid='.$object->id;
      +			$head[$h][1] = $langs->trans("TabLetteringSupplier");
      +			$head[$h][2] = 'lettering_supplier';
       			$h++;
       		}
       	}
      diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang
      index 0e59bf9a5a3..e6215269512 100644
      --- a/htdocs/langs/en_US/accountancy.lang
      +++ b/htdocs/langs/en_US/accountancy.lang
      @@ -160,6 +160,7 @@ Docref=Reference
       LabelAccount=Label account
       LabelOperation=Label operation
       Sens=Sens
      +LetteringCode=Lettering code
       Codejournal=Journal
       NumPiece=Piece number
       TransactionNumShort=Num. transaction
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index fb2f2a8e9fb..03d65917a97 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -870,6 +870,8 @@ NewLeadOrProject=New lead or project
       Rights=Permissions
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      
      From cf1819ea0e05c7151953d6bdac87709f325f5be3 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 22:27:34 +0200
      Subject: [PATCH 0494/1013] Update html.formmail.class.php
      
      ---
       htdocs/core/class/html.formmail.class.php | 16 +++++++++++++++-
       1 file changed, 15 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index f9e5c111878..68da2dce777 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -4,6 +4,7 @@
        * 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) 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,15 +45,28 @@ class FormMail extends Form
       
       	public $fromname;
       	public $frommail;
      +
           /**
            * @var string user, company, robot
            */
           public $fromtype;
      +
           /**
            * @var int ID
            */
           public $fromid;
      -	public $replytoname;
      +
      +    /**
      +     * @var string thirdparty etc
      +     */
      +    public $totype;
      +
      +    /**
      +     * @var int ID
      +     */
      +    public $toid;
      +
      +    public $replytoname;
       	public $replytomail;
       	public $toname;
       	public $tomail;
      
      From 2e77b9fed9ef745a24d133d346478bfcc86aacd2 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 22:42:18 +0200
      Subject: [PATCH 0495/1013] fix phpunit
      
      ---
       htdocs/compta/paiement/class/paiement.class.php | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index cc60c2cba8e..50f7bc2c4e6 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -76,8 +76,8 @@ class Paiement extends CommonObject
       	//paiement de llx_c_paiement
       	public $num_paiement;	// Numero du CHQ, VIR, etc...
       	public $num_payment;	// Numero du CHQ, VIR, etc...
      -  public $payment_id;	// Id of external modepayment
      -  public $payment_site;	// name of external modepayment
      +    public $payment_id;	// Id of external modepayment
      +    public $payment_site;	// name of external modepayment
       	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, ...)
      @@ -233,11 +233,11 @@ class Paiement extends CommonObject
       			$mtotal = $totalamount;
       		}
       		$note = ($this->note_public?$this->note_public:$this->note);
      -    $payment_id = $this->payment_id ? $this->payment_id : null;
      -    $payment_site = $this->payment_site ? $this->payment_site : null;
      +        $payment_id = $this->payment_id ? $this->payment_id : null;
      +        $payment_site = $this->payment_site ? $this->payment_site : null;
       
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, ext_payment_id, ext_payment_site, fk_user_creat)";
      -		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', '".$this->payment_id."', '".$this->payment_site."', ".$user->id.")";
      +		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', '".$this->db->escape($payment_id)."', '".$this->db->escape($payment_site)."', ".$user->id.")";
       
       		dol_syslog(get_class($this)."::Create insert paiement", LOG_DEBUG);
       		$resql = $this->db->query($sql);
      
      From fa78ab7c66336ce6283d3274685d68a3ddb61978 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 23:20:13 +0200
      Subject: [PATCH 0496/1013] do not trim int
      
      ---
       htdocs/contrat/class/contrat.class.php | 15 ++++++++-------
       1 file changed, 8 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php
      index 398da806c2d..7e0c2d13ca5 100644
      --- a/htdocs/contrat/class/contrat.class.php
      +++ b/htdocs/contrat/class/contrat.class.php
      @@ -10,6 +10,7 @@
        * Copyright (C) 2014-2015	Marcos García			<marcosgdf@gmail.com>
        * Copyright (C) 2015-2017	Ferran Marcet			<fmarcet@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
      @@ -2887,9 +2888,9 @@ class ContratLigne extends CommonObjectLine
       		$error=0;
       
       		// Clean parameters
      -		$this->fk_contrat=trim($this->fk_contrat);
      -		$this->fk_product=trim($this->fk_product);
      -		$this->statut=(int) $this->statut;
      +		$this->fk_contrat = (int) $this->fk_contrat;
      +		$this->fk_product = (int) $this->fk_product;
      +		$this->statut = (int) $this->statut;
       		$this->label=trim($this->label);
       		$this->description=trim($this->description);
       		$this->vat_src_code=trim($this->vat_src_code);
      @@ -2899,7 +2900,7 @@ class ContratLigne extends CommonObjectLine
       		$this->qty=trim($this->qty);
       		$this->remise_percent=trim($this->remise_percent);
       		$this->remise=trim($this->remise);
      -		$this->fk_remise_except=trim($this->fk_remise_except);
      +		$this->fk_remise_except = (int) $this->fk_remise_except;
       		$this->subprice=price2num($this->subprice);
       		$this->price_ht=price2num($this->price_ht);
       		$this->total_ht=trim($this->total_ht);
      @@ -2908,9 +2909,9 @@ class ContratLigne extends CommonObjectLine
       		$this->total_localtax2=trim($this->total_localtax2);
       		$this->total_ttc=trim($this->total_ttc);
       		$this->info_bits=trim($this->info_bits);
      -		$this->fk_user_author=trim($this->fk_user_author);
      -		$this->fk_user_ouverture=trim($this->fk_user_ouverture);
      -		$this->fk_user_cloture=trim($this->fk_user_cloture);
      +		$this->fk_user_author = (int) $this->fk_user_author;
      +		$this->fk_user_ouverture = (int) $this->fk_user_ouverture;
      +		$this->fk_user_cloture = (int) $this->fk_user_cloture;
       		$this->commentaire=trim($this->commentaire);
       		//if (empty($this->subprice)) $this->subprice = 0;
       		if (empty($this->price_ht)) $this->price_ht = 0;
      
      From 27b7cf8beaa34985efc3c193504a9d9c0a16a3d0 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Tue, 16 Oct 2018 23:31:19 +0200
      Subject: [PATCH 0497/1013] Fix uniformization dates of order in API
      
      ---
       htdocs/commande/class/commande.class.php | 10 ++++++++--
       1 file changed, 8 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index c588830d83d..7f2a8c98dbe 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -155,7 +155,10 @@ class Commande extends CommonOrder
       	public $demand_reason_id;   // Source reason. Why we receive order (after a phone campaign, ...)
       	public $demand_reason_code;
       	public $date;				// Date commande
      -
      +  public $date_creation;				// Date commande
      +  public $date_validation;				// Date commande
      +  public $date_modification;				// Date commande
      +  
       	/**
       	 * @deprecated
       	 * @see date
      @@ -1620,7 +1623,7 @@ class Commande extends CommonOrder
       		$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_commande, c.date_valid, c.tms';
       		$sql.= ', c.date_livraison';
       		$sql.= ', c.fk_shipping_method';
       		$sql.= ', c.fk_warehouse';
      @@ -1673,6 +1676,9 @@ class Commande extends CommonOrder
       				$this->total_ttc			= $obj->total_ttc;
       				$this->date					= $this->db->jdate($obj->date_commande);
       				$this->date_commande		= $this->db->jdate($obj->date_commande);
      +        $this->date_creation		= $this->db->jdate($obj->date_creation);
      +        $this->date_validation		= $this->db->jdate($obj->date_valid);
      +        $this->date_modification		= $this->db->jdate($obj->tms);
       				$this->remise				= $obj->remise;
       				$this->remise_percent		= $obj->remise_percent;
       				$this->remise_absolue		= $obj->remise_absolue;
      
      From 70b6c502dab209a0db427df3e0132e7d1f975a3f Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 16 Oct 2018 23:36:00 +0200
      Subject: [PATCH 0498/1013] Update menubase.class.php
      
      ---
       htdocs/core/class/menubase.class.php | 20 ++++++++++++--------
       1 file changed, 12 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php
      index 0daf4fe56da..17ada096fd1 100644
      --- a/htdocs/core/class/menubase.class.php
      +++ b/htdocs/core/class/menubase.class.php
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2007-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2009-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
      @@ -59,15 +60,18 @@ class Menubase
           public $fk_menu;
       
           /**
      -     * @var int ID
      +     * @var string fk_mainmenu
            */
           public $fk_mainmenu;
       
           /**
      -     * @var int ID
      +     * @var string fk_leftmenu
            */
           public $fk_leftmenu;
       
      +    /**
      +     * @var int position
      +     */
           public $position;
           public $url;
           public $target;
      @@ -111,10 +115,10 @@ class Menubase
               $this->type=trim($this->type);
               $this->mainmenu=trim($this->mainmenu);
               $this->leftmenu=trim($this->leftmenu);
      -        $this->fk_menu=trim($this->fk_menu);          // If -1, fk_mainmenu and fk_leftmenu must be defined
      +        $this->fk_menu = (int) $this->fk_menu;          // If -1, fk_mainmenu and fk_leftmenu must be defined
               $this->fk_mainmenu=trim($this->fk_mainmenu);
               $this->fk_leftmenu=trim($this->fk_leftmenu);
      -        $this->position=trim($this->position);
      +        $this->position = (int) $this->position;
               $this->url=trim($this->url);
               $this->target=trim($this->target);
               $this->titre=trim($this->titre);
      @@ -155,7 +159,7 @@ class Menubase
               $sql = "SELECT count(*)";
               $sql.= " FROM ".MAIN_DB_PREFIX."menu";
               $sql.= " WHERE menu_handler = '".$this->db->escape($this->menu_handler)."'";
      -        $sql.= " AND fk_menu = ".((int) $this->db->escape($this->fk_menu));
      +        $sql.= " AND fk_menu = ".((int) $this->fk_menu);
               $sql.= " AND position = ".((int) $this->position);
               $sql.= " AND url = '".$this->db->escape($this->url)."'";
               $sql.= " AND entity = ".$conf->entity;
      @@ -252,10 +256,10 @@ class Menubase
               $this->type=trim($this->type);
               $this->mainmenu=trim($this->mainmenu);
               $this->leftmenu=trim($this->leftmenu);
      -        $this->fk_menu=trim($this->fk_menu);
      +        $this->fk_menu = (int) $this->fk_menu;
               $this->fk_mainmenu=trim($this->fk_mainmenu);
               $this->fk_leftmenu=trim($this->fk_leftmenu);
      -        $this->position=trim($this->position);
      +        $this->position = (int) $this->position;
               $this->url=trim($this->url);
               $this->target=trim($this->target);
               $this->titre=trim($this->titre);
      @@ -274,7 +278,7 @@ class Menubase
               $sql.= " type='".$this->db->escape($this->type)."',";
               $sql.= " mainmenu='".$this->db->escape($this->mainmenu)."',";
               $sql.= " leftmenu='".$this->db->escape($this->leftmenu)."',";
      -        $sql.= " fk_menu='".$this->db->escape($this->fk_menu)."',";
      +        $sql.= " fk_menu=".$this->fk_menu.",";
               $sql.= " fk_mainmenu=".($this->fk_mainmenu?"'".$this->db->escape($this->fk_mainmenu)."'":"null").",";
               $sql.= " fk_leftmenu=".($this->fk_leftmenu?"'".$this->db->escape($this->fk_leftmenu)."'":"null").",";
               $sql.= " position=".($this->position > 0 ? $this->position : 0).",";
      
      From 3fdf3c95b449c8ef89454709089fc07dd387affb Mon Sep 17 00:00:00 2001
      From: ptibogxiv <ptibogxiv@msn.com>
      Date: Wed, 17 Oct 2018 00:04:44 +0200
      Subject: [PATCH 0499/1013] FIX harmony in date name with API
      
      ---
       htdocs/compta/facture/class/facture.class.php | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index e225d1468c4..d614447b189 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -112,6 +112,7 @@ class Facture extends CommonInvoice
       	public $date;              // Date invoice
       	public $date_creation;		// Creation date
       	public $date_validation;	// Validation date
      +  public $date_modification;	// Validation date
       	public $datem;
       	public $ref_client;
       	public $ref_int;
      @@ -1361,6 +1362,7 @@ class Facture extends CommonInvoice
       				$this->date_pointoftax		= $this->db->jdate($obj->date_pointoftax);
       				$this->date_creation		= $this->db->jdate($obj->datec);
       				$this->date_validation		= $this->db->jdate($obj->datev);
      +        $this->date_modification		= $this->db->jdate($obj->datem);
       				$this->datem				= $this->db->jdate($obj->datem);
       				$this->remise_percent		= $obj->remise_percent;
       				$this->remise_absolue		= $obj->remise_absolue;
      
      From 7c35eae2026ac0eb96e1ed6f11acf71cf2981936 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Wed, 17 Oct 2018 00:06:24 +0200
      Subject: [PATCH 0500/1013] Update commande.class.php
      
      ---
       htdocs/commande/class/commande.class.php | 12 ++++++------
       1 file changed, 6 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index 7f2a8c98dbe..4f5051f3411 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -155,9 +155,9 @@ class Commande extends CommonOrder
       	public $demand_reason_id;   // Source reason. Why we receive order (after a phone campaign, ...)
       	public $demand_reason_code;
       	public $date;				// Date commande
      -  public $date_creation;				// Date commande
      -  public $date_validation;				// Date commande
      -  public $date_modification;				// Date commande
      +	public $date_creation;				// Date commande
      +	public $date_validation;				// Date commande
      +	public $date_modification;				// Date commande
         
       	/**
       	 * @deprecated
      @@ -1676,9 +1676,9 @@ class Commande extends CommonOrder
       				$this->total_ttc			= $obj->total_ttc;
       				$this->date					= $this->db->jdate($obj->date_commande);
       				$this->date_commande		= $this->db->jdate($obj->date_commande);
      -        $this->date_creation		= $this->db->jdate($obj->date_creation);
      -        $this->date_validation		= $this->db->jdate($obj->date_valid);
      -        $this->date_modification		= $this->db->jdate($obj->tms);
      +				$this->date_creation		= $this->db->jdate($obj->date_creation);
      +				$this->date_validation		= $this->db->jdate($obj->date_valid);
      +				$this->date_modification		= $this->db->jdate($obj->tms);
       				$this->remise				= $obj->remise;
       				$this->remise_percent		= $obj->remise_percent;
       				$this->remise_absolue		= $obj->remise_absolue;
      
      From a77458cb36703ef4c7bb21993981a324c4dba6d7 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Wed, 17 Oct 2018 00:07:21 +0200
      Subject: [PATCH 0501/1013] Update facture.class.php
      
      ---
       htdocs/compta/facture/class/facture.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index d614447b189..3f36cb72830 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -112,7 +112,7 @@ class Facture extends CommonInvoice
       	public $date;              // Date invoice
       	public $date_creation;		// Creation date
       	public $date_validation;	// Validation date
      -  public $date_modification;	// Validation date
      +	public $date_modification;	// Validation date
       	public $datem;
       	public $ref_client;
       	public $ref_int;
      @@ -1362,7 +1362,7 @@ class Facture extends CommonInvoice
       				$this->date_pointoftax		= $this->db->jdate($obj->date_pointoftax);
       				$this->date_creation		= $this->db->jdate($obj->datec);
       				$this->date_validation		= $this->db->jdate($obj->datev);
      -        $this->date_modification		= $this->db->jdate($obj->datem);
      +				$this->date_modification		= $this->db->jdate($obj->datem);
       				$this->datem				= $this->db->jdate($obj->datem);
       				$this->remise_percent		= $obj->remise_percent;
       				$this->remise_absolue		= $obj->remise_absolue;
      
      From 3ef32a24a43d4790cbefa7ee0c056888c2e6df1f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 17 Oct 2018 00:34:39 +0200
      Subject: [PATCH 0502/1013] Look and feel
      
      ---
       htdocs/user/agenda_extsites.php | 10 ++++++++--
       htdocs/user/perms.php           |  4 +++-
       2 files changed, 11 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/user/agenda_extsites.php b/htdocs/user/agenda_extsites.php
      index 7280fcc5c2a..2eb2ede000b 100644
      --- a/htdocs/user/agenda_extsites.php
      +++ b/htdocs/user/agenda_extsites.php
      @@ -162,12 +162,17 @@ if ($user->rights->user->user->lire || $user->admin) {
       
       dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
       
      -print $langs->trans("AgendaExtSitesDesc")."<br>\n";
      +
      +print '<div class="underbanner clearboth"></div>';
      +
      +print '<br>';
      +print '<span class="opacitymedium">'.$langs->trans("AgendaExtSitesDesc")."</span><br>\n";
       print "<br>\n";
       
       $selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
       if ($selectedvalue==1) $selectedvalue=0; else $selectedvalue=1;
       
      +
       print '<div class="div-table-responsive">';
       print "<table class=\"noborder\" width=\"100%\">";
       
      @@ -210,12 +215,13 @@ while ($i <= $MAXAGENDA)
       print '</table>';
       print '</div>';
       
      -dol_fiche_end();
       
       print '<div class="center">';
       print "<input type=\"submit\" id=\"save\" name=\"save\" class=\"button hideifnotset\" value=\"".$langs->trans("Save")."\">";
       print "</div>";
       
      +dol_fiche_end();
      +
       print "</form>\n";
       
       // End of page
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index c51ad67760c..8b7599f3707 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -245,7 +245,7 @@ if ($user->rights->user->user->lire || $user->admin) {
       dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
       
       
      -//print '<div class="underbanner clearboth"></div>';
      +print '<div class="underbanner clearboth"></div>';
       
       if ($user->admin) print info_admin($langs->trans("WarningOnlyPermissionOfActivatedModules"));
       // Show warning about external users
      @@ -257,6 +257,7 @@ if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'e
       
       
       print "\n";
      +print '<div class="div-table-responsive">';
       print '<table width="100%" class="noborder">';
       print '<tr class="liste_titre">';
       print '<td>'.$langs->trans("Module").'</td>';
      @@ -392,6 +393,7 @@ if ($result)
       }
       else dol_print_error($db);
       print '</table>';
      +print '</div>';
       
       $parameters=array();
       $reshook=$hookmanager->executeHooks('insertExtraFooter',$parameters,$object,$action);    // Note that $action and $object may have been modified by some hooks
      
      From f2d0004a3e542afb3f520dccc9b0bf7eb9515821 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Wed, 17 Oct 2018 00:36:40 +0200
      Subject: [PATCH 0503/1013] ADD civility list in API
      
      ---
       htdocs/api/class/api_setup.class.php | 60 ++++++++++++++++++++++++++++
       1 file changed, 60 insertions(+)
      
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index 3ec618dc92a..304abf46432 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -380,6 +380,66 @@ class Setup extends DolibarrApi
               return $list;
           }
       
      +    /**
      +     * Get the list of civility.
      +     *
      +     * @param string    $sortfield  Sort field
      +     * @param string    $sortorder  Sort order
      +     * @param int       $limit      Number of items per page
      +     * @param int       $page       Page number (starting from zero)
      +     * @param string    $module     To filter on module events
      +     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      +     * @return List of events types
      +     *
      +     * @url     GET dictionary/civility
      +     *
      +     * @throws RestException
      +     */
      +    function getListOfCivility($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $module = '', $sqlfilters = '')
      +    {
      +        $list = array();
      +
      +        $sql = "SELECT rowid, code, label, module";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."c_civility as t";
      +        $sql.= " WHERE t.active = 1";
      +        if ($module)    $sql.=" AND t.module LIKE '%" . $this->db->escape($module) . "%'";
      +        // Add sql filters
      +        if ($sqlfilters)
      +        {
      +            if (! DolibarrApi::_checkFilters($sqlfilters))
      +            {
      +                throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
      +            }
      +	        $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      +            $sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
      +        }
      +
      +
      +        $sql.= $this->db->order($sortfield, $sortorder);
      +
      +        if ($limit) {
      +            if ($page < 0) {
      +                $page = 0;
      +            }
      +            $offset = $limit * $page;
      +
      +            $sql .= $this->db->plimit($limit, $offset);
      +        }
      +
      +        $result = $this->db->query($sql);
      +
      +        if ($result) {
      +            $num = $this->db->num_rows($result);
      +            $min = min($num, ($limit <= 0 ? $num : $limit));
      +            for ($i = 0; $i < $min; $i++) {
      +                $list[] = $this->db->fetch_object($result);
      +            }
      +        } else {
      +            throw new RestException(503, 'Error when retrieving list of civility : '.$this->db->lasterror());
      +        }
      +
      +        return $list;
      +    }
       
           /**
            * Get the list of extra fields.
      
      From a466104b810db2caae6055dc034701bbbafcb66f Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Wed, 17 Oct 2018 07:20:04 +0200
      Subject: [PATCH 0504/1013] Fix FEC on transaction card
      
      Fix for FEC compliance
      - Remove useless column label_compte
      - label_compte is generated with label of accounting account number
      - Insert also the label of the journal
      ---
       htdocs/accountancy/bookkeeping/card.php | 61 ++++++++++++++-----------
       1 file changed, 35 insertions(+), 26 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
      index a8ff1e13338..09a3b7ef8f5 100644
      --- a/htdocs/accountancy/bookkeeping/card.php
      +++ b/htdocs/accountancy/bookkeeping/card.php
      @@ -1,8 +1,8 @@
       <?php
      -/* Copyright (C) 2013-2017 Olivier Geffroy      <jeff@jeffinfo.com>
      - * 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) 2013-2017  Olivier Geffroy         <jeff@jeffinfo.com>
      + * 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
      @@ -32,6 +32,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.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 . '/accountancy/class/accountingjournal.class.php';
      +require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingaccount.class.php';
       
       // Load translation files required by the page
       $langs->loadLangs(array("accountancy", "bills", "compta"));
      @@ -49,12 +50,21 @@ if ($user->societe_id > 0) {
       
       $mesg = '';
       
      -$account_number = GETPOST('account_number','alphanohtml');
      +$accountingaccount = new AccountingAccount($db);
      +$accountingjournal = new AccountingJournal($db);
      +
      +$accountingaccount_number = GETPOST('accountingaccount_number','alphanohtml');
      +$accountingaccount->fetch(null, $accountingaccount_number, true);
      +$accountingaccount_label = $accountingaccount->label;
      +
      +$journal_code = GETPOST('code_journal','alpha');
      +$accountingjournal->fetch(null, $journal_code);
      +$journal_label = $accountingjournal->label;
      +
       $subledger_account = GETPOST('subledger_account','alphanohtml');
       if ($subledger_account == - 1) {
       	$subledger_account = null;
       }
      -$label_compte = GETPOST('label_compte','alphanohtml');
       $label_operation= GETPOST('label_operation','alphanohtml');
       $debit = price2num(GETPOST('debit','alpha'));
       $credit = price2num(GETPOST('credit','alpha'));
      @@ -80,7 +90,7 @@ if ($action == "confirm_update") {
       		setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors');
       		$action='update';
       	}
      -	if (empty($account_number) || $account_number == '-1')
      +	if (empty($accountingaccount_number) || $accountingaccount_number == '-1')
       	{
       		$error++;
       		setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors');
      @@ -96,9 +106,9 @@ if ($action == "confirm_update") {
       			$error++;
       			setEventMessages($object->error, $object->errors, 'errors');
       		} else {
      -			$object->numero_compte = $account_number;
      +			$object->numero_compte = $accountingaccount_number;
       			$object->subledger_account = $subledger_account;
      -			$object->label_compte = $label_compte;
      +			$object->label_compte = $accountingaccount_label;
       			$object->label_operation= $label_operation;
       			$object->debit = $debit;
       			$object->credit = $credit;
      @@ -139,7 +149,7 @@ else if ($action == "add") {
       		setEventMessages($langs->trans('ErrorDebitCredit'), null, 'errors');
       		$action='';
       	}
      -	if (empty($account_number) || $account_number == '-1')
      +	if (empty($accountingaccount_number) || $accountingaccount_number == '-1')
       	{
       		$error++;
       		setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("AccountAccountingShort")), null, 'errors');
      @@ -149,9 +159,9 @@ else if ($action == "add") {
       	if (! $error) {
       		$object = new BookKeeping($db);
       
      -		$object->numero_compte = $account_number;
      +		$object->numero_compte = $accountingaccount_number;
       		$object->subledger_account = $subledger_account;
      -		$object->label_compte = $label_compte;
      +		$object->label_compte = $accountingaccount_label;
       		$object->label_operation= $label_operation;
       		$object->debit = $debit;
       		$object->credit = $credit;
      @@ -159,7 +169,8 @@ else if ($action == "add") {
       		$object->doc_type = GETPOST('doc_type','alpha');
       		$object->piece_num = $piece_num;
       		$object->doc_ref = GETPOST('doc_ref','alpha');
      -		$object->code_journal = GETPOST('code_journal','alpha');
      +		$object->code_journal = $journal_code;
      +		$object->journal_label = $journal_label;
       		$object->fk_doc = GETPOST('fk_doc','alpha');
       		$object->fk_docdet = GETPOST('fk_docdet','alpha');
       
      @@ -212,7 +223,7 @@ else if ($action == "confirm_create") {
       
       	$object = new BookKeeping($db);
       
      -	if (! GETPOST('code_journal','alpha') || GETPOST('code_journal','alpha') == '-1') {
      +	if (! $journal_code || $journal_code == '-1') {
       		setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Journal")), null, 'errors');
       		$action='create';
       		$error++;
      @@ -232,7 +243,8 @@ else if ($action == "confirm_create") {
       		$object->doc_type = GETPOST('doc_type','alpha');
       		$object->piece_num = GETPOST('next_num_mvt','alpha');
       		$object->doc_ref = GETPOST('doc_ref','alpha');
      -		$object->code_journal = GETPOST('code_journal','alpha');
      +		$object->code_journal = $journal_code;
      +		$object->journal_label = $journal_label;
       		$object->fk_doc = 0;
       		$object->fk_docdet = 0;
       		$object->montant = 0;
      @@ -267,8 +279,8 @@ if ($action == 'setdate') {
       }
       
       if ($action == 'setjournal') {
      -	$journaldoc = trim(GETPOST('code_journal','alpha'));
      -	$result = $object->updateByMvt($piece_num, 'code_journal', $journaldoc, $mode);
      +	$result = $object->updateByMvt($piece_num, 'code_journal', $journal_code, $mode);
      +	$result = $object->updateByMvt($piece_num, 'journal_label', $journal_label, $mode);
       	if ($result < 0) {
       		setEventMessages($object->error, $object->errors, 'errors');
       	} else {
      @@ -312,7 +324,6 @@ if ($action == 'valid') {
       
       $html = new Form($db);
       $formaccounting = new FormAccounting($db);
      -$accountjournal = new AccountingJournal($db);
       
       llxHeader('', $langs->trans("CreateMvts"));
       
      @@ -357,7 +368,7 @@ if ($action == 'create')
       
       	print '<tr>';
       	print '<td class="fieldrequired">' . $langs->trans("Codejournal") . '</td>';
      -	print '<td>' . $formaccounting->select_journal(GETPOST('code_journal', 'alpha'),'code_journal',0,1,array(),1,1) . '</td>';
      +	print '<td>' . $formaccounting->select_journal($journal_code,'code_journal',0,0,1,1) . '</td>';
       	print '</tr>';
       
       	print '<tr>';
      @@ -460,7 +471,7 @@ if ($action == 'create')
       			print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
       			print '</form>';
       		} else {
      -		print $object->code_journal ;
      +			print $object->code_journal ;
       		}
       		print '</td>';
       		print '</tr>';
      @@ -590,7 +601,6 @@ if ($action == 'create')
       
       				print_liste_field_titre("AccountAccountingShort");
       				print_liste_field_titre("SubledgerAccount");
      -				print_liste_field_titre("LabelAccount");
       				print_liste_field_titre("LabelOperation");
       				print_liste_field_titre("Debit", "", "", "", "", 'align="right"');
       				print_liste_field_titre("Credit", "", "", "", "", 'align="right"');
      @@ -605,7 +615,7 @@ if ($action == 'create')
       
       					if ($action == 'update' && $line->id == $id) {
       						print '<td>';
      -						print $formaccounting->select_account($line->numero_compte, 'account_number', 1, array (), 1, 1, '');
      +						print $formaccounting->select_account($line->numero_compte, 'accountingaccount_number', 1, array (), 1, 1, '');
       						print '</td>';
       						print '<td>';
       						// TODO For the moment we keep a free input text instead of a combo. The select_auxaccount has problem because it does not
      @@ -628,9 +638,9 @@ if ($action == 'create')
       						print '<input type="submit" class="button" name="update" value="' . $langs->trans("Update") . '">';
       						print '</td>';
       					} else {
      -						print '<td>' . length_accountg($line->numero_compte) . '</td>';
      +						$accountingaccount->fetch(null, $line->numero_compte, true);
      +						print '<td>' . $accountingaccount->getNomUrl(0,1,1,'',0) . '</td>';
       						print '<td>' . length_accounta($line->subledger_account) . '</td>';
      -						print '<td>' . $line->label_compte . '</td>';
       						print '<td>' . $line->label_operation. '</td>';
       						print '<td align="right">' . price($line->debit) . '</td>';
       						print '<td align="right">' . price($line->credit) . '</td>';
      @@ -663,7 +673,7 @@ if ($action == 'create')
       				if ($action == "" || $action == 'add') {
       					print '<tr class="oddeven">';
       					print '<td>';
      -					print $formaccounting->select_account($account_number, 'account_number', 1, array (), 1, 1, '');
      +					print $formaccounting->select_account($accountingaccount_number, 'accountingaccount_number', 1, array (), 1, 1, '');
       					print '</td>';
       					print '<td>';
       					// TODO For the moment we keep a fre input text instead of a combo. The select_auxaccount has problem because it does not
      @@ -677,7 +687,6 @@ if ($action == 'create')
       						print '<input type="text" name="subledger_account" value="">';
       					}
       					print '</td>';
      -					print '<td><input type="text" class="minwidth100" name="label_compte" value=""/></td>';
       					print '<td><input type="text" class="minwidth200" name="label_operation" value=""/></td>';
       					print '<td align="right"><input type="text" size="6" class="right" name="debit" value=""/></td>';
       					print '<td align="right"><input type="text" size="6" class="right" name="credit" value=""/></td>';
      
      From 7d8ff0429251f4860ca70c8aa5226e8266a4e0e2 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 08:15:12 +0200
      Subject: [PATCH 0505/1013] Update paiement.class.php
      
      ---
       htdocs/compta/paiement/class/paiement.class.php | 8 +++-----
       1 file changed, 3 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index 50f7bc2c4e6..4fdc4a0ae63 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -138,8 +138,8 @@ class Paiement extends CommonObject
       				$this->type_libelle   = $obj->type_libelle;
       				$this->type_code      = $obj->type_code;
       				$this->statut         = $obj->statut;
      -        $this->payment_id     = $obj->ext_payment_id;
      -        $this->payment_site   = $obj->ext_payment_site;
      +                $this->payment_id     = $obj->ext_payment_id;
      +                $this->payment_site   = $obj->ext_payment_site;
       
       				$this->bank_account   = $obj->fk_account; // deprecated
       				$this->fk_account     = $obj->fk_account;
      @@ -233,11 +233,9 @@ class Paiement extends CommonObject
       			$mtotal = $totalamount;
       		}
       		$note = ($this->note_public?$this->note_public:$this->note);
      -        $payment_id = $this->payment_id ? $this->payment_id : null;
      -        $payment_site = $this->payment_site ? $this->payment_site : null;
       
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, ext_payment_id, ext_payment_site, fk_user_creat)";
      -		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', '".$this->db->escape($payment_id)."', '".$this->db->escape($payment_site)."', ".$user->id.")";
      +		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', ".($this->payment_id?"'".$this->db->escape($this->payment_id)."'":"null").", ".($this->payment_site?"'".$this->db->escape($this->payment_site)."'":"null").", ".$user->id.")";
       
       		dol_syslog(get_class($this)."::Create insert paiement", LOG_DEBUG);
       		$resql = $this->db->query($sql);
      
      From b462e7b2170e7de3114a4e12548f1f89ae17c2ca Mon Sep 17 00:00:00 2001
      From: Ferran Marcet <fmarcet@2byte.es>
      Date: Wed, 17 Oct 2018 10:01:02 +0200
      Subject: [PATCH 0506/1013] FIX When delete a product, llx_product_association
       rows are not deleted
      
      ---
       htdocs/product/class/product.class.php | 15 ++++++++++++++-
       1 file changed, 14 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index f33029d368a..56227bc5266 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -12,7 +12,7 @@
        * Copyright (C) 2014		Henry Florian			<florian.henry@open-concept.pro>
        * Copyright (C) 2014-2016	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2014		Ion agorria			    <ion@agorria.com>
      - * Copyright (C) 2016-2017	Ferran Marcet			<fmarcet@2byte.es>
      + * Copyright (C) 2016-2018	Ferran Marcet			<fmarcet@2byte.es>
        * Copyright (C) 2017		Gustavo Novaro
        *
        * This program is free software; you can redistribute it and/or modify
      @@ -1114,6 +1114,19 @@ class Product extends CommonObject
       				}
       			}
       
      +			// Delete from product_association
      +			if (!$error){
      +				$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      +				$sql.= " WHERE fk_product_pere = ".$this->rowid." OR fk_product_fils = ".$this->rowid;
      +				dol_syslog(get_class($this).'::delete', LOG_DEBUG);
      +				$result = $this->db->query($sql);
      +				if (! $result)
      +				{
      +					$error++;
      +					$this->errors[] = $this->db->lasterror();
      +				}
      +			}
      +
       			// Delete product
       			if (! $error)
       			{
      
      From bdae4e1c4dae0369ef3d0051cf5e8c53572bf7c3 Mon Sep 17 00:00:00 2001
      From: Ferran Marcet <fmarcet@2byte.es>
      Date: Wed, 17 Oct 2018 10:04:42 +0200
      Subject: [PATCH 0507/1013] FIX When delete a product, llx_product_association
       rows are not deleted
      
      ---
       htdocs/product/class/product.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 56227bc5266..9a52722a3c9 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -1117,7 +1117,7 @@ class Product extends CommonObject
       			// Delete from product_association
       			if (!$error){
       				$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      -				$sql.= " WHERE fk_product_pere = ".$this->rowid." OR fk_product_fils = ".$this->rowid;
      +				$sql.= " WHERE fk_product_pere = ".$this->id." OR fk_product_fils = ".$this->id;
       				dol_syslog(get_class($this).'::delete', LOG_DEBUG);
       				$result = $this->db->query($sql);
       				if (! $result)
      
      From ffde3534419f28f37f57028405074b7b3a7fb5c2 Mon Sep 17 00:00:00 2001
      From: Ferran Marcet <fmarcet@2byte.es>
      Date: Wed, 17 Oct 2018 10:06:06 +0200
      Subject: [PATCH 0508/1013] FIX When delete a product, llx_product_association
       rows are not deleted
      
      ---
       htdocs/product/class/product.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 9a52722a3c9..ce3658c9a72 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -1117,7 +1117,7 @@ class Product extends CommonObject
       			// Delete from product_association
       			if (!$error){
       				$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      -				$sql.= " WHERE fk_product_pere = ".$this->id." OR fk_product_fils = ".$this->id;
      +				$sql.= " WHERE fk_product_pere = ".$id." OR fk_product_fils = ".$id;
       				dol_syslog(get_class($this).'::delete', LOG_DEBUG);
       				$result = $this->db->query($sql);
       				if (! $result)
      
      From a66256a799468bd5813838ffcb498934070b5020 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 17 Oct 2018 13:22:52 +0200
      Subject: [PATCH 0509/1013] FIX Hover on the filemanager
      
      ---
       htdocs/core/class/html.formfile.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 4a59e28f044..d47b846ba02 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1162,7 +1162,7 @@ class FormFile
       					print '<!-- Line list_of_documents '.$key.' relativepath = '.$relativepath.' -->'."\n";
       					// Do we have entry into database ?
       					print '<!-- In database: position='.$filearray[$key]['position'].' -->'."\n";
      -					print '<tr id="row-'.($filearray[$key]['rowid']>0?$filearray[$key]['rowid']:'-AFTER'.$lastrowid.'POS'.($i+1)).'">';
      +					print '<tr class="oddeven" id="row-'.($filearray[$key]['rowid']>0?$filearray[$key]['rowid']:'AFTER'.$lastrowid.'POS'.($i+1)).'">';
       
       					// File name
       					print '<td class="minwith200">';
      
      From aea7299970f6bd48b101474074868f8f9c611e45 Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Wed, 17 Oct 2018 15:49:08 +0200
      Subject: [PATCH 0510/1013] FIX : use discount with multicurrency
      
      ---
       htdocs/compta/facture/card.php                | 6 ++++++
       htdocs/compta/facture/class/facture.class.php | 6 +++---
       htdocs/core/class/discount.class.php          | 4 +++-
       htdocs/societe/class/societe.class.php        | 6 +++---
       4 files changed, 15 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 1d22d21d574..c92a182124e 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -693,6 +693,9 @@ if (empty($reshook))
       					$amount_ht[$line->tva_tx] += $line->total_ht;
       					$amount_tva[$line->tva_tx] += $line->total_tva;
       					$amount_ttc[$line->tva_tx] += $line->total_ttc;
      +					$multicurrency_amount_ht[$line->tva_tx] += $line->multicurrency_total_ht;
      +					$multicurrency_amount_tva[$line->tva_tx] += $line->multicurrency_total_tva;
      +					$multicurrency_amount_ttc[$line->tva_tx] += $line->multicurrency_total_ttc;
       					$i ++;
       				}
       			}
      @@ -748,6 +751,9 @@ if (empty($reshook))
       					$discount->amount_ht = abs($amount_ht[$tva_tx]);
       					$discount->amount_tva = abs($amount_tva[$tva_tx]);
       					$discount->amount_ttc = abs($amount_ttc[$tva_tx]);
      +					$discount->multicurrency_amount_ht = abs($multicurrency_amount_ht[$tva_tx]);
      +					$discount->multicurrency_amount_tva = abs($multicurrency_amount_tva[$tva_tx]);
      +					$discount->multicurrency_amount_ttc = abs($multicurrency_amount_ttc[$tva_tx]);
       					$discount->tva_tx = abs($tva_tx);
       
       					$result = $discount->create($user);
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index 9bf6d4b876c..f0601ba37af 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -1700,9 +1700,9 @@ class Facture extends CommonInvoice
       			$facligne->total_ttc = -$remise->amount_ttc;
       
       			$facligne->multicurrency_subprice = -$remise->multicurrency_subprice;
      -			$facligne->multicurrency_total_ht = -$remise->multicurrency_total_ht;
      -			$facligne->multicurrency_total_tva = -$remise->multicurrency_total_tva;
      -			$facligne->multicurrency_total_ttc = -$remise->multicurrency_total_ttc;
      +			$facligne->multicurrency_total_ht = -$remise->multicurrency_amount_ht;
      +			$facligne->multicurrency_total_tva = -$remise->multicurrency_amount_tva;
      +			$facligne->multicurrency_total_ttc = -$remise->multicurrency_amount_ttc;
       
       			$lineid=$facligne->insert();
       			if ($lineid > 0)
      diff --git a/htdocs/core/class/discount.class.php b/htdocs/core/class/discount.class.php
      index 37dedea8b6b..e1796c38421 100644
      --- a/htdocs/core/class/discount.class.php
      +++ b/htdocs/core/class/discount.class.php
      @@ -103,7 +103,7 @@ class DiscountAbsolute
                       $this->amount_tva = $obj->amount_tva;
                       $this->amount_ttc = $obj->amount_ttc;
       
      -                $this->multicurrency_amount_ht = $obj->multicurrency_amount_ht;
      +                $this->multicurrency_amount_ht = $this->multicurrency_subprice = $obj->multicurrency_amount_ht;
                       $this->multicurrency_amount_tva = $obj->multicurrency_amount_tva;
                       $this->multicurrency_amount_ttc = $obj->multicurrency_amount_ttc;
       
      @@ -161,10 +161,12 @@ class DiscountAbsolute
               $sql = "INSERT INTO ".MAIN_DB_PREFIX."societe_remise_except";
               $sql.= " (entity, datec, fk_soc, fk_user, description,";
               $sql.= " amount_ht, amount_tva, amount_ttc, tva_tx,";
      +        $sql.= " multicurrency_amount_ht, multicurrency_amount_tva, multicurrency_amount_ttc,";
               $sql.= " fk_facture_source";
               $sql.= ")";
               $sql.= " VALUES (".$conf->entity.", '".$this->db->idate($this->datec!=''?$this->datec:dol_now())."', ".$this->fk_soc.", ".$user->id.", '".$this->db->escape($this->description)."',";
               $sql.= " ".$this->amount_ht.", ".$this->amount_tva.", ".$this->amount_ttc.", ".$this->tva_tx.",";
      +        $sql.= " ".$this->multicurrency_amount_ht.", ".$this->multicurrency_amount_tva.", ".$this->multicurrency_amount_ttc.", ";
               $sql.= " ".($this->fk_facture_source ? "'".$this->db->escape($this->fk_facture_source)."'":"null");
               $sql.= ")";
       
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index 843803abca8..2a488aacf44 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -1680,9 +1680,9 @@ class Societe extends CommonObject
       
       			$discount = new DiscountAbsolute($this->db);
       			$discount->fk_soc=$this->id;
      -			$discount->amount_ht=price2num($remise,'MT');
      -			$discount->amount_tva=price2num($remise*$tva_tx/100,'MT');
      -			$discount->amount_ttc=price2num($discount->amount_ht+$discount->amount_tva,'MT');
      +			$discount->amount_ht=$discount->multicurrency_amount_ht=price2num($remise,'MT');
      +			$discount->amount_tva=$discount->multicurrency_amount_tva=price2num($remise*$tva_tx/100,'MT');
      +			$discount->amount_ttc=$discount->multicurrency_amount_ttc=price2num($discount->amount_ht+$discount->amount_tva,'MT');
       			$discount->tva_tx=price2num($tva_tx,'MT');
       			$discount->description=$desc;
       			$result=$discount->create($user);
      
      From d86c44e641b336a46a6b673298db44704a019090 Mon Sep 17 00:00:00 2001
      From: atm-greg <gregory.blemand@atm-consulting.fr>
      Date: Wed, 17 Oct 2018 15:55:46 +0200
      Subject: [PATCH 0511/1013] Add conf to disable a thirdparty type
      
      ---
       htdocs/langs/en_US/admin.lang    |  1 +
       htdocs/societe/admin/societe.php | 34 ++++++++++++++++++++++++++++++++
       2 files changed, 35 insertions(+)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 4630757dbad..4054ca8c254 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1821,3 +1821,4 @@ 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
      +DisableProspectCustomerType=Disable the "Prospect/customer" thirdparty type
      diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
      index 3a7b26505c7..49a9538e225 100644
      --- a/htdocs/societe/admin/societe.php
      +++ b/htdocs/societe/admin/societe.php
      @@ -211,6 +211,21 @@ if ($action=="setaskforshippingmet") {
       	}
       }
       
      +//Activate "Disable prospect/customer type"
      +if ($action=="setdisableprospectcustomer") {
      +    $setdisableprospectcustomer = GETPOST('value','int');
      +    $res = dolibarr_set_const($db, "SOCIETE_DISABLE_PROSPECTSCUSTOMERS", $setdisableprospectcustomer,'yesno',0,'',$conf->entity);
      +    if (! $res > 0) $error++;
      +    if (! $error)
      +    {
      +        setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
      +    }
      +    else
      +    {
      +        setEventMessages($langs->trans("Error"), null, 'errors');
      +    }
      +}
      +
       //Activate ProfId unique
       if ($action == 'setprofid')
       {
      @@ -821,6 +836,25 @@ else
       print '</a></td>';
       print '</tr>';
       
      +// Disable Prospect/Customer thirdparty type
      +print '<tr class="oddeven">';
      +print '<td width="80%">'.$langs->trans("DisableProspectCustomerType").'</td>';
      +print '<td>&nbsp</td>';
      +print '<td align="center">';
      +if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS))
      +{
      +    print '<a href="'.$_SERVER['PHP_SELF'].'?action=setdisableprospectcustomer&value=0">';
      +    print img_picto($langs->trans("Activated"),'switch_on');
      +    
      +}
      +else
      +{
      +    print '<a href="'.$_SERVER['PHP_SELF'].'?action=setdisableprospectcustomer&value=1">';
      +    print img_picto($langs->trans("Disabled"),'switch_off');
      +}
      +print '</a></td>';
      +print '</tr>';
      +
       /*print '<tr class="oddeven">';
       print '<td width="80%">'.$langs->trans("OnSearchAndListGoOnCustomerOrSupplierCard").'</td>';
       print '<td>&nbsp</td>';
      
      From 456bdb5b8c6020480899165f4cbb34ee8ce40fd5 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 20:04:48 +0200
      Subject: [PATCH 0512/1013] do not trim int
      
      ---
       htdocs/ticket/class/ticketlogs.class.php | 33 ++++++++++++------------
       1 file changed, 17 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/ticket/class/ticketlogs.class.php b/htdocs/ticket/class/ticketlogs.class.php
      index 79a4c95efed..68ce6481b31 100644
      --- a/htdocs/ticket/class/ticketlogs.class.php
      +++ b/htdocs/ticket/class/ticketlogs.class.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) - 2013-2016    Jean-François FERRY    <hello@librethic.io>
      +/* Copyright (C) 2013-2016  Jean-François FERRY     <hello@librethic.io>
      + * 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
      @@ -63,12 +64,12 @@ class Ticketlogs// extends CommonObject
       	public $id;
       
       	/**
      -     * @var int ID
      +     * @var string trackid
            */
           public $fk_track_id;
       
           /**
      -     * @var int ID
      +     * @var int user create ID
            */
           public $fk_user_create;
       
      @@ -104,7 +105,7 @@ class Ticketlogs// extends CommonObject
               }
       
               if (isset($this->fk_user_create)) {
      -            $this->fk_user_create = trim($this->fk_user_create);
      +            $this->fk_user_create = (int) $this->fk_user_create;
               }
       
               if (isset($this->message)) {
      @@ -143,7 +144,7 @@ class Ticketlogs// extends CommonObject
               if (!$error) {
                   $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . "ticket_logs");
       
      -            if (!$notrigger) {
      +            //if (!$notrigger) {
                       // Uncomment this and change MYOBJECT to your own tag if you
                       // want this action calls a trigger.
       
      @@ -153,7 +154,7 @@ class Ticketlogs// 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
      @@ -232,7 +233,7 @@ class Ticketlogs// extends CommonObject
               }
       
               if (isset($this->fk_user_create)) {
      -            $this->fk_user_create = trim($this->fk_user_create);
      +            $this->fk_user_create = (int) $this->fk_user_create;
               }
       
               if (isset($this->message)) {
      @@ -261,8 +262,8 @@ class Ticketlogs// extends CommonObject
                   $this->errors[] = "Error " . $this->db->lasterror();
               }
       
      -        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.
       
      @@ -272,8 +273,8 @@ class Ticketlogs// 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) {
      @@ -303,8 +304,8 @@ class Ticketlogs// extends CommonObject
       
               $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.
       
      @@ -314,8 +315,8 @@ class Ticketlogs// extends CommonObject
                       //$result=$interface->run_triggers('MYOBJECT_DELETE',$this,$user,$langs,$conf);
                       //if ($result < 0) { $error++; $this->errors=$interface->errors; }
                       //// End call triggers
      -            }
      -        }
      +            //}
      +        //}
       
               if (!$error) {
                   $sql = "DELETE FROM " . MAIN_DB_PREFIX . "ticket_logs";
      @@ -354,7 +355,7 @@ class Ticketlogs// extends CommonObject
               $this->id = 0;
       
               $this->fk_track_id = '';
      -        $this->fk_user_create = '';
      +        $this->fk_user_create = 1;
               $this->datec = '';
               $this->message = '';
           }
      
      From 47048baa36fbf642a23cb5c4c63cbcdf3da657ce Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 20:14:01 +0200
      Subject: [PATCH 0513/1013] do not trim int
      
      ---
       htdocs/projet/class/task.class.php | 11 ++++++-----
       1 file changed, 6 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
      index 84829bf85cb..a4ef7965851 100644
      --- a/htdocs/projet/class/task.class.php
      +++ b/htdocs/projet/class/task.class.php
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2008-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
        * 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
      @@ -340,7 +341,7 @@ class Task extends CommonObject
       		// Clean parameters
       		if (isset($this->fk_project)) $this->fk_project=trim($this->fk_project);
       		if (isset($this->ref)) $this->ref=trim($this->ref);
      -		if (isset($this->fk_task_parent)) $this->fk_task_parent=trim($this->fk_task_parent);
      +		if (isset($this->fk_task_parent)) $this->fk_task_parent = (int) $this->fk_task_parent;
       		if (isset($this->label)) $this->label=trim($this->label);
       		if (isset($this->description)) $this->description=trim($this->description);
       		if (isset($this->duration_effective)) $this->duration_effective=trim($this->duration_effective);
      @@ -705,12 +706,12 @@ class Task extends CommonObject
       
       		$this->fk_projet='';
       		$this->ref='TK01';
      -		$this->fk_task_parent='';
      +		$this->fk_task_parent=null;
       		$this->label='Specimen task TK01';
       		$this->duration_effective='';
      -		$this->fk_user_creat='';
      +		$this->fk_user_creat=null;
       		$this->progress='25';
      -		$this->fk_statut='';
      +		$this->fk_statut=null;
       		$this->note='This is a specimen task not';
       	}
       
      @@ -1999,4 +2000,4 @@ class Task extends CommonObject
       
       		return ($datetouse > 0 && ($datetouse < ($now - $conf->projet->task->warning_delay)));
       	}
      -}
      \ No newline at end of file
      +}
      
      From 393303fe31d816cf8c0f4e8d0b79a08fa9d97b73 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 20:17:43 +0200
      Subject: [PATCH 0514/1013] do not trim int
      
      ---
       .../stock/class/productstockentrepot.class.php       | 12 ++++++------
       1 file changed, 6 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/product/stock/class/productstockentrepot.class.php b/htdocs/product/stock/class/productstockentrepot.class.php
      index 6b12af88c7a..740afcb5f04 100644
      --- a/htdocs/product/stock/class/productstockentrepot.class.php
      +++ b/htdocs/product/stock/class/productstockentrepot.class.php
      @@ -93,8 +93,8 @@ class ProductStockEntrepot extends CommonObject
       
       		// Clean parameters
       
      -		if (isset($this->fk_product)) $this->fk_product = trim($this->fk_product);
      -		if (isset($this->fk_entrepot)) $this->fk_entrepot = trim($this->fk_entrepot);
      +		if (isset($this->fk_product)) $this->fk_product = (int) $this->fk_product;
      +		if (isset($this->fk_entrepot)) $this->fk_entrepot = (int) $this->fk_entrepot;
       		if (isset($this->seuil_stock_alerte)) $this->seuil_stock_alerte = trim($this->seuil_stock_alerte);
       		if (isset($this->desiredstock)) $this->desiredstock = trim($this->desiredstock);
       		if (isset($this->import_key)) $this->import_key = trim($this->import_key);
      @@ -317,8 +317,8 @@ class ProductStockEntrepot extends CommonObject
       
       		// Clean parameters
       
      -		if (isset($this->fk_product)) $this->fk_product = trim($this->fk_product);
      -		if (isset($this->fk_entrepot)) $this->fk_entrepot = trim($this->fk_entrepot);
      +		if (isset($this->fk_product)) $this->fk_product = (int) $this->fk_product;
      +		if (isset($this->fk_entrepot)) $this->fk_entrepot = (int) $this->fk_entrepot;
       		if (isset($this->seuil_stock_alerte)) $this->seuil_stock_alerte = trim($this->seuil_stock_alerte);
       		if (isset($this->desiredstock)) $this->desiredstock = trim($this->desiredstock);
       		if (isset($this->import_key)) $this->import_key = trim($this->import_key);
      @@ -575,8 +575,8 @@ class ProductStockEntrepot extends CommonObject
       		$this->id = 0;
       
       		$this->tms = '';
      -		$this->fk_product = '';
      -		$this->fk_entrepot = '';
      +		$this->fk_product = null;
      +		$this->fk_entrepot = null;
       		$this->seuil_stock_alerte = '';
       		$this->desiredstock = '';
       		$this->import_key = '';
      
      From ebc5cb5a96d2e99de95202a6cadb8ed5561e5495 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 20:24:43 +0200
      Subject: [PATCH 0515/1013] do not trim int
      
      ---
       .../product/stock/class/productlot.class.php  | 37 +++++++++----------
       1 file changed, 17 insertions(+), 20 deletions(-)
      
      diff --git a/htdocs/product/stock/class/productlot.class.php b/htdocs/product/stock/class/productlot.class.php
      index 1530e068856..d61630eb88e 100644
      --- a/htdocs/product/stock/class/productlot.class.php
      +++ b/htdocs/product/stock/class/productlot.class.php
      @@ -3,7 +3,7 @@
        * 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
      @@ -115,19 +115,19 @@ class Productlot extends CommonObject
       		// Clean parameters
       
       		if (isset($this->entity)) {
      -			 $this->entity = trim($this->entity);
      +			 $this->entity = (int) $this->entity;
       		}
       		if (isset($this->fk_product)) {
      -			 $this->fk_product = trim($this->fk_product);
      +			 $this->fk_product = (int) $this->fk_product;
       		}
       		if (isset($this->batch)) {
       			 $this->batch = trim($this->batch);
       		}
       		if (isset($this->fk_user_creat)) {
      -			 $this->fk_user_creat = trim($this->fk_user_creat);
      +			 $this->fk_user_creat = (int) $this->fk_user_creat;
       		}
       		if (isset($this->fk_user_modif)) {
      -			 $this->fk_user_modif = trim($this->fk_user_modif);
      +			 $this->fk_user_modif = (int) $this->fk_user_modif;
       		}
       		if (isset($this->import_key)) {
       			 $this->import_key = trim($this->import_key);
      @@ -296,19 +296,19 @@ class Productlot extends CommonObject
       		// Clean parameters
       
       		if (isset($this->entity)) {
      -			 $this->entity = trim($this->entity);
      +			 $this->entity = (int) $this->entity;
       		}
       		if (isset($this->fk_product)) {
      -			 $this->fk_product = trim($this->fk_product);
      +			 $this->fk_product = (int) $this->fk_product;
       		}
       		if (isset($this->batch)) {
       			 $this->batch = trim($this->batch);
       		}
       		if (isset($this->fk_user_creat)) {
      -			 $this->fk_user_creat = trim($this->fk_user_creat);
      +			 $this->fk_user_creat = (int) $this->fk_user_creat;
       		}
       		if (isset($this->fk_user_modif)) {
      -			 $this->fk_user_modif = trim($this->fk_user_modif);
      +			 $this->fk_user_modif = (int) $this->fk_user_modif;
       		}
       		if (isset($this->import_key)) {
       			 $this->import_key = trim($this->import_key);
      @@ -358,9 +358,6 @@ class Productlot extends CommonObject
       		}
       
       		if (!$error && !$notrigger) {
      -			// Uncomment this and change MYOBJECT to your own tag if you
      -			// want this action calls a trigger.
      -
       			// Call triggers
       			$result=$this->call_trigger('PRODUCTLOT_MODIFY',$user);
       			if ($result < 0) { $error++; }
      @@ -395,8 +392,8 @@ class Productlot extends CommonObject
       
       		$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.
       
      @@ -404,8 +401,8 @@ class Productlot 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;
      @@ -587,15 +584,15 @@ class Productlot extends CommonObject
       	{
       		$this->id = 0;
       
      -		$this->entity = '';
      -		$this->fk_product = '';
      +		$this->entity = null;
      +		$this->fk_product = null;
       		$this->batch = '';
       		$this->eatby = '';
       		$this->sellby = '';
       		$this->datec = '';
       		$this->tms = '';
      -		$this->fk_user_creat = '';
      -		$this->fk_user_modif = '';
      +		$this->fk_user_creat = null;
      +		$this->fk_user_modif = null;
       		$this->import_key = '';
       	}
       }
      
      From db732ddeddcfd3c6ae4d6ea56f5790eeb690d42e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 17 Oct 2018 20:36:45 +0200
      Subject: [PATCH 0516/1013] code comment
      
      ---
       htdocs/categories/class/categorie.class.php | 9 +++++----
       1 file changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
      index 15cb254ed7d..a9432234793 100644
      --- a/htdocs/categories/class/categorie.class.php
      +++ b/htdocs/categories/class/categorie.class.php
      @@ -10,6 +10,7 @@
        * 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>
      + * 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
      @@ -805,7 +806,7 @@ class Categorie extends CommonObject
       	 * @param	string	$sortorder	Sort order
       	 * @param	int		$limit		Limit for list
       	 * @param	int		$page		Page number
      -	 * @return	array				Array of categories
      +	 * @return	array|int			Array of categories, 0 if no cat, -1 on error
       	 */
       	function getListForItem($id, $type='customer', $sortfield = "s.rowid", $sortorder = 'ASC', $limit = 0, $page = 0)
       	{
      @@ -974,7 +975,7 @@ class Categorie extends CommonObject
       	 * @param   string 	$type        	Type of categories ('customer', 'supplier', 'contact', 'product', 'member') or (0, 1, 2, ...).
       	 * @param   int    	$markafterid 	Removed all categories including the leaf $markafterid in category tree.
       	 *
      -	 * @return  array               	Array of categories. this->cats and this->motherof are set.
      +	 * @return  array|int               Array of categories. this->cats and this->motherof are set, -1 on error
       	 */
       	function get_full_arbo($type, $markafterid=0)
       	{
      @@ -1126,7 +1127,7 @@ class Categorie extends CommonObject
       	 *
       	 *	@param	int			$type		Type of category (0, 1, ...)
       	 *	@param	boolean		$parent		Just parent categories if true
      -	 *	@return	array					Table of Object Category
      +	 *	@return	array|int				Table of Object Category, -1 on error
       	 */
       	function get_all_categories($type=null, $parent=false)
       	{
      @@ -1441,7 +1442,7 @@ class Categorie extends CommonObject
        	 * 	@param		string		$type		Type of category ('member', 'customer', 'supplier', 'product', 'contact'). Old mode (0, 1, 2, ...) is deprecated.
       	 * 	@param		boolean		$exact		Exact string search (true/false)
       	 * 	@param		boolean		$case		Case sensitive (true/false)
      -	 * 	@return		array					Array of category id
      +	 * 	@return		array|int				Array of category id, -1 if error
       	 */
       	function rechercher($id, $nom, $type, $exact = false, $case = false)
       	{
      
      From 52840478c02599701eb4b8b92ea85a4aaf693510 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 17 Oct 2018 21:11:07 +0200
      Subject: [PATCH 0517/1013] Clean code
      
      ---
       htdocs/core/class/CMailFile.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index 7562cd609c2..ef8d07dfb45 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -569,7 +569,8 @@ class CMailFile
       				$keyforstarttls  ='MAIN_MAIL_EMAIL_STARTTLS_EMAILING';
       			}
       
      -			if(!empty($conf->global->MAIN_MAIL_FORCE_SENDTO)) {
      +			if (!empty($conf->global->MAIN_MAIL_FORCE_SENDTO))
      +			{
       				$this->addr_to = $conf->global->MAIN_MAIL_FORCE_SENDTO;
       				$this->addr_cc = '';
       				$this->addr_bcc = '';
      
      From 3f136ee58d57c005de34c9781526f2433d2f10e5 Mon Sep 17 00:00:00 2001
      From: Scott Albertson <ascottalbertson@gmail.com>
      Date: Wed, 17 Oct 2018 12:28:05 -0700
      Subject: [PATCH 0518/1013] Add "Reviewed by Hound" badge
      
      ---
       README.md | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/README.md b/README.md
      index 776e2b02432..c38d0ca7dd1 100644
      --- a/README.md
      +++ b/README.md
      @@ -1,6 +1,7 @@
       # DOLIBARR ERP & CRM
       
       ![Downloads per day](https://img.shields.io/sourceforge/dm/dolibarr.svg)
      +[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
       
       |6|7|8|develop|
       |----------|----------|----------|----------|
      
      From 63f47047259a10386376d378d54ae8cf9f35aec7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 01:05:10 +0200
      Subject: [PATCH 0519/1013] Fix translation
      
      ---
       htdocs/langs/en_US/admin.lang | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 4630757dbad..1fc67ae2ba6 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -620,7 +620,7 @@ 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
      +Module50150Name=Point of sales
       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, ...)
      @@ -925,7 +925,7 @@ BackToModuleList=Back to modules list
       BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
       VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the VAT rate follows the active standard rule:<br>If the seller is not subject to VAT, then VAT defaults to 0. End of rule.<br><p>If the (seller's country = buyer's country), then the VAT by default equals the VAT of the product in the seller's country. End of rule.</p><p>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to their customs office in their country and not to the seller. End of rule.</p><p>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT by defaults to the VAT of the seller's country. End of rule.</p><p>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule.</p><p>In any other case the proposed default is VAT=0. End of rule.</p>
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the VAT rate follows the active standard rule:<br>If the seller is not subject to VAT, then VAT defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the VAT by default equals the VAT of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT by defaults to the VAT of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule.<br>In any other case the proposed default is VAT=0. End of rule.</p>
       VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals or small companies.
       VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
       VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      
      From b2a7845c8abbfe36daa92a35cf33af3784b803f1 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 01:28:14 +0200
      Subject: [PATCH 0520/1013] Fix trans
      
      ---
       htdocs/langs/en_US/admin.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 1fc67ae2ba6..2afe1a77c32 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -925,7 +925,7 @@ BackToModuleList=Back to modules list
       BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
       VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the VAT rate follows the active standard rule:<br>If the seller is not subject to VAT, then VAT defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the VAT by default equals the VAT of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT by defaults to the VAT of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule.<br>In any other case the proposed default is VAT=0. End of rule.</p>
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the VAT rate follows the active standard rule:<br>If the seller is not subject to VAT, then VAT defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the VAT by default equals the VAT of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT by defaults to the VAT of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule.<br>In any other case the proposed default is VAT=0. End of rule.
       VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals or small companies.
       VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
       VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      
      From 548fafc6e9d52e05159cd1bc6383b097c88fa5eb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 01:32:06 +0200
      Subject: [PATCH 0521/1013] Fix trans
      
      ---
       htdocs/langs/en_US/admin.lang | 22 +++++++++++-----------
       1 file changed, 11 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 2afe1a77c32..b173f7912dd 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -943,16 +943,16 @@ LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are businesses not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -1007,7 +1007,7 @@ MessageLogin=Login page message
       LoginPage=Login page
       BackgroundImageLogin=Background image
       PermanentLeftSearchForm=Permanent search form on left menu
      -DefaultLanguage=Default language to use (variant)
      +DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
       CompanyInfo=Company/Organization
      
      From fd989230a4b439c90b3e5b88bf8d7cd5fda209f2 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 18 Oct 2018 09:09:42 +0200
      Subject: [PATCH 0522/1013] New: works with variants: -Child label change if
       parent changes
      
      ---
       htdocs/variants/class/ProductCombination.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 8908bfa4d2d..77acc80483c 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -330,6 +330,7 @@ class ProductCombination
       		$child->price_autogen = $parent->price_autogen;
       		$child->weight = $parent->weight + $this->variation_weight;
       		$child->weight_units = $parent->weight_units;
      +		$child->label = $parent->label;
       
       		if ($child->update($child->id, $user) > 0) {
       
      
      From 6c76f9517f259c14a4dc89121b846aabed2c2dbf Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 18 Oct 2018 10:26:21 +0200
      Subject: [PATCH 0523/1013] New: works with variants: -Child label with
       combination labels
      
      ---
       .../class/ProductCombination.class.php        | 38 ++++++++++++++++++-
       1 file changed, 37 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 77acc80483c..5385664abd4 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -330,7 +330,8 @@ class ProductCombination
       		$child->price_autogen = $parent->price_autogen;
       		$child->weight = $parent->weight + $this->variation_weight;
       		$child->weight_units = $parent->weight_units;
      -		$child->label = $parent->label;
      +		$varlabel = $this->getLabelOfCombination($this->fk_product_child);
      +		$child->label = $parent->label.$varlabel;
       
       		if ($child->update($child->id, $user) > 0) {
       
      @@ -683,4 +684,39 @@ WHERE c.fk_product_parent = ".(int) $productid." AND p.tosell = 1";
       
       		return 1;
       	}
      +
      +	/**
      +	 * Return label for combinations
      +	 * @param 	int 	$prod_child		id of child
      +	 * @return 	string	combination label
      +	 */
      +	public function getLabelOfCombination($prod_child)
      +	{
      +		$label = '';
      +		$sql = 'SELECT pav.value AS label';
      +		$sql.= ' FROM llx_product_attribute_combination pac';
      +		$sql.= ' INNER JOIN llx_product_attribute_combination2val pac2v ON pac2v.fk_prod_combination=pac.rowid';
      +		$sql.= ' INNER JOIN llx_product_attribute_value pav ON pav.rowid=pac2v.fk_prod_attr_val';
      +		$sql.= ' WHERE pac.fk_product_child='.$prod_child;
      +
      +		$resql = $this->db->query($sql);
      +		if ($resql) {
      +			$num = $this->db->num_rows($resql);
      +
      +			$i = 0;
      +
      +			while ($i < $num)
      +			{
      +				$obj = $this->db->fetch_object($resql);
      +
      +				if ($obj->label)
      +				{
      +					$label.=' '.$obj->label;
      +				}
      +				$i++;
      +			}
      +
      +		}
      +		return $label;
      +	}
       }
      
      From c588f5e6c09ee98d586818dcdfe8f4bfae8599a6 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 18 Oct 2018 10:55:27 +0200
      Subject: [PATCH 0524/1013] New: works with variants: -Child label with
       combination labels
      
      ---
       htdocs/variants/class/ProductCombination.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 5385664abd4..130b18dafc5 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -694,9 +694,9 @@ WHERE c.fk_product_parent = ".(int) $productid." AND p.tosell = 1";
       	{
       		$label = '';
       		$sql = 'SELECT pav.value AS label';
      -		$sql.= ' FROM llx_product_attribute_combination pac';
      -		$sql.= ' INNER JOIN llx_product_attribute_combination2val pac2v ON pac2v.fk_prod_combination=pac.rowid';
      -		$sql.= ' INNER JOIN llx_product_attribute_value pav ON pav.rowid=pac2v.fk_prod_attr_val';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.'product_attribute_combination pac';
      +		$sql.= ' INNER JOIN '.MAIN_DB_PREFIX.'product_attribute_combination2val pac2v ON pac2v.fk_prod_combination=pac.rowid';
      +		$sql.= ' INNER JOIN '.MAIN_DB_PREFIX.'product_attribute_value pav ON pav.rowid=pac2v.fk_prod_attr_val';
       		$sql.= ' WHERE pac.fk_product_child='.$prod_child;
       
       		$resql = $this->db->query($sql);
      
      From 52ad5c5565a8b3eabb0e253d26fc2deec48a6dce Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Thu, 18 Oct 2018 12:21:39 +0200
      Subject: [PATCH 0525/1013] New: works with variants: -To edit child price and
       weight impacts better to see in tab the father price and weight
      
      ---
       htdocs/variants/combinations.php | 60 ++++++++++++++++++++++++++++++++
       1 file changed, 60 insertions(+)
      
      diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
      index 848e5ee70fe..fb23921be25 100644
      --- a/htdocs/variants/combinations.php
      +++ b/htdocs/variants/combinations.php
      @@ -318,6 +318,66 @@ if (! empty($id) || ! empty($ref))
       
           dol_banner_tab($object, 'ref', $linkback, ($user->societe_id?0:1), 'ref', '', '', '', 0, '', '', 1);
       
      +	print '<div class="fichecenter">';
      +
      +	print '<div class="underbanner clearboth"></div>';
      +	print '<table class="border tableforfield" width="100%">';
      +
      +    // TVA
      +    print '<tr><td class="titlefield">' . $langs->trans("DefaultTaxRate") . '</td><td>';
      +
      +    $positiverates='';
      +    if (price2num($object->tva_tx))       $positiverates.=($positiverates?'/':'').price2num($object->tva_tx);
      +    if (price2num($object->localtax1_type)) $positiverates.=($positiverates?'/':'').price2num($object->localtax1_tx);
      +    if (price2num($object->localtax2_type)) $positiverates.=($positiverates?'/':'').price2num($object->localtax2_tx);
      +    if (empty($positiverates)) $positiverates='0';
      +    echo vatrate($positiverates.($object->default_vat_code?' ('.$object->default_vat_code.')':''), '%', $object->tva_npr);
      +    /*
      +    if ($object->default_vat_code)
      +    {
      +        print vatrate($object->tva_tx, true) . ' ('.$object->default_vat_code.')';
      +    }
      +    else print vatrate($object->tva_tx, true, $object->tva_npr, true);*/
      +    print '</td></tr>';
      +
      +    // Price
      +    print '<tr><td>' . $langs->trans("SellingPrice") . '</td><td>';
      +    if ($object->price_base_type == 'TTC') {
      +        print price($object->price_ttc) . ' ' . $langs->trans($object->price_base_type);
      +    } else {
      +        print price($object->price) . ' ' . $langs->trans($object->price_base_type);
      +    }
      +    print '</td></tr>';
      +
      +    // Price minimum
      +    print '<tr><td>' . $langs->trans("MinPrice") . '</td><td>';
      +    if ($object->price_base_type == 'TTC') {
      +        print price($object->price_min_ttc) . ' ' . $langs->trans($object->price_base_type);
      +    } else {
      +        print price($object->price_min) . ' ' . $langs->trans($object->price_base_type);
      +    }
      +    print '</td></tr>';
      +
      +	// Weight
      +	print '<tr><td>'.$langs->trans("Weight").'</td><td>';
      +	if ($object->weight != '')
      +	{
      +		print $object->weight." ".measuring_units_string($object->weight_units,"weight");
      +	}
      +	else
      +	{
      +		print '&nbsp;';
      +	}
      +	print "</td></tr>\n";
      +
      +
      +
      +
      +	print "</table>\n";
      +
      +	print '</div>';
      +	print '<div style="clear:both"></div>';
      +
       	dol_fiche_end();
       
       
      
      From b396aaebc5d54fb95d1d2a1cf7c7394fe5f9e62a Mon Sep 17 00:00:00 2001
      From: andreubisquerra <jove@bisquerra.com>
      Date: Thu, 18 Oct 2018 16:31:37 +0200
      Subject: [PATCH 0526/1013] Fix delete without any selected line
      
      ---
       htdocs/takepos/invoice.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php
      index cdfe47a756f..c71f7f861a3 100644
      --- a/htdocs/takepos/invoice.php
      +++ b/htdocs/takepos/invoice.php
      @@ -115,7 +115,7 @@ if ($action=="deleteline"){
               $row = $db->fetch_array ($resql);
               $deletelineid=$row[0];
               $invoice->deleteline($deletelineid);
      -        $invoice->fetch($deletelineid);
      +        $invoice->fetch($placeid);
           }
       }
       
      
      From 7cafdc4d9a1610a1a52c831cf8be85e3a1008a9d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 16:56:43 +0200
      Subject: [PATCH 0527/1013] Fix phpcs
      
      ---
       htdocs/compta/paiement/class/paiement.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index cc60c2cba8e..a7e7c48a370 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -233,11 +233,11 @@ class Paiement extends CommonObject
       			$mtotal = $totalamount;
       		}
       		$note = ($this->note_public?$this->note_public:$this->note);
      -    $payment_id = $this->payment_id ? $this->payment_id : null;
      -    $payment_site = $this->payment_site ? $this->payment_site : null;
      +		$payment_id = $this->payment_id ? $this->payment_id : null;
      +		$payment_site = $this->payment_site ? $this->payment_site : null;
       
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, ext_payment_id, ext_payment_site, fk_user_creat)";
      -		$sql.= " VALUES (".$conf->entity.", '".$this->ref."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', '".$total."', '".$mtotal."', ".$this->paiementid.", '".$this->num_paiement."', '".$this->db->escape($note)."', '".$this->payment_id."', '".$this->payment_site."', ".$user->id.")";
      +		$sql.= " VALUES (".$conf->entity.", '".$this->db->escape($this->ref)."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', ".$total.", ".$mtotal.", ".$this->paiementid.", '".$this->db->escape($this->num_paiement)."', '".$this->db->escape($note)."', '".$this->db->escape($this->payment_id)."', '".$this->db->escape($this->payment_site)."', ".$user->id.")";
       
       		dol_syslog(get_class($this)."::Create insert paiement", LOG_DEBUG);
       		$resql = $this->db->query($sql);
      
      From 05326e271da8f2f0b2008bdfdc9d90f2ca957f09 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 17:15:26 +0200
      Subject: [PATCH 0528/1013] FIX Filter on invoice type
      
      ---
       htdocs/compta/facture/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
      index 78576e4c00d..35338722353 100644
      --- a/htdocs/compta/facture/list.php
      +++ b/htdocs/compta/facture/list.php
      @@ -422,7 +422,7 @@ 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 != '') $sql.=" AND f.type IN (".$db->escape($search_type).")";
      +if ($search_type != '' && $search_type != '-1') $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);
      
      From 66cb06eca9e876111cc27737e12cffc0a2fb93ae Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 17:33:14 +0200
      Subject: [PATCH 0529/1013] NEW Top menu is always on screen with MD theme.
      
      ---
       htdocs/theme/md/style.css.php | 7 +++++++
       1 file changed, 7 insertions(+)
      
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 3b67c895e0d..2ec97ec7a9d 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1205,6 +1205,13 @@ td.showDragHandle {
       .side-nav-vert {
       	margin-left: 228px;
       }
      +<?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) {  ?>
      +.side-nav-vert {
      +	position: sticky;
      +	top: 0px;
      +	z-index: 210;
      +}
      +<?php } ?>
       
       /* For smartphone (testmenuhider is on) */
       <?php if (in_array($conf->browser->layout, array('phone','tablet')) && ((GETPOST('testmenuhider') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))) { ?>
      
      From d4bc53660bf6daee7593d614a79576bfe0dfb568 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 18 Oct 2018 21:22:30 +0200
      Subject: [PATCH 0530/1013] Code comment and debug filemanager
      
      ---
       htdocs/core/ajax/ajaxdirpreview.php       | 24 ++++++-
       htdocs/core/ajax/ajaxdirtree.php          | 82 ++++++++++++++++++-----
       htdocs/core/tpl/filemanager.tpl.php       | 21 ++++--
       htdocs/ecm/tpl/enablefiletreeajax.tpl.php |  8 ++-
       4 files changed, 106 insertions(+), 29 deletions(-)
      
      diff --git a/htdocs/core/ajax/ajaxdirpreview.php b/htdocs/core/ajax/ajaxdirpreview.php
      index 8d1c5cd712c..82f83595537 100644
      --- a/htdocs/core/ajax/ajaxdirpreview.php
      +++ b/htdocs/core/ajax/ajaxdirpreview.php
      @@ -82,9 +82,16 @@ else    // For no ajax call
                   dol_print_error($db,$ecmdir->error);
                   exit;
               }
      +
      +        $relativepath=$ecmdir->getRelativePath();	// Example   'mydir/'
           }
      -    $relativepath=$ecmdir->getRelativePath();
      -    $upload_dir = $rootdirfordoc.'/'.$relativepath;
      +	elseif (GETPOST('section_dir'))
      +	{
      +		$relativepath=GETPOST('section_dir');
      +	}
      +	//var_dump($section.'-'.GETPOST('section_dir').'-'.$relativepath);
      +
      +	$upload_dir = $rootdirfordoc.'/'.$relativepath;
       }
       
       if (empty($url))
      @@ -226,7 +233,18 @@ if ($type == 'directory')
           {
           	if ($module == 'medias')
           	{
      -    		$relativepath=GETPOST('file','alpha');
      +    		/*
      +    		   $_POST is array like
      +    		  'token' => string '062380e11b7dcd009d07318b57b71750' (length=32)
      +			  'action' => string 'file_manager' (length=12)
      +			  'website' => string 'template' (length=8)
      +			  'pageid' => string '124' (length=3)
      +			  'section_dir' => string 'mydir/' (length=3)
      +			  'section_id' => string '0' (length=1)
      +			  'max_file_size' => string '2097152' (length=7)
      +			  'sendit' => string 'Envoyer fichier' (length=15)
      +    		 */
      +    		$relativepath=GETPOST('file','alpha')?GETPOST('file','alpha'):GETPOST('section_dir','alpha');
           		if ($relativepath && $relativepath!= '/') $relativepath.='/';
           		$upload_dir = $dolibarr_main_data_root.'/'.$module.'/'.$relativepath;
           		if (GETPOSTISSET('website') || GETPOSTISSET('file_manager'))
      diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
      index 4b588751829..a55df4a1038 100644
      --- a/htdocs/core/ajax/ajaxdirtree.php
      +++ b/htdocs/core/ajax/ajaxdirtree.php
      @@ -30,6 +30,7 @@ if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1');
       if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1');
       if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
       
      +
       if (! isset($mode) || $mode != 'noajax')    // For ajax call
       {
       	$res=@include '../../main.inc.php';
      @@ -39,16 +40,26 @@ if (! isset($mode) || $mode != 'noajax')    // For ajax call
       	include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
       	include_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmdirectory.class.php';
       
      +	//if (GETPOST('preopened')) { $_GET['dir'] = $_POST['dir'] = '/bbb/'; }
      +
       	$openeddir = GETPOST('openeddir');
       	$modulepart= GETPOST('modulepart');
       	$selecteddir = jsUnEscape(GETPOST('dir'));        // relative path. We must decode using same encoding function used by javascript: escape()
      +
      +	$preopened = GETPOST('preopened');
      +
       	if ($selecteddir != '/') $selecteddir = preg_replace('/\/$/','',$selecteddir);    // We removed last '/' except if it is '/'
       }
       else    // For no ajax call
       {
      +	//if (GETPOST('preopened')) { $_GET['dir'] = $_POST['dir'] = GETPOST('preopened'); }
      +
       	$openeddir = GETPOST('openeddir');
       	$modulepart= GETPOST('modulepart');
       	$selecteddir = GETPOST('dir');
      +
      +	$preopened = GETPOST('preopened');
      +
       	if ($selecteddir != '/') $selecteddir = preg_replace('/\/$/','',$selecteddir);    // We removed last '/' except if it is '/'
       	if (empty($url)) $url=DOL_URL_ROOT.'/ecm/index.php';
       }
      @@ -58,8 +69,16 @@ $langs->load("ecm");
       
       // Define fullpathselecteddir.
       $fullpathselecteddir='<none>';
      -if ($modulepart == 'ecm') $fullpathselecteddir=$conf->ecm->dir_output.'/'.($selecteddir != '/' ? $selecteddir : '');
      -if ($modulepart == 'medias') $fullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($selecteddir != '/' ? $selecteddir : '');
      +if ($modulepart == 'ecm')
      +{
      +	$fullpathselecteddir=$conf->ecm->dir_output.'/'.($selecteddir != '/' ? $selecteddir : '');
      +	$fullpathopeneddir=$conf->ecm->dir_output.'/'.($openeddir != '/' ? $openeddir : '');
      +}
      +if ($modulepart == 'medias')
      +{
      +	$fullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($selecteddir != '/' ? $selecteddir : '');
      +	$fullpathopeneddir=$dolibarr_main_data_root.'/medias/'.($openeddir != '/' ? $openeddir : '');
      +}
       
       
       // Security:
      @@ -87,20 +106,20 @@ if ($modulepart == 'medias')
        * View
        */
       
      -if (! isset($mode) || $mode != 'noajax')
      +if (! isset($mode) || $mode != 'noajax')	// if ajax mode
       {
       	top_httphead();
       }
       
      -//print '<!-- selecteddir = '.$selecteddir.', openeddir = '.$openeddir.', modulepart='.$modulepart.' -->'."\n";
      +//print '<!-- selecteddir (relative dir we click on) = '.$selecteddir.', openeddir = '.$openeddir.', modulepart='.$modulepart.', preopened='.$preopened.' -->'."\n";
       $userstatic=new User($db);
       $form=new Form($db);
       $ecmdirstatic = new EcmDirectory($db);
       
      -// Load full tree from database. We will use it to define nbofsubdir and nboffilesinsubdir
      +// Load full tree of ECM module from database. We will use it to define nbofsubdir and nboffilesinsubdir
       if (empty($sqltree)) $sqltree=$ecmdirstatic->get_full_arbo(0);
       
      -// Try to find key into $sqltree
      +// Try to find selected dir id into $sqltree and save it into $current_ecmdir_id
       $current_ecmdir_id=-1;
       foreach($sqltree as $keycursor => $val)
       {
      @@ -113,6 +132,25 @@ foreach($sqltree as $keycursor => $val)
       
       if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))
       {
      +
      +/**
      + * treeOutputForAbsoluteDir
      + *
      + * @param array	  $sqltree					Sqltree
      + * @param string  $selecteddir				Selected dir
      + * @param string  $fullpathselecteddir		Full path of selected dir
      + * @param string  $modulepart				Modulepart
      + * @param string  $websitekey				Website key
      + * @param int     $pageid					Page id
      + * @return	void
      + */
      +function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid)
      +{
      +	global $db, $langs, $form;
      +
      +	$ecmdirstatic = new EcmDirectory($db);
      +	$userstatic = new User($db);
      +
       	if (file_exists($fullpathselecteddir))
       	{
       		$files = @scandir($fullpathselecteddir);
      @@ -172,7 +210,7 @@ if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE
       	    		    		$nboffilesinsubdir=$langs->trans("Unknown");
       						}
       
      -			        	print '<li class="directory collapsed">';
      +			        	print '<li class="directory collapsed">';	// collapsed is opposite if expanded
       
       	    				print "<a class=\"fmdirlia jqft ecmjqft\" href=\"";
       	    				print "#";
      @@ -229,15 +267,30 @@ if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE
       	    				print "</tr></table>\n";
       	                    print '</div>';
       
      +	                    if (0)
      +	                    {
      +	                    	treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid);
      +	                    }
      +
       	                    //print '<div>&nbsp;</div>';
       	    				print "</li>\n";
       	    			}
       	    		}
       
      -	    		// Enable jquery handlers on new generated HTML objects (same code than into lib_footer.js.php)
      -	    		// Because the content is reloaded by ajax call, we must also reenable some jquery hooks
      -				print "\n<!-- JS CODE TO ENABLE Tooltips on all object with class classfortooltip (reload into ajaxdirtree) -->\n";
      -	    		print '<script type="text/javascript">
      +	    		echo "</ul>\n";
      +
      +	    	}
      +	    }
      +	    else print "PermissionDenied";
      +	}
      +}
      +
      +	treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid);
      +
      +	// Enable jquery handlers on new generated HTML objects (same code than into lib_footer.js.php)
      +	// Because the content is reloaded by ajax call, we must also reenable some jquery hooks
      +	print "\n<!-- JS CODE TO ENABLE Tooltips on all object with class classfortooltip (reload into ajaxdirtree) -->\n";
      +	print '<script type="text/javascript">
       	            	jQuery(document).ready(function () {
       	            		jQuery(".classfortooltip").tooltip({
       							show: { collision: "flipfit", effect:\'toggle\', delay:50 },
      @@ -250,13 +303,6 @@ if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE
       	            	});
       	            	</script>';
       
      -	    		echo "</ul>\n";
      -
      -	    	}
      -	    }
      -	    else print "PermissionDenied";
      -	}
      -
       	// This ajax service is called only when a directory $selecteddir is opened but not when closed.
       	//print '<script language="javascript">';
       	//print "loadandshowpreview('".dol_escape_js($selecteddir)."');";
      diff --git a/htdocs/core/tpl/filemanager.tpl.php b/htdocs/core/tpl/filemanager.tpl.php
      index 8ca6b6f215a..adc594e780f 100644
      --- a/htdocs/core/tpl/filemanager.tpl.php
      +++ b/htdocs/core/tpl/filemanager.tpl.php
      @@ -111,7 +111,7 @@ if ((! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABL
       		<?php
       	}
       
      -	$sectiondir=GETPOST('file','alpha');
      +	$sectiondir=GETPOST('file','alpha')?GETPOST('file','alpha'):GETPOST('section_dir','alpha');
       	print '<!-- Start form to attach new file in filemanager.tpl.php sectionid='.$section.' sectiondir='.$sectiondir.' -->'."\n";
       	include_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
           $formfile=new FormFile($db);
      @@ -168,14 +168,14 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
       
           	print '<tr><td>';
       
      -    	// Show filemanager tree (will be filled by call of ajax /ecm/tpl/enablefiletreeajax.tpl.php that execute ajaxdirtree.php)
      +    	// Show filemanager tree (will be filled by a call of ajax /ecm/tpl/enablefiletreeajax.tpl.php, later, that executes 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');
       
       	    print '</td></tr>';
           }
      -    else
      +    else	// Show filtree when ajax is disabled (rare)
           {
               print '<tr><td style="padding-left: 20px">';
       
      @@ -186,6 +186,9 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
               // Show filemanager tree (will be filled by direct include of ajaxdirtree.php in mode noajax, this will return all dir - all levels - to show)
               print '<div id="filetree" class="ecmfiletree">';
       
      +        // Variables that may be defined:
      +        // $_GET['modulepart'], $_GET['openeddir'], $_GET['sortfield'], $_GET['sortorder']
      +        // $_POST['dir']
               $mode='noajax';
               if (empty($url)) $url=DOL_URL_ROOT.'/ecm/index.php';
               include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirtree.php';
      @@ -211,7 +214,7 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
       
       $mode='noajax';
       if (empty($url)) $url=DOL_URL_ROOT.'/ecm/index.php';
      -include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirpreview.php';
      +include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirpreview.php';	// Show content of a directory on right side
       
       
       // End right panel
      @@ -224,7 +227,15 @@ include DOL_DOCUMENT_ROOT.'/core/ajax/ajaxdirpreview.php';
       <?php
       
       
      -if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) {
      +if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS)) // Show filtree when ajax is enabled
      +{
      +	//var_dump($modulepart);
      +	// Variables that may be defined:
      +	// $_GET['modulepart'], $_GET['openeddir'], $_GET['sortfield'], $_GET['sortorder']
      +	// $_POST['dir']
      +	// $_POST['section_dir'], $_POST['section_id'], $_POST['token'], $_POST['max_file_size'], $_POST['sendit']
      +	if (GETPOST('section_dir','alpha')) { $preopened=GETPOST('section_dir','alpha'); }
      +
       	include DOL_DOCUMENT_ROOT.'/ecm/tpl/enablefiletreeajax.tpl.php';
       }
       
      diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      index b7c20e33d2d..c47ca3e40ba 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 https://www.abeautifulsite.net/jquery-file-tree:  http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/ -->
      +<!-- Doc of fileTree plugin at https://www.abeautifulsite.net/jquery-file-tree -->
       
       <script type="text/javascript">
       
      @@ -35,7 +35,9 @@ if (empty($conf) || ! is_object($conf))
       if (empty($module)) $module='ecm';
       $paramwithoutsection=preg_replace('/&?section=(\d+)/', '', $param);
       
      -$openeddir='/';
      +$openeddir='/';		// The root directory shown
      +// $preopened		// The dir to have preopened
      +
       ?>
       
       $(document).ready(function() {
      @@ -43,7 +45,7 @@ $(document).ready(function() {
       	$('#filetree').fileTree({
       		root: '<?php print dol_escape_js($openeddir); ?>',
       		// Ajax called if we click to expand a dir (not a file). Parameter 'dir' is provided as a POST parameter by fileTree code to this following URL.
      -		script: '<?php echo DOL_URL_ROOT.'/core/ajax/ajaxdirtree.php?modulepart='.$module.'&openeddir='.urlencode($openeddir).(empty($paramwithoutsection)?'':$paramwithoutsection); ?>',
      +		script: '<?php echo DOL_URL_ROOT.'/core/ajax/ajaxdirtree.php?modulepart='.$module.(empty($preopened)?'':'&preopened='.urlencode($preopened)).'&openeddir='.urlencode($openeddir).(empty($paramwithoutsection)?'':$paramwithoutsection); ?>',
       		folderEvent: 'click',	// 'dblclick'
       		multiFolder: false  },
       		// Called if we click on a file (not a dir)
      
      From b0e24e2b8deefd8916a7bc194972a87f1cde23c5 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 18 Oct 2018 21:24:06 +0200
      Subject: [PATCH 0531/1013] use strict comparaison
      
      ---
       htdocs/core/login/functions_openid.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/login/functions_openid.php b/htdocs/core/login/functions_openid.php
      index 83543c43dd5..79cf1a09cb9 100644
      --- a/htdocs/core/login/functions_openid.php
      +++ b/htdocs/core/login/functions_openid.php
      @@ -70,7 +70,7 @@ function check_user_password_openid($usertotest,$passwordtotest,$entitytotest)
               $openid = new SimpleOpenID();
               $openid->SetIdentity($_GET['openid_identity']);
               $openid_validation_result = $openid->ValidateWithServer();
      -        if ($openid_validation_result == true)
      +        if ($openid_validation_result === true)
               {
                   // OK HERE KEY IS VALID
       
      @@ -90,7 +90,7 @@ function check_user_password_openid($usertotest,$passwordtotest,$entitytotest)
                       }
                   }
               }
      -        else if($openid->IsError() == true)
      +        else if($openid->IsError() === true)
               {
                   // ON THE WAY, WE GOT SOME ERROR
                   $error = $openid->GetError();
      
      From 6c85fbbc303d33c3fc19c18a56dc9864a983cc25 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 18 Oct 2018 21:47:10 +0200
      Subject: [PATCH 0532/1013] add log and comment
      
      ---
       .../core/class/commondocgenerator.class.php   |  5 +++
       .../doc/doc_generic_order_odt.modules.php     | 45 +++++++++++--------
       .../modules/commande/modules_commande.php     |  4 --
       3 files changed, 32 insertions(+), 22 deletions(-)
      
      diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
      index f75ced719a1..9c23badcf02 100644
      --- a/htdocs/core/class/commondocgenerator.class.php
      +++ b/htdocs/core/class/commondocgenerator.class.php
      @@ -38,6 +38,11 @@ abstract class CommonDocGenerator
       	 */
       	public $error='';
       
      +    /**
      +     * @var string[]    Array of error strings
      +     */
      +    public $errors = array();
      +
       	/**
            * @var DoliDB Database handler.
            */
      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 3839edb85c1..dff597c5593 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
      @@ -4,21 +4,22 @@
        * 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
      -* 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/
      -*/
      + * 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/>.
      + * or see http://www.gnu.org/
      + */
       
       /**
        *	\file       htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
      @@ -46,7 +47,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       	public $emetteur;
       
       	/**
      -   * @var array() 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);
      @@ -351,6 +352,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -366,6 +368,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       				}
       				catch(OdfException $e)
       				{
      +                    dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -402,6 +405,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -434,9 +438,11 @@ class doc_generic_order_odt extends ModelePDFCommandes
       								}
       								catch(OdfException $e)
       								{
      +                                    dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +                                    dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -460,6 +466,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -473,7 +480,8 @@ class doc_generic_order_odt extends ModelePDFCommandes
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
       					}catch (Exception $e){
      -						$this->error=$e->getMessage();
      +                        $this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      @@ -481,7 +489,8 @@ class doc_generic_order_odt extends ModelePDFCommandes
       					try {
       					$odfHandler->saveToDisk($file);
       					}catch (Exception $e){
      -						$this->error=$e->getMessage();
      +                        $this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      diff --git a/htdocs/core/modules/commande/modules_commande.php b/htdocs/core/modules/commande/modules_commande.php
      index 1a4b732246d..7a1ffea8792 100644
      --- a/htdocs/core/modules/commande/modules_commande.php
      +++ b/htdocs/core/modules/commande/modules_commande.php
      @@ -39,10 +39,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/discount.class.php';
        */
       abstract class ModelePDFCommandes extends CommonDocGenerator
       {
      -	/**
      -	 * @var string Error code (or message)
      -	 */
      -	public $error='';
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
           /**
      
      From 32a3779d23630237c5d820f0ba0f8432b4328817 Mon Sep 17 00:00:00 2001
      From: Mavyre <bastien.vide@gmail.com>
      Date: Thu, 18 Oct 2018 22:08:23 +0200
      Subject: [PATCH 0533/1013] Fixed all ressources displaying
      
      ---
       htdocs/core/tpl/resource_add.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/resource_add.tpl.php b/htdocs/core/tpl/resource_add.tpl.php
      index 688d3aba221..f9daffe33ed 100644
      --- a/htdocs/core/tpl/resource_add.tpl.php
      +++ b/htdocs/core/tpl/resource_add.tpl.php
      @@ -28,7 +28,7 @@ $out .= '<input type="hidden" name="resource_type" value="'.(empty($resource_typ
       $out .= '<div class="tagtd">'.$langs->trans("SelectResource").'</div>';
       $out .= '<div class="tagtd">';
       $events=array();
      -$out .= $formresources->select_resource_list('','fk_resource','',1,1,0,$events,'',2);
      +$out .= $formresources->select_resource_list('','fk_resource','',1,1,0,$events,'',2,null);
       $out .= '</div>';
       
       $out .= '<div class="tagtd"><label>'.$langs->trans('Busy').'</label> '.$form->selectyesno('busy',(isset($_POST['busy'])?$_POST['busy']:1),1).'</div>';
      
      From 1714bce8a1fb67b1175e7ef52e45649bce5993a2 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Fri, 19 Oct 2018 08:53:01 +0200
      Subject: [PATCH 0534/1013] New: works with variants: - Better function name
      
      ---
       htdocs/variants/class/ProductCombination.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index 130b18dafc5..c2e378d045d 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -330,7 +330,7 @@ class ProductCombination
       		$child->price_autogen = $parent->price_autogen;
       		$child->weight = $parent->weight + $this->variation_weight;
       		$child->weight_units = $parent->weight_units;
      -		$varlabel = $this->getLabelOfCombination($this->fk_product_child);
      +		$varlabel = $this->getCombinationLabel($this->fk_product_child);
       		$child->label = $parent->label.$varlabel;
       
       		if ($child->update($child->id, $user) > 0) {
      @@ -688,9 +688,9 @@ WHERE c.fk_product_parent = ".(int) $productid." AND p.tosell = 1";
       	/**
       	 * Return label for combinations
       	 * @param 	int 	$prod_child		id of child
      -	 * @return 	string	combination label
      +	 * @return 	string					combination label
       	 */
      -	public function getLabelOfCombination($prod_child)
      +	public function getCombinationLabel($prod_child)
       	{
       		$label = '';
       		$sql = 'SELECT pav.value AS label';
      
      From 985ab1efda3eda0f48508e8cd2093445d7b54192 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 10:59:34 +0200
      Subject: [PATCH 0535/1013] FIX delete of a file in file_manager return to same
       dir
      
      ---
       htdocs/core/actions_linkedfiles.inc.php | 23 +++++-----
       htdocs/ecm/index.php                    | 58 +++++++++++++------------
       htdocs/website/index.php                |  2 +-
       3 files changed, 45 insertions(+), 38 deletions(-)
      
      diff --git a/htdocs/core/actions_linkedfiles.inc.php b/htdocs/core/actions_linkedfiles.inc.php
      index 297f7821599..9724465864b 100644
      --- a/htdocs/core/actions_linkedfiles.inc.php
      +++ b/htdocs/core/actions_linkedfiles.inc.php
      @@ -77,20 +77,23 @@ elseif (GETPOST('linkit','none') && ! empty($conf->global->MAIN_UPLOAD_DOC))
       // Delete file/link
       if ($action == 'confirm_deletefile' && $confirm == 'yes')
       {
      -        $urlfile = GETPOST('urlfile', 'alpha', 0, null, null, 1);	// Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP).
      -        if (GETPOST('section', 'alpha')) $file = $upload_dir . "/" . $urlfile;	// For a delete of GED module urlfile contains full path from upload_dir
      -        else															// For documents pages, upload_dir contains already path to file from module dir, so we clean path into urlfile.
      +        $urlfile = GETPOST('urlfile', 'alpha', 0, null, null, 1);				// Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP).
      +        if (GETPOST('section', 'alpha')) 	// For a delete from the ECM module, upload_dir is ECM root dir and urlfile contains relative path from upload_dir
      +        {
      +        	$file = $upload_dir . (preg_match('/\/$/', $upload_dir) ? '' : '/') . $urlfile;
      +        }
      +        else								// For a delete from the file manager into another module, or from documents pages, upload_dir contains already path to file from module dir, so we clean path into urlfile.
       		{
              		$urlfile=basename($urlfile);
      -			$file = $upload_dir . "/" . $urlfile;
      +       		$file = $upload_dir . (preg_match('/\/$/', $upload_dir) ? '' : '/') . $urlfile;
       			if (! empty($upload_dirold)) $fileold = $upload_dirold . "/" . $urlfile;
       		}
      -        $linkid = GETPOST('linkid', 'int');	// Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP).
      +        $linkid = GETPOST('linkid', 'int');
       
      -        if ($urlfile)
      +        if ($urlfile)		// delete of a file
               {
      -	        $dir = dirname($file).'/';     // Chemin du dossier contenant l'image d'origine
      -	        $dirthumb = $dir.'/thumbs/';   // Chemin du dossier contenant la vignette
      +	        $dir = dirname($file).'/';		// Chemin du dossier contenant l'image d'origine
      +	        $dirthumb = $dir.'/thumbs/';	// Chemin du dossier contenant la vignette (if file is an image)
       
       	        $ret = dol_delete_file($file, 0, 0, 0, (is_object($object)?$object:null));
                   if (! empty($fileold)) dol_delete_file($fileold, 0, 0, 0, (is_object($object)?$object:null));     // Delete file using old path
      @@ -114,7 +117,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes')
                   if ($ret) setEventMessages($langs->trans("FileWasRemoved", $urlfile), null, 'mesgs');
                   else setEventMessages($langs->trans("ErrorFailToDeleteFile", $urlfile), null, 'errors');
               }
      -        elseif ($linkid)
      +        elseif ($linkid)	// delete of external link
               {
                   require_once DOL_DOCUMENT_ROOT . '/core/class/link.class.php';
                   $link = new Link($db);
      @@ -143,7 +146,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes')
               	}
               	else
               	{
      -        		header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id.(!empty($withproject)?'&withproject=1':''));
      +        		header('Location: '.$_SERVER["PHP_SELF"].'?id='.$object->id.(GETPOST('section_dir','alpha')?'&section_dir='.urlencode(GETPOST('section_dir','alpha')):'').(!empty($withproject)?'&withproject=1':''));
               		exit;
               	}
               }
      diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php
      index ae11ebbd479..d2c2424099b 100644
      --- a/htdocs/ecm/index.php
      +++ b/htdocs/ecm/index.php
      @@ -77,6 +77,10 @@ $error=0;
        *	Actions
        */
       
      +// TODO Replace sendit and confirm_deletefile with
      +//$backtopage=$_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid;	// used after a confirm_deletefile into actions_linkedfiles.inc.php
      +//include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
      +
       // Upload file (code similar but different than actions_linkedfiles.inc.php)
       if (GETPOST("sendit",'none') && ! empty($conf->global->MAIN_UPLOAD_DOC))
       {
      @@ -113,6 +117,33 @@ if (GETPOST("sendit",'none') && ! empty($conf->global->MAIN_UPLOAD_DOC))
       	}
       }
       
      +// Remove file (code similar but different than actions_linkedfiles.inc.php)
      +if ($action == 'confirm_deletefile')
      +{
      +	if (GETPOST('confirm') == 'yes')
      +	{
      +		// GETPOST('urlfile','alpha') is full relative URL from ecm root dir. Contains path of all sections.
      +		//var_dump(GETPOST('urlfile'));exit;
      +
      +		$upload_dir = $conf->ecm->dir_output.($relativepath?'/'.$relativepath:'');
      +		$file = $upload_dir . "/" . GETPOST('urlfile','alpha');
      +
      +		$ret=dol_delete_file($file);	// This include also the delete from file index in database.
      +		if ($ret)
      +		{
      +			setEventMessages($langs->trans("FileWasRemoved", GETPOST('urlfile','alpha')), null, 'mesgs');
      +			$result=$ecmdir->changeNbOfFiles('-');
      +		}
      +		else
      +		{
      +			setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('urlfile','alpha')), null, 'errors');
      +		}
      +
      +		clearstatcache();
      +	}
      +	$action='file_manager';
      +}
      +
       // Add directory
       if ($action == 'add' && $user->rights->ecm->setup)
       {
      @@ -135,33 +166,6 @@ if ($action == 'add' && $user->rights->ecm->setup)
       	clearstatcache();
       }
       
      -// Remove file (code similar but different than actions_linkedfiles.inc.php)
      -if ($action == 'confirm_deletefile')
      -{
      -    if (GETPOST('confirm') == 'yes')
      -    {
      -    	// GETPOST('urlfile','alpha') is full relative URL from ecm root dir. Contains path of all sections.
      -		//var_dump(GETPOST('urlfile'));exit;
      -
      -    	$upload_dir = $conf->ecm->dir_output.($relativepath?'/'.$relativepath:'');
      -    	$file = $upload_dir . "/" . GETPOST('urlfile','alpha');	// Do not use urldecode here ($_GET and $_POST are already decoded by PHP).
      -
      -    	$ret=dol_delete_file($file);	// This include also the delete from file index in database.
      -    	if ($ret)
      -    	{
      -    		setEventMessages($langs->trans("FileWasRemoved", GETPOST('urlfile','alpha')), null, 'mesgs');
      -    		$result=$ecmdir->changeNbOfFiles('-');
      -    	}
      -    	else
      -    	{
      -    		setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('urlfile','alpha')), null, 'errors');
      -    	}
      -
      -    	clearstatcache();
      -    }
      -   	$action='file_manager';
      -}
      -
       // Remove directory
       if ($action == 'confirm_deletesection' && GETPOST('confirm') == 'yes')
       {
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index dc8209bcb01..f2bf4ad1888 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -207,7 +207,7 @@ $htmlheadercontentdefault.='-->'."\n";
        * Actions
        */
       
      -$backtopage=$_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid;	// used after a confirm_deletefile into actions_linkedfiles.inc.php
      +$backtopage=$_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid.(GETPOST('section_dir','alpha')?'&section_dir='.urlencode(GETPOST('section_dir','alpha')):'');	// used after a confirm_deletefile into actions_linkedfiles.inc.php
       include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
       
       if ($action == 'renamefile') $action='file_manager';		// After actions_linkedfiles, if action were renamefile, we set it to 'file_manager'
      
      From 34118bcf200100a63e45853b8349d56d26f33eba Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Fri, 19 Oct 2018 12:02:14 +0200
      Subject: [PATCH 0536/1013] New: works with variants: - Multiprices
       compatibility
      
      ---
       .../class/ProductCombination.class.php        | 49 +++++++++++++------
       1 file changed, 35 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index c2e378d045d..a0aed832eac 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -340,14 +340,33 @@ class ProductCombination
       
       			// MultiPrix
       			if (! empty($conf->global->PRODUIT_MULTIPRICES)) {
      -				$new_type = $parent->multiprices_base_type[1];
      -				$new_min_price = $parent->multiprices_min[1];
      -				$new_psq = $parent->multiprices_recuperableonly[1];
      +				for ($i=1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++)
      +				{
      +					if ($parent->multiprices[$i] != '') {
      +						$new_type = $parent->multiprices_base_type[$i];
      +						$new_min_price = $parent->multiprices_min[$i];
      +						if ($parent->prices_by_qty_list[$i]) {
      +							$new_psq = 1;
      +						} else {
      +							$new_psq = 0;
      +						}
       
      -				if ($new_type == 'TTC') {
      -					$new_price = $parent->multiprices_ttc[1];
      -				} else {
      -					$new_price = $parent->multiprices[1];
      +						if ($new_type == 'TTC') {
      +							$new_price = $parent->multiprices_ttc[$i];
      +						} else {
      +							$new_price = $parent->multiprices[$i];
      +						}
      +
      +						if ($this->variation_price_percentage) {
      +							if ($new_price != 0) {
      +								$new_price *= 1 + ($this->variation_price / 100);
      +							}
      +						} else {
      +							$new_price += $this->variation_price;
      +						}
      +
      +						$child->updatePrice($new_price, $new_type, $user, $new_vat, $new_min_price, $i, $new_npr, $new_psq);
      +					}
       				}
       			} else {
       				$new_type = $parent->price_base_type;
      @@ -359,15 +378,17 @@ class ProductCombination
       				} else {
       					$new_price = $parent->price;
       				}
      -			}
       
      -			if ($this->variation_price_percentage) {
      -				$new_price *= 1 + ($this->variation_price/100);
      -			} else {
      -				$new_price += $this->variation_price;
      -			}
      +				if ($this->variation_price_percentage) {
      +					if ($new_price != 0) {
      +						$new_price *= 1 + ($this->variation_price / 100);
      +					}
      +				} else {
      +					$new_price += $this->variation_price;
      +				}
       
      -			$child->updatePrice($new_price, $new_type, $user, $new_vat, $new_min_price, 1, $new_npr, $new_psq);
      +				$child->updatePrice($new_price, $new_type, $user, $new_vat, $new_min_price, 1, $new_npr, $new_psq);
      +			}
       
       			$this->db->commit();
       
      
      From 696023c1aa2a83b86d7b0540bc8cdec3aa3378dc Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 12:47:59 +0200
      Subject: [PATCH 0537/1013] NEW Enhancement in the generic file manager
      
      ---
       htdocs/core/actions_linkedfiles.inc.php   |  29 +-
       htdocs/core/ajax/ajaxdirtree.php          | 332 ++++++++++++----------
       htdocs/core/class/html.formfile.class.php |  13 +-
       htdocs/core/tpl/filemanager.tpl.php       |   2 +-
       htdocs/ecm/index.php                      |   3 +-
       htdocs/ecm/tpl/enablefiletreeajax.tpl.php |   3 +-
       6 files changed, 203 insertions(+), 179 deletions(-)
      
      diff --git a/htdocs/core/actions_linkedfiles.inc.php b/htdocs/core/actions_linkedfiles.inc.php
      index 9724465864b..58f96b7faf1 100644
      --- a/htdocs/core/actions_linkedfiles.inc.php
      +++ b/htdocs/core/actions_linkedfiles.inc.php
      @@ -50,13 +50,17 @@ if (GETPOST('sendit','alpha') && ! empty($conf->global->MAIN_UPLOAD_DOC))
       
       		if (! $error)
       		{
      +			// Define if we have to generate thumbs or not
      +			$generatethumbs = 1;
      +			if (GETPOST('section_dir')) $generatethumbs=0;
      +
       			if (! empty($upload_dirold) && ! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO))
       			{
      -				$result = dol_add_file_process($upload_dirold, 0, 1, 'userfile', GETPOST('savingdocmask', 'alpha'));
      +				$result = dol_add_file_process($upload_dirold, 0, 1, 'userfile', GETPOST('savingdocmask', 'alpha'), null, '', $generatethumbs);
       			}
       			elseif (! empty($upload_dir))
       			{
      -				$result = dol_add_file_process($upload_dir, 0, 1, 'userfile', GETPOST('savingdocmask', 'alpha'));
      +				$result = dol_add_file_process($upload_dir, 0, 1, 'userfile', GETPOST('savingdocmask', 'alpha'), null, '', $generatethumbs);
       			}
       		}
       	}
      @@ -69,7 +73,7 @@ elseif (GETPOST('linkit','none') && ! empty($conf->global->MAIN_UPLOAD_DOC))
               if (substr($link, 0, 7) != 'http://' && substr($link, 0, 8) != 'https://' && substr($link, 0, 7) != 'file://') {
                   $link = 'http://' . $link;
               }
      -        dol_add_file_process($upload_dir, 0, 1, 'userfile', null, $link);
      +        dol_add_file_process($upload_dir, 0, 1, 'userfile', null, $link, '', 0);
           }
       }
       
      @@ -211,13 +215,20 @@ elseif ($action == 'renamefile' && GETPOST('renamefilesave','alpha'))
       	            		$result = dol_move($srcpath, $destpath);
       			            if ($result)
       			            {
      -			            	if ($object->id)
      -			            	{
      -			                	$object->addThumbs($destpath);
      -			            	}
      +			            	// Define if we have to generate thumbs or not
      +			            	$generatethumbs = 1;
      +			            	if (GETPOST('section_dir')) $generatethumbs=0;
       
      -			                // TODO Add revert function of addThumbs to remove for old name
      -			                //$object->delThumbs($srcpath);
      +			            	if ($generatethumbs)
      +			            	{
      +				            	if ($object->id)
      +				            	{
      +				                	$object->addThumbs($destpath);
      +				            	}
      +
      +				                // TODO Add revert function of addThumbs to remove thumbs with old name
      +				                //$object->delThumbs($srcpath);
      +			            	}
       
       			                setEventMessages($langs->trans("FileRenamed"), null);
       			            }
      diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
      index a55df4a1038..fc01474a072 100644
      --- a/htdocs/core/ajax/ajaxdirtree.php
      +++ b/htdocs/core/ajax/ajaxdirtree.php
      @@ -72,12 +72,12 @@ $fullpathselecteddir='<none>';
       if ($modulepart == 'ecm')
       {
       	$fullpathselecteddir=$conf->ecm->dir_output.'/'.($selecteddir != '/' ? $selecteddir : '');
      -	$fullpathopeneddir=$conf->ecm->dir_output.'/'.($openeddir != '/' ? $openeddir : '');
      +	$fullpathpreopened=$conf->ecm->dir_output.'/'.($preopened != '/' ? $preopened : '');
       }
       if ($modulepart == 'medias')
       {
       	$fullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($selecteddir != '/' ? $selecteddir : '');
      -	$fullpathopeneddir=$dolibarr_main_data_root.'/medias/'.($openeddir != '/' ? $openeddir : '');
      +	$fullpathpreopened=$dolibarr_main_data_root.'/medias/'.($preopened != '/' ? $preopened : '');
       }
       
       
      @@ -132,161 +132,9 @@ foreach($sqltree as $keycursor => $val)
       
       if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))
       {
      +	treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid, $preopened, $fullpathpreopened);
       
      -/**
      - * treeOutputForAbsoluteDir
      - *
      - * @param array	  $sqltree					Sqltree
      - * @param string  $selecteddir				Selected dir
      - * @param string  $fullpathselecteddir		Full path of selected dir
      - * @param string  $modulepart				Modulepart
      - * @param string  $websitekey				Website key
      - * @param int     $pageid					Page id
      - * @return	void
      - */
      -function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid)
      -{
      -	global $db, $langs, $form;
      -
      -	$ecmdirstatic = new EcmDirectory($db);
      -	$userstatic = new User($db);
      -
      -	if (file_exists($fullpathselecteddir))
      -	{
      -		$files = @scandir($fullpathselecteddir);
      -
      -		if ($files)
      -	    {
      -	    	natcasesort($files);
      -	    	if (count($files) > 2)    /* The 2 accounts for . and .. */
      -	    	{
      -	    		echo '<ul class="ecmjqft" style="display: none;">'."\n";
      -
      -	    		// All dirs
      -	    		foreach ($files as $file)    // $file can be '.', '..', or 'My dir' or 'My file'
      -	    		{
      -	    		    if ($file == 'temp') continue;
      -
      -	    	        $nbofsubdir=0;
      -	    	        $nboffilesinsubdir=0;
      -
      -	    	        $val=array();
      -
      -	    	        // Loop on all database entries (sqltree) to find the one matching the subdir found into dir to scan
      -			        foreach($sqltree as $key => $tmpval)
      -			        {
      -	    	            //print "-- key=".$key." - ".$tmpval['fullrelativename']." vs ".(($selecteddir != '/'?$selecteddir.'/':'').$file)."<br>\n";
      -			        	if ($tmpval['fullrelativename'] == (($selecteddir != '/'?$selecteddir.'/':'').$file))		// We found equivalent record into database
      -			            {
      -			                $val=$tmpval;
      -			                $resarray=tree_showpad($sqltree,$key,1);
      -
      -			                // Refresh cache for this subdir
      -			            	if (isset($val['cachenbofdoc']) && $val['cachenbofdoc'] < 0)	// Cache is not up to date, so we update it for this directory t
      -			            	{
      -			            		$result=$ecmdirstatic->fetch($val['id']);
      -			            		$ecmdirstatic->ref=$ecmdirstatic->label;
      -
      -			            		$result=$ecmdirstatic->refreshcachenboffile(0);
      -			            		$val['cachenbofdoc']=$result;
      -			            	}
      -
      -	                        $a=$resarray[0];
      -	                        $nbofsubdir=$resarray[1];
      -	                        $nboffilesinsubdir=$resarray[2];
      -	                        break;
      -			            }
      -			        }
      -
      -	    		    //print 'modulepart='.$modulepart.' fullpathselecteddir='.$fullpathselecteddir.' - val[fullrelativename] (in database)='.$val['fullrelativename'].' - val[id]='.$val['id'].' - is_dir='.dol_is_dir($fullpathselecteddir . $file).' - file='.$file."\n";
      -	    		    if ($file != '.' && $file != '..' && ((! empty($val['fullrelativename']) && $val['id'] >= 0) || dol_is_dir($fullpathselecteddir . (preg_match('/\/$/',$fullpathselecteddir)?'':'/') . $file)))
      -	    		    {
      -						if (empty($val['fullrelativename']))	// If we did not find entry into database, but found a directory (dol_is_dir was ok at previous test)
      -						{
      -	    		    		$val['fullrelativename']=(($selecteddir && $selecteddir != '/')?$selecteddir.'/':'').$file;
      -	    		    		$val['id']=0;
      -	    		    		$val['label']=$file;
      -	    		    		$val['description']='';
      -	    		    		$nboffilesinsubdir=$langs->trans("Unknown");
      -						}
      -
      -			        	print '<li class="directory collapsed">';	// collapsed is opposite if expanded
      -
      -	    				print "<a class=\"fmdirlia jqft ecmjqft\" href=\"";
      -	    				print "#";
      -	    				print "\" rel=\"" . dol_escape_htmltag($val['fullrelativename'].'/') . "\" id=\"fmdirlia_id_".$val['id']."\"";
      -						print " onClick=\"loadandshowpreview('".dol_escape_js($val['fullrelativename'])."',".$val['id'].")";
      -	    				print "\">";
      -	    				print dol_escape_htmltag($file);
      -	    				print "</a>";
      -
      -	    				print '<div class="ecmjqft">';
      -
      -	    				print '<table class="nobordernopadding"><tr>';
      -
      -	    				/*print '<td align="left">';
      -	    				print dol_escape_htmltag($file);
      -	    				print '</td>';*/
      -
      -	    				// Nb of docs
      -	    				print '<td align="right">';
      -	    				print (isset($val['cachenbofdoc']) && $val['cachenbofdoc']  >= 0)?$val['cachenbofdoc']:'&nbsp;';
      -	    				print '</td>';
      -	    				print '<td align="left">';
      -	    				if ($nbofsubdir > 0  && $nboffilesinsubdir > 0) print '<font color="#AAAAAA">+'.$nboffilesinsubdir.'</font> ';
      -	    				print '</td>';
      -
      -	    				// 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='.$websitekey.'&pageid='.$pageid);
      -	    				print '">'.img_edit($langs->trans("Edit").' - '.$langs->trans("View"), 0, 'class="valignmiddle opacitymedium"').'</a></td>';
      -
      -	    				// Add link
      -	    				//print '<td align="right"><a href="'.DOL_URL_ROOT.'/ecm/dir_add_card.php?action=create&amp;catParent='.$val['id'].'">'.img_edit_add().'</a></td>';
      -	    				//print '<td align="right" width="14">&nbsp;</td>';
      -
      -	    				// Info
      -	    				if ($modulepart == 'ecm')
      -	    				{
      -	    					print '<td align="right" width="18">';
      -		    				$userstatic->id=isset($val['fk_user_c'])?$val['fk_user_c']:0;
      -		    				$userstatic->lastname=isset($val['login_c'])?$val['login_c']:0;
      -		    				$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
      -		    				$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionManual").'<br>';
      -		    				$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$userstatic->getNomUrl(1, '', false, 1).'<br>';
      -		    				$htmltooltip.='<b>'.$langs->trans("ECMCreationDate").'</b>: '.(isset($val['date_c'])?dol_print_date($val['date_c'],"dayhour"):$langs->trans("NeedRefresh")).'<br>';
      -		    				$htmltooltip.='<b>'.$langs->trans("Description").'</b>: '.$val['description'].'<br>';
      -		    				$htmltooltip.='<b>'.$langs->trans("ECMNbOfFilesInDir").'</b>: '.((isset($val['cachenbofdoc']) && $val['cachenbofdoc'] >= 0)?$val['cachenbofdoc']:$langs->trans("NeedRefresh")).'<br>';
      -		    				if ($nboffilesinsubdir > 0) $htmltooltip.='<b>'.$langs->trans("ECMNbOfFilesInSubDir").'</b>: '.$nboffilesinsubdir;
      -		    				else $htmltooltip.='<b>'.$langs->trans("ECMNbOfSubDir").'</b>: '.($nbofsubdir >= 0 ? $nbofsubdir : $langs->trans("NeedRefresh")).'<br>';
      -		    				print $form->textwithpicto('',$htmltooltip,1,"info");
      -		    				print "</td>";
      -	    				}
      -
      -	    				print "</tr></table>\n";
      -	                    print '</div>';
      -
      -	                    if (0)
      -	                    {
      -	                    	treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid);
      -	                    }
      -
      -	                    //print '<div>&nbsp;</div>';
      -	    				print "</li>\n";
      -	    			}
      -	    		}
      -
      -	    		echo "</ul>\n";
      -
      -	    	}
      -	    }
      -	    else print "PermissionDenied";
      -	}
      -}
      -
      -	treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid);
      -
      +	// TODO Find a solution to not output this code for each leaf we open
       	// Enable jquery handlers on new generated HTML objects (same code than into lib_footer.js.php)
       	// Because the content is reloaded by ajax call, we must also reenable some jquery hooks
       	print "\n<!-- JS CODE TO ENABLE Tooltips on all object with class classfortooltip (reload into ajaxdirtree) -->\n";
      @@ -472,3 +320,175 @@ if (empty($conf->use_javascript_ajax) || ! empty($conf->global->MAIN_ECM_DISABLE
       
       // Close db if mode is not noajax
       if ((! isset($mode) || $mode != 'noajax') && is_object($db)) $db->close();
      +
      +
      +
      +/**
      + * treeOutputForAbsoluteDir
      + *
      + * @param	array	$sqltree				Sqltree
      + * @param	string	$selecteddir			Selected dir
      + * @param	string	$fullpathselecteddir	Full path of selected dir
      + * @param	string	$modulepart				Modulepart
      + * @param	string	$websitekey				Website key
      + * @param	int		$pageid					Page id
      + * @param	string	$preopened				Current open dir
      + * @param	string	$fullpathpreopened		Full path of current open dir
      + * @param	int		$depth					Depth
      + * @return	void
      + */
      +function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir, $modulepart, $websitekey, $pageid, $preopened, $fullpathpreopened, $depth=0)
      +{
      +	global $conf, $db, $langs, $form;
      +	global $dolibarr_main_data_root;
      +
      +	$ecmdirstatic = new EcmDirectory($db);
      +	$userstatic = new User($db);
      +
      +	if (file_exists($fullpathselecteddir))
      +	{
      +		$files = @scandir($fullpathselecteddir);
      +
      +		if ($files)
      +		{
      +			natcasesort($files);
      +			if (count($files) > 2)    /* The 2 accounts for . and .. */
      +			{
      +				echo '<ul class="ecmjqft" style="display: none;">'."\n";
      +
      +				// All dirs
      +				foreach ($files as $file)    // $file can be '.', '..', or 'My dir' or 'My file'
      +				{
      +					if ($file == 'temp') continue;
      +
      +					$nbofsubdir=0;
      +					$nboffilesinsubdir=0;
      +
      +					$val=array();
      +
      +					// Loop on all database entries (sqltree) to find the one matching the subdir found into dir to scan
      +					foreach($sqltree as $key => $tmpval)
      +					{
      +						//print "-- key=".$key." - ".$tmpval['fullrelativename']." vs ".(($selecteddir != '/'?$selecteddir.'/':'').$file)."<br>\n";
      +						if ($tmpval['fullrelativename'] == (($selecteddir != '/'?$selecteddir.'/':'').$file))		// We found equivalent record into database
      +						{
      +							$val=$tmpval;
      +							$resarray=tree_showpad($sqltree,$key,1);
      +
      +							// Refresh cache for this subdir
      +							if (isset($val['cachenbofdoc']) && $val['cachenbofdoc'] < 0)	// Cache is not up to date, so we update it for this directory t
      +							{
      +								$result=$ecmdirstatic->fetch($val['id']);
      +								$ecmdirstatic->ref=$ecmdirstatic->label;
      +
      +								$result=$ecmdirstatic->refreshcachenboffile(0);
      +								$val['cachenbofdoc']=$result;
      +							}
      +
      +							$a=$resarray[0];
      +							$nbofsubdir=$resarray[1];
      +							$nboffilesinsubdir=$resarray[2];
      +							break;
      +						}
      +					}
      +
      +					//print 'modulepart='.$modulepart.' fullpathselecteddir='.$fullpathselecteddir.' - val[fullrelativename] (in database)='.$val['fullrelativename'].' - val[id]='.$val['id'].' - is_dir='.dol_is_dir($fullpathselecteddir . $file).' - file='.$file."\n";
      +					if ($file != '.' && $file != '..' && ((! empty($val['fullrelativename']) && $val['id'] >= 0) || dol_is_dir($fullpathselecteddir . (preg_match('/\/$/',$fullpathselecteddir)?'':'/') . $file)))
      +					{
      +						if (empty($val['fullrelativename']))	// If we did not find entry into database, but found a directory (dol_is_dir was ok at previous test)
      +						{
      +							$val['fullrelativename']=(($selecteddir && $selecteddir != '/')?$selecteddir.'/':'').$file;
      +							$val['id']=0;
      +							$val['label']=$file;
      +							$val['description']='';
      +							$nboffilesinsubdir=$langs->trans("Unknown");
      +						}
      +
      +						$collapsedorexpanded='collapsed';
      +						if (preg_match('/^'.preg_quote($val['fullrelativename'].'/', '/').'/', $preopened)) $collapsedorexpanded='expanded';
      +						print '<li class="directory '.$collapsedorexpanded.'">';	// collapsed is opposite if expanded
      +
      +						print "<a class=\"fmdirlia jqft ecmjqft\" href=\"";
      +						print "#";
      +						print "\" rel=\"" . dol_escape_htmltag($val['fullrelativename'].'/') . "\" id=\"fmdirlia_id_".$val['id']."\"";
      +						print " onClick=\"loadandshowpreview('".dol_escape_js($val['fullrelativename'])."',".$val['id'].")";
      +						print "\">";
      +						print dol_escape_htmltag($file);
      +						print "</a>";
      +
      +						print '<div class="ecmjqft">';
      +
      +						print '<table class="nobordernopadding"><tr>';
      +
      +						/*print '<td align="left">';
      +						 print dol_escape_htmltag($file);
      +						 print '</td>';*/
      +
      +						// Nb of docs
      +						print '<td align="right">';
      +						print (isset($val['cachenbofdoc']) && $val['cachenbofdoc']  >= 0)?$val['cachenbofdoc']:'&nbsp;';
      +						print '</td>';
      +						print '<td align="left">';
      +						if ($nbofsubdir > 0  && $nboffilesinsubdir > 0) print '<font color="#AAAAAA">+'.$nboffilesinsubdir.'</font> ';
      +						print '</td>';
      +
      +						// 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='.$websitekey.'&pageid='.$pageid);
      +						print '">'.img_edit($langs->trans("Edit").' - '.$langs->trans("View"), 0, 'class="valignmiddle opacitymedium"').'</a></td>';
      +
      +						// Add link
      +						//print '<td align="right"><a href="'.DOL_URL_ROOT.'/ecm/dir_add_card.php?action=create&amp;catParent='.$val['id'].'">'.img_edit_add().'</a></td>';
      +						//print '<td align="right" width="14">&nbsp;</td>';
      +
      +						// Info
      +						if ($modulepart == 'ecm')
      +						{
      +							print '<td align="right" width="18">';
      +							$userstatic->id=isset($val['fk_user_c'])?$val['fk_user_c']:0;
      +							$userstatic->lastname=isset($val['login_c'])?$val['login_c']:0;
      +							$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
      +							$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionManual").'<br>';
      +							$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$userstatic->getNomUrl(1, '', false, 1).'<br>';
      +							$htmltooltip.='<b>'.$langs->trans("ECMCreationDate").'</b>: '.(isset($val['date_c'])?dol_print_date($val['date_c'],"dayhour"):$langs->trans("NeedRefresh")).'<br>';
      +							$htmltooltip.='<b>'.$langs->trans("Description").'</b>: '.$val['description'].'<br>';
      +							$htmltooltip.='<b>'.$langs->trans("ECMNbOfFilesInDir").'</b>: '.((isset($val['cachenbofdoc']) && $val['cachenbofdoc'] >= 0)?$val['cachenbofdoc']:$langs->trans("NeedRefresh")).'<br>';
      +							if ($nboffilesinsubdir > 0) $htmltooltip.='<b>'.$langs->trans("ECMNbOfFilesInSubDir").'</b>: '.$nboffilesinsubdir;
      +							else $htmltooltip.='<b>'.$langs->trans("ECMNbOfSubDir").'</b>: '.($nbofsubdir >= 0 ? $nbofsubdir : $langs->trans("NeedRefresh")).'<br>';
      +							print $form->textwithpicto('',$htmltooltip,1,"info");
      +							print "</td>";
      +						}
      +
      +						print "</tr></table>\n";
      +						print '</div>';
      +
      +						//print 'selecteddir='.$selecteddir.' preopened='.$preopened.' $val[\'fullrelativename\']='.$val['fullrelativename']."<br>\n";
      +						if (preg_match('/^'.preg_quote($val['fullrelativename'].'/', '/').'/', $preopened))
      +						{
      +							//print 'modulepart='.$modulepart.' fullpathselecteddir='.$fullpathselecteddir.' - val[fullrelativename] (in database)='.$val['fullrelativename'].' - val[id]='.$val['id'].' - is_dir='.dol_is_dir($fullpathselecteddir . $file).' - file='.$file."\n";
      +							$newselecteddir = $val['fullrelativename'];
      +							if ($modulepart == 'ecm')
      +							{
      +								$newfullpathselecteddir=$conf->ecm->dir_output.'/'.($val['fullrelativename'] != '/' ? $val['fullrelativename'] : '');
      +							}
      +							if ($modulepart == 'medias')
      +							{
      +								$newfullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($val['fullrelativename'] != '/' ? $val['fullrelativename'] : '');
      +							}
      +
      +							treeOutputForAbsoluteDir($sqltree, $newselecteddir, $newfullpathselecteddir, $modulepart, $websitekey, $pageid, $preopened, $fullpathpreopened, $depth+1);
      +						}
      +
      +						print "</li>\n";
      +					}
      +				}
      +
      +				echo "</ul>\n";
      +
      +			}
      +		}
      +		else print "PermissionDenied";
      +	}
      +}
      +
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index d47b846ba02..e4c5b9a84b5 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1139,7 +1139,6 @@ class FormFile
       				//var_dump($sortfield.' - '.$sortorder);
       				if ($sortfield && $sortorder)	// If $sortfield is for example 'position_name', we will sort on the property 'position_name' (that is concat of position+name)
       				{
      -					//var_dump($sortfield);
       					$filearray=dol_sort_array($filearray, $sortfield, $sortorder);
       				}
       			}
      @@ -1258,12 +1257,9 @@ class FormFile
       								if ($forcedownload) $paramlink.=($paramlink?'&':'').'attachment=1';
       
       								$fulllink=$urlwithroot.'/document.php'.($paramlink?'?'.$paramlink:'');
      -								//if (! empty($object->ref))       $fulllink.='&hashn='.$object->ref;		// Hash of file path
      -								//elseif (! empty($object->label)) $fulllink.='&hashc='.$object->label;		// Hash of file content
       
       								print img_picto($langs->trans("FileSharedViaALink"),'object_globe.png').' ';
       								print '<input type="text" class="quatrevingtpercent" id="downloadlink" name="downloadexternallink" value="'.dol_escape_htmltag($fulllink).'">';
      -								//print ' <a href="'.$fulllink.'">'.$langs->trans("Download").'</a>';	// No target here
       							}
       							else
       							{
      @@ -1299,17 +1295,12 @@ class FormFile
       
       							if ($permtoeditline)
       							{
      -								print '<a href="'.(($useinecm == 1)?'#':($url.'?action=editfile&urlfile='.urlencode($filepath).$param)).'" class="editfilelink" rel="'.$filepath.'">'.img_edit('default',0,'class="paddingrightonly"').'</a>';
      +								$paramsectiondir=(in_array($modulepart, array('medias','ecm'))?'&section_dir='.urlencode($relativepath):'');
      +								print '<a href="'.(($useinecm == 1)?'#':($url.'?action=editfile&urlfile='.urlencode($filepath).$paramsectiondir.$param)).'" class="editfilelink" rel="'.$filepath.'">'.img_edit('default',0,'class="paddingrightonly"').'</a>';
       							}
       						}
       						if ($permonobject)
       						{
      -							/*
      -    						if ($file['level1name'] <> $object->id)
      -    							$filepath=$file['level1name'].'/'.$file['name'];
      -    						else
      -    							$filepath=$file['name'];
      -    						*/
       							$useajax=1;
       							if (! empty($conf->dol_use_jmobile)) $useajax=0;
       							if (empty($conf->use_javascript_ajax)) $useajax=0;
      diff --git a/htdocs/core/tpl/filemanager.tpl.php b/htdocs/core/tpl/filemanager.tpl.php
      index adc594e780f..5ee19aa25a8 100644
      --- a/htdocs/core/tpl/filemanager.tpl.php
      +++ b/htdocs/core/tpl/filemanager.tpl.php
      @@ -28,7 +28,7 @@ if (empty($conf) || ! is_object($conf))
       ?>
       
       <!-- BEGIN PHP TEMPLATE core/tpl/filemanager.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 -->
       
       <?php
       
      diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php
      index d2c2424099b..faac5eba10d 100644
      --- a/htdocs/ecm/index.php
      +++ b/htdocs/ecm/index.php
      @@ -109,7 +109,8 @@ if (GETPOST("sendit",'none') && ! empty($conf->global->MAIN_UPLOAD_DOC))
       
       	if (! $error)
       	{
      -	    $res = dol_add_file_process($upload_dir, 0, 1, 'userfile', '', '', '', 0);
      +		$generatethumbs = 0;
      +		$res = dol_add_file_process($upload_dir, 0, 1, 'userfile', '', null, '', $generatethumbs);
       	    if ($res > 0)
       	    {
       	       $result=$ecmdir->changeNbOfFiles('+');
      diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      index c47ca3e40ba..5fe466803fb 100644
      --- a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      +++ b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) 2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * 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
      
      From 4bdde9ad56108ff5ef57cb3074dffc6247394676 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 12:51:14 +0200
      Subject: [PATCH 0538/1013] Update ticketlogs.class.php
      
      ---
       htdocs/ticket/class/ticketlogs.class.php | 4 +++-
       1 file changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/ticket/class/ticketlogs.class.php b/htdocs/ticket/class/ticketlogs.class.php
      index 68ce6481b31..66cecd6eb5e 100644
      --- a/htdocs/ticket/class/ticketlogs.class.php
      +++ b/htdocs/ticket/class/ticketlogs.class.php
      @@ -352,10 +352,12 @@ class Ticketlogs// extends CommonObject
            */
           public function initAsSpecimen()
           {
      +	global $user;
      +	    
               $this->id = 0;
       
               $this->fk_track_id = '';
      -        $this->fk_user_create = 1;
      +        $this->fk_user_create = $user->id;
               $this->datec = '';
               $this->message = '';
           }
      
      From b6e333876ed5fd371e8e51aae8a52585d1bd506c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 12:56:21 +0200
      Subject: [PATCH 0539/1013] FIX #9813
      
      ---
       htdocs/societe/class/societe.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index 0f1e8b3ef15..5ec8198b123 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -3344,6 +3344,7 @@ class Societe extends CommonObject
       		$this->town=empty($conf->global->MAIN_INFO_SOCIETE_TOWN)?'':$conf->global->MAIN_INFO_SOCIETE_TOWN;
       		$this->state_id=empty($conf->global->MAIN_INFO_SOCIETE_STATE)?'':$conf->global->MAIN_INFO_SOCIETE_STATE;
       		$this->region_code=empty($conf->global->MAIN_INFO_SOCIETE_REGION)?'':$conf->global->MAIN_INFO_SOCIETE_REGION;
      +		$this->object=empty($conf->global->MAIN_INFO_SOCIETE_OBJECT)?'':$conf->global->MAIN_INFO_SOCIETE_OBJECT;
       
       		$this->note_private=empty($conf->global->MAIN_INFO_SOCIETE_NOTE)?'':$conf->global->MAIN_INFO_SOCIETE_NOTE;
       
      
      From 762d82f2fef1573ff405f10ad55b92dde237f534 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 13:38:05 +0200
      Subject: [PATCH 0540/1013] Move declaration into common
      
      ---
       htdocs/compta/facture/class/facture.class.php          | 3 ---
       htdocs/core/class/commonobject.class.php               | 6 ++++++
       htdocs/modulebuilder/template/class/myobject.class.php | 2 +-
       3 files changed, 7 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index 3f36cb72830..8861deb058f 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -110,9 +110,6 @@ class Facture extends CommonInvoice
       	public $fk_user_valid;
       
       	public $date;              // Date invoice
      -	public $date_creation;		// Creation date
      -	public $date_validation;	// Validation date
      -	public $date_modification;	// Validation date
       	public $datem;
       	public $ref_client;
       	public $ref_int;
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 76e2b1a093a..b0a469b6cae 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -399,6 +399,12 @@ abstract class CommonObject
       	public $firstname;
       	public $civility_id;
       
      +	// Dates
      +	public $date_creation;			// Date creation
      +	public $date_validation;		// Date validation
      +	public $date_modification;		// Date last change (tms field)
      +
      +
       
       	// No constructor as it is an abstract class
       
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index e6631e0dfc8..9f180343f5b 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -93,7 +93,7 @@ class MyObject extends CommonObject
       		'note_private'  =>array('type'=>'html',			'label'=>'NotePrivate',		 'enabled'=>1, 'visible'=>0,  'position'=>62),
       		'date_creation' =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>500),
       	    'tms'           =>array('type'=>'timestamp',    'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>501),
      -		//'date_valid'    =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'position'=>502),
      +		//'date_validation'    =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'position'=>502),
       		'fk_user_creat' =>array('type'=>'integer',      'label'=>'UserAuthor',       'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>510, 'foreignkey'=>'llx_user.rowid'),
       		'fk_user_modif' =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511),
       		//'fk_user_valid' =>array('type'=>'integer',      'label'=>'UserValidation',        'enabled'=>1, 'visible'=>-1, 'position'=>512),
      
      From 5f309bf155887f48cd3a6a6e3ab5ed56eb83e84f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 13:38:23 +0200
      Subject: [PATCH 0541/1013] Update commande.class.php
      
      ---
       htdocs/commande/class/commande.class.php | 3 ---
       1 file changed, 3 deletions(-)
      
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index 4f5051f3411..1925b71992e 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -155,9 +155,6 @@ class Commande extends CommonOrder
       	public $demand_reason_id;   // Source reason. Why we receive order (after a phone campaign, ...)
       	public $demand_reason_code;
       	public $date;				// Date commande
      -	public $date_creation;				// Date commande
      -	public $date_validation;				// Date commande
      -	public $date_modification;				// Date commande
         
       	/**
       	 * @deprecated
      
      From c1d25569659de4cc2790304207b4f698e9250e48 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 13:47:18 +0200
      Subject: [PATCH 0542/1013] Update admin.lang
      
      ---
       htdocs/langs/en_US/admin.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 4054ca8c254..3acc7c3c046 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1821,4 +1821,4 @@ 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
      -DisableProspectCustomerType=Disable the "Prospect/customer" thirdparty type
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      
      From 47abbd3eb2865907d098e97ac1d68adc707d49a6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 14:23:36 +0200
      Subject: [PATCH 0543/1013] Fix bad merge
      
      ---
       htdocs/core/actions_massactions.inc.php | 10 ----------
       1 file changed, 10 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index cb77489d397..696e1135ca9 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -1017,16 +1017,6 @@ if (! $error && ($massaction == 'delete' || ($action == 'delete' && $confirm ==
       				}
       			}
       
      -			if (in_array($objecttmp->element, array('societe','member'))) $result = $objecttmp->delete($objecttmp->id, $user, 1);
      -			else $result = $objecttmp->delete($user);
      -			if ($result <= 0)
      -			{
      -				setEventMessages($objecttmp->error, $objecttmp->errors, 'errors');
      -				$error++;
      -				break;
      -			}
      -			else $nbok++;
      -
       			if (in_array($objecttmp->element, array('societe','member'))) $result = $objecttmp->delete($objecttmp->id, $user, 1);
       			else $result = $objecttmp->delete($user);
       
      
      From 57ad200ae50f28f95cf9e615543e6ada7e20c570 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 14:43:10 +0200
      Subject: [PATCH 0544/1013] Fix regression in creating discount
      
      ---
       htdocs/core/class/discount.class.php | 9 +++++++++
       1 file changed, 9 insertions(+)
      
      diff --git a/htdocs/core/class/discount.class.php b/htdocs/core/class/discount.class.php
      index e1796c38421..b174848cadf 100644
      --- a/htdocs/core/class/discount.class.php
      +++ b/htdocs/core/class/discount.class.php
      @@ -147,8 +147,17 @@ class DiscountAbsolute
               $this->amount_ht=price2num($this->amount_ht);
               $this->amount_tva=price2num($this->amount_tva);
               $this->amount_ttc=price2num($this->amount_ttc);
      +
               $this->tva_tx=price2num($this->tva_tx);
       
      +        $this->multicurrency_amount_ht=price2num($this->multicurrency_amount_ht);
      +        $this->multicurrency_amount_tva=price2num($this->multicurrency_amount_tva);
      +        $this->multicurrency_amount_ttc=price2num($this->multicurrency_amount_ttc);
      +
      +        if (empty($this->multicurrency_amount_ht)) $this->multicurrency_amount_ht=0;
      +        if (empty($this->multicurrency_amount_tva)) $this->multicurrency_amount_tva=0;
      +        if (empty($this->multicurrency_amount_ttc)) $this->multicurrency_amount_ttc=0;
      +
               // Check parameters
               if (empty($this->description))
               {
      
      From b32ffdbbb940095af1152a4d8b6d1ff2d48f5d01 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 14:59:00 +0200
      Subject: [PATCH 0545/1013] Clean code
      
      ---
       .../compta/paiement/cheque/class/remisecheque.class.php  | 9 +++++----
       1 file changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      index ade6895ac41..64d0f8601fa 100644
      --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      @@ -152,6 +152,8 @@ class RemiseCheque extends CommonObject
       
       		$now=dol_now();
       
      +		dol_syslog("RemiseCheque::Create start", LOG_DEBUG);
      +
       		$this->db->begin();
       
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."bordereau_cheque (";
      @@ -178,7 +180,6 @@ class RemiseCheque extends CommonObject
       		$sql.= ", ''";
       		$sql.= ")";
       
      -		dol_syslog("RemiseCheque::Create", LOG_DEBUG);
       		$resql = $this->db->query($sql);
       		if ( $resql )
       		{
      @@ -195,7 +196,6 @@ class RemiseCheque extends CommonObject
       				$sql.= " SET ref='(PROV".$this->id.")'";
       				$sql.= " WHERE rowid=".$this->id."";
       
      -				dol_syslog("RemiseCheque::Create", LOG_DEBUG);
       				$resql = $this->db->query($sql);
       				if (! $resql)
       				{
      @@ -242,13 +242,12 @@ class RemiseCheque extends CommonObject
       						if($linetoremise==$lineid) $checkremise=true;
       					}
       
      -					if($checkremise==true)
      +					if ($checkremise)
       					{
       						$sql = "UPDATE ".MAIN_DB_PREFIX."bank";
       						$sql.= " SET fk_bordereau = ".$this->id;
       						$sql.= " WHERE rowid = ".$lineid;
       
      -						dol_syslog("RemiseCheque::Create", LOG_DEBUG);
       						$resql = $this->db->query($sql);
       						if (!$resql)
       						{
      @@ -284,11 +283,13 @@ class RemiseCheque extends CommonObject
               if (! $this->errno)
               {
                   $this->db->commit();
      +            dol_syslog("RemiseCheque::Create end", LOG_DEBUG);
                   return $this->id;
               }
               else
               {
                   $this->db->rollback();
      +            dol_syslog("RemiseCheque::Create end", LOG_DEBUG);
                   return $this->errno;
               }
       	}
      
      From 897a2b09a789901791b146636fa1055ba44be476 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 15:02:54 +0200
      Subject: [PATCH 0546/1013] Removed scrutinizer warning
      
      ---
       htdocs/core/class/CMailFile.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index ef8d07dfb45..b3027b90885 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -1350,10 +1350,10 @@ class CMailFile
       		// Build the list of image extensions
       		$extensions = array_keys($this->image_types);
       
      -
      +		$matches = array();
       		preg_match_all('/(?:"|\')([^"\']+\.('.implode('|', $extensions).'))(?:"|\')/Ui', $this->html, $matches);  // If "xxx.ext" or 'xxx.ext' found
       
      -		if ($matches)
      +		if (! empty($matches))
       		{
       			$i=0;
       			foreach ($matches[1] as $full)
      
      From 4571210bcf348df55d3ba985d39ffce28a9c07ca Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 19 Oct 2018 15:45:56 +0200
      Subject: [PATCH 0547/1013] Fix remove deprecated field
      
      ---
       htdocs/accountancy/bookkeeping/card.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
      index 09a3b7ef8f5..567fccaeab1 100644
      --- a/htdocs/accountancy/bookkeeping/card.php
      +++ b/htdocs/accountancy/bookkeeping/card.php
      @@ -629,7 +629,6 @@ if ($action == 'create')
       							print '<input type="text" name="subledger_account" value="'.$line->subledger_account.'">';
       						}
       						print '</td>';
      -						print '<td><input type="text" class="minwidth100" name="label_compte" value="' . $line->label_compte . '"/></td>';
       						print '<td><input type="text" class="minwidth200" name="label_operation" value="' . $line->label_operation. '"/></td>';
       						print '<td align="right"><input type="text" size="6" class="right" name="debit" value="' . price($line->debit) . '"/></td>';
       						print '<td align="right"><input type="text" size="6" class="right" name="credit" value="' . price($line->credit) . '"/></td>';
      
      From 402bbbe83967a563e500fd5388bfdd6ec80b2fa5 Mon Sep 17 00:00:00 2001
      From: De Coninck Laurent <laurent@adlogix.eu>
      Date: Fri, 19 Oct 2018 17:23:53 +0200
      Subject: [PATCH 0548/1013] fix the member e-mail on resign and validation.
      
      Since the member module is only using the new configuration and the name of the global variabels changed you have a blocking e-mail error when you try to resign or validate a member. In order to fix that I fallback on the previous variable like that it's still working.
      
      [see: #9640]
      ---
       htdocs/adherents/card.php | 12 ++++++++++++
       1 file changed, 12 insertions(+)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index a3df6705df9..c9a8eebf0fe 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -634,6 +634,12 @@ if (empty($reshook))
       					$msg     = $arraydefaultmessage->content;
       				}
       
      +                if (empty($labeltouse)) {
      +                    //fallback on the old configuration.
      +                    $subject = $conf->global->ADHERENT_MAIL_VALID_SUBJECT;
      +                    $msg = $conf->global->ADHERENT_MAIL_VALID;
      +                }
      +
       				$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
       				complete_substitutions_array($substitutionarray, $outputlangs, $object);
       				$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      @@ -707,6 +713,12 @@ if (empty($reshook))
       						$msg     = $arraydefaultmessage->content;
       					}
       
      +                    if (empty($labeltouse)) {
      +                        //fallback on the old configuration.
      +                        $subject = $conf->global->ADHERENT_MAIL_RESIL_SUBJECT;
      +                        $msg = $conf->global->ADHERENT_MAIL_RESIL;
      +                    }
      +
       					$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
       					complete_substitutions_array($substitutionarray, $outputlangs, $object);
       					$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      
      From c811d5a371d73ffafed21f9214d803a010ffad29 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Fri, 19 Oct 2018 18:20:06 +0200
      Subject: [PATCH 0549/1013] fix new pdf
      
      ---
       .../core/class/commondocgenerator.class.php   |  85 +++--
       .../commande/doc/pdf_eratosthene.modules.php  | 162 +++++----
       .../facture/doc/pdf_sponge.modules.php        | 317 +++++++++---------
       .../modules/propale/doc/pdf_cyan.modules.php  | 202 ++++++-----
       4 files changed, 379 insertions(+), 387 deletions(-)
      
      diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
      index c24059ecc05..e25b1525f1a 100644
      --- a/htdocs/core/class/commondocgenerator.class.php
      +++ b/htdocs/core/class/commondocgenerator.class.php
      @@ -1,10 +1,11 @@
       <?php
      -/* Copyright (C) 2003-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2004-2010	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2004		Eric Seigne		<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      - * Copyright (C) 2015       	Marcos García           <marcosgdf@gmail.com>
      - * Copyright (C) 2016       	Charlie Benke           <charlie@patas-monkey.com>
      +/* Copyright (C) 2003-2005	Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2004-2010	Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2004		Eric Seigne             <eric.seigne@ryxeo.com>
      + * Copyright (C) 2005-2012	Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
      + * Copyright (C) 2016       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
      @@ -823,8 +824,8 @@ abstract class CommonDocGenerator
               if (empty($hidebottom)) $pdf->line($x+$l, $y+$h, $x, $y+$h);
               $pdf->line($x, $y+$h, $x, $y);
           }
      -    
      -    
      +
      +
           /**
            *   	uasort callback function to Sort colums fields
            *
      @@ -832,17 +833,16 @@ abstract class CommonDocGenerator
            *   	@param	array			$b    			PDF lines array fields configs
            *      @return	int								Return compare result
            */
      -    function columnSort($a, $b) {
      -        
      +    function columnSort($a, $b)
      +    {
               if(empty($a['rank'])){ $a['rank'] = 0; }
               if(empty($b['rank'])){ $b['rank'] = 0; }
               if ($a['rank'] == $b['rank']) {
                   return 0;
               }
               return ($a['rank'] > $b['rank']) ? -1 : 1;
      -        
           }
      -    
      +
           /**
            *   	Prepare Array Column Field
            *
      @@ -853,34 +853,34 @@ abstract class CommonDocGenerator
            *      @param		int			$hideref			Do not show ref
            *      @return	null
            */
      -    function prepareArrayColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -        
      +    function prepareArrayColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +    {
               global $conf;
      -        
      +
               $this->defineColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -        
      -        
      +
      +
               // Sorting
               uasort ( $this->cols, array( $this, 'columnSort' ) );
      -        
      +
               // Positionning
               $curX = $this->page_largeur-$this->marge_droite; // start from right
      -        
      +
               // Array witdh
               $arrayWidth = $this->page_largeur-$this->marge_droite-$this->marge_gauche;
      -        
      +
               // Count flexible column
               $totalDefinedColWidth = 0;
               $countFlexCol = 0;
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   if(!$this->getColumnStatus($colKey)) continue; // continue if desable
      -            
      +
                   if(!empty($colDef['scale'])){
                       // In case of column widht is defined by percentage
                       $colDef['width'] = abs($arrayWidth * $colDef['scale'] / 100 );
                   }
      -            
      +
                   if(empty($colDef['width'])){
                       $countFlexCol++;
                   }
      @@ -888,7 +888,7 @@ abstract class CommonDocGenerator
                       $totalDefinedColWidth += $colDef['width'];
                   }
               }
      -        
      +
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   // setting empty conf with default
      @@ -898,7 +898,7 @@ abstract class CommonDocGenerator
                   else{
                       $colDef['title'] = $this->defaultTitlesFieldsStyle;
                   }
      -            
      +
                   // setting empty conf with default
                   if(!empty($colDef['content'])){
                       $colDef['content'] = array_replace($this->defaultContentsFieldsStyle, $colDef['content']);
      @@ -906,14 +906,14 @@ abstract class CommonDocGenerator
                   else{
                       $colDef['content'] = $this->defaultContentsFieldsStyle;
                   }
      -            
      +
                   if($this->getColumnStatus($colKey))
                   {
                       // In case of flexible column
                       if(empty($colDef['width'])){
                           $colDef['width'] = abs(($arrayWidth - $totalDefinedColWidth)) / $countFlexCol;
                       }
      -                
      +
                       // Set positions
                       $lastX = $curX;
                       $curX = $lastX - $colDef['width'];
      @@ -922,7 +922,7 @@ abstract class CommonDocGenerator
                   }
               }
           }
      -    
      +
           /**
            *   	get column content width from column key
            *
      @@ -934,8 +934,8 @@ abstract class CommonDocGenerator
               $colDef = $this->cols[$colKey];
               return  $colDef['width'] - $colDef['content']['padding'][3] - $colDef['content']['padding'][1];
           }
      -    
      -    
      +
      +
           /**
            *   	get column content X (abscissa) left position from column key
            *
      @@ -947,7 +947,7 @@ abstract class CommonDocGenerator
               $colDef = $this->cols[$colKey];
               return  $colDef['xStartPos'] + $colDef['content']['padding'][3];
           }
      -    
      +
           /**
            *   	get column position rank from column key
            *
      @@ -959,7 +959,7 @@ abstract class CommonDocGenerator
               if(!isset($this->cols[$colKey]['rank'])) return -1;
               return  $this->cols[$colKey]['rank'];
           }
      -    
      +
           /**
            *   	get column position rank from column key
            *
      @@ -973,21 +973,21 @@ abstract class CommonDocGenerator
           {
               // prepare wanted rank
               $rank = -1;
      -        
      +
               // try to get rank from target column
               if(!empty($targetCol)){
                   $rank = $this->getColumnRank($targetCol);
                   if($rank>=0 && $insertAfterTarget){ $rank++; }
               }
      -        
      +
               // get rank from new column definition
               if($rank<0 && !empty($defArray['rank'])){
                   $rank = $defArray['rank'];
               }
      -        
      +
               // error: no rank
               if($rank<0){ return -1; }
      -        
      +
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   if( $rank <= $colDef['rank'])
      @@ -995,14 +995,14 @@ abstract class CommonDocGenerator
                       $colDef['rank'] = $colDef['rank'] + 1;
                   }
               }
      -        
      +
               $defArray['rank'] = $rank;
               $this->cols[$newColKey] = $defArray; // array_replace is used to preserve keys
      -        
      +
               return $rank;
           }
      -    
      -    
      +
      +
           /**
            *   	print standard column content
            *
      @@ -1015,7 +1015,7 @@ abstract class CommonDocGenerator
           function printStdColumnContent($pdf, &$curY, $colKey, $columnText = '')
           {
               global $hookmanager;
      -        
      +
               $parameters=array(
                   'object' => $object,
                   'curY' =>& $curY,
      @@ -1031,10 +1031,9 @@ abstract class CommonDocGenerator
                   $colDef = $this->cols[$colKey];
                   $pdf->MultiCell( $this->getColumnContentWidth($colKey),2, $columnText,'',$colDef['content']['align']);
               }
      -        
           }
      -    
      -    
      +
      +
           /**
            *   	get column status from column key
            *
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 039f29fa379..1bd98f846cf 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -7,6 +7,7 @@
        * Copyright (C) 2012       Cedric Salvador     <csalvador@gpcsolutions.fr>
        * 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
      @@ -67,7 +68,7 @@ class pdf_eratosthene extends ModelePDFCommandes
           public $type;
       
       	/**
      -     * @var array() Minimum version of PHP required by module.
      +     * @var array Minimum version of PHP required by module.
       	 * e.g.: PHP ≥ 5.3 = array(5, 3)
            */
       	public $phpmin = array(5, 2);
      @@ -136,7 +137,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1;
      -		
      +
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -145,7 +146,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       		$this->atleastonediscount=0;
       	}
       
      -	/**
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
            *  Function to build pdf onto disk
            *
            *  @param		Object		$object				Object to generate
      @@ -156,8 +158,9 @@ class pdf_eratosthene extends ModelePDFCommandes
            *  @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)
      +	public 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;
      @@ -252,7 +255,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       				        break;
       				    }
       				}
      -				
      +
       				if (empty($this->atleastonediscount) && empty($conf->global->PRODUCT_USE_UNITS))
       				{
       					$this->posxpicture+=($this->postotalht - $this->posxdiscount);
      @@ -316,25 +319,25 @@ class pdf_eratosthene extends ModelePDFCommandes
       				{
       				    $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       				    $pageposbeforenote = $pagenb;
      -				    
      +
       				    $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       				    complete_substitutions_array($substitutionarray, $outputlangs, $object);
       				    $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
      -				    
      +
       					$tab_top -= 2;
      -				    
      +
       				    $pdf->startTransaction();
      -				    
      +
       				    $pdf->SetFont('','', $default_font_size - 1);
       				    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       				    // Description
       				    $pageposafternote=$pdf->getPage();
       				    $posyafter = $pdf->GetY();
      -				    
      +
       				    if($pageposafternote>$pageposbeforenote )
       				    {
       				        $pdf->rollbackTransaction(true);
      -				        
      +
       				        // prepar pages to receive notes
       				        while ($pagenb < $pageposafternote) {
       				            $pdf->AddPage();
      @@ -346,16 +349,16 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            // The only function to edit the bottom margin of current page to set it.
       				            $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				        }
      -				        
      +
       				        // back to start
       				        $pdf->setPage($pageposbeforenote);
       				        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				        $pdf->SetFont('','', $default_font_size - 1);
       				        $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       				        $pageposafternote=$pdf->getPage();
      -				        
      +
       				        $posyafter = $pdf->GetY();
      -				        
      +
       				        if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       				        {
       				            $pdf->AddPage('','',true);
      @@ -367,14 +370,14 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				            //$posyafter = $tab_top_newpage;
       				        }
      -				        
      -				        
      +
      +
       				        // apply note frame to previus pages
       				        $i = $pageposbeforenote;
       				        while ($i < $pageposafternote) {
       				            $pdf->setPage($i);
      -				            
      -				            
      +
      +
       				            $pdf->SetDrawColor(128,128,128);
       				            // Draw note frame
       				            if($i>$pageposbeforenote){
      @@ -385,21 +388,21 @@ class pdf_eratosthene extends ModelePDFCommandes
       				                $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       				                $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       				            }
      -				            
      +
       				            // Add footer
       				            $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       				            $this->_pagefoot($pdf,$object,$outputlangs,1);
      -				            
      +
       				            $i++;
       				        }
      -				        
      +
       				        // apply note frame to last page
       				        $pdf->setPage($pageposafternote);
       				        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       				        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       				        $height_note=$posyafter-$tab_top_newpage;
       				        $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -				        
      +
       				    }
       				    else // No pagebreak
       				    {
      @@ -407,8 +410,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       				        $posyafter = $pdf->GetY();
       				        $height_note=$posyafter-$tab_top;
       				        $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -				        
      -				        
      +
      +
       				        if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       				        {
       				            // not enough space, need to add page
      @@ -418,12 +421,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            $pdf->setPage($pageposafternote);
       				            if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       				            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -				            
      +
       				            $posyafter = $tab_top_newpage;
       				        }
      -				        
      +
       				    }
      -				    
      +
       				    $tab_height = $tab_height - $height_note;
       				    $tab_top = $posyafter +6;
       				}
      @@ -435,10 +438,10 @@ class pdf_eratosthene extends ModelePDFCommandes
       				$iniY = $tab_top + 7;
       				$curY = $tab_top + 7;
       				$nexY = $tab_top + 7;
      -				
      +
       				// Use new auto collum system
       				$this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -				
      +
       				// Loop on each lines
       				$pageposbeforeprintlines=$pdf->getPage();
       				$pagenb = $pageposbeforeprintlines;
      @@ -456,7 +459,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					$curX = $this->posxdesc-1;
       
       					$showpricebeforepagebreak=1;
      -					
      +
       					if($this->getColumnStatus('desc'))
       					{
           					$pdf->startTransaction();
      @@ -493,7 +496,7 @@ class pdf_eratosthene extends ModelePDFCommandes
           					}
           					$posYAfterDescription=$pdf->GetY();
       					}
      -					
      +
       					$nexY = $pdf->GetY();
       					$pageposafter=$pdf->getPage();
       
      @@ -515,7 +518,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Unit price before discount
       					if ($this->getColumnStatus('subprice'))
       					{
      @@ -523,7 +526,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Quantity
       					// Enough for 6 chars
       					if ($this->getColumnStatus('qty'))
      @@ -532,8 +535,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					// Unit
       					if ($this->getColumnStatus('unit'))
       					{
      @@ -541,7 +544,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Discount on line
       					if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       					{
      @@ -549,7 +552,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Total HT line
       					if ($this->getColumnStatus('totalexcltax'))
       					{
      @@ -557,8 +560,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					$parameters=array(
       					    'object' => $object,
       					    'i' => $i,
      @@ -569,7 +572,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    'hidedetails' => $hidedetails
       					);
       					$reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -					
      +
       
       					// Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
       					if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
      @@ -664,16 +667,16 @@ class pdf_eratosthene extends ModelePDFCommandes
       				$bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1;
       
       				// Affiche zone infos
      -				$posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
      +				$posy=$this->drawInfoTable($pdf, $object, $bottomlasttab, $outputlangs);
       
       				// Affiche zone totaux
      -				$posy=$this->_tableau_tot($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);
      +				$posy=$this->drawTotalTable($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);
       
       				// Affiche zone versements
       				/*
       				if ($deja_regle)
       				{
      -					$posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs);
      +					$posy=$this->drawPaymentsTable($pdf, $object, $posy, $outputlangs);
       				}
       				*/
       
      @@ -720,9 +723,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *	@param	Translate	$outputlangs	Object langs for output
       	 *	@return int							<0 if KO, >0 if OK
       	 */
      -	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
      +	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -
       	}
       
       
      @@ -735,7 +737,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *   @param		Translate	$outputlangs	Langs object
       	 *   @return	void
       	 */
      -	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
      +	private function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -922,7 +924,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *	@param	Translate	$outputlangs	Objet langs
       	 *	@return int							Position pour suite
       	 */
      -	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
      +	private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
       	    global $conf,$mysoc;
       
      @@ -1185,7 +1187,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *   @param		string		$currency		Currency code
       	 *   @return	void
       	 */
      -	function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='')
      +	private function _tableau(&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency='')
       	{
       		global $conf;
       
      @@ -1220,29 +1222,27 @@ class pdf_eratosthene extends ModelePDFCommandes
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
      -
      -		
       	}
       
       	/**
      @@ -1255,7 +1255,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *  @param	string		$titlekey		Translation key to show as title of document
       	 *  @return	void
       	 */
      -	function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="PdfOrderTitle")
      +	private function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="PdfOrderTitle")
       	{
       		global $conf,$langs,$hookmanager;
       
      @@ -1463,15 +1463,15 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *      @param	int			$hidefreetext		1=Hide free text
       	 *      @return	int								Return height of bottom margin including footer text
       	 */
      -	function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0)
      +	private function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0)
       	{
       		global $conf;
       		$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);
       	}
      -	
       
      -	
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1482,22 +1482,22 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +    public function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +    {
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
       	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	     $this->cols['theColKey'] = array(
      @@ -1515,7 +1515,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	     ),
       	     );
       	     */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
       	        'rank' => $rank,
      @@ -1532,7 +1532,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['photo'] = array(
       	        'rank' => $rank,
      @@ -1547,13 +1547,13 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => false, // remove left line separator
       	    );
      -	    
      +
       	    if (! empty($conf->global->MAIN_GENERATE_ORDERS_WITH_PICTURE))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1564,12 +1564,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1580,7 +1580,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1591,7 +1591,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1602,12 +1602,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => false, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1621,7 +1621,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1635,7 +1635,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -1646,8 +1646,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -1655,7 +1655,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -1669,7 +1669,5 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
       	}
      -	
       }
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index 74f4bf34acf..dc5fbc315cd 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.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		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
      @@ -68,7 +69,7 @@ class pdf_sponge extends ModelePDFFactures
           public $type;
       
       	/**
      -     * @var array() Minimum version of PHP required by module.
      +     * @var array Minimum version of PHP required by module.
       	 * e.g.: PHP ≥ 5.3 = array(5, 3)
            */
       	public $phpmin = array(5, 2);
      @@ -108,7 +109,7 @@ class pdf_sponge extends ModelePDFFactures
       	function __construct($db)
       	{
       		global $conf,$langs,$mysoc;
      -		
      +
       		// Translations
       		$langs->loadLangs(array("main", "bills"));
       
      @@ -147,8 +148,8 @@ class pdf_sponge extends ModelePDFFactures
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1; // used for notes ans other stuff
      -		
      -		//  Use new system for position of columns, view  $this->defineColumnField() 
      +
      +		//  Use new system for position of columns, view  $this->defineColumnField()
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -159,7 +160,8 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/**
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
            *  Function to build pdf onto disk
            *
            *  @param		Object		$object				Object to generate
      @@ -170,30 +172,31 @@ class pdf_sponge extends ModelePDFFactures
            *  @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)
      +	public 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
       	    $outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies"));
      -	    
      +
       	    $nblignes = count($object->lines);
      -	    
      +
       	    // Loop on each lines to detect if there is at least one image to show
       	    $realpatharray=array();
       	    $this->atleastonephoto = false;
       	    if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE))
       	    {
       	        $objphoto = new Product($this->db);
      -	        
      +
       	        for ($i = 0 ; $i < $nblignes ; $i++)
       	        {
       	            if (empty($object->lines[$i]->fk_product)) continue;
      -	            
      +
       	            $objphoto->fetch($object->lines[$i]->fk_product);
       	            //var_dump($objphoto->ref);exit;
       	            if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO))
      @@ -206,14 +209,14 @@ class pdf_sponge extends ModelePDFFactures
       	                $pdir[0] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/';				// default
       	                $pdir[1] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/";	// alternative
       	            }
      -	            
      +
       	            $arephoto = false;
       	            foreach ($pdir as $midir)
       	            {
       	                if (! $arephoto)
       	                {
       	                    $dir = $conf->product->dir_output.'/'.$midir;
      -	                    
      +
       	                    foreach ($objphoto->liste_photos($dir,1) as $key => $obj)
       	                    {
       	                        if (empty($conf->global->CAT_HIGH_QUALITY_IMAGES))		// If CAT_HIGH_QUALITY_IMAGES not defined, we use thumb if defined and then original photo
      @@ -231,28 +234,28 @@ class pdf_sponge extends ModelePDFFactures
       	                        {
       	                            $filename=$obj['photo'];
       	                        }
      -	                        
      +
       	                        $realpath = $dir.$filename;
       	                        $arephoto = true;
       	                        $this->atleastonephoto = true;
       	                    }
       	                }
       	            }
      -	            
      +
       	            if ($realpath && $arephoto) $realpatharray[$i]=$realpath;
       	        }
       	    }
      -	    
      +
       	    //if (count($realpatharray) == 0) $this->posxpicture=$this->posxtva;
      -	    
      +
       	    if ($conf->facture->dir_output)
       	    {
       	        $object->fetch_thirdparty();
      -	        
      +
       	        $deja_regle = $object->getSommePaiement(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
       	        $amount_credit_notes_included = $object->getSumCreditNotesUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
       	        $amount_deposits_included = $object->getSumDepositsUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
      -	        
      +
       	        // Definition of $dir and $file
       	        if ($object->specimen)
       	        {
      @@ -273,7 +276,7 @@ class pdf_sponge extends ModelePDFFactures
       	                return 0;
       	            }
       	        }
      -	        
      +
       	        if (file_exists($dir))
       	        {
       	            // Add pdfgeneration hook
      @@ -286,47 +289,47 @@ class pdf_sponge extends ModelePDFFactures
       	            $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs);
       	            global $action;
       	            $reshook=$hookmanager->executeHooks('beforePDFCreation',$parameters,$object,$action);    // Note that $action and $object may have been modified by some hooks
      -	            
      +
       	            // Set nblignes with the new facture lines content after hook
       	            $nblignes = count($object->lines);
       	            $nbpayments = count($object->getListOfPayments());
      -	            
      +
       	            // Create pdf instance
       	            $pdf=pdf_getInstance($this->format);
       	            $default_font_size = pdf_getPDFFontSize($outputlangs);	// Must be after pdf_getInstance
       	            $pdf->SetAutoPageBreak(1,0);
      -	            
      +
       	            $heightforinfotot = 50+(4*$nbpayments);	// Height reserved to output the info and total part and payment part
       	            $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5);	// Height reserved to output the free text on last page
       	            $heightforfooter = $this->marge_basse + (empty($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS)?12:22);	// Height reserved to output the footer (value include bottom margin)
      -	            
      +
       	            if (class_exists('TCPDF'))
       	            {
       	                $pdf->setPrintHeader(false);
       	                $pdf->setPrintFooter(false);
       	            }
       	            $pdf->SetFont(pdf_getPDFFont($outputlangs));
      -	            
      +
       	            // Set path to the background PDF File
                       if (! empty($conf->global->MAIN_ADD_PDF_BACKGROUND))
       	            {
       	                $pagecount = $pdf->setSourceFile($conf->mycompany->dir_output.'/'.$conf->global->MAIN_ADD_PDF_BACKGROUND);
       	                $tplidx = $pdf->importPage(1);
       	            }
      -	            
      +
       	            $pdf->Open();
       	            $pagenb=0;
       	            $pdf->SetDrawColor(128,128,128);
      -	            
      +
       	            $pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
       	            $pdf->SetSubject($outputlangs->transnoentities("PdfInvoiceTitle"));
       	            $pdf->SetCreator("Dolibarr ".DOL_VERSION);
       	            $pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
       	            $pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("PdfInvoiceTitle")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
       	            if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
      -	            
      +
       	            $pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite);   // Left, Top, Right
      -	            
      +
       	            // Does we have at least one line with discount $this->atleastonediscount
       	            foreach ($object->lines as $line) {
       	               if ($line->remise_percent){
      @@ -334,30 +337,30 @@ class pdf_sponge extends ModelePDFFactures
       	                    break;
       	               }
       	            }
      -	            
      -	           
      +
      +
       	            // Situation invoice handling
       	            if ($object->situation_cycle_ref)
       	            {
       	                $this->situationinvoice = true;
       	            }
      -	            
      +
       	            // New page
       	            $pdf->AddPage();
       	            if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	            $pagenb++;
      -	            
      +
       	            $top_shift = $this->_pagehead($pdf, $object, 1, $outputlangs);
       	            $pdf->SetFont('','', $default_font_size - 1);
       	            $pdf->MultiCell(0, 3, '');		// Set interline to 3
       	            $pdf->SetTextColor(0,0,0);
      -	            
      +
       	            $tab_top = 90+$top_shift;
       	            $tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10);
       	            $tab_height = 130-$top_shift;
       	            $tab_height_newpage = 150;
       	            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $tab_height_newpage -= $top_shift;
      -	            
      +
       	            // Incoterm
       	            $height_incoterms = 0;
       	            if ($conf->incoterm->enabled)
      @@ -366,21 +369,21 @@ class pdf_sponge extends ModelePDFFactures
       	                if ($desc_incoterms)
       	                {
       						$tab_top -= 2;
      -	                    
      +
       	                    $pdf->SetFont('','', $default_font_size - 1);
       	                    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top-1, dol_htmlentitiesbr($desc_incoterms), 0, 1);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                    $height_incoterms=$nexY-$tab_top;
      -	                    
      +
       	                    // Rect prend une longueur en 3eme param
       	                    $pdf->SetDrawColor(192,192,192);
       	                    $pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
      -	                    
      +
       	                    $tab_top = $nexY+6;
       	                    $height_incoterms += 4;
       	                }
       	            }
      -	            
      +
       	            // Affiche notes
       	            $notetoshow=empty($object->note_public)?'':$object->note_public;
       	            if (! empty($conf->global->MAIN_ADD_SALE_REP_SIGNATURE_IN_NOTE))
      @@ -394,7 +397,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    if (! empty($salerepobj->signature)) $notetoshow=dol_concatdesc($notetoshow, $salerepobj->signature);
       	                }
       	            }
      -	            
      +
       	            $pagenb = $pdf->getPage();
       	            if ($notetoshow)
       	            {
      @@ -402,24 +405,24 @@ class pdf_sponge extends ModelePDFFactures
       
       	                $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       	                $pageposbeforenote = $pagenb;
      -	                
      +
       	                $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       	                complete_substitutions_array($substitutionarray, $outputlangs, $object);
       	                $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
      -	                
      -	                
      +
      +
       	                $pdf->startTransaction();
      -	                
      +
       	                $pdf->SetFont('','', $default_font_size - 1);
       	                $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       	                // Description
       	                $pageposafternote=$pdf->getPage();
       	                $posyafter = $pdf->GetY();
      -	                
      +
       	                if($pageposafternote>$pageposbeforenote )
       	                {
       	                    $pdf->rollbackTransaction(true);
      -	                    
      +
       	                    // prepar pages to receive notes
       	                    while ($pagenb < $pageposafternote) {
       	                        $pdf->AddPage();
      @@ -431,16 +434,16 @@ class pdf_sponge extends ModelePDFFactures
       	                        // The only function to edit the bottom margin of current page to set it.
       	                        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                    }
      -	                    
      +
       	                    // back to start
       	                    $pdf->setPage($pageposbeforenote);
       	                    $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                    $pdf->SetFont('','', $default_font_size - 1);
       	                    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       	                    $pageposafternote=$pdf->getPage();
      -	                    
      +
       	                    $posyafter = $pdf->GetY();
      -	                    
      +
       	                    if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       	                    {
       	                        $pdf->AddPage('','',true);
      @@ -452,14 +455,14 @@ class pdf_sponge extends ModelePDFFactures
       	                        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                        //$posyafter = $tab_top_newpage;
       	                    }
      -	                    
      -	                    
      +
      +
       	                    // apply note frame to previus pages
       	                    $i = $pageposbeforenote;
       	                    while ($i < $pageposafternote) {
       	                        $pdf->setPage($i);
      -	                        
      -	                        
      +
      +
       	                        $pdf->SetDrawColor(128,128,128);
       	                        // Draw note frame
       	                        if($i>$pageposbeforenote){
      @@ -470,21 +473,21 @@ class pdf_sponge extends ModelePDFFactures
       	                            $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       	                            $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       	                        }
      -	                        
      +
       	                        // Add footer
       	                        $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       	                        $this->_pagefoot($pdf,$object,$outputlangs,1);
      -	                        
      +
       	                        $i++;
       	                    }
      -	                    
      +
       	                    // apply note frame to last page
       	                    $pdf->setPage($pageposafternote);
       	                    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	                    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                    $height_note=$posyafter-$tab_top_newpage;
       	                    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -	                    
      +
       	                }
       	                else // No pagebreak
       	                {
      @@ -492,8 +495,8 @@ class pdf_sponge extends ModelePDFFactures
       	                    $posyafter = $pdf->GetY();
       	                    $height_note=$posyafter-$tab_top;
       	                    $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -	                    
      -	                    
      +
      +
       	                    if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       	                    {
       	                        // not enough space, need to add page
      @@ -503,12 +506,12 @@ class pdf_sponge extends ModelePDFFactures
       	                        $pdf->setPage($pageposafternote);
       	                        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	                        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -	                        
      +
       	                        $posyafter = $tab_top_newpage;
       	                    }
      -	                    
      +
       	                }
      -	                
      +
       	                $tab_height = $tab_height - $height_note;
       	                $tab_top = $posyafter +6;
       	            }
      @@ -516,36 +519,36 @@ class pdf_sponge extends ModelePDFFactures
       	            {
       	                $height_note=0;
       	            }
      -	            
      +
       	            $iniY = $tab_top + 7;
       	            $curY = $tab_top + 7;
       	            $nexY = $tab_top + 7;
      -	            
      +
       	            // Use new auto collum system
       	            $this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -	            
      +
       	            // Loop on each lines
       	            $pageposbeforeprintlines=$pdf->getPage();
       	            $pagenb = $pageposbeforeprintlines;
       	            for ($i = 0; $i < $nblignes; $i++)
       	            {
      -	                
      +
       	                $curY = $nexY;
       	                $pdf->SetFont('','', $default_font_size - 1);   // Into loop to work with multipage
       	                $pdf->SetTextColor(0,0,0);
      -	                
      +
       	                // Define size of image if we need it
       	                $imglinesize=array();
       	                if (! empty($realpatharray[$i])) $imglinesize=pdf_getSizeForImage($realpatharray[$i]);
      -	                
      +
       	                $pdf->setTopMargin($tab_top_newpage);
       	                $pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforinfotot);	// The only function to edit the bottom margin of current page to set it.
       	                $pageposbefore=$pdf->getPage();
      -	                
      +
       	                $showpricebeforepagebreak=1;
       	                $posYAfterImage=0;
       	                $posYAfterDescription=0;
      -	                
      +
       	                if($this->getColumnStatus('photo'))
       	                {
           	                // We start with Photo of product line
      @@ -554,11 +557,11 @@ class pdf_sponge extends ModelePDFFactures
           	                    $pdf->AddPage('','',true);
           	                    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
           	                    $pdf->setPage($pageposbefore+1);
      -    	                    
      +
           	                    $curY = $tab_top_newpage;
           	                    $showpricebeforepagebreak=0;
           	                }
      -    	                
      +
           	                if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height']))
           	                {
           	                    $pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300);	// Use 300 dpi
      @@ -566,7 +569,7 @@ class pdf_sponge extends ModelePDFFactures
           	                    $posYAfterImage=$curY+$imglinesize['height'];
           	                }
       	                }
      -	                
      +
       	                // Description of product line
       	                if ($this->getColumnStatus('desc'))
       	                {
      @@ -604,20 +607,20 @@ class pdf_sponge extends ModelePDFFactures
           	                }
           	                $posYAfterDescription=$pdf->GetY();
       	                }
      -	                
      +
       	                $nexY = $pdf->GetY();
       	                $pageposafter=$pdf->getPage();
       	                $pdf->setPage($pageposbefore);
       	                $pdf->setTopMargin($this->marge_haute);
       	                $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
      -	                
      +
       	                // We suppose that a too long description or photo were moved completely on next page
       	                if ($pageposafter > $pageposbefore && empty($showpricebeforepagebreak)) {
      -	                    $pdf->setPage($pageposafter); $curY = $tab_top_newpage; 
      +	                    $pdf->setPage($pageposafter); $curY = $tab_top_newpage;
       	                }
      -	                
      +
       	                $pdf->SetFont('','', $default_font_size - 1);   // On repositionne la police par defaut
      -	                
      +
       	                // VAT Rate
       	                if ($this->getColumnStatus('vat'))
       	                {
      @@ -625,7 +628,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Unit price before discount
       	                if ($this->getColumnStatus('subprice'))
       	                {
      @@ -633,7 +636,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Quantity
       	                // Enough for 6 chars
       	                if ($this->getColumnStatus('qty'))
      @@ -642,7 +645,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Situation progress
       	                if ($this->getColumnStatus('progress'))
       	                {
      @@ -650,7 +653,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'progress', $progress);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Unit
       	                if ($this->getColumnStatus('unit'))
       	                {
      @@ -658,7 +661,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Discount on line
       	                if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       	                {
      @@ -666,7 +669,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Total HT line
       	                if ($this->getColumnStatus('totalexcltax'))
       	                {
      @@ -674,8 +677,8 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      -	                
      +
      +
       	                $parameters=array(
       	                    'object' => $object,
       	                    'i' => $i,
      @@ -686,9 +689,9 @@ class pdf_sponge extends ModelePDFFactures
       	                    'hidedetails' => $hidedetails
       	                );
       	                $reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -	                
      -	                
      -	                
      +
      +
      +
       	                $sign=1;
       	                if (isset($object->type) && $object->type == 2 && ! empty($conf->global->INVOICE_POSITIVE_CREDIT_NOTE)) $sign=-1;
       	                // Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
      @@ -701,20 +704,20 @@ class pdf_sponge extends ModelePDFFactures
       	                    if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne= $sign * $object->lines[$i]->multicurrency_total_tva;
       	                    else $tvaligne= $sign * $object->lines[$i]->total_tva;
       	                }
      -	                
      +
       	                $localtax1ligne=$object->lines[$i]->total_localtax1;
       	                $localtax2ligne=$object->lines[$i]->total_localtax2;
       	                $localtax1_rate=$object->lines[$i]->localtax1_tx;
       	                $localtax2_rate=$object->lines[$i]->localtax2_tx;
       	                $localtax1_type=$object->lines[$i]->localtax1_type;
       	                $localtax2_type=$object->lines[$i]->localtax2_type;
      -	                
      +
       	                if ($object->remise_percent) $tvaligne-=($tvaligne*$object->remise_percent)/100;
       	                if ($object->remise_percent) $localtax1ligne-=($localtax1ligne*$object->remise_percent)/100;
       	                if ($object->remise_percent) $localtax2ligne-=($localtax2ligne*$object->remise_percent)/100;
      -	                
      +
       	                $vatrate=(string) $object->lines[$i]->tva_tx;
      -	                
      +
       	                // Retrieve type from database for backward compatibility with old records
       	                if ((! isset($localtax1_type) || $localtax1_type=='' || ! isset($localtax2_type) || $localtax2_type=='') // if tax type not defined
       	                    && (! empty($localtax1_rate) || ! empty($localtax2_rate))) // and there is local tax
      @@ -723,19 +726,19 @@ class pdf_sponge extends ModelePDFFactures
       	                    $localtax1_type = $localtaxtmp_array[0];
       	                    $localtax2_type = $localtaxtmp_array[2];
       	                }
      -	                
      +
       	                // retrieve global local tax
       	                if ($localtax1_type && $localtax1ligne != 0)
       	                    $this->localtax1[$localtax1_type][$localtax1_rate]+=$localtax1ligne;
       	                    if ($localtax2_type && $localtax2ligne != 0)
       	                        $this->localtax2[$localtax2_type][$localtax2_rate]+=$localtax2ligne;
      -	                        
      +
       	                        if (($object->lines[$i]->info_bits & 0x01) == 0x01) $vatrate.='*';
       	                        if (! isset($this->tva[$vatrate])) 				$this->tva[$vatrate]=0;
       	                        $this->tva[$vatrate] += $tvaligne;
      -	                        
      +
       	                        $nexY = max($nexY,$posYAfterImage);
      -	                        
      +
       	                        // Add line
       	                        if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1))
       	                        {
      @@ -745,9 +748,9 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1);
       	                            $pdf->SetLineStyle(array('dash'=>0));
       	                        }
      -	                        
      +
       	                        $nexY+=2;    // Passe espace entre les lignes
      -	                        
      +
       	                        // Detect if some page were added automatically and output _tableau for past pages
       	                        while ($pagenb < $pageposafter)
       	                        {
      @@ -766,7 +769,7 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       	                            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                        }
      -	                        
      +
       	                        if (isset($object->lines[$i+1]->pagebreak) && $object->lines[$i+1]->pagebreak)
       	                        {
       	                            if ($pagenb == $pageposafter)
      @@ -784,9 +787,9 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pagenb++;
       	                            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                        }
      -	                  
      +
       	            }
      -	            
      +
       	            // Show square
       	            if ($pagenb == $pageposbeforeprintlines)
       	            {
      @@ -798,38 +801,38 @@ class pdf_sponge extends ModelePDFFactures
       	                $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 1, 0, $object->multicurrency_code);
       	                $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1;
       	            }
      -	            
      +
       	            // Affiche zone infos
      -	            $posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
      -	            
      +	            $posy=$this->drawInfoTable($pdf, $object, $bottomlasttab, $outputlangs);
      +
       	            // Affiche zone totaux
      -	            $posy=$this->_tableau_tot($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);
      -	            
      +	            $posy=$this->drawTotalTable($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);
      +
       	            // Affiche zone versements
       	            if (($deja_regle || $amount_credit_notes_included || $amount_deposits_included) && empty($conf->global->INVOICE_NO_PAYMENT_DETAILS))
       	            {
      -	                $posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs);
      +	                $posy=$this->drawPaymentsTable($pdf, $object, $posy, $outputlangs);
       	            }
      -	            
      +
       	            // Pied de page
       	            $this->_pagefoot($pdf,$object,$outputlangs);
       	            if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
      -	            
      +
       	            $pdf->Close();
      -	            
      +
       	            $pdf->Output($file,'F');
      -	            
      +
       	            // Add pdfgeneration hook
       	            $hookmanager->initHooks(array('pdfgeneration'));
       	            $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs);
       	            global $action;
       	            $reshook=$hookmanager->executeHooks('afterPDFCreation',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
      -	            
      +
       	            if (! empty($conf->global->MAIN_UMASK))
       	                @chmod($file, octdec($conf->global->MAIN_UMASK));
      -	                
      +
       	                $this->result = array('fullpath'=>$file);
      -	                
      +
       	                return 1;   // No error
       	        }
       	        else
      @@ -855,7 +858,7 @@ class pdf_sponge extends ModelePDFFactures
            *  @param  Translate	$outputlangs    Object langs for output
            *  @return int             			<0 if KO, >0 if OK
       	 */
      -	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
      +	function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
       		global $conf;
       
      @@ -982,7 +985,6 @@ class pdf_sponge extends ModelePDFFactures
       			$this->error=$this->db->lasterror();
       			return -1;
       		}
      -
       	}
       
       
      @@ -995,7 +997,7 @@ class pdf_sponge extends ModelePDFFactures
       	 *   @param		Translate	$outputlangs	Langs object
       	 *   @return	void
       	 */
      -	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
      +	private function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
       		global $conf;
       
      @@ -1153,7 +1155,7 @@ class pdf_sponge extends ModelePDFFactures
       	 *	@param	Translate	$outputlangs	Objet langs
       	 *	@return int							Position pour suite
       	 */
      -	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
      +	private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
       		global $conf,$mysoc;
       
      @@ -1511,29 +1513,27 @@ class pdf_sponge extends ModelePDFFactures
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
      -
      -		
       	}
       
       	/**
      @@ -1548,7 +1548,7 @@ class pdf_sponge extends ModelePDFFactures
       	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
       	{
       		global $conf, $langs;
      -		
      +
       		// Translations
       		$outputlangs->loadLangs(array("main", "bills", "propal", "companies"));
       
      @@ -1822,9 +1822,9 @@ class pdf_sponge extends ModelePDFFactures
       		return pdf_pagefoot($pdf,$outputlangs,'INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
       	}
       
      -	
      -	
      -	
      +
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1835,22 +1835,22 @@ class pdf_sponge extends ModelePDFFactures
            *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +    function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +    {
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
      -	        'align' => 'C', // R,C,L 
      +	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	    $this->cols['theColKey'] = array(
      @@ -1859,19 +1859,19 @@ class pdf_sponge extends ModelePDFFactures
       	        'title' => array(
       	            'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label
       	            'label' => ' ', // the final label : used fore final generated text
      -	            'align' => 'L', // text alignement :  R,C,L 
      +	            'align' => 'L', // text alignement :  R,C,L
       	            'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	        ),
       	        'content' => array(
      -	            'align' => 'L', // text alignement :  R,C,L 
      +	            'align' => 'L', // text alignement :  R,C,L
       	            'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	        ),
       	    );
       	    */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
      -	        'rank' => $rank, 
      +	        'rank' => $rank,
       	        'width' => false, // only for desc
       	        'status' => true,
       	        'title' => array(
      @@ -1885,7 +1885,7 @@ class pdf_sponge extends ModelePDFFactures
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    // PHOTO
               $rank = $rank + 10;
               $this->cols['photo'] = array(
      @@ -1894,20 +1894,20 @@ class pdf_sponge extends ModelePDFFactures
                   'status' => false,
                   'title' => array(
                       'textkey' => 'Photo',
      -                'label' => ' ' 
      +                'label' => ' '
                   ),
                   'content' => array(
                       'padding' => array(0,0,0,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
                   ),
                   'border-left' => false, // remove left line separator
               );
      -	        
      +
       	    if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE) && !empty($this->atleastonephoto))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1918,12 +1918,12 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1934,7 +1934,7 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1945,7 +1945,7 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1956,12 +1956,12 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1975,7 +1975,7 @@ class pdf_sponge extends ModelePDFFactures
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1989,7 +1989,7 @@ class pdf_sponge extends ModelePDFFactures
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -2000,8 +2000,8 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -2009,7 +2009,7 @@ class pdf_sponge extends ModelePDFFactures
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -2023,8 +2023,5 @@ class pdf_sponge extends ModelePDFFactures
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
       	}
      -	
      -	
       }
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index c9bce8b07a4..be7aea54464 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -7,6 +7,7 @@
        * Copyright (C) 2012      Cedric Salvador      <csalvador@gpcsolutions.fr>
        * 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
      @@ -40,24 +41,24 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
        */
       class pdf_cyan extends ModelePDFPropales
       {
      -	var $db;
      -	var $name;
      -	var $description;
      -	var $update_main_doc_field;	// Save the name of generated file as the main doc when generating a doc with this template
      -	var $type;
      +	public $db;
      +	public $name;
      +	public $description;
      +	public $update_main_doc_field;	// Save the name of generated file as the main doc when generating a doc with this template
      +	public $type;
       
      -	var $phpmin = array(4,3,0); // Minimum version of PHP required by module
      -	var $version = 'development';
      +	public $phpmin = array(4,3,0); // Minimum version of PHP required by module
      +	public $version = 'development';
       
      -	var $page_largeur;
      -	var $page_hauteur;
      -	var $format;
      -	var $marge_gauche;
      -	var	$marge_droite;
      -	var	$marge_haute;
      -	var	$marge_basse;
      +	public $page_largeur;
      +	public $page_hauteur;
      +	public $format;
      +	public $marge_gauche;
      +	public	$marge_droite;
      +	public	$marge_haute;
      +	public	$marge_basse;
       
      -	var $emetteur;	// Objet societe qui emet
      +	public $emetteur;	// Objet societe qui emet
       
       
       	/**
      @@ -65,10 +66,10 @@ class pdf_cyan extends ModelePDFPropales
       	 *
       	 *  @param		DoliDB		$db      Database handler
       	 */
      -	function __construct($db)
      +	public function __construct($db)
       	{
       		global $conf,$langs,$mysoc;
      -		
      +
       		// Translations
       		$langs->loadLangs(array("main", "bills"));
       
      @@ -107,8 +108,8 @@ class pdf_cyan extends ModelePDFPropales
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1;
      -		
      -		
      +
      +
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -117,6 +118,7 @@ class pdf_cyan extends ModelePDFPropales
       		$this->atleastonediscount=0;
       	}
       
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	/**
            *  Function to build pdf onto disk
            *
      @@ -128,8 +130,9 @@ class pdf_cyan extends ModelePDFPropales
            *  @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)
      +	public 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;
      @@ -286,8 +289,8 @@ class pdf_cyan extends ModelePDFPropales
       				        break;
       				    }
       				}
      -				
      -				
      +
      +
       
       				// New page
       				$pdf->AddPage();
      @@ -308,7 +311,7 @@ class pdf_cyan extends ModelePDFPropales
       
       	            $tab_top = 90+$top_shift;
       				$tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10);
      -				
      +
       
       				// Incoterm
       				$height_incoterms = 0;
      @@ -353,7 +356,7 @@ class pdf_cyan extends ModelePDFPropales
       				    if ($tmpuser->email) $notetoshow.=',  Mail: '.$tmpuser->email;
       				    if ($tmpuser->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone;
       				}
      -				
      +
       				$pagenb = $pdf->getPage();
       				if ($notetoshow)
       				{
      @@ -361,24 +364,24 @@ class pdf_cyan extends ModelePDFPropales
       
       				    $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       				    $pageposbeforenote = $pagenb;
      -				    
      +
       					$substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       					complete_substitutions_array($substitutionarray, $outputlangs, $object);
       					$notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
       
       
       					$pdf->startTransaction();
      -					
      +
       					$pdf->SetFont('','', $default_font_size - 1);
       					$pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       					// Description
       					$pageposafternote=$pdf->getPage();
       					$posyafter = $pdf->GetY();
      -					
      +
       					if($pageposafternote>$pageposbeforenote )
       					{
       					    $pdf->rollbackTransaction(true);
      -					    
      +
       					    // prepar pages to receive notes
       					    while ($pagenb < $pageposafternote) {
       					        $pdf->AddPage();
      @@ -390,16 +393,16 @@ class pdf_cyan extends ModelePDFPropales
       					        // The only function to edit the bottom margin of current page to set it.
       					        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					    }
      -					    
      +
       					    // back to start
       					    $pdf->setPage($pageposbeforenote);
       					    $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					    $pdf->SetFont('','', $default_font_size - 1);
       					    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       					    $pageposafternote=$pdf->getPage();
      -					    
      +
       					    $posyafter = $pdf->GetY();
      -					    
      +
       					    if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       					    {
       					        $pdf->AddPage('','',true);
      @@ -411,14 +414,14 @@ class pdf_cyan extends ModelePDFPropales
       					        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					        //$posyafter = $tab_top_newpage;
       					    }
      -					    
      -					    
      +
      +
       					    // apply note frame to previus pages
       					    $i = $pageposbeforenote;
       					    while ($i < $pageposafternote) {
       					        $pdf->setPage($i);
      -					        
      -					        
      +
      +
       					        $pdf->SetDrawColor(128,128,128);
       					        // Draw note frame
       					        if($i>$pageposbeforenote){
      @@ -429,21 +432,21 @@ class pdf_cyan extends ModelePDFPropales
       					            $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       					            $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       					        }
      -					        
      +
       					        // Add footer
       					        $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       					        $this->_pagefoot($pdf,$object,$outputlangs,1);
      -					        
      +
       					        $i++;
       					    }
      -					    
      +
       					    // apply note frame to last page
       					    $pdf->setPage($pageposafternote);
       					    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       					    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       					    $height_note=$posyafter-$tab_top_newpage;
       					    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -					    
      +
       					}
       					else // No pagebreak
       					{
      @@ -451,8 +454,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $posyafter = $pdf->GetY();
       					    $height_note=$posyafter-$tab_top;
       					    $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -					    
      -					    
      +
      +
       					    if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       					    {
       					        // not enough space, need to add page
      @@ -462,12 +465,12 @@ class pdf_cyan extends ModelePDFPropales
       					        $pdf->setPage($pageposafternote);
       					        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       					        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -					        
      +
       					        $posyafter = $tab_top_newpage;
       					    }
      -					    
      +
       					}
      -					
      +
       					$tab_height = $tab_height - $height_note;
       					$tab_top = $posyafter +6;
       				}
      @@ -479,10 +482,10 @@ class pdf_cyan extends ModelePDFPropales
       				$iniY = $tab_top + 7;
       				$curY = $tab_top + 7;
       				$nexY = $tab_top + 7;
      -				
      +
       				// Use new auto collum system
       				$this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -				
      +
       				// Loop on each lines
       				$pageposbeforeprintlines=$pdf->getPage();
       				$pagenb = $pageposbeforeprintlines;
      @@ -513,12 +516,12 @@ class pdf_cyan extends ModelePDFPropales
           						if (! empty($tplidx)) $pdf->useTemplate($tplidx);
           						//if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
           						$pdf->setPage($pageposbefore+1);
      -    
      +
           						$curY = $tab_top_newpage;
           						$showpricebeforepagebreak=0;
           					}
      -    
      -    					
      +
      +
           					if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height']))
           					{
           						$pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300);	// Use 300 dpi
      @@ -526,7 +529,7 @@ class pdf_cyan extends ModelePDFPropales
           						$posYAfterImage=$curY+$imglinesize['height'];
           					}
       					}
      -					
      +
       					// Description of product line
       					if($this->getColumnStatus('desc'))
       					{
      @@ -540,7 +543,7 @@ class pdf_cyan extends ModelePDFPropales
           						//print $pageposafter.'-'.$pageposbefore;exit;
           						$pdf->setPageOrientation('', 1, $heightforfooter);	// The only function to edit the bottom margin of current page to set it.
           						pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc);
      -    
      +
           						$pageposafter=$pdf->getPage();
           						$posyafter=$pdf->GetY();
           						//var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit;
      @@ -596,7 +599,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Quantity
       					// Enough for 6 chars
       					if ($this->getColumnStatus('qty'))
      @@ -605,8 +608,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					// Unit
       					if ($this->getColumnStatus('unit'))
       					{
      @@ -614,7 +617,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Discount on line
       					if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       					{
      @@ -622,7 +625,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Total HT line
       					if ($this->getColumnStatus('totalexcltax'))
       					{
      @@ -630,8 +633,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					$parameters=array(
       					    'object' => $object,
       					    'i' => $i,
      @@ -642,8 +645,8 @@ class pdf_cyan extends ModelePDFPropales
       					    'hidedetails' => $hidedetails
       					);
       					$reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -					
      -					
      +
      +
       
       					// Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
       					if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
      @@ -745,23 +748,23 @@ class pdf_cyan extends ModelePDFPropales
       				}
       
       				// Affiche zone infos
      -				$posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
      +				$posy=$this->drawInfoTable($pdf, $object, $bottomlasttab, $outputlangs);
       
       				// Affiche zone totaux
      -				$posy=$this->_tableau_tot($pdf, $object, 0, $bottomlasttab, $outputlangs);
      +				$posy=$this->drawTotalTable($pdf, $object, 0, $bottomlasttab, $outputlangs);
       
       				// Affiche zone versements
       				/*
       				if ($deja_regle || $amount_credit_notes_included || $amount_deposits_included)
       				{
      -					$posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs);
      +					$posy=$this->drawPaymentsTable($pdf, $object, $posy, $outputlangs);
       				}
       				*/
       
       				// Customer signature area
       				if (empty($conf->global->PROPAL_DISABLE_SIGNATURE))
       				{
      -				    $posy=$this->_signature_area($pdf, $object, $posy, $outputlangs);
      +				    $posy=$this->drawSignatureArea($pdf, $object, $posy, $outputlangs);
       				}
       
       				// Pied de page
      @@ -872,7 +875,7 @@ class pdf_cyan extends ModelePDFPropales
       		}
       	}
       
      -	/**
      +    /**
       	 *  Show payments table
       	 *
            *  @param	TCPDF		$pdf           Object PDF
      @@ -881,9 +884,8 @@ class pdf_cyan extends ModelePDFPropales
            *  @param  Translate	$outputlangs    Object langs for output
            *  @return int             			<0 if KO, >0 if OK
       	 */
      -	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
      +	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -
       	}
       
       
      @@ -896,7 +898,7 @@ class pdf_cyan extends ModelePDFPropales
       	 *   @param		Translate	$outputlangs	Langs object
       	 *   @return	void
       	 */
      -	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
      +	function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1076,7 +1078,7 @@ class pdf_cyan extends ModelePDFPropales
       	 *	@param	Translate	$outputlangs	Objet langs
       	 *	@return int							Position pour suite
       	 */
      -	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
      +	private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
       		global $conf,$mysoc;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1389,29 +1391,27 @@ class pdf_cyan extends ModelePDFPropales
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
      -
      -		
       	}
       
       	/**
      @@ -1661,7 +1661,7 @@ class pdf_cyan extends ModelePDFPropales
       	 *	@param	Translate	$outputlangs	Objet langs
       	 *	@return int							Position pour suite
       	 */
      -	function _signature_area(&$pdf, $object, $posy, $outputlangs)
      +	private function drawSignatureArea(&$pdf, $object, $posy, $outputlangs)
       	{
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1686,8 +1686,8 @@ class pdf_cyan extends ModelePDFPropales
       
       		return ($tab_hl*7);
       	}
      -	
      -	
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1698,22 +1698,22 @@ class pdf_cyan extends ModelePDFPropales
       	 *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +    function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +    {
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
       	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	     $this->cols['theColKey'] = array(
      @@ -1731,7 +1731,7 @@ class pdf_cyan extends ModelePDFPropales
       	     ),
       	     );
       	     */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
       	        'rank' => $rank,
      @@ -1748,7 +1748,7 @@ class pdf_cyan extends ModelePDFPropales
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['photo'] = array(
       	        'rank' => $rank,
      @@ -1763,13 +1763,13 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => false, // remove left line separator
       	    );
      -	    
      +
       	    if (! empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1780,12 +1780,12 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1796,7 +1796,7 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1807,7 +1807,7 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1818,12 +1818,12 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => false, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1837,7 +1837,7 @@ class pdf_cyan extends ModelePDFPropales
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1851,7 +1851,7 @@ class pdf_cyan extends ModelePDFPropales
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -1862,8 +1862,8 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -1871,7 +1871,7 @@ class pdf_cyan extends ModelePDFPropales
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -1885,7 +1885,5 @@ class pdf_cyan extends ModelePDFPropales
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
       	}
      -	
       }
      
      From 042118fe38f76f7eb624488249d907c1e9542dd0 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Fri, 19 Oct 2018 18:35:16 +0200
      Subject: [PATCH 0550/1013] fix it
      
      ---
       htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 2 +-
       htdocs/core/modules/facture/doc/pdf_sponge.modules.php       | 2 +-
       htdocs/core/modules/propale/doc/pdf_cyan.modules.php         | 2 +-
       3 files changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 1bd98f846cf..adcdda6f209 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -146,7 +146,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       		$this->atleastonediscount=0;
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
           /**
            *  Function to build pdf onto disk
            *
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index dc5fbc315cd..a910c7e0984 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -160,7 +160,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
           /**
            *  Function to build pdf onto disk
            *
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index be7aea54464..f6b4c43b3e8 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -118,7 +118,7 @@ class pdf_cyan extends ModelePDFPropales
       		$this->atleastonediscount=0;
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
       	/**
            *  Function to build pdf onto disk
            *
      
      From f322c73dd7cd009158c2d3f3f1dacd74c3a54bd7 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 19 Oct 2018 22:52:18 +0200
      Subject: [PATCH 0551/1013] Update ajax.lib.php
      
      ---
       htdocs/core/lib/ajax.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/ajax.lib.php b/htdocs/core/lib/ajax.lib.php
      index 1fc5e23ebb4..1e6330ba35a 100644
      --- a/htdocs/core/lib/ajax.lib.php
      +++ b/htdocs/core/lib/ajax.lib.php
      @@ -547,7 +547,7 @@ function ajax_constantonoff($code, $input=array(), $entity=null, $revertonoff=0,
        *  @param  string  $text_on    Text if on
        *  @param  string  $text_off   Text if off
        *  @param  array   $input      Array of type->list of CSS element to switch. Example: array('disabled'=>array(0=>'cssid'))
      - *  @return void
      + *  @return string              html for button on/off
        */
       function ajax_object_onoff($object, $code, $field, $text_on, $text_off, $input=array())
       {
      
      From 5cbcef44652a2e7ef086fe54be2f97cc30dc3692 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sat, 20 Oct 2018 08:26:30 +0200
      Subject: [PATCH 0552/1013] Debug Lettering
      
      ---
       .../thirdparty_lettering_customer.php         | 65 ++++++-------
       .../thirdparty_lettering_supplier.php         | 95 ++++++++-----------
       .../accountancy/class/bookkeeping.class.php   | 14 +--
       htdocs/langs/en_US/accountancy.lang           |  1 +
       4 files changed, 78 insertions(+), 97 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      index fa41b404f03..24532b86e35 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      @@ -23,10 +23,9 @@
       /**
        * \file        accountancy/bookkeeping/thirdparty_lettering_customer.php
        * \ingroup     Advanced accountancy
      - * \brief       Onglet de gestion de parametrages des ventilations
      + * \brief       Tab to manage customer lettering
        */
       require '../../main.inc.php';
      -
       require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       require_once DOL_DOCUMENT_ROOT . '/accountancy/class/bookkeeping.class.php';
       require_once DOL_DOCUMENT_ROOT . '/accountancy/class/lettering.class.php';
      @@ -34,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
       require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
       
       // Load translation files required by the page
      -$langs->loadLangs(array("compta"));
      +$langs->loadLangs(array("compta","accountancy"));
       
       $action = GETPOST('action', 'aZ09');
       $massaction = GETPOST('massaction', 'alpha');
      @@ -79,6 +78,7 @@ if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x'
       $socid = GETPOST("socid", 'int');
       // if ($user->societe_id) $socid=$user->societe_id;
       
      +$lettering = new lettering($db);
       $object = new Societe($db);
       $object->id = $socid;
       $result = $object->fetch($socid);
      @@ -87,39 +87,40 @@ if ($result < 0)
       	setEventMessages($object->error, $object->errors, 'errors');
       }
       
      -$form = new Form($db);
      -$BookKeeping = new lettering($db);
      -$formaccounting = new FormAccounting($db);
      -
       /*
        * Action
        */
       
       if ($action == 'lettering') {
       
      -	$result = $BookKeeping->updateLettrage($toselect);
      +	$result = $lettering->updateLettrage($toselect);
       
       	if ($result < 0) {
      -		setEventMessages('', $BookKeeping->errors, 'errors');
      +		setEventMessages('', $lettering->errors, 'errors');
       		$error ++;
       	}
       }
       
       if ($action == 'autolettrage') {
       
      -	$result = $BookKeeping->lettering_thirdparty($socid);
      +	$result = $lettering->lettering_thirdparty($socid);
       
       	if ($result < 0) {
      -		setEventMessages('', $BookKeeping->errors, 'errors');
      +		setEventMessages('', $lettering->errors, 'errors');
       		$error ++;
       	}
       }
       
      -llxHeader('', 'Compta - Grand Livre');
      -
       /*
      - * Affichage onglets
      + * View
        */
      +$form = new Form($db);
      +$formaccounting = new FormAccounting($db);
      +
      +$title=$object->name." - ".$langs->trans('TabLetteringCustomer');
      +$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
      +llxHeader('',$title,$help_url);
      +
       $head = societe_prepare_head($object);
       
       dol_htmloutput_mesg(is_numeric($error) ? '' : $error, $errors, 'error');
      @@ -192,21 +193,19 @@ if ($resql) {
       	print_liste_field_titre("Doctype", $_SERVER["PHP_SELF"], "bk.doc_type", "", $param, "", $sortfield, $sortorder);
       	print_liste_field_titre("Docdate", $_SERVER["PHP_SELF"], "bk.doc_date", "", $param, "", $sortfield, $sortorder);
       	print_liste_field_titre("Docref", $_SERVER["PHP_SELF"], "bk.doc_ref", "", $param, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Labelcompte", $_SERVER["PHP_SELF"], "bk.label_compte", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("LabelAccount", $_SERVER["PHP_SELF"], "bk.label_compte", "", $param, "", $sortfield, $sortorder);
       	print_liste_field_titre("Debit", $_SERVER["PHP_SELF"], "bk.debit", "", $param, "", $sortfield, $sortorder);
       	print_liste_field_titre("Credit", $_SERVER["PHP_SELF"], "bk.credit", "", $param, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Amount", $_SERVER["PHP_SELF"], "bk.montant", "", $param, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Sens", $_SERVER["PHP_SELF"], "bk.sens", "", $param, "", $sortfield, $sortorder);
      +	print_liste_field_titre("Balancing", $_SERVER["PHP_SELF"], "", "", $param, "", $sortfield, $sortorder);
       	print_liste_field_titre("Codejournal", $_SERVER["PHP_SELF"], "bk.code_journal", "", $param, "", $sortfield, $sortorder);
      -	print_liste_field_titre("Solde", $_SERVER["PHP_SELF"], "", "", $param, "", $sortfield, $sortorder);
      -	print '<td></td>';
      +	print_liste_field_titre("LetteringCode", $_SERVER["PHP_SELF"], "bk.lettering_code", "", $param, "", $sortfield, $sortorder);
       	print "</tr>\n";
       
       	print '<tr class="liste_titre">';
       	print '<td><input type="text" name="search_doc_type" value="' . $search_doc_type . '"></td>';
       	print '<td><input type="text" name="search_year" value="' . $search_year . '"></td>';
       	print '<td><input type="text" name="search_doc_refe" value="' . $search_doc_ref . '"></td>';
      -	print '<td colspan="7">&nbsp;</td>';
      +	print '<td colspan="5">&nbsp;</td>';
       	print '<td align="right">';
       	$searchpicto = $form->showFilterButtons();
       	print $searchpicto;
      @@ -236,38 +235,36 @@ if ($resql) {
       		print '<td>' . dol_print_date($db->jdate($obj->doc_date), 'day') . '</td>';
       		print '<td>' . $obj->doc_ref . '</td>';
       		print '<td>' . $obj->label_compte . '</td>';
      -		print '<td>' . price($obj->debit) . '</td>';
      -		print '<td>' . price($obj->credit) . '</td>';
      -		print '<td>' . price($obj->montant) . '</td>';
      -		print '<td>' . $obj->sens . '</td>';
      -		print '<td>' . $obj->code_journal . '</td>';
      -		print '<td>' . round($solde, 2) . '</td>';
      +		print '<td align="right">' . price($obj->debit) . '</td>';
      +		print '<td align="right">' . price($obj->credit) . '</td>';
      +		print '<td align="right">' . price(round($solde, 2)) . '</td>';
      +		print '<td align="center">' . $obj->code_journal . '</td>';
       
       		if (empty($obj->lettering_code)) {
       			print '<td class="nowrap" align="center"><input type="checkbox" class="flat checkforselect" name="toselect[]" id="toselect[]" value="' . $obj->rowid . '" /></td>';
       		} else
      -			print '<td>' . $obj->lettering_code . '</td>';
      +			print '<td align="center">' . $obj->lettering_code . '</td>';
       
       		print "</tr>\n";
       	}
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="4">Mouvement totaux</td>' . "\n";
      -	print '<td><strong>' . price($debit) . '</strong></td>';
      -	print '<td><strong>' . price($credit) . '</strong></td>';
      +	print '<td colspan="4">'.$langs->trans("Total").':</td>' . "\n";
      +	print '<td align="right"><strong>' . price($debit) . '</strong></td>';
      +	print '<td align="right"><strong>' . price($credit) . '</strong></td>';
       	print '<td colspan="5"></td>';
       	print "</tr>\n";
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="9">Solde Comptable</td>' . "\n";
      -	print '<td><strong>' . price($credit - $debit) . '</strong></td>';
      -	print '<td colspan="5"></td>';
      +	print '<td colspan="6">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td align="right"><strong>' . price($credit - $debit) . '</strong></td>';
      +	print '<td colspan="3"></td>';
       	print "</tr>\n";
       
       	print "</table>";
       
       	print '<input class="butAction" type="submit" value="lettering" name="lettering" id="lettering">';
      -	print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?socid=' . $object->id . '&action=autolettrage">' . $langs->trans('AccountancyAutoLettering') . '</a>';
      +	//print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?socid=' . $object->id . '&action=autolettering">' . $langs->trans('AccountancyAutoLettering') . '</a>';
       	print "</form>";
       	$db->free($resql);
       } else {
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      index b70d0a07242..6fdc5a26452 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      @@ -1,9 +1,9 @@
       <?php
      -/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
      - * Copyright (C) 2013      Florian Henry	    <florian.henry@open-concept.pro>
      - * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@gmail.com>
      +/* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2005       Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
      + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
      + * Copyright (C) 2013-2018  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
      @@ -21,14 +21,11 @@
        */
       
       /**
      - * \file accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      - * \ingroup Advanced accountancy
      - * \brief Tab to setup lettering
      + * \file        accountancy/bookkeeping/thirdparty_lettering_supplier.php
      + * \ingroup     Advanced accountancy
      + * \brief       Tab to setup lettering
        */
      -
      -// Dolibarr environment
       require '../../main.inc.php';
      -
       require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       require_once DOL_DOCUMENT_ROOT . '/accountancy/class/bookkeeping.class.php';
       require_once DOL_DOCUMENT_ROOT . '/accountancy/class/lettering.class.php';
      @@ -36,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
       require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
       
       // Load translation files required by the page
      -$langs->loadLangs(array("compta"));
      +$langs->loadLangs(array("compta","accountancy"));
       
       $action = GETPOST('action', 'aZ09');
       $massaction = GETPOST('massaction', 'alpha');
      @@ -83,6 +80,7 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       $socid = GETPOST("socid", 'int');
       // if ($user->societe_id) $socid=$user->societe_id;
       
      +$lettering = new lettering($db);
       $object = new Societe($db);
       $object->id = $socid;
       $result = $object->fetch($socid);
      @@ -91,51 +89,39 @@ if ($result<0)
       	setEventMessages($object->error, $object->errors, 'errors');
       }
       
      -$form = new Form($db);
      -$BookKeeping = new lettering($db);
      -$formaccounting = new FormAccounting($db);
      -
       /*
        * Action
        */
       if ($action == 'lettering') {
       
      -	$result = $BookKeeping->updateLettrage($toselect);
      +	$result = $lettering->updateLettrage($toselect);
       
      -	// var_dump($result);
       	if ($result < 0) {
      -		setEventMessages('', $BookKeeping->errors, 'errors');
      +		setEventMessages('', $lettering->errors, 'errors');
       		$error ++;
       	}
       }
       
       if ($action == 'autolettrage') {
       
      -	$result = $BookKeeping->lettering_thirdparty($socid);
      +	$result = $lettering->lettering_thirdparty($socid);
       
       	if ($result < 0) {
      -		setEventMessages('', $BookKeeping->errors, 'errors');
      +		setEventMessages('', $lettering->errors, 'errors');
       		$error ++;
       	}
       }
       
      -$title = 'AccountancyLettrage';
      -
      -llxHeader('', $title);
      -
      -
      -$param='';
      -if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
      -if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      -if (!empty($search_year)) $param.='&search_year='.$search_year;
      -if (!empty($socid)) $param.='&socid='.$socid;
      -if (!empty($search_doc_type)) $param.='&search_doc_type='.$search_doc_type;
      -if (!empty($search_doc_ref)) $param.='&search_doc_ref='.$search_doc_ref;
      -
      -
       /*
      - * Display tabs
      + * View
        */
      +$form = new Form($db);
      +$formaccounting = new FormAccounting($db);
      +
      +$title=$object->name." - ".$langs->trans('TabLetteringSupplier');
      +$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
      +llxHeader('',$title,$help_url);
      +
       $head = societe_prepare_head($object);
       
       dol_htmloutput_mesg(is_numeric($error) ? '' : $error, $errors, 'error');
      @@ -210,21 +196,19 @@ if ($resql) {
       	print_liste_field_titre("Doctype", $_SERVER["PHP_SELF"], "bk.doc_type","",$param,"",$sortfield,$sortorder);
       	print_liste_field_titre("Docdate", $_SERVER["PHP_SELF"], "bk.doc_date","",$param,"",$sortfield,$sortorder);
       	print_liste_field_titre("Docref", $_SERVER["PHP_SELF"], "bk.doc_ref","",$param,"",$sortfield,$sortorder);
      -	print_liste_field_titre("Labelcompte", $_SERVER["PHP_SELF"], "bk.label_compte","",$param,"",$sortfield,$sortorder);
      +	print_liste_field_titre("LabelAccount", $_SERVER["PHP_SELF"], "bk.label_compte","",$param,"",$sortfield,$sortorder);
       	print_liste_field_titre("Debit", $_SERVER["PHP_SELF"], "bk.debit","",$param,"",$sortfield,$sortorder);
       	print_liste_field_titre("Credit", $_SERVER["PHP_SELF"], "bk.credit","",$param,"",$sortfield,$sortorder);
      -	print_liste_field_titre("Amount", $_SERVER["PHP_SELF"], "bk.montant","",$param,"",$sortfield,$sortorder);
      -	print_liste_field_titre("Sens", $_SERVER["PHP_SELF"], "bk.sens","",$param,"",$sortfield,$sortorder);
      +	print_liste_field_titre("Balancing", $_SERVER["PHP_SELF"], "","",$param,"",$sortfield,$sortorder);
       	print_liste_field_titre("Codejournal", $_SERVER["PHP_SELF"], "bk.code_journal","",$param,"",$sortfield,$sortorder);
      -	print_liste_field_titre("Solde", $_SERVER["PHP_SELF"], "","",$param,"",$sortfield,$sortorder);
      -	print '<td></td>';
      +	print_liste_field_titre("LetteringCode", $_SERVER["PHP_SELF"], "bk.lettering_code", "", $param, "", $sortfield, $sortorder);
       	print "</tr>\n";
       
       	print '<tr class="liste_titre">';
       	print '<td><input type="text" name="search_doc_type" value="' . $search_doc_type . '"></td>';
       	print '<td><input type="text" name="search_year" value="' . $search_year . '"></td>';
       	print '<td><input type="text" name="search_doc_refe" value="' . $search_doc_ref . '"></td>';
      -	print '<td colspan="7">&nbsp;</td>';
      +	print '<td colspan="6">&nbsp;</td>';
       	print '<td align="right">';
       	$searchpicto=$form->showFilterButtons();
       	print $searchpicto;
      @@ -254,39 +238,36 @@ if ($resql) {
       		print '<td>' . dol_print_date($db->jdate($obj->doc_date), 'day') . '</td>';
       		print '<td>' . $obj->doc_ref . '</td>';
       		print '<td>' . $obj->label_compte . '</td>';
      -		print '<td>' . price($obj->debit) . '</td>';
      -		print '<td>' . price($obj->credit) . '</td>';
      -		print '<td>' . price($obj->montant) . '</td>';
      -		print '<td>' . $obj->sens . '</td>';
      -		print '<td>' . $obj->code_journal . '</td>';
      -		print '<td>' . round($solde, 2) . '</td>';
      +		print '<td align="right">' . price($obj->debit) . '</td>';
      +		print '<td align="right">' . price($obj->credit) . '</td>';
      +		print '<td align="right">' . price(round($solde, 2)) . '</td>';
      +		print '<td align="center">' . $obj->code_journal . '</td>';
       
       		if (empty($obj->lettering_code)) {
       			print '<td class="nowrap" align="center"><input type="checkbox" class="flat checkforselect" name="toselect[]" id="toselect[]" value="' . $obj->rowid . '" /></td>';
       		} else
      -			print '<td>' . $obj->lettering_code . '</td>';
      +			print '<td align="center">' . $obj->lettering_code . '</td>';
       
       		print "</tr>\n";
       	}
       
       	print '<tr class="oddeven">';
      -
      -	print '<td colspan="4">Mouvement totaux</td>' . "\n";
      -	print '<td><strong>' . price($debit) . '</strong></td>';
      -	print '<td><strong>' . price($credit) . '</strong></td>';
      +	print '<td colspan="4">'.$langs->trans("Total").':</td>' . "\n";
      +	print '<td align="right"><strong>' . price($debit) . '</strong></td>';
      +	print '<td align="right"><strong>' . price($credit) . '</strong></td>';
       	print '<td colspan="5"></td>';
       	print "</tr>\n";
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="9">Solde Comptable</td>' . "\n";
      -	print '<td><strong>' . price($credit - $debit) . '</strong></td>';
      -	print '<td colspan="5"></td>';
      +	print '<td colspan="6">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td align="right"><strong>' . price($credit - $debit) . '</strong></td>';
      +	print '<td colspan="3"></td>';
       	print "</tr>\n";
       
       	print "</table>";
       
       	print '<input class="butAction" type="submit" value="lettering" name="lettering" id="lettering">';
      -	print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=autolettrage">'.$langs->trans('AccountancyAutoLettering').'</a>';
      +	//print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=autolettrage">'.$langs->trans('AccountancyAutoLettering').'</a>';
       	print "</form>";
       	$db->free($resql);
       } else {
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 87d561b6add..6bbc4cce743 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1,7 +1,7 @@
       <?php
      -/* Copyright (C) 2014-2017  Olivier Geffroy		<jeff@jeffinfo.com>
      - * Copyright (C) 2015-2017  Alexandre Spangaro	<aspangaro@zendsi.com>
      - * Copyright (C) 2015-2017  Florian Henry		<florian.henry@open-concept.pro>
      +/* Copyright (C) 2014-2017  Olivier Geffroy     <jeff@jeffinfo.com>
      + * Copyright (C) 2015-2017  Alexandre Spangaro  <aspangaro@zendsi.com>
      + * Copyright (C) 2015-2017  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
      @@ -19,9 +19,9 @@
        */
       
       /**
      - *	\file		htdocs/accountancy/class/bookkeeping.class.php
      - *	\ingroup	Advanced accountancy
      - *	\brief		File of class to manage Ledger (General Ledger and Subledger)
      + * \file        htdocs/accountancy/class/bookkeeping.class.php
      + * \ingroup     Advanced accountancy
      + * \brief       File of class to manage Ledger (General Ledger and Subledger)
        */
       
       // Class
      @@ -862,6 +862,7 @@ class BookKeeping extends CommonObject
       		$sql .= " t.label_operation,";
       		$sql .= " t.debit,";
       		$sql .= " t.credit,";
      +		$sql .= " t.lettering_code,";
       		$sql .= " t.montant,";
       		$sql .= " t.sens,";
       		$sql .= " t.fk_user_author,";
      @@ -934,6 +935,7 @@ class BookKeeping extends CommonObject
       				$line->credit = $obj->credit;
       				$line->montant = $obj->montant;
       				$line->sens = $obj->sens;
      +				$line->lettering_code = $obj->lettering_code;
       				$line->fk_user_author = $obj->fk_user_author;
       				$line->import_key = $obj->import_key;
       				$line->code_journal = $obj->code_journal;
      diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang
      index e6215269512..e2f6083e6a6 100644
      --- a/htdocs/langs/en_US/accountancy.lang
      +++ b/htdocs/langs/en_US/accountancy.lang
      @@ -226,6 +226,7 @@ AutomaticBindingDone=Automatic binding done
       
       ErrorAccountancyCodeIsAlreadyUse=Error, you cannot delete this accounting account because it is used
       MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
      +Balancing=Balancing
       FicheVentilation=Binding card
       GeneralLedgerIsWritten=Transactions are written in the Ledger
       GeneralLedgerSomeRecordWasNotRecorded=Some of the transactions could not be journalized. If there is no other error message, this is probably because they were already journalized.
      
      From 921757c4a3069c879464595608f4067dd0531e82 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sat, 20 Oct 2018 10:57:59 +0200
      Subject: [PATCH 0553/1013] Fix travis
      
      ---
       .../accountancy/bookkeeping/thirdparty_lettering_customer.php | 2 +-
       .../accountancy/bookkeeping/thirdparty_lettering_supplier.php | 4 ++--
       htdocs/accountancy/class/lettering.class.php                  | 4 ++--
       3 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      index 24532b86e35..08994e3853d 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      @@ -103,7 +103,7 @@ if ($action == 'lettering') {
       
       if ($action == 'autolettrage') {
       
      -	$result = $lettering->lettering_thirdparty($socid);
      +	$result = $lettering->letteringThirdparty($socid);
       
       	if ($result < 0) {
       		setEventMessages('', $lettering->errors, 'errors');
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      index 6fdc5a26452..0da446301c6 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      @@ -104,7 +104,7 @@ if ($action == 'lettering') {
       
       if ($action == 'autolettrage') {
       
      -	$result = $lettering->lettering_thirdparty($socid);
      +	$result = $lettering->letteringThirdparty($socid);
       
       	if ($result < 0) {
       		setEventMessages('', $lettering->errors, 'errors');
      @@ -266,7 +266,7 @@ if ($resql) {
       
       	print "</table>";
       
      -	print '<input class="butAction" type="submit" value="lettering" name="lettering" id="lettering">';
      +	print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=lettering">'.$langs->trans('AccountancyLettering').'</a>';
       	//print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=autolettrage">'.$langs->trans('AccountancyAutoLettering').'</a>';
       	print "</form>";
       	$db->free($resql);
      diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
      index 220ed24d5d6..488941cbc02 100644
      --- a/htdocs/accountancy/class/lettering.class.php
      +++ b/htdocs/accountancy/class/lettering.class.php
      @@ -32,12 +32,12 @@ include_once DOL_DOCUMENT_ROOT . "/core/lib/date.lib.php";
       class lettering extends BookKeeping
       {
       	/**
      -	 * lettering_thirdparty
      +	 * letteringThirdparty
       	 *
       	 * @param int $socid Thirdparty id
       	 * @return int 1 OK, <0 error
       	 */
      -	public function lettering_thirdparty($socid)
      +	public function letteringThirdparty($socid)
       	{
       		global $conf;
       
      
      From a7de7013a11157ce646b03d2f3152460deb017f1 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sat, 20 Oct 2018 11:20:53 +0200
      Subject: [PATCH 0554/1013] Update code
      
      ---
       .../thirdparty_lettering_customer.php         | 21 ++++++++---------
       .../thirdparty_lettering_supplier.php         | 23 ++++++++-----------
       htdocs/accountancy/class/lettering.class.php  |  2 +-
       3 files changed, 20 insertions(+), 26 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      index 08994e3853d..0cab173823c 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      @@ -60,11 +60,10 @@ $search_year = GETPOST("search_year", 'int');
       $search_doc_type = GETPOST("search_doc_type", 'alpha');
       $search_doc_ref = GETPOST("search_doc_ref", 'alpha');
       
      -$lettering = GETPOST('lettering');
      +$lettering = GETPOST('lettering', 'alpha');
       if (! empty($lettering)) {
       	$action = $lettering;
       }
      -$toselect = GETPOST('toselect', 'array');
       
       // Did we click on purge search criteria ?
       // All tests are required to be compatible with all browsers
      @@ -93,7 +92,7 @@ if ($result < 0)
       
       if ($action == 'lettering') {
       
      -	$result = $lettering->updateLettrage($toselect);
      +	$result = $lettering->updateLettering($toselect);
       
       	if ($result < 0) {
       		setEventMessages('', $lettering->errors, 'errors');
      @@ -216,12 +215,8 @@ if ($resql) {
       	$tmp = '';
       	while ( $obj = $db->fetch_object($resql) ) {
       
      -		if ($tmp != $obj->lettering_code || empty($tmp))
      -			$tmp = $obj->lettering_code;
      -
      -		if ($tmp != $obj->lettering_code || empty($obj->lettering_code))
      -
      -		$solde += ($obj->credit - $obj->debit);
      +		if ($tmp != $obj->lettering_code || empty($tmp))						$tmp = $obj->lettering_code;
      +		/*if ($tmp != $obj->lettering_code || empty($obj->lettering_code))*/	$solde += ($obj->credit - $obj->debit);
       
       		print '<tr class="oddeven">';
       
      @@ -229,8 +224,9 @@ if ($resql) {
       			print '<td><a href="' . dol_buildpath('/accountancy/bookkeeping/card.php', 1) . '?piece_num=' . $obj->piece_num . '">';
       			print img_edit();
       			print '</a>&nbsp;' . $obj->doc_type . '</td>' . "\n";
      -		} else
      +		} else {
       			print '<td>' . $obj->doc_type . '</td>' . "\n";
      +		}
       
       		print '<td>' . dol_print_date($db->jdate($obj->doc_date), 'day') . '</td>';
       		print '<td>' . $obj->doc_ref . '</td>';
      @@ -249,14 +245,15 @@ if ($resql) {
       	}
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="4">'.$langs->trans("Total").':</td>' . "\n";
      +	print '<td align="right" colspan="4">'.$langs->trans("Total").':</td>' . "\n";
       	print '<td align="right"><strong>' . price($debit) . '</strong></td>';
       	print '<td align="right"><strong>' . price($credit) . '</strong></td>';
       	print '<td colspan="5"></td>';
       	print "</tr>\n";
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="6">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td align="right" colspan="4">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td colspan="2">&nbsp;</td>';
       	print '<td align="right"><strong>' . price($credit - $debit) . '</strong></td>';
       	print '<td colspan="3"></td>';
       	print "</tr>\n";
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      index 0da446301c6..659643260f9 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      @@ -60,11 +60,10 @@ $search_year = GETPOST("search_year",'int');
       $search_doc_type = GETPOST("search_doc_type",'alpha');
       $search_doc_ref = GETPOST("search_doc_ref",'alpha');
       
      -$lettering = GETPOST('lettering');
      +$lettering = GETPOST('lettering', 'alpha');
       if (!empty($lettering)) {
       	$action=$lettering;
       }
      -$toselect = GETPOST('toselect','array');
       
       // Did we click on purge search criteria ?
       // All tests are required to be compatible with all browsers
      @@ -94,7 +93,7 @@ if ($result<0)
        */
       if ($action == 'lettering') {
       
      -	$result = $lettering->updateLettrage($toselect);
      +	$result = $lettering->updateLettering($toselect);
       
       	if ($result < 0) {
       		setEventMessages('', $lettering->errors, 'errors');
      @@ -219,12 +218,8 @@ if ($resql) {
       	$tmp = '';
       	while ($obj = $db->fetch_object($resql)) {
       
      -		if ($tmp != $obj->lettering_code || empty($tmp))
      -			$tmp = $obj->lettering_code;
      -
      -			if ($tmp != $obj->lettering_code || empty($obj->lettering_code))
      -
      -		$solde += ($obj->credit - $obj->debit);
      +		if ($tmp != $obj->lettering_code || empty($tmp))						$tmp = $obj->lettering_code;
      +		/*if ($tmp != $obj->lettering_code || empty($obj->lettering_code))*/	$solde += ($obj->credit - $obj->debit);
       
       		print '<tr class="oddeven">';
       
      @@ -232,8 +227,9 @@ if ($resql) {
       			print '<td><a href="' . dol_buildpath('/accountancy/bookkeeping/card.php', 1) . '?piece_num=' . $obj->piece_num . '">';
       			print img_edit();
       			print '</a>&nbsp;' . $obj->doc_type . '</td>' . "\n";
      -		} else
      +		} else {
       			print '<td>' . $obj->doc_type . '</td>' . "\n";
      +		}
       
       		print '<td>' . dol_print_date($db->jdate($obj->doc_date), 'day') . '</td>';
       		print '<td>' . $obj->doc_ref . '</td>';
      @@ -252,21 +248,22 @@ if ($resql) {
       	}
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="4">'.$langs->trans("Total").':</td>' . "\n";
      +	print '<td align="right" colspan="4">'.$langs->trans("Total").':</td>' . "\n";
       	print '<td align="right"><strong>' . price($debit) . '</strong></td>';
       	print '<td align="right"><strong>' . price($credit) . '</strong></td>';
       	print '<td colspan="5"></td>';
       	print "</tr>\n";
       
       	print '<tr class="oddeven">';
      -	print '<td colspan="6">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td align="right" colspan="4">'.$langs->trans("Balancing").':</td>' . "\n";
      +	print '<td colspan="2">&nbsp;</td>';
       	print '<td align="right"><strong>' . price($credit - $debit) . '</strong></td>';
       	print '<td colspan="3"></td>';
       	print "</tr>\n";
       
       	print "</table>";
       
      -	print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=lettering">'.$langs->trans('AccountancyLettering').'</a>';
      +	print '<input class="butAction" type="submit" value="' . $langs->trans('AccountancyLettering') . '" name="lettering" id="lettering">';
       	//print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?socid=' . $object->id . '&action=autolettrage">'.$langs->trans('AccountancyAutoLettering').'</a>';
       	print "</form>";
       	$db->free($resql);
      diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
      index 488941cbc02..b6eeba24c01 100644
      --- a/htdocs/accountancy/class/lettering.class.php
      +++ b/htdocs/accountancy/class/lettering.class.php
      @@ -229,7 +229,7 @@ class lettering extends BookKeeping
       	 * @param boolean $notrigger no trigger
        	 * @return number
       	 */
      -	public function updateLettrage($ids = array(), $notrigger = false)
      +	public function updateLettering($ids = array(), $notrigger = false)
       	{
       		$error = 0;
       		$lettre = 'AAA';
      
      From 550dc622ca411bc3190a2d08c194640e2836e62d Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 13:40:40 +0200
      Subject: [PATCH 0555/1013] code comment
      
      ---
       .../class/accountingaccount.class.php         | 46 +++++++++++++------
       1 file changed, 32 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountingaccount.class.php b/htdocs/accountancy/class/accountingaccount.class.php
      index 9030e65b049..85f9ee39c61 100644
      --- a/htdocs/accountancy/class/accountingaccount.class.php
      +++ b/htdocs/accountancy/class/accountingaccount.class.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2013-2014  Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2014       Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015       Ari Elbaz (elarifr)  <github@accedinfo.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
      @@ -30,6 +31,9 @@
        */
       class AccountingAccount extends CommonObject
       {
      +	/**
      +	 * @var string Name of element
      +	 */
       	public $element='accounting_account';
       
       	/**
      @@ -59,16 +63,6 @@ class AccountingAccount extends CommonObject
       	 */
       	public $db;
       
      -	/**
      -	 * @var string Error code (or message)
      -	 */
      -	public $error='';
      -
      -	/**
      -	 * @var string[] Error codes (or messages)
      -	 */
      -	public $errors = array();
      -
       	/**
       	 * @var int ID
       	 */
      @@ -79,17 +73,39 @@ class AccountingAccount extends CommonObject
       	 */
       	public $rowid;
       
      -	public $datec; // Creation date
      +	/**
      +     * @var string Creation date
      +     */
      +	public $datec;
       
       	/**
      -     * @var int ID
      +     * @var string pcg version
            */
       	public $fk_pcg_version;
       
      +    /**
      +     * @var string pcg type
      +     */
       	public $pcg_type;
      +
      +    /**
      +     * @var string pcg subtype
      +     */
       	public $pcg_subtype;
      +
      +    /**
      +     * @var string account number
      +     */
       	public $account_number;
      +
      +    /**
      +     * @var int ID parent account
      +     */
       	public $account_parent;
      +
      +    /**
      +     * @var int ID category account
      +     */
       	public $account_category;
       
       	/**
      @@ -112,8 +128,10 @@ class AccountingAccount extends CommonObject
            */
           public $fk_user_modif;
       
      -    public $active;       // duplicate with status
      -
      +	/**
      +	 * @var int active (duplicate with status)
      +	 */
      +    public $active;
       
       	/**
       	 * Constructor
      
      From 4d72cafa52a31e504219197c848053f6118ddb22 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 13:47:51 +0200
      Subject: [PATCH 0556/1013] code comment
      
      ---
       htdocs/api/class/api_setup.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index 304abf46432..60a51074d58 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -122,7 +122,7 @@ class Setup extends DolibarrApi
            * @param string    $filter     To filter the countries by name
            * @param string    $lang       Code of the language the label of the countries must be translated to
            * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.code:like:'A%') and (t.active:>=:0)"
      -     * @return List of countries
      +     * @return array                List of countries
            *
            * @url     GET dictionary/countries
            *
      
      From fab10acc15f3f8e4350b71e1763786da21d42d6e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 16:23:43 +0200
      Subject: [PATCH 0557/1013] change class name from lettering to Lettering
      
      ---
       htdocs/accountancy/class/lettering.class.php | 19 ++++++++++---------
       1 file changed, 10 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
      index 70d7a88c55b..d37b29961f2 100644
      --- a/htdocs/accountancy/class/lettering.class.php
      +++ b/htdocs/accountancy/class/lettering.class.php
      @@ -1,7 +1,8 @@
       <?php
      -/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
      - * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@gmail.com>
      +/* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      + * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
      + * Copyright (C) 2013       Alexandre Spangaro      <alexandre.spangaro@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
      @@ -18,8 +19,8 @@
        */
       
       /**
      - * \file      accountancy/class/bookkeeping.class.php
      - * \ingroup   Accounting Expert
      + * \file      htdocs/accountancy/class/lettering.class.php
      + * \ingroup   accountancy
        * \brief     Fichier de la classe des comptes comptable
        */
       
      @@ -29,9 +30,9 @@ include_once DOL_DOCUMENT_ROOT."/core/lib/date.lib.php";
       
       
       /**
      - * Class lettering
      + * Class Lettering
        */
      -class lettering extends BookKeeping
      +class Lettering extends BookKeeping
       {
           /**
            * lettrageTiers
      @@ -48,10 +49,10 @@ class lettering extends BookKeeping
       		$object->fetch($socid);
       
       
      -		if( $object->code_compta == '411CUSTCODE')
      +		if ($object->code_compta == '411CUSTCODE')
       			$object->code_compta = '';
       
      -		if( $object->code_compta_fournisseur == '401SUPPCODE')
      +		if ($object->code_compta_fournisseur == '401SUPPCODE')
       			$object->code_compta_fournisseur = '';
       
       
      
      From d3022413ef2aa26c00d60a011a2b843b0324425e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 16:25:57 +0200
      Subject: [PATCH 0558/1013] Update thirdparty_lettrage.php
      
      ---
       htdocs/accountancy/bookkeeping/thirdparty_lettrage.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php b/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
      index 9ffffb4d1ed..8717f7b46a1 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
        * Copyright (C) 2013      Florian Henry	      <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@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
      @@ -63,7 +64,7 @@ $object->fetch($socid);
       
       
       $form = new Form($db);
      -$BookKeeping = new lettering($db);
      +$BookKeeping = new Lettering($db);
       $formaccounting = new FormAccounting($db);
       
       
      
      From 02954931d8c6b6e8525a8d4285c46f23ba901828 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 16:27:15 +0200
      Subject: [PATCH 0559/1013] Update thirdparty_lettrage_supplier.php
      
      ---
       .../bookkeeping/thirdparty_lettrage_supplier.php           | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      index 05315fe13ad..8fa6cd4a3d5 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2013      Olivier Geffroy      <jeff@jeffinfo.com>
        * Copyright (C) 2013      Florian Henry	      <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Alexandre Spangaro   <alexandre.spangaro@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
      @@ -21,8 +22,8 @@
        */
       
       /**
      - * \file    accounting/bookkeeping/thirdparty_lettrage.php
      - * \ingroup Accounting Expert
      + * \file    htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
      + * \ingroup accountancy
        * \brief   Onglet de gestion de parametrages des ventilations
        */
       
      @@ -65,7 +66,7 @@ $object->id = $socid;
       $object->fetch($socid);
       
       $form = new Form($db);
      -$BookKeeping = new lettering($db);
      +$BookKeeping = new Lettering($db);
       $formaccounting = new FormAccounting($db);
       
       
      
      From fbc5ce623e02868e677d5c19804bcaa92183dec7 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Sat, 20 Oct 2018 17:17:21 +0200
      Subject: [PATCH 0560/1013] payments
      
      ---
       .../compta/paiement/class/paiement.class.php  | 88 +++++++++++++++----
       htdocs/public/payment/paymentok.php           | 14 +--
       2 files changed, 78 insertions(+), 24 deletions(-)
      
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index fd64155f3d9..18dabbcf980 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -1,13 +1,14 @@
       <?php
      -/* Copyright (C) 2002-2004 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) 2002-2004  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) 2012      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2014      Raphaël Doursenaud    <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2014      Marcos García 		 <marcosgdf@gmail.com>
        * Copyright (C) 2015      Juanjo Menent		 <jmenent@2byte.es>
        * Copyright (C) 2018      Ferran Marcet		 <fmarcet@2byte.es>
        * 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
      @@ -73,16 +74,69 @@ class Paiement extends CommonObject
       	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
      -	public $num_paiement;	// Numero du CHQ, VIR, etc...
      -	public $num_payment;	// Numero du CHQ, VIR, etc...
      -    public $payment_id;	// Id of external modepayment
      -    public $payment_site;	// name of external modepayment
      -	public $bank_account;	// Id compte bancaire du paiement
      -	public $bank_line;     // Id de la ligne d'ecriture bancaire
      +    //paiement de llx_c_paiement
      +
      +    /**
      +     * @var string type libelle
      +     */
      +    public $type_libelle;
      +
      +    /**
      +     * @var string type code
      +     */
      +    public $type_code;
      +
      +    /**
      +     * @var string Numero du CHQ, VIR, etc...
      +     * @deprecated
      +     * @see num_payment
      +     */
      +    public $numero;
      +
      +    /**
      +     * @var string Numero du CHQ, VIR, etc...
      +     * @deprecated
      +     * @see num_payment
      +     */
      +    public $num_paiement;
      +
      +    /**
      +     * @var string Numero du CHQ, VIR, etc...
      +     */
      +    public $num_payment;
      +
      +    /**
      +     * @var string Id of external payment mode
      +     */
      +    public $ext_payment_id;
      +
      +    /**
      +     * @var string Name of external payment mode
      +     */
      +    public $ext_payment_site;
      +
      +    /**
      +     * @var int bank account id of payment
      +     * @deprecated
      +     */
      +    public $bank_account;
      +
      +    /**
      +     * @var int bank account id of payment
      +     */
      +    public $fk_account;
      +
      +    /**
      +     * @var int id of payment line in bank account
      +     */
      +    public $bank_line;
      +
       	// 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
      -    public $fk_paiement;    // Type of paiment
      +    // fk_paiement dans llx_paiement_facture est le rowid du paiement
      +    /**
      +     * @var int payment id
      +     */
      +    public $fk_paiement;    // Type of payment
       
       
       	/**
      @@ -90,7 +144,7 @@ class Paiement extends CommonObject
       	 *
       	 *  @param		DoliDB		$db      Database handler
       	 */
      -	function __construct($db)
      +	public function __construct($db)
       	{
       		$this->db = $db;
       	}
      @@ -103,7 +157,7 @@ class Paiement extends CommonObject
       	 *    @param	int		$fk_bank	Id of bank line associated to payment
       	 *    @return   int		            <0 if KO, 0 if not found, >0 if OK
       	 */
      -	function fetch($id, $ref='', $fk_bank='')
      +	public function fetch($id, $ref='', $fk_bank='')
       	{
       		$sql = 'SELECT p.rowid, p.ref, p.datep as dp, p.amount, p.statut, p.ext_payment_id, p.ext_payment_site, p.fk_bank,';
       		$sql.= ' c.code as type_code, c.libelle as type_libelle,';
      @@ -138,8 +192,8 @@ class Paiement extends CommonObject
       				$this->type_libelle   = $obj->type_libelle;
       				$this->type_code      = $obj->type_code;
       				$this->statut         = $obj->statut;
      -                $this->payment_id     = $obj->ext_payment_id;
      -                $this->payment_site   = $obj->ext_payment_site;
      +                $this->ext_payment_id = $obj->ext_payment_id;
      +                $this->ext_payment_site = $obj->ext_payment_site;
       
       				$this->bank_account   = $obj->fk_account; // deprecated
       				$this->fk_account     = $obj->fk_account;
      @@ -235,7 +289,7 @@ class Paiement extends CommonObject
       		$note = ($this->note_public?$this->note_public:$this->note);
       
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."paiement (entity, ref, datec, datep, amount, multicurrency_amount, fk_paiement, num_paiement, note, ext_payment_id, ext_payment_site, fk_user_creat)";
      -		$sql.= " VALUES (".$conf->entity.", '".$this->db->escape($this->ref)."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', ".$total.", ".$mtotal.", ".$this->paiementid.", '".$this->db->escape($this->num_paiement)."', '".$this->db->escape($note)."', ".($this->payment_id?"'".$this->db->escape($this->payment_id)."'":"null").", ".($this->payment_site?"'".$this->db->escape($this->payment_site)."'":"null").", ".$user->id.")";
      +		$sql.= " VALUES (".$conf->entity.", '".$this->db->escape($this->ref)."', '". $this->db->idate($now)."', '".$this->db->idate($this->datepaye)."', ".$total.", ".$mtotal.", ".$this->paiementid.", '".$this->db->escape($this->num_paiement)."', '".$this->db->escape($note)."', ".($this->ext_payment_id?"'".$this->db->escape($this->ext_payment_id)."'":"null").", ".($this->ext_payment_site?"'".$this->db->escape($this->ext_payment_site)."'":"null").", ".$user->id.")";
       
       		dol_syslog(get_class($this)."::Create insert paiement", LOG_DEBUG);
       		$resql = $this->db->query($sql);
      diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
      index 15e77502625..36723658946 100644
      --- a/htdocs/public/payment/paymentok.php
      +++ b/htdocs/public/payment/paymentok.php
      @@ -630,9 +630,9 @@ if ($ispaymentok)
       				$paiement->paiementid   = $paymentTypeId;
       				$paiement->num_paiement = '';
       				$paiement->note_public  = 'Online payment '.dol_print_date($now, 'standard').' from '.$ipaddress;
      -				$paiement->payment_id = $TRANSACTIONID;
      -				$paiement->payment_site = $paymentmethod;
      -        
      +				$paiement->ext_payment_id = $TRANSACTIONID;
      +				$paiement->ext_payment_site = $paymentmethod;
      +
       				if (! $error)
       				{
       					$paiement_id = $paiement->create($user, 1);    // This include closing invoices and regenerating documents
      @@ -653,8 +653,8 @@ if ($ispaymentok)
       				{
       					$bankaccountid = 0;
       					if ($paymentmethod == 'paybox') $bankaccountid = $conf->global->PAYBOX_BANK_ACCOUNT_FOR_PAYMENTS;
      -					if ($paymentmethod == 'paypal') $bankaccountid = $conf->global->PAYPAL_BANK_ACCOUNT_FOR_PAYMENTS;
      -					if ($paymentmethod == 'stripe') $bankaccountid = $conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS;
      +					elseif ($paymentmethod == 'paypal') $bankaccountid = $conf->global->PAYPAL_BANK_ACCOUNT_FOR_PAYMENTS;
      +					elseif ($paymentmethod == 'stripe') $bankaccountid = $conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS;
       
       					if ($bankaccountid > 0)
       					{
      @@ -873,8 +873,8 @@ else
           if (! empty($conf->global->PAYMENTONLINE_SENDEMAIL)) $sendemail=$conf->global->PAYMENTONLINE_SENDEMAIL;
           // TODO Remove local option to keep only the generic one ?
           if ($paymentmethod == 'paypal' && ! empty($conf->global->PAYPAL_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->PAYPAL_PAYONLINE_SENDEMAIL;
      -    if ($paymentmethod == 'paybox' && ! empty($conf->global->PAYBOX_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->PAYBOX_PAYONLINE_SENDEMAIL;
      -    if ($paymentmethod == 'stripe' && ! empty($conf->global->STRIPE_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->STRIPE_PAYONLINE_SENDEMAIL;
      +    elseif ($paymentmethod == 'paybox' && ! empty($conf->global->PAYBOX_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->PAYBOX_PAYONLINE_SENDEMAIL;
      +    elseif ($paymentmethod == 'stripe' && ! empty($conf->global->STRIPE_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->STRIPE_PAYONLINE_SENDEMAIL;
       
           // Send an email
           if ($sendemail)
      
      From 5f6cbda5a6489e7a41c4062ee1f4807184f56dba Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 22:34:00 +0200
      Subject: [PATCH 0561/1013] Update facture.class.php
      
      ---
       htdocs/compta/facture/class/facture.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index fcbee2da90e..20983ebd3c9 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -990,6 +990,7 @@ class Facture extends CommonInvoice
       		$this->user_valid         = '';
       		$this->fk_facture_source  = 0;
       		$this->date_creation      = '';
      +		$this->date_modification = '';
       		$this->date_validation    = '';
       		$this->ref_client         = '';
       		$this->close_code         = '';
      
      From 80bd93d600b3cc0847afbb416483054e121bf75f Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 22:36:12 +0200
      Subject: [PATCH 0562/1013] Update .travis.yml
      
      ---
       .travis.yml | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 4b17ebaf0c8..9c001a480d9 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -298,7 +298,7 @@ script:
         set -e
         # Exclusions are defined in the ruleset.xml file
         #phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
      -  phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
      +  #phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
         set +e
         echo
       
      
      From f9a3dec26d2efa920840d7096a185f647938e0f0 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 20 Oct 2018 22:48:46 +0200
      Subject: [PATCH 0563/1013] Update FactureTest.php
      
      ---
       .travis.yml                  | 4 ++--
       test/phpunit/FactureTest.php | 5 +++--
       2 files changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 9c001a480d9..96a238e6ad4 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: trusty to have php 5.4+ available 
      +# We use dist: trusty to have php 5.4+ available
       dist: trusty
       sudo: required
       
      @@ -298,7 +298,7 @@ script:
         set -e
         # Exclusions are defined in the ruleset.xml file
         #phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
      -  #phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
      +  phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
         set +e
         echo
       
      diff --git a/test/phpunit/FactureTest.php b/test/phpunit/FactureTest.php
      index d04844783c5..a1dd46de978 100644
      --- a/test/phpunit/FactureTest.php
      +++ b/test/phpunit/FactureTest.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) 2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      +/* Copyright (C) 2010 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
      @@ -228,7 +229,7 @@ class FactureTest extends PHPUnit_Framework_TestCase
       			$newlocalobject,
       			true,
       			array(
      -				'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem',
      +				'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem','date_modification',
       				'ref','statut','paye','specimen','facnumber','actiontypecode','actionmsg2','actionmsg','mode_reglement','cond_reglement',
       				'cond_reglement_doc','situation_cycle_ref','situation_counter','situation_final','multicurrency_total_ht','multicurrency_total_tva',
       				'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx'
      
      From d10dfd51cb68bd4f16bd750d06d37409ce9f501b Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Sat, 20 Oct 2018 23:14:04 +0200
      Subject: [PATCH 0564/1013] fix
      
      ---
       test/phpunit/FactureTest.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/test/phpunit/FactureTest.php b/test/phpunit/FactureTest.php
      index d04844783c5..09ea42dd2b6 100644
      --- a/test/phpunit/FactureTest.php
      +++ b/test/phpunit/FactureTest.php
      @@ -228,7 +228,7 @@ class FactureTest extends PHPUnit_Framework_TestCase
       			$newlocalobject,
       			true,
       			array(
      -				'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem',
      +				'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem','date_modification',
       				'ref','statut','paye','specimen','facnumber','actiontypecode','actionmsg2','actionmsg','mode_reglement','cond_reglement',
       				'cond_reglement_doc','situation_cycle_ref','situation_counter','situation_final','multicurrency_total_ht','multicurrency_total_tva',
       				'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx'
      
      From cce2e2414f00b6c912c116e8bdafeaae5b198c8d Mon Sep 17 00:00:00 2001
      From: ias-ceo <hytham.soliman@ias-systems.com>
      Date: Sun, 21 Oct 2018 07:41:40 +0300
      Subject: [PATCH 0565/1013] missing simicolon
      
      ---
       htdocs/theme/eldy/style.css.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index bb43aa0af55..d9ad2a590ac 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -3271,7 +3271,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
       .boxstats130 {
           width: 158px;
           height: 48px;
      -    padding: 3px
      +    padding: 3px;
       }
       .boxstats {
           padding: 3px;
      
      From c4029f5e5fc5d596e2d26d63f0756b2d8be1c168 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 21 Oct 2018 09:23:33 +0200
      Subject: [PATCH 0566/1013] Update style.css.php
      
      ---
       htdocs/theme/md/style.css.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index fe947935ec5..c6560bef8e5 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -2918,7 +2918,7 @@ div .tdtop {
       .boxstats130 {
           width: 135px;
           height: 48px;
      -    padding: 3px
      +    padding: 3px;
       }
       @media only screen and (max-width: 767px)
       {
      
      From 28c86a613d755b72bcecd9588431761a1e491727 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 21 Oct 2018 09:39:07 +0200
      Subject: [PATCH 0567/1013] Update style.css.php
      
      ---
       htdocs/theme/md/style.css.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index c6560bef8e5..618a9de6d7f 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -3018,7 +3018,7 @@ tr.box_titre {
           white-space: nowrap;
       }
       
      -tr.box_titre td.boxclose {
      +tr.box_titre, td.boxclose {
       	width: 30px;
       }
       img.boxhandle, img.boxclose {
      
      From 83e29511071b4bbb9d31ab6ceadba7750a757622 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 21 Oct 2018 09:59:14 +0200
      Subject: [PATCH 0568/1013] Update style.css.php
      
      ---
       htdocs/theme/md/style.css.php | 16 ++++++++--------
       1 file changed, 8 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 618a9de6d7f..84384a9130e 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1262,7 +1262,7 @@ div#tmenu_tooltip {
       <?php } else { ?>
       	background: rgb(<?php echo $colorbackhmenu1 ?>);
       	/*
      -	background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(128,128,128,.3) 100%);
      +	background-image: linear-gradient(to top, rgba(255,255,255,.3) 0%, rgba(128,128,128,.3) 100%);
       	background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(128,128,128,.3) 100%);
       	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(128,128,128,.3) 100%);
       	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(128,128,128,.3) 100%);
      @@ -1343,7 +1343,7 @@ ul.tmenu {	/* t r b l */
       ul.tmenu li {
       	background: rgb(<?php echo $colorbackhmenu1 ?>);
       	/*
      -	background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
      +	background-image: linear-gradient(to top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
       	background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
       	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
       	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
      @@ -1374,7 +1374,7 @@ li.tmenusel, li.tmenu:hover {
           background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(250,250,250,0) 100%) !important;
           background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(250,250,250,0) 100%) !important;
           background-image: -ms-linear-gradient(bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.3) 100%) !important;
      -    background-image: linear-gradient(bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.3) 100%) !important;
      +    background-image: linear-gradient(to bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.3) 100%) !important;
       	background: rgb(<?php echo $colorbackhmenu1 ?>);
       */
       	/* background: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/nav-overlay3.png',1); ?>) 50% 0 repeat-x !important; Nicer but problem when menu wrap on 2 lines */
      @@ -1964,7 +1964,7 @@ td.ecmroot {
           background-image: -moz-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
           background-image: -webkit-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
           background-image: -ms-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
      -    background-image: linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
      +    background-image: linear-gradient(to bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
       
           background: #FFF;
           background-repeat: repeat-x !important;
      @@ -2613,7 +2613,7 @@ div.pagination li.paginationafterarrows {
       
       /* Prepare to remove class pair - impair
       .noborder > tbody > tr:nth-child(even) td {
      -	background: linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
      +	background: linear-gradient(to bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
      @@ -2626,7 +2626,7 @@ div.pagination li.paginationafterarrows {
       }
       
       .noborder > tbody > tr:nth-child(odd) td {
      -	background: linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
      +	background: linear-gradient(to bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
      @@ -2867,7 +2867,7 @@ div .tdtop {
       /* Prepare to remove class pair - impair */
       
       .noborder > tbody > tr:nth-child(even):not(.liste_titre), .liste > tbody > tr:nth-child(even):not(.liste_titre) {
      -	background: linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
      +	background: linear-gradient(to bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
       	background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
      @@ -2878,7 +2878,7 @@ div .tdtop {
       }
       
       .noborder > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre) {
      -	background: linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
      +	background: linear-gradient(to bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
       	background: -webkit-linear-gradient(bottom, rgb(<?php echo $colorbacklinepair1; ?>) 85%, rgb(<?php echo $colorbacklinepair2; ?>) 100%);
      
      From f169ec9259a5876452195b89a9787a6f80e7c4dd Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 21 Oct 2018 10:37:49 +0200
      Subject: [PATCH 0569/1013] Update ajaxdirtree.php
      
      ---
       htdocs/core/ajax/ajaxdirtree.php | 9 +++++----
       1 file changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
      index fc01474a072..0f3ac26693a 100644
      --- a/htdocs/core/ajax/ajaxdirtree.php
      +++ b/htdocs/core/ajax/ajaxdirtree.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      +/* Copyright (C) 2007-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
      @@ -74,7 +75,7 @@ if ($modulepart == 'ecm')
       	$fullpathselecteddir=$conf->ecm->dir_output.'/'.($selecteddir != '/' ? $selecteddir : '');
       	$fullpathpreopened=$conf->ecm->dir_output.'/'.($preopened != '/' ? $preopened : '');
       }
      -if ($modulepart == 'medias')
      +elseif ($modulepart == 'medias')
       {
       	$fullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($selecteddir != '/' ? $selecteddir : '');
       	$fullpathpreopened=$dolibarr_main_data_root.'/medias/'.($preopened != '/' ? $preopened : '');
      @@ -96,7 +97,7 @@ if ($modulepart == 'ecm')
       {
       	if (! $user->rights->ecm->read) accessforbidden();
       }
      -if ($modulepart == 'medias')
      +elseif ($modulepart == 'medias')
       {
       	// Always allowed
       }
      @@ -349,7 +350,7 @@ function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir,
       	{
       		$files = @scandir($fullpathselecteddir);
       
      -		if ($files)
      +		if (! empty($files))
       		{
       			natcasesort($files);
       			if (count($files) > 2)    /* The 2 accounts for . and .. */
      
      From d38c68e54f586478dc7cf8f93d2b13d698e93ceb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 11:10:04 +0200
      Subject: [PATCH 0570/1013] Remove unexpected char
      
      ---
       htdocs/core/tpl/onlinepaymentlinks.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/onlinepaymentlinks.tpl.php b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
      index a5c5ce7cf11..37639a5f8e6 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
      
      From cd9431809b720ab83ca1548ffdf27cfdd8e2e8fb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 11:44:21 +0200
      Subject: [PATCH 0571/1013] Fix: do not loose country_code after update
      
      ---
       htdocs/societe/class/societe.class.php | 24 ++++++++++++++++++++----
       1 file changed, 20 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index 078b0d85fe8..c91593b079f 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -1071,10 +1071,26 @@ class Societe extends CommonObject
       			$resql=$this->db->query($sql);
       			if ($resql)
       			{
      -				unset($this->country_code);		// We clean this because it may have been changed after an update of country_id
      -				unset($this->country);
      -				unset($this->state_code);
      -				unset($this->state);
      +				if (is_object($this->oldcopy))	// If we have information on old values
      +				{
      +					if ($this->oldcopy->country_id != $this->country_id)
      +					{
      +						unset($this->country_code);
      +						unset($this->country);
      +					}
      +					if ($this->oldcopy->state_id != $this->state_id)
      +					{
      +						unset($this->state_code);
      +						unset($this->state);
      +					}
      +				}
      +				else
      +				{
      +					unset($this->country_code);	// We clean this, in the doubt, because it may have been changed after an update of country_id
      +					unset($this->country);
      +					unset($this->state_code);
      +					unset($this->state);
      +				}
       
       				$nbrowsaffected = $this->db->affected_rows($resql);
       
      
      From fa99ea1f0fceb704dfb7226776846834ed5e3a50 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 11:55:25 +0200
      Subject: [PATCH 0572/1013] Fix thirdparty popup
      
      ---
       htdocs/core/boxes/box_contracts.php | 12 ++++++++++--
       1 file changed, 10 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php
      index 6f9a62e1063..7592f882b59 100644
      --- a/htdocs/core/boxes/box_contracts.php
      +++ b/htdocs/core/boxes/box_contracts.php
      @@ -40,7 +40,7 @@ class box_contracts extends ModeleBoxes
            * @var DoliDB Database handler.
            */
           public $db;
      -    
      +
           var $param;
       
           var $info_box_head = array();
      @@ -83,7 +83,7 @@ class box_contracts extends ModeleBoxes
               	$contractstatic=new Contrat($db);
               	$thirdpartytmp=new Societe($db);
       
      -    	    $sql = "SELECT s.nom as name, s.rowid as socid,";
      +    	    $sql = "SELECT s.nom as name, s.rowid as socid, s.email, s.client, s.fournisseur, s.code_client, s.code_fournisseur, s.code_compta, s.code_compta_fournisseur,";
           		$sql.= " c.rowid, c.ref, c.statut as fk_statut, c.date_contrat, c.datec, c.fin_validite, c.date_cloture";
           		$sql.= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."contrat as c";
           		if (!$user->rights->societe->client->voir && !$user->societe_id) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      @@ -108,6 +108,7 @@ class box_contracts extends ModeleBoxes
                       while ($line < $num)
                       {
           				$objp = $db->fetch_object($resql);
      +
           				$datec=$db->jdate($objp->datec);
           				$dateterm=$db->jdate($objp->fin_validite);
           				$dateclose=$db->jdate($objp->date_cloture);
      @@ -120,6 +121,13 @@ class box_contracts extends ModeleBoxes
       
           				$thirdpartytmp->name = $objp->name;
           				$thirdpartytmp->id = $objp->socid;
      +    				$thirdpartytmp->email = $objp->email;
      +    				$thirdpartytmp->client = $objp->client;
      +    				$thirdpartytmp->fournisseur = $objp->fournisseur;
      +    				$thirdpartytmp->code_client = $objp->code_client;
      +    				$thirdpartytmp->code_fournisseur = $objp->code_fournisseur;
      +    				$thirdpartytmp->code_compta = $objp->code_compta;
      +    				$thirdpartytmp->code_compta_fournisseur = $objp->code_compta_fournisseur;
       
           				// fin_validite is no more on contract but on services
           				// if ($objp->fk_statut == 1 && $dateterm < ($now - $conf->contrat->cloture->warning_delay)) { $late = img_warning($langs->trans("Late")); }
      
      From f6b3bc3bdb4009fe6d902bbe9177f34ec54ad30e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 12:03:22 +0200
      Subject: [PATCH 0573/1013] Fix thirdparty popup
      
      ---
       htdocs/core/boxes/box_services_contracts.php | 11 +++++++++--
       htdocs/core/boxes/box_services_expired.php   | 13 ++++++++++---
       2 files changed, 19 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
      index 41d287d0c37..d07ce87dd47 100644
      --- a/htdocs/core/boxes/box_services_contracts.php
      +++ b/htdocs/core/boxes/box_services_contracts.php
      @@ -41,7 +41,7 @@ class box_services_contracts extends ModeleBoxes
            * @var DoliDB Database handler.
            */
           public $db;
      -    
      +
       	var $param;
       
       	var $info_box_head = array();
      @@ -88,7 +88,7 @@ class box_services_contracts extends ModeleBoxes
       		    $thirdpartytmp = new Societe($db);
       		    $productstatic = new Product($db);
       
      -			$sql = "SELECT s.nom as name, s.rowid as socid,";
      +			$sql = "SELECT s.nom as name, s.rowid as socid, s.email, s.client, s.fournisseur, s.code_client, s.code_fournisseur, s.code_compta, s.code_compta_fournisseur,";
       			$sql.= " c.rowid, c.ref, c.statut as contract_status,";
       			$sql.= " cd.rowid as cdid, cd.label, cd.description, cd.tms as datem, cd.statut, cd.product_type as type,";
       			$sql.= " p.rowid as product_id, p.ref as product_ref, p.label as plabel, p.fk_product_type as ptype, p.entity";
      @@ -130,6 +130,13 @@ class box_services_contracts extends ModeleBoxes
       
       					$thirdpartytmp->name = $objp->name;
       					$thirdpartytmp->id = $objp->socid;
      +					$thirdpartytmp->email = $objp->email;
      +					$thirdpartytmp->client = $objp->client;
      +					$thirdpartytmp->fournisseur = $objp->fournisseur;
      +					$thirdpartytmp->code_client = $objp->code_client;
      +					$thirdpartytmp->code_fournisseur = $objp->code_fournisseur;
      +					$thirdpartytmp->code_compta = $objp->code_compta;
      +					$thirdpartytmp->code_compta_fournisseur = $objp->code_compta_fournisseur;
       
       					// Multilangs
       					if (! empty($conf->global->MAIN_MULTILANGS) && $objp->product_id > 0) // if option multilang is on
      diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php
      index afc087ad715..c23e9940377 100644
      --- a/htdocs/core/boxes/box_services_expired.php
      +++ b/htdocs/core/boxes/box_services_expired.php
      @@ -39,7 +39,7 @@ class box_services_expired extends ModeleBoxes
            * @var DoliDB Database handler.
            */
           public $db;
      -    
      +
           var $param;
       
           var $info_box_head = array();
      @@ -84,7 +84,7 @@ class box_services_expired extends ModeleBoxes
           	    // Select contracts with at least one expired service
       			$sql = "SELECT ";
           		$sql.= " c.rowid, c.ref, c.statut as fk_statut, c.date_contrat, c.ref_customer, c.ref_supplier,";
      -			$sql.= " s.nom as name, s.rowid as socid,";
      +			$sql.= " s.nom as name, s.rowid as socid, s.email, s.client, s.fournisseur, s.code_client, s.code_fournisseur, s.code_compta, s.code_compta_fournisseur,";
       			$sql.= " MIN(cd.date_fin_validite) as date_line, COUNT(cd.rowid) as nb_services";
           		$sql.= " FROM ".MAIN_DB_PREFIX."contrat as c, ".MAIN_DB_PREFIX."societe s, ".MAIN_DB_PREFIX."contratdet as cd";
                   if (!$user->rights->societe->client->voir && !$user->societe_id) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      @@ -113,8 +113,15 @@ class box_services_expired extends ModeleBoxes
       
           				$objp = $db->fetch_object($resql);
       
      -    				$thirdpartytmp->id = $objp->socid;
           				$thirdpartytmp->name = $objp->name;
      +    				$thirdpartytmp->id = $objp->socid;
      +    				$thirdpartytmp->email = $objp->email;
      +    				$thirdpartytmp->client = $objp->client;
      +    				$thirdpartytmp->fournisseur = $objp->fournisseur;
      +    				$thirdpartytmp->code_client = $objp->code_client;
      +    				$thirdpartytmp->code_fournisseur = $objp->code_fournisseur;
      +    				$thirdpartytmp->code_compta = $objp->code_compta;
      +    				$thirdpartytmp->code_compta_fournisseur = $objp->code_compta_fournisseur;
       
           				$contract->id = $objp->rowid;
           				$contract->ref = $objp->ref;
      
      From 868caa49916ba1efca2a48a5ecb12febae991215 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 12:05:31 +0200
      Subject: [PATCH 0574/1013] Missing ref_customer in popup
      
      ---
       htdocs/core/boxes/box_services_contracts.php | 4 +++-
       1 file changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
      index d07ce87dd47..7c73bbbe328 100644
      --- a/htdocs/core/boxes/box_services_contracts.php
      +++ b/htdocs/core/boxes/box_services_contracts.php
      @@ -89,7 +89,7 @@ class box_services_contracts extends ModeleBoxes
       		    $productstatic = new Product($db);
       
       			$sql = "SELECT s.nom as name, s.rowid as socid, s.email, s.client, s.fournisseur, s.code_client, s.code_fournisseur, s.code_compta, s.code_compta_fournisseur,";
      -			$sql.= " c.rowid, c.ref, c.statut as contract_status,";
      +			$sql.= " c.rowid, c.ref, c.statut as contract_status, c.ref_customer, c.ref_supplier,";
       			$sql.= " cd.rowid as cdid, cd.label, cd.description, cd.tms as datem, cd.statut, cd.product_type as type,";
       			$sql.= " p.rowid as product_id, p.ref as product_ref, p.label as plabel, p.fk_product_type as ptype, p.entity";
       			$sql.= " FROM (".MAIN_DB_PREFIX."societe as s";
      @@ -127,6 +127,8 @@ class box_services_contracts extends ModeleBoxes
                           $contractstatic->statut=$objp->contract_status;
       					$contractstatic->id=$objp->rowid;
       					$contractstatic->ref=$objp->ref;
      +					$contractstatic->ref_customer=$objp->ref_customer;
      +					$contractstatic->ref_supplier=$objp->ref_supplier;
       
       					$thirdpartytmp->name = $objp->name;
       					$thirdpartytmp->id = $objp->socid;
      
      From 4e6b21881fd8f9b9487681ae1454127286c68f36 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 12:14:20 +0200
      Subject: [PATCH 0575/1013] Fix bug reported by scrutinizer
      
      ---
       htdocs/core/ajax/ajaxdirtree.php     | 5 +++--
       htdocs/core/class/menubase.class.php | 2 +-
       2 files changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
      index fc01474a072..173d8520423 100644
      --- a/htdocs/core/ajax/ajaxdirtree.php
      +++ b/htdocs/core/ajax/ajaxdirtree.php
      @@ -468,16 +468,17 @@ function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir,
       						{
       							//print 'modulepart='.$modulepart.' fullpathselecteddir='.$fullpathselecteddir.' - val[fullrelativename] (in database)='.$val['fullrelativename'].' - val[id]='.$val['id'].' - is_dir='.dol_is_dir($fullpathselecteddir . $file).' - file='.$file."\n";
       							$newselecteddir = $val['fullrelativename'];
      +							$newfullpathselecteddir='';
       							if ($modulepart == 'ecm')
       							{
       								$newfullpathselecteddir=$conf->ecm->dir_output.'/'.($val['fullrelativename'] != '/' ? $val['fullrelativename'] : '');
       							}
      -							if ($modulepart == 'medias')
      +							elseif ($modulepart == 'medias')
       							{
       								$newfullpathselecteddir=$dolibarr_main_data_root.'/medias/'.($val['fullrelativename'] != '/' ? $val['fullrelativename'] : '');
       							}
       
      -							treeOutputForAbsoluteDir($sqltree, $newselecteddir, $newfullpathselecteddir, $modulepart, $websitekey, $pageid, $preopened, $fullpathpreopened, $depth+1);
      +							if ($newfullpathselecteddir) treeOutputForAbsoluteDir($sqltree, $newselecteddir, $newfullpathselecteddir, $modulepart, $websitekey, $pageid, $preopened, $fullpathpreopened, $depth+1);
       						}
       
       						print "</li>\n";
      diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php
      index 17ada096fd1..1ca10d9dd9b 100644
      --- a/htdocs/core/class/menubase.class.php
      +++ b/htdocs/core/class/menubase.class.php
      @@ -126,7 +126,7 @@ class Menubase
               $this->perms=trim($this->perms);
               $this->enabled=trim($this->enabled);
               $this->user=trim($this->user);
      -        $this->position=trim($this->position);
      +        if (empty($this->position)) $this->position=0;
               if (! $this->level) $this->level=0;
       
               // Check parameters
      
      From 2816bdf74705b49cf72d74ed2c368fa9bef17df0 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 21 Oct 2018 16:22:56 +0200
      Subject: [PATCH 0576/1013] FIX Date into filename of FEC file.
      
      ---
       htdocs/accountancy/bookkeeping/list.php       |  6 ++--
       .../class/accountancyexport.class.php         | 34 +++----------------
       .../accountancy/class/bookkeeping.class.php   |  3 +-
       htdocs/accountancy/tpl/export_journal.tpl.php | 21 +++++++++++-
       4 files changed, 29 insertions(+), 35 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
      index 132aa4e0afa..e87c9b22aee 100644
      --- a/htdocs/accountancy/bookkeeping/list.php
      +++ b/htdocs/accountancy/bookkeeping/list.php
      @@ -337,7 +337,7 @@ if ($action == 'delmouvconfirm') {
       	}
       }
       
      -// Export into a file with format defined into setup
      +// Export into a file with format defined into setup (FEC, CSV, ...)
       if ($action == 'export_file') {
       
       	$result = $object->fetchAll($sortorder, $sortfield, 0, 0, $filter);
      @@ -350,7 +350,9 @@ if ($action == 'export_file') {
       	{
       		$accountancyexport = new AccountancyExport($db);
       		$accountancyexport->export($object->lines);
      -		if (!empty($accountancyexport->errors)) {
      +
      +		if (!empty($accountancyexport->errors))
      +		{
       			setEventMessages('', $accountancyexport->errors, 'errors');
       		}
       		exit;
      diff --git a/htdocs/accountancy/class/accountancyexport.class.php b/htdocs/accountancy/class/accountancyexport.class.php
      index 13fec3cf388..7b832976e89 100644
      --- a/htdocs/accountancy/class/accountancyexport.class.php
      +++ b/htdocs/accountancy/class/accountancyexport.class.php
      @@ -206,7 +206,7 @@ class AccountancyExport
       
       
       	/**
      -	 * Function who chose which export to use with the default config
      +	 * Function who chose which export to use with the default config, and make the export into a file
       	 *
       	 * @param array		$TData 		data
       	 * @return void
      @@ -214,16 +214,16 @@ class AccountancyExport
       	public function export(&$TData)
       	{
       		global $conf, $langs;
      +		global $search_date_end;	// Used into /accountancy/tpl/export_journal.tpl.php
       
      -
      +		// Define name of file to save
       		$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);
      -				break;*/
       			case self::$EXPORT_TYPE_CONFIGURABLE :
       				$this->exportConfigurable($TData);
       				break;
      @@ -261,32 +261,6 @@ class AccountancyExport
       		}
       	}
       
      -	/**
      -	 * Export format : Normal
      -	 *
      -	 * @param array $objectLines data
      -	 *
      -	 * @return void
      -	 */
      -	/* Use $EXPORT_TYPE_CONFIGURABLE instead
      -	public function exportNormal($objectLines)
      -	{
      -		global $conf;
      -
      -		foreach ( $objectLines as $line ) {
      -			// Std export
      -			$date = dol_print_date($line->doc_date, $conf->global->ACCOUNTING_EXPORT_DATE);
      -			print $date . $this->separator;
      -			print $line->doc_ref . $this->separator;
      -			print length_accountg($line->numero_compte) . $this->separator;
      -			print length_accounta($line->subledger_account) . $this->separator;
      -			print price($line->debit) . $this->separator;
      -			print price($line->credit) . $this->separator;
      -			print $line->code_journal . $this->separator;
      -			print $this->end_line;
      -		}
      -	}
      -	*/
       
       	/**
       	 * Export format : CEGID
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 87d561b6add..0550fb5a438 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1001,8 +1001,7 @@ class BookKeeping extends CommonObject
       				}
       			}
       		}
      -		$sql.= ' WHERE 1 = 1';
      -		$sql .= " AND entity IN (" . getEntity('accountancy') . ")";
      +		$sql.= ' WHERE entity IN (' . getEntity('accountancy') . ')';
       		if (count($sqlwhere) > 0) {
       			$sql .= ' AND ' . implode(' ' . $filtermode . ' ', $sqlwhere);
       		}
      diff --git a/htdocs/accountancy/tpl/export_journal.tpl.php b/htdocs/accountancy/tpl/export_journal.tpl.php
      index 1d7e7fd6f54..d0d902770c0 100644
      --- a/htdocs/accountancy/tpl/export_journal.tpl.php
      +++ b/htdocs/accountancy/tpl/export_journal.tpl.php
      @@ -37,7 +37,26 @@ header('Content-Type: text/csv');
       
       if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "11") // Specific filename for FEC model export
       {
      -	$completefilename = $siren . "FEC" . $search_date_end . $endaccountingperiod . "." . $format;
      +
      +	// FEC format is defined here: https://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000027804775&cidTexte=LEGITEXT000006069583&dateTexte=20130802&oldAction=rechCodeArticle
      +	if (empty($search_date_end))
      +	{
      +		// TODO Get the max date into bookeeping table
      +		$search_date_end = dol_now();
      +	}
      +	$datetouseforfilename = $search_date_end;
      +	$tmparray=dol_getdate($datetouseforfilename);
      +	$fiscalmonth=empty($conf->global->SOCIETE_FISCAL_MONTH_START)?1:$conf->global->SOCIETE_FISCAL_MONTH_START;
      +	// Define end of month to use
      +	if ($tmparray['mon'] <= $fiscalmonth) $tmparray['mon']=$fiscalmonth;
      +	else {
      +		$tmparray['mon']  = $fiscalmonth;
      +		$tmparray['year']++;
      +	}
      +
      +	$endaccountingperiod = dol_print_date(dol_get_last_day($tmparray['year'], $tmparray['mon']), 'dayxcard');
      +
      +	$completefilename = $siren . "FEC" . $endaccountingperiod . "." . $format;
       }
       else
       {
      
      From 263b53bf63347a4a99956c361672145462f1cc7c Mon Sep 17 00:00:00 2001
      From: aplose <oandrade@aplose.fr>
      Date: Sun, 21 Oct 2018 18:28:05 +0200
      Subject: [PATCH 0577/1013] Paybox Update : include Paybox HMAC key in process
       in order to keep the module working with Paybox.
      
      ---
       htdocs/paybox/admin/paybox.php   |  9 ++++++
       htdocs/paybox/lib/paybox.lib.php | 47 ++++++++++++++++++++++++--------
       2 files changed, 45 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/paybox/admin/paybox.php b/htdocs/paybox/admin/paybox.php
      index 79a6a62ad2a..e4ae5a9eb66 100644
      --- a/htdocs/paybox/admin/paybox.php
      +++ b/htdocs/paybox/admin/paybox.php
      @@ -71,6 +71,9 @@ if ($action == 'setvalue' && $user->admin)
       	if (! $result > 0) $error++;
       	$result=dolibarr_set_const($db, "PAYMENT_SECURITY_TOKEN_UNIQUE",GETPOST('PAYMENT_SECURITY_TOKEN_UNIQUE','alpha'),'chaine',0,'',$conf->entity);
       	if (! $result > 0) $error++;
      +        $result=dolibarr_set_const($db, "PAYBOX_HMAC_KEY", dol_encode(GETPOST('PAYBOX_HMAC_KEY','alpha')),'chaine',0,'',$conf->entity);
      +	if (! $result > 0) $error++;
      +        
       
           if (! $error)
         	{
      @@ -145,6 +148,12 @@ print '<input size="32" type="text" name="PAYBOX_PBX_IDENTIFIANT" value="'.$conf
       print '<br>'.$langs->trans("Example").': 2 ('.$langs->trans("Test").')';
       print '</td></tr>';
       
      +print '<tr class="oddeven"><td>';
      +print '<span class="fieldrequired">'.$langs->trans("PAYBOX_HMAC_KEY").'</span></td><td>';
      +print '<input size="100" type="text" name="PAYBOX_HMAC_KEY" value="'.dol_decode($conf->global->PAYBOX_HMAC_KEY).'">';
      +print '<br>'.$langs->trans("Example").': 2 ('.$langs->trans("Test").')';
      +print '</td></tr>';
      +
       print '<tr class="liste_titre">';
       print '<td>'.$langs->trans("UsageParameter").'</td>';
       print '<td>'.$langs->trans("Value").'</td>';
      diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
      index a4106488f53..a904c372099 100644
      --- a/htdocs/paybox/lib/paybox.lib.php
      +++ b/htdocs/paybox/lib/paybox.lib.php
      @@ -92,16 +92,41 @@ function print_paybox_redirect($PRICE,$CURRENCY,$EMAIL,$urlok,$urlko,$TAG)
           $IBS_REFUSE=$urlko;
           $IBS_BKGD="#FFFFFF";
           $IBS_WAIT="2000";
      -	$IBS_LANG="GBR"; 	// By default GBR=english (FRA, GBR, ESP, ITA et DEU...)
      -	if (preg_match('/^FR/i',$langs->defaultlang)) $IBS_LANG="FRA";
      -	if (preg_match('/^ES/i',$langs->defaultlang)) $IBS_LANG="ESP";
      -	if (preg_match('/^IT/i',$langs->defaultlang)) $IBS_LANG="ITA";
      -	if (preg_match('/^DE/i',$langs->defaultlang)) $IBS_LANG="DEU";
      -	if (preg_match('/^NL/i',$langs->defaultlang)) $IBS_LANG="NLD";
      -	if (preg_match('/^SE/i',$langs->defaultlang)) $IBS_LANG="SWE";
      -	$IBS_OUTPUT='E';
      -	$PBX_SOURCE='HTML';
      -	$PBX_TYPEPAIEMENT='CARTE';
      +    $IBS_LANG="GBR"; 	// By default GBR=english (FRA, GBR, ESP, ITA et DEU...)
      +    if (preg_match('/^FR/i',$langs->defaultlang)) $IBS_LANG="FRA";
      +    if (preg_match('/^ES/i',$langs->defaultlang)) $IBS_LANG="ESP";
      +    if (preg_match('/^IT/i',$langs->defaultlang)) $IBS_LANG="ITA";
      +    if (preg_match('/^DE/i',$langs->defaultlang)) $IBS_LANG="DEU";
      +    if (preg_match('/^NL/i',$langs->defaultlang)) $IBS_LANG="NLD";
      +    if (preg_match('/^SE/i',$langs->defaultlang)) $IBS_LANG="SWE";
      +    $IBS_OUTPUT='E';
      +    $PBX_SOURCE='HTML';
      +    $PBX_TYPEPAIEMENT='CARTE';
      +    
      +    $msg = "PBX_IDENTIFIANT=".$PBX_IDENTIFIANT.
      +           "&PBX_MODE=".$IBS_MODE.
      +           "&PBX_SITE=".$IBS_SITE.
      +           "&PBX_RANG=".$IBS_RANG.
      +           "&PBX_TOTAL=".$IBS_TOTAL.
      +           "&PBX_DEVISE=".$IBS_DEVISE.
      +           "&PBX_CMD=".$IBS_CMD.
      +           "&PBX_PORTEUR=".$IBS_PORTEUR.
      +           "&PBX_RETOUR=".$IBS_RETOUR.
      +           "&PBX_EFFECTUE=".$IBS_EFFECTUE.
      +           "&PBX_ANNULE=".$IBS_ANNULE.
      +           "&PBX_REFUSE=".$IBS_REFUSE.
      +           "&PBX_TXT=".$IBS_TXT.
      +           "&PBX_BKGD=".$IBS_BKGD.
      +           "&PBX_WAIT=".$IBS_WAIT.
      +           "&PBX_LANGUE=".$IBS_LANG.
      +           "&PBX_OUTPUT=".$IBS_OUTPUT.
      +           "&PBX_SOURCE=".$PBX_SOURCE.
      +           "&PBX_TYPEPAIEMENT=".$PBX_TYPEPAIEMENT;
      +    
      +    $binKey = pack("H*", dol_decode($conf->global->PAYBOX_HMAC_KEY));
      +            
      +    $hmac = strtoupper(hash_hmac('sha512', $msg, $binKey));
      +           
       
           dol_syslog("Soumission Paybox", LOG_DEBUG);
           dol_syslog("IBS_MODE: $IBS_MODE", LOG_DEBUG);
      @@ -157,7 +182,7 @@ function print_paybox_redirect($PRICE,$CURRENCY,$EMAIL,$urlok,$urlko,$TAG)
           print '<input type="hidden" name="PBX_OUTPUT" value="'.$IBS_OUTPUT.'">'."\n";
           print '<input type="hidden" name="PBX_SOURCE" value="'.$PBX_SOURCE.'">'."\n";
           print '<input type="hidden" name="PBX_TYPEPAIEMENT" value="'.$PBX_TYPEPAIEMENT.'">'."\n";
      -
      +    print '<input type="hidden" name="PBX_HMAC" value="'.$hmac.'">'."\n";
           print '</form>'."\n";
       
       
      
      From 0171301543a810dbb4071524e198914971eb2d9b Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 21 Oct 2018 19:19:35 +0200
      Subject: [PATCH 0578/1013] code comment categories class
      
      ---
       htdocs/categories/class/categorie.class.php | 24 ++++++++++++++++-----
       1 file changed, 19 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
      index a9432234793..a7ddab761e0 100644
      --- a/htdocs/categories/class/categorie.class.php
      +++ b/htdocs/categories/class/categorie.class.php
      @@ -76,6 +76,10 @@ class Categorie extends CommonObject
       		'user'         => 7,
       		'bank_line'    => 8,
       	);
      +
      +    /**
      +	 * @var array Code mapping from ID
      +	 */
       	public static $MAP_ID_TO_CODE = array(
       		0 => 'product',
       		1 => 'supplier',
      @@ -104,7 +108,8 @@ class Categorie extends CommonObject
               'bank_account' => 'account',
               'project'  => 'project',
       	);
      -	/**
      +
      +    /**
       	 * @var array Category tables mapping from type string
       	 *
       	 * @note Move to const array when PHP 5.6 will be our minimum target
      @@ -120,7 +125,8 @@ class Categorie extends CommonObject
               'bank_account'=> 'account',
               'project'  => 'project',
       	);
      -	/**
      +
      +    /**
       	 * @var array Object class mapping from type string
       	 *
       	 * @note Move to const array when PHP 5.6 will be our minimum target
      @@ -136,7 +142,8 @@ class Categorie extends CommonObject
       		'bank_account'  => 'Account',
               'project'  => 'Project',
       	);
      -	/**
      +
      +    /**
       	 * @var array Object table mapping from type string
       	 *
       	 * @note Move to const array when PHP 5.6 will be our minimum target
      @@ -199,7 +206,14 @@ class Categorie extends CommonObject
       	 */
       	public $type;
       
      -	public $cats = array();			// Categories table in memory
      +	/**
      +	 * @var array Categories table in memory
      +	 */
      +	public $cats = array();
      +
      +    /**
      +	 * @var array Mother of table
      +	 */
       	public $motherof = array();
       
       	/**
      @@ -1360,7 +1374,7 @@ class Categorie extends CommonObject
       	 * @param   string|int	$type   Type of category ('customer', 'supplier', 'contact', 'product', 'member') or (0, 1, 2, ...)
       	 * @param   string 		$mode   'id'=Get array of category ids, 'object'=Get array of fetched category instances, 'label'=Get array of category
       	 *                      	    labels, 'id'= Get array of category IDs
      -	 * @return  mixed           	Array of category objects or < 0 if KO
      +	 * @return  array|int           Array of category objects or < 0 if KO
       	 */
       	function containing($id, $type, $mode='object')
       	{
      
      From 59307165ce766e814fd4c0a3462b1e1369c6db8b Mon Sep 17 00:00:00 2001
      From: De Coninck Laurent <laurent@adlogix.eu>
      Date: Sun, 21 Oct 2018 19:45:33 +0200
      Subject: [PATCH 0579/1013] fix the pdf merge
      
      fix the pdf merge.
      
      [See: #9824]
      ---
       htdocs/includes/tcpdi/tcpdi_parser.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/includes/tcpdi/tcpdi_parser.php b/htdocs/includes/tcpdi/tcpdi_parser.php
      index 038994568ac..cdeaf4f94e6 100644
      --- a/htdocs/includes/tcpdi/tcpdi_parser.php
      +++ b/htdocs/includes/tcpdi/tcpdi_parser.php
      @@ -484,7 +484,7 @@ class tcpdi_parser {
       			$v = $sarr[$key];
       			if (($key == '/Type') AND ($v[0] == PDF_TYPE_TOKEN AND ($v[1] == 'XRef'))) {
       				$valid_crs = true;
      -			} elseif (($key == '/Index') AND ($v[0] == PDF_TYPE_ARRAY AND count($v[1] >= 2))) {
      +			} elseif (($key == '/Index') AND ($v[0] == PDF_TYPE_ARRAY AND count($v[1]) >= 2)) {
       				// first object number in the subsection
       				$index_first = intval($v[1][0][1]);
       				// number of entries in the subsection
      
      From beb906b5f18fea0707d019a24dd185040c48248e Mon Sep 17 00:00:00 2001
      From: fappels <francis.appels@yahoo.com>
      Date: Sun, 21 Oct 2018 22:52:53 +0200
      Subject: [PATCH 0580/1013] Deprecate class property before removing it.
      
      ---
       htdocs/expedition/class/expeditionbatch.class.php | 4 +++-
       1 file changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/expedition/class/expeditionbatch.class.php b/htdocs/expedition/class/expeditionbatch.class.php
      index 227566d8382..3df77b509e7 100644
      --- a/htdocs/expedition/class/expeditionbatch.class.php
      +++ b/htdocs/expedition/class/expeditionbatch.class.php
      @@ -35,6 +35,7 @@ class ExpeditionLineBatch extends CommonObject
       	var $eatby;
       	var $batch;
       	var $qty;
      +	var $dluo_qty; // deprecated, use qty
       	var $entrepot_id;
       	var $fk_origin_stock;
       	var $fk_expeditiondet;
      @@ -118,7 +119,7 @@ class ExpeditionLineBatch extends CommonObject
       		$sql.= " ".(! isset($this->sellby) || dol_strlen($this->sellby)==0?'NULL':("'".$this->db->idate($this->sellby))."'").",";
       		$sql.= " ".(! isset($this->eatby) || dol_strlen($this->eatby)==0?'NULL':("'".$this->db->idate($this->eatby))."'").",";
       		$sql.= " ".(! isset($this->batch)?'NULL':("'".$this->db->escape($this->batch)."'")).",";
      -		$sql.= " ".(! isset($this->qty)?'NULL':$this->qty).",";
      +		$sql.= " ".(! isset($this->qty)?(! isset($this->dluo_qty)?'NULL':$this->dluo_qty):$this->qty).","; // dluo_qty deprecated, use qty
       		$sql.= " ".(! isset($this->fk_origin_stock)?'NULL':$this->fk_origin_stock);
       		$sql.= ")";
       
      @@ -218,6 +219,7 @@ class ExpeditionLineBatch extends CommonObject
       				$tmp->id = $obj->rowid;
       				$tmp->fk_origin_stock = $obj->fk_origin_stock;
       				$tmp->fk_expeditiondet = $obj->fk_expeditiondet;
      +				$tmp->dluo_qty = $obj->qty; // dluo_qty deprecated, use qty
       				$tmp->qty = $obj->qty;
       
       				$ret[]=$tmp;
      
      From 930dce76112d31e9a18c70bd451d6691059e532d Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Mon, 22 Oct 2018 06:39:23 +0200
      Subject: [PATCH 0581/1013] change class name from lettering to Lettering
      
      ---
       .../bookkeeping/thirdparty_lettering_customer.php        | 7 ++++---
       .../bookkeeping/thirdparty_lettering_supplier.php        | 7 ++++---
       htdocs/accountancy/class/lettering.class.php             | 9 +++++----
       3 files changed, 13 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      index 0cab173823c..b71ce5860f0 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
        * Copyright (C) 2013       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
      @@ -21,8 +22,8 @@
        */
       
       /**
      - * \file        accountancy/bookkeeping/thirdparty_lettering_customer.php
      - * \ingroup     Advanced accountancy
      + * \file        htdocs/accountancy/bookkeeping/thirdparty_lettering_customer.php
      + * \ingroup     accountancy
        * \brief       Tab to manage customer lettering
        */
       require '../../main.inc.php';
      @@ -77,7 +78,7 @@ if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x'
       $socid = GETPOST("socid", 'int');
       // if ($user->societe_id) $socid=$user->societe_id;
       
      -$lettering = new lettering($db);
      +$lettering = new Lettering($db);
       $object = new Societe($db);
       $object->id = $socid;
       $result = $object->fetch($socid);
      diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      index 659643260f9..eaeefcca8a8 100644
      --- a/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      +++ b/htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
        * Copyright (C) 2013       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
      @@ -21,8 +22,8 @@
        */
       
       /**
      - * \file        accountancy/bookkeeping/thirdparty_lettering_supplier.php
      - * \ingroup     Advanced accountancy
      + * \file        htdocs/accountancy/bookkeeping/thirdparty_lettering_supplier.php
      + * \ingroup     accountancy
        * \brief       Tab to setup lettering
        */
       require '../../main.inc.php';
      @@ -79,7 +80,7 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       $socid = GETPOST("socid", 'int');
       // if ($user->societe_id) $socid=$user->societe_id;
       
      -$lettering = new lettering($db);
      +$lettering = new Lettering($db);
       $object = new Societe($db);
       $object->id = $socid;
       $result = $object->fetch($socid);
      diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
      index b6eeba24c01..db943029acc 100644
      --- a/htdocs/accountancy/class/lettering.class.php
      +++ b/htdocs/accountancy/class/lettering.class.php
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2013       Olivier Geffroy         <jeff@jeffinfo.com>
        * 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
      @@ -18,8 +19,8 @@
        */
       
       /**
      - * \file        accountancy/class/bookkeeping.class.php
      - * \ingroup     Advanced accountancy
      + * \file        htdocs/accountancy/class/lettering.class.php
      + * \ingroup     accountancy
        * \brief       File of class for lettering
        */
       include_once DOL_DOCUMENT_ROOT . "/accountancy/class/bookkeeping.class.php";
      @@ -27,9 +28,9 @@ include_once DOL_DOCUMENT_ROOT . "/societe/class/societe.class.php";
       include_once DOL_DOCUMENT_ROOT . "/core/lib/date.lib.php";
       
       /**
      - * Class lettering
      + * Class Lettering
        */
      -class lettering extends BookKeeping
      +class Lettering extends BookKeeping
       {
       	/**
       	 * letteringThirdparty
      
      From cf28e4e44210f11c0db950c0355a4da8f3099e8d Mon Sep 17 00:00:00 2001
      From: ATM-Nicolas <nicolas.prevost@atm-consulting.fr>
      Date: Mon, 22 Oct 2018 15:19:33 +0200
      Subject: [PATCH 0582/1013] FIX : Variable name
      
      ---
       htdocs/core/class/html.formprojet.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
      index 524bd82ddd1..616355eab28 100644
      --- a/htdocs/core/class/html.formprojet.class.php
      +++ b/htdocs/core/class/html.formprojet.class.php
      @@ -225,7 +225,7 @@ class FormProjets
       						}
       						else if ($obj->fk_statut == 2)
       						{
      -							if ($discard_close == 2) $disabled=1;
      +							if ($discard_closed == 2) $disabled=1;
       							$labeltoshow.=' - '.$langs->trans("Closed");
       						}
       						else if ( empty($conf->global->PROJECT_ALLOW_TO_LINK_FROM_OTHER_COMPANY) &&  $socid > 0 && (! empty($obj->fk_soc) && $obj->fk_soc != $socid))
      
      From bf46a35a31b357c08a1aa43cd64fc9ed660c0200 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 22 Oct 2018 19:05:04 +0200
      Subject: [PATCH 0583/1013] Fix size of key for extrafield of type select
      
      ---
       htdocs/core/class/extrafields.class.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
      index ae859181f67..1840f62ca5d 100644
      --- a/htdocs/core/class/extrafields.class.php
      +++ b/htdocs/core/class/extrafields.class.php
      @@ -239,8 +239,8 @@ class ExtraFields
       				$typedb='varchar';
       				$lengthdb='255';
       			} elseif (($type=='select') || ($type=='sellist') || ($type=='radio') ||($type=='checkbox') ||($type=='chkbxlst')){
      -				$typedb='text';
      -				$lengthdb='';
      +				$typedb='varchar';
      +				$lengthdb='255';
       			} elseif ($type=='link') {
       				$typedb='int';
       				$lengthdb='11';
      @@ -542,8 +542,8 @@ class ExtraFields
       				$typedb='varchar';
       				$lengthdb='255';
       			} elseif (($type=='select') || ($type=='sellist') || ($type=='radio') || ($type=='checkbox') || ($type=='chkbxlst')) {
      -				$typedb='text';
      -				$lengthdb='';
      +				$typedb='varchar';
      +				$lengthdb='255';
       			} elseif ($type == 'html') {
       				$typedb='text';
       			} elseif ($type=='link') {
      
      From f65df9e541db21f6b1f221cf33c7cac8d0319b30 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 22 Oct 2018 20:06:03 +0200
      Subject: [PATCH 0584/1013] NEW Add option PDF_DISABLE_MYCOMPANY_LOGO to
       disable logo on PDF
      
      ---
       .../commande/doc/pdf_einstein.modules.php     |  31 +-
       .../commande/doc/pdf_eratosthene.modules.php  | 165 ++++-----
       .../modules/facture/doc/pdf_crabe.modules.php |  31 +-
       .../facture/doc/pdf_sponge.modules.php        | 327 +++++++++---------
       .../modules/propale/doc/pdf_azur.modules.php  |  31 +-
       .../modules/propale/doc/pdf_cyan.modules.php  | 177 +++++-----
       6 files changed, 390 insertions(+), 372 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      index 273027f3b99..ad77e9bea32 100644
      --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      @@ -1261,27 +1261,30 @@ class pdf_einstein extends ModelePDFCommandes
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -			    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +				    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B', $default_font_size -2);
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B', $default_font_size -2);
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B', $default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 039f29fa379..89297d1bdc6 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -136,7 +136,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1;
      -		
      +
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -252,7 +252,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       				        break;
       				    }
       				}
      -				
      +
       				if (empty($this->atleastonediscount) && empty($conf->global->PRODUCT_USE_UNITS))
       				{
       					$this->posxpicture+=($this->postotalht - $this->posxdiscount);
      @@ -316,25 +316,25 @@ class pdf_eratosthene extends ModelePDFCommandes
       				{
       				    $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       				    $pageposbeforenote = $pagenb;
      -				    
      +
       				    $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       				    complete_substitutions_array($substitutionarray, $outputlangs, $object);
       				    $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
      -				    
      +
       					$tab_top -= 2;
      -				    
      +
       				    $pdf->startTransaction();
      -				    
      +
       				    $pdf->SetFont('','', $default_font_size - 1);
       				    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       				    // Description
       				    $pageposafternote=$pdf->getPage();
       				    $posyafter = $pdf->GetY();
      -				    
      +
       				    if($pageposafternote>$pageposbeforenote )
       				    {
       				        $pdf->rollbackTransaction(true);
      -				        
      +
       				        // prepar pages to receive notes
       				        while ($pagenb < $pageposafternote) {
       				            $pdf->AddPage();
      @@ -346,16 +346,16 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            // The only function to edit the bottom margin of current page to set it.
       				            $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				        }
      -				        
      +
       				        // back to start
       				        $pdf->setPage($pageposbeforenote);
       				        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				        $pdf->SetFont('','', $default_font_size - 1);
       				        $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       				        $pageposafternote=$pdf->getPage();
      -				        
      +
       				        $posyafter = $pdf->GetY();
      -				        
      +
       				        if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       				        {
       				            $pdf->AddPage('','',true);
      @@ -367,14 +367,14 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       				            //$posyafter = $tab_top_newpage;
       				        }
      -				        
      -				        
      +
      +
       				        // apply note frame to previus pages
       				        $i = $pageposbeforenote;
       				        while ($i < $pageposafternote) {
       				            $pdf->setPage($i);
      -				            
      -				            
      +
      +
       				            $pdf->SetDrawColor(128,128,128);
       				            // Draw note frame
       				            if($i>$pageposbeforenote){
      @@ -385,21 +385,21 @@ class pdf_eratosthene extends ModelePDFCommandes
       				                $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       				                $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       				            }
      -				            
      +
       				            // Add footer
       				            $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       				            $this->_pagefoot($pdf,$object,$outputlangs,1);
      -				            
      +
       				            $i++;
       				        }
      -				        
      +
       				        // apply note frame to last page
       				        $pdf->setPage($pageposafternote);
       				        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       				        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       				        $height_note=$posyafter-$tab_top_newpage;
       				        $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -				        
      +
       				    }
       				    else // No pagebreak
       				    {
      @@ -407,8 +407,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       				        $posyafter = $pdf->GetY();
       				        $height_note=$posyafter-$tab_top;
       				        $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -				        
      -				        
      +
      +
       				        if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       				        {
       				            // not enough space, need to add page
      @@ -418,12 +418,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       				            $pdf->setPage($pageposafternote);
       				            if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       				            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -				            
      +
       				            $posyafter = $tab_top_newpage;
       				        }
      -				        
      +
       				    }
      -				    
      +
       				    $tab_height = $tab_height - $height_note;
       				    $tab_top = $posyafter +6;
       				}
      @@ -435,10 +435,10 @@ class pdf_eratosthene extends ModelePDFCommandes
       				$iniY = $tab_top + 7;
       				$curY = $tab_top + 7;
       				$nexY = $tab_top + 7;
      -				
      +
       				// Use new auto collum system
       				$this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -				
      +
       				// Loop on each lines
       				$pageposbeforeprintlines=$pdf->getPage();
       				$pagenb = $pageposbeforeprintlines;
      @@ -456,7 +456,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					$curX = $this->posxdesc-1;
       
       					$showpricebeforepagebreak=1;
      -					
      +
       					if($this->getColumnStatus('desc'))
       					{
           					$pdf->startTransaction();
      @@ -493,7 +493,7 @@ class pdf_eratosthene extends ModelePDFCommandes
           					}
           					$posYAfterDescription=$pdf->GetY();
       					}
      -					
      +
       					$nexY = $pdf->GetY();
       					$pageposafter=$pdf->getPage();
       
      @@ -515,7 +515,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Unit price before discount
       					if ($this->getColumnStatus('subprice'))
       					{
      @@ -523,7 +523,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Quantity
       					// Enough for 6 chars
       					if ($this->getColumnStatus('qty'))
      @@ -532,8 +532,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					// Unit
       					if ($this->getColumnStatus('unit'))
       					{
      @@ -541,7 +541,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Discount on line
       					if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       					{
      @@ -549,7 +549,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Total HT line
       					if ($this->getColumnStatus('totalexcltax'))
       					{
      @@ -557,8 +557,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					$parameters=array(
       					    'object' => $object,
       					    'i' => $i,
      @@ -569,7 +569,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       					    'hidedetails' => $hidedetails
       					);
       					$reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -					
      +
       
       					// Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
       					if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
      @@ -1220,29 +1220,29 @@ class pdf_eratosthene extends ModelePDFCommandes
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
       
      -		
      +
       	}
       
       	/**
      @@ -1281,27 +1281,30 @@ class pdf_eratosthene extends ModelePDFCommandes
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -			    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +				    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B', $default_font_size -2);
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B', $default_font_size -2);
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B', $default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      @@ -1469,9 +1472,9 @@ class pdf_eratosthene 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);
       	}
      -	
       
      -	
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1483,21 +1486,21 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *      @return	null
       	 */
       	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
       	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	     $this->cols['theColKey'] = array(
      @@ -1515,7 +1518,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	     ),
       	     );
       	     */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
       	        'rank' => $rank,
      @@ -1532,7 +1535,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['photo'] = array(
       	        'rank' => $rank,
      @@ -1547,13 +1550,13 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => false, // remove left line separator
       	    );
      -	    
      +
       	    if (! empty($conf->global->MAIN_GENERATE_ORDERS_WITH_PICTURE))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1564,12 +1567,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1580,7 +1583,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1591,7 +1594,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1602,12 +1605,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => false, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1621,7 +1624,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1635,7 +1638,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -1646,8 +1649,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -1655,7 +1658,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -1669,7 +1672,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
      +
       	}
      -	
      +
       }
      diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      index af770999fda..c4d69424cb2 100644
      --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      @@ -1598,27 +1598,30 @@ class pdf_crabe extends ModelePDFFactures
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -				$pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +					$pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B',$default_font_size - 2);
      +					$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B',$default_font_size - 2);
      -				$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell($w, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell($w, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B', $default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index 74f4bf34acf..ca27bd09aff 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -108,7 +108,7 @@ class pdf_sponge extends ModelePDFFactures
       	function __construct($db)
       	{
       		global $conf,$langs,$mysoc;
      -		
      +
       		// Translations
       		$langs->loadLangs(array("main", "bills"));
       
      @@ -147,8 +147,8 @@ class pdf_sponge extends ModelePDFFactures
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1; // used for notes ans other stuff
      -		
      -		//  Use new system for position of columns, view  $this->defineColumnField() 
      +
      +		//  Use new system for position of columns, view  $this->defineColumnField()
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -173,27 +173,27 @@ class pdf_sponge extends ModelePDFFactures
       	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
       	{
       	    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
       	    $outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies"));
      -	    
      +
       	    $nblignes = count($object->lines);
      -	    
      +
       	    // Loop on each lines to detect if there is at least one image to show
       	    $realpatharray=array();
       	    $this->atleastonephoto = false;
       	    if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE))
       	    {
       	        $objphoto = new Product($this->db);
      -	        
      +
       	        for ($i = 0 ; $i < $nblignes ; $i++)
       	        {
       	            if (empty($object->lines[$i]->fk_product)) continue;
      -	            
      +
       	            $objphoto->fetch($object->lines[$i]->fk_product);
       	            //var_dump($objphoto->ref);exit;
       	            if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO))
      @@ -206,14 +206,14 @@ class pdf_sponge extends ModelePDFFactures
       	                $pdir[0] = get_exdir(0,0,0,0,$objphoto,'product') . dol_sanitizeFileName($objphoto->ref).'/';				// default
       	                $pdir[1] = get_exdir($objphoto->id,2,0,0,$objphoto,'product') . $objphoto->id ."/photos/";	// alternative
       	            }
      -	            
      +
       	            $arephoto = false;
       	            foreach ($pdir as $midir)
       	            {
       	                if (! $arephoto)
       	                {
       	                    $dir = $conf->product->dir_output.'/'.$midir;
      -	                    
      +
       	                    foreach ($objphoto->liste_photos($dir,1) as $key => $obj)
       	                    {
       	                        if (empty($conf->global->CAT_HIGH_QUALITY_IMAGES))		// If CAT_HIGH_QUALITY_IMAGES not defined, we use thumb if defined and then original photo
      @@ -231,28 +231,28 @@ class pdf_sponge extends ModelePDFFactures
       	                        {
       	                            $filename=$obj['photo'];
       	                        }
      -	                        
      +
       	                        $realpath = $dir.$filename;
       	                        $arephoto = true;
       	                        $this->atleastonephoto = true;
       	                    }
       	                }
       	            }
      -	            
      +
       	            if ($realpath && $arephoto) $realpatharray[$i]=$realpath;
       	        }
       	    }
      -	    
      +
       	    //if (count($realpatharray) == 0) $this->posxpicture=$this->posxtva;
      -	    
      +
       	    if ($conf->facture->dir_output)
       	    {
       	        $object->fetch_thirdparty();
      -	        
      +
       	        $deja_regle = $object->getSommePaiement(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
       	        $amount_credit_notes_included = $object->getSumCreditNotesUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
       	        $amount_deposits_included = $object->getSumDepositsUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
      -	        
      +
       	        // Definition of $dir and $file
       	        if ($object->specimen)
       	        {
      @@ -273,7 +273,7 @@ class pdf_sponge extends ModelePDFFactures
       	                return 0;
       	            }
       	        }
      -	        
      +
       	        if (file_exists($dir))
       	        {
       	            // Add pdfgeneration hook
      @@ -286,47 +286,47 @@ class pdf_sponge extends ModelePDFFactures
       	            $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs);
       	            global $action;
       	            $reshook=$hookmanager->executeHooks('beforePDFCreation',$parameters,$object,$action);    // Note that $action and $object may have been modified by some hooks
      -	            
      +
       	            // Set nblignes with the new facture lines content after hook
       	            $nblignes = count($object->lines);
       	            $nbpayments = count($object->getListOfPayments());
      -	            
      +
       	            // Create pdf instance
       	            $pdf=pdf_getInstance($this->format);
       	            $default_font_size = pdf_getPDFFontSize($outputlangs);	// Must be after pdf_getInstance
       	            $pdf->SetAutoPageBreak(1,0);
      -	            
      +
       	            $heightforinfotot = 50+(4*$nbpayments);	// Height reserved to output the info and total part and payment part
       	            $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5);	// Height reserved to output the free text on last page
       	            $heightforfooter = $this->marge_basse + (empty($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS)?12:22);	// Height reserved to output the footer (value include bottom margin)
      -	            
      +
       	            if (class_exists('TCPDF'))
       	            {
       	                $pdf->setPrintHeader(false);
       	                $pdf->setPrintFooter(false);
       	            }
       	            $pdf->SetFont(pdf_getPDFFont($outputlangs));
      -	            
      +
       	            // Set path to the background PDF File
                       if (! empty($conf->global->MAIN_ADD_PDF_BACKGROUND))
       	            {
       	                $pagecount = $pdf->setSourceFile($conf->mycompany->dir_output.'/'.$conf->global->MAIN_ADD_PDF_BACKGROUND);
       	                $tplidx = $pdf->importPage(1);
       	            }
      -	            
      +
       	            $pdf->Open();
       	            $pagenb=0;
       	            $pdf->SetDrawColor(128,128,128);
      -	            
      +
       	            $pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
       	            $pdf->SetSubject($outputlangs->transnoentities("PdfInvoiceTitle"));
       	            $pdf->SetCreator("Dolibarr ".DOL_VERSION);
       	            $pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
       	            $pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("PdfInvoiceTitle")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
       	            if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
      -	            
      +
       	            $pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite);   // Left, Top, Right
      -	            
      +
       	            // Does we have at least one line with discount $this->atleastonediscount
       	            foreach ($object->lines as $line) {
       	               if ($line->remise_percent){
      @@ -334,30 +334,30 @@ class pdf_sponge extends ModelePDFFactures
       	                    break;
       	               }
       	            }
      -	            
      -	           
      +
      +
       	            // Situation invoice handling
       	            if ($object->situation_cycle_ref)
       	            {
       	                $this->situationinvoice = true;
       	            }
      -	            
      +
       	            // New page
       	            $pdf->AddPage();
       	            if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	            $pagenb++;
      -	            
      +
       	            $top_shift = $this->_pagehead($pdf, $object, 1, $outputlangs);
       	            $pdf->SetFont('','', $default_font_size - 1);
       	            $pdf->MultiCell(0, 3, '');		// Set interline to 3
       	            $pdf->SetTextColor(0,0,0);
      -	            
      +
       	            $tab_top = 90+$top_shift;
       	            $tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10);
       	            $tab_height = 130-$top_shift;
       	            $tab_height_newpage = 150;
       	            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $tab_height_newpage -= $top_shift;
      -	            
      +
       	            // Incoterm
       	            $height_incoterms = 0;
       	            if ($conf->incoterm->enabled)
      @@ -366,21 +366,21 @@ class pdf_sponge extends ModelePDFFactures
       	                if ($desc_incoterms)
       	                {
       						$tab_top -= 2;
      -	                    
      +
       	                    $pdf->SetFont('','', $default_font_size - 1);
       	                    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top-1, dol_htmlentitiesbr($desc_incoterms), 0, 1);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                    $height_incoterms=$nexY-$tab_top;
      -	                    
      +
       	                    // Rect prend une longueur en 3eme param
       	                    $pdf->SetDrawColor(192,192,192);
       	                    $pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_incoterms+1);
      -	                    
      +
       	                    $tab_top = $nexY+6;
       	                    $height_incoterms += 4;
       	                }
       	            }
      -	            
      +
       	            // Affiche notes
       	            $notetoshow=empty($object->note_public)?'':$object->note_public;
       	            if (! empty($conf->global->MAIN_ADD_SALE_REP_SIGNATURE_IN_NOTE))
      @@ -394,7 +394,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    if (! empty($salerepobj->signature)) $notetoshow=dol_concatdesc($notetoshow, $salerepobj->signature);
       	                }
       	            }
      -	            
      +
       	            $pagenb = $pdf->getPage();
       	            if ($notetoshow)
       	            {
      @@ -402,24 +402,24 @@ class pdf_sponge extends ModelePDFFactures
       
       	                $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       	                $pageposbeforenote = $pagenb;
      -	                
      +
       	                $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       	                complete_substitutions_array($substitutionarray, $outputlangs, $object);
       	                $notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
      -	                
      -	                
      +
      +
       	                $pdf->startTransaction();
      -	                
      +
       	                $pdf->SetFont('','', $default_font_size - 1);
       	                $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       	                // Description
       	                $pageposafternote=$pdf->getPage();
       	                $posyafter = $pdf->GetY();
      -	                
      +
       	                if($pageposafternote>$pageposbeforenote )
       	                {
       	                    $pdf->rollbackTransaction(true);
      -	                    
      +
       	                    // prepar pages to receive notes
       	                    while ($pagenb < $pageposafternote) {
       	                        $pdf->AddPage();
      @@ -431,16 +431,16 @@ class pdf_sponge extends ModelePDFFactures
       	                        // The only function to edit the bottom margin of current page to set it.
       	                        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                    }
      -	                    
      +
       	                    // back to start
       	                    $pdf->setPage($pageposbeforenote);
       	                    $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                    $pdf->SetFont('','', $default_font_size - 1);
       	                    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       	                    $pageposafternote=$pdf->getPage();
      -	                    
      +
       	                    $posyafter = $pdf->GetY();
      -	                    
      +
       	                    if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       	                    {
       	                        $pdf->AddPage('','',true);
      @@ -452,14 +452,14 @@ class pdf_sponge extends ModelePDFFactures
       	                        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       	                        //$posyafter = $tab_top_newpage;
       	                    }
      -	                    
      -	                    
      +
      +
       	                    // apply note frame to previus pages
       	                    $i = $pageposbeforenote;
       	                    while ($i < $pageposafternote) {
       	                        $pdf->setPage($i);
      -	                        
      -	                        
      +
      +
       	                        $pdf->SetDrawColor(128,128,128);
       	                        // Draw note frame
       	                        if($i>$pageposbeforenote){
      @@ -470,21 +470,21 @@ class pdf_sponge extends ModelePDFFactures
       	                            $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       	                            $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       	                        }
      -	                        
      +
       	                        // Add footer
       	                        $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       	                        $this->_pagefoot($pdf,$object,$outputlangs,1);
      -	                        
      +
       	                        $i++;
       	                    }
      -	                    
      +
       	                    // apply note frame to last page
       	                    $pdf->setPage($pageposafternote);
       	                    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	                    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                    $height_note=$posyafter-$tab_top_newpage;
       	                    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -	                    
      +
       	                }
       	                else // No pagebreak
       	                {
      @@ -492,8 +492,8 @@ class pdf_sponge extends ModelePDFFactures
       	                    $posyafter = $pdf->GetY();
       	                    $height_note=$posyafter-$tab_top;
       	                    $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -	                    
      -	                    
      +
      +
       	                    if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       	                    {
       	                        // not enough space, need to add page
      @@ -503,12 +503,12 @@ class pdf_sponge extends ModelePDFFactures
       	                        $pdf->setPage($pageposafternote);
       	                        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       	                        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -	                        
      +
       	                        $posyafter = $tab_top_newpage;
       	                    }
      -	                    
      +
       	                }
      -	                
      +
       	                $tab_height = $tab_height - $height_note;
       	                $tab_top = $posyafter +6;
       	            }
      @@ -516,36 +516,36 @@ class pdf_sponge extends ModelePDFFactures
       	            {
       	                $height_note=0;
       	            }
      -	            
      +
       	            $iniY = $tab_top + 7;
       	            $curY = $tab_top + 7;
       	            $nexY = $tab_top + 7;
      -	            
      +
       	            // Use new auto collum system
       	            $this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -	            
      +
       	            // Loop on each lines
       	            $pageposbeforeprintlines=$pdf->getPage();
       	            $pagenb = $pageposbeforeprintlines;
       	            for ($i = 0; $i < $nblignes; $i++)
       	            {
      -	                
      +
       	                $curY = $nexY;
       	                $pdf->SetFont('','', $default_font_size - 1);   // Into loop to work with multipage
       	                $pdf->SetTextColor(0,0,0);
      -	                
      +
       	                // Define size of image if we need it
       	                $imglinesize=array();
       	                if (! empty($realpatharray[$i])) $imglinesize=pdf_getSizeForImage($realpatharray[$i]);
      -	                
      +
       	                $pdf->setTopMargin($tab_top_newpage);
       	                $pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforinfotot);	// The only function to edit the bottom margin of current page to set it.
       	                $pageposbefore=$pdf->getPage();
      -	                
      +
       	                $showpricebeforepagebreak=1;
       	                $posYAfterImage=0;
       	                $posYAfterDescription=0;
      -	                
      +
       	                if($this->getColumnStatus('photo'))
       	                {
           	                // We start with Photo of product line
      @@ -554,11 +554,11 @@ class pdf_sponge extends ModelePDFFactures
           	                    $pdf->AddPage('','',true);
           	                    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
           	                    $pdf->setPage($pageposbefore+1);
      -    	                    
      +
           	                    $curY = $tab_top_newpage;
           	                    $showpricebeforepagebreak=0;
           	                }
      -    	                
      +
           	                if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height']))
           	                {
           	                    $pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300);	// Use 300 dpi
      @@ -566,7 +566,7 @@ class pdf_sponge extends ModelePDFFactures
           	                    $posYAfterImage=$curY+$imglinesize['height'];
           	                }
       	                }
      -	                
      +
       	                // Description of product line
       	                if ($this->getColumnStatus('desc'))
       	                {
      @@ -604,20 +604,20 @@ class pdf_sponge extends ModelePDFFactures
           	                }
           	                $posYAfterDescription=$pdf->GetY();
       	                }
      -	                
      +
       	                $nexY = $pdf->GetY();
       	                $pageposafter=$pdf->getPage();
       	                $pdf->setPage($pageposbefore);
       	                $pdf->setTopMargin($this->marge_haute);
       	                $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
      -	                
      +
       	                // We suppose that a too long description or photo were moved completely on next page
       	                if ($pageposafter > $pageposbefore && empty($showpricebeforepagebreak)) {
      -	                    $pdf->setPage($pageposafter); $curY = $tab_top_newpage; 
      +	                    $pdf->setPage($pageposafter); $curY = $tab_top_newpage;
       	                }
      -	                
      +
       	                $pdf->SetFont('','', $default_font_size - 1);   // On repositionne la police par defaut
      -	                
      +
       	                // VAT Rate
       	                if ($this->getColumnStatus('vat'))
       	                {
      @@ -625,7 +625,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'vat', $vat_rate);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Unit price before discount
       	                if ($this->getColumnStatus('subprice'))
       	                {
      @@ -633,7 +633,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Quantity
       	                // Enough for 6 chars
       	                if ($this->getColumnStatus('qty'))
      @@ -642,7 +642,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Situation progress
       	                if ($this->getColumnStatus('progress'))
       	                {
      @@ -650,7 +650,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'progress', $progress);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Unit
       	                if ($this->getColumnStatus('unit'))
       	                {
      @@ -658,7 +658,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Discount on line
       	                if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       	                {
      @@ -666,7 +666,7 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      +
       	                // Total HT line
       	                if ($this->getColumnStatus('totalexcltax'))
       	                {
      @@ -674,8 +674,8 @@ class pdf_sponge extends ModelePDFFactures
       	                    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       	                    $nexY = max($pdf->GetY(),$nexY);
       	                }
      -	                
      -	                
      +
      +
       	                $parameters=array(
       	                    'object' => $object,
       	                    'i' => $i,
      @@ -686,9 +686,9 @@ class pdf_sponge extends ModelePDFFactures
       	                    'hidedetails' => $hidedetails
       	                );
       	                $reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -	                
      -	                
      -	                
      +
      +
      +
       	                $sign=1;
       	                if (isset($object->type) && $object->type == 2 && ! empty($conf->global->INVOICE_POSITIVE_CREDIT_NOTE)) $sign=-1;
       	                // Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
      @@ -701,20 +701,20 @@ class pdf_sponge extends ModelePDFFactures
       	                    if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne= $sign * $object->lines[$i]->multicurrency_total_tva;
       	                    else $tvaligne= $sign * $object->lines[$i]->total_tva;
       	                }
      -	                
      +
       	                $localtax1ligne=$object->lines[$i]->total_localtax1;
       	                $localtax2ligne=$object->lines[$i]->total_localtax2;
       	                $localtax1_rate=$object->lines[$i]->localtax1_tx;
       	                $localtax2_rate=$object->lines[$i]->localtax2_tx;
       	                $localtax1_type=$object->lines[$i]->localtax1_type;
       	                $localtax2_type=$object->lines[$i]->localtax2_type;
      -	                
      +
       	                if ($object->remise_percent) $tvaligne-=($tvaligne*$object->remise_percent)/100;
       	                if ($object->remise_percent) $localtax1ligne-=($localtax1ligne*$object->remise_percent)/100;
       	                if ($object->remise_percent) $localtax2ligne-=($localtax2ligne*$object->remise_percent)/100;
      -	                
      +
       	                $vatrate=(string) $object->lines[$i]->tva_tx;
      -	                
      +
       	                // Retrieve type from database for backward compatibility with old records
       	                if ((! isset($localtax1_type) || $localtax1_type=='' || ! isset($localtax2_type) || $localtax2_type=='') // if tax type not defined
       	                    && (! empty($localtax1_rate) || ! empty($localtax2_rate))) // and there is local tax
      @@ -723,19 +723,19 @@ class pdf_sponge extends ModelePDFFactures
       	                    $localtax1_type = $localtaxtmp_array[0];
       	                    $localtax2_type = $localtaxtmp_array[2];
       	                }
      -	                
      +
       	                // retrieve global local tax
       	                if ($localtax1_type && $localtax1ligne != 0)
       	                    $this->localtax1[$localtax1_type][$localtax1_rate]+=$localtax1ligne;
       	                    if ($localtax2_type && $localtax2ligne != 0)
       	                        $this->localtax2[$localtax2_type][$localtax2_rate]+=$localtax2ligne;
      -	                        
      +
       	                        if (($object->lines[$i]->info_bits & 0x01) == 0x01) $vatrate.='*';
       	                        if (! isset($this->tva[$vatrate])) 				$this->tva[$vatrate]=0;
       	                        $this->tva[$vatrate] += $tvaligne;
      -	                        
      +
       	                        $nexY = max($nexY,$posYAfterImage);
      -	                        
      +
       	                        // Add line
       	                        if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1))
       	                        {
      @@ -745,9 +745,9 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1);
       	                            $pdf->SetLineStyle(array('dash'=>0));
       	                        }
      -	                        
      +
       	                        $nexY+=2;    // Passe espace entre les lignes
      -	                        
      +
       	                        // Detect if some page were added automatically and output _tableau for past pages
       	                        while ($pagenb < $pageposafter)
       	                        {
      @@ -766,7 +766,7 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       	                            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                        }
      -	                        
      +
       	                        if (isset($object->lines[$i+1]->pagebreak) && $object->lines[$i+1]->pagebreak)
       	                        {
       	                            if ($pagenb == $pageposafter)
      @@ -784,9 +784,9 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pagenb++;
       	                            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                        }
      -	                  
      +
       	            }
      -	            
      +
       	            // Show square
       	            if ($pagenb == $pageposbeforeprintlines)
       	            {
      @@ -798,38 +798,38 @@ class pdf_sponge extends ModelePDFFactures
       	                $this->_tableau($pdf, $tab_top_newpage, $this->page_hauteur - $tab_top_newpage - $heightforinfotot - $heightforfreetext - $heightforfooter, 0, $outputlangs, 1, 0, $object->multicurrency_code);
       	                $bottomlasttab=$this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1;
       	            }
      -	            
      +
       	            // Affiche zone infos
       	            $posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
      -	            
      +
       	            // Affiche zone totaux
       	            $posy=$this->_tableau_tot($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);
      -	            
      +
       	            // Affiche zone versements
       	            if (($deja_regle || $amount_credit_notes_included || $amount_deposits_included) && empty($conf->global->INVOICE_NO_PAYMENT_DETAILS))
       	            {
       	                $posy=$this->_tableau_versements($pdf, $object, $posy, $outputlangs);
       	            }
      -	            
      +
       	            // Pied de page
       	            $this->_pagefoot($pdf,$object,$outputlangs);
       	            if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
      -	            
      +
       	            $pdf->Close();
      -	            
      +
       	            $pdf->Output($file,'F');
      -	            
      +
       	            // Add pdfgeneration hook
       	            $hookmanager->initHooks(array('pdfgeneration'));
       	            $parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs);
       	            global $action;
       	            $reshook=$hookmanager->executeHooks('afterPDFCreation',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
      -	            
      +
       	            if (! empty($conf->global->MAIN_UMASK))
       	                @chmod($file, octdec($conf->global->MAIN_UMASK));
      -	                
      +
       	                $this->result = array('fullpath'=>$file);
      -	                
      +
       	                return 1;   // No error
       	        }
       	        else
      @@ -1511,29 +1511,29 @@ class pdf_sponge extends ModelePDFFactures
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
       
      -		
      +
       	}
       
       	/**
      @@ -1548,7 +1548,7 @@ class pdf_sponge extends ModelePDFFactures
       	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
       	{
       		global $conf, $langs;
      -		
      +
       		// Translations
       		$outputlangs->loadLangs(array("main", "bills", "propal", "companies"));
       
      @@ -1573,27 +1573,30 @@ class pdf_sponge extends ModelePDFFactures
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -				$pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +					$pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B',$default_font_size - 2);
      +					$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B',$default_font_size - 2);
      -				$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell($w, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell($w, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell($w, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B', $default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      @@ -1822,9 +1825,9 @@ class pdf_sponge extends ModelePDFFactures
       		return pdf_pagefoot($pdf,$outputlangs,'INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
       	}
       
      -	
      -	
      -	
      +
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1836,21 +1839,21 @@ class pdf_sponge extends ModelePDFFactures
       	 *      @return	null
       	 */
       	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
      -	        'align' => 'C', // R,C,L 
      +	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	    $this->cols['theColKey'] = array(
      @@ -1859,19 +1862,19 @@ class pdf_sponge extends ModelePDFFactures
       	        'title' => array(
       	            'textkey' => 'yourLangKey', // if there is no label, yourLangKey will be translated to replace label
       	            'label' => ' ', // the final label : used fore final generated text
      -	            'align' => 'L', // text alignement :  R,C,L 
      +	            'align' => 'L', // text alignement :  R,C,L
       	            'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	        ),
       	        'content' => array(
      -	            'align' => 'L', // text alignement :  R,C,L 
      +	            'align' => 'L', // text alignement :  R,C,L
       	            'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	        ),
       	    );
       	    */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
      -	        'rank' => $rank, 
      +	        'rank' => $rank,
       	        'width' => false, // only for desc
       	        'status' => true,
       	        'title' => array(
      @@ -1885,7 +1888,7 @@ class pdf_sponge extends ModelePDFFactures
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    // PHOTO
               $rank = $rank + 10;
               $this->cols['photo'] = array(
      @@ -1894,20 +1897,20 @@ class pdf_sponge extends ModelePDFFactures
                   'status' => false,
                   'title' => array(
                       'textkey' => 'Photo',
      -                'label' => ' ' 
      +                'label' => ' '
                   ),
                   'content' => array(
                       'padding' => array(0,0,0,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
                   ),
                   'border-left' => false, // remove left line separator
               );
      -	        
      +
       	    if (! empty($conf->global->MAIN_GENERATE_INVOICES_WITH_PICTURE) && !empty($this->atleastonephoto))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1918,12 +1921,12 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1934,7 +1937,7 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1945,7 +1948,7 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1956,12 +1959,12 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1975,7 +1978,7 @@ class pdf_sponge extends ModelePDFFactures
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1989,7 +1992,7 @@ class pdf_sponge extends ModelePDFFactures
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -2000,8 +2003,8 @@ class pdf_sponge extends ModelePDFFactures
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -2009,7 +2012,7 @@ class pdf_sponge extends ModelePDFFactures
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -2023,8 +2026,8 @@ class pdf_sponge extends ModelePDFFactures
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
      +
       	}
      -	
      -	
      +
      +
       }
      diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      index 40b73e4bf7f..adb52867a36 100644
      --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      @@ -1463,27 +1463,30 @@ class pdf_azur extends ModelePDFPropales
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -			    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +				    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B',$default_font_size - 2);
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B',$default_font_size - 2);
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B',$default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index c9bce8b07a4..e1f874b6853 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -68,7 +68,7 @@ class pdf_cyan extends ModelePDFPropales
       	function __construct($db)
       	{
       		global $conf,$langs,$mysoc;
      -		
      +
       		// Translations
       		$langs->loadLangs(array("main", "bills"));
       
      @@ -107,8 +107,8 @@ class pdf_cyan extends ModelePDFPropales
       
       		// Define position of columns
       		$this->posxdesc=$this->marge_gauche+1;
      -		
      -		
      +
      +
       
       		$this->tva=array();
       		$this->localtax1=array();
      @@ -286,8 +286,8 @@ class pdf_cyan extends ModelePDFPropales
       				        break;
       				    }
       				}
      -				
      -				
      +
      +
       
       				// New page
       				$pdf->AddPage();
      @@ -308,7 +308,7 @@ class pdf_cyan extends ModelePDFPropales
       
       	            $tab_top = 90+$top_shift;
       				$tab_top_newpage = (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)?42+$top_shift:10);
      -				
      +
       
       				// Incoterm
       				$height_incoterms = 0;
      @@ -353,7 +353,7 @@ class pdf_cyan extends ModelePDFPropales
       				    if ($tmpuser->email) $notetoshow.=',  Mail: '.$tmpuser->email;
       				    if ($tmpuser->office_phone) $notetoshow.=', Tel: '.$tmpuser->office_phone;
       				}
      -				
      +
       				$pagenb = $pdf->getPage();
       				if ($notetoshow)
       				{
      @@ -361,24 +361,24 @@ class pdf_cyan extends ModelePDFPropales
       
       				    $tab_width = $this->page_largeur-$this->marge_gauche-$this->marge_droite;
       				    $pageposbeforenote = $pagenb;
      -				    
      +
       					$substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
       					complete_substitutions_array($substitutionarray, $outputlangs, $object);
       					$notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
       
       
       					$pdf->startTransaction();
      -					
      +
       					$pdf->SetFont('','', $default_font_size - 1);
       					$pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       					// Description
       					$pageposafternote=$pdf->getPage();
       					$posyafter = $pdf->GetY();
      -					
      +
       					if($pageposafternote>$pageposbeforenote )
       					{
       					    $pdf->rollbackTransaction(true);
      -					    
      +
       					    // prepar pages to receive notes
       					    while ($pagenb < $pageposafternote) {
       					        $pdf->AddPage();
      @@ -390,16 +390,16 @@ class pdf_cyan extends ModelePDFPropales
       					        // The only function to edit the bottom margin of current page to set it.
       					        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					    }
      -					    
      +
       					    // back to start
       					    $pdf->setPage($pageposbeforenote);
       					    $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					    $pdf->SetFont('','', $default_font_size - 1);
       					    $pdf->writeHTMLCell(190, 3, $this->posxdesc-1, $tab_top, dol_htmlentitiesbr($notetoshow), 0, 1);
       					    $pageposafternote=$pdf->getPage();
      -					    
      +
       					    $posyafter = $pdf->GetY();
      -					    
      +
       					    if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)))	// There is no space left for total+free text
       					    {
       					        $pdf->AddPage('','',true);
      @@ -411,14 +411,14 @@ class pdf_cyan extends ModelePDFPropales
       					        $pdf->setPageOrientation('', 1, $heightforfooter + $heightforfreetext);
       					        //$posyafter = $tab_top_newpage;
       					    }
      -					    
      -					    
      +
      +
       					    // apply note frame to previus pages
       					    $i = $pageposbeforenote;
       					    while ($i < $pageposafternote) {
       					        $pdf->setPage($i);
      -					        
      -					        
      +
      +
       					        $pdf->SetDrawColor(128,128,128);
       					        // Draw note frame
       					        if($i>$pageposbeforenote){
      @@ -429,21 +429,21 @@ class pdf_cyan extends ModelePDFPropales
       					            $height_note = $this->page_hauteur - ($tab_top + $heightforfooter);
       					            $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note + 1);
       					        }
      -					        
      +
       					        // Add footer
       					        $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       					        $this->_pagefoot($pdf,$object,$outputlangs,1);
      -					        
      +
       					        $i++;
       					    }
      -					    
      +
       					    // apply note frame to last page
       					    $pdf->setPage($pageposafternote);
       					    if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       					    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       					    $height_note=$posyafter-$tab_top_newpage;
       					    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -					    
      +
       					}
       					else // No pagebreak
       					{
      @@ -451,8 +451,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $posyafter = $pdf->GetY();
       					    $height_note=$posyafter-$tab_top;
       					    $pdf->Rect($this->marge_gauche, $tab_top-1, $tab_width, $height_note+1);
      -					    
      -					    
      +
      +
       					    if($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+20)) )
       					    {
       					        // not enough space, need to add page
      @@ -462,12 +462,12 @@ class pdf_cyan extends ModelePDFPropales
       					        $pdf->setPage($pageposafternote);
       					        if (! empty($tplidx)) $pdf->useTemplate($tplidx);
       					        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      -					        
      +
       					        $posyafter = $tab_top_newpage;
       					    }
      -					    
      +
       					}
      -					
      +
       					$tab_height = $tab_height - $height_note;
       					$tab_top = $posyafter +6;
       				}
      @@ -479,10 +479,10 @@ class pdf_cyan extends ModelePDFPropales
       				$iniY = $tab_top + 7;
       				$curY = $tab_top + 7;
       				$nexY = $tab_top + 7;
      -				
      +
       				// Use new auto collum system
       				$this->prepareArrayColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -				
      +
       				// Loop on each lines
       				$pageposbeforeprintlines=$pdf->getPage();
       				$pagenb = $pageposbeforeprintlines;
      @@ -513,12 +513,12 @@ class pdf_cyan extends ModelePDFPropales
           						if (! empty($tplidx)) $pdf->useTemplate($tplidx);
           						//if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
           						$pdf->setPage($pageposbefore+1);
      -    
      +
           						$curY = $tab_top_newpage;
           						$showpricebeforepagebreak=0;
           					}
      -    
      -    					
      +
      +
           					if (!empty($this->cols['photo']) && isset($imglinesize['width']) && isset($imglinesize['height']))
           					{
           						$pdf->Image($realpatharray[$i], $this->getColumnContentXStart('photo'), $curY, $imglinesize['width'], $imglinesize['height'], '', '', '', 2, 300);	// Use 300 dpi
      @@ -526,7 +526,7 @@ class pdf_cyan extends ModelePDFPropales
           						$posYAfterImage=$curY+$imglinesize['height'];
           					}
       					}
      -					
      +
       					// Description of product line
       					if($this->getColumnStatus('desc'))
       					{
      @@ -540,7 +540,7 @@ class pdf_cyan extends ModelePDFPropales
           						//print $pageposafter.'-'.$pageposbefore;exit;
           						$pdf->setPageOrientation('', 1, $heightforfooter);	// The only function to edit the bottom margin of current page to set it.
           						pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->getColumnContentWidth('desc'),3,$this->getColumnContentXStart('desc'),$curY,$hideref,$hidedesc);
      -    
      +
           						$pageposafter=$pdf->getPage();
           						$posyafter=$pdf->GetY();
           						//var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit;
      @@ -596,7 +596,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'subprice', $up_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Quantity
       					// Enough for 6 chars
       					if ($this->getColumnStatus('qty'))
      @@ -605,8 +605,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'qty', $qty);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					// Unit
       					if ($this->getColumnStatus('unit'))
       					{
      @@ -614,7 +614,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'unit', $unit);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Discount on line
       					if ($this->getColumnStatus('discount') && $object->lines[$i]->remise_percent)
       					{
      @@ -622,7 +622,7 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'discount', $remise_percent);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      +
       					// Total HT line
       					if ($this->getColumnStatus('totalexcltax'))
       					{
      @@ -630,8 +630,8 @@ class pdf_cyan extends ModelePDFPropales
       					    $this->printStdColumnContent($pdf, $curY, 'totalexcltax', $total_excl_tax);
       					    $nexY = max($pdf->GetY(),$nexY);
       					}
      -					
      -					
      +
      +
       					$parameters=array(
       					    'object' => $object,
       					    'i' => $i,
      @@ -642,8 +642,8 @@ class pdf_cyan extends ModelePDFPropales
       					    'hidedetails' => $hidedetails
       					);
       					$reshook=$hookmanager->executeHooks('printPDFline',$parameters,$this);    // Note that $object may have been modified by hook
      -					
      -					
      +
      +
       
       					// Collecte des totaux par valeur de tva dans $this->tva["taux"]=total_tva
       					if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
      @@ -1389,29 +1389,29 @@ class pdf_cyan extends ModelePDFPropales
       		foreach ($this->cols as $colKey => $colDef)
       		{
       		    if(!$this->getColumnStatus($colKey)) continue;
      -		    
      +
       		    // get title label
       		    $colDef['title']['label'] = !empty($colDef['title']['label'])?$colDef['title']['label']:$outputlangs->transnoentities($colDef['title']['textkey']);
      -		    
      +
       		    // Add column separator
       		    if(!empty($colDef['border-left'])){
       		        $pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
       		    }
      -		    
      +
       		    if (empty($hidetop))
       		    {
       		      $pdf->SetXY($colDef['xStartPos'] + $colDef['title']['padding'][3], $tab_top + $colDef['title']['padding'][0] );
      -		    
      +
       		      $textWidth = $colDef['width'] - $colDef['title']['padding'][3] -$colDef['title']['padding'][1];
       		      $pdf->MultiCell($textWidth,2,$colDef['title']['label'],'',$colDef['title']['align']);
       		    }
       		}
      -		
      +
       		if (empty($hidetop)){
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);	// line prend une position y en 2eme param et 4eme param
       		}
       
      -		
      +
       	}
       
       	/**
      @@ -1451,27 +1451,30 @@ class pdf_cyan extends ModelePDFPropales
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      +		if (empty($conf->global->PDF_DISABLE_MYCOMPANY_LOGO))
       		{
      -			if (is_readable($logo))
      +			$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +			if ($this->emetteur->logo)
       			{
      -			    $height=pdf_getHeightForLogo($logo);
      -			    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				if (is_readable($logo))
      +				{
      +				    $height=pdf_getHeightForLogo($logo);
      +				    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      +				}
      +				else
      +				{
      +					$pdf->SetTextColor(200,0,0);
      +					$pdf->SetFont('','B',$default_font_size - 2);
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      +					$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				}
       			}
       			else
       			{
      -				$pdf->SetTextColor(200,0,0);
      -				$pdf->SetFont('','B',$default_font_size - 2);
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      -				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
      +				$text=$this->emetteur->name;
      +				$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
       			}
       		}
      -		else
      -		{
      -			$text=$this->emetteur->name;
      -			$pdf->MultiCell(100, 4, $outputlangs->convToOutputCharset($text), 0, 'L');
      -		}
       
       		$pdf->SetFont('','B',$default_font_size + 3);
       		$pdf->SetXY($posx,$posy);
      @@ -1686,8 +1689,8 @@ class pdf_cyan extends ModelePDFPropales
       
       		return ($tab_hl*7);
       	}
      -	
      -	
      +
      +
       	/**
       	 *   	Define Array Column Field
       	 *
      @@ -1699,21 +1702,21 @@ class pdf_cyan extends ModelePDFPropales
       	 *      @return	null
       	 */
       	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -	    
      +
       	    global $conf, $hookmanager;
      -	    
      +
       	    // Default field style for content
       	    $this->defaultContentsFieldsStyle = array(
       	        'align' => 'R', // R,C,L
       	        'padding' => array(0.5,0.5,0.5,0.5), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    // Default field style for content
       	    $this->defaultTitlesFieldsStyle = array(
       	        'align' => 'C', // R,C,L
       	        'padding' => array(0.5,0,0.5,0), // Like css 0 => top , 1 => right, 2 => bottom, 3 => left
       	    );
      -	    
      +
       	    /*
       	     * For exemple
       	     $this->cols['theColKey'] = array(
      @@ -1731,7 +1734,7 @@ class pdf_cyan extends ModelePDFPropales
       	     ),
       	     );
       	     */
      -	    
      +
       	    $rank=0; // do not use negative rank
       	    $this->cols['desc'] = array(
       	        'rank' => $rank,
      @@ -1748,7 +1751,7 @@ class pdf_cyan extends ModelePDFPropales
       	            'align' => 'L',
       	        ),
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['photo'] = array(
       	        'rank' => $rank,
      @@ -1763,13 +1766,13 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => false, // remove left line separator
       	    );
      -	    
      +
       	    if (! empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto))
       	    {
       	        $this->cols['photo']['status'] = true;
       	    }
      -	    
      -	    
      +
      +
       	    $rank = $rank + 10;
       	    $this->cols['vat'] = array(
       	        'rank' => $rank,
      @@ -1780,12 +1783,12 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT) && empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT_COLUMN))
       	    {
       	        $this->cols['vat']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['subprice'] = array(
       	        'rank' => $rank,
      @@ -1796,7 +1799,7 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['qty'] = array(
       	        'rank' => $rank,
      @@ -1807,7 +1810,7 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['progress'] = array(
       	        'rank' => $rank,
      @@ -1818,12 +1821,12 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => false, // add left line separator
       	    );
      -	    
      +
       	    if($this->situationinvoice)
       	    {
       	        $this->cols['progress']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['unit'] = array(
       	        'rank' => $rank,
      @@ -1837,7 +1840,7 @@ class pdf_cyan extends ModelePDFPropales
       	    if($conf->global->PRODUCT_USE_UNITS){
       	        $this->cols['unit']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['discount'] = array(
       	        'rank' => $rank,
      @@ -1851,7 +1854,7 @@ class pdf_cyan extends ModelePDFPropales
       	    if ($this->atleastonediscount){
       	        $this->cols['discount']['status'] = true;
       	    }
      -	    
      +
       	    $rank = $rank + 10;
       	    $this->cols['totalexcltax'] = array(
       	        'rank' => $rank,
      @@ -1862,8 +1865,8 @@ class pdf_cyan extends ModelePDFPropales
       	        ),
       	        'border-left' => true, // add left line separator
       	    );
      -	    
      -	    
      +
      +
       	    $parameters=array(
       	        'object' => $object,
       	        'outputlangs' => $outputlangs,
      @@ -1871,7 +1874,7 @@ class pdf_cyan extends ModelePDFPropales
       	        'hidedesc' => $hidedesc,
       	        'hideref' => $hideref
       	    );
      -	    
      +
       	    $reshook=$hookmanager->executeHooks('defineColumnField',$parameters,$this);    // Note that $object may have been modified by hook
       	    if ($reshook < 0)
       	    {
      @@ -1885,7 +1888,7 @@ class pdf_cyan extends ModelePDFPropales
       	    {
       	        $this->cols = $hookmanager->resArray;
       	    }
      -	    
      +
       	}
      -	
      +
       }
      
      From 38df6ac27b529057c4bdb1820d164e2ed946612f Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 22 Oct 2018 21:57:18 +0200
      Subject: [PATCH 0585/1013] remove deprecated form_confirm
      
      ---
       htdocs/expensereport/card.php | 18 +++++++++---------
       1 file changed, 9 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index e19c7a841e1..d877ad00b2f 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -1589,49 +1589,49 @@ else
       
       				if ($action == 'save')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("SaveTrip"),$langs->trans("ConfirmSaveTrip"),"confirm_validate","","",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("SaveTrip"),$langs->trans("ConfirmSaveTrip"),"confirm_validate","","",1);
       				}
       
       				if ($action == 'save_from_refuse')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("SaveTrip"),$langs->trans("ConfirmSaveTrip"),"confirm_save_from_refuse","","",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("SaveTrip"),$langs->trans("ConfirmSaveTrip"),"confirm_save_from_refuse","","",1);
       				}
       
       				if ($action == 'delete')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("DeleteTrip"),$langs->trans("ConfirmDeleteTrip"),"confirm_delete","","",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("DeleteTrip"),$langs->trans("ConfirmDeleteTrip"),"confirm_delete","","",1);
       				}
       
       				if ($action == 'validate')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("ValideTrip"),$langs->trans("ConfirmValideTrip"),"confirm_approve","","",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("ValideTrip"),$langs->trans("ConfirmValideTrip"),"confirm_approve","","",1);
       				}
       
       				if ($action == 'paid')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("PaidTrip"),$langs->trans("ConfirmPaidTrip"),"confirm_paid","","",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("PaidTrip"),$langs->trans("ConfirmPaidTrip"),"confirm_paid","","",1);
       				}
       
       				if ($action == 'cancel')
       				{
       					$array_input = array('text'=>$langs->trans("ConfirmCancelTrip"), array('type'=>"text",'label'=>$langs->trans("Comment"),'name'=>"detail_cancel",'size'=>"50",'value'=>""));
      -					$formconfirm=$form->form_confirm($_SEVER["PHP_SELF"]."?id=".$id,$langs->trans("Cancel"),"","confirm_cancel",$array_input,"",1);
      +					$formconfirm=$form->formconfirm($_SEVER["PHP_SELF"]."?id=".$id,$langs->trans("Cancel"),"","confirm_cancel",$array_input,"",1);
       				}
       
       				if ($action == 'brouillonner')
       				{
      -				    $formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("BrouillonnerTrip"),$langs->trans("ConfirmBrouillonnerTrip"),"confirm_brouillonner","","",1);
      +				    $formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("BrouillonnerTrip"),$langs->trans("ConfirmBrouillonnerTrip"),"confirm_brouillonner","","",1);
       				}
       
       				if ($action == 'refuse')		// Deny
       				{
       					$array_input = array('text'=>$langs->trans("ConfirmRefuseTrip"), array('type'=>"text",'label'=>$langs->trans("Comment"),'name'=>"detail_refuse",'size'=>"50",'value'=>""));
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("Deny"),'',"confirm_refuse",$array_input,"yes",1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("Deny"),'',"confirm_refuse",$array_input,"yes",1);
       				}
       
       				if ($action == 'delete_line')
       				{
      -					$formconfirm=$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$id."&rowid=".GETPOST('rowid','int'),$langs->trans("DeleteLine"),$langs->trans("ConfirmDeleteLine"),"confirm_delete_line",'','yes',1);
      +					$formconfirm=$form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id."&rowid=".GETPOST('rowid','int'),$langs->trans("DeleteLine"),$langs->trans("ConfirmDeleteLine"),"confirm_delete_line",'','yes',1);
       				}
       
       				// Print form confirm
      
      From 4aec343b2410e4b1029a13b026eef9c3c440cc0e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 22 Oct 2018 22:13:54 +0200
      Subject: [PATCH 0586/1013] Update html.form.class.php
      
      ---
       htdocs/core/class/html.form.class.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index 1cc02f0939a..00184499a9f 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -3899,7 +3899,7 @@ class Form
       			$formconfirm.= ($question ? '<div class="confirmmessage">'.img_help('','').' '.$question . '</div>': '');
       			$formconfirm.= '</div>'."\n";
       
      -			$formconfirm.= "\n<!-- begin ajax form_confirm page=".$page." -->\n";
      +			$formconfirm.= "\n<!-- begin ajax formconfirm page=".$page." -->\n";
       			$formconfirm.= '<script type="text/javascript">'."\n";
       			$formconfirm.= 'jQuery(document).ready(function() {
                   $(function() {
      @@ -3970,11 +3970,11 @@ class Form
                   });
                   });
                   </script>';
      -			$formconfirm.= "<!-- end ajax form_confirm -->\n";
      +			$formconfirm.= "<!-- end ajax formconfirm -->\n";
       		}
       		else
       		{
      -			$formconfirm.= "\n<!-- begin form_confirm page=".$page." -->\n";
      +			$formconfirm.= "\n<!-- begin formconfirm page=".$page." -->\n";
       
       			if (empty($disableformtag)) $formconfirm.= '<form method="POST" action="'.$page.'" class="notoptoleftroright">'."\n";
       
      @@ -4008,7 +4008,7 @@ class Form
       			if (empty($disableformtag)) $formconfirm.= "</form>\n";
       			$formconfirm.= '<br>';
       
      -			$formconfirm.= "<!-- end form_confirm -->\n";
      +			$formconfirm.= "<!-- end formconfirm -->\n";
       		}
       
       		return $formconfirm;
      
      From e49f2bc5624e75c73c0826721ded739846dbf9a0 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 22 Oct 2018 22:20:26 +0200
      Subject: [PATCH 0587/1013] Update document_actions_post_headers.tpl.php
      
      ---
       htdocs/core/tpl/document_actions_post_headers.tpl.php | 3 +--
       1 file changed, 1 insertion(+), 2 deletions(-)
      
      diff --git a/htdocs/core/tpl/document_actions_post_headers.tpl.php b/htdocs/core/tpl/document_actions_post_headers.tpl.php
      index aa7caaa1e87..429fe8ac682 100644
      --- a/htdocs/core/tpl/document_actions_post_headers.tpl.php
      +++ b/htdocs/core/tpl/document_actions_post_headers.tpl.php
      @@ -52,7 +52,7 @@ if (in_array($modulepart, array('product', 'produit', 'societe', 'user', 'ticket
       if ($action == 'delete')
       {
       	$langs->load("companies");	// Need for string DeleteFile+ConfirmDeleteFiles
      -	$ret = $form->form_confirm(
      +	print $form->formconfirm(
       			$_SERVER["PHP_SELF"] . '?id=' . $object->id . '&urlfile=' . urlencode(GETPOST("urlfile")) . '&linkid=' . GETPOST('linkid', 'int') . (empty($param)?'':$param),
       			$langs->trans('DeleteFile'),
       			$langs->trans('ConfirmDeleteFile'),
      @@ -61,7 +61,6 @@ if ($action == 'delete')
       			0,
       			1
       	);
      -	if ($ret == 'html') print '<br>';
       }
       
       $formfile=new FormFile($db);
      
      From 90b85c1106efc19855301f2186a97f3aa23f6db7 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 22 Oct 2018 22:23:43 +0200
      Subject: [PATCH 0588/1013] Update html.form.class.php
      
      ---
       htdocs/core/class/html.form.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index 00184499a9f..03e339eebf4 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -3722,6 +3722,7 @@ class Form
       	function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=500)
       	{
               // phpcs:enable
      +        dol_syslog(__METHOD__ . ': using form_confirm is deprecated. Use formconfim instead.', LOG_WARNING);
       		print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax, $height, $width);
       	}
       
      
      From 85a94ec5779460b09b3c938969a32f33dd22d176 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 22 Oct 2018 22:40:18 +0200
      Subject: [PATCH 0589/1013] Update view.php
      
      ---
       htdocs/public/ticket/view.php | 8 +++-----
       1 file changed, 3 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php
      index b2bb0100d6d..b5288b97a25 100644
      --- a/htdocs/public/ticket/view.php
      +++ b/htdocs/public/ticket/view.php
      @@ -1,5 +1,6 @@
       <?php
      -/*  Copyright (C) - 2013-2016    Jean-François FERRY    <hello@librethic.io>
      +/* Copyright (C) 2013-2016  Jean-François FERRY     <hello@librethic.io>
      + * 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
      @@ -145,10 +146,7 @@ if ($action == "view_ticket" || $action == "add_message" || $action == "close" |
           if ($display_ticket) {
               // Confirmation close
               if ($action == 'close') {
      -            $ret = $form->form_confirm($_SERVER["PHP_SELF"] . "?track_id=" . $track_id, $langs->trans("CloseATicket"), $langs->trans("ConfirmCloseAticket"), "confirm_public_close", '', '', 1);
      -            if ($ret == 'html') {
      -                print '<br>';
      -            }
      +            print $form->form_confirm($_SERVER["PHP_SELF"] . "?track_id=" . $track_id, $langs->trans("CloseATicket"), $langs->trans("ConfirmCloseAticket"), "confirm_public_close", '', '', 1);
               }
       
               print '<div id="form_view_ticket">';
      
      From 5bac6a92e66b2893e30aee4ec9e6d8416d2f9b70 Mon Sep 17 00:00:00 2001
      From: Abbes Bahfir <bafbes@gmail.com>
      Date: Tue, 23 Oct 2018 00:00:05 +0100
      Subject: [PATCH 0590/1013] Fix:empty value instead of 0 for empty links
      
      ---
       htdocs/core/class/commonobject.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 2650c48b573..197f61735c3 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -6219,6 +6219,7 @@ abstract class CommonObject
       					return 'Error bad setup of extrafield';
       				}
       			}
      +			else $value='';
       		}
       		elseif ($type == 'text' || $type == 'html')
       		{
      
      From 7e7473e7df80d9e4696911b30d9aad9afd68f8ff Mon Sep 17 00:00:00 2001
      From: Abbes Bahfir <bafbes@gmail.com>
      Date: Tue, 23 Oct 2018 01:25:26 +0100
      Subject: [PATCH 0591/1013] New : parameter for getnomurl in field
       dpecification
      
      ---
       htdocs/core/class/commonobject.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 2650c48b573..bfb657f6216 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -6203,6 +6203,7 @@ abstract class CommonObject
       				$InfoFieldList = explode(":", $param_list[0]);
       				$classname=$InfoFieldList[0];
       				$classpath=$InfoFieldList[1];
      +				$getnomurlparam=$InfoFieldList[2];
       				if (! empty($classpath))
       				{
       					dol_include_once($InfoFieldList[1]);
      @@ -6210,7 +6211,7 @@ abstract class CommonObject
       					{
       						$object = new $classname($this->db);
       						$object->fetch($value);
      -						$value=$object->getNomUrl(3);
      +						$value=$object->getNomUrl(!empty($getnomurlparam)?$getnomurlparam:3);
       					}
       				}
       				else
      
      From 7bb5e7c31f4a95c27bfbdb311d40312ae9b5bdd9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 11:52:21 +0200
      Subject: [PATCH 0592/1013] Fix responsive
      
      ---
       htdocs/product/list.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index d1ea3d08a4c..7c7619fe0d5 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -866,7 +866,7 @@ if ($resql)
       			// Stock real
       			if (! empty($arrayfields['p.stock']['checked']))
       			{
      -				print '<td align="right">';
      +				print '<td align="right" class="nowraponall">';
       				if ($obj->fk_product_type != 1)
       				{
       					if ($obj->seuil_stock_alerte != '' && $product_static->stock_reel < (float) $obj->seuil_stock_alerte) print img_warning($langs->trans("StockLowerThanLimit", $obj->seuil_stock_alerte)).' ';
      @@ -878,7 +878,7 @@ if ($resql)
       			// Stock virtual
       			if (! empty($arrayfields['stock_virtual']['checked']))
       			{
      -				print '<td align="right">';
      +				print '<td align="right" class="nowraponall">';
       				if ($obj->fk_product_type != 1)
       				{
       					if ($obj->seuil_stock_alerte != '' && $product_static->stock_theorique < (float) $obj->seuil_stock_alerte) print img_warning($langs->trans("StockLowerThanLimit", $obj->seuil_stock_alerte)).' ';
      
      From b7d91c30d97823537538b4516d0c32e1b65b1a42 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 12:38:12 +0200
      Subject: [PATCH 0593/1013] FIX missing symbol for indian rupies
      
      ---
       htdocs/install/mysql/data/llx_c_currencies.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/install/mysql/data/llx_c_currencies.sql b/htdocs/install/mysql/data/llx_c_currencies.sql
      index db1ba19aa6e..5f561f26ba0 100644
      --- a/htdocs/install/mysql/data/llx_c_currencies.sql
      +++ b/htdocs/install/mysql/data/llx_c_currencies.sql
      @@ -80,7 +80,7 @@ INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'HNL'
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'HKD', '[36]', 1,				'Hong Kong Dollar');
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'HUF', '[70,116]', 1,			'Hungary Forint');
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'ISK', '[107,114]', 1,			'Iceland Krona');
      -INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'INR', NULL, 1,					'India Rupee'); 
      +INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'INR', '[8377]', 1,				'India Rupee'); 
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'IDR', '[82,112]', 1,			'Indonesia Rupiah');
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'IRR', '[65020]', 1,				'Iran Rial');
       INSERT INTO llx_c_currencies ( code_iso, unicode, active, label ) VALUES ( 'IMP', '[163]', 1,				'Isle of Man Pound');
      
      From e0b20c26329343df363624f09fa8a76a68feefd4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 12:49:48 +0200
      Subject: [PATCH 0594/1013] Add holiday for India
      
      ---
       htdocs/core/lib/date.lib.php | 42 +++++++++++++-----------------------
       1 file changed, 15 insertions(+), 27 deletions(-)
      
      diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php
      index f75e53939a2..84048ac9c66 100644
      --- a/htdocs/core/lib/date.lib.php
      +++ b/htdocs/core/lib/date.lib.php
      @@ -585,6 +585,7 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       	{
       		$ferie=false;
       		$countryfound=0;
      +		$includesaturdayandsunday=1;
       
       		$jour  = date("d", $timestampStart);
       		$mois  = date("m", $timestampStart);
      @@ -671,12 +672,6 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       			$mois_pentecote = date("m", $date_pentecote);
       			if($jour_pentecote == $jour && $mois_pentecote == $mois) $ferie=true;
       			// "Pentecote"
      -
      -			// Calul des samedis et dimanches
      -			$jour_julien = unixtojd($timestampStart);
      -			$jour_semaine = jddayofweek($jour_julien, 0);
      -			if($jour_semaine == 0 || $jour_semaine == 6) $ferie=true;
      -			// Samedi (6) et dimanche (0)
       		}
       
       		// Pentecoste and Ascensione in Italy go to the sunday after: isn't holiday.
      @@ -703,12 +698,18 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       			$mois_paques = date("m", $date_paques);
       			if($jour_paques == $jour && $mois_paques == $mois) $ferie=true;
       			// Paques
      +		}
       
      -			// Calul des samedis et dimanches
      -			$jour_julien = unixtojd($timestampStart);
      -			$jour_semaine = jddayofweek($jour_julien, 0);
      -			if($jour_semaine == 0 || $jour_semaine == 6) $ferie=true;
      -			//Samedi (6) et dimanche (0)
      +		if ($countrycode == 'IN')
      +		{
      +			$countryfound=1;
      +
      +			if($jour == 1 && $mois == 1) $ferie=true; // New Year's Day
      +			if($jour == 26 && $mois == 1) $ferie=true; // Republic Day
      +			if($jour == 1 && $mois == 5) $ferie=true; // May Day
      +			if($jour == 15 && $mois == 8) $ferie=true; // Independence Day
      +			if($jour == 2 && $mois == 10) $ferie=true; // Gandhi Jayanti
      +			if($jour == 25 && $mois == 12) $ferie=true; // Christmas
       		}
       
       		if ($countrycode == 'ES')
      @@ -746,12 +747,6 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       			$mois_viernes = date("m", $date_viernes);
       			if($jour_viernes == $jour && $mois_viernes == $mois) $ferie=true;
       			//Viernes Santo
      -
      -			// Calul des samedis et dimanches
      -			$jour_julien = unixtojd($timestampStart);
      -			$jour_semaine = jddayofweek($jour_julien, 0);
      -			if($jour_semaine == 0 || $jour_semaine == 6) $ferie=true;
      -			//Samedi (6) et dimanche (0)
       		}
       
       		if ($countrycode == 'AT')
      @@ -833,22 +828,15 @@ function num_public_holiday($timestampStart, $timestampEnd, $countrycode='FR', $
       		    $mois_fronleichnam = date("m", $date_fronleichnam);
       		    if($jour_fronleichnam == $jour && $mois_fronleichnam == $mois) $ferie=true;
       		    // Fronleichnam
      -
      -		    // Calul des samedis et dimanches
      -		    $jour_julien = unixtojd($timestampStart);
      -		    $jour_semaine = jddayofweek($jour_julien, 0);
      -		    if($jour_semaine == 0 || $jour_semaine == 6) $ferie=true;
      -		    //Samedi (6) et dimanche (0)
       		}
       
      -		// Cas pays non defini
      -		if (! $countryfound)
      +		// If we have to include saturday and sunday
      +		if ($includesaturdayandsunday)
       		{
      -			// Calul des samedis et dimanches
       			$jour_julien = unixtojd($timestampStart);
       			$jour_semaine = jddayofweek($jour_julien, 0);
       			if($jour_semaine == 0 || $jour_semaine == 6) $ferie=true;
      -			//Samedi (6) et dimanche (0)
      +			//Saturday (6) and Sunday (0)
       		}
       
       		// On incremente compteur
      
      From e40ee879dcfa23cd96ff1da6f5a9d75fa918f863 Mon Sep 17 00:00:00 2001
      From: Juanjo Menent <jmenent@2byte.es>
      Date: Tue, 23 Oct 2018 13:07:09 +0200
      Subject: [PATCH 0595/1013] New: works with variants: - If product is variant
       disable prices modify - Add function isVariant for knowing if product is a
       Variant
      
      ---
       htdocs/langs/en_US/products.lang       |  1 +
       htdocs/product/class/product.class.php | 30 ++++++++++++++++
       htdocs/product/price.php               | 47 ++++++++++++++------------
       3 files changed, 56 insertions(+), 22 deletions(-)
      
      diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
      index 8390eb5439d..95b93aba4e9 100644
      --- a/htdocs/langs/en_US/products.lang
      +++ b/htdocs/langs/en_US/products.lang
      @@ -331,6 +331,7 @@ NbProducts=No. of products
       ParentProduct=Parent product
       HideChildProducts=Hide variant products
       ShowChildProducts=Show variant products
      +NoEditVariants=Go to Parent product card and edit variants price impact in the variants tab
       ConfirmCloneProductCombinations=Would you like to copy all the product variants to the other parent product with the given reference?
       CloneDestinationReference=Destination product reference
       ErrorCopyProductCombinations=There was an error while copying the product variants
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 2d2e7b75ed2..f8326a60721 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3529,6 +3529,36 @@ class Product extends CommonObject
       		return $nb;
       	}
       
      +
      +	/**
      +	 * Return if loaded product is a variant
      +	 *
      +	 * @return int
      +	 */
      +	function isVariant()
      +	{
      +		global $conf;
      +		if (!empty($conf->variants->enabled)) {
      +			$sql = "SELECT rowid FROM " . MAIN_DB_PREFIX . "product_attribute_combination WHERE fk_product_child = " . $this->id . " AND entity IN (" . getEntity('product') . ")";
      +
      +			$query = $this->db->query($sql);
      +
      +			if ($query) {
      +				if (!$this->db->num_rows($query)) {
      +					return false;
      +				}
      +				return true;
      +			} else {
      +				dol_print_error($this->db);
      +				return -1;
      +			}
      +
      +		} else {
      +			return false;
      +		}
      +
      +	}
      +
       	/**
       	 *  Return all parent products for current product (first level only)
       	 *
      diff --git a/htdocs/product/price.php b/htdocs/product/price.php
      index a72ea28928b..9fb67aaa86c 100644
      --- a/htdocs/product/price.php
      +++ b/htdocs/product/price.php
      @@ -5,7 +5,7 @@
        * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
        * Copyright (C) 2006		Andre Cianfarani			<acianfa@free.fr>
        * Copyright (C) 2014		Florian Henry			<florian.henry@open-concept.pro>
      - * Copyright (C) 2014-2016	Juanjo Menent			<jmenent@2byte.es>
      + * Copyright (C) 2014-2018	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2014-2018 	Philippe Grand 		    <philippe.grand@atoo-net.com>
        * Copyright (C) 2014		Ion agorria				<ion@agorria.com>
        * Copyright (C) 2015		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
      @@ -1109,30 +1109,33 @@ if (! $action || $action == 'delete' || $action == 'showlog_customer_price' || $
       {
       	print "\n" . '<div class="tabsAction">' . "\n";
       
      -	if (empty($conf->global->PRODUIT_MULTIPRICES) && empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES))
      -	{
      -    	if ($user->rights->produit->creer || $user->rights->service->creer) {
      -    		print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_price&amp;id=' . $object->id . '">' . $langs->trans("UpdateDefaultPrice") . '</a></div>';
      -    	}
      -	}
      +    if ($object->isVariant()) {
      +		if ($user->rights->produit->creer || $user->rights->service->creer) {
      +			print '<div class="inline-block divButAction"><a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->trans("NoEditVariants")).'">'.$langs->trans("UpdateDefaultPrice").'</a></div>';
      +		}
      +	} else {
      +		if (empty($conf->global->PRODUIT_MULTIPRICES) && empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) {
      +			if ($user->rights->produit->creer || $user->rights->service->creer) {
      +				print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_price&amp;id=' . $object->id . '">' . $langs->trans("UpdateDefaultPrice") . '</a></div>';
      +			}
      +		}
       
      -	if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES))
      -	{
      -	    if ($user->rights->produit->creer || $user->rights->service->creer) {
      -	 		print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?action=add_customer_price&amp;id=' . $object->id . '">' . $langs->trans("AddCustomerPrice") . '</a></div>';
      -	  	}
      -	}
      +		if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
      +			if ($user->rights->produit->creer || $user->rights->service->creer) {
      +				print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?action=add_customer_price&amp;id=' . $object->id . '">' . $langs->trans("AddCustomerPrice") . '</a></div>';
      +			}
      +		}
       
      -	if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES))
      -	{
      -	    if ($user->rights->produit->creer || $user->rights->service->creer) {
      -    		print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_vat&amp;id=' . $object->id . '">' . $langs->trans("UpdateVAT") . '</a></div>';
      -    	}
      +		if (!empty($conf->global->PRODUIT_MULTIPRICES) || !empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) {
      +			if ($user->rights->produit->creer || $user->rights->service->creer) {
      +				print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_vat&amp;id=' . $object->id . '">' . $langs->trans("UpdateVAT") . '</a></div>';
      +			}
       
      -	    if ($user->rights->produit->creer || $user->rights->service->creer) {
      -    		print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_price&amp;id=' . $object->id . '">' . $langs->trans("UpdateLevelPrices") . '</a></div>';
      -    	}
      -	}
      +			if ($user->rights->produit->creer || $user->rights->service->creer) {
      +				print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=edit_price&amp;id=' . $object->id . '">' . $langs->trans("UpdateLevelPrices") . '</a></div>';
      +			}
      +		}
      +    }
       
       	print "\n</div>\n";
       }
      
      From c8aa884462776ebea16c0ade7dd0775bbc4eadd4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 17:16:46 +0200
      Subject: [PATCH 0596/1013] Fix search all
      
      ---
       htdocs/asset/list.php       | 2 +-
       htdocs/comm/propal/list.php | 2 +-
       htdocs/commande/list.php    | 2 +-
       htdocs/compta/bank/list.php | 2 +-
       htdocs/product/reassort.php | 2 +-
       5 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php
      index bcc2329f870..5dc8b2c6866 100644
      --- a/htdocs/asset/list.php
      +++ b/htdocs/asset/list.php
      @@ -317,7 +317,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
       if ($sall)
       {
       	foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
      -	print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $all) . join(', ',$fieldstosearchall).'</div>';
      +	print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
       }
       
       $moreforfilter = '';
      diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
      index 65d132d5654..980615828a5 100644
      --- a/htdocs/comm/propal/list.php
      +++ b/htdocs/comm/propal/list.php
      @@ -490,7 +490,7 @@ if ($resql)
       	if ($sall)
       	{
       		foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
      -		print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $all) . join(', ',$fieldstosearchall).'</div>';
      +		print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
       	}
       
       	$i = 0;
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index 3734ab18a93..a9da48fd626 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -529,7 +529,7 @@ if ($resql)
       	if ($sall)
       	{
       		foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
      -		print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $all) . join(', ',$fieldstosearchall).'</div>';
      +		print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
       	}
       
       	$moreforfilter='';
      diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php
      index e52e285742c..3a67a3d5309 100644
      --- a/htdocs/compta/bank/list.php
      +++ b/htdocs/compta/bank/list.php
      @@ -257,7 +257,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
       if ($sall)
       {
           foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
      -    print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $all) . join(', ',$fieldstosearchall).'</div>';
      +    print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
       }
       
       $moreforfilter='';
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index 6403878d853..9ee9ab0aead 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -127,7 +127,7 @@ $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product_stock as s on p.rowid = s.fk_produc
       if ($search_categ) $sql.= ", ".MAIN_DB_PREFIX."categorie_product as cp";
       $sql.= " WHERE p.entity IN (".getEntity('product').")";
       if ($search_categ) $sql.= " AND p.rowid = cp.fk_product";	// Join for the needed table to filter by categ
      -if ($sall) $sql.=natural_search(array('p.ref', 'p.label', 'p.description', 'p.note'), $all);
      +if ($sall) $sql.=natural_search(array('p.ref', 'p.label', 'p.description', 'p.note'), $sall);
       // if the type is not 1, we show all products (type = 0,2,3)
       if (dol_strlen($type))
       {
      
      From d9965d19864f7d0dda16b8aeb0710fb24023f581 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Tue, 23 Oct 2018 17:18:30 +0200
      Subject: [PATCH 0597/1013] Fix travis messages
      
      ---
       .../commande/doc/pdf_eratosthene.modules.php    | 17 +++++++++++------
       .../modules/facture/doc/pdf_sponge.modules.php  | 15 ++++++++++-----
       .../modules/propale/doc/pdf_cyan.modules.php    | 13 ++++++++-----
       3 files changed, 29 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 89297d1bdc6..0a14e50326d 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -145,7 +145,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       		$this->atleastonediscount=0;
       	}
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
            *  Function to build pdf onto disk
            *
            *  @param		Object		$object				Object to generate
      @@ -158,6 +158,7 @@ class pdf_eratosthene 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;
      @@ -711,7 +712,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       		}
       	}
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *  Show payments table
            *
       	 *  @param	TCPDF		$pdf     		Object PDF
      @@ -722,11 +723,12 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
       	{
      -
      +	    // phpcs:enable
      +	    
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		TCPDF		$pdf     		Object PDF
      @@ -737,6 +739,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
       
      @@ -912,7 +915,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *	Show total to pay
       	 *
       	 *	@param	TCPDF		$pdf           Object PDF
      @@ -924,6 +927,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       	    global $conf,$mysoc;
       
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1485,7 +1489,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      +	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +	{
       
       	    global $conf, $hookmanager;
       
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index ca27bd09aff..2a5aeb3fadd 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -159,7 +159,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
            *  Function to build pdf onto disk
            *
            *  @param		Object		$object				Object to generate
      @@ -172,6 +172,7 @@ class pdf_sponge 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;
      @@ -846,7 +847,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *  Show payments table
       	 *
            *  @param	PDF			$pdf           Object PDF
      @@ -857,6 +858,7 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       		global $conf;
       
               $sign=1;
      @@ -986,7 +988,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		PDF			$pdf     		Object PDF
      @@ -997,6 +999,7 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       		global $conf;
       
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1143,7 +1146,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *	Show total to pay
       	 *
       	 *	@param	PDF			$pdf           Object PDF
      @@ -1155,6 +1158,7 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       		global $conf,$mysoc;
       
               $sign=1;
      @@ -1838,7 +1842,8 @@ class pdf_sponge extends ModelePDFFactures
            *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      +	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +	{
       
       	    global $conf, $hookmanager;
       
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index e1f874b6853..509173a0aa7 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -117,7 +117,7 @@ class pdf_cyan extends ModelePDFPropales
       		$this->atleastonediscount=0;
       	}
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
            *  Function to build pdf onto disk
            *
            *  @param		Object		$object				Object to generate
      @@ -130,6 +130,7 @@ class pdf_cyan 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;
      @@ -872,7 +873,7 @@ class pdf_cyan extends ModelePDFPropales
       		}
       	}
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *  Show payments table
       	 *
            *  @param	TCPDF		$pdf           Object PDF
      @@ -883,11 +884,11 @@ class pdf_cyan extends ModelePDFPropales
       	 */
       	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
       	{
      -
      +	    // phpcs:enable
       	}
       
       
      -	/**
      +	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		TCPDF		$pdf     		Object PDF
      @@ -898,6 +899,7 @@ class pdf_cyan extends ModelePDFPropales
       	 */
       	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
       	{
      +	    // phpcs:enable
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
       
      @@ -1701,7 +1703,8 @@ class pdf_cyan extends ModelePDFPropales
       	 *      @param	int			   $hideref			Do not show ref
       	 *      @return	null
       	 */
      -	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      +	function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +	{
       
       	    global $conf, $hookmanager;
       
      
      From 0ad991766cb3319a5c54f07740bff3d702d1ac97 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 17:53:01 +0200
      Subject: [PATCH 0598/1013] Fix deletion of project when there is events
      
      ---
       htdocs/projet/class/project.class.php | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index a8b34e9c57d..eaf1ad6ea67 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -662,9 +662,10 @@ class Project extends CommonObject
       
               // Set fk_projet into elements to null
               $listoftables=array(
      -        		'facture'=>'fk_projet','propal'=>'fk_projet','commande'=>'fk_projet',
      -                'facture_fourn'=>'fk_projet','commande_fournisseur'=>'fk_projet','supplier_proposal'=>'fk_projet',
      -        		'expensereport_det'=>'fk_projet','contrat'=>'fk_projet','fichinter'=>'fk_projet','don'=>'fk_projet'
      +        		'propal'=>'fk_projet', 'commande'=>'fk_projet', 'facture'=>'fk_projet',
      +        		'supplier_proposal'=>'fk_projet', 'commande_fournisseur'=>'fk_projet', 'facture_fourn'=>'fk_projet',
      +        		'expensereport_det'=>'fk_projet', 'contrat'=>'fk_projet', 'fichinter'=>'fk_projet', 'don'=>'fk_projet',
      +        		'actioncomm'=>'fk_project'
               		);
               foreach($listoftables as $key => $value)
               {
      
      From bed5084bcfd2e5deab487e2034cbf064c08a7729 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Tue, 23 Oct 2018 21:44:45 +0200
      Subject: [PATCH 0599/1013] Add missing Max payment date col
      
      ---
       htdocs/compta/paiement.php        | 23 +++++++++++++++++++++--
       htdocs/fourn/facture/paiement.php | 25 ++++++++++++++++++++++---
       2 files changed, 43 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
      index 764ca818f7f..94cd53b5424 100644
      --- a/htdocs/compta/paiement.php
      +++ b/htdocs/compta/paiement.php
      @@ -526,7 +526,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                */
       
               $sql = 'SELECT f.rowid as facid, f.facnumber, f.total_ttc, f.multicurrency_code, f.multicurrency_total_ttc, f.type,';
      -        $sql.= ' f.datef as df, f.fk_soc as socid';
      +        $sql.= ' f.datef as df, f.fk_soc as socid, f.date_lim_reglement as dlr';
               $sql.= ' FROM '.MAIN_DB_PREFIX.'facture as f';
       		$sql.= ' WHERE f.entity IN ('.getEntity('facture', $conf->entity).')';
               $sql.= ' AND (f.fk_soc = '.$facture->socid;
      @@ -578,6 +578,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                       print '<tr class="liste_titre">';
                       print '<td>'.$arraytitle.'</td>';
                       print '<td align="center">'.$langs->trans('Date').'</td>';
      +                print '<td align="center">'.$langs->trans('DateMaxPayment').'</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>';
      @@ -629,7 +630,25 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       
                           // Date
                           print '<td align="center">'.dol_print_date($db->jdate($objp->df),'day')."</td>\n";
      -
      +                    
      +                    // Date Max Payment
      +                    if ($objp->dlr > 0 )
      +                    {
      +                        print '<td align="center">';
      +                        print dol_print_date($db->jdate($objp->dlr), 'day');
      +                        
      +                        if ($invoice->hasDelay())
      +                        {
      +                            print img_warning($langs->trans('Late'));
      +                        }
      +                        
      +                        print '</td>';
      +                    }
      +                    else
      +                    {
      +                        print '<td align="center"><b>--</b></td>';
      +                    }
      +                    
                           // Currency
                           if (!empty($conf->multicurrency->enabled)) print '<td align="center">'.$objp->multicurrency_code."</td>\n";
       
      diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
      index fdd358933d9..20ef0d4b9aa 100644
      --- a/htdocs/fourn/facture/paiement.php
      +++ b/htdocs/fourn/facture/paiement.php
      @@ -473,7 +473,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	             * Autres factures impayees
       	             */
       	            $sql = 'SELECT f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_ttc, f.multicurrency_total_ttc, f.datef as df,';
      -	            $sql.= ' SUM(pf.amount) as am, SUM(pf.multicurrency_amount) as multicurrency_am';
      +	            $sql.= ' SUM(pf.amount) as am, SUM(pf.multicurrency_amount) as multicurrency_am, f.date_lim_reglement as dlr';
       	            $sql.= ' FROM '.MAIN_DB_PREFIX.'facture_fourn as f';
       	            $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'paiementfourn_facturefourn as pf ON pf.fk_facturefourn = f.rowid';
       	            $sql.= " WHERE f.entity = ".$conf->entity;
      @@ -511,6 +511,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	                    print '<td>'.$langs->trans('Invoice').'</td>';
       	                    print '<td>'.$langs->trans('RefSupplier').'</td>';
       	                    print '<td align="center">'.$langs->trans('Date').'</td>';
      +	                    print '<td align="center">'.$langs->trans('DateMaxPayment').'</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">'.$langs->trans('MulticurrencyAlreadyPaid').'</td>';
      @@ -569,7 +570,25 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	                        {
       	                            print '<td align="center"><b>!!!</b></td>';
       	                        }
      -
      +	                        
      +	                        // Date Max Payment
      +	                        if ($objp->dlr > 0 )
      +	                        {
      +	                            print '<td align="center">';
      +	                            print dol_print_date($db->jdate($objp->dlr), 'day');
      +	                            
      +	                            if ($invoice->hasDelay())
      +	                            {
      +	                                print img_warning($langs->trans('Late'));
      +	                            }
      +	                            
      +	                            print '</td>';
      +	                        }
      +	                        else
      +	                        {
      +	                            print '<td align="center"><b>--</b></td>';
      +	                        }
      +	                        
       	                        // Multicurrency
       	                        if (!empty($conf->multicurrency->enabled))
       	                        {
      @@ -661,7 +680,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	                    {
       	                        // Print total
       	                        print '<tr class="liste_total">';
      -	                        print '<td colspan="3" align="left">'.$langs->trans('TotalTTC').':</td>';
      +	                        print '<td colspan="4" align="left">'.$langs->trans('TotalTTC').':</td>';
       							if (!empty($conf->multicurrency->enabled)) print '<td>&nbsp;</td>';
       							if (!empty($conf->multicurrency->enabled)) print '<td>&nbsp;</td>';
       							if (!empty($conf->multicurrency->enabled)) print '<td>&nbsp;</td>';
      
      From 0fe2c63bc09e0094787ee874dc860900cfb665e0 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Tue, 23 Oct 2018 22:10:30 +0200
      Subject: [PATCH 0600/1013] FIX missing print button for delivery form
      
      ---
       htdocs/core/actions_printing.inc.php      | 18 ++++++++++++++----
       htdocs/core/class/html.formfile.class.php |  2 +-
       htdocs/livraison/card.php                 |  1 +
       3 files changed, 16 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/actions_printing.inc.php b/htdocs/core/actions_printing.inc.php
      index d2d34cd523a..d5c40c17ad0 100644
      --- a/htdocs/core/actions_printing.inc.php
      +++ b/htdocs/core/actions_printing.inc.php
      @@ -47,11 +47,21 @@ if ($action == 'print_file' && $user->rights->printing->read) {
                   {
                       $printerfound++;
       
      -                $subdir=(GETPOST('printer', 'alpha')=='expedition'?'sending':'');
      +                $subdir='';
                       $module = GETPOST('printer', 'alpha');
      -                if ($module =='commande_fournisseur') {
      -                    $module = 'fournisseur';
      -                    $subdir = 'commande';
      +                switch ($module )
      +                {
      +                    case 'livraison' :
      +                        $subdir = 'receipt';
      +                        $module = 'expedition';
      +                        break;
      +                    case 'expedition' :
      +                        $subdir = 'sending';
      +                        break;
      +                    case 'commande_fournisseur' :
      +                        $module = 'fournisseur';
      +                        $subdir = 'commande';
      +                        break;
                       }
                       try {
                           $ret = $printer->printFile(GETPOST('file', 'alpha'), $module, $subdir);
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index e4c5b9a84b5..bfc67880a96 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -310,7 +310,7 @@ class FormFile
       		$param.= 'entity='.(!empty($object->entity)?$object->entity:$conf->entity);
       
       		$printer=0;
      -		if (in_array($modulepart,array('facture','supplier_proposal','propal','proposal','order','commande','expedition', 'commande_fournisseur', 'expensereport')))	// The direct print feature is implemented only for such elements
      +		if (in_array($modulepart,array('facture','supplier_proposal','propal','proposal','order','commande','expedition', 'commande_fournisseur', 'expensereport','livraison')))	// The direct print feature is implemented only for such elements
       		{
       			$printer = (!empty($user->rights->printing->read) && !empty($conf->printing->enabled))?true:false;
       		}
      diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
      index 44eb12299d9..2fee2e100ba 100644
      --- a/htdocs/livraison/card.php
      +++ b/htdocs/livraison/card.php
      @@ -292,6 +292,7 @@ elseif ($action == 'remove_file')
       }
       */
       
      +include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
       
       /*
        *	View
      
      From 82f40fb4b930ad83d9669ce98b80677493b38cb9 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Tue, 23 Oct 2018 23:21:30 +0200
      Subject: [PATCH 0601/1013] NEW hidden conf to search by supplier ref
      
      ---
       htdocs/core/class/html.form.class.php | 7 +++++++
       1 file changed, 7 insertions(+)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index 1cc02f0939a..5391dc0bd37 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -2071,6 +2071,12 @@ class Form
       			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_stock as ps on ps.fk_product = p.rowid";
       			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."entrepot as e on ps.fk_entrepot = e.rowid";
       		}
      +		
      +		// include search in supplier ref
      +		if(!empty($conf->global->MAIN_SEARCH_PRODUCT_BY_FOURN_REF))
      +		{
      +            $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_fournisseur_price as pfp ON p.rowid = pfp.fk_product";
      +		}
       
       		//Price by customer
       		if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES) && !empty($socid)) {
      @@ -2124,6 +2130,7 @@ class Form
       				if ($i > 0) $sql.=" AND ";
       				$sql.="(p.ref LIKE '".$db->escape($prefix.$crit)."%' OR p.label LIKE '".$db->escape($prefix.$crit)."%'";
       				if (! empty($conf->global->MAIN_MULTILANGS)) $sql.=" OR pl.label LIKE '".$db->escape($prefix.$crit)."%'";
      +				if (! empty($conf->global->MAIN_SEARCH_PRODUCT_BY_FOURN_REF)) $sql.=" OR pfp.ref_fourn LIKE '".$db->escape($prefix.$crit)."%'";
       				$sql.=")";
       				$i++;
       			}
      
      From 23a9416c193e79e5b1638a3a4845b5d228459950 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 23 Oct 2018 23:51:27 +0200
      Subject: [PATCH 0602/1013] Fix deprecated field
      
      ---
       htdocs/comm/action/class/actioncomm.class.php | 12 +++---------
       1 file changed, 3 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index 969cb705bac..4a6cec809fe 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -88,13 +88,6 @@ class ActionComm extends CommonObject
            */
           public $label;
       
      -    /**
      -     * @var string
      -     * @deprecated Use $label
      -     * @see label
      -     */
      -    public $libelle;
      -
           public $datec;			// Date creation record (datec)
           public $datem;			// Date modification record (tms)
       
      @@ -351,7 +344,7 @@ class ActionComm extends CommonObject
               $sql.= ($code?("'".$code."'"):"null").", ";
               $sql.= ((isset($this->socid) && $this->socid > 0) ? $this->socid:"null").", ";
               $sql.= ((isset($this->fk_project) && $this->fk_project > 0) ? $this->fk_project:"null").", ";
      -        $sql.= " '".$this->db->escape($this->note)."', ";
      +        $sql.= " '".$this->db->escape($this->note_private?$this->note_private:$this->note)."', ";
               $sql.= ((isset($this->contactid) && $this->contactid > 0) ? $this->contactid:"null").", ";
               $sql.= (isset($user->id) && $user->id > 0 ? $user->id:"null").", ";
               $sql.= ($userownerid>0 ? $userownerid:"null").", ";
      @@ -621,6 +614,7 @@ class ActionComm extends CommonObject
                       $this->datem   				= $this->db->jdate($obj->datem);
       
                       $this->note					= $obj->note;
      +                $this->note_private			= $obj->note;
                       $this->percentage			= $obj->percentage;
       
                       $this->authorid             = $obj->fk_user_author;
      @@ -870,7 +864,7 @@ class ActionComm extends CommonObject
               $sql.= ", datep = ".(strval($this->datep)!='' ? "'".$this->db->idate($this->datep)."'" : 'null');
               $sql.= ", datep2 = ".(strval($this->datef)!='' ? "'".$this->db->idate($this->datef)."'" : 'null');
               $sql.= ", durationp = ".(isset($this->durationp) && $this->durationp >= 0 && $this->durationp != ''?"'".$this->db->escape($this->durationp)."'":"null");	// deprecated
      -        $sql.= ", note = ".($this->note ? "'".$this->db->escape($this->note)."'":"null");
      +        $sql.= ", note = '".$this->db->escape($this->note_private?$this->note_private:$this->note)."'";
               $sql.= ", fk_project =". ($this->fk_project > 0 ? $this->fk_project:"null");
               $sql.= ", fk_soc =". ($socid > 0 ? $socid:"null");
               $sql.= ", fk_contact =". ($contactid > 0 ? $contactid:"null");
      
      From d5285ca359365cd2a809e5fd5ae4d3bcf3eab163 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 01:53:07 +0200
      Subject: [PATCH 0603/1013] Update commonobject.class.php
      
      ---
       htdocs/core/class/commonobject.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index bfb657f6216..ef42301b228 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -6203,7 +6203,7 @@ abstract class CommonObject
       				$InfoFieldList = explode(":", $param_list[0]);
       				$classname=$InfoFieldList[0];
       				$classpath=$InfoFieldList[1];
      -				$getnomurlparam=$InfoFieldList[2];
      +				$getnomurlparam=(empty($InfoFieldList[2]) ? 3 : $InfoFieldList[2]);
       				if (! empty($classpath))
       				{
       					dol_include_once($InfoFieldList[1]);
      @@ -6211,7 +6211,7 @@ abstract class CommonObject
       					{
       						$object = new $classname($this->db);
       						$object->fetch($value);
      -						$value=$object->getNomUrl(!empty($getnomurlparam)?$getnomurlparam:3);
      +						$value=$object->getNomUrl($getnomurlparam);
       					}
       				}
       				else
      
      From ae44c4c7f54218dd4109a436996f74fd9dad5e38 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:00:43 +0200
      Subject: [PATCH 0604/1013] Disable duplicate feature with emailing module and
       field "unsubscribe requested"
      
      ---
       htdocs/core/modules/modDataPolicy.class.php | 8 +++-----
       1 file changed, 3 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/modules/modDataPolicy.class.php b/htdocs/core/modules/modDataPolicy.class.php
      index 2ecb5da4336..ca53440a3b9 100644
      --- a/htdocs/core/modules/modDataPolicy.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -200,7 +200,7 @@ class modDataPolicy extends DolibarrModules {
               // unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
               $this->cronjobs = array(
                   0 => array('label' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
      -            1 => array('label' => 'DATAPOLICY Mailing', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'sendMailing', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 0, 'test' => true)
      +            //1 => array('label' => 'DATAPOLICY Mailing', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.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)
      @@ -230,9 +230,8 @@ class modDataPolicy extends DolibarrModules {
               include_once DOL_DOCUMENT_ROOT . '/core/class/extrafields.class.php';
               $extrafields = new ExtraFields($this->db);
       
      -
      +		/*
               // Extrafield contact
      -        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'thirdparty',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      @@ -240,7 +239,6 @@ class modDataPolicy extends DolibarrModules {
               $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_send"), 'date', 105, 3, 'thirdparty', 0, 0, '', '', 0, '', '0', 0);
       
               // Extrafield Tiers
      -        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'contact',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
      @@ -248,12 +246,12 @@ class modDataPolicy extends DolibarrModules {
               $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_send"), 'date', 105, 3, 'contact', 0, 0, '', '', 0, '', '0', 0);
       
               // Extrafield Adherent
      -        //$result1=$extrafields->addExtraField('datapolicy_separate', "DATAPOLICY_BLOCKCHECKBOX", 'separate', 100,  1, 'adherent',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_consentement', $langs->trans("DATAPOLICY_consentement"), 'boolean', 101, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_traitement', $langs->trans("DATAPOLICY_opposition_traitement"), 'boolean', 102, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_opposition_prospection', $langs->trans("DATAPOLICY_opposition_prospection"), 'boolean', 103, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicy@datapolicy', '$conf->datapolicy->enabled');
               $result1 = $extrafields->addExtraField('datapolicy_date', $langs->trans("DATAPOLICY_date"), 'date', 104, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0);
               $result1 = $extrafields->addExtraField('datapolicy_send', $langs->trans("DATAPOLICY_send"), 'date', 105, 3, 'adherent', 0, 0, '', '', 0, '', '0', 0);
      +		*/
       
               $sql = array();
       
      
      From 065d715d4197b25ef7f262e498bd5b18afbe4b8b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:20:07 +0200
      Subject: [PATCH 0605/1013] FIX #9837 - The fetchAllXXX was not managing
       correctly the limit
      
      ---
       htdocs/accountancy/class/bookkeeping.class.php | 12 +++++++++---
       1 file changed, 9 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 0550fb5a438..fe3ef196d1b 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -785,7 +785,8 @@ class BookKeeping extends CommonObject
       		if ($resql) {
       			$num = $this->db->num_rows($resql);
       
      -			while ( $obj = $this->db->fetch_object($resql) ) {
      +			$i = 0;
      +			while ($obj = $this->db->fetch_object($resql) && (empty($limit) || $i < min($limit, $num))) {
       				$line = new BookKeepingLine();
       
       				$line->id = $obj->rowid;
      @@ -817,6 +818,8 @@ class BookKeeping extends CommonObject
       				$line->date_creation = $obj->date_creation;
       
       				$this->lines[] = $line;
      +
      +				$i++;
       			}
       			$this->db->free($resql);
       
      @@ -914,7 +917,8 @@ class BookKeeping extends CommonObject
       		if ($resql) {
       			$num = $this->db->num_rows($resql);
       
      -			while ( $obj = $this->db->fetch_object($resql) ) {
      +			$i = 0;
      +			while ($obj = $this->db->fetch_object($resql) && (empty($limit) || $i < min($limit, $num))) {
       				$line = new BookKeepingLine();
       
       				$line->id = $obj->rowid;
      @@ -943,6 +947,8 @@ class BookKeeping extends CommonObject
       				$line->date_modification = $this->db->jdate($obj->date_modification);
       
       				$this->lines[] = $line;
      +
      +				$i++;
       			}
       			$this->db->free($resql);
       
      @@ -1021,7 +1027,7 @@ class BookKeeping extends CommonObject
       			$num = $this->db->num_rows($resql);
       
       			$i = 0;
      -			while (($obj = $this->db->fetch_object($resql)) && ($i < min($limit, $num)))
      +			while (($obj = $this->db->fetch_object($resql)) && (empty($limit) || $i < min($limit, $num)))
       			{
       				$line = new BookKeepingLine();
       
      
      From e39e57c5b9b51ba99d391703eac75ce119b1cb51 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:24:47 +0200
      Subject: [PATCH 0606/1013] Update expeditionbatch.class.php
      
      ---
       htdocs/expedition/class/expeditionbatch.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/expedition/class/expeditionbatch.class.php b/htdocs/expedition/class/expeditionbatch.class.php
      index 3df77b509e7..520f760aee0 100644
      --- a/htdocs/expedition/class/expeditionbatch.class.php
      +++ b/htdocs/expedition/class/expeditionbatch.class.php
      @@ -119,7 +119,7 @@ class ExpeditionLineBatch extends CommonObject
       		$sql.= " ".(! isset($this->sellby) || dol_strlen($this->sellby)==0?'NULL':("'".$this->db->idate($this->sellby))."'").",";
       		$sql.= " ".(! isset($this->eatby) || dol_strlen($this->eatby)==0?'NULL':("'".$this->db->idate($this->eatby))."'").",";
       		$sql.= " ".(! isset($this->batch)?'NULL':("'".$this->db->escape($this->batch)."'")).",";
      -		$sql.= " ".(! isset($this->qty)?(! isset($this->dluo_qty)?'NULL':$this->dluo_qty):$this->qty).","; // dluo_qty deprecated, use qty
      +		$sql.= " ".(! isset($this->qty)?((! isset($this->dluo_qty))?'NULL':$this->dluo_qty):$this->qty).","; // dluo_qty deprecated, use qty
       		$sql.= " ".(! isset($this->fk_origin_stock)?'NULL':$this->fk_origin_stock);
       		$sql.= ")";
       
      
      From 2ba6f967651e62c9f550e1b5e68fed6073978781 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:27:59 +0200
      Subject: [PATCH 0607/1013] Update style.css.php
      
      ---
       htdocs/theme/md/style.css.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 84384a9130e..b27bf4ad99c 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -3018,7 +3018,7 @@ tr.box_titre {
           white-space: nowrap;
       }
       
      -tr.box_titre, td.boxclose {
      +tr.box_titre td.boxclose {
       	width: 30px;
       }
       img.boxhandle, img.boxclose {
      
      From a3d6146bed5b44b396cfed86ed85cd036545f0c3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:32:01 +0200
      Subject: [PATCH 0608/1013] Code comment
      
      ---
       dev/dolibarr_changes.txt | 7 +++++++
       1 file changed, 7 insertions(+)
      
      diff --git a/dev/dolibarr_changes.txt b/dev/dolibarr_changes.txt
      index 24832103c6c..37aef014e63 100644
      --- a/dev/dolibarr_changes.txt
      +++ b/dev/dolibarr_changes.txt
      @@ -78,17 +78,24 @@ In htdocs/includes/tcpdf/tcpdf.php
       +       protected $default_monospaced_font = 'freemono';
       
       
      +		
       
       TCPDI:
       ------
       Add fpdf_tpl.php 1.2
       Add tcpdi.php
      +
       Add tcpdi_parser.php and replace:
       require_once(dirname(__FILE__).'/include/tcpdf_filters.php');
       with:
       require_once(dirname(__FILE__).'/../tecnickcom/tcpdf/include/tcpdf_filters.php');
       
       
      +* Fix by replacing
      +	} elseif (($key == '/Index') AND ($v[0] == PDF_TYPE_ARRAY AND count($v[1] >= 2))) {
      +with
      +	} elseif (($key == '/Index') AND ($v[0] == PDF_TYPE_ARRAY AND count($v[1]) >= 2)) {
      +
       
       
       JSGANTT:
      
      From 769bae75e94c3030f326e599efb356a782eb7171 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 02:48:38 +0200
      Subject: [PATCH 0609/1013] Update list.php
      
      ---
       htdocs/accountancy/bookkeeping/list.php | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
      index 9e696b9d2af..4a4630edfa5 100644
      --- a/htdocs/accountancy/bookkeeping/list.php
      +++ b/htdocs/accountancy/bookkeeping/list.php
      @@ -145,6 +145,8 @@ $arrayfields=array(
       	't.tms'=>array('label'=>$langs->trans("DateModification"), 'checked'=>0),
       );
       
      +if (empty($conf->global->ACCOUNTING_ENABLE_LETTERING)) unset($arrayfields['t.lettering_code']);
      +
       
       /*
        * Actions
      
      From f0dc2df526b48a60e44204d91f268be44945121c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 03:30:06 +0200
      Subject: [PATCH 0610/1013] Fix code comment
      
      ---
       htdocs/core/class/commondocgenerator.class.php | 12 ++++++------
       1 file changed, 6 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
      index e944467ca27..18e2817f040 100644
      --- a/htdocs/core/class/commondocgenerator.class.php
      +++ b/htdocs/core/class/commondocgenerator.class.php
      @@ -223,10 +223,10 @@ abstract class CommonDocGenerator
       	/**
       	 * Define array with couple subtitution key => subtitution value
       	 *
      -	 * @param	Contact 		$object        	contact
      +	 * @param	Contact 	$object        	contact
       	 * @param	Translate 	$outputlangs   	object for output
      -	 * @param   array_key	$array_key	    Name of the key for return array
      -	 * @return	array of substitution key->code
      +	 * @param   array		$array_key	    Name of the key for return array
      +	 * @return	array 						Array of substitution key->code
       	 */
       	function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') {
       		global $conf;
      @@ -552,9 +552,9 @@ abstract class CommonDocGenerator
           /**
            * Define array with couple substitution key => substitution value
            *
      -     * @param   Expedition			$object             Main object to use as data source
      +     * @param   Expedition		$object             Main object to use as data source
            * @param   Translate		$outputlangs        Lang object to use for output
      -     * @param   array_key		$array_key	        Name of the key for return array
      +     * @param   array			$array_key	        Name of the key for return array
            * @return	array								Array of substitution
            */
           function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
      @@ -746,7 +746,7 @@ abstract class CommonDocGenerator
       	/**
       	 * Rect pdf
       	 *
      -	 * @param	PDF		$pdf			Object PDF
      +	 * @param	TCPDF	$pdf			Object PDF
       	 * @param	float	$x				Abscissa of first point
       	 * @param	float	$y		        Ordinate of first point
       	 * @param	float	$l				??
      
      From 047d130081355df54c58b074d1a2911e45ad0885 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 03:38:12 +0200
      Subject: [PATCH 0611/1013] Fix phpcs
      
      ---
       .../core/class/commondocgenerator.class.php   | 83 +++++++++----------
       1 file changed, 41 insertions(+), 42 deletions(-)
      
      diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
      index dc4f1242894..003d9591712 100644
      --- a/htdocs/core/class/commondocgenerator.class.php
      +++ b/htdocs/core/class/commondocgenerator.class.php
      @@ -823,8 +823,8 @@ abstract class CommonDocGenerator
               if (empty($hidebottom)) $pdf->line($x+$l, $y+$h, $x, $y+$h);
               $pdf->line($x, $y+$h, $x, $y);
           }
      -    
      -    
      +
      +
           /**
            *   	uasort callback function to Sort colums fields
            *
      @@ -832,55 +832,54 @@ abstract class CommonDocGenerator
            *   	@param	array			$b    			PDF lines array fields configs
            *      @return	int								Return compare result
            */
      -    function columnSort($a, $b) {
      -        
      +    function columnSort($a, $b)
      +    {
               if(empty($a['rank'])){ $a['rank'] = 0; }
               if(empty($b['rank'])){ $b['rank'] = 0; }
               if ($a['rank'] == $b['rank']) {
                   return 0;
               }
               return ($a['rank'] > $b['rank']) ? -1 : 1;
      -        
           }
      -    
      +
           /**
            *   	Prepare Array Column Field
            *
      -     *   	@param	object			$object    		common object
      -     *   	@param	outputlangs		$outputlangs    langs
      -     *      @param		int			$hidedetails		Do not show line details
      -     *      @param		int			$hidedesc			Do not show desc
      -     *      @param		int			$hideref			Do not show ref
      +     *   	@param	object			$object				common object
      +     *   	@param	Translate		$outputlangs		langs
      +     *      @param	int				$hidedetails		Do not show line details
      +     *      @param	int				$hidedesc			Do not show desc
      +     *      @param	int				$hideref			Do not show ref
            *      @return	null
            */
      -    function prepareArrayColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0){
      -        
      +    function prepareArrayColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      +    {
               global $conf;
      -        
      +
               $this->defineColumnField($object,$outputlangs,$hidedetails,$hidedesc,$hideref);
      -        
      -        
      +
      +
               // Sorting
               uasort ( $this->cols, array( $this, 'columnSort' ) );
      -        
      +
               // Positionning
               $curX = $this->page_largeur-$this->marge_droite; // start from right
      -        
      +
               // Array witdh
               $arrayWidth = $this->page_largeur-$this->marge_droite-$this->marge_gauche;
      -        
      +
               // Count flexible column
               $totalDefinedColWidth = 0;
               $countFlexCol = 0;
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   if(!$this->getColumnStatus($colKey)) continue; // continue if desable
      -            
      +
                   if(!empty($colDef['scale'])){
                       // In case of column widht is defined by percentage
                       $colDef['width'] = abs($arrayWidth * $colDef['scale'] / 100 );
                   }
      -            
      +
                   if(empty($colDef['width'])){
                       $countFlexCol++;
                   }
      @@ -888,7 +887,7 @@ abstract class CommonDocGenerator
                       $totalDefinedColWidth += $colDef['width'];
                   }
               }
      -        
      +
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   // setting empty conf with default
      @@ -898,7 +897,7 @@ abstract class CommonDocGenerator
                   else{
                       $colDef['title'] = $this->defaultTitlesFieldsStyle;
                   }
      -            
      +
                   // setting empty conf with default
                   if(!empty($colDef['content'])){
                       $colDef['content'] = array_replace($this->defaultContentsFieldsStyle, $colDef['content']);
      @@ -906,14 +905,14 @@ abstract class CommonDocGenerator
                   else{
                       $colDef['content'] = $this->defaultContentsFieldsStyle;
                   }
      -            
      +
                   if($this->getColumnStatus($colKey))
                   {
                       // In case of flexible column
                       if(empty($colDef['width'])){
                           $colDef['width'] = abs(($arrayWidth - $totalDefinedColWidth)) / $countFlexCol;
                       }
      -                
      +
                       // Set positions
                       $lastX = $curX;
                       $curX = $lastX - $colDef['width'];
      @@ -922,7 +921,7 @@ abstract class CommonDocGenerator
                   }
               }
           }
      -    
      +
           /**
            *   	get column content width from column key
            *
      @@ -934,8 +933,8 @@ abstract class CommonDocGenerator
               $colDef = $this->cols[$colKey];
               return  $colDef['width'] - $colDef['content']['padding'][3] - $colDef['content']['padding'][1];
           }
      -    
      -    
      +
      +
           /**
            *   	get column content X (abscissa) left position from column key
            *
      @@ -947,7 +946,7 @@ abstract class CommonDocGenerator
               $colDef = $this->cols[$colKey];
               return  $colDef['xStartPos'] + $colDef['content']['padding'][3];
           }
      -    
      +
           /**
            *   	get column position rank from column key
            *
      @@ -959,7 +958,7 @@ abstract class CommonDocGenerator
               if(!isset($this->cols[$colKey]['rank'])) return -1;
               return  $this->cols[$colKey]['rank'];
           }
      -    
      +
           /**
            *   	get column position rank from column key
            *
      @@ -973,21 +972,21 @@ abstract class CommonDocGenerator
           {
               // prepare wanted rank
               $rank = -1;
      -        
      +
               // try to get rank from target column
               if(!empty($targetCol)){
                   $rank = $this->getColumnRank($targetCol);
                   if($rank>=0 && $insertAfterTarget){ $rank++; }
               }
      -        
      +
               // get rank from new column definition
               if($rank<0 && !empty($defArray['rank'])){
                   $rank = $defArray['rank'];
               }
      -        
      +
               // error: no rank
               if($rank<0){ return -1; }
      -        
      +
               foreach ($this->cols as $colKey =>& $colDef)
               {
                   if( $rank <= $colDef['rank'])
      @@ -995,14 +994,14 @@ abstract class CommonDocGenerator
                       $colDef['rank'] = $colDef['rank'] + 1;
                   }
               }
      -        
      +
               $defArray['rank'] = $rank;
               $this->cols[$newColKey] = $defArray; // array_replace is used to preserve keys
      -        
      +
               return $rank;
           }
      -    
      -    
      +
      +
           /**
            *   	print standard column content
            *
      @@ -1015,7 +1014,7 @@ abstract class CommonDocGenerator
           function printStdColumnContent($pdf, &$curY, $colKey, $columnText = '')
           {
               global $hookmanager;
      -        
      +
               $parameters=array(
                   'object' => $object,
                   'curY' =>& $curY,
      @@ -1031,10 +1030,10 @@ abstract class CommonDocGenerator
                   $colDef = $this->cols[$colKey];
                   $pdf->MultiCell( $this->getColumnContentWidth($colKey),2, $columnText,'',$colDef['content']['align']);
               }
      -        
      +
           }
      -    
      -    
      +
      +
           /**
            *   	get column status from column key
            *
      
      From eaab953ba2a23ff5c35c103977fb2f6a35c395e0 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 03:50:18 +0200
      Subject: [PATCH 0612/1013] Renamed mouvement.php into movement_list.php to
       follow dev rules
      
      ---
       htdocs/core/lib/stock.lib.php                             | 2 +-
       htdocs/core/menus/init_menu_auguria.sql                   | 2 +-
       htdocs/core/menus/standard/eldy.lib.php                   | 2 +-
       htdocs/product/reassort.php                               | 2 +-
       htdocs/product/reassortlot.php                            | 2 +-
       htdocs/product/stock/card.php                             | 2 +-
       htdocs/product/stock/class/mouvementstock.class.php       | 2 +-
       htdocs/product/stock/index.php                            | 2 +-
       htdocs/product/stock/{mouvement.php => movement_list.php} | 6 +++---
       htdocs/product/stock/product.php                          | 4 ++--
       htdocs/product/stock/productlot_card.php                  | 2 +-
       11 files changed, 14 insertions(+), 14 deletions(-)
       rename htdocs/product/stock/{mouvement.php => movement_list.php} (99%)
      
      diff --git a/htdocs/core/lib/stock.lib.php b/htdocs/core/lib/stock.lib.php
      index ac59ab230c7..579944117ab 100644
      --- a/htdocs/core/lib/stock.lib.php
      +++ b/htdocs/core/lib/stock.lib.php
      @@ -39,7 +39,7 @@ function stock_prepare_head($object)
       	$head[$h][2] = 'card';
       	$h++;
       
      -	$head[$h][0] = DOL_URL_ROOT.'/product/stock/mouvement.php?id='.$object->id;
      +	$head[$h][0] = DOL_URL_ROOT.'/product/stock/movement_list.php?id='.$object->id;
       	$head[$h][1] = $langs->trans("StockMovements");
       	$head[$h][2] = 'movements';
       	$h++;
      diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql
      index afd7ba0ffcb..682746b3412 100644
      --- a/htdocs/core/menus/init_menu_auguria.sql
      +++ b/htdocs/core/menus/init_menu_auguria.sql
      @@ -120,7 +120,7 @@ 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->stock->enabled', __HANDLER__, 'left', 3100__+MAX_llx_menu__, 'products', 'stock', 3__+MAX_llx_menu__, '/product/stock/index.php?leftmenu=stock', 'Stock', 0, 'stocks', '$user->rights->stock->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->stock->enabled', __HANDLER__, 'left', 3101__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/card.php?action=create', 'MenuNewWarehouse', 1, 'stocks', '$user->rights->stock->creer', '', 2, 0, __ENTITY__);
       insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->stock->enabled', __HANDLER__, 'left', 3102__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/list.php', 'List', 1, 'stocks', '$user->rights->stock->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->stock->enabled', __HANDLER__, 'left', 3104__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/mouvement.php', 'Movements', 1, 'stocks', '$user->rights->stock->mouvement->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->stock->enabled', __HANDLER__, 'left', 3104__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/movement_list.php', 'Movements', 1, 'stocks', '$user->rights->stock->mouvement->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->stock->enabled && $conf->supplier_order->enabled', __HANDLER__, 'left', 3105__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/replenish.php', 'Replenishments', 1, 'stocks', '$user->rights->stock->mouvement->creer && $user->rights->fournisseur->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->stock->enabled', __HANDLER__, 'left', 3106__+MAX_llx_menu__, 'products', '', 3100__+MAX_llx_menu__, '/product/stock/massstockmove.php', 'MassStockTransferShort', 1, 'stocks', '$user->rights->stock->mouvement->creer', '', 2, 5, __ENTITY__);
       
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 51a9907a16e..562ed99a020 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1310,7 +1310,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				$newmenu->add("/product/stock/index.php?leftmenu=stock", $langs->trans("Warehouses"), 0, $user->rights->stock->lire, '', $mainmenu, 'stock');
       				$newmenu->add("/product/stock/card.php?action=create", $langs->trans("MenuNewWarehouse"), 1, $user->rights->stock->creer);
       				$newmenu->add("/product/stock/list.php", $langs->trans("List"), 1, $user->rights->stock->lire);
      -				$newmenu->add("/product/stock/mouvement.php", $langs->trans("Movements"), 1, $user->rights->stock->mouvement->lire);
      +				$newmenu->add("/product/stock/movement_list.php", $langs->trans("Movements"), 1, $user->rights->stock->mouvement->lire);
       
                       $newmenu->add("/product/stock/massstockmove.php", $langs->trans("MassStockTransferShort"), 1, $user->rights->stock->mouvement->creer);
                       if ($conf->supplier_order->enabled) $newmenu->add("/product/stock/replenish.php", $langs->trans("Replenishment"), 1, $user->rights->stock->mouvement->creer && $user->rights->fournisseur->lire);
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index 2aa8dc6fcc7..27ac0c4d522 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -381,7 +381,7 @@ if ($resql)
       			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"><a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?idproduct='.$product->id.'">'.$langs->trans("Movements").'</a></td>';
       		print '<td align="right" class="nowrap">'.$product->LibStatut($objp->statut,5,0).'</td>';
               print '<td align="right" class="nowrap">'.$product->LibStatut($objp->tobuy,5,1).'</td>';
       		print '<td></td>';
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index bad733979b4..518a19d8407 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -408,7 +408,7 @@ if ($resql)
               //if ($objp->seuil_stock_alerte && ($objp->stock_physique < $objp->seuil_stock_alerte)) print img_warning($langs->trans("StockTooLow")).' ';
       		print $objp->stock_physique;
       		print '</td>';
      -		print '<td align="right"><a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?idproduct='.$product_static->id.'&search_warehouse='.$objp->fk_entrepot.'&search_batch='.($objp->batch != 'Undefined' ? $objp->batch : 'Undefined').'">'.$langs->trans("Movements").'</a></td>';
      +		print '<td align="right"><a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?idproduct='.$product_static->id.'&search_warehouse='.$objp->fk_entrepot.'&search_batch='.($objp->batch != 'Undefined' ? $objp->batch : 'Undefined').'">'.$langs->trans("Movements").'</a></td>';
       		print '<td align="right" class="nowrap">'.$product_static->LibStatut($objp->statut,5,0).'</td>';
               print '<td align="right" class="nowrap">'.$product_static->LibStatut($objp->tobuy,5,1).'</td>';
               print '<td></td>';
      diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
      index 334ccdb0b65..b24a37c4fe2 100644
      --- a/htdocs/product/stock/card.php
      +++ b/htdocs/product/stock/card.php
      @@ -384,7 +384,7 @@ else
       			if ($lastmovementdate)
       			{
       			    print dol_print_date($lastmovementdate,'dayhour').' ';
      -			    print '(<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?id='.$object->id.'">'.$langs->trans("FullList").'</a>)';
      +			    print '(<a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?id='.$object->id.'">'.$langs->trans("FullList").'</a>)';
       			}
       			else
       			{
      diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
      index f5fad015636..9012262d163 100644
      --- a/htdocs/product/stock/class/mouvementstock.class.php
      +++ b/htdocs/product/stock/class/mouvementstock.class.php
      @@ -1001,7 +1001,7 @@ class MouvementStock extends CommonObject
       		$label.= '<br><b>' . $langs->trans('Qty') . ':</b> ' .$this->qty;
       		$label.= '</div>';
       
      -		$link = '<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?id='.$this->warehouse_id.'&msid='.$this->id.'"';
      +		$link = '<a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?id='.$this->warehouse_id.'&msid='.$this->id.'"';
       		$link.= ($notooltip?'':' title="'.dol_escape_htmltag($label, 1).'" class="classfortooltip'.($morecss?' '.$morecss:'').'"');
       		$link.= '>';
       		$linkend='</a>';
      diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
      index e658b794d4b..20054d8896b 100644
      --- a/htdocs/product/stock/index.php
      +++ b/htdocs/product/stock/index.php
      @@ -143,7 +143,7 @@ if ($resql)
       		print '<th>'.$langs->trans("EatByDate").'</th>';
       	}
       	print '<th>'.$langs->trans("Warehouse").'</th>';
      -	print '<th align="right"><a class="notasortlink" href="'.DOL_URL_ROOT.'/product/stock/mouvement.php">'.$langs->trans("FullList").'</a></th>';
      +	print '<th align="right"><a class="notasortlink" href="'.DOL_URL_ROOT.'/product/stock/movement_list.php">'.$langs->trans("FullList").'</a></th>';
       	print "</tr>\n";
       
       	$i=0;
      diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/movement_list.php
      similarity index 99%
      rename from htdocs/product/stock/mouvement.php
      rename to htdocs/product/stock/movement_list.php
      index 8ee5383ded0..ec193e6dfc8 100644
      --- a/htdocs/product/stock/mouvement.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -20,7 +20,7 @@
        */
       
       /**
      - *	\file       htdocs/product/stock/mouvement.php
      + *	\file       htdocs/product/stock/movement_list.php
        *	\ingroup    stock
        *	\brief      Page to list stock movements
        */
      @@ -385,7 +385,7 @@ if ($action == "transfert_stock" && ! $cancel)
                       }
                       else
                       {
      -                    header("Location: mouvement.php?id=".$object->id);
      +                    header("Location: movement_list.php?id=".$object->id);
                           exit;
                       }
                   }
      @@ -1028,7 +1028,7 @@ if ($resql)
               {
       	        // Inventory code
       	        print '<td>'.'<a href="'
      -								.DOL_URL_ROOT.'/product/stock/mouvement.php'
      +								.DOL_URL_ROOT.'/product/stock/movement_list.php'
       								.'?id='.$objp->entrepot_id
       								.'&amp;search_inventorycode='.$objp->inventorycode
       							    .'&amp;search_type_mouvement='.$objp->type_mouvement
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index 70a37a4bba6..07b4f5dcac3 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -716,9 +716,9 @@ if ($id > 0 || $ref)
       			print '<tr><td class="tdtop">' . $langs->trans("LastMovement") . '</td><td>';
       			if ($lastmovementdate) {
       				print dol_print_date($lastmovementdate, 'dayhour') . ' ';
      -				print '(<a href="' . DOL_URL_ROOT . '/product/stock/mouvement.php?idproduct=' . $object->id . '">' . $langs->trans("FullList") . '</a>)';
      +				print '(<a href="' . DOL_URL_ROOT . '/product/stock/movement_list.php?idproduct=' . $object->id . '">' . $langs->trans("FullList") . '</a>)';
       			} else {
      -				print '<a href="' . DOL_URL_ROOT . '/product/stock/mouvement.php?idproduct=' . $object->id . '">' . $langs->trans("None") . '</a>';
      +				print '<a href="' . DOL_URL_ROOT . '/product/stock/movement_list.php?idproduct=' . $object->id . '">' . $langs->trans("None") . '</a>';
       			}
       			print "</td></tr>";
       		}
      diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
      index 08f28a7eb11..5ee52ce337a 100644
      --- a/htdocs/product/stock/productlot_card.php
      +++ b/htdocs/product/stock/productlot_card.php
      @@ -388,7 +388,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       
       	print '<a href="'.DOL_URL_ROOT.'/product/reassortlot.php?sref='.urlencode($producttmp->ref).'&search_batch='.urlencode($object->batch).'">'.$langs->trans("ShowCurrentStockOfLot").'</a><br>';
       	print '<br>';
      -	print '<a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?search_product_ref='.urlencode($producttmp->ref).'&search_batch='.urlencode($object->batch).'">'.$langs->trans("ShowLogOfMovementIfLot").'</a><br>';
      +	print '<a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?search_product_ref='.urlencode($producttmp->ref).'&search_batch='.urlencode($object->batch).'">'.$langs->trans("ShowLogOfMovementIfLot").'</a><br>';
       
       	print '<br>';
       }
      
      From 2a6478a2c42c0fb2b0b90455664d809b1cc5bb65 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 24 Oct 2018 08:15:00 +0200
      Subject: [PATCH 0613/1013] fix phpcs
      
      ---
       htdocs/product/class/product.class.php | 3 +--
       1 file changed, 1 insertion(+), 2 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index f8326a60721..24689e7b193 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3556,7 +3556,6 @@ class Product extends CommonObject
       		} else {
       			return false;
       		}
      -
       	}
       
       	/**
      @@ -4864,4 +4863,4 @@ class Product extends CommonObject
       			dol_print_error($this->db);
       		}
       	}
      -}
      \ No newline at end of file
      +}
      
      From 4747e93e39df7a09f4867b9a57dfd45464dc01fc Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 24 Oct 2018 08:18:21 +0200
      Subject: [PATCH 0614/1013] Update pdf_eratosthene.modules.php
      
      ---
       .../modules/commande/doc/pdf_eratosthene.modules.php   | 10 +++-------
       1 file changed, 3 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 4b11c61b078..3c2189e05c4 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -714,7 +714,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       		}
       	}
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *  Show payments table
            *
       	 *  @param	TCPDF		$pdf     		Object PDF
      @@ -725,12 +725,10 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
      -	    
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		TCPDF		$pdf     		Object PDF
      @@ -741,7 +739,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	private function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
       
      @@ -917,7 +914,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *	Show total to pay
       	 *
       	 *	@param	TCPDF		$pdf           Object PDF
      @@ -929,7 +926,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 */
       	private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       	    global $conf,$mysoc;
       
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      
      From d9d346aab28ec1ebc4153fb6b63fde59a502cfb4 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 24 Oct 2018 08:22:17 +0200
      Subject: [PATCH 0615/1013] Update pdf_sponge.modules.php
      
      ---
       .../core/modules/facture/doc/pdf_sponge.modules.php  | 12 +++---------
       1 file changed, 3 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index 4032a6c41a5..d03d60f50fe 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -849,7 +849,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *  Show payments table
       	 *
            *  @param	PDF			$pdf           Object PDF
      @@ -860,7 +860,6 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       		global $conf;
       
               $sign=1;
      @@ -989,7 +988,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		PDF			$pdf     		Object PDF
      @@ -1000,7 +999,6 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	private function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       		global $conf;
       
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
      @@ -1147,7 +1145,7 @@ class pdf_sponge extends ModelePDFFactures
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *	Show total to pay
       	 *
       	 *	@param	PDF			$pdf           Object PDF
      @@ -1159,7 +1157,6 @@ class pdf_sponge extends ModelePDFFactures
       	 */
       	private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       		global $conf,$mysoc;
       
               $sign=1;
      @@ -1828,9 +1825,6 @@ class pdf_sponge extends ModelePDFFactures
       		return pdf_pagefoot($pdf,$outputlangs,'INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
       	}
       
      -
      -
      -
       	/**
       	 *   	Define Array Column Field
       	 *
      
      From 2bc208675f88e282325395ba18d4efc5553e4c81 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 24 Oct 2018 09:06:54 +0200
      Subject: [PATCH 0616/1013] Update pdf_cyan.modules.php
      
      ---
       htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 7 ++-----
       1 file changed, 2 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index 9dcc14bf384..e43734039ca 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -875,7 +875,7 @@ class pdf_cyan extends ModelePDFPropales
       		}
       	}
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *  Show payments table
       	 *
            *  @param	TCPDF		$pdf           Object PDF
      @@ -886,11 +886,9 @@ class pdf_cyan extends ModelePDFPropales
       	 */
       	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       	}
       
      -
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		TCPDF		$pdf     		Object PDF
      @@ -901,7 +899,6 @@ class pdf_cyan extends ModelePDFPropales
       	 */
       	function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
       	{
      -	    // phpcs:enable
       		global $conf;
       		$default_font_size = pdf_getPDFFontSize($outputlangs);
       
      
      From a380d3e89b09d7bc29e3517b35a56f0953d4b58a Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Wed, 24 Oct 2018 09:19:57 +0200
      Subject: [PATCH 0617/1013] Fix missing group by in query
      
      ---
       htdocs/fourn/facture/paiement.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
      index 20ef0d4b9aa..7946f98cb66 100644
      --- a/htdocs/fourn/facture/paiement.php
      +++ b/htdocs/fourn/facture/paiement.php
      @@ -480,7 +480,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	            $sql.= ' AND f.fk_soc = '.$object->socid;
       	            $sql.= ' AND f.paye = 0';
       	            $sql.= ' AND f.fk_statut = 1';  // Statut=0 => non validee, Statut=2 => annulee
      -	            $sql.= ' GROUP BY f.rowid, f.ref, f.ref_supplier, f.total_ht, f.total_ttc, f.multicurrency_total_ttc, f.datef';
      +	            $sql.= ' GROUP BY f.rowid, f.ref, f.ref_supplier, f.total_ht, f.total_ttc, f.multicurrency_total_ttc, f.datef, f.date_lim_reglement';
       	            $resql = $db->query($sql);
       	            if ($resql)
       	            {
      
      From 036f70860e6440c3177439f6878de05ab2fefaff Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Wed, 24 Oct 2018 10:17:21 +0200
      Subject: [PATCH 0618/1013] FIX : wrong occurence number of contract on contact
       card, we must only count externals
      
      ---
       htdocs/contact/class/contact.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
      index 036ee75a43d..bea6843de5f 100644
      --- a/htdocs/contact/class/contact.class.php
      +++ b/htdocs/contact/class/contact.class.php
      @@ -860,6 +860,7 @@ class Contact extends CommonObject
       		$sql.=" FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as tc";
       		$sql.=" WHERE ec.fk_c_type_contact = tc.rowid";
       		$sql.=" AND fk_socpeople = ". $this->id;
      +		$sql.=" AND tc.source = 'external'";
       		$sql.=" GROUP BY tc.element";
       
       		dol_syslog(get_class($this)."::load_ref_elements", LOG_DEBUG);
      
      From fccea99e23fd16f5cfed56db3f28b83e1bcfeae3 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Wed, 24 Oct 2018 10:23:27 +0200
      Subject: [PATCH 0619/1013] FIX translation in select unit form
      
      ---
       htdocs/core/class/html.form.class.php | 10 ++++++++--
       1 file changed, 8 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index 0ed036f1d1f..cebd49737e5 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -3388,13 +3388,19 @@ class Form
       
       			while($res = $this->db->fetch_object($resql))
       			{
      +			    $unitLabel = $res->label;
      +			    if (! empty($langs->tab_translate['unit'.$res->code]))	// check if Translation is available before
      +			    {
      +			        $unitLabel = $langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label;
      +			    }
      +			    
       				if ($selected == $res->rowid)
       				{
      -					$return.='<option value="'.$res->rowid.'" selected>'.($langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label).'</option>';
      +				    $return.='<option value="'.$res->rowid.'" selected>'.$unitLabel.'</option>';
       				}
       				else
       				{
      -					$return.='<option value="'.$res->rowid.'">'.($langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label).'</option>';
      +				    $return.='<option value="'.$res->rowid.'">'.$unitLabel.'</option>';
       				}
       			}
       			$return.='</select>';
      
      From d0ab12ba6e9b308567100cfeddb9f7b68fd9a618 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:10:55 +0200
      Subject: [PATCH 0620/1013] Fix not used var
      
      ---
       htdocs/societe/class/societeaccount.class.php | 4 +---
       htdocs/stripe/class/stripe.class.php          | 2 --
       2 files changed, 1 insertion(+), 5 deletions(-)
      
      diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php
      index 12a664f2686..de228c576b5 100644
      --- a/htdocs/societe/class/societeaccount.class.php
      +++ b/htdocs/societe/class/societeaccount.class.php
      @@ -288,8 +288,6 @@ class SocieteAccount extends CommonObject
       	 */
       	public function getCustomerAccount($id, $site, $status=0)
       	{
      -		global $conf;
      -
       		$sql = "SELECT sa.key_account as key_account, sa.entity";
       		$sql.= " FROM " . MAIN_DB_PREFIX . "societe_account as sa";
       		$sql.= " WHERE sa.fk_soc = " . $id;
      @@ -298,7 +296,7 @@ class SocieteAccount extends CommonObject
       		$sql.= " AND key_account IS NOT NULL AND key_account <> ''";
       		//$sql.= " ORDER BY sa.key_account DESC";
       
      -		dol_syslog(get_class($this) . "::getCustomerAccount Try to find the system customer id of thirdparty id=".$id." (exemple: cus_.... for stripe)", LOG_DEBUG);
      +		dol_syslog(get_class($this) . "::getCustomerAccount Try to find the first system customer id for ".$site." of thirdparty id=".$id." (exemple: cus_.... for stripe)", LOG_DEBUG);
       		$result = $this->db->query($sql);
       		if ($result) {
       			if ($this->db->num_rows($result)) {
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index cce7289fb48..0e9c3cbb4a8 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -122,8 +122,6 @@ class Stripe extends CommonObject
       	 */
       	public function getStripeCustomerAccount($id, $status=0)
       	{
      -		global $conf;
      -
       		include_once DOL_DOCUMENT_ROOT.'/societe/class/societeaccount.class.php';
       		$societeaccount = new SocieteAccount($this->db);
       		return $societeaccount->getCustomerAccount($id, 'stripe', $status);		// Get thirdparty cus_...
      
      From 3e92582c1e2f9f05b4b7f719b887ba7e3ab921d4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:14:44 +0200
      Subject: [PATCH 0621/1013] Fix phpcs
      
      ---
       .../modules/commande/doc/pdf_eratosthene.modules.php  | 11 +++++------
       1 file changed, 5 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 4b11c61b078..ee465ae2b6f 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -726,7 +726,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
       	    // phpcs:enable
      -	    
       	}
       
       
      @@ -1181,7 +1180,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	/**
       	 *   Show table for lines
       	 *
      -	 *   @param		PDF			$pdf     		Object PDF
      +	 *   @param		TCPDF		$pdf     		Object PDF
       	 *   @param		string		$tab_top		Top position of table
       	 *   @param		string		$tab_height		Height of table (rectangle)
       	 *   @param		int			$nexY			Y (not used)
      @@ -1483,10 +1482,10 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *   	Define Array Column Field
       	 *
       	 *   	@param	object			$object    		common object
      -	 *   	@param	outputlangs		$outputlangs    langs
      -	 *      @param	int			   $hidedetails		Do not show line details
      -	 *      @param	int			   $hidedesc		Do not show desc
      -	 *      @param	int			   $hideref			Do not show ref
      +	 *   	@param	Translate		$outputlangs    langs
      +	 *      @param	int				$hidedetails	Do not show line details
      +	 *      @param	int				$hidedesc		Do not show desc
      +	 *      @param	int				$hideref		Do not show ref
       	 *      @return	null
       	 */
           public function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      
      From aa0bcc68781282d2cecfaf3ef8765cc849bff2b3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:14:44 +0200
      Subject: [PATCH 0622/1013] Fix phpcs
      
      ---
       .../commande/doc/pdf_eratosthene.modules.php    | 17 +++++++++--------
       1 file changed, 9 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 4b11c61b078..96357cdf508 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -714,7 +714,8 @@ class pdf_eratosthene extends ModelePDFCommandes
       		}
       	}
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *  Show payments table
            *
       	 *  @param	TCPDF		$pdf     		Object PDF
      @@ -726,11 +727,11 @@ class pdf_eratosthene extends ModelePDFCommandes
       	private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
       	{
       	    // phpcs:enable
      -	    
       	}
       
       
      -	/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
       	 *   Show miscellaneous information (payment mode, payment term, ...)
       	 *
       	 *   @param		TCPDF		$pdf     		Object PDF
      @@ -1181,7 +1182,7 @@ class pdf_eratosthene extends ModelePDFCommandes
       	/**
       	 *   Show table for lines
       	 *
      -	 *   @param		PDF			$pdf     		Object PDF
      +	 *   @param		TCPDF		$pdf     		Object PDF
       	 *   @param		string		$tab_top		Top position of table
       	 *   @param		string		$tab_height		Height of table (rectangle)
       	 *   @param		int			$nexY			Y (not used)
      @@ -1483,10 +1484,10 @@ class pdf_eratosthene extends ModelePDFCommandes
       	 *   	Define Array Column Field
       	 *
       	 *   	@param	object			$object    		common object
      -	 *   	@param	outputlangs		$outputlangs    langs
      -	 *      @param	int			   $hidedetails		Do not show line details
      -	 *      @param	int			   $hidedesc		Do not show desc
      -	 *      @param	int			   $hideref			Do not show ref
      +	 *   	@param	Translate		$outputlangs    langs
      +	 *      @param	int				$hidedetails	Do not show line details
      +	 *      @param	int				$hidedesc		Do not show desc
      +	 *      @param	int				$hideref		Do not show ref
       	 *      @return	null
       	 */
           public function defineColumnField($object,$outputlangs,$hidedetails=0,$hidedesc=0,$hideref=0)
      
      From 1a4bb7ed120b4672bd3b897c8ea8baba83524354 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:23:21 +0200
      Subject: [PATCH 0623/1013] FIX hover on line of movement list
      
      ---
       htdocs/product/stock/movement_list.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index ec193e6dfc8..d6ec1982569 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -579,8 +579,10 @@ if ($resql)
       
               print '<table class="border" width="100%">';
       
      +        print '<tr>';
      +
               // Description
      -        print '<tr><td class="titlefield tdtop">'.$langs->trans("Description").'</td><td>'.dol_htmlentitiesbr($object->description).'</td></tr>';
      +        print '<td class="titlefield tdtop">'.$langs->trans("Description").'</td><td>'.dol_htmlentitiesbr($object->description).'</td></tr>';
       
               $calcproductsunique=$object->nb_different_products();
               $calcproducts=$object->nb_products();
      @@ -966,7 +968,7 @@ if ($resql)
       			$origin = '';
       		}
       
      -        print "<tr>";
      +        print '<tr class="oddeven">';
               // Id movement
               if (! empty($arrayfields['m.rowid']['checked']))
               {
      
      From f0743c55bb678d6546b8db516a7456bb24562e70 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:24:10 +0200
      Subject: [PATCH 0624/1013] Fix phpcs
      
      ---
       htdocs/product/class/product.class.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index f8326a60721..49d4d9a290c 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3556,7 +3556,6 @@ class Product extends CommonObject
       		} else {
       			return false;
       		}
      -
       	}
       
       	/**
      
      From 2e0de15f958116f083950881231cc1d49345080d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:26:50 +0200
      Subject: [PATCH 0625/1013] Add public
      
      ---
       htdocs/product/class/product.class.php | 14 +++++++-------
       1 file changed, 7 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 49d4d9a290c..6748ecdef69 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -3488,7 +3488,7 @@ class Product extends CommonObject
       	 *
       	 *  @return 	int			Nb of father + child
       	 */
      -	function hasFatherOrChild()
      +	public function hasFatherOrChild()
       	{
       		$nb = 0;
       
      @@ -3514,7 +3514,7 @@ class Product extends CommonObject
       	 *
       	 * @return 	int		Number of variants
       	 */
      -	function hasVariants()
      +	public function hasVariants()
       	{
       		$nb = 0;
       		$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."product_attribute_combination WHERE fk_product_parent = ".$this->id;
      @@ -3535,7 +3535,7 @@ class Product extends CommonObject
       	 *
       	 * @return int
       	 */
      -	function isVariant()
      +	public function isVariant()
       	{
       		global $conf;
       		if (!empty($conf->variants->enabled)) {
      @@ -3563,7 +3563,7 @@ class Product extends CommonObject
       	 *
       	 *  @return 	array 		Array of product
       	 */
      -	function getFather()
      +	public function getFather()
       	{
       		$sql = "SELECT p.rowid, p.label as label, p.ref as ref, pa.fk_product_pere as id, p.fk_product_type, pa.qty, pa.incdec, p.entity";
       		$sql.= " FROM ".MAIN_DB_PREFIX."product_association as pa,";
      @@ -3604,7 +3604,7 @@ class Product extends CommonObject
       	 *  @param		int		$level				Level of recursing call (start to 1)
       	 *  @return     array       				Return array(prodid=>array(0=prodid, 1=>qty, 2=> ...)
       	 */
      -	function getChildsArbo($id, $firstlevelonly=0, $level=1)
      +	public function getChildsArbo($id, $firstlevelonly=0, $level=1)
       	{
       		global $alreadyfound;
       
      @@ -3692,7 +3692,7 @@ class Product extends CommonObject
            *  @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='', $maxlength=0, $save_lastsearch_value=-1)
      +	public function getNomUrl($withpicto=0, $option='', $maxlength=0, $save_lastsearch_value=-1)
       	{
       		global $conf, $langs, $hookmanager;
       		include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
      @@ -3848,7 +3848,7 @@ class Product extends CommonObject
       	 *	@param      int	$type       0=Sell, 1=Buy, 2=Batch Number management
       	 *	@return     string      	Label of status
       	 */
      -	function getLibStatut($mode=0, $type=0)
      +	public function getLibStatut($mode=0, $type=0)
       	{
       		switch ($type)
       		{
      
      From 6d86727c0bd7da3c52d884f2e58f5f0f82791361 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:34:00 +0200
      Subject: [PATCH 0626/1013] Lang not loaded
      
      ---
       htdocs/product/stock/movement_list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index d6ec1982569..31394144337 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -43,7 +43,7 @@ if (! empty($conf->projet->enabled))
       }
       
       // Load translation files required by the page
      -$langs->loadLangs(array('products', 'stocks'));
      +$langs->loadLangs(array('products', 'stocks', 'orders'));
       if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");
       
       // Security check
      
      From c2c4366c629a64fa91fa47bc7c81bce66c900188 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 11:38:16 +0200
      Subject: [PATCH 0627/1013] Removed duplicate translation
      
      ---
       htdocs/core/modules/modStock.class.php | 2 +-
       htdocs/langs/en_US/stocks.lang         | 2 +-
       htdocs/product/stock/massstockmove.php | 4 ++--
       htdocs/product/stock/movement_list.php | 2 +-
       4 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/modules/modStock.class.php b/htdocs/core/modules/modStock.class.php
      index e9e33c8bbf3..d4f79f1efcf 100644
      --- a/htdocs/core/modules/modStock.class.php
      +++ b/htdocs/core/modules/modStock.class.php
      @@ -273,7 +273,7 @@ class modStock extends DolibarrModules
       			'e.rowid'=>'IdWarehouse','e.ref'=>'LocationSummary','e.description'=>'DescWareHouse','e.lieu'=>'LieuWareHouse','e.address'=>'Address','e.zip'=>'Zip',
       			'e.town'=>'Town','p.rowid'=>"ProductId",'p.ref'=>"Ref",'p.fk_product_type'=>"Type",'p.label'=>"Label",'p.description'=>"Description",'p.note'=>"Note",
       			'p.price'=>"Price",'p.tva_tx'=>'VAT','p.tosell'=>"OnSell",'p.tobuy'=>'OnBuy','p.duration'=>"Duration",'p.datec'=>'DateCreation',
      -			'p.tms'=>'DateModification','sm.rowid'=>'MovementId','sm.value'=>'Qty','sm.datem'=>'DateMovement','sm.label'=>'LabelMovement',
      +			'p.tms'=>'DateModification','sm.rowid'=>'MovementId','sm.value'=>'Qty','sm.datem'=>'DateMovement','sm.label'=>'MovementLabel',
       			'sm.inventorycode'=>'InventoryCode'
       		);
       		$this->export_TypeFields_array[$r]=array(
      diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
      index b3313f5ff73..57138a75153 100644
      --- a/htdocs/langs/en_US/stocks.lang
      +++ b/htdocs/langs/en_US/stocks.lang
      @@ -44,7 +44,6 @@ TransferStock=Transfer stock
       MassStockTransferShort=Mass stock transfer
       StockMovement=Stock movement
       StockMovements=Stock movements
      -LabelMovement=Movement label
       NumberOfUnit=Number of units
       UnitPurchaseValue=Unit purchase price
       StockTooLow=Stock too low
      @@ -134,6 +133,7 @@ StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to
       StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever the rule for automatic stock change)
       StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever the rule for automatic stock change)
       MovementLabel=Label of movement
      +TypeMovement=Type of movement
       DateMovement=Date of movement
       InventoryCode=Movement or inventory code
       IsInPackage=Contained into package
      diff --git a/htdocs/product/stock/massstockmove.php b/htdocs/product/stock/massstockmove.php
      index c585b7a7e89..e456f966cf5 100644
      --- a/htdocs/product/stock/massstockmove.php
      +++ b/htdocs/product/stock/massstockmove.php
      @@ -161,7 +161,7 @@ if ($action == 'createmovements')
       	if (! GETPOST("label"))
       	{
       		$error++;
      -		setEventMessages($langs->trans("ErrorFieldRequired"),$langs->transnoentitiesnoconv("LabelMovement"), null, 'errors');
      +		setEventMessages($langs->trans("ErrorFieldRequired"),$langs->transnoentitiesnoconv("MovementLabel"), null, 'errors');
       	}
       
       	$db->begin();
      @@ -451,7 +451,7 @@ print '<table class="noborder" width="100%">';
       	print '</td>';
       	print '</tr>';
       	print '<tr>';
      -	print '<td>'.$langs->trans("LabelMovement").'</td>';
      +	print '<td>'.$langs->trans("MovementLabel").'</td>';
       	print '<td>';
       	print '<input type="text" name="label" class="quatrevingtpercent" value="'.dol_escape_htmltag($labelmovement).'">';
       	print '</td>';
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index 31394144337..053fe3a458b 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -103,7 +103,7 @@ $arrayfields=array(
           'e.ref'=>array('label'=>$langs->trans("Warehouse"), 'checked'=>1, 'enabled'=>(! $id > 0)),	// If we are on specific warehouse, we hide it
           '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.label'=>array('label'=>$langs->trans("MovementLabel"), '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),
      
      From 36323752ed1e8d0611d27164d15440cae28601f2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 12:00:54 +0200
      Subject: [PATCH 0628/1013] Project must be on a dedicated field
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql    |  1 +
       .../install/mysql/tables/llx_stock_mouvement.sql  |  1 +
       htdocs/langs/en_US/stocks.lang                    |  4 ++++
       .../product/stock/class/mouvementstock.class.php  |  7 +++++++
       htdocs/product/stock/movement_list.php            | 15 ++++++++-------
       5 files changed, 21 insertions(+), 7 deletions(-)
      
      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 09908ac86f5..c29cc803836 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
      @@ -54,6 +54,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
      +ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
       
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
      diff --git a/htdocs/install/mysql/tables/llx_stock_mouvement.sql b/htdocs/install/mysql/tables/llx_stock_mouvement.sql
      index 1e78e7a9820..fdeab913268 100644
      --- a/htdocs/install/mysql/tables/llx_stock_mouvement.sql
      +++ b/htdocs/install/mysql/tables/llx_stock_mouvement.sql
      @@ -33,6 +33,7 @@ create table llx_stock_mouvement
         fk_user_author  integer,							-- Id user making movement
         label           varchar(255),						-- Comment on movement
         inventorycode   varchar(128),						-- Code used to group different movement line into one operation (may be an inventory, a mass picking)
      +  fk_project	  integer,
         fk_origin       integer,
         origintype      varchar(32),
         model_pdf       varchar(255)
      diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
      index 57138a75153..21ed7f4085e 100644
      --- a/htdocs/langs/en_US/stocks.lang
      +++ b/htdocs/langs/en_US/stocks.lang
      @@ -204,3 +204,7 @@ ListInventory=List
       StockSupportServices=Stock management supports Services
       StockSupportServicesDesc=By default, you can stock only product with type "product". If on, and if module service is on, you can also stock a product with type "service"
       ReceiveProducts=Receive items
      +StockIncreaseAfterCorrectTransfer=Increase after correction/transfer
      +StockDecreaseAfterCorrectTransfer=Decrease after correction/transfer
      +StockIncrease=Stock increase
      +StockDecrease=Stock decrease
      diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
      index 9012262d163..395c192311f 100644
      --- a/htdocs/product/stock/class/mouvementstock.class.php
      +++ b/htdocs/product/stock/class/mouvementstock.class.php
      @@ -44,6 +44,13 @@ class MouvementStock extends CommonObject
       	public $product_id;
       	public $warehouse_id;
       	public $qty;
      +
      +	/**
      +	 * @var int Type of movement
      +	 * 0=input (stock increase by a stock transfer), 1=output (stock decrease after by a stock transfer),
      +	 * 2=output (stock decrease), 3=input (stock increase)
      +	 * Note that qty should be > 0 with 0 or 3, < 0 with 1 or 2.
      +	 */
       	public $type;
       
       	public $tms = '';
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index 053fe3a458b..1d8999d319c 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -478,11 +478,11 @@ if (! empty($search_movement))      $sql.= natural_search('m.label', $search_mov
       if (! empty($search_inventorycode)) $sql.= natural_search('m.inventorycode', $search_inventorycode);
       if (! empty($search_product_ref))   $sql.= natural_search('p.ref', $search_product_ref);
       if (! empty($search_product))       $sql.= natural_search('p.label', $search_product);
      -if ($search_warehouse > 0)          $sql.= " AND e.rowid = '".$db->escape($search_warehouse)."'";
      +if ($search_warehouse != '' && $search_warehouse != '-1')          $sql.= natural_search('e.rowid', $search_warehouse, 2);
       if (! empty($search_user))          $sql.= natural_search('u.login', $search_user);
       if (! empty($search_batch))         $sql.= natural_search('m.batch', $search_batch);
       if ($search_qty != '')				$sql.= natural_search('m.value', $search_qty, 1);
      -if ($search_type_mouvement)	$sql.= " AND m.type_mouvement = '".$db->escape($search_type_mouvement)."'";
      +if ($search_type_mouvement != '' && $search_type_mouvement != '-1')	$sql.= natural_search('m.type_mouvement', $search_type_mouvement, 2);
       // Add where from extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
       // Add where from hooks
      @@ -843,13 +843,14 @@ if ($resql)
       	    // Type of movement
       	    print '<td class="liste_titre" align="center">';
       	    //print '<input class="flat" type="text" size="3" name="search_type_mouvement" value="'.dol_escape_htmltag($search_type_mouvement).'">';
      -		print '<select name="search_type_mouvement">';
      +		print '<select id="search_type_mouvement" name="search_type_mouvement" class="maxwidth150">';
       		print '<option value="" '.(($search_type_mouvement=="")?'selected="selected"':'').'></option>';
      -		print '<option value="0" '.(($search_type_mouvement=="0")?'selected="selected"':'').'>0</option>';
      -		print '<option value="1" '.(($search_type_mouvement=="1")?'selected="selected"':'').'>1</option>';
      -		print '<option value="2" '.(($search_type_mouvement=="2")?'selected="selected"':'').'>2</option>';
      -		print '<option value="3" '.(($search_type_mouvement=="3")?'selected="selected"':'').'>3</option>';
      +		print '<option value="0" '.(($search_type_mouvement=="0")?'selected="selected"':'').'>'.$langs->trans('StockIncreaseAfterCorrectTransfer').'</option>';
      +		print '<option value="1" '.(($search_type_mouvement=="1")?'selected="selected"':'').'>'.$langs->trans('StockDecreaseAfterCorrectTransfer').'</option>';
      +		print '<option value="2" '.(($search_type_mouvement=="2")?'selected="selected"':'').'>'.$langs->trans('StockDecrease').'</option>';
      +		print '<option value="3" '.(($search_type_mouvement=="3")?'selected="selected"':'').'>'.$langs->trans('StockIncrease').'</option>';
       		print '</select>';
      +		print ajax_combobox('search_type_mouvement');
       		// TODO: add new function $formentrepot->selectTypeOfMovement(...) like
       		// print $formproduct->selectWarehouses($search_warehouse, 'search_warehouse', 'warehouseopen,warehouseinternal', 1, 0, 0, '', 0, 0, null, 'maxwidth200');
       	    print '</td>';
      
      From 24f37c7bd71c76a161e6cef75c3ea9b6ae9513a9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 12:12:06 +0200
      Subject: [PATCH 0629/1013] CSS
      
      ---
       htdocs/langs/en_US/stocks.lang         | 4 ++--
       htdocs/product/stock/movement_list.php | 6 +++---
       2 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
      index 21ed7f4085e..fbbc00887aa 100644
      --- a/htdocs/langs/en_US/stocks.lang
      +++ b/htdocs/langs/en_US/stocks.lang
      @@ -204,7 +204,7 @@ ListInventory=List
       StockSupportServices=Stock management supports Services
       StockSupportServicesDesc=By default, you can stock only product with type "product". If on, and if module service is on, you can also stock a product with type "service"
       ReceiveProducts=Receive items
      -StockIncreaseAfterCorrectTransfer=Increase after correction/transfer
      -StockDecreaseAfterCorrectTransfer=Decrease after correction/transfer
      +StockIncreaseAfterCorrectTransfer=Increase by correction/transfer
      +StockDecreaseAfterCorrectTransfer=Decrease by correction/transfer
       StockIncrease=Stock increase
       StockDecrease=Stock decrease
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index 1d8999d319c..27c50d075aa 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -983,7 +983,7 @@ if ($resql)
               if (! empty($arrayfields['p.ref']['checked']))
               {
       	        // Product ref
      -	        print '<td>';
      +	        print '<td class="nowraponall">';
       	        print $productstatic->getNomUrl(1,'stock',16);
       	        print "</td>\n";
               }
      @@ -1000,7 +1000,7 @@ if ($resql)
               }
               if (! empty($arrayfields['m.batch']['checked']))
               {
      -	    	print '<td align="center">';
      +	    	print '<td class="center nowraponall">';
       	    	if ($productlot->id > 0) print $productlot->getNomUrl(1);
       	    	else print $productlot->batch;		// the id may not be defined if movement was entered when lot was not saved or if lot was removed after movement.
       	    	print '</td>';
      @@ -1053,7 +1053,7 @@ if ($resql)
               if (! empty($arrayfields['origin']['checked']))
               {
               	// Origin of movement
      -        	print '<td>'.$origin.'</td>';
      +        	print '<td class="nowraponall">'.$origin.'</td>';
               }
               if (! empty($arrayfields['m.value']['checked']))
               {
      
      From 8eb1af2b40f25831f0bf6d90b0c21e2760efb898 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 24 Oct 2018 13:29:59 +0200
      Subject: [PATCH 0630/1013] Start beta
      
      ---
       htdocs/filefunc.inc.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
      index 18c5dd4962a..f886266a701 100644
      --- a/htdocs/filefunc.inc.php
      +++ b/htdocs/filefunc.inc.php
      @@ -31,7 +31,7 @@
        */
       
       if (! defined('DOL_APPLICATION_TITLE')) define('DOL_APPLICATION_TITLE','Dolibarr');
      -if (! defined('DOL_VERSION')) define('DOL_VERSION','9.0.0-alpha');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
      +if (! defined('DOL_VERSION')) define('DOL_VERSION','9.0.0-beta');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
       
       if (! defined('EURO')) define('EURO',chr(128));
       
      
      From 86d854f3f4918e001ba26c361f3a1b2a6cc8e445 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 24 Oct 2018 23:04:26 +0200
      Subject: [PATCH 0631/1013] 
       Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
      
      ---
       dev/initdata/generate-invoice.php             |  3 --
       dev/initdata/generate-proposal.php            |  2 --
       dev/setup/codesniffer/ruleset.xml             |  1 +
       htdocs/accountancy/admin/accountmodel.php     |  1 -
       htdocs/accountancy/admin/categories_list.php  |  1 -
       htdocs/accountancy/admin/journals_list.php    |  1 -
       htdocs/accountancy/admin/productaccount.php   |  1 -
       htdocs/accountancy/bookkeeping/balance.php    |  1 -
       htdocs/accountancy/bookkeeping/list.php       |  1 -
       .../accountancy/class/bookkeeping.class.php   |  1 -
       htdocs/accountancy/customer/lines.php         |  1 -
       htdocs/accountancy/journal/sellsjournal.php   |  1 -
       htdocs/adherents/card.php                     |  3 --
       htdocs/adherents/cartes/carte.php             |  1 -
       htdocs/adherents/class/adherent.class.php     |  2 --
       htdocs/adherents/class/subscription.class.php |  1 -
       htdocs/adherents/note.php                     |  1 -
       htdocs/adherents/type.php                     |  1 -
       htdocs/admin/barcode.php                      |  1 -
       htdocs/admin/chequereceipts.php               |  1 -
       htdocs/admin/delais.php                       |  8 -----
       htdocs/admin/dict.php                         |  1 -
       .../class/PSWebServiceLibrary.class.php       |  1 -
       htdocs/admin/facture.php                      |  3 --
       htdocs/admin/ldap.php                         |  1 -
       htdocs/admin/ldap_members.php                 |  1 -
       htdocs/admin/ldap_users.php                   |  1 -
       htdocs/admin/limits.php                       |  1 -
       htdocs/admin/modules.php                      |  6 ----
       htdocs/admin/oauth.php                        |  1 -
       htdocs/admin/oauthlogintokens.php             |  3 --
       htdocs/admin/payment.php                      |  2 --
       htdocs/admin/pdf.php                          |  1 -
       htdocs/admin/receiptprinter.php               |  1 -
       htdocs/admin/supplier_payment.php             |  1 -
       htdocs/admin/syslog.php                       |  2 --
       htdocs/admin/tools/eaccelerator.php           |  1 -
       htdocs/admin/tools/listsessions.php           |  1 -
       htdocs/admin/translation.php                  |  1 -
       htdocs/admin/website.php                      |  1 -
       htdocs/asset/class/asset.class.php            |  1 -
       htdocs/asset/type.php                         |  3 --
       htdocs/blockedlog/admin/blockedlog_list.php   |  2 --
       htdocs/blockedlog/ajax/authority.php          |  2 --
       htdocs/blockedlog/ajax/check_signature.php    |  1 -
       htdocs/blockedlog/class/authority.class.php   |  4 ---
       htdocs/blockedlog/class/blockedlog.class.php  |  3 --
       htdocs/bookmarks/card.php                     |  1 -
       htdocs/cashdesk/class/Facturation.class.php   | 32 -------------------
       htdocs/cashdesk/facturation.php               |  1 -
       htdocs/cashdesk/facturation_dhtml.php         |  1 -
       htdocs/cashdesk/facturation_verif.php         |  2 --
       htdocs/cashdesk/tpl/facturation1.tpl.php      |  1 -
       htdocs/cashdesk/tpl/liste_articles.tpl.php    |  2 --
       htdocs/cashdesk/tpl/validation1.tpl.php       |  5 ---
       htdocs/cashdesk/validation_verif.php          |  1 -
       htdocs/categories/class/categorie.class.php   |  2 --
       htdocs/categories/traduction.php              |  1 -
       htdocs/categories/viewcat.php                 |  1 -
       htdocs/comm/action/card.php                   |  2 --
       htdocs/comm/action/class/actioncomm.class.php |  2 --
       .../action/class/api_agendaevents.class.php   |  1 -
       htdocs/comm/action/index.php                  |  1 -
       htdocs/comm/action/list.php                   |  2 --
       htdocs/comm/action/pertype.php                |  1 -
       htdocs/comm/action/peruser.php                |  2 --
       htdocs/comm/address.php                       |  3 --
       htdocs/comm/card.php                          |  2 --
       htdocs/comm/index.php                         |  2 --
       htdocs/comm/mailing/advtargetemailing.php     |  1 -
       htdocs/comm/mailing/card.php                  |  1 -
       htdocs/comm/mailing/cibles.php                |  1 -
       .../mailing/class/advtargetemailing.class.php |  9 ------
       .../html.formadvtargetemailing.class.php      |  3 --
       htdocs/comm/mailing/class/mailing.class.php   |  2 --
       htdocs/comm/mailing/index.php                 |  1 -
       htdocs/comm/multiprix.php                     |  1 -
       htdocs/comm/propal/card.php                   |  3 --
       .../comm/propal/class/api_proposals.class.php |  1 -
       htdocs/comm/propal/class/propal.class.php     |  3 --
       htdocs/comm/propal/list.php                   |  1 -
       htdocs/commande/card.php                      |  1 -
       htdocs/commande/class/api_orders.class.php    |  2 --
       htdocs/commande/class/commande.class.php      |  1 -
       htdocs/commande/list.php                      |  1 -
       htdocs/commande/orderstoinvoice.php           |  5 ---
       htdocs/compta/bank/annuel.php                 |  1 -
       htdocs/compta/bank/card.php                   |  3 --
       .../bank/class/paymentvarious.class.php       |  1 -
       htdocs/compta/bank/ligne.php                  |  2 --
       htdocs/compta/compta-files.php                |  2 --
       htdocs/compta/deplacement/card.php            |  1 -
       htdocs/compta/deplacement/document.php        |  1 -
       htdocs/compta/deplacement/index.php           |  1 -
       htdocs/compta/facture/card.php                | 13 --------
       htdocs/compta/facture/class/facture.class.php |  2 --
       .../facture/class/paymentterm.class.php       |  2 --
       htdocs/compta/facture/contact.php             |  1 -
       htdocs/compta/facture/fiche-rec.php           |  4 ---
       .../compta/facture/invoicetemplate_list.php   |  1 -
       htdocs/compta/facture/list.php                |  4 ---
       htdocs/compta/index.php                       |  3 --
       htdocs/compta/localtax/clients.php            |  2 --
       htdocs/compta/paiement/card.php               |  2 --
       htdocs/compta/paiement/cheque/card.php        |  4 ---
       .../cheque/class/remisecheque.class.php       |  1 -
       .../compta/paiement/class/cpaiement.class.php |  2 --
       htdocs/compta/paiement_charge.php             |  1 -
       htdocs/compta/payment_sc/card.php             |  1 -
       .../class/bonprelevement.class.php            |  4 ---
       .../class/rejetprelevement.class.php          |  1 -
       htdocs/compta/prelevement/create.php          |  1 -
       htdocs/compta/prelevement/factures.php        |  1 -
       htdocs/compta/prelevement/fiche-rejet.php     |  1 -
       htdocs/compta/prelevement/fiche-stat.php      |  1 -
       htdocs/compta/prelevement/ligne.php           |  1 -
       htdocs/compta/resultat/index.php              |  3 --
       .../salaries/class/paymentsalary.class.php    |  1 -
       htdocs/compta/salaries/document.php           |  1 -
       .../sociales/class/cchargesociales.class.php  |  2 --
       .../sociales/class/chargesociales.class.php   |  2 --
       .../class/paymentsocialcontribution.class.php |  1 -
       htdocs/compta/stats/byratecountry.php         |  2 --
       htdocs/compta/stats/casoc.php                 |  1 -
       htdocs/compta/tva/class/tva.class.php         |  1 -
       htdocs/contact/card.php                       |  2 --
       htdocs/contact/class/contact.class.php        |  1 -
       htdocs/contrat/class/api_contracts.class.php  |  2 --
       htdocs/contrat/class/contrat.class.php        |  3 --
       htdocs/contrat/contact.php                    |  1 -
       htdocs/contrat/document.php                   |  1 -
       htdocs/contrat/index.php                      |  5 ---
       htdocs/contrat/note.php                       |  1 -
       htdocs/core/actions_sendmails.inc.php         |  1 -
       htdocs/core/ajax/ajaxdirtree.php              |  1 -
       htdocs/core/ajax/check_notifications.php      |  1 -
       htdocs/core/ajax/price.php                    |  1 -
       htdocs/core/boxes/box_actions.php             |  1 -
       htdocs/core/boxes/box_factures.php            |  1 -
       .../boxes/box_graph_invoices_permonth.php     |  1 -
       .../box_graph_invoices_supplier_permonth.php  |  1 -
       .../core/boxes/box_graph_orders_permonth.php  |  1 -
       .../box_graph_orders_supplier_permonth.php    |  1 -
       .../boxes/box_graph_propales_permonth.php     |  1 -
       htdocs/core/boxes/box_services_expired.php    |  2 --
       htdocs/core/class/comment.class.php           |  1 -
       htdocs/core/class/commonobject.class.php      |  6 ----
       htdocs/core/class/ctyperesource.class.php     |  4 ---
       htdocs/core/class/dolgraph.class.php          |  1 -
       htdocs/core/class/dolreceiptprinter.class.php |  2 --
       .../core/class/emailsenderprofile.class.php   |  1 -
       htdocs/core/class/extrafields.class.php       |  3 --
       htdocs/core/class/html.form.class.php         |  2 --
       htdocs/core/class/html.formfile.class.php     |  2 --
       htdocs/core/class/html.formother.class.php    |  1 -
       htdocs/core/class/notify.class.php            |  2 --
       htdocs/core/class/rssparser.class.php         |  4 ---
       htdocs/core/class/utils.class.php             |  1 -
       htdocs/core/db/mssql.class.php                |  2 --
       htdocs/core/db/sqlite3.class.php              |  2 --
       htdocs/core/lib/admin.lib.php                 |  1 -
       htdocs/core/lib/company.lib.php               |  1 -
       htdocs/core/lib/emailing.lib.php              |  1 -
       htdocs/core/lib/fichinter.lib.php             |  1 -
       htdocs/core/lib/files.lib.php                 |  1 -
       htdocs/core/lib/functions.lib.php             |  6 ----
       htdocs/core/lib/xcal.lib.php                  |  1 -
       htdocs/core/login/functions_ldap.php          |  1 -
       htdocs/core/menus/standard/eldy.lib.php       |  6 ----
       htdocs/core/menus/standard/eldy_menu.php      |  2 --
       htdocs/core/menus/standard/empty.php          |  2 --
       htdocs/core/modules/DolibarrModules.class.php |  4 ---
       .../modules/cheque/modules_chequereceipts.php |  1 -
       .../commande/doc/pdf_einstein.modules.php     |  1 -
       .../commande/doc/pdf_eratosthene.modules.php  |  3 --
       .../expedition/doc/pdf_rouget.modules.php     |  2 --
       .../doc/pdf_standard.modules.php              |  1 -
       .../modules/facture/doc/pdf_crabe.modules.php |  4 ---
       .../facture/doc/pdf_sponge.modules.php        |  5 ---
       .../modules/import/import_csv.modules.php     |  1 -
       .../modules/import/import_xlsx.modules.php    |  1 -
       .../thirdparties_services_expired.modules.php |  1 -
       htdocs/core/modules/modStock.class.php        |  1 -
       .../doc/doc_generic_project_odt.modules.php   |  1 -
       .../task/doc/doc_generic_task_odt.modules.php |  1 -
       .../modules/propale/doc/pdf_azur.modules.php  |  1 -
       .../modules/propale/doc/pdf_cyan.modules.php  |  3 --
       .../modGeneratePassStandard.class.php         |  1 -
       .../stock/doc/pdf_stdmovement.modules.php     |  1 -
       .../pdf/pdf_canelle.modules.php               |  1 -
       .../pdf/pdf_muscadet.modules.php              |  1 -
       .../doc/pdf_aurore.modules.php                |  1 -
       htdocs/core/tpl/card_presend.tpl.php          |  1 -
       htdocs/core/tpl/resource_view.tpl.php         |  1 -
       .../interface_80_modStripe_Stripe.class.php   |  1 -
       htdocs/cron/card.php                          |  1 -
       htdocs/datapolicy/admin/setup.php             |  2 --
       htdocs/datapolicy/class/datapolicy.class.php  |  2 --
       .../datapolicy/class/datapolicycron.class.php |  2 --
       htdocs/datapolicy/mailing.php                 |  2 --
       htdocs/don/card.php                           |  1 -
       htdocs/don/document.php                       |  1 -
       htdocs/don/payment/card.php                   |  2 --
       htdocs/ecm/class/ecmdirectory.class.php       |  1 -
       htdocs/ecm/dir_add_card.php                   |  1 -
       htdocs/ecm/dir_card.php                       |  1 -
       htdocs/ecm/file_card.php                      |  1 -
       htdocs/ecm/index_auto.php                     |  1 -
       htdocs/expedition/card.php                    |  9 ------
       .../expedition/class/api_shipments.class.php  |  1 -
       htdocs/expedition/class/expedition.class.php  |  4 ---
       htdocs/expedition/contact.php                 |  1 -
       htdocs/expedition/list.php                    |  1 -
       htdocs/expedition/shipment.php                |  3 --
       htdocs/expensereport/card.php                 |  7 ----
       .../class/api_expensereports.class.php        |  1 -
       .../class/expensereport.class.php             |  2 --
       .../class/paymentexpensereport.class.php      |  1 -
       htdocs/expensereport/document.php             |  1 -
       htdocs/expensereport/export_csv.php           |  4 ---
       htdocs/expensereport/index.php                |  1 -
       htdocs/expensereport/payment/card.php         |  2 --
       htdocs/expensereport/payment/payment.php      |  1 -
       htdocs/exports/export.php                     |  4 ---
       htdocs/fichinter/card-rec.php                 |  5 ---
       htdocs/fichinter/card.php                     |  8 -----
       htdocs/fichinter/class/fichinter.class.php    |  1 -
       htdocs/fichinter/contact.php                  |  1 -
       htdocs/fichinter/document.php                 |  1 -
       .../class/fournisseur.commande.class.php      |  5 ---
       .../fournisseur.commande.dispatch.class.php   |  2 --
       .../fourn/class/fournisseur.facture.class.php |  2 --
       htdocs/fourn/class/paiementfourn.class.php    |  1 -
       htdocs/fourn/commande/card.php                | 10 ------
       htdocs/fourn/commande/contact.php             |  1 -
       htdocs/fourn/commande/document.php            |  1 -
       htdocs/fourn/commande/list.php                |  1 -
       htdocs/fourn/commande/orderstoinvoice.php     |  2 --
       htdocs/fourn/contact.php                      |  1 -
       htdocs/fourn/facture/card.php                 |  9 ------
       htdocs/fourn/facture/contact.php              |  1 -
       htdocs/fourn/facture/document.php             |  1 -
       htdocs/fourn/facture/impayees.php             |  1 -
       htdocs/fourn/facture/list.php                 |  1 -
       htdocs/fourn/paiement/card.php                |  3 --
       htdocs/ftp/index.php                          |  5 ---
       htdocs/holiday/card.php                       |  5 ---
       htdocs/holiday/class/holiday.class.php        |  2 --
       htdocs/holiday/list.php                       |  1 -
       htdocs/holiday/month_report.php               |  1 -
       htdocs/holiday/view_log.php                   |  1 -
       htdocs/hrm/admin/admin_establishment.php      |  1 -
       htdocs/hrm/establishment/card.php             |  1 -
       htdocs/hrm/index.php                          |  3 --
       htdocs/imports/import.php                     |  4 ---
       htdocs/install/check.php                      |  2 --
       htdocs/install/lib/repair.lib.php             |  1 -
       htdocs/install/repair.php                     |  1 -
       htdocs/install/step2.php                      |  1 -
       htdocs/install/step4.php                      |  1 -
       htdocs/install/upgrade2.php                   |  4 ---
       htdocs/livraison/card.php                     |  3 --
       htdocs/loan/class/loanschedule.class.php      |  2 --
       htdocs/loan/class/paymentloan.class.php       |  1 -
       htdocs/margin/productMargins.php              |  2 --
       .../template/class/actions_mymodule.class.php |  1 -
       .../template/class/myobject.class.php         |  1 -
       htdocs/opensurvey/results.php                 |  1 -
       htdocs/printing/admin/printing.php            |  2 --
       htdocs/product/admin/price_rules.php          |  1 -
       htdocs/product/admin/product.php              |  1 -
       htdocs/product/admin/product_tools.php        |  1 -
       htdocs/product/card.php                       |  2 --
       htdocs/product/class/product.class.php        |  3 --
       .../class/propalmergepdfproduct.class.php     |  6 ----
       htdocs/product/composition/card.php           |  2 --
       htdocs/product/document.php                   |  1 -
       htdocs/product/index.php                      |  2 --
       .../inventory/class/inventory.class.php       |  1 -
       .../product/inventory/tpl/inventory.tpl.php   |  1 -
       htdocs/product/price.php                      |  2 --
       htdocs/product/reassort.php                   |  2 --
       htdocs/product/reassortlot.php                |  1 -
       htdocs/product/stock/card.php                 |  3 --
       htdocs/product/stock/class/entrepot.class.php |  2 --
       .../stock/class/mouvementstock.class.php      |  1 -
       .../class/productstockentrepot.class.php      |  2 --
       htdocs/product/stock/index.php                |  1 -
       htdocs/product/stock/product.php              |  8 -----
       htdocs/product/stock/productlot_card.php      |  2 --
       htdocs/product/stock/productlot_document.php  |  3 --
       htdocs/product/stock/valo.php                 |  2 --
       htdocs/product/traduction.php                 |  1 -
       htdocs/projet/activity/index.php              |  3 --
       htdocs/projet/card.php                        |  1 -
       htdocs/projet/class/api_projects.class.php    |  1 -
       htdocs/projet/class/api_tasks.class.php       |  1 -
       htdocs/projet/class/project.class.php         |  2 --
       htdocs/projet/class/projectstats.class.php    |  1 -
       htdocs/projet/class/task.class.php            |  1 -
       htdocs/projet/document.php                    |  1 -
       htdocs/projet/element.php                     |  1 -
       htdocs/projet/list.php                        |  1 -
       htdocs/projet/tasks.php                       |  1 -
       htdocs/projet/tasks/comment.php               |  1 -
       htdocs/projet/tasks/contact.php               |  1 -
       htdocs/public/cron/cron_run_jobs.php          |  1 -
       htdocs/public/donations/donateurs_code.php    |  1 -
       htdocs/public/emailing/mailing-read.php       |  1 -
       htdocs/public/members/public_card.php         |  1 -
       htdocs/public/onlinesign/newonlinesign.php    |  3 --
       htdocs/public/payment/newpayment.php          |  1 -
       htdocs/public/stripe/ipn.php                  |  5 ---
       htdocs/resource/card.php                      |  1 -
       htdocs/resource/class/dolresource.class.php   |  2 --
       htdocs/resource/document.php                  |  1 -
       htdocs/resource/element_resource.php          |  1 -
       htdocs/societe/admin/societe.php              |  4 ---
       .../canvas/actions_card_common.class.php      |  1 -
       .../company/actions_card_company.class.php    |  1 -
       htdocs/societe/card.php                       |  7 ----
       htdocs/societe/class/address.class.php        |  2 --
       .../societe/class/api_thirdparties.class.php  |  2 --
       .../class/companybankaccount.class.php        |  1 -
       .../class/companypaymentmode.class.php        |  1 -
       htdocs/societe/class/societe.class.php        |  4 ---
       htdocs/societe/class/societeaccount.class.php |  1 -
       htdocs/societe/consumption.php                |  1 -
       htdocs/societe/price.php                      |  1 -
       htdocs/stripe/charge.php                      |  1 -
       htdocs/stripe/class/actions_stripe.class.php  |  1 -
       htdocs/stripe/class/stripe.class.php          |  1 -
       htdocs/stripe/payment.php                     |  1 -
       htdocs/supplier_proposal/card.php             |  1 -
       .../class/api_supplier_proposals.class.php    |  1 -
       .../class/supplier_proposal.class.php         |  4 ---
       htdocs/supplier_proposal/contact.php          |  1 -
       htdocs/ticket/list.php                        |  1 -
       htdocs/user/card.php                          |  2 --
       htdocs/user/class/user.class.php              |  2 --
       htdocs/user/clicktodial.php                   |  1 -
       htdocs/user/param_ihm.php                     |  2 --
       htdocs/variants/admin/admin.php               |  1 -
       htdocs/variants/card.php                      |  1 -
       .../class/ProductCombination.class.php        |  1 -
       htdocs/variants/combinations.php              |  4 ---
       htdocs/variants/generator.php                 |  1 -
       htdocs/webservices/server_actioncomm.php      |  1 -
       htdocs/webservices/server_category.php        |  2 --
       htdocs/webservices/server_invoice.php         |  2 --
       htdocs/webservices/server_order.php           |  6 ----
       .../webservices/server_productorservice.php   |  5 ---
       htdocs/webservices/server_thirdparty.php      |  1 -
       htdocs/webservices/server_user.php            |  1 -
       htdocs/website/index.php                      |  2 --
       scripts/cron/cron_run_jobs.php                |  1 -
       scripts/emailings/mailing-send.php            |  2 --
       .../members/sync_members_ldap2dolibarr.php    |  1 -
       scripts/product/migrate_picture_path.php      |  1 -
       test/phpunit/CodingSqlTest.php                |  3 --
       360 files changed, 1 insertion(+), 720 deletions(-)
      
      diff --git a/dev/initdata/generate-invoice.php b/dev/initdata/generate-invoice.php
      index 4064336cbab..280518bd4e3 100755
      --- a/dev/initdata/generate-invoice.php
      +++ b/dev/initdata/generate-invoice.php
      @@ -185,7 +185,4 @@ while ($i < GEN_NUMBER_FACTURE && $result >= 0)
       	{
       		dol_print_error($db,$object->error);
       	}
      -
       }
      -
      -
      diff --git a/dev/initdata/generate-proposal.php b/dev/initdata/generate-proposal.php
      index 631b734fc9e..eb2bfe15a00 100755
      --- a/dev/initdata/generate-proposal.php
      +++ b/dev/initdata/generate-proposal.php
      @@ -218,6 +218,4 @@ while ($i < GEN_NUMBER_PROPAL && $result >= 0)
       	{
       		dol_print_error($db,$object->error);
       	}
      -
       }
      -
      diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
      index 79b16bdbf55..67bf58e51ed 100644
      --- a/dev/setup/codesniffer/ruleset.xml
      +++ b/dev/setup/codesniffer/ruleset.xml
      @@ -173,6 +173,7 @@
           <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
               <severity>0</severity>
           </rule>
      +    <rule ref="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose" />
       
           <rule ref="Squiz.Functions.MultiLineFunctionDeclaration" />
       
      diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
      index efa23a6a586..d3843763732 100644
      --- a/htdocs/accountancy/admin/accountmodel.php
      +++ b/htdocs/accountancy/admin/accountmodel.php
      @@ -247,7 +247,6 @@ if (GETPOST('actionadd','alpha') || GETPOST('actionmodify','alpha'))
       			{
       				$obj = $db->fetch_object($result);
       				$newid=($obj->newid + 1);
      -
       			} else {
       				dol_print_error($db);
       			}
      diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
      index 14a6b56512d..9f6b0bf14fe 100644
      --- a/htdocs/accountancy/admin/categories_list.php
      +++ b/htdocs/accountancy/admin/categories_list.php
      @@ -202,7 +202,6 @@ if (GETPOST('actionadd','alpha') || GETPOST('actionmodify','alpha'))
                   {
                       $obj = $db->fetch_object($result);
                       $newid=($obj->newid + 1);
      -
                   } else {
                       dol_print_error($db);
                   }
      diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
      index ae254788b08..3511ae431ec 100644
      --- a/htdocs/accountancy/admin/journals_list.php
      +++ b/htdocs/accountancy/admin/journals_list.php
      @@ -202,7 +202,6 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
       			{
       				$obj = $db->fetch_object($result);
       				$newid=($obj->newid + 1);
      -
       			} else {
       				dol_print_error($db);
       			}
      diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php
      index 0babd9aab5f..a84e2f6fcab 100644
      --- a/htdocs/accountancy/admin/productaccount.php
      +++ b/htdocs/accountancy/admin/productaccount.php
      @@ -173,7 +173,6 @@ if ($action == 'update') {
       
       				$cpt++;
       			}
      -
       		}
       
       		if ($ko) setEventMessages($langs->trans("XLineFailedToBeBinded", $ko), null, 'errors');
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 161e3346b9c..9feb2a7c234 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -315,7 +315,6 @@ if ($action != 'export_csv')
       
       	print "</table>";
       	print '</form>';
      -
       }
       
       // End of page
      diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
      index 4a4630edfa5..46575c21143 100644
      --- a/htdocs/accountancy/bookkeeping/list.php
      +++ b/htdocs/accountancy/bookkeeping/list.php
      @@ -760,7 +760,6 @@ if ($num > 0)
       				else print '<td></td>';
       		}
       		print '</tr>';
      -
       	}
       }
       
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index 0ce49e76f51..b07f76a22df 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -1841,7 +1841,6 @@ class BookKeeping extends CommonObject
       			}
       
       			return $obj->label;
      -
       		} else {
       			$this->error = "Error " . $this->db->lasterror();
       			dol_syslog(__METHOD__ . " " . $this->error, LOG_ERR);
      diff --git a/htdocs/accountancy/customer/lines.php b/htdocs/accountancy/customer/lines.php
      index af80d70f043..7d8599b683c 100644
      --- a/htdocs/accountancy/customer/lines.php
      +++ b/htdocs/accountancy/customer/lines.php
      @@ -135,7 +135,6 @@ if (is_array($changeaccount) && count($changeaccount) > 0) {
       
       		$account_parent = '';   // Protection to avoid to mass apply it a second time
       	}
      -
       }
       
       
      diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
      index 10cb339c2d6..ee7d45d6c66 100644
      --- a/htdocs/accountancy/journal/sellsjournal.php
      +++ b/htdocs/accountancy/journal/sellsjournal.php
      @@ -500,7 +500,6 @@ if ($action == 'writebookkeeping') {
       				break;  // Break in the foreach
       			}
       		}
      -
       	}
       
       	$tabpay = $tabfac;
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index 908a46c91d1..e7b36b77ad9 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -789,7 +789,6 @@ if (empty($reshook))
       	$mode='emailfrommember';
       	$trackid='mem'.$object->id;
       	include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php';
      -
       }
       
       
      @@ -1320,7 +1319,6 @@ else
       		print '</div>';
       
       		print '</form>';
      -
       	}
       
       	if ($id > 0 && $action != 'edit')
      @@ -1858,7 +1856,6 @@ else
       						print '<div class="inline-block divButAction"><a class="butAction" href="card.php?rowid='.$object->id.'&action=add_spip">'.$langs->trans("AddIntoSpip")."</a></div>\n";
       					}
       				}
      -
       			}
       		}
       		print '</div>';
      diff --git a/htdocs/adherents/cartes/carte.php b/htdocs/adherents/cartes/carte.php
      index ff7e9c3be2e..c50de6f8c81 100644
      --- a/htdocs/adherents/cartes/carte.php
      +++ b/htdocs/adherents/cartes/carte.php
      @@ -208,7 +208,6 @@ if ((! empty($foruserid) || ! empty($foruserlogin) || ! empty($mode)) && ! $mesg
                   	$mesg=$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("DescADHERENT_CARD_TYPE"));
                   }
                   if (! $mesg) $result=members_card_pdf_create($db, $arrayofmembers, $model, $outputlangs);
      -
               }
               elseif ($mode == 'label')
               {
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 317d7697231..3df36ef3eda 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -2509,7 +2509,6 @@ class Adherent extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      @@ -2738,7 +2737,6 @@ class Adherent extends CommonObject
       								$nbok++;
       
       								// TODO Add event email sent for member
      -
       							}
       						}
       						else
      diff --git a/htdocs/adherents/class/subscription.class.php b/htdocs/adherents/class/subscription.class.php
      index 562b34af2b1..7b8f453c94c 100644
      --- a/htdocs/adherents/class/subscription.class.php
      +++ b/htdocs/adherents/class/subscription.class.php
      @@ -416,7 +416,6 @@ class Subscription extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/adherents/note.php b/htdocs/adherents/note.php
      index 8cd12cd6ca2..c12c45de8b7 100644
      --- a/htdocs/adherents/note.php
      +++ b/htdocs/adherents/note.php
      @@ -116,7 +116,6 @@ if ($id)
       
       
           dol_fiche_end();
      -
       }
       
       // End of page
      diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
      index e9ad0b91498..7e69d4fbc98 100644
      --- a/htdocs/adherents/type.php
      +++ b/htdocs/adherents/type.php
      @@ -694,7 +694,6 @@ if ($rowid > 0)
       		{
       		    dol_print_error($db);
       		}
      -
       	}
       
       	/* ************************************************************************** */
      diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php
      index 519f2b42938..6a356843d6b 100644
      --- a/htdocs/admin/barcode.php
      +++ b/htdocs/admin/barcode.php
      @@ -75,7 +75,6 @@ else if ($action == 'update')
       else if ($action == 'updateengine')
       {
           // TODO Update engines.
      -
       }
       
       if ($action && $action != 'setcoder' && $action != 'setModuleOptions')
      diff --git a/htdocs/admin/chequereceipts.php b/htdocs/admin/chequereceipts.php
      index 82b0ed3848c..f85018c03b8 100644
      --- a/htdocs/admin/chequereceipts.php
      +++ b/htdocs/admin/chequereceipts.php
      @@ -217,7 +217,6 @@ foreach ($dirmodels as $reldir)
       							print '</td>';
       
       							print "</tr>\n";
      -
       						}
       					}
       				}
      diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
      index 19fa67abcff..add4e2aec80 100644
      --- a/htdocs/admin/delais.php
      +++ b/htdocs/admin/delais.php
      @@ -155,7 +155,6 @@ if ($action == 'update')
       	for($i=0; $i<4; $i++) {
           	if(isset($_POST['MAIN_METEO'.$plus.'_LEVEL'.$i])) dolibarr_set_const($db, 'MAIN_METEO'.$plus.'_LEVEL'.$i, GETPOST('MAIN_METEO'.$plus.'_LEVEL'.$i, 'int'),'chaine',0,'',$conf->entity);
           }
      -
       }
       
       
      @@ -254,7 +253,6 @@ else
       	print '</td></tr>';
       
       	print '</table>';
      -
       }
       
       print '<br>';
      @@ -272,7 +270,6 @@ if($action == 'edit') {
       	print '<input type="hidden" id="MAIN_USE_METEO_WITH_PERCENTAGE" name="MAIN_USE_METEO_WITH_PERCENTAGE" value="'.$conf->global->MAIN_USE_METEO_WITH_PERCENTAGE.'" />';
       
       	print '<br><br>';
      -
       } else {
       	if(empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) print $langs->trans('MeteoStdModEnabled');
       	else print $langs->trans('MeteoPercentageModEnabled');
      @@ -362,7 +359,6 @@ if ($action == 'edit') {
       	</script>
       
       	<?php
      -
       } else {
       
       	if(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) {
      @@ -385,7 +381,6 @@ if ($action == 'edit') {
       		print '&gt; '.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL3.'&nbsp;%</td>';
       		print '</div>';
       		print '</div>';
      -
       	} else {
       
       		print '<div>';
      @@ -406,7 +401,6 @@ if ($action == 'edit') {
       		print '&gt; '.$level3;
       		print '</div>';
       		print '</div>';
      -
       	}
       }
       
      @@ -416,13 +410,11 @@ if($action == 'edit') {
       
       	print '<br><div class="center"><input type="submit" class="button" value="'.$langs->trans("Save").'"></div>';
       	print '<br></form>';
      -
       } else {
       
       	// Boutons d'action
       	print '<br><div class="tabsAction">';
       	print '<a class="butAction" href="delais.php?action=edit">'.$langs->trans("Modify").'</a></div>';
      -
       }
       
       // End of page
      diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
      index 0b5b63d35d6..4d5471b1aa8 100644
      --- a/htdocs/admin/dict.php
      +++ b/htdocs/admin/dict.php
      @@ -705,7 +705,6 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
                   {
                       $obj = $db->fetch_object($result);
                       $newid=($obj->newid + 1);
      -
                   } else {
                       dol_print_error($db);
                   }
      diff --git a/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php b/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php
      index 4617481d04d..c8fcd061689 100644
      --- a/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php
      +++ b/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php
      @@ -177,7 +177,6 @@ class PrestaShopWebservice
       		{
       			$this->printDebug('HTTP REQUEST HEADER', curl_getinfo($session, CURLINFO_HEADER_OUT));
       			$this->printDebug('HTTP RESPONSE HEADER', $header);
      -
       		}
       		$status_code = curl_getinfo($session, CURLINFO_HTTP_CODE);
       		if ($status_code === 0)
      diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
      index cd84dbf65a5..5cb093cc443 100644
      --- a/htdocs/admin/facture.php
      +++ b/htdocs/admin/facture.php
      @@ -261,8 +261,6 @@ if ($action == 'setDefaultPDFModulesByType')
                   setEventMessages($langs->trans("Error"), null, 'errors');
               }
           }
      -    
      -   
       }
       
       
      @@ -436,7 +434,6 @@ foreach ($dirmodels as $reldir)
                                   print '</td>';
       
                                   print "</tr>\n";
      -
                               }
                           }
                       }
      diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
      index 052b2f38988..1f7b803a50e 100644
      --- a/htdocs/admin/ldap.php
      +++ b/htdocs/admin/ldap.php
      @@ -336,7 +336,6 @@ if (function_exists("ldap_connect"))
       			print $langs->trans("Error").' '.$ldap->error;
       			print '<br>';
       		}
      -
       	}
       }
       
      diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php
      index 2f36f239257..61da334a90d 100644
      --- a/htdocs/admin/ldap_members.php
      +++ b/htdocs/admin/ldap_members.php
      @@ -439,7 +439,6 @@ if (function_exists("ldap_connect"))
       			print $langs->trans("ErrorLDAPMakeManualTest",$conf->ldap->dir_temp).'<br>';
       		}
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php
      index 513aa63f035..87df901cfa9 100644
      --- a/htdocs/admin/ldap_users.php
      +++ b/htdocs/admin/ldap_users.php
      @@ -443,7 +443,6 @@ if (function_exists("ldap_connect"))
       					}
       					$liste[$key] = $label;
       				}
      -
       			}
       			else
       		   {
      diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php
      index f9fe219afef..ca4b8fca512 100644
      --- a/htdocs/admin/limits.php
      +++ b/htdocs/admin/limits.php
      @@ -253,7 +253,6 @@ else
       	    print " x ".$langs->trans("Quantity").": ".$qty;
       	    print " - ".$langs->trans("VAT").": ".$vat.'%';
       	    print " &nbsp; -> &nbsp; ".$langs->trans("TotalPriceAfterRounding").": ".$tmparray[0].' / '.$tmparray[1].' / '.$tmparray[2]."<br>\n";
      -
       	}
       
       	// Important: can debug rounding, to simulate the rounded total
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index c089e9ef204..81eec5a4247 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -433,9 +433,7 @@ if ($action == 'reset_confirm' && $user->admin)
       
       		$form = new Form($db);
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?value='.$value.'&mode='.$mode.$param, $langs->trans('ConfirmUnactivation'), $langs->trans(GETPOST('confirm_message_code')), 'reset', '', 'no', 1);
      -
       	}
      -
       }
       
       print $formconfirm;
      @@ -711,16 +709,13 @@ if ($mode == 'common')
               			print '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&amp;module_position='.$module_position.'&amp;action=reset_confirm&amp;confirm_message_code='.$objMod->warnings_unactivation[$mysoc->country_code].'&amp;value=' . $modName . '&amp;mode=' . $mode . $param . '">';
               			print img_picto($langs->trans("Activated"),'switch_on');
               			print '</a>';
      -
               		}
               		else {
       
               			print '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&amp;module_position='.$module_position.'&amp;action=reset&amp;value=' . $modName . '&amp;mode=' . $mode .'&amp;confirm=yes' . $param . '">';
               			print img_picto($langs->trans("Activated"),'switch_on');
               			print '</a>';
      -
               		}
      -
               	}
               	print '</td>'."\n";
       
      @@ -775,7 +770,6 @@ if ($mode == 'common')
               	{
               		print '<td class="tdsetuppicto right valignmiddle" width="60px">'.img_picto($langs->trans("NothingToSetup"),"setup",'class="opacitytransp" style="padding-right: 6px"').'</td>';
               	}
      -
               }
               else	// Module not yet activated
       		{
      diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php
      index d18608feaf4..16827306bda 100644
      --- a/htdocs/admin/oauth.php
      +++ b/htdocs/admin/oauth.php
      @@ -139,7 +139,6 @@ foreach ($list as $key)
           print '<td><label for="'.$key[2].'">'.$langs->trans($key[2]).'</label></td>';
           print '<td><input type="password" size="100" id="'.$key[2].'" name="'.$key[2].'" value="'.$conf->global->{$key[2]}.'">';
           print '</td></tr>';
      -
       }
       
       print '</table>'."\n";
      diff --git a/htdocs/admin/oauthlogintokens.php b/htdocs/admin/oauthlogintokens.php
      index fb9f2dd374e..f29c49e9f38 100644
      --- a/htdocs/admin/oauthlogintokens.php
      +++ b/htdocs/admin/oauthlogintokens.php
      @@ -327,7 +327,6 @@ if ($mode == 'setup' && $user->admin)
       
               print '</form>';
           }
      -
       }
       
       if ($mode == 'test' && $user->admin)
      @@ -352,11 +351,9 @@ if ($mode == 'test' && $user->admin)
               else {
                   print $langs->trans('PleaseConfigureDriverfromList');
               }
      -
           }
       
           print '</table>';
      -
       }
       
       if ($mode == 'userconf' && $user->admin)
      diff --git a/htdocs/admin/payment.php b/htdocs/admin/payment.php
      index 4ca9411e105..816ab8344ce 100644
      --- a/htdocs/admin/payment.php
      +++ b/htdocs/admin/payment.php
      @@ -83,7 +83,6 @@ if ($action == 'setparams')
       	{
       	    setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
       	}
      -
       }
       
       
      @@ -217,7 +216,6 @@ foreach ($dirmodels as $reldir)
                                   print '</td>';
       
                                   print "</tr>\n";
      -
                               }
                           }
                       }
      diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php
      index 0dba6ea6700..50d8fb5b927 100644
      --- a/htdocs/admin/pdf.php
      +++ b/htdocs/admin/pdf.php
      @@ -517,7 +517,6 @@ else	// Show
                   $text.= yn($conf->global->MAIN_PDF_MAIN_HIDE_THIRD_TAX,1);
                   $text.= '</td></tr>';
               }
      -
           }
       
           // Sales TAX / VAT information
      diff --git a/htdocs/admin/receiptprinter.php b/htdocs/admin/receiptprinter.php
      index 9205d49deae..b8d92687d84 100644
      --- a/htdocs/admin/receiptprinter.php
      +++ b/htdocs/admin/receiptprinter.php
      @@ -438,7 +438,6 @@ if ($mode == 'template' && $user->admin)
           print '</table>';
       
           dol_fiche_end();
      -
       }
       
       // to remove after test
      diff --git a/htdocs/admin/supplier_payment.php b/htdocs/admin/supplier_payment.php
      index 55fb311ccda..77f2a95070e 100644
      --- a/htdocs/admin/supplier_payment.php
      +++ b/htdocs/admin/supplier_payment.php
      @@ -301,7 +301,6 @@ foreach ($dirmodels as $reldir)
                                   print '</td>';
       
                                   print "</tr>\n";
      -
                               }
                           }
                       }
      diff --git a/htdocs/admin/syslog.php b/htdocs/admin/syslog.php
      index e163fc83de5..d9ab678faa8 100644
      --- a/htdocs/admin/syslog.php
      +++ b/htdocs/admin/syslog.php
      @@ -132,9 +132,7 @@ if ($action == 'set')
       	{
       		$db->rollback();
       		setEventMessages($error, $errors, 'errors');
      -
       	}
      -
       }
       
       // Set level
      diff --git a/htdocs/admin/tools/eaccelerator.php b/htdocs/admin/tools/eaccelerator.php
      index a3205c11a27..c6209cd7c34 100644
      --- a/htdocs/admin/tools/eaccelerator.php
      +++ b/htdocs/admin/tools/eaccelerator.php
      @@ -168,7 +168,6 @@ function create_script_table($list)
               default:
                   $sortby = "file";
                   ($order == "asc" ? uasort($list, 'compare') : uasort($list, 'revcompare'));
      -
           }
       
           foreach($list as $script) {
      diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php
      index 643269bfacd..8ddc1d65525 100644
      --- a/htdocs/admin/tools/listsessions.php
      +++ b/htdocs/admin/tools/listsessions.php
      @@ -170,7 +170,6 @@ if ($savehandler == 'files')
       		print '<tr '.$bc[false].'><td colspan="6">'.$langs->trans("NoSessionFound",$savepath,$openbasedir).'</td></tr>';
       	}
       	print "</table>";
      -
       }
       else
       {
      diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php
      index 4c215e9ae52..da26d6648cd 100644
      --- a/htdocs/admin/translation.php
      +++ b/htdocs/admin/translation.php
      @@ -384,7 +384,6 @@ if ($mode == 'overwrite')
       
           print '</table>';
           print '</div>';
      -
       }
       
       if ($mode == 'searchkey')
      diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php
      index fcdeee79249..e36b8d59df3 100644
      --- a/htdocs/admin/website.php
      +++ b/htdocs/admin/website.php
      @@ -167,7 +167,6 @@ if (GETPOST('actionadd','alpha') || GETPOST('actionmodify','alpha'))
                   {
                       $obj = $db->fetch_object($result);
                       $newid=($obj->newid + 1);
      -
                   } else {
                       dol_print_error($db);
                   }
      diff --git a/htdocs/asset/class/asset.class.php b/htdocs/asset/class/asset.class.php
      index 8eeacdc1964..22e24703bc3 100644
      --- a/htdocs/asset/class/asset.class.php
      +++ b/htdocs/asset/class/asset.class.php
      @@ -463,7 +463,6 @@ class Asset extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/asset/type.php b/htdocs/asset/type.php
      index 001912f7de3..9e06c4a765d 100644
      --- a/htdocs/asset/type.php
      +++ b/htdocs/asset/type.php
      @@ -356,7 +356,6 @@ if ($action == 'create')
       		print '<td>';
       		print $formaccounting->select_account($object->accountancy_code_depreciation_expense, 'accountancy_code_depreciation_expense', 1, '', 1, 1);
       		print '</td></tr>';
      -
       	}
       	else // For external software
       	{
      @@ -732,7 +731,6 @@ if ($rowid > 0)
       		{
       			dol_print_error($db);
       		}
      -
       	}
       
       	/* ************************************************************************** */
      @@ -782,7 +780,6 @@ if ($rowid > 0)
       			print '<td>';
       			print $formaccounting->select_account($object->accountancy_code_depreciation_expense, 'accountancy_code_depreciation_expense', 1, '', 1, 1);
       			print '</td></tr>';
      -
       		}
       		else // For external software
       		{
      diff --git a/htdocs/blockedlog/admin/blockedlog_list.php b/htdocs/blockedlog/admin/blockedlog_list.php
      index cd558c020a6..734e9d31f67 100644
      --- a/htdocs/blockedlog/admin/blockedlog_list.php
      +++ b/htdocs/blockedlog/admin/blockedlog_list.php
      @@ -444,7 +444,6 @@ if (! empty($conf->global->BLOCKEDLOG_SCAN_ALL_FOR_LOWERIDINERROR))
       
       	// TODO Make a full scan of table in reverse order of id of $block, so we can use the parameter $previoushash into checkSignature to save requests
       	// to find the $loweridinerror.
      -
       }
       else
       {
      @@ -538,7 +537,6 @@ if (is_array($blocks))
       			print '<td></td>';
       
       			print '</tr>';
      -
       		}
       	}
       }
      diff --git a/htdocs/blockedlog/ajax/authority.php b/htdocs/blockedlog/ajax/authority.php
      index 7bde15aa879..1104eeb3c02 100644
      --- a/htdocs/blockedlog/ajax/authority.php
      +++ b/htdocs/blockedlog/ajax/authority.php
      @@ -53,7 +53,6 @@ if($auth->fetch(0, $signature)<=0) {
       if(!empty($hash)) {
       
       	echo $auth->checkBlockchain($hash) ? 'hashisok' : 'hashisjunk';
      -
       }
       elseif(!empty($newblock)){
       	if($auth->checkBlock($newblock)) {
      @@ -65,7 +64,6 @@ elseif(!empty($newblock)){
       	else{
       
       		echo 'blockalreadyadded';
      -
       	}
       }
       else{
      diff --git a/htdocs/blockedlog/ajax/check_signature.php b/htdocs/blockedlog/ajax/check_signature.php
      index 199f9051e07..9617e6cd1ef 100644
      --- a/htdocs/blockedlog/ajax/check_signature.php
      +++ b/htdocs/blockedlog/ajax/check_signature.php
      @@ -49,7 +49,6 @@ $auth->signature = $block_static->getSignature();
       
       foreach($blocks as &$b) {
       	$auth->blockchain.=$b->signature;
      -
       }
       
       $hash = $auth->getBlockchainHash();
      diff --git a/htdocs/blockedlog/class/authority.class.php b/htdocs/blockedlog/class/authority.class.php
      index 0102a5d88d6..0d0fc183b6c 100644
      --- a/htdocs/blockedlog/class/authority.class.php
      +++ b/htdocs/blockedlog/class/authority.class.php
      @@ -73,7 +73,6 @@ class BlockedLogAuthority
       
       		foreach($blocks as &$b) {
       			$this->blockchain.=$b->signature;
      -
       		}
       
       		return $this->blockchain;
      @@ -319,15 +318,12 @@ class BlockedLogAuthority
       			if($res === 'blockalreadyadded' || $res === 'blockadded') {
       
       				$block->setCertified();
      -
       			}
       			else {
       
       				$this->error = $langs->trans('ImpossibleToContactAuthority ',$url);
       				return -1;
       			}
      -
      -
       		}
       
       		return 1;
      diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php
      index eb2070d703a..46766277669 100644
      --- a/htdocs/blockedlog/class/blockedlog.class.php
      +++ b/htdocs/blockedlog/class/blockedlog.class.php
      @@ -947,17 +947,14 @@ class BlockedLog
       
       	 		$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."blockedlog
       	         WHERE entity=".$conf->entity;
      -
       		}
       		else if ($element=='not_certified') {
       			$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."blockedlog
       	         WHERE entity=".$conf->entity." AND certified = 0";
      -
       		}
       		else if ($element=='just_certified') {
       			$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."blockedlog
       	         WHERE entity=".$conf->entity." AND certified = 1";
      -
       		}
       		else{
       			$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."blockedlog
      diff --git a/htdocs/bookmarks/card.php b/htdocs/bookmarks/card.php
      index b82c2b11b6c..1d10dc7ca34 100644
      --- a/htdocs/bookmarks/card.php
      +++ b/htdocs/bookmarks/card.php
      @@ -333,7 +333,6 @@ if ($id > 0 && ! preg_match('/^add/i',$action))
       	}
       
       	print '</div>';
      -
       }
       
       // End of page
      diff --git a/htdocs/cashdesk/class/Facturation.class.php b/htdocs/cashdesk/class/Facturation.class.php
      index 3051035813a..18487619a76 100644
      --- a/htdocs/cashdesk/class/Facturation.class.php
      +++ b/htdocs/cashdesk/class/Facturation.class.php
      @@ -290,19 +290,16 @@ class Facturation
               if ( !$aId )
               {
                   return $this->id;
      -
               }
               else if ( $aId == 'RESET' )
               {
       
                   $this->id = null;
      -
               }
               else
               {
       
                   $this->id = $aId;
      -
               }
           }
       
      @@ -410,15 +407,12 @@ class Facturation
               if (is_null($aMontantRemise)) {
       
                   return $this->montant_remise;
      -
               } else if ( $aMontantRemise == 'RESET' ) {
       
                   $this->montant_remise = null;
      -
               } else {
       
                   $this->montant_remise = $aMontantRemise;
      -
               }
           }
       
      @@ -434,15 +428,12 @@ class Facturation
               if (is_null($aPrix)) {
       
                   return $this->prix;
      -
               } else if ( $aPrix == 'RESET' ) {
       
                   $this->prix = null;
      -
               } else {
       
                   $this->prix = $aPrix;
      -
               }
           }
       
      @@ -457,15 +448,12 @@ class Facturation
               if (is_null($aTva)) {
       
                   return $this->tva;
      -
               } else if ( $aTva == 'RESET' ) {
       
                   $this->tva = null;
      -
               } else {
       
                   $this->tva = $aTva;
      -
               }
           }
       
      @@ -480,15 +468,12 @@ class Facturation
               if (is_null($aNumFacture)) {
       
                   return $this->num_facture;
      -
               } else if ( $aNumFacture == 'RESET' ) {
       
                   $this->num_facture = null;
      -
               } else {
       
                   $this->num_facture = $aNumFacture;
      -
               }
           }
       
      @@ -504,15 +489,12 @@ class Facturation
               if (is_null($aModeReglement)) {
       
                   return $this->mode_reglement;
      -
               } else if ( $aModeReglement == 'RESET' ) {
       
                   $this->mode_reglement = null;
      -
               } else {
       
                   $this->mode_reglement = $aModeReglement;
      -
               }
           }
       
      @@ -528,15 +510,12 @@ class Facturation
               if (is_null($aMontantEncaisse)) {
       
                   return $this->montant_encaisse;
      -
               } else if ( $aMontantEncaisse == 'RESET' ) {
       
                   $this->montant_encaisse = null;
      -
               } else {
       
                   $this->montant_encaisse = $aMontantEncaisse;
      -
               }
           }
       
      @@ -555,11 +534,9 @@ class Facturation
               } else if ( $aMontantRendu == 'RESET' ) {
       
                   $this->montant_rendu = null;
      -
               } else {
       
                   $this->montant_rendu = $aMontantRendu;
      -
               }
           }
       
      @@ -574,15 +551,12 @@ class Facturation
               if (is_null($aPaiementLe)) {
       
                   return $this->paiement_le;
      -
               } else if ( $aPaiementLe == 'RESET' ) {
       
                   $this->paiement_le = null;
      -
               } else {
       
                   $this->paiement_le = $aPaiementLe;
      -
               }
           }
       
      @@ -597,15 +571,12 @@ class Facturation
               if (is_null($aTotalHt)) {
       
                   return $this->prix_total_ht;
      -
               } else if ( $aTotalHt == 'RESET' ) {
       
                   $this->prix_total_ht = null;
      -
               } else {
       
                   $this->prix_total_ht = $aTotalHt;
      -
               }
           }
       
      @@ -620,15 +591,12 @@ class Facturation
               if (is_null($aMontantTva)) {
       
                   return $this->montant_tva;
      -
               } else if ( $aMontantTva == 'RESET' ) {
       
                   $this->montant_tva = null;
      -
               } else {
       
                   $this->montant_tva = $aMontantTva;
      -
               }
           }
       
      diff --git a/htdocs/cashdesk/facturation.php b/htdocs/cashdesk/facturation.php
      index 6a2889f6e71..4ca8a562659 100644
      --- a/htdocs/cashdesk/facturation.php
      +++ b/htdocs/cashdesk/facturation.php
      @@ -137,7 +137,6 @@ if ( $nbr_enreg > 1 )
       	{
       		$top_liste_produits = '----- '.$nbr_enreg.' '.$langs->transnoentitiesnoconv("CashDeskProducts").' '.$langs->trans("CashDeskOn").' '.$nbr_enreg.' -----';
       	}
      -
       }
       else if ( $nbr_enreg == 1 )
       {
      diff --git a/htdocs/cashdesk/facturation_dhtml.php b/htdocs/cashdesk/facturation_dhtml.php
      index e1a1dcc6bc8..bcfc1e82f82 100644
      --- a/htdocs/cashdesk/facturation_dhtml.php
      +++ b/htdocs/cashdesk/facturation_dhtml.php
      @@ -108,5 +108,4 @@ if (dol_strlen($search) >= 0)	// If search criteria is on char length at least
       			print '</ul>';
       		}
       	}
      -
       }
      diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php
      index cdeeaf6c424..6aa81d991df 100644
      --- a/htdocs/cashdesk/facturation_verif.php
      +++ b/htdocs/cashdesk/facturation_verif.php
      @@ -216,7 +216,6 @@ switch($action)
       			$obj_facturation->remisePercent($_POST['txtRemise']);
       			$obj_facturation->ajoutArticle();	// This add an entry into $_SESSION['poscart']
       			// We update prixTotalTtc
      -
       		}
       
       		$redirection = DOL_URL_ROOT.'/cashdesk/affIndex.php?menutpl=facturation';
      @@ -227,7 +226,6 @@ switch($action)
       
       		$redirection = DOL_URL_ROOT.'/cashdesk/affIndex.php?menutpl=facturation';
       		break;
      -
       }
       
       // We saved object obj_facturation
      diff --git a/htdocs/cashdesk/tpl/facturation1.tpl.php b/htdocs/cashdesk/tpl/facturation1.tpl.php
      index 4ddafd17c44..2ff71e2a359 100644
      --- a/htdocs/cashdesk/tpl/facturation1.tpl.php
      +++ b/htdocs/cashdesk/tpl/facturation1.tpl.php
      @@ -89,7 +89,6 @@ $langs->loadLangs(array("main","bills","cashdesk"));
       							print '<option '.$selected.' value="'.$tab_designations[$i]['rowid'].'">'.dol_trunc($tab_designations[$i]['ref'],16).' - '.dol_trunc($label,35,'middle');
       							if (! empty($conf->stock->enabled) && !empty($conf_fkentrepot) && $tab_designations[$i]['fk_product_type']==0) print ' ('.$langs->trans("CashDeskStock").': '.(empty($tab_designations[$i]['reel'])?0:$tab_designations[$i]['reel']).')';
       							print '</option>'."\n";
      -
       						}
       					?>
       				</select>
      diff --git a/htdocs/cashdesk/tpl/liste_articles.tpl.php b/htdocs/cashdesk/tpl/liste_articles.tpl.php
      index 266c5e5840b..53209d735c4 100644
      --- a/htdocs/cashdesk/tpl/liste_articles.tpl.php
      +++ b/htdocs/cashdesk/tpl/liste_articles.tpl.php
      @@ -60,11 +60,9 @@ else
               if ( $tab[$i]['remise_percent'] > 0 ) {
       
                   $remise_percent = ' -'.$tab[$i]['remise_percent'].'%';
      -
               } else {
       
                   $remise_percent = '';
      -
               }
       
               $remise = $tab[$i]['remise'];
      diff --git a/htdocs/cashdesk/tpl/validation1.tpl.php b/htdocs/cashdesk/tpl/validation1.tpl.php
      index 957d2d6b843..750831cead8 100644
      --- a/htdocs/cashdesk/tpl/validation1.tpl.php
      +++ b/htdocs/cashdesk/tpl/validation1.tpl.php
      @@ -41,13 +41,11 @@ $langs->loadLangs(array("main","bills","banks"));
       			if ( $obj_facturation->montantTva() ) {
       
       				echo ('<tr><td class="resume_label">'.$langs->trans("VAT").'</td><td>'.price(price2num($obj_facturation->montantTva(),'MT'),0,$langs,0,0,-1,$conf->currency).'</td></tr>');
      -
       			}
       			else
       			{
       
       				echo ('<tr><td class="resume_label">'.$langs->trans("VAT").'</td><td>'.$langs->trans("NoVAT").'</td></tr>');
      -
       			}
       		?>
       		<tr><td class="resume_label"><?php echo $langs->trans("TotalTTC"); ?> </td><td><?php echo price(price2num($obj_facturation->prixTotalTtc(),'MT'),0,$langs,0,0,-1,$conf->currency); ?></td></tr>
      @@ -91,18 +89,15 @@ $langs->loadLangs(array("main","bills","banks"));
       			if ( $obj_facturation->getsetPaymentMode() == 'DIF' ) {
       
       				echo ('<tr><td class="resume_label">'.$langs->trans("DateDue").'</td><td>'.$obj_facturation->paiementLe().'</td></tr>');
      -
       			} else {
       
       				echo ('<tr><td class="resume_label">'.$langs->trans("Received").'</td><td>'.price(price2num($obj_facturation->montantEncaisse(),'MT'),0,$langs,0,0,-1,$conf->currency).'</td></tr>');
      -
       			}
       
       			// Affichage du montant rendu (reglement en especes)
       			if ( $obj_facturation->montantRendu() ) {
       
       				echo ('<tr><td class="resume_label">'.$langs->trans("Change").'</td><td>'.price(price2num($obj_facturation->montantRendu(),'MT'),0,$langs,0,0,-1,$conf->currency).'</td></tr>');
      -
       			}
       
       		?>
      diff --git a/htdocs/cashdesk/validation_verif.php b/htdocs/cashdesk/validation_verif.php
      index b42bc90d8fb..be1f201a8fe 100644
      --- a/htdocs/cashdesk/validation_verif.php
      +++ b/htdocs/cashdesk/validation_verif.php
      @@ -328,7 +328,6 @@ switch ($action)
                           		$result=$invoice->set_paid($user);
                         			//print 'set paid';exit;
                           	}
      -
                           }
       				}
       				else
      diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
      index a7ddab761e0..480edb83390 100644
      --- a/htdocs/categories/class/categorie.class.php
      +++ b/htdocs/categories/class/categorie.class.php
      @@ -665,7 +665,6 @@ class Categorie extends CommonObject
       			    $this->db->rollback();
       			    return -2;
       			}
      -
       		}
       		else
       		{
      @@ -1810,7 +1809,6 @@ class Categorie extends CommonObject
       	            {
       	                $this->label		= $obj->label;
       	                $this->description	= $obj->description;
      -
       	            }
       	            $this->multilangs["$obj->lang"]["label"]		= $obj->label;
       	            $this->multilangs["$obj->lang"]["description"]	= $obj->description;
      diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php
      index dbcfca198d2..d3287703695 100644
      --- a/htdocs/categories/traduction.php
      +++ b/htdocs/categories/traduction.php
      @@ -269,7 +269,6 @@ if ($action == 'edit')
       	print '</div>';
       
       	print '</form>';
      -
       }
       else if ($action != 'add')
       {
      diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
      index ba3580cea87..560cb4613be 100644
      --- a/htdocs/categories/viewcat.php
      +++ b/htdocs/categories/viewcat.php
      @@ -168,7 +168,6 @@ if ($type == Categorie::TYPE_PRODUCT && $elemid && $action == 'addintocategory'
       			setEventMessages($object->error,$object->errors,'errors');
       		}
       	}
      -
       }
       
       
      diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
      index fd0a4a2b430..4e8b87eb591 100644
      --- a/htdocs/comm/action/card.php
      +++ b/htdocs/comm/action/card.php
      @@ -597,7 +597,6 @@ if (GETPOST('actionmove','alpha') == 'mupdate')
           {
               $action='';
           }
      -
       }
       
       // Actions to delete doc
      @@ -873,7 +872,6 @@ if ($action == 'create')
       			} else {
       				print $form->select_company('', 'socid', '', 'SelectThirdParty', 1, 0, $events, 0, 'minwidth300');
       			}
      -
       		}
       		print '</td></tr>';
       
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index 4a6cec809fe..92af9fef6da 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -401,7 +401,6 @@ class ActionComm extends CommonObject
       							$error++;
       							$this->errors[]=$this->db->lasterror();
       						}
      -
       					}
       				}
       			}
      @@ -937,7 +936,6 @@ class ActionComm extends CommonObject
       							$error++;
       							$this->errors[]=$this->db->lasterror();
       						}
      -
       					}
       				}
       			}
      diff --git a/htdocs/comm/action/class/api_agendaevents.class.php b/htdocs/comm/action/class/api_agendaevents.class.php
      index 677e477cd89..1e9dde34bde 100644
      --- a/htdocs/comm/action/class/api_agendaevents.class.php
      +++ b/htdocs/comm/action/class/api_agendaevents.class.php
      @@ -309,7 +309,6 @@ class AgendaEvents extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $event[$field] = $data[$field];
      -
               }
               return $event;
           }
      diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
      index 4ffa4298d20..0bc022956b1 100644
      --- a/htdocs/comm/action/index.php
      +++ b/htdocs/comm/action/index.php
      @@ -666,7 +666,6 @@ if ($resql)
                   //print ' startincalendar='.dol_print_date($event->date_start_in_calendar).'-endincalendar='.dol_print_date($event->date_end_in_calendar).') was added in '.$j.' different index key of array<br>';
               }
               $i++;
      -
           }
       }
       else
      diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
      index 5628e65c6d9..02d3a16c7f3 100644
      --- a/htdocs/comm/action/list.php
      +++ b/htdocs/comm/action/list.php
      @@ -643,7 +643,6 @@ if ($resql)
                     		print "&nbsp;";
       		        }
       		        print '</td>';
      -
       		}
       
       		// Extra fields
      @@ -668,7 +667,6 @@ if ($resql)
       	print '</form>';
       
       	$db->free($resql);
      -
       }
       else
       {
      diff --git a/htdocs/comm/action/pertype.php b/htdocs/comm/action/pertype.php
      index 31f22420cb8..0347f73a453 100644
      --- a/htdocs/comm/action/pertype.php
      +++ b/htdocs/comm/action/pertype.php
      @@ -543,7 +543,6 @@ if ($resql)
                   //print ' startincalendar='.dol_print_date($event->date_start_in_calendar).'-endincalendar='.dol_print_date($event->date_end_in_calendar).') was added in '.$j.' different index key of array<br>';
               }
               $i++;
      -
           }
       }
       else
      diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
      index 7b02857becf..b145dfa54ed 100644
      --- a/htdocs/comm/action/peruser.php
      +++ b/htdocs/comm/action/peruser.php
      @@ -571,7 +571,6 @@ if ($resql)
                   //print ' startincalendar='.dol_print_date($event->date_start_in_calendar).'-endincalendar='.dol_print_date($event->date_end_in_calendar).') was added in '.$j.' different index key of array<br>';
               }
               $i++;
      -
           }
           $db->free($resql);
       }
      @@ -798,7 +797,6 @@ while($currentdaytoshow<$lastdaytoshow) {
       	echo "<br>";
       
       	$currentdaytoshow =  dol_time_plus_duree($currentdaytoshow, 7, 'd');
      -
       }
       
       echo '</div>';
      diff --git a/htdocs/comm/address.php b/htdocs/comm/address.php
      index 9c8b275d198..4b32eea153a 100644
      --- a/htdocs/comm/address.php
      +++ b/htdocs/comm/address.php
      @@ -151,7 +151,6 @@ if ($action == 'add' || $action == 'update')
                   $action= "edit";
               }
           }
      -
       }
       
       else if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->societe->supprimer)
      @@ -291,7 +290,6 @@ if ($action == 'create')
               print '</div>'."\n";
       
               print '</form>'."\n";
      -
           }
       }
       elseif ($action == 'edit')
      @@ -486,7 +484,6 @@ else
               }
               print '</div>';
           }
      -
       }
       
       
      diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
      index 596c3cb3c5b..d11a81f5bdb 100644
      --- a/htdocs/comm/card.php
      +++ b/htdocs/comm/card.php
      @@ -1301,7 +1301,6 @@ if ($object->id > 0)
       
           				if ($object->client != 0 && $object->client != 2) print '<div class="inline-block divButAction"><a class="butAction" href="'.DOL_URL_ROOT.'/compta/facture/card.php?action=create&socid='.$object->id.'">'.$langs->trans("AddBill").'</a></div>';
           				else print '<div class="inline-block divButAction"><a class="butActionRefused" title="'.dol_escape_js($langs->trans("ThirdPartyMustBeEditAsCustomer")).'" href="#">'.$langs->trans("AddBill").'</a></div>';
      -
           			}
           		}
           	}
      @@ -1344,7 +1343,6 @@ if ($object->id > 0)
               // List of done actions
       		show_actions_done($conf,$langs,$db,$object);
       	}
      -
       }
       else
       {
      diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
      index 92757dcac36..cb384408e91 100644
      --- a/htdocs/comm/index.php
      +++ b/htdocs/comm/index.php
      @@ -521,7 +521,6 @@ if (! empty($conf->societe->enabled) && $user->rights->societe->lire)
       				print '<td align="right" nowrap>'.dol_print_date($db->jdate($objp->tms),'day')."</td>";
       				print '</tr>';
       				$i++;
      -
       			}
       
       			$db->free($resql);
      @@ -580,7 +579,6 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->societe->lire)
       
       				$i++;
       			}
      -
       		}
       		else
       		{
      diff --git a/htdocs/comm/mailing/advtargetemailing.php b/htdocs/comm/mailing/advtargetemailing.php
      index 72058578db7..8aa14a45b85 100644
      --- a/htdocs/comm/mailing/advtargetemailing.php
      +++ b/htdocs/comm/mailing/advtargetemailing.php
      @@ -467,7 +467,6 @@ if ($object->fetch($id) >= 0) {
       	if ($object->statut == 0 && $user->rights->mailing->creer) {
       
       		include DOL_DOCUMENT_ROOT . '/core/tpl/advtarget.tpl.php';
      -
       	}
       }
       
      diff --git a/htdocs/comm/mailing/card.php b/htdocs/comm/mailing/card.php
      index a2e63da99cc..28e49e9d171 100644
      --- a/htdocs/comm/mailing/card.php
      +++ b/htdocs/comm/mailing/card.php
      @@ -1165,7 +1165,6 @@ else
       			print '</div>';
       
       			dol_fiche_end();
      -
       		}
       		else
       		{
      diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
      index f07f308e74a..761a2bcc41d 100644
      --- a/htdocs/comm/mailing/cibles.php
      +++ b/htdocs/comm/mailing/cibles.php
      @@ -643,7 +643,6 @@ if ($object->fetch($id) >= 0)
       	}
       
       	print "\n<!-- Fin liste destinataires selectionnes -->\n";
      -
       }
       
       // End of page
      diff --git a/htdocs/comm/mailing/class/advtargetemailing.class.php b/htdocs/comm/mailing/class/advtargetemailing.class.php
      index c862b8392fd..baf48447bad 100644
      --- a/htdocs/comm/mailing/class/advtargetemailing.class.php
      +++ b/htdocs/comm/mailing/class/advtargetemailing.class.php
      @@ -240,7 +240,6 @@ class AdvanceTargetingMailing extends CommonObject
       				$this->datec = $this->db->jdate($obj->datec);
       				$this->fk_user_mod = $obj->fk_user_mod;
       				$this->tms = $this->db->jdate($obj->tms);
      -
       			}
       			$this->db->free($resql);
       
      @@ -304,7 +303,6 @@ class AdvanceTargetingMailing extends CommonObject
       				$this->datec = $this->db->jdate($obj->datec);
       				$this->fk_user_mod = $obj->fk_user_mod;
       				$this->tms = $this->db->jdate($obj->tms);
      -
       			}
       			$this->db->free($resql);
       
      @@ -372,7 +370,6 @@ class AdvanceTargetingMailing extends CommonObject
       				$this->datec = $this->db->jdate($obj->datec);
       				$this->fk_user_mod = $obj->fk_user_mod;
       				$this->tms = $this->db->jdate($obj->tms);
      -
       			}
       			$this->db->free($resql);
       
      @@ -664,14 +661,10 @@ class AdvanceTargetingMailing extends CommonObject
       							$sqlwhere[]= " (te.".$key." LIKE '".$arrayquery['options_'.$key]."')";
       						}
       					}
      -
       				}
      -
      -
       			}
       
       			if (count($sqlwhere)>0)	$sql.= " WHERE ".implode(" AND ",$sqlwhere);
      -
       		}
       
       
      @@ -803,7 +796,6 @@ class AdvanceTargetingMailing extends CommonObject
       							$sqlwhere[]= " (te.".$key." LIKE '".$arrayquery['options_'.$key.'_cnct']."')";
       						}
       					}
      -
       				}
       
       				if (! empty($withThirdpartyFilter)) {
      @@ -969,7 +961,6 @@ class AdvanceTargetingMailing extends CommonObject
       			if (count($return_sql_not_like)>0) {
       				$return_sql_criteria .= ' AND (' . implode (' AND ', $return_sql_not_like).')';
       			}
      -
       		}else {
       			$return_sql_criteria .= $column_to_test . ' LIKE \''.$this->db->escape($criteria).'\'';
       		}
      diff --git a/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php b/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
      index 3fdcd6178b0..19b1ce3e9b4 100644
      --- a/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
      +++ b/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
      @@ -178,7 +178,6 @@ class FormAdvTargetEmailing extends Form
       				$label = $obj_usr->firstname . " " . $obj_usr->name . " (" . $obj_usr->login . ')';
       
       				$options_array [$obj_usr->rowid] = $label;
      -
       			}
       			$this->db->free ( $resql_usr );
       		} else {
      @@ -323,7 +322,6 @@ class FormAdvTargetEmailing extends Form
       					$i++;
       				}
       			}
      -
       		}
       		else
       		{
      @@ -411,7 +409,6 @@ class FormAdvTargetEmailing extends Form
       					$i++;
       				}
       			}
      -
       		}
       		else
       		{
      diff --git a/htdocs/comm/mailing/class/mailing.class.php b/htdocs/comm/mailing/class/mailing.class.php
      index bb6ac93d1c2..bc6f3beabd2 100644
      --- a/htdocs/comm/mailing/class/mailing.class.php
      +++ b/htdocs/comm/mailing/class/mailing.class.php
      @@ -362,7 +362,6 @@ class Mailing extends CommonObject
       							'source_id'=>$obj->source_id,
       							'source_type'=>$obj->source_type);
       						}
      -
       					}
       				}
       				else
      @@ -373,7 +372,6 @@ class Mailing extends CommonObject
       
       				$mailing_target->add_to_target($object->id, $target_array);
       			}
      -
       		}
       
       		unset($object->context['createfromclone']);
      diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php
      index 9cd1e8546d0..f1745b406fd 100644
      --- a/htdocs/comm/mailing/index.php
      +++ b/htdocs/comm/mailing/index.php
      @@ -182,7 +182,6 @@ if ($result)
             print '</tr>';
       	  $i++;
       	}
      -
           }
         else
           {
      diff --git a/htdocs/comm/multiprix.php b/htdocs/comm/multiprix.php
      index 55f49c44cfd..7bbf727a517 100644
      --- a/htdocs/comm/multiprix.php
      +++ b/htdocs/comm/multiprix.php
      @@ -174,7 +174,6 @@ if ($_socid > 0)
       	{
       		dol_print_error($db);
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index 1e6df0b014f..f07a5cdfac8 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -1364,7 +1364,6 @@ if (empty($reshook))
       	$upload_dir = $conf->propal->multidir_output[$object->entity];
       	$permissioncreate=$usercancreate;
       	include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
      -
       }
       
       
      @@ -1777,7 +1776,6 @@ if ($action == 'create')
       
       		print '</table>';
       	}
      -
       } elseif ($object->id > 0) {
       	/*
       	 * Show object in view mode
      @@ -1825,7 +1823,6 @@ if ($action == 'create')
       		}
       
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('SetAcceptedRefused'), $text, 'setstatut', $formquestion, '', 1, 250);
      -
       	}
       
       	// Confirm delete
      diff --git a/htdocs/comm/propal/class/api_proposals.class.php b/htdocs/comm/propal/class/api_proposals.class.php
      index fc721912462..a03624f3122 100644
      --- a/htdocs/comm/propal/class/api_proposals.class.php
      +++ b/htdocs/comm/propal/class/api_proposals.class.php
      @@ -700,7 +700,6 @@ class Proposals extends DolibarrApi
       			if (!isset($data[$field]))
       				throw new RestException(400, "$field field missing");
       			$propal[$field] = $data[$field];
      -
       		}
       		return $propal;
       	}
      diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php
      index 16a19d1b41f..e11f62bb446 100644
      --- a/htdocs/comm/propal/class/propal.class.php
      +++ b/htdocs/comm/propal/class/propal.class.php
      @@ -3127,11 +3127,8 @@ class Propal extends CommonObject
       					$cluser->fetch($obj->fk_user_cloture);
       					$this->user_cloture     = $cluser;
       				}
      -
      -
       			}
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
      index bc45d022e4d..b0cc04702db 100644
      --- a/htdocs/comm/propal/list.php
      +++ b/htdocs/comm/propal/list.php
      @@ -227,7 +227,6 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       	$toselect='';
       	$search_array_options=array();
       	$search_categ_cus=0;
      -
       }
       if ($object_statut != '') $viewstatut=$object_statut;
       
      diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
      index 75b949ff203..f468bd4b146 100644
      --- a/htdocs/commande/card.php
      +++ b/htdocs/commande/card.php
      @@ -423,7 +423,6 @@ if (empty($reshook))
       						// modified by hook
       						if ($reshook < 0)
       							$error++;
      -
       					} else {
       						setEventMessages($object->error, $object->errors, 'errors');
       						$error++;
      diff --git a/htdocs/commande/class/api_orders.class.php b/htdocs/commande/class/api_orders.class.php
      index 60011592afe..1135a5c2502 100644
      --- a/htdocs/commande/class/api_orders.class.php
      +++ b/htdocs/commande/class/api_orders.class.php
      @@ -297,7 +297,6 @@ class Orders extends DolibarrApi
       
               if ($updateRes > 0) {
                   return $updateRes;
      -
               } else {
       			throw new RestException(400, $this->commande->error);
               }
      @@ -793,7 +792,6 @@ class Orders extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, $field ." field missing");
                   $commande[$field] = $data[$field];
      -
               }
               return $commande;
           }
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index 1925b71992e..2428e6052eb 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -3616,7 +3616,6 @@ class Commande extends CommonOrder
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index 0e851c78cff..2a9e215faa4 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -214,7 +214,6 @@ if (empty($reshook))
       	$uploaddir = $conf->commande->dir_output;
       	$trigger_name='ORDER_SENTBYMAIL';
       	include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
      -
       }
       
       
      diff --git a/htdocs/commande/orderstoinvoice.php b/htdocs/commande/orderstoinvoice.php
      index 3335cf93276..a8da25e07f9 100644
      --- a/htdocs/commande/orderstoinvoice.php
      +++ b/htdocs/commande/orderstoinvoice.php
      @@ -118,7 +118,6 @@ if (($action == 'create' || $action == 'add') && !$error)
       
       		$originid=$orders_id[0];
       		$_GET['originid']=$orders_id[0];
      -
       	}
       	if (isset($_POST['orders_to_invoice']))
       	{
      @@ -128,7 +127,6 @@ if (($action == 'create' || $action == 'add') && !$error)
       
       		$originid=$orders_id[0];
       		$_POST['originid']=$orders_id[0];
      -
       	}
       
       	$projectid		= GETPOST('projectid','int')?GETPOST('projectid','int'):0;
      @@ -531,8 +529,6 @@ if ($action == 'create' && !$error)
       
       	print '</td></tr>';
       	print "</table>\n";
      -
      -
       }
       
       // Mode liste
      @@ -737,7 +733,6 @@ if (($action != 'create' && $action != 'add') || ($action == 'create' && $error)
       	{
       		dol_print_error($db);
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php
      index 5e1a10390e2..47f31eac308 100644
      --- a/htdocs/compta/bank/annuel.php
      +++ b/htdocs/compta/bank/annuel.php
      @@ -339,7 +339,6 @@ else
       				$i++;
       			}
       			$db->free($resql);
      -
       		}
       		else
       		{
      diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php
      index 2325d30a26a..6d2fa406ea7 100644
      --- a/htdocs/compta/bank/card.php
      +++ b/htdocs/compta/bank/card.php
      @@ -576,7 +576,6 @@ else
       		if ($action == 'delete')
       		{
       			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id,$langs->trans("DeleteAccount"),$langs->trans("ConfirmDeleteAccount"),"confirm_delete");
      -
       		}
       
       		// Print form confirm
      @@ -766,7 +765,6 @@ else
       		}
       
       		print '</div>';
      -
       	}
       
       	/* ************************************************************************** */
      @@ -1033,7 +1031,6 @@ else
       
       		print '</form>';
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/compta/bank/class/paymentvarious.class.php b/htdocs/compta/bank/class/paymentvarious.class.php
      index c997ff1a4f7..47edacb2410 100644
      --- a/htdocs/compta/bank/class/paymentvarious.class.php
      +++ b/htdocs/compta/bank/class/paymentvarious.class.php
      @@ -452,7 +452,6 @@ class PaymentVarious extends CommonObject
       				$result=$this->call_trigger('PAYMENT_VARIOUS_CREATE',$user);
       				if ($result < 0) $error++;
       				// End call triggers
      -
       			}
       			else $error++;
       
      diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
      index 85cd839fd44..1587c5c10e8 100644
      --- a/htdocs/compta/bank/ligne.php
      +++ b/htdocs/compta/bank/ligne.php
      @@ -451,7 +451,6 @@ if ($result)
                       $receipt=new RemiseCheque($db);
                       $receipt->fetch($objp->receiptid);
                       print ' &nbsp; &nbsp; '.$langs->trans("CheckReceipt").': '.$receipt->getNomUrl(2);
      -
                   }
                   print '</td>';
               }
      @@ -682,7 +681,6 @@ if ($result)
       
       			print '</form>';
               }
      -
           }
       
           $db->free($result);
      diff --git a/htdocs/compta/compta-files.php b/htdocs/compta/compta-files.php
      index 9e00bf10ae0..d8f4885a3b2 100644
      --- a/htdocs/compta/compta-files.php
      +++ b/htdocs/compta/compta-files.php
      @@ -184,7 +184,6 @@ if(($action=="searchfiles"||$action=="dl" ) && $date_start && $date_stop){
                }
            }
            $db->free($resd);
      -
       }
       /*
        * cleanup of old ZIP
      @@ -293,7 +292,6 @@ if ($result)
                       print '<td></td>';
                       print "</tr>\n";
                       }
      -
               }
       print "</table>";
       print   '<form name="dl" action="?action=dl" method="POST" >'."\n\t\t\t";
      diff --git a/htdocs/compta/deplacement/card.php b/htdocs/compta/deplacement/card.php
      index 861ee6e897f..383ff1c571a 100644
      --- a/htdocs/compta/deplacement/card.php
      +++ b/htdocs/compta/deplacement/card.php
      @@ -421,7 +421,6 @@ else if ($id)
                   if ($action == 'delete')
                   {
                       print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("DeleteTrip"),$langs->trans("ConfirmDeleteTrip"),"confirm_delete");
      -
                   }
       
                   $soc = new Societe($db);
      diff --git a/htdocs/compta/deplacement/document.php b/htdocs/compta/deplacement/document.php
      index e34a2aedb21..7ec837c81f2 100644
      --- a/htdocs/compta/deplacement/document.php
      +++ b/htdocs/compta/deplacement/document.php
      @@ -122,7 +122,6 @@ if ($object->id)
           $permission = $user->rights->deplacement->creer;
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/compta/deplacement/index.php b/htdocs/compta/deplacement/index.php
      index 98c939965a3..84c0c718c70 100644
      --- a/htdocs/compta/deplacement/index.php
      +++ b/htdocs/compta/deplacement/index.php
      @@ -191,7 +191,6 @@ if ($result)
       
                   $i++;
               }
      -
           }
           else
           {
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index a9fe72da41f..050f8786c3a 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -744,7 +744,6 @@ if (empty($reshook))
       				{
       					$error++;
       				}
      -
       			}
       			if ($object->type == Facture::TYPE_CREDIT_NOTE || $object->type == Facture::TYPE_DEPOSIT)
       			{
      @@ -765,7 +764,6 @@ if (empty($reshook))
       						break;
       					}
       				}
      -
       			}
       
       			if (empty($error))
      @@ -1000,15 +998,11 @@ if (empty($reshook))
       							                $line->multicurrency_total_ht  = $line->multicurrency_total_ht  - $prevLine->multicurrency_total_ht;
       							                $line->multicurrency_total_tva = $line->multicurrency_total_tva - $prevLine->multicurrency_total_tva;
       							                $line->multicurrency_total_ttc = $line->multicurrency_total_ttc - $prevLine->multicurrency_total_ttc;
      -
      -
       							            }
       							        }
       
       							        // prorata
       							        $line->situation_percent = $maxPrevSituationPercent - $line->situation_percent;
      -
      -
       							    }
       							}
       
      @@ -1040,7 +1034,6 @@ if (empty($reshook))
       
       						$object->update_price(1);
       					}
      -
       				}
       
       				if(GETPOST('invoiceAvoirWithPaymentRestAmount', 'int')==1 && $id>0)
      @@ -1342,7 +1335,6 @@ if (empty($reshook))
       								$subprice_diff = $object->lines[0]->subprice - $diff / (1 + $object->lines[0]->tva_tx / 100);
       								$object->updateline($object->lines[0]->id, $object->lines[0]->desc, $subprice_diff, $object->lines[0]->qty, $object->lines[0]->remise_percent, $object->lines[0]->date_start, $object->lines[0]->date_end, $object->lines[0]->tva_tx, 0, 0, 'HT', $object->lines[0]->info_bits, $object->lines[0]->product_type, 0, 0, 0, $object->lines[0]->pa_ht, $object->lines[0]->label, 0, array(), 100);
       							}
      -
       						}
       						else
       						{
      @@ -1489,7 +1481,6 @@ if (empty($reshook))
       							setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
       							$error++;
       						}
      -
       					} else {
       						setEventMessages($object->error, $object->errors, 'errors');
       						$error++;
      @@ -2363,7 +2354,6 @@ if (empty($reshook))
                                       $line->situation_percent = $line->situation_percent - $maxPrevSituationPercent;
       
                                       if($line->update()<0) $errors++;
      -
       	                        }
       	                    }
       	                }
      @@ -2693,7 +2683,6 @@ if ($action == 'create')
       		print ajax_combobox('fac_replacement');
       		print ajax_combobox('fac_avoir');
       		print ajax_combobox('situations');
      -
       	}
       
       	if ($origin == 'contrat')
      @@ -3660,7 +3649,6 @@ else if ($id > 0 || ! empty($ref))
       	{
       		$payment_id = GETPOST('paiement_id');
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&paiement_id='.$payment_id, $langs->trans('DeletePayment'), $langs->trans('ConfirmDeletePayment'), 'confirm_delete_paiement', '', 'no', 1);
      -
       	}
       
       	// Confirmation de la suppression d'une ligne produit
      @@ -4236,7 +4224,6 @@ else if ($id > 0 || ! empty($ref))
       	            print '<td align="right">' . price($next_invoice->total_ttc) . '</td>';
       	            print '<td align="right">' . $next_invoice->getLibStatut(3, $totalpaye) . '</td>';
       	            print '</tr>';
      -
       	        }
       
       	        $total_global_ht += $total_next_ht;
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index 20983ebd3c9..3d98271bb26 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -2465,7 +2465,6 @@ class Facture extends CommonInvoice
           				else $this->situation_final = 1;
       
       				$this->setFinal($user);
      -
                       }
       			}
       		}
      @@ -4713,7 +4712,6 @@ class FactureLigne extends CommonInvoiceLine
       
       			$this->db->commit();
       			return $this->id;
      -
       		}
       		else
       		{
      diff --git a/htdocs/compta/facture/class/paymentterm.class.php b/htdocs/compta/facture/class/paymentterm.class.php
      index 31e362445f0..a3168db40d2 100644
      --- a/htdocs/compta/facture/class/paymentterm.class.php
      +++ b/htdocs/compta/facture/class/paymentterm.class.php
      @@ -211,8 +211,6 @@ class PaymentTerm // extends CommonObject
       				$this->type_cdr = $obj->type_cdr;
       				$this->nbjour = $obj->nbjour;
       				$this->decalage = $obj->decalage;
      -
      -
                   }
                   $this->db->free($resql);
       
      diff --git a/htdocs/compta/facture/contact.php b/htdocs/compta/facture/contact.php
      index ab96700fc53..948056fe404 100644
      --- a/htdocs/compta/facture/contact.php
      +++ b/htdocs/compta/facture/contact.php
      @@ -206,7 +206,6 @@ if ($id > 0 || ! empty($ref))
       		    $res=@include dol_buildpath($reldir.'/contacts.tpl.php');
       		    if ($res) break;
       		}
      -
       	}
       	else
       	{
      diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
      index a8eadd76a93..d9ce0137f04 100644
      --- a/htdocs/compta/facture/fiche-rec.php
      +++ b/htdocs/compta/facture/fiche-rec.php
      @@ -263,7 +263,6 @@ if (empty($reshook))
       	if ($action == 'setconditions' && $user->rights->facture->creer)
       	{
       		$result=$object->setPaymentTerms(GETPOST('cond_reglement_id', 'int'));
      -
       	}
       	// Set mode
       	elseif ($action == 'setmode' && $user->rights->facture->creer)
      @@ -629,12 +628,10 @@ if (empty($reshook))
       					$tmptxt .= $langs->transnoentitiesnoconv("CountryOrigin") . ': ' . getCountry($prod->country_code, 0, $db, $langs, 0);
       				$tmptxt .= ')';
       				$desc = dol_concatdesc($desc, $tmptxt);
      -
       			}
       
       			$type = $prod->type;
       			$fk_unit = $prod->fk_unit;
      -
       		}
       		else
       		{
      @@ -1730,7 +1727,6 @@ else
       
       
       		print '</div></div>';
      -
       	}
       }
       
      diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php
      index cf41f864f05..c61836e1b1b 100644
      --- a/htdocs/compta/facture/invoicetemplate_list.php
      +++ b/htdocs/compta/facture/invoicetemplate_list.php
      @@ -190,7 +190,6 @@ if (empty($reshook))
           $permtodelete = $user->rights->mymodule->delete;
           $uploaddir = $conf->mymodule->dir_output;
           include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';*/
      -
       }
       
       
      diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
      index 35338722353..553c6c9028a 100644
      --- a/htdocs/compta/facture/list.php
      +++ b/htdocs/compta/facture/list.php
      @@ -230,7 +230,6 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter','a
       	$toselect='';
       	$search_array_options=array();
       	$search_categ_cus=0;
      -
       }
       
       if (empty($reshook))
      @@ -310,7 +309,6 @@ if ($massaction == 'withdrawrequest')
       				else {
       					$listofbills[] = $objecttmp;    // $listofbills will only contains invoices with good payment method and no request already done
       				}
      -
       			}
       		}
       
      @@ -340,7 +338,6 @@ if ($massaction == 'withdrawrequest')
       			}
       		}
       	}
      -
       }
       
       
      @@ -1229,7 +1226,6 @@ if ($resql)
       			   else print '<td></td>';
       			}
       			print '</tr>';
      -
       		}
       	}
       
      diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
      index eec0c640b67..692849d2fa6 100644
      --- a/htdocs/compta/index.php
      +++ b/htdocs/compta/index.php
      @@ -204,7 +204,6 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
       				print '</tr>';
       				$tot_ttc+=$obj->total_ttc;
       				$i++;
      -
       			}
       
       			print '<tr class="liste_total"><td align="left">'.$langs->trans("Total").'</td>';
      @@ -596,7 +595,6 @@ if (! empty($conf->don->enabled) && $user->rights->societe->lire)
       
       				$i++;
       			}
      -
       		}
       		else
       		{
      @@ -789,7 +787,6 @@ if (! empty($conf->facture->enabled) && ! empty($conf->commande->enabled) && $us
       				//print "x".$tot_ttc."z".$obj->tot_fttc;
       				$tot_tobill += ($obj->total_ttc-$obj->tot_fttc);
       				$i++;
      -
       			}
       
       			print '<tr class="liste_total"><td colspan="2">'.$langs->trans("Total").' &nbsp; <font style="font-weight: normal">('.$langs->trans("RemainderToBill").': '.price($tot_tobill).')</font> </td>';
      diff --git a/htdocs/compta/localtax/clients.php b/htdocs/compta/localtax/clients.php
      index 8f986697a01..ff89a95414e 100644
      --- a/htdocs/compta/localtax/clients.php
      +++ b/htdocs/compta/localtax/clients.php
      @@ -299,7 +299,6 @@ if($calc ==0 || $calc == 1){
       		print '</tr>';
       
       		print '</table>';
      -
       	}
       	else
       	{
      @@ -322,7 +321,6 @@ if($calc ==0){
       	print '<td class="liste_total" colspan="4">'.$langs->trans("TotalToPay").($q?', '.$langs->trans("Quadri").' '.$q:'').'</td>';
       	print '<td class="liste_total nowrap" align="right"><b>'.price(price2num($diff,'MT'))."</b></td>\n";
       	print "</tr>\n";
      -
       }
       print '</table>';
       
      diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php
      index 31c557373d0..1475cfd6e45 100644
      --- a/htdocs/compta/paiement/card.php
      +++ b/htdocs/compta/paiement/card.php
      @@ -197,7 +197,6 @@ dol_fiche_head($head, 'payment', $langs->trans("PaymentCustomerInvoice"), -1, 'p
       if ($action == 'delete')
       {
       	print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete','',0,2);
      -
       }
       
       /*
      @@ -207,7 +206,6 @@ if ($action == 'valide')
       {
       	$facid = $_GET['facid'];
       	print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;facid='.$facid, $langs->trans("ValidatePayment"), $langs->trans("ConfirmValidatePayment"), 'confirm_valide','',0,2);
      -
       }
       
       $linkback = '<a href="' . DOL_URL_ROOT . '/compta/paiement/list.php">' . $langs->trans("BackToList") . '</a>';
      diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
      index 1f7b344f62d..9f42ef9b16c 100644
      --- a/htdocs/compta/paiement/cheque/card.php
      +++ b/htdocs/compta/paiement/cheque/card.php
      @@ -340,7 +340,6 @@ else
       	if ($action == 'delete')
       	{
       		print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans("DeleteCheckReceipt"), $langs->trans("ConfirmDeleteCheckReceipt"), 'confirm_delete','','',1);
      -
       	}
       
       	/*
      @@ -349,7 +348,6 @@ else
       	if ($action == 'valide')
       	{
       		print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans("ValidateCheckReceipt"), $langs->trans("ConfirmValidateCheckReceipt"), 'confirm_valide','','',1);
      -
       	}
       
       	/*
      @@ -553,7 +551,6 @@ if ($action == 'new')
       		print '</div><br>';
       		print '</form>';
       	}
      -
       }
       else
       {
      @@ -787,7 +784,6 @@ if ($user->societe_id == 0 && ! empty($object->id) && $object->statut == 0 && $u
       if ($user->societe_id == 0 && ! empty($object->id) && $user->rights->banque->cheque)
       {
       	print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete&amp;sortfield='.$sortfield.'&amp;sortorder='.$sortorder.'">'.$langs->trans('Delete').'</a>';
      -
       }
       print '</div>';
       
      diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      index 64d0f8601fa..d190beffae2 100644
      --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      @@ -121,7 +121,6 @@ class RemiseCheque extends CommonObject
       				{
       					$this->ref         = $obj->ref;
       				}
      -
       			}
       			$this->db->free($resql);
       
      diff --git a/htdocs/compta/paiement/class/cpaiement.class.php b/htdocs/compta/paiement/class/cpaiement.class.php
      index 1f0175bd370..26d4ea0510e 100644
      --- a/htdocs/compta/paiement/class/cpaiement.class.php
      +++ b/htdocs/compta/paiement/class/cpaiement.class.php
      @@ -200,8 +200,6 @@ class Cpaiement
       				$this->active = $obj->active;
       				$this->accountancy_code = $obj->accountancy_code;
       				$this->module = $obj->module;
      -
      -
       			}
       			$this->db->free($resql);
       
      diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
      index 9b605e68929..38cee6b8434 100644
      --- a/htdocs/compta/paiement_charge.php
      +++ b/htdocs/compta/paiement_charge.php
      @@ -147,7 +147,6 @@ if ($action == 'add_payment' || ($action == 'confirm_paiement' && $confirm=='yes
                   }
               }
       	}
      -
       }
       
       
      diff --git a/htdocs/compta/payment_sc/card.php b/htdocs/compta/payment_sc/card.php
      index b4a21e198de..12cd2a0aa0e 100644
      --- a/htdocs/compta/payment_sc/card.php
      +++ b/htdocs/compta/payment_sc/card.php
      @@ -146,7 +146,6 @@ dol_fiche_head($head, $hselected, $langs->trans("PaymentSocialContribution"), -1
       if ($action == 'delete')
       {
       	print $form->formconfirm('card.php?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete','',0,2);
      -
       }
       
       /*
      diff --git a/htdocs/compta/prelevement/class/bonprelevement.class.php b/htdocs/compta/prelevement/class/bonprelevement.class.php
      index 7b93966aa8b..9d2b828b3eb 100644
      --- a/htdocs/compta/prelevement/class/bonprelevement.class.php
      +++ b/htdocs/compta/prelevement/class/bonprelevement.class.php
      @@ -247,7 +247,6 @@ class BonPrelevement extends CommonObject
       				dol_syslog(get_class($this)."::addline Error -2");
       				$result = -2;
       			}
      -
       		}
       
       		return $result;
      @@ -515,7 +514,6 @@ class BonPrelevement extends CommonObject
       							dol_syslog(get_class($this)."::set_infocredit Update lines Error");
       							$error++;
       						}
      -
       					}
       					else
       					{
      @@ -1058,10 +1056,8 @@ class BonPrelevement extends CommonObject
       							$error++;
       							dol_syslog(__METHOD__."::Update Orders::Error=".$this->db->error(), LOG_ERR);
       						}
      -
       					}
       				}
      -
       			}
       
       			if (!$error)
      diff --git a/htdocs/compta/prelevement/class/rejetprelevement.class.php b/htdocs/compta/prelevement/class/rejetprelevement.class.php
      index 6e3cfe499a8..ebe76a6aab3 100644
      --- a/htdocs/compta/prelevement/class/rejetprelevement.class.php
      +++ b/htdocs/compta/prelevement/class/rejetprelevement.class.php
      @@ -175,7 +175,6 @@ class RejetPrelevement
       					$error++;
       					dol_syslog("RejetPrelevement::Create Error payment validation");
       				}
      -
       			}
       			//Tag invoice as unpaid
       			dol_syslog("RejetPrelevement::Create set_unpaid fac ".$fac->ref);
      diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
      index 3dccc0ff912..dff5ab39f3d 100644
      --- a/htdocs/compta/prelevement/create.php
      +++ b/htdocs/compta/prelevement/create.php
      @@ -161,7 +161,6 @@ if ($nb) {
               } else {
                   print '<a class="butAction"  type="submit" href="create.php?action=create&format=ALL">' . $langs->trans("CreateAll") . "</a>\n";
       		}
      -
       		}
       		else
       		{
      diff --git a/htdocs/compta/prelevement/factures.php b/htdocs/compta/prelevement/factures.php
      index df71dcb3f31..a53db70544b 100644
      --- a/htdocs/compta/prelevement/factures.php
      +++ b/htdocs/compta/prelevement/factures.php
      @@ -134,7 +134,6 @@ if ($prev_id > 0 || $ref)
       		print '</div>';
       
       		dol_fiche_end();
      -
           }
         	else
           {
      diff --git a/htdocs/compta/prelevement/fiche-rejet.php b/htdocs/compta/prelevement/fiche-rejet.php
      index 3819c145851..7cb862389d7 100644
      --- a/htdocs/compta/prelevement/fiche-rejet.php
      +++ b/htdocs/compta/prelevement/fiche-rejet.php
      @@ -135,7 +135,6 @@ if ($prev_id > 0 || $ref)
       		print '</div>';
       
       		dol_fiche_end();
      -
           }
         	else
           {
      diff --git a/htdocs/compta/prelevement/fiche-stat.php b/htdocs/compta/prelevement/fiche-stat.php
      index a3a1d06e322..731bc1dc81d 100644
      --- a/htdocs/compta/prelevement/fiche-stat.php
      +++ b/htdocs/compta/prelevement/fiche-stat.php
      @@ -132,7 +132,6 @@ if ($prev_id > 0 || $ref)
       		print '</div>';
       
       		dol_fiche_end();
      -
       	}
       	else
       	{
      diff --git a/htdocs/compta/prelevement/ligne.php b/htdocs/compta/prelevement/ligne.php
      index 8dd1c87069a..30cc21ae977 100644
      --- a/htdocs/compta/prelevement/ligne.php
      +++ b/htdocs/compta/prelevement/ligne.php
      @@ -89,7 +89,6 @@ if ($action == 'confirm_rejet')
       				header("Location: ligne.php?id=".$id);
       				exit;
       			}
      -
       		}
       		else
       		{
      diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
      index 5fc58955b60..1e2719eac81 100644
      --- a/htdocs/compta/resultat/index.php
      +++ b/htdocs/compta/resultat/index.php
      @@ -688,7 +688,6 @@ if (! empty($conf->expensereport->enabled) && ($modecompta == 'CREANCES-DETTES'
       		$column='p.date_valid';
       		if (! empty($date_start) && ! empty($date_end))
       			$sql.= " AND ".$column." >= '".$db->idate($date_start)."' AND ".$column." <= '".$db->idate($date_end)."'";
      -
       	} elseif ($modecompta == 'RECETTES-DEPENSES') {
       		$sql = "SELECT date_format(pe.datep,'%Y-%m') as dm, sum(p.total_ht) as amount_ht,sum(p.total_ttc) as amount_ttc";
       		$sql.= " FROM ".MAIN_DB_PREFIX."expensereport as p";
      @@ -721,7 +720,6 @@ if (! empty($conf->expensereport->enabled) && ($modecompta == 'CREANCES-DETTES'
       
       				if (! isset($decaiss_ttc[$obj->dm])) $decaiss_ttc[$obj->dm]=0;
       				$decaiss_ttc[$obj->dm] += $obj->amount_ttc;
      -
       			}
       		}
       	}
      @@ -729,7 +727,6 @@ if (! empty($conf->expensereport->enabled) && ($modecompta == 'CREANCES-DETTES'
       	{
       		dol_print_error($db);
       	}
      -
       }
       elseif ($modecompta == 'BOOKKEEPING') {
       	// Nothing from this table
      diff --git a/htdocs/compta/salaries/class/paymentsalary.class.php b/htdocs/compta/salaries/class/paymentsalary.class.php
      index 4da78cb492d..0be0f4f3694 100644
      --- a/htdocs/compta/salaries/class/paymentsalary.class.php
      +++ b/htdocs/compta/salaries/class/paymentsalary.class.php
      @@ -487,7 +487,6 @@ class PaymentSalary extends CommonObject
       	            $result=$this->call_trigger('PAYMENT_SALARY_CREATE',$user);
       	            if ($result < 0) $error++;
       	            // End call triggers
      -
       			}
       			else $error++;
       
      diff --git a/htdocs/compta/salaries/document.php b/htdocs/compta/salaries/document.php
      index 59ca8389193..1059c765df3 100644
      --- a/htdocs/compta/salaries/document.php
      +++ b/htdocs/compta/salaries/document.php
      @@ -127,7 +127,6 @@ if ($object->id)
       	$permission = $user->rights->salaries->write;
       	$param = '&id=' . $object->id;
       	include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/compta/sociales/class/cchargesociales.class.php b/htdocs/compta/sociales/class/cchargesociales.class.php
      index a8f5c430691..710bea7def2 100644
      --- a/htdocs/compta/sociales/class/cchargesociales.class.php
      +++ b/htdocs/compta/sociales/class/cchargesociales.class.php
      @@ -201,8 +201,6 @@ class Cchargesociales
       				$this->fk_pays = $obj->fk_pays;
       				$this->module = $obj->module;
       				$this->accountancy_code = $obj->accountancy_code;
      -
      -
       			}
       			$this->db->free($resql);
       
      diff --git a/htdocs/compta/sociales/class/chargesociales.class.php b/htdocs/compta/sociales/class/chargesociales.class.php
      index e44d02f83e2..cca5a4d7dd2 100644
      --- a/htdocs/compta/sociales/class/chargesociales.class.php
      +++ b/htdocs/compta/sociales/class/chargesociales.class.php
      @@ -368,7 +368,6 @@ class ChargeSociales extends CommonObject
                   {
                       return 0;
                   }
      -
               }
               else
               {
      @@ -627,7 +626,6 @@ class ChargeSociales extends CommonObject
                   }
       
                   $this->db->free($result);
      -
               }
               else
               {
      diff --git a/htdocs/compta/sociales/class/paymentsocialcontribution.class.php b/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
      index b6ff4a49337..d3c265150d4 100644
      --- a/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
      +++ b/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
      @@ -195,7 +195,6 @@ class PaymentSocialContribution extends CommonObject
       			{
       				$error++;
       			}
      -
       		}
       
       		$result = $this->call_trigger('PAYMENTSOCIALCONTRIBUTION_CREATE',$user);
      diff --git a/htdocs/compta/stats/byratecountry.php b/htdocs/compta/stats/byratecountry.php
      index 5c9366037ed..99d6bb8b49d 100644
      --- a/htdocs/compta/stats/byratecountry.php
      +++ b/htdocs/compta/stats/byratecountry.php
      @@ -322,7 +322,6 @@ if ($resql) {
       	}
       	print '<td align="right" width="6%"><b>' . price($totalpermonth['total']) . '</b></td>';
       	print '</tr>';
      -
       } else {
       	print $db->lasterror(); // Show last sql error
       }
      @@ -406,7 +405,6 @@ if ($resql2) {
       	print $db->lasterror(); // Show last sql error
       }
       print "</table>\n";
      -
       } else {
       	// $modecompta != 'CREANCES-DETTES'
       	// "Calculation of part of each product for accountancy in this mode is not possible. When a partial payment (for example 5 euros) is done on an
      diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php
      index 309737111f5..fb53989fe74 100644
      --- a/htdocs/compta/stats/casoc.php
      +++ b/htdocs/compta/stats/casoc.php
      @@ -313,7 +313,6 @@ if ($result) {
       	        $catotal_ht+=$obj->amount;
       	        $catotal+=$obj->amount_ttc;
       	        $i++;
      -
       	}
       } else {
       	dol_print_error($db);
      diff --git a/htdocs/compta/tva/class/tva.class.php b/htdocs/compta/tva/class/tva.class.php
      index c78e0d8dd7a..33d48de8bfc 100644
      --- a/htdocs/compta/tva/class/tva.class.php
      +++ b/htdocs/compta/tva/class/tva.class.php
      @@ -800,7 +800,6 @@ class Tva extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php
      index babc7e1453a..a43127c9a32 100644
      --- a/htdocs/contact/card.php
      +++ b/htdocs/contact/card.php
      @@ -1113,7 +1113,6 @@ else
                       else $text.=$langs->trans("UserWillBeInternalUser");
                   }
                   print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$object->id,$langs->trans("CreateDolibarrLogin"),$text,"confirm_create_user",$formquestion,'yes');
      -
               }
       
               $linkback = '<a href="'.DOL_URL_ROOT.'/contact/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
      @@ -1282,7 +1281,6 @@ else
               }
       
               print "</div>";
      -
           }
       }
       
      diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
      index b5d17676d8d..b1d83abac77 100644
      --- a/htdocs/contact/class/contact.class.php
      +++ b/htdocs/contact/class/contact.class.php
      @@ -1246,7 +1246,6 @@ class Contact extends CommonObject
       		{
       			if ($statut==0 || $statut==5) return img_picto($langs->trans('Disabled'),'statut5', 'class="pictostatus"').' '.$langs->trans('Disabled');
       			elseif ($statut==1 || $statut==4) return img_picto($langs->trans('Enabled'),'statut4', 'class="pictostatus"').' '.$langs->trans('Enabled');
      -
       		}
       		elseif ($mode == 3)
       		{
      diff --git a/htdocs/contrat/class/api_contracts.class.php b/htdocs/contrat/class/api_contracts.class.php
      index 04252433824..35ec5842e4b 100644
      --- a/htdocs/contrat/class/api_contracts.class.php
      +++ b/htdocs/contrat/class/api_contracts.class.php
      @@ -287,7 +287,6 @@ class Contracts extends DolibarrApi
       
               if ($updateRes > 0) {
                   return $updateRes;
      -
               }
               return false;
           }
      @@ -673,7 +672,6 @@ class Contracts extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $contrat[$field] = $data[$field];
      -
               }
               return $contrat;
           }
      diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php
      index 7e0c2d13ca5..8d2194bb60a 100644
      --- a/htdocs/contrat/class/contrat.class.php
      +++ b/htdocs/contrat/class/contrat.class.php
      @@ -2006,7 +2006,6 @@ class Contrat extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      @@ -2476,7 +2475,6 @@ class Contrat extends CommonObject
       				if ($reshook < 0)
       					$error ++;
       			}
      -
       		}
       
       		unset($this->context['createfromclone']);
      @@ -2860,7 +2858,6 @@ class ContratLigne extends CommonObjectLine
       				$marginInfos = getMarginInfos($obj->subprice, $obj->remise_percent, $obj->tva_tx, $obj->localtax1_tx, $obj->localtax2_tx, $this->fk_fournprice, $obj->pa_ht);
       				$this->pa_ht = $marginInfos[0];
       				$this->fk_unit     = $obj->fk_unit;
      -
       			}
       			$this->db->free($resql);
       
      diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php
      index f34eb1b5bdb..b659aa01aab 100644
      --- a/htdocs/contrat/contact.php
      +++ b/htdocs/contrat/contact.php
      @@ -240,7 +240,6 @@ if ($id > 0 || ! empty($ref))
       
       		// Contacts lines
       		include DOL_DOCUMENT_ROOT.'/core/tpl/contacts.tpl.php';
      -
       	} else {
       		print "ErrorRecordNotFound";
       	}
      diff --git a/htdocs/contrat/document.php b/htdocs/contrat/document.php
      index 4b7a9b4faf5..cd98f787ff6 100644
      --- a/htdocs/contrat/document.php
      +++ b/htdocs/contrat/document.php
      @@ -192,7 +192,6 @@ if ($object->id)
           $permtoedit = $user->rights->contrat->creer;
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
      index f348cab8234..c0404b5cf3f 100644
      --- a/htdocs/contrat/index.php
      +++ b/htdocs/contrat/index.php
      @@ -279,7 +279,6 @@ if (! empty($conf->contrat->enabled) && $user->rights->contrat->lire)
       				print '</tr>';
       				//$tot_ttc+=$obj->total_ttc;
       				$i++;
      -
       			}
       		}
       		else
      @@ -365,7 +364,6 @@ if ($result)
       	$db->free($result);
       
       	print "</table>";
      -
       }
       else
       {
      @@ -444,7 +442,6 @@ if ($resql)
       	$db->free();
       
       	print "</table>";
      -
       }
       else
       {
      @@ -523,7 +520,6 @@ if ($resql)
       	$db->free();
       
       	print "</table>";
      -
       }
       else
       {
      @@ -603,7 +599,6 @@ if ($resql)
       	$db->free();
       
       	print "</table>";
      -
       }
       else
       {
      diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php
      index a5ea40e146c..ec93d112ef4 100644
      --- a/htdocs/contrat/note.php
      +++ b/htdocs/contrat/note.php
      @@ -177,7 +177,6 @@ if ($id > 0 || ! empty($ref))
       	include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
       
       	dol_fiche_end();
      -
       }
       
       
      diff --git a/htdocs/core/actions_sendmails.inc.php b/htdocs/core/actions_sendmails.inc.php
      index 153c5ca9364..0715a78495e 100644
      --- a/htdocs/core/actions_sendmails.inc.php
      +++ b/htdocs/core/actions_sendmails.inc.php
      @@ -496,5 +496,4 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
       		dol_syslog('Failed to read data of object id='.$object->id.' element='.$object->element);
       		$action = 'presend';
       	}
      -
       }
      diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
      index a1fafa80559..749f81f1197 100644
      --- a/htdocs/core/ajax/ajaxdirtree.php
      +++ b/htdocs/core/ajax/ajaxdirtree.php
      @@ -487,7 +487,6 @@ function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir,
       				}
       
       				echo "</ul>\n";
      -
       			}
       		}
       		else print "PermissionDenied";
      diff --git a/htdocs/core/ajax/check_notifications.php b/htdocs/core/ajax/check_notifications.php
      index 642dc1038d9..a5c73655bab 100644
      --- a/htdocs/core/ajax/check_notifications.php
      +++ b/htdocs/core/ajax/check_notifications.php
      @@ -113,7 +113,6 @@ if ($time >= $_SESSION['auto_check_events_not_before'])
           {
               dol_syslog("Error sql = ".$db->lasterror(), LOG_ERR);
           }
      -
       }
       
       print json_encode($eventfound);
      diff --git a/htdocs/core/ajax/price.php b/htdocs/core/ajax/price.php
      index 453fdc7bc82..86073a5a409 100644
      --- a/htdocs/core/ajax/price.php
      +++ b/htdocs/core/ajax/price.php
      @@ -52,7 +52,6 @@ if (! empty($output) && isset($amount) && isset($tva_tx))
       			$price = price2num($amount * (1 + ($tva_tx/100)), 'MU');
       			$return['price_ht'] = $amount;
       			$return['price_ttc'] = (isset($price) && $price != '' ? price($price) : '');
      -
       		}
       		else if ($output == 'price_ht') {
       
      diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php
      index 9bcfb002bb6..05bbdba3831 100644
      --- a/htdocs/core/boxes/box_actions.php
      +++ b/htdocs/core/boxes/box_actions.php
      @@ -232,7 +232,6 @@ class box_actions extends ModeleBoxes
       					}
       				}
       				$out.= '</table>';
      -
       			}
       			$out.= '</div>';
       			if ($actioncejour)
      diff --git a/htdocs/core/boxes/box_factures.php b/htdocs/core/boxes/box_factures.php
      index e281fbe5c60..36c472cfc22 100644
      --- a/htdocs/core/boxes/box_factures.php
      +++ b/htdocs/core/boxes/box_factures.php
      @@ -193,7 +193,6 @@ class box_factures extends ModeleBoxes
                           'text' => ($db->error().' sql='.$sql),
                       );
                   }
      -
               } else {
                   $this->info_box_contents[0][0] = array(
                       'td' => 'align="left" class="nohover opacitymedium"',
      diff --git a/htdocs/core/boxes/box_graph_invoices_permonth.php b/htdocs/core/boxes/box_graph_invoices_permonth.php
      index c22163779a8..fd0b4e593c0 100644
      --- a/htdocs/core/boxes/box_graph_invoices_permonth.php
      +++ b/htdocs/core/boxes/box_graph_invoices_permonth.php
      @@ -258,7 +258,6 @@ class box_graph_invoices_permonth extends ModeleBoxes
       			{
       				$this->info_box_contents[0][0] = array('tr'=>'class="oddeven nohover"', 'td' => 'align="left" class="nohover"', 'maxlength'=>500, 'text' => $mesg);
       			}
      -
       		}
       		else {
       			$this->info_box_contents[0][0] = array(
      diff --git a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
      index a7f504b2d01..f13b19259c9 100644
      --- a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
      +++ b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
      @@ -257,7 +257,6 @@ class box_graph_invoices_supplier_permonth extends ModeleBoxes
           	        										'maxlength'=>500,
       	            										'text' => $mesg);
       			}
      -
       		}
       		else {
       			$this->info_box_contents[0][0] = array(
      diff --git a/htdocs/core/boxes/box_graph_orders_permonth.php b/htdocs/core/boxes/box_graph_orders_permonth.php
      index 329fef77fba..fefa90c5fea 100644
      --- a/htdocs/core/boxes/box_graph_orders_permonth.php
      +++ b/htdocs/core/boxes/box_graph_orders_permonth.php
      @@ -256,7 +256,6 @@ class box_graph_orders_permonth extends ModeleBoxes
           	        										'maxlength'=>500,
       	            										'text' => $mesg);
       			}
      -
       		}
       		else {
       			$this->info_box_contents[0][0] = array(
      diff --git a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
      index de962149cdf..e388d226fd2 100644
      --- a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
      +++ b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
      @@ -255,7 +255,6 @@ class box_graph_orders_supplier_permonth extends ModeleBoxes
           	        										'maxlength'=>500,
       	            										'text' => $mesg);
       			}
      -
       		}
       		else {
       			$this->info_box_contents[0][0] = array(
      diff --git a/htdocs/core/boxes/box_graph_propales_permonth.php b/htdocs/core/boxes/box_graph_propales_permonth.php
      index c19235c2fb2..f28b0ec2c99 100644
      --- a/htdocs/core/boxes/box_graph_propales_permonth.php
      +++ b/htdocs/core/boxes/box_graph_propales_permonth.php
      @@ -259,7 +259,6 @@ class box_graph_propales_permonth extends ModeleBoxes
           	        										'maxlength'=>500,
       	            										'text' => $mesg);
       			}
      -
       		}
       		else {
       			$this->info_box_contents[0][0] = array(
      diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php
      index c23e9940377..ed62e127816 100644
      --- a/htdocs/core/boxes/box_services_expired.php
      +++ b/htdocs/core/boxes/box_services_expired.php
      @@ -167,8 +167,6 @@ class box_services_expired extends ModeleBoxes
                                                               'maxlength'=>500,
                                                               'text' => ($db->error().' sql='.$sql));
           		}
      -
      -
           	}
           	else
           	{
      diff --git a/htdocs/core/class/comment.class.php b/htdocs/core/class/comment.class.php
      index 161ce438e29..b731eb77169 100644
      --- a/htdocs/core/class/comment.class.php
      +++ b/htdocs/core/class/comment.class.php
      @@ -360,7 +360,6 @@ class Comment extends CommonObject
       				$error++; $this->errors[]="Error ".$this->db->lasterror();
       				return -1;
       			}
      -
       		}
       
       		return count($this->comments);
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 4729e11ff85..aa318a48bcc 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -1925,7 +1925,6 @@ abstract class CommonObject
       								dol_syslog(get_class($this).'::setMulticurrencyRate no updateline defined', LOG_DEBUG);
       								break;
       						}
      -
       					}
       				}
       
      @@ -2815,7 +2814,6 @@ abstract class CommonObject
       								$this->total_ttc -= $diff;
       								$total_tva_by_vats[$obj->vatrate] -= $diff;
       								$total_ttc_by_vats[$obj->vatrate] -= $diff;
      -
       					}
       				}
       
      @@ -4630,7 +4628,6 @@ abstract class CommonObject
       				dol_print_error($this->db, "Error generating document for ".__CLASS__.". Error: ".$obj->error, $obj->errors);
       				return -1;
       			}
      -
       		}
       		else
       		{
      @@ -5777,7 +5774,6 @@ abstract class CommonObject
       							}
       
       							$data[$obj->rowid]=$labeltoshow;
      -
       						} else {
       							if (! $notrans) {
       								$translabel = $langs->trans($obj->{$InfoFieldList[1]});
      @@ -5806,7 +5802,6 @@ abstract class CommonObject
       					$this->db->free($resql);
       
       					$out=$form->multiselectarray($keyprefix.$key.$keysuffix, $data, $value_arr, '', 0, '', 0, '100%');
      -
       				} else {
       					print 'Error in request ' . $sql . ' ' . $this->db->lasterror() . '. Check setup of extra parameters.<br>';
       				}
      @@ -6186,7 +6181,6 @@ abstract class CommonObject
       					}
       				}
       				$value='<div class="select2-container-multi-dolibarr" style="width: 90%;"><ul class="select2-choices-dolibarr">'.implode(' ', $toprint).'</ul></div>';
      -
       			} else {
       				dol_syslog(get_class($this) . '::showOutputField error ' . $this->db->lasterror(), LOG_WARNING);
       			}
      diff --git a/htdocs/core/class/ctyperesource.class.php b/htdocs/core/class/ctyperesource.class.php
      index 297e48a940b..f4e74128747 100644
      --- a/htdocs/core/class/ctyperesource.class.php
      +++ b/htdocs/core/class/ctyperesource.class.php
      @@ -188,8 +188,6 @@ class Ctyperesource
       				$this->code = $obj->code;
       				$this->label = $obj->label;
       				$this->active = $obj->active;
      -
      -
       			}
       
       			// Retrieve all extrafields for invoice
      @@ -269,8 +267,6 @@ class Ctyperesource
       				$line->code = $obj->code;
       				$line->label = $obj->label;
       				$line->active = $obj->active;
      -
      -
       			}
       			$this->db->free($resql);
       
      diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php
      index ad7b900b033..1cf347af6a3 100644
      --- a/htdocs/core/class/dolgraph.class.php
      +++ b/htdocs/core/class/dolgraph.class.php
      @@ -1108,7 +1108,6 @@ class DolGraph
       			//$this->stringtoshow.=', shadowSize: 20'."\n";    TODO Uncommet this
       			$this->stringtoshow.='});'."\n";
       			$this->stringtoshow.='}'."\n";
      -
       		}
       
       		$this->stringtoshow.='plotWithOptions_'.$tag.'();'."\n";
      diff --git a/htdocs/core/class/dolreceiptprinter.class.php b/htdocs/core/class/dolreceiptprinter.class.php
      index 8734c4126e7..f38afc67807 100644
      --- a/htdocs/core/class/dolreceiptprinter.class.php
      +++ b/htdocs/core/class/dolreceiptprinter.class.php
      @@ -484,7 +484,6 @@ class dolReceiptPrinter extends Escpos
                       $this->printer->cut();
                       //print '<pre>'.print_r($this->connector, true).'</pre>';
                       $this->printer->close();
      -
                   } catch (Exception $e) {
                       $this->errors[] = $e->getMessage();
                       $error++;
      @@ -621,7 +620,6 @@ class dolReceiptPrinter extends Escpos
                   // uncomment next line to see content sent to printer
                   //print '<pre>'.print_r($this->connector, true).'</pre>';
                   $this->printer->close();
      -
               }
               return $error;
           }
      diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php
      index c5304fec31c..b30f79f0bba 100644
      --- a/htdocs/core/class/emailsenderprofile.class.php
      +++ b/htdocs/core/class/emailsenderprofile.class.php
      @@ -413,7 +413,6 @@ class EmailSenderProfile extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
      index 3f5b515e725..9ebdbd22836 100644
      --- a/htdocs/core/class/extrafields.class.php
      +++ b/htdocs/core/class/extrafields.class.php
      @@ -1392,7 +1392,6 @@ class ExtraFields
       							}
       
       							$data[$obj->rowid]=$labeltoshow;
      -
       						} else {
       							if (! $notrans) {
       								$translabel = $langs->trans($obj->{$InfoFieldList[1]});
      @@ -1421,7 +1420,6 @@ class ExtraFields
       					$this->db->free($resql);
       
       					$out=$form->multiselectarray($keyprefix.$key.$keysuffix, $data, $value_arr, '', 0, '', 0, '100%');
      -
       				} else {
       					print 'Error in request ' . $sql . ' ' . $this->db->lasterror() . '. Check setup of extra parameters.<br>';
       				}
      @@ -1715,7 +1713,6 @@ class ExtraFields
       					}
       				}
       				$value='<div class="select2-container-multi-dolibarr" style="width: 90%;"><ul class="select2-choices-dolibarr">'.implode(' ', $toprint).'</ul></div>';
      -
       			} else {
       				dol_syslog(get_class($this) . '::showOutputField error ' . $this->db->lasterror(), LOG_WARNING);
       			}
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index d42d1dde48f..c30dcec6e01 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -4685,7 +4685,6 @@ class Form
       					$out.= '</option>';
       				}
       			}
      -
       		}
       
       		$out.= '</select>';
      @@ -6958,7 +6957,6 @@ class Form
       				$ret.='<tr><td class="tdoverflow"><input type="file" class="flat maxwidth200onsmartphone" name="photo" id="photoinput"'.($capture?' capture="'.$capture.'"':'').'></td></tr>';
       				$ret.='</table>';
       			}
      -
       		}
       		else dol_print_error('','Call of showphoto with wrong parameters modulepart='.$modulepart);
       
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index bfc67880a96..34f0b9ab750 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -718,7 +718,6 @@ class FormFile
       				$reshook = $hookmanager->executeHooks('formBuilddocOptions',$parameters,$GLOBALS['object']);
       				$out.= $hookmanager->resPrint;
       			}
      -
       		}
       
       		// Get list of files
      @@ -848,7 +847,6 @@ class FormFile
       			{
       				$out.='<tr><td colspan="'.(3+($addcolumforpicto?1:0)).'" class="opacitymedium">'.$langs->trans("None").'</td></tr>'."\n";
       			}
      -
       		}
       
       		if ($headershown)
      diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
      index f79e9eea53d..d2800ce1906 100644
      --- a/htdocs/core/class/html.formother.class.php
      +++ b/htdocs/core/class/html.formother.class.php
      @@ -1212,7 +1212,6 @@ class FormOther
                   }
       
                   $boxlistb.= "<!-- End box right container -->\n";
      -
               }
       
               return array('selectboxlist'=>count($boxactivated)?$selectboxlist:'', 'boxactivated'=>$boxactivated, 'boxlista'=>$boxlista, 'boxlistb'=>$boxlistb);
      diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
      index 344b8050b65..08917a8d3a3 100644
      --- a/htdocs/core/class/notify.class.php
      +++ b/htdocs/core/class/notify.class.php
      @@ -519,12 +519,10 @@ class Notify
       							if ($obj->type_target == 'touserid') {
       	 							$sql = "INSERT INTO ".MAIN_DB_PREFIX."notify (daten, fk_action, fk_soc, fk_user, type, objet_type, type_target, objet_id, email)";
       								$sql.= " VALUES ('".$this->db->idate(dol_now())."', ".$notifcodedefid.", ".($object->socid?$object->socid:'null').", ".$obj->cid.", '".$obj->type."', '".$object_type."', '".$obj->type_target."', ".$object->id.", '".$this->db->escape($obj->email)."')";
      -
       							}
       							else {
       								$sql = "INSERT INTO ".MAIN_DB_PREFIX."notify (daten, fk_action, fk_soc, fk_contact, type, objet_type, type_target, objet_id, email)";
       								$sql.= " VALUES ('".$this->db->idate(dol_now())."', ".$notifcodedefid.", ".($object->socid?$object->socid:'null').", ".$obj->cid.", '".$obj->type."', '".$object_type."', '".$obj->type_target."', ".$object->id.", '".$this->db->escape($obj->email)."')";
      -
       							}
       							if (! $this->db->query($sql))
       							{
      diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php
      index bad8d7ffdca..fd37476a26e 100644
      --- a/htdocs/core/class/rssparser.class.php
      +++ b/htdocs/core/class/rssparser.class.php
      @@ -545,8 +545,6 @@ class RssParser
                   }
       
                   $this->incontent = $el;
      -
      -
               }
       
               // if inside an Atom content construct (e.g. content or summary) field treat tags as text
      @@ -734,7 +732,6 @@ class RssParser
                   elseif ($this->inchannel) {
                       $this->concat($this->channel[ $el ], $text);
                   }
      -
               }
           }
       }
      @@ -759,7 +756,6 @@ function xml2php($xml)
               foreach($value->attributes() as $ak=>$av)
               {
                   $child[$ak] = (string) $av;
      -
               }
       
               //Let see if the new child is not in the array
      diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php
      index 7904f485d6a..e3b151f9874 100644
      --- a/htdocs/core/class/utils.class.php
      +++ b/htdocs/core/class/utils.class.php
      @@ -343,7 +343,6 @@ class Utils
       						elseif (preg_match('/'.preg_quote('SET SQL_NOTES=@OLD_SQL_NOTES').'/i',$read)) $ok=1;
       					}
       					pclose($handlein);
      -
       				}
       
       
      diff --git a/htdocs/core/db/mssql.class.php b/htdocs/core/db/mssql.class.php
      index dd1553ec12f..a8483ec1401 100644
      --- a/htdocs/core/db/mssql.class.php
      +++ b/htdocs/core/db/mssql.class.php
      @@ -374,7 +374,6 @@ class DoliDBMssql extends DoliDB
                           $query="ALTER TABLE [".$matches[1]."] ADD CONSTRAINT [".$matches[2]."] PRIMARY KEY CLUSTERED (".$matches[3].")";
           		    }
           		}
      -
       		}
       
       		if ($type=="auto" || $type='ddl')
      @@ -416,7 +415,6 @@ class DoliDBMssql extends DoliDB
           	       $sql='SET IDENTITY_INSERT ['.trim($matches[1]).'] ON;';
           	       @mssql_query($sql, $this->db);
           	       $post_query='SET IDENTITY_INSERT ['.trim($matches[1]).'] OFF;';
      -
           	   }
       		}
       		//print "<!--".$query."-->";
      diff --git a/htdocs/core/db/sqlite3.class.php b/htdocs/core/db/sqlite3.class.php
      index 6babfd881d4..97e799a2b69 100644
      --- a/htdocs/core/db/sqlite3.class.php
      +++ b/htdocs/core/db/sqlite3.class.php
      @@ -260,7 +260,6 @@ class DoliDBSqlite3 extends DoliDB
                           // Pour l'instant les contraintes ne sont pas créées
                           dol_syslog(get_class().'::query line emptied');
                           $line = 'SELECT 0;';
      -
                       }
       
                       //if (preg_match('/rowid\s+.*\s+PRIMARY\s+KEY,/i', $line)) {
      @@ -445,7 +444,6 @@ class DoliDBSqlite3 extends DoliDB
       
                   // dummy statement
                   $query="SELECT 0";
      -
               } else {
                   $query=$this->convertSQLFromMysql($query,$type);
               }
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index 4014adfc272..f92fd56a87b 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -1233,7 +1233,6 @@ function activateModulesRequiredByCountry($country_code)
       
       								setEventMessages($objMod->automatic_activation[$country_code], null, 'warnings');
       							}
      -
       						}
       						else dol_syslog("Module ".get_class($objMod)." not qualified");
       					}
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index 46e3922a0d0..fe9d15c8322 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -634,7 +634,6 @@ function getFormeJuridiqueLabel($code)
               {
                   return $langs->trans("NotDefined");
               }
      -
           }
       }
       
      diff --git a/htdocs/core/lib/emailing.lib.php b/htdocs/core/lib/emailing.lib.php
      index d9cad7f1c1e..06ceb2c96b0 100644
      --- a/htdocs/core/lib/emailing.lib.php
      +++ b/htdocs/core/lib/emailing.lib.php
      @@ -46,7 +46,6 @@ function emailing_prepare_head(Mailing $object)
       		if ($object->nbemail > 0) $head[$h][1].= ' <span class="badge">'.$object->nbemail.'</span>';
           	$head[$h][2] = 'targets';
           	$h++;
      -
       	}
       
       	if (! empty($conf->global->EMAILING_USE_ADVANCED_SELECTOR))
      diff --git a/htdocs/core/lib/fichinter.lib.php b/htdocs/core/lib/fichinter.lib.php
      index e55aaeb7516..20e257eee2f 100644
      --- a/htdocs/core/lib/fichinter.lib.php
      +++ b/htdocs/core/lib/fichinter.lib.php
      @@ -76,7 +76,6 @@ function fichinter_prepare_head($object)
       				foreach($resources as $resource_obj)
       				{
       					$linked_resources = $object->getElementResources('fichinter',$object->id,$resource_obj);
      -
       				}
       			}
       		}
      diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
      index 7897041ebbf..1a114c62a01 100644
      --- a/htdocs/core/lib/files.lib.php
      +++ b/htdocs/core/lib/files.lib.php
      @@ -781,7 +781,6 @@ function dolCopyDir($srcfile, $destfile, $newmask, $overwriteifexists, $arrayrep
       					$result=$tmpresult;
       				}
       				if ($result < 0) break;
      -
       			}
       		}
       		closedir($dir_handle);
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 7888338cdc2..9efc66030d2 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -1223,7 +1223,6 @@ function dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $pi
       					$outmore.='<a class="tabimage'.($morecss?' '.$morecss:'').'" href="'.$links[$i][0].'">'.$links[$i][1].'</a>'."\n";
       				else
       					$outmore.='<span class="tabspan">'.$links[$i][1].'</span>'."\n";
      -
       			}
       			else if (! empty($links[$i][1]))
       			{
      @@ -3932,7 +3931,6 @@ function dol_print_error($db='',$error='',$errors=null)
       			$out.='> '.$langs->transnoentities("RequestLastAccessInError").":\n".($db->lastqueryerror()?$db->lastqueryerror():$langs->transnoentities("ErrorNoRequestInError"))."\n";
       			$out.='> '.$langs->transnoentities("ReturnCodeLastAccessInError").":\n".($db->lasterrno()?$db->lasterrno():$langs->transnoentities("ErrorNoRequestInError"))."\n";
       			$out.='> '.$langs->transnoentities("InformationLastAccessInError").":\n".($db->lasterror()?$db->lasterror():$langs->transnoentities("ErrorNoRequestInError"))."\n";
      -
       		}
       		$syslog.=", sql=".$db->lastquery();
       		$syslog.=", db_error=".$db->lasterror();
      @@ -4994,7 +4992,6 @@ function getLocalTaxesFromRate($vatrate, $local, $buyer, $seller, $firstparamisi
       		else
       		{
       			return array($obj->localtax1_type, get_localtax($vatrate, 1, $buyer, $seller), $obj->localtax2_type, get_localtax($vatrate, 2, $buyer, $seller), $obj->accountancy_code_sell,$obj->accountancy_code_buy);
      -
       		}
       	}
       
      @@ -5116,8 +5113,6 @@ function get_product_localtax_for_country($idprod, $local, $thirdparty_seller)
       		else
       		{
       			// TODO Read default product vat according to countrycode and product
      -
      -
       		}
       	}
       
      @@ -5600,7 +5595,6 @@ function dolGetFirstLineOfText($text, $nboflines=1)
       		{
       			$firstline=preg_replace('/<br[^>]*>.*$/s','',$text);		// The s pattern modifier means the . can match newline characters
       			$firstline=preg_replace('/<div[^>]*>.*$/s','',$firstline);	// The s pattern modifier means the . can match newline characters
      -
       		}
       		else
       		{
      diff --git a/htdocs/core/lib/xcal.lib.php b/htdocs/core/lib/xcal.lib.php
      index 3f09bd3410a..10d68475c97 100644
      --- a/htdocs/core/lib/xcal.lib.php
      +++ b/htdocs/core/lib/xcal.lib.php
      @@ -263,7 +263,6 @@ function build_calfile($format,$title,$desc,$events_array,$outputfile)
       				$comment ['enddate']		= $enddate;
       				fwrite($calfileh,"COMMENT:" . serialize ($comment) . "\n");
       				*/
      -
       			}
       		}
       
      diff --git a/htdocs/core/login/functions_ldap.php b/htdocs/core/login/functions_ldap.php
      index 6e13d55171c..4587dbae11b 100644
      --- a/htdocs/core/login/functions_ldap.php
      +++ b/htdocs/core/login/functions_ldap.php
      @@ -203,7 +203,6 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
       					}
       					unset($usertmp);
       				}
      -
       			}
       			if ($result == 1)
       			{
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 562ed99a020..968048a15aa 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -626,7 +626,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       					$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));
       				}
       			}
      -
       		}
       
       
      @@ -807,7 +806,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				$newmenu->add("/fichinter/card-red.php?leftmenu=ficheinter", $langs->trans("ModelList"), 1, $user->rights->ficheinter->lire, '', '', '', 203);
       				$newmenu->add("/fichinter/stats/index.php?leftmenu=ficheinter", $langs->trans("Statistics"), 1, $user->rights->fournisseur->commande->lire);
       			}
      -
       		}
       
       
      @@ -1242,7 +1240,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				if (preg_match('/checks/',$leftmenu)) $newmenu->add("/compta/paiement/cheque/card.php?leftmenu=checks_bis&amp;action=new&amp;mainmenu=bank",$langs->trans("NewChequeDeposit"),1,$user->rights->banque->cheque);
       				if (preg_match('/checks/',$leftmenu)) $newmenu->add("/compta/paiement/cheque/list.php?leftmenu=checks_bis&amp;mainmenu=bank",$langs->trans("List"),1,$user->rights->banque->cheque);
       			}
      -
       		}
       
       		/*
      @@ -1349,7 +1346,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				if ($usemenuhider || empty($leftmenu) || $leftmenu=="sendings") $newmenu->add("/expedition/list.php?leftmenu=sendings&viewstatut=2", $langs->trans("StatusSendingProcessedShort"), 2, $user->rights->expedition->lire);
       				$newmenu->add("/expedition/stats/index.php?leftmenu=sendings", $langs->trans("Statistics"), 1, $user->rights->expedition->lire);
       			}
      -
       		}
       
       		/*
      @@ -1571,7 +1567,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				$newmenu->add("/adherents/type.php?leftmenu=setup&amp;mainmenu=members&amp;action=create",$langs->trans("New"),1,$user->rights->adherent->configurer);
       				$newmenu->add("/adherents/type.php?leftmenu=setup&amp;mainmenu=members",$langs->trans("List"),1,$user->rights->adherent->configurer);
       			}
      -
       		}
       
       		// Add personalized menus and modules menus
      @@ -1631,7 +1626,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				$i++;
       			}
       		}
      -
       	}
       
       	// Build final $menu_array = $menu_array_before +$newmenu->liste + $menu_array_after
      diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
      index fa6e1b3084d..543dbd111bb 100644
      --- a/htdocs/core/menus/standard/eldy_menu.php
      +++ b/htdocs/core/menus/standard/eldy_menu.php
      @@ -315,8 +315,6 @@ class MenuManager
       	        				}
       	        				print '</li>'."\n";
              					}
      -
      -
              				}
               			//var_dump($submenu);
               			print '</ul>';
      diff --git a/htdocs/core/menus/standard/empty.php b/htdocs/core/menus/standard/empty.php
      index 172b6c483c5..4d7296b276b 100644
      --- a/htdocs/core/menus/standard/empty.php
      +++ b/htdocs/core/menus/standard/empty.php
      @@ -311,8 +311,6 @@ class MenuManager
       		                    }
       		                    print '</li>'."\n";
       		                }
      -
      -
       		            }
       		            //var_dump($submenu);
       		            print '</ul>';
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index 9f94288809d..dfaaa6b26b4 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -1175,7 +1175,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       							dol_syslog(get_class($this)."::insert_boxes", LOG_DEBUG);
       							$resql=$this->db->query($sql);
       							if (! $resql) $err++;
      -
       						}
       						if (! $err && ! preg_match('/newboxdefonly/',$option))
       						{
      @@ -1384,7 +1383,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       
       							$resql=$this->db->query($sql);
       							if (! $resql) $err++;
      -
       						}
       
       						if (! $err)
      @@ -1739,7 +1737,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       									break;
       								}
       								else dol_syslog(get_class($this)."::insert_permissions record already exists", LOG_INFO);
      -
       							}
       
       							$this->db->free($resqlinsert);
      @@ -1791,7 +1788,6 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       					$user->clearrights();
       					$user->getrights();
       				}
      -
       			}
       			$this->db->free($resql);
       		}
      diff --git a/htdocs/core/modules/cheque/modules_chequereceipts.php b/htdocs/core/modules/cheque/modules_chequereceipts.php
      index 9af073267ae..f2841a7ec8e 100644
      --- a/htdocs/core/modules/cheque/modules_chequereceipts.php
      +++ b/htdocs/core/modules/cheque/modules_chequereceipts.php
      @@ -209,7 +209,6 @@ function chequereceipt_pdf_create($db, $id, $message, $modele, $outputlangs)
       			dol_print_error($db,"chequereceipt_pdf_create Error: ".$obj->error);
       			return -1;
       		}
      -
       	}
       	else
       	{
      diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      index ad77e9bea32..6047caa55b3 100644
      --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      @@ -967,7 +967,6 @@ class pdf_einstein extends ModelePDFCommandes
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 1c85adddfcc..0bf4b91365e 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -402,7 +402,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       				        if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       				        $height_note=$posyafter-$tab_top_newpage;
       				        $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -
       				    }
       				    else // No pagebreak
       				    {
      @@ -424,7 +423,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       
       				            $posyafter = $tab_top_newpage;
       				        }
      -
       				    }
       
       				    $tab_height = $tab_height - $height_note;
      @@ -1028,7 +1026,6 @@ class pdf_eratosthene extends ModelePDFCommandes
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      index 5c663e61348..daa8d67e5d1 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      @@ -730,7 +730,6 @@ class pdf_rouget extends ModelePdfExpedition
       
       	    	$pdf->SetXY($this->posxtotalht, $tab2_top + $tab2_hl * $index);
       	    	$pdf->MultiCell($this->page_largeur - $this->marge_droite - $this->posxtotalht, $tab2_hl, price($object->total_ht, 0, $outputlangs), 0, 'C', 1);
      -
       		}
       
       		// Total Weight
      @@ -834,7 +833,6 @@ class pdf_rouget extends ModelePdfExpedition
       				$pdf->SetXY($this->posxtotalht-1, $tab_top+1);
       				$pdf->MultiCell(($this->page_largeur - $this->marge_droite - $this->posxtotalht), 2, $outputlangs->transnoentities("TotalHT"),'','C');
       			}
      -
       		}
       	}
       
      diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      index f05c19885da..d98801ab7e2 100644
      --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      @@ -479,7 +479,6 @@ class pdf_standard extends ModeleExpenseReport
       						$pagenb++;
       						if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       					}
      -
       				}
       
       				// Show square
      diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      index c4d69424cb2..797b48865c6 100644
      --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      @@ -1202,7 +1202,6 @@ class pdf_crabe extends ModelePDFFactures
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      @@ -1225,7 +1224,6 @@ class pdf_crabe extends ModelePDFFactures
       							$this->tva[$tvakey]=$tvaval * $coef_fix_tva;
       						}
       					}
      -
       				}
       
       				foreach($this->tva as $tvakey => $tvaval)
      @@ -1516,9 +1514,7 @@ class pdf_crabe extends ModelePDFFactures
       				{
       					$pdf->MultiCell($this->postotalht-$this->posxprogress,2, $outputlangs->transnoentities("Progress"),'','C');
       				}
      -
       			}
      -
       		}
       
       		if($conf->global->PRODUCT_USE_UNITS) {
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index d03d60f50fe..439f81ab02e 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -487,7 +487,6 @@ class pdf_sponge extends ModelePDFFactures
       	                    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                    $height_note=$posyafter-$tab_top_newpage;
       	                    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -
       	                }
       	                else // No pagebreak
       	                {
      @@ -509,7 +508,6 @@ class pdf_sponge extends ModelePDFFactures
       
       	                        $posyafter = $tab_top_newpage;
       	                    }
      -
       	                }
       
       	                $tab_height = $tab_height - $height_note;
      @@ -787,7 +785,6 @@ class pdf_sponge extends ModelePDFFactures
       	                            $pagenb++;
       	                            if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       	                        }
      -
       	            }
       
       	            // Show square
      @@ -1268,7 +1265,6 @@ class pdf_sponge extends ModelePDFFactures
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      @@ -1291,7 +1287,6 @@ class pdf_sponge extends ModelePDFFactures
       							$this->tva[$tvakey]=$tvaval * $coef_fix_tva;
       						}
       					}
      -
       				}
       
       				foreach($this->tva as $tvakey => $tvaval)
      diff --git a/htdocs/core/modules/import/import_csv.modules.php b/htdocs/core/modules/import/import_csv.modules.php
      index 34bff81e55c..6b2e480db86 100644
      --- a/htdocs/core/modules/import/import_csv.modules.php
      +++ b/htdocs/core/modules/import/import_csv.modules.php
      @@ -466,7 +466,6 @@ class ImportCsv extends ModeleImports
                                                   }
                                               }
                                           }
      -
                                       }
                                       elseif ($objimport->array_import_convertvalue[0][$val]['rule']=='zeroifnull')
                                       {
      diff --git a/htdocs/core/modules/import/import_xlsx.modules.php b/htdocs/core/modules/import/import_xlsx.modules.php
      index 2c37caa5d40..f8b6aa99a82 100644
      --- a/htdocs/core/modules/import/import_xlsx.modules.php
      +++ b/htdocs/core/modules/import/import_xlsx.modules.php
      @@ -493,7 +493,6 @@ class ImportXlsx extends ModeleImports
                                                   }
                                               }
                                           }
      -
                                       }
                                       elseif ($objimport->array_import_convertvalue[0][$val]['rule']=='zeroifnull')
                                       {
      diff --git a/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php b/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
      index 4f6f3c4ecdb..91bd5127c1f 100644
      --- a/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
      +++ b/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
      @@ -69,7 +69,6 @@ class mailing_thirdparties_services_expired extends MailingTargets
                       $i++;
                       $this->arrayofproducts[$i]=$obj->ref;
                   }
      -
               }
               else
               {
      diff --git a/htdocs/core/modules/modStock.class.php b/htdocs/core/modules/modStock.class.php
      index d4f79f1efcf..01b4e9d4474 100644
      --- a/htdocs/core/modules/modStock.class.php
      +++ b/htdocs/core/modules/modStock.class.php
      @@ -173,7 +173,6 @@ class modStock extends DolibarrModules
       		$this->rights[9][3] = 0; 					// Permission by default for new user (0/1)
       		$this->rights[9][4] = 'inventory_advance';			// In php code, permission will be checked by test if ($user->rights->permkey->level1->level2)
       		$this->rights[9][5] = 'changePMP';			// In php code, permission will be checked by test if ($user->rights->permkey->level1->level2)
      -
       		}
       
       		// Main menu entries
      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 a350f643e9e..bc5da5e306b 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
      @@ -1144,7 +1144,6 @@ class doc_generic_project_odt extends ModelePDFProjects
       									}
       									$listlines->merge();
       								}
      -
       							}
       						}
       						$odfHandler->mergeSegment($listlines);
      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 7df62bec482..46f0fdacbbb 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
      @@ -720,7 +720,6 @@ class doc_generic_task_odt extends ModelePDFTask
       					//$listlines->merge();
       
       					$odfHandler->mergeSegment($listtasksfiles);
      -
       				}
       				catch(OdfException $e)
       				{
      diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      index adb52867a36..8c2dfd21a89 100644
      --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      @@ -1146,7 +1146,6 @@ class pdf_azur extends ModelePDFPropales
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index e43734039ca..464bef3da96 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -446,7 +446,6 @@ class pdf_cyan extends ModelePDFPropales
       					    if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
       					    $height_note=$posyafter-$tab_top_newpage;
       					    $pdf->Rect($this->marge_gauche, $tab_top_newpage-1, $tab_width, $height_note+1);
      -
       					}
       					else // No pagebreak
       					{
      @@ -468,7 +467,6 @@ class pdf_cyan extends ModelePDFPropales
       
       					        $posyafter = $tab_top_newpage;
       					    }
      -
       					}
       
       					$tab_height = $tab_height - $height_note;
      @@ -1183,7 +1181,6 @@ class pdf_cyan extends ModelePDFPropales
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      diff --git a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
      index d051c173c6d..0ecf7d7ef38 100644
      --- a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
      +++ b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
      @@ -117,7 +117,6 @@ class modGeneratePassStandard extends ModeleGenPassword
       				$password .= $char;
       				$i++;
       			}
      -
       		}
       
       		// done!
      diff --git a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      index 2fd86069d01..3c0d62be848 100644
      --- a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      +++ b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      @@ -713,7 +713,6 @@ class pdf_stdmovement extends ModelePDFMovement
       					// Total Qty
       					$pdf->SetXY($this->postotalht, $curY);
       					$pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->postotalht, 3, $totalunit, 0, 'R', 0);
      -
       				}
       				else
       				{
      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 e7d47f67bda..dec36d5adbd 100644
      --- a/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
      +++ b/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
      @@ -243,7 +243,6 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
       					$this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir);
       					return 0;
       				}
      -
       			}
       
       			if (file_exists($dir))
      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 8478fd70e89..d869b5dd72d 100644
      --- a/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
      +++ b/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
      @@ -291,7 +291,6 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
       					$this->error=$langs->transnoentities("ErrorCanNotCreateDir",$dir);
       					return 0;
       				}
      -
       			}
       
       			if (file_exists($dir))
      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 31097dd8c34..544a1040c9f 100644
      --- a/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
      +++ b/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
      @@ -997,7 +997,6 @@ class pdf_aurore extends ModelePDFSupplierProposal
       
       								$pdf->SetXY($col2x, $tab2_top + $tab2_hl * $index);
       								$pdf->MultiCell($largcol2, $tab2_hl, price($tvaval, 0, $outputlangs), 0, 'R', 1);
      -
       							}
       						}
       					}
      diff --git a/htdocs/core/tpl/card_presend.tpl.php b/htdocs/core/tpl/card_presend.tpl.php
      index 4a4301c5a5f..0d1fd84923c 100644
      --- a/htdocs/core/tpl/card_presend.tpl.php
      +++ b/htdocs/core/tpl/card_presend.tpl.php
      @@ -169,7 +169,6 @@ if ($action == 'presend')
       			$formmail->withtouser = $listeuser;
       			$formmail->withtoccuser = $listeuser;
       		}
      -
       	}
       
       	$formmail->withto = GETPOST('sendto') ? GETPOST('sendto') : $liste;
      diff --git a/htdocs/core/tpl/resource_view.tpl.php b/htdocs/core/tpl/resource_view.tpl.php
      index aff342191cb..59491c01b6f 100644
      --- a/htdocs/core/tpl/resource_view.tpl.php
      +++ b/htdocs/core/tpl/resource_view.tpl.php
      @@ -98,7 +98,6 @@ if( (array) $linked_resources && count($linked_resources) > 0)
       			print '</form>';
       		}
       	}
      -
       }
       else {
       	print '<form class="tagtr oddeven">';
      diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      index cb03315496a..8282a09a43d 100644
      --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
      @@ -200,7 +200,6 @@ class InterfaceStripe
       		if ($action == 'COMPANYPAYMENTMODE_MODIFY' && $object->type == 'card') {
       
       			// For creation of credit card, we do not create in Stripe automatically
      -
       		}
       		if ($action == 'COMPANYPAYMENTMODE_MODIFY' && $object->type == 'card') {
       			dol_syslog("Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id);
      diff --git a/htdocs/cron/card.php b/htdocs/cron/card.php
      index 2d4b74a3b5a..152657e216a 100644
      --- a/htdocs/cron/card.php
      +++ b/htdocs/cron/card.php
      @@ -546,7 +546,6 @@ if (($action=="create") || ($action=="edit"))
       	print "</div>";
       
       	print "</form>\n";
      -
       }
       else
       {
      diff --git a/htdocs/datapolicy/admin/setup.php b/htdocs/datapolicy/admin/setup.php
      index 777fa6cb893..8e92e1e6231 100644
      --- a/htdocs/datapolicy/admin/setup.php
      +++ b/htdocs/datapolicy/admin/setup.php
      @@ -159,7 +159,6 @@ if ($action == 'edit')
                   print '</select>';
                   print '</td></tr>';
               }
      -
       	}
       
       	print '</table>';
      @@ -185,7 +184,6 @@ else
                   print $form->textwithpicto($langs->trans($key),$langs->trans('DATAPOLICY_Tooltip_SETUP'));
                   print '</td><td>' . ($conf->global->$key == '' ? $langs->trans('None') : $valTab[$conf->global->$key]) . '</td></tr>';
               }
      -
           }
       
       	print '</table>';
      diff --git a/htdocs/datapolicy/class/datapolicy.class.php b/htdocs/datapolicy/class/datapolicy.class.php
      index 3bebdff9302..4914d248490 100644
      --- a/htdocs/datapolicy/class/datapolicy.class.php
      +++ b/htdocs/datapolicy/class/datapolicy.class.php
      @@ -204,7 +204,6 @@ Class DataPolicy extends Contact
            			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
            			$contact->array_options['options_datapolicy_send'] = date('Y-m-d', time());
            			$contact->update($contact->id);
      -
            		} else {
            			dol_print_error($db);
            		}
      @@ -348,7 +347,6 @@ Class DataPolicy extends Contact
           			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
           			$adherent->array_options['options_datapolicy_send'] = date('Y-m-d', time());
           			$adherent->update($user);
      -
           		} else {
           			dol_print_error($db);
           		}
      diff --git a/htdocs/datapolicy/class/datapolicycron.class.php b/htdocs/datapolicy/class/datapolicycron.class.php
      index f6de8b9b498..ab4b55b35dc 100644
      --- a/htdocs/datapolicy/class/datapolicycron.class.php
      +++ b/htdocs/datapolicy/class/datapolicycron.class.php
      @@ -488,14 +488,12 @@ class DataPolicyCron
                                           $ret = $object->delete();
                                       }
                                   }
      -
                               }
       
                               $i++;
                           }
                       }
                   }
      -
               }
               return true;
           }
      diff --git a/htdocs/datapolicy/mailing.php b/htdocs/datapolicy/mailing.php
      index d65b2bdced4..e3f38b269be 100644
      --- a/htdocs/datapolicy/mailing.php
      +++ b/htdocs/datapolicy/mailing.php
      @@ -31,8 +31,6 @@ if(!empty($idcontact)){
           $contact = new Contact($db);
           $contact->fetch($idcontact);
           DataPolicy::sendMailDataPolicyContact($contact);
      -
      -
       }else{
       
           $contacts = new DataPolicy($db);
      diff --git a/htdocs/don/card.php b/htdocs/don/card.php
      index d9542dcaaf0..38465de95ca 100644
      --- a/htdocs/don/card.php
      +++ b/htdocs/don/card.php
      @@ -375,7 +375,6 @@ if ($action == 'create')
       			print '</td>';
       		}
       		print '</tr>' . "\n";
      -
       	}
       
       	// Date
      diff --git a/htdocs/don/document.php b/htdocs/don/document.php
      index 177b2b82d8b..01aab513a6a 100644
      --- a/htdocs/don/document.php
      +++ b/htdocs/don/document.php
      @@ -184,7 +184,6 @@ if ($object->id)
           $permtoedit = $user->rights->don->creer;
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/don/payment/card.php b/htdocs/don/payment/card.php
      index dde03cb461d..1c3a60e7e78 100644
      --- a/htdocs/don/payment/card.php
      +++ b/htdocs/don/payment/card.php
      @@ -133,7 +133,6 @@ dol_fiche_head($head, $hselected, $langs->trans("DonationPayment"), -1, 'payment
       if ($action == 'delete')
       {
       	print $form->formconfirm('card.php?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete','',0,2);
      -
       }
       
       /*
      @@ -143,7 +142,6 @@ if ($action == 'valide')
       {
       	$facid = GETPOST('facid','int');
       	print $form->formconfirm('card.php?id='.$object->id.'&amp;facid='.$facid, $langs->trans("ValidatePayment"), $langs->trans("ConfirmValidatePayment"), 'confirm_valide','',0,2);
      -
       }
       
       
      diff --git a/htdocs/ecm/class/ecmdirectory.class.php b/htdocs/ecm/class/ecmdirectory.class.php
      index 9038b74cb2a..d3fdd115ffa 100644
      --- a/htdocs/ecm/class/ecmdirectory.class.php
      +++ b/htdocs/ecm/class/ecmdirectory.class.php
      @@ -680,7 +680,6 @@ class EcmDirectory // extends CommonObject
       					}
       				}
       				$i++;
      -
       			}
       		}
       		else
      diff --git a/htdocs/ecm/dir_add_card.php b/htdocs/ecm/dir_add_card.php
      index 5dab56b29a0..922c06f0cc2 100644
      --- a/htdocs/ecm/dir_add_card.php
      +++ b/htdocs/ecm/dir_add_card.php
      @@ -290,7 +290,6 @@ if (empty($action) || $action == 'delete_section')
       	if ($action == 'delete_section')
       	{
       		print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.$section, $langs->trans('DeleteSection'), $langs->trans('ConfirmDeleteSection',$ecmdir->label), 'confirm_deletesection');
      -
       	}
       
       	// Construit fiche  rubrique
      diff --git a/htdocs/ecm/dir_card.php b/htdocs/ecm/dir_card.php
      index 982fa045d32..7c3473117fc 100644
      --- a/htdocs/ecm/dir_card.php
      +++ b/htdocs/ecm/dir_card.php
      @@ -271,7 +271,6 @@ if ($action == 'update' && ! GETPOST('cancel','alpha'))
           		$upload_dir = $conf->medias->multidir_output[$conf->entity].'/'.$relativepath;
           		$section = $relativepath;
           	}
      -
           }
       }
       
      diff --git a/htdocs/ecm/file_card.php b/htdocs/ecm/file_card.php
      index b1b45141f4f..959a4bc5b8d 100644
      --- a/htdocs/ecm/file_card.php
      +++ b/htdocs/ecm/file_card.php
      @@ -390,7 +390,6 @@ if ($action == 'edit')
       if ($action == 'delete_file')
       {
           print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.urlencode($section), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile',$urlfile), 'confirm_deletefile', '', 1, 1);
      -
       }
       
       if ($action != 'edit')
      diff --git a/htdocs/ecm/index_auto.php b/htdocs/ecm/index_auto.php
      index 382312e4434..ea5e5c13ff2 100644
      --- a/htdocs/ecm/index_auto.php
      +++ b/htdocs/ecm/index_auto.php
      @@ -343,7 +343,6 @@ dol_fiche_head($head, 'index_auto', $langs->trans("ECMArea").' - '.$langs->trans
       if ($action == 'delete' && empty($conf->use_javascript_ajax))
       {
       	print $form->formconfirm($_SERVER["PHP_SELF"].'?section='.$section.'&urlfile='.urlencode($_GET["urlfile"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile','','',1);
      -
       }
       
       // Start container of all panels
      diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
      index 69deecdf4c0..292bf5e1de8 100644
      --- a/htdocs/expedition/card.php
      +++ b/htdocs/expedition/card.php
      @@ -316,7 +316,6 @@ if (empty($reshook))
       					unset($_POST["options_" . $key]);
       				}
       			}
      -
       	    }
       
       	    //var_dump($batch_line[2]);
      @@ -859,7 +858,6 @@ if (empty($reshook))
       	$mode='emailfromshipment';
       	$trackid='shi'.$object->id;
       	include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php';
      -
       }
       
       
      @@ -1421,7 +1419,6 @@ if ($action == 'create')
       
       										print '<!-- Show details of stock -->';
       										print '('.$stock.')';
      -
       									}
       									else
       									{
      @@ -1522,7 +1519,6 @@ if ($action == 'create')
       								}
       							}
       						}
      -
       					}
       					if ($subj == 0) // Line not shown yet, we show it
       					{
      @@ -1669,13 +1665,11 @@ else if ($id || $ref)
       			}
       
       			$formconfirm=$form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id,$langs->trans('ValidateSending'),$text,'confirm_valid','',0,1);
      -
       		}
       		// Confirm cancelation
       		if ($action == 'annuler')
       		{
       			$formconfirm=$form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id,$langs->trans('CancelSending'),$langs->trans("ConfirmCancelSending",$object->ref),'confirm_cancel','',0,1);
      -
       		}
       
       		// Call Hook formConfirm
      @@ -1826,7 +1820,6 @@ else if ($id || $ref)
       			print ' <input class="button" name="modify" value="'.$langs->trans("Modify").'" type="submit">';
       			print ' <input class="button" name="cancel" value="'.$langs->trans("Cancel").'" type="submit">';
       			print '</form>';
      -
       		}
       		else
       		{
      @@ -1864,7 +1857,6 @@ else if ($id || $ref)
       			print ' <input class="button" name="modify" value="'.$langs->trans("Modify").'" type="submit">';
       			print ' <input class="button" name="cancel" value="'.$langs->trans("Cancel").'" type="submit">';
       			print '</form>';
      -
       		}
       		else
       		{
      @@ -2536,7 +2528,6 @@ else if ($id || $ref)
       			{
       				print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete">'.$langs->trans("Delete").'</a>';
       			}
      -
       		}
       
       		print '</div>';
      diff --git a/htdocs/expedition/class/api_shipments.class.php b/htdocs/expedition/class/api_shipments.class.php
      index 109b847fc62..834c0bf2bda 100644
      --- a/htdocs/expedition/class/api_shipments.class.php
      +++ b/htdocs/expedition/class/api_shipments.class.php
      @@ -661,7 +661,6 @@ class Shipments extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $shipment[$field] = $data[$field];
      -
               }
               return $shipment;
           }
      diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
      index 77df09ee276..751516fc18d 100644
      --- a/htdocs/expedition/class/expedition.class.php
      +++ b/htdocs/expedition/class/expedition.class.php
      @@ -383,7 +383,6 @@ class Expedition extends CommonObject
       						$this->db->rollback();
       						return -1*$error;
       					}
      -
       				}
       				else
       				{
      @@ -760,7 +759,6 @@ class Expedition extends CommonObject
       				$this->error=$this->db->error();
       				return -2;
       			}
      -
       		}
       
       		// Change status of order to "shipment in process"
      @@ -2129,7 +2127,6 @@ class Expedition extends CommonObject
       			if ($result < 0) {
       				$error++;
       			}
      -
       		} else {
       			$error++;
       			$this->errors[]=$this->db->lasterror;
      @@ -2256,7 +2253,6 @@ class Expedition extends CommonObject
       					$error++;
       				}
          			}
      -
       		} else {
       			$error++;
       			$this->errors[]=$this->db->lasterror();
      diff --git a/htdocs/expedition/contact.php b/htdocs/expedition/contact.php
      index acc2b5e1142..ce31e760b7f 100644
      --- a/htdocs/expedition/contact.php
      +++ b/htdocs/expedition/contact.php
      @@ -265,7 +265,6 @@ if ($id > 0 || ! empty($ref))
       	    $res=@include dol_buildpath($reldir.'/contacts.tpl.php');
       	    if ($res) break;
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php
      index 327a9394b77..c3632ca57fd 100644
      --- a/htdocs/expedition/list.php
      +++ b/htdocs/expedition/list.php
      @@ -160,7 +160,6 @@ if (empty($reshook))
       		setEventMessages($langs->trans('TooManyRecordForMassAction',$maxformassaction), null, 'errors');
       		$error++;
       	}
      -
       }
       
       
      diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php
      index 33e1dd97f7b..920b5508e59 100644
      --- a/htdocs/expedition/shipment.php
      +++ b/htdocs/expedition/shipment.php
      @@ -215,7 +215,6 @@ if (empty($reshook))
           }
       
           include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
      -
       }
       
       /*
      @@ -257,7 +256,6 @@ if ($id > 0 || ! empty($ref))
       		if ($action == 'cloture')
       		{
       			$formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$id,$langs->trans("CloseShipment"),$langs->trans("ConfirmCloseShipment"),"confirm_cloture");
      -
       		}
       
       		// Call Hook formConfirm
      @@ -908,7 +906,6 @@ if ($id > 0 || ! empty($ref))
       				print '</div>';
       
       				$somethingshown=1;
      -
       			}
       			else
       			{
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index d877ad00b2f..7174e42f363 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -1160,7 +1160,6 @@ if (empty($reshook))
       				unset($fk_projet);
       
       				unset($date);
      -
       			} else {
       				setEventMessages($object->error, $object->errors, 'errors');
       			}
      @@ -1552,7 +1551,6 @@ else
       					$userfee->fetch($user->id);
       					print $userfee->getNomUrl(-1);
       					print '</td></tr>';
      -
       				}
       
       				// Other attributes
      @@ -2225,17 +2223,13 @@ else
       				print '</form>';
       
       				dol_fiche_end();
      -
       			} // end edit or not edit
      -
       		}	// end of if result
       		else
       		{
       			dol_print_error($db);
       		}
      -
       	} //fin si id > 0
      -
       }
       
       /*
      @@ -2449,7 +2443,6 @@ if ($action != 'presend')
       	$somethingshown = $formactions->showactions($object, 'expensereport', null);
       
       	print '</div></div></div>';
      -
       }
       
       // Presend form
      diff --git a/htdocs/expensereport/class/api_expensereports.class.php b/htdocs/expensereport/class/api_expensereports.class.php
      index 80c22fb961a..e6475665fb8 100644
      --- a/htdocs/expensereport/class/api_expensereports.class.php
      +++ b/htdocs/expensereport/class/api_expensereports.class.php
      @@ -522,7 +522,6 @@ class ExpenseReports extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $expensereport[$field] = $data[$field];
      -
               }
               return $expensereport;
           }
      diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php
      index 6cc7b13ee7c..2b343dd0074 100644
      --- a/htdocs/expensereport/class/expensereport.class.php
      +++ b/htdocs/expensereport/class/expensereport.class.php
      @@ -719,7 +719,6 @@ class ExpenseReport extends CommonObject
                           $auser->fetch($obj->fk_user_approve);
                           $this->user_approve   = $auser;
                       }
      -
                   }
                   $this->db->free($resql);
               }
      @@ -891,7 +890,6 @@ class ExpenseReport extends CommonObject
                       print '<td align="right" width="100">'.$langs->trans("TotalTTC").' : '.price($total_TTC).'</td>';
                       print '<td>&nbsp;</td>';
                       print '</tr>';
      -
                   }
                   else
                   {
      diff --git a/htdocs/expensereport/class/paymentexpensereport.class.php b/htdocs/expensereport/class/paymentexpensereport.class.php
      index 35f1fef7b5b..605affed253 100644
      --- a/htdocs/expensereport/class/paymentexpensereport.class.php
      +++ b/htdocs/expensereport/class/paymentexpensereport.class.php
      @@ -165,7 +165,6 @@ class PaymentExpenseReport extends CommonObject
       			{
       				$error++;
       			}
      -
       		}
       
       		if ($totalamount != 0 && ! $error)
      diff --git a/htdocs/expensereport/document.php b/htdocs/expensereport/document.php
      index 16db5311028..6cfb3a2f7bc 100644
      --- a/htdocs/expensereport/document.php
      +++ b/htdocs/expensereport/document.php
      @@ -132,7 +132,6 @@ if ($object->id)
           $permtoedit = $user->rights->expensereport->creer;
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/expensereport/export_csv.php b/htdocs/expensereport/export_csv.php
      index f018a23e478..3a104ca77b4 100644
      --- a/htdocs/expensereport/export_csv.php
      +++ b/htdocs/expensereport/export_csv.php
      @@ -60,7 +60,6 @@ if($num < 1) {
          $insert.= ")";
       
          $req = $db->query($insert);
      -
       }
       
       
      @@ -176,7 +175,6 @@ if (isset($_POST['action']))
       						$ligne.= "--->, {$objet2->rowid}, {$objet2->libelle}, {$objet2->comments}, {$objet2->total_ht}, {$objet2->total_tva}, {$objet2->total_ttc}\n";
       					}
       				}
      -
       			}
       
       			$ligne = $outputlangs->convToOutputCharset($ligne);
      @@ -185,11 +183,9 @@ if (isset($_POST['action']))
       			fclose($open);
       
       			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 {
       
       			print '<b>'.$langs->trans('NoTripsToExportCSV').'</b>';
      -
       		}
       	}
       }
      diff --git a/htdocs/expensereport/index.php b/htdocs/expensereport/index.php
      index 758dd89afe2..9a947b8596e 100644
      --- a/htdocs/expensereport/index.php
      +++ b/htdocs/expensereport/index.php
      @@ -219,7 +219,6 @@ if ($result)
       
                   $i++;
               }
      -
           }
           else
           {
      diff --git a/htdocs/expensereport/payment/card.php b/htdocs/expensereport/payment/card.php
      index 88272072ada..f75a0f8bb31 100644
      --- a/htdocs/expensereport/payment/card.php
      +++ b/htdocs/expensereport/payment/card.php
      @@ -129,7 +129,6 @@ dol_fiche_head($head, 'payment', $langs->trans("ExpenseReportPayment"), -1, 'pay
       if ($action == 'delete')
       {
       	print $form->formconfirm('card.php?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete','',0,2);
      -
       }
       
       /*
      @@ -139,7 +138,6 @@ if ($action == 'valide')
       {
       	$facid = $_GET['facid'];
       	print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;facid='.$facid, $langs->trans("ValidatePayment"), $langs->trans("ConfirmValidatePayment"), 'confirm_valide','',0,2);
      -
       }
       
       $linkback = '';
      diff --git a/htdocs/expensereport/payment/payment.php b/htdocs/expensereport/payment/payment.php
      index 5136dff3cce..046bb522ae2 100644
      --- a/htdocs/expensereport/payment/payment.php
      +++ b/htdocs/expensereport/payment/payment.php
      @@ -150,7 +150,6 @@ if ($action == 'add_payment')
                               $error++;
                           }
                       }
      -
                   }
       
           	    if (! $error)
      diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php
      index 6d65418be3c..f0060ffd029 100644
      --- a/htdocs/exports/export.php
      +++ b/htdocs/exports/export.php
      @@ -208,7 +208,6 @@ if ($action=='selectfield')     // Selection of field at step 2
       
       	    setEventMessages($warnings, null, 'warnings');
           }
      -
       }
       if ($action=='unselectfield')
       {
      @@ -683,7 +682,6 @@ if ($step == 2 && $datatoexport)
       	}
       
           print '</div>';
      -
       }
       
       if ($step == 3 && $datatoexport)
      @@ -858,7 +856,6 @@ if ($step == 3 && $datatoexport)
       	// il n'est pas obligatoire de filtrer les champs
       	print '<a class="butAction" href="javascript:FilterField.submit();">'.$langs->trans("NextStep").'</a>';
       	print '</div>';
      -
       }
       
       if ($step == 4 && $datatoexport)
      @@ -1162,7 +1159,6 @@ if ($step == 5 && $datatoexport)
           if ($action == 'remove_file')
           {
           	print $form->formconfirm($_SERVER["PHP_SELF"].'?step=5&datatoexport='.$datatoexport.'&file='.urlencode(GETPOST("file")), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', 0, 1);
      -
           }
       
           print '<div class="fichecenter">';
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 66f693858c9..0113f7fbea6 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -420,7 +420,6 @@ if ($action == 'create') {
       				$i++;
       			}
       			$db->free($result);
      -
       		} else
       			print $db->error();
       		print "</table>";
      @@ -439,7 +438,6 @@ if ($action == 'create') {
       	}
       	else
       		dol_print_error('', "Error, no invoice ".$object->id);
      -
       } elseif ($action == 'selsocforcreatefrommodel') {
       	print load_fiche_titre($langs->trans("CreateRepeatableIntervention"), '', 'title_commercial.png');
       	dol_fiche_head('');
      @@ -574,11 +572,9 @@ if ($action == 'create') {
       						print $contratstatic->getNomUrl(0, '', 1);
       					} else
       						print "&nbsp;";
      -
       				}
       				print '</td>';
       				print '</tr>';
      -
       			}
       			print "</table>";
       			print '</div>';
      @@ -775,7 +771,6 @@ if ($action == 'create') {
       			print '</div>';
       		} else
       			print $langs->trans("ErrorRecordNotFound");
      -
       	} else {
       		/*
       		 *  List mode
      diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
      index 75866d586f6..5896a5c5723 100644
      --- a/htdocs/fichinter/card.php
      +++ b/htdocs/fichinter/card.php
      @@ -378,10 +378,8 @@ if (empty($reshook))
       									$error++;
       									break;
       								}
      -
       							}
       						}
      -
       		            }
       		            else
       		            {
      @@ -1099,7 +1097,6 @@ if ($action == 'create')
       
       		print '</form>';
       	}
      -
       }
       else if ($id > 0 || ! empty($ref))
       {
      @@ -1471,8 +1468,6 @@ else if ($id > 0 || ! empty($ref))
       					$line->fetch_optionals();
       
       					print $line->showOptionals($extrafieldsline, 'view', array('style'=>$bc[$var], 'colspan'=>5));
      -
      -
       				}
       
       				// Line in update mode
      @@ -1519,8 +1514,6 @@ else if ($id > 0 || ! empty($ref))
       					$line->fetch_optionals();
       
       					print $line->showOptionals($extrafieldsline, 'edit', array('style'=>$bc[$var], 'colspan'=>5));
      -
      -
       				}
       
       				$i++;
      @@ -1711,7 +1704,6 @@ else if ($id > 0 || ! empty($ref))
       					print '<div class="inline-block divButAction"><a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete"';
       					print '>'.$langs->trans('Delete').'</a></div>';
       				}
      -
       			}
       		}
       	}
      diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php
      index d8be14c298a..05a139e2a9a 100644
      --- a/htdocs/fichinter/class/fichinter.class.php
      +++ b/htdocs/fichinter/class/fichinter.class.php
      @@ -882,7 +882,6 @@ class Fichinter extends CommonObject
       					$muser->fetch($obj->fk_user_modification);
       					$this->user_modification   = $muser;
       				}
      -
       			}
       			$this->db->free($resql);
       		}
      diff --git a/htdocs/fichinter/contact.php b/htdocs/fichinter/contact.php
      index d3b2ea6f78e..b69aa5952fa 100644
      --- a/htdocs/fichinter/contact.php
      +++ b/htdocs/fichinter/contact.php
      @@ -185,7 +185,6 @@ if ($id > 0 || ! empty($ref))
       	    $res=@include dol_buildpath($reldir.'/contacts.tpl.php');
       	    if ($res) break;
       	}
      -
       }
       
       
      diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php
      index d52ed81da48..42273785a61 100644
      --- a/htdocs/fichinter/document.php
      +++ b/htdocs/fichinter/document.php
      @@ -168,7 +168,6 @@ if ($object->id)
           $permtoedit = $user->rights->ficheinter->creer;
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
      index ce9665cc6c8..ced75842606 100644
      --- a/htdocs/fourn/class/fournisseur.commande.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.class.php
      @@ -2132,7 +2132,6 @@ class CommandeFournisseur extends CommonOrder
       		    			$this->errors[]='ErrorCantSetReceptionToTotalDoneWithReceptionToApprove';
       		    			dol_syslog('ErrorCantSetReceptionToTotalDoneWithReceptionToApprove', LOG_DEBUG);
       		    		}
      -
       		    	}
       	    		if (! $error && ! empty($conf->global->SUPPLIER_ORDER_USE_DISPATCH_STATUS_NEED_APPROVE) && ($type == 'tot'))	// Accept to move to reception done, only if status of all line are ok (refuse denied)
       	    		{
      @@ -3088,7 +3087,6 @@ class CommandeFournisseur extends CommonOrder
       							{
       								$close++;
       							}
      -
       						}
       					}
       
      @@ -3112,8 +3110,6 @@ class CommandeFournisseur extends CommonOrder
       							}
       							return 4;
       						}
      -
      -
       					}
       					else
       					{//all the products are not received
      @@ -3123,7 +3119,6 @@ class CommandeFournisseur extends CommonOrder
       						}
       						return 4;
       					}
      -
       				}
           				else
           				{
      diff --git a/htdocs/fourn/class/fournisseur.commande.dispatch.class.php b/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
      index 2bcdce36b3c..c7b5d00c797 100644
      --- a/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
      @@ -279,8 +279,6 @@ class CommandeFournisseurDispatch extends CommonObject
       				$this->batch = $obj->batch;
       				$this->eatby = $this->db->jdate($obj->eatby);
       				$this->sellby = $this->db->jdate($obj->sellby);
      -
      -
                   }
                   $this->db->free($resql);
       
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index f4c37a1113c..58230038fcc 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -680,7 +680,6 @@ class FactureFournisseur extends CommonInvoice
                           $this->error=$this->db->lasterror();
                           return -3;
                       }
      -
                   }
                   else
                   {
      @@ -3152,7 +3151,6 @@ class SupplierInvoiceLine extends CommonObjectLine
       
                   $this->db->commit();
                   return $this->id;
      -
               }
               else
               {
      diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
      index fcf7332dbd0..a366faa0400 100644
      --- a/htdocs/fourn/class/paiementfourn.class.php
      +++ b/htdocs/fourn/class/paiementfourn.class.php
      @@ -262,7 +262,6 @@ class PaiementFourn extends Paiement
       							$this->error=$this->db->lasterror();
       							$error++;
       						}
      -
       					}
       					else
       					{
      diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
      index 134856112d4..70fcaf004fb 100644
      --- a/htdocs/fourn/commande/card.php
      +++ b/htdocs/fourn/commande/card.php
      @@ -221,7 +221,6 @@ if (empty($reshook))
       				//$newstatus=3;  // Submited
       				// TODO If there is at least one reception, we can set to Received->Received partially
       				$newstatus=4;  // Received partially
      -
       			}
       			else if ($object->statut == 6) $newstatus=2;	// Canceled->Approved
       			else if ($object->statut == 7) $newstatus=3;	// Canceled->Process running
      @@ -700,7 +699,6 @@ if (empty($reshook))
       			dol_print_error($db,$object->error);
       			exit;
       			}
      -
       	}
       
       	// Remove a product line
      @@ -1443,7 +1441,6 @@ if ($action=='create')
       
       		// Object source contacts list
       		$srccontactslist = $objectsrc->liste_contact(- 1, 'external', 1);
      -
       	}
       	else
       	{
      @@ -1700,7 +1697,6 @@ elseif (! empty($object->id))
       	if ($action	== 'delete')
       	{
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('DeleteOrder'), $langs->trans('ConfirmDeleteOrder'), 'confirm_delete', '', 0, 2);
      -
       	}
       
       	// Clone confirmation
      @@ -1712,7 +1708,6 @@ elseif (! empty($object->id))
       		);
       		// Paiement incomplet. On demande si motif = escompte ou autre
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id,$langs->trans('CloneOrder'),$langs->trans('ConfirmCloneOrder',$object->ref),'confirm_clone',$formquestion,'yes',1);
      -
       	}
       
       	// Confirmation de la validation
      @@ -1791,14 +1786,12 @@ elseif (! empty($object->id))
       	if ($action	== 'refuse')
       	{
       		$formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=$object->id",$langs->trans("DenyingThisOrder"),$langs->trans("ConfirmDenyingThisOrder",$object->ref),"confirm_refuse", '', 0, 1);
      -
       	}
       
       	// Confirmation de l'annulation
       	if ($action	== 'cancel')
       	{
       		$formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=$object->id",$langs->trans("Cancel"),$langs->trans("ConfirmCancelThisOrder",$object->ref),"confirm_cancel", '', 0, 1);
      -
       	}
       
       	// Confirmation de l'envoi de la commande
      @@ -1806,7 +1799,6 @@ elseif (! empty($object->id))
       	{
       		$date_com = dol_mktime(GETPOST('rehour'),GETPOST('remin'),GETPOST('resec'),GETPOST("remonth"),GETPOST("reday"),GETPOST("reyear"));
       		$formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id."&datecommande=".$date_com."&methode=".$_POST["methodecommande"]."&comment=".urlencode($_POST["comment"]), $langs->trans("MakeOrder"),$langs->trans("ConfirmMakeOrder",dol_print_date($date_com,'day')),"confirm_commande",'',0,2);
      -
       	}
       
       	// Confirmation to delete line
      @@ -2449,7 +2441,6 @@ elseif (! empty($object->id))
       				{
       					print '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delete">'.$langs->trans("Delete").'</a>';
       				}
      -
       			}
       
       			print "</div>";
      @@ -2724,7 +2715,6 @@ elseif (! empty($object->id))
       							}
       						}
       					}
      -
       				}
       				elseif ($user_status_code == "PERMISSION_DENIED")
       				{
      diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php
      index 85739bdb6ef..c69c92ead29 100644
      --- a/htdocs/fourn/commande/contact.php
      +++ b/htdocs/fourn/commande/contact.php
      @@ -192,7 +192,6 @@ if ($id > 0 || ! empty($ref))
       
       		// Contacts lines
       		include DOL_DOCUMENT_ROOT.'/core/tpl/contacts.tpl.php';
      -
       	}
       	else
       	{
      diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php
      index 8aa4da9c307..eb299d6a94d 100644
      --- a/htdocs/fourn/commande/document.php
      +++ b/htdocs/fourn/commande/document.php
      @@ -175,7 +175,6 @@ if ($object->id > 0)
       	$permtoedit = $user->rights->fournisseur->commande->creer;
       	$param = '&id=' . $object->id;
       	include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
      index 06857526731..7158d7b2c0e 100644
      --- a/htdocs/fourn/commande/list.php
      +++ b/htdocs/fourn/commande/list.php
      @@ -263,7 +263,6 @@ if (empty($reshook))
       				$res = $object->create($user);
       
       				if($res > 0) $nb_bills_created++;
      -
       			}
       
       			if ($object->id > 0)
      diff --git a/htdocs/fourn/commande/orderstoinvoice.php b/htdocs/fourn/commande/orderstoinvoice.php
      index 9b9743f201f..5456627384e 100644
      --- a/htdocs/fourn/commande/orderstoinvoice.php
      +++ b/htdocs/fourn/commande/orderstoinvoice.php
      @@ -261,7 +261,6 @@ if (($action == 'create' || $action == 'add') && ! $error) {
       						$error++;
       						break;
       					}
      -
       				}
       			}
       
      @@ -270,7 +269,6 @@ if (($action == 'create' || $action == 'add') && ! $error) {
       				header('Location: ' . DOL_URL_ROOT . '/fourn/facture/card.php?facid=' . $id);
       				exit();
       			}
      -
       		} else {
       			$db->rollback();
       			$action = 'create';
      diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php
      index a6adb0bad27..3225ce63714 100644
      --- a/htdocs/fourn/contact.php
      +++ b/htdocs/fourn/contact.php
      @@ -123,7 +123,6 @@ if ($result)
           }
           print "</table>";
           $db->free($result);
      -
       }
       else
       {
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index af7f21f3628..9df540da197 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -525,7 +525,6 @@ if (empty($reshook))
       				{
       					$error++;
       				}
      -
       			}
       			if ($object->type == FactureFournisseur::TYPE_CREDIT_NOTE || $object->type == FactureFournisseur::TYPE_DEPOSIT)
       			{
      @@ -543,7 +542,6 @@ if (empty($reshook))
       						break;
       					}
       				}
      -
       			}
       
       			if (empty($error))
      @@ -757,7 +755,6 @@ if (empty($reshook))
       
       						$object->update_price(1);
       					}
      -
       				}
       
       				if(GETPOST('invoiceAvoirWithPaymentRestAmount', 'int')==1 && $id>0)
      @@ -1669,7 +1666,6 @@ if ($action == 'create')
       			// Replicate extrafields
       			$objectsrc->fetch_optionals($originid);
       			$object->array_options = $objectsrc->array_options;
      -
       		}
       	}
       	else
      @@ -2257,7 +2253,6 @@ else
                   }
       
       			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ValidateBill'), $text, 'confirm_valid', $formquestion, 1, 1);
      -
               }
       
               // Confirmation edit (back to draft)
      @@ -2293,27 +2288,23 @@ else
                       );
                   }
                   $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('UnvalidateBill'), $langs->trans('ConfirmUnvalidateBill', $object->ref), 'confirm_edit', $formquestion, 1, 1);
      -
       		}
       
       		// Confirmation set paid
       		if ($action == 'paid')
       		{
       			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ClassifyPaid'), $langs->trans('ConfirmClassifyPaidBill', $object->ref), 'confirm_paid', '', 0, 1);
      -
       		}
       
       		// Confirmation de la suppression de la facture fournisseur
       		if ($action == 'delete')
       		{
       			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('DeleteBill'), $langs->trans('ConfirmDeleteBill'), 'confirm_delete', '', 0, 1);
      -
       		}
       		if ($action == 'deletepaiement')
       		{
       			$payment_id = GETPOST('paiement_id');
       			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&paiement_id='.$payment_id, $langs->trans('DeletePayment'), $langs->trans('ConfirmDeletePayment'), 'confirm_delete_paiement', '', 0, 1);
      -
       		}
       
       	   	// Confirmation to delete line
      diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php
      index cb17be828ca..58e5630c0d6 100644
      --- a/htdocs/fourn/facture/contact.php
      +++ b/htdocs/fourn/facture/contact.php
      @@ -266,7 +266,6 @@ if ($id > 0 || ! empty($ref))
       
       		// Contacts lines
       		include DOL_DOCUMENT_ROOT.'/core/tpl/contacts.tpl.php';
      -
       	}
       	else
       	{
      diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php
      index 4239331d0a6..d38a7992bd8 100644
      --- a/htdocs/fourn/facture/document.php
      +++ b/htdocs/fourn/facture/document.php
      @@ -157,7 +157,6 @@ if ($object->id > 0)
       	if ($action == 'delete')
       	{
       		print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&urlfile='.urlencode($_GET["urlfile"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', 0, 1);
      -
       	}
       
       	print '<table class="border" width="100%">';
      diff --git a/htdocs/fourn/facture/impayees.php b/htdocs/fourn/facture/impayees.php
      index 2e14a5187e4..4582f403b02 100644
      --- a/htdocs/fourn/facture/impayees.php
      +++ b/htdocs/fourn/facture/impayees.php
      @@ -294,7 +294,6 @@ if ($user->rights->fournisseur->facture->lire)
       	{
       		dol_print_error($db);
       	}
      -
       }
       
       // End of page
      diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
      index 3fa525415bb..e1bd120b0b4 100644
      --- a/htdocs/fourn/facture/list.php
      +++ b/htdocs/fourn/facture/list.php
      @@ -1132,7 +1132,6 @@ if ($resql)
       			   else print '<td></td>';
       			}
       			print '</tr>';
      -
       		}
       	}
       
      diff --git a/htdocs/fourn/paiement/card.php b/htdocs/fourn/paiement/card.php
      index 22b3e307ab3..9cc5fb27b84 100644
      --- a/htdocs/fourn/paiement/card.php
      +++ b/htdocs/fourn/paiement/card.php
      @@ -166,7 +166,6 @@ if ($result > 0)
       	if ($action == 'delete')
       	{
       		print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete');
      -
       	}
       
       	/*
      @@ -175,7 +174,6 @@ if ($result > 0)
       	if ($action == 'valide')
       	{
       		print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id, $langs->trans("ValidatePayment"), $langs->trans("ConfirmValidatePayment"), 'confirm_valide');
      -
       	}
       
       	$linkback = '<a href="' . DOL_URL_ROOT . '/fourn/facture/paiement.php' . (! empty($socid) ? '?socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';
      @@ -345,7 +343,6 @@ if ($result > 0)
       		   	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->fournisseur->supplier_invoice_advance->validate)))
       			{
       				print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;action=valide">'.$langs->trans('Valid').'</a>';
      -
       			}
       		}
       	}
      diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php
      index 7c9527f3a9a..64b9fb0a8ea 100644
      --- a/htdocs/ftp/index.php
      +++ b/htdocs/ftp/index.php
      @@ -235,7 +235,6 @@ if ($_POST["const"] && $_POST["delete"] && $_POST["delete"] == $langs->trans("De
       				$action='';
       			}
       		}
      -
       	}
       	else
       	{
      @@ -339,7 +338,6 @@ if ($action == 'download')
       		{
       			setEventMessages($langs->transnoentitiesnoconv('FailedToGetFile',$remotefile), null, 'errors');
       		}
      -
       	}
       	else
       	{
      @@ -408,7 +406,6 @@ else
       		if ($action == 'delete')
       		{
       			print $form->formconfirm($_SERVER["PHP_SELF"].'?numero_ftp='.$numero_ftp.'&section='.urlencode($_REQUEST["section"]).'&file='.urlencode($_GET["file"]), $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile','','',1);
      -
       		}
       
       		// Confirmation de la suppression d'une ligne categorie
      @@ -610,7 +607,6 @@ else
       				$i++;
       				$nbofentries++;
       			}
      -
       		}
       
       		print "</table>";
      @@ -808,7 +804,6 @@ function ftp_isdir($connect_id,$dir)
       	{
       		ftp_cdup($connect_id);
       		return 1;
      -
       	}
       	else
       	{
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index be365c52351..db5189ceac2 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -741,7 +741,6 @@ if ($action == 'confirm_cancel' && GETPOST('confirm') == 'yes')
                   }
               }
           }
      -
       }
       
       
      @@ -1342,23 +1341,19 @@ else
       
                           print '</div>';
                       }
      -
                   } else {
                       print '<div class="tabBar">';
                       print $langs->trans('ErrorUserViewCP');
                       print '<br><br><input type="button" value="'.$langs->trans("ReturnCP").'" class="button" onclick="history.go(-1)" />';
                       print '</div>';
                   }
      -
               } else {
                   print '<div class="tabBar">';
                   print $langs->trans('ErrorIDFicheCP');
                   print '<br><br><input type="button" value="'.$langs->trans("ReturnCP").'" class="button" onclick="history.go(-1)" />';
                   print '</div>';
               }
      -
           }
      -
       }
       
       // End of page
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index a888a4919a6..9b42655fe5f 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -1468,7 +1468,6 @@ class Holiday extends CommonObject
       					$this->error="Error ".$this->db->lasterror();
       					return -1;
       				}
      -
       			}
       			else
       			{
      @@ -1510,7 +1509,6 @@ class Holiday extends CommonObject
       					return -1;
       				}
       			}
      -
       		}
       		else
       		{ // Si faux donc return array
      diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
      index fcd5cc9d8b0..d4abba41c02 100644
      --- a/htdocs/holiday/list.php
      +++ b/htdocs/holiday/list.php
      @@ -605,7 +605,6 @@ elseif (! empty($holiday->holiday) && !empty($mysoc->country_id))
       		print '</td>';
       
       		print '</tr>'."\n";
      -
       	}
       }
       
      diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php
      index e9b98deb1f9..53fab6a825f 100644
      --- a/htdocs/holiday/month_report.php
      +++ b/htdocs/holiday/month_report.php
      @@ -189,7 +189,6 @@ else
                print '<td class="maxwidth300">' . dol_escape_htmltag(dolGetFirstLineOfText($obj->description)) . '</td>';
             print '</tr>';
          }
      -
       }
       print '</table>';
       print '</div>';
      diff --git a/htdocs/holiday/view_log.php b/htdocs/holiday/view_log.php
      index c9cc2e6c16f..124d26baf92 100644
      --- a/htdocs/holiday/view_log.php
      +++ b/htdocs/holiday/view_log.php
      @@ -124,7 +124,6 @@ foreach($cp->logs as $logs_CP)
          	print '<td style="text-align: right;">'.price2num($logs_CP['prev_solde'],5).' '.$langs->trans('days').'</td>';
          	print '<td style="text-align: right;">'.price2num($logs_CP['new_solde'],5).' '.$langs->trans('days').'</td>';
          	print '</tr>'."\n";
      -
       }
       
       if ($log_holiday == '2')
      diff --git a/htdocs/hrm/admin/admin_establishment.php b/htdocs/hrm/admin/admin_establishment.php
      index f7ebef5e623..5b15c1fb8bc 100644
      --- a/htdocs/hrm/admin/admin_establishment.php
      +++ b/htdocs/hrm/admin/admin_establishment.php
      @@ -124,7 +124,6 @@ if ($result)
       
                   $i++;
               }
      -
           }
           else
           {
      diff --git a/htdocs/hrm/establishment/card.php b/htdocs/hrm/establishment/card.php
      index 56a6c20176a..d7f591da027 100644
      --- a/htdocs/hrm/establishment/card.php
      +++ b/htdocs/hrm/establishment/card.php
      @@ -334,7 +334,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
           if ($action == 'delete')
           {
               print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$id,$langs->trans("DeleteEstablishment"),$langs->trans("ConfirmDeleteEstablishment"),"confirm_delete");
      -
           }
       
       
      diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
      index 6d1e16433cf..45d10d16d8b 100644
      --- a/htdocs/hrm/index.php
      +++ b/htdocs/hrm/index.php
      @@ -236,7 +236,6 @@ if (! empty($conf->holiday->enabled) && $user->rights->holiday->read)
       
                       $i++;
                   }
      -
               }
               else
               {
      @@ -309,7 +308,6 @@ if (! empty($conf->deplacement->enabled) && $user->rights->deplacement->lire)
       
       				$i++;
       			}
      -
       		}
       		else
       		{
      @@ -382,7 +380,6 @@ if (! empty($conf->expensereport->enabled) && $user->rights->expensereport->lire
       
       				$i++;
       			}
      -
       		}
       		else
       		{
      diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
      index a9c1fc2317a..54aaa8a60a5 100644
      --- a/htdocs/imports/import.php
      +++ b/htdocs/imports/import.php
      @@ -488,7 +488,6 @@ if ($step == 3 && $datatoimport)
       	if ($action == 'delete')
       	{
       		print $form->formconfirm($_SERVER["PHP_SELF"].'?urlfile='.urlencode(GETPOST('urlfile')).'&step=3'.$param, $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', 0, 1);
      -
       	}
       
       	print '<div class="underbanner clearboth"></div>';
      @@ -662,7 +661,6 @@ if ($step == 4 && $datatoimport)
                   header("Location: ".$_SERVER["PHP_SELF"].'?step=3'.$param.'&filetoimport='.urlencode($relativepath));
                   exit;
               }
      -
           }
       
       	if (GETPOST('update')) {
      @@ -1162,7 +1160,6 @@ if ($step == 4 && $datatoimport)
       		print '</table>';
       		print '</form>';
       	}
      -
       }
       
       
      @@ -1609,7 +1606,6 @@ if ($step == 5 && $datatoimport)
                   print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("NotEnoughPermissions")).'">'.$langs->trans("RunImportFile").'</a>';
               }
               print '</div>';
      -
           }
       
           print '</form>';
      diff --git a/htdocs/install/check.php b/htdocs/install/check.php
      index f220978e4db..c2eb06bffb7 100644
      --- a/htdocs/install/check.php
      +++ b/htdocs/install/check.php
      @@ -568,9 +568,7 @@ else
                   print '</table>'."\n";
                   print '</div>';
               }
      -
       	}
      -
       }
       
       print '<script type="text/javascript">
      diff --git a/htdocs/install/lib/repair.lib.php b/htdocs/install/lib/repair.lib.php
      index 5e81b15ce10..39221c3a089 100644
      --- a/htdocs/install/lib/repair.lib.php
      +++ b/htdocs/install/lib/repair.lib.php
      @@ -136,7 +136,6 @@ function clean_data_ecm_directories()
       				$resqlupdate=$db->query($sqlupdate);
       				if (! $resqlupdate) dol_print_error($db,'Failed to update');
       			}
      -
       		}
       	}
       	else dol_print_error($db,'Failed to run request');
      diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php
      index 8fa24a97a69..9014fe1924b 100644
      --- a/htdocs/install/repair.php
      +++ b/htdocs/install/repair.php
      @@ -897,7 +897,6 @@ if ($ok && GETPOST('set_empty_time_spent_amount','alpha'))
           {
               dol_print_error($db);
           }
      -
       }
       
       
      diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php
      index 52403c756c1..4b12ba49432 100644
      --- a/htdocs/install/step2.php
      +++ b/htdocs/install/step2.php
      @@ -489,7 +489,6 @@ if ($action == "set")
                       print '<td><img src="../theme/eldy/img/error.png" alt="Error"></td></tr>';
                       $ok = 1 ;
                   }
      -
               }
           }
       
      diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php
      index e35aa0720c3..7a7b4e464fa 100644
      --- a/htdocs/install/step4.php
      +++ b/htdocs/install/step4.php
      @@ -109,7 +109,6 @@ if ($db->ok)
               print '<div class="error">'.$langs->trans("PleaseTypeALogin").'</div>';
               $error=0;	// We show button
           }
      -
       }
       
       $ret=0;
      diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
      index f4f7413b7d4..603d521f5ec 100644
      --- a/htdocs/install/upgrade2.php
      +++ b/htdocs/install/upgrade2.php
      @@ -2295,7 +2295,6 @@ function migrate_detail_livraison($db,$langs,$conf)
                           print ". ";
                           $i++;
                       }
      -
                   }
       
                   if ($error == 0)
      @@ -2383,7 +2382,6 @@ function migrate_stocks($db,$langs,$conf)
                       print ". ";
                       $i++;
                   }
      -
               }
       
               if ($error == 0)
      @@ -2638,7 +2636,6 @@ function migrate_restore_missing_links($db,$langs,$conf)
                       //print ". ";
                       $i++;
                   }
      -
               }
               else print $langs->trans('AlreadyDone')."<br>\n";
       
      @@ -2704,7 +2701,6 @@ function migrate_restore_missing_links($db,$langs,$conf)
                       //print ". ";
                       $i++;
                   }
      -
               }
               else
               {
      diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
      index 2fee2e100ba..06b9d6e5682 100644
      --- a/htdocs/livraison/card.php
      +++ b/htdocs/livraison/card.php
      @@ -241,7 +241,6 @@ if ($action == 'update_extras_line')
       			$error++;
       		}
       	}
      -
       }
       
       
      @@ -357,7 +356,6 @@ else
       			{
       				$expedition_id = GETPOST("expid");
       				print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id.'&expid='.$expedition_id.'&backtopage='.urlencode($backtopage),$langs->trans("DeleteDeliveryReceipt"),$langs->trans("DeleteDeliveryReceiptConfirm",$object->ref),'confirm_delete','','',1);
      -
       			}
       
       			/*
      @@ -366,7 +364,6 @@ else
       			if ($action == 'valid')
       			{
       				print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id,$langs->trans("ValidateDeliveryReceipt"),$langs->trans("ValidateDeliveryReceiptConfirm",$object->ref),'confirm_valid','','',1);
      -
       			}
       
       
      diff --git a/htdocs/loan/class/loanschedule.class.php b/htdocs/loan/class/loanschedule.class.php
      index 208f325a384..7373bfb4ab1 100644
      --- a/htdocs/loan/class/loanschedule.class.php
      +++ b/htdocs/loan/class/loanschedule.class.php
      @@ -172,7 +172,6 @@ class LoanSchedule extends CommonObject
                       $this->error=$this->db->lasterror();
       				$error++;
       			}
      -
       		}
       
       		if ($totalamount != 0 && ! $error)
      @@ -580,7 +579,6 @@ class LoanSchedule extends CommonObject
       			{
       				$result[] = $obj->rowid;
       			}
      -
       		}
       
       		return $result;
      diff --git a/htdocs/loan/class/paymentloan.class.php b/htdocs/loan/class/paymentloan.class.php
      index c4c29c99dce..cb1ec021dda 100644
      --- a/htdocs/loan/class/paymentloan.class.php
      +++ b/htdocs/loan/class/paymentloan.class.php
      @@ -173,7 +173,6 @@ class PaymentLoan extends CommonObject
       				$this->error=$this->db->lasterror();
       				$error++;
       			}
      -
       		}
       
       		if ($totalamount != 0 && ! $error)
      diff --git a/htdocs/margin/productMargins.php b/htdocs/margin/productMargins.php
      index cb8bd53f790..23c9de6c321 100644
      --- a/htdocs/margin/productMargins.php
      +++ b/htdocs/margin/productMargins.php
      @@ -117,7 +117,6 @@ else {
       	print '<td class="maxwidthonsmartphone" colspan="4">';
       	print $form->select_produits('','id','',20,0,1,2,'',1, array(), 0, 'All');
       	print '</td></tr>';
      -
       }
       
       // Categories
      @@ -316,7 +315,6 @@ if ($result)
       			$cumul_achat += $objp->buying_price;
       			$cumul_vente += $objp->selling_price;
       		}
      -
       	}
       
       	// affichage totaux marges
      diff --git a/htdocs/modulebuilder/template/class/actions_mymodule.class.php b/htdocs/modulebuilder/template/class/actions_mymodule.class.php
      index 7d85d804d25..64076e07359 100644
      --- a/htdocs/modulebuilder/template/class/actions_mymodule.class.php
      +++ b/htdocs/modulebuilder/template/class/actions_mymodule.class.php
      @@ -137,7 +137,6 @@ class ActionsMyModule
       	        foreach($parameters['toselect'] as $objectid)
       	        {
       	            // Do action on each object id
      -
       	        }
       	    }
       
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 9f180343f5b..ee6efbe205a 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -512,7 +512,6 @@ class MyObject extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php
      index 404843c3eed..f3fd135f16d 100644
      --- a/htdocs/opensurvey/results.php
      +++ b/htdocs/opensurvey/results.php
      @@ -492,7 +492,6 @@ if ($action != 'edit')
       				});
       		    </script>';
       	print ' <a href="'.$url.'" target="_blank">'.$langs->trans("Link").'</a>';
      -
       }
       
       print '</td></tr>';
      diff --git a/htdocs/printing/admin/printing.php b/htdocs/printing/admin/printing.php
      index 529ad7e33ec..c4b2bb12111 100644
      --- a/htdocs/printing/admin/printing.php
      +++ b/htdocs/printing/admin/printing.php
      @@ -313,7 +313,6 @@ if ($mode == 'test' && $user->admin)
               else {
                   print $langs->trans('PleaseConfigureDriverfromList');
               }
      -
           } else {
               print $langs->trans('PleaseSelectaDriverfromList');
           }
      @@ -357,7 +356,6 @@ if ($mode == 'userconf' && $user->admin)
           print '</table>';
       
           dol_fiche_end();
      -
       }
       
       // End of page
      diff --git a/htdocs/product/admin/price_rules.php b/htdocs/product/admin/price_rules.php
      index e0faaaf83e5..730a8fd31f2 100644
      --- a/htdocs/product/admin/price_rules.php
      +++ b/htdocs/product/admin/price_rules.php
      @@ -92,7 +92,6 @@ if ($_POST) {
       				setEventMessages($langs->trans('ErrorSavingChanges'), null, 'errors');
       			}
       		}
      -
       	}
       
       	setEventMessages($langs->trans("RecordSaved"), null, 'mesgs');
      diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php
      index 2cdb5c1ca52..45f938431c3 100644
      --- a/htdocs/product/admin/product.php
      +++ b/htdocs/product/admin/product.php
      @@ -127,7 +127,6 @@ if ($action == 'other')
       				$res = dolibarr_set_const($db, $rule, 0, 'chaine', 0, '', $conf->entity);
       			}
       		}
      -
       	}
       
       	$value = GETPOST('PRODUIT_SOUSPRODUITS','alpha');
      diff --git a/htdocs/product/admin/product_tools.php b/htdocs/product/admin/product_tools.php
      index a153e9f1ab6..b0c62c81d4f 100644
      --- a/htdocs/product/admin/product_tools.php
      +++ b/htdocs/product/admin/product_tools.php
      @@ -267,7 +267,6 @@ if ($action == 'convert')
       		{
       			setEventMessages($langs->trans("Error"), null, 'errors');
       		}
      -
       	}
       }
       
      diff --git a/htdocs/product/card.php b/htdocs/product/card.php
      index d51a4fa494c..31d2d7509c9 100644
      --- a/htdocs/product/card.php
      +++ b/htdocs/product/card.php
      @@ -477,7 +477,6 @@ if (empty($reshook))
                           $action = 'edit';
                       }
                   }
      -
               }
           }
       
      @@ -1943,7 +1942,6 @@ else
       
                   dol_fiche_end();
               }
      -
           }
           else if ($action != 'create')
           {
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 44222dc3c9e..805d5d214a2 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -2387,7 +2387,6 @@ class Product extends CommonObject
       							$this->stats_commande['nb']+=$pFather->stats_commande['nb'];
       							$this->stats_commande['rows']+=$pFather->stats_commande['rows'];
       							$this->stats_commande['qty']+=$pFather->stats_commande['qty'] * $qtyCoef;
      -
       						}
       					}
       				}
      @@ -3552,7 +3551,6 @@ class Product extends CommonObject
       				dol_print_error($this->db);
       				return -1;
       			}
      -
       		} else {
       			return false;
       		}
      @@ -4856,7 +4854,6 @@ class Product extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/product/class/propalmergepdfproduct.class.php b/htdocs/product/class/propalmergepdfproduct.class.php
      index f2aabb86876..b5d2d639ae4 100644
      --- a/htdocs/product/class/propalmergepdfproduct.class.php
      +++ b/htdocs/product/class/propalmergepdfproduct.class.php
      @@ -207,8 +207,6 @@ class Propalmergepdfproduct extends CommonObject
       				$this->datec = $this->db->jdate($obj->datec);
       				$this->tms = $this->db->jdate($obj->tms);
       				$this->import_key = $obj->import_key;
      -
      -
                   }
                   $this->db->free($resql);
       
      @@ -283,11 +281,7 @@ class Propalmergepdfproduct extends CommonObject
       	    			}else {
       	    				$this->lines[$obj->file_name]=$line;
       	    			}
      -
      -
           			}
      -
      -
           		}
           		$this->db->free($resql);
       
      diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php
      index 5f91a0e369e..d2ef4210e9c 100644
      --- a/htdocs/product/composition/card.php
      +++ b/htdocs/product/composition/card.php
      @@ -407,7 +407,6 @@ if ($id > 0 || ! empty($ref))
       						{
       							print '<td align="center"><input type="text" value="'.$nb_of_subproduct.'" name="TProduct['.$productstatic->id.'][qty]" size="4" /></td>';
       							print '<td align="center"><input type="checkbox" name="TProduct['.$productstatic->id.'][incdec]" value="1" '.($value['incdec']==1?'checked':''  ).' /></td>';
      -
       						}
       						else{
       							print '<td>'.$nb_of_subproduct.'</td>';
      @@ -634,7 +633,6 @@ if ($id > 0 || ! empty($ref))
       					}
       					$i++;
       				}
      -
       			}
       			else
       			{
      diff --git a/htdocs/product/document.php b/htdocs/product/document.php
      index 0b5b7fa6f16..d0bc7b3f9be 100644
      --- a/htdocs/product/document.php
      +++ b/htdocs/product/document.php
      @@ -113,7 +113,6 @@ if (empty($reshook))
       
       	// Action submit/delete file/link
       	include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
      -
       }
       
       if ($action=='filemerge')
      diff --git a/htdocs/product/index.php b/htdocs/product/index.php
      index 71cf2636661..2089193e208 100644
      --- a/htdocs/product/index.php
      +++ b/htdocs/product/index.php
      @@ -152,7 +152,6 @@ if (! empty($conf->product->enabled))
       	$statProducts.= '<tr class="oddeven">';
       	$statProducts.= '<td><a href="list.php?type=0&amp;tosell=1&amp;tobuy=1">'.$langs->trans("ProductsOnSellAndOnBuy").'</a></td><td align="right">'.round($prodser[0][3]).'</td>';
       	$statProducts.= "</tr>";
      -
       }
       if (! empty($conf->service->enabled))
       {
      @@ -168,7 +167,6 @@ if (! empty($conf->service->enabled))
       	$statServices.= '<tr class="oddeven">';
       	$statServices.= '<td><a href="list.php?type=1&amp;tosell=1&amp;tobuy=1">'.$langs->trans("ServicesOnSellAndOnBuy").'</a></td><td align="right">'.round($prodser[1][3]).'</td>';
       	$statServices.= "</tr>";
      -
       }
       $total=0;
       if ($type == '0')
      diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php
      index 39df52a8208..1bc98d32d93 100644
      --- a/htdocs/product/inventory/class/inventory.class.php
      +++ b/htdocs/product/inventory/class/inventory.class.php
      @@ -477,7 +477,6 @@ class Inventory extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/product/inventory/tpl/inventory.tpl.php b/htdocs/product/inventory/tpl/inventory.tpl.php
      index 1946e63918d..30dc02a17d6 100644
      --- a/htdocs/product/inventory/tpl/inventory.tpl.php
      +++ b/htdocs/product/inventory/tpl/inventory.tpl.php
      @@ -165,7 +165,6 @@ if (empty($conf) || ! is_object($conf))
       				<?php } ?>
       			</tr>
       			<?php $i++;
      -
               }
       
       		_footerList($view,$total_pmp,$total_pmp_actual,$total_pa,$total_pa_actual, $total_current_pa,$total_current_pa_actual);
      diff --git a/htdocs/product/price.php b/htdocs/product/price.php
      index 9fb67aaa86c..561e6663b42 100644
      --- a/htdocs/product/price.php
      +++ b/htdocs/product/price.php
      @@ -785,7 +785,6 @@ if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUI
               	else print vatrate($object->tva_tx . ($object->tva_npr ? '*' : ''), true);*/
               	print '</td></tr>';
       		}
      -
       	}
       	else
       	{
      @@ -1410,7 +1409,6 @@ if ($action == 'edit_price' && $object->getRights()->creer)
       		print '&nbsp;&nbsp;&nbsp;';
       		print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '"></div>';
       		print '</form>';
      -
       	}
       }
       
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index 27ac0c4d522..662873b7cf8 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -317,7 +317,6 @@ if ($resql)
       	        foreach($warehouses_list as &$wh) {
       	            print_liste_field_titre($wh['label'], '', '','','','align="right"');
       	        }
      -
       	    }
       	}
       	if ($virtualdiffersfromphysical) print_liste_field_titre("VirtualStock",$_SERVER["PHP_SELF"], "",$param,"",'align="right"',$sortfield,$sortorder);
      @@ -395,7 +394,6 @@ if ($resql)
       	print '</form>';
       
       	$db->free($resql);
      -
       }
       else
       {
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index 518a19d8407..24aa1864a02 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -421,7 +421,6 @@ if ($resql)
       	print '</form>';
       
       	$db->free($resql);
      -
       }
       else
       {
      diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
      index b24a37c4fe2..25e22faabcc 100644
      --- a/htdocs/product/stock/card.php
      +++ b/htdocs/product/stock/card.php
      @@ -332,7 +332,6 @@ else
       				print '<tr><td>'.$langs->trans("ParentWarehouse").'</td><td>';
       				print $e->getNomUrl(3);
       				print '</td></tr>';
      -
       			}
       
       			// Description
      @@ -567,7 +566,6 @@ else
                       print '<td class="liste_total">&nbsp;</td>';
       				print '<td class="liste_total">&nbsp;</td>';
       				print '</tr>';
      -
       			}
       			else
       			{
      @@ -658,7 +656,6 @@ else
       			print '</div>';
       
       			print '</form>';
      -
       		}
       	}
       }
      diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
      index b2a78a9cd3e..3f298aed85d 100644
      --- a/htdocs/product/stock/class/entrepot.class.php
      +++ b/htdocs/product/stock/class/entrepot.class.php
      @@ -416,11 +416,9 @@ class Entrepot extends CommonObject
       
       				$this->date_creation     = $this->db->jdate($obj->datec);
       				$this->date_modification = $this->db->jdate($obj->datem);
      -
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
      index 395c192311f..7991477e146 100644
      --- a/htdocs/product/stock/class/mouvementstock.class.php
      +++ b/htdocs/product/stock/class/mouvementstock.class.php
      @@ -469,7 +469,6 @@ class MouvementStock extends CommonObject
       				{
       					$fk_product_stock = $this->db->last_insert_id(MAIN_DB_PREFIX."product_stock");
       				}
      -
       			}
       
       			// Update detail stock for batch product
      diff --git a/htdocs/product/stock/class/productstockentrepot.class.php b/htdocs/product/stock/class/productstockentrepot.class.php
      index 740afcb5f04..aaae328de48 100644
      --- a/htdocs/product/stock/class/productstockentrepot.class.php
      +++ b/htdocs/product/stock/class/productstockentrepot.class.php
      @@ -202,8 +202,6 @@ class ProductStockEntrepot extends CommonObject
       				$this->seuil_stock_alerte = $obj->seuil_stock_alerte;
       				$this->desiredstock = $obj->desiredstock;
       				$this->import_key = $obj->import_key;
      -
      -
       			}
       
       			// Retreive all extrafield
      diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
      index 20054d8896b..c85f40ef9c2 100644
      --- a/htdocs/product/stock/index.php
      +++ b/htdocs/product/stock/index.php
      @@ -97,7 +97,6 @@ if ($result)
                   $i++;
               }
               $db->free($result);
      -
           }
           print "</table>";
       }
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index 07b4f5dcac3..beb3135d9f4 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -88,7 +88,6 @@ $extralabels=$extrafields->fetch_name_optionals_label($object->table_element);
       if ($id > 0 || ! empty($ref))
       {
           $result = $object->fetch($id, $ref);
      -
       }
       
       if(empty($id) && !empty($object->id)) $id = $object->id;
      @@ -144,7 +143,6 @@ if ($action == 'addlimitstockwarehouse' && !empty($user->rights->produit->creer)
       			$pse->seuil_stock_alerte = $seuil_stock_alerte;
       			$pse->desiredstock  	 = $desiredstock;
       			if($pse->update($user) > 0) setEventMessages($langs->trans('ProductStockWarehouseUpdated'), null, 'mesgs');
      -
       		} else {
       
       			// Create
      @@ -153,14 +151,11 @@ if ($action == 'addlimitstockwarehouse' && !empty($user->rights->produit->creer)
       			$pse->seuil_stock_alerte = GETPOST('seuil_stock_alerte');
       			$pse->desiredstock  	 = GETPOST('desiredstock');
       			if($pse->create($user) > 0) setEventMessages($langs->trans('ProductStockWarehouseCreated'), null, 'mesgs');
      -
       		}
      -
       	}
       
       	header("Location: ".$_SERVER["PHP_SELF"]."?id=".$id);
       	exit;
      -
       }
       
       if($action == 'delete_productstockwarehouse' && !empty($user->rights->produit->creer))
      @@ -171,7 +166,6 @@ if($action == 'delete_productstockwarehouse' && !empty($user->rights->produit->c
       	if($pse->delete($user) > 0) setEventMessages($langs->trans('ProductStockWarehouseDeleted'), null, 'mesgs');
       
       	$action = '';
      -
       }
       
       // Set stock limit
      @@ -799,7 +793,6 @@ if (empty($reshook))
       
       		print '</div>';
       	}
      -
       }
       
       
      @@ -927,7 +920,6 @@ if (! $variants) {
       				}
       			}
       			$i++;
      -
       		}
       	} else dol_print_error($db);
       
      diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
      index 5ee52ce337a..f72a28dbc90 100644
      --- a/htdocs/product/stock/productlot_card.php
      +++ b/htdocs/product/stock/productlot_card.php
      @@ -256,7 +256,6 @@ if (empty($reshook))
           $upload_dir = $conf->productbatch->multidir_output[$conf->entity];
           $permissioncreate = $usercancreate;
           include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
      -
       }
       
       
      @@ -414,7 +413,6 @@ if (empty($action))
           $somethingshown=$formfile->numoffiles;
       
           print '</div>';
      -
       }
       
       // End of page
      diff --git a/htdocs/product/stock/productlot_document.php b/htdocs/product/stock/productlot_document.php
      index 6a3925c4a55..1ce4f9ba224 100644
      --- a/htdocs/product/stock/productlot_document.php
      +++ b/htdocs/product/stock/productlot_document.php
      @@ -95,7 +95,6 @@ if (empty($reshook))
       
       	// Action submit/delete file/link
       	include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
      -
       }
       
       $permtoedit = $user->rights->produit->creer;
      @@ -156,8 +155,6 @@ if ($object->id)
           $permission = ( $user->rights->produit->creer );
           $param = '&id=' . $object->id;
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
      -
       }
       else
       {
      diff --git a/htdocs/product/stock/valo.php b/htdocs/product/stock/valo.php
      index 4e3a245060c..09524c5066a 100644
      --- a/htdocs/product/stock/valo.php
      +++ b/htdocs/product/stock/valo.php
      @@ -128,7 +128,6 @@ if ($result)
               print '<td align="right">'.price(price2num($totalsell,'MT'),1,$langs,0,0,-1,$conf->currency).'</td>';
               print '<td align="right">&nbsp;</td>';
               print "</tr>\n";
      -
           }
       
           $db->free($result);
      @@ -150,7 +149,6 @@ if ($result)
               $url=DOL_URL_ROOT.'/viewimage.php?modulepart=graph_stock&amp;file='.$file;
               print '<br><img src="'.$url.'">';
           }
      -
       }
       else
       {
      diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
      index 4c344786553..9f18f644e4c 100644
      --- a/htdocs/product/traduction.php
      +++ b/htdocs/product/traduction.php
      @@ -276,7 +276,6 @@ if ($action == 'edit')
       	print '</div>';
       
       	print '</form>';
      -
       }
       else if ($action != 'add')
       {
      diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
      index 2ed1bb1498f..e43700287cb 100644
      --- a/htdocs/projet/activity/index.php
      +++ b/htdocs/projet/activity/index.php
      @@ -325,7 +325,6 @@ if (! empty($conf->global->PROJECT_TASK_TIME_MONTH))
           		print '</td>';
           		print '<td align="right">'.convertSecondToTime($row->nb, 'allhourmin').'</td>';
           		print "</tr>\n";
      -
           	}
           	$db->free($resql);
           }
      @@ -376,7 +375,6 @@ if (! empty($conf->global->PROJECT_TASK_TIME_YEAR))
       			print '</td>';
       			print '<td align="right">'.convertSecondToTime($row->nb, 'allhourmin').'</td>';
       			print "</tr>\n";
      -
       		}
       		$db->free($resql);
       	}
      @@ -570,7 +568,6 @@ if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_S
       	{
       		dol_print_error($db);
       	}
      -
       }
       
       
      diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
      index e2632fe244e..7aaa6805189 100644
      --- a/htdocs/projet/card.php
      +++ b/htdocs/projet/card.php
      @@ -333,7 +333,6 @@ if (empty($reshook))
       			if (GETPOST('socid','int') > 0) $object->fetch_thirdparty(GETPOST('socid','int'));
       			else unset($object->thirdparty);
       		}
      -
       	}
       
       	// Build doc
      diff --git a/htdocs/projet/class/api_projects.class.php b/htdocs/projet/class/api_projects.class.php
      index 6deacab7204..a1f2ce6d26c 100644
      --- a/htdocs/projet/class/api_projects.class.php
      +++ b/htdocs/projet/class/api_projects.class.php
      @@ -598,7 +598,6 @@ class Projects extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $object[$field] = $data[$field];
      -
               }
               return $object;
           }
      diff --git a/htdocs/projet/class/api_tasks.class.php b/htdocs/projet/class/api_tasks.class.php
      index 294c0f0faae..050e7313e95 100644
      --- a/htdocs/projet/class/api_tasks.class.php
      +++ b/htdocs/projet/class/api_tasks.class.php
      @@ -610,7 +610,6 @@ class Tasks extends DolibarrApi
                   if (!isset($data[$field]))
                       throw new RestException(400, "$field field missing");
                   $object[$field] = $data[$field];
      -
               }
               return $object;
           }
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index eaf1ad6ea67..ab47079c9d0 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -1501,7 +1501,6 @@ class Project extends CommonObject
       							$tab_conv_child_parent[$tasktoclone->id] =  $new_task_id;
       						}
       				    }
      -
       			    }
       
       			    //Parse all clone node to be sure to update new parent
      @@ -1959,7 +1958,6 @@ class Project extends CommonObject
       	        }
       
       	        $this->db->free($result);
      -
       	    }
       	    else
       	    {
      diff --git a/htdocs/projet/class/projectstats.class.php b/htdocs/projet/class/projectstats.class.php
      index 472fb26eaf0..9766935d4d0 100644
      --- a/htdocs/projet/class/projectstats.class.php
      +++ b/htdocs/projet/class/projectstats.class.php
      @@ -498,7 +498,6 @@ class ProjectStats extends Stats
       			} else {
       				$res[$key]=array($total_row[0],0);
       			}
      -
       		}
       		// var_dump($res);print '<br>';
       		return $res;
      diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
      index a4ef7965851..c5a7a334eb0 100644
      --- a/htdocs/projet/class/task.class.php
      +++ b/htdocs/projet/class/task.class.php
      @@ -1568,7 +1568,6 @@ class Task extends CommonObject
       			{
       				$clone_task->date_end			= $now + $clone_task->date_end - $orign_project_dt_start;
       			}
      -
       		}
       
       		if (!$clone_prog)
      diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
      index e585acd7d85..af9f7c2d8fc 100644
      --- a/htdocs/projet/document.php
      +++ b/htdocs/projet/document.php
      @@ -152,7 +152,6 @@ if ($object->id > 0)
       	$permission = ($userWrite > 0);
       	$permtoedit = ($userWrite > 0);
       	include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 489c5d04be4..2c64826853c 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -489,7 +489,6 @@ $resHook = $hookmanager->executeHooks('completeListOfReferent', $parameters, $ob
       if(!empty($hookmanager->resArray)) {
       
       	$listofreferent = array_merge($listofreferent, $hookmanager->resArray);
      -
       }
       
       if ($action=="addelement")
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index a93fac0edbd..5a13b16560d 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -888,7 +888,6 @@ while ($i < min($num,$limit))
       		if (! $i) $totalarray['nbfield']++;
       
       		print "</tr>\n";
      -
       	}
       
       	$i++;
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index bffe5f4a373..d9fcc8b642a 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -524,7 +524,6 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
       	print '</div>';
       
       	print '</form>';
      -
       }
       else if ($id > 0 || ! empty($ref))
       {
      diff --git a/htdocs/projet/tasks/comment.php b/htdocs/projet/tasks/comment.php
      index 19ba461fbe4..ba54b35a59e 100644
      --- a/htdocs/projet/tasks/comment.php
      +++ b/htdocs/projet/tasks/comment.php
      @@ -275,7 +275,6 @@ if ($id > 0 || ! empty($ref))
       
       		// Include comment tpl view
       		include DOL_DOCUMENT_ROOT . '/core/tpl/bloc_comment.tpl.php';
      -
       	}
       }
       
      diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php
      index 3272c43ad10..d86c8b469ae 100644
      --- a/htdocs/projet/tasks/contact.php
      +++ b/htdocs/projet/tasks/contact.php
      @@ -518,7 +518,6 @@ if ($id > 0 || ! empty($ref))
       			}
       		}
       		print "</table>";
      -
       	}
       	else
       	{
      diff --git a/htdocs/public/cron/cron_run_jobs.php b/htdocs/public/cron/cron_run_jobs.php
      index 320a8e3895a..df207e87d85 100644
      --- a/htdocs/public/cron/cron_run_jobs.php
      +++ b/htdocs/public/cron/cron_run_jobs.php
      @@ -169,7 +169,6 @@ if (is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
       				dol_syslog("cron_run_jobs.php::reprogram_jobs Error".$cronjob->error, LOG_ERR);
       				exit;
       			}
      -
       		}
       	}
       	echo "Result: ".($nbofjobs)." jobs - ".($nbofjobslaunchedok+$nbofjobslaunchedko)." launched = ".$nbofjobslaunchedok." OK + ".$nbofjobslaunchedko." KO";
      diff --git a/htdocs/public/donations/donateurs_code.php b/htdocs/public/donations/donateurs_code.php
      index 9f03f9e293e..86db4b089aa 100644
      --- a/htdocs/public/donations/donateurs_code.php
      +++ b/htdocs/public/donations/donateurs_code.php
      @@ -99,7 +99,6 @@ if ($resql)
       			$i++;
       		}
       		print "</table>";
      -
       	}
       	else
       	{
      diff --git a/htdocs/public/emailing/mailing-read.php b/htdocs/public/emailing/mailing-read.php
      index 23511974137..0b79f656450 100644
      --- a/htdocs/public/emailing/mailing-read.php
      +++ b/htdocs/public/emailing/mailing-read.php
      @@ -86,7 +86,6 @@ if (! empty($tag))
       	dol_syslog("public/emailing/mailing-read.php : Mail read contact : ".$sql, LOG_DEBUG);
       
       	$resql=$db->query($sql);
      -
       }
       
       $db->close();
      diff --git a/htdocs/public/members/public_card.php b/htdocs/public/members/public_card.php
      index eda1aaf2c68..bc8fd0cde17 100644
      --- a/htdocs/public/members/public_card.php
      +++ b/htdocs/public/members/public_card.php
      @@ -113,7 +113,6 @@ if ($id > 0)
       
       		print '</table>';
       	}
      -
       }
       
       
      diff --git a/htdocs/public/onlinesign/newonlinesign.php b/htdocs/public/onlinesign/newonlinesign.php
      index e8db916ad91..277cd1ada78 100644
      --- a/htdocs/public/onlinesign/newonlinesign.php
      +++ b/htdocs/public/onlinesign/newonlinesign.php
      @@ -120,7 +120,6 @@ $creditor = $mysoc->name;
       if ($action == 'dosign')
       {
           // TODO
      -
       }
       
       
      @@ -256,8 +255,6 @@ if ($source == 'proposal')
       	print '<input type="hidden" name="source" value="'.GETPOST("source",'alpha').'">';
       	print '<input type="hidden" name="ref" value="'.$proposal->ref.'">';
       	print '</td></tr>'."\n";
      -
      -
       }
       
       
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 47cdc8bb31e..0975186eb03 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -620,7 +620,6 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
       		header("Location: ".$urlok);
       		exit;
       	}
      -
       }
       
       
      diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php
      index e1b160541b2..45fd6489f92 100644
      --- a/htdocs/public/stripe/ipn.php
      +++ b/htdocs/public/stripe/ipn.php
      @@ -234,28 +234,23 @@ elseif ($event->type == 'payout.paid') {
       elseif ($event->type == 'charge.succeeded') {
       
       	//TODO: create fees
      -
       }
       elseif ($event->type == 'customer.source.created') {
       
       	//TODO: save customer's source
      -
       }
       elseif ($event->type == 'customer.source.updated') {
       
       	//TODO: update customer's source
      -
       }
       elseif ($event->type == 'customer.source.delete') {
       
       	//TODO: delete customer's source
      -
       }
       elseif ($event->type == 'charge.failed') {
       
       	$subject = 'Your payment has been received: '.$event->data->object->id.'';
       	$headers = 'From: "'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'" <'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'>';
      -
       }
       elseif (($event->type == 'source.chargeable') && ($event->data->object->type == 'three_d_secure') && ($event->data->object->three_d_secure->authenticated==true)) {
       
      diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php
      index 5ba98ae9f69..49cad87e990 100644
      --- a/htdocs/resource/card.php
      +++ b/htdocs/resource/card.php
      @@ -171,7 +171,6 @@ if (empty($reshook))
       					setEventMessages($object->error, $object->errors, 'errors');
       					$error++;
       				}
      -
       			}
       			else
       			{
      diff --git a/htdocs/resource/class/dolresource.class.php b/htdocs/resource/class/dolresource.class.php
      index c6e25c4d837..ad3355e3972 100644
      --- a/htdocs/resource/class/dolresource.class.php
      +++ b/htdocs/resource/class/dolresource.class.php
      @@ -384,7 +384,6 @@ class Dolresource extends CommonObject
       				if($obj->element_id && $obj->element_type) {
       					$this->objelement = fetchObjectByElement($obj->element_id,$obj->element_type);
       				}
      -
           		}
           		$this->db->free($resql);
       
      @@ -646,7 +645,6 @@ class Dolresource extends CommonObject
       					if($obj->element_id && $obj->element_type)
       						$line->objelement = fetchObjectByElement($obj->element_id,$obj->element_type);
               			$this->lines[] = $line;
      -
          				}
          				$this->db->free($resql);
          			}
      diff --git a/htdocs/resource/document.php b/htdocs/resource/document.php
      index 6a32ba9f645..85ec5b96c79 100644
      --- a/htdocs/resource/document.php
      +++ b/htdocs/resource/document.php
      @@ -135,7 +135,6 @@ if ($object->id)
           $permission = $user->rights->resource->write;
       
           include_once DOL_DOCUMENT_ROOT . '/core/tpl/document_actions_post_headers.tpl.php';
      -
       }
       else
       {
      diff --git a/htdocs/resource/element_resource.php b/htdocs/resource/element_resource.php
      index adbd8eec87f..a83e37bc0b4 100644
      --- a/htdocs/resource/element_resource.php
      +++ b/htdocs/resource/element_resource.php
      @@ -462,7 +462,6 @@ else
       				if(file_exists(dol_buildpath($path.'/core/tpl/resource_'.$element_prop['element'].'_view.tpl.php')))
       				{
       					$res=@include dol_buildpath($path.'/core/tpl/resource_'.$element_prop['element'].'_view.tpl.php');
      -
       				}
       				else
       				{
      diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
      index 49a9538e225..0166b6a233a 100644
      --- a/htdocs/societe/admin/societe.php
      +++ b/htdocs/societe/admin/societe.php
      @@ -788,7 +788,6 @@ if (!empty($conf->global->SOCIETE_ADD_REF_IN_LIST))
       {
       	print '<a href="'.$_SERVER['PHP_SELF'].'?action=setaddrefinlist&value=0">';
       	print img_picto($langs->trans("Activated"),'switch_on');
      -
       }
       else
       {
      @@ -806,7 +805,6 @@ if (!empty($conf->global->COMPANY_SHOW_ADDRESS_SELECTLIST))
       {
       	print '<a href="'.$_SERVER['PHP_SELF'].'?action=setaddadressinlist&value=0">';
       	print img_picto($langs->trans("Activated"),'switch_on');
      -
       }
       else
       {
      @@ -826,7 +824,6 @@ if (!empty($conf->global->SOCIETE_ASK_FOR_SHIPPING_METHOD))
       {
       	print '<a href="'.$_SERVER['PHP_SELF'].'?action=setaskforshippingmet&value=0">';
       	print img_picto($langs->trans("Activated"),'switch_on');
      -
       }
       else
       {
      @@ -845,7 +842,6 @@ if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS))
       {
           print '<a href="'.$_SERVER['PHP_SELF'].'?action=setdisableprospectcustomer&value=0">';
           print img_picto($langs->trans("Activated"),'switch_on');
      -    
       }
       else
       {
      diff --git a/htdocs/societe/canvas/actions_card_common.class.php b/htdocs/societe/canvas/actions_card_common.class.php
      index 2577f5bed5d..92d009db604 100644
      --- a/htdocs/societe/canvas/actions_card_common.class.php
      +++ b/htdocs/societe/canvas/actions_card_common.class.php
      @@ -258,7 +258,6 @@ abstract class ActionsCardCommon
                           $this->tpl['localtax'].= '</td><tr>';
                       }
                   }
      -
               }
               else
               {
      diff --git a/htdocs/societe/canvas/company/actions_card_company.class.php b/htdocs/societe/canvas/company/actions_card_company.class.php
      index 3e18b7944f2..09172f1ea5a 100644
      --- a/htdocs/societe/canvas/company/actions_card_company.class.php
      +++ b/htdocs/societe/canvas/company/actions_card_company.class.php
      @@ -181,7 +181,6 @@ class ActionsCardCompany extends ActionsCardCommon
       				{
       					$this->tpl['tva_intra'] = $s;
       				}
      -
       			}
       			else
       			{
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index 1fbabc01462..e20e37e5cdc 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -371,7 +371,6 @@ if (empty($reshook))
               {
                   setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Supplier")), null, 'errors');
                   $error++;
      -
               }
       
               if (! $error)
      @@ -1377,7 +1376,6 @@ else
                   print '</td><td>'.$langs->transcountry("LocalTax2IsUsed",$mysoc->country_code).'</td><td>';
                   print $form->selectyesno('localtax2assuj_value',(isset($conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2)?$conf->global->THIRDPARTY_DEFAULT_USELOCALTAX2:0),1);
                   print '</td></tr>';
      -
               }
               elseif($mysoc->localtax1_assuj=="1")
               {
      @@ -1973,7 +1971,6 @@ else
                           print '</span>';
                       }
                       print '</td></tr>';
      -
                   }
                   elseif($mysoc->localtax1_assuj=="1" && $mysoc->localtax2_assuj!="1")
                   {
      @@ -1986,7 +1983,6 @@ else
                           print '</span>';
                       }
                       print '</td></tr>';
      -
                   }
                   elseif($mysoc->localtax2_assuj=="1" && $mysoc->localtax1_assuj!="1")
                   {
      @@ -2380,7 +2376,6 @@ else
       			            print '<td>'.$object->localtax1_value.'</td>';
       			        }
       			        print '</tr></form>';
      -
       			    }
       			}
       			elseif($mysoc->localtax2_assuj=="1" && $mysoc->localtax1_assuj!="1")
      @@ -2403,7 +2398,6 @@ else
       			            print '<td>'.$object->localtax2_value.'</td>';
       			        }
       			        print '</tr></form>';
      -
       			    }
       			}
               }
      @@ -2729,7 +2723,6 @@ else
       		$trackid = 'thi'.$object->id;
       
       		include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php';
      -
           }
       }
       
      diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php
      index 63b23d42f9e..4f9915a844c 100644
      --- a/htdocs/societe/class/address.class.php
      +++ b/htdocs/societe/class/address.class.php
      @@ -138,7 +138,6 @@ class Address
       				$this->db->rollback();
       				return -2;
       			}
      -
       		}
       		else
       		{
      @@ -496,7 +495,6 @@ class Address
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php
      index 365073726bc..42d1d616852 100644
      --- a/htdocs/societe/class/api_thirdparties.class.php
      +++ b/htdocs/societe/class/api_thirdparties.class.php
      @@ -1070,7 +1070,6 @@ class Thirdparties extends DolibarrApi
       			foreach($account as $key => $value)
       				if(in_array($key, $fields)){
       					$object[$key] = $value;
      -
       				}
       			$returnAccounts[] = $object;
       		}
      @@ -1332,7 +1331,6 @@ class Thirdparties extends DolibarrApi
       			foreach($account as $key => $value)
       				if(in_array($key, $fields)){
       					$object[$key] = $value;
      -
       				}
       			$returnAccounts[] = $object;
       		}
      diff --git a/htdocs/societe/class/companybankaccount.class.php b/htdocs/societe/class/companybankaccount.class.php
      index 3a3b9126b7b..73210ade104 100644
      --- a/htdocs/societe/class/companybankaccount.class.php
      +++ b/htdocs/societe/class/companybankaccount.class.php
      @@ -184,7 +184,6 @@ class CompanyBankAccount extends Account
       		{
       			return 1;
       		}
      -
       		}
       		else
       		{
      diff --git a/htdocs/societe/class/companypaymentmode.class.php b/htdocs/societe/class/companypaymentmode.class.php
      index 83303a3a41d..73242c9aa32 100644
      --- a/htdocs/societe/class/companypaymentmode.class.php
      +++ b/htdocs/societe/class/companypaymentmode.class.php
      @@ -561,7 +561,6 @@ class CompanyPaymentMode extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index c91593b079f..758b91aaec9 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -611,7 +611,6 @@ class Societe extends CommonObject
       				$this->db->rollback();
       				return $result;
       			}
      -
       		}
       		else
       		{
      @@ -1001,7 +1000,6 @@ class Societe extends CommonObject
       					$sql .=",localtax1_value =".$this->localtax1_value;
       				}
       				else $sql .=",localtax1_value =0.000";
      -
       			}
       			else $sql .=",localtax1_value =0.000";
       
      @@ -1012,7 +1010,6 @@ class Societe extends CommonObject
       					$sql .=",localtax2_value =".$this->localtax2_value;
       				}
       				else $sql .=",localtax2_value =0.000";
      -
       			}
       			else $sql .=",localtax2_value =0.000";
       
      @@ -3177,7 +3174,6 @@ class Societe extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php
      index de228c576b5..78f934ecf2f 100644
      --- a/htdocs/societe/class/societeaccount.class.php
      +++ b/htdocs/societe/class/societeaccount.class.php
      @@ -518,7 +518,6 @@ class SocieteAccount extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
      index b74b66a1a44..3a3fb8507c9 100644
      --- a/htdocs/societe/consumption.php
      +++ b/htdocs/societe/consumption.php
      @@ -554,7 +554,6 @@ if ($sql_select)
       				{
       					print (! empty($objp->description) && $objp->description!=$objp->product_label)?'<br>'.dol_htmlentitiesbr($objp->description):'';
       				}
      -
       			} else {
       
       				if (! empty($objp->label) || ! empty($objp->description))
      diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
      index 0fbc4368a87..a9b280a3f47 100644
      --- a/htdocs/societe/price.php
      +++ b/htdocs/societe/price.php
      @@ -609,7 +609,6 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
               print "</table>";
       
               print "</form>";
      -
       	}
       }
       
      diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php
      index 0f26bf0e11a..73c1f7b86c8 100644
      --- a/htdocs/stripe/charge.php
      +++ b/htdocs/stripe/charge.php
      @@ -221,7 +221,6 @@ if (!$rowid)
       	    } elseif ($charge->paid=='1'){
       
               print img_picto($langs->trans("".$charge->status.""),'statut4');
      -             
       	    } else {
       	    	$label="Message: ".$charge->failure_message."<br>";
       	    	$label.="Réseau: ".$charge->outcome->network_status."<br>";
      diff --git a/htdocs/stripe/class/actions_stripe.class.php b/htdocs/stripe/class/actions_stripe.class.php
      index f3c76be9d35..a74b2d52eef 100644
      --- a/htdocs/stripe/class/actions_stripe.class.php
      +++ b/htdocs/stripe/class/actions_stripe.class.php
      @@ -109,7 +109,6 @@ class ActionsStripeconnect
       				$this->resprints.= $langs->trans("NoStripe");
       			}
       			$this->resprints.= '</td></tr>';
      -
       		}
       		elseif (is_object($object) && $object->element == 'member'){
       			$this->resprints.= '<tr><td>';
      diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
      index 0e9c3cbb4a8..d8e7168e5c0 100644
      --- a/htdocs/stripe/class/stripe.class.php
      +++ b/htdocs/stripe/class/stripe.class.php
      @@ -284,7 +284,6 @@ class Stripe extends CommonObject
       						$this->error = $e->getMessage();
       						dol_syslog($this->error, LOG_WARNING);
       					}
      -
       				}
       				elseif ($createifnotlinkedtostripe)
       				{
      diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php
      index fbf9784a6b3..9a7ecfd5470 100644
      --- a/htdocs/stripe/payment.php
      +++ b/htdocs/stripe/payment.php
      @@ -350,7 +350,6 @@ if (empty($reshook))
       
       				$facture->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref);
       			}
      -
       		}
       
       		if (! $error)
      diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
      index 2f765c6c75f..248165727cf 100644
      --- a/htdocs/supplier_proposal/card.php
      +++ b/htdocs/supplier_proposal/card.php
      @@ -1303,7 +1303,6 @@ if ($action == 'create')
       
       		print '</table>';
       	}
      -
       } else {
       	/*
       	 * Show object in view mode
      diff --git a/htdocs/supplier_proposal/class/api_supplier_proposals.class.php b/htdocs/supplier_proposal/class/api_supplier_proposals.class.php
      index 3d10c47f6a1..fd490902049 100644
      --- a/htdocs/supplier_proposal/class/api_supplier_proposals.class.php
      +++ b/htdocs/supplier_proposal/class/api_supplier_proposals.class.php
      @@ -185,7 +185,6 @@ class Supplierproposals extends DolibarrApi
       			if (!isset($data[$field]))
       				throw new RestException(400, "$field field missing");
       			$propal[$field] = $data[$field];
      -
       		}
       		return $propal;
       	}
      diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      index adc2c8643ac..a05d0485aaf 100644
      --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php
      +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      @@ -1730,7 +1730,6 @@ class SupplierProposal extends CommonObject
                       {
                           $result = $this->updateOrCreatePriceFournisseur($user);
                       }
      -
                   }
                   if ($statut == 4)
                   {
      @@ -2138,11 +2137,8 @@ class SupplierProposal extends CommonObject
                           $cluser->fetch($obj->fk_user_cloture);
                           $this->user_cloture     = $cluser;
                       }
      -
      -
                   }
                   $this->db->free($result);
      -
               }
               else
               {
      diff --git a/htdocs/supplier_proposal/contact.php b/htdocs/supplier_proposal/contact.php
      index 7be0dcbc78a..881fae4d1a7 100644
      --- a/htdocs/supplier_proposal/contact.php
      +++ b/htdocs/supplier_proposal/contact.php
      @@ -193,7 +193,6 @@ if ($id > 0 || ! empty($ref))
       
       		// Contacts lines
       		include DOL_DOCUMENT_ROOT.'/core/tpl/contacts.tpl.php';
      -
       	}
       	else
       	{
      diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
      index b1fb2d31cef..1b43d0054b7 100644
      --- a/htdocs/ticket/list.php
      +++ b/htdocs/ticket/list.php
      @@ -409,7 +409,6 @@ if ($projectid > 0) {
               dol_fiche_end();
       
               $object = $savobject;
      -
           } else {
               print "ErrorRecordNotFound";
           }
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index 6a8e0d4f14a..a87438eda95 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -696,7 +696,6 @@ if ($action == 'create' || $action == 'adduserldap')
       					}
       					$liste[$key] = $label;
       				}
      -
       			}
       			else
       			{
      @@ -2593,7 +2592,6 @@ else
       
       		if (! empty($conf->ldap->enabled) && ! empty($object->ldap_sid)) $ldap->close();
       	}
      -
       }
       
       if (! empty($conf->api->enabled) && ! empty($conf->use_javascript_ajax))
      diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
      index d2afacce54a..d1a8cae636b 100644
      --- a/htdocs/user/class/user.class.php
      +++ b/htdocs/user/class/user.class.php
      @@ -870,7 +870,6 @@ class User extends CommonObject
       						// if we have already define a subperm like this $this->rights->$module->level1->level2 with llx_user_rights, we don't want override level1 because the level2 can be not define on user group
       						if (!is_object($this->rights->$module->$perms)) $this->rights->$module->$perms = 1;
       					}
      -
       				}
       				$i++;
       			}
      @@ -2671,7 +2670,6 @@ class User extends CommonObject
       			}
       
       			$this->db->free($result);
      -
       		}
       		else
       		{
      diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
      index 6719d6ca120..918d8c394ca 100644
      --- a/htdocs/user/clicktodial.php
      +++ b/htdocs/user/clicktodial.php
      @@ -213,7 +213,6 @@ if ($id > 0)
           }
       
           print "</div>\n";
      -
       }
       
       // End of page
      diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
      index 521b0e4022e..e0e6935bc48 100644
      --- a/htdocs/user/param_ihm.php
      +++ b/htdocs/user/param_ihm.php
      @@ -316,7 +316,6 @@ if ($action == 'edit')
           print '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
           print '<input type="submit" class="button" name="cancel" value="'.$langs->trans("Cancel").'">';
           print '</div>';
      -
       }
       else
       {
      @@ -403,7 +402,6 @@ else
           }
       
           print '</div>';
      -
       }
       
       if ($action == 'edit')
      diff --git a/htdocs/variants/admin/admin.php b/htdocs/variants/admin/admin.php
      index 0110d9db789..43700b281c7 100644
      --- a/htdocs/variants/admin/admin.php
      +++ b/htdocs/variants/admin/admin.php
      @@ -41,7 +41,6 @@ if ($_POST) {
              } else {
                      setEventMessages($langs->trans('CoreErrorMessage'), null, 'errors');
              }
      -
       }
       
       $title = $langs->trans('ModuleSetup').' '.$langs->trans('ProductAttributes');
      diff --git a/htdocs/variants/card.php b/htdocs/variants/card.php
      index 8cb4e13b33e..1f04e5edb87 100644
      --- a/htdocs/variants/card.php
      +++ b/htdocs/variants/card.php
      @@ -88,7 +88,6 @@ if ($_POST) {
       		header('Location: '.dol_buildpath('/variants/card.php?id='.$object->id, 2));
       		exit();
       	}
      -
       }
       
       if ($confirm == 'yes') {
      diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
      index a0aed832eac..ef9ec4997f3 100644
      --- a/htdocs/variants/class/ProductCombination.class.php
      +++ b/htdocs/variants/class/ProductCombination.class.php
      @@ -736,7 +736,6 @@ WHERE c.fk_product_parent = ".(int) $productid." AND p.tosell = 1";
       				}
       				$i++;
       			}
      -
       		}
       		return $label;
       	}
      diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
      index fb23921be25..79076e8ac50 100644
      --- a/htdocs/variants/combinations.php
      +++ b/htdocs/variants/combinations.php
      @@ -210,12 +210,10 @@ if ($_POST) {
       			} else {
       				setEventMessages($langs->trans('CoreErrorMessage'), null, 'errors');
       			}
      -
       		} else {
       			$db->commit();
       			setEventMessages($langs->trans('RecordSaved'), null, 'mesgs');
       		}
      -
       	}
       	elseif ($valueid > 0) {
       
      @@ -286,11 +284,9 @@ if ($action === 'confirm_deletecombination') {
       				setEventMessages($langs->trans('ErrorCopyProductCombinations'), null, 'errors');
       			}
       		}
      -
       	} else {
       		setEventMessages($langs->trans('ErrorDestinationProductNotFound'), null, 'errors');
       	}
      -
       }
       
       
      diff --git a/htdocs/variants/generator.php b/htdocs/variants/generator.php
      index afed5c98b16..420c90147ea 100644
      --- a/htdocs/variants/generator.php
      +++ b/htdocs/variants/generator.php
      @@ -123,7 +123,6 @@ if ($_POST) {
       		}
       
       		$db->rollback();
      -
       	} else {
       		setEventMessages($langs->trans('ErrorFieldsRequired'), null, 'errors');
       	}
      diff --git a/htdocs/webservices/server_actioncomm.php b/htdocs/webservices/server_actioncomm.php
      index 6a581b2ca0d..a9edcb0557a 100644
      --- a/htdocs/webservices/server_actioncomm.php
      +++ b/htdocs/webservices/server_actioncomm.php
      @@ -378,7 +378,6 @@ function getListActionCommType($authentication)
       				 $objectresp = array(
       			    	'result'=>array('result_code'=>'OK', 'result_label'=>''),
       			        'actioncommtypes'=>$resultarray);
      -
       			}
       			else
       			{
      diff --git a/htdocs/webservices/server_category.php b/htdocs/webservices/server_category.php
      index 685579c6674..a941c2aceff 100644
      --- a/htdocs/webservices/server_category.php
      +++ b/htdocs/webservices/server_category.php
      @@ -250,9 +250,7 @@ function getCategory($authentication,$id)
       								'dir' => $pdir,
       								'photos' => $fille->liste_photos($dir,$nbmax=10)
       							);
      -
       						}
      -
       					}
       
       			    // Create
      diff --git a/htdocs/webservices/server_invoice.php b/htdocs/webservices/server_invoice.php
      index aed031fa9ca..03931701659 100644
      --- a/htdocs/webservices/server_invoice.php
      +++ b/htdocs/webservices/server_invoice.php
      @@ -635,7 +635,6 @@ function createInvoice($authentication,$invoice)
                   $errorlabel=$new_invoice->error;
                   dol_syslog("Function: createInvoice error while creating".$errorlabel);
               }
      -
           }
       
           if ($error)
      @@ -707,7 +706,6 @@ function createInvoiceFromOrder($authentication,$id_order='', $ref_order='', $re
       						$error++;
       						dol_syslog("Webservice server_invoice:: invoice creation from order failed", LOG_ERR);
       					}
      -
       				}
       			}
       			else
      diff --git a/htdocs/webservices/server_order.php b/htdocs/webservices/server_order.php
      index 8cbe54e0b29..d41b2880210 100644
      --- a/htdocs/webservices/server_order.php
      +++ b/htdocs/webservices/server_order.php
      @@ -749,7 +749,6 @@ function createOrder($authentication,$order)
       		{
       			dol_syslog("Webservice server_order:: order creation failed", LOG_ERR);
       			$error++;
      -
       		}
       
       		if ($order['status'] == 1)   // We want order to have status validated
      @@ -777,7 +776,6 @@ function createOrder($authentication,$order)
       			$errorcode='KO';
       			$errorlabel=$newobject->error;
       		}
      -
       	}
       
       	if ($error)
      @@ -831,7 +829,6 @@ function validOrder($authentication,$id='',$id_warehouse=0)
       					// Define output language
       					$outputlangs = $langs;
       					$order->generateDocument($order->modelpdf, $outputlangs);
      -
       				}
       				else
       				{
      @@ -848,7 +845,6 @@ function validOrder($authentication,$id='',$id_warehouse=0)
       				$errorcode='KO';
       				$errorlabel=$newobject->error;
       			}
      -
       		}
       		else
       		{
      @@ -857,7 +853,6 @@ function validOrder($authentication,$id='',$id_warehouse=0)
       			$errorcode='KO';
       			$errorlabel=$newobject->error;
       		}
      -
       	}
       
       	if ($error)
      @@ -926,7 +921,6 @@ function updateOrder($authentication,$order)
       						// Define output language
       						$outputlangs = $langs;
       						$object->generateDocument($order->modelpdf, $outputlangs);
      -
       					}
       				}
       				if ($order['status'] == 0)  $result=$object->set_reopen($fuser);
      diff --git a/htdocs/webservices/server_productorservice.php b/htdocs/webservices/server_productorservice.php
      index 2154d2d8557..1e301350063 100644
      --- a/htdocs/webservices/server_productorservice.php
      +++ b/htdocs/webservices/server_productorservice.php
      @@ -617,7 +617,6 @@ function createProductOrService($authentication,$product)
                   $errorcode='KO';
                   $errorlabel=$newobject->error;
               }
      -
           }
       
           if ($error)
      @@ -806,7 +805,6 @@ function updateProductOrService($authentication,$product)
                   $errorcode='KO';
                   $errorlabel=$newobject->error;
               }
      -
           }
       
           if ($error)
      @@ -1105,7 +1103,6 @@ function getProductsForCategory($authentication,$id,$lang='')
       
       							$iProduct++;
       						}
      -
       					}
       
       					// Retour
      @@ -1113,14 +1110,12 @@ function getProductsForCategory($authentication,$id,$lang='')
       					'result'=>array('result_code'=>'OK', 'result_label'=>''),
       					'products'=> $products
       					);
      -
       				}
       				else
       				{
       					$errorcode='NORECORDS_FOR_ASSOCIATION'; $errorlabel='No products associated'.$sql;
       					$objectresp = array('result'=>array('result_code' => $errorcode, 'result_label' => $errorlabel));
       					dol_syslog("getProductsForCategory:: ".$c->error, LOG_DEBUG);
      -
       				}
       			}
       			else
      diff --git a/htdocs/webservices/server_thirdparty.php b/htdocs/webservices/server_thirdparty.php
      index c2236368d18..7f0b590ee9a 100644
      --- a/htdocs/webservices/server_thirdparty.php
      +++ b/htdocs/webservices/server_thirdparty.php
      @@ -816,7 +816,6 @@ function deleteThirdParty($authentication,$id='',$ref='',$ref_ext='')
       			{
       				$error++;
       				$errorcode='NOT_FOUND'; $errorlabel='Object not found for id='.$id.' nor ref='.$ref.' nor ref_ext='.$ref_ext;
      -
       			}
       		}
       		else
      diff --git a/htdocs/webservices/server_user.php b/htdocs/webservices/server_user.php
      index ab2d18427ff..81702c55456 100644
      --- a/htdocs/webservices/server_user.php
      +++ b/htdocs/webservices/server_user.php
      @@ -733,7 +733,6 @@ function setUserPassword($authentication,$shortuser)
       				$error++;
       				$errorcode='NOT_FOUND'; $errorlabel='User not found';
       			}
      -
       		}
       		else
       		{
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index f2bf4ad1888..4f969851ad4 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -1543,7 +1543,6 @@ if ($action == 'importsiteconfirm')
       				}
       			}
       		}
      -
       	}
       }
       
      @@ -2659,7 +2658,6 @@ if ($action == 'editfile' || $action == 'file_manager')
       	include DOL_DOCUMENT_ROOT.'/core/tpl/filemanager.tpl.php';
       
       	print '</div>';
      -
       }
       
       if ($action == 'editmenu')
      diff --git a/scripts/cron/cron_run_jobs.php b/scripts/cron/cron_run_jobs.php
      index 8ffefa0ca9a..6104cec3b55 100755
      --- a/scripts/cron/cron_run_jobs.php
      +++ b/scripts/cron/cron_run_jobs.php
      @@ -223,7 +223,6 @@ if (is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
       				dol_syslog("cron_run_jobs.php::reprogram_jobs Error ".$cronjob->error, LOG_ERR);
       				exit(-1);
       			}
      -
       		}
       		else
       		{
      diff --git a/scripts/emailings/mailing-send.php b/scripts/emailings/mailing-send.php
      index 95b06f187e8..c36e7ea1cc3 100755
      --- a/scripts/emailings/mailing-send.php
      +++ b/scripts/emailings/mailing-send.php
      @@ -64,7 +64,6 @@ print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." *****\n";
       
       if ($conf->global->MAILING_LIMIT_SENDBYCLI == '-1')
       {
      -
       }
       
       $user = new User($db);
      @@ -329,7 +328,6 @@ if ($resql)
       								if (!empty($conf->global->MAILING_DELAY)) {
       									sleep($conf->global->MAILING_DELAY);
       								}
      -
       							}
       						}
       						else
      diff --git a/scripts/members/sync_members_ldap2dolibarr.php b/scripts/members/sync_members_ldap2dolibarr.php
      index 3e6eaaa4281..d7d4fbdeaaf 100755
      --- a/scripts/members/sync_members_ldap2dolibarr.php
      +++ b/scripts/members/sync_members_ldap2dolibarr.php
      @@ -299,7 +299,6 @@ if ($result >= 0)
       				//print "yy".dol_print_date($datelast)."\n";
       				$crowid=$member->subscription($datelast, $pricelast, 0);
       			}
      -
       		}
       
       		if (! $error || $forcecommit)
      diff --git a/scripts/product/migrate_picture_path.php b/scripts/product/migrate_picture_path.php
      index 69322b2f350..eee15cdb7fa 100755
      --- a/scripts/product/migrate_picture_path.php
      +++ b/scripts/product/migrate_picture_path.php
      @@ -140,7 +140,6 @@ function migrate_product_photospath($product)
           				{
           					dol_move($origin.'/'.$file, $destin.'/'.$file);
           				}
      -
           			}
           		}
               }
      diff --git a/test/phpunit/CodingSqlTest.php b/test/phpunit/CodingSqlTest.php
      index c2b620b639b..349e19a1072 100644
      --- a/test/phpunit/CodingSqlTest.php
      +++ b/test/phpunit/CodingSqlTest.php
      @@ -185,19 +185,16 @@ class CodingSqlTest extends PHPUnit_Framework_TestCase
                       if ($dir == DOL_DOCUMENT_ROOT.'/install/mysql/migration')
                       {
                           // Test for migration files only
      -
                       }
                       elseif ($dir == DOL_DOCUMENT_ROOT.'/install/mysql/data')
                       {
                           // Test for data files only
      -
                       }
                       else
                       {
                           if (preg_match('/\.key\.sql$/',$file))
                           {
                               // Test for key files only
      -
                           }
                           else
                           {
      
      From b5c47f16e6d4a390d32ac1e1ab5124dfe29fe6b0 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Wed, 24 Oct 2018 23:25:40 +0200
      Subject: [PATCH 0632/1013] Fix hover stability and modernize style
      
      ---
       htdocs/core/class/dolgraph.class.php | 16 +++++++++-------
       1 file changed, 9 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php
      index ad7b900b033..a331202f424 100644
      --- a/htdocs/core/class/dolgraph.class.php
      +++ b/htdocs/core/class/dolgraph.class.php
      @@ -1032,11 +1032,13 @@ class DolGraph
       				$(\'<div id="tooltip_'.$tag.'">\' + contents + \'</div>\').css({
       					position: \'absolute\',
       					display: \'none\',
      -					top: y + 5,
      -					left: x + 5,
      -					border: \'1px solid #ddd\',
      -					padding: \'2px\',
      -					\'background-color\': \'#ffe\',
      +					top: y + 10,
      +					left: x + 15,
      +					border: \'1px solid #000\',
      +					padding: \'5px\',
      +					\'background-color\': \'#000\',
      +					\'color\': \'#fff\',
      +					\'font-weight\': \'bold\',
       					width: 200,
       					opacity: 0.80
       				}).appendTo("body").fadeIn(20);
      @@ -1080,7 +1082,7 @@ class DolGraph
       				if ($i > $firstlot) $this->stringtoshow.=', '."\n";
       				$color=sprintf("%02x%02x%02x",$this->datacolor[$i][0],$this->datacolor[$i][1],$this->datacolor[$i][2]);
       				$this->stringtoshow.='{ ';
      -				if (! isset($this->type[$i]) || $this->type[$i] == 'bars') $this->stringtoshow.='bars: { show: true, align: "'.($i==$firstlot?'center':'left').'", barWidth: 0.5 }, ';
      +				if (! isset($this->type[$i]) || $this->type[$i] == 'bars') $this->stringtoshow.='bars: { lineWidth: 1, show: true, align: "'.($i==$firstlot?'center':'left').'", barWidth: 0.5 }, ';
       				if (isset($this->type[$i]) && $this->type[$i] == 'lines')  $this->stringtoshow.='lines: { show: true, fill: false }, ';
       				$this->stringtoshow.='color: "#'.$color.'", label: "'.(isset($this->Legend[$i]) ? dol_escape_js($this->Legend[$i]) : '').'", data: d'.$i.' }';
       				$i++;
      @@ -1104,7 +1106,7 @@ class DolGraph
       			// Background color
       			$color1=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[0],$this->bgcolorgrid[2]);
       			$color2=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[1],$this->bgcolorgrid[2]);
      -			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] } }'."\n";
      +			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] }, borderWidth: 1, borderColor: \'#d0d0d0\', tickColor  : \'#f3f3f3\' }'."\n";
       			//$this->stringtoshow.=', shadowSize: 20'."\n";    TODO Uncommet this
       			$this->stringtoshow.='});'."\n";
       			$this->stringtoshow.='}'."\n";
      
      From d0dc8b2a9c5eec0cafee6c778acbbe28a64a6261 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Thu, 25 Oct 2018 00:24:25 +0200
      Subject: [PATCH 0633/1013] Add points to lines charts and remove shadow to
       improve performances
      
      ---
       htdocs/core/class/dolgraph.class.php | 12 +++++++-----
       1 file changed, 7 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php
      index a331202f424..e95cc08a0a5 100644
      --- a/htdocs/core/class/dolgraph.class.php
      +++ b/htdocs/core/class/dolgraph.class.php
      @@ -1027,9 +1027,10 @@ class DolGraph
       		else
       		{
       			// Add code to support tooltips
      +		    // TODO: remove js css and use graph-tooltip-inner class instead by adding css in each themes
       			$this->stringtoshow.='
       			function showTooltip_'.$tag.'(x, y, contents) {
      -				$(\'<div id="tooltip_'.$tag.'">\' + contents + \'</div>\').css({
      +				$(\'<div class="graph-tooltip-inner" id="tooltip_'.$tag.'">\' + contents + \'</div>\').css({
       					position: \'absolute\',
       					display: \'none\',
       					top: y + 10,
      @@ -1041,7 +1042,7 @@ class DolGraph
       					\'font-weight\': \'bold\',
       					width: 200,
       					opacity: 0.80
      -				}).appendTo("body").fadeIn(20);
      +				}).appendTo("body").fadeIn(100);
       			}
       
       			var previousPoint = null;
      @@ -1083,11 +1084,12 @@ class DolGraph
       				$color=sprintf("%02x%02x%02x",$this->datacolor[$i][0],$this->datacolor[$i][1],$this->datacolor[$i][2]);
       				$this->stringtoshow.='{ ';
       				if (! isset($this->type[$i]) || $this->type[$i] == 'bars') $this->stringtoshow.='bars: { lineWidth: 1, show: true, align: "'.($i==$firstlot?'center':'left').'", barWidth: 0.5 }, ';
      -				if (isset($this->type[$i]) && $this->type[$i] == 'lines')  $this->stringtoshow.='lines: { show: true, fill: false }, ';
      +				if (isset($this->type[$i]) && $this->type[$i] == 'lines') $this->stringtoshow.='lines: { show: true, fill: false }, points: { show: true }, ';
       				$this->stringtoshow.='color: "#'.$color.'", label: "'.(isset($this->Legend[$i]) ? dol_escape_js($this->Legend[$i]) : '').'", data: d'.$i.' }';
       				$i++;
       			}
      -			$this->stringtoshow.="\n".' ], { series: { stack: stack, lines: { fill: false, steps: steps }, bars: { barWidth: 0.6 } }'."\n";
      +			// shadowSize: 0 -> Drawing is faster without shadows
      +			$this->stringtoshow.="\n".' ], { series: { shadowSize: 0, stack: stack, lines: { fill: false, steps: steps }, bars: { barWidth: 0.6 } }'."\n";
       
       			// Xaxis
       			$this->stringtoshow.=', xaxis: { ticks: ['."\n";
      @@ -1106,7 +1108,7 @@ class DolGraph
       			// Background color
       			$color1=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[0],$this->bgcolorgrid[2]);
       			$color2=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[1],$this->bgcolorgrid[2]);
      -			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] }, borderWidth: 1, borderColor: \'#d0d0d0\', tickColor  : \'#f3f3f3\' }'."\n";
      +			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] }, borderWidth: 1, borderColor: \'#f3f3f3\', tickColor  : \'#f3f3f3\' }'."\n";
       			//$this->stringtoshow.=', shadowSize: 20'."\n";    TODO Uncommet this
       			$this->stringtoshow.='});'."\n";
       			$this->stringtoshow.='}'."\n";
      
      From f41e7e05e14cc911bcaf1884f4eee9f7426c3478 Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.Fr>
      Date: Thu, 25 Oct 2018 12:01:17 +0200
      Subject: [PATCH 0634/1013] Fix PHP warnings printed in javascript
      
      ---
       htdocs/core/lib/functions.lib.php | 72 +++++++++++++++++--------------
       1 file changed, 39 insertions(+), 33 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 7888338cdc2..7dd730214af 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -7094,54 +7094,60 @@ function printCommonFooter($zone='private')
       				$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)
      +				if (!empty($user->default_values[$relativepathstring]['focus']))
       				{
      -					$qualified = 0;
      -					if ($defkey != '_noquery_')
      +					foreach($user->default_values[$relativepathstring]['focus'] as $defkey => $defval)
       					{
      -						$tmpqueryarraytohave=explode('&', $defkey);
      -						$foundintru=0;
      -						foreach($tmpqueryarraytohave as $tmpquerytohave)
      +						$qualified = 0;
      +						if ($defkey != '_noquery_')
       						{
      -							if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1;
      +							$tmpqueryarraytohave=explode('&', $defkey);
      +							$foundintru=0;
      +							foreach($tmpqueryarraytohave as $tmpquerytohave)
      +							{
      +								if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1;
      +							}
      +							if (! $foundintru) $qualified=1;
      +							//var_dump($defkey.'-'.$qualified);
       						}
      -						if (! $foundintru) $qualified=1;
      -						//var_dump($defkey.'-'.$qualified);
      -					}
      -					else $qualified = 1;
      +						else $qualified = 1;
       
      -					if ($qualified)
      -					{
      -						foreach($defval as $paramkey => $paramval)
      +						if ($qualified)
       						{
      -							// Add property 'required' on input
      -							print 'jQuery("input[name=\''.$paramkey.'\']").focus();'."\n";
      +							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)
      +				if (!empty($user->default_values[$relativepathstring]['mandatory']))
       				{
      -					$qualified = 0;
      -					if ($defkey != '_noquery_')
      +					foreach($user->default_values[$relativepathstring]['mandatory'] as $defkey => $defval)
       					{
      -						$tmpqueryarraytohave=explode('&', $defkey);
      -						$foundintru=0;
      -						foreach($tmpqueryarraytohave as $tmpquerytohave)
      +						$qualified = 0;
      +						if ($defkey != '_noquery_')
       						{
      -							if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1;
      +							$tmpqueryarraytohave=explode('&', $defkey);
      +							$foundintru=0;
      +							foreach($tmpqueryarraytohave as $tmpquerytohave)
      +							{
      +								if (! in_array($tmpquerytohave, $tmpqueryarraywehave)) $foundintru=1;
      +							}
      +							if (! $foundintru) $qualified=1;
      +							//var_dump($defkey.'-'.$qualified);
       						}
      -						if (! $foundintru) $qualified=1;
      -						//var_dump($defkey.'-'.$qualified);
      -					}
      -					else $qualified = 1;
      +						else $qualified = 1;
       
      -					if ($qualified)
      -					{
      -						foreach($defval as $paramkey => $paramval)
      +						if ($qualified)
       						{
      -							// 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
      +							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
      +							}
       						}
       					}
       				}
      
      From 16c35035c1452dd325d13d2f85ce11bd5757c697 Mon Sep 17 00:00:00 2001
      From: Marc de Lima Lucio <marc.delimalucio@atm-consulting.fr>
      Date: Thu, 25 Oct 2018 12:07:40 +0200
      Subject: [PATCH 0635/1013] FIX: pdf typhon: order reference duplicate
      
      ---
       .../livraison/doc/pdf_typhon.modules.php      | 37 -------------------
       1 file changed, 37 deletions(-)
      
      diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      index 1f8e06eb04d..bbc74f3b6bb 100644
      --- a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      +++ b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      @@ -754,43 +754,6 @@ class pdf_typhon extends ModelePDFDeliveryOrder
       
       		$posy+=2;
       
      -		// Add list of linked orders on shipment
      -		// Currently not supported by pdf_writeLinkedObjects, link for delivery to order is done through shipment)
      -		if ($object->origin == 'expedition' || $object->origin == 'shipping')
      -		{
      -			$Yoff=$posy-5;
      -
      -			include_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
      -			$shipment = new Expedition($this->db);
      -			$shipment->fetch($object->origin_id);
      -
      -		    $origin 	= $shipment->origin;
      -			$origin_id 	= $shipment->origin_id;
      -
      -			if ($conf->$origin->enabled)
      -			{
      -				$outputlangs->load('orders');
      -
      -				$classname = ucfirst($origin);
      -				$linkedobject = new $classname($this->db);
      -				$result=$linkedobject->fetch($origin_id);
      -				if ($result >= 0)
      -				{
      -					$pdf->SetFont('','', $default_font_size - 2);
      -					$text=$linkedobject->ref;
      -					if ($linkedobject->ref_client) $text.=' ('.$linkedobject->ref_client.')';
      -					$Yoff = $Yoff+8;
      -					$pdf->SetXY($this->page_largeur - $this->marge_droite - 100,$Yoff);
      -					$pdf->MultiCell(100, 2, $outputlangs->transnoentities("RefOrder") ." : ".$outputlangs->transnoentities($text), 0, 'R');
      -					$Yoff = $Yoff+3;
      -					$pdf->SetXY($this->page_largeur - $this->marge_droite - 60,$Yoff);
      -					$pdf->MultiCell(60, 2, $outputlangs->transnoentities("OrderDate")." : ".dol_print_date($linkedobject->date,"day",false,$outputlangs,true), 0, 'R');
      -				}
      -			}
      -
      -			$posy=$Yoff;
      -		}
      -
       		// Show list of linked objects
       		$posy = pdf_writeLinkedObjects($pdf, $object, $outputlangs, $posx, $posy, 100, 3, 'R', $default_font_size);
       
      
      From 25a374bd9a44d70d35bf2eae0ca9dba1615b6461 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 12:45:13 +0200
      Subject: [PATCH 0636/1013] NEW Notification module support expense
       report+holiday validation and approval event.
      
      ---
       htdocs/admin/notification.php                 |   7 +
       htdocs/core/class/notify.class.php            |  80 ++++--
       ..._50_modNotification_Notification.class.php |  13 +-
       htdocs/holiday/card.php                       |  32 +--
       htdocs/holiday/class/holiday.class.php        | 228 ++++++++++++++++++
       .../mysql/data/llx_c_action_trigger.sql       |   2 +
       .../install/mysql/migration/8.0.0-9.0.0.sql   |   2 +
       htdocs/langs/en_US/other.lang                 |  13 +-
       8 files changed, 341 insertions(+), 36 deletions(-)
      
      diff --git a/htdocs/admin/notification.php b/htdocs/admin/notification.php
      index d93421ef6fb..92ba0bec200 100644
      --- a/htdocs/admin/notification.php
      +++ b/htdocs/admin/notification.php
      @@ -166,12 +166,15 @@ foreach($listofnotifiedevents as $notifiedevent)
       {
       
           $label=$langs->trans("Notify_".$notifiedevent['code']); //!=$langs->trans("Notify_".$notifiedevent['code'])?$langs->trans("Notify_".$notifiedevent['code']):$notifiedevent['label'];
      +    $elementLabel = $langs->trans(ucfirst($notifiedevent['elementtype']));
       
           if ($notifiedevent['elementtype'] == 'order_supplier') $elementLabel = $langs->trans('SupplierOrder');
           elseif ($notifiedevent['elementtype'] == 'propal') $elementLabel = $langs->trans('Proposal');
           elseif ($notifiedevent['elementtype'] == 'facture') $elementLabel = $langs->trans('Bill');
           elseif ($notifiedevent['elementtype'] == 'commande') $elementLabel = $langs->trans('Order');
           elseif ($notifiedevent['elementtype'] == 'ficheinter') $elementLabel = $langs->trans('Intervention');
      +    elseif ($notifiedevent['elementtype'] == 'shipping') $elementLabel = $langs->trans('Shipping');
      +    elseif ($notifiedevent['elementtype'] == 'expensereport') $elementLabel = $langs->trans('ExpenseReport');
       
           if ($i) print ', ';
           print $label;
      @@ -209,11 +212,15 @@ foreach($listofnotifiedevents as $notifiedevent)
       
           $label=$langs->trans("Notify_".$notifiedevent['code']); //!=$langs->trans("Notify_".$notifiedevent['code'])?$langs->trans("Notify_".$notifiedevent['code']):$notifiedevent['label'];
       
      +    $elementLabel = $langs->trans(ucfirst($notifiedevent['elementtype']));
      +	// Special cases
           if ($notifiedevent['elementtype'] == 'order_supplier') $elementLabel = $langs->trans('SupplierOrder');
           elseif ($notifiedevent['elementtype'] == 'propal') $elementLabel = $langs->trans('Proposal');
           elseif ($notifiedevent['elementtype'] == 'facture') $elementLabel = $langs->trans('Bill');
           elseif ($notifiedevent['elementtype'] == 'commande') $elementLabel = $langs->trans('Order');
       	elseif ($notifiedevent['elementtype'] == 'ficheinter') $elementLabel = $langs->trans('Intervention');
      +	elseif ($notifiedevent['elementtype'] == 'shipping') $elementLabel = $langs->trans('Shipping');
      +	elseif ($notifiedevent['elementtype'] == 'expensereport') $elementLabel = $langs->trans('ExpenseReport');
       
           print '<tr class="oddeven">';
           print '<td>'.$elementLabel.'</td>';
      diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
      index 344b8050b65..7a24e4928c7 100644
      --- a/htdocs/core/class/notify.class.php
      +++ b/htdocs/core/class/notify.class.php
      @@ -65,6 +65,7 @@ class Notify
       	// Les codes actions sont definis dans la table llx_notify_def
       
       	// codes actions supported are
      +	// @TODO defined also into interface_50_modNotificiation_Notificiation.class.php
       	public $arrayofnotifsupported = array(
       		'BILL_VALIDATE',
       		'BILL_PAYED',
      @@ -76,7 +77,11 @@ class Notify
       		'ORDER_SUPPLIER_VALIDATE',
       		'ORDER_SUPPLIER_APPROVE',
       		'ORDER_SUPPLIER_REFUSE',
      -		'SHIPPING_VALIDATE'
      +		'SHIPPING_VALIDATE',
      +		'EXPENSE_REPORT_VALIDATE',
      +		'EXPENSE_REPORT_APPROVE',
      +		'HOLIDAY_VALIDATE',
      +		'HOLIDAY_APPROVE'
       	);
       
       
      @@ -340,22 +345,27 @@ class Notify
       		$oldref=(empty($object->oldref)?$object->ref:$object->oldref);
       		$newref=(empty($object->newref)?$object->ref:$object->newref);
       
      +		$sql = '';
      +
       		// Check notification per third party
      -		$sql = "SELECT 'tocontactid' as type_target, c.email, c.rowid as cid, c.lastname, c.firstname, c.default_lang,";
      -		$sql.= " a.rowid as adid, a.label, a.code, n.rowid, n.type";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."socpeople as c,";
      -		$sql.= " ".MAIN_DB_PREFIX."c_action_trigger as a,";
      -		$sql.= " ".MAIN_DB_PREFIX."notify_def as n,";
      -		$sql.= " ".MAIN_DB_PREFIX."societe as s";
      -		$sql.= " WHERE n.fk_contact = c.rowid AND a.rowid = n.fk_action";
      -		$sql.= " AND n.fk_soc = s.rowid";
      -		if (is_numeric($notifcode)) $sql.= " AND n.fk_action = ".$notifcode;	// Old usage
      -		else $sql.= " AND a.code = '".$notifcode."'";	// New usage
      -		$sql .= " AND s.rowid = ".$object->socid;
      +		if ($object->socid > 0)
      +		{
      +			$sql.= "SELECT 'tocontactid' as type_target, c.email, c.rowid as cid, c.lastname, c.firstname, c.default_lang,";
      +			$sql.= " a.rowid as adid, a.label, a.code, n.rowid, n.type";
      +			$sql.= " FROM ".MAIN_DB_PREFIX."socpeople as c,";
      +			$sql.= " ".MAIN_DB_PREFIX."c_action_trigger as a,";
      +			$sql.= " ".MAIN_DB_PREFIX."notify_def as n,";
      +			$sql.= " ".MAIN_DB_PREFIX."societe as s";
      +			$sql.= " WHERE n.fk_contact = c.rowid AND a.rowid = n.fk_action";
      +			$sql.= " AND n.fk_soc = s.rowid";
      +			if (is_numeric($notifcode)) $sql.= " AND n.fk_action = ".$notifcode;	// Old usage
      +			else $sql.= " AND a.code = '".$notifcode."'";	// New usage
      +			$sql .= " AND s.rowid = ".$object->socid;
      +
      +			$sql.= "\nUNION\n";
      +		}
       
       		// Check notification per user
      -		$sql.= "\nUNION\n";
      -
       		$sql.= "SELECT 'touserid' as type_target, c.email, c.rowid as cid, c.lastname, c.firstname, c.lang as default_lang,";
       		$sql.= " a.rowid as adid, a.label, a.code, n.rowid, n.type";
       		$sql.= " FROM ".MAIN_DB_PREFIX."user as c,";
      @@ -363,7 +373,7 @@ class Notify
       		$sql.= " ".MAIN_DB_PREFIX."notify_def as n";
       		$sql.= " WHERE n.fk_user = c.rowid AND a.rowid = n.fk_action";
       		if (is_numeric($notifcode)) $sql.= " AND n.fk_action = ".$notifcode;	// Old usage
      -		else $sql.= " AND a.code = '".$notifcode."'";	// New usage
      +		else $sql.= " AND a.code = '".$this->db->escape($notifcode)."'";	// New usage
       
       		$result = $this->db->query($sql);
       		if ($result)
      @@ -473,6 +483,26 @@ class Notify
       								$object_type = 'order_supplier';
       								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextExpeditionValidated",$newref);
       								break;
      +							case 'EXPENSE_REPORT_VALIDATE':
      +								$dir_output = $conf->expensereport->dir_output;
      +								$object_type = 'expensereport';
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextExpenseReportValidated",$newref);
      +								break;
      +							case 'EXPENSE_REPORT_APPROVE':
      +								$dir_output = $conf->expensereport->dir_output;
      +								$object_type = 'expensereport';
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextExpenseReportApproved",$newref);
      +								break;
      +							case 'HOLIDAY_VALIDATE':
      +								$dir_output = $conf->holiday->dir_output;
      +								$object_type = 'holiday';
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextHolidayValidated",$newref);
      +								break;
      +							case 'HOLIDAY_APPROVE':
      +								$dir_output = $conf->holiday->dir_output;
      +								$object_type = 'holiday';
      +								$mesg = $outputlangs->transnoentitiesnoconv("EMailTextHolidayApproved",$newref);
      +								break;
       						}
       						$ref = dol_sanitizeFileName($newref);
       						$pdf_path = $dir_output."/".$ref."/".$ref.".pdf";
      @@ -663,6 +693,26 @@ class Notify
       						$object_type = 'order_supplier';
       						$mesg = $langs->transnoentitiesnoconv("EMailTextExpeditionValidated",$newref);
       						break;
      +					case 'EXPENSE_REPORT_VALIDATE':
      +						$dir_output = $conf->expensereport->dir_output;
      +						$object_type = 'expensereport';
      +						$mesg = $langs->transnoentitiesnoconv("EMailTextExpenseReportValidated",$newref);
      +						break;
      +					case 'EXPENSE_REPORT_APPROVE':
      +						$dir_output = $conf->expensereport->dir_output;
      +						$object_type = 'expensereport';
      +						$mesg = $langs->transnoentitiesnoconv("EMailTextExpenseReportApproved",$newref);
      +						break;
      +					case 'HOLIDAY_VALIDATE':
      +						$dir_output = $conf->holiday->dir_output;
      +						$object_type = 'holiday';
      +						$mesg = $langs->transnoentitiesnoconv("EMailTextHolidayValidated",$newref);
      +						break;
      +					case 'HOLIDAY_APPROVE':
      +						$dir_output = $conf->holiday->dir_output;
      +						$object_type = 'holiday';
      +						$mesg = $langs->transnoentitiesnoconv("EMailTextHolidayApproved",$newref);
      +						break;
       				}
       				$ref = dol_sanitizeFileName($newref);
       				$pdf_path = $dir_output."/".$ref."/".$ref.".pdf";
      diff --git a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      index 26b36964676..f5995c47c84 100644
      --- a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      +++ b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      @@ -44,6 +44,7 @@ class InterfaceNotification extends DolibarrTriggers
       	 */
       	public $picto = 'email';
       
      +	// @TODO Defined also into notify.class.php)
       	public $listofmanagedevents=array(
       		'BILL_VALIDATE',
       		'BILL_PAYED',
      @@ -55,8 +56,12 @@ class InterfaceNotification extends DolibarrTriggers
       		'ORDER_SUPPLIER_VALIDATE',
       		'ORDER_SUPPLIER_APPROVE',
       		'ORDER_SUPPLIER_REFUSE',
      -		'SHIPPING_VALIDATE'
      -   	);
      +		'SHIPPING_VALIDATE',
      +		'EXPENSE_REPORT_VALIDATE',
      +		'EXPENSE_REPORT_APPROVE',
      +		'HOLIDAY_VALIDATE',
      +		'HOLIDAY_APPROVE'
      +	);
       
       	/**
       	 * Function called when a Dolibarrr business event is done.
      @@ -112,7 +117,7 @@ class InterfaceNotification extends DolibarrTriggers
       
       				$qualified=0;
       				// Check is this event is supported by notification module
      -				if (in_array($obj->code,$this->listofmanagedevents)) $qualified=1;
      +				if (in_array($obj->code, $this->listofmanagedevents)) $qualified=1;
       				// Check if module for this event is active
       				if ($qualified)
       				{
      @@ -125,7 +130,7 @@ class InterfaceNotification extends DolibarrTriggers
       					elseif ($element == 'withdraw' && empty($conf->prelevement->enabled)) $qualified=0;
       					elseif ($element == 'shipping' && empty($conf->expedition->enabled)) $qualified=0;
       					elseif ($element == 'member' && empty($conf->adherent->enabled)) $qualified=0;
      -					elseif (! in_array($element,array('order_supplier','invoice_supplier','withdraw','shipping','member')) && empty($conf->$element->enabled)) $qualified=0;
      +					elseif (! in_array($element,array('order_supplier','invoice_supplier','withdraw','shipping','member','expensereport')) && empty($conf->$element->enabled)) $qualified=0;
       				}
       
       				if ($qualified)
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index be365c52351..9c89124c577 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -214,7 +214,7 @@ if ($action == 'update')
           $object->fetch($id);
       
       	// If under validation
      -    if ($object->statut == 1)
      +    if ($object->statut == Holiday::STATUS_DRAFT)
           {
               // If this is the requestor or has read/write rights
               if ($cancreate)
      @@ -298,7 +298,7 @@ if ($action == 'confirm_delete' && GETPOST('confirm') == 'yes' && $user->rights-
       	$object->fetch($id);
       
           // If this is a rough draft, approved, canceled or refused
      -	if ($object->statut == 1 || $object->statut == 4 || $object->statut == 5)
      +	if ($object->statut == Holiday::STATUS_DRAFT || $object->statut == Holiday::STATUS_CANCELED || $object->statut == Holiday::STATUS_REFUSED)
       	{
       		// Si l'utilisateur à le droit de lire cette demande, il peut la supprimer
       		if ($candelete)
      @@ -332,11 +332,13 @@ if ($action == 'confirm_send')
           $object->fetch($id);
       
           // Si brouillon et créateur
      -    if($object->statut == 1 && $cancreate)
      +    if($object->statut == Holiday::STATUS_DRAFT && $cancreate)
           {
      -        $object->statut = 2;
      +    	$object->oldcopy = dol_clone($object);
       
      -        $verif = $object->update($user);
      +    	$object->statut = Holiday::STATUS_VALIDATED;
      +
      +        $verif = $object->validate($user);
       
               // Si pas d'erreur SQL on redirige vers la fiche de la demande
               if ($verif > 0)
      @@ -435,13 +437,15 @@ if ($action == 'confirm_valid')
           $object->fetch($id);
       
           // Si statut en attente de validation et valideur = utilisateur
      -    if ($object->statut == 2 && $user->id == $object->fk_validator)
      +    if ($object->statut == Holiday::STATUS_VALIDATED && $user->id == $object->fk_validator)
           {
      +    	$object->oldcopy = dol_clone($object);
      +
               $object->date_valid = dol_now();
               $object->fk_user_valid = $user->id;
      -        $object->statut = 3;
      +        $object->statut = Holiday::STATUS_APPROVED;
       
      -        $verif = $object->update($user);
      +        $verif = $object->approve($user);
       
               // Si pas d'erreur SQL on redirige vers la fiche de la demande
               if ($verif > 0)
      @@ -530,11 +534,11 @@ if ($action == 'confirm_refuse' && GETPOST('confirm','alpha') == 'yes')
               $object->fetch($id);
       
               // Si statut en attente de validation et valideur = utilisateur
      -        if ($object->statut == 2 && $user->id == $object->fk_validator)
      +        if ($object->statut == Holiday::STATUS_VALIDATED && $user->id == $object->fk_validator)
               {
                   $object->date_refuse = dol_print_date('dayhour', dol_now());
                   $object->fk_user_refuse = $user->id;
      -            $object->statut = 5;
      +            $object->statut = Holiday::STATUS_REFUSED;
                   $object->detail_refuse = GETPOST('detail_refuse','alphanohtml');
       
                   $verif = $object->update($user);
      @@ -615,7 +619,7 @@ if ($action == 'confirm_draft' && GETPOST('confirm') == 'yes')
           $object->fetch($id);
       
           $oldstatus = $object->statut;
      -    $object->statut = 1;
      +    $object->statut = Holiday::STATUS_DRAFT;
       
           $result = $object->update($user);
           if ($result < 0)
      @@ -646,18 +650,18 @@ if ($action == 'confirm_cancel' && GETPOST('confirm') == 'yes')
           $object->fetch($id);
       
           // Si statut en attente de validation et valideur = valideur ou utilisateur, ou droits de faire pour les autres
      -    if (($object->statut == 2 || $object->statut == 3) && ($user->id == $object->fk_validator || in_array($object->fk_user, $childids) || ! empty($user->rights->holiday->write_all)))
      +    if (($object->statut == Holiday::STATUS_VALIDATED || $object->statut == Holiday::STATUS_APPROVED) && ($user->id == $object->fk_validator || in_array($object->fk_user, $childids) || ! empty($user->rights->holiday->write_all)))
           {
           	$db->begin();
       
           	$oldstatus = $object->statut;
               $object->date_cancel = dol_now();
               $object->fk_user_cancel = $user->id;
      -        $object->statut = 4;
      +        $object->statut = Holiday::STATUS_CANCELED;
       
               $result = $object->update($user);
       
      -        if ($result >= 0 && $oldstatus == 3)	// holiday was already validated, status 3, so we must increase back sold
      +        if ($result >= 0 && $oldstatus == Holiday::STATUS_APPROVED)	// holiday was already validated, status 3, so we must increase back sold
               {
               	// Calculcate number of days consummed
               	$nbopenedday=num_open_day($object->date_debut_gmt,$object->date_fin_gmt,0,1,$object->halfday);
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index a888a4919a6..bc964ec7fc6 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -598,6 +598,234 @@ class Holiday extends CommonObject
       		}
       	}
       
      +
      +	/**
      +	 *	Validate leave request
      +	 *
      +	 *  @param	User	$user        	User that validate
      +	 *  @param  int		$notrigger	    0=launch triggers after, 1=disable triggers
      +	 *  @return int         			<0 if KO, >0 if OK
      +	 */
      +	function validate($user=null, $notrigger=0)
      +	{
      +		global $conf, $langs;
      +		$error=0;
      +
      +		// Update request
      +		$sql = "UPDATE ".MAIN_DB_PREFIX."holiday SET";
      +
      +		$sql.= " description= '".$this->db->escape($this->description)."',";
      +
      +		if(!empty($this->date_debut)) {
      +			$sql.= " date_debut = '".$this->db->idate($this->date_debut)."',";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->date_fin)) {
      +			$sql.= " date_fin = '".$this->db->idate($this->date_fin)."',";
      +		} else {
      +			$error++;
      +		}
      +		$sql.= " halfday = ".$this->halfday.",";
      +		if(!empty($this->statut) && is_numeric($this->statut)) {
      +			$sql.= " statut = ".$this->statut.",";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->fk_validator)) {
      +			$sql.= " fk_validator = '".$this->db->escape($this->fk_validator)."',";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->date_valid)) {
      +			$sql.= " date_valid = '".$this->db->idate($this->date_valid)."',";
      +		} else {
      +			$sql.= " date_valid = NULL,";
      +		}
      +		if(!empty($this->fk_user_valid)) {
      +			$sql.= " fk_user_valid = '".$this->db->escape($this->fk_user_valid)."',";
      +		} else {
      +			$sql.= " fk_user_valid = NULL,";
      +		}
      +		if(!empty($this->date_refuse)) {
      +			$sql.= " date_refuse = '".$this->db->idate($this->date_refuse)."',";
      +		} else {
      +			$sql.= " date_refuse = NULL,";
      +		}
      +		if(!empty($this->fk_user_refuse)) {
      +			$sql.= " fk_user_refuse = '".$this->db->escape($this->fk_user_refuse)."',";
      +		} else {
      +			$sql.= " fk_user_refuse = NULL,";
      +		}
      +		if(!empty($this->date_cancel)) {
      +			$sql.= " date_cancel = '".$this->db->idate($this->date_cancel)."',";
      +		} else {
      +			$sql.= " date_cancel = NULL,";
      +		}
      +		if(!empty($this->fk_user_cancel)) {
      +			$sql.= " fk_user_cancel = '".$this->db->escape($this->fk_user_cancel)."',";
      +		} else {
      +			$sql.= " fk_user_cancel = NULL,";
      +		}
      +		if(!empty($this->detail_refuse)) {
      +			$sql.= " detail_refuse = '".$this->db->escape($this->detail_refuse)."'";
      +		} else {
      +			$sql.= " detail_refuse = NULL";
      +		}
      +
      +		$sql.= " WHERE rowid= ".$this->id;
      +
      +		$this->db->begin();
      +
      +		dol_syslog(get_class($this)."::validate", LOG_DEBUG);
      +		$resql = $this->db->query($sql);
      +		if (! $resql) {
      +			$error++; $this->errors[]="Error ".$this->db->lasterror();
      +		}
      +
      +		if (! $error)
      +		{
      +			if (! $notrigger)
      +			{
      +				// Call trigger
      +				$result=$this->call_trigger('HOLIDAY_VALIDATE',$user);
      +				if ($result < 0) { $error++; }
      +				// End call triggers
      +			}
      +		}
      +
      +		// Commit or rollback
      +		if ($error)
      +		{
      +			foreach($this->errors as $errmsg)
      +			{
      +				dol_syslog(get_class($this)."::validate ".$errmsg, LOG_ERR);
      +				$this->error.=($this->error?', '.$errmsg:$errmsg);
      +			}
      +			$this->db->rollback();
      +			return -1*$error;
      +		}
      +		else
      +		{
      +			$this->db->commit();
      +			return 1;
      +		}
      +	}
      +
      +
      +	/**
      +	 *	Approve leave request
      +	 *
      +	 *  @param	User	$user        	User that approve
      +	 *  @param  int		$notrigger	    0=launch triggers after, 1=disable triggers
      +	 *  @return int         			<0 if KO, >0 if OK
      +	 */
      +	function approve($user=null, $notrigger=0)
      +	{
      +		global $conf, $langs;
      +		$error=0;
      +
      +		// Update request
      +		$sql = "UPDATE ".MAIN_DB_PREFIX."holiday SET";
      +
      +		$sql.= " description= '".$this->db->escape($this->description)."',";
      +
      +		if(!empty($this->date_debut)) {
      +			$sql.= " date_debut = '".$this->db->idate($this->date_debut)."',";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->date_fin)) {
      +			$sql.= " date_fin = '".$this->db->idate($this->date_fin)."',";
      +		} else {
      +			$error++;
      +		}
      +		$sql.= " halfday = ".$this->halfday.",";
      +		if(!empty($this->statut) && is_numeric($this->statut)) {
      +			$sql.= " statut = ".$this->statut.",";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->fk_validator)) {
      +			$sql.= " fk_validator = '".$this->db->escape($this->fk_validator)."',";
      +		} else {
      +			$error++;
      +		}
      +		if(!empty($this->date_valid)) {
      +			$sql.= " date_valid = '".$this->db->idate($this->date_valid)."',";
      +		} else {
      +			$sql.= " date_valid = NULL,";
      +		}
      +		if(!empty($this->fk_user_valid)) {
      +			$sql.= " fk_user_valid = '".$this->db->escape($this->fk_user_valid)."',";
      +		} else {
      +			$sql.= " fk_user_valid = NULL,";
      +		}
      +		if(!empty($this->date_refuse)) {
      +			$sql.= " date_refuse = '".$this->db->idate($this->date_refuse)."',";
      +		} else {
      +			$sql.= " date_refuse = NULL,";
      +		}
      +		if(!empty($this->fk_user_refuse)) {
      +			$sql.= " fk_user_refuse = '".$this->db->escape($this->fk_user_refuse)."',";
      +		} else {
      +			$sql.= " fk_user_refuse = NULL,";
      +		}
      +		if(!empty($this->date_cancel)) {
      +			$sql.= " date_cancel = '".$this->db->idate($this->date_cancel)."',";
      +		} else {
      +			$sql.= " date_cancel = NULL,";
      +		}
      +		if(!empty($this->fk_user_cancel)) {
      +			$sql.= " fk_user_cancel = '".$this->db->escape($this->fk_user_cancel)."',";
      +		} else {
      +			$sql.= " fk_user_cancel = NULL,";
      +		}
      +		if(!empty($this->detail_refuse)) {
      +			$sql.= " detail_refuse = '".$this->db->escape($this->detail_refuse)."'";
      +		} else {
      +			$sql.= " detail_refuse = NULL";
      +		}
      +
      +		$sql.= " WHERE rowid= ".$this->id;
      +
      +		$this->db->begin();
      +
      +		dol_syslog(get_class($this)."::approve", LOG_DEBUG);
      +		$resql = $this->db->query($sql);
      +		if (! $resql) {
      +			$error++; $this->errors[]="Error ".$this->db->lasterror();
      +		}
      +
      +		if (! $error)
      +		{
      +			if (! $notrigger)
      +			{
      +				// Call trigger
      +				$result=$this->call_trigger('HOLIDAY_APPROVE',$user);
      +				if ($result < 0) { $error++; }
      +				// End call triggers
      +			}
      +		}
      +
      +		// Commit or rollback
      +		if ($error)
      +		{
      +			foreach($this->errors as $errmsg)
      +			{
      +				dol_syslog(get_class($this)."::approve ".$errmsg, LOG_ERR);
      +				$this->error.=($this->error?', '.$errmsg:$errmsg);
      +			}
      +			$this->db->rollback();
      +			return -1*$error;
      +		}
      +		else
      +		{
      +			$this->db->commit();
      +			return 1;
      +		}
      +	}
      +
       	/**
       	 *	Update database
       	 *
      diff --git a/htdocs/install/mysql/data/llx_c_action_trigger.sql b/htdocs/install/mysql/data/llx_c_action_trigger.sql
      index 435d98a7a88..6f3bb5461f8 100644
      --- a/htdocs/install/mysql/data/llx_c_action_trigger.sql
      +++ b/htdocs/install/mysql/data/llx_c_action_trigger.sql
      @@ -101,6 +101,8 @@ 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_REPORT_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_REPORT_PAYED','Expense report billed','Executed when an expense report is set as billed','expensereport',204);
       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);
      +insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_VALIDATE','Expense report validated','Executed when an expense report is validated','expensereport',202);
      +insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROJECT_VALIDATE','Project validation','Executed when a project is validated','project',141);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROJECT_DELETE','Project deleted','Executed when a project is deleted','project',143);
       -- actions not enabled by default (no constant created for that) when we enable module agenda 
      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 c29cc803836..9048c681aa1 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
      @@ -69,6 +69,8 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('CONTRACT_DELETE','Contract deleted','Executed when a contract is deleted','contrat',18);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('FICHINTER_DELETE','Intervention is deleted','Executed when a intervention is deleted','ficheinter',35);
       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);
      +insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_VALIDATE','Expense report validated','Executed when an expense report is validated','expensereport',202);
      +insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       
       ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after amount;
       
      diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
      index 67b9681fa3b..91442bbd05d 100644
      --- a/htdocs/langs/en_US/other.lang
      +++ b/htdocs/langs/en_US/other.lang
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -60,6 +57,8 @@ Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,6 +70,10 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
      @@ -198,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      
      From 9ccdd10a818f9ec28bb789cfa6ceacf35b8d737f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 13:19:56 +0200
      Subject: [PATCH 0637/1013] FIXx format (html/text) of emails sent on leave
       request module
      
      ---
       htdocs/core/class/CMailFile.class.php |   2 +-
       htdocs/core/class/translate.class.php |  10 +-
       htdocs/expensereport/card.php         | 249 +++++++++++++-------------
       3 files changed, 135 insertions(+), 126 deletions(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index b3027b90885..a37f6b1562b 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -117,7 +117,7 @@ class CMailFile
       	 *  @param  string  $sendcontext      	 'standard', 'emailing', ... (used to define with sending mode and parameters to use)
       	 *  @param	string	$replyto			 Reply-to email (will be set to same value than From by default if not provided)
       	 */
      -	function __construct($subject,$to,$from,$msg,$filename_list=array(),$mimetype_list=array(),$mimefilename_list=array(),$addr_cc="",$addr_bcc="",$deliveryreceipt=0,$msgishtml=0,$errors_to='',$css='',$trackid='',$moreinheader='',$sendcontext='standard',$replyto='')
      +	function __construct($subject, $to, $from, $msg, $filename_list=array(), $mimetype_list=array(), $mimefilename_list=array(), $addr_cc="", $addr_bcc="", $deliveryreceipt=0, $msgishtml=0, $errors_to='', $css='', $trackid='', $moreinheader='', $sendcontext='standard', $replyto='')
       	{
       		global $conf, $dolibarr_main_data_root;
       
      diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
      index 17f83452ba5..2e489f6ba65 100644
      --- a/htdocs/core/class/translate.class.php
      +++ b/htdocs/core/class/translate.class.php
      @@ -655,11 +655,12 @@ class Translate
       	 *  @param  string	$param2     chaine de param2
       	 *  @param  string	$param3     chaine de param3
       	 *  @param  string	$param4     chaine de param4
      +	 *  @param  string	$param5     chaine de param5
       	 *  @return string      		Translated string (encoded into UTF8)
       	 */
      -	function transnoentities($key, $param1='', $param2='', $param3='', $param4='')
      +	function transnoentities($key, $param1='', $param2='', $param3='', $param4='', $param5='')
       	{
      -		return $this->convToOutputCharset($this->transnoentitiesnoconv($key, $param1, $param2, $param3, $param4));
      +		return $this->convToOutputCharset($this->transnoentitiesnoconv($key, $param1, $param2, $param3, $param4, $param5));
       	}
       
       
      @@ -675,9 +676,10 @@ class Translate
       	 *  @param  string	$param2     chaine de param2
       	 *  @param  string	$param3     chaine de param3
       	 *  @param  string	$param4     chaine de param4
      +	 *  @param  string	$param5     chaine de param5
       	 *  @return string      		Translated string
       	 */
      -	function transnoentitiesnoconv($key, $param1='', $param2='', $param3='', $param4='')
      +	function transnoentitiesnoconv($key, $param1='', $param2='', $param3='', $param4='', $param5='')
       	{
       		global $conf;
       
      @@ -700,7 +702,7 @@ class Translate
                   if (! preg_match('/^Format/',$key))
                   {
                   	//print $str;
      -           		$str=sprintf($str,$param1,$param2,$param3,$param4);	// Replace %s and %d except for FormatXXX strings.
      +           		$str=sprintf($str, $param1, $param2, $param3, $param4, $param5);	// Replace %s and %d except for FormatXXX strings.
                   }
       
                   return $str;
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index d877ad00b2f..62315912209 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -375,7 +375,7 @@ if (empty($reshook))
           			*/
       
           			// PREPARE SEND
      -    			$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      +    			$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
       
           			if ($mailfile)
           			{
      @@ -496,7 +496,7 @@ if (empty($reshook))
       
       
           			// PREPARE SEND
      -    			$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      +    			$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
       
           			if ($mailfile)
           			{
      @@ -615,7 +615,7 @@ if (empty($reshook))
           			}
           			*/
       
      -        		$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      +        		$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
       
              			if ($mailfile)
              			{
      @@ -735,7 +735,7 @@ if (empty($reshook))
           			*/
       
               		// PREPARE SEND
      -        		$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      +        		$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
       
               		if ($mailfile)
               		{
      @@ -788,126 +788,133 @@ if (empty($reshook))
           }
       
           //var_dump($user->id == $object->fk_user_validator);exit;
      -    if ($action == "confirm_cancel" && GETPOST('confirm', 'alpha')=="yes" && GETPOST('detail_cancel', 'alpha') && $id > 0 && $user->rights->expensereport->creer)
      +    if ($action == "confirm_cancel" && GETPOST('confirm', 'alpha')=="yes" && $id > 0 && $user->rights->expensereport->creer)
           {
      -    	$object = new ExpenseReport($db);
      -    	$object->fetch($id);
      -
      -    	if ($user->id == $object->fk_user_valid || $user->id == $object->fk_user_author)
      +    	if (! GETPOST('detail_cancel', 'alpha'))
           	{
      -    		$result = $object->set_cancel($user, GETPOST('detail_cancel', 'alpha'));
      -
      -    		if ($result > 0)
      -    		{
      -    			// 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;
      -    				$ret = $object->fetch($id); // Reload to get new records
      -
      -    				$object->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref);
      -    			}
      -    		}
      -
      -    		if ($result > 0)
      -    		{
      -    			// Send mail
      -
      -    			// TO
      -    			$destinataire = new User($db);
      -    			$destinataire->fetch($object->fk_user_author);
      -    			$emailTo = $destinataire->email;
      -
      -    			// FROM
      -    			$expediteur = new User($db);
      -    			$expediteur->fetch($object->fk_user_cancel);
      -    			$emailFrom = $expediteur->email;
      -
      -    			if ($emailFrom && $emailTo)
      -    			{
      -    			    $filename=array(); $filedir=array(); $mimetype=array();
      -
      -    			    // SUBJECT
      -    				$subject = $langs->transnoentities("ExpenseReportCanceled");
      -
      -    				// CONTENT
      -    				$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      -    				$message = $langs->transnoentities("ExpenseReportCanceledMessage", $object->ref, $destinataire->getFullName($langs), $expediteur->getFullName($langs), $_POST['detail_cancel'], $link);
      -
      -    				// Rebuilt pdf
      -    				/*
      -    				$object->setDocModel($user,"");
      -    				$resultPDF = expensereport_pdf_create($db,$object,'',"",$langs);
      -
      -    				if($resultPDF
      -    				{
      -    					// ATTACHMENT
      -    					$filename=array(); $filedir=array(); $mimetype=array();
      -    					array_push($filename,dol_sanitizeFileName($object->ref).".pdf");
      -    					array_push($filedir, $conf->expensereport->dir_output."/".dol_sanitizeFileName($object->ref)."/".dol_sanitizeFileName($object->ref).".pdf");
      -    					array_push($mimetype,"application/pdf");
      -    				}
      -    				*/
      -
      -        			// PREPARE SEND
      -        			$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      -
      -        			if ($mailfile)
      -        			{
      -        				// SEND
      -        				$result=$mailfile->sendfile();
      -        				if ($result)
      -        				{
      -        					$mesg=$langs->trans('MailSuccessfulySent',$mailfile->getValidAddress($emailFrom,2),$mailfile->getValidAddress($emailTo,2));
      -        					setEventMessages($mesg, null, 'mesgs');
      -        					header("Location: ".$_SERVER["PHP_SELF"]."?id=".$id);
      -        					exit;
      -        				}
      -        				else
      -        				{
      -        					$langs->load("other");
      -        					if ($mailfile->error)
      -        					{
      -        						$mesg='';
      -        						$mesg.=$langs->trans('ErrorFailedToSendMail', $emailFrom, $emailTo);
      -        						$mesg.='<br>'.$mailfile->error;
      -        						setEventMessages($mesg, null, 'errors');
      -        					}
      -        					else
      -        					{
      -        						setEventMessages('No mail sent. Feature is disabled by option MAIN_DISABLE_ALL_MAILS', null, 'warnings');
      -        					}
      -        				}
      -        			}
      -        			else
      -        			{
      -        				setEventMessages($mailfile->error,$mailfile->errors,'errors');
      -        				$action='';
      -        			}
      -    			}
      -    			else
      -    			{
      -    			    setEventMessages($langs->trans("NoEmailSentBadSenderOrRecipientEmail"), null, 'warnings');
      -    			    $action='';
      -    			}
      -    		}
      -    		else
      -    		{
      -    			setEventMessages($langs->trans("FailedToSetToCancel"), null, 'warnings');
      -    			$action='';
      -    		}
      +    		setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Comment")), null, 'errors');
           	}
           	else
           	{
      -    		setEventMessages($object->error, $object->errors, 'errors');
      +	    	$object = new ExpenseReport($db);
      +	    	$object->fetch($id);
      +
      +	    	if ($user->id == $object->fk_user_valid || $user->id == $object->fk_user_author)
      +	    	{
      +	    		$result = $object->set_cancel($user, GETPOST('detail_cancel', 'alpha'));
      +
      +	    		if ($result > 0)
      +	    		{
      +	    			// 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;
      +	    				$ret = $object->fetch($id); // Reload to get new records
      +
      +	    				$object->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref);
      +	    			}
      +	    		}
      +
      +	    		if ($result > 0)
      +	    		{
      +	    			// Send mail
      +
      +	    			// TO
      +	    			$destinataire = new User($db);
      +	    			$destinataire->fetch($object->fk_user_author);
      +	    			$emailTo = $destinataire->email;
      +
      +	    			// FROM
      +	    			$expediteur = new User($db);
      +	    			$expediteur->fetch($object->fk_user_cancel);
      +	    			$emailFrom = $expediteur->email;
      +
      +	    			if ($emailFrom && $emailTo)
      +	    			{
      +	    			    $filename=array(); $filedir=array(); $mimetype=array();
      +
      +	    			    // SUBJECT
      +	    				$subject = $langs->transnoentities("ExpenseReportCanceled");
      +
      +	    				// CONTENT
      +	    				$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      +	    				$message = $langs->transnoentities("ExpenseReportCanceledMessage", $object->ref, $destinataire->getFullName($langs), $expediteur->getFullName($langs), GETPOST('detail_cancel','alpha'), $link);
      +
      +	    				// Rebuilt pdf
      +	    				/*
      +	    				$object->setDocModel($user,"");
      +	    				$resultPDF = expensereport_pdf_create($db,$object,'',"",$langs);
      +
      +	    				if($resultPDF
      +	    				{
      +	    					// ATTACHMENT
      +	    					$filename=array(); $filedir=array(); $mimetype=array();
      +	    					array_push($filename,dol_sanitizeFileName($object->ref).".pdf");
      +	    					array_push($filedir, $conf->expensereport->dir_output."/".dol_sanitizeFileName($object->ref)."/".dol_sanitizeFileName($object->ref).".pdf");
      +	    					array_push($mimetype,"application/pdf");
      +	    				}
      +	    				*/
      +
      +	        			// PREPARE SEND
      +	        			$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
      +
      +	        			if ($mailfile)
      +	        			{
      +	        				// SEND
      +	        				$result=$mailfile->sendfile();
      +	        				if ($result)
      +	        				{
      +	        					$mesg=$langs->trans('MailSuccessfulySent',$mailfile->getValidAddress($emailFrom,2),$mailfile->getValidAddress($emailTo,2));
      +	        					setEventMessages($mesg, null, 'mesgs');
      +	        					header("Location: ".$_SERVER["PHP_SELF"]."?id=".$id);
      +	        					exit;
      +	        				}
      +	        				else
      +	        				{
      +	        					$langs->load("other");
      +	        					if ($mailfile->error)
      +	        					{
      +	        						$mesg='';
      +	        						$mesg.=$langs->trans('ErrorFailedToSendMail', $emailFrom, $emailTo);
      +	        						$mesg.='<br>'.$mailfile->error;
      +	        						setEventMessages($mesg, null, 'errors');
      +	        					}
      +	        					else
      +	        					{
      +	        						setEventMessages('No mail sent. Feature is disabled by option MAIN_DISABLE_ALL_MAILS', null, 'warnings');
      +	        					}
      +	        				}
      +	        			}
      +	        			else
      +	        			{
      +	        				setEventMessages($mailfile->error,$mailfile->errors,'errors');
      +	        				$action='';
      +	        			}
      +	    			}
      +	    			else
      +	    			{
      +	    			    setEventMessages($langs->trans("NoEmailSentBadSenderOrRecipientEmail"), null, 'warnings');
      +	    			    $action='';
      +	    			}
      +	    		}
      +	    		else
      +	    		{
      +	    			setEventMessages($langs->trans("FailedToSetToCancel"), null, 'warnings');
      +	    			$action='';
      +	    		}
      +	    	}
      +	    	else
      +	    	{
      +	    		setEventMessages($object->error, $object->errors, 'errors');
      +	    	}
           	}
           }
       
      @@ -1019,7 +1026,7 @@ if (empty($reshook))
               		$resultPDF = expensereport_pdf_create($db,$object,'',"",$langs);
       
               		// PREPARE SEND
      -        		$mailfile = new CMailFile($subject,$emailTo,$emailFrom,$message,$filedir,$mimetype,$filename);
      +        		$mailfile = new CMailFile($subject, $emailTo, $emailFrom, $message, $filedir, $mimetype, $filename, '', '', 0, -1);
       
               		if ($mailfile)
               		{
      @@ -1614,7 +1621,7 @@ else
       
       				if ($action == 'cancel')
       				{
      -					$array_input = array('text'=>$langs->trans("ConfirmCancelTrip"), array('type'=>"text",'label'=>$langs->trans("Comment"),'name'=>"detail_cancel",'size'=>"50",'value'=>""));
      +					$array_input = array('text'=>$langs->trans("ConfirmCancelTrip"), array('type'=>"text",'label'=>'<strong>'.$langs->trans("Comment").'</strong>','name'=>"detail_cancel",'size'=>"50",'value'=>""));
       					$formconfirm=$form->formconfirm($_SEVER["PHP_SELF"]."?id=".$id,$langs->trans("Cancel"),"","confirm_cancel",$array_input,"",1);
       				}
       
      
      From 5daf095fc60f5bbed9fdbb3cdec8db4e109f7869 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 14:05:22 +0200
      Subject: [PATCH 0638/1013] FIX Title and content of automatic email of expense
       report
      
      ---
       htdocs/expensereport/card.php | 37 +++++++++++++++++++++++------------
       1 file changed, 24 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index 62315912209..50205fd12d4 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -356,7 +356,10 @@ if (empty($reshook))
           			$filename=array(); $filedir=array(); $mimetype=array();
       
           			// SUBJECT
      -    			$subject = $langs->transnoentities("ExpenseReportWaitingForApproval");
      +    			$societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +    			if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +    			$subject = $societeName." - ".$langs->transnoentities("ExpenseReportWaitingForApproval");
       
           			// CONTENT
           			$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      @@ -472,7 +475,10 @@ if (empty($reshook))
           			$filename=array(); $filedir=array(); $mimetype=array();
       
          			    // SUBJECT
      -    			$subject = $langs->transnoentities("ExpenseReportWaitingForReApproval");
      +    			$societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +    			if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +    			$subject = $societeName." - ".$langs->transnoentities("ExpenseReportWaitingForReApproval");
       
           			// CONTENT
           			$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      @@ -594,7 +600,10 @@ if (empty($reshook))
           			$filename=array(); $filedir=array(); $mimetype=array();
       
          			    // SUBJECT
      -       			$subject = $langs->transnoentities("ExpenseReportApproved");
      +    			$societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +    			if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +    			$subject = $societeName." - ".$langs->transnoentities("ExpenseReportApproved");
       
              			// CONTENT
              			$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      @@ -713,7 +722,10 @@ if (empty($reshook))
           			$filename=array(); $filedir=array(); $mimetype=array();
       
           		    // SUBJECT
      -       			$subject = $langs->transnoentities("ExpenseReportRefused");
      +    			$societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +    			if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +    			$subject = $societeName." - ".$langs->transnoentities("ExpenseReportRefused");
       
              			// CONTENT
              			$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      @@ -842,7 +854,10 @@ if (empty($reshook))
       	    			    $filename=array(); $filedir=array(); $mimetype=array();
       
       	    			    // SUBJECT
      -	    				$subject = $langs->transnoentities("ExpenseReportCanceled");
      +	    			    $societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +	    			    if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +	    			    $subject = $societeName." - ".$langs->transnoentities("ExpenseReportCanceled");
       
       	    				// CONTENT
       	    				$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
      @@ -1008,19 +1023,15 @@ if (empty($reshook))
           			$filename=array(); $filedir=array(); $mimetype=array();
       
           		    // SUBJECT
      -    			$subject = $langs->transnoentities("ExpenseReportPaid");
      +    			$societeName = $conf->global->MAIN_INFO_SOCIETE_NOM;
      +    			if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $societeName = $conf->global->MAIN_APPLICATION_TITLE;
      +
      +    			$subject = $societeName." - ".$langs->transnoentities("ExpenseReportPaid");
       
           			// CONTENT
           			$link = $urlwithroot.'/expensereport/card.php?id='.$object->id;
           			$message = $langs->transnoentities("ExpenseReportPaidMessage", $object->ref, $destinataire->getFullName($langs), $expediteur->getFullName($langs), $link);
       
      -        		// CONTENT
      -        		$message = "Bonjour {$destinataire->firstname},\n\n";
      -        		$message.= "Votre note de frais \"{$object->ref}\" vient d'être payée.\n";
      -        		$message.= "- Payeur : {$expediteur->firstname} {$expediteur->lastname}\n";
      -        		$message.= "- Lien : {$dolibarr_main_url_root}/expensereport/card.php?id={$object->id}\n\n";
      -        		$message.= "Bien cordialement,\n' SI";
      -
               		// Generate pdf before attachment
               		$object->setDocModel($user,"");
               		$resultPDF = expensereport_pdf_create($db,$object,'',"",$langs);
      
      From 1ba716b82c760e39efb281e4fb1a41513211eba1 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 14:39:54 +0200
      Subject: [PATCH 0639/1013] Fix do not allow use of second or third tax without
       using 1st one.
      
      ---
       htdocs/admin/company.php      | 40 ++++++++++++++++++++++++++++-------
       htdocs/langs/en_US/admin.lang | 18 ++++++++--------
       2 files changed, 41 insertions(+), 17 deletions(-)
      
      diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
      index e3ea95d18b5..cc564bfb08e 100644
      --- a/htdocs/admin/company.php
      +++ b/htdocs/admin/company.php
      @@ -75,6 +75,8 @@ if ( ($action == 'update' && ! GETPOST("cancel",'alpha'))
       		activateModulesRequiredByCountry($mysoc->country_code);
       	}
       
      +	$db->begin();
      +
       	dolibarr_set_const($db, "MAIN_INFO_SOCIETE_NOM", GETPOST("nom",'nohtml'),'chaine',0,'',$conf->entity);
       	dolibarr_set_const($db, "MAIN_INFO_SOCIETE_ADDRESS", GETPOST("MAIN_INFO_SOCIETE_ADDRESS",'nohtml'),'chaine',0,'',$conf->entity);
       	dolibarr_set_const($db, "MAIN_INFO_SOCIETE_TOWN", GETPOST("MAIN_INFO_SOCIETE_TOWN",'nohtml'),'chaine',0,'',$conf->entity);
      @@ -173,11 +175,24 @@ if ( ($action == 'update' && ! GETPOST("cancel",'alpha'))
       
       	dolibarr_set_const($db, "SOCIETE_FISCAL_MONTH_START", GETPOST("SOCIETE_FISCAL_MONTH_START",'int'),'chaine',0,'',$conf->entity);
       
      -	dolibarr_set_const($db, "FACTURE_TVAOPTION", GETPOST("optiontva",'aZ09'),'chaine',0,'',$conf->entity);
      +	// Sale tax options
      +	$usevat = GETPOST("optiontva",'aZ09');
      +	$uselocaltax1 = GETPOST("optionlocaltax1",'aZ09');
      +	$uselocaltax2 = GETPOST("optionlocaltax2",'aZ09');
      +	if ($uselocaltax1 == 'localtax1on' && ! $usevat)
      +	{
      +		setEventMessages($langs->trans("IfYouUseASecondTaxYouMustSetYouUseTheMainTax"), null, 'errors');
      +		$error++;
      +	}
      +	if ($uselocaltax2 == 'localtax2on' && ! $usevat)
      +	{
      +		setEventMessages($langs->trans("IfYouUseAThirdTaxYouMustSetYouUseTheMainTax"), null, 'errors');
      +		$error++;
      +	}
       
      -	// Local taxes
      -	dolibarr_set_const($db, "FACTURE_LOCAL_TAX1_OPTION", GETPOST("optionlocaltax1",'aZ09'),'chaine',0,'',$conf->entity);
      -	dolibarr_set_const($db, "FACTURE_LOCAL_TAX2_OPTION", GETPOST("optionlocaltax2",'aZ09'),'chaine',0,'',$conf->entity);
      +	dolibarr_set_const($db, "FACTURE_TVAOPTION", $usevat,'chaine',0,'',$conf->entity);
      +	dolibarr_set_const($db, "FACTURE_LOCAL_TAX1_OPTION", $uselocaltax1,'chaine',0,'',$conf->entity);
      +	dolibarr_set_const($db, "FACTURE_LOCAL_TAX2_OPTION", $uselocaltax2,'chaine',0,'',$conf->entity);
       
       	if($_POST["optionlocaltax1"]=="localtax1on")
       	{
      @@ -204,6 +219,15 @@ if ( ($action == 'update' && ! GETPOST("cancel",'alpha'))
       		dolibarr_set_const($db,"MAIN_INFO_LOCALTAX_CALC2", GETPOST("clt2",'aZ09'),'chaine',0,'',$conf->entity);
       	}
       
      +	if (! $error)
      +	{
      +		$db->commit();
      +	}
      +	else
      +	{
      +		$db->rollback();
      +	}
      +
       	if ($action != 'updateedit' && ! $error)
       	{
       		header("Location: ".$_SERVER["PHP_SELF"]);
      @@ -586,7 +610,7 @@ if ($action == 'edit' || $action == 'updateedit')
       	print '<td colspan="2">';
       	print "<table>";
       	print "<tr><td><label for=\"use_vat\">".$langs->trans("VATIsUsedDesc")."</label></td></tr>";
      -	print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
      +	if ($mysoc->country_code == 'FR') print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
       	print "</table>";
       	print "</td></tr>\n";
       
      @@ -595,7 +619,7 @@ if ($action == 'edit' || $action == 'updateedit')
       	print '<td colspan="2">';
       	print "<table>";
       	print "<tr><td><label for=\"no_vat\">".$langs->trans("VATIsNotUsedDesc")."</label></td></tr>";
      -	print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
      +	if ($mysoc->country_code == 'FR') print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
       	print "</table>";
       	print "</td></tr>\n";
       
      @@ -1024,7 +1048,7 @@ else
       	print '<td colspan="2">';
       	print "<table>";
       	print "<tr><td><label for=\"use_vat\">".$langs->trans("VATIsUsedDesc")."</label></td></tr>";
      -	print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
      +	if ($mysoc->country_code == 'FR') print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsUsedExampleFR")."</i></td></tr>\n";
       	print "</table>";
       	print "</td></tr>\n";
       
      @@ -1034,7 +1058,7 @@ else
       	print '<td colspan="2">';
       	print "<table>";
       	print "<tr><td><label=\"no_vat\">".$langs->trans("VATIsNotUsedDesc")."</label></td></tr>";
      -	print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
      +	if ($mysoc->country_code == 'FR') print "<tr><td><i>".$langs->trans("Example").': '.$langs->trans("VATIsNotUsedExampleFR")."</i></td></tr>\n";
       	print "</table>";
       	print "</td></tr>\n";
       
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 52445134f0f..190b7cded97 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -924,22 +924,22 @@ SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
       BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the VAT rate follows the active standard rule:<br>If the seller is not subject to VAT, then VAT defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the VAT by default equals the VAT of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT by defaults to the VAT of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule.<br>In any other case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals or small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      
      From 094bcc519f3f137db0fe6cf12eadccd5e7174d04 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 17:25:36 +0200
      Subject: [PATCH 0640/1013] Fix show customer code only if customer in company
       tooltip
      
      ---
       htdocs/societe/class/societe.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index c91593b079f..a89e242898c 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -2098,11 +2098,11 @@ class Societe extends CommonObject
       			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)
      +		if (! empty($this->code_client) && ($this->client == 1 || $this->client == 3))
       			$label.= '<br><b>' . $langs->trans('CustomerCode') . ':</b> '. $this->code_client;
       		if (! empty($this->code_fournisseur) && $this->fournisseur)
       			$label.= '<br><b>' . $langs->trans('SupplierCode') . ':</b> '. $this->code_fournisseur;
      -		if (! empty($conf->accounting->enabled) && $this->client)
      +		if (! empty($conf->accounting->enabled) && ($this->client == 1 || $this->client == 3))
       			$label.= '<br><b>' . $langs->trans('CustomerAccountancyCode') . ':</b> '. ($this->code_compta ? $this->code_compta : $this->code_compta_client);
       		if (! empty($conf->accounting->enabled) && $this->fournisseur)
       			$label.= '<br><b>' . $langs->trans('SupplierAccountancyCode') . ':</b> '. $this->code_compta_fournisseur;
      
      From 70cd68ebefb00a208cf961f1a02cc84a4b8f4294 Mon Sep 17 00:00:00 2001
      From: De Coninck Laurent <laurent@adlogix.eu>
      Date: Thu, 25 Oct 2018 18:21:00 +0200
      Subject: [PATCH 0641/1013] improve img_picto by returning ASAP
      
      We do not need an else each time some times, return is good enough. I also remove some line of comments since it's only code in it. We have GIT to find the code back we do not need to put it in comment ;-).
      ---
       htdocs/core/lib/functions.lib.php | 9 +--------
       1 file changed, 1 insertion(+), 8 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 7888338cdc2..cf464f69344 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -3297,15 +3297,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
       	if ($srconly) {
       		return $fullpathpicto;
       	}
      -	else {
       		// tag title is used for tooltip on <a>, tag alt can be used with very simple text on image for bind people
      -		//$tmparray=array(0=>$titlealt);
      -		//if (empty($notitle) && preg_match('/:[^\s0-9]/',$titlealt)) $tmparray=explode(':',$titlealt);		// We explode if we have TextA:TextB. Not if we have TextA: TextB
      -		//$title=$tmparray[0];
      -		//$alt=empty($tmparray[1])?'':$tmparray[1];
      -		$title = $titlealt;
      -		return '<img src="'.$fullpathpicto.'" alt="'.dol_escape_htmltag($alt).'"'.(($notitle || empty($title))?'':' title="'.dol_escape_htmltag($title).'"').($moreatt?' '.$moreatt:' class="inline-block'.($morecss?' '.$morecss:'').'"').'>';	// Alt is used for accessibility, title for popup
      -	}
      +    return '<img src="'.$fullpathpicto.'" alt="'.dol_escape_htmltag($alt).'"'.(($notitle || empty($titlealt))?'':' title="'.dol_escape_htmltag($titlealt).'"').($moreatt?' '.$moreatt:' class="inline-block'.($morecss?' '.$morecss:'').'"').'>';	// Alt is used for accessibility, title for popup
       }
       
       /**
      
      From 8b601bd7fd93340c8786535fe0c08b8fd4812065 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 18:50:53 +0200
      Subject: [PATCH 0642/1013] Fix numbering of holidays
      
      ---
       htdocs/admin/holiday.php                      |  12 +-
       .../holiday/mod_holiday_immaculate.php        |   2 +-
       .../modules/holiday/mod_holiday_madonna.php   |   8 +-
       htdocs/holiday/card.php                       |  17 +-
       htdocs/holiday/class/holiday.class.php        | 150 ++++++++++--------
       htdocs/holiday/list.php                       |   4 +-
       .../install/mysql/migration/8.0.0-9.0.0.sql   |   2 +
       htdocs/install/mysql/tables/llx_holiday.sql   |   6 +-
       htdocs/langs/en_US/holiday.lang               |   5 +
       9 files changed, 123 insertions(+), 83 deletions(-)
      
      diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
      index f6306f787c3..c02c9bd480d 100644
      --- a/htdocs/admin/holiday.php
      +++ b/htdocs/admin/holiday.php
      @@ -297,8 +297,13 @@ foreach ($dirmodels as $reldir)
       
       print '</table><br>';
       
      +
      +
      +if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
      +{
      +
       /*
      - *  Documents models for Contracts
      + *  Documents models for Holidays
        */
       
       print load_fiche_titre($langs->trans("TemplatePDFHolidays"),'','');
      @@ -455,9 +460,9 @@ foreach ($dirmodels as $reldir)
       print '</table>';
       print "<br>";
       
      +
       /*
        * Other options
      - *
        */
       
       print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
      @@ -509,6 +514,9 @@ print '</div>';
       
       print '</form>';
       
      +}
      +
      +
       dol_fiche_end();
       
       // End of page
      diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
      index b63326ca276..338b553166e 100644
      --- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php
      +++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
      @@ -44,7 +44,7 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
       	/**
       	 * @var string Nom du modele
       	 * @deprecated
      -	 * @see name
      +	 * @see $name
       	 */
       	public $nom='Immaculate';
       
      diff --git a/htdocs/core/modules/holiday/mod_holiday_madonna.php b/htdocs/core/modules/holiday/mod_holiday_madonna.php
      index 98380d9fae5..f53e55be6fd 100644
      --- a/htdocs/core/modules/holiday/mod_holiday_madonna.php
      +++ b/htdocs/core/modules/holiday/mod_holiday_madonna.php
      @@ -45,7 +45,7 @@ class mod_holiday_madonna extends ModelNumRefHolidays
       	/**
       	 * @var string Nom du modele
       	 * @deprecated
      -	 * @see name
      +	 * @see $name
       	 */
       	public $nom='Madonna';
       
      @@ -117,10 +117,10 @@ class mod_holiday_madonna extends ModelNumRefHolidays
       	 *	Return next value
       	 *
       	 *	@param	Societe		$objsoc     third party object
      -	 *	@param	Object		$contract	contract object
      +	 *	@param	Object		$holiday	Holiday object
       	 *	@return string      			Value if OK, 0 if KO
       	 */
      -	function getNextValue($objsoc,$contract)
      +	function getNextValue($objsoc, $holiday)
       	{
       		global $db,$conf;
       
      @@ -143,7 +143,7 @@ class mod_holiday_madonna extends ModelNumRefHolidays
       			return -1;
       		}
       
      -		$date=$contract->date_contrat;
      +		$date=$holiday->date_debut;
       		$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
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index 9c89124c577..d170a1c9acc 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -41,6 +41,7 @@ require_once DOL_DOCUMENT_ROOT.'/holiday/common.inc.php';
       // Get parameters
       $action=GETPOST('action', 'alpha');
       $id=GETPOST('id', 'int');
      +$ref=GETPOST('ref', 'alpha');
       $fuserid = (GETPOST('fuserid','int')?GETPOST('fuserid','int'):$user->id);
       
       // Protection if external user
      @@ -325,7 +326,7 @@ if ($action == 'confirm_delete' && GETPOST('confirm') == 'yes' && $user->rights-
       	}
       }
       
      -// Si envoi de la demande
      +// Action validate (+ send email for approval)
       if ($action == 'confirm_send')
       {
           $object = new Holiday($db);
      @@ -761,7 +762,7 @@ $listhalfday=array('morning'=>$langs->trans("Morning"),"afternoon"=>$langs->tran
       
       llxHeader('', $langs->trans('CPTitreMenu'));
       
      -if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create')
      +if ((empty($id) && empty($ref)) || $action == 'add' || $action == 'request' || $action == 'create')
       {
           // Si l'utilisateur n'a pas le droit de faire une demande
           if (($fuserid == $user->id && empty($user->rights->holiday->write)) || ($fuserid != $user->id && empty($user->rights->holiday->write_all)))
      @@ -998,9 +999,9 @@ else
           else
           {
               // Affichage de la fiche d'une demande de congés payés
      -        if ($id > 0)
      +        if (($id > 0) || $ref)
               {
      -            $object->fetch($id);
      +        	$result = $object->fetch($id, $ref);
       
                   $valideur = new User($db);
                   $valideur->fetch($object->fk_validator);
      @@ -1064,7 +1065,7 @@ else
       
                       $linkback='<a href="'.DOL_URL_ROOT.'/holiday/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
       
      -                dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref');
      +                dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref');
       
       
                       print '<div class="fichecenter">';
      @@ -1260,7 +1261,7 @@ else
                       }
       
                       // Si envoi en validation
      -                if ($action == 'sendToValidate' && $object->statut == 1)
      +                if ($action == 'sendToValidate' && $object->statut == Holiday::STATUS_DRAFT)
                       {
                       	print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$object->id,$langs->trans("TitleToValidCP"),$langs->trans("ConfirmToValidCP"),"confirm_send", '', 1, 1);
                       }
      @@ -1291,10 +1292,10 @@ else
                       }
       
       
      -                if ($action == 'edit' && $object->statut == 1)
      +                if ($action == 'edit' && $object->statut == Holiday::STATUS_DRAFT)
                       {
                           print '<div align="center">';
      -                    if ($cancreate && $object->statut == 1)
      +                    if ($cancreate && $object->statut == Holiday::STATUS_DRAFT)
                           {
                               print '<input type="submit" value="'.$langs->trans("Save").'" class="button">';
                           }
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index bc964ec7fc6..26e11383b9d 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -57,7 +57,7 @@ class Holiday extends CommonObject
       
       	/**
       	 * @deprecated
      -	 * @see id
      +	 * @see $id
       	 */
       	public $rowid;
       
      @@ -77,7 +77,7 @@ class Holiday extends CommonObject
       	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 $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
       
       	/**
      @@ -154,6 +154,67 @@ class Holiday extends CommonObject
       	}
       
       
      +	/**
      +	 *  Returns the reference to the following non used Order depending on the active numbering module
      +	 *  defined into HOLIDAY_ADDON
      +	 *
      +	 *	@param	Societe		$objsoc     third party object
      +	 *  @return string      			Holiday free reference
      +	 */
      +	function getNextNumRef($objsoc)
      +	{
      +		global $langs, $conf;
      +		$langs->load("order");
      +
      +		if (empty($conf->global->HOLIDAY_ADDON))
      +		{
      +			$conf->global->HOLIDAY_ADDON = 'mod_holiday_madonna';
      +		}
      +
      +		if (! empty($conf->global->HOLIDAY_ADDON))
      +		{
      +			$mybool=false;
      +
      +			$file = $conf->global->HOLIDAY_ADDON.".php";
      +			$classname = $conf->global->HOLIDAY_ADDON;
      +
      +			// Include file with class
      +			$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
      +			foreach ($dirmodels as $reldir)
      +			{
      +				$dir = dol_buildpath($reldir."core/modules/holiday/");
      +
      +				// Load file with numbering class (if found)
      +				$mybool|=@include_once $dir.$file;
      +			}
      +
      +			if (! $mybool)
      +			{
      +				dol_print_error('',"Failed to include file ".$file);
      +				return '';
      +			}
      +
      +			$obj = new $classname();
      +			$numref = $obj->getNextValue($objsoc,$this);
      +
      +			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_HOLIDAY_ADDON_NotDefined");
      +			return "";
      +		}
      +	}
      +
       	/**
       	 * Update balance of vacations and check table of users for holidays is complete. If not complete.
       	 *
      @@ -271,14 +332,16 @@ class Holiday extends CommonObject
       	 *	Load object in memory from database
       	 *
       	 *  @param	int		$id         Id object
      +	 *  @param	string	$ref        Ref object
       	 *  @return int         		<0 if KO, >0 if OK
       	 */
      -	function fetch($id)
      +	function fetch($id, $ref='')
       	{
       		global $langs;
       
       		$sql = "SELECT";
       		$sql.= " cp.rowid,";
      +		$sql.= " cp.ref,";
       		$sql.= " cp.fk_user,";
       		$sql.= " cp.date_create,";
       		$sql.= " cp.description,";
      @@ -300,7 +363,8 @@ class Holiday extends CommonObject
       		$sql.= " cp.fk_type,";
       		$sql.= " cp.entity";
       		$sql.= " FROM ".MAIN_DB_PREFIX."holiday as cp";
      -		$sql.= " WHERE cp.rowid = ".$id;
      +		if ($id > 0) $sql.= " WHERE cp.rowid = ".$id;
      +		else $sql.=" WHERE cp.ref = '".$this->db->escape($ref)."'";
       
       		dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
       		$resql=$this->db->query($sql);
      @@ -312,7 +376,7 @@ class Holiday extends CommonObject
       
       				$this->id    = $obj->rowid;
       				$this->rowid = $obj->rowid;	// deprecated
      -				$this->ref   = $obj->rowid;
      +				$this->ref   = ($obj->ref?$obj->ref:$obj->rowid);
       				$this->fk_user = $obj->fk_user;
       				$this->date_create = $this->db->jdate($obj->date_create);
       				$this->description = $obj->description;
      @@ -361,6 +425,7 @@ class Holiday extends CommonObject
       
       		$sql = "SELECT";
       		$sql.= " cp.rowid,";
      +		$sql.= " cp.ref,";
       
       		$sql.= " cp.fk_user,";
       		$sql.= " cp.fk_type,";
      @@ -427,7 +492,8 @@ class Holiday extends CommonObject
       				$obj = $this->db->fetch_object($resql);
       
       				$tab_result[$i]['rowid'] = $obj->rowid;
      -				$tab_result[$i]['ref'] = $obj->rowid;
      +				$tab_result[$i]['ref'] = ($obj->ref?$obj->ref:$obj->rowid);
      +
       				$tab_result[$i]['fk_user'] = $obj->fk_user;
       				$tab_result[$i]['fk_type'] = $obj->fk_type;
       				$tab_result[$i]['date_create'] = $this->db->jdate($obj->date_create);
      @@ -487,6 +553,7 @@ class Holiday extends CommonObject
       
       		$sql = "SELECT";
       		$sql.= " cp.rowid,";
      +		$sql.= " cp.ref,";
       
       		$sql.= " cp.fk_user,";
       		$sql.= " cp.fk_type,";
      @@ -552,7 +619,7 @@ class Holiday extends CommonObject
       				$obj = $this->db->fetch_object($resql);
       
       				$tab_result[$i]['rowid'] = $obj->rowid;
      -				$tab_result[$i]['ref'] = $obj->rowid;
      +				$tab_result[$i]['ref'] = ($obj->ref?$obj->ref:$obj->rowid);
       				$tab_result[$i]['fk_user'] = $obj->fk_user;
       				$tab_result[$i]['fk_type'] = $obj->fk_type;
       				$tab_result[$i]['date_create'] = $this->db->jdate($obj->date_create);
      @@ -611,68 +678,25 @@ class Holiday extends CommonObject
       		global $conf, $langs;
       		$error=0;
       
      -		// Update request
      +		// Define new ref
      +		if (! $error && (preg_match('/^[\(]?PROV/i', $this->ref) || empty($this->ref) || $this->ref == $this->id))
      +		{
      +			$num = $this->getNextNumRef(null);
      +		}
      +		else
      +		{
      +			$num = $this->ref;
      +		}
      +		$this->newref = $num;
      +
      +		// Update status
       		$sql = "UPDATE ".MAIN_DB_PREFIX."holiday SET";
      -
      -		$sql.= " description= '".$this->db->escape($this->description)."',";
      -
      -		if(!empty($this->date_debut)) {
      -			$sql.= " date_debut = '".$this->db->idate($this->date_debut)."',";
      -		} else {
      -			$error++;
      -		}
      -		if(!empty($this->date_fin)) {
      -			$sql.= " date_fin = '".$this->db->idate($this->date_fin)."',";
      -		} else {
      -			$error++;
      -		}
      -		$sql.= " halfday = ".$this->halfday.",";
       		if(!empty($this->statut) && is_numeric($this->statut)) {
       			$sql.= " statut = ".$this->statut.",";
       		} else {
       			$error++;
       		}
      -		if(!empty($this->fk_validator)) {
      -			$sql.= " fk_validator = '".$this->db->escape($this->fk_validator)."',";
      -		} else {
      -			$error++;
      -		}
      -		if(!empty($this->date_valid)) {
      -			$sql.= " date_valid = '".$this->db->idate($this->date_valid)."',";
      -		} else {
      -			$sql.= " date_valid = NULL,";
      -		}
      -		if(!empty($this->fk_user_valid)) {
      -			$sql.= " fk_user_valid = '".$this->db->escape($this->fk_user_valid)."',";
      -		} else {
      -			$sql.= " fk_user_valid = NULL,";
      -		}
      -		if(!empty($this->date_refuse)) {
      -			$sql.= " date_refuse = '".$this->db->idate($this->date_refuse)."',";
      -		} else {
      -			$sql.= " date_refuse = NULL,";
      -		}
      -		if(!empty($this->fk_user_refuse)) {
      -			$sql.= " fk_user_refuse = '".$this->db->escape($this->fk_user_refuse)."',";
      -		} else {
      -			$sql.= " fk_user_refuse = NULL,";
      -		}
      -		if(!empty($this->date_cancel)) {
      -			$sql.= " date_cancel = '".$this->db->idate($this->date_cancel)."',";
      -		} else {
      -			$sql.= " date_cancel = NULL,";
      -		}
      -		if(!empty($this->fk_user_cancel)) {
      -			$sql.= " fk_user_cancel = '".$this->db->escape($this->fk_user_cancel)."',";
      -		} else {
      -			$sql.= " fk_user_cancel = NULL,";
      -		}
      -		if(!empty($this->detail_refuse)) {
      -			$sql.= " detail_refuse = '".$this->db->escape($this->detail_refuse)."'";
      -		} else {
      -			$sql.= " detail_refuse = NULL";
      -		}
      -
      +		$sql.= " ref = '".$num."'";
       		$sql.= " WHERE rowid= ".$this->id;
       
       		$this->db->begin();
      diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
      index fcd5cc9d8b0..8d7f8fb666e 100644
      --- a/htdocs/holiday/list.php
      +++ b/htdocs/holiday/list.php
      @@ -512,7 +512,7 @@ print '</td>';
       print "</tr>\n";
       
       print '<tr class="liste_titre">';
      -print_liste_field_titre("Ref",$_SERVER["PHP_SELF"],"cp.rowid","",$param,'',$sortfield,$sortorder);
      +print_liste_field_titre("Ref",$_SERVER["PHP_SELF"],"cp.ref","",$param,'',$sortfield,$sortorder);
       print_liste_field_titre("DateCreateCP",$_SERVER["PHP_SELF"],"cp.date_create","",$param,'align="center"',$sortfield,$sortorder);
       print_liste_field_titre("Employee",$_SERVER["PHP_SELF"],"cp.fk_user","",$param,'',$sortfield,$sortorder);
       print_liste_field_titre("ValidatorCP",$_SERVER["PHP_SELF"],"cp.fk_validator","",$param,'',$sortfield,$sortorder);
      @@ -546,7 +546,7 @@ elseif (! empty($holiday->holiday) && !empty($mysoc->country_id))
       	{
       		// Leave request
       		$holidaystatic->id=$infos_CP['rowid'];
      -		$holidaystatic->ref=$infos_CP['rowid'];
      +		$holidaystatic->ref=($infos_CP['ref']?$infos_CP['ref']:$infos_CP['rowid']);
       
       		// User
       		$userstatic->id=$infos_CP['fk_user'];
      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 9048c681aa1..f98c932943c 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
      @@ -132,3 +132,5 @@ CREATE TABLE llx_takepos_floor_tables(
       
       
       UPDATE llx_c_payment_term SET decalage = nbjour, nbjour = 0 where decalage IS NULL AND type_cdr = 2;
      +
      +UPDATE llx_holiday SET ref = rowid WHERE ref IS NULL;
      diff --git a/htdocs/install/mysql/tables/llx_holiday.sql b/htdocs/install/mysql/tables/llx_holiday.sql
      index f6994810021..47c68647ffb 100644
      --- a/htdocs/install/mysql/tables/llx_holiday.sql
      +++ b/htdocs/install/mysql/tables/llx_holiday.sql
      @@ -32,9 +32,9 @@ date_debut     DATE NOT NULL,
       date_fin       DATE NOT NULL,
       halfday        integer DEFAULT 0,				-- 0=start morning and end afternoon, -1=start afternoon end afternoon, 1=start morning and end morning, 2=start afternoon and end morning
       statut         integer NOT NULL DEFAULT '1',
      -fk_validator   integer NOT NULL,
      -date_valid     DATETIME DEFAULT NULL,
      -fk_user_valid  integer DEFAULT NULL,
      +fk_validator   integer NOT NULL,				-- who should approve
      +date_valid     DATETIME DEFAULT NULL,			-- date approval
      +fk_user_valid  integer DEFAULT NULL,			-- user approval
       date_refuse    DATETIME DEFAULT NULL,
       fk_user_refuse integer DEFAULT NULL,
       date_cancel    DATETIME DEFAULT NULL,
      diff --git a/htdocs/langs/en_US/holiday.lang b/htdocs/langs/en_US/holiday.lang
      index 1411ae3ad56..8cf5ec2c1e6 100644
      --- a/htdocs/langs/en_US/holiday.lang
      +++ b/htdocs/langs/en_US/holiday.lang
      @@ -122,3 +122,8 @@ HolidaysCanceledBody=Your leave request for %s to %s has been canceled.
       FollowedByACounter=1: This type of leave need to be followed by a counter. Counter is incremented manually or automatically and when a leave request is validated, counter is decremented.<br>0: Not followed by a counter.
       NoLeaveWithCounterDefined=There is no leave types defined that need to be followed by a counter
       GoIntoDictionaryHolidayTypes=Go into <strong>Home - Setup - Dictionaries - Type of leave</strong> to setup the different types of leaves.
      +HolidaySetup=Setup of module Holiday
      +HolidaysNumberingModules=Leave requests numbering models
      +TemplatePDFHolidays=Template for leave requests PDF
      +FreeLegalTextOnHolidays=Free text on PDF
      +WatermarkOnDraftHolidayCards=Watermarks on draft leave requests
      \ No newline at end of file
      
      From 61ab507ba43092808a61cc10e6a5edb8e5948251 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 18:53:00 +0200
      Subject: [PATCH 0643/1013] Fix navigation
      
      ---
       htdocs/holiday/document.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php
      index 655a3ff5d2a..5f33e24e8c6 100644
      --- a/htdocs/holiday/document.php
      +++ b/htdocs/holiday/document.php
      @@ -111,7 +111,7 @@ if ($object->id)
       
       	$linkback='<a href="'.DOL_URL_ROOT.'/holiday/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
       
      -	dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref');
      +	dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref');
       
       
       	print '<div class="fichecenter">';
      
      From af18e1b0431cc361b750099690a0870f60ab56e9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 25 Oct 2018 19:38:45 +0200
      Subject: [PATCH 0644/1013] FIX XSS
      
      ---
       htdocs/expedition/stats/month.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/expedition/stats/month.php b/htdocs/expedition/stats/month.php
      index 27b01cc6f55..f716e06a5b2 100644
      --- a/htdocs/expedition/stats/month.php
      +++ b/htdocs/expedition/stats/month.php
      @@ -27,6 +27,8 @@ require_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
       require_once DOL_DOCUMENT_ROOT.'/expedition/class/expeditionstats.class.php';
       require_once DOL_DOCUMENT_ROOT.'/core/class/dolgraph.class.php';
       
      +$year = GETPOST('year', 'int');
      +
       
       /*
        * View
      @@ -39,10 +41,10 @@ $HEIGHT=DolGraph::getDefaultGraphSizeForStats('height');
       
       $mesg = '';
       
      -print load_fiche_titre($langs->trans("StatisticsOfSendings").' '.$_GET["year"], $mesg);
      +print load_fiche_titre($langs->trans("StatisticsOfSendings").' '.$year, $mesg);
       
       $stats = new ExpeditionStats($db);
      -$data = $stats->getNbExpeditionByMonth($_GET["year"]);
      +$data = $stats->getNbExpeditionByMonth($year);
       
       dol_mkdir($conf->expedition->dir_temp);
       
      
      From eb0b0baf4081e97f37b25c043c6dd5cb3c1ef434 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 25 Oct 2018 21:36:01 +0200
      Subject: [PATCH 0645/1013] code comment expedition class
      
      ---
       htdocs/expedition/class/expedition.class.php | 177 +++++++++++++++----
       1 file changed, 138 insertions(+), 39 deletions(-)
      
      diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
      index 77df09ee276..d21e21c1624 100644
      --- a/htdocs/expedition/class/expedition.class.php
      +++ b/htdocs/expedition/class/expedition.class.php
      @@ -77,14 +77,39 @@ class Expedition extends CommonObject
       	public $picto = 'sending';
       
       	public $socid;
      +
      +	/**
      +	 * @var string Customer ref
      +	 */
       	public $ref_customer;
      +
      +	/**
      +	 * @var string internal ref
      +	 */
       	public $ref_int;
      +
       	public $brouillon;
      +
      +	/**
      +	 * @var int warehouse id
      +	 */
       	public $entrepot_id;
       	public $lines=array();
      +
      +	/**
      +	 * @var string Tracking number
      +	 */
       	public $tracking_number;
      +
      +	/**
      +	 * @var string Tracking url
      +	 */
       	public $tracking_url;
       	public $billed;
      +
      +	/**
      +	 * @var string name of pdf model
      +	 */
       	public $model_pdf;
       
       	public $trueWeight;
      @@ -2343,14 +2368,19 @@ class ExpeditionLigne extends CommonObjectLine
       	 */
       	public $table_element='expeditiondet';
       
      +	/**
      +	 * @deprecated
      +	 * @see fk_origin_line
      +	 */
      +	public $origin_line_id;
      +
       	/**
            * @var int ID
            */
       	public $fk_origin_line;
       
       	/**
      -	 * Id of shipment
      -	 * @var int
      +	 * @var int Id of shipment
       	 */
       	public $fk_expedition;
       
      @@ -2359,51 +2389,120 @@ class ExpeditionLigne extends CommonObjectLine
            */
           public $db;
       
      -	// From llx_expeditiondet
      -	var $qty;
      -	var $qty_shipped;
      -	var $fk_product;
      -	var $detail_batch;
      -	/**
      -	 * Id of warehouse
      -	 * @var int
      -	 */
      +    /**
      +     * @var float qty asked From llx_expeditiondet
      +     */
      +    public $qty;
      +
      +    /**
      +     * @var float qty shipped
      +     */
      +    public $qty_shipped;
      +
      +    /**
      +     * @var int Id of product
      +     */
      +    public $fk_product;
      +    public $detail_batch;
      +
      +    /**
      +     * @var int Id of warehouse
      +     */
       	public $entrepot_id;
       
       
      -	// From llx_commandedet or llx_propaldet
      -	var $qty_asked;
      +    /**
      +     * @var float qty asked From llx_commandedet or llx_propaldet
      +     */
      +	public $qty_asked;
      +
      +    /**
      +     * @deprecated
      +     * @see product_ref
      +     */
      +    public $ref;
      +
      +	/**
      +	 * @var string product ref
      +	 */
       	public $product_ref;
      -	public $product_label;
      -	public $product_desc;
       
      -
      -	// Invoicing
      -	var $remise_percent;
      -	var $total_ht;			// Total net of tax
      -	var $total_ttc;			// Total with tax
      -	var $total_tva;			// Total VAT
      -	var $total_localtax1;   // Total Local tax 1
      -	var $total_localtax2;   // Total Local tax 2
      -
      -
      -
      -	// Deprecated
      -	/**
      -	 * @deprecated
      -	 * @see fk_origin_line
      -	 */
      -	var $origin_line_id;
      -	/**
      -	 * @deprecated
      -	 * @see product_ref
      -	 */
      -	var $ref;
       	/**
       	 * @deprecated
       	 * @see product_label
       	 */
      -	var $libelle;
      +	public $libelle;
      +
      +    /**
      +     * @var string product label
      +     */
      +	public $product_label;
      +
      +    /**
      +     * @var string product description
      +     * @deprecated
      +     * @see product_desc
      +     */
      +    public $desc;
      +
      +    /**
      +     * @var string product description
      +     */
      +	public $product_desc;
      +
      +    /**
      +     * @var float weight
      +     */
      +    public $weight;
      +    public $weight_units;
      +
      +    /**
      +     * @var float weight
      +     */
      +    public $length;
      +    public $length_units;
      +
      +    /**
      +     * @var float weight
      +     */
      +    public $surface;
      +    public $surface_units;
      +
      +    /**
      +     * @var float weight
      +     */
      +    public $volume;
      +    public $volume_units;
      +
      +	// Invoicing
      +	public $remise_percent;
      +    public $tva_tx;
      +
      +    /**
      +     * @var float total without tax
      +     */
      +    public $total_ht;
      +
      +    /**
      +     * @var float total with tax
      +     */
      +    public $total_ttc;
      +
      +    /**
      +     * @var float total vat
      +     */
      +    public $total_tva;
      +
      +    /**
      +     * @var float total localtax 1
      +     */
      +    public $total_localtax1;
      +
      +    /**
      +     * @var float total localtax 2
      +     */
      +    public $total_localtax2;
      +
       
           /**
            *	Constructor
      @@ -2454,7 +2553,7 @@ class ExpeditionLigne extends CommonObjectLine
       	 *
       	 *	@param      User	$user			User that modify
       	 *	@param      int		$notrigger		1 = disable triggers
      -	 *	@return		int						<0 if KO, line id >0 if OK
      +	 *	@return     int						<0 if KO, line id >0 if OK
       	 */
       	function insert($user=null, $notrigger=0)
       	{
      
      From 8a9b9f173657f6111bfa6a8ff461a2d2ecb02d41 Mon Sep 17 00:00:00 2001
      From: atm-john <john.botella@atm-consulting.fr>
      Date: Thu, 25 Oct 2018 21:53:48 +0200
      Subject: [PATCH 0646/1013] Fix title
      
      ---
       htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php b/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      index ad32f1b9aa8..ae80389bd3a 100644
      --- a/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      +++ b/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      @@ -68,7 +68,7 @@ $(document).ready(function(){
       	            modal: true,
       	            height: windowHeight,
       	            width: windowWidth,
      -	            title: "<?php echo $langs->trans('LinesToImport'); ?>",
      +	            title: "<?php echo $langs->transnoentities('LinesToImport'); ?>",
       	            buttons: {
       	                    "<?php echo $langs->trans('Import'); ?>": function() {
       	                      	$( this ).dialog( "close" );
      
      From 21c441540cd7cc29321864c25ce9b033364106a4 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 25 Oct 2018 21:57:19 +0200
      Subject: [PATCH 0647/1013] add string cast
      
      ---
       htdocs/accountancy/admin/importaccounts.php | 9 +++++----
       1 file changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/importaccounts.php b/htdocs/accountancy/admin/importaccounts.php
      index 752e1c18de9..a14509a2aee 100644
      --- a/htdocs/accountancy/admin/importaccounts.php
      +++ b/htdocs/accountancy/admin/importaccounts.php
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2013-2014 Olivier Geffroy      <jeff@jeffinfo.com>
        * Copyright (C) 2013-2017 Alexandre Spangaro   <aspangaro@zendsi.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
      @@ -71,10 +72,10 @@ if ($_POST["action"] == 'import') {
       
       				$accounting = new AccountingAccount($db);
       
      -				$monLabel = GETPOST('label' . $maLigneCochee);
      -				$monParentAccount = GETPOST('AccountParent' . $maLigneCochee);
      -				$monType = GETPOST('pcgType' . $maLigneCochee);
      -				$monSubType = GETPOST('pcgSubType' . $maLigneCochee);
      +				$monLabel = (string) GETPOST('label' . $maLigneCochee);
      +				$monParentAccount = (string) GETPOST('AccountParent' . $maLigneCochee);
      +				$monType = (string) GETPOST('pcgType' . $maLigneCochee);
      +				$monSubType = (string) GETPOST('pcgSubType' . $maLigneCochee);
       
       				$accounting->fk_pcg_version = $obj->pcg_version;
       				$accounting->account_number = $maLigneCochee;
      
      From 84c30280d3774b481ffffed8ce77ad3662193caf Mon Sep 17 00:00:00 2001
      From: De Coninck Laurent <laurent@adlogix.eu>
      Date: Thu, 25 Oct 2018 21:57:08 +0200
      Subject: [PATCH 0648/1013] change the unlink icon to fontawesome icon
      
      On the project summary page, the unlink icon was still an image I change to that icon https://fontawesome.com/icons/unlink?style=solid.
      ---
       htdocs/projet/element.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 489c5d04be4..b6398068db1 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -873,7 +873,7 @@ foreach ($listofreferent as $key => $value)
       				{
       					if (empty($conf->global->PROJECT_DISABLE_UNLINK_FROM_OVERVIEW) || $user->admin)		// PROJECT_DISABLE_UNLINK_FROM_OVERVIEW is empty by defaut, so this test true
       					{
      -						print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $projectid . '&action=unlink&tablename=' . $tablename . '&elementselect=' . $element->id . '">' . img_picto($langs->trans('Unlink'), 'editdelete') . '</a>';
      +						print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $projectid . '&action=unlink&tablename=' . $tablename . '&elementselect=' . $element->id . '">' . img_picto($langs->trans('Unlink'), 'unlink') . '</a>';
       					}
       				}
       				print "</td>\n";
      
      From 52b7d60a0ffc858d0e3b4d70aa622b55720280e2 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 26 Oct 2018 08:11:27 +0200
      Subject: [PATCH 0649/1013] use strict compare with boolean
      
      ---
       htdocs/holiday/class/holiday.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index 26e11383b9d..bc10ce5d53b 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@capnetworks.com>
        * Copyright (C) 2013		Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 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
      @@ -188,7 +189,7 @@ class Holiday extends CommonObject
       				$mybool|=@include_once $dir.$file;
       			}
       
      -			if (! $mybool)
      +			if ($mybool === false)
       			{
       				dol_print_error('',"Failed to include file ".$file);
       				return '';
      
      From cae83cd8e790c17ccf7beb950559dded6deee507 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 11:10:04 +0200
      Subject: [PATCH 0650/1013] Add solution to translate
      
      ---
       htdocs/modulebuilder/template/class/myobject.class.php | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 9f180343f5b..e69a4a5dbb2 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -182,7 +182,7 @@ class MyObject extends CommonObject
       	 */
       	public function __construct(DoliDB $db)
       	{
      -		global $conf, $user;
      +		global $conf, $langs, $user;
       
       		$this->db = $db;
       
      @@ -197,6 +197,9 @@ class MyObject extends CommonObject
       				unset($this->fields[$key]);
       			}
       		}
      +
      +		// Translate some data
      +		$this->fields['status']['arrayofkeyval']=array(0=>$langs->trans('Draft'), 1=>$langs->trans('Active'), -1=>$langs->trans('Cancel'));
       	}
       
       	/**
      
      From 2ce7429735345ee057b1faafc9a3e1afe376e760 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 12:09:52 +0200
      Subject: [PATCH 0651/1013] Remove Google advert
      
      ---
       build/doxygen/doxygen_footer.html | 41 ++++++++++---------------------
       1 file changed, 13 insertions(+), 28 deletions(-)
      
      diff --git a/build/doxygen/doxygen_footer.html b/build/doxygen/doxygen_footer.html
      index a6d5bdfb293..8ffdc5341fe 100644
      --- a/build/doxygen/doxygen_footer.html
      +++ b/build/doxygen/doxygen_footer.html
      @@ -3,42 +3,27 @@ File added into doxygen generated documentation
       -->
       
       
      -<!-- Google analytics -->
      -<script>
      -  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      -  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      -  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      -  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
      -
      -  ga('create', 'UA-9049390-16', 'auto');
      -  ga('send', 'pageview');
      -
      -</script>
      -<!-- End google analytics -->
      -
       
       <hr class="footer" />
      -<address class="footer"><small>Generated on $datetime
      -for <a href="https://www.dolibarr.org">$projectname</a> by Doxygen $doxygenversion </small></address>
      +<address class="footer"><small>Generated on $datetime for <a href="https://www.dolibarr.org">$projectname</a> by Doxygen $doxygenversion </small></address>
       
       
      -<!--  Google AdSense -->
      -<div class="center">
      -<script type="text/javascript"><!--
      -google_ad_client = "pub-1071905880519467";
      -/* PUBBANDEAUDOLIBARR */
      -google_ad_slot = "1421205532";
      -google_ad_width = 468;
      -google_ad_height = 60;
      -//-->
      -</script>
      -<script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
      -</div>
      -<!-- End google adsense -->
       <br>
       
       </div>
       
      +
      +<!-- Global site tag (gtag.js) - Google Analytics -->
      +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9049390-16"></script>
      +<script>
      +  window.dataLayer = window.dataLayer || [];
      +  function gtag(){dataLayer.push(arguments);}
      +  gtag('js', new Date());
      +
      +  gtag('config', 'UA-9049390-16');
      +</script>
      +
      +
       <!-- Twitter ad collector -->
       <script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
       <script type="text/javascript">twttr.conversion.trackPid('ntm4n', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
      
      From 0ba86d4e5b8ca0e3cc849c16ac63b4fcc2734b7e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 12:22:31 +0200
      Subject: [PATCH 0652/1013] Trans
      
      ---
       htdocs/langs/en_US/projects.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
      index ce94a6dcc46..ec2061392a1 100644
      --- a/htdocs/langs/en_US/projects.lang
      +++ b/htdocs/langs/en_US/projects.lang
      @@ -191,7 +191,7 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
       ProjectNbProjectByMonth=No. of created projects by month
       ProjectNbTaskByMonth=No. of created tasks by month
      
      From 5d249d71ca861276c6915347061510bc7c62caf7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 14:38:26 +0200
      Subject: [PATCH 0653/1013] Fix menu at wrong place
      
      ---
       htdocs/core/menus/standard/eldy.lib.php | 17 ++++++++---------
       htdocs/theme/eldy/style.css.php         |  2 +-
       htdocs/theme/md/style.css.php           |  2 +-
       3 files changed, 10 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 562ed99a020..468579f6eb4 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1380,7 +1380,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       					$titlenew = $langs->trans("NewLead");
       				}
       
      -				// Project affected to user
      +				// Project assigned to user
       				$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);
       
      @@ -1398,9 +1398,15 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       					$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/stats/index.php?leftmenu=projects", $langs->trans("Statistics"), 1, $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"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
      +				}
      +
       				if (empty($conf->global->PROJECT_HIDE_TASKS))
       				{
       					// Project affected to user
      @@ -1411,13 +1417,6 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       
       				    $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);
       				}
      -
      -				// Categories
      -				if (! empty($conf->categorie->enabled))
      -				{
      -					$langs->load("categories");
      -					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=6", $langs->trans("Categories"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
      -				}
       			}
       		}
       
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index d9ad2a590ac..9eba59317bc 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -1856,7 +1856,7 @@ foreach($mainmenuusedarray as $val)
       }
       form#login {
       	padding-bottom: 30px;
      -	font-size: 13px;
      +	font-size: 14px;
       	vertical-align: middle;
       }
       .login_table_title {
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 2b760fcd894..80a79b0245a 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1867,7 +1867,7 @@ a.tmenuimage {
       }
       form#login {
       	padding-bottom: 30px;
      -	font-size: 13px;
      +	font-size: 14px;
       	vertical-align: middle;
       }
       .login_table_title {
      
      From 20d7c8bb8cd714c2b572db70be4b20a0dd59902e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 15:01:50 +0200
      Subject: [PATCH 0654/1013] FIX Total of timespent
      
      ---
       htdocs/core/js/timesheet.js | 13 +++++++------
       1 file changed, 7 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/core/js/timesheet.js b/htdocs/core/js/timesheet.js
      index 44180b42acb..3bd93555d76 100644
      --- a/htdocs/core/js/timesheet.js
      +++ b/htdocs/core/js/timesheet.js
      @@ -222,20 +222,21 @@ function updateTotal(days,mode)
               else jQuery('.totalDay'+days).removeClass("bold");
           	jQuery('.totalDay'+days).text(pad(total.getHours())+':'+pad(total.getMinutes()));
       
      -    	var total = new Date(0);
      -        total.setHours(0);
      -        total.setMinutes(0);
      +    	var totalhour = 0;
      +    	var totalmin = 0;
               for (var i=0; i<7; i++)
               {
               	var taskTime= new Date(0);
               	result=parseTime(jQuery('.totalDay'+i).text(),taskTime);
               	if (result >= 0)
               	{
      -        		total.setHours(total.getHours()+taskTime.getHours());
      -        		total.setMinutes(total.getMinutes()+taskTime.getMinutes());
      +        		totalhour = totalhour + taskTime.getHours();
      +        		totalmin = totalmin + taskTime.getMinutes();
               	}
               }
      -    	jQuery('.totalDayAll').text(pad(total.getHours())+':'+pad(total.getMinutes()));
      +        morehours = Math.floor(totalmin / 60);
      +        totalmin = totalmin % 60;
      +    	jQuery('.totalDayAll').text(pad(morehours + totalhour)+':'+pad(totalmin));
           }
           else
           {
      
      From 35421d135a0a638987ec774df0194bca23623783 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 15:01:50 +0200
      Subject: [PATCH 0655/1013] FIX Total of timespent
      
      Conflicts:
      	htdocs/core/js/timesheet.js
      ---
       htdocs/core/js/timesheet.js | 13 +++++++------
       1 file changed, 7 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/core/js/timesheet.js b/htdocs/core/js/timesheet.js
      index ae7d839919c..aaec6971e2f 100644
      --- a/htdocs/core/js/timesheet.js
      +++ b/htdocs/core/js/timesheet.js
      @@ -217,20 +217,21 @@ function updateTotal(days,mode)
               else jQuery('.totalDay'+days).removeClass("bold");
           	jQuery('.totalDay'+days).text(pad(total.getHours())+':'+pad(total.getMinutes()));
           	
      -    	var total = new Date(0);
      -        total.setHours(0);
      -        total.setMinutes(0); 
      +    	var totalhour = 0;
      +    	var totalmin = 0;
               for (var i=0; i<7; i++)
               {
               	var taskTime= new Date(0);
               	result=parseTime(jQuery('.totalDay'+i).text(),taskTime);
               	if (result >= 0)
               	{
      -        		total.setHours(total.getHours()+taskTime.getHours());
      -        		total.setMinutes(total.getMinutes()+taskTime.getMinutes());
      +        		totalhour = totalhour + taskTime.getHours();
      +        		totalmin = totalmin + taskTime.getMinutes();
               	}
               }
      -    	jQuery('.totalDayAll').text(pad(total.getHours())+':'+pad(total.getMinutes()));
      +        morehours = Math.floor(totalmin / 60);
      +        totalmin = totalmin % 60;
      +    	jQuery('.totalDayAll').text(pad(morehours + totalhour)+':'+pad(totalmin));
           }
           else
           {
      
      From 852b06978516e512589392b1bf226a1a574238f8 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 15:46:17 +0200
      Subject: [PATCH 0656/1013] Fix reponsive in stats pages
      
      ---
       htdocs/adherents/stats/index.php          | 2 ++
       htdocs/comm/propal/stats/index.php        | 3 ++-
       htdocs/commande/stats/index.php           | 2 ++
       htdocs/compta/deplacement/stats/index.php | 3 ++-
       htdocs/compta/facture/stats/index.php     | 3 ++-
       htdocs/compta/salaries/stats/index.php    | 2 ++
       htdocs/don/stats/index.php                | 2 ++
       htdocs/expedition/stats/index.php         | 3 +++
       htdocs/expensereport/stats/index.php      | 3 ++-
       htdocs/fichinter/stats/index.php          | 2 ++
       htdocs/projet/stats/index.php             | 2 ++
       htdocs/projet/tasks/stats/index.php       | 3 +++
       12 files changed, 26 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php
      index e3bc7287864..69958f60d76 100644
      --- a/htdocs/adherents/stats/index.php
      +++ b/htdocs/adherents/stats/index.php
      @@ -167,6 +167,7 @@ print '<br><br>';
       $data = $stats->getAllByYear();
       
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -207,6 +208,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
      index b7f6bd68493..fc2b9c17ba4 100644
      --- a/htdocs/comm/propal/stats/index.php
      +++ b/htdocs/comm/propal/stats/index.php
      @@ -276,6 +276,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<br><br>';
       //}
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -318,7 +319,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      -
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
      index 49e7d5cfb60..d85b30792be 100644
      --- a/htdocs/commande/stats/index.php
      +++ b/htdocs/commande/stats/index.php
      @@ -302,6 +302,7 @@ print '</form>';
       print '<br><br>';
       
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -346,6 +347,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/compta/deplacement/stats/index.php b/htdocs/compta/deplacement/stats/index.php
      index 193e2c7e9a9..207e19fc265 100644
      --- a/htdocs/compta/deplacement/stats/index.php
      +++ b/htdocs/compta/deplacement/stats/index.php
      @@ -256,6 +256,7 @@ print '</table>';
       print '</form>';
       print '<br><br>';
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="border" width="100%">';
       print '<tr height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -288,7 +289,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      -
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php
      index 04603076b07..cbf147a8dff 100644
      --- a/htdocs/compta/facture/stats/index.php
      +++ b/htdocs/compta/facture/stats/index.php
      @@ -280,6 +280,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<br><br>';
       //}
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -323,7 +324,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      -
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      diff --git a/htdocs/compta/salaries/stats/index.php b/htdocs/compta/salaries/stats/index.php
      index d5e3e226615..edb48edc303 100644
      --- a/htdocs/compta/salaries/stats/index.php
      +++ b/htdocs/compta/salaries/stats/index.php
      @@ -214,6 +214,7 @@ print '</table>';
       print '</form>';
       print '<br><br>';
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="border" width="100%">';
       print '<tr>';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -247,6 +248,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/don/stats/index.php b/htdocs/don/stats/index.php
      index 224e674e9da..e71212e806a 100644
      --- a/htdocs/don/stats/index.php
      +++ b/htdocs/don/stats/index.php
      @@ -259,6 +259,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<br><br>';
       //}
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="border" width="100%">';
       print '<tr height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -293,6 +294,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/expedition/stats/index.php b/htdocs/expedition/stats/index.php
      index a167a447d7d..43cf63cd3b3 100644
      --- a/htdocs/expedition/stats/index.php
      +++ b/htdocs/expedition/stats/index.php
      @@ -259,6 +259,8 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<br><br>';
       //}
       
      +
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -298,6 +300,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/expensereport/stats/index.php b/htdocs/expensereport/stats/index.php
      index b97129a5779..e53757be1db 100644
      --- a/htdocs/expensereport/stats/index.php
      +++ b/htdocs/expensereport/stats/index.php
      @@ -246,6 +246,7 @@ print '</table>';
       print '</form>';
       print '<br><br>';
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -281,7 +282,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      -
      +print '<div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
      index b3d5247e67d..f4df5f3c5f8 100644
      --- a/htdocs/fichinter/stats/index.php
      +++ b/htdocs/fichinter/stats/index.php
      @@ -271,6 +271,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<br><br>';
       //}
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -316,6 +317,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      diff --git a/htdocs/projet/stats/index.php b/htdocs/projet/stats/index.php
      index 46c6248ebd3..831917a76f6 100644
      --- a/htdocs/projet/stats/index.php
      +++ b/htdocs/projet/stats/index.php
      @@ -302,6 +302,7 @@ print '</table>';
       print '</form>';
       print '<br><br>';
       
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -348,6 +349,7 @@ foreach ($data_all_year as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      diff --git a/htdocs/projet/tasks/stats/index.php b/htdocs/projet/tasks/stats/index.php
      index 68b52339ebb..020a7969a64 100644
      --- a/htdocs/projet/tasks/stats/index.php
      +++ b/htdocs/projet/tasks/stats/index.php
      @@ -167,6 +167,8 @@ print '</table>';
       print '</form>';
       print '<br><br>';
       
      +
      +print '<div class="div-table-responsive-no-min">';
       print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
      @@ -195,6 +197,7 @@ foreach ($data_all_year as $val)
       }
       
       print '</table>';
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      
      From d347cf3a85b04ea11d8a2cfae348948dbac446f6 Mon Sep 17 00:00:00 2001
      From: De Coninck Laurent <laurent@adlogix.eu>
      Date: Fri, 26 Oct 2018 16:18:27 +0200
      Subject: [PATCH 0657/1013] set a message
      
      ---
       htdocs/adherents/card.php         | 66 ++++++++++++++++---------------
       htdocs/core/lib/functions.lib.php |  2 +-
       2 files changed, 36 insertions(+), 32 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index c9a8eebf0fe..2aceb437d23 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -634,25 +634,27 @@ if (empty($reshook))
       					$msg     = $arraydefaultmessage->content;
       				}
       
      -                if (empty($labeltouse)) {
      +                if (empty($labeltouse) || (int)$labeltouse === -1) {
                           //fallback on the old configuration.
      -                    $subject = $conf->global->ADHERENT_MAIL_VALID_SUBJECT;
      -                    $msg = $conf->global->ADHERENT_MAIL_VALID;
      +                    setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      +                    $error++;
      +                }else{
      +                    $substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      +                    complete_substitutions_array($substitutionarray, $outputlangs, $object);
      +                    $subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      +                    $texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnValid()), $substitutionarray, $outputlangs);
      +
      +                    $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++;
      +                        setEventMessages($object->error, $object->errors, 'errors');
      +                    }
                       }
       
      -				$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      -				complete_substitutions_array($substitutionarray, $outputlangs, $object);
      -				$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      -				$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnValid()), $substitutionarray, $outputlangs);
       
      -				$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++;
      -					setEventMessages($object->error, $object->errors, 'errors');
      -				}
       			}
       		}
       		else
      @@ -713,26 +715,28 @@ if (empty($reshook))
       						$msg     = $arraydefaultmessage->content;
       					}
       
      -                    if (empty($labeltouse)) {
      +                    if (empty($labeltouse) || (int)$labeltouse === -1) {
                               //fallback on the old configuration.
      -                        $subject = $conf->global->ADHERENT_MAIL_RESIL_SUBJECT;
      -                        $msg = $conf->global->ADHERENT_MAIL_RESIL;
      +                        setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      +                        $error++;
      +                    }else{
      +                        $substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      +                        complete_substitutions_array($substitutionarray, $outputlangs, $object);
      +                        $subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      +                        $texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnResiliate()), $substitutionarray, $outputlangs);
      +
      +                        $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++;
      +                            setEventMessages($object->error, $object->errors, 'errors');
      +                        }
                           }
      +                }
       
      -					$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      -					complete_substitutions_array($substitutionarray, $outputlangs, $object);
      -					$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      -					$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnResiliate()), $substitutionarray, $outputlangs);
       
      -					$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++;
      -					setEventMessages($object->error, $object->errors, 'errors');
      -				}
       			}
       			else
       			{
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 3ec1f226993..6649bf17bbb 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6555,7 +6555,7 @@ function get_htmloutput_errors($mesgstring='', $mesgarray='', $keepembedded=0)
        *  @see    dol_htmloutput_errors
        *  @see    setEventMessages
        */
      -function dol_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok', $keepembedded=0)
      +function dol_htmloutput_mesg($mesgstring = '',$mesgarray = [], $style = 'ok', $keepembedded=0)
       {
       	if (empty($mesgstring) && (! is_array($mesgarray) || count($mesgarray) == 0)) return;
       
      
      From d800fe925625790ef14680a068936eadaf0b2eb8 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 16:21:01 +0200
      Subject: [PATCH 0658/1013] FIX extrafields of taks not visible in creation
      
      ---
       htdocs/projet/tasks.php | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 145c1742077..94a51ef3d01 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -490,7 +490,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
       
       	// Planned workload
       	print '<tr><td>'.$langs->trans("PlannedWorkload").'</td><td>';
      -	print $form->select_duration('planned_workload', $planned_workload?$planned_workload : $object->planned_workload,0,'text');
      +	print $form->select_duration('planned_workload', $planned_workload?$planned_workload : 0, 0, 'text');
       	print '</td></tr>';
       
       	// Progress
      @@ -506,11 +506,12 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
       
       	// Other options
       	$parameters=array();
      -	$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
      +	$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$taskstatic,$action); // Note that $action and $object may have been modified by hook
           print $hookmanager->resPrint;
      +
           if (empty($reshook) && ! empty($extrafields_task->attribute_label))
       	{
      -		print $object->showOptionals($extrafields_task,'edit');
      +		print $taskstatic->showOptionals($extrafields_task,'edit');		// Do not use $object here that is object of project
       	}
       
       	print '</table>';
      
      From 087b68948d6afc8e95366dbdd448d9c579a327cd Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 17:32:32 +0200
      Subject: [PATCH 0659/1013] Fix: do not use point for graph with too many
       points.
      
      ---
       htdocs/compta/bank/graph.php         |  8 ++++----
       htdocs/core/class/dolgraph.class.php | 14 +++++++-------
       2 files changed, 11 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php
      index 7dad720139a..517c616ec28 100644
      --- a/htdocs/compta/bank/graph.php
      +++ b/htdocs/compta/bank/graph.php
      @@ -265,7 +265,7 @@ else
       		unset($amounts);
       	}
       
      -	// Tableau 2
      +	// Graph Balance for the year
       
       	if ($mode == 'standard')
       	{
      @@ -384,7 +384,7 @@ else
       		$px2->SetTitle($title);
       		$px2->SetWidth($WIDTH);
       		$px2->SetHeight($HEIGHT);
      -		$px2->SetType(array('lines','lines','lines'));
      +		$px2->SetType(array('linesnopoint','linesnopoint','linesnopoint'));
       		$px2->setBgColor('onglet');
       		$px2->setBgColorGrid(array(255,255,255));
       		$px2->SetHideXGrid(true);
      @@ -403,7 +403,7 @@ else
       		unset($amounts);
       	}
       
      -	// Tableau 3 - All time line
      +	// Graph 3 - Balance for all time line
       
       	if ($mode == 'showalltime')
       	{
      @@ -500,7 +500,7 @@ else
       		$px3->SetTitle($title);
       		$px3->SetWidth($WIDTH);
       		$px3->SetHeight($HEIGHT);
      -		$px3->SetType(array('lines','lines','lines'));
      +		$px3->SetType(array('linesnopoint','linesnopoint','linesnopoint'));
       		$px3->setBgColor('onglet');
       		$px3->setBgColorGrid(array(255,255,255));
       		$px3->SetPrecisionY(0);
      diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php
      index cdf66aabb64..195bec09daf 100644
      --- a/htdocs/core/class/dolgraph.class.php
      +++ b/htdocs/core/class/dolgraph.class.php
      @@ -704,7 +704,7 @@ class DolGraph
       		// Create graph
       		$classname='';
       		if (! isset($this->type[0]) || $this->type[0] == 'bars')  $classname='BarPlot';    // Only one type (first one) is supported by artichow
      -		else if ($this->type[0] == 'lines') $classname='LinePlot';
      +		else if ($this->type[0] == 'lines' || $this->type[0] == 'linesnopoint') $classname='LinePlot';
       		else $classname='TypeUnknown';
       		include_once ARTICHOW_PATH.$classname.'.class.php';
       
      @@ -809,7 +809,7 @@ class DolGraph
       				$plot->SetYMin($this->MinValue);
       			}
       
      -			if ($this->type[0] == 'lines')
      +			if ($this->type[0] == 'lines' || $this->type[0] == 'linesnopoint')
       			{
       				$color=new Color($this->datacolor[$i][0],$this->datacolor[$i][1],$this->datacolor[$i][2],20);
       				$colorbis=new Color(min($this->datacolor[$i][0]+20,255),min($this->datacolor[$i][1]+20,255),min($this->datacolor[$i][2]+20,255),60);
      @@ -840,8 +840,8 @@ class DolGraph
       			// solve a bug in Artichow with UTF8
       			if (count($this->Legend))
       			{
      -				if ($this->type[0] == 'bars')  $group->legend->add($plot, $this->Legend[$i], LEGEND_BACKGROUND);
      -				if ($this->type[0] == 'lines') $group->legend->add($plot, $this->Legend[$i], LEGEND_LINE);
      +				if ($this->type[0] == 'bars')  										$group->legend->add($plot, $this->Legend[$i], LEGEND_BACKGROUND);
      +				if ($this->type[0] == 'lines' || $this->type[0] == 'linesnopoint')	$group->legend->add($plot, $this->Legend[$i], LEGEND_LINE);
       			}
       			$group->add($plot);
       
      @@ -880,7 +880,7 @@ class DolGraph
       	 * @param	string	$fileurl	Url path to show image if saved onto disk. Never used here.
       	 * @return	void
       	 */
      -	private function draw_jflot($file,$fileurl)
      +	private function draw_jflot($file, $fileurl)
       	{
               // phpcs:enable
       		global $artichow_defaultfont;
      @@ -1084,7 +1084,7 @@ class DolGraph
       				$color=sprintf("%02x%02x%02x",$this->datacolor[$i][0],$this->datacolor[$i][1],$this->datacolor[$i][2]);
       				$this->stringtoshow.='{ ';
       				if (! isset($this->type[$i]) || $this->type[$i] == 'bars') $this->stringtoshow.='bars: { lineWidth: 1, show: true, align: "'.($i==$firstlot?'center':'left').'", barWidth: 0.5 }, ';
      -				if (isset($this->type[$i]) && $this->type[$i] == 'lines') $this->stringtoshow.='lines: { show: true, fill: false }, points: { show: true }, ';
      +				if (isset($this->type[$i]) && ($this->type[$i] == 'lines' || $this->type[$i] == 'linesnopoint')) $this->stringtoshow.='lines: { show: true, fill: false }, points: { show: '.($this->type[$i] == 'linesnopoint' ? 'false' : 'true').' }, ';
       				$this->stringtoshow.='color: "#'.$color.'", label: "'.(isset($this->Legend[$i]) ? dol_escape_js($this->Legend[$i]) : '').'", data: d'.$i.' }';
       				$i++;
       			}
      @@ -1108,7 +1108,7 @@ class DolGraph
       			// Background color
       			$color1=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[0],$this->bgcolorgrid[2]);
       			$color2=sprintf("%02x%02x%02x",$this->bgcolorgrid[0],$this->bgcolorgrid[1],$this->bgcolorgrid[2]);
      -			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] }, borderWidth: 1, borderColor: \'#f3f3f3\', tickColor  : \'#f3f3f3\' }'."\n";
      +			$this->stringtoshow.=', grid: { hoverable: true, backgroundColor: { colors: ["#'.$color1.'", "#'.$color2.'"] }, borderWidth: 1, borderColor: \'#eee\', tickColor  : \'#f3f3f3\' }'."\n";
       			//$this->stringtoshow.=', shadowSize: 20'."\n";    TODO Uncommet this
       			$this->stringtoshow.='});'."\n";
       			$this->stringtoshow.='}'."\n";
      
      From 866a7df510fe6528c48a20eadd32127c0b7a4ad3 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Fri, 26 Oct 2018 18:23:48 +0200
      Subject: [PATCH 0660/1013] FIX $forceentity is not used, replace by
       $currentobject if needed
      
      ---
       htdocs/core/lib/functions.lib.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index d15d07e4c6e..ef9703cf946 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -115,16 +115,16 @@ function getDoliDBInstance($type, $host, $user, $pass, $name, $port)
        *									'c_paiement', 'c_payment_term', ...
        * 	@param	int		$shared			0=Return id of current entity only,
        * 									1=Return id of current entity + shared entities (default)
      - *  @param	int		$forceentity	Entity id
      + *  @param	object	$currentobject	Current object if needed
        * 	@return	mixed				Entity id(s) to use
        */
      -function getEntity($element, $shared=1, $forceentity=null)
      +function getEntity($element, $shared=1, $currentobject=null)
       {
       	global $conf, $mc;
       
       	if (is_object($mc))
       	{
      -		return $mc->getEntity($element, $shared, $forceentity);
      +		return $mc->getEntity($element, $shared, $currentobject);
       	}
       	else
       	{
      
      From 35ab3c9aadbbe567279b9019ffac6489257d16dc Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 26 Oct 2018 18:24:04 +0200
      Subject: [PATCH 0661/1013] Update holiday.php
      
      ---
       htdocs/admin/holiday.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
      index c02c9bd480d..c1c5fe58b45 100644
      --- a/htdocs/admin/holiday.php
      +++ b/htdocs/admin/holiday.php
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2011-2013      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2011-2018      Philippe Grand	    <philippe.grand@atoo-net.com>
        * Copyright (C) 2018		    Charlene 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
      @@ -513,7 +514,6 @@ print '<input type="submit" class="button" value="'.$langs->trans("Save").'">';
       print '</div>';
       
       print '</form>';
      -
       }
       
       
      
      From d3893b8b959ca979c8ec44f9d2a73f9893c91678 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 19:00:24 +0200
      Subject: [PATCH 0662/1013] Debug v9
      
      ---
       htdocs/core/class/html.formprojet.class.php   |  5 +++-
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  3 ++
       htdocs/install/mysql/tables/llx_paiement.sql  |  2 +-
       .../mysql/tables/llx_payment_salary.sql       |  3 +-
       .../mysql/tables/llx_payment_various.sql      |  3 +-
       htdocs/langs/en_US/projects.lang              | 28 +++++++++----------
       htdocs/projet/element.php                     |  6 ++--
       htdocs/projet/tasks/time.php                  |  8 +++++-
       8 files changed, 37 insertions(+), 21 deletions(-)
      
      diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
      index b2166453bbd..bc62ebc7604 100644
      --- a/htdocs/core/class/html.formprojet.class.php
      +++ b/htdocs/core/class/html.formprojet.class.php
      @@ -490,7 +490,7 @@ class FormProjets
       		if ($table_element == 'projet_task') return '';		// Special cas of element we never link to a project (already always done)
       
       		$linkedtothirdparty=false;
      -		if (! in_array($table_element, array('don','expensereport_det','expensereport','loan','stock_mouvement','chargesociales'))) $linkedtothirdparty=true;
      +		if (! in_array($table_element, array('don','expensereport_det','expensereport','loan','stock_mouvement','payment_salary','payment_various','chargesociales'))) $linkedtothirdparty=true;
       
       		$sqlfilter='';
       
      @@ -533,6 +533,9 @@ class FormProjets
       				$sql = 'SELECT t.rowid, t.label as ref';
       				$projectkey='fk_origin';
       				break;
      +			case "payment_salary":
      +				$sql = "SELECT t.rowid, t.num_payment as ref";	// TODO In a future fill and use real ref field
      +				break;
       			case "payment_various":
       				$sql = "SELECT t.rowid, t.num_payment as ref";
       				break;
      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 f98c932943c..40660508ad6 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
      @@ -72,8 +72,11 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_VALIDATE','Expense report validated','Executed when an expense report is validated','expensereport',202);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       
      +ALTER TABLE llx_payment_salary ADD COLUMN ref varchar(30) NULL;
       ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after amount;
       
      +ALTER TABLE llx_payment_various ADD COLUMN ref varchar(30) NULL;
      +
       ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255);
       
       ALTER TABLE llx_paiement ADD COLUMN ext_payment_id varchar(128);
      diff --git a/htdocs/install/mysql/tables/llx_paiement.sql b/htdocs/install/mysql/tables/llx_paiement.sql
      index 6eb6b28f695..25c0097f10e 100644
      --- a/htdocs/install/mysql/tables/llx_paiement.sql
      +++ b/htdocs/install/mysql/tables/llx_paiement.sql
      @@ -21,7 +21,7 @@
       create table llx_paiement
       (
         rowid            integer AUTO_INCREMENT PRIMARY KEY,
      -  ref              varchar(30) NOT NULL, -- payment reference number
      +  ref              varchar(30) NULL,                    -- payment reference number
         entity           integer   DEFAULT 1 NOT NULL,		-- Multi company id
         datec            datetime,							-- date de creation
         tms              timestamp,
      diff --git a/htdocs/install/mysql/tables/llx_payment_salary.sql b/htdocs/install/mysql/tables/llx_payment_salary.sql
      index 4fcbc233f33..c56e6459aa0 100644
      --- a/htdocs/install/mysql/tables/llx_payment_salary.sql
      +++ b/htdocs/install/mysql/tables/llx_payment_salary.sql
      @@ -19,6 +19,7 @@
       create table llx_payment_salary
       (
         rowid           integer AUTO_INCREMENT PRIMARY KEY,
      +  ref             varchar(30) NOT NULL,       -- payment reference number
         tms             timestamp,
         datec           datetime,                   -- Create date
         fk_user         integer NOT NULL,
      @@ -28,7 +29,7 @@ create table llx_payment_salary
         amount          double(24,8) NOT NULL DEFAULT 0,
         fk_projet       integer DEFAULT NULL,
         fk_typepayment  integer NOT NULL,
      -  num_payment     varchar(50),                -- ref
      +  num_payment     varchar(50),                -- num cheque or other
         label           varchar(255),
         datesp          date,                       -- date start period
         dateep          date,                       -- date end period
      diff --git a/htdocs/install/mysql/tables/llx_payment_various.sql b/htdocs/install/mysql/tables/llx_payment_various.sql
      index e719dae7d8c..d3351287e58 100644
      --- a/htdocs/install/mysql/tables/llx_payment_various.sql
      +++ b/htdocs/install/mysql/tables/llx_payment_various.sql
      @@ -19,7 +19,8 @@
       create table llx_payment_various
       (
         rowid                 integer AUTO_INCREMENT PRIMARY KEY,
      -  num_payment           varchar(50),				-- ref
      +  ref                   varchar(30) NOT NULL,       -- payment reference number
      +  num_payment           varchar(50),				-- num cheque or other
         label                 varchar(255),
         tms                   timestamp,
         datec                 datetime,                   -- Create date
      diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
      index ec2061392a1..c83bccd19ad 100644
      --- a/htdocs/langs/en_US/projects.lang
      +++ b/htdocs/langs/en_US/projects.lang
      @@ -79,20 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListSalariesAssociatedProject=List of salaries associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 2c64826853c..e0ecf9d6051 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -451,7 +451,7 @@ $listofreferent=array(
       	'disableamount'=>0,
       	'urlnew'=>DOL_URL_ROOT.'/compta/salaries/card.php?action=create&projectid='.$id,
       	'lang'=>'salaries',
      -	'buttonnew'=>'AddSalariesPayment',
      +	'buttonnew'=>'AddSalaryPayment',
       	'testnew'=>$user->rights->salaries->write,
       	'test'=>$conf->salaries->enabled && $user->rights->salaries->read),
       'variouspayment'=>array(
      @@ -872,7 +872,9 @@ foreach ($listofreferent as $key => $value)
       				{
       					if (empty($conf->global->PROJECT_DISABLE_UNLINK_FROM_OVERVIEW) || $user->admin)		// PROJECT_DISABLE_UNLINK_FROM_OVERVIEW is empty by defaut, so this test true
       					{
      -						print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $projectid . '&action=unlink&tablename=' . $tablename . '&elementselect=' . $element->id . '">' . img_picto($langs->trans('Unlink'), 'editdelete') . '</a>';
      +						print '<a href="' . $_SERVER["PHP_SELF"] . '?id=' . $projectid . '&action=unlink&tablename=' . $tablename . '&elementselect=' . $element->id . '" class="reposition">';
      +						print img_picto($langs->trans('Unlink'), 'unlink');
      +						print '</a>';
       					}
       				}
       				print "</td>\n";
      diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
      index e432fcdf7fd..bcfc7bde557 100644
      --- a/htdocs/projet/tasks/time.php
      +++ b/htdocs/projet/tasks/time.php
      @@ -399,6 +399,11 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
                   print nl2br($projectstatic->description);
                   print '</td></tr>';
       
      +            // Bill time ?
      +            print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      +            print yn($projectstatic->bill_time);
      +            print '</td></tr>';
      +
                   // Categories
                   if($conf->categorie->enabled) {
                       print '<tr><td valign="middle">'.$langs->trans("Categories").'</td><td>';
      @@ -1090,7 +1095,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
                   	if (isset($task_time->total_ht)) print price($valuebilled, 1, $langs, 1, -1, -1, $conf->currency);
                   	print '</td>';
                   	if (! $i) $totalarray['nbfield']++;
      -            	if (! $i) $totalarray['totalvaluefield']=$totalarray['nbfield'];
      +            	if (! $i) $totalarray['totalvaluebilledfield']=$totalarray['nbfield'];
                   	$totalarray['totalvaluebilled'] += $valuebilled;
                   }
       
      @@ -1152,6 +1157,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
       		        }
       		        elseif ($totalarray['totaldurationfield'] == $i) print '<td align="right">'.convertSecondToTime($totalarray['totalduration'],'allhourmin').'</td>';
       		        elseif ($totalarray['totalvaluefield'] == $i) print '<td align="right">'.price($totalarray['totalvalue']).'</td>';
      +		        elseif ($totalarray['totalvaluebilledfield'] == $i) print '<td align="right">'.price($totalarray['totalvaluebilled']).'</td>';
       		        else print '<td></td>';
       		    }
       		    print '</tr>';
      
      From 622f31fd1e1cf9cc717b5bb8cb70e650adca9b6f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 19:01:42 +0200
      Subject: [PATCH 0663/1013] Fix ref
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      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 40660508ad6..a7efecbdc5f 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
      @@ -72,10 +72,10 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_VALIDATE','Expense report validated','Executed when an expense report is validated','expensereport',202);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       
      -ALTER TABLE llx_payment_salary ADD COLUMN ref varchar(30) NULL;
      +ALTER TABLE llx_payment_salary ADD COLUMN ref varchar(30) NULL after rowid;
       ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after amount;
       
      -ALTER TABLE llx_payment_various ADD COLUMN ref varchar(30) NULL;
      +ALTER TABLE llx_payment_various ADD COLUMN ref varchar(30) NULL after rowid;
       
       ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255);
       
      
      From 47ac420133f092f0f12dfe7b0bd8d5d5eeab9d1c Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 26 Oct 2018 20:12:46 +0200
      Subject: [PATCH 0664/1013] code comment html form class
      
      ---
       htdocs/core/class/html.form.class.php | 31 ++++++++++++++-------------
       1 file changed, 16 insertions(+), 15 deletions(-)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index c30dcec6e01..70ffa6ea006 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -3283,17 +3283,17 @@ class Form
       			if ($empty && empty($arraytypes['code'])) continue;
       
       			if ($format == 0) print '<option value="'.$id.'"';
      -			if ($format == 1) print '<option value="'.$arraytypes['code'].'"';
      -			if ($format == 2) print '<option value="'.$arraytypes['code'].'"';
      -			if ($format == 3) print '<option value="'.$id.'"';
      +			elseif ($format == 1) print '<option value="'.$arraytypes['code'].'"';
      +			elseif ($format == 2) print '<option value="'.$arraytypes['code'].'"';
      +			elseif ($format == 3) print '<option value="'.$id.'"';
       			// Si selected est text, on compare avec code, sinon avec id
       			if (preg_match('/[a-z]/i', $selected) && $selected == $arraytypes['code']) print ' selected';
       			elseif ($selected == $id) print ' selected';
       			print '>';
       			if ($format == 0) $value=($maxlength?dol_trunc($arraytypes['label'],$maxlength):$arraytypes['label']);
      -			if ($format == 1) $value=$arraytypes['code'];
      -			if ($format == 2) $value=($maxlength?dol_trunc($arraytypes['label'],$maxlength):$arraytypes['label']);
      -			if ($format == 3) $value=$arraytypes['code'];
      +			elseif ($format == 1) $value=$arraytypes['code'];
      +			elseif ($format == 2) $value=($maxlength?dol_trunc($arraytypes['label'],$maxlength):$arraytypes['label']);
      +			elseif ($format == 3) $value=$arraytypes['code'];
       			print $value?$value:'&nbsp;';
       			print '</option>';
       		}
      @@ -3806,18 +3806,18 @@ class Form
       					{
       						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>'.$input['label'].'</td><td align="left"><input type="text" class="flat'.$morecss.'" id="'.$input['name'].'" name="'.$input['name'].'"'.$size.' value="'.$input['value'].'"'.$moreattr.' /></td></tr>'."\n";
       					}
      -					else if ($input['type'] == 'password')
      +					elseif ($input['type'] == 'password')
       					{
       						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>'.$input['label'].'</td><td align="left"><input type="password" class="flat'.$morecss.'" id="'.$input['name'].'" name="'.$input['name'].'"'.$size.' value="'.$input['value'].'"'.$moreattr.' /></td></tr>'."\n";
       					}
      -					else if ($input['type'] == 'select')
      +					elseif ($input['type'] == 'select')
       					{
       						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>';
       						if (! empty($input['label'])) $more.=$input['label'].'</td><td class="tdtop" align="left">';
       						$more.=$this->selectarray($input['name'],$input['values'],$input['default'],1,0,0,$moreattr,0,0,0,'',$morecss);
       						$more.='</td></tr>'."\n";
       					}
      -					else if ($input['type'] == 'checkbox')
      +					elseif ($input['type'] == 'checkbox')
       					{
       						$more.='<tr>';
       						$more.='<td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>'.$input['label'].' </td><td align="left">';
      @@ -3828,7 +3828,7 @@ class Form
       						$more.=' /></td>';
       						$more.='</tr>'."\n";
       					}
      -					else if ($input['type'] == 'radio')
      +					elseif ($input['type'] == 'radio')
       					{
       						$i=0;
       						foreach($input['values'] as $selkey => $selval)
      @@ -3844,7 +3844,7 @@ class Form
       							$i++;
       						}
       					}
      -					else if ($input['type'] == 'date')
      +					elseif ($input['type'] == 'date')
       					{
       						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>'.$input['label'].'</td>';
       						$more.='<td align="left">';
      @@ -3856,7 +3856,7 @@ class Form
       						$formquestion[] = array('name'=>$input['name'].'hour');
       						$formquestion[] = array('name'=>$input['name'].'min');
       					}
      -					else if ($input['type'] == 'other')
      +					elseif ($input['type'] == 'other')
       					{
       						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>';
       						if (! empty($input['label'])) $more.=$input['label'].'</td><td align="left">';
      @@ -3864,7 +3864,7 @@ class Form
       						$more.='</td></tr>'."\n";
       					}
       
      -					else if ($input['type'] == 'onecolumn')
      +					elseif ($input['type'] == 'onecolumn')
       					{
       						$more.='<tr><td colspan="2" align="left">';
       						$more.=$input['value'];
      @@ -4589,6 +4589,7 @@ class Form
       	 *
       	 *    @param	string	$selected    preselected currency code
       	 *    @param    string	$htmlname    name of HTML select list
      +     *    @deprecated
       	 *    @return	void
       	 */
       	function select_currency($selected='',$htmlname='currency_id')
      @@ -4976,7 +4977,7 @@ 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
      +	 *  @return	string|void					Nothing or string if nooutput is 1
            *  @deprecated
       	 *  @see    form_date, select_month, select_year, select_dayofweek
       	 */
      @@ -5374,7 +5375,7 @@ class Form
       	 *						            if 'textselect' input hour is in text and input min is a combo
       	 *  @param	integer	$minunderhours	If 1, show minutes selection under the hours
       	 * 	@param	int	$nooutput		    Do not output html string but return it
      -	 *  @return	string|null
      +	 *  @return	string|void
       	 */
       	function select_duration($prefix, $iSecond='', $disabled=0, $typehour='select', $minunderhours=0, $nooutput=0)
       	{
      
      From b80d2fa12de04de26a573a2529129e77b5d6bdf9 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Fri, 26 Oct 2018 21:09:46 +0200
      Subject: [PATCH 0665/1013] fill empty catch with log
      
      ---
       .../doc/doc_generic_order_odt.modules.php     |   2 +-
       .../doc/doc_generic_contract_odt.modules.php  |  17 +-
       .../doc/doc_generic_shipment_odt.modules.php  |  29 +-
       .../doc/doc_generic_invoice_odt.modules.php   |  27 +-
       .../doc/doc_generic_product_odt.modules.php   |  37 ++-
       .../doc/doc_generic_project_odt.modules.php   | 266 +++++++++---------
       .../task/doc/doc_generic_task_odt.modules.php |  45 +--
       .../doc/doc_generic_proposal_odt.modules.php  |  19 +-
       .../societe/doc/doc_generic_odt.modules.php   |  15 +-
       .../doc/doc_generic_stock_odt.modules.php     |  17 +-
       ..._generic_supplier_proposal_odt.modules.php |  27 +-
       .../user/doc/doc_generic_user_odt.modules.php |  22 +-
       .../doc/doc_generic_usergroup_odt.modules.php |  49 ++--
       13 files changed, 338 insertions(+), 234 deletions(-)
      
      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 dff597c5593..a849d2a2c7a 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
      @@ -488,7 +488,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
       				else {
       					try {
       					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
                               $this->error=$e->getMessage();
                               dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
      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 f70514b2912..5a19d821653 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
      @@ -2,7 +2,8 @@
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012		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
       * the Free Software Foundation; either version 3 of the License, or
      @@ -354,6 +355,7 @@ class doc_generic_contract_odt extends ModelePDFContract
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -367,8 +369,9 @@ class doc_generic_contract_odt extends ModelePDFContract
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				foreach($tmparray as $key=>$value)
      @@ -384,8 +387,9 @@ class doc_generic_contract_odt extends ModelePDFContract
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -419,9 +423,11 @@ class doc_generic_contract_odt extends ModelePDFContract
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -445,6 +451,7 @@ class doc_generic_contract_odt extends ModelePDFContract
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -456,7 +463,7 @@ class doc_generic_contract_odt extends ModelePDFContract
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
       						return -1;
       					}
      @@ -464,7 +471,7 @@ class doc_generic_contract_odt extends ModelePDFContract
       				else {
       					try {
       					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
       						return -1;
       					}
      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 38696cb3cc2..6a1543af4cf 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
      @@ -4,8 +4,8 @@
        * 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>
      -
      -*
      + * 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
      @@ -347,6 +347,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -362,6 +363,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       				}
       				catch(OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Make substitutions into odt of user info
      @@ -381,8 +383,9 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Make substitutions into odt of mysoc
      @@ -402,8 +405,9 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Make substitutions into odt of thirdparty
      @@ -421,8 +425,9 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of object + external modules
      @@ -446,6 +451,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -478,9 +484,11 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -488,7 +496,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       						$odfHandler->mergeSegment($listlines);
       					}
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
       					$this->error=$e->getMessage();
       					dol_syslog($this->error, LOG_WARNING);
      @@ -502,8 +510,9 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -515,16 +524,18 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
       					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 a823bae2d4b..bfe22b93ae3 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
      @@ -1,9 +1,10 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<ely@users.sourceforge.net>
      -* Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      -* Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
      -* Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
      -*
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
      + * Copyright (C) 2016		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
       * the Free Software Foundation; either version 3 of the License, or
      @@ -355,9 +356,10 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       						)
       					);
       				}
      -				catch(Exception $e)
      +				catch (Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -371,8 +373,9 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -410,8 +413,9 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -444,9 +448,11 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -470,6 +476,7 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -483,14 +490,16 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       						$odfHandler->exportAsAttachedPDF($file);
       					}catch (Exception $e){
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						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 82b33d35240..979b6fbe7fd 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
      @@ -1,7 +1,8 @@
       <?php
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@products.sourceforge.net>
        * Copyright (C) 2012		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
       * the Free Software Foundation; either version 3 of the License, or
      @@ -358,16 +359,17 @@ class doc_generic_product_odt extends ModelePDFProduct
       					$odfHandler = new odf(
       						$srctemplatepath,
       						array(
      -						'PATH_TO_TMP'	  => $conf->produit->dir_temp,
      -						'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      -						'DELIMITER_LEFT'  => '{',
      -						'DELIMITER_RIGHT' => '}'
      +							'PATH_TO_TMP'	  => $conf->produit->dir_temp,
      +							'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      +							'DELIMITER_LEFT'  => '{',
      +							'DELIMITER_RIGHT' => '}'
       						)
       					);
       				}
      -				catch(Exception $e)
      +				catch (Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -382,8 +384,9 @@ class doc_generic_product_odt extends ModelePDFProduct
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -418,8 +421,9 @@ class doc_generic_product_odt extends ModelePDFProduct
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -440,11 +444,13 @@ class doc_generic_product_odt extends ModelePDFProduct
       								{
       									$listlines->setVars($key, $val, true, 'UTF-8');
       								}
      -								catch(OdfException $e)
      +								catch (OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
      -								catch(SegmentException $e)
      +								catch (SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -452,7 +458,7 @@ class doc_generic_product_odt extends ModelePDFProduct
       					}
       					$odfHandler->mergeSegment($listlines);
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
       					$this->error=$e->getMessage();
       					dol_syslog($this->error, LOG_WARNING);
      @@ -468,6 +474,7 @@ class doc_generic_product_odt extends ModelePDFProduct
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -479,16 +486,18 @@ class doc_generic_product_odt extends ModelePDFProduct
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 bc5da5e306b..d2fa94ceb1e 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
      @@ -3,6 +3,7 @@
        * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013		Florian Henry		<florian.henry@ope-concept.pro>
        * Copyright (C) 2016		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
      @@ -596,10 +597,9 @@ class doc_generic_project_odt extends ModelePDFProjects
       						'DELIMITER_RIGHT' => '}'
       						)
       					);
      -				}
      -				catch(Exception $e)
      -				{
      +				} catch (Exception $e) {
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -641,8 +641,9 @@ class doc_generic_project_odt extends ModelePDFProjects
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -672,9 +673,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       							}
       							catch(OdfException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       							catch(SegmentException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       						}
       
      @@ -721,9 +724,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       									}
       									catch(OdfException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       									catch(SegmentException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       								}
       								$listlinestaskres->merge();
      @@ -768,9 +773,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       									}
       									catch(OdfException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       									catch(SegmentException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       								}
       								$listlinestasktime->merge();
      @@ -806,9 +813,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       									}
       									catch(OdfException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       									catch(SegmentException $e)
       									{
      +										dol_syslog($e->getMessage(), LOG_INFO);
       									}
       								}
       								$listlinestasktime->merge();
      @@ -835,11 +844,13 @@ class doc_generic_project_odt extends ModelePDFProjects
       								{
       									$listtasksfiles->setVars($key, $val, true, 'UTF-8');
       								}
      -								catch(OdfException $e)
      +								catch (OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
      -								catch(SegmentException $e)
      +								catch (SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listtasksfiles->merge();
      @@ -881,9 +892,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       							}
       							catch(OdfException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       							catch(SegmentException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       						}
       						$listlines->merge();
      @@ -938,9 +951,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -958,113 +973,113 @@ class doc_generic_project_odt extends ModelePDFProjects
       				//List of referent
       
       				$listofreferent = array(
      -						'propal' => array(
      -								'title' => "ListProposalsAssociatedProject",
      -								'class' => 'Propal',
      -								'table' => 'propal',
      -								'test' => $conf->propal->enabled && $user->rights->propale->lire
      -						),
      -						'order' => array(
      -								'title' => "ListOrdersAssociatedProject",
      -								'class' => 'Commande',
      -								'table' => 'commande',
      -								'test' => $conf->commande->enabled && $user->rights->commande->lire
      -						),
      -						'invoice' => array(
      -								'title' => "ListInvoicesAssociatedProject",
      -								'class' => 'Facture',
      -								'table' => 'facture',
      -								'test' => $conf->facture->enabled && $user->rights->facture->lire
      -						),
      -						'invoice_predefined' => array(
      -								'title' => "ListPredefinedInvoicesAssociatedProject",
      -								'class' => 'FactureRec',
      -								'table' => 'facture_rec',
      -								'test' => $conf->facture->enabled && $user->rights->facture->lire
      -						),
      -						'proposal_supplier' => array(
      -								'title' => "ListSupplierProposalsAssociatedProject",
      -								'class' => 'SupplierProposal',
      -								'table' => 'supplier_proposal',
      -								'test' => $conf->supplier_proposal->enabled && $user->rights->supplier_proposal->lire
      -						),
      -						'order_supplier' => array(
      -								'title' => "ListSupplierOrdersAssociatedProject",
      -								'table' => 'commande_fournisseur',
      -								'class' => 'CommandeFournisseur',
      -								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->commande->lire
      -						),
      -						'invoice_supplier' => array(
      -								'title' => "ListSupplierInvoicesAssociatedProject",
      -								'table' => 'facture_fourn',
      -								'class' => 'FactureFournisseur',
      -								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire
      -						),
      -						'contract' => array(
      -								'title' => "ListContractAssociatedProject",
      -								'class' => 'Contrat',
      -								'table' => 'contrat',
      -								'test' => $conf->contrat->enabled && $user->rights->contrat->lire
      -						),
      -						'intervention' => array(
      -								'title' => "ListFichinterAssociatedProject",
      -								'class' => 'Fichinter',
      -								'table' => 'fichinter',
      -								'disableamount' => 1,
      -								'test' => $conf->ficheinter->enabled && $user->rights->ficheinter->lire
      -						),
      -						'shipping' => array(
      -								'title' => "ListShippingAssociatedProject",
      -								'class' => 'Expedition',
      -								'table' => 'expedition',
      -								'disableamount' => 1,
      -								'test' => $conf->expedition->enabled && $user->rights->expedition->lire
      -						),
      -						'trip' => array(
      -								'title' => "ListTripAssociatedProject",
      -								'class' => 'Deplacement',
      -								'table' => 'deplacement',
      -								'disableamount' => 1,
      -								'test' => $conf->deplacement->enabled && $user->rights->deplacement->lire
      -						),
      -						'expensereport' => array(
      -								'title' => "ListExpenseReportsAssociatedProject",
      -								'class' => 'ExpenseReportLine',
      -								'table' => 'expensereport_det',
      -								'test' => $conf->expensereport->enabled && $user->rights->expensereport->lire
      -						),
      -						'donation' => array(
      -								'title' => "ListDonationsAssociatedProject",
      -								'class' => 'Don',
      -								'table' => 'don',
      -								'test' => $conf->don->enabled && $user->rights->don->lire
      -						),
      -						'loan' => array(
      -								'title' => "ListLoanAssociatedProject",
      -								'class' => 'Loan',
      -								'table' => 'loan',
      -								'test' => $conf->loan->enabled && $user->rights->loan->read
      -						),
      -						'chargesociales' => array(
      -								'title' => "ListSocialContributionAssociatedProject",
      -								'class' => 'ChargeSociales',
      -								'table' => 'chargesociales',
      -								'urlnew' => DOL_URL_ROOT . '/compta/sociales/card.php?action=create&projectid=' . $id,
      -								'test' => $conf->tax->enabled && $user->rights->tax->charges->lire
      -						),
      -						'stock_mouvement' => array(
      -								'title' => "ListMouvementStockProject",
      -								'class' => 'MouvementStock',
      -								'table' => 'stock_mouvement',
      -								'test' => ($conf->stock->enabled && $user->rights->stock->mouvement->lire && ! empty($conf->global->STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW))
      -						),
      -						'agenda' => array(
      -								'title' => "ListActionsAssociatedProject",
      -								'class' => 'ActionComm',
      -								'table' => 'actioncomm',
      -								'disableamount' => 1,
      -								'test' => $conf->agenda->enabled && $user->rights->agenda->allactions->lire
      -						)
      +					'propal' => array(
      +						'title' => "ListProposalsAssociatedProject",
      +						'class' => 'Propal',
      +						'table' => 'propal',
      +						'test' => $conf->propal->enabled && $user->rights->propale->lire
      +					),
      +					'order' => array(
      +						'title' => "ListOrdersAssociatedProject",
      +						'class' => 'Commande',
      +						'table' => 'commande',
      +						'test' => $conf->commande->enabled && $user->rights->commande->lire
      +					),
      +					'invoice' => array(
      +						'title' => "ListInvoicesAssociatedProject",
      +						'class' => 'Facture',
      +						'table' => 'facture',
      +						'test' => $conf->facture->enabled && $user->rights->facture->lire
      +					),
      +					'invoice_predefined' => array(
      +						'title' => "ListPredefinedInvoicesAssociatedProject",
      +						'class' => 'FactureRec',
      +						'table' => 'facture_rec',
      +						'test' => $conf->facture->enabled && $user->rights->facture->lire
      +					),
      +					'proposal_supplier' => array(
      +						'title' => "ListSupplierProposalsAssociatedProject",
      +						'class' => 'SupplierProposal',
      +						'table' => 'supplier_proposal',
      +						'test' => $conf->supplier_proposal->enabled && $user->rights->supplier_proposal->lire
      +					),
      +					'order_supplier' => array(
      +						'title' => "ListSupplierOrdersAssociatedProject",
      +						'table' => 'commande_fournisseur',
      +						'class' => 'CommandeFournisseur',
      +						'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->commande->lire
      +					),
      +					'invoice_supplier' => array(
      +						'title' => "ListSupplierInvoicesAssociatedProject",
      +						'table' => 'facture_fourn',
      +						'class' => 'FactureFournisseur',
      +						'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire
      +					),
      +					'contract' => array(
      +						'title' => "ListContractAssociatedProject",
      +						'class' => 'Contrat',
      +						'table' => 'contrat',
      +						'test' => $conf->contrat->enabled && $user->rights->contrat->lire
      +					),
      +					'intervention' => array(
      +						'title' => "ListFichinterAssociatedProject",
      +						'class' => 'Fichinter',
      +						'table' => 'fichinter',
      +						'disableamount' => 1,
      +						'test' => $conf->ficheinter->enabled && $user->rights->ficheinter->lire
      +					),
      +					'shipping' => array(
      +						'title' => "ListShippingAssociatedProject",
      +						'class' => 'Expedition',
      +						'table' => 'expedition',
      +						'disableamount' => 1,
      +						'test' => $conf->expedition->enabled && $user->rights->expedition->lire
      +					),
      +					'trip' => array(
      +						'title' => "ListTripAssociatedProject",
      +						'class' => 'Deplacement',
      +						'table' => 'deplacement',
      +						'disableamount' => 1,
      +						'test' => $conf->deplacement->enabled && $user->rights->deplacement->lire
      +					),
      +					'expensereport' => array(
      +						'title' => "ListExpenseReportsAssociatedProject",
      +						'class' => 'ExpenseReportLine',
      +						'table' => 'expensereport_det',
      +						'test' => $conf->expensereport->enabled && $user->rights->expensereport->lire
      +					),
      +					'donation' => array(
      +						'title' => "ListDonationsAssociatedProject",
      +						'class' => 'Don',
      +						'table' => 'don',
      +						'test' => $conf->don->enabled && $user->rights->don->lire
      +					),
      +					'loan' => array(
      +						'title' => "ListLoanAssociatedProject",
      +						'class' => 'Loan',
      +						'table' => 'loan',
      +						'test' => $conf->loan->enabled && $user->rights->loan->read
      +					),
      +					'chargesociales' => array(
      +						'title' => "ListSocialContributionAssociatedProject",
      +						'class' => 'ChargeSociales',
      +						'table' => 'chargesociales',
      +						'urlnew' => DOL_URL_ROOT . '/compta/sociales/card.php?action=create&projectid=' . $id,
      +						'test' => $conf->tax->enabled && $user->rights->tax->charges->lire
      +					),
      +					'stock_mouvement' => array(
      +						'title' => "ListMouvementStockProject",
      +						'class' => 'MouvementStock',
      +						'table' => 'stock_mouvement',
      +						'test' => ($conf->stock->enabled && $user->rights->stock->mouvement->lire && ! empty($conf->global->STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW))
      +					),
      +					'agenda' => array(
      +						'title' => "ListActionsAssociatedProject",
      +						'class' => 'ActionComm',
      +						'table' => 'actioncomm',
      +						'disableamount' => 1,
      +						'test' => $conf->agenda->enabled && $user->rights->agenda->allactions->lire
      +					),
       				);
       
       				//Insert reference
      @@ -1116,11 +1131,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       										if (!empty($element->total_ht)) {
       											$ref_array['amountht']=$element->total_ht;
       											$ref_array['amountttc']=$element->total_ttc;
      -										}else {
      +										} else {
       											$ref_array['amountht']=0;
       											$ref_array['amountttc']=0;
       										}
      -									}else {
      +									} else {
       										$ref_array['amountht']='';
       										$ref_array['amountttc']='';
       									}
      @@ -1137,9 +1152,11 @@ class doc_generic_project_odt extends ModelePDFProjects
       										}
       										catch(OdfException $e)
       										{
      +											dol_syslog($e->getMessage(), LOG_INFO);
       										}
       										catch(SegmentException $e)
       										{
      +											dol_syslog($e->getMessage(), LOG_INFO);
       										}
       									}
       									$listlines->merge();
      @@ -1148,9 +1165,7 @@ class doc_generic_project_odt extends ModelePDFProjects
       						}
       						$odfHandler->mergeSegment($listlines);
       					}
      -				}
      -				catch(OdfException $e)
      -				{
      +				} catch(OdfException $e) {
       					$this->error=$e->getMessage();
       					dol_syslog($this->error, LOG_WARNING);
       					return -1;
      @@ -1162,9 +1177,8 @@ class doc_generic_project_odt extends ModelePDFProjects
       				{
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
      -					}
      -					catch(OdfException $e)
      -					{
      +					} catch (OdfException $e) {
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -1177,16 +1191,16 @@ class doc_generic_project_odt extends ModelePDFProjects
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
       						return -1;
       					}
      -				}
      -				else {
      +				} else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e){
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 46f0fdacbbb..c8c588d1f4f 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
      @@ -3,6 +3,7 @@
        * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013		Florian Henry		<florian.henry@ope-concept.pro>
        * Copyright (C) 2016		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
      @@ -560,9 +561,8 @@ class doc_generic_task_odt extends ModelePDFTask
       						{
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
      -					}
      -					catch(OdfException $e)
      -					{
      +					} catch (OdfException $e) {
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -577,15 +577,12 @@ class doc_generic_task_odt extends ModelePDFTask
       					complete_substitutions_array($tmparray, $outputlangs, $object);
       					foreach($tmparray as $key => $val)
       					{
      -						try
      -						{
      +						try {
       							$odfHandler->setVars($key, $val, true, 'UTF-8');
      -						}
      -						catch(OdfException $e)
      -						{
      -						}
      -						catch(SegmentException $e)
      -						{
      +						} catch (OdfException $e) {
      +							dol_syslog($e->getMessage(), LOG_INFO);
      +						} catch(SegmentException $e) {
      +							dol_syslog($e->getMessage(), LOG_INFO);
       						}
       					}
       
      @@ -623,15 +620,13 @@ class doc_generic_task_odt extends ModelePDFTask
       
       							foreach($tmparray as $key => $val)
       							{
      -								try
      -								{
      +								try {
       									$listlinestaskres->setVars($key, $val, true, 'UTF-8');
      +								} catch (OdfException $e) {
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
      -								catch(OdfException $e)
      -								{
      -								}
      -								catch(SegmentException $e)
      -								{
      +								catch (SegmentException $e) {
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlinestaskres->merge();
      @@ -677,9 +672,11 @@ class doc_generic_task_odt extends ModelePDFTask
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlinestasktime->merge();
      @@ -710,9 +707,11 @@ class doc_generic_task_odt extends ModelePDFTask
       							}
       							catch(OdfException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       							catch(SegmentException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       						}
       						$listtasksfiles->merge();
      @@ -752,9 +751,11 @@ class doc_generic_task_odt extends ModelePDFTask
       							}
       							catch(OdfException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       							catch(SegmentException $e)
       							{
      +								dol_syslog($e->getMessage(), LOG_INFO);
       							}
       						}
       						$listlines->merge();
      @@ -810,9 +811,11 @@ class doc_generic_task_odt extends ModelePDFTask
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -837,16 +840,18 @@ class doc_generic_task_odt extends ModelePDFTask
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
       						$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 e27fc868155..5b87f744466 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
      @@ -2,7 +2,8 @@
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2016		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
       * the Free Software Foundation; either version 3 of the License, or
      @@ -381,6 +382,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -395,8 +397,9 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -433,6 +436,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -465,9 +469,11 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -489,8 +495,9 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -502,16 +509,18 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
       					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						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 fbd4ac84e05..3650af12b24 100644
      --- a/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
      +++ b/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
      @@ -1,6 +1,8 @@
       <?php
       /* Copyright (C) 2010-2011 Laurent Destailleur <ely@users.sourceforge.net>
        * Copyright (C) 2016		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
        * the Free Software Foundation; either version 3 of the License, or
      @@ -276,6 +278,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				//print $odfHandler->__toString()."\n";
      @@ -323,9 +326,11 @@ class doc_generic_odt extends ModeleThirdPartyDoc
                       				}
                       				catch(OdfException $e)
                       				{
      +									dol_syslog($e->getMessage(), LOG_INFO);
                       				}
                       				catch(SegmentException $e)
                       				{
      +									dol_syslog($e->getMessage(), LOG_INFO);
                       				}
                       			}
                       			$listlines->merge();
      @@ -367,9 +372,10 @@ class doc_generic_odt extends ModeleThirdPartyDoc
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
       						// setVars failed, probably because key not found
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -380,8 +386,9 @@ class doc_generic_odt extends ModeleThirdPartyDoc
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -393,8 +400,9 @@ class doc_generic_odt extends ModeleThirdPartyDoc
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      @@ -413,6 +421,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
       					   $odfHandler->saveToDisk($file);
       					}catch (Exception $e){
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 fb600eee268..c9c4350e050 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
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@stocks.sourceforge.net>
        * Copyright (C) 2012		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
      @@ -368,6 +369,7 @@ class doc_generic_stock_odt extends ModelePDFStock
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -382,8 +384,9 @@ class doc_generic_stock_odt extends ModelePDFStock
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -418,8 +421,9 @@ class doc_generic_stock_odt extends ModelePDFStock
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -442,9 +446,11 @@ class doc_generic_stock_odt extends ModelePDFStock
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -468,6 +474,7 @@ class doc_generic_stock_odt extends ModelePDFStock
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -479,16 +486,18 @@ class doc_generic_stock_odt extends ModelePDFStock
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
       					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 3bf35edbe13..05bfe535ac7 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
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2016		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
      @@ -367,16 +368,17 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       					$odfHandler = new odf(
       						$srctemplatepath,
       						array(
      -						'PATH_TO_TMP'	  => $conf->supplier_proposal->dir_temp,
      -						'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      -						'DELIMITER_LEFT'  => '{',
      -						'DELIMITER_RIGHT' => '}'
      +							'PATH_TO_TMP'	  => $conf->supplier_proposal->dir_temp,
      +							'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      +							'DELIMITER_LEFT'  => '{',
      +							'DELIMITER_RIGHT' => '}'
       						)
       					);
       				}
      -				catch(Exception $e)
      +				catch (Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_INFO);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -390,8 +392,9 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_INFO);
       				}
       
       				// Define substitution array
      @@ -424,6 +427,7 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       				// Replace tags of lines
      @@ -456,9 +460,11 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       								}
       								catch(OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       								catch(SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_INFO);
       								}
       							}
       							$listlines->merge();
      @@ -482,6 +488,7 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       					}
       					catch(OdfException $e)
       					{
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       					}
       				}
       
      @@ -493,16 +500,18 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
       				else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +                        dol_syslog($e->getMessage(), LOG_INFO);
       						return -1;
       					}
       				}
      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 cacef2dcb55..f8b6e5cdaba 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
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012		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
      @@ -333,16 +334,17 @@ class doc_generic_user_odt extends ModelePDFUser
       					$odfHandler = new odf(
       						$srctemplatepath,
       						array(
      -						'PATH_TO_TMP'	  => $conf->user->dir_temp,
      -						'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      -						'DELIMITER_LEFT'  => '{',
      -						'DELIMITER_RIGHT' => '}'
      +							'PATH_TO_TMP'	  => $conf->user->dir_temp,
      +							'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      +							'DELIMITER_LEFT'  => '{',
      +							'DELIMITER_RIGHT' => '}'
       						)
       					);
       				}
       				catch(Exception $e)
       				{
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_WARNING);
       					return -1;
       				}
       
      @@ -377,6 +379,7 @@ class doc_generic_user_odt extends ModelePDFUser
       					}
       					catch(OdfException $e)
       					{
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       					}
       				}
       
      @@ -387,8 +390,9 @@ class doc_generic_user_odt extends ModelePDFUser
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       					}
       				}
       
      @@ -400,16 +404,18 @@ class doc_generic_user_odt extends ModelePDFUser
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       						return -1;
       					}
       				}
       				else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       						return -1;
       					}
       				}
      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 161c9abc3a6..1f7678371e5 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
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012		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
      @@ -355,16 +356,15 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       					$odfHandler = new odf(
       						$srctemplatepath,
       						array(
      -						'PATH_TO_TMP'	  => $conf->user->dir_temp,
      -						'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      -						'DELIMITER_LEFT'  => '{',
      -						'DELIMITER_RIGHT' => '}'
      +							'PATH_TO_TMP'	  => $conf->user->dir_temp,
      +							'ZIP_PROXY'		  => 'PclZipProxy',	// PhpZipProxy or PclZipProxy. Got "bad compression method" error when using PhpZipProxy.
      +							'DELIMITER_LEFT'  => '{',
      +							'DELIMITER_RIGHT' => '}'
       						)
       					);
      -				}
      -				catch(Exception $e)
      -				{
      +				} catch (Exception $e) {
       					$this->error=$e->getMessage();
      +					dol_syslog($e->getMessage(), LOG_WARNING);
       					return -1;
       				}
       				// After construction $odfHandler->contentXml contains content and
      @@ -378,8 +378,9 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       				try {
       					$odfHandler->setVars('free_text', $newfreetext, true, 'UTF-8');
       				}
      -				catch(OdfException $e)
      +				catch (OdfException $e)
       				{
      +					dol_syslog($e->getMessage(), LOG_WARNING);
       				}
       
       				// Make substitutions into odt
      @@ -414,8 +415,9 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       							$odfHandler->setVars($key, $value, true, 'UTF-8');
       						}
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       					}
       				}
       				// Replace tags of lines
      @@ -425,7 +427,7 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       					try {
       						$listlines = $odfHandler->setSegment('lines');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
       						// We may arrive here if tags for lines not present into template
       						$foundtagforlines = 0;
      @@ -446,15 +448,17 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       							{
       								try
       								{
      -									if(!is_array($val)) {
      +									if (!is_array($val)) {
       										$listlines->setVars($key, $val, true, 'UTF-8');
       									}
       								}
      -								catch(OdfException $e)
      +								catch (OdfException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_WARNING);
       								}
      -								catch(SegmentException $e)
      +								catch (SegmentException $e)
       								{
      +									dol_syslog($e->getMessage(), LOG_WARNING);
       								}
       							}
       							$listlines->merge();
      @@ -471,39 +475,42 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       
       				// Replace labels translated
       				$tmparray=$outputlangs->get_translations_for_substitutions();
      -				foreach($tmparray as $key=>$value)
      +				foreach($tmparray as $key => $value)
       				{
       					try {
       						$odfHandler->setVars($key, $value, true, 'UTF-8');
       					}
      -					catch(OdfException $e)
      +					catch (OdfException $e)
       					{
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       					}
       				}
       
       				// Call the beforeODTSave hook
      -				$parameters=array('odfHandler'=>&$odfHandler,'file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs);
      -				$reshook=$hookmanager->executeHooks('beforeODTSave',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
      +				$parameters=array('odfHandler'=>&$odfHandler, 'file'=>$file, 'object'=>$object, 'outputlangs'=>$outputlangs);
      +				$reshook=$hookmanager->executeHooks('beforeODTSave', $parameters, $this, $action);    // Note that $action and $object may have been modified by some hooks
       
       				// Write new file
       				if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
       					try {
       						$odfHandler->exportAsAttachedPDF($file);
      -					}catch (Exception $e){
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       						return -1;
       					}
       				}
       				else {
       					try {
      -					$odfHandler->saveToDisk($file);
      -					}catch (Exception $e){
      +						$odfHandler->saveToDisk($file);
      +					} catch (Exception $e) {
       						$this->error=$e->getMessage();
      +						dol_syslog($e->getMessage(), LOG_WARNING);
       						return -1;
       					}
       				}
       
      -				$reshook=$hookmanager->executeHooks('afterODTCreation',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
      +				$reshook=$hookmanager->executeHooks('afterODTCreation', $parameters, $this, $action);    // Note that $action and $object may have been modified by some hooks
       
       				if (! empty($conf->global->MAIN_UMASK))
       					@chmod($file, octdec($conf->global->MAIN_UMASK));
      
      From dbbcb6f8a10b860bf7203f574ae7acd712667364 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 26 Oct 2018 22:30:48 +0200
      Subject: [PATCH 0666/1013] code comment api contract
      
      ---
       htdocs/contrat/class/api_contracts.class.php | 81 ++++++++++----------
       1 file changed, 41 insertions(+), 40 deletions(-)
      
      diff --git a/htdocs/contrat/class/api_contracts.class.php b/htdocs/contrat/class/api_contracts.class.php
      index 35ec5842e4b..585d5399771 100644
      --- a/htdocs/contrat/class/api_contracts.class.php
      +++ b/htdocs/contrat/class/api_contracts.class.php
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2015   Jean-François Ferry     <jfefe@aternatik.fr>
        * Copyright (C) 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
      @@ -215,28 +216,28 @@ class Contracts extends DolibarrApi
            *
            * @url	GET {id}/lines
            *
      -     * @return int
      +     * @return array
            */
           function getLines($id)
           {
      -      if(! DolibarrApiAccess::$user->rights->contrat->lire) {
      -		  	throw new RestException(401);
      -		  }
      +        if(! DolibarrApiAccess::$user->rights->contrat->lire) {
      +            throw new RestException(401);
      +		}
       
      -      $result = $this->contract->fetch($id);
      -      if( ! $result ) {
      -         throw new RestException(404, 'Contract not found');
      -      }
      +        $result = $this->contract->fetch($id);
      +        if( ! $result ) {
      +            throw new RestException(404, 'Contract not found');
      +        }
       
      -		  if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      -			  throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      -      }
      -      $this->contract->getLinesArray();
      -      $result = array();
      -      foreach ($this->contract->lines as $line) {
      -        array_push($result,$this->_cleanObjectDatas($line));
      -      }
      -      return $result;
      +		if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +		    throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      +        }
      +        $this->contract->getLinesArray();
      +        $result = array();
      +        foreach ($this->contract->lines as $line) {
      +            array_push($result, $this->_cleanObjectDatas($line));
      +        }
      +        return $result;
           }
       
           /**
      @@ -247,7 +248,7 @@ class Contracts extends DolibarrApi
            *
            * @url	POST {id}/lines
            *
      -     * @return int
      +     * @return int|bool
            */
           function postLine($id, $request_data = null)
           {
      @@ -300,7 +301,7 @@ class Contracts extends DolibarrApi
            *
            * @url	PUT {id}/lines/{lineid}
            *
      -     * @return object
      +     * @return array|bool
            */
           function putLine($id, $lineid, $request_data = null)
           {
      @@ -360,7 +361,7 @@ class Contracts extends DolibarrApi
            *
            * @url	PUT {id}/lines/{lineid}/activate
            *
      -     * @return object
      +     * @return array|bool
            */
           function activateLine($id, $lineid, $datestart, $dateend = null, $comment = null)
           {
      @@ -369,7 +370,7 @@ class Contracts extends DolibarrApi
           	}
       
           	$result = $this->contract->fetch($id);
      -    	if( ! $result ) {
      +    	if (! $result) {
           		throw new RestException(404, 'Contrat not found');
           	}
       
      @@ -398,16 +399,16 @@ class Contracts extends DolibarrApi
            *
            * @url	PUT {id}/lines/{lineid}/unactivate
            *
      -     * @return object
      +     * @return array|bool
            */
           function unactivateLine($id, $lineid, $datestart, $comment = null)
           {
      -    	if(! DolibarrApiAccess::$user->rights->contrat->creer) {
      +    	if (! DolibarrApiAccess::$user->rights->contrat->creer) {
           		throw new RestException(401);
           	}
       
           	$result = $this->contract->fetch($id);
      -    	if( ! $result ) {
      +    	if (! $result) {
           		throw new RestException(404, 'Contrat not found');
           	}
       
      @@ -443,16 +444,16 @@ class Contracts extends DolibarrApi
            */
           function deleteLine($id, $lineid)
           {
      -        if(! DolibarrApiAccess::$user->rights->contrat->creer) {
      +        if (! DolibarrApiAccess::$user->rights->contrat->creer) {
       			throw new RestException(401);
       		}
       
               $result = $this->contract->fetch($id);
      -        if( ! $result ) {
      +        if (! $result) {
                   throw new RestException(404, 'Contrat not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +		if (! DolibarrApi::_checkAccessToResource('contrat', $this->contract->id)) {
       			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
               }
       
      @@ -478,16 +479,16 @@ class Contracts extends DolibarrApi
            */
           function put($id, $request_data = null)
           {
      -        if(! DolibarrApiAccess::$user->rights->contrat->creer) {
      +        if (! DolibarrApiAccess::$user->rights->contrat->creer) {
       			throw new RestException(401);
       		}
       
               $result = $this->contract->fetch($id);
      -        if( ! $result ) {
      +        if (! $result) {
                   throw new RestException(404, 'Contrat not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +		if (! DolibarrApi::_checkAccessToResource('contrat', $this->contract->id)) {
       			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
       		}
               foreach($request_data as $field => $value) {
      @@ -514,19 +515,19 @@ class Contracts extends DolibarrApi
            */
           function delete($id)
           {
      -        if(! DolibarrApiAccess::$user->rights->contrat->supprimer) {
      +        if (! DolibarrApiAccess::$user->rights->contrat->supprimer) {
       			throw new RestException(401);
       		}
               $result = $this->contract->fetch($id);
      -        if( ! $result ) {
      +        if (! $result) {
                   throw new RestException(404, 'Contract not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +		if (! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
       			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
       		}
       
      -        if( ! $this->contract->delete(DolibarrApiAccess::$user)) {
      +        if (! $this->contract->delete(DolibarrApiAccess::$user)) {
                   throw new RestException(500, 'Error when delete contract : '.$this->contract->error);
               }
       
      @@ -556,15 +557,15 @@ class Contracts extends DolibarrApi
            */
           function validate($id, $notrigger=0)
           {
      -        if(! DolibarrApiAccess::$user->rights->contrat->creer) {
      +        if (! DolibarrApiAccess::$user->rights->contrat->creer) {
       			throw new RestException(401);
       		}
               $result = $this->contract->fetch($id);
      -        if( ! $result ) {
      +        if (! $result) {
                   throw new RestException(404, 'Contract not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +		if (! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
       			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
       		}
       
      @@ -602,15 +603,15 @@ class Contracts extends DolibarrApi
            */
           function close($id, $notrigger=0)
           {
      -    	if(! DolibarrApiAccess::$user->rights->contrat->creer) {
      +    	if (! DolibarrApiAccess::$user->rights->contrat->creer) {
           		throw new RestException(401);
           	}
           	$result = $this->contract->fetch($id);
      -    	if( ! $result ) {
      +    	if (! $result) {
           		throw new RestException(404, 'Contract not found');
           	}
       
      -    	if( ! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
      +    	if (! DolibarrApi::_checkAccessToResource('contrat',$this->contract->id)) {
           		throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
           	}
       
      
      From 461bd76f7021e3a7995ced8846bcf382a3ca4eb9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 26 Oct 2018 23:27:29 +0200
      Subject: [PATCH 0667/1013] Fix customer and supplier code name Fix bill time
       flag must be visible only if option on
      
      ---
       htdocs/projet/contact.php    |  8 ++++++++
       htdocs/projet/element.php    | 12 ++++++++++--
       htdocs/projet/tasks.php      | 15 ++++++++++++---
       htdocs/projet/tasks/time.php | 13 ++++++++-----
       htdocs/societe/card.php      | 32 ++++++++++++++++----------------
       5 files changed, 54 insertions(+), 26 deletions(-)
      
      diff --git a/htdocs/projet/contact.php b/htdocs/projet/contact.php
      index 68c9b530c88..4b9aaf58b8b 100644
      --- a/htdocs/projet/contact.php
      +++ b/htdocs/projet/contact.php
      @@ -240,6 +240,14 @@ if ($id > 0 || ! empty($ref))
           print nl2br($object->description);
           print '</td></tr>';
       
      +    // Bill time
      +    if (! empty($conf->global->PROJECT_BILL_TIME_SPENT))
      +    {
      +    	print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      +    	print yn($object->bill_time);
      +    	print '</td></tr>';
      +    }
      +
           // Categories
           if ($conf->categorie->enabled) {
               print '<tr><td valign="middle">'.$langs->trans("Categories").'</td><td>';
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index e0ecf9d6051..7c44fb9850b 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -217,6 +217,14 @@ print '<td class="titlefield tdtop">'.$langs->trans("Description").'</td><td>';
       print nl2br($object->description);
       print '</td></tr>';
       
      +// Bill time
      +if (! empty($conf->global->PROJECT_BILL_TIME_SPENT))
      +{
      +	print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      +	print yn($object->bill_time);
      +	print '</td></tr>';
      +}
      +
       // Categories
       if($conf->categorie->enabled) {
           print '<tr><td valign="middle">'.$langs->trans("Categories").'</td><td>';
      @@ -686,8 +694,8 @@ foreach ($listofreferent as $key => $value)
       // and the final balance
       print '<tr class="liste_total">';
       print '<td align="right" colspan=2 >'.$langs->trans("Profit").'</td>';
      -print '<td align="right" >'.price($balance_ht).'</td>';
      -print '<td align="right" >'.price($balance_ttc).'</td>';
      +print '<td align="right" >'.price(price2num($balance_ht, 'MT')).'</td>';
      +print '<td align="right" >'.price(price2num($balance_ttc, 'MT')).'</td>';
       print '</tr>';
       
       print "</table>";
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index d9fcc8b642a..47c88885bc4 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -91,13 +91,14 @@ $planned_workload=$planned_workloadhour*3600+$planned_workloadmin*60;
       $userAccess=0;
       
       
      -$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');
       /*
        * 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');
      +
       // 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
       {
      @@ -404,6 +405,14 @@ if ($id > 0 || ! empty($ref))
           print nl2br($object->description);
           print '</td></tr>';
       
      +    // Bill time
      +    if (! empty($conf->global->PROJECT_BILL_TIME_SPENT))
      +    {
      +    	print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      +    	print yn($object->bill_time);
      +    	print '</td></tr>';
      +    }
      +
           // Categories
           if($conf->categorie->enabled) {
               print '<tr><td valign="middle">'.$langs->trans("Categories").'</td><td>';
      diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
      index bcfc7bde557..7ff93c7b4da 100644
      --- a/htdocs/projet/tasks/time.php
      +++ b/htdocs/projet/tasks/time.php
      @@ -399,13 +399,16 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
                   print nl2br($projectstatic->description);
                   print '</td></tr>';
       
      -            // Bill time ?
      -            print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      -            print yn($projectstatic->bill_time);
      -            print '</td></tr>';
      +            // Bill time
      +            if (! empty($conf->global->PROJECT_BILL_TIME_SPENT))
      +            {
      +	            print '<tr><td>'.$langs->trans("BillTime").'</td><td>';
      +	            print yn($projectstatic->bill_time);
      +	            print '</td></tr>';
      +            }
       
                   // Categories
      -            if($conf->categorie->enabled) {
      +            if ($conf->categorie->enabled) {
                       print '<tr><td valign="middle">'.$langs->trans("Categories").'</td><td>';
                       print $form->showCategories($projectstatic->id,'project',1);
                       print "</td></tr>";
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index e20e37e5cdc..5935a1d01a1 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -304,13 +304,13 @@ if (empty($reshook))
           if (GETPOST('getcustomercode'))
           {
               // We defined value code_client
      -        $_POST["code_client"]="Acompleter";
      +        $_POST["customer_code"]="Acompleter";
           }
       
           if (GETPOST('getsuppliercode'))
           {
               // We defined value code_fournisseur
      -        $_POST["code_fournisseur"]="Acompleter";
      +        $_POST["supplier_code"]="Acompleter";
           }
       
           if($action=='set_localtax1')
      @@ -417,8 +417,8 @@ if (empty($reshook))
       	        $object->idprof5				= trim(GETPOST('idprof5', 'alpha'));
       	        $object->idprof6				= trim(GETPOST('idprof6', 'alpha'));
       	        $object->prefix_comm			= GETPOST('prefix_comm', 'alpha');
      -	        $object->code_client			= GETPOST('code_client', 'alpha');
      -	        $object->code_fournisseur		= GETPOST('code_fournisseur', 'alpha');
      +	        $object->code_client			= GETPOST('customer_code', 'alpha');
      +	        $object->code_fournisseur		= GETPOST('supplier_code', 'alpha');
       	        $object->capital				= GETPOST('capital', 'alpha');
       	        $object->barcode				= GETPOST('barcode', 'alpha');
       
      @@ -947,14 +947,14 @@ else
               $object->client				= GETPOST('client')?GETPOST('client'):$object->client;
       
               if(empty($duplicate_code_error)) {
      -	        $object->code_client		= GETPOST('code_client', 'alpha');
      +	        $object->code_client		= GETPOST('customer_code', 'alpha');
       	        $object->fournisseur		= GETPOST('fournisseur')?GETPOST('fournisseur'):$object->fournisseur;
               }
       		else {
       			setEventMessages($langs->trans('NewCustomerSupplierCodeProposed'),'', 'warnings');
       		}
       
      -        $object->code_fournisseur	= GETPOST('code_fournisseur', 'alpha');
      +        $object->code_fournisseur	= GETPOST('supplier_code', 'alpha');
               $object->address			= GETPOST('address', 'alpha');
               $object->zip				= GETPOST('zipcode', 'alpha');
               $object->town				= GETPOST('town', 'alpha');
      @@ -1190,7 +1190,7 @@ else
               print '<table class="nobordernopadding"><tr><td>';
       		$tmpcode=$object->code_client;
               if (empty($tmpcode) && ! empty($modCodeClient->code_auto)) $tmpcode=$modCodeClient->getNextValue($object,0);
      -        print '<input type="text" name="code_client" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
      +        print '<input type="text" name="customer_code" id="customer_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
               print '</td><td>';
               $s=$modCodeClient->getToolTip($langs,$object,0);
               print $form->textwithpicto('',$s,1);
      @@ -1218,7 +1218,7 @@ else
       	            print '<table class="nobordernopadding"><tr><td>';
       	            $tmpcode=$object->code_fournisseur;
       	            if (empty($tmpcode) && ! empty($modCodeFournisseur->code_auto)) $tmpcode=$modCodeFournisseur->getNextValue($object,1);
      -	            print '<input type="text" name="code_fournisseur" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
      +	            print '<input type="text" name="supplier_code" id="supplier_code" class="maxwidthonsmartphone" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
       	            print '</td><td>';
       	            $s=$modCodeFournisseur->getToolTip($langs,$object,1);
       	            print $form->textwithpicto('',$s,1);
      @@ -1570,9 +1570,9 @@ else
                       $object->name					= GETPOST('name', 'alpha');
                       $object->prefix_comm			= GETPOST('prefix_comm', 'alpha');
                       $object->client					= GETPOST('client', 'int');
      -                $object->code_client			= GETPOST('code_client', 'alpha');
      +                $object->code_client			= GETPOST('customer_code', 'alpha');
                       $object->fournisseur			= GETPOST('fournisseur', 'int');
      -                $object->code_fournisseur		= GETPOST('code_fournisseur', 'alpha');
      +                $object->code_fournisseur		= GETPOST('supplier_code', 'alpha');
                       $object->address				= GETPOST('address', 'alpha');
                       $object->zip					= GETPOST('zipcode', 'alpha');
                       $object->town					= GETPOST('town', 'alpha');
      @@ -1776,16 +1776,16 @@ else
                       $tmpcode=$object->code_client;
                       if (empty($tmpcode) && ! empty($object->oldcopy->code_client)) $tmpcode=$object->oldcopy->code_client; // When there is an error to update a thirdparty, the number for supplier and customer code is kept to old value.
                       if (empty($tmpcode) && ! empty($modCodeClient->code_auto)) $tmpcode=$modCodeClient->getNextValue($object,0);
      -                print '<input type="text" name="code_client" id="customer_code" size="16" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
      +                print '<input type="text" name="customer_code" id="customer_code" size="16" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
                   }
                   else if ($object->codeclient_modifiable())
                   {
      -            	print '<input type="text" name="code_client" id="customer_code" size="16" value="'.dol_escape_htmltag($object->code_client).'" maxlength="15">';
      +            	print '<input type="text" name="customer_code" id="customer_code" size="16" value="'.dol_escape_htmltag($object->code_client).'" maxlength="15">';
                   }
                   else
                   {
                       print $object->code_client;
      -                print '<input type="hidden" name="code_client" value="'.dol_escape_htmltag($object->code_client).'">';
      +                print '<input type="hidden" name="customer_code" value="'.dol_escape_htmltag($object->code_client).'">';
                   }
                   print '</td><td>';
                   $s=$modCodeClient->getToolTip($langs,$object,0);
      @@ -1816,16 +1816,16 @@ else
       	                    $tmpcode=$object->code_fournisseur;
       	                    if (empty($tmpcode) && ! empty($object->oldcopy->code_fournisseur)) $tmpcode=$object->oldcopy->code_fournisseur; // When there is an error to update a thirdparty, the number for supplier and customer code is kept to old value.
       	                    if (empty($tmpcode) && ! empty($modCodeFournisseur->code_auto)) $tmpcode=$modCodeFournisseur->getNextValue($object,1);
      -	                    print '<input type="text" name="code_fournisseur" id="supplier_code" size="16" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
      +	                    print '<input type="text" name="supplier_code" id="supplier_code" size="16" value="'.dol_escape_htmltag($tmpcode).'" maxlength="15">';
       	                }
       	                else if ($object->codefournisseur_modifiable())
       	                {
      -	                    print '<input type="text" name="code_fournisseur" id="supplier_code" size="16" value="'.$object->code_fournisseur.'" maxlength="15">';
      +	                    print '<input type="text" name="supplier_code" id="supplier_code" size="16" value="'.$object->code_fournisseur.'" maxlength="15">';
       	                }
       	                else
       	              {
       	                    print $object->code_fournisseur;
      -	                    print '<input type="hidden" name="code_fournisseur" value="'.$object->code_fournisseur.'">';
      +	                    print '<input type="hidden" name="supplier_code" value="'.$object->code_fournisseur.'">';
       	                }
       	                print '</td><td>';
       	                $s=$modCodeFournisseur->getToolTip($langs,$object,1);
      
      From 71c64c09446456da392cbe10e2211f445f6aabc1 Mon Sep 17 00:00:00 2001
      From: IJ <jawaid_imran@hotmail.com>
      Date: Sat, 27 Oct 2018 01:57:07 +0100
      Subject: [PATCH 0668/1013] FIX: Expense Report Ref Not Showing in PDF File
       Properties
      
      The generated pdf title field in the pdf file document properties was blank.  This fixes that.
      ---
       htdocs/core/modules/expensereport/doc/pdf_standard.modules.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      index d98801ab7e2..ec03a2cef8e 100644
      --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      @@ -278,7 +278,7 @@ class pdf_standard extends ModeleExpenseReport
       				$pagenb=0;
       				$pdf->SetDrawColor(128,128,128);
       
      -				$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref_number));
      +				$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
       				$pdf->SetSubject($outputlangs->transnoentities("Trips"));
       				$pdf->SetCreator("Dolibarr ".DOL_VERSION);
       				$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
      
      From 1b054f1b363ba0a627065a4e4467acf06165ef04 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sat, 27 Oct 2018 09:19:02 +0200
      Subject: [PATCH 0669/1013] Fix invoice creation from contract was invoicing
       closed services #9087
      
      ---
       htdocs/compta/facture/card.php | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 993194e0f91..daff7c95f56 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -1196,6 +1196,8 @@ if (empty($reshook))
       								{
       									// Don't add lines with qty 0 when coming from a shipment including all order lines
       									if($srcobject->element == 'shipping' && $conf->global->SHIPMENT_GETS_ALL_ORDER_PRODUCTS && $lines[$i]->qty == 0) continue;
      +									// Don't add closed lines when coming from a contract
      +									if($srcobject->element == 'contrat' && $lines[$i]->statut == 5) continue;
       
       									$label=(! empty($lines[$i]->label)?$lines[$i]->label:'');
       									$desc=(! empty($lines[$i]->desc)?$lines[$i]->desc:$lines[$i]->libelle);
      
      From abb343d37e043840bcfd5d295b71331ab821599f Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sat, 27 Oct 2018 09:42:08 +0200
      Subject: [PATCH 0670/1013] Fix missing name alias field in societe
       import/export #9091
      
      ---
       htdocs/core/modules/modSociete.class.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php
      index 0498e37bdfc..2aef12c6a1d 100644
      --- a/htdocs/core/modules/modSociete.class.php
      +++ b/htdocs/core/modules/modSociete.class.php
      @@ -258,7 +258,7 @@ class modSociete extends DolibarrModules
       		$this->export_label[$r]='ExportDataset_company_1';
       		$this->export_icon[$r]='company';
       		$this->export_permission[$r]=array(array("societe","export"));
      -		$this->export_fields_array[$r]=array('s.rowid'=>"Id",'s.nom'=>"Name",'s.status'=>"Status",'s.client'=>"Customer",'s.fournisseur'=>"Supplier",'s.datec'=>"DateCreation",'s.tms'=>"DateLastModification",'s.code_client'=>"CustomerCode",'s.code_fournisseur'=>"SupplierCode",'s.code_compta'=>"AccountancyCode",'s.code_compta_fournisseur'=>"SupplierAccountancyCode",'s.address'=>"Address",'s.zip'=>"Zip",'s.town'=>"Town",'d.nom'=>'State','c.label'=>"Country",'c.code'=>"CountryCode",'s.phone'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.default_lang'=>"DefaultLang",'s.siren'=>"ProfId1",'s.siret'=>"ProfId2",'s.ape'=>"ProfId3",'s.idprof4'=>"ProfId4",'s.idprof5'=>"ProfId5",'s.idprof6'=>"ProfId6",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note_private'=>"NotePrivate",'s.note_public'=>"NotePublic",'t.libelle'=>"ThirdPartyType",'ce.code'=>"Staff","cfj.libelle"=>"JuridicalStatus",'s.fk_prospectlevel'=>'ProspectLevel','st.code'=>'ProspectStatus','payterm.libelle'=>'PaymentConditions','paymode.libelle'=>'PaymentMode');
      +		$this->export_fields_array[$r]=array('s.rowid'=>"Id",'s.nom'=>"Name",'s.name_alias'=>"AliasNames",'s.status'=>"Status",'s.client'=>"Customer",'s.fournisseur'=>"Supplier",'s.datec'=>"DateCreation",'s.tms'=>"DateLastModification",'s.code_client'=>"CustomerCode",'s.code_fournisseur'=>"SupplierCode",'s.code_compta'=>"AccountancyCode",'s.code_compta_fournisseur'=>"SupplierAccountancyCode",'s.address'=>"Address",'s.zip'=>"Zip",'s.town'=>"Town",'d.nom'=>'State','c.label'=>"Country",'c.code'=>"CountryCode",'s.phone'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.default_lang'=>"DefaultLang",'s.siren'=>"ProfId1",'s.siret'=>"ProfId2",'s.ape'=>"ProfId3",'s.idprof4'=>"ProfId4",'s.idprof5'=>"ProfId5",'s.idprof6'=>"ProfId6",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note_private'=>"NotePrivate",'s.note_public'=>"NotePublic",'t.libelle'=>"ThirdPartyType",'ce.code'=>"Staff","cfj.libelle"=>"JuridicalStatus",'s.fk_prospectlevel'=>'ProspectLevel','st.code'=>'ProspectStatus','payterm.libelle'=>'PaymentConditions','paymode.libelle'=>'PaymentMode');
       		if (! empty($conf->global->SOCIETE_USEPREFIX)) $this->export_fields_array[$r]['s.prefix']='Prefix';
       		// Add multicompany field
       		if (! empty($conf->global->MULTICOMPANY_ENTITY_IN_EXPORT_IF_SHARED))
      @@ -270,7 +270,7 @@ class modSociete extends DolibarrModules
       		include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php';
       		$this->export_fields_array[$r]+=array('u.login'=>'SaleRepresentativeLogin','u.firstname'=>'SaleRepresentativeFirstname', 'u.lastname'=>'SaleRepresentativeLastname');
       		//$this->export_TypeFields_array[$r]=array('s.rowid'=>"List:societe:nom",'s.nom'=>"Text",'s.status'=>"Text",'s.client'=>"Boolean",'s.fournisseur'=>"Boolean",'s.datec'=>"Date",'s.tms'=>"Date",'s.code_client'=>"Text",'s.code_fournisseur'=>"Text",'s.address'=>"Text",'s.zip'=>"Text",'s.town'=>"Text",'c.label'=>"List:c_country:label:label",'c.code'=>"Text",'s.phone'=>"Text",'s.fax'=>"Text",'s.url'=>"Text",'s.email'=>"Text",'s.default_lang'=>"Text",'s.siret'=>"Text",'s.siren'=>"Text",'s.ape'=>"Text",'s.idprof4'=>"Text",'s.idprof5'=>"Text",'s.idprof6'=>"Text",'s.tva_intra'=>"Text",'s.capital'=>"Numeric",'s.note'=>"Text",'t.libelle'=>"Text",'ce.code'=>"List:c_effectif:libelle:code","cfj.libelle"=>"Text",'s.fk_prospectlevel'=>'List:c_prospectlevel:label:code','s.fk_stcomm'=>'List:c_stcomm:libelle:code','d.nom'=>'List:c_departements:nom:rowid');
      -		$this->export_TypeFields_array[$r]=array('s.rowid'=>"Numeric", 's.nom'=>"Text",'s.status'=>"Numeric",'s.client'=>"Numeric",'s.fournisseur'=>"Boolean",'s.datec'=>"Date",'s.tms'=>"Date",'s.code_client'=>"Text",'s.code_fournisseur'=>"Text",'s.code_compta'=>"Text",'s.code_compta_fournisseur'=>"Text",'s.address'=>"Text",'s.zip'=>"Text",'s.town'=>"Text",'c.label'=>"List:c_country:label:label",'c.code'=>"Text",'s.phone'=>"Text",'s.fax'=>"Text",'s.url'=>"Text",'s.email'=>"Text",'s.default_lang'=>"Text",'s.siret'=>"Text",'s.siren'=>"Text",'s.ape'=>"Text",'s.idprof4'=>"Text",'s.idprof5'=>"Text",'s.idprof6'=>"Text",'s.tva_intra'=>"Text",'s.capital'=>"Numeric",'s.note_private'=>"Text",'s.note_public'=>"Text",'t.libelle'=>"Text",'ce.code'=>"List:c_effectif:libelle:code","cfj.libelle"=>"Text",'s.fk_prospectlevel'=>'List:c_prospectlevel:label:code','st.code'=>'List:c_stcomm:libelle:code','d.nom'=>'Text','u.login'=>'Text','u.firstname'=>'Text','u.lastname'=>'Text','payterm.libelle'=>'Text','paymode.libelle'=>'Text','s.entity'=>'Numeric');
      +		$this->export_TypeFields_array[$r]=array('s.rowid'=>"Numeric", 's.nom'=>"Text",'s.name_alias'=>"Text",'s.status'=>"Numeric",'s.client'=>"Numeric",'s.fournisseur'=>"Boolean",'s.datec'=>"Date",'s.tms'=>"Date",'s.code_client'=>"Text",'s.code_fournisseur'=>"Text",'s.code_compta'=>"Text",'s.code_compta_fournisseur'=>"Text",'s.address'=>"Text",'s.zip'=>"Text",'s.town'=>"Text",'c.label'=>"List:c_country:label:label",'c.code'=>"Text",'s.phone'=>"Text",'s.fax'=>"Text",'s.url'=>"Text",'s.email'=>"Text",'s.default_lang'=>"Text",'s.siret'=>"Text",'s.siren'=>"Text",'s.ape'=>"Text",'s.idprof4'=>"Text",'s.idprof5'=>"Text",'s.idprof6'=>"Text",'s.tva_intra'=>"Text",'s.capital'=>"Numeric",'s.note_private'=>"Text",'s.note_public'=>"Text",'t.libelle'=>"Text",'ce.code'=>"List:c_effectif:libelle:code","cfj.libelle"=>"Text",'s.fk_prospectlevel'=>'List:c_prospectlevel:label:code','st.code'=>'List:c_stcomm:libelle:code','d.nom'=>'Text','u.login'=>'Text','u.firstname'=>'Text','u.lastname'=>'Text','payterm.libelle'=>'Text','paymode.libelle'=>'Text','s.entity'=>'Numeric');
       
       		$this->export_entities_array[$r]=array('u.login'=>'user','u.firstname'=>'user','u.lastname'=>'user');	// We define here only fields that use another picto
       		$this->export_examplevalues_array[$r]=array('s.client'=>'0 (no customer no prospect)/1 (customer)/2 (prospect)/3 (customer and prospect)','s.fournisseur'=>'0 (not a supplier) or 1 (supplier)');
      @@ -345,7 +345,7 @@ class modSociete extends DolibarrModules
       		$this->import_icon[$r]='company';
       		$this->import_entities_array[$r]=array();		// We define here only fields that use another icon that the one defined into import_icon
       		$this->import_tables_array[$r]=array('s'=>MAIN_DB_PREFIX.'societe','extra'=>MAIN_DB_PREFIX.'societe_extrafields');	// List of tables to insert into (insert done in same order)
      -		$this->import_fields_array[$r]=array('s.nom'=>"Name*",'s.status'=>"Status",'s.client'=>"Customer*",'s.fournisseur'=>"Supplier*",'s.code_client'=>"CustomerCode",'s.code_fournisseur'=>"SupplierCode",'s.code_compta'=>"CustomerAccountancyCode",'s.code_compta_fournisseur'=>"SupplierAccountancyCode",'s.address'=>"Address",'s.zip'=>"Zip",'s.town'=>"Town",'s.fk_departement'=>"StateId",'s.fk_pays'=>"CountryCode",'s.phone'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.siren'=>"ProfId1",'s.siret'=>"ProfId2",'s.ape'=>"ProfId3",'s.idprof4'=>"ProfId4",'s.idprof5'=>"ProfId5",'s.idprof6'=>"ProfId6",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note_private'=>"NotePrivate",'s.note_public'=>"NotePublic",'s.fk_typent'=>"ThirdPartyType",'s.fk_effectif'=>"Staff","s.fk_forme_juridique"=>"JuridicalStatus",'s.fk_prospectlevel'=>'ProspectLevel','s.fk_stcomm'=>'ProspectStatus','s.default_lang'=>'DefaultLanguage','s.barcode'=>'BarCode','s.datec'=>"DateCreation");
      +		$this->import_fields_array[$r]=array('s.nom'=>"Name*",'s.name_alias'=>"Alias",'s.status'=>"Status",'s.client'=>"Customer*",'s.fournisseur'=>"Supplier*",'s.code_client'=>"CustomerCode",'s.code_fournisseur'=>"SupplierCode",'s.code_compta'=>"CustomerAccountancyCode",'s.code_compta_fournisseur'=>"SupplierAccountancyCode",'s.address'=>"Address",'s.zip'=>"Zip",'s.town'=>"Town",'s.fk_departement'=>"StateId",'s.fk_pays'=>"CountryCode",'s.phone'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.siren'=>"ProfId1",'s.siret'=>"ProfId2",'s.ape'=>"ProfId3",'s.idprof4'=>"ProfId4",'s.idprof5'=>"ProfId5",'s.idprof6'=>"ProfId6",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note_private'=>"NotePrivate",'s.note_public'=>"NotePublic",'s.fk_typent'=>"ThirdPartyType",'s.fk_effectif'=>"Staff","s.fk_forme_juridique"=>"JuridicalStatus",'s.fk_prospectlevel'=>'ProspectLevel','s.fk_stcomm'=>'ProspectStatus','s.default_lang'=>'DefaultLanguage','s.barcode'=>'BarCode','s.datec'=>"DateCreation");
       		// Add extra fields
       		$sql="SELECT name, label, fieldrequired FROM ".MAIN_DB_PREFIX."extrafields WHERE elementtype = 'societe' AND entity = ".$conf->entity;
       		$resql=$this->db->query($sql);
      @@ -373,7 +373,7 @@ class modSociete extends DolibarrModules
       		);
       		//$this->import_convertvalue_array[$r]=array('s.fk_soc'=>array('rule'=>'lastrowid',table='t');
       		$this->import_regex_array[$r]=array('s.status'=>'^[0|1]','s.client'=>'^[0|1|2|3]','s.fournisseur'=>'^[0|1]','s.fk_typent'=>'id@'.MAIN_DB_PREFIX.'c_typent','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('s.nom'=>"MyBigCompany",'s.status'=>"0 (closed) or 1 (active)",'s.client'=>'0 (no customer no prospect)/1 (customer)/2 (prospect)/3 (customer and prospect)','s.fournisseur'=>'0 or 1','s.datec'=>dol_print_date(dol_now(),'%Y-%m-%d'),'s.code_client'=>'CU01-0001 or empty or "auto"','s.code_fournisseur'=>'SU01-0001 or empty or "auto"','s.address'=>"61 jump street",'s.zip'=>"123456",'s.town'=>"Big town",'s.fk_pays'=>'US, FR, DE...','s.phone'=>"0101010101",'s.fax'=>"0101010102",'s.url'=>"http://mycompany.com",'s.email'=>"test@mycompany.com",'s.siret'=>"",'s.siren'=>"",'s.ape'=>"",'s.idprof4'=>"",'s.idprof5'=>"",'s.idprof6'=>"",'s.tva_intra'=>"FR0123456789",'s.capital'=>"10000",'s.note_private'=>"This is an example of private note for record",'s.note_public'=>"This is an example of public note for record",'s.fk_typent'=>"2",'s.fk_effectif'=>"3","s.fk_forme_juridique"=>"1",'s.fk_prospectlevel'=>'PL_MEDIUM','s.fk_stcomm'=>'0','s.default_lang'=>'en_US','s.barcode'=>'123456789','s.datec'=>"2015-01-01 or 2015-01-01 12:30:00");
      +		$this->import_examplevalues_array[$r]=array('s.nom'=>"MyBigCompany",'s.name_alias'=>"MyBigAlias",'s.status'=>"0 (closed) or 1 (active)",'s.client'=>'0 (no customer no prospect)/1 (customer)/2 (prospect)/3 (customer and prospect)','s.fournisseur'=>'0 or 1','s.datec'=>dol_print_date(dol_now(),'%Y-%m-%d'),'s.code_client'=>'CU01-0001 or empty or "auto"','s.code_fournisseur'=>'SU01-0001 or empty or "auto"','s.address'=>"61 jump street",'s.zip'=>"123456",'s.town'=>"Big town",'s.fk_pays'=>'US, FR, DE...','s.phone'=>"0101010101",'s.fax'=>"0101010102",'s.url'=>"http://mycompany.com",'s.email'=>"test@mycompany.com",'s.siret'=>"",'s.siren'=>"",'s.ape'=>"",'s.idprof4'=>"",'s.idprof5'=>"",'s.idprof6'=>"",'s.tva_intra'=>"FR0123456789",'s.capital'=>"10000",'s.note_private'=>"This is an example of private note for record",'s.note_public'=>"This is an example of public note for record",'s.fk_typent'=>"2",'s.fk_effectif'=>"3","s.fk_forme_juridique"=>"1",'s.fk_prospectlevel'=>'PL_MEDIUM','s.fk_stcomm'=>'0','s.default_lang'=>'en_US','s.barcode'=>'123456789','s.datec'=>"2015-01-01 or 2015-01-01 12:30:00");
       		$this->import_updatekeys_array[$r]=array('s.nom'=>'Name','s.code_client'=>'CustomerCode','s.code_fournisseur'=>'SupplierCode','s.code_compta'=>'CustomerAccountancyCode','s.code_compta_fournisseur'=>'SupplierAccountancyCode');
       
       		// Import list of contact and attributes
      
      From a30091fd7485c31a9ea3310b6d953d850a141d24 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 09:51:19 +0200
      Subject: [PATCH 0671/1013] Update commande.class.php
      
      ---
       htdocs/commande/class/commande.class.php | 6 +++++-
       1 file changed, 5 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index d2f915406f8..cc64226a67a 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -76,6 +76,9 @@ class Commande extends CommonOrder
           public $facturee;
           public $billed;		// billed or not
       
      +    /**
      +     * @var int Draft Status of the order
      +     */
           public $brouillon;
           public $cond_reglement_code;
       
      @@ -226,7 +229,7 @@ class Commande extends CommonOrder
                       $mybool|=@include_once $dir.$file;
                   }
       
      -            if (! $mybool)
      +            if ($mybool === false)
                   {
                       dol_print_error('',"Failed to include file ".$file);
                       return '';
      @@ -400,6 +403,7 @@ class Commande extends CommonOrder
               {
                   $this->ref = $num;
                   $this->statut = self::STATUS_VALIDATED;
      +            $this->brouillon = 0;
               }
       
               if (! $error)
      
      From 4ec80b5136861cf3ee59e2284360bd5a172c58eb Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sat, 27 Oct 2018 10:53:01 +0200
      Subject: [PATCH 0672/1013] Fix invoice supplier clone was not getting all
       lines parameters #9800
      
      ---
       htdocs/fourn/class/fournisseur.facture.class.php | 9 ++++++++-
       1 file changed, 8 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index 7f5496094f7..69e7aa3fa71 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -376,7 +376,14 @@ class FactureFournisseur extends CommonInvoice
                                   $this->lines[$i]->fk_product,
                                   'HT',
                                   (! empty($this->lines[$i]->info_bits)?$this->lines[$i]->info_bits:''),
      -                            $this->lines[$i]->product_type
      +                            $this->lines[$i]->product_type,
      +                            $this->lines[$i]->remise_percent,
      +                            false,
      +                            $this->lines[$i]->date_start,
      +                            $this->lines[$i]->date_end,
      +                            $this->lines[$i]->array_options,
      +                            $this->lines[$i]->fk_unit,
      +                            $this->lines[$i]->pu_ht_devise
                               );
                           }
                           else
      
      From fcd687642c89d627523402baf87533638682cce6 Mon Sep 17 00:00:00 2001
      From: Librethic <34575536+librethic-code@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 11:46:12 +0200
      Subject: [PATCH 0673/1013] FIX: keep external module element when adding
       resource
      
      When adding object from external module as a resource we need to keep @modulename as defined into url rather than use `element` property (which do not contain @modulename).
      ---
       htdocs/resource/element_resource.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/resource/element_resource.php b/htdocs/resource/element_resource.php
      index 389d0236759..b9ff15f1461 100644
      --- a/htdocs/resource/element_resource.php
      +++ b/htdocs/resource/element_resource.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2013		Jean-François Ferry	<jfefe@aternatik.fr>
      +/* Copyright (C) 2013-2018	Jean-François Ferry	<hello+jf@librethic.io>
        * Copyright (C) 2016		Gilles Poirier 		<glgpoirier@gmail.com>
        *
        * This program is free software: you can redistribute it and/or modify
      @@ -94,7 +94,7 @@ if ($action == 'add_element_resource' && ! $cancel)
       	else
       	{
       		$objstat = fetchObjectByElement($element_id, $element);
      -
      +		$objstat->element = $element; // For externals module, we need to keep @xx
       		$res = $objstat->add_element_resource($resource_id, $resource_type, $busy, $mandatory);
       	}
       	if (! $error && $res > 0)
      
      From 1c63d3a01dd44910c544dba25bdffa614fa3f24f Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Sat, 27 Oct 2018 14:26:23 +0200
      Subject: [PATCH 0674/1013] FIX remove deprecated and unused file
      
      ---
       htdocs/cache.manifest     |   1 -
       htdocs/support/online.php | 163 --------------------------------------
       2 files changed, 164 deletions(-)
       delete mode 100644 htdocs/support/online.php
      
      diff --git a/htdocs/cache.manifest b/htdocs/cache.manifest
      index a3d1b1c554f..ebbf1aab4eb 100644
      --- a/htdocs/cache.manifest
      +++ b/htdocs/cache.manifest
      @@ -11,7 +11,6 @@ CACHE:
       theme/dolibarr_logo.png
       support/
       support/index.php
      -support/online.php
       
       support/default.css
       support/helpcenter.png
      diff --git a/htdocs/support/online.php b/htdocs/support/online.php
      deleted file mode 100644
      index 01b2cb4dbd1..00000000000
      --- a/htdocs/support/online.php
      +++ /dev/null
      @@ -1,163 +0,0 @@
      -<?php
      -/* Copyright (C) 2008-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/>.
      - */
      -
      -/**
      - *       \file      htdocs/support/online.php
      - *       \ingroup   install
      - *       \brief     Provide an Online Help support
      - */
      -
      -error_reporting(0);
      -
      -include_once 'inc.php';
      -$uri=preg_replace('/^http(s?):\/\//i','',$dolibarr_main_url_root);
      -$pos = strstr($uri, '/');      // $pos contient alors url sans nom domaine
      -if ($pos == '/') $pos = '';     // si $pos vaut /, on le met a ''
      -define('DOL_URL_ROOT', $pos);	// URL racine relative
      -
      -
      -$langs->loadLangs(array("other", "help"));
      -
      -/*
      - * View
      - */
      -
      -pHeader($langs->trans("DolibarrHelpCenter"),$_SERVER["PHP_SELF"]);
      -
      -$urlsparkengels='http://www.spark-angels.com';
      -$titlesparkangels='Spark-Angels';
      -
      -//print '<br>';
      -
      -print $langs->trans("ToGetHelpGoOnSparkAngels1",$titlesparkangels).'<br>';
      -
      -print '<br><br>';
      -
      -
      -// List of predefined coaches
      -// We list here the 4 most active coaches on Dolibarr projects (according to number of commits
      -// found in page http://www.nltechno.com/stats/dolibarr/cvschangelogbuilder_dolibarr.html
      -$limit=4;
      -$arrayofwidgets=array(
      -// Widget for Laurent Destailleur
      -array('name'=>'Laurent Destailleur',	// id user 4702
      -		'sort'=>1,
      -		'logo'=>'logoUrl='.urlencode('http://www.nltechno.com/images/logo_nltechno_long.jpg'), // Put your own logo
      -		'id'=>'4256,4255',	// Put of list of sparkangels widget id (for each language)
      -		'lang'=>'fr,en'),	// Put list of language code of widgets (always english at end)
      -// Widget for Auguria
      -array('name'=>'Auguria',
      -		'sort'=>2,
      -		//'logo'=>'logoUrl='.urlencode('http://www.cap-networks.com/images/logo_small.jpg'),
      -		'id'=>'7196',
      -		'lang'=>'fr'),
      -//Widget for Open-Concept
      -array('name'=>'Open-Concept.pro',
      -		'sort'=>2,
      -		'logo'=>'logoUrl='.urlencode('http://www.open-concept.pro/CMS/images/Logo/logosimplecomplet.png'),
      -		'id'=>'9340',
      -		'lang'=>'fr')
      -);
      -$arrayofwidgets=dol_sort_array($arrayofwidgets,'sort','asc',0,0);
      -
      -$found=0;
      -print '* '.$langs->trans("LinkToGoldMember",$langs->defaultlang).'<br><br>';
      -print '<table summary="listofgoldcoaches"><tr>';
      -foreach ($arrayofwidgets as $arraywidget)	// Loop on each user
      -{
      -	if ($found >= $limit) break;
      -	$listofwidgets=explode(',',$arraywidget['id']);
      -	$listoflangs=explode(',',$arraywidget['lang']);
      -	$pos=0;
      -	foreach($listoflangs as $langcode)		// Loop on each lang of user
      -	{
      -		$pos++;
      -		if (preg_match('/'.$langcode.'/i',$langs->defaultlang) || $langcode == 'en')	// If lang qualified
      -		{
      -			print '<td align="center">';
      -			print $arraywidget['name'].'<br>';
      -			print $langs->trans("PossibleLanguages").': ';
      -			// All languages of user are shown
      -			foreach ($listoflangs as $langcode2)
      -			{
      -				if (empty($widgetid)) $widgetid=$listoflangs[$pos-1];
      -				if (! preg_match('/'.$langcode.'/i',$langs->defaultlang) && $langcode2 != 'en') continue;	// Show only english
      -				print $langcode2.' ';
      -			}
      -			print '<br>';
      -
      -			// Only first language found is used for widget
      -			$widgetid=$listofwidgets[$pos-1];
      -
      -			// Widget V3
      -			print '<iframe src="http://www.spark-angels.com/static/widget/template-pro3/widgetpro3-iframe.html?widgetId='.$widgetid.'&lgCode='.$langcode.'&'.(isset($arraywidget['logo'])?$arraywidget['logo']:'').'" width="172" height="123" frameborder="0" scrolling="no" marginheight="0" > </iframe>';
      -
      -			print '</td>';
      -			$found++;
      -			break;
      -		}
      -	}
      -}
      -if (! $found) print '<td>'.$langs->trans("SorryNoHelpForYourLanguage").'</td>';
      -print '</tr></table>';
      -
      -print '<br><br>';
      -
      -// List of coaches
      -$sparkangellangcode=substr($langs->defaultlang,0,2);
      -if (! in_array($sparkangellangcode,array('fr','en','sp'))) $sparkangellangcode='en';
      -print '<table class="noborder" summary="ListOfSupport"><tr valign="middle"><td>';
      -print '* '.$langs->trans("ToGetHelpGoOnSparkAngels3",$urlsparkengels);
      -print '<div id="sparkom_bsaHelpersSearch">'."\n";
      -print '<form target="_blank" id="frJSkw" action="http://www.spark-angels.com/rss/action/resultsearch.html" name="fResult" method="get">'."\n";
      -print '   <input type="hidden" value="" title="Rechercher" maxlength="1024" name="kws" id="kws"/> <!-- mots clés pour la recherche dont la ou les compétences matchent avec ces mots -->'."\n";
      -print '   <input id="dhids" name="dhids" type="hidden" value=""><!-- identifiant SHSAPI communiqué par SparkAngels. -->'."\n";
      -print '   <input id="lgSearch" name="lgS" type="hidden" value=""><!-- code langue, les accompagnateurs proposés suite à cette recherche prétendent pouvoir fournir de l assistance dans au moins cette langue-->'."\n";
      -print '   <input id="myLv" name="myLv" type="hidden" value=""><!-- niveau de l internaute dans le domaine de sa recherche.-->'."\n";
      -print '   <input id="catSrv" name="catSrv" type="hidden" value=""><!-- type de catégorie de service demandée.-->'."\n";
      -print '   <input type="submit" value="'.$langs->trans("Search").'" onclick="getSAParams();">'."\n";
      -print '<script type="text/javascript">'."\n";
      -print '<!--'."\n";
      -print '   function getSAParams(){'."\n";
      -print '       document.getElementById(\'dhids\').value= "4702";'."\n";
      -print '       document.getElementById(\'kws\').value= "dolibarr";'."\n";
      -print '       document.getElementById(\'lgSearch\').value= "'.$sparkangellangcode.'";'."\n";
      -print '       document.getElementById(\'myLv\').value= "0";'."\n";
      -print '       document.getElementById(\'catSrv\').value= "1";'."\n";
      -print '   }'."\n";
      -print '-->'."\n";
      -print '</script>'."\n";
      -print '</form>'."\n";
      -print '</div>'."\n";
      -
      -print '</td><td>';
      -//print '<a href="'.$urlsparkengels.'" target="_blank">';
      -//print '<img border="0" src="sparkangels.png" alt="SparkAngels web site" title="SparkAngels web site">';
      -//print $titlesparkangels;
      -//print '</a>';
      -print '</td></tr></table>';
      -//print $langs->trans("ToGetHelpGoOnSparkAngels2",$titlesparkangels).'<br>';
      -
      -
      -// Otherwise, go back to help center home
      -print '<br><br>';
      -print '* '.$langs->trans("BackToHelpCenter",'index.php');
      -print '<br><br>';
      -
      -
      -
      -pFooter();
      
      From 569d59d2512fbcbac006775f0a32bc8cdbe04fe0 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Sat, 27 Oct 2018 14:43:12 +0200
      Subject: [PATCH 0675/1013] FIX change my deprecated email
      
      ---
       .mailmap                                                      | 4 ++--
       build/debian/copyright                                        | 2 +-
       dev/initdemo/initdemo.sh                                      | 2 +-
       dev/initdemo/removeconfdemo.sh                                | 2 +-
       dev/initdemo/savedemo.sh                                      | 2 +-
       htdocs/accountancy/admin/accountmodel.php                     | 2 +-
       htdocs/accountancy/journal/bankjournal.php                    | 2 +-
       htdocs/accountancy/journal/expensereportsjournal.php          | 2 +-
       htdocs/accountancy/journal/purchasesjournal.php               | 2 +-
       htdocs/accountancy/journal/sellsjournal.php                   | 2 +-
       htdocs/adherents/admin/adherent.php                           | 2 +-
       htdocs/adherents/admin/adherent_emails.php                    | 2 +-
       htdocs/adherents/admin/adherent_extrafields.php               | 2 +-
       htdocs/adherents/admin/adherent_type_extrafields.php          | 2 +-
       htdocs/adherents/admin/website.php                            | 2 +-
       htdocs/adherents/agenda.php                                   | 2 +-
       htdocs/adherents/canvas/actions_adherentcard_common.class.php | 2 +-
       .../canvas/default/actions_adherentcard_default.class.php     | 2 +-
       .../adherents/canvas/default/tpl/adherentcard_create.tpl.php  | 2 +-
       htdocs/adherents/canvas/default/tpl/adherentcard_edit.tpl.php | 2 +-
       htdocs/adherents/canvas/default/tpl/adherentcard_view.tpl.php | 2 +-
       htdocs/adherents/card.php                                     | 2 +-
       htdocs/adherents/class/adherent.class.php                     | 2 +-
       htdocs/adherents/class/adherent_type.class.php                | 2 +-
       htdocs/adherents/class/adherentstats.class.php                | 2 +-
       htdocs/adherents/class/api_members.class.php                  | 2 +-
       htdocs/adherents/class/api_memberstypes.class.php             | 2 +-
       htdocs/adherents/document.php                                 | 2 +-
       htdocs/adherents/index.php                                    | 2 +-
       htdocs/adherents/ldap.php                                     | 2 +-
       htdocs/adherents/stats/index.php                              | 2 +-
       htdocs/adherents/subscription.php                             | 2 +-
       htdocs/adherents/subscription/info.php                        | 2 +-
       htdocs/adherents/tpl/linkedobjectblock.tpl.php                | 2 +-
       htdocs/adherents/type.php                                     | 2 +-
       htdocs/adherents/type_ldap.php                                | 2 +-
       htdocs/admin/agenda.php                                       | 2 +-
       htdocs/admin/agenda_extrafields.php                           | 2 +-
       htdocs/admin/agenda_other.php                                 | 2 +-
       htdocs/admin/agenda_xcal.php                                  | 2 +-
       htdocs/admin/bank_extrafields.php                             | 2 +-
       htdocs/admin/barcode.php                                      | 2 +-
       htdocs/admin/boxes.php                                        | 2 +-
       htdocs/admin/commande.php                                     | 2 +-
       htdocs/admin/company.php                                      | 2 +-
       htdocs/admin/compta.php                                       | 2 +-
       htdocs/admin/confexped.php                                    | 2 +-
       htdocs/admin/const.php                                        | 2 +-
       htdocs/admin/defaultvalues.php                                | 2 +-
       htdocs/admin/delais.php                                       | 2 +-
       htdocs/admin/dict.php                                         | 2 +-
       htdocs/admin/expedition.php                                   | 2 +-
       htdocs/admin/expedition_extrafields.php                       | 2 +-
       htdocs/admin/expeditiondet_extrafields.php                    | 2 +-
       htdocs/admin/expensereport.php                                | 2 +-
       htdocs/admin/expensereport_extrafields.php                    | 2 +-
       htdocs/admin/export.php                                       | 2 +-
       htdocs/admin/external_rss.php                                 | 2 +-
       htdocs/admin/facture.php                                      | 2 +-
       htdocs/admin/fckeditor.php                                    | 2 +-
       htdocs/admin/fichinter.php                                    | 2 +-
       htdocs/admin/ihm.php                                          | 2 +-
       htdocs/admin/ldap.php                                         | 2 +-
       htdocs/admin/ldap_contacts.php                                | 2 +-
       htdocs/admin/ldap_groups.php                                  | 2 +-
       htdocs/admin/ldap_members.php                                 | 2 +-
       htdocs/admin/ldap_members_types.php                           | 2 +-
       htdocs/admin/ldap_users.php                                   | 2 +-
       htdocs/admin/limits.php                                       | 2 +-
       htdocs/admin/livraison.php                                    | 2 +-
       htdocs/admin/livraison_extrafields.php                        | 2 +-
       htdocs/admin/livraisondet_extrafields.php                     | 2 +-
       htdocs/admin/mailman.php                                      | 2 +-
       htdocs/admin/mails.php                                        | 2 +-
       htdocs/admin/mails_emailing.php                               | 2 +-
       htdocs/admin/mails_templates.php                              | 2 +-
       htdocs/admin/menus.php                                        | 2 +-
       htdocs/admin/menus/edit.php                                   | 2 +-
       htdocs/admin/menus/index.php                                  | 2 +-
       htdocs/admin/menus/other.php                                  | 2 +-
       htdocs/admin/modulehelp.php                                   | 2 +-
       htdocs/admin/modules.php                                      | 2 +-
       htdocs/admin/order_extrafields.php                            | 2 +-
       htdocs/admin/orderdet_extrafields.php                         | 2 +-
       htdocs/admin/pdf.php                                          | 2 +-
       htdocs/admin/perms.php                                        | 2 +-
       htdocs/admin/prelevement.php                                  | 2 +-
       htdocs/admin/propal.php                                       | 2 +-
       htdocs/admin/resource_extrafields.php                         | 2 +-
       htdocs/admin/security.php                                     | 2 +-
       htdocs/admin/security_file.php                                | 2 +-
       htdocs/admin/security_other.php                               | 2 +-
       htdocs/admin/sms.php                                          | 2 +-
       htdocs/admin/spip.php                                         | 2 +-
       htdocs/admin/stock.php                                        | 2 +-
       htdocs/admin/supplier_invoice.php                             | 2 +-
       htdocs/admin/supplier_order.php                               | 2 +-
       htdocs/admin/supplier_proposal.php                            | 2 +-
       htdocs/admin/supplierinvoice_extrafields.php                  | 2 +-
       htdocs/admin/supplierinvoicedet_extrafields.php               | 2 +-
       htdocs/admin/supplierorder_extrafields.php                    | 2 +-
       htdocs/admin/supplierorderdet_extrafields.php                 | 2 +-
       htdocs/admin/syslog.php                                       | 2 +-
       htdocs/admin/system/about.php                                 | 2 +-
       htdocs/admin/system/browser.php                               | 2 +-
       htdocs/admin/system/constall.php                              | 2 +-
       htdocs/admin/system/database-tables.php                       | 2 +-
       htdocs/admin/system/dbtable.php                               | 2 +-
       htdocs/admin/system/dolibarr.php                              | 2 +-
       htdocs/admin/system/filecheck.php                             | 2 +-
       htdocs/admin/system/index.php                                 | 2 +-
       htdocs/admin/system/modules.php                               | 2 +-
       htdocs/admin/system/os.php                                    | 2 +-
       htdocs/admin/system/phpinfo.php                               | 2 +-
       htdocs/admin/taxes.php                                        | 2 +-
       htdocs/admin/tools/dolibarr_export.php                        | 2 +-
       htdocs/admin/tools/dolibarr_import.php                        | 2 +-
       htdocs/admin/tools/index.php                                  | 2 +-
       htdocs/admin/tools/listevents.php                             | 2 +-
       htdocs/admin/tools/listsessions.php                           | 2 +-
       htdocs/admin/tools/purge.php                                  | 2 +-
       htdocs/admin/tools/update.php                                 | 2 +-
       htdocs/admin/translation.php                                  | 2 +-
       htdocs/admin/user.php                                         | 2 +-
       htdocs/admin/usergroup.php                                    | 2 +-
       htdocs/admin/workflow.php                                     | 2 +-
       htdocs/api/admin/index.php                                    | 2 +-
       htdocs/api/class/api_setup.class.php                          | 2 +-
       htdocs/api/index.php                                          | 2 +-
       htdocs/cashdesk/affContenu.php                                | 2 +-
       htdocs/cashdesk/affIndex.php                                  | 2 +-
       htdocs/cashdesk/facturation_dhtml.php                         | 2 +-
       htdocs/cashdesk/javascript/dhtml.js                           | 2 +-
       htdocs/cashdesk/tpl/facturation1.tpl.php                      | 2 +-
       htdocs/cashdesk/tpl/menu.tpl.php                              | 2 +-
       htdocs/categories/admin/categorie_extrafields.php             | 2 +-
       htdocs/categories/card.php                                    | 2 +-
       htdocs/categories/class/categorie.class.php                   | 2 +-
       htdocs/categories/edit.php                                    | 2 +-
       htdocs/categories/index.php                                   | 2 +-
       htdocs/categories/photos.php                                  | 2 +-
       htdocs/categories/traduction.php                              | 2 +-
       htdocs/categories/viewcat.php                                 | 2 +-
       htdocs/comm/action/card.php                                   | 2 +-
       htdocs/comm/action/class/actioncomm.class.php                 | 2 +-
       htdocs/comm/action/class/ical.class.php                       | 2 +-
       htdocs/comm/action/document.php                               | 2 +-
       htdocs/comm/action/index.php                                  | 2 +-
       htdocs/comm/action/list.php                                   | 2 +-
       htdocs/comm/action/pertype.php                                | 2 +-
       htdocs/comm/action/peruser.php                                | 2 +-
       htdocs/comm/action/rapport/index.php                          | 2 +-
       htdocs/comm/address.php                                       | 2 +-
       htdocs/comm/admin/propal_extrafields.php                      | 2 +-
       htdocs/comm/admin/propaldet_extrafields.php                   | 2 +-
       htdocs/comm/card.php                                          | 2 +-
       htdocs/comm/contact.php                                       | 2 +-
       htdocs/comm/index.php                                         | 2 +-
       htdocs/comm/mailing/card.php                                  | 2 +-
       htdocs/comm/mailing/cibles.php                                | 2 +-
       htdocs/comm/mailing/class/mailing.class.php                   | 2 +-
       htdocs/comm/mailing/index.php                                 | 2 +-
       htdocs/comm/mailing/info.php                                  | 2 +-
       htdocs/comm/mailing/list.php                                  | 2 +-
       htdocs/comm/propal/card.php                                   | 2 +-
       htdocs/comm/propal/class/propal.class.php                     | 2 +-
       htdocs/comm/propal/class/propalestats.class.php               | 2 +-
       htdocs/comm/propal/contact.php                                | 2 +-
       htdocs/comm/propal/document.php                               | 2 +-
       htdocs/comm/propal/index.php                                  | 2 +-
       htdocs/comm/propal/info.php                                   | 2 +-
       htdocs/comm/propal/list.php                                   | 2 +-
       htdocs/comm/propal/note.php                                   | 2 +-
       htdocs/comm/propal/stats/index.php                            | 2 +-
       htdocs/comm/propal/tpl/linkedobjectblock.tpl.php              | 2 +-
       htdocs/comm/prospect/index.php                                | 2 +-
       htdocs/commande/card.php                                      | 2 +-
       htdocs/commande/class/commande.class.php                      | 2 +-
       htdocs/commande/class/commandestats.class.php                 | 2 +-
       htdocs/commande/contact.php                                   | 2 +-
       htdocs/commande/customer.php                                  | 2 +-
       htdocs/commande/document.php                                  | 2 +-
       htdocs/commande/index.php                                     | 2 +-
       htdocs/commande/info.php                                      | 2 +-
       htdocs/commande/list.php                                      | 2 +-
       htdocs/commande/note.php                                      | 2 +-
       htdocs/commande/orderstoinvoice.php                           | 2 +-
       htdocs/commande/stats/index.php                               | 2 +-
       htdocs/commande/tpl/linkedobjectblock.tpl.php                 | 2 +-
       htdocs/compta/bank/annuel.php                                 | 2 +-
       htdocs/compta/bank/bankentries_list.php                       | 2 +-
       htdocs/compta/bank/budget.php                                 | 2 +-
       htdocs/compta/bank/card.php                                   | 2 +-
       htdocs/compta/bank/categ.php                                  | 2 +-
       htdocs/compta/bank/class/account.class.php                    | 2 +-
       htdocs/compta/bank/class/bankcateg.class.php                  | 2 +-
       htdocs/compta/bank/document.php                               | 2 +-
       htdocs/compta/bank/graph.php                                  | 2 +-
       htdocs/compta/bank/ligne.php                                  | 2 +-
       htdocs/compta/bank/list.php                                   | 2 +-
       htdocs/compta/bank/releve.php                                 | 2 +-
       htdocs/compta/bank/transfer.php                               | 2 +-
       htdocs/compta/bank/treso.php                                  | 2 +-
       htdocs/compta/charges/index.php                               | 2 +-
       htdocs/compta/clients.php                                     | 2 +-
       htdocs/compta/deplacement/card.php                            | 2 +-
       htdocs/compta/deplacement/class/deplacement.class.php         | 2 +-
       htdocs/compta/deplacement/class/deplacementstats.class.php    | 2 +-
       htdocs/compta/deplacement/document.php                        | 2 +-
       htdocs/compta/deplacement/index.php                           | 2 +-
       htdocs/compta/deplacement/list.php                            | 2 +-
       htdocs/compta/facture/admin/facture_cust_extrafields.php      | 2 +-
       htdocs/compta/facture/admin/facture_rec_cust_extrafields.php  | 2 +-
       htdocs/compta/facture/admin/facturedet_cust_extrafields.php   | 2 +-
       .../compta/facture/admin/facturedet_rec_cust_extrafields.php  | 2 +-
       htdocs/compta/facture/card.php                                | 2 +-
       htdocs/compta/facture/class/facture-rec.class.php             | 2 +-
       htdocs/compta/facture/class/facture.class.php                 | 2 +-
       htdocs/compta/facture/class/facturestats.class.php            | 2 +-
       htdocs/compta/facture/contact.php                             | 2 +-
       htdocs/compta/facture/document.php                            | 2 +-
       htdocs/compta/facture/fiche-rec.php                           | 2 +-
       htdocs/compta/facture/invoicetemplate_list.php                | 2 +-
       htdocs/compta/facture/list.php                                | 2 +-
       htdocs/compta/facture/note.php                                | 2 +-
       htdocs/compta/facture/prelevement.php                         | 2 +-
       htdocs/compta/facture/tpl/linkedobjectblock.tpl.php           | 2 +-
       htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php     | 2 +-
       htdocs/compta/index.php                                       | 2 +-
       htdocs/compta/journal/purchasesjournal.php                    | 2 +-
       htdocs/compta/journal/sellsjournal.php                        | 2 +-
       htdocs/compta/paiement.php                                    | 2 +-
       htdocs/compta/paiement/card.php                               | 2 +-
       htdocs/compta/paiement/cheque/card.php                        | 2 +-
       htdocs/compta/paiement/cheque/class/remisecheque.class.php    | 2 +-
       htdocs/compta/paiement/cheque/index.php                       | 2 +-
       htdocs/compta/paiement/cheque/list.php                        | 2 +-
       htdocs/compta/paiement/list.php                               | 2 +-
       htdocs/compta/payment_sc/card.php                             | 2 +-
       htdocs/compta/prelevement/bons.php                            | 2 +-
       htdocs/compta/prelevement/class/bonprelevement.class.php      | 2 +-
       htdocs/compta/prelevement/class/ligneprelevement.class.php    | 2 +-
       htdocs/compta/prelevement/class/rejetprelevement.class.php    | 2 +-
       htdocs/compta/prelevement/create.php                          | 2 +-
       htdocs/compta/prelevement/demandes.php                        | 2 +-
       htdocs/compta/prelevement/factures.php                        | 2 +-
       htdocs/compta/prelevement/fiche-rejet.php                     | 2 +-
       htdocs/compta/prelevement/index.php                           | 2 +-
       htdocs/compta/prelevement/ligne.php                           | 2 +-
       htdocs/compta/prelevement/list.php                            | 2 +-
       htdocs/compta/prelevement/rejets.php                          | 2 +-
       htdocs/compta/prelevement/stats.php                           | 2 +-
       htdocs/compta/resultat/clientfourn.php                        | 2 +-
       htdocs/compta/resultat/index.php                              | 2 +-
       htdocs/compta/salaries/document.php                           | 2 +-
       htdocs/compta/sociales/card.php                               | 2 +-
       htdocs/compta/sociales/document.php                           | 2 +-
       htdocs/compta/sociales/index.php                              | 2 +-
       htdocs/compta/sociales/payments.php                           | 2 +-
       htdocs/compta/stats/cabyuser.php                              | 2 +-
       htdocs/compta/stats/casoc.php                                 | 2 +-
       htdocs/compta/stats/index.php                                 | 2 +-
       htdocs/compta/tva/card.php                                    | 2 +-
       htdocs/compta/tva/document.php                                | 2 +-
       htdocs/compta/tva/index.php                                   | 2 +-
       htdocs/compta/tva/list.php                                    | 2 +-
       htdocs/contact/agenda.php                                     | 2 +-
       htdocs/contact/canvas/actions_contactcard_common.class.php    | 2 +-
       .../canvas/default/actions_contactcard_default.class.php      | 2 +-
       htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php  | 2 +-
       htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php    | 2 +-
       htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php    | 2 +-
       htdocs/contact/card.php                                       | 2 +-
       htdocs/contact/class/contact.class.php                        | 2 +-
       htdocs/contact/document.php                                   | 2 +-
       htdocs/contact/info.php                                       | 2 +-
       htdocs/contact/ldap.php                                       | 2 +-
       htdocs/contact/list.php                                       | 2 +-
       htdocs/contact/note.php                                       | 2 +-
       htdocs/contact/perso.php                                      | 2 +-
       htdocs/contact/vcard.php                                      | 2 +-
       htdocs/contrat/admin/contract_extrafields.php                 | 2 +-
       htdocs/contrat/admin/contractdet_extrafields.php              | 2 +-
       htdocs/contrat/card.php                                       | 2 +-
       htdocs/contrat/class/contrat.class.php                        | 2 +-
       htdocs/contrat/contact.php                                    | 2 +-
       htdocs/contrat/document.php                                   | 2 +-
       htdocs/contrat/index.php                                      | 2 +-
       htdocs/contrat/list.php                                       | 2 +-
       htdocs/contrat/note.php                                       | 2 +-
       htdocs/contrat/services_list.php                              | 2 +-
       htdocs/contrat/tpl/linkedobjectblock.tpl.php                  | 2 +-
       htdocs/core/ajax/ajaxdirpreview.php                           | 2 +-
       htdocs/core/ajax/box.php                                      | 2 +-
       htdocs/core/ajax/constantonoff.php                            | 2 +-
       htdocs/core/ajax/contacts.php                                 | 2 +-
       htdocs/core/ajax/extraparams.php                              | 2 +-
       htdocs/core/ajax/fileupload.php                               | 2 +-
       htdocs/core/ajax/getaccountcurrency.php                       | 2 +-
       htdocs/core/ajax/loadinplace.php                              | 2 +-
       htdocs/core/ajax/price.php                                    | 2 +-
       htdocs/core/ajax/row.php                                      | 2 +-
       htdocs/core/ajax/saveinplace.php                              | 2 +-
       htdocs/core/ajax/security.php                                 | 2 +-
       htdocs/core/ajax/vatrates.php                                 | 2 +-
       htdocs/core/ajax/ziptown.php                                  | 2 +-
       htdocs/core/boxes/box_actions.php                             | 2 +-
       htdocs/core/boxes/box_clients.php                             | 2 +-
       htdocs/core/boxes/box_commandes.php                           | 2 +-
       htdocs/core/boxes/box_comptes.php                             | 2 +-
       htdocs/core/boxes/box_contacts.php                            | 2 +-
       htdocs/core/boxes/box_contracts.php                           | 2 +-
       htdocs/core/boxes/box_external_rss.php                        | 2 +-
       htdocs/core/boxes/box_factures.php                            | 2 +-
       htdocs/core/boxes/box_factures_fourn.php                      | 2 +-
       htdocs/core/boxes/box_factures_fourn_imp.php                  | 2 +-
       htdocs/core/boxes/box_factures_imp.php                        | 2 +-
       htdocs/core/boxes/box_fournisseurs.php                        | 2 +-
       htdocs/core/boxes/box_goodcustomers.php                       | 2 +-
       htdocs/core/boxes/box_members.php                             | 2 +-
       htdocs/core/boxes/box_produits.php                            | 2 +-
       htdocs/core/boxes/box_produits_alerte_stock.php               | 2 +-
       htdocs/core/boxes/box_propales.php                            | 2 +-
       htdocs/core/boxes/box_prospect.php                            | 2 +-
       htdocs/core/boxes/box_services_contracts.php                  | 2 +-
       htdocs/core/boxes/box_supplier_orders.php                     | 2 +-
       htdocs/core/boxes/modules_boxes.php                           | 2 +-
       htdocs/core/class/CMailFile.class.php                         | 2 +-
       htdocs/core/class/CSMSFile.class.php                          | 2 +-
       htdocs/core/class/antivir.class.php                           | 2 +-
       htdocs/core/class/canvas.class.php                            | 2 +-
       htdocs/core/class/commondocgenerator.class.php                | 2 +-
       htdocs/core/class/commoninvoice.class.php                     | 2 +-
       htdocs/core/class/commonobject.class.php                      | 2 +-
       htdocs/core/class/commonorder.class.php                       | 2 +-
       htdocs/core/class/conf.class.php                              | 2 +-
       htdocs/core/class/dolexception.class.php                      | 2 +-
       htdocs/core/class/events.class.php                            | 2 +-
       htdocs/core/class/extrafields.class.php                       | 2 +-
       htdocs/core/class/fileupload.class.php                        | 2 +-
       htdocs/core/class/hookmanager.class.php                       | 2 +-
       htdocs/core/class/html.form.class.php                         | 2 +-
       htdocs/core/class/html.formactions.class.php                  | 2 +-
       htdocs/core/class/html.formadmin.class.php                    | 2 +-
       htdocs/core/class/html.formbarcode.class.php                  | 2 +-
       htdocs/core/class/html.formcompany.class.php                  | 2 +-
       htdocs/core/class/html.formfile.class.php                     | 2 +-
       htdocs/core/class/html.formmail.class.php                     | 2 +-
       htdocs/core/class/html.formother.class.php                    | 2 +-
       htdocs/core/class/infobox.class.php                           | 2 +-
       htdocs/core/class/interfaces.class.php                        | 2 +-
       htdocs/core/class/ldap.class.php                              | 2 +-
       htdocs/core/class/menubase.class.php                          | 2 +-
       htdocs/core/class/stats.class.php                             | 2 +-
       htdocs/core/class/translate.class.php                         | 2 +-
       htdocs/core/datepicker.php                                    | 2 +-
       htdocs/core/db/Database.interface.php                         | 2 +-
       htdocs/core/db/mssql.class.php                                | 2 +-
       htdocs/core/db/mysqli.class.php                               | 2 +-
       htdocs/core/db/pgsql.class.php                                | 2 +-
       htdocs/core/db/sqlite3.class.php                              | 2 +-
       htdocs/core/doxygen.php                                       | 2 +-
       htdocs/core/js/blockUI.js                                     | 2 +-
       htdocs/core/js/dst.js                                         | 2 +-
       htdocs/core/js/editinplace.js                                 | 2 +-
       htdocs/core/js/lib_head.js.php                                | 2 +-
       htdocs/core/js/timepicker.js.php                              | 2 +-
       htdocs/core/lib/admin.lib.php                                 | 2 +-
       htdocs/core/lib/agenda.lib.php                                | 2 +-
       htdocs/core/lib/ajax.lib.php                                  | 2 +-
       htdocs/core/lib/bank.lib.php                                  | 2 +-
       htdocs/core/lib/categories.lib.php                            | 2 +-
       htdocs/core/lib/company.lib.php                               | 2 +-
       htdocs/core/lib/contact.lib.php                               | 2 +-
       htdocs/core/lib/contract.lib.php                              | 2 +-
       htdocs/core/lib/date.lib.php                                  | 2 +-
       htdocs/core/lib/doc.lib.php                                   | 2 +-
       htdocs/core/lib/doleditor.lib.php                             | 2 +-
       htdocs/core/lib/expedition.lib.php                            | 2 +-
       htdocs/core/lib/expensereport.lib.php                         | 2 +-
       htdocs/core/lib/fichinter.lib.php                             | 2 +-
       htdocs/core/lib/files.lib.php                                 | 2 +-
       htdocs/core/lib/fourn.lib.php                                 | 2 +-
       htdocs/core/lib/functions.lib.php                             | 2 +-
       htdocs/core/lib/functions2.lib.php                            | 2 +-
       htdocs/core/lib/images.lib.php                                | 2 +-
       htdocs/core/lib/import.lib.php                                | 2 +-
       htdocs/core/lib/invoice.lib.php                               | 2 +-
       htdocs/core/lib/json.lib.php                                  | 2 +-
       htdocs/core/lib/ldap.lib.php                                  | 2 +-
       htdocs/core/lib/member.lib.php                                | 2 +-
       htdocs/core/lib/order.lib.php                                 | 2 +-
       htdocs/core/lib/pdf.lib.php                                   | 2 +-
       htdocs/core/lib/prelevement.lib.php                           | 2 +-
       htdocs/core/lib/product.lib.php                               | 2 +-
       htdocs/core/lib/project.lib.php                               | 2 +-
       htdocs/core/lib/propal.lib.php                                | 2 +-
       htdocs/core/lib/report.lib.php                                | 2 +-
       htdocs/core/lib/security.lib.php                              | 2 +-
       htdocs/core/lib/security2.lib.php                             | 2 +-
       htdocs/core/lib/sendings.lib.php                              | 2 +-
       htdocs/core/lib/supplier_proposal.lib.php                     | 2 +-
       htdocs/core/lib/tax.lib.php                                   | 2 +-
       htdocs/core/lib/trip.lib.php                                  | 2 +-
       htdocs/core/lib/usergroups.lib.php                            | 2 +-
       htdocs/core/login/functions_dolibarr.php                      | 2 +-
       htdocs/core/login/functions_empty.php                         | 2 +-
       htdocs/core/login/functions_openid.php                        | 2 +-
       htdocs/core/menus/standard/auguria.lib.php                    | 2 +-
       htdocs/core/menus/standard/auguria_menu.php                   | 2 +-
       htdocs/core/menus/standard/eldy.lib.php                       | 2 +-
       htdocs/core/menus/standard/eldy_menu.php                      | 2 +-
       htdocs/core/modules/DolibarrModules.class.php                 | 2 +-
       htdocs/core/modules/action/modules_action.php                 | 2 +-
       htdocs/core/modules/action/rapport.pdf.php                    | 2 +-
       htdocs/core/modules/bank/modules_bank.php                     | 2 +-
       htdocs/core/modules/barcode/doc/phpbarcode.modules.php        | 2 +-
       htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php      | 2 +-
       htdocs/core/modules/barcode/mod_barcode_product_standard.php  | 2 +-
       htdocs/core/modules/cheque/modules_chequereceipts.php         | 2 +-
       htdocs/core/modules/commande/doc/pdf_einstein.modules.php     | 2 +-
       htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php  | 2 +-
       htdocs/core/modules/commande/doc/pdf_proforma.modules.php     | 2 +-
       htdocs/core/modules/commande/mod_commande_marbre.php          | 2 +-
       htdocs/core/modules/commande/mod_commande_saphir.php          | 2 +-
       htdocs/core/modules/commande/modules_commande.php             | 2 +-
       htdocs/core/modules/contract/doc/pdf_strato.modules.php       | 2 +-
       htdocs/core/modules/contract/modules_contract.php             | 2 +-
       htdocs/core/modules/dons/html_cerfafr.modules.php             | 2 +-
       htdocs/core/modules/dons/modules_don.php                      | 2 +-
       htdocs/core/modules/expedition/doc/pdf_merou.modules.php      | 2 +-
       htdocs/core/modules/expedition/doc/pdf_rouget.modules.php     | 2 +-
       htdocs/core/modules/expedition/modules_expedition.php         | 2 +-
       htdocs/core/modules/export/modules_export.php                 | 2 +-
       .../modules/facture/doc/doc_generic_invoice_odt.modules.php   | 2 +-
       htdocs/core/modules/facture/doc/pdf_crabe.modules.php         | 2 +-
       htdocs/core/modules/facture/doc/pdf_sponge.modules.php        | 2 +-
       htdocs/core/modules/facture/mod_facture_mars.php              | 2 +-
       htdocs/core/modules/facture/mod_facture_mercure.php           | 2 +-
       htdocs/core/modules/facture/mod_facture_terre.php             | 2 +-
       htdocs/core/modules/facture/modules_facture.php               | 2 +-
       htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php      | 2 +-
       htdocs/core/modules/fichinter/mod_arctic.php                  | 2 +-
       htdocs/core/modules/fichinter/mod_pacific.php                 | 2 +-
       htdocs/core/modules/fichinter/modules_fichinter.php           | 2 +-
       htdocs/core/modules/holiday/modules_holiday.php               | 2 +-
       htdocs/core/modules/import/import_csv.modules.php             | 2 +-
       htdocs/core/modules/import/import_xlsx.modules.php            | 2 +-
       htdocs/core/modules/import/modules_import.php                 | 2 +-
       htdocs/core/modules/livraison/doc/pdf_typhon.modules.php      | 2 +-
       htdocs/core/modules/livraison/mod_livraison_jade.php          | 2 +-
       htdocs/core/modules/livraison/mod_livraison_saphir.php        | 2 +-
       htdocs/core/modules/livraison/modules_livraison.php           | 2 +-
       htdocs/core/modules/mailings/advthirdparties.modules.php      | 2 +-
       htdocs/core/modules/mailings/contacts1.modules.php            | 2 +-
       htdocs/core/modules/mailings/fraise.modules.php               | 2 +-
       htdocs/core/modules/mailings/pomme.modules.php                | 2 +-
       htdocs/core/modules/mailings/thirdparties.modules.php         | 2 +-
       htdocs/core/modules/member/modules_cards.php                  | 2 +-
       htdocs/core/modules/modAgenda.class.php                       | 2 +-
       htdocs/core/modules/modBanque.class.php                       | 2 +-
       htdocs/core/modules/modBarcode.class.php                      | 2 +-
       htdocs/core/modules/modCommande.class.php                     | 2 +-
       htdocs/core/modules/modContrat.class.php                      | 2 +-
       htdocs/core/modules/modDeplacement.class.php                  | 2 +-
       htdocs/core/modules/modDocumentGeneration.class.php           | 2 +-
       htdocs/core/modules/modDon.class.php                          | 2 +-
       htdocs/core/modules/modExpedition.class.php                   | 2 +-
       htdocs/core/modules/modExport.class.php                       | 2 +-
       htdocs/core/modules/modExternalSite.class.php                 | 2 +-
       htdocs/core/modules/modFacture.class.php                      | 2 +-
       htdocs/core/modules/modFckeditor.class.php                    | 2 +-
       htdocs/core/modules/modFicheinter.class.php                   | 2 +-
       htdocs/core/modules/modFournisseur.class.php                  | 2 +-
       htdocs/core/modules/modHoliday.class.php                      | 2 +-
       htdocs/core/modules/modImport.class.php                       | 2 +-
       htdocs/core/modules/modIncoterm.class.php                     | 2 +-
       htdocs/core/modules/modLabel.class.php                        | 2 +-
       htdocs/core/modules/modLdap.class.php                         | 2 +-
       htdocs/core/modules/modMailing.class.php                      | 2 +-
       htdocs/core/modules/modMultiCurrency.class.php                | 2 +-
       htdocs/core/modules/modPaypal.class.php                       | 2 +-
       htdocs/core/modules/modPrelevement.class.php                  | 2 +-
       htdocs/core/modules/modProduct.class.php                      | 2 +-
       htdocs/core/modules/modProductBatch.class.php                 | 2 +-
       htdocs/core/modules/modProjet.class.php                       | 2 +-
       htdocs/core/modules/modPropale.class.php                      | 2 +-
       htdocs/core/modules/modSalaries.class.php                     | 2 +-
       htdocs/core/modules/modService.class.php                      | 2 +-
       htdocs/core/modules/modSociete.class.php                      | 2 +-
       htdocs/core/modules/modStock.class.php                        | 2 +-
       htdocs/core/modules/modSupplierProposal.class.php             | 2 +-
       htdocs/core/modules/modTax.class.php                          | 2 +-
       htdocs/core/modules/modUser.class.php                         | 2 +-
       htdocs/core/modules/modVariants.class.php                     | 2 +-
       htdocs/core/modules/modWorkflow.class.php                     | 2 +-
       htdocs/core/modules/printsheet/modules_labels.php             | 2 +-
       htdocs/core/modules/product/mod_codeproduct_elephant.php      | 2 +-
       htdocs/core/modules/product/modules_product.class.php         | 2 +-
       .../modules/product_batch/modules_product_batch.class.php     | 2 +-
       htdocs/core/modules/project/doc/pdf_baleine.modules.php       | 2 +-
       htdocs/core/modules/project/doc/pdf_beluga.modules.php        | 2 +-
       htdocs/core/modules/project/doc/pdf_timespent.modules.php     | 2 +-
       htdocs/core/modules/project/mod_project_simple.php            | 2 +-
       htdocs/core/modules/project/mod_project_universal.php         | 2 +-
       htdocs/core/modules/project/modules_project.php               | 2 +-
       htdocs/core/modules/project/task/mod_task_simple.php          | 2 +-
       htdocs/core/modules/project/task/mod_task_universal.php       | 2 +-
       htdocs/core/modules/project/task/modules_task.php             | 2 +-
       htdocs/core/modules/propale/doc/pdf_azur.modules.php          | 2 +-
       htdocs/core/modules/propale/doc/pdf_cyan.modules.php          | 2 +-
       htdocs/core/modules/propale/mod_propale_marbre.php            | 2 +-
       htdocs/core/modules/propale/mod_propale_saphir.php            | 2 +-
       htdocs/core/modules/propale/modules_propale.php               | 2 +-
       .../modules/security/generate/modGeneratePassPerso.class.php  | 2 +-
       htdocs/core/modules/societe/mod_codeclient_elephant.php       | 2 +-
       htdocs/core/modules/societe/mod_codeclient_monkey.php         | 2 +-
       htdocs/core/modules/societe/modules_societe.class.php         | 2 +-
       .../supplier_invoice/mod_facture_fournisseur_cactus.php       | 2 +-
       .../supplier_invoice/mod_facture_fournisseur_tulip.php        | 2 +-
       .../modules/supplier_invoice/modules_facturefournisseur.php   | 2 +-
       .../supplier_order/mod_commande_fournisseur_muguet.php        | 2 +-
       .../supplier_order/mod_commande_fournisseur_orchidee.php      | 2 +-
       .../modules/supplier_order/modules_commandefournisseur.php    | 2 +-
       .../core/modules/supplier_order/pdf/pdf_muscadet.modules.php  | 2 +-
       .../core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 2 +-
       .../supplier_proposal/mod_supplier_proposal_marbre.php        | 2 +-
       .../supplier_proposal/mod_supplier_proposal_saphir.php        | 2 +-
       .../modules/supplier_proposal/modules_supplier_proposal.php   | 2 +-
       htdocs/core/modules/ticket/mod_ticket_simple.php              | 2 +-
       htdocs/core/modules/ticket/mod_ticket_universal.php           | 2 +-
       htdocs/core/modules/ticket/modules_ticket.php                 | 2 +-
       htdocs/core/modules/user/modules_user.class.php               | 2 +-
       htdocs/core/modules/usergroup/modules_usergroup.class.php     | 2 +-
       htdocs/core/photos_resize.php                                 | 2 +-
       htdocs/core/tools.php                                         | 2 +-
       htdocs/core/tpl/admin_extrafields_add.tpl.php                 | 2 +-
       htdocs/core/tpl/admin_extrafields_edit.tpl.php                | 2 +-
       htdocs/core/tpl/admin_extrafields_view.tpl.php                | 2 +-
       htdocs/core/tpl/ajax/fileupload_main.tpl.php                  | 2 +-
       htdocs/core/tpl/ajax/fileupload_view.tpl.php                  | 2 +-
       htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php          | 2 +-
       htdocs/core/tpl/ajaxrow.tpl.php                               | 2 +-
       htdocs/core/tpl/bloc_showhide.tpl.php                         | 2 +-
       htdocs/core/tpl/contacts.tpl.php                              | 2 +-
       htdocs/core/tpl/error.tpl.php                                 | 2 +-
       htdocs/core/tpl/footer.tpl.php                                | 2 +-
       htdocs/core/tpl/header.tpl.php                                | 2 +-
       htdocs/core/tpl/login.tpl.php                                 | 2 +-
       htdocs/core/tpl/notes.tpl.php                                 | 2 +-
       htdocs/core/tpl/objectline_create.tpl.php                     | 2 +-
       htdocs/core/tpl/objectline_edit.tpl.php                       | 2 +-
       htdocs/core/tpl/objectline_view.tpl.php                       | 2 +-
       htdocs/core/tpl/originproductline.tpl.php                     | 2 +-
       htdocs/core/tpl/passwordforgotten.tpl.php                     | 2 +-
       htdocs/core/triggers/interface_20_all_Logevents.class.php     | 2 +-
       .../interface_20_modWorkflow_WorkflowManager.class.php        | 2 +-
       .../triggers/interface_50_modAgenda_ActionsAuto.class.php     | 2 +-
       .../core/triggers/interface_50_modLdap_Ldapsynchro.class.php  | 2 +-
       .../interface_50_modNotification_Notification.class.php       | 2 +-
       htdocs/cron/admin/cron.php                                    | 2 +-
       htdocs/document.php                                           | 2 +-
       htdocs/don/card.php                                           | 2 +-
       htdocs/don/class/don.class.php                                | 2 +-
       htdocs/don/class/donstats.class.php                           | 2 +-
       htdocs/don/document.php                                       | 2 +-
       htdocs/don/index.php                                          | 2 +-
       htdocs/don/list.php                                           | 2 +-
       htdocs/don/note.php                                           | 2 +-
       htdocs/don/stats/index.php                                    | 2 +-
       htdocs/don/tpl/linkedobjectblock.tpl.php                      | 2 +-
       htdocs/ecm/ajax/ecmdatabase.php                               | 2 +-
       htdocs/ecm/class/ecmdirectory.class.php                       | 2 +-
       htdocs/ecm/dir_add_card.php                                   | 2 +-
       htdocs/ecm/index.php                                          | 2 +-
       htdocs/ecm/index_auto.php                                     | 2 +-
       htdocs/ecm/search.php                                         | 2 +-
       htdocs/ecm/tpl/enablefiletreeajax.tpl.php                     | 2 +-
       htdocs/expedition/card.php                                    | 2 +-
       htdocs/expedition/class/expedition.class.php                  | 2 +-
       htdocs/expedition/class/expeditionstats.class.php             | 2 +-
       htdocs/expedition/contact.php                                 | 2 +-
       htdocs/expedition/document.php                                | 2 +-
       htdocs/expedition/index.php                                   | 2 +-
       htdocs/expedition/list.php                                    | 2 +-
       htdocs/expedition/note.php                                    | 2 +-
       htdocs/expedition/shipment.php                                | 2 +-
       htdocs/expedition/stats/index.php                             | 2 +-
       htdocs/expedition/tpl/linkedobjectblock.tpl.php               | 2 +-
       htdocs/expensereport/ajax/ajaxprojet.php                      | 2 +-
       htdocs/expensereport/card.php                                 | 2 +-
       htdocs/expensereport/class/expensereportstats.class.php       | 2 +-
       htdocs/expensereport/document.php                             | 2 +-
       htdocs/expensereport/index.php                                | 2 +-
       htdocs/expensereport/list.php                                 | 2 +-
       htdocs/expensereport/note.php                                 | 2 +-
       htdocs/expensereport/tpl/linkedobjectblock.tpl.php            | 2 +-
       htdocs/exports/class/export.class.php                         | 2 +-
       htdocs/exports/export.php                                     | 2 +-
       htdocs/fichinter/admin/fichinter_extrafields.php              | 2 +-
       htdocs/fichinter/admin/fichinterdet_extrafields.php           | 2 +-
       htdocs/fichinter/card-rec.php                                 | 2 +-
       htdocs/fichinter/card.php                                     | 2 +-
       htdocs/fichinter/class/fichinter.class.php                    | 2 +-
       htdocs/fichinter/class/fichinterstats.class.php               | 2 +-
       htdocs/fichinter/contact.php                                  | 2 +-
       htdocs/fichinter/document.php                                 | 2 +-
       htdocs/fichinter/index.php                                    | 2 +-
       htdocs/fichinter/info.php                                     | 2 +-
       htdocs/fichinter/list.php                                     | 2 +-
       htdocs/fichinter/note.php                                     | 2 +-
       htdocs/filefunc.inc.php                                       | 2 +-
       htdocs/fourn/card.php                                         | 2 +-
       htdocs/fourn/class/fournisseur.class.php                      | 2 +-
       htdocs/fourn/class/fournisseur.commande.class.php             | 2 +-
       htdocs/fourn/class/fournisseur.facture.class.php              | 2 +-
       htdocs/fourn/class/fournisseur.product.class.php              | 2 +-
       htdocs/fourn/class/paiementfourn.class.php                    | 2 +-
       htdocs/fourn/commande/card.php                                | 2 +-
       htdocs/fourn/commande/contact.php                             | 2 +-
       htdocs/fourn/commande/dispatch.php                            | 2 +-
       htdocs/fourn/commande/document.php                            | 2 +-
       htdocs/fourn/commande/index.php                               | 2 +-
       htdocs/fourn/commande/info.php                                | 2 +-
       htdocs/fourn/commande/list.php                                | 2 +-
       htdocs/fourn/commande/note.php                                | 2 +-
       htdocs/fourn/commande/orderstoinvoice.php                     | 2 +-
       htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php           | 2 +-
       htdocs/fourn/contact.php                                      | 2 +-
       htdocs/fourn/facture/card.php                                 | 2 +-
       htdocs/fourn/facture/contact.php                              | 2 +-
       htdocs/fourn/facture/document.php                             | 2 +-
       htdocs/fourn/facture/impayees.php                             | 2 +-
       htdocs/fourn/facture/info.php                                 | 2 +-
       htdocs/fourn/facture/list.php                                 | 2 +-
       htdocs/fourn/facture/note.php                                 | 2 +-
       htdocs/fourn/facture/paiement.php                             | 2 +-
       htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php            | 2 +-
       htdocs/fourn/index.php                                        | 2 +-
       htdocs/fourn/product/list.php                                 | 2 +-
       htdocs/ftp/index.php                                          | 2 +-
       htdocs/holiday/card.php                                       | 2 +-
       htdocs/holiday/class/holiday.class.php                        | 2 +-
       htdocs/holiday/common.inc.php                                 | 2 +-
       htdocs/holiday/define_holiday.php                             | 2 +-
       htdocs/holiday/document.php                                   | 2 +-
       htdocs/holiday/list.php                                       | 2 +-
       htdocs/hrm/index.php                                          | 2 +-
       htdocs/imports/import.php                                     | 2 +-
       htdocs/index.php                                              | 2 +-
       htdocs/install/check.php                                      | 2 +-
       htdocs/install/fileconf.php                                   | 2 +-
       htdocs/install/lib/repair.lib.php                             | 2 +-
       htdocs/install/mysql/data/llx_00_c_country.sql                | 2 +-
       htdocs/install/mysql/data/llx_10_c_regions.sql                | 2 +-
       htdocs/install/mysql/data/llx_20_c_departements.sql           | 2 +-
       htdocs/install/mysql/data/llx_accounting_abc.sql              | 2 +-
       htdocs/install/mysql/data/llx_accounting_account_be.sql       | 2 +-
       htdocs/install/mysql/data/llx_accounting_account_cl.sql       | 2 +-
       htdocs/install/mysql/data/llx_accounting_account_dk.sql       | 2 +-
       htdocs/install/mysql/data/llx_accounting_account_es.sql       | 2 +-
       htdocs/install/mysql/data/llx_accounting_account_fr.sql       | 2 +-
       htdocs/install/mysql/data/llx_c_action_trigger.sql            | 2 +-
       htdocs/install/mysql/data/llx_c_actioncomm.sql                | 2 +-
       htdocs/install/mysql/data/llx_c_chargesociales.sql            | 2 +-
       htdocs/install/mysql/data/llx_c_civilite.sql                  | 2 +-
       htdocs/install/mysql/data/llx_c_currencies.sql                | 2 +-
       htdocs/install/mysql/data/llx_c_ecotaxe.sql                   | 2 +-
       htdocs/install/mysql/data/llx_c_effectif.sql                  | 2 +-
       htdocs/install/mysql/data/llx_c_forme_juridique.sql           | 2 +-
       htdocs/install/mysql/data/llx_c_holiday_type.sql              | 2 +-
       htdocs/install/mysql/data/llx_c_incoterms.sql                 | 2 +-
       htdocs/install/mysql/data/llx_c_input_method.sql              | 2 +-
       htdocs/install/mysql/data/llx_c_paiement.sql                  | 2 +-
       htdocs/install/mysql/data/llx_c_paper_format.sql              | 2 +-
       htdocs/install/mysql/data/llx_c_payment_term.sql              | 2 +-
       htdocs/install/mysql/data/llx_c_propalst.sql                  | 2 +-
       htdocs/install/mysql/data/llx_c_prospectlevel.sql             | 2 +-
       htdocs/install/mysql/data/llx_c_shipment_mode.sql             | 2 +-
       htdocs/install/mysql/data/llx_c_stcomm.sql                    | 2 +-
       htdocs/install/mysql/data/llx_c_tva.sql                       | 2 +-
       htdocs/install/mysql/data/llx_c_type_contact.sql              | 2 +-
       htdocs/install/mysql/data/llx_c_type_container.sql            | 2 +-
       htdocs/install/mysql/data/llx_c_type_fees.sql                 | 2 +-
       htdocs/install/mysql/data/llx_c_type_resource.sql             | 2 +-
       htdocs/install/mysql/data/llx_c_typent.sql                    | 2 +-
       htdocs/install/mysql/data/llx_const.sql                       | 2 +-
       htdocs/install/mysql/tables/llx_actioncomm.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_actioncomm.sql                | 2 +-
       htdocs/install/mysql/tables/llx_adherent.key.sql              | 2 +-
       htdocs/install/mysql/tables/llx_adherent.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_adherent_extrafields.key.sql  | 2 +-
       htdocs/install/mysql/tables/llx_adherent_extrafields.sql      | 2 +-
       htdocs/install/mysql/tables/llx_adherent_type.key.sql         | 2 +-
       htdocs/install/mysql/tables/llx_adherent_type.sql             | 2 +-
       htdocs/install/mysql/tables/llx_bank_account.key.sql          | 2 +-
       htdocs/install/mysql/tables/llx_bank_account.sql              | 2 +-
       htdocs/install/mysql/tables/llx_bank_categ.sql                | 2 +-
       htdocs/install/mysql/tables/llx_bordereau_cheque.key.sql      | 2 +-
       htdocs/install/mysql/tables/llx_bordereau_cheque.sql          | 2 +-
       htdocs/install/mysql/tables/llx_boxes.key.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_boxes.sql                     | 2 +-
       htdocs/install/mysql/tables/llx_boxes_def.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_boxes_def.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_c_action_trigger.key.sql      | 2 +-
       htdocs/install/mysql/tables/llx_c_action_trigger.sql          | 2 +-
       htdocs/install/mysql/tables/llx_c_barcode_type.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_c_barcode_type.sql            | 2 +-
       htdocs/install/mysql/tables/llx_c_currencies.sql              | 2 +-
       htdocs/install/mysql/tables/llx_c_ecotaxe.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_c_field_list.sql              | 2 +-
       htdocs/install/mysql/tables/llx_c_paiement.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_c_paiement.sql                | 2 +-
       htdocs/install/mysql/tables/llx_c_paper_format.sql            | 2 +-
       htdocs/install/mysql/tables/llx_c_payment_term.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_c_payment_term.sql            | 2 +-
       htdocs/install/mysql/tables/llx_c_ziptown.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_c_ziptown.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_categorie.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_categorie.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql | 2 +-
       htdocs/install/mysql/tables/llx_categorie_fournisseur.sql     | 2 +-
       htdocs/install/mysql/tables/llx_categorie_lang.sql            | 2 +-
       htdocs/install/mysql/tables/llx_chargesociales.sql            | 2 +-
       htdocs/install/mysql/tables/llx_commande.key.sql              | 2 +-
       htdocs/install/mysql/tables/llx_commande.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_commande_fournisseur.key.sql  | 2 +-
       htdocs/install/mysql/tables/llx_commande_fournisseur.sql      | 2 +-
       .../mysql/tables/llx_commande_fournisseur_extrafields.sql     | 2 +-
       .../mysql/tables/llx_commande_fournisseurdet_extrafields.sql  | 2 +-
       htdocs/install/mysql/tables/llx_commandedet.key.sql           | 2 +-
       htdocs/install/mysql/tables/llx_commandedet.sql               | 2 +-
       .../install/mysql/tables/llx_commandedet_extrafields.key.sql  | 2 +-
       htdocs/install/mysql/tables/llx_const.sql                     | 2 +-
       htdocs/install/mysql/tables/llx_contrat.key.sql               | 2 +-
       htdocs/install/mysql/tables/llx_contrat.sql                   | 2 +-
       htdocs/install/mysql/tables/llx_contratdet.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_deplacement.sql               | 2 +-
       htdocs/install/mysql/tables/llx_document_model.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_document_model.sql            | 2 +-
       htdocs/install/mysql/tables/llx_don.sql                       | 2 +-
       htdocs/install/mysql/tables/llx_ecm_directories.key.sql       | 2 +-
       htdocs/install/mysql/tables/llx_ecm_directories.sql           | 2 +-
       htdocs/install/mysql/tables/llx_entrepot.key.sql              | 2 +-
       htdocs/install/mysql/tables/llx_events.sql                    | 2 +-
       htdocs/install/mysql/tables/llx_expedition.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_expedition.sql                | 2 +-
       htdocs/install/mysql/tables/llx_expeditiondet.key.sql         | 2 +-
       htdocs/install/mysql/tables/llx_expeditiondet.sql             | 2 +-
       htdocs/install/mysql/tables/llx_expensereport.key.sql         | 2 +-
       htdocs/install/mysql/tables/llx_export_model.key.sql          | 2 +-
       htdocs/install/mysql/tables/llx_export_model.sql              | 2 +-
       htdocs/install/mysql/tables/llx_extrafields.key.sql           | 2 +-
       htdocs/install/mysql/tables/llx_extrafields.sql               | 2 +-
       htdocs/install/mysql/tables/llx_facture.key.sql               | 2 +-
       htdocs/install/mysql/tables/llx_facture.sql                   | 2 +-
       htdocs/install/mysql/tables/llx_facture_fourn.key.sql         | 2 +-
       htdocs/install/mysql/tables/llx_facture_fourn.sql             | 2 +-
       htdocs/install/mysql/tables/llx_facture_rec.key.sql           | 2 +-
       htdocs/install/mysql/tables/llx_facture_rec.sql               | 2 +-
       htdocs/install/mysql/tables/llx_facturedet.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_facturedet.sql                | 2 +-
       htdocs/install/mysql/tables/llx_facturedet_rec.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_facturedet_rec.sql            | 2 +-
       htdocs/install/mysql/tables/llx_fichinter.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_fichinter_rec.key.sql         | 2 +-
       htdocs/install/mysql/tables/llx_fichinter_rec.sql             | 2 +-
       htdocs/install/mysql/tables/llx_fichinterdet.key.sql          | 2 +-
       htdocs/install/mysql/tables/llx_fichinterdet.sql              | 2 +-
       htdocs/install/mysql/tables/llx_fichinterdet_rec.sql          | 2 +-
       htdocs/install/mysql/tables/llx_holiday.key.sql               | 2 +-
       htdocs/install/mysql/tables/llx_livraison.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_livraison.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_livraisondet.key.sql          | 2 +-
       htdocs/install/mysql/tables/llx_livraisondet.sql              | 2 +-
       htdocs/install/mysql/tables/llx_localtax.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_mailing.sql                   | 2 +-
       htdocs/install/mysql/tables/llx_mailing_cibles.sql            | 2 +-
       htdocs/install/mysql/tables/llx_menu.key.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_menu.sql                      | 2 +-
       htdocs/install/mysql/tables/llx_paiement.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_prelevement_bons.key.sql      | 2 +-
       htdocs/install/mysql/tables/llx_prelevement_bons.sql          | 2 +-
       htdocs/install/mysql/tables/llx_product.key.sql               | 2 +-
       htdocs/install/mysql/tables/llx_product.sql                   | 2 +-
       htdocs/install/mysql/tables/llx_product_customer_price.sql    | 2 +-
       .../mysql/tables/llx_product_fournisseur_price.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_product_fournisseur_price.sql | 2 +-
       htdocs/install/mysql/tables/llx_product_lang.key.sql          | 2 +-
       htdocs/install/mysql/tables/llx_product_lang.sql              | 2 +-
       htdocs/install/mysql/tables/llx_product_price.sql             | 2 +-
       htdocs/install/mysql/tables/llx_product_price_by_qty.key.sql  | 2 +-
       htdocs/install/mysql/tables/llx_product_price_by_qty.sql      | 2 +-
       htdocs/install/mysql/tables/llx_projet.key.sql                | 2 +-
       htdocs/install/mysql/tables/llx_projet.sql                    | 2 +-
       htdocs/install/mysql/tables/llx_projet_task.key.sql           | 2 +-
       htdocs/install/mysql/tables/llx_projet_task.sql               | 2 +-
       htdocs/install/mysql/tables/llx_propal.key.sql                | 2 +-
       htdocs/install/mysql/tables/llx_propal.sql                    | 2 +-
       htdocs/install/mysql/tables/llx_propaldet.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_propaldet.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_rights_def.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_rights_def.sql                | 2 +-
       htdocs/install/mysql/tables/llx_societe.sql                   | 2 +-
       htdocs/install/mysql/tables/llx_societe_address.sql           | 2 +-
       htdocs/install/mysql/tables/llx_societe_remise.sql            | 2 +-
       htdocs/install/mysql/tables/llx_societe_remise_supplier.sql   | 2 +-
       htdocs/install/mysql/tables/llx_societe_rib.sql               | 2 +-
       htdocs/install/mysql/tables/llx_socpeople.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql  | 2 +-
       htdocs/install/mysql/tables/llx_tva.sql                       | 2 +-
       htdocs/install/mysql/tables/llx_user.key.sql                  | 2 +-
       htdocs/install/mysql/tables/llx_user.sql                      | 2 +-
       htdocs/install/mysql/tables/llx_user_extrafields.key.sql      | 2 +-
       htdocs/install/mysql/tables/llx_user_extrafields.sql          | 2 +-
       htdocs/install/mysql/tables/llx_user_param.key.sql            | 2 +-
       htdocs/install/mysql/tables/llx_user_param.sql                | 2 +-
       htdocs/install/mysql/tables/llx_user_rights.key.sql           | 2 +-
       htdocs/install/mysql/tables/llx_user_rights.sql               | 2 +-
       htdocs/install/mysql/tables/llx_usergroup.key.sql             | 2 +-
       htdocs/install/mysql/tables/llx_usergroup.sql                 | 2 +-
       htdocs/install/mysql/tables/llx_usergroup_rights.key.sql      | 2 +-
       htdocs/install/mysql/tables/llx_usergroup_rights.sql          | 2 +-
       htdocs/install/mysql/tables/llx_usergroup_user.key.sql        | 2 +-
       htdocs/install/mysql/tables/llx_usergroup_user.sql            | 2 +-
       htdocs/install/repair.php                                     | 2 +-
       htdocs/install/step1.php                                      | 2 +-
       htdocs/install/step5.php                                      | 2 +-
       htdocs/install/upgrade.php                                    | 2 +-
       htdocs/install/upgrade2.php                                   | 2 +-
       htdocs/livraison/card.php                                     | 2 +-
       htdocs/livraison/class/livraison.class.php                    | 2 +-
       htdocs/loan/note.php                                          | 2 +-
       htdocs/mailmanspip/class/mailmanspip.class.php                | 2 +-
       htdocs/main.inc.php                                           | 2 +-
       htdocs/master.inc.php                                         | 2 +-
       htdocs/modulebuilder/template/mymoduleindex.php               | 2 +-
       htdocs/opensurvey/css/style.css                               | 2 +-
       htdocs/opensurvey/wizard/index.php                            | 2 +-
       htdocs/paybox/lib/paybox.lib.php                              | 2 +-
       htdocs/paypal/admin/paypal.php                                | 2 +-
       htdocs/paypal/lib/paypal.lib.php                              | 2 +-
       htdocs/paypal/lib/paypalfunctions.lib.php                     | 2 +-
       htdocs/product/admin/product.php                              | 2 +-
       htdocs/product/admin/product_extrafields.php                  | 2 +-
       htdocs/product/admin/product_lot_extrafields.php              | 2 +-
       htdocs/product/admin/product_tools.php                        | 2 +-
       htdocs/product/agenda.php                                     | 2 +-
       htdocs/product/ajax/products.php                              | 2 +-
       htdocs/product/canvas/product/actions_card_product.class.php  | 2 +-
       htdocs/product/canvas/product/tpl/card_create.tpl.php         | 2 +-
       htdocs/product/canvas/product/tpl/card_edit.tpl.php           | 2 +-
       htdocs/product/canvas/product/tpl/card_view.tpl.php           | 2 +-
       htdocs/product/canvas/service/actions_card_service.class.php  | 2 +-
       htdocs/product/canvas/service/tpl/card_create.tpl.php         | 2 +-
       htdocs/product/canvas/service/tpl/card_edit.tpl.php           | 2 +-
       htdocs/product/canvas/service/tpl/card_view.tpl.php           | 2 +-
       htdocs/product/card.php                                       | 2 +-
       htdocs/product/class/product.class.php                        | 2 +-
       htdocs/product/composition/card.php                           | 2 +-
       htdocs/product/document.php                                   | 2 +-
       htdocs/product/fournisseurs.php                               | 2 +-
       htdocs/product/index.php                                      | 2 +-
       htdocs/product/list.php                                       | 2 +-
       htdocs/product/note.php                                       | 2 +-
       htdocs/product/popuprop.php                                   | 2 +-
       htdocs/product/price.php                                      | 2 +-
       htdocs/product/reassort.php                                   | 2 +-
       htdocs/product/reassortlot.php                                | 2 +-
       htdocs/product/stats/card.php                                 | 2 +-
       htdocs/product/stats/commande.php                             | 2 +-
       htdocs/product/stats/commande_fournisseur.php                 | 2 +-
       htdocs/product/stats/contrat.php                              | 2 +-
       htdocs/product/stats/facture.php                              | 2 +-
       htdocs/product/stats/facture_fournisseur.php                  | 2 +-
       htdocs/product/stats/propal.php                               | 2 +-
       htdocs/product/stats/supplier_proposal.php                    | 2 +-
       htdocs/product/stock/card.php                                 | 2 +-
       htdocs/product/stock/class/entrepot.class.php                 | 2 +-
       htdocs/product/stock/index.php                                | 2 +-
       htdocs/product/stock/list.php                                 | 2 +-
       htdocs/product/stock/massstockmove.php                        | 2 +-
       htdocs/product/stock/movement_list.php                        | 2 +-
       htdocs/product/stock/product.php                              | 2 +-
       htdocs/product/stock/productlot_document.php                  | 2 +-
       htdocs/product/stock/replenish.php                            | 2 +-
       htdocs/product/stock/replenishorders.php                      | 2 +-
       htdocs/product/stock/valo.php                                 | 2 +-
       htdocs/product/traduction.php                                 | 2 +-
       htdocs/projet/activity/index.php                              | 2 +-
       htdocs/projet/activity/perday.php                             | 2 +-
       htdocs/projet/activity/perweek.php                            | 2 +-
       htdocs/projet/admin/project.php                               | 2 +-
       htdocs/projet/admin/project_extrafields.php                   | 2 +-
       htdocs/projet/admin/project_task_extrafields.php              | 2 +-
       htdocs/projet/ajax/projects.php                               | 2 +-
       htdocs/projet/card.php                                        | 2 +-
       htdocs/projet/class/project.class.php                         | 2 +-
       htdocs/projet/class/task.class.php                            | 2 +-
       htdocs/projet/comment.php                                     | 2 +-
       htdocs/projet/contact.php                                     | 2 +-
       htdocs/projet/document.php                                    | 2 +-
       htdocs/projet/element.php                                     | 2 +-
       htdocs/projet/ganttview.php                                   | 2 +-
       htdocs/projet/index.php                                       | 2 +-
       htdocs/projet/info.php                                        | 2 +-
       htdocs/projet/list.php                                        | 2 +-
       htdocs/projet/note.php                                        | 2 +-
       htdocs/projet/tasks.php                                       | 2 +-
       htdocs/projet/tasks/comment.php                               | 2 +-
       htdocs/projet/tasks/contact.php                               | 2 +-
       htdocs/projet/tasks/document.php                              | 2 +-
       htdocs/projet/tasks/list.php                                  | 2 +-
       htdocs/projet/tasks/note.php                                  | 2 +-
       htdocs/projet/tasks/task.php                                  | 2 +-
       htdocs/projet/tasks/time.php                                  | 2 +-
       htdocs/public/cron/cron_run_jobs.php                          | 2 +-
       htdocs/public/demo/index.php                                  | 2 +-
       htdocs/public/members/new.php                                 | 2 +-
       htdocs/public/members/public_card.php                         | 2 +-
       htdocs/public/members/public_list.php                         | 2 +-
       htdocs/public/onlinesign/newonlinesign.php                    | 2 +-
       htdocs/public/paybox/newpayment.php                           | 2 +-
       htdocs/public/payment/newpayment.php                          | 2 +-
       htdocs/public/payment/paymentko.php                           | 2 +-
       htdocs/public/payment/paymentok.php                           | 2 +-
       htdocs/public/paypal/newpayment.php                           | 2 +-
       htdocs/public/paypal/paymentko.php                            | 2 +-
       htdocs/public/paypal/paymentok.php                            | 2 +-
       htdocs/resource/agenda.php                                    | 2 +-
       htdocs/resource/contact.php                                   | 2 +-
       htdocs/resource/document.php                                  | 2 +-
       htdocs/resource/note.php                                      | 2 +-
       htdocs/societe/admin/contact_extrafields.php                  | 2 +-
       htdocs/societe/admin/societe.php                              | 2 +-
       htdocs/societe/admin/societe_extrafields.php                  | 2 +-
       htdocs/societe/agenda.php                                     | 2 +-
       htdocs/societe/ajax/company.php                               | 2 +-
       htdocs/societe/ajaxcompanies.php                              | 2 +-
       htdocs/societe/ajaxcountries.php                              | 2 +-
       htdocs/societe/canvas/actions_card_common.class.php           | 2 +-
       htdocs/societe/canvas/company/actions_card_company.class.php  | 2 +-
       htdocs/societe/canvas/company/tpl/card_create.tpl.php         | 2 +-
       htdocs/societe/canvas/company/tpl/card_edit.tpl.php           | 2 +-
       htdocs/societe/canvas/company/tpl/card_view.tpl.php           | 2 +-
       .../canvas/individual/actions_card_individual.class.php       | 2 +-
       htdocs/societe/canvas/individual/tpl/card_create.tpl.php      | 2 +-
       htdocs/societe/canvas/individual/tpl/card_edit.tpl.php        | 2 +-
       htdocs/societe/canvas/individual/tpl/card_view.tpl.php        | 2 +-
       htdocs/societe/card.php                                       | 2 +-
       htdocs/societe/class/address.class.php                        | 2 +-
       htdocs/societe/class/client.class.php                         | 2 +-
       htdocs/societe/class/companybankaccount.class.php             | 2 +-
       htdocs/societe/class/societe.class.php                        | 2 +-
       htdocs/societe/contact.php                                    | 2 +-
       htdocs/societe/document.php                                   | 2 +-
       htdocs/societe/index.php                                      | 2 +-
       htdocs/societe/list.php                                       | 2 +-
       htdocs/societe/note.php                                       | 2 +-
       htdocs/societe/paymentmodes.php                               | 2 +-
       htdocs/societe/price.php                                      | 2 +-
       htdocs/societe/project.php                                    | 2 +-
       htdocs/societe/societecontact.php                             | 2 +-
       htdocs/societe/website.php                                    | 2 +-
       htdocs/stripe/class/actions_stripe.class.php                  | 2 +-
       htdocs/stripe/payment.php                                     | 2 +-
       .../supplier_proposal/admin/supplier_proposal_extrafields.php | 2 +-
       .../admin/supplier_proposaldet_extrafields.php                | 2 +-
       htdocs/supplier_proposal/card.php                             | 2 +-
       htdocs/supplier_proposal/class/supplier_proposal.class.php    | 2 +-
       htdocs/supplier_proposal/contact.php                          | 2 +-
       htdocs/supplier_proposal/document.php                         | 2 +-
       htdocs/supplier_proposal/index.php                            | 2 +-
       htdocs/supplier_proposal/info.php                             | 2 +-
       htdocs/supplier_proposal/list.php                             | 2 +-
       htdocs/supplier_proposal/note.php                             | 2 +-
       htdocs/supplier_proposal/tpl/linkedobjectblock.tpl.php        | 2 +-
       htdocs/support/index.php                                      | 2 +-
       htdocs/takepos/admin/orderprinters.php                        | 2 +-
       htdocs/takepos/customers.php                                  | 2 +-
       htdocs/theme/eldy/style.css.php                               | 2 +-
       htdocs/theme/md/style.css.php                                 | 2 +-
       htdocs/ticket/contact.php                                     | 2 +-
       htdocs/ticket/document.php                                    | 2 +-
       htdocs/ticket/list.php                                        | 2 +-
       htdocs/ticket/tpl/linkedobjectblock.tpl.php                   | 2 +-
       htdocs/user/admin/group_extrafields.php                       | 2 +-
       htdocs/user/admin/user_extrafields.php                        | 2 +-
       htdocs/user/bank.php                                          | 2 +-
       htdocs/user/card.php                                          | 2 +-
       htdocs/user/class/user.class.php                              | 2 +-
       htdocs/user/class/userbankaccount.class.php                   | 2 +-
       htdocs/user/class/usergroup.class.php                         | 2 +-
       htdocs/user/clicktodial.php                                   | 2 +-
       htdocs/user/document.php                                      | 2 +-
       htdocs/user/group/card.php                                    | 2 +-
       htdocs/user/group/ldap.php                                    | 2 +-
       htdocs/user/group/list.php                                    | 2 +-
       htdocs/user/group/perms.php                                   | 2 +-
       htdocs/user/hierarchy.php                                     | 2 +-
       htdocs/user/home.php                                          | 2 +-
       htdocs/user/info.php                                          | 2 +-
       htdocs/user/ldap.php                                          | 2 +-
       htdocs/user/list.php                                          | 2 +-
       htdocs/user/logout.php                                        | 2 +-
       htdocs/user/note.php                                          | 2 +-
       htdocs/user/param_ihm.php                                     | 2 +-
       htdocs/user/passwordforgotten.php                             | 2 +-
       htdocs/user/perms.php                                         | 2 +-
       htdocs/viewimage.php                                          | 2 +-
       htdocs/webservices/admin/index.php                            | 2 +-
       htdocs/webservices/index.php                                  | 2 +-
       htdocs/webservices/server_order.php                           | 2 +-
       scripts/emailings/mailing-send.php                            | 2 +-
       scripts/members/sync_members_types_dolibarr2ldap.php          | 2 +-
       scripts/members/sync_members_types_ldap2dolibarr.php          | 2 +-
       test/phpunit/AllTests.php                                     | 2 +-
       test/phpunit/BuildDocTest.php                                 | 2 +-
       test/phpunit/FilesLibTest.php                                 | 2 +-
       test/phpunit/GetUrlLibTest.php                                | 2 +-
       test/phpunit/ImagesLibTest.php                                | 2 +-
       1021 files changed, 1022 insertions(+), 1022 deletions(-)
      
      diff --git a/.mailmap b/.mailmap
      index 3aadbbedfca..436b557ee63 100644
      --- a/.mailmap
      +++ b/.mailmap
      @@ -6,8 +6,8 @@ Laurent Destailleur <eldy@destailleur.fr> eldy <eldy@destailleur.fr>
       Laurent Destailleur <eldy@destailleur.fr> Laurent Destailleur <ldestailleur@teclib.com>
       Laurent Destailleur <eldy@destailleur.fr> eldy10 <eldy10@master8.(none)>
       Laurent Destailleur <eldy@destailleur.fr> Laurent Destailleur <ephpcsdy@destailleur.fr>
      -Regis Houssin <regis.houssin@capnetworks.com> Regis Houssin <regis@dolibarr.fr>
      -Regis Houssin <regis.houssin@capnetworks.com> Régis Houssin <regishoussin@device5.home>
      +Regis Houssin <regis.houssin@inodbox.com> Regis Houssin <regis@dolibarr.fr>
      +Regis Houssin <regis.houssin@inodbox.com> Régis Houssin <regishoussin@device5.home>
       Juanjo Menent <jmenent@2byte.es> simnandez <jmenent@2byte.es>
       Juanjo Menent <jmenent@2byte.es> Juanjo Menent <simnandez@gmail.com>
       Juanjo Menent <jmenent@2byte.es> Simnandez <jmenent@2byte.es>
      diff --git a/build/debian/copyright b/build/debian/copyright
      index 8207df4b6d7..72e531d7007 100644
      --- a/build/debian/copyright
      +++ b/build/debian/copyright
      @@ -8,7 +8,7 @@ Copyright: 2002-2009, Rodolphe Quiedeville   <rodolphe@quiedeville.org>
                  2003-2006, Jean-Louis Bergamo     <jlb@j1b.org>
                  2003-2013, Laurent Destailleur    <eldy@users.sourceforge.net>
                  2003, Xavier Dutoit               <doli@sydesy.com>
      -           2004-2013, Regis Houssin          <regis.houssin@capnetworks.com>
      +           2004-2013, Regis Houssin          <regis.houssin@inodbox.com>
                  2004, Sebastien Di Cintio         <sdicintio@ressource-toi.org>
                  2004, Benoit Mortier              <benoit.mortier@opensides.be>
                  2004, Christophe Combelles        <ccomb@free.fr>
      diff --git a/dev/initdemo/initdemo.sh b/dev/initdemo/initdemo.sh
      index 2e49327ae1d..0091a61d300 100755
      --- a/dev/initdemo/initdemo.sh
      +++ b/dev/initdemo/initdemo.sh
      @@ -6,7 +6,7 @@
       # WARNING: This script erase all data of database
       # with data into dump file
       #
      -# Regis Houssin       - regis.houssin@capnetworks.com
      +# Regis Houssin       - regis.houssin@inodbox.com
       # Laurent Destailleur - eldy@users.sourceforge.net
       #------------------------------------------------------
       # Usage: initdemo.sh
      diff --git a/dev/initdemo/removeconfdemo.sh b/dev/initdemo/removeconfdemo.sh
      index de297fd1808..b5f76c45205 100755
      --- a/dev/initdemo/removeconfdemo.sh
      +++ b/dev/initdemo/removeconfdemo.sh
      @@ -3,7 +3,7 @@
       # Script to remove setup of a Dolibarr installation.
       # Note: "dialog" tool need to be available.
       #
      -# Regis Houssin       - regis.houssin@capnetworks.com
      +# Regis Houssin       - regis.houssin@inodbox.com
       # Laurent Destailleur - eldy@users.sourceforge.net
       #------------------------------------------------------
       # WARNING: This script erase setup of instance, 
      diff --git a/dev/initdemo/savedemo.sh b/dev/initdemo/savedemo.sh
      index 20aebb29b28..90b99995585 100755
      --- a/dev/initdemo/savedemo.sh
      +++ b/dev/initdemo/savedemo.sh
      @@ -3,7 +3,7 @@
       # Script to extrac a database with demo values.
       # Note: "dialog" tool need to be available if no parameter provided.
       #
      -# Regis Houssin       - regis.houssin@capnetworks.com
      +# Regis Houssin       - regis.houssin@inodbox.com
       # Laurent Destailleur - eldy@users.sourceforge.net
       #------------------------------------------------------
       # Usage: savedemo.sh
      diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
      index d3843763732..db21cd62192 100644
      --- a/htdocs/accountancy/admin/accountmodel.php
      +++ b/htdocs/accountancy/admin/accountmodel.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004       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-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2016  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2011-2018  Philippe Grand          <philippe.grand@atoo-net.com>
        * Copyright (C) 2011       Remy Younes             <ryounes@gmail.com>
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index 3b86835e927..4b8c4ce3c22 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
        * Copyright (C) 2013-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
        * Copyright (C) 2013-2014  Florian Henry           <florian.henry@open-concept.pro>
      diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
      index 9c39016f008..197d18f2380 100644
      --- a/htdocs/accountancy/journal/expensereportsjournal.php
      +++ b/htdocs/accountancy/journal/expensereportsjournal.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2018  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>
      diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
      index beb9891276f..7984443d906 100644
      --- a/htdocs/accountancy/journal/purchasesjournal.php
      +++ b/htdocs/accountancy/journal/purchasesjournal.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
      index ee7d45d6c66..f3a3246c1ea 100644
      --- a/htdocs/accountancy/journal/sellsjournal.php
      +++ b/htdocs/accountancy/journal/sellsjournal.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
        * Copyright (C) 2011       Juanjo Menent           <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
        * Copyright (C) 2013-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
        * Copyright (C) 2013-2016  Florian Henry           <florian.henry@open-concept.pro>
      diff --git a/htdocs/adherents/admin/adherent.php b/htdocs/adherents/admin/adherent.php
      index ba43b6d47a6..cb1fdfac816 100644
      --- a/htdocs/adherents/admin/adherent.php
      +++ b/htdocs/adherents/admin/adherent.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012      J. Fernando Lagrange <fernando@demo-tic.org>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      diff --git a/htdocs/adherents/admin/adherent_emails.php b/htdocs/adherents/admin/adherent_emails.php
      index 60e0b2c3b48..feeb48eb1c3 100644
      --- a/htdocs/adherents/admin/adherent_emails.php
      +++ b/htdocs/adherents/admin/adherent_emails.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012      J. Fernando Lagrange <fernando@demo-tic.org>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php
      index 0ec1968ab34..81896a12490 100644
      --- a/htdocs/adherents/admin/adherent_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/admin/adherent_type_extrafields.php b/htdocs/adherents/admin/adherent_type_extrafields.php
      index 3a5226d00f4..ab9815a8057 100644
      --- a/htdocs/adherents/admin/adherent_type_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_type_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
      index 91df8e59ea5..51aca179195 100644
      --- a/htdocs/adherents/admin/website.php
      +++ b/htdocs/adherents/admin/website.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/agenda.php b/htdocs/adherents/agenda.php
      index f22070107ca..f13efd96300 100644
      --- a/htdocs/adherents/agenda.php
      +++ b/htdocs/adherents/agenda.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005      Brice Davoleau       <brice.davoleau@gmail.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2007      Patrick Raguin  		<patrick.raguin@gmail.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/adherents/canvas/actions_adherentcard_common.class.php b/htdocs/adherents/canvas/actions_adherentcard_common.class.php
      index b84534af37a..d4c7147da57 100644
      --- a/htdocs/adherents/canvas/actions_adherentcard_common.class.php
      +++ b/htdocs/adherents/canvas/actions_adherentcard_common.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Philippe Grand <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
      index c841f83b297..5ead332bf5f 100644
      --- a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
      +++ b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2012-2018  Philippe Grand      <philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/adherents/canvas/default/tpl/adherentcard_create.tpl.php b/htdocs/adherents/canvas/default/tpl/adherentcard_create.tpl.php
      index 81f34706966..99174e7770b 100644
      --- a/htdocs/adherents/canvas/default/tpl/adherentcard_create.tpl.php
      +++ b/htdocs/adherents/canvas/default/tpl/adherentcard_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2012 Philippe Grand <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/canvas/default/tpl/adherentcard_edit.tpl.php b/htdocs/adherents/canvas/default/tpl/adherentcard_edit.tpl.php
      index 4a699b75a22..a0331fee35e 100644
      --- a/htdocs/adherents/canvas/default/tpl/adherentcard_edit.tpl.php
      +++ b/htdocs/adherents/canvas/default/tpl/adherentcard_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2012 Philippe Grand <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/canvas/default/tpl/adherentcard_view.tpl.php b/htdocs/adherents/canvas/default/tpl/adherentcard_view.tpl.php
      index f19ba96c167..14439bb6e87 100644
      --- a/htdocs/adherents/canvas/default/tpl/adherentcard_view.tpl.php
      +++ b/htdocs/adherents/canvas/default/tpl/adherentcard_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Philippe Grand <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index e7b36b77ad9..0d50564253f 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2018  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 3df36ef3eda..e02517fc3d5 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2009-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014-2016	Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2015		Marcos García			<marcosgdf@gmail.com>
        * Copyright (C) 2015-2018  Frédéric France			<frederic.france@netlogic.fr>
      diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php
      index 20a85c7bf3e..984cf49d44d 100644
      --- a/htdocs/adherents/class/adherent_type.class.php
      +++ b/htdocs/adherents/class/adherent_type.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Charlie Benke			<charlie@patas-monkey.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/adherents/class/adherentstats.class.php b/htdocs/adherents/class/adherentstats.class.php
      index eb722b987a9..310a40c52b3 100644
      --- a/htdocs/adherents/class/adherentstats.class.php
      +++ b/htdocs/adherents/class/adherentstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/class/api_members.class.php b/htdocs/adherents/class/api_members.class.php
      index 8591dd13195..2da35df7e2c 100644
      --- a/htdocs/adherents/class/api_members.class.php
      +++ b/htdocs/adherents/class/api_members.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2016	Xebax Christy	<xebax@wanadoo.fr>
      - * Copyright (C) 2017	Regis Houssin	<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/class/api_memberstypes.class.php b/htdocs/adherents/class/api_memberstypes.class.php
      index ecf7f45d371..e82b126529b 100644
      --- a/htdocs/adherents/class/api_memberstypes.class.php
      +++ b/htdocs/adherents/class/api_memberstypes.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2017	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2017	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php
      index 7e46b7864f8..e8d80898041 100644
      --- a/htdocs/adherents/document.php
      +++ b/htdocs/adherents/document.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        *
      diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
      index 931e9323904..c7a1e665b11 100644
      --- a/htdocs/adherents/index.php
      +++ b/htdocs/adherents/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/ldap.php b/htdocs/adherents/ldap.php
      index 5b830623a4b..f45042d6581 100644
      --- a/htdocs/adherents/ldap.php
      +++ b/htdocs/adherents/ldap.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006		Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php
      index 69958f60d76..feebd776d94 100644
      --- a/htdocs/adherents/stats/index.php
      +++ b/htdocs/adherents/stats/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
      index 9c505477309..5f7abe63253 100644
      --- a/htdocs/adherents/subscription.php
      +++ b/htdocs/adherents/subscription.php
      @@ -2,7 +2,7 @@
       /* 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) 2012-2017  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/adherents/subscription/info.php b/htdocs/adherents/subscription/info.php
      index eb8f8e4eab3..a792da530f1 100644
      --- a/htdocs/adherents/subscription/info.php
      +++ b/htdocs/adherents/subscription/info.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2006 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2006 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/adherents/tpl/linkedobjectblock.tpl.php b/htdocs/adherents/tpl/linkedobjectblock.tpl.php
      index a3033ec090d..eec61e3ba22 100644
      --- a/htdocs/adherents/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/adherents/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
      index 7e69d4fbc98..cb123294764 100644
      --- a/htdocs/adherents/type.php
      +++ b/htdocs/adherents/type.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        *
      diff --git a/htdocs/adherents/type_ldap.php b/htdocs/adherents/type_ldap.php
      index c18074130aa..3cd57e43390 100644
      --- a/htdocs/adherents/type_ldap.php
      +++ b/htdocs/adherents/type_ldap.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/agenda.php b/htdocs/admin/agenda.php
      index 7f41927b478..1c6e5c16fcf 100644
      --- a/htdocs/admin/agenda.php
      +++ b/htdocs/admin/agenda.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2015	Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2011		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012  Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2015		Jean-François Ferry <jfefe@aternatik.fr>
        *
      diff --git a/htdocs/admin/agenda_extrafields.php b/htdocs/admin/agenda_extrafields.php
      index 887fba847e4..29323020325 100644
      --- a/htdocs/admin/agenda_extrafields.php
      +++ b/htdocs/admin/agenda_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/admin/agenda_other.php b/htdocs/admin/agenda_other.php
      index 8215bdbe0b1..2a370cdf580 100644
      --- a/htdocs/admin/agenda_other.php
      +++ b/htdocs/admin/agenda_other.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2016	Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2011		Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2011		Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2015		Jean-François Ferry	    <jfefe@aternatik.fr>
        * Copyright (C) 2016		Charlie Benke		    <charlie@patas-monkey.com>
      diff --git a/htdocs/admin/agenda_xcal.php b/htdocs/admin/agenda_xcal.php
      index d76d95da47a..d55a3713ae1 100644
      --- a/htdocs/admin/agenda_xcal.php
      +++ b/htdocs/admin/agenda_xcal.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2008-2015 	Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2012-2013	Juanjo Menent		<jmenent@2byte.es>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Jean-François Ferry	<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/bank_extrafields.php b/htdocs/admin/bank_extrafields.php
      index 3b95c158f27..f6a729743cf 100644
      --- a/htdocs/admin/bank_extrafields.php
      +++ b/htdocs/admin/bank_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php
      index 6a356843d6b..431d93e2a96 100644
      --- a/htdocs/admin/barcode.php
      +++ b/htdocs/admin/barcode.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013	Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php
      index 9f3453f7587..c0480bb7e50 100644
      --- a/htdocs/admin/boxes.php
      +++ b/htdocs/admin/boxes.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Jean-François Ferry		<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php
      index 64df9194197..d4d7b789974 100644
      --- a/htdocs/admin/commande.php
      +++ b/htdocs/admin/commande.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Sebastien Di Cintio          <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier               <benoit.mortier@opensides.be>
        * Copyright (C) 2004      Andre Cianfarani             <acianfa@free.fr>
      - * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@inodbox.com>
        * Copyright (C) 2008 	   Raphael Bertrand (Resultic)  <raphael.bertrand@resultic.fr>
        * Copyright (C) 2011-2013 Juanjo Menent			    <jmenent@2byte.es>
        * Copyright (C) 2011-2016 Philippe Grand			    <philippe.grand@atoo-net.com>
      diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
      index cc564bfb08e..96a7b533095 100644
      --- a/htdocs/admin/company.php
      +++ b/htdocs/admin/company.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2007	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2014	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2011-2017	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2015		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php
      index 214c30dc544..86d96227f3c 100644
      --- a/htdocs/admin/compta.php
      +++ b/htdocs/admin/compta.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2013-2017 Philippe Grand	    <philippe.grand@atoo-net.com>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/admin/confexped.php b/htdocs/admin/confexped.php
      index 9e6745e6c29..660f7c7c500 100644
      --- a/htdocs/admin/confexped.php
      +++ b/htdocs/admin/confexped.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2011-2016 Juanjo Menent		<jmenent@2byte.es>ù
        * Copyright (C) 2015      Claudio Aschieri     <c.aschieri@19.coop>
      diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php
      index be5f785f9e4..cfda870e9da 100644
      --- a/htdocs/admin/const.php
      +++ b/htdocs/admin/const.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
      index 4d75ab44235..f7a2a031dbf 100644
      --- a/htdocs/admin/defaultvalues.php
      +++ b/htdocs/admin/defaultvalues.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2017-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2017-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017-2018	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
      index add4e2aec80..a48be10b4e0 100644
      --- a/htdocs/admin/delais.php
      +++ b/htdocs/admin/delais.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005       Simon Tosser            <simon@kornog-computing.com>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2016       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
      index 4d5471b1aa8..c572b8abe8b 100644
      --- a/htdocs/admin/dict.php
      +++ b/htdocs/admin/dict.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018	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) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2016	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2011-2015	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2011		Remy Younes				<ryounes@gmail.com>
      diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php
      index c851010635e..2ae3a7cad99 100644
      --- a/htdocs/admin/expedition.php
      +++ b/htdocs/admin/expedition.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2011-2018	Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/admin/expedition_extrafields.php b/htdocs/admin/expedition_extrafields.php
      index b7c8ddffa71..87682fe7514 100644
      --- a/htdocs/admin/expedition_extrafields.php
      +++ b/htdocs/admin/expedition_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2015		Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/admin/expeditiondet_extrafields.php b/htdocs/admin/expeditiondet_extrafields.php
      index cc5a9bddfa5..e533ca64ac3 100644
      --- a/htdocs/admin/expeditiondet_extrafields.php
      +++ b/htdocs/admin/expeditiondet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/admin/expensereport.php b/htdocs/admin/expensereport.php
      index 78287f71eab..f8429069611 100644
      --- a/htdocs/admin/expensereport.php
      +++ b/htdocs/admin/expensereport.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2015 Laurent Destailleur          <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio          <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier               <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic)  <raphael.bertrand@resultic.fr>
        * Copyright (C) 2011-2013 Juanjo Menent			    <jmenent@2byte.es>
        * Copyright (C) 2011-2018 Philippe Grand			    <philippe.grand@atoo-net.com>
      diff --git a/htdocs/admin/expensereport_extrafields.php b/htdocs/admin/expensereport_extrafields.php
      index 3fedf935405..99de68e9e14 100644
      --- a/htdocs/admin/expensereport_extrafields.php
      +++ b/htdocs/admin/expensereport_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/admin/export.php b/htdocs/admin/export.php
      index 292c3604799..c4ad077296a 100644
      --- a/htdocs/admin/export.php
      +++ b/htdocs/admin/export.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2011-2018	Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/admin/external_rss.php b/htdocs/admin/external_rss.php
      index 970971c8d29..048d002a3b7 100644
      --- a/htdocs/admin/external_rss.php
      +++ b/htdocs/admin/external_rss.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011 	   Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
      index 5cb093cc443..46a11e363fd 100644
      --- a/htdocs/admin/facture.php
      +++ b/htdocs/admin/facture.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011	Laurent Destailleur			<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Eric Seigne					<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand (Resultic)	<raphael.bertrand@resultic.fr>
        * Copyright (C) 2012-2013  Juanjo Menent				<jmenent@2byte.es>
        * Copyright (C) 2014		Teddy Andreotti				<125155@supinfo.com>
      diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php
      index bed1d4d9bcb..8751d906918 100644
      --- a/htdocs/admin/fckeditor.php
      +++ b/htdocs/admin/fckeditor.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012-20113	Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php
      index c714c0c6c1b..7fd349363e1 100644
      --- a/htdocs/admin/fichinter.php
      +++ b/htdocs/admin/fichinter.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2011 Laurent Destailleur          <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio          <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier               <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin                <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic)  <raphael.bertrand@resultic.fr>
        * Copyright (C) 2011-2013 Juanjo Menent			    <jmenent@2byte.es>
        * Copyright (C) 2011-2018 Philippe Grand			    <philippe.grand@atoo-net.com>
      diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
      index 8861d1abb68..e2168ec2d76 100644
      --- a/htdocs/admin/ihm.php
      +++ b/htdocs/admin/ihm.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
        *
      diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
      index 1f7b803a50e..dc21ca36daa 100644
      --- a/htdocs/admin/ldap.php
      +++ b/htdocs/admin/ldap.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004		Sebastien Di Cintio	<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier		<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2011-2013	Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
      index dd85a998383..f5f5f868801 100644
      --- a/htdocs/admin/ldap_contacts.php
      +++ b/htdocs/admin/ldap_contacts.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2011-2013 Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/ldap_groups.php b/htdocs/admin/ldap_groups.php
      index 2650fe4fe6e..247ecfb28aa 100644
      --- a/htdocs/admin/ldap_groups.php
      +++ b/htdocs/admin/ldap_groups.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2011-2013 Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php
      index 61da334a90d..818ec5aaff6 100644
      --- a/htdocs/admin/ldap_members.php
      +++ b/htdocs/admin/ldap_members.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006-2008	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2011-2013	Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/ldap_members_types.php b/htdocs/admin/ldap_members_types.php
      index e845fd37adc..912d4ee3ea9 100644
      --- a/htdocs/admin/ldap_members_types.php
      +++ b/htdocs/admin/ldap_members_types.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004		Sebastien Di Cintio	<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier		<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2011-2013	Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php
      index 87df901cfa9..934fcf8e03e 100644
      --- a/htdocs/admin/ldap_users.php
      +++ b/htdocs/admin/ldap_users.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2011-2016 Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php
      index ca4b8fca512..6342f731347 100644
      --- a/htdocs/admin/limits.php
      +++ b/htdocs/admin/limits.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010		Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php
      index 91fb9f964e4..bc82d03d8d7 100644
      --- a/htdocs/admin/livraison.php
      +++ b/htdocs/admin/livraison.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2011-2018 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2015	   Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/admin/livraison_extrafields.php b/htdocs/admin/livraison_extrafields.php
      index 55fe6f10362..31144581564 100644
      --- a/htdocs/admin/livraison_extrafields.php
      +++ b/htdocs/admin/livraison_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2015		Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/admin/livraisondet_extrafields.php b/htdocs/admin/livraisondet_extrafields.php
      index e70b4f2d09b..32000c67642 100644
      --- a/htdocs/admin/livraisondet_extrafields.php
      +++ b/htdocs/admin/livraisondet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/admin/mailman.php b/htdocs/admin/mailman.php
      index 460a2d43abe..65c7f5e8d68 100644
      --- a/htdocs/admin/mailman.php
      +++ b/htdocs/admin/mailman.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php
      index 3576ec845d1..3c6e6a14e6c 100644
      --- a/htdocs/admin/mails.php
      +++ b/htdocs/admin/mails.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2016      Jonathan TISSEAU     <jonathan.tisseau@86dev.fr>
        *
      diff --git a/htdocs/admin/mails_emailing.php b/htdocs/admin/mails_emailing.php
      index 59fc0ade0cd..7ce5add09a3 100644
      --- a/htdocs/admin/mails_emailing.php
      +++ b/htdocs/admin/mails_emailing.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2016      Jonathan TISSEAU     <jonathan.tisseau@86dev.fr>
        *
      diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
      index ab169afc096..fdda38e956d 100644
      --- a/htdocs/admin/mails_templates.php
      +++ b/htdocs/admin/mails_templates.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2016  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2011-2018  Philippe Grand          <philippe.grand@atoo-net.com>
        * Copyright (C) 2011       Remy Younes             <ryounes@gmail.com>
      diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php
      index 09907652df0..6037304350a 100644
      --- a/htdocs/admin/menus.php
      +++ b/htdocs/admin/menus.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php
      index 0db2d3cd6d1..4d5cc2be274 100644
      --- a/htdocs/admin/menus/edit.php
      +++ b/htdocs/admin/menus/edit.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
        * Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Meziane Sof          <virtualsof@yahoo.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/menus/index.php b/htdocs/admin/menus/index.php
      index 9d0178c956d..d7ef0c4d62b 100644
      --- a/htdocs/admin/menus/index.php
      +++ b/htdocs/admin/menus/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
        * Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/menus/other.php b/htdocs/admin/menus/other.php
      index 7b1a73f2f09..6e5f0d77b4b 100644
      --- a/htdocs/admin/menus/other.php
      +++ b/htdocs/admin/menus/other.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php
      index 13f72e7c4b3..781f1fd380b 100644
      --- a/htdocs/admin/modulehelp.php
      +++ b/htdocs/admin/modulehelp.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index 81eec5a4247..935ddac65ee 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
        * Copyright (C) 2015		Raphaël Doursenaud		<rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php
      index 828bb13384f..789120a7da7 100644
      --- a/htdocs/admin/order_extrafields.php
      +++ b/htdocs/admin/order_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php
      index 929e49c4ab3..d998cddb35c 100644
      --- a/htdocs/admin/orderdet_extrafields.php
      +++ b/htdocs/admin/orderdet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php
      index 50d8fb5b927..37c836043a0 100644
      --- a/htdocs/admin/pdf.php
      +++ b/htdocs/admin/pdf.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2107 Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/perms.php b/htdocs/admin/perms.php
      index db4e1f33553..e7cf64d768e 100644
      --- a/htdocs/admin/perms.php
      +++ b/htdocs/admin/perms.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Herve Prot           <herve.prot@symeos.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php
      index cdfcd451f2c..91d73931155 100644
      --- a/htdocs/admin/prelevement.php
      +++ b/htdocs/admin/prelevement.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2013 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php
      index bc91729829f..cf860cd64ba 100644
      --- a/htdocs/admin/propal.php
      +++ b/htdocs/admin/propal.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Sebastien Di Cintio         <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier              <benoit.mortier@opensides.be>
        * Copyright (C) 2004      Eric Seigne                 <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2011-2013 Juanjo Menent			   <jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/resource_extrafields.php b/htdocs/admin/resource_extrafields.php
      index b8ea860ac25..41d8d91cffd 100644
      --- a/htdocs/admin/resource_extrafields.php
      +++ b/htdocs/admin/resource_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Florian Henry			<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php
      index 58f349ffe55..26dcdc85b8d 100644
      --- a/htdocs/admin/security.php
      +++ b/htdocs/admin/security.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2015 Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/security_file.php b/htdocs/admin/security_file.php
      index 1b7098c55aa..87e0d6dd941 100644
      --- a/htdocs/admin/security_file.php
      +++ b/htdocs/admin/security_file.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php
      index 0e3da947fa8..b1e4f745560 100644
      --- a/htdocs/admin/security_other.php
      +++ b/htdocs/admin/security_other.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Juanjo Menent 		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/sms.php b/htdocs/admin/sms.php
      index 45071117c89..84570e75e2a 100644
      --- a/htdocs/admin/sms.php
      +++ b/htdocs/admin/sms.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013 	   Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/spip.php b/htdocs/admin/spip.php
      index d179c66d58d..02500c6d8f9 100644
      --- a/htdocs/admin/spip.php
      +++ b/htdocs/admin/spip.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/stock.php b/htdocs/admin/stock.php
      index 858422c598c..2ce29bca165 100644
      --- a/htdocs/admin/stock.php
      +++ b/htdocs/admin/stock.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2008-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2013 Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2013      Florian Henry        <florian.henry@open-concept.pro>
      diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
      index 3db96ddd8a4..45d588fb031 100644
      --- a/htdocs/admin/supplier_invoice.php
      +++ b/htdocs/admin/supplier_invoice.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2004      Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2010-2013 Juanjo Menent           <jmenent@2byte.es>
      diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php
      index 72050867dfa..88cb18d5d80 100644
      --- a/htdocs/admin/supplier_order.php
      +++ b/htdocs/admin/supplier_order.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2004      Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2010-2013 Juanjo Menent           <jmenent@2byte.es>
      diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php
      index eeb148e9d99..056982c4d08 100644
      --- a/htdocs/admin/supplier_proposal.php
      +++ b/htdocs/admin/supplier_proposal.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Sebastien Di Cintio         <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier              <benoit.mortier@opensides.be>
        * Copyright (C) 2004      Eric Seigne                 <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2011-2013 Juanjo Menent               <jmenent@2byte.es>
        * Copyright (C) 2015      Jean-François Ferry		   <jfefe@aternatik.fr>
      diff --git a/htdocs/admin/supplierinvoice_extrafields.php b/htdocs/admin/supplierinvoice_extrafields.php
      index bbda698a778..ee987ed83a1 100644
      --- a/htdocs/admin/supplierinvoice_extrafields.php
      +++ b/htdocs/admin/supplierinvoice_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013-2018	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/admin/supplierinvoicedet_extrafields.php b/htdocs/admin/supplierinvoicedet_extrafields.php
      index cdf128871fd..a9d92a4ecd0 100644
      --- a/htdocs/admin/supplierinvoicedet_extrafields.php
      +++ b/htdocs/admin/supplierinvoicedet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/admin/supplierorder_extrafields.php b/htdocs/admin/supplierorder_extrafields.php
      index 640b6375c57..e0b7dabb942 100644
      --- a/htdocs/admin/supplierorder_extrafields.php
      +++ b/htdocs/admin/supplierorder_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/admin/supplierorderdet_extrafields.php b/htdocs/admin/supplierorderdet_extrafields.php
      index 65fe0537ba7..b94c78f67e8 100644
      --- a/htdocs/admin/supplierorderdet_extrafields.php
      +++ b/htdocs/admin/supplierorderdet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2015		Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/admin/syslog.php b/htdocs/admin/syslog.php
      index d9ab678faa8..14a319b8020 100644
      --- a/htdocs/admin/syslog.php
      +++ b/htdocs/admin/syslog.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2013	   Juanjo Menent        <jmenent@2byte.es>
        *
      diff --git a/htdocs/admin/system/about.php b/htdocs/admin/system/about.php
      index ba61203191a..95edc057468 100644
      --- a/htdocs/admin/system/about.php
      +++ b/htdocs/admin/system/about.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003      Jean-Louis Bergamo    <jlb@j1b.org>
        * Copyright (C) 2004-2013 Laurent Destailleur   <eldy@users.sourceforge.net>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
      - * Copyright (C) 2005-2007 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin         <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/browser.php b/htdocs/admin/system/browser.php
      index 9df49489e34..4e6aadbe4b4 100644
      --- a/htdocs/admin/system/browser.php
      +++ b/htdocs/admin/system/browser.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/constall.php b/htdocs/admin/system/constall.php
      index d510cc07773..fef49bd5c12 100644
      --- a/htdocs/admin/system/constall.php
      +++ b/htdocs/admin/system/constall.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/database-tables.php b/htdocs/admin/system/database-tables.php
      index 17d72edf20a..addeb3793c6 100644
      --- a/htdocs/admin/system/database-tables.php
      +++ b/htdocs/admin/system/database-tables.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2005	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/dbtable.php b/htdocs/admin/system/dbtable.php
      index 392c083c382..2cf249c0f74 100644
      --- a/htdocs/admin/system/dbtable.php
      +++ b/htdocs/admin/system/dbtable.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2005	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php
      index 99a07c17248..a5fdb6e2660 100644
      --- a/htdocs/admin/system/dolibarr.php
      +++ b/htdocs/admin/system/dolibarr.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
      index e978ac85b55..895393eec1d 100644
      --- a/htdocs/admin/system/filecheck.php
      +++ b/htdocs/admin/system/filecheck.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Frederic France         <frederic.france@free.fr>
        * Copyright (C) 2017       Nicolas ZABOURI         <info@inovea-conseil.com>
        *
      diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php
      index cf79ae910b3..f0d91d8cf65 100644
      --- a/htdocs/admin/system/index.php
      +++ b/htdocs/admin/system/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/modules.php b/htdocs/admin/system/modules.php
      index c70ad1b7fba..bcc952b0079 100644
      --- a/htdocs/admin/system/modules.php
      +++ b/htdocs/admin/system/modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005-2009	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/os.php b/htdocs/admin/system/os.php
      index 251025a4c9e..b354402b465 100644
      --- a/htdocs/admin/system/os.php
      +++ b/htdocs/admin/system/os.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/admin/system/phpinfo.php b/htdocs/admin/system/phpinfo.php
      index aa502cde421..d2fb9352042 100644
      --- a/htdocs/admin/system/phpinfo.php
      +++ b/htdocs/admin/system/phpinfo.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016       Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/taxes.php b/htdocs/admin/taxes.php
      index 304f9b79bd0..76e7496cc4e 100644
      --- a/htdocs/admin/taxes.php
      +++ b/htdocs/admin/taxes.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015-2018 Alexandre Spangaro   <aspangaro@zendsi.com>
        *
      diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
      index 4c69f2ead48..3c242e8048f 100644
      --- a/htdocs/admin/tools/dolibarr_export.php
      +++ b/htdocs/admin/tools/dolibarr_export.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2018	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/tools/dolibarr_import.php b/htdocs/admin/tools/dolibarr_import.php
      index 9dc3deec5ac..90220f1bb23 100644
      --- a/htdocs/admin/tools/dolibarr_import.php
      +++ b/htdocs/admin/tools/dolibarr_import.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/tools/index.php b/htdocs/admin/tools/index.php
      index aed25ae45a3..e1e1fc046c5 100644
      --- a/htdocs/admin/tools/index.php
      +++ b/htdocs/admin/tools/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2006	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
      index 9afe7c5fcb3..eedb22f0aa8 100644
      --- a/htdocs/admin/tools/listevents.php
      +++ b/htdocs/admin/tools/listevents.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2017  Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015       Bahfir Abbes		<bafbes@gmail.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php
      index 8ddc1d65525..7cbb82fbe6e 100644
      --- a/htdocs/admin/tools/listsessions.php
      +++ b/htdocs/admin/tools/listsessions.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/tools/purge.php b/htdocs/admin/tools/purge.php
      index 097fc507240..48968ff1d27 100644
      --- a/htdocs/admin/tools/purge.php
      +++ b/htdocs/admin/tools/purge.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php
      index 1ec7c98552e..a3c6a73e711 100644
      --- a/htdocs/admin/tools/update.php
      +++ b/htdocs/admin/tools/update.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php
      index da26d6648cd..6b893a4a78b 100644
      --- a/htdocs/admin/translation.php
      +++ b/htdocs/admin/translation.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2017       Frédéric France     <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/user.php b/htdocs/admin/user.php
      index 2cf8fc5b6f3..dc0edc6302b 100644
      --- a/htdocs/admin/user.php
      +++ b/htdocs/admin/user.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2009	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/usergroup.php b/htdocs/admin/usergroup.php
      index c1b55dcec6a..60c872abed8 100644
      --- a/htdocs/admin/usergroup.php
      +++ b/htdocs/admin/usergroup.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2009	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php
      index 24a39ce827a..26b66136d76 100644
      --- a/htdocs/admin/workflow.php
      +++ b/htdocs/admin/workflow.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/api/admin/index.php b/htdocs/api/admin/index.php
      index 4017f3c93ac..23c4ea7f316 100644
      --- a/htdocs/api/admin/index.php
      +++ b/htdocs/api/admin/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016	Laurent Destailleur		<eldy@users.sourceforge.org>
        * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
      - * Copyright (C) 2012-2018	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2018	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
      index 60a51074d58..d3f1afa62a3 100644
      --- a/htdocs/api/class/api_setup.class.php
      +++ b/htdocs/api/class/api_setup.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2016   Xebax Christy           <xebax@wanadoo.fr>
        * Copyright (C) 2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2017	Regis Houssin	        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin	        <regis.houssin@inodbox.com>
        * Copyright (C) 2017	Neil Orley	            <neil.orley@oeris.fr>
        * Copyright (C) 2018   Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/api/index.php b/htdocs/api/index.php
      index e66a19c981a..e55a30304a4 100644
      --- a/htdocs/api/index.php
      +++ b/htdocs/api/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2015	Jean-François Ferry		<jfefe@aternatik.fr>
        * Copyright (C) 2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/cashdesk/affContenu.php b/htdocs/cashdesk/affContenu.php
      index 2a3c0279df8..11b36f09d53 100644
      --- a/htdocs/cashdesk/affContenu.php
      +++ b/htdocs/cashdesk/affContenu.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007-2008 Jeremie Ollivier      <jeremie.o@laposte.net>
        * Copyright (C) 2008-2009 Laurent Destailleur   <eldy@uers.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin         <regis.houssin@inodbox.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
      diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php
      index 9ff676531f1..c06a140f550 100644
      --- a/htdocs/cashdesk/affIndex.php
      +++ b/htdocs/cashdesk/affIndex.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007-2008 Jeremie Ollivier      <jeremie.o@laposte.net>
        * Copyright (C) 2008-2010 Laurent Destailleur   <eldy@uers.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent         <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/cashdesk/facturation_dhtml.php b/htdocs/cashdesk/facturation_dhtml.php
      index bcfc1e82f82..c30b5654828 100644
      --- a/htdocs/cashdesk/facturation_dhtml.php
      +++ b/htdocs/cashdesk/facturation_dhtml.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007-2008 	Jeremie Ollivier 	<jeremie.o@laposte.net>
        * Copyright (C) 2008-2009 	Laurent Destailleur <eldy@uers.sourceforge.net>
      - * Copyright (C) 2015		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2015		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/cashdesk/javascript/dhtml.js b/htdocs/cashdesk/javascript/dhtml.js
      index db05855a3b2..e2000abf56e 100644
      --- a/htdocs/cashdesk/javascript/dhtml.js
      +++ b/htdocs/cashdesk/javascript/dhtml.js
      @@ -1,6 +1,6 @@
       
       /* Copyright (C) 2007-2008	Jeremie Ollivier	<jeremie.o@laposte.net>
      - * Copyright (C) 2015		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2015		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/cashdesk/tpl/facturation1.tpl.php b/htdocs/cashdesk/tpl/facturation1.tpl.php
      index 2ff71e2a359..3a3fcd0a6b8 100644
      --- a/htdocs/cashdesk/tpl/facturation1.tpl.php
      +++ b/htdocs/cashdesk/tpl/facturation1.tpl.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2008	Jeremie Ollivier	<jeremie.o@laposte.net>
        * 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) 2015		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/cashdesk/tpl/menu.tpl.php b/htdocs/cashdesk/tpl/menu.tpl.php
      index afe2c0da4ec..d65a39fc6aa 100644
      --- a/htdocs/cashdesk/tpl/menu.tpl.php
      +++ b/htdocs/cashdesk/tpl/menu.tpl.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2007-2008 Jeremie Ollivier      <jeremie.o@laposte.net>
        * Copyright (C) 2008-2010 Laurent Destailleur   <eldy@uers.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2012      Marcos García         <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/categories/admin/categorie_extrafields.php b/htdocs/categories/admin/categorie_extrafields.php
      index abea3f41eeb..a346d86f50e 100644
      --- a/htdocs/categories/admin/categorie_extrafields.php
      +++ b/htdocs/categories/admin/categorie_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/categories/card.php b/htdocs/categories/card.php
      index 44b209e4371..e69ec4a852d 100644
      --- a/htdocs/categories/card.php
      +++ b/htdocs/categories/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Matthieu Valleton	<mv@seeschloss.org>
        * Copyright (C) 2006-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2007		Patrick Raguin		<patrick.raguin@gmail.com>
        * Copyright (C) 2013		Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
      index 480edb83390..242bd206381 100644
      --- a/htdocs/categories/class/categorie.class.php
      +++ b/htdocs/categories/class/categorie.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2005       Matthieu Valleton       <mv@seeschloss.org>
        * Copyright (C) 2005       Davoleau Brice          <brice.davoleau@gmail.com>
        * Copyright (C) 2005       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      - * Copyright (C) 2006-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php
      index cdfac54fb9d..3ad8481d1b0 100644
      --- a/htdocs/categories/edit.php
      +++ b/htdocs/categories/edit.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Matthieu Valleton    <mv@seeschloss.org>
        * Copyright (C) 2006-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Patrick Raguin	  	<patrick.raguin@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
      index 316a21892af..b7e99e50ca0 100644
      --- a/htdocs/categories/index.php
      +++ b/htdocs/categories/index.php
      @@ -3,7 +3,7 @@
        * 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) 2005-2012  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/categories/photos.php b/htdocs/categories/photos.php
      index 095c0c611c5..d1a35ddd7fa 100644
      --- a/htdocs/categories/photos.php
      +++ b/htdocs/categories/photos.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005       Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2014       Jean-François Ferry     <jfefe@aternatik.fr>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php
      index d3287703695..6783b565b99 100644
      --- a/htdocs/categories/traduction.php
      +++ b/htdocs/categories/traduction.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2007       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2010-2016  Destailleur Laurent     <eldy@users.sourceforge.net>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
      index 560cb4613be..2092c6c52c5 100644
      --- a/htdocs/categories/viewcat.php
      +++ b/htdocs/categories/viewcat.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2005       Matthieu Valleton	<mv@seeschloss.org>
        * Copyright (C) 2006-2015  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) 2005-2012  Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
      index 4e8b87eb591..1264ace6b4b 100644
      --- a/htdocs/comm/action/card.php
      +++ b/htdocs/comm/action/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Simon TOSSER         <simon@kornog-computing.com>
      - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index 92af9fef6da..af739838c10 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2015	    Marcos García		    <marcosgdf@gmail.com>
        * Copyright (C) 2018	    Nicolas ZABOURI	        <info@inovea-conseil.com>
      diff --git a/htdocs/comm/action/class/ical.class.php b/htdocs/comm/action/class/ical.class.php
      index d3c2070d321..f3a7af8fc11 100644
      --- a/htdocs/comm/action/class/ical.class.php
      +++ b/htdocs/comm/action/class/ical.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2006      Roman Ozana			<ozana@omdesign.cz>
        * Copyright (C) 2011	   Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013-2014 Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012	   Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012	   Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php
      index a5998e220f7..a22a5c411f3 100644
      --- a/htdocs/comm/action/document.php
      +++ b/htdocs/comm/action/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        *
      diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
      index 0bc022956b1..144a2159deb 100644
      --- a/htdocs/comm/action/index.php
      +++ b/htdocs/comm/action/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2014      Cedric GROSS         <c.gross@kreiz-it.fr>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
      index 02d3a16c7f3..b03493a4148 100644
      --- a/htdocs/comm/action/list.php
      +++ b/htdocs/comm/action/list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Open-DSI             <support@open-dsi.fr>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/comm/action/pertype.php b/htdocs/comm/action/pertype.php
      index 0347f73a453..67a4534ca14 100644
      --- a/htdocs/comm/action/pertype.php
      +++ b/htdocs/comm/action/pertype.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
      index b145dfa54ed..19a7e33d23d 100644
      --- a/htdocs/comm/action/peruser.php
      +++ b/htdocs/comm/action/peruser.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/comm/action/rapport/index.php b/htdocs/comm/action/rapport/index.php
      index ff1c7746afa..323113eb12e 100644
      --- a/htdocs/comm/action/rapport/index.php
      +++ b/htdocs/comm/action/rapport/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/address.php b/htdocs/comm/address.php
      index 4b32eea153a..f9cf7dc5bf1 100644
      --- a/htdocs/comm/address.php
      +++ b/htdocs/comm/address.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/admin/propal_extrafields.php b/htdocs/comm/admin/propal_extrafields.php
      index becfabc949c..7b58bd6666d 100644
      --- a/htdocs/comm/admin/propal_extrafields.php
      +++ b/htdocs/comm/admin/propal_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/comm/admin/propaldet_extrafields.php b/htdocs/comm/admin/propaldet_extrafields.php
      index 7172c0e5b7c..3fa03a7e8e8 100644
      --- a/htdocs/comm/admin/propaldet_extrafields.php
      +++ b/htdocs/comm/admin/propaldet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
      index d11a81f5bdb..8fa1e9a8f97 100644
      --- a/htdocs/comm/card.php
      +++ b/htdocs/comm/card.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2015 Laurent Destailleur         <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne                 <eric.seigne@ryxeo.com>
        * Copyright (C) 2006      Andre Cianfarani            <acianfa@free.fr>
      - * Copyright (C) 2005-2017 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2014 Juanjo Menent               <jmenent@2byte.es>
        * Copyright (C) 2013      Alexandre Spangaro          <aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/comm/contact.php b/htdocs/comm/contact.php
      index b6d9f0922aa..b5cdd58bbc5 100644
      --- a/htdocs/comm/contact.php
      +++ b/htdocs/comm/contact.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne			<erics@rycks.com>
        * Copyright (C) 2004-2009 Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
      index cb384408e91..81685f3fda8 100644
      --- a/htdocs/comm/index.php
      +++ b/htdocs/comm/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/mailing/card.php b/htdocs/comm/mailing/card.php
      index 28e49e9d171..d1f15f708f8 100644
      --- a/htdocs/comm/mailing/card.php
      +++ b/htdocs/comm/mailing/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016	Laurent Destailleur		<eldy@uers.sourceforge.net>
      - * Copyright (C) 2005-2016	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
      index 761a2bcc41d..57d6adc1ba9 100644
      --- a/htdocs/comm/mailing/cibles.php
      +++ b/htdocs/comm/mailing/cibles.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@uers.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Florian Henry        <florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/mailing/class/mailing.class.php b/htdocs/comm/mailing/class/mailing.class.php
      index bc6f3beabd2..11708c3b4ca 100644
      --- a/htdocs/comm/mailing/class/mailing.class.php
      +++ b/htdocs/comm/mailing/class/mailing.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php
      index f1745b406fd..cb062e00777 100644
      --- a/htdocs/comm/mailing/index.php
      +++ b/htdocs/comm/mailing/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/mailing/info.php b/htdocs/comm/mailing/info.php
      index 3c1e6e2cffa..79b3d209ec7 100644
      --- a/htdocs/comm/mailing/info.php
      +++ b/htdocs/comm/mailing/info.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/mailing/list.php b/htdocs/comm/mailing/list.php
      index 133a354723f..7a4edaa68aa 100644
      --- a/htdocs/comm/mailing/list.php
      +++ b/htdocs/comm/mailing/list.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index f07a5cdfac8..0ef90e7da0a 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -3,7 +3,7 @@
        * 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>
      - * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
        * Copyright (C) 2010-2016 Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2010-2018 Philippe Grand        <philippe.grand@atoo-net.com>
      diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php
      index e11f62bb446..871508f1aa4 100644
      --- a/htdocs/comm/propal/class/propal.class.php
      +++ b/htdocs/comm/propal/class/propal.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004      Eric Seigne				<eric.seigne@ryxeo.com>
        * Copyright (C) 2004-2011 Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005      Marc Barilley			<marc@ocebo.com>
      - * Copyright (C) 2005-2013 Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani			<acianfa@free.fr>
        * Copyright (C) 2008      Raphael Bertrand			<raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2014 Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/comm/propal/class/propalestats.class.php b/htdocs/comm/propal/class/propalestats.class.php
      index bb4e0ab56f4..bdd4a9dfba2 100644
      --- a/htdocs/comm/propal/class/propalestats.class.php
      +++ b/htdocs/comm/propal/class/propalestats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (c) 2011      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/propal/contact.php b/htdocs/comm/propal/contact.php
      index 4e017ff13d9..7fc556a3b12 100644
      --- a/htdocs/comm/propal/contact.php
      +++ b/htdocs/comm/propal/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2016 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2015 Philippe Grand       <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/propal/document.php b/htdocs/comm/propal/document.php
      index cbdfd44383c..07ef56bc1eb 100644
      --- a/htdocs/comm/propal/document.php
      +++ b/htdocs/comm/propal/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/comm/propal/index.php b/htdocs/comm/propal/index.php
      index b47a4506412..3f0085ad33a 100644
      --- a/htdocs/comm/propal/index.php
      +++ b/htdocs/comm/propal/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2004 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/comm/propal/info.php b/htdocs/comm/propal/info.php
      index 7879612b099..1a1760ce7cf 100644
      --- a/htdocs/comm/propal/info.php
      +++ b/htdocs/comm/propal/info.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2006	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2017    	Ferran Marcet       	<fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
      index b0cc04702db..f9bbfee6302 100644
      --- a/htdocs/comm/propal/list.php
      +++ b/htdocs/comm/propal/list.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2016 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-2013 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
        * Copyright (C) 2010-2011 Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2010-2011 Philippe Grand        <philippe.grand@atoo-net.com>
      diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
      index a346f8df18f..381b7d105da 100644
      --- a/htdocs/comm/propal/note.php
      +++ b/htdocs/comm/propal/note.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
      index fc2b9c17ba4..c44d23e8d5c 100644
      --- a/htdocs/comm/propal/stats/index.php
      +++ b/htdocs/comm/propal/stats/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php b/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
      index 724e0bcce15..0d8c2064010 100644
      --- a/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011  Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011  Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php
      index 6d7e93af4be..53176c8b76f 100644
      --- a/htdocs/comm/prospect/index.php
      +++ b/htdocs/comm/prospect/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
      index f468bd4b146..37181f7f9ae 100644
      --- a/htdocs/commande/card.php
      +++ b/htdocs/commande/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2006	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	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) 2005-2015	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2010-2013	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2011-2018	Philippe Grand			<philippe.grand@atoo-net.com>
      diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
      index 2428e6052eb..a0262541d7b 100644
      --- a/htdocs/commande/class/commande.class.php
      +++ b/htdocs/commande/class/commande.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2010-2016 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2011      Jean Heimburger      <jean@tiaris.info>
      diff --git a/htdocs/commande/class/commandestats.class.php b/htdocs/commande/class/commandestats.class.php
      index 13d7e245f05..3c6ec07c6cb 100644
      --- a/htdocs/commande/class/commandestats.class.php
      +++ b/htdocs/commande/class/commandestats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/commande/contact.php b/htdocs/commande/contact.php
      index bd00116e026..b40a284e728 100644
      --- a/htdocs/commande/contact.php
      +++ b/htdocs/commande/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2015 Philippe Grand       <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/commande/customer.php b/htdocs/commande/customer.php
      index 42def36ee28..2f7e1831457 100644
      --- a/htdocs/commande/customer.php
      +++ b/htdocs/commande/customer.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville 	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin       		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin       		<regis.houssin@inodbox.com>
        * Copyright (C) 2012	   Andreu Bisquerra Gaya	<jove@bisquerra.com>
        * Copyright (C) 2012	   David Rodriguez Martinez <davidrm146@gmail.com>
        * Copyright (C) 2012	   Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/commande/document.php b/htdocs/commande/document.php
      index fc8192f7edb..402467553fb 100644
      --- a/htdocs/commande/document.php
      +++ b/htdocs/commande/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php
      index 4c596620c6c..a87c4d868bf 100644
      --- a/htdocs/commande/index.php
      +++ b/htdocs/commande/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/commande/info.php b/htdocs/commande/info.php
      index 6c0b5f42ec6..c52fbd45a37 100644
      --- a/htdocs/commande/info.php
      +++ b/htdocs/commande/info.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index 2a9e215faa4..f434cbddbdb 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
      index bf02c9b993c..1a783f3aae7 100644
      --- a/htdocs/commande/note.php
      +++ b/htdocs/commande/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/commande/orderstoinvoice.php b/htdocs/commande/orderstoinvoice.php
      index a8da25e07f9..75570939afb 100644
      --- a/htdocs/commande/orderstoinvoice.php
      +++ b/htdocs/commande/orderstoinvoice.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
      index d85b30792be..a40d27b4e14 100644
      --- a/htdocs/commande/stats/index.php
      +++ b/htdocs/commande/stats/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/commande/tpl/linkedobjectblock.tpl.php b/htdocs/commande/tpl/linkedobjectblock.tpl.php
      index 758a37eddb8..392d2455e2a 100644
      --- a/htdocs/commande/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/commande/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php
      index 47f31eac308..64f4e15cce6 100644
      --- a/htdocs/compta/bank/annuel.php
      +++ b/htdocs/compta/bank/annuel.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Charles-Fr BENKE     <charles.fr@benke.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php
      index 31eaa9e8f6d..22513997c00 100644
      --- a/htdocs/compta/bank/bankentries_list.php
      +++ b/htdocs/compta/bank/bankentries_list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002  Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018  Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010  Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010  Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012       Vinícius Nogueira    <viniciusvgn@gmail.com>
        * Copyright (C) 2014       Florian Henry        <florian.henry@open-cooncept.pro>
        * Copyright (C) 2015       Jean-François Ferry  <jfefe@aternatik.fr>
      diff --git a/htdocs/compta/bank/budget.php b/htdocs/compta/bank/budget.php
      index ccec902bf7c..1d20c4a0d00 100644
      --- a/htdocs/compta/bank/budget.php
      +++ b/htdocs/compta/bank/budget.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php
      index 6d2fa406ea7..9abe8c82b6c 100644
      --- a/htdocs/compta/bank/card.php
      +++ b/htdocs/compta/bank/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009	Regis Houssin			<regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php
      index f76f73183b3..926252053e2 100644
      --- a/htdocs/compta/bank/categ.php
      +++ b/htdocs/compta/bank/categ.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Charles-Fr BENKE     <charles.fr@benke.fr>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        * Copyright (C) 2016      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php
      index 5a8d1326e48..7cb6b09fbaf 100644
      --- a/htdocs/compta/bank/class/account.class.php
      +++ b/htdocs/compta/bank/class/account.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Christophe Combelles	<ccomb@free.fr>
      - * Copyright (C) 2005-2010	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015-2016	Marcos García			<marcosgdf@gmail.com>
        * Copyright (C) 2015-2017	Alexandre Spangaro		<aspangaro@zendsi.com>
      diff --git a/htdocs/compta/bank/class/bankcateg.class.php b/htdocs/compta/bank/class/bankcateg.class.php
      index cc291c6be64..9efdf3932ff 100644
      --- a/htdocs/compta/bank/class/bankcateg.class.php
      +++ b/htdocs/compta/bank/class/bankcateg.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016 Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/bank/document.php b/htdocs/compta/bank/document.php
      index f908b68b35c..e9fdc37a79f 100644
      --- a/htdocs/compta/bank/document.php
      +++ b/htdocs/compta/bank/document.php
      @@ -3,7 +3,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur   <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
      - * Copyright (C) 2005-2017 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin         <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/bank/graph.php b/htdocs/compta/bank/graph.php
      index 517c616ec28..958ff129a06 100644
      --- a/htdocs/compta/bank/graph.php
      +++ b/htdocs/compta/bank/graph.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
      index 1587c5c10e8..4b9f55f025f 100644
      --- a/htdocs/compta/bank/ligne.php
      +++ b/htdocs/compta/bank/ligne.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003      Xavier DUTOIT        <doli@sydesy.com>
        * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Christophe Combelles <ccomb@free.fr>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php
      index 79c26adfa47..8758ccb98a6 100644
      --- a/htdocs/compta/bank/list.php
      +++ b/htdocs/compta/bank/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        * Copyright (C) 2018      Ferran Marcet		<fmarcet@2byte.es>
        *
      diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php
      index 3f1bede8e20..f123dd35eb5 100644
      --- a/htdocs/compta/bank/releve.php
      +++ b/htdocs/compta/bank/releve.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        * Copyright (C) 2017      Patrick Delcroix	<pmpdelcroix@gmail.com>
        *
      diff --git a/htdocs/compta/bank/transfer.php b/htdocs/compta/bank/transfer.php
      index 38109b964b4..ae6b625b6e5 100644
      --- a/htdocs/compta/bank/transfer.php
      +++ b/htdocs/compta/bank/transfer.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/compta/bank/treso.php b/htdocs/compta/bank/treso.php
      index 9bd00c81894..ef471aea693 100644
      --- a/htdocs/compta/bank/treso.php
      +++ b/htdocs/compta/bank/treso.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2009 Regis Houssin               <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2009 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008-2009 Laurent Destailleur (Eldy)  <eldy@users.sourceforge.net>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2015	   Marcos García			   <marcosgdf@gmail.com
      diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php
      index e367054fc40..f0188c5ed94 100644
      --- a/htdocs/compta/charges/index.php
      +++ b/htdocs/compta/charges/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2016 Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2011-2014 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php
      index ceb9324961e..2fa9eecec73 100644
      --- a/htdocs/compta/clients.php
      +++ b/htdocs/compta/clients.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/deplacement/card.php b/htdocs/compta/deplacement/card.php
      index 383ff1c571a..b213bd25061 100644
      --- a/htdocs/compta/deplacement/card.php
      +++ b/htdocs/compta/deplacement/card.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      diff --git a/htdocs/compta/deplacement/class/deplacement.class.php b/htdocs/compta/deplacement/class/deplacement.class.php
      index 2476f65b09f..2c21c2694ae 100644
      --- a/htdocs/compta/deplacement/class/deplacement.class.php
      +++ b/htdocs/compta/deplacement/class/deplacement.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/deplacement/class/deplacementstats.class.php b/htdocs/compta/deplacement/class/deplacementstats.class.php
      index e490c90f1ed..ae93eb094d9 100644
      --- a/htdocs/compta/deplacement/class/deplacementstats.class.php
      +++ b/htdocs/compta/deplacement/class/deplacementstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/deplacement/document.php b/htdocs/compta/deplacement/document.php
      index 7ec837c81f2..b17974b444a 100644
      --- a/htdocs/compta/deplacement/document.php
      +++ b/htdocs/compta/deplacement/document.php
      @@ -2,7 +2,7 @@
       /* 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-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/deplacement/index.php b/htdocs/compta/deplacement/index.php
      index 84c0c718c70..ef28a7909f9 100644
      --- a/htdocs/compta/deplacement/index.php
      +++ b/htdocs/compta/deplacement/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003		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-2011	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/deplacement/list.php b/htdocs/compta/deplacement/list.php
      index 20d300d9da4..3dfbac0e726 100644
      --- a/htdocs/compta/deplacement/list.php
      +++ b/htdocs/compta/deplacement/list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003		Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004		Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2011	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/facture/admin/facture_cust_extrafields.php b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      index 1fe26e82a54..b0816d762a8 100644
      --- a/htdocs/compta/facture/admin/facture_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
       * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
      -* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
      +* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
       * Copyright (C) 2013 Jean-Francois FERRY <jfefe@aternatik.fr>
       *
       * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      index 23c0d79a33c..153f959b381 100644
      --- a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
       * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
      -* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
      +* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
       * Copyright (C) 2013 Jean-Francois FERRY <jfefe@aternatik.fr>
       * Copyright (C) 2017 John BOTELLA <contact@atm-consulting.fr>
       *
      diff --git a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      index 0947f788719..74da2466e1e 100644
      --- a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
       * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
      -* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
      +* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
       * Copyright (C) 2013 Jean-Francois FERRY <jfefe@aternatik.fr>
       * Copyright (C) 2013 Florian Henry	<florian.henry@open-concept.pro>
       *
      diff --git a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      index 46d9ed28335..637928e80ee 100644
      --- a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
       * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
      -* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
      +* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
       * Copyright (C) 2013 Jean-Francois FERRY <jfefe@aternatik.fr>
       * Copyright (C) 2013 Florian Henry	<florian.henry@open-concept.pro>
       *
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 050f8786c3a..305df904f61 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -3,7 +3,7 @@
        * 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) 2005-2015  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php
      index ad33432484f..56f87d2eac3 100644
      --- a/htdocs/compta/facture/class/facture-rec.class.php
      +++ b/htdocs/compta/facture/class/facture-rec.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2012       Cedric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
      diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
      index 3d98271bb26..64ec7157fa3 100644
      --- a/htdocs/compta/facture/class/facture.class.php
      +++ b/htdocs/compta/facture/class/facture.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Sebastien Di Cintio   <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier        <benoit.mortier@opensides.be>
        * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
      - * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
        * Copyright (C) 2010-2016 Juanjo Menent         <jmenent@2byte.es>
      diff --git a/htdocs/compta/facture/class/facturestats.class.php b/htdocs/compta/facture/class/facturestats.class.php
      index 1201c429a2a..7a9a9621a78 100644
      --- a/htdocs/compta/facture/class/facturestats.class.php
      +++ b/htdocs/compta/facture/class/facturestats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/facture/contact.php b/htdocs/compta/facture/contact.php
      index 948056fe404..baf466cc60c 100644
      --- a/htdocs/compta/facture/contact.php
      +++ b/htdocs/compta/facture/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2009 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2015 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/compta/facture/document.php b/htdocs/compta/facture/document.php
      index 0ce8ad7eb92..4693587de07 100644
      --- a/htdocs/compta/facture/document.php
      +++ b/htdocs/compta/facture/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 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-2011 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        * Copyright (C) 2017      Frédéric France       <frederic.france@netlogic.fr>
      diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
      index d9ce0137f04..0ce812b2355 100644
      --- a/htdocs/compta/facture/fiche-rec.php
      +++ b/htdocs/compta/facture/fiche-rec.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php
      index c61836e1b1b..e83932e0b9b 100644
      --- a/htdocs/compta/facture/invoicetemplate_list.php
      +++ b/htdocs/compta/facture/invoicetemplate_list.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
      index 553c6c9028a..effaaee6a63 100644
      --- a/htdocs/compta/facture/list.php
      +++ b/htdocs/compta/facture/list.php
      @@ -3,7 +3,7 @@
        * 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) 2005-2015 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
        * Copyright (C) 2010-2012 Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2012      Christophe Battarel   <christophe.battarel@altairis.fr>
      diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
      index c46d3ed690e..507bb8f458d 100644
      --- a/htdocs/compta/facture/note.php
      +++ b/htdocs/compta/facture/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php
      index d7766268989..6d5d52ce503 100644
      --- a/htdocs/compta/facture/prelevement.php
      +++ b/htdocs/compta/facture/prelevement.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2005	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-2012  Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2014  Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2017       Ferran Marcet			<fmarcet@2byte.es>
        *
      diff --git a/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php b/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
      index 1a55771b963..2ed8b081ceb 100644
      --- a/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php b/htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php
      index 5f224bc2026..4333aa65a5a 100644
      --- a/htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php
      +++ b/htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
      index 692849d2fa6..f6049d315e9 100644
      --- a/htdocs/compta/index.php
      +++ b/htdocs/compta/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        * Copyright (C) 2015      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/compta/journal/purchasesjournal.php b/htdocs/compta/journal/purchasesjournal.php
      index 2d43d48d778..8974c1b78e0 100644
      --- a/htdocs/compta/journal/purchasesjournal.php
      +++ b/htdocs/compta/journal/purchasesjournal.php
      @@ -2,7 +2,7 @@
       /* 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) 2012       Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/journal/sellsjournal.php b/htdocs/compta/journal/sellsjournal.php
      index 3b4be22a81d..f88f5643c40 100644
      --- a/htdocs/compta/journal/sellsjournal.php
      +++ b/htdocs/compta/journal/sellsjournal.php
      @@ -2,7 +2,7 @@
       /* 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) 2012       Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
      index 94cd53b5424..32e042c5731 100644
      --- a/htdocs/compta/paiement.php
      +++ b/htdocs/compta/paiement.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php
      index 1475cfd6e45..6774a4042b8 100644
      --- a/htdocs/compta/paiement/card.php
      +++ b/htdocs/compta/paiement/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Marcos García		 <marcosgdf@gmail.com>
        * Copyright (C) 2015	   Juanjo Menent		 <jmenent@2byte.es>
        *
      diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
      index 9f42ef9b16c..9a21ff3dee8 100644
      --- a/htdocs/compta/paiement/cheque/card.php
      +++ b/htdocs/compta/paiement/cheque/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2007-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      index d190beffae2..28973d3c4e2 100644
      --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2016 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php
      index c3cf1634557..1748a3fa9d2 100644
      --- a/htdocs/compta/paiement/cheque/index.php
      +++ b/htdocs/compta/paiement/cheque/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Juanjo Menent	    <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/paiement/cheque/list.php b/htdocs/compta/paiement/cheque/list.php
      index 2f0c6592694..d9ac1ab11eb 100644
      --- a/htdocs/compta/paiement/cheque/list.php
      +++ b/htdocs/compta/paiement/cheque/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2007-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2016		Juanjo Menent   		<jmenent@2byte.es>
        *
      diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
      index 5b5124b2b80..768792c978c 100644
      --- a/htdocs/compta/paiement/list.php
      +++ b/htdocs/compta/paiement/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015      Jean-François Ferry  <jfefe@aternatik.fr>
        * Copyright (C) 2015      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/compta/payment_sc/card.php b/htdocs/compta/payment_sc/card.php
      index 12cd2a0aa0e..f645edf4563 100644
      --- a/htdocs/compta/payment_sc/card.php
      +++ b/htdocs/compta/payment_sc/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 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-2009 Regis Houssin         <regis.houssin@inodbox.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
      diff --git a/htdocs/compta/prelevement/bons.php b/htdocs/compta/prelevement/bons.php
      index a6d1f480a06..e4fb8bc0757 100644
      --- a/htdocs/compta/prelevement/bons.php
      +++ b/htdocs/compta/prelevement/bons.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/class/bonprelevement.class.php b/htdocs/compta/prelevement/class/bonprelevement.class.php
      index 9d2b828b3eb..4089ffd76e2 100644
      --- a/htdocs/compta/prelevement/class/bonprelevement.class.php
      +++ b/htdocs/compta/prelevement/class/bonprelevement.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2015 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2010-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2014-2016 Ferran Marcet       <fmarcet@2byte.es>
      diff --git a/htdocs/compta/prelevement/class/ligneprelevement.class.php b/htdocs/compta/prelevement/class/ligneprelevement.class.php
      index d8434caefd8..7e100022c7a 100644
      --- a/htdocs/compta/prelevement/class/ligneprelevement.class.php
      +++ b/htdocs/compta/prelevement/class/ligneprelevement.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/compta/prelevement/class/rejetprelevement.class.php b/htdocs/compta/prelevement/class/rejetprelevement.class.php
      index ebe76a6aab3..6c99cc5562c 100644
      --- a/htdocs/compta/prelevement/class/rejetprelevement.class.php
      +++ b/htdocs/compta/prelevement/class/rejetprelevement.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2013 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
      index dff5ab39f3d..02ccee567f5 100644
      --- a/htdocs/compta/prelevement/create.php
      +++ b/htdocs/compta/prelevement/create.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/prelevement/demandes.php b/htdocs/compta/prelevement/demandes.php
      index 10c390ed5bd..3129d4af3c8 100644
      --- a/htdocs/compta/prelevement/demandes.php
      +++ b/htdocs/compta/prelevement/demandes.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/factures.php b/htdocs/compta/prelevement/factures.php
      index a53db70544b..1f0309f13f3 100644
      --- a/htdocs/compta/prelevement/factures.php
      +++ b/htdocs/compta/prelevement/factures.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/fiche-rejet.php b/htdocs/compta/prelevement/fiche-rejet.php
      index 7cb862389d7..2daf4bbf427 100644
      --- a/htdocs/compta/prelevement/fiche-rejet.php
      +++ b/htdocs/compta/prelevement/fiche-rejet.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/index.php b/htdocs/compta/prelevement/index.php
      index 673b83d15aa..a73e9d4f835 100644
      --- a/htdocs/compta/prelevement/index.php
      +++ b/htdocs/compta/prelevement/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013      Florian Henry		<florian.henry@open-concept.pro>
        *
      diff --git a/htdocs/compta/prelevement/ligne.php b/htdocs/compta/prelevement/ligne.php
      index 30cc21ae977..38e5f91ec2b 100644
      --- a/htdocs/compta/prelevement/ligne.php
      +++ b/htdocs/compta/prelevement/ligne.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2013  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php
      index ead1bfff08f..1313658a5f7 100644
      --- a/htdocs/compta/prelevement/list.php
      +++ b/htdocs/compta/prelevement/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2018 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/prelevement/rejets.php b/htdocs/compta/prelevement/rejets.php
      index 5c38b29954e..4e71efc5379 100644
      --- a/htdocs/compta/prelevement/rejets.php
      +++ b/htdocs/compta/prelevement/rejets.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2013 Juanjo Menent 		<jmenent@2byte.es>
        * Copyright (C) 2005-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
      diff --git a/htdocs/compta/prelevement/stats.php b/htdocs/compta/prelevement/stats.php
      index ab233a61be3..e7bd8622fa2 100644
      --- a/htdocs/compta/prelevement/stats.php
      +++ b/htdocs/compta/prelevement/stats.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
      index 4d643536388..e5ecf562c1d 100644
      --- a/htdocs/compta/resultat/clientfourn.php
      +++ b/htdocs/compta/resultat/clientfourn.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
      index 1e2719eac81..33c3883f8ef 100644
      --- a/htdocs/compta/resultat/index.php
      +++ b/htdocs/compta/resultat/index.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/salaries/document.php b/htdocs/compta/salaries/document.php
      index 1059c765df3..06d5889c44e 100644
      --- a/htdocs/compta/salaries/document.php
      +++ b/htdocs/compta/salaries/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 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-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
      index 4ffa1a2829f..a6c41d8c431 100644
      --- a/htdocs/compta/sociales/card.php
      +++ b/htdocs/compta/sociales/card.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2016 Laurent Destailleur      <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2013 Regis Houssin            <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin            <regis.houssin@inodbox.com>
        * Copyright (C) 2016-2018 Frédéric France          <frederic.france@netlogic.fr>
        * Copyright (C) 2017      Alexandre Spangaro       <aspangaro@zendsi.com>
        *
      diff --git a/htdocs/compta/sociales/document.php b/htdocs/compta/sociales/document.php
      index b2f73768e96..ca81c11e5f1 100644
      --- a/htdocs/compta/sociales/document.php
      +++ b/htdocs/compta/sociales/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 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-2009 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
        * Copyright (C) 2011      Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/index.php
      index 6a0250804f1..0a0176cb4b3 100644
      --- a/htdocs/compta/sociales/index.php
      +++ b/htdocs/compta/sociales/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Frédéric France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/compta/sociales/payments.php b/htdocs/compta/sociales/payments.php
      index 48b2698c762..936c2c9c0f2 100644
      --- a/htdocs/compta/sociales/payments.php
      +++ b/htdocs/compta/sociales/payments.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2016 Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2011-2014 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php
      index 4f49b9492ff..c00c0e52849 100644
      --- a/htdocs/compta/stats/cabyuser.php
      +++ b/htdocs/compta/stats/cabyuser.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Antoine Iauch           <aiauch@gpcsolutions.fr>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php
      index fb53989fe74..f49f15afa1f 100644
      --- a/htdocs/compta/stats/casoc.php
      +++ b/htdocs/compta/stats/casoc.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php
      index c5ceccdad61..711c8ec2bb7 100644
      --- a/htdocs/compta/stats/index.php
      +++ b/htdocs/compta/stats/index.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2017       Olivier Geffroy         <jeff@jeffinfo.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php
      index 69483d84be0..cd015e96c11 100644
      --- a/htdocs/compta/tva/card.php
      +++ b/htdocs/compta/tva/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/compta/tva/document.php b/htdocs/compta/tva/document.php
      index 790058c20a9..1228fcb5125 100644
      --- a/htdocs/compta/tva/document.php
      +++ b/htdocs/compta/tva/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 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-2009 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
        * Copyright (C) 2011      Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php
      index 8e4fccf4168..4691b577368 100644
      --- a/htdocs/compta/tva/index.php
      +++ b/htdocs/compta/tva/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Ferran Marcet        <fmarcet@2byte.es>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/compta/tva/list.php b/htdocs/compta/tva/list.php
      index d835b0264e1..7c0d813c2cb 100644
      --- a/htdocs/compta/tva/list.php
      +++ b/htdocs/compta/tva/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contact/agenda.php b/htdocs/contact/agenda.php
      index 183433b02f9..5a9ef88f8ed 100644
      --- a/htdocs/contact/agenda.php
      +++ b/htdocs/contact/agenda.php
      @@ -2,7 +2,7 @@
       /* 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-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/contact/canvas/actions_contactcard_common.class.php b/htdocs/contact/canvas/actions_contactcard_common.class.php
      index 7e413854846..bac7c9059a9 100644
      --- a/htdocs/contact/canvas/actions_contactcard_common.class.php
      +++ b/htdocs/contact/canvas/actions_contactcard_common.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/canvas/default/actions_contactcard_default.class.php b/htdocs/contact/canvas/default/actions_contactcard_default.class.php
      index 5831b943d76..1847e19a0ed 100644
      --- a/htdocs/contact/canvas/default/actions_contactcard_default.class.php
      +++ b/htdocs/contact/canvas/default/actions_contactcard_default.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php
      index 1561f046845..9f2bdd4b114 100644
      --- a/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php
      +++ b/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php
      index 1eaccff5a1f..39c3604416b 100644
      --- a/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php
      +++ b/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php
      index 6041e7c3e2c..c1d6de80964 100644
      --- a/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php
      +++ b/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php
      index a43127c9a32..770b19e5b75 100644
      --- a/htdocs/contact/card.php
      +++ b/htdocs/contact/card.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2017  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
      index b1d83abac77..b5e8cd33517 100644
      --- a/htdocs/contact/class/contact.class.php
      +++ b/htdocs/contact/class/contact.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2004 Rodolphe Quiedeville        <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Benoit Mortier              <benoit.mortier@opensides.be>
        * Copyright (C) 2004-2013 Laurent Destailleur         <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Franky Van Liedekerke       <franky.van.liedekerker@telenet.be>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2013      Florian Henry		  	       <florian.henry@open-concept.pro>
      diff --git a/htdocs/contact/document.php b/htdocs/contact/document.php
      index 07795da30d0..d118c4de3b9 100644
      --- a/htdocs/contact/document.php
      +++ b/htdocs/contact/document.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2014	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2015	Frederic France		<frederic.france@free.fr>
      - * Copyright (C) 2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/contact/info.php b/htdocs/contact/info.php
      index 7ddee3f7722..05862e0e9aa 100644
      --- a/htdocs/contact/info.php
      +++ b/htdocs/contact/info.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/ldap.php b/htdocs/contact/ldap.php
      index 045cdfcd2c5..eaf165136e2 100644
      --- a/htdocs/contact/ldap.php
      +++ b/htdocs/contact/ldap.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2010	Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017	Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
      index 52a2c4bbe7f..4a101416886 100644
      --- a/htdocs/contact/list.php
      +++ b/htdocs/contact/list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2003       Eric Seigne             <erics@rycks.com>
        * Copyright (C) 2004-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
        * Copyright (C) 2013       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/contact/note.php b/htdocs/contact/note.php
      index 731dadb6433..8958e8dcf6a 100644
      --- a/htdocs/contact/note.php
      +++ b/htdocs/contact/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003,2005 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) 2005-2012      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010           Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013           Florian Henry		 <florian.henry@open-concept.pro>
        *
      diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php
      index 4932d549df4..8e74c33cd14 100644
      --- a/htdocs/contact/perso.php
      +++ b/htdocs/contact/perso.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contact/vcard.php b/htdocs/contact/vcard.php
      index 5229a0e8416..be45fabf099 100644
      --- a/htdocs/contact/vcard.php
      +++ b/htdocs/contact/vcard.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/contrat/admin/contract_extrafields.php b/htdocs/contrat/admin/contract_extrafields.php
      index d19c91e0bf2..3e3e82f6e0b 100644
      --- a/htdocs/contrat/admin/contract_extrafields.php
      +++ b/htdocs/contrat/admin/contract_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013-2018	Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/contrat/admin/contractdet_extrafields.php b/htdocs/contrat/admin/contractdet_extrafields.php
      index af2585eaf3a..69cfd219fcf 100644
      --- a/htdocs/contrat/admin/contractdet_extrafields.php
      +++ b/htdocs/contrat/admin/contractdet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
      index 0c0247dc7fa..d53413efee0 100644
      --- a/htdocs/contrat/card.php
      +++ b/htdocs/contrat/card.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2014  Regis Houssin			<regis.houssin@inodbox.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>
      diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php
      index 8d2194bb60a..589cf7174e6 100644
      --- a/htdocs/contrat/class/contrat.class.php
      +++ b/htdocs/contrat/class/contrat.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012	Destailleur Laurent		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2008		Raphael Bertrand		<raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2016	Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php
      index b659aa01aab..d68eee4eb5a 100644
      --- a/htdocs/contrat/contact.php
      +++ b/htdocs/contrat/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Patrick Rouillon	<patrick@rouillon.net>
        * Copyright (C) 2005-2009	Destailleur Laurent	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contrat/document.php b/htdocs/contrat/document.php
      index cd98f787ff6..7373278df1a 100644
      --- a/htdocs/contrat/document.php
      +++ b/htdocs/contrat/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009	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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2005		Simon TOSSER			<simon@kornog-computing.com>
        * Copyright (C) 2013		Cédric Salvador			<csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
      diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
      index c0404b5cf3f..69e2b0d0ca8 100644
      --- a/htdocs/contrat/index.php
      +++ b/htdocs/contrat/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php
      index 96f20fdaf67..3719e3618e6 100644
      --- a/htdocs/contrat/list.php
      +++ b/htdocs/contrat/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2014      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015	   Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php
      index ec93d112ef4..193c25e0398 100644
      --- a/htdocs/contrat/note.php
      +++ b/htdocs/contrat/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php
      index 72b45f49db5..a57bfd0f175 100644
      --- a/htdocs/contrat/services_list.php
      +++ b/htdocs/contrat/services_list.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/contrat/tpl/linkedobjectblock.tpl.php b/htdocs/contrat/tpl/linkedobjectblock.tpl.php
      index 328be816327..64d40edebc0 100644
      --- a/htdocs/contrat/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/contrat/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2018      Juanjo Menent <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/ajax/ajaxdirpreview.php b/htdocs/core/ajax/ajaxdirpreview.php
      index 82f83595537..5056844bcee 100644
      --- a/htdocs/core/ajax/ajaxdirpreview.php
      +++ b/htdocs/core/ajax/ajaxdirpreview.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Simon Tosser         <simon@kornog-computing.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010	   Pierre Morin         <pierre.morin@auguria.net>
        * Copyright (C) 2013      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/ajax/box.php b/htdocs/core/ajax/box.php
      index f6bd5b5214a..93b317a43c9 100644
      --- a/htdocs/core/ajax/box.php
      +++ b/htdocs/core/ajax/box.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2007-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/ajax/constantonoff.php b/htdocs/core/ajax/constantonoff.php
      index 9e9f8a0d799..0f733f4df5c 100644
      --- a/htdocs/core/ajax/constantonoff.php
      +++ b/htdocs/core/ajax/constantonoff.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2015 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2015 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/contacts.php b/htdocs/core/ajax/contacts.php
      index b03b9f128cf..777fa076639 100644
      --- a/htdocs/core/ajax/contacts.php
      +++ b/htdocs/core/ajax/contacts.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2016 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/ajax/extraparams.php b/htdocs/core/ajax/extraparams.php
      index 908c1ef9f11..e5972d29d70 100644
      --- a/htdocs/core/ajax/extraparams.php
      +++ b/htdocs/core/ajax/extraparams.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/fileupload.php b/htdocs/core/ajax/fileupload.php
      index 9405aa26cf1..1cf5678cb00 100644
      --- a/htdocs/core/ajax/fileupload.php
      +++ b/htdocs/core/ajax/fileupload.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/ajax/getaccountcurrency.php b/htdocs/core/ajax/getaccountcurrency.php
      index 2289d8e1c0f..d58c81efdba 100644
      --- a/htdocs/core/ajax/getaccountcurrency.php
      +++ b/htdocs/core/ajax/getaccountcurrency.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/loadinplace.php b/htdocs/core/ajax/loadinplace.php
      index 099f66ba3de..abf3efba7db 100644
      --- a/htdocs/core/ajax/loadinplace.php
      +++ b/htdocs/core/ajax/loadinplace.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2014 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2014 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/price.php b/htdocs/core/ajax/price.php
      index 86073a5a409..3eab18216d1 100644
      --- a/htdocs/core/ajax/price.php
      +++ b/htdocs/core/ajax/price.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/row.php b/htdocs/core/ajax/row.php
      index 98f18df8a68..2dba328610e 100644
      --- a/htdocs/core/ajax/row.php
      +++ b/htdocs/core/ajax/row.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2015 Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2015 Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/ajax/saveinplace.php b/htdocs/core/ajax/saveinplace.php
      index 7070d1a8799..188dcbb29da 100644
      --- a/htdocs/core/ajax/saveinplace.php
      +++ b/htdocs/core/ajax/saveinplace.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/security.php b/htdocs/core/ajax/security.php
      index fa1ce2103d4..d6bfe51b45c 100644
      --- a/htdocs/core/ajax/security.php
      +++ b/htdocs/core/ajax/security.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2015 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2015 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/vatrates.php b/htdocs/core/ajax/vatrates.php
      index 3826e521d06..8fe38d02552 100644
      --- a/htdocs/core/ajax/vatrates.php
      +++ b/htdocs/core/ajax/vatrates.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/ajax/ziptown.php b/htdocs/core/ajax/ziptown.php
      index 2100d3d3600..c1af6a2ac22 100644
      --- a/htdocs/core/ajax/ziptown.php
      +++ b/htdocs/core/ajax/ziptown.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010     Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010     Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2011-204 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php
      index 05bbdba3831..aea85fd111e 100644
      --- a/htdocs/core/boxes/box_actions.php
      +++ b/htdocs/core/boxes/box_actions.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014 	   Charles-Fr BENKE        <charles.fr@benke.fr>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
      diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php
      index 96ccd7b675d..9b1e4e34261 100644
      --- a/htdocs/core/boxes/box_clients.php
      +++ b/htdocs/core/boxes/box_clients.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_commandes.php b/htdocs/core/boxes/box_commandes.php
      index 5aeb6179207..3f86909f04a 100644
      --- a/htdocs/core/boxes/box_commandes.php
      +++ b/htdocs/core/boxes/box_commandes.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php
      index 8606d9b91f7..5a5c2f59986 100644
      --- a/htdocs/core/boxes/box_comptes.php
      +++ b/htdocs/core/boxes/box_comptes.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Christophe
        * Copyright (C) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
      diff --git a/htdocs/core/boxes/box_contacts.php b/htdocs/core/boxes/box_contacts.php
      index 4feb101c090..2d9d7e9461b 100644
      --- a/htdocs/core/boxes/box_contacts.php
      +++ b/htdocs/core/boxes/box_contacts.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        * Copyright (C) 2018      Josep Lluís Amador   <joseplluis@lliuretic.cat>
        *
      diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php
      index 7592f882b59..7239fa78919 100644
      --- a/htdocs/core/boxes/box_contracts.php
      +++ b/htdocs/core/boxes/box_contracts.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        * Copyright (C) 2016-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
      diff --git a/htdocs/core/boxes/box_external_rss.php b/htdocs/core/boxes/box_external_rss.php
      index f08c809627d..679509774e2 100644
      --- a/htdocs/core/boxes/box_external_rss.php
      +++ b/htdocs/core/boxes/box_external_rss.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_factures.php b/htdocs/core/boxes/box_factures.php
      index 36c472cfc22..c76ea8d825b 100644
      --- a/htdocs/core/boxes/box_factures.php
      +++ b/htdocs/core/boxes/box_factures.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_factures_fourn.php b/htdocs/core/boxes/box_factures_fourn.php
      index c865cf185c4..617f041d7d2 100644
      --- a/htdocs/core/boxes/box_factures_fourn.php
      +++ b/htdocs/core/boxes/box_factures_fourn.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_factures_fourn_imp.php b/htdocs/core/boxes/box_factures_fourn_imp.php
      index e8dedf59c41..bd8fde32aab 100644
      --- a/htdocs/core/boxes/box_factures_fourn_imp.php
      +++ b/htdocs/core/boxes/box_factures_fourn_imp.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_factures_imp.php b/htdocs/core/boxes/box_factures_imp.php
      index dd64a07b8d9..10edddf4667 100644
      --- a/htdocs/core/boxes/box_factures_imp.php
      +++ b/htdocs/core/boxes/box_factures_imp.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_fournisseurs.php b/htdocs/core/boxes/box_fournisseurs.php
      index 0ca14fae7f5..c66c7f674c2 100644
      --- a/htdocs/core/boxes/box_fournisseurs.php
      +++ b/htdocs/core/boxes/box_fournisseurs.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2006 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_goodcustomers.php b/htdocs/core/boxes/box_goodcustomers.php
      index 16668987a40..138326d6c01 100644
      --- a/htdocs/core/boxes/box_goodcustomers.php
      +++ b/htdocs/core/boxes/box_goodcustomers.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        * Copyright (C) 2016      Charlie Benke        <charlie@patas-monkey.com>
        *
      diff --git a/htdocs/core/boxes/box_members.php b/htdocs/core/boxes/box_members.php
      index 6f7e62aa457..b0f999f54f1 100644
      --- a/htdocs/core/boxes/box_members.php
      +++ b/htdocs/core/boxes/box_members.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php
      index cadda2b8058..24699f0e9f6 100644
      --- a/htdocs/core/boxes/box_produits.php
      +++ b/htdocs/core/boxes/box_produits.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
      index 648da118e09..896ceb93df6 100644
      --- a/htdocs/core/boxes/box_produits_alerte_stock.php
      +++ b/htdocs/core/boxes/box_produits_alerte_stock.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2005-2012 Maxime Kohlhaas      <mko@atm-consulting.fr>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        * Copyright (C) 2015      Juanjo Menent	    <jmenent@2byte.es>
      diff --git a/htdocs/core/boxes/box_propales.php b/htdocs/core/boxes/box_propales.php
      index 6db4ac11250..2b3426f21b8 100644
      --- a/htdocs/core/boxes/box_propales.php
      +++ b/htdocs/core/boxes/box_propales.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php
      index 629da790f3c..a4382f86048 100644
      --- a/htdocs/core/boxes/box_prospect.php
      +++ b/htdocs/core/boxes/box_prospect.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
      index 7c73bbbe328..6a74cd005ab 100644
      --- a/htdocs/core/boxes/box_services_contracts.php
      +++ b/htdocs/core/boxes/box_services_contracts.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017 	   Nicolas Zabouri      <info@inovea-conseil.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/boxes/box_supplier_orders.php b/htdocs/core/boxes/box_supplier_orders.php
      index 97b4bf8feec..4621950843e 100644
      --- a/htdocs/core/boxes/box_supplier_orders.php
      +++ b/htdocs/core/boxes/box_supplier_orders.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2006 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2015      Frederic France      <frederic.france@free.fr>
        *
      diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php
      index 47646a0facf..9ae35403ec7 100644
      --- a/htdocs/core/boxes/modules_boxes.php
      +++ b/htdocs/core/boxes/modules_boxes.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2013  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2014       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2015       Frederic France     <frederic.france@free.fr>
        *
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index a37f6b1562b..ed1fccbc444 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -5,7 +5,7 @@
        * Copyright (C) 2000-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/CSMSFile.class.php b/htdocs/core/class/CSMSFile.class.php
      index b6c334f7e1c..86ffed48551 100644
      --- a/htdocs/core/class/CSMSFile.class.php
      +++ b/htdocs/core/class/CSMSFile.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2000-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/antivir.class.php b/htdocs/core/class/antivir.class.php
      index c67e3f5f59d..1b45d490d9d 100644
      --- a/htdocs/core/class/antivir.class.php
      +++ b/htdocs/core/class/antivir.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2000-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/canvas.class.php b/htdocs/core/class/canvas.class.php
      index cf830048cc0..4694a5e4652 100644
      --- a/htdocs/core/class/canvas.class.php
      +++ b/htdocs/core/class/canvas.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011 		Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
      index 92458831d0b..d429d96ccac 100644
      --- a/htdocs/core/class/commondocgenerator.class.php
      +++ b/htdocs/core/class/commondocgenerator.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005	Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010	Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004		Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2016       Charlie Benke           <charlie@patas-monkey.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php
      index b5b363db923..92ee8b06f2e 100644
      --- a/htdocs/core/class/commoninvoice.class.php
      +++ b/htdocs/core/class/commoninvoice.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012       Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012       Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
        * Copyright (C) 2012-2014  Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index aa318a48bcc..bb173daf303 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/core/class/commonorder.class.php b/htdocs/core/class/commonorder.class.php
      index 2ea53a345d8..199b29b87cd 100644
      --- a/htdocs/core/class/commonorder.class.php
      +++ b/htdocs/core/class/commonorder.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php
      index 420b90926dd..b02036a015f 100644
      --- a/htdocs/core/class/conf.class.php
      +++ b/htdocs/core/class/conf.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Xavier Dutoit        <doli@sydesy.com>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017 Regis Houssin      	<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin      	<regis.houssin@inodbox.com>
        * Copyright (C) 2006 	   Jean Heimburger    	<jean@tiaris.info>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/dolexception.class.php b/htdocs/core/class/dolexception.class.php
      index cb3c71cfd5c..b61bc6e388c 100644
      --- a/htdocs/core/class/dolexception.class.php
      +++ b/htdocs/core/class/dolexception.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php
      index 020998fa37a..c4b726b19d1 100644
      --- a/htdocs/core/class/events.class.php
      +++ b/htdocs/core/class/events.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
      index 9ebdbd22836..aaacee51b50 100644
      --- a/htdocs/core/class/extrafields.class.php
      +++ b/htdocs/core/class/extrafields.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2009-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Florian Henry           <forian.henry@open-concept.pro>
        * Copyright (C) 2015       Charles-Fr BENKE        <charles.fr@benke.fr>
        * Copyright (C) 2016       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/core/class/fileupload.class.php b/htdocs/core/class/fileupload.class.php
      index c3a40599877..027fdda0514 100644
      --- a/htdocs/core/class/fileupload.class.php
      +++ b/htdocs/core/class/fileupload.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php
      index b078fdc0405..4b0ed682e49 100644
      --- a/htdocs/core/class/hookmanager.class.php
      +++ b/htdocs/core/class/hookmanager.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2014 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2014 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index c30dcec6e01..de943a27b0e 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2006       Andre Cianfarani        <acianfa@free.fr>
        * Copyright (C) 2006       Marc Barilley/Ocebo     <marc@ocebo.com>
        * Copyright (C) 2007       Franky Van Liedekerke   <franky.van.liedekerker@telenet.be>
      diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php
      index 25a3973cbd8..821bff099d2 100644
      --- a/htdocs/core/class/html.formactions.class.php
      +++ b/htdocs/core/class/html.formactions.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (c) 2008-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2018 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php
      index 510b34c8f47..32a421a7b61 100644
      --- a/htdocs/core/class/html.formadmin.class.php
      +++ b/htdocs/core/class/html.formadmin.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Patrick Raguin 		<patrick.raguin@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/html.formbarcode.class.php b/htdocs/core/class/html.formbarcode.class.php
      index eb08aab6de7..857f8ee5c42 100644
      --- a/htdocs/core/class/html.formbarcode.class.php
      +++ b/htdocs/core/class/html.formbarcode.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2007-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2007-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2008-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php
      index 273a84cbc94..60017d82570 100644
      --- a/htdocs/core/class/html.formcompany.class.php
      +++ b/htdocs/core/class/html.formcompany.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2017		Rui Strecht			<rui.strecht@aliartalentos.com>
        *
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 34f0b9ab750..713a84ad8e6 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2013	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2014	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2016	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013		Charles-Fr BENKE	<charles.fr@benke.fr>
        * Copyright (C) 2013		Cédric Salvador		<csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 68da2dce777..f9f0365dbc7 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin	    <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin	    <regis.houssin@inodbox.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>
      diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
      index d2800ce1906..8ca0b988fda 100644
      --- a/htdocs/core/class/html.formother.class.php
      +++ b/htdocs/core/class/html.formother.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2006      Marc Barilley/Ocebo  <marc@ocebo.com>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerker@telenet.be>
      diff --git a/htdocs/core/class/infobox.class.php b/htdocs/core/class/infobox.class.php
      index 1c5c733491c..dedf3ec384f 100644
      --- a/htdocs/core/class/infobox.class.php
      +++ b/htdocs/core/class/infobox.class.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/interfaces.class.php b/htdocs/core/class/interfaces.class.php
      index 51eafd3ef7a..abcf2132efa 100644
      --- a/htdocs/core/class/interfaces.class.php
      +++ b/htdocs/core/class/interfaces.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2006      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php
      index 38f7a1f2f53..8c42d691d39 100644
      --- a/htdocs/core/class/ldap.class.php
      +++ b/htdocs/core/class/ldap.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004		Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2015	Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php
      index 1ca10d9dd9b..7f4ab7c6d4a 100644
      --- a/htdocs/core/class/menubase.class.php
      +++ b/htdocs/core/class/menubase.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php
      index dfb070aa5b9..1a58e14796a 100644
      --- a/htdocs/core/class/stats.class.php
      +++ b/htdocs/core/class/stats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (c) 2008-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012       Marcos García           <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
      index 2e489f6ba65..756dbade364 100644
      --- a/htdocs/core/class/translate.class.php
      +++ b/htdocs/core/class/translate.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001      Eric Seigne         <erics@rycks.com>
        * Copyright (C) 2004-2015 Destailleur Laurent <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin       <regis.houssin@inodbox.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
      diff --git a/htdocs/core/datepicker.php b/htdocs/core/datepicker.php
      index 546ca757234..6d0cd48ccfe 100644
      --- a/htdocs/core/datepicker.php
      +++ b/htdocs/core/datepicker.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) phpBSM
        * Copyright (C) 2005-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Juanjo Menent        <jmenent@2byte.es>
        *
        * This file is a modified version of datepicker.php from phpBSM to fix some
      diff --git a/htdocs/core/db/Database.interface.php b/htdocs/core/db/Database.interface.php
      index db233dda1b4..54b950fdee7 100644
      --- a/htdocs/core/db/Database.interface.php
      +++ b/htdocs/core/db/Database.interface.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/db/mssql.class.php b/htdocs/core/db/mssql.class.php
      index a8483ec1401..f9e982961c9 100644
      --- a/htdocs/core/db/mssql.class.php
      +++ b/htdocs/core/db/mssql.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Simon Desee          <simon@dedisoft.com>
        * Copyright (C) 2015       Cedric GROSS            <c.gross@kreiz-it.fr>
        *
      diff --git a/htdocs/core/db/mysqli.class.php b/htdocs/core/db/mysqli.class.php
      index 868712a31d0..185ebe1a56f 100644
      --- a/htdocs/core/db/mysqli.class.php
      +++ b/htdocs/core/db/mysqli.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php
      index 78a3b91279e..85abdf2b004 100644
      --- a/htdocs/core/db/pgsql.class.php
      +++ b/htdocs/core/db/pgsql.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Yann Droneaud			<yann@droneaud.fr>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
      diff --git a/htdocs/core/db/sqlite3.class.php b/htdocs/core/db/sqlite3.class.php
      index 97e799a2b69..bbd5853f95f 100644
      --- a/htdocs/core/db/sqlite3.class.php
      +++ b/htdocs/core/db/sqlite3.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/doxygen.php b/htdocs/core/doxygen.php
      index 55ea34a5778..542a0effeb2 100644
      --- a/htdocs/core/doxygen.php
      +++ b/htdocs/core/doxygen.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/js/blockUI.js b/htdocs/core/js/blockUI.js
      index 20c2bd348d4..b485565ee07 100644
      --- a/htdocs/core/js/blockUI.js
      +++ b/htdocs/core/js/blockUI.js
      @@ -1,4 +1,4 @@
      -// Copyright (C) 2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +// Copyright (C) 2012	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/core/js/dst.js b/htdocs/core/js/dst.js
      index 486e7027b43..739beebeac5 100644
      --- a/htdocs/core/js/dst.js
      +++ b/htdocs/core/js/dst.js
      @@ -1,5 +1,5 @@
       // Copyright (C) 2011-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      -// Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +// Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@inodbox.com>
       // Copyright (C) 2015       Marcos García       <marcosgdf@gmail.com>
       //
       // This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/js/editinplace.js b/htdocs/core/js/editinplace.js
      index d1d4b6254ee..8501474ec0c 100644
      --- a/htdocs/core/js/editinplace.js
      +++ b/htdocs/core/js/editinplace.js
      @@ -1,4 +1,4 @@
      -// Copyright (C) 2011-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      +// Copyright (C) 2011-2014	Regis Houssin		<regis.houssin@inodbox.com>
       // Copyright (C) 2011-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
       //
       // This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php
      index 1aa9c458e39..ea19bc258be 100644
      --- a/htdocs/core/js/lib_head.js.php
      +++ b/htdocs/core/js/lib_head.js.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2014  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/js/timepicker.js.php b/htdocs/core/js/timepicker.js.php
      index f93bb3410f2..8e67f517b44 100644
      --- a/htdocs/core/js/timepicker.js.php
      +++ b/htdocs/core/js/timepicker.js.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012	Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index f92fd56a87b..6932cfc4c38 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2011  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2016  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2012       J. Fernando Lagrange    <fernando@demo-tic.org>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
      index 86d3a68fed4..23d5fcf30dc 100644
      --- a/htdocs/core/lib/agenda.lib.php
      +++ b/htdocs/core/lib/agenda.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011	   Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/lib/ajax.lib.php b/htdocs/core/lib/ajax.lib.php
      index bb08018b7f6..afff8198e09 100644
      --- a/htdocs/core/lib/ajax.lib.php
      +++ b/htdocs/core/lib/ajax.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/lib/bank.lib.php b/htdocs/core/lib/bank.lib.php
      index ded980e3246..28845122f0d 100644
      --- a/htdocs/core/lib/bank.lib.php
      +++ b/htdocs/core/lib/bank.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2016		Juanjo Menent   	<jmenent@2byte.es>
        *
      diff --git a/htdocs/core/lib/categories.lib.php b/htdocs/core/lib/categories.lib.php
      index e8a7dfcb0ff..4d85c412bab 100644
      --- a/htdocs/core/lib/categories.lib.php
      +++ b/htdocs/core/lib/categories.lib.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index fe9d15c8322..6193d764e43 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2006-2011  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2006       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2007       Patrick Raguin          <patrick.raguin@gmail.com>
      - * Copyright (C) 2010-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2014  Florian Henry           <florian.henry@open-concept.pro>
        * Copyright (C) 2013-2014  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2013       Christophe Battarel     <contact@altairis.fr>
      diff --git a/htdocs/core/lib/contact.lib.php b/htdocs/core/lib/contact.lib.php
      index f1d721b62e6..3c61410230f 100644
      --- a/htdocs/core/lib/contact.lib.php
      +++ b/htdocs/core/lib/contact.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2010  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2017  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2017  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Frederic France     <frederic.france@free.fr>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/core/lib/contract.lib.php b/htdocs/core/lib/contract.lib.php
      index 9d986e983bc..c7434e80878 100644
      --- a/htdocs/core/lib/contract.lib.php
      +++ b/htdocs/core/lib/contract.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php
      index 84048ac9c66..7ad40349589 100644
      --- a/htdocs/core/lib/date.lib.php
      +++ b/htdocs/core/lib/date.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2015 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2017      Ferran Marcet        <fmarcet@2byte.es>
        *
      diff --git a/htdocs/core/lib/doc.lib.php b/htdocs/core/lib/doc.lib.php
      index ae8410bd188..b5e607fbbc5 100644
      --- a/htdocs/core/lib/doc.lib.php
      +++ b/htdocs/core/lib/doc.lib.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2006-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2007		Patrick Raguin			<patrick.raguin@gmail.com>
      - * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2012		Christophe Battarel		<christophe.battarel@altairis.fr>
        *
      diff --git a/htdocs/core/lib/doleditor.lib.php b/htdocs/core/lib/doleditor.lib.php
      index 1981ae63d09..459bb3e3f2b 100644
      --- a/htdocs/core/lib/doleditor.lib.php
      +++ b/htdocs/core/lib/doleditor.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/lib/expedition.lib.php b/htdocs/core/lib/expedition.lib.php
      index 0fa5f0ae643..275970c41c1 100644
      --- a/htdocs/core/lib/expedition.lib.php
      +++ b/htdocs/core/lib/expedition.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010		Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015 Claudio Aschieri				<c.aschieri@19.coop>
        *
      diff --git a/htdocs/core/lib/expensereport.lib.php b/htdocs/core/lib/expensereport.lib.php
      index 779e6c9e174..da1a7048dee 100644
      --- a/htdocs/core/lib/expensereport.lib.php
      +++ b/htdocs/core/lib/expensereport.lib.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/fichinter.lib.php b/htdocs/core/lib/fichinter.lib.php
      index 20e257eee2f..0ef39203f57 100644
      --- a/htdocs/core/lib/fichinter.lib.php
      +++ b/htdocs/core/lib/fichinter.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2007	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Gilles Poirier 		   <glgpoirier@gmail.com>
        * Copyright (C) 2018		charlene Benke 		   <charlie@patas-monkey.com>
       
      diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
      index 1a114c62a01..1bca14827e6 100644
      --- a/htdocs/core/lib/files.lib.php
      +++ b/htdocs/core/lib/files.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2012  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2015  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2015  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2016  Juanjo Menent       <jmenent@2byte.es>
        * Copyright (C) 2015       Marcos García       <marcosgdf@gmail.com>
        * Copyright (C) 2016       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/core/lib/fourn.lib.php b/htdocs/core/lib/fourn.lib.php
      index ac956abf524..c251c5d03b9 100644
      --- a/htdocs/core/lib/fourn.lib.php
      +++ b/htdocs/core/lib/fourn.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Marc Barilley		<marc@ocebo.com>
        * Copyright (C) 2011-2013  Philippe Grand      <philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index d15d07e4c6e..8a876a95feb 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -5,7 +5,7 @@
        * Copyright (C) 2004		Sebastien Di Cintio			<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier				<benoit.mortier@opensides.be>
        * Copyright (C) 2004		Christophe Combelles			<ccomb@free.fr>
      - * Copyright (C) 2005-2017	Regis Houssin				<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin				<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand (Resultic)	<raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2018	Juanjo Menent				<jmenent@2byte.es>
        * Copyright (C) 2013		Cédric Salvador				<csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php
      index 8a22337cea8..ee88cd95404 100644
      --- a/htdocs/core/lib/functions2.lib.php
      +++ b/htdocs/core/lib/functions2.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2011  Laurent Destailleur         <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012  Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012  Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008       Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2014-2016  Marcos García               <marcosgdf@gmail.com>
        * Copyright (C) 2015       Ferran Marcet               <fmarcet@2byte.es>
      diff --git a/htdocs/core/lib/images.lib.php b/htdocs/core/lib/images.lib.php
      index f0a666b03e9..a37bd2818a1 100644
      --- a/htdocs/core/lib/images.lib.php
      +++ b/htdocs/core/lib/images.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/import.lib.php b/htdocs/core/lib/import.lib.php
      index ea700c38845..c3b8beac249 100644
      --- a/htdocs/core/lib/import.lib.php
      +++ b/htdocs/core/lib/import.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2009  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      - * Copyright (C) 2010       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2010       Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/lib/invoice.lib.php b/htdocs/core/lib/invoice.lib.php
      index 94eb4527b74..aa728e5d653 100644
      --- a/htdocs/core/lib/invoice.lib.php
      +++ b/htdocs/core/lib/invoice.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2015      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2017      	Charlie Benke		<charlie@patas-monkey.com>
      diff --git a/htdocs/core/lib/json.lib.php b/htdocs/core/lib/json.lib.php
      index 61d6a923c1f..f58d1b44dbf 100644
      --- a/htdocs/core/lib/json.lib.php
      +++ b/htdocs/core/lib/json.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2011-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/ldap.lib.php b/htdocs/core/lib/ldap.lib.php
      index 3db36723b32..c64ea1fa090 100644
      --- a/htdocs/core/lib/ldap.lib.php
      +++ b/htdocs/core/lib/ldap.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006		Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/member.lib.php b/htdocs/core/lib/member.lib.php
      index 3148d484ab5..a5016579cd4 100644
      --- a/htdocs/core/lib/member.lib.php
      +++ b/htdocs/core/lib/member.lib.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2006-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2015-2016	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2015		Raphaël Doursenaud	<rdoursenaud@gpcsolutions.fr>
      - * Copyright (C) 2017		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/order.lib.php b/htdocs/core/lib/order.lib.php
      index cdbd46b1aa7..93a7aaa71e0 100644
      --- a/htdocs/core/lib/order.lib.php
      +++ b/htdocs/core/lib/order.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2007		Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010		Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php
      index 5b8a5d6d4c4..a9e8807c66a 100644
      --- a/htdocs/core/lib/pdf.lib.php
      +++ b/htdocs/core/lib/pdf.lib.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2006-2017	Laurent Destailleur 	<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2007		Patrick Raguin      	<patrick.raguin@gmail.com>
      - * Copyright (C) 2010-2012	Regis Houssin       	<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin       	<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2017	Juanjo Menent       	<jmenent@2byte.es>
        * Copyright (C) 2012		Christophe Battarel		<christophe.battarel@altairis.fr>
        * Copyright (C) 2012       Cédric Salvador         <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/lib/prelevement.lib.php b/htdocs/core/lib/prelevement.lib.php
      index 47bc2cb1974..e6393326c71 100644
      --- a/htdocs/core/lib/prelevement.lib.php
      +++ b/htdocs/core/lib/prelevement.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2010-2011 	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2010		Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2011      	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011      	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/product.lib.php b/htdocs/core/lib/product.lib.php
      index 1c704392c6b..68e78a29d76 100644
      --- a/htdocs/core/lib/product.lib.php
      +++ b/htdocs/core/lib/product.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2007       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      - * Copyright (C) 2009-2010  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2010  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2015-2016	Marcos García			<marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
      index 1e5046d4d58..84d32725682 100644
      --- a/htdocs/core/lib/project.lib.php
      +++ b/htdocs/core/lib/project.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/lib/propal.lib.php b/htdocs/core/lib/propal.lib.php
      index aec26236113..3fc37196c71 100644
      --- a/htdocs/core/lib/propal.lib.php
      +++ b/htdocs/core/lib/propal.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/report.lib.php b/htdocs/core/lib/report.lib.php
      index 475fbaa48d5..10fd7bc8919 100644
      --- a/htdocs/core/lib/report.lib.php
      +++ b/htdocs/core/lib/report.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/security.lib.php b/htdocs/core/lib/security.lib.php
      index 235421a598e..08933f13968 100644
      --- a/htdocs/core/lib/security.lib.php
      +++ b/htdocs/core/lib/security.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/security2.lib.php b/htdocs/core/lib/security2.lib.php
      index c9f4ece6445..88dae462058 100644
      --- a/htdocs/core/lib/security2.lib.php
      +++ b/htdocs/core/lib/security2.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
      index 38660cc272a..1cafb6dc3d4 100644
      --- a/htdocs/core/lib/sendings.lib.php
      +++ b/htdocs/core/lib/sendings.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/supplier_proposal.lib.php b/htdocs/core/lib/supplier_proposal.lib.php
      index a0f52d6de15..53dcf1c443f 100644
      --- a/htdocs/core/lib/supplier_proposal.lib.php
      +++ b/htdocs/core/lib/supplier_proposal.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/tax.lib.php b/htdocs/core/lib/tax.lib.php
      index 1cce7527018..a61026fa67d 100644
      --- a/htdocs/core/lib/tax.lib.php
      +++ b/htdocs/core/lib/tax.lib.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2009 Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2006-2007 Yannick Warnier		<ywarnier@beeznest.org>
      - * Copyright (C) 2011	   Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011	   Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012-2017 Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2012-2014 Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/core/lib/trip.lib.php b/htdocs/core/lib/trip.lib.php
      index 33f977bcf34..76dde5be734 100644
      --- a/htdocs/core/lib/trip.lib.php
      +++ b/htdocs/core/lib/trip.lib.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
      index ae469b89552..32b2be816df 100644
      --- a/htdocs/core/lib/usergroups.lib.php
      +++ b/htdocs/core/lib/usergroups.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015	    Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2018       Ferran Marcet       <fmarcet@2byte.es>
        *
      diff --git a/htdocs/core/login/functions_dolibarr.php b/htdocs/core/login/functions_dolibarr.php
      index 25cc45c2b6c..70cb1e4fa86 100644
      --- a/htdocs/core/login/functions_dolibarr.php
      +++ b/htdocs/core/login/functions_dolibarr.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/login/functions_empty.php b/htdocs/core/login/functions_empty.php
      index b2ce4a3c533..a8b90de0e46 100644
      --- a/htdocs/core/login/functions_empty.php
      +++ b/htdocs/core/login/functions_empty.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/login/functions_openid.php b/htdocs/core/login/functions_openid.php
      index 79cf1a09cb9..bc8d7f45122 100644
      --- a/htdocs/core/login/functions_openid.php
      +++ b/htdocs/core/login/functions_openid.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/menus/standard/auguria.lib.php b/htdocs/core/menus/standard/auguria.lib.php
      index 9878d8a2ca8..b2bf32bf8c2 100644
      --- a/htdocs/core/menus/standard/auguria.lib.php
      +++ b/htdocs/core/menus/standard/auguria.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2013	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/menus/standard/auguria_menu.php b/htdocs/core/menus/standard/auguria_menu.php
      index 33c02ce5f1c..f4cb98d9c4b 100644
      --- a/htdocs/core/menus/standard/auguria_menu.php
      +++ b/htdocs/core/menus/standard/auguria_menu.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2008-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index bb13a0c2265..68991643ac5 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2015 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
      index 543dbd111bb..049956e82e2 100644
      --- a/htdocs/core/menus/standard/eldy_menu.php
      +++ b/htdocs/core/menus/standard/eldy_menu.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index dfaaa6b26b4..4d11a1bfd5b 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
        * Copyright (C) 2005-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2014       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2018       Josep Lluís Amador      <joseplluis@lliuretic.cat>
        *
      diff --git a/htdocs/core/modules/action/modules_action.php b/htdocs/core/modules/action/modules_action.php
      index cbb578578e2..323675f88f6 100644
      --- a/htdocs/core/modules/action/modules_action.php
      +++ b/htdocs/core/modules/action/modules_action.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005	Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004     	Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/action/rapport.pdf.php b/htdocs/core/modules/action/rapport.pdf.php
      index 66c4f0a3e45..44092df6ec9 100644
      --- a/htdocs/core/modules/action/rapport.pdf.php
      +++ b/htdocs/core/modules/action/rapport.pdf.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/bank/modules_bank.php b/htdocs/core/modules/bank/modules_bank.php
      index faae304222d..fe43f9cee15 100644
      --- a/htdocs/core/modules/bank/modules_bank.php
      +++ b/htdocs/core/modules/bank/modules_bank.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2014	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2014	Regis Houssin	<regis.houssin@inodbox.com>
        * Copyright (C) 2014       Marcos García   <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/barcode/doc/phpbarcode.modules.php b/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
      index c9068dc4d26..6d9e492d666 100644
      --- a/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
      +++ b/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php b/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
      index c37f87f17d5..ed6a7635164 100644
      --- a/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
      +++ b/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2009 Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005	   Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005	   Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015	   Francis Appels		<francis.appels@yahoo.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/barcode/mod_barcode_product_standard.php b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
      index 886ff87520a..97121eebcfd 100644
      --- a/htdocs/core/modules/barcode/mod_barcode_product_standard.php
      +++ b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/cheque/modules_chequereceipts.php b/htdocs/core/modules/cheque/modules_chequereceipts.php
      index f2841a7ec8e..5a7920ce4f1 100644
      --- a/htdocs/core/modules/cheque/modules_chequereceipts.php
      +++ b/htdocs/core/modules/cheque/modules_chequereceipts.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      index 6047caa55b3..d35c6c7f177 100644
      --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      index 0bf4b91365e..07173f7db13 100644
      --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/commande/doc/pdf_proforma.modules.php b/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
      index 8d99fc00378..ebbe72f94c9 100644
      --- a/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
      +++ b/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/commande/mod_commande_marbre.php b/htdocs/core/modules/commande/mod_commande_marbre.php
      index 8345d694cff..215d2380819 100644
      --- a/htdocs/core/modules/commande/mod_commande_marbre.php
      +++ b/htdocs/core/modules/commande/mod_commande_marbre.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/commande/mod_commande_saphir.php b/htdocs/core/modules/commande/mod_commande_saphir.php
      index 588d6fffc6d..1b08c9c1105 100644
      --- a/htdocs/core/modules/commande/mod_commande_saphir.php
      +++ b/htdocs/core/modules/commande/mod_commande_saphir.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville        <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur         <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/commande/modules_commande.php b/htdocs/core/modules/commande/modules_commande.php
      index 7a1ffea8792..d644de33a5d 100644
      --- a/htdocs/core/modules/commande/modules_commande.php
      +++ b/htdocs/core/modules/commande/modules_commande.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2012      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/core/modules/contract/doc/pdf_strato.modules.php b/htdocs/core/modules/contract/doc/pdf_strato.modules.php
      index fe0a79c6c8e..600d502f562 100644
      --- a/htdocs/core/modules/contract/doc/pdf_strato.modules.php
      +++ b/htdocs/core/modules/contract/doc/pdf_strato.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010	Laurent Destailleur			<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand (Resultic)	<raphael.bertrand@resultic.fr>
        * Copyright (C) 2011		Fabrice CHERRIER
        * Copyright (C) 2013-2018  Philippe Grand	            <philippe.grand@atoo-net.com>
      diff --git a/htdocs/core/modules/contract/modules_contract.php b/htdocs/core/modules/contract/modules_contract.php
      index cd1ce4137cc..59290de7d82 100644
      --- a/htdocs/core/modules/contract/modules_contract.php
      +++ b/htdocs/core/modules/contract/modules_contract.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2013      Philippe Grand	    <philippe.grand@atoo-net.com>
      diff --git a/htdocs/core/modules/dons/html_cerfafr.modules.php b/htdocs/core/modules/dons/html_cerfafr.modules.php
      index 8f6c10119c4..cac7329cf5b 100644
      --- a/htdocs/core/modules/dons/html_cerfafr.modules.php
      +++ b/htdocs/core/modules/dons/html_cerfafr.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2006	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012       Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2014-2015  Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2015  		Benoit Bruchard			<benoitb21@gmail.com>
      diff --git a/htdocs/core/modules/dons/modules_don.php b/htdocs/core/modules/dons/modules_don.php
      index d8fbe92c2c7..aee52063227 100644
      --- a/htdocs/core/modules/dons/modules_don.php
      +++ b/htdocs/core/modules/dons/modules_don.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
      index 3d786bf111d..73de53f7904 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2015      Marcos García       <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      index daa8d67e5d1..5f46517e9a8 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2012 Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2014-2015 Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2018      Frédéric France      <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/modules/expedition/modules_expedition.php b/htdocs/core/modules/expedition/modules_expedition.php
      index 51f41978732..a22ae0d0f99 100644
      --- a/htdocs/core/modules/expedition/modules_expedition.php
      +++ b/htdocs/core/modules/expedition/modules_expedition.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2011-2013 Philippe Grand       <philippe.grand@atoo-net.com>
      diff --git a/htdocs/core/modules/export/modules_export.php b/htdocs/core/modules/export/modules_export.php
      index 6436b501705..15536747a28 100644
      --- a/htdocs/core/modules/export/modules_export.php
      +++ b/htdocs/core/modules/export/modules_export.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.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
      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 a823bae2d4b..b3366826d5c 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
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<ely@users.sourceforge.net>
      -* Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      +* Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
       * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
       * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
       *
      diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      index 797b48865c6..74fac8c5544 100644
      --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand		<raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2014	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012		Christophe Battarel	<christophe.battarel@altairis.fr>
      diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      index 439f81ab02e..7e28f11bb8a 100644
      --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand		<raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2014	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012		Christophe Battarel	<christophe.battarel@altairis.fr>
      diff --git a/htdocs/core/modules/facture/mod_facture_mars.php b/htdocs/core/modules/facture/mod_facture_mars.php
      index a1ed1e32d24..2bdad538ec9 100644
      --- a/htdocs/core/modules/facture/mod_facture_mars.php
      +++ b/htdocs/core/modules/facture/mod_facture_mars.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
      index dabd3fbd576..95e60c78398 100644
      --- a/htdocs/core/modules/facture/mod_facture_mercure.php
      +++ b/htdocs/core/modules/facture/mod_facture_mercure.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        * Copyright (C) 2013      Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/core/modules/facture/mod_facture_terre.php b/htdocs/core/modules/facture/mod_facture_terre.php
      index a55418a8cb5..4442451984f 100644
      --- a/htdocs/core/modules/facture/mod_facture_terre.php
      +++ b/htdocs/core/modules/facture/mod_facture_terre.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/facture/modules_facture.php b/htdocs/core/modules/facture/modules_facture.php
      index 12d41903edb..fd9168150d6 100644
      --- a/htdocs/core/modules/facture/modules_facture.php
      +++ b/htdocs/core/modules/facture/modules_facture.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
      index b67da288ae7..b06922acdb9 100644
      --- a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
      +++ b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010	Laurent Destailleur			<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin				<regis.houssin@inodbox.com>
        * Copyright (C) 2008		Raphael Bertrand (Resultic)	<raphael.bertrand@resultic.fr>
        * Copyright (C) 2011		Fabrice CHERRIER
        * Copyright (C) 2013		Cédric Salvador				<csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
      index 82013e94413..86f25dc4078 100644
      --- a/htdocs/core/modules/fichinter/mod_arctic.php
      +++ b/htdocs/core/modules/fichinter/mod_arctic.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2005-2009 Regis Houssin                <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic)  <raphael.bertrand@resultic.fr>
        * Copyright (C) 2013      Juanjo Menent				<jmenent@2byte.es>
        *
      diff --git a/htdocs/core/modules/fichinter/mod_pacific.php b/htdocs/core/modules/fichinter/mod_pacific.php
      index dcf6baf5ef6..24f55192ff0 100644
      --- a/htdocs/core/modules/fichinter/mod_pacific.php
      +++ b/htdocs/core/modules/fichinter/mod_pacific.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/fichinter/modules_fichinter.php b/htdocs/core/modules/fichinter/modules_fichinter.php
      index 2d3c4bebfe6..a0ab40ce7a0 100644
      --- a/htdocs/core/modules/fichinter/modules_fichinter.php
      +++ b/htdocs/core/modules/fichinter/modules_fichinter.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Philippe Grand	    <philippe.grand@atoo-net.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/holiday/modules_holiday.php b/htdocs/core/modules/holiday/modules_holiday.php
      index 07234c447e6..7f1c48fec10 100644
      --- a/htdocs/core/modules/holiday/modules_holiday.php
      +++ b/htdocs/core/modules/holiday/modules_holiday.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2013      Philippe Grand	    <philippe.grand@atoo-net.com>
      diff --git a/htdocs/core/modules/import/import_csv.modules.php b/htdocs/core/modules/import/import_csv.modules.php
      index 6b2e480db86..6db495e9f04 100644
      --- a/htdocs/core/modules/import/import_csv.modules.php
      +++ b/htdocs/core/modules/import/import_csv.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
        * Copyright (C) 2012-2016 Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/core/modules/import/import_xlsx.modules.php b/htdocs/core/modules/import/import_xlsx.modules.php
      index f8b6aa99a82..d96dc18104f 100644
      --- a/htdocs/core/modules/import/import_xlsx.modules.php
      +++ b/htdocs/core/modules/import/import_xlsx.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
        * Copyright (C) 2012-2016 Juanjo Menent		<jmenent@2byte.es>
        *
      diff --git a/htdocs/core/modules/import/modules_import.php b/htdocs/core/modules/import/modules_import.php
      index 214c04ad857..4c606b8bacf 100644
      --- a/htdocs/core/modules/import/modules_import.php
      +++ b/htdocs/core/modules/import/modules_import.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      index 4793ebe7b27..b55e5907849 100644
      --- a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      +++ b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur   <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
        * Copyright (C) 2008      Chiptronik
        * Copyright (C) 2011-2018 Philippe Grand        <philippe.grand@atoo-net.com>
      diff --git a/htdocs/core/modules/livraison/mod_livraison_jade.php b/htdocs/core/modules/livraison/mod_livraison_jade.php
      index 1fd598d02a7..8df38cbc3a2 100644
      --- a/htdocs/core/modules/livraison/mod_livraison_jade.php
      +++ b/htdocs/core/modules/livraison/mod_livraison_jade.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/livraison/mod_livraison_saphir.php b/htdocs/core/modules/livraison/mod_livraison_saphir.php
      index cbe105ef75c..76579f5e757 100644
      --- a/htdocs/core/modules/livraison/mod_livraison_saphir.php
      +++ b/htdocs/core/modules/livraison/mod_livraison_saphir.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/livraison/modules_livraison.php b/htdocs/core/modules/livraison/modules_livraison.php
      index f9f7a5380f3..6dad7003ec5 100644
      --- a/htdocs/core/modules/livraison/modules_livraison.php
      +++ b/htdocs/core/modules/livraison/modules_livraison.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2006-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Philippe Grand	    <philippe.grand@atoo-net.com>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/modules/mailings/advthirdparties.modules.php b/htdocs/core/modules/mailings/advthirdparties.modules.php
      index 4d149e0e5ef..bfd7f4b0d45 100644
      --- a/htdocs/core/modules/mailings/advthirdparties.modules.php
      +++ b/htdocs/core/modules/mailings/advthirdparties.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@inodbox.com>
       *
       * This file is an example to follow to add your own email selector inside
       * the Dolibarr email tool.
      diff --git a/htdocs/core/modules/mailings/contacts1.modules.php b/htdocs/core/modules/mailings/contacts1.modules.php
      index 8efefdbd079..7a4d53172f4 100644
      --- a/htdocs/core/modules/mailings/contacts1.modules.php
      +++ b/htdocs/core/modules/mailings/contacts1.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/mailings/fraise.modules.php b/htdocs/core/modules/mailings/fraise.modules.php
      index 9cf0f56f7e2..43798799acd 100644
      --- a/htdocs/core/modules/mailings/fraise.modules.php
      +++ b/htdocs/core/modules/mailings/fraise.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005       Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/mailings/pomme.modules.php b/htdocs/core/modules/mailings/pomme.modules.php
      index 11ff4812d67..b2477c1fd55 100644
      --- a/htdocs/core/modules/mailings/pomme.modules.php
      +++ b/htdocs/core/modules/mailings/pomme.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2011 Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/mailings/thirdparties.modules.php b/htdocs/core/modules/mailings/thirdparties.modules.php
      index ad19264620a..49205cf6f80 100644
      --- a/htdocs/core/modules/mailings/thirdparties.modules.php
      +++ b/htdocs/core/modules/mailings/thirdparties.modules.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2018-2018 Andre Schild        <a.schild@aarboard.ch>
        * Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@inodbox.com>
        *
        * This file is an example to follow to add your own email selector inside
        * the Dolibarr email tool.
      diff --git a/htdocs/core/modules/member/modules_cards.php b/htdocs/core/modules/member/modules_cards.php
      index c931abce4ed..4f498d92158 100644
      --- a/htdocs/core/modules/member/modules_cards.php
      +++ b/htdocs/core/modules/member/modules_cards.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2004	   Eric Seigne			<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modAgenda.class.php b/htdocs/core/modules/modAgenda.class.php
      index 1f6fa467469..d69c20ab643 100644
      --- a/htdocs/core/modules/modAgenda.class.php
      +++ b/htdocs/core/modules/modAgenda.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2009-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cedric Gross         <c.gross@kreiz-it.fr>
        * Copyright (C) 2015      Bahfir Abbes         <bafbes@gmail.com>
        * Copyright (C) 2017      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/core/modules/modBanque.class.php b/htdocs/core/modules/modBanque.class.php
      index d6cc2431948..8cfcaaf83da 100644
      --- a/htdocs/core/modules/modBanque.class.php
      +++ b/htdocs/core/modules/modBanque.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2008-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modBarcode.class.php b/htdocs/core/modules/modBarcode.class.php
      index c25d444eb8a..9e66bc3f995 100644
      --- a/htdocs/core/modules/modBarcode.class.php
      +++ b/htdocs/core/modules/modBarcode.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modCommande.class.php b/htdocs/core/modules/modCommande.class.php
      index f8f96a119f0..069d36c333c 100644
      --- a/htdocs/core/modules/modCommande.class.php
      +++ b/htdocs/core/modules/modCommande.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modContrat.class.php b/htdocs/core/modules/modContrat.class.php
      index 36764d43ba4..2ed01afee83 100644
      --- a/htdocs/core/modules/modContrat.class.php
      +++ b/htdocs/core/modules/modContrat.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      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
      diff --git a/htdocs/core/modules/modDeplacement.class.php b/htdocs/core/modules/modDeplacement.class.php
      index 9fd5b618c0c..285d795ea11 100644
      --- a/htdocs/core/modules/modDeplacement.class.php
      +++ b/htdocs/core/modules/modDeplacement.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modDocumentGeneration.class.php b/htdocs/core/modules/modDocumentGeneration.class.php
      index f9e3378f5ea..a2ea9dea7c8 100644
      --- a/htdocs/core/modules/modDocumentGeneration.class.php
      +++ b/htdocs/core/modules/modDocumentGeneration.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modDon.class.php b/htdocs/core/modules/modDon.class.php
      index 76bdb2ccb63..325f6533f51 100644
      --- a/htdocs/core/modules/modDon.class.php
      +++ b/htdocs/core/modules/modDon.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modExpedition.class.php b/htdocs/core/modules/modExpedition.class.php
      index 8634adb0348..06cb8272ce0 100644
      --- a/htdocs/core/modules/modExpedition.class.php
      +++ b/htdocs/core/modules/modExpedition.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2013	   Philippe Grand	    <philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/core/modules/modExport.class.php b/htdocs/core/modules/modExport.class.php
      index 9c6f7af335f..4847ae4da2e 100644
      --- a/htdocs/core/modules/modExport.class.php
      +++ b/htdocs/core/modules/modExport.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modExternalSite.class.php b/htdocs/core/modules/modExternalSite.class.php
      index 374e9b2f02a..088e93955ef 100644
      --- a/htdocs/core/modules/modExternalSite.class.php
      +++ b/htdocs/core/modules/modExternalSite.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modFacture.class.php b/htdocs/core/modules/modFacture.class.php
      index 54aa96b5aa3..f8982ae2893 100644
      --- a/htdocs/core/modules/modFacture.class.php
      +++ b/htdocs/core/modules/modFacture.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2018	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modFckeditor.class.php b/htdocs/core/modules/modFckeditor.class.php
      index fe2fac72b7a..6f297ce3dc6 100644
      --- a/htdocs/core/modules/modFckeditor.class.php
      +++ b/htdocs/core/modules/modFckeditor.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modFicheinter.class.php b/htdocs/core/modules/modFicheinter.class.php
      index 5e4dda76868..b1b18da2508 100644
      --- a/htdocs/core/modules/modFicheinter.class.php
      +++ b/htdocs/core/modules/modFicheinter.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modFournisseur.class.php b/htdocs/core/modules/modFournisseur.class.php
      index 7b50cb7ae3e..16712d21ec2 100644
      --- a/htdocs/core/modules/modFournisseur.class.php
      +++ b/htdocs/core/modules/modFournisseur.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013-2015 Philippe Grand	    <philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/core/modules/modHoliday.class.php b/htdocs/core/modules/modHoliday.class.php
      index 91fb69dd4de..cfe722454e5 100644
      --- a/htdocs/core/modules/modHoliday.class.php
      +++ b/htdocs/core/modules/modHoliday.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Dimitri Mouillard 	<dmouillard@teclib.com>
        * Copyright (C) 2013      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2018      Charlene Benke		<charlie@patas-monkey.com>
      diff --git a/htdocs/core/modules/modImport.class.php b/htdocs/core/modules/modImport.class.php
      index 72677787d94..528b4531074 100644
      --- a/htdocs/core/modules/modImport.class.php
      +++ b/htdocs/core/modules/modImport.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modIncoterm.class.php b/htdocs/core/modules/modIncoterm.class.php
      index 95949eeb05a..be83d83311b 100644
      --- a/htdocs/core/modules/modIncoterm.class.php
      +++ b/htdocs/core/modules/modIncoterm.class.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modLabel.class.php b/htdocs/core/modules/modLabel.class.php
      index 8c8a670a54d..6dd268fc360 100644
      --- a/htdocs/core/modules/modLabel.class.php
      +++ b/htdocs/core/modules/modLabel.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2007-2009 Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2007-2009 Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modLdap.class.php b/htdocs/core/modules/modLdap.class.php
      index 90577ae3ccf..7762ea832a4 100644
      --- a/htdocs/core/modules/modLdap.class.php
      +++ b/htdocs/core/modules/modLdap.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modMailing.class.php b/htdocs/core/modules/modMailing.class.php
      index 749369ee8e9..3605fa58d09 100644
      --- a/htdocs/core/modules/modMailing.class.php
      +++ b/htdocs/core/modules/modMailing.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modMultiCurrency.class.php b/htdocs/core/modules/modMultiCurrency.class.php
      index 9e838a8605b..f371c2a2919 100644
      --- a/htdocs/core/modules/modMultiCurrency.class.php
      +++ b/htdocs/core/modules/modMultiCurrency.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Pierre-Henry Favre  <phf@atm-consulting.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modPaypal.class.php b/htdocs/core/modules/modPaypal.class.php
      index a11fa41b7a6..cc23448b3eb 100644
      --- a/htdocs/core/modules/modPaypal.class.php
      +++ b/htdocs/core/modules/modPaypal.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2011      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2011      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modPrelevement.class.php b/htdocs/core/modules/modPrelevement.class.php
      index e3f8c76498e..2753c7e76ab 100644
      --- a/htdocs/core/modules/modPrelevement.class.php
      +++ b/htdocs/core/modules/modPrelevement.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent 		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php
      index 58fc5b78c9f..03a7676c49c 100644
      --- a/htdocs/core/modules/modProduct.class.php
      +++ b/htdocs/core/modules/modProduct.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2013 Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2014      Christophe Battarel	<contact@altairis.fr>
        * Copyright (C) 2014      Cedric Gross			<c.gross@kreiz-it.fr>
      diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php
      index 99c2a6fa73c..55a800bd366 100644
      --- a/htdocs/core/modules/modProductBatch.class.php
      +++ b/htdocs/core/modules/modProductBatch.class.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2014 Cedric GROSS         <c.gross@kreiz-it.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modProjet.class.php b/htdocs/core/modules/modProjet.class.php
      index 47b02916bb0..0fe29c2d209 100644
      --- a/htdocs/core/modules/modProjet.class.php
      +++ b/htdocs/core/modules/modProjet.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2014	   Charles-Fr BENKE	<charles.fr@benke.fr>
        *
      diff --git a/htdocs/core/modules/modPropale.class.php b/htdocs/core/modules/modPropale.class.php
      index 644b8f2e2f0..c7bf0f6979f 100644
      --- a/htdocs/core/modules/modPropale.class.php
      +++ b/htdocs/core/modules/modPropale.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2010	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modSalaries.class.php b/htdocs/core/modules/modSalaries.class.php
      index 727b410cacb..056b2c19785 100644
      --- a/htdocs/core/modules/modSalaries.class.php
      +++ b/htdocs/core/modules/modSalaries.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2014	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014		Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2014		Alexandre Spangaro	 <aspangaro@zendsi.com>
        *
      diff --git a/htdocs/core/modules/modService.class.php b/htdocs/core/modules/modService.class.php
      index 9ddf3f8b2e5..89bb423ebd7 100644
      --- a/htdocs/core/modules/modService.class.php
      +++ b/htdocs/core/modules/modService.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php
      index 4ee331dc017..9600732ba2f 100644
      --- a/htdocs/core/modules/modSociete.class.php
      +++ b/htdocs/core/modules/modSociete.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2014 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modStock.class.php b/htdocs/core/modules/modStock.class.php
      index 01b4e9d4474..4cdc5aabf83 100644
      --- a/htdocs/core/modules/modStock.class.php
      +++ b/htdocs/core/modules/modStock.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2006 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012	   Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modSupplierProposal.class.php b/htdocs/core/modules/modSupplierProposal.class.php
      index ca8f5960f03..570680b163b 100644
      --- a/htdocs/core/modules/modSupplierProposal.class.php
      +++ b/htdocs/core/modules/modSupplierProposal.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modTax.class.php b/htdocs/core/modules/modTax.class.php
      index 7dacae51b67..ee04d79ebcb 100644
      --- a/htdocs/core/modules/modTax.class.php
      +++ b/htdocs/core/modules/modTax.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2012	Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modUser.class.php b/htdocs/core/modules/modUser.class.php
      index 12961438b24..a8cd523959e 100644
      --- a/htdocs/core/modules/modUser.class.php
      +++ b/htdocs/core/modules/modUser.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/modVariants.class.php b/htdocs/core/modules/modVariants.class.php
      index faac67da78c..1bf6c599102 100644
      --- a/htdocs/core/modules/modVariants.class.php
      +++ b/htdocs/core/modules/modVariants.class.php
      @@ -2,7 +2,7 @@
       
       /* 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/modWorkflow.class.php b/htdocs/core/modules/modWorkflow.class.php
      index 882e8aebf53..771d718af70 100644
      --- a/htdocs/core/modules/modWorkflow.class.php
      +++ b/htdocs/core/modules/modWorkflow.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010		Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/printsheet/modules_labels.php b/htdocs/core/modules/printsheet/modules_labels.php
      index ddf061d95e9..7a34d5e7e64 100644
      --- a/htdocs/core/modules/printsheet/modules_labels.php
      +++ b/htdocs/core/modules/printsheet/modules_labels.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/product/mod_codeproduct_elephant.php b/htdocs/core/modules/product/mod_codeproduct_elephant.php
      index f051fab7f8e..1b455743cb2 100644
      --- a/htdocs/core/modules/product/mod_codeproduct_elephant.php
      +++ b/htdocs/core/modules/product/mod_codeproduct_elephant.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/product/modules_product.class.php b/htdocs/core/modules/product/modules_product.class.php
      index b632f387d05..10470d4d9f0 100644
      --- a/htdocs/core/modules/product/modules_product.class.php
      +++ b/htdocs/core/modules/product/modules_product.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      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 31e0ec676b2..0a2076e4ed0 100644
      --- a/htdocs/core/modules/product_batch/modules_product_batch.class.php
      +++ b/htdocs/core/modules/product_batch/modules_product_batch.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/project/doc/pdf_baleine.modules.php b/htdocs/core/modules/project/doc/pdf_baleine.modules.php
      index d7d6c154881..11305e8a246 100644
      --- a/htdocs/core/modules/project/doc/pdf_baleine.modules.php
      +++ b/htdocs/core/modules/project/doc/pdf_baleine.modules.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2018      Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/project/doc/pdf_beluga.modules.php b/htdocs/core/modules/project/doc/pdf_beluga.modules.php
      index fe33d093083..40ae5097d2f 100644
      --- a/htdocs/core/modules/project/doc/pdf_beluga.modules.php
      +++ b/htdocs/core/modules/project/doc/pdf_beluga.modules.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2015		Charlie Benke  <charlie@patas-monkey.com>
        * Copyright (C) 2018      Laurent Destailleur <eldy@users.sourceforge.net>
        *
      diff --git a/htdocs/core/modules/project/doc/pdf_timespent.modules.php b/htdocs/core/modules/project/doc/pdf_timespent.modules.php
      index 718e618b16d..a299a9758c7 100644
      --- a/htdocs/core/modules/project/doc/pdf_timespent.modules.php
      +++ b/htdocs/core/modules/project/doc/pdf_timespent.modules.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/project/mod_project_simple.php b/htdocs/core/modules/project/mod_project_simple.php
      index 94f2db957a3..46afc144da3 100644
      --- a/htdocs/core/modules/project/mod_project_simple.php
      +++ b/htdocs/core/modules/project/mod_project_simple.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010		Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/project/mod_project_universal.php b/htdocs/core/modules/project/mod_project_universal.php
      index 0d11ac820c0..d1dd95b22bc 100644
      --- a/htdocs/core/modules/project/mod_project_universal.php
      +++ b/htdocs/core/modules/project/mod_project_universal.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/project/modules_project.php b/htdocs/core/modules/project/modules_project.php
      index e6a688e97e8..af9877d59cb 100644
      --- a/htdocs/core/modules/project/modules_project.php
      +++ b/htdocs/core/modules/project/modules_project.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2014	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2014	Regis Houssin	<regis.houssin@inodbox.com>
        * Copyright (C) 2014       Marcos García   <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/project/task/mod_task_simple.php b/htdocs/core/modules/project/task/mod_task_simple.php
      index 48e9cfe557e..4450c57347d 100644
      --- a/htdocs/core/modules/project/task/mod_task_simple.php
      +++ b/htdocs/core/modules/project/task/mod_task_simple.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010		Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/project/task/mod_task_universal.php b/htdocs/core/modules/project/task/mod_task_universal.php
      index 6f46f914b07..3272d180c50 100644
      --- a/htdocs/core/modules/project/task/mod_task_universal.php
      +++ b/htdocs/core/modules/project/task/mod_task_universal.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/project/task/modules_task.php b/htdocs/core/modules/project/task/modules_task.php
      index c9d7aa52bf4..ef7a9be4e98 100644
      --- a/htdocs/core/modules/project/task/modules_task.php
      +++ b/htdocs/core/modules/project/task/modules_task.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2010 Florian Henry  <florian.henry<àopen-concept.pro>
        * Copyright (C) 2014 Marcos García  <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      index 8c2dfd21a89..e369018c80b 100644
      --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      index 464bef3da96..c93fc9a7c81 100644
      --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/propale/mod_propale_marbre.php b/htdocs/core/modules/propale/mod_propale_marbre.php
      index 427d4596636..ef91cf1d2f3 100644
      --- a/htdocs/core/modules/propale/mod_propale_marbre.php
      +++ b/htdocs/core/modules/propale/mod_propale_marbre.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
      index 913743eb93d..47f71b5ffed 100644
      --- a/htdocs/core/modules/propale/mod_propale_saphir.php
      +++ b/htdocs/core/modules/propale/mod_propale_saphir.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville        <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur         <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/propale/modules_propale.php b/htdocs/core/modules/propale/modules_propale.php
      index c7514ab973c..595534c40f4 100644
      --- a/htdocs/core/modules/propale/modules_propale.php
      +++ b/htdocs/core/modules/propale/modules_propale.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php b/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
      index a95a48d20b2..c4db7a40e7b 100644
      --- a/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
      +++ b/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2014		Teddy Andreotti		<125155@supinfo.com>
      - * Copyright (C) 2017		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php
      index 621bbd08d3e..e0d6a186879 100644
      --- a/htdocs/core/modules/societe/mod_codeclient_elephant.php
      +++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2013-2018 Philippe Grand      	<philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/core/modules/societe/mod_codeclient_monkey.php b/htdocs/core/modules/societe/mod_codeclient_monkey.php
      index c18950a87d1..6077296101f 100644
      --- a/htdocs/core/modules/societe/mod_codeclient_monkey.php
      +++ b/htdocs/core/modules/societe/mod_codeclient_monkey.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2007	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/societe/modules_societe.class.php b/htdocs/core/modules/societe/modules_societe.class.php
      index 692dcbf185c..a38acbc002a 100644
      --- a/htdocs/core/modules/societe/modules_societe.class.php
      +++ b/htdocs/core/modules/societe/modules_societe.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      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 28474f094f1..908b3c8ba41 100644
      --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
      +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
        *
      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 8e6dddeebd5..a3cb291263a 100644
      --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
      +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php b/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
      index 064be2e1f41..d1b28ebd0bd 100644
      --- a/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
      +++ b/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010       Juanjo Menent       <jmenent@2byte.es>
      - * Copyright (C) 2012       Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2016  Philippe Grand      <philippe.grand@atoo-net.com>
        * Copyright (C) 2014       Marcos García       <marcosgdf@gmail.com>
        *
      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 8448c61f62b..4b599a1f769 100644
      --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php
      +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      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 1645ce796b2..3c8af4cd5a0 100644
      --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
      +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/supplier_order/modules_commandefournisseur.php b/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
      index edb047510d5..7a6c7d4972d 100644
      --- a/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
      +++ b/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2011-2016 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      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 d869b5dd72d..e89a5afa801 100644
      --- a/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
      +++ b/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur   <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
        * Copyright (C) 2010-2014 Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      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 544a1040c9f..525fdca1d59 100644
      --- a/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
      +++ b/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand     <raphael.bertrand@resultic.fr>
        * Copyright (C) 2010-2014 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2012      Christophe Battarel   <christophe.battarel@altairis.fr>
      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 e7fb65f7612..847eb49958d 100644
      --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php
      +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      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 4827acdc9c8..fdbd9f1f90d 100644
      --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
      +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville        <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur         <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin               <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin               <regis.houssin@inodbox.com>
        * Copyright (C) 2008      Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php b/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
      index df7c5ba7553..b96dc2c4e12 100644
      --- a/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
      +++ b/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/modules/ticket/mod_ticket_simple.php b/htdocs/core/modules/ticket/mod_ticket_simple.php
      index c744453a899..d121748c285 100644
      --- a/htdocs/core/modules/ticket/mod_ticket_simple.php
      +++ b/htdocs/core/modules/ticket/mod_ticket_simple.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012   Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012   Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010        Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php
      index a8170935eb0..e9e89cf4b45 100644
      --- a/htdocs/core/modules/ticket/mod_ticket_universal.php
      +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/ticket/modules_ticket.php b/htdocs/core/modules/ticket/modules_ticket.php
      index 28587825d34..b66eb30422f 100644
      --- a/htdocs/core/modules/ticket/modules_ticket.php
      +++ b/htdocs/core/modules/ticket/modules_ticket.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2014    Regis Houssin    <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2014    Regis Houssin    <regis.houssin@inodbox.com>
        * Copyright (C) 2014       Marcos García   <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/modules/user/modules_user.class.php b/htdocs/core/modules/user/modules_user.class.php
      index e7f071f01fd..3dc46707543 100644
      --- a/htdocs/core/modules/user/modules_user.class.php
      +++ b/htdocs/core/modules/user/modules_user.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/modules/usergroup/modules_usergroup.class.php b/htdocs/core/modules/usergroup/modules_usergroup.class.php
      index caa79594080..fc9648ab6e9 100644
      --- a/htdocs/core/modules/usergroup/modules_usergroup.class.php
      +++ b/htdocs/core/modules/usergroup/modules_usergroup.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php
      index f4f178031de..bf0a7a17538 100644
      --- a/htdocs/core/photos_resize.php
      +++ b/htdocs/core/photos_resize.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2010-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2009		Meos
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tools.php b/htdocs/core/tools.php
      index 3ceaaf17d33..524dee2d787 100644
      --- a/htdocs/core/tools.php
      +++ b/htdocs/core/tools.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/admin_extrafields_add.tpl.php b/htdocs/core/tpl/admin_extrafields_add.tpl.php
      index 2c971c7a553..3c852bb7b26 100644
      --- a/htdocs/core/tpl/admin_extrafields_add.tpl.php
      +++ b/htdocs/core/tpl/admin_extrafields_add.tpl.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
        * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/tpl/admin_extrafields_edit.tpl.php b/htdocs/core/tpl/admin_extrafields_edit.tpl.php
      index d4dc2776fde..7a533b496a4 100644
      --- a/htdocs/core/tpl/admin_extrafields_edit.tpl.php
      +++ b/htdocs/core/tpl/admin_extrafields_edit.tpl.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tpl/admin_extrafields_view.tpl.php b/htdocs/core/tpl/admin_extrafields_view.tpl.php
      index 2672e593820..42f62d03ff7 100644
      --- a/htdocs/core/tpl/admin_extrafields_view.tpl.php
      +++ b/htdocs/core/tpl/admin_extrafields_view.tpl.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tpl/ajax/fileupload_main.tpl.php b/htdocs/core/tpl/ajax/fileupload_main.tpl.php
      index 93f0826e160..c68abf1ca0a 100644
      --- a/htdocs/core/tpl/ajax/fileupload_main.tpl.php
      +++ b/htdocs/core/tpl/ajax/fileupload_main.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2013 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2013 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/ajax/fileupload_view.tpl.php b/htdocs/core/tpl/ajax/fileupload_view.tpl.php
      index 482a3aef8e4..12ef47abc18 100644
      --- a/htdocs/core/tpl/ajax/fileupload_view.tpl.php
      +++ b/htdocs/core/tpl/ajax/fileupload_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2012 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2012 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php b/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      index ad32f1b9aa8..7c18dc39309 100644
      --- a/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      +++ b/htdocs/core/tpl/ajax/objectlinked_lineimport.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2011-2013 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2011-2013 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php
      index 4ae64ea82ed..0a282b13dc6 100644
      --- a/htdocs/core/tpl/ajaxrow.tpl.php
      +++ b/htdocs/core/tpl/ajaxrow.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2016 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tpl/bloc_showhide.tpl.php b/htdocs/core/tpl/bloc_showhide.tpl.php
      index 3f9c1eb0a1d..8a45ab3fc37 100644
      --- a/htdocs/core/tpl/bloc_showhide.tpl.php
      +++ b/htdocs/core/tpl/bloc_showhide.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/core/tpl/contacts.tpl.php b/htdocs/core/tpl/contacts.tpl.php
      index cc361be5e60..9ae34602ef6 100644
      --- a/htdocs/core/tpl/contacts.tpl.php
      +++ b/htdocs/core/tpl/contacts.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012      Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2015-2016 Charlie BENKE 	<charlie@patas-monkey.com>
        *
      diff --git a/htdocs/core/tpl/error.tpl.php b/htdocs/core/tpl/error.tpl.php
      index 8fb1641a364..6e120851b98 100644
      --- a/htdocs/core/tpl/error.tpl.php
      +++ b/htdocs/core/tpl/error.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/footer.tpl.php b/htdocs/core/tpl/footer.tpl.php
      index 8fb1641a364..6e120851b98 100644
      --- a/htdocs/core/tpl/footer.tpl.php
      +++ b/htdocs/core/tpl/footer.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/header.tpl.php b/htdocs/core/tpl/header.tpl.php
      index 1b97d4fd763..63f64441f4c 100644
      --- a/htdocs/core/tpl/header.tpl.php
      +++ b/htdocs/core/tpl/header.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
      index f3367d3e90f..0403590e40d 100644
      --- a/htdocs/core/tpl/login.tpl.php
      +++ b/htdocs/core/tpl/login.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2009-2015 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2009-2015 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tpl/notes.tpl.php b/htdocs/core/tpl/notes.tpl.php
      index 39132dd1af7..39e5c545f1b 100644
      --- a/htdocs/core/tpl/notes.tpl.php
      +++ b/htdocs/core/tpl/notes.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry	   <florian.henry@open-concept.pro>
        * Copyright (C) 2014-2017 Laurent Destailleur <eldy@destailleur.fr>
        *
      diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php
      index 23640216cd9..2489a40c5d7 100644
      --- a/htdocs/core/tpl/objectline_create.tpl.php
      +++ b/htdocs/core/tpl/objectline_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2012-2013	Christophe Battarel	<christophe.battarel@altairis.fr>
        * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php
      index 0a5f3bc43bd..ebb2863dbfa 100644
      --- a/htdocs/core/tpl/objectline_edit.tpl.php
      +++ b/htdocs/core/tpl/objectline_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2012		Christophe Battarel	<christophe.battarel@altairis.fr>
        * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/tpl/objectline_view.tpl.php b/htdocs/core/tpl/objectline_view.tpl.php
      index 776506bdaee..aeaa4cf9959 100644
      --- a/htdocs/core/tpl/objectline_view.tpl.php
      +++ b/htdocs/core/tpl/objectline_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2013	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2013	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2012-2013	Christophe Battarel	<christophe.battarel@altairis.fr>
        * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/core/tpl/originproductline.tpl.php b/htdocs/core/tpl/originproductline.tpl.php
      index defcdb4fd72..9274359eada 100644
      --- a/htdocs/core/tpl/originproductline.tpl.php
      +++ b/htdocs/core/tpl/originproductline.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin	<regis.houssin@inodbox.com>
       /* Copyright (C) 2017		Charlie Benke	<charlie@patas-monkey.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
      index 101c9ec7e67..52f48c67950 100644
      --- a/htdocs/core/tpl/passwordforgotten.tpl.php
      +++ b/htdocs/core/tpl/passwordforgotten.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2009-2010 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2009-2010 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/triggers/interface_20_all_Logevents.class.php b/htdocs/core/triggers/interface_20_all_Logevents.class.php
      index 772e9b39a51..4d5d7e74280 100644
      --- a/htdocs/core/triggers/interface_20_all_Logevents.class.php
      +++ b/htdocs/core/triggers/interface_20_all_Logevents.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php b/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
      index 90806746da8..39b48cd2315 100644
      --- a/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
      +++ b/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017 Laurent Destailleur <eldy@users.sourceforge.net>
        * Copyright (C) 2014      Marcos García       <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      index 938b63d90f3..d791b7f1499 100644
      --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2017	Laurent Destailleur 	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2014	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2013		Cedric GROSS			<c.gross@kreiz-it.fr>
        * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
      diff --git a/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php b/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
      index 7d528b55c30..a5ef414a6e5 100644
      --- a/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
      +++ b/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      index f5995c47c84..41dada263b4 100644
      --- a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      +++ b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2011      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2011      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2014 Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/cron/admin/cron.php b/htdocs/cron/admin/cron.php
      index 647aa8b96e3..9140973a566 100644
      --- a/htdocs/cron/admin/cron.php
      +++ b/htdocs/cron/admin/cron.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2013	Laurent Destailleur		<eldy@users.sourceforge.org>
        * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/document.php b/htdocs/document.php
      index 735910f47eb..07cc7cea77b 100644
      --- a/htdocs/document.php
      +++ b/htdocs/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Simon Tosser         <simon@kornog-computing.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010	   Pierre Morin         <pierre.morin@auguria.net>
        * Copyright (C) 2010	   Juanjo Menent        <jmenent@2byte.es>
        *
      diff --git a/htdocs/don/card.php b/htdocs/don/card.php
      index 38465de95ca..f3d8667dffb 100644
      --- a/htdocs/don/card.php
      +++ b/htdocs/don/card.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php
      index 6abd093c8c3..5e035febd14 100644
      --- a/htdocs/don/class/don.class.php
      +++ b/htdocs/don/class/don.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2015-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
        * Copyright (C) 2016      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/don/class/donstats.class.php b/htdocs/don/class/donstats.class.php
      index ed048dc04a4..e5e34f6ad1b 100644
      --- a/htdocs/don/class/donstats.class.php
      +++ b/htdocs/don/class/donstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/don/document.php b/htdocs/don/document.php
      index 01aab513a6a..cdcb5648501 100644
      --- a/htdocs/don/document.php
      +++ b/htdocs/don/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 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-2009 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/don/index.php b/htdocs/don/index.php
      index d9bee39723c..ba68a1a215c 100644
      --- a/htdocs/don/index.php
      +++ b/htdocs/don/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/don/list.php b/htdocs/don/list.php
      index 782a3afba75..47408fe4bb5 100644
      --- a/htdocs/don/list.php
      +++ b/htdocs/don/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Cédric Salvador			<csalvador@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/don/note.php b/htdocs/don/note.php
      index 3a5c55f7c6d..60bf2c1939f 100644
      --- a/htdocs/don/note.php
      +++ b/htdocs/don/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
        *
      diff --git a/htdocs/don/stats/index.php b/htdocs/don/stats/index.php
      index e71212e806a..5e7e08c0ee2 100644
      --- a/htdocs/don/stats/index.php
      +++ b/htdocs/don/stats/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/don/tpl/linkedobjectblock.tpl.php b/htdocs/don/tpl/linkedobjectblock.tpl.php
      index f8d51bb6e35..f2d3178fc79 100644
      --- a/htdocs/don/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/don/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        * Copyright (C) 2017       Charlene Benke <cf.benke@patas-monkey.com>
      diff --git a/htdocs/ecm/ajax/ecmdatabase.php b/htdocs/ecm/ajax/ecmdatabase.php
      index 666c6df9217..9c4b9ffa952 100644
      --- a/htdocs/ecm/ajax/ecmdatabase.php
      +++ b/htdocs/ecm/ajax/ecmdatabase.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/ecm/class/ecmdirectory.class.php b/htdocs/ecm/class/ecmdirectory.class.php
      index d3fdd115ffa..3d1ecac9088 100644
      --- a/htdocs/ecm/class/ecmdirectory.class.php
      +++ b/htdocs/ecm/class/ecmdirectory.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/ecm/dir_add_card.php b/htdocs/ecm/dir_add_card.php
      index 922c06f0cc2..b608f72e23e 100644
      --- a/htdocs/ecm/dir_add_card.php
      +++ b/htdocs/ecm/dir_add_card.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php
      index faac5eba10d..86eec8aa09a 100644
      --- a/htdocs/ecm/index.php
      +++ b/htdocs/ecm/index.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/ecm/index_auto.php b/htdocs/ecm/index_auto.php
      index ea5e5c13ff2..8ff31e54e3c 100644
      --- a/htdocs/ecm/index_auto.php
      +++ b/htdocs/ecm/index_auto.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/ecm/search.php b/htdocs/ecm/search.php
      index bbf4fbbec1c..1b9a6bcb8d7 100644
      --- a/htdocs/ecm/search.php
      +++ b/htdocs/ecm/search.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      index 5fe466803fb..ad992da84dc 100644
      --- a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      +++ b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2018	Laurent Destailleur 	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
      index 292bf5e1de8..f92660a0110 100644
      --- a/htdocs/expedition/card.php
      +++ b/htdocs/expedition/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2008	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Simon TOSSER			<simon@kornog-computing.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2013       Marcos García           <marcosgdf@gmail.com>
      diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
      index 99b288e3703..bfc356d945b 100644
      --- a/htdocs/expedition/class/expedition.class.php
      +++ b/htdocs/expedition/class/expedition.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2003-2008	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2007		Franky Van Liedekerke	<franky.van.liedekerke@telenet.be>
        * Copyright (C) 2006-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2011-2017	Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/expedition/class/expeditionstats.class.php b/htdocs/expedition/class/expeditionstats.class.php
      index dcdf9c97617..26f7bda7a2a 100644
      --- a/htdocs/expedition/class/expeditionstats.class.php
      +++ b/htdocs/expedition/class/expeditionstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expedition/contact.php b/htdocs/expedition/contact.php
      index ce31e760b7f..f9ea697e50d 100644
      --- a/htdocs/expedition/contact.php
      +++ b/htdocs/expedition/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/expedition/document.php b/htdocs/expedition/document.php
      index 2be84cf26b7..21f357b667e 100644
      --- a/htdocs/expedition/document.php
      +++ b/htdocs/expedition/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php
      index 8dde7bf0125..b34b149026c 100644
      --- a/htdocs/expedition/index.php
      +++ b/htdocs/expedition/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2005 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php
      index c3632ca57fd..19db21671d8 100644
      --- a/htdocs/expedition/list.php
      +++ b/htdocs/expedition/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016-2018 Ferran Marcet        <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expedition/note.php b/htdocs/expedition/note.php
      index f276b2d0cb4..01aa08f34af 100644
      --- a/htdocs/expedition/note.php
      +++ b/htdocs/expedition/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013 	   Florian Henry        <florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php
      index 920b5508e59..50307a56f38 100644
      --- a/htdocs/expedition/shipment.php
      +++ b/htdocs/expedition/shipment.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2006	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.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>
      diff --git a/htdocs/expedition/stats/index.php b/htdocs/expedition/stats/index.php
      index 43cf63cd3b3..a0631d8da23 100644
      --- a/htdocs/expedition/stats/index.php
      +++ b/htdocs/expedition/stats/index.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/expedition/tpl/linkedobjectblock.tpl.php b/htdocs/expedition/tpl/linkedobjectblock.tpl.php
      index 72abfe2c4d9..ce2b9cf8009 100644
      --- a/htdocs/expedition/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/expedition/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expensereport/ajax/ajaxprojet.php b/htdocs/expensereport/ajax/ajaxprojet.php
      index bc704f7a4f3..ebb7b2d47ec 100644
      --- a/htdocs/expensereport/ajax/ajaxprojet.php
      +++ b/htdocs/expensereport/ajax/ajaxprojet.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2010      Cyrille de Lambert   <info@auguria.net>
        *
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index d16674f67d0..27085687986 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2009  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/expensereport/class/expensereportstats.class.php b/htdocs/expensereport/class/expensereportstats.class.php
      index bc306d27e4b..7901e813edc 100644
      --- a/htdocs/expensereport/class/expensereportstats.class.php
      +++ b/htdocs/expensereport/class/expensereportstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/expensereport/document.php b/htdocs/expensereport/document.php
      index 6cfb3a2f7bc..c788583d316 100644
      --- a/htdocs/expensereport/document.php
      +++ b/htdocs/expensereport/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 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-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/expensereport/index.php b/htdocs/expensereport/index.php
      index 9a947b8596e..4748bd2c2a4 100644
      --- a/htdocs/expensereport/index.php
      +++ b/htdocs/expensereport/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003		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-2011	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expensereport/list.php b/htdocs/expensereport/list.php
      index d328cd21de2..1990a2e98d6 100644
      --- a/htdocs/expensereport/list.php
      +++ b/htdocs/expensereport/list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003     	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-2009	Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2018       Ferran Marcet		 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/expensereport/note.php b/htdocs/expensereport/note.php
      index deb38abe8d6..3beb7f49da5 100644
      --- a/htdocs/expensereport/note.php
      +++ b/htdocs/expensereport/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		  	<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/expensereport/tpl/linkedobjectblock.tpl.php b/htdocs/expensereport/tpl/linkedobjectblock.tpl.php
      index 2d040834a12..aa529b17da2 100644
      --- a/htdocs/expensereport/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/expensereport/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013		Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/exports/class/export.class.php b/htdocs/exports/class/export.class.php
      index 46d21eba031..7d908161071 100644
      --- a/htdocs/exports/class/export.class.php
      +++ b/htdocs/exports/class/export.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2011  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2012       Charles-Fr BENKE    <charles.fr@benke.fr>
        * Copyright (C) 2016       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php
      index f0060ffd029..7cb69ee9a3f 100644
      --- a/htdocs/exports/export.php
      +++ b/htdocs/exports/export.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Marcos García		<marcosgdf@gmail.com>
        * Copyright (C) 2012		Charles-Fr BENKE	<charles.fr@benke.fr>
        * Copyright (C) 2015       Juanjo Menent       <jmenent@2byte.es>
      diff --git a/htdocs/fichinter/admin/fichinter_extrafields.php b/htdocs/fichinter/admin/fichinter_extrafields.php
      index bcda9b4847b..b74010c5882 100644
      --- a/htdocs/fichinter/admin/fichinter_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinter_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fichinter/admin/fichinterdet_extrafields.php b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      index 8046ef41a18..4dceaf9c354 100644
      --- a/htdocs/fichinter/admin/fichinterdet_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 0113f7fbea6..c75ad6ab9e7 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@inodbox.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>
      diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
      index 5896a5c5723..5865159f9b8 100644
      --- a/htdocs/fichinter/card.php
      +++ b/htdocs/fichinter/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2018	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2017  Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
        * Copyright (C) 2014-2018  Ferran Marcet           <fmarcet@2byte.es>
      diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php
      index 05a139e2a9a..17117768dc6 100644
      --- a/htdocs/fichinter/class/fichinter.class.php
      +++ b/htdocs/fichinter/class/fichinter.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2013 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015      Charlie Benke        <charlie@patas-monkey.com>
      diff --git a/htdocs/fichinter/class/fichinterstats.class.php b/htdocs/fichinter/class/fichinterstats.class.php
      index 40a1b7eef2f..0475a2116eb 100644
      --- a/htdocs/fichinter/class/fichinterstats.class.php
      +++ b/htdocs/fichinter/class/fichinterstats.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2005-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fichinter/contact.php b/htdocs/fichinter/contact.php
      index b69aa5952fa..54ad6733e69 100644
      --- a/htdocs/fichinter/contact.php
      +++ b/htdocs/fichinter/contact.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2012      Juanjo Menent        <jmenent@2byte.es>
        *
      diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php
      index 42273785a61..966c3b3f7db 100644
      --- a/htdocs/fichinter/document.php
      +++ b/htdocs/fichinter/document.php
      @@ -2,7 +2,7 @@
       /* 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-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php
      index 9e5f1526969..b1798d77e66 100644
      --- a/htdocs/fichinter/index.php
      +++ b/htdocs/fichinter/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015	   Charlie Benke		<charlie@patas-monkey.com>
       
        *
      diff --git a/htdocs/fichinter/info.php b/htdocs/fichinter/info.php
      index fe3d14191d6..93494c122d5 100644
      --- a/htdocs/fichinter/info.php
      +++ b/htdocs/fichinter/info.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2009  Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2009  Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2009-2016  Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2011       Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
      diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php
      index 96a1199255c..a74b8c09a3d 100644
      --- a/htdocs/fichinter/list.php
      +++ b/htdocs/fichinter/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2013		Cédric Salvador			<csalvador@gpcsolutions.fr>
        * Copyright (C) 2015       Jean-François Ferry		<jfefe@aternatik.fr>
      diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php
      index cece45fdab5..c40792bc8b8 100644
      --- a/htdocs/fichinter/note.php
      +++ b/htdocs/fichinter/note.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012	Regis Houssin	<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent	<jmenent@2byte.es>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
      diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
      index f886266a701..484229a1de2 100644
      --- a/htdocs/filefunc.inc.php
      +++ b/htdocs/filefunc.inc.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2005 	   Simon Tosser         <simon@kornog-computing.com>
        * Copyright (C) 2006 	   Andre Cianfarani     <andre.cianfarani@acdeveloppement.net>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
      index 92498e99589..235a3c85396 100644
      --- a/htdocs/fourn/card.php
      +++ b/htdocs/fourn/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Eric Seigne          <erics@rycks.com>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2015 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2014      Jean Heimburger      <jean@tiaris.info>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/fourn/class/fournisseur.class.php b/htdocs/fourn/class/fournisseur.class.php
      index 878f4bee67e..0636a356111 100644
      --- a/htdocs/fourn/class/fournisseur.class.php
      +++ b/htdocs/fourn/class/fournisseur.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011	   Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
      index ced75842606..70c46d94eb2 100644
      --- a/htdocs/fourn/class/fournisseur.commande.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2007		Franky Van Liedekerke	<franky.van.liedekerke@telenet.be>
        * Copyright (C) 2010-2014	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2010-2018	Philippe Grand			<philippe.grand@atoo-net.com>
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index 58230038fcc..5d8526ef9bd 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Christophe Combelles	<ccomb@free.fr>
        * Copyright (C) 2005		Marc Barilley			<marc@ocebo.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2017	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2013-2018	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php
      index a86e728e028..c75e111b1ad 100644
      --- a/htdocs/fourn/class/fournisseur.product.class.php
      +++ b/htdocs/fourn/class/fournisseur.product.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2014	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2012		Christophe Battarel	<christophe.battarel@altairis.fr>
        * Copyright (C) 2015		Marcos García           <marcosgdf@gmail.com>
      diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
      index a366faa0400..a4a14e4049a 100644
      --- a/htdocs/fourn/class/paiementfourn.class.php
      +++ b/htdocs/fourn/class/paiementfourn.class.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2004 Rodolphe Quiedeville   <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007 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-2009 Regis Houssin          <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2011 Juanjo Menent          <jmenent@2byte.es>
        * Copyright (C) 2014      Marcos García          <marcosgdf@gmail.com>
        * Copyright (C) 2018      Nicolas ZABOURI	  <info@inovea-conseil.com>
      diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
      index 70fcaf004fb..8098946b186 100644
      --- a/htdocs/fourn/commande/card.php
      +++ b/htdocs/fourn/commande/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Eric	Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2015 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2011-2018 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2012-2016 Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php
      index c69c92ead29..08e30d04b7f 100644
      --- a/htdocs/fourn/commande/contact.php
      +++ b/htdocs/fourn/commande/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2009 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php
      index 7f2e5ba4139..5b5ae13f86b 100644
      --- a/htdocs/fourn/commande/dispatch.php
      +++ b/htdocs/fourn/commande/dispatch.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php
      index eb299d6a94d..2c460d1bedc 100644
      --- a/htdocs/fourn/commande/document.php
      +++ b/htdocs/fourn/commande/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2007 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García         <marcosgdf@gmail.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
      diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
      index 59e7b82e488..1bdc9a07b48 100644
      --- a/htdocs/fourn/commande/index.php
      +++ b/htdocs/fourn/commande/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006	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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Vinicius Nogueira		<viniciusvgn@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/commande/info.php b/htdocs/fourn/commande/info.php
      index dee7a83bc6a..5d6664347b7 100644
      --- a/htdocs/fourn/commande/info.php
      +++ b/htdocs/fourn/commande/info.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-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>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
      index 7158d7b2c0e..a3005302fb2 100644
      --- a/htdocs/fourn/commande/list.php
      +++ b/htdocs/fourn/commande/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php
      index 288b43d200b..071f87553f2 100644
      --- a/htdocs/fourn/commande/note.php
      +++ b/htdocs/fourn/commande/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2005 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2017      Ferran Marcet       	<fmarcet@2byte.es>
        *
      diff --git a/htdocs/fourn/commande/orderstoinvoice.php b/htdocs/fourn/commande/orderstoinvoice.php
      index 5456627384e..9c32c39c2b4 100644
      --- a/htdocs/fourn/commande/orderstoinvoice.php
      +++ b/htdocs/fourn/commande/orderstoinvoice.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2012 Regis Houssin          	<regis.houssin@inodbox.com>
        * Copyright (C) 2012	   Andreu Bisquerra Gaya  	<jove@bisquerra.com>
        * Copyright (C) 2012	   David Rodriguez Martinez <davidrm146@gmail.com>
        * Copyright (C) 2012-2017 Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php b/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php
      index 4ce44845bf6..7ffc60815e6 100644
      --- a/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/fourn/commande/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Marcos García <marcosgdf@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/contact.php b/htdocs/fourn/contact.php
      index 3225ce63714..105ab78806c 100644
      --- a/htdocs/fourn/contact.php
      +++ b/htdocs/fourn/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2006 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2006 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 9df540da197..a9421768b8e 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2016	Laurent Destailleur 	<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Christophe Combelles	<ccomb@free.fr>
        * Copyright (C) 2005		Marc Barilley			<marc@ocebo.fr>
      - * Copyright (C) 2005-2013	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2010-2014	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2013-2015	Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php
      index 58e5630c0d6..f570a33951c 100644
      --- a/htdocs/fourn/facture/contact.php
      +++ b/htdocs/fourn/facture/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Patrick Rouillon	<patrick@rouillon.net>
        * Copyright (C) 2005-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php
      index d38a7992bd8..d76d680bc17 100644
      --- a/htdocs/fourn/facture/document.php
      +++ b/htdocs/fourn/facture/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009	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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Cédric Salvador			<csalvador@gpcsolutions.fr>
        * Copyright (C) 2016		Alexandre Spangaro		<aspangaro@zendsi.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
      diff --git a/htdocs/fourn/facture/impayees.php b/htdocs/fourn/facture/impayees.php
      index 4582f403b02..4884a75daff 100644
      --- a/htdocs/fourn/facture/impayees.php
      +++ b/htdocs/fourn/facture/impayees.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Vinicius Nogueira       <viniciusvgn@gmail.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/fourn/facture/info.php b/htdocs/fourn/facture/info.php
      index d0ca8cbc3da..8325a3449e9 100644
      --- a/htdocs/fourn/facture/info.php
      +++ b/htdocs/fourn/facture/info.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
      index e1bd120b0b4..11b5e177bcb 100644
      --- a/htdocs/fourn/facture/list.php
      +++ b/htdocs/fourn/facture/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
        * Copyright (C) 2013	   Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php
      index 109ff71980c..b29140d3e12 100644
      --- a/htdocs/fourn/facture/note.php
      +++ b/htdocs/fourn/facture/note.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
      index 7946f98cb66..e3d9c4f534e 100644
      --- a/htdocs/fourn/facture/paiement.php
      +++ b/htdocs/fourn/facture/paiement.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Christophe Combelles	<ccomb@free.fr>
        * Copyright (C) 2005		Marc Barilley / Ocebo	<marc@ocebo.com>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014		Teddy Andreotti			<125155@supinfo.com>
        * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2015       Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php b/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php
      index 8ba0884fa6a..324e6b8dccf 100644
      --- a/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Marcos García <marcosgdf@gmail.com>
        * Copyright (C) 2015      Charlie Benke <charlie@patas-monkey.com>
        * Copyright (C) 2016      Laurent Destailleur <eldy@users.sourceforge.net>
      diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
      index 7228b68f1cd..5812553db5c 100644
      --- a/htdocs/fourn/index.php
      +++ b/htdocs/fourn/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/fourn/product/list.php b/htdocs/fourn/product/list.php
      index 9927b6b2b5d..16ed559814d 100644
      --- a/htdocs/fourn/product/list.php
      +++ b/htdocs/fourn/product/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010	   Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2012      Christophe Battarel   <christophe.battarel@altairis.fr>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php
      index 64b9fb0a8ea..fd2e5e80772 100644
      --- a/htdocs/ftp/index.php
      +++ b/htdocs/ftp/index.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index a1bf6e3fa6a..0028367cd3d 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2011		Dimitri Mouillard	<dmouillard@teclib.com>
        * Copyright (C) 2012-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@inodbox.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>
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index 6dd49b52a93..6405d5cf664 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2011		Dimitri Mouillard	<dmouillard@teclib.com>
        * Copyright (C) 2012-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry		<florian.henry@open-concept.pro>
        * Copyright (C) 2016       Juanjo Menent       <jmenent@2byte.es>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      diff --git a/htdocs/holiday/common.inc.php b/htdocs/holiday/common.inc.php
      index 1f8f797eab2..96111cf6df0 100644
      --- a/htdocs/holiday/common.inc.php
      +++ b/htdocs/holiday/common.inc.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2011	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2011	Dimitri Mouillard	<dmouillard@teclib.com>
      - * Copyright (C) 2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/holiday/define_holiday.php b/htdocs/holiday/define_holiday.php
      index c0bfff15507..5f283d1d1d2 100644
      --- a/htdocs/holiday/define_holiday.php
      +++ b/htdocs/holiday/define_holiday.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2007-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2011		Dimitri Mouillard	<dmouillard@teclib.com>
        * Copyright (C) 2013		Marcos García		<marcosgdf@gmail.com>
      - * Copyright (C) 2016		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2016		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php
      index 5f33e24e8c6..94015d6664b 100644
      --- a/htdocs/holiday/document.php
      +++ b/htdocs/holiday/document.php
      @@ -2,7 +2,7 @@
       /* 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-2009  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
      index f155f513a18..f62fbc98922 100644
      --- a/htdocs/holiday/list.php
      +++ b/htdocs/holiday/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2011	   Dimitri Mouillard	<dmouillard@teclib.com>
        * Copyright (C) 2013-2018 Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2016 Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2016 Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
      index 45d10d16d8b..5344e3765d7 100644
      --- a/htdocs/hrm/index.php
      +++ b/htdocs/hrm/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2011		Dimitri Mouillard	<dmouillard@teclib.com>
        * Copyright (C) 2013-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012-2014	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
      index 54aaa8a60a5..5e69a01bcaf 100644
      --- a/htdocs/imports/import.php
      +++ b/htdocs/imports/import.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012      Christophe Battarel	<christophe.battarel@altairis.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/index.php b/htdocs/index.php
      index 14f72774d92..1bab889d2a2 100644
      --- a/htdocs/index.php
      +++ b/htdocs/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2015		Marcos García			<marcosgdf@gmail.com>
        *
      diff --git a/htdocs/install/check.php b/htdocs/install/check.php
      index c2eb06bffb7..15806c38a1b 100644
      --- a/htdocs/install/check.php
      +++ b/htdocs/install/check.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015  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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2014  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2015-2016  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php
      index fd902b540fd..5fb832ab8a0 100644
      --- a/htdocs/install/fileconf.php
      +++ b/htdocs/install/fileconf.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2004       Sebastien DiCintio      <sdicintio@ressource-toi.org>
      - * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2016       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/lib/repair.lib.php b/htdocs/install/lib/repair.lib.php
      index 39221c3a089..43a6d2bce27 100644
      --- a/htdocs/install/lib/repair.lib.php
      +++ b/htdocs/install/lib/repair.lib.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012 Regis Houssin	<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012 Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/data/llx_00_c_country.sql b/htdocs/install/mysql/data/llx_00_c_country.sql
      index 5db58817dd2..0ea1a55d3d3 100644
      --- a/htdocs/install/mysql/data/llx_00_c_country.sql
      +++ b/htdocs/install/mysql/data/llx_00_c_country.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2010 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2014 	   Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
       --
      diff --git a/htdocs/install/mysql/data/llx_10_c_regions.sql b/htdocs/install/mysql/data/llx_10_c_regions.sql
      index f6229dda906..53c9ba22028 100644
      --- a/htdocs/install/mysql/data/llx_10_c_regions.sql
      +++ b/htdocs/install/mysql/data/llx_10_c_regions.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2010 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2010-2016 Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012      Sebastian Neuwert    <sebastian.neuwert@modula71.de>
      diff --git a/htdocs/install/mysql/data/llx_20_c_departements.sql b/htdocs/install/mysql/data/llx_20_c_departements.sql
      index 541aba8a30d..4ca943a076f 100644
      --- a/htdocs/install/mysql/data/llx_20_c_departements.sql
      +++ b/htdocs/install/mysql/data/llx_20_c_departements.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2010 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2010-2016 Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012 	   Sebastian Neuwert    <sebastian.neuwert@modula71.de>
      diff --git a/htdocs/install/mysql/data/llx_accounting_abc.sql b/htdocs/install/mysql/data/llx_accounting_abc.sql
      index 526c62693e2..853ff2bfbd4 100644
      --- a/htdocs/install/mysql/data/llx_accounting_abc.sql
      +++ b/htdocs/install/mysql/data/llx_accounting_abc.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- 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>
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_be.sql b/htdocs/install/mysql/data/llx_accounting_account_be.sql
      index 76195e8318f..610913ed36e 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
       --
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_cl.sql b/htdocs/install/mysql/data/llx_accounting_account_cl.sql
      index 76fe278dd0e..3029bc9350d 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_dk.sql b/htdocs/install/mysql/data/llx_accounting_account_dk.sql
      index 7f707b4c444..f7b3ea7e519 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
       --
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_es.sql b/htdocs/install/mysql/data/llx_accounting_account_es.sql
      index 3000cef31d2..ef7d5aaa634 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
       --
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_fr.sql b/htdocs/install/mysql/data/llx_accounting_account_fr.sql
      index 68ed8618bc7..ef8ef176597 100644
      --- a/htdocs/install/mysql/data/llx_accounting_account_fr.sql
      +++ b/htdocs/install/mysql/data/llx_accounting_account_fr.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
       --
      diff --git a/htdocs/install/mysql/data/llx_c_action_trigger.sql b/htdocs/install/mysql/data/llx_c_action_trigger.sql
      index 6f3bb5461f8..143e30e8fb7 100644
      --- a/htdocs/install/mysql/data/llx_c_action_trigger.sql
      +++ b/htdocs/install/mysql/data/llx_c_action_trigger.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2013  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-2011  Regis Houssin           <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@inodbox.com>
       -- Copyright (C) 2007       Patrick Raguin          <patrick.raguin@gmail.com>
       -- Copyright (C) 2010-2013  Juanjo Menent           <jmenent@2byte.es>
       -- Copyright (C) 2013       Cedric Gross            <c.gross@kreiz-it.fr>
      diff --git a/htdocs/install/mysql/data/llx_c_actioncomm.sql b/htdocs/install/mysql/data/llx_c_actioncomm.sql
      index 6b89ed74dd2..7f7c3d6ea2e 100644
      --- a/htdocs/install/mysql/data/llx_c_actioncomm.sql
      +++ b/htdocs/install/mysql/data/llx_c_actioncomm.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-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_chargesociales.sql b/htdocs/install/mysql/data/llx_c_chargesociales.sql
      index d598f6fef60..d59e0cbc290 100644
      --- a/htdocs/install/mysql/data/llx_c_chargesociales.sql
      +++ b/htdocs/install/mysql/data/llx_c_chargesociales.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-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_civilite.sql b/htdocs/install/mysql/data/llx_c_civilite.sql
      index 0d7c0753131..a14e84be27d 100644
      --- a/htdocs/install/mysql/data/llx_c_civilite.sql
      +++ b/htdocs/install/mysql/data/llx_c_civilite.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_currencies.sql b/htdocs/install/mysql/data/llx_c_currencies.sql
      index 5f561f26ba0..8446618e9b5 100644
      --- a/htdocs/install/mysql/data/llx_c_currencies.sql
      +++ b/htdocs/install/mysql/data/llx_c_currencies.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2012 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-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2011 	   Juanjo Menent        <jmenent@2byte.es>
       --
      diff --git a/htdocs/install/mysql/data/llx_c_ecotaxe.sql b/htdocs/install/mysql/data/llx_c_ecotaxe.sql
      index 845ffa1e685..12505ba81c6 100644
      --- a/htdocs/install/mysql/data/llx_c_ecotaxe.sql
      +++ b/htdocs/install/mysql/data/llx_c_ecotaxe.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-2018 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_effectif.sql b/htdocs/install/mysql/data/llx_c_effectif.sql
      index 82302c61a07..6e9bc4ed0e9 100644
      --- a/htdocs/install/mysql/data/llx_c_effectif.sql
      +++ b/htdocs/install/mysql/data/llx_c_effectif.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_forme_juridique.sql b/htdocs/install/mysql/data/llx_c_forme_juridique.sql
      index 8948984e907..08d7eded1ad 100644
      --- a/htdocs/install/mysql/data/llx_c_forme_juridique.sql
      +++ b/htdocs/install/mysql/data/llx_c_forme_juridique.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2010-2016 Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012 	   Sebastian Neuwert    <sebastian.neuwert@modula71.de>
      diff --git a/htdocs/install/mysql/data/llx_c_holiday_type.sql b/htdocs/install/mysql/data/llx_c_holiday_type.sql
      index 87eb67be131..64ab84f410f 100644
      --- a/htdocs/install/mysql/data/llx_c_holiday_type.sql
      +++ b/htdocs/install/mysql/data/llx_c_holiday_type.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2012 	   Tommaso Basilici       <t.basilici@19.coop>
       --
      diff --git a/htdocs/install/mysql/data/llx_c_incoterms.sql b/htdocs/install/mysql/data/llx_c_incoterms.sql
      index ad9b09f09fc..3294c8285a3 100644
      --- a/htdocs/install/mysql/data/llx_c_incoterms.sql
      +++ b/htdocs/install/mysql/data/llx_c_incoterms.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_input_method.sql b/htdocs/install/mysql/data/llx_c_input_method.sql
      index 062110f6c43..f3bd0fa6590 100644
      --- a/htdocs/install/mysql/data/llx_c_input_method.sql
      +++ b/htdocs/install/mysql/data/llx_c_input_method.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_paiement.sql b/htdocs/install/mysql/data/llx_c_paiement.sql
      index 2e459cd12a7..b0d9d0ed233 100644
      --- a/htdocs/install/mysql/data/llx_c_paiement.sql
      +++ b/htdocs/install/mysql/data/llx_c_paiement.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_paper_format.sql b/htdocs/install/mysql/data/llx_c_paper_format.sql
      index e88393ddfad..8df46f0d325 100644
      --- a/htdocs/install/mysql/data/llx_c_paper_format.sql
      +++ b/htdocs/install/mysql/data/llx_c_paper_format.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2011 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_payment_term.sql b/htdocs/install/mysql/data/llx_c_payment_term.sql
      index 852ff9db4cb..232e0ebc865 100644
      --- a/htdocs/install/mysql/data/llx_c_payment_term.sql
      +++ b/htdocs/install/mysql/data/llx_c_payment_term.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2012 	   Tommaso Basilici       <t.basilici@19.coop>
       --
      diff --git a/htdocs/install/mysql/data/llx_c_propalst.sql b/htdocs/install/mysql/data/llx_c_propalst.sql
      index 908ed48f805..b6d8b7f56e6 100644
      --- a/htdocs/install/mysql/data/llx_c_propalst.sql
      +++ b/htdocs/install/mysql/data/llx_c_propalst.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_prospectlevel.sql b/htdocs/install/mysql/data/llx_c_prospectlevel.sql
      index 6982f2d2d1e..c0bc26d883f 100644
      --- a/htdocs/install/mysql/data/llx_c_prospectlevel.sql
      +++ b/htdocs/install/mysql/data/llx_c_prospectlevel.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_shipment_mode.sql b/htdocs/install/mysql/data/llx_c_shipment_mode.sql
      index 189bd3ea94b..1c154b394ca 100644
      --- a/htdocs/install/mysql/data/llx_c_shipment_mode.sql
      +++ b/htdocs/install/mysql/data/llx_c_shipment_mode.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2017 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-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_stcomm.sql b/htdocs/install/mysql/data/llx_c_stcomm.sql
      index e1bf526d489..088be6c83ec 100644
      --- a/htdocs/install/mysql/data/llx_c_stcomm.sql
      +++ b/htdocs/install/mysql/data/llx_c_stcomm.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_tva.sql b/htdocs/install/mysql/data/llx_c_tva.sql
      index 91dbe5c1cf5..17c8b7489ee 100644
      --- a/htdocs/install/mysql/data/llx_c_tva.sql
      +++ b/htdocs/install/mysql/data/llx_c_tva.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2011 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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2010-2016 Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012      Sebastian Neuwert    <sebastian.neuwert@modula71.de>
      diff --git a/htdocs/install/mysql/data/llx_c_type_contact.sql b/htdocs/install/mysql/data/llx_c_type_contact.sql
      index 9a4175bef81..62107525ff9 100644
      --- a/htdocs/install/mysql/data/llx_c_type_contact.sql
      +++ b/htdocs/install/mysql/data/llx_c_type_contact.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_type_container.sql b/htdocs/install/mysql/data/llx_c_type_container.sql
      index 1e915412a12..403ddd8c252 100644
      --- a/htdocs/install/mysql/data/llx_c_type_container.sql
      +++ b/htdocs/install/mysql/data/llx_c_type_container.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_type_fees.sql b/htdocs/install/mysql/data/llx_c_type_fees.sql
      index 752d6a6dd57..d78455e2939 100644
      --- a/htdocs/install/mysql/data/llx_c_type_fees.sql
      +++ b/htdocs/install/mysql/data/llx_c_type_fees.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2017      ATM Consulting       <contact@atm-consulting.fr>
       -- Copyright (C) 2017      Pierre-Henry Favre   <phf@atm-consulting.fr>
      diff --git a/htdocs/install/mysql/data/llx_c_type_resource.sql b/htdocs/install/mysql/data/llx_c_type_resource.sql
      index 8b7ca68ecf8..66480157eef 100644
      --- a/htdocs/install/mysql/data/llx_c_type_resource.sql
      +++ b/htdocs/install/mysql/data/llx_c_type_resource.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_c_typent.sql b/htdocs/install/mysql/data/llx_c_typent.sql
      index 4365a2e99a6..be24586f36d 100644
      --- a/htdocs/install/mysql/data/llx_c_typent.sql
      +++ b/htdocs/install/mysql/data/llx_c_typent.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-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/data/llx_const.sql b/htdocs/install/mysql/data/llx_const.sql
      index 5d3a96d7df2..9eb31db347a 100644
      --- a/htdocs/install/mysql/data/llx_const.sql
      +++ b/htdocs/install/mysql/data/llx_const.sql
      @@ -3,7 +3,7 @@
       -- Copyright (C) 2004-2010 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-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_actioncomm.key.sql b/htdocs/install/mysql/tables/llx_actioncomm.key.sql
      index 257eb22a240..71fe3976a81 100644
      --- a/htdocs/install/mysql/tables/llx_actioncomm.key.sql
      +++ b/htdocs/install/mysql/tables/llx_actioncomm.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005-2017	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2011		Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_actioncomm.sql b/htdocs/install/mysql/tables/llx_actioncomm.sql
      index 72321e19db5..8aa7fe47f3e 100644
      --- a/htdocs/install/mysql/tables/llx_actioncomm.sql
      +++ b/htdocs/install/mysql/tables/llx_actioncomm.sql
      @@ -1,7 +1,7 @@
       -- ========================================================================
       -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_adherent.key.sql b/htdocs/install/mysql/tables/llx_adherent.key.sql
      index 2ff771b878c..c875e2cee20 100644
      --- a/htdocs/install/mysql/tables/llx_adherent.key.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
      --- Copyright (C) 2009 Regis Houssin       <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin       <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_adherent.sql b/htdocs/install/mysql/tables/llx_adherent.sql
      index 3417e1b5792..96da4ffb326 100644
      --- a/htdocs/install/mysql/tables/llx_adherent.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent.sql
      @@ -2,7 +2,7 @@
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
       -- Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_adherent_extrafields.key.sql b/htdocs/install/mysql/tables/llx_adherent_extrafields.key.sql
      index 530bc514c23..6989d271ccc 100644
      --- a/htdocs/install/mysql/tables/llx_adherent_extrafields.key.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent_extrafields.key.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_adherent_extrafields.sql b/htdocs/install/mysql/tables/llx_adherent_extrafields.sql
      index a4a4851d9a8..3ad91052c24 100644
      --- a/htdocs/install/mysql/tables/llx_adherent_extrafields.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent_extrafields.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_adherent_type.key.sql b/htdocs/install/mysql/tables/llx_adherent_type.key.sql
      index 870f0f3d5a0..f70280c41c4 100644
      --- a/htdocs/install/mysql/tables/llx_adherent_type.key.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent_type.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2007-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_adherent_type.sql b/htdocs/install/mysql/tables/llx_adherent_type.sql
      index c20eade92d6..88867f9d2ad 100644
      --- a/htdocs/install/mysql/tables/llx_adherent_type.sql
      +++ b/htdocs/install/mysql/tables/llx_adherent_type.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_bank_account.key.sql b/htdocs/install/mysql/tables/llx_bank_account.key.sql
      index c5f2786fd24..7ef818522a7 100644
      --- a/htdocs/install/mysql/tables/llx_bank_account.key.sql
      +++ b/htdocs/install/mysql/tables/llx_bank_account.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_bank_account.sql b/htdocs/install/mysql/tables/llx_bank_account.sql
      index af35fb0eca1..3da5a8d4ec8 100644
      --- a/htdocs/install/mysql/tables/llx_bank_account.sql
      +++ b/htdocs/install/mysql/tables/llx_bank_account.sql
      @@ -1,7 +1,7 @@
       -- =============================================================================
       -- Copyright (C) 2000-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2014	Laurent Destailleur 	<eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2012	Regis Houssin       	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin       	<regis.houssin@inodbox.com>
       -- Copyright (C) 2014		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_bank_categ.sql b/htdocs/install/mysql/tables/llx_bank_categ.sql
      index f9190f751fd..26b9eab244e 100644
      --- a/htdocs/install/mysql/tables/llx_bank_categ.sql
      +++ b/htdocs/install/mysql/tables/llx_bank_categ.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_bordereau_cheque.key.sql b/htdocs/install/mysql/tables/llx_bordereau_cheque.key.sql
      index 750b2b60bfc..bc1c2347eca 100644
      --- a/htdocs/install/mysql/tables/llx_bordereau_cheque.key.sql
      +++ b/htdocs/install/mysql/tables/llx_bordereau_cheque.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_bordereau_cheque.sql b/htdocs/install/mysql/tables/llx_bordereau_cheque.sql
      index ec400f6cbbd..e0d3209b9ea 100644
      --- a/htdocs/install/mysql/tables/llx_bordereau_cheque.sql
      +++ b/htdocs/install/mysql/tables/llx_bordereau_cheque.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_boxes.key.sql b/htdocs/install/mysql/tables/llx_boxes.key.sql
      index 52e06daf2af..caec9208938 100644
      --- a/htdocs/install/mysql/tables/llx_boxes.key.sql
      +++ b/htdocs/install/mysql/tables/llx_boxes.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2006-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2006-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_boxes.sql b/htdocs/install/mysql/tables/llx_boxes.sql
      index 383e1bbcce4..eeb294b5209 100644
      --- a/htdocs/install/mysql/tables/llx_boxes.sql
      +++ b/htdocs/install/mysql/tables/llx_boxes.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2006-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2006-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_boxes_def.key.sql b/htdocs/install/mysql/tables/llx_boxes_def.key.sql
      index ba6c032dbb4..2173504dc26 100644
      --- a/htdocs/install/mysql/tables/llx_boxes_def.key.sql
      +++ b/htdocs/install/mysql/tables/llx_boxes_def.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2009 Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_boxes_def.sql b/htdocs/install/mysql/tables/llx_boxes_def.sql
      index 03016ff9a54..e9fd966fdb7 100644
      --- a/htdocs/install/mysql/tables/llx_boxes_def.sql
      +++ b/htdocs/install/mysql/tables/llx_boxes_def.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_c_action_trigger.key.sql b/htdocs/install/mysql/tables/llx_c_action_trigger.key.sql
      index 182e49fbe6e..3260c01d498 100644
      --- a/htdocs/install/mysql/tables/llx_c_action_trigger.key.sql
      +++ b/htdocs/install/mysql/tables/llx_c_action_trigger.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2011 Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_action_trigger.sql b/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      index 4f7dbccc786..9ebe139121b 100644
      --- a/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      +++ b/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2011 Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_barcode_type.key.sql b/htdocs/install/mysql/tables/llx_c_barcode_type.key.sql
      index 594298c952c..c87f844574e 100644
      --- a/htdocs/install/mysql/tables/llx_c_barcode_type.key.sql
      +++ b/htdocs/install/mysql/tables/llx_c_barcode_type.key.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2012	Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_barcode_type.sql b/htdocs/install/mysql/tables/llx_c_barcode_type.sql
      index e2eea8d4faf..ad03c14966e 100644
      --- a/htdocs/install/mysql/tables/llx_c_barcode_type.sql
      +++ b/htdocs/install/mysql/tables/llx_c_barcode_type.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2008      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_c_currencies.sql b/htdocs/install/mysql/tables/llx_c_currencies.sql
      index ef57ecdccaa..41a1538a002 100644
      --- a/htdocs/install/mysql/tables/llx_c_currencies.sql
      +++ b/htdocs/install/mysql/tables/llx_c_currencies.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2005	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_ecotaxe.sql b/htdocs/install/mysql/tables/llx_c_ecotaxe.sql
      index cd67bb34766..96bc5e01285 100644
      --- a/htdocs/install/mysql/tables/llx_c_ecotaxe.sql
      +++ b/htdocs/install/mysql/tables/llx_c_ecotaxe.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2007-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007-2018	Regis Houssin		<regis.houssin@inodbox.com>
       -- Copyright (C) 2009		Laurent Destailleur	<eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_c_field_list.sql b/htdocs/install/mysql/tables/llx_c_field_list.sql
      index 21adba42cfa..44b02c35248 100644
      --- a/htdocs/install/mysql/tables/llx_c_field_list.sql
      +++ b/htdocs/install/mysql/tables/llx_c_field_list.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_paiement.key.sql b/htdocs/install/mysql/tables/llx_c_paiement.key.sql
      index fc8147805ef..cf25e3a6703 100644
      --- a/htdocs/install/mysql/tables/llx_c_paiement.key.sql
      +++ b/htdocs/install/mysql/tables/llx_c_paiement.key.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2012	Florian Henry	<florian.henry@open-concept.pro>
      --- Copyright (C) 2017	Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_paiement.sql b/htdocs/install/mysql/tables/llx_c_paiement.sql
      index 1c26cb7aaeb..9e752b7e186 100644
      --- a/htdocs/install/mysql/tables/llx_c_paiement.sql
      +++ b/htdocs/install/mysql/tables/llx_c_paiement.sql
      @@ -2,7 +2,7 @@
       -- Copyright (C) 2001-2004	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2014		Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
      --- Copyright (C) 2017		Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_paper_format.sql b/htdocs/install/mysql/tables/llx_c_paper_format.sql
      index be0a57a2319..f0d7a3f14f3 100644
      --- a/htdocs/install/mysql/tables/llx_c_paper_format.sql
      +++ b/htdocs/install/mysql/tables/llx_c_paper_format.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2007 Regis Houssin <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_payment_term.key.sql b/htdocs/install/mysql/tables/llx_c_payment_term.key.sql
      index fc2f49de529..d2cb94aaeb2 100644
      --- a/htdocs/install/mysql/tables/llx_c_payment_term.key.sql
      +++ b/htdocs/install/mysql/tables/llx_c_payment_term.key.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2012	Florian Henry	<florian.henry@open-concept.pro>
      --- Copyright (C) 2017	Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_payment_term.sql b/htdocs/install/mysql/tables/llx_c_payment_term.sql
      index 39ccaa70916..188c2c4f428 100644
      --- a/htdocs/install/mysql/tables/llx_c_payment_term.sql
      +++ b/htdocs/install/mysql/tables/llx_c_payment_term.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
       -- Copyright (C) 2016		Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2017		Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_c_ziptown.key.sql b/htdocs/install/mysql/tables/llx_c_ziptown.key.sql
      index 9d4ff705d04..a8bc952a160 100644
      --- a/htdocs/install/mysql/tables/llx_c_ziptown.key.sql
      +++ b/htdocs/install/mysql/tables/llx_c_ziptown.key.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2010 Regis Houssin      <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin      <regis.houssin@inodbox.com>
       -- Copyright (C) 201 Laurent Destailleur <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_c_ziptown.sql b/htdocs/install/mysql/tables/llx_c_ziptown.sql
      index 4b73d308a99..3bc41baacda 100644
      --- a/htdocs/install/mysql/tables/llx_c_ziptown.sql
      +++ b/htdocs/install/mysql/tables/llx_c_ziptown.sql
      @@ -1,5 +1,5 @@
       -- ========================================================================
      --- Copyright (C) 2010 Regis Houssin <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_categorie.key.sql b/htdocs/install/mysql/tables/llx_categorie.key.sql
      index a3c9cf88963..1369378e59f 100644
      --- a/htdocs/install/mysql/tables/llx_categorie.key.sql
      +++ b/htdocs/install/mysql/tables/llx_categorie.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2007-2009	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_categorie.sql b/htdocs/install/mysql/tables/llx_categorie.sql
      index 5493d2cfc8c..2b39cf58f7b 100644
      --- a/htdocs/install/mysql/tables/llx_categorie.sql
      +++ b/htdocs/install/mysql/tables/llx_categorie.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2005		Brice Davoleau		<e1davole@iu-vannes.fr>
       -- Copyright (C) 2005		Matthieu Valleton	<mv@seeschloss.org>
      --- Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>		
      +-- Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@inodbox.com>		
       -- Copyright (C) 2017       Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql b/htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql
      index 7293c152b9a..28a2cb6a8d4 100644
      --- a/htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql
      +++ b/htdocs/install/mysql/tables/llx_categorie_fournisseur.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2012 Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2012 Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012 Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql b/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql
      index 5a270b1fad9..8133aeb8a46 100644
      --- a/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql
      +++ b/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2006 Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2012 Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2012 Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012 Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2012 Juanjo Menent			<jmenent@2byte.es>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_categorie_lang.sql b/htdocs/install/mysql/tables/llx_categorie_lang.sql
      index 34dc0a3406e..ab2fb83405a 100644
      --- a/htdocs/install/mysql/tables/llx_categorie_lang.sql
      +++ b/htdocs/install/mysql/tables/llx_categorie_lang.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2009      Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2014      Jean-François Ferry  <jfefe@aternatik.fr>
       --
      diff --git a/htdocs/install/mysql/tables/llx_chargesociales.sql b/htdocs/install/mysql/tables/llx_chargesociales.sql
      index a22937fa643..e1556689a29 100644
      --- a/htdocs/install/mysql/tables/llx_chargesociales.sql
      +++ b/htdocs/install/mysql/tables/llx_chargesociales.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2017      Alexandre Spangaro   <aspangaro@zendsi.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_commande.key.sql b/htdocs/install/mysql/tables/llx_commande.key.sql
      index 9134092195b..eece575a238 100644
      --- a/htdocs/install/mysql/tables/llx_commande.key.sql
      +++ b/htdocs/install/mysql/tables/llx_commande.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2006		Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_commande.sql b/htdocs/install/mysql/tables/llx_commande.sql
      index 0b18f46bb51..d0522f7e5e3 100644
      --- a/htdocs/install/mysql/tables/llx_commande.sql
      +++ b/htdocs/install/mysql/tables/llx_commande.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2017      Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       --
      diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseur.key.sql b/htdocs/install/mysql/tables/llx_commande_fournisseur.key.sql
      index d0d9471278a..89b1096fd8e 100644
      --- a/htdocs/install/mysql/tables/llx_commande_fournisseur.key.sql
      +++ b/htdocs/install/mysql/tables/llx_commande_fournisseur.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2006-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseur.sql b/htdocs/install/mysql/tables/llx_commande_fournisseur.sql
      index 54ad7a33afd..5f26a87734a 100644
      --- a/htdocs/install/mysql/tables/llx_commande_fournisseur.sql
      +++ b/htdocs/install/mysql/tables/llx_commande_fournisseur.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2007-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       --
      diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseur_extrafields.sql b/htdocs/install/mysql/tables/llx_commande_fournisseur_extrafields.sql
      index 33d72f3cede..affbc94fc50 100644
      --- a/htdocs/install/mysql/tables/llx_commande_fournisseur_extrafields.sql
      +++ b/htdocs/install/mysql/tables/llx_commande_fournisseur_extrafields.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2007		Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2013		Florian HENRY			<florian.henry@open-concept.pro>
      diff --git a/htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql b/htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
      index c1ef550b761..a3c2917491c 100644
      --- a/htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
      +++ b/htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2007		Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2013		Florian HENRY			<florian.henry@open-concept.pro>
      diff --git a/htdocs/install/mysql/tables/llx_commandedet.key.sql b/htdocs/install/mysql/tables/llx_commandedet.key.sql
      index 21765a6ad1b..4420d968d9a 100644
      --- a/htdocs/install/mysql/tables/llx_commandedet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_commandedet.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_commandedet.sql b/htdocs/install/mysql/tables/llx_commandedet.sql
      index 0d6468309f5..f30401304a6 100644
      --- a/htdocs/install/mysql/tables/llx_commandedet.sql
      +++ b/htdocs/install/mysql/tables/llx_commandedet.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2006-2009	Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/install/mysql/tables/llx_commandedet_extrafields.key.sql b/htdocs/install/mysql/tables/llx_commandedet_extrafields.key.sql
      index 764b39639cf..56da1940fc3 100644
      --- a/htdocs/install/mysql/tables/llx_commandedet_extrafields.key.sql
      +++ b/htdocs/install/mysql/tables/llx_commandedet_extrafields.key.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011      Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2013      Florian Henry	<florian.henry@open-concept.pro>
       --
      diff --git a/htdocs/install/mysql/tables/llx_const.sql b/htdocs/install/mysql/tables/llx_const.sql
      index 806a3337291..c27b8c45e9f 100644
      --- a/htdocs/install/mysql/tables/llx_const.sql
      +++ b/htdocs/install/mysql/tables/llx_const.sql
      @@ -2,7 +2,7 @@
       -- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
       -- Copyright (C) 2008-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_contrat.key.sql b/htdocs/install/mysql/tables/llx_contrat.key.sql
      index 3e95b75c85b..15cdb7161da 100644
      --- a/htdocs/install/mysql/tables/llx_contrat.key.sql
      +++ b/htdocs/install/mysql/tables/llx_contrat.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_contrat.sql b/htdocs/install/mysql/tables/llx_contrat.sql
      index ac6f56631ec..531f96adeb7 100644
      --- a/htdocs/install/mysql/tables/llx_contrat.sql
      +++ b/htdocs/install/mysql/tables/llx_contrat.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2014 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_contratdet.key.sql b/htdocs/install/mysql/tables/llx_contratdet.key.sql
      index 6f65271ebb7..e79a3aeea33 100644
      --- a/htdocs/install/mysql/tables/llx_contratdet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_contratdet.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_deplacement.sql b/htdocs/install/mysql/tables/llx_deplacement.sql
      index 34c4ab103cd..ca58f82a642 100644
      --- a/htdocs/install/mysql/tables/llx_deplacement.sql
      +++ b/htdocs/install/mysql/tables/llx_deplacement.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2009-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_document_model.key.sql b/htdocs/install/mysql/tables/llx_document_model.key.sql
      index 54f25e2169b..d813b57e1da 100644
      --- a/htdocs/install/mysql/tables/llx_document_model.key.sql
      +++ b/htdocs/install/mysql/tables/llx_document_model.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2007      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_document_model.sql b/htdocs/install/mysql/tables/llx_document_model.sql
      index 0b93936837e..4092fc0ca43 100644
      --- a/htdocs/install/mysql/tables/llx_document_model.sql
      +++ b/htdocs/install/mysql/tables/llx_document_model.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2006      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_don.sql b/htdocs/install/mysql/tables/llx_don.sql
      index a2e39f7039c..82728861fc6 100644
      --- a/htdocs/install/mysql/tables/llx_don.sql
      +++ b/htdocs/install/mysql/tables/llx_don.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011      Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2015      Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
       --
      diff --git a/htdocs/install/mysql/tables/llx_ecm_directories.key.sql b/htdocs/install/mysql/tables/llx_ecm_directories.key.sql
      index 2e96a5f8e95..1467ae6839e 100644
      --- a/htdocs/install/mysql/tables/llx_ecm_directories.key.sql
      +++ b/htdocs/install/mysql/tables/llx_ecm_directories.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2010	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_ecm_directories.sql b/htdocs/install/mysql/tables/llx_ecm_directories.sql
      index 518fdd4c9e1..a956b928ad5 100644
      --- a/htdocs/install/mysql/tables/llx_ecm_directories.sql
      +++ b/htdocs/install/mysql/tables/llx_ecm_directories.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_entrepot.key.sql b/htdocs/install/mysql/tables/llx_entrepot.key.sql
      index 3f9137e57ee..551eeda4e95 100644
      --- a/htdocs/install/mysql/tables/llx_entrepot.key.sql
      +++ b/htdocs/install/mysql/tables/llx_entrepot.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_events.sql b/htdocs/install/mysql/tables/llx_events.sql
      index c153522cb09..f906cf0fcbd 100644
      --- a/htdocs/install/mysql/tables/llx_events.sql
      +++ b/htdocs/install/mysql/tables/llx_events.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2008      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_expedition.key.sql b/htdocs/install/mysql/tables/llx_expedition.key.sql
      index 736945193ff..d5e041b6cdf 100644
      --- a/htdocs/install/mysql/tables/llx_expedition.key.sql
      +++ b/htdocs/install/mysql/tables/llx_expedition.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_expedition.sql b/htdocs/install/mysql/tables/llx_expedition.sql
      index e252783ac94..044f840dc07 100644
      --- a/htdocs/install/mysql/tables/llx_expedition.sql
      +++ b/htdocs/install/mysql/tables/llx_expedition.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003-2010 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2012      Juanjo Menent		<jmenent@2byte.es>
       --
      diff --git a/htdocs/install/mysql/tables/llx_expeditiondet.key.sql b/htdocs/install/mysql/tables/llx_expeditiondet.key.sql
      index 5f5b6a08183..9c3cd0aa2e9 100644
      --- a/htdocs/install/mysql/tables/llx_expeditiondet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_expeditiondet.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2008 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_expeditiondet.sql b/htdocs/install/mysql/tables/llx_expeditiondet.sql
      index bd05bd08898..54e170d041b 100644
      --- a/htdocs/install/mysql/tables/llx_expeditiondet.sql
      +++ b/htdocs/install/mysql/tables/llx_expeditiondet.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2008 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011 Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_expensereport.key.sql b/htdocs/install/mysql/tables/llx_expensereport.key.sql
      index a7e4fd54425..739caa58432 100644
      --- a/htdocs/install/mysql/tables/llx_expensereport.key.sql
      +++ b/htdocs/install/mysql/tables/llx_expensereport.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_export_model.key.sql b/htdocs/install/mysql/tables/llx_export_model.key.sql
      index 53f5efbda52..4e9485f68c4 100644
      --- a/htdocs/install/mysql/tables/llx_export_model.key.sql
      +++ b/htdocs/install/mysql/tables/llx_export_model.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2007      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_export_model.sql b/htdocs/install/mysql/tables/llx_export_model.sql
      index eaf11645f83..59bbb34ed19 100644
      --- a/htdocs/install/mysql/tables/llx_export_model.sql
      +++ b/htdocs/install/mysql/tables/llx_export_model.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2001-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2011		Laurent Destailleur		<eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_extrafields.key.sql b/htdocs/install/mysql/tables/llx_extrafields.key.sql
      index 90c0174e527..55bfc77b421 100644
      --- a/htdocs/install/mysql/tables/llx_extrafields.key.sql
      +++ b/htdocs/install/mysql/tables/llx_extrafields.key.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_extrafields.sql b/htdocs/install/mysql/tables/llx_extrafields.sql
      index 9f37383957a..e7ec325d428 100644
      --- a/htdocs/install/mysql/tables/llx_extrafields.sql
      +++ b/htdocs/install/mysql/tables/llx_extrafields.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2011-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_facture.key.sql b/htdocs/install/mysql/tables/llx_facture.key.sql
      index b0755bf5d94..0a2710c86ac 100644
      --- a/htdocs/install/mysql/tables/llx_facture.key.sql
      +++ b/htdocs/install/mysql/tables/llx_facture.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_facture.sql b/htdocs/install/mysql/tables/llx_facture.sql
      index c001d459b48..51f322b69ee 100644
      --- a/htdocs/install/mysql/tables/llx_facture.sql
      +++ b/htdocs/install/mysql/tables/llx_facture.sql
      @@ -1,7 +1,7 @@
       -- ===========================================================================
       -- Copyright (C) 2001-2005 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       -- Copyright (C) 2014      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/install/mysql/tables/llx_facture_fourn.key.sql b/htdocs/install/mysql/tables/llx_facture_fourn.key.sql
      index cbea87a398f..7b8dc66c9fa 100644
      --- a/htdocs/install/mysql/tables/llx_facture_fourn.key.sql
      +++ b/htdocs/install/mysql/tables/llx_facture_fourn.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_facture_fourn.sql b/htdocs/install/mysql/tables/llx_facture_fourn.sql
      index b1329de08ac..36ee0a69f18 100644
      --- a/htdocs/install/mysql/tables/llx_facture_fourn.sql
      +++ b/htdocs/install/mysql/tables/llx_facture_fourn.sql
      @@ -1,7 +1,7 @@
       -- ===========================================================================
       -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2007-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_facture_rec.key.sql b/htdocs/install/mysql/tables/llx_facture_rec.key.sql
      index 3a41233fa4a..9529695cbe5 100644
      --- a/htdocs/install/mysql/tables/llx_facture_rec.key.sql
      +++ b/htdocs/install/mysql/tables/llx_facture_rec.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_facture_rec.sql b/htdocs/install/mysql/tables/llx_facture_rec.sql
      index dc1343872c7..1add07c6e8c 100644
      --- a/htdocs/install/mysql/tables/llx_facture_rec.sql
      +++ b/htdocs/install/mysql/tables/llx_facture_rec.sql
      @@ -1,7 +1,7 @@
       -- ===========================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2012-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       -- 
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_facturedet.key.sql b/htdocs/install/mysql/tables/llx_facturedet.key.sql
      index f1a7807a910..a0e84034d64 100644
      --- a/htdocs/install/mysql/tables/llx_facturedet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_facturedet.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_facturedet.sql b/htdocs/install/mysql/tables/llx_facturedet.sql
      index bf008d41f03..ac7142c898d 100644
      --- a/htdocs/install/mysql/tables/llx_facturedet.sql
      +++ b/htdocs/install/mysql/tables/llx_facturedet.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2001-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2005	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2012       Cédric Salvador       <csalvador@gpcsolutions.fr>
       -- Copyright (C) 2014       Raphaël Doursenaud    <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/install/mysql/tables/llx_facturedet_rec.key.sql b/htdocs/install/mysql/tables/llx_facturedet_rec.key.sql
      index 5ce0d0d296b..3facb7ade29 100644
      --- a/htdocs/install/mysql/tables/llx_facturedet_rec.key.sql
      +++ b/htdocs/install/mysql/tables/llx_facturedet_rec.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2012 Cedric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_facturedet_rec.sql b/htdocs/install/mysql/tables/llx_facturedet_rec.sql
      index 341afd0d9ba..ac79dfd891d 100644
      --- a/htdocs/install/mysql/tables/llx_facturedet_rec.sql
      +++ b/htdocs/install/mysql/tables/llx_facturedet_rec.sql
      @@ -2,7 +2,7 @@
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2009-2014  Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
      --- Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_fichinter.sql b/htdocs/install/mysql/tables/llx_fichinter.sql
      index 5bc5741c014..2029e15aff5 100644
      --- a/htdocs/install/mysql/tables/llx_fichinter.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinter.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_fichinter_rec.key.sql b/htdocs/install/mysql/tables/llx_fichinter_rec.key.sql
      index 0c420fd6395..ef164d9f8d0 100644
      --- a/htdocs/install/mysql/tables/llx_fichinter_rec.key.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinter_rec.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2006 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2018      Charlene Benke        <charlie@patas-monkey.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_fichinter_rec.sql b/htdocs/install/mysql/tables/llx_fichinter_rec.sql
      index 10dacbde4ee..4beea8e2db1 100644
      --- a/htdocs/install/mysql/tables/llx_fichinter_rec.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinter_rec.sql
      @@ -1,7 +1,7 @@
       -- ===========================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2012-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2018      Charlene Benke		    <charlie@patas-monkey.com>
       -- 
      diff --git a/htdocs/install/mysql/tables/llx_fichinterdet.key.sql b/htdocs/install/mysql/tables/llx_fichinterdet.key.sql
      index 4fa7c1f3fa5..3266505fba9 100644
      --- a/htdocs/install/mysql/tables/llx_fichinterdet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinterdet.key.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_fichinterdet.sql b/htdocs/install/mysql/tables/llx_fichinterdet.sql
      index 5fcd1b1d524..676dfadbe35 100644
      --- a/htdocs/install/mysql/tables/llx_fichinterdet.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinterdet.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_fichinterdet_rec.sql b/htdocs/install/mysql/tables/llx_fichinterdet_rec.sql
      index 682453f2dfd..40475b80d7d 100644
      --- a/htdocs/install/mysql/tables/llx_fichinterdet_rec.sql
      +++ b/htdocs/install/mysql/tables/llx_fichinterdet_rec.sql
      @@ -2,7 +2,7 @@
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2009-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
      --- Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2012		Cédric Salvador			<csalvador@gpcsolutions.fr>
       -- Copyright (C) 2016-2018	Charlene Benke			<charlie@patas-monkey.com>
       --
      diff --git a/htdocs/install/mysql/tables/llx_holiday.key.sql b/htdocs/install/mysql/tables/llx_holiday.key.sql
      index 9a1a6ae49e3..6243d1eee56 100644
      --- a/htdocs/install/mysql/tables/llx_holiday.key.sql
      +++ b/htdocs/install/mysql/tables/llx_holiday.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2016	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2016	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_livraison.key.sql b/htdocs/install/mysql/tables/llx_livraison.key.sql
      index f61319640ee..2769ee09c67 100644
      --- a/htdocs/install/mysql/tables/llx_livraison.key.sql
      +++ b/htdocs/install/mysql/tables/llx_livraison.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_livraison.sql b/htdocs/install/mysql/tables/llx_livraison.sql
      index 32e9de8b2a7..5f7a6c52ef8 100644
      --- a/htdocs/install/mysql/tables/llx_livraison.sql
      +++ b/htdocs/install/mysql/tables/llx_livraison.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_livraisondet.key.sql b/htdocs/install/mysql/tables/llx_livraisondet.key.sql
      index 5b9b37767eb..f6783d55a04 100644
      --- a/htdocs/install/mysql/tables/llx_livraisondet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_livraisondet.key.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2008 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_livraisondet.sql b/htdocs/install/mysql/tables/llx_livraisondet.sql
      index fc0644830c5..cac8819f206 100644
      --- a/htdocs/install/mysql/tables/llx_livraisondet.sql
      +++ b/htdocs/install/mysql/tables/llx_livraisondet.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2008 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2008 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_localtax.sql b/htdocs/install/mysql/tables/llx_localtax.sql
      index 65c9fbe496b..e1cef882e7c 100644
      --- a/htdocs/install/mysql/tables/llx_localtax.sql
      +++ b/htdocs/install/mysql/tables/llx_localtax.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2011-2014	Juanjo Menent	<jmenent@2byte.es>
      --- Copyright (C) 2011		Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011		Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_mailing.sql b/htdocs/install/mysql/tables/llx_mailing.sql
      index a365aba0be1..74f022d8887 100644
      --- a/htdocs/install/mysql/tables/llx_mailing.sql
      +++ b/htdocs/install/mysql/tables/llx_mailing.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_mailing_cibles.sql b/htdocs/install/mysql/tables/llx_mailing_cibles.sql
      index c533eb0ff8a..f7a3c357168 100644
      --- a/htdocs/install/mysql/tables/llx_mailing_cibles.sql
      +++ b/htdocs/install/mysql/tables/llx_mailing_cibles.sql
      @@ -1,7 +1,7 @@
       -- ========================================================================
       -- Copyright (C) 2005		Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2009-2016	Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2011-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011-2012	Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_menu.key.sql b/htdocs/install/mysql/tables/llx_menu.key.sql
      index f98bb00fae0..53b26de8a04 100644
      --- a/htdocs/install/mysql/tables/llx_menu.key.sql
      +++ b/htdocs/install/mysql/tables/llx_menu.key.sql
      @@ -1,7 +1,7 @@
       -- ========================================================================
       -- Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
       -- Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_menu.sql b/htdocs/install/mysql/tables/llx_menu.sql
      index 18862ff496a..7cbd86bb1a1 100644
      --- a/htdocs/install/mysql/tables/llx_menu.sql
      +++ b/htdocs/install/mysql/tables/llx_menu.sql
      @@ -1,7 +1,7 @@
       -- ========================================================================
       -- Copyright (C) 2007		Patrick Raguin		<patrick.raguin@gmail.com>
       -- Copyright (C) 2007-2008	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin		<regis.houssin@inodbox.com>
       -- Copyright (C) 2012		Marcos García		<marcosgdf@gmail.com>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_paiement.sql b/htdocs/install/mysql/tables/llx_paiement.sql
      index 25c0097f10e..9f40cb2cfc9 100644
      --- a/htdocs/install/mysql/tables/llx_paiement.sql
      +++ b/htdocs/install/mysql/tables/llx_paiement.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2001-2004	Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004		Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2012		Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2012		Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_prelevement_bons.key.sql b/htdocs/install/mysql/tables/llx_prelevement_bons.key.sql
      index 999ddc9a848..29c11790339 100644
      --- a/htdocs/install/mysql/tables/llx_prelevement_bons.key.sql
      +++ b/htdocs/install/mysql/tables/llx_prelevement_bons.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009 Regis Houssin	<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin	<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_prelevement_bons.sql b/htdocs/install/mysql/tables/llx_prelevement_bons.sql
      index 25e9381afe0..b796ffabcd6 100644
      --- a/htdocs/install/mysql/tables/llx_prelevement_bons.sql
      +++ b/htdocs/install/mysql/tables/llx_prelevement_bons.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_product.key.sql b/htdocs/install/mysql/tables/llx_product.key.sql
      index 40b4eb130a9..d339f2082ee 100644
      --- a/htdocs/install/mysql/tables/llx_product.key.sql
      +++ b/htdocs/install/mysql/tables/llx_product.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       -- Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
       --
      diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql
      index 1e201038122..8569c6e28d2 100755
      --- a/htdocs/install/mysql/tables/llx_product.sql
      +++ b/htdocs/install/mysql/tables/llx_product.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2008-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2012-2013 Cédric Salvador      <csalvador@gpcsolutions.fr>
       -- Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/install/mysql/tables/llx_product_customer_price.sql b/htdocs/install/mysql/tables/llx_product_customer_price.sql
      index 339de2bb4be..443e48c0f5c 100644
      --- a/htdocs/install/mysql/tables/llx_product_customer_price.sql
      +++ b/htdocs/install/mysql/tables/llx_product_customer_price.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2009-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2013	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2013	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
       --
      diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price.key.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price.key.sql
      index c290ad5518e..110736718d1 100644
      --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price.key.sql
      +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2005-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
      index daccb2d7927..940967b13d4 100755
      --- a/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
      +++ b/htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2009-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2009-2013	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2013	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_product_lang.key.sql b/htdocs/install/mysql/tables/llx_product_lang.key.sql
      index 8aa0e8c3280..5c8ab0a5fc9 100644
      --- a/htdocs/install/mysql/tables/llx_product_lang.key.sql
      +++ b/htdocs/install/mysql/tables/llx_product_lang.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2010 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_product_lang.sql b/htdocs/install/mysql/tables/llx_product_lang.sql
      index 7363a65a95c..cbccac26020 100644
      --- a/htdocs/install/mysql/tables/llx_product_lang.sql
      +++ b/htdocs/install/mysql/tables/llx_product_lang.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2009      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_product_price.sql b/htdocs/install/mysql/tables/llx_product_price.sql
      index 4e5920e1dff..665470239e7 100755
      --- a/htdocs/install/mysql/tables/llx_product_price.sql
      +++ b/htdocs/install/mysql/tables/llx_product_price.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_product_price_by_qty.key.sql b/htdocs/install/mysql/tables/llx_product_price_by_qty.key.sql
      index 56dbfbd1ae0..57426b53d1b 100644
      --- a/htdocs/install/mysql/tables/llx_product_price_by_qty.key.sql
      +++ b/htdocs/install/mysql/tables/llx_product_price_by_qty.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2012		Maxime Kohlhaas			<maxime.kohlhaas@atm-consulting.fr>
       --
      diff --git a/htdocs/install/mysql/tables/llx_product_price_by_qty.sql b/htdocs/install/mysql/tables/llx_product_price_by_qty.sql
      index 9dbeb530a34..480b9239407 100644
      --- a/htdocs/install/mysql/tables/llx_product_price_by_qty.sql
      +++ b/htdocs/install/mysql/tables/llx_product_price_by_qty.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2012		Maxime Kohlhaas			<maxime.kohlhaas@atm-consulting.fr>
       --
      diff --git a/htdocs/install/mysql/tables/llx_projet.key.sql b/htdocs/install/mysql/tables/llx_projet.key.sql
      index 75ad8cb7fef..b3a18f39b03 100644
      --- a/htdocs/install/mysql/tables/llx_projet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_projet.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_projet.sql b/htdocs/install/mysql/tables/llx_projet.sql
      index 8e58f0ad8c8..7216a0f20b1 100644
      --- a/htdocs/install/mysql/tables/llx_projet.sql
      +++ b/htdocs/install/mysql/tables/llx_projet.sql
      @@ -1,6 +1,6 @@
       -- ===========================================================================
       -- Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_projet_task.key.sql b/htdocs/install/mysql/tables/llx_projet_task.key.sql
      index 620bbc17eaa..a64d8395b9f 100644
      --- a/htdocs/install/mysql/tables/llx_projet_task.key.sql
      +++ b/htdocs/install/mysql/tables/llx_projet_task.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_projet_task.sql b/htdocs/install/mysql/tables/llx_projet_task.sql
      index a7418f2688c..1adc6c6b2b6 100644
      --- a/htdocs/install/mysql/tables/llx_projet_task.sql
      +++ b/htdocs/install/mysql/tables/llx_projet_task.sql
      @@ -1,6 +1,6 @@
       -- ===========================================================================
       -- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_propal.key.sql b/htdocs/install/mysql/tables/llx_propal.key.sql
      index 0c202bea2cb..85cd86b70e1 100644
      --- a/htdocs/install/mysql/tables/llx_propal.key.sql
      +++ b/htdocs/install/mysql/tables/llx_propal.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_propal.sql b/htdocs/install/mysql/tables/llx_propal.sql
      index e4c997b940a..d8eee18629b 100644
      --- a/htdocs/install/mysql/tables/llx_propal.sql
      +++ b/htdocs/install/mysql/tables/llx_propal.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Laurent Destailleur  <eldy@users.sourceforge.net>
       -- Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
       --
      diff --git a/htdocs/install/mysql/tables/llx_propaldet.key.sql b/htdocs/install/mysql/tables/llx_propaldet.key.sql
      index 3d3467ea888..f442ad36106 100644
      --- a/htdocs/install/mysql/tables/llx_propaldet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_propaldet.key.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2009-2011 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2011 Regis Houssin  <regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_propaldet.sql b/htdocs/install/mysql/tables/llx_propaldet.sql
      index 283708fd7ce..fdee7a5dcca 100644
      --- a/htdocs/install/mysql/tables/llx_propaldet.sql
      +++ b/htdocs/install/mysql/tables/llx_propaldet.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
       -- Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
      diff --git a/htdocs/install/mysql/tables/llx_rights_def.key.sql b/htdocs/install/mysql/tables/llx_rights_def.key.sql
      index b1d86a0cd04..d68316c7273 100644
      --- a/htdocs/install/mysql/tables/llx_rights_def.key.sql
      +++ b/htdocs/install/mysql/tables/llx_rights_def.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_rights_def.sql b/htdocs/install/mysql/tables/llx_rights_def.sql
      index 297772730c7..3de223d1606 100644
      --- a/htdocs/install/mysql/tables/llx_rights_def.sql
      +++ b/htdocs/install/mysql/tables/llx_rights_def.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_societe.sql b/htdocs/install/mysql/tables/llx_societe.sql
      index a05051024eb..6225ae416e8 100644
      --- a/htdocs/install/mysql/tables/llx_societe.sql
      +++ b/htdocs/install/mysql/tables/llx_societe.sql
      @@ -1,7 +1,7 @@
       -- ========================================================================
       -- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2010      Juanjo Menent        <dolibarr@2byte.es>
       -- Copyright (C) 2014      Teddy Andreotti      <125155@supinfo.com>
       -- Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/install/mysql/tables/llx_societe_address.sql b/htdocs/install/mysql/tables/llx_societe_address.sql
      index aa596333b2c..8ae2d07f389 100644
      --- a/htdocs/install/mysql/tables/llx_societe_address.sql
      +++ b/htdocs/install/mysql/tables/llx_societe_address.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2013 Houssin Regis        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2013 Houssin Regis        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_societe_remise.sql b/htdocs/install/mysql/tables/llx_societe_remise.sql
      index a9d41fcd502..a94ff35085e 100644
      --- a/htdocs/install/mysql/tables/llx_societe_remise.sql
      +++ b/htdocs/install/mysql/tables/llx_societe_remise.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2011-2016 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011-2016 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_societe_remise_supplier.sql b/htdocs/install/mysql/tables/llx_societe_remise_supplier.sql
      index c1b56f225c7..1e3e3edd5fe 100644
      --- a/htdocs/install/mysql/tables/llx_societe_remise_supplier.sql
      +++ b/htdocs/install/mysql/tables/llx_societe_remise_supplier.sql
      @@ -1,6 +1,6 @@
       -- ========================================================================
       -- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2011-2016 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011-2016 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_societe_rib.sql b/htdocs/install/mysql/tables/llx_societe_rib.sql
      index 2463378067a..57b22493c85 100644
      --- a/htdocs/install/mysql/tables/llx_societe_rib.sql
      +++ b/htdocs/install/mysql/tables/llx_societe_rib.sql
      @@ -1,6 +1,6 @@
       -- =============================================================================
       -- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2012	   Juanjo Menent        <jmenent@2byte.es>
       -- Copyright (C) 2013      Peter Fontaine       <contact@peterfontaine.fr>
       --
      diff --git a/htdocs/install/mysql/tables/llx_socpeople.sql b/htdocs/install/mysql/tables/llx_socpeople.sql
      index e0e99993f47..94cf869543d 100644
      --- a/htdocs/install/mysql/tables/llx_socpeople.sql
      +++ b/htdocs/install/mysql/tables/llx_socpeople.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2008      Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql b/htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql
      index e6af3c7e515..cb6064c61f2 100644
      --- a/htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql
      +++ b/htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql
      @@ -1,5 +1,5 @@
       -- ===================================================================
      --- Copyright (C) 2009-2011 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009-2011 Regis Houssin  <regis.houssin@inodbox.com>
       -- Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_tva.sql b/htdocs/install/mysql/tables/llx_tva.sql
      index 34ab53a5b22..56678f4ffa6 100644
      --- a/htdocs/install/mysql/tables/llx_tva.sql
      +++ b/htdocs/install/mysql/tables/llx_tva.sql
      @@ -1,6 +1,6 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user.key.sql b/htdocs/install/mysql/tables/llx_user.key.sql
      index 82d5f28ef06..eaed60a3b0b 100644
      --- a/htdocs/install/mysql/tables/llx_user.key.sql
      +++ b/htdocs/install/mysql/tables/llx_user.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2006-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2007      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user.sql b/htdocs/install/mysql/tables/llx_user.sql
      index 56a03f81782..90dc8a835ef 100644
      --- a/htdocs/install/mysql/tables/llx_user.sql
      +++ b/htdocs/install/mysql/tables/llx_user.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2006-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2007-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2007-2013 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user_extrafields.key.sql b/htdocs/install/mysql/tables/llx_user_extrafields.key.sql
      index 3c3d6e8df7f..387934ba9be 100644
      --- a/htdocs/install/mysql/tables/llx_user_extrafields.key.sql
      +++ b/htdocs/install/mysql/tables/llx_user_extrafields.key.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.com>
       -- Copyright (C) 2011      Laurent Destailleur  <eldy@users.sourceforge.net>
       --
       -- This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/mysql/tables/llx_user_extrafields.sql b/htdocs/install/mysql/tables/llx_user_extrafields.sql
      index 9adb684da1b..b3c47a0cf0d 100644
      --- a/htdocs/install/mysql/tables/llx_user_extrafields.sql
      +++ b/htdocs/install/mysql/tables/llx_user_extrafields.sql
      @@ -1,7 +1,7 @@
       -- ===================================================================
       -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      --- Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user_param.key.sql b/htdocs/install/mysql/tables/llx_user_param.key.sql
      index 976fea1195b..b37bd16f3f8 100644
      --- a/htdocs/install/mysql/tables/llx_user_param.key.sql
      +++ b/htdocs/install/mysql/tables/llx_user_param.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009 Regis Houssin <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user_param.sql b/htdocs/install/mysql/tables/llx_user_param.sql
      index 365f49b060d..7738cab93de 100644
      --- a/htdocs/install/mysql/tables/llx_user_param.sql
      +++ b/htdocs/install/mysql/tables/llx_user_param.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2004      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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user_rights.key.sql b/htdocs/install/mysql/tables/llx_user_rights.key.sql
      index 8fae1c1a160..51f95566651 100644
      --- a/htdocs/install/mysql/tables/llx_user_rights.key.sql
      +++ b/htdocs/install/mysql/tables/llx_user_rights.key.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
       -- Copyright (C) 2005	Laurent Destailleur		<eldy@users.sourceforge.net>
      --- Copyright (C) 2017	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_user_rights.sql b/htdocs/install/mysql/tables/llx_user_rights.sql
      index cedfa8a00c9..092243b2c46 100644
      --- a/htdocs/install/mysql/tables/llx_user_rights.sql
      +++ b/htdocs/install/mysql/tables/llx_user_rights.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      --- Copyright (C) 2017	Regis Houssin			<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup.key.sql b/htdocs/install/mysql/tables/llx_usergroup.key.sql
      index cc0f28bd9d2..c3ee77bd62e 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup.key.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2009 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2009 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup.sql b/htdocs/install/mysql/tables/llx_usergroup.sql
      index f82c21eae87..cde18968d43 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup.sql
      @@ -1,7 +1,7 @@
       -- ============================================================================
       -- Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
       -- Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      --- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup_rights.key.sql b/htdocs/install/mysql/tables/llx_usergroup_rights.key.sql
      index f08a6f62637..88da9c98875 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup_rights.key.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup_rights.key.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2017	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup_rights.sql b/htdocs/install/mysql/tables/llx_usergroup_rights.sql
      index e8a3af37e7c..a139dcc6317 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup_rights.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup_rights.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005	Laurent Destailleur	<eldy@users.sourceforge.net>
      --- Copyright (C) 2017	Regis Houssin		<regis.houssin@capnetworks.com>
      +-- Copyright (C) 2017	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup_user.key.sql b/htdocs/install/mysql/tables/llx_usergroup_user.key.sql
      index c88ac4004fc..d05b45070d1 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup_user.key.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup_user.key.sql
      @@ -1,5 +1,5 @@
       -- ============================================================================
      --- Copyright (C) 2011 Regis Houssin  <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/install/mysql/tables/llx_usergroup_user.sql b/htdocs/install/mysql/tables/llx_usergroup_user.sql
      index ce29b211299..335cd58baac 100644
      --- a/htdocs/install/mysql/tables/llx_usergroup_user.sql
      +++ b/htdocs/install/mysql/tables/llx_usergroup_user.sql
      @@ -1,6 +1,6 @@
       -- ============================================================================
       -- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      --- Copyright (C) 2011 Regis Houssin        <regis.houssin@capnetworks.com>
      +-- Copyright (C) 2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php
      index 9014fe1924b..888daa4abe2 100644
      --- a/htdocs/install/repair.php
      +++ b/htdocs/install/repair.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/step1.php b/htdocs/install/step1.php
      index 34bd117504a..50af0cc7219 100644
      --- a/htdocs/install/step1.php
      +++ b/htdocs/install/step1.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
      - * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php
      index b2d3083a624..97770d39e9d 100644
      --- a/htdocs/install/step5.php
      +++ b/htdocs/install/step5.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
        * Copyright (C) 2004       Sebastien DiCintio      <sdicintio@ressource-toi.org>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php
      index 5f372f521f8..14856d8b6b7 100644
      --- a/htdocs/install/upgrade.php
      +++ b/htdocs/install/upgrade.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015-2016  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
      index 603d521f5ec..fdffc7af7fd 100644
      --- a/htdocs/install/upgrade2.php
      +++ b/htdocs/install/upgrade2.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
        * Copyright (C) 2005-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2010       Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2015-2016  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
      index 06b9d6e5682..260c333f362 100644
      --- a/htdocs/livraison/card.php
      +++ b/htdocs/livraison/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2005	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2010	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Simon TOSSER			<simon@kornog-computing.com>
      - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2007		Franky Van Liedekerke	<franky.van.liedekerke@telenet.be>
        * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2015	    Claudio Aschieri		<c.aschieri@19.coop>
      diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php
      index c5e4b36ed25..9968f4d3d38 100644
      --- a/htdocs/livraison/class/livraison.class.php
      +++ b/htdocs/livraison/class/livraison.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2003      Rodolphe Quiedeville  <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/loan/note.php b/htdocs/loan/note.php
      index 2ed8e82f20b..fea8388979b 100644
      --- a/htdocs/loan/note.php
      +++ b/htdocs/loan/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2007  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
        * Copyright (C) 2015       Frederic France         <frederic.france@free.fr>
        * Copyright (C) 2016-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
      diff --git a/htdocs/mailmanspip/class/mailmanspip.class.php b/htdocs/mailmanspip/class/mailmanspip.class.php
      index 2e6cae459c1..213febdc4b5 100644
      --- a/htdocs/mailmanspip/class/mailmanspip.class.php
      +++ b/htdocs/mailmanspip/class/mailmanspip.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
      - * Copyright (C) 2009       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2012       Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
      index 7fbb0cbb07b..20eee6e496e 100644
      --- a/htdocs/main.inc.php
      +++ b/htdocs/main.inc.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2004       Sebastien Di Cintio     <sdicintio@ressource-toi.org>
        * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2015  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2014  Philippe Grand          <philippe.grand@atoo-net.com>
        * Copyright (C) 2008       Matteli
        * Copyright (C) 2011-2016  Juanjo Menent           <jmenent@2byte.es>
      diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
      index 56ff709da8a..10ff15fbabf 100644
      --- a/htdocs/master.inc.php
      +++ b/htdocs/master.inc.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Sebastien Di Cintio		<sdicintio@ressource-toi.org>
        * Copyright (C) 2004		Benoit Mortier			<benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2005		Simon Tosser			<simon@kornog-computing.com>
        * Copyright (C) 2006		Andre Cianfarani		<andre.cianfarani@acdeveloppement.net>
        * Copyright (C) 2010		Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/modulebuilder/template/mymoduleindex.php b/htdocs/modulebuilder/template/mymoduleindex.php
      index b2b9356217e..61413f2393f 100644
      --- a/htdocs/modulebuilder/template/mymoduleindex.php
      +++ b/htdocs/modulebuilder/template/mymoduleindex.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/opensurvey/css/style.css b/htdocs/opensurvey/css/style.css
      index e790d2d59f8..ab17de0a0ac 100644
      --- a/htdocs/opensurvey/css/style.css
      +++ b/htdocs/opensurvey/css/style.css
      @@ -1,6 +1,6 @@
       /* Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/opensurvey/wizard/index.php b/htdocs/opensurvey/wizard/index.php
      index f15284e2e83..2e62a02fbae 100644
      --- a/htdocs/opensurvey/wizard/index.php
      +++ b/htdocs/opensurvey/wizard/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2013	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2014	Marcos García		<marcosgdf@gmail.com>
      - * Copyright (C) 2016	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2016	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
      index a904c372099..849d8a7129c 100644
      --- a/htdocs/paybox/lib/paybox.lib.php
      +++ b/htdocs/paybox/lib/paybox.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2007 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
      index c4fb21c99e5..1669639c52e 100644
      --- a/htdocs/paypal/admin/paypal.php
      +++ b/htdocs/paypal/admin/paypal.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2013	Laurent Destailleur		<eldy@users.sourceforge.org>
      - * Copyright (C) 2011-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012  Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
      index e99acdedf5d..37cc2fdbeba 100644
      --- a/htdocs/paypal/lib/paypal.lib.php
      +++ b/htdocs/paypal/lib/paypal.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011-2012	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/paypal/lib/paypalfunctions.lib.php b/htdocs/paypal/lib/paypalfunctions.lib.php
      index 92b24ec60fb..00f67bfa1f0 100644
      --- a/htdocs/paypal/lib/paypalfunctions.lib.php
      +++ b/htdocs/paypal/lib/paypalfunctions.lib.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2011 Laurent Destailleur  <eldy@users.sourceforge.org>
      - * Copyright (C) 2011      Regis Houssin  		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011      Regis Houssin  		<regis.houssin@inodbox.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
      diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php
      index 45f938431c3..334640e87d3 100644
      --- a/htdocs/product/admin/product.php
      +++ b/htdocs/product/admin/product.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
        * Copyright (C) 2006-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2007      Auguria SARL         <info@auguria.org>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
        * Copyright (C) 2012      Cedric Salvador      <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/product/admin/product_extrafields.php b/htdocs/product/admin/product_extrafields.php
      index 82eafd230d7..23780df895e 100644
      --- a/htdocs/product/admin/product_extrafields.php
      +++ b/htdocs/product/admin/product_extrafields.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2012		Marcos García			<marcosgdf@gmail.com>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/product/admin/product_lot_extrafields.php b/htdocs/product/admin/product_lot_extrafields.php
      index 8e57daf7491..911c96e1b88 100644
      --- a/htdocs/product/admin/product_lot_extrafields.php
      +++ b/htdocs/product/admin/product_lot_extrafields.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2012		Marcos García			<marcosgdf@gmail.com>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/product/admin/product_tools.php b/htdocs/product/admin/product_tools.php
      index b0c62c81d4f..4ab8698f4cb 100644
      --- a/htdocs/product/admin/product_tools.php
      +++ b/htdocs/product/admin/product_tools.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2012	   Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2012	   Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2013-2015 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/agenda.php b/htdocs/product/agenda.php
      index 2dfe8aa425f..64ff9c66119 100644
      --- a/htdocs/product/agenda.php
      +++ b/htdocs/product/agenda.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
      index cce0f4254a0..6a286d6e7d2 100644
      --- a/htdocs/product/ajax/products.php
      +++ b/htdocs/product/ajax/products.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/canvas/product/actions_card_product.class.php b/htdocs/product/canvas/product/actions_card_product.class.php
      index bcd9773c719..cf9fcff98c8 100644
      --- a/htdocs/product/canvas/product/actions_card_product.class.php
      +++ b/htdocs/product/canvas/product/actions_card_product.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/product/tpl/card_create.tpl.php b/htdocs/product/canvas/product/tpl/card_create.tpl.php
      index dbaaed35319..ca668037e93 100644
      --- a/htdocs/product/canvas/product/tpl/card_create.tpl.php
      +++ b/htdocs/product/canvas/product/tpl/card_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/product/tpl/card_edit.tpl.php b/htdocs/product/canvas/product/tpl/card_edit.tpl.php
      index f114020a4bc..36a4b7543c6 100644
      --- a/htdocs/product/canvas/product/tpl/card_edit.tpl.php
      +++ b/htdocs/product/canvas/product/tpl/card_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/product/tpl/card_view.tpl.php b/htdocs/product/canvas/product/tpl/card_view.tpl.php
      index 61964399e1c..082a983305b 100644
      --- a/htdocs/product/canvas/product/tpl/card_view.tpl.php
      +++ b/htdocs/product/canvas/product/tpl/card_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/service/actions_card_service.class.php b/htdocs/product/canvas/service/actions_card_service.class.php
      index 2f0489b6f91..7ba746af06e 100644
      --- a/htdocs/product/canvas/service/actions_card_service.class.php
      +++ b/htdocs/product/canvas/service/actions_card_service.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/service/tpl/card_create.tpl.php b/htdocs/product/canvas/service/tpl/card_create.tpl.php
      index f748edc03e6..79f40d4f6e0 100644
      --- a/htdocs/product/canvas/service/tpl/card_create.tpl.php
      +++ b/htdocs/product/canvas/service/tpl/card_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/service/tpl/card_edit.tpl.php b/htdocs/product/canvas/service/tpl/card_edit.tpl.php
      index 969ce3de2da..2c48be3e0ef 100644
      --- a/htdocs/product/canvas/service/tpl/card_edit.tpl.php
      +++ b/htdocs/product/canvas/service/tpl/card_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/canvas/service/tpl/card_view.tpl.php b/htdocs/product/canvas/service/tpl/card_view.tpl.php
      index 5826d78583f..02cefb38e7d 100644
      --- a/htdocs/product/canvas/service/tpl/card_view.tpl.php
      +++ b/htdocs/product/canvas/service/tpl/card_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2018 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/product/card.php b/htdocs/product/card.php
      index 31d2d7509c9..f94c34d1804 100644
      --- a/htdocs/product/card.php
      +++ b/htdocs/product/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2015	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2006		Auguria SARL			<info@auguria.org>
        * Copyright (C) 2010-2015	Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 805d5d214a2..f68464e3bc1 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2007-2011	Jean Heimburger			<jean@tiaris.info>
        * Copyright (C) 2010-2018	Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php
      index d2ef4210e9c..521b9dfeca7 100644
      --- a/htdocs/product/composition/card.php
      +++ b/htdocs/product/composition/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005       Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2006       Andre Cianfarani        <acianfa@free.fr>
        * Copyright (C) 2011-2014  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/product/document.php b/htdocs/product/document.php
      index d0bc7b3f9be..1e426e512cb 100644
      --- a/htdocs/product/document.php
      +++ b/htdocs/product/document.php
      @@ -2,7 +2,7 @@
       /* 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-2012 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
        * Copyright (C) 2013      Florian Henry          <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
      index 7ad740eab0a..26346b1017b 100644
      --- a/htdocs/product/fournisseurs.php
      +++ b/htdocs/product/fournisseurs.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
        * Copyright (C) 2014      Ion Agorria          <ion@agorria.com>
      diff --git a/htdocs/product/index.php b/htdocs/product/index.php
      index 2089193e208..8fb1fe7dd12 100644
      --- a/htdocs/product/index.php
      +++ b/htdocs/product/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2014-2016  Charlie BENKE           <charlie@patas-monkey.com>
        * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
        *
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 562d09056c7..a20308c72a9 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2016  Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2013-2018	Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2013-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      diff --git a/htdocs/product/note.php b/htdocs/product/note.php
      index 8bf30c3d6e0..e77360b46be 100644
      --- a/htdocs/product/note.php
      +++ b/htdocs/product/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Florian Henry	  	<florian.henry@open-concept.pro>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/product/popuprop.php b/htdocs/product/popuprop.php
      index 0d54808ecef..687054d1cde 100644
      --- a/htdocs/product/popuprop.php
      +++ b/htdocs/product/popuprop.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015       Jean-François Ferry	<jfefe@aternatik.fr>
        *
      diff --git a/htdocs/product/price.php b/htdocs/product/price.php
      index 561e6663b42..06f49757d5a 100644
      --- a/htdocs/product/price.php
      +++ b/htdocs/product/price.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani			<acianfa@free.fr>
        * Copyright (C) 2014		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2014-2018	Juanjo Menent			<jmenent@2byte.es>
      diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
      index 662873b7cf8..71482d6c86a 100644
      --- a/htdocs/product/reassort.php
      +++ b/htdocs/product/reassort.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
      diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
      index 24aa1864a02..2f1827d2647 100644
      --- a/htdocs/product/reassortlot.php
      +++ b/htdocs/product/reassortlot.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2016       Ferran Marcet			<fmarcet@2byte.es>
      diff --git a/htdocs/product/stats/card.php b/htdocs/product/stats/card.php
      index e7c50e8309e..40848e6bb81 100644
      --- a/htdocs/product/stats/card.php
      +++ b/htdocs/product/stats/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2007	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) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2005		Eric Seigne				<eric.seigne@ryxeo.com>
        * Copyright (C) 2013		Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
      index f85fb375b5a..083dcd6ea52 100644
      --- a/htdocs/product/stats/commande.php
      +++ b/htdocs/product/stats/commande.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stats/commande_fournisseur.php b/htdocs/product/stats/commande_fournisseur.php
      index ed49d34fbc3..21bb3f6fd9a 100644
      --- a/htdocs/product/stats/commande_fournisseur.php
      +++ b/htdocs/product/stats/commande_fournisseur.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stats/contrat.php b/htdocs/product/stats/contrat.php
      index 55ae3a29939..86e8e0ed616 100644
      --- a/htdocs/product/stats/contrat.php
      +++ b/htdocs/product/stats/contrat.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
      index fa4e468a5f9..cd2dc221bb9 100644
      --- a/htdocs/product/stats/facture.php
      +++ b/htdocs/product/stats/facture.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
      diff --git a/htdocs/product/stats/facture_fournisseur.php b/htdocs/product/stats/facture_fournisseur.php
      index b3f8d1e41c0..95bea4650c4 100644
      --- a/htdocs/product/stats/facture_fournisseur.php
      +++ b/htdocs/product/stats/facture_fournisseur.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
      diff --git a/htdocs/product/stats/propal.php b/htdocs/product/stats/propal.php
      index a58bb01961e..1c2d0f56e3c 100644
      --- a/htdocs/product/stats/propal.php
      +++ b/htdocs/product/stats/propal.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stats/supplier_proposal.php b/htdocs/product/stats/supplier_proposal.php
      index ca165a7cfd1..55cafd034cf 100644
      --- a/htdocs/product/stats/supplier_proposal.php
      +++ b/htdocs/product/stats/supplier_proposal.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
      index 25e22faabcc..6977ac28acf 100644
      --- a/htdocs/product/stock/card.php
      +++ b/htdocs/product/stock/card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2006	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Simon Tosser			<simon@kornog-computing.com>
      - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2016	    Francis Appels       	<francis.appels@yahoo.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
      index 3f298aed85d..9bc0fd8477f 100644
      --- a/htdocs/product/stock/class/entrepot.class.php
      +++ b/htdocs/product/stock/class/entrepot.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2008 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2008 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011	   Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2016	   Francis Appels       <francis.appels@yahoo.com>
        *
      diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
      index c85f40ef9c2..61990fa1cfb 100644
      --- a/htdocs/product/stock/index.php
      +++ b/htdocs/product/stock/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-2006 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) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/product/stock/list.php b/htdocs/product/stock/list.php
      index ca6cad1d664..5682b6855d3 100644
      --- a/htdocs/product/stock/list.php
      +++ b/htdocs/product/stock/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015       Juanjo Menent           <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/product/stock/massstockmove.php b/htdocs/product/stock/massstockmove.php
      index e456f966cf5..66ed28b8ec8 100644
      --- a/htdocs/product/stock/massstockmove.php
      +++ b/htdocs/product/stock/massstockmove.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2013-2018 Laurent Destaileur	<ely@users.sourceforge.net>
      - * Copyright (C) 2014	   Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2014	   Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index 27c50d075aa..547bf09441d 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2015		Juanjo Menent			<jmenent@2byte.es>
        * Copyright (C) 2018		Ferran Marcet			<fmarcet@2byte.es>
        *
      diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
      index beb3135d9f4..7f3f3d99ebf 100644
      --- a/htdocs/product/stock/product.php
      +++ b/htdocs/product/stock/product.php
      @@ -3,7 +3,7 @@
        * 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>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador      <csalvador.gpcsolutions.fr>
        * Copyright (C) 2013-2018 Juanjo Menent	    <jmenent@2byte.es>
        * Copyright (C) 2014-2015 Cédric Gross         <c.gross@kreiz-it.fr>
      diff --git a/htdocs/product/stock/productlot_document.php b/htdocs/product/stock/productlot_document.php
      index 1ce4f9ba224..29b01e376b1 100644
      --- a/htdocs/product/stock/productlot_document.php
      +++ b/htdocs/product/stock/productlot_document.php
      @@ -2,7 +2,7 @@
       /* 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-2012 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
        * Copyright (C) 2013      Florian Henry          <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
      index 994edfa823e..90bbe063e67 100644
      --- a/htdocs/product/stock/replenish.php
      +++ b/htdocs/product/stock/replenish.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2013		Cédric Salvador		<csalvador@gpcsolutions.fr>
        * Copyright (C) 2013-2018	Laurent Destaileur	<ely@users.sourceforge.net>
      - * Copyright (C) 2014		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2014		Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2016		Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2016		ATM Consulting		<support@atm-consulting.fr>
        *
      diff --git a/htdocs/product/stock/replenishorders.php b/htdocs/product/stock/replenishorders.php
      index 316d463fb27..a028ab13031 100644
      --- a/htdocs/product/stock/replenishorders.php
      +++ b/htdocs/product/stock/replenishorders.php
      @@ -1,7 +1,7 @@
       <?php
       /*
        * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
      - * Copyright (C) 2014       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2014       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software: you can redistribute it and/or modify
      diff --git a/htdocs/product/stock/valo.php b/htdocs/product/stock/valo.php
      index 09524c5066a..45f96510e38 100644
      --- a/htdocs/product/stock/valo.php
      +++ b/htdocs/product/stock/valo.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
      index 9f18f644e4c..855675be956 100644
      --- a/htdocs/product/traduction.php
      +++ b/htdocs/product/traduction.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2010-2012 Destailleur Laurent <eldy@users.sourceforge.net>
        * Copyright (C) 2014 	   Henry Florian <florian.henry@open-concept.pro>
      diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
      index e43700287cb..f5897650740 100644
      --- a/htdocs/projet/activity/index.php
      +++ b/htdocs/projet/activity/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
      index 623838f8149..0ebfa37bef8 100644
      --- a/htdocs/projet/activity/perday.php
      +++ b/htdocs/projet/activity/perday.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      François Legastelois <flegastelois@teclib.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
      index 214879c7f92..f68c899992b 100644
      --- a/htdocs/projet/activity/perweek.php
      +++ b/htdocs/projet/activity/perweek.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      François Legastelois <flegastelois@teclib.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/projet/admin/project.php b/htdocs/projet/admin/project.php
      index f82a71514c4..71755fbdca3 100644
      --- a/htdocs/projet/admin/project.php
      +++ b/htdocs/projet/admin/project.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2014	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2014	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2011-2015	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2011-2018	Philippe Grand		<philippe.grand@atoo-net.com>
      diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php
      index 15ccd50bf76..00a0853ce19 100644
      --- a/htdocs/projet/admin/project_extrafields.php
      +++ b/htdocs/projet/admin/project_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/projet/admin/project_task_extrafields.php b/htdocs/projet/admin/project_task_extrafields.php
      index 90729840035..3a5b3c5749f 100644
      --- a/htdocs/projet/admin/project_task_extrafields.php
      +++ b/htdocs/projet/admin/project_task_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2015		Juanjo Menent			<jmenent@2byte.es>
        *
      diff --git a/htdocs/projet/ajax/projects.php b/htdocs/projet/ajax/projects.php
      index f2417df5353..46699ba01dd 100644
      --- a/htdocs/projet/ajax/projects.php
      +++ b/htdocs/projet/ajax/projects.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2014-2015 Marcos García       <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
      index 7aaa6805189..8bf377a9844 100644
      --- a/htdocs/projet/card.php
      +++ b/htdocs/projet/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index ab47079c9d0..84b47429211 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2014-2017 Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2017      Ferran Marcet        <fmarcet@2byte.es>
      diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
      index c5a7a334eb0..50c7f0d007f 100644
      --- a/htdocs/projet/class/task.class.php
      +++ b/htdocs/projet/class/task.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2014       Marcos García       <marcosgdf@gmail.com>
        * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/projet/comment.php b/htdocs/projet/comment.php
      index f6cd6ac0005..4d13161042d 100644
      --- a/htdocs/projet/comment.php
      +++ b/htdocs/projet/comment.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2010-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/projet/contact.php b/htdocs/projet/contact.php
      index 4b9aaf58b8b..cd2e722ecd3 100644
      --- a/htdocs/projet/contact.php
      +++ b/htdocs/projet/contact.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2015 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/projet/document.php b/htdocs/projet/document.php
      index af9f7c2d8fc..47188547d8d 100644
      --- a/htdocs/projet/document.php
      +++ b/htdocs/projet/document.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2013 Cédric Salvador      <csalvador@gpcsolutions.fr>
        *
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 7c44fb9850b..93142d8189f 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012-2016 Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2015-2018 Alexandre Spangaro   <aspangaro@zendsi.com>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php
      index 00f568271e0..723b96c6b44 100644
      --- a/htdocs/projet/ganttview.php
      +++ b/htdocs/projet/ganttview.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
      index 50143057205..e613c5642ad 100644
      --- a/htdocs/projet/index.php
      +++ b/htdocs/projet/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/info.php b/htdocs/projet/info.php
      index 7aa0dccd67d..1f9b35b8420 100644
      --- a/htdocs/projet/info.php
      +++ b/htdocs/projet/info.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index 5a13b16560d..2c8fb856938 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2005      Marc Bariley / Ocebo <marc@ocebo.com>
      - * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015 	   Claudio Aschieri     <c.aschieri@19.coop>
        * Copyright (C) 2018 	   Ferran Marcet	    <fmarcet@2byte.es>
      diff --git a/htdocs/projet/note.php b/htdocs/projet/note.php
      index 4d455bdcbc7..adbd98c37c8 100644
      --- a/htdocs/projet/note.php
      +++ b/htdocs/projet/note.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010 Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 47c88885bc4..540cb888784 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/tasks/comment.php b/htdocs/projet/tasks/comment.php
      index ba54b35a59e..9bdb1c2cec0 100644
      --- a/htdocs/projet/tasks/comment.php
      +++ b/htdocs/projet/tasks/comment.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2010-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php
      index d86c8b469ae..82c722f2485 100644
      --- a/htdocs/projet/tasks/contact.php
      +++ b/htdocs/projet/tasks/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/projet/tasks/document.php b/htdocs/projet/tasks/document.php
      index a186c89988f..b8ff9a175ab 100644
      --- a/htdocs/projet/tasks/document.php
      +++ b/htdocs/projet/tasks/document.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2006-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2012      Florian Henry        <florian.henry@open-concept.pro>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
      diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php
      index 2366ccc738b..ea6236d3e18 100644
      --- a/htdocs/projet/tasks/list.php
      +++ b/htdocs/projet/tasks/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2010 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2018	   Ferran Marcet        <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/projet/tasks/note.php b/htdocs/projet/tasks/note.php
      index 668c2a96d83..b19d3ed5b0a 100644
      --- a/htdocs/projet/tasks/note.php
      +++ b/htdocs/projet/tasks/note.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php
      index fa9796449db..73ce4a562e4 100644
      --- a/htdocs/projet/tasks/task.php
      +++ b/htdocs/projet/tasks/task.php
      @@ -1,7 +1,7 @@
       <?php
       /* 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) 2010-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
      index 7ff93c7b4da..4ac6f8a4621 100644
      --- a/htdocs/projet/tasks/time.php
      +++ b/htdocs/projet/tasks/time.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2018	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@inodbox.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>
      diff --git a/htdocs/public/cron/cron_run_jobs.php b/htdocs/public/cron/cron_run_jobs.php
      index df207e87d85..57cde107f24 100644
      --- a/htdocs/public/cron/cron_run_jobs.php
      +++ b/htdocs/public/cron/cron_run_jobs.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2012		Nicolas Villa aka Boyquotes http://informetic.fr
        * Copyright (C) 2013		Florian Henry		<forian.henry@open-cocnept.pro>
        * Copyright (C) 2013-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2017		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
      index f9169bb47d2..0409e849df0 100644
      --- a/htdocs/public/demo/index.php
      +++ b/htdocs/public/demo/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
      - * Copyright (C) 2010       Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010       Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
      index f2395020bda..78b3ceb75db 100644
      --- a/htdocs/public/members/new.php
      +++ b/htdocs/public/members/new.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2001-2002	Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		J. Fernando Lagrange    <fernando@demo-tic.org>
        * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
        *
      diff --git a/htdocs/public/members/public_card.php b/htdocs/public/members/public_card.php
      index bc8fd0cde17..c7a9fa45b3a 100644
      --- a/htdocs/public/members/public_card.php
      +++ b/htdocs/public/members/public_card.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2002-2003	Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2007-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php
      index 6ba46182427..6481851900a 100644
      --- a/htdocs/public/members/public_list.php
      +++ b/htdocs/public/members/public_list.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2002-2003	Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2009	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/onlinesign/newonlinesign.php b/htdocs/public/onlinesign/newonlinesign.php
      index 277cd1ada78..b580a508ed0 100644
      --- a/htdocs/public/onlinesign/newonlinesign.php
      +++ b/htdocs/public/onlinesign/newonlinesign.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/paybox/newpayment.php b/htdocs/public/paybox/newpayment.php
      index 3dc990c30f4..7693660b4ee 100644
      --- a/htdocs/public/paybox/newpayment.php
      +++ b/htdocs/public/paybox/newpayment.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2006-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2009      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2009      Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 0975186eb03..836540e6a58 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/payment/paymentko.php b/htdocs/public/payment/paymentko.php
      index 33fc1fb5101..cd220a5764f 100644
      --- a/htdocs/public/payment/paymentko.php
      +++ b/htdocs/public/payment/paymentko.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
      index 36723658946..a1fd65940d9 100644
      --- a/htdocs/public/payment/paymentok.php
      +++ b/htdocs/public/payment/paymentok.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/paypal/newpayment.php b/htdocs/public/paypal/newpayment.php
      index 1a3ee3964ff..1ec8f058408 100644
      --- a/htdocs/public/paypal/newpayment.php
      +++ b/htdocs/public/paypal/newpayment.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2009-2012	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php
      index 03645244e91..16f360dd0d9 100644
      --- a/htdocs/public/paypal/paymentko.php
      +++ b/htdocs/public/paypal/paymentko.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php
      index 72a43dcbc7b..da815b061a7 100644
      --- a/htdocs/public/paypal/paymentok.php
      +++ b/htdocs/public/paypal/paymentok.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/resource/agenda.php b/htdocs/resource/agenda.php
      index 442be89f923..f4980e698da 100644
      --- a/htdocs/resource/agenda.php
      +++ b/htdocs/resource/agenda.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/resource/contact.php b/htdocs/resource/contact.php
      index a90d68ff94c..e4f588b7f0d 100644
      --- a/htdocs/resource/contact.php
      +++ b/htdocs/resource/contact.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012  Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012  Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2009  Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2012       Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2016		Gilles Poirier		 <glgpoirier@gmail.com>
      diff --git a/htdocs/resource/document.php b/htdocs/resource/document.php
      index 85ec5b96c79..1d2c3efd9e7 100644
      --- a/htdocs/resource/document.php
      +++ b/htdocs/resource/document.php
      @@ -2,7 +2,7 @@
       /* 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-2009 Regis Houssin         <regis.houssin@inodbox.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>
      diff --git a/htdocs/resource/note.php b/htdocs/resource/note.php
      index f811d0e07ed..79ba2b159a8 100644
      --- a/htdocs/resource/note.php
      +++ b/htdocs/resource/note.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2005-2012	Regis Houssin	  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2005-2012	Regis Houssin	  <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Juanjo Menent	  <jmenent@2byte.es>
        * Copyright (C) 2016       Laurent Destailleur <aldy@users.sourceforge.net>
        * Copyright (C) 2013       Florian Henry   <florian.henry@open-concept.pro>
      diff --git a/htdocs/societe/admin/contact_extrafields.php b/htdocs/societe/admin/contact_extrafields.php
      index 5eaba3c1cb1..2cd65982c8e 100644
      --- a/htdocs/societe/admin/contact_extrafields.php
      +++ b/htdocs/societe/admin/contact_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
      index 0166b6a233a..dac7f9ea126 100644
      --- a/htdocs/societe/admin/societe.php
      +++ b/htdocs/societe/admin/societe.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
        * Copyright (C) 2005-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012 Juanjo Menent        <jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php
      index 0835df13e22..1ae10d10703 100644
      --- a/htdocs/societe/admin/societe_extrafields.php
      +++ b/htdocs/societe/admin/societe_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
      index ffcd894e84a..d682ad43d4d 100644
      --- a/htdocs/societe/agenda.php
      +++ b/htdocs/societe/agenda.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/societe/ajax/company.php b/htdocs/societe/ajax/company.php
      index d62c8a445d6..2cfdce9c01c 100644
      --- a/htdocs/societe/ajax/company.php
      +++ b/htdocs/societe/ajax/company.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php
      index 9d38a97a0a0..15ef4dd19e7 100644
      --- a/htdocs/societe/ajaxcompanies.php
      +++ b/htdocs/societe/ajaxcompanies.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2010      Cyrille de Lambert   <info@auguria.net>
        *
      diff --git a/htdocs/societe/ajaxcountries.php b/htdocs/societe/ajaxcountries.php
      index b9d1bf5fc8c..f67d01facce 100644
      --- a/htdocs/societe/ajaxcountries.php
      +++ b/htdocs/societe/ajaxcountries.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006      Andre Cianfarani     <acianfa@free.fr>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/actions_card_common.class.php b/htdocs/societe/canvas/actions_card_common.class.php
      index 92d009db604..ffcd7c7a00f 100644
      --- a/htdocs/societe/canvas/actions_card_common.class.php
      +++ b/htdocs/societe/canvas/actions_card_common.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/company/actions_card_company.class.php b/htdocs/societe/canvas/company/actions_card_company.class.php
      index 09172f1ea5a..c8b1a296e24 100644
      --- a/htdocs/societe/canvas/company/actions_card_company.class.php
      +++ b/htdocs/societe/canvas/company/actions_card_company.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011	Regis Houssin        <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011	Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2011		Laurent Destailleur  <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/company/tpl/card_create.tpl.php b/htdocs/societe/canvas/company/tpl/card_create.tpl.php
      index 795acefb43c..5007fe32af4 100644
      --- a/htdocs/societe/canvas/company/tpl/card_create.tpl.php
      +++ b/htdocs/societe/canvas/company/tpl/card_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/company/tpl/card_edit.tpl.php b/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
      index 6edf5a16b2e..f06b6aa5446 100644
      --- a/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
      +++ b/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/company/tpl/card_view.tpl.php b/htdocs/societe/canvas/company/tpl/card_view.tpl.php
      index 24ddfbaaaac..26cf6bb6787 100644
      --- a/htdocs/societe/canvas/company/tpl/card_view.tpl.php
      +++ b/htdocs/societe/canvas/company/tpl/card_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/societe/canvas/individual/actions_card_individual.class.php b/htdocs/societe/canvas/individual/actions_card_individual.class.php
      index 5fd7ee01faf..6107d8ac8b1 100644
      --- a/htdocs/societe/canvas/individual/actions_card_individual.class.php
      +++ b/htdocs/societe/canvas/individual/actions_card_individual.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin  <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin  <regis.houssin@inodbox.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
      diff --git a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
      index 121422c520f..b1d02006f16 100644
      --- a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
      +++ b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
      index 11d6a0430ca..7319b394d56 100644
      --- a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
      +++ b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010      Regis Houssin       <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010      Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
      index fd9b3487f50..18023d93978 100644
      --- a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
      +++ b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011 Regis Houssin <regis.houssin@inodbox.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
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index 5935a1d01a1..d267dba7732 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003       Brian Fraval            <brian@fraval.org>
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005       Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2008       Patrick Raguin          <patrick.raguin@auguria.net>
        * Copyright (C) 2010-2016  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2011-2013  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php
      index 4f9915a844c..b381e7cf8a2 100644
      --- a/htdocs/societe/class/address.class.php
      +++ b/htdocs/societe/class/address.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2011 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/societe/class/client.class.php b/htdocs/societe/class/client.class.php
      index 400dc65b0c2..39a90c43eb9 100644
      --- a/htdocs/societe/class/client.class.php
      +++ b/htdocs/societe/class/client.class.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/societe/class/companybankaccount.class.php b/htdocs/societe/class/companybankaccount.class.php
      index 73210ade104..2891724ac7e 100644
      --- a/htdocs/societe/class/companybankaccount.class.php
      +++ b/htdocs/societe/class/companybankaccount.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2010-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013   	Peter Fontaine          <contact@peterfontaine.fr>
        * Copyright (C) 2016       Marcos García           <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index dd1aada283b..59e79376411 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
        * Copyright (C) 2003       Brian Fraval            <brian@fraval.org>
        * Copyright (C) 2006       Andre Cianfarani        <acianfa@free.fr>
      - * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2008       Patrick Raguin          <patrick.raguin@auguria.net>
        * Copyright (C) 2010-2014  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
      diff --git a/htdocs/societe/contact.php b/htdocs/societe/contact.php
      index 24ec0026455..4077a0b1815 100644
      --- a/htdocs/societe/contact.php
      +++ b/htdocs/societe/contact.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2003       Brian Fraval            <brian@fraval.org>
        * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
        * Copyright (C) 2005       Eric Seigne             <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@inodbox.com>
        * Copyright (C) 2008       Patrick Raguin          <patrick.raguin@auguria.net>
        * Copyright (C) 2010-2016  Juanjo Menent           <jmenent@2byte.es>
        * Copyright (C) 2011-2013  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
      index a9aae7a8654..04e5b78682e 100644
      --- a/htdocs/societe/document.php
      +++ b/htdocs/societe/document.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
      index 0759008c435..6c429e35a22 100644
      --- a/htdocs/societe/index.php
      +++ b/htdocs/societe/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2014      Charles-Fr Benke	    <charles.fr@benke.fr>
        * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
        * Copyright (C) 2016      Ferran Marcet        <fmarcet@2byte.es>
      diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php
      index 684f6f8c471..30c3c06675b 100644
      --- a/htdocs/societe/list.php
      +++ b/htdocs/societe/list.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php
      index 169d2b687e9..9f1adb16fc7 100644
      --- a/htdocs/societe/note.php
      +++ b/htdocs/societe/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2001-2005 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Florian Henry	  	<florian.henry@open-concept.pro>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
      index 13fdf048382..0853b7ee571 100644
      --- a/htdocs/societe/paymentmodes.php
      +++ b/htdocs/societe/paymentmodes.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Peter Fontaine       <contact@peterfontaine.fr>
        * Copyright (C) 2015-2016 Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2017      Ferran Marcet        <fmarcet@2byte.es>
      diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
      index a9b280a3f47..92bad9ecf61 100644
      --- a/htdocs/societe/price.php
      +++ b/htdocs/societe/price.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2007	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2013	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
        * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php
      index f92d274fe46..97e6817f5d5 100644
      --- a/htdocs/societe/project.php
      +++ b/htdocs/societe/project.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/societe/societecontact.php b/htdocs/societe/societecontact.php
      index edfa2f28d5c..630b8fa4723 100644
      --- a/htdocs/societe/societecontact.php
      +++ b/htdocs/societe/societecontact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005     	Patrick Rouillon    <patrick@rouillon.net>
        * Copyright (C) 2005-2011	Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2011-2015	Philippe Grand      <philippe.grand@atoo-net.com>
        * Copyright (C) 2014		Charles-Fr Benke	<charles.fr@benke.fr>
        * Copyright (C) 2015       Marcos García       <marcosgdf@gmail.com>
      diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php
      index 760bfef4d27..3f6f3ba197a 100644
      --- a/htdocs/societe/website.php
      +++ b/htdocs/societe/website.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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>
      diff --git a/htdocs/stripe/class/actions_stripe.class.php b/htdocs/stripe/class/actions_stripe.class.php
      index a74b2d52eef..3ecb02a6300 100644
      --- a/htdocs/stripe/class/actions_stripe.class.php
      +++ b/htdocs/stripe/class/actions_stripe.class.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2009-2016 Regis Houssin  <regis@dolibarr.fr>
      +/* Copyright (C) 2009-2016 Regis Houssin  <regis.houssin@inodbox.com>
        * Copyright (C) 2011      Herve Prot     <herve.prot@symeos.com>
        * Copyright (C) 2014      Philippe Grand <philippe.grand@atoo-net.com>
        *
      diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php
      index 9a7ecfd5470..8bada8a96e7 100644
      --- a/htdocs/stripe/payment.php
      +++ b/htdocs/stripe/payment.php
      @@ -2,7 +2,7 @@
       /* 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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      index 24ae20848f1..d5d208b945e 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2011	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      index 7d153a78cdc..531151740b6 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
        * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
        * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
      index 248165727cf..99e99517f75 100644
      --- a/htdocs/supplier_proposal/card.php
      +++ b/htdocs/supplier_proposal/card.php
      @@ -3,7 +3,7 @@
        * 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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      index a05d0485aaf..82b8b09220d 100644
      --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php
      +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2004      Eric Seigne				<eric.seigne@ryxeo.com>
        * Copyright (C) 2004-2011 Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2005      Marc Barilley			<marc@ocebo.com>
      - * Copyright (C) 2005-2013 Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin			<regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/supplier_proposal/contact.php b/htdocs/supplier_proposal/contact.php
      index 881fae4d1a7..7e862e7682d 100644
      --- a/htdocs/supplier_proposal/contact.php
      +++ b/htdocs/supplier_proposal/contact.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005      Patrick Rouillon     <patrick@rouillon.net>
        * Copyright (C) 2005-2018 Destailleur Laurent  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/supplier_proposal/document.php b/htdocs/supplier_proposal/document.php
      index cf500246290..63d1f96893a 100644
      --- a/htdocs/supplier_proposal/document.php
      +++ b/htdocs/supplier_proposal/document.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2003-2004 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2009 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) 2005-2012 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/supplier_proposal/index.php b/htdocs/supplier_proposal/index.php
      index cec80662c41..2eb2fb05032 100644
      --- a/htdocs/supplier_proposal/index.php
      +++ b/htdocs/supplier_proposal/index.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2003-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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/supplier_proposal/info.php b/htdocs/supplier_proposal/info.php
      index 95a753272be..43e6a70f3c3 100644
      --- a/htdocs/supplier_proposal/info.php
      +++ b/htdocs/supplier_proposal/info.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2006	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/supplier_proposal/list.php b/htdocs/supplier_proposal/list.php
      index 2fcb296b433..9dea9c7f8dd 100644
      --- a/htdocs/supplier_proposal/list.php
      +++ b/htdocs/supplier_proposal/list.php
      @@ -3,7 +3,7 @@
        * 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-2013 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2013 Regis Houssin         <regis.houssin@inodbox.com>
        * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
        * Copyright (C) 2010-2011 Juanjo Menent         <jmenent@2byte.es>
        * Copyright (C) 2010-2011 Philippe Grand        <philippe.grand@atoo-net.com>
      diff --git a/htdocs/supplier_proposal/note.php b/htdocs/supplier_proposal/note.php
      index ff531b05d83..e57c5260013 100644
      --- a/htdocs/supplier_proposal/note.php
      +++ b/htdocs/supplier_proposal/note.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Florian Henry		  	<florian.henry@open-concept.pro>
        * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
        *
      diff --git a/htdocs/supplier_proposal/tpl/linkedobjectblock.tpl.php b/htdocs/supplier_proposal/tpl/linkedobjectblock.tpl.php
      index 794ed96f3ec..33ab23bd962 100644
      --- a/htdocs/supplier_proposal/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/supplier_proposal/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2011  Regis Houssin <regis.houssin@capnetworks.com>
      +/* Copyright (C) 2010-2011  Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013       Juanjo Menent <jmenent@2byte.es>
        * Copyright (C) 2014       Marcos García <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/support/index.php b/htdocs/support/index.php
      index bc0ef1a79c5..9b7142acd2f 100644
      --- a/htdocs/support/index.php
      +++ b/htdocs/support/index.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2008-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/takepos/admin/orderprinters.php b/htdocs/takepos/admin/orderprinters.php
      index 4c72031b41b..a37a1d71c61 100644
      --- a/htdocs/takepos/admin/orderprinters.php
      +++ b/htdocs/takepos/admin/orderprinters.php
      @@ -3,7 +3,7 @@
        * 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) 2005-2012  Regis Houssin       <regis.houssin@inodbox.com>
        * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/takepos/customers.php b/htdocs/takepos/customers.php
      index f5bcb8557cf..99b6d1eaf89 100644
      --- a/htdocs/takepos/customers.php
      +++ b/htdocs/takepos/customers.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2012  Regis Houssin           <regis.houssin@inodbox.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>
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index 9eba59317bc..4d80f57b342 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2017	Regis Houssin			<regis.houssin@inodbox.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>
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 80a79b0245a..e6842d97fe3 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2006		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      - * Copyright (C) 2007-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2007-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * 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>
      diff --git a/htdocs/ticket/contact.php b/htdocs/ticket/contact.php
      index 22199bed745..e836db4e1be 100644
      --- a/htdocs/ticket/contact.php
      +++ b/htdocs/ticket/contact.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2011-2016 Jean-François Ferry    <hello@librethic.io>
      - * Copyright (C) 2011      Regis Houssin        <regis@dolibarr.fr>
      + * Copyright (C) 2011      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2016      Christophe Battarel <christophe@altairis.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/ticket/document.php b/htdocs/ticket/document.php
      index d1d80387f6e..69b06e431bc 100644
      --- a/htdocs/ticket/document.php
      +++ b/htdocs/ticket/document.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2010      Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012      Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012      Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010           Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013-2016      Jean-François Ferry  <hello@librethic.io>
        *
      diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
      index 1b43d0054b7..9d7391f693e 100644
      --- a/htdocs/ticket/list.php
      +++ b/htdocs/ticket/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2013-2018	Jean-François FERRY	<hello@librethic.io>
        * Copyright (C) 2016		Christophe Battarel	<christophe@altairis.fr>
      - * Copyright (C) 2018		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2018		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/ticket/tpl/linkedobjectblock.tpl.php b/htdocs/ticket/tpl/linkedobjectblock.tpl.php
      index dd9f340429e..07ee09cea05 100644
      --- a/htdocs/ticket/tpl/linkedobjectblock.tpl.php
      +++ b/htdocs/ticket/tpl/linkedobjectblock.tpl.php
      @@ -1,5 +1,5 @@
       <?php
      -/* Copyright (C) 2010-2012 Regis Houssin <regis@dolibarr.fr>
      +/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Jean-François FERRY <hello@librethic.io>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/user/admin/group_extrafields.php b/htdocs/user/admin/group_extrafields.php
      index 48e2b4091d6..27fbc7c152c 100644
      --- a/htdocs/user/admin/group_extrafields.php
      +++ b/htdocs/user/admin/group_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2014	   Alexis Algoud		<alexis@atm-consulting.fr>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/user/admin/user_extrafields.php b/htdocs/user/admin/user_extrafields.php
      index 81dc7c290c1..eaf118d361a 100644
      --- a/htdocs/user/admin/user_extrafields.php
      +++ b/htdocs/user/admin/user_extrafields.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2003		Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php
      index 13b555b6d5c..0b65e48c2bb 100644
      --- a/htdocs/user/bank.php
      +++ b/htdocs/user/bank.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Peter Fontaine       <contact@peterfontaine.fr>
        * Copyright (C) 2015-2016 Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015	   Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index a87438eda95..c8cb474b12d 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Lionel Cousteix      <etm_ltd@tiscali.co.uk>
        * Copyright (C) 2011      Herve Prot           <herve.prot@symeos.com>
        * Copyright (C) 2012      Juanjo Menent        <jmenent@2byte.es>
      diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
      index d1a8cae636b..9e790437cb7 100644
      --- a/htdocs/user/class/user.class.php
      +++ b/htdocs/user/class/user.class.php
      @@ -4,7 +4,7 @@
        * Copyright (c) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
        * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
      - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2005      Lionel Cousteix      <etm_ltd@tiscali.co.uk>
        * Copyright (C) 2011      Herve Prot           <herve.prot@symeos.com>
        * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
      diff --git a/htdocs/user/class/userbankaccount.class.php b/htdocs/user/class/userbankaccount.class.php
      index b1769edea6f..7870fe9c35e 100644
      --- a/htdocs/user/class/userbankaccount.class.php
      +++ b/htdocs/user/class/userbankaccount.class.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2010-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2013   	Peter Fontaine          <contact@peterfontaine.fr>
        * Copyright (C) 2015	    Alexandre Spangaro	    <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2016       Marcos García           <marcosgdf@gmail.com>
      diff --git a/htdocs/user/class/usergroup.class.php b/htdocs/user/class/usergroup.class.php
      index 6f3e333f6f5..cfc6d13427c 100644
      --- a/htdocs/user/class/usergroup.class.php
      +++ b/htdocs/user/class/usergroup.class.php
      @@ -1,7 +1,7 @@
       <?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) 2005-2018	Regis Houssin		 <regis.houssin@inodbox.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>
      diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
      index 918d8c394ca..a6618f3a7c0 100644
      --- a/htdocs/user/clicktodial.php
      +++ b/htdocs/user/clicktodial.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/user/document.php b/htdocs/user/document.php
      index decc53a379c..6f7e27b13dd 100644
      --- a/htdocs/user/document.php
      +++ b/htdocs/user/document.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
        * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
        *
      diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php
      index 44eef8dfc1f..f4b484a72e0 100644
      --- a/htdocs/user/group/card.php
      +++ b/htdocs/user/group/card.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2015	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Herve Prot			<herve.prot@symeos.com>
        * Copyright (C) 2012		Florian Henry		<florian.henry@open-concept.pro>
        *
      diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
      index 5bc6130a2b6..0103f63884a 100644
      --- a/htdocs/user/group/ldap.php
      +++ b/htdocs/user/group/ldap.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/group/list.php b/htdocs/user/group/list.php
      index 745f9002055..b9de423f19f 100644
      --- a/htdocs/user/group/list.php
      +++ b/htdocs/user/group/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2003	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2004-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2011		Herve Prot			<herve.prot@symeos.com>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php
      index 4b4b181cdc8..6b1b011b85c 100644
      --- a/htdocs/user/group/perms.php
      +++ b/htdocs/user/group/perms.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
        * Copyright (C) 2004-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php
      index 3212fe6fb6e..7882bfb24e2 100644
      --- a/htdocs/user/hierarchy.php
      +++ b/htdocs/user/hierarchy.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2005      Eric Seigne          <eric.seigne@ryxeo.com>
        * Copyright (C) 2006-2015 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) 2005-2012 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/home.php b/htdocs/user/home.php
      index d232c3cf7f1..da31b6027ed 100644
      --- a/htdocs/user/home.php
      +++ b/htdocs/user/home.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2018	Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/user/info.php b/htdocs/user/info.php
      index bb262804d33..5e1bfaddc4c 100644
      --- a/htdocs/user/info.php
      +++ b/htdocs/user/info.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2007 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php
      index fa5e5e023eb..45b575b9843 100644
      --- a/htdocs/user/ldap.php
      +++ b/htdocs/user/ldap.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2006-2017 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/list.php b/htdocs/user/list.php
      index 64c63c05426..3d0a883d431 100644
      --- a/htdocs/user/list.php
      +++ b/htdocs/user/list.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2015      Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
        * Copyright (C) 2016      Marcos García        <marcosgdf@gmail.com>
        *
      diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php
      index 4250465ff09..3f53a4c67dd 100644
      --- a/htdocs/user/logout.php
      +++ b/htdocs/user/logout.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004      Rodolphe Quiedeville  <rodolphe@quiedeville.org>
        * Copyright (C) 2003      Xavier Dutoit         <doli@sydesy.com>
        * Copyright (C) 2004-2009 Laurent Destailleur   <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@inodbox.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
      diff --git a/htdocs/user/note.php b/htdocs/user/note.php
      index 1cf994db9e9..c4f657a29bc 100644
      --- a/htdocs/user/note.php
      +++ b/htdocs/user/note.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
      index e0e6935bc48..0c43a12361d 100644
      --- a/htdocs/user/param_ihm.php
      +++ b/htdocs/user/param_ihm.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2010-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2010-2015 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013	   Florian Henry        <florian.henry@open-concept.pro.com>
        * Copyright (C) 2018      Ferran Marcet        <fmarcet@2byte.es>
        *
      diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
      index 26555d6f59e..519a0ef0a98 100644
      --- a/htdocs/user/passwordforgotten.php
      +++ b/htdocs/user/passwordforgotten.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2007-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2008-2012	Regis Houssin		<regis.houssin@inodbox.com>
        * Copyright (C) 2008-2011	Juanjo Menent		<jmenent@2byte.es>
        * Copyright (C) 2014       Teddy Andreotti    	<125155@supinfo.com>
        *
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index 8b7599f3707..f45b2b155fd 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -3,7 +3,7 @@
        * Copyright (C) 2002-2003	Jean-Louis Bergamo		<jlb@j1b.org>
        * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2004		Eric Seigne				<eric.seigne@ryxeo.com>
      - * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@inodbox.com>
        * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php
      index 45393d07303..200230e5ca7 100644
      --- a/htdocs/viewimage.php
      +++ b/htdocs/viewimage.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (C) 2005-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016 Regis Houssin        <regis.houssin@inodbox.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
      diff --git a/htdocs/webservices/admin/index.php b/htdocs/webservices/admin/index.php
      index 5c49e457c4f..3cd9aacdac8 100644
      --- a/htdocs/webservices/admin/index.php
      +++ b/htdocs/webservices/admin/index.php
      @@ -2,7 +2,7 @@
       /* Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2010	Laurent Destailleur		<eldy@users.sourceforge.org>
        * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
      - * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/htdocs/webservices/index.php b/htdocs/webservices/index.php
      index adbdb7a25f7..e0a1ba998c8 100644
      --- a/htdocs/webservices/index.php
      +++ b/htdocs/webservices/index.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2006-2011	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2011		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2011		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/htdocs/webservices/server_order.php b/htdocs/webservices/server_order.php
      index d41b2880210..c74b5660873 100644
      --- a/htdocs/webservices/server_order.php
      +++ b/htdocs/webservices/server_order.php
      @@ -1,7 +1,7 @@
       <?php
       /* Copyright (C) 2006-2016	Laurent Destailleur	<eldy@users.sourceforge.net>
        * Copyright (C) 2012		JF FERRY			<jfefe@aternatik.fr>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/scripts/emailings/mailing-send.php b/scripts/emailings/mailing-send.php
      index c36e7ea1cc3..52f54a4c7b8 100755
      --- a/scripts/emailings/mailing-send.php
      +++ b/scripts/emailings/mailing-send.php
      @@ -3,7 +3,7 @@
       /*
        * Copyright (C) 2004		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
        * Copyright (C) 2005-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2016	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2005-2016	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/scripts/members/sync_members_types_dolibarr2ldap.php b/scripts/members/sync_members_types_dolibarr2ldap.php
      index dac7ccfd0bc..dc1570c847f 100755
      --- a/scripts/members/sync_members_types_dolibarr2ldap.php
      +++ b/scripts/members/sync_members_types_dolibarr2ldap.php
      @@ -3,7 +3,7 @@
       /**
        * Copyright (C) 2005	Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2006	Laurent Destailleur		<eldy@users.sourceforge.net>
      - * Copyright (C) 2017	Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017	Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/scripts/members/sync_members_types_ldap2dolibarr.php b/scripts/members/sync_members_types_ldap2dolibarr.php
      index 27d7be686eb..cb85e38bd89 100755
      --- a/scripts/members/sync_members_types_ldap2dolibarr.php
      +++ b/scripts/members/sync_members_types_ldap2dolibarr.php
      @@ -4,7 +4,7 @@
        * Copyright (C) 2005		Rodolphe Quiedeville		<rodolphe@quiedeville.org>
        * Copyright (C) 2006-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
        * Copyright (C) 2013		Maxime Kohlhaas			<maxime@atm-consulting.fr>
      - * Copyright (C) 2017		Regis Houssin			<regis.houssin@capnetworks.com>
      + * Copyright (C) 2017		Regis Houssin			<regis.houssin@inodbox.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
      diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php
      index 008014fbcb5..ee7ec9375d6 100644
      --- a/test/phpunit/AllTests.php
      +++ b/test/phpunit/AllTests.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2011-2012  Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2011-2012  Regis Houssin       <regis.houssin@inodbox.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
      diff --git a/test/phpunit/BuildDocTest.php b/test/phpunit/BuildDocTest.php
      index cc2ac2339dc..985250aa705 100644
      --- a/test/phpunit/BuildDocTest.php
      +++ b/test/phpunit/BuildDocTest.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012  Laurent Destailleur <eldy@users.sourceforge.net>
      - * Copyright (C) 2012       Regis Houssin       <regis.houssin@capnetworks.com>
      + * Copyright (C) 2012       Regis Houssin       <regis.houssin@inodbox.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
      diff --git a/test/phpunit/FilesLibTest.php b/test/phpunit/FilesLibTest.php
      index 72e809aa051..c1a2a21b270 100644
      --- a/test/phpunit/FilesLibTest.php
      +++ b/test/phpunit/FilesLibTest.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/test/phpunit/GetUrlLibTest.php b/test/phpunit/GetUrlLibTest.php
      index 2a6d218dc93..c99f71a972f 100644
      --- a/test/phpunit/GetUrlLibTest.php
      +++ b/test/phpunit/GetUrlLibTest.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      diff --git a/test/phpunit/ImagesLibTest.php b/test/phpunit/ImagesLibTest.php
      index cc8ea5cdf67..1083eacf270 100644
      --- a/test/phpunit/ImagesLibTest.php
      +++ b/test/phpunit/ImagesLibTest.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2010-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
      + * Copyright (C) 2012		Regis Houssin		<regis.houssin@inodbox.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
      
      From e1625990f27cc2699f90e255fc446762de7c4611 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 20:54:53 +0200
      Subject: [PATCH 0676/1013] use strict compare
      
      ---
       htdocs/fourn/class/fournisseur.commande.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
      index ced75842606..bb0f8724907 100644
      --- a/htdocs/fourn/class/fournisseur.commande.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.class.php
      @@ -9,6 +9,7 @@
        * 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       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
      @@ -800,8 +801,7 @@ class CommandeFournisseur extends CommonOrder
                       $mybool|=@include_once $dir.$file;
                   }
       
      -            if (! $mybool)
      -            {
      +            if ($mybool === false) {
                       dol_print_error('',"Failed to include file ".$file);
                       return '';
                   }
      
      From 84219039a21764768254acb121dd6518c41aaaa0 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 20:57:59 +0200
      Subject: [PATCH 0677/1013] use strict compare
      
      ---
       htdocs/fourn/class/paiementfourn.class.php | 10 ++++------
       1 file changed, 4 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
      index a366faa0400..be3b9fbdcaa 100644
      --- a/htdocs/fourn/class/paiementfourn.class.php
      +++ b/htdocs/fourn/class/paiementfourn.class.php
      @@ -6,6 +6,7 @@
        * Copyright (C) 2010-2011 Juanjo Menent          <jmenent@2byte.es>
        * Copyright (C) 2014      Marcos García          <marcosgdf@gmail.com>
        * Copyright (C) 2018      Nicolas ZABOURI	  <info@inovea-conseil.com>
      + * Copyright (C) 2018       Frédéric France         <frederic.francenetlogic.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
      @@ -654,14 +655,12 @@ class PaiementFourn extends Paiement
       			}
       
       			// For compatibility
      -			if (! $mybool)
      -			{
      +			if ($mybool === false) {
       				$file = $conf->global->SUPPLIER_PAYMENT_ADDON.".php";
       				$classname = "mod_supplier_payment_".$conf->global->SUPPLIER_PAYMENT_ADDON;
       				$classname = preg_replace('/\-.*$/','',$classname);
       				// Include file with class
      -				foreach ($conf->file->dol_document_root as $dirroot)
      -				{
      +				foreach ($conf->file->dol_document_root as $dirroot) {
       					$dir = $dirroot."/core/modules/supplier_payment/";
       
       					// Load file with numbering class (if found)
      @@ -671,8 +670,7 @@ class PaiementFourn extends Paiement
       				}
       			}
       
      -			if (! $mybool)
      -			{
      +			if ($mybool === false) {
       				dol_print_error('',"Failed to include file ".$file);
       				return '';
       			}
      
      From d7507ac858d855923f016134df286a862a0aeed1 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 21:00:59 +0200
      Subject: [PATCH 0678/1013] use strict compare
      
      ---
       htdocs/fourn/class/fournisseur.facture.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index 58230038fcc..dd33c290f45 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -12,6 +12,7 @@
        * 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       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
      @@ -2280,9 +2281,8 @@ class FactureFournisseur extends CommonInvoice
                   $mybool|=@include_once $dir.$file;
               }
       
      -        if (! $mybool)
      -        {
      -        	dol_print_error('',"Failed to include file ".$file);
      +        if ($mybool === false) {
      +        	dol_print_error('', "Failed to include file ".$file);
               	return '';
               }
       
      
      From 5ad03fcd35bbc9ba972503c03e2f448337c67baf Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 21:19:19 +0200
      Subject: [PATCH 0679/1013] use strict compare
      
      ---
       htdocs/fichinter/class/fichinter.class.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php
      index 05a139e2a9a..70e95624c13 100644
      --- a/htdocs/fichinter/class/fichinter.class.php
      +++ b/htdocs/fichinter/class/fichinter.class.php
      @@ -6,6 +6,7 @@
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
        * Copyright (C) 2015      Charlie Benke        <charlie@patas-monkey.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
      @@ -805,15 +806,14 @@ class Fichinter extends CommonObject
       				$mybool|=@include_once $dir.$file;
       			}
       
      -			if (! $mybool)
      -			{
      -				dol_print_error('',"Failed to include file ".$file);
      +			if ($mybool === false) {
      +				dol_print_error('', "Failed to include file ".$file);
       				return '';
       			}
       
       			$obj = new $classname();
       			$numref = "";
      -			$numref = $obj->getNextValue($soc,$this);
      +			$numref = $obj->getNextValue($soc, $this);
       
       			if ( $numref != "")
       			{
      
      From fa48a442d6e2ffa92911c566630bcb7891db64a4 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 27 Oct 2018 21:21:59 +0200
      Subject: [PATCH 0680/1013] use strict compare
      
      ---
       htdocs/expensereport/class/expensereport.class.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php
      index 2b343dd0074..efb5c41e300 100644
      --- a/htdocs/expensereport/class/expensereport.class.php
      +++ b/htdocs/expensereport/class/expensereport.class.php
      @@ -4,6 +4,7 @@
        * Copyright (C) 2015 Alexandre Spangaro  <aspangaro@zendsi.com>
        * Copyright (C) 2016 Ferran Marcet       <fmarcet@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
      @@ -1512,7 +1513,7 @@ class ExpenseReport extends CommonObject
       			$classname = $conf->global->EXPENSEREPORT_ADDON;
       
       			// Include file with class
      -			$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
      +			$dirmodels=array_merge(array('/'), (array) $conf->modules_parts['models']);
       			foreach ($dirmodels as $reldir)
       			{
                       $dir = dol_buildpath($reldir."core/modules/expensereport/");
      @@ -1521,9 +1522,8 @@ class ExpenseReport extends CommonObject
                       $mybool|=@include_once $dir.$file;
                   }
       
      -            if (! $mybool)
      -            {
      -                dol_print_error('',"Failed to include file ".$file);
      +            if ($mybool === false) {
      +                dol_print_error('', "Failed to include file ".$file);
                       return '';
                   }
       
      
      From 2fe4763570848f4f36611ea1a6aa837aacbf5842 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sun, 28 Oct 2018 09:22:55 +0100
      Subject: [PATCH 0681/1013] Fix default accounting accounts on loan creation
       #9643
      
      ---
       htdocs/loan/card.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php
      index 79569f62df3..d7e81c9e2dd 100644
      --- a/htdocs/loan/card.php
      +++ b/htdocs/loan/card.php
      @@ -340,19 +340,19 @@ if ($action == 'create')
       		// Accountancy_account_capital
       		print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("LoanAccountancyCapitalCode").'</td>';
       		print '<td>';
      -		print $formaccounting->select_account($object->accountancy_account_capital, 'accountancy_account_capital', 1, '', 0, 1);
      +		print $formaccounting->select_account(GETPOST('accountancy_account_capital')?GETPOST('accountancy_account_capital'):$conf->global->LOAN_ACCOUNTING_ACCOUNT_CAPITAL, 'accountancy_account_capital', 1, '', 1, 1);
       		print '</td></tr>';
       
       		// Accountancy_account_insurance
       		print '<tr><td class="fieldrequired">'.$langs->trans("LoanAccountancyInsuranceCode").'</td>';
       		print '<td>';
      -		print $formaccounting->select_account($object->accountancy_account_insurance, 'accountancy_account_insurance', 1, '', 0, 1);
      +		print $formaccounting->select_account(GETPOST('accountancy_account_insurance')?GETPOST('accountancy_account_insurance'):$conf->global->LOAN_ACCOUNTING_ACCOUNT_INSURANCE, 'accountancy_account_insurance', 1, '', 1, 1);
       		print '</td></tr>';
       
       		// Accountancy_account_interest
       		print '<tr><td class="fieldrequired">'.$langs->trans("LoanAccountancyInterestCode").'</td>';
       		print '<td>';
      -		print $formaccounting->select_account($object->accountancy_account_interest, 'accountancy_account_interest', 1, '', 0, 1);
      +		print $formaccounting->select_account(GETPOST('accountancy_account_interest')?GETPOST('accountancy_account_interest'):$conf->global->LOAN_ACCOUNTING_ACCOUNT_INTEREST, 'accountancy_account_interest', 1, '', 1, 1);
       		print '</td></tr>';
       	}
       	else // For external software
      
      From 28360f6710eeebc14dff60a2957fb9177e079a56 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Sun, 28 Oct 2018 09:41:11 +0100
      Subject: [PATCH 0682/1013] FIX add to migrate_delete_old_files
      
      ---
       htdocs/install/upgrade2.php | 82 ++++++++++++++++++-------------------
       1 file changed, 41 insertions(+), 41 deletions(-)
      
      diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
      index 603d521f5ec..88d4d16b6f9 100644
      --- a/htdocs/install/upgrade2.php
      +++ b/htdocs/install/upgrade2.php
      @@ -4425,50 +4425,50 @@ function migrate_rename_directories($db,$langs,$conf,$oldname,$newname)
        */
       function migrate_delete_old_files($db,$langs,$conf)
       {
      -    $result=true;
      +	$result=true;
       
      -    dolibarr_install_syslog("upgrade2::migrate_delete_old_files");
      +	dolibarr_install_syslog("upgrade2::migrate_delete_old_files");
       
      -    // List of files to delete
      -    $filetodeletearray=array(
      -    DOL_DOCUMENT_ROOT.'/core/triggers/interface_demo.class.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/barre_left/default.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/barre_top/default.php',
      -    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',
      -    DOL_DOCUMENT_ROOT.'/core/triggers/interface_modCommande_Ecotax.class.php',
      -    DOL_DOCUMENT_ROOT.'/core/triggers/interface_modCommande_fraisport.class.php',
      -    DOL_DOCUMENT_ROOT.'/core/triggers/interface_modPropale_PropalWorkflow.class.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone.lib.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone_backoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone_frontoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/standard/auguria_backoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/standard/auguria_frontoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/standard/eldy_backoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/menus/standard/eldy_frontoffice.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts2.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts3.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts4.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/framboise.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/dolibarr_services_expired.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/peche.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/poire.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/mailings/kiwi.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/facture/pdf_crabe.modules.php',
      -    DOL_DOCUMENT_ROOT.'/core/modules/facture/pdf_oursin.modules.php',
      -
      -    DOL_DOCUMENT_ROOT.'/compta/facture/class/api_invoice.class.php',
      -    DOL_DOCUMENT_ROOT.'/commande/class/api_commande.class.php',
      -    DOL_DOCUMENT_ROOT.'/user/class/api_user.class.php',
      -    DOL_DOCUMENT_ROOT.'/product/class/api_product.class.php',
      -    DOL_DOCUMENT_ROOT.'/societe/class/api_contact.class.php',
      -    DOL_DOCUMENT_ROOT.'/societe/class/api_thirdparty.class.php'
      +	// List of files to delete
      +	$filetodeletearray=array(
      +		DOL_DOCUMENT_ROOT.'/core/triggers/interface_demo.class.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/barre_left/default.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/barre_top/default.php',
      +		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',
      +		DOL_DOCUMENT_ROOT.'/core/triggers/interface_modCommande_Ecotax.class.php',
      +		DOL_DOCUMENT_ROOT.'/core/triggers/interface_modCommande_fraisport.class.php',
      +		DOL_DOCUMENT_ROOT.'/core/triggers/interface_modPropale_PropalWorkflow.class.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone.lib.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone_backoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/smartphone/iphone_frontoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/standard/auguria_backoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/standard/auguria_frontoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/standard/eldy_backoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/menus/standard/eldy_frontoffice.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts2.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts3.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/contacts4.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/framboise.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/dolibarr_services_expired.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/peche.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/poire.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/mailings/kiwi.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/facture/pdf_crabe.modules.php',
      +		DOL_DOCUMENT_ROOT.'/core/modules/facture/pdf_oursin.modules.php',
       
      +		DOL_DOCUMENT_ROOT.'/compta/facture/class/api_invoice.class.php',
      +		DOL_DOCUMENT_ROOT.'/commande/class/api_commande.class.php',
      +		DOL_DOCUMENT_ROOT.'/user/class/api_user.class.php',
      +		DOL_DOCUMENT_ROOT.'/product/class/api_product.class.php',
      +		DOL_DOCUMENT_ROOT.'/societe/class/api_contact.class.php',
      +		DOL_DOCUMENT_ROOT.'/societe/class/api_thirdparty.class.php',
      +		DOL_DOCUMENT_ROOT.'/support/online.php'
           );
       
           foreach ($filetodeletearray as $filetodelete)
      
      From 46d3bec104695e17dd08430d78438190dc95c4d9 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sun, 28 Oct 2018 10:25:56 +0100
      Subject: [PATCH 0683/1013] Fix replenish wasn't caring about supplier price
       min quantity #9561
      
      ---
       htdocs/langs/en_US/errors.lang     |  1 +
       htdocs/product/stock/replenish.php | 45 +++++++++++++++++-------------
       2 files changed, 26 insertions(+), 20 deletions(-)
      
      diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
      index 45c1426556e..25a5344ff62 100644
      --- a/htdocs/langs/en_US/errors.lang
      +++ b/htdocs/langs/en_US/errors.lang
      @@ -88,6 +88,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
      index 46200a2f6a7..3bc2bcdd85c 100644
      --- a/htdocs/product/stock/replenish.php
      +++ b/htdocs/product/stock/replenish.php
      @@ -106,12 +106,15 @@ if ($action == 'order' && isset($_POST['valid']))
       {
           $linecount = GETPOST('linecount', 'int');
           $box = 0;
      +	$errorQty = 0;
           unset($_POST['linecount']);
           if ($linecount > 0)
           {
           	$db->begin();
       
               $suppliers = array();
      +		require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.product.class.php';
      +		$productsupplier = new ProductFournisseur($db);
               for ($i = 0; $i < $linecount; $i++)
               {
                   if (GETPOST('choose' . $i, 'alpha') === 'on' && GETPOST('fourn' . $i, 'int') > 0)
      @@ -121,13 +124,9 @@ if ($action == 'order' && isset($_POST['valid']))
                       $supplierpriceid = GETPOST('fourn'.$i, 'int');
                       //get all the parameters needed to create a line
                       $qty = GETPOST('tobuy'.$i, 'int');
      -                //$desc = GETPOST('desc'.$i, 'alpha');
      -                $sql = 'SELECT fk_product, fk_soc, ref_fourn';
      -                $sql .= ', tva_tx, unitprice, remise_percent FROM ';
      -                $sql .= MAIN_DB_PREFIX . 'product_fournisseur_price';
      -                $sql .= ' WHERE rowid = ' . $supplierpriceid;
      -                $resql = $db->query($sql);
      -                if ($resql && $db->num_rows($resql) > 0)
      +				$idprod=$productsupplier->get_buyprice($supplierpriceid, $qty);
      +				$res=$productsupplier->fetch($idprod);
      +                if ($res && $idprod > 0)
                       {
                       	if ($qty)
                       	{
      @@ -135,33 +134,37 @@ if ($action == 'order' && isset($_POST['valid']))
       	                    $obj = $db->fetch_object($resql);
       	                    $line = new CommandeFournisseurLigne($db);
       	                    $line->qty = $qty;
      -	                    $line->fk_product = $obj->fk_product;
      +	                    $line->fk_product = $idprod;
       
      -	                    $product = new Product($db);
      -	                    $product->fetch($obj->fk_product);
      +	                    //$product = new Product($db);
      +	                    //$product->fetch($obj->fk_product);
       	                    if (! empty($conf->global->MAIN_MULTILANGS))
       	                    {
      -	                        $product->getMultiLangs();
      +	                        $productsupplier->getMultiLangs();
       	                    }
      -	                    $line->desc = $product->description;
      +	                    $line->desc = $productsupplier->description;
                               if (! empty($conf->global->MAIN_MULTILANGS))
                               {
                                   // TODO Get desc in language of thirdparty
                               }
       
      -	                    $line->tva_tx = $obj->tva_tx;
      -	                    $line->subprice = $obj->unitprice;
      -	                    $line->total_ht = $obj->unitprice * $qty;
      +	                    $line->tva_tx = $productsupplier->vatrate_supplier;
      +	                    $line->subprice = $productsupplier->fourn_pu;
      +	                    $line->total_ht = $productsupplier->fourn_pu * $qty;
       	                    $tva = $line->tva_tx / 100;
       	                    $line->total_tva = $line->total_ht * $tva;
       	                    $line->total_ttc = $line->total_ht + $line->total_tva;
      -						$line->remise_percent = $obj->remise_percent;
      -	                    $line->ref_fourn = $obj->ref_fourn;
      -						$line->type = $product->type;
      -						$line->fk_unit = $product->fk_unit;
      -	                    $suppliers[$obj->fk_soc]['lines'][] = $line;
      +						$line->remise_percent = $productsupplier->remise_percent;
      +	                    $line->ref_fourn = $productsupplier->ref_supplier;
      +						$line->type = $productsupplier->type;
      +						$line->fk_unit = $productsupplier->fk_unit;
      +	                    $suppliers[$productsupplier->fourn_socid]['lines'][] = $line;
                       	}
                       }
      +				elseif ($idprod == -1)
      +				{
      +					$errorQty++;
      +				}
                       else
       				{
                           $error=$db->lasterror();
      @@ -242,6 +245,8 @@ if ($action == 'order' && isset($_POST['valid']))
                   }
               }
       
      +		if($errorQty) setEventMessages($langs->trans('ErrorOrdersNotCreatedQtyTooLow'), null, 'warnings');
      +
               if (! $fail && $id)
               {
               	$db->commit();
      
      From b68b8fe412350af48ce507ceb1fba526bc1843fd Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Sun, 28 Oct 2018 11:02:18 +0100
      Subject: [PATCH 0684/1013] Fix changing currency in a doc was recalculating
       amounts in company currency #9801
      
      ---
       htdocs/core/class/commonobject.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index d4102873dae..88386521079 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -1778,7 +1778,7 @@ abstract class CommonObject
       				$this->multicurrency_code = $code;
       
       				list($fk_multicurrency, $rate) = MultiCurrency::getIdAndTxFromCode($this->db, $code);
      -				if ($rate) $this->setMulticurrencyRate($rate);
      +				if ($rate) $this->setMulticurrencyRate($rate,2);
       
       				return 1;
       			}
      
      From af9b8f033a804e667b44f8e97680e064acb7dade Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 28 Oct 2018 17:23:42 +0100
      Subject: [PATCH 0685/1013] Click to refresh
      
      ---
       htdocs/langs/en_US/main.lang | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index 03d65917a97..fa74cfa44bc 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -750,6 +750,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      
      From 4611b96da819529cb1600f089d1c4312cecb4dc6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 28 Oct 2018 20:18:09 +0100
      Subject: [PATCH 0686/1013] Fix phpcs
      
      ---
       htdocs/admin/holiday.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
      index c02c9bd480d..81becbaa37c 100644
      --- a/htdocs/admin/holiday.php
      +++ b/htdocs/admin/holiday.php
      @@ -513,7 +513,6 @@ print '<input type="submit" class="button" value="'.$langs->trans("Save").'">';
       print '</div>';
       
       print '</form>';
      -
       }
       
       
      
      From 9b3fc6527c82fcbcb6502c3477a33262e1a7fa4b Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sun, 28 Oct 2018 23:50:13 +0100
      Subject: [PATCH 0687/1013] Update box_graph_product_distribution.php
      
      ---
       htdocs/core/boxes/box_graph_product_distribution.php | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/boxes/box_graph_product_distribution.php b/htdocs/core/boxes/box_graph_product_distribution.php
      index 42afa4fbfe0..9dc4c162e0f 100644
      --- a/htdocs/core/boxes/box_graph_product_distribution.php
      +++ b/htdocs/core/boxes/box_graph_product_distribution.php
      @@ -1,5 +1,6 @@
       <?php
       /* Copyright (C) 2013-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
      @@ -139,10 +140,10 @@ class box_graph_product_distribution extends ModeleBoxes
       
       		if (! empty($conf->facture->enabled) && ! empty($user->rights->facture->lire))
       		{
      -
       			// Build graphic number of object. $data = array(array('Lib',val1,val2,val3),...)
       			if ($showinvoicenb)
       			{
      +                $langs->load("bills");
       				include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facturestats.class.php';
       
       				$showpointvalue = 1; $nocolor = 0;
      @@ -202,6 +203,7 @@ class box_graph_product_distribution extends ModeleBoxes
       			// Build graphic number of object. $data = array(array('Lib',val1,val2,val3),...)
       			if ($showpropalnb)
       			{
      +                $langs->load("propal");
       				include_once DOL_DOCUMENT_ROOT.'/comm/propal/class/propalestats.class.php';
       
       				$showpointvalue = 1; $nocolor = 0;
      @@ -258,11 +260,10 @@ class box_graph_product_distribution extends ModeleBoxes
       
       		if (! empty($conf->commande->enabled) && ! empty($user->rights->commande->lire))
       		{
      -			$langs->load("orders");
      -
       			// Build graphic number of object. $data = array(array('Lib',val1,val2,val3),...)
       			if ($showordernb)
       			{
      +			    $langs->load("orders");
       				include_once DOL_DOCUMENT_ROOT.'/commande/class/commandestats.class.php';
       
       				$showpointvalue = 1; $nocolor = 0;
      
      From f8a49edf782dea3cdf6990d297b518c5e12b5e49 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 00:55:55 +0100
      Subject: [PATCH 0688/1013] Fix use setup of template for attached files in
       mass actions
      
      ---
       htdocs/core/class/html.formmail.class.php | 7 +++++++
       1 file changed, 7 insertions(+)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 68da2dce777..640355c1295 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -880,6 +880,13 @@ class FormMail extends Form
       				$out.= '<td>'.$langs->trans("MailFile").'</td>';
       
       				$out.= '<td>';
      +
      +				// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      +				if (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      +				{
      +					$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
      +				}
      +
       				if (! empty($this->withmaindocfile))
       				{
       					if ($this->withmaindocfile == 1)
      
      From dbb2168b83207ec077cab073a8489d9a5d0780f7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 02:02:43 +0100
      Subject: [PATCH 0689/1013] FIX thirdparty property of object not loaded when
       only one record
      
      ---
       htdocs/core/actions_massactions.inc.php | 8 ++++++--
       1 file changed, 6 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index 6621ffaeb8a..d3cdc0093b1 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -333,12 +333,16 @@ if (! $error && $massaction == 'confirm_presend')
       				if ($objectclass == 'CommandeFournisseur')	$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_ORDER_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_ORDER_TO));
       				if ($objectclass == 'FactureFournisseur')	$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_INVOICE_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_INVOICE_TO));
       
      -				// $listofqualifiedobj is array with key = object id of qualified objects for the current thirdparty
      +				// $listofqualifiedobj is array with key = object id and value is instance of qualified objects, for the current thirdparty (but thirdparty property is not loaded yet)
       				$oneemailperrecipient=(GETPOST('oneemailperrecipient')=='on'?1:0);
       				$looparray=array();
       				if (! $oneemailperrecipient)
       				{
       					$looparray = $listofqualifiedobj;
      +					foreach ($looparray as $key => $objecttmp)
      +					{
      +						$looparray[$key]->thirdparty = $thirdparty;
      +					}
       				}
       				else
       				{
      @@ -348,7 +352,7 @@ if (! $error && $massaction == 'confirm_presend')
       				}
       				//var_dump($looparray);exit;
       
      -				foreach ($looparray as $objecttmp)		// $objecttmp is a real object or an empty if we choose to send one email per thirdparty instead of per record
      +				foreach ($looparray as $objecttmp)		// $objecttmp is a real object or an empty object if we choose to send one email per thirdparty instead of one per record
       				{
       					// Make substitution in email content
       					$substitutionarray=getCommonSubstitutionArray($langs, 0, null, $objecttmp);
      
      From 770f8c3f3b6fc171fcb4cf598871be4274c38d9d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 02:11:33 +0100
      Subject: [PATCH 0690/1013] FIX Selection of addmaindocfile is lost on error
      
      ---
       htdocs/core/class/html.formmail.class.php |  8 ++++++--
       htdocs/core/tpl/massactions_pre.tpl.php   | 11 ++++++-----
       2 files changed, 12 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 640355c1295..de93ee8f66d 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -881,8 +881,12 @@ class FormMail extends Form
       
       				$out.= '<td>';
       
      +				if (GETPOSTISSET('sendmail'))
      +				{
      +					$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
      +				}
       				// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      -				if (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      +				elseif (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
       				{
       					$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
       				}
      @@ -895,7 +899,7 @@ class FormMail extends Form
       					}
       					if ($this->withmaindocfile == -1)
       					{
      -						$out.='<input type="checkbox" name="addmaindocfile" checked="checked" />';
      +						$out.='<input type="checkbox" name="addmaindocfile" value="1" checked="checked" />';
       					}
       					$out.=' '.$langs->trans("JoinMainDoc").'.<br>';
       				}
      diff --git a/htdocs/core/tpl/massactions_pre.tpl.php b/htdocs/core/tpl/massactions_pre.tpl.php
      index d46e27e28af..a66e9ba270e 100644
      --- a/htdocs/core/tpl/massactions_pre.tpl.php
      +++ b/htdocs/core/tpl/massactions_pre.tpl.php
      @@ -41,11 +41,12 @@ if ($massaction == 'presend')
       {
       	$langs->load("mails");
       
      +	$listofselectedid = array();
      +	$listofselectedthirdparties = array();
      +	$listofselectedref = array();
      +	
       	if (! GETPOST('cancel', 'alpha'))
       	{
      -		$listofselectedid = array();
      -		$listofselectedthirdparties = array();
      -		$listofselectedref = array();
       		foreach ($arrayofselected as $toselectid)
       		{
       			$result = $objecttmp->fetch($toselectid);
      @@ -110,8 +111,8 @@ if ($massaction == 'presend')
       	} else {
       		$formmail->withtoreadonly = 1;
       	}
      -
      -	$formmail->withoptiononeemailperrecipient = empty($liste)?0:((GETPOST('oneemailperrecipient')=='on')?1:-1);
      +	
      +	$formmail->withoptiononeemailperrecipient = (count($listofselectedref) == 1 || empty($liste))? 0 : ((GETPOST('oneemailperrecipient')=='on')?1:-1);
       	$formmail->withto = empty($liste)?(GETPOST('sendto','alpha')?GETPOST('sendto','alpha'):array()):$liste;
       	$formmail->withtofree = empty($liste)?1:0;
       	$formmail->withtocc = 1;
      
      From 6e3822345cec2bc1f497a10a23e110fd0be6bb62 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 00:55:55 +0100
      Subject: [PATCH 0691/1013] Fix use setup of template for attached files in
       mass actions
      
      ---
       htdocs/core/class/html.formmail.class.php | 7 +++++++
       1 file changed, 7 insertions(+)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 117bfb13769..6c74c1ca612 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -845,6 +845,13 @@ class FormMail extends Form
       				$out.= '<td>'.$langs->trans("MailFile").'</td>';
       
       				$out.= '<td>';
      +
      +				// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      +				if (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      +				{
      +					$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
      +				}
      +
       				if (! empty($this->withmaindocfile))
       				{
       					if ($this->withmaindocfile == 1)
      
      From 244c7f8dc3a7f359f1fd356d72ec22c4dfb76dba Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 02:02:43 +0100
      Subject: [PATCH 0692/1013] FIX thirdparty property of object not loaded when
       only one record
      
      ---
       htdocs/core/actions_massactions.inc.php | 8 ++++++--
       1 file changed, 6 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index b59b03d536f..710091a1661 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -333,12 +333,16 @@ if (! $error && $massaction == 'confirm_presend')
       				if ($objectclass == 'CommandeFournisseur')	$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_ORDER_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_ORDER_TO));
       				if ($objectclass == 'FactureFournisseur')	$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_INVOICE_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_INVOICE_TO));
       
      -				// $listofqualifiedobj is array with key = object id of qualified objects for the current thirdparty
      +				// $listofqualifiedobj is array with key = object id and value is instance of qualified objects, for the current thirdparty (but thirdparty property is not loaded yet)
       				$oneemailperrecipient=(GETPOST('oneemailperrecipient')=='on'?1:0);
       				$looparray=array();
       				if (! $oneemailperrecipient)
       				{
       					$looparray = $listofqualifiedobj;
      +					foreach ($looparray as $key => $objecttmp)
      +					{
      +						$looparray[$key]->thirdparty = $thirdparty;
      +					}
       				}
       				else
       				{
      @@ -348,7 +352,7 @@ if (! $error && $massaction == 'confirm_presend')
       				}
       				//var_dump($looparray);exit;
       
      -				foreach ($looparray as $objecttmp)		// $objecttmp is a real object or an empty if we choose to send one email per thirdparty instead of per record
      +				foreach ($looparray as $objecttmp)		// $objecttmp is a real object or an empty object if we choose to send one email per thirdparty instead of one per record
       				{
       					// Make substitution in email content
       					$substitutionarray=getCommonSubstitutionArray($langs, 0, null, $objecttmp);
      
      From 553e984465609c7d1454f4f3e623805c65ca627c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 02:11:33 +0100
      Subject: [PATCH 0693/1013] FIX Selection of addmaindocfile is lost on error
      
      ---
       htdocs/core/class/html.formmail.class.php |  8 ++++++--
       htdocs/core/tpl/massactions_pre.tpl.php   | 11 ++++++-----
       2 files changed, 12 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 6c74c1ca612..434f49bb3d6 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -846,8 +846,12 @@ class FormMail extends Form
       
       				$out.= '<td>';
       
      +				if (GETPOSTISSET('sendmail'))
      +				{
      +					$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
      +				}
       				// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      -				if (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      +				elseif (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
       				{
       					$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
       				}
      @@ -860,7 +864,7 @@ class FormMail extends Form
       					}
       					if ($this->withmaindocfile == -1)
       					{
      -						$out.='<input type="checkbox" name="addmaindocfile" checked="checked" />';
      +						$out.='<input type="checkbox" name="addmaindocfile" value="1" checked="checked" />';
       					}
       					$out.=' '.$langs->trans("JoinMainDoc").'.<br>';
       				}
      diff --git a/htdocs/core/tpl/massactions_pre.tpl.php b/htdocs/core/tpl/massactions_pre.tpl.php
      index d46e27e28af..a66e9ba270e 100644
      --- a/htdocs/core/tpl/massactions_pre.tpl.php
      +++ b/htdocs/core/tpl/massactions_pre.tpl.php
      @@ -41,11 +41,12 @@ if ($massaction == 'presend')
       {
       	$langs->load("mails");
       
      +	$listofselectedid = array();
      +	$listofselectedthirdparties = array();
      +	$listofselectedref = array();
      +	
       	if (! GETPOST('cancel', 'alpha'))
       	{
      -		$listofselectedid = array();
      -		$listofselectedthirdparties = array();
      -		$listofselectedref = array();
       		foreach ($arrayofselected as $toselectid)
       		{
       			$result = $objecttmp->fetch($toselectid);
      @@ -110,8 +111,8 @@ if ($massaction == 'presend')
       	} else {
       		$formmail->withtoreadonly = 1;
       	}
      -
      -	$formmail->withoptiononeemailperrecipient = empty($liste)?0:((GETPOST('oneemailperrecipient')=='on')?1:-1);
      +	
      +	$formmail->withoptiononeemailperrecipient = (count($listofselectedref) == 1 || empty($liste))? 0 : ((GETPOST('oneemailperrecipient')=='on')?1:-1);
       	$formmail->withto = empty($liste)?(GETPOST('sendto','alpha')?GETPOST('sendto','alpha'):array()):$liste;
       	$formmail->withtofree = empty($liste)?1:0;
       	$formmail->withtocc = 1;
      
      From 04f80f0925279bd614d20107aac94e32b52a0043 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 02:27:51 +0100
      Subject: [PATCH 0694/1013] FIX Do not show check box if not applicable
      
      ---
       htdocs/core/actions_massactions.inc.php   |  2 +-
       htdocs/core/class/html.formmail.class.php | 17 ++++++++++-------
       2 files changed, 11 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index 710091a1661..312d6c3d507 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -93,7 +93,7 @@ if (! $error && $massaction == 'confirm_presend')
       	}
       
       	// Check mandatory parameters
      -	if (empty($user->email))
      +	if (GETPOST('fromtype','alpha') === 'user' && empty($user->email))
       	{
       		$error++;
       		setEventMessages($langs->trans("NoSenderEmailDefined"), null, 'warnings');
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 434f49bb3d6..99f14e973ca 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -846,14 +846,17 @@ class FormMail extends Form
       
       				$out.= '<td>';
       
      -				if (GETPOSTISSET('sendmail'))
      +				if ($this->withmaindocfile)	// withmaindocfile is set to 1 or -1 to show the checkbox (-1 = checked or 1 = not checked)
       				{
      -					$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
      -				}
      -				// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      -				elseif (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      -				{
      -					$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
      +					if (GETPOSTISSET('sendmail'))
      +					{
      +						$this->withmaindocfile = (GETPOST('addmaindocfile', 'alpha') ? -1 : 1);
      +					}
      +					// If a template was selected, we use setup of template to define if join file checkbox is selected or not.
      +					elseif (is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
      +					{
      +						$this->withmaindocfile = ($arraydefaultmessage->joinfiles ? -1 : 1);
      +					}
       				}
       
       				if (! empty($this->withmaindocfile))
      
      From 08862fb482f49fe5d35d4d7eac6a0fbb30274fff Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 03:25:21 +0100
      Subject: [PATCH 0695/1013] Log success of emails
      
      ---
       htdocs/core/actions_massactions.inc.php |  3 ++-
       htdocs/core/class/CMailFile.class.php   | 10 +++++++++-
       2 files changed, 11 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index adf7b9b7c89..088ae69ebed 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -83,9 +83,10 @@ if (! $error && $massaction == 'confirm_presend')
       			if ($result > 0)
       			{
       				$listofobjectid[$toselectid]=$toselectid;
      -				$thirdpartyid=$objecttmp->fk_soc?$objecttmp->fk_soc:$objecttmp->socid;
      +				$thirdpartyid=($objecttmp->fk_soc?$objecttmp->fk_soc:$objecttmp->socid);
       				if ($objecttmp->element == 'societe') $thirdpartyid=$objecttmp->id;
       				if ($objecttmp->element == 'expensereport') $thirdpartyid=$objecttmp->fk_user_author;
      +				if ($objecttmp->element == 'holiday') $thirdpartyid=$objecttmp->fk_user;
       				$listofobjectthirdparties[$thirdpartyid]=$thirdpartyid;
       				$listofobjectref[$thirdpartyid][$toselectid]=$objecttmp;
       			}
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index a37f6b1562b..f64e18abb32 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -735,7 +735,11 @@ class CMailFile
       					if (! empty($conf->global->MAIN_MAIL_DEBUG)) $this->dump_mail();
       
       					$result=$this->smtps->getErrors();
      -					if (empty($this->error) && empty($result)) $res=true;
      +					if (empty($this->error) && empty($result))
      +					{
      +						dol_syslog("CMailFile::sendfile: mail end success", LOG_DEBUG);
      +						$res=true;
      +					}
       					else
       					{
       						if (empty($this->error)) $this->error=$result;
      @@ -798,6 +802,10 @@ class CMailFile
       					dol_syslog("CMailFile::sendfile: mail end error=".$this->error, LOG_ERR);
       					$res=false;
       				}
      +				else
      +				{
      +					dol_syslog("CMailFile::sendfile: mail end success", LOG_DEBUG);
      +				}
       			}
       			else
       			{
      
      From fcfb9746a858aef3319193b23d0471b6c478b444 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 03:42:02 +0100
      Subject: [PATCH 0696/1013] Fix trackid when email sent from mass actions
      
      ---
       htdocs/core/actions_massactions.inc.php | 29 +++++++++++++++++++++----
       1 file changed, 25 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index 088ae69ebed..cbb3d70fbf4 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -74,6 +74,7 @@ if (! $error && $massaction == 'confirm_presend')
       	{
       		$thirdparty=new Societe($db);
       		if ($objecttmp->element == 'expensereport') $thirdparty=new User($db);
      +		if ($objecttmp->element == 'holiday')       $thirdparty=new User($db);
       
       		$objecttmp=new $objectclass($db);
       		foreach($toselect as $toselectid)
      @@ -84,9 +85,9 @@ if (! $error && $massaction == 'confirm_presend')
       			{
       				$listofobjectid[$toselectid]=$toselectid;
       				$thirdpartyid=($objecttmp->fk_soc?$objecttmp->fk_soc:$objecttmp->socid);
      -				if ($objecttmp->element == 'societe') $thirdpartyid=$objecttmp->id;
      +				if ($objecttmp->element == 'societe')       $thirdpartyid=$objecttmp->id;
       				if ($objecttmp->element == 'expensereport') $thirdpartyid=$objecttmp->fk_user_author;
      -				if ($objecttmp->element == 'holiday') $thirdpartyid=$objecttmp->fk_user;
      +				if ($objecttmp->element == 'holiday')       $thirdpartyid=$objecttmp->fk_user;
       				$listofobjectthirdparties[$thirdpartyid]=$thirdpartyid;
       				$listofobjectref[$thirdpartyid][$toselectid]=$objecttmp;
       			}
      @@ -327,7 +328,7 @@ if (! $error && $massaction == 'confirm_presend')
       				$message = GETPOST('message','none');
       
       				$sendtobcc = GETPOST('sendtoccc');
      -				if ($objectclass == 'Propale') 				$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_PROPOSAL_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_PROPOSAL_TO));
      +				if ($objectclass == 'Propal') 				$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_PROPOSAL_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_PROPOSAL_TO));
       				if ($objectclass == 'Commande') 			$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_ORDER_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_ORDER_TO));
       				if ($objectclass == 'Facture') 				$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_INVOICE_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_INVOICE_TO));
       				if ($objectclass == 'Supplier_Proposal') 	$sendtobcc .= (empty($conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_PROPOSAL_TO) ? '' : (($sendtobcc?", ":"").$conf->global->MAIN_MAIL_AUTOCOPY_SUPPLIER_PROPOSAL_TO));
      @@ -380,11 +381,31 @@ if (! $error && $massaction == 'confirm_presend')
       					$filename = $attachedfiles['names'];
       					$mimetype = $attachedfiles['mimes'];
       
      +					// Define the trackid when emails sent from the mass action
      +					if ($oneemailperrecipient)
      +					{
      +						$trackid='thi'.$thirdparty->id;
      +						if ($objecttmp->element == 'expensereport') $trackid='use'.$thirdparty->id;
      +						if ($objecttmp->element == 'holiday') $trackid='use'.$thirdparty->id;
      +					}
      +					else
      +					{
      +						$trackid=strtolower(get_class($objecttmp));
      +						if (get_class($objecttmp)=='Contrat')  $trackid='con';
      +						if (get_class($objecttmp)=='Propal')   $trackid='pro';
      +						if (get_class($objecttmp)=='Commande') $trackid='ord';
      +						if (get_class($objecttmp)=='Facture')  $trackid='inv';
      +						if (get_class($objecttmp)=='Supplier_Proposal')   $trackid='spr';
      +						if (get_class($objecttmp)=='CommandeFournisseur') $trackid='sor';
      +						if (get_class($objecttmp)=='FactureFournisseur')  $trackid='sin';
      +
      +						$trackid.=$objecttmp->id;
      +					}
       					//var_dump($filepath);
       
       					// Send mail (substitutionarray must be done just before this)
       					require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
      -					$mailfile = new CMailFile($subject,$sendto,$from,$message,$filepath,$mimetype,$filename,$sendtocc,$sendtobcc,$deliveryreceipt,-1);
      +					$mailfile = new CMailFile($subject,$sendto,$from,$message,$filepath,$mimetype,$filename,$sendtocc,$sendtobcc,$deliveryreceipt,-1,'','',$trackid);
       					if ($mailfile->error)
       					{
       						$resaction.='<div class="error">'.$mailfile->error.'</div>';
      
      From 7785cae9aa4f87e8ca92826050e4d40128b1349b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 03:46:45 +0100
      Subject: [PATCH 0697/1013] Code comment
      
      ---
       htdocs/core/actions_massactions.inc.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index cbb3d70fbf4..39b89ba21f9 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -402,6 +402,7 @@ if (! $error && $massaction == 'confirm_presend')
       						$trackid.=$objecttmp->id;
       					}
       					//var_dump($filepath);
      +					//var_dump($trackid);exit;
       
       					// Send mail (substitutionarray must be done just before this)
       					require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
      
      From 31497e867f8ff76227f1af3db72220fc4189ee73 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Mon, 29 Oct 2018 11:01:02 +0100
      Subject: [PATCH 0698/1013] FIX missing entity filter
      
      ---
       htdocs/projet/class/project.class.php | 14 +++++++-------
       1 file changed, 7 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index a704c7d641e..4a67b948c72 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -529,11 +529,11 @@ class Project extends CommonObject
       
       		if ($type == 'agenda')
               {
      -        	$sql = "SELECT id as rowid FROM " . MAIN_DB_PREFIX . "actioncomm WHERE fk_project IN (". $ids .")";
      +        	$sql = "SELECT id as rowid FROM " . MAIN_DB_PREFIX . "actioncomm WHERE fk_project IN (". $ids .") AND entity IN (".getEntity('agenda').")";
               }
               elseif ($type == 'expensereport')
       		{
      -            $sql = "SELECT ed.rowid FROM " . MAIN_DB_PREFIX . "expensereport as e, " . MAIN_DB_PREFIX . "expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND ed.fk_projet IN (". $ids .")";
      +            $sql = "SELECT ed.rowid FROM " . MAIN_DB_PREFIX . "expensereport as e, " . MAIN_DB_PREFIX . "expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND ed.fk_projet IN (". $ids .") AND entity IN (".getEntity('expensereport').")";
       		}
               elseif ($type == 'project_task')
       		{
      @@ -545,11 +545,11 @@ class Project extends CommonObject
       		}
       		elseif ($type == 'stock_mouvement')
       		{
      -			$sql = 'SELECT ms.rowid, ms.fk_user_author as fk_user FROM ' . MAIN_DB_PREFIX . "stock_mouvement as ms WHERE ms.origintype = 'project' AND ms.fk_origin  IN (". $ids .") AND ms.type_mouvement = 1";
      +			$sql = 'SELECT ms.rowid, ms.fk_user_author as fk_user FROM ' . MAIN_DB_PREFIX . "stock_mouvement as ms WHERE ms.origintype = 'project' AND ms.fk_origin IN (". $ids .") AND ms.type_mouvement = 1";
       		}
               else
       		{
      -            $sql = "SELECT rowid FROM " . MAIN_DB_PREFIX . $tablename." WHERE fk_projet IN (". $ids .")";
      +            $sql = "SELECT rowid FROM " . MAIN_DB_PREFIX . $tablename." WHERE fk_projet IN (". $ids .") AND entity IN (".getEntity($type).")";
       		}
       
       		if ($dates > 0)
      @@ -723,10 +723,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
            */
      @@ -754,7 +754,7 @@ class Project extends CommonObject
               {
                   if (count($this->lines)) $this->deleteTasks($this->lines);
               }
      -        
      +
               return 1;
           }
       
      
      From c83e67123d3ca50e3309dbe3c86d9107ee5dae1a Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Mon, 29 Oct 2018 11:04:16 +0100
      Subject: [PATCH 0699/1013] Fix pgsql : operator does not exist: timestamp
       without time zone ~~ unknown
      
      ---
       htdocs/adherents/subscription/list.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/adherents/subscription/list.php b/htdocs/adherents/subscription/list.php
      index 21ba01088e4..575bd3a233a 100644
      --- a/htdocs/adherents/subscription/list.php
      +++ b/htdocs/adherents/subscription/list.php
      @@ -126,7 +126,8 @@ $sql.= " WHERE d.rowid = c.fk_adherent";
       $sql.= " AND d.entity IN (".getEntity('adherent').")";
       if (isset($date_select) && $date_select != '')
       {
      -    $sql.= " AND c.dateadh LIKE '".$date_select."%'";
      +    $sql.= " AND c.dateadh >= '".$date_select."-01-01 00:00:00'";
      +    $sql.= " AND c.dateadh < '".($date_select+1)."-01-01 00:00:00'";
       }
       if ($search_ref)
       {
      
      From 9e3800d7fda8b5c5a5108e595f503e23d3ba0fe2 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Mon, 29 Oct 2018 11:14:05 +0100
      Subject: [PATCH 0700/1013] FIX missing entity filter for stock
      
      ---
       htdocs/projet/class/project.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index 4a67b948c72..8aa867458ee 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -533,7 +533,7 @@ class Project extends CommonObject
               }
               elseif ($type == 'expensereport')
       		{
      -            $sql = "SELECT ed.rowid FROM " . MAIN_DB_PREFIX . "expensereport as e, " . MAIN_DB_PREFIX . "expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND ed.fk_projet IN (". $ids .") AND entity IN (".getEntity('expensereport').")";
      +            $sql = "SELECT ed.rowid FROM " . MAIN_DB_PREFIX . "expensereport as e, " . MAIN_DB_PREFIX . "expensereport_det as ed WHERE e.rowid = ed.fk_expensereport AND e.entity IN (".getEntity('expensereport').") AND ed.fk_projet IN (". $ids .")";
       		}
               elseif ($type == 'project_task')
       		{
      @@ -545,7 +545,7 @@ class Project extends CommonObject
       		}
       		elseif ($type == 'stock_mouvement')
       		{
      -			$sql = 'SELECT ms.rowid, ms.fk_user_author as fk_user FROM ' . MAIN_DB_PREFIX . "stock_mouvement as ms WHERE ms.origintype = 'project' AND ms.fk_origin IN (". $ids .") AND ms.type_mouvement = 1";
      +			$sql = 'SELECT ms.rowid, ms.fk_user_author as fk_user FROM ' . MAIN_DB_PREFIX . "stock_mouvement as ms, " . MAIN_DB_PREFIX . "entrepot as e WHERE e.rowid = ms.fk_entrepot AND e.entity IN (".getEntity('stock').") AND ms.origintype = 'project' AND ms.fk_origin IN (". $ids .") AND ms.type_mouvement = 1";
       		}
               else
       		{
      
      From d8bf635530d0a0f21ee598c5bef9794a0c78556a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 11:21:57 +0100
      Subject: [PATCH 0701/1013] Prepare module
      
      ---
       build/rpm/dolibarr_fedora.spec   | 1 +
       build/rpm/dolibarr_generic.spec  | 1 +
       build/rpm/dolibarr_mandriva.spec | 1 +
       build/rpm/dolibarr_opensuse.spec | 1 +
       htdocs/emailcollector/index.html | 1 +
       5 files changed, 5 insertions(+)
       create mode 100644 htdocs/emailcollector/index.html
      
      diff --git a/build/rpm/dolibarr_fedora.spec b/build/rpm/dolibarr_fedora.spec
      index 727875485b4..b6d526bf8e1 100755
      --- a/build/rpm/dolibarr_fedora.spec
      +++ b/build/rpm/dolibarr_fedora.spec
      @@ -181,6 +181,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      +%_datadir/dolibarr/htdocs/emailcollector
       %_datadir/dolibarr/htdocs/expedition
       %_datadir/dolibarr/htdocs/expensereport
       %_datadir/dolibarr/htdocs/exports
      diff --git a/build/rpm/dolibarr_generic.spec b/build/rpm/dolibarr_generic.spec
      index 3fb68d06a15..32c6e50018e 100755
      --- a/build/rpm/dolibarr_generic.spec
      +++ b/build/rpm/dolibarr_generic.spec
      @@ -261,6 +261,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      +%_datadir/dolibarr/htdocs/emailcollector
       %_datadir/dolibarr/htdocs/expedition
       %_datadir/dolibarr/htdocs/expensereport
       %_datadir/dolibarr/htdocs/exports
      diff --git a/build/rpm/dolibarr_mandriva.spec b/build/rpm/dolibarr_mandriva.spec
      index a4004273211..dbb8e0d1310 100755
      --- a/build/rpm/dolibarr_mandriva.spec
      +++ b/build/rpm/dolibarr_mandriva.spec
      @@ -178,6 +178,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      +%_datadir/dolibarr/htdocs/emailcollector
       %_datadir/dolibarr/htdocs/expedition
       %_datadir/dolibarr/htdocs/expensereport
       %_datadir/dolibarr/htdocs/exports
      diff --git a/build/rpm/dolibarr_opensuse.spec b/build/rpm/dolibarr_opensuse.spec
      index 478a889c8d6..aa810a737b9 100755
      --- a/build/rpm/dolibarr_opensuse.spec
      +++ b/build/rpm/dolibarr_opensuse.spec
      @@ -189,6 +189,7 @@ done >>%{name}.lang
       %_datadir/dolibarr/htdocs/dav
       %_datadir/dolibarr/htdocs/don
       %_datadir/dolibarr/htdocs/ecm
      +%_datadir/dolibarr/htdocs/emailcollector
       %_datadir/dolibarr/htdocs/expedition
       %_datadir/dolibarr/htdocs/expensereport
       %_datadir/dolibarr/htdocs/exports
      diff --git a/htdocs/emailcollector/index.html b/htdocs/emailcollector/index.html
      new file mode 100644
      index 00000000000..8b137891791
      --- /dev/null
      +++ b/htdocs/emailcollector/index.html
      @@ -0,0 +1 @@
      +
      
      From 0500f54237b33b90b2b3da3c18f7a420a7dca979 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 11:29:08 +0100
      Subject: [PATCH 0702/1013] Email collector
      
      ---
       htdocs/core/modules/modDav.class.php          |   4 +-
       .../core/modules/modEmailCollector.class.php  | 323 ++++++++++++++++++
       2 files changed, 325 insertions(+), 2 deletions(-)
       create mode 100644 htdocs/core/modules/modEmailCollector.class.php
      
      diff --git a/htdocs/core/modules/modDav.class.php b/htdocs/core/modules/modDav.class.php
      index f57e7f12dfe..92153d83688 100644
      --- a/htdocs/core/modules/modDav.class.php
      +++ b/htdocs/core/modules/modDav.class.php
      @@ -44,7 +44,7 @@ class modDav extends DolibarrModules
       
       		// 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 = 50310;		// TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve id number for your module
      +		$this->numero = 50310;
       		// Key text used to identify module (for permissions, menus, etc...)
       		$this->rights_class = 'dav';
       
      @@ -104,7 +104,7 @@ class modDav extends DolibarrModules
       		//                             1=>array('DAV_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
       		// );
       		$this->const = array(
      -			1=>array('DAV_MYCONSTANT', 'chaine', 'avalue', 'This is a constant to add', 1, 'allentities', 1)
      +			//1=>array('DAV_MYCONSTANT', 'chaine', 'avalue', 'This is a constant to add', 1, 'allentities', 1)
       		);
       
       
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      new file mode 100644
      index 00000000000..6d266fbe6f7
      --- /dev/null
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -0,0 +1,323 @@
      +<?php
      +/* Copyright (C) 2004-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/>.
      + */
      +
      +/**
      + * 	\defgroup   dav     Module dav
      + *  \brief      dav module descriptor.
      + *
      + *  \file       htdocs/dav/core/modules/modDav.class.php
      + *  \ingroup    dav
      + *  \brief      Description and activation file for module dav
      + */
      +include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
      +
      +
      +/**
      + *  Description and activation class for module dav
      + */
      +class modEmailCollector 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 = 50320;
      +		// Key text used to identify module (for permissions, menus, etc...)
      +		$this->rights_class = 'dav';
      +
      +		// 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 = "interface";
      +		// Module position in the family on 2 digits ('01', '10', '20', ...)
      +		$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")));
      +
      +		// Module label (no space allowed), used if translation string 'ModuledavName' not found (MyModue is name of module).
      +		$this->name = preg_replace('/^mod/i','',get_class($this));
      +		// Module description, used if translation string 'ModuledavDesc' not found (MyModue is name of module).
      +		$this->description = "EmailCollectorDescription";
      +		// Used only if file README.md and README-LL.md not found.
      +		$this->descriptionlong = "EmailCollectorDescription";
      +
      +		// 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 DAV 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: /dav/core/xxxxx) (0=disable, 1=enable)
      +		// for specific path of parts (eg: /dav/core/modules/barcode)
      +		// for specific css file (eg: /dav/css/dav.css.php)
      +		$this->module_parts = array();
      +
      +		// Data directories to create when module is enabled.
      +		// Example: this->dirs = array("/dav/temp","/dav/subdir");
      +		$this->dirs = array();
      +
      +		// Config pages. Put here list of php page, stored into dav/admin directory, to use to setup module.
      +		$this->config_page_url = array("emailcollector.php");
      +
      +		// 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("admin");
      +		$this->phpmin = array(5,4);					// Minimum version of PHP required by module
      +		$this->need_dolibarr_version = array(7,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'=>'davWasAutomaticallyActivatedBecauseOfYourCountryChoice');
      +		//$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('DAV_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
      +		//                             1=>array('DAV_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
      +		// );
      +		$this->const = array(
      +			//1=>array('DAV_MYCONSTANT', 'chaine', 'avalue', 'This is a constant to add', 1, 'allentities', 1)
      +		);
      +
      +
      +		if (! isset($conf->dav) || ! isset($conf->dav->enabled))
      +		{
      +			$conf->dav=new stdClass();
      +			$conf->dav->enabled=0;
      +		}
      +
      +
      +		// Array to add new pages in new tabs
      +        $this->tabs = array();
      +		// Example:
      +		// $this->tabs[] = array('data'=>'objecttype:+tabname1:Title1:mylangfile@dav:$user->rights->dav->read:/dav/mynewtab1.php?id=__ID__');  					// To add a new tab identified by code tabname1
      +        // $this->tabs[] = array('data'=>'objecttype:+tabname2:SUBSTITUTION_Title2:mylangfile@dav:$user->rights->othermodule->read:/dav/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@dav',
      +            '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->dav->enabled,$conf->dav->enabled,$conf->dav->enabled)												// Condition to show each dictionary
      +        );
      +        */
      +
      +
      +        // Boxes/Widgets
      +		// Add here list of php file(s) stored in dav/core/boxes that contains class to show a widget.
      +        $this->boxes = array(
      +        	//0=>array('file'=>'davwidget1.php@dav','note'=>'Widget provided by dav','enabledbydefaulton'=>'Home'),
      +        	//1=>array('file'=>'davwidget2.php@dav','note'=>'Widget provided by dav'),
      +        	//2=>array('file'=>'davwidget3.php@dav','note'=>'Widget provided by dav')
      +        );
      +
      +
      +		// 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'=>'/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)
      +		// );
      +
      +
      +		// 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 dav';	// 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->dav->level1->level2)
      +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->dav->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 dav';	// 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->dav->level1->level2)
      +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->dav->level1->level2)
      +
      +		$r++;
      +		$this->rights[$r][0] = $this->numero + $r;	// Permission id (must not be already used)
      +		$this->rights[$r][1] = 'Delete myobject of dav';	// 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->dav->level1->level2)
      +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->dav->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'=>'dav',
      +								'mainmenu'=>'dav',
      +								'leftmenu'=>'',
      +								'url'=>'/dav/davindex.php',
      +								'langs'=>'dav@dav',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      +								'position'=>1000+$r,
      +								'enabled'=>'$conf->dav->enabled',	// Define condition to show or hide menu entry. Use '$conf->dav->enabled' if entry must be visible if module is enabled.
      +								'perms'=>'1',			                // Use 'perms'=>'$user->rights->dav->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 TOPMENU */
      +
      +		/* BEGIN MODULEBUILDER LEFTMENU MYOBJECT
      +		$this->menu[$r++]=array(	'fk_menu'=>'fk_mainmenu=dav',	    // '' 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'=>'dav',
      +								'leftmenu'=>'dav_myobject_list',
      +								'url'=>'/dav/myobject_list.php',
      +								'langs'=>'dav@dav',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      +								'position'=>1000+$r,
      +								'enabled'=>'$conf->dav->enabled',  // Define condition to show or hide menu entry. Use '$conf->dav->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->dav->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=dav,fk_leftmenu=dav',	    // '' 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'=>'dav',
      +								'leftmenu'=>'dav_myobject_new',
      +								'url'=>'/dav/myobject_page.php?action=create',
      +								'langs'=>'dav@dav',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      +								'position'=>1000+$r,
      +								'enabled'=>'$conf->dav->enabled',  // Define condition to show or hide menu entry. Use '$conf->dav->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->dav->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("dav@dav");
      +		$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@dav';
      +		$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('/dav/sql/');
      +
      +		// Create extrafields
      +		include_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
      +		$extrafields = new ExtraFields($this->db);
      +
      +		//$result1=$extrafields->addExtraField('myattr1', "New Attr 1 label", 'boolean', 1,  3, 'thirdparty',   0, 0, '', '', 1, '', 0, 0, '', '', 'dav@dav', '$conf->dav->enabled');
      +		//$result2=$extrafields->addExtraField('myattr2', "New Attr 2 label", 'varchar', 1, 10, 'project',      0, 0, '', '', 1, '', 0, 0, '', '', 'dav@dav', '$conf->dav->enabled');
      +		//$result3=$extrafields->addExtraField('myattr3', "New Attr 3 label", 'varchar', 1, 10, 'bank_account', 0, 0, '', '', 1, '', 0, 0, '', '', 'dav@dav', '$conf->dav->enabled');
      +		//$result4=$extrafields->addExtraField('myattr4', "New Attr 4 label", 'select',  1,  3, 'thirdparty',   0, 1, '', array('options'=>array('code1'=>'Val1','code2'=>'Val2','code3'=>'Val3')), 1 '', 0, 0, '', '', 'dav@dav', '$conf->dav->enabled');
      +		//$result5=$extrafields->addExtraField('myattr5', "New Attr 5 label", 'text',    1, 10, 'user',         0, 0, '', '', 1, '', 0, 0, '', '', 'dav@dav', '$conf->dav->enabled');
      +
      +		$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);
      +	}
      +}
      
      From 6e2d62bea6a555d9df33298a214c56ddd48c64e0 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Mon, 29 Oct 2018 12:30:36 +0100
      Subject: [PATCH 0703/1013] FIX wrong entity id
      
      ---
       htdocs/core/class/html.formfile.class.php | 10 ++++------
       htdocs/projet/element.php                 |  6 +++---
       2 files changed, 7 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 7a0c07bb996..72e14fefdd6 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -879,15 +879,13 @@ class FormFile
       		$out='';
       		$this->infofiles=array('nboffiles'=>0,'extensions'=>array(),'files'=>array());
       
      +		$entity = 1; // Without multicompany
      +
       		// Get object entity
      -		if (empty($conf->multicompany->enabled))
      -		{
      -			$entity = $conf->entity;
      -		}
      -		else
      +		if (! empty($conf->multicompany->enabled))
       		{
       			preg_match('/\/([0-9]+)\/[^\/]+\/'.preg_quote($modulesubdir,'/').'$/', $filedir, $regs);
      -			$entity = ((! empty($regs[1]) && $regs[1] > 1) ? $regs[1] : $conf->entity);
      +			$entity = ((! empty($regs[1]) && $regs[1] > 1) ? $regs[1] : 1); // If entity id not found in $filedir this is entity 1 by default
       		}
       
       		// Get list of files starting with name of ref (but not followed by "-" to discard uploaded files and get only generated files)
      diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
      index 3f611e5525e..d2b1948b5ec 100644
      --- a/htdocs/projet/element.php
      +++ b/htdocs/projet/element.php
      @@ -882,16 +882,16 @@ foreach ($listofreferent as $key => $value)
       
       					$element_doc = $element->element;
       					$filename=dol_sanitizeFileName($element->ref);
      -					$filedir=$conf->{$element_doc}->dir_output . '/' . dol_sanitizeFileName($element->ref);
      +					$filedir=$conf->{$element_doc}->multidir_output[$element->entity] . '/' . dol_sanitizeFileName($element->ref);
       
       					if ($element_doc === 'order_supplier') {
       						$element_doc='commande_fournisseur';
      -						$filedir = $conf->fournisseur->commande->dir_output.'/'.dol_sanitizeFileName($element->ref);
      +						$filedir = $conf->fournisseur->commande->multidir_output[$element->entity].'/'.dol_sanitizeFileName($element->ref);
       					}
       					else if ($element_doc === 'invoice_supplier') {
       						$element_doc='facture_fournisseur';
       						$filename = get_exdir($element->id,2,0,0,$element,'product').dol_sanitizeFileName($element->ref);
      -						$filedir = $conf->fournisseur->facture->dir_output.'/'.get_exdir($element->id,2,0,0,$element,'invoice_supplier').dol_sanitizeFileName($element->ref);
      +						$filedir = $conf->fournisseur->facture->multidir_output[$element->entity].'/'.get_exdir($element->id,2,0,0,$element,'invoice_supplier').dol_sanitizeFileName($element->ref);
       					}
       
       					print '<div class="inline-block valignmiddle">'.$formfile->getDocumentsLink($element_doc, $filename, $filedir).'</div>';
      
      From 977a88363e5b898a353a9e961b1185fef37b2207 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Mon, 29 Oct 2018 12:50:40 +0100
      Subject: [PATCH 0704/1013] FIX missing multidir_output for supplier modules
      
      ---
       htdocs/core/class/conf.class.php | 42 +++++++++++++++++++++-----------
       1 file changed, 28 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php
      index 4a76abff06f..ae6a73a0973 100644
      --- a/htdocs/core/class/conf.class.php
      +++ b/htdocs/core/class/conf.class.php
      @@ -344,32 +344,46 @@ class Conf
       		if (! empty($this->fournisseur))
       		{
       			$this->fournisseur->commande=new stdClass();
      -			$this->fournisseur->commande->dir_output=$rootfordata."/fournisseur/commande";
      -			$this->fournisseur->commande->dir_temp  =$rootfordata."/fournisseur/commande/temp";
      +			$this->fournisseur->commande->multidir_output=array($this->entity => $rootfordata."/fournisseur/commande");
      +			$this->fournisseur->commande->multidir_temp  =array($this->entity => $rootfordata."/fournisseur/commande/temp");
      +			$this->fournisseur->commande->dir_output=$rootfordata."/fournisseur/commande";		// For backward compatibility
      +			$this->fournisseur->commande->dir_temp  =$rootfordata."/fournisseur/commande/temp";	// For backward compatibility
       			$this->fournisseur->facture=new stdClass();
      -			$this->fournisseur->facture->dir_output =$rootfordata."/fournisseur/facture";
      -			$this->fournisseur->facture->dir_temp   =$rootfordata."/fournisseur/facture/temp";
      +			$this->fournisseur->facture->multidir_output=array($this->entity => $rootfordata."/fournisseur/facture");
      +			$this->fournisseur->facture->multidir_temp  =array($this->entity => $rootfordata."/fournisseur/facture/temp");
      +			$this->fournisseur->facture->dir_output =$rootfordata."/fournisseur/facture";		// For backward compatibility
      +			$this->fournisseur->facture->dir_temp   =$rootfordata."/fournisseur/facture/temp";	// For backward compatibility
       			$this->supplierproposal=new stdClass();
      -			$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";
      -			$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";
      +			$this->supplierproposal->multidir_output=array($this->entity => $rootfordata."/supplier_proposal");
      +			$this->supplierproposal->multidir_temp  =array($this->entity => $rootfordata."/supplier_proposal/temp");
      +			$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";				// For backward compatibility
      +			$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";			// For backward compatibility
       			$this->fournisseur->payment=new stdClass();
      -			$this->fournisseur->payment->dir_output =$rootfordata."/fournisseur/payment";
      -			$this->fournisseur->payment->dir_temp   =$rootfordata."/fournisseur/payment/temp";
      +			$this->fournisseur->payment->multidir_output=array($this->entity => $rootfordata."/fournisseur/payment");
      +			$this->fournisseur->payment->multidir_temp  =array($this->entity => $rootfordata."/fournisseur/payment/temp");
      +			$this->fournisseur->payment->dir_output =$rootfordata."/fournisseur/payment";		// For backward compatibility
      +			$this->fournisseur->payment->dir_temp   =$rootfordata."/fournisseur/payment/temp";	// For backward compatibility
       
       			// To prepare split of module fournisseur into fournisseur + supplier_order + supplier_invoice
       			if (! empty($this->fournisseur->enabled) && empty($this->global->MAIN_USE_NEW_SUPPLIERMOD))  // By default, if module supplier is on, we set new properties
       			{
           			$this->supplier_order=new stdClass();
           			$this->supplier_order->enabled=1;
      -    			$this->supplier_order->dir_output=$rootfordata."/fournisseur/commande";
      -    			$this->supplier_order->dir_temp=$rootfordata."/fournisseur/commande/temp";
      +    			$this->supplier_order->multidir_output=array($this->entity => $rootfordata."/fournisseur/commande");
      +    			$this->supplier_order->multidir_temp  =array($this->entity => $rootfordata."/fournisseur/commande/temp");
      +    			$this->supplier_order->dir_output=$rootfordata."/fournisseur/commande";			// For backward compatibility
      +    			$this->supplier_order->dir_temp=$rootfordata."/fournisseur/commande/temp";		// For backward compatibility
           			$this->supplier_invoice=new stdClass();
           			$this->supplier_invoice->enabled=1;
      -    			$this->supplier_invoice->dir_output=$rootfordata."/fournisseur/facture";
      -    			$this->supplier_invoice->dir_temp=$rootfordata."/fournisseur/facture/temp";
      +    			$this->supplier_invoice->multidir_output=array($this->entity => $rootfordata."/fournisseur/facture");
      +    			$this->supplier_invoice->multidir_temp  =array($this->entity => $rootfordata."/fournisseur/facture/temp");
      +    			$this->supplier_invoice->dir_output=$rootfordata."/fournisseur/facture";		// For backward compatibility
      +    			$this->supplier_invoice->dir_temp=$rootfordata."/fournisseur/facture/temp";		// For backward compatibility
           			$this->supplierproposal=new stdClass();
      -    			$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";
      -    			$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";
      +    			$this->supplierproposal->multidir_output=array($this->entity => $rootfordata."/supplier_proposal");
      +    			$this->supplierproposal->multidir_temp  =array($this->entity => $rootfordata."/supplier_proposal/temp");
      +    			$this->supplierproposal->dir_output=$rootfordata."/supplier_proposal";			// For backward compatibility
      +    			$this->supplierproposal->dir_temp=$rootfordata."/supplier_proposal/temp";		// For backward compatibility
       			}
       		}
       
      
      From 85b8c9f21920be7c4e2559f02bc8ae0b28b49c31 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 14:35:42 +0100
      Subject: [PATCH 0705/1013] FIX Delete of draft invoice
      
      ---
       htdocs/compta/facture/card.php | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index be65b2ec5ab..8c80c5caa9c 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -959,7 +959,7 @@ 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 
      +							    $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))
      @@ -1543,8 +1543,8 @@ if (empty($reshook))
       						$line->origin_id = $line->id;
       						$line->fk_prev_id = $line->id;
       						$line->fetch_optionals($line->id);
      -						$line->situation_percent =  $line->get_prev_progress($object->id); // get good progress including credit note 
      -						
      +						$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)
       						{
      @@ -4811,9 +4811,9 @@ else if ($id > 0 || ! empty($ref))
       			}
       
       			// Delete
      -			if ($user->rights->facture->supprimer)
      +			$isErasable = $object->is_erasable();
      +			if ($user->rights->facture->supprimer || $isErasable == 1)		// isErasable = 1 means draft (draft can always be deleted with no need of permissions)
       			{
      -				$isErasable = $object->is_erasable();
       				//var_dump($isErasable);
       				if ($isErasable == -4) {
       					print '<div class="inline-block divButAction"><a class="butActionRefused" href="#" title="' . $langs->trans("DisabledBecausePayments") . '">' . $langs->trans('Delete') . '</a></div>';
      
      From 27d82d0e8e723ba26784cbb3da9c2d7227af153e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 14:41:00 +0100
      Subject: [PATCH 0706/1013] FIX Delete of draft invoice
      
      ---
       htdocs/compta/facture/card.php            | 4 ++--
       htdocs/core/class/commoninvoice.class.php | 5 +++--
       htdocs/fourn/facture/card.php             | 4 ++--
       3 files changed, 7 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 8c80c5caa9c..7589801787c 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -190,7 +190,7 @@ if (empty($reshook))
       			$qualified_for_stock_change = $object->hasProductsOrServices(1);
       		}
       
      -		if ($object->is_erasable())
      +		if ($object->is_erasable() > 0)
       		{
       			$result = $object->delete($user, 0, $idwarehouse);
       			if ($result > 0) {
      @@ -4812,7 +4812,7 @@ else if ($id > 0 || ! empty($ref))
       
       			// Delete
       			$isErasable = $object->is_erasable();
      -			if ($user->rights->facture->supprimer || $isErasable == 1)		// isErasable = 1 means draft (draft can always be deleted with no need of permissions)
      +			if ($user->rights->facture->supprimer || $isErasable == 1)	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
       			{
       				//var_dump($isErasable);
       				if ($isErasable == -4) {
      diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php
      index 9bab103d2e4..3aa8eb4e1ab 100644
      --- a/htdocs/core/class/commoninvoice.class.php
      +++ b/htdocs/core/class/commoninvoice.class.php
      @@ -328,12 +328,13 @@ abstract class CommonInvoice extends CommonObject
       	/**
       	 *  Return if an invoice can be deleted
       	 *	Rule is:
      -	 *  If invoice is draft and has a temporary ref -> yes
      +	 *  If invoice is draft and has a temporary ref -> yes (1)
       	 *  If hidden option INVOICE_CAN_NEVER_BE_REMOVED is on -> no (0)
       	 *  If invoice is dispatched in bookkeeping -> no (-1)
       	 *  If invoice has a definitive ref, is not last and INVOICE_CAN_ALWAYS_BE_REMOVED off -> no (-2)
       	 *  If invoice not last in a cycle -> no (-3)
       	 *  If there is payment -> no (-4)
      +	 *  Otherwise -> yes (2)
       	 *
       	 *  @return    int         <=0 if no, >0 if yes
       	 */
      @@ -381,7 +382,7 @@ abstract class CommonInvoice extends CommonObject
       		// Test if there is at least one payment. If yes, refuse to delete.
       		if (empty($conf->global->INVOICE_CAN_ALWAYS_BE_REMOVED) && $this->getSommePaiement() > 0) return -4;
       
      -		return 1;
      +		return 2;
       	}
       
       	/**
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 36785a154dc..75e0f15220d 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -3117,9 +3117,9 @@ else
       				}
       
       	            // Delete
      -	            if ($action != 'confirm_edit' && $user->rights->fournisseur->facture->supprimer)
      +				$isErasable=$object->is_erasable();
      +				if ($action != 'confirm_edit' && ($user->rights->fournisseur->facture->supprimer || $isErasable == 1))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
       	            {
      -	            	$isErasable=$object->is_erasable();
       	            	//var_dump($isErasable);
       	            	if ($isErasable == -4) {
       	            		print '<div class="inline-block divButAction"><a class="butActionRefused" href="#" title="' . $langs->trans("DisabledBecausePayments") . '">' . $langs->trans('Delete') . '</a></div>';
      
      From 824757bca6eba8dcf64522a9fb3f7745c498970a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 14:47:33 +0100
      Subject: [PATCH 0707/1013] Fix perm to delete
      
      ---
       htdocs/compta/facture/card.php | 2 +-
       htdocs/fourn/facture/card.php  | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 7589801787c..856b430c646 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -4812,7 +4812,7 @@ else if ($id > 0 || ! empty($ref))
       
       			// Delete
       			$isErasable = $object->is_erasable();
      -			if ($user->rights->facture->supprimer || $isErasable == 1)	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
      +			if ($user->rights->facture->supprimer || ($user->rights->facture->creer && $isErasable == 1))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
       			{
       				//var_dump($isErasable);
       				if ($isErasable == -4) {
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 75e0f15220d..78c64ae1062 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -3118,7 +3118,7 @@ else
       
       	            // Delete
       				$isErasable=$object->is_erasable();
      -				if ($action != 'confirm_edit' && ($user->rights->fournisseur->facture->supprimer || $isErasable == 1))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
      +				if ($action != 'confirm_edit' && ($user->rights->fournisseur->facture->supprimer || ($user->rights->fournisseur->facture->creer && $isErasable == 1)))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
       	            {
       	            	//var_dump($isErasable);
       	            	if ($isErasable == -4) {
      
      From d02fccd7e41671e6521c3aba9604202634f92701 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 14:56:00 +0100
      Subject: [PATCH 0708/1013] Fix deletion of draft invoice
      
      ---
       htdocs/compta/facture/card.php |  7 +++++--
       htdocs/fourn/facture/card.php  | 25 ++++++++++++++++---------
       2 files changed, 21 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 856b430c646..14a1ead5098 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -177,7 +177,7 @@ if (empty($reshook))
       	}
       
       	// Delete invoice
      -	else if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->facture->supprimer) {
      +	else if ($action == 'confirm_delete' && $confirm == 'yes') {
       		$result = $object->fetch($id);
       		$object->fetch_thirdparty();
       
      @@ -190,7 +190,10 @@ if (empty($reshook))
       			$qualified_for_stock_change = $object->hasProductsOrServices(1);
       		}
       
      -		if ($object->is_erasable() > 0)
      +		$isErasable=$object->is_erasable();
      +
      +		if (($user->rights->facture->supprimer && $isErasable > 0)
      +			|| ($user->rights->facture->creer && $isErasable == 1))
       		{
       			$result = $object->delete($user, 0, $idwarehouse);
       			if ($result > 0) {
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 78c64ae1062..2ce28875425 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -218,19 +218,26 @@ if (empty($reshook))
       		}
       	}
       
      -	elseif ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->fournisseur->facture->supprimer)
      +	elseif ($action == 'confirm_delete' && $confirm == 'yes')
       	{
       		$object->fetch($id);
       		$object->fetch_thirdparty();
      -		$result=$object->delete($user);
      -		if ($result > 0)
      +
      +		$isErasable=$object->is_erasable();
      +
      +		if (($user->rights->fournisseur->facture->supprimer && $isErasable > 0)
      +			|| ($user->rights->fournisseur->facture->creer && $isErasable == 1))
       		{
      -			header('Location: list.php?restore_lastsearch_values=1');
      -			exit;
      -		}
      -		else
      -		{
      -			setEventMessages($object->error, $object->errors, 'errors');
      +			$result=$object->delete($user);
      +			if ($result > 0)
      +			{
      +				header('Location: list.php?restore_lastsearch_values=1');
      +				exit;
      +			}
      +			else
      +			{
      +				setEventMessages($object->error, $object->errors, 'errors');
      +			}
       		}
       	}
       
      
      From 0266db7aa8688698ae41a662274a06dd17891b33 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 18:19:40 +0100
      Subject: [PATCH 0709/1013] FIX deletion on draft is allowed if we are allwoed
       to create
      
      ---
       htdocs/compta/facture/card.php   |  10 +-
       htdocs/core/lib/security.lib.php | 479 ++++++++++++++++---------------
       htdocs/fourn/facture/card.php    |  10 +-
       3 files changed, 250 insertions(+), 249 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 14a1ead5098..aa1176e0295 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -92,11 +92,6 @@ $hidedetails = (GETPOST('hidedetails', 'int') ? GETPOST('hidedetails', 'int') :
       $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));
       
      -// Security check
      -$fieldid = (! empty($ref) ? 'facnumber' : 'rowid');
      -if ($user->societe_id) $socid = $user->societe_id;
      -$result = restrictedArea($user, 'facture', $id, '', '', 'fk_soc', $fieldid);
      -
       // Nombre de ligne pour choix de produit/service predefinis
       $NBLINES = 4;
       
      @@ -117,6 +112,11 @@ $permissionnote = $user->rights->facture->creer; // Used by the include of actio
       $permissiondellink=$user->rights->facture->creer;	// Used by the include of actions_dellink.inc.php
       $permissiontoedit = $user->rights->facture->creer; // Used by the include of actions_lineupdonw.inc.php
       
      +// Security check
      +$fieldid = (! empty($ref) ? 'facnumber' : 'rowid');
      +if ($user->societe_id) $socid = $user->societe_id;
      +$result = restrictedArea($user, 'facture', $id, '', '', 'fk_soc', $fieldid, null, (($object->statut == Facture::STATUS_DRAFT) ? 1 : 0));
      +
       
       /*
        * Actions
      diff --git a/htdocs/core/lib/security.lib.php b/htdocs/core/lib/security.lib.php
      index 9fa5fb8b7c3..d2b768d75d5 100644
      --- a/htdocs/core/lib/security.lib.php
      +++ b/htdocs/core/lib/security.lib.php
      @@ -39,7 +39,7 @@ function dol_encode($chain, $key='1')
       	if (is_numeric($key) && $key == '1')	// rule 1 is offset of 17 for char
       	{
       		$output_tab=array();
      -	    $strlength=dol_strlen($chain);
      +		$strlength=dol_strlen($chain);
       		for ($i=0; $i < $strlength; $i++)
       		{
       			$output_tab[$i] = chr(ord(substr($chain,$i,1))+17);
      @@ -175,18 +175,19 @@ function dol_verifyHash($chain, $hash, $type='0')
        *  @param  string	$dbt_keyfield   Field name for socid foreign key if not fk_soc. Not used if objectid is null (optional)
        *  @param  string	$dbt_select     Field name for select if not rowid. Not used if objectid is null (optional)
        *  @param	Canvas	$objcanvas		Object canvas
      + *  @param	int		$isdraft		1=The object with id=$objectid is a draft
        * 	@return	int						Always 1, die process if not allowed
        *  @see dol_check_secure_access_document
        */
      -function restrictedArea($user, $features, $objectid=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $objcanvas=null)
      +function restrictedArea($user, $features, $objectid=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $objcanvas=null, $isdraft=0)
       {
       	global $db, $conf;
       	global $hookmanager;
       
      -    //dol_syslog("functions.lib:restrictedArea $feature, $objectid, $dbtablename,$feature2,$dbt_socfield,$dbt_select");
      -    //print "user_id=".$user->id.", features=".$features.", feature2=".$feature2.", objectid=".$objectid;
      -    //print ", dbtablename=".$dbtablename.", dbt_socfield=".$dbt_keyfield.", dbt_select=".$dbt_select;
      -    //print ", perm: ".$features."->".$feature2."=".($user->rights->$features->$feature2->lire)."<br>";
      +	//dol_syslog("functions.lib:restrictedArea $feature, $objectid, $dbtablename,$feature2,$dbt_socfield,$dbt_select");
      +	//print "user_id=".$user->id.", features=".$features.", feature2=".$feature2.", objectid=".$objectid;
      +	//print ", dbtablename=".$dbtablename.", dbt_socfield=".$dbt_keyfield.", dbt_select=".$dbt_select;
      +	//print ", perm: ".$features."->".$feature2."=".($user->rights->$features->$feature2->lire)."<br>";
       
       	// Get more permissions checks from hooks
       	$parameters=array('features'=>$features, 'objectid'=>$objectid, 'idtype'=>$dbt_select);
      @@ -197,225 +198,225 @@ function restrictedArea($user, $features, $objectid=0, $tableandshare='', $featu
       	if ($dbt_select != 'rowid' && $dbt_select != 'id') $objectid = "'".$objectid."'";
       
       	// Features/modules to check
      -    $featuresarray = array($features);
      -    if (preg_match('/&/', $features)) $featuresarray = explode("&", $features);
      -    else if (preg_match('/\|/', $features)) $featuresarray = explode("|", $features);
      +	$featuresarray = array($features);
      +	if (preg_match('/&/', $features)) $featuresarray = explode("&", $features);
      +	else if (preg_match('/\|/', $features)) $featuresarray = explode("|", $features);
       
      -    // More subfeatures to check
      -    if (! empty($feature2)) $feature2 = explode("|", $feature2);
      +	// More subfeatures to check
      +	if (! empty($feature2)) $feature2 = explode("|", $feature2);
       
      -    // More parameters
      -    $params = explode('&', $tableandshare);
      -    $dbtablename=(! empty($params[0]) ? $params[0] : '');
      -    $sharedelement=(! empty($params[1]) ? $params[1] : $dbtablename);
      +	// More parameters
      +	$params = explode('&', $tableandshare);
      +	$dbtablename=(! empty($params[0]) ? $params[0] : '');
      +	$sharedelement=(! empty($params[1]) ? $params[1] : $dbtablename);
       
       	$listofmodules=explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL);
       
       	// Check read permission from module
      -    $readok=1; $nbko=0;
      -    foreach ($featuresarray as $feature)	// first we check nb of test ko
      -    {
      -        $featureforlistofmodule=$feature;
      -        if ($featureforlistofmodule == 'produit') $featureforlistofmodule='product';
      -        if (! empty($user->societe_id) && ! empty($conf->global->MAIN_MODULES_FOR_EXTERNAL) && ! in_array($featureforlistofmodule,$listofmodules))	// If limits on modules for external users, module must be into list of modules for external users
      -    	{
      -    		$readok=0; $nbko++;
      -    		continue;
      -    	}
      +	$readok=1; $nbko=0;
      +	foreach ($featuresarray as $feature)	// first we check nb of test ko
      +	{
      +		$featureforlistofmodule=$feature;
      +		if ($featureforlistofmodule == 'produit') $featureforlistofmodule='product';
      +		if (! empty($user->societe_id) && ! empty($conf->global->MAIN_MODULES_FOR_EXTERNAL) && ! in_array($featureforlistofmodule,$listofmodules))	// If limits on modules for external users, module must be into list of modules for external users
      +		{
      +			$readok=0; $nbko++;
      +			continue;
      +		}
       
      -        if ($feature == 'societe')
      -        {
      -            if (! $user->rights->societe->lire && ! $user->rights->fournisseur->lire) { $readok=0; $nbko++; }
      -        }
      -        else if ($feature == 'contact')
      -        {
      -            if (! $user->rights->societe->contact->lire) { $readok=0; $nbko++; }
      -        }
      -        else if ($feature == 'produit|service')
      -        {
      -            if (! $user->rights->produit->lire && ! $user->rights->service->lire) { $readok=0; $nbko++; }
      -        }
      -        else if ($feature == 'prelevement')
      -        {
      -            if (! $user->rights->prelevement->bons->lire) { $readok=0; $nbko++; }
      -        }
      -        else if ($feature == 'cheque')
      -        {
      -            if (! $user->rights->banque->cheque) { $readok=0; $nbko++; }
      -        }
      -        else if ($feature == 'projet')
      -        {
      -            if (! $user->rights->projet->lire && ! $user->rights->projet->all->lire) { $readok=0; $nbko++; }
      -        }
      -        else if (! empty($feature2))	// This should be used for future changes
      -        {
      -        	$tmpreadok=1;
      -        	foreach($feature2 as $subfeature)
      -        	{
      -        		if (! empty($subfeature) && empty($user->rights->$feature->$subfeature->lire) && empty($user->rights->$feature->$subfeature->read)) { $tmpreadok=0; }
      -        		else if (empty($subfeature) && empty($user->rights->$feature->lire) && empty($user->rights->$feature->read)) { $tmpreadok=0; }
      -        		else { $tmpreadok=1; break; } // Break is to bypass second test if the first is ok
      -        	}
      -        	if (! $tmpreadok)	// We found a test on feature that is ko
      -        	{
      -        		$readok=0;	// All tests are ko (we manage here the and, the or will be managed later using $nbko).
      -        		$nbko++;
      -        	}
      -        }
      -        else if (! empty($feature) && ($feature!='user' && $feature!='usergroup'))		// This is for old permissions
      -        {
      -            if (empty($user->rights->$feature->lire)
      -            && empty($user->rights->$feature->read)
      -            && empty($user->rights->$feature->run)) { $readok=0; $nbko++; }
      -        }
      -    }
      +		if ($feature == 'societe')
      +		{
      +			if (! $user->rights->societe->lire && ! $user->rights->fournisseur->lire) { $readok=0; $nbko++; }
      +		}
      +		else if ($feature == 'contact')
      +		{
      +			if (! $user->rights->societe->contact->lire) { $readok=0; $nbko++; }
      +		}
      +		else if ($feature == 'produit|service')
      +		{
      +			if (! $user->rights->produit->lire && ! $user->rights->service->lire) { $readok=0; $nbko++; }
      +		}
      +		else if ($feature == 'prelevement')
      +		{
      +			if (! $user->rights->prelevement->bons->lire) { $readok=0; $nbko++; }
      +		}
      +		else if ($feature == 'cheque')
      +		{
      +			if (! $user->rights->banque->cheque) { $readok=0; $nbko++; }
      +		}
      +		else if ($feature == 'projet')
      +		{
      +			if (! $user->rights->projet->lire && ! $user->rights->projet->all->lire) { $readok=0; $nbko++; }
      +		}
      +		else if (! empty($feature2))	// This should be used for future changes
      +		{
      +			$tmpreadok=1;
      +			foreach($feature2 as $subfeature)
      +			{
      +				if (! empty($subfeature) && empty($user->rights->$feature->$subfeature->lire) && empty($user->rights->$feature->$subfeature->read)) { $tmpreadok=0; }
      +				else if (empty($subfeature) && empty($user->rights->$feature->lire) && empty($user->rights->$feature->read)) { $tmpreadok=0; }
      +				else { $tmpreadok=1; break; } // Break is to bypass second test if the first is ok
      +			}
      +			if (! $tmpreadok)	// We found a test on feature that is ko
      +			{
      +				$readok=0;	// All tests are ko (we manage here the and, the or will be managed later using $nbko).
      +				$nbko++;
      +			}
      +		}
      +		else if (! empty($feature) && ($feature!='user' && $feature!='usergroup'))		// This is for old permissions
      +		{
      +			if (empty($user->rights->$feature->lire)
      +				&& empty($user->rights->$feature->read)
      +				&& empty($user->rights->$feature->run)) { $readok=0; $nbko++; }
      +		}
      +	}
       
      -    // If a or and at least one ok
      -    if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $readok=1;
      +	// If a or and at least one ok
      +	if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $readok=1;
       
      -    if (! $readok) accessforbidden();
      -    //print "Read access is ok";
      +	if (! $readok) accessforbidden();
      +	//print "Read access is ok";
       
      -    // Check write permission from module
      -    $createok=1; $nbko=0;
      -    if (GETPOST('action','aZ09')  == 'create')
      -    {
      -        foreach ($featuresarray as $feature)
      -        {
      -            if ($feature == 'contact')
      -            {
      -                if (! $user->rights->societe->contact->creer) { $createok=0; $nbko++; }
      -            }
      -            else if ($feature == 'produit|service')
      -            {
      -                if (! $user->rights->produit->creer && ! $user->rights->service->creer) { $createok=0; $nbko++; }
      -            }
      -            else if ($feature == 'prelevement')
      -            {
      -                if (! $user->rights->prelevement->bons->creer) { $createok=0; $nbko++; }
      -            }
      -            else if ($feature == 'commande_fournisseur')
      -            {
      -                if (! $user->rights->fournisseur->commande->creer) { $createok=0; $nbko++; }
      -            }
      -            else if ($feature == 'banque')
      -            {
      -                if (! $user->rights->banque->modifier) { $createok=0; $nbko++; }
      -            }
      -            else if ($feature == 'cheque')
      -            {
      -                if (! $user->rights->banque->cheque) { $createok=0; $nbko++; }
      -            }
      -            else if (! empty($feature2))	// This should be used
      -            {
      -            	foreach($feature2 as $subfeature)
      -            	{
      -                        if (empty($user->rights->$feature->$subfeature->creer)
      -                        && empty($user->rights->$feature->$subfeature->write)
      -                        && empty($user->rights->$feature->$subfeature->create)) { $createok=0; $nbko++; }
      -            		else { $createok=1; break; } // Break to bypass second test if the first is ok
      -            	}
      -            }
      -            else if (! empty($feature))		// This is for old permissions ('creer' or 'write')
      -            {
      -                //print '<br>feature='.$feature.' creer='.$user->rights->$feature->creer.' write='.$user->rights->$feature->write;
      -                if (empty($user->rights->$feature->creer)
      -                && empty($user->rights->$feature->write)
      -                && empty($user->rights->$feature->create)) { $createok=0; $nbko++; }
      -            }
      -        }
      +	// Check write permission from module (we need to know write permission to create but also to delete drafts record)
      +	$createok=1; $nbko=0;
      +	if (GETPOST('action','aZ09')  == 'create' || ((GETPOST("action","aZ09")  == 'confirm_delete' && GETPOST("confirm","aZ09") == 'yes') || GETPOST("action","aZ09")  == 'delete'))
      +	{
      +		foreach ($featuresarray as $feature)
      +		{
      +			if ($feature == 'contact')
      +			{
      +				if (! $user->rights->societe->contact->creer) { $createok=0; $nbko++; }
      +			}
      +			else if ($feature == 'produit|service')
      +			{
      +				if (! $user->rights->produit->creer && ! $user->rights->service->creer) { $createok=0; $nbko++; }
      +			}
      +			else if ($feature == 'prelevement')
      +			{
      +				if (! $user->rights->prelevement->bons->creer) { $createok=0; $nbko++; }
      +			}
      +			else if ($feature == 'commande_fournisseur')
      +			{
      +				if (! $user->rights->fournisseur->commande->creer) { $createok=0; $nbko++; }
      +			}
      +			else if ($feature == 'banque')
      +			{
      +				if (! $user->rights->banque->modifier) { $createok=0; $nbko++; }
      +			}
      +			else if ($feature == 'cheque')
      +			{
      +				if (! $user->rights->banque->cheque) { $createok=0; $nbko++; }
      +			}
      +			else if (! empty($feature2))	// This should be used
      +			{
      +				foreach($feature2 as $subfeature)
      +				{
      +					if (empty($user->rights->$feature->$subfeature->creer)
      +						&& empty($user->rights->$feature->$subfeature->write)
      +						&& empty($user->rights->$feature->$subfeature->create)) { $createok=0; $nbko++; }
      +						else { $createok=1; break; } // Break to bypass second test if the first is ok
      +				}
      +			}
      +			else if (! empty($feature))		// This is for old permissions ('creer' or 'write')
      +			{
      +				//print '<br>feature='.$feature.' creer='.$user->rights->$feature->creer.' write='.$user->rights->$feature->write;
      +				if (empty($user->rights->$feature->creer)
      +					&& empty($user->rights->$feature->write)
      +					&& empty($user->rights->$feature->create)) { $createok=0; $nbko++; }
      +			}
      +		}
       
      -	    // If a or and at least one ok
      -	    if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $createok=1;
      +		// If a or and at least one ok
      +		if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $createok=1;
       
      -        if (! $createok) accessforbidden();
      -        //print "Write access is ok";
      -    }
      +		if (GETPOST('action','aZ09') == 'create' && ! $createok) accessforbidden();
      +		//print "Write access is ok";
      +	}
       
      -    // Check create user permission
      -    $createuserok=1;
      -    if (GETPOST('action','aZ09') == 'confirm_create_user' && GETPOST("confirm",'aZ09') == 'yes')
      -    {
      -        if (! $user->rights->user->user->creer) $createuserok=0;
      +	// Check create user permission
      +	$createuserok=1;
      +	if (GETPOST('action','aZ09') == 'confirm_create_user' && GETPOST("confirm",'aZ09') == 'yes')
      +	{
      +		if (! $user->rights->user->user->creer) $createuserok=0;
       
      -        if (! $createuserok) accessforbidden();
      -        //print "Create user access is ok";
      -    }
      +		if (! $createuserok) accessforbidden();
      +		//print "Create user access is ok";
      +	}
       
      -    // Check delete permission from module
      -    $deleteok=1; $nbko=0;
      -    if ((GETPOST("action","aZ09")  == 'confirm_delete' && GETPOST("confirm","aZ09") == 'yes') || GETPOST("action","aZ09")  == 'delete')
      -    {
      -        foreach ($featuresarray as $feature)
      -        {
      -            if ($feature == 'contact')
      -            {
      -                if (! $user->rights->societe->contact->supprimer) $deleteok=0;
      -            }
      -            else if ($feature == 'produit|service')
      -            {
      -                if (! $user->rights->produit->supprimer && ! $user->rights->service->supprimer) $deleteok=0;
      -            }
      -            else if ($feature == 'commande_fournisseur')
      -            {
      -                if (! $user->rights->fournisseur->commande->supprimer) $deleteok=0;
      -            }
      -            else if ($feature == 'banque')
      -            {
      -                if (! $user->rights->banque->modifier) $deleteok=0;
      -            }
      -            else if ($feature == 'cheque')
      -            {
      -                if (! $user->rights->banque->cheque) $deleteok=0;
      -            }
      -            else if ($feature == 'ecm')
      -            {
      -                if (! $user->rights->ecm->upload) $deleteok=0;
      -            }
      -            else if ($feature == 'ftp')
      -            {
      -                if (! $user->rights->ftp->write) $deleteok=0;
      -            }else if ($feature == 'salaries')
      -            {
      -                if (! $user->rights->salaries->delete) $deleteok=0;
      -            }
      -            else if ($feature == 'salaries')
      -            {
      -                if (! $user->rights->salaries->delete) $deleteok=0;
      -            }
      -            else if (! empty($feature2))	// This should be used for future changes
      -            {
      -            	foreach($feature2 as $subfeature)
      -            	{
      -            		if (empty($user->rights->$feature->$subfeature->supprimer) && empty($user->rights->$feature->$subfeature->delete)) $deleteok=0;
      -            		else { $deleteok=1; break; } // For bypass the second test if the first is ok
      -            	}
      -            }
      -            else if (! empty($feature))		// This is for old permissions
      -            {
      -                //print '<br>feature='.$feature.' creer='.$user->rights->$feature->supprimer.' write='.$user->rights->$feature->delete;
      -                if (empty($user->rights->$feature->supprimer)
      -                && empty($user->rights->$feature->delete)
      -                && empty($user->rights->$feature->run)) $deleteok=0;
      -            }
      -        }
      +	// Check delete permission from module
      +	$deleteok=1; $nbko=0;
      +	if ((GETPOST("action","aZ09")  == 'confirm_delete' && GETPOST("confirm","aZ09") == 'yes') || GETPOST("action","aZ09")  == 'delete')
      +	{
      +		foreach ($featuresarray as $feature)
      +		{
      +			if ($feature == 'contact')
      +			{
      +				if (! $user->rights->societe->contact->supprimer) $deleteok=0;
      +			}
      +			else if ($feature == 'produit|service')
      +			{
      +				if (! $user->rights->produit->supprimer && ! $user->rights->service->supprimer) $deleteok=0;
      +			}
      +			else if ($feature == 'commande_fournisseur')
      +			{
      +				if (! $user->rights->fournisseur->commande->supprimer) $deleteok=0;
      +			}
      +			else if ($feature == 'banque')
      +			{
      +				if (! $user->rights->banque->modifier) $deleteok=0;
      +			}
      +			else if ($feature == 'cheque')
      +			{
      +				if (! $user->rights->banque->cheque) $deleteok=0;
      +			}
      +			else if ($feature == 'ecm')
      +			{
      +				if (! $user->rights->ecm->upload) $deleteok=0;
      +			}
      +			else if ($feature == 'ftp')
      +			{
      +				if (! $user->rights->ftp->write) $deleteok=0;
      +			}else if ($feature == 'salaries')
      +			{
      +				if (! $user->rights->salaries->delete) $deleteok=0;
      +			}
      +			else if ($feature == 'salaries')
      +			{
      +				if (! $user->rights->salaries->delete) $deleteok=0;
      +			}
      +			else if (! empty($feature2))	// This should be used for permissions on 2 levels
      +			{
      +				foreach($feature2 as $subfeature)
      +				{
      +					if (empty($user->rights->$feature->$subfeature->supprimer) && empty($user->rights->$feature->$subfeature->delete)) $deleteok=0;
      +					else { $deleteok=1; break; } // For bypass the second test if the first is ok
      +				}
      +			}
      +			else if (! empty($feature))		// This is used for permissions on 1 level
      +			{
      +				//print '<br>feature='.$feature.' creer='.$user->rights->$feature->supprimer.' write='.$user->rights->$feature->delete;
      +				if (empty($user->rights->$feature->supprimer)
      +					&& empty($user->rights->$feature->delete)
      +					&& empty($user->rights->$feature->run)) $deleteok=0;
      +			}
      +		}
       
      -	    // If a or and at least one ok
      -	    if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $deleteok=1;
      +		// If a or and at least one ok
      +		if (preg_match('/\|/', $features) && $nbko < count($featuresarray)) $deleteok=1;
       
      -        if (! $deleteok) accessforbidden();
      -        //print "Delete access is ok";
      -    }
      +		if (! $deleteok && ! ($isdraft && $createok)) accessforbidden();
      +		//print "Delete access is ok";
      +	}
       
      -    // If we have a particular object to check permissions on, we check this object
      -    // is linked to a company allowed to $user.
      -    if (! empty($objectid) && $objectid > 0)
      -    {
      -        $ok = checkUserAccessToObject($user, $featuresarray, $objectid, $tableandshare, $feature2, $dbt_keyfield, $dbt_select);
      -        return $ok ? 1 : accessforbidden();
      -    }
      +	// If we have a particular object to check permissions on, we check this object
      +	// is linked to a company allowed to $user.
      +	if (! empty($objectid) && $objectid > 0)
      +	{
      +		$ok = checkUserAccessToObject($user, $featuresarray, $objectid, $tableandshare, $feature2, $dbt_keyfield, $dbt_select);
      +		return $ok ? 1 : accessforbidden();
      +	}
       
      -    return 1;
      +	return 1;
       }
       
       /**
      @@ -577,8 +578,8 @@ function checkUserAccessToObject($user, $featuresarray, $objectid=0, $tableandsh
       		{
       			if (! empty($conf->projet->enabled) && empty($user->rights->projet->all->lire))
       			{
      -			    $task = new Task($db);
      -			    $task->fetch($objectid);
      +				$task = new Task($db);
      +				$task->fetch($objectid);
       
       				include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
       				$projectstatic=new Project($db);
      @@ -658,37 +659,37 @@ function checkUserAccessToObject($user, $featuresarray, $objectid=0, $tableandsh
        */
       function accessforbidden($message='',$printheader=1,$printfooter=1,$showonlymessage=0)
       {
      -    global $conf, $db, $user, $langs;
      -    if (! is_object($langs))
      -    {
      -        include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
      -        $langs=new Translate('',$conf);
      -    }
      +	global $conf, $db, $user, $langs;
      +	if (! is_object($langs))
      +	{
      +		include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
      +		$langs=new Translate('',$conf);
      +	}
       
      -    $langs->load("errors");
      +	$langs->load("errors");
       
      -    if ($printheader)
      -    {
      -        if (function_exists("llxHeader")) llxHeader('');
      -        else if (function_exists("llxHeaderVierge")) llxHeaderVierge('');
      -    }
      -    print '<div class="error">';
      -    if (! $message) print $langs->trans("ErrorForbidden");
      -    else print $message;
      -    print '</div>';
      -    print '<br>';
      -    if (empty($showonlymessage))
      -    {
      -        if ($user->login)
      -        {
      -            print $langs->trans("CurrentLogin").': <font class="error">'.$user->login.'</font><br>';
      -            print $langs->trans("ErrorForbidden2",$langs->trans("Home"),$langs->trans("Users"));
      -        }
      -        else
      -        {
      -            print $langs->trans("ErrorForbidden3");
      -        }
      -    }
      -    if ($printfooter && function_exists("llxFooter")) llxFooter();
      -    exit(0);
      +	if ($printheader)
      +	{
      +		if (function_exists("llxHeader")) llxHeader('');
      +		else if (function_exists("llxHeaderVierge")) llxHeaderVierge('');
      +	}
      +	print '<div class="error">';
      +	if (! $message) print $langs->trans("ErrorForbidden");
      +	else print $message;
      +	print '</div>';
      +	print '<br>';
      +	if (empty($showonlymessage))
      +	{
      +		if ($user->login)
      +		{
      +			print $langs->trans("CurrentLogin").': <font class="error">'.$user->login.'</font><br>';
      +			print $langs->trans("ErrorForbidden2",$langs->trans("Home"),$langs->trans("Users"));
      +		}
      +		else
      +		{
      +			print $langs->trans("ErrorForbidden3");
      +		}
      +	}
      +	if ($printfooter && function_exists("llxFooter")) llxFooter();
      +	exit(0);
       }
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 2ce28875425..29e9f6fe85e 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -72,11 +72,6 @@ $hidedetails = (GETPOST('hidedetails','int') ? GETPOST('hidedetails','int') : (!
       $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));
       
      -// Security check
      -$socid='';
      -if (! empty($user->societe_id)) $socid=$user->societe_id;
      -$result = restrictedArea($user, 'fournisseur', $id, 'facture_fourn', 'facture');
      -
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('invoicesuppliercard','globalcard'));
       
      @@ -95,6 +90,11 @@ if ($id > 0 || ! empty($ref))
       	if ($ret < 0) dol_print_error($db,$object->error);
       }
       
      +// Security check
      +$socid='';
      +if (! empty($user->societe_id)) $socid=$user->societe_id;
      +$result = restrictedArea($user, 'fournisseur', $id, 'facture_fourn', 'facture', 'fk_soc', 'rowid', null, (($object->statut == FactureFournisseur::STATUS_DRAFT) ? 1 : 0));
      +
       $permissionnote=$user->rights->fournisseur->facture->creer;	// Used by the include of actions_setnotes.inc.php
       $permissiondellink=$user->rights->fournisseur->facture->creer;	// Used by the include of actions_dellink.inc.php
       $permissionedit=$user->rights->fournisseur->facture->creer; // Used by the include of actions_lineupdown.inc.php
      
      From 8fbf5b1f338819fe4aa1ee097ebcccd697acb2d4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 29 Oct 2018 18:28:19 +0100
      Subject: [PATCH 0710/1013] FIX deletion on draft is allowed if we are allwoed
       to create
      
      ---
       htdocs/compta/facture/card.php                  |  3 ++-
       htdocs/fourn/facture/card.php                   |  3 ++-
       htdocs/modulebuilder/template/myobject_card.php | 10 +++++-----
       3 files changed, 9 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index aa1176e0295..4ab316e638d 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -115,7 +115,8 @@ $permissiontoedit = $user->rights->facture->creer; // Used by the include of act
       // Security check
       $fieldid = (! empty($ref) ? 'facnumber' : 'rowid');
       if ($user->societe_id) $socid = $user->societe_id;
      -$result = restrictedArea($user, 'facture', $id, '', '', 'fk_soc', $fieldid, null, (($object->statut == Facture::STATUS_DRAFT) ? 1 : 0));
      +$isdraft = (($object->statut == Facture::STATUS_DRAFT) ? 1 : 0);
      +$result = restrictedArea($user, 'facture', $id, '', '', 'fk_soc', $fieldid, null, $isdraft);
       
       
       /*
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 29e9f6fe85e..a51da110195 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -93,7 +93,8 @@ if ($id > 0 || ! empty($ref))
       // Security check
       $socid='';
       if (! empty($user->societe_id)) $socid=$user->societe_id;
      -$result = restrictedArea($user, 'fournisseur', $id, 'facture_fourn', 'facture', 'fk_soc', 'rowid', null, (($object->statut == FactureFournisseur::STATUS_DRAFT) ? 1 : 0));
      +$isdraft = (($object->statut == FactureFournisseur::STATUS_DRAFT) ? 1 : 0);
      +$result = restrictedArea($user, 'fournisseur', $id, 'facture_fourn', 'facture', 'fk_soc', 'rowid', null, $isdraft);
       
       $permissionnote=$user->rights->fournisseur->facture->creer;	// Used by the include of actions_setnotes.inc.php
       $permissiondellink=$user->rights->fournisseur->facture->creer;	// Used by the include of actions_dellink.inc.php
      diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php
      index 6c6324e6e8d..3d811d53381 100644
      --- a/htdocs/modulebuilder/template/myobject_card.php
      +++ b/htdocs/modulebuilder/template/myobject_card.php
      @@ -93,14 +93,14 @@ foreach($object->fields as $key => $val)
       
       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;
      +//$isdraft = (($object->statut == MyObject::STATUS_DRAFT) ? 1 : 0);
      +//$result = restrictedArea($user, 'mymodule', $id, '', '', 'fk_soc', 'rowid', null, $isdraft);
       
       
       /*
      
      From 450a837393993e922bb2b3bcd32f747902cba013 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 29 Oct 2018 18:50:15 +0100
      Subject: [PATCH 0711/1013] make play and playdisable equals
      
      ---
       htdocs/core/lib/functions.lib.php | 3 +++
       1 file changed, 3 insertions(+)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index d15d07e4c6e..d3d1e41cb61 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -3237,6 +3237,9 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
       			elseif ($pictowithoutext == 'playdisabled') {
       				$fakey = 'fa-play';
       				$facolor = '#ccc';
      +			} elseif ($pictowithoutext == 'play') {
      +				$fakey = 'fa-play';
      +				$facolor = '#444';
       			}
       			else {
       				$fakey = 'fa-'.$pictowithoutext;
      
      From 7f7df8d001e4e771509f2dcb33bbecf29afc79ba Mon Sep 17 00:00:00 2001
      From: Abbes Bahfir <bafbes@gmail.com>
      Date: Mon, 29 Oct 2018 22:33:59 +0100
      Subject: [PATCH 0712/1013] Fix: To be possibly intercepted : create, update
       and delete of the object instead of commonobject must be called
      
      ---
       htdocs/core/actions_addupdatedelete.inc.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/actions_addupdatedelete.inc.php b/htdocs/core/actions_addupdatedelete.inc.php
      index c7cb1dc6f78..31a6549cc27 100644
      --- a/htdocs/core/actions_addupdatedelete.inc.php
      +++ b/htdocs/core/actions_addupdatedelete.inc.php
      @@ -72,7 +72,7 @@ if ($action == 'add' && ! empty($permissiontoadd))
       
       	if (! $error)
       	{
      -		$result=$object->createCommon($user);
      +		$result=$object->create($user);
       		if ($result > 0)
       		{
       			// Creation OK
      @@ -127,7 +127,7 @@ if ($action == 'update' && ! empty($permissiontoadd))
       
       	if (! $error)
       	{
      -		$result=$object->updateCommon($user);
      +		$result=$object->update($user);
       		if ($result > 0)
       		{
       			$action='view';
      @@ -169,7 +169,7 @@ if ($action == "update_extras" && ! empty($permissiontoadd))
       // Action to delete
       if ($action == 'confirm_delete' && ! empty($permissiontodelete))
       {
      -	$result=$object->deleteCommon($user);
      +	$result=$object->delete($user);
       	if ($result > 0)
       	{
       		// Delete OK
      
      From ca47d1b8b1e7f23cfa05f9e73ea46d4ea16c691c Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Tue, 30 Oct 2018 10:26:59 +0100
      Subject: [PATCH 0713/1013] Fix clone fourn order and invoice lines special
       code
      
      ---
       htdocs/fourn/class/fournisseur.commande.class.php | 3 +++
       htdocs/fourn/class/fournisseur.facture.class.php  | 8 ++++----
       2 files changed, 7 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
      index dfceb8d4e73..ff3d109613f 100644
      --- a/htdocs/fourn/class/fournisseur.commande.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.class.php
      @@ -1236,6 +1236,9 @@ class CommandeFournisseur extends CommonOrder
       	            // insert products details into database
       	            for ($i=0;$i<$num;$i++)
       	            {
      +	                
      +	                $this->special_code = $this->lines[$i]->special_code; // TODO : remove this in 9.0 and add special_code param to addline()
      +	                
       	                $result = $this->addline(              // This include test on qty if option SUPPLIER_ORDER_WITH_NOPRICEDEFINED is not set
       	                    $this->lines[$i]->desc,
       	                    $this->lines[$i]->subprice,
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index 7f5496094f7..0aca70fbba6 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -357,8 +357,8 @@ class FactureFournisseur extends CommonInvoice
                       dol_syslog("There is ".count($this->lines)." lines that are invoice lines objects");
                       foreach ($this->lines as $i => $val)
                       {
      -                    $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'facture_fourn_det (fk_facture_fourn)';
      -                    $sql .= ' VALUES ('.$this->id.')';
      +                    $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'facture_fourn_det (fk_facture_fourn, special_code)';
      +                    $sql .= ' VALUES ('.$this->id.','.intval($this->lines[$i]->special_code).')';
       
                           $resql_insert=$this->db->query($sql);
                           if ($resql_insert)
      @@ -398,8 +398,8 @@ class FactureFournisseur extends CommonInvoice
       				    //if (! is_object($line)) $line=json_decode(json_encode($line), false);  // convert recursively array into object.
                       	if (! is_object($line)) $line = (object) $line;
       
      -                	$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'facture_fourn_det (fk_facture_fourn)';
      -			        $sql .= ' VALUES ('.$this->id.')';
      +                	$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'facture_fourn_det (fk_facture_fourn, special_code)';
      +			        $sql .= ' VALUES ('.$this->id.','.intval($this->lines[$i]->special_code).')';
       
       			        $resql_insert=$this->db->query($sql);
       			        if ($resql_insert)
      
      From 1e819ca7c14a4ef4375cd879e9b9ba13d86f669b Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Tue, 30 Oct 2018 10:46:33 +0100
      Subject: [PATCH 0714/1013] FIX special code on create supplier invoice from
       supplier order
      
      ---
       htdocs/fourn/facture/card.php | 3 +++
       1 file changed, 3 insertions(+)
      
      diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
      index 36785a154dc..2b581e43be9 100644
      --- a/htdocs/fourn/facture/card.php
      +++ b/htdocs/fourn/facture/card.php
      @@ -896,6 +896,9 @@ if (empty($reshook))
       								if ($lines[$i]->date_fin_reel) $date_end=$lines[$i]->date_fin_reel;
       								if ($lines[$i]->date_end) $date_end=$lines[$i]->date_end;
       
      +								// FIXME Missing special_code  into addline and updateline methods
      +								$object->special_code = $lines[$i]->special_code;
      +								
       								// FIXME Missing $lines[$i]->ref_supplier and $lines[$i]->label into addline and updateline methods. They are filled when coming from order for example.
       								$result = $object->addline(
       									$desc,
      
      From 8911d72be84bd64c16cf5f8fa31329185d0a2b7d Mon Sep 17 00:00:00 2001
      From: Marc de Lima Lucio <marc.delimalucio@atm-consulting.fr>
      Date: Tue, 30 Oct 2018 12:28:04 +0100
      Subject: [PATCH 0715/1013] FIX: task time screen: prevent users with access to
       all project from assigning to tasks they're not allowed to do
      
      ---
       htdocs/core/class/html.formprojet.class.php | 37 ++++++++++++---------
       htdocs/projet/activity/perday.php           |  2 +-
       htdocs/projet/activity/perweek.php          |  2 +-
       3 files changed, 24 insertions(+), 17 deletions(-)
      
      diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
      index 616355eab28..c2d8377add5 100644
      --- a/htdocs/core/class/html.formprojet.class.php
      +++ b/htdocs/core/class/html.formprojet.class.php
      @@ -295,22 +295,29 @@ class FormProjets
       	/**
       	 *	Output a combo list with projects qualified for a third party
       	 *
      -	 *	@param	int		$socid      	Id third party (-1=all, 0=only projects not linked to a third party, id=projects not linked or linked to third party id)
      -	 *	@param  int		$selected   	Id task preselected
      -	 *	@param  string	$htmlname   	Name of HTML select
      -	 *	@param	int		$maxlength		Maximum length of label
      -	 *	@param	int		$option_only	Return only html options lines without the select tag
      -	 *	@param	string	$show_empty		Add an empty line ('1' or string to show for empty line)
      -	 *  @param	int		$discard_closed Discard closed projects (0=Keep,1=hide completely,2=Disable)
      -     *  @param	int		$forcefocus		Force focus on field (works with javascript only)
      -     *  @param	int		$disabled		Disabled
      -	 *  @param	string	$morecss        More css added to the select component
      -	 *	@return int         			Nbr of project if OK, <0 if KO
      +	 *  @param	int		$socid				Id third party (-1=all, 0=only projects not linked to a third party, id=projects not linked or linked to third party id)
      +	 *  @param	int		$selected			Id task preselected
      +	 *  @param	string	$htmlname			Name of HTML select
      +	 *  @param	int		$maxlength			Maximum length of label
      +	 *  @param	int		$option_only		Return only html options lines without the select tag
      +	 *  @param	string	$show_empty			Add an empty line ('1' or string to show for empty line)
      +	 *  @param	int		$discard_closed		Discard closed projects (0=Keep,1=hide completely,2=Disable)
      +	 *  @param	int		$forcefocus			Force focus on field (works with javascript only)
      +	 *  @param	int		$disabled			Disabled
      +	 *  @param	string	$morecss			More css added to the select component
      +	 *  @param	User	$usertofilter		User object to use for filtering
      +	 *  @param	int		$forceuserfilter	1=Force individual task user rights even if user has right to see all
      +	 *  @return	int							Nbr of project if OK, <0 if KO
       	 */
      -	function selectTasks($socid=-1, $selected='', $htmlname='taskid', $maxlength=24, $option_only=0, $show_empty='1', $discard_closed=0, $forcefocus=0, $disabled=0, $morecss='maxwidth500')
      +	function selectTasks($socid=-1, $selected='', $htmlname='taskid', $maxlength=24, $option_only=0, $show_empty='1', $discard_closed=0, $forcefocus=0, $disabled=0, $morecss='maxwidth500', $usertofilter=null, $forceuserfilter=0)
       	{
       		global $user,$conf,$langs;
       
      +		if(is_null($usertofilter))
      +		{
      +			$usertofilter = $user;
      +		}
      +
       		require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
       
       		$out='';
      @@ -319,10 +326,10 @@ class FormProjets
       		if (! empty($conf->global->PROJECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
       
       		$projectsListId = false;
      -		if (empty($user->rights->projet->all->lire))
      +		if (empty($usertofilter->rights->projet->all->lire) || $forceuserfilter)
       		{
       			$projectstatic=new Project($this->db);
      -			$projectsListId = $projectstatic->getProjectsAuthorizedForUser($user,0,1);
      +			$projectsListId = $projectstatic->getProjectsAuthorizedForUser($usertofilter,0,1);
       		}
       
       		// Search all projects
      @@ -367,7 +374,7 @@ class FormProjets
       				{
       					$obj = $this->db->fetch_object($resql);
       					// If we ask to filter on a company and user has no permission to see all companies and project is linked to another company, we hide project.
      -					if ($socid > 0 && (empty($obj->fk_soc) || $obj->fk_soc == $socid) && empty($user->rights->societe->lire))
      +					if ($socid > 0 && (empty($obj->fk_soc) || $obj->fk_soc == $socid) && empty($usertofilter->rights->societe->lire))
       					{
       						// Do nothing
       					}
      diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
      index b4329ac9237..b1214f0bff7 100644
      --- a/htdocs/projet/activity/perday.php
      +++ b/htdocs/projet/activity/perday.php
      @@ -399,7 +399,7 @@ print '<div class="float valignmiddle">';
       $titleassigntask = $langs->trans("AssignTaskToMe");
       if ($usertoprocess->id != $user->id) $titleassigntask = $langs->trans("AssignTaskToUser", $usertoprocess->getFullName($langs));
       print '<div class="taskiddiv inline-block">';
      -$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1);
      +$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess, 1);
       print '</div>';
       print ' ';
       print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0, 'maxwidth200');
      diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
      index 591f8b3ab6f..d18afc573e1 100644
      --- a/htdocs/projet/activity/perweek.php
      +++ b/htdocs/projet/activity/perweek.php
      @@ -402,7 +402,7 @@ print '<div class="float valignmiddle">';
       $titleassigntask = $langs->trans("AssignTaskToMe");
       if ($usertoprocess->id != $user->id) $titleassigntask = $langs->trans("AssignTaskToUser", $usertoprocess->getFullName($langs));
       print '<div class="taskiddiv inline-block">';
      -$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1);
      +$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess, 1);
       print '</div>';
       print ' ';
       print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0, 'maxwidth200');
      
      From a8e6c3832e4263e514d70dc0423f29eba1464f5d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 12:30:56 +0100
      Subject: [PATCH 0716/1013] Update list.php
      
      ---
       htdocs/adherents/subscription/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/adherents/subscription/list.php b/htdocs/adherents/subscription/list.php
      index 575bd3a233a..c8f7bce5f95 100644
      --- a/htdocs/adherents/subscription/list.php
      +++ b/htdocs/adherents/subscription/list.php
      @@ -40,7 +40,7 @@ $search_account=GETPOST('search_account','int');
       $search_amount=GETPOST('search_amount','alpha');
       $optioncss = GETPOST('optioncss','alpha');
       
      -$date_select=isset($_GET["date_select"])?$_GET["date_select"]:$_POST["date_select"];
      +$date_select=GETPOST("date_select",'alpha');
       
       $limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
       $sortfield = GETPOST("sortfield",'alpha');
      
      From 9bb1572e632761c1def90408412f9029cb90dd09 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 12:41:06 +0100
      Subject: [PATCH 0717/1013] Update functions.lib.php
      
      ---
       htdocs/core/lib/functions.lib.php | 20 ++++++++++----------
       1 file changed, 10 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 6649bf17bbb..a289c967055 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6529,7 +6529,7 @@ function get_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok', $keepemb
       /**
        *  Get formated error messages to output (Used to show messages on html output).
        *
      - *  @param	string	$mesgstring         Error message
      + *  @param  string	$mesgstring         Error message
        *  @param  array	$mesgarray          Error messages array
        *  @param  int		$keepembedded       Set to 1 in error message must be kept embedded into its html place (this disable jnotify)
        *  @return string                		Return html output
      @@ -6537,7 +6537,7 @@ function get_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok', $keepemb
        *  @see    dol_print_error
        *  @see    dol_htmloutput_mesg
        */
      -function get_htmloutput_errors($mesgstring='', $mesgarray='', $keepembedded=0)
      +function get_htmloutput_errors($mesgstring='', $mesgarray=array(), $keepembedded=0)
       {
       	return get_htmloutput_mesg($mesgstring, $mesgarray,'error',$keepembedded);
       }
      @@ -6547,15 +6547,15 @@ function get_htmloutput_errors($mesgstring='', $mesgarray='', $keepembedded=0)
        *
        *	@param	string		$mesgstring		Message string or message key
        *	@param	string[]	$mesgarray      Array of message strings or message keys
      - *  @param  string      $style          Which style to use ('ok', 'warning', 'error')
      - *  @param  int         $keepembedded   Set to 1 if message must be kept embedded into its html place (this disable jnotify)
      - *  @return	void
      + *	@param  string      $style          Which style to use ('ok', 'warning', 'error')
      + *	@param  int         $keepembedded   Set to 1 if message must be kept embedded into its html place (this disable jnotify)
      + *	@return	void
        *
      - *  @see    dol_print_error
      - *  @see    dol_htmloutput_errors
      - *  @see    setEventMessages
      + *	@see    dol_print_error
      + *	@see    dol_htmloutput_errors
      + *	@see    setEventMessages
        */
      -function dol_htmloutput_mesg($mesgstring = '',$mesgarray = [], $style = 'ok', $keepembedded=0)
      +function dol_htmloutput_mesg($mesgstring = '',$mesgarray = array(), $style = 'ok', $keepembedded=0)
       {
       	if (empty($mesgstring) && (! is_array($mesgarray) || count($mesgarray) == 0)) return;
       
      @@ -6609,7 +6609,7 @@ function dol_htmloutput_mesg($mesgstring = '',$mesgarray = [], $style = 'ok', $k
        *  @see    dol_print_error
        *  @see    dol_htmloutput_mesg
        */
      -function dol_htmloutput_errors($mesgstring='', $mesgarray='', $keepembedded=0)
      +function dol_htmloutput_errors($mesgstring='', $mesgarray=array(), $keepembedded=0)
       {
       	dol_htmloutput_mesg($mesgstring, $mesgarray, 'error', $keepembedded);
       }
      
      From d4fd55c4cf3a61d2840b978f3cc8abbaa1db02d6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 13:54:11 +0100
      Subject: [PATCH 0718/1013] FIX #9907
      
      ---
       htdocs/admin/modules.php                      | 2 +-
       htdocs/core/lib/admin.lib.php                 | 6 ++++--
       htdocs/core/modules/DolibarrModules.class.php | 2 +-
       htdocs/core/modules/modTakePos.class.php      | 2 +-
       4 files changed, 7 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index 81eec5a4247..3dbedae32bb 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -805,7 +805,7 @@ if ($mode == 'common')
       	        	        {
               	        	    foreach ($arrayofwarningsextbycountry as $keycountry => $cursorwarningmessage)
               	        	    {
      -        	        	        if ($keycountry == 'always' || $keycountry == $mysoc->country_code)
      +        	        	    	if (preg_match('/^always/', $keycountry) || ($mysoc->country_code && preg_match('/^'.$mysoc->country_code.'/', $keycountry)))
               	        	        {
               	        	            $warningmessage .= ($warningmessage?"\n":"").$langs->trans($cursorwarningmessage, $objMod->getName(), $mysoc->country_code, $modules[$keymodule]->getName());
               	        	            $warningmessage .= ($warningmessage?"\n":"").($warningmessage?"\n":"").$langs->trans("Module").' : '.$objMod->getName();
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index f92fd56a87b..34ca8e48079 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -932,10 +932,11 @@ function activateModule($value,$withdeps=1)
                   if (isset($objMod->depends) && is_array($objMod->depends) && ! empty($objMod->depends))
                   {
                       // Activation of modules this module depends on
      -                // this->depends may be array('modModule1', 'mmodModule2') or array('always'=>"modModule1", 'FR'=>'modModule2')
      +                // this->depends may be array('modModule1', 'mmodModule2') or array('always1'=>"modModule1", 'FR'=>'modModule2')
                       foreach ($objMod->depends as $key => $modulestring)
                       {
      -                    if ((! is_numeric($key)) && $key != 'always' && $key != $mysoc->country_code)
      +                	//var_dump((! is_numeric($key)) && ! preg_match('/^always/', $key) && $mysoc->country_code && ! preg_match('/^'.$mysoc->country_code.'/', $key));exit;
      +                	if ((! is_numeric($key)) && ! preg_match('/^always/', $key) && $mysoc->country_code && ! preg_match('/^'.$mysoc->country_code.'/', $key))
                           {
                               dol_syslog("We are not concerned by dependency with key=".$key." because our country is ".$mysoc->country_code);
                               continue;
      @@ -943,6 +944,7 @@ function activateModule($value,$withdeps=1)
                       	$activate = false;
                       	foreach ($modulesdir as $dir)
                       	{
      +                		var_dump($modulestring);
                       		if (file_exists($dir.$modulestring.".class.php"))
                       		{
                       			$resarray = activateModule($modulestring);
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index dfaaa6b26b4..24541c353e8 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -300,7 +300,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       	/**
       	 * @var string[] List of module class names that must be enabled if this module is enabled.
       	 *
      -	 * e.g.: array('modAnotherModule', 'modYetAnotherModule')
      +	 * e.g.: array('modAnotherModule', 'FR'=>'modYetAnotherModule')
       	 */
       	public $depends;
       
      diff --git a/htdocs/core/modules/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php
      index 4603ba74c04..4404ee9de63 100644
      --- a/htdocs/core/modules/modTakePos.class.php
      +++ b/htdocs/core/modules/modTakePos.class.php
      @@ -98,7 +98,7 @@ class modTakePos extends DolibarrModules
       
       		// 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->depends = array('always1'=>"modBanque", 'always2'=>"modFacture", 'always3'=>"modProduct", 'always4'=>'modCategorie', 'FR1'=>'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");
      
      From b4c9df65f9a0fb2b850cb5a24b411a144c69539e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 13:56:51 +0100
      Subject: [PATCH 0719/1013] FIX #9907 Can set several modules on ->depends
      
      ---
       .../modulebuilder/template/core/modules/modMyModule.class.php   | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      index e81b75c1815..d638ee874fd 100644
      --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      @@ -108,7 +108,7 @@ class modMyModule extends DolibarrModules
       
       		// 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->depends = array();		// List of module class names as string that must be enabled if this module is enabled. array('always1'=>'modModule1','always2'=>'modModule2', 'FR1'=>'modModuleFR'...)
       		$this->requiredby = array();	// List of module class names 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("mymodule@mymodule");
      
      From 7a268d8d9fbc2c8b518417aa418709e283770a32 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 14:27:14 +0100
      Subject: [PATCH 0720/1013] Clean code
      
      ---
       htdocs/core/class/html.form.class.php | 8 ++++----
       htdocs/core/lib/functions.lib.php     | 2 +-
       2 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index 70ffa6ea006..730c75867d6 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -2071,7 +2071,7 @@ class Form
       			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_stock as ps on ps.fk_product = p.rowid";
       			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."entrepot as e on ps.fk_entrepot = e.rowid";
       		}
      -		
      +
       		// include search in supplier ref
       		if(!empty($conf->global->MAIN_SEARCH_PRODUCT_BY_FOURN_REF))
       		{
      @@ -3508,7 +3508,7 @@ class Form
       			    {
       			        $unitLabel = $langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label;
       			    }
      -			    
      +
       				if ($selected == $res->rowid)
       				{
       				    $return.='<option value="'.$res->rowid.'" selected>'.$unitLabel.'</option>';
      @@ -7145,7 +7145,7 @@ class Form
       	}
       
       	/**
      -	 * Return HTML to show the select categories of expense category
      +	 * Return HTML to show the select of expense categories
       	 *
       	 * @param	string	$selected              preselected category
       	 * @param	string	$htmlname              name of HTML select list
      @@ -7161,7 +7161,7 @@ class Form
       		global $db, $conf, $langs, $user;
       
       		$sql = 'SELECT rowid, label FROM '.MAIN_DB_PREFIX.'c_exp_tax_cat WHERE active = 1';
      -		$sql.= ' AND entity IN (0,'.getEntity('').')';
      +		$sql.= ' AND entity IN (0,'.getEntity('exp_tax_cat').')';
       		if (!empty($excludeid)) $sql.= ' AND rowid NOT IN ('.implode(',', $excludeid).')';
       		$sql.= ' ORDER BY label';
       
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index d15d07e4c6e..10aa25c86ba 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -7682,7 +7682,7 @@ function getDictvalue($tablename, $field, $id, $checkentity=false, $rowidfield='
       	{
       		$dictvalues[$tablename] = array();
       		$sql = 'SELECT * FROM '.$tablename.' WHERE 1';
      -		if ($checkentity) $sql.= ' AND entity IN (0,'.getEntity('').')';
      +		if ($checkentity) $sql.= ' AND entity IN (0,'.getEntity($tablename).')';
       
       		$resql = $db->query($sql);
       		if ($resql)
      
      From 2b526f74693b38db7f0a1e2abceb1fea1daedb15 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 15:28:11 +0100
      Subject: [PATCH 0721/1013] Fix phpcs
      
      ---
       htdocs/adherents/card.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index 2aceb437d23..c29743b60c4 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -634,7 +634,7 @@ if (empty($reshook))
       					$msg     = $arraydefaultmessage->content;
       				}
       
      -                if (empty($labeltouse) || (int)$labeltouse === -1) {
      +                if (empty($labeltouse) || (int) $labeltouse === -1) {
                           //fallback on the old configuration.
                           setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
                           $error++;
      @@ -715,7 +715,7 @@ if (empty($reshook))
       						$msg     = $arraydefaultmessage->content;
       					}
       
      -                    if (empty($labeltouse) || (int)$labeltouse === -1) {
      +                    if (empty($labeltouse) || (int) $labeltouse === -1) {
                               //fallback on the old configuration.
                               setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
                               $error++;
      
      From b9078c6d582a08e750458df269ee8bc89717187b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 15:30:04 +0100
      Subject: [PATCH 0722/1013] Fix phpcs
      
      ---
       htdocs/core/modules/modSyslog.class.php | 15 ++++++++++++++-
       1 file changed, 14 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/modSyslog.class.php b/htdocs/core/modules/modSyslog.class.php
      index ba08d54c888..b9db018a1c3 100644
      --- a/htdocs/core/modules/modSyslog.class.php
      +++ b/htdocs/core/modules/modSyslog.class.php
      @@ -82,7 +82,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. 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),
      +		    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
      +		    )
       		);
       	}
       }
      
      From 2fbc305683c9cacba509e4fb0a67cac4f7c98fd5 Mon Sep 17 00:00:00 2001
      From: Marc de Lima Lucio <marc.delimalucio@atm-consulting.fr>
      Date: Tue, 30 Oct 2018 16:00:56 +0100
      Subject: [PATCH 0723/1013] FIX: task time screen: last fix was overkill
      
      ---
       htdocs/core/class/html.formprojet.class.php | 5 ++---
       htdocs/projet/activity/perday.php           | 2 +-
       htdocs/projet/activity/perweek.php          | 2 +-
       3 files changed, 4 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
      index c2d8377add5..cb31107c65c 100644
      --- a/htdocs/core/class/html.formprojet.class.php
      +++ b/htdocs/core/class/html.formprojet.class.php
      @@ -306,10 +306,9 @@ class FormProjets
       	 *  @param	int		$disabled			Disabled
       	 *  @param	string	$morecss			More css added to the select component
       	 *  @param	User	$usertofilter		User object to use for filtering
      -	 *  @param	int		$forceuserfilter	1=Force individual task user rights even if user has right to see all
       	 *  @return	int							Nbr of project if OK, <0 if KO
       	 */
      -	function selectTasks($socid=-1, $selected='', $htmlname='taskid', $maxlength=24, $option_only=0, $show_empty='1', $discard_closed=0, $forcefocus=0, $disabled=0, $morecss='maxwidth500', $usertofilter=null, $forceuserfilter=0)
      +	function selectTasks($socid=-1, $selected='', $htmlname='taskid', $maxlength=24, $option_only=0, $show_empty='1', $discard_closed=0, $forcefocus=0, $disabled=0, $morecss='maxwidth500', $usertofilter=null)
       	{
       		global $user,$conf,$langs;
       
      @@ -326,7 +325,7 @@ class FormProjets
       		if (! empty($conf->global->PROJECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
       
       		$projectsListId = false;
      -		if (empty($usertofilter->rights->projet->all->lire) || $forceuserfilter)
      +		if (empty($usertofilter->rights->projet->all->lire))
       		{
       			$projectstatic=new Project($this->db);
       			$projectsListId = $projectstatic->getProjectsAuthorizedForUser($usertofilter,0,1);
      diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
      index b1214f0bff7..b27572790dd 100644
      --- a/htdocs/projet/activity/perday.php
      +++ b/htdocs/projet/activity/perday.php
      @@ -399,7 +399,7 @@ print '<div class="float valignmiddle">';
       $titleassigntask = $langs->trans("AssignTaskToMe");
       if ($usertoprocess->id != $user->id) $titleassigntask = $langs->trans("AssignTaskToUser", $usertoprocess->getFullName($langs));
       print '<div class="taskiddiv inline-block">';
      -$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess, 1);
      +$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess);
       print '</div>';
       print ' ';
       print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0, 'maxwidth200');
      diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
      index d18afc573e1..3d2e638849e 100644
      --- a/htdocs/projet/activity/perweek.php
      +++ b/htdocs/projet/activity/perweek.php
      @@ -402,7 +402,7 @@ print '<div class="float valignmiddle">';
       $titleassigntask = $langs->trans("AssignTaskToMe");
       if ($usertoprocess->id != $user->id) $titleassigntask = $langs->trans("AssignTaskToUser", $usertoprocess->getFullName($langs));
       print '<div class="taskiddiv inline-block">';
      -$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess, 1);
      +$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1, 0, 0, '', $usertoprocess);
       print '</div>';
       print ' ';
       print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0, 'maxwidth200');
      
      From f845a52b20b991ce29670b9102346a58f62042a9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 16:37:50 +0100
      Subject: [PATCH 0724/1013] Fix phpcs
      
      ---
       htdocs/adherents/card.php | 76 +++++++++++++++++++--------------------
       1 file changed, 37 insertions(+), 39 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index f347c73192c..fee1848b925 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -644,27 +644,26 @@ if (empty($reshook))
       					$msg     = $arraydefaultmessage->content;
       				}
       
      -                if (empty($labeltouse) || (int) $labeltouse === -1) {
      -                    //fallback on the old configuration.
      -                    setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      -                    $error++;
      -                }else{
      -                    $substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      -                    complete_substitutions_array($substitutionarray, $outputlangs, $object);
      -                    $subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      -                    $texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnValid()), $substitutionarray, $outputlangs);
      -
      -                    $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++;
      -                        setEventMessages($object->error, $object->errors, 'errors');
      -                    }
      -                }
      +				if (empty($labeltouse) || (int) $labeltouse === -1) {
      +					//fallback on the old configuration.
      +					setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      +					$error++;
      +				}
      +				else {
      +					$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      +					complete_substitutions_array($substitutionarray, $outputlangs, $object);
      +					$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      +					$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnValid()), $substitutionarray, $outputlangs);
       
      +					$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++;
      +						setEventMessages($object->error, $object->errors, 'errors');
      +					}
      +				}
       			}
       		}
       		else
      @@ -726,28 +725,27 @@ if (empty($reshook))
       						$msg     = $arraydefaultmessage->content;
       					}
       
      -                    if (empty($labeltouse) || (int) $labeltouse === -1) {
      -                        //fallback on the old configuration.
      -                        setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      -                        $error++;
      -                    }else{
      -                        $substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      -                        complete_substitutions_array($substitutionarray, $outputlangs, $object);
      -                        $subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      -                        $texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnResiliate()), $substitutionarray, $outputlangs);
      -
      -                        $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++;
      -                            setEventMessages($object->error, $object->errors, 'errors');
      -                        }
      -                    }
      -                }
      +					if (empty($labeltouse) || (int) $labeltouse === -1) {
      +						//fallback on the old configuration.
      +						setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
      +						$error++;
      +					}
      +					else {
      +						$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $object);
      +						complete_substitutions_array($substitutionarray, $outputlangs, $object);
      +						$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
      +						$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnResiliate()), $substitutionarray, $outputlangs);
       
      +						$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++;
      +							setEventMessages($object->error, $object->errors, 'errors');
      +						}
      +					}
      +				}
       			}
       			else
       			{
      
      From 395e9ceae2708662f3b14c23589d55fd4a248095 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 30 Oct 2018 20:36:12 +0100
      Subject: [PATCH 0725/1013] fix stats display expensereport
      
      ---
       htdocs/expensereport/stats/index.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/expensereport/stats/index.php b/htdocs/expensereport/stats/index.php
      index e53757be1db..c192fb83447 100644
      --- a/htdocs/expensereport/stats/index.php
      +++ b/htdocs/expensereport/stats/index.php
      @@ -2,6 +2,7 @@
       /* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
        * Copyright (c) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2012      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
      @@ -282,7 +283,7 @@ foreach ($data as $val)
       }
       
       print '</table>';
      -print '<div>';
      +print '</div>';
       
       print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
       
      
      From 46fd3bcaf87843dd576ea11b35dac93eb00491ca Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Tue, 30 Oct 2018 21:15:52 +0100
      Subject: [PATCH 0726/1013] fix display holiday month report if none
      
      ---
       htdocs/holiday/month_report.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php
      index 6a4da422ea3..a19a193bc73 100644
      --- a/htdocs/holiday/month_report.php
      +++ b/htdocs/holiday/month_report.php
      @@ -1,6 +1,7 @@
       <?php
       /* Copyright (C) 2007-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2011      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
      @@ -120,7 +121,7 @@ print '</tr>';
       
       if ($num == 0)
       {
      -   print '<tr><td colspan="6" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
      +   print '<tr><td colspan="10" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
       }
       else
       {
      
      From 3d16b05fdb647a84d83dd060b3f7cf74c528a28b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 21:30:44 +0100
      Subject: [PATCH 0727/1013] Fix fetch
      
      ---
       htdocs/fichinter/card-rec.php | 6 +++---
       htdocs/langs/es_ES/cron.lang  | 2 +-
       2 files changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 0113f7fbea6..4b8aa9bb43d 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -866,7 +866,7 @@ if ($action == 'create') {
       			print "</tr>\n";
       
       
      -// les filtres à faire ensuite
      +			// les filtres à faire ensuite
       
       			if ($num > 0) {
       				while ($i < min($num, $limit)) {
      @@ -893,8 +893,8 @@ if ($action == 'create') {
       					}
       					if (! empty($conf->projet->enabled)) {
       						print '<td>';
      -						if ($objp->fk_project >0) {
      -							$projectstatic->fecth($objp->fk_projet);
      +						if ($objp->fk_project > 0) {
      +							$projectstatic->fetch($objp->fk_projet);
       							print $projectstatic->getNomUrl(1);
       						}
       						print '</td>';
      diff --git a/htdocs/langs/es_ES/cron.lang b/htdocs/langs/es_ES/cron.lang
      index da8ac9c00aa..50497ad0b98 100644
      --- a/htdocs/langs/es_ES/cron.lang
      +++ b/htdocs/langs/es_ES/cron.lang
      @@ -64,7 +64,7 @@ CronClassFile=Nombre de archivo con clase
       CronModuleHelp=Nombre del directorio del módulo Dolibarr (también funciona con módulos externos). <BR> Por ejemplo, para realizar un fetch del objeto Product /htdocs/<u>product</u>/class/product.class.php, el valor del módulo es <i>product</i>
       CronClassFileHelp=El nombre del archivo a cargar (la ruta es relativa al directorio raiz del servidor web). <BR> Por ejemplo para realizar un fetch del objeto Product /htdocs/product/class/<u>product.class.php</u>, el valor del nombre del archivo de la clase es <i>product.class.php</i>
       CronObjectHelp=El nombre del objeto a cargar. <BR> Por ejemplo para realizar un fetch del objeto Product /htdocs/product/class/product.class.php, el valor del nombre de la clase es <i>Product</i>
      -CronMethodHelp=El método del objeto a lanzar. <BR> Por ejemplo para realizar un fetch del objeto Product /htdocs/product/class/product.class.php, el valor del método es <i>fecth</i>
      +CronMethodHelp=El método del objeto a lanzar. <BR> Por ejemplo para realizar un fetch del objeto Product /htdocs/product/class/product.class.php, el valor del método es <i>fetch</i>
       CronArgsHelp=Los argumentos del método. <BR> Por ejemplo para realizar un fetch del objeto Product /htdocs/product/class/product.class.php, los valores pueden ser <i>0, ProductRef</i>
       CronCommandHelp=El comando en línea del sistema a ejecutar.
       CronCreateJob=Crear nueva tarea programada
      
      From c764d7f8d56827e09ade0ab28944707023dd1e14 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 21:34:17 +0100
      Subject: [PATCH 0728/1013] Fix remove var_dump
      
      ---
       htdocs/core/lib/admin.lib.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index 34ca8e48079..f5efa5c5b7e 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -944,7 +944,6 @@ function activateModule($value,$withdeps=1)
                       	$activate = false;
                       	foreach ($modulesdir as $dir)
                       	{
      -                		var_dump($modulestring);
                       		if (file_exists($dir.$modulestring.".class.php"))
                       		{
                       			$resarray = activateModule($modulestring);
      
      From 866729cd21a56086a2aa353eb063c4136986d1f7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 30 Oct 2018 22:32:42 +0100
      Subject: [PATCH 0729/1013] FIX bad link in notification
      
      ---
       htdocs/core/class/notify.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
      index c226fb647d0..ae22728f06d 100644
      --- a/htdocs/core/class/notify.class.php
      +++ b/htdocs/core/class/notify.class.php
      @@ -575,13 +575,13 @@ class Notify
       						$mesg = $langs->transnoentitiesnoconv("EMailTextOrderValidated",$link);
       						break;
       					case 'PROPAL_VALIDATE':
      -						$link='/comm/propal/card.php?id='.$object->id;
      +						$link = '<a href="' . $urlwithroot . '/comm/propal/card.php?id='.$object->id . '">' . $newref . '</a>';
       						$dir_output = $conf->propal->multidir_output[$object->entity];
       						$object_type = 'propal';
       						$mesg = $langs->transnoentitiesnoconv("EMailTextProposalValidated",$link);
       						break;
       					case 'PROPAL_CLOSE_SIGNED':
      -						$link='/comm/propal/card.php?id='.$object->id;
      +						$link = '<a href="' . $urlwithroot . '/comm/propal/card.php?id='.$object->id . '">' . $newref . '</a>';
       						$dir_output = $conf->propal->multidir_output[$object->entity];
       						$object_type = 'propal';
       						$mesg = $langs->transnoentitiesnoconv("EMailTextProposalClosedSigned",$link);
      
      From c9ef298839bc57c06222cd736fde4df80cd46209 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 11:38:04 +0100
      Subject: [PATCH 0730/1013] Fix setup template emails
      
      ---
       htdocs/install/mysql/data/llx_c_email_templates.sql | 10 +++++-----
       htdocs/install/mysql/migration/7.0.0-8.0.0.sql      | 10 +++++-----
       htdocs/langs/fr_FR/members.lang                     |  4 ++--
       3 files changed, 12 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/install/mysql/data/llx_c_email_templates.sql b/htdocs/install/mysql/data/llx_c_email_templates.sql
      index b913fca13f3..3d1a1e7c178 100644
      --- a/htdocs/install/mysql/data/llx_c_email_templates.sql
      +++ b/htdocs/install/mysql/data/llx_c_email_templates.sql
      @@ -23,10 +23,10 @@
       INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines) VALUES (0,'banque','thirdparty','',0,null,null,'(YourSEPAMandate)',1,1,0,'__(YourSEPAMandate)__','__(Hello)__,<br><br>\n\n__(FindYourSEPAMandate)__ :<br>\n__MYCOMPANY_NAME__<br>\n__MYCOMPANY_FULLADDRESS__<br><br>\n__(Sincerely)__<br>\n__USER_SIGNATURE__',null);
       
       
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>__INFOS__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>__INFOS__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
       INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnNewSubscription)'        ,30,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__',     '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
       
      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 f29830f29e0..1a7cfd58410 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
      @@ -419,12 +419,12 @@ ALTER TABLE llx_societe_rib MODIFY COLUMN max_total_amount_of_all_payments doubl
       ALTER TABLE llx_societe_rib MODIFY COLUMN total_amount_of_all_payments double(24,8);
       
       
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
       INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnNewSubscription)'        ,30,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__',     '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
       
       ALTER TABLE llx_product ADD COLUMN fk_default_warehouse integer DEFAULT NULL;
       ALTER TABLE llx_product ADD CONSTRAINT fk_product_default_warehouse FOREIGN KEY (fk_default_warehouse) REFERENCES llx_entrepot (rowid);
      diff --git a/htdocs/langs/fr_FR/members.lang b/htdocs/langs/fr_FR/members.lang
      index 6cd379c3cc2..a27cd5c5747 100644
      --- a/htdocs/langs/fr_FR/members.lang
      +++ b/htdocs/langs/fr_FR/members.lang
      @@ -111,7 +111,7 @@ SendingAnEMailToMember=Envoi d'informations par e-mail à un adhérent
       SendingEmailOnAutoSubscription=Envoi d'email lors de l'auto-inscription
       SendingEmailOnMemberValidation=Envoie d'email à la validation d'un nouvel adhérent
       SendingEmailOnNewSubscription=Envoyer un email sur un nouvel abonnement
      -SendingReminderForExpiredSubscription=Envoi d'un rappel pour les abonnements expirés
      +SendingReminderForExpiredSubscription=Envoi d'un rappel pour les adhésions expirées
       SendingEmailOnCancelation=Envoie d'email à l'annulation
       # Topic of email templates
       YourMembershipRequestWasReceived=Votre demande d'adhésion a été reçue.
      @@ -124,7 +124,7 @@ CardContent=Contenu de votre fiche adhérent
       ThisIsContentOfYourMembershipRequestWasReceived=Nous vous informons que votre demande d'adhésion a bien été reçue. <br> <br>
       ThisIsContentOfYourMembershipWasValidated=Nous vous informons que votre adhésion a été validé avec les informations suivantes:<br><br>
       ThisIsContentOfYourSubscriptionWasRecorded=Nous vous informons que votre nouvelle cotisation a été enregistrée.<br><br>
      -ThisIsContentOfSubscriptionReminderEmail=Nous voulons vous informer que votre abonnement est sur le point d'expirer. Nous espérons que vous pourrez le renouveler. <br> <br>
      +ThisIsContentOfSubscriptionReminderEmail=Nous voulons vous informer que votre adhésion est sur le point d'expirer. Nous espérons que vous pourrez la renouveler, votre soutien nous ait précieux <br> <br>
       ThisIsContentOfYourCard=Ceci est un rappel des informations que nous avons vos concernant. N'hésitez pas à nous contacter en cas d'erreur.<br><br>
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Sujet de l'email reçu en cas d'auto-inscription d'un invité
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL=Email reçu en cas d'auto-inscription d'un invité
      
      From 19134e82cbcd6c01f1230bbccb6b1ce3e488b6d7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 12:23:53 +0100
      Subject: [PATCH 0731/1013] Prepare 8.0.3
      
      ---
       ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
       1 file changed, 81 insertions(+)
      
      diff --git a/ChangeLog b/ChangeLog
      index a31b7e0ddfd..c0e3e277009 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -3,6 +3,87 @@ English Dolibarr ChangeLog
       --------------------------------------------------------------
       
       
      +***** ChangeLog for 8.0.3 compared to 8.0.2 *****
      +FIX: #9161
      +FIX: #9432
      +FIX: #9432 Assign yourself as a commercial when you don't have permission to see all thirds
      +FIX: #9510
      +FIX: #9567
      +FIX: According to french law, if seller is in France and buyer isn't in UE and isn't a company, TVA used = TVA product
      +FIX: Amount when using mutlicurrency on PDF
      +FIX: Backup of database without mysqladmin available from cron.
      +FIX: Bad label on delete button
      +FIX: bad link in notification
      +FIX: Bad position of hook formattachOptions call
      +FIX: Can't create shipping if have shipping line's extrafields
      +FIX: check !empty exclude select element
      +FIX: content lost when editing a label with "
      +FIX: correct migration of old postgresql unique key
      +FIX: credit note progression
      +FIX: default accounting accounts on loan creation #9643
      +FIX: Delete of draft invoice
      +FIX: deletion on draft is allowed if we are allwoed to create
      +FIX: Do not show check box if not applicable
      +FIX: exclude element of the select
      +FIX: extrafields of taks not visible in creation
      +FIX: filter on employee
      +FIX: invoice stats: situation invoices were not counted
      +FIX: keep external module element when adding resource
      +FIX: langs fr
      +FIX: Link template invoice to contract
      +FIX: Look and feel v8. Missing button "Create category"
      +FIX: Menu to show/edit Users categories was missing
      +FIX: missing name alias field in societe import/export #9091
      +FIX: missing symbol for indian rupies
      +FIX: Missing transaction around action
      +FIX: modify parenting before task deletion
      +FIX: nb of session in title
      +FIX: need to filter on current entity on replenish
      +FIX: number mailing for a contact with multicompany
      +FIX: Option for prof id mandatory not working with custom type of company
      +FIX: Option MAIN_DISABLE_NOTES_TAB #9611
      +FIX: Pagination stats
      +FIX: pdf typhon: order reference duplicate
      +FIX: position 0 for emails templates
      +FIX: previous situation invoice selection
      +FIX: Product marge tabs on product card
      +FIX: Product margin tab and credit note
      +FIX: propal pdf: missing parenthesis for customs code
      +FIX: properties on proposal must not be modified if error
      +FIX: qty not visible for a lot when making shipment on a dedicated stock
      +FIX: Quick hack to solve pb of bad definition of public holidays
      +FIX: remain to pay for credit note was wrong on invoice list
      +FIX: replenish wasn't caring about supplier price min quantity #9561
      +FIX: Required extrafield value numeric should accept '0'
      +FIX: ressource list with extrafields
      +FIX: restore last seach criteria
      +FIX: Selection of addmaindocfile is lost on error
      +FIX: Sending of reminder for expired subscriptions
      +FIX: shared link ko on proposals
      +FIX: showOptionals: column mismatches
      +FIX: situation invoice total with credit note
      +FIX: situation invoice prev percent
      +FIX: special code on create supplier invoice from supplier order
      +FIX: Symbol of currency in substitution variables
      +FIX: The max size for upload file was not corectly shown
      +FIX: the member e-mail on resign and validation.
      +FIX: thirdparty property of object not loaded when only one record
      +FIX: title
      +FIX: Title problem on admin RSS module
      +FIX: Tooltip on invoice widget
      +FIX: Total of timespent
      +FIX: trackid into email sent from member module.
      +FIX: translation in select unit form
      +FIX: use discount with multicurrency
      +FIX: Variable name
      +FIX: When we delete a product, llx_product_association rows are not deleted
      +FIX: when we're just admin and not super admin, if we create new user with transverse mode, we don't see it then we can't add him in usergroup
      +FIX: wrong function name
      +FIX: wrong occurence number of contract on contact card, we must only count externals
      +FIX: wrong value for module part and return access denied
      +FIX: Wrong variable name
      +FIX: XSS vulnerability reported by Mary Princy E
      +
       ***** ChangeLog for 8.0.2 compared to 8.0.1 *****
       FIX: #8452
       FIX: #9043
      
      From 6c4a2728ca038822c2464ae93cde10608043dc09 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 12:33:08 +0100
      Subject: [PATCH 0732/1013] Fix build
      
      ---
       build/makepack-dolibarr.pl | 14 +++++++-------
       1 file changed, 7 insertions(+), 7 deletions(-)
      
      diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl
      index 1ab3269d0de..7ba988231cc 100755
      --- a/build/makepack-dolibarr.pl
      +++ b/build/makepack-dolibarr.pl
      @@ -523,10 +523,17 @@ if ($nboftargetok) {
       		$ret=`rm -f  $BUILDROOT/$PROJECT/doc/images/dolibarr_screenshot12.png`;
       
       		# Security to avoid to package data files 
      +        print "Remove documents dir\n";
       		$ret=`rm -fr $BUILDROOT/$PROJECT/document`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/documents`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/document`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/documents`;
      +        
      +        print "Remove subdir of custom dir\n";
      +   	    print "find $BUILDROOT/$PROJECT/htdocs/custom/* -type d -exec rm -fr {} \\;\n";
      +   	    $ret=`find $BUILDROOT/$PROJECT/htdocs/custom/* -type d -exec rm -fr {} \\; >/dev/null 2>&1`;	# For custom we want to remove all subdirs but not files
      +   	    print "find $BUILDROOT/$PROJECT/htdocs/custom/* -type l -exec rm -fr {} \\;\n";
      +   	    $ret=`find $BUILDROOT/$PROJECT/htdocs/custom/* -type l -exec rm -fr {} \\; >/dev/null 2>&1`;	# For custom we want to remove all subdirs, even symbolic links, but not files
       
       		# Removed known external modules to avoid any error when packaging from env where external modules are tested 
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/allscreens*`;
      @@ -592,13 +599,6 @@ if ($nboftargetok) {
               $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tecnickcom/tcpdf/tools`;
               $ret=`rm -f  $BUILDROOT/$PROJECT/htdocs/includes/tecnickcom/tcpdf/LICENSE.TXT`;
               $ret=`rm -f  $BUILDROOT/$PROJECT/htdocs/theme/common/octicons/LICENSE`;
      -        
      -        
      -        print "Remove subdir of custom dir\n";
      -   	    print "find $BUILDROOT/$PROJECT/htdocs/custom/* -type d -exec rm -fr {} \\;\n";
      -   	    $ret=`find $BUILDROOT/$PROJECT/htdocs/custom/* -type d -exec rm -fr {} \\; >/dev/null 2>&1`;	# For custom we want to remove all subdirs but not files
      -   	    print "find $BUILDROOT/$PROJECT/htdocs/custom/* -type l -exec rm -fr {} \\;\n";
      -   	    $ret=`find $BUILDROOT/$PROJECT/htdocs/custom/* -type l -exec rm -fr {} \\; >/dev/null 2>&1`;	# For custom we want to remove all subdirs, even symbolic links, but not files
       	}
       
       	# Build package for each target
      
      From 0ca5da055fec89381aa3aaf3ba115b64d4f20ad2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 15:04:01 +0100
      Subject: [PATCH 0733/1013] Debug v9
      
      ---
       htdocs/core/modules/modDataPolicy.class.php  | 18 ++-----
       htdocs/datapolicy/ChangeLog.md               | 24 ---------
       htdocs/datapolicy/class/datapolicy.class.php |  2 +-
       htdocs/emailcollector/modulebuilder.txt      |  3 ++
       htdocs/modulebuilder/index.php               | 51 ++++++++++++++------
       5 files changed, 43 insertions(+), 55 deletions(-)
       delete mode 100644 htdocs/datapolicy/ChangeLog.md
       create mode 100644 htdocs/emailcollector/modulebuilder.txt
      
      diff --git a/htdocs/core/modules/modDataPolicy.class.php b/htdocs/core/modules/modDataPolicy.class.php
      index ca53440a3b9..b6f4c4e0139 100644
      --- a/htdocs/core/modules/modDataPolicy.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -173,22 +173,10 @@ class modDataPolicy extends DolibarrModules {
               // '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@datapolicy',
      -          '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->datapolicy->enabled,$conf->datapolicy->enabled,$conf->datapolicy->enabled)												// Condition to show each dictionary
      -          );
      -         */
       
       
               // Boxes/Widgets
      @@ -199,7 +187,7 @@ class modDataPolicy 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' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
      +            0 => array('label' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'DataPolicyCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Clean data', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
                   //1 => array('label' => 'DATAPOLICY Mailing', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.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),
      diff --git a/htdocs/datapolicy/ChangeLog.md b/htdocs/datapolicy/ChangeLog.md
      deleted file mode 100644
      index 1c149a77e39..00000000000
      --- a/htdocs/datapolicy/ChangeLog.md
      +++ /dev/null
      @@ -1,24 +0,0 @@
      -**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/datapolicy/class/datapolicy.class.php b/htdocs/datapolicy/class/datapolicy.class.php
      index 4914d248490..35b618cbaca 100644
      --- a/htdocs/datapolicy/class/datapolicy.class.php
      +++ b/htdocs/datapolicy/class/datapolicy.class.php
      @@ -28,7 +28,7 @@ include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
       /**
        * Class DataPolicy
        */
      -Class DataPolicy extends Contact
      +Class DataPolicy
       {
       	/**
       	 * getAllContactNotInformed
      diff --git a/htdocs/emailcollector/modulebuilder.txt b/htdocs/emailcollector/modulebuilder.txt
      new file mode 100644
      index 00000000000..24ea0d6eac5
      --- /dev/null
      +++ b/htdocs/emailcollector/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/modulebuilder/index.php b/htdocs/modulebuilder/index.php
      index b533c369cbd..f9c123d8db0 100644
      --- a/htdocs/modulebuilder/index.php
      +++ b/htdocs/modulebuilder/index.php
      @@ -71,6 +71,11 @@ if (! empty($tmpdir[1]))
       	$dirread=$tmpdir[1];
       	$forceddirread=1;
       }
      +if (GETPOST('dirins','alpha'))
      +{
      +	$dirread = $dirins = GETPOST('dirins','alpha');
      +	$forceddirread=1;
      +}
       
       $FILEFLAG='modulebuilder.txt';
       
      @@ -911,17 +916,31 @@ $dirsincustom=dol_dir_list($dirread, 'directories');
       if (is_array($dirsincustom) && count($dirsincustom) > 0) {
       	foreach ($dirsincustom as $dircustomcursor) {
       		$fullname = $dircustomcursor['fullname'];
      -		if (dol_is_file($fullname . '/' . $FILEFLAG)) {
      +		if (dol_is_file($fullname . '/' . $FILEFLAG))
      +		{
       			// Get real name of module (MyModule instead of mymodule)
      -			$descriptorfiles = dol_dir_list($fullname . '/core/modules/', 'files', 0, 'mod.*\.class\.php$');
      +			$dirtoscanrel = basename($fullname).'/core/modules/';
      +
      +			$descriptorfiles = dol_dir_list(dirname($fullname).'/'.$dirtoscanrel, 'files', 0, 'mod.*\.class\.php$');
      +			if (empty($descriptorfiles))	// If descriptor not found into module dir, we look into main module dir.
      +			{
      +				$dirtoscanrel = 'core/modules/';
      +				$descriptorfiles = dol_dir_list($fullname.'/../'.$dirtoscanrel, 'files', 0, 'mod'.strtoupper(basename($fullname)).'\.class\.php$');
      +			}
       			$modulenamewithcase = '';
      +			$moduledescriptorrelpath = '';
      +			$moduledescriptorfullpath = '';
      +
       			foreach ($descriptorfiles as $descriptorcursor) {
       				$modulenamewithcase = preg_replace('/^mod/', '', $descriptorcursor['name']);
       				$modulenamewithcase = preg_replace('/\.class\.php$/', '', $modulenamewithcase);
      +				$moduledescriptorrelpath = $dirtoscanrel.$descriptorcursor['name'];
      +				$moduledescriptorfullpath = $descriptorcursor['fullname'];
      +				//var_dump($descriptorcursor);
       			}
       			if ($modulenamewithcase)
       			{
      -				$listofmodules[$dircustomcursor['name']] = $modulenamewithcase;
      +				$listofmodules[$dircustomcursor['name']] = array('modulenamewithcase'=>$modulenamewithcase, 'moduledescriptorrelpath'=> $moduledescriptorrelpath, 'moduledescriptorfullpath'=>$moduledescriptorfullpath);
       			}
       			//var_dump($listofmodules);
       		}
      @@ -929,7 +948,7 @@ if (is_array($dirsincustom) && count($dirsincustom) > 0) {
       }
       if ($forceddirread && empty($listofmodules))
       {
      -	$listofmodules[strtolower($module)] = $module;
      +	$listofmodules[strtolower($module)] = array('modulenamewithcase'=>$module, 'moduledescriptorrelpath'=> 'notyetimplemented', 'moduledescriptorfullpath'=> 'notyetimplemented');
       }
       
       // Show description of content
      @@ -983,7 +1002,8 @@ if (! empty($module) && $module != 'initmodule' && $module != 'deletemodule')
       	$modulelowercase=strtolower($module);
       
       	// Load module
      -	dol_include_once($modulelowercase.'/core/modules/mod'.$module.'.class.php');
      +	$fullpathdirtodescriptor = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
      +	dol_include_once($fullpathdirtodescriptor);
       	$class='mod'.$module;
       
       	if (class_exists($class))
      @@ -1017,11 +1037,11 @@ $head[$h][1] = $langs->trans("NewModule");
       $head[$h][2] = 'initmodule';
       $h++;
       
      -foreach($listofmodules as $tmpmodule => $tmpmodulewithcase)
      +foreach($listofmodules as $tmpmodule => $tmpmodulearray)
       {
      -	$head[$h][0] = $_SERVER["PHP_SELF"].'?module='.$tmpmodulewithcase.($forceddirread?'@'.$dirread:'');
      -	$head[$h][1] = $tmpmodulewithcase;
      -	$head[$h][2] = $tmpmodulewithcase;
      +	$head[$h][0] = $_SERVER["PHP_SELF"].'?module='.$tmpmodulearray['modulenamewithcase'].($forceddirread?'@'.$dirread:'');
      +	$head[$h][1] = $tmpmodulearray['modulenamewithcase'];
      +	$head[$h][2] = $tmpmodulearray['modulenamewithcase'];
       	$h++;
       }
       
      @@ -1167,7 +1187,7 @@ elseif (! empty($module))
       
       		if ($tab == 'description')
       		{
      -			$pathtofile = $modulelowercase.'/core/modules/mod'.$module.'.class.php';
      +			$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
       			$pathtofilereadme = $modulelowercase.'/README.md';
       			$pathtochangelog = $modulelowercase.'/ChangeLog.md';
       
      @@ -1877,7 +1897,7 @@ elseif (! empty($module))
       
       		if ($tab == 'menus')
       		{
      -			$pathtofile = $modulelowercase.'/core/modules/mod'.$module.'.class.php';
      +			$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
       
       			//$menus = $moduleobj->;
       
      @@ -2002,7 +2022,7 @@ elseif (! empty($module))
       
       		if ($tab == 'permissions')
       		{
      -			$pathtofile = $modulelowercase.'/core/modules/mod'.$module.'.class.php';
      +			$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
       
       			//$perms = $moduleobj->;
       
      @@ -2132,7 +2152,7 @@ elseif (! empty($module))
       				print $langs->trans("HooksDefDesc").'<br>';
       				print '<br>';
       
      -				$pathtofile = $modulelowercase.'/core/modules/mod'.$module.'.class.php';
      +				$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
       				print '<span class="fa fa-file-o"></span> '.$langs->trans("DescriptorFile").' : <strong>'.$pathtofile.'</strong>';
       				print ' <a href="'.$_SERVER['PHP_SELF'].'?tab='.$tab.'&module='.$module.'&action=editfile&format=php&file='.urlencode($pathtofile).'">'.img_picto($langs->trans("Edit"), 'edit').'</a>';
       				print '<br>';
      @@ -2277,7 +2297,7 @@ elseif (! empty($module))
       
       		if ($tab == 'cron')
       		{
      -			$pathtofile = $modulelowercase.'/core/modules/mod'.$module.'.class.php';
      +			$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
       
       			$cronjobs = $moduleobj->cronjobs;
       
      @@ -2411,7 +2431,8 @@ elseif (! empty($module))
       			$FILENAMEZIP='';
       
       			// Load module
      -			dol_include_once($modulelowercase.'/core/modules/mod'.$module.'.class.php');
      +			$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
      +			dol_include_once($pathtofile);
       			$class='mod'.$module;
       
       			if (class_exists($class))
      
      From ca726e6c94fa0abc06375d7d79095ceeabcd494a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 15:31:22 +0100
      Subject: [PATCH 0734/1013] FIX Error generating ODT when option to use contact
       on doc on
      
      ---
       .../doc/doc_generic_order_odt.modules.php     |  7 +--
       .../doc/doc_generic_contract_odt.modules.php  |  4 +-
       .../doc/doc_generic_invoice_odt.modules.php   |  7 +--
       .../doc/doc_generic_product_odt.modules.php   | 11 ++--
       .../doc/doc_generic_project_odt.modules.php   | 61 +++++++++----------
       .../doc/doc_generic_proposal_odt.modules.php  |  7 +--
       .../user/doc/doc_generic_user_odt.modules.php |  9 ++-
       .../doc/doc_generic_usergroup_odt.modules.php |  7 +--
       8 files changed, 53 insertions(+), 60 deletions(-)
      
      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 0fb5dbabc03..586d24541ef 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
      @@ -360,10 +360,9 @@ class doc_generic_order_odt extends ModelePDFCommandes
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -                // retrieve contact information for use in order as contact_xxx tags
      -        		$array_thirdparty_contact = array();
      -        		if ($usecontact)
      -            			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      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 7e308964e29..6931ea52cc6 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
      @@ -309,9 +309,9 @@ class doc_generic_contract_odt extends ModelePDFContract
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -				// retrieve contact information for use in contract as contact_xxx tags
      +				// retrieve contact information for use in order as contact_xxx tags
       				$array_thirdparty_contact = array();
      -				if ($usecontact) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$substitutionarray = array_merge($substitutionarray,$array_contract,$array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($substitutionarray, $outputlangs, $object);
      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 c9f18218d9a..5f712bba012 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
      @@ -368,10 +368,9 @@ class doc_generic_invoice_odt extends ModelePDFFactures
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_propal=is_object($propal_object)?$this->get_substitutionarray_object($propal_object,$outputlangs,'propal'):array();
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -		                // retrieve contact information for use in invoice as contact_xxx tags
      -                		$array_thirdparty_contact = array();
      -                		if ($usecontact)
      -                    			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_objet,$array_propal,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      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 8af397d15c1..d5917b82a82 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
      @@ -95,7 +95,7 @@ class doc_generic_product_odt extends ModelePDFProduct
       	function info($langs)
       	{
       		global $conf,$langs;
      -		
      +
       		$langs->load("companies");
       		$langs->load("errors");
       
      @@ -369,7 +369,7 @@ class doc_generic_product_odt extends ModelePDFProduct
       				catch(OdfException $e)
       				{
       				}
      -				
      +
       				// Make substitutions into odt
       				$array_global = $this->get_substitutionarray_each_var_object($object, $outputlangs);
       				$array_user=$this->get_substitutionarray_user($user,$outputlangs);
      @@ -377,10 +377,9 @@ class doc_generic_product_odt extends ModelePDFProduct
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				//$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -                // retrieve contact information for use in product as contact_xxx tags
      -        		$array_thirdparty_contact = array();
      -        		if ($usecontact)
      -            			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in order as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_global,$array_user,$array_soc,$array_thirdparty,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      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 11fc12a19d9..a6743bf1669 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
      @@ -136,7 +136,7 @@ class doc_generic_project_odt extends ModelePDFProjects
       		$object->fetch_optionals($object->id,$extralabels);
       
       		$resarray = $this->fill_substitutionarray_with_extrafields($object,$resarray,$extrafields,$array_key,$outputlangs);
      -		
      +
       		return $resarray;
       	}
       
      @@ -168,16 +168,16 @@ class doc_generic_project_odt extends ModelePDFProjects
       		'task_note_private'=>$task->note_private,
       		'task_note_public'=>$task->note_public
       		);
      -		
      +
       		require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
       		$extrafields = new ExtraFields($this->db);
       		$extralabels = $extrafields->fetch_name_optionals_label($task->table_element,true);
       		$task->fetch_optionals($task->id,$extralabels);
      -		
      +
       		$resarray = $this->fill_substitutionarray_with_extrafields($task,$resarray,$extrafields,'task',$outputlangs);
      -		
      +
       		return $resarray;
      -		
      +
       	}
       
       	/**
      @@ -206,13 +206,13 @@ class doc_generic_project_odt extends ModelePDFProjects
       
       		if ($contact['source']=='external') {
       			$ret[$pc.'isInternal'] = ''; // not internal
      -			
      +
       			$ct = new Contact($this->db);
       			$ct->fetch($contact['id']);
       			$ret[$pc.'phone_pro'] = $ct->phone_pro;
       			$ret[$pc.'phone_perso'] = $ct->phone_perso;
       			$ret[$pc.'phone_mobile'] = $ct->phone_mobile;
      -			
      +
       			// fetch external user extrafields
       			require_once(DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php');
       			$extrafields=new ExtraFields($this->db);
      @@ -225,7 +225,7 @@ class doc_generic_project_odt extends ModelePDFProjects
       			}
       		} elseif ($contact['source']=='internal') {
       			$ret[$pc.'isInternal'] = '1'; // this is an internal user
      -		
      +
       			$ct = new User($this->db);
       			$ct->fetch($contact['id']);
       			$ret[$pc.'phone_pro'] = $ct->office_phone;
      @@ -588,10 +588,9 @@ class doc_generic_project_odt extends ModelePDFProjects
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -                // retrieve contact information for use in project as contact_xxx tags
      -        		$array_project_contact = array();
      -        		if ($usecontact)
      -            			$array_project_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in order as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_project_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      @@ -932,109 +931,109 @@ class doc_generic_project_odt extends ModelePDFProjects
       								'title' => "ListProposalsAssociatedProject",
       								'class' => 'Propal',
       								'table' => 'propal',
      -								'test' => $conf->propal->enabled && $user->rights->propale->lire 
      +								'test' => $conf->propal->enabled && $user->rights->propale->lire
       						),
       						'order' => array(
       								'title' => "ListOrdersAssociatedProject",
       								'class' => 'Commande',
       								'table' => 'commande',
      -								'test' => $conf->commande->enabled && $user->rights->commande->lire 
      +								'test' => $conf->commande->enabled && $user->rights->commande->lire
       						),
       						'invoice' => array(
       								'title' => "ListInvoicesAssociatedProject",
       								'class' => 'Facture',
       								'table' => 'facture',
      -								'test' => $conf->facture->enabled && $user->rights->facture->lire 
      +								'test' => $conf->facture->enabled && $user->rights->facture->lire
       						),
       						'invoice_predefined' => array(
       								'title' => "ListPredefinedInvoicesAssociatedProject",
       								'class' => 'FactureRec',
       								'table' => 'facture_rec',
      -								'test' => $conf->facture->enabled && $user->rights->facture->lire 
      +								'test' => $conf->facture->enabled && $user->rights->facture->lire
       						),
       						'proposal_supplier' => array(
       								'title' => "ListSupplierProposalsAssociatedProject",
       								'class' => 'SupplierProposal',
       								'table' => 'supplier_proposal',
      -								'test' => $conf->supplier_proposal->enabled && $user->rights->supplier_proposal->lire 
      +								'test' => $conf->supplier_proposal->enabled && $user->rights->supplier_proposal->lire
       						),
       						'order_supplier' => array(
       								'title' => "ListSupplierOrdersAssociatedProject",
       								'table' => 'commande_fournisseur',
       								'class' => 'CommandeFournisseur',
      -								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->commande->lire 
      +								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->commande->lire
       						),
       						'invoice_supplier' => array(
       								'title' => "ListSupplierInvoicesAssociatedProject",
       								'table' => 'facture_fourn',
       								'class' => 'FactureFournisseur',
      -								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire 
      +								'test' => $conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire
       						),
       						'contract' => array(
       								'title' => "ListContractAssociatedProject",
       								'class' => 'Contrat',
       								'table' => 'contrat',
      -								'test' => $conf->contrat->enabled && $user->rights->contrat->lire 
      +								'test' => $conf->contrat->enabled && $user->rights->contrat->lire
       						),
       						'intervention' => array(
       								'title' => "ListFichinterAssociatedProject",
       								'class' => 'Fichinter',
       								'table' => 'fichinter',
       								'disableamount' => 1,
      -								'test' => $conf->ficheinter->enabled && $user->rights->ficheinter->lire 
      +								'test' => $conf->ficheinter->enabled && $user->rights->ficheinter->lire
       						),
       						'shipping' => array(
       								'title' => "ListShippingAssociatedProject",
       								'class' => 'Expedition',
       								'table' => 'expedition',
       								'disableamount' => 1,
      -								'test' => $conf->expedition->enabled && $user->rights->expedition->lire 
      +								'test' => $conf->expedition->enabled && $user->rights->expedition->lire
       						),
       						'trip' => array(
       								'title' => "ListTripAssociatedProject",
       								'class' => 'Deplacement',
       								'table' => 'deplacement',
       								'disableamount' => 1,
      -								'test' => $conf->deplacement->enabled && $user->rights->deplacement->lire 
      +								'test' => $conf->deplacement->enabled && $user->rights->deplacement->lire
       						),
       						'expensereport' => array(
       								'title' => "ListExpenseReportsAssociatedProject",
       								'class' => 'ExpenseReportLine',
       								'table' => 'expensereport_det',
      -								'test' => $conf->expensereport->enabled && $user->rights->expensereport->lire 
      +								'test' => $conf->expensereport->enabled && $user->rights->expensereport->lire
       						),
       						'donation' => array(
       								'title' => "ListDonationsAssociatedProject",
       								'class' => 'Don',
       								'table' => 'don',
      -								'test' => $conf->don->enabled && $user->rights->don->lire 
      +								'test' => $conf->don->enabled && $user->rights->don->lire
       						),
       						'loan' => array(
       								'title' => "ListLoanAssociatedProject",
       								'class' => 'Loan',
       								'table' => 'loan',
      -								'test' => $conf->loan->enabled && $user->rights->loan->read 
      +								'test' => $conf->loan->enabled && $user->rights->loan->read
       						),
       						'chargesociales' => array(
       								'title' => "ListSocialContributionAssociatedProject",
       								'class' => 'ChargeSociales',
       								'table' => 'chargesociales',
       								'urlnew' => DOL_URL_ROOT . '/compta/sociales/card.php?action=create&projectid=' . $id,
      -								'test' => $conf->tax->enabled && $user->rights->tax->charges->lire 
      +								'test' => $conf->tax->enabled && $user->rights->tax->charges->lire
       						),
       						'stock_mouvement' => array(
       								'title' => "ListMouvementStockProject",
       								'class' => 'MouvementStock',
       								'table' => 'stock_mouvement',
      -								'test' => ($conf->stock->enabled && $user->rights->stock->mouvement->lire && ! empty($conf->global->STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW)) 
      +								'test' => ($conf->stock->enabled && $user->rights->stock->mouvement->lire && ! empty($conf->global->STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW))
       						),
       						'agenda' => array(
       								'title' => "ListActionsAssociatedProject",
       								'class' => 'ActionComm',
       								'table' => 'actioncomm',
       								'disableamount' => 1,
      -								'test' => $conf->agenda->enabled && $user->rights->agenda->allactions->lire 
      -						) 
      +								'test' => $conf->agenda->enabled && $user->rights->agenda->allactions->lire
      +						)
       				);
       
       				//Insert reference
      @@ -1171,7 +1170,7 @@ class doc_generic_project_odt extends ModelePDFProjects
       				$odfHandler=null;	// Destroy object
       
       				$this->result = array('fullpath'=>$file);
      -				
      +
       				return 1;   // Success
       			}
       			else
      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 e8af7d87cae..cc128f3fd26 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
      @@ -390,10 +390,9 @@ class doc_generic_proposal_odt extends ModelePDFPropales
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -		                // retrieve contact information for use in proposal as contact_xxx tags
      -                		$array_thirdparty_contact = array();
      -                		if ($usecontact)
      -                    			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      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 a2c15780e35..dabe1bd99a3 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
      @@ -338,10 +338,9 @@ class doc_generic_user_odt extends ModelePDFUser
       				$array_soc=$this->get_substitutionarray_mysoc($mysoc,$outputlangs);
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -		                // retrieve contact information for use in user as contact_xxx tags
      -                		$array_thirdparty_contact = array();
      -                		if ($usecontact)
      -                    			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      @@ -409,7 +408,7 @@ class doc_generic_user_odt extends ModelePDFUser
       				$odfHandler=null;	// Destroy object
       
       				$this->result = array('fullpath'=>$file);
      -				
      +
       				return 1;   // Success
       			}
       			else
      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..8f21bfc9ece 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
      @@ -376,10 +376,9 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_each_var_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -		                // retrieve contact information for use in user as contact_xxx tags
      -                		$array_thirdparty_contact = array();
      -                		if ($usecontact)
      -                    			$array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_thirdparty_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_global,$array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_thirdparty_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      
      From 4b402aa6d1a6c98e8b2c80a019320f80eded4c8c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 15:41:00 +0100
      Subject: [PATCH 0735/1013] Fix regression on name of array
      
      ---
       .../modules/project/doc/doc_generic_project_odt.modules.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      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 a6743bf1669..431e0ab57e3 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
      @@ -588,9 +588,9 @@ class doc_generic_project_odt extends ModelePDFProjects
       				$array_thirdparty=$this->get_substitutionarray_thirdparty($socobject,$outputlangs);
       				$array_objet=$this->get_substitutionarray_object($object,$outputlangs);
       				$array_other=$this->get_substitutionarray_other($outputlangs);
      -				// retrieve contact information for use in order as contact_xxx tags
      -				$array_thirdparty_contact = array();
      -				if ($usecontact && is_object($contactobject)) $array_thirdparty_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
      +				// retrieve contact information for use in object as contact_xxx tags
      +				$array_project_contact = array();
      +				if ($usecontact && is_object($contactobject)) $array_project_contact=$this->get_substitutionarray_contact($contactobject,$outputlangs,'contact');
       
       				$tmparray = array_merge($array_user,$array_soc,$array_thirdparty,$array_objet,$array_other,$array_project_contact);
       				complete_substitutions_array($tmparray, $outputlangs, $object);
      
      From dfb20c705e2b1704cb2d52cd06e531751c62d06a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 16:05:50 +0100
      Subject: [PATCH 0736/1013] NEW Add hidden option
       EXPENSEREPORT_DEFAULT_VALIDATOR_UNCHANGEABLE
      
      ---
       htdocs/expensereport/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
      index d16674f67d0..31482c341af 100644
      --- a/htdocs/expensereport/card.php
      +++ b/htdocs/expensereport/card.php
      @@ -1390,7 +1390,7 @@ if ($action == 'create')
           	$defaultselectuser=$user->fk_user;	// Will work only if supervisor has permission to approve so is inside include_users
           	if (! empty($conf->global->EXPENSEREPORT_DEFAULT_VALIDATOR)) $defaultselectuser=$conf->global->EXPENSEREPORT_DEFAULT_VALIDATOR;   // Can force default approver
           	if (GETPOST('fk_user_validator', 'int') > 0) $defaultselectuser=GETPOST('fk_user_validator', 'int');
      -    	$s=$form->select_dolusers($defaultselectuser, "fk_user_validator", 1, "", 0, $include_users);
      +    	$s=$form->select_dolusers($defaultselectuser, "fk_user_validator", 1, "", ((empty($defaultselectuser) || empty($conf->global->EXPENSEREPORT_DEFAULT_VALIDATOR_UNCHANGEABLE))?0:1), $include_users);
           	print $form->textwithpicto($s, $langs->trans("AnyOtherInThisListCanValidate"));
       	}
       	print '</td>';
      
      From e4cfc2c6cb8d923e8f1d71b597c7b392829736a8 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 17:30:08 +0100
      Subject: [PATCH 0737/1013] Fix public
      
      ---
       htdocs/modulebuilder/template/class/myobject.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index f5f3f582fbc..706b90f6eac 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -410,7 +410,7 @@ class MyObject extends CommonObject
       	 *  @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=0)
      +	public function getLibStatut($mode=0)
       	{
       		return $this->LibStatut($this->status, $mode);
       	}
      @@ -423,7 +423,7 @@ class MyObject extends CommonObject
       	 *  @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 LibStatut($status, $mode=0)
      +	public function LibStatut($status, $mode=0)
       	{
       		// phpcs:enable
       		if (empty($this->labelstatus))
      @@ -475,7 +475,7 @@ class MyObject extends CommonObject
       	 *	@param  int		$id       Id of order
       	 *	@return	void
       	 */
      -	function info($id)
      +	public function info($id)
       	{
       		$sql = 'SELECT rowid, date_creation as datec, tms as datem,';
       		$sql.= ' fk_user_creat, fk_user_modif';
      
      From 970f501147581c1102896389cd0f7ad81e4d0dc0 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 31 Oct 2018 20:10:20 +0100
      Subject: [PATCH 0738/1013] Debug modulebuilder
      
      ---
       htdocs/admin/emailcollector_card.php          | 404 +++++++++++
       htdocs/admin/emailcollector_list.php          | 551 +++++++++++++++
       htdocs/core/class/translate.class.php         |   2 +-
       .../core/modules/modEmailCollector.class.php  |   2 +-
       .../class/emailcollector.class.php            | 641 ++++++++++++++++++
       .../emailcollector/lib/emailcollector.lib.php |  85 +++
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  43 ++
       .../llx_emailcollector_emailcollector.key.sql |  26 +
       .../llx_emailcollector_emailcollector.sql     |  42 ++
       .../template/class/myobject.class.php         |  15 +-
       .../modulebuilder/template/myobject_card.php  |   1 -
       .../modulebuilder/template/myobject_list.php  |   4 +-
       12 files changed, 1808 insertions(+), 8 deletions(-)
       create mode 100644 htdocs/admin/emailcollector_card.php
       create mode 100644 htdocs/admin/emailcollector_list.php
       create mode 100644 htdocs/emailcollector/class/emailcollector.class.php
       create mode 100644 htdocs/emailcollector/lib/emailcollector.lib.php
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      new file mode 100644
      index 00000000000..2408bcbc8e6
      --- /dev/null
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -0,0 +1,404 @@
      +<?php
      +/* Copyright (C) 2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      + * 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
      + * 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/emailcollectore/emailcollector_card.php
      + *		\ingroup    emailcollector
      + *		\brief      Page to create/edit/view emailcollector
      + */
      +
      +require '../main.inc.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/lib/agenda.lib.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/class/events.class.php';
      +
      +include_once DOL_DOCUMENT_ROOT . '/core/class/html.formcompany.class.php';
      +include_once DOL_DOCUMENT_ROOT . '/core/class/html.formfile.class.php';
      +dol_include_once('/emailcollector/class/emailcollector.class.php');
      +dol_include_once('/emailcollector/lib/emailcollector.lib.php');
      +
      +if (!$user->admin)
      +	accessforbidden();
      +
      +// Load traductions files requiredby by page
      +$langs->loadLangs(array("admin", "other"));
      +
      +// Get parameters
      +$id			= GETPOST('id', 'int');
      +$ref        = GETPOST('ref', 'alpha');
      +$action		= GETPOST('action', 'alpha');
      +$confirm    = GETPOST('confirm', 'alpha');
      +$cancel     = GETPOST('cancel', 'aZ09');
      +$contextpage= GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'myobjectcard';   // To manage different context of search
      +$backtopage = GETPOST('backtopage', 'alpha');
      +
      +// Initialize technical objects
      +$object = new EmailCollector($db);
      +$extrafields = new ExtraFields($db);
      +$diroutputmassaction = $conf->emailcollector->dir_output . '/temp/massgeneration/' . $user->id;
      +$hookmanager->initHooks(array('emailcollectorcard')); // Note that conf->hooks_modules contains array
      +// Fetch optionals attributes and labels
      +$extralabels = $extrafields->fetch_name_optionals_label('emailcollector');
      +$search_array_options = $extrafields->getOptionalsFromPost($extralabels, '', 'search_');
      +
      +// Initialize array of search criterias
      +$search_all = trim(GETPOST("search_all", 'alpha'));
      +$search = array();
      +foreach ($object->fields as $key => $val) {
      +	if (GETPOST('search_'.$key,'alpha')) $search[$key]=GETPOST('search_'.$key,'alpha');
      +}
      +
      +if (empty($action) && empty($id) && empty($ref)) $action='view';
      +
      +// 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;
      +//$isdraft = (($object->statut == MyObject::STATUS_DRAFT) ? 1 : 0);
      +//$result = restrictedArea($user, 'mymodule', $object->id, '', '', 'fk_soc', 'rowid', $isdraft);
      +
      +
      +/*
      + * Actions
      + *
      + * Put here all code to do according to value of "action" parameter
      + */
      +
      +$parameters = array();
      +$reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
      +if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
      +
      +if (empty($reshook))
      +{
      +	$error = 0;
      +
      +	$permissiontoadd=1;
      +	$permissiontodelete=1;
      +	if (empty($backtopage)) $backtopage = dol_buildpath('/emailcollector/emailcollector_card.php',1).'?id='.($id > 0 ? $id : '__ID__');
      +	$backurlforlist = dol_buildpath('/emailcollector/emailcollector_list.php', 1);
      +
      +	// 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';
      +}
      +
      +
      +
      +/*
      + * View
      + *
      + * Put here all code to build page
      + */
      +
      +$form = new Form($db);
      +$formfile = new FormFile($db);
      +
      +llxHeader('', 'EmailCollector', '');
      +
      +// Example : Adding jquery code
      +print '<script type="text/javascript" language="javascript">
      +jQuery(document).ready(function() {
      +	function init_myfunc()
      +	{
      +		jQuery("#myid").removeAttr(\'disabled\');
      +		jQuery("#myid").attr(\'disabled\',\'disabled\');
      +	}
      +	init_myfunc();
      +	jQuery("#mybutton").click(function() {
      +		init_myfunc();
      +	});
      +});
      +</script>';
      +
      +// Part to create
      +if ($action == 'create') {
      +	print load_fiche_titre($langs->trans("NewEmailCollector", $langs->transnoentitiesnoconv("EmailCollector")));
      +
      +	print '<form method="POST" action="' . $_SERVER["PHP_SELF"] . '">';
      +	print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
      +	print '<input type="hidden" name="action" value="add">';
      +	print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';
      +
      +	dol_fiche_head(array(), '');
      +
      +	print '<table class="border centpercent">'."\n";
      +
      +	// Common attributes
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php';
      +
      +	// Other attributes
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_add.tpl.php';
      +
      +	print '</table>'."\n";
      +
      +	dol_fiche_end();
      +
      +	print '<div class="center">';
      +	print '<input type="submit" class="button" name="add" value="' . dol_escape_htmltag($langs->trans("Create")) . '">';
      +	print '&nbsp; ';
      +	print '<input type="' . ($backtopage ? "submit" : "button") . '" class="button" name="cancel" value="' . dol_escape_htmltag($langs->trans("Cancel")) . '"' . ($backtopage ? '' : ' onclick="javascript:history.go(-1)"') . '>'; // Cancel for create does not post form if we don't know the backtopage
      +	print '</div>';
      +
      +	print '</form>';
      +}
      +
      +// Part to edit record
      +if (($id || $ref) && $action == 'edit')
      +{
      +	print load_fiche_titre($langs->trans("EmailCollector"));
      +
      +	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 '<input type="hidden" name="backtopage" value="' . $backtopage . '">';
      +	print '<input type="hidden" name="id" value="' . $object->id . '">';
      +
      +	dol_fiche_head();
      +
      +	print '<table class="border centpercent">' . "\n";
      +
      +	// Common attributes
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_edit.tpl.php';
      +
      +	// Other attributes
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_edit.tpl.php';
      +
      +	print '</table>';
      +
      +	dol_fiche_end();
      +
      +	print '<div class="center"><input type="submit" class="button" name="save" value="' . $langs->trans("Save") . '">';
      +	print ' &nbsp; <input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '">';
      +	print '</div>';
      +
      +	print '</form>';
      +}
      +
      +// Part to show record
      +if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'create')))
      +{
      +	$res = $object->fetch_optionals();
      +
      +	$head = emailcollectorPrepareHead($object);
      +	dol_fiche_head($head, 'card', $langs->trans("EmailCollector"), -1, 'emailcollector');
      +
      +	$formconfirm = '';
      +
      +	// Confirmation to delete
      +	if ($action == 'delete')
      +	{
      +		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('DeleteEmailCollector'), $langs->trans('ConfirmDeleteEmailCollector'), 'confirm_delete', '', 0, 1);
      +	}
      +
      +	// Clone confirmation
      +	if ($action == 'clone') {
      +		// Create an array for form
      +		$formquestion = array();
      +		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneMyObject'), $langs->trans('ConfirmCloneMyObject', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
      +	}
      +	
      +	// Confirmation of action process
      +	if ($action == 'collect') {
      +		$formquestion = array(
      +			'text' => $langs->trans("EmailCollectorConfirmCollect"),
      +		);
      +		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('EmailCollectorConfirmCollectTitle'), $text, 'confirm_collect', $formquestion, 0, 1, 220);
      +	}
      +
      +	// 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;
      +	
      +	// Object card
      +	// ------------------------------------------------------------
      +	$linkback = '<a href="' . dol_buildpath('/admin/emailcollector_list.php', 1) . '?restore_lastsearch_values=1' . (!empty($socid) ? '&socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';
      +
      +	$morehtmlref = '<div class="refidno">';
      +	/*
      +		// Ref bis
      +		$morehtmlref.=$form->editfieldkey("RefBis", 'ref_client', $object->ref_client, $object, $user->rights->emailcollector->creer, 'string', '', 0, 1);
      +		$morehtmlref.=$form->editfieldval("RefBis", 'ref_client', $object->ref_client, $object, $user->rights->emailcollector->creer, 'string', '', null, null, '', 1);
      +		// Thirdparty
      +		$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $soc->getNomUrl(1);
      +		// Project
      +		if (! empty($conf->projet->enabled))
      +		{
      +		    $langs->load("projects");
      +		    $morehtmlref.='<br>'.$langs->trans('Project') . ' ';
      +		    if ($user->rights->emailcollector->creer)
      +		    {
      +		        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($object->socid, $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.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id=' . $object->fk_project . '" title="' . $langs->trans('ShowProject') . '">';
      +		            $morehtmlref.=$proj->ref;
      +		            $morehtmlref.='</a>';
      +		        } else {
      +		            $morehtmlref.='';
      +		        }
      +		    }
      +		}
      +	*/
      +	$morehtmlref .= '</div>';
      +
      +	dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
      +
      +	print '<div class="fichecenter">';
      +	print '<div class="fichehalfleft">';
      +	print '<div class="underbanner clearboth"></div>';
      +	print '<table class="border centpercent">'."\n";
      +
      +	// Common attributes
      +	//$keyforbreak='fieldkeytoswithonsecondcolumn';
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_view.tpl.php';
      +
      +	// Other attributes
      +	include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php';
      +
      +	print '</table>';
      +
      +
      +	if ($action == 'confirm_collect')
      +	{
      +		print_fiche_titre($langs->trans('MessagesFetchingResults'), '', '');
      +
      +		dol_include_once('/emailcollector/class/emailcollector.class.php');
      +		$emailcollector = new EmailCollector($object);
      +
      +		$res = $emailcollector->collectEmails();
      +		if (is_array($res)) {
      +			if (count($res['actions_done']) > 0) {
      +				setEventMessages($langs->trans('XActionsDone', count($res['actions_done'])), null, 'info');
      +			} else {
      +				setEventMessages($langs->trans('NoActionsdone'), null, 'info');
      +			}
      +		} else {
      +			setEventMessages($langs->trans('NoEmailsToProcess'), null, 'info');
      +		}
      +		$action = '';
      +	}
      +	print '</div>';
      +	print '</div>';
      +	
      +	
      +	print '<div class="clearboth"></div><br>';
      +
      +	dol_fiche_end();
      +
      +	// 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');
      +		
      +		if (empty($reshook))
      +		{
      +			print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=collect">' . $langs->trans("CollectNow") . '</a>' . "\n";
      +
      +			print '<a class="butActionDelete" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=delete">' . $langs->trans('Delete') . '</a>' . "\n";
      +		}
      +		print '</div>' . "\n";
      +	}
      +
      +	// Select mail models is same action as presend
      +	if (GETPOST('modelselected')) {
      +		$action = 'presend';
      +	}
      +
      +	/*
      +	if ($action != 'presend') {
      +		print '<div class="fichecenter"><div class="fichehalfleft">';
      +		print '<a name="builddoc"></a>'; // ancre
      +	*/
      +		// Documents
      +		/*$objref = dol_sanitizeFileName($object->ref);
      +	    $relativepath = $comref . '/' . $comref . '.pdf';
      +	    $filedir = $conf->emailcollector->dir_output . '/' . $objref;
      +	    $urlsource = $_SERVER["PHP_SELF"] . "?id=" . $object->id;
      +	    $genallowed = $user->rights->emailcollector->read;	// If you can read, you can build the PDF to read content
      +	    $delallowed = $user->rights->emailcollector->create;	// If you can create/edit, you can remove a file on card
      +	    print $formfile->showdocuments('emailcollector', $objref, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 1, 0, 0, 28, 0, '', '', '', $soc->default_lang);
      +		*/
      +	/*
      +		// Show links to link elements
      +		$linktoelem = $form->showLinkToObjectBlock($object, null, array('emailcollector'));
      +		$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
      +
      +		print '</div><div class="fichehalfright"><div class="ficheaddleft">';
      +
      +		$MAXEVENT = 10;
      +
      +		$morehtmlright = '<a href="' . dol_buildpath('/emailcollector/emailcollector_info.php', 1) . '?id=' . $object->id . '">';
      +		$morehtmlright .= $langs->trans("SeeAll");
      +		$morehtmlright .= '</a>';
      +
      +		// List of actions on element
      +		include_once DOL_DOCUMENT_ROOT . '/core/class/html.formactions.class.php';
      +		$formactions = new FormActions($db);
      +		$somethingshown = $formactions->showactions($object, 'emailcollector_emailcollector', $socid, 1, '', $MAXEVENT, '', $morehtmlright);
      +
      +		print '</div></div></div>';
      +	}
      +	*/
      +
      +	//Select mail models is same action as presend
      +	/*
      +	 if (GETPOST('modelselected')) $action = 'presend';
      +
      +	 // Presend form
      +	 $modelmail='inventory';
      +	 $defaulttopic='InformationMessage';
      +	 $diroutput = $conf->product->dir_output.'/inventory';
      +	 $trackid = 'stockinv'.$object->id;
      +
      +	 include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php';
      +	 */
      +}
      +
      +// End of page
      +llxFooter();
      +$db->close();
      diff --git a/htdocs/admin/emailcollector_list.php b/htdocs/admin/emailcollector_list.php
      new file mode 100644
      index 00000000000..6de67299871
      --- /dev/null
      +++ b/htdocs/admin/emailcollector_list.php
      @@ -0,0 +1,551 @@
      +<?php
      +/* Copyright (C) 2007-2017 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/emailcollector_list.php
      + *      \ingroup    emailcollector
      + *      \brief      List page for emailcollector
      + */
      +
      +require '../main.inc.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/lib/agenda.lib.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/class/events.class.php';
      +
      +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcompany.class.php';
      +require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
      +require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
      +dol_include_once('/emailcollector/class/emailcollector.class.php');
      +
      +if (!$user->admin) accessforbidden();
      +
      +// Load traductions files requiredby by page
      +$langs->loadLangs(array("admin", "other"));
      +
      +$action     = GETPOST('action','aZ09')?GETPOST('action','aZ09'):'view';				// The action 'add', 'create', 'edit', 'update', 'view', ...
      +$massaction = GETPOST('massaction','alpha');											// The bulk action (combo box choice into lists)
      +$show_files = GETPOST('show_files','int');												// Show files area generated by bulk actions ?
      +$confirm    = GETPOST('confirm','alpha');												// Result of a confirmation
      +$cancel     = GETPOST('cancel', 'alpha');												// We click on a Cancel button
      +$toselect   = GETPOST('toselect', 'array');												// Array of ids of elements selected into a list
      +$contextpage= GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'emailcollectorlist';   // To manage different context of search
      +$backtopage = GETPOST('backtopage','alpha');											// Go back to a dedicated page
      +$optioncss  = GETPOST('optioncss','aZ');												// Option for the css output (always '' except when 'print')
      +
      +$id			= GETPOST('id','int');
      +
      +// 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 || 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 (! $sortfield) $sortfield="p.date_fin";
      +//if (! $sortorder) $sortorder="DESC";
      +
      +// Initialize technical objects
      +$object = new EmailCollector($db);
      +$extrafields = new ExtraFields($db);
      +$diroutputmassaction = $conf->emailcollector->dir_output . '/temp/massgeneration/' . $user->id;
      +$hookmanager->initHooks(array('emailcollectorlist')); // Note that conf->hooks_modules contains array
      +// Fetch optionals attributes and labels
      +$extralabels = $extrafields->fetch_name_optionals_label('emailcollector');
      +$search_array_options = $extrafields->getOptionalsFromPost($extralabels, '', 'search_');
      +
      +// Default sort order (if not yet defined by previous GETPOST)
      +if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      +if (! $sortorder) $sortorder="ASC";
      +
      +// Security check
      +$socid=0;
      +if ($user->societe_id > 0)	// Protection if external user
      +{
      +	//$socid = $user->societe_id;
      +	accessforbidden();
      +}
      +//$result = restrictedArea($user, 'emailcollector', $id, '');
      +
      +// 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');
      +}
      +
      +// List of fields to search into when doing a "search in all"
      +$fieldstosearchall = array();
      +foreach($object->fields as $key => $val)
      +{
      +	if ($val['searchall']) $fieldstosearchall['t.'.$key]=$val['label'];
      +}
      +
      +// Definition of fields for list
      +$arrayfields=array();
      +foreach($object->fields as $key => $val)
      +{
      +	// If $val['visible']==0, then we never show the field
      +	if (! empty($val['visible'])) $arrayfields['t.'.$key]=array('label'=>$val['label'], 'checked'=>(($val['visible']<0)?0:1), 'enabled'=>$val['enabled'], 'position'=>$val['position']);
      +}
      +// Extra fields
      +if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label']) > 0)
      +{
      +	foreach($extrafields->attributes[$object->table_element]['label'] as $key => $val)
      +	{
      +		if (! empty($extrafields->attributes[$object->table_element]['list'][$key]))
      +			$arrayfields["ef.".$key]=array('label'=>$extrafields->attributes[$object->table_element]['label'][$key], 'checked'=>(($extrafields->attributes[$object->table_element]['list'][$key]<0)?0:1), 'position'=>$extrafields->attributes[$object->table_element]['pos'][$key], 'enabled'=>(abs($extrafields->attributes[$object->table_element]['list'][$key])!=3 && $extrafields->attributes[$object->table_element]['perms'][$key]));
      +	}
      +}
      +$object->fields = dol_sort_array($object->fields, 'position');
      +$arrayfields = dol_sort_array($arrayfields, 'position');
      +
      +
      +
      +/*
      + * Actions
      + *
      + * Put here all code to do according to value of "$action" parameter
      + */
      +
      +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]='';
      +		}
      +		$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='EmailCollector';
      +	$objectlabel='EmailCollector';
      +	$permtoread = $user->rights->emailcollector->read;
      +	$permtodelete = $user->rights->emailcollector->delete;
      +	$uploaddir = $conf->emailcollector->dir_output;
      +	include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
      +}
      +
      +
      +
      +/*
      + * View
      + *
      + * Put here all code to render page
      + */
      +
      +$form=new Form($db);
      +
      +$now=dol_now();
      +
      +//$help_url="EN:Module_EmailCollector|FR:Module_EmailCollector_FR|ES:Módulo_EmailCollector";
      +$help_url='';
      +$title = $langs->trans('ListOf', $langs->transnoentitiesnoconv("EmailCollector"));
      +
      +
      +// Build and execute select
      +// --------------------------------------------------------------------
      +$sql = 'SELECT ';
      +foreach($object->fields as $key => $val)
      +{
      +	$sql.='t.'.$key.', ';
      +}
      +// Add fields from extrafields
      +if (! empty($extrafields->attributes[$object->table_element]['label']))
      +	foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) $sql.=($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? "ef.".$key.' as options_'.$key.', ' : '');
      +// Add fields from hooks
      +$parameters=array();
      +$reshook=$hookmanager->executeHooks('printFieldListSelect', $parameters, $object);    // Note that $action and $object may have been modified by hook
      +$sql.=$hookmanager->resPrint;
      +$sql=preg_replace('/, $/','', $sql);
      +$sql.= " FROM ".MAIN_DB_PREFIX.$object->table_element." as t";
      +if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX.$object->table_element."_extrafields as ef on (t.rowid = ef.fk_object)";
      +if ($object->ismultientitymanaged == 1) $sql.= " WHERE t.entity IN (".getEntity($object->element).")";
      +else $sql.=" WHERE 1 = 1";
      +foreach($search as $key => $val)
      +{
      +	if ($key == 'status' && $search[$key] == -1) continue;
      +	$mode_search=(($object->isInt($object->fields[$key]) || $object->isFloat($object->fields[$key]))?1:0);
      +	if ($search[$key] != '') $sql.=natural_search($key, $search[$key], (($key == 'status')?2:$mode_search));
      +}
      +if ($search_all) $sql.= natural_search(array_keys($fieldstosearchall), $search_all);
      +// 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, $object);    // Note that $action and $object may have been modified by hook
      +$sql.=$hookmanager->resPrint;
      +
      +/* If a group by is required
      + $sql.= " GROUP BY "
      + foreach($object->fields as $key => $val)
      + {
      + $sql.='t.'.$key.', ';
      + }
      + // Add fields from extrafields
      + if (! empty($extrafields->attributes[$object->table_element]['label'])) {
      + foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) $sql.=($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? "ef.".$key.', ' : '');
      + // Add where from hooks
      + $parameters=array();
      + $reshook=$hookmanager->executeHooks('printFieldListGroupBy',$parameters);    // Note that $action and $object may have been modified by hook
      + $sql.=$hookmanager->resPrint;
      + $sql=preg_replace('/, $/','', $sql);
      + */
      +
      +$sql.=$db->order($sortfield,$sortorder);
      +
      +// Count total nb of records
      +$nbtotalofrecords = '';
      +if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
      +{
      +	$resql = $db->query($sql);
      +	$nbtotalofrecords = $db->num_rows($resql);
      +	if (($page * $limit) > $nbtotalofrecords)	// if total of record found is smaller than page * limit, goto and load page 0
      +	{
      +		$page = 0;
      +		$offset = 0;
      +	}
      +}
      +// if total of record found is smaller than limit, no need to do paging and to restart another select with limits set.
      +if (is_numeric($nbtotalofrecords) && $limit > $nbtotalofrecords)
      +{
      +	$num = $nbtotalofrecords;
      +}
      +else
      +{
      +	$sql.= $db->plimit($limit+1, $offset);
      +
      +	$resql=$db->query($sql);
      +	if (! $resql)
      +	{
      +		dol_print_error($db);
      +		exit;
      +	}
      +
      +	$num = $db->num_rows($resql);
      +}
      +
      +// Direct jump if only one record found
      +if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) && $search_all)
      +{
      +	$obj = $db->fetch_object($resql);
      +	$id = $obj->rowid;
      +	header("Location: ".DOL_URL_ROOT.'/emailcollector/emailcollector_card.php?id='.$id);
      +	exit;
      +}
      +
      +
      +// Output page
      +// --------------------------------------------------------------------
      +
      +llxHeader('', $title, $help_url);
      +
      +// Example : Adding jquery code
      +print '<script type="text/javascript" language="javascript">
      +jQuery(document).ready(function() {
      +	function init_myfunc()
      +	{
      +		jQuery("#myid").removeAttr(\'disabled\');
      +		jQuery("#myid").attr(\'disabled\',\'disabled\');
      +	}
      +	init_myfunc();
      +	jQuery("#mybutton").click(function() {
      +		init_myfunc();
      +	});
      +});
      +</script>';
      +
      +$arrayofselected=is_array($toselect)?$toselect:array();
      +
      +$param='';
      +if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      +if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
      +foreach($search as $key => $val)
      +{
      +	$param.= '&search_'.$key.'='.urlencode($search[$key]);
      +}
      +if ($optioncss != '')     $param.='&optioncss='.urlencode($optioncss);
      +// Add $param from extra fields
      +include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
      +
      +// List of mass actions available
      +$arrayofmassactions =  array(
      +//'presend'=>$langs->trans("SendByMail"),
      +//'builddoc'=>$langs->trans("PDFMerge"),
      +);
      +if ($user->rights->emailcollector->delete) $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" id="searchFormList" 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.'">';
      +
      +$newcardbutton='';
      +//if ($user->rights->emailcollector->creer)
      +	//{
      +$newcardbutton='<a class="butActionNew" href="emailcollector_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>';
      +//}
      +
      +print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_companies', 0, $newcardbutton, '', $limit);
      +
      +// Add code for pre mass action (confirmation or email presend form)
      +include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
      +
      +if ($sall)
      +{
      +	foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
      +	print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
      +}
      +
      +$moreforfilter = '';
      +/*$moreforfilter.='<div class="divsearchfield">';
      + $moreforfilter.= $langs->trans('MyFilter') . ': <input type="text" name="search_myfield" value="'.dol_escape_htmltag($search_myfield).'">';
      + $moreforfilter.= '</div>';*/
      +
      +$parameters=array();
      +$reshook=$hookmanager->executeHooks('printFieldPreListTitle', $parameters, $object);    // Note that $action and $object may have been modified by hook
      +if (empty($reshook)) $moreforfilter .= $hookmanager->resPrint;
      +else $moreforfilter = $hookmanager->resPrint;
      +
      +if (! empty($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
      +$selectedfields.=(count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : '');
      +
      +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="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
      +
      +
      +// Fields title search
      +// --------------------------------------------------------------------
      +print '<tr class="liste_titre">';
      +foreach($object->fields as $key => $val)
      +{
      +	$align='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      +	if ($key == 'status') $align.=($align?' ':'').'center';
      +	if (! empty($arrayfields['t.'.$key]['checked'])) print '<td class="liste_titre'.($align?' '.$align:'').'"><input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag($search[$key]).'"></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, $object);    // Note that $action and $object may have been modified by hook
      +print $hookmanager->resPrint;
      +// Action column
      +print '<td class="liste_titre" align="right">';
      +$searchpicto=$form->showFilterButtons();
      +print $searchpicto;
      +print '</td>';
      +print '</tr>'."\n";
      +
      +
      +// Fields title label
      +// --------------------------------------------------------------------
      +print '<tr class="liste_titre">';
      +foreach($object->fields as $key => $val)
      +{
      +	$align='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      +	if ($key == 'status') $align.=($align?' ':'').'center';
      +	if (! empty($arrayfields['t.'.$key]['checked'])) print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($align?'class="'.$align.'"':''), $sortfield, $sortorder, $align.' ')."\n";
      +}
      +// 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, $object);    // Note that $action and $object may have been modified by hook
      +print $hookmanager->resPrint;
      +print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"],'','','','align="center"',$sortfield,$sortorder,'maxwidthsearch ')."\n";
      +print '</tr>'."\n";
      +
      +
      +// Detect if we need a fetch on each output line
      +$needToFetchEachLine=0;
      +if (is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0)
      +{
      +	foreach ($extrafields->attributes[$object->table_element]['computed'] as $key => $val)
      +	{
      +		if (preg_match('/\$object/',$val)) $needToFetchEachLine++;  // There is at least one compute field that use $object
      +	}
      +}
      +
      +
      +// Loop on record
      +// --------------------------------------------------------------------
      +$i=0;
      +$totalarray=array();
      +while ($i < min($num, $limit))
      +{
      +	$obj = $db->fetch_object($resql);
      +	if (empty($obj)) break;		// Should not happen
      +
      +	// Store properties in $object
      +	$object->id = $obj->rowid;
      +	foreach($object->fields as $key => $val)
      +	{
      +		if (isset($obj->$key)) $object->$key = $obj->$key;
      +	}
      +
      +	// Show here line of result
      +	print '<tr class="oddeven">';
      +	foreach($object->fields as $key => $val)
      +	{
      +		$align='';
      +		if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      +		if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      +		if ($key == 'status') $align.=($align?' ':'').'center';
      +		if (! empty($arrayfields['t.'.$key]['checked']))
      +		{
      +			print '<td';
      +			if ($align) print ' class="'.$align.'"';
      +			print '>';
      +			print $object->showOutputField($val, $key, $obj->$key, '');
      +			print '</td>';
      +			if (! $i) $totalarray['nbfield']++;
      +			if (! empty($val['isameasure']))
      +			{
      +				if (! $i) $totalarray['pos'][$totalarray['nbfield']]='t.'.$key;
      +				$totalarray['val']['t.'.$key] += $obj->$key;
      +			}
      +		}
      +	}
      +	// 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, $object);    // Note that $action and $object may have been modified by hook
      +	print $hookmanager->resPrint;
      +	// 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>';
      +
      +	$i++;
      +}
      +
      +// Show total line
      +if (isset($totalarray['pos']))
      +{
      +	print '<tr class="liste_total">';
      +	$i=0;
      +	while ($i < $totalarray['nbfield'])
      +	{
      +		$i++;
      +		if (! empty($totalarray['pos'][$i]))  print '<td align="right">'.price($totalarray['val'][$totalarray['pos'][$i]]).'</td>';
      +		else
      +		{
      +			if ($i == 1)
      +			{
      +				if ($num < $limit) print '<td align="left">'.$langs->trans("Total").'</td>';
      +				else print '<td align="left">'.$langs->trans("Totalforthispage").'</td>';
      +			}
      +			else print '<td></td>';
      +		}
      +	}
      +	print '</tr>';
      +}
      +
      +// If no record found
      +if ($num == 0)
      +{
      +	$colspan=1;
      +	foreach($arrayfields as $key => $val) { if (! empty($val['checked'])) $colspan++; }
      +	print '<tr><td colspan="'.$colspan.'" class="opacitymedium">'.$langs->trans("NoRecordFound").'</td></tr>';
      +}
      +
      +
      +$db->free($resql);
      +
      +$parameters=array('arrayfields'=>$arrayfields, 'sql'=>$sql);
      +$reshook=$hookmanager->executeHooks('printFieldListFooter', $parameters, $object);    // Note that $action and $object may have been modified by hook
      +print $hookmanager->resPrint;
      +
      +print '</table>'."\n";
      +print '</div>'."\n";
      +
      +print '</form>'."\n";
      +
      +if (in_array('builddoc',$arrayofmassactions) && ($nbtotalofrecords === '' || $nbtotalofrecords))
      +{
      +	$hidegeneratedfilelistifempty=1;
      +	if ($massaction == 'builddoc' || $action == 'remove_file' || $show_files) $hidegeneratedfilelistifempty=0;
      +
      +	require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
      +	$formfile = new FormFile($db);
      +
      +	// Show list of available documents
      +	$urlsource=$_SERVER['PHP_SELF'].'?sortfield='.$sortfield.'&sortorder='.$sortorder;
      +	$urlsource.=str_replace('&amp;','&',$param);
      +
      +	$filedir=$diroutputmassaction;
      +	$genallowed=$user->rights->emailcollector->read;
      +	$delallowed=$user->rights->emailcollector->create;
      +
      +	print $formfile->showdocuments('massfilesarea_emailcollector','',$filedir,$urlsource,0,$delallowed,'',1,1,0,48,1,$param,$title,'','','',null,$hidegeneratedfilelistifempty);
      +}
      +
      +// End of page
      +llxFooter();
      +$db->close();
      diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
      index 2e489f6ba65..79d633027e0 100644
      --- a/htdocs/core/class/translate.class.php
      +++ b/htdocs/core/class/translate.class.php
      @@ -577,7 +577,7 @@ class Translate
                   //$newstr=$this->getLabelFromKey($db,$reg[1],'c_ordersource','code','label');
               }
       
      -        if (! empty($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL >= 2) dol_syslog(__METHOD__." missing translation for key '".$newstr."' in ".$_SERVER["PHP_SELF"], LOG_DEBUG);
      +        if (! empty($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL >= 2) dol_syslog(__METHOD__." MAIN_FEATURES_LEVEL=DEVELOP: missing translation for key '".$newstr."' in ".$_SERVER["PHP_SELF"], LOG_DEBUG);
       
               return $newstr;
       	}
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index 6d266fbe6f7..26d78a7fb0e 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -83,7 +83,7 @@ class modEmailCollector extends DolibarrModules
       		$this->dirs = array();
       
       		// Config pages. Put here list of php page, stored into dav/admin directory, to use to setup module.
      -		$this->config_page_url = array("emailcollector.php");
      +		$this->config_page_url = array("emailcollector_list.php");
       
       		// Dependencies
       		$this->hidden = false;			// A condition to hide module
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      new file mode 100644
      index 00000000000..4a7986e5d8a
      --- /dev/null
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -0,0 +1,641 @@
      +<?php
      +/* Copyright (C) 2017  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        emailcollector/class/emailcollector.class.php
      + * \ingroup     emailcollector
      + * \brief       This file is a CRUD class file for EmailCollector (Create/Read/Update/Delete)
      + */
      +
      +// Put here all includes required by your class file
      +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';
      +
      +/**
      + * Class for EmailCollector
      + */
      +class EmailCollector extends CommonObject
      +{
      +	/**
      +	 * @var string ID to identify managed object
      +	 */
      +	public $element = 'emailcollector';
      +	/**
      +	 * @var string Name of table without prefix where object is stored
      +	 */
      +	public $table_element = 'emailcollector_emailcollector';
      +	/**
      +	 * @var int  Does emailcollector 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 emailcollector support extrafields ? 0=No, 1=Yes
      +	 */
      +	public $isextrafieldmanaged = 0;
      +	/**
      +	 * @var string String with name of icon for emailcollector. Must be the part after the 'object_' into object_emailcollector.png
      +	 */
      +	public $picto = 'generic';
      +
      +
      +	/**
      +	 *  'type' if the field format.
      +	 *  'label' the translation key.
      +	 *  'enabled' is a condition when the field must be managed.
      +	 *  'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing)
      +	 *  'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0).
      +	 *  'default' is a default value for creation (can still be replaced by the global setup of default values)
      +	 *  'index' if we want an index in database.
      +	 *  'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...).
      +	 *  'position' is the sort order of field.
      +	 *  'searchall' is 1 if we want to search in this field when making a search from the quick search button.
      +	 *  'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8).
      +	 *  'css' is the CSS style to use on field. For example: 'maxwidth200'
      +	 *  'help' is a string visible as a tooltip on field
      +	 *  'comment' is not used. You can store here any text of your choice. It is not used by application.
      +	 *  'showoncombobox' if value of the field must be visible into the label of the combobox that list record
      +	 *  'arraykeyval' to set list of value if type is a list of predefined values. For example: array("0"=>"Draft","1"=>"Active","-1"=>"Cancel")
      +	 */
      +
      +	// BEGIN MODULEBUILDER PROPERTIES
      +	/**
      +	 * @var array  Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
      +	 */
      +	public $fields=array(
      +	    'rowid'         => array('type'=>'integer', 'label'=>'TechnicalID','visible'=>2, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1),
      +		'entity'        =>array('type'=>'integer',      'label'=>'Entity',           'enabled'=>1, 'visible'=>0,  'default'=>1, 'notnull'=>1,  'index'=>1, 'position'=>20),
      +		'ref'           =>array('type'=>'varchar(128)', 'label'=>'Ref',              'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1),
      +		'label'         => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'notnull'=>-1, 'searchall'=>1),
      +		'description'   => array('type'=>'text', 'label'=>'Description', 'visible'=>-1, 'enabled'=>1, 'position'=>60, 'notnull'=>-1, 'searchall'=>1),
      +		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMPA server",),
      +		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login",),
      +		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password",),
      +		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>-1, 'default' => 'Inbox'),
      +		'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
      +		'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
      +		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>1, 'comment'=>"Where to store messages once processed"),
      +		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>-2, 'enabled'=>1, 'position'=>121, 'notnull'=>-1,),
      +		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>1, 'position'=>122, 'notnull'=>-1,),
      +		'note_public'   => array('type'=>'html', 'label'=>'NotePublic', 'visible'=>0, 'enabled'=>1, 'position'=>61, 'notnull'=>-1,),
      +		'note_private'  => array('type'=>'html', 'label'=>'NotePrivate', 'visible'=>0, 'enabled'=>1, 'position'=>62, 'notnull'=>-1,),
      +		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,),
      +		'tms'           => array('type'=>'timestamp', 'label'=>'DateModification', 'visible'=>-2, 'enabled'=>1, 'position'=>501, 'notnull'=>1,),
      +		//'date_validation'    =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'position'=>502),
      +		'fk_user_creat' => array('type'=>'integer:User:user/class/user.class.php', 'label'=>'UserAuthor', 'visible'=>-2, 'enabled'=>1, 'position'=>510, 'notnull'=>1,),
      +		'fk_user_modif' => array('type'=>'integer:User:user/class/user.class.php', 'label'=>'UserModif', 'visible'=>-2, 'enabled'=>1, 'position'=>511, 'notnull'=>-1,),
      +		//'fk_user_valid' =>array('type'=>'integer',      'label'=>'UserValidation',        'enabled'=>1, 'visible'=>-1, 'position'=>512),
      +		'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'=>'Inactive', '1'=>'Active'))
      +	);
      +
      +
      +	/**
      +	 * @var int ID
      +	 */
      +	public $rowid;
      +
      +	/**
      +	 * @var string Ref
      +	 */
      +	public $ref;
      +
      +	/**
      +	 * @var int Entity
      +	 */
      +	public $entity;
      +
      +	/**
      +	 * @var string label
      +	 */
      +	public $label;
      +
      +	public $amount;
      +
      +	/**
      +	 * @var int Status
      +	 */
      +	public $status;
      +
      +	public $date_creation;
      +	public $tms;
      +
      +	/**
      +	 * @var int ID
      +	 */
      +	public $fk_user_creat;
      +
      +	/**
      +	 * @var int ID
      +	 */
      +	public $fk_user_modif;
      +
      +	public $import_key;
      +
      +
      +	public $host;
      +	public $user;
      +	public $password;
      +	public $source_directory;
      +	public $filter;
      +	public $actiontodo;
      +    public $target_directory;
      +    public $datelastresult;
      +	public $lastresult;
      +	// END MODULEBUILDER PROPERTIES
      +
      +
      +
      +	/**
      +	 * Constructor
      +	 *
      +	 * @param DoliDb $db Database handler
      +	 */
      +	public function __construct(DoliDB $db)
      +	{
      +		global $conf, $langs, $user;
      +
      +		$this->db = $db;
      +
      +		if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->fields['rowid'])) $this->fields['rowid']['visible']=0;
      +		if (empty($conf->multicompany->enabled) && isset($this->fields['entity'])) $this->fields['entity']['enabled']=0;
      +
      +		// Unset fields that are disabled
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (isset($val['enabled']) && empty($val['enabled']))
      +			{
      +				unset($this->fields[$key]);
      +			}
      +		}
      +
      +		// Translate some data of arrayofkeyval
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (is_array($this->fields['status']['arrayofkeyval']))
      +			{
      +				foreach($this->fields['status']['arrayofkeyval'] as $key2 => $val2)
      +				{
      +					$this->fields['status']['arrayofkeyval'][$key2]=$langs->trans($val2);
      +				}
      +			}
      +		}
      +	}
      +
      +	/**
      +	 * Create object into database
      +	 *
      +	 * @param  User $user      User that creates
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, Id of created object if OK
      +	 */
      +	public function create(User $user, $notrigger = false)
      +	{
      +		return $this->createCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Clone and object into another one
      +	 *
      +	 * @param  	User 	$user      	User that creates
      +	 * @param  	int 	$fromid     Id of object to clone
      +	 * @return 	mixed 				New object created, <0 if KO
      +	 */
      +	public function createFromClone(User $user, $fromid)
      +	{
      +		global $langs, $hookmanager, $extrafields;
      +		$error = 0;
      +
      +	    dol_syslog(__METHOD__, LOG_DEBUG);
      +
      +	    $object = new self($this->db);
      +
      +	    $this->db->begin();
      +
      +	    // Load source object
      +	    $object->fetchCommon($fromid);
      +	    // Reset some properties
      +	    unset($object->id);
      +	    unset($object->fk_user_creat);
      +	    unset($object->import_key);
      +
      +	    // Clear fields
      +	    $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';
      +	    $result = $object->createCommon($user);
      +	    if ($result < 0) {
      +	        $error++;
      +	        $this->error = $object->error;
      +	        $this->errors = $object->errors;
      +	    }
      +
      +	    // End
      +	    if (!$error) {
      +	        $this->db->commit();
      +	        return $object;
      +	    } else {
      +	        $this->db->rollback();
      +	        return -1;
      +	    }
      +	}
      +
      +	/**
      +	 * Load object in memory from the database
      +	 *
      +	 * @param int    $id   Id object
      +	 * @param string $ref  Ref
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	public function fetch($id, $ref = null)
      +	{
      +		$result = $this->fetchCommon($id, $ref);
      +		if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
      +		return $result;
      +	}
      +
      +	/**
      +	 * Load object lines in memory from the database
      +	 *
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	/*public function fetchLines()
      +	{
      +		$this->lines=array();
      +
      +		// Load lines with object EmailCollectorLine
      +
      +		return count($this->lines)?1:0;
      +	}*/
      +
      +	/**
      +	 * Fetch all account and load objects into an array
      +	 *
      +	 * @return array Array with key => EmailCollector object
      +	 * @author
      +	 */
      +	public function fetchAll(User $user, $activeOnly = 0, $sortfield = 's.rowid', $sortorder = 'ASC', $limit = 100, $page = 0)
      +    {
      +		global $langs;
      +
      +		$obj_ret = array();
      +
      +        $socid = $user->societe_id ? $user->societe_id : '';
      +
      +        // If the internal user must only see his customers, force searching by him
      +        if (! $user->rights->societe->client->voir && !$socid) {
      +            $search_sale = $user->id;
      +        }
      +		$sql = "SELECT s.rowid";
      +        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      +        //    $sql .= ", sc.fk_soc, sc.fk_user"; // We need these fields in order to filter by sale (including the case where the user can only see his prospects)
      +        //}
      +        $sql.= " FROM ".MAIN_DB_PREFIX."emailcollector as s";
      +
      +        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      +        //    $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc"; // We need this table joined to the select in order to filter by sale
      +        //}
      +        //$sql.= ", ".MAIN_DB_PREFIX."c_stcomm as st";
      +        //$sql.= " WHERE s.fk_stcomm = st.id";
      +
      +		// Example of use $mode
      +        //if ($mode == 1) $sql.= " AND s.client IN (1, 3)";
      +        //if ($mode == 2) $sql.= " AND s.client IN (2, 3)";
      +
      +        $sql.= ' WHERE s.entity IN ('.getEntity('emailcollector').')';
      +        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      +        //    $sql.= " AND s.fk_soc = sc.fk_soc";
      +        //}
      +        //if ($socid) {
      +        //    $sql.= " AND s.fk_soc = ".$socid;
      +        //}
      +        if ($activeOnly) {
      +            $sql.= " AND s.status = 1";
      +        }
      +        $sql.= $this->db->order($sortfield, $sortorder);
      +        if ($limit) {
      +            if ($page < 0) {
      +                $page = 0;
      +            }
      +            $offset = $limit * $page;
      +
      +            $sql.= $this->db->plimit($limit + 1, $offset);
      +        }
      +
      +        $result = $this->db->query($sql);
      +
      +        if ($result) {
      +            $num = $this->db->num_rows($result);
      +            while ($i < $num) {
      +                $obj = $this->db->fetch_object($result);
      +                $emailcollector_static = new EmailCollector($this->db);
      +                if ($emailcollector_static->fetch($obj->rowid)) {
      +                    $obj_ret[] = $emailcollector_static;
      +                }
      +                $i++;
      +            }
      +        } else {
      +            dol_syslog(__METHOD__.':: Error when retrieve emailcollector list', LOG_ERR);
      +            $ret = -1;
      +        }
      +        if (! count($obj_ret)) {
      +            dol_syslog(__METHOD__.':: No emailcollector found', LOG_DEBUG);
      +        }
      +
      +        return $obj_ret;
      +	}
      +
      +	/**
      +	 * Update object into database
      +	 *
      +	 * @param  User $user      User that modifies
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function update(User $user, $notrigger = false)
      +	{
      +		return $this->updateCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Delete object in database
      +	 *
      +	 * @param User $user       User that deletes
      +	 * @param bool $notrigger  false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function delete(User $user, $notrigger = false)
      +	{
      +		return $this->deleteCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 *  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("EmailCollector") . '</u>';
      +        $label.= '<br>';
      +        $label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
      +
      +        $url = dol_buildpath('/admin/emailcollector_card.php', 1).'?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("ShowEmailCollector");
      +                $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;
      +		$hookmanager->initHooks(array('emailcollectordao'));
      +		$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 the status
      +	 *
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return	string 			       Label of status
      +	 */
      +	public function getLibStatut($mode=0)
      +	{
      +		return $this->LibStatut($this->status, $mode);
      +	}
      +
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	/**
      +	 *  Return the status
      +	 *
      +	 *  @param	int		$status        Id status
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return string 			       Label of status
      +	 */
      +	public function LibStatut($status, $mode=0)
      +	{
      +		// phpcs:enable
      +		if (empty($this->labelstatus))
      +		{
      +			global $langs;
      +			//$langs->load("mymodule");
      +			$this->labelstatus[1] = $langs->trans('Enabled');
      +			$this->labelstatus[0] = $langs->trans('Disabled');
      +		}
      +
      +		if ($mode == 0)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 1)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 2)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 3)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 4)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 5)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 6)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +	}
      +
      +	/**
      +	 *	Charge les informations d'ordre info dans l'objet commande
      +	 *
      +	 *	@param  int		$id       Id of order
      +	 *	@return	void
      +	 */
      +	public function info($id)
      +	{
      +		$sql = 'SELECT rowid, date_creation as datec, tms as datem,';
      +		$sql.= ' fk_user_creat, fk_user_modif';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.$this->table_element.' as t';
      +		$sql.= ' WHERE t.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_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->db->free($result);
      +		}
      +		else
      +		{
      +			dol_print_error($this->db);
      +		}
      +	}
      +
      +	/**
      +	 * Initialise object with example values
      +	 * Id must be 0 if object instance is a specimen
      +	 *
      +	 * @return void
      +	 */
      +	public function initAsSpecimen()
      +	{
      +		$this->initAsSpecimenCommon();
      +	}
      +
      +
      +	/**
      +	 * Action executed by scheduler
      +	 * CAN BE A CRON TASK. In such a case, paramerts come from the schedule job setup field 'Parameters'
      +	 *
      +	 * @return	int			0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK)
      +	 */
      +	//public function doScheduledJob($param1, $param2, ...)
      +	public function doScheduledJob()
      +	{
      +		global $conf, $langs;
      +
      +		//$conf->global->SYSLOG_FILE = 'DOL_DATA_ROOT/dolibarr_mydedicatedlofile.log';
      +
      +		$error = 0;
      +		$this->output = '';
      +		$this->error='';
      +
      +		dol_syslog(__METHOD__, LOG_DEBUG);
      +
      +		$now = dol_now();
      +
      +		$this->db->begin();
      +
      +		// ...
      +
      +		$this->db->commit();
      +
      +		return $error;
      +	}
      +}
      diff --git a/htdocs/emailcollector/lib/emailcollector.lib.php b/htdocs/emailcollector/lib/emailcollector.lib.php
      new file mode 100644
      index 00000000000..e7cc3bcb3a0
      --- /dev/null
      +++ b/htdocs/emailcollector/lib/emailcollector.lib.php
      @@ -0,0 +1,85 @@
      +<?php
      +/* 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
      + * 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    	emailcollector/lib/emailcollector.lib.php
      + * \ingroup 	emailcollector
      + * \brief   	Library files with common functions for EmailCollector
      + */
      +
      +
      +/**
      + * Prepare array of tabs for EmailCollector
      + *
      + * @param	EmailCollector	$object		EmailCollector
      + * @return 	array					Array of tabs
      + */
      +function emailcollectorPrepareHead($object)
      +{
      +	global $db, $langs, $conf;
      +
      +	$langs->load("emailcollector@emailcollector");
      +
      +	$h = 0;
      +	$head = array();
      +
      +	$head[$h][0] = dol_buildpath("/admin/emailcollector_card.php", 1).'?id='.$object->id;
      +	$head[$h][1] = $langs->trans("Card");
      +	$head[$h][2] = 'card';
      +	$h++;
      +
      +	/*if (isset($object->fields['note_public']) || isset($object->fields['note_private']))
      +	{
      +		$nbNote = 0;
      +		if (!empty($object->note_private)) $nbNote++;
      +		if (!empty($object->note_public)) $nbNote++;
      +		$head[$h][0] = dol_buildpath('/emailcollector/emailcollector_note.php', 1).'?id='.$object->id;
      +		$head[$h][1] = $langs->trans('Notes');
      +		if ($nbNote > 0) $head[$h][1].= ' <span class="badge">'.$nbNote.'</span>';
      +		$head[$h][2] = 'note';
      +		$h++;
      +	}*/
      +
      +	/*require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      +	require_once DOL_DOCUMENT_ROOT.'/core/class/link.class.php';
      +	$upload_dir = $conf->emailcollector->dir_output . "/emailcollector/" . dol_sanitizeFileName($object->ref);
      +	$nbFiles = count(dol_dir_list($upload_dir,'files',0,'','(\.meta|_preview.*\.png)$'));
      +	$nbLinks=Link::count($db, $object->element, $object->id);
      +	$head[$h][0] = dol_buildpath("/emailcollector/emailcollector_document.php", 1).'?id='.$object->id;
      +	$head[$h][1] = $langs->trans('Documents');
      +	if (($nbFiles+$nbLinks) > 0) $head[$h][1].= ' <span class="badge">'.($nbFiles+$nbLinks).'</span>';
      +	$head[$h][2] = 'document';
      +	$h++;
      +
      +	$head[$h][0] = dol_buildpath("/emailcollector/emailcollector_agenda.php", 1).'?id='.$object->id;
      +	$head[$h][1] = $langs->trans("Events");
      +	$head[$h][2] = 'agenda';
      +	$h++;
      +	*/
      +
      +	// Show more tabs from modules
      +	// Entries must be declared in modules descriptor with line
      +	//$this->tabs = array(
      +	//	'entity:+tabname:Title:@emailcollector:/emailcollector/mypage.php?id=__ID__'
      +	//); // to add new tab
      +	//$this->tabs = array(
      +	//	'entity:-tabname:Title:@emailcollector:/emailcollector/mypage.php?id=__ID__'
      +	//); // to remove a tab
      +	complete_head_from_modules($conf, $langs, $object, $head, $h, 'emailcollector');
      +
      +	return $head;
      +}
      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 a7efecbdc5f..5abc1772eef 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
      @@ -137,3 +137,46 @@ CREATE TABLE llx_takepos_floor_tables(
       UPDATE llx_c_payment_term SET decalage = nbjour, nbjour = 0 where decalage IS NULL AND type_cdr = 2;
       
       UPDATE llx_holiday SET ref = rowid WHERE ref IS NULL;
      +
      +
      +
      +CREATE TABLE llx_emailcollector_emailcollector(
      +        -- BEGIN MODULEBUILDER FIELDS
      +        rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, 
      +        entity integer DEFAULT 1 NOT NULL, 
      +        ref varchar(128) NOT NULL,
      +        label varchar(255), 
      +        description text,
      +        host varchar(255), 
      +        user varchar(128), 
      +        password varchar(128),
      +        source_directory varchar(255),
      +        filter text,
      +        actiontodos varchar(255),
      +        target_directory varchar(255),
      +        datelastresult datetime, 
      +        lastresult varchar(255),
      +        note_public text, 
      +        note_private text, 
      +        date_creation datetime NOT NULL, 
      +        tms timestamp NOT NULL, 
      +        fk_user_creat integer NOT NULL, 
      +        fk_user_modif integer, 
      +        import_key varchar(14), 
      +        status integer NOT NULL, 
      +        -- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      +
      +-- BEGIN MODULEBUILDER INDEXES
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_rowid (rowid);
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entity (entity);
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
      +-- END MODULEBUILDER INDEXES
      +
      +--ALTER TABLE llx_emailcollector_emailcollector ADD UNIQUE INDEX uk_emailcollector_emailcollector_fieldxyz(fieldx, fieldy);
      +
      +--ALTER TABLE llx_emailcollector_emailcollector ADD CONSTRAINT llx_emailcollector_emailcollector_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid);
      +
      +
      +
      +
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
      new file mode 100644
      index 00000000000..e2447c206f5
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
      @@ -0,0 +1,26 @@
      +-- 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/.
      +
      +
      +-- BEGIN MODULEBUILDER INDEXES
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_rowid (rowid);
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entity (entity);
      +ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
      +-- END MODULEBUILDER INDEXES
      +
      +--ALTER TABLE llx_emailcollector_emailcollector ADD UNIQUE INDEX uk_emailcollector_emailcollector_fieldxyz(fieldx, fieldy);
      +
      +--ALTER TABLE llx_emailcollector_emailcollector ADD CONSTRAINT llx_emailcollector_emailcollector_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid);
      +
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      new file mode 100644
      index 00000000000..98426cd85a7
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -0,0 +1,42 @@
      +-- 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/.
      +
      +
      +CREATE TABLE llx_emailcollector_emailcollector(
      +        -- BEGIN MODULEBUILDER FIELDS
      +        rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, 
      +        entity integer DEFAULT 1 NOT NULL, 
      +        ref varchar(128) NOT NULL,
      +        label varchar(255), 
      +        description text,
      +        host varchar(255), 
      +        user varchar(128), 
      +        password varchar(128),
      +        source_directory varchar(255),
      +        filter text,
      +        actiontodo varchar(255),
      +        target_directory varchar(255),
      +        datelastresult datetime, 
      +        lastresult varchar(255),
      +        note_public text, 
      +        note_private text, 
      +        date_creation datetime NOT NULL, 
      +        tms timestamp NOT NULL, 
      +        fk_user_creat integer NOT NULL, 
      +        fk_user_modif integer, 
      +        import_key varchar(14), 
      +        status integer NOT NULL, 
      +        -- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 706b90f6eac..71446c53211 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -98,7 +98,7 @@ class MyObject extends CommonObject
       		'fk_user_modif' =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511),
       		//'fk_user_valid' =>array('type'=>'integer',      'label'=>'UserValidation',        'enabled'=>1, 'visible'=>-1, 'position'=>512),
       		'import_key'    =>array('type'=>'varchar(14)',  'label'=>'ImportId',         'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'index'=>0,  'position'=>1000),
      -	    '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')),
      +	    '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=>'Canceled')),
       	);
       
       	/**
      @@ -198,8 +198,17 @@ class MyObject extends CommonObject
       			}
       		}
       
      -		// Translate some data
      -		$this->fields['status']['arrayofkeyval']=array(0=>$langs->trans('Draft'), 1=>$langs->trans('Active'), -1=>$langs->trans('Cancel'));
      +		// Translate some data of arrayofkeyval
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (is_array($this->fields['status']['arrayofkeyval']))
      +			{
      +				foreach($this->fields['status']['arrayofkeyval'] as $key2 => $val2)
      +				{
      +					$this->fields['status']['arrayofkeyval'][$key2]=$langs->trans($val2);
      +				}
      +			}
      +		}
       	}
       
       	/**
      diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php
      index 81715228033..2fd970a33a4 100644
      --- a/htdocs/modulebuilder/template/myobject_card.php
      +++ b/htdocs/modulebuilder/template/myobject_card.php
      @@ -347,7 +347,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '</table>';
       	print '</div>';
       	print '</div>';
      -	print '</div>';
       
       	print '<div class="clearboth"></div><br>';
       
      diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
      index ece26aba6cb..beb03c183a6 100644
      --- a/htdocs/modulebuilder/template/myobject_list.php
      +++ b/htdocs/modulebuilder/template/myobject_list.php
      @@ -292,7 +292,7 @@ if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) &&
       {
       	$obj = $db->fetch_object($resql);
       	$id = $obj->rowid;
      -	header("Location: ".DOL_URL_ROOT.'/mymodule/myobject_card.php?id='.$id);
      +	header("Location: ".dol_buildpath('/mymodule/myobject_card.php', 1).'?id='.$id);
       	exit;
       }
       
      @@ -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&backtopage='.urlencode($_SERVER['PHP_SELF']).'"><span class="valignmiddle">'.$langs->trans('New').'</span>';
      +	$newcardbutton='<a class="butActionNew" href="myobject_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>';
       //}
      
      From aa8236dd9840e2e42ef359420b31329d05695a93 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 31 Oct 2018 21:33:37 +0100
      Subject: [PATCH 0739/1013] fix phpcs
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php  | 11 ++++++++---
       .../modulebuilder/template/class/myobject.class.php   |  2 +-
       2 files changed, 9 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 4a7986e5d8a..471058e6b8d 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -302,8 +302,13 @@ class EmailCollector extends CommonObject
       	/**
       	 * Fetch all account and load objects into an array
       	 *
      -	 * @return array Array with key => EmailCollector object
      -	 * @author
      +	 * @param   User    $user           User
      +	 * @param   int     $activeOnly     filter if active
      +	 * @param   string  $sortfield      field for sorting
      +	 * @param   string  $sortorder      sorting order
      +	 * @param   int     $limit          sort limit
      +	 * @param   int     $page           page to start on
      +	 * @return  array   Array with key => EmailCollector object
       	 */
       	public function fetchAll(User $user, $activeOnly = 0, $sortfield = 's.rowid', $sortorder = 'ASC', $limit = 100, $page = 0)
           {
      @@ -490,7 +495,7 @@ class EmailCollector extends CommonObject
       		return $this->LibStatut($this->status, $mode);
       	}
       
      -	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
       	/**
       	 *  Return the status
       	 *
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 71446c53211..58dfe5924cf 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -424,7 +424,7 @@ class MyObject extends CommonObject
       		return $this->LibStatut($this->status, $mode);
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
       	/**
       	 *  Return the status
       	 *
      
      From af1305a0a878a1cc5dd9ca4c20a8557f033f9ce6 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Thu, 1 Nov 2018 07:24:48 +0100
      Subject: [PATCH 0740/1013] Fix Specific finename for FEC export only available
       on general ledger export
      
      ---
       htdocs/accountancy/bookkeeping/balance.php           | 1 +
       htdocs/accountancy/class/accountancyexport.class.php | 1 +
       htdocs/accountancy/journal/bankjournal.php           | 1 +
       htdocs/accountancy/journal/expensereportsjournal.php | 1 +
       htdocs/accountancy/journal/purchasesjournal.php      | 1 +
       htdocs/accountancy/journal/sellsjournal.php          | 1 +
       htdocs/accountancy/tpl/export_journal.tpl.php        | 3 +--
       7 files changed, 7 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 9feb2a7c234..9b9598074cb 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -151,6 +151,7 @@ if ($action == 'export_csv')
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'balance';
      +	$type_export = 'balance';
       	include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
       	$result = $object->fetchAllBalance($sortorder, $sortfield, 0, 0, $filter);
      diff --git a/htdocs/accountancy/class/accountancyexport.class.php b/htdocs/accountancy/class/accountancyexport.class.php
      index 7b832976e89..5d76a7155d6 100644
      --- a/htdocs/accountancy/class/accountancyexport.class.php
      +++ b/htdocs/accountancy/class/accountancyexport.class.php
      @@ -218,6 +218,7 @@ class AccountancyExport
       
       		// Define name of file to save
       		$filename = 'general_ledger-'.$this->getFormatCode($conf->global->ACCOUNTING_EXPORT_MODELCSV);
      +		$type_export = 'general_ledger';
       
       		include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index 3b86835e927..da974af644e 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -750,6 +750,7 @@ if ($action == 'exportcsv') {		// ISO and not UTF8 !
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'journal';
      +	$type_export = 'journal';
       	include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
       	// CSV header line
      diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
      index 9c39016f008..182be61d61c 100644
      --- a/htdocs/accountancy/journal/expensereportsjournal.php
      +++ b/htdocs/accountancy/journal/expensereportsjournal.php
      @@ -429,6 +429,7 @@ $userstatic = new User($db);
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'journal';
      +	$type_export = 'journal';
       	include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
       	// Model Cegid Expert Export
      diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
      index beb9891276f..034348fbee8 100644
      --- a/htdocs/accountancy/journal/purchasesjournal.php
      +++ b/htdocs/accountancy/journal/purchasesjournal.php
      @@ -586,6 +586,7 @@ if ($action == 'exportcsv') {		// ISO and not UTF8 !
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'journal';
      +	$type_export = 'journal';
       	include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
       	$companystatic = new Fournisseur($db);
      diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
      index ee7d45d6c66..b4a364cd912 100644
      --- a/htdocs/accountancy/journal/sellsjournal.php
      +++ b/htdocs/accountancy/journal/sellsjournal.php
      @@ -547,6 +547,7 @@ if ($action == 'exportcsv') {		// ISO and not UTF8 !
       	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
       
       	$filename = 'journal';
      +	$type_export = 'journal';
       	include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
       
       	$companystatic = new Client($db);
      diff --git a/htdocs/accountancy/tpl/export_journal.tpl.php b/htdocs/accountancy/tpl/export_journal.tpl.php
      index d0d902770c0..ca3c9c49ea0 100644
      --- a/htdocs/accountancy/tpl/export_journal.tpl.php
      +++ b/htdocs/accountancy/tpl/export_journal.tpl.php
      @@ -35,9 +35,8 @@ $endaccountingperiod = dol_print_date(dol_now(), '%Y%m%d');
       header('Content-Type: text/csv');
       
       
      -if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "11") // Specific filename for FEC model export
      +if ($conf->global->ACCOUNTING_EXPORT_MODELCSV == "11" && $type_export == "general_ledger") // Specific filename for FEC model export into the general ledger
       {
      -
       	// FEC format is defined here: https://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI000027804775&cidTexte=LEGITEXT000006069583&dateTexte=20130802&oldAction=rechCodeArticle
       	if (empty($search_date_end))
       	{
      
      From b7f5e9e6c7d0a51b6eb7fb159c509361ddf373c0 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Thu, 1 Nov 2018 11:50:55 +0100
      Subject: [PATCH 0741/1013] complete comment
      
      ---
       htdocs/societe/class/societe.class.php | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index dd1aada283b..96e1ebb415f 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -13,6 +13,7 @@
        * Copyright (C) 2014-2015  Marcos García           <marcosgdf@gmail.com>
        * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
        * Copyright (C) 2017       Rui Strecht			    <rui.strecht@aliartalentos.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
      @@ -3827,6 +3828,7 @@ class Societe extends CommonObject
       	 *
       	 *  @return		int				Amount in debt for thirdparty
       	 *  @deprecated
      +	 *  @see getOutstandingBills()
       	 */
       	function get_OutstandingBill()
       	{
      
      From a46f29cb98264ff5824664e9f7c739e63750c4cc Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 1 Nov 2018 12:02:36 +0100
      Subject: [PATCH 0742/1013] Update Stripe Version API
      
      The description field on customer endpoints has a maximum character length limit of 350 now. The name field on product endpoints has a maximum character length limit of 250 now. The description field on invoice line items has a maximum character length limit of 500 now.
      The billing_reason attribute of the invoice object now can take the value of subscription_create, indicating that it is the first invoice of a subscription. For older API versions, billing_reason=subscription_create is represented as subscription_update.
      ---
       htdocs/stripe/config.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php
      index 6141c2a32f8..b348b9752c3 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-09-24"); // force version API
      +\Stripe\Stripe::setApiVersion("2018-10-31"); // force version API
      
      From 114073555446e0fe6179a0a9cc1aab1e807b0e35 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 1 Nov 2018 15:20:05 +0100
      Subject: [PATCH 0743/1013] Fix css
      
      ---
       htdocs/theme/eldy/style.css.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index cc1da092523..e2b87857c95 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -894,7 +894,8 @@ div.fiche {
           min-width: 150px;
       }
       .thumbstat150 {
      -    min-width: 170px;
      +    /* min-width: 170px; */
      +    width: 170px;
       }
       .thumbstat, .thumbstat150 {
       <?php if ($conf->browser->name == 'ie') { ?>
      
      From d1133916e0041406b7341a8fb6888d925c74bb8f Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Thu, 1 Nov 2018 15:33:14 +0100
      Subject: [PATCH 0744/1013] Fix tracking field in dictionnary should not be
       mandatory
      
      ---
       htdocs/admin/dict.php                          | 2 +-
       htdocs/install/mysql/migration/6.0.0-7.0.0.sql | 2 ++
       2 files changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
      index 72ac51e1799..c62595ea8a6 100644
      --- a/htdocs/admin/dict.php
      +++ b/htdocs/admin/dict.php
      @@ -629,7 +629,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
       		if ($value == 'formula' && empty($_POST['formula'])) continue;
       		if ($value == 'sortorder') continue;		// For a column name 'sortorder', we use the field name 'position'
       		if ((! isset($_POST[$value]) || $_POST[$value]=='')
      -        	&& (! in_array($listfield[$f], array('decalage','module','accountancy_code','accountancy_code_sell','accountancy_code_buy'))  // Fields that are not mandatory
      +        	&& (! in_array($listfield[$f], array('decalage','module','accountancy_code','accountancy_code_sell','accountancy_code_buy','tracking'))  // Fields that are not mandatory
               	&& (! ($id == 10 && $listfield[$f] == 'code')) // Code is mandatory fir table 10
               	)
       		)
      diff --git a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      index c2e17386488..354bf0743bd 100644
      --- a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      +++ b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      @@ -716,3 +716,5 @@ ALTER TABLE llx_facture_rec_extrafields ADD INDEX idx_facture_rec_extrafields (f
       
       UPDATE llx_cronjob set entity = 1 where entity = 0 and label in ('RecurringInvoices', 'SendEmailsReminders');
       UPDATE llx_cronjob set entity = 0 where entity = 1 and label in ('PurgeDeleteTemporaryFilesShort', 'MakeLocalDatabaseDumpShort');
      +
      +ALTER TABLE llx_c_shipment_mode CHANGE COLUMN tracking tracking VARCHAR(255) DEFAULT NULL;
      \ No newline at end of file
      
      From 29c0448a2ed9bc78543b10b0da15778e3c3469c0 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Thu, 1 Nov 2018 15:41:58 +0100
      Subject: [PATCH 0745/1013] Fix parent link was not removed on societe deletion
       #9106
      
      ---
       htdocs/societe/class/societe.class.php | 13 +++++++++++++
       1 file changed, 13 insertions(+)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index 2a488aacf44..0a49bb80f1b 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -1518,6 +1518,19 @@ class Societe extends CommonObject
       					dol_syslog(get_class($this)."::delete error -3 ".$this->error, LOG_ERR);
       				}
       			}
      +			
      +			// Remove links to subsidiaries companies
      +			if (! $error)
      +			{
      +				$sql = "UPDATE ".MAIN_DB_PREFIX."societe";
      +				$sql.= " SET parent = NULL";
      +				$sql.= " WHERE parent = " . $id;
      +				if (! $this->db->query($sql))
      +				{
      +					$error++;
      +					$this->errors[] = $this->db->lasterror();
      +				}
      +			}
       
       			// Remove third party
       			if (! $error)
      
      From 263e8ed4afc601f80916349e5360c7b5d9a48005 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 1 Nov 2018 20:45:08 +0100
      Subject: [PATCH 0746/1013] Fix payout
      
      ---
       htdocs/public/stripe/ipn.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php
      index ad6aee43bd4..ac366da9210 100644
      --- a/htdocs/public/stripe/ipn.php
      +++ b/htdocs/public/stripe/ipn.php
      @@ -66,6 +66,7 @@ else {
           $servicestatus = 1;
       	}
       }
      +
       $payload = @file_get_contents("php://input");
       $sig_header = $_SERVER["HTTP_STRIPE_SIGNATURE"];
       $event = null;
      @@ -159,7 +160,7 @@ elseif ($event->type == 'payout.paid') {
       		$accountfrom->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS);
       
       		$accountto=new Account($db);
      -		$accountto->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_BANKTRANFERS);
      +		$accountto->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS);
       
       		if ($accountto->currency_code != $accountfrom->currency_code) {
       			$error++;
      @@ -353,4 +354,3 @@ elseif ($event->type == 'customer.deleted') {
       	$db->query($sql);
       	$db->commit();
       }
      -
      
      From 8d8023b405517f01c9dac02c3b3ee304717a7a3c Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Thu, 1 Nov 2018 22:32:33 +0100
      Subject: [PATCH 0747/1013] Debug asset module
      
      ---
       htdocs/asset/class/asset_type.class.php |  13 +-
       htdocs/asset/type.php                   | 289 ++++--------------------
       htdocs/langs/en_US/assets.lang          |   7 +
       3 files changed, 55 insertions(+), 254 deletions(-)
      
      diff --git a/htdocs/asset/class/asset_type.class.php b/htdocs/asset/class/asset_type.class.php
      index 8eb915f95eb..51d76d75155 100644
      --- a/htdocs/asset/class/asset_type.class.php
      +++ b/htdocs/asset/class/asset_type.class.php
      @@ -42,7 +42,7 @@ class AssetType extends CommonObject
       	/**
       	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
       	 */
      -	public $picto = 'group';
      +	public $picto = 'invoice';
       
       	/**
       	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
      @@ -51,9 +51,9 @@ class AssetType extends CommonObject
       	public $ismultientitymanaged = 1;
       
       	/**
      -     * @var string Asset type label
      -     */
      -    public $label;
      +	 * @var string Asset type label
      +	 */
      +	public $label;
       
       	/** @var string Accountancy code asset */
       	public $accountancy_code_asset;
      @@ -107,12 +107,14 @@ class AssetType extends CommonObject
       		$sql.= ", accountancy_code_asset";
       		$sql.= ", accountancy_code_depreciation_asset";
       		$sql.= ", accountancy_code_depreciation_expense";
      +		$sql.= ", note";
       		$sql.= ", entity";
       		$sql.= ") VALUES (";
       		$sql.= "'".$this->db->escape($this->label)."'";
       		$sql.= ", '".$this->db->escape($this->accountancy_code_asset)."'";
       		$sql.= ", '".$this->db->escape($this->accountancy_code_depreciation_asset)."'";
       		$sql.= ", '".$this->db->escape($this->accountancy_code_depreciation_expense)."'";
      +		$sql.= ", '".$this->db->escape($this->note)."'";
       		$sql.= ", ".$conf->entity;
       		$sql.= ")";
       
      @@ -179,7 +181,8 @@ class AssetType extends CommonObject
       		$sql.= "label = '".$this->db->escape($this->label) ."',";
       		$sql.= "accountancy_code_asset = '".$this->db->escape($this->accountancy_code_asset)."',";
       		$sql.= "accountancy_code_depreciation_asset = '".$this->db->escape($this->accountancy_code_depreciation_asset)."',";
      -		$sql.= "accountancy_code_depreciation_expense = '".$this->db->escape($this->accountancy_code_depreciation_expense)."'";
      +		$sql.= "accountancy_code_depreciation_expense = '".$this->db->escape($this->accountancy_code_depreciation_expense)."',";
      +		$sql.= "note = '".$this->db->escape($this->note) ."'";
       		$sql.= " WHERE rowid =".$this->id;
       
       		$result = $this->db->query($sql);
      diff --git a/htdocs/asset/type.php b/htdocs/asset/type.php
      index 9e06c4a765d..ea8a4502264 100644
      --- a/htdocs/asset/type.php
      +++ b/htdocs/asset/type.php
      @@ -49,10 +49,13 @@ $offset = $limit * $page ;
       $pageprev = $page - 1;
       $pagenext = $page + 1;
       if (! $sortorder) {  $sortorder="DESC"; }
      -if (! $sortfield) {  $sortfield="d.lastname"; }
      +if (! $sortfield) {  $sortfield="a.label"; }
       
       $label=GETPOST("label","alpha");
      -$comment=GETPOST("comment");
      +$accountancy_code_asset=GETPOST('accountancy_code_asset','string');
      +$accountancy_code_depreciation_asset=GETPOST('accountancy_code_depreciation_asset','string');
      +$accountancy_code_depreciation_expense=GETPOST('accountancy_code_depreciation_expense','string');
      +$comment=GETPOST('comment','string');
       
       // Security check
       $result=restrictedArea($user,'asset',$rowid,'asset_type');
      @@ -259,39 +262,39 @@ if (! $rowid && $action != 'create' && $action != 'edit')
       			print '</td>';
       			print '<td>'.dol_escape_htmltag($objp->label).'</td>';
       
      -			print '<td>';
      +			print '<td class="center">';
       			if (! empty($conf->accounting->enabled))
       			{
       				$accountingaccount = new AccountingAccount($db);
      -				$accountingaccount->fetch('',$object->accountancy_code_asset,1);
      +				$accountingaccount->fetch('',$objp->accountancy_code_asset,1);
       
      -				print $accountingaccount->getNomUrl(0,1,1,'',1);
      +				print $accountingaccount->getNomUrl(0,0,0,'',0);
       			} else {
      -				print $object->accountancy_code_asset;
      +				print $objp->accountancy_code_asset;
       			}
       			print '</td>';
       
      -			print '<td>';
      +			print '<td class="center">';
       			if (! empty($conf->accounting->enabled))
       			{
       				$accountingaccount2 = new AccountingAccount($db);
      -				$accountingaccount2->fetch('',$object->accountancy_code_depreciation_asset,1);
      +				$accountingaccount2->fetch('',$objp->accountancy_code_depreciation_asset,1);
       
      -				print $accountingaccount2->getNomUrl(0,1,1,'',1);
      +				print $accountingaccount2->getNomUrl(0,0,0,'',0);
       			} else {
      -				print $object->accountancy_code_depreciation_asset;
      +				print $objp->accountancy_code_depreciation_asset;
       			}
       			print '</td>';
       
      -			print '<td>';
      +			print '<td class="center">';
       			if (! empty($conf->accounting->enabled))
       			{
       				$accountingaccount3 = new AccountingAccount($db);
      -				$accountingaccount3->fetch('',$object->accountancy_code_depreciation_expense,1);
      +				$accountingaccount3->fetch('',$objp->accountancy_code_depreciation_expense,1);
       
      -				print $accountingaccount3->getNomUrl(0,1,1,'',1);
      +				print $accountingaccount3->getNomUrl(0,0,0,'',0);
       			} else {
      -				print $object->accountancy_code_depreciation_expense;
      +				print $objp->accountancy_code_depreciation_expense;
       			}
       			print '</td>';
       
      @@ -418,7 +421,7 @@ if ($rowid > 0)
       		 */
       		if ($action == 'delete')
       		{
      -			print $form->formconfirm($_SERVER['PHP_SELF']."?rowid=".$object->id,$langs->trans("DeleteAMemberType"),$langs->trans("ConfirmDeleteMemberType",$object->label),"confirm_delete", '',0,1);
      +			print $form->formconfirm($_SERVER['PHP_SELF']."?rowid=".$object->id,$langs->trans("DeleteAnAssetType"),$langs->trans("ConfirmDeleteAssetType",$object->label),"confirm_delete", '',0,1);
       		}
       
       		$head = asset_type_prepare_head($object);
      @@ -427,14 +430,23 @@ if ($rowid > 0)
       
       		$linkback = '<a href="'.DOL_URL_ROOT.'/asset/type.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
       
      -		dol_banner_tab($object, 'rowid', $linkback);
      +		$morehtmlref='<div class="refidno">';
      +		// Ref asset type
      +		$morehtmlref.=$form->editfieldkey("Label", 'label', $object->label, $object, $user->rights->asset->write, 'string', '', 0, 1);
      +		$morehtmlref.=$form->editfieldval("Label", 'label', $object->label, $object, $user->rights->asset->write, 'string', '', null, null, '', 1);
      +		$morehtmlref.='</div>';
      +
      +		dol_banner_tab($object, 'rowid', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
       
       		print '<div class="fichecenter">';
       		print '<div class="underbanner clearboth"></div>';
       
       		print '<table class="border" width="100%">';
       
      -		print '</tr>';
      +		print '<tr>';
      +		print '<td class="nowrap">';
      +		print $langs->trans("AccountancyCodeAsset");
      +		print '</td><td>';
       		if (! empty($conf->accounting->enabled))
       		{
       			$accountingaccount = new AccountingAccount($db);
      @@ -445,8 +457,12 @@ if ($rowid > 0)
       			print $object->accountancy_code_asset;
       		}
       		print '</td>';
      +		print '</tr>';
       
      -		print '<td>';
      +		print '<tr>';
      +		print '<td class="nowrap">';
      +		print $langs->trans("AccountancyCodeDepreciationAsset");
      +		print '</td><td>';
       		if (! empty($conf->accounting->enabled))
       		{
       			$accountingaccount2 = new AccountingAccount($db);
      @@ -457,8 +473,12 @@ if ($rowid > 0)
       			print $object->accountancy_code_depreciation_asset;
       		}
       		print '</td>';
      +		print '</tr>';
       
      -		print '<td>';
      +		print '<tr>';
      +		print '<td class="nowrap">';
      +		print $langs->trans("AccountancyCodeDepreciationExpense");
      +		print '</td><td>';
       		if (! empty($conf->accounting->enabled))
       		{
       			$accountingaccount3 = new AccountingAccount($db);
      @@ -468,6 +488,7 @@ if ($rowid > 0)
       		} else {
       			print $object->accountancy_code_depreciation_expense;
       		}
      +		print '</td>';
       		print '</tr>';
       
       		print '<tr><td class="tdtop">'.$langs->trans("Description").'</td><td>';
      @@ -493,9 +514,6 @@ if ($rowid > 0)
       			print '<div class="inline-block divButAction"><a class="butAction" href="'.$_SERVER['PHP_SELF'].'?action=edit&amp;rowid='.$object->id.'">'.$langs->trans("Modify").'</a></div>';
       		}
       
      -		// Add
      -		print '<div class="inline-block divButAction"><a class="butAction" href="card.php?action=create&typeid='.$object->id.'&backtopage='.urlencode($_SERVER["PHP_SELF"].'?rowid='.$object->id).'">'.$langs->trans("AddMember").'</a></div>';
      -
       		// Delete
       		if ($user->rights->asset->write)
       		{
      @@ -504,233 +522,6 @@ if ($rowid > 0)
       
       		print "</div>";
       
      -
      -		// Show list of assets (nearly same code than in page list.php)
      -		$assettypestatic=new AssetType($db);
      -
      -		$now=dol_now();
      -
      -		$sql = "SELECT a.rowid, d.login, d.firstname, d.lastname, d.societe, ";
      -		$sql.= " d.datefin,";
      -		$sql.= " a.fk_asset_type as type_id,";
      -		$sql.= " t.label as type";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."asset as a, ".MAIN_DB_PREFIX."asset_type as t";
      -		$sql.= " WHERE a.fk_asset_type = t.rowid";
      -		$sql.= " AND a.entity IN (".getEntity('asset').")";
      -		$sql.= " AND t.rowid = ".$object->id;
      -		if ($sall)
      -		{
      -			$sql.=natural_search(array("f.firstname","d.lastname","d.societe","d.email","d.login","d.address","d.town","d.note_public","d.note_private"), $sall);
      -		}
      -		if ($status != '')
      -		{
      -			$sql.= natural_search('d.statut', $status, 2);
      -		}
      -		if ($action == 'search')
      -		{
      -			if (GETPOST('search','alpha'))
      -			{
      -				$sql.= natural_search(array("d.firstname","d.lastname"), GETPOST('search','alpha'));
      -			}
      -		}
      -		if (! empty($search_lastname))
      -		{
      -			$sql.= natural_search(array("d.firstname","d.lastname"), $search_lastname);
      -		}
      -		if (! empty($search_login))
      -		{
      -			$sql.= natural_search("d.login", $search_login);
      -		}
      -		if (! empty($search_email))
      -		{
      -			$sql.= natural_search("d.email", $search_email);
      -		}
      -		if ($filter == 'uptodate')
      -		{
      -			$sql.=" AND datefin >= '".$db->idate($now)."'";
      -		}
      -		if ($filter == 'outofdate')
      -		{
      -			$sql.=" AND datefin < '".$db->idate($now)."'";
      -		}
      -
      -		$sql.= " ".$db->order($sortfield,$sortorder);
      -
      -		// Count total nb of records
      -		$nbtotalofrecords = '';
      -		if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
      -		{
      -			$resql = $db->query($sql);
      -			if ($resql) $nbtotalofrecords = $db->num_rows($result);
      -			else dol_print_error($db);
      -			if (($page * $limit) > $nbtotalofrecords)	// if total resultset is smaller then paging size (filtering), goto and load page 0
      -			{
      -				$page = 0;
      -				$offset = 0;
      -			}
      -		}
      -
      -		$sql.= " ".$db->plimit($conf->liste_limit+1, $offset);
      -
      -		$resql = $db->query($sql);
      -		if ($resql)
      -		{
      -			$num = $db->num_rows($resql);
      -			$i = 0;
      -
      -			$titre=$langs->trans("AssetsList");
      -			if ($status != '')
      -			{
      -				if ($status == '-1,1')								{ $titre=$langs->trans("MembersListQualified"); }
      -				else if ($status == '-1')							{ $titre=$langs->trans("MembersListToValid"); }
      -				else if ($status == '1' && ! $filter)				{ $titre=$langs->trans("MembersListValid"); }
      -				else if ($status == '1' && $filter=='uptodate')		{ $titre=$langs->trans("MembersListUpToDate"); }
      -				else if ($status == '1' && $filter=='outofdate')	{ $titre=$langs->trans("MembersListNotUpToDate"); }
      -				else if ($status == '0')							{ $titre=$langs->trans("MembersListResiliated"); }
      -			}
      -			elseif ($action == 'search')
      -			{
      -				$titre=$langs->trans("MembersListQualified");
      -			}
      -
      -			if ($type > 0)
      -			{
      -				$assettype=new AssetType($db);
      -				$result=$assettype->fetch($type);
      -				$titre.=" (".$assettype->label.")";
      -			}
      -
      -			$param="&rowid=".$object->id;
      -			if (! empty($status))			$param.="&status=".$status;
      -			if (! empty($search_lastname))	$param.="&search_lastname=".$search_lastname;
      -			if (! empty($search_firstname))	$param.="&search_firstname=".$search_firstname;
      -			if (! empty($search_login))		$param.="&search_login=".$search_login;
      -			if (! empty($search_email))		$param.="&search_email=".$search_email;
      -			if (! empty($filter))			$param.="&filter=".$filter;
      -
      -			if ($sall)
      -			{
      -				print $langs->trans("Filter")." (".$langs->trans("Lastname").", ".$langs->trans("Firstname").", ".$langs->trans("EMail").", ".$langs->trans("Address")." ".$langs->trans("or")." ".$langs->trans("Town")."): ".$sall;
      -			}
      -
      -			print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
      -			print '<input class="flat" type="hidden" name="rowid" value="'.$object->id.'" size="12"></td>';
      -
      -			print '<br>';
      -			print_barre_liste('',$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
      -
      -			$moreforfilter = '';
      -
      -			print '<div class="div-table-responsive">';
      -			print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
      -
      -			// Lignes des champs de filtre
      -			print '<tr class="liste_titre_filter">';
      -
      -			print '<td class="liste_titre" align="left">';
      -			print '<input class="flat" type="text" name="search_lastname" value="'.dol_escape_htmltag($search_lastname).'" size="12"></td>';
      -
      -			print '<td class="liste_titre" align="left">';
      -			print '<input class="flat" type="text" name="search_login" value="'.dol_escape_htmltag($search_login).'" size="7"></td>';
      -
      -			print '<td class="liste_titre">&nbsp;</td>';
      -
      -			print '<td class="liste_titre" align="left">';
      -			print '<input class="flat" type="text" name="search_email" value="'.dol_escape_htmltag($search_email).'" size="12"></td>';
      -
      -			print '<td class="liste_titre">&nbsp;</td>';
      -
      -			print '<td align="right" colspan="2" class="liste_titre">';
      -			print '<input type="image" class="liste_titre" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/search.png" name="button_search" value="'.dol_escape_htmltag($langs->trans("Search")).'" title="'.dol_escape_htmltag($langs->trans("Search")).'">';
      -			print '&nbsp; ';
      -			print '<input type="image" class="liste_titre" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/searchclear.png" name="button_removefilter" value="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'" title="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'">';
      -			print '</td>';
      -
      -			print "</tr>\n";
      -
      -			print '<tr class="liste_titre">';
      -			print_liste_field_titre( $langs->trans("Name")." / ".$langs->trans("Company"),$_SERVER["PHP_SELF"],"d.lastname",$param,"","",$sortfield,$sortorder);
      -			print_liste_field_titre("Login",$_SERVER["PHP_SELF"],"d.login",$param,"","",$sortfield,$sortorder);
      -			print_liste_field_titre("Nature",$_SERVER["PHP_SELF"],"d.morphy",$param,"","",$sortfield,$sortorder);
      -			print_liste_field_titre("EMail",$_SERVER["PHP_SELF"],"d.email",$param,"","",$sortfield,$sortorder);
      -			print_liste_field_titre("Status",$_SERVER["PHP_SELF"],"d.statut,d.datefin",$param,"","",$sortfield,$sortorder);
      -			print_liste_field_titre("EndSubscription",$_SERVER["PHP_SELF"],"d.datefin",$param,"",'align="center"',$sortfield,$sortorder);
      -			print_liste_field_titre("Action",$_SERVER["PHP_SELF"],"",$param,"",'width="60" align="center"',$sortfield,$sortorder);
      -			print "</tr>\n";
      -
      -			while ($i < $num && $i < $conf->liste_limit)
      -			{
      -				$objp = $db->fetch_object($resql);
      -
      -				$datefin=$db->jdate($objp->datefin);
      -
      -				$adh=new Asset($db);
      -				$adh->lastname=$objp->lastname;
      -				$adh->firstname=$objp->firstname;
      -
      -				// Lastname
      -				print '<tr class="oddeven">';
      -				if ($objp->societe != '')
      -				{
      -					print '<td><a href="card.php?rowid='.$objp->rowid.'">'.img_object($langs->trans("ShowMember"),"user").' '.$adh->getFullName($langs,0,-1,20).' / '.dol_trunc($objp->societe,12).'</a></td>'."\n";
      -				}
      -				else
      -				{
      -					print '<td><a href="card.php?rowid='.$objp->rowid.'">'.img_object($langs->trans("ShowMember"),"user").' '.$adh->getFullName($langs,0,-1,32).'</a></td>'."\n";
      -				}
      -
      -				// Login
      -				print "<td>".$objp->login."</td>\n";
      -
      -				// Type
      -				/*print '<td class="nowrap">';
      -				$assettypestatic->id=$objp->type_id;
      -				$assettypestatic->label=$objp->type;
      -				print $assettypestatic->getNomUrl(1,12);
      -				print '</td>';
      -				*/
      -
      -				// Moral/Physique
      -				print "<td>".$adh->getmorphylib($objp->morphy)."</td>\n";
      -
      -				// EMail
      -				print "<td>".dol_print_email($objp->email,0,0,1)."</td>\n";
      -
      -				// Statut
      -				print '<td class="nowrap">';
      -				print $adh->LibStatut($objp->statut,$objp->subscription,$datefin,2);
      -				print "</td>";
      -
      -				// Actions
      -				print '<td align="center">';
      -				if ($user->rights->asset->creer)
      -				{
      -					print '<a href="card.php?rowid='.$objp->rowid.'&action=edit&backtopage='.urlencode($_SERVER["PHP_SELF"].'?rowid='.$object->id).'">'.img_edit().'</a>';
      -				}
      -				print '&nbsp;';
      -				if ($user->rights->asset->supprimer)
      -				{
      -					print '<a href="card.php?rowid='.$objp->rowid.'&action=resign">'.img_picto($langs->trans("Resiliate"),'disable.png').'</a>';
      -				}
      -				print "</td>";
      -
      -				print "</tr>\n";
      -				$i++;
      -			}
      -
      -			print "</table>\n";
      -			print '</div>';
      -			print '</form>';
      -
      -			if ($num > $conf->liste_limit)
      -			{
      -				print_barre_liste('',$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords,'');
      -			}
      -		}
      -		else
      -		{
      -			dol_print_error($db);
      -		}
       	}
       
       	/* ************************************************************************** */
      diff --git a/htdocs/langs/en_US/assets.lang b/htdocs/langs/en_US/assets.lang
      index 0f955fe19ce..b780fb6fcba 100644
      --- a/htdocs/langs/en_US/assets.lang
      +++ b/htdocs/langs/en_US/assets.lang
      @@ -22,7 +22,14 @@ AccountancyCodeAsset = Accounting code (asset)
       AccountancyCodeDepreciationAsset = Accounting code (depreciation asset account)
       AccountancyCodeDepreciationExpense = Accounting code (depreciation expense account)
       NewAssetType=New asset type
      +AssetsTypeSetup=Assets type setup
      +AssetTypeModified=Asset type modified
      +AssetType=Asset type
       AssetsLines=Assets
      +DeleteType=Delete
      +DeleteAnAssetType=Delete an asset type
      +ConfirmDeleteAssetType=Are you sure you want to delete this asset type?
      +ShowTypeCard=Show type '%s'
       
       # Module label 'ModuleAssetsName'
       ModuleAssetsName = Assets
      
      From b34f78168664bc9e90be07b61ac357ac43248966 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 1 Nov 2018 23:04:10 +0100
      Subject: [PATCH 0748/1013] Fix ext_payment_site
      
      ---
       htdocs/public/payment/paymentok.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
      index 36723658946..e1cd70e4a91 100644
      --- a/htdocs/public/payment/paymentok.php
      +++ b/htdocs/public/payment/paymentok.php
      @@ -631,7 +631,7 @@ if ($ispaymentok)
       				$paiement->num_paiement = '';
       				$paiement->note_public  = 'Online payment '.dol_print_date($now, 'standard').' from '.$ipaddress;
       				$paiement->ext_payment_id = $TRANSACTIONID;
      -				$paiement->ext_payment_site = $paymentmethod;
      +				$paiement->ext_payment_site = $service;
       
       				if (! $error)
       				{
      
      From d5a910841f491d8cb09eea983f8c0d0e372e96f5 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 1 Nov 2018 23:20:28 +0100
      Subject: [PATCH 0749/1013] Fix various fix cmail, payout, const, connect
      
      ---
       htdocs/public/stripe/ipn.php | 71 +++++++++++++++++++++++-------------
       1 file changed, 46 insertions(+), 25 deletions(-)
      
      diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php
      index 45fd6489f92..28d809532d5 100644
      --- a/htdocs/public/stripe/ipn.php
      +++ b/htdocs/public/stripe/ipn.php
      @@ -22,7 +22,9 @@ define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
       $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';
      +$res=0;
      +if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php");		// to work if your module directory is into a subdir of root htdocs directory
      +if (! $res) die("Include of main fails");
       
       if (empty($conf->stripe->enabled)) accessforbidden('',0,0,1);
       require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
      @@ -43,13 +45,13 @@ if (isset($_GET['connect'])){
       	{
       		$endpoint_secret =  $conf->global->STRIPE_TEST_WEBHOOK_CONNECT_KEY;
       		$service = 'StripeTest';
      -        $servicestatus = 0;
      +    $servicestatus = 0;
       	}
       	else
       	{
       		$endpoint_secret =  $conf->global->STRIPE_LIVE_WEBHOOK_CONNECT_KEY;
       		$service = 'StripeLive';
      -        $servicestatus = 1;
      +    $servicestatus = 1;  
       	}
       }
       else {
      @@ -57,15 +59,16 @@ else {
       	{
       		$endpoint_secret =  $conf->global->STRIPE_TEST_WEBHOOK_KEY;
       		$service = 'StripeTest';
      -        $servicestatus = 0;
      +    $servicestatus = 0;
       	}
       	else
       	{
       		$endpoint_secret =  $conf->global->STRIPE_LIVE_WEBHOOK_KEY;
       		$service = 'StripeLive';
      -        $servicestatus = 1;
      +    $servicestatus = 1;
       	}
       }
      +
       $payload = @file_get_contents("php://input");
       $sig_header = $_SERVER["HTTP_STRIPE_SIGNATURE"];
       $event = null;
      @@ -127,7 +130,7 @@ $stripe=new Stripe($db);
       if ($event->type == 'payout.created') {
       	$error=0;
       
      -	$result=dolibarr_set_const($db, $servicestatus."_NEXTPAYOUT", date('Y-m-d H:i:s',$event->data->object->arrival_date), 'chaine', 0, '', $conf->entity);
      +	$result=dolibarr_set_const($db, $service."_NEXTPAYOUT", date('Y-m-d H:i:s',$event->data->object->arrival_date), 'chaine', 0, '', $conf->entity);
       
       	if ($result > 0)
       	{
      @@ -172,7 +175,7 @@ if ($event->type == 'payout.created') {
       elseif ($event->type == 'payout.paid') {
       	global $conf;
       	$error=0;
      -	$result=dolibarr_set_const($db, $servicestatus."_NEXTPAYOUT",null,'chaine',0,'',$conf->entity);
      +	$result=dolibarr_set_const($db, $service."_NEXTPAYOUT",null,'chaine',0,'',$conf->entity);
       	if ($result)
       	{
       		$langs->load("errors");
      @@ -187,14 +190,9 @@ elseif ($event->type == 'payout.paid') {
       		$accountfrom->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS);
       
       		$accountto=new Account($db);
      -		$accountto->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_BANKTRANFERS);
      +		$accountto->fetch($conf->global->STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS);
       
      -		if ($accountto->currency_code != $accountfrom->currency_code) {
      -			$error++;
      -			setEventMessages($langs->trans("ErrorTransferBetweenDifferentCurrencyNotPossible"), null, 'errors');
      -		}
      -
      -		if ($accountto->id != $accountfrom->id)
      +		if (($accountto->id != $accountfrom->id) && empty($error))
       		{
       
       			$bank_line_id_from=0;
      @@ -207,21 +205,44 @@ elseif ($event->type == 'payout.paid') {
       
       			if (! $error) $bank_line_id_from = $accountfrom->addline($dateo, $typefrom, $label, -1*price2num($amount), '', '', $user);
       			if (! ($bank_line_id_from > 0)) $error++;
      -			if ((! $error) && ($accountto->currency_code == $accountfrom->currency_code)) $bank_line_id_to = $accountto->addline($dateo, $typeto, $label, price2num($amount), '', '', $user);
      -			if ((! $error) && ($accountto->currency_code != $accountfrom->currency_code)) $bank_line_id_to = $accountto->addline($dateo, $typeto, $label, price2num($amount_to), '', '', $user);
      +			if (! $error) $bank_line_id_to = $accountto->addline($dateo, $typeto, $label, price2num($amount), '', '', $user);
       			if (! ($bank_line_id_to > 0)) $error++;
       
      -			if (! $error) $result=$accountfrom->add_url_line($bank_line_id_from, $bank_line_id_to, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      +		  if (! $error) $result=$accountfrom->add_url_line($bank_line_id_from, $bank_line_id_to, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      +			if (! ($result > 0)) $error++;      
      +		  if (! $error) $result=$accountto->add_url_line($bank_line_id_to, $bank_line_id_from, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
       			if (! ($result > 0)) $error++;
      -			if (! $error) $result=$accountto->add_url_line($bank_line_id_to, $bank_line_id_from, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      -			if (! ($result > 0)) $error++;
      -		}
       
      -		// TODO Use CMail and translation
      -		$body = "Un virement de ".price2num($event->data->object->amount/100)." ".$event->data->object->currency." a ete effectue sur votre compte le ".date('d-m-Y H:i:s',$event->data->object->arrival_date);
      -		$subject = '[NOTIFICATION] Virement effectué';
      -		$headers = 'From: "'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'" <'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'>';
      -		mail(''.$conf->global->MAIN_INFO_SOCIETE_MAIL.'', $subject, $body, $headers);
      +		}
      +        $subject = '[NOTIFICATION] Stripe payout done';
      +        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." has been transfert 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;
       	}
      
      From cb5988bf3006d266221a3cd8ab09412813096496 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Fri, 2 Nov 2018 15:47:02 +0100
      Subject: [PATCH 0750/1013] fix minor SQL error
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 5abc1772eef..e8d575926f1 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
      @@ -163,7 +163,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               fk_user_creat integer NOT NULL, 
               fk_user_modif integer, 
               import_key varchar(14), 
      -        status integer NOT NULL, 
      +        status integer NOT NULL
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
      
      From 1052cb0534672ac27dd5ec96d6af92553224f5e5 Mon Sep 17 00:00:00 2001
      From: Maxime Kohlhaas <maxime@atm-consulting.fr>
      Date: Fri, 2 Nov 2018 16:04:49 +0100
      Subject: [PATCH 0751/1013] Also in install table
      
      ---
       .../install/mysql/tables/llx_emailcollector_emailcollector.sql  | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      index 98426cd85a7..8f1fdf1ae7f 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -37,6 +37,6 @@ CREATE TABLE llx_emailcollector_emailcollector(
               fk_user_creat integer NOT NULL, 
               fk_user_modif integer, 
               import_key varchar(14), 
      -        status integer NOT NULL, 
      +        status integer NOT NULL
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
      
      From ab53885ef8ddce927f69453fcb6770c56bd52edc Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Fri, 2 Nov 2018 17:22:42 +0100
      Subject: [PATCH 0752/1013] Fix with new stripe payment function
      
      ---
       htdocs/stripe/payment.php | 45 ++++++++++++++++++++++-----------------
       1 file changed, 25 insertions(+), 20 deletions(-)
      
      diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php
      index 9a7ecfd5470..03014761f62 100644
      --- a/htdocs/stripe/payment.php
      +++ b/htdocs/stripe/payment.php
      @@ -8,7 +8,7 @@
        * 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       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
      @@ -63,21 +63,6 @@ $addwarning=0;
       $multicurrency_amounts=array();
       $multicurrency_amountsresttopay=array();
       
      -if (! empty($conf->stripe->enabled))
      -{
      -	$service = 'StripeTest';
      -	$servicestatus = 0;
      -	if (! empty($conf->global->STRIPE_LIVE) && ! GETPOST('forcesandbox','alpha'))
      -	{
      -		$service = 'StripeLive';
      -		$servicestatus = 0;
      -	}
      -
      -	$stripe = new Stripe($db);
      -	$stripeacc = $stripe->getStripeAccount($service);								// Stripe OAuth connect account of dolibarr user (no network access here)
      -	$stripecu = $stripe->getStripeCustomerAccount($object->id, $servicestatus);		// Get thirdparty cu_...
      -}
      -
       // Security check
       $socid=0;
       if ($user->societe_id > 0)
      @@ -93,6 +78,20 @@ if ($facid > 0)
       	$ret=$object->fetch($facid);
       }
       
      +if (! empty($conf->stripe->enabled))
      +{
      +	$service = 'StripeTest';
      +	$servicestatus = 0;
      +	if (! empty($conf->global->STRIPE_LIVE) && ! GETPOST('forcesandbox','alpha'))
      +	{
      +		$service = 'StripeLive';
      +		$servicestatus = 0;
      +	}
      +     
      +$stripe=new Stripe($db); 
      +$stripeacc = $stripe->getStripeAccount($service);								// Stripe OAuth connect account of dolibarr user (no network access here)
      +}
      +
       // Initialize technical object to manage hooks of paiements. Note that conf->hooks_modules contains array array
       $hookmanager->initHooks(array('paiementcard','globalcard'));
       
      @@ -307,12 +306,16 @@ if (empty($reshook))
       				$paiementcode ="CB";
       			}
       		}
      +    
      +    
       
       		$societe = new Societe($db);
       		$societe->fetch($facture->socid);
      -		dol_syslog("Create charge", LOG_DEBUG, 0, '_stripe');
      +		dol_syslog("Create charge", LOG_DEBUG, 0, '_stripe');  
      +    
      +    $stripecu = $stripe->getStripeCustomerAccount($societe->id, $servicestatus);		// Get thirdparty cu_...
       
      -		$charge=$stripe->CreatePaymentStripe($stripeamount,"EUR","invoice",$facid,$source,$customer->id,$stripe->getStripeAccount($conf->entity));
      +		$charge=$stripe->createPaymentStripe($stripeamount,$facture->multicurrency_code,"invoice",$facid,$source,$stripecu,$stripeacc,$servicestatus);
       
       		if (!$error)
       		{
      @@ -324,6 +327,8 @@ if (empty($reshook))
       			$paiement->paiementid   = dol_getIdFromCode($db,$paiementcode,'c_paiement');
       			$paiement->num_paiement = $charge->message;
       			$paiement->note         = GETPOST('comment');
      +      $paiement->ext_payment_id = $charge->id;
      +      $paiement->ext_payment_site = $service;
       		}
       
       		if (! $error)
      @@ -388,8 +393,8 @@ if (empty($reshook))
       			exit;
       		}
       		else
      -		{
      -			$loc = DOL_URL_ROOT.'/stripeconnect/payment.php?facid='.$facid.'&action=create&error='.$e->getMessage();
      +		{                                                                                                               
      +			$loc = DOL_URL_ROOT.'/stripe/payment.php?facid='.$facid.'&action=create&error='.$charge->message;
       			$db->rollback();
       
       			header('Location: '.$loc);
      
      From 171d36d4fcf32b0fb6155bd3d9fd02fe7ea5d949 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Fri, 2 Nov 2018 17:49:11 +0100
      Subject: [PATCH 0753/1013] Update payment.php
      
      ---
       htdocs/stripe/payment.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php
      index 03014761f62..51b6cee4505 100644
      --- a/htdocs/stripe/payment.php
      +++ b/htdocs/stripe/payment.php
      @@ -327,8 +327,8 @@ if (empty($reshook))
       			$paiement->paiementid   = dol_getIdFromCode($db,$paiementcode,'c_paiement');
       			$paiement->num_paiement = $charge->message;
       			$paiement->note         = GETPOST('comment');
      -      $paiement->ext_payment_id = $charge->id;
      -      $paiement->ext_payment_site = $service;
      +			$paiement->ext_payment_id = $charge->id;
      +			$paiement->ext_payment_site = $service;
       		}
       
       		if (! $error)
      
      From 5f4d644cab8ce0336cf08ed516f275576c0a0659 Mon Sep 17 00:00:00 2001
      From: Abbes Bahfir <bafbes@gmail.com>
      Date: Sat, 3 Nov 2018 11:05:12 +0100
      Subject: [PATCH 0754/1013] New : help picto for fields in creation
      
      ---
       htdocs/core/tpl/commonfields_add.tpl.php | 3 +++
       1 file changed, 3 insertions(+)
      
      diff --git a/htdocs/core/tpl/commonfields_add.tpl.php b/htdocs/core/tpl/commonfields_add.tpl.php
      index 4c81e50c65c..67e118c1b72 100644
      --- a/htdocs/core/tpl/commonfields_add.tpl.php
      +++ b/htdocs/core/tpl/commonfields_add.tpl.php
      @@ -49,6 +49,9 @@ foreach($object->fields as $key => $val)
       	print '"';
       	print '>';
       	print $langs->trans($val['label']);
      +    if(!empty($val['help'])){
      +        print $form->textwithpicto('',$langs->trans($val['help']));
      +    }
       	print '</td>';
       	print '<td>';
       	if (in_array($val['type'], array('int', 'integer'))) $value = GETPOST($key, 'int');
      
      From 28d5f1d50bdddc0dbffdeb32dab99691b5f7b997 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 11:30:32 +0100
      Subject: [PATCH 0755/1013] Fix sql syntax error
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql                  | 2 +-
       .../install/mysql/tables/llx_emailcollector_emailcollector.sql  | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      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 5abc1772eef..e8d575926f1 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
      @@ -163,7 +163,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               fk_user_creat integer NOT NULL, 
               fk_user_modif integer, 
               import_key varchar(14), 
      -        status integer NOT NULL, 
      +        status integer NOT NULL
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      index 98426cd85a7..8f1fdf1ae7f 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -37,6 +37,6 @@ CREATE TABLE llx_emailcollector_emailcollector(
               fk_user_creat integer NOT NULL, 
               fk_user_modif integer, 
               import_key varchar(14), 
      -        status integer NOT NULL, 
      +        status integer NOT NULL
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
      
      From 0229b961784a4a0cc527d0e99ed7a408ace7b319 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 11:38:29 +0100
      Subject: [PATCH 0756/1013] Fix family of module
      
      ---
       htdocs/core/modules/modDataPolicy.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/modules/modDataPolicy.class.php b/htdocs/core/modules/modDataPolicy.class.php
      index b6f4c4e0139..4987bec3856 100644
      --- a/htdocs/core/modules/modDataPolicy.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -57,9 +57,9 @@ class modDataPolicy extends DolibarrModules {
       
               // 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";
      +        $this->family = "technic";
               // Module position in the family on 2 digits ('01', '10', '20', ...)
      -        $this->module_position = '70';
      +        $this->module_position = '81';
               // 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 'ModuledatapolicyName' not found (MyModue is name of module).
      
      From 64b5e432c244055a207179efdade34aa5cfd53bb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 11:40:43 +0100
      Subject: [PATCH 0757/1013] 2 remind of expired subscription by default
      
      ---
       htdocs/core/modules/modAdherent.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php
      index e6a3f294c82..8fa19e44e0c 100644
      --- a/htdocs/core/modules/modAdherent.class.php
      +++ b/htdocs/core/modules/modAdherent.class.php
      @@ -355,7 +355,7 @@ class modAdherent extends DolibarrModules
       				'jobtype'=>'method', 'class'=>'adherents/class/adherent.class.php',
       				'objectname'=>'Adherent',
       				'method'=>'sendReminderForExpiredSubscription',
      -				'parameters'=>'10',
      +				'parameters'=>'10,0',
       				'comment'=>'SendReminderForExpiredSubscription',
       				'frequency'=>1,
       				'unitfrequency'=> 3600 * 24,
      
      From 7e55701774a0f90d9afa036cc636bc7182e2704b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 11:41:45 +0100
      Subject: [PATCH 0758/1013] 2 remind of subscription expired by default
      
      ---
       htdocs/core/modules/modAdherent.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php
      index 8fa19e44e0c..30aa21c4201 100644
      --- a/htdocs/core/modules/modAdherent.class.php
      +++ b/htdocs/core/modules/modAdherent.class.php
      @@ -355,7 +355,7 @@ class modAdherent extends DolibarrModules
       				'jobtype'=>'method', 'class'=>'adherents/class/adherent.class.php',
       				'objectname'=>'Adherent',
       				'method'=>'sendReminderForExpiredSubscription',
      -				'parameters'=>'10,0',
      +				'parameters'=>'10;0',
       				'comment'=>'SendReminderForExpiredSubscription',
       				'frequency'=>1,
       				'unitfrequency'=> 3600 * 24,
      
      From 68ec172798cf1032cd051f57c7ea6fbceecb297d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 12:37:52 +0100
      Subject: [PATCH 0759/1013] Fix setup to enable reminder b email
      
      ---
       htdocs/adherents/admin/adherent_emails.php    |  3 ++-
       htdocs/adherents/class/adherent.class.php     | 12 +++++++---
       htdocs/comm/action/class/actioncomm.class.php | 10 +++++++--
       htdocs/core/lib/admin.lib.php                 | 22 ++++++++++++++-----
       htdocs/langs/en_US/admin.lang                 |  1 +
       5 files changed, 37 insertions(+), 11 deletions(-)
      
      diff --git a/htdocs/adherents/admin/adherent_emails.php b/htdocs/adherents/admin/adherent_emails.php
      index 60e0b2c3b48..36c7091a47b 100644
      --- a/htdocs/adherents/admin/adherent_emails.php
      +++ b/htdocs/adherents/admin/adherent_emails.php
      @@ -147,8 +147,9 @@ $constantes=array(
       	'ADHERENT_EMAIL_TEMPLATE_AUTOREGISTER'		=>'emailtemplate:member',		/* old was ADHERENT_AUTOREGISTER_MAIL */
       	'ADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION'	=>'emailtemplate:member',		/* old was ADHERENT_MAIL_VALID */
       	'ADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION'		=>'emailtemplate:member',		/* old was ADHERENT_MAIL_COTIS */
      -	'ADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION' =>'emailtemplate:member',
       	'ADHERENT_EMAIL_TEMPLATE_CANCELATION'		=>'emailtemplate:member',		/* old was ADHERENT_MAIL_RESIL */
      +	'MEMBER_REMINDER_EMAIL'=>array('type'=>'yesno', 'label'=>$langs->trans('MEMBER_REMINDER_EMAIL', $langs->transnoentities("Module2300Name"))),
      +	'ADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION' =>'emailtemplate:member',
       );
       
       $helptext='*'.$langs->trans("FollowingConstantsWillBeSubstituted").'<br>';
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 3df36ef3eda..4277b274a1d 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -2644,13 +2644,19 @@ class Adherent extends CommonObject
       
       		$blockingerrormsg = '';
       
      -		/*if (empty($conf->global->MEMBER_REMINDER_EMAIL))
      +		if (empty($conf->adherent->enabled))	// Should not happen. If module disabled, cron job should not be visible.
      +		{
      +			$langs->load("agenda");
      +			$this->output = $langs->trans('ModuleNotEnabled', $langs->transnoentitiesnoconv("Adherent"));
      +			return 0;
      +		}
      +		if (empty($conf->global->MEMBER_REMINDER_EMAIL))
       		{
       			$langs->load("agenda");
       			$this->output = $langs->trans('EventRemindersByEmailNotEnabled', $langs->transnoentitiesnoconv("Adherent"));
       			return 0;
      -		}*/
      -
      +		}
      +		
       		$now = dol_now();
       		$nbok = 0;
       		$nbko = 0;
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index 92af9fef6da..e84ef93da2d 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -1679,13 +1679,19 @@ class ActionComm extends CommonObject
           	$this->output = '';
       		$this->error='';
       
      -    	if (empty($conf->global->AGENDA_REMINDER_EMAIL))
      +    	if (empty($conf->agenda->enabled))	// Should not happen. If module disabled, cron job should not be visible.
      +		{
      +			$langs->load("agenda");
      +			$this->output = $langs->trans('ModuleNotEnabled', $langs->transnoentitiesnoconv("Agenda"));
      +			return 0;
      +		}
      +		if (empty($conf->global->AGENDA_REMINDER_EMAIL))
           	{
           		$langs->load("agenda");
           		$this->output = $langs->trans('EventRemindersByEmailNotEnabled', $langs->transnoentitiesnoconv("Agenda"));
           		return 0;
           	}
      -
      +		
           	$now = dol_now();
       
           	dol_syslog(__METHOD__, LOG_DEBUG);
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index f5efa5c5b7e..89f511c18c2 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -1353,7 +1353,8 @@ function complete_elementList_with_modules(&$elementList)
       /**
        *	Show array with constants to edit
        *
      - *	@param	array	$tableau		Array of constants array('key'=>type, ) where type can be 'string', 'text', 'textarea', 'html', 'yesno', 'emailtemplate:xxx', ...
      + *	@param	array	$tableau		Array of constants array('key'=>array('type'=>type, 'label'=>label)
      + *									where type can be 'string', 'text', 'textarea', 'html', 'yesno', 'emailtemplate:xxx', ...
        *	@param	int		$strictw3c		0=Include form into table (deprecated), 1=Form is outside table to respect W3C (no form into table), 2=No form nor button at all
        *  @param  string  $helptext       Help
        *	@return	void
      @@ -1377,17 +1378,28 @@ function form_constantes($tableau, $strictw3c=0, $helptext='')
           if (empty($strictw3c)) print '<td align="center" width="80">'.$langs->trans("Action").'</td>';
           print "</tr>\n";
       
      +    $label='';
           $listofparam=array();
           foreach($tableau as $key => $const)	// Loop on each param
           {
      +    	$label='';
           	// $const is a const key like 'MYMODULE_ABC'
      -    	if (is_numeric($key)) {
      +    	if (is_numeric($key)) {		// Very old behaviour
           		$type = 'string';
           	}
           	else
           	{
      -    		$type = $const;
      -    		$const = $key;
      +    		if (is_array($const))
      +    		{
      +    			$type = $const['type'];
      +				$label = $const['label'];
      +    			$const = $key;
      +    		}
      +    		else
      +    		{
      +    			$type = $const;
      +    			$const = $key;
      +    		}
           	}
       
               $sql = "SELECT ";
      @@ -1428,7 +1440,7 @@ function form_constantes($tableau, $strictw3c=0, $helptext='')
                   print '<input type="hidden" name="constnote_'.$obj->name.'" value="'.nl2br(dol_escape_htmltag($obj->note)).'">';
                   print '<input type="hidden" name="consttype_'.$obj->name.'" value="'.($obj->type?$obj->type:'string').'">';
       
      -            print $langs->trans('Desc'.$const);
      +            print ($label ? $label : $langs->trans('Desc'.$const));
       
                   if ($const == 'ADHERENT_MAILMAN_URL')
                   {
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 190b7cded97..a59cc0eee2e 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1282,6 +1282,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      
      From 8ab53012b71b2dd149ea743abfd4063f5faf489c Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 3 Nov 2018 18:20:36 +0100
      Subject: [PATCH 0760/1013] mode is only customer in stats fichinter
      
      ---
       htdocs/fichinter/stats/index.php | 20 +++++++-------------
       1 file changed, 7 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
      index 1c0ba5764ed..0dacf19c600 100644
      --- a/htdocs/fichinter/stats/index.php
      +++ b/htdocs/fichinter/stats/index.php
      @@ -30,7 +30,7 @@ $WIDTH=DolGraph::getDefaultGraphSizeForStats('width');
       $HEIGHT=DolGraph::getDefaultGraphSizeForStats('height');
       
       $mode='customer';
      -if ($mode == 'customer' && ! $user->rights->ficheinter->lire) accessforbidden();
      +if (! $user->rights->ficheinter->lire) accessforbidden();
       
       $userid=GETPOST('userid','int');
       $socid=GETPOST('socid','int');
      @@ -129,14 +129,12 @@ $data = $stats->getAmountByMonthWithPrevYear($endyear,$startyear);
       if (!$user->rights->societe->client->voir || $user->societe_id)
       {
           $filenameamount = $dir.'/interventionsamountinyear-'.$user->id.'-'.$year.'.png';
      -    if ($mode == 'customer') $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsamountinyear-'.$user->id.'-'.$year.'.png';
      -    if ($mode == 'supplier') $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstatssupplier&file=interventionsamountinyear-'.$user->id.'-'.$year.'.png';
      +    $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsamountinyear-'.$user->id.'-'.$year.'.png';
       }
       else
       {
           $filenameamount = $dir.'/interventionsamountinyear-'.$year.'.png';
      -    if ($mode == 'customer') $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsamountinyear-'.$year.'.png';
      -    if ($mode == 'supplier') $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstatssupplier&file=interventionsamountinyear-'.$year.'.png';
      +    $fileurlamount = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsamountinyear-'.$year.'.png';
       }
       
       $px2 = new DolGraph();
      @@ -171,14 +169,12 @@ $data = $stats->getAverageByMonthWithPrevYear($endyear, $startyear);
       if (!$user->rights->societe->client->voir || $user->societe_id)
       {
           $filename_avg = $dir.'/interventionsaverage-'.$user->id.'-'.$year.'.png';
      -    if ($mode == 'customer') $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsaverage-'.$user->id.'-'.$year.'.png';
      -    if ($mode == 'supplier') $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstatssupplier&file=interventionsaverage-'.$user->id.'-'.$year.'.png';
      +    $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsaverage-'.$user->id.'-'.$year.'.png';
       }
       else
       {
           $filename_avg = $dir.'/interventionsaverage-'.$year.'.png';
      -    if ($mode == 'customer') $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsaverage-'.$year.'.png';
      -    if ($mode == 'supplier') $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstatssupplier&file=interventionsaverage-'.$year.'.png';
      +    $fileurl_avg = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsaverage-'.$year.'.png';
       }
       
       $px3 = new DolGraph();
      @@ -221,13 +217,12 @@ if (! count($arrayyears)) $arrayyears[$nowyear]=$nowyear;
       
       $h=0;
       $head = array();
      -$head[$h][0] = DOL_URL_ROOT . '/commande/stats/index.php?mode='.$mode;
      +$head[$h][0] = DOL_URL_ROOT . '/fichinter/stats/index.php?mode='.$mode;
       $head[$h][1] = $langs->trans("ByMonthYear");
       $head[$h][2] = 'byyear';
       $h++;
       
      -if ($mode == 'customer') $type='order_stats';
      -if ($mode == 'supplier') $type='supplier_order_stats';
      +$type='fichinter_stats';
       
       complete_head_from_modules($conf,$langs,null,$head,$h,$type);
       
      @@ -247,7 +242,6 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	// Company
       	print '<tr><td align="left">'.$langs->trans("ThirdParty").'</td><td align="left">';
       	if ($mode == 'customer') $filter='s.client in (1,2,3)';
      -	if ($mode == 'supplier') $filter='s.fournisseur = 1';
       	print $form->select_company($socid,'socid',$filter,1,0,0,array(),0,'','style="width: 95%"');
       	print '</td></tr>';
       	// User
      
      From d6b909a28063712acfed8ba2e6b4a9d7ade4d1fc Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 3 Nov 2018 18:26:11 +0100
      Subject: [PATCH 0761/1013] Update index.php
      
      ---
       htdocs/fichinter/stats/index.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
      index 0dacf19c600..39cad7ca4f1 100644
      --- a/htdocs/fichinter/stats/index.php
      +++ b/htdocs/fichinter/stats/index.php
      @@ -217,12 +217,12 @@ if (! count($arrayyears)) $arrayyears[$nowyear]=$nowyear;
       
       $h=0;
       $head = array();
      -$head[$h][0] = DOL_URL_ROOT . '/fichinter/stats/index.php?mode='.$mode;
      +$head[$h][0] = DOL_URL_ROOT . '/fichinter/stats/index.php';
       $head[$h][1] = $langs->trans("ByMonthYear");
       $head[$h][2] = 'byyear';
       $h++;
       
      -$type='fichinter_stats';
      +$type = 'fichinter_stats';
       
       complete_head_from_modules($conf,$langs,null,$head,$h,$type);
       
      
      From c4bf0f0e038dd41a02ce1c121122e92d981379cb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 18:57:18 +0100
      Subject: [PATCH 0762/1013] CSS Flex
      
      ---
       htdocs/index.php | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/index.php b/htdocs/index.php
      index 14f72774d92..a3d6a45475e 100644
      --- a/htdocs/index.php
      +++ b/htdocs/index.php
      @@ -552,7 +552,8 @@ if ($showweather)
       $nbworkboardempty=0;
       if (! empty($valid_dashboardlines))
       {
      -	$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent">';
      +	$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent"><div style="display: flex: flex-wrap: wrap">';
      +	
           foreach($valid_dashboardlines as $board)
           {
               if (empty($board->nbtodo)) $nbworkboardempty++;
      @@ -592,6 +593,8 @@ if (! empty($valid_dashboardlines))
           $boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
           $boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
           $boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
      +    
      +    $boxwork .='</div>';
           $boxwork .='</td></tr>';
       }
       else
      
      From f4346c1469e351419291bc5a1f613e192acfbe2e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 19:24:28 +0100
      Subject: [PATCH 0763/1013] Fix css
      
      ---
       htdocs/theme/eldy/style.css.php | 2 +-
       htdocs/theme/md/style.css.php   | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index 8d3b21a327d..a58031b2889 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -3567,7 +3567,7 @@ div.boximport {
       .widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
       
       .dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
      -.dolgraphtitlecssboxes { margin: 0px; }
      +.dolgraphtitlecssboxes { /* margin: 0px; */ }
       .legendColorBox, .legendLabel { border: none !important; }
       div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
       div.dolgraph div.legend table tbody tr { height: auto; }
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index 80a79b0245a..a246786a53a 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -3486,7 +3486,7 @@ div.boximport {
       .widthpictotitle { width: 40px; text-align: <?php echo $left; ?>; }
       
       .dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }
      -.dolgraphtitlecssboxes { margin: 0px; }
      +.dolgraphtitlecssboxes { /* margin: 0px; */ }
       .legendColorBox, .legendLabel { border: none !important; }
       div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(255,255,255,0) !important; }
       div.dolgraph div.legend table tbody tr { height: auto; }
      
      From c01113e28bc76e8123f2525c67d637d3a0588e42 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 3 Nov 2018 22:49:30 +0100
      Subject: [PATCH 0764/1013] typo
      
      ---
       htdocs/ticket/index.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php
      index 9acfd66c3bb..43be6bd2f57 100644
      --- a/htdocs/ticket/index.php
      +++ b/htdocs/ticket/index.php
      @@ -184,8 +184,8 @@ if ($result) {
               $dataseries[] = array('label' => $langs->trans("Assigned"), 'data' => round($tick['assigned']));
               $dataseries[] = array('label' => $langs->trans("InProgress"), 'data' => round($tick['inprogress']));
               $dataseries[] = array('label' => $langs->trans("Waiting"), 'data' => round($tick['waiting']));
      -        $dataseries[] = array('label' => $langs->trans("Closed"), 'data' => round($tick['Closed']));
      -        $dataseries[] = array('label' => $langs->trans("Deleted"), 'data' => round($tick['Deleted']));
      +        $dataseries[] = array('label' => $langs->trans("Closed"), 'data' => round($tick['closed']));
      +        $dataseries[] = array('label' => $langs->trans("Deleted"), 'data' => round($tick['deleted']));
           }
       } else {
           dol_print_error($db);
      
      From 90d3b80efb7e202f1dc561041f0795af9b93391b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 3 Nov 2018 22:53:55 +0100
      Subject: [PATCH 0765/1013] NEW Add email in event histor for reminder email of
       expired subsription
      
      ---
       htdocs/adherents/class/adherent.class.php     | 53 ++++++++++++++++++-
       htdocs/core/actions_sendmails.inc.php         |  4 ++
       ...terface_50_modAgenda_ActionsAuto.class.php | 21 ++++----
       3 files changed, 68 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
      index 4277b274a1d..ea8850931dc 100644
      --- a/htdocs/adherents/class/adherent.class.php
      +++ b/htdocs/adherents/class/adherent.class.php
      @@ -2742,7 +2742,58 @@ class Adherent extends CommonObject
       							{
       								$nbok++;
       
      -								// TODO Add event email sent for member
      +								$message = $msg;
      +								$sendto = $to;
      +								$sendtocc = '';
      +								$sendtobcc = '';
      +								$actioncode='EMAIL';
      +								$extraparams='';
      +
      +								$actionmsg='';
      +								$actionmsg2=$langs->transnoentities('MailSentBy').' '.CMailFile::getValidAddress($from,4,0,1).' '.$langs->transnoentities('To').' '.CMailFile::getValidAddress($sendto,4,0,1);
      +								if ($message)
      +								{
      +									$actionmsg=$langs->transnoentities('MailFrom').': '.dol_escape_htmltag($from);
      +									$actionmsg=dol_concatdesc($actionmsg, $langs->transnoentities('MailTo').': '.dol_escape_htmltag($sendto));
      +									if ($sendtocc) $actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('Bcc') . ": " . dol_escape_htmltag($sendtocc));
      +									$actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('MailTopic') . ": " . $subject);
      +									$actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('TextUsedInTheMessageBody') . ":");
      +									$actionmsg = dol_concatdesc($actionmsg, $message);
      +								}
      +								
      +								require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
      +								
      +	    						// Insert record of emails sent
      +	    						$actioncomm = new ActionComm($this->db);
      +
      +	    						$actioncomm->type_code   = 'AC_OTH_AUTO';		// Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
      +	    						$actioncomm->code        = 'AC_'.$actioncode;
      +	    						$actioncomm->label       = $actionmsg2;
      +	    						$actioncomm->note        = $actionmsg;
      +	    						$actioncomm->fk_project  = 0;
      +	    						$actioncomm->datep       = $now;
      +	    						$actioncomm->datef       = $now;
      +	    						$actioncomm->percentage  = -1;   // Not applicable
      +	    						$actioncomm->socid       = $adherent->thirdparty->id;
      +	    						$actioncomm->contactid   = 0;
      +	    						$actioncomm->authorid    = $user->id;   // User saving action
      +	    						$actioncomm->userownerid = $user->id;	// Owner of action
      +	    						// Fields when action is en email (content should be added into note)
      +	    						$actioncomm->email_msgid = $cmail->msgid;
      +	    						$actioncomm->email_from  = $from;
      +	    						$actioncomm->email_sender= '';
      +	    						$actioncomm->email_to    = $to;
      +	    						$actioncomm->email_tocc  = $sendtocc;
      +	    						$actioncomm->email_tobcc = $sendtobcc;
      +	    						$actioncomm->email_subject = $subject;
      +	    						$actioncomm->errors_to   = '';
      +	    						
      +	    						$actioncomm->fk_element  = $adherent->id;
      +	    						$actioncomm->elementtype = $adherent->element;
      +	    						
      +	    						$actioncomm->extraparams = $extraparams;
      +
      +	    						$actioncomm->create($user);
       							}
       						}
       						else
      diff --git a/htdocs/core/actions_sendmails.inc.php b/htdocs/core/actions_sendmails.inc.php
      index 0715a78495e..61c4b636758 100644
      --- a/htdocs/core/actions_sendmails.inc.php
      +++ b/htdocs/core/actions_sendmails.inc.php
      @@ -439,6 +439,10 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
       							$object->sendtouserid	= $sendtouserid;
       						}
       
      +						// TODO Set object->email_xxx properties
      +						$object->email_msgid = $mailfile->msgid;
      +						//...
      +
       						// Call of triggers
       						if (! empty($trigger_name))
       						{
      diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      index 938b63d90f3..0823a536cbf 100644
      --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      @@ -818,7 +818,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
       		$actioncomm->type_code   = $object->actiontypecode;		// Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
       		$actioncomm->code        = 'AC_'.$action;
       		$actioncomm->label       = $object->actionmsg2;
      -		$actioncomm->note        = $object->actionmsg;          // TODO Replace with $actioncomm->email_msgid ? $object->email_content : $object->actionmsg
      +		$actioncomm->note        = $object->actionmsg;          // TODO Replace with ($actioncomm->email_msgid ? $object->email_content : $object->actionmsg)
       		$actioncomm->fk_project  = $projectid;
       		$actioncomm->datep       = $now;
       		$actioncomm->datef       = $now;
      @@ -831,19 +831,22 @@ class InterfaceActionsAuto extends DolibarrTriggers
       		$actioncomm->contactid   = $contactforaction->id;
       		$actioncomm->authorid    = $user->id;   // User saving action
       		$actioncomm->userownerid = $user->id;	// Owner of action
      -        // Fields when action is en email (content should be added into note)
      -		$actioncomm->email_msgid = $object->email_msgid;
      -		$actioncomm->email_from  = $object->email_from;
      -		$actioncomm->email_sender= $object->email_sender;
      -		$actioncomm->email_to    = $object->email_to;
      -		$actioncomm->email_tocc  = $object->email_tocc;
      -		$actioncomm->email_tobcc = $object->email_tobcc;
      +        // Fields defined when action is an email (content should be into object->actionmsg to be added into note, subject into object->actionms2 to be added into label)
      +		$actioncomm->email_msgid   = $object->email_msgid;
      +		$actioncomm->email_from    = $object->email_from;
      +		$actioncomm->email_sender  = $object->email_sender;
      +		$actioncomm->email_to      = $object->email_to;
      +		$actioncomm->email_tocc    = $object->email_tocc;
      +		$actioncomm->email_tobcc   = $object->email_tobcc;
       		$actioncomm->email_subject = $object->email_subject;
      -		$actioncomm->errors_to   = $object->errors_to;
      +		$actioncomm->errors_to     = $object->errors_to;
       
       		$actioncomm->fk_element  = $elementid;
       		$actioncomm->elementtype = $elementtype;
       
      +		if (property_exists($object,'attachedfiles') && is_array($object->attachedfiles) && count($object->attachedfiles)>0) {
      +			$actioncomm->attachedfiles=$object->attachedfiles;
      +		}
       		if (property_exists($object,'sendtouserid') && is_array($object->sendtouserid) && count($object->sendtouserid)>0) {
       			$actioncomm->userassigned=$object->sendtouserid;
       		}
      
      From 488ac8c8f0b1fd5a08b6a3eea5452eb4e109095b Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 3 Nov 2018 23:44:25 +0100
      Subject: [PATCH 0766/1013] Update index.php
      
      ---
       htdocs/ticket/index.php | 6 ++----
       1 file changed, 2 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php
      index 43be6bd2f57..1f01e335a7c 100644
      --- a/htdocs/ticket/index.php
      +++ b/htdocs/ticket/index.php
      @@ -191,8 +191,7 @@ if ($result) {
           dol_print_error($db);
       }
       
      -$stringtoshow = '';
      -$stringtoshow .= '<script type="text/javascript" language="javascript">
      +$stringtoshow = '<script type="text/javascript" language="javascript">
           jQuery(document).ready(function() {
               jQuery("#idsubimgDOLUSERCOOKIE_ticket_by_status").click(function() {
                   jQuery("#idfilterDOLUSERCOOKIE_ticket_by_status").toggle();
      @@ -246,10 +245,9 @@ if (! empty($dataseries) && count($dataseries) > 1) {
       
               $px1->draw($filenamenb, $fileurlnb);
               print $px1->show();
      -
      -        print $stringtoshow;
           }
       }
      +print $stringtoshow;
       print '</td></tr>';
       
       print '</table>';
      
      From eb49558600c7b37e4bb65d05f31409049d91b016 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Sun, 4 Nov 2018 12:09:16 +0100
      Subject: [PATCH 0767/1013] Clean and update code
      
      ---
       htdocs/adherents/index.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
      index 931e9323904..8a8335b30fe 100644
      --- a/htdocs/adherents/index.php
      +++ b/htdocs/adherents/index.php
      @@ -140,7 +140,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS))     // This is usele
           	foreach($listofsearchfields as $key => $value)
           	{
           		if ($i == 0) print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Search").'</td></tr>';
      -    		print '<tr '.$bc[false].'>';
      +    		print '<tr class="oddeven">';
           		print '<td class="nowrap"><label for="'.$key.'">'.$langs->trans($value["text"]).'</label>:</td><td><input type="text" class="flat inputsearch" name="'.$key.'" id="'.$key.'" size="18"></td>';
           		if ($i == 0) print '<td rowspan="'.count($listofsearchfields).'"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td>';
           		print '</tr>';
      
      From 86b98db2a245d569a4e766fc6a313dd7ae08aea0 Mon Sep 17 00:00:00 2001
      From: andreubisquerra <jove@bisquerra.com>
      Date: Sun, 4 Nov 2018 20:36:23 +0100
      Subject: [PATCH 0768/1013] No posibility to validate if invoice not exist
      
      ---
       htdocs/takepos/pay.php | 8 ++++----
       1 file changed, 4 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php
      index c0bfc35294a..898b9069ba0 100644
      --- a/htdocs/takepos/pay.php
      +++ b/htdocs/takepos/pay.php
      @@ -41,7 +41,7 @@ $sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facture where facnumber='(PROV-POS-".$
       $resql = $db->query($sql);
       $row = $db->fetch_array ($resql);
       $placeid=$row[0];
      -if (! $placeid) $placeid=0; // Developing error message with no lines
      +if (! $placeid) $placeid=0; // Invoice not exist
       else{
       	$invoice = new Facture($db);
       	$invoice->fetch($placeid);
      @@ -101,15 +101,15 @@ $langs->loadLangs(array("main", "bills", "cashdesk"));
       <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" <?php if ($placeid==0) echo "disabled";?> 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" <?php if ($placeid==0) echo "disabled";?> 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="calcbutton2" onclick="parent.$.colorbox.close();"><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>
      
      From 98a3af620b79b4802892c23a5da6264861baf9c6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 09:26:23 +0100
      Subject: [PATCH 0769/1013] FIX #9934
      
      ---
       htdocs/install/mysql/migration/6.0.0-7.0.0.sql      | 3 ++-
       htdocs/install/mysql/tables/llx_c_shipment_mode.sql | 2 +-
       2 files changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      index 354bf0743bd..b8b1b15051c 100644
      --- a/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      +++ b/htdocs/install/mysql/migration/6.0.0-7.0.0.sql
      @@ -717,4 +717,5 @@ ALTER TABLE llx_facture_rec_extrafields ADD INDEX idx_facture_rec_extrafields (f
       UPDATE llx_cronjob set entity = 1 where entity = 0 and label in ('RecurringInvoices', 'SendEmailsReminders');
       UPDATE llx_cronjob set entity = 0 where entity = 1 and label in ('PurgeDeleteTemporaryFilesShort', 'MakeLocalDatabaseDumpShort');
       
      -ALTER TABLE llx_c_shipment_mode CHANGE COLUMN tracking tracking VARCHAR(255) DEFAULT NULL;
      \ No newline at end of file
      +-- VMYSQL4.3 ALTER TABLE llx_c_shipment_mode MODIFY COLUMN tracking varchar(255) NULL;
      +-- VPGSQL8.2 ALTER TABLE llx_c_shipment_mode ALTER COLUMN tracking DROP NOT NULL;
      diff --git a/htdocs/install/mysql/tables/llx_c_shipment_mode.sql b/htdocs/install/mysql/tables/llx_c_shipment_mode.sql
      index b94936c7461..7945c9f9fb0 100644
      --- a/htdocs/install/mysql/tables/llx_c_shipment_mode.sql
      +++ b/htdocs/install/mysql/tables/llx_c_shipment_mode.sql
      @@ -23,7 +23,7 @@ create table llx_c_shipment_mode
         code             varchar(30) NOT NULL,
         libelle          varchar(50) NOT NULL,
         description      text,
      -  tracking         varchar(255) NOT NULL,
      +  tracking         varchar(255) NULL,
         active           tinyint DEFAULT 0,
         module           varchar(32) NULL
       )ENGINE=innodb;
      
      From 7c3cb7d73c6847c4deb6ec57d69f55985147d273 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 09:54:11 +0100
      Subject: [PATCH 0770/1013] Update commonfields_add.tpl.php
      
      ---
       htdocs/core/tpl/commonfields_add.tpl.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/commonfields_add.tpl.php b/htdocs/core/tpl/commonfields_add.tpl.php
      index 67e118c1b72..0ea4e6fa03b 100644
      --- a/htdocs/core/tpl/commonfields_add.tpl.php
      +++ b/htdocs/core/tpl/commonfields_add.tpl.php
      @@ -19,6 +19,7 @@
        * $action
        * $conf
        * $langs
      + * $form
        */
       
       // Protection to avoid direct call of template
      @@ -63,4 +64,4 @@ foreach($object->fields as $key => $val)
       }
       
       ?>
      -<!-- END PHP TEMPLATE commonfields_add.tpl.php -->
      \ No newline at end of file
      +<!-- END PHP TEMPLATE commonfields_add.tpl.php -->
      
      From bf2c5219885bcdd8286adb4111221056d0b80fdc Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 09:55:00 +0100
      Subject: [PATCH 0771/1013] Fix warning
      
      ---
       htdocs/contrat/class/contrat.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php
      index 8d2194bb60a..f05b2818816 100644
      --- a/htdocs/contrat/class/contrat.class.php
      +++ b/htdocs/contrat/class/contrat.class.php
      @@ -2581,7 +2581,7 @@ class ContratLigne extends CommonObjectLine
       	/**
       	 * @var float
       	 * @deprecated Use $price_ht instead
      -	 * @see price_ht
      +	 * @see $price_ht
       	 */
       	public $price;
       
      
      From 01d7b1e96ad906b2d497488cef1c12362c8aca19 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 10:15:22 +0100
      Subject: [PATCH 0772/1013] Fix readme detection
      
      ---
       htdocs/emailcollector/README.md | 6 ++++++
       htdocs/modulebuilder/index.php  | 9 +++++----
       2 files changed, 11 insertions(+), 4 deletions(-)
       create mode 100644 htdocs/emailcollector/README.md
      
      diff --git a/htdocs/emailcollector/README.md b/htdocs/emailcollector/README.md
      new file mode 100644
      index 00000000000..4c307183f19
      --- /dev/null
      +++ b/htdocs/emailcollector/README.md
      @@ -0,0 +1,6 @@
      +EMailCollector
      +==============
      +
      +This module provides a sheduled job that scan regularly one or several IMAP email boxes, with filtering rules, to automatically record data in your application, like
      +* recording the email in the history of events (event is automatically linked to its related objects if possible, for example when a customer reply to an email sent from the application, the answer is automatically linked to the good objects)
      +* and/or creating a lead
      diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
      index f9c123d8db0..af589be569e 100644
      --- a/htdocs/modulebuilder/index.php
      +++ b/htdocs/modulebuilder/index.php
      @@ -35,7 +35,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
       require_once DOL_DOCUMENT_ROOT.'/core/class/utils.class.php';
       
       // Load translation files required by the page
      -$langs->loadLangs(array("admin", "modulebuilder", "other", "cron"));
      +$langs->loadLangs(array("admin", "modulebuilder", "other", "cron", "errors"));
       
       $action=GETPOST('action','aZ09');
       $confirm=GETPOST('confirm','alpha');
      @@ -1280,8 +1280,8 @@ elseif (! empty($module))
       
       					print '<div class="underbanner clearboth"></div>';
       					print '<div class="fichecenter">';
      -
      -					print $moduleobj->getDescLong();
      +					if (dol_is_file($dirread.'/'.$pathtofilereadme)) print $moduleobj->getDescLong();
      +					else print $langs->trans("ErrorFileNotFound", $pathtofilereadme);
       
       					print '<br><br>';
       
      @@ -1291,7 +1291,8 @@ elseif (! empty($module))
       					print '<div class="underbanner clearboth"></div>';
       					print '<div class="fichecenter">';
       
      -					print $moduleobj->getChangeLog();
      +					if (dol_is_file($dirread.'/'.$pathtochangelog)) print $moduleobj->getChangeLog();
      +					else print $langs->trans("ErrorFileNotFound", $pathtochangelog);
       
       					print '</div>';
       				}
      
      From 90729c03c4b21d0f9719a681355f9253ceea7e2a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 10:28:44 +0100
      Subject: [PATCH 0773/1013] Fix dependencies of new modules
      
      ---
       htdocs/core/modules/modDataPolicy.class.php   |  2 +-
       .../core/modules/modEmailCollector.class.php  |  2 +-
       htdocs/datapolicy/README.md                   |  5 +
       htdocs/takepos/README.md                      | 95 +------------------
       4 files changed, 9 insertions(+), 95 deletions(-)
       create mode 100644 htdocs/datapolicy/README.md
      
      diff --git a/htdocs/core/modules/modDataPolicy.class.php b/htdocs/core/modules/modDataPolicy.class.php
      index 4987bec3856..fa03a31870d 100644
      --- a/htdocs/core/modules/modDataPolicy.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -103,7 +103,7 @@ class modDataPolicy extends DolibarrModules {
       
               // 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->depends = array('always'=>'modCron');  // 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("datapolicy@datapolicy");
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index 26d78a7fb0e..bbf384be9e4 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -87,7 +87,7 @@ class modEmailCollector extends DolibarrModules
       
       		// 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->depends = array('always'=>'modCron');		// 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("admin");
      diff --git a/htdocs/datapolicy/README.md b/htdocs/datapolicy/README.md
      new file mode 100644
      index 00000000000..e2bde95a6d8
      --- /dev/null
      +++ b/htdocs/datapolicy/README.md
      @@ -0,0 +1,5 @@
      +DataPolicy
      +==========
      +
      +This module provides features to be compliant with data privacy rules of your country.
      +A schedlued job is installed to automatically clean old record in your database. You defined what to delete and when in the setup of module.
      \ No newline at end of file
      diff --git a/htdocs/takepos/README.md b/htdocs/takepos/README.md
      index 40d4742af27..bdbe6bbd2e8 100644
      --- a/htdocs/takepos/README.md
      +++ b/htdocs/takepos/README.md
      @@ -1,100 +1,9 @@
      -# TAKEPOS FOR <a href="https://www.takepos.com">DOLIBARR ERP CRM</a>
      +# TAKEPOS
       
       ## Features
      -Touch Screen POS
      +Add a Touch Screen POS (Point Of Sale) to your ERP.
       
       <!--
       ![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)
      
      From c988e2e68186611e14f934b4138d3b6d9d3fae74 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 10:44:37 +0100
      Subject: [PATCH 0774/1013] Fix phpcs
      
      ---
       htdocs/asset/type.php               |  1 -
       htdocs/public/stripe/ipn.php        | 80 ++++++++++++++---------------
       htdocs/public/stripe/newpayment.php |  1 -
       3 files changed, 39 insertions(+), 43 deletions(-)
      
      diff --git a/htdocs/asset/type.php b/htdocs/asset/type.php
      index ea8a4502264..b8a282430cc 100644
      --- a/htdocs/asset/type.php
      +++ b/htdocs/asset/type.php
      @@ -521,7 +521,6 @@ if ($rowid > 0)
       		}
       
       		print "</div>";
      -
       	}
       
       	/* ************************************************************************** */
      diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php
      index 28d809532d5..23c073e5c0c 100644
      --- a/htdocs/public/stripe/ipn.php
      +++ b/htdocs/public/stripe/ipn.php
      @@ -22,11 +22,7 @@ define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
       $entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : 1));
       if (is_numeric($entity)) define("DOLENTITY", $entity);
       
      -$res=0;
      -if (! $res && file_exists("../../main.inc.php")) $res=@include("../../main.inc.php");		// to work if your module directory is into a subdir of root htdocs directory
      -if (! $res) die("Include of main fails");
      -
      -if (empty($conf->stripe->enabled)) accessforbidden('',0,0,1);
      +require '../../main.inc.php';
       require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
       require_once DOL_DOCUMENT_ROOT.'/includes/stripe/init.php';
      @@ -39,19 +35,22 @@ 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';
       
      +if (empty($conf->stripe->enabled)) accessforbidden('',0,0,1);
      +
       // You can find your endpoint's secret in your webhook settings
      -if (isset($_GET['connect'])){
      +if (isset($_GET['connect']))
      +{
       	if (isset($_GET['test']))
       	{
       		$endpoint_secret =  $conf->global->STRIPE_TEST_WEBHOOK_CONNECT_KEY;
       		$service = 'StripeTest';
      -    $servicestatus = 0;
      +		$servicestatus = 0;
       	}
       	else
       	{
       		$endpoint_secret =  $conf->global->STRIPE_LIVE_WEBHOOK_CONNECT_KEY;
       		$service = 'StripeLive';
      -    $servicestatus = 1;  
      +    $servicestatus = 1;
       	}
       }
       else {
      @@ -59,13 +58,13 @@ else {
       	{
       		$endpoint_secret =  $conf->global->STRIPE_TEST_WEBHOOK_KEY;
       		$service = 'StripeTest';
      -    $servicestatus = 0;
      +		$servicestatus = 0;
       	}
       	else
       	{
       		$endpoint_secret =  $conf->global->STRIPE_LIVE_WEBHOOK_KEY;
       		$service = 'StripeLive';
      -    $servicestatus = 1;
      +		$servicestatus = 1;
       	}
       }
       
      @@ -194,7 +193,6 @@ elseif ($event->type == 'payout.paid') {
       
       		if (($accountto->id != $accountfrom->id) && empty($error))
       		{
      -
       			$bank_line_id_from=0;
       			$bank_line_id_to=0;
       			$result=0;
      @@ -208,41 +206,41 @@ elseif ($event->type == 'payout.paid') {
       			if (! $error) $bank_line_id_to = $accountto->addline($dateo, $typeto, $label, price2num($amount), '', '', $user);
       			if (! ($bank_line_id_to > 0)) $error++;
       
      -		  if (! $error) $result=$accountfrom->add_url_line($bank_line_id_from, $bank_line_id_to, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      -			if (! ($result > 0)) $error++;      
      -		  if (! $error) $result=$accountto->add_url_line($bank_line_id_to, $bank_line_id_from, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      +			if (! $error) $result=$accountfrom->add_url_line($bank_line_id_from, $bank_line_id_to, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
      +			if (! ($result > 0)) $error++;
      +			if (! $error) $result=$accountto->add_url_line($bank_line_id_to, $bank_line_id_from, DOL_URL_ROOT.'/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert');
       			if (! ($result > 0)) $error++;
      -
       		}
      -        $subject = '[NOTIFICATION] Stripe payout done';
      -        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." has been transfert in your account the ".dol_print_date($event->data->object->arrival_date, 'dayhour');
      +		$subject = '[NOTIFICATION] Stripe payout done';
      +		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.'>';
      +		}
       
      -        $mailfile = new CMailFile(
      -            $subject,
      -            $sendto,
      -            $replyto,
      -            $message,
      -            array(),
      -            array(),
      -            array(),
      -            $sendtocc,
      -            '',
      -            0,
      -            -1
      -        );
      +		$message = "A bank transfer of ".price2num($event->data->object->amount/100)." ".$event->data->object->currency." has been done to your account the ".dol_print_date($event->data->object->arrival_date, 'dayhour');
       
      -        $ret = $mailfile->sendfile();
      +		$mailfile = new CMailFile(
      +			$subject,
      +			$sendto,
      +			$replyto,
      +			$message,
      +			array(),
      +			array(),
      +			array(),
      +			$sendtocc,
      +			'',
      +			0,
      +			-1
      +			);
      +
      +		$ret = $mailfile->sendfile();
       
       		return 1;
       	}
      diff --git a/htdocs/public/stripe/newpayment.php b/htdocs/public/stripe/newpayment.php
      index fcc7acd29ad..cb22aa72cd4 100644
      --- a/htdocs/public/stripe/newpayment.php
      +++ b/htdocs/public/stripe/newpayment.php
      @@ -36,7 +36,6 @@ $entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['ent
       if (is_numeric($entity)) define("DOLENTITY", $entity);
       
       require '../../main.inc.php';
      -
       require_once DOL_DOCUMENT_ROOT.'/stripe/config.php';
       require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
      
      From 9556a6dfb93f8afb6bf449cf94042eee6d4f6ade Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 12:31:35 +0100
      Subject: [PATCH 0775/1013] Remove warning
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 471058e6b8d..e9cf8a9616c 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -281,7 +281,7 @@ class EmailCollector extends CommonObject
       	public function fetch($id, $ref = null)
       	{
       		$result = $this->fetchCommon($id, $ref);
      -		if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
      +		//if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
       		return $result;
       	}
       
      
      From f0305a7beb7ca2acbb5c60e7d997424d13d47454 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 13:50:12 +0100
      Subject: [PATCH 0776/1013] Prepare 8.0.4
      
      ---
       htdocs/filefunc.inc.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
      index 24c0de121db..36e3ba38b58 100644
      --- a/htdocs/filefunc.inc.php
      +++ b/htdocs/filefunc.inc.php
      @@ -31,7 +31,7 @@
        */
       
       if (! defined('DOL_APPLICATION_TITLE')) define('DOL_APPLICATION_TITLE','Dolibarr');
      -if (! defined('DOL_VERSION')) define('DOL_VERSION','8.0.3');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
      +if (! defined('DOL_VERSION')) define('DOL_VERSION','8.0.4');		// a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
       
       if (! defined('EURO')) define('EURO',chr(128));
       
      
      From d65bf1fbc79b0bb6830c217fae6ef472b7489b9b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 15:31:41 +0100
      Subject: [PATCH 0777/1013] Fix emailcollector
      
      ---
       htdocs/core/lib/functions.lib.php             |  7 ++--
       .../class/emailcollector.class.php            |  4 +--
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  2 --
       .../llx_emailcollector_emailcollector.sql     |  2 --
       htdocs/modulebuilder/index.php                | 32 +++++++++++--------
       5 files changed, 25 insertions(+), 22 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 2fe63ac1be9..1210e4da56e 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -668,7 +668,7 @@ function dol_include_once($relpath, $classname='')
       
       
       /**
      - *	Return path of url or filesystem. Return alternate root if exists.
      + *	Return path of url or filesystem. Can check into alternate dir or alternate dir + main dir depending on value of $returnemptyifnotfound.
        *
        * 	@param	string	$path						Relative path to file (if mode=0) or relative url (if mode=1). Ie: mydir/myfile, ../myfile
        *  @param	int		$type						0=Used for a Filesystem path, 1=Used for an URL path (output relative), 2=Used for an URL path (output full path using same host that current url), 3=Used for an URL path (output full path using host defined into $dolibarr_main_url_root of conf file)
      @@ -688,7 +688,10 @@ function dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
       		$res = DOL_DOCUMENT_ROOT.'/'.$path;		// Standard default path
       		foreach ($conf->file->dol_document_root as $key => $dirroot)	// ex: array(["main"]=>"/home/main/htdocs", ["alt0"]=>"/home/dirmod/htdocs", ...)
       		{
      -			if ($key == 'main') continue;
      +			if ($key == 'main')
      +			{
      +				continue;
      +			}
       			if (file_exists($dirroot.'/'.$path))
       			{
       				$res=$dirroot.'/'.$path;
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index e9cf8a9616c..25647ccf72c 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -86,8 +86,8 @@ class EmailCollector extends CommonObject
       		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login",),
       		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password",),
       		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>-1, 'default' => 'Inbox'),
      -		'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
      -		'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
      +		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
      +		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
       		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>1, 'comment'=>"Where to store messages once processed"),
       		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>-2, 'enabled'=>1, 'position'=>121, 'notnull'=>-1,),
       		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>1, 'position'=>122, 'notnull'=>-1,),
      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 e8d575926f1..43bb1896046 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
      @@ -151,8 +151,6 @@ CREATE TABLE llx_emailcollector_emailcollector(
               user varchar(128), 
               password varchar(128),
               source_directory varchar(255),
      -        filter text,
      -        actiontodos varchar(255),
               target_directory varchar(255),
               datelastresult datetime, 
               lastresult varchar(255),
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      index 8f1fdf1ae7f..cde927502ab 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -25,8 +25,6 @@ CREATE TABLE llx_emailcollector_emailcollector(
               user varchar(128), 
               password varchar(128),
               source_directory varchar(255),
      -        filter text,
      -        actiontodo varchar(255),
               target_directory varchar(255),
               datelastresult datetime, 
               lastresult varchar(255),
      diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
      index af589be569e..24596255043 100644
      --- a/htdocs/modulebuilder/index.php
      +++ b/htdocs/modulebuilder/index.php
      @@ -1563,6 +1563,8 @@ elseif (! empty($module))
       				if ($action != 'editfile' || empty($file))
       				{
       					try {
      +						//$pathtofile = $listofmodules[strtolower($module)]['moduledescriptorrelpath'];
      +
       						$pathtoclass    = strtolower($module).'/class/'.strtolower($tabobj).'.class.php';
       						$pathtoapi      = strtolower($module).'/class/api_'.strtolower($module).'.class.php';
       						$pathtoagenda   = strtolower($module).'/'.strtolower($tabobj).'_agenda.php';
      @@ -1578,20 +1580,22 @@ elseif (! empty($module))
       						$pathtopicto    = strtolower($module).'/img/object_'.strtolower($tabobj).'.png';
       						$pathtoscript   = strtolower($module).'/scripts/'.strtolower($tabobj).'.php';
       
      -						$realpathtoclass    = dol_buildpath($pathtoclass, 0, 1);
      -						$realpathtoapi      = dol_buildpath($pathtoapi, 0, 1);
      -						$realpathtoagenda   = dol_buildpath($pathtoagenda, 0, 1);
      -						$realpathtocard     = dol_buildpath($pathtocard, 0, 1);
      -						$realpathtodocument = dol_buildpath($pathtodocument, 0, 1);
      -						$realpathtolist     = dol_buildpath($pathtolist, 0, 1);
      -						$realpathtonote     = dol_buildpath($pathtonote, 0, 1);
      -						$realpathtophpunit  = dol_buildpath($pathtophpunit, 0, 1);
      -						$realpathtosql      = dol_buildpath($pathtosql, 0, 1);
      -						$realpathtosqlextra = dol_buildpath($pathtosqlextra, 0, 1);
      -						$realpathtosqlkey   = dol_buildpath($pathtosqlkey, 0, 1);
      -						$realpathtolib      = dol_buildpath($pathtolib, 0, 1);
      -						$realpathtopicto    = dol_buildpath($pathtopicto, 0, 1);
      -						$realpathtoscript   = dol_buildpath($pathtoscript, 0, 1);
      +						//var_dump($pathtolib);
      +
      +						$realpathtoclass    = dol_buildpath($pathtoclass, 0, 2);
      +						$realpathtoapi      = dol_buildpath($pathtoapi, 0, 2);
      +						$realpathtoagenda   = dol_buildpath($pathtoagenda, 0, 2);
      +						$realpathtocard     = dol_buildpath($pathtocard, 0, 2);
      +						$realpathtodocument = dol_buildpath($pathtodocument, 0, 2);
      +						$realpathtolist     = dol_buildpath($pathtolist, 0, 2);
      +						$realpathtonote     = dol_buildpath($pathtonote, 0, 2);
      +						$realpathtophpunit  = dol_buildpath($pathtophpunit, 0, 2);
      +						$realpathtosql      = dol_buildpath($pathtosql, 0, 2);
      +						$realpathtosqlextra = dol_buildpath($pathtosqlextra, 0, 2);
      +						$realpathtosqlkey   = dol_buildpath($pathtosqlkey, 0, 2);
      +						$realpathtolib      = dol_buildpath($pathtolib, 0, 2);
      +						$realpathtopicto    = dol_buildpath($pathtopicto, 0, 2);
      +						$realpathtoscript   = dol_buildpath($pathtoscript, 0, 2);
       
       						print '<div class="fichehalfleft">';
       						print '<span class="fa fa-file-o"></span> '.$langs->trans("ClassFile").' : <strong>'.($realpathtoclass?'':'<strike>').$pathtoclass.($realpathtoclass?'':'</strike>').'</strong>';
      
      From 52d4426e8756c1456d4444093ccaf8cc1675ab58 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 16:38:07 +0100
      Subject: [PATCH 0778/1013] Debug new modules
      
      ---
       htdocs/core/modules/modAdherent.class.php     |   4 +-
       htdocs/core/modules/modDataPolicy.class.php   |   2 +-
       .../core/modules/modEmailCollector.class.php  |   6 +-
       .../class/emailcollector.class.php            |   2 +-
       .../class/emailcollectoraction.class.php      | 505 ++++++++++++++++++
       .../class/emailcollectorfilter.class.php      | 477 +++++++++++++++++
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  40 +-
       .../llx_emailcollector_emailcollector.key.sql |   1 -
       ...mailcollector_emailcollectoraction.key.sql |  21 +
       ...lx_emailcollector_emailcollectoraction.sql |  30 ++
       ...mailcollector_emailcollectorfilter.key.sql |  21 +
       ...lx_emailcollector_emailcollectorfilter.sql |  30 ++
       .../core/modules/modMyModule.class.php        |  21 +-
       13 files changed, 1136 insertions(+), 24 deletions(-)
       create mode 100644 htdocs/emailcollector/class/emailcollectoraction.class.php
       create mode 100644 htdocs/emailcollector/class/emailcollectorfilter.class.php
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
       create mode 100644 htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.sql
      
      diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php
      index 30aa21c4201..9f09c01bfc7 100644
      --- a/htdocs/core/modules/modAdherent.class.php
      +++ b/htdocs/core/modules/modAdherent.class.php
      @@ -360,8 +360,8 @@ class modAdherent extends DolibarrModules
       				'frequency'=>1,
       				'unitfrequency'=> 3600 * 24,
       				'priority'=>50,
      -				'status'=>0,
      -				'test'=>true,
      +				'status'=>1,
      +				'test'=>'$conf->adherent->enabled',
       				'datestart'=>$datestart
       			),
               );
      diff --git a/htdocs/core/modules/modDataPolicy.class.php b/htdocs/core/modules/modDataPolicy.class.php
      index fa03a31870d..5dfc0fb83dd 100644
      --- a/htdocs/core/modules/modDataPolicy.class.php
      +++ b/htdocs/core/modules/modDataPolicy.class.php
      @@ -187,7 +187,7 @@ class modDataPolicy 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' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'DataPolicyCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Clean data', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
      +            0 => array('label' => 'DATAPOLICY Cron', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.class.php', 'objectname' => 'DataPolicyCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Clean data', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => '$conf->datapolicy->enabled'),
                   //1 => array('label' => 'DATAPOLICY Mailing', 'jobtype' => 'method', 'class' => '/datapolicy/class/datapolicyCron.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),
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index bbf384be9e4..5bad6e3e135 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -173,9 +173,9 @@ class modEmailCollector 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'=>'/dav/class/myobject.class.php', 'objectname'=>'MyObject', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
      -		//);
      +		$this->cronjobs = array(
      +			0=>array('label'=>'Email collector', 'jobtype'=>'method', 'class'=>'/emailcollector/class/emailcollector.class.php', 'objectname'=>'EmailCollector', 'method'=>'doCollect', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>5, 'unitfrequency'=>60, 'status'=>1, 'test'=>'$conf->emailcollector->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)
       		// );
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 25647ccf72c..3dbc29910f2 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -621,7 +621,7 @@ class EmailCollector extends CommonObject
       	 * @return	int			0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK)
       	 */
       	//public function doScheduledJob($param1, $param2, ...)
      -	public function doScheduledJob()
      +	public function doCollect()
       	{
       		global $conf, $langs;
       
      diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php
      new file mode 100644
      index 00000000000..5e0e85abdaf
      --- /dev/null
      +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php
      @@ -0,0 +1,505 @@
      +<?php
      +/* Copyright (C) 2017  Laurent Destailleur <eldy@users.sourceforge.net>
      + * 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
      + * 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        class/emailcollectoraction.class.php
      + * \ingroup     emailcollector
      + * \brief       This file is a CRUD class file for EmailCollectorAction (Create/Read/Update/Delete)
      + */
      +
      +// Put here all includes required by your class file
      +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';
      +
      +/**
      + * Class for EmailCollectorAction
      + */
      +class EmailCollectorAction extends CommonObject
      +{
      +	/**
      +	 * @var string ID to identify managed object
      +	 */
      +	public $element = 'emailcollectoraction';
      +
      +	/**
      +	 * @var string Name of table without prefix where object is stored
      +	 */
      +	public $table_element = 'emailcollector_emailcollectoraction';
      +
      +	/**
      +	 * @var int  Does emailcollectoraction 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 emailcollectoraction support extrafields ? 0=No, 1=Yes
      +	 */
      +	public $isextrafieldmanaged = 1;
      +
      +	/**
      +	 * @var string String with name of icon for emailcollectoraction. Must be the part after the 'object_' into object_emailcollectoraction.png
      +	 */
      +	public $picto = 'emailcollectoraction@emailcollector';
      +
      +
      +	/**
      +	 *  'type' if the field format.
      +	 *  'label' the translation key.
      +	 *  'enabled' is a condition when the field must be managed.
      +	 *  'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing)
      +	 *  'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0).
      +	 *  'default' is a default value for creation (can still be replaced by the global setup of default values)
      +	 *  'index' if we want an index in database.
      +	 *  'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...).
      +	 *  'position' is the sort order of field.
      +	 *  'searchall' is 1 if we want to search in this field when making a search from the quick search button.
      +	 *  'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8).
      +	 *  'css' is the CSS style to use on field. For example: 'maxwidth200'
      +	 *  'help' is a string visible as a tooltip on field
      +	 *  'comment' is not used. You can store here any text of your choice. It is not used by application.
      +	 *  'showoncombobox' if value of the field must be visible into the label of the combobox that list record
      +	 *  'arraykeyval' to set list of value if type is a list of predefined values. For example: array("0"=>"Draft","1"=>"Active","-1"=>"Cancel")
      +	 */
      +
      +	// BEGIN MODULEBUILDER PROPERTIES
      +	/**
      +	 * @var array  Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
      +	 */
      +	public $fields=array(
      +		'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>"Id",),
      +		'fk_emailcollector' => array('type'=>'integer', 'label'=>'Id of emailcollector', 'foreignkey'=>'emailcollecotr.rowid'),
      +		'type' => array('type'=>'varchar(128)', 'label'=>'Type', 'enabled'=>1, 'visible'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1),
      +		'actionparam' => array('type'=>'varchar(255)', 'label'=>'ParamForAction', 'enabled'=>1, 'visible'=>1, 'position'=>40, 'notnull'=>-1),
      +		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'position'=>500, 'notnull'=>1,),
      +		'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'position'=>501, 'notnull'=>1,),
      +		'fk_user_creat' => array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-2, 'position'=>510, 'notnull'=>1, 'foreignkey'=>'llx_user.rowid',),
      +		'fk_user_modif' => array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-2, 'position'=>511, 'notnull'=>-1,),
      +		'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-2, 'position'=>1000, 'notnull'=>-1,),
      +		'status' => array('type'=>'integer', 'label'=>'Status', 'enabled'=>1, 'visible'=>1, 'position'=>1000, 'notnull'=>1, 'default'=>1, 'arrayofkeyval'=>array('0'=>'Disabled', '1'=>'Enabled')),
      +	);
      +	public $rowid;
      +	public $fk_emailcollector;
      +	public $type;
      +	public $actionparam;
      +	public $date_creation;
      +	public $tms;
      +	public $fk_user_creat;
      +	public $fk_user_modif;
      +	public $import_key;
      +	public $status;
      +	// END MODULEBUILDER PROPERTIES
      +
      +
      +
      +	// If this object has a subtable with lines
      +
      +	/**
      +	 * @var int    Name of subtable line
      +	 */
      +	//public $table_element_line = 'emailcollectoractiondet';
      +
      +	/**
      +	 * @var int    Field with ID of parent key if this field has a parent
      +	 */
      +	//public $fk_element = 'fk_emailcollectoraction';
      +
      +	/**
      +	 * @var int    Name of subtable class that manage subtable lines
      +	 */
      +	//public $class_element_line = 'EmailcollectorActionline';
      +
      +	/**
      +	 * @var array  Array of child tables (child tables to delete before deleting a record)
      +	 */
      +	//protected $childtables=array('emailcollectoractiondet');
      +
      +	/**
      +	 * @var EmailcollectorActionLine[]     Array of subtable lines
      +	 */
      +	//public $lines = array();
      +
      +
      +
      +	/**
      +	 * Constructor
      +	 *
      +	 * @param DoliDb $db Database handler
      +	 */
      +	public function __construct(DoliDB $db)
      +	{
      +		global $conf, $langs, $user;
      +
      +		$this->db = $db;
      +
      +		if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->fields['rowid'])) $this->fields['rowid']['visible']=0;
      +		if (empty($conf->multicompany->enabled) && isset($this->fields['entity'])) $this->fields['entity']['enabled']=0;
      +
      +		// Unset fields that are disabled
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (isset($val['enabled']) && empty($val['enabled']))
      +			{
      +				unset($this->fields[$key]);
      +			}
      +		}
      +
      +		// Translate some data of arrayofkeyval
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (is_array($this->fields['status']['arrayofkeyval']))
      +			{
      +				foreach($this->fields['status']['arrayofkeyval'] as $key2 => $val2)
      +				{
      +					$this->fields['status']['arrayofkeyval'][$key2]=$langs->trans($val2);
      +				}
      +			}
      +		}
      +	}
      +
      +	/**
      +	 * Create object into database
      +	 *
      +	 * @param  User $user      User that creates
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, Id of created object if OK
      +	 */
      +	public function create(User $user, $notrigger = false)
      +	{
      +		return $this->createCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Clone and object into another one
      +	 *
      +	 * @param  	User 	$user      	User that creates
      +	 * @param  	int 	$fromid     Id of object to clone
      +	 * @return 	mixed 				New object created, <0 if KO
      +	 */
      +	public function createFromClone(User $user, $fromid)
      +	{
      +		global $langs, $hookmanager, $extrafields;
      +	    $error = 0;
      +
      +	    dol_syslog(__METHOD__, LOG_DEBUG);
      +
      +	    $object = new self($this->db);
      +
      +	    $this->db->begin();
      +
      +	    // Load source object
      +	    $object->fetchCommon($fromid);
      +	    // Reset some properties
      +	    unset($object->id);
      +	    unset($object->fk_user_creat);
      +	    unset($object->import_key);
      +
      +	    // Clear fields
      +	    $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';
      +	    $result = $object->createCommon($user);
      +	    if ($result < 0) {
      +	        $error++;
      +	        $this->error = $object->error;
      +	        $this->errors = $object->errors;
      +	    }
      +
      +	    // End
      +	    if (!$error) {
      +	        $this->db->commit();
      +	        return $object;
      +	    } else {
      +	        $this->db->rollback();
      +	        return -1;
      +	    }
      +	}
      +
      +	/**
      +	 * Load object in memory from the database
      +	 *
      +	 * @param int    $id   Id object
      +	 * @param string $ref  Ref
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	public function fetch($id, $ref = null)
      +	{
      +		$result = $this->fetchCommon($id, $ref);
      +		if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
      +		return $result;
      +	}
      +
      +	/**
      +	 * Load object lines in memory from the database
      +	 *
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	/*public function fetchLines()
      +	{
      +		$this->lines=array();
      +
      +		// Load lines with object EmailcollectorActionLine
      +
      +		return count($this->lines)?1:0;
      +	}*/
      +
      +	/**
      +	 * Update object into database
      +	 *
      +	 * @param  User $user      User that modifies
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function update(User $user, $notrigger = false)
      +	{
      +		return $this->updateCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Delete object in database
      +	 *
      +	 * @param User $user       User that deletes
      +	 * @param bool $notrigger  false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function delete(User $user, $notrigger = false)
      +	{
      +		return $this->deleteCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 *  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("EmailcollectorAction") . '</u>';
      +        $label.= '<br>';
      +        $label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
      +
      +        $url = dol_buildpath('/emailcollector/emailcollectoraction_card.php',1).'?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("ShowEmailcollectorAction");
      +                $linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
      +            }
      +            $linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
      +            $linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
      +
      +            /*
      +             $hookmanager->initHooks(array('emailcollectoractiondao'));
      +             $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;
      +		$hookmanager->initHooks(array('emailcollectoractiondao'));
      +		$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 the status
      +	 *
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return	string 			       Label of status
      +	 */
      +	public function getLibStatut($mode=0)
      +	{
      +		return $this->LibStatut($this->status, $mode);
      +	}
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
      +	/**
      +	 *  Return the status
      +	 *
      +	 *  @param	int		$status        Id status
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return string 			       Label of status
      +	 */
      +	public function LibStatut($status, $mode=0)
      +	{
      +		// phpcs:enable
      +		if (empty($this->labelstatus))
      +		{
      +			global $langs;
      +			//$langs->load("emailcollector");
      +			$this->labelstatus[1] = $langs->trans('Enabled');
      +			$this->labelstatus[0] = $langs->trans('Disabled');
      +		}
      +
      +		if ($mode == 0)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 1)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 2)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 3)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 4)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 5)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 6)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +	}
      +
      +	/**
      +	 *	Charge les informations d'ordre info dans l'objet commande
      +	 *
      +	 *	@param  int		$id       Id of order
      +	 *	@return	void
      +	 */
      +	public function info($id)
      +	{
      +		$sql = 'SELECT rowid, date_creation as datec, tms as datem,';
      +		$sql.= ' fk_user_creat, fk_user_modif';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.$this->table_element.' as t';
      +		$sql.= ' WHERE t.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_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->db->free($result);
      +		}
      +		else
      +		{
      +			dol_print_error($this->db);
      +		}
      +	}
      +
      +	/**
      +	 * Initialise object with example values
      +	 * Id must be 0 if object instance is a specimen
      +	 *
      +	 * @return void
      +	 */
      +	public function initAsSpecimen()
      +	{
      +		$this->initAsSpecimenCommon();
      +	}
      +}
      diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      new file mode 100644
      index 00000000000..deb5bb88824
      --- /dev/null
      +++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      @@ -0,0 +1,477 @@
      +<?php
      +/* Copyright (C) 2017  Laurent Destailleur <eldy@users.sourceforge.net>
      + * 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
      + * 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        emailcollector/class/emailcollectorfilter.class.php
      + * \ingroup     emailcollector
      + * \brief       This file is a CRUD class file for EmailCollectorFilter (Create/Read/Update/Delete)
      + */
      +
      +// Put here all includes required by your class file
      +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';
      +
      +/**
      + * Class for EmailCollectorFilter
      + */
      +class EmailCollectorFilter extends CommonObject
      +{
      +	/**
      +	 * @var string ID to identify managed object
      +	 */
      +	public $element = 'emailcollectorfilter';
      +
      +	/**
      +	 * @var string Name of table without prefix where object is stored
      +	 */
      +	public $table_element = 'emailcollector_emailcollectorfilter';
      +
      +	/**
      +	 * @var int  Does emailcollectorfilter 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 emailcollectorfilter support extrafields ? 0=No, 1=Yes
      +	 */
      +	public $isextrafieldmanaged = 1;
      +
      +	/**
      +	 * @var string String with name of icon for emailcollectorfilter. Must be the part after the 'object_' into object_emailcollectorfilter.png
      +	 */
      +	public $picto = 'emailcollectorfilter@emailcollector';
      +
      +
      +	/**
      +	 *  'type' if the field format.
      +	 *  'label' the translation key.
      +	 *  'enabled' is a condition when the field must be managed.
      +	 *  'visible' says if field is visible in list (Examples: 0=Not visible, 1=Visible on list and create/update/view forms, 2=Visible on list only. Using a negative value means field is not shown by default on list but can be selected for viewing)
      +	 *  'notnull' is set to 1 if not null in database. Set to -1 if we must set data to null if empty ('' or 0).
      +	 *  'default' is a default value for creation (can still be replaced by the global setup of default values)
      +	 *  'index' if we want an index in database.
      +	 *  'foreignkey'=>'tablename.field' if the field is a foreign key (it is recommanded to name the field fk_...).
      +	 *  'position' is the sort order of field.
      +	 *  'searchall' is 1 if we want to search in this field when making a search from the quick search button.
      +	 *  'isameasure' must be set to 1 if you want to have a total on list for this field. Field type must be summable like integer or double(24,8).
      +	 *  'css' is the CSS style to use on field. For example: 'maxwidth200'
      +	 *  'help' is a string visible as a tooltip on field
      +	 *  'comment' is not used. You can store here any text of your choice. It is not used by application.
      +	 *  'showoncombobox' if value of the field must be visible into the label of the combobox that list record
      +	 *  'arraykeyval' to set list of value if type is a list of predefined values. For example: array("0"=>"Draft","1"=>"Active","-1"=>"Cancel")
      +	 */
      +
      +	// BEGIN MODULEBUILDER PROPERTIES
      +	/**
      +	 * @var array  Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
      +	 */
      +	public $fields=array(
      +		'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>"Id",),
      +		'fk_emailcollector' => array('type'=>'integer', 'label'=>'Id of emailcollector', 'foreignkey'=>'emailcollector.rowid'),
      +		'type' => array('type'=>'varchar(128)', 'label'=>'Type', 'enabled'=>1, 'visible'=>1, 'position'=>10, 'notnull'=>1,),
      +		'rulevalue' => array('type'=>'varchar(255)', 'label'=>'ValueOfRule', 'enabled'=>1, 'visible'=>1, 'position'=>30, 'notnull'=>-1, 'help'=>"Value of Rule",),
      +		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'enabled'=>1, 'visible'=>-2, 'position'=>500, 'notnull'=>1,),
      +		'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'position'=>501, 'notnull'=>1,),
      +		'fk_user_creat' => array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-2, 'position'=>510, 'notnull'=>1, 'foreignkey'=>'llx_user.rowid',),
      +		'fk_user_modif' => array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-2, 'position'=>511, 'notnull'=>-1,),
      +		'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-2, 'position'=>1000, 'notnull'=>-1,),
      +		'status' => array('type'=>'integer', 'label'=>'Status', 'enabled'=>1, 'visible'=>1, 'position'=>1000, 'notnull'=>1, 'default'=>1, 'arrayofkeyval'=>array('0'=>'Disabled', '1'=>'Enabled')),
      +	);
      +	public $rowid;
      +	public $fk_emailcollector;
      +	public $type;
      +	public $rulevalue;
      +	public $date_creation;
      +	public $tms;
      +	public $fk_user_creat;
      +	public $fk_user_modif;
      +	public $import_key;
      +	public $status;
      +	// END MODULEBUILDER PROPERTIES
      +
      +
      +
      +	/**
      +	 * Constructor
      +	 *
      +	 * @param DoliDb $db Database handler
      +	 */
      +	public function __construct(DoliDB $db)
      +	{
      +		global $conf, $langs, $user;
      +
      +		$this->db = $db;
      +
      +		if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID) && isset($this->fields['rowid'])) $this->fields['rowid']['visible']=0;
      +		if (empty($conf->multicompany->enabled) && isset($this->fields['entity'])) $this->fields['entity']['enabled']=0;
      +
      +		// Unset fields that are disabled
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (isset($val['enabled']) && empty($val['enabled']))
      +			{
      +				unset($this->fields[$key]);
      +			}
      +		}
      +
      +		// Translate some data of arrayofkeyval
      +		foreach($this->fields as $key => $val)
      +		{
      +			if (is_array($this->fields['status']['arrayofkeyval']))
      +			{
      +				foreach($this->fields['status']['arrayofkeyval'] as $key2 => $val2)
      +				{
      +					$this->fields['status']['arrayofkeyval'][$key2]=$langs->trans($val2);
      +				}
      +			}
      +		}
      +	}
      +
      +	/**
      +	 * Create object into database
      +	 *
      +	 * @param  User $user      User that creates
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, Id of created object if OK
      +	 */
      +	public function create(User $user, $notrigger = false)
      +	{
      +		return $this->createCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Clone and object into another one
      +	 *
      +	 * @param  	User 	$user      	User that creates
      +	 * @param  	int 	$fromid     Id of object to clone
      +	 * @return 	mixed 				New object created, <0 if KO
      +	 */
      +	public function createFromClone(User $user, $fromid)
      +	{
      +		global $langs, $hookmanager, $extrafields;
      +	    $error = 0;
      +
      +	    dol_syslog(__METHOD__, LOG_DEBUG);
      +
      +	    $object = new self($this->db);
      +
      +	    $this->db->begin();
      +
      +	    // Load source object
      +	    $object->fetchCommon($fromid);
      +	    // Reset some properties
      +	    unset($object->id);
      +	    unset($object->fk_user_creat);
      +	    unset($object->import_key);
      +
      +	    // Clear fields
      +	    $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';
      +	    $result = $object->createCommon($user);
      +	    if ($result < 0) {
      +	        $error++;
      +	        $this->error = $object->error;
      +	        $this->errors = $object->errors;
      +	    }
      +
      +	    // End
      +	    if (!$error) {
      +	        $this->db->commit();
      +	        return $object;
      +	    } else {
      +	        $this->db->rollback();
      +	        return -1;
      +	    }
      +	}
      +
      +	/**
      +	 * Load object in memory from the database
      +	 *
      +	 * @param int    $id   Id object
      +	 * @param string $ref  Ref
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	public function fetch($id, $ref = null)
      +	{
      +		$result = $this->fetchCommon($id, $ref);
      +		if ($result > 0 && ! empty($this->table_element_line)) $this->fetchLines();
      +		return $result;
      +	}
      +
      +	/**
      +	 * Load object lines in memory from the database
      +	 *
      +	 * @return int         <0 if KO, 0 if not found, >0 if OK
      +	 */
      +	/*public function fetchLines()
      +	{
      +		$this->lines=array();
      +
      +		// Load lines with object EmailcollectorFilterLine
      +
      +		return count($this->lines)?1:0;
      +	}*/
      +
      +	/**
      +	 * Update object into database
      +	 *
      +	 * @param  User $user      User that modifies
      +	 * @param  bool $notrigger false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function update(User $user, $notrigger = false)
      +	{
      +		return $this->updateCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 * Delete object in database
      +	 *
      +	 * @param User $user       User that deletes
      +	 * @param bool $notrigger  false=launch triggers after, true=disable triggers
      +	 * @return int             <0 if KO, >0 if OK
      +	 */
      +	public function delete(User $user, $notrigger = false)
      +	{
      +		return $this->deleteCommon($user, $notrigger);
      +	}
      +
      +	/**
      +	 *  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("EmailcollectorFilter") . '</u>';
      +        $label.= '<br>';
      +        $label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
      +
      +        $url = dol_buildpath('/emailcollector/emailcollectorfilter_card.php',1).'?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("ShowEmailcollectorFilter");
      +                $linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
      +            }
      +            $linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
      +            $linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
      +
      +            /*
      +             $hookmanager->initHooks(array('emailcollectorfilterdao'));
      +             $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;
      +		$hookmanager->initHooks(array('emailcollectorfilterdao'));
      +		$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 the status
      +	 *
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return	string 			       Label of status
      +	 */
      +	public function getLibStatut($mode=0)
      +	{
      +		return $this->LibStatut($this->status, $mode);
      +	}
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
      +	/**
      +	 *  Return the status
      +	 *
      +	 *  @param	int		$status        Id status
      +	 *  @param  int		$mode          0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
      +	 *  @return string 			       Label of status
      +	 */
      +	public function LibStatut($status, $mode=0)
      +	{
      +		// phpcs:enable
      +		if (empty($this->labelstatus))
      +		{
      +			global $langs;
      +			//$langs->load("emailcollector");
      +			$this->labelstatus[1] = $langs->trans('Enabled');
      +			$this->labelstatus[0] = $langs->trans('Disabled');
      +		}
      +
      +		if ($mode == 0)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 1)
      +		{
      +			return $this->labelstatus[$status];
      +		}
      +		elseif ($mode == 2)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 3)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 4)
      +		{
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +		}
      +		elseif ($mode == 5)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +		elseif ($mode == 6)
      +		{
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +		}
      +	}
      +
      +	/**
      +	 *	Charge les informations d'ordre info dans l'objet commande
      +	 *
      +	 *	@param  int		$id       Id of order
      +	 *	@return	void
      +	 */
      +	public function info($id)
      +	{
      +		$sql = 'SELECT rowid, date_creation as datec, tms as datem,';
      +		$sql.= ' fk_user_creat, fk_user_modif';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.$this->table_element.' as t';
      +		$sql.= ' WHERE t.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_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->db->free($result);
      +		}
      +		else
      +		{
      +			dol_print_error($this->db);
      +		}
      +	}
      +
      +	/**
      +	 * Initialise object with example values
      +	 * Id must be 0 if object instance is a specimen
      +	 *
      +	 * @return void
      +	 */
      +	public function initAsSpecimen()
      +	{
      +		$this->initAsSpecimenCommon();
      +	}
      +}
      +
      diff --git a/htdocs/install/mysql/migration/8.0.0-9.0.0.sql b/htdocs/install/mysql/migration/8.0.0-9.0.0.sql
      index 43bb1896046..862fad2f93e 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
      @@ -165,15 +165,47 @@ CREATE TABLE llx_emailcollector_emailcollector(
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
      --- BEGIN MODULEBUILDER INDEXES
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_rowid (rowid);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entity (entity);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
      --- END MODULEBUILDER INDEXES
       
      ---ALTER TABLE llx_emailcollector_emailcollector ADD UNIQUE INDEX uk_emailcollector_emailcollector_fieldxyz(fieldx, fieldy);
       
      ---ALTER TABLE llx_emailcollector_emailcollector ADD CONSTRAINT llx_emailcollector_emailcollector_field_id FOREIGN KEY (fk_field) REFERENCES llx_myotherobject(rowid);
      +CREATE TABLE llx_emailcollector_emailcollectoraction(
      +	-- BEGIN MODULEBUILDER FIELDS
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      +	fk_emailcollector INTEGER NOT NULL,
      +	type varchar(128) NOT NULL, 
      +	actionparam varchar(255) NULL, 
      +	date_creation datetime NOT NULL, 
      +	tms timestamp NOT NULL, 
      +	fk_user_creat integer NOT NULL, 
      +	fk_user_modif integer, 
      +	import_key varchar(14), 
      +	status integer NOT NULL
      +	-- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      +
      +CREATE TABLE llx_emailcollector_emailcollectorfilter(
      +	-- BEGIN MODULEBUILDER FIELDS
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, 
      +	fk_emailcollector INTEGER NOT NULL,
      +	type varchar(128) NOT NULL, 
      +	rulevalue varchar(255) NULL, 
      +	date_creation datetime NOT NULL, 
      +	tms timestamp NOT NULL, 
      +	fk_user_creat integer NOT NULL, 
      +	fk_user_modif integer, 
      +	import_key varchar(14), 
      +	status integer NOT NULL
      +	-- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      +
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD INDEX idx_emailcollector_fk_emailcollector (fk_emailcollector);
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD CONSTRAINT fk_emailcollectorfilter_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
      +
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD INDEX idx_emailcollector_fk_emailcollector (fk_emailcollector);
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD CONSTRAINT fk_emailcollectoraction_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
      +
       
       
       
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
      index e2447c206f5..56295db116a 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.key.sql
      @@ -15,7 +15,6 @@
       
       
       -- BEGIN MODULEBUILDER INDEXES
      -ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_rowid (rowid);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entity (entity);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
       -- END MODULEBUILDER INDEXES
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
      new file mode 100644
      index 00000000000..0ef98e90b41
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
      @@ -0,0 +1,21 @@
      +-- 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
      +-- the Free Software Foundation, either version 3 of the License, or
      +-- (at your option) any later version.
      +--
      +-- This program is distributed in the hope that it will be useful,
      +-- but WITHOUT ANY WARRANTY; without even the implied warranty of
      +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      +-- GNU General Public License for more details.
      +--
      +-- You should have received a copy of the GNU General Public License
      +-- along with this program.  If not, see http://www.gnu.org/licenses/.
      +
      +
      +-- BEGIN MODULEBUILDER INDEXES
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD INDEX idx_emailcollector_fk_emailcollector (fk_emailcollector);
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD CONSTRAINT fk_emailcollectoraction_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
      +-- END MODULEBUILDER INDEXES
      +
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
      new file mode 100644
      index 00000000000..82251f33706
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
      @@ -0,0 +1,30 @@
      +-- 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
      +-- 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_emailcollector_emailcollectoraction(
      +	-- BEGIN MODULEBUILDER FIELDS
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      +	fk_emailcollector INTEGER NOT NULL,
      +	type varchar(128) NOT NULL, 
      +	actionparam varchar(255) NULL, 
      +	date_creation datetime NOT NULL, 
      +	tms timestamp NOT NULL, 
      +	fk_user_creat integer NOT NULL, 
      +	fk_user_modif integer, 
      +	import_key varchar(14), 
      +	status integer NOT NULL
      +	-- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      \ No newline at end of file
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
      new file mode 100644
      index 00000000000..fb65963b63a
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
      @@ -0,0 +1,21 @@
      +-- 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
      +-- the Free Software Foundation, either version 3 of the License, or
      +-- (at your option) any later version.
      +--
      +-- This program is distributed in the hope that it will be useful,
      +-- but WITHOUT ANY WARRANTY; without even the implied warranty of
      +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      +-- GNU General Public License for more details.
      +--
      +-- You should have received a copy of the GNU General Public License
      +-- along with this program.  If not, see http://www.gnu.org/licenses/.
      +
      +
      +-- BEGIN MODULEBUILDER INDEXES
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD INDEX idx_emailcollector_fk_emailcollector (fk_emailcollector);
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD CONSTRAINT fk_emailcollectorfilter_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
      +-- END MODULEBUILDER INDEXES
      +
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.sql
      new file mode 100644
      index 00000000000..6312fa5785f
      --- /dev/null
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.sql
      @@ -0,0 +1,30 @@
      +-- 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
      +-- 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_emailcollector_emailcollectorfilter(
      +	-- BEGIN MODULEBUILDER FIELDS
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      +	fk_emailcollector INTEGER NOT NULL,
      +	type varchar(128) NOT NULL, 
      +	rulevalue varchar(255) NULL, 
      +	date_creation datetime NOT NULL, 
      +	tms timestamp NOT NULL, 
      +	fk_user_creat integer NOT NULL, 
      +	fk_user_modif integer, 
      +	import_key varchar(14), 
      +	status integer NOT NULL
      +	-- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      \ No newline at end of file
      diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      index d638ee874fd..8d34b0e63a3 100644
      --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      @@ -63,7 +63,7 @@ class modMyModule extends DolibarrModules
       		// 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)";
      +		$this->descriptionlong = "MyModule description (Long)";
       
       		$this->editor_name = 'Editor name';
       		$this->editor_url = 'https://www.example.com';
      @@ -80,10 +80,7 @@ class modMyModule extends DolibarrModules
       		// 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: /mymodule/core/xxxxx) (0=disable, 1=enable)
      -		// for specific path of parts (eg: /mymodule/core/modules/barcode)
      -		// for specific css file (eg: /mymodule/css/mymodule.css.php)
      +		// Define some features supported by module (triggers, login, substitutions, menus, css, etc...)
       		$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)
      @@ -108,14 +105,14 @@ class modMyModule extends DolibarrModules
       
       		// 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. array('always1'=>'modModule1','always2'=>'modModule2', 'FR1'=>'modModuleFR'...)
      -		$this->requiredby = array();	// List of module class names to disable if this one is disabled
      -		$this->conflictwith = array();	// List of module class names as string this module is in conflict with
      +		$this->depends = array();		// List of module class names as string that must be enabled if this module is enabled. Example: array('always1'=>'modModuleToEnable1','always2'=>'modModuleToEnable2', 'FR1'=>'modModuleToEnableFR'...)
      +		$this->requiredby = array();	// List of module class names as string to disable if this one is disabled. Example: array('modModuleToDisable1', ...)
      +		$this->conflictwith = array();	// List of module class names as string this module is in conflict with. Example: array('modModuleToDisable1', ...)
       		$this->langfiles = array("mymodule@mymodule");
      -		$this->phpmin = array(5,4);					// 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->phpmin = array(5,4);					// 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'=>'MyModuleWasAutomaticallyActivatedBecauseOfYourCountryChoice');
       		//$this->always_enabled = true;								// If true, can't be disabled
       
      
      From eb9defcf1d5f23b614e6f644fb099b7c291b8ad4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 16:42:29 +0100
      Subject: [PATCH 0779/1013] Debug emailcollector
      
      ---
       htdocs/admin/emailcollector_card.php           | 18 +++++++++---------
       .../class/emailcollector.class.php             |  4 ++--
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql |  3 +--
       .../llx_emailcollector_emailcollector.sql      |  2 +-
       4 files changed, 13 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 2408bcbc8e6..8642c29570b 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -96,10 +96,10 @@ 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';
       }
      @@ -218,7 +218,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		$formquestion = array();
       		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneMyObject'), $langs->trans('ConfirmCloneMyObject', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
       	}
      -	
      +
       	// Confirmation of action process
       	if ($action == 'collect') {
       		$formquestion = array(
      @@ -232,10 +232,10 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	$reshook = $hookmanager->executeHooks('formConfirm', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
       	if (empty($reshook)) $formconfirm.=$hookmanager->resPrint;
       	elseif ($reshook > 0) $formconfirm=$hookmanager->resPrint;
      -	
      +
       	// Print form confirm
       	print $formconfirm;
      -	
      +
       	// Object card
       	// ------------------------------------------------------------
       	$linkback = '<a href="' . dol_buildpath('/admin/emailcollector_list.php', 1) . '?restore_lastsearch_values=1' . (!empty($socid) ? '&socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';
      @@ -308,7 +308,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		dol_include_once('/emailcollector/class/emailcollector.class.php');
       		$emailcollector = new EmailCollector($object);
       
      -		$res = $emailcollector->collectEmails();
      +		$res = $emailcollector->doCollect();
       		if (is_array($res)) {
       			if (count($res['actions_done']) > 0) {
       				setEventMessages($langs->trans('XActionsDone', count($res['actions_done'])), null, 'info');
      @@ -322,8 +322,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	}
       	print '</div>';
       	print '</div>';
      -	
      -	
      +
      +
       	print '<div class="clearboth"></div><br>';
       
       	dol_fiche_end();
      @@ -334,7 +334,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		$parameters = array();
       		$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
       		if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
      -		
      +
       		if (empty($reshook))
       		{
       			print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=collect">' . $langs->trans("CollectNow") . '</a>' . "\n";
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 3dbc29910f2..b4a4f0c7da6 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -85,10 +85,10 @@ class EmailCollector extends CommonObject
       		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMPA server",),
       		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login",),
       		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password",),
      -		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>-1, 'default' => 'Inbox'),
      +		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>1, 'default' => 'Inbox'),
       		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
       		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
      -		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>1, 'comment'=>"Where to store messages once processed"),
      +		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>0, 'comment'=>"Where to store messages once processed"),
       		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>-2, 'enabled'=>1, 'position'=>121, 'notnull'=>-1,),
       		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>1, 'position'=>122, 'notnull'=>-1,),
       		'note_public'   => array('type'=>'html', 'label'=>'NotePublic', 'visible'=>0, 'enabled'=>1, 'position'=>61, 'notnull'=>-1,),
      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 862fad2f93e..d1e2d87b444 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
      @@ -150,7 +150,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               host varchar(255), 
               user varchar(128), 
               password varchar(128),
      -        source_directory varchar(255),
      +        source_directory varchar(255) NOT NULL,
               target_directory varchar(255),
               datelastresult datetime, 
               lastresult varchar(255),
      @@ -165,7 +165,6 @@ CREATE TABLE llx_emailcollector_emailcollector(
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
      -ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_rowid (rowid);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entity (entity);
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
       
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      index cde927502ab..2db5e693427 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -24,7 +24,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               host varchar(255), 
               user varchar(128), 
               password varchar(128),
      -        source_directory varchar(255),
      +        source_directory varchar(255) NOT NULL,
               target_directory varchar(255),
               datelastresult datetime, 
               lastresult varchar(255),
      
      From dd70f1bf0890133247040b0b0cde84d2cd0177b9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 16:59:40 +0100
      Subject: [PATCH 0780/1013] Debug emailcollector
      
      ---
       htdocs/admin/emailcollector_card.php | 6 ++++--
       htdocs/langs/en_US/admin.lang        | 6 ++++++
       2 files changed, 10 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 8642c29570b..b0bff70585e 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -91,8 +91,8 @@ if (empty($reshook))
       
       	$permissiontoadd=1;
       	$permissiontodelete=1;
      -	if (empty($backtopage)) $backtopage = dol_buildpath('/emailcollector/emailcollector_card.php',1).'?id='.($id > 0 ? $id : '__ID__');
      -	$backurlforlist = dol_buildpath('/emailcollector/emailcollector_list.php', 1);
      +	if (empty($backtopage)) $backtopage = DOL_URL_ROOT.'/admin/emailcollector_card.php?id='.($id > 0 ? $id : '__ID__');
      +	$backurlforlist = DOL_URL_ROOT.'/admin/emailcollector_list.php';
       
       	// Actions cancel, add, update, delete or clone
       	include DOL_DOCUMENT_ROOT.'/core/actions_addupdatedelete.inc.php';
      @@ -337,6 +337,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       
       		if (empty($reshook))
       		{
      +			print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=edit">' . $langs->trans("Edit") . '</a>' . "\n";
      +
       			print '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=collect">' . $langs->trans("CollectNow") . '</a>' . "\n";
       
       			print '<a class="butActionDelete" href="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&amp;action=delete">' . $langs->trans('Delete') . '</a>' . "\n";
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index a59cc0eee2e..5f8af37833c 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1815,6 +1815,12 @@ 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
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +CollectNow=Collect now
      +LastResult=Last result
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
       UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
      
      From c0f4ec5a3e06c79c3a4629174cf1bfbf0389e668 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 17:53:31 +0100
      Subject: [PATCH 0781/1013] FIX sanitize param $action
      
      ---
       htdocs/accountancy/admin/accountmodel.php        |  2 +-
       htdocs/accountancy/admin/categories_list.php     |  2 +-
       htdocs/accountancy/admin/defaultaccounts.php     |  2 +-
       htdocs/accountancy/admin/export.php              |  4 ++--
       htdocs/accountancy/admin/fiscalyear_card.php     |  2 +-
       htdocs/accountancy/admin/index.php               |  2 +-
       htdocs/accountancy/admin/journals_list.php       |  2 +-
       htdocs/accountancy/admin/productaccount.php      |  2 +-
       htdocs/accountancy/bookkeeping/balance.php       |  2 +-
       htdocs/accountancy/bookkeeping/list.php          |  6 +++---
       htdocs/accountancy/bookkeeping/listbyaccount.php |  2 +-
       htdocs/accountancy/customer/card.php             |  2 +-
       htdocs/accountancy/expensereport/card.php        |  2 +-
       htdocs/accountancy/supplier/card.php             |  2 +-
       htdocs/adherents/admin/adherent_extrafields.php  |  2 +-
       .../admin/adherent_type_extrafields.php          |  2 +-
       htdocs/adherents/admin/website.php               |  2 +-
       htdocs/admin/agenda_extrafields.php              |  2 +-
       htdocs/admin/bank.php                            |  2 +-
       htdocs/admin/bank_extrafields.php                |  2 +-
       htdocs/admin/dav.php                             |  2 +-
       htdocs/admin/emailcollector_card.php             |  4 +++-
       htdocs/admin/expedition_extrafields.php          |  2 +-
       htdocs/admin/expeditiondet_extrafields.php       |  2 +-
       htdocs/admin/expensereport_extrafields.php       |  2 +-
       htdocs/admin/livraison_extrafields.php           |  2 +-
       htdocs/admin/livraisondet_extrafields.php        |  2 +-
       htdocs/admin/loan.php                            |  2 +-
       htdocs/admin/multicurrency.php                   |  2 +-
       htdocs/admin/oauth.php                           |  2 +-
       htdocs/admin/order_extrafields.php               |  2 +-
       htdocs/admin/orderdet_extrafields.php            |  2 +-
       htdocs/admin/resource.php                        |  2 +-
       htdocs/admin/resource_extrafields.php            |  2 +-
       htdocs/admin/salaries.php                        |  2 +-
       htdocs/admin/supplier_invoice.php                |  2 +-
       htdocs/admin/supplier_order.php                  |  2 +-
       htdocs/admin/supplierinvoice_extrafields.php     |  2 +-
       htdocs/admin/supplierinvoicedet_extrafields.php  |  2 +-
       htdocs/admin/supplierorder_extrafields.php       |  2 +-
       htdocs/admin/supplierorderdet_extrafields.php    |  2 +-
       htdocs/admin/ticket.php                          |  2 +-
       htdocs/admin/ticket_extrafields.php              |  2 +-
       htdocs/admin/tools/listevents.php                |  2 +-
       htdocs/admin/tools/listsessions.php              |  2 +-
       htdocs/admin/workflow.php                        |  2 +-
       htdocs/asset/admin/assets_extrafields.php        |  2 +-
       htdocs/asset/admin/assets_type_extrafields.php   |  2 +-
       htdocs/asset/admin/setup.php                     |  2 +-
       htdocs/asset/card.php                            |  2 +-
       htdocs/asset/note.php                            |  2 +-
       .../categories/admin/categorie_extrafields.php   |  2 +-
       htdocs/comm/action/document.php                  |  2 +-
       htdocs/comm/admin/propal_extrafields.php         |  2 +-
       htdocs/comm/admin/propaldet_extrafields.php      |  2 +-
       htdocs/comm/index.php                            |  2 +-
       htdocs/comm/propal/card.php                      |  2 +-
       htdocs/commande/card.php                         |  2 +-
       htdocs/compta/bank/document.php                  |  2 +-
       htdocs/compta/bank/releve.php                    |  2 +-
       htdocs/compta/bank/various_payment/card.php      |  2 +-
       .../facture/admin/facture_cust_extrafields.php   |  2 +-
       .../admin/facture_rec_cust_extrafields.php       |  2 +-
       .../admin/facturedet_cust_extrafields.php        |  2 +-
       .../admin/facturedet_rec_cust_extrafields.php    |  2 +-
       htdocs/compta/facture/card.php                   |  2 +-
       htdocs/compta/index.php                          |  2 +-
       htdocs/compta/paiement/cheque/card.php           |  2 +-
       htdocs/compta/paiement_charge.php                |  2 +-
       htdocs/contrat/admin/contract_extrafields.php    |  2 +-
       htdocs/contrat/admin/contractdet_extrafields.php |  2 +-
       htdocs/core/ajax/selectobject.php                |  2 +-
       htdocs/core/lib/functions.lib.php                |  5 +++--
       .../core/modules/oauth/github_oauthcallback.php  |  2 +-
       .../core/modules/oauth/google_oauthcallback.php  |  2 +-
       .../modules/oauth/stripetest_oauthcallback.php   |  2 +-
       htdocs/core/tpl/commonfields_add.tpl.php         |  4 ++--
       htdocs/datapolicy/admin/setup.php                |  2 +-
       htdocs/datapolicy/admin/setupmail.php            |  2 +-
       htdocs/datapolicy/public/index.php               |  2 +-
       htdocs/don/admin/donation_extrafields.php        |  2 +-
       .../class/emailcollector.class.php               | 16 ++++++++--------
       htdocs/exports/export.php                        |  2 +-
       htdocs/fichinter/admin/fichinter_extrafields.php |  2 +-
       .../fichinter/admin/fichinterdet_extrafields.php |  2 +-
       htdocs/fichinter/card-rec.php                    |  2 +-
       htdocs/fourn/commande/contact.php                |  2 +-
       htdocs/fourn/commande/orderstoinvoice.php        |  2 +-
       htdocs/holiday/card.php                          |  2 +-
       htdocs/hrm/admin/admin_hrm.php                   |  2 +-
       htdocs/langs/en_US/admin.lang                    |  1 +
       htdocs/livraison/card.php                        |  2 +-
       htdocs/modulebuilder/admin/setup.php             |  2 +-
       htdocs/modulebuilder/template/admin/about.php    |  2 +-
       htdocs/modulebuilder/template/admin/setup.php    |  2 +-
       htdocs/modulebuilder/template/mymoduleindex.php  |  2 +-
       .../modulebuilder/template/myobject_agenda.php   |  2 +-
       htdocs/modulebuilder/template/myobject_card.php  |  2 +-
       htdocs/modulebuilder/template/myobject_note.php  |  2 +-
       htdocs/product/admin/dynamic_prices.php          |  2 +-
       htdocs/product/admin/product_extrafields.php     |  2 +-
       htdocs/product/admin/product_lot_extrafields.php |  2 +-
       htdocs/product/ajax/products.php                 |  2 +-
       htdocs/product/dynamic_price/editor.php          |  2 +-
       htdocs/product/fournisseurs.php                  |  2 +-
       htdocs/product/inventory/card.php                |  2 +-
       htdocs/product/price.php                         |  2 +-
       htdocs/projet/admin/project_extrafields.php      |  2 +-
       htdocs/projet/admin/project_task_extrafields.php |  2 +-
       htdocs/projet/ajax/projects.php                  |  2 +-
       htdocs/projet/tasks.php                          |  2 +-
       htdocs/public/ticket/create_ticket.php           |  2 +-
       htdocs/public/ticket/index.php                   |  2 +-
       htdocs/public/ticket/list.php                    |  2 +-
       htdocs/public/ticket/view.php                    |  2 +-
       htdocs/societe/admin/contact_extrafields.php     |  2 +-
       htdocs/societe/admin/societe_extrafields.php     |  2 +-
       htdocs/societe/ajax/company.php                  |  2 +-
       htdocs/societe/price.php                         |  2 +-
       .../admin/supplier_proposal_extrafields.php      |  2 +-
       .../admin/supplier_proposaldet_extrafields.php   |  2 +-
       htdocs/supplier_proposal/card.php                |  2 +-
       htdocs/supplier_proposal/contact.php             |  2 +-
       htdocs/takepos/admin/about.php                   |  2 +-
       htdocs/ticket/card.php                           |  2 +-
       htdocs/ticket/history.php                        |  2 +-
       htdocs/ticket/index.php                          |  2 +-
       htdocs/ticket/new.php                            |  2 +-
       htdocs/user/admin/group_extrafields.php          |  2 +-
       htdocs/user/admin/user_extrafields.php           |  2 +-
       htdocs/user/group/card.php                       |  2 +-
       htdocs/user/group/ldap.php                       |  2 +-
       htdocs/user/group/perms.php                      |  2 +-
       htdocs/user/passwordforgotten.php                |  2 +-
       htdocs/user/perms.php                            |  2 +-
       htdocs/website/websiteaccount_card.php           |  2 +-
       136 files changed, 151 insertions(+), 147 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
      index d3843763732..245220e0d4d 100644
      --- a/htdocs/accountancy/admin/accountmodel.php
      +++ b/htdocs/accountancy/admin/accountmodel.php
      @@ -44,7 +44,7 @@ if (! empty($conf->accounting->enabled)) require_once DOL_DOCUMENT_ROOT . '/core
       // Load translation files required by the page
       $langs->loadLangs(array("errors","admin","companies","resource","holiday","compta","accountancy","hrm"));
       
      -$action=GETPOST('action','alpha')?GETPOST('action','alpha'):'view';
      +$action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):'view';
       $confirm=GETPOST('confirm','alpha');
       $id=31;
       $rowid=GETPOST('rowid','alpha');
      diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
      index 9f6b0bf14fe..1f10403f798 100644
      --- a/htdocs/accountancy/admin/categories_list.php
      +++ b/htdocs/accountancy/admin/categories_list.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("errors","admin","companies","resource","holiday","accountancy","hrm"));
       
      -$action=GETPOST('action','alpha')?GETPOST('action','alpha'):'view';
      +$action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):'view';
       $confirm=GETPOST('confirm','alpha');
       $id=32;
       $rowid=GETPOST('rowid','alpha');
      diff --git a/htdocs/accountancy/admin/defaultaccounts.php b/htdocs/accountancy/admin/defaultaccounts.php
      index 31fc04fa745..6de48b58cd5 100644
      --- a/htdocs/accountancy/admin/defaultaccounts.php
      +++ b/htdocs/accountancy/admin/defaultaccounts.php
      @@ -43,7 +43,7 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       
       $list_account_main = array (
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index eccb9b0c06f..f8309cf6ce5 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -41,8 +41,8 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'alpha');
      -
      +$action = GETPOST('action', 'aZ09');
      +aZ09
       // Parameters ACCOUNTING_EXPORT_*
       $main_option = array (
           'ACCOUNTING_EXPORT_PREFIX_SPEC',
      diff --git a/htdocs/accountancy/admin/fiscalyear_card.php b/htdocs/accountancy/admin/fiscalyear_card.php
      index 05c7a3fd174..297a3026b02 100644
      --- a/htdocs/accountancy/admin/fiscalyear_card.php
      +++ b/htdocs/accountancy/admin/fiscalyear_card.php
      @@ -38,7 +38,7 @@ if (empty($user->rights->accounting->fiscalyear))
       
       $error = 0;
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $confirm = GETPOST('confirm', 'alpha');
       $id = GETPOST('id', 'int');
       
      diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php
      index a17ee45ae4d..60a81df9a56 100644
      --- a/htdocs/accountancy/admin/index.php
      +++ b/htdocs/accountancy/admin/index.php
      @@ -41,7 +41,7 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       // Parameters ACCOUNTING_* and others
       $list = array (
      diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
      index 3511ae431ec..49745676eb3 100644
      --- a/htdocs/accountancy/admin/journals_list.php
      +++ b/htdocs/accountancy/admin/journals_list.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountingjournal.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("admin","compta","accountancy"));
       
      -$action=GETPOST('action','alpha')?GETPOST('action','alpha'):'view';
      +$action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):'view';
       $confirm=GETPOST('confirm','alpha');
       $id=35;
       $rowid=GETPOST('rowid','alpha');
      diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php
      index a84e2f6fcab..246d3752f56 100644
      --- a/htdocs/accountancy/admin/productaccount.php
      +++ b/htdocs/accountancy/admin/productaccount.php
      @@ -45,7 +45,7 @@ if (! $user->rights->accounting->bind->write)
           accessforbidden();
       
       // search & action GETPOST
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $codeventil_buy = GETPOST('codeventil_buy', 'array');
       $codeventil_sell = GETPOST('codeventil_sell', 'array');
       $chk_prod = GETPOST('chk_prod', 'array');
      diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
      index 9b9598074cb..e807d1acced 100644
      --- a/htdocs/accountancy/bookkeeping/balance.php
      +++ b/htdocs/accountancy/bookkeeping/balance.php
      @@ -41,7 +41,7 @@ $langs->loadLangs(array("accountancy"));
       $page = GETPOST("page");
       $sortorder = GETPOST("sortorder", 'alpha');
       $sortfield = GETPOST("sortfield", 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       if (GETPOST("exportcsv",'alpha')) $action = 'export_csv';
       
       // Load variable for pagination
      diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
      index 46575c21143..5613e42b4c4 100644
      --- a/htdocs/accountancy/bookkeeping/list.php
      +++ b/htdocs/accountancy/bookkeeping/list.php
      @@ -36,10 +36,10 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
       // Load translation files required by the page
       $langs->loadLangs(array("accountancy"));
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $search_mvt_num = GETPOST('search_mvt_num', 'int');
      -$search_doc_type = GETPOST("search_doc_type");
      -$search_doc_ref = GETPOST("search_doc_ref");
      +$search_doc_type = GETPOST("search_doc_type", 'alpha');
      +$search_doc_ref = GETPOST("search_doc_ref", 'alpha');
       $search_date_start = dol_mktime(0, 0, 0, GETPOST('search_date_startmonth', 'int'), GETPOST('search_date_startday', 'int'), GETPOST('search_date_startyear', 'int'));
       $search_date_end = dol_mktime(0, 0, 0, GETPOST('search_date_endmonth', 'int'), GETPOST('search_date_endday', 'int'), GETPOST('search_date_endyear', 'int'));
       $search_doc_date = dol_mktime(0, 0, 0, GETPOST('doc_datemonth', 'int'), GETPOST('doc_dateday', 'int'), GETPOST('doc_dateyear', 'int'));
      diff --git a/htdocs/accountancy/bookkeeping/listbyaccount.php b/htdocs/accountancy/bookkeeping/listbyaccount.php
      index c5726901e2e..16ee0883676 100644
      --- a/htdocs/accountancy/bookkeeping/listbyaccount.php
      +++ b/htdocs/accountancy/bookkeeping/listbyaccount.php
      @@ -40,7 +40,7 @@ $langs->loadLangs(array("accountancy"));
       $page = GETPOST("page");
       $sortorder = GETPOST("sortorder");
       $sortfield = GETPOST("sortfield");
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $search_date_start = dol_mktime(0, 0, 0, GETPOST('search_date_startmonth', 'int'), GETPOST('search_date_startday', 'int'), GETPOST('search_date_startyear', 'int'));
       $search_date_end = dol_mktime(0, 0, 0, GETPOST('search_date_endmonth', 'int'), GETPOST('search_date_endday', 'int'), GETPOST('search_date_endyear', 'int'));
       $search_doc_date = dol_mktime(0, 0, 0, GETPOST('doc_datemonth', 'int'), GETPOST('doc_dateday', 'int'), GETPOST('doc_dateyear', 'int'));
      diff --git a/htdocs/accountancy/customer/card.php b/htdocs/accountancy/customer/card.php
      index 677bc627c80..f56e02f601c 100644
      --- a/htdocs/accountancy/customer/card.php
      +++ b/htdocs/accountancy/customer/card.php
      @@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy"));
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/accountancy/expensereport/card.php b/htdocs/accountancy/expensereport/card.php
      index b245e2539a7..da73db896fe 100644
      --- a/htdocs/accountancy/expensereport/card.php
      +++ b/htdocs/accountancy/expensereport/card.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy","trips"));
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/accountancy/supplier/card.php b/htdocs/accountancy/supplier/card.php
      index 439b8625342..4b3122a04c6 100644
      --- a/htdocs/accountancy/supplier/card.php
      +++ b/htdocs/accountancy/supplier/card.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy"));
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php
      index 0ec1968ab34..cd3234643fa 100644
      --- a/htdocs/adherents/admin/adherent_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/adherents/admin/adherent_type_extrafields.php b/htdocs/adherents/admin/adherent_type_extrafields.php
      index 3a5226d00f4..0ab0f55a82e 100644
      --- a/htdocs/adherents/admin/adherent_type_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_type_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent_type'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
      index 91df8e59ea5..c6e2d282e25 100644
      --- a/htdocs/adherents/admin/website.php
      +++ b/htdocs/adherents/admin/website.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("admin","members"));
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       
       if (! $user->admin) accessforbidden();
       
      diff --git a/htdocs/admin/agenda_extrafields.php b/htdocs/admin/agenda_extrafields.php
      index 887fba847e4..5c573be7fe9 100644
      --- a/htdocs/admin/agenda_extrafields.php
      +++ b/htdocs/admin/agenda_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='actioncomm'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/bank.php b/htdocs/admin/bank.php
      index 497d4748da8..3f9d2080d9c 100644
      --- a/htdocs/admin/bank.php
      +++ b/htdocs/admin/bank.php
      @@ -37,7 +37,7 @@ $langs->loadLangs(array("admin","companies","bills","other","banks"));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $value = GETPOST('value', 'alpha');
       $label = GETPOST('label', 'alpha');
       $scandir = GETPOST('scan_dir', 'alpha');
      diff --git a/htdocs/admin/bank_extrafields.php b/htdocs/admin/bank_extrafields.php
      index 3b95c158f27..906111e5f9e 100644
      --- a/htdocs/admin/bank_extrafields.php
      +++ b/htdocs/admin/bank_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='bank_account';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/admin/dav.php b/htdocs/admin/dav.php
      index e882a56e2b8..330c3c00f6a 100644
      --- a/htdocs/admin/dav.php
      +++ b/htdocs/admin/dav.php
      @@ -32,7 +32,7 @@ if (!$user->admin)
           accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index b0bff70585e..db85f2f35eb 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -41,7 +41,7 @@ $langs->loadLangs(array("admin", "other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $contextpage= GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'myobjectcard';   // To manage different context of search
      @@ -145,6 +145,8 @@ if ($action == 'create') {
       
       	print '<table class="border centpercent">'."\n";
       
      +	//unset($fields[]);
      +
       	// Common attributes
       	include DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_add.tpl.php';
       
      diff --git a/htdocs/admin/expedition_extrafields.php b/htdocs/admin/expedition_extrafields.php
      index b7c8ddffa71..8e2782e2e14 100644
      --- a/htdocs/admin/expedition_extrafields.php
      +++ b/htdocs/admin/expedition_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expedition'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/expeditiondet_extrafields.php b/htdocs/admin/expeditiondet_extrafields.php
      index cc5a9bddfa5..3480c537c44 100644
      --- a/htdocs/admin/expeditiondet_extrafields.php
      +++ b/htdocs/admin/expeditiondet_extrafields.php
      @@ -48,7 +48,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expeditiondet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/expensereport_extrafields.php b/htdocs/admin/expensereport_extrafields.php
      index 3fedf935405..ad3dc4732a2 100644
      --- a/htdocs/admin/expensereport_extrafields.php
      +++ b/htdocs/admin/expensereport_extrafields.php
      @@ -44,7 +44,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expensereport'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/livraison_extrafields.php b/htdocs/admin/livraison_extrafields.php
      index 55fe6f10362..2fced5d7a42 100644
      --- a/htdocs/admin/livraison_extrafields.php
      +++ b/htdocs/admin/livraison_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='livraison'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/livraisondet_extrafields.php b/htdocs/admin/livraisondet_extrafields.php
      index e70b4f2d09b..3788730579f 100644
      --- a/htdocs/admin/livraisondet_extrafields.php
      +++ b/htdocs/admin/livraisondet_extrafields.php
      @@ -48,7 +48,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='livraisondet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/loan.php b/htdocs/admin/loan.php
      index 419f6efbee9..a4677e46702 100644
      --- a/htdocs/admin/loan.php
      +++ b/htdocs/admin/loan.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array('admin', 'loan'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       // Other parameters LOAN_*
       $list = array (
      diff --git a/htdocs/admin/multicurrency.php b/htdocs/admin/multicurrency.php
      index 9843c6a4fb0..08d1b110233 100644
      --- a/htdocs/admin/multicurrency.php
      +++ b/htdocs/admin/multicurrency.php
      @@ -38,7 +38,7 @@ if (! $user->admin) {
       }
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       
       /*
      diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php
      index 16827306bda..2405f662de6 100644
      --- a/htdocs/admin/oauth.php
      +++ b/htdocs/admin/oauth.php
      @@ -40,7 +40,7 @@ $langs->loadLangs(array('admin', 'oauth'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       
       /*
      diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php
      index 828bb13384f..6c4745baa69 100644
      --- a/htdocs/admin/order_extrafields.php
      +++ b/htdocs/admin/order_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php
      index 929e49c4ab3..b7954931968 100644
      --- a/htdocs/admin/orderdet_extrafields.php
      +++ b/htdocs/admin/orderdet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commandedet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/resource.php b/htdocs/admin/resource.php
      index 566e57e587b..781af5679d3 100644
      --- a/htdocs/admin/resource.php
      +++ b/htdocs/admin/resource.php
      @@ -37,7 +37,7 @@ $langs->loadLangs(array("admin","resource"));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       
       /*
      diff --git a/htdocs/admin/resource_extrafields.php b/htdocs/admin/resource_extrafields.php
      index b8ea860ac25..ef6eb54c0c1 100644
      --- a/htdocs/admin/resource_extrafields.php
      +++ b/htdocs/admin/resource_extrafields.php
      @@ -44,7 +44,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='resource'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/salaries.php b/htdocs/admin/salaries.php
      index a68a4bda5a6..7bc037e6bba 100644
      --- a/htdocs/admin/salaries.php
      +++ b/htdocs/admin/salaries.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array('admin', 'salaries'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       // Other parameters SALARIES_*
       $list = array (
      diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
      index 3db96ddd8a4..426429b9071 100644
      --- a/htdocs/admin/supplier_invoice.php
      +++ b/htdocs/admin/supplier_invoice.php
      @@ -42,7 +42,7 @@ accessforbidden();
       
       $type=GETPOST('type', 'alpha');
       $value=GETPOST('value', 'alpha');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $scandir = GETPOST('scan_dir','alpha');
       
       $specimenthirdparty=new Societe($db);
      diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php
      index 72050867dfa..5b5c070964e 100644
      --- a/htdocs/admin/supplier_order.php
      +++ b/htdocs/admin/supplier_order.php
      @@ -43,7 +43,7 @@ accessforbidden();
       $type=GETPOST('type', 'alpha');
       $value=GETPOST('value', 'alpha');
       $label = GETPOST('label','alpha');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $scandir = GETPOST('scan_dir','alpha');
       
       $specimenthirdparty=new Societe($db);
      diff --git a/htdocs/admin/supplierinvoice_extrafields.php b/htdocs/admin/supplierinvoice_extrafields.php
      index bbda698a778..0a6f43a66d7 100644
      --- a/htdocs/admin/supplierinvoice_extrafields.php
      +++ b/htdocs/admin/supplierinvoice_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_fourn'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierinvoicedet_extrafields.php b/htdocs/admin/supplierinvoicedet_extrafields.php
      index cdf128871fd..94855870c24 100644
      --- a/htdocs/admin/supplierinvoicedet_extrafields.php
      +++ b/htdocs/admin/supplierinvoicedet_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_fourn_det'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierorder_extrafields.php b/htdocs/admin/supplierorder_extrafields.php
      index 640b6375c57..8922d380169 100644
      --- a/htdocs/admin/supplierorder_extrafields.php
      +++ b/htdocs/admin/supplierorder_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande_fournisseur';  //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierorderdet_extrafields.php b/htdocs/admin/supplierorderdet_extrafields.php
      index 65fe0537ba7..9b6c993e3cb 100644
      --- a/htdocs/admin/supplierorderdet_extrafields.php
      +++ b/htdocs/admin/supplierorderdet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande_fournisseurdet';  //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/ticket.php b/htdocs/admin/ticket.php
      index 5cf72b302c9..478f1082a96 100644
      --- a/htdocs/admin/ticket.php
      +++ b/htdocs/admin/ticket.php
      @@ -37,7 +37,7 @@ if (!$user->admin) {
       
       // Parameters
       $value = GETPOST('value', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $label = GETPOST('label', 'alpha');
       $scandir = GETPOST('scandir', 'alpha');
       $type = 'ticket';
      diff --git a/htdocs/admin/ticket_extrafields.php b/htdocs/admin/ticket_extrafields.php
      index 6fa70808ec8..cebc505b51d 100644
      --- a/htdocs/admin/ticket_extrafields.php
      +++ b/htdocs/admin/ticket_extrafields.php
      @@ -39,7 +39,7 @@ foreach ($tmptype2label as $key => $val) {
           $type2label[$key] = $langs->trans($val);
       }
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $attrname = GETPOST('attrname', 'alpha');
       $elementtype = 'ticket'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
      index 9afe7c5fcb3..e6bde52379b 100644
      --- a/htdocs/admin/tools/listevents.php
      +++ b/htdocs/admin/tools/listevents.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
       if (! $user->admin)
       	accessforbidden();
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm','alpha');
       
       // Security check
      diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php
      index 8ddc1d65525..79e6bc1abba 100644
      --- a/htdocs/admin/tools/listsessions.php
      +++ b/htdocs/admin/tools/listsessions.php
      @@ -31,7 +31,7 @@ $langs->loadLangs(array("companies","install","users","other"));
       if (! $user->admin)
       	accessforbidden();
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php
      index 24a39ce827a..760ccc8a5c3 100644
      --- a/htdocs/admin/workflow.php
      +++ b/htdocs/admin/workflow.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("admin","workflow","propal","workflow","orders","supplie
       
       if (! $user->admin) accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       /*
        * Actions
      diff --git a/htdocs/asset/admin/assets_extrafields.php b/htdocs/asset/admin/assets_extrafields.php
      index f220d5cb849..ea8f015184c 100644
      --- a/htdocs/asset/admin/assets_extrafields.php
      +++ b/htdocs/asset/admin/assets_extrafields.php
      @@ -37,7 +37,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='don'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/asset/admin/assets_type_extrafields.php b/htdocs/asset/admin/assets_type_extrafields.php
      index a791078f37b..56ce8e81102 100644
      --- a/htdocs/asset/admin/assets_type_extrafields.php
      +++ b/htdocs/asset/admin/assets_type_extrafields.php
      @@ -36,7 +36,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent_type'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/asset/admin/setup.php b/htdocs/asset/admin/setup.php
      index 57738309abd..dc6e03fe267 100644
      --- a/htdocs/asset/admin/setup.php
      +++ b/htdocs/asset/admin/setup.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array("admin", "assets"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array('FIXEDASSETS_MYPARAM1'=>array('css'=>'minwidth200'), 'FIXEDASSETS_MYPARAM2'=>array('css'=>'minwidth500'));
      diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php
      index 4f7061aed20..624543a0660 100644
      --- a/htdocs/asset/card.php
      +++ b/htdocs/asset/card.php
      @@ -34,7 +34,7 @@ $langs->loadLangs(array("asset"));
       // Get parameters
       $id         = GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action     = GETPOST('action', 'alpha');
      +$action     = GETPOST('action', 'aZ09');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/asset/note.php b/htdocs/asset/note.php
      index f76c6ea028f..a4595f266fe 100644
      --- a/htdocs/asset/note.php
      +++ b/htdocs/asset/note.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("asset","companies"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/categories/admin/categorie_extrafields.php b/htdocs/categories/admin/categorie_extrafields.php
      index abea3f41eeb..a0bd11eb807 100644
      --- a/htdocs/categories/admin/categorie_extrafields.php
      +++ b/htdocs/categories/admin/categorie_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='categorie'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php
      index a5998e220f7..d6879c7a3d9 100644
      --- a/htdocs/comm/action/document.php
      +++ b/htdocs/comm/action/document.php
      @@ -40,7 +40,7 @@ if (! empty($conf->projet->enabled)) require_once DOL_DOCUMENT_ROOT.'/projet/cla
       $langs->loadLangs(array('companies', 'commercial', 'other', 'bills'));
       
       $id = GETPOST('id', 'int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm = GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/comm/admin/propal_extrafields.php b/htdocs/comm/admin/propal_extrafields.php
      index becfabc949c..714a330ce05 100644
      --- a/htdocs/comm/admin/propal_extrafields.php
      +++ b/htdocs/comm/admin/propal_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='propal'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/comm/admin/propaldet_extrafields.php b/htdocs/comm/admin/propaldet_extrafields.php
      index 7172c0e5b7c..f7508005f59 100644
      --- a/htdocs/comm/admin/propaldet_extrafields.php
      +++ b/htdocs/comm/admin/propaldet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       
       $elementtype='propaldet'; //Must be the $table_element of the class that manage extrafield
      diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
      index cb384408e91..7467985d34a 100644
      --- a/htdocs/comm/index.php
      +++ b/htdocs/comm/index.php
      @@ -40,7 +40,7 @@ if (! $user->rights->societe->lire) accessforbidden();
       // Load translation files required by the page
       $langs->loadLangs(array("commercial", "propal"));
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $bid=GETPOST('bid', 'int');
       
       // Securite acces client
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index f07a5cdfac8..fe6946fc111 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -68,7 +68,7 @@ $error = 0;
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $origin = GETPOST('origin', 'alpha');
       $originid = GETPOST('originid', 'int');
      diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
      index f468bd4b146..17cbe9d670f 100644
      --- a/htdocs/commande/card.php
      +++ b/htdocs/commande/card.php
      @@ -66,7 +66,7 @@ if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('orderid', 'int'));
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       $lineid = GETPOST('lineid', 'int');
      diff --git a/htdocs/compta/bank/document.php b/htdocs/compta/bank/document.php
      index f908b68b35c..4f73a9972a4 100644
      --- a/htdocs/compta/bank/document.php
      +++ b/htdocs/compta/bank/document.php
      @@ -36,7 +36,7 @@ $langs->loadLangs(array('banks', 'companies', 'other'));
       
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('account', 'int'));
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $confirm = GETPOST('confirm', 'alpha');
       
       $mesg = '';
      diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php
      index 3f1bede8e20..5dad19a9b45 100644
      --- a/htdocs/compta/bank/releve.php
      +++ b/htdocs/compta/bank/releve.php
      @@ -44,7 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php';
       // Load translation files required by the page
       $langs->loadLangs(array("banks","categories","companies","bills","trips"));
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $id=GETPOST('account','int');
       $ref=GETPOST('ref','alpha');
       $dvid=GETPOST('dvid','alpha');
      diff --git a/htdocs/compta/bank/various_payment/card.php b/htdocs/compta/bank/various_payment/card.php
      index 0f417777417..bfa0eb71615 100644
      --- a/htdocs/compta/bank/various_payment/card.php
      +++ b/htdocs/compta/bank/various_payment/card.php
      @@ -41,7 +41,7 @@ $langs->loadLangs(array("compta", "banks", "bills", "users", "accountancy"));
       
       // Get parameters
       $id			= GETPOST('id', 'int');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $cancel		= GETPOST('cancel', 'aZ09');
       $backtopage	= GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/compta/facture/admin/facture_cust_extrafields.php b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      index 1fe26e82a54..b284d5a906b 100644
      --- a/htdocs/compta/facture/admin/facture_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      index 23c0d79a33c..1b9da2c5536 100644
      --- a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_rec'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      index 0947f788719..bbd79ad6153 100644
      --- a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facturedet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      index 46d9ed28335..049b44f6b10 100644
      --- a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facturedet_rec'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 7366a091056..6bbaf318de8 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -75,7 +75,7 @@ $projectid = (GETPOST('projectid','int') ? GETPOST('projectid', 'int') : 0);
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('facid', 'int')); // For backward compatibility
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $confirm = GETPOST('confirm', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $lineid = GETPOST('lineid', 'int');
      diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
      index 692849d2fa6..45a0b452dd9 100644
      --- a/htdocs/compta/index.php
      +++ b/htdocs/compta/index.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array('compta', 'bills'));
       if (! empty($conf->commande->enabled))
       	$langs->load("orders");
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $bid=GETPOST('bid', 'int');
       
       // Security check
      diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
      index 9f42ef9b16c..10276132e69 100644
      --- a/htdocs/compta/paiement/cheque/card.php
      +++ b/htdocs/compta/paiement/cheque/card.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array('banks', 'categories', 'bills', 'companies', 'compta'));
       
       $id =GETPOST('id','int');
       $ref=GETPOST('ref', 'alpha');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
      index 38cee6b8434..bc36a5bd163 100644
      --- a/htdocs/compta/paiement_charge.php
      +++ b/htdocs/compta/paiement_charge.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
       $langs->load("bills");
       
       $chid=GETPOST("id", 'int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $amounts = array();
       
       // Security check
      diff --git a/htdocs/contrat/admin/contract_extrafields.php b/htdocs/contrat/admin/contract_extrafields.php
      index d19c91e0bf2..b3ddec32c43 100644
      --- a/htdocs/contrat/admin/contract_extrafields.php
      +++ b/htdocs/contrat/admin/contract_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='contrat';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/contrat/admin/contractdet_extrafields.php b/htdocs/contrat/admin/contractdet_extrafields.php
      index af2585eaf3a..fadfdfb72a6 100644
      --- a/htdocs/contrat/admin/contractdet_extrafields.php
      +++ b/htdocs/contrat/admin/contractdet_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='contratdet';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/core/ajax/selectobject.php b/htdocs/core/ajax/selectobject.php
      index 0c52c490512..23baabe4bed 100644
      --- a/htdocs/core/ajax/selectobject.php
      +++ b/htdocs/core/ajax/selectobject.php
      @@ -33,7 +33,7 @@ $objectdesc=GETPOST('objectdesc', 'alpha');
       $htmlname=GETPOST('htmlname', 'aZ09');
       $sqlfilter=GETPOST('sqlfilter', 'alpha');
       $outjson=(GETPOST('outjson', 'int') ? GETPOST('outjson', 'int') : 0);
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $id=GETPOST('id', 'int');
       
       
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 1210e4da56e..e7c0cfe2f7e 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6811,18 +6811,19 @@ function dol_getIdFromCode($db, $key, $tablename, $fieldkey='code', $fieldid='id
        * Verify if condition in string is ok or not
        *
        * @param 	string		$strRights		String with condition to check
      - * @return 	boolean						True or False. Return true if strRights is ''
      + * @return 	boolean						True or False. Return True if strRights is ''
        */
       function verifCond($strRights)
       {
       	global $user,$conf,$langs;
      -	global $leftmenu;
      +	global $action,$leftmenu;
       	global $rights;    // To export to dol_eval function
       
       	//print $strRights."<br>\n";
       	$rights = true;
       	if ($strRights != '')
       	{
      +		$action = preg_replace('/[a-zA-Z0-9_')
       		//$tab_rights = explode('&&', $strRights);
       		//$i = 0;
       		//while (($i < count($tab_rights)) && ($rights == true)) {
      diff --git a/htdocs/core/modules/oauth/github_oauthcallback.php b/htdocs/core/modules/oauth/github_oauthcallback.php
      index 052964eca66..23108f74365 100644
      --- a/htdocs/core/modules/oauth/github_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/github_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/core/modules/oauth/google_oauthcallback.php b/htdocs/core/modules/oauth/google_oauthcallback.php
      index b63aca5bdf6..67a0a2f36f0 100644
      --- a/htdocs/core/modules/oauth/google_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/google_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/core/modules/oauth/stripetest_oauthcallback.php b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      index 3a663cd7162..6a4c7bfda2a 100644
      --- a/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/core/tpl/commonfields_add.tpl.php b/htdocs/core/tpl/commonfields_add.tpl.php
      index 0ea4e6fa03b..1e85f1ef833 100644
      --- a/htdocs/core/tpl/commonfields_add.tpl.php
      +++ b/htdocs/core/tpl/commonfields_add.tpl.php
      @@ -40,8 +40,8 @@ foreach($object->fields as $key => $val)
       	// Discard if extrafield is a hidden field on form
       	if (abs($val['visible']) != 1) continue;
       
      -	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue;	// We don't want this field
      -
      +	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! verifCond($val['enabled'])) continue;	// We don't want this field
      +	var_dump($val['enabled']);
       	print '<tr id="field_'.$key.'">';
       	print '<td';
       	print ' class="titlefieldcreate';
      diff --git a/htdocs/datapolicy/admin/setup.php b/htdocs/datapolicy/admin/setup.php
      index 8e92e1e6231..f7974f488d9 100644
      --- a/htdocs/datapolicy/admin/setup.php
      +++ b/htdocs/datapolicy/admin/setup.php
      @@ -37,7 +37,7 @@ $langs->load('datapolicy@datapolicy');
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/datapolicy/admin/setupmail.php b/htdocs/datapolicy/admin/setupmail.php
      index 214f673a15f..217ef55d7b2 100644
      --- a/htdocs/datapolicy/admin/setupmail.php
      +++ b/htdocs/datapolicy/admin/setupmail.php
      @@ -29,7 +29,7 @@ $langs->loadLangs(array('admin', 'companies', 'members', 'datapolicy'));
       
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       $formadmin = new FormAdmin($db);
       
      diff --git a/htdocs/datapolicy/public/index.php b/htdocs/datapolicy/public/index.php
      index 58f7968f05d..1fd394a21dd 100644
      --- a/htdocs/datapolicy/public/index.php
      +++ b/htdocs/datapolicy/public/index.php
      @@ -39,7 +39,7 @@ dol_include_once('/datapolicy/class/datapolicy.class.php');
       $idc = GETPOST('c', 'int');
       $ids = GETPOST('s', 'int');
       $ida = GETPOST('a', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $lang = GETPOST('l', 'alpha');
       $code = GETPOST('key', 'alpha');
       
      diff --git a/htdocs/don/admin/donation_extrafields.php b/htdocs/don/admin/donation_extrafields.php
      index c819cde1e08..98bae66d22e 100644
      --- a/htdocs/don/admin/donation_extrafields.php
      +++ b/htdocs/don/admin/donation_extrafields.php
      @@ -37,7 +37,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='don'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index b4a4f0c7da6..962bd9ee902 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -79,18 +79,18 @@ class EmailCollector extends CommonObject
       	public $fields=array(
       	    'rowid'         => array('type'=>'integer', 'label'=>'TechnicalID','visible'=>2, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1),
       		'entity'        =>array('type'=>'integer',      'label'=>'Entity',           'enabled'=>1, 'visible'=>0,  'default'=>1, 'notnull'=>1,  'index'=>1, 'position'=>20),
      -		'ref'           =>array('type'=>'varchar(128)', 'label'=>'Ref',              'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1),
      -		'label'         => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'notnull'=>-1, 'searchall'=>1),
      -		'description'   => array('type'=>'text', 'label'=>'Description', 'visible'=>-1, 'enabled'=>1, 'position'=>60, 'notnull'=>-1, 'searchall'=>1),
      -		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMPA server",),
      -		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login",),
      -		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password",),
      +		'ref'           =>array('type'=>'varchar(128)', 'label'=>'Ref',              'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'help'=>'Example: MyCollector1'),
      +		'label'         => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'notnull'=>-1, 'searchall'=>1, 'help'=>'Example: My Email collector'),
      +		'description'   => array('type'=>'text', 'label'=>'Description', 'visible'=>-1, 'enabled'=>1, 'position'=>60, 'notnull'=>-1),
      +		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMAP server", 'help'=>'Example: imap.gmail.com'),
      +		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login", 'help'=>'Example: myacount@gmail.com'),
      +		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password"),
       		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>1, 'default' => 'Inbox'),
       		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
       		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
       		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>0, 'comment'=>"Where to store messages once processed"),
      -		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>-2, 'enabled'=>1, 'position'=>121, 'notnull'=>-1,),
      -		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>1, 'position'=>122, 'notnull'=>-1,),
      +		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>1, 'enabled'=>'$action != "create"', 'position'=>121, 'notnull'=>-1,),
      +		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>'$action != "create"', 'position'=>122, 'notnull'=>-1,),
       		'note_public'   => array('type'=>'html', 'label'=>'NotePublic', 'visible'=>0, 'enabled'=>1, 'position'=>61, 'notnull'=>-1,),
       		'note_private'  => array('type'=>'html', 'label'=>'NotePrivate', 'visible'=>0, 'enabled'=>1, 'position'=>62, 'notnull'=>-1,),
       		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,),
      diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php
      index f0060ffd029..f8816dabbf0 100644
      --- a/htdocs/exports/export.php
      +++ b/htdocs/exports/export.php
      @@ -124,7 +124,7 @@ $entitytolang = array(
       $array_selected=isset($_SESSION["export_selected_fields"])?$_SESSION["export_selected_fields"]:array();
       $array_filtervalue=isset($_SESSION["export_filtered_fields"])?$_SESSION["export_filtered_fields"]:array();
       $datatoexport=GETPOST("datatoexport");
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       $step=GETPOST("step")?GETPOST("step"):1;
       $export_name=GETPOST("export_name");
      diff --git a/htdocs/fichinter/admin/fichinter_extrafields.php b/htdocs/fichinter/admin/fichinter_extrafields.php
      index bcda9b4847b..c82fa3a0bdc 100644
      --- a/htdocs/fichinter/admin/fichinter_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinter_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='fichinter';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/fichinter/admin/fichinterdet_extrafields.php b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      index 8046ef41a18..bcdfb484fdd 100644
      --- a/htdocs/fichinter/admin/fichinterdet_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='fichinterdet';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 4b8aa9bb43d..c53c9ed8688 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -51,7 +51,7 @@ $langs->loadLangs(array("interventions","admin","compta","bills"));
       
       // Security check
       $id=(GETPOST('fichinterid', 'int')?GETPOST('fichinterid', 'int'):GETPOST('id', 'int'));
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       if ($user->societe_id) $socid=$user->societe_id;
       $objecttype = 'fichinter_rec';
       if ($action == "create" || $action == "add") $objecttype = '';
      diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php
      index c69c92ead29..77d40736e50 100644
      --- a/htdocs/fourn/commande/contact.php
      +++ b/htdocs/fourn/commande/contact.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array("facture","orders","sendings","companies"));
       
       $id		= GETPOST('id', 'int');
       $ref	= GETPOST('ref', 'alpha');
      -$action	= GETPOST('action', 'alpha');
      +$action	= GETPOST('action', 'aZ09');
       
       // Security check
       if ($user->societe_id) $socid=$user->societe_id;
      diff --git a/htdocs/fourn/commande/orderstoinvoice.php b/htdocs/fourn/commande/orderstoinvoice.php
      index 5456627384e..a6b22c52766 100644
      --- a/htdocs/fourn/commande/orderstoinvoice.php
      +++ b/htdocs/fourn/commande/orderstoinvoice.php
      @@ -49,7 +49,7 @@ if (! $user->rights->fournisseur->facture->creer)
       
       $id = (GETPOST('id') ? GETPOST('id', 'int') : GETPOST("facid")); // For backward compatibility
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $confirm = GETPOST('confirm', 'alpha');
       $sref = GETPOST('sref');
       $sref_client = GETPOST('sref_client');
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index a1bf6e3fa6a..a16ed1a1115 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -39,7 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/holiday.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/holiday/common.inc.php';
       
       // Get parameters
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $id=GETPOST('id', 'int');
       $ref=GETPOST('ref', 'alpha');
       $fuserid = (GETPOST('fuserid','int')?GETPOST('fuserid','int'):$user->id);
      diff --git a/htdocs/hrm/admin/admin_hrm.php b/htdocs/hrm/admin/admin_hrm.php
      index c61480347bb..3c3f3123f3e 100644
      --- a/htdocs/hrm/admin/admin_hrm.php
      +++ b/htdocs/hrm/admin/admin_hrm.php
      @@ -30,7 +30,7 @@ $langs->loadLangs(array('admin', 'hrm'));
       if (! $user->admin)
       	accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       // Other parameters HRM_*
       $list = array (
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 5f8af37833c..72d87a358a9 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1820,6 +1820,7 @@ EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
       MailboxTargetDirectory=Mailbox target directory
       CollectNow=Collect now
      +DateLastResult=Date last collect
       LastResult=Last result
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
      diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
      index 06b9d6e5682..4cf7b3ef411 100644
      --- a/htdocs/livraison/card.php
      +++ b/htdocs/livraison/card.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("sendings","bills",'deliveries','orders'));
       
       if (!empty($conf->incoterm->enabled)) $langs->load('incoterm');
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       $backtopage=GETPOST('backtopage','alpha');
       
      diff --git a/htdocs/modulebuilder/admin/setup.php b/htdocs/modulebuilder/admin/setup.php
      index 6ca9bfe2a1e..00baa0f42d4 100644
      --- a/htdocs/modulebuilder/admin/setup.php
      +++ b/htdocs/modulebuilder/admin/setup.php
      @@ -29,7 +29,7 @@ $langs->loadLangs(array("admin", "other", "modulebuilder"));
       if (!$user->admin || empty($conf->modulebuilder->enabled))
           accessforbidden();
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       /*
      diff --git a/htdocs/modulebuilder/template/admin/about.php b/htdocs/modulebuilder/template/admin/about.php
      index e580c6c7457..1ddcd3126d8 100644
      --- a/htdocs/modulebuilder/template/admin/about.php
      +++ b/htdocs/modulebuilder/template/admin/about.php
      @@ -48,7 +48,7 @@ $langs->loadLangs(array("errors","admin","mymodule@mymodule"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       
      diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
      index 6e0be4d0011..06600d3918e 100644
      --- a/htdocs/modulebuilder/template/admin/setup.php
      +++ b/htdocs/modulebuilder/template/admin/setup.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("admin", "mymodule@mymodule"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/modulebuilder/template/mymoduleindex.php b/htdocs/modulebuilder/template/mymoduleindex.php
      index b2b9356217e..969882902c8 100644
      --- a/htdocs/modulebuilder/template/mymoduleindex.php
      +++ b/htdocs/modulebuilder/template/mymoduleindex.php
      @@ -44,7 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("mymodule@mymodule"));
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       
       
       // Securite acces client
      diff --git a/htdocs/modulebuilder/template/myobject_agenda.php b/htdocs/modulebuilder/template/myobject_agenda.php
      index 9c6c9265592..c7ea9b9db2e 100644
      --- a/htdocs/modulebuilder/template/myobject_agenda.php
      +++ b/htdocs/modulebuilder/template/myobject_agenda.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("mymodule@mymodule","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php
      index 2fd970a33a4..63d1664e1ff 100644
      --- a/htdocs/modulebuilder/template/myobject_card.php
      +++ b/htdocs/modulebuilder/template/myobject_card.php
      @@ -68,7 +68,7 @@ $langs->loadLangs(array("mymodule@mymodule","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $contextpage= GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'myobjectcard';   // To manage different context of search
      diff --git a/htdocs/modulebuilder/template/myobject_note.php b/htdocs/modulebuilder/template/myobject_note.php
      index 876c5e105a6..c579f735a46 100644
      --- a/htdocs/modulebuilder/template/myobject_note.php
      +++ b/htdocs/modulebuilder/template/myobject_note.php
      @@ -46,7 +46,7 @@ $langs->loadLangs(array("mymodule@mymodule","companies"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php
      index 4f40c85e2a9..49b2f49aff8 100644
      --- a/htdocs/product/admin/dynamic_prices.php
      +++ b/htdocs/product/admin/dynamic_prices.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_global_variab
       $langs->load("products");
       
       $id = GETPOST('id', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $save = GETPOST('save', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $selection = GETPOST('selection', 'int');
      diff --git a/htdocs/product/admin/product_extrafields.php b/htdocs/product/admin/product_extrafields.php
      index 82eafd230d7..342c468bbec 100644
      --- a/htdocs/product/admin/product_extrafields.php
      +++ b/htdocs/product/admin/product_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='product'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/product/admin/product_lot_extrafields.php b/htdocs/product/admin/product_lot_extrafields.php
      index 8e57daf7491..a7b076850ff 100644
      --- a/htdocs/product/admin/product_lot_extrafields.php
      +++ b/htdocs/product/admin/product_lot_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='product_lot'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
      index cce0f4254a0..61903819fff 100644
      --- a/htdocs/product/ajax/products.php
      +++ b/htdocs/product/ajax/products.php
      @@ -39,7 +39,7 @@ $mode = GETPOST('mode', 'int');
       $status = ((GETPOST('status', 'int') >= 0) ? GETPOST('status', 'int') : - 1);
       $outjson = (GETPOST('outjson', 'int') ? GETPOST('outjson', 'int') : 0);
       $price_level = GETPOST('price_level', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $id = GETPOST('id', 'int');
       $price_by_qty_rowid = GETPOST('pbq', 'int');
       $finished = GETPOST('finished', 'int');
      diff --git a/htdocs/product/dynamic_price/editor.php b/htdocs/product/dynamic_price/editor.php
      index baa738c20c5..8227fd7a37f 100644
      --- a/htdocs/product/dynamic_price/editor.php
      +++ b/htdocs/product/dynamic_price/editor.php
      @@ -33,7 +33,7 @@ $langs->loadLangs(array('products', 'accountancy')); //"Back" translation is on
       
       $id = GETPOST('id', 'int');
       $eid = GETPOST('eid', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $title = GETPOST('expression_title', 'alpha');
       $expression = GETPOST('expression');
       $tab = GETPOST('tab', 'alpha');
      diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
      index 7ad740eab0a..e15320932b4 100644
      --- a/htdocs/product/fournisseurs.php
      +++ b/htdocs/product/fournisseurs.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('products', 'suppliers', 'bills', 'margins'));
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $rowid=GETPOST('rowid','int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $cancel=GETPOST('cancel', 'alpha');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'pricesuppliercard';
       
      diff --git a/htdocs/product/inventory/card.php b/htdocs/product/inventory/card.php
      index 2784e3c303b..75662a8111b 100644
      --- a/htdocs/product/inventory/card.php
      +++ b/htdocs/product/inventory/card.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("stocks","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
      diff --git a/htdocs/product/price.php b/htdocs/product/price.php
      index 561e6663b42..6e1ccb28991 100644
      --- a/htdocs/product/price.php
      +++ b/htdocs/product/price.php
      @@ -52,7 +52,7 @@ $mesg=''; $error=0; $errors=array();
       
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $cancel = GETPOST('cancel', 'alpha');
       $eid = GETPOST('eid', 'int');
       
      diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php
      index 15ccd50bf76..e2719d4ca7c 100644
      --- a/htdocs/projet/admin/project_extrafields.php
      +++ b/htdocs/projet/admin/project_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='projet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/projet/admin/project_task_extrafields.php b/htdocs/projet/admin/project_task_extrafields.php
      index 90729840035..720a54db4c7 100644
      --- a/htdocs/projet/admin/project_task_extrafields.php
      +++ b/htdocs/projet/admin/project_task_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='projet_task';
       
      diff --git a/htdocs/projet/ajax/projects.php b/htdocs/projet/ajax/projects.php
      index f2417df5353..2abd6535875 100644
      --- a/htdocs/projet/ajax/projects.php
      +++ b/htdocs/projet/ajax/projects.php
      @@ -35,7 +35,7 @@ require '../../main.inc.php';
       
       $htmlname=GETPOST('htmlname','alpha');
       $socid=GETPOST('socid','int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $id=GETPOST('id', 'int');
       $discard_closed =GETPOST('discardclosed','int');
       
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 31f860dbf9b..4c6cda8ba12 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array("users", "projects"));
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $taskref = GETPOST('taskref', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage=GETPOST('backtopage','alpha');
       $cancel=GETPOST('cancel','alpha');
       
      diff --git a/htdocs/public/ticket/create_ticket.php b/htdocs/public/ticket/create_ticket.php
      index d451d96d011..98f183f159d 100644
      --- a/htdocs/public/ticket/create_ticket.php
      +++ b/htdocs/public/ticket/create_ticket.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('companies', 'other', 'mails', 'ticket'));
       $id = GETPOST('id', 'int');
       $msg_id = GETPOST('msg_id', 'int');
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       $object = new Ticket($db);
       
      diff --git a/htdocs/public/ticket/index.php b/htdocs/public/ticket/index.php
      index 52b3b843fa1..561cf166d6b 100644
      --- a/htdocs/public/ticket/index.php
      +++ b/htdocs/public/ticket/index.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('companies', 'other', 'ticket', 'errors'));
       
       // Get parameters
       $track_id = GETPOST('track_id', 'alpha');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       /***************************************************
        * VIEW
      diff --git a/htdocs/public/ticket/list.php b/htdocs/public/ticket/list.php
      index 5ab17fedba2..0d67e983143 100644
      --- a/htdocs/public/ticket/list.php
      +++ b/htdocs/public/ticket/list.php
      @@ -44,7 +44,7 @@ $langs->loadLangs(array("companies","other","ticket"));
       
       // Get parameters
       $track_id = GETPOST('track_id', 'alpha');
      -$action = GETPOST('action', 'alpha', 3);
      +$action = GETPOST('action', 'aZ09');
       $email = GETPOST('email', 'alpha');
       
       if (GETPOST('btn_view_ticket_list')) {
      diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php
      index b5288b97a25..af4585622dd 100644
      --- a/htdocs/public/ticket/view.php
      +++ b/htdocs/public/ticket/view.php
      @@ -45,7 +45,7 @@ $langs->loadLangs(array("companies","other","ticket"));
       
       // Get parameters
       $track_id = GETPOST('track_id', 'alpha');
      -$action = GETPOST('action', 'alpha', 3);
      +$action = GETPOST('action', 'aZ09');
       $email = GETPOST('email', 'alpha');
       
       if (GETPOST('btn_view_ticket')) {
      diff --git a/htdocs/societe/admin/contact_extrafields.php b/htdocs/societe/admin/contact_extrafields.php
      index 5eaba3c1cb1..06c37517eeb 100644
      --- a/htdocs/societe/admin/contact_extrafields.php
      +++ b/htdocs/societe/admin/contact_extrafields.php
      @@ -38,7 +38,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='socpeople'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php
      index 0835df13e22..42ec3d274c2 100644
      --- a/htdocs/societe/admin/societe_extrafields.php
      +++ b/htdocs/societe/admin/societe_extrafields.php
      @@ -38,7 +38,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='societe';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/societe/ajax/company.php b/htdocs/societe/ajax/company.php
      index d62c8a445d6..5470e6315f1 100644
      --- a/htdocs/societe/ajax/company.php
      +++ b/htdocs/societe/ajax/company.php
      @@ -34,7 +34,7 @@ require '../../main.inc.php';
       $htmlname=GETPOST('htmlname','alpha');
       $filter=GETPOST('filter','alpha');
       $outjson=(GETPOST('outjson','int') ? GETPOST('outjson','int') : 0);
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $id=GETPOST('id', 'int');
       $showtype=GETPOST('showtype','int');
       
      diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
      index a9b280a3f47..5522f7f1cb2 100644
      --- a/htdocs/societe/price.php
      +++ b/htdocs/societe/price.php
      @@ -40,7 +40,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
       
       $langs->loadLangs(array("products", "companies", "bills"));
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $search_prod = GETPOST('search_prod','alpha');
       $cancel = GETPOST('cancel','alpha');
       
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      index 24ae20848f1..08c6f8e557e 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      @@ -33,7 +33,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='supplier_proposal'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      index 7d153a78cdc..c5be8e9ec22 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       
       $elementtype='supplier_proposaldet'; //Must be the $table_element of the class that manage extrafield
      diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
      index 248165727cf..b6523ca39e5 100644
      --- a/htdocs/supplier_proposal/card.php
      +++ b/htdocs/supplier_proposal/card.php
      @@ -57,7 +57,7 @@ $error = 0;
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $origin = GETPOST('origin', 'alpha');
       $originid = GETPOST('originid', 'int');
       $confirm = GETPOST('confirm', 'alpha');
      diff --git a/htdocs/supplier_proposal/contact.php b/htdocs/supplier_proposal/contact.php
      index 881fae4d1a7..68e2d8a9a04 100644
      --- a/htdocs/supplier_proposal/contact.php
      +++ b/htdocs/supplier_proposal/contact.php
      @@ -36,7 +36,7 @@ $langs->loadLangs(array("propal","facture","orders","sendings","companies"));
       
       $id		= GETPOST('id', 'int');
       $ref	= GETPOST('ref', 'alpha');
      -$action	= GETPOST('action', 'alpha');
      +$action	= GETPOST('action', 'aZ09');
       
       // Security check
       if ($user->societe_id) $socid=$user->societe_id;
      diff --git a/htdocs/takepos/admin/about.php b/htdocs/takepos/admin/about.php
      index 27b5e51b03b..0f01b89c2b7 100644
      --- a/htdocs/takepos/admin/about.php
      +++ b/htdocs/takepos/admin/about.php
      @@ -36,7 +36,7 @@ if (! $user->admin) {
       }
       
       // Parameters
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       
      diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
      index c4718c395b3..ef78b5eff45 100644
      --- a/htdocs/ticket/card.php
      +++ b/htdocs/ticket/card.php
      @@ -49,7 +49,7 @@ $id        = GETPOST('id', 'int');
       $track_id  = GETPOST('track_id', 'alpha', 3);
       $ref       = GETPOST('ref', 'alpha');
       $projectid = GETPOST('projectid', 'int');
      -$action    = GETPOST('action', 'alpha', 3);
      +$action    = GETPOST('action', 'aZ09');
       
       // Initialize technical object to manage hooks of ticket. Note that conf->hooks_modules contains array array
       $hookmanager->initHooks(array('ticketcard','globalcard'));
      diff --git a/htdocs/ticket/history.php b/htdocs/ticket/history.php
      index c840f3aa1a8..7efe7562a03 100644
      --- a/htdocs/ticket/history.php
      +++ b/htdocs/ticket/history.php
      @@ -40,7 +40,7 @@ $langs->loadLangs(array('companies', 'other', 'ticket'));
       $id = GETPOST('id', 'int');
       $track_id = GETPOST('track_id', 'alpha', 3);
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'alpha', 3);
      +$action = GETPOST('action', 'aZ09');
       
       // Security check
       if (!$user->rights->ticket->read) {
      diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php
      index 1f01e335a7c..086ea63bc0e 100644
      --- a/htdocs/ticket/index.php
      +++ b/htdocs/ticket/index.php
      @@ -35,7 +35,7 @@ $HEIGHT = DolGraph::getDefaultGraphSizeForStats('height');
       $id = GETPOST('id', 'int');
       $msg_id = GETPOST('msg_id', 'int');
       
      -$action = GETPOST('action', 'alpha', 3);
      +$action = GETPOST('action', 'aZ09');
       
       if ($user->societe_id) {
           $socid = $user->societe_id;
      diff --git a/htdocs/ticket/new.php b/htdocs/ticket/new.php
      index 8f33d87c804..267e3e63847 100644
      --- a/htdocs/ticket/new.php
      +++ b/htdocs/ticket/new.php
      @@ -37,7 +37,7 @@ $contactid = GETPOST('contactid', 'int');
       $msg_id = GETPOST('msg_id', 'int');
       $notifyTiers = GETPOST("notify_tiers_at_create", 'alpha');
       
      -$action = GETPOST('action', 'alpha', 3);
      +$action = GETPOST('action', 'aZ09');
       
       // Protection if external user
       if (!$user->rights->ticket->read || !$user->rights->ticket->write) {
      diff --git a/htdocs/user/admin/group_extrafields.php b/htdocs/user/admin/group_extrafields.php
      index 48e2b4091d6..4d83be42e28 100644
      --- a/htdocs/user/admin/group_extrafields.php
      +++ b/htdocs/user/admin/group_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='usergroup'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/user/admin/user_extrafields.php b/htdocs/user/admin/user_extrafields.php
      index 81dc7c290c1..0367bbafce2 100644
      --- a/htdocs/user/admin/user_extrafields.php
      +++ b/htdocs/user/admin/user_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='user'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php
      index 44eef8dfc1f..d67125f181f 100644
      --- a/htdocs/user/group/card.php
      +++ b/htdocs/user/group/card.php
      @@ -46,7 +46,7 @@ if (! empty($conf->global->MAIN_USE_ADVANCED_PERMS))
       $langs->loadLangs(array('users', 'other'));
       
       $id         = GETPOST('id', 'int');
      -$action     = GETPOST('action', 'alpha');
      +$action     = GETPOST('action', 'aZ09');
       $cancel     = GETPOST('cancel', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'groupcard';   // To manage different context of search
      diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
      index 5bc6130a2b6..8663266f4c7 100644
      --- a/htdocs/user/group/ldap.php
      +++ b/htdocs/user/group/ldap.php
      @@ -45,7 +45,7 @@ if (! empty($conf->global->MAIN_USE_ADVANCED_PERMS))
       }
       
       $id = GETPOST('id', 'int');
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       $socid=0;
       if ($user->societe_id > 0) $socid = $user->societe_id;
      diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php
      index 4b4b181cdc8..31773072d40 100644
      --- a/htdocs/user/group/perms.php
      +++ b/htdocs/user/group/perms.php
      @@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
       $langs->loadLangs(array('users', 'admin'));
       
       $id=GETPOST('id','int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       $module=GETPOST('module', 'alpha');
       $rights=GETPOST('rights', 'int');
      diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
      index 26555d6f59e..d60e14c6fcf 100644
      --- a/htdocs/user/passwordforgotten.php
      +++ b/htdocs/user/passwordforgotten.php
      @@ -41,7 +41,7 @@ if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK))
           exit;
       }
       
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $mode=$dolibarr_main_authentication;
       if (! $mode) $mode='http';
       
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index 8b7599f3707..ed1c8d20d79 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
       $langs->loadLangs(array('users', 'admin'));
       
       $id=GETPOST('id', 'int');
      -$action=GETPOST('action', 'alpha');
      +$action=GETPOST('action', 'aZ09');
       $confirm=GETPOST('confirm', 'alpha');
       $module=GETPOST('module', 'alpha');
       $rights=GETPOST('rights', 'int');
      diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php
      index 49965b9009a..6c33de77e32 100644
      --- a/htdocs/website/websiteaccount_card.php
      +++ b/htdocs/website/websiteaccount_card.php
      @@ -34,7 +34,7 @@ $langs->loadLangs(array("website","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'alpha');
      +$action		= GETPOST('action', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
      
      From 763f3cd5189c0dbc9b18e9da15788da71773a4c6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 18:10:38 +0100
      Subject: [PATCH 0782/1013] Debug modulebuilder
      
      ---
       htdocs/core/lib/functions.lib.php                  | 14 ++++----------
       htdocs/core/tpl/commonfields_add.tpl.php           |  2 +-
       htdocs/core/tpl/commonfields_edit.tpl.php          |  2 +-
       htdocs/core/tpl/commonfields_view.tpl.php          |  2 +-
       .../emailcollector/class/emailcollector.class.php  |  4 ++--
       5 files changed, 9 insertions(+), 15 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index e7c0cfe2f7e..27af555c3d2 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6816,21 +6816,15 @@ function dol_getIdFromCode($db, $key, $tablename, $fieldkey='code', $fieldid='id
       function verifCond($strRights)
       {
       	global $user,$conf,$langs;
      -	global $action,$leftmenu;
      +	global $leftmenu;
       	global $rights;    // To export to dol_eval function
       
       	//print $strRights."<br>\n";
       	$rights = true;
       	if ($strRights != '')
       	{
      -		$action = preg_replace('/[a-zA-Z0-9_')
      -		//$tab_rights = explode('&&', $strRights);
      -		//$i = 0;
      -		//while (($i < count($tab_rights)) && ($rights == true)) {
       		$str = 'if(!(' . $strRights . ')) { $rights = false; }';
      -		dol_eval($str);
      -		//	$i++;
      -		//}
      +		dol_eval($str);		// The dol_eval must contains all the global $xxx used into a condition
       	}
       	return $rights;
       }
      @@ -6847,8 +6841,8 @@ function verifCond($strRights)
       function dol_eval($s, $returnvalue=0, $hideerrors=1)
       {
       	// Only global variables can be changed by eval function and returned to caller
      -	global $db, $langs, $user, $conf;
      -	global $mainmenu, $leftmenu;
      +	global $db, $langs, $user, $conf, $website, $websitepage;
      +	global $action, $mainmenu, $leftmenu;
       	global $rights;
       	global $object;
       	global $mysoc;
      diff --git a/htdocs/core/tpl/commonfields_add.tpl.php b/htdocs/core/tpl/commonfields_add.tpl.php
      index 1e85f1ef833..23a60d7f675 100644
      --- a/htdocs/core/tpl/commonfields_add.tpl.php
      +++ b/htdocs/core/tpl/commonfields_add.tpl.php
      @@ -41,7 +41,7 @@ foreach($object->fields as $key => $val)
       	if (abs($val['visible']) != 1) continue;
       
       	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! verifCond($val['enabled'])) continue;	// We don't want this field
      -	var_dump($val['enabled']);
      +
       	print '<tr id="field_'.$key.'">';
       	print '<td';
       	print ' class="titlefieldcreate';
      diff --git a/htdocs/core/tpl/commonfields_edit.tpl.php b/htdocs/core/tpl/commonfields_edit.tpl.php
      index 427e9f6b894..ce41cff24d0 100644
      --- a/htdocs/core/tpl/commonfields_edit.tpl.php
      +++ b/htdocs/core/tpl/commonfields_edit.tpl.php
      @@ -40,7 +40,7 @@ foreach($object->fields as $key => $val)
       	// Discard if extrafield is a hidden field on form
       	if (abs($val['visible']) != 1) continue;
       
      -	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue;	// We don't want this field
      +	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! verifCond($val['enabled'])) continue;	// We don't want this field
       
       	print '<tr><td';
       	print ' class="titlefieldcreate';
      diff --git a/htdocs/core/tpl/commonfields_view.tpl.php b/htdocs/core/tpl/commonfields_view.tpl.php
      index 73f63360715..b6b2e572e49 100644
      --- a/htdocs/core/tpl/commonfields_view.tpl.php
      +++ b/htdocs/core/tpl/commonfields_view.tpl.php
      @@ -42,7 +42,7 @@ foreach($object->fields as $key => $val)
       	// Discard if extrafield is a hidden field on form
       	if (abs($val['visible']) != 1) continue;
       
      -	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! $val['enabled']) continue;	// We don't want this field
      +	if (array_key_exists('enabled', $val) && isset($val['enabled']) && ! verifCond($val['enabled'])) continue;	// We don't want this field
       	if (in_array($key, array('ref','status'))) continue;	// Ref and status are already in dol_banner
       
       	$value=$object->$key;
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 962bd9ee902..32902697739 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -89,8 +89,8 @@ class EmailCollector extends CommonObject
       		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
       		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
       		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>0, 'comment'=>"Where to store messages once processed"),
      -		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>1, 'enabled'=>'$action != "create"', 'position'=>121, 'notnull'=>-1,),
      -		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>'$action != "create"', 'position'=>122, 'notnull'=>-1,),
      +		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>121, 'notnull'=>-1,),
      +		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>122, 'notnull'=>-1,),
       		'note_public'   => array('type'=>'html', 'label'=>'NotePublic', 'visible'=>0, 'enabled'=>1, 'position'=>61, 'notnull'=>-1,),
       		'note_private'  => array('type'=>'html', 'label'=>'NotePrivate', 'visible'=>0, 'enabled'=>1, 'position'=>62, 'notnull'=>-1,),
       		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,),
      
      From 4a25317f1036859eae8d53f8a71bd1775e727735 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 20:29:07 +0100
      Subject: [PATCH 0783/1013] Fix security on GETPOST('action'). Param must be
       sanitized.
      
      ---
       htdocs/accountancy/admin/export.php           |   2 +-
       .../accountancy/bookkeeping/listbyaccount.php |   2 +-
       htdocs/accountancy/customer/card.php          |   2 +-
       htdocs/accountancy/expensereport/card.php     |   2 +-
       htdocs/accountancy/supplier/card.php          |   2 +-
       .../adherents/admin/adherent_extrafields.php  |   2 +-
       .../admin/adherent_type_extrafields.php       |   2 +-
       htdocs/adherents/admin/website.php            |   2 +-
       htdocs/admin/agenda_extrafields.php           |   2 +-
       htdocs/admin/bank.php                         |   2 +-
       htdocs/admin/bank_extrafields.php             |   2 +-
       htdocs/admin/dav.php                          |   2 +-
       htdocs/admin/emailcollector_card.php          |  44 ++---
       htdocs/admin/expedition_extrafields.php       |   2 +-
       htdocs/admin/expeditiondet_extrafields.php    |   2 +-
       htdocs/admin/expensereport_extrafields.php    |   2 +-
       htdocs/admin/livraison_extrafields.php        |   2 +-
       htdocs/admin/livraisondet_extrafields.php     |   2 +-
       htdocs/admin/loan.php                         |   2 +-
       htdocs/admin/multicurrency.php                |   2 +-
       htdocs/admin/oauth.php                        |   2 +-
       htdocs/admin/order_extrafields.php            |   2 +-
       htdocs/admin/orderdet_extrafields.php         |   2 +-
       htdocs/admin/resource.php                     |   2 +-
       htdocs/admin/resource_extrafields.php         |   2 +-
       htdocs/admin/salaries.php                     |   2 +-
       htdocs/admin/supplier_invoice.php             |   2 +-
       htdocs/admin/supplier_order.php               |   2 +-
       htdocs/admin/supplierinvoice_extrafields.php  |   2 +-
       .../admin/supplierinvoicedet_extrafields.php  |   2 +-
       htdocs/admin/supplierorder_extrafields.php    |   2 +-
       htdocs/admin/supplierorderdet_extrafields.php |   2 +-
       htdocs/admin/ticket.php                       |   2 +-
       htdocs/admin/ticket_extrafields.php           |   2 +-
       htdocs/admin/tools/listevents.php             |   2 +-
       htdocs/admin/tools/listsessions.php           |   2 +-
       htdocs/admin/workflow.php                     |   2 +-
       htdocs/asset/admin/assets_extrafields.php     |   2 +-
       .../asset/admin/assets_type_extrafields.php   |   2 +-
       htdocs/asset/admin/setup.php                  |   2 +-
       htdocs/asset/card.php                         |   2 +-
       htdocs/asset/note.php                         |   2 +-
       .../admin/categorie_extrafields.php           |   2 +-
       htdocs/comm/action/document.php               |   2 +-
       htdocs/comm/admin/propal_extrafields.php      |   2 +-
       htdocs/comm/admin/propaldet_extrafields.php   |   2 +-
       htdocs/comm/index.php                         |   2 +-
       htdocs/comm/propal/card.php                   |   2 +-
       htdocs/commande/card.php                      |   2 +-
       htdocs/compta/bank/document.php               |   2 +-
       htdocs/compta/bank/releve.php                 |   2 +-
       htdocs/compta/bank/various_payment/card.php   |   2 +-
       .../admin/facture_cust_extrafields.php        |   2 +-
       .../admin/facture_rec_cust_extrafields.php    |   2 +-
       .../admin/facturedet_cust_extrafields.php     |   2 +-
       .../admin/facturedet_rec_cust_extrafields.php |   2 +-
       htdocs/compta/facture/card.php                |   2 +-
       htdocs/compta/index.php                       |   2 +-
       htdocs/compta/paiement/cheque/card.php        |   2 +-
       htdocs/compta/paiement_charge.php             |   2 +-
       htdocs/contrat/admin/contract_extrafields.php |   2 +-
       .../contrat/admin/contractdet_extrafields.php |   2 +-
       htdocs/core/ajax/selectobject.php             |   2 +-
       htdocs/core/class/translate.class.php         |   6 +-
       htdocs/core/lib/functions.lib.php             |   4 +-
       .../modules/oauth/github_oauthcallback.php    |   2 +-
       .../modules/oauth/google_oauthcallback.php    |   2 +-
       .../oauth/stripetest_oauthcallback.php        |   2 +-
       htdocs/datapolicy/admin/setup.php             |   2 +-
       htdocs/datapolicy/admin/setupmail.php         |   2 +-
       htdocs/datapolicy/public/index.php            |   2 +-
       htdocs/don/admin/donation_extrafields.php     |   2 +-
       .../class/emailcollector.class.php            | 185 +++++++++++++++++-
       htdocs/exports/export.php                     |   2 +-
       .../fichinter/admin/fichinter_extrafields.php |   2 +-
       .../admin/fichinterdet_extrafields.php        |   2 +-
       htdocs/fichinter/card-rec.php                 |   2 +-
       htdocs/fourn/commande/contact.php             |   2 +-
       htdocs/fourn/commande/orderstoinvoice.php     |   2 +-
       htdocs/holiday/card.php                       |   2 +-
       htdocs/hrm/admin/admin_hrm.php                |   2 +-
       htdocs/langs/en_US/admin.lang                 |   5 +
       htdocs/livraison/card.php                     |   2 +-
       htdocs/modulebuilder/admin/setup.php          |   2 +-
       htdocs/modulebuilder/template/admin/about.php |   2 +-
       htdocs/modulebuilder/template/admin/setup.php |   2 +-
       .../modulebuilder/template/mymoduleindex.php  |   2 +-
       .../template/myobject_agenda.php              |   2 +-
       .../modulebuilder/template/myobject_note.php  |   2 +-
       htdocs/product/admin/dynamic_prices.php       |   2 +-
       htdocs/product/admin/product_extrafields.php  |   2 +-
       .../product/admin/product_lot_extrafields.php |   2 +-
       htdocs/product/ajax/products.php              |   2 +-
       htdocs/product/dynamic_price/editor.php       |   2 +-
       htdocs/product/fournisseurs.php               |   2 +-
       htdocs/product/inventory/card.php             |   2 +-
       htdocs/product/price.php                      |   2 +-
       htdocs/projet/admin/project_extrafields.php   |   2 +-
       .../projet/admin/project_task_extrafields.php |   2 +-
       htdocs/projet/ajax/projects.php               |   2 +-
       htdocs/projet/tasks.php                       |   2 +-
       htdocs/public/ticket/create_ticket.php        |   2 +-
       htdocs/public/ticket/index.php                |   2 +-
       htdocs/societe/admin/contact_extrafields.php  |   2 +-
       htdocs/societe/admin/societe_extrafields.php  |   2 +-
       htdocs/societe/ajax/company.php               |   2 +-
       htdocs/societe/price.php                      |   2 +-
       .../admin/supplier_proposal_extrafields.php   |   2 +-
       .../supplier_proposaldet_extrafields.php      |   2 +-
       htdocs/supplier_proposal/card.php             |   2 +-
       htdocs/supplier_proposal/contact.php          |   2 +-
       htdocs/takepos/admin/about.php                |   2 +-
       htdocs/user/admin/group_extrafields.php       |   2 +-
       htdocs/user/admin/user_extrafields.php        |   2 +-
       htdocs/user/group/card.php                    |   2 +-
       htdocs/user/group/ldap.php                    |   2 +-
       htdocs/user/group/perms.php                   |   2 +-
       htdocs/user/passwordforgotten.php             |   2 +-
       htdocs/user/perms.php                         |   2 +-
       htdocs/website/websiteaccount_card.php        |   2 +-
       120 files changed, 325 insertions(+), 149 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index f8309cf6ce5..23ac96ea263 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -41,7 +41,7 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       aZ09
       // Parameters ACCOUNTING_EXPORT_*
       $main_option = array (
      diff --git a/htdocs/accountancy/bookkeeping/listbyaccount.php b/htdocs/accountancy/bookkeeping/listbyaccount.php
      index 16ee0883676..c5726901e2e 100644
      --- a/htdocs/accountancy/bookkeeping/listbyaccount.php
      +++ b/htdocs/accountancy/bookkeeping/listbyaccount.php
      @@ -40,7 +40,7 @@ $langs->loadLangs(array("accountancy"));
       $page = GETPOST("page");
       $sortorder = GETPOST("sortorder");
       $sortfield = GETPOST("sortfield");
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $search_date_start = dol_mktime(0, 0, 0, GETPOST('search_date_startmonth', 'int'), GETPOST('search_date_startday', 'int'), GETPOST('search_date_startyear', 'int'));
       $search_date_end = dol_mktime(0, 0, 0, GETPOST('search_date_endmonth', 'int'), GETPOST('search_date_endday', 'int'), GETPOST('search_date_endyear', 'int'));
       $search_doc_date = dol_mktime(0, 0, 0, GETPOST('doc_datemonth', 'int'), GETPOST('doc_dateday', 'int'), GETPOST('doc_dateyear', 'int'));
      diff --git a/htdocs/accountancy/customer/card.php b/htdocs/accountancy/customer/card.php
      index f56e02f601c..677bc627c80 100644
      --- a/htdocs/accountancy/customer/card.php
      +++ b/htdocs/accountancy/customer/card.php
      @@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy"));
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/accountancy/expensereport/card.php b/htdocs/accountancy/expensereport/card.php
      index da73db896fe..b245e2539a7 100644
      --- a/htdocs/accountancy/expensereport/card.php
      +++ b/htdocs/accountancy/expensereport/card.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy","trips"));
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/accountancy/supplier/card.php b/htdocs/accountancy/supplier/card.php
      index 4b3122a04c6..439b8625342 100644
      --- a/htdocs/accountancy/supplier/card.php
      +++ b/htdocs/accountancy/supplier/card.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("bills","accountancy"));
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php
      index cd3234643fa..0ec1968ab34 100644
      --- a/htdocs/adherents/admin/adherent_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/adherents/admin/adherent_type_extrafields.php b/htdocs/adherents/admin/adherent_type_extrafields.php
      index 0ab0f55a82e..3a5226d00f4 100644
      --- a/htdocs/adherents/admin/adherent_type_extrafields.php
      +++ b/htdocs/adherents/admin/adherent_type_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent_type'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
      index c6e2d282e25..91df8e59ea5 100644
      --- a/htdocs/adherents/admin/website.php
      +++ b/htdocs/adherents/admin/website.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("admin","members"));
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       
       if (! $user->admin) accessforbidden();
       
      diff --git a/htdocs/admin/agenda_extrafields.php b/htdocs/admin/agenda_extrafields.php
      index 5c573be7fe9..887fba847e4 100644
      --- a/htdocs/admin/agenda_extrafields.php
      +++ b/htdocs/admin/agenda_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='actioncomm'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/bank.php b/htdocs/admin/bank.php
      index 3f9d2080d9c..497d4748da8 100644
      --- a/htdocs/admin/bank.php
      +++ b/htdocs/admin/bank.php
      @@ -37,7 +37,7 @@ $langs->loadLangs(array("admin","companies","bills","other","banks"));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $value = GETPOST('value', 'alpha');
       $label = GETPOST('label', 'alpha');
       $scandir = GETPOST('scan_dir', 'alpha');
      diff --git a/htdocs/admin/bank_extrafields.php b/htdocs/admin/bank_extrafields.php
      index 906111e5f9e..3b95c158f27 100644
      --- a/htdocs/admin/bank_extrafields.php
      +++ b/htdocs/admin/bank_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='bank_account';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/admin/dav.php b/htdocs/admin/dav.php
      index 330c3c00f6a..e882a56e2b8 100644
      --- a/htdocs/admin/dav.php
      +++ b/htdocs/admin/dav.php
      @@ -32,7 +32,7 @@ if (!$user->admin)
           accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index db85f2f35eb..611f7578193 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -77,8 +77,6 @@ include DOL_DOCUMENT_ROOT.'/core/actions_fetchobject.inc.php';  // Must be inclu
       
       /*
        * Actions
      - *
      - * Put here all code to do according to value of "action" parameter
        */
       
       $parameters = array();
      @@ -105,11 +103,29 @@ if (empty($reshook))
       }
       
       
      +if ($action == 'confirm_collect')
      +{
      +	dol_include_once('/emailcollector/class/emailcollector.class.php');
      +
      +	$res = $object->doCollect();
      +
      +	if ($res == 0)
      +	{
      +		setEventMessages($object->output, null, 'mesgs');
      +	}
      +	else
      +	{
      +		setEventMessages($object->error, null, 'errors');
      +	}
      +
      +	$action = '';
      +}
      +
      +
      +
       
       /*
        * View
      - *
      - * Put here all code to build page
        */
       
       $form = new Form($db);
      @@ -302,26 +318,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       
       	print '</table>';
       
      -
      -	if ($action == 'confirm_collect')
      -	{
      -		print_fiche_titre($langs->trans('MessagesFetchingResults'), '', '');
      -
      -		dol_include_once('/emailcollector/class/emailcollector.class.php');
      -		$emailcollector = new EmailCollector($object);
      -
      -		$res = $emailcollector->doCollect();
      -		if (is_array($res)) {
      -			if (count($res['actions_done']) > 0) {
      -				setEventMessages($langs->trans('XActionsDone', count($res['actions_done'])), null, 'info');
      -			} else {
      -				setEventMessages($langs->trans('NoActionsdone'), null, 'info');
      -			}
      -		} else {
      -			setEventMessages($langs->trans('NoEmailsToProcess'), null, 'info');
      -		}
      -		$action = '';
      -	}
       	print '</div>';
       	print '</div>';
       
      diff --git a/htdocs/admin/expedition_extrafields.php b/htdocs/admin/expedition_extrafields.php
      index 8e2782e2e14..b7c8ddffa71 100644
      --- a/htdocs/admin/expedition_extrafields.php
      +++ b/htdocs/admin/expedition_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expedition'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/expeditiondet_extrafields.php b/htdocs/admin/expeditiondet_extrafields.php
      index 3480c537c44..cc5a9bddfa5 100644
      --- a/htdocs/admin/expeditiondet_extrafields.php
      +++ b/htdocs/admin/expeditiondet_extrafields.php
      @@ -48,7 +48,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expeditiondet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/expensereport_extrafields.php b/htdocs/admin/expensereport_extrafields.php
      index ad3dc4732a2..3fedf935405 100644
      --- a/htdocs/admin/expensereport_extrafields.php
      +++ b/htdocs/admin/expensereport_extrafields.php
      @@ -44,7 +44,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='expensereport'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/livraison_extrafields.php b/htdocs/admin/livraison_extrafields.php
      index 2fced5d7a42..55fe6f10362 100644
      --- a/htdocs/admin/livraison_extrafields.php
      +++ b/htdocs/admin/livraison_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='livraison'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/livraisondet_extrafields.php b/htdocs/admin/livraisondet_extrafields.php
      index 3788730579f..e70b4f2d09b 100644
      --- a/htdocs/admin/livraisondet_extrafields.php
      +++ b/htdocs/admin/livraisondet_extrafields.php
      @@ -48,7 +48,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='livraisondet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/loan.php b/htdocs/admin/loan.php
      index a4677e46702..419f6efbee9 100644
      --- a/htdocs/admin/loan.php
      +++ b/htdocs/admin/loan.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array('admin', 'loan'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       // Other parameters LOAN_*
       $list = array (
      diff --git a/htdocs/admin/multicurrency.php b/htdocs/admin/multicurrency.php
      index 08d1b110233..9843c6a4fb0 100644
      --- a/htdocs/admin/multicurrency.php
      +++ b/htdocs/admin/multicurrency.php
      @@ -38,7 +38,7 @@ if (! $user->admin) {
       }
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       
       /*
      diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php
      index 2405f662de6..16827306bda 100644
      --- a/htdocs/admin/oauth.php
      +++ b/htdocs/admin/oauth.php
      @@ -40,7 +40,7 @@ $langs->loadLangs(array('admin', 'oauth'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       
       /*
      diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php
      index 6c4745baa69..828bb13384f 100644
      --- a/htdocs/admin/order_extrafields.php
      +++ b/htdocs/admin/order_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php
      index b7954931968..929e49c4ab3 100644
      --- a/htdocs/admin/orderdet_extrafields.php
      +++ b/htdocs/admin/orderdet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commandedet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/resource.php b/htdocs/admin/resource.php
      index 781af5679d3..566e57e587b 100644
      --- a/htdocs/admin/resource.php
      +++ b/htdocs/admin/resource.php
      @@ -37,7 +37,7 @@ $langs->loadLangs(array("admin","resource"));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       
       /*
      diff --git a/htdocs/admin/resource_extrafields.php b/htdocs/admin/resource_extrafields.php
      index ef6eb54c0c1..b8ea860ac25 100644
      --- a/htdocs/admin/resource_extrafields.php
      +++ b/htdocs/admin/resource_extrafields.php
      @@ -44,7 +44,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='resource'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/salaries.php b/htdocs/admin/salaries.php
      index 7bc037e6bba..a68a4bda5a6 100644
      --- a/htdocs/admin/salaries.php
      +++ b/htdocs/admin/salaries.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array('admin', 'salaries'));
       if (!$user->admin)
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       // Other parameters SALARIES_*
       $list = array (
      diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
      index 426429b9071..3db96ddd8a4 100644
      --- a/htdocs/admin/supplier_invoice.php
      +++ b/htdocs/admin/supplier_invoice.php
      @@ -42,7 +42,7 @@ accessforbidden();
       
       $type=GETPOST('type', 'alpha');
       $value=GETPOST('value', 'alpha');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $scandir = GETPOST('scan_dir','alpha');
       
       $specimenthirdparty=new Societe($db);
      diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php
      index 5b5c070964e..72050867dfa 100644
      --- a/htdocs/admin/supplier_order.php
      +++ b/htdocs/admin/supplier_order.php
      @@ -43,7 +43,7 @@ accessforbidden();
       $type=GETPOST('type', 'alpha');
       $value=GETPOST('value', 'alpha');
       $label = GETPOST('label','alpha');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $scandir = GETPOST('scan_dir','alpha');
       
       $specimenthirdparty=new Societe($db);
      diff --git a/htdocs/admin/supplierinvoice_extrafields.php b/htdocs/admin/supplierinvoice_extrafields.php
      index 0a6f43a66d7..bbda698a778 100644
      --- a/htdocs/admin/supplierinvoice_extrafields.php
      +++ b/htdocs/admin/supplierinvoice_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_fourn'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierinvoicedet_extrafields.php b/htdocs/admin/supplierinvoicedet_extrafields.php
      index 94855870c24..cdf128871fd 100644
      --- a/htdocs/admin/supplierinvoicedet_extrafields.php
      +++ b/htdocs/admin/supplierinvoicedet_extrafields.php
      @@ -47,7 +47,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_fourn_det'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierorder_extrafields.php b/htdocs/admin/supplierorder_extrafields.php
      index 8922d380169..640b6375c57 100644
      --- a/htdocs/admin/supplierorder_extrafields.php
      +++ b/htdocs/admin/supplierorder_extrafields.php
      @@ -45,7 +45,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande_fournisseur';  //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/supplierorderdet_extrafields.php b/htdocs/admin/supplierorderdet_extrafields.php
      index 9b6c993e3cb..65fe0537ba7 100644
      --- a/htdocs/admin/supplierorderdet_extrafields.php
      +++ b/htdocs/admin/supplierorderdet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='commande_fournisseurdet';  //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/ticket.php b/htdocs/admin/ticket.php
      index 478f1082a96..5cf72b302c9 100644
      --- a/htdocs/admin/ticket.php
      +++ b/htdocs/admin/ticket.php
      @@ -37,7 +37,7 @@ if (!$user->admin) {
       
       // Parameters
       $value = GETPOST('value', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $label = GETPOST('label', 'alpha');
       $scandir = GETPOST('scandir', 'alpha');
       $type = 'ticket';
      diff --git a/htdocs/admin/ticket_extrafields.php b/htdocs/admin/ticket_extrafields.php
      index cebc505b51d..6fa70808ec8 100644
      --- a/htdocs/admin/ticket_extrafields.php
      +++ b/htdocs/admin/ticket_extrafields.php
      @@ -39,7 +39,7 @@ foreach ($tmptype2label as $key => $val) {
           $type2label[$key] = $langs->trans($val);
       }
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $attrname = GETPOST('attrname', 'alpha');
       $elementtype = 'ticket'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
      index e6bde52379b..9afe7c5fcb3 100644
      --- a/htdocs/admin/tools/listevents.php
      +++ b/htdocs/admin/tools/listevents.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
       if (! $user->admin)
       	accessforbidden();
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm','alpha');
       
       // Security check
      diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php
      index 79e6bc1abba..8ddc1d65525 100644
      --- a/htdocs/admin/tools/listsessions.php
      +++ b/htdocs/admin/tools/listsessions.php
      @@ -31,7 +31,7 @@ $langs->loadLangs(array("companies","install","users","other"));
       if (! $user->admin)
       	accessforbidden();
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php
      index 760ccc8a5c3..24a39ce827a 100644
      --- a/htdocs/admin/workflow.php
      +++ b/htdocs/admin/workflow.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("admin","workflow","propal","workflow","orders","supplie
       
       if (! $user->admin) accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       /*
        * Actions
      diff --git a/htdocs/asset/admin/assets_extrafields.php b/htdocs/asset/admin/assets_extrafields.php
      index ea8f015184c..f220d5cb849 100644
      --- a/htdocs/asset/admin/assets_extrafields.php
      +++ b/htdocs/asset/admin/assets_extrafields.php
      @@ -37,7 +37,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='don'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/asset/admin/assets_type_extrafields.php b/htdocs/asset/admin/assets_type_extrafields.php
      index 56ce8e81102..a791078f37b 100644
      --- a/htdocs/asset/admin/assets_type_extrafields.php
      +++ b/htdocs/asset/admin/assets_type_extrafields.php
      @@ -36,7 +36,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='adherent_type'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/asset/admin/setup.php b/htdocs/asset/admin/setup.php
      index dc6e03fe267..57738309abd 100644
      --- a/htdocs/asset/admin/setup.php
      +++ b/htdocs/asset/admin/setup.php
      @@ -35,7 +35,7 @@ $langs->loadLangs(array("admin", "assets"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array('FIXEDASSETS_MYPARAM1'=>array('css'=>'minwidth200'), 'FIXEDASSETS_MYPARAM2'=>array('css'=>'minwidth500'));
      diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php
      index 624543a0660..4f7061aed20 100644
      --- a/htdocs/asset/card.php
      +++ b/htdocs/asset/card.php
      @@ -34,7 +34,7 @@ $langs->loadLangs(array("asset"));
       // Get parameters
       $id         = GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action     = GETPOST('action', 'aZ09');
      +$action     = GETPOST('action', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/asset/note.php b/htdocs/asset/note.php
      index a4595f266fe..f76c6ea028f 100644
      --- a/htdocs/asset/note.php
      +++ b/htdocs/asset/note.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("asset","companies"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/categories/admin/categorie_extrafields.php b/htdocs/categories/admin/categorie_extrafields.php
      index a0bd11eb807..abea3f41eeb 100644
      --- a/htdocs/categories/admin/categorie_extrafields.php
      +++ b/htdocs/categories/admin/categorie_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='categorie'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php
      index d6879c7a3d9..a5998e220f7 100644
      --- a/htdocs/comm/action/document.php
      +++ b/htdocs/comm/action/document.php
      @@ -40,7 +40,7 @@ if (! empty($conf->projet->enabled)) require_once DOL_DOCUMENT_ROOT.'/projet/cla
       $langs->loadLangs(array('companies', 'commercial', 'other', 'bills'));
       
       $id = GETPOST('id', 'int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/comm/admin/propal_extrafields.php b/htdocs/comm/admin/propal_extrafields.php
      index 714a330ce05..becfabc949c 100644
      --- a/htdocs/comm/admin/propal_extrafields.php
      +++ b/htdocs/comm/admin/propal_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='propal'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/comm/admin/propaldet_extrafields.php b/htdocs/comm/admin/propaldet_extrafields.php
      index f7508005f59..7172c0e5b7c 100644
      --- a/htdocs/comm/admin/propaldet_extrafields.php
      +++ b/htdocs/comm/admin/propaldet_extrafields.php
      @@ -46,7 +46,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       
       $elementtype='propaldet'; //Must be the $table_element of the class that manage extrafield
      diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
      index 7467985d34a..cb384408e91 100644
      --- a/htdocs/comm/index.php
      +++ b/htdocs/comm/index.php
      @@ -40,7 +40,7 @@ if (! $user->rights->societe->lire) accessforbidden();
       // Load translation files required by the page
       $langs->loadLangs(array("commercial", "propal"));
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $bid=GETPOST('bid', 'int');
       
       // Securite acces client
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index fe6946fc111..f07a5cdfac8 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -68,7 +68,7 @@ $error = 0;
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $origin = GETPOST('origin', 'alpha');
       $originid = GETPOST('originid', 'int');
      diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
      index 17cbe9d670f..f468bd4b146 100644
      --- a/htdocs/commande/card.php
      +++ b/htdocs/commande/card.php
      @@ -66,7 +66,7 @@ if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('orderid', 'int'));
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       $lineid = GETPOST('lineid', 'int');
      diff --git a/htdocs/compta/bank/document.php b/htdocs/compta/bank/document.php
      index 4f73a9972a4..f908b68b35c 100644
      --- a/htdocs/compta/bank/document.php
      +++ b/htdocs/compta/bank/document.php
      @@ -36,7 +36,7 @@ $langs->loadLangs(array('banks', 'companies', 'other'));
       
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('account', 'int'));
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       
       $mesg = '';
      diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php
      index 5dad19a9b45..3f1bede8e20 100644
      --- a/htdocs/compta/bank/releve.php
      +++ b/htdocs/compta/bank/releve.php
      @@ -44,7 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php';
       // Load translation files required by the page
       $langs->loadLangs(array("banks","categories","companies","bills","trips"));
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $id=GETPOST('account','int');
       $ref=GETPOST('ref','alpha');
       $dvid=GETPOST('dvid','alpha');
      diff --git a/htdocs/compta/bank/various_payment/card.php b/htdocs/compta/bank/various_payment/card.php
      index bfa0eb71615..0f417777417 100644
      --- a/htdocs/compta/bank/various_payment/card.php
      +++ b/htdocs/compta/bank/various_payment/card.php
      @@ -41,7 +41,7 @@ $langs->loadLangs(array("compta", "banks", "bills", "users", "accountancy"));
       
       // Get parameters
       $id			= GETPOST('id', 'int');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $cancel		= GETPOST('cancel', 'aZ09');
       $backtopage	= GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/compta/facture/admin/facture_cust_extrafields.php b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      index b284d5a906b..1fe26e82a54 100644
      --- a/htdocs/compta/facture/admin/facture_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_cust_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      index 1b9da2c5536..23c0d79a33c 100644
      --- a/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facture_rec_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facture_rec'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      index bbd79ad6153..0947f788719 100644
      --- a/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facturedet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      index 049b44f6b10..46d9ed28335 100644
      --- a/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      +++ b/htdocs/compta/facture/admin/facturedet_rec_cust_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='facturedet_rec'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 6bbaf318de8..7366a091056 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -75,7 +75,7 @@ $projectid = (GETPOST('projectid','int') ? GETPOST('projectid', 'int') : 0);
       $id = (GETPOST('id', 'int') ? GETPOST('id', 'int') : GETPOST('facid', 'int')); // For backward compatibility
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $lineid = GETPOST('lineid', 'int');
      diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
      index 45a0b452dd9..692849d2fa6 100644
      --- a/htdocs/compta/index.php
      +++ b/htdocs/compta/index.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array('compta', 'bills'));
       if (! empty($conf->commande->enabled))
       	$langs->load("orders");
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $bid=GETPOST('bid', 'int');
       
       // Security check
      diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
      index 10276132e69..9f42ef9b16c 100644
      --- a/htdocs/compta/paiement/cheque/card.php
      +++ b/htdocs/compta/paiement/cheque/card.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array('banks', 'categories', 'bills', 'companies', 'compta'));
       
       $id =GETPOST('id','int');
       $ref=GETPOST('ref', 'alpha');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       
       // Security check
      diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
      index bc36a5bd163..38cee6b8434 100644
      --- a/htdocs/compta/paiement_charge.php
      +++ b/htdocs/compta/paiement_charge.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
       $langs->load("bills");
       
       $chid=GETPOST("id", 'int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $amounts = array();
       
       // Security check
      diff --git a/htdocs/contrat/admin/contract_extrafields.php b/htdocs/contrat/admin/contract_extrafields.php
      index b3ddec32c43..d19c91e0bf2 100644
      --- a/htdocs/contrat/admin/contract_extrafields.php
      +++ b/htdocs/contrat/admin/contract_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='contrat';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/contrat/admin/contractdet_extrafields.php b/htdocs/contrat/admin/contractdet_extrafields.php
      index fadfdfb72a6..af2585eaf3a 100644
      --- a/htdocs/contrat/admin/contractdet_extrafields.php
      +++ b/htdocs/contrat/admin/contractdet_extrafields.php
      @@ -42,7 +42,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='contratdet';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/core/ajax/selectobject.php b/htdocs/core/ajax/selectobject.php
      index 23baabe4bed..0c52c490512 100644
      --- a/htdocs/core/ajax/selectobject.php
      +++ b/htdocs/core/ajax/selectobject.php
      @@ -33,7 +33,7 @@ $objectdesc=GETPOST('objectdesc', 'alpha');
       $htmlname=GETPOST('htmlname', 'aZ09');
       $sqlfilter=GETPOST('sqlfilter', 'alpha');
       $outjson=(GETPOST('outjson', 'int') ? GETPOST('outjson', 'int') : 0);
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $id=GETPOST('id', 'int');
       
       
      diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
      index 79d633027e0..2a38ff80b6e 100644
      --- a/htdocs/core/class/translate.class.php
      +++ b/htdocs/core/class/translate.class.php
      @@ -577,7 +577,11 @@ class Translate
                   //$newstr=$this->getLabelFromKey($db,$reg[1],'c_ordersource','code','label');
               }
       
      -        if (! empty($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL >= 2) dol_syslog(__METHOD__." MAIN_FEATURES_LEVEL=DEVELOP: missing translation for key '".$newstr."' in ".$_SERVER["PHP_SELF"], LOG_DEBUG);
      +        /* Disabled. There is too many cases where translation of $newstr is not defined is normal (like when output with setEventMessage an already translated string)
      +        if (! empty($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL >= 2)
      +        {
      +        	dol_syslog(__METHOD__." MAIN_FEATURES_LEVEL=DEVELOP: missing translation for key '".$newstr."' in ".$_SERVER["PHP_SELF"], LOG_DEBUG);
      +        }*/
       
               return $newstr;
       	}
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 27af555c3d2..75cc6735fe4 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -1038,6 +1038,8 @@ function dol_syslog($message, $level = LOG_INFO, $ident = 0, $suffixinfilename='
       		}
       		if ($level > $conf->global->SYSLOG_LEVEL) return;
       
      +		$message = preg_replace('/password=\'[^\']*\'/', 'password=\'hidden\'', $message);	// protection to avoid to have value of password in log
      +
       		// If adding log inside HTML page is required
       		if (! empty($_REQUEST['logtohtml']) && (! empty($conf->global->MAIN_ENABLE_LOG_TO_HTML) || ! empty($conf->global->MAIN_LOGTOHTML)))   // MAIN_LOGTOHTML kept for backward compatibility
       		{
      @@ -1045,7 +1047,7 @@ function dol_syslog($message, $level = LOG_INFO, $ident = 0, $suffixinfilename='
       		}
       
       		//TODO: Remove this. MAIN_ENABLE_LOG_INLINE_HTML should be deprecated and use a log handler dedicated to HTML output
      -		// If enable html log tag enabled and url parameter log defined, we show output log on HTML comments
      +		// If html log tag enabled and url parameter log defined, we show output log on HTML comments
       		if (! empty($conf->global->MAIN_ENABLE_LOG_INLINE_HTML) && ! empty($_GET["log"]))
       		{
       			print "\n\n<!-- Log start\n";
      diff --git a/htdocs/core/modules/oauth/github_oauthcallback.php b/htdocs/core/modules/oauth/github_oauthcallback.php
      index 23108f74365..052964eca66 100644
      --- a/htdocs/core/modules/oauth/github_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/github_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/core/modules/oauth/google_oauthcallback.php b/htdocs/core/modules/oauth/google_oauthcallback.php
      index 67a0a2f36f0..b63aca5bdf6 100644
      --- a/htdocs/core/modules/oauth/google_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/google_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/core/modules/oauth/stripetest_oauthcallback.php b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      index 6a4c7bfda2a..3a663cd7162 100644
      --- a/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      +++ b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
      @@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT;		// This is to use external domain
       
       
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtourl = GETPOST('backtourl', 'alpha');
       
       
      diff --git a/htdocs/datapolicy/admin/setup.php b/htdocs/datapolicy/admin/setup.php
      index f7974f488d9..8e92e1e6231 100644
      --- a/htdocs/datapolicy/admin/setup.php
      +++ b/htdocs/datapolicy/admin/setup.php
      @@ -37,7 +37,7 @@ $langs->load('datapolicy@datapolicy');
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/datapolicy/admin/setupmail.php b/htdocs/datapolicy/admin/setupmail.php
      index 217ef55d7b2..214f673a15f 100644
      --- a/htdocs/datapolicy/admin/setupmail.php
      +++ b/htdocs/datapolicy/admin/setupmail.php
      @@ -29,7 +29,7 @@ $langs->loadLangs(array('admin', 'companies', 'members', 'datapolicy'));
       
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       $formadmin = new FormAdmin($db);
       
      diff --git a/htdocs/datapolicy/public/index.php b/htdocs/datapolicy/public/index.php
      index 1fd394a21dd..58f7968f05d 100644
      --- a/htdocs/datapolicy/public/index.php
      +++ b/htdocs/datapolicy/public/index.php
      @@ -39,7 +39,7 @@ dol_include_once('/datapolicy/class/datapolicy.class.php');
       $idc = GETPOST('c', 'int');
       $ids = GETPOST('s', 'int');
       $ida = GETPOST('a', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $lang = GETPOST('l', 'alpha');
       $code = GETPOST('key', 'alpha');
       
      diff --git a/htdocs/don/admin/donation_extrafields.php b/htdocs/don/admin/donation_extrafields.php
      index 98bae66d22e..c819cde1e08 100644
      --- a/htdocs/don/admin/donation_extrafields.php
      +++ b/htdocs/don/admin/donation_extrafields.php
      @@ -37,7 +37,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='don'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 32902697739..e538c5e02ff 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -83,7 +83,7 @@ class EmailCollector extends CommonObject
       		'label'         => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'notnull'=>-1, 'searchall'=>1, 'help'=>'Example: My Email collector'),
       		'description'   => array('type'=>'text', 'label'=>'Description', 'visible'=>-1, 'enabled'=>1, 'position'=>60, 'notnull'=>-1),
       		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMAP server", 'help'=>'Example: imap.gmail.com'),
      -		'user'          => array('type'=>'varchar(128)', 'label'=>'User', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login", 'help'=>'Example: myacount@gmail.com'),
      +		'user'          => array('type'=>'varchar(128)', 'label'=>'Login', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login", 'help'=>'Example: myacount@gmail.com'),
       		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password"),
       		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>1, 'default' => 'Inbox'),
       		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
      @@ -124,7 +124,6 @@ class EmailCollector extends CommonObject
       	 */
       	public $label;
       
      -	public $amount;
       
       	/**
       	 * @var int Status
      @@ -151,13 +150,13 @@ class EmailCollector extends CommonObject
       	public $user;
       	public $password;
       	public $source_directory;
      -	public $filter;
      -	public $actiontodo;
           public $target_directory;
           public $datelastresult;
       	public $lastresult;
       	// END MODULEBUILDER PROPERTIES
       
      +	public $rules;
      +	public $actions;
       
       
       	/**
      @@ -613,6 +612,58 @@ class EmailCollector extends CommonObject
       		$this->initAsSpecimenCommon();
       	}
       
      +	/**
      +	 * Fetch rules
      +	 *
      +	 * @return 	int		<0 if KO, >0 if OK
      +	 */
      +	public function fetch_rules()
      +	{
      +		$this->rules = array();
      +
      +		$sql='SELECT type, rulevalue FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter WHERE status = 1 AND fk_emailcollector = '.$this->id;
      +
      +		$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->rules[]=array('type'=>$obj->type, 'rulevalue'=>$obj->rulevalue);
      +			}
      +			$this->db->free($resql);
      +		}
      +
      +		return 1;
      +	}
      +
      +	/**
      +	 * Fetch actions
      +	 *
      +	 * @return 	int		<0 if KO, >0 if OK
      +	 */
      +	public function fetch_actions()
      +	{
      +		$this->actions = array();
      +
      +		$sql='SELECT type, actionparam FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectoraction WHERE status = 1 AND fk_emailcollector = '.$this->id;
      +
      +		$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->rules[]=array('type'=>$obj->type, 'actionparam'=>$obj->actionparam);
      +			}
      +			$this->db->free($resql);
      +		}
      +	}
      +
       
       	/**
       	 * Action executed by scheduler
      @@ -623,10 +674,12 @@ class EmailCollector extends CommonObject
       	//public function doScheduledJob($param1, $param2, ...)
       	public function doCollect()
       	{
      -		global $conf, $langs;
      +		global $conf, $langs, $user;
       
       		//$conf->global->SYSLOG_FILE = 'DOL_DATA_ROOT/dolibarr_mydedicatedlofile.log';
       
      +		dol_syslog("EmailCollector::doCollect start", LOG_DEBUG);
      +
       		$error = 0;
       		$this->output = '';
       		$this->error='';
      @@ -635,11 +688,127 @@ class EmailCollector extends CommonObject
       
       		$now = dol_now();
       
      -		$this->db->begin();
      +		if (empty($this->host))
      +		{
      +			$this->error=$langs->trans('ErrorFieldRequired', 'EMailHost');
      +			return -1;
      +		}
      +		if (empty($this->user))
      +		{
      +			$this->error=$langs->trans('ErrorFieldRequired', 'Login');
      +			return -1;
      +		}
      +		if (empty($this->source_directory))
      +		{
      +			$this->error=$langs->trans('ErrorFieldRequired', 'MailboxSourceDirectory');
      +			return -1;
      +		}
      +		if (! function_exists('imap_open'))
      +		{
      +			$this->error='IMAP function not enabled on your PHP';
      +			return -2;
      +		}
       
      -		// ...
      +		$this->fetch_rules();
      +		$this->fetch_actions();
       
      -		$this->db->commit();
      +		$sourcedir = $this->source_directory;
      +		$targetdir = ($this->target_directory ? $server.$this->target_directory : '');
      +
      +		// Connect to IMAP
      +		$flags ='/service=imap';		// IMAP
      +		$flags.='/ssl';					// '/tls'
      +		$flags.='/novalidate-cert';
      +		//$flags.='/readonly';
      +		//$flags.='/debug';
      +
      +		$connectstring = '{'.$this->host.':993'.$flags.'}';
      +		$connectstring.=imap_utf7_encode($sourcedir);
      +
      +		$connection = imap_open($connectstring, $this->user, $this->password);
      +		if (! $connection)
      +		{
      +			$this->error = 'Failed to open IMAP connection '.$connectstring;
      +			return -3;
      +		}
      +
      +		//$search='ALL';
      +		$search='UNDELETED';
      +		foreach($this->rules as $key => $rulevalue)
      +		{
      +			if ($key == 'to')      $search=($search?' ':'').'TO "'.str_replace('"', '', $rulevalue).'"';
      +			if ($key == 'bcc')     $search=($search?' ':'').'BCC';
      +			if ($key == 'cc')      $search=($search?' ':'').'CC';
      +			if ($key == 'from')    $search=($search?' ':'').'FROM "'.str_replace('"', '', $rulevalue).'"';
      +			if ($key == 'subject') $search=($search?' ':'').'SUBJECT "'.str_replace('"', '', $rulevalue).'"';
      +			if ($key == 'body')    $search=($search?' ':'').'BODY "'.str_replace('"', '', $rulevalue).'"';
      +			if ($key == 'seen')    $search=($search?' ':'').'SEEN';
      +			if ($key == 'unseen')  $search=($search?' ':'').'UNSEEN';
      +		}
      +
      +		if (empty($targetdir))	// Use last date as filter if there is no targetdir defined.
      +		{
      +			$fromdate=0;
      +			if ($this->datelastresult) $fromdate = $this->datelastresult;
      +			if ($fromdate > 0) $search.=($search?' ':'').'SINCE '.dol_print_date($fromdate - 1,'dayhourrfc');
      +		}
      +		dol_syslog("search string = ".$search);
      +
      +		$nbemailprocessed=0; $nbactiondone=0;
      +
      +		// Scan IMAP inbox
      +		$arrayofemail= imap_search($connection, $search);
      +		//var_dump($arrayofemail);
      +
      +		// Loop on each email found
      +		if (! empty($arrayofemail) && count($arrayofemail) > 0)
      +		{
      +			foreach($arrayofemail as $imapemail)
      +			{
      +				$errorforactions = 0;
      +
      +				$this->db->begin();
      +
      +				// Record email
      +				foreach($this->actions as $actionkey => $actionvalue)
      +				{
      +					if ($errorforactions) break;
      +
      +					// Make action
      +
      +
      +					if (! $errorforactions)
      +					{
      +						$nbactiondone++;
      +					}
      +				}
      +
      +				// Move email
      +				if (! $errorforactions && $targetdir)
      +				{
      +					//imap_mail_move($connection, $sourcedir, $targetdir);
      +				}
      +
      +				$nbemailprocessed++;
      +
      +				$this->db->commit();
      +			}
      +
      +			$this->output=$langs->trans('XEmailsDoneYActionsDone', $nbemailprocessed, $nbactiondone);
      +		}
      +		else
      +		{
      +			$this->output=$langs->trans('NoNewEmailToProcess');
      +		}
      +
      +		//imap_expunge($connection);
      +		imap_close($connection);
      +
      +		$this->datelastresult = $now;
      +		$this->lastresult = $this->output;
      +		$this->update($user);
      +
      +		dol_syslog("EmailCollector::doCollect end", LOG_DEBUG);
       
       		return $error;
       	}
      diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php
      index f8816dabbf0..f0060ffd029 100644
      --- a/htdocs/exports/export.php
      +++ b/htdocs/exports/export.php
      @@ -124,7 +124,7 @@ $entitytolang = array(
       $array_selected=isset($_SESSION["export_selected_fields"])?$_SESSION["export_selected_fields"]:array();
       $array_filtervalue=isset($_SESSION["export_filtered_fields"])?$_SESSION["export_filtered_fields"]:array();
       $datatoexport=GETPOST("datatoexport");
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       $step=GETPOST("step")?GETPOST("step"):1;
       $export_name=GETPOST("export_name");
      diff --git a/htdocs/fichinter/admin/fichinter_extrafields.php b/htdocs/fichinter/admin/fichinter_extrafields.php
      index c82fa3a0bdc..bcda9b4847b 100644
      --- a/htdocs/fichinter/admin/fichinter_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinter_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='fichinter';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/fichinter/admin/fichinterdet_extrafields.php b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      index bcdfb484fdd..8046ef41a18 100644
      --- a/htdocs/fichinter/admin/fichinterdet_extrafields.php
      +++ b/htdocs/fichinter/admin/fichinterdet_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='fichinterdet';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index c53c9ed8688..4b8aa9bb43d 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -51,7 +51,7 @@ $langs->loadLangs(array("interventions","admin","compta","bills"));
       
       // Security check
       $id=(GETPOST('fichinterid', 'int')?GETPOST('fichinterid', 'int'):GETPOST('id', 'int'));
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       if ($user->societe_id) $socid=$user->societe_id;
       $objecttype = 'fichinter_rec';
       if ($action == "create" || $action == "add") $objecttype = '';
      diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php
      index 77d40736e50..c69c92ead29 100644
      --- a/htdocs/fourn/commande/contact.php
      +++ b/htdocs/fourn/commande/contact.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array("facture","orders","sendings","companies"));
       
       $id		= GETPOST('id', 'int');
       $ref	= GETPOST('ref', 'alpha');
      -$action	= GETPOST('action', 'aZ09');
      +$action	= GETPOST('action', 'alpha');
       
       // Security check
       if ($user->societe_id) $socid=$user->societe_id;
      diff --git a/htdocs/fourn/commande/orderstoinvoice.php b/htdocs/fourn/commande/orderstoinvoice.php
      index a6b22c52766..5456627384e 100644
      --- a/htdocs/fourn/commande/orderstoinvoice.php
      +++ b/htdocs/fourn/commande/orderstoinvoice.php
      @@ -49,7 +49,7 @@ if (! $user->rights->fournisseur->facture->creer)
       
       $id = (GETPOST('id') ? GETPOST('id', 'int') : GETPOST("facid")); // For backward compatibility
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $confirm = GETPOST('confirm', 'alpha');
       $sref = GETPOST('sref');
       $sref_client = GETPOST('sref_client');
      diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
      index a16ed1a1115..a1bf6e3fa6a 100644
      --- a/htdocs/holiday/card.php
      +++ b/htdocs/holiday/card.php
      @@ -39,7 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/holiday.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/holiday/common.inc.php';
       
       // Get parameters
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $id=GETPOST('id', 'int');
       $ref=GETPOST('ref', 'alpha');
       $fuserid = (GETPOST('fuserid','int')?GETPOST('fuserid','int'):$user->id);
      diff --git a/htdocs/hrm/admin/admin_hrm.php b/htdocs/hrm/admin/admin_hrm.php
      index 3c3f3123f3e..c61480347bb 100644
      --- a/htdocs/hrm/admin/admin_hrm.php
      +++ b/htdocs/hrm/admin/admin_hrm.php
      @@ -30,7 +30,7 @@ $langs->loadLangs(array('admin', 'hrm'));
       if (! $user->admin)
       	accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       // Other parameters HRM_*
       $list = array (
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 72d87a358a9..2294d540b22 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1822,6 +1822,11 @@ MailboxTargetDirectory=Mailbox target directory
       CollectNow=Collect now
       DateLastResult=Date last collect
       LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s record/actions done by collector
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
       UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
      diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
      index 4cf7b3ef411..06b9d6e5682 100644
      --- a/htdocs/livraison/card.php
      +++ b/htdocs/livraison/card.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("sendings","bills",'deliveries','orders'));
       
       if (!empty($conf->incoterm->enabled)) $langs->load('incoterm');
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       $backtopage=GETPOST('backtopage','alpha');
       
      diff --git a/htdocs/modulebuilder/admin/setup.php b/htdocs/modulebuilder/admin/setup.php
      index 00baa0f42d4..6ca9bfe2a1e 100644
      --- a/htdocs/modulebuilder/admin/setup.php
      +++ b/htdocs/modulebuilder/admin/setup.php
      @@ -29,7 +29,7 @@ $langs->loadLangs(array("admin", "other", "modulebuilder"));
       if (!$user->admin || empty($conf->modulebuilder->enabled))
           accessforbidden();
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       /*
      diff --git a/htdocs/modulebuilder/template/admin/about.php b/htdocs/modulebuilder/template/admin/about.php
      index 1ddcd3126d8..e580c6c7457 100644
      --- a/htdocs/modulebuilder/template/admin/about.php
      +++ b/htdocs/modulebuilder/template/admin/about.php
      @@ -48,7 +48,7 @@ $langs->loadLangs(array("errors","admin","mymodule@mymodule"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       
      diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
      index 06600d3918e..6e0be4d0011 100644
      --- a/htdocs/modulebuilder/template/admin/setup.php
      +++ b/htdocs/modulebuilder/template/admin/setup.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("admin", "mymodule@mymodule"));
       if (! $user->admin) accessforbidden();
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       $arrayofparameters=array(
      diff --git a/htdocs/modulebuilder/template/mymoduleindex.php b/htdocs/modulebuilder/template/mymoduleindex.php
      index 969882902c8..b2b9356217e 100644
      --- a/htdocs/modulebuilder/template/mymoduleindex.php
      +++ b/htdocs/modulebuilder/template/mymoduleindex.php
      @@ -44,7 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
       // Load translation files required by the page
       $langs->loadLangs(array("mymodule@mymodule"));
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       
       
       // Securite acces client
      diff --git a/htdocs/modulebuilder/template/myobject_agenda.php b/htdocs/modulebuilder/template/myobject_agenda.php
      index c7ea9b9db2e..9c6c9265592 100644
      --- a/htdocs/modulebuilder/template/myobject_agenda.php
      +++ b/htdocs/modulebuilder/template/myobject_agenda.php
      @@ -50,7 +50,7 @@ $langs->loadLangs(array("mymodule@mymodule","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/modulebuilder/template/myobject_note.php b/htdocs/modulebuilder/template/myobject_note.php
      index c579f735a46..876c5e105a6 100644
      --- a/htdocs/modulebuilder/template/myobject_note.php
      +++ b/htdocs/modulebuilder/template/myobject_note.php
      @@ -46,7 +46,7 @@ $langs->loadLangs(array("mymodule@mymodule","companies"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
       
      diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php
      index 49b2f49aff8..4f40c85e2a9 100644
      --- a/htdocs/product/admin/dynamic_prices.php
      +++ b/htdocs/product/admin/dynamic_prices.php
      @@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_global_variab
       $langs->load("products");
       
       $id = GETPOST('id', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $save = GETPOST('save', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $selection = GETPOST('selection', 'int');
      diff --git a/htdocs/product/admin/product_extrafields.php b/htdocs/product/admin/product_extrafields.php
      index 342c468bbec..82eafd230d7 100644
      --- a/htdocs/product/admin/product_extrafields.php
      +++ b/htdocs/product/admin/product_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='product'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/product/admin/product_lot_extrafields.php b/htdocs/product/admin/product_lot_extrafields.php
      index a7b076850ff..8e57daf7491 100644
      --- a/htdocs/product/admin/product_lot_extrafields.php
      +++ b/htdocs/product/admin/product_lot_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='product_lot'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
      index 61903819fff..cce0f4254a0 100644
      --- a/htdocs/product/ajax/products.php
      +++ b/htdocs/product/ajax/products.php
      @@ -39,7 +39,7 @@ $mode = GETPOST('mode', 'int');
       $status = ((GETPOST('status', 'int') >= 0) ? GETPOST('status', 'int') : - 1);
       $outjson = (GETPOST('outjson', 'int') ? GETPOST('outjson', 'int') : 0);
       $price_level = GETPOST('price_level', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $id = GETPOST('id', 'int');
       $price_by_qty_rowid = GETPOST('pbq', 'int');
       $finished = GETPOST('finished', 'int');
      diff --git a/htdocs/product/dynamic_price/editor.php b/htdocs/product/dynamic_price/editor.php
      index 8227fd7a37f..baa738c20c5 100644
      --- a/htdocs/product/dynamic_price/editor.php
      +++ b/htdocs/product/dynamic_price/editor.php
      @@ -33,7 +33,7 @@ $langs->loadLangs(array('products', 'accountancy')); //"Back" translation is on
       
       $id = GETPOST('id', 'int');
       $eid = GETPOST('eid', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $title = GETPOST('expression_title', 'alpha');
       $expression = GETPOST('expression');
       $tab = GETPOST('tab', 'alpha');
      diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
      index e15320932b4..7ad740eab0a 100644
      --- a/htdocs/product/fournisseurs.php
      +++ b/htdocs/product/fournisseurs.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('products', 'suppliers', 'bills', 'margins'));
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $rowid=GETPOST('rowid','int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $cancel=GETPOST('cancel', 'alpha');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'pricesuppliercard';
       
      diff --git a/htdocs/product/inventory/card.php b/htdocs/product/inventory/card.php
      index 75662a8111b..2784e3c303b 100644
      --- a/htdocs/product/inventory/card.php
      +++ b/htdocs/product/inventory/card.php
      @@ -32,7 +32,7 @@ $langs->loadLangs(array("stocks","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
      diff --git a/htdocs/product/price.php b/htdocs/product/price.php
      index 6e1ccb28991..561e6663b42 100644
      --- a/htdocs/product/price.php
      +++ b/htdocs/product/price.php
      @@ -52,7 +52,7 @@ $mesg=''; $error=0; $errors=array();
       
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $cancel = GETPOST('cancel', 'alpha');
       $eid = GETPOST('eid', 'int');
       
      diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php
      index e2719d4ca7c..15ccd50bf76 100644
      --- a/htdocs/projet/admin/project_extrafields.php
      +++ b/htdocs/projet/admin/project_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='projet'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/projet/admin/project_task_extrafields.php b/htdocs/projet/admin/project_task_extrafields.php
      index 720a54db4c7..90729840035 100644
      --- a/htdocs/projet/admin/project_task_extrafields.php
      +++ b/htdocs/projet/admin/project_task_extrafields.php
      @@ -41,7 +41,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='projet_task';
       
      diff --git a/htdocs/projet/ajax/projects.php b/htdocs/projet/ajax/projects.php
      index 2abd6535875..f2417df5353 100644
      --- a/htdocs/projet/ajax/projects.php
      +++ b/htdocs/projet/ajax/projects.php
      @@ -35,7 +35,7 @@ require '../../main.inc.php';
       
       $htmlname=GETPOST('htmlname','alpha');
       $socid=GETPOST('socid','int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $id=GETPOST('id', 'int');
       $discard_closed =GETPOST('discardclosed','int');
       
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 4c6cda8ba12..31f860dbf9b 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array("users", "projects"));
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $taskref = GETPOST('taskref', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage=GETPOST('backtopage','alpha');
       $cancel=GETPOST('cancel','alpha');
       
      diff --git a/htdocs/public/ticket/create_ticket.php b/htdocs/public/ticket/create_ticket.php
      index 98f183f159d..d451d96d011 100644
      --- a/htdocs/public/ticket/create_ticket.php
      +++ b/htdocs/public/ticket/create_ticket.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('companies', 'other', 'mails', 'ticket'));
       $id = GETPOST('id', 'int');
       $msg_id = GETPOST('msg_id', 'int');
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       $object = new Ticket($db);
       
      diff --git a/htdocs/public/ticket/index.php b/htdocs/public/ticket/index.php
      index 561cf166d6b..52b3b843fa1 100644
      --- a/htdocs/public/ticket/index.php
      +++ b/htdocs/public/ticket/index.php
      @@ -43,7 +43,7 @@ $langs->loadLangs(array('companies', 'other', 'ticket', 'errors'));
       
       // Get parameters
       $track_id = GETPOST('track_id', 'alpha');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       /***************************************************
        * VIEW
      diff --git a/htdocs/societe/admin/contact_extrafields.php b/htdocs/societe/admin/contact_extrafields.php
      index 06c37517eeb..5eaba3c1cb1 100644
      --- a/htdocs/societe/admin/contact_extrafields.php
      +++ b/htdocs/societe/admin/contact_extrafields.php
      @@ -38,7 +38,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='socpeople'; //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php
      index 42ec3d274c2..0835df13e22 100644
      --- a/htdocs/societe/admin/societe_extrafields.php
      +++ b/htdocs/societe/admin/societe_extrafields.php
      @@ -38,7 +38,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='societe';  //Must be the $element of the class that manage extrafield
       
      diff --git a/htdocs/societe/ajax/company.php b/htdocs/societe/ajax/company.php
      index 5470e6315f1..d62c8a445d6 100644
      --- a/htdocs/societe/ajax/company.php
      +++ b/htdocs/societe/ajax/company.php
      @@ -34,7 +34,7 @@ require '../../main.inc.php';
       $htmlname=GETPOST('htmlname','alpha');
       $filter=GETPOST('filter','alpha');
       $outjson=(GETPOST('outjson','int') ? GETPOST('outjson','int') : 0);
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $id=GETPOST('id', 'int');
       $showtype=GETPOST('showtype','int');
       
      diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
      index 5522f7f1cb2..a9b280a3f47 100644
      --- a/htdocs/societe/price.php
      +++ b/htdocs/societe/price.php
      @@ -40,7 +40,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
       
       $langs->loadLangs(array("products", "companies", "bills"));
       
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $search_prod = GETPOST('search_prod','alpha');
       $cancel = GETPOST('cancel','alpha');
       
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      index 08c6f8e557e..24ae20848f1 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposal_extrafields.php
      @@ -33,7 +33,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='supplier_proposal'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      index c5be8e9ec22..7d153a78cdc 100644
      --- a/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      +++ b/htdocs/supplier_proposal/admin/supplier_proposaldet_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       
       $elementtype='supplier_proposaldet'; //Must be the $table_element of the class that manage extrafield
      diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
      index b6523ca39e5..248165727cf 100644
      --- a/htdocs/supplier_proposal/card.php
      +++ b/htdocs/supplier_proposal/card.php
      @@ -57,7 +57,7 @@ $error = 0;
       $id = GETPOST('id', 'int');
       $ref = GETPOST('ref', 'alpha');
       $socid = GETPOST('socid', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $origin = GETPOST('origin', 'alpha');
       $originid = GETPOST('originid', 'int');
       $confirm = GETPOST('confirm', 'alpha');
      diff --git a/htdocs/supplier_proposal/contact.php b/htdocs/supplier_proposal/contact.php
      index 68e2d8a9a04..881fae4d1a7 100644
      --- a/htdocs/supplier_proposal/contact.php
      +++ b/htdocs/supplier_proposal/contact.php
      @@ -36,7 +36,7 @@ $langs->loadLangs(array("propal","facture","orders","sendings","companies"));
       
       $id		= GETPOST('id', 'int');
       $ref	= GETPOST('ref', 'alpha');
      -$action	= GETPOST('action', 'aZ09');
      +$action	= GETPOST('action', 'alpha');
       
       // Security check
       if ($user->societe_id) $socid=$user->societe_id;
      diff --git a/htdocs/takepos/admin/about.php b/htdocs/takepos/admin/about.php
      index 0f01b89c2b7..27b5e51b03b 100644
      --- a/htdocs/takepos/admin/about.php
      +++ b/htdocs/takepos/admin/about.php
      @@ -36,7 +36,7 @@ if (! $user->admin) {
       }
       
       // Parameters
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       $backtopage = GETPOST('backtopage', 'alpha');
       
       
      diff --git a/htdocs/user/admin/group_extrafields.php b/htdocs/user/admin/group_extrafields.php
      index 4d83be42e28..48e2b4091d6 100644
      --- a/htdocs/user/admin/group_extrafields.php
      +++ b/htdocs/user/admin/group_extrafields.php
      @@ -40,7 +40,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='usergroup'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/user/admin/user_extrafields.php b/htdocs/user/admin/user_extrafields.php
      index 0367bbafce2..81dc7c290c1 100644
      --- a/htdocs/user/admin/user_extrafields.php
      +++ b/htdocs/user/admin/user_extrafields.php
      @@ -39,7 +39,7 @@ $tmptype2label=ExtraFields::$type2label;
       $type2label=array('');
       foreach ($tmptype2label as $key => $val) $type2label[$key]=$langs->transnoentitiesnoconv($val);
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $attrname=GETPOST('attrname', 'alpha');
       $elementtype='user'; //Must be the $table_element of the class that manage extrafield
       
      diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php
      index d67125f181f..44eef8dfc1f 100644
      --- a/htdocs/user/group/card.php
      +++ b/htdocs/user/group/card.php
      @@ -46,7 +46,7 @@ if (! empty($conf->global->MAIN_USE_ADVANCED_PERMS))
       $langs->loadLangs(array('users', 'other'));
       
       $id         = GETPOST('id', 'int');
      -$action     = GETPOST('action', 'aZ09');
      +$action     = GETPOST('action', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $confirm    = GETPOST('confirm', 'alpha');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'groupcard';   // To manage different context of search
      diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
      index 8663266f4c7..5bc6130a2b6 100644
      --- a/htdocs/user/group/ldap.php
      +++ b/htdocs/user/group/ldap.php
      @@ -45,7 +45,7 @@ if (! empty($conf->global->MAIN_USE_ADVANCED_PERMS))
       }
       
       $id = GETPOST('id', 'int');
      -$action = GETPOST('action', 'aZ09');
      +$action = GETPOST('action', 'alpha');
       
       $socid=0;
       if ($user->societe_id > 0) $socid = $user->societe_id;
      diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php
      index 31773072d40..4b4b181cdc8 100644
      --- a/htdocs/user/group/perms.php
      +++ b/htdocs/user/group/perms.php
      @@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
       $langs->loadLangs(array('users', 'admin'));
       
       $id=GETPOST('id','int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       $module=GETPOST('module', 'alpha');
       $rights=GETPOST('rights', 'int');
      diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
      index d60e14c6fcf..26555d6f59e 100644
      --- a/htdocs/user/passwordforgotten.php
      +++ b/htdocs/user/passwordforgotten.php
      @@ -41,7 +41,7 @@ if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK))
           exit;
       }
       
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $mode=$dolibarr_main_authentication;
       if (! $mode) $mode='http';
       
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index ed1c8d20d79..8b7599f3707 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -34,7 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
       $langs->loadLangs(array('users', 'admin'));
       
       $id=GETPOST('id', 'int');
      -$action=GETPOST('action', 'aZ09');
      +$action=GETPOST('action', 'alpha');
       $confirm=GETPOST('confirm', 'alpha');
       $module=GETPOST('module', 'alpha');
       $rights=GETPOST('rights', 'int');
      diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php
      index 6c33de77e32..49965b9009a 100644
      --- a/htdocs/website/websiteaccount_card.php
      +++ b/htdocs/website/websiteaccount_card.php
      @@ -34,7 +34,7 @@ $langs->loadLangs(array("website","other"));
       // Get parameters
       $id			= GETPOST('id', 'int');
       $ref        = GETPOST('ref', 'alpha');
      -$action		= GETPOST('action', 'aZ09');
      +$action		= GETPOST('action', 'alpha');
       $confirm    = GETPOST('confirm', 'alpha');
       $cancel     = GETPOST('cancel', 'aZ09');
       $backtopage = GETPOST('backtopage', 'alpha');
      
      From 15dd2b3e352c12f3b88be523b84589f02d5376a5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 5 Nov 2018 21:19:09 +0100
      Subject: [PATCH 0784/1013] Work on email collector
      
      ---
       .../class/emailcollector.class.php            | 31 ++++++++++++++++---
       1 file changed, 26 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index e538c5e02ff..f925b271853 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -713,7 +713,7 @@ class EmailCollector extends CommonObject
       		$this->fetch_actions();
       
       		$sourcedir = $this->source_directory;
      -		$targetdir = ($this->target_directory ? $server.$this->target_directory : '');
      +		$targetdir = ($this->target_directory ? $server.$this->target_directory : '');			// Can be '[Gmail]/Trash' or 'mytag'
       
       		// Connect to IMAP
       		$flags ='/service=imap';		// IMAP
      @@ -722,8 +722,9 @@ class EmailCollector extends CommonObject
       		//$flags.='/readonly';
       		//$flags.='/debug';
       
      -		$connectstring = '{'.$this->host.':993'.$flags.'}';
      -		$connectstring.=imap_utf7_encode($sourcedir);
      +		$connectstringserver = '{'.$this->host.':993'.$flags.'}';
      +		$connectstring = $connectstringserver.imap_utf7_encode($sourcedir);
      +		$connectstringtarget = $connectstringserver.imap_utf7_encode($targetdir);
       
       		$connection = imap_open($connectstring, $this->user, $this->password);
       		if (! $connection)
      @@ -765,10 +766,23 @@ class EmailCollector extends CommonObject
       		{
       			foreach($arrayofemail as $imapemail)
       			{
      +				if ($nbemailprocessed > 100) break;			// Do not process more than 100 email per launch
      +
       				$errorforactions = 0;
       
       				$this->db->begin();
       
      +				$overview = imap_fetch_overview($connection, $imapemail, 0);
      +				$header = imap_fetchheader($connection ,$imapemail, 0);
      +				$message = imap_body($connection, $imapemail, 0);
      +				// imap_fetchstructure($connection, $imapemail, 0);
      +				// imap_fetchbody($connection, $imapemail, 1) may be text/plain, 2 may be text/html
      +
      +				/*var_dump($overview);
      +				var_dump($header);
      +				var_dump($message);
      +				*/
      +
       				// Record email
       				foreach($this->actions as $actionkey => $actionvalue)
       				{
      @@ -786,7 +800,13 @@ class EmailCollector extends CommonObject
       				// Move email
       				if (! $errorforactions && $targetdir)
       				{
      -					//imap_mail_move($connection, $sourcedir, $targetdir);
      +					dol_syslog("EmailCollector::doCollect move message ".$imapemail." to ".$connectstringtarget, LOG_DEBUG);
      +					$res = imap_mail_move($connection, $imapemail, $targetdir, 0);
      +					if ($res == false) {
      +						$error++;
      +						$this->errors = imap_last_error();
      +						dol_syslog(imap_last_error());
      +					}
       				}
       
       				$nbemailprocessed++;
      @@ -801,7 +821,8 @@ class EmailCollector extends CommonObject
       			$this->output=$langs->trans('NoNewEmailToProcess');
       		}
       
      -		//imap_expunge($connection);
      +		imap_expunge($connection);	// To validate any move
      +
       		imap_close($connection);
       
       		$this->datelastresult = $now;
      
      From 0f43521274b9f02a687f46e3c026676d77e7ce79 Mon Sep 17 00:00:00 2001
      From: Laurent Bouquet <laurent.bouquet@joliciel.fr>
      Date: Mon, 5 Nov 2018 22:52:57 +0100
      Subject: [PATCH 0785/1013] Fix syntax error in
       'htdocs\accountancy\admin\export.php' : Delete 'aZ09' text in line 45
      
      ---
       htdocs/accountancy/admin/export.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index 23ac96ea263..eccb9b0c06f 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -42,7 +42,7 @@ if (empty($user->rights->accounting->chartofaccount))
       }
       
       $action = GETPOST('action', 'alpha');
      -aZ09
      +
       // Parameters ACCOUNTING_EXPORT_*
       $main_option = array (
           'ACCOUNTING_EXPORT_PREFIX_SPEC',
      
      From cb10da4d4113c82c40ed7adc44827ffe07c43376 Mon Sep 17 00:00:00 2001
      From: Laurent Bouquet <laurent.bouquet@joliciel.fr>
      Date: Mon, 5 Nov 2018 23:06:19 +0100
      Subject: [PATCH 0786/1013] [Core] Add product search from barcode via REST api
      
      ---
       htdocs/product/class/api_products.class.php | 19 ++++++++++++++-----
       htdocs/product/class/product.class.php      |  6 ++++--
       2 files changed, 18 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php
      index ce6928c7331..9767d152770 100644
      --- a/htdocs/product/class/api_products.class.php
      +++ b/htdocs/product/class/api_products.class.php
      @@ -52,12 +52,15 @@ class Products extends DolibarrApi
           }
       
           /**
      -     * Get properties of a product object
      +     * Get properties of a product object (from its ID, Ref, Ref_ext or Barcode)
            *
            * Return an array with product information.
            * TODO implement getting a product by ref or by $ref_ext
            *
      -     * @param 	int 	$id     			ID of product
      +     * @param 	int 	$id     			ID of product 
      +	 * @param	string	$ref			    Ref of element
      +	 * @param	string	$ref_ext			Ref ext of element
      +	 * @param	string	$barcode			Barcode of element
            * @param	int		$includestockdata	Load also information about stock (slower)
            * @return 	array|mixed 				Data without useless information
       	 *
      @@ -65,17 +68,23 @@ class Products extends DolibarrApi
            * @throws 403
            * @throws 404
            */
      -    function get($id, $includestockdata=0)
      +    function get($id, $ref='', $ref_ext='', $barcode='', $includestockdata=0)
           {
      +		if (empty($id) && empty($ref) && empty($ref_ext) && empty($barcode)) {
      +			throw new RestException(400, 'bad value for parameter id, ref, ref_ext or barcode');
      +		}
      +
      +        $id = (empty($id)?0:$id);
      +        
               if(! DolibarrApiAccess::$user->rights->produit->lire) {
       			throw new RestException(403);
       		}
       
      -        $result = $this->product->fetch($id);
      +        $result = $this->product->fetch($id, $ref, $ref_ext, $barcode);
               if( ! $result ) {
                   throw new RestException(404, 'Product not found');
               }
      -
      +        
       		if( ! DolibarrApi::_checkAccessToResource('product',$this->product->id)) {
       			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
       		}
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 805d5d214a2..7cbad44cd31 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -1885,10 +1885,11 @@ class Product extends CommonObject
       	 *  @param	int		$id      			Id of product/service to load
       	 *  @param  string	$ref     			Ref of product/service to load
       	 *  @param	string	$ref_ext			Ref ext of product/service to load
      +	 *  @param	string	$barcode			Barcode of product/service to load
            *  @param	int		$ignore_expression  Ignores the math expression for calculating price and uses the db value instead
       	 *  @return int     					<0 if KO, 0 if not found, >0 if OK
       	 */
      -	function fetch($id='', $ref='', $ref_ext='', $ignore_expression=0)
      +	function fetch($id='', $ref='', $ref_ext='', $barcode='', $ignore_expression=0)
       	{
       	    include_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
       
      @@ -1897,7 +1898,7 @@ class Product extends CommonObject
       		dol_syslog(get_class($this)."::fetch id=".$id." ref=".$ref." ref_ext=".$ref_ext);
       
       		// Check parameters
      -		if (! $id && ! $ref && ! $ref_ext)
      +		if (! $id && ! $ref && ! $ref_ext && ! $barcode)		
       		{
       			$this->error='ErrorWrongParameters';
       			dol_syslog(get_class($this)."::fetch ".$this->error);
      @@ -1919,6 +1920,7 @@ class Product extends CommonObject
       			$sql.= " WHERE entity IN (".getEntity($this->element).")";
       			if ($ref) $sql.= " AND ref = '".$this->db->escape($ref)."'";
       			else if ($ref_ext) $sql.= " AND ref_ext = '".$this->db->escape($ref_ext)."'";
      +			else if ($barcode) $sql.= " AND barcode = '".$this->db->escape($barcode)."'";	
       		}
       
       		$resql = $this->db->query($sql);
      
      From 52aa86000869e14d54f14fbe441192ba6d852f5e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 09:39:22 +0100
      Subject: [PATCH 0787/1013] Code comment
      
      ---
       htdocs/core/modules/expedition/doc/pdf_rouget.modules.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      index 683a5e13124..d1e7ffe0917 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      @@ -75,7 +75,7 @@ class pdf_rouget extends ModelePdfExpedition
       		$this->posxqtytoship=$this->page_largeur - $this->marge_droite - 28;
       		$this->posxpuht=$this->page_largeur - $this->marge_droite;
       
      -		if (!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT)) {
      +		if (!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT)) {	// Show also the prices
       
       			$this->posxweightvol=$this->page_largeur - $this->marge_droite - 118;
       			$this->posxqtyordered=$this->page_largeur - $this->marge_droite - 96;
      @@ -122,7 +122,7 @@ class pdf_rouget extends ModelePdfExpedition
       		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
       		$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies", "propal", "deliveries", "sendings", "productbatch"));
       
      
      From 055a55b9009b0974ee23d1b62f405bdb7067b805 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 10:03:12 +0100
      Subject: [PATCH 0788/1013] NEW Add SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME and
       SHIPPING_PDF_HIDE_QTYTOSHIP
      
      ---
       .../expedition/doc/pdf_rouget.modules.php     | 91 +++++++++++--------
       1 file changed, 55 insertions(+), 36 deletions(-)
      
      diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      index daa8d67e5d1..0f45eed4b8d 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      @@ -146,7 +146,7 @@ class pdf_rouget extends ModelePdfExpedition
       		$this->posxqtytoship=$this->page_largeur - $this->marge_droite - 28;
       		$this->posxpuht=$this->page_largeur - $this->marge_droite;
       
      -		if (!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT)) {
      +		if (!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT)) {	// Show also the prices
       
       			$this->posxweightvol=$this->page_largeur - $this->marge_droite - 118;
       			$this->posxqtyordered=$this->page_largeur - $this->marge_droite - 96;
      @@ -173,7 +173,7 @@ class pdf_rouget extends ModelePdfExpedition
       		}
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	/**
       	 *	Function to build pdf onto disk
       	 *
      @@ -187,7 +187,7 @@ class pdf_rouget extends ModelePdfExpedition
       	 */
       	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
       	{
      -        // phpcs:enable
      +		// phpcs:enable
       		global $user,$conf,$langs,$hookmanager;
       
       		$object->fetch_thirdparty();
      @@ -533,8 +533,11 @@ class pdf_rouget extends ModelePdfExpedition
       					    $voltxt=round($object->lines[$i]->volume * $object->lines[$i]->qty_shipped, 5).' '.measuring_units_string($object->lines[$i]->volume_units?$object->lines[$i]->volume_units:0,"volume");
       					}
       
      -					$pdf->writeHTMLCell($this->posxqtyordered - $this->posxweightvol + 2, 3, $this->posxweightvol - 1, $curY, $weighttxt.(($weighttxt && $voltxt)?'<br>':'').$voltxt, 0, 0, false, true, 'C');
      -					//$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), 3, $weighttxt.(($weighttxt && $voltxt)?'<br>':'').$voltxt,'','C');
      +					if (empty($conf->global->SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME))
      +					{
      +						$pdf->writeHTMLCell($this->posxqtyordered - $this->posxweightvol + 2, 3, $this->posxweightvol - 1, $curY, $weighttxt.(($weighttxt && $voltxt)?'<br>':'').$voltxt, 0, 0, false, true, 'C');
      +						//$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), 3, $weighttxt.(($weighttxt && $voltxt)?'<br>':'').$voltxt,'','C');
      +					}
       
       					if (empty($conf->global->SHIPPING_PDF_HIDE_ORDERED))
       					{
      @@ -542,10 +545,13 @@ class pdf_rouget extends ModelePdfExpedition
       					   $pdf->MultiCell(($this->posxqtytoship - $this->posxqtyordered), 3, $object->lines[$i]->qty_asked,'','C');
       					}
       
      -					$pdf->SetXY($this->posxqtytoship, $curY);
      -					$pdf->MultiCell(($this->posxpuht - $this->posxqtytoship), 3, $object->lines[$i]->qty_shipped,'','C');
      +					if (empty($conf->global->SHIPPING_PDF_HIDE_QTYTOSHIP))
      +					{
      +						$pdf->SetXY($this->posxqtytoship, $curY);
      +						$pdf->MultiCell(($this->posxpuht - $this->posxqtytoship), 3, $object->lines[$i]->qty_shipped,'','C');
      +					}
       
      -					if(!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT))
      +					if(!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT))
       					{
       						$pdf->SetXY($this->posxpuht, $curY);
       						$pdf->MultiCell(($this->posxtotalht - $this->posxpuht-1), 3, price($object->lines[$i]->subprice, 0, $outputlangs),'','R');
      @@ -653,7 +659,7 @@ class pdf_rouget extends ModelePdfExpedition
       		}
       	}
       
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
       	/**
       	 *	Show total to pay
       	 *
      @@ -666,7 +672,7 @@ class pdf_rouget extends ModelePdfExpedition
       	 */
       	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
       	{
      -        // phpcs:enable
      +		// phpcs:enable
       		global $conf,$mysoc;
       
               $sign=1;
      @@ -720,34 +726,41 @@ class pdf_rouget extends ModelePdfExpedition
               	$pdf->MultiCell($this->posxqtytoship - $this->posxqtyordered, $tab2_hl, $totalOrdered, 0, 'C', 1);
               }
       
      -    	$pdf->SetXY($this->posxqtytoship, $tab2_top + $tab2_hl * $index);
      -    	$pdf->MultiCell($this->posxpuht - $this->posxqtytoship, $tab2_hl, $totalToShip, 0, 'C', 1);
      +        if (empty($conf->global->SHIPPING_PDF_HIDE_QTYTOSHIP))
      +        {
      +        	$pdf->SetXY($this->posxqtytoship, $tab2_top + $tab2_hl * $index);
      +        	$pdf->MultiCell($this->posxpuht - $this->posxqtytoship, $tab2_hl, $totalToShip, 0, 'C', 1);
      +        }
       
      -		if(!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT)) {
      +		if (!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT)) {
       
       	    	$pdf->SetXY($this->posxpuht, $tab2_top + $tab2_hl * $index);
       	    	$pdf->MultiCell($this->posxtotalht - $this->posxpuht, $tab2_hl, '', 0, 'C', 1);
       
       	    	$pdf->SetXY($this->posxtotalht, $tab2_top + $tab2_hl * $index);
       	    	$pdf->MultiCell($this->page_largeur - $this->marge_droite - $this->posxtotalht, $tab2_hl, price($object->total_ht, 0, $outputlangs), 0, 'C', 1);
      +
       		}
       
      -		// Total Weight
      -		if ($totalWeighttoshow)
      +		if (empty($conf->global->SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME))
       		{
      -    		$pdf->SetXY($this->posxweightvol, $tab2_top + $tab2_hl * $index);
      -    		$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), $tab2_hl, $totalWeighttoshow, 0, 'C', 1);
      +			// Total Weight
      +			if ($totalWeighttoshow)
      +			{
      +	    		$pdf->SetXY($this->posxweightvol, $tab2_top + $tab2_hl * $index);
      +	    		$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), $tab2_hl, $totalWeighttoshow, 0, 'C', 1);
       
      -    		$index++;
      -		}
      -		if ($totalVolumetoshow)
      -		{
      -    		$pdf->SetXY($this->posxweightvol, $tab2_top + $tab2_hl * $index);
      -    		$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), $tab2_hl, $totalVolumetoshow, 0, 'C', 1);
      +	    		$index++;
      +			}
      +			if ($totalVolumetoshow)
      +			{
      +	    		$pdf->SetXY($this->posxweightvol, $tab2_top + $tab2_hl * $index);
      +	    		$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), $tab2_hl, $totalVolumetoshow, 0, 'C', 1);
       
      -		    $index++;
      +			    $index++;
      +			}
      +			if (! $totalWeighttoshow && ! $totalVolumetoshow) $index++;
       		}
      -		if (! $totalWeighttoshow && ! $totalVolumetoshow) $index++;
       
       		$pdf->SetTextColor(0,0,0);
       
      @@ -794,11 +807,14 @@ class pdf_rouget extends ModelePdfExpedition
       			$pdf->MultiCell($this->posxqtyordered - $this->posxdesc, 2, $outputlangs->transnoentities("Description"), '', 'L');
       		}
       
      -		$pdf->line($this->posxweightvol-1, $tab_top, $this->posxweightvol-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      +		if (empty($conf->global->SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME))
       		{
      -			$pdf->SetXY($this->posxweightvol-1, $tab_top+1);
      -			$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), 2, $outputlangs->transnoentities("WeightVolShort"),'','C');
      +			$pdf->line($this->posxweightvol-1, $tab_top, $this->posxweightvol-1, $tab_top + $tab_height);
      +			if (empty($hidetop))
      +			{
      +				$pdf->SetXY($this->posxweightvol-1, $tab_top+1);
      +				$pdf->MultiCell(($this->posxqtyordered - $this->posxweightvol), 2, $outputlangs->transnoentities("WeightVolShort"),'','C');
      +			}
       		}
       
               if (empty($conf->global->SHIPPING_PDF_HIDE_ORDERED))
      @@ -811,14 +827,17 @@ class pdf_rouget extends ModelePdfExpedition
           		}
               }
       
      -		$pdf->line($this->posxqtytoship-1, $tab_top, $this->posxqtytoship-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      -			$pdf->SetXY($this->posxqtytoship, $tab_top+1);
      -			$pdf->MultiCell(($this->posxpuht - $this->posxqtytoship), 2, $outputlangs->transnoentities("QtyToShip"),'','C');
      -		}
      +        if (empty($conf->global->SHIPPING_PDF_HIDE_QTYTOSHIP))
      +        {
      +			$pdf->line($this->posxqtytoship-1, $tab_top, $this->posxqtytoship-1, $tab_top + $tab_height);
      +			if (empty($hidetop))
      +			{
      +				$pdf->SetXY($this->posxqtytoship, $tab_top+1);
      +				$pdf->MultiCell(($this->posxpuht - $this->posxqtytoship), 2, $outputlangs->transnoentities("QtyToShip"),'','C');
      +			}
      +        }
       
      -		if(!empty($conf->global->MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT)) {
      +		if (!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT)) {
       
       			$pdf->line($this->posxpuht-1, $tab_top, $this->posxpuht-1, $tab_top + $tab_height);
       			if (empty($hidetop))
      
      From 7f4276cd6fd3047b5d431bd6671a5530d408f226 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 10:07:28 +0100
      Subject: [PATCH 0789/1013] Update doc
      
      ---
       ChangeLog | 5 +++--
       1 file changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/ChangeLog b/ChangeLog
      index ef33f664d04..5baea846f2d 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -8,8 +8,9 @@ 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: Stable module "Skype" has been replaced with module "Social Networks" to support more services.
       NEW: Experimental module "TakePos"
      +NEW: Experimental module "Ticket"
       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.
       NEW: Compatibility with PHP 7.3
      @@ -25,7 +26,7 @@ Following changes may create regressions for some external modules, but were nec
       * 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).
      -
      +* Hidden option MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT has been renamed into SHIPPING_PDF_DISPLAY_AMOUNT_HT
       
       
       ***** ChangeLog for 8.0.3 compared to 8.0.2 *****
      
      From ae8120041e7f06f37b9e22e96db54877ad6dc56e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 10:07:46 +0100
      Subject: [PATCH 0790/1013] Typo
      
      ---
       ChangeLog | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/ChangeLog b/ChangeLog
      index 5baea846f2d..e4fbf63e758 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -23,7 +23,7 @@ For developers:
       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
      +* If you use some links like viewimages.php?modulepart=mycompany&file=... in your 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).
       * Hidden option MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT has been renamed into SHIPPING_PDF_DISPLAY_AMOUNT_HT
      
      From f05b67909b7c1794704c0cecad1e94727a99d53a Mon Sep 17 00:00:00 2001
      From: Laurent Bouquet <laurent.bouquet@joliciel.fr>
      Date: Tue, 6 Nov 2018 12:13:16 +0100
      Subject: [PATCH 0791/1013] NEW : Add product search from barcode via REST api
      
      ---
       htdocs/core/modules/DolibarrModules.class.php | 3979 ++++----
       htdocs/product/class/api_products.class.php   |  386 +-
       htdocs/product/class/product.class.php        | 8595 +++++++++--------
       3 files changed, 6468 insertions(+), 6492 deletions(-)
      
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index 24541c353e8..d52adb6522d 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -35,2215 +35,2190 @@
        */
       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
      -	 */
      -	public $db;
      -
      -	/**
      -	 * @var int Module unique ID
      -	 * @see https://wiki.dolibarr.org/index.php/List_of_modules_id
      -	 */
      -	public $numero;
      -
      -	/**
      -	 * @var string Publisher name
      -	 * @since 4.0.0
      -	 */
      -	public $editor_name;
      -
      -	/**
      -	 * @var string URL of module at publisher site
      -	 * @since 4.0.0
      -	 */
      -	public $editor_url;
      -
      -	/**
      -	 * @var string Family
      -	 * @see familyinfo
      -	 *
      -	 * Native values: 'crm', 'financial', 'hr', 'projects', 'products', 'ecm', 'technic', 'other'.
      -	 * Use familyinfo to declare a custom value.
      -	 */
      -	public $family;
      -
      -	/**
      -	 * @var array Custom family informations
      -	 * @see family
      -	 *
      -	 * e.g.:
      -	 * array(
      -	 *     'myownfamily' => array(
      -	 *         'position' => '001',
      -	 *         'label' => $langs->trans("MyOwnFamily")
      -	 *     )
      -	 * );
      -	 *
      -	 */
      -	public $familyinfo;
      -
      -	/**
      -	 * @var string	Module position on 2 digits
      -	 */
      -	public $module_position='50';
      -
      -	/**
      -	 * @var string Module name
      -	 *
      -	 * Only used if Module[ID]Name translation string is not found.
      -	 *
      -	 * You can use the following code to automatically derive it from your module's class name:
      -	 * preg_replace('/^mod/i', '', get_class($this))
      -	 */
      -	public $name;
      -
      -	/**
      -	 * @var string[] Paths to create when module is activated
      -	 *
      -	 * e.g.: array('/mymodule/temp')
      -	 */
      -	public $dirs = array();
      -
      -	/**
      -	 * @var array Module boxes
      -	 */
      -	public $boxes = array();
      -
      -	/**
      -	 * @var array Module constants
      -	 */
      -	public $const = array();
      -
      -	/**
      -	 * @var array Module cron jobs entries
      -	 */
      -	public $cronjobs = array();
      -
      -	/**
      -	 * @var array Module access rights
      -	 */
      -	public $rights;
      -
      -	/**
      -	 * @var string Module access rights family
      -	 */
      -	public $rights_class;
      -
      -	/**
      -	 * @var array Module menu entries
      -	 */
      -	public $menu = array();
      -
      -	/**
      -	 * @var array Module parts
      -	 *  array(
      -	 *      // Set this to 1 if module has its own trigger directory (/mymodule/core/triggers)
      -	 *      'triggers' => 0,
      -	 *      // Set this to 1 if module has its own login method directory (/mymodule/core/login)
      -	 *      'login' => 0,
      -	 *      // Set this to 1 if module has its own substitution function file (/mymodule/core/substitutions)
      -	 *      'substitutions' => 0,
      -	 *      // Set this to 1 if module has its own menus handler directory (/mymodule/core/menus)
      -	 *      'menus' => 0,
      -	 *      // Set this to 1 if module has its own theme directory (/mymodule/theme)
      -	 *      'theme' => 0,
      -	 *      // Set this to 1 if module overwrite template dir (/mymodule/core/tpl)
      -	 *      'tpl' => 0,
      -	 *      // Set this to 1 if module has its own barcode directory (/mymodule/core/modules/barcode)
      -	 *      'barcode' => 0,
      -	 *      // Set this to 1 if module has its own models directory (/mymodule/core/modules/xxx)
      -	 *      'models' => 0,
      -	 *      // Set this to relative path of css file if module has its own css file
      -	 *      'css' => '/mymodule/css/mymodule.css.php',
      -	 *      // Set this to relative path of js file if module must load a js on all pages
      -	 *      'js' => '/mymodule/js/mymodule.js',
      -	 *      // Set here all hooks context managed by module
      -	 *      'hooks' => array('hookcontext1','hookcontext2')
      -	 *  )
      -	 */
      -	public $module_parts = array();
      -
      -	/**
      -	 * @var string Module documents ?
      -	 * @deprecated Seems unused anywhere
      -	 */
      -	public $docs;
      -
      -	/**
      -	 * @var string ?
      -	 * @deprecated Seems unused anywhere
      -	 */
      -	public $dbversion = "-";
      -
      -	/**
      -	 * @var string Error message
      -	 */
      -	public $error;
      -
      -	/**
      -	 * @var string Module version
      -	 * @see http://semver.org
      -	 *
      -	 * The following keywords can also be used:
      -	 * 'development'
      -	 * 'experimental'
      -	 * 'dolibarr': only for core modules that share its version
      -	 * 'dolibarr_deprecated': only for deprecated core modules
      -	 *
      -	 */
      -	public $version;
      -
      -	/**
      -	 * @var string Module description (short text)
      -	 *
      -	 * Only used if Module[ID]Desc translation string is not found.
      -	 */
      -	public $description;
      -
      -	/**
      -	 * @var string Module description (long text)
      -	 * @since 4.0.0
      -	 *
      -	 * HTML content supported.
      -	 */
      -	public $descriptionlong;
      -
      -
      -	// For exports
      -
      -	/**
      -	 * @var string Module export code
      -	 */
      -	public $export_code;
      -
      -	/**
      -	 * @var string Module export label
      -	 */
      -	public $export_label;
      -
      -	public $export_permission;
      -	public $export_fields_array;
      -	public $export_TypeFields_array;
      -	public $export_entities_array;
      -	public $export_special_array;           // special or computed field
      -	public $export_dependencies_array;
      -	public $export_sql_start;
      -	public $export_sql_end;
      -	public $export_sql_order;
      -
      -
      -	// For import
      -
      -	/**
      -	 * @var string Module import code
      -	 */
      -	public $import_code;
      -
      -	/**
      -	 * @var string Module import label
      -	 */
      -	public $import_label;
      -
      -
      -	/**
      -	 * @var string Module constant name
      -	 */
      -	public $const_name;
      -
      -	/**
      -	 * @var bool Module can't be disabled
      -	 */
      -	public $always_enabled;
      -
      -	/**
      -	 * @var int Module is enabled globally (Multicompany support)
      -	 */
      -	public $core_enabled;
      -
      -	/**
      -	 * @var string Relative path to module style sheet
      -	 * @deprecated
      -	 * @see module_parts
      -	 */
      -	public $style_sheet = '';
      -
      -	/**
      -	 * @var 0|1|2|3 Where to display the module in setup page
      -	 * @deprecated @since 4.0.0
      -	 * @see family
      -	 * @see familyinfo
      -	 *
      -	 * 0: common
      -	 * 1: interface
      -	 * 2: others
      -	 * 3: very specific
      -	 */
      -	public $special;
      -
      -	/**
      -	 * @var string Name of image file used for this module
      -	 *
      -	 * If file is in theme/yourtheme/img directory under name object_pictoname.png use 'pictoname'
      -	 * If file is in module/img directory under name object_pictoname.png use 'pictoname@module'
      -	 */
      -	public $picto;
      -
      -	/**
      -	 * @var string[] List of config pages
      -	 *
      -	 * Name of php pages stored into module/admin directory, used to setup module.
      -	 * e.g.: "admin.php@module"
      -	 */
      -	public $config_page_url;
      -
      -
      -	/**
      -	 * @var string[] List of module class names that must be enabled if this module is enabled.
      -	 *
      -	 * e.g.: array('modAnotherModule', 'FR'=>'modYetAnotherModule')
      -	 */
      -	public $depends;
      -
      -	/**
      -	 * @var int[] List of module ids to disable if this one is disabled.
      -	 */
      -	public $requiredby;
      -
      -	/**
      -	 * @var string[] List of module class names as string this module is in conflict with.
      -	 * @see depends
      -	 */
      -	public $conflictwith;
      -
      -	/**
      -	 * @var string[] Module language files
      -	 */
      -	public $langfiles;
      -
      -	/**
      -	 * @var array<string,string> Array of warnings to show when we activate the module
      -	 *
      -	 * array('always'='text') or array('FR'='text')
      -	 */
      -	public $warnings_activation;
      -
      -	/**
      -	 * @var array<string,string> Array of warnings to show when we activate an external module
      -	 *
      -	 * array('always'='text') or array('FR'='text')
      -	 */
      -	public $warnings_activation_ext;
      -
      -
      -	/**
      -	 * @var array() Minimum version of PHP required by module.
      -	 * e.g.: PHP ≥ 5.4 = array(5, 4)
      -	 */
      -	public $phpmin;
      -
      -	/**
      -	 * @var array Minimum version of Dolibarr required by module.
      -	 * e.g.: Dolibarr ≥ 3.6 = array(3, 6)
      -	 */
      -	public $need_dolibarr_version;
      -
      -	/**
      -	 * @var bool Whether to hide the module.
      -	 */
      -	public $hidden = false;
      -
      -
      -
      -
      -
      -	/**
      -	 * Constructor. Define names, constants, directories, boxes, permissions
      -	 *
      -	 * @param DoliDB		$db      Database handler
      -	 */
      -	public function __construct($db)
      -	{
      -		$this->db = $db;
      -	}
      -	// We should but can't set this as abstract because this will make dolibarr hang
      -	// after migration due to old module not implementing. We must wait PHP is able to make
      -	// a try catch on Fatal error to manage this correctly.
      -	// We need constructor into function unActivateModule into admin.lib.php
      -
      -
      -	/**
      -	 * Enables a module.
      -	 * Inserts all informations into database
      -	 *
      -	 * @param   array  		$array_sql  SQL requests to be executed when enabling module
      -	 * @param   string      $options    String with options when disabling module:
      -	 *                                  - 'noboxes' = Do not insert boxes
      -	 *                                  - 'newboxdefonly' = For boxes, insert def of boxes only and not boxes activation
      -	 *
      -	 * @return  int                         1 if OK, 0 if KO
      -	 */
      -	function _init($array_sql, $options='')
      -	{
      -		global $conf;
      -		$err=0;
      -
      -		$this->db->begin();
      -
      -		// Insert activation module constant
      -		if (! $err) $err+=$this->_active();
      -
      -		// Insert new pages for tabs (into llx_const)
      -		if (! $err) $err+=$this->insert_tabs();
      -
      -		// Insert activation of module's parts
      -		if (! $err) $err+=$this->insert_module_parts();
      -
      -		// Insert constant defined by modules (into llx_const)
      -		if (! $err && ! preg_match('/newboxdefonly/',$options)) $err+=$this->insert_const();	// Test on newboxdefonly to avoid to erase value during upgrade
      -
      -		// Insert boxes def into llx_boxes_def and boxes setup (into llx_boxes)
      -		if (! $err && ! preg_match('/noboxes/',$options)) $err+=$this->insert_boxes($options);
      -
      -		// Insert cron job entries (entry in llx_cronjobs)
      -		if (! $err) $err+=$this->insert_cronjobs();
      -
      -		// Insert permission definitions of module into llx_rights_def. If user is admin, grant this permission to user.
      -		if (! $err) $err+=$this->insert_permissions(1, null, 1);
      -
      -		// Insert specific menus entries into database
      -		if (! $err) $err+=$this->insert_menus();
      -
      -		// Create module's directories
      -		if (! $err) $err+=$this->create_dirs();
      -
      -		// Execute addons requests
      -		$num=count($array_sql);
      -		for ($i = 0; $i < $num; $i++)
      -		{
      -			if (! $err)
      -			{
      -				$val=$array_sql[$i];
      -				$sql=$val;
      -				$ignoreerror=0;
      -				if (is_array($val))
      -				{
      -					$sql=$val['sql'];
      -					$ignoreerror=$val['ignoreerror'];
      -				}
      -				// Add current entity id
      -				$sql=str_replace('__ENTITY__', $conf->entity, $sql);
      -
      -				dol_syslog(get_class($this)."::_init ignoreerror=".$ignoreerror."", LOG_DEBUG);
      -				$result=$this->db->query($sql, $ignoreerror);
      -				if (! $result)
      -				{
      -					if (! $ignoreerror)
      -					{
      -						$this->error=$this->db->lasterror();
      -						$err++;
      -					}
      -					else
      -					{
      -						dol_syslog(get_class($this)."::_init Warning ".$this->db->lasterror(), LOG_WARNING);
      -					}
      -				}
      -			}
      -		}
      -
      -		// Return code
      -		if (! $err)
      -		{
      -			$this->db->commit();
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->db->rollback();
      -			return 0;
      -		}
      -	}
      -
      -	/**
      -	 * Disable function. Deletes the module constants and boxes from the database.
      -	 *
      -	 * @param   string[]    $array_sql  SQL requests to be executed when module is disabled
      -	 * @param   string      $options	Options when disabling module:
      -	 *                                  - 'newboxdefonly|noboxes' = We don't remove boxes.
      -	 *
      -	 * @return  int                     1 if OK, 0 if KO
      -	 */
      -	function _remove($array_sql, $options='')
      -	{
      -		$err=0;
      -
      -		$this->db->begin();
      -
      -		// Remove activation module line (constant MAIN_MODULE_MYMODULE in llx_const)
      -		if (! $err) $err+=$this->_unactive();
      -
      -		// Remove activation of module's new tabs (MAIN_MODULE_MYMODULE_TABS_XXX in llx_const)
      -		if (! $err) $err+=$this->delete_tabs();
      -
      -		// Remove activation of module's parts (MAIN_MODULE_MYMODULE_XXX in llx_const)
      -		if (! $err) $err+=$this->delete_module_parts();
      -
      -		// Remove constants defined by modules
      -		if (! $err) $err+=$this->delete_const();
      -
      -		// Remove list of module's available boxes (entry in llx_boxes)
      -		if (! $err && ! preg_match('/(newboxdefonly|noboxes)/',$options)) $err+=$this->delete_boxes();	// We don't have to delete if option ask to keep boxes safe or ask to add new box def only
      -
      -		// Remove list of module's cron job entries (entry in llx_cronjobs)
      -		if (! $err) $err+=$this->delete_cronjobs();
      -
      -		// Remove module's permissions from list of available permissions (entries in llx_rights_def)
      -		if (! $err) $err+=$this->delete_permissions();
      -
      -		// Remove module's menus (entries in llx_menu)
      -		if (! $err) $err+=$this->delete_menus();
      -
      -		// Remove module's directories
      -		if (! $err) $err+=$this->delete_dirs();
      -
      -		// Run complementary sql requests
      -		$num=count($array_sql);
      -		for ($i = 0; $i < $num; $i++)
      -		{
      -			if (! $err)
      -			{
      -				dol_syslog(get_class($this)."::_remove", LOG_DEBUG);
      -				$result=$this->db->query($array_sql[$i]);
      -				if (! $result)
      -				{
      -					$this->error=$this->db->error();
      -					$err++;
      -				}
      -			}
      -		}
      -
      -		// Return code
      -		if (! $err)
      -		{
      -			$this->db->commit();
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->db->rollback();
      -			return 0;
      -		}
      -	}
      -
      -
      -	/**
      -	 * Gives the translated module name if translation exists in admin.lang or into language files of module.
      -	 * Otherwise return the module key name.
      -	 *
      -	 * @return  string  Translated module name
      -	 */
      -	function getName()
      -	{
      -		global $langs;
      -		$langs->load("admin");
      -
      -		if ($langs->transnoentitiesnoconv("Module".$this->numero."Name") != ("Module".$this->numero."Name"))
      -		{
      -			// If module name translation exists
      -			return $langs->transnoentitiesnoconv("Module".$this->numero."Name");
      -		}
      -		else
      -		{
      -			// If module name translation using it's unique id does not exist, we try to use its name to find translation
      -			if (is_array($this->langfiles))
      -			{
      -				foreach($this->langfiles as $val)
      -				{
      -					if ($val) $langs->load($val);
      -				}
      -			}
      -
      -			if ($langs->trans("Module".$this->name."Name") != ("Module".$this->name."Name"))
      -			{
      -				// If module name translation exists
      -				return $langs->transnoentitiesnoconv("Module".$this->name."Name");
      -			}
      -
      -			// Last chance with simple label
      -			return $langs->transnoentitiesnoconv($this->name);
      -		}
      -	}
      -
      -
      -	/**
      -	 * Gives the translated module description if translation exists in admin.lang or the default module description
      -	 *
      -	 * @return  string  Translated module description
      -	 */
      -	function getDesc()
      -	{
      -		global $langs;
      -		$langs->load("admin");
      -
      -		if ($langs->transnoentitiesnoconv("Module".$this->numero."Desc") != ("Module".$this->numero."Desc"))
      -		{
      -			// If module description translation exists
      -			return $langs->transnoentitiesnoconv("Module".$this->numero."Desc");
      -		}
      -		else
      -		{
      -			// If module description translation does not exist using its unique id, we can use its name to find translation
      -			if (is_array($this->langfiles))
      -			{
      -				foreach($this->langfiles as $val)
      -				{
      -					if ($val) $langs->load($val);
      -				}
      -			}
      -
      -			if ($langs->transnoentitiesnoconv("Module".$this->name."Desc") != ("Module".$this->name."Desc"))
      -			{
      -				// If module name translation exists
      -				return $langs->trans("Module".$this->name."Desc");
      -			}
      -
      -			// Last chance with simple label
      -			return $langs->trans($this->description);
      -		}
      -	}
      -
      -	/**
      -	 * Gives the long description of a module. First check README-la_LA.md then README.md
      -	 * If no markdown files found, it returns translated value of the key ->descriptionlong.
      -	 *
      -	 * @return  string     Long description of a module from README.md of from property.
      -	 */
      -	function getDescLong()
      -	{
      -		global $langs;
      -		$langs->load("admin");
      -
      -		include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      -		include_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
      -
      -		$pathoffile = $this->getDescLongReadmeFound();
      -
      -		if ($pathoffile)     // Mostly for external modules
      -		{
      -			$content = file_get_contents($pathoffile);
      -
      -			if ((float) DOL_VERSION >= 6.0)
      -			{
      -				@include_once DOL_DOCUMENT_ROOT.'/core/lib/parsemd.lib.php';
      -
      -				$content = dolMd2Html($content, 'parsedown',
      -					array(
      -						'doc/'=>dol_buildpath(strtolower($this->name).'/doc/', 1),
      -						'img/'=>dol_buildpath(strtolower($this->name).'/img/', 1),
      -						'images/'=>dol_buildpath(strtolower($this->name).'/imgages/', 1),
      -					));
      -			}
      -			else
      -			{
      -				$content = nl2br($content);
      -			}
      -		}
      -		else                // Mostly for internal modules
      -		{
      -			if (! empty($this->descriptionlong))
      -			{
      -				if (is_array($this->langfiles))
      -				{
      -					foreach($this->langfiles as $val)
      -					{
      -						if ($val) $langs->load($val);
      -					}
      -				}
      -
      -				$content = $langs->transnoentitiesnoconv($this->descriptionlong);
      -			}
      -		}
      -
      -		return $content;
      -	}
      -
      -	/**
      -	 * Return path of file if a README file was found.
      -	 *
      -	 * @return  string      Path of file if a README file was found.
      -	 */
      -	function getDescLongReadmeFound()
      -	{
      -		global $langs;
      -
      -		$filefound= false;
      -
      -		// Define path to file README.md.
      -		// First check README-la_LA.md then README-la.md then README.md
      -		$pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$langs->defaultlang.'.md', 0);
      -		if (dol_is_file($pathoffile))
      -		{
      -			$filefound = true;
      -		}
      -		if (! $filefound)
      -		{
      -			$tmp=explode('_', $langs->defaultlang);
      -			$pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$tmp[0].'.md', 0);
      -			if (dol_is_file($pathoffile))
      -			{
      -				$filefound = true;
      -			}
      -		}
      -		if (! $filefound)
      -		{
      -			$pathoffile = dol_buildpath(strtolower($this->name).'/README.md', 0);
      -			if (dol_is_file($pathoffile))
      -			{
      -				$filefound = true;
      -			}
      -		}
      -
      -		return ($filefound?$pathoffile:'');
      -	}
      -
      -
      -	/**
      -	 * Gives the changelog. First check ChangeLog-la_LA.md then ChangeLog.md
      -	 *
      -	 * @return  string  Content of ChangeLog
      -	 */
      -	function getChangeLog()
      -	{
      -		global $langs;
      -		$langs->load("admin");
      -
      -		include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      -		include_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
      -
      -		$filefound= false;
      -
      -		// Define path to file README.md.
      -		// First check README-la_LA.md then README.md
      -		$pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog-'.$langs->defaultlang.'.md', 0);
      -		if (dol_is_file($pathoffile))
      -		{
      -			$filefound = true;
      -		}
      -		if (! $filefound)
      -		{
      -			$pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog.md', 0);
      -			if (dol_is_file($pathoffile))
      -			{
      -				$filefound = true;
      -			}
      -		}
      -
      -		if ($filefound)     // Mostly for external modules
      -		{
      -			$content = file_get_contents($pathoffile);
      -
      -			if ((float) DOL_VERSION >= 6.0)
      -			{
      -				@include_once DOL_DOCUMENT_ROOT.'/core/lib/parsemd.lib.php';
      -				$content = dolMd2Html($content, 'parsedown', array('doc/'=>dol_buildpath(strtolower($this->name).'/doc/', 1)));
      -			}
      -			else
      -			{
      -				$content = nl2br($content);
      -			}
      -		}
      -
      -		return $content;
      -	}
      -
      -	/**
      -	 * Gives the publisher name
      -	 *
      -	 * @return  string  Publisher name
      -	 */
      -	function getPublisher()
      -	{
      -		return $this->editor_name;
      -	}
      -
      -	/**
      -	 * Gives the publisher url
      -	 *
      -	 * @return  string  Publisher url
      -	 */
      -	function getPublisherUrl()
      -	{
      -		return $this->editor_url;
      -	}
      -
      -	/**
      -	 * Gives module version (translated if param $translated is on)
      -	 * For 'experimental' modules, gives 'experimental' translation
      -	 * For 'dolibarr' modules, gives Dolibarr version
      -	 *
      -	 * @param   int     $translated     1=Special version keys are translated, 0=Special version keys are not translated
      -	 * @return  string                  Module version
      -	 */
      -	function getVersion($translated=1)
      -	{
      -		global $langs;
      -		$langs->load("admin");
      -
      -		$ret='';
      -
      -		$newversion=preg_replace('/_deprecated/','',$this->version);
      -		if ($newversion == 'experimental') $ret=($translated?$langs->transnoentitiesnoconv("VersionExperimental"):$newversion);
      -		elseif ($newversion == 'development') $ret=($translated?$langs->transnoentitiesnoconv("VersionDevelopment"):$newversion);
      -		elseif ($newversion == 'dolibarr') $ret=DOL_VERSION;
      -		elseif ($newversion) $ret=$newversion;
      -		else $ret=($translated?$langs->transnoentitiesnoconv("VersionUnknown"):'unknown');
      -
      -		if (preg_match('/_deprecated/',$this->version)) $ret.=($translated?' ('.$langs->transnoentitiesnoconv("Deprecated").')':$this->version);
      -		return $ret;
      -	}
      -
      -
      -	/**
      -	 * Tells if module is core or external
      -	 *
      -	 * @return  string  'core', 'external' or 'unknown'
      -	 */
      -	function isCoreOrExternalModule()
      -	{
      -		if ($this->version == 'dolibarr' || $this->version == 'dolibarr_deprecated') return 'core';
      -		if (! empty($this->version) && ! in_array($this->version,array('experimental','development'))) return 'external';
      -		if (! empty($this->editor_name) || ! empty($this->editor_url)) return 'external';
      -		if ($this->numero >= 100000) return 'external';
      -		return 'unknown';
      -	}
      -
      -
      -	/**
      -	 * Gives module related language files list
      -	 *
      -	 * @return  string[]    Language files list
      -	 */
      -	function getLangFilesArray()
      -	{
      -		return $this->langfiles;
      -	}
      -
      -	/**
      -	 * Gives translated label of an export dataset
      -	 *
      -	 * @param   int     $r  Dataset index
      -	 *
      -	 * @return string       Translated databaset label
      -	 */
      -	function getExportDatasetLabel($r)
      -	{
      -		global $langs;
      -
      -		$langstring="ExportDataset_".$this->export_code[$r];
      -		if ($langs->trans($langstring) == $langstring)
      -		{
      -			// Translation not found
      -			return $langs->trans($this->export_label[$r]);
      -		}
      -		else
      -		{
      -			// Translation found
      -			return $langs->trans($langstring);
      -		}
      -	}
      -
      -
      -	/**
      -	 * Gives translated label of an import dataset
      -	 *
      -	 * @param   int     $r  Dataset index
      -	 *
      -	 * @return  string      Translated dataset label
      -	 */
      -	function getImportDatasetLabel($r)
      -	{
      -		global $langs;
      -
      -		$langstring="ImportDataset_".$this->import_code[$r];
      -		//print "x".$langstring;
      -		if ($langs->trans($langstring) == $langstring)
      -		{
      -			// Translation not found
      -			return $langs->transnoentitiesnoconv($this->import_label[$r]);
      -		}
      -		else
      -		{
      -			// Translation found
      -			return $langs->transnoentitiesnoconv($langstring);
      -		}
      -	}
      -
      -
      -	/**
      -	 * Gives the last date of activation
      -	 *
      -	 * @return  timestamp       Date of last activation
      -	 */
      -	function getLastActivationDate()
      -	{
      -		global $conf;
      -
      -		$sql = "SELECT tms FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      -		$sql.= " AND entity IN (0, ".$conf->entity.")";
      -
      -		dol_syslog(get_class($this)."::getLastActiveDate", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql) $err++;
      -		else
      -		{
      -			$obj=$this->db->fetch_object($resql);
      -			if ($obj) return $this->db->jdate($obj->tms);
      -		}
      -
      -		return '';
      -	}
      -
      -
      -	/**
      -	 * Gives the last author of activation
      -	 *
      -	 * @return  array       Array array('authorid'=>Id of last activation user, 'lastactivationdate'=>Date of last activation)
      -	 */
      -	function getLastActivationInfo()
      -	{
      -		global $conf;
      -
      -		$sql = "SELECT tms, note FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      -		$sql.= " AND entity IN (0, ".$conf->entity.")";
      -
      -		dol_syslog(get_class($this)."::getLastActiveDate", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql) $err++;
      -		else
      -		{
      -			$obj=$this->db->fetch_object($resql);
      -			$tmp=array();
      -			if ($obj->note)
      -			{
      -				$tmp=json_decode($obj->note, true);
      -			}
      -			if ($obj) return array('authorid'=>$tmp['authorid'], 'ip'=>$tmp['ip'], 'lastactivationdate'=>$this->db->jdate($obj->tms));
      -		}
      -
      -		return array();
      -	}
      -
      -
      -	/**
      -	 * Insert constants for module activation
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function _active()
      -	{
      -		global $conf, $user;
      -
      -		$err = 0;
      -
      -		// Common module
      -		$entity = ((! empty($this->always_enabled) || ! empty($this->core_enabled)) ? 0 : $conf->entity);
      -
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      -		$sql.= " AND entity IN (0, ".$entity.")";
      -
      -		dol_syslog(get_class($this)."::_active delete activation constant", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql) $err++;
      -
      -		$note=json_encode(array('authorid'=>(is_object($user)?$user->id:0), 'ip'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])));
      -
      -		$sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name, value, visible, entity, note) VALUES";
      -		$sql.= " (".$this->db->encrypt($this->const_name,1);
      -		$sql.= ", ".$this->db->encrypt('1',1);
      -		$sql.= ", 0, ".$entity;
      -		$sql.= ", '".$this->db->escape($note)."')";
      -
      -		dol_syslog(get_class($this)."::_active insert activation constant", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql) $err++;
      -
      -		return $err;
      -	}
      -
      -
      -	/**
      -	 * Module deactivation
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function _unactive()
      -	{
      -		global $conf;
      -
      -		$err = 0;
      -
      -		// Common module
      -		$entity = ((! empty($this->always_enabled) || ! empty($this->core_enabled)) ? 0 : $conf->entity);
      -
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      -		$sql.= " AND entity IN (0, ".$entity.")";
      -
      -		dol_syslog(get_class($this)."::_unactive", LOG_DEBUG);
      -		$this->db->query($sql);
      -
      -		return $err;
      -	}
      +    /**
      +     * @var DoliDb Database handler
      +     */
      +    public $db;
      +
      +    /**
      +     * @var int Module unique ID
      +     * @see https://wiki.dolibarr.org/index.php/List_of_modules_id
      +     */
      +    public $numero;
      +
      +    /**
      +     * @var   string Publisher name
      +     * @since 4.0.0
      +     */
      +    public $editor_name;
      +
      +    /**
      +     * @var   string URL of module at publisher site
      +     * @since 4.0.0
      +     */
      +    public $editor_url;
      +
      +    /**
      +     * @var string Family
      +     * @see familyinfo
      +     *
      +     * Native values: 'crm', 'financial', 'hr', 'projects', 'products', 'ecm', 'technic', 'other'.
      +     * Use familyinfo to declare a custom value.
      +     */
      +    public $family;
      +
      +    /**
      +     * @var array Custom family informations
      +     * @see family
      +     *
      +     * e.g.:
      +     * array(
      +     *     'myownfamily' => array(
      +     *         'position' => '001',
      +     *         'label' => $langs->trans("MyOwnFamily")
      +     *     )
      +     * );
      +     */
      +    public $familyinfo;
      +
      +    /**
      +     * @var string    Module position on 2 digits
      +     */
      +    public $module_position='50';
      +
      +    /**
      +     * @var string Module name
      +     *
      +     * Only used if Module[ID]Name translation string is not found.
      +     *
      +     * You can use the following code to automatically derive it from your module's class name:
      +     * preg_replace('/^mod/i', '', get_class($this))
      +     */
      +    public $name;
      +
      +    /**
      +     * @var string[] Paths to create when module is activated
      +     *
      +     * e.g.: array('/mymodule/temp')
      +     */
      +    public $dirs = array();
      +
      +    /**
      +     * @var array Module boxes
      +     */
      +    public $boxes = array();
      +
      +    /**
      +     * @var array Module constants
      +     */
      +    public $const = array();
      +
      +    /**
      +     * @var array Module cron jobs entries
      +     */
      +    public $cronjobs = array();
      +
      +    /**
      +     * @var array Module access rights
      +     */
      +    public $rights;
      +
      +    /**
      +     * @var string Module access rights family
      +     */
      +    public $rights_class;
      +
      +    /**
      +     * @var array Module menu entries
      +     */
      +    public $menu = array();
      +
      +    /**
      +     * @var array Module parts
      +     *  array(
      +     *      // Set this to 1 if module has its own trigger directory (/mymodule/core/triggers)
      +     *      'triggers' => 0,
      +     *      // Set this to 1 if module has its own login method directory (/mymodule/core/login)
      +     *      'login' => 0,
      +     *      // Set this to 1 if module has its own substitution function file (/mymodule/core/substitutions)
      +     *      'substitutions' => 0,
      +     *      // Set this to 1 if module has its own menus handler directory (/mymodule/core/menus)
      +     *      'menus' => 0,
      +     *      // Set this to 1 if module has its own theme directory (/mymodule/theme)
      +     *      'theme' => 0,
      +     *      // Set this to 1 if module overwrite template dir (/mymodule/core/tpl)
      +     *      'tpl' => 0,
      +     *      // Set this to 1 if module has its own barcode directory (/mymodule/core/modules/barcode)
      +     *      'barcode' => 0,
      +     *      // Set this to 1 if module has its own models directory (/mymodule/core/modules/xxx)
      +     *      'models' => 0,
      +     *      // Set this to relative path of css file if module has its own css file
      +     *      'css' => '/mymodule/css/mymodule.css.php',
      +     *      // Set this to relative path of js file if module must load a js on all pages
      +     *      'js' => '/mymodule/js/mymodule.js',
      +     *      // Set here all hooks context managed by module
      +     *      'hooks' => array('hookcontext1','hookcontext2')
      +     *  )
      +     */
      +    public $module_parts = array();
      +
      +    /**
      +     * @var        string Module documents ?
      +     * @deprecated Seems unused anywhere
      +     */
      +    public $docs;
      +
      +    /**
      +     * @var        string ?
      +     * @deprecated Seems unused anywhere
      +     */
      +    public $dbversion = "-";
      +
      +    /**
      +     * @var string Error message
      +     */
      +    public $error;
      +
      +    /**
      +     * @var string Module version
      +     * @see http://semver.org
      +     *
      +     * The following keywords can also be used:
      +     * 'development'
      +     * 'experimental'
      +     * 'dolibarr': only for core modules that share its version
      +     * 'dolibarr_deprecated': only for deprecated core modules
      +     */
      +    public $version;
      +
      +    /**
      +     * @var string Module description (short text)
      +     *
      +     * Only used if Module[ID]Desc translation string is not found.
      +     */
      +    public $description;
      +
      +    /**
      +     * @var   string Module description (long text)
      +     * @since 4.0.0
      +     *
      +     * HTML content supported.
      +     */
      +    public $descriptionlong;
      +
      +
      +    // For exports
      +
      +    /**
      +     * @var string Module export code
      +     */
      +    public $export_code;
      +
      +    /**
      +     * @var string Module export label
      +     */
      +    public $export_label;
      +
      +    public $export_permission;
      +    public $export_fields_array;
      +    public $export_TypeFields_array;
      +    public $export_entities_array;
      +    public $export_special_array;           // special or computed field
      +    public $export_dependencies_array;
      +    public $export_sql_start;
      +    public $export_sql_end;
      +    public $export_sql_order;
      +
      +
      +    // For import
      +
      +    /**
      +     * @var string Module import code
      +     */
      +    public $import_code;
      +
      +    /**
      +     * @var string Module import label
      +     */
      +    public $import_label;
      +
      +
      +    /**
      +     * @var string Module constant name
      +     */
      +    public $const_name;
      +
      +    /**
      +     * @var bool Module can't be disabled
      +     */
      +    public $always_enabled;
      +
      +    /**
      +     * @var int Module is enabled globally (Multicompany support)
      +     */
      +    public $core_enabled;
      +
      +    /**
      +     * @var        string Relative path to module style sheet
      +     * @deprecated
      +     * @see        module_parts
      +     */
      +    public $style_sheet = '';
      +
      +    /**
      +     * @var        0|1|2|3 Where to display the module in setup page
      +     * @deprecated @since 4.0.0
      +     * @see        family
      +     * @see        familyinfo
      +     *
      +     * 0: common
      +     * 1: interface
      +     * 2: others
      +     * 3: very specific
      +     */
      +    public $special;
      +
      +    /**
      +     * @var string Name of image file used for this module
      +     *
      +     * If file is in theme/yourtheme/img directory under name object_pictoname.png use 'pictoname'
      +     * If file is in module/img directory under name object_pictoname.png use 'pictoname@module'
      +     */
      +    public $picto;
      +
      +    /**
      +     * @var string[] List of config pages
      +     *
      +     * Name of php pages stored into module/admin directory, used to setup module.
      +     * e.g.: "admin.php@module"
      +     */
      +    public $config_page_url;
      +
      +
      +    /**
      +     * @var string[] List of module class names that must be enabled if this module is enabled.
      +     *
      +     * e.g.: array('modAnotherModule', 'FR'=>'modYetAnotherModule')
      +     */
      +    public $depends;
      +
      +    /**
      +     * @var int[] List of module ids to disable if this one is disabled.
      +     */
      +    public $requiredby;
      +
      +    /**
      +     * @var string[] List of module class names as string this module is in conflict with.
      +     * @see depends
      +     */
      +    public $conflictwith;
      +
      +    /**
      +     * @var string[] Module language files
      +     */
      +    public $langfiles;
      +
      +    /**
      +     * @var array<string,string> Array of warnings to show when we activate the module
      +     *
      +     * array('always'='text') or array('FR'='text')
      +     */
      +    public $warnings_activation;
      +
      +    /**
      +     * @var array<string,string> Array of warnings to show when we activate an external module
      +     *
      +     * array('always'='text') or array('FR'='text')
      +     */
      +    public $warnings_activation_ext;
      +
      +
      +    /**
      +     * @var array() Minimum version of PHP required by module.
      +     * e.g.: PHP ≥ 5.4 = array(5, 4)
      +     */
      +    public $phpmin;
      +
      +    /**
      +     * @var array Minimum version of Dolibarr required by module.
      +     * e.g.: Dolibarr ≥ 3.6 = array(3, 6)
      +     */
      +    public $need_dolibarr_version;
      +
      +    /**
      +     * @var bool Whether to hide the module.
      +     */
      +    public $hidden = false;
      +
      +
      +
      +
      +
      +    /**
      +     * Constructor. Define names, constants, directories, boxes, permissions
      +     *
      +     * @param DoliDB $db Database handler
      +     */
      +    public function __construct($db)
      +    {
      +        $this->db = $db;
      +    }
      +    // We should but can't set this as abstract because this will make dolibarr hang
      +    // after migration due to old module not implementing. We must wait PHP is able to make
      +    // a try catch on Fatal error to manage this correctly.
      +    // We need constructor into function unActivateModule into admin.lib.php
      +
      +
      +    /**
      +     * Enables a module.
      +     * Inserts all informations into database
      +     *
      +     * @param array  $array_sql SQL requests to be executed when enabling module
      +     * @param string $options   String with options when disabling module:
      +     *                          - 'noboxes' = Do not insert boxes -
      +     *                          'newboxdefonly' = For boxes, insert def of
      +     *                          boxes only and not boxes activation       
      +     *
      +     * @return int                         1 if OK, 0 if KO
      +     */
      +    function _init($array_sql, $options='')
      +    {
      +        global $conf;
      +        $err=0;
      +
      +        $this->db->begin();
      +
      +        // Insert activation module constant
      +        if (! $err) { $err+=$this->_active();
      +        }
      +
      +        // Insert new pages for tabs (into llx_const)
      +        if (! $err) { $err+=$this->insert_tabs();
      +        }
      +
      +        // Insert activation of module's parts
      +        if (! $err) { $err+=$this->insert_module_parts();
      +        }
      +
      +        // Insert constant defined by modules (into llx_const)
      +        if (! $err && ! preg_match('/newboxdefonly/', $options)) { $err+=$this->insert_const();    // Test on newboxdefonly to avoid to erase value during upgrade
      +        }
      +
      +        // Insert boxes def into llx_boxes_def and boxes setup (into llx_boxes)
      +        if (! $err && ! preg_match('/noboxes/', $options)) { $err+=$this->insert_boxes($options);
      +        }
      +
      +        // Insert cron job entries (entry in llx_cronjobs)
      +        if (! $err) { $err+=$this->insert_cronjobs();
      +        }
      +
      +        // Insert permission definitions of module into llx_rights_def. If user is admin, grant this permission to user.
      +        if (! $err) { $err+=$this->insert_permissions(1, null, 1);
      +        }
      +
      +        // Insert specific menus entries into database
      +        if (! $err) { $err+=$this->insert_menus();
      +        }
      +
      +        // Create module's directories
      +        if (! $err) { $err+=$this->create_dirs();
      +        }
      +
      +        // Execute addons requests
      +        $num=count($array_sql);
      +        for ($i = 0; $i < $num; $i++)
      +        {
      +            if (! $err) {
      +                $val=$array_sql[$i];
      +                $sql=$val;
      +                $ignoreerror=0;
      +                if (is_array($val)) {
      +                    $sql=$val['sql'];
      +                    $ignoreerror=$val['ignoreerror'];
      +                }
      +                // Add current entity id
      +                $sql=str_replace('__ENTITY__', $conf->entity, $sql);
      +
      +                dol_syslog(get_class($this)."::_init ignoreerror=".$ignoreerror."", LOG_DEBUG);
      +                $result=$this->db->query($sql, $ignoreerror);
      +                if (! $result) {
      +                    if (! $ignoreerror) {
      +                         $this->error=$this->db->lasterror();
      +                         $err++;
      +                    }
      +                    else
      +                    {
      +                         dol_syslog(get_class($this)."::_init Warning ".$this->db->lasterror(), LOG_WARNING);
      +                    }
      +                }
      +            }
      +        }
      +
      +        // Return code
      +        if (! $err) {
      +            $this->db->commit();
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->db->rollback();
      +            return 0;
      +        }
      +    }
      +
      +    /**
      +     * Disable function. Deletes the module constants and boxes from the database.
      +     *
      +     * @param string[] $array_sql SQL requests to be executed when module is disabled
      +     * @param string   $options   Options when disabling module:     
      +     *
      +     * @return int                     1 if OK, 0 if KO
      +     */
      +    function _remove($array_sql, $options='')
      +    {
      +        $err=0;
      +
      +        $this->db->begin();
      +
      +        // Remove activation module line (constant MAIN_MODULE_MYMODULE in llx_const)
      +        if (! $err) { $err+=$this->_unactive();
      +        }
      +
      +        // Remove activation of module's new tabs (MAIN_MODULE_MYMODULE_TABS_XXX in llx_const)
      +        if (! $err) { $err+=$this->delete_tabs();
      +        }
      +
      +        // Remove activation of module's parts (MAIN_MODULE_MYMODULE_XXX in llx_const)
      +        if (! $err) { $err+=$this->delete_module_parts();
      +        }
      +
      +        // Remove constants defined by modules
      +        if (! $err) { $err+=$this->delete_const();
      +        }
      +
      +        // Remove list of module's available boxes (entry in llx_boxes)
      +        if (! $err && ! preg_match('/(newboxdefonly|noboxes)/', $options)) { $err+=$this->delete_boxes();    // We don't have to delete if option ask to keep boxes safe or ask to add new box def only
      +        }
      +
      +        // Remove list of module's cron job entries (entry in llx_cronjobs)
      +        if (! $err) { $err+=$this->delete_cronjobs();
      +        }
      +
      +        // Remove module's permissions from list of available permissions (entries in llx_rights_def)
      +        if (! $err) { $err+=$this->delete_permissions();
      +        }
      +
      +        // Remove module's menus (entries in llx_menu)
      +        if (! $err) { $err+=$this->delete_menus();
      +        }
      +
      +        // Remove module's directories
      +        if (! $err) { $err+=$this->delete_dirs();
      +        }
      +
      +        // Run complementary sql requests
      +        $num=count($array_sql);
      +        for ($i = 0; $i < $num; $i++)
      +        {
      +            if (! $err) {
      +                dol_syslog(get_class($this)."::_remove", LOG_DEBUG);
      +                $result=$this->db->query($array_sql[$i]);
      +                if (! $result) {
      +                    $this->error=$this->db->error();
      +                    $err++;
      +                }
      +            }
      +        }
      +
      +        // Return code
      +        if (! $err) {
      +            $this->db->commit();
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->db->rollback();
      +            return 0;
      +        }
      +    }
      +
      +
      +    /**
      +     * Gives the translated module name if translation exists in admin.lang or into language files of module.
      +     * Otherwise return the module key name.
      +     *
      +     * @return string  Translated module name
      +     */
      +    function getName()
      +    {
      +        global $langs;
      +        $langs->load("admin");
      +
      +        if ($langs->transnoentitiesnoconv("Module".$this->numero."Name") != ("Module".$this->numero."Name")) {
      +            // If module name translation exists
      +            return $langs->transnoentitiesnoconv("Module".$this->numero."Name");
      +        }
      +        else
      +        {
      +            // If module name translation using it's unique id does not exist, we try to use its name to find translation
      +            if (is_array($this->langfiles)) {
      +                foreach($this->langfiles as $val)
      +                {
      +                    if ($val) { $langs->load($val);
      +                    }
      +                }
      +            }
      +
      +            if ($langs->trans("Module".$this->name."Name") != ("Module".$this->name."Name")) {
      +                // If module name translation exists
      +                return $langs->transnoentitiesnoconv("Module".$this->name."Name");
      +            }
      +
      +            // Last chance with simple label
      +            return $langs->transnoentitiesnoconv($this->name);
      +        }
      +    }
      +
      +
      +    /**
      +     * Gives the translated module description if translation exists in admin.lang or the default module description
      +     *
      +     * @return string  Translated module description
      +     */
      +    function getDesc()
      +    {
      +        global $langs;
      +        $langs->load("admin");
      +
      +        if ($langs->transnoentitiesnoconv("Module".$this->numero."Desc") != ("Module".$this->numero."Desc")) {
      +            // If module description translation exists
      +            return $langs->transnoentitiesnoconv("Module".$this->numero."Desc");
      +        }
      +        else
      +        {
      +            // If module description translation does not exist using its unique id, we can use its name to find translation
      +            if (is_array($this->langfiles)) {
      +                foreach($this->langfiles as $val)
      +                {
      +                    if ($val) { $langs->load($val);
      +                    }
      +                }
      +            }
      +
      +            if ($langs->transnoentitiesnoconv("Module".$this->name."Desc") != ("Module".$this->name."Desc")) {
      +                // If module name translation exists
      +                return $langs->trans("Module".$this->name."Desc");
      +            }
      +
      +            // Last chance with simple label
      +            return $langs->trans($this->description);
      +        }
      +    }
      +
      +    /**
      +     * Gives the long description of a module. First check README-la_LA.md then README.md
      +     * If no markdown files found, it returns translated value of the key ->descriptionlong.
      +     *
      +     * @return string     Long description of a module from README.md of from property.
      +     */
      +    function getDescLong()
      +    {
      +        global $langs;
      +        $langs->load("admin");
      +
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
      +
      +        $pathoffile = $this->getDescLongReadmeFound();
      +
      +        if ($pathoffile)     // Mostly for external modules
      +        {
      +            $content = file_get_contents($pathoffile);
      +
      +            if ((float) DOL_VERSION >= 6.0) {
      +                @include_once DOL_DOCUMENT_ROOT.'/core/lib/parsemd.lib.php';
      +
      +                $content = dolMd2Html(
      +                    $content, 'parsedown',
      +                    array(
      +                    'doc/'=>dol_buildpath(strtolower($this->name).'/doc/', 1),
      +                    'img/'=>dol_buildpath(strtolower($this->name).'/img/', 1),
      +                    'images/'=>dol_buildpath(strtolower($this->name).'/imgages/', 1),
      +                    )
      +                );
      +            }
      +            else
      +            {
      +                $content = nl2br($content);
      +            }
      +        }
      +        else                // Mostly for internal modules
      +        {
      +            if (! empty($this->descriptionlong)) {
      +                if (is_array($this->langfiles)) {
      +                    foreach($this->langfiles as $val)
      +                    {
      +                        if ($val) { $langs->load($val);
      +                        }
      +                    }
      +                }
      +
      +                $content = $langs->transnoentitiesnoconv($this->descriptionlong);
      +            }
      +        }
      +
      +        return $content;
      +    }
      +
      +    /**
      +     * Return path of file if a README file was found.
      +     *
      +     * @return string      Path of file if a README file was found.
      +     */
      +    function getDescLongReadmeFound()
      +    {
      +        global $langs;
      +
      +        $filefound= false;
      +
      +        // Define path to file README.md.
      +        // First check README-la_LA.md then README-la.md then README.md
      +        $pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$langs->defaultlang.'.md', 0);
      +        if (dol_is_file($pathoffile)) {
      +            $filefound = true;
      +        }
      +        if (! $filefound) {
      +            $tmp=explode('_', $langs->defaultlang);
      +            $pathoffile = dol_buildpath(strtolower($this->name).'/README-'.$tmp[0].'.md', 0);
      +            if (dol_is_file($pathoffile)) {
      +                $filefound = true;
      +            }
      +        }
      +        if (! $filefound) {
      +            $pathoffile = dol_buildpath(strtolower($this->name).'/README.md', 0);
      +            if (dol_is_file($pathoffile)) {
      +                $filefound = true;
      +            }
      +        }
      +
      +        return ($filefound?$pathoffile:'');
      +    }
      +
      +
      +    /**
      +     * Gives the changelog. First check ChangeLog-la_LA.md then ChangeLog.md
      +     *
      +     * @return string  Content of ChangeLog
      +     */
      +    function getChangeLog()
      +    {
      +        global $langs;
      +        $langs->load("admin");
      +
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
      +
      +        $filefound= false;
      +
      +        // Define path to file README.md.
      +        // First check README-la_LA.md then README.md
      +        $pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog-'.$langs->defaultlang.'.md', 0);
      +        if (dol_is_file($pathoffile)) {
      +            $filefound = true;
      +        }
      +        if (! $filefound) {
      +            $pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog.md', 0);
      +            if (dol_is_file($pathoffile)) {
      +                $filefound = true;
      +            }
      +        }
      +
      +        if ($filefound)     // Mostly for external modules
      +        {
      +            $content = file_get_contents($pathoffile);
      +
      +            if ((float) DOL_VERSION >= 6.0) {
      +                @include_once DOL_DOCUMENT_ROOT.'/core/lib/parsemd.lib.php';
      +                $content = dolMd2Html($content, 'parsedown', array('doc/'=>dol_buildpath(strtolower($this->name).'/doc/', 1)));
      +            }
      +            else
      +            {
      +                $content = nl2br($content);
      +            }
      +        }
      +
      +        return $content;
      +    }
      +
      +    /**
      +     * Gives the publisher name
      +     *
      +     * @return string  Publisher name
      +     */
      +    function getPublisher()
      +    {
      +        return $this->editor_name;
      +    }
      +
      +    /**
      +     * Gives the publisher url
      +     *
      +     * @return string  Publisher url
      +     */
      +    function getPublisherUrl()
      +    {
      +        return $this->editor_url;
      +    }
      +
      +    /**
      +     * Gives module version (translated if param $translated is on)
      +     * For 'experimental' modules, gives 'experimental' translation
      +     * For 'dolibarr' modules, gives Dolibarr version
      +     *
      +     * @param  int $translated 1=Special version keys are translated, 0=Special version keys are not translated
      +     * @return string                  Module version
      +     */
      +    function getVersion($translated=1)
      +    {
      +        global $langs;
      +        $langs->load("admin");
      +
      +        $ret='';
      +
      +        $newversion=preg_replace('/_deprecated/', '', $this->version);
      +        if ($newversion == 'experimental') { $ret=($translated?$langs->transnoentitiesnoconv("VersionExperimental"):$newversion);
      +        } elseif ($newversion == 'development') { $ret=($translated?$langs->transnoentitiesnoconv("VersionDevelopment"):$newversion);
      +        } elseif ($newversion == 'dolibarr') { $ret=DOL_VERSION;
      +        } elseif ($newversion) { $ret=$newversion;
      +        } else { $ret=($translated?$langs->transnoentitiesnoconv("VersionUnknown"):'unknown');
      +        }
      +
      +        if (preg_match('/_deprecated/', $this->version)) { $ret.=($translated?' ('.$langs->transnoentitiesnoconv("Deprecated").')':$this->version);
      +        }
      +        return $ret;
      +    }
      +
      +
      +    /**
      +     * Tells if module is core or external
      +     *
      +     * @return string  'core', 'external' or 'unknown'
      +     */
      +    function isCoreOrExternalModule()
      +    {
      +        if ($this->version == 'dolibarr' || $this->version == 'dolibarr_deprecated') { return 'core';
      +        }
      +        if (! empty($this->version) && ! in_array($this->version, array('experimental','development'))) { return 'external';
      +        }
      +        if (! empty($this->editor_name) || ! empty($this->editor_url)) { return 'external';
      +        }
      +        if ($this->numero >= 100000) { return 'external';
      +        }
      +        return 'unknown';
      +    }
      +
      +
      +    /**
      +     * Gives module related language files list
      +     *
      +     * @return string[]    Language files list
      +     */
      +    function getLangFilesArray()
      +    {
      +        return $this->langfiles;
      +    }
      +
      +    /**
      +     * Gives translated label of an export dataset
      +     *
      +     * @param int $r Dataset index
      +     *
      +     * @return string       Translated databaset label
      +     */
      +    function getExportDatasetLabel($r)
      +    {
      +        global $langs;
      +
      +        $langstring="ExportDataset_".$this->export_code[$r];
      +        if ($langs->trans($langstring) == $langstring) {
      +            // Translation not found
      +            return $langs->trans($this->export_label[$r]);
      +        }
      +        else
      +        {
      +            // Translation found
      +            return $langs->trans($langstring);
      +        }
      +    }
      +
      +
      +    /**
      +     * Gives translated label of an import dataset
      +     *
      +     * @param int $r Dataset index
      +     *
      +     * @return string      Translated dataset label
      +     */
      +    function getImportDatasetLabel($r)
      +    {
      +        global $langs;
      +
      +        $langstring="ImportDataset_".$this->import_code[$r];
      +        //print "x".$langstring;
      +        if ($langs->trans($langstring) == $langstring) {
      +            // Translation not found
      +            return $langs->transnoentitiesnoconv($this->import_label[$r]);
      +        }
      +        else
      +        {
      +            // Translation found
      +            return $langs->transnoentitiesnoconv($langstring);
      +        }
      +    }
      +
      +
      +    /**
      +     * Gives the last date of activation
      +     *
      +     * @return timestamp       Date of last activation
      +     */
      +    function getLastActivationDate()
      +    {
      +        global $conf;
      +
      +        $sql = "SELECT tms FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      +        $sql.= " AND entity IN (0, ".$conf->entity.")";
      +
      +        dol_syslog(get_class($this)."::getLastActiveDate", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) { $err++;
      +        } else
      +        {
      +            $obj=$this->db->fetch_object($resql);
      +            if ($obj) { return $this->db->jdate($obj->tms);
      +            }
      +        }
      +
      +        return '';
      +    }
      +
      +
      +    /**
      +     * Gives the last author of activation
      +     *
      +     * @return array       Array array('authorid'=>Id of last activation user, 'lastactivationdate'=>Date of last activation)
      +     */
      +    function getLastActivationInfo()
      +    {
      +        global $conf;
      +
      +        $sql = "SELECT tms, note FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      +        $sql.= " AND entity IN (0, ".$conf->entity.")";
      +
      +        dol_syslog(get_class($this)."::getLastActiveDate", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) { $err++;
      +        } else
      +        {
      +            $obj=$this->db->fetch_object($resql);
      +            $tmp=array();
      +            if ($obj->note) {
      +                $tmp=json_decode($obj->note, true);
      +            }
      +            if ($obj) { return array('authorid'=>$tmp['authorid'], 'ip'=>$tmp['ip'], 'lastactivationdate'=>$this->db->jdate($obj->tms));
      +            }
      +        }
      +
      +        return array();
      +    }
      +
      +
      +    /**
      +     * Insert constants for module activation
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function _active()
      +    {
      +        global $conf, $user;
      +
      +        $err = 0;
      +
      +        // Common module
      +        $entity = ((! empty($this->always_enabled) || ! empty($this->core_enabled)) ? 0 : $conf->entity);
      +
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      +        $sql.= " AND entity IN (0, ".$entity.")";
      +
      +        dol_syslog(get_class($this)."::_active delete activation constant", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) { $err++;
      +        }
      +
      +        $note=json_encode(array('authorid'=>(is_object($user)?$user->id:0), 'ip'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])));
      +
      +        $sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name, value, visible, entity, note) VALUES";
      +        $sql.= " (".$this->db->encrypt($this->const_name, 1);
      +        $sql.= ", ".$this->db->encrypt('1', 1);
      +        $sql.= ", 0, ".$entity;
      +        $sql.= ", '".$this->db->escape($note)."')";
      +
      +        dol_syslog(get_class($this)."::_active insert activation constant", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) { $err++;
      +        }
      +
      +        return $err;
      +    }
      +
      +
      +    /**
      +     * Module deactivation
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function _unactive()
      +    {
      +        global $conf;
      +
      +        $err = 0;
      +
      +        // Common module
      +        $entity = ((! empty($this->always_enabled) || ! empty($this->core_enabled)) ? 0 : $conf->entity);
      +
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      +        $sql.= " AND entity IN (0, ".$entity.")";
      +
      +        dol_syslog(get_class($this)."::_unactive", LOG_DEBUG);
      +        $this->db->query($sql);
      +
      +        return $err;
      +    }
       
       
           // 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
      -	 * commands must be stored in directory reldir='/module/sql/'
      -	 * This function is called by this->init
      -	 *
      -	 * @param   string  $reldir Relative directory where to scan files
      -	 * @return  int             <=0 if KO, >0 if OK
      -	 */
      -	function _load_tables($reldir)
      -	{
      +    /**
      +     * Create tables and keys required by module.
      +     * Files module.sql and module.key.sql with create table and create keys
      +     * commands must be stored in directory reldir='/module/sql/'
      +     * This function is called by this->init
      +     *
      +     * @param  string $reldir Relative directory where to scan files
      +     * @return int             <=0 if KO, >0 if OK
      +     */
      +    function _load_tables($reldir)
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$error=0;
      -		$dirfound=0;
      +        $error=0;
      +        $dirfound=0;
       
      -		if (empty($reldir)) return 1;
      +        if (empty($reldir)) { return 1;
      +        }
       
      -		include_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php';
      +        include_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php';
       
      -		$ok = 1;
      -		foreach($conf->file->dol_document_root as $dirroot)
      -		{
      -			if ($ok)
      -			{
      -				$dir = $dirroot.$reldir;
      -				$ok = 0;
      +        $ok = 1;
      +        foreach($conf->file->dol_document_root as $dirroot)
      +        {
      +            if ($ok) {
      +                $dir = $dirroot.$reldir;
      +                $ok = 0;
       
      -				$handle=@opendir($dir);         // Dir may not exists
      -				if (is_resource($handle))
      -				{
      -					$dirfound++;
      +                $handle=@opendir($dir);         // Dir may not exists
      +                if (is_resource($handle)) {
      +                    $dirfound++;
       
      -					// Run llx_mytable.sql files, then llx_mytable_*.sql
      -					$files = array();
      -					while (($file = readdir($handle))!==false)
      -					{
      -						$files[] = $file;
      -					}
      -					sort($files);
      -					foreach ($files as $file)
      -					{
      -						if (preg_match('/\.sql$/i',$file) && ! preg_match('/\.key\.sql$/i',$file) && substr($file,0,4) == 'llx_' && substr($file,0,4) != 'data')
      -						{
      -							$result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      -							if ($result <= 0) $error++;
      -						}
      -					}
      +                    // Run llx_mytable.sql files, then llx_mytable_*.sql
      +                    $files = array();
      +                    while (($file = readdir($handle))!==false)
      +                    {
      +                        $files[] = $file;
      +                    }
      +                    sort($files);
      +                    foreach ($files as $file)
      +                    {
      +                        if (preg_match('/\.sql$/i', $file) && ! preg_match('/\.key\.sql$/i', $file) && substr($file, 0, 4) == 'llx_' && substr($file, 0, 4) != 'data') {
      +                            $result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      +                            if ($result <= 0) { $error++;
      +                            }
      +                        }
      +                    }
       
      -					rewinddir($handle);
      +                    rewinddir($handle);
       
      -					// Run llx_mytable.key.sql files (Must be done after llx_mytable.sql) then then llx_mytable_*.key.sql
      -					$files = array();
      -					while (($file = readdir($handle))!==false)
      -					{
      -						$files[] = $file;
      -					}
      -					sort($files);
      -					foreach ($files as $file)
      -					{
      -						if (preg_match('/\.key\.sql$/i',$file) && substr($file,0,4) == 'llx_' && substr($file,0,4) != 'data')
      -						{
      -							$result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      -							if ($result <= 0) $error++;
      -						}
      -					}
      +                    // Run llx_mytable.key.sql files (Must be done after llx_mytable.sql) then then llx_mytable_*.key.sql
      +                    $files = array();
      +                    while (($file = readdir($handle))!==false)
      +                    {
      +                        $files[] = $file;
      +                    }
      +                    sort($files);
      +                    foreach ($files as $file)
      +                    {
      +                        if (preg_match('/\.key\.sql$/i', $file) && substr($file, 0, 4) == 'llx_' && substr($file, 0, 4) != 'data') {
      +                            $result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      +                            if ($result <= 0) { $error++;
      +                            }
      +                        }
      +                    }
       
      -					rewinddir($handle);
      +                    rewinddir($handle);
       
      -					// Run data_xxx.sql files (Must be done after llx_mytable.key.sql)
      -					$files = array();
      -					while (($file = readdir($handle))!==false)
      -					{
      -						$files[] = $file;
      -					}
      -					sort($files);
      -					foreach ($files as $file)
      -					{
      -						if (preg_match('/\.sql$/i',$file) && ! preg_match('/\.key\.sql$/i',$file) && substr($file,0,4) == 'data')
      -						{
      -							$result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      -							if ($result <= 0) $error++;
      -						}
      -					}
      +                    // Run data_xxx.sql files (Must be done after llx_mytable.key.sql)
      +                    $files = array();
      +                    while (($file = readdir($handle))!==false)
      +                    {
      +                               $files[] = $file;
      +                    }
      +                    sort($files);
      +                    foreach ($files as $file)
      +                    {
      +                        if (preg_match('/\.sql$/i', $file) && ! preg_match('/\.key\.sql$/i', $file) && substr($file, 0, 4) == 'data') {
      +                            $result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      +                            if ($result <= 0) { $error++;
      +                            }
      +                        }
      +                    }
       
      -					rewinddir($handle);
      +                    rewinddir($handle);
       
      -					// Run update_xxx.sql files
      -					$files = array();
      -					while (($file = readdir($handle))!==false)
      -					{
      -						$files[] = $file;
      -					}
      -					sort($files);
      -					foreach ($files as $file)
      -					{
      -						if (preg_match('/\.sql$/i',$file) && ! preg_match('/\.key\.sql$/i',$file) && substr($file,0,6) == 'update')
      -						{
      -							$result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      -							if ($result <= 0) $error++;
      -						}
      -					}
      +                    // Run update_xxx.sql files
      +                    $files = array();
      +                    while (($file = readdir($handle))!==false)
      +                    {
      +                               $files[] = $file;
      +                    }
      +                    sort($files);
      +                    foreach ($files as $file)
      +                    {
      +                        if (preg_match('/\.sql$/i', $file) && ! preg_match('/\.key\.sql$/i', $file) && substr($file, 0, 6) == 'update') {
      +                            $result=run_sql($dir.$file, empty($conf->global->MAIN_DISPLAY_SQL_INSTALL_LOG)?1:0, '', 1);
      +                            if ($result <= 0) { $error++;
      +                            }
      +                        }
      +                    }
       
      -					closedir($handle);
      -				}
      +                    closedir($handle);
      +                }
       
      -				if ($error == 0)
      -				{
      -					$ok = 1;
      -				}
      -			}
      -		}
      +                if ($error == 0) {
      +                    $ok = 1;
      +                }
      +            }
      +        }
       
      -		if (! $dirfound) dol_syslog("A module ask to load sql files into ".$reldir." but this directory was not found.", LOG_WARNING);
      -		return $ok;
      -	}
      +        if (! $dirfound) { dol_syslog("A module ask to load sql files into ".$reldir." but this directory was not found.", LOG_WARNING);
      +        }
      +        return $ok;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds boxes
      -	 *
      -	 * @param   string  $option Options when disabling module ('newboxdefonly'=insert only boxes definition)
      -	 *
      -	 * @return  int             Error count (0 if OK)
      -	 */
      -	function insert_boxes($option='')
      -	{
      +    /**
      +     * Adds boxes
      +     *
      +     * @param string $option Options when disabling module ('newboxdefonly'=insert only boxes definition)
      +     *
      +     * @return int             Error count (0 if OK)
      +     */
      +    function insert_boxes($option='')
      +    {
               // phpcs:enable
      -		require_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
      +        include_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
       
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (is_array($this->boxes))
      -		{
      -			dol_syslog(get_class($this)."::insert_boxes", LOG_DEBUG);
      +        if (is_array($this->boxes)) {
      +            dol_syslog(get_class($this)."::insert_boxes", LOG_DEBUG);
       
      -			$pos_name = InfoBox::getListOfPagesForBoxes();
      +            $pos_name = InfoBox::getListOfPagesForBoxes();
       
      -			foreach ($this->boxes as $key => $value)
      -			{
      -				$file  = isset($this->boxes[$key]['file'])?$this->boxes[$key]['file']:'';
      -				$note  = isset($this->boxes[$key]['note'])?$this->boxes[$key]['note']:'';
      -				$enabledbydefaulton = isset($this->boxes[$key]['enabledbydefaulton'])?$this->boxes[$key]['enabledbydefaulton']:'Home';
      +            foreach ($this->boxes as $key => $value)
      +            {
      +                $file  = isset($this->boxes[$key]['file'])?$this->boxes[$key]['file']:'';
      +                $note  = isset($this->boxes[$key]['note'])?$this->boxes[$key]['note']:'';
      +                $enabledbydefaulton = isset($this->boxes[$key]['enabledbydefaulton'])?$this->boxes[$key]['enabledbydefaulton']:'Home';
       
      -				if (empty($file)) $file  = isset($this->boxes[$key][1])?$this->boxes[$key][1]:'';	// For backward compatibility
      -				if (empty($note)) $note  = isset($this->boxes[$key][2])?$this->boxes[$key][2]:'';	// For backward compatibility
      +                if (empty($file)) { $file  = isset($this->boxes[$key][1])?$this->boxes[$key][1]:'';    // For backward compatibility
      +                }
      +                if (empty($note)) { $note  = isset($this->boxes[$key][2])?$this->boxes[$key][2]:'';    // For backward compatibility
      +                }
       
      -				// Search if boxes def already present
      -				$sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."boxes_def";
      -				$sql.= " WHERE file = '".$this->db->escape($file)."'";
      -				$sql.= " AND entity = ".$conf->entity;
      -				if ($note) $sql.=" AND note ='".$this->db->escape($note)."'";
      +                // Search if boxes def already present
      +                $sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."boxes_def";
      +                $sql.= " WHERE file = '".$this->db->escape($file)."'";
      +                $sql.= " AND entity = ".$conf->entity;
      +                if ($note) { $sql.=" AND note ='".$this->db->escape($note)."'";
      +                }
       
      -				$result=$this->db->query($sql);
      -				if ($result)
      -				{
      -					$obj = $this->db->fetch_object($result);
      -					if ($obj->nb == 0)
      -					{
      -						$this->db->begin();
      +                $result=$this->db->query($sql);
      +                if ($result) {
      +                    $obj = $this->db->fetch_object($result);
      +                    if ($obj->nb == 0) {
      +                        $this->db->begin();
       
      -						if (! $err)
      -						{
      -							$sql = "INSERT INTO ".MAIN_DB_PREFIX."boxes_def (file, entity, note)";
      -							$sql.= " VALUES ('".$this->db->escape($file)."', ";
      -							$sql.= $conf->entity.", ";
      -							$sql.= $note?"'".$this->db->escape($note)."'":"null";
      -							$sql.= ")";
      +                        if (! $err) {
      +                            $sql = "INSERT INTO ".MAIN_DB_PREFIX."boxes_def (file, entity, note)";
      +                            $sql.= " VALUES ('".$this->db->escape($file)."', ";
      +                            $sql.= $conf->entity.", ";
      +                            $sql.= $note?"'".$this->db->escape($note)."'":"null";
      +                            $sql.= ")";
       
      -							dol_syslog(get_class($this)."::insert_boxes", LOG_DEBUG);
      -							$resql=$this->db->query($sql);
      -							if (! $resql) $err++;
      -						}
      -						if (! $err && ! preg_match('/newboxdefonly/',$option))
      -						{
      -							$lastid=$this->db->last_insert_id(MAIN_DB_PREFIX."boxes_def","rowid");
      +                            dol_syslog(get_class($this)."::insert_boxes", LOG_DEBUG);
      +                            $resql=$this->db->query($sql);
      +                            if (! $resql) { $err++;
      +                            }
      +                        }
      +                        if (! $err && ! preg_match('/newboxdefonly/', $option)) {
      +                            $lastid=$this->db->last_insert_id(MAIN_DB_PREFIX."boxes_def", "rowid");
       
      -							foreach ($pos_name as $key2 => $val2)
      -							{
      -								//print 'key2='.$key2.'-val2='.$val2."<br>\n";
      -								if ($enabledbydefaulton && $val2 != $enabledbydefaulton) continue;		// Not enabled by default onto this page.
      +                            foreach ($pos_name as $key2 => $val2)
      +                            {
      +                                    //print 'key2='.$key2.'-val2='.$val2."<br>\n";
      +                                if ($enabledbydefaulton && $val2 != $enabledbydefaulton) { continue;        // Not enabled by default onto this page.
      +                                }
       
      -								$sql = "INSERT INTO ".MAIN_DB_PREFIX."boxes (box_id,position,box_order,fk_user,entity)";
      -								$sql.= " VALUES (".$lastid.", ".$key2.", '0', 0, ".$conf->entity.")";
      +                                $sql = "INSERT INTO ".MAIN_DB_PREFIX."boxes (box_id,position,box_order,fk_user,entity)";
      +                                $sql.= " VALUES (".$lastid.", ".$key2.", '0', 0, ".$conf->entity.")";
       
      -								dol_syslog(get_class($this)."::insert_boxes onto page ".$key2."=".$val2."", LOG_DEBUG);
      -								$resql=$this->db->query($sql);
      -								if (! $resql) $err++;
      -							}
      -						}
      +                                dol_syslog(get_class($this)."::insert_boxes onto page ".$key2."=".$val2."", LOG_DEBUG);
      +                                $resql=$this->db->query($sql);
      +                                if (! $resql) { $err++;
      +                                }
      +                            }
      +                        }
       
      -						if (! $err)
      -						{
      -							$this->db->commit();
      -						}
      -						else
      -						{
      -							$this->error=$this->db->lasterror();
      -							$this->db->rollback();
      -						}
      -					}
      -					// else box already registered into database
      -				}
      -				else
      -			  {
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      -			}
      -		}
      +                        if (! $err) {
      +                            $this->db->commit();
      +                        }
      +                        else
      +                        {
      +                                  $this->error=$this->db->lasterror();
      +                                  $this->db->rollback();
      +                        }
      +                    }
      +                    // else box already registered into database
      +                }
      +                else
      +                {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes boxes
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_boxes()
      -	{
      +    /**
      +     * Removes boxes
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_boxes()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (is_array($this->boxes))
      -		{
      -			foreach ($this->boxes as $key => $value)
      -			{
      -				//$titre = $this->boxes[$key][0];
      -				$file  = $this->boxes[$key]['file'];
      -				//$note  = $this->boxes[$key][2];
      +        if (is_array($this->boxes)) {
      +            foreach ($this->boxes as $key => $value)
      +            {
      +                //$titre = $this->boxes[$key][0];
      +                $file  = $this->boxes[$key]['file'];
      +                //$note  = $this->boxes[$key][2];
       
      -				// TODO If the box is also included by another module and the other module is still on, we should not remove it.
      -				// For the moment, we manage this with hard coded exception
      -				//print "Remove box ".$file.'<br>';
      -				if ($file == 'box_graph_product_distribution.php')
      -				{
      -					if (! empty($conf->produit->enabled) || ! empty($conf->service->enabled))
      -					{
      -						dol_syslog("We discard disabling of module ".$file." because another module still active require it.");
      -						continue;
      -					}
      -				}
      +                // TODO If the box is also included by another module and the other module is still on, we should not remove it.
      +                // For the moment, we manage this with hard coded exception
      +                //print "Remove box ".$file.'<br>';
      +                if ($file == 'box_graph_product_distribution.php') {
      +                    if (! empty($conf->produit->enabled) || ! empty($conf->service->enabled)) {
      +                        dol_syslog("We discard disabling of module ".$file." because another module still active require it.");
      +                        continue;
      +                    }
      +                }
       
      -				if (empty($file)) $file  = isset($this->boxes[$key][1])?$this->boxes[$key][1]:'';	// For backward compatibility
      +                if (empty($file)) { $file  = isset($this->boxes[$key][1])?$this->boxes[$key][1]:'';    // For backward compatibility
      +                }
       
      -				if ($this->db->type == 'sqlite3') {
      -					// sqlite doesn't support "USING" syntax.
      -					// TODO: remove this dependency.
      -					$sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes ";
      -					$sql .= "WHERE ".MAIN_DB_PREFIX."boxes.box_id IN (";
      -					$sql .= "SELECT ".MAIN_DB_PREFIX."boxes_def.rowid ";
      -					$sql .= "FROM ".MAIN_DB_PREFIX."boxes_def ";
      -					$sql .= "WHERE ".MAIN_DB_PREFIX."boxes_def.file = '".$this->db->escape($file)."') ";
      -					$sql .= "AND ".MAIN_DB_PREFIX."boxes.entity = ".$conf->entity;
      -				} else {
      -					$sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes";
      -					$sql.= " USING ".MAIN_DB_PREFIX."boxes, ".MAIN_DB_PREFIX."boxes_def";
      -					$sql.= " WHERE ".MAIN_DB_PREFIX."boxes.box_id = ".MAIN_DB_PREFIX."boxes_def.rowid";
      -					$sql.= " AND ".MAIN_DB_PREFIX."boxes_def.file = '".$this->db->escape($file)."'";
      -					$sql.= " AND ".MAIN_DB_PREFIX."boxes.entity = ".$conf->entity;
      -				}
      +                if ($this->db->type == 'sqlite3') {
      +                    // sqlite doesn't support "USING" syntax.
      +                    // TODO: remove this dependency.
      +                    $sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes ";
      +                    $sql .= "WHERE ".MAIN_DB_PREFIX."boxes.box_id IN (";
      +                    $sql .= "SELECT ".MAIN_DB_PREFIX."boxes_def.rowid ";
      +                    $sql .= "FROM ".MAIN_DB_PREFIX."boxes_def ";
      +                    $sql .= "WHERE ".MAIN_DB_PREFIX."boxes_def.file = '".$this->db->escape($file)."') ";
      +                    $sql .= "AND ".MAIN_DB_PREFIX."boxes.entity = ".$conf->entity;
      +                } else {
      +                    $sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes";
      +                    $sql.= " USING ".MAIN_DB_PREFIX."boxes, ".MAIN_DB_PREFIX."boxes_def";
      +                    $sql.= " WHERE ".MAIN_DB_PREFIX."boxes.box_id = ".MAIN_DB_PREFIX."boxes_def.rowid";
      +                    $sql.= " AND ".MAIN_DB_PREFIX."boxes_def.file = '".$this->db->escape($file)."'";
      +                    $sql.= " AND ".MAIN_DB_PREFIX."boxes.entity = ".$conf->entity;
      +                }
       
      -				dol_syslog(get_class($this)."::delete_boxes", LOG_DEBUG);
      -				$resql=$this->db->query($sql);
      -				if (! $resql)
      -				{
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      +                dol_syslog(get_class($this)."::delete_boxes", LOG_DEBUG);
      +                $resql=$this->db->query($sql);
      +                if (! $resql) {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
       
      -				$sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes_def";
      -				$sql.= " WHERE file = '".$this->db->escape($file)."'";
      -				$sql.= " AND entity = ".$conf->entity;
      +                $sql = "DELETE FROM ".MAIN_DB_PREFIX."boxes_def";
      +                $sql.= " WHERE file = '".$this->db->escape($file)."'";
      +                $sql.= " AND entity = ".$conf->entity;
       
      -				dol_syslog(get_class($this)."::delete_boxes", LOG_DEBUG);
      -				$resql=$this->db->query($sql);
      -				if (! $resql)
      -				{
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      -			}
      -		}
      +                dol_syslog(get_class($this)."::delete_boxes", LOG_DEBUG);
      +                $resql=$this->db->query($sql);
      +                if (! $resql) {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds cronjobs
      -	 *
      -	 * @return  int             Error count (0 if OK)
      -	 */
      -	function insert_cronjobs()
      -	{
      +    /**
      +     * Adds cronjobs
      +     *
      +     * @return int             Error count (0 if OK)
      +     */
      +    function insert_cronjobs()
      +    {
               // phpcs:enable
      -		require_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
      +        include_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
       
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (is_array($this->cronjobs))
      -		{
      -			dol_syslog(get_class($this)."::insert_cronjobs", LOG_DEBUG);
      +        if (is_array($this->cronjobs)) {
      +            dol_syslog(get_class($this)."::insert_cronjobs", LOG_DEBUG);
       
      -			foreach ($this->cronjobs as $key => $value)
      -			{
      -				$entity  = isset($this->cronjobs[$key]['entity'])?$this->cronjobs[$key]['entity']:$conf->entity;
      -				$label  = isset($this->cronjobs[$key]['label'])?$this->cronjobs[$key]['label']:'';
      -				$jobtype  = isset($this->cronjobs[$key]['jobtype'])?$this->cronjobs[$key]['jobtype']:'';
      -				$class  = isset($this->cronjobs[$key]['class'])?$this->cronjobs[$key]['class']:'';
      -				$objectname  = isset($this->cronjobs[$key]['objectname'])?$this->cronjobs[$key]['objectname']:'';
      -				$method = isset($this->cronjobs[$key]['method'])?$this->cronjobs[$key]['method']:'';
      -				$command  = isset($this->cronjobs[$key]['command'])?$this->cronjobs[$key]['command']:'';
      -				$parameters  = isset($this->cronjobs[$key]['parameters'])?$this->cronjobs[$key]['parameters']:'';
      -				$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']:'';
      -				$priority = isset($this->cronjobs[$key]['priority'])?$this->cronjobs[$key]['priority']:'';
      -				$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)
      +            foreach ($this->cronjobs as $key => $value)
      +            {
      +                $entity  = isset($this->cronjobs[$key]['entity'])?$this->cronjobs[$key]['entity']:$conf->entity;
      +                $label  = isset($this->cronjobs[$key]['label'])?$this->cronjobs[$key]['label']:'';
      +                $jobtype  = isset($this->cronjobs[$key]['jobtype'])?$this->cronjobs[$key]['jobtype']:'';
      +                $class  = isset($this->cronjobs[$key]['class'])?$this->cronjobs[$key]['class']:'';
      +                $objectname  = isset($this->cronjobs[$key]['objectname'])?$this->cronjobs[$key]['objectname']:'';
      +                $method = isset($this->cronjobs[$key]['method'])?$this->cronjobs[$key]['method']:'';
      +                $command  = isset($this->cronjobs[$key]['command'])?$this->cronjobs[$key]['command']:'';
      +                $parameters  = isset($this->cronjobs[$key]['parameters'])?$this->cronjobs[$key]['parameters']:'';
      +                $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']:'';
      +                $priority = isset($this->cronjobs[$key]['priority'])?$this->cronjobs[$key]['priority']:'';
      +                $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 cron entry already present
      -				$sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."cronjob";
      -				$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)."'";
      -				if ($command) $sql.= " AND command = '".$this->db->escape($command)."'";
      -				$sql.= " AND entity = ".$entity;	// Must be exact entity
      +                // Search if cron entry already present
      +                $sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."cronjob";
      +                $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)."'";
      +                }
      +                if ($command) { $sql.= " AND command = '".$this->db->escape($command)."'";
      +                }
      +                $sql.= " AND entity = ".$entity;    // Must be exact entity
       
      -				$now=dol_now();
      +                $now=dol_now();
       
      -				$result=$this->db->query($sql);
      -				if ($result)
      -				{
      -					$obj = $this->db->fetch_object($result);
      -					if ($obj->nb == 0)
      -					{
      -						$this->db->begin();
      +                $result=$this->db->query($sql);
      +                if ($result) {
      +                    $obj = $this->db->fetch_object($result);
      +                    if ($obj->nb == 0) {
      +                        $this->db->begin();
       
      -						if (! $err)
      -						{
      -							$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(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").",";
      -							$sql.= ($objectname?"'".$this->db->escape($objectname)."'":"null").",";
      -							$sql.= ($method?"'".$this->db->escape($method)."'":"null").",";
      -							$sql.= ($command?"'".$this->db->escape($command)."'":"null").",";
      -							$sql.= ($parameters?"'".$this->db->escape($parameters)."'":"null").",";
      -							$sql.= ($comment?"'".$this->db->escape($comment)."'":"null").",";
      -							if(is_int($frequency)){ $sql.= "'".$this->db->escape($frequency)."', "; }
      -							if(is_int($unitfrequency)){ $sql.= "'".$this->db->escape($unitfrequency)."', "; }
      -							if(is_int($priority)) {$sql.= "'".$this->db->escape($priority)."', ";}
      -							if(is_int($status)){ $sql.= "'".$this->db->escape($status)."', "; }
      -							$sql.= $entity.",";
      -							$sql.= "'".$this->db->escape($test)."'";
      -							$sql.= ")";
      +                        if (! $err) {
      +                            $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(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").",";
      +                            $sql.= ($objectname?"'".$this->db->escape($objectname)."'":"null").",";
      +                            $sql.= ($method?"'".$this->db->escape($method)."'":"null").",";
      +                            $sql.= ($command?"'".$this->db->escape($command)."'":"null").",";
      +                            $sql.= ($parameters?"'".$this->db->escape($parameters)."'":"null").",";
      +                            $sql.= ($comment?"'".$this->db->escape($comment)."'":"null").",";
      +                            if(is_int($frequency)) { $sql.= "'".$this->db->escape($frequency)."', "; 
      +                            }
      +                            if(is_int($unitfrequency)) { $sql.= "'".$this->db->escape($unitfrequency)."', "; 
      +                            }
      +                            if(is_int($priority)) {$sql.= "'".$this->db->escape($priority)."', ";
      +                            }
      +                            if(is_int($status)) { $sql.= "'".$this->db->escape($status)."', "; 
      +                            }
      +                            $sql.= $entity.",";
      +                            $sql.= "'".$this->db->escape($test)."'";
      +                            $sql.= ")";
       
      -							$resql=$this->db->query($sql);
      -							if (! $resql) $err++;
      -						}
      +                            $resql=$this->db->query($sql);
      +                            if (! $resql) { $err++;
      +                            }
      +                        }
       
      -						if (! $err)
      -						{
      -							$this->db->commit();
      -						}
      -						else
      -						{
      -							$this->error=$this->db->lasterror();
      -							$this->db->rollback();
      -						}
      -					}
      -					// else box already registered into database
      -				}
      -				else
      -				{
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      -			}
      -		}
      +                        if (! $err) {
      +                            $this->db->commit();
      +                        }
      +                        else
      +                        {
      +                            $this->error=$this->db->lasterror();
      +                            $this->db->rollback();
      +                        }
      +                    }
      +                    // else box already registered into database
      +                }
      +                else
      +                {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes boxes
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_cronjobs()
      -	{
      +    /**
      +     * Removes boxes
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_cronjobs()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (is_array($this->cronjobs))
      -		{
      -			$sql = "DELETE FROM ".MAIN_DB_PREFIX."cronjob";
      -			$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.
      +        if (is_array($this->cronjobs)) {
      +            $sql = "DELETE FROM ".MAIN_DB_PREFIX."cronjob";
      +            $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);
      -			if (! $resql)
      -			{
      -				$this->error=$this->db->lasterror();
      -				$err++;
      -			}
      -		}
      +            dol_syslog(get_class($this)."::delete_cronjobs", LOG_DEBUG);
      +            $resql=$this->db->query($sql);
      +            if (! $resql) {
      +                $this->error=$this->db->lasterror();
      +                $err++;
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes tabs
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_tabs()
      -	{
      +    /**
      +     * Removes tabs
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_tabs()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." like '".$this->db->escape($this->const_name)."_TABS_%'";
      -		$sql.= " AND entity = ".$conf->entity;
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." like '".$this->db->escape($this->const_name)."_TABS_%'";
      +        $sql.= " AND entity = ".$conf->entity;
       
      -		dol_syslog(get_class($this)."::delete_tabs", LOG_DEBUG);
      -		if (! $this->db->query($sql))
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +        dol_syslog(get_class($this)."::delete_tabs", LOG_DEBUG);
      +        if (! $this->db->query($sql)) {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds tabs
      -	 *
      -	 * @return int  Error count (0 if ok)
      -	 */
      -	function insert_tabs()
      -	{
      +    /**
      +     * Adds tabs
      +     *
      +     * @return int  Error count (0 if ok)
      +     */
      +    function insert_tabs()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (! empty($this->tabs))
      -		{
      -			dol_syslog(get_class($this)."::insert_tabs", LOG_DEBUG);
      +        if (! empty($this->tabs)) {
      +            dol_syslog(get_class($this)."::insert_tabs", LOG_DEBUG);
       
      -			$i=0;
      -			foreach ($this->tabs as $key => $value)
      -			{
      -				if (is_array($value) && count($value) == 0) continue;	// Discard empty arrays
      +            $i=0;
      +            foreach ($this->tabs as $key => $value)
      +            {
      +                if (is_array($value) && count($value) == 0) { continue;    // Discard empty arrays
      +                }
       
      -				$entity=$conf->entity;
      -				$newvalue = $value;
      +                $entity=$conf->entity;
      +                $newvalue = $value;
       
      -				if (is_array($value))
      -				{
      -					$newvalue = $value['data'];
      -					if (isset($value['entity'])) $entity = $value['entity'];
      -				}
      +                if (is_array($value)) {
      +                    $newvalue = $value['data'];
      +                    if (isset($value['entity'])) { $entity = $value['entity'];
      +                    }
      +                }
       
      -				if ($newvalue)
      -				{
      -					$sql = "INSERT INTO ".MAIN_DB_PREFIX."const (";
      -					$sql.= "name";
      -					$sql.= ", type";
      -					$sql.= ", value";
      -					$sql.= ", note";
      -					$sql.= ", visible";
      -					$sql.= ", entity";
      -					$sql.= ")";
      -					$sql.= " VALUES (";
      -					$sql.= $this->db->encrypt($this->const_name."_TABS_".$i,1);
      -					$sql.= ", 'chaine'";
      -					$sql.= ", ".$this->db->encrypt($newvalue,1);
      -					$sql.= ", null";
      -					$sql.= ", '0'";
      -					$sql.= ", ".$entity;
      -					$sql.= ")";
      +                if ($newvalue) {
      +                    $sql = "INSERT INTO ".MAIN_DB_PREFIX."const (";
      +                    $sql.= "name";
      +                    $sql.= ", type";
      +                    $sql.= ", value";
      +                    $sql.= ", note";
      +                    $sql.= ", visible";
      +                    $sql.= ", entity";
      +                    $sql.= ")";
      +                    $sql.= " VALUES (";
      +                    $sql.= $this->db->encrypt($this->const_name."_TABS_".$i, 1);
      +                    $sql.= ", 'chaine'";
      +                    $sql.= ", ".$this->db->encrypt($newvalue, 1);
      +                    $sql.= ", null";
      +                    $sql.= ", '0'";
      +                    $sql.= ", ".$entity;
      +                    $sql.= ")";
       
      -					$resql = $this->db->query($sql);
      -					if (! $resql)
      -					{
      -						dol_syslog($this->db->lasterror(), LOG_ERR);
      -						if ($this->db->lasterrno() != 'DB_ERROR_RECORD_ALREADY_EXISTS')
      -						{
      -							$this->error = $this->db->lasterror();
      -							$this->errors[] = $this->db->lasterror();
      -							$err++;
      -							break;
      -						}
      -					}
      -				}
      -				$i++;
      -			}
      -		}
      -		return $err;
      -	}
      +                    $resql = $this->db->query($sql);
      +                    if (! $resql) {
      +                         dol_syslog($this->db->lasterror(), LOG_ERR);
      +                        if ($this->db->lasterrno() != 'DB_ERROR_RECORD_ALREADY_EXISTS') {
      +                            $this->error = $this->db->lasterror();
      +                            $this->errors[] = $this->db->lasterror();
      +                            $err++;
      +                            break;
      +                        }
      +                    }
      +                }
      +                $i++;
      +            }
      +        }
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds constants
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function insert_const()
      -	{
      +    /**
      +     * Adds constants
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function insert_const()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (empty($this->const)) return 0;
      +        if (empty($this->const)) { return 0;
      +        }
       
      -		dol_syslog(get_class($this)."::insert_const", LOG_DEBUG);
      +        dol_syslog(get_class($this)."::insert_const", LOG_DEBUG);
       
      -		foreach ($this->const as $key => $value)
      -		{
      -			$name      = $this->const[$key][0];
      -			$type      = $this->const[$key][1];
      -			$val       = $this->const[$key][2];
      -			$note      = isset($this->const[$key][3])?$this->const[$key][3]:'';
      -			$visible   = isset($this->const[$key][4])?$this->const[$key][4]:0;
      -			$entity    = (! empty($this->const[$key][5]) && $this->const[$key][5]!='current')?0:$conf->entity;
      +        foreach ($this->const as $key => $value)
      +        {
      +            $name      = $this->const[$key][0];
      +            $type      = $this->const[$key][1];
      +            $val       = $this->const[$key][2];
      +            $note      = isset($this->const[$key][3])?$this->const[$key][3]:'';
      +            $visible   = isset($this->const[$key][4])?$this->const[$key][4]:0;
      +            $entity    = (! empty($this->const[$key][5]) && $this->const[$key][5]!='current')?0:$conf->entity;
       
      -			// Clean
      -			if (empty($visible)) $visible='0';
      -			if (empty($val) && $val != '0') $val='';
      +            // Clean
      +            if (empty($visible)) { $visible='0';
      +            }
      +            if (empty($val) && $val != '0') { $val='';
      +            }
       
      -			$sql = "SELECT count(*)";
      -			$sql.= " FROM ".MAIN_DB_PREFIX."const";
      -			$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($name)."'";
      -			$sql.= " AND entity = ".$entity;
      +            $sql = "SELECT count(*)";
      +            $sql.= " FROM ".MAIN_DB_PREFIX."const";
      +            $sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($name)."'";
      +            $sql.= " AND entity = ".$entity;
       
      -			$result=$this->db->query($sql);
      -			if ($result)
      -			{
      -				$row = $this->db->fetch_row($result);
      +            $result=$this->db->query($sql);
      +            if ($result) {
      +                $row = $this->db->fetch_row($result);
       
      -				if ($row[0] == 0)   // If not found
      -				{
      -					$sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name,type,value,note,visible,entity)";
      -					$sql.= " VALUES (";
      -					$sql.= $this->db->encrypt($name,1);
      -					$sql.= ",'".$type."'";
      -					$sql.= ",".(($val != '')?$this->db->encrypt($val,1):"''");
      -					$sql.= ",".($note?"'".$this->db->escape($note)."'":"null");
      -					$sql.= ",'".$visible."'";
      -					$sql.= ",".$entity;
      -					$sql.= ")";
      +                if ($row[0] == 0)   // If not found
      +                {
      +                    $sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name,type,value,note,visible,entity)";
      +                    $sql.= " VALUES (";
      +                    $sql.= $this->db->encrypt($name, 1);
      +                    $sql.= ",'".$type."'";
      +                    $sql.= ",".(($val != '')?$this->db->encrypt($val, 1):"''");
      +                    $sql.= ",".($note?"'".$this->db->escape($note)."'":"null");
      +                    $sql.= ",'".$visible."'";
      +                    $sql.= ",".$entity;
      +                    $sql.= ")";
       
      -					if (! $this->db->query($sql) )
      -					{
      -						$err++;
      -					}
      -				}
      -				else
      -				{
      -					dol_syslog(get_class($this)."::insert_const constant '".$name."' already exists", LOG_WARNING);
      -				}
      -			}
      -			else
      -			{
      -				$err++;
      -			}
      -		}
      +                    if (! $this->db->query($sql) ) {
      +                        $err++;
      +                    }
      +                }
      +                else
      +                {
      +                    dol_syslog(get_class($this)."::insert_const constant '".$name."' already exists", LOG_WARNING);
      +                }
      +            }
      +            else
      +            {
      +                $err++;
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes constants tagged 'deleteonunactive'
      -	 *
      -	 * @return  int <0 if KO, 0 if OK
      -	 */
      -	function delete_const()
      -	{
      +    /**
      +     * Removes constants tagged 'deleteonunactive'
      +     *
      +     * @return int <0 if KO, 0 if OK
      +     */
      +    function delete_const()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (empty($this->const)) return 0;
      +        if (empty($this->const)) { return 0;
      +        }
       
      -		foreach ($this->const as $key => $value)
      -		{
      -			$name      = $this->const[$key][0];
      -			$deleteonunactive = (! empty($this->const[$key][6]))?1:0;
      +        foreach ($this->const as $key => $value)
      +        {
      +            $name      = $this->const[$key][0];
      +            $deleteonunactive = (! empty($this->const[$key][6]))?1:0;
       
      -			if ($deleteonunactive)
      -			{
      -				$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -				$sql.= " WHERE ".$this->db->decrypt('name')." = '".$name."'";
      -				$sql.= " AND entity in (0, ".$conf->entity.")";
      -				dol_syslog(get_class($this)."::delete_const", LOG_DEBUG);
      -				if (! $this->db->query($sql))
      -				{
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      -			}
      -		}
      +            if ($deleteonunactive) {
      +                $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +                $sql.= " WHERE ".$this->db->decrypt('name')." = '".$name."'";
      +                $sql.= " AND entity in (0, ".$conf->entity.")";
      +                dol_syslog(get_class($this)."::delete_const", LOG_DEBUG);
      +                if (! $this->db->query($sql)) {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds access rights
      -	 *
      -	 * @param   int $reinitadminperms   If 1, we also grant them to all admin users
      -	 * @param   int $force_entity       Force current entity
      -	 * @param   int	$notrigger			1=Does not execute triggers, 0= execute triggers
      -	 * @return  int                     Error count (0 if OK)
      -	 */
      -	function insert_permissions($reinitadminperms=0, $force_entity=null, $notrigger=0)
      -	{
      +    /**
      +     * Adds access rights
      +     *
      +     * @param  int $reinitadminperms If 1, we also grant them to all admin users
      +     * @param  int $force_entity     Force current entity
      +     * @param  int $notrigger        1=Does not execute triggers, 0= execute triggers
      +     * @return int                     Error count (0 if OK)
      +     */
      +    function insert_permissions($reinitadminperms=0, $force_entity=null, $notrigger=0)
      +    {
               // phpcs:enable
      -		global $conf,$user;
      +        global $conf,$user;
       
      -		$err=0;
      -		$entity=(! empty($force_entity) ? $force_entity : $conf->entity);
      +        $err=0;
      +        $entity=(! empty($force_entity) ? $force_entity : $conf->entity);
       
      -		dol_syslog(get_class($this)."::insert_permissions", LOG_DEBUG);
      +        dol_syslog(get_class($this)."::insert_permissions", LOG_DEBUG);
       
      -		// Test if module is activated
      -		$sql_del = "SELECT ".$this->db->decrypt('value')." as value";
      -		$sql_del.= " FROM ".MAIN_DB_PREFIX."const";
      -		$sql_del.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      -		$sql_del.= " AND entity IN (0,".$entity.")";
      +        // Test if module is activated
      +        $sql_del = "SELECT ".$this->db->decrypt('value')." as value";
      +        $sql_del.= " FROM ".MAIN_DB_PREFIX."const";
      +        $sql_del.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
      +        $sql_del.= " AND entity IN (0,".$entity.")";
       
      -		$resql=$this->db->query($sql_del);
      +        $resql=$this->db->query($sql_del);
       
      -		if ($resql)
      -		{
      -			$obj=$this->db->fetch_object($resql);
      -			if ($obj !== null && ! empty($obj->value) && ! empty($this->rights))
      -			{
      -				// If the module is active
      -				foreach ($this->rights as $key => $value)
      -				{
      -					$r_id       = $this->rights[$key][0];
      -					$r_desc     = $this->rights[$key][1];
      -					$r_type     = isset($this->rights[$key][2])?$this->rights[$key][2]:'';
      -					$r_def      = $this->rights[$key][3];
      -					$r_perms    = $this->rights[$key][4];
      -					$r_subperms = isset($this->rights[$key][5])?$this->rights[$key][5]:'';
      -					$r_modul    = empty($this->rights_class)?strtolower($this->name):$this->rights_class;
      +        if ($resql) {
      +            $obj=$this->db->fetch_object($resql);
      +            if ($obj !== null && ! empty($obj->value) && ! empty($this->rights)) {
      +                // If the module is active
      +                foreach ($this->rights as $key => $value)
      +                {
      +                    $r_id       = $this->rights[$key][0];
      +                    $r_desc     = $this->rights[$key][1];
      +                    $r_type     = isset($this->rights[$key][2])?$this->rights[$key][2]:'';
      +                    $r_def      = $this->rights[$key][3];
      +                    $r_perms    = $this->rights[$key][4];
      +                    $r_subperms = isset($this->rights[$key][5])?$this->rights[$key][5]:'';
      +                    $r_modul    = empty($this->rights_class)?strtolower($this->name):$this->rights_class;
       
      -					if (empty($r_type)) $r_type='w';
      +                    if (empty($r_type)) { $r_type='w';
      +                    }
       
      -					// Search if perm already present
      -					$sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."rights_def";
      -					$sql.= " WHERE id = ".$r_id." AND entity = ".$entity;
      +                    // Search if perm already present
      +                    $sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."rights_def";
      +                    $sql.= " WHERE id = ".$r_id." AND entity = ".$entity;
       
      -					$resqlselect=$this->db->query($sql);
      -					if ($resqlselect)
      -					{
      -						$objcount = $this->db->fetch_object($resqlselect);
      -						if ($objcount && $objcount->nb == 0)
      -						{
      -							if (dol_strlen($r_perms) )
      -							{
      -								if (dol_strlen($r_subperms) )
      -								{
      -									$sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def";
      -									$sql.= " (id, entity, libelle, module, type, bydefault, perms, subperms)";
      -									$sql.= " VALUES ";
      -									$sql.= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.",'".$r_perms."','".$r_subperms."')";
      -								}
      -								else
      -								{
      -									$sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def";
      -									$sql.= " (id, entity, libelle, module, type, bydefault, perms)";
      -									$sql.= " VALUES ";
      -									$sql.= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.",'".$r_perms."')";
      -								}
      -							}
      -							else
      -							{
      -								$sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def ";
      -								$sql .= " (id, entity, libelle, module, type, bydefault)";
      -								$sql .= " VALUES ";
      -								$sql .= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.")";
      -							}
      +                    $resqlselect=$this->db->query($sql);
      +                    if ($resqlselect) {
      +                        $objcount = $this->db->fetch_object($resqlselect);
      +                        if ($objcount && $objcount->nb == 0) {
      +                            if (dol_strlen($r_perms) ) {
      +                                if (dol_strlen($r_subperms) ) {
      +                                    $sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def";
      +                                    $sql.= " (id, entity, libelle, module, type, bydefault, perms, subperms)";
      +                                    $sql.= " VALUES ";
      +                                    $sql.= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.",'".$r_perms."','".$r_subperms."')";
      +                                }
      +                                else
      +                                   {
      +                                    $sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def";
      +                                    $sql.= " (id, entity, libelle, module, type, bydefault, perms)";
      +                                    $sql.= " VALUES ";
      +                                    $sql.= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.",'".$r_perms."')";
      +                                }
      +                            }
      +                            else
      +                            {
      +                                 $sql = "INSERT INTO ".MAIN_DB_PREFIX."rights_def ";
      +                                 $sql .= " (id, entity, libelle, module, type, bydefault)";
      +                                 $sql .= " VALUES ";
      +                                 $sql .= "(".$r_id.",".$entity.",'".$this->db->escape($r_desc)."','".$r_modul."','".$r_type."',".$r_def.")";
      +                            }
       
      -							$resqlinsert=$this->db->query($sql,1);
      +                            $resqlinsert=$this->db->query($sql, 1);
       
      -							if (! $resqlinsert)
      -							{
      -								if ($this->db->errno() != "DB_ERROR_RECORD_ALREADY_EXISTS")
      -								{
      -									$this->error=$this->db->lasterror();
      -									$err++;
      -									break;
      -								}
      -								else dol_syslog(get_class($this)."::insert_permissions record already exists", LOG_INFO);
      -							}
      +                            if (! $resqlinsert) {
      +                                if ($this->db->errno() != "DB_ERROR_RECORD_ALREADY_EXISTS") {
      +                                    $this->error=$this->db->lasterror();
      +                                    $err++;
      +                                    break;
      +                                }
      +                                else { dol_syslog(get_class($this)."::insert_permissions record already exists", LOG_INFO);
      +                                }
      +                            }
       
      -							$this->db->free($resqlinsert);
      -						}
      +                            $this->db->free($resqlinsert);
      +                        }
       
      -						$this->db->free($resqlselect);
      -					}
      +                        $this->db->free($resqlselect);
      +                    }
       
      -					// If we want to init permissions on admin users
      -					if ($reinitadminperms)
      -					{
      -						if (! class_exists('User')) {
      -							require_once DOL_DOCUMENT_ROOT . '/user/class/user.class.php';
      -						}
      -						$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."user WHERE admin = 1";
      -						dol_syslog(get_class($this)."::insert_permissions Search all admin users", LOG_DEBUG);
      -						$resqlseladmin=$this->db->query($sql,1);
      -						if ($resqlseladmin)
      -						{
      -							$num=$this->db->num_rows($resqlseladmin);
      -							$i=0;
      -							while ($i < $num)
      -							{
      -								$obj2=$this->db->fetch_object($resqlseladmin);
      -								dol_syslog(get_class($this)."::insert_permissions Add permission to user id=".$obj2->rowid);
      +                    // If we want to init permissions on admin users
      +                    if ($reinitadminperms) {
      +                        if (! class_exists('User')) {
      +                            include_once DOL_DOCUMENT_ROOT . '/user/class/user.class.php';
      +                        }
      +                        $sql="SELECT rowid FROM ".MAIN_DB_PREFIX."user WHERE admin = 1";
      +                        dol_syslog(get_class($this)."::insert_permissions Search all admin users", LOG_DEBUG);
      +                        $resqlseladmin=$this->db->query($sql, 1);
      +                        if ($resqlseladmin) {
      +                            $num=$this->db->num_rows($resqlseladmin);
      +                            $i=0;
      +                            while ($i < $num)
      +                            {
      +                                  $obj2=$this->db->fetch_object($resqlseladmin);
      +                                  dol_syslog(get_class($this)."::insert_permissions Add permission to user id=".$obj2->rowid);
       
      -								$tmpuser=new User($this->db);
      -								$result = $tmpuser->fetch($obj2->rowid);
      -								if ($result > 0) {
      -									$tmpuser->addrights($r_id, '', '', 0, 1);
      -								}
      -								else
      -								{
      -									dol_syslog(get_class($this)."::insert_permissions Failed to add the permission to user because fetch return an error", LOG_ERR);
      -								}
      -								$i++;
      -							}
      -						}
      -						else
      -						{
      -							dol_print_error($this->db);
      -						}
      -					}
      -				}
      +                                  $tmpuser=new User($this->db);
      +                                  $result = $tmpuser->fetch($obj2->rowid);
      +                                if ($result > 0) {
      +                                    $tmpuser->addrights($r_id, '', '', 0, 1);
      +                                }
      +                                else
      +                                 {
      +                                    dol_syslog(get_class($this)."::insert_permissions Failed to add the permission to user because fetch return an error", LOG_ERR);
      +                                }
      +                                 $i++;
      +                            }
      +                        }
      +                        else
      +                        {
      +                            dol_print_error($this->db);
      +                        }
      +                    }
      +                }
       
      -				if ($reinitadminperms && ! empty($user->admin))  // Reload permission for current user if defined
      -				{
      -					// We reload permissions
      -					$user->clearrights();
      -					$user->getrights();
      -				}
      -			}
      -			$this->db->free($resql);
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +                if ($reinitadminperms && ! empty($user->admin))  // Reload permission for current user if defined
      +                {
      +                    // We reload permissions
      +                    $user->clearrights();
      +                    $user->getrights();
      +                }
      +            }
      +            $this->db->free($resql);
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes access rights
      -	 *
      -	 * @return  int                     Error count (0 if OK)
      -	 */
      -	function delete_permissions()
      -	{
      +    /**
      +     * Removes access rights
      +     *
      +     * @return int                     Error count (0 if OK)
      +     */
      +    function delete_permissions()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."rights_def";
      -		$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))
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."rights_def";
      +        $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)) {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds menu entries
      -	 *
      -	 * @return  int     Error count (0 if OK)
      -	 */
      -	function insert_menus()
      -	{
      +    /**
      +     * Adds menu entries
      +     *
      +     * @return int     Error count (0 if OK)
      +     */
      +    function insert_menus()
      +    {
               // phpcs:enable
      -		global $user;
      +        global $user;
       
      -		if (! is_array($this->menu) || empty($this->menu)) return 0;
      +        if (! is_array($this->menu) || empty($this->menu)) { return 0;
      +        }
       
      -		require_once DOL_DOCUMENT_ROOT . '/core/class/menubase.class.php';
      +        include_once DOL_DOCUMENT_ROOT . '/core/class/menubase.class.php';
       
      -		dol_syslog(get_class($this)."::insert_menus", LOG_DEBUG);
      +        dol_syslog(get_class($this)."::insert_menus", LOG_DEBUG);
       
      -		$err=0;
      +        $err=0;
       
      -		$this->db->begin();
      +        $this->db->begin();
       
      -		foreach ($this->menu as $key => $value)
      -		{
      -			$menu = new Menubase($this->db);
      -			$menu->menu_handler='all';
      +        foreach ($this->menu as $key => $value)
      +        {
      +            $menu = new Menubase($this->db);
      +            $menu->menu_handler='all';
       
      -			//$menu->module=strtolower($this->name);	TODO When right_class will be same than module name
      -			$menu->module=empty($this->rights_class)?strtolower($this->name):$this->rights_class;
      +            //$menu->module=strtolower($this->name);    TODO When right_class will be same than module name
      +            $menu->module=empty($this->rights_class)?strtolower($this->name):$this->rights_class;
       
      -			if (! $this->menu[$key]['fk_menu'])
      -			{
      -				$menu->fk_menu=0;
      -			}
      -			else
      -			{
      -				$foundparent=0;
      -				$fk_parent=$this->menu[$key]['fk_menu'];
      -				if (preg_match('/^r=/',$fk_parent))	// old deprecated method
      -				{
      -					$fk_parent=str_replace('r=','',$fk_parent);
      -					if (isset($this->menu[$fk_parent]['rowid']))
      -					{
      -						$menu->fk_menu=$this->menu[$fk_parent]['rowid'];
      -						$foundparent=1;
      -					}
      -				}
      -				elseif (preg_match('/^fk_mainmenu=([a-zA-Z0-9_]+),fk_leftmenu=([a-zA-Z0-9_]+)$/',$fk_parent,$reg))
      -				{
      -					$menu->fk_menu=-1;
      -					$menu->fk_mainmenu=$reg[1];
      -					$menu->fk_leftmenu=$reg[2];
      -					$foundparent=1;
      -				}
      -				elseif (preg_match('/^fk_mainmenu=([a-zA-Z0-9_]+)$/',$fk_parent,$reg))
      -				{
      -					$menu->fk_menu=-1;
      -					$menu->fk_mainmenu=$reg[1];
      -					$menu->fk_leftmenu='';
      -					$foundparent=1;
      -				}
      -				if (! $foundparent)
      -				{
      -					$this->error="ErrorBadDefinitionOfMenuArrayInModuleDescriptor";
      -					dol_syslog(get_class($this)."::insert_menus ".$this->error." ".$this->menu[$key]['fk_menu'], LOG_ERR);
      -					$err++;
      -				}
      -			}
      -			$menu->type=$this->menu[$key]['type'];
      -			$menu->mainmenu=isset($this->menu[$key]['mainmenu'])?$this->menu[$key]['mainmenu']:(isset($menu->fk_mainmenu)?$menu->fk_mainmenu:'');
      -			$menu->leftmenu=isset($this->menu[$key]['leftmenu'])?$this->menu[$key]['leftmenu']:'';
      -			$menu->titre=$this->menu[$key]['titre'];
      -			$menu->url=$this->menu[$key]['url'];
      -			$menu->langs=$this->menu[$key]['langs'];
      -			$menu->position=$this->menu[$key]['position'];
      -			$menu->perms=$this->menu[$key]['perms'];
      -			$menu->target=isset($this->menu[$key]['target'])?$this->menu[$key]['target']:'';
      -			$menu->user=$this->menu[$key]['user'];
      -			$menu->enabled=isset($this->menu[$key]['enabled'])?$this->menu[$key]['enabled']:0;
      -			$menu->position=$this->menu[$key]['position'];
      +            if (! $this->menu[$key]['fk_menu']) {
      +                $menu->fk_menu=0;
      +            }
      +            else
      +            {
      +                $foundparent=0;
      +                $fk_parent=$this->menu[$key]['fk_menu'];
      +                if (preg_match('/^r=/', $fk_parent))    // old deprecated method
      +                {
      +                    $fk_parent=str_replace('r=', '', $fk_parent);
      +                    if (isset($this->menu[$fk_parent]['rowid'])) {
      +                        $menu->fk_menu=$this->menu[$fk_parent]['rowid'];
      +                        $foundparent=1;
      +                    }
      +                }
      +                elseif (preg_match('/^fk_mainmenu=([a-zA-Z0-9_]+),fk_leftmenu=([a-zA-Z0-9_]+)$/', $fk_parent, $reg)) {
      +                    $menu->fk_menu=-1;
      +                    $menu->fk_mainmenu=$reg[1];
      +                    $menu->fk_leftmenu=$reg[2];
      +                    $foundparent=1;
      +                }
      +                elseif (preg_match('/^fk_mainmenu=([a-zA-Z0-9_]+)$/', $fk_parent, $reg)) {
      +                    $menu->fk_menu=-1;
      +                    $menu->fk_mainmenu=$reg[1];
      +                    $menu->fk_leftmenu='';
      +                    $foundparent=1;
      +                }
      +                if (! $foundparent) {
      +                    $this->error="ErrorBadDefinitionOfMenuArrayInModuleDescriptor";
      +                    dol_syslog(get_class($this)."::insert_menus ".$this->error." ".$this->menu[$key]['fk_menu'], LOG_ERR);
      +                    $err++;
      +                }
      +            }
      +            $menu->type=$this->menu[$key]['type'];
      +            $menu->mainmenu=isset($this->menu[$key]['mainmenu'])?$this->menu[$key]['mainmenu']:(isset($menu->fk_mainmenu)?$menu->fk_mainmenu:'');
      +            $menu->leftmenu=isset($this->menu[$key]['leftmenu'])?$this->menu[$key]['leftmenu']:'';
      +            $menu->titre=$this->menu[$key]['titre'];
      +            $menu->url=$this->menu[$key]['url'];
      +            $menu->langs=$this->menu[$key]['langs'];
      +            $menu->position=$this->menu[$key]['position'];
      +            $menu->perms=$this->menu[$key]['perms'];
      +            $menu->target=isset($this->menu[$key]['target'])?$this->menu[$key]['target']:'';
      +            $menu->user=$this->menu[$key]['user'];
      +            $menu->enabled=isset($this->menu[$key]['enabled'])?$this->menu[$key]['enabled']:0;
      +            $menu->position=$this->menu[$key]['position'];
       
      -			if (! $err)
      -			{
      -				$result=$menu->create($user);	// Save menu entry into table llx_menu
      -				if ($result > 0)
      -				{
      -					$this->menu[$key]['rowid']=$result;
      -				}
      -				else
      -				{
      -					$this->error=$menu->error;
      -					dol_syslog(get_class($this).'::insert_menus result='.$result." ".$this->error, LOG_ERR);
      -					$err++;
      -					break;
      -				}
      -			}
      -		}
      +            if (! $err) {
      +                $result=$menu->create($user);    // Save menu entry into table llx_menu
      +                if ($result > 0) {
      +                    $this->menu[$key]['rowid']=$result;
      +                }
      +                else
      +                {
      +                    $this->error=$menu->error;
      +                    dol_syslog(get_class($this).'::insert_menus result='.$result." ".$this->error, LOG_ERR);
      +                    $err++;
      +                    break;
      +                }
      +            }
      +        }
       
      -		if (! $err)
      -		{
      -			$this->db->commit();
      -		}
      -		else
      -		{
      -			dol_syslog(get_class($this)."::insert_menus ".$this->error, LOG_ERR);
      -			$this->db->rollback();
      -		}
      +        if (! $err) {
      +            $this->db->commit();
      +        }
      +        else
      +        {
      +            dol_syslog(get_class($this)."::insert_menus ".$this->error, LOG_ERR);
      +            $this->db->rollback();
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes menu entries
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_menus()
      -	{
      +    /**
      +     * Removes menu entries
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_menus()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		//$module=strtolower($this->name);		TODO When right_class will be same than module name
      -		$module=empty($this->rights_class)?strtolower($this->name):$this->rights_class;
      +        //$module=strtolower($this->name);        TODO When right_class will be same than module name
      +        $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)."'";
      -		$sql.= " AND entity = ".$conf->entity;
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."menu";
      +        $sql.= " WHERE module = '".$this->db->escape($module)."'";
      +        $sql.= " AND entity = ".$conf->entity;
       
      -		dol_syslog(get_class($this)."::delete_menus", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql)
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +        dol_syslog(get_class($this)."::delete_menus", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Creates directories
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function create_dirs()
      -	{
      +    /**
      +     * Creates directories
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function create_dirs()
      +    {
               // phpcs:enable
      -		global $langs, $conf;
      +        global $langs, $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		if (isset($this->dirs) && is_array($this->dirs))
      -		{
      -			foreach ($this->dirs as $key => $value)
      -			{
      -				$addtodatabase=0;
      +        if (isset($this->dirs) && is_array($this->dirs)) {
      +            foreach ($this->dirs as $key => $value)
      +            {
      +                $addtodatabase=0;
       
      -				if (! is_array($value)) $dir=$value;    // Default simple mode
      -				else {
      -					$constname = $this->const_name."_DIR_";
      -					$dir       = $this->dirs[$key][1];
      -					$addtodatabase = empty($this->dirs[$key][2])?'':$this->dirs[$key][2]; // Create constante in llx_const
      -					$subname   = empty($this->dirs[$key][3])?'':strtoupper($this->dirs[$key][3]); // Add submodule name (ex: $conf->module->submodule->dir_output)
      -					$forcename = empty($this->dirs[$key][4])?'':strtoupper($this->dirs[$key][4]); // Change the module name if different
      +                if (! is_array($value)) { $dir=$value;    // Default simple mode
      +                } else {
      +                    $constname = $this->const_name."_DIR_";
      +                    $dir       = $this->dirs[$key][1];
      +                    $addtodatabase = empty($this->dirs[$key][2])?'':$this->dirs[$key][2]; // Create constante in llx_const
      +                    $subname   = empty($this->dirs[$key][3])?'':strtoupper($this->dirs[$key][3]); // Add submodule name (ex: $conf->module->submodule->dir_output)
      +                    $forcename = empty($this->dirs[$key][4])?'':strtoupper($this->dirs[$key][4]); // Change the module name if different
       
      -					if (! empty($forcename)) $constname = 'MAIN_MODULE_'.$forcename."_DIR_";
      -					if (! empty($subname))   $constname = $constname.$subname."_";
      +                    if (! empty($forcename)) { $constname = 'MAIN_MODULE_'.$forcename."_DIR_";
      +                    }
      +                    if (! empty($subname)) {   $constname = $constname.$subname."_";
      +                    }
       
      -					$name = $constname.strtoupper($this->dirs[$key][0]);
      -				}
      +                    $name = $constname.strtoupper($this->dirs[$key][0]);
      +                }
       
      -				// Define directory full path ($dir must start with "/")
      -				if (empty($conf->global->MAIN_MODULE_MULTICOMPANY) || $conf->entity == 1) $fulldir = DOL_DATA_ROOT.$dir;
      -				else $fulldir = DOL_DATA_ROOT."/".$conf->entity.$dir;
      -				// Create dir if it does not exists
      -				if (! empty($fulldir) && ! file_exists($fulldir))
      -				{
      -					if (dol_mkdir($fulldir, DOL_DATA_ROOT) < 0)
      -					{
      -						$this->error = $langs->trans("ErrorCanNotCreateDir",$fulldir);
      -						dol_syslog(get_class($this)."::_init ".$this->error, LOG_ERR);
      -						$err++;
      -					}
      -				}
      +                // Define directory full path ($dir must start with "/")
      +                if (empty($conf->global->MAIN_MODULE_MULTICOMPANY) || $conf->entity == 1) { $fulldir = DOL_DATA_ROOT.$dir;
      +                } else { $fulldir = DOL_DATA_ROOT."/".$conf->entity.$dir;
      +                }
      +                // Create dir if it does not exists
      +                if (! empty($fulldir) && ! file_exists($fulldir)) {
      +                    if (dol_mkdir($fulldir, DOL_DATA_ROOT) < 0) {
      +                         $this->error = $langs->trans("ErrorCanNotCreateDir", $fulldir);
      +                         dol_syslog(get_class($this)."::_init ".$this->error, LOG_ERR);
      +                         $err++;
      +                    }
      +                }
       
      -				// Define the constant in database if requested (not the default mode)
      -				if (! empty($addtodatabase))
      -				{
      -					$result = $this->insert_dirs($name, $dir);
      -					if ($result) $err++;
      -				}
      -			}
      -		}
      +                // Define the constant in database if requested (not the default mode)
      +                if (! empty($addtodatabase)) {
      +                    $result = $this->insert_dirs($name, $dir);
      +                    if ($result) { $err++;
      +                    }
      +                }
      +            }
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds directories definitions
      -	 *
      -	 * @param   string  $name   Name
      -	 * @param   string  $dir    Directory
      -	 *
      -	 * @return  int             Error count (0 if OK)
      -	 */
      -	function insert_dirs($name,$dir)
      -	{
      +    /**
      +     * Adds directories definitions
      +     *
      +     * @param string $name Name
      +     * @param string $dir  Directory
      +     *
      +     * @return int             Error count (0 if OK)
      +     */
      +    function insert_dirs($name,$dir)
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		$sql = "SELECT count(*)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." = '".$name."'";
      -		$sql.= " AND entity = ".$conf->entity;
      +        $sql = "SELECT count(*)";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." = '".$name."'";
      +        $sql.= " AND entity = ".$conf->entity;
       
      -		dol_syslog(get_class($this)."::insert_dirs", LOG_DEBUG);
      -		$result=$this->db->query($sql);
      -		if ($result)
      -		{
      -			$row = $this->db->fetch_row($result);
      +        dol_syslog(get_class($this)."::insert_dirs", LOG_DEBUG);
      +        $result=$this->db->query($sql);
      +        if ($result) {
      +            $row = $this->db->fetch_row($result);
       
      -			if ($row[0] == 0)
      -			{
      -				$sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name,type,value,note,visible,entity)";
      -				$sql.= " VALUES (".$this->db->encrypt($name,1).",'chaine',".$this->db->encrypt($dir,1).",'Directory for module ".$this->name."','0',".$conf->entity.")";
      +            if ($row[0] == 0) {
      +                $sql = "INSERT INTO ".MAIN_DB_PREFIX."const (name,type,value,note,visible,entity)";
      +                $sql.= " VALUES (".$this->db->encrypt($name, 1).",'chaine',".$this->db->encrypt($dir, 1).",'Directory for module ".$this->name."','0',".$conf->entity.")";
       
      -				dol_syslog(get_class($this)."::insert_dirs", LOG_DEBUG);
      -				$this->db->query($sql);
      -			}
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +                dol_syslog(get_class($this)."::insert_dirs", LOG_DEBUG);
      +                $this->db->query($sql);
      +            }
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes directories
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_dirs()
      -	{
      +    /**
      +     * Removes directories
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_dirs()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      +        $err=0;
       
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -		$sql.= " WHERE ".$this->db->decrypt('name')." LIKE '".$this->db->escape($this->const_name)."_DIR_%'";
      -		$sql.= " AND entity = ".$conf->entity;
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +        $sql.= " WHERE ".$this->db->decrypt('name')." LIKE '".$this->db->escape($this->const_name)."_DIR_%'";
      +        $sql.= " AND entity = ".$conf->entity;
       
      -		dol_syslog(get_class($this)."::delete_dirs", LOG_DEBUG);
      -		if (! $this->db->query($sql))
      -		{
      -			$this->error=$this->db->lasterror();
      -			$err++;
      -		}
      +        dol_syslog(get_class($this)."::delete_dirs", LOG_DEBUG);
      +        if (! $this->db->query($sql)) {
      +            $this->error=$this->db->lasterror();
      +            $err++;
      +        }
       
      -		return $err;
      -	}
      +        return $err;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Adds generic parts
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function insert_module_parts()
      -	{
      +    /**
      +     * Adds generic parts
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function insert_module_parts()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$error=0;
      +        $error=0;
       
      -		if (is_array($this->module_parts) && ! empty($this->module_parts))
      -		{
      -			foreach($this->module_parts as $key => $value)
      -			{
      -				if (is_array($value) && count($value) == 0) continue;	// Discard empty arrays
      +        if (is_array($this->module_parts) && ! empty($this->module_parts)) {
      +            foreach($this->module_parts as $key => $value)
      +            {
      +                if (is_array($value) && count($value) == 0) { continue;    // Discard empty arrays
      +                }
       
      -				$entity=$conf->entity; // Reset the current entity
      -				$newvalue = $value;
      +                $entity=$conf->entity; // Reset the current entity
      +                $newvalue = $value;
       
      -				// Serialize array parameters
      -				if (is_array($value))
      -				{
      -					// Can defined other parameters
      -					// Example when $key='hooks', then $value is an array('data'=>array('hookcontext1','hookcontext2'), 'entity'=>X)
      -					if (isset($value['data']) && is_array($value['data']))
      -					{
      -						$newvalue = json_encode($value['data']);
      -						if (isset($value['entity'])) $entity = $value['entity'];
      -					}
      -					else if (isset($value['data']) && !is_array($value['data']))
      -					{
      -						$newvalue = $value['data'];
      -						if (isset($value['entity'])) $entity = $value['entity'];
      -					}
      -					else	// when hook is declared with syntax 'hook'=>array('hookcontext1','hookcontext2',...)
      -					{
      -						$newvalue = json_encode($value);
      -					}
      -				}
      +                // Serialize array parameters
      +                if (is_array($value)) {
      +                    // Can defined other parameters
      +                    // Example when $key='hooks', then $value is an array('data'=>array('hookcontext1','hookcontext2'), 'entity'=>X)
      +                    if (isset($value['data']) && is_array($value['data'])) {
      +                        $newvalue = json_encode($value['data']);
      +                        if (isset($value['entity'])) { $entity = $value['entity'];
      +                        }
      +                    }
      +                    else if (isset($value['data']) && !is_array($value['data'])) {
      +                        $newvalue = $value['data'];
      +                        if (isset($value['entity'])) { $entity = $value['entity'];
      +                        }
      +                    }
      +                    else    // when hook is declared with syntax 'hook'=>array('hookcontext1','hookcontext2',...)
      +                    {
      +                        $newvalue = json_encode($value);
      +                    }
      +                }
       
      -				$sql = "INSERT INTO ".MAIN_DB_PREFIX."const (";
      -				$sql.= "name";
      -				$sql.= ", type";
      -				$sql.= ", value";
      -				$sql.= ", note";
      -				$sql.= ", visible";
      -				$sql.= ", entity";
      -				$sql.= ")";
      -				$sql.= " VALUES (";
      -				$sql.= $this->db->encrypt($this->const_name."_".strtoupper($key), 1);
      -				$sql.= ", 'chaine'";
      -				$sql.= ", ".$this->db->encrypt($newvalue, 1);
      -				$sql.= ", null";
      -				$sql.= ", '0'";
      -				$sql.= ", ".$entity;
      -				$sql.= ")";
      +                $sql = "INSERT INTO ".MAIN_DB_PREFIX."const (";
      +                $sql.= "name";
      +                $sql.= ", type";
      +                $sql.= ", value";
      +                $sql.= ", note";
      +                $sql.= ", visible";
      +                $sql.= ", entity";
      +                $sql.= ")";
      +                $sql.= " VALUES (";
      +                $sql.= $this->db->encrypt($this->const_name."_".strtoupper($key), 1);
      +                $sql.= ", 'chaine'";
      +                $sql.= ", ".$this->db->encrypt($newvalue, 1);
      +                $sql.= ", null";
      +                $sql.= ", '0'";
      +                $sql.= ", ".$entity;
      +                $sql.= ")";
       
      -				dol_syslog(get_class($this)."::insert_module_parts for key=".$this->const_name."_".strtoupper($key), LOG_DEBUG);
      +                dol_syslog(get_class($this)."::insert_module_parts for key=".$this->const_name."_".strtoupper($key), LOG_DEBUG);
       
      -				$resql=$this->db->query($sql,1);
      -				if (! $resql)
      -				{
      -					if ($this->db->lasterrno() != 'DB_ERROR_RECORD_ALREADY_EXISTS')
      -					{
      -						$error++;
      -						$this->error=$this->db->lasterror();
      -					}
      -					else
      -					{
      -						dol_syslog(get_class($this)."::insert_module_parts for ".$this->const_name."_".strtoupper($key)." Record already exists.", LOG_WARNING);
      -					}
      -				}
      -			}
      -		}
      -		return $error;
      -	}
      +                $resql=$this->db->query($sql, 1);
      +                if (! $resql) {
      +                    if ($this->db->lasterrno() != 'DB_ERROR_RECORD_ALREADY_EXISTS') {
      +                         $error++;
      +                         $this->error=$this->db->lasterror();
      +                    }
      +                    else
      +                    {
      +                         dol_syslog(get_class($this)."::insert_module_parts for ".$this->const_name."_".strtoupper($key)." Record already exists.", LOG_WARNING);
      +                    }
      +                }
      +            }
      +        }
      +        return $error;
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Removes generic parts
      -	 *
      -	 * @return  int Error count (0 if OK)
      -	 */
      -	function delete_module_parts()
      -	{
      +    /**
      +     * Removes generic parts
      +     *
      +     * @return int Error count (0 if OK)
      +     */
      +    function delete_module_parts()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$err=0;
      -		$entity=$conf->entity;
      +        $err=0;
      +        $entity=$conf->entity;
       
      -		if (is_array($this->module_parts) && ! empty($this->module_parts))
      -		{
      -			foreach($this->module_parts as $key => $value)
      -			{
      -				// If entity is defined
      -				if (is_array($value) && isset($value['entity'])) $entity = $value['entity'];
      +        if (is_array($this->module_parts) && ! empty($this->module_parts)) {
      +            foreach($this->module_parts as $key => $value)
      +            {
      +                // If entity is defined
      +                if (is_array($value) && isset($value['entity'])) { $entity = $value['entity'];
      +                }
       
      -				$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      -				$sql.= " WHERE ".$this->db->decrypt('name')." LIKE '".$this->db->escape($this->const_name)."_".strtoupper($key)."'";
      -				$sql.= " AND entity = ".$entity;
      +                $sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
      +                $sql.= " WHERE ".$this->db->decrypt('name')." LIKE '".$this->db->escape($this->const_name)."_".strtoupper($key)."'";
      +                $sql.= " AND entity = ".$entity;
       
      -				dol_syslog(get_class($this)."::delete_const_".$key."", LOG_DEBUG);
      -				if (! $this->db->query($sql))
      -				{
      -					$this->error=$this->db->lasterror();
      -					$err++;
      -				}
      -			}
      -		}
      -		return $err;
      -	}
      +                dol_syslog(get_class($this)."::delete_const_".$key."", LOG_DEBUG);
      +                if (! $this->db->query($sql)) {
      +                    $this->error=$this->db->lasterror();
      +                    $err++;
      +                }
      +            }
      +        }
      +        return $err;
      +    }
       
      -	/**
      -	 * Function called when module is enabled.
      -	 * The init function adds tabs, constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
      -	 * It also creates data directories
      -	 *
      -	 * @param string $options   Options when enabling module ('', 'newboxdefonly', 'noboxes')
      -	 *                          'noboxes' = Do not insert boxes
      -	 *                          'newboxdefonly' = For boxes, insert def of boxes only and not boxes activation
      -	 * @return int				1 if OK, 0 if KO
      -	 */
      -	public function init($options = '')
      -	{
      -		return $this->_init(array(), $options);
      -	}
      +    /**
      +     * Function called when module is enabled.
      +     * The init function adds tabs, constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
      +     * It also creates data directories
      +     *
      +     * @param  string $options Options when enabling module ('', 'newboxdefonly', 'noboxes')
      +     *                         'noboxes' = Do not insert boxes 'newboxdefonly' = For boxes,
      +     *                         insert def of boxes only and not boxes activation          
      +     * @return int                1 if OK, 0 if KO
      +     */
      +    public function init($options = '')
      +    {
      +        return $this->_init(array(), $options);
      +    }
       
      -	/**
      -	 * Function called when module is disabled.
      -	 * The remove function removes tabs, constants, boxes, permissions and menus 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 = '')
      -	{
      -		return $this->_remove(array(), $options);
      -	}
      +    /**
      +     * Function called when module is disabled.
      +     * The remove function removes tabs, constants, boxes, permissions and menus 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 = '')
      +    {
      +        return $this->_remove(array(), $options);
      +    }
       }
      diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php
      index 9767d152770..30940c95509 100644
      --- a/htdocs/product/class/api_products.class.php
      +++ b/htdocs/product/class/api_products.class.php
      @@ -46,8 +46,8 @@ class Products extends DolibarrApi
            */
           function __construct()
           {
      -		global $db, $conf;
      -		$this->db = $db;
      +        global $db, $conf;
      +        $this->db = $db;
               $this->product = new Product($this->db);
           }
       
      @@ -57,42 +57,41 @@ class Products extends DolibarrApi
            * Return an array with product information.
            * TODO implement getting a product by ref or by $ref_ext
            *
      -     * @param 	int 	$id     			ID of product 
      -	 * @param	string	$ref			    Ref of element
      -	 * @param	string	$ref_ext			Ref ext of element
      -	 * @param	string	$barcode			Barcode of element
      -     * @param	int		$includestockdata	Load also information about stock (slower)
      -     * @return 	array|mixed 				Data without useless information
      -	 *
      +     * @param  int    $id               ID of product
      +     * @param  string $ref              Ref of element
      +     * @param  string $ref_ext          Ref ext of element
      +     * @param  string $barcode          Barcode of element
      +     * @param  int    $includestockdata Load also information about stock (slower)
      +     * @return array|mixed                 Data without useless information
      +     *
            * @throws 401
            * @throws 403
            * @throws 404
            */
           function get($id, $ref='', $ref_ext='', $barcode='', $includestockdata=0)
           {
      -		if (empty($id) && empty($ref) && empty($ref_ext) && empty($barcode)) {
      -			throw new RestException(400, 'bad value for parameter id, ref, ref_ext or barcode');
      -		}
      +        if (empty($id) && empty($ref) && empty($ref_ext) && empty($barcode)) {
      +            throw new RestException(400, 'bad value for parameter id, ref, ref_ext or barcode');
      +        }
       
               $id = (empty($id)?0:$id);
               
               if(! DolibarrApiAccess::$user->rights->produit->lire) {
      -			throw new RestException(403);
      -		}
      +            throw new RestException(403);
      +        }
       
               $result = $this->product->fetch($id, $ref, $ref_ext, $barcode);
      -        if( ! $result ) {
      +        if(! $result ) {
                   throw new RestException(404, 'Product not found');
               }
               
      -		if( ! DolibarrApi::_checkAccessToResource('product',$this->product->id)) {
      -			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      -		}
      +        if(! DolibarrApi::_checkAccessToResource('product', $this->product->id)) {
      +            throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      +        }
       
      -		if ($includestockdata)
      -		{
      -        	$this->product->load_stock();
      -		}
      +        if ($includestockdata) {
      +               $this->product->load_stock();
      +        }
       
               return $this->_cleanObjectDatas($this->product);
           }
      @@ -102,13 +101,13 @@ class Products extends DolibarrApi
            *
            * Get a list of products
            *
      -     * @param string	$sortfield	Sort field
      -     * @param string	$sortorder	Sort order
      -     * @param int		$limit		Limit for list
      -     * @param int		$page		Page number
      -     * @param int		$mode		Use this param to filter list (0 for all, 1 for only product, 2 for only service)
      -     * @param int		$category	Use this param to filter list by category
      -     * @param string    $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.tobuy:=:0) and (t.tosell:=:1)"
      +     * @param  string $sortfield  Sort field
      +     * @param  string $sortorder  Sort order
      +     * @param  int    $limit      Limit for list
      +     * @param  int    $page       Page number
      +     * @param  int    $mode       Use this param to filter list (0 for all, 1 for only product, 2 for only service)
      +     * @param  int    $category   Use this param to filter list by category
      +     * @param  string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.tobuy:=:0) and (t.tosell:=:1)"
            * @return array                Array of product objects
            */
           function index($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode=0, $category=0, $sqlfilters = '')
      @@ -121,36 +120,33 @@ class Products extends DolibarrApi
       
               $sql = "SELECT t.rowid, t.ref, t.ref_ext";
               $sql.= " FROM ".MAIN_DB_PREFIX."product as t";
      -        if ($category > 0)
      -        {
      +        if ($category > 0) {
                   $sql.= ", ".MAIN_DB_PREFIX."categorie_product as c";
               }
               $sql.= ' WHERE t.entity IN ('.getEntity('product').')';
               // Select products of given category
      -        if ($category > 0)
      -        {
      +        if ($category > 0) {
                   $sql.= " AND c.fk_categorie = ".$db->escape($category);
                   $sql.= " AND c.fk_product = t.rowid ";
               }
               // Show products
      -        if ($mode == 1) $sql.= " AND t.fk_product_type = 0";
      +        if ($mode == 1) { $sql.= " AND t.fk_product_type = 0";
      +        }
               // Show services
      -        if ($mode == 2) $sql.= " AND t.fk_product_type = 1";
      +        if ($mode == 2) { $sql.= " AND t.fk_product_type = 1";
      +        }
               // Add sql filters
      -        if ($sqlfilters)
      -        {
      -            if (! DolibarrApi::_checkFilters($sqlfilters))
      -            {
      +        if ($sqlfilters) {
      +            if (! DolibarrApi::_checkFilters($sqlfilters)) {
                       throw new RestException(503, 'Error when validating parameter sqlfilters '.$sqlfilters);
                   }
      -	        $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
      +            $regexstring='\(([^:\'\(\)]+:[^:\'\(\)]+:[^:\(\)]+)\)';
                   $sql.=" AND (".preg_replace_callback('/'.$regexstring.'/', 'DolibarrApi::_forge_criteria_callback', $sqlfilters).")";
               }
       
               $sql.= $db->order($sortfield, $sortorder);
      -        if ($limit)	{
      -            if ($page < 0)
      -            {
      +        if ($limit) {
      +            if ($page < 0) {
                       $page = 0;
                   }
                   $offset = $limit * $page;
      @@ -159,8 +155,7 @@ class Products extends DolibarrApi
               }
       
               $result = $db->query($sql);
      -        if ($result)
      -        {
      +        if ($result) {
                   $num = $db->num_rows($result);
                   $min = min($num, ($limit <= 0 ? $num : $limit));
                   while ($i < $min)
      @@ -176,7 +171,7 @@ class Products extends DolibarrApi
               else {
                   throw new RestException(503, 'Error when retrieve product list : '.$db->lasterror());
               }
      -        if( ! count($obj_ret)) {
      +        if(! count($obj_ret)) {
                   throw new RestException(404, 'No product found');
               }
               return $obj_ret;
      @@ -185,14 +180,14 @@ class Products extends DolibarrApi
           /**
            * Create product object
            *
      -     * @param   array   $request_data   Request data
      -     * @return  int     ID of product
      +     * @param  array $request_data Request data
      +     * @return int     ID of product
            */
           function post($request_data = null)
           {
               if(! DolibarrApiAccess::$user->rights->produit->creer) {
      -			throw new RestException(401);
      -		}
      +            throw new RestException(401);
      +        }
               // Check mandatory fields
               $result = $this->_validate($request_data);
       
      @@ -210,8 +205,8 @@ class Products extends DolibarrApi
            * Update product.
            * Price will be updated by this API only if option is set on "One price per product". See other APIs for other price modes.
            *
      -     * @param int   $id             Id of product to update
      -     * @param array $request_data   Datas
      +     * @param  int   $id           Id of product to update
      +     * @param  array $request_data Datas
            * @return int
            *
            * @throws RestException
      @@ -220,99 +215,102 @@ class Products extends DolibarrApi
            */
           function put($id, $request_data = null)
           {
      -    	global $conf;
      +        global $conf;
       
               if(! DolibarrApiAccess::$user->rights->produit->creer) {
      -			throw new RestException(401);
      -		}
      +            throw new RestException(401);
      +        }
       
               $result = $this->product->fetch($id);
      -        if( ! $result ) {
      +        if(! $result ) {
                   throw new RestException(404, 'Product not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('product',$this->product->id)) {
      -			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      -		}
      +        if(! DolibarrApi::_checkAccessToResource('product', $this->product->id)) {
      +            throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      +        }
       
      -		$oldproduct = dol_clone($this->product, 0);
      +        $oldproduct = dol_clone($this->product, 0);
       
               foreach($request_data as $field => $value) {
      -            if ($field == 'id') continue;
      +            if ($field == 'id') { continue;
      +            }
                   $this->product->$field = $value;
               }
       
               $result = $this->product->update($id, DolibarrApiAccess::$user, 1, 'update');
       
               // If price mode is 1 price per product
      -        if ($result > 0 && ! empty($conf->global->PRODUCT_PRICE_UNIQ))
      -        {
      -        	// We update price only if it was changed
      -        	$pricemodified = false;
      -        	if ($this->product->price_base_type != $oldproduct->price_base_type) $pricemodified = true;
      -        	else
      -        	{
      -        		if ($this->product->tva_tx != $oldproduct->tva_tx) $pricemodified = true;
      -        		if ($this->product->tva_npr != $oldproduct->tva_npr) $pricemodified = true;
      -        		if ($this->product->default_vat_code != $oldproduct->default_vat_code) $pricemodified = true;
      +        if ($result > 0 && ! empty($conf->global->PRODUCT_PRICE_UNIQ)) {
      +            // We update price only if it was changed
      +            $pricemodified = false;
      +            if ($this->product->price_base_type != $oldproduct->price_base_type) { $pricemodified = true;
      +            } else
      +            {
      +                if ($this->product->tva_tx != $oldproduct->tva_tx) { $pricemodified = true;
      +                }
      +                if ($this->product->tva_npr != $oldproduct->tva_npr) { $pricemodified = true;
      +                }
      +                if ($this->product->default_vat_code != $oldproduct->default_vat_code) { $pricemodified = true;
      +                }
       
      -        		if ($this->product->price_base_type == 'TTC')
      -	        	{
      -	        		if ($this->product->price_ttc != $oldproduct->price_ttc) $pricemodified = true;
      -	        		if ($this->product->price_min_ttc != $oldproduct->price_min_ttc) $pricemodified = true;
      -	        	}
      -	        	else
      -	        	{
      -	        		if ($this->product->price != $oldproduct->price) $pricemodified = true;
      -	        		if ($this->product->price_min != $oldproduct->price_min) $pricemodified = true;
      -		      	}
      -        	}
      +                if ($this->product->price_base_type == 'TTC') {
      +                    if ($this->product->price_ttc != $oldproduct->price_ttc) { $pricemodified = true;
      +                    }
      +                    if ($this->product->price_min_ttc != $oldproduct->price_min_ttc) { $pricemodified = true;
      +                    }
      +                }
      +                else
      +                {
      +                    if ($this->product->price != $oldproduct->price) { $pricemodified = true;
      +                    }
      +                    if ($this->product->price_min != $oldproduct->price_min) { $pricemodified = true;
      +                    }
      +                }
      +            }
       
      -        	if ($pricemodified)
      -        	{
      -        		$newvat = $this->product->tva_tx;
      -        		$newnpr = $this->product->tva_npr;
      -        		$newvatsrccode = $this->product->default_vat_code;
      +            if ($pricemodified) {
      +                $newvat = $this->product->tva_tx;
      +                $newnpr = $this->product->tva_npr;
      +                $newvatsrccode = $this->product->default_vat_code;
       
      -        		$newprice = $this->product->price;
      -        		$newpricemin = $this->product->price_min;
      -        		if ($this->product->price_base_type == 'TTC')
      -        		{
      -        			$newprice = $this->product->price_ttc;
      -        			$newpricemin = $this->product->price_min_ttc;
      -        		}
      +                $newprice = $this->product->price;
      +                $newpricemin = $this->product->price_min;
      +                if ($this->product->price_base_type == 'TTC') {
      +                    $newprice = $this->product->price_ttc;
      +                    $newpricemin = $this->product->price_min_ttc;
      +                }
       
      -        		$result = $this->product->updatePrice($newprice, $this->product->price_base_type, DolibarrApiAccess::$user, $newvat, $newpricemin, 0, $newnpr, 0, 0, array(), $newvatsrccode);
      -        	}
      +                $result = $this->product->updatePrice($newprice, $this->product->price_base_type, DolibarrApiAccess::$user, $newvat, $newpricemin, 0, $newnpr, 0, 0, array(), $newvatsrccode);
      +            }
               }
       
      -        if ($result <= 0)
      -        {
      -			throw new RestException(500, "Error updating product", array_merge(array($this->product->error), $this->product->errors));
      -		}
      +        if ($result <= 0) {
      +            throw new RestException(500, "Error updating product", array_merge(array($this->product->error), $this->product->errors));
      +        }
       
      -		return $this->get($id);
      +        return $this->get($id);
           }
       
           /**
            * Delete product
            *
      -     * @param   int     $id   Product ID
      -     * @return  array
      +     * @param  int $id Product ID
      +     * @return array
            */
           function delete($id)
           {
               if(! DolibarrApiAccess::$user->rights->produit->supprimer) {
      -			throw new RestException(401);
      -		}
      +            throw new RestException(401);
      +        }
               $result = $this->product->fetch($id);
      -        if( ! $result ) {
      +        if(! $result ) {
                   throw new RestException(404, 'Product not found');
               }
       
      -		if( ! DolibarrApi::_checkAccessToResource('product',$this->product->id)) {
      -			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      -		}
      +        if(! DolibarrApi::_checkAccessToResource('product', $this->product->id)) {
      +            throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
      +        }
       
               // The Product::delete() method uses the global variable $user.
               global $user;
      @@ -325,41 +323,41 @@ class Products extends DolibarrApi
           /**
            * Get categories for a product
            *
      -     * @param int		$id         ID of product
      -     * @param string	$sortfield	Sort field
      -     * @param string	$sortorder	Sort order
      -     * @param int		$limit		Limit for list
      -     * @param int		$page		Page number
      +     * @param int    $id        ID of product
      +     * @param string $sortfield Sort field
      +     * @param string $sortorder Sort order
      +     * @param int    $limit     Limit for list
      +     * @param int    $page      Page number
            *
            * @return mixed
            *
            * @url GET {id}/categories
            */
      -	function getCategories($id, $sortfield = "s.rowid", $sortorder = 'ASC', $limit = 0, $page = 0)
      -	{
      -		if (! DolibarrApiAccess::$user->rights->categorie->lire) {
      -			throw new RestException(401);
      -		}
      +    function getCategories($id, $sortfield = "s.rowid", $sortorder = 'ASC', $limit = 0, $page = 0)
      +    {
      +        if (! DolibarrApiAccess::$user->rights->categorie->lire) {
      +            throw new RestException(401);
      +        }
       
      -		$categories = new Categorie($this->db);
      +        $categories = new Categorie($this->db);
       
      -		$result = $categories->getListForItem($id, 'product', $sortfield, $sortorder, $limit, $page);
      +        $result = $categories->getListForItem($id, 'product', $sortfield, $sortorder, $limit, $page);
       
      -		if (empty($result)) {
      -			throw new RestException(404, 'No category found');
      -		}
      +        if (empty($result)) {
      +            throw new RestException(404, 'No category found');
      +        }
       
      -		if ($result < 0) {
      -			throw new RestException(503, 'Error when retrieve category list : '.array_merge(array($categories->error), $categories->errors));
      -		}
      +        if ($result < 0) {
      +            throw new RestException(503, 'Error when retrieve category list : '.array_merge(array($categories->error), $categories->errors));
      +        }
       
      -		return $result;
      +        return $result;
           }
       
           /**
            * Get prices per segment for a product
            *
      -     * @param int		$id         ID of product
      +     * @param int $id ID of product
            *
            * @return mixed
            *
      @@ -367,41 +365,40 @@ class Products extends DolibarrApi
            */
           function getCustomerPricesPerSegment($id)
           {
      -    	global $conf;
      +        global $conf;
       
      -    	if (! DolibarrApiAccess::$user->rights->produit->lire) {
      -    		throw new RestException(401);
      -    	}
      +        if (! DolibarrApiAccess::$user->rights->produit->lire) {
      +            throw new RestException(401);
      +        }
       
      -    	if (empty($conf->global->PRODUIT_MULTIPRICES))
      -    	{
      -    		throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      -    	}
      +        if (empty($conf->global->PRODUIT_MULTIPRICES)) {
      +            throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      +        }
       
      -    	$result = $this->product->fetch($id);
      -    	if ( ! $result ) {
      -    		throw new RestException(404, 'Product not found');
      -    	}
      +        $result = $this->product->fetch($id);
      +        if (! $result ) {
      +            throw new RestException(404, 'Product not found');
      +        }
       
      -    	if ($result < 0) {
      -    		throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      -    	}
      +        if ($result < 0) {
      +            throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      +        }
       
      -    	return array(
      -    	'multiprices'=>$this->product->multiprices,
      -    	'multiprices_inc_tax'=>$this->product->multiprices_ttc,
      -    	'multiprices_min'=>$this->product->multiprices_min,
      -    	'multiprices_min_inc_tax'=>$this->product->multiprices_min_ttc,
      -    	'multiprices_vat'=>$this->product->multiprices_tva_tx,
      -    	'multiprices_base_type'=>$this->product->multiprices_base_type,
      -    	//'multiprices_default_vat_code'=>$this->product->multiprices_default_vat_code
      -    	);
      +        return array(
      +        'multiprices'=>$this->product->multiprices,
      +        'multiprices_inc_tax'=>$this->product->multiprices_ttc,
      +        'multiprices_min'=>$this->product->multiprices_min,
      +        'multiprices_min_inc_tax'=>$this->product->multiprices_min_ttc,
      +        'multiprices_vat'=>$this->product->multiprices_tva_tx,
      +        'multiprices_base_type'=>$this->product->multiprices_base_type,
      +        //'multiprices_default_vat_code'=>$this->product->multiprices_default_vat_code
      +        );
           }
       
           /**
            * Get prices per customer for a product
            *
      -     * @param int		$id         ID of product
      +     * @param int $id ID of product
            *
            * @return mixed
            *
      @@ -409,34 +406,33 @@ class Products extends DolibarrApi
            */
           function getCustomerPricesPerCustomer($id)
           {
      -    	global $conf;
      +        global $conf;
       
      -    	if (! DolibarrApiAccess::$user->rights->produit->lire) {
      -    		throw new RestException(401);
      -    	}
      +        if (! DolibarrApiAccess::$user->rights->produit->lire) {
      +            throw new RestException(401);
      +        }
       
      -    	if (empty($conf->global->PRODUIT_CUSTOMER_PRICES))
      -    	{
      -    		throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      -    	}
      +        if (empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
      +            throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      +        }
       
      -    	$result = $this->product->fetch($id);
      -    	if ( ! $result ) {
      -    		throw new RestException(404, 'Product not found');
      -    	}
      +        $result = $this->product->fetch($id);
      +        if (! $result ) {
      +            throw new RestException(404, 'Product not found');
      +        }
       
      -    	if ($result < 0) {
      -    		throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      -    	}
      +        if ($result < 0) {
      +            throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      +        }
       
      -    	throw new RestException(501, 'Feature not yet available');
      -    	//return $result;
      +        throw new RestException(501, 'Feature not yet available');
      +        //return $result;
           }
       
           /**
            * Get prices per quantity for a product
            *
      -     * @param int		$id         ID of product
      +     * @param int $id ID of product
            *
            * @return mixed
            *
      @@ -444,38 +440,37 @@ class Products extends DolibarrApi
            */
           function getCustomerPricesPerQuantity($id)
           {
      -    	global $conf;
      +        global $conf;
       
      -    	if (! DolibarrApiAccess::$user->rights->produit->lire) {
      -    		throw new RestException(401);
      -    	}
      +        if (! DolibarrApiAccess::$user->rights->produit->lire) {
      +            throw new RestException(401);
      +        }
       
      -    	if (empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY))
      -    	{
      -    		throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      -    	}
      +        if (empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY)) {
      +            throw new RestException(400, 'API not available: this mode of pricing is not enabled by setup');
      +        }
       
      -    	$result = $this->product->fetch($id);
      -    	if ( ! $result ) {
      -    		throw new RestException(404, 'Product not found');
      -    	}
      +        $result = $this->product->fetch($id);
      +        if (! $result ) {
      +            throw new RestException(404, 'Product not found');
      +        }
       
      -    	if ($result < 0) {
      -    		throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      -    	}
      +        if ($result < 0) {
      +            throw new RestException(503, 'Error when retrieve prices list : '.array_merge(array($this->product->error), $this->product->errors));
      +        }
       
      -    	return array(
      -    		'prices_by_qty'=>$this->product->prices_by_qty[0],				// 1 if price by quantity was activated for the product
      -    		'prices_by_qty_list'=>$this->product->prices_by_qty_list[0]
      -    	);
      +        return array(
      +        'prices_by_qty'=>$this->product->prices_by_qty[0],                // 1 if price by quantity was activated for the product
      +        'prices_by_qty_list'=>$this->product->prices_by_qty_list[0]
      +        );
           }
       
       
           /**
            * Clean sensible object datas
            *
      -     * @param   object  $object    Object to clean
      -     * @return    array    Array of cleaned object properties
      +     * @param  object $object Object to clean
      +     * @return array    Array of cleaned object properties
            */
           function _cleanObjectDatas($object)
           {
      @@ -501,7 +496,7 @@ class Products extends DolibarrApi
           /**
            * Validate fields before create or update object
            *
      -     * @param array $data   Datas to validate
      +     * @param  array $data Datas to validate
            * @return array
            * @throws RestException
            */
      @@ -509,8 +504,9 @@ class Products extends DolibarrApi
           {
               $product = array();
               foreach (Products::$FIELDS as $field) {
      -            if (!isset($data[$field]))
      +            if (!isset($data[$field])) {
                       throw new RestException(400, "$field field missing");
      +            }
                   $product[$field] = $data[$field];
               }
               return $product;
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 7cbad44cd31..7594b9cc204 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.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) 2005-2015	Regis Houssin			<regis.houssin@capnetworks.com>
        * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
      @@ -30,9 +30,9 @@
        */
       
       /**
      - *	\file       htdocs/product/class/product.class.php
      - *	\ingroup    produit
      - *	\brief      File of class to manage predefined products or services
      + *    \file       htdocs/product/class/product.class.php
      + *    \ingroup    produit
      + *    \brief      File of class to manage predefined products or services
        */
       require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
       require_once DOL_DOCUMENT_ROOT.'/product/class/productbatch.class.php';
      @@ -43,628 +43,646 @@ require_once DOL_DOCUMENT_ROOT.'/product/stock/class/entrepot.class.php';
        */
       class Product extends CommonObject
       {
      -	/**
      -	 * @var string ID to identify managed object
      -	 */
      -	public $element='product';
      +    /**
      +     * @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 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';
      +    /**
      +     * @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
      +    protected $childtables=array('supplier_proposaldet', 'propaldet','commandedet','facturedet','contratdet','facture_fourn_det','commande_fournisseurdet');    // To test if we can delete object
       
      -	/**
      -	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
      -	 * @var int
      -	 */
      -	public $ismultientitymanaged = 1;
      +    /**
      +     * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
      +     *
      +     * @var int
      +     */
      +    public $ismultientitymanaged = 1;
       
      -	/**
      -	 * {@inheritdoc}
      -	 */
      -	protected $table_ref_field = 'ref';
      +    /**
      +     * {@inheritdoc}
      +     */
      +    protected $table_ref_field = 'ref';
       
      -	public $regeximgext='\.gif|\.jpg|\.jpeg|\.png|\.bmp|\.xpm|\.xbm'; // See also into images.lib.php
      +    public $regeximgext='\.gif|\.jpg|\.jpeg|\.png|\.bmp|\.xpm|\.xbm'; // See also into images.lib.php
       
      -	/*
      -	 * @deprecated
      -	 * @see label
      -	 */
      -	public $libelle;
      -	/**
      -	 * Product label
      -	 * @var string
      -	 */
      -	public $label;
      +    /*
      +    * @deprecated
      +    * @see label
      +    */
      +    public $libelle;
      +    /**
      +     * Product label
      +     *
      +     * @var string
      +     */
      +    public $label;
       
      -	/**
      -     	* Product descripion
      -     	* @var string
      -     	*/
      -	public $description;
      +    /**
      +     * Product descripion
      +     *
      +     * @var string
      +     */
      +    public $description;
       
      -	/**
      -	 * Check TYPE constants
      -	 * @var int
      -	 */
      -	public $type = self::TYPE_PRODUCT;
      +    /**
      +     * Check TYPE constants
      +     *
      +     * @var int
      +     */
      +    public $type = self::TYPE_PRODUCT;
       
      -	/**
      -	 * Selling price
      -	 * @var float
      -	 */
      -	public $price;			// Price net
      +    /**
      +     * Selling price
      +     *
      +     * @var float
      +     */
      +    public $price;            // Price net
       
      -	/**
      -	 * Price with tax
      -	 * @var float
      -	 */
      -	public $price_ttc;
      +    /**
      +     * Price with tax
      +     *
      +     * @var float
      +     */
      +    public $price_ttc;
       
      -	/**
      -	 * Minimum price net
      -	 * @var float
      -	 */
      -	public $price_min;
      +    /**
      +     * Minimum price net
      +     *
      +     * @var float
      +     */
      +    public $price_min;
       
      -	/**
      -	 * Minimum price with tax
      -	 * @var float
      -	 */
      -	public $price_min_ttc;
      +    /**
      +     * Minimum price with tax
      +     *
      +     * @var float
      +     */
      +    public $price_min_ttc;
       
      -	/*
      -	 * Base price ('TTC' for price including tax or 'HT' for net price)
      -	 * @var float
      -	 */
      -	public $price_base_type;
      +    /*
      +    * Base price ('TTC' for price including tax or 'HT' for net price)
      +    * @var float
      +    */
      +    public $price_base_type;
       
      -	//! Arrays for multiprices
      -	public $multiprices=array();
      -	public $multiprices_ttc=array();
      -	public $multiprices_base_type=array();
      -	public $multiprices_min=array();
      -	public $multiprices_min_ttc=array();
      -	public $multiprices_tva_tx=array();
      -	public $multiprices_recuperableonly=array();
      +    //! Arrays for multiprices
      +    public $multiprices=array();
      +    public $multiprices_ttc=array();
      +    public $multiprices_base_type=array();
      +    public $multiprices_min=array();
      +    public $multiprices_min_ttc=array();
      +    public $multiprices_tva_tx=array();
      +    public $multiprices_recuperableonly=array();
       
      -	//! Price by quantity arrays
      -	public $price_by_qty;
      -	public $prices_by_qty=array();
      -	public $prices_by_qty_id=array();
      -	public $prices_by_qty_list=array();
      +    //! Price by quantity arrays
      +    public $price_by_qty;
      +    public $prices_by_qty=array();
      +    public $prices_by_qty_id=array();
      +    public $prices_by_qty_list=array();
       
      -	//! Default VAT code for product (link to code into llx_c_tva but without foreign keys)
      -	public $default_vat_code;
      +    //! Default VAT code for product (link to code into llx_c_tva but without foreign keys)
      +    public $default_vat_code;
       
      -	//! Default VAT rate of product
      -	public $tva_tx;
      +    //! Default VAT rate of product
      +    public $tva_tx;
       
      -	//! French VAT NPR (0 or 1)
      +    //! French VAT NPR (0 or 1)
           public $tva_npr=0;
       
      -	//! Other local taxes
      -	public $localtax1_tx;
      -	public $localtax2_tx;
      -	public $localtax1_type;
      -	public $localtax2_type;
      +    //! Other local taxes
      +    public $localtax1_tx;
      +    public $localtax2_tx;
      +    public $localtax1_type;
      +    public $localtax2_type;
       
      -	/**
      -	 * Stock real
      -	 * @var int
      -	 */
      -	public $stock_reel = 0;
      +    /**
      +     * Stock real
      +     *
      +     * @var int
      +     */
      +    public $stock_reel = 0;
       
      -	/**
      -	 * Stock virtual
      -	 * @var int
      -	 */
      -	public $stock_theorique;
      +    /**
      +     * Stock virtual
      +     *
      +     * @var int
      +     */
      +    public $stock_theorique;
       
      -	/**
      -	 * Cost price
      -	 * @var float
      -	 */
      -	public $cost_price;
      +    /**
      +     * Cost price
      +     *
      +     * @var float
      +     */
      +    public $cost_price;
       
      -	//! Average price value for product entry into stock (PMP)
      -	public $pmp;
      +    //! Average price value for product entry into stock (PMP)
      +    public $pmp;
       
      -	/**
      -	 * Stock alert
      -	 * @var int
      -	 */
      -	public $seuil_stock_alerte=0;
      +    /**
      +     * Stock alert
      +     *
      +     * @var int
      +     */
      +    public $seuil_stock_alerte=0;
       
      -	/**
      -	 * Ask for replenishment when $desiredstock < $stock_reel
      -	 */
      -	public $desiredstock=0;
      +    /**
      +     * Ask for replenishment when $desiredstock < $stock_reel
      +     */
      +    public $desiredstock=0;
       
      -	/*
      -	 * Service expiration
      -	 */
      -	public $duration_value;
      +    /*
      +    * Service expiration
      +    */
      +    public $duration_value;
       
      -	/**
      -	 * Exoiration unit
      -	 */
      -	public $duration_unit;
      +    /**
      +     * Exoiration unit
      +     */
      +    public $duration_unit;
       
      -	/**
      -	 * Status indicates whether the product is on sale '1' or not '0'
      -	 * @var int
      -	 */
      -	public $status=0;
      +    /**
      +     * Status indicates whether the product is on sale '1' or not '0'
      +     *
      +     * @var int
      +     */
      +    public $status=0;
       
      -	/**
      -	 * Status indicate whether the product is available for purchase '1' or not '0'
      -	 * @var int
      -	 */
      -	public $status_buy=0;
      +    /**
      +     * Status indicate whether the product is available for purchase '1' or not '0'
      +     *
      +     * @var int
      +     */
      +    public $status_buy=0;
       
      -	/**
      -	 * Status indicates whether the product is a finished product '1' or a raw material '0'
      -	 * @var int
      -	 */
      -	public $finished;
      +    /**
      +     * Status indicates whether the product is a finished product '1' or a raw material '0'
      +     *
      +     * @var int
      +     */
      +    public $finished;
       
      -	/**
      -	 * We must manage lot/batch number, sell-by date and so on : '1':yes '0':no
      -	 * @var int
      -	 */
      -	public $status_batch=0;
      +    /**
      +     * We must manage lot/batch number, sell-by date and so on : '1':yes '0':no
      +     *
      +     * @var int
      +     */
      +    public $status_batch=0;
       
      -	/**
      -	 * Customs code
      -	 * @var
      -	 */
      -	public $customcode;
      +    /**
      +     * Customs code
      +     *
      +     * @var
      +     */
      +    public $customcode;
       
      -	/**
      -	 * Product URL
      -	 * @var string
      -	 */
      -	public $url;
      +    /**
      +     * Product URL
      +     *
      +     * @var string
      +     */
      +    public $url;
       
      -	//! Unites de mesure
      -	public $weight;
      -	public $weight_units;
      -	public $length;
      -	public $length_units;
      -	public $surface;
      -	public $surface_units;
      -	public $volume;
      -	public $volume_units;
      +    //! Unites de mesure
      +    public $weight;
      +    public $weight_units;
      +    public $length;
      +    public $length_units;
      +    public $surface;
      +    public $surface_units;
      +    public $volume;
      +    public $volume_units;
       
      -	public $accountancy_code_sell;
      -	public $accountancy_code_sell_intra;
      -	public $accountancy_code_sell_export;
      -	public $accountancy_code_buy;
      +    public $accountancy_code_sell;
      +    public $accountancy_code_sell_intra;
      +    public $accountancy_code_sell_export;
      +    public $accountancy_code_buy;
       
      -	/**
      -	 * Main barcode
      -	 * barcode value
      -	 * @var
      -	 */
      -	public $barcode;
      +    /**
      +     * Main barcode
      +     * barcode value
      +     *
      +     * @var
      +     */
      +    public $barcode;
       
      -	/**
      -	 * Additional barcodes (Some products have different barcodes according to the country of origin of manufacture)
      -	 * @var array
      -	 */
      -	public $barcodes_extra=array();
      +    /**
      +     * Additional barcodes (Some products have different barcodes according to the country of origin of manufacture)
      +     *
      +     * @var array
      +     */
      +    public $barcodes_extra=array();
       
      -	public $stats_propale=array();
      -	public $stats_commande=array();
      -	public $stats_contrat=array();
      -	public $stats_facture=array();
      +    public $stats_propale=array();
      +    public $stats_commande=array();
      +    public $stats_contrat=array();
      +    public $stats_facture=array();
           public $stats_commande_fournisseur=array();
       
      -	public $multilangs=array();
      +    public $multilangs=array();
       
      -	//! Taille de l'image
      -	public $imgWidth;
      -	public $imgHeight;
      +    //! Taille de l'image
      +    public $imgWidth;
      +    public $imgHeight;
       
      -	public $date_creation;
      -	public $date_modification;
      +    public $date_creation;
      +    public $date_modification;
       
      -	//! Id du fournisseur
      -	public $product_fourn_id;
      +    //! Id du fournisseur
      +    public $product_fourn_id;
       
      -	//! Product ID already linked to a reference supplier
      -	public $product_id_already_linked;
      +    //! Product ID already linked to a reference supplier
      +    public $product_id_already_linked;
       
      -	public $nbphoto=0;
      +    public $nbphoto=0;
       
      -	//! Contains detail of stock of product into each warehouse
      -	public $stock_warehouse=array();
      +    //! Contains detail of stock of product into each warehouse
      +    public $stock_warehouse=array();
       
      -	public $oldcopy;
      +    public $oldcopy;
       
      -	/**
      +    /**
            * @var int ID
            */
           public $fk_price_expression;
       
           /* To store supplier price found */
      -	public $fourn_pu;
      -	public $fourn_price_base_type;
      -	public $fourn_socid;
      +    public $fourn_pu;
      +    public $fourn_price_base_type;
      +    public $fourn_socid;
       
      -	/**
      -	 * @deprecated
      -	 * @see $ref_supplier
      -	 */
      -	public $ref_fourn;
      -	public $ref_supplier;
      +    /**
      +     * @deprecated
      +     * @see        $ref_supplier
      +     */
      +    public $ref_fourn;
      +    public $ref_supplier;
       
      -	/**
      -	 * Unit code ('km', 'm', 'l', 'p', ...)
      -	 * @var string
      -	 */
      -	public $fk_unit;
      +    /**
      +     * Unit code ('km', 'm', 'l', 'p', ...)
      +     *
      +     * @var string
      +     */
      +    public $fk_unit;
       
      -	/**
      -	 * Price is generated using multiprice rules
      -	 * @var int
      -	 */
      -	public $price_autogen = 0;
      +    /**
      +     * Price is generated using multiprice rules
      +     *
      +     * @var int
      +     */
      +    public $price_autogen = 0;
       
       
      -	public $fields = array(
      -		'rowid'         =>array('type'=>'integer',      'label'=>'TechnicalID',      'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'index'=>1, 'position'=>1, 'comment'=>'Id'),
      -		'ref'           =>array('type'=>'varchar(128)', 'label'=>'Ref',              'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'),
      -		'entity'        =>array('type'=>'integer',      'label'=>'Entity',           'enabled'=>1, 'visible'=>0,  'default'=>1, 'notnull'=>1,  'index'=>1, 'position'=>20),
      -		'note_public'   =>array('type'=>'html',			'label'=>'NotePublic',		 'enabled'=>1, 'visible'=>0,  'position'=>61),
      -		'note'          =>array('type'=>'html',			'label'=>'NotePrivate',		 'enabled'=>1, 'visible'=>0,  'position'=>62),
      -		'datec'         =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>500),
      -		'tms'           =>array('type'=>'timestamp',    'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>501),
      -		//'date_valid'    =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'position'=>502),
      -		'fk_user_author'=>array('type'=>'integer',      'label'=>'UserAuthor',       'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>510, 'foreignkey'=>'llx_user.rowid'),
      -		'fk_user_modif' =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511),
      -		//'fk_user_valid' =>array('type'=>'integer',      'label'=>'UserValidation',        'enabled'=>1, 'visible'=>-1, 'position'=>512),
      -		'import_key'    =>array('type'=>'varchar(14)',  'label'=>'ImportId',         'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'index'=>0,  'position'=>1000),
      -		//'tosell'       =>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')),
      -		//'tobuy'        =>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')),
      -	);
      +    public $fields = array(
      +    'rowid'         =>array('type'=>'integer',      'label'=>'TechnicalID',      'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'index'=>1, 'position'=>1, 'comment'=>'Id'),
      +    'ref'           =>array('type'=>'varchar(128)', 'label'=>'Ref',              'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'),
      +    'entity'        =>array('type'=>'integer',      'label'=>'Entity',           'enabled'=>1, 'visible'=>0,  'default'=>1, 'notnull'=>1,  'index'=>1, 'position'=>20),
      +    'note_public'   =>array('type'=>'html',            'label'=>'NotePublic',         'enabled'=>1, 'visible'=>0,  'position'=>61),
      +    'note'          =>array('type'=>'html',            'label'=>'NotePrivate',         'enabled'=>1, 'visible'=>0,  'position'=>62),
      +    'datec'         =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>500),
      +    'tms'           =>array('type'=>'timestamp',    'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>501),
      +    //'date_valid'    =>array('type'=>'datetime',     'label'=>'DateCreation',     'enabled'=>1, 'visible'=>-2, 'position'=>502),
      +    'fk_user_author'=>array('type'=>'integer',      'label'=>'UserAuthor',       'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'position'=>510, 'foreignkey'=>'llx_user.rowid'),
      +    'fk_user_modif' =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'position'=>511),
      +    //'fk_user_valid' =>array('type'=>'integer',      'label'=>'UserValidation',        'enabled'=>1, 'visible'=>-1, 'position'=>512),
      +    'import_key'    =>array('type'=>'varchar(14)',  'label'=>'ImportId',         'enabled'=>1, 'visible'=>-2, 'notnull'=>-1, 'index'=>0,  'position'=>1000),
      +    //'tosell'       =>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')),
      +    //'tobuy'        =>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')),
      +    );
       
      -	/**
      -	 * Regular product
      -	 */
      -	const TYPE_PRODUCT = 0;
      -	/**
      -	 * Service
      -	 */
      -	const TYPE_SERVICE = 1;
      -	/**
      -	 * Advanced feature: assembly kit
      -	 */
      -	const TYPE_ASSEMBLYKIT = 2;
      -	/**
      -	 * Advanced feature: stock kit
      -	 */
      -	const TYPE_STOCKKIT = 3;
      +    /**
      +     * Regular product
      +     */
      +    const TYPE_PRODUCT = 0;
      +    /**
      +     * Service
      +     */
      +    const TYPE_SERVICE = 1;
      +    /**
      +     * Advanced feature: assembly kit
      +     */
      +    const TYPE_ASSEMBLYKIT = 2;
      +    /**
      +     * Advanced feature: stock kit
      +     */
      +    const TYPE_STOCKKIT = 3;
       
       
      -	/**
      -	 *  Constructor
      -	 *
      -	 *  @param      DoliDB		$db      Database handler
      -	 */
      -	function __construct($db)
      -	{
      -		$this->db = $db;
      -		$this->canvas = '';
      -	}
      +    /**
      +     *  Constructor
      +     *
      +     * @param DoliDB $db Database handler
      +     */
      +    function __construct($db)
      +    {
      +        $this->db = $db;
      +        $this->canvas = '';
      +    }
       
      -	/**
      -	 *    Check that ref and label are ok
      -	 *
      -	 *    @return     int         >1 if OK, <=0 if KO
      -	 */
      -	function check()
      -	{
      -		$this->ref = dol_sanitizeFileName(stripslashes($this->ref));
      +    /**
      +     *    Check that ref and label are ok
      +     *
      +     * @return int         >1 if OK, <=0 if KO
      +     */
      +    function check()
      +    {
      +        $this->ref = dol_sanitizeFileName(stripslashes($this->ref));
       
      -		$err = 0;
      -		if (dol_strlen(trim($this->ref)) == 0)
      -		$err++;
      +        $err = 0;
      +        if (dol_strlen(trim($this->ref)) == 0) {
      +            $err++;
      +        }
       
      -		if (dol_strlen(trim($this->label)) == 0)
      -		$err++;
      +        if (dol_strlen(trim($this->label)) == 0) {
      +            $err++;
      +        }
       
      -		if ($err > 0)
      -		{
      -			return 0;
      -		}
      -		else
      -		{
      -			return 1;
      -		}
      -	}
      -
      -	/**
      -	 *	Insert product into database
      -	 *
      -	 *	@param	User	$user     		User making insert
      -	 *  @param	int		$notrigger		Disable triggers
      -	 *	@return int			     		Id of product/service if OK, < 0 if KO
      -	 */
      -	function create($user,$notrigger=0)
      -	{
      -		global $conf, $langs;
      -
      -        	$error=0;
      -
      -		// Clean parameters
      -		$this->ref = dol_string_nospecial(trim($this->ref));
      -		$this->label = trim($this->label);
      -		$this->price_ttc=price2num($this->price_ttc);
      -		$this->price=price2num($this->price);
      -		$this->price_min_ttc=price2num($this->price_min_ttc);
      -		$this->price_min=price2num($this->price_min);
      -		if (empty($this->tva_tx))    	$this->tva_tx = 0;
      -		if (empty($this->tva_npr))    	$this->tva_npr = 0;
      -		//Local taxes
      -		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->price))     	$this->price = 0;
      -		if (empty($this->price_min)) 	$this->price_min = 0;
      -
      -		// Price by quantity
      -		if (empty($this->price_by_qty)) 	$this->price_by_qty = 0;
      -
      -		if (empty($this->status))    	$this->status = 0;
      -		if (empty($this->status_buy))   $this->status_buy = 0;
      -
      -		$price_ht=0;
      -		$price_ttc=0;
      -		$price_min_ht=0;
      -		$price_min_ttc=0;
      -
      -		//
      -		if ($this->price_base_type == 'TTC' && $this->price_ttc > 0)
      -		{
      -			$price_ttc = price2num($this->price_ttc,'MU');
      -			$price_ht = price2num($this->price_ttc / (1 + ($this->tva_tx / 100)),'MU');
      -		}
      -
      -		//
      -		if ($this->price_base_type != 'TTC' && $this->price > 0)
      -		{
      -			$price_ht = price2num($this->price,'MU');
      -			$price_ttc = price2num($this->price * (1 + ($this->tva_tx / 100)),'MU');
      -		}
      -
      -		//
      -		if (($this->price_min_ttc > 0) && ($this->price_base_type == 'TTC'))
      -		{
      -			$price_min_ttc = price2num($this->price_min_ttc,'MU');
      -			$price_min_ht = price2num($this->price_min_ttc / (1 + ($this->tva_tx / 100)),'MU');
      -		}
      -
      -		//
      -		if (($this->price_min > 0) && ($this->price_base_type != 'TTC'))
      -		{
      -			$price_min_ht = price2num($this->price_min,'MU');
      -			$price_min_ttc = price2num($this->price_min * (1 + ($this->tva_tx / 100)),'MU');
      -		}
      -
      -		$this->accountancy_code_buy = trim($this->accountancy_code_buy);
      -		$this->accountancy_code_sell= trim($this->accountancy_code_sell);
      -		$this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra);
      -		$this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export);
      -
      -		// Barcode value
      -		$this->barcode=trim($this->barcode);
      -
      -		// Check parameters
      -		if (empty($this->label))
      -		{
      -			$this->error='ErrorMandatoryParametersNotProvided';
      -			return -1;
      -		}
      -
      -		if (empty($this->ref))
      -		{
      -			// Load object modCodeProduct
      -			$module=(! empty($conf->global->PRODUCT_CODEPRODUCT_ADDON)?$conf->global->PRODUCT_CODEPRODUCT_ADDON:'mod_codeproduct_leopard');
      -			if ($module != 'mod_codeproduct_leopard')	// Do not load module file for leopard
      -			{
      -				if (substr($module, 0, 16) == 'mod_codeproduct_' && substr($module, -3) == 'php')
      -				{
      -					$module = substr($module, 0, dol_strlen($module)-4);
      -				}
      -				dol_include_once('/core/modules/product/'.$module.'.php');
      -				$modCodeProduct = new $module;
      -				if (! empty($modCodeProduct->code_auto))
      -				{
      -					$this->ref = $modCodeProduct->getNextValue($this,$this->type);
      -				}
      -				unset($modCodeProduct);
      -			}
      -
      -			if (empty($this->ref))
      -			{
      -				$this->error='ProductModuleNotSetupForAutoRef';
      -				return -2;
      -			}
      -		}
      -
      -		dol_syslog(get_class($this)."::create ref=".$this->ref." price=".$this->price." price_ttc=".$this->price_ttc." tva_tx=".$this->tva_tx." price_base_type=".$this->price_base_type, LOG_DEBUG);
      -
      -		$now=dol_now();
      -
      -		$this->db->begin();
      -
      -		// For automatic creation during create action (not used by Dolibarr GUI, can be used by scripts)
      -		if ($this->barcode == -1) $this->barcode = $this->get_barcode($this,$this->barcode_type_code);
      -
      -		// Check more parameters
      -		// If error, this->errors[] is filled
      -		$result = $this->verify();
      -
      -		if ($result >= 0)
      -		{
      -			$sql = "SELECT count(*) as nb";
      -			$sql.= " FROM ".MAIN_DB_PREFIX."product";
      -			$sql.= " WHERE entity IN (".getEntity('product').")";
      -			$sql.= " AND ref = '" .$this->db->escape($this->ref)."'";
      -
      -			$result = $this->db->query($sql);
      -			if ($result)
      -			{
      -				$obj = $this->db->fetch_object($result);
      -				if ($obj->nb == 0)
      -				{
      -					// Produit non deja existant
      -					$sql = "INSERT INTO ".MAIN_DB_PREFIX."product (";
      -					$sql.= "datec";
      -					$sql.= ", entity";
      -					$sql.= ", ref";
      -					$sql.= ", ref_ext";
      -					$sql.= ", price_min";
      -					$sql.= ", price_min_ttc";
      -					$sql.= ", label";
      -					$sql.= ", fk_user_author";
      -					$sql.= ", fk_product_type";
      -					$sql.= ", price";
      -					$sql.= ", price_ttc";
      -					$sql.= ", price_base_type";
      -					$sql.= ", tobuy";
      -					$sql.= ", tosell";
      -					$sql.= ", accountancy_code_buy";
      -					$sql.= ", accountancy_code_sell";
      -					$sql.= ", accountancy_code_sell_intra";
      -					$sql.= ", accountancy_code_sell_export";
      -					$sql.= ", canvas";
      -					$sql.= ", finished";
      -					$sql.= ", tobatch";
      -					$sql.= ", fk_unit";
      -					$sql.= ") VALUES (";
      -					$sql.= "'".$this->db->idate($now)."'";
      -					$sql.= ", ".$conf->entity;
      -					$sql.= ", '".$this->db->escape($this->ref)."'";
      -					$sql.= ", ".(! empty($this->ref_ext)?"'".$this->db->escape($this->ref_ext)."'":"null");
      -					$sql.= ", ".price2num($price_min_ht);
      -					$sql.= ", ".price2num($price_min_ttc);
      -					$sql.= ", ".(! empty($this->label)?"'".$this->db->escape($this->label)."'":"null");
      -					$sql.= ", ".$user->id;
      -					$sql.= ", ".$this->type;
      -					$sql.= ", ".price2num($price_ht);
      -					$sql.= ", ".price2num($price_ttc);
      -					$sql.= ", '".$this->db->escape($this->price_base_type)."'";
      -					$sql.= ", ".$this->status;
      -					$sql.= ", ".$this->status_buy;
      -					$sql.= ", '".$this->db->escape($this->accountancy_code_buy)."'";
      -					$sql.= ", '".$this->db->escape($this->accountancy_code_sell)."'";
      -					$sql.= ", '".$this->db->escape($this->accountancy_code_sell_intra)."'";
      -					$sql.= ", '".$this->db->escape($this->accountancy_code_sell_export)."'";
      -					$sql.= ", '".$this->db->escape($this->canvas)."'";
      -					$sql.= ", ".((! isset($this->finished) || $this->finished < 0 || $this->finished == '') ? 'null' : (int) $this->finished);
      -					$sql.= ", ".((empty($this->status_batch) || $this->status_batch < 0)? '0':$this->status_batch);
      -					$sql.= ", ".(!$this->fk_unit ? 'NULL' : $this->fk_unit);
      -					$sql.= ")";
      -
      -					dol_syslog(get_class($this)."::Create", LOG_DEBUG);
      -					$result = $this->db->query($sql);
      -					if ( $result )
      -					{
      -						$id = $this->db->last_insert_id(MAIN_DB_PREFIX."product");
      -
      -						if ($id > 0)
      -						{
      -							$this->id				= $id;
      -							$this->price			= $price_ht;
      -							$this->price_ttc		= $price_ttc;
      -							$this->price_min		= $price_min_ht;
      -							$this->price_min_ttc	= $price_min_ttc;
      -
      -							$result = $this->_log_price($user);
      -							if ($result > 0)
      -							{
      -								if ($this->update($id, $user, true, 'add') <= 0)
      -								{
      -									$error++;
      -								}
      -							}
      -							else
      -							{
      -								$error++;
      -								$this->error=$this->db->lasterror();
      -							}
      -						}
      -						else
      -						{
      -							$error++;
      -							$this->error='ErrorFailedToGetInsertedId';
      -						}
      -					}
      -					else
      -					{
      -						$error++;
      -						$this->error=$this->db->lasterror();
      -					}
      -				}
      -				else
      -				{
      -					// Product already exists with this ref
      -					$langs->load("products");
      -					$error++;
      -					$this->error = "ErrorProductAlreadyExists";
      -				}
      -			}
      -			else
      -			{
      -				$error++;
      -				$this->error=$this->db->lasterror();
      -			}
      -
      -			if (! $error && ! $notrigger)
      -			{
      -				// Call trigger
      -				$result=$this->call_trigger('PRODUCT_CREATE',$user);
      -				if ($result < 0) { $error++; }
      -				// End call triggers
      -			}
      -
      -			if (! $error)
      -			{
      -				$this->db->commit();
      -				return $this->id;
      -			}
      -			else
      -			{
      -				$this->db->rollback();
      -				return -$error;
      -			}
      +        if ($err > 0) {
      +            return 0;
               }
               else
      -       {
      +        {
      +            return 1;
      +        }
      +    }
      +
      +    /**
      +     *    Insert product into database
      +     *
      +     * @param  User $user      User making insert
      +     * @param  int  $notrigger Disable triggers
      +     * @return int                         Id of product/service if OK, < 0 if KO
      +     */
      +    function create($user,$notrigger=0)
      +    {
      +        global $conf, $langs;
      +
      +            $error=0;
      +
      +        // Clean parameters
      +        $this->ref = dol_string_nospecial(trim($this->ref));
      +        $this->label = trim($this->label);
      +        $this->price_ttc=price2num($this->price_ttc);
      +        $this->price=price2num($this->price);
      +        $this->price_min_ttc=price2num($this->price_min_ttc);
      +        $this->price_min=price2num($this->price_min);
      +        if (empty($this->tva_tx)) {        $this->tva_tx = 0;
      +        }
      +        if (empty($this->tva_npr)) {        $this->tva_npr = 0;
      +        }
      +        //Local taxes
      +        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->price)) {         $this->price = 0;
      +        }
      +        if (empty($this->price_min)) {     $this->price_min = 0;
      +        }
      +
      +        // Price by quantity
      +        if (empty($this->price_by_qty)) {     $this->price_by_qty = 0;
      +        }
      +
      +        if (empty($this->status)) {        $this->status = 0;
      +        }
      +        if (empty($this->status_buy)) {   $this->status_buy = 0;
      +        }
      +
      +        $price_ht=0;
      +        $price_ttc=0;
      +        $price_min_ht=0;
      +        $price_min_ttc=0;
      +
      +        //
      +        if ($this->price_base_type == 'TTC' && $this->price_ttc > 0) {
      +            $price_ttc = price2num($this->price_ttc, 'MU');
      +            $price_ht = price2num($this->price_ttc / (1 + ($this->tva_tx / 100)), 'MU');
      +        }
      +
      +        //
      +        if ($this->price_base_type != 'TTC' && $this->price > 0) {
      +            $price_ht = price2num($this->price, 'MU');
      +            $price_ttc = price2num($this->price * (1 + ($this->tva_tx / 100)), 'MU');
      +        }
      +
      +        //
      +        if (($this->price_min_ttc > 0) && ($this->price_base_type == 'TTC')) {
      +            $price_min_ttc = price2num($this->price_min_ttc, 'MU');
      +            $price_min_ht = price2num($this->price_min_ttc / (1 + ($this->tva_tx / 100)), 'MU');
      +        }
      +
      +        //
      +        if (($this->price_min > 0) && ($this->price_base_type != 'TTC')) {
      +            $price_min_ht = price2num($this->price_min, 'MU');
      +            $price_min_ttc = price2num($this->price_min * (1 + ($this->tva_tx / 100)), 'MU');
      +        }
      +
      +        $this->accountancy_code_buy = trim($this->accountancy_code_buy);
      +        $this->accountancy_code_sell= trim($this->accountancy_code_sell);
      +        $this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra);
      +        $this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export);
      +
      +        // Barcode value
      +        $this->barcode=trim($this->barcode);
      +
      +        // Check parameters
      +        if (empty($this->label)) {
      +            $this->error='ErrorMandatoryParametersNotProvided';
      +            return -1;
      +        }
      +
      +        if (empty($this->ref)) {
      +            // Load object modCodeProduct
      +            $module=(! empty($conf->global->PRODUCT_CODEPRODUCT_ADDON)?$conf->global->PRODUCT_CODEPRODUCT_ADDON:'mod_codeproduct_leopard');
      +            if ($module != 'mod_codeproduct_leopard')    // Do not load module file for leopard
      +            {
      +                if (substr($module, 0, 16) == 'mod_codeproduct_' && substr($module, -3) == 'php') {
      +                    $module = substr($module, 0, dol_strlen($module)-4);
      +                }
      +                dol_include_once('/core/modules/product/'.$module.'.php');
      +                $modCodeProduct = new $module;
      +                if (! empty($modCodeProduct->code_auto)) {
      +                    $this->ref = $modCodeProduct->getNextValue($this, $this->type);
      +                }
      +                unset($modCodeProduct);
      +            }
      +
      +            if (empty($this->ref)) {
      +                $this->error='ProductModuleNotSetupForAutoRef';
      +                return -2;
      +            }
      +        }
      +
      +        dol_syslog(get_class($this)."::create ref=".$this->ref." price=".$this->price." price_ttc=".$this->price_ttc." tva_tx=".$this->tva_tx." price_base_type=".$this->price_base_type, LOG_DEBUG);
      +
      +        $now=dol_now();
      +
      +        $this->db->begin();
      +
      +        // For automatic creation during create action (not used by Dolibarr GUI, can be used by scripts)
      +        if ($this->barcode == -1) { $this->barcode = $this->get_barcode($this, $this->barcode_type_code);
      +        }
      +
      +        // Check more parameters
      +        // If error, this->errors[] is filled
      +        $result = $this->verify();
      +
      +        if ($result >= 0) {
      +            $sql = "SELECT count(*) as nb";
      +            $sql.= " FROM ".MAIN_DB_PREFIX."product";
      +            $sql.= " WHERE entity IN (".getEntity('product').")";
      +            $sql.= " AND ref = '" .$this->db->escape($this->ref)."'";
      +
      +            $result = $this->db->query($sql);
      +            if ($result) {
      +                $obj = $this->db->fetch_object($result);
      +                if ($obj->nb == 0) {
      +                    // Produit non deja existant
      +                    $sql = "INSERT INTO ".MAIN_DB_PREFIX."product (";
      +                    $sql.= "datec";
      +                    $sql.= ", entity";
      +                    $sql.= ", ref";
      +                    $sql.= ", ref_ext";
      +                    $sql.= ", price_min";
      +                    $sql.= ", price_min_ttc";
      +                    $sql.= ", label";
      +                    $sql.= ", fk_user_author";
      +                    $sql.= ", fk_product_type";
      +                    $sql.= ", price";
      +                    $sql.= ", price_ttc";
      +                    $sql.= ", price_base_type";
      +                    $sql.= ", tobuy";
      +                    $sql.= ", tosell";
      +                    $sql.= ", accountancy_code_buy";
      +                    $sql.= ", accountancy_code_sell";
      +                    $sql.= ", accountancy_code_sell_intra";
      +                    $sql.= ", accountancy_code_sell_export";
      +                    $sql.= ", canvas";
      +                    $sql.= ", finished";
      +                    $sql.= ", tobatch";
      +                    $sql.= ", fk_unit";
      +                    $sql.= ") VALUES (";
      +                    $sql.= "'".$this->db->idate($now)."'";
      +                    $sql.= ", ".$conf->entity;
      +                    $sql.= ", '".$this->db->escape($this->ref)."'";
      +                    $sql.= ", ".(! empty($this->ref_ext)?"'".$this->db->escape($this->ref_ext)."'":"null");
      +                    $sql.= ", ".price2num($price_min_ht);
      +                    $sql.= ", ".price2num($price_min_ttc);
      +                    $sql.= ", ".(! empty($this->label)?"'".$this->db->escape($this->label)."'":"null");
      +                    $sql.= ", ".$user->id;
      +                    $sql.= ", ".$this->type;
      +                    $sql.= ", ".price2num($price_ht);
      +                    $sql.= ", ".price2num($price_ttc);
      +                    $sql.= ", '".$this->db->escape($this->price_base_type)."'";
      +                    $sql.= ", ".$this->status;
      +                    $sql.= ", ".$this->status_buy;
      +                    $sql.= ", '".$this->db->escape($this->accountancy_code_buy)."'";
      +                    $sql.= ", '".$this->db->escape($this->accountancy_code_sell)."'";
      +                    $sql.= ", '".$this->db->escape($this->accountancy_code_sell_intra)."'";
      +                    $sql.= ", '".$this->db->escape($this->accountancy_code_sell_export)."'";
      +                    $sql.= ", '".$this->db->escape($this->canvas)."'";
      +                    $sql.= ", ".((! isset($this->finished) || $this->finished < 0 || $this->finished == '') ? 'null' : (int) $this->finished);
      +                    $sql.= ", ".((empty($this->status_batch) || $this->status_batch < 0)? '0':$this->status_batch);
      +                    $sql.= ", ".(!$this->fk_unit ? 'NULL' : $this->fk_unit);
      +                    $sql.= ")";
      +
      +                    dol_syslog(get_class($this)."::Create", LOG_DEBUG);
      +                    $result = $this->db->query($sql);
      +                    if ($result ) {
      +                        $id = $this->db->last_insert_id(MAIN_DB_PREFIX."product");
      +
      +                        if ($id > 0) {
      +                            $this->id                = $id;
      +                            $this->price            = $price_ht;
      +                            $this->price_ttc        = $price_ttc;
      +                            $this->price_min        = $price_min_ht;
      +                            $this->price_min_ttc    = $price_min_ttc;
      +
      +                            $result = $this->_log_price($user);
      +                            if ($result > 0) {
      +                                if ($this->update($id, $user, true, 'add') <= 0) {
      +                                    $error++;
      +                                }
      +                            }
      +                            else
      +                            {
      +                                 $error++;
      +                                 $this->error=$this->db->lasterror();
      +                            }
      +                        }
      +                        else
      +                        {
      +                            $error++;
      +                            $this->error='ErrorFailedToGetInsertedId';
      +                        }
      +                    }
      +                    else
      +                    {
      +                        $error++;
      +                        $this->error=$this->db->lasterror();
      +                    }
      +                }
      +                else
      +                {
      +                    // Product already exists with this ref
      +                    $langs->load("products");
      +                    $error++;
      +                    $this->error = "ErrorProductAlreadyExists";
      +                }
      +            }
      +            else
      +            {
      +                $error++;
      +                $this->error=$this->db->lasterror();
      +            }
      +
      +            if (! $error && ! $notrigger) {
      +                // Call trigger
      +                $result=$this->call_trigger('PRODUCT_CREATE', $user);
      +                if ($result < 0) { $error++; 
      +                }
      +                // End call triggers
      +            }
      +
      +            if (! $error) {
      +                $this->db->commit();
      +                return $this->id;
      +            }
      +            else
      +            {
      +                $this->db->rollback();
      +                return -$error;
      +            }
      +        }
      +        else
      +          {
                   $this->db->rollback();
      -            dol_syslog(get_class($this)."::Create fails verify ".join(',',$this->errors), LOG_WARNING);
      +            dol_syslog(get_class($this)."::Create fails verify ".join(',', $this->errors), LOG_WARNING);
                   return -3;
               }
      -	}
      +    }
       
       
           /**
            *    Check properties of product are ok (like name, barcode, ...).
            *    All properties must be already loaded on object (this->barcode, this->barcode_type_code, ...).
            *
      -     *    @return     int		0 if OK, <0 if KO
      +     * @return int        0 if OK, <0 if KO
            */
           function verify()
           {
      @@ -673,30 +691,25 @@ class Product extends CommonObject
               $result = 0;
               $this->ref = trim($this->ref);
       
      -        if (! $this->ref)
      -        {
      +        if (! $this->ref) {
                   $this->errors[] = 'ErrorBadRef';
                   $result = -2;
               }
       
               $rescode = $this->check_barcode($this->barcode, $this->barcode_type_code);
      -        if ($rescode)
      -        {
      -        	if ($rescode == -1)
      -        	{
      -        		$this->errors[] = 'ErrorBadBarCodeSyntax';
      -        	}
      -        	elseif ($rescode == -2)
      -        	{
      -        		$this->errors[] = 'ErrorBarCodeRequired';
      -        	}
      -        	elseif ($rescode == -3)
      -        	{
      -        		// Note: Common usage is to have barcode unique. For variants, we should have a different barcode.
      -        		$this->errors[] = 'ErrorBarCodeAlreadyUsed';
      -        	}
      +        if ($rescode) {
      +            if ($rescode == -1) {
      +                $this->errors[] = 'ErrorBadBarCodeSyntax';
      +            }
      +            elseif ($rescode == -2) {
      +                $this->errors[] = 'ErrorBarCodeRequired';
      +            }
      +            elseif ($rescode == -3) {
      +                // Note: Common usage is to have barcode unique. For variants, we should have a different barcode.
      +                $this->errors[] = 'ErrorBarCodeAlreadyUsed';
      +            }
       
      -        	$result = -3;
      +            $result = -3;
               }
       
               return $result;
      @@ -706,26 +719,26 @@ class Product extends CommonObject
           /**
            *  Check barcode
            *
      -     *  @param  string  $valuetotest    Value to test
      -     *  @param  string  $typefortest    Type of barcode (ISBN, EAN, ...)
      -     *  @return int						0 if OK
      -     * 									-1 ErrorBadBarCodeSyntax
      -     * 									-2 ErrorBarCodeRequired
      -     * 									-3 ErrorBarCodeAlreadyUsed
      +     * @param  string $valuetotest Value to test
      +     * @param  string $typefortest Type of barcode (ISBN, EAN, ...)
      +     * @return int                        0 if OK
      +     *                                     -1 ErrorBadBarCodeSyntax
      +     *                                     -2 ErrorBarCodeRequired
      +     *                                     -3 ErrorBarCodeAlreadyUsed
            */
           function check_barcode($valuetotest,$typefortest)
           {
               // phpcs:enable
               global $conf;
      -        if (! empty($conf->barcode->enabled) && ! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM))
      -        {
      -        	$module=strtolower($conf->global->BARCODE_PRODUCT_ADDON_NUM);
      +        if (! empty($conf->barcode->enabled) && ! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM)) {
      +            $module=strtolower($conf->global->BARCODE_PRODUCT_ADDON_NUM);
       
      -            $dirsociete=array_merge(array('/core/modules/barcode/'),$conf->modules_parts['barcode']);
      +            $dirsociete=array_merge(array('/core/modules/barcode/'), $conf->modules_parts['barcode']);
                   foreach ($dirsociete as $dirroot)
                   {
                       $res=dol_include_once($dirroot.$module.'.php');
      -                if ($res) break;
      +                if ($res) { break;
      +                }
                   }
       
                   $mod = new $module();
      @@ -735,95 +748,102 @@ class Product extends CommonObject
                   return $result;
               }
               else
      -		{
      +        {
                   return 0;
               }
           }
       
      -	/**
      -	 *	Update a record into database.
      -	 *  If batch flag is set to on, we create records into llx_product_batch
      -	 *
      -	 *	@param	int		$id         Id of product
      -	 *	@param  User	$user       Object user making update
      -	 *	@param	int		$notrigger	Disable triggers
      -	 *	@param	string	$action		Current action for hookmanager ('add' or 'update')
      -	 *	@return int         		1 if OK, -1 if ref already exists, -2 if other error
      -	 */
      -	function update($id, $user, $notrigger=false, $action='update')
      -	{
      -		global $langs, $conf, $hookmanager;
      +    /**
      +     *    Update a record into database.
      +     *  If batch flag is set to on, we create records into llx_product_batch
      +     *
      +     * @param  int    $id        Id of product
      +     * @param  User   $user      Object user making update
      +     * @param  int    $notrigger Disable triggers
      +     * @param  string $action    Current action for hookmanager ('add' or 'update')
      +     * @return int                 1 if OK, -1 if ref already exists, -2 if other error
      +     */
      +    function update($id, $user, $notrigger=false, $action='update')
      +    {
      +        global $langs, $conf, $hookmanager;
       
      -		$error=0;
      +        $error=0;
       
      -		// Check parameters
      -		if (! $this->label) $this->label = 'MISSING LABEL';
      +        // Check parameters
      +        if (! $this->label) { $this->label = 'MISSING LABEL';
      +        }
       
      -		// Clean parameters
      -		$this->ref = dol_string_nospecial(trim($this->ref));
      -		$this->label = trim($this->label);
      -		$this->description = trim($this->description);
      -		$this->note = (isset($this->note) ? trim($this->note) : null);
      -		$this->weight = price2num($this->weight);
      -		$this->weight_units = trim($this->weight_units);
      -		$this->length = price2num($this->length);
      -		$this->length_units = trim($this->length_units);
      -		$this->width = price2num($this->width);
      -		$this->width_units = trim($this->width_units);
      -		$this->height = price2num($this->height);
      -		$this->height_units = trim($this->height_units);
      -		// set unit not defined
      -		if ($this->length_units) $this->width_units = $this->length_units;    // Not used yet
      -		if ($this->length_units) $this->height_units = $this->length_units;    // Not used yet
      -		// Automated compute surface and volume if not filled
      -		if (empty($this->surface) && !empty($this->length) && !empty($this->width) && $this->length_units == $this->width_units)
      -		{
      -			$this->surface = $this->length * $this->width;
      -			$this->surface_units = measuring_units_squared($this->length_units);
      -		}
      -		if (empty($this->volume) && !empty($this->surface_units) && !empty($this->height) && $this->length_units == $this->height_units)
      -		{
      -			$this->volume =  $this->surface * $this->height;
      -			$this->volume_units = measuring_units_cubed($this->height_units);
      -		}
      +        // Clean parameters
      +        $this->ref = dol_string_nospecial(trim($this->ref));
      +        $this->label = trim($this->label);
      +        $this->description = trim($this->description);
      +        $this->note = (isset($this->note) ? trim($this->note) : null);
      +        $this->weight = price2num($this->weight);
      +        $this->weight_units = trim($this->weight_units);
      +        $this->length = price2num($this->length);
      +        $this->length_units = trim($this->length_units);
      +        $this->width = price2num($this->width);
      +        $this->width_units = trim($this->width_units);
      +        $this->height = price2num($this->height);
      +        $this->height_units = trim($this->height_units);
      +        // set unit not defined
      +        if ($this->length_units) { $this->width_units = $this->length_units;    // Not used yet
      +        }
      +        if ($this->length_units) { $this->height_units = $this->length_units;    // Not used yet
      +        }
      +        // Automated compute surface and volume if not filled
      +        if (empty($this->surface) && !empty($this->length) && !empty($this->width) && $this->length_units == $this->width_units) {
      +            $this->surface = $this->length * $this->width;
      +            $this->surface_units = measuring_units_squared($this->length_units);
      +        }
      +        if (empty($this->volume) && !empty($this->surface_units) && !empty($this->height) && $this->length_units == $this->height_units) {
      +            $this->volume =  $this->surface * $this->height;
      +            $this->volume_units = measuring_units_cubed($this->height_units);
      +        }
       
      -		$this->surface = price2num($this->surface);
      -		$this->surface_units = trim($this->surface_units);
      -		$this->volume = price2num($this->volume);
      -		$this->volume_units = trim($this->volume_units);
      -		if (empty($this->tva_tx))    			$this->tva_tx = 0;
      -		if (empty($this->tva_npr))    			$this->tva_npr = 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->status))				$this->status = 0;
      -		if (empty($this->status_buy))			$this->status_buy = 0;
      +        $this->surface = price2num($this->surface);
      +        $this->surface_units = trim($this->surface_units);
      +        $this->volume = price2num($this->volume);
      +        $this->volume_units = trim($this->volume_units);
      +        if (empty($this->tva_tx)) {                $this->tva_tx = 0;
      +        }
      +        if (empty($this->tva_npr)) {                $this->tva_npr = 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->status)) {                $this->status = 0;
      +        }
      +        if (empty($this->status_buy)) {            $this->status_buy = 0;
      +        }
       
      -        if (empty($this->country_id))           $this->country_id = 0;
      +        if (empty($this->country_id)) {           $this->country_id = 0;
      +        }
       
               // Barcode value
               $this->barcode=trim($this->barcode);
       
      -		$this->accountancy_code_buy = trim($this->accountancy_code_buy);
      -		$this->accountancy_code_sell= trim($this->accountancy_code_sell);
      -		$this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra);
      -		$this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export);
      +        $this->accountancy_code_buy = trim($this->accountancy_code_buy);
      +        $this->accountancy_code_sell= trim($this->accountancy_code_sell);
      +        $this->accountancy_code_sell_intra= trim($this->accountancy_code_sell_intra);
      +        $this->accountancy_code_sell_export= trim($this->accountancy_code_sell_export);
       
       
               $this->db->begin();
       
               // Check name is required and codes are ok or unique.
               // If error, this->errors[] is filled
      -        if ($action != 'add')
      -        {
      -        	$result = $this->verify();	// We don't check when update called during a create because verify was already done
      +        if ($action != 'add') {
      +            $result = $this->verify();    // We don't check when update called during a create because verify was already done
               }
       
      -        if ($result >= 0)
      -        {
      -            if (empty($this->oldcopy))
      -            {
      +        if ($result >= 0) {
      +            if (empty($this->oldcopy)) {
                       $org=new self($this->db);
                       $org->fetch($this->id);
                       $this->oldcopy=$org;
      @@ -831,8 +851,7 @@ class Product extends CommonObject
       
                   // Test if batch management is activated on existing product
                   // If yes, we create missing entries into product_batch
      -            if ($this->hasbatch() && !$this->oldcopy->hasbatch())
      -            {
      +            if ($this->hasbatch() && !$this->oldcopy->hasbatch()) {
                       //$valueforundefinedlot = 'Undefined';  // In previous version, 39 and lower
                       $valueforundefinedlot = '000000';
       
      @@ -844,13 +863,11 @@ class Product extends CommonObject
                           $qty_batch = 0;
                           foreach ($ObjW->detail_batch as $detail)    // Each lines of detail in product_batch of the current $ObjW = product_stock
                           {
      -                        if ($detail->batch == $valueforundefinedlot || $detail->batch == 'Undefined')
      -                        {
      +                        if ($detail->batch == $valueforundefinedlot || $detail->batch == 'Undefined') {
                                   // We discard this line, we will create it later
                                   $sqlclean="DELETE FROM ".MAIN_DB_PREFIX."product_batch WHERE batch in('Undefined', '".$valueforundefinedlot."') AND fk_product_stock = ".$ObjW->id;
                                   $result = $this->db->query($sqlclean);
      -                            if (! $result)
      -                            {
      +                            if (! $result) {
                                       dol_print_error($this->db);
                                       exit;
                                   }
      @@ -861,15 +878,13 @@ class Product extends CommonObject
                           }
                           // Quantities in batch details are not same as stock quantity,
                           // so we add a default batch record to complete and get same qty in parent and child table
      -                    if ($ObjW->real <> $qty_batch)
      -                    {
      +                    if ($ObjW->real <> $qty_batch) {
                               $ObjBatch = new Productbatch($this->db);
                               $ObjBatch->batch = $valueforundefinedlot;
                               $ObjBatch->qty = ($ObjW->real - $qty_batch);
                               $ObjBatch->fk_product_stock = $ObjW->id;
       
      -                        if ($ObjBatch->create($user,1) < 0)
      -                        {
      +                        if ($ObjBatch->create($user, 1) < 0) {
                                   $error++;
                                   $this->errors=$ObjBatch->errors;
                               }
      @@ -877,708 +892,678 @@ class Product extends CommonObject
                       }
                   }
       
      -	        // For automatic creation
      -	        if ($this->barcode == -1) $this->barcode = $this->get_barcode($this,$this->barcode_type_code);
      +            // For automatic creation
      +            if ($this->barcode == -1) { $this->barcode = $this->get_barcode($this, $this->barcode_type_code);
      +            }
       
      -			$sql = "UPDATE ".MAIN_DB_PREFIX."product";
      -			$sql.= " SET label = '" . $this->db->escape($this->label) ."'";
      -			$sql.= ", ref = '" . $this->db->escape($this->ref) ."'";
      -			$sql.= ", ref_ext = ".(! empty($this->ref_ext)?"'".$this->db->escape($this->ref_ext)."'":"null");
      -			$sql.= ", default_vat_code = ".($this->default_vat_code ? "'".$this->db->escape($this->default_vat_code)."'" : "null");
      -			$sql.= ", tva_tx = " . $this->tva_tx;
      -			$sql.= ", recuperableonly = " . $this->tva_npr;
      -			$sql.= ", localtax1_tx = " . $this->localtax1_tx;
      -			$sql.= ", localtax2_tx = " . $this->localtax2_tx;
      -			$sql.= ", localtax1_type = " . ($this->localtax1_type!=''?"'".$this->db->escape($this->localtax1_type)."'":"'0'");
      -			$sql.= ", localtax2_type = " . ($this->localtax2_type!=''?"'".$this->db->escape($this->localtax2_type)."'":"'0'");
      +            $sql = "UPDATE ".MAIN_DB_PREFIX."product";
      +            $sql.= " SET label = '" . $this->db->escape($this->label) ."'";
      +            $sql.= ", ref = '" . $this->db->escape($this->ref) ."'";
      +            $sql.= ", ref_ext = ".(! empty($this->ref_ext)?"'".$this->db->escape($this->ref_ext)."'":"null");
      +            $sql.= ", default_vat_code = ".($this->default_vat_code ? "'".$this->db->escape($this->default_vat_code)."'" : "null");
      +            $sql.= ", tva_tx = " . $this->tva_tx;
      +            $sql.= ", recuperableonly = " . $this->tva_npr;
      +            $sql.= ", localtax1_tx = " . $this->localtax1_tx;
      +            $sql.= ", localtax2_tx = " . $this->localtax2_tx;
      +            $sql.= ", localtax1_type = " . ($this->localtax1_type!=''?"'".$this->db->escape($this->localtax1_type)."'":"'0'");
      +            $sql.= ", localtax2_type = " . ($this->localtax2_type!=''?"'".$this->db->escape($this->localtax2_type)."'":"'0'");
       
      -			$sql.= ", barcode = ". (empty($this->barcode)?"null":"'".$this->db->escape($this->barcode)."'");
      -			$sql.= ", fk_barcode_type = ". (empty($this->barcode_type)?"null":$this->db->escape($this->barcode_type));
      +            $sql.= ", barcode = ". (empty($this->barcode)?"null":"'".$this->db->escape($this->barcode)."'");
      +            $sql.= ", fk_barcode_type = ". (empty($this->barcode_type)?"null":$this->db->escape($this->barcode_type));
       
      -			$sql.= ", tosell = " . $this->status;
      -			$sql.= ", tobuy = " . $this->status_buy;
      -			$sql.= ", tobatch = " . ((empty($this->status_batch) || $this->status_batch < 0) ? '0' : $this->status_batch);
      -			$sql.= ", finished = " . ((! isset($this->finished) || $this->finished < 0) ? "null" : (int) $this->finished);
      -			$sql.= ", weight = " . ($this->weight!='' ? "'".$this->db->escape($this->weight)."'" : 'null');
      -			$sql.= ", weight_units = " . ($this->weight_units!='' ? "'".$this->db->escape($this->weight_units)."'": 'null');
      -			$sql.= ", length = " . ($this->length!='' ? "'".$this->db->escape($this->length)."'" : 'null');
      -			$sql.= ", length_units = " . ($this->length_units!='' ? "'".$this->db->escape($this->length_units)."'" : 'null');
      -			$sql.= ", width= " . ($this->width!='' ? "'".$this->db->escape($this->width)."'" : 'null');
      -			$sql.= ", width_units = " . ($this->width_units!='' ? "'".$this->db->escape($this->width_units)."'" : 'null');
      -			$sql.= ", height = " . ($this->height!='' ? "'".$this->db->escape($this->height)."'" : 'null');
      -			$sql.= ", height_units = " . ($this->height_units!='' ? "'".$this->db->escape($this->height_units)."'" : 'null');
      -			$sql.= ", surface = " . ($this->surface!='' ? "'".$this->db->escape($this->surface)."'" : 'null');
      -			$sql.= ", surface_units = " . ($this->surface_units!='' ? "'".$this->db->escape($this->surface_units)."'" : 'null');
      -			$sql.= ", volume = " . ($this->volume!='' ? "'".$this->db->escape($this->volume)."'" : 'null');
      -			$sql.= ", volume_units = " . ($this->volume_units!='' ? "'".$this->db->escape($this->volume_units)."'" : 'null');
      -			$sql.= ", fk_default_warehouse = " . ($this->fk_default_warehouse > 0 ? $this->db->escape($this->fk_default_warehouse) : 'null');
      -			$sql.= ", seuil_stock_alerte = " . ((isset($this->seuil_stock_alerte) && $this->seuil_stock_alerte != '') ? "'".$this->db->escape($this->seuil_stock_alerte)."'" : "null");
      -			$sql.= ", description = '" . $this->db->escape($this->description) ."'";
      -			$sql.= ", url = " . ($this->url?"'".$this->db->escape($this->url)."'":'null');
      -			$sql.= ", customcode = '" .        $this->db->escape($this->customcode) ."'";
      -	        $sql.= ", fk_country = " . ($this->country_id > 0 ? $this->country_id : 'null');
      -	        $sql.= ", note = ".(isset($this->note) ? "'" .$this->db->escape($this->note)."'" : 'null');
      -			$sql.= ", duration = '" . $this->db->escape($this->duration_value . $this->duration_unit) ."'";
      -			$sql.= ", accountancy_code_buy = '" . $this->db->escape($this->accountancy_code_buy)."'";
      -			$sql.= ", accountancy_code_sell= '" . $this->db->escape($this->accountancy_code_sell)."'";
      -			$sql.= ", accountancy_code_sell_intra= '" . $this->db->escape($this->accountancy_code_sell_intra)."'";
      -			$sql.= ", accountancy_code_sell_export= '" . $this->db->escape($this->accountancy_code_sell_export)."'";
      -			$sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null");
      -			$sql.= ", cost_price = " . ($this->cost_price != '' ? $this->db->escape($this->cost_price) : 'null');
      -	        $sql.= ", fk_unit= " . (!$this->fk_unit ? 'NULL' : $this->fk_unit);
      -	        $sql.= ", price_autogen = " . (!$this->price_autogen ? 0 : 1);
      -			$sql.= ", fk_price_expression = ".($this->fk_price_expression != 0 ? $this->fk_price_expression : 'NULL');
      -			$sql.= ", fk_user_modif = ".($user->id > 0 ? $user->id : 'NULL');
      -			// stock field is not here because it is a denormalized value from product_stock.
      -			$sql.= " WHERE rowid = " . $id;
      +            $sql.= ", tosell = " . $this->status;
      +            $sql.= ", tobuy = " . $this->status_buy;
      +            $sql.= ", tobatch = " . ((empty($this->status_batch) || $this->status_batch < 0) ? '0' : $this->status_batch);
      +            $sql.= ", finished = " . ((! isset($this->finished) || $this->finished < 0) ? "null" : (int) $this->finished);
      +            $sql.= ", weight = " . ($this->weight!='' ? "'".$this->db->escape($this->weight)."'" : 'null');
      +            $sql.= ", weight_units = " . ($this->weight_units!='' ? "'".$this->db->escape($this->weight_units)."'": 'null');
      +            $sql.= ", length = " . ($this->length!='' ? "'".$this->db->escape($this->length)."'" : 'null');
      +            $sql.= ", length_units = " . ($this->length_units!='' ? "'".$this->db->escape($this->length_units)."'" : 'null');
      +            $sql.= ", width= " . ($this->width!='' ? "'".$this->db->escape($this->width)."'" : 'null');
      +            $sql.= ", width_units = " . ($this->width_units!='' ? "'".$this->db->escape($this->width_units)."'" : 'null');
      +            $sql.= ", height = " . ($this->height!='' ? "'".$this->db->escape($this->height)."'" : 'null');
      +            $sql.= ", height_units = " . ($this->height_units!='' ? "'".$this->db->escape($this->height_units)."'" : 'null');
      +            $sql.= ", surface = " . ($this->surface!='' ? "'".$this->db->escape($this->surface)."'" : 'null');
      +            $sql.= ", surface_units = " . ($this->surface_units!='' ? "'".$this->db->escape($this->surface_units)."'" : 'null');
      +            $sql.= ", volume = " . ($this->volume!='' ? "'".$this->db->escape($this->volume)."'" : 'null');
      +            $sql.= ", volume_units = " . ($this->volume_units!='' ? "'".$this->db->escape($this->volume_units)."'" : 'null');
      +            $sql.= ", fk_default_warehouse = " . ($this->fk_default_warehouse > 0 ? $this->db->escape($this->fk_default_warehouse) : 'null');
      +            $sql.= ", seuil_stock_alerte = " . ((isset($this->seuil_stock_alerte) && $this->seuil_stock_alerte != '') ? "'".$this->db->escape($this->seuil_stock_alerte)."'" : "null");
      +            $sql.= ", description = '" . $this->db->escape($this->description) ."'";
      +            $sql.= ", url = " . ($this->url?"'".$this->db->escape($this->url)."'":'null');
      +            $sql.= ", customcode = '" .        $this->db->escape($this->customcode) ."'";
      +            $sql.= ", fk_country = " . ($this->country_id > 0 ? $this->country_id : 'null');
      +            $sql.= ", note = ".(isset($this->note) ? "'" .$this->db->escape($this->note)."'" : 'null');
      +            $sql.= ", duration = '" . $this->db->escape($this->duration_value . $this->duration_unit) ."'";
      +            $sql.= ", accountancy_code_buy = '" . $this->db->escape($this->accountancy_code_buy)."'";
      +            $sql.= ", accountancy_code_sell= '" . $this->db->escape($this->accountancy_code_sell)."'";
      +            $sql.= ", accountancy_code_sell_intra= '" . $this->db->escape($this->accountancy_code_sell_intra)."'";
      +            $sql.= ", accountancy_code_sell_export= '" . $this->db->escape($this->accountancy_code_sell_export)."'";
      +            $sql.= ", desiredstock = " . ((isset($this->desiredstock) && $this->desiredstock != '') ? $this->desiredstock : "null");
      +            $sql.= ", cost_price = " . ($this->cost_price != '' ? $this->db->escape($this->cost_price) : 'null');
      +            $sql.= ", fk_unit= " . (!$this->fk_unit ? 'NULL' : $this->fk_unit);
      +            $sql.= ", price_autogen = " . (!$this->price_autogen ? 0 : 1);
      +            $sql.= ", fk_price_expression = ".($this->fk_price_expression != 0 ? $this->fk_price_expression : 'NULL');
      +            $sql.= ", fk_user_modif = ".($user->id > 0 ? $user->id : 'NULL');
      +            // stock field is not here because it is a denormalized value from product_stock.
      +            $sql.= " WHERE rowid = " . $id;
       
      -			dol_syslog(get_class($this)."::update", LOG_DEBUG);
      +            dol_syslog(get_class($this)."::update", LOG_DEBUG);
       
      -			$resql=$this->db->query($sql);
      -			if ($resql)
      -			{
      -				$this->id = $id;
      +            $resql=$this->db->query($sql);
      +            if ($resql) {
      +                $this->id = $id;
       
      -				// Multilangs
      -				if (! empty($conf->global->MAIN_MULTILANGS))
      -				{
      -					if ( $this->setMultiLangs($user) < 0)
      -					{
      -						$this->error=$langs->trans("Error")." : ".$this->db->error()." - ".$sql;
      -						return -2;
      -					}
      -				}
      +                // Multilangs
      +                if (! empty($conf->global->MAIN_MULTILANGS)) {
      +                    if ($this->setMultiLangs($user) < 0) {
      +                           $this->error=$langs->trans("Error")." : ".$this->db->error()." - ".$sql;
      +                           return -2;
      +                    }
      +                }
       
      -				$action='update';
      +                $action='update';
       
      -				// Actions on extra fields
      -				if (! $error && empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))
      -				{
      -					$result=$this->insertExtraFields();
      -					if ($result < 0)
      -					{
      -						$error++;
      -					}
      -				}
      +                // Actions on extra fields
      +                if (! $error && empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) {
      +                    $result=$this->insertExtraFields();
      +                    if ($result < 0) {
      +                        $error++;
      +                    }
      +                }
       
      -				if (! $error && ! $notrigger)
      -				{
      -                    // Call trigger
      -                    $result=$this->call_trigger('PRODUCT_MODIFY',$user);
      -                    if ($result < 0) { $error++; }
      +                if (! $error && ! $notrigger) {
      +                                // Call trigger
      +                                $result=$this->call_trigger('PRODUCT_MODIFY', $user);
      +                    if ($result < 0) { $error++; 
      +                    }
                           // End call triggers
      -				}
      +                }
       
      -				if (! $error && (is_object($this->oldcopy) && $this->oldcopy->ref !== $this->ref))
      -				{
      -					// We remove directory
      -					if ($conf->product->dir_output)
      -					{
      -						$olddir = $conf->product->dir_output . "/" . dol_sanitizeFileName($this->oldcopy->ref);
      -						$newdir = $conf->product->dir_output . "/" . dol_sanitizeFileName($this->ref);
      -						if (file_exists($olddir))
      -						{
      -							//include_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
      -							//$res = dol_move($olddir, $newdir);
      -							// do not use dol_move with directory
      -							$res = @rename($olddir, $newdir);
      -							if (! $res)
      -							{
      -							    $langs->load("errors");
      -								$this->error=$langs->trans('ErrorFailToRenameDir',$olddir,$newdir);
      -								$error++;
      -							}
      -						}
      -					}
      -				}
      +                if (! $error && (is_object($this->oldcopy) && $this->oldcopy->ref !== $this->ref)) {
      +                    // We remove directory
      +                    if ($conf->product->dir_output) {
      +                        $olddir = $conf->product->dir_output . "/" . dol_sanitizeFileName($this->oldcopy->ref);
      +                        $newdir = $conf->product->dir_output . "/" . dol_sanitizeFileName($this->ref);
      +                        if (file_exists($olddir)) {
      +                                 //include_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
      +                                 //$res = dol_move($olddir, $newdir);
      +                                 // do not use dol_move with directory
      +                                 $res = @rename($olddir, $newdir);
      +                            if (! $res) {
      +                                $langs->load("errors");
      +                                $this->error=$langs->trans('ErrorFailToRenameDir', $olddir, $newdir);
      +                                $error++;
      +                            }
      +                        }
      +                    }
      +                }
       
      -				if (! $error)
      -				{
      -					if ($conf->variants->enabled) {
      +                if (! $error) {
      +                    if ($conf->variants->enabled) {
       
      -						require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
      +                        include_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
       
      -						$comb = new ProductCombination($this->db);
      +                        $comb = new ProductCombination($this->db);
       
      -						foreach ($comb->fetchAllByFkProductParent($this->id) as $currcomb) {
      -							$currcomb->updateProperties($this);
      -						}
      -					}
      +                        foreach ($comb->fetchAllByFkProductParent($this->id) as $currcomb) {
      +                                 $currcomb->updateProperties($this);
      +                        }
      +                    }
       
      -					$this->db->commit();
      -					return 1;
      -				}
      -				else
      -				{
      -					$this->db->rollback();
      -					return -$error;
      -				}
      -			}
      -			else
      -			{
      -				if ($this->db->errno() == 'DB_ERROR_RECORD_ALREADY_EXISTS')
      -				{
      -					$langs->load("errors");
      -					if (empty($conf->barcode->enabled) || empty($this->barcode)) $this->error=$langs->trans("Error")." : ".$langs->trans("ErrorProductAlreadyExists",$this->ref);
      -					else $this->error=$langs->trans("Error")." : ".$langs->trans("ErrorProductBarCodeAlreadyExists",$this->barcode);
      -					$this->errors[]=$this->error;
      -					$this->db->rollback();
      -					return -1;
      -				}
      -				else
      -				{
      -					$this->error=$langs->trans("Error")." : ".$this->db->error()." - ".$sql;
      -					$this->errors[]=$this->error;
      -					$this->db->rollback();
      -					return -2;
      -				}
      -			}
      +                    $this->db->commit();
      +                    return 1;
      +                }
      +                else
      +                {
      +                    $this->db->rollback();
      +                    return -$error;
      +                }
      +            }
      +            else
      +            {
      +                if ($this->db->errno() == 'DB_ERROR_RECORD_ALREADY_EXISTS') {
      +                    $langs->load("errors");
      +                    if (empty($conf->barcode->enabled) || empty($this->barcode)) { $this->error=$langs->trans("Error")." : ".$langs->trans("ErrorProductAlreadyExists", $this->ref);
      +                    } else { $this->error=$langs->trans("Error")." : ".$langs->trans("ErrorProductBarCodeAlreadyExists", $this->barcode);
      +                    }
      +                    $this->errors[]=$this->error;
      +                    $this->db->rollback();
      +                    return -1;
      +                }
      +                else
      +                {
      +                    $this->error=$langs->trans("Error")." : ".$this->db->error()." - ".$sql;
      +                    $this->errors[]=$this->error;
      +                    $this->db->rollback();
      +                    return -2;
      +                }
      +            }
               }
               else
      -       {
      +          {
                   $this->db->rollback();
      -            dol_syslog(get_class($this)."::Update fails verify ".join(',',$this->errors), LOG_WARNING);
      +            dol_syslog(get_class($this)."::Update fails verify ".join(',', $this->errors), LOG_WARNING);
                   return -3;
               }
      -	}
      +    }
       
      -	/**
      -	 *  Delete a product from database (if not used)
      -	 *
      -	 *	@param      User	$user       Product id (usage of this is deprecated, delete should be called without parameters on a fetched object)
      -	 *  @param      int     $notrigger  Do not execute trigger
      -	 * 	@return		int					< 0 if KO, 0 = Not possible, > 0 if OK
      -	 */
      -	function delete(User $user, $notrigger=0)
      -	{
      -		// Deprecation warning
      -		if ($id > 0) {
      -			dol_syslog(__METHOD__ . " with parameter is deprecated", LOG_WARNING);
      -		}
      +    /**
      +     *  Delete a product from database (if not used)
      +     *
      +     * @param  User $user      Product id (usage of this is deprecated, delete should be called without parameters on a fetched object)
      +     * @param  int  $notrigger Do not execute trigger
      +     * @return int                    < 0 if KO, 0 = Not possible, > 0 if OK
      +     */
      +    function delete(User $user, $notrigger=0)
      +    {
      +        // Deprecation warning
      +        if ($id > 0) {
      +            dol_syslog(__METHOD__ . " with parameter is deprecated", LOG_WARNING);
      +        }
       
      -		global $conf, $langs;
      -		require_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
      +        global $conf, $langs;
      +        include_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
       
      -		$error=0;
      +        $error=0;
       
      -		// Clean parameters
      -		if (empty($id)) $id=$this->id;
      -		else $this->fetch($id);
      +        // Clean parameters
      +        if (empty($id)) { $id=$this->id;
      +        } else { $this->fetch($id);
      +        }
       
      -		// Check parameters
      -		if (empty($id))
      -		{
      -			$this->error = "Object must be fetched before calling delete";
      -			return -1;
      -		}
      -		if (($this->type == Product::TYPE_PRODUCT && empty($user->rights->produit->supprimer)) || ($this->type == Product::TYPE_SERVICE && empty($user->rights->service->supprimer)))
      -		{
      -			$this->error = "ErrorForbidden";
      -			return 0;
      -		}
      +        // Check parameters
      +        if (empty($id)) {
      +            $this->error = "Object must be fetched before calling delete";
      +            return -1;
      +        }
      +        if (($this->type == Product::TYPE_PRODUCT && empty($user->rights->produit->supprimer)) || ($this->type == Product::TYPE_SERVICE && empty($user->rights->service->supprimer))) {
      +            $this->error = "ErrorForbidden";
      +            return 0;
      +        }
       
      -		$objectisused = $this->isObjectUsed($id);
      -		if (empty($objectisused))
      -		{
      -			$this->db->begin();
      +        $objectisused = $this->isObjectUsed($id);
      +        if (empty($objectisused)) {
      +            $this->db->begin();
       
      -			if (! $error && empty($notrigger))
      -			{
      +            if (! $error && empty($notrigger)) {
                       // Call trigger
      -                $result=$this->call_trigger('PRODUCT_DELETE',$user);
      -                if ($result < 0) { $error++; }
      +                $result=$this->call_trigger('PRODUCT_DELETE', $user);
      +                if ($result < 0) { $error++; 
      +                }
                       // End call triggers
      -			}
      +            }
       
      -			// Delete from product_batch on product delete
      -			if (! $error)
      -			{
      -				$sql = "DELETE FROM ".MAIN_DB_PREFIX.'product_batch';
      -				$sql.= " WHERE fk_product_stock IN (";
      -				$sql.= "SELECT rowid FROM ".MAIN_DB_PREFIX.'product_stock';
      -				$sql.= " WHERE fk_product = ".$id.")";
      +            // Delete from product_batch on product delete
      +            if (! $error) {
      +                $sql = "DELETE FROM ".MAIN_DB_PREFIX.'product_batch';
      +                $sql.= " WHERE fk_product_stock IN (";
      +                $sql.= "SELECT rowid FROM ".MAIN_DB_PREFIX.'product_stock';
      +                $sql.= " WHERE fk_product = ".$id.")";
       
      -				$result = $this->db->query($sql);
      -				if (! $result)
      -				{
      -					$error++;
      -					$this->errors[] = $this->db->lasterror();
      -				}
      -			}
      +                $result = $this->db->query($sql);
      +                if (! $result) {
      +                    $error++;
      +                    $this->errors[] = $this->db->lasterror();
      +                }
      +            }
       
      -   			// Delete all child tables
      -			if (! $error)
      -			{
      -				$elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price','product_lot');  // product_batch is done before
      -    			foreach($elements as $table)
      -    			{
      -    				if (! $error)
      -    				{
      -    					$sql = "DELETE FROM ".MAIN_DB_PREFIX.$table;
      -    					$sql.= " WHERE fk_product = ".$id;
      -
      -    					$result = $this->db->query($sql);
      -    					if (! $result)
      -    					{
      -    						$error++;
      -    						$this->errors[] = $this->db->lasterror();
      -    					}
      -    				}
      -    			}
      -			}
      -
      -			if (!$error) {
      -
      -				require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
      -				require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination2ValuePair.class.php';
      -
      -				//If it is a parent product, then we remove the association with child products
      -				$prodcomb = new ProductCombination($this->db);
      -
      -				if ($prodcomb->deleteByFkProductParent($user, $id) < 0) {
      -					$error++;
      -					$this->errors[] = 'Error deleting combinations';
      -				}
      -
      -				//We also check if it is a child product
      -				if (!$error && ($prodcomb->fetchByFkProductChild($id) > 0) && ($prodcomb->delete($user) < 0)) {
      -					$error++;
      -					$this->errors[] = 'Error deleting child combination';
      -				}
      -			}
      -
      -			// Delete from product_association
      -			if (!$error){
      -				$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      -				$sql.= " WHERE fk_product_pere = ".$id." OR fk_product_fils = ".$id;
      -
      -				$result = $this->db->query($sql);
      -				if (! $result)
      -				{
      -					$error++;
      -					$this->errors[] = $this->db->lasterror();
      -				}
      -			}
      -
      -			// Delete product
      -			if (! $error)
      -			{
      -				$sqlz = "DELETE FROM ".MAIN_DB_PREFIX."product";
      -				$sqlz.= " WHERE rowid = ".$id;
      -
      -				$resultz = $this->db->query($sqlz);
      -				if ( ! $resultz )
      -				{
      -					$error++;
      -					$this->errors[] = $this->db->lasterror();
      -				}
      -			}
      -
      -			if (! $error)
      -			{
      -				// We remove directory
      -				$ref = dol_sanitizeFileName($this->ref);
      -				if ($conf->product->dir_output)
      -				{
      -					$dir = $conf->product->dir_output . "/" . $ref;
      -					if (file_exists($dir))
      -					{
      -						$res=@dol_delete_dir_recursive($dir);
      -						if (! $res)
      -						{
      -							$this->errors[] = 'ErrorFailToDeleteDir';
      -							$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)
      -			{
      -				$this->db->commit();
      -				return 1;
      -			}
      -			else
      -			{
      -				foreach($this->errors as $errmsg)
      -				{
      -					dol_syslog(get_class($this)."::delete ".$errmsg, LOG_ERR);
      -					$this->error.=($this->error?', '.$errmsg:$errmsg);
      -				}
      -				$this->db->rollback();
      -				return -$error;
      -			}
      -		}
      -		else
      -		{
      -			$this->error = "ErrorRecordIsUsedCantDelete";
      -			return 0;
      -		}
      -	}
      -
      -	/**
      -	 *	Update or add a translation for a product
      -	 *
      -	 *	@param     User	   $user                   Object user making update
      -	 *	@return	   int		<0 if KO, >0 if OK
      -	 */
      -	function setMultiLangs($user)
      -	{
      -		global $conf, $langs;
      -
      -		$langs_available = $langs->get_available_languages(DOL_DOCUMENT_ROOT, 0, 2);
      -		$current_lang = $langs->getDefaultLang();
      -
      -		foreach ($langs_available as $key => $value)
      -		{
      -			if ($key == $current_lang)
      -			{
      -				$sql = "SELECT rowid";
      -				$sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      -				$sql.= " WHERE fk_product=".$this->id;
      -				$sql.= " AND lang='".$key."'";
      -
      -				$result = $this->db->query($sql);
      -
      -				if ($this->db->num_rows($result)) // if there is already a description line for this language
      -				{
      -					$sql2 = "UPDATE ".MAIN_DB_PREFIX."product_lang";
      -					$sql2.= " SET ";
      -					$sql2.= " label='".$this->db->escape($this->label)."',";
      -					$sql2.= " description='".$this->db->escape($this->description)."'";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.= ", note='".$this->db->escape($this->other)."'";
      -					$sql2.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($key)."'";
      -				}
      -				else
      -				{
      -					$sql2 = "INSERT INTO ".MAIN_DB_PREFIX."product_lang (fk_product, lang, label, description";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.=", note";
      -					$sql2.= ")";
      -					$sql2.= " VALUES(".$this->id.",'".$this->db->escape($key)."','". $this->db->escape($this->label)."',";
      -					$sql2.= " '".$this->db->escape($this->description)."'";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.= ", '".$this->db->escape($this->other)."'";
      -					$sql2.= ")";
      -				}
      -				dol_syslog(get_class($this).'::setMultiLangs key = current_lang = '.$key);
      -				if (! $this->db->query($sql2))
      -				{
      -					$this->error=$this->db->lasterror();
      -					return -1;
      -				}
      -			}
      -			else if (isset($this->multilangs[$key]))
      -			{
      -				$sql = "SELECT rowid";
      -				$sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      -				$sql.= " WHERE fk_product=".$this->id;
      -				$sql.= " AND lang='".$key."'";
      -
      -				$result = $this->db->query($sql);
      -
      -				if ($this->db->num_rows($result)) // if there is already a description line for this language
      -				{
      -					$sql2 = "UPDATE ".MAIN_DB_PREFIX."product_lang";
      -					$sql2.= " SET ";
      -					$sql2.= " label='".$this->db->escape($this->multilangs["$key"]["label"])."',";
      -					$sql2.= " description='".$this->db->escape($this->multilangs["$key"]["description"])."'";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.= ", note='".$this->db->escape($this->multilangs["$key"]["other"])."'";
      -					$sql2.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($key)."'";
      -				}
      -				else
      -				{
      -					$sql2 = "INSERT INTO ".MAIN_DB_PREFIX."product_lang (fk_product, lang, label, description";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.=", note";
      -					$sql2.= ")";
      -					$sql2.= " VALUES(".$this->id.",'".$this->db->escape($key)."','". $this->db->escape($this->multilangs["$key"]["label"])."',";
      -					$sql2.= " '".$this->db->escape($this->multilangs["$key"]["description"])."'";
      -					if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) $sql2.= ", '".$this->db->escape($this->multilangs["$key"]["other"])."'";
      -					$sql2.= ")";
      -				}
      -
      -				// We do not save if main fields are empty
      -				if ($this->multilangs["$key"]["label"] || $this->multilangs["$key"]["description"])
      -				{
      -    				if (! $this->db->query($sql2))
      -    				{
      -    					$this->error=$this->db->lasterror();
      -    					return -1;
      -    				}
      -				}
      -			}
      -			else
      -			{
      -				// language is not current language and we didn't provide a multilang description for this language
      -			}
      -		}
      -
      -		// Call trigger
      -		$result = $this->call_trigger('PRODUCT_SET_MULTILANGS',$user);
      -		if ($result < 0) {
      -			$this->error = $this->db->lasterror();
      -			return -1;
      -		}
      -		// End call triggers
      -
      -		return 1;
      -	}
      -
      -	/**
      -	 *	Delete a language for this product
      -	 *
      -	 *  @param		string	$langtodelete		Language code to delete
      -	 *	@param		User	$user       Object user making delete
      -	 *
      -	 *	@return		int							<0 if KO, >0 if OK
      -	 */
      -	function delMultiLangs($langtodelete, $user)
      -	{
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_lang";
      -		$sql.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($langtodelete)."'";
      -
      -		dol_syslog(get_class($this).'::delMultiLangs', LOG_DEBUG);
      -		$result = $this->db->query($sql);
      -		if ($result)
      -		{
      -			// Call trigger
      -			$result = $this->call_trigger('PRODUCT_DEL_MULTILANGS',$user);
      -			if ($result < 0) {
      -				$this->error = $this->db->lasterror();
      -				dol_syslog(get_class($this).'::delMultiLangs error='.$this->error, LOG_ERR);
      -				return -1;
      -			}
      -			// End call triggers
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			dol_syslog(get_class($this).'::delMultiLangs error='.$this->error, LOG_ERR);
      -			return -1;
      -		}
      -	}
      -
      -	/*
      -	 * Sets an accountancy code for a product.
      -	 * Also calls PRODUCT_MODIFY trigger when modified
      -	 *
      -	 * @param string $type It can be 'buy', 'sell', 'sell_intra' or 'sell_export'
      -	 * @param string $value Accountancy code
      -	 * @return int <0 KO >0 OK
      -	 */
      -	public function setAccountancyCode($type, $value)
      -	{
      -		global $user, $langs, $conf;
      -
      -		$this->db->begin();
      -
      -		if ($type == 'buy') {
      -			$field = 'accountancy_code_buy';
      -		} elseif ($type == 'sell') {
      -			$field = 'accountancy_code_sell';
      -		} elseif ($type == 'sell_intra') {
      -			$field = 'accountancy_code_sell_intra';
      -		} elseif ($type == 'sell_export') {
      -			$field = 'accountancy_code_sell_export';
      -		} else {
      -			return -1;
      -		}
      -
      -		$sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element." SET ";
      -		$sql.= "$field = '".$this->db->escape($value)."'";
      -		$sql.= " WHERE rowid = ".$this->id;
      -
      -		dol_syslog(get_class($this)."::".__FUNCTION__." sql=".$sql, LOG_DEBUG);
      -		$resql = $this->db->query($sql);
      -
      -		if ($resql)
      -		{
      -			// Call triggers
      -			include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
      -			$interface=new Interfaces($this->db);
      -			$result=$interface->run_triggers('PRODUCT_MODIFY',$this,$user,$langs,$conf);
      -			if ($result < 0)
      -			{
      -				$this->errors=$interface->errors;
      -				$this->db->rollback();
      -				return -1;
      -			}
      -			// End call triggers
      -
      -			$this->$field = $value;
      -
      -			$this->db->commit();
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			$this->db->rollback();
      -			return -1;
      -		}
      -	}
      -
      -	/**
      -	 *	Load array this->multilangs
      -	 *
      -	 *	@return		int		<0 if KO, >0 if OK
      -	 */
      -	function getMultiLangs()
      -	{
      -		global $langs;
      -
      -		$current_lang = $langs->getDefaultLang();
      -
      -		$sql = "SELECT lang, label, description, note as other";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      -		$sql.= " WHERE fk_product=".$this->id;
      -
      -		$result = $this->db->query($sql);
      -		if ($result)
      -		{
      -			while ($obj = $this->db->fetch_object($result))
      -			{
      -				//print 'lang='.$obj->lang.' current='.$current_lang.'<br>';
      -				if ($obj->lang == $current_lang)  // si on a les traduct. dans la langue courante on les charge en infos principales.
      -				{
      -					$this->label		= $obj->label;
      -					$this->description	= $obj->description;
      -					$this->other	    = $obj->other;
      -				}
      -				$this->multilangs["$obj->lang"]["label"]		= $obj->label;
      -				$this->multilangs["$obj->lang"]["description"]	= $obj->description;
      -				$this->multilangs["$obj->lang"]["other"]		= $obj->other;
      -			}
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error="Error: ".$this->db->lasterror()." - ".$sql;
      -			return -1;
      -		}
      -	}
      -
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Insert a track that we changed a customer price
      -	 *
      -	 *	@param  	User	$user       User making change
      -	 *	@param		int		$level		price level to change
      -	 *	@return		int					<0 if KO, >0 if OK
      -	 */
      -	function _log_price($user,$level=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -
      -		$now=dol_now();
      -
      -		// Clean parameters
      -		if (empty($this->price_by_qty)) $this->price_by_qty=0;
      -
      -		// Add new price
      -		$sql = "INSERT INTO ".MAIN_DB_PREFIX."product_price(price_level,date_price, fk_product, fk_user_author, price, price_ttc, price_base_type,tosell, tva_tx, default_vat_code, recuperableonly,";
      -		$sql.= " localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, price_min,price_min_ttc,price_by_qty,entity,fk_price_expression) ";
      -		$sql.= " VALUES(".($level?$level:1).", '".$this->db->idate($now)."',".$this->id.",".$user->id.",".$this->price.",".$this->price_ttc.",'".$this->db->escape($this->price_base_type)."',".$this->status.",".$this->tva_tx.", ".($this->default_vat_code?("'".$this->db->escape($this->default_vat_code)."'"):"null").",".$this->tva_npr.",";
      -		$sql.= " ".$this->localtax1_tx.", ".$this->localtax2_tx.", '".$this->db->escape($this->localtax1_type)."', '".$this->db->escape($this->localtax2_type)."', ".$this->price_min.",".$this->price_min_ttc.",".$this->price_by_qty.",".$conf->entity.",".($this->fk_price_expression > 0?$this->fk_price_expression:'null');
      -		$sql.= ")";
      -
      -		dol_syslog(get_class($this)."::_log_price", LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if(! $resql)
      -		{
      -			$this->error=$this->db->lasterror();
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -		else
      -		{
      -			return 1;
      -		}
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Delete a price line
      -	 *
      -	 * 	@param		User	$user	Object user
      -	 * 	@param		int		$rowid	Line id to delete
      -	 * 	@return		int				<0 if KO, >0 if OK
      -	 */
      -	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);
      -
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_price";
      -		$sql.= " WHERE rowid=".$rowid;
      -		$resql=$this->db->query($sql);
      -		if ($resql)
      -		{
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			return -1;
      -		}
      -	}
      -
      -
      -    // 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.
      -	 *  This also set some properties on product like ->buyprice, ->fourn_pu, ...
      -	 *
      -	 *  @param     	int		$prodfournprice     Id du tarif = rowid table product_fournisseur_price
      -	 *  @param     	double	$qty                Quantity asked or -1 to get first entry found
      -	 *	@param		int		$product_id			Filter on a particular product id
      -	 * 	@param		string	$fourn_ref			Filter on a supplier price ref. 'none' to exclude ref in search.
      -	 *  @param      int     $fk_soc             If of supplier
      -	 *  @return    	int 						<-1 if KO, -1 if qty not enough, 0 if OK but nothing found, id_product if OK and found. May also initialize some properties like (->ref_supplier, buyprice, fourn_pu, vatrate_supplier...)
      -	 */
      -	function get_buyprice($prodfournprice, $qty, $product_id=0, $fourn_ref='', $fk_soc=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		$result = 0;
      -
      -		// We do a first seach with a select by searching with couple prodfournprice and qty only (later we will search on triplet qty/product_id/fourn_ref)
      -		$sql = "SELECT pfp.rowid, pfp.price as price, pfp.quantity as quantity, pfp.remise_percent,";
      -		$sql.= " pfp.fk_product, pfp.ref_fourn, pfp.desc_fourn, pfp.fk_soc, pfp.tva_tx, pfp.fk_supplier_price_expression";
      -		$sql.= " ,pfp.default_vat_code";
      -        $sql.= " ,pfp.multicurrency_price, pfp.multicurrency_unitprice, pfp.multicurrency_tx, pfp.fk_multicurrency, pfp.multicurrency_code";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp";
      -		$sql.= " WHERE pfp.rowid = ".$prodfournprice;
      -		if ($qty > 0) $sql.= " AND pfp.quantity <= ".$qty;
      -		$sql.= " ORDER BY pfp.quantity DESC";
      -
      -		dol_syslog(get_class($this)."::get_buyprice first search by prodfournprice/qty", LOG_DEBUG);
      -		$resql = $this->db->query($sql);
      -		if ($resql)
      -		{
      -			$obj = $this->db->fetch_object($resql);
      -			if ($obj && $obj->quantity > 0)		// If we found a supplier prices from the id of supplier price
      -			{
      -                if (!empty($conf->dynamicprices->enabled) && !empty($obj->fk_supplier_price_expression))
      +            // Delete all child tables
      +            if (! $error) {
      +                $elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price','product_lot');  // product_batch is done before
      +                foreach($elements as $table)
                       {
      -					require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
      +                    if (! $error) {
      +                        $sql = "DELETE FROM ".MAIN_DB_PREFIX.$table;
      +                        $sql.= " WHERE fk_product = ".$id;
      +
      +                        $result = $this->db->query($sql);
      +                        if (! $result) {
      +                            $error++;
      +                            $this->errors[] = $this->db->lasterror();
      +                        }
      +                    }
      +                }
      +            }
      +
      +            if (!$error) {
      +
      +                include_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
      +                include_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination2ValuePair.class.php';
      +
      +                //If it is a parent product, then we remove the association with child products
      +                $prodcomb = new ProductCombination($this->db);
      +
      +                if ($prodcomb->deleteByFkProductParent($user, $id) < 0) {
      +                    $error++;
      +                    $this->errors[] = 'Error deleting combinations';
      +                }
      +
      +                //We also check if it is a child product
      +                if (!$error && ($prodcomb->fetchByFkProductChild($id) > 0) && ($prodcomb->delete($user) < 0)) {
      +                    $error++;
      +                    $this->errors[] = 'Error deleting child combination';
      +                }
      +            }
      +
      +            // Delete from product_association
      +            if (!$error) {
      +                $sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      +                $sql.= " WHERE fk_product_pere = ".$id." OR fk_product_fils = ".$id;
      +
      +                $result = $this->db->query($sql);
      +                if (! $result) {
      +                    $error++;
      +                    $this->errors[] = $this->db->lasterror();
      +                }
      +            }
      +
      +            // Delete product
      +            if (! $error) {
      +                $sqlz = "DELETE FROM ".MAIN_DB_PREFIX."product";
      +                $sqlz.= " WHERE rowid = ".$id;
      +
      +                $resultz = $this->db->query($sqlz);
      +                if (! $resultz ) {
      +                    $error++;
      +                    $this->errors[] = $this->db->lasterror();
      +                }
      +            }
      +
      +            if (! $error) {
      +                // We remove directory
      +                $ref = dol_sanitizeFileName($this->ref);
      +                if ($conf->product->dir_output) {
      +                    $dir = $conf->product->dir_output . "/" . $ref;
      +                    if (file_exists($dir)) {
      +                        $res=@dol_delete_dir_recursive($dir);
      +                        if (! $res) {
      +                            $this->errors[] = 'ErrorFailToDeleteDir';
      +                            $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) {
      +                $this->db->commit();
      +                return 1;
      +            }
      +            else
      +            {
      +                foreach($this->errors as $errmsg)
      +                {
      +                    dol_syslog(get_class($this)."::delete ".$errmsg, LOG_ERR);
      +                    $this->error.=($this->error?', '.$errmsg:$errmsg);
      +                }
      +                $this->db->rollback();
      +                return -$error;
      +            }
      +        }
      +        else
      +        {
      +            $this->error = "ErrorRecordIsUsedCantDelete";
      +            return 0;
      +        }
      +    }
      +
      +    /**
      +     *    Update or add a translation for a product
      +     *
      +     * @param  User $user Object user making update
      +     * @return int        <0 if KO, >0 if OK
      +     */
      +    function setMultiLangs($user)
      +    {
      +        global $conf, $langs;
      +
      +        $langs_available = $langs->get_available_languages(DOL_DOCUMENT_ROOT, 0, 2);
      +        $current_lang = $langs->getDefaultLang();
      +
      +        foreach ($langs_available as $key => $value)
      +        {
      +            if ($key == $current_lang) {
      +                $sql = "SELECT rowid";
      +                $sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      +                $sql.= " WHERE fk_product=".$this->id;
      +                $sql.= " AND lang='".$key."'";
      +
      +                $result = $this->db->query($sql);
      +
      +                if ($this->db->num_rows($result)) // if there is already a description line for this language
      +                {
      +                    $sql2 = "UPDATE ".MAIN_DB_PREFIX."product_lang";
      +                    $sql2.= " SET ";
      +                    $sql2.= " label='".$this->db->escape($this->label)."',";
      +                    $sql2.= " description='".$this->db->escape($this->description)."'";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.= ", note='".$this->db->escape($this->other)."'";
      +                    }
      +                    $sql2.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($key)."'";
      +                }
      +                else
      +                {
      +                    $sql2 = "INSERT INTO ".MAIN_DB_PREFIX."product_lang (fk_product, lang, label, description";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.=", note";
      +                    }
      +                    $sql2.= ")";
      +                    $sql2.= " VALUES(".$this->id.",'".$this->db->escape($key)."','". $this->db->escape($this->label)."',";
      +                    $sql2.= " '".$this->db->escape($this->description)."'";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.= ", '".$this->db->escape($this->other)."'";
      +                    }
      +                    $sql2.= ")";
      +                }
      +                dol_syslog(get_class($this).'::setMultiLangs key = current_lang = '.$key);
      +                if (! $this->db->query($sql2)) {
      +                    $this->error=$this->db->lasterror();
      +                    return -1;
      +                }
      +            }
      +            else if (isset($this->multilangs[$key])) {
      +                $sql = "SELECT rowid";
      +                $sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      +                $sql.= " WHERE fk_product=".$this->id;
      +                $sql.= " AND lang='".$key."'";
      +
      +                $result = $this->db->query($sql);
      +
      +                if ($this->db->num_rows($result)) // if there is already a description line for this language
      +                {
      +                    $sql2 = "UPDATE ".MAIN_DB_PREFIX."product_lang";
      +                    $sql2.= " SET ";
      +                    $sql2.= " label='".$this->db->escape($this->multilangs["$key"]["label"])."',";
      +                    $sql2.= " description='".$this->db->escape($this->multilangs["$key"]["description"])."'";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.= ", note='".$this->db->escape($this->multilangs["$key"]["other"])."'";
      +                    }
      +                    $sql2.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($key)."'";
      +                }
      +                else
      +                {
      +                    $sql2 = "INSERT INTO ".MAIN_DB_PREFIX."product_lang (fk_product, lang, label, description";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.=", note";
      +                    }
      +                    $sql2.= ")";
      +                    $sql2.= " VALUES(".$this->id.",'".$this->db->escape($key)."','". $this->db->escape($this->multilangs["$key"]["label"])."',";
      +                    $sql2.= " '".$this->db->escape($this->multilangs["$key"]["description"])."'";
      +                    if (! empty($conf->global->PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION)) { $sql2.= ", '".$this->db->escape($this->multilangs["$key"]["other"])."'";
      +                    }
      +                    $sql2.= ")";
      +                }
      +
      +                // We do not save if main fields are empty
      +                if ($this->multilangs["$key"]["label"] || $this->multilangs["$key"]["description"]) {
      +                    if (! $this->db->query($sql2)) {
      +                        $this->error=$this->db->lasterror();
      +                        return -1;
      +                    }
      +                }
      +            }
      +            else
      +            {
      +                // language is not current language and we didn't provide a multilang description for this language
      +            }
      +        }
      +
      +        // Call trigger
      +        $result = $this->call_trigger('PRODUCT_SET_MULTILANGS', $user);
      +        if ($result < 0) {
      +            $this->error = $this->db->lasterror();
      +            return -1;
      +        }
      +        // End call triggers
      +
      +        return 1;
      +    }
      +
      +    /**
      +     *    Delete a language for this product
      +     *
      +     * @param string $langtodelete Language code to delete
      +     * @param User   $user         Object user making delete
      +     *
      +     * @return int                            <0 if KO, >0 if OK
      +     */
      +    function delMultiLangs($langtodelete, $user)
      +    {
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."product_lang";
      +        $sql.= " WHERE fk_product=".$this->id." AND lang='".$this->db->escape($langtodelete)."'";
      +
      +        dol_syslog(get_class($this).'::delMultiLangs', LOG_DEBUG);
      +        $result = $this->db->query($sql);
      +        if ($result) {
      +            // Call trigger
      +            $result = $this->call_trigger('PRODUCT_DEL_MULTILANGS', $user);
      +            if ($result < 0) {
      +                $this->error = $this->db->lasterror();
      +                dol_syslog(get_class($this).'::delMultiLangs error='.$this->error, LOG_ERR);
      +                return -1;
      +            }
      +            // End call triggers
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            dol_syslog(get_class($this).'::delMultiLangs error='.$this->error, LOG_ERR);
      +            return -1;
      +        }
      +    }
      +
      +    /*
      +    * Sets an accountancy code for a product.
      +    * Also calls PRODUCT_MODIFY trigger when modified
      +    *
      +    * @param string $type It can be 'buy', 'sell', 'sell_intra' or 'sell_export'
      +    * @param string $value Accountancy code
      +    * @return int <0 KO >0 OK
      +    */
      +    public function setAccountancyCode($type, $value)
      +    {
      +        global $user, $langs, $conf;
      +
      +        $this->db->begin();
      +
      +        if ($type == 'buy') {
      +            $field = 'accountancy_code_buy';
      +        } elseif ($type == 'sell') {
      +            $field = 'accountancy_code_sell';
      +        } elseif ($type == 'sell_intra') {
      +            $field = 'accountancy_code_sell_intra';
      +        } elseif ($type == 'sell_export') {
      +            $field = 'accountancy_code_sell_export';
      +        } else {
      +            return -1;
      +        }
      +
      +        $sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element." SET ";
      +        $sql.= "$field = '".$this->db->escape($value)."'";
      +        $sql.= " WHERE rowid = ".$this->id;
      +
      +        dol_syslog(get_class($this)."::".__FUNCTION__." sql=".$sql, LOG_DEBUG);
      +        $resql = $this->db->query($sql);
      +
      +        if ($resql) {
      +            // Call triggers
      +            include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
      +            $interface=new Interfaces($this->db);
      +            $result=$interface->run_triggers('PRODUCT_MODIFY', $this, $user, $langs, $conf);
      +            if ($result < 0) {
      +                $this->errors=$interface->errors;
      +                $this->db->rollback();
      +                return -1;
      +            }
      +            // End call triggers
      +
      +            $this->$field = $value;
      +
      +            $this->db->commit();
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            $this->db->rollback();
      +            return -1;
      +        }
      +    }
      +
      +    /**
      +     *    Load array this->multilangs
      +     *
      +     * @return int        <0 if KO, >0 if OK
      +     */
      +    function getMultiLangs()
      +    {
      +        global $langs;
      +
      +        $current_lang = $langs->getDefaultLang();
      +
      +        $sql = "SELECT lang, label, description, note as other";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_lang";
      +        $sql.= " WHERE fk_product=".$this->id;
      +
      +        $result = $this->db->query($sql);
      +        if ($result) {
      +            while ($obj = $this->db->fetch_object($result))
      +            {
      +                //print 'lang='.$obj->lang.' current='.$current_lang.'<br>';
      +                if ($obj->lang == $current_lang)  // si on a les traduct. dans la langue courante on les charge en infos principales.
      +                {
      +                    $this->label        = $obj->label;
      +                    $this->description    = $obj->description;
      +                    $this->other        = $obj->other;
      +                }
      +                $this->multilangs["$obj->lang"]["label"]        = $obj->label;
      +                $this->multilangs["$obj->lang"]["description"]    = $obj->description;
      +                $this->multilangs["$obj->lang"]["other"]        = $obj->other;
      +            }
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error="Error: ".$this->db->lasterror()." - ".$sql;
      +            return -1;
      +        }
      +    }
      +
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Insert a track that we changed a customer price
      +     *
      +     * @param  User $user  User making change
      +     * @param  int  $level price level to change
      +     * @return int                    <0 if KO, >0 if OK
      +     */
      +    function _log_price($user,$level=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +
      +        $now=dol_now();
      +
      +        // Clean parameters
      +        if (empty($this->price_by_qty)) { $this->price_by_qty=0;
      +        }
      +
      +        // Add new price
      +        $sql = "INSERT INTO ".MAIN_DB_PREFIX."product_price(price_level,date_price, fk_product, fk_user_author, price, price_ttc, price_base_type,tosell, tva_tx, default_vat_code, recuperableonly,";
      +        $sql.= " localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, price_min,price_min_ttc,price_by_qty,entity,fk_price_expression) ";
      +        $sql.= " VALUES(".($level?$level:1).", '".$this->db->idate($now)."',".$this->id.",".$user->id.",".$this->price.",".$this->price_ttc.",'".$this->db->escape($this->price_base_type)."',".$this->status.",".$this->tva_tx.", ".($this->default_vat_code?("'".$this->db->escape($this->default_vat_code)."'"):"null").",".$this->tva_npr.",";
      +        $sql.= " ".$this->localtax1_tx.", ".$this->localtax2_tx.", '".$this->db->escape($this->localtax1_type)."', '".$this->db->escape($this->localtax2_type)."', ".$this->price_min.",".$this->price_min_ttc.",".$this->price_by_qty.",".$conf->entity.",".($this->fk_price_expression > 0?$this->fk_price_expression:'null');
      +        $sql.= ")";
      +
      +        dol_syslog(get_class($this)."::_log_price", LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if(! $resql) {
      +            $this->error=$this->db->lasterror();
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +        else
      +        {
      +            return 1;
      +        }
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Delete a price line
      +     *
      +     * @param  User $user  Object user
      +     * @param  int  $rowid Line id to delete
      +     * @return int                <0 if KO, >0 if OK
      +     */
      +    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);
      +
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."product_price";
      +        $sql.= " WHERE rowid=".$rowid;
      +        $resql=$this->db->query($sql);
      +        if ($resql) {
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            return -1;
      +        }
      +    }
      +
      +
      +    // 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.
      +     *  This also set some properties on product like ->buyprice, ->fourn_pu, ...
      +     *
      +     * @param  int    $prodfournprice Id du tarif = rowid table product_fournisseur_price
      +     * @param  double $qty            Quantity asked or -1 to get first entry found
      +     * @param  int    $product_id     Filter on a particular product id
      +     * @param  string $fourn_ref      Filter on a supplier price ref. 'none' to exclude ref in search.
      +     * @param  int    $fk_soc         If of supplier
      +     * @return int                         <-1 if KO, -1 if qty not enough, 0 if OK but nothing found, id_product if OK and found. May also initialize some properties like (->ref_supplier, buyprice, fourn_pu, vatrate_supplier...)
      +     */
      +    function get_buyprice($prodfournprice, $qty, $product_id=0, $fourn_ref='', $fk_soc=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        $result = 0;
      +
      +        // We do a first seach with a select by searching with couple prodfournprice and qty only (later we will search on triplet qty/product_id/fourn_ref)
      +        $sql = "SELECT pfp.rowid, pfp.price as price, pfp.quantity as quantity, pfp.remise_percent,";
      +        $sql.= " pfp.fk_product, pfp.ref_fourn, pfp.desc_fourn, pfp.fk_soc, pfp.tva_tx, pfp.fk_supplier_price_expression";
      +        $sql.= " ,pfp.default_vat_code";
      +        $sql.= " ,pfp.multicurrency_price, pfp.multicurrency_unitprice, pfp.multicurrency_tx, pfp.fk_multicurrency, pfp.multicurrency_code";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp";
      +        $sql.= " WHERE pfp.rowid = ".$prodfournprice;
      +        if ($qty > 0) { $sql.= " AND pfp.quantity <= ".$qty;
      +        }
      +        $sql.= " ORDER BY pfp.quantity DESC";
      +
      +        dol_syslog(get_class($this)."::get_buyprice first search by prodfournprice/qty", LOG_DEBUG);
      +        $resql = $this->db->query($sql);
      +        if ($resql) {
      +            $obj = $this->db->fetch_object($resql);
      +            if ($obj && $obj->quantity > 0)        // If we found a supplier prices from the id of supplier price
      +            {
      +                if (!empty($conf->dynamicprices->enabled) && !empty($obj->fk_supplier_price_expression)) {
      +                    include_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
                           $prod_supplier = new ProductFournisseur($this->db);
                           $prod_supplier->product_fourn_price_id = $obj->rowid;
                           $prod_supplier->id = $obj->fk_product;
      @@ -1588,2183 +1573,2221 @@ class Product extends CommonObject
                           $priceparser = new PriceParser($this->db);
                           $price_result = $priceparser->parseProductSupplier($prod_supplier);
                           if ($price_result >= 0) {
      -                    	$obj->price = $price_result;
      +                        $obj->price = $price_result;
                           }
                       }
                       $this->product_fourn_price_id = $obj->rowid;
      -				$this->buyprice = $obj->price;                      // deprecated
      -				$this->fourn_pu = $obj->price / $obj->quantity;     // Unit price of product of supplier
      -				$this->fourn_price_base_type = 'HT';                // Price base type
      -				$this->fourn_socid = $obj->fk_soc;                  // Company that offer this price
      -				$this->ref_fourn = $obj->ref_fourn;                 // deprecated
      -				$this->ref_supplier = $obj->ref_fourn;              // Ref supplier
      -				$this->desc_supplier = $obj->desc_fourn;            // desc supplier
      -				$this->remise_percent = $obj->remise_percent;       // remise percent if present and not typed
      -				$this->vatrate_supplier = $obj->tva_tx;             // Vat ref supplier
      -				$this->default_vat_code = $obj->default_vat_code;   // Vat code supplier
      +                $this->buyprice = $obj->price;                      // deprecated
      +                $this->fourn_pu = $obj->price / $obj->quantity;     // Unit price of product of supplier
      +                $this->fourn_price_base_type = 'HT';                // Price base type
      +                $this->fourn_socid = $obj->fk_soc;                  // Company that offer this price
      +                $this->ref_fourn = $obj->ref_fourn;                 // deprecated
      +                $this->ref_supplier = $obj->ref_fourn;              // Ref supplier
      +                $this->desc_supplier = $obj->desc_fourn;            // desc supplier
      +                $this->remise_percent = $obj->remise_percent;       // remise percent if present and not typed
      +                $this->vatrate_supplier = $obj->tva_tx;             // Vat ref supplier
      +                $this->default_vat_code = $obj->default_vat_code;   // Vat code supplier
                       $this->fourn_multicurrency_price       = $obj->multicurrency_price;
                       $this->fourn_multicurrency_unitprice   = $obj->multicurrency_unitprice;
                       $this->fourn_multicurrency_tx          = $obj->multicurrency_tx;
                       $this->fourn_multicurrency_id          = $obj->fk_multicurrency;
                       $this->fourn_multicurrency_code        = $obj->multicurrency_code;
      -				$result=$obj->fk_product;
      -				return $result;
      -			}
      -			else // If not found
      -			{
      -				// We do a second search by doing a select again but searching with less reliable criteria: couple qty/id product, and if set fourn_ref or fk_soc.
      -				$sql = "SELECT pfp.rowid, pfp.price as price, pfp.quantity as quantity, pfp.fk_soc,";
      -				$sql.= " pfp.fk_product, pfp.ref_fourn as ref_supplier, pfp.desc_fourn as desc_supplier, pfp.tva_tx, pfp.fk_supplier_price_expression";
      -				$sql.= " ,pfp.default_vat_code";
      +                $result=$obj->fk_product;
      +                return $result;
      +            }
      +            else // If not found
      +            {
      +                // We do a second search by doing a select again but searching with less reliable criteria: couple qty/id product, and if set fourn_ref or fk_soc.
      +                $sql = "SELECT pfp.rowid, pfp.price as price, pfp.quantity as quantity, pfp.fk_soc,";
      +                $sql.= " pfp.fk_product, pfp.ref_fourn as ref_supplier, pfp.desc_fourn as desc_supplier, pfp.tva_tx, pfp.fk_supplier_price_expression";
      +                $sql.= " ,pfp.default_vat_code";
                       $sql.= " ,pfp.multicurrency_price, pfp.multicurrency_unitprice, pfp.multicurrency_tx, pfp.fk_multicurrency, pfp.multicurrency_code";
      -				$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp";
      -				$sql.= " WHERE pfp.fk_product = ".$product_id;
      -				if ($fourn_ref != 'none') $sql.= " AND pfp.ref_fourn = '".$fourn_ref."'";
      -				if ($fk_soc > 0) $sql.= " AND pfp.fk_soc = ".$fk_soc;
      -				if ($qty > 0) $sql.= " AND pfp.quantity <= ".$qty;
      -				$sql.= " ORDER BY pfp.quantity DESC";
      -				$sql.= " LIMIT 1";
      +                $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp";
      +                $sql.= " WHERE pfp.fk_product = ".$product_id;
      +                if ($fourn_ref != 'none') { $sql.= " AND pfp.ref_fourn = '".$fourn_ref."'";
      +                }
      +                if ($fk_soc > 0) { $sql.= " AND pfp.fk_soc = ".$fk_soc;
      +                }
      +                if ($qty > 0) { $sql.= " AND pfp.quantity <= ".$qty;
      +                }
      +                $sql.= " ORDER BY pfp.quantity DESC";
      +                $sql.= " LIMIT 1";
       
      -				dol_syslog(get_class($this)."::get_buyprice second search from qty/ref/product_id", LOG_DEBUG);
      -				$resql = $this->db->query($sql);
      -				if ($resql)
      -				{
      -					$obj = $this->db->fetch_object($resql);
      -					if ($obj && $obj->quantity > 0)		// If found
      -					{
      -		                if (!empty($conf->dynamicprices->enabled) && !empty($obj->fk_supplier_price_expression))
      -		                {
      -							require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
      -		                    $prod_supplier = new ProductFournisseur($this->db);
      -		                    $prod_supplier->product_fourn_price_id = $obj->rowid;
      -		                    $prod_supplier->id = $obj->fk_product;
      -		                    $prod_supplier->fourn_qty = $obj->quantity;
      -		                    $prod_supplier->fourn_tva_tx = $obj->tva_tx;
      -		                    $prod_supplier->fk_supplier_price_expression = $obj->fk_supplier_price_expression;
      -		                    $priceparser = new PriceParser($this->db);
      -		                    $price_result = $priceparser->parseProductSupplier($prod_supplier);
      -		                    if ($result >= 0) {
      -		                    	$obj->price = $price_result;
      -		                    }
      -		                }
      -		                $this->product_fourn_price_id = $obj->rowid;
      -						$this->buyprice = $obj->price;                      // deprecated
      -						$this->fourn_qty = $obj->quantity;					// min quantity for price for a virtual supplier
      -						$this->fourn_pu = $obj->price / $obj->quantity;     // Unit price of product for a virtual supplier
      -						$this->fourn_price_base_type = 'HT';                // Price base type for a virtual supplier
      -						$this->fourn_socid = $obj->fk_soc;                  // Company that offer this price
      -						$this->ref_fourn = $obj->ref_supplier;              // deprecated
      -						$this->ref_supplier = $obj->ref_supplier;           // Ref supplier
      -						$this->desc_supplier = $obj->desc_supplier;         // desc supplier
      -						$this->remise_percent = $obj->remise_percent;       // remise percent if present and not typed
      -						$this->vatrate_supplier = $obj->tva_tx;             // Vat ref supplier
      -						$this->default_vat_code = $obj->default_vat_code;   // Vat code supplier
      +                dol_syslog(get_class($this)."::get_buyprice second search from qty/ref/product_id", LOG_DEBUG);
      +                $resql = $this->db->query($sql);
      +                if ($resql) {
      +                    $obj = $this->db->fetch_object($resql);
      +                    if ($obj && $obj->quantity > 0)        // If found
      +                    {
      +                        if (!empty($conf->dynamicprices->enabled) && !empty($obj->fk_supplier_price_expression)) {
      +                            include_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
      +                            $prod_supplier = new ProductFournisseur($this->db);
      +                            $prod_supplier->product_fourn_price_id = $obj->rowid;
      +                            $prod_supplier->id = $obj->fk_product;
      +                            $prod_supplier->fourn_qty = $obj->quantity;
      +                            $prod_supplier->fourn_tva_tx = $obj->tva_tx;
      +                            $prod_supplier->fk_supplier_price_expression = $obj->fk_supplier_price_expression;
      +                            $priceparser = new PriceParser($this->db);
      +                            $price_result = $priceparser->parseProductSupplier($prod_supplier);
      +                            if ($result >= 0) {
      +                                $obj->price = $price_result;
      +                            }
      +                        }
      +                        $this->product_fourn_price_id = $obj->rowid;
      +                        $this->buyprice = $obj->price;                      // deprecated
      +                        $this->fourn_qty = $obj->quantity;                    // min quantity for price for a virtual supplier
      +                        $this->fourn_pu = $obj->price / $obj->quantity;     // Unit price of product for a virtual supplier
      +                        $this->fourn_price_base_type = 'HT';                // Price base type for a virtual supplier
      +                        $this->fourn_socid = $obj->fk_soc;                  // Company that offer this price
      +                        $this->ref_fourn = $obj->ref_supplier;              // deprecated
      +                        $this->ref_supplier = $obj->ref_supplier;           // Ref supplier
      +                        $this->desc_supplier = $obj->desc_supplier;         // desc supplier
      +                        $this->remise_percent = $obj->remise_percent;       // remise percent if present and not typed
      +                        $this->vatrate_supplier = $obj->tva_tx;             // Vat ref supplier
      +                        $this->default_vat_code = $obj->default_vat_code;   // Vat code supplier
                               $this->fourn_multicurrency_price       = $obj->multicurrency_price;
                               $this->fourn_multicurrency_unitprice   = $obj->multicurrency_unitprice;
                               $this->fourn_multicurrency_tx          = $obj->multicurrency_tx;
                               $this->fourn_multicurrency_id          = $obj->fk_multicurrency;
                               $this->fourn_multicurrency_code        = $obj->multicurrency_code;
      -						$result=$obj->fk_product;
      -						return $result;
      -					}
      -					else
      -					{
      -						return -1;	// Ce produit n'existe pas avec cet id tarif fournisseur ou existe mais qte insuffisante, ni pour le couple produit/ref fournisseur dans la quantité.
      -					}
      -				}
      -				else
      -				{
      -					$this->error=$this->db->lasterror();
      -					return -3;
      -				}
      -			}
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			return -2;
      -		}
      -	}
      +                        $result=$obj->fk_product;
      +                        return $result;
      +                    }
      +                    else
      +                    {
      +                        return -1;    // Ce produit n'existe pas avec cet id tarif fournisseur ou existe mais qte insuffisante, ni pour le couple produit/ref fournisseur dans la quantité.
      +                    }
      +                }
      +                else
      +                {
      +                    $this->error=$this->db->lasterror();
      +                    return -3;
      +                }
      +            }
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            return -2;
      +        }
      +    }
       
       
      -	/**
      -	 *	Modify customer price of a product/Service
      -	 *
      -	 *	@param  	double	$newprice		    New price
      -	 *	@param  	string	$newpricebase	    HT or TTC
      -	 *	@param  	User	$user        	    Object user that make change
      -	 *	@param  	double	$newvat			    New VAT Rate (For example 8.5. Should not be a string)
      -	 *  @param		double	$newminprice	    New price min
      -	 *  @param		int		$level			    0=standard, >0 = level if multilevel prices
      -	 *  @param     	int		$newnpr             0=Standard vat rate, 1=Special vat rate for French NPR VAT
      -	 *  @param     	int		$newpbq             1 if it has price by quantity
      -	 *  @param 		int 	$ignore_autogen     Used to avoid infinite loops
      -     *	@param      array	$localtaxes_array	Array with localtaxes info array('0'=>type1,'1'=>rate1,'2'=>type2,'3'=>rate2) (loaded by getLocalTaxesFromRate(vatrate, 0, ...) function).
      -     *  @param      string  $newdefaultvatcode  Default vat code
      -	 * 	@return		int						    <0 if KO, >0 if OK
      -	 */
      -	function updatePrice($newprice, $newpricebase, $user, $newvat='',$newminprice=0, $level=0, $newnpr=0, $newpbq=0, $ignore_autogen=0, $localtaxes_array=array(), $newdefaultvatcode='')
      -	{
      -		global $conf,$langs;
      +    /**
      +     *    Modify customer price of a product/Service
      +     *
      +     * @param  double $newprice          New price
      +     * @param  string $newpricebase      HT or TTC
      +     * @param  User   $user              Object user that make change
      +     * @param  double $newvat            New VAT Rate (For example 8.5. Should not be a string)
      +     * @param  double $newminprice       New price min
      +     * @param  int    $level             0=standard, >0 = level if multilevel prices
      +     * @param  int    $newnpr            0=Standard vat rate, 1=Special vat rate for French NPR VAT
      +     * @param  int    $newpbq            1 if it has price by quantity
      +     * @param  int    $ignore_autogen    Used to avoid infinite loops
      +     * @param  array  $localtaxes_array  Array with localtaxes info array('0'=>type1,'1'=>rate1,'2'=>type2,'3'=>rate2) (loaded by getLocalTaxesFromRate(vatrate, 0, ...) function).
      +     * @param  string $newdefaultvatcode Default vat code
      +     * @return int                            <0 if KO, >0 if OK
      +     */
      +    function updatePrice($newprice, $newpricebase, $user, $newvat='',$newminprice=0, $level=0, $newnpr=0, $newpbq=0, $ignore_autogen=0, $localtaxes_array=array(), $newdefaultvatcode='')
      +    {
      +        global $conf,$langs;
       
      -		$id=$this->id;
      +        $id=$this->id;
       
      -		dol_syslog(get_class($this)."::update_price id=".$id." newprice=".$newprice." newpricebase=".$newpricebase." newminprice=".$newminprice." level=".$level." npr=".$newnpr." newdefaultvatcode=".$newdefaultvatcode);
      +        dol_syslog(get_class($this)."::update_price id=".$id." newprice=".$newprice." newpricebase=".$newpricebase." newminprice=".$newminprice." level=".$level." npr=".$newnpr." newdefaultvatcode=".$newdefaultvatcode);
       
      -		// Clean parameters
      -		if (empty($this->tva_tx))  $this->tva_tx=0;
      -        if (empty($newnpr)) $newnpr=0;
      +        // Clean parameters
      +        if (empty($this->tva_tx)) {  $this->tva_tx=0;
      +        }
      +        if (empty($newnpr)) { $newnpr=0;
      +        }
       
      -		// Check parameters
      -		if ($newvat == '') $newvat=$this->tva_tx;
      +        // Check parameters
      +        if ($newvat == '') { $newvat=$this->tva_tx;
      +        }
       
      -		// If multiprices are enabled, then we check if the current product is subject to price autogeneration
      -		// Price will be modified ONLY when the first one is the one that is being modified
      -		if ((!empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) && !$ignore_autogen && $this->price_autogen && ($level == 1))
      -		{
      -			return $this->generateMultiprices($user, $newprice, $newpricebase, $newvat, $newnpr, $newpbq);
      -		}
      +        // If multiprices are enabled, then we check if the current product is subject to price autogeneration
      +        // Price will be modified ONLY when the first one is the one that is being modified
      +        if ((!empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) && !$ignore_autogen && $this->price_autogen && ($level == 1)) {
      +            return $this->generateMultiprices($user, $newprice, $newpricebase, $newvat, $newnpr, $newpbq);
      +        }
       
      -		if (! empty($newminprice) && ($newminprice > $newprice))
      -		{
      -			$this->error='ErrorPriceCantBeLowerThanMinPrice';
      -			return -1;
      -		}
      +        if (! empty($newminprice) && ($newminprice > $newprice)) {
      +            $this->error='ErrorPriceCantBeLowerThanMinPrice';
      +            return -1;
      +        }
       
      -		if ($newprice !== '' || $newprice === 0)
      -		{
      -			if ($newpricebase == 'TTC')
      -			{
      -				$price_ttc = price2num($newprice,'MU');
      -				$price = price2num($newprice) / (1 + ($newvat / 100));
      -				$price = price2num($price,'MU');
      +        if ($newprice !== '' || $newprice === 0) {
      +            if ($newpricebase == 'TTC') {
      +                $price_ttc = price2num($newprice, 'MU');
      +                $price = price2num($newprice) / (1 + ($newvat / 100));
      +                $price = price2num($price, 'MU');
       
      -				if ($newminprice != '' || $newminprice == 0)
      -				{
      -					$price_min_ttc = price2num($newminprice,'MU');
      -					$price_min = price2num($newminprice) / (1 + ($newvat / 100));
      -					$price_min = price2num($price_min,'MU');
      -				}
      -				else
      -				{
      -					$price_min=0;
      -					$price_min_ttc=0;
      -				}
      -			}
      -			else
      -			{
      -				$price = price2num($newprice,'MU');
      -				$price_ttc = ( $newnpr != 1 ) ? price2num($newprice) * (1 + ($newvat / 100)) : $price;
      -				$price_ttc = price2num($price_ttc,'MU');
      +                if ($newminprice != '' || $newminprice == 0) {
      +                    $price_min_ttc = price2num($newminprice, 'MU');
      +                    $price_min = price2num($newminprice) / (1 + ($newvat / 100));
      +                    $price_min = price2num($price_min, 'MU');
      +                }
      +                else
      +                {
      +                    $price_min=0;
      +                    $price_min_ttc=0;
      +                }
      +            }
      +            else
      +            {
      +                $price = price2num($newprice, 'MU');
      +                $price_ttc = ( $newnpr != 1 ) ? price2num($newprice) * (1 + ($newvat / 100)) : $price;
      +                $price_ttc = price2num($price_ttc, 'MU');
       
      -				if ( $newminprice !== '' || $newminprice === 0)
      -				{
      -					$price_min = price2num($newminprice,'MU');
      -					$price_min_ttc = price2num($newminprice) * (1 + ($newvat / 100));
      -					$price_min_ttc = price2num($price_min_ttc,'MU');
      -					//print 'X'.$newminprice.'-'.$price_min;
      -				}
      -				else
      -				{
      -					$price_min=0;
      -					$price_min_ttc=0;
      -				}
      -			}
      -			//print 'x'.$id.'-'.$newprice.'-'.$newpricebase.'-'.$price.'-'.$price_ttc.'-'.$price_min.'-'.$price_min_ttc;
      +                if ($newminprice !== '' || $newminprice === 0) {
      +                    $price_min = price2num($newminprice, 'MU');
      +                    $price_min_ttc = price2num($newminprice) * (1 + ($newvat / 100));
      +                    $price_min_ttc = price2num($price_min_ttc, 'MU');
      +                    //print 'X'.$newminprice.'-'.$price_min;
      +                }
      +                else
      +                {
      +                    $price_min=0;
      +                    $price_min_ttc=0;
      +                }
      +            }
      +            //print 'x'.$id.'-'.$newprice.'-'.$newpricebase.'-'.$price.'-'.$price_ttc.'-'.$price_min.'-'.$price_min_ttc;
       
      -			if (count($localtaxes_array) > 0)
      -			{
      -			    $localtaxtype1=$localtaxes_array['0'];
      -			    $localtax1=$localtaxes_array['1'];
      -			    $localtaxtype2=$localtaxes_array['2'];
      -			    $localtax2=$localtaxes_array['3'];
      -			}
      -			else     // old method. deprecated because ot can't retreive type
      -			{
      -	       		$localtaxtype1='0';
      -			    $localtax1=get_localtax($newvat,1);
      -	       		$localtaxtype2='0';
      -			    $localtax2=get_localtax($newvat,2);
      -			}
      -			if (empty($localtax1)) $localtax1=0;	// If = '' then = 0
      -			if (empty($localtax2)) $localtax2=0;	// If = '' then = 0
      +            if (count($localtaxes_array) > 0) {
      +                $localtaxtype1=$localtaxes_array['0'];
      +                $localtax1=$localtaxes_array['1'];
      +                $localtaxtype2=$localtaxes_array['2'];
      +                $localtax2=$localtaxes_array['3'];
      +            }
      +            else     // old method. deprecated because ot can't retreive type
      +            {
      +                $localtaxtype1='0';
      +                $localtax1=get_localtax($newvat, 1);
      +                $localtaxtype2='0';
      +                $localtax2=get_localtax($newvat, 2);
      +            }
      +            if (empty($localtax1)) { $localtax1=0;    // If = '' then = 0
      +            }
      +            if (empty($localtax2)) { $localtax2=0;    // If = '' then = 0
      +            }
       
      -			$this->db->begin();
      +            $this->db->begin();
       
      -			// Ne pas mettre de quote sur les numeriques decimaux.
      -			// Ceci provoque des stockages avec arrondis en base au lieu des valeurs exactes.
      -			$sql = "UPDATE ".MAIN_DB_PREFIX."product SET";
      -			$sql.= " price_base_type='".$newpricebase."',";
      -			$sql.= " price=".$price.",";
      -			$sql.= " price_ttc=".$price_ttc.",";
      -			$sql.= " price_min=".$price_min.",";
      -			$sql.= " price_min_ttc=".$price_min_ttc.",";
      -			$sql.= " localtax1_tx=".($localtax1>=0?$localtax1:'NULL').",";
      -			$sql.= " localtax2_tx=".($localtax2>=0?$localtax2:'NULL').",";
      -			$sql.= " localtax1_type=".($localtaxtype1!=''?"'".$localtaxtype1."'":"'0'").",";
      -			$sql.= " localtax2_type=".($localtaxtype2!=''?"'".$localtaxtype2."'":"'0'").",";
      +            // Ne pas mettre de quote sur les numeriques decimaux.
      +            // Ceci provoque des stockages avec arrondis en base au lieu des valeurs exactes.
      +            $sql = "UPDATE ".MAIN_DB_PREFIX."product SET";
      +            $sql.= " price_base_type='".$newpricebase."',";
      +            $sql.= " price=".$price.",";
      +            $sql.= " price_ttc=".$price_ttc.",";
      +            $sql.= " price_min=".$price_min.",";
      +            $sql.= " price_min_ttc=".$price_min_ttc.",";
      +            $sql.= " localtax1_tx=".($localtax1>=0?$localtax1:'NULL').",";
      +            $sql.= " localtax2_tx=".($localtax2>=0?$localtax2:'NULL').",";
      +            $sql.= " localtax1_type=".($localtaxtype1!=''?"'".$localtaxtype1."'":"'0'").",";
      +            $sql.= " localtax2_type=".($localtaxtype2!=''?"'".$localtaxtype2."'":"'0'").",";
                   $sql.= " default_vat_code=".($newdefaultvatcode?"'".$this->db->escape($newdefaultvatcode)."'":"null").",";
      -			$sql.= " tva_tx='".price2num($newvat)."',";
      +            $sql.= " tva_tx='".price2num($newvat)."',";
                   $sql.= " recuperableonly='".$newnpr."'";
      -			$sql.= " WHERE rowid = ".$id;
      +            $sql.= " WHERE rowid = ".$id;
       
      -			dol_syslog(get_class($this)."::update_price", LOG_DEBUG);
      -			$resql=$this->db->query($sql);
      -			if ($resql)
      -			{
      -				$this->multiprices[$level] = $price;
      -				$this->multiprices_ttc[$level] = $price_ttc;
      -				$this->multiprices_min[$level]= $price_min;
      -				$this->multiprices_min_ttc[$level]= $price_min_ttc;
      -				$this->multiprices_base_type[$level]= $newpricebase;
      -				$this->multiprices_default_vat_code[$level]= $newdefaultvatcode;
      -				$this->multiprices_tva_tx[$level]= $newvat;
      -				$this->multiprices_recuperableonly[$level]= $newnpr;
      +            dol_syslog(get_class($this)."::update_price", LOG_DEBUG);
      +            $resql=$this->db->query($sql);
      +            if ($resql) {
      +                $this->multiprices[$level] = $price;
      +                $this->multiprices_ttc[$level] = $price_ttc;
      +                $this->multiprices_min[$level]= $price_min;
      +                $this->multiprices_min_ttc[$level]= $price_min_ttc;
      +                $this->multiprices_base_type[$level]= $newpricebase;
      +                $this->multiprices_default_vat_code[$level]= $newdefaultvatcode;
      +                $this->multiprices_tva_tx[$level]= $newvat;
      +                $this->multiprices_recuperableonly[$level]= $newnpr;
       
      -				$this->price = $price;
      -				$this->price_ttc = $price_ttc;
      -				$this->price_min = $price_min;
      -				$this->price_min_ttc = $price_min_ttc;
      -				$this->price_base_type = $newpricebase;
      -				$this->default_vat_code = $newdefaultvatcode;
      -				$this->tva_tx = $newvat;
      -				$this->tva_npr = $newnpr;
      -				//Local taxes
      -				$this->localtax1_tx = $localtax1;
      -				$this->localtax2_tx = $localtax2;
      -				$this->localtax1_type = $localtaxtype1;
      -				$this->localtax2_type = $localtaxtype2;
      +                $this->price = $price;
      +                $this->price_ttc = $price_ttc;
      +                $this->price_min = $price_min;
      +                $this->price_min_ttc = $price_min_ttc;
      +                $this->price_base_type = $newpricebase;
      +                $this->default_vat_code = $newdefaultvatcode;
      +                $this->tva_tx = $newvat;
      +                $this->tva_npr = $newnpr;
      +                //Local taxes
      +                $this->localtax1_tx = $localtax1;
      +                $this->localtax2_tx = $localtax2;
      +                $this->localtax1_type = $localtaxtype1;
      +                $this->localtax2_type = $localtaxtype2;
       
      -				// Price by quantity
      -				$this->price_by_qty = $newpbq;
      +                // Price by quantity
      +                $this->price_by_qty = $newpbq;
       
      -				$this->_log_price($user,$level);	// Save price for level into table product_price
      +                $this->_log_price($user, $level);    // Save price for level into table product_price
       
      -				$this->level = $level;				// Store level of price edited for trigger
      +                $this->level = $level;                // Store level of price edited for trigger
       
                       // Call trigger
      -                $result=$this->call_trigger('PRODUCT_PRICE_MODIFY',$user);
      -                if ($result < 0)
      -                {
      -                	$this->db->rollback();
      -                	return -1;
      +                $result=$this->call_trigger('PRODUCT_PRICE_MODIFY', $user);
      +                if ($result < 0) {
      +                    $this->db->rollback();
      +                    return -1;
                       }
                       // End call triggers
       
                       $this->db->commit();
      -			}
      -			else
      -			{
      -				$this->db->rollback();
      -			    dol_print_error($this->db);
      -			}
      -		}
      +            }
      +            else
      +            {
      +                $this->db->rollback();
      +                dol_print_error($this->db);
      +            }
      +        }
       
      -		return 1;
      -	}
      +        return 1;
      +    }
       
           /**
            *  Sets the supplier price expression
            *
      -     *  @param  int     $expression_id	Expression
      -     *  @return int                 	<0 if KO, >0 if OK
      -	 * @deprecated Use Product::update instead
      +     * @param      int $expression_id Expression
      +     * @return     int                     <0 if KO, >0 if OK
      +     * @deprecated Use Product::update instead
            */
           function setPriceExpression($expression_id)
           {
      -		global $user;
      +        global $user;
       
      -		$this->fk_price_expression = $expression_id;
      +        $this->fk_price_expression = $expression_id;
       
      -		return $this->update($this->id, $user);
      +        return $this->update($this->id, $user);
           }
       
      -	/**
      -	 *  Load a product in memory from database
      -	 *
      -	 *  @param	int		$id      			Id of product/service to load
      -	 *  @param  string	$ref     			Ref of product/service to load
      -	 *  @param	string	$ref_ext			Ref ext of product/service to load
      -	 *  @param	string	$barcode			Barcode of product/service to load
      -     *  @param	int		$ignore_expression  Ignores the math expression for calculating price and uses the db value instead
      -	 *  @return int     					<0 if KO, 0 if not found, >0 if OK
      -	 */
      -	function fetch($id='', $ref='', $ref_ext='', $barcode='', $ignore_expression=0)
      -	{
      -	    include_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
      +    /**
      +     *  Load a product in memory from database
      +     *
      +     * @param  int    $id                Id of product/service to load
      +     * @param  string $ref               Ref of product/service to load
      +     * @param  string $ref_ext           Ref ext of product/service to load
      +     * @param  string $barcode           Barcode of product/service to load
      +     * @param  int    $ignore_expression Ignores the math expression for calculating price and uses the db value instead
      +     * @return int                         <0 if KO, 0 if not found, >0 if OK
      +     */
      +    function fetch($id='', $ref='', $ref_ext='', $barcode='', $ignore_expression=0)
      +    {
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
       
      -		global $langs, $conf;
      +        global $langs, $conf;
       
      -		dol_syslog(get_class($this)."::fetch id=".$id." ref=".$ref." ref_ext=".$ref_ext);
      +        dol_syslog(get_class($this)."::fetch id=".$id." ref=".$ref." ref_ext=".$ref_ext);
       
      -		// Check parameters
      -		if (! $id && ! $ref && ! $ref_ext && ! $barcode)		
      -		{
      -			$this->error='ErrorWrongParameters';
      -			dol_syslog(get_class($this)."::fetch ".$this->error);
      -			return -1;
      -		}
      +        // Check parameters
      +        if (! $id && ! $ref && ! $ref_ext && ! $barcode) {
      +            $this->error='ErrorWrongParameters';
      +            dol_syslog(get_class($this)."::fetch ".$this->error);
      +            return -1;
      +        }
       
      -		$sql = "SELECT rowid, ref, ref_ext, label, description, url, note as note_private, customcode, fk_country, price, price_ttc,";
      -		$sql.= " price_min, price_min_ttc, price_base_type, cost_price, default_vat_code, tva_tx, recuperableonly as tva_npr, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, tosell,";
      -		$sql.= " tobuy, fk_product_type, duration, fk_default_warehouse, seuil_stock_alerte, canvas, weight, weight_units,";
      -		$sql.= " length, length_units, width, width_units, height, height_units,";
      -		$sql.= " surface, surface_units, volume, volume_units, barcode, fk_barcode_type, finished,";
      -		$sql.= " accountancy_code_buy, accountancy_code_sell, accountancy_code_sell_intra, accountancy_code_sell_export, stock, pmp,";
      -		$sql.= " datec, tms, import_key, entity, desiredstock, tobatch, fk_unit,";
      -		$sql.= " fk_price_expression, price_autogen";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product";
      -		if ($id) $sql.= " WHERE rowid = ".$this->db->escape($id);
      -		else
      -		{
      -			$sql.= " WHERE entity IN (".getEntity($this->element).")";
      -			if ($ref) $sql.= " AND ref = '".$this->db->escape($ref)."'";
      -			else if ($ref_ext) $sql.= " AND ref_ext = '".$this->db->escape($ref_ext)."'";
      -			else if ($barcode) $sql.= " AND barcode = '".$this->db->escape($barcode)."'";	
      -		}
      +        $sql = "SELECT rowid, ref, ref_ext, label, description, url, note as note_private, customcode, fk_country, price, price_ttc,";
      +        $sql.= " price_min, price_min_ttc, price_base_type, cost_price, default_vat_code, tva_tx, recuperableonly as tva_npr, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, tosell,";
      +        $sql.= " tobuy, fk_product_type, duration, fk_default_warehouse, seuil_stock_alerte, canvas, weight, weight_units,";
      +        $sql.= " length, length_units, width, width_units, height, height_units,";
      +        $sql.= " surface, surface_units, volume, volume_units, barcode, fk_barcode_type, finished,";
      +        $sql.= " accountancy_code_buy, accountancy_code_sell, accountancy_code_sell_intra, accountancy_code_sell_export, stock, pmp,";
      +        $sql.= " datec, tms, import_key, entity, desiredstock, tobatch, fk_unit,";
      +        $sql.= " fk_price_expression, price_autogen";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product";
      +        if ($id) { $sql.= " WHERE rowid = ".$this->db->escape($id);
      +        } else
      +        {
      +            $sql.= " WHERE entity IN (".getEntity($this->element).")";
      +            if ($ref) { $sql.= " AND ref = '".$this->db->escape($ref)."'";
      +            } else if ($ref_ext) { $sql.= " AND ref_ext = '".$this->db->escape($ref_ext)."'";
      +            } else if ($barcode) { $sql.= " AND barcode = '".$this->db->escape($barcode)."'";
      +            }
      +        }
       
      -		$resql = $this->db->query($sql);
      -		if ( $resql )
      -		{
      -			if ($this->db->num_rows($resql) > 0)
      -			{
      -				$obj = $this->db->fetch_object($resql);
      +        $resql = $this->db->query($sql);
      +        if ($resql ) {
      +            if ($this->db->num_rows($resql) > 0) {
      +                $obj = $this->db->fetch_object($resql);
       
      -				$this->id							= $obj->rowid;
      -				$this->ref							= $obj->ref;
      -				$this->ref_ext						= $obj->ref_ext;
      -				$this->label						= $obj->label;
      -				$this->description					= $obj->description;
      -				$this->url							= $obj->url;
      -				$this->note_private					= $obj->note_private;
      -				$this->note							= $obj->note_private;  // deprecated
      +                $this->id                            = $obj->rowid;
      +                $this->ref                            = $obj->ref;
      +                $this->ref_ext                        = $obj->ref_ext;
      +                $this->label                        = $obj->label;
      +                $this->description                    = $obj->description;
      +                $this->url                            = $obj->url;
      +                $this->note_private                    = $obj->note_private;
      +                $this->note                            = $obj->note_private;  // deprecated
       
      -				$this->type							= $obj->fk_product_type;
      -				$this->status						= $obj->tosell;
      -				$this->status_buy					= $obj->tobuy;
      -				$this->status_batch					= $obj->tobatch;
      +                $this->type                            = $obj->fk_product_type;
      +                $this->status                        = $obj->tosell;
      +                $this->status_buy                    = $obj->tobuy;
      +                $this->status_batch                    = $obj->tobatch;
       
      -				$this->customcode					= $obj->customcode;
      -				$this->country_id					= $obj->fk_country;
      -				$this->country_code					= getCountry($this->country_id,2,$this->db);
      -				$this->price						= $obj->price;
      -				$this->price_ttc					= $obj->price_ttc;
      -				$this->price_min					= $obj->price_min;
      -				$this->price_min_ttc				= $obj->price_min_ttc;
      -				$this->price_base_type				= $obj->price_base_type;
      -				$this->cost_price					= $obj->cost_price;
      -				$this->default_vat_code				= $obj->default_vat_code;
      -				$this->tva_tx						= $obj->tva_tx;
      -				//! French VAT NPR
      -				$this->tva_npr						= $obj->tva_npr;
      -				$this->recuperableonly				= $obj->tva_npr;       // For backward compatibility
      -				//! Local taxes
      -				$this->localtax1_tx					= $obj->localtax1_tx;
      -				$this->localtax2_tx					= $obj->localtax2_tx;
      -				$this->localtax1_type				= $obj->localtax1_type;
      -				$this->localtax2_type				= $obj->localtax2_type;
      +                $this->customcode                    = $obj->customcode;
      +                $this->country_id                    = $obj->fk_country;
      +                $this->country_code                    = getCountry($this->country_id, 2, $this->db);
      +                $this->price                        = $obj->price;
      +                $this->price_ttc                    = $obj->price_ttc;
      +                $this->price_min                    = $obj->price_min;
      +                $this->price_min_ttc                = $obj->price_min_ttc;
      +                $this->price_base_type                = $obj->price_base_type;
      +                $this->cost_price                    = $obj->cost_price;
      +                $this->default_vat_code                = $obj->default_vat_code;
      +                $this->tva_tx                        = $obj->tva_tx;
      +                //! French VAT NPR
      +                $this->tva_npr                        = $obj->tva_npr;
      +                $this->recuperableonly                = $obj->tva_npr;       // For backward compatibility
      +                //! Local taxes
      +                $this->localtax1_tx                    = $obj->localtax1_tx;
      +                $this->localtax2_tx                    = $obj->localtax2_tx;
      +                $this->localtax1_type                = $obj->localtax1_type;
      +                $this->localtax2_type                = $obj->localtax2_type;
       
      -				$this->finished						= $obj->finished;
      -				$this->duration						= $obj->duration;
      -				$this->duration_value				= substr($obj->duration,0,dol_strlen($obj->duration)-1);
      -				$this->duration_unit				= substr($obj->duration,-1);
      -				$this->canvas						= $obj->canvas;
      -				$this->weight						= $obj->weight;
      -				$this->weight_units					= $obj->weight_units;
      -				$this->length						= $obj->length;
      -				$this->length_units					= $obj->length_units;
      -				$this->width						= $obj->width;
      -				$this->width_units					= $obj->width_units;
      -				$this->height						= $obj->height;
      -				$this->height_units					= $obj->height_units;
      +                $this->finished                        = $obj->finished;
      +                $this->duration                        = $obj->duration;
      +                $this->duration_value                = substr($obj->duration, 0, dol_strlen($obj->duration)-1);
      +                $this->duration_unit                = substr($obj->duration, -1);
      +                $this->canvas                        = $obj->canvas;
      +                $this->weight                        = $obj->weight;
      +                $this->weight_units                    = $obj->weight_units;
      +                $this->length                        = $obj->length;
      +                $this->length_units                    = $obj->length_units;
      +                $this->width                        = $obj->width;
      +                $this->width_units                    = $obj->width_units;
      +                $this->height                        = $obj->height;
      +                $this->height_units                    = $obj->height_units;
       
      -				$this->surface						= $obj->surface;
      -				$this->surface_units				= $obj->surface_units;
      -				$this->volume						= $obj->volume;
      -				$this->volume_units					= $obj->volume_units;
      -				$this->barcode						= $obj->barcode;
      -				$this->barcode_type					= $obj->fk_barcode_type;
      +                $this->surface                        = $obj->surface;
      +                $this->surface_units                = $obj->surface_units;
      +                $this->volume                        = $obj->volume;
      +                $this->volume_units                    = $obj->volume_units;
      +                $this->barcode                        = $obj->barcode;
      +                $this->barcode_type                    = $obj->fk_barcode_type;
       
      -				$this->accountancy_code_buy			= $obj->accountancy_code_buy;
      -				$this->accountancy_code_sell		= $obj->accountancy_code_sell;
      -				$this->accountancy_code_sell_intra	= $obj->accountancy_code_sell_intra;
      -				$this->accountancy_code_sell_export	= $obj->accountancy_code_sell_export;
      +                $this->accountancy_code_buy            = $obj->accountancy_code_buy;
      +                $this->accountancy_code_sell        = $obj->accountancy_code_sell;
      +                $this->accountancy_code_sell_intra    = $obj->accountancy_code_sell_intra;
      +                $this->accountancy_code_sell_export    = $obj->accountancy_code_sell_export;
       
      -				$this->fk_default_warehouse			= $obj->fk_default_warehouse;
      -				$this->seuil_stock_alerte			= $obj->seuil_stock_alerte;
      -				$this->desiredstock					= $obj->desiredstock;
      -				$this->stock_reel					= $obj->stock;
      -				$this->pmp							= $obj->pmp;
      +                $this->fk_default_warehouse            = $obj->fk_default_warehouse;
      +                $this->seuil_stock_alerte            = $obj->seuil_stock_alerte;
      +                $this->desiredstock                    = $obj->desiredstock;
      +                $this->stock_reel                    = $obj->stock;
      +                $this->pmp                            = $obj->pmp;
       
      -				$this->date_creation				= $obj->datec;
      -				$this->date_modification			= $obj->tms;
      -				$this->import_key					= $obj->import_key;
      -				$this->entity						= $obj->entity;
      +                $this->date_creation                = $obj->datec;
      +                $this->date_modification            = $obj->tms;
      +                $this->import_key                    = $obj->import_key;
      +                $this->entity                        = $obj->entity;
       
      -				$this->ref_ext						= $obj->ref_ext;
      -				$this->fk_price_expression			= $obj->fk_price_expression;
      -				$this->fk_unit						= $obj->fk_unit;
      -				$this->price_autogen				= $obj->price_autogen;
      +                $this->ref_ext                        = $obj->ref_ext;
      +                $this->fk_price_expression            = $obj->fk_price_expression;
      +                $this->fk_unit                        = $obj->fk_unit;
      +                $this->price_autogen                = $obj->price_autogen;
       
      -				$this->db->free($resql);
      +                $this->db->free($resql);
       
      -				// Retreive all extrafield
      -				// fetch optionals attributes and labels
      -				$this->fetch_optionals();
      +                // Retreive all extrafield
      +                // fetch optionals attributes and labels
      +                $this->fetch_optionals();
       
      -				// multilangs
      -				if (! empty($conf->global->MAIN_MULTILANGS)) $this->getMultiLangs();
      +                // multilangs
      +                if (! empty($conf->global->MAIN_MULTILANGS)) { $this->getMultiLangs();
      +                }
       
      -				// Load multiprices array
      -				if (! empty($conf->global->PRODUIT_MULTIPRICES))				// prices per segment
      -				{
      -					for ($i=1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++)
      -					{
      -						$sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      -						$sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid, recuperableonly";
      -						$sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      -						$sql.= " WHERE entity IN (".getEntity('productprice').")";
      -						$sql.= " AND price_level=".$i;
      -						$sql.= " AND fk_product = ".$this->id;
      -						$sql.= " ORDER BY date_price DESC, rowid DESC";
      -						$sql.= " LIMIT 1";
      -						$resql = $this->db->query($sql);
      -						if ($resql)
      -						{
      -							$result = $this->db->fetch_array($resql);
      -
      -							$this->multiprices[$i]=$result["price"];
      -							$this->multiprices_ttc[$i]=$result["price_ttc"];
      -							$this->multiprices_min[$i]=$result["price_min"];
      -							$this->multiprices_min_ttc[$i]=$result["price_min_ttc"];
      -							$this->multiprices_base_type[$i]=$result["price_base_type"];
      -							// Next two fields are used only if PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL is on
      -							$this->multiprices_tva_tx[$i]=$result["tva_tx"];     // TODO Add ' ('.$result['default_vat_code'].')'
      -							$this->multiprices_recuperableonly[$i]=$result["recuperableonly"];
      -
      -							// Price by quantity
      -							/*
      -							$this->prices_by_qty[$i]=$result["price_by_qty"];
      -							$this->prices_by_qty_id[$i]=$result["rowid"];
      -							// Récuperation de la liste des prix selon qty si flag positionné
      -							if ($this->prices_by_qty[$i] == 1)
      -							{
      -								$sql = "SELECT rowid, price, unitprice, quantity, remise_percent, remise, price_base_type";
      -								$sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      -								$sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[$i];
      -								$sql.= " ORDER BY quantity ASC";
      -								$resultat=array();
      -								$resql = $this->db->query($sql);
      -								if ($resql)
      -								{
      -									$ii=0;
      -									while ($result= $this->db->fetch_array($resql)) {
      -										$resultat[$ii]=array();
      -										$resultat[$ii]["rowid"]=$result["rowid"];
      -										$resultat[$ii]["price"]= $result["price"];
      -										$resultat[$ii]["unitprice"]= $result["unitprice"];
      -										$resultat[$ii]["quantity"]= $result["quantity"];
      -										$resultat[$ii]["remise_percent"]= $result["remise_percent"];
      -										$resultat[$ii]["remise"]= $result["remise"];					// deprecated
      -										$resultat[$ii]["price_base_type"]= $result["price_base_type"];
      -										$ii++;
      -									}
      -									$this->prices_by_qty_list[$i]=$resultat;
      -								}
      -								else
      -								{
      -									dol_print_error($this->db);
      -									return -1;
      -								}
      -							}*/
      -						}
      -						else
      -						{
      -							dol_print_error($this->db);
      -							return -1;
      -						}
      -					}
      -				}
      -				elseif (! empty($conf->global->PRODUIT_CUSTOMER_PRICES))			// prices per customers
      -				{
      -					// Nothing loaded by default. List may be very long.
      -				}
      -				else if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY))	// prices per quantity
      -				{
      -					$sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      -					$sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid";
      -					$sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      -					$sql.= " WHERE fk_product = ".$this->id;
      -					$sql.= " ORDER BY date_price DESC, rowid DESC";
      -					$sql.= " LIMIT 1";
      -					$resql = $this->db->query($sql);
      -					if ($resql)
      -					{
      -						$result = $this->db->fetch_array($resql);
      -
      -						// Price by quantity
      -						$this->prices_by_qty[0]=$result["price_by_qty"];
      -						$this->prices_by_qty_id[0]=$result["rowid"];
      -						// Récuperation de la liste des prix selon qty si flag positionné
      -						if ($this->prices_by_qty[0] == 1)
      -						{
      -							$sql = "SELECT rowid,price, unitprice, quantity, remise_percent, remise, remise, price_base_type";
      -							$sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      -							$sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[0];
      -							$sql.= " ORDER BY quantity ASC";
      -							$resultat=array();
      -							$resql = $this->db->query($sql);
      -							if ($resql)
      -							{
      -								$ii=0;
      -								while ($result= $this->db->fetch_array($resql)) {
      -									$resultat[$ii]=array();
      -									$resultat[$ii]["rowid"]=$result["rowid"];
      -									$resultat[$ii]["price"]= $result["price"];
      -									$resultat[$ii]["unitprice"]= $result["unitprice"];
      -									$resultat[$ii]["quantity"]= $result["quantity"];
      -									$resultat[$ii]["remise_percent"]= $result["remise_percent"];
      -									//$resultat[$ii]["remise"]= $result["remise"];					// deprecated
      -									$resultat[$ii]["price_base_type"]= $result["price_base_type"];
      -									$ii++;
      -								}
      -								$this->prices_by_qty_list[0]=$resultat;
      -							}
      -							else
      -							{
      -								dol_print_error($this->db);
      -								return -1;
      -							}
      -						}
      -					}
      -					else
      -					{
      -						dol_print_error($this->db);
      -						return -1;
      -					}
      -				}
      -				else if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES))	// prices per customer and quantity
      -				{
      -					for ($i=1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++)
      -					{
      -						$sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      -						$sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid, recuperableonly";
      -						$sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      -						$sql.= " WHERE entity IN (".getEntity('productprice').")";
      -						$sql.= " AND price_level=".$i;
      -						$sql.= " AND fk_product = ".$this->id;
      -						$sql.= " ORDER BY date_price DESC, rowid DESC";
      -						$sql.= " LIMIT 1";
      -						$resql = $this->db->query($sql);
      -						if ($resql)
      -						{
      -							$result = $this->db->fetch_array($resql);
      -
      -							$this->multiprices[$i]=$result["price"];
      -							$this->multiprices_ttc[$i]=$result["price_ttc"];
      -							$this->multiprices_min[$i]=$result["price_min"];
      -							$this->multiprices_min_ttc[$i]=$result["price_min_ttc"];
      -							$this->multiprices_base_type[$i]=$result["price_base_type"];
      -							// Next two fields are used only if PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL is on
      -							$this->multiprices_tva_tx[$i]=$result["tva_tx"];     // TODO Add ' ('.$result['default_vat_code'].')'
      -							$this->multiprices_recuperableonly[$i]=$result["recuperableonly"];
      -
      -							// Price by quantity
      -							$this->prices_by_qty[$i]=$result["price_by_qty"];
      -							$this->prices_by_qty_id[$i]=$result["rowid"];
      -							// Récuperation de la liste des prix selon qty si flag positionné
      -							if ($this->prices_by_qty[$i] == 1)
      -							{
      -								$sql = "SELECT rowid, price, unitprice, quantity, remise_percent, remise, price_base_type";
      -								$sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      -								$sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[$i];
      -								$sql.= " ORDER BY quantity ASC";
      -								$resultat=array();
      -								$resql = $this->db->query($sql);
      -								if ($resql)
      -								{
      -									$ii=0;
      -									while ($result= $this->db->fetch_array($resql)) {
      -										$resultat[$ii]=array();
      -										$resultat[$ii]["rowid"]=$result["rowid"];
      -										$resultat[$ii]["price"]= $result["price"];
      -										$resultat[$ii]["unitprice"]= $result["unitprice"];
      -										$resultat[$ii]["quantity"]= $result["quantity"];
      -										$resultat[$ii]["remise_percent"]= $result["remise_percent"];
      -										$resultat[$ii]["remise"]= $result["remise"];					// deprecated
      -										$resultat[$ii]["price_base_type"]= $result["price_base_type"];
      -										$ii++;
      -									}
      -									$this->prices_by_qty_list[$i]=$resultat;
      -								}
      -								else
      -								{
      -									dol_print_error($this->db);
      -									return -1;
      -								}
      -							}
      -						}
      -						else
      -						{
      -							dol_print_error($this->db);
      -							return -1;
      -						}
      -					}
      -				}
      -
      -                if (!empty($conf->dynamicprices->enabled) && !empty($this->fk_price_expression) && empty($ignore_expression))
      +                // Load multiprices array
      +                if (! empty($conf->global->PRODUIT_MULTIPRICES))                // prices per segment
                       {
      -					require_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
      -                	$priceparser = new PriceParser($this->db);
      -                    $price_result = $priceparser->parseProduct($this);
      -                    if ($price_result >= 0)
      +                    for ($i=1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++)
                           {
      -                        $this->price = $price_result;
      -                        // Calculate the VAT
      -						$this->price_ttc = price2num($this->price) * (1 + ($this->tva_tx / 100));
      -						$this->price_ttc = price2num($this->price_ttc,'MU');
      +                        $sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      +                        $sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid, recuperableonly";
      +                        $sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      +                        $sql.= " WHERE entity IN (".getEntity('productprice').")";
      +                        $sql.= " AND price_level=".$i;
      +                        $sql.= " AND fk_product = ".$this->id;
      +                        $sql.= " ORDER BY date_price DESC, rowid DESC";
      +                        $sql.= " LIMIT 1";
      +                        $resql = $this->db->query($sql);
      +                        if ($resql) {
      +                            $result = $this->db->fetch_array($resql);
      +
      +                            $this->multiprices[$i]=$result["price"];
      +                            $this->multiprices_ttc[$i]=$result["price_ttc"];
      +                            $this->multiprices_min[$i]=$result["price_min"];
      +                            $this->multiprices_min_ttc[$i]=$result["price_min_ttc"];
      +                            $this->multiprices_base_type[$i]=$result["price_base_type"];
      +                            // Next two fields are used only if PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL is on
      +                            $this->multiprices_tva_tx[$i]=$result["tva_tx"];     // TODO Add ' ('.$result['default_vat_code'].')'
      +                            $this->multiprices_recuperableonly[$i]=$result["recuperableonly"];
      +
      +                            // Price by quantity
      +                            /*
      +                            $this->prices_by_qty[$i]=$result["price_by_qty"];
      +                            $this->prices_by_qty_id[$i]=$result["rowid"];
      +                            // Récuperation de la liste des prix selon qty si flag positionné
      +                            if ($this->prices_by_qty[$i] == 1)
      +                            {
      +                            $sql = "SELECT rowid, price, unitprice, quantity, remise_percent, remise, price_base_type";
      +                            $sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      +                            $sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[$i];
      +                            $sql.= " ORDER BY quantity ASC";
      +                            $resultat=array();
      +                            $resql = $this->db->query($sql);
      +                            if ($resql)
      +                            {
      +                            $ii=0;
      +                            while ($result= $this->db->fetch_array($resql)) {
      +                            $resultat[$ii]=array();
      +                            $resultat[$ii]["rowid"]=$result["rowid"];
      +                            $resultat[$ii]["price"]= $result["price"];
      +                            $resultat[$ii]["unitprice"]= $result["unitprice"];
      +                            $resultat[$ii]["quantity"]= $result["quantity"];
      +                            $resultat[$ii]["remise_percent"]= $result["remise_percent"];
      +                            $resultat[$ii]["remise"]= $result["remise"];                    // deprecated
      +                            $resultat[$ii]["price_base_type"]= $result["price_base_type"];
      +                            $ii++;
      +                            }
      +                            $this->prices_by_qty_list[$i]=$resultat;
      +                            }
      +                            else
      +                            {
      +                            dol_print_error($this->db);
      +                            return -1;
      +                            }
      +                            }*/
      +                        }
      +                        else
      +                        {
      +                            dol_print_error($this->db);
      +                            return -1;
      +                        }
      +                    }
      +                }
      +                elseif (! empty($conf->global->PRODUIT_CUSTOMER_PRICES))            // prices per customers
      +                {
      +                    // Nothing loaded by default. List may be very long.
      +                }
      +                else if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY))    // prices per quantity
      +                {
      +                    $sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      +                    $sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid";
      +                    $sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      +                    $sql.= " WHERE fk_product = ".$this->id;
      +                    $sql.= " ORDER BY date_price DESC, rowid DESC";
      +                    $sql.= " LIMIT 1";
      +                    $resql = $this->db->query($sql);
      +                    if ($resql) {
      +                        $result = $this->db->fetch_array($resql);
      +
      +                        // Price by quantity
      +                        $this->prices_by_qty[0]=$result["price_by_qty"];
      +                        $this->prices_by_qty_id[0]=$result["rowid"];
      +                        // Récuperation de la liste des prix selon qty si flag positionné
      +                        if ($this->prices_by_qty[0] == 1) {
      +                            $sql = "SELECT rowid,price, unitprice, quantity, remise_percent, remise, remise, price_base_type";
      +                            $sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      +                            $sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[0];
      +                            $sql.= " ORDER BY quantity ASC";
      +                            $resultat=array();
      +                            $resql = $this->db->query($sql);
      +                            if ($resql) {
      +                                      $ii=0;
      +                                while ($result= $this->db->fetch_array($resql)) {
      +                                    $resultat[$ii]=array();
      +                                    $resultat[$ii]["rowid"]=$result["rowid"];
      +                                    $resultat[$ii]["price"]= $result["price"];
      +                                    $resultat[$ii]["unitprice"]= $result["unitprice"];
      +                                    $resultat[$ii]["quantity"]= $result["quantity"];
      +                                    $resultat[$ii]["remise_percent"]= $result["remise_percent"];
      +                                    //$resultat[$ii]["remise"]= $result["remise"];                    // deprecated
      +                                    $resultat[$ii]["price_base_type"]= $result["price_base_type"];
      +                                    $ii++;
      +                                }
      +                                    $this->prices_by_qty_list[0]=$resultat;
      +                            }
      +                            else
      +                            {
      +                                    dol_print_error($this->db);
      +                                    return -1;
      +                            }
      +                        }
      +                    }
      +                    else
      +                    {
      +                        dol_print_error($this->db);
      +                        return -1;
      +                    }
      +                }
      +                else if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES))    // prices per customer and quantity
      +                {
      +                    for ($i=1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++)
      +                    {
      +                        $sql = "SELECT price, price_ttc, price_min, price_min_ttc,";
      +                        $sql.= " price_base_type, tva_tx, default_vat_code, tosell, price_by_qty, rowid, recuperableonly";
      +                        $sql.= " FROM ".MAIN_DB_PREFIX."product_price";
      +                        $sql.= " WHERE entity IN (".getEntity('productprice').")";
      +                        $sql.= " AND price_level=".$i;
      +                        $sql.= " AND fk_product = ".$this->id;
      +                        $sql.= " ORDER BY date_price DESC, rowid DESC";
      +                        $sql.= " LIMIT 1";
      +                        $resql = $this->db->query($sql);
      +                        if ($resql) {
      +                            $result = $this->db->fetch_array($resql);
      +
      +                            $this->multiprices[$i]=$result["price"];
      +                            $this->multiprices_ttc[$i]=$result["price_ttc"];
      +                            $this->multiprices_min[$i]=$result["price_min"];
      +                            $this->multiprices_min_ttc[$i]=$result["price_min_ttc"];
      +                            $this->multiprices_base_type[$i]=$result["price_base_type"];
      +                            // Next two fields are used only if PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL is on
      +                            $this->multiprices_tva_tx[$i]=$result["tva_tx"];     // TODO Add ' ('.$result['default_vat_code'].')'
      +                            $this->multiprices_recuperableonly[$i]=$result["recuperableonly"];
      +
      +                            // Price by quantity
      +                            $this->prices_by_qty[$i]=$result["price_by_qty"];
      +                            $this->prices_by_qty_id[$i]=$result["rowid"];
      +                            // Récuperation de la liste des prix selon qty si flag positionné
      +                            if ($this->prices_by_qty[$i] == 1) {
      +                                         $sql = "SELECT rowid, price, unitprice, quantity, remise_percent, remise, price_base_type";
      +                                         $sql.= " FROM ".MAIN_DB_PREFIX."product_price_by_qty";
      +                                         $sql.= " WHERE fk_product_price = ".$this->prices_by_qty_id[$i];
      +                                         $sql.= " ORDER BY quantity ASC";
      +                                         $resultat=array();
      +                                         $resql = $this->db->query($sql);
      +                                if ($resql) {
      +                                    $ii=0;
      +                                    while ($result= $this->db->fetch_array($resql)) {
      +                                                       $resultat[$ii]=array();
      +                                                       $resultat[$ii]["rowid"]=$result["rowid"];
      +                                                       $resultat[$ii]["price"]= $result["price"];
      +                                                       $resultat[$ii]["unitprice"]= $result["unitprice"];
      +                                                       $resultat[$ii]["quantity"]= $result["quantity"];
      +                                                       $resultat[$ii]["remise_percent"]= $result["remise_percent"];
      +                                                       $resultat[$ii]["remise"]= $result["remise"];                    // deprecated
      +                                                       $resultat[$ii]["price_base_type"]= $result["price_base_type"];
      +                                                       $ii++;
      +                                    }
      +                                    $this->prices_by_qty_list[$i]=$resultat;
      +                                }
      +                                else
      +                                         {
      +                                    dol_print_error($this->db);
      +                                    return -1;
      +                                }
      +                            }
      +                        }
      +                        else
      +                        {
      +                            dol_print_error($this->db);
      +                            return -1;
      +                        }
                           }
                       }
       
      -				// We should not load stock during the fetch. If someone need stock of product, he must call load_stock after fetching product.
      -				// Instead we just init the stock_warehouse array
      -				$this->stock_warehouse = array();
      -
      -				return 1;
      -			}
      -			else
      -			{
      -				return 0;
      -			}
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats propale pour le produit/service
      -	 *
      -	 *  @param    int	$socid      Id societe
      -	 *  @return   array       		Tableau des stats
      -	 */
      -	function load_stats_propale($socid=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT COUNT(DISTINCT p.fk_soc) as nb_customers, COUNT(DISTINCT p.rowid) as nb,";
      -		$sql.= " COUNT(pd.rowid) as nb_rows, SUM(pd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."propaldet as pd";
      -		$sql.= ", ".MAIN_DB_PREFIX."propal as p";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE p.rowid = pd.fk_propal";
      -		$sql.= " AND p.fk_soc = s.rowid";
      -		$sql.= " AND p.entity IN (".getEntity('propal').")";
      -		$sql.= " AND pd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		//$sql.= " AND pr.fk_statut != 0";
      -		if ($socid > 0)	$sql.= " AND p.fk_soc = ".$socid;
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_propale['customers']=$obj->nb_customers;
      -			$this->stats_propale['nb']=$obj->nb;
      -			$this->stats_propale['rows']=$obj->nb_rows;
      -			$this->stats_propale['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats propale pour le produit/service
      -	 *
      -	 *  @param    int	$socid      Id thirdparty
      -	 *  @return   array       		Tableau des stats
      -	 */
      -	function load_stats_proposal_supplier($socid=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT COUNT(DISTINCT p.fk_soc) as nb_suppliers, COUNT(DISTINCT p.rowid) as nb,";
      -		$sql.= " COUNT(pd.rowid) as nb_rows, SUM(pd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."supplier_proposaldet as pd";
      -		$sql.= ", ".MAIN_DB_PREFIX."supplier_proposal as p";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE p.rowid = pd.fk_supplier_proposal";
      -		$sql.= " AND p.fk_soc = s.rowid";
      -		$sql.= " AND p.entity IN (".getEntity('supplier_proposal').")";
      -		$sql.= " AND pd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		//$sql.= " AND pr.fk_statut != 0";
      -		if ($socid > 0)	$sql.= " AND p.fk_soc = ".$socid;
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_proposal_supplier['suppliers']=$obj->nb_suppliers;
      -			$this->stats_proposal_supplier['nb']=$obj->nb;
      -			$this->stats_proposal_supplier['rows']=$obj->nb_rows;
      -			$this->stats_proposal_supplier['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats commande client pour le produit/service
      -	 *
      -	 *  @param    int    $socid           Id societe pour filtrer sur une societe
      -	 *  @param    string $filtrestatut    Id statut pour filtrer sur un statut
      -	 *  @param    int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      -	 *  @return   array                  Array of stats (nb=nb of order, qty=qty ordered)
      -	 */
      -	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,";
      -		$sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."commandedet as cd";
      -		$sql.= ", ".MAIN_DB_PREFIX."commande as c";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE c.rowid = cd.fk_commande";
      -		$sql.= " AND c.fk_soc = s.rowid";
      -		$sql.= " AND c.entity IN (".getEntity('commande').")";
      -		$sql.= " AND cd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND c.fk_soc = ".$socid;
      -		if ($filtrestatut <> '') $sql.= " AND c.fk_statut in (".$filtrestatut.")";
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_commande['customers']=$obj->nb_customers;
      -			$this->stats_commande['nb']=$obj->nb;
      -			$this->stats_commande['rows']=$obj->nb_rows;
      -			$this->stats_commande['qty']=$obj->qty?$obj->qty:0;
      -
      -			// if it's a virtual product, maybe it is in order by extension
      -			if (! empty($conf->global->ORDER_ADD_ORDERS_WITH_PARENT_PROD_IF_INCDEC))
      -			{
      -				$TFather = $this->getFather();
      -				if (is_array($TFather) && !empty($TFather)) {
      -					foreach($TFather as &$fatherData) {
      -						$pFather = new Product($this->db);
      -						$pFather->id = $fatherData['id'];
      -						$qtyCoef = $fatherData['qty'];
      -
      -						if ($fatherData['incdec']) {
      -							$pFather->load_stats_commande($socid, $filtrestatut);
      -
      -							$this->stats_commande['customers']+=$pFather->stats_commande['customers'];
      -							$this->stats_commande['nb']+=$pFather->stats_commande['nb'];
      -							$this->stats_commande['rows']+=$pFather->stats_commande['rows'];
      -							$this->stats_commande['qty']+=$pFather->stats_commande['qty'] * $qtyCoef;
      -						}
      -					}
      -				}
      -			}
      -
      -			// If stock decrease is on invoice validation, the theorical stock continue to
      -			// count the orders to ship in theorical stock when some are already removed b invoice validation.
      -			// If option DECREASE_ONLY_UNINVOICEDPRODUCTS is on, we make a compensation.
      -			if (! empty($conf->global->STOCK_CALCULATE_ON_BILL))
      -			{
      -				if (! empty($conf->global->DECREASE_ONLY_UNINVOICEDPRODUCTS))
      -				{
      -					$adeduire = 0;
      -					$sql = "SELECT sum(fd.qty) as count FROM ".MAIN_DB_PREFIX."facturedet fd ";
      -					$sql .= " JOIN ".MAIN_DB_PREFIX."facture f ON fd.fk_facture = f.rowid ";
      -					$sql .= " JOIN ".MAIN_DB_PREFIX."element_element el ON el.fk_target = f.rowid and el.targettype = 'facture' and sourcetype = 'commande'";
      -					$sql .= " JOIN ".MAIN_DB_PREFIX."commande c ON el.fk_source = c.rowid ";
      -					$sql .= " WHERE c.fk_statut IN (".$filtrestatut.") AND c.facture = 0 AND fd.fk_product = ".$this->id;
      -					dol_syslog(__METHOD__.":: sql $sql", LOG_NOTICE);
      -
      -					$resql = $this->db->query($sql);
      -					if ( $resql )
      -					{
      -						if ($this->db->num_rows($resql) > 0)
      -						{
      -							$obj = $this->db->fetch_object($resql);
      -							$adeduire += $obj->count;
      -						}
      -					}
      -
      -					$this->stats_commande['qty'] -= $adeduire;
      -				}
      -			}
      -
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats commande fournisseur pour le produit/service
      -	 *
      -	 *  @param    int      $socid           Id societe pour filtrer sur une societe
      -	 *  @param    string   $filtrestatut    Id des statuts pour filtrer sur des statuts
      -	 *  @param    int      $forVirtualStock Ignore rights filter for virtual stock calculation.
      -	 *  @return   array                     Tableau des stats
      -	 */
      -	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,";
      -		$sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseurdet as cd";
      -		$sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as c";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE c.rowid = cd.fk_commande";
      -		$sql.= " AND c.fk_soc = s.rowid";
      -		$sql.= " AND c.entity IN (".getEntity('supplier_order').")";
      -		$sql.= " AND cd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0) $sql.= " AND c.fk_soc = ".$socid;
      -		if ($filtrestatut != '') $sql.= " AND c.fk_statut in (".$filtrestatut.")"; // Peut valoir 0
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_commande_fournisseur['suppliers']=$obj->nb_suppliers;
      -			$this->stats_commande_fournisseur['nb']=$obj->nb;
      -			$this->stats_commande_fournisseur['rows']=$obj->nb_rows;
      -			$this->stats_commande_fournisseur['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error().' sql='.$sql;
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats expedition client pour le produit/service
      -	 *
      -	 *  @param    int    $socid           Id societe pour filtrer sur une societe
      -	 *  @param    string $filtrestatut    Id statut pour filtrer sur un statut
      -	 *  @param    int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      -	 *  @return   array                   Tableau des stats
      -	 */
      -	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,";
      -		$sql.= " COUNT(ed.rowid) as nb_rows, SUM(ed.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."expeditiondet as ed";
      -		$sql.= ", ".MAIN_DB_PREFIX."commandedet as cd";
      -		$sql.= ", ".MAIN_DB_PREFIX."commande as c";
      -		$sql.= ", ".MAIN_DB_PREFIX."expedition as e";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE e.rowid = ed.fk_expedition";
      -		$sql.= " AND c.rowid = cd.fk_commande";
      -		$sql.= " AND e.fk_soc = s.rowid";
      -		$sql.= " AND e.entity IN (".getEntity('expedition').")";
      -		$sql.= " AND ed.fk_origin_line = cd.rowid";
      -		$sql.= " AND cd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= " AND e.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND e.fk_soc = ".$socid;
      -		if ($filtrestatut <> '') $sql.= " AND c.fk_statut in (".$filtrestatut.")";
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_expedition['customers']=$obj->nb_customers;
      -			$this->stats_expedition['nb']=$obj->nb;
      -			$this->stats_expedition['rows']=$obj->nb_rows;
      -			$this->stats_expedition['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats réception fournisseur pour le produit/service
      -	 *
      -	 *  @param    int    $socid           Id societe pour filtrer sur une societe
      -	 *  @param    string $filtrestatut    Id statut pour filtrer sur un statut
      -	 *  @param    int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      -	 *  @return   array                   Tableau des stats
      -	 */
      -	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,";
      -		$sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseur_dispatch as fd";
      -		$sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as cf";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE cf.rowid = fd.fk_commande";
      -		$sql.= " AND cf.fk_soc = s.rowid";
      -		$sql.= " AND cf.entity IN (".getEntity('supplier_order').")";
      -		$sql.= " AND fd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) $sql.= " AND cf.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND cf.fk_soc = ".$socid;
      -		if ($filtrestatut <> '') $sql.= " AND cf.fk_statut in (".$filtrestatut.")";
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_reception['suppliers']=$obj->nb_customers;
      -			$this->stats_reception['nb']=$obj->nb;
      -			$this->stats_reception['rows']=$obj->nb_rows;
      -			$this->stats_reception['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats contrat pour le produit/service
      -	 *
      -	 *  @param    int   $socid      Id societe
      -	 *  @return   array       		Tableau des stats
      -	 */
      -	function load_stats_contrat($socid=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT COUNT(DISTINCT c.fk_soc) as nb_customers, COUNT(DISTINCT c.rowid) as nb,";
      -		$sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."contratdet as cd";
      -		$sql.= ", ".MAIN_DB_PREFIX."contrat as c";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE c.rowid = cd.fk_contrat";
      -		$sql.= " AND c.fk_soc = s.rowid";
      -		$sql.= " AND c.entity IN (".getEntity('contract').")";
      -		$sql.= " AND cd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		//$sql.= " AND c.statut != 0";
      -		if ($socid > 0)	$sql.= " AND c.fk_soc = ".$socid;
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_contrat['customers']=$obj->nb_customers;
      -			$this->stats_contrat['nb']=$obj->nb;
      -			$this->stats_contrat['rows']=$obj->nb_rows;
      -			$this->stats_contrat['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error().' sql='.$sql;
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats facture pour le produit/service
      -	 *
      -	 *  @param    int		$socid      Id societe
      -	 *  @return   array       			Tableau des stats
      -	 */
      -	function load_stats_facture($socid=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT COUNT(DISTINCT f.fk_soc) as nb_customers, COUNT(DISTINCT f.rowid) as nb,";
      -		$sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."facturedet as fd";
      -		$sql.= ", ".MAIN_DB_PREFIX."facture as f";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE f.rowid = fd.fk_facture";
      -		$sql.= " AND f.fk_soc = s.rowid";
      -		$sql.= " AND f.entity IN (".getEntity('facture').")";
      -		$sql.= " AND fd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		//$sql.= " AND f.fk_statut != 0";
      -		if ($socid > 0)	$sql .= " AND f.fk_soc = ".$socid;
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_facture['customers']=$obj->nb_customers;
      -			$this->stats_facture['nb']=$obj->nb;
      -			$this->stats_facture['rows']=$obj->nb_rows;
      -			$this->stats_facture['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Charge tableau des stats facture pour le produit/service
      -	 *
      -	 *  @param    int		$socid      Id societe
      -	 *  @return   array       			Tableau des stats
      -	 */
      -	function load_stats_facture_fournisseur($socid=0)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT COUNT(DISTINCT f.fk_soc) as nb_suppliers, COUNT(DISTINCT f.rowid) as nb,";
      -		$sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn_det as fd";
      -		$sql.= ", ".MAIN_DB_PREFIX."facture_fourn as f";
      -		$sql.= ", ".MAIN_DB_PREFIX."societe as s";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE f.rowid = fd.fk_facture_fourn";
      -		$sql.= " AND f.fk_soc = s.rowid";
      -		$sql.= " AND f.entity IN (".getEntity('facture_fourn').")";
      -		$sql.= " AND fd.fk_product = ".$this->id;
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		//$sql.= " AND f.fk_statut != 0";
      -		if ($socid > 0)	$sql .= " AND f.fk_soc = ".$socid;
      -
      -		$result = $this->db->query($sql);
      -		if ( $result )
      -		{
      -			$obj=$this->db->fetch_object($result);
      -			$this->stats_facture_fournisseur['suppliers']=$obj->nb_suppliers;
      -			$this->stats_facture_fournisseur['nb']=$obj->nb;
      -			$this->stats_facture_fournisseur['rows']=$obj->nb_rows;
      -			$this->stats_facture_fournisseur['qty']=$obj->qty?$obj->qty:0;
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return an array formated for showing graphs
      -	 *
      -	 *  @param		string	$sql        Request to execute
      -	 *  @param		string	$mode		'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $year       Year (0=current year)
      -	 *  @return   	array       		<0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	function _get_stats($sql, $mode, $year=0)
      -	{
      -        // phpcs:enable
      -		$resql = $this->db->query($sql);
      -		if ($resql)
      -		{
      -			$num = $this->db->num_rows($resql);
      -			$i = 0;
      -			while ($i < $num)
      -			{
      -				$arr = $this->db->fetch_array($resql);
      -				if ($mode == 'byunit')   $tab[$arr[1]] = $arr[0];	// 1st field
      -				if ($mode == 'bynumber') $tab[$arr[1]] = $arr[2];	// 3rd field
      -				$i++;
      -			}
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error().' sql='.$sql;
      -			return -1;
      -		}
      -
      -		if (empty($year))
      -		{
      -		    $year = strftime('%Y',time());
      -		    $month = strftime('%m',time());
      -		}
      -		else
      -		{
      -		    $month=12;    // We imagine we are at end of year, so we get last 12 month before, so all correct year.
      -		}
      -		$result = array();
      -
      -		for ($j = 0 ; $j < 12 ; $j++)
      -		{
      -			$idx=ucfirst(dol_trunc(dol_print_date(dol_mktime(12,0,0,$month,1,$year),"%b"),3,'right','UTF-8',1));
      -			$monthnum=sprintf("%02s",$month);
      -
      -			$result[$j] = array($idx,isset($tab[$year.$month])?$tab[$year.$month]:0);
      -			//            $result[$j] = array($monthnum,isset($tab[$year.$month])?$tab[$year.$month]:0);
      -
      -			$month = "0".($month - 1);
      -			if (dol_strlen($month) == 3)
      -			{
      -				$month = substr($month,1);
      -			}
      -			if ($month == 0)
      -			{
      -				$month = 12;
      -				$year = $year - 1;
      -			}
      -		}
      -
      -		return array_reverse($result);
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or customers invoices in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 *  @param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	function get_nb_vente($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT sum(d.qty), date_format(f.datef, '%Y%m')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT f.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."facturedet as d, ".MAIN_DB_PREFIX."facture as f, ".MAIN_DB_PREFIX."societe as s";
      -		if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as p";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE f.rowid = d.fk_facture";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND f.fk_soc = s.rowid";
      -		$sql.= " AND f.entity IN (".getEntity('facture').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND f.fk_soc = $socid";
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(f.datef,'%Y%m')";
      -		$sql.= " ORDER BY date_format(f.datef,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or supplier invoices in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 * 	@param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	function get_nb_achat($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT sum(d.qty), date_format(f.datef, '%Y%m')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT f.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn_det as d, ".MAIN_DB_PREFIX."facture_fourn as f, ".MAIN_DB_PREFIX."societe as s";
      -        if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as p";
      -        if (!$user->rights->societe->client->voir && !$socid) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE f.rowid = d.fk_facture_fourn";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND f.fk_soc = s.rowid";
      -		$sql.= " AND f.entity IN (".getEntity('facture_fourn').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND f.fk_soc = $socid";
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(f.datef,'%Y%m')";
      -		$sql.= " ORDER BY date_format(f.datef,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or proposals in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 * 	@param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	function get_nb_propal($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT sum(d.qty), date_format(p.datep, '%Y%m')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT p.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."propaldet as d, ".MAIN_DB_PREFIX."propal as p, ".MAIN_DB_PREFIX."societe as s";
      -        if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as prod";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE p.rowid = d.fk_propal";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND prod.rowid = d.fk_product AND prod.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND p.fk_soc = s.rowid";
      -		$sql.= " AND p.entity IN (".getEntity('propal').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND p.fk_soc = ".$socid;
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(p.datep,'%Y%m')";
      -		$sql.= " ORDER BY date_format(p.datep,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or proposals in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 * 	@param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	function get_nb_propalsupplier($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      -	{
      -        // phpcs:enable
      -		global $conf;
      -		global $user;
      -
      -		$sql = "SELECT sum(d.qty), date_format(p.date_valid, '%Y%m')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT p.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."supplier_proposaldet as d, ".MAIN_DB_PREFIX."supplier_proposal as p, ".MAIN_DB_PREFIX."societe as s";
      -        if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as prod";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE p.rowid = d.fk_supplier_proposal";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND prod.rowid = d.fk_product AND prod.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND p.fk_soc = s.rowid";
      -		$sql.= " AND p.entity IN (".getEntity('supplier_proposal').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND p.fk_soc = ".$socid;
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(p.date_valid,'%Y%m')";
      -		$sql.= " ORDER BY date_format(p.date_valid,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or orders in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 *  @param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	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')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT c.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."commandedet as d, ".MAIN_DB_PREFIX."commande as c, ".MAIN_DB_PREFIX."societe as s";
      -        if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as p";
      -        if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE c.rowid = d.fk_commande";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND c.fk_soc = s.rowid";
      -		$sql.= " AND c.entity IN (".getEntity('commande').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND c.fk_soc = ".$socid;
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(c.date_commande,'%Y%m')";
      -		$sql.= " ORDER BY date_format(c.date_commande,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return nb of units or orders in which product is included
      -	 *
      -	 *  @param  	int		$socid                   Limit count on a particular third party id
      -	 *  @param		string	$mode		             'byunit'=number of unit, 'bynumber'=nb of entities
      -	 *  @param      int     $filteronproducttype     0=To filter on product only, 1=To filter on services only
      -	 *  @param      int     $year                    Year (0=last 12 month)
      -	 *  @param      string  $morefilter              More sql filters
      -	 * 	@return   	array       		             <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      -	 */
      -	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')";
      -		if ($mode == 'bynumber') $sql.= ", count(DISTINCT c.rowid)";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseurdet as d, ".MAIN_DB_PREFIX."commande_fournisseur as c, ".MAIN_DB_PREFIX."societe as s";
      -        if ($filteronproducttype >= 0) $sql.=", ".MAIN_DB_PREFIX."product as p";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      -		$sql.= " WHERE c.rowid = d.fk_commande";
      -		if ($this->id > 0) $sql.= " AND d.fk_product =".$this->id;
      -		else $sql.=" AND d.fk_product > 0";
      -		if ($filteronproducttype >= 0) $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      -		$sql.= " AND c.fk_soc = s.rowid";
      -		$sql.= " AND c.entity IN (".getEntity('supplier_order').")";
      -		if (!$user->rights->societe->client->voir && !$socid) $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      -		if ($socid > 0)	$sql.= " AND c.fk_soc = ".$socid;
      -		$sql.=$morefilter;
      -		$sql.= " GROUP BY date_format(c.date_commande,'%Y%m')";
      -		$sql.= " ORDER BY date_format(c.date_commande,'%Y%m') DESC";
      -
      -		return $this->_get_stats($sql,$mode, $year);
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Link a product/service to a parent product/service
      -	 *
      -	 *  @param      int	$id_pere    Id of parent product/service
      -	 *  @param      int	$id_fils    Id of child product/service
      -	 *  @param		int	$qty		Quantity
      -	 *  @param		int	$incdec		1=Increase/decrease stock of child when parent stock increase/decrease
      -	 *  @return     int        		< 0 if KO, > 0 if OK
      -	 */
      -	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;
      -		if (! is_numeric($incdec)) $incdec=0;
      -
      -		$result=$this->del_sousproduit($id_pere, $id_fils);
      -		if ($result < 0) return $result;
      -
      -		// Check not already father of id_pere (to avoid father -> child -> father links)
      -		$sql = 'SELECT fk_product_pere from '.MAIN_DB_PREFIX.'product_association';
      -		$sql .= ' WHERE fk_product_pere  = '.$id_fils.' AND fk_product_fils = '.$id_pere;
      -		if (! $this->db->query($sql))
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -		else
      -		{
      -			$result = $this->db->query($sql);
      -			if ($result)
      -			{
      -				$num = $this->db->num_rows($result);
      -				if($num > 0)
      -				{
      -					$this->error="isFatherOfThis";
      -					return -1;
      -				}
      -				else
      -				{
      -					$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'product_association(fk_product_pere,fk_product_fils,qty,incdec)';
      -					$sql .= ' VALUES ('.$id_pere.', '.$id_fils.', '.$qty.', '.$incdec.')';
      -					if (! $this->db->query($sql))
      -					{
      -						dol_print_error($this->db);
      -						return -1;
      -					}
      -					else
      -					{
      -						return 1;
      -					}
      -				}
      -			}
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Modify composed product
      -	 *
      -	 *  @param      int	$id_pere    Id of parent product/service
      -	 *  @param      int	$id_fils    Id of child product/service
      -	 *  @param		int	$qty		Quantity
      -	 *  @param		int	$incdec		1=Increase/decrease stock of child when parent stock increase/decrease
      -	 * 	@return     int        		< 0 if KO, > 0 if OK
      -	 */
      -	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;
      -		if (! is_numeric($incdec)) $incdec=1;
      -		if (! is_numeric($qty)) $qty=1;
      -
      -		$sql = 'UPDATE '.MAIN_DB_PREFIX.'product_association SET ';
      -		$sql.= 'qty='.$qty;
      -		$sql.= ',incdec='.$incdec;
      -		$sql .= ' WHERE fk_product_pere='.$id_pere.' AND fk_product_fils='.$id_fils;
      -
      -		if (!$this->db->query($sql))
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -		else
      -		{
      -			return 1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Retire le lien entre un sousproduit et un produit/service
      -	 *
      -	 *  @param      int	$fk_parent		Id du produit auquel ne sera plus lie le produit lie
      -	 *  @param      int	$fk_child		Id du produit a ne plus lie
      -	 *  @return     int			    	< 0 if KO, > 0 if OK
      -	 */
      -	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;
      -
      -		$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      -		$sql.= " WHERE fk_product_pere  = ".$fk_parent;
      -		$sql.= " AND fk_product_fils = ".$fk_child;
      -
      -		dol_syslog(get_class($this).'::del_sousproduit', LOG_DEBUG);
      -		if (! $this->db->query($sql))
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -
      -		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
      -	 *  @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."'";
      -		$sql.= " AND fk_product_fils = '".$fk_child."'";
      -
      -		$result = $this->db->query($sql);
      -		if ($result)
      -		{
      -			$num = $this->db->num_rows($result);
      -
      -			if($num > 0)
      -			{
      -				$obj = $this->db->fetch_object($result);
      -				$this->is_sousproduit_qty = $obj->qty;
      -				$this->is_sousproduit_incdec = $obj->incdec;
      -
      -				return true;
      -			}
      -			else
      -			{
      -				return false;
      -			}
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -	}
      -
      -
      -    // 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.
      -	 *
      -	 *  @param      User	$user       User that make link
      -	 *  @param      int		$id_fourn   Supplier id
      -	 *  @param      string	$ref_fourn  Supplier ref
      -	 *  @param		float	$quantity	Quantity minimum for price
      -	 *  @return     int         		< 0 if KO, 0 if link already exists for this product, > 0 if OK
      -	 */
      -	function add_fournisseur($user, $id_fourn, $ref_fourn, $quantity)
      -	{
      -        // phpcs:enable
      -		global $conf;
      -
      -		$now=dol_now();
      -
      -    	dol_syslog(get_class($this)."::add_fournisseur id_fourn = ".$id_fourn." ref_fourn=".$ref_fourn." quantity=".$quantity, LOG_DEBUG);
      -
      -		if ($ref_fourn)
      -		{
      -    		$sql = "SELECT rowid, fk_product";
      -    		$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      -    		$sql.= " WHERE fk_soc = ".$id_fourn;
      -    		$sql.= " AND ref_fourn = '".$this->db->escape($ref_fourn)."'";
      -    		$sql.= " AND fk_product != ".$this->id;
      -    		$sql.= " AND entity IN (".getEntity('productsupplierprice').")";
      -
      -    		$resql=$this->db->query($sql);
      -    		if ($resql)
      -    		{
      -    			$obj = $this->db->fetch_object($resql);
      -                if ($obj)
      -                {
      -        			// If the supplier ref already exists but for another product (duplicate ref is accepted for different quantity only or different companies)
      -                    $this->product_id_already_linked = $obj->fk_product;
      -    				return -3;
      -    			}
      -                $this->db->free($resql);
      -    		}
      -		}
      -
      -		$sql = "SELECT rowid";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      -		$sql.= " WHERE fk_soc = ".$id_fourn;
      -		if ($ref_fourn) $sql.= " AND ref_fourn = '".$this->db->escape($ref_fourn)."'";
      -		else $sql.= " AND (ref_fourn = '' OR ref_fourn IS NULL)";
      -		$sql.= " AND quantity = '".$quantity."'";
      -		$sql.= " AND fk_product = ".$this->id;
      -		$sql.= " AND entity IN (".getEntity('productsupplierprice').")";
      -
      -		$resql=$this->db->query($sql);
      -		if ($resql)
      -		{
      -    		$obj = $this->db->fetch_object($resql);
      -
      -		    // The reference supplier does not exist, we create it for this product.
      -			if (! $obj)
      -			{
      -				$sql = "INSERT INTO ".MAIN_DB_PREFIX."product_fournisseur_price(";
      -				$sql.= "datec";
      -				$sql.= ", entity";
      -				$sql.= ", fk_product";
      -				$sql.= ", fk_soc";
      -				$sql.= ", ref_fourn";
      -				$sql.= ", quantity";
      -				$sql.= ", fk_user";
      -				$sql.= ", tva_tx";
      -				$sql.= ") VALUES (";
      -				$sql.= "'".$this->db->idate($now)."'";
      -				$sql.= ", ".$conf->entity;
      -				$sql.= ", ".$this->id;
      -				$sql.= ", ".$id_fourn;
      -				$sql.= ", '".$this->db->escape($ref_fourn)."'";
      -				$sql.= ", ".$quantity;
      -				$sql.= ", ".$user->id;
      -				$sql.= ", 0";
      -				$sql.= ")";
      -
      -				if ($this->db->query($sql))
      -				{
      -					$this->product_fourn_price_id = $this->db->last_insert_id(MAIN_DB_PREFIX."product_fournisseur_price");
      -					return 1;
      -				}
      -				else
      -				{
      -					$this->error=$this->db->lasterror();
      -					return -1;
      -				}
      -			}
      -			// If the supplier price already exists for this product and quantity
      -			else
      -			{
      -				$this->product_fourn_price_id = $obj->rowid;
      -				return 0;
      -			}
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			return -2;
      -		}
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Renvoie la liste des fournisseurs du produit/service
      -	 *
      -	 *  @return 	array		Tableau des id de fournisseur
      -	 */
      -	function list_suppliers()
      -	{
      -        // phpcs:enable
      -		global $conf;
      -
      -		$list = array();
      -
      -		$sql = "SELECT DISTINCT p.fk_soc";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as p";
      -		$sql.= " WHERE p.fk_product = ".$this->id;
      -		$sql.= " AND p.entity = ".$conf->entity;
      -
      -		$result = $this->db->query($sql);
      -		if ($result)
      -		{
      -			$num = $this->db->num_rows($result);
      -			$i=0;
      -			while ($i < $num)
      -			{
      -				$obj = $this->db->fetch_object($result);
      -				$list[$i] = $obj->fk_soc;
      -				$i++;
      -			}
      -		}
      -
      -		return $list;
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Recopie les prix d'un produit/service sur un autre
      -	 *
      -	 *  @param	int		$fromId     Id product source
      -	 *  @param  int		$toId       Id product target
      -	 *  @return int         			< 0 if KO, > 0 if OK
      -	 */
      -	function clone_price($fromId, $toId)
      -	{
      -        // phpcs:enable
      -		$this->db->begin();
      -
      -		// les prix
      -		$sql = "INSERT ".MAIN_DB_PREFIX."product_price (";
      -		$sql.= " fk_product, date_price, price, tva_tx, localtax1_tx, localtax2_tx, fk_user_author, tosell)";
      -		$sql.= " SELECT ".$toId . ", date_price, price, tva_tx, localtax1_tx, localtax2_tx, fk_user_author, tosell";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_price ";
      -		$sql.= " WHERE fk_product = ". $fromId;
      -
      -		dol_syslog(get_class($this).'::clone_price', LOG_DEBUG);
      -		if (! $this->db->query($sql))
      -		{
      -			$this->db->rollback();
      -			return -1;
      -		}
      -		$this->db->commit();
      -		return 1;
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * Clone links between products
      -	 *
      -	 * @param  int		$fromId		Product id
      -	 * @param  int		$toId		Product id
      -	 * @return int                  <0 if KO, >0 if OK
      -	 */
      -	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)';
      -		$sql.= " SELECT ".$toId.", fk_product_fils, qty FROM ".MAIN_DB_PREFIX."product_association";
      -		$sql.= " WHERE fk_product_pere = ".$fromId;
      -
      -		dol_syslog(get_class($this).'::clone_association', LOG_DEBUG);
      -		if (! $this->db->query($sql))
      -		{
      -			$this->db->rollback();
      -			return -1;
      -		}
      -
      -		$this->db->commit();
      -		return 1;
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Recopie les fournisseurs et prix fournisseurs d'un produit/service sur un autre
      -	 *
      -	 *  @param    int	$fromId      Id produit source
      -	 *  @param    int	$toId        Id produit cible
      -	 *  @return   int    		     < 0 si erreur, > 0 si ok
      -	 */
      -	function clone_fournisseurs($fromId, $toId)
      -	{
      -        // phpcs:enable
      -		$this->db->begin();
      -
      -		$now=dol_now();
      -
      -		// les fournisseurs
      -		/*$sql = "INSERT ".MAIN_DB_PREFIX."product_fournisseur ("
      -		. " datec, fk_product, fk_soc, ref_fourn, fk_user_author )"
      -		. " SELECT '".$this->db->idate($now)."', ".$toId.", fk_soc, ref_fourn, fk_user_author"
      -		. " FROM ".MAIN_DB_PREFIX."product_fournisseur"
      -		. " WHERE fk_product = ".$fromId;
      -
      -		if ( ! $this->db->query($sql ) )
      -		{
      -			$this->db->rollback();
      -			return -1;
      -		}*/
      -
      -		// les prix de fournisseurs.
      -		$sql = "INSERT ".MAIN_DB_PREFIX."product_fournisseur_price (";
      -		$sql.= " datec, fk_product, fk_soc, price, quantity, fk_user)";
      -		$sql.= " SELECT '".$this->db->idate($now)."', ".$toId. ", fk_soc, price, quantity, fk_user";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      -		$sql.= " WHERE fk_product = ".$fromId;
      -
      -		dol_syslog(get_class($this).'::clone_fournisseurs', LOG_DEBUG);
      -		$resql=$this->db->query($sql);
      -		if (! $resql)
      -		{
      -			$this->db->rollback();
      -			return -1;
      -		}
      -		else
      -		{
      -		    $this->db->commit();
      -		    return 1;
      -		}
      -	}
      -
      -    // 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
      -	 *
      -	 *	@param		array		$prod			Products array
      -	 *	@param		string		$compl_path		Directory path of parents to add before
      -	 *	@param		int			$multiply		Because each sublevel must be multiplicated by parent nb
      -	 *	@param		int			$level			Init level
      -	 *  @param		int			$id_parent		Id parent
      -	 *  @return 	void
      -	 */
      -	function fetch_prod_arbo($prod, $compl_path="", $multiply=1, $level=1, $id_parent=0)
      -	{
      -        // phpcs:enable
      -		global $conf,$langs;
      -
      -		$product = new Product($this->db);
      -		//var_dump($prod);
      -		foreach($prod as $id_product => $desc_pere)	// $id_product is 0 (first call starting with root top) or an id of a sub_product
      -		{
      -			if (is_array($desc_pere))	// If desc_pere is an array, this means it's a child
      -			{
      -				$id=(! empty($desc_pere[0]) ? $desc_pere[0] :'');
      -				$nb=(! empty($desc_pere[1]) ? $desc_pere[1] :'');
      -				$type=(! empty($desc_pere[2]) ? $desc_pere[2] :'');
      -				$label=(! empty($desc_pere[3]) ? $desc_pere[3] :'');
      -				$incdec=!empty($desc_pere[4]) ? $desc_pere[4] : 0;
      -
      -				if ($multiply < 1) $multiply=1;
      -
      -				//print "XXX We add id=".$id." - label=".$label." - nb=".$nb." - multiply=".$multiply." fullpath=".$compl_path.$label."\n";
      -				$this->fetch($id);		// Load product
      -				$this->load_stock('nobatch,novirtual');	// Load stock to get true this->stock_reel
      -				$this->res[]= array(
      -					'id'=>$id,					// Id product
      -					'id_parent'=>$id_parent,
      -					'ref'=>$this->ref,			// Ref product
      -					'nb'=>$nb,					// Nb of units that compose parent product
      -					'nb_total'=>$nb*$multiply,	// Nb of units for all nb of product
      -					'stock'=>$this->stock_reel,	// Stock
      -					'stock_alert'=>$this->seuil_stock_alerte,	// Stock alert
      -					'label'=>$label,
      -					'fullpath'=>$compl_path.$label,			// Label
      -					'type'=>$type,				// Nb of units that compose parent product
      -					'desiredstock'=>$this->desiredstock,
      -					'level'=>$level,
      -					'incdec'=>$incdec,
      -					'entity'=>$this->entity
      -				);
      -
      -				// Recursive call if there is childs to child
      -				if (is_array($desc_pere['childs']))
      -				{
      -					//print 'YYY We go down for '.$desc_pere[3]." -> \n";
      -					$this->fetch_prod_arbo($desc_pere['childs'], $compl_path.$desc_pere[3]." -> ", $desc_pere[1]*$multiply, $level+1, $id);
      -				}
      -			}
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Build the tree of subproducts into an array
      -	 *  this->sousprods is loaded by this->get_sousproduits_arbo()
      -	 *
      -	 *	@param		int		$multiply		Because each sublevel must be multiplicated by parent nb
      -	 *  @return 	array 					$this->res
      -	 */
      -	function get_arbo_each_prod($multiply=1)
      -	{
      -        // phpcs:enable
      -		$this->res = array();
      -		if (isset($this->sousprods) && is_array($this->sousprods))
      -		{
      -			foreach($this->sousprods as $prod_name => $desc_product)
      -			{
      -				if (is_array($desc_product)) $this->fetch_prod_arbo($desc_product,"",$multiply,1,$this->id);
      -			}
      -		}
      -		//var_dump($this->res);
      -		return $this->res;
      -	}
      -
      -	/**
      -	 *  Return all parent products for current product (first level only)
      -	 *
      -	 *  @return 	int			Nb of father + child
      -	 */
      -	public function hasFatherOrChild()
      -	{
      -		$nb = 0;
      -
      -		$sql = "SELECT COUNT(pa.rowid) as nb";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_association as pa";
      -		$sql.= " WHERE pa.fk_product_fils = ".$this->id." OR pa.fk_product_pere = ".$this->id;
      -		$resql = $this->db->query($sql);
      -		if ($resql)
      -		{
      -			$obj = $this->db->fetch_object($resql);
      -			if ($obj) $nb = $obj->nb;
      -		}
      -		else
      -		{
      -			return -1;
      -		}
      -
      -		return $nb;
      -	}
      -
      -	/**
      -	 * Return if a product has variants or not
      -	 *
      -	 * @return 	int		Number of variants
      -	 */
      -	public function hasVariants()
      -	{
      -		$nb = 0;
      -		$sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."product_attribute_combination WHERE fk_product_parent = ".$this->id;
      -		$sql.= " AND entity IN (".getEntity('product').")";
      -
      -		$resql = $this->db->query($sql);
      -		if ($resql) {
      -			$obj = $this->db->fetch_object($resql);
      -			if ($obj) $nb = $obj->nb;
      -		}
      -
      -		return $nb;
      -	}
      -
      -
      -	/**
      -	 * Return if loaded product is a variant
      -	 *
      -	 * @return int
      -	 */
      -	public function isVariant()
      -	{
      -		global $conf;
      -		if (!empty($conf->variants->enabled)) {
      -			$sql = "SELECT rowid FROM " . MAIN_DB_PREFIX . "product_attribute_combination WHERE fk_product_child = " . $this->id . " AND entity IN (" . getEntity('product') . ")";
      -
      -			$query = $this->db->query($sql);
      -
      -			if ($query) {
      -				if (!$this->db->num_rows($query)) {
      -					return false;
      -				}
      -				return true;
      -			} else {
      -				dol_print_error($this->db);
      -				return -1;
      -			}
      -		} else {
      -			return false;
      -		}
      -	}
      -
      -	/**
      -	 *  Return all parent products for current product (first level only)
      -	 *
      -	 *  @return 	array 		Array of product
      -	 */
      -	public function getFather()
      -	{
      -		$sql = "SELECT p.rowid, p.label as label, p.ref as ref, pa.fk_product_pere as id, p.fk_product_type, pa.qty, pa.incdec, p.entity";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_association as pa,";
      -		$sql.= " ".MAIN_DB_PREFIX."product as p";
      -		$sql.= " WHERE p.rowid = pa.fk_product_pere";
      -		$sql.= " AND pa.fk_product_fils = ".$this->id;
      -
      -		$res = $this->db->query($sql);
      -		if ($res)
      -		{
      -			$prods = array ();
      -			while ($record = $this->db->fetch_array($res))
      -			{
      -				// $record['id'] = $record['rowid'] = id of father
      -				$prods[$record['id']]['id'] = $record['rowid'];
      -				$prods[$record['id']]['ref'] = $record['ref'];
      -				$prods[$record['id']]['label'] = $record['label'];
      -				$prods[$record['id']]['qty'] = $record['qty'];
      -				$prods[$record['id']]['incdec'] = $record['incdec'];
      -				$prods[$record['id']]['fk_product_type'] =  $record['fk_product_type'];
      -				$prods[$record['id']]['entity'] =  $record['entity'];
      -			}
      -			return $prods;
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -	}
      -
      -
      -	/**
      -	 *  Return childs of product $id
      -	 *
      -	 * 	@param		int		$id					Id of product to search childs of
      -	 *  @param		int		$firstlevelonly		Return only direct child
      -	 *  @param		int		$level				Level of recursing call (start to 1)
      -	 *  @return     array       				Return array(prodid=>array(0=prodid, 1=>qty, 2=> ...)
      -	 */
      -	public function getChildsArbo($id, $firstlevelonly=0, $level=1)
      -	{
      -		global $alreadyfound;
      -
      -		$sql = "SELECT p.rowid, p.label as label, pa.qty as qty, pa.fk_product_fils as id, p.fk_product_type, pa.incdec";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product as p";
      -		$sql.= ", ".MAIN_DB_PREFIX."product_association as pa";
      -		$sql.= " WHERE p.rowid = pa.fk_product_fils";
      -		$sql.= " AND pa.fk_product_pere = ".$id;
      -		$sql.= " AND pa.fk_product_fils != ".$id;	// This should not happens, it is to avoid infinite loop if it happens
      -
      -		dol_syslog(get_class($this).'::getChildsArbo id='.$id.' level='.$level, LOG_DEBUG);
      -
      -		if ($level == 1) $alreadyfound=array($id=>1);	// We init array of found object to start of tree, so if we found it later (should not happened), we stop immediatly
      -		// Protection against infinite loop
      -		if ($level > 30) return array();
      -
      -		$res  = $this->db->query($sql);
      -		if ($res)
      -		{
      -			$prods = array();
      -			while ($rec = $this->db->fetch_array($res))
      -			{
      -				if (! empty($alreadyfound[$rec['rowid']]))
      -				{
      -					dol_syslog(get_class($this).'::getChildsArbo the product id='.$rec['rowid'].' was already found at a higher level in tree. We discard to avoid infinite loop', LOG_WARNING);
      -					continue;
      -				}
      -				$alreadyfound[$rec['rowid']]=1;
      -				$prods[$rec['rowid']]= array(
      -					0=>$rec['rowid'],
      -					1=>$rec['qty'],
      -					2=>$rec['fk_product_type'],
      -					3=>$this->db->escape($rec['label']),
      -					4=>$rec['incdec']
      -				);
      -				//$prods[$this->db->escape($rec['label'])]= array(0=>$rec['id'],1=>$rec['qty'],2=>$rec['fk_product_type']);
      -				//$prods[$this->db->escape($rec['label'])]= array(0=>$rec['id'],1=>$rec['qty']);
      -				if (empty($firstlevelonly))
      -				{
      -					$listofchilds=$this->getChildsArbo($rec['rowid'], 0, $level + 1);
      -					foreach($listofchilds as $keyChild => $valueChild)
      -					{
      -						$prods[$rec['rowid']]['childs'][$keyChild] = $valueChild;
      -					}
      -				}
      -			}
      -
      -			return $prods;
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -			return -1;
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 * 	Return tree of all subproducts for product. Tree contains id, name and quantity.
      -	 * 	Set this->sousprods
      -	 *
      -	 *  @return    	void
      -	 */
      -	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
      -		{
      -			$parent[$this->label][$keyChild] = $valueChild;
      -		}
      -		foreach($parent as $key => $value)		// key=label, value is array of childs
      -		{
      -			$this->sousprods[$key] = $value;
      -		}
      -	}
      -
      -	/**
      -	 *	Return clicable link of object (with eventually picto)
      -	 *
      -	 *	@param		int		$withpicto					Add picto into link
      -	 *	@param		string	$option						Where point the link ('stock', 'composition', 'category', 'supplier', '')
      -	 *	@param		int		$maxlength					Maxlength of ref
      -     *  @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
      -	 */
      -	public function getNomUrl($withpicto=0, $option='', $maxlength=0, $save_lastsearch_value=-1)
      -	{
      -		global $conf, $langs, $hookmanager;
      -		include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
      -
      -		$result='';
      -        $newref=$this->ref;
      -        if ($maxlength) $newref=dol_trunc($newref,$maxlength,'middle');
      -
      -        if ($this->type == Product::TYPE_PRODUCT) $label = '<u>' . $langs->trans("ShowProduct") . '</u>';
      -        if ($this->type == Product::TYPE_SERVICE) $label = '<u>' . $langs->trans("ShowService") . '</u>';
      -        if (! empty($this->ref))
      -            $label .= '<br><b>' . $langs->trans('ProductRef') . ':</b> ' . $this->ref;
      -        if (! empty($this->label))
      -            $label .= '<br><b>' . $langs->trans('ProductLabel') . ':</b> ' . $this->label;
      -
      -        if ($this->type == Product::TYPE_PRODUCT)
      +                if (!empty($conf->dynamicprices->enabled) && !empty($this->fk_price_expression) && empty($ignore_expression)) {
      +                       include_once DOL_DOCUMENT_ROOT.'/product/dynamic_price/class/price_parser.class.php';
      +                    $priceparser = new PriceParser($this->db);
      +                       $price_result = $priceparser->parseProduct($this);
      +                    if ($price_result >= 0) {
      +                        $this->price = $price_result;
      +                        // Calculate the VAT
      +                        $this->price_ttc = price2num($this->price) * (1 + ($this->tva_tx / 100));
      +                        $this->price_ttc = price2num($this->price_ttc, 'MU');
      +                    }
      +                }
      +
      +                // We should not load stock during the fetch. If someone need stock of product, he must call load_stock after fetching product.
      +                // Instead we just init the stock_warehouse array
      +                $this->stock_warehouse = array();
      +
      +                return 1;
      +            }
      +            else
      +            {
      +                return 0;
      +            }
      +        }
      +        else
               {
      -            if ($this->weight)  $label.="<br><b>".$langs->trans("Weight").'</b>: '.$this->weight.' '.measuring_units_string($this->weight_units,"weight");
      -    		if ($this->length)  $label.="<br><b>".$langs->trans("Length").'</b>: '.$this->length.' '.measuring_units_string($this->length_units,'length');
      -    		if ($this->surface) $label.="<br><b>".$langs->trans("Surface").'</b>: '.$this->surface.' '.measuring_units_string($this->surface_units,'surface');
      -    		if ($this->volume)  $label.="<br><b>".$langs->trans("Volume").'</b>: '.$this->volume.' '.measuring_units_string($this->volume_units,'volume');
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats propale pour le produit/service
      +     *
      +     * @param  int $socid Id societe
      +     * @return array               Tableau des stats
      +     */
      +    function load_stats_propale($socid=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT COUNT(DISTINCT p.fk_soc) as nb_customers, COUNT(DISTINCT p.rowid) as nb,";
      +        $sql.= " COUNT(pd.rowid) as nb_rows, SUM(pd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."propaldet as pd";
      +        $sql.= ", ".MAIN_DB_PREFIX."propal as p";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE p.rowid = pd.fk_propal";
      +        $sql.= " AND p.fk_soc = s.rowid";
      +        $sql.= " AND p.entity IN (".getEntity('propal').")";
      +        $sql.= " AND pd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        //$sql.= " AND pr.fk_statut != 0";
      +        if ($socid > 0) {    $sql.= " AND p.fk_soc = ".$socid;
               }
       
      -        if ($this->type == Product::TYPE_PRODUCT || ! empty($conf->global->STOCK_SUPPORTS_SERVICES))
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_propale['customers']=$obj->nb_customers;
      +            $this->stats_propale['nb']=$obj->nb;
      +            $this->stats_propale['rows']=$obj->nb_rows;
      +            $this->stats_propale['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
               {
      -    		if (! empty($conf->productbatch->enabled))
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats propale pour le produit/service
      +     *
      +     * @param  int $socid Id thirdparty
      +     * @return array               Tableau des stats
      +     */
      +    function load_stats_proposal_supplier($socid=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT COUNT(DISTINCT p.fk_soc) as nb_suppliers, COUNT(DISTINCT p.rowid) as nb,";
      +        $sql.= " COUNT(pd.rowid) as nb_rows, SUM(pd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."supplier_proposaldet as pd";
      +        $sql.= ", ".MAIN_DB_PREFIX."supplier_proposal as p";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE p.rowid = pd.fk_supplier_proposal";
      +        $sql.= " AND p.fk_soc = s.rowid";
      +        $sql.= " AND p.entity IN (".getEntity('supplier_proposal').")";
      +        $sql.= " AND pd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        //$sql.= " AND pr.fk_statut != 0";
      +        if ($socid > 0) {    $sql.= " AND p.fk_soc = ".$socid;
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_proposal_supplier['suppliers']=$obj->nb_suppliers;
      +            $this->stats_proposal_supplier['nb']=$obj->nb;
      +            $this->stats_proposal_supplier['rows']=$obj->nb_rows;
      +            $this->stats_proposal_supplier['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats commande client pour le produit/service
      +     *
      +     * @param  int    $socid           Id societe pour filtrer sur une societe
      +     * @param  string $filtrestatut    Id statut pour filtrer sur un statut
      +     * @param  int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      +     * @return array                  Array of stats (nb=nb of order, qty=qty ordered)
      +     */
      +    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,";
      +        $sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."commandedet as cd";
      +        $sql.= ", ".MAIN_DB_PREFIX."commande as c";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE c.rowid = cd.fk_commande";
      +        $sql.= " AND c.fk_soc = s.rowid";
      +        $sql.= " AND c.entity IN (".getEntity('commande').")";
      +        $sql.= " AND cd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND c.fk_soc = ".$socid;
      +        }
      +        if ($filtrestatut <> '') { $sql.= " AND c.fk_statut in (".$filtrestatut.")";
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_commande['customers']=$obj->nb_customers;
      +            $this->stats_commande['nb']=$obj->nb;
      +            $this->stats_commande['rows']=$obj->nb_rows;
      +            $this->stats_commande['qty']=$obj->qty?$obj->qty:0;
      +
      +            // if it's a virtual product, maybe it is in order by extension
      +            if (! empty($conf->global->ORDER_ADD_ORDERS_WITH_PARENT_PROD_IF_INCDEC)) {
      +                $TFather = $this->getFather();
      +                if (is_array($TFather) && !empty($TFather)) {
      +                    foreach($TFather as &$fatherData) {
      +                        $pFather = new Product($this->db);
      +                        $pFather->id = $fatherData['id'];
      +                        $qtyCoef = $fatherData['qty'];
      +
      +                        if ($fatherData['incdec']) {
      +                            $pFather->load_stats_commande($socid, $filtrestatut);
      +
      +                            $this->stats_commande['customers']+=$pFather->stats_commande['customers'];
      +                            $this->stats_commande['nb']+=$pFather->stats_commande['nb'];
      +                            $this->stats_commande['rows']+=$pFather->stats_commande['rows'];
      +                            $this->stats_commande['qty']+=$pFather->stats_commande['qty'] * $qtyCoef;
      +                        }
      +                    }
      +                }
      +            }
      +
      +            // If stock decrease is on invoice validation, the theorical stock continue to
      +            // count the orders to ship in theorical stock when some are already removed b invoice validation.
      +            // If option DECREASE_ONLY_UNINVOICEDPRODUCTS is on, we make a compensation.
      +            if (! empty($conf->global->STOCK_CALCULATE_ON_BILL)) {
      +                if (! empty($conf->global->DECREASE_ONLY_UNINVOICEDPRODUCTS)) {
      +                    $adeduire = 0;
      +                    $sql = "SELECT sum(fd.qty) as count FROM ".MAIN_DB_PREFIX."facturedet fd ";
      +                    $sql .= " JOIN ".MAIN_DB_PREFIX."facture f ON fd.fk_facture = f.rowid ";
      +                    $sql .= " JOIN ".MAIN_DB_PREFIX."element_element el ON el.fk_target = f.rowid and el.targettype = 'facture' and sourcetype = 'commande'";
      +                    $sql .= " JOIN ".MAIN_DB_PREFIX."commande c ON el.fk_source = c.rowid ";
      +                    $sql .= " WHERE c.fk_statut IN (".$filtrestatut.") AND c.facture = 0 AND fd.fk_product = ".$this->id;
      +                    dol_syslog(__METHOD__.":: sql $sql", LOG_NOTICE);
      +
      +                    $resql = $this->db->query($sql);
      +                    if ($resql ) {
      +                        if ($this->db->num_rows($resql) > 0) {
      +                            $obj = $this->db->fetch_object($resql);
      +                            $adeduire += $obj->count;
      +                        }
      +                    }
      +
      +                    $this->stats_commande['qty'] -= $adeduire;
      +                }
      +            }
      +
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats commande fournisseur pour le produit/service
      +     *
      +     * @param  int    $socid           Id societe pour filtrer sur une societe
      +     * @param  string $filtrestatut    Id des statuts pour filtrer sur des statuts
      +     * @param  int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      +     * @return array                     Tableau des stats
      +     */
      +    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,";
      +        $sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseurdet as cd";
      +        $sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as c";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE c.rowid = cd.fk_commande";
      +        $sql.= " AND c.fk_soc = s.rowid";
      +        $sql.= " AND c.entity IN (".getEntity('supplier_order').")";
      +        $sql.= " AND cd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) { $sql.= " AND c.fk_soc = ".$socid;
      +        }
      +        if ($filtrestatut != '') { $sql.= " AND c.fk_statut in (".$filtrestatut.")"; // Peut valoir 0
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_commande_fournisseur['suppliers']=$obj->nb_suppliers;
      +            $this->stats_commande_fournisseur['nb']=$obj->nb;
      +            $this->stats_commande_fournisseur['rows']=$obj->nb_rows;
      +            $this->stats_commande_fournisseur['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error().' sql='.$sql;
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats expedition client pour le produit/service
      +     *
      +     * @param  int    $socid           Id societe pour filtrer sur une societe
      +     * @param  string $filtrestatut    Id statut pour filtrer sur un statut
      +     * @param  int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      +     * @return array                   Tableau des stats
      +     */
      +    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,";
      +        $sql.= " COUNT(ed.rowid) as nb_rows, SUM(ed.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."expeditiondet as ed";
      +        $sql.= ", ".MAIN_DB_PREFIX."commandedet as cd";
      +        $sql.= ", ".MAIN_DB_PREFIX."commande as c";
      +        $sql.= ", ".MAIN_DB_PREFIX."expedition as e";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE e.rowid = ed.fk_expedition";
      +        $sql.= " AND c.rowid = cd.fk_commande";
      +        $sql.= " AND e.fk_soc = s.rowid";
      +        $sql.= " AND e.entity IN (".getEntity('expedition').")";
      +        $sql.= " AND ed.fk_origin_line = cd.rowid";
      +        $sql.= " AND cd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= " AND e.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND e.fk_soc = ".$socid;
      +        }
      +        if ($filtrestatut <> '') { $sql.= " AND c.fk_statut in (".$filtrestatut.")";
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_expedition['customers']=$obj->nb_customers;
      +            $this->stats_expedition['nb']=$obj->nb;
      +            $this->stats_expedition['rows']=$obj->nb_rows;
      +            $this->stats_expedition['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats réception fournisseur pour le produit/service
      +     *
      +     * @param  int    $socid           Id societe pour filtrer sur une societe
      +     * @param  string $filtrestatut    Id statut pour filtrer sur un statut
      +     * @param  int    $forVirtualStock Ignore rights filter for virtual stock calculation.
      +     * @return array                   Tableau des stats
      +     */
      +    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,";
      +        $sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseur_dispatch as fd";
      +        $sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as cf";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE cf.rowid = fd.fk_commande";
      +        $sql.= " AND cf.fk_soc = s.rowid";
      +        $sql.= " AND cf.entity IN (".getEntity('supplier_order').")";
      +        $sql.= " AND fd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid && !$forVirtualStock) { $sql.= " AND cf.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND cf.fk_soc = ".$socid;
      +        }
      +        if ($filtrestatut <> '') { $sql.= " AND cf.fk_statut in (".$filtrestatut.")";
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_reception['suppliers']=$obj->nb_customers;
      +            $this->stats_reception['nb']=$obj->nb;
      +            $this->stats_reception['rows']=$obj->nb_rows;
      +            $this->stats_reception['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats contrat pour le produit/service
      +     *
      +     * @param  int $socid Id societe
      +     * @return array               Tableau des stats
      +     */
      +    function load_stats_contrat($socid=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT COUNT(DISTINCT c.fk_soc) as nb_customers, COUNT(DISTINCT c.rowid) as nb,";
      +        $sql.= " COUNT(cd.rowid) as nb_rows, SUM(cd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."contratdet as cd";
      +        $sql.= ", ".MAIN_DB_PREFIX."contrat as c";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE c.rowid = cd.fk_contrat";
      +        $sql.= " AND c.fk_soc = s.rowid";
      +        $sql.= " AND c.entity IN (".getEntity('contract').")";
      +        $sql.= " AND cd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        //$sql.= " AND c.statut != 0";
      +        if ($socid > 0) {    $sql.= " AND c.fk_soc = ".$socid;
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_contrat['customers']=$obj->nb_customers;
      +            $this->stats_contrat['nb']=$obj->nb;
      +            $this->stats_contrat['rows']=$obj->nb_rows;
      +            $this->stats_contrat['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error().' sql='.$sql;
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats facture pour le produit/service
      +     *
      +     * @param  int $socid Id societe
      +     * @return array                   Tableau des stats
      +     */
      +    function load_stats_facture($socid=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT COUNT(DISTINCT f.fk_soc) as nb_customers, COUNT(DISTINCT f.rowid) as nb,";
      +        $sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."facturedet as fd";
      +        $sql.= ", ".MAIN_DB_PREFIX."facture as f";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE f.rowid = fd.fk_facture";
      +        $sql.= " AND f.fk_soc = s.rowid";
      +        $sql.= " AND f.entity IN (".getEntity('facture').")";
      +        $sql.= " AND fd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        //$sql.= " AND f.fk_statut != 0";
      +        if ($socid > 0) {    $sql .= " AND f.fk_soc = ".$socid;
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_facture['customers']=$obj->nb_customers;
      +            $this->stats_facture['nb']=$obj->nb;
      +            $this->stats_facture['rows']=$obj->nb_rows;
      +            $this->stats_facture['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Charge tableau des stats facture pour le produit/service
      +     *
      +     * @param  int $socid Id societe
      +     * @return array                   Tableau des stats
      +     */
      +    function load_stats_facture_fournisseur($socid=0)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT COUNT(DISTINCT f.fk_soc) as nb_suppliers, COUNT(DISTINCT f.rowid) as nb,";
      +        $sql.= " COUNT(fd.rowid) as nb_rows, SUM(fd.qty) as qty";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn_det as fd";
      +        $sql.= ", ".MAIN_DB_PREFIX."facture_fourn as f";
      +        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE f.rowid = fd.fk_facture_fourn";
      +        $sql.= " AND f.fk_soc = s.rowid";
      +        $sql.= " AND f.entity IN (".getEntity('facture_fourn').")";
      +        $sql.= " AND fd.fk_product = ".$this->id;
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        //$sql.= " AND f.fk_statut != 0";
      +        if ($socid > 0) {    $sql .= " AND f.fk_soc = ".$socid;
      +        }
      +
      +        $result = $this->db->query($sql);
      +        if ($result ) {
      +            $obj=$this->db->fetch_object($result);
      +            $this->stats_facture_fournisseur['suppliers']=$obj->nb_suppliers;
      +            $this->stats_facture_fournisseur['nb']=$obj->nb;
      +            $this->stats_facture_fournisseur['rows']=$obj->nb_rows;
      +            $this->stats_facture_fournisseur['qty']=$obj->qty?$obj->qty:0;
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return an array formated for showing graphs
      +     *
      +     * @param  string $sql  Request to execute
      +     * @param  string $mode 'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $year Year (0=current year)
      +     * @return array               <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    function _get_stats($sql, $mode, $year=0)
      +    {
      +        // phpcs:enable
      +        $resql = $this->db->query($sql);
      +        if ($resql) {
      +            $num = $this->db->num_rows($resql);
      +            $i = 0;
      +            while ($i < $num)
                   {
      -            	$langs->load("productbatch");
      -                $label.="<br><b>".$langs->trans("ManageLotSerial").'</b>: '.$this->getLibStatut(0,2);
      +                $arr = $this->db->fetch_array($resql);
      +                if ($mode == 'byunit') {   $tab[$arr[1]] = $arr[0];    // 1st field
      +                }
      +                if ($mode == 'bynumber') { $tab[$arr[1]] = $arr[2];    // 3rd field
      +                }
      +                $i++;
      +            }
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error().' sql='.$sql;
      +            return -1;
      +        }
      +
      +        if (empty($year)) {
      +            $year = strftime('%Y', time());
      +            $month = strftime('%m', time());
      +        }
      +        else
      +        {
      +            $month=12;    // We imagine we are at end of year, so we get last 12 month before, so all correct year.
      +        }
      +        $result = array();
      +
      +        for ($j = 0 ; $j < 12 ; $j++)
      +        {
      +            $idx=ucfirst(dol_trunc(dol_print_date(dol_mktime(12, 0, 0, $month, 1, $year), "%b"), 3, 'right', 'UTF-8', 1));
      +            $monthnum=sprintf("%02s", $month);
      +
      +            $result[$j] = array($idx,isset($tab[$year.$month])?$tab[$year.$month]:0);
      +            //            $result[$j] = array($monthnum,isset($tab[$year.$month])?$tab[$year.$month]:0);
      +
      +            $month = "0".($month - 1);
      +            if (dol_strlen($month) == 3) {
      +                $month = substr($month, 1);
      +            }
      +            if ($month == 0) {
      +                $month = 12;
      +                $year = $year - 1;
      +            }
      +        }
      +
      +        return array_reverse($result);
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or customers invoices in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    function get_nb_vente($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT sum(d.qty), date_format(f.datef, '%Y%m')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT f.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."facturedet as d, ".MAIN_DB_PREFIX."facture as f, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as p";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE f.rowid = d.fk_facture";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND f.fk_soc = s.rowid";
      +        $sql.= " AND f.entity IN (".getEntity('facture').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND f.fk_soc = $socid";
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(f.datef,'%Y%m')";
      +        $sql.= " ORDER BY date_format(f.datef,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or supplier invoices in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    function get_nb_achat($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT sum(d.qty), date_format(f.datef, '%Y%m')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT f.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn_det as d, ".MAIN_DB_PREFIX."facture_fourn as f, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as p";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE f.rowid = d.fk_facture_fourn";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND f.fk_soc = s.rowid";
      +        $sql.= " AND f.entity IN (".getEntity('facture_fourn').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND f.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND f.fk_soc = $socid";
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(f.datef,'%Y%m')";
      +        $sql.= " ORDER BY date_format(f.datef,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or proposals in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    function get_nb_propal($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT sum(d.qty), date_format(p.datep, '%Y%m')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT p.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."propaldet as d, ".MAIN_DB_PREFIX."propal as p, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as prod";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE p.rowid = d.fk_propal";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND prod.rowid = d.fk_product AND prod.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND p.fk_soc = s.rowid";
      +        $sql.= " AND p.entity IN (".getEntity('propal').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND p.fk_soc = ".$socid;
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(p.datep,'%Y%m')";
      +        $sql.= " ORDER BY date_format(p.datep,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or proposals in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    function get_nb_propalsupplier($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
      +    {
      +        // phpcs:enable
      +        global $conf;
      +        global $user;
      +
      +        $sql = "SELECT sum(d.qty), date_format(p.date_valid, '%Y%m')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT p.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."supplier_proposaldet as d, ".MAIN_DB_PREFIX."supplier_proposal as p, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as prod";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE p.rowid = d.fk_supplier_proposal";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND prod.rowid = d.fk_product AND prod.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND p.fk_soc = s.rowid";
      +        $sql.= " AND p.entity IN (".getEntity('supplier_proposal').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND p.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND p.fk_soc = ".$socid;
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(p.date_valid,'%Y%m')";
      +        $sql.= " ORDER BY date_format(p.date_valid,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or orders in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    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')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT c.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."commandedet as d, ".MAIN_DB_PREFIX."commande as c, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as p";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE c.rowid = d.fk_commande";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND c.fk_soc = s.rowid";
      +        $sql.= " AND c.entity IN (".getEntity('commande').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND c.fk_soc = ".$socid;
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(c.date_commande,'%Y%m')";
      +        $sql.= " ORDER BY date_format(c.date_commande,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Return nb of units or orders in which product is included
      +     *
      +     * @param  int    $socid               Limit count on a particular third party id
      +     * @param  string $mode                'byunit'=number of unit, 'bynumber'=nb of entities
      +     * @param  int    $filteronproducttype 0=To filter on product only, 1=To filter on services only
      +     * @param  int    $year                Year (0=last 12 month)
      +     * @param  string $morefilter          More sql filters
      +     * @return array                            <0 if KO, result[month]=array(valuex,valuey) where month is 0 to 11
      +     */
      +    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')";
      +        if ($mode == 'bynumber') { $sql.= ", count(DISTINCT c.rowid)";
      +        }
      +        $sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseurdet as d, ".MAIN_DB_PREFIX."commande_fournisseur as c, ".MAIN_DB_PREFIX."societe as s";
      +        if ($filteronproducttype >= 0) { $sql.=", ".MAIN_DB_PREFIX."product as p";
      +        }
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
      +        }
      +        $sql.= " WHERE c.rowid = d.fk_commande";
      +        if ($this->id > 0) { $sql.= " AND d.fk_product =".$this->id;
      +        } else { $sql.=" AND d.fk_product > 0";
      +        }
      +        if ($filteronproducttype >= 0) { $sql.= " AND p.rowid = d.fk_product AND p.fk_product_type =".$filteronproducttype;
      +        }
      +        $sql.= " AND c.fk_soc = s.rowid";
      +        $sql.= " AND c.entity IN (".getEntity('supplier_order').")";
      +        if (!$user->rights->societe->client->voir && !$socid) { $sql.= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = " .$user->id;
      +        }
      +        if ($socid > 0) {    $sql.= " AND c.fk_soc = ".$socid;
      +        }
      +        $sql.=$morefilter;
      +        $sql.= " GROUP BY date_format(c.date_commande,'%Y%m')";
      +        $sql.= " ORDER BY date_format(c.date_commande,'%Y%m') DESC";
      +
      +        return $this->_get_stats($sql, $mode, $year);
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Link a product/service to a parent product/service
      +     *
      +     * @param  int $id_pere Id of parent product/service
      +     * @param  int $id_fils Id of child product/service
      +     * @param  int $qty     Quantity
      +     * @param  int $incdec  1=Increase/decrease stock of child when parent stock increase/decrease
      +     * @return int                < 0 if KO, > 0 if OK
      +     */
      +    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;
      +        }
      +        if (! is_numeric($incdec)) { $incdec=0;
      +        }
      +
      +        $result=$this->del_sousproduit($id_pere, $id_fils);
      +        if ($result < 0) { return $result;
      +        }
      +
      +        // Check not already father of id_pere (to avoid father -> child -> father links)
      +        $sql = 'SELECT fk_product_pere from '.MAIN_DB_PREFIX.'product_association';
      +        $sql .= ' WHERE fk_product_pere  = '.$id_fils.' AND fk_product_fils = '.$id_pere;
      +        if (! $this->db->query($sql)) {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +        else
      +        {
      +            $result = $this->db->query($sql);
      +            if ($result) {
      +                $num = $this->db->num_rows($result);
      +                if($num > 0) {
      +                    $this->error="isFatherOfThis";
      +                    return -1;
      +                }
      +                else
      +                {
      +                    $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'product_association(fk_product_pere,fk_product_fils,qty,incdec)';
      +                    $sql .= ' VALUES ('.$id_pere.', '.$id_fils.', '.$qty.', '.$incdec.')';
      +                    if (! $this->db->query($sql)) {
      +                         dol_print_error($this->db);
      +                         return -1;
      +                    }
      +                    else
      +                    {
      +                         return 1;
      +                    }
      +                }
      +            }
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Modify composed product
      +     *
      +     * @param  int $id_pere Id of parent product/service
      +     * @param  int $id_fils Id of child product/service
      +     * @param  int $qty     Quantity
      +     * @param  int $incdec  1=Increase/decrease stock of child when parent stock increase/decrease
      +     * @return int                < 0 if KO, > 0 if OK
      +     */
      +    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;
      +        }
      +        if (! is_numeric($incdec)) { $incdec=1;
      +        }
      +        if (! is_numeric($qty)) { $qty=1;
      +        }
      +
      +        $sql = 'UPDATE '.MAIN_DB_PREFIX.'product_association SET ';
      +        $sql.= 'qty='.$qty;
      +        $sql.= ',incdec='.$incdec;
      +        $sql .= ' WHERE fk_product_pere='.$id_pere.' AND fk_product_fils='.$id_fils;
      +
      +        if (!$this->db->query($sql)) {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +        else
      +        {
      +            return 1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Retire le lien entre un sousproduit et un produit/service
      +     *
      +     * @param  int $fk_parent Id du produit auquel ne sera plus lie le produit lie
      +     * @param  int $fk_child  Id du produit a ne plus lie
      +     * @return int                    < 0 if KO, > 0 if OK
      +     */
      +    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;
      +        }
      +
      +        $sql = "DELETE FROM ".MAIN_DB_PREFIX."product_association";
      +        $sql.= " WHERE fk_product_pere  = ".$fk_parent;
      +        $sql.= " AND fk_product_fils = ".$fk_child;
      +
      +        dol_syslog(get_class($this).'::del_sousproduit', LOG_DEBUG);
      +        if (! $this->db->query($sql)) {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +
      +        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
      +     * @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."'";
      +        $sql.= " AND fk_product_fils = '".$fk_child."'";
      +
      +        $result = $this->db->query($sql);
      +        if ($result) {
      +            $num = $this->db->num_rows($result);
      +
      +            if($num > 0) {
      +                $obj = $this->db->fetch_object($result);
      +                $this->is_sousproduit_qty = $obj->qty;
      +                $this->is_sousproduit_incdec = $obj->incdec;
      +
      +                return true;
      +            }
      +            else
      +            {
      +                return false;
      +            }
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +    }
      +
      +
      +    // 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.
      +     *
      +     * @param  User   $user      User that make link
      +     * @param  int    $id_fourn  Supplier id
      +     * @param  string $ref_fourn Supplier ref
      +     * @param  float  $quantity  Quantity minimum for price
      +     * @return int                 < 0 if KO, 0 if link already exists for this product, > 0 if OK
      +     */
      +    function add_fournisseur($user, $id_fourn, $ref_fourn, $quantity)
      +    {
      +        // phpcs:enable
      +        global $conf;
      +
      +        $now=dol_now();
      +
      +        dol_syslog(get_class($this)."::add_fournisseur id_fourn = ".$id_fourn." ref_fourn=".$ref_fourn." quantity=".$quantity, LOG_DEBUG);
      +
      +        if ($ref_fourn) {
      +            $sql = "SELECT rowid, fk_product";
      +            $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      +            $sql.= " WHERE fk_soc = ".$id_fourn;
      +            $sql.= " AND ref_fourn = '".$this->db->escape($ref_fourn)."'";
      +            $sql.= " AND fk_product != ".$this->id;
      +            $sql.= " AND entity IN (".getEntity('productsupplierprice').")";
      +
      +            $resql=$this->db->query($sql);
      +            if ($resql) {
      +                $obj = $this->db->fetch_object($resql);
      +                if ($obj) {
      +                    // If the supplier ref already exists but for another product (duplicate ref is accepted for different quantity only or different companies)
      +                    $this->product_id_already_linked = $obj->fk_product;
      +                    return -3;
      +                }
      +                $this->db->free($resql);
      +            }
      +        }
      +
      +        $sql = "SELECT rowid";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      +        $sql.= " WHERE fk_soc = ".$id_fourn;
      +        if ($ref_fourn) { $sql.= " AND ref_fourn = '".$this->db->escape($ref_fourn)."'";
      +        } else { $sql.= " AND (ref_fourn = '' OR ref_fourn IS NULL)";
      +        }
      +        $sql.= " AND quantity = '".$quantity."'";
      +        $sql.= " AND fk_product = ".$this->id;
      +        $sql.= " AND entity IN (".getEntity('productsupplierprice').")";
      +
      +        $resql=$this->db->query($sql);
      +        if ($resql) {
      +            $obj = $this->db->fetch_object($resql);
      +
      +            // The reference supplier does not exist, we create it for this product.
      +            if (! $obj) {
      +                $sql = "INSERT INTO ".MAIN_DB_PREFIX."product_fournisseur_price(";
      +                $sql.= "datec";
      +                $sql.= ", entity";
      +                $sql.= ", fk_product";
      +                $sql.= ", fk_soc";
      +                $sql.= ", ref_fourn";
      +                $sql.= ", quantity";
      +                $sql.= ", fk_user";
      +                $sql.= ", tva_tx";
      +                $sql.= ") VALUES (";
      +                $sql.= "'".$this->db->idate($now)."'";
      +                $sql.= ", ".$conf->entity;
      +                $sql.= ", ".$this->id;
      +                $sql.= ", ".$id_fourn;
      +                $sql.= ", '".$this->db->escape($ref_fourn)."'";
      +                $sql.= ", ".$quantity;
      +                $sql.= ", ".$user->id;
      +                $sql.= ", 0";
      +                $sql.= ")";
      +
      +                if ($this->db->query($sql)) {
      +                    $this->product_fourn_price_id = $this->db->last_insert_id(MAIN_DB_PREFIX."product_fournisseur_price");
      +                    return 1;
      +                }
      +                else
      +                {
      +                    $this->error=$this->db->lasterror();
      +                    return -1;
      +                }
      +            }
      +            // If the supplier price already exists for this product and quantity
      +            else
      +            {
      +                $this->product_fourn_price_id = $obj->rowid;
      +                return 0;
      +            }
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            return -2;
      +        }
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Renvoie la liste des fournisseurs du produit/service
      +     *
      +     * @return array        Tableau des id de fournisseur
      +     */
      +    function list_suppliers()
      +    {
      +        // phpcs:enable
      +        global $conf;
      +
      +        $list = array();
      +
      +        $sql = "SELECT DISTINCT p.fk_soc";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as p";
      +        $sql.= " WHERE p.fk_product = ".$this->id;
      +        $sql.= " AND p.entity = ".$conf->entity;
      +
      +        $result = $this->db->query($sql);
      +        if ($result) {
      +            $num = $this->db->num_rows($result);
      +            $i=0;
      +            while ($i < $num)
      +            {
      +                $obj = $this->db->fetch_object($result);
      +                $list[$i] = $obj->fk_soc;
      +                $i++;
      +            }
      +        }
      +
      +        return $list;
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Recopie les prix d'un produit/service sur un autre
      +     *
      +     * @param  int $fromId Id product source
      +     * @param  int $toId   Id product target
      +     * @return int                     < 0 if KO, > 0 if OK
      +     */
      +    function clone_price($fromId, $toId)
      +    {
      +        // phpcs:enable
      +        $this->db->begin();
      +
      +        // les prix
      +        $sql = "INSERT ".MAIN_DB_PREFIX."product_price (";
      +        $sql.= " fk_product, date_price, price, tva_tx, localtax1_tx, localtax2_tx, fk_user_author, tosell)";
      +        $sql.= " SELECT ".$toId . ", date_price, price, tva_tx, localtax1_tx, localtax2_tx, fk_user_author, tosell";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_price ";
      +        $sql.= " WHERE fk_product = ". $fromId;
      +
      +        dol_syslog(get_class($this).'::clone_price', LOG_DEBUG);
      +        if (! $this->db->query($sql)) {
      +            $this->db->rollback();
      +            return -1;
      +        }
      +        $this->db->commit();
      +        return 1;
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     * Clone links between products
      +     *
      +     * @param  int $fromId Product id
      +     * @param  int $toId   Product id
      +     * @return int                  <0 if KO, >0 if OK
      +     */
      +    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)';
      +        $sql.= " SELECT ".$toId.", fk_product_fils, qty FROM ".MAIN_DB_PREFIX."product_association";
      +        $sql.= " WHERE fk_product_pere = ".$fromId;
      +
      +        dol_syslog(get_class($this).'::clone_association', LOG_DEBUG);
      +        if (! $this->db->query($sql)) {
      +            $this->db->rollback();
      +            return -1;
      +        }
      +
      +        $this->db->commit();
      +        return 1;
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Recopie les fournisseurs et prix fournisseurs d'un produit/service sur un autre
      +     *
      +     * @param  int $fromId Id produit source
      +     * @param  int $toId   Id produit cible
      +     * @return int                 < 0 si erreur, > 0 si ok
      +     */
      +    function clone_fournisseurs($fromId, $toId)
      +    {
      +        // phpcs:enable
      +        $this->db->begin();
      +
      +        $now=dol_now();
      +
      +        // les fournisseurs
      +        /*$sql = "INSERT ".MAIN_DB_PREFIX."product_fournisseur ("
      +        . " datec, fk_product, fk_soc, ref_fourn, fk_user_author )"
      +        . " SELECT '".$this->db->idate($now)."', ".$toId.", fk_soc, ref_fourn, fk_user_author"
      +        . " FROM ".MAIN_DB_PREFIX."product_fournisseur"
      +        . " WHERE fk_product = ".$fromId;
      +
      +        if ( ! $this->db->query($sql ) )
      +        {
      +        $this->db->rollback();
      +        return -1;
      +        }*/
      +
      +        // les prix de fournisseurs.
      +        $sql = "INSERT ".MAIN_DB_PREFIX."product_fournisseur_price (";
      +        $sql.= " datec, fk_product, fk_soc, price, quantity, fk_user)";
      +        $sql.= " SELECT '".$this->db->idate($now)."', ".$toId. ", fk_soc, price, quantity, fk_user";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price";
      +        $sql.= " WHERE fk_product = ".$fromId;
      +
      +        dol_syslog(get_class($this).'::clone_fournisseurs', LOG_DEBUG);
      +        $resql=$this->db->query($sql);
      +        if (! $resql) {
      +            $this->db->rollback();
      +            return -1;
      +        }
      +        else
      +        {
      +            $this->db->commit();
      +            return 1;
      +        }
      +    }
      +
      +    // 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
      +     *
      +     * @param  array  $prod       Products array
      +     * @param  string $compl_path Directory path of parents to add before
      +     * @param  int    $multiply   Because each sublevel must be multiplicated by parent nb
      +     * @param  int    $level      Init level
      +     * @param  int    $id_parent  Id parent
      +     * @return void
      +     */
      +    function fetch_prod_arbo($prod, $compl_path="", $multiply=1, $level=1, $id_parent=0)
      +    {
      +        // phpcs:enable
      +        global $conf,$langs;
      +
      +        $product = new Product($this->db);
      +        //var_dump($prod);
      +        foreach($prod as $id_product => $desc_pere)    // $id_product is 0 (first call starting with root top) or an id of a sub_product
      +        {
      +            if (is_array($desc_pere))    // If desc_pere is an array, this means it's a child
      +            {
      +                $id=(! empty($desc_pere[0]) ? $desc_pere[0] :'');
      +                $nb=(! empty($desc_pere[1]) ? $desc_pere[1] :'');
      +                $type=(! empty($desc_pere[2]) ? $desc_pere[2] :'');
      +                $label=(! empty($desc_pere[3]) ? $desc_pere[3] :'');
      +                $incdec=!empty($desc_pere[4]) ? $desc_pere[4] : 0;
      +
      +                if ($multiply < 1) { $multiply=1;
      +                }
      +
      +                //print "XXX We add id=".$id." - label=".$label." - nb=".$nb." - multiply=".$multiply." fullpath=".$compl_path.$label."\n";
      +                $this->fetch($id);        // Load product
      +                $this->load_stock('nobatch,novirtual');    // Load stock to get true this->stock_reel
      +                $this->res[]= array(
      +                 'id'=>$id,                    // Id product
      +                 'id_parent'=>$id_parent,
      +                 'ref'=>$this->ref,            // Ref product
      +                 'nb'=>$nb,                    // Nb of units that compose parent product
      +                 'nb_total'=>$nb*$multiply,    // Nb of units for all nb of product
      +                 'stock'=>$this->stock_reel,    // Stock
      +                 'stock_alert'=>$this->seuil_stock_alerte,    // Stock alert
      +                 'label'=>$label,
      +                 'fullpath'=>$compl_path.$label,            // Label
      +                 'type'=>$type,                // Nb of units that compose parent product
      +                 'desiredstock'=>$this->desiredstock,
      +                 'level'=>$level,
      +                 'incdec'=>$incdec,
      +                 'entity'=>$this->entity
      +                );
      +
      +                // Recursive call if there is childs to child
      +                if (is_array($desc_pere['childs'])) {
      +                       //print 'YYY We go down for '.$desc_pere[3]." -> \n";
      +                       $this->fetch_prod_arbo($desc_pere['childs'], $compl_path.$desc_pere[3]." -> ", $desc_pere[1]*$multiply, $level+1, $id);
      +                }
      +            }
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Build the tree of subproducts into an array
      +     *  this->sousprods is loaded by this->get_sousproduits_arbo()
      +     *
      +     * @param  int $multiply Because each sublevel must be multiplicated by parent nb
      +     * @return array                     $this->res
      +     */
      +    function get_arbo_each_prod($multiply=1)
      +    {
      +        // phpcs:enable
      +        $this->res = array();
      +        if (isset($this->sousprods) && is_array($this->sousprods)) {
      +            foreach($this->sousprods as $prod_name => $desc_product)
      +            {
      +                if (is_array($desc_product)) { $this->fetch_prod_arbo($desc_product, "", $multiply, 1, $this->id);
      +                }
      +            }
      +        }
      +        //var_dump($this->res);
      +        return $this->res;
      +    }
      +
      +    /**
      +     *  Return all parent products for current product (first level only)
      +     *
      +     * @return int            Nb of father + child
      +     */
      +    public function hasFatherOrChild()
      +    {
      +        $nb = 0;
      +
      +        $sql = "SELECT COUNT(pa.rowid) as nb";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_association as pa";
      +        $sql.= " WHERE pa.fk_product_fils = ".$this->id." OR pa.fk_product_pere = ".$this->id;
      +        $resql = $this->db->query($sql);
      +        if ($resql) {
      +            $obj = $this->db->fetch_object($resql);
      +            if ($obj) { $nb = $obj->nb;
      +            }
      +        }
      +        else
      +        {
      +            return -1;
      +        }
      +
      +        return $nb;
      +    }
      +
      +    /**
      +     * Return if a product has variants or not
      +     *
      +     * @return int        Number of variants
      +     */
      +    public function hasVariants()
      +    {
      +        $nb = 0;
      +        $sql = "SELECT count(rowid) as nb FROM ".MAIN_DB_PREFIX."product_attribute_combination WHERE fk_product_parent = ".$this->id;
      +        $sql.= " AND entity IN (".getEntity('product').")";
      +
      +        $resql = $this->db->query($sql);
      +        if ($resql) {
      +            $obj = $this->db->fetch_object($resql);
      +            if ($obj) { $nb = $obj->nb;
      +            }
      +        }
      +
      +        return $nb;
      +    }
      +
      +
      +    /**
      +     * Return if loaded product is a variant
      +     *
      +     * @return int
      +     */
      +    public function isVariant()
      +    {
      +        global $conf;
      +        if (!empty($conf->variants->enabled)) {
      +            $sql = "SELECT rowid FROM " . MAIN_DB_PREFIX . "product_attribute_combination WHERE fk_product_child = " . $this->id . " AND entity IN (" . getEntity('product') . ")";
      +
      +            $query = $this->db->query($sql);
      +
      +            if ($query) {
      +                if (!$this->db->num_rows($query)) {
      +                    return false;
      +                }
      +                return true;
      +            } else {
      +                dol_print_error($this->db);
      +                return -1;
      +            }
      +        } else {
      +            return false;
      +        }
      +    }
      +
      +    /**
      +     *  Return all parent products for current product (first level only)
      +     *
      +     * @return array         Array of product
      +     */
      +    public function getFather()
      +    {
      +        $sql = "SELECT p.rowid, p.label as label, p.ref as ref, pa.fk_product_pere as id, p.fk_product_type, pa.qty, pa.incdec, p.entity";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_association as pa,";
      +        $sql.= " ".MAIN_DB_PREFIX."product as p";
      +        $sql.= " WHERE p.rowid = pa.fk_product_pere";
      +        $sql.= " AND pa.fk_product_fils = ".$this->id;
      +
      +        $res = $this->db->query($sql);
      +        if ($res) {
      +            $prods = array ();
      +            while ($record = $this->db->fetch_array($res))
      +            {
      +                // $record['id'] = $record['rowid'] = id of father
      +                $prods[$record['id']]['id'] = $record['rowid'];
      +                $prods[$record['id']]['ref'] = $record['ref'];
      +                $prods[$record['id']]['label'] = $record['label'];
      +                $prods[$record['id']]['qty'] = $record['qty'];
      +                $prods[$record['id']]['incdec'] = $record['incdec'];
      +                $prods[$record['id']]['fk_product_type'] =  $record['fk_product_type'];
      +                $prods[$record['id']]['entity'] =  $record['entity'];
      +            }
      +            return $prods;
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +    }
      +
      +
      +    /**
      +     *  Return childs of product $id
      +     *
      +     * @param  int $id             Id of product to search childs of
      +     * @param  int $firstlevelonly Return only direct child
      +     * @param  int $level          Level of recursing call (start to 1)
      +     * @return array                       Return array(prodid=>array(0=prodid, 1=>qty, 2=> ...)
      +     */
      +    public function getChildsArbo($id, $firstlevelonly=0, $level=1)
      +    {
      +        global $alreadyfound;
      +
      +        $sql = "SELECT p.rowid, p.label as label, pa.qty as qty, pa.fk_product_fils as id, p.fk_product_type, pa.incdec";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product as p";
      +        $sql.= ", ".MAIN_DB_PREFIX."product_association as pa";
      +        $sql.= " WHERE p.rowid = pa.fk_product_fils";
      +        $sql.= " AND pa.fk_product_pere = ".$id;
      +        $sql.= " AND pa.fk_product_fils != ".$id;    // This should not happens, it is to avoid infinite loop if it happens
      +
      +        dol_syslog(get_class($this).'::getChildsArbo id='.$id.' level='.$level, LOG_DEBUG);
      +
      +        if ($level == 1) { $alreadyfound=array($id=>1);    // We init array of found object to start of tree, so if we found it later (should not happened), we stop immediatly
      +        }
      +        // Protection against infinite loop
      +        if ($level > 30) { return array();
      +        }
      +
      +        $res  = $this->db->query($sql);
      +        if ($res) {
      +            $prods = array();
      +            while ($rec = $this->db->fetch_array($res))
      +            {
      +                if (! empty($alreadyfound[$rec['rowid']])) {
      +                    dol_syslog(get_class($this).'::getChildsArbo the product id='.$rec['rowid'].' was already found at a higher level in tree. We discard to avoid infinite loop', LOG_WARNING);
      +                    continue;
      +                }
      +                $alreadyfound[$rec['rowid']]=1;
      +                $prods[$rec['rowid']]= array(
      +                 0=>$rec['rowid'],
      +                 1=>$rec['qty'],
      +                 2=>$rec['fk_product_type'],
      +                 3=>$this->db->escape($rec['label']),
      +                 4=>$rec['incdec']
      +                );
      +                //$prods[$this->db->escape($rec['label'])]= array(0=>$rec['id'],1=>$rec['qty'],2=>$rec['fk_product_type']);
      +                //$prods[$this->db->escape($rec['label'])]= array(0=>$rec['id'],1=>$rec['qty']);
      +                if (empty($firstlevelonly)) {
      +                       $listofchilds=$this->getChildsArbo($rec['rowid'], 0, $level + 1);
      +                    foreach($listofchilds as $keyChild => $valueChild)
      +                       {
      +                        $prods[$rec['rowid']]['childs'][$keyChild] = $valueChild;
      +                    }
      +                }
      +            }
      +
      +            return $prods;
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +            return -1;
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *     Return tree of all subproducts for product. Tree contains id, name and quantity.
      +     *     Set this->sousprods
      +     *
      +     * @return void
      +     */
      +    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
      +        {
      +            $parent[$this->label][$keyChild] = $valueChild;
      +        }
      +        foreach($parent as $key => $value)        // key=label, value is array of childs
      +        {
      +            $this->sousprods[$key] = $value;
      +        }
      +    }
      +
      +    /**
      +     *    Return clicable link of object (with eventually picto)
      +     *
      +     * @param  int    $withpicto             Add picto into link
      +     * @param  string $option                Where point the link ('stock', 'composition', 'category', 'supplier', '')
      +     * @param  int    $maxlength             Maxlength of ref
      +     * @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
      +     */
      +    public function getNomUrl($withpicto=0, $option='', $maxlength=0, $save_lastsearch_value=-1)
      +    {
      +        global $conf, $langs, $hookmanager;
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
      +
      +        $result='';
      +        $newref=$this->ref;
      +        if ($maxlength) { $newref=dol_trunc($newref, $maxlength, 'middle');
      +        }
      +
      +        if ($this->type == Product::TYPE_PRODUCT) { $label = '<u>' . $langs->trans("ShowProduct") . '</u>';
      +        }
      +        if ($this->type == Product::TYPE_SERVICE) { $label = '<u>' . $langs->trans("ShowService") . '</u>';
      +        }
      +        if (! empty($this->ref)) {
      +            $label .= '<br><b>' . $langs->trans('ProductRef') . ':</b> ' . $this->ref;
      +        }
      +        if (! empty($this->label)) {
      +            $label .= '<br><b>' . $langs->trans('ProductLabel') . ':</b> ' . $this->label;
      +        }
      +
      +        if ($this->type == Product::TYPE_PRODUCT) {
      +            if ($this->weight) {  $label.="<br><b>".$langs->trans("Weight").'</b>: '.$this->weight.' '.measuring_units_string($this->weight_units, "weight");
      +            }
      +            if ($this->length) {  $label.="<br><b>".$langs->trans("Length").'</b>: '.$this->length.' '.measuring_units_string($this->length_units, 'length');
      +            }
      +            if ($this->surface) { $label.="<br><b>".$langs->trans("Surface").'</b>: '.$this->surface.' '.measuring_units_string($this->surface_units, 'surface');
      +            }
      +            if ($this->volume) {  $label.="<br><b>".$langs->trans("Volume").'</b>: '.$this->volume.' '.measuring_units_string($this->volume_units, 'volume');
      +            }
      +        }
      +
      +        if ($this->type == Product::TYPE_PRODUCT || ! empty($conf->global->STOCK_SUPPORTS_SERVICES)) {
      +            if (! empty($conf->productbatch->enabled)) {
      +                   $langs->load("productbatch");
      +                $label.="<br><b>".$langs->trans("ManageLotSerial").'</b>: '.$this->getLibStatut(0, 2);
                   }
               }
               //if ($this->type == Product::TYPE_SERVICE)
               //{
                   //
               //}
      -        if (! empty($conf->accounting->enabled) && $this->status)
      -        {
      -        	include_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
      -        	$label.= '<br><b>' . $langs->trans('ProductAccountancySellCode') . ':</b> '. length_accountg($this->accountancy_code_sell);
      -        	$label.= '<br><b>' . $langs->trans('ProductAccountancySellIntraCode') . ':</b> '. length_accountg($this->accountancy_code_sell_export);
      -        	$label.= '<br><b>' . $langs->trans('ProductAccountancySellExportCode') . ':</b> '. length_accountg($this->accountancy_code_sell_intra);
      +        if (! empty($conf->accounting->enabled) && $this->status) {
      +            include_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
      +            $label.= '<br><b>' . $langs->trans('ProductAccountancySellCode') . ':</b> '. length_accountg($this->accountancy_code_sell);
      +            $label.= '<br><b>' . $langs->trans('ProductAccountancySellIntraCode') . ':</b> '. length_accountg($this->accountancy_code_sell_export);
      +            $label.= '<br><b>' . $langs->trans('ProductAccountancySellExportCode') . ':</b> '. length_accountg($this->accountancy_code_sell_intra);
               }
      -        if (! empty($conf->accounting->enabled) && $this->status_buy)
      -        {
      -        	include_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
      -        	$label.= '<br><b>' . $langs->trans('ProductAccountancyBuyCode') . ':</b> '. length_accountg($this->accountancy_code_buy);
      +        if (! empty($conf->accounting->enabled) && $this->status_buy) {
      +            include_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
      +            $label.= '<br><b>' . $langs->trans('ProductAccountancyBuyCode') . ':</b> '. length_accountg($this->accountancy_code_buy);
               }
      -        if (! empty($this->entity))
      -        {
      +        if (! empty($this->entity)) {
                   $tmpphoto = $this->show_photos('product', $conf->product->multidir_output[$this->entity], 1, 1, 0, 0, 0, 80);
      -            if ($this->nbphoto > 0) $label .= '<br>' . $tmpphoto;
      +            if ($this->nbphoto > 0) { $label .= '<br>' . $tmpphoto;
      +            }
               }
       
      -		$linkclose='';
      -		if (empty($notooltip))
      -		{
      -		    if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
      -		    {
      -		        $label=$langs->trans("ShowOrder");
      -		        $linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
      -		    }
      +        $linkclose='';
      +        if (empty($notooltip)) {
      +            if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
      +                $label=$langs->trans("ShowOrder");
      +                $linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
      +            }
       
      -		    $linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
      -		    $linkclose.= ' class="classfortooltip"';
      +            $linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
      +            $linkclose.= ' class="classfortooltip"';
       
      -		    /*
      -	        $hookmanager->initHooks(array('productdao'));
      -	        $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;
      -	        */
      -		}
      +            /*
      +            $hookmanager->initHooks(array('productdao'));
      +            $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;
      +            */
      +        }
       
               if ($option == 'supplier' || $option == 'category') {
                   $url = DOL_URL_ROOT.'/product/fournisseurs.php?id='.$this->id;
      @@ -3776,12 +3799,13 @@ class Product extends CommonObject
                   $url = DOL_URL_ROOT.'/product/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';
      +        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';
      +            }
               }
       
               $linkstart = '<a href="'.$url.'"';
      @@ -3789,732 +3813,719 @@ class Product extends CommonObject
               $linkend='</a>';
       
               $result.=$linkstart;
      -		if ($withpicto) {
      -			if ($this->type == Product::TYPE_PRODUCT) $result.=(img_object(($notooltip?'':$label), 'product', ($notooltip?'class="paddingright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1));
      -			if ($this->type == Product::TYPE_SERVICE) $result.=(img_object(($notooltip?'':$label), 'service', ($notooltip?'class="paddinright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1));
      -		}
      -		$result.= $newref;
      -		$result.= $linkend;
      +        if ($withpicto) {
      +            if ($this->type == Product::TYPE_PRODUCT) { $result.=(img_object(($notooltip?'':$label), 'product', ($notooltip?'class="paddingright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1));
      +            }
      +            if ($this->type == Product::TYPE_SERVICE) { $result.=(img_object(($notooltip?'':$label), 'service', ($notooltip?'class="paddinright"':'class="paddingright classfortooltip"'), 0, 0, $notooltip?0:1));
      +            }
      +        }
      +        $result.= $newref;
      +        $result.= $linkend;
       
      -		global $action;
      -		$hookmanager->initHooks(array('productdao'));
      -		$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;
      +        global $action;
      +        $hookmanager->initHooks(array('productdao'));
      +        $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 $result;
      +    }
       
       
      -	/**
      -	 *  Create a document onto disk according to template module.
      -	 *
      -	 * 	@param	    string		$modele			Force model to use ('' to not force)
      -	 * 	@param		Translate	$outputlangs	Object langs to use for output
      -	 *  @param      int			$hidedetails    Hide details of lines
      -	 *  @param      int			$hidedesc       Hide description
      -	 *  @param      int			$hideref        Hide ref
      -	 * 	@return     int         				0 if KO, 1 if OK
      -	 */
      -	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
      -	{
      -		global $conf,$user,$langs;
      -
      -		$langs->load("products");
      -
      -		// Positionne le modele sur le nom du modele a utiliser
      -		if (! dol_strlen($modele))
      -		{
      -			if (! empty($conf->global->PRODUCT_ADDON_PDF))
      -			{
      -				$modele = $conf->global->PRODUCT_ADDON_PDF;
      -			}
      -			else
      -			{
      -				$modele = 'strato';
      -			}
      -		}
      -
      -		$modelpath = "core/modules/product/doc/";
      -
      -		return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
      -	}
      -
      -	/**
      -	 *	Return label of status of object
      -	 *
      -	 *	@param      int	$mode       0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
      -	 *	@param      int	$type       0=Sell, 1=Buy, 2=Batch Number management
      -	 *	@return     string      	Label of status
      -	 */
      -	public function getLibStatut($mode=0, $type=0)
      -	{
      -		switch ($type)
      -		{
      -			case 0:
      -				return $this->LibStatut($this->status,$mode,$type);
      -			case 1:
      -				return $this->LibStatut($this->status_buy,$mode,$type);
      -			case 2:
      -				return $this->LibStatut($this->status_batch,$mode,$type);
      -			default:
      -				//Simulate previous behavior but should return an error string
      -				return $this->LibStatut($this->status_buy,$mode,$type);
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *	Return label of a given status
      -	 *
      -	 *	@param      int		$status     Statut
      -	 *	@param      int		$mode       0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
      -	 *	@param      int		$type       0=Status "to sell", 1=Status "to buy", 2=Status "to Batch"
      -	 *	@return     string      		Label of status
      -	 */
      -	function LibStatut($status,$mode=0,$type=0)
      -	{
      -        // phpcs:enable
      -		global $conf, $langs;
      -
      -		$langs->load('products');
      -		if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");
      -
      -		if ($type == 2)
      -		{
      -			switch ($mode)
      -			{
      -				case 0:
      -					return ($status == 0 ? $langs->trans('ProductStatusNotOnBatch') : $langs->trans('ProductStatusOnBatch'));
      -				case 1:
      -					return ($status == 0 ? $langs->trans('ProductStatusNotOnBatchShort') : $langs->trans('ProductStatusOnBatchShort'));
      -				case 2:
      -					return $this->LibStatut($status,3,2).' '.$this->LibStatut($status,1,2);
      -				case 3:
      -					if ($status == 0)
      -					{
      -						return img_picto($langs->trans('ProductStatusNotOnBatch'),'statut5');
      -					}
      -					return img_picto($langs->trans('ProductStatusOnBatch'),'statut4');
      -				case 4:
      -					return $this->LibStatut($status,3,2).' '.$this->LibStatut($status,0,2);
      -				case 5:
      -					return $this->LibStatut($status,1,2).' '.$this->LibStatut($status,3,2);
      -				default:
      -					return $langs->trans('Unknown');
      -			}
      -		}
      -		if ($mode == 0)
      -		{
      -			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
      -			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
      -		}
      -		elseif ($mode == 1)
      -		{
      -			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
      -			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
      -		}
      -		elseif ($mode == 2)
      -		{
      -			if ($status == 0) return img_picto($langs->trans('ProductStatusNotOnSell'),'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
      -			elseif ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
      -		}
      -		elseif ($mode == 3)
      -		{
      -			if ($status == 0) return img_picto(($type==0 ? $langs->trans('ProductStatusNotOnSell') : $langs->trans('ProductStatusNotOnBuy')),'statut5', 'class="pictostatus"');
      -			elseif ($status == 1) return img_picto(($type==0 ? $langs->trans('ProductStatusOnSell') : $langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
      -		}
      -		elseif ($mode == 4)
      -		{
      -			if ($status == 0) return img_picto($langs->trans('ProductStatusNotOnSell'),'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
      -			elseif ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
      -		}
      -		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"');
      -			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"');
      -		}
      -		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"');
      -			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');
      -	}
      -
      -
      -	/**
      -	 *  Retourne le libelle du finished du produit
      -	 *
      -	 *  @return     string		Libelle
      -	 */
      -	function getLibFinished()
      -	{
      -		global $langs;
      -		$langs->load('products');
      -
      -		if ($this->finished == '0') return $langs->trans("RowMaterial");
      -		if ($this->finished == '1') return $langs->trans("Finished");
      -		return '';
      -	}
      -
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Adjust stock in a warehouse for product
      -	 *
      -	 *  @param  	User	$user           user asking change
      -	 *  @param  	int		$id_entrepot    id of warehouse
      -	 *  @param  	double	$nbpiece        nb of units
      -	 *  @param  	int		$movement       0 = add, 1 = remove
      -	 * 	@param		string	$label			Label of stock movement
      -	 * 	@param		double	$price			Unit price HT of product, used to calculate average weighted price (PMP in french). If 0, average weighted price is not changed.
      -	 *  @param		string	$inventorycode	Inventory code
      -	 *  @param  	string	$origin_element Origin element type
      -	 *  @param  	int		$origin_id      Origin id of element
      -	 * 	@return     int     				<0 if KO, >0 if OK
      -	 */
      -	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();
      -
      -			require_once DOL_DOCUMENT_ROOT .'/product/stock/class/mouvementstock.class.php';
      -
      -			$op[0] = "+".trim($nbpiece);
      -			$op[1] = "-".trim($nbpiece);
      -
      -			$movementstock=new MouvementStock($this->db);
      -			$movementstock->setOrigin($origin_element, $origin_id);
      -			$result=$movementstock->_create($user,$this->id,$id_entrepot,$op[$movement],$movement,$price,$label,$inventorycode);
      -
      -			if ($result >= 0)
      -			{
      -				$this->db->commit();
      -				return 1;
      -			}
      -			else
      -			{
      -			    $this->error=$movementstock->error;
      -			    $this->errors=$movementstock->errors;
      -
      -				$this->db->rollback();
      -				return -1;
      -			}
      -		}
      -	}
      -
      -    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Adjust stock in a warehouse for product with batch number
      -	 *
      -	 *  @param  	User	$user           user asking change
      -	 *  @param  	int		$id_entrepot    id of warehouse
      -	 *  @param  	double	$nbpiece        nb of units
      -	 *  @param  	int		$movement       0 = add, 1 = remove
      -	 * 	@param		string	$label			Label of stock movement
      -	 * 	@param		double	$price			Price to use for stock eval
      -	 * 	@param		date	$dlc			eat-by date
      -	 * 	@param		date	$dluo			sell-by date
      -	 * 	@param		string	$lot			Lot number
      -	 *  @param		string	$inventorycode	Inventory code
      -	 *  @param  	string	$origin_element Origin element type
      -	 *  @param  	int		$origin_id      Origin id of element
      -	 * 	@return     int     				<0 if KO, >0 if OK
      -	 */
      -	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();
      -
      -			require_once DOL_DOCUMENT_ROOT .'/product/stock/class/mouvementstock.class.php';
      -
      -			$op[0] = "+".trim($nbpiece);
      -			$op[1] = "-".trim($nbpiece);
      -
      -			$movementstock=new MouvementStock($this->db);
      -			$movementstock->setOrigin($origin_element, $origin_id);
      -			$result=$movementstock->_create($user,$this->id,$id_entrepot,$op[$movement],$movement,$price,$label,$inventorycode,'',$dlc,$dluo,$lot);
      -
      -			if ($result >= 0)
      -			{
      -				$this->db->commit();
      -				return 1;
      -			}
      -			else
      -			{
      -			    $this->error=$movementstock->error;
      -			    $this->errors=$movementstock->errors;
      -
      -				$this->db->rollback();
      -				return -1;
      -			}
      -		}
      -	}
      -
      -    // 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.
      -	 *    If ENTREPOT_EXTRA_STATUS set, filtering on warehouse status possible.
      -	 *
      -	 *    @param      string   $option 		'' = Load all stock info, also from closed and internal warehouses,
      -	 *										'nobatch' = Do not load batch information,
      -	 *										'novirtual' = Do not load virtual stock,
      -	 *										'warehouseopen' = Load stock from open warehouses only,
      -	 *										'warehouseclosed' = Load stock from closed warehouses only,
      -	 *										'warehouseinternal' = Load stock from warehouses for internal correction/transfer only
      -	 *    @return     int                   < 0 if KO, > 0 if OK
      -	 *    @see		  load_virtual_stock(), loadBatchInfo()
      -	 */
      -	function load_stock($option='')
      -	{
      -        // phpcs:enable
      -		global $conf;
      -
      -		$this->stock_reel = 0;
      -		$this->stock_warehouse = array();
      -		$this->stock_theorique = 0;
      -
      -		$warehouseStatus = array();
      -
      -		if (preg_match('/warehouseclosed/', $option))
      -		{
      -			$warehouseStatus[] = Entrepot::STATUS_CLOSED;
      -		}
      -		if (preg_match('/warehouseopen/', $option))
      -		{
      -			$warehouseStatus[] = Entrepot::STATUS_OPEN_ALL;
      -		}
      -		if (preg_match('/warehouseinternal/', $option))
      -		{
      -			$warehouseStatus[] = Entrepot::STATUS_OPEN_INTERNAL;
      -		}
      -
      -		$sql = "SELECT ps.rowid, ps.reel, ps.fk_entrepot";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product_stock as ps";
      -		$sql.= ", ".MAIN_DB_PREFIX."entrepot as w";
      -		$sql.= " WHERE w.entity IN (".getEntity('stock').")";
      -		$sql.= " AND w.rowid = ps.fk_entrepot";
      -		$sql.= " AND ps.fk_product = ".$this->id;
      -		if ($conf->global->ENTREPOT_EXTRA_STATUS && count($warehouseStatus)) $sql.= " AND w.statut IN (".$this->db->escape(implode(',',$warehouseStatus)).")";
      -
      -		dol_syslog(get_class($this)."::load_stock", LOG_DEBUG);
      -		$result = $this->db->query($sql);
      -		if ($result)
      -		{
      -			$num = $this->db->num_rows($result);
      -			$i=0;
      -			if ($num > 0)
      -			{
      -				while ($i < $num)
      -				{
      -					$row = $this->db->fetch_object($result);
      -					$this->stock_warehouse[$row->fk_entrepot] = new stdClass();
      -					$this->stock_warehouse[$row->fk_entrepot]->real = $row->reel;
      -					$this->stock_warehouse[$row->fk_entrepot]->id = $row->rowid;
      -					if ((! preg_match('/nobatch/', $option)) && $this->hasbatch()) $this->stock_warehouse[$row->fk_entrepot]->detail_batch=Productbatch::findAll($this->db, $row->rowid, 1, $this->id);
      -					$this->stock_reel+=$row->reel;
      -					$i++;
      -				}
      -			}
      -			$this->db->free($result);
      -
      -			if (! preg_match('/novirtual/', $option))
      -			{
      -			    $this->load_virtual_stock();		// This also load stats_commande_fournisseur, ...
      -			}
      -
      -			return 1;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->lasterror();
      -			return -1;
      -		}
      -	}
      -
      -	// 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.
      -	 *
      -	 *    @return   int             < 0 if KO, > 0 if OK
      -	 *    @see		load_stock(), loadBatchInfo()
      -	 */
      -	function load_virtual_stock()
      -	{
      -		// phpcs:enable
      -		global $conf, $hookmanager, $action;
      -
      -		$stock_commande_client=0;
      -		$stock_commande_fournisseur=0;
      -		$stock_sending_client=0;
      -		$stock_reception_fournisseur=0;
      -
      -		if (! empty($conf->commande->enabled))
      -		{
      -			$result=$this->load_stats_commande(0,'1,2', 1);
      -			if ($result < 0) dol_print_error($this->db,$this->error);
      -			$stock_commande_client=$this->stats_commande['qty'];
      -		}
      -		if (! empty($conf->expedition->enabled))
      -		{
      -			$result=$this->load_stats_sending(0,'1,2', 1);
      -			if ($result < 0) dol_print_error($this->db,$this->error);
      -			$stock_sending_client=$this->stats_expedition['qty'];
      -		}
      -		if (! empty($conf->fournisseur->enabled))
      -		{
      -			$result=$this->load_stats_commande_fournisseur(0,'1,2,3,4', 1);
      -			if ($result < 0) dol_print_error($this->db,$this->error);
      -			$stock_commande_fournisseur=$this->stats_commande_fournisseur['qty'];
      -
      -			$result=$this->load_stats_reception(0,'4', 1);
      -			if ($result < 0) dol_print_error($this->db,$this->error);
      -			$stock_reception_fournisseur=$this->stats_reception['qty'];
      -		}
      -
      -		// Stock decrease mode
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) {
      -			$this->stock_theorique=$this->stock_reel-$stock_commande_client+$stock_sending_client;
      -		}
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER)) {
      -			$this->stock_theorique=$this->stock_reel;
      -		}
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_BILL)) {
      -			$this->stock_theorique=$this->stock_reel-$stock_commande_client;
      -		}
      -		// Stock Increase mode
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER)) {
      -			$this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      -		}
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER)) {
      -			$this->stock_theorique-=$stock_reception_fournisseur;
      -		}
      -		if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)) {
      -			$this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      -		}
      -
      -		if (! is_object($hookmanager)) {
      -			include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      -			$hookmanager=new HookManager($this->db);
      -		}
      -		$hookmanager->initHooks(array('productdao'));
      -		$parameters=array('id'=>$this->id);
      -		// Note that $action and $object may have been modified by some hooks
      -		$reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      -		if ($reshook > 0) $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
      -
      -		return 1;
      -	}
      -
      -
      -	/**
      -	 *  Load existing information about a serial
      -	 *
      -	 *	@param		string		$batch		Lot/serial number
      -	 *  @return     array					Array with record into product_batch
      -	 *  @see		load_stock(), load_virtual_stock()
      -	 */
      -    function loadBatchInfo($batch)
      +    /**
      +     *  Create a document onto disk according to template module.
      +     *
      +     * @param  string    $modele      Force model to use ('' to not force)
      +     * @param  Translate $outputlangs Object langs to use for output
      +     * @param  int       $hidedetails Hide details of lines
      +     * @param  int       $hidedesc    Hide description
      +     * @param  int       $hideref     Hide ref
      +     * @return int                         0 if KO, 1 if OK
      +     */
      +    public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
           {
      -    	$result=array();
      +        global $conf,$user,$langs;
       
      -    	$sql = "SELECT pb.batch, pb.eatby, pb.sellby, SUM(pb.qty) FROM ".MAIN_DB_PREFIX."product_batch as pb, ".MAIN_DB_PREFIX."product_stock as ps";
      -    	$sql.= " WHERE pb.fk_product_stock = ps.rowid AND ps.fk_product = ".$this->id." AND pb.batch = '".$this->db->escape($batch)."'";
      -    	$sql.= " GROUP BY pb.batch, pb.eatby, pb.sellby";
      -    	dol_syslog(get_class($this)."::loadBatchInfo load first entry found for lot/serial = ".$batch, 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);
      -				$result[]=array('batch'=>$batch, 'eatby'=>$this->db->jdate($obj->eatby), 'sellby'=>$this->db->jdate($obj->sellby), 'qty'=>$obj->qty);
      -				$i++;
      -    		}
      -    		return $result;
      -    	}
      -    	else
      -    	{
      -    		dol_print_error($this->db);
      -    		$this->db->rollback();
      -    		return array();
      -    	}
      +        $langs->load("products");
      +
      +        // Positionne le modele sur le nom du modele a utiliser
      +        if (! dol_strlen($modele)) {
      +            if (! empty($conf->global->PRODUCT_ADDON_PDF)) {
      +                $modele = $conf->global->PRODUCT_ADDON_PDF;
      +            }
      +            else
      +            {
      +                $modele = 'strato';
      +            }
      +        }
      +
      +        $modelpath = "core/modules/product/doc/";
      +
      +        return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
      +    }
      +
      +    /**
      +     *    Return label of status of object
      +     *
      +     * @param  int $mode 0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
      +     * @param  int $type 0=Sell, 1=Buy, 2=Batch Number management
      +     * @return string          Label of status
      +     */
      +    public function getLibStatut($mode=0, $type=0)
      +    {
      +        switch ($type)
      +        {
      +        case 0:
      +            return $this->LibStatut($this->status, $mode, $type);
      +        case 1:
      +            return $this->LibStatut($this->status_buy, $mode, $type);
      +        case 2:
      +            return $this->LibStatut($this->status_batch, $mode, $type);
      +        default:
      +            //Simulate previous behavior but should return an error string
      +            return $this->LibStatut($this->status_buy, $mode, $type);
      +        }
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *    Return label of a given status
      +     *
      +     * @param  int $status Statut
      +     * @param  int $mode   0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
      +     * @param  int $type   0=Status "to sell", 1=Status "to buy", 2=Status "to Batch"
      +     * @return string              Label of status
      +     */
      +    function LibStatut($status,$mode=0,$type=0)
      +    {
      +        // phpcs:enable
      +        global $conf, $langs;
      +
      +        $langs->load('products');
      +        if (! empty($conf->productbatch->enabled)) { $langs->load("productbatch");
      +        }
      +
      +        if ($type == 2) {
      +            switch ($mode)
      +            {
      +            case 0:
      +                return ($status == 0 ? $langs->trans('ProductStatusNotOnBatch') : $langs->trans('ProductStatusOnBatch'));
      +            case 1:
      +                return ($status == 0 ? $langs->trans('ProductStatusNotOnBatchShort') : $langs->trans('ProductStatusOnBatchShort'));
      +            case 2:
      +                return $this->LibStatut($status, 3, 2).' '.$this->LibStatut($status, 1, 2);
      +            case 3:
      +                if ($status == 0) {
      +                    return img_picto($langs->trans('ProductStatusNotOnBatch'), 'statut5');
      +                }
      +                return img_picto($langs->trans('ProductStatusOnBatch'), 'statut4');
      +            case 4:
      +                return $this->LibStatut($status, 3, 2).' '.$this->LibStatut($status, 0, 2);
      +            case 5:
      +                return $this->LibStatut($status, 1, 2).' '.$this->LibStatut($status, 3, 2);
      +            default:
      +                return $langs->trans('Unknown');
      +            }
      +        }
      +        if ($mode == 0) {
      +            if ($status == 0) { return ($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
      +            } elseif ($status == 1) { return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
      +            }
      +        }
      +        elseif ($mode == 1) {
      +            if ($status == 0) { return ($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
      +            } elseif ($status == 1) { return ($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
      +            }
      +        }
      +        elseif ($mode == 2) {
      +            if ($status == 0) { return img_picto($langs->trans('ProductStatusNotOnSell'), 'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
      +            } elseif ($status == 1) { return img_picto($langs->trans('ProductStatusOnSell'), 'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
      +            }
      +        }
      +        elseif ($mode == 3) {
      +            if ($status == 0) { return img_picto(($type==0 ? $langs->trans('ProductStatusNotOnSell') : $langs->trans('ProductStatusNotOnBuy')), 'statut5', 'class="pictostatus"');
      +            } elseif ($status == 1) { return img_picto(($type==0 ? $langs->trans('ProductStatusOnSell') : $langs->trans('ProductStatusOnBuy')), 'statut4', 'class="pictostatus"');
      +            }
      +        }
      +        elseif ($mode == 4) {
      +            if ($status == 0) { return img_picto($langs->trans('ProductStatusNotOnSell'), 'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
      +            } elseif ($status == 1) { return img_picto($langs->trans('ProductStatusOnSell'), 'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
      +            }
      +        }
      +        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"');
      +            } 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"');
      +            }
      +        }
      +        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"');
      +            } 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');
      +    }
      +
      +
      +    /**
      +     *  Retourne le libelle du finished du produit
      +     *
      +     * @return string        Libelle
      +     */
      +    function getLibFinished()
      +    {
      +        global $langs;
      +        $langs->load('products');
      +
      +        if ($this->finished == '0') { return $langs->trans("RowMaterial");
      +        }
      +        if ($this->finished == '1') { return $langs->trans("Finished");
      +        }
      +        return '';
           }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Move an uploaded file described into $file array into target directory $sdir.
      -	 *
      -	 *  @param  string	$sdir       Target directory
      -	 *  @param  string	$file       Array of file info of file to upload: array('name'=>..., 'tmp_name'=>...)
      -	 *  @return	int					<0 if KO, >0 if OK
      -	 */
      -	function add_photo($sdir, $file)
      -	{
      +    /**
      +     *  Adjust stock in a warehouse for product
      +     *
      +     * @param  User   $user           user asking change
      +     * @param  int    $id_entrepot    id of warehouse
      +     * @param  double $nbpiece        nb of units
      +     * @param  int    $movement       0 = add, 1 = remove
      +     * @param  string $label          Label of stock movement
      +     * @param  double $price          Unit price HT of product, used to calculate average weighted price (PMP in french). If 0, average weighted price is not changed.
      +     * @param  string $inventorycode  Inventory code
      +     * @param  string $origin_element Origin element type
      +     * @param  int    $origin_id      Origin id of element
      +     * @return int                     <0 if KO, >0 if OK
      +     */
      +    function correct_stock($user, $id_entrepot, $nbpiece, $movement, $label='', $price=0, $inventorycode='', $origin_element='', $origin_id=null)
      +    {
               // phpcs:enable
      -		global $conf;
      +        if ($id_entrepot) {
      +            $this->db->begin();
       
      -		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      +            include_once DOL_DOCUMENT_ROOT .'/product/stock/class/mouvementstock.class.php';
       
      -		$result = 0;
      +            $op[0] = "+".trim($nbpiece);
      +            $op[1] = "-".trim($nbpiece);
       
      -		$dir = $sdir;
      -		if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) $dir .= '/'. get_exdir($this->id,2,0,0,$this,'product') . $this->id ."/photos";
      -		else $dir .= '/'.get_exdir(0,0,0,0,$this,'product').dol_sanitizeFileName($this->ref);
      +            $movementstock=new MouvementStock($this->db);
      +            $movementstock->setOrigin($origin_element, $origin_id);
      +            $result=$movementstock->_create($user, $this->id, $id_entrepot, $op[$movement], $movement, $price, $label, $inventorycode);
       
      -		dol_mkdir($dir);
      +            if ($result >= 0) {
      +                $this->db->commit();
      +                return 1;
      +            }
      +            else
      +            {
      +                $this->error=$movementstock->error;
      +                $this->errors=$movementstock->errors;
       
      -		$dir_osencoded=$dir;
      -
      -		if (is_dir($dir_osencoded))
      -		{
      -			$originImage = $dir . '/' . $file['name'];
      -
      -			// Cree fichier en taille origine
      -			$result=dol_move_uploaded_file($file['tmp_name'], $originImage, 1);
      -
      -			if (file_exists(dol_osencode($originImage)))
      -			{
      -				// Create thumbs
      -				$this->addThumbs($originImage);
      -			}
      -		}
      -
      -		if (is_numeric($result) && $result > 0) return 1;
      -		else return -1;
      -	}
      +                $this->db->rollback();
      +                return -1;
      +            }
      +        }
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Return if at least one photo is available
      -	 *
      -	 *  @param      string		$sdir       Directory to scan
      -	 *  @return     boolean     			True if at least one photo is available, False if not
      -	 */
      -	function is_photo_available($sdir)
      -	{
      +    /**
      +     *  Adjust stock in a warehouse for product with batch number
      +     *
      +     * @param  User   $user           user asking change
      +     * @param  int    $id_entrepot    id of warehouse
      +     * @param  double $nbpiece        nb of units
      +     * @param  int    $movement       0 = add, 1 = remove
      +     * @param  string $label          Label of stock movement
      +     * @param  double $price          Price to use for stock eval
      +     * @param  date   $dlc            eat-by date
      +     * @param  date   $dluo           sell-by date
      +     * @param  string $lot            Lot number
      +     * @param  string $inventorycode  Inventory code
      +     * @param  string $origin_element Origin element type
      +     * @param  int    $origin_id      Origin id of element
      +     * @return int                     <0 if KO, >0 if OK
      +     */
      +    function correct_stock_batch($user, $id_entrepot, $nbpiece, $movement, $label='', $price=0, $dlc='', $dluo='',$lot='', $inventorycode='', $origin_element='', $origin_id=null)
      +    {
               // phpcs:enable
      -	    include_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
      -	    include_once DOL_DOCUMENT_ROOT .'/core/lib/images.lib.php';
      +        if ($id_entrepot) {
      +            $this->db->begin();
       
      -		global $conf;
      +            include_once DOL_DOCUMENT_ROOT .'/product/stock/class/mouvementstock.class.php';
       
      -		$dir = $sdir;
      -		if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) $dir .= '/'. get_exdir($this->id,2,0,0,$this,'product') . $this->id ."/photos/";
      -		else $dir .= '/'.get_exdir(0,0,0,0,$this,'product').dol_sanitizeFileName($this->ref).'/';
      +            $op[0] = "+".trim($nbpiece);
      +            $op[1] = "-".trim($nbpiece);
       
      -		$nbphoto=0;
      +            $movementstock=new MouvementStock($this->db);
      +            $movementstock->setOrigin($origin_element, $origin_id);
      +            $result=$movementstock->_create($user, $this->id, $id_entrepot, $op[$movement], $movement, $price, $label, $inventorycode, '', $dlc, $dluo, $lot);
       
      -		$dir_osencoded=dol_osencode($dir);
      -		if (file_exists($dir_osencoded))
      -		{
      -			$handle=opendir($dir_osencoded);
      -			if (is_resource($handle))
      -			{
      -			    while (($file = readdir($handle)) !== false)
      -    			{
      -    				if (! utf8_check($file)) $file=utf8_encode($file);	// To be sure data is stored in UTF8 in memory
      -    				if (dol_is_file($dir.$file) && image_format_supported($file) > 0) return true;
      -    			}
      -			}
      -		}
      -		return false;
      -	}
      +            if ($result >= 0) {
      +                $this->db->commit();
      +                return 1;
      +            }
      +            else
      +            {
      +                $this->error=$movementstock->error;
      +                $this->errors=$movementstock->errors;
      +
      +                $this->db->rollback();
      +                return -1;
      +            }
      +        }
      +    }
      +
      +    // 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.
      +     *    If ENTREPOT_EXTRA_STATUS set, filtering on warehouse status possible.
      +     *
      +     * @param  string $option '' = Load all stock info, also from closed and internal warehouses,                                                                                                                                                                                                                                 
      +     * @return int                   < 0 if KO, > 0 if OK
      +     * @see    load_virtual_stock(), loadBatchInfo()
      +     */
      +    function load_stock($option='')
      +    {
      +        // phpcs:enable
      +        global $conf;
      +
      +        $this->stock_reel = 0;
      +        $this->stock_warehouse = array();
      +        $this->stock_theorique = 0;
      +
      +        $warehouseStatus = array();
      +
      +        if (preg_match('/warehouseclosed/', $option)) {
      +            $warehouseStatus[] = Entrepot::STATUS_CLOSED;
      +        }
      +        if (preg_match('/warehouseopen/', $option)) {
      +            $warehouseStatus[] = Entrepot::STATUS_OPEN_ALL;
      +        }
      +        if (preg_match('/warehouseinternal/', $option)) {
      +            $warehouseStatus[] = Entrepot::STATUS_OPEN_INTERNAL;
      +        }
      +
      +        $sql = "SELECT ps.rowid, ps.reel, ps.fk_entrepot";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_stock as ps";
      +        $sql.= ", ".MAIN_DB_PREFIX."entrepot as w";
      +        $sql.= " WHERE w.entity IN (".getEntity('stock').")";
      +        $sql.= " AND w.rowid = ps.fk_entrepot";
      +        $sql.= " AND ps.fk_product = ".$this->id;
      +        if ($conf->global->ENTREPOT_EXTRA_STATUS && count($warehouseStatus)) { $sql.= " AND w.statut IN (".$this->db->escape(implode(',', $warehouseStatus)).")";
      +        }
      +
      +        dol_syslog(get_class($this)."::load_stock", LOG_DEBUG);
      +        $result = $this->db->query($sql);
      +        if ($result) {
      +            $num = $this->db->num_rows($result);
      +            $i=0;
      +            if ($num > 0) {
      +                while ($i < $num)
      +                {
      +                    $row = $this->db->fetch_object($result);
      +                    $this->stock_warehouse[$row->fk_entrepot] = new stdClass();
      +                    $this->stock_warehouse[$row->fk_entrepot]->real = $row->reel;
      +                    $this->stock_warehouse[$row->fk_entrepot]->id = $row->rowid;
      +                    if ((! preg_match('/nobatch/', $option)) && $this->hasbatch()) { $this->stock_warehouse[$row->fk_entrepot]->detail_batch=Productbatch::findAll($this->db, $row->rowid, 1, $this->id);
      +                    }
      +                    $this->stock_reel+=$row->reel;
      +                    $i++;
      +                }
      +            }
      +            $this->db->free($result);
      +
      +            if (! preg_match('/novirtual/', $option)) {
      +                $this->load_virtual_stock();        // This also load stats_commande_fournisseur, ...
      +            }
      +
      +            return 1;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->lasterror();
      +            return -1;
      +        }
      +    }
      +
      +	// 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.
      +     *
      +     * @return int             < 0 if KO, > 0 if OK
      +     * @see    load_stock(), loadBatchInfo()
      +     */
      +    function load_virtual_stock()
      +    {
      +     // phpcs:enable
      +        global $conf, $hookmanager, $action;
      +
      +        $stock_commande_client=0;
      +        $stock_commande_fournisseur=0;
      +        $stock_sending_client=0;
      +        $stock_reception_fournisseur=0;
      +
      +        if (! empty($conf->commande->enabled)) {
      +            $result=$this->load_stats_commande(0, '1,2', 1);
      +            if ($result < 0) { dol_print_error($this->db, $this->error);
      +            }
      +            $stock_commande_client=$this->stats_commande['qty'];
      +        }
      +        if (! empty($conf->expedition->enabled)) {
      +            $result=$this->load_stats_sending(0, '1,2', 1);
      +            if ($result < 0) { dol_print_error($this->db, $this->error);
      +            }
      +            $stock_sending_client=$this->stats_expedition['qty'];
      +        }
      +        if (! empty($conf->fournisseur->enabled)) {
      +            $result=$this->load_stats_commande_fournisseur(0, '1,2,3,4', 1);
      +            if ($result < 0) { dol_print_error($this->db, $this->error);
      +            }
      +            $stock_commande_fournisseur=$this->stats_commande_fournisseur['qty'];
      +
      +            $result=$this->load_stats_reception(0, '4', 1);
      +            if ($result < 0) { dol_print_error($this->db, $this->error);
      +            }
      +            $stock_reception_fournisseur=$this->stats_reception['qty'];
      +        }
      +
      +        // Stock decrease mode
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT_CLOSE)) {
      +            $this->stock_theorique=$this->stock_reel-$stock_commande_client+$stock_sending_client;
      +        }
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER)) {
      +            $this->stock_theorique=$this->stock_reel;
      +        }
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_BILL)) {
      +            $this->stock_theorique=$this->stock_reel-$stock_commande_client;
      +        }
      +        // Stock Increase mode
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER)) {
      +            $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      +        }
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER)) {
      +            $this->stock_theorique-=$stock_reception_fournisseur;
      +        }
      +        if (! empty($conf->global->STOCK_CALCULATE_ON_SUPPLIER_BILL)) {
      +            $this->stock_theorique+=$stock_commande_fournisseur-$stock_reception_fournisseur;
      +        }
      +
      +        if (! is_object($hookmanager)) {
      +            include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
      +            $hookmanager=new HookManager($this->db);
      +        }
      +        $hookmanager->initHooks(array('productdao'));
      +        $parameters=array('id'=>$this->id);
      +        // Note that $action and $object may have been modified by some hooks
      +        $reshook=$hookmanager->executeHooks('loadvirtualstock', $parameters, $this, $action);
      +        if ($reshook > 0) { $this->stock_theorique = $hookmanager->resArray['stock_theorique'];
      +        }
      +
      +        return 1;
      +    }
      +
      +
      +    /**
      +     *  Load existing information about a serial
      +     *
      +     * @param  string $batch Lot/serial number
      +     * @return array                    Array with record into product_batch
      +     * @see    load_stock(), load_virtual_stock()
      +     */
      +    function loadBatchInfo($batch)
      +    {
      +        $result=array();
      +
      +        $sql = "SELECT pb.batch, pb.eatby, pb.sellby, SUM(pb.qty) FROM ".MAIN_DB_PREFIX."product_batch as pb, ".MAIN_DB_PREFIX."product_stock as ps";
      +        $sql.= " WHERE pb.fk_product_stock = ps.rowid AND ps.fk_product = ".$this->id." AND pb.batch = '".$this->db->escape($batch)."'";
      +        $sql.= " GROUP BY pb.batch, pb.eatby, pb.sellby";
      +        dol_syslog(get_class($this)."::loadBatchInfo load first entry found for lot/serial = ".$batch, 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);
      +                $result[]=array('batch'=>$batch, 'eatby'=>$this->db->jdate($obj->eatby), 'sellby'=>$this->db->jdate($obj->sellby), 'qty'=>$obj->qty);
      +                $i++;
      +            }
      +            return $result;
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +            $this->db->rollback();
      +            return array();
      +        }
      +    }
       
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Retourne tableau de toutes les photos du produit
      -	 *
      -	 *  @param      string		$dir        Repertoire a scanner
      -	 *  @param      int			$nbmax      Nombre maximum de photos (0=pas de max)
      -	 *  @return     array       			Tableau de photos
      -	 */
      -	function liste_photos($dir,$nbmax=0)
      -	{
      +    /**
      +     *  Move an uploaded file described into $file array into target directory $sdir.
      +     *
      +     * @param  string $sdir Target directory
      +     * @param  string $file Array of file info of file to upload: array('name'=>..., 'tmp_name'=>...)
      +     * @return int                    <0 if KO, >0 if OK
      +     */
      +    function add_photo($sdir, $file)
      +    {
               // phpcs:enable
      -	    include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      -	    include_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
      +        global $conf;
       
      -		$nbphoto=0;
      -		$tabobj=array();
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
       
      -		$dir_osencoded=dol_osencode($dir);
      -		$handle=@opendir($dir_osencoded);
      -		if (is_resource($handle))
      -		{
      -			while (($file = readdir($handle)) !== false)
      -			{
      -				if (! utf8_check($file)) $file=utf8_encode($file);	// readdir returns ISO
      -				if (dol_is_file($dir.$file) && image_format_supported($file) >= 0)
      -				{
      -					$nbphoto++;
      +        $result = 0;
       
      -					// On determine nom du fichier vignette
      -					$photo=$file;
      -					$photo_vignette='';
      -					if (preg_match('/('.$this->regeximgext.')$/i', $photo, $regs))
      -					{
      -						$photo_vignette=preg_replace('/'.$regs[0].'/i', '', $photo).'_small'.$regs[0];
      -					}
      +        $dir = $sdir;
      +        if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) { $dir .= '/'. get_exdir($this->id, 2, 0, 0, $this, 'product') . $this->id ."/photos";
      +        } else { $dir .= '/'.get_exdir(0, 0, 0, 0, $this, 'product').dol_sanitizeFileName($this->ref);
      +        }
       
      -					$dirthumb = $dir.'thumbs/';
      +        dol_mkdir($dir);
       
      -					// Objet
      -					$obj=array();
      -					$obj['photo']=$photo;
      -					if ($photo_vignette && dol_is_file($dirthumb.$photo_vignette)) $obj['photo_vignette']='thumbs/' . $photo_vignette;
      -					else $obj['photo_vignette']="";
      +        $dir_osencoded=$dir;
       
      -					$tabobj[$nbphoto-1]=$obj;
      +        if (is_dir($dir_osencoded)) {
      +            $originImage = $dir . '/' . $file['name'];
       
      -					// On continue ou on arrete de boucler ?
      -					if ($nbmax && $nbphoto >= $nbmax) break;
      -				}
      -			}
      +            // Cree fichier en taille origine
      +            $result=dol_move_uploaded_file($file['tmp_name'], $originImage, 1);
       
      -			closedir($handle);
      -		}
      +            if (file_exists(dol_osencode($originImage))) {
      +                // Create thumbs
      +                $this->addThumbs($originImage);
      +            }
      +        }
       
      -		return $tabobj;
      -	}
      +        if (is_numeric($result) && $result > 0) { return 1;
      +        } else { return -1;
      +        }
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Efface la photo du produit et sa vignette
      -	 *
      -	 *  @param  string		$file        Chemin de l'image
      -	 *  @return	void
      -	 */
      -	function delete_photo($file)
      -	{
      +    /**
      +     *  Return if at least one photo is available
      +     *
      +     * @param  string $sdir Directory to scan
      +     * @return boolean                 True if at least one photo is available, False if not
      +     */
      +    function is_photo_available($sdir)
      +    {
               // phpcs:enable
      -	    require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      -	    require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
      +        include_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
      +        include_once DOL_DOCUMENT_ROOT .'/core/lib/images.lib.php';
      +
      +        global $conf;
      +
      +        $dir = $sdir;
      +        if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) { $dir .= '/'. get_exdir($this->id, 2, 0, 0, $this, 'product') . $this->id ."/photos/";
      +        } else { $dir .= '/'.get_exdir(0, 0, 0, 0, $this, 'product').dol_sanitizeFileName($this->ref).'/';
      +        }
      +
      +        $nbphoto=0;
      +
      +        $dir_osencoded=dol_osencode($dir);
      +        if (file_exists($dir_osencoded)) {
      +            $handle=opendir($dir_osencoded);
      +            if (is_resource($handle)) {
      +                while (($file = readdir($handle)) !== false)
      +                {
      +                    if (! utf8_check($file)) { $file=utf8_encode($file);    // To be sure data is stored in UTF8 in memory
      +                    }
      +                    if (dol_is_file($dir.$file) && image_format_supported($file) > 0) { return true;
      +                    }
      +                }
      +            }
      +        }
      +        return false;
      +    }
      +
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Retourne tableau de toutes les photos du produit
      +     *
      +     * @param  string $dir   Repertoire a scanner
      +     * @param  int    $nbmax Nombre maximum de photos (0=pas de max)
      +     * @return array                   Tableau de photos
      +     */
      +    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';
      +
      +        $nbphoto=0;
      +        $tabobj=array();
      +
      +        $dir_osencoded=dol_osencode($dir);
      +        $handle=@opendir($dir_osencoded);
      +        if (is_resource($handle)) {
      +            while (($file = readdir($handle)) !== false)
      +            {
      +                if (! utf8_check($file)) { $file=utf8_encode($file);    // readdir returns ISO
      +                }
      +                if (dol_is_file($dir.$file) && image_format_supported($file) >= 0) {
      +                    $nbphoto++;
      +
      +                    // On determine nom du fichier vignette
      +                    $photo=$file;
      +                    $photo_vignette='';
      +                    if (preg_match('/('.$this->regeximgext.')$/i', $photo, $regs)) {
      +                        $photo_vignette=preg_replace('/'.$regs[0].'/i', '', $photo).'_small'.$regs[0];
      +                    }
      +
      +                    $dirthumb = $dir.'thumbs/';
      +
      +                    // Objet
      +                    $obj=array();
      +                    $obj['photo']=$photo;
      +                    if ($photo_vignette && dol_is_file($dirthumb.$photo_vignette)) { $obj['photo_vignette']='thumbs/' . $photo_vignette;
      +                    } else { $obj['photo_vignette']="";
      +                    }
      +
      +                    $tabobj[$nbphoto-1]=$obj;
      +
      +                    // On continue ou on arrete de boucler ?
      +                    if ($nbmax && $nbphoto >= $nbmax) { break;
      +                    }
      +                }
      +            }
      +
      +            closedir($handle);
      +        }
      +
      +        return $tabobj;
      +    }
      +
      +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      +    /**
      +     *  Efface la photo du produit et sa vignette
      +     *
      +     * @param  string $file Chemin de l'image
      +     * @return void
      +     */
      +    function delete_photo($file)
      +    {
      +        // phpcs:enable
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
      +        include_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
       
               $dir = dirname($file).'/'; // Chemin du dossier contenant l'image d'origine
      -		$dirthumb = $dir.'/thumbs/'; // Chemin du dossier contenant la vignette
      -		$filename = preg_replace('/'.preg_quote($dir,'/').'/i','',$file); // Nom du fichier
      +        $dirthumb = $dir.'/thumbs/'; // Chemin du dossier contenant la vignette
      +        $filename = preg_replace('/'.preg_quote($dir, '/').'/i', '', $file); // Nom du fichier
       
      -		// On efface l'image d'origine
      -		dol_delete_file($file, 0, 0, 0, $this); // For triggers
      +        // On efface l'image d'origine
      +        dol_delete_file($file, 0, 0, 0, $this); // For triggers
       
      -		// Si elle existe, on efface la vignette
      -		if (preg_match('/('.$this->regeximgext.')$/i',$filename,$regs))
      -		{
      -			$photo_vignette=preg_replace('/'.$regs[0].'/i','',$filename).'_small'.$regs[0];
      -			if (file_exists(dol_osencode($dirthumb.$photo_vignette)))
      -			{
      -				dol_delete_file($dirthumb.$photo_vignette);
      -			}
      +        // Si elle existe, on efface la vignette
      +        if (preg_match('/('.$this->regeximgext.')$/i', $filename, $regs)) {
      +            $photo_vignette=preg_replace('/'.$regs[0].'/i', '', $filename).'_small'.$regs[0];
      +            if (file_exists(dol_osencode($dirthumb.$photo_vignette))) {
      +                dol_delete_file($dirthumb.$photo_vignette);
      +            }
       
      -			$photo_vignette=preg_replace('/'.$regs[0].'/i','',$filename).'_mini'.$regs[0];
      -			if (file_exists(dol_osencode($dirthumb.$photo_vignette)))
      -			{
      -				dol_delete_file($dirthumb.$photo_vignette);
      -			}
      -		}
      -	}
      +            $photo_vignette=preg_replace('/'.$regs[0].'/i', '', $filename).'_mini'.$regs[0];
      +            if (file_exists(dol_osencode($dirthumb.$photo_vignette))) {
      +                dol_delete_file($dirthumb.$photo_vignette);
      +            }
      +        }
      +    }
       
           // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
      -	/**
      -	 *  Load size of image file
      -	 *
      -	 *  @param  string	$file        Path to file
      -	 *  @return	void
      -	 */
      -	function get_image_size($file)
      -	{
      +    /**
      +     *  Load size of image file
      +     *
      +     * @param  string $file Path to file
      +     * @return void
      +     */
      +    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
      -	}
      +        $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
      -	 *
      -	 *  @return    int                 <0 if KO, >0 if OK
      -	 */
      -	function load_state_board()
      -	{
      +    /**
      +     *  Load indicators this->nb for the dashboard
      +     *
      +     * @return int                 <0 if KO, >0 if OK
      +     */
      +    function load_state_board()
      +    {
               // phpcs:enable
      -		global $conf, $user, $hookmanager;
      +        global $conf, $user, $hookmanager;
       
      -		$this->nb=array();
      +        $this->nb=array();
       
      -		$sql = "SELECT count(p.rowid) as nb, fk_product_type";
      -		$sql.= " FROM ".MAIN_DB_PREFIX."product as p";
      -		$sql.= ' WHERE p.entity IN ('.getEntity($this->element, 1).')';
      -		// Add where from hooks
      -		if (is_object($hookmanager))
      -		{
      -		    $parameters=array();
      -		    $reshook=$hookmanager->executeHooks('printFieldListWhere',$parameters);    // Note that $action and $object may have been modified by hook
      -		    $sql.=$hookmanager->resPrint;
      -		}
      +        $sql = "SELECT count(p.rowid) as nb, fk_product_type";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product as p";
      +        $sql.= ' WHERE p.entity IN ('.getEntity($this->element, 1).')';
      +        // Add where from hooks
      +        if (is_object($hookmanager)) {
      +            $parameters=array();
      +            $reshook=$hookmanager->executeHooks('printFieldListWhere', $parameters);    // Note that $action and $object may have been modified by hook
      +            $sql.=$hookmanager->resPrint;
      +        }
               $sql.= ' GROUP BY fk_product_type';
       
      -		$resql=$this->db->query($sql);
      -		if ($resql)
      -		{
      -			while ($obj=$this->db->fetch_object($resql))
      -			{
      -				if ($obj->fk_product_type == 1) $this->nb["services"]=$obj->nb;
      -				else $this->nb["products"]=$obj->nb;
      -			}
      +        $resql=$this->db->query($sql);
      +        if ($resql) {
      +            while ($obj=$this->db->fetch_object($resql))
      +            {
      +                if ($obj->fk_product_type == 1) { $this->nb["services"]=$obj->nb;
      +                } else { $this->nb["products"]=$obj->nb;
      +                }
      +            }
                   $this->db->free($resql);
      -			return 1;
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -			$this->error=$this->db->error();
      -			return -1;
      -		}
      -	}
      +            return 1;
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +            $this->error=$this->db->error();
      +            return -1;
      +        }
      +    }
       
           /**
            * Return if object is a product
            *
      -     * @return  boolean     True if it's a product
      +     * @return boolean     True if it's a product
            */
      -	function isProduct()
      -	{
      -		return ($this->type == Product::TYPE_PRODUCT ? true : false);
      -	}
      +    function isProduct()
      +    {
      +        return ($this->type == Product::TYPE_PRODUCT ? true : false);
      +    }
       
           /**
            * Return if object is a product
            *
      -     * @return  boolean     True if it's a service
      +     * @return boolean     True if it's a service
            */
      -	function isService()
      -	{
      -		return ($this->type == Product::TYPE_SERVICE ? true : false);
      -	}
      +    function isService()
      +    {
      +        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
            *
      -     *	@param	Product		$object		Object product or service
      -     *	@param	string		$type		Barcode type (ean, isbn, ...)
      -     *  @return void
      +     * @param  Product $object Object product or service
      +     * @param  string  $type   Barcode type (ean, isbn, ...)
      +     * @return void
            */
           function get_barcode($object,$type='')
           {
      @@ -4522,18 +4533,18 @@ class Product extends CommonObject
               global $conf;
       
               $result='';
      -        if (! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM))
      -        {
      -            $dirsociete=array_merge(array('/core/modules/barcode/'),$conf->modules_parts['barcode']);
      +        if (! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM)) {
      +            $dirsociete=array_merge(array('/core/modules/barcode/'), $conf->modules_parts['barcode']);
                   foreach ($dirsociete as $dirroot)
                   {
                       $res=dol_include_once($dirroot.$conf->global->BARCODE_PRODUCT_ADDON_NUM.'.php');
      -                if ($res) break;
      +                if ($res) { break;
      +                }
                   }
                   $var = $conf->global->BARCODE_PRODUCT_ADDON_NUM;
                   $mod = new $var;
       
      -            $result=$mod->getNextValue($object,$type);
      +            $result=$mod->getNextValue($object, $type);
       
                   dol_syslog(get_class($this)."::get_barcode barcode=".$result." module=".$var);
               }
      @@ -4543,9 +4554,9 @@ class Product extends CommonObject
           /**
            *  Initialise an instance with random values.
            *  Used to build previews or test instances.
      -     *	id must be 0 if object instance is a specimen.
      +     *    id must be 0 if object instance is a specimen.
            *
      -     *  @return	void
      +     * @return void
            */
           function initAsSpecimen()
           {
      @@ -4558,12 +4569,12 @@ class Product extends CommonObject
               $this->id=0;
               $this->ref = 'PRODUCT_SPEC';
               $this->label = 'PRODUCT SPECIMEN';
      -        $this->description = 'This is description of this product specimen that was created the '.dol_print_date($now,'dayhourlog').'.';
      +        $this->description = 'This is description of this product specimen that was created the '.dol_print_date($now, 'dayhourlog').'.';
               $this->specimen=1;
               $this->country_id=1;
               $this->tosell=1;
               $this->tobuy=1;
      -		$this->tobatch=0;
      +        $this->tobatch=0;
               $this->note='This is a comment (private)';
               $this->date_creation = $now;
               $this->date_modification = $now;
      @@ -4583,283 +4594,277 @@ class Product extends CommonObject
               $this->volume = 300;
               $this->volume_unit = 0;
       
      -        $this->barcode=-1;	// Create barcode automatically
      +        $this->barcode=-1;    // Create barcode automatically
           }
       
      -	/**
      -	 *	Returns the text label from units dictionary
      -	 *
      -	 * 	@param	string $type Label type (long or short)
      -	 *	@return	string|int <0 if ko, label if ok
      -	 */
      -	function getLabelOfUnit($type='long')
      -	{
      -		global $langs;
      +    /**
      +     *    Returns the text label from units dictionary
      +     *
      +     * @param  string $type Label type (long or short)
      +     * @return string|int <0 if ko, label if ok
      +     */
      +    function getLabelOfUnit($type='long')
      +    {
      +        global $langs;
       
      -		if (!$this->fk_unit) {
      -			return '';
      -		}
      +        if (!$this->fk_unit) {
      +            return '';
      +        }
       
      -		$langs->load('products');
      +        $langs->load('products');
       
      -		$label_type = 'label';
      +        $label_type = 'label';
       
      -		if ($type == 'short')
      -		{
      -			$label_type = 'short_label';
      -		}
      +        if ($type == 'short') {
      +            $label_type = 'short_label';
      +        }
       
      -		$sql = 'select '.$label_type.' from '.MAIN_DB_PREFIX.'c_units where rowid='.$this->fk_unit;
      -		$resql = $this->db->query($sql);
      -		if($resql && $this->db->num_rows($resql) > 0)
      -		{
      -			$res = $this->db->fetch_array($resql);
      -			$label = $res[$label_type];
      -			$this->db->free($resql);
      -			return $label;
      -		}
      -		else
      -		{
      -			$this->error=$this->db->error().' sql='.$sql;
      -			dol_syslog(get_class($this)."::getLabelOfUnit Error ".$this->error, LOG_ERR);
      -			return -1;
      -		}
      -	}
      +        $sql = 'select '.$label_type.' from '.MAIN_DB_PREFIX.'c_units where rowid='.$this->fk_unit;
      +        $resql = $this->db->query($sql);
      +        if($resql && $this->db->num_rows($resql) > 0) {
      +            $res = $this->db->fetch_array($resql);
      +            $label = $res[$label_type];
      +            $this->db->free($resql);
      +            return $label;
      +        }
      +        else
      +        {
      +            $this->error=$this->db->error().' sql='.$sql;
      +            dol_syslog(get_class($this)."::getLabelOfUnit Error ".$this->error, LOG_ERR);
      +            return -1;
      +        }
      +    }
       
           /**
            * Return if object has a sell-by date or eat-by date
            *
      -     * @return  boolean     True if it's has
      +     * @return boolean     True if it's has
            */
      -	function hasbatch()
      -	{
      -		return ($this->status_batch == 1 ? true : false);
      -	}
      +    function hasbatch()
      +    {
      +        return ($this->status_batch == 1 ? true : false);
      +    }
       
       
           // 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()
      -	{
      +    function min_recommended_price()
      +    {
               // phpcs:enable
      -		global $conf;
      +        global $conf;
       
      -		$maxpricesupplier=0;
      +        $maxpricesupplier=0;
       
      -		if (! empty($conf->global->PRODUCT_MINIMUM_RECOMMENDED_PRICE))
      -		{
      -			require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
      -			$product_fourn = new ProductFournisseur($this->db);
      -			$product_fourn_list = $product_fourn->list_product_fournisseur_price($this->id, '', '');
      +        if (! empty($conf->global->PRODUCT_MINIMUM_RECOMMENDED_PRICE)) {
      +            include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
      +            $product_fourn = new ProductFournisseur($this->db);
      +            $product_fourn_list = $product_fourn->list_product_fournisseur_price($this->id, '', '');
       
      -			if (is_array($product_fourn_list) && count($product_fourn_list)>0)
      -			{
      -				foreach($product_fourn_list as $productfourn)
      -				{
      -					if ($productfourn->fourn_unitprice > $maxpricesupplier)
      -					{
      -						$maxpricesupplier = $productfourn->fourn_unitprice;
      -					}
      -				}
      +            if (is_array($product_fourn_list) && count($product_fourn_list)>0) {
      +                foreach($product_fourn_list as $productfourn)
      +                {
      +                    if ($productfourn->fourn_unitprice > $maxpricesupplier) {
      +                        $maxpricesupplier = $productfourn->fourn_unitprice;
      +                    }
      +                }
       
      -				$maxpricesupplier *= $conf->global->PRODUCT_MINIMUM_RECOMMENDED_PRICE;
      -			}
      -		}
      +                $maxpricesupplier *= $conf->global->PRODUCT_MINIMUM_RECOMMENDED_PRICE;
      +            }
      +        }
       
      -		return $maxpricesupplier;
      -	}
      +        return $maxpricesupplier;
      +    }
       
       
      -	/**
      -	 * Sets object to supplied categories.
      -	 *
      -	 * Deletes object from existing categories not supplied.
      -	 * Adds it to non existing supplied categories.
      -	 * Existing categories are left untouch.
      -	 *
      -	 * @param int[]|int $categories Category or categories IDs
      +    /**
      +     * Sets object to supplied categories.
      +     *
      +     * Deletes object from existing categories not supplied.
      +     * Adds it to non existing supplied categories.
      +     * Existing categories are left untouch.
      +     *
      +     * @param  int[]|int $categories Category or categories IDs
            * @return void
      -	 */
      +     */
           public function setCategories($categories)
           {
      -		// Handle single category
      -		if (! is_array($categories)) {
      -			$categories = array($categories);
      -		}
      +        // Handle single category
      +        if (! is_array($categories)) {
      +            $categories = array($categories);
      +        }
       
      -		// Get current categories
      -		require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
      -		$c = new Categorie($this->db);
      -		$existing = $c->containing($this->id, Categorie::TYPE_PRODUCT, 'id');
      +        // Get current categories
      +        include_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
      +        $c = new Categorie($this->db);
      +        $existing = $c->containing($this->id, Categorie::TYPE_PRODUCT, 'id');
       
      -		// Diff
      -		if (is_array($existing)) {
      -			$to_del = array_diff($existing, $categories);
      -			$to_add = array_diff($categories, $existing);
      -		} else {
      -			$to_del = array(); // Nothing to delete
      -			$to_add = $categories;
      -		}
      +        // Diff
      +        if (is_array($existing)) {
      +            $to_del = array_diff($existing, $categories);
      +            $to_add = array_diff($categories, $existing);
      +        } else {
      +            $to_del = array(); // Nothing to delete
      +            $to_add = $categories;
      +        }
       
      -		// Process
      -		foreach($to_del as $del) {
      -			if ($c->fetch($del) > 0) {
      -				$c->del_type($this, 'product');
      -			}
      -		}
      -		foreach ($to_add as $add) {
      -			if ($c->fetch($add) > 0) {
      -				$c->add_type($this, 'product');
      -			}
      -		}
      +        // Process
      +        foreach($to_del as $del) {
      +            if ($c->fetch($del) > 0) {
      +                $c->del_type($this, 'product');
      +            }
      +        }
      +        foreach ($to_add as $add) {
      +            if ($c->fetch($add) > 0) {
      +                $c->add_type($this, 'product');
      +            }
      +        }
       
      -		return;
      -	}
      +        return;
      +    }
       
      -	/**
      -	 * Function used to replace a thirdparty id with another one.
      -	 *
      -	 * @param DoliDB 	$db 			Database handler
      -	 * @param int 		$origin_id 		Old thirdparty id
      -	 * @param int 		$dest_id 		New thirdparty id
      -	 * @return bool
      -	 */
      -	public static function replaceThirdparty(DoliDB $db, $origin_id, $dest_id)
      -	{
      -		$tables = array(
      -			'product_customer_price',
      -			'product_customer_price_log'
      -		);
      +    /**
      +     * Function used to replace a thirdparty id with another one.
      +     *
      +     * @param  DoliDB $db        Database handler
      +     * @param  int    $origin_id Old thirdparty id
      +     * @param  int    $dest_id   New thirdparty id
      +     * @return bool
      +     */
      +    public static function replaceThirdparty(DoliDB $db, $origin_id, $dest_id)
      +    {
      +        $tables = array(
      +        'product_customer_price',
      +        'product_customer_price_log'
      +        );
       
      -		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
      -	}
      +        return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
      +    }
       
      -	/**
      -	 * Generates prices for a product based on product multiprice generation rules
      -	 *
      -	 * @param User $user User that updates the prices
      -	 * @param float $baseprice Base price
      -	 * @param string $price_type Base price type
      -	 * @param float $price_vat VAT % tax
      -	 * @param int $npr NPR
      -	 * @param string $psq ¿?
      -	 * @return int -1 KO, 1 OK
      -	 */
      -	public function generateMultiprices(User $user, $baseprice, $price_type, $price_vat, $npr, $psq)
      -	{
      -		global $conf, $db;
      +    /**
      +     * Generates prices for a product based on product multiprice generation rules
      +     *
      +     * @param  User   $user       User that updates the prices
      +     * @param  float  $baseprice  Base price
      +     * @param  string $price_type Base price type
      +     * @param  float  $price_vat  VAT % tax
      +     * @param  int    $npr        NPR
      +     * @param  string $psq        ¿?
      +     * @return int -1 KO, 1 OK
      +     */
      +    public function generateMultiprices(User $user, $baseprice, $price_type, $price_vat, $npr, $psq)
      +    {
      +        global $conf, $db;
       
      -		$sql = "SELECT rowid, level, fk_level, var_percent, var_min_percent FROM ".MAIN_DB_PREFIX."product_pricerules";
      -		$query = $db->query($sql);
      +        $sql = "SELECT rowid, level, fk_level, var_percent, var_min_percent FROM ".MAIN_DB_PREFIX."product_pricerules";
      +        $query = $db->query($sql);
       
      -		$rules = array();
      +        $rules = array();
       
      -		while ($result = $db->fetch_object($query)) {
      -			$rules[$result->level] = $result;
      -		}
      +        while ($result = $db->fetch_object($query)) {
      +            $rules[$result->level] = $result;
      +        }
       
      -		//Because prices can be based on other level's prices, we temporarily store them
      -		$prices = array(
      -			1 => $baseprice
      -		);
      +        //Because prices can be based on other level's prices, we temporarily store them
      +        $prices = array(
      +        1 => $baseprice
      +        );
       
      -		for ($i = 1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++) {
      +        for ($i = 1; $i <= $conf->global->PRODUIT_MULTIPRICES_LIMIT; $i++) {
       
      -			$price = $baseprice;
      -			$price_min = $baseprice;
      +            $price = $baseprice;
      +            $price_min = $baseprice;
       
      -			//We have to make sure it does exist and it is > 0
      -			//First price level only allows changing min_price
      -			if ($i > 1 && isset($rules[$i]->var_percent) && $rules[$i]->var_percent) {
      -				$price = $prices[$rules[$i]->fk_level] * (1 + ($rules[$i]->var_percent/100));
      -			}
      +            //We have to make sure it does exist and it is > 0
      +            //First price level only allows changing min_price
      +            if ($i > 1 && isset($rules[$i]->var_percent) && $rules[$i]->var_percent) {
      +                $price = $prices[$rules[$i]->fk_level] * (1 + ($rules[$i]->var_percent/100));
      +            }
       
      -			$prices[$i] = $price;
      +            $prices[$i] = $price;
       
      -			//We have to make sure it does exist and it is > 0
      -			if (isset($rules[$i]->var_min_percent) && $rules[$i]->var_min_percent) {
      -				$price_min = $price * (1 - ($rules[$i]->var_min_percent/100));
      -			}
      +            //We have to make sure it does exist and it is > 0
      +            if (isset($rules[$i]->var_min_percent) && $rules[$i]->var_min_percent) {
      +                $price_min = $price * (1 - ($rules[$i]->var_min_percent/100));
      +            }
       
      -			//Little check to make sure the price is modified before triggering generation
      -			$check_amount = (($price == $this->multiprices[$i]) && ($price_min == $this->multiprices_min[$i]));
      -			$check_type = ($baseprice == $this->multiprices_base_type[$i]);
      +            //Little check to make sure the price is modified before triggering generation
      +            $check_amount = (($price == $this->multiprices[$i]) && ($price_min == $this->multiprices_min[$i]));
      +            $check_type = ($baseprice == $this->multiprices_base_type[$i]);
       
      -			if ($check_amount && $check_type) {
      -				continue;
      -			}
      +            if ($check_amount && $check_type) {
      +                continue;
      +            }
       
      -			if ($this->updatePrice($price, $price_type, $user, $price_vat, $price_min, $i, $npr, $psq, true) < 0) {
      -				return -1;
      -			}
      -		}
      +            if ($this->updatePrice($price, $price_type, $user, $price_vat, $price_min, $i, $npr, $psq, true) < 0) {
      +                return -1;
      +            }
      +        }
       
      -		return 1;
      -	}
      +        return 1;
      +    }
       
      -	/**
      -	 * Returns the rights used for this class
      -	 * @return stdClass
      -	 */
      -	public function getRights()
      -	{
      -		global $user;
      +    /**
      +     * Returns the rights used for this class
      +     *
      +     * @return stdClass
      +     */
      +    public function getRights()
      +    {
      +        global $user;
       
      -		if ($this->isProduct()) {
      -			return $user->rights->produit;
      -		} else {
      -			return $user->rights->service;
      -		}
      -	}
      +        if ($this->isProduct()) {
      +            return $user->rights->produit;
      +        } else {
      +            return $user->rights->service;
      +        }
      +    }
       
      -	/**
      -	 *  Load information for tab info
      -	 *
      -	 *  @param  int		$id     Id of thirdparty to load
      -	 *  @return	void
      -	 */
      -	function info($id)
      -	{
      -		$sql = "SELECT p.rowid, p.ref, p.datec as date_creation, p.tms as date_modification,";
      -		$sql.= " p.fk_user_author, p.fk_user_modif";
      -		$sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element." as p";
      -		$sql.= " WHERE p.rowid = ".$id;
      +    /**
      +     *  Load information for tab info
      +     *
      +     * @param  int $id Id of thirdparty to load
      +     * @return void
      +     */
      +    function info($id)
      +    {
      +        $sql = "SELECT p.rowid, p.ref, p.datec as date_creation, p.tms as date_modification,";
      +        $sql.= " p.fk_user_author, p.fk_user_modif";
      +        $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element." as p";
      +        $sql.= " WHERE p.rowid = ".$id;
       
      -		$result=$this->db->query($sql);
      -		if ($result)
      -		{
      -			if ($this->db->num_rows($result))
      -			{
      -				$obj = $this->db->fetch_object($result);
      +        $result=$this->db->query($sql);
      +        if ($result) {
      +            if ($this->db->num_rows($result)) {
      +                $obj = $this->db->fetch_object($result);
       
      -				$this->id = $obj->rowid;
      +                $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_author) {
      +                    $cuser = new User($this->db);
      +                    $cuser->fetch($obj->fk_user_author);
      +                    $this->user_creation     = $cuser;
      +                }
       
      -				if ($obj->fk_user_modif) {
      -					$muser = new User($this->db);
      -					$muser->fetch($obj->fk_user_modif);
      -					$this->user_modification = $muser;
      -				}
      +                if ($obj->fk_user_modif) {
      +                    $muser = new User($this->db);
      +                    $muser->fetch($obj->fk_user_modif);
      +                    $this->user_modification = $muser;
      +                }
       
      -				$this->ref			     = $obj->ref;
      -				$this->date_creation     = $this->db->jdate($obj->date_creation);
      -				$this->date_modification = $this->db->jdate($obj->date_modification);
      -			}
      +                $this->ref                 = $obj->ref;
      +                $this->date_creation     = $this->db->jdate($obj->date_creation);
      +                $this->date_modification = $this->db->jdate($obj->date_modification);
      +            }
       
      -			$this->db->free($result);
      -		}
      -		else
      -		{
      -			dol_print_error($this->db);
      -		}
      -	}
      +            $this->db->free($result);
      +        }
      +        else
      +        {
      +            dol_print_error($this->db);
      +        }
      +    }
       }
      
      From 1e801c7c8a19b748c4d901cb74135c95ea3a3505 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 16:50:31 +0100
      Subject: [PATCH 0792/1013] Fix css
      
      ---
       htdocs/core/tpl/login.tpl.php             | 6 +++---
       htdocs/core/tpl/passwordforgotten.tpl.php | 4 ++--
       htdocs/theme/eldy/style.css.php           | 3 +++
       3 files changed, 8 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
      index f3367d3e90f..96f6b370b21 100644
      --- a/htdocs/core/tpl/login.tpl.php
      +++ b/htdocs/core/tpl/login.tpl.php
      @@ -127,7 +127,7 @@ if ($disablenofollow) echo '</a>';
       
       <!-- Login -->
       <div class="trinputlogin">
      -<div class="tagtd nowrap center valignmiddle tdinputlogin">
      +<div class="tagtd nowraponall 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">
      @@ -138,7 +138,7 @@ if ($disablenofollow) echo '</a>';
       
       <!-- Password -->
       <div class="trinputlogin">
      -<div class="tagtd nowrap center valignmiddle tdinputlogin">
      +<div class="tagtd nowraponall 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">
      @@ -172,7 +172,7 @@ if ($captcha) {
       ?>
       	<!-- Captcha -->
       	<div class="trinputlogin">
      -	<div class="tagtd nowrap none center valignmiddle tdinputlogin">
      +	<div class="tagtd nowraponall none center valignmiddle tdinputlogin">
       
       	<table class="login_table_securitycode centpercent">
       	<tr class="valignmiddle">
      diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
      index 101c9ec7e67..df018bac244 100644
      --- a/htdocs/core/tpl/passwordforgotten.tpl.php
      +++ b/htdocs/core/tpl/passwordforgotten.tpl.php
      @@ -101,7 +101,7 @@ if ($disablenofollow) echo '</a>';
       
       <!-- Login -->
       <div class="trinputlogin">
      -<div class="tagtd nowrap center valignmiddle tdinputlogin">
      +<div class="tagtd nowraponall center valignmiddle tdinputlogin">
       <!-- <span class="span-icon-user">-->
       <span class="fa fa-user">
       </span>
      @@ -135,7 +135,7 @@ if (! empty($morelogincontent)) {
       	?>
       	<!-- Captcha -->
       	<div class="trinputlogin">
      -	<div class="tdinputlogin nowrap none center valignmiddle tdinputlogin">
      +	<div class="tdinputlogin nowraponall none center valignmiddle tdinputlogin">
       
       	<table class="login_table_securitycode centpercent">
       	<tr class="valignmiddle">
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index a58031b2889..6022c13a895 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -1074,6 +1074,9 @@ select.selectarrowonleft option {
           	/* border-bottom: 1px solid #BBB; */
           	/* max-width: inherit; why this ? */
            }
      +     input[type=text], input[type=password] {
      +		max-width: 180px;
      +	}
       
           .hideonsmartphone { display: none; }
           .hideonsmartphoneimp { display: none !important; }
      
      From 7e33af66771113ea337db39bfb5a696f3c9311bd Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 17:40:59 +0100
      Subject: [PATCH 0793/1013] Fix max size
      
      ---
       htdocs/admin/modules.php                  | 24 ++++++++++++++++++++++-
       htdocs/core/class/html.formfile.class.php |  1 +
       2 files changed, 24 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index 68f7c3a29a7..ae87a19e433 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -40,6 +40,7 @@ $langs->loadLangs(array("errors","admin","modulebuilder"));
       $mode=GETPOST('mode', 'alpha');
       if (empty($mode)) $mode='common';
       $action=GETPOST('action','alpha');
      +//var_dump($_POST);exit;
       $value=GETPOST('value', 'alpha');
       $page_y=GETPOST('page_y','int');
       $search_keyword=GETPOST('search_keyword','alpha');
      @@ -1003,8 +1004,29 @@ if ($mode == 'deploy')
       			print '<form enctype="multipart/form-data" method="POST" class="noborder" action="'.$_SERVER["PHP_SELF"].'" name="forminstall">';
       			print '<input type="hidden" name="action" value="install">';
       			print '<input type="hidden" name="mode" value="deploy">';
      -			print $langs->trans("YouCanSubmitFile").' <input type="file" name="fileinstall"> ';
      +
      +			print $langs->trans("YouCanSubmitFile");
      +
      +			$max=$conf->global->MAIN_UPLOAD_DOC;		// En Kb
      +			$maxphp=@ini_get('upload_max_filesize');	// En inconnu
      +			if (preg_match('/k$/i',$maxphp)) $maxphp=$maxphp*1;
      +			if (preg_match('/m$/i',$maxphp)) $maxphp=$maxphp*1024;
      +			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
      +			$maxmin = $max;
      +			if ($maxphp > 0) $maxmin=min($max,$maxphp);
      +
      +			if ($maxmin > 0)
      +			{
      +				// MAX_FILE_SIZE doit précéder le champ input de type file
      +				print '<input type="hidden" name="max_file_size" value="'.($maxmin*1024).'">';
      +			}
      +
      +			print '<input class="flat minwidth400" type="file" name="fileinstall"> ';
      +
       			print '<input type="submit" name="send" value="'.dol_escape_htmltag($langs->trans("Send")).'" class="button">';
      +
       			print '</form>';
       
       			print '<br>';
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 7a0c07bb996..4e77269db4c 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -127,6 +127,7 @@ class FormFile
       
       			if ($maxmin > 0)
       			{
      +				// MAX_FILE_SIZE doit précéder le champ input de type file
       				$out .= '<input type="hidden" name="max_file_size" value="'.($maxmin*1024).'">';
       			}
       
      
      From d32fd9fda54a62a901ca330f2173d42de4647370 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Tue, 6 Nov 2018 18:08:29 +0100
      Subject: [PATCH 0794/1013] FIX export only prices of the current entity !
      
      ---
       htdocs/core/modules/modProduct.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php
      index 6ad67ac089c..c0eee3d2061 100644
      --- a/htdocs/core/modules/modProduct.class.php
      +++ b/htdocs/core/modules/modProduct.class.php
      @@ -229,7 +229,7 @@ class modProduct extends DolibarrModules
       				'pr.date_price'=>"product");
       			$this->export_sql_start[$r]='SELECT DISTINCT ';
       			$this->export_sql_end[$r]  =' FROM '.MAIN_DB_PREFIX.'product as p';
      -			$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'product_price as pr ON p.rowid = pr.fk_product';
      +			$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'product_price as pr ON p.rowid = pr.fk_product AND pr.entity = '.$conf->entity; // export prices only for the current entity
       			$this->export_sql_end[$r] .=' WHERE p.fk_product_type = 0 AND p.entity IN ('.getEntity('product').')';
       		}
       
      
      From a976dd74db97e172473d62c60bc0d15288dcf603 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 18:44:51 +0100
      Subject: [PATCH 0795/1013] Fix Report error if file size too large
      
      ---
       htdocs/admin/modules.php | 12 +++++++++++-
       1 file changed, 11 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index 149d475de03..09192ea4a36 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -1026,11 +1026,21 @@ if ($mode == 'deploy')
       
       			if ($maxmin > 0)
       			{
      +				print '<script type="text/javascript">
      +				$(document).ready(function() {
      +					jQuery("#fileinstall").on("change", function() {
      +						if(this.files[0].size > '.($maxmin*1024).'){
      +							alert("'.dol_escape_js($langs->trans("ErrorFileSizeTooLarge")).'");
      +							this.value = "";
      +						};
      +					});
      +				});
      +				</script>'."\n";
       				// MAX_FILE_SIZE doit précéder le champ input de type file
       				print '<input type="hidden" name="max_file_size" value="'.($maxmin*1024).'">';
       			}
       
      -			print '<input class="flat minwidth400" type="file" name="fileinstall"> ';
      +			print '<input class="flat minwidth400" type="file" name="fileinstall" id="fileinstall"> ';
       
       			print '<input type="submit" name="send" value="'.dol_escape_htmltag($langs->trans("Send")).'" class="button">';
       
      
      From c4db549f94ee80b12ddc52ee10ddee18b82055b9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 19:49:52 +0100
      Subject: [PATCH 0796/1013] Work on emailcollector
      
      ---
       htdocs/admin/emailcollector_card.php          | 84 +++++++++++++++++--
       .../class/emailcollector.class.php            | 48 ++++++-----
       htdocs/langs/en_US/admin.lang                 |  1 +
       3 files changed, 104 insertions(+), 29 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 611f7578193..d34964d9892 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -1,6 +1,5 @@
       <?php
      -/* Copyright (C) 2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) ---Put here your own copyright and developer email---
      +/* 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
      @@ -17,7 +16,7 @@
        */
       
       /**
      - *   	\file       htdocs/admin/emailcollectore/emailcollector_card.php
      + *   	\file       htdocs/admin/emailcollector_card.php
        *		\ingroup    emailcollector
        *		\brief      Page to create/edit/view emailcollector
        */
      @@ -27,10 +26,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/core/lib/agenda.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/core/class/events.class.php';
       
      -include_once DOL_DOCUMENT_ROOT . '/core/class/html.formcompany.class.php';
      -include_once DOL_DOCUMENT_ROOT . '/core/class/html.formfile.class.php';
      -dol_include_once('/emailcollector/class/emailcollector.class.php');
      -dol_include_once('/emailcollector/lib/emailcollector.lib.php');
      +include_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
      +include_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
      +include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollector.class.php';
      +include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollectorfilter.class.php';
      +include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollectoraction.lib.php';
      +include_once DOL_DOCUMENT_ROOT.'/emailcollector/lib/emailcollector.lib.php';
       
       if (!$user->admin)
       	accessforbidden();
      @@ -219,6 +220,9 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       {
       	$res = $object->fetch_optionals();
       
      +	$object->fetchFilters();
      +	$object->fetchActions();
      +
       	$head = emailcollectorPrepareHead($object);
       	dol_fiche_head($head, 'card', $langs->trans("EmailCollector"), -1, 'emailcollector');
       
      @@ -318,6 +322,72 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       
       	print '</table>';
       
      +	// Filters
      +	print '<table class="border centpercent">';
      +	print '<tr class="liste_titre">';
      +	print '<td>'.$langs->trans("Filters").'</td><td></td><td></td>';
      +	print '</tr>';
      +	// Add filter
      +	print '<tr class="oddeven">';
      +	print '<td>';
      +	$arrayoftypes=array('to'=>'To', 'cc'=>'Cc', 'bcc'=>'Bcc', 'from'=>'From', 'subject'=>'Subject', 'body'=>'Body', 'seen'=>'AlreadyRead', 'unseen'=>'NotRead');
      +	print $form->selectarray('filtertype', $arrayoftypes, '', 1);
      +	print '</td><td>';
      +	print '<input type="text" name="rulevalue">';
      +	print '</td>';
      +	print '<td align="right"><input type="submit" name="addfilter" id="addfilter" class="flat button" value="'.$langs->trans("Add").'"></td>';
      +	print '</tr>';
      +	// List filters
      +	foreach($object->filters as $rulefilter)
      +	{
      +		$rulefilterobj=new EmailCollectorFilter($db);
      +		$rulefilterobj->fetch($rulefilter['id']);
      +
      +		print '<tr class="oddeven">';
      +		print '<td>'.$rulefilter['type'].'</td>';
      +		print '<td>'.$rulefilter['rulevalue'].'</td>';
      +		print '<td>'.$rulefilterobj->getLibStatut(3).'</td>';
      +		print '</tr>';
      +	}
      +
      +	print '</tr>';
      +	print '</table>';
      +
      +	print '<div class="clearboth"></div><br>';
      +
      +	// Operations
      +	print '<table class="border centpercent">';
      +	print '<tr class="liste_titre">';
      +	print '<td>'.$langs->trans("EmailcollectorOperations").'</td><td></td><td></td>';
      +	print '</tr>';
      +	// Add operation
      +	print '<tr class="oddeven">';
      +	print '<td>';
      +	$arrayoftypes=array('recordevent'=>'RecordEvent');
      +	if ($conf->projet->enabled) $arrayoftypes['project']='CreateLeadAndThirdParty';
      +	print $form->selectarray('operationtype', $arrayoftypes, '', 1);
      +	print '</td><td>';
      +	print '<input type="text" name="operationparam">';
      +	print '</td>';
      +	print '<td align="right"><input type="submit" name="addoperation" id="addoperation" class="flat button" value="'.$langs->trans("Add").'"></td>';
      +	print '</tr>';
      +	// List operations
      +	foreach($object->actions as $ruleaction)
      +	{
      +		$ruleactionobj=new EmailcollectorAction($db);
      +		$ruleactionobj->fetch($ruleaction['id']);
      +
      +		print '<tr class="oddeven">';
      +		print '<td>'.$ruleactionobj['type'].'</td>';
      +		print '<td>'.$ruleactionobj['actionparam'].'</td>';
      +		print '<td>'.$ruleactionobj->getLibStatut(3).'</td>';
      +		print '</tr>';
      +	}
      +
      +	print '</tr>';
      +	print '</table>';
      +
      +
       	print '</div>';
       	print '</div>';
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index f925b271853..358b7a278e7 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -155,7 +155,7 @@ class EmailCollector extends CommonObject
       	public $lastresult;
       	// END MODULEBUILDER PROPERTIES
       
      -	public $rules;
      +	public $filters;
       	public $actions;
       
       
      @@ -613,15 +613,15 @@ class EmailCollector extends CommonObject
       	}
       
       	/**
      -	 * Fetch rules
      +	 * Fetch filters
       	 *
       	 * @return 	int		<0 if KO, >0 if OK
       	 */
      -	public function fetch_rules()
      +	public function fetchFilters()
       	{
       		$this->rules = array();
       
      -		$sql='SELECT type, rulevalue FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter WHERE status = 1 AND fk_emailcollector = '.$this->id;
      +		$sql='SELECT rowid, type, rulevalue, status FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter WHERE fk_emailcollector = '.$this->id;
       
       		$resql = $this->db->query($sql);
       		if ($resql)
      @@ -631,7 +631,7 @@ class EmailCollector extends CommonObject
       			while($i < $num)
       			{
       				$obj=$this->db->fetch_object($resql);
      -				$this->rules[]=array('type'=>$obj->type, 'rulevalue'=>$obj->rulevalue);
      +				$this->filters[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'rulevalue'=>$obj->rulevalue, 'status'=>$obj->status);
       			}
       			$this->db->free($resql);
       		}
      @@ -644,11 +644,11 @@ class EmailCollector extends CommonObject
       	 *
       	 * @return 	int		<0 if KO, >0 if OK
       	 */
      -	public function fetch_actions()
      +	public function fetchActions()
       	{
       		$this->actions = array();
       
      -		$sql='SELECT type, actionparam FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectoraction WHERE status = 1 AND fk_emailcollector = '.$this->id;
      +		$sql='SELECT rowid, type, actionparam, status FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectoraction WHERE fk_emailcollector = '.$this->id;
       
       		$resql = $this->db->query($sql);
       		if ($resql)
      @@ -658,7 +658,7 @@ class EmailCollector extends CommonObject
       			while($i < $num)
       			{
       				$obj=$this->db->fetch_object($resql);
      -				$this->rules[]=array('type'=>$obj->type, 'actionparam'=>$obj->actionparam);
      +				$this->rules[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'actionparam'=>$obj->actionparam, 'status'=>$obj->status);
       			}
       			$this->db->free($resql);
       		}
      @@ -709,8 +709,8 @@ class EmailCollector extends CommonObject
       			return -2;
       		}
       
      -		$this->fetch_rules();
      -		$this->fetch_actions();
      +		$this->fetchFilters();
      +		$this->fetchActions();
       
       		$sourcedir = $this->source_directory;
       		$targetdir = ($this->target_directory ? $server.$this->target_directory : '');			// Can be '[Gmail]/Trash' or 'mytag'
      @@ -735,16 +735,18 @@ class EmailCollector extends CommonObject
       
       		//$search='ALL';
       		$search='UNDELETED';
      -		foreach($this->rules as $key => $rulevalue)
      +		foreach($this->filters as $rule)
       		{
      -			if ($key == 'to')      $search=($search?' ':'').'TO "'.str_replace('"', '', $rulevalue).'"';
      -			if ($key == 'bcc')     $search=($search?' ':'').'BCC';
      -			if ($key == 'cc')      $search=($search?' ':'').'CC';
      -			if ($key == 'from')    $search=($search?' ':'').'FROM "'.str_replace('"', '', $rulevalue).'"';
      -			if ($key == 'subject') $search=($search?' ':'').'SUBJECT "'.str_replace('"', '', $rulevalue).'"';
      -			if ($key == 'body')    $search=($search?' ':'').'BODY "'.str_replace('"', '', $rulevalue).'"';
      -			if ($key == 'seen')    $search=($search?' ':'').'SEEN';
      -			if ($key == 'unseen')  $search=($search?' ':'').'UNSEEN';
      +			if (empty($rule['status'])) continue;
      +
      +			if ($rule['key'] == 'to')      $search=($search?' ':'').'TO "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['key'] == 'bcc')     $search=($search?' ':'').'BCC';
      +			if ($rule['key'] == 'cc')      $search=($search?' ':'').'CC';
      +			if ($rule['key'] == 'from')    $search=($search?' ':'').'FROM "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['key'] == 'subject') $search=($search?' ':'').'SUBJECT "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['key'] == 'body')    $search=($search?' ':'').'BODY "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['key'] == 'seen')    $search=($search?' ':'').'SEEN';
      +			if ($rule['key'] == 'unseen')  $search=($search?' ':'').'UNSEEN';
       		}
       
       		if (empty($targetdir))	// Use last date as filter if there is no targetdir defined.
      @@ -783,12 +785,14 @@ class EmailCollector extends CommonObject
       				var_dump($message);
       				*/
       
      -				// Record email
      -				foreach($this->actions as $actionkey => $actionvalue)
      +				// Do operationss
      +				foreach($this->actions as $operation)
       				{
       					if ($errorforactions) break;
      +					if (empty($operation['status'])) continue;
      +
      +					// Make Operation
       
      -					// Make action
       
       
       					if (! $errorforactions)
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 2294d540b22..d38eb1d21d9 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1819,6 +1819,7 @@ NewEmailCollector=New Email Collector
       EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
       MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations done by collector
       CollectNow=Collect now
       DateLastResult=Date last collect
       LastResult=Last result
      
      From 7dd941dd51787b3e2c452ad3af70307a225a63db Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 19:51:16 +0100
      Subject: [PATCH 0797/1013] Fix bad fix
      
      ---
       htdocs/accountancy/admin/export.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index 23ac96ea263..03538b759e7 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -41,8 +41,8 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'alpha');
      -aZ09
      +$action = GETPOST('action', 'aZ09');
      +
       // Parameters ACCOUNTING_EXPORT_*
       $main_option = array (
           'ACCOUNTING_EXPORT_PREFIX_SPEC',
      
      From c1cf4fbb957f690a4371b0ef1aea3b4d5211b049 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 6 Nov 2018 20:29:58 +0100
      Subject: [PATCH 0798/1013] Fix phpcs
      
      ---
       htdocs/core/modules/expedition/doc/pdf_rouget.modules.php | 5 ++---
       htdocs/emailcollector/class/emailcollector.class.php      | 2 +-
       2 files changed, 3 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      index ab523d3be52..28ec5935582 100644
      --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
      @@ -731,14 +731,13 @@ class pdf_rouget extends ModelePdfExpedition
               	$pdf->MultiCell($this->posxpuht - $this->posxqtytoship, $tab2_hl, $totalToShip, 0, 'C', 1);
               }
       
      -		if (!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT)) {
      -
      +		if (!empty($conf->global->SHIPPING_PDF_DISPLAY_AMOUNT_HT))
      +		{
       	    	$pdf->SetXY($this->posxpuht, $tab2_top + $tab2_hl * $index);
       	    	$pdf->MultiCell($this->posxtotalht - $this->posxpuht, $tab2_hl, '', 0, 'C', 1);
       
       	    	$pdf->SetXY($this->posxtotalht, $tab2_top + $tab2_hl * $index);
       	    	$pdf->MultiCell($this->page_largeur - $this->marge_droite - $this->posxtotalht, $tab2_hl, price($object->total_ht, 0, $outputlangs), 0, 'C', 1);
      -
       		}
       
       		if (empty($conf->global->SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME))
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 358b7a278e7..cef1c27eac9 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -775,7 +775,7 @@ class EmailCollector extends CommonObject
       				$this->db->begin();
       
       				$overview = imap_fetch_overview($connection, $imapemail, 0);
      -				$header = imap_fetchheader($connection ,$imapemail, 0);
      +				$header = imap_fetchheader($connection, $imapemail, 0);
       				$message = imap_body($connection, $imapemail, 0);
       				// imap_fetchstructure($connection, $imapemail, 0);
       				// imap_fetchbody($connection, $imapemail, 1) may be text/plain, 2 may be text/html
      
      From 4f7be362496bcb3de295a9dcd1ae11ef1dde6446 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Wed, 7 Nov 2018 09:14:29 +0100
      Subject: [PATCH 0799/1013] fix extrafield hidden
      
      ---
       htdocs/core/class/commonobject.class.php | 6 +++++-
       1 file changed, 5 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 88386521079..67e06ea59f3 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -6142,7 +6142,7 @@ abstract class CommonObject
       		if (! is_object($form)) $form=new Form($db);
       
       		$out = '';
      -
      +		
       		if (is_array($extrafields->attributes[$this->table_element]['label']) && count($extrafields->attributes[$this->table_element]['label']) > 0)
       		{
       			$out .= "\n";
      @@ -6152,6 +6152,10 @@ abstract class CommonObject
       			$e = 0;
       			foreach($extrafields->attributes[$this->table_element]['label'] as $key=>$label)
       			{
      +			    if(empty($extrafields->attribute_list[$key]) && $mode == 'view'){
      +			        continue;
      +			    }
      +			    
       				$enabled = 1;
       				if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
       				{
      
      From c76c2e0d3ec31f2bf6e5e07c1f90bd5c3f519350 Mon Sep 17 00:00:00 2001
      From: madx666 <madx666@madx666.com>
      Date: Wed, 7 Nov 2018 10:08:38 +0100
      Subject: [PATCH 0800/1013] Fix newMessagePublic for ticket module
      
      ---
       htdocs/ticket/class/actions_ticket.class.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index 7e8ae39564a..09326b23798 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -827,6 +827,7 @@ class ActionsTicket
       
               global $mysoc, $conf, $langs;
       
      +        $object = new Ticket($this->db);
               $error = 0;
               $ret = $object->fetch('', '', GETPOST('track_id','alpha'));
               $object->socid = $object->fk_soc;
      
      From 2ff69bb3fc315c1fa5fede5bc555d2740d23f909 Mon Sep 17 00:00:00 2001
      From: madx666 <madx666@madx666.com>
      Date: Wed, 7 Nov 2018 10:11:28 +0100
      Subject: [PATCH 0801/1013] Fix viewTicketMessages for ticket module
      
      ---
       htdocs/ticket/class/actions_ticket.class.php | 7 +++----
       1 file changed, 3 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index 09326b23798..fc1f1a88012 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -1204,15 +1204,14 @@ class ActionsTicket
           public function viewTicketMessages($show_private, $show_user = true)
           {
               global $conf, $langs, $user;
      -		global $object;
       
               // Load logs in cache
      -        $ret = $object->loadCacheMsgsTicket();
      +        $ret = $this->dao->loadCacheMsgsTicket();
               $action = GETPOST('action');
       
               $this->viewTicketOriginalMessage($user, $action);
       
      -        if (is_array($object->cache_msgs_ticket) && count($object->cache_msgs_ticket) > 0) {
      +        if (is_array($this->dao->cache_msgs_ticket) && count($this->dao->cache_msgs_ticket) > 0) {
                   print_titre($langs->trans('TicketMailExchanges'));
       
                   print '<table class="border" style="width:100%;">';
      @@ -1229,7 +1228,7 @@ class ActionsTicket
                       print '</td>';
                   }
       
      -            foreach ($object->cache_msgs_ticket as $id => $arraymsgs) {
      +            foreach ($this->dao->cache_msgs_ticket as $id => $arraymsgs) {
                       if (!$arraymsgs['private']
                           || ($arraymsgs['private'] == "1" && $show_private)
                       ) {
      
      From 9d780a172272eb834b53c1c326595300d29327f3 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Wed, 7 Nov 2018 10:11:29 +0100
      Subject: [PATCH 0802/1013] Fix sign
      
      ---
       htdocs/margin/tabs/thirdpartyMargins.php | 11 +++++++----
       1 file changed, 7 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php
      index 5d80814099d..2f5ba9cc7b2 100644
      --- a/htdocs/margin/tabs/thirdpartyMargins.php
      +++ b/htdocs/margin/tabs/thirdpartyMargins.php
      @@ -207,7 +207,10 @@ if ($socid > 0)
           			$marginRate = ($objp->buying_price != 0)?(100 * $objp->marge / $objp->buying_price):'' ;
           			$markRate = ($objp->selling_price != 0)?(100 * $objp->marge / $objp->selling_price):'' ;
       
      -
      +    			$sign = '';
      +    			if($objp->type == Facture::TYPE_CREDIT_NOTE){
      +    			    $sign = '-';
      +    			}
       
           			print '<tr class="oddeven">';
           			print '<td>';
      @@ -219,11 +222,11 @@ if ($socid > 0)
           			print dol_print_date($db->jdate($objp->datef),'day')."</td>";
           			print "<td align=\"right\">".price($objp->selling_price, null, null, null, null, $rounding)."</td>\n";
           			print "<td align=\"right\">".price(($objp->type == 2 ? -1 : 1) * $objp->buying_price, null, null, null, null, $rounding)."</td>\n";
      -    			print "<td align=\"right\">".price($objp->marge, null, null, null, null, $rounding)."</td>\n";
      +    			print "<td align=\"right\">".$sign.price($objp->marge, null, null, null, null, $rounding)."</td>\n";
           			if (! empty($conf->global->DISPLAY_MARGIN_RATES))
      -    				print "<td align=\"right\">".(($marginRate === '')?'n/a':price($marginRate, null, null, null, null, $rounding)."%")."</td>\n";
      +    			    print "<td align=\"right\">".(($marginRate === '')?'n/a':$sign.price($marginRate, null, null, null, null, $rounding)."%")."</td>\n";
           			if (! empty($conf->global->DISPLAY_MARK_RATES))
      -    				print "<td align=\"right\">".(($markRate === '')?'n/a':price($markRate, null, null, null, null, $rounding)."%")."</td>\n";
      +    			    print "<td align=\"right\">".(($markRate === '')?'n/a':price($markRate, null, null, null, null, $rounding)."%")."</td>\n";
           			print '<td align="right">'.$invoicestatic->LibStatut($objp->paye,$objp->statut,5).'</td>';
           			print "</tr>\n";
           			$i++;
      
      From c5231112c55d9898c2c41b42c814b21b4beb6a42 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 12:22:12 +0100
      Subject: [PATCH 0803/1013] Fix regression with old canvas
      
      ---
       htdocs/societe/card.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index 5935a1d01a1..2fc046b5fb8 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -417,8 +417,8 @@ if (empty($reshook))
       	        $object->idprof5				= trim(GETPOST('idprof5', 'alpha'));
       	        $object->idprof6				= trim(GETPOST('idprof6', 'alpha'));
       	        $object->prefix_comm			= GETPOST('prefix_comm', 'alpha');
      -	        $object->code_client			= GETPOST('customer_code', 'alpha');
      -	        $object->code_fournisseur		= GETPOST('supplier_code', 'alpha');
      +	        $object->code_client			= GETPOSTISSET('customer_code')?GETPOST('customer_code', 'alpha'):GETPOST('code_client', 'alpha');
      +	        $object->code_fournisseur		= GETPOSTISSET('supplier_code')?GETPOST('supplier_code', 'alpha'):GETPOST('code_fournisseur', 'alpha');
       	        $object->capital				= GETPOST('capital', 'alpha');
       	        $object->barcode				= GETPOST('barcode', 'alpha');
       
      
      From 9a0b5fb59907c0c2a33d26e37d194742702d68bb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 12:25:22 +0100
      Subject: [PATCH 0804/1013] Fix extrafields
      
      ---
       htdocs/core/class/extrafields.class.php       | 33 ++++++++++++-------
       htdocs/core/lib/functions.lib.php             |  7 ++--
       .../tpl/extrafields_list_search_sql.tpl.php   | 15 ++++++---
       .../modulebuilder/template/myobject_list.php  |  4 +--
       4 files changed, 37 insertions(+), 22 deletions(-)
      
      diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
      index 9ebdbd22836..5cb88c0e2ad 100644
      --- a/htdocs/core/class/extrafields.class.php
      +++ b/htdocs/core/class/extrafields.class.php
      @@ -1941,24 +1941,36 @@ class ExtraFields
       	/**
       	 * return array_options array of data of extrafields value of object sent by a search form
       	 *
      -	 * @param  array   $extralabels    $array of extrafields (@deprecated)
      -	 * @param  string  $keyprefix      Prefix string to add into name and id of field (can be used to avoid duplicate names)
      -	 * @param  string  $keysuffix      Suffix string to add into name and id of field (can be used to avoid duplicate names)
      -	 * @return array|int               array_options set or 0 if no value
      +	 * @param  array|string		$extrafieldsobjectkey  	array of extrafields (old usage) or value of object->table_element (new usage)
      +	 * @param  string			$keyprefix      		Prefix string to add into name and id of field (can be used to avoid duplicate names)
      +	 * @param  string			$keysuffix      		Suffix string to add into name and id of field (can be used to avoid duplicate names)
      +	 * @return array|int								array_options set or 0 if no value
       	 */
      -	function getOptionalsFromPost($extralabels,$keyprefix='',$keysuffix='')
      +	function getOptionalsFromPost($extrafieldsobjectkey, $keyprefix='', $keysuffix='')
       	{
       		global $_POST;
       
      -		if (is_array($this->attributes[$object->table_element]['label'])) $extralabels=$this->attributes[$object->table_element]['label'];
      +		if (is_string($extrafieldsobjectkey) && is_array($this->attributes[$extrafieldsobjectkey]['label']))
      +		{
      +			$extralabels = $this->attributes[$extrafieldsobjectkey]['label'];
      +		}
      +		else
      +		{
      +			$extralabels = $extrafieldsobjectkey;
      +		}
       
      -		$array_options = array();
       		if (is_array($extralabels))
       		{
      +			$array_options = array();
      +
       			// Get extra fields
       			foreach ($extralabels as $key => $value)
       			{
      -				$key_type = $this->attributes[$object->table_element]['type'][$key];
      +				$key_type = '';
      +				if (is_string($extrafieldsobjectkey))
      +				{
      +					$key_type = $this->attributes[$extrafieldsobjectkey]['type'][$key];
      +				}
       
       				if (in_array($key_type,array('date','datetime')))
       				{
      @@ -1987,8 +1999,7 @@ class ExtraFields
       
       			return $array_options;
       		}
      -		else {
      -			return 0;
      -		}
      +
      +		return 0;
       	}
       }
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 75cc6735fe4..ff5a9fa4776 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -7288,7 +7288,8 @@ function dol_getmypid()
        *                             			If param $mode is 1, can contains an operator <, > or = like "<10" or ">=100.5 < 1000"
        *                             			If param $mode is 2, can contains a list of int id separated by comma like "1,3,4"
        *                             			If param $mode is 3, can contains a list of string separated by comma like "a,b,c"
      - * @param	integer			$mode		0=value is list of keyword strings, 1=value is a numeric test (Example ">5.5 <10"), 2=value is a list of id separated with comma (Example '1,3,4')
      + * @param	integer			$mode		0=value is list of keyword strings, 1=value is a numeric test (Example ">5.5 <10"), 2=value is a list of ID separated with comma (Example '1,3,4')
      + * 										3=value is list of string separated with comma (Example 'text 1,text 2'), 4=value is a list of ID separated with comma (Example '1,3,4') for search into a multiselect string ('1,2')
        * @param	integer			$nofirstand	1=Do not output the first 'AND'
        * @return 	string 			$res 		The statement to append to the SQL query
        */
      @@ -7372,11 +7373,9 @@ function natural_search($fields, $value, $mode=0, $nofirstand=0)
       			else if ($mode == 4)
       			{
       			    $tmparray=explode(',',trim($crit));
      -
       			    if (count($tmparray))
       			    {
       			        $listofcodes='';
      -
       			        foreach($tmparray as $val)
       			        {
       			            if ($val)
      @@ -7385,7 +7384,7 @@ function natural_search($fields, $value, $mode=0, $nofirstand=0)
       			                $newres .= ' OR '. $field . ' = \'' . $db->escape(trim($val)) . '\'';
       			                $newres .= ' OR '. $field . ' LIKE \'%,' . $db->escape(trim($val)) . '\'';
       			                $newres .= ' OR '. $field . ' LIKE \'%,' . $db->escape(trim($val)) . ',%\'';
      -					$newres .= ')';
      +			                $newres .= ')';
       			                $i2++;
       			            }
       			        }
      diff --git a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      index a8e43d6429f..d5b52085059 100644
      --- a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      @@ -18,12 +18,17 @@ if (! empty($extrafieldsobjectkey))	// $extrafieldsobject is the $object->table_
       		$tmpkey=preg_replace('/search_options_/','',$key);
       		$typ=$extrafields->attributes[$extrafieldsobjectkey]['type'][$tmpkey];
       
      -		$mode_search=0;
      -		if (in_array($typ, array('int','double','real'))) $mode_search=1;								// Search on a numeric
      -		if (in_array($typ, array('sellist','link')) && $crit != '0' && $crit != '-1') $mode_search=2;	// Search on a foreign key int
      -		if (in_array($typ, array('chkbxlst','checkbox'))) $mode_search=4;	                            // Search on a multiselect field with sql type = text
      -		if ($crit != '' && (! in_array($typ, array('select','sellist')) || $crit != '0') && (! in_array($typ, array('link')) || $crit != '-1'))
      +		if ($crit != '' && in_array($typ, array('date', 'datetime', 'timestamp')))
       		{
      +			$sql .= " AND ef.".$tmpkey." = '".$db->idate($crit)."'";
      +		}
      +		elseif ($crit != '' && (! in_array($typ, array('select','sellist')) || $crit != '0') && (! in_array($typ, array('link')) || $crit != '-1'))
      +		{
      +			$mode_search=0;
      +			if (in_array($typ, array('int','double','real'))) $mode_search=1;								// Search on a numeric
      +			if (in_array($typ, array('sellist','link')) && $crit != '0' && $crit != '-1') $mode_search=2;	// Search on a foreign key int
      +			if (in_array($typ, array('chkbxlst','checkbox'))) $mode_search=4;	                            // Search on a multiselect field with sql type = text
      +
       			$sql .= natural_search('ef.'.$tmpkey, $crit, $mode_search);
       		}
       	}
      diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
      index beb03c183a6..8d0f89104ef 100644
      --- a/htdocs/modulebuilder/template/myobject_list.php
      +++ b/htdocs/modulebuilder/template/myobject_list.php
      @@ -93,8 +93,8 @@ $extrafields = new ExtraFields($db);
       $diroutputmassaction=$conf->mymodule->dir_output . '/temp/massgeneration/'.$user->id;
       $hookmanager->initHooks(array('myobjectlist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
      -$extralabels = $extrafields->fetch_name_optionals_label('myobject');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$extralabels = $extrafields->fetch_name_optionals_label('myobject');	// Load $extrafields->attributes['myobject']
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      
      From 66ffcf287a9502fa8234234bc79e46cc10298d9f Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 12:49:17 +0100
      Subject: [PATCH 0805/1013] Fix filter on extrafields
      
      ---
       htdocs/adherents/list.php                              |  2 +-
       htdocs/adherents/subscription/list.php                 |  4 +++-
       htdocs/admin/emailcollector_card.php                   |  2 +-
       htdocs/admin/emailcollector_list.php                   |  2 +-
       htdocs/admin/mails_senderprofile_list.php              |  2 +-
       htdocs/asset/card.php                                  |  2 +-
       htdocs/asset/list.php                                  |  2 +-
       htdocs/comm/action/list.php                            | 10 +++++-----
       htdocs/comm/mailing/list.php                           |  5 +++--
       htdocs/comm/propal/list.php                            |  2 +-
       htdocs/commande/list.php                               |  2 +-
       htdocs/compta/bank/bankentries_list.php                |  2 +-
       htdocs/compta/bank/list.php                            |  2 +-
       htdocs/compta/facture/fiche-rec.php                    |  2 +-
       htdocs/compta/facture/invoicetemplate_list.php         |  2 +-
       htdocs/compta/facture/list.php                         |  2 +-
       htdocs/contact/list.php                                |  2 +-
       htdocs/contrat/list.php                                |  2 +-
       htdocs/contrat/services_list.php                       |  2 +-
       htdocs/core/lib/company.lib.php                        |  2 +-
       .../core/modules/stock/doc/pdf_stdmovement.modules.php |  2 +-
       htdocs/cron/list.php                                   |  5 +++--
       htdocs/expedition/list.php                             |  4 +++-
       htdocs/expensereport/list.php                          |  2 +-
       htdocs/fichinter/card-rec.php                          |  4 ++--
       htdocs/fichinter/card.php                              |  4 ++--
       htdocs/fichinter/list.php                              |  2 +-
       htdocs/fourn/commande/list.php                         |  2 +-
       htdocs/fourn/facture/list.php                          |  2 +-
       htdocs/fourn/facture/paiement.php                      | 10 +++++-----
       htdocs/holiday/list.php                                |  2 +-
       htdocs/modulebuilder/template/myobject_card.php        |  2 +-
       htdocs/product/inventory/card.php                      |  2 +-
       htdocs/product/inventory/list.php                      |  2 +-
       htdocs/product/list.php                                |  2 +-
       htdocs/product/stock/movement_list.php                 |  2 +-
       htdocs/product/stock/productlot_list.php               |  2 +-
       htdocs/projet/list.php                                 |  2 +-
       htdocs/projet/tasks/list.php                           |  2 +-
       htdocs/public/ticket/list.php                          |  2 +-
       htdocs/resource/list.php                               |  2 +-
       htdocs/societe/list.php                                |  2 +-
       htdocs/societe/website.php                             |  2 +-
       htdocs/supplier_proposal/list.php                      |  2 +-
       htdocs/takepos/customers.php                           |  2 +-
       htdocs/ticket/card.php                                 |  2 +-
       htdocs/ticket/class/actions_ticket.class.php           |  2 +-
       htdocs/ticket/list.php                                 |  2 +-
       htdocs/user/list.php                                   |  2 +-
       htdocs/website/websiteaccount_card.php                 |  2 +-
       50 files changed, 68 insertions(+), 62 deletions(-)
      
      diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
      index 51e1a8b244e..39d0069ac7c 100644
      --- a/htdocs/adherents/list.php
      +++ b/htdocs/adherents/list.php
      @@ -86,7 +86,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('adherent');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/adherents/subscription/list.php b/htdocs/adherents/subscription/list.php
      index 474082b1cfa..4ef43e8f316 100644
      --- a/htdocs/adherents/subscription/list.php
      +++ b/htdocs/adherents/subscription/list.php
      @@ -53,13 +53,15 @@ $pagenext = $page + 1;
       if (! $sortorder) {  $sortorder="DESC"; }
       if (! $sortfield) {  $sortfield="c.dateadh"; }
       
      +$object = new Subscription($db);
      +
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('subscriptionlist'));
       $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('subscription');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index d34964d9892..5c6aec59b32 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -55,7 +55,7 @@ $diroutputmassaction = $conf->emailcollector->dir_output . '/temp/massgeneration
       $hookmanager->initHooks(array('emailcollectorcard')); // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('emailcollector');
      -$search_array_options = $extrafields->getOptionalsFromPost($extralabels, '', 'search_');
      +$search_array_options = $extrafields->getOptionalsFromPost($object->table_element, '', 'search_');
       
       // Initialize array of search criterias
       $search_all = trim(GETPOST("search_all", 'alpha'));
      diff --git a/htdocs/admin/emailcollector_list.php b/htdocs/admin/emailcollector_list.php
      index 6de67299871..71169ddffb0 100644
      --- a/htdocs/admin/emailcollector_list.php
      +++ b/htdocs/admin/emailcollector_list.php
      @@ -67,7 +67,7 @@ $diroutputmassaction = $conf->emailcollector->dir_output . '/temp/massgeneration
       $hookmanager->initHooks(array('emailcollectorlist')); // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('emailcollector');
      -$search_array_options = $extrafields->getOptionalsFromPost($extralabels, '', 'search_');
      +$search_array_options = $extrafields->getOptionalsFromPost($object->table_element, '', 'search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      diff --git a/htdocs/admin/mails_senderprofile_list.php b/htdocs/admin/mails_senderprofile_list.php
      index 4914152f680..280025b3b35 100644
      --- a/htdocs/admin/mails_senderprofile_list.php
      +++ b/htdocs/admin/mails_senderprofile_list.php
      @@ -61,7 +61,7 @@ $diroutputmassaction=$conf->admin->dir_output . '/temp/massgeneration/'.$user->i
       $hookmanager->initHooks(array('emailsenderprofilelist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('emailsenderprofile');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php
      index 4f7061aed20..40b2a9365db 100644
      --- a/htdocs/asset/card.php
      +++ b/htdocs/asset/card.php
      @@ -45,7 +45,7 @@ $diroutputmassaction=$conf->asset->dir_output . '/temp/massgeneration/'.$user->i
       $hookmanager->initHooks(array('assetcard'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('asset');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Initialize array of search criterias
       $search_all=trim(GETPOST("search_all",'alpha'));
      diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php
      index fa965aade5b..431276b67a8 100644
      --- a/htdocs/asset/list.php
      +++ b/htdocs/asset/list.php
      @@ -62,7 +62,7 @@ $diroutputmassaction=$conf->asset->dir_output . '/temp/massgeneration/'.$user->i
       $hookmanager->initHooks(array('assetlist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('asset');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
      index 02d3a16c7f3..b34ba87d7a3 100644
      --- a/htdocs/comm/action/list.php
      +++ b/htdocs/comm/action/list.php
      @@ -74,10 +74,14 @@ $filtert = GETPOST("filtert","int",3);
       $usergroup = GETPOST("usergroup","int",3);
       $showbirthday = empty($conf->use_javascript_ajax)?GETPOST("showbirthday","int"):1;
       
      +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
      +$object = new ActionComm($db);
      +$hookmanager->initHooks(array('agendalist'));
      +
       $extrafields = new ExtraFields($db);
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('actioncomm');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       // If not choice done on calendar owner, we filter on user.
       if (empty($filtert) && empty($conf->global->AGENDA_ALL_CALENDARS))
       {
      @@ -117,10 +121,6 @@ if (! $user->rights->agenda->allactions->read || $filter=='mine')	// If no permi
       	$filtert=$user->id;
       }
       
      -// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
      -$object = new ActionComm($db);
      -$hookmanager->initHooks(array('agendalist'));
      -
       $arrayfields=array(
       	'a.id'=>array('label'=>"Ref", 'checked'=>1),
       	'owner'=>array('label'=>"Owner", 'checked'=>1),
      diff --git a/htdocs/comm/mailing/list.php b/htdocs/comm/mailing/list.php
      index 133a354723f..eb81649a03e 100644
      --- a/htdocs/comm/mailing/list.php
      +++ b/htdocs/comm/mailing/list.php
      @@ -46,20 +46,21 @@ $search_all=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all'
       $search_ref=GETPOST("search_ref", "alpha") ? GETPOST("search_ref", "alpha") : GETPOST("sref", "alpha");
       $filteremail=GETPOST('filteremail','alpha');
       
      +$object = new Mailing($db);
      +
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('mailinglist'));
       $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('mailing');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
           'm.titre'=>'Ref',
       );
       
      -$object = new Mailing($db);
       
       
       
      diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
      index b0cc04702db..eea0acfbe6b 100644
      --- a/htdocs/comm/propal/list.php
      +++ b/htdocs/comm/propal/list.php
      @@ -129,7 +129,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('propal');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index 2a9e215faa4..c75a754d1ad 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -108,7 +108,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('commande');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php
      index 31eaa9e8f6d..bcb7f348bdf 100644
      --- a/htdocs/compta/bank/bankentries_list.php
      +++ b/htdocs/compta/bank/bankentries_list.php
      @@ -129,7 +129,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('banktransaction');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost('banktransaction','','search_');
       
       $arrayfields=array(
           'b.rowid'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
      diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php
      index 79c26adfa47..3ec4d88db2f 100644
      --- a/htdocs/compta/bank/list.php
      +++ b/htdocs/compta/bank/list.php
      @@ -74,7 +74,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('bank_account');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
      index d9ce0137f04..2a9028b5125 100644
      --- a/htdocs/compta/facture/fiche-rec.php
      +++ b/htdocs/compta/facture/fiche-rec.php
      @@ -94,7 +94,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('facture_rec');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       $permissionnote = $user->rights->facture->creer; // Used by the include of actions_setnotes.inc.php
       $permissiondellink=$user->rights->facture->creer;	// Used by the include of actions_dellink.inc.php
      diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php
      index c61836e1b1b..e077abedbbc 100644
      --- a/htdocs/compta/facture/invoicetemplate_list.php
      +++ b/htdocs/compta/facture/invoicetemplate_list.php
      @@ -108,7 +108,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('facture_rec');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       $permissionnote = $user->rights->facture->creer; // Used by the include of actions_setnotes.inc.php
       $permissiondellink=$user->rights->facture->creer;	// Used by the include of actions_dellink.inc.php
      diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
      index 553c6c9028a..fb6f769db94 100644
      --- a/htdocs/compta/facture/list.php
      +++ b/htdocs/compta/facture/list.php
      @@ -134,7 +134,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('facture');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
      index 52a2c4bbe7f..ed237c215bf 100644
      --- a/htdocs/contact/list.php
      +++ b/htdocs/contact/list.php
      @@ -133,7 +133,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('contact');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php
      index 96f20fdaf67..3631effa7b8 100644
      --- a/htdocs/contrat/list.php
      +++ b/htdocs/contrat/list.php
      @@ -100,7 +100,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('contrat');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
       	'c.ref'=>'Ref',
      diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php
      index 72b45f49db5..da484b31747 100644
      --- a/htdocs/contrat/services_list.php
      +++ b/htdocs/contrat/services_list.php
      @@ -84,7 +84,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('contratdet');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Security check
       $contratid = GETPOST('id','int');
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index fe9d15c8322..bcf8bfe14a8 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -908,7 +908,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
           {
           	if (GETPOST('search_'.$key,'alpha')) $search[$key]=GETPOST('search_'.$key,'alpha');
           }
      -    $search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +    $search_array_options=$extrafields->getOptionalsFromPost($contactstatic->table_element,'','search_');
       
           // 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
      diff --git a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      index 3c0d62be848..222538a8554 100644
      --- a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      +++ b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
      @@ -247,7 +247,7 @@ class pdf_stdmovement extends ModelePDFMovement
       
       		// fetch optionals attributes and labels
       		$extralabels = $extrafields->fetch_name_optionals_label('movement');
      -		$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +		$search_array_options=$extrafields->getOptionalsFromPost('movement','','search_');
       
       		$productlot=new ProductLot($db);
       		$productstatic=new Product($db);
      diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php
      index 1f810132223..f594eb2b383 100644
      --- a/htdocs/cron/list.php
      +++ b/htdocs/cron/list.php
      @@ -62,15 +62,16 @@ $securitykey = GETPOST('securitykey','alpha');
       
       $diroutputmassaction=$conf->cronjob->dir_output . '/temp/massgeneration/'.$user->id;
       
      +$object = new Cronjob($db);
      +
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('cronjoblist'));
       $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('cronjob');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
      -$object = new Cronjob($db);
       
       
       /*
      diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php
      index c3632ca57fd..1d29d4d6bff 100644
      --- a/htdocs/expedition/list.php
      +++ b/htdocs/expedition/list.php
      @@ -69,13 +69,15 @@ $pagenext = $page + 1;
       
       $viewstatut=GETPOST('viewstatut');
       
      +$object = new Expedition($db);
      +
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('shipmentlist'));
       $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('expedition');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/expensereport/list.php b/htdocs/expensereport/list.php
      index d328cd21de2..1fae1950f60 100644
      --- a/htdocs/expensereport/list.php
      +++ b/htdocs/expensereport/list.php
      @@ -90,7 +90,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('expensereport');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       
       // List of fields to search into when doing a "search in all"
      diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
      index 4b8aa9bb43d..e492ef0c794 100644
      --- a/htdocs/fichinter/card-rec.php
      +++ b/htdocs/fichinter/card-rec.php
      @@ -152,7 +152,7 @@ if ($action == 'add') {
       		}
       	}
       } elseif ($action == 'createfrommodel') {
      -	$newinter = new fichinter($db);
      +	$newinter = new Fichinter($db);
       
       	// on récupère les enregistrements
       	$object->fetch($id);
      @@ -176,7 +176,7 @@ if ($action == 'add') {
       	// on créer un nouvelle intervention
       	$extrafields = new ExtraFields($db);
       	$extralabels = $extrafields->fetch_name_optionals_label($newinter->table_element);
      -	$array_options = $extrafields->getOptionalsFromPost($extralabels);
      +	$array_options = $extrafields->getOptionalsFromPost($newinter->table_element);
       	$newinter->array_options = $array_options;
       
       	$newfichinterid = $newinter->create($user);
      diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
      index 5896a5c5723..fe15141c86c 100644
      --- a/htdocs/fichinter/card.php
      +++ b/htdocs/fichinter/card.php
      @@ -258,7 +258,7 @@ if (empty($reshook))
       				// Extrafields
       				$extrafields = new ExtraFields($db);
       				$extralabels = $extrafields->fetch_name_optionals_label($object->table_element);
      -				$array_options = $extrafields->getOptionalsFromPost($extralabels);
      +				$array_options = $extrafields->getOptionalsFromPost($object->table_element);
       
       		        $object->array_options = $array_options;
       
      @@ -406,7 +406,7 @@ if (empty($reshook))
       		    	{
       		    		// Extrafields
       		    		$extralabels = $extrafields->fetch_name_optionals_label($object->table_element);
      -		    		$array_options = $extrafields->getOptionalsFromPost($extralabels);
      +		    		$array_options = $extrafields->getOptionalsFromPost($object->table_element);
       
       		    		$object->array_options = $array_options;
       
      diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php
      index 96a1199255c..1f3686a02ab 100644
      --- a/htdocs/fichinter/list.php
      +++ b/htdocs/fichinter/list.php
      @@ -87,7 +87,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('fichinter');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
      index 7158d7b2c0e..401acab032b 100644
      --- a/htdocs/fourn/commande/list.php
      +++ b/htdocs/fourn/commande/list.php
      @@ -113,7 +113,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('commande_fournisseur');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
      index e1bd120b0b4..b72d89f4b07 100644
      --- a/htdocs/fourn/facture/list.php
      +++ b/htdocs/fourn/facture/list.php
      @@ -130,7 +130,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('facture_fourn');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
      index 7946f98cb66..27dc347d9d0 100644
      --- a/htdocs/fourn/facture/paiement.php
      +++ b/htdocs/fourn/facture/paiement.php
      @@ -89,7 +89,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('paymentsupplier');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost('paymentsupplier','','search_');
       
       $arrayfields=array();
       
      @@ -570,25 +570,25 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       	                        {
       	                            print '<td align="center"><b>!!!</b></td>';
       	                        }
      -	                        
      +
       	                        // Date Max Payment
       	                        if ($objp->dlr > 0 )
       	                        {
       	                            print '<td align="center">';
       	                            print dol_print_date($db->jdate($objp->dlr), 'day');
      -	                            
      +
       	                            if ($invoice->hasDelay())
       	                            {
       	                                print img_warning($langs->trans('Late'));
       	                            }
      -	                            
      +
       	                            print '</td>';
       	                        }
       	                        else
       	                        {
       	                            print '<td align="center"><b>--</b></td>';
       	                        }
      -	                        
      +
       	                        // Multicurrency
       	                        if (!empty($conf->multicurrency->enabled))
       	                        {
      diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
      index f155f513a18..aecdce1ae06 100644
      --- a/htdocs/holiday/list.php
      +++ b/htdocs/holiday/list.php
      @@ -78,7 +78,7 @@ $diroutputmassaction=$conf->holiday->dir_output . '/temp/massgeneration/'.$user-
       $hookmanager->initHooks(array('holidaylist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('holiday');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="cp.rowid";
      diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php
      index 63d1664e1ff..f9b3db7a99e 100644
      --- a/htdocs/modulebuilder/template/myobject_card.php
      +++ b/htdocs/modulebuilder/template/myobject_card.php
      @@ -81,7 +81,7 @@ $diroutputmassaction=$conf->mymodule->dir_output . '/temp/massgeneration/'.$user
       $hookmanager->initHooks(array('myobjectcard','globalcard'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label($object->table_element);
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Initialize array of search criterias
       $search_all=trim(GETPOST("search_all",'alpha'));
      diff --git a/htdocs/product/inventory/card.php b/htdocs/product/inventory/card.php
      index 2784e3c303b..24848ad26c5 100644
      --- a/htdocs/product/inventory/card.php
      +++ b/htdocs/product/inventory/card.php
      @@ -53,7 +53,7 @@ $diroutputmassaction=$conf->stock->dir_output . '/temp/massgeneration/'.$user->i
       $hookmanager->initHooks(array('inventorycard'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('inventory');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost('inventory','','search_');
       
       // Initialize array of search criterias
       $search_all=trim(GETPOST("search_all",'alpha'));
      diff --git a/htdocs/product/inventory/list.php b/htdocs/product/inventory/list.php
      index a5592c87f5d..95bb82aea50 100644
      --- a/htdocs/product/inventory/list.php
      +++ b/htdocs/product/inventory/list.php
      @@ -59,7 +59,7 @@ $diroutputmassaction=$conf->inventory->dir_output . '/temp/massgeneration/'.$use
       $hookmanager->initHooks(array('inventorylist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('inventory');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 562d09056c7..d05b01d6ae9 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -99,7 +99,7 @@ $form=new Form($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('product');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       if (empty($action)) $action='list';
       
      diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
      index 27c50d075aa..da7a834396a 100644
      --- a/htdocs/product/stock/movement_list.php
      +++ b/htdocs/product/stock/movement_list.php
      @@ -90,7 +90,7 @@ $formfile = new FormFile($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('movement');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       $arrayfields=array(
           'm.rowid'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
      diff --git a/htdocs/product/stock/productlot_list.php b/htdocs/product/stock/productlot_list.php
      index 4d9916bfa9c..6de8be264a9 100644
      --- a/htdocs/product/stock/productlot_list.php
      +++ b/htdocs/product/stock/productlot_list.php
      @@ -79,7 +79,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('product_lot');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index 5a13b16560d..87d82ffe03d 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -105,7 +105,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('projet');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php
      index 2366ccc738b..2ace542c219 100644
      --- a/htdocs/projet/tasks/list.php
      +++ b/htdocs/projet/tasks/list.php
      @@ -79,7 +79,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('projet_task');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Security check
       $socid=0;
      diff --git a/htdocs/public/ticket/list.php b/htdocs/public/ticket/list.php
      index 0d67e983143..f11583ac64d 100644
      --- a/htdocs/public/ticket/list.php
      +++ b/htdocs/public/ticket/list.php
      @@ -182,7 +182,7 @@ if ($action == "view_ticketlist")
               // fetch optionals attributes and labels
               $extrafields = new ExtraFields($db);
               $extralabels = $extrafields->fetch_name_optionals_label('ticket');
      -        $search_array_options = $extrafields->getOptionalsFromPost($extralabels, '', 'search_');
      +        $search_array_options = $extrafields->getOptionalsFromPost('ticket', '', 'search_');
       
               $filter = array();
               $param = '';
      diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php
      index 4492d74be65..55dddcc0a48 100644
      --- a/htdocs/resource/list.php
      +++ b/htdocs/resource/list.php
      @@ -50,7 +50,7 @@ $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_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       $search_ref=GETPOST("search_ref");
       $search_type=GETPOST("search_type");
       
      diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php
      index 684f6f8c471..f5513cb6aa3 100644
      --- a/htdocs/societe/list.php
      +++ b/htdocs/societe/list.php
      @@ -121,7 +121,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('societe');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php
      index 760bfef4d27..086a3db6d41 100644
      --- a/htdocs/societe/website.php
      +++ b/htdocs/societe/website.php
      @@ -63,7 +63,7 @@ $diroutputmassaction=$conf->website->dir_output . '/temp/massgeneration/'.$user-
       $hookmanager->initHooks(array('websitethirdpartylist'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('thirdpartyaccount');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost('thirdpartyaccount','','search_');
       
       unset($objectwebsiteaccount->fields['fk_soc']);		// Remove this field, we are already on the thirdparty
       
      diff --git a/htdocs/supplier_proposal/list.php b/htdocs/supplier_proposal/list.php
      index 2fcb296b433..8a7266a4003 100644
      --- a/htdocs/supplier_proposal/list.php
      +++ b/htdocs/supplier_proposal/list.php
      @@ -117,7 +117,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('supplier_proposal');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       
       // List of fields to search into when doing a "search in all"
      diff --git a/htdocs/takepos/customers.php b/htdocs/takepos/customers.php
      index f5bcb8557cf..fc7fbc54d2f 100644
      --- a/htdocs/takepos/customers.php
      +++ b/htdocs/takepos/customers.php
      @@ -144,7 +144,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('societe');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost('societe','','search_');
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
      index ef78b5eff45..ab16161e844 100644
      --- a/htdocs/ticket/card.php
      +++ b/htdocs/ticket/card.php
      @@ -58,7 +58,7 @@ $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_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Initialize array of search criterias
       $search_all=trim(GETPOST("search_all",'alpha'));
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index 7e8ae39564a..6ee61de76b9 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -258,7 +258,7 @@ class ActionsTicket
                               // Extrafields
                               $extrafields = new ExtraFields($this->db);
                               $extralabels = $extrafields->fetch_name_optionals_label($fichinter->table_element);
      -                        $array_options = $extrafields->getOptionalsFromPost($extralabels);
      +                        $array_options = $extrafields->getOptionalsFromPost($fichinter->table_element);
                               $fichinter->array_options = $array_options;
       
                               $id = $fichinter->create($user);
      diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
      index 1b43d0054b7..545a5fcf1ed 100644
      --- a/htdocs/ticket/list.php
      +++ b/htdocs/ticket/list.php
      @@ -77,7 +77,7 @@ else $hookmanager->initHooks(array('ticketlist'));
       
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('ticket');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Default sort order (if not yet defined by previous GETPOST)
       if (! $sortfield) $sortfield="t.".key($object->fields);   // Set here default search field. By default 1st field in definition.
      diff --git a/htdocs/user/list.php b/htdocs/user/list.php
      index 64c63c05426..7d856c52891 100644
      --- a/htdocs/user/list.php
      +++ b/htdocs/user/list.php
      @@ -68,7 +68,7 @@ $extrafields = new ExtraFields($db);
       
       // fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('user');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       $userstatic=new User($db);
       $companystatic = new Societe($db);
      diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php
      index 49965b9009a..24f87678505 100644
      --- a/htdocs/website/websiteaccount_card.php
      +++ b/htdocs/website/websiteaccount_card.php
      @@ -46,7 +46,7 @@ $diroutputmassaction=$conf->website->dir_output . '/temp/massgeneration/'.$user-
       $hookmanager->initHooks(array('websiteaccountcard'));     // Note that conf->hooks_modules contains array
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('societeaccount');
      -$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
      +$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
       
       // Initialize array of search criterias
       $search_all=trim(GETPOST("search_all",'alpha'));
      
      From 46db246273141cbdefc24af4e2ca5d0592579bcf Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 13:04:43 +0100
      Subject: [PATCH 0806/1013] Look and feel v9: Autofocus on create forms
      
      ---
       htdocs/adherents/card.php    | 2 +-
       htdocs/adherents/type.php    | 2 +-
       htdocs/comm/mailing/card.php | 2 +-
       htdocs/loan/card.php         | 2 +-
       htdocs/resource/card.php     | 2 +-
       5 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
      index fee1848b925..db6fb35206b 100644
      --- a/htdocs/adherents/card.php
      +++ b/htdocs/adherents/card.php
      @@ -907,7 +907,7 @@ else
       		// Login
       		if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
       		{
      -			print '<tr><td><span class="fieldrequired">'.$langs->trans("Login").' / '.$langs->trans("Id").'</span></td><td><input type="text" name="member_login" class="minwidth300" maxlength="50" value="'.(isset($_POST["member_login"])?GETPOST("member_login", 'alpha', 2):$object->login).'"></td></tr>';
      +			print '<tr><td><span class="fieldrequired">'.$langs->trans("Login").' / '.$langs->trans("Id").'</span></td><td><input type="text" name="member_login" class="minwidth300" maxlength="50" value="'.(isset($_POST["member_login"])?GETPOST("member_login", 'alpha', 2):$object->login).'" autofocus="autofocus"></td></tr>';
       		}
       
       		// Password
      diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
      index 7e69d4fbc98..6261a379049 100644
      --- a/htdocs/adherents/type.php
      +++ b/htdocs/adherents/type.php
      @@ -317,7 +317,7 @@ if ($action == 'create')
       	print '<table class="border" width="100%">';
       	print '<tbody>';
       
      -	print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("Label").'</td><td><input type="text" name="label" size="40"></td></tr>';
      +	print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("Label").'</td><td><input type="text" class="minwidth200" name="label" autofocus="autofocus"></td></tr>';
       
       	print '<tr><td>'.$langs->trans("SubscriptionRequired").'</td><td>';
       	print $form->selectyesno("subscription",1,1);
      diff --git a/htdocs/comm/mailing/card.php b/htdocs/comm/mailing/card.php
      index 28e49e9d171..e4f74f5c35f 100644
      --- a/htdocs/comm/mailing/card.php
      +++ b/htdocs/comm/mailing/card.php
      @@ -747,7 +747,7 @@ if ($action == 'create')
       	dol_fiche_head();
       
       	print '<table class="border" width="100%">';
      -	print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("MailTitle").'</td><td><input class="flat minwidth300" name="titre" value="'.dol_escape_htmltag(GETPOST('titre')).'"></td></tr>';
      +	print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("MailTitle").'</td><td><input class="flat minwidth300" name="titre" value="'.dol_escape_htmltag(GETPOST('titre')).'" autofocus="autofocus"></td></tr>';
       	print '<tr><td class="fieldrequired">'.$langs->trans("MailFrom").'</td><td><input class="flat minwidth200" name="from" value="'.$conf->global->MAILING_EMAIL_FROM.'"></td></tr>';
       	print '<tr><td>'.$langs->trans("MailErrorsTo").'</td><td><input class="flat minwidth200" name="errorsto" value="'.(!empty($conf->global->MAILING_EMAIL_ERRORSTO)?$conf->global->MAILING_EMAIL_ERRORSTO:$conf->global->MAIN_MAIL_ERRORS_TO).'"></td></tr>';
       
      diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php
      index e2491167ed8..3214ac5a971 100644
      --- a/htdocs/loan/card.php
      +++ b/htdocs/loan/card.php
      @@ -264,7 +264,7 @@ if ($action == 'create')
       	print '<table class="border" width="100%">';
       
       	// Label
      -	print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("Label").'</td><td><input name="label" size="40" maxlength="255" value="'.dol_escape_htmltag(GETPOST('label')).'"></td></tr>';
      +	print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("Label").'</td><td><input name="label" class="minwidth300" maxlength="255" value="'.dol_escape_htmltag(GETPOST('label')).'" autofocus="autofocus"></td></tr>';
       
       	// Bank account
       	if (! empty($conf->banque->enabled))
      diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php
      index 49cad87e990..8fd7f5bcd13 100644
      --- a/htdocs/resource/card.php
      +++ b/htdocs/resource/card.php
      @@ -250,7 +250,7 @@ if ($action == 'create' || $object->fetch($id) > 0)
       
       		// Ref
       		print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("ResourceFormLabel_ref").'</td>';
      -		print '<td><input class="minwidth200" name="ref" value="'.($ref ? $ref : $object->ref).'"></td></tr>';
      +		print '<td><input class="minwidth200" name="ref" value="'.($ref ? $ref : $object->ref).'" autofocus="autofocus"></td></tr>';
       
       		// Type
       		print '<tr><td>'.$langs->trans("ResourceType").'</td>';
      
      From 671b4dc22703ab269534649546a8350d912f652f Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Wed, 7 Nov 2018 14:01:49 +0100
      Subject: [PATCH 0807/1013] fix : missing translation
      
      ---
       htdocs/adherents/index.php            | 6 +++---
       htdocs/fichinter/card.php             | 2 +-
       htdocs/langs/en_US/interventions.lang | 1 +
       3 files changed, 5 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
      index 931e9323904..ffe75df1c81 100644
      --- a/htdocs/adherents/index.php
      +++ b/htdocs/adherents/index.php
      @@ -55,7 +55,7 @@ $AdherentsResilies=array();
       
       $AdherentType=array();
       
      -// Liste les adherents
      +// Members list
       $sql = "SELECT t.rowid, t.libelle as label, t.subscription,";
       $sql.= " d.statut, count(d.rowid) as somme";
       $sql.= " FROM ".MAIN_DB_PREFIX."adherent_type as t";
      @@ -92,7 +92,7 @@ if ($result)
       
       $now=dol_now();
       
      -// List members up to date
      +// Members up to date list
       // current rule: uptodate = the end date is in future whatever is type
       // old rule: uptodate = if type does not need payment, that end date is null, if type need payment that end date is in future)
       $sql = "SELECT count(*) as somme , d.fk_adherent_type";
      @@ -140,7 +140,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS))     // This is usele
           	foreach($listofsearchfields as $key => $value)
           	{
           		if ($i == 0) print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("Search").'</td></tr>';
      -    		print '<tr '.$bc[false].'>';
      +    		print '<tr class="oddeven">';
           		print '<td class="nowrap"><label for="'.$key.'">'.$langs->trans($value["text"]).'</label>:</td><td><input type="text" class="flat inputsearch" name="'.$key.'" id="'.$key.'" size="18"></td>';
           		if ($i == 0) print '<td rowspan="'.count($listofsearchfields).'"><input type="submit" value="'.$langs->trans("Search").'" class="button"></td>';
           		print '</tr>';
      diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
      index fe15141c86c..23ad91d8831 100644
      --- a/htdocs/fichinter/card.php
      +++ b/htdocs/fichinter/card.php
      @@ -1649,7 +1649,7 @@ else if ($id > 0 || ! empty($ref))
       		    		// create interventional model
       				if ($object->statut == Fichinter::STATUS_DRAFT && $user->rights->ficheinter->creer && (count($object->lines) > 0)) {
       					print '<div class="inline-block divButAction">';
      -					print '<a class="butAction" href="'.DOL_URL_ROOT.'/fichinter/card-rec.php?id='.$object->id.'&action=create">'.$langs->trans("ChangeIntoRepeatableInterventional").'</a>';
      +					print '<a class="butAction" href="'.DOL_URL_ROOT.'/fichinter/card-rec.php?id='.$object->id.'&action=create">'.$langs->trans("ChangeIntoRepeatableIntervention").'</a>';
       					print '</div>';
       				}
       
      diff --git a/htdocs/langs/en_US/interventions.lang b/htdocs/langs/en_US/interventions.lang
      index 604d51c41b9..a130367b14f 100644
      --- a/htdocs/langs/en_US/interventions.lang
      +++ b/htdocs/langs/en_US/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      
      From f6394e4210248cb765d80ac58bab719a3dea37b4 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Wed, 7 Nov 2018 15:07:57 +0100
      Subject: [PATCH 0808/1013] fix : error 500
      
      ---
       htdocs/fichinter/card.php | 7 +++++--
       1 file changed, 5 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
      index 23ad91d8831..cd172888a28 100644
      --- a/htdocs/fichinter/card.php
      +++ b/htdocs/fichinter/card.php
      @@ -7,6 +7,7 @@
        * Copyright (C) 2014-2018  Ferran Marcet           <fmarcet@2byte.es>
        * Copyright (C) 2014-2018  Charlene Benke          <charlies@patas-monkey.com>
        * Copyright (C) 2015-2016  Abbes Bahfir            <bafbes@gmail.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
      @@ -1646,10 +1647,12 @@ else if ($id > 0 || ! empty($ref))
       					else print '<div class="inline-block divButAction"><a class="butActionRefused" href="#">'.$langs->trans('SendMail').'</a></div>';
       				}
       
      -		    		// create interventional model
      +		    	// create intervention model
       				if ($object->statut == Fichinter::STATUS_DRAFT && $user->rights->ficheinter->creer && (count($object->lines) > 0)) {
       					print '<div class="inline-block divButAction">';
      -					print '<a class="butAction" href="'.DOL_URL_ROOT.'/fichinter/card-rec.php?id='.$object->id.'&action=create">'.$langs->trans("ChangeIntoRepeatableIntervention").'</a>';
      +					// This feature is not yet implemented
      +					//print '<a class="butAction" href="'.DOL_URL_ROOT.'/fichinter/card-rec.php?id='.$object->id.'&action=create">'.$langs->trans("ChangeIntoRepeatableIntervention").'</a>';
      +					print '<a class="butAction" title="'.$langs->trans("ChangeIntoRepeatableIntervention").'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'">'.$langs->trans("not yet implemented").'</a>';
       					print '</div>';
       				}
       
      
      From afdefa56bdffdbacff1b5bdbc4f1cb82e91db005 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fran=C3=A7ois=20J?= <fjacquet@open-dsi.fr>
      Date: Wed, 7 Nov 2018 15:34:07 +0100
      Subject: [PATCH 0809/1013] New Search Contact by Town
      
      Adding the missing SQL condition to filter contact list by user requested town
      ---
       htdocs/contact/list.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
      index 52a2c4bbe7f..04b12ddb4eb 100644
      --- a/htdocs/contact/list.php
      +++ b/htdocs/contact/list.php
      @@ -321,6 +321,7 @@ if (strlen($search_twitter))        $sql.= natural_search('p.twitter', $search_t
       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 (strlen($search_town))   		$sql.= natural_search("p.town",$search_town);
       if ($search_status != '' && $search_status >= 0) $sql.= " AND p.statut = ".$db->escape($search_status);
       if ($search_import_key)             $sql.= natural_search("p.import_key",$search_import_key);
       if ($type == "o")        // filtre sur type
      
      From 05a679a10c3a9957ac053aabede07ffa974abc01 Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Wed, 7 Nov 2018 16:26:25 +0100
      Subject: [PATCH 0810/1013] FIX : OppStatusShort doesn't exists
      
      ---
       htdocs/projet/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index 6b3613a7b0a..5f683a251a2 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -533,7 +533,7 @@ if (! empty($arrayfields['p.public']['checked']))
       if (! empty($arrayfields['p.fk_opp_status']['checked']))
       {
       	print '<td class="liste_titre nowrap center">';
      -	print $formproject->selectOpportunityStatus('search_opp_status', $search_opp_status, 1, 1, 1, 0, 'maxwidth100');
      +	print $formproject->selectOpportunityStatus('search_opp_status', $search_opp_status, 1, 0, 1, 0, 'maxwidth100');
       	print '</td>';
       }
       if (! empty($arrayfields['p.opp_amount']['checked']))
      
      From 70826c31912808e6ddce76783f416b245f41c3f8 Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Wed, 7 Nov 2018 16:32:23 +0100
      Subject: [PATCH 0811/1013] FIX : same on lines
      
      ---
       htdocs/projet/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index 5f683a251a2..86f1c2ffcad 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -742,7 +742,7 @@ while ($i < min($num,$limit))
       		if (! empty($arrayfields['p.fk_opp_status']['checked']))
       		{
       			print '<td class="center">';
      -			if ($obj->opp_status_code) print $langs->trans("OppStatusShort".$obj->opp_status_code);
      +			if ($obj->opp_status_code) print $langs->trans("OppStatus".$obj->opp_status_code);
       			print '</td>';
       			if (! $i) $totalarray['nbfield']++;
       		}
      
      From 6ba78b2bb328627af52f7177368d23d3fb0eff59 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 16:33:06 +0100
      Subject: [PATCH 0812/1013] Work on email collector
      
      ---
       htdocs/admin/emailcollector_card.php          | 33 ++++++++++++++++---
       .../core/modules/modEmailCollector.class.php  |  4 +--
       htdocs/core/modules/modGravatar.class.php     |  2 ++
       htdocs/core/modules/modLdap.class.php         |  2 ++
       htdocs/core/modules/modMailing.class.php      |  7 +++-
       htdocs/core/modules/modMailmanSpip.class.php  |  4 +++
       htdocs/core/modules/modNotification.class.php |  4 +++
       htdocs/core/modules/modOauth.class.php        |  2 +-
       .../core/modules/modSocialNetworks.class.php  |  2 ++
       .../class/emailcollector.class.php            |  2 ++
       htdocs/langs/en_US/admin.lang                 |  2 ++
       htdocs/langs/en_US/main.lang                  |  2 ++
       12 files changed, 58 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 5c6aec59b32..c6bf6290404 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -37,7 +37,7 @@ if (!$user->admin)
       	accessforbidden();
       
       // Load traductions files requiredby by page
      -$langs->loadLangs(array("admin", "other"));
      +$langs->loadLangs(array("admin", "mails", "other"));
       
       // Get parameters
       $id			= GETPOST('id', 'int');
      @@ -122,6 +122,23 @@ if ($action == 'confirm_collect')
       	$action = '';
       }
       
      +if (GETPOST('addfilter','alpha'))
      +{
      +	$emailcollectorfilter = new EmailCollectorFilter($db);
      +	$emailcollectorfilter->type = GETPOST('filtertype','alpha');
      +	$emailcollectorfilter->rulevalue = GETPOST('rulevalue', 'alpha');
      +	$emailcollectorfilter->fk_emailcollector = $object->id;
      +	$result = $emailcollectorfilter->create($user);
      +
      +	if ($result > 0)
      +	{
      +		$object->fetchFilters();
      +	}
      +	else
      +	{
      +		setEventMessages($emailcollectorfilter->errors, $emailcollectorfilter->error, 'errors');
      +	}
      +}
       
       
       
      @@ -322,6 +339,13 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       
       	print '</table>';
       
      +
      +	print '<form method="POST" action="' . $_SERVER["PHP_SELF"] . '">';
      +	print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
      +	print '<input type="hidden" name="action" value="updatefiltersactions">';
      +	print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';
      +	print '<input type="hidden" name="id" value="' . $object->id . '">';
      +
       	// Filters
       	print '<table class="border centpercent">';
       	print '<tr class="liste_titre">';
      @@ -330,8 +354,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	// Add filter
       	print '<tr class="oddeven">';
       	print '<td>';
      -	$arrayoftypes=array('to'=>'To', 'cc'=>'Cc', 'bcc'=>'Bcc', 'from'=>'From', 'subject'=>'Subject', 'body'=>'Body', 'seen'=>'AlreadyRead', 'unseen'=>'NotRead');
      -	print $form->selectarray('filtertype', $arrayoftypes, '', 1);
      +	$arrayoftypes=array('from'=>'MailFrom', 'to'=>'MailTo', 'cc'=>'Cc', 'bcc'=>'Bcc', 'subject'=>'Subject', 'body'=>'Body', 'seen'=>'AlreadyRead', 'unseen'=>'NotRead');
      +	print $form->selectarray('filtertype', $arrayoftypes, '', 1, 0, 0, '', 1);
       	print '</td><td>';
       	print '<input type="text" name="rulevalue">';
       	print '</td>';
      @@ -365,7 +389,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '<td>';
       	$arrayoftypes=array('recordevent'=>'RecordEvent');
       	if ($conf->projet->enabled) $arrayoftypes['project']='CreateLeadAndThirdParty';
      -	print $form->selectarray('operationtype', $arrayoftypes, '', 1);
      +	print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1);
       	print '</td><td>';
       	print '<input type="text" name="operationparam">';
       	print '</td>';
      @@ -387,6 +411,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '</tr>';
       	print '</table>';
       
      +	print '</form>';
       
       	print '</div>';
       	print '</div>';
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index 5bad6e3e135..ef19ff49bf9 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -52,7 +52,7 @@ class modEmailCollector 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 = '75';
      +		$this->module_position = '12';
       		// 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")));
       
      @@ -70,7 +70,7 @@ class modEmailCollector extends DolibarrModules
       		// 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';
      +		$this->picto='email';
       
       		// Defined all module parts (triggers, login, substitutions, menus, css, etc...)
       		// for default path (eg: /dav/core/xxxxx) (0=disable, 1=enable)
      diff --git a/htdocs/core/modules/modGravatar.class.php b/htdocs/core/modules/modGravatar.class.php
      index 44b4f8a6e80..de85e76e7ff 100644
      --- a/htdocs/core/modules/modGravatar.class.php
      +++ b/htdocs/core/modules/modGravatar.class.php
      @@ -49,6 +49,8 @@ class modGravatar 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";
      +		// Module position in the family on 2 digits ('01', '10', '20', ...)
      +		$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));
       		// 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/modLdap.class.php b/htdocs/core/modules/modLdap.class.php
      index 90577ae3ccf..9bce79dff1f 100644
      --- a/htdocs/core/modules/modLdap.class.php
      +++ b/htdocs/core/modules/modLdap.class.php
      @@ -43,6 +43,8 @@ class modLdap extends DolibarrModules
       		$this->numero = 200;
       
       		$this->family = "interface";
      +		// Module position in the family on 2 digits ('01', '10', '20', ...)
      +		$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 = "Synchronisation Ldap";
      diff --git a/htdocs/core/modules/modMailing.class.php b/htdocs/core/modules/modMailing.class.php
      index 749369ee8e9..b7d83f8b771 100644
      --- a/htdocs/core/modules/modMailing.class.php
      +++ b/htdocs/core/modules/modMailing.class.php
      @@ -44,7 +44,12 @@ class modMailing extends DolibarrModules
       		$this->db = $db;
       		$this->numero = 22;
       
      -		$this->family = "technic";
      +		// 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 = "interface";
      +		// Module position in the family on 2 digits ('01', '10', '20', ...)
      +		$this->module_position = '11';
      +
       		// 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 EMailings";
      diff --git a/htdocs/core/modules/modMailmanSpip.class.php b/htdocs/core/modules/modMailmanSpip.class.php
      index e1a8f7c2cd6..d82c8040c02 100644
      --- a/htdocs/core/modules/modMailmanSpip.class.php
      +++ b/htdocs/core/modules/modMailmanSpip.class.php
      @@ -43,7 +43,11 @@ class modMailmanSpip extends DolibarrModules
       		$this->db = $db;
       		$this->numero = 105;
       
      +		// 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 position in the family on 2 digits ('01', '10', '20', ...)
      +		$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 = "Mailman or Spip interface for member module";
      diff --git a/htdocs/core/modules/modNotification.class.php b/htdocs/core/modules/modNotification.class.php
      index 9dbd77fae86..21d5f81eb98 100644
      --- a/htdocs/core/modules/modNotification.class.php
      +++ b/htdocs/core/modules/modNotification.class.php
      @@ -41,7 +41,11 @@ class modNotification extends DolibarrModules
       		$this->db = $db;
       		$this->numero = 600;
       
      +		// 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 position in the family on 2 digits ('01', '10', '20', ...)
      +		$this->module_position = '01';
       		// 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 = "EMail notifications (push) on business Dolibarr events";
      diff --git a/htdocs/core/modules/modOauth.class.php b/htdocs/core/modules/modOauth.class.php
      index f563baa9c92..086dac64bed 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 = '51';
      +        $this->module_position = '31';
               // 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/modSocialNetworks.class.php b/htdocs/core/modules/modSocialNetworks.class.php
      index 6aceeff6a70..137547bfb15 100644
      --- a/htdocs/core/modules/modSocialNetworks.class.php
      +++ b/htdocs/core/modules/modSocialNetworks.class.php
      @@ -46,6 +46,8 @@ class modSocialNetworks 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";
      +        // Module position in the family on 2 digits ('01', '10', '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 = "Enable Social Networks fields into third parties and addresses (skype, twitter, facebook, ...)";
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index cef1c27eac9..5131db78759 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -632,6 +632,7 @@ class EmailCollector extends CommonObject
       			{
       				$obj=$this->db->fetch_object($resql);
       				$this->filters[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'rulevalue'=>$obj->rulevalue, 'status'=>$obj->status);
      +				$i++;
       			}
       			$this->db->free($resql);
       		}
      @@ -659,6 +660,7 @@ class EmailCollector extends CommonObject
       			{
       				$obj=$this->db->fetch_object($resql);
       				$this->rules[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'actionparam'=>$obj->actionparam, 'status'=>$obj->status);
      +				$i++;
       			}
       			$this->db->free($resql);
       		}
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index d38eb1d21d9..e074210bd1a 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1815,6 +1815,8 @@ 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).  
       NewEmailCollector=New Email Collector
       EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index fa74cfa44bc..100a249f418 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -635,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      
      From 193b153fbf0a36dcf4345585e2aa6ccfbffff352 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 7 Nov 2018 18:02:08 +0100
      Subject: [PATCH 0813/1013] Work on email collector
      
      ---
       htdocs/admin/emailcollector_card.php          | 76 +++++++++++++++++--
       .../class/emailcollector.class.php            | 26 ++++---
       .../class/emailcollectoraction.class.php      | 30 +++++---
       .../class/emailcollectorfilter.class.php      | 36 ++++++---
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  3 +
       ...mailcollector_emailcollectoraction.key.sql |  1 +
       ...mailcollector_emailcollectorfilter.key.sql |  2 +
       htdocs/langs/en_US/admin.lang                 |  2 +
       .../template/class/myobject.class.php         | 20 ++---
       9 files changed, 144 insertions(+), 52 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index c6bf6290404..3280492701e 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -30,7 +30,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
       include_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
       include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollector.class.php';
       include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollectorfilter.class.php';
      -include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollectoraction.lib.php';
      +include_once DOL_DOCUMENT_ROOT.'/emailcollector/class/emailcollectoraction.class.php';
       include_once DOL_DOCUMENT_ROOT.'/emailcollector/lib/emailcollector.lib.php';
       
       if (!$user->admin)
      @@ -125,9 +125,10 @@ if ($action == 'confirm_collect')
       if (GETPOST('addfilter','alpha'))
       {
       	$emailcollectorfilter = new EmailCollectorFilter($db);
      -	$emailcollectorfilter->type = GETPOST('filtertype','alpha');
      +	$emailcollectorfilter->type = GETPOST('filtertype','az09');
       	$emailcollectorfilter->rulevalue = GETPOST('rulevalue', 'alpha');
       	$emailcollectorfilter->fk_emailcollector = $object->id;
      +	$emailcollectorfilter->status = 1;
       	$result = $emailcollectorfilter->create($user);
       
       	if ($result > 0)
      @@ -140,6 +141,55 @@ if (GETPOST('addfilter','alpha'))
       	}
       }
       
      +if ($action == 'deletefilter')
      +{
      +	$emailcollectorfilter = new EmailCollectorFilter($db);
      +	$emailcollectorfilter->fetch(GETPOST('filterid','int'));
      +	$result = $emailcollectorfilter->delete($user);
      +	if ($result > 0)
      +	{
      +		$object->fetchFilters();
      +	}
      +	else
      +	{
      +		setEventMessages($emailcollectorfilter->errors, $emailcollectorfilter->error, 'errors');
      +	}
      +}
      +
      +if (GETPOST('addoperation','alpha'))
      +{
      +	$emailcollectoroperation = new EmailCollectorAction($db);
      +	$emailcollectoroperation->type = GETPOST('operationtype','az09');
      +	$emailcollectoroperation->actionparam = GETPOST('actionparam', 'alpha');
      +	$emailcollectoroperation->fk_emailcollector = $object->id;
      +	$emailcollectoroperation->status = 1;
      +	$result = $emailcollectoroperation->create($user);
      +
      +	if ($result > 0)
      +	{
      +		$object->fetchActions();
      +	}
      +	else
      +	{
      +		setEventMessages($emailcollectoroperation->errors, $emailcollectoroperation->error, 'errors');
      +	}
      +}
      +
      +if ($action == 'deleteoperation')
      +{
      +	$emailcollectoroperation = new EmailCollectorAction($db);
      +	$emailcollectoroperation->fetch(GETPOST('operationid','int'));
      +	$result = $emailcollectoroperation->delete($user);
      +	if ($result > 0)
      +	{
      +		$object->fetchActions();
      +	}
      +	else
      +	{
      +		setEventMessages($emailcollectoroperation->errors, $emailcollectoroperation->error, 'errors');
      +	}
      +}
      +
       
       
       /*
      @@ -368,9 +418,14 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		$rulefilterobj->fetch($rulefilter['id']);
       
       		print '<tr class="oddeven">';
      -		print '<td>'.$rulefilter['type'].'</td>';
      +		print '<td>';
      +		print $langs->trans($arrayoftypes[$rulefilter['type']]);
      +		print '</td>';
       		print '<td>'.$rulefilter['rulevalue'].'</td>';
      -		print '<td>'.$rulefilterobj->getLibStatut(3).'</td>';
      +		print '<td align="right">';
      +		//print $rulefilterobj->getLibStatut(3);
      +		print ' <a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=deletefilter&filterid='.$rulefilter['id'].'">'.img_delete().'</a>';
      +		print '</td>';
       		print '</tr>';
       	}
       
      @@ -389,7 +444,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '<td>';
       	$arrayoftypes=array('recordevent'=>'RecordEvent');
       	if ($conf->projet->enabled) $arrayoftypes['project']='CreateLeadAndThirdParty';
      -	print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1);
      +	print $form->selectarray('operationtype', $arrayoftypes, '', 0, 0, 0, '', 1);
       	print '</td><td>';
       	print '<input type="text" name="operationparam">';
       	print '</td>';
      @@ -402,9 +457,14 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		$ruleactionobj->fetch($ruleaction['id']);
       
       		print '<tr class="oddeven">';
      -		print '<td>'.$ruleactionobj['type'].'</td>';
      -		print '<td>'.$ruleactionobj['actionparam'].'</td>';
      -		print '<td>'.$ruleactionobj->getLibStatut(3).'</td>';
      +		print '<td>';
      +		print $langs->trans($arrayoftypes[$ruleaction['type']]);
      +		print '</td>';
      +		print '<td>'.$ruleaction['actionparam'].'</td>';
      +		print '<td align="right">';
      +		//print $ruleactionobj->getLibStatut(3);
      +		print ' <a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=deleteoperation&operationid='.$ruleaction['id'].'">'.img_delete().'</a>';
      +		print '</td>';
       		print '</tr>';
       	}
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 5131db78759..e4c0d4f588f 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -523,28 +523,28 @@ class EmailCollector extends CommonObject
       		}
       		elseif ($mode == 2)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 3)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 4)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 5)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 6)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       	}
       
      @@ -619,7 +619,7 @@ class EmailCollector extends CommonObject
       	 */
       	public function fetchFilters()
       	{
      -		$this->rules = array();
      +		$this->filters = array();
       
       		$sql='SELECT rowid, type, rulevalue, status FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter WHERE fk_emailcollector = '.$this->id;
       
      @@ -636,6 +636,7 @@ class EmailCollector extends CommonObject
       			}
       			$this->db->free($resql);
       		}
      +		else dol_print_error($this->db);
       
       		return 1;
       	}
      @@ -659,11 +660,12 @@ class EmailCollector extends CommonObject
       			while($i < $num)
       			{
       				$obj=$this->db->fetch_object($resql);
      -				$this->rules[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'actionparam'=>$obj->actionparam, 'status'=>$obj->status);
      +				$this->actions[$obj->rowid]=array('id'=>$obj->rowid, 'type'=>$obj->type, 'actionparam'=>$obj->actionparam, 'status'=>$obj->status);
       				$i++;
       			}
       			$this->db->free($resql);
       		}
      +		else dol_print_error($this->db);
       	}
       
       
      diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php
      index 5e0e85abdaf..42eecd097bd 100644
      --- a/htdocs/emailcollector/class/emailcollectoraction.class.php
      +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php
      @@ -50,7 +50,7 @@ class EmailCollectorAction extends CommonObject
       	/**
       	 * @var int  Does emailcollectoraction support extrafields ? 0=No, 1=Yes
       	 */
      -	public $isextrafieldmanaged = 1;
      +	public $isextrafieldmanaged = 0;
       
       	/**
       	 * @var string String with name of icon for emailcollectoraction. Must be the part after the 'object_' into object_emailcollectoraction.png
      @@ -181,6 +181,14 @@ class EmailCollectorAction extends CommonObject
       	 */
       	public function create(User $user, $notrigger = false)
       	{
      +		global $langs;
      +		if (empty($this->type))
      +		{
      +			$langs->load("errors");
      +			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type"));
      +			return -1;
      +		}
      +
       		return $this->createCommon($user, $notrigger);
       	}
       
      @@ -414,28 +422,28 @@ class EmailCollectorAction extends CommonObject
       		}
       		elseif ($mode == 2)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 3)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 4)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 5)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 6)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       	}
       
      diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      index deb5bb88824..23c8f7a02b2 100644
      --- a/htdocs/emailcollector/class/emailcollectorfilter.class.php
      +++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      @@ -50,7 +50,7 @@ class EmailCollectorFilter extends CommonObject
       	/**
       	 * @var int  Does emailcollectorfilter support extrafields ? 0=No, 1=Yes
       	 */
      -	public $isextrafieldmanaged = 1;
      +	public $isextrafieldmanaged = 0;
       
       	/**
       	 * @var string String with name of icon for emailcollectorfilter. Must be the part after the 'object_' into object_emailcollectorfilter.png
      @@ -152,6 +152,20 @@ class EmailCollectorFilter extends CommonObject
       	 */
       	public function create(User $user, $notrigger = false)
       	{
      +		global $langs;
      +		if (empty($this->type))
      +		{
      +			$langs->load("errors");
      +			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type"));
      +			return -1;
      +		}
      +		if (empty($this->rulevalue))
      +		{
      +			$langs->load("errors");
      +			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("RuleValue"));
      +			return -1;
      +		}
      +
       		return $this->createCommon($user, $notrigger);
       	}
       
      @@ -385,28 +399,28 @@ class EmailCollectorFilter extends CommonObject
       		}
       		elseif ($mode == 2)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 3)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 4)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 5)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 6)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       	}
       
      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 d1e2d87b444..05106e475cd 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
      @@ -206,6 +206,9 @@ ALTER TABLE llx_emailcollector_emailcollectoraction ADD INDEX idx_emailcollector
       ALTER TABLE llx_emailcollector_emailcollectoraction ADD CONSTRAINT fk_emailcollectoraction_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
       
       
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD UNIQUE INDEX uk_emailcollector_emailcollectorfilter (fk_emailcollector, type, rulevalue);
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD UNIQUE INDEX uk_emailcollector_emailcollectoraction (fk_emailcollector, type);
      +
       
       
       
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
      index 0ef98e90b41..ef8a91b5d31 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.key.sql
      @@ -19,3 +19,4 @@ ALTER TABLE llx_emailcollector_emailcollectoraction ADD INDEX idx_emailcollector
       ALTER TABLE llx_emailcollector_emailcollectoraction ADD CONSTRAINT fk_emailcollectoraction_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
       -- END MODULEBUILDER INDEXES
       
      +ALTER TABLE llx_emailcollector_emailcollectoraction ADD UNIQUE INDEX uk_emailcollector_emailcollectoraction (fk_emailcollector, type);
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
      index fb65963b63a..e0eb095fad1 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectorfilter.key.sql
      @@ -19,3 +19,5 @@ ALTER TABLE llx_emailcollector_emailcollectorfilter ADD INDEX idx_emailcollector
       ALTER TABLE llx_emailcollector_emailcollectorfilter ADD CONSTRAINT fk_emailcollectorfilter_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
       -- END MODULEBUILDER INDEXES
       
      +ALTER TABLE llx_emailcollector_emailcollectorfilter ADD UNIQUE INDEX uk_emailcollector_emailcollectorfilter (fk_emailcollector, type, rulevalue);
      +
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index e074210bd1a..d9be14b3cb7 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1830,6 +1830,8 @@ EmailCollectorConfirmCollect=Do you want to run the collect for this collector n
       NoNewEmailToProcess=No new email to process
       NothingProcessed=Nothing done
       XEmailsDoneYActionsDone=%s emails analyzed, %s record/actions done by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
       UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 58dfe5924cf..e318bfe3a00 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -453,28 +453,28 @@ class MyObject extends CommonObject
       		}
       		elseif ($mode == 2)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 3)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 4)
       		{
      -			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
      -			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
      +			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
      +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle').' '.$this->labelstatus[$status];
       		}
       		elseif ($mode == 5)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       		elseif ($mode == 6)
       		{
      -			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
      -			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
      +			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4', '', false, 0, 0, '', 'valignmiddle');
      +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5', '', false, 0, 0, '', 'valignmiddle');
       		}
       	}
       
      
      From 9dbb222a0ae66851dd2c0213b446d86e7dce3b70 Mon Sep 17 00:00:00 2001
      From: AXeL-dev <anass_denna@hotmail.fr>
      Date: Wed, 7 Nov 2018 18:27:41 +0100
      Subject: [PATCH 0814/1013] remove useless line of code
      
      ---
       htdocs/main.inc.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
      index 7fbb0cbb07b..7d02b39e25a 100644
      --- a/htdocs/main.inc.php
      +++ b/htdocs/main.inc.php
      @@ -1382,7 +1382,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
                           }
                           else
                           {
      -                        if (! preg_match('/^\//',$jsfile)) $jsfile='/'.$jsfile;	// For backward compatibility
                               print '<script type="text/javascript" src="'.dol_buildpath($jsfile,1).'"></script>'."\n";
                           }
                       }
      
      From df224e4b54e0117b011f000b348e4b7d46b3f093 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 7 Nov 2018 21:51:05 +0100
      Subject: [PATCH 0815/1013] can click on image to preview in doc list
      
      ---
       htdocs/core/class/html.formfile.class.php | 10 +++++++---
       1 file changed, 7 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 81a288e7dce..fba539ffe7e 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1219,9 +1219,13 @@ class FormFile
       							if (! dol_is_file($file['path'].'/'.$minifile)) $minifile=getImageFileNameForSize($file['name'], '_mini', '.png'); // For backward compatibility of old thumbs that were created with filename in lower case and with .png extension
       							//print $file['path'].'/'.$minifile.'<br>';
       
      -							$urlforhref=getAdvancedPreviewUrl($modulepart, $relativepath.$fileinfo['filename'].'.'.strtolower($fileinfo['extension']), 0, '&entity='.(!empty($object->entity)?$object->entity:$conf->entity));
      -							if (empty($urlforhref)) $urlforhref=DOL_URL_ROOT.'/viewimage.php?modulepart='.$modulepart.'&entity='.(!empty($object->entity)?$object->entity:$conf->entity).'&file='.urlencode($relativepath.$fileinfo['filename'].'.'.strtolower($fileinfo['extension']));
      -							print '<a href="'.$urlforhref.'" class="aphoto" target="_blank">';
      +							$urlforhref=getAdvancedPreviewUrl($modulepart, $relativepath.$fileinfo['filename'].'.'.strtolower($fileinfo['extension']), 1, '&entity='.(!empty($object->entity)?$object->entity:$conf->entity));
      +							if (empty($urlforhref)) {
      +								$urlforhref=DOL_URL_ROOT.'/viewimage.php?modulepart='.$modulepart.'&entity='.(!empty($object->entity)?$object->entity:$conf->entity).'&file='.urlencode($relativepath.$fileinfo['filename'].'.'.strtolower($fileinfo['extension']));
      +								print '<a href="'.$urlforhref.'" class="aphoto" target="_blank">';
      +							} else {
      +								print '<a href="'.$urlforhref['url'].'" class="'.$urlforhref['css'].'" target="'.$urlforhref['target'].'" mime="'.$urlforhref['mime'].'">';
      +							}
       							print '<img border="0" height="'.$maxheightmini.'" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart='.$modulepart.'&entity='.(!empty($object->entity)?$object->entity:$conf->entity).'&file='.urlencode($relativepath.$minifile).'" title="">';
       							print '</a>';
       						}
      
      From 3ba3a47f2037b9b067bffd87fe8e78f8193d4b61 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 7 Nov 2018 22:04:55 +0100
      Subject: [PATCH 0816/1013] close window
      
      ---
       htdocs/core/js/lib_head.js.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php
      index 1aa9c458e39..cf8d641893a 100644
      --- a/htdocs/core/js/lib_head.js.php
      +++ b/htdocs/core/js/lib_head.js.php
      @@ -918,7 +918,7 @@ function document_preview(file, type, title)
       		{
       			optionsbuttons = {
       			    "<?php echo dol_escape_js($langs->transnoentitiesnoconv("OriginalSize")); ?>": function() { console.log("Click on original size"); jQuery(".ui-dialog-content.ui-widget-content > object").css({ "max-height": "none" }); },
      -				"<?php echo dol_escape_js($langs->transnoentitiesnoconv("Close")); ?>": function() { $( this ).dialog( "close" ); }
      +				"<?php echo dol_escape_js($langs->transnoentitiesnoconv("CloseWindow")); ?>": function() { $( this ).dialog( "close" ); }
       				};
       		}
       
      
      From 976516a79627f6815f389e0ec2f7e52072739985 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 09:51:46 +0100
      Subject: [PATCH 0817/1013] Fix look and feel v8
      
      ---
       htdocs/compta/index.php                       |  2 +-
       htdocs/compta/sociales/card.php               |  2 +-
       htdocs/compta/sociales/document.php           |  2 +-
       htdocs/compta/sociales/info.php               |  2 +-
       .../compta/sociales/{index.php => list.php}   | 29 +++++++++++--------
       htdocs/core/menus/init_menu_auguria.sql       |  2 +-
       htdocs/core/menus/standard/eldy.lib.php       |  4 +--
       7 files changed, 24 insertions(+), 19 deletions(-)
       rename htdocs/compta/sociales/{index.php => list.php} (92%)
      
      diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
      index 692849d2fa6..3d6cf735999 100644
      --- a/htdocs/compta/index.php
      +++ b/htdocs/compta/index.php
      @@ -636,7 +636,7 @@ if (! empty($conf->tax->enabled) && $user->rights->tax->charges->lire)
       
       			print '<table class="noborder" width="100%">';
       			print '<tr class="liste_titre">';
      -			print '<th>'.$langs->trans("ContributionsToPay").($num?' <a href="'.DOL_URL_ROOT.'/compta/sociales/index.php?status=0"><span class="badge">'.$num.'</span></a>':'').'</th>';
      +			print '<th>'.$langs->trans("ContributionsToPay").($num?' <a href="'.DOL_URL_ROOT.'/compta/sociales/list.php?status=0"><span class="badge">'.$num.'</span></a>':'').'</th>';
       			print '<th align="center">'.$langs->trans("DateDue").'</th>';
       			print '<th align="right">'.$langs->trans("AmountTTC").'</th>';
       			print '<th align="right">'.$langs->trans("Paid").'</th>';
      diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
      index 4ffa1a2829f..d7d762464ee 100644
      --- a/htdocs/compta/sociales/card.php
      +++ b/htdocs/compta/sociales/card.php
      @@ -481,7 +481,7 @@ if ($id > 0)
       		}
       		$morehtmlref.='</div>';
       
      -		$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/index.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
      +		$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
       
       		$object->totalpaye = $totalpaye;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/compta/sociales/document.php b/htdocs/compta/sociales/document.php
      index b2f73768e96..6e033bccc80 100644
      --- a/htdocs/compta/sociales/document.php
      +++ b/htdocs/compta/sociales/document.php
      @@ -127,7 +127,7 @@ if ($object->id)
       	}
       	$morehtmlref.='</div>';
       
      -	$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/index.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
      +	$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
       
       	$object->totalpaye = $totalpaye;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/compta/sociales/info.php b/htdocs/compta/sociales/info.php
      index bd21db108c1..35c00766252 100644
      --- a/htdocs/compta/sociales/info.php
      +++ b/htdocs/compta/sociales/info.php
      @@ -98,7 +98,7 @@ if (! empty($conf->projet->enabled))
       }
       $morehtmlref.='</div>';
       
      -$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/index.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
      +$linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
       
       $object->totalpaye = $totalpaye;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/list.php
      similarity index 92%
      rename from htdocs/compta/sociales/index.php
      rename to htdocs/compta/sociales/list.php
      index 6a0250804f1..b25ab142058 100644
      --- a/htdocs/compta/sociales/index.php
      +++ b/htdocs/compta/sociales/list.php
      @@ -19,7 +19,7 @@
        */
       
       /**
      - *   	\file       htdocs/compta/sociales/index.php
      + *   	\file       htdocs/compta/list/index.php
        *		\ingroup    tax
        *		\brief      Page to list all social contributions
        */
      @@ -55,19 +55,19 @@ if (! $sortorder) $sortorder="DESC";
       $year=GETPOST("year",'int');
       $filtre=GETPOST("filtre",'int');
       
      -if (empty($_REQUEST['typeid']))
      +if (! GETPOSTISSET('search_typeid'))
       {
       	$newfiltre=str_replace('filtre=','',$filtre);
       	$filterarray=explode('-',$newfiltre);
       	foreach($filterarray as $val)
       	{
       		$part=explode(':',$val);
      -		if ($part[0] == 'cs.fk_type') $typeid=$part[1];
      +		if ($part[0] == 'cs.fk_type') $search_typeid=$part[1];
       	}
       }
       else
       {
      -	$typeid=$_REQUEST['typeid'];
      +	$search_typeid=GETPOST('search_typeid','int');
       }
       
       if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // All test are required to be compatible with all browsers
      @@ -76,11 +76,12 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
       	$search_label="";
       	$search_amount="";
       	$search_status='';
      -    $typeid="";
      +    $search_typeid="";
       	$year="";
       	$month="";
       }
       
      +
       /*
        *	View
        */
      @@ -118,8 +119,8 @@ if ($filtre) {
           $filtre=str_replace(":","=",$filtre);
           $sql .= " AND ".$filtre;
       }
      -if ($typeid) {
      -    $sql .= " AND cs.fk_type=".$db->escape($typeid);
      +if ($search_typeid) {
      +    $sql .= " AND cs.fk_type=".$db->escape($search_typeid);
       }
       $sql.= " GROUP BY cs.rowid, cs.fk_type, cs.amount, cs.date_ech, cs.libelle, cs.paye, cs.periode, c.libelle";
       $sql.= $db->order($sortfield,$sortorder);
      @@ -139,10 +140,14 @@ if ($resql)
       	$i = 0;
       
       	$param='';
      -    if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
      -	if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      -	if ($year)   $param.='&amp;year='.$year;
      -	if ($typeid) $param.='&amp;typeid='.$typeid;
      +    if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      +	if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
      +	if ($search_ref)    $param.='&search_ref='.urlencode($search_ref);
      +	if ($search_label)  $param.='&search_label='.urlencode($search_label);
      +	if ($search_amount) $param.='&search_amount='.urlencode($search_amount);
      +	if ($search_typeid) $param.='&search_typeid='.urlencode($search_typeid);
      +	if ($search_status != '' && $search_status != '-1') $param.='&search_status='.urlencode($search_status);
      +	if ($year)          $param.='&year='.urlencode($year);
       
       	$newcardbutton='';
       	if($user->rights->tax->charges->creer)
      @@ -193,7 +198,7 @@ if ($resql)
       		print '<td class="liste_titre"><input type="text" class="flat" size="8" name="search_label" value="'.dol_escape_htmltag($search_label).'"></td>';
       		// Type
       		print '<td class="liste_titre" align="left">';
      -	    $formsocialcontrib->select_type_socialcontrib($typeid,'typeid',1,0,0,'maxwidth100onsmartphone');
      +	    $formsocialcontrib->select_type_socialcontrib($search_typeid,'search_typeid',1,0,0,'maxwidth100onsmartphone');
       	    print '</td>';
       		// Period end date
       		print '<td class="liste_titre">&nbsp;</td>';
      diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql
      index 682746b3412..3a90fd407af 100644
      --- a/htdocs/core/menus/init_menu_auguria.sql
      +++ b/htdocs/core/menus/init_menu_auguria.sql
      @@ -213,7 +213,7 @@ 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->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__);
       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" && ! empty($conf->global->LOAN_SHOW_CALCULATOR)', __HANDLER__, 'left', 2223__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/calc.php?leftmenu=tax_loan', 'Calculator', 2, 'companies', '$user->rights->loan->calc', '', 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', __HANDLER__, 'left', 2250__+MAX_llx_menu__, 'billing', 'tax_social', 2200__+MAX_llx_menu__, '/compta/sociales/index.php?leftmenu=tax_social', 'SocialContributions', 1, '', '$user->rights->tax->charges->lire', '', 0, 1, __ENTITY__);
      +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled', __HANDLER__, 'left', 2250__+MAX_llx_menu__, 'billing', 'tax_social', 2200__+MAX_llx_menu__, '/compta/sociales/list.php?leftmenu=tax_social', 'SocialContributions', 1, '', '$user->rights->tax->charges->lire', '', 0, 1, __ENTITY__);
       insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$conf->tax->enabled && $leftmenu=="tax_social"', __HANDLER__, 'left', 2251__+MAX_llx_menu__, 'billing', '', 2250__+MAX_llx_menu__, '/compta/sociales/card.php?leftmenu=tax_social&amp;action=create', 'MenuNewSocialContribution', 2, '', '$user->rights->tax->charges->creer', '', 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 && $leftmenu=="tax_social"', __HANDLER__, 'left', 2252__+MAX_llx_menu__, 'billing', '', 2250__+MAX_llx_menu__, '/compta/sociales/payments.php?leftmenu=tax_social&amp;mainmenu=billing&amp;mode=sconly', 'Payments', 2, '', '$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)', __HANDLER__, 'left', 2300__+MAX_llx_menu__, 'billing', 'tax_vat', 2200__+MAX_llx_menu__, '/compta/tva/list.php?leftmenu=tax_vat&amp;mainmenu=billing', 'VAT', 1, 'companies', '$user->rights->tax->charges->lire', '', 0, 7, __ENTITY__);
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index bb13a0c2265..0829cc48a00 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -906,9 +906,9 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				// Social contributions
       				if (! empty($conf->tax->enabled))
       				{
      -					$newmenu->add("/compta/sociales/index.php?leftmenu=tax_social",$langs->trans("MenuSocialContributions"),1,$user->rights->tax->charges->lire);
      +					$newmenu->add("/compta/sociales/list.php?leftmenu=tax_social",$langs->trans("MenuSocialContributions"),1,$user->rights->tax->charges->lire);
       					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_social/i',$leftmenu)) $newmenu->add("/compta/sociales/card.php?leftmenu=tax_social&action=create",$langs->trans("MenuNewSocialContribution"), 2, $user->rights->tax->charges->creer);
      -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_social/i',$leftmenu)) $newmenu->add("/compta/sociales/index.php?leftmenu=tax_social",$langs->trans("List"),2,$user->rights->tax->charges->lire);
      +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_social/i',$leftmenu)) $newmenu->add("/compta/sociales/list.php?leftmenu=tax_social",$langs->trans("List"),2,$user->rights->tax->charges->lire);
       					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_social/i',$leftmenu)) $newmenu->add("/compta/sociales/payments.php?leftmenu=tax_social&amp;mainmenu=billing&amp;mode=sconly",$langs->trans("Payments"), 2, $user->rights->tax->charges->lire);
       					// VAT
       					if (empty($conf->global->TAX_DISABLE_VAT_MENUS))
      
      From c74ad613658e20e4bbdf39984c594bb0a8a9b03a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 10:04:25 +0100
      Subject: [PATCH 0818/1013] Fix look and feel v8
      
      ---
       htdocs/compta/resultat/clientfourn.php        |  2 +-
       htdocs/compta/salaries/card.php               |  4 +-
       .../salaries/class/paymentsalary.class.php    | 65 ++++++++++++++++---
       htdocs/compta/salaries/document.php           |  2 +-
       htdocs/compta/salaries/info.php               |  2 +-
       .../compta/salaries/{index.php => list.php}   |  3 +-
       htdocs/core/menus/init_menu_auguria.sql       |  6 +-
       htdocs/core/menus/standard/eldy.lib.php       |  6 +-
       htdocs/loan/card.php                          |  2 +-
       htdocs/loan/document.php                      |  2 +-
       htdocs/loan/info.php                          |  2 +-
       htdocs/loan/{index.php => list.php}           |  2 +-
       htdocs/loan/note.php                          |  2 +-
       htdocs/loan/payment/card.php                  |  2 +-
       .../template/class/myobject.class.php         |  1 -
       htdocs/user/bank.php                          |  2 +-
       16 files changed, 77 insertions(+), 28 deletions(-)
       rename htdocs/compta/salaries/{index.php => list.php} (99%)
       rename htdocs/loan/{index.php => list.php} (99%)
      
      diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
      index 4d643536388..94426ed54eb 100644
      --- a/htdocs/compta/resultat/clientfourn.php
      +++ b/htdocs/compta/resultat/clientfourn.php
      @@ -773,7 +773,7 @@ else
       
       		            print '<tr class="oddeven"><td>&nbsp;</td>';
       
      -		            print "<td>".$langs->trans("Salary")." <a href=\"".DOL_URL_ROOT."/compta/salaries/index.php?filtre=s.fk_user=".$obj->fk_user."\">".$obj->firstname." ".$obj->lastname."</a></td>\n";
      +		            print "<td>".$langs->trans("Salary")." <a href=\"".DOL_URL_ROOT."/compta/salaries/list.php?filtre=s.fk_user=".$obj->fk_user."\">".$obj->firstname." ".$obj->lastname."</a></td>\n";
       
       		            if ($modecompta == 'CREANCES-DETTES') print '<td align="right">'.price(-$obj->amount).'</td>';
       		            print '<td align="right">'.price(-$obj->amount).'</td>';
      diff --git a/htdocs/compta/salaries/card.php b/htdocs/compta/salaries/card.php
      index f50d940a51a..76ab712bffd 100644
      --- a/htdocs/compta/salaries/card.php
      +++ b/htdocs/compta/salaries/card.php
      @@ -174,7 +174,7 @@ if ($action == 'delete')
       			if ($result >= 0)
       			{
       				$db->commit();
      -				header("Location: ".DOL_URL_ROOT.'/compta/salaries/index.php');
      +				header("Location: ".DOL_URL_ROOT.'/compta/salaries/list.php');
       				exit;
       			}
       			else
      @@ -365,7 +365,7 @@ if ($id)
       
       	dol_fiche_head($head, 'card', $langs->trans("SalaryPayment"), -1, 'payment');
       
      -	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/index.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
      +	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
       
       	$morehtmlref='<div class="refidno">';
       
      diff --git a/htdocs/compta/salaries/class/paymentsalary.class.php b/htdocs/compta/salaries/class/paymentsalary.class.php
      index 0be0f4f3694..76a8284daff 100644
      --- a/htdocs/compta/salaries/class/paymentsalary.class.php
      +++ b/htdocs/compta/salaries/class/paymentsalary.class.php
      @@ -537,24 +537,73 @@ class PaymentSalary 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  	$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								Chaine with URL
       	 */
      -	function getNomUrl($withpicto=0,$option='')
      +	function getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
       	{
      -		global $langs;
      +		global $db, $conf, $langs, $hookmanager;
      +		global $dolibarr_main_authentication, $dolibarr_main_demo;
      +		global $menumanager;
       
      -		$result='';
      -		$label=$langs->trans("ShowSalaryPayment").': '.$this->ref;
      +		if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
       
      -		$linkstart = '<a href="'.DOL_URL_ROOT.'/compta/salaries/card.php?id='.$this->id.'" title="'.dol_escape_htmltag($label, 1).'" class="classfortooltip">';
      +		$result = '';
      +
      +		$label = '<u>' . $langs->trans("ShowSalaryPayment") . '</u>';
      +		$label.= '<br>';
      +		$label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
      +
      +		$url = DOL_URL_ROOT.'/compta/salaries/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.= $this->ref;
       		$result .= $linkend;
      +		//if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : '');
      +
      +		global $action,$hookmanager;
      +		$hookmanager->initHooks(array('salarypayment'));
      +		$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;
       	}
      diff --git a/htdocs/compta/salaries/document.php b/htdocs/compta/salaries/document.php
      index 1059c765df3..493e0a3c5ee 100644
      --- a/htdocs/compta/salaries/document.php
      +++ b/htdocs/compta/salaries/document.php
      @@ -99,7 +99,7 @@ if ($object->id)
       		$totalsize+=$file['size'];
       	}
       
      -	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/index.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
      +	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
       
       	$morehtmlref='<div class="refidno">';
       
      diff --git a/htdocs/compta/salaries/info.php b/htdocs/compta/salaries/info.php
      index d2f02f3dc8f..87d24ceb406 100644
      --- a/htdocs/compta/salaries/info.php
      +++ b/htdocs/compta/salaries/info.php
      @@ -54,7 +54,7 @@ $head = salaries_prepare_head($object);
       
       dol_fiche_head($head, 'info', $langs->trans("SalaryPayment"), -1, 'payment');
       
      -$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/index.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
      +$linkback = '<a href="'.DOL_URL_ROOT.'/compta/salaries/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
       
       $morehtmlref='<div class="refidno">';
       
      diff --git a/htdocs/compta/salaries/index.php b/htdocs/compta/salaries/list.php
      similarity index 99%
      rename from htdocs/compta/salaries/index.php
      rename to htdocs/compta/salaries/list.php
      index a8a0b82e7d9..c7f5970723e 100644
      --- a/htdocs/compta/salaries/index.php
      +++ b/htdocs/compta/salaries/list.php
      @@ -18,7 +18,7 @@
        */
       
       /**
      - *	    \file       htdocs/compta/salaries/index.php
      + *	    \file       htdocs/compta/salaries/list.php
        *      \ingroup    salaries
        *		\brief     	List of salaries payments
        */
      @@ -231,6 +231,7 @@ if ($result)
       
               $salstatic->id=$obj->rowid;
       		$salstatic->ref=$obj->rowid;
      +
               // Ref
       		print "<td>".$salstatic->getNomUrl(1)."</td>\n";
       		// Employee
      diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql
      index 3a90fd407af..8792d8b762a 100644
      --- a/htdocs/core/menus/init_menu_auguria.sql
      +++ b/htdocs/core/menus/init_menu_auguria.sql
      @@ -205,11 +205,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', 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) && ! 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', __HANDLER__, 'left', 2210__+MAX_llx_menu__, 'billing', 'tax_sal', 2200__+MAX_llx_menu__, '/compta/salaries/list.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', 2212__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/list.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', __HANDLER__, 'left', 2220__+MAX_llx_menu__, 'billing', 'tax_loan', 2200__+MAX_llx_menu__, '/loan/list.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__);
       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" && ! empty($conf->global->LOAN_SHOW_CALCULATOR)', __HANDLER__, 'left', 2223__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/calc.php?leftmenu=tax_loan', 'Calculator', 2, 'companies', '$user->rights->loan->calc', '', 0, 4, __ENTITY__);
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index 0829cc48a00..2c2c2d999f7 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -948,9 +948,9 @@ 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->read, '', $mainmenu, 'tax_salary');
      +					$newmenu->add("/compta/salaries/list.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/list.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);
       				}
       
      @@ -958,7 +958,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       				if (! empty($conf->loan->enabled))
       				{
       					$langs->load("loan");
      -					$newmenu->add("/loan/index.php?leftmenu=tax_loan&amp;mainmenu=billing",$langs->trans("Loans"),1,$user->rights->loan->read, '', $mainmenu, 'tax_loan');
      +					$newmenu->add("/loan/list.php?leftmenu=tax_loan&amp;mainmenu=billing",$langs->trans("Loans"),1,$user->rights->loan->read, '', $mainmenu, 'tax_loan');
       					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_loan/i',$leftmenu)) $newmenu->add("/loan/card.php?leftmenu=tax_loan&action=create",$langs->trans("NewLoan"),2,$user->rights->loan->write);
       					//if (empty($leftmenu) || preg_match('/^tax_loan/i',$leftmenu)) $newmenu->add("/loan/payment/list.php?leftmenu=tax_loan",$langs->trans("Payments"),2,$user->rights->loan->read);
       				}
      diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php
      index 3214ac5a971..242472aff0a 100644
      --- a/htdocs/loan/card.php
      +++ b/htdocs/loan/card.php
      @@ -434,7 +434,7 @@ if ($id > 0)
       
       		// Loan card
       
      -		$linkback = '<a href="' . DOL_URL_ROOT . '/loan/index.php">' . $langs->trans("BackToList") . '</a>';
      +		$linkback = '<a href="' . DOL_URL_ROOT . '/loan/list.php">' . $langs->trans("BackToList") . '</a>';
       
       		$morehtmlref='<div class="refidno">';
       		// Ref loan
      diff --git a/htdocs/loan/document.php b/htdocs/loan/document.php
      index 2c762b624d2..553bbc258e8 100644
      --- a/htdocs/loan/document.php
      +++ b/htdocs/loan/document.php
      @@ -124,7 +124,7 @@ if ($object->id)
       	}
       	$morehtmlref.='</div>';
       
      -	$linkback = '<a href="' . DOL_URL_ROOT . '/loan/index.php">' . $langs->trans("BackToList") . '</a>';
      +	$linkback = '<a href="' . DOL_URL_ROOT . '/loan/list.php">' . $langs->trans("BackToList") . '</a>';
       
       	$object->totalpaid = $totalpaid;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/loan/info.php b/htdocs/loan/info.php
      index 3a092e4cb84..cc923b17fea 100644
      --- a/htdocs/loan/info.php
      +++ b/htdocs/loan/info.php
      @@ -96,7 +96,7 @@ if (! empty($conf->projet->enabled)) {
       }
       $morehtmlref.='</div>';
       
      -$linkback = '<a href="' . DOL_URL_ROOT . '/loan/index.php">' . $langs->trans("BackToList") . '</a>';
      +$linkback = '<a href="' . DOL_URL_ROOT . '/loan/list.php">' . $langs->trans("BackToList") . '</a>';
       
       $object->totalpaid = $totalpaid;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/loan/index.php b/htdocs/loan/list.php
      similarity index 99%
      rename from htdocs/loan/index.php
      rename to htdocs/loan/list.php
      index 5b81ebbb023..780d28df081 100644
      --- a/htdocs/loan/index.php
      +++ b/htdocs/loan/list.php
      @@ -19,7 +19,7 @@
        */
       
       /**
      - *  \file       htdocs/loan/index.php
      + *  \file       htdocs/loan/list.php
        *  \ingroup    loan
        *  \brief      Page to list all loans
        */
      diff --git a/htdocs/loan/note.php b/htdocs/loan/note.php
      index 2ed8e82f20b..187dbbbd1f9 100644
      --- a/htdocs/loan/note.php
      +++ b/htdocs/loan/note.php
      @@ -113,7 +113,7 @@ if ($id > 0)
       	}
       	$morehtmlref.='</div>';
       
      -	$linkback = '<a href="' . DOL_URL_ROOT . '/loan/index.php">' . $langs->trans("BackToList") . '</a>';
      +	$linkback = '<a href="' . DOL_URL_ROOT . '/loan/list.php">' . $langs->trans("BackToList") . '</a>';
       
       	$object->totalpaid = $totalpaid;   // To give a chance to dol_banner_tab to use already paid amount to show correct status
       
      diff --git a/htdocs/loan/payment/card.php b/htdocs/loan/payment/card.php
      index 919139bd6e3..77d47e66b40 100644
      --- a/htdocs/loan/payment/card.php
      +++ b/htdocs/loan/payment/card.php
      @@ -58,7 +58,7 @@ if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->loan->del
       	if ($result > 0)
       	{
       		$db->commit();
      -		header("Location: ".DOL_URL_ROOT."/loan/index.php");
      +		header("Location: ".DOL_URL_ROOT."/loan/list.php");
       		exit;
       	}
       	else
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index e318bfe3a00..6e3fc1bd63f 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -357,7 +357,6 @@ class MyObject extends CommonObject
               if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
       
               $result = '';
      -        $companylink = '';
       
               $label = '<u>' . $langs->trans("MyObject") . '</u>';
               $label.= '<br>';
      diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php
      index 13b555b6d5c..1cfb8fbb5d5 100644
      --- a/htdocs/user/bank.php
      +++ b/htdocs/user/bank.php
      @@ -311,7 +311,7 @@ if ($action != 'edit' && $action != 'create')		// If not bank account yet, $acco
       	        print '<table class="noborder" width="100%">';
       
                   print '<tr class="liste_titre">';
      -   			print '<td colspan="4"><table width="100%" class="nobordernopadding"><tr><td>'.$langs->trans("LastSalaries",($num<=$MAXLIST?"":$MAXLIST)).'</td><td align="right"><a class="notasortlink" href="'.DOL_URL_ROOT.'/compta/salaries/index.php?search_user='.$object->login.'">'.$langs->trans("AllSalaries").' <span class="badge">'.$num.'</span></a></td>';
      +   			print '<td colspan="4"><table width="100%" class="nobordernopadding"><tr><td>'.$langs->trans("LastSalaries",($num<=$MAXLIST?"":$MAXLIST)).'</td><td align="right"><a class="notasortlink" href="'.DOL_URL_ROOT.'/compta/salaries/list.php?search_user='.$object->login.'">'.$langs->trans("AllSalaries").' <span class="badge">'.$num.'</span></a></td>';
          			print '</tr></table></td>';
          			print '</tr>';
       
      
      From 5bbf7e8f1d0d0620ef7617b4f1922609d9adeed1 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 10:21:43 +0100
      Subject: [PATCH 0819/1013] Fix look and feel v8
      
      ---
       htdocs/core/modules/modPaypal.class.php      | 28 ++++++++++----------
       htdocs/core/modules/modStripe.class.php      |  4 +--
       htdocs/product/stock/productlot_card.php     |  5 ++--
       htdocs/product/stock/productlot_document.php |  2 +-
       htdocs/theme/eldy/style.css.php              |  2 +-
       5 files changed, 20 insertions(+), 21 deletions(-)
      
      diff --git a/htdocs/core/modules/modPaypal.class.php b/htdocs/core/modules/modPaypal.class.php
      index a11fa41b7a6..106ea412150 100644
      --- a/htdocs/core/modules/modPaypal.class.php
      +++ b/htdocs/core/modules/modPaypal.class.php
      @@ -107,21 +107,21 @@ class modPaypal extends DolibarrModules
               // Main menu entries
               $this->menus = array();			// List of menus to add
               $r=0;
      -        $this->menu[$r]=array(
      -        'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment',		    // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
      -        'mainmenu'=>'billing',
      -        'leftmenu'=>'customers_bills_payment_paypal',
      -        'type'=>'left',			                // This is a Left menu entry
      -        'titre'=>'PaypalImportPayment',
      -        'url'=>'/paypal/importpayments.php',
      -        'langs'=>'paypal',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      -        'position'=>501,
      -        'enabled'=>'$conf->paypal->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
      -        'target'=>'',
      -        'user'=>2
      +        /*$this->menu[$r]=array(
      +	        'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment',		    // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
      +	        'mainmenu'=>'billing',
      +	        'leftmenu'=>'customers_bills_payment_paypal',
      +	        'type'=>'left',			                // This is a Left menu entry
      +	        'titre'=>'PaypalImportPayment',
      +	        'url'=>'/paypal/importpayments.php',
      +	        'langs'=>'paypal',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      +	        'position'=>501,
      +	        'enabled'=>'$conf->paypal->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
      +	        'target'=>'',
      +	        'user'=>2
               );				                // 0=Menu for internal users, 1=external users, 2=both
      -        $r++;
      +        $r++;*/
       
               // Add here entries to declare new menus
               // Example to declare the Top Menu entry:
      diff --git a/htdocs/core/modules/modStripe.class.php b/htdocs/core/modules/modStripe.class.php
      index 348b44aaa1d..9a1584da477 100644
      --- a/htdocs/core/modules/modStripe.class.php
      +++ b/htdocs/core/modules/modStripe.class.php
      @@ -92,7 +92,7 @@ class modStripe extends DolibarrModules
       
               // Main menu entries
               $r=0;
      -        $this->menu[$r]=array(
      +       /* $this->menu[$r]=array(
               	'fk_menu'=>'fk_mainmenu=billing,fk_leftmenu=customers_bills_payment',		    // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
       	        'mainmenu'=>'billing',
               	'leftmenu'=>'customers_bills_payment_stripe',
      @@ -106,7 +106,7 @@ class modStripe extends DolibarrModules
       	        'target'=>'',
       	        'user'=>2
               );				                // 0=Menu for internal users, 1=external users, 2=both
      -        $r++;
      +        $r++;*/
       
               $this->menu[$r] = array(
               	'fk_menu'=>'fk_mainmenu=bank',
      diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
      index f72a28dbc90..dff2aa8e0e0 100644
      --- a/htdocs/product/stock/productlot_card.php
      +++ b/htdocs/product/stock/productlot_card.php
      @@ -1,7 +1,6 @@
       <?php
      -/* Copyright (C) 2007-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      +/* Copyright (C) 2007-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
        * Copyright (C) 2018      All-3kcis       		 <contact@all-3kcis.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
      @@ -317,7 +316,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	}
       
       
      -	$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php' . '">' . $langs->trans("BackToList") . '</a>';
      +	$linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
       
           $shownav = 1;
           if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
      diff --git a/htdocs/product/stock/productlot_document.php b/htdocs/product/stock/productlot_document.php
      index 1ce4f9ba224..b9235b72133 100644
      --- a/htdocs/product/stock/productlot_document.php
      +++ b/htdocs/product/stock/productlot_document.php
      @@ -131,7 +131,7 @@ if ($object->id)
       	}
       
       
      -    $linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php' . '">' . $langs->trans("BackToList") . '</a>';
      +    $linkback = '<a href="' . DOL_URL_ROOT . '/product/stock/productlot_list.php?restore_lastsearch_values=1">' . $langs->trans("BackToList") . '</a>';
       
           $shownav = 1;
           if ($user->societe_id && ! in_array('batch', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index 6022c13a895..f9f64483e42 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -331,7 +331,7 @@ input, select {
       }
       
       /* Focus definitions must be after standard definition */
      -textarea:focus, button:focus {
      +textarea:focus {
           /* v6 box-shadow: 0 0 4px #8091BF; */
       	border: 1px solid #aaa !important;
       }
      
      From 22170ac1c1f7c99d5eda928a510a588f9b31cbf8 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 10:45:39 +0100
      Subject: [PATCH 0820/1013] FIX Crop of large files was selecting wrong image
       area.
      
      ---
       htdocs/core/class/html.formfile.class.php |  2 +-
       htdocs/core/photos_resize.php             | 29 +++++++++++++++++++----
       2 files changed, 26 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 81a288e7dce..41b74079948 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1018,7 +1018,7 @@ class FormFile
       		global $form;
       
       		$disablecrop=1;
      -		if (in_array($modulepart, array('societe','product','produit','service','expensereport','holiday','member','project','ticket','user'))) $disablecrop=0;
      +		if (in_array($modulepart, array('expensereport','holiday','member','project','product','produit','service','societe','tax','ticket','user'))) $disablecrop=0;
       
       		// Define relative path used to store the file
       		if (empty($relativepath))
      diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php
      index f4f178031de..b7e774bcd4d 100644
      --- a/htdocs/core/photos_resize.php
      +++ b/htdocs/core/photos_resize.php
      @@ -83,6 +83,12 @@ elseif ($modulepart == 'societe')
       	if (! $user->rights->societe->lire) accessforbidden();
       	$accessallowed=1;
       }
      +elseif ($modulepart == 'tax')
      +{
      +	$result=restrictedArea($user, 'tax', $id, 'chargesociales','charges');
      +	if (! $user->rights->tax->charges->lire) accessforbidden();
      +	$accessallowed=1;
      +}
       elseif ($modulepart == 'ticket')
       {
       	$result=restrictedArea($user,'ticket',$id,'ticket');
      @@ -177,6 +183,17 @@ elseif ($modulepart == 'expensereport')
               $dir=$conf->expensereport->dir_output;	// By default
           }
       }
      +elseif ($modulepart == 'tax')
      +{
      +	require_once DOL_DOCUMENT_ROOT.'/compta/sociales/class/chargesociales.class.php';
      +	$object = new ChargeSociales($db);
      +	if ($id > 0)
      +	{
      +		$result = $object->fetch($id);
      +		if ($result <= 0) dol_print_error($db,'Failed to load object');
      +		$dir=$conf->tax->dir_output;	// By default
      +	}
      +}
       elseif ($modulepart == 'ticket')
       {
       	require_once DOL_DOCUMENT_ROOT.'/ticket/class/ticket.class.php';
      @@ -200,7 +217,8 @@ if (empty($backtourl))
           else if (in_array($modulepart, array('member')))        $backtourl=DOL_URL_ROOT."/adherents/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
           else if (in_array($modulepart, array('project')))       $backtourl=DOL_URL_ROOT."/projet/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
           else if (in_array($modulepart, array('societe')))       $backtourl=DOL_URL_ROOT."/societe/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
      -    else if (in_array($modulepart, array('ticket')))     $backtourl=DOL_URL_ROOT."/ticket/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
      +    else if (in_array($modulepart, array('tax')))           $backtourl=DOL_URL_ROOT."/compta/sociales/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
      +    else if (in_array($modulepart, array('ticket')))        $backtourl=DOL_URL_ROOT."/ticket/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
           else if (in_array($modulepart, array('user')))          $backtourl=DOL_URL_ROOT."/user/document.php?id=".$id.'&file='.urldecode($_POST["file"]);
       }
       
      @@ -226,6 +244,7 @@ if ($cancel)
       if ($action == 'confirm_resize' && (isset($_POST["file"]) != "") && (isset($_POST["sizex"]) != "") && (isset($_POST["sizey"]) != ""))
       {
       	$fullpath=$dir."/".$original_file;
      +
       	$result=dol_imageResizeOrCrop($fullpath,0,$_POST['sizex'],$_POST['sizey']);
       
       	if ($result == $fullpath)
      @@ -294,6 +313,8 @@ if ($action == 'confirm_resize' && (isset($_POST["file"]) != "") && (isset($_POS
       if ($action == 'confirm_crop')
       {
       	$fullpath=$dir."/".$original_file;
      +
      +	//var_dump($_POST['w'].'x'.$_POST['h'].'-'.$_POST['x'].'x'.$_POST['y']);exit;
       	$result=dol_imageResizeOrCrop($fullpath,1,$_POST['w'],$_POST['h'],$_POST['x'],$_POST['y']);
       
       	if ($result == $fullpath)
      @@ -419,9 +440,9 @@ if (! empty($conf->use_javascript_ajax))
       	// If image is too large, we use another scale.
       	if (! empty($_SESSION['dol_screenwidth']) && ($widthforcrop > round($_SESSION['dol_screenwidth']/2)))
       	{
      -		$widthforcrop=round($_SESSION['dol_screenwidth']/2);
      +		$ratioforcrop=2;
      +		$widthforcrop=round($_SESSION['dol_screenwidth'] / $ratioforcrop);
       		$refsizeforcrop='screenwidth';
      -		$ratioforcrop=1;
       	}
       
       	print '<!-- Form to crop -->'."\n";
      @@ -448,7 +469,7 @@ if (! empty($conf->use_javascript_ajax))
       	      <input type="hidden" id="action" name="action" value="confirm_crop" />
       	      <input type="hidden" id="product" name="product" value="'.dol_escape_htmltag($id).'" />
       	      <input type="hidden" id="refsizeforcrop" name="refsizeforcrop" value="'.$refsizeforcrop.'" />
      -	      <input type="hidden" id="ratioforcrop" name="ratioforcrop" value="'.$ratioforcrop.'" />
      +	      <input type="hidden" id="ratioforcrop" name="ratioforcrop" value="'.$ratioforcrop.'" /><!-- field used by core/lib/lib_photoresize.js -->
                 <input type="hidden" name="modulepart" value="'.dol_escape_htmltag($modulepart).'" />
       	      <input type="hidden" name="id" value="'.dol_escape_htmltag($id).'" />
       	      <br>
      
      From c55f83b0b7ee4661d24fb401c4bd68564f60180a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 11:25:29 +0100
      Subject: [PATCH 0821/1013] Fix multicompany filter missing
      
      ---
       htdocs/core/lib/company.lib.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index 758c0803a10..3bc519e028a 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -740,11 +740,12 @@ function show_projects($conf, $langs, $db, $object, $backtopage='', $nocreatelin
               print '<div class="div-table-responsive">';
               print "\n".'<table class="noborder" width=100%>';
       
      -        $sql  = "SELECT p.rowid as id, p.title, p.ref, p.public, p.dateo as do, p.datee as de, p.fk_statut as status, p.fk_opp_status, p.opp_amount, p.opp_percent, p.tms as date_update, p.budget_amount";
      +        $sql  = "SELECT p.rowid as id, p.entity, p.title, p.ref, p.public, p.dateo as do, p.datee as de, p.fk_statut as status, p.fk_opp_status, p.opp_amount, p.opp_percent, p.tms as date_update, p.budget_amount";
               $sql .= ", cls.code as opp_status_code";
               $sql .= " FROM ".MAIN_DB_PREFIX."projet as p";
               $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."c_lead_status as cls on p.fk_opp_status = cls.rowid";
               $sql .= " WHERE p.fk_soc = ".$object->id;
      +        $sql .= " AND p.entity IN (".getEntity('project').")";
               $sql .= " ORDER BY p.dateo DESC";
       
               $result=$db->query($sql);
      
      From 224d37cfebe3ae1041ffb6656c2c35f6e62b2208 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 12:12:08 +0100
      Subject: [PATCH 0822/1013] Add bootstrap-iso class
      
      ---
       htdocs/website/index.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 4f969851ad4..71b71e241a1 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -2735,7 +2735,7 @@ if ($action == 'preview' || $action == 'createfromclone' || $action == 'createpa
       		$out.="\n<body>";
       
       
      -		$out.='<div id="websitecontentundertopmenu" class="websitecontentundertopmenu">'."\n";
      +		$out.='<div id="websitecontentundertopmenu" class="websitecontentundertopmenu boostrap-iso">'."\n";
       
       		// REPLACEMENT OF LINKS When page called by website editor
       
      
      From 7c4dad27280fa0d07914c1a76a18ac58a818ccfe Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Thu, 8 Nov 2018 12:12:45 +0100
      Subject: [PATCH 0823/1013] FIX Warning: count()
      
      ---
       htdocs/projet/tasks.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 94a51ef3d01..09e067a57fe 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -468,7 +468,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
       
       	print '<tr><td>'.$langs->trans("AffectedTo").'</td><td>';
       	$contactsofproject=(! empty($object->id)?$object->getListContactId('internal'):'');
      -	if (count($contactsofproject))
      +	if (is_array($contactsofproject) && count($contactsofproject))
       	{
       		print $form->select_dolusers($user->id, 'userid', 0, '', 0, '', $contactsofproject, 0, 0, 0, '', 0, '', 'maxwidth300');
       	}
      
      From 670eed1e688dce5464d43bd031137a525fc1a399 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 8 Nov 2018 12:13:07 +0100
      Subject: [PATCH 0824/1013] Update index.php
      
      ---
       htdocs/fichinter/stats/index.php | 21 +++++++--------------
       1 file changed, 7 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
      index 39cad7ca4f1..9bbbea09141 100644
      --- a/htdocs/fichinter/stats/index.php
      +++ b/htdocs/fichinter/stats/index.php
      @@ -49,10 +49,7 @@ $endyear=$year;
       
       $object_status=GETPOST('object_status');
       
      -$langs->load('interventions');
      -$langs->load('companies');
      -$langs->load('other');
      -$langs->load('suppliers');
      +$langs->loadLangs(array('interventions', 'companies', 'other', 'suppliers'));
       
       
       /*
      @@ -62,11 +59,8 @@ $langs->load('suppliers');
       $form=new Form($db);
       $objectstatic=new FichInter($db);
       
      -if ($mode == 'customer')
      -{
      -    $title=$langs->trans("InterventionStatistics");
      -    $dir=$conf->ficheinter->dir_temp;
      -}
      +$title=$langs->trans("InterventionStatistics");
      +$dir=$conf->ficheinter->dir_temp;
       
       llxHeader('', $title);
       
      @@ -79,19 +73,18 @@ if ($object_status != '' && $object_status > -1) $stats->where .= ' AND c.fk_sta
       
       // Build graphic number of object
       $data = $stats->getNbByMonthWithPrevYear($endyear,$startyear);
      -//var_dump($data);
       // $data = array(array('Lib',val1,val2,val3),...)
       
       
       if (!$user->rights->societe->client->voir || $user->societe_id)
       {
           $filenamenb = $dir.'/interventionsnbinyear-'.$user->id.'-'.$year.'.png';
      -    if ($mode == 'customer') $fileurlnb = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsnbinyear-'.$user->id.'-'.$year.'.png';
      +    $fileurlnb = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsnbinyear-'.$user->id.'-'.$year.'.png';
       }
       else
       {
           $filenamenb = $dir.'/interventionsnbinyear-'.$year.'.png';
      -    if ($mode == 'customer') $fileurlnb = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsnbinyear-'.$year.'.png';
      +    $fileurlnb = DOL_URL_ROOT.'/viewimage.php?modulepart=interventionstats&file=interventionsnbinyear-'.$year.'.png';
       }
       
       $px1 = new DolGraph();
      @@ -123,7 +116,6 @@ if (! $mesg)
       
       // Build graphic amount of object
       $data = $stats->getAmountByMonthWithPrevYear($endyear,$startyear);
      -//var_dump($data);
       // $data = array(array('Lib',val1,val2,val3),...)
       
       if (!$user->rights->societe->client->voir || $user->societe_id)
      @@ -283,7 +275,8 @@ foreach ($data as $val)
       {
       	$year = $val['year'];
       	while (! empty($year) && $oldyear > $year+1)
      -	{ // If we have empty year
      +	{
      +        // If we have empty year
       		$oldyear--;
       
       		print '<tr '.$bc[$var].' height="24">';
      
      From 8bb1545ed012e38c3f7a2c664c2a2d8f05651fc6 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 8 Nov 2018 12:16:05 +0100
      Subject: [PATCH 0825/1013] Update index.php
      
      ---
       htdocs/fichinter/stats/index.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
      index 9bbbea09141..3551d8baab3 100644
      --- a/htdocs/fichinter/stats/index.php
      +++ b/htdocs/fichinter/stats/index.php
      @@ -233,8 +233,8 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       	print '<tr class="liste_titre"><td class="liste_titre" colspan="2">'.$langs->trans("Filter").'</td></tr>';
       	// Company
       	print '<tr><td align="left">'.$langs->trans("ThirdParty").'</td><td align="left">';
      -	if ($mode == 'customer') $filter='s.client in (1,2,3)';
      -	print $form->select_company($socid,'socid',$filter,1,0,0,array(),0,'','style="width: 95%"');
      +    $filter = 's.client in (1,2,3)';
      +	print $form->select_company($socid, 'socid', $filter, 1, 0, 0, array(), 0, '', 'style="width: 95%"');
       	print '</td></tr>';
       	// User
       	print '<tr><td align="left">'.$langs->trans("CreatedBy").'</td><td align="left">';
      
      From 87274352165bc2a9beaba3617c18ae8e0417c1cc Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 8 Nov 2018 13:58:37 +0100
      Subject: [PATCH 0826/1013] Update API for download
      
      more infos for easiest & better use of the generated file by API
      ---
       htdocs/api/class/api_documents.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/api/class/api_documents.class.php b/htdocs/api/class/api_documents.class.php
      index 66c293f2cb0..23ed35428d3 100644
      --- a/htdocs/api/class/api_documents.class.php
      +++ b/htdocs/api/class/api_documents.class.php
      @@ -103,7 +103,7 @@ class Documents extends DolibarrApi
       		}
       
       		$file_content=file_get_contents($original_file_osencoded);
      -		return array('filename'=>$filename, 'content'=>base64_encode($file_content), 'encoding'=>'MIME base64 (base64_encode php function, http://php.net/manual/en/function.base64-encode.php)' );
      +		return array('filename'=>$filename, 'content-type' => mime_content_type($original_file),'content'=>base64_encode($file_content), 'encoding'=>'base64' );
       	}
       
       
      
      From 98548337ae465849d316a01e20594586d0d882a0 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Thu, 8 Nov 2018 15:38:25 +0100
      Subject: [PATCH 0827/1013] FIX supplier order list keep socid
      
      ---
       htdocs/commande/list.php | 4 +++-
       1 file changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index a9da48fd626..4841e9be410 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -467,7 +467,9 @@ if ($resql)
       	print '<input type="hidden" name="page" value="'.$page.'">';
       	print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
       	print '<input type="hidden" name="viewstatut" value="'.$viewstatut.'">';
      -
      +	print '<input type="hidden" name="socid" value="'.$socid.'">';
      +	
      +	
       	print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_commercial.png', 0, $newcardbutton, '', $limit);
       
       	$topicmail="SendOrderRef";
      
      From 6401a7ab06e2b1ebc6cdc99a7d657f37a3b00961 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 16:03:10 +0100
      Subject: [PATCH 0828/1013] Fix css
      
      ---
       htdocs/theme/eldy/style.css.php | 1 +
       htdocs/theme/md/style.css.php   | 2 +-
       2 files changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
      index f9f64483e42..ce2d5c28555 100644
      --- a/htdocs/theme/eldy/style.css.php
      +++ b/htdocs/theme/eldy/style.css.php
      @@ -3316,6 +3316,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
       	.thumbstat150 {
       		flex: 1 1 110px;
       		margin-bottom: 8px;
      +		width: 160px;
       	}
           .dashboardlineindicator {
               float: left;
      diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
      index a246786a53a..9d5a518c4bf 100644
      --- a/htdocs/theme/md/style.css.php
      +++ b/htdocs/theme/md/style.css.php
      @@ -3249,7 +3249,7 @@ div .tdtop {
       		margin: 3px;
       	    border: 1px solid #ddd;
           	box-shadow: none;
      -    	background: #ddd;
      +    	background: #eee;
           }
       	.thumbstat {
       		flex: 1 1 110px;
      
      From 360eb6eed68499c5cdd15ed1900cc18747ef47db Mon Sep 17 00:00:00 2001
      From: Laurent BOUQUET <laurent.bouquet@joliciel.fr>
      Date: Thu, 8 Nov 2018 16:24:31 +0100
      Subject: [PATCH 0829/1013] Fix syntax error in
       'htdocs\accountancy\admin\export.php' : Delete 'aZ09' text in line 45
      
      ---
       htdocs/accountancy/admin/export.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index eccb9b0c06f..03538b759e7 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -41,7 +41,7 @@ if (empty($user->rights->accounting->chartofaccount))
       	accessforbidden();
       }
       
      -$action = GETPOST('action', 'alpha');
      +$action = GETPOST('action', 'aZ09');
       
       // Parameters ACCOUNTING_EXPORT_*
       $main_option = array (
      
      From 320e7adef7fdebcc86783dc28b7e9fac0a9d5013 Mon Sep 17 00:00:00 2001
      From: Laurent BOUQUET <laurent.bouquet@joliciel.fr>
      Date: Thu, 8 Nov 2018 17:09:54 +0100
      Subject: [PATCH 0830/1013] Fix blank lines and whitespace at end of lines
      
      ---
       htdocs/core/modules/DolibarrModules.class.php | 20 +++++++++----------
       htdocs/product/class/product.class.php        |  8 ++++----
       2 files changed, 14 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index d52adb6522d..8a7895a2c68 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -377,7 +377,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
            * @param string $options   String with options when disabling module:
            *                          - 'noboxes' = Do not insert boxes -
            *                          'newboxdefonly' = For boxes, insert def of
      -     *                          boxes only and not boxes activation       
      +     *                          boxes only and not boxes activation
            *
            * @return int                         1 if OK, 0 if KO
            */
      @@ -470,7 +470,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
            * Disable function. Deletes the module constants and boxes from the database.
            *
            * @param string[] $array_sql SQL requests to be executed when module is disabled
      -     * @param string   $options   Options when disabling module:     
      +     * @param string   $options   Options when disabling module:
            *
            * @return int                     1 if OK, 0 if KO
            */
      @@ -1352,13 +1352,13 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       
                               if (! $err) {
                                   $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($frequency)) { $sql.= ' frequency,';
                                   }
      -                            if(is_int($unitfrequency)) { $sql.= ' unitfrequency,'; 
      +                            if(is_int($unitfrequency)) { $sql.= ' unitfrequency,';
                                   }
      -                            if(is_int($priority)) { $sql.= ' priority,'; 
      +                            if(is_int($priority)) { $sql.= ' priority,';
                                   }
      -                            if(is_int($status)) { $sql.= ' status,'; 
      +                            if(is_int($status)) { $sql.= ' status,';
                                   }
                                   $sql.= " entity, test)";
                                   $sql.= " VALUES (";
      @@ -1374,13 +1374,13 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
                                   $sql.= ($command?"'".$this->db->escape($command)."'":"null").",";
                                   $sql.= ($parameters?"'".$this->db->escape($parameters)."'":"null").",";
                                   $sql.= ($comment?"'".$this->db->escape($comment)."'":"null").",";
      -                            if(is_int($frequency)) { $sql.= "'".$this->db->escape($frequency)."', "; 
      +                            if(is_int($frequency)) { $sql.= "'".$this->db->escape($frequency)."', ";
                                   }
      -                            if(is_int($unitfrequency)) { $sql.= "'".$this->db->escape($unitfrequency)."', "; 
      +                            if(is_int($unitfrequency)) { $sql.= "'".$this->db->escape($unitfrequency)."', ";
                                   }
                                   if(is_int($priority)) {$sql.= "'".$this->db->escape($priority)."', ";
                                   }
      -                            if(is_int($status)) { $sql.= "'".$this->db->escape($status)."', "; 
      +                            if(is_int($status)) { $sql.= "'".$this->db->escape($status)."', ";
                                   }
                                   $sql.= $entity.",";
                                   $sql.= "'".$this->db->escape($test)."'";
      @@ -2201,7 +2201,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
            *
            * @param  string $options Options when enabling module ('', 'newboxdefonly', 'noboxes')
            *                         'noboxes' = Do not insert boxes 'newboxdefonly' = For boxes,
      -     *                         insert def of boxes only and not boxes activation          
      +     *                         insert def of boxes only and not boxes activation
            * @return int                1 if OK, 0 if KO
            */
           public function init($options = '')
      diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
      index 7594b9cc204..5ee8b3a9948 100644
      --- a/htdocs/product/class/product.class.php
      +++ b/htdocs/product/class/product.class.php
      @@ -654,7 +654,7 @@ class Product extends CommonObject
                   if (! $error && ! $notrigger) {
                       // Call trigger
                       $result=$this->call_trigger('PRODUCT_CREATE', $user);
      -                if ($result < 0) { $error++; 
      +                if ($result < 0) { $error++;
                       }
                       // End call triggers
                   }
      @@ -975,7 +975,7 @@ class Product extends CommonObject
                       if (! $error && ! $notrigger) {
                                       // Call trigger
                                       $result=$this->call_trigger('PRODUCT_MODIFY', $user);
      -                    if ($result < 0) { $error++; 
      +                    if ($result < 0) { $error++;
                           }
                           // End call triggers
                       }
      @@ -1089,7 +1089,7 @@ class Product extends CommonObject
                   if (! $error && empty($notrigger)) {
                       // Call trigger
                       $result=$this->call_trigger('PRODUCT_DELETE', $user);
      -                if ($result < 0) { $error++; 
      +                if ($result < 0) { $error++;
                       }
                       // End call triggers
                   }
      @@ -4085,7 +4085,7 @@ class Product extends CommonObject
            *    This function need a lot of load. If you use it on list, use a cache to execute it once for each product id.
            *    If ENTREPOT_EXTRA_STATUS set, filtering on warehouse status possible.
            *
      -     * @param  string $option '' = Load all stock info, also from closed and internal warehouses,                                                                                                                                                                                                                                 
      +     * @param  string $option '' = Load all stock info, also from closed and internal warehouses,
            * @return int                   < 0 if KO, > 0 if OK
            * @see    load_virtual_stock(), loadBatchInfo()
            */
      
      From e92a63ba734d8debd0bb797c88d88b7d217357c2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 17:15:35 +0100
      Subject: [PATCH 0831/1013] FIX If we change customer/supplier rule we can't
       edit old thirdparty.
      
      ---
       htdocs/societe/class/societe.class.php | 20 +++++++++++++++++++-
       1 file changed, 19 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
      index 0a49bb80f1b..eaf62bc89ca 100644
      --- a/htdocs/societe/class/societe.class.php
      +++ b/htdocs/societe/class/societe.class.php
      @@ -872,6 +872,24 @@ class Societe extends CommonObject
       			// We don't check when update called during a create because verify was already done.
       			// For a merge, we suppose source data is clean and a customer code of a deleted thirdparty must be accepted into a target thirdparty with empty code without duplicate error
       			$result = $this->verify();
      +
      +			// If there is only one error and error is ErrorBadCustomerCodeSyntax and we don't change customer code, we allow the update
      +			// So we can update record that were using and old numbering rule.
      +			if (is_array($this->errors))
      +			{
      +				if (in_array('ErrorBadCustomerCodeSyntax', $this->errors) && is_object($this->oldcopy) && $this->oldcopy->code_client == $this->code_client)
      +				{
      +					if (($key = array_search('ErrorBadCustomerCodeSyntax', $this->errors)) !== false) unset($this->errors[$key]);	// Remove error message
      +				}
      +				if (in_array('ErrorBadSupplierCodeSyntax', $this->errors) && is_object($this->oldcopy) && $this->oldcopy->code_fournisseur == $this->code_fournisseur)
      +				{
      +					if (($key = array_search('ErrorBadSupplierCodeSyntax', $this->errors)) !== false) unset($this->errors[$key]);	// Remove error message
      +				}
      +				if (empty($this->errors))	// If there is no more error, we can make like if there is no error at all
      +				{
      +					$result = 0;
      +				}
      +			}
       		}
       
       		if ($result >= 0)
      @@ -1518,7 +1536,7 @@ class Societe extends CommonObject
       					dol_syslog(get_class($this)."::delete error -3 ".$this->error, LOG_ERR);
       				}
       			}
      -			
      +
       			// Remove links to subsidiaries companies
       			if (! $error)
       			{
      
      From cf688a894b5579bcde526252fa160f5b7fe6eb42 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Thu, 8 Nov 2018 17:20:12 +0100
      Subject: [PATCH 0832/1013] Update api_documents.class.php
      
      ---
       htdocs/api/class/api_documents.class.php | 5 ++---
       1 file changed, 2 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/api/class/api_documents.class.php b/htdocs/api/class/api_documents.class.php
      index 23ed35428d3..8db471855d6 100644
      --- a/htdocs/api/class/api_documents.class.php
      +++ b/htdocs/api/class/api_documents.class.php
      @@ -103,7 +103,7 @@ class Documents extends DolibarrApi
       		}
       
       		$file_content=file_get_contents($original_file_osencoded);
      -		return array('filename'=>$filename, 'content-type' => mime_content_type($original_file),'content'=>base64_encode($file_content), 'encoding'=>'base64' );
      +		return array('filename'=>$filename, 'content-type' => dol_mimetype($filename), 'filesize'=>filesize($original_file), 'content'=>base64_encode($file_content), 'encoding'=>'base64' );
       	}
       
       
      @@ -224,10 +224,9 @@ class Documents extends DolibarrApi
       		}
       
       		$file_content=file_get_contents($original_file_osencoded);
      -		return array('filename'=>$filename, 'content'=>base64_encode($file_content), 'langcode'=>$outputlangs->defaultlang, 'template'=>$templateused, 'encoding'=>'MIME base64 (base64_encode php function, http://php.net/manual/en/function.base64-encode.php)' );
      +		return array('filename'=>$filename, 'content-type' => dol_mimetype($filename), 'filesize'=>filesize($original_file), 'content'=>base64_encode($file_content), 'langcode'=>$outputlangs->defaultlang, 'template'=>$templateused, 'encoding'=>'base64' );
       	}
       
      -
       	/**
       	 * Return the list of documents of a dedicated element (from its ID or Ref)
       	 *
      
      From 588de2cc860e6e587a8315a9689650d651e127a6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 18:45:02 +0100
      Subject: [PATCH 0833/1013] Fix filter on entity on project
      
      ---
       htdocs/core/lib/company.lib.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index 3bc519e028a..c504a01c63d 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -120,6 +120,7 @@ function societe_prepare_head(Societe $object)
           	$sql = "SELECT COUNT(n.rowid) as nb";
           	$sql.= " FROM ".MAIN_DB_PREFIX."projet as n";
           	$sql.= " WHERE fk_soc = ".$object->id;
      +    	$sql.= " AND entity IN (".getEntity('project').")";
           	$resql=$db->query($sql);
           	if ($resql)
           	{
      
      From be788e6167bfc9862c3b521c557974c335217354 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 19:57:31 +0100
      Subject: [PATCH 0834/1013] FIX responsive
      
      ---
       htdocs/comm/remx.php | 80 ++++++++++++++++++++++++--------------------
       1 file changed, 44 insertions(+), 36 deletions(-)
      
      diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php
      index 3eec109e6b3..a66e8e66500 100644
      --- a/htdocs/comm/remx.php
      +++ b/htdocs/comm/remx.php
      @@ -254,7 +254,7 @@ if ($socid > 0)
           print '<div class="fichecenter">';
       
           print '<div class="underbanner clearboth"></div>';
      -    
      +
           if(! $isCustomer && ! $isSupplier) {
           	print '<p class="opacitymedium">'.$langs->trans('ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts').'</p>';
       
      @@ -266,8 +266,8 @@ if ($socid > 0)
           	$db->close();
           	exit;
           }
      -    
      -    
      +
      +
       	print '<table class="border centpercent">';
       
       	if($isCustomer) {	// Calcul avoirs client en cours
      @@ -293,7 +293,7 @@ if ($socid > 0)
       
       		print '<tr><td class="titlefield">'.$langs->trans("CustomerAbsoluteDiscountAllUsers").'</td>';
       		print '<td>'.$remise_all.'&nbsp;'.$langs->trans("Currency".$conf->currency).' '.$langs->trans("HT").'</td></tr>';
      -	
      +
       		if (! empty($user->fk_soc))    // No need to show this for external users
       		{
       			print '<tr><td>'.$langs->trans("CustomerAbsoluteDiscountMy").'</td>';
      @@ -322,10 +322,10 @@ if ($socid > 0)
       		{
       			dol_print_error($db);
       		}
      -		
      +
       		print '<tr><td class="titlefield">'.$langs->trans("SupplierAbsoluteDiscountAllUsers").'</td>';
       		print '<td>'.$remise_all.'&nbsp;'.$langs->trans("Currency".$conf->currency).' '.$langs->trans("HT").'</td></tr>';
      -		
      +
       		if (! empty($user->fk_soc))    // No need to show this for external users
       		{
       			print '<tr><td>'.$langs->trans("SupplierAbsoluteDiscountMy").'</td>';
      @@ -344,11 +344,11 @@ if ($socid > 0)
           	print load_fiche_titre($langs->trans("NewGlobalDiscount"),'','');
       
           	print '<div class="underbanner clearboth"></div>';
      - 
      +
           	if($isCustomer && ! $isSupplier) {
           		print '<input type="hidden" name="discount_type" value="0" />';
           	}
      -    	
      +
           	if(! $isCustomer && $isSupplier) {
           		print '<input type="hidden" name="discount_type" value="1" />';
           	}
      @@ -356,8 +356,8 @@ if ($socid > 0)
           	print '<table class="border" width="100%">';
       		if($isCustomer && $isSupplier) {
       			print '<tr><td class="titlefield fieldrequired">'.$langs->trans('DiscountType').'</td>';
      -			print '<td><input type="radio" name="discount_type" id="discount_type_0" selected value="0"/> <label for="discount_type_0">'.$langs->trans('Customer').'</label>';
      -			print ' <input type="radio" name="discount_type" id="discount_type_1" selected value="1"/> <label for="discount_type_1">'.$langs->trans('Supplier').'</label>';
      +			print '<td><input type="radio" name="discount_type" id="discount_type_0" checked="checked" value="0"/> <label for="discount_type_0">'.$langs->trans('Customer').'</label>';
      +			print ' &nbsp; <input type="radio" name="discount_type" id="discount_type_1" value="1"/> <label for="discount_type_1">'.$langs->trans('Supplier').'</label>';
       			print '</td></tr>';
       		}
           	print '<tr><td class="titlefield fieldrequired">'.$langs->trans("AmountHT").'</td>';
      @@ -401,7 +401,7 @@ if ($socid > 0)
       	/*
       	 * Liste remises fixes client restant en cours (= liees a aucune facture ni ligne de facture)
       	 */
      -	
      +
       	print load_fiche_titre($langs->trans("DiscountStillRemaining"));
       
       	if($isCustomer) {
      @@ -424,10 +424,11 @@ if ($socid > 0)
       		$sql.= " AND rc.discount_type = 0"; // Eliminate supplier discounts
       		$sql.= " AND (rc.fk_facture_line IS NULL AND rc.fk_facture IS NULL)";
       		$sql.= " ORDER BY rc.datec DESC";
      -	
      +
       		$resql=$db->query($sql);
       		if ($resql)
       		{
      +			print '<div class="div-table-responsive-no-min">';
       			print '<table width="100%" class="noborder">';
       			print '<tr class="liste_titre">';
       			print '<td class="widthdate">'.$langs->trans("Date").'</td>';	// Need 120+ for format with AM/PM
      @@ -439,9 +440,9 @@ if ($socid > 0)
       			print '<td width="100" align="center">'.$langs->trans("DiscountOfferedBy").'</td>';
       			print '<td width="50">&nbsp;</td>';
       			print '</tr>';
      -	
      +
       			$showconfirminfo=array();
      -	
      +
       			$i = 0;
       			$num = $db->num_rows($resql);
       			if ($num > 0)
      @@ -449,7 +450,7 @@ if ($socid > 0)
       	    		while ($i < $num)
       	    		{
       	    			$obj = $db->fetch_object($resql);
      -	
      +
       	    			print '<tr class="oddeven">';
       	    			print '<td>'.dol_print_date($db->jdate($obj->dc),'dayhour').'</td>';
       	    			if (preg_match('/\(CREDIT_NOTE\)/',$obj->description))
      @@ -502,7 +503,7 @@ if ($socid > 0)
       	    			}
       	    			else print '<td>&nbsp;</td>';
       	    			print '</tr>';
      -	
      +
       	    			if ($_GET["action"]=='split' && GETPOST('remid') == $obj->rowid)
       	    			{
       	    				$showconfirminfo['rowid']=$obj->rowid;
      @@ -517,7 +518,8 @@ if ($socid > 0)
       			}
       			$db->free($resql);
       			print "</table>";
      -	
      +			print '</div>';
      +
       			if (count($showconfirminfo))
       			{
       				$amount1=price2num($showconfirminfo['amount_ttc']/2,'MT');
      @@ -561,10 +563,11 @@ if ($socid > 0)
       		$sql.= " AND rc.discount_type = 1"; // Eliminate customer discounts
       		$sql.= " AND (rc.fk_invoice_supplier IS NULL AND rc.fk_invoice_supplier_line IS NULL)";
       		$sql.= " ORDER BY rc.datec DESC";
      -		
      +
       		$resql=$db->query($sql);
       		if ($resql)
       		{
      +			print '<div class="div-table-responsive-no-min">';
       			print '<table width="100%" class="noborder">';
       			print '<tr class="liste_titre">';
       			print '<td class="widthdate">'.$langs->trans("Date").'</td>';	// Need 120+ for format with AM/PM
      @@ -576,9 +579,9 @@ if ($socid > 0)
       			print '<td width="100" align="center">'.$langs->trans("DiscountOfferedBy").'</td>';
       			print '<td width="50">&nbsp;</td>';
       			print '</tr>';
      -			
      +
       			$showconfirminfo=array();
      -			
      +
       			$i = 0;
       			$num = $db->num_rows($resql);
       			if ($num > 0)
      @@ -586,7 +589,7 @@ if ($socid > 0)
       				while ($i < $num)
       				{
       					$obj = $db->fetch_object($resql);
      -					
      +
       					print '<tr class="oddeven">';
       					print '<td>'.dol_print_date($db->jdate($obj->dc),'dayhour').'</td>';
       					if (preg_match('/\(CREDIT_NOTE\)/',$obj->description))
      @@ -639,7 +642,7 @@ if ($socid > 0)
       					}
       					else print '<td>&nbsp;</td>';
       					print '</tr>';
      -					
      +
       					if ($_GET["action"]=='split' && GETPOST('remid') == $obj->rowid)
       					{
       						$showconfirminfo['rowid']=$obj->rowid;
      @@ -654,7 +657,8 @@ if ($socid > 0)
       			}
       			$db->free($resql);
       			print "</table>";
      -			
      +			print '</div>';
      +
       			if (count($showconfirminfo))
       			{
       				$amount1=price2num($showconfirminfo['amount_ttc']/2,'MT');
      @@ -673,19 +677,19 @@ if ($socid > 0)
       			dol_print_error($db);
       		}
       
      -		if($isCustomer) {
      +		if ($isCustomer) {
       			print '</div>'; // class="ficheaddleft"
       			print '</div>'; // class="fichehalfright"
       			print '</div>'; // class="fichecenter"
       		}
       	}
       
      -	print '<br>';
      +	print '<div class="clearboth"></div><br>';
       
       	/*
       	 * List discount consumed (=liees a une ligne de facture ou facture)
       	 */
      -	
      +
       	print load_fiche_titre($langs->trans("DiscountAlreadyCounted"));
       
       	if($isCustomer) {
      @@ -730,12 +734,13 @@ if ($socid > 0)
       		$sql2.= " AND rc.fk_user = u.rowid";
       		$sql2.= " AND rc.discount_type = 0"; // Eliminate supplier discounts
       		$sql2.= " ORDER BY dc DESC";
      -	
      +
       		$resql=$db->query($sql);
       		$resql2=null;
       		if ($resql) $resql2=$db->query($sql2);
       		if ($resql2)
       		{
      +			print '<div class="div-table-responsive-no-min">';
       			print '<table class="noborder" width="100%">';
       			print '<tr class="liste_titre">';
       			print '<td class="widthdate">'.$langs->trans("Date").'</td>';	// Need 120+ for format with AM/PM
      @@ -747,7 +752,7 @@ if ($socid > 0)
       			print '<td width="100" align="center">'.$langs->trans("Author").'</td>';
       			print '<td width="50">&nbsp;</td>';
       			print '</tr>';
      -	
      +
       			$tab_sqlobj=array();
       			$tab_sqlobjOrder=array();
       			$num = $db->num_rows($resql);
      @@ -761,7 +766,7 @@ if ($socid > 0)
       	    		}
       			}
       			$db->free($resql);
      -	
      +
       			$num = $db->num_rows($resql2);
       			for ($i = 0;$i < $num;$i++)
       			{
      @@ -771,7 +776,7 @@ if ($socid > 0)
       			}
       			$db->free($resql2);
       			array_multisort($tab_sqlobjOrder,SORT_DESC,$tab_sqlobj);
      -	
      +
       			$num = count($tab_sqlobj);
       			if ($num > 0)
       			{
      @@ -830,8 +835,9 @@ if ($socid > 0)
       			{
       			    print '<tr><td colspan="8" class="opacitymedium">'.$langs->trans("None").'</td></tr>';
       			}
      -	
      +
       			print "</table>";
      +			print '</div>';
       		}
       		else
       		{
      @@ -882,12 +888,13 @@ if ($socid > 0)
       		$sql2.= " AND rc.fk_user = u.rowid";
       		$sql2.= " AND rc.discount_type = 1"; // Eliminate customer discounts
       		$sql2.= " ORDER BY dc DESC";
      -		
      +
       		$resql=$db->query($sql);
       		$resql2=null;
       		if ($resql) $resql2=$db->query($sql2);
       		if ($resql2)
       		{
      +			print '<div class="div-table-responsive-no-min">';
       			print '<table class="noborder" width="100%">';
       			print '<tr class="liste_titre">';
       			print '<td class="widthdate">'.$langs->trans("Date").'</td>';	// Need 120+ for format with AM/PM
      @@ -899,7 +906,7 @@ if ($socid > 0)
       			print '<td width="100" align="center">'.$langs->trans("Author").'</td>';
       			print '<td width="50">&nbsp;</td>';
       			print '</tr>';
      -			
      +
       			$tab_sqlobj=array();
       			$tab_sqlobjOrder=array();
       			$num = $db->num_rows($resql);
      @@ -913,7 +920,7 @@ if ($socid > 0)
       				}
       			}
       			$db->free($resql);
      -			
      +
       			$num = $db->num_rows($resql2);
       			for ($i = 0;$i < $num;$i++)
       			{
      @@ -923,7 +930,7 @@ if ($socid > 0)
       			}
       			$db->free($resql2);
       			array_multisort($tab_sqlobjOrder,SORT_DESC,$tab_sqlobj);
      -			
      +
       			$num = count($tab_sqlobj);
       			if ($num > 0)
       			{
      @@ -982,8 +989,9 @@ if ($socid > 0)
       			{
       				print '<tr><td colspan="8" class="opacitymedium">'.$langs->trans("None").'</td></tr>';
       			}
      -			
      +
       			print "</table>";
      +			print '</div>';
       		}
       		else
       		{
      
      From 9a31a61c9d22f61fce1f3fafcf444e1e2d8c8883 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 8 Nov 2018 20:05:01 +0100
      Subject: [PATCH 0835/1013] FIX #9971
      
      ---
       htdocs/core/class/html.formprojet.class.php | 2 +-
       htdocs/core/class/translate.class.php       | 4 ----
       htdocs/core/lib/company.lib.php             | 2 +-
       htdocs/projet/list.php                      | 2 +-
       4 files changed, 3 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
      index 7d74ac308b9..42ea2d216aa 100644
      --- a/htdocs/core/class/html.formprojet.class.php
      +++ b/htdocs/core/class/html.formprojet.class.php
      @@ -631,7 +631,7 @@ class FormProjets
       					$sellist .= '>';
       					if ($useshortlabel)
       					{
      -						$finallabel = ($langs->transnoentitiesnoconv("OppStatusShort".$obj->code) != "OppStatusShort".$obj->code ? $langs->transnoentitiesnoconv("OppStatusShort".$obj->code) : $obj->label);
      +						$finallabel = ($langs->transnoentitiesnoconv("OppStatus".$obj->code) != "OppStatus".$obj->code ? $langs->transnoentitiesnoconv("OppStatus".$obj->code) : $obj->label);
       					}
       					else
       					{
      diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
      index bdcae2e33ea..04867db0e7a 100644
      --- a/htdocs/core/class/translate.class.php
      +++ b/htdocs/core/class/translate.class.php
      @@ -562,10 +562,6 @@ class Translate
               elseif (preg_match('/^PaymentTypeShort([0-9A-Z]+)$/i',$key,$reg))
               {
                   $newstr=$this->getLabelFromKey($db,$reg[1],'c_paiement','code','libelle','',1);
      -        }
      -		elseif (preg_match('/^OppStatusShort([0-9A-Z]+)$/i',$key,$reg))
      -        {
      -            $newstr=$this->getLabelFromKey($db,$reg[1],'c_lead_status','code','label');
               }
               elseif (preg_match('/^OppStatus([0-9A-Z]+)$/i',$key,$reg))
               {
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index c504a01c63d..c00d4469b05 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -802,7 +802,7 @@ function show_projects($conf, $langs, $db, $object, $backtopage='', $nocreatelin
                               print '</td>';
                               // Opp status
                               print '<td align="center">';
      -            			if ($obj->opp_status_code) print $langs->trans("OppStatusShort".$obj->opp_status_code);
      +            			if ($obj->opp_status_code) print $langs->trans("OppStatus".$obj->opp_status_code);
                   			print '</td>';
       			            // Opp percent
                   			print '<td align="right">';
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index aa0c4b0d8fe..bc29cd26f45 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -804,7 +804,7 @@ while ($i < min($num,$limit))
       		if (! empty($arrayfields['p.fk_opp_status']['checked']))
       		{
       			print '<td class="center">';
      -			if ($obj->opp_status_code) print $langs->trans("OppStatusShort".$obj->opp_status_code);
      +			if ($obj->opp_status_code) print $langs->trans("OppStatus".$obj->opp_status_code);
       			print '</td>';
       			if (! $i) $totalarray['nbfield']++;
       		}
      
      From 0d6709c9f723c6df0631d83eb851c01cd8a88828 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 01:20:57 +0100
      Subject: [PATCH 0836/1013] Update phpcs config
      
      ---
       dev/setup/codesniffer/ruleset.xml | 10 +++++-----
       1 file changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
      index 32a938662e6..8332338353d 100644
      --- a/dev/setup/codesniffer/ruleset.xml
      +++ b/dev/setup/codesniffer/ruleset.xml
      @@ -25,19 +25,19 @@
       		
       	<rule ref="Generic.CodeAnalysis.EmptyStatement" />
       
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCatch">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedFOREACH">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedForEach">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedIF">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedIf">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedELSE">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElse">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedELSEIF">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElseIf">
       		<severity>0</severity>
       	</rule>
       	
      
      From aad0b700d44a4a498520edfd3a720c3e322a661c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 01:22:56 +0100
      Subject: [PATCH 0837/1013] Fix travis
      
      ---
       dev/setup/codesniffer/ruleset.xml | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
      index 8332338353d..7e010eae927 100644
      --- a/dev/setup/codesniffer/ruleset.xml
      +++ b/dev/setup/codesniffer/ruleset.xml
      @@ -28,7 +28,7 @@
       	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedCatch">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedForEach">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedForeach">
       		<severity>0</severity>
       	</rule>
       	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedIf">
      @@ -37,7 +37,7 @@
       	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElse">
       		<severity>0</severity>
       	</rule>
      -	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElseIf">
      +	<rule ref="Generic.CodeAnalysis.EmptyStatement.DetectedElseif">
       		<severity>0</severity>
       	</rule>
       	
      
      From f1193ad3ddcaae17cef4730e2592b87327356b40 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 10:29:22 +0100
      Subject: [PATCH 0838/1013] FIX: Missing date creation and modification of
       supplier price
      
      ---
       htdocs/fourn/class/fournisseur.product.class.php |  9 +++++----
       htdocs/product/fournisseurs.php                  | 12 ++++++++----
       2 files changed, 13 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php
      index a86e728e028..c9d269dcbe3 100644
      --- a/htdocs/fourn/class/fournisseur.product.class.php
      +++ b/htdocs/fourn/class/fournisseur.product.class.php
      @@ -560,10 +560,9 @@ class ProductFournisseur extends Product
       
               $sql = "SELECT s.nom as supplier_name, s.rowid as fourn_id,";
               $sql.= " pfp.rowid as product_fourn_pri_id, pfp.ref_fourn, pfp.desc_fourn, pfp.fk_product as product_fourn_id, pfp.fk_supplier_price_expression,";
      -        $sql.= " pfp.price, pfp.quantity, pfp.unitprice, pfp.remise_percent, pfp.remise, pfp.tva_tx, pfp.fk_availability, pfp.charges, pfp.info_bits, pfp.delivery_time_days, pfp.supplier_reputation";
      -        $sql.= " ,pfp.multicurrency_price, pfp.multicurrency_unitprice, pfp.multicurrency_tx, pfp.fk_multicurrency, pfp.multicurrency_code";
      -        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp";
      -        $sql.= ", ".MAIN_DB_PREFIX."societe as s";
      +        $sql.= " pfp.price, pfp.quantity, pfp.unitprice, pfp.remise_percent, pfp.remise, pfp.tva_tx, pfp.fk_availability, pfp.charges, pfp.info_bits, pfp.delivery_time_days, pfp.supplier_reputation,";
      +        $sql.= " pfp.multicurrency_price, pfp.multicurrency_unitprice, pfp.multicurrency_tx, pfp.fk_multicurrency, pfp.multicurrency_code, pfp.datec, pfp.tms";
      +        $sql.= " FROM ".MAIN_DB_PREFIX."product_fournisseur_price as pfp, ".MAIN_DB_PREFIX."societe as s";
               $sql.= " WHERE pfp.entity IN (".getEntity('productsupplierprice').")";
               $sql.= " AND pfp.fk_soc = s.rowid";
               $sql.= " AND s.status=1"; // only enabled company selected
      @@ -603,6 +602,8 @@ class ProductFournisseur extends Product
                       $prodfourn->fourn_tva_npr					= $record["info_bits"];
                       $prodfourn->fk_supplier_price_expression    = $record["fk_supplier_price_expression"];
       				$prodfourn->supplier_reputation    = $record["supplier_reputation"];
      +				$prodfourn->date_creation          = $this->db->jdate($record['datec']);
      +				$prodfourn->date_modification      = $this->db->jdate($record['tms']);
       
                       $prodfourn->fourn_multicurrency_price       = $record["multicurrency_price"];
                       $prodfourn->fourn_multicurrency_unitprice   = $record["multicurrency_unitprice"];
      diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
      index 7ad740eab0a..df40f000c19 100644
      --- a/htdocs/product/fournisseurs.php
      +++ b/htdocs/product/fournisseurs.php
      @@ -751,16 +751,17 @@ SCRIPT;
       				$num = count($product_fourn_list);
       				if (($num + ($offset * $limit)) < $nbtotalofrecords) $num++;
       
      -			    print_barre_liste($langs->trans('SupplierPrices'), $page, $_SERVEUR ['PHP_SELF'], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, 'title_accountancy.png', 0, '', '', $limit, 1);
      +				print_barre_liste($langs->trans('SupplierPrices'), $page, $_SERVEUR ['PHP_SELF'], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, 'title_accountancy.png', 0, '', '', $limit, 1);
       
       				// Suppliers list title
      -			    print '<div class="div-table-responsive">';
      -			    print '<table class="noborder" width="100%">';
      +				print '<div class="div-table-responsive">';
      +				print '<table class="noborder" width="100%">';
       				if ($object->isProduct()) $nblignefour=4;
       				else $nblignefour=4;
       
       				$param="&id=".$object->id;
       				print '<tr class="liste_titre">';
      +				print_liste_field_titre("AppliedPricesFrom",$_SERVER["PHP_SELF"],"pfp.datec","",$param,"",$sortfield,$sortorder);
       				print_liste_field_titre("Suppliers",$_SERVER["PHP_SELF"],"s.nom","",$param,"",$sortfield,$sortorder);
       				print_liste_field_titre("SupplierRef",$_SERVER["PHP_SELF"],"","",$param,"",$sortfield,$sortorder);
       				if (!empty($conf->global->FOURN_PRODUCT_AVAILABILITY)) print_liste_field_titre("Availability",$_SERVER["PHP_SELF"],"pfp.fk_availability","",$param,"",$sortfield,$sortorder);
      @@ -788,10 +789,13 @@ SCRIPT;
       					{
       						print '<tr class="oddeven">';
       
      +						// Date from
      +						print '<td>'.dol_print_date($productfourn->date_creation, 'dayhour').'</td>';
      +
       						// Supplier
       						print '<td>'.$productfourn->getSocNomUrl(1,'supplier').'</td>';
       
      -						// Supplier
      +						// Supplier ref
       						print '<td align="left">'.$productfourn->fourn_ref.'</td>';
       
       						// Availability
      
      From 5d1d77a966dc26032d172450d772f8311a1bf70a Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Fri, 9 Nov 2018 10:25:00 +0100
      Subject: [PATCH 0839/1013] FIX missing action "edit" for the hook
      
      ---
       htdocs/categories/edit.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php
      index b420847f6fd..1cde5e62adc 100644
      --- a/htdocs/categories/edit.php
      +++ b/htdocs/categories/edit.php
      @@ -35,7 +35,7 @@ $langs->load("categories");
       $id=GETPOST('id','int');
       $ref=GETPOST('ref');
       $type=GETPOST('type');
      -$action=GETPOST('action','aZ09');
      +$action=(GETPOST('action','aZ09')?GETPOST('action','aZ09'):'edit');
       $confirm=GETPOST('confirm');
       $cancel=GETPOST('cancel','alpha');
       
      
      From ee06f36f4c82f8b51624ceed78ef79a20dd7f61b Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Fri, 9 Nov 2018 11:36:20 +0100
      Subject: [PATCH 0840/1013] FIX missing field "visible"
      
      ---
       htdocs/categories/class/categorie.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
      index 70b2108dd4c..3de9bdfab0a 100644
      --- a/htdocs/categories/class/categorie.class.php
      +++ b/htdocs/categories/class/categorie.class.php
      @@ -1043,7 +1043,7 @@ class Categorie extends CommonObject
       		$current_lang = $langs->getDefaultLang();
       
       		// Init $this->cats array
      -		$sql = "SELECT DISTINCT c.rowid, c.label, c.description, c.color, c.fk_parent";	// Distinct reduce pb with old tables with duplicates
      +		$sql = "SELECT DISTINCT c.rowid, c.label, c.description, c.color, c.fk_parent, c.visible";	// Distinct reduce pb with old tables with duplicates
       		if (! empty($conf->global->MAIN_MULTILANGS)) $sql.= ", t.label as label_trans, t.description as description_trans";
       		$sql.= " FROM ".MAIN_DB_PREFIX."categorie as c";
       		if (! empty($conf->global->MAIN_MULTILANGS)) $sql.= " LEFT  JOIN ".MAIN_DB_PREFIX."categorie_lang as t ON t.fk_category=c.rowid AND t.lang='".$current_lang."'";
      @@ -1063,6 +1063,7 @@ class Categorie extends CommonObject
       				$this->cats[$obj->rowid]['label'] = ! empty($obj->label_trans) ? $obj->label_trans : $obj->label;
       				$this->cats[$obj->rowid]['description'] = ! empty($obj->description_trans) ? $obj->description_trans : $obj->description;
       				$this->cats[$obj->rowid]['color'] = $obj->color;
      +				$this->cats[$obj->rowid]['visible'] = $obj->visible;
       				$i++;
       			}
       		}
      
      From 773e2da4ccef4d45982c305fde9602c029ccadf1 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 11:41:27 +0100
      Subject: [PATCH 0841/1013] Fix example of number for holiday
      
      ---
       htdocs/admin/holiday.php               | 8 ++++----
       htdocs/holiday/class/holiday.class.php | 2 ++
       2 files changed, 6 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
      index c1c5fe58b45..82037fa85d1 100644
      --- a/htdocs/admin/holiday.php
      +++ b/htdocs/admin/holiday.php
      @@ -75,8 +75,8 @@ else if ($action == 'specimen') // For contract
       {
       	$modele= GETPOST('module','alpha');
       
      -	$contract = new Contrat($db);
      -	$contract->initAsSpecimen();
      +	$holiday = new Holiday($db);
      +	$holiday->initAsSpecimen();
       
       	// Search template files
       	$file=''; $classname=''; $filefound=0;
      @@ -98,7 +98,7 @@ else if ($action == 'specimen') // For contract
       
       		$module = new $classname($db);
       
      -		if ($module->write_file($contract,$langs) > 0)
      +		if ($module->write_file($holiday,$langs) > 0)
       		{
       			header("Location: ".DOL_URL_ROOT."/document.php?modulepart=holiday&file=SPECIMEN.pdf");
       			return;
      @@ -271,7 +271,7 @@ foreach ($dirmodels as $reldir)
       						// Info
       						$htmltooltip='';
       						$htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>';
      -						$nextval=$module->getNextValue($mysoc,$contract);
      +						$nextval=$module->getNextValue($mysoc,$holiday);
                               if ("$nextval" != $langs->trans("NotAvailable")) {  // Keep " on nextval
                                   $htmltooltip.=''.$langs->trans("NextValue").': ';
                                   if ($nextval) {
      diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
      index 6dd49b52a93..9c87f7d32fd 100644
      --- a/htdocs/holiday/class/holiday.class.php
      +++ b/htdocs/holiday/class/holiday.class.php
      @@ -2171,8 +2171,10 @@ class Holiday extends CommonObject
       		$this->description='SPECIMEN description';
       		$this->date_debut=dol_now();
       		$this->date_fin=dol_now()+(24*3600);
      +		$this->date_valid=dol_now();
       		$this->fk_validator=1;
       		$this->halfday=0;
       		$this->fk_type=1;
      +		$this->statut=Holiday::STATUS_VALIDATED;
       	}
       }
      
      From 1fd398234fc0e7d08e0bed0068c9b9adde8adf05 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 9 Nov 2018 15:29:49 +0100
      Subject: [PATCH 0842/1013] remove warning
      
      ---
       htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php | 5 +++--
       1 file changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php b/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      index 85592006a14..0f0e3c91a11 100644
      --- a/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      +++ b/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      @@ -1,5 +1,6 @@
       <?php
      -/* Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      +/* Copyright (C) 2004-2017  Laurent Destailleur <eldy@users.sourceforge.net>
      + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
        * Copyright (C) ---Put here your own copyright and developer email---
        *
        * This program is free software: you can redistribute it and/or modify
      @@ -200,7 +201,7 @@ class mymodulewidget1 extends ModeleBoxes
       	 * @param array $contents Array with properties of box lines
       	 * @return void
       	 */
      -	public function showBox($head = null, $contents = null)
      +	public function showBox($head = null, $contents = null, $nooutput = 0)
       	{
       		// You may make your own code here…
       		// … or use the parent's class function using the provided head and contents templates
      
      From 6cd27d8c8076610a2db4593cce775a0169e0b256 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Fri, 9 Nov 2018 18:08:06 +0100
      Subject: [PATCH 0843/1013] add admin dkim translation
      
      ---
       htdocs/langs/en_US/admin.lang | 10 +++++++---
       1 file changed, 7 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index d9be14b3cb7..4ccfb04983f 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -277,8 +277,12 @@ MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed re
       MAIN_MAIL_SENDMODE=Email sending method
       MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
       MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encryption
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
       MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
       MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      @@ -1816,7 +1820,7 @@ VATIsUsedIsOff=Note: The option to use sales Tax or VAT has been set to <strong>
       SwapSenderAndRecipientOnPDF=Swap sender and recipient address on PDF
       FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only
       EmailCollector=Email collector
      -EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).  
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
       NewEmailCollector=New Email Collector
       EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
      
      From 172468587d386f76d46c2194ee33df231d8fc26a Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Fri, 9 Nov 2018 18:13:13 +0100
      Subject: [PATCH 0844/1013] Update mymodulewidget1.php
      
      ---
       htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php | 5 +++--
       1 file changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php b/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      index 0f0e3c91a11..edd2f627bb5 100644
      --- a/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      +++ b/htdocs/modulebuilder/template/core/boxes/mymodulewidget1.php
      @@ -197,8 +197,9 @@ class mymodulewidget1 extends ModeleBoxes
       	/**
       	 * Method to show box. Called by Dolibarr eatch time it wants to display the box.
       	 *
      -	 * @param array $head Array with properties of box title
      -	 * @param array $contents Array with properties of box lines
      +	 * @param array $head       Array with properties of box title
      +	 * @param array $contents   Array with properties of box lines
      +     * @param int   $nooutput   No print, only return string
       	 * @return void
       	 */
       	public function showBox($head = null, $contents = null, $nooutput = 0)
      
      From f1287578f3eb79c46c2aef8b55cc2b85c7115d72 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 18:18:17 +0100
      Subject: [PATCH 0845/1013] Work on emailcollector
      
      ---
       htdocs/admin/emailcollector_card.php          | 64 +++++++++++++------
       .../class/emailcollector.class.php            | 58 ++++++++++-------
       .../install/mysql/migration/8.0.0-9.0.0.sql   |  1 +
       .../llx_emailcollector_emailcollector.sql     |  1 +
       htdocs/langs/en_US/admin.lang                 |  4 +-
       5 files changed, 84 insertions(+), 44 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 3280492701e..f9ba71cc858 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -103,25 +103,6 @@ if (empty($reshook))
       	include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
       }
       
      -
      -if ($action == 'confirm_collect')
      -{
      -	dol_include_once('/emailcollector/class/emailcollector.class.php');
      -
      -	$res = $object->doCollect();
      -
      -	if ($res == 0)
      -	{
      -		setEventMessages($object->output, null, 'mesgs');
      -	}
      -	else
      -	{
      -		setEventMessages($object->error, null, 'errors');
      -	}
      -
      -	$action = '';
      -}
      -
       if (GETPOST('addfilter','alpha'))
       {
       	$emailcollectorfilter = new EmailCollectorFilter($db);
      @@ -190,6 +171,25 @@ if ($action == 'deleteoperation')
       	}
       }
       
      +if ($action == 'confirm_collect')
      +{
      +	dol_include_once('/emailcollector/class/emailcollector.class.php');
      +
      +	$res = $object->doCollect();
      +
      +	if ($res == 0)
      +	{
      +		setEventMessages($object->output, null, 'mesgs');
      +	}
      +	else
      +	{
      +		setEventMessages($object->error, null, 'errors');
      +	}
      +
      +	$action = '';
      +}
      +
      +
       
       
       /*
      @@ -373,7 +373,29 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	*/
       	$morehtmlref .= '</div>';
       
      -	dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
      +	$morehtml = $langs->trans("NbOfEmailsInInbox").' : ';
      +
      +	$sourcedir = $object->source_directory;
      +	$targetdir = ($object->target_directory ? $object->target_directory : '');			// Can be '[Gmail]/Trash' or 'mytag'
      +
      +	$connectstringserver = $object->getConnectStringIMAP();
      +	$connectstringsource = $connectstringserver.imap_utf7_encode($sourcedir);
      +	$connectstringtarget = $connectstringserver.imap_utf7_encode($targetdir);
      +
      +	$connection = imap_open($connectstringsource, $object->user, $object->password);
      +	if (! $connection)
      +	{
      +		$morehtml .= 'Failed to open IMAP connection '.$connectstringsource;
      +	}
      +	else
      +	{
      +		//$morehtmlstatus .= imap_num_msg($connection).'</div><div class="statusref">';
      +		$morehtml .= imap_num_msg($connection);
      +	}
      +
      +	imap_close($connection);
      +
      +	dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref.'<div class="refidno">'.$morehtml.'</div>', '', 0, '', '', 0, '');
       
       	print '<div class="fichecenter">';
       	print '<div class="fichehalfleft">';
      @@ -474,7 +496,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '</form>';
       
       	print '</div>';
      -	print '</div>';
      +	print '</div>';	// End <div class="fichecenter">
       
       
       	print '<div class="clearboth"></div><br>';
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index e4c0d4f588f..b68639ebf5e 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -90,7 +90,8 @@ class EmailCollector extends CommonObject
       		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
       		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>0, 'comment'=>"Where to store messages once processed"),
       		'datelastresult' => array('type'=>'datetime', 'label'=>'DateLastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>121, 'notnull'=>-1,),
      -		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>122, 'notnull'=>-1,),
      +		'codelastresult' => array('type'=>'varchar(16)', 'label'=>'CodeLastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>122, 'notnull'=>-1,),
      +		'lastresult'    => array('type'=>'varchar(255)', 'label'=>'LastResult', 'visible'=>1, 'enabled'=>'$action != "create" && $action != "edit"', 'position'=>123, 'notnull'=>-1,),
       		'note_public'   => array('type'=>'html', 'label'=>'NotePublic', 'visible'=>0, 'enabled'=>1, 'position'=>61, 'notnull'=>-1,),
       		'note_private'  => array('type'=>'html', 'label'=>'NotePrivate', 'visible'=>0, 'enabled'=>1, 'position'=>62, 'notnull'=>-1,),
       		'date_creation' => array('type'=>'datetime', 'label'=>'DateCreation', 'visible'=>-2, 'enabled'=>1, 'position'=>500, 'notnull'=>1,),
      @@ -717,23 +718,16 @@ class EmailCollector extends CommonObject
       		$this->fetchActions();
       
       		$sourcedir = $this->source_directory;
      -		$targetdir = ($this->target_directory ? $server.$this->target_directory : '');			// Can be '[Gmail]/Trash' or 'mytag'
      +		$targetdir = ($this->target_directory ? $this->target_directory : '');			// Can be '[Gmail]/Trash' or 'mytag'
       
      -		// Connect to IMAP
      -		$flags ='/service=imap';		// IMAP
      -		$flags.='/ssl';					// '/tls'
      -		$flags.='/novalidate-cert';
      -		//$flags.='/readonly';
      -		//$flags.='/debug';
      -
      -		$connectstringserver = '{'.$this->host.':993'.$flags.'}';
      -		$connectstring = $connectstringserver.imap_utf7_encode($sourcedir);
      +		$connectstringserver = $this->getConnectStringIMAP();
      +		$connectstringsource = $connectstringserver.imap_utf7_encode($sourcedir);
       		$connectstringtarget = $connectstringserver.imap_utf7_encode($targetdir);
       
      -		$connection = imap_open($connectstring, $this->user, $this->password);
      +		$connection = imap_open($connectstringsource, $this->user, $this->password);
       		if (! $connection)
       		{
      -			$this->error = 'Failed to open IMAP connection '.$connectstring;
      +			$this->error = 'Failed to open IMAP connection '.$connectstringsource;
       			return -3;
       		}
       
      @@ -743,23 +737,24 @@ class EmailCollector extends CommonObject
       		{
       			if (empty($rule['status'])) continue;
       
      -			if ($rule['key'] == 'to')      $search=($search?' ':'').'TO "'.str_replace('"', '', $rule['rulevalue']).'"';
      -			if ($rule['key'] == 'bcc')     $search=($search?' ':'').'BCC';
      -			if ($rule['key'] == 'cc')      $search=($search?' ':'').'CC';
      -			if ($rule['key'] == 'from')    $search=($search?' ':'').'FROM "'.str_replace('"', '', $rule['rulevalue']).'"';
      -			if ($rule['key'] == 'subject') $search=($search?' ':'').'SUBJECT "'.str_replace('"', '', $rule['rulevalue']).'"';
      -			if ($rule['key'] == 'body')    $search=($search?' ':'').'BODY "'.str_replace('"', '', $rule['rulevalue']).'"';
      -			if ($rule['key'] == 'seen')    $search=($search?' ':'').'SEEN';
      -			if ($rule['key'] == 'unseen')  $search=($search?' ':'').'UNSEEN';
      +			if ($rule['type'] == 'to')      $search.=($search?' ':'').'TO "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['type'] == 'bcc')     $search.=($search?' ':'').'BCC';
      +			if ($rule['type'] == 'cc')      $search.=($search?' ':'').'CC';
      +			if ($rule['type'] == 'from')    $search.=($search?' ':'').'FROM "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['type'] == 'subject') $search.=($search?' ':'').'SUBJECT "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['type'] == 'body')    $search.=($search?' ':'').'BODY "'.str_replace('"', '', $rule['rulevalue']).'"';
      +			if ($rule['type'] == 'seen')    $search.=($search?' ':'').'SEEN';
      +			if ($rule['type'] == 'unseen')  $search.=($search?' ':'').'UNSEEN';
       		}
       
       		if (empty($targetdir))	// Use last date as filter if there is no targetdir defined.
       		{
       			$fromdate=0;
      -			if ($this->datelastresult) $fromdate = $this->datelastresult;
      +			if ($this->datelastresult && $this->codelastresult == 'OK') $fromdate = $this->datelastresult;
       			if ($fromdate > 0) $search.=($search?' ':'').'SINCE '.dol_print_date($fromdate - 1,'dayhourrfc');
       		}
       		dol_syslog("search string = ".$search);
      +		//var_dump($search);exit;
       
       		$nbemailprocessed=0; $nbactiondone=0;
       
      @@ -841,4 +836,23 @@ class EmailCollector extends CommonObject
       
       		return $error;
       	}
      +
      +	/**
      +	 * Return the connectstring to use with IMAP connection function
      +	 *
      +	 * @return string
      +	 */
      +	function getConnectStringIMAP()
      +	{
      +		// Connect to IMAP
      +		$flags ='/service=imap';		// IMAP
      +		$flags.='/ssl';					// '/tls'
      +		$flags.='/novalidate-cert';
      +		//$flags.='/readonly';
      +		//$flags.='/debug';
      +
      +		$connectstringserver = '{'.$this->host.':993'.$flags.'}';
      +
      +		return $connectstringserver;
      +	}
       }
      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 05106e475cd..8f51d9f00c4 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
      @@ -153,6 +153,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               source_directory varchar(255) NOT NULL,
               target_directory varchar(255),
               datelastresult datetime, 
      +        codelastresult varchar(16), 
               lastresult varchar(255),
               note_public text, 
               note_private text, 
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      index 2db5e693427..750c2b24e84 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollector.sql
      @@ -27,6 +27,7 @@ CREATE TABLE llx_emailcollector_emailcollector(
               source_directory varchar(255) NOT NULL,
               target_directory varchar(255),
               datelastresult datetime, 
      +        codelastresult varchar(16), 
               lastresult varchar(255),
               note_public text, 
               note_private text, 
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index d9be14b3cb7..259d8920744 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1827,11 +1827,13 @@ DateLastResult=Date last collect
       LastResult=Last result
       EmailCollectorConfirmCollectTitle=Email collect confirmation
       EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      -NoNewEmailToProcess=No new email to process
      +NoNewEmailToProcess=No new email (matching filters) to process
       NothingProcessed=Nothing done
       XEmailsDoneYActionsDone=%s emails analyzed, %s record/actions done by collector
       RecordEvent=Record event
       CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
       UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
      
      From e86e3ec7ace65c9b10b81b67854987ede7d590aa Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 9 Nov 2018 19:30:44 +0100
      Subject: [PATCH 0846/1013] Work on email collector
      
      ---
       htdocs/admin/emailcollector_card.php          |  4 +-
       .../core/modules/modEmailCollector.class.php  |  5 +-
       htdocs/cron/list.php                          |  2 +-
       .../class/emailcollector.class.php            | 76 ++++++++++---------
       .../class/emailcollectorfilter.class.php      |  4 +-
       htdocs/langs/en_US/admin.lang                 |  2 +-
       .../core/modules/modMyModule.class.php        |  6 +-
       7 files changed, 50 insertions(+), 49 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index f9ba71cc858..08656a9ee27 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -175,9 +175,9 @@ if ($action == 'confirm_collect')
       {
       	dol_include_once('/emailcollector/class/emailcollector.class.php');
       
      -	$res = $object->doCollect();
      +	$res = $object->doCollectOneCollector();
       
      -	if ($res == 0)
      +	if ($res > 0)
       	{
       		setEventMessages($object->output, null, 'mesgs');
       	}
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index ef19ff49bf9..042dc0c82f2 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -174,11 +174,8 @@ class modEmailCollector 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'=>'Email collector', 'jobtype'=>'method', 'class'=>'/emailcollector/class/emailcollector.class.php', 'objectname'=>'EmailCollector', 'method'=>'doCollect', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>5, 'unitfrequency'=>60, 'status'=>1, 'test'=>'$conf->emailcollector->enabled')
      +			0=>array('label'=>'Email collector', 'priority'=>50, 'jobtype'=>'method', 'class'=>'/emailcollector/class/emailcollector.class.php', 'objectname'=>'EmailCollector', 'method'=>'doCollect', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>5, 'unitfrequency'=>60, 'status'=>1, 'test'=>'$conf->emailcollector->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)
      -		// );
       
       
       		// Permissions
      diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php
      index f594eb2b383..2ddfbee5e8c 100644
      --- a/htdocs/cron/list.php
      +++ b/htdocs/cron/list.php
      @@ -192,7 +192,7 @@ if (empty($reshook))
       				$result = 0;
       				if ($massaction == 'disable') $result = $tmpcron->setStatut(Cronjob::STATUS_DISABLED);
       				elseif ($massaction == 'enable') $result = $tmpcron->setStatut(Cronjob::STATUS_ENABLED);
      -				else dol_print_error($db, 'Bad value for massaction');
      +				//else dol_print_error($db, 'Bad value for massaction');
       				if ($result < 0) setEventMessages($tmpcron->error, $tmpcron->errors, 'errors');
       			}
       			else
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index b68639ebf5e..8769e0a70c9 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -85,7 +85,7 @@ class EmailCollector extends CommonObject
       		'host'          => array('type'=>'varchar(255)', 'label'=>'EMailHost', 'visible'=>1, 'enabled'=>1, 'position'=>100, 'notnull'=>1, 'searchall'=>1, 'comment'=>"IMAP server", 'help'=>'Example: imap.gmail.com'),
       		'user'          => array('type'=>'varchar(128)', 'label'=>'Login', 'visible'=>1, 'enabled'=>1, 'position'=>101, 'notnull'=>1, 'index'=>1, 'comment'=>"IMAP login", 'help'=>'Example: myacount@gmail.com'),
       		'password'      => array('type'=>'password', 'label'=>'Password', 'visible'=>-1, 'enabled'=>1, 'position'=>102, 'notnull'=>1, 'comment'=>"IMAP password"),
      -		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>1, 'default' => 'Inbox'),
      +		'source_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxSourceDirectory', 'visible'=>-1, 'enabled'=>1, 'position'=>103, 'notnull'=>1, 'default' => 'Inbox', 'help'=>'Example: INBOX'),
       		//'filter'		=> array('type'=>'text', 'label'=>'Filter', 'visible'=>1, 'enabled'=>1, 'position'=>105),
       		//'actiontodo'	=> array('type'=>'varchar(255)', 'label'=>'ActionToDo', 'visible'=>1, 'enabled'=>1, 'position'=>106),
       		'target_directory' => array('type'=>'varchar(255)', 'label'=>'MailboxTargetDirectory', 'visible'=>1, 'enabled'=>1, 'position'=>110, 'notnull'=>0, 'comment'=>"Where to store messages once processed"),
      @@ -318,33 +318,9 @@ class EmailCollector extends CommonObject
       
               $socid = $user->societe_id ? $user->societe_id : '';
       
      -        // If the internal user must only see his customers, force searching by him
      -        if (! $user->rights->societe->client->voir && !$socid) {
      -            $search_sale = $user->id;
      -        }
       		$sql = "SELECT s.rowid";
      -        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      -        //    $sql .= ", sc.fk_soc, sc.fk_user"; // We need these fields in order to filter by sale (including the case where the user can only see his prospects)
      -        //}
      -        $sql.= " FROM ".MAIN_DB_PREFIX."emailcollector as s";
      -
      -        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      -        //    $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc"; // We need this table joined to the select in order to filter by sale
      -        //}
      -        //$sql.= ", ".MAIN_DB_PREFIX."c_stcomm as st";
      -        //$sql.= " WHERE s.fk_stcomm = st.id";
      -
      -		// Example of use $mode
      -        //if ($mode == 1) $sql.= " AND s.client IN (1, 3)";
      -        //if ($mode == 2) $sql.= " AND s.client IN (2, 3)";
      -
      +        $sql.= " FROM ".MAIN_DB_PREFIX."emailcollector_emailcollector as s";
               $sql.= ' WHERE s.entity IN ('.getEntity('emailcollector').')';
      -        //if ((!$user->rights->societe->client->voir && !$socid) || $search_sale > 0) {
      -        //    $sql.= " AND s.fk_soc = sc.fk_soc";
      -        //}
      -        //if ($socid) {
      -        //    $sql.= " AND s.fk_soc = ".$socid;
      -        //}
               if ($activeOnly) {
                   $sql.= " AND s.status = 1";
               }
      @@ -359,10 +335,10 @@ class EmailCollector extends CommonObject
               }
       
               $result = $this->db->query($sql);
      -
               if ($result) {
                   $num = $this->db->num_rows($result);
      -            while ($i < $num) {
      +            while ($i < $num)
      +            {
                       $obj = $this->db->fetch_object($result);
                       $emailcollector_static = new EmailCollector($this->db);
                       if ($emailcollector_static->fetch($obj->rowid)) {
      @@ -371,11 +347,12 @@ class EmailCollector extends CommonObject
                       $i++;
                   }
               } else {
      -            dol_syslog(__METHOD__.':: Error when retrieve emailcollector list', LOG_ERR);
      +        	$this->errors[] = 'EmailCollector::fetchAll Error when retrieve emailcollector list';
      +            dol_syslog('EmailCollector::fetchAll Error when retrieve emailcollector list', LOG_ERR);
                   $ret = -1;
               }
               if (! count($obj_ret)) {
      -            dol_syslog(__METHOD__.':: No emailcollector found', LOG_DEBUG);
      +        	dol_syslog('EmailCollector::fetchAll No emailcollector found', LOG_DEBUG);
               }
       
               return $obj_ret;
      @@ -676,14 +653,40 @@ class EmailCollector extends CommonObject
       	 *
       	 * @return	int			0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK)
       	 */
      -	//public function doScheduledJob($param1, $param2, ...)
       	public function doCollect()
      +	{
      +		global $user;
      +
      +		$nberror = 0;
      +
      +		$arrayofcollectors = $this->fetchAll($user, 1);
      +
      +		// Loop on each collector
      +		foreach($arrayofcollectors as $emailcollector)
      +		{
      +			$result = $emailcollector->doCollectOneCollector();
      +			dol_syslog("doCollect result = ".$result." for emailcollector->id = ".$emailcollector->id);
      +
      +			$this->error.='EmailCollector ID '.$emailcollector->id.':'.$emailcollector->error.'<br>';
      +			if (! empty($emailcollector->errors)) $this->error.=join('<br>', $emailcollector->errors);
      +			$this->output.='EmailCollector ID '.$emailcollector->id.': '.$emailcollector->output.'<br>';
      +		}
      +
      +		return $nberror;
      +	}
      +
      +	/**
      +	 * Execute collect for current collector loaded previously with fetch.
      +	 *
      +	 * @return	int			<0 if KO, >0 if OK
      +	 */
      +	public function doCollectOneCollector()
       	{
       		global $conf, $langs, $user;
       
       		//$conf->global->SYSLOG_FILE = 'DOL_DATA_ROOT/dolibarr_mydedicatedlofile.log';
       
      -		dol_syslog("EmailCollector::doCollect start", LOG_DEBUG);
      +		dol_syslog("EmailCollector::doCollectOneCollector start", LOG_DEBUG);
       
       		$error = 0;
       		$this->output = '';
      @@ -803,11 +806,11 @@ class EmailCollector extends CommonObject
       				// Move email
       				if (! $errorforactions && $targetdir)
       				{
      -					dol_syslog("EmailCollector::doCollect move message ".$imapemail." to ".$connectstringtarget, LOG_DEBUG);
      +					dol_syslog("EmailCollector::doCollectOneCollector move message ".$imapemail." to ".$connectstringtarget, LOG_DEBUG);
       					$res = imap_mail_move($connection, $imapemail, $targetdir, 0);
       					if ($res == false) {
       						$error++;
      -						$this->errors = imap_last_error();
      +						$this->error = imap_last_error();
       						dol_syslog(imap_last_error());
       					}
       				}
      @@ -830,11 +833,12 @@ class EmailCollector extends CommonObject
       
       		$this->datelastresult = $now;
       		$this->lastresult = $this->output;
      +		$this->codelastresult = ($error ? 'KO' : 'OK');
       		$this->update($user);
       
      -		dol_syslog("EmailCollector::doCollect end", LOG_DEBUG);
      +		dol_syslog("EmailCollector::doCollectOneCollector end", LOG_DEBUG);
       
      -		return $error;
      +		return $error?-1:1;
       	}
       
       	/**
      diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      index 23c8f7a02b2..c4e94b5e4bb 100644
      --- a/htdocs/emailcollector/class/emailcollectorfilter.class.php
      +++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      @@ -159,10 +159,10 @@ class EmailCollectorFilter extends CommonObject
       			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type"));
       			return -1;
       		}
      -		if (empty($this->rulevalue))
      +		if (! in_array($this->type, array('seen','unseen')) && empty($this->rulevalue))
       		{
       			$langs->load("errors");
      -			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("RuleValue"));
      +			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("StringToFilter"));
       			return -1;
       		}
       
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 259d8920744..86815ca70c2 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1821,7 +1821,7 @@ NewEmailCollector=New Email Collector
       EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
       MailboxTargetDirectory=Mailbox target directory
      -EmailcollectorOperations=Operations done by collector
      +EmailcollectorOperations=Operations to do by collector
       CollectNow=Collect now
       DateLastResult=Date last collect
       LastResult=Last result
      diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      index 8d34b0e63a3..8c4f933b31f 100644
      --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
      @@ -197,10 +197,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'=>'$conf->mymodule->enabled')
      +			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', 'priority'=>50)
       		);
      -		// 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')
      +		// 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', 'priority'=>50),
      +		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>'$conf->mymodule->enabled', 'priority'=>50)
       		// );
       
       
      
      From b271e1a3b0517a2441f8371524c64f744f3b72bd Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 10 Nov 2018 07:27:20 +0100
      Subject: [PATCH 0847/1013] The variable $i seems to be never defined.
      
      ---
       htdocs/product/class/api_products.class.php | 14 ++++++++------
       1 file changed, 8 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php
      index 30940c95509..6d84a6d1352 100644
      --- a/htdocs/product/class/api_products.class.php
      +++ b/htdocs/product/class/api_products.class.php
      @@ -110,7 +110,7 @@ class Products extends DolibarrApi
            * @param  string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.tobuy:=:0) and (t.tosell:=:1)"
            * @return array                Array of product objects
            */
      -    function index($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode=0, $category=0, $sqlfilters = '')
      +    function index($sortfield = "t.ref", $sortorder = 'ASC', $limit = 100, $page = 0, $mode = 0, $category = 0, $sqlfilters = '')
           {
               global $db, $conf;
       
      @@ -129,11 +129,12 @@ class Products extends DolibarrApi
                   $sql.= " AND c.fk_categorie = ".$db->escape($category);
                   $sql.= " AND c.fk_product = t.rowid ";
               }
      -        // Show products
      -        if ($mode == 1) { $sql.= " AND t.fk_product_type = 0";
      -        }
      -        // Show services
      -        if ($mode == 2) { $sql.= " AND t.fk_product_type = 1";
      +        if ($mode == 1) {
      +            // Show only products
      +            $sql.= " AND t.fk_product_type = 0";
      +        } elseif ($mode == 2) { 
      +            // Show only services
      +            $sql.= " AND t.fk_product_type = 1";
               }
               // Add sql filters
               if ($sqlfilters) {
      @@ -158,6 +159,7 @@ class Products extends DolibarrApi
               if ($result) {
                   $num = $db->num_rows($result);
                   $min = min($num, ($limit <= 0 ? $num : $limit));
      +            $i = 0;
                   while ($i < $min)
                   {
                       $obj = $db->fetch_object($result);
      
      From 2514cf4a9629b7203ec33393e34cceb6aab10e64 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 10 Nov 2018 07:32:22 +0100
      Subject: [PATCH 0848/1013] Update actions_ticket.class.php
      
      ---
       htdocs/ticket/class/actions_ticket.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index bf1e73404f1..c53496b674c 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -849,7 +849,7 @@ class ActionsTicket
                   $id = $object->createTicketMessage($user);
                   if ($id <= 0) {
                       $error++;
      -                $this->errors = $object->error;
      +                $this->error = $object->error;
                       $this->errors = $object->errors;
                       $action = 'add_message';
                   }
      
      From c2ee9ba9dba0974f9e276b659b1a9bed98b83e88 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 10 Nov 2018 07:38:55 +0100
      Subject: [PATCH 0849/1013] Update actions_ticket.class.php
      
      ---
       htdocs/ticket/class/actions_ticket.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
      index c53496b674c..8f3c6985ac3 100644
      --- a/htdocs/ticket/class/actions_ticket.class.php
      +++ b/htdocs/ticket/class/actions_ticket.class.php
      @@ -845,7 +845,7 @@ class ActionsTicket
               }
       
               if (!$error) {
      -            $object->message = GETPOST("message");
      +            $object->message = (string) GETPOST("message");
                   $id = $object->createTicketMessage($user);
                   if ($id <= 0) {
                       $error++;
      
      From 20acf440a3cfcb84c72412359547f3054fbd02e2 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 10 Nov 2018 07:55:01 +0100
      Subject: [PATCH 0850/1013] Update api_products.class.php
      
      ---
       htdocs/product/class/api_products.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php
      index 6d84a6d1352..afacbb158b5 100644
      --- a/htdocs/product/class/api_products.class.php
      +++ b/htdocs/product/class/api_products.class.php
      @@ -132,7 +132,7 @@ class Products extends DolibarrApi
               if ($mode == 1) {
                   // Show only products
                   $sql.= " AND t.fk_product_type = 0";
      -        } elseif ($mode == 2) { 
      +        } elseif ($mode == 2) {
                   // Show only services
                   $sql.= " AND t.fk_product_type = 1";
               }
      
      From 20a3dd86cdd1477f65fffe6de702ac4d2df80e85 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Sat, 10 Nov 2018 11:07:01 +0100
      Subject: [PATCH 0851/1013] 2018-11-08
      
      no change for dolibarr but better for integration and development
      ---
       htdocs/stripe/config.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php
      index b348b9752c3..cea97efe0a3 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-10-31"); // force version API
      +\Stripe\Stripe::setApiVersion("2018-11-08"); // force version API
      
      From 8893d8d59fcf08637e9465d5f3b0a4c3a0c6590d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 10 Nov 2018 11:56:23 +0100
      Subject: [PATCH 0852/1013] Fix compatiblity with new version of PHP
      
      ---
       htdocs/exports/class/export.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/exports/class/export.class.php b/htdocs/exports/class/export.class.php
      index 7ab55fd4e53..8e3e3b04767 100644
      --- a/htdocs/exports/class/export.class.php
      +++ b/htdocs/exports/class/export.class.php
      @@ -131,11 +131,11 @@ class Export
           									//print_r("$perm[0]-$perm[1]-$perm[2]<br>");
           									if (! empty($perm[2]))
           									{
      -    										$bool=$user->rights->$perm[0]->$perm[1]->$perm[2];
      +    										$bool=$user->rights->{$perm[0]}->{$perm[1]}->{$perm[2]};
           									}
           									else
           									{
      -    										$bool=$user->rights->$perm[0]->$perm[1];
      +    										$bool=$user->rights->{$perm[0]}->{$perm[1]};
           									}
           									if ($perm[0]=='user' && $user->admin) $bool=true;
           									if (! $bool) break;
      
      From ed3a333436f6293c0298c540bee1df727c63d74c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 10 Nov 2018 13:11:18 +0100
      Subject: [PATCH 0853/1013] Fix phpcs
      
      ---
       htdocs/accountancy/admin/export.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
      index 03538b759e7..6ef4bdda90b 100644
      --- a/htdocs/accountancy/admin/export.php
      +++ b/htdocs/accountancy/admin/export.php
      @@ -44,7 +44,7 @@ if (empty($user->rights->accounting->chartofaccount))
       $action = GETPOST('action', 'aZ09');
       
       // Parameters ACCOUNTING_EXPORT_*
      -$main_option = array (
      +$main_option = array(
           'ACCOUNTING_EXPORT_PREFIX_SPEC',
       );
       
      
      From 52f35d8038fcb4afc2333ca1c4af8cb78e3d85f0 Mon Sep 17 00:00:00 2001
      From: delcroix Patrick <delcroip@gmail.com>
      Date: Sat, 10 Nov 2018 14:59:46 +0100
      Subject: [PATCH 0854/1013] to support proposal_supplier insert
      
      proposal_supplier has 17 char when the elementtype column can take only 16 char
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 8f51d9f00c4..db0716851b8 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
      @@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
       ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
      -
      +Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(18)
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
       
      
      From 5c96689c874e11c30ee5554396083c017d8743c6 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Sat, 10 Nov 2018 15:02:50 +0100
      Subject: [PATCH 0855/1013] Fix Invalid argument supplied for foreach()
      
      ---
       htdocs/core/tpl/extrafields_list_search_sql.tpl.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      index d5b52085059..b0c97265682 100644
      --- a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      @@ -10,7 +10,7 @@ if (empty($conf) || ! is_object($conf))
       if (empty($extrafieldsobjectkey) && is_object($object)) $extrafieldsobjectkey=$object->table_element;
       
       // Loop to complete the sql search criterias from extrafields
      -if (! empty($extrafieldsobjectkey))	// $extrafieldsobject is the $object->table_element like 'societe', 'socpeople', ...
      +if (! empty($extrafieldsobjectkey) && ! empty($search_array_options))	// $extrafieldsobject is the $object->table_element like 'societe', 'socpeople', ...
       {
       	foreach ($search_array_options as $key => $val)
       	{
      @@ -32,4 +32,4 @@ if (! empty($extrafieldsobjectkey))	// $extrafieldsobject is the $object->table_
       			$sql .= natural_search('ef.'.$tmpkey, $crit, $mode_search);
       		}
       	}
      -}
      \ No newline at end of file
      +}
      
      From 80782a366e728ab76c568b0a3df47547c3b682a8 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Sat, 10 Nov 2018 15:04:38 +0100
      Subject: [PATCH 0856/1013] Fix Invalid argument supplied for foreach()
      
      ---
       htdocs/core/tpl/extrafields_list_search_param.tpl.php | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/extrafields_list_search_param.tpl.php b/htdocs/core/tpl/extrafields_list_search_param.tpl.php
      index 6cda8721dcd..dfc9e59d0f8 100644
      --- a/htdocs/core/tpl/extrafields_list_search_param.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_search_param.tpl.php
      @@ -8,9 +8,12 @@ if (empty($conf) || ! is_object($conf))
       }
       
       // Loop to complete $param for extrafields
      +if (! empty($search_array_options))	// $extrafieldsobject is the $object->table_element like 'societe', 'socpeople', ...
      +{
       foreach ($search_array_options as $key => $val)
       {
       	$crit=$val;
       	$tmpkey=preg_replace('/search_options_/','',$key);
       	if ($val != '') $param.='&search_options_'.$tmpkey.'='.urlencode($val);
      -}
      \ No newline at end of file
      +}
      +}
      
      From de259e9db6b14a407c9cfa382e9b772e78f9dc36 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 11 Nov 2018 14:36:35 +0100
      Subject: [PATCH 0857/1013] Code comment
      
      ---
       htdocs/admin/system/dolibarr.php |  3 +++
       htdocs/comm/action/card.php      | 34 ++++++++++++++++----------------
       2 files changed, 20 insertions(+), 17 deletions(-)
      
      diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php
      index 99a07c17248..b56f1fc307a 100644
      --- a/htdocs/admin/system/dolibarr.php
      +++ b/htdocs/admin/system/dolibarr.php
      @@ -142,6 +142,9 @@ print '<tr class="oddeven"><td>'.$langs->trans("SessionName").'</td><td colspan=
       print '<tr class="oddeven"><td>'.$langs->trans("SessionId").'</td><td colspan="2">'.session_id().'</td></tr>'."\n";
       print '<tr class="oddeven"><td>'.$langs->trans("CurrentSessionTimeOut").'</td><td>'.ini_get('session.gc_maxlifetime').' '.$langs->trans("seconds");
       print '</td><td align="right">';
      +print '<!-- session.gc_maxlifetime = '.ini_get("session.gc_maxlifetime").' -->'."\n";
      +print '<!-- session.gc_probability = '.ini_get("session.gc_probability").' -->'."\n";
      +print '<!-- session.gc_divisor = '.ini_get("session.gc_divisor").' -->'."\n";
       print $form->textwithpicto('',$langs->trans("SessionExplanation",ini_get("session.gc_probability"),ini_get("session.gc_divisor")));
       print "</td></tr>\n";
       print '<tr class="oddeven"><td>'.$langs->trans("CurrentTheme").'</td><td colspan="2">'.$conf->theme.'</td></tr>'."\n";
      diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
      index 4e8b87eb591..773ef31dff0 100644
      --- a/htdocs/comm/action/card.php
      +++ b/htdocs/comm/action/card.php
      @@ -252,19 +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;
      @@ -888,17 +888,17 @@ if ($action == 'create')
       	{
       		// Projet associe
       		$langs->load("projects");
      -		
      +
       		$projectid = GETPOST('projectid', 'int');
       
       		print '<tr><td class="titlefieldcreate">'.$langs->trans("Project").'</td><td id="project-input-container" >';
       
       		$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 () {
      @@ -911,11 +911,11 @@ if ($action == 'create')
                         });
                      })';
       		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"):'';
      @@ -1230,7 +1230,7 @@ if ($id > 0)
       	    		$listofuserid=json_decode($_SESSION['assignedtouser'], true);
       	    	}
       	    }
      -	    $listofcontactid=$object->socpeopleassigned;	// Contact assigned (not used yet)
      +	    $listofcontactid=$object->socpeopleassigned;	// Contact assigned
       	    $listofotherid=$object->otherassigned;			// Other undefined email (not used yet)
       
       	    print '<tr><td class="tdtop nowrap fieldrequired">'.$langs->trans("ActionAssignedTo").'</td><td colspan="3">';
      @@ -1309,14 +1309,14 @@ if ($id > 0)
       			include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
                   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 () {
      @@ -1329,10 +1329,10 @@ if ($id > 0)
                         });
                      })';
       			    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
      @@ -1343,7 +1343,7 @@ if ($id > 0)
       			    print '<input type="hidden" name="elementtype" value="'.$object->elementtype.'">';
       			    print '</td>';
       			}
      -			
      +
       			print '</tr>';
       		}
       
      
      From 0b57faa7b41814f4a6713e85e7a43f7ab42f3a6b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 11 Nov 2018 14:42:11 +0100
      Subject: [PATCH 0858/1013] Fix help
      
      ---
       htdocs/admin/system/dolibarr.php | 2 +-
       htdocs/langs/en_US/admin.lang    | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php
      index b56f1fc307a..133eab3e74c 100644
      --- a/htdocs/admin/system/dolibarr.php
      +++ b/htdocs/admin/system/dolibarr.php
      @@ -140,7 +140,7 @@ print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Session")
       print '<tr class="oddeven"><td>'.$langs->trans("SessionSavePath").'</td><td colspan="2">'.session_save_path().'</td></tr>'."\n";
       print '<tr class="oddeven"><td>'.$langs->trans("SessionName").'</td><td colspan="2">'.session_name().'</td></tr>'."\n";
       print '<tr class="oddeven"><td>'.$langs->trans("SessionId").'</td><td colspan="2">'.session_id().'</td></tr>'."\n";
      -print '<tr class="oddeven"><td>'.$langs->trans("CurrentSessionTimeOut").'</td><td>'.ini_get('session.gc_maxlifetime').' '.$langs->trans("seconds");
      +print '<tr class="oddeven"><td>'.$langs->trans("CurrentSessionTimeOut").' (session.gc_maxlifetime)</td><td>'.ini_get('session.gc_maxlifetime').' '.$langs->trans("seconds");
       print '</td><td align="right">';
       print '<!-- session.gc_maxlifetime = '.ini_get("session.gc_maxlifetime").' -->'."\n";
       print '<!-- session.gc_probability = '.ini_get("session.gc_probability").' -->'."\n";
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index df20e274451..2741b48ac83 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1076,7 +1076,7 @@ DisplayDesc=You can choose each parameter related to the Dolibarr look and feel
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here is.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
       TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
      
      From 35419fa2067506890835d6c5900970e2fe32b5f3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 11 Nov 2018 15:06:08 +0100
      Subject: [PATCH 0859/1013] Dolibarize code
      
      ---
       .../modulebuilder/template/myobject_list.php  | 41 +++++++-------
       htdocs/ticket/class/ticket.class.php          |  4 +-
       htdocs/ticket/list.php                        | 54 ++++++++++---------
       3 files changed, 54 insertions(+), 45 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
      index 8d0f89104ef..4150ca75ca7 100644
      --- a/htdocs/modulebuilder/template/myobject_list.php
      +++ b/htdocs/modulebuilder/template/myobject_list.php
      @@ -147,8 +147,6 @@ $arrayfields = dol_sort_array($arrayfields, 'position');
       
       /*
        * Actions
      - *
      - * Put here all code to do according to value of "$action" parameter
        */
       
       if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; }
      @@ -192,8 +190,6 @@ if (empty($reshook))
       
       /*
        * View
      - *
      - * Put here all code to render page
        */
       
       $form=new Form($db);
      @@ -402,11 +398,11 @@ print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"")
       print '<tr class="liste_titre">';
       foreach($object->fields as $key => $val)
       {
      -	$align='';
      -	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -	if ($key == 'status') $align.=($align?' ':'').'center';
      -	if (! empty($arrayfields['t.'.$key]['checked'])) print '<td class="liste_titre'.($align?' '.$align:'').'"><input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag($search[$key]).'"></td>';
      +	$cssforfield='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +	if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
      +	if (! empty($arrayfields['t.'.$key]['checked'])) print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'"><input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag($search[$key]).'"></td>';
       }
       // Extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
      @@ -428,11 +424,14 @@ print '</tr>'."\n";
       print '<tr class="liste_titre">';
       foreach($object->fields as $key => $val)
       {
      -	$align='';
      -	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -	if ($key == 'status') $align.=($align?' ':'').'center';
      -	if (! empty($arrayfields['t.'.$key]['checked'])) print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($align?'class="'.$align.'"':''), $sortfield, $sortorder, $align.' ')."\n";
      +	$cssforfield='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +	if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
      +	if (! empty($arrayfields['t.'.$key]['checked']))
      +	{
      +		print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($cssforfield?'class="'.$cssforfield.'"':''), $sortfield, $sortorder, ($cssforfield?$cssforfield.' ':''))."\n";
      +	}
       }
       // Extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
      @@ -475,14 +474,18 @@ while ($i < min($num, $limit))
       	print '<tr class="oddeven">';
       	foreach($object->fields as $key => $val)
       	{
      -		$align='';
      -		if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -		if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -		if ($key == 'status') $align.=($align?' ':'').'center';
      +		$cssforfield='';
      +		if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +		if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +		if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
       		if (! empty($arrayfields['t.'.$key]['checked']))
       		{
       			print '<td';
      -			if ($align) print ' class="'.$align.'"';
      +			if ($cssforfield || $val['css']) print ' class="';
      +			print $cssforfield;
      +			if ($cssforfield && $val['css']) print ' ';
      +			print $val['css'];
      +			if ($cssforfield || $val['css']) print '"';
       			print '>';
       			print $object->showOutputField($val, $key, $obj->$key, '');
       			print '</td>';
      diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php
      index 03aec1eb818..2ac28f6b81b 100644
      --- a/htdocs/ticket/class/ticket.class.php
      +++ b/htdocs/ticket/class/ticket.class.php
      @@ -180,9 +180,9 @@ class Ticket extends CommonObject
           public $fields=array(
               'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'position'=>1, 'visible'=>-2, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>"Id"),
           	'entity' => array('type'=>'integer', 'label'=>'Entity', 'visible'=>0, 'enabled'=>1, 'position'=>5, 'notnull'=>1, 'index'=>1),
      -    	'ref' => array('type'=>'varchar(128)', 'label'=>'Ref', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>"Reference of object", 'css'=>'aaa'),
      +    	'ref' => array('type'=>'varchar(128)', 'label'=>'Ref', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>"Reference of object", 'css'=>''),
       	    'track_id' => array('type'=>'varchar(255)', 'label'=>'TrackID', 'visible'=>0, 'enabled'=>1, 'position'=>11, 'notnull'=>-1, 'searchall'=>1, 'help'=>"Help text"),
      -	    'fk_user_create' => array('type'=>'integer:User:user/class/user.class.php', 'label'=>'Author', 'visible'=>1, 'enabled'=>1, 'position'=>15, 'notnull'=>1),
      +	    'fk_user_create' => array('type'=>'integer:User:user/class/user.class.php', 'label'=>'Author', 'visible'=>1, 'enabled'=>1, 'position'=>15, 'notnull'=>1, 'css'=>'nowraponall'),
           	'origin_email' => array('type'=>'mail', 'label'=>'OriginEmail', 'visible'=>1, 'enabled'=>1, 'position'=>16, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>"Reference of object"),
           	'subject' => array('type'=>'varchar(255)', 'label'=>'Subject', 'visible'=>1, 'enabled'=>1, 'position'=>18, 'notnull'=>-1, 'searchall'=>1, 'help'=>""),
           	'type_code' => array('type'=>'varchar(32)', 'label'=>'Type', 'visible'=>1, 'enabled'=>1, 'position'=>20, 'notnull'=>-1, 'searchall'=>1, 'help'=>"", 'css'=>'maxwidth100'),
      diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
      index 545a5fcf1ed..4fa2698fad2 100644
      --- a/htdocs/ticket/list.php
      +++ b/htdocs/ticket/list.php
      @@ -38,7 +38,7 @@ $langs->loadLangs(array("ticket","companies","other","projects"));
       
       
       // Get parameters
      -$action     = GETPOST('action','alpha')?GETPOST('action','alpha'):'view';				// The action 'add', 'create', 'edit', 'update', 'view', ...
      +$action     = GETPOST('action','aZ09')?GETPOST('action','aZ09'):'view';				// The action 'add', 'create', 'edit', 'update', 'view', ...
       $massaction = GETPOST('massaction','alpha');											// The bulk action (combo box choice into lists)
       $show_files = GETPOST('show_files','int');												// Show files area generated by bulk actions ?
       $confirm    = GETPOST('confirm','alpha');												// Result of a confirmation
      @@ -62,7 +62,7 @@ $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
      +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;
      @@ -74,7 +74,6 @@ $diroutputmassaction=$conf->ticket->dir_output . '/temp/massgeneration/'.$user->
       if ($socid > 0)       $hookmanager->initHooks(array('thirdpartyticket'));
       elseif ($project > 0) $hookmanager->initHooks(array('projectticket'));
       else $hookmanager->initHooks(array('ticketlist'));
      -
       // Fetch optionals attributes and labels
       $extralabels = $extrafields->fetch_name_optionals_label('ticket');
       $search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');
      @@ -186,7 +185,7 @@ $user_assign = new User($db);
       $user_create = new User($db);
       $socstatic = new Societe($db);
       
      -$help_url = 'FR:DocumentationModuleTicket';
      +$help_url = '';
       $title = $langs->trans('TicketList');
       
       llxHeader('', $title, $help_url);
      @@ -435,7 +434,7 @@ $arrayofmassactions =  array(
       	//'builddoc'=>$langs->trans("PDFMerge"),
       );
       if ($user->rights->ticket->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"].'">';
      @@ -518,30 +517,30 @@ print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"")
       print '<tr class="liste_titre">';
       foreach($object->fields as $key => $val)
       {
      -	$align='';
      -	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -	if ($key == 'status') $align.=($align?' ':'').'center';
      +	$cssforfield='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +	if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
       	if (! empty($arrayfields['t.'.$key]['checked'])) {
       		if ($key == 'type_code') {
      -			print '<td class="liste_titre'.($align?' '.$align:'').'">';
      +			print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'">';
       			$formTicket->selectTypesTickets(dol_escape_htmltag($search[$key]), 'search_'.$key.'', '', 0, 1, 1, 0, ($val['css']?$val['css']:'maxwidth200'));
       			print '</td>';
       		} elseif ($key == 'category_code') {
      -			print '<td class="liste_titre'.($align?' '.$align:'').'">';
      +			print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'">';
       			$formTicket->selectCategoriesTickets(dol_escape_htmltag($search[$key]), 'search_'.$key.'', '', 0, 1, 1, 0, ($val['css']?$val['css']:'maxwidth200'));
       			print '</td>';
       		} elseif ($key == 'severity_code') {
      -			print '<td class="liste_titre'.($align?' '.$align:'').'">';
      +			print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'">';
       			$formTicket->selectSeveritiesTickets(dol_escape_htmltag($search[$key]), 'search_'.$key.'', '', 0, 1, 1, 0, ($val['css']?$val['css']:'maxwidth200'));
       			print '</td>';
       		} elseif ($key == 'fk_statut') {
      -			print '<td class="liste_titre'.($align?' '.$align:'').'">';
      +			print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'">';
       			$object->printSelectStatus(dol_escape_htmltag($search[$key]));
       			print '</td>';
       		}
       		else {
      -			print '<td class="liste_titre'.($align?' '.$align:'').'"><input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag($search[$key]).'"></td>';
      +			print '<td class="liste_titre'.($cssforfield?' '.$cssforfield:'').'"><input type="text" class="flat maxwidth75" name="search_'.$key.'" value="'.dol_escape_htmltag($search[$key]).'"></td>';
       		}
       	}
       }
      @@ -565,11 +564,14 @@ print '</tr>'."\n";
       print '<tr class="liste_titre">';
       foreach($object->fields as $key => $val)
       {
      -	$align='';
      -	if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -	if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -	if ($key == 'status') $align.=($align?' ':'').'center';
      -	if (! empty($arrayfields['t.'.$key]['checked'])) print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($align?'class="'.$align.'"':''), $sortfield, $sortorder, $align.' ')."\n";
      +	$cssforfield='';
      +	if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +	if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +	if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
      +	if (! empty($arrayfields['t.'.$key]['checked']))
      +	{
      +		print getTitleFieldOfList($arrayfields['t.'.$key]['label'], 0, $_SERVER['PHP_SELF'], 't.'.$key, '', $param, ($cssforfield?'class="'.$cssforfield.'"':''), $sortfield, $sortorder, ($cssforfield?$cssforfield.' ':''))."\n";
      +	}
       }
       // Extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
      @@ -612,14 +614,18 @@ while ($i < min($num, $limit))
       	print '<tr class="oddeven">';
       	foreach($object->fields as $key => $val)
       	{
      -		$align='';
      -		if (in_array($val['type'], array('date','datetime','timestamp'))) $align.=($align?' ':'').'center';
      -		if (in_array($val['type'], array('timestamp'))) $align.=($align?' ':'').'nowrap';
      -		if ($key == 'status') $align.=($align?' ':'').'center';
      +		$cssforfield='';
      +		if (in_array($val['type'], array('date','datetime','timestamp'))) $cssforfield.=($cssforfield?' ':'').'center';
      +		if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
      +		if ($key == 'status') $cssforfield.=($cssforfield?' ':'').'center';
       		if (! empty($arrayfields['t.'.$key]['checked']))
       		{
       			print '<td';
      -			if ($align) print ' class="'.$align.'"';
      +			if ($cssforfield || $val['css']) print ' class="';
      +			print $cssforfield;
      +			if ($cssforfield && $val['css']) print ' ';
      +			print $val['css'];
      +			if ($cssforfield || $val['css']) print '"';
       			print '>';
       			print $object->showOutputField($val, $key, $obj->$key, '');
       			print '</td>';
      
      From 2985d9cfbf9ffdcf468ff059e2629235847a8e71 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 11 Nov 2018 17:27:16 +0100
      Subject: [PATCH 0860/1013] Update 8.0.0-9.0.0.sql
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 db0716851b8..996fdb79b17 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
      @@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
       ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
      -Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(18)
      +Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32)
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
       
      
      From f022be3a4796dad0fb1f19f72a7004490c90b971 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 11 Nov 2018 17:28:17 +0100
      Subject: [PATCH 0861/1013] FIX #9992
      
      ---
       htdocs/install/mysql/tables/llx_c_action_trigger.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/install/mysql/tables/llx_c_action_trigger.sql b/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      index 4f7dbccc786..164e1b1eeee 100644
      --- a/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      +++ b/htdocs/install/mysql/tables/llx_c_action_trigger.sql
      @@ -22,7 +22,7 @@
       create table llx_c_action_trigger
       (
         rowid			integer AUTO_INCREMENT PRIMARY KEY,
      -  elementtype	varchar(24) 			NOT NULL,
      +  elementtype	varchar(32) 			NOT NULL,
         code			varchar(32)				NOT NULL,
         label			varchar(128)			NOT NULL,
         description	varchar(255),
      
      From 71b42338d12f2e8836096f287bed4182af0b20d9 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Mon, 12 Nov 2018 11:24:07 +0100
      Subject: [PATCH 0862/1013] Fix SQL migration
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 996fdb79b17..865f2b5988c 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
      @@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
       ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
      -Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32)
      +Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32);
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
       
      
      From 5eb897e049748930273ab2e32c8f38d9d706ef69 Mon Sep 17 00:00:00 2001
      From: tarrsalah <tarrsalah@gmail.com>
      Date: Mon, 12 Nov 2018 12:11:40 +0100
      Subject: [PATCH 0863/1013] FIX sql query performance on
       list_qualified_avoir_supplier_invoices.
      
      ---
       htdocs/fourn/class/fournisseur.facture.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
      index bbf5694fc2c..2d241ad6dcb 100644
      --- a/htdocs/fourn/class/fournisseur.facture.class.php
      +++ b/htdocs/fourn/class/fournisseur.facture.class.php
      @@ -1809,10 +1809,10 @@ class FactureFournisseur extends CommonInvoice
       		$sql = "SELECT f.rowid as rowid, f.ref, f.fk_statut, f.type, f.paye, pf.fk_paiementfourn";
       		$sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn as f";
       		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn";
      -		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."facture_fourn as ff ON (f.rowid = ff.fk_facture_source AND ff.type=".self::TYPE_REPLACEMENT.")";
       		$sql.= " WHERE f.entity = ".$conf->entity;
       		$sql.= " AND f.fk_statut in (".self::STATUS_VALIDATED.",".self::STATUS_CLOSED.")";
      -		$sql.= " AND ff.type IS NULL";									// Renvoi vrai si pas facture de remplacement
      +        $sql.= " AND NOT EXISTS (SELECT rowid from ".MAIN_DB_PREFIX."facture_fourn as ff WHERE f.rowid = ff.fk_facture_source";
      +        $sql.= " AND ff.type=".self::TYPE_REPLACEMENT.")";
       		$sql.= " AND f.type != ".self::TYPE_CREDIT_NOTE;				// Type non 2 si facture non avoir
       		if ($socid > 0) $sql.=" AND f.fk_soc = ".$socid;
       		$sql.= " ORDER BY f.ref";
      
      From 5a7cb95b7213704d3e8f282d02a16b5316f206cb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 12 Nov 2018 14:49:08 +0100
      Subject: [PATCH 0864/1013] FIX filter on entity must be done as soon as we
       don't search on rowid.
      
      ---
       htdocs/contact/class/contact.class.php | 21 ++++++++++++++-------
       1 file changed, 14 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
      index b5e8cd33517..0e9921e8700 100644
      --- a/htdocs/contact/class/contact.class.php
      +++ b/htdocs/contact/class/contact.class.php
      @@ -682,12 +682,13 @@ class Contact extends CommonObject
       	/**
       	 *  Load object contact
       	 *
      -	 *  @param      int		$id          id du contact
      -	 *  @param      User	$user        Utilisateur (abonnes aux alertes) qui veut les alertes de ce contact
      -     *  @param      string  $ref_ext     External reference, not given by Dolibarr
      -	 *  @return     int     		     -1 if KO, 0 if OK but not found, 1 if OK
      +	 *  @param      int		$id         id du contact
      +	 *  @param      User	$user       Utilisateur (abonnes aux alertes) qui veut les alertes de ce contact
      +     *  @param      string  $ref_ext    External reference, not given by Dolibarr
      +     *  @param		string	$email		Email
      +	 *  @return     int     		    -1 if KO, 0 if OK but not found, 1 if OK
       	 */
      -	function fetch($id, $user=0, $ref_ext='')
      +	function fetch($id, $user=0, $ref_ext='', $email='')
       	{
       		global $langs;
       
      @@ -721,9 +722,15 @@ class Contact extends CommonObject
       		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user as u ON c.rowid = u.fk_socpeople";
       		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON c.fk_soc = s.rowid";
       		if ($id) $sql.= " WHERE c.rowid = ". $id;
      -		elseif ($ref_ext) {
      +		else
      +		{
       			$sql .= " WHERE c.entity IN (".getEntity($this->element).")";
      -			$sql .= " AND c.ref_ext = '".$this->db->escape($ref_ext)."'";
      +			if ($ref_ext) {
      +				$sql .= " AND c.ref_ext = '".$this->db->escape($ref_ext)."'";
      +			}
      +			if ($email) {
      +				$sql .= " AND c.email = '".$this->db->escape($email)."'";
      +			}
       		}
       
       		$resql=$this->db->query($sql);
      
      From 01e7b5747d3ece7bb4623c8889ffa98ebb39bc7c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 12 Nov 2018 15:27:59 +0100
      Subject: [PATCH 0865/1013] FIX user param is null not 0 when not defined FIX
       properties email_xx were not set
      
      ---
       htdocs/admin/emailcollector_card.php          |   2 +-
       htdocs/contact/class/contact.class.php        |   8 +-
       htdocs/core/actions_sendmails.inc.php         |  14 +-
       .../class/emailcollector.class.php            | 234 +++++++++++++++---
       4 files changed, 218 insertions(+), 40 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 08656a9ee27..3cc79623342 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -466,7 +466,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '<td>';
       	$arrayoftypes=array('recordevent'=>'RecordEvent');
       	if ($conf->projet->enabled) $arrayoftypes['project']='CreateLeadAndThirdParty';
      -	print $form->selectarray('operationtype', $arrayoftypes, '', 0, 0, 0, '', 1);
      +	print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1);
       	print '</td><td>';
       	print '<input type="text" name="operationparam">';
       	print '</td>';
      diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
      index 0e9921e8700..3d247bfd5ca 100644
      --- a/htdocs/contact/class/contact.class.php
      +++ b/htdocs/contact/class/contact.class.php
      @@ -87,17 +87,17 @@ class Contact extends CommonObject
       
       	/**
       	 * @deprecated
      -	 * @see state_id
      +	 * @see $state_id
       	 */
       	public $fk_departement;
       	/**
       	 * @deprecated
      -	 * @see state_code
      +	 * @see $state_code
       	 */
       	public $departement_code;
       	/**
       	 * @deprecated
      -	 * @see state
      +	 * @see $state
       	 */
       	public $departement;
       	public $state_id;	        	// Id of department
      @@ -688,7 +688,7 @@ class Contact extends CommonObject
            *  @param		string	$email		Email
       	 *  @return     int     		    -1 if KO, 0 if OK but not found, 1 if OK
       	 */
      -	function fetch($id, $user=0, $ref_ext='', $email='')
      +	function fetch($id, $user=null, $ref_ext='', $email='')
       	{
       		global $langs;
       
      diff --git a/htdocs/core/actions_sendmails.inc.php b/htdocs/core/actions_sendmails.inc.php
      index 61c4b636758..9ffaceadb26 100644
      --- a/htdocs/core/actions_sendmails.inc.php
      +++ b/htdocs/core/actions_sendmails.inc.php
      @@ -427,8 +427,9 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
       						$object->socid			= $sendtosocid;	   // To link to a company
       						$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
      +						$object->actionmsg		= $actionmsg;      // Long text (@TODO Replace this with $message, we already have details of email in dedicated properties)
      +						$object->actionmsg2		= $actionmsg2;     // Short text ($langs->transnoentities('MailSentBy')...);
      +
       						$object->trackid        = $trackid;
       						$object->fk_element		= $object->id;
       						$object->elementtype	= $object->element;
      @@ -439,9 +440,14 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
       							$object->sendtouserid	= $sendtouserid;
       						}
       
      -						// TODO Set object->email_xxx properties
      +						$object->email_msgid = $mailfile->msgid;	// @TODO Set msgid into $mailfile after sending
      +						$object->email_from = $from;
      +						$object->email_subject = $subject;
      +						$object->email_to = $sendto;
      +						$object->email_tocc = $sendtocc;
      +						$object->email_tobcc = $sendtobcc;
      +						$object->email_subject = $subject;
       						$object->email_msgid = $mailfile->msgid;
      -						//...
       
       						// Call of triggers
       						if (! empty($trigger_name))
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 8769e0a70c9..ccf303949ec 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -23,8 +23,11 @@
       
       // Put here all includes required by your class file
       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';
      +require_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
      +require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
      +require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
      +require_once DOL_DOCUMENT_ROOT . '/compta/facture/class/facture.class.php';
      +
       
       /**
        * Class for EmailCollector
      @@ -647,6 +650,25 @@ class EmailCollector extends CommonObject
       	}
       
       
      +	/**
      +	 * Return the connectstring to use with IMAP connection function
      +	 *
      +	 * @return string
      +	 */
      +	function getConnectStringIMAP()
      +	{
      +		// Connect to IMAP
      +		$flags ='/service=imap';		// IMAP
      +		$flags.='/ssl';					// '/tls'
      +		$flags.='/novalidate-cert';
      +		//$flags.='/readonly';
      +		//$flags.='/debug';
      +
      +		$connectstringserver = '{'.$this->host.':993'.$flags.'}';
      +
      +		return $connectstringserver;
      +	}
      +
       	/**
       	 * Action executed by scheduler
       	 * CAN BE A CRON TASK. In such a case, paramerts come from the schedule job setup field 'Parameters'
      @@ -757,13 +779,16 @@ class EmailCollector extends CommonObject
       			if ($fromdate > 0) $search.=($search?' ':'').'SINCE '.dol_print_date($fromdate - 1,'dayhourrfc');
       		}
       		dol_syslog("search string = ".$search);
      -		//var_dump($search);exit;
      +		//var_dump($search);
       
       		$nbemailprocessed=0; $nbactiondone=0;
      +		$projectstatic=new Project($this->db);
      +		$thirdpartystatic=new Societe($this->db);
      +		$contactstatic=new Contact($this->db);
       
       		// Scan IMAP inbox
       		$arrayofemail= imap_search($connection, $search);
      -		//var_dump($arrayofemail);
      +		//var_dump($arrayofemail);exit;
       
       		// Loop on each email found
       		if (! empty($arrayofemail) && count($arrayofemail) > 0)
      @@ -778,14 +803,126 @@ class EmailCollector extends CommonObject
       
       				$overview = imap_fetch_overview($connection, $imapemail, 0);
       				$header = imap_fetchheader($connection, $imapemail, 0);
      -				$message = imap_body($connection, $imapemail, 0);
      -				// imap_fetchstructure($connection, $imapemail, 0);
      -				// imap_fetchbody($connection, $imapemail, 1) may be text/plain, 2 may be text/html
      +				//$message = imap_body($connection, $imapemail, 0);
      +				$structure = imap_fetchstructure($connection, $imapemail, 0);
      +				$partplain = $parthtml = -1;
      +				// Loop to get part html and plain
      +				foreach($structure->parts as $key => $part)
      +				{
      +					if ($part->subtype == 'HTML') $parthtml=$key;
      +					if ($part->subtype == 'PLAIN') $partplain=$key;
      +				}
       
      -				/*var_dump($overview);
      -				var_dump($header);
      -				var_dump($message);
      -				*/
      +				$matches=array();
      +				preg_match_all('/([^: ]+): (.+?(?:\r\n\s(?:.+?))*)\r\n/m', $header, $matches);
      +				$headers = array_combine($matches[1], $matches[2]);
      +				//var_dump($headers);
      +
      +				$messagetext = imap_fetchbody($connection, $imapemail, ($parthtml >= 0 ? $parthtml : ($partplain >= 0 ? $partplain : 0)));
      +
      +				//var_dump($overview);
      +				//var_dump($header);
      +				//var_dump($message);
      +				//var_dump($messagetext);
      +				$fromstring=$overview[0]->from;
      +				$sender=$overview[0]->sender;
      +				$to=$overview[0]->to;
      +				$sendtocc=$overview[0]->cc;
      +				$sendtobcc=$overview[0]->bcc;
      +				$date=$overview[0]->udate;
      +				$msgid=$overview[0]->message_id;
      +				$subject=$overview[0]->subject;
      +
      +				$reg=array();
      +				if (preg_match('/^(.*)<(.*)>$/', $fromstring, $reg))
      +				{
      +					$from=$reg[1];
      +					$fromtext=$reg[0];
      +				}
      +				else
      +				{
      +					$from = $fromstring;
      +					$fromtext='';
      +				}
      +				$fk_element_id = 0; $fk_element_type = '';
      +				$contactid = 0; $thirdpartyid = 0; $projectid = 0;
      +
      +				// Analyze TrackId
      +				$reg=array();
      +				if (! empty($headers['X-Dolibarr-TrackId']) && preg_match('/:\s*([a-z]+)([0-9]+)$/', $headers['X-Dolibarr-TrackId'], $reg))
      +				{
      +					$objectid = 0;
      +					$objectemail = null;
      +					if ($reg[0] == 'inv')
      +					{
      +						$objectid = $reg[1];
      +						$objectemail = new Facture($this->db);
      +					}
      +					if ($reg[0] == 'proj')
      +					{
      +						$objectid = $reg[1];
      +						$objectemail = new Project($this->db);
      +					}
      +					if ($reg[0] == 'con')
      +					{
      +						$objectid = $reg[1];
      +						$objectemail = new Contact($this->db);
      +					}
      +					if ($reg[0] == 'thi')
      +					{
      +						$objectid = $reg[1];
      +						$objectemail = new Societe($this->db);
      +					}
      +					if ($reg[0] == 'use')
      +					{
      +						$objectid = $reg[1];
      +						$objectemail = new User($this->db);
      +					}
      +
      +					$result = $objectemail->fetch($objectid);
      +					if ($result > 0)
      +					{
      +						$fk_element_id = $objectemail->id;
      +						$fk_element_type = $objectemail->element;
      +						// Fix fk_element_type
      +						if ($fk_element_type == 'facture') $fk_element_type = 'invoice';
      +
      +						$thirdpartyid = $objectemail->fk_soc;
      +						$projectid = isset($objectemail->fk_project)?$objectemail->fk_project:$objectemail->fk_projet;
      +					}
      +				}
      +
      +				// Project
      +				$projectstatic->id=0;
      +				if ($projectid > 0)
      +				{
      +					$result = $projectstatic->fetch($projectid);
      +					if ($result <= 0) $projectstatic->id = 0;
      +				}
      +				// Contact
      +				$contactstatic->id=0;
      +				if ($contactid > 0)
      +				{
      +					$result = $contactstatic->fetch($contactid);
      +					if ($result <= 0) $contactstatic->id = 0;
      +				}
      +				else	// Try to find contact using email
      +				{
      +					$contactstatic->fetch(0, null, '', $from);
      +				}
      +				// Thirdparty
      +				$thirdpartystatic->id=0;
      +				if ($thirdpartyid > 0)
      +				{
      +					$result = $thirdpartystatic->fetch($thirdpartyid);
      +					if ($result <= 0) $thirdpartystatic->id = 0;
      +				}
      +				else	// Try to find thirdparty using email
      +				{
      +					$thirdpartystatic->fetch(0, '', '', '', '', '', '', '', '', '', $from);
      +				}
      +
      +				require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
       
       				// Do operationss
       				foreach($this->actions as $operation)
      @@ -793,8 +930,60 @@ class EmailCollector extends CommonObject
       					if ($errorforactions) break;
       					if (empty($operation['status'])) continue;
       
      -					// Make Operation
       
      +					// Make Operation
      +					if ($operation['type'] == 'recordevent')
      +					{
      +						$actioncode = 'EMAIL_IN';
      +						var_dump($structure);
      +						// Insert record of emails sent
      +						$actioncomm = new ActionComm($this->db);
      +
      +						$actioncomm->type_code   = 'AC_OTH_AUTO';		// Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
      +						$actioncomm->code        = 'AC_'.$actioncode;
      +						$actioncomm->label       = $subject;
      +						$actioncomm->note        = $messagetext;
      +						$actioncomm->fk_project  = 0;
      +						$actioncomm->datep       = $date;
      +						$actioncomm->datef       = $date;
      +						$actioncomm->percentage  = -1;   // Not applicable
      +						$actioncomm->socid       = $thirdpartystatic->id;
      +						$actioncomm->contactid   = $contactstatic->id;
      +						$actioncomm->authorid    = $user->id;   // User saving action
      +						$actioncomm->userownerid = $user->id;	// Owner of action
      +						// Fields when action is en email (content should be added into note)
      +						$actioncomm->email_msgid = $msgid;
      +						$actioncomm->email_from  = $fromstring;
      +						$actioncomm->email_sender= $sender;
      +						$actioncomm->email_to    = $to;
      +						$actioncomm->email_tocc  = $sendtocc;
      +						$actioncomm->email_tobcc = $sendtobcc;
      +						$actioncomm->email_subject = $subject;
      +						$actioncomm->errors_to   = '';
      +
      +						$object->email_msgid = $mailfile->msgid;	// @TODO Set msgid into $mailfile after sending to have it defined here
      +						$object->email_from = $from;
      +						$object->email_subject = $subject;
      +						$object->email_to = $to;
      +						$object->email_tocc = $sendtocc;
      +						$object->email_tobcc = $sendtobcc;
      +						$object->email_subject = $subject;
      +
      +
      +						$actioncomm->fk_element  = $fk_element_id;
      +						$actioncomm->elementtype = $fk_element_type;
      +
      +						//$actioncomm->extraparams = $extraparams;
      +
      +						$result = $actioncomm->create($user);
      +						if ($result <= 0)
      +						{
      +							$errorforactions++;
      +							$this->errors = $actioncomm->errors;
      +						}
      +
      +					}
      +					var_dump($actioncomm);exit;
       
       
       					if (! $errorforactions)
      @@ -817,6 +1006,8 @@ class EmailCollector extends CommonObject
       
       				$nbemailprocessed++;
       
      +				unset($objectemail);
      +
       				$this->db->commit();
       			}
       
      @@ -840,23 +1031,4 @@ class EmailCollector extends CommonObject
       
       		return $error?-1:1;
       	}
      -
      -	/**
      -	 * Return the connectstring to use with IMAP connection function
      -	 *
      -	 * @return string
      -	 */
      -	function getConnectStringIMAP()
      -	{
      -		// Connect to IMAP
      -		$flags ='/service=imap';		// IMAP
      -		$flags.='/ssl';					// '/tls'
      -		$flags.='/novalidate-cert';
      -		//$flags.='/readonly';
      -		//$flags.='/debug';
      -
      -		$connectstringserver = '{'.$this->host.':993'.$flags.'}';
      -
      -		return $connectstringserver;
      -	}
       }
      
      From 66ea8bbe87ebe6763b7a660cfdcda8ef1dd22eea Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Mon, 12 Nov 2018 15:58:41 +0100
      Subject: [PATCH 0866/1013] FIX : fourn payment modes musn't be available on
       customer docs
      
      ---
       htdocs/comm/propal/card.php | 2 +-
       htdocs/commande/card.php    | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index c9f534820fb..49d54dd63f8 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -2045,7 +2045,7 @@ if ($action == 'create')
       	print '</tr></table>';
       	print '</td><td>';
       	if ($action == 'editmode') {
      -		$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'mode_reglement_id');
      +		$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'mode_reglement_id', 'CRDT');
       	} else {
       		$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'none');
       	}
      diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
      index 27fc1821a03..da7855b961b 100644
      --- a/htdocs/commande/card.php
      +++ b/htdocs/commande/card.php
      @@ -2196,7 +2196,7 @@ if ($action == 'create' && $user->rights->commande->creer)
       		print '</tr></table>';
       		print '</td><td>';
       		if ($action == 'editmode') {
      -			$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'mode_reglement_id');
      +			$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'mode_reglement_id', 'CRDT');
       		} else {
       			$form->form_modes_reglement($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->mode_reglement_id, 'none');
       		}
      
      From f404cae54609388431cb3925927b9756df2c604f Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Mon, 12 Nov 2018 16:04:42 +0100
      Subject: [PATCH 0867/1013] FIX : Same on customer card
      
      ---
       htdocs/comm/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
      index 2495d512c55..99fdc6dde76 100644
      --- a/htdocs/comm/card.php
      +++ b/htdocs/comm/card.php
      @@ -326,7 +326,7 @@ if ($id > 0)
       	print '</td><td>';
       	if ($action == 'editmode')
       	{
      -		$form->form_modes_reglement($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->mode_reglement_id,'mode_reglement_id');
      +		$form->form_modes_reglement($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->mode_reglement_id,'mode_reglement_id', 'CRDT');
       	}
       	else
       	{
      
      From ceae6ac376d3c2b8157af5bf3e04c88b52b44d38 Mon Sep 17 00:00:00 2001
      From: Tobias Elbert <elbert@wsoptics.de>
      Date: Mon, 12 Nov 2018 16:21:20 +0100
      Subject: [PATCH 0868/1013] fixed sql query error
      
      ---
       ...p conf.php.example index.html from societe | 285 ++++++++++++++++++
       htdocs/projet/class/projectstats.class.php    |   4 +-
       2 files changed, 287 insertions(+), 2 deletions(-)
       create mode 100644 htdocs/conf/elect conf.php conf.php.example index.html from societe
      
      diff --git a/htdocs/conf/elect conf.php conf.php.example index.html from societe b/htdocs/conf/elect conf.php conf.php.example index.html from societe
      new file mode 100644
      index 00000000000..490058ac324
      --- /dev/null
      +++ b/htdocs/conf/elect conf.php conf.php.example index.html from societe	
      @@ -0,0 +1,285 @@
      +                            List of relations
      + Schema |                  Name                   | Type  |    Owner     
      +--------+-----------------------------------------+-------+--------------
      + public | llx_accounting_account                  | table | dolibarr_dev
      + public | llx_accounting_bookkeeping              | table | dolibarr_dev
      + public | llx_accounting_bookkeeping_tmp          | table | dolibarr_dev
      + public | llx_accounting_fiscalyear               | table | dolibarr_dev
      + public | llx_accounting_journal                  | table | dolibarr_dev
      + public | llx_accounting_system                   | table | dolibarr_dev
      + public | llx_actioncomm                          | table | dolibarr_dev
      + public | llx_actioncomm_extrafields              | table | dolibarr_dev
      + public | llx_actioncomm_reminder                 | table | dolibarr_dev
      + public | llx_actioncomm_resources                | table | dolibarr_dev
      + public | llx_adherent                            | table | dolibarr_dev
      + public | llx_adherent_extrafields                | table | dolibarr_dev
      + public | llx_adherent_type                       | table | dolibarr_dev
      + public | llx_adherent_type_extrafields           | table | dolibarr_dev
      + public | llx_advtargetemailing                   | table | dolibarr_dev
      + public | llx_asset                               | table | dolibarr_dev
      + public | llx_asset_extrafields                   | table | dolibarr_dev
      + public | llx_asset_type                          | table | dolibarr_dev
      + public | llx_asset_type_extrafields              | table | dolibarr_dev
      + public | llx_bank                                | table | dolibarr_dev
      + public | llx_bank_account                        | table | dolibarr_dev
      + public | llx_bank_account_extrafields            | table | dolibarr_dev
      + public | llx_bank_categ                          | table | dolibarr_dev
      + public | llx_bank_class                          | table | dolibarr_dev
      + public | llx_bank_url                            | table | dolibarr_dev
      + public | llx_blockedlog                          | table | dolibarr_dev
      + public | llx_blockedlog_authority                | table | dolibarr_dev
      + public | llx_bookmark                            | table | dolibarr_dev
      + public | llx_bordereau_cheque                    | table | dolibarr_dev
      + public | llx_boxes                               | table | dolibarr_dev
      + public | llx_boxes_def                           | table | dolibarr_dev
      + public | llx_budget                              | table | dolibarr_dev
      + public | llx_budget_lines                        | table | dolibarr_dev
      + public | llx_c_accounting_category               | table | dolibarr_dev
      + public | llx_c_action_trigger                    | table | dolibarr_dev
      + public | llx_c_actioncomm                        | table | dolibarr_dev
      + public | llx_c_availability                      | table | dolibarr_dev
      + public | llx_c_barcode_type                      | table | dolibarr_dev
      + public | llx_c_chargesociales                    | table | dolibarr_dev
      + public | llx_c_civility                          | table | dolibarr_dev
      + public | llx_c_country                           | table | dolibarr_dev
      + public | llx_c_currencies                        | table | dolibarr_dev
      + public | llx_c_departements                      | table | dolibarr_dev
      + public | llx_c_ecotaxe                           | table | dolibarr_dev
      + public | llx_c_effectif                          | table | dolibarr_dev
      + public | llx_c_email_senderprofile               | table | dolibarr_dev
      + public | llx_c_email_templates                   | table | dolibarr_dev
      + public | llx_c_exp_tax_cat                       | table | dolibarr_dev
      + public | llx_c_exp_tax_range                     | table | dolibarr_dev
      + public | llx_c_field_list                        | table | dolibarr_dev
      + public | llx_c_format_cards                      | table | dolibarr_dev
      + public | llx_c_forme_juridique                   | table | dolibarr_dev
      + public | llx_c_holiday_types                     | table | dolibarr_dev
      + public | llx_c_hrm_department                    | table | dolibarr_dev
      + public | llx_c_hrm_function                      | table | dolibarr_dev
      + public | llx_c_incoterms                         | table | dolibarr_dev
      + public | llx_c_input_method                      | table | dolibarr_dev
      + public | llx_c_input_reason                      | table | dolibarr_dev
      + public | llx_c_lead_status                       | table | dolibarr_dev
      + public | llx_c_paiement                          | table | dolibarr_dev
      + public | llx_c_paiement_temp                     | table | dolibarr_dev
      + public | llx_c_paper_format                      | table | dolibarr_dev
      + public | llx_c_payment_term                      | table | dolibarr_dev
      + public | llx_c_price_expression                  | table | dolibarr_dev
      + public | llx_c_price_global_variable             | table | dolibarr_dev
      + public | llx_c_price_global_variable_updater     | table | dolibarr_dev
      + public | llx_c_propalst                          | table | dolibarr_dev
      + public | llx_c_prospectlevel                     | table | dolibarr_dev
      + public | llx_c_regions                           | table | dolibarr_dev
      + public | llx_c_revenuestamp                      | table | dolibarr_dev
      + public | llx_c_shipment_mode                     | table | dolibarr_dev
      + public | llx_c_stcomm                            | table | dolibarr_dev
      + public | llx_c_ticket_category                   | table | dolibarr_dev
      + public | llx_c_ticket_severity                   | table | dolibarr_dev
      + public | llx_c_ticket_type                       | table | dolibarr_dev
      + public | llx_c_tva                               | table | dolibarr_dev
      + public | llx_c_type_contact                      | table | dolibarr_dev
      + public | llx_c_type_container                    | table | dolibarr_dev
      + public | llx_c_type_fees                         | table | dolibarr_dev
      + public | llx_c_type_resource                     | table | dolibarr_dev
      + public | llx_c_typent                            | table | dolibarr_dev
      + public | llx_c_units                             | table | dolibarr_dev
      + public | llx_c_ziptown                           | table | dolibarr_dev
      + public | llx_categorie                           | table | dolibarr_dev
      + public | llx_categorie_account                   | table | dolibarr_dev
      + public | llx_categorie_contact                   | table | dolibarr_dev
      + public | llx_categorie_fournisseur               | table | dolibarr_dev
      + public | llx_categorie_lang                      | table | dolibarr_dev
      + public | llx_categorie_member                    | table | dolibarr_dev
      + public | llx_categorie_product                   | table | dolibarr_dev
      + public | llx_categorie_project                   | table | dolibarr_dev
      + public | llx_categorie_societe                   | table | dolibarr_dev
      + public | llx_categorie_user                      | table | dolibarr_dev
      + public | llx_categories_extrafields              | table | dolibarr_dev
      + public | llx_chargesociales                      | table | dolibarr_dev
      + public | llx_commande                            | table | dolibarr_dev
      + public | llx_commande_extrafields                | table | dolibarr_dev
      + public | llx_commande_fournisseur                | table | dolibarr_dev
      + public | llx_commande_fournisseur_dispatch       | table | dolibarr_dev
      + public | llx_commande_fournisseur_extrafields    | table | dolibarr_dev
      + public | llx_commande_fournisseur_log            | table | dolibarr_dev
      + public | llx_commande_fournisseurdet             | table | dolibarr_dev
      + public | llx_commande_fournisseurdet_extrafields | table | dolibarr_dev
      + public | llx_commandedet                         | table | dolibarr_dev
      + public | llx_commandedet_extrafields             | table | dolibarr_dev
      + public | llx_comment                             | table | dolibarr_dev
      + public | llx_const                               | table | dolibarr_dev
      + public | llx_contrat                             | table | dolibarr_dev
      + public | llx_contrat_extrafields                 | table | dolibarr_dev
      + public | llx_contratdet                          | table | dolibarr_dev
      + public | llx_contratdet_extrafields              | table | dolibarr_dev
      + public | llx_contratdet_log                      | table | dolibarr_dev
      + public | llx_cronjob                             | table | dolibarr_dev
      + public | llx_default_values                      | table | dolibarr_dev
      + public | llx_deplacement                         | table | dolibarr_dev
      + public | llx_document_model                      | table | dolibarr_dev
      + public | llx_don                                 | table | dolibarr_dev
      + public | llx_don_extrafields                     | table | dolibarr_dev
      + public | llx_ecm_directories                     | table | dolibarr_dev
      + public | llx_ecm_files                           | table | dolibarr_dev
      + public | llx_element_contact                     | table | dolibarr_dev
      + public | llx_element_element                     | table | dolibarr_dev
      + public | llx_element_lock                        | table | dolibarr_dev
      + public | llx_element_resources                   | table | dolibarr_dev
      + public | llx_element_tag                         | table | dolibarr_dev
      + public | llx_entrepot                            | table | dolibarr_dev
      + public | llx_establishment                       | table | dolibarr_dev
      + public | llx_event_element                       | table | dolibarr_dev
      + public | llx_events                              | table | dolibarr_dev
      + public | llx_expedition                          | table | dolibarr_dev
      + public | llx_expedition_extrafields              | table | dolibarr_dev
      + public | llx_expeditiondet                       | table | dolibarr_dev
      + public | llx_expeditiondet_batch                 | table | dolibarr_dev
      + public | llx_expeditiondet_extrafields           | table | dolibarr_dev
      + public | llx_expensereport                       | table | dolibarr_dev
      + public | llx_expensereport_det                   | table | dolibarr_dev
      + public | llx_expensereport_extrafields           | table | dolibarr_dev
      + public | llx_expensereport_ik                    | table | dolibarr_dev
      + public | llx_expensereport_rules                 | table | dolibarr_dev
      + public | llx_export_compta                       | table | dolibarr_dev
      + public | llx_export_model                        | table | dolibarr_dev
      + public | llx_extrafields                         | table | dolibarr_dev
      + public | llx_facture                             | table | dolibarr_dev
      + public | llx_facture_extrafields                 | table | dolibarr_dev
      + public | llx_facture_fourn                       | table | dolibarr_dev
      + public | llx_facture_fourn_det                   | table | dolibarr_dev
      + public | llx_facture_fourn_det_extrafields       | table | dolibarr_dev
      + public | llx_facture_fourn_extrafields           | table | dolibarr_dev
      + public | llx_facture_rec                         | table | dolibarr_dev
      + public | llx_facture_rec_extrafields             | table | dolibarr_dev
      + public | llx_facturedet                          | table | dolibarr_dev
      + public | llx_facturedet_extrafields              | table | dolibarr_dev
      + public | llx_facturedet_rec                      | table | dolibarr_dev
      + public | llx_fichinter                           | table | dolibarr_dev
      + public | llx_fichinter_extrafields               | table | dolibarr_dev
      + public | llx_fichinterdet                        | table | dolibarr_dev
      + public | llx_fichinterdet_extrafields            | table | dolibarr_dev
      + public | llx_holiday                             | table | dolibarr_dev
      + public | llx_holiday_config                      | table | dolibarr_dev
      + public | llx_holiday_logs                        | table | dolibarr_dev
      + public | llx_holiday_users                       | table | dolibarr_dev
      + public | llx_import_model                        | table | dolibarr_dev
      + public | llx_inventory                           | table | dolibarr_dev
      + public | llx_inventorydet                        | table | dolibarr_dev
      + public | llx_links                               | table | dolibarr_dev
      + public | llx_livraison                           | table | dolibarr_dev
      + public | llx_livraison_extrafields               | table | dolibarr_dev
      + public | llx_livraisondet                        | table | dolibarr_dev
      + public | llx_livraisondet_extrafields            | table | dolibarr_dev
      + public | llx_loan                                | table | dolibarr_dev
      + public | llx_loan_schedule                       | table | dolibarr_dev
      + public | llx_localtax                            | table | dolibarr_dev
      + public | llx_mailing                             | table | dolibarr_dev
      + public | llx_mailing_cibles                      | table | dolibarr_dev
      + public | llx_menu                                | table | dolibarr_dev
      + public | llx_multicurrency                       | table | dolibarr_dev
      + public | llx_multicurrency_rate                  | table | dolibarr_dev
      + public | llx_notify                              | table | dolibarr_dev
      + public | llx_notify_def                          | table | dolibarr_dev
      + public | llx_notify_def_object                   | table | dolibarr_dev
      + public | llx_oauth_state                         | table | dolibarr_dev
      + public | llx_oauth_token                         | table | dolibarr_dev
      + public | llx_onlinesignature                     | table | dolibarr_dev
      + public | llx_opensurvey_comments                 | table | dolibarr_dev
      + public | llx_opensurvey_formquestions            | table | dolibarr_dev
      + public | llx_opensurvey_sondage                  | table | dolibarr_dev
      + public | llx_opensurvey_user_formanswers         | table | dolibarr_dev
      + public | llx_opensurvey_user_studs               | table | dolibarr_dev
      + public | llx_overwrite_trans                     | table | dolibarr_dev
      + public | llx_paiement                            | table | dolibarr_dev
      + public | llx_paiement_facture                    | table | dolibarr_dev
      + public | llx_paiementcharge                      | table | dolibarr_dev
      + public | llx_paiementfourn                       | table | dolibarr_dev
      + public | llx_paiementfourn_facturefourn          | table | dolibarr_dev
      + public | llx_payment_donation                    | table | dolibarr_dev
      + public | llx_payment_expensereport               | table | dolibarr_dev
      + public | llx_payment_loan                        | table | dolibarr_dev
      + public | llx_payment_salary                      | table | dolibarr_dev
      + public | llx_payment_various                     | table | dolibarr_dev
      + public | llx_prelevement_bons                    | table | dolibarr_dev
      + public | llx_prelevement_facture                 | table | dolibarr_dev
      + public | llx_prelevement_facture_demande         | table | dolibarr_dev
      + public | llx_prelevement_lignes                  | table | dolibarr_dev
      + public | llx_prelevement_rejet                   | table | dolibarr_dev
      + public | llx_printing                            | table | dolibarr_dev
      + public | llx_product                             | table | dolibarr_dev
      + public | llx_product_association                 | table | dolibarr_dev
      + public | llx_product_attribute                   | table | dolibarr_dev
      + public | llx_product_attribute_combination       | table | dolibarr_dev
      + public | llx_product_attribute_combination2val   | table | dolibarr_dev
      + public | llx_product_attribute_value             | table | dolibarr_dev
      + public | llx_product_batch                       | table | dolibarr_dev
      + public | llx_product_customer_price              | table | dolibarr_dev
      + public | llx_product_customer_price_log          | table | dolibarr_dev
      + public | llx_product_extrafields                 | table | dolibarr_dev
      + public | llx_product_fournisseur_price           | table | dolibarr_dev
      + public | llx_product_fournisseur_price_log       | table | dolibarr_dev
      + public | llx_product_lang                        | table | dolibarr_dev
      + public | llx_product_lot                         | table | dolibarr_dev
      + public | llx_product_lot_extrafields             | table | dolibarr_dev
      + public | llx_product_price                       | table | dolibarr_dev
      + public | llx_product_price_by_qty                | table | dolibarr_dev
      + public | llx_product_pricerules                  | table | dolibarr_dev
      + public | llx_product_stock                       | table | dolibarr_dev
      + public | llx_product_warehouse_properties        | table | dolibarr_dev
      + public | llx_projet                              | table | dolibarr_dev
      + public | llx_projet_extrafields                  | table | dolibarr_dev
      + public | llx_projet_task                         | table | dolibarr_dev
      + public | llx_projet_task_extrafields             | table | dolibarr_dev
      + public | llx_projet_task_time                    | table | dolibarr_dev
      + public | llx_propal                              | table | dolibarr_dev
      + public | llx_propal_extrafields                  | table | dolibarr_dev
      + public | llx_propal_merge_pdf_product            | table | dolibarr_dev
      + public | llx_propaldet                           | table | dolibarr_dev
      + public | llx_propaldet_extrafields               | table | dolibarr_dev
      + public | llx_resource                            | table | dolibarr_dev
      + public | llx_resource_extrafields                | table | dolibarr_dev
      + public | llx_rights_def                          | table | dolibarr_dev
      + public | llx_societe                             | table | dolibarr_dev
      + public | llx_societe_account                     | table | dolibarr_dev
      + public | llx_societe_address                     | table | dolibarr_dev
      + public | llx_societe_commerciaux                 | table | dolibarr_dev
      + public | llx_societe_extrafields                 | table | dolibarr_dev
      + public | llx_societe_log                         | table | dolibarr_dev
      + public | llx_societe_prices                      | table | dolibarr_dev
      + public | llx_societe_remise                      | table | dolibarr_dev
      + public | llx_societe_remise_except               | table | dolibarr_dev
      + public | llx_societe_remise_supplier             | table | dolibarr_dev
      + public | llx_societe_rib                         | table | dolibarr_dev
      + public | llx_socpeople                           | table | dolibarr_dev
      + public | llx_socpeople_extrafields               | table | dolibarr_dev
      + public | llx_stock_lotserial                     | table | dolibarr_dev
      + public | llx_stock_mouvement                     | table | dolibarr_dev
      + public | llx_subscription                        | table | dolibarr_dev
      + public | llx_supplier_proposal                   | table | dolibarr_dev
      + public | llx_supplier_proposal_extrafields       | table | dolibarr_dev
      + public | llx_supplier_proposaldet                | table | dolibarr_dev
      + public | llx_supplier_proposaldet_extrafields    | table | dolibarr_dev
      + public | llx_ticket                              | table | dolibarr_dev
      + public | llx_ticket_extrafields                  | table | dolibarr_dev
      + public | llx_ticket_logs                         | table | dolibarr_dev
      + public | llx_ticket_msg                          | table | dolibarr_dev
      + public | llx_tva                                 | table | dolibarr_dev
      + public | llx_user                                | table | dolibarr_dev
      + public | llx_user_alert                          | table | dolibarr_dev
      + public | llx_user_clicktodial                    | table | dolibarr_dev
      + public | llx_user_employment                     | table | dolibarr_dev
      + public | llx_user_extrafields                    | table | dolibarr_dev
      + public | llx_user_param                          | table | dolibarr_dev
      + public | llx_user_rib                            | table | dolibarr_dev
      + public | llx_user_rights                         | table | dolibarr_dev
      + public | llx_usergroup                           | table | dolibarr_dev
      + public | llx_usergroup_extrafields               | table | dolibarr_dev
      + public | llx_usergroup_rights                    | table | dolibarr_dev
      + public | llx_usergroup_user                      | table | dolibarr_dev
      + public | llx_website                             | table | dolibarr_dev
      + public | llx_website_extrafields                 | table | dolibarr_dev
      + public | llx_website_page                        | table | dolibarr_dev
      + public | llx_wsactivateproducts                  | table | dolibarr_dev
      + public | llx_wsactivateserials                   | table | dolibarr_dev
      +(280 rows)
      +
      diff --git a/htdocs/projet/class/projectstats.class.php b/htdocs/projet/class/projectstats.class.php
      index 22793fd844e..cf586f8c96c 100644
      --- a/htdocs/projet/class/projectstats.class.php
      +++ b/htdocs/projet/class/projectstats.class.php
      @@ -171,8 +171,8 @@ class ProjectStats extends Stats
       
       		if (! empty($this->status))
       			$sqlwhere[] = " t.fk_opp_status IN (" . $this->status . ")";
      -
      -		if (! $user->rights->projet->all->lire) $sqlwhere[] = " AND p.rowid IN (".$projectsListId.")";     // public and assigned to, or restricted to company for external users
      +		// TE: changed table alias "p" to "t"
      +		if (! $user->rights->projet->all->lire) $sqlwhere[] = " t.rowid IN (".$projectsListId.")";     // public and assigned to, or restricted to company for external users
       
       		if (count($sqlwhere) > 0) {
       			$sqlwhere_str = ' WHERE ' . implode(' AND ', $sqlwhere);
      
      From fceaae7a8d2fa8ef20e22157702530af6c031d61 Mon Sep 17 00:00:00 2001
      From: Tobias Elbert <elbert@wsoptics.de>
      Date: Mon, 12 Nov 2018 16:22:42 +0100
      Subject: [PATCH 0869/1013] fixed sql query error
      
      ---
       ...p conf.php.example index.html from societe | 285 ------------------
       1 file changed, 285 deletions(-)
       delete mode 100644 htdocs/conf/elect conf.php conf.php.example index.html from societe
      
      diff --git a/htdocs/conf/elect conf.php conf.php.example index.html from societe b/htdocs/conf/elect conf.php conf.php.example index.html from societe
      deleted file mode 100644
      index 490058ac324..00000000000
      --- a/htdocs/conf/elect conf.php conf.php.example index.html from societe	
      +++ /dev/null
      @@ -1,285 +0,0 @@
      -                            List of relations
      - Schema |                  Name                   | Type  |    Owner     
      ---------+-----------------------------------------+-------+--------------
      - public | llx_accounting_account                  | table | dolibarr_dev
      - public | llx_accounting_bookkeeping              | table | dolibarr_dev
      - public | llx_accounting_bookkeeping_tmp          | table | dolibarr_dev
      - public | llx_accounting_fiscalyear               | table | dolibarr_dev
      - public | llx_accounting_journal                  | table | dolibarr_dev
      - public | llx_accounting_system                   | table | dolibarr_dev
      - public | llx_actioncomm                          | table | dolibarr_dev
      - public | llx_actioncomm_extrafields              | table | dolibarr_dev
      - public | llx_actioncomm_reminder                 | table | dolibarr_dev
      - public | llx_actioncomm_resources                | table | dolibarr_dev
      - public | llx_adherent                            | table | dolibarr_dev
      - public | llx_adherent_extrafields                | table | dolibarr_dev
      - public | llx_adherent_type                       | table | dolibarr_dev
      - public | llx_adherent_type_extrafields           | table | dolibarr_dev
      - public | llx_advtargetemailing                   | table | dolibarr_dev
      - public | llx_asset                               | table | dolibarr_dev
      - public | llx_asset_extrafields                   | table | dolibarr_dev
      - public | llx_asset_type                          | table | dolibarr_dev
      - public | llx_asset_type_extrafields              | table | dolibarr_dev
      - public | llx_bank                                | table | dolibarr_dev
      - public | llx_bank_account                        | table | dolibarr_dev
      - public | llx_bank_account_extrafields            | table | dolibarr_dev
      - public | llx_bank_categ                          | table | dolibarr_dev
      - public | llx_bank_class                          | table | dolibarr_dev
      - public | llx_bank_url                            | table | dolibarr_dev
      - public | llx_blockedlog                          | table | dolibarr_dev
      - public | llx_blockedlog_authority                | table | dolibarr_dev
      - public | llx_bookmark                            | table | dolibarr_dev
      - public | llx_bordereau_cheque                    | table | dolibarr_dev
      - public | llx_boxes                               | table | dolibarr_dev
      - public | llx_boxes_def                           | table | dolibarr_dev
      - public | llx_budget                              | table | dolibarr_dev
      - public | llx_budget_lines                        | table | dolibarr_dev
      - public | llx_c_accounting_category               | table | dolibarr_dev
      - public | llx_c_action_trigger                    | table | dolibarr_dev
      - public | llx_c_actioncomm                        | table | dolibarr_dev
      - public | llx_c_availability                      | table | dolibarr_dev
      - public | llx_c_barcode_type                      | table | dolibarr_dev
      - public | llx_c_chargesociales                    | table | dolibarr_dev
      - public | llx_c_civility                          | table | dolibarr_dev
      - public | llx_c_country                           | table | dolibarr_dev
      - public | llx_c_currencies                        | table | dolibarr_dev
      - public | llx_c_departements                      | table | dolibarr_dev
      - public | llx_c_ecotaxe                           | table | dolibarr_dev
      - public | llx_c_effectif                          | table | dolibarr_dev
      - public | llx_c_email_senderprofile               | table | dolibarr_dev
      - public | llx_c_email_templates                   | table | dolibarr_dev
      - public | llx_c_exp_tax_cat                       | table | dolibarr_dev
      - public | llx_c_exp_tax_range                     | table | dolibarr_dev
      - public | llx_c_field_list                        | table | dolibarr_dev
      - public | llx_c_format_cards                      | table | dolibarr_dev
      - public | llx_c_forme_juridique                   | table | dolibarr_dev
      - public | llx_c_holiday_types                     | table | dolibarr_dev
      - public | llx_c_hrm_department                    | table | dolibarr_dev
      - public | llx_c_hrm_function                      | table | dolibarr_dev
      - public | llx_c_incoterms                         | table | dolibarr_dev
      - public | llx_c_input_method                      | table | dolibarr_dev
      - public | llx_c_input_reason                      | table | dolibarr_dev
      - public | llx_c_lead_status                       | table | dolibarr_dev
      - public | llx_c_paiement                          | table | dolibarr_dev
      - public | llx_c_paiement_temp                     | table | dolibarr_dev
      - public | llx_c_paper_format                      | table | dolibarr_dev
      - public | llx_c_payment_term                      | table | dolibarr_dev
      - public | llx_c_price_expression                  | table | dolibarr_dev
      - public | llx_c_price_global_variable             | table | dolibarr_dev
      - public | llx_c_price_global_variable_updater     | table | dolibarr_dev
      - public | llx_c_propalst                          | table | dolibarr_dev
      - public | llx_c_prospectlevel                     | table | dolibarr_dev
      - public | llx_c_regions                           | table | dolibarr_dev
      - public | llx_c_revenuestamp                      | table | dolibarr_dev
      - public | llx_c_shipment_mode                     | table | dolibarr_dev
      - public | llx_c_stcomm                            | table | dolibarr_dev
      - public | llx_c_ticket_category                   | table | dolibarr_dev
      - public | llx_c_ticket_severity                   | table | dolibarr_dev
      - public | llx_c_ticket_type                       | table | dolibarr_dev
      - public | llx_c_tva                               | table | dolibarr_dev
      - public | llx_c_type_contact                      | table | dolibarr_dev
      - public | llx_c_type_container                    | table | dolibarr_dev
      - public | llx_c_type_fees                         | table | dolibarr_dev
      - public | llx_c_type_resource                     | table | dolibarr_dev
      - public | llx_c_typent                            | table | dolibarr_dev
      - public | llx_c_units                             | table | dolibarr_dev
      - public | llx_c_ziptown                           | table | dolibarr_dev
      - public | llx_categorie                           | table | dolibarr_dev
      - public | llx_categorie_account                   | table | dolibarr_dev
      - public | llx_categorie_contact                   | table | dolibarr_dev
      - public | llx_categorie_fournisseur               | table | dolibarr_dev
      - public | llx_categorie_lang                      | table | dolibarr_dev
      - public | llx_categorie_member                    | table | dolibarr_dev
      - public | llx_categorie_product                   | table | dolibarr_dev
      - public | llx_categorie_project                   | table | dolibarr_dev
      - public | llx_categorie_societe                   | table | dolibarr_dev
      - public | llx_categorie_user                      | table | dolibarr_dev
      - public | llx_categories_extrafields              | table | dolibarr_dev
      - public | llx_chargesociales                      | table | dolibarr_dev
      - public | llx_commande                            | table | dolibarr_dev
      - public | llx_commande_extrafields                | table | dolibarr_dev
      - public | llx_commande_fournisseur                | table | dolibarr_dev
      - public | llx_commande_fournisseur_dispatch       | table | dolibarr_dev
      - public | llx_commande_fournisseur_extrafields    | table | dolibarr_dev
      - public | llx_commande_fournisseur_log            | table | dolibarr_dev
      - public | llx_commande_fournisseurdet             | table | dolibarr_dev
      - public | llx_commande_fournisseurdet_extrafields | table | dolibarr_dev
      - public | llx_commandedet                         | table | dolibarr_dev
      - public | llx_commandedet_extrafields             | table | dolibarr_dev
      - public | llx_comment                             | table | dolibarr_dev
      - public | llx_const                               | table | dolibarr_dev
      - public | llx_contrat                             | table | dolibarr_dev
      - public | llx_contrat_extrafields                 | table | dolibarr_dev
      - public | llx_contratdet                          | table | dolibarr_dev
      - public | llx_contratdet_extrafields              | table | dolibarr_dev
      - public | llx_contratdet_log                      | table | dolibarr_dev
      - public | llx_cronjob                             | table | dolibarr_dev
      - public | llx_default_values                      | table | dolibarr_dev
      - public | llx_deplacement                         | table | dolibarr_dev
      - public | llx_document_model                      | table | dolibarr_dev
      - public | llx_don                                 | table | dolibarr_dev
      - public | llx_don_extrafields                     | table | dolibarr_dev
      - public | llx_ecm_directories                     | table | dolibarr_dev
      - public | llx_ecm_files                           | table | dolibarr_dev
      - public | llx_element_contact                     | table | dolibarr_dev
      - public | llx_element_element                     | table | dolibarr_dev
      - public | llx_element_lock                        | table | dolibarr_dev
      - public | llx_element_resources                   | table | dolibarr_dev
      - public | llx_element_tag                         | table | dolibarr_dev
      - public | llx_entrepot                            | table | dolibarr_dev
      - public | llx_establishment                       | table | dolibarr_dev
      - public | llx_event_element                       | table | dolibarr_dev
      - public | llx_events                              | table | dolibarr_dev
      - public | llx_expedition                          | table | dolibarr_dev
      - public | llx_expedition_extrafields              | table | dolibarr_dev
      - public | llx_expeditiondet                       | table | dolibarr_dev
      - public | llx_expeditiondet_batch                 | table | dolibarr_dev
      - public | llx_expeditiondet_extrafields           | table | dolibarr_dev
      - public | llx_expensereport                       | table | dolibarr_dev
      - public | llx_expensereport_det                   | table | dolibarr_dev
      - public | llx_expensereport_extrafields           | table | dolibarr_dev
      - public | llx_expensereport_ik                    | table | dolibarr_dev
      - public | llx_expensereport_rules                 | table | dolibarr_dev
      - public | llx_export_compta                       | table | dolibarr_dev
      - public | llx_export_model                        | table | dolibarr_dev
      - public | llx_extrafields                         | table | dolibarr_dev
      - public | llx_facture                             | table | dolibarr_dev
      - public | llx_facture_extrafields                 | table | dolibarr_dev
      - public | llx_facture_fourn                       | table | dolibarr_dev
      - public | llx_facture_fourn_det                   | table | dolibarr_dev
      - public | llx_facture_fourn_det_extrafields       | table | dolibarr_dev
      - public | llx_facture_fourn_extrafields           | table | dolibarr_dev
      - public | llx_facture_rec                         | table | dolibarr_dev
      - public | llx_facture_rec_extrafields             | table | dolibarr_dev
      - public | llx_facturedet                          | table | dolibarr_dev
      - public | llx_facturedet_extrafields              | table | dolibarr_dev
      - public | llx_facturedet_rec                      | table | dolibarr_dev
      - public | llx_fichinter                           | table | dolibarr_dev
      - public | llx_fichinter_extrafields               | table | dolibarr_dev
      - public | llx_fichinterdet                        | table | dolibarr_dev
      - public | llx_fichinterdet_extrafields            | table | dolibarr_dev
      - public | llx_holiday                             | table | dolibarr_dev
      - public | llx_holiday_config                      | table | dolibarr_dev
      - public | llx_holiday_logs                        | table | dolibarr_dev
      - public | llx_holiday_users                       | table | dolibarr_dev
      - public | llx_import_model                        | table | dolibarr_dev
      - public | llx_inventory                           | table | dolibarr_dev
      - public | llx_inventorydet                        | table | dolibarr_dev
      - public | llx_links                               | table | dolibarr_dev
      - public | llx_livraison                           | table | dolibarr_dev
      - public | llx_livraison_extrafields               | table | dolibarr_dev
      - public | llx_livraisondet                        | table | dolibarr_dev
      - public | llx_livraisondet_extrafields            | table | dolibarr_dev
      - public | llx_loan                                | table | dolibarr_dev
      - public | llx_loan_schedule                       | table | dolibarr_dev
      - public | llx_localtax                            | table | dolibarr_dev
      - public | llx_mailing                             | table | dolibarr_dev
      - public | llx_mailing_cibles                      | table | dolibarr_dev
      - public | llx_menu                                | table | dolibarr_dev
      - public | llx_multicurrency                       | table | dolibarr_dev
      - public | llx_multicurrency_rate                  | table | dolibarr_dev
      - public | llx_notify                              | table | dolibarr_dev
      - public | llx_notify_def                          | table | dolibarr_dev
      - public | llx_notify_def_object                   | table | dolibarr_dev
      - public | llx_oauth_state                         | table | dolibarr_dev
      - public | llx_oauth_token                         | table | dolibarr_dev
      - public | llx_onlinesignature                     | table | dolibarr_dev
      - public | llx_opensurvey_comments                 | table | dolibarr_dev
      - public | llx_opensurvey_formquestions            | table | dolibarr_dev
      - public | llx_opensurvey_sondage                  | table | dolibarr_dev
      - public | llx_opensurvey_user_formanswers         | table | dolibarr_dev
      - public | llx_opensurvey_user_studs               | table | dolibarr_dev
      - public | llx_overwrite_trans                     | table | dolibarr_dev
      - public | llx_paiement                            | table | dolibarr_dev
      - public | llx_paiement_facture                    | table | dolibarr_dev
      - public | llx_paiementcharge                      | table | dolibarr_dev
      - public | llx_paiementfourn                       | table | dolibarr_dev
      - public | llx_paiementfourn_facturefourn          | table | dolibarr_dev
      - public | llx_payment_donation                    | table | dolibarr_dev
      - public | llx_payment_expensereport               | table | dolibarr_dev
      - public | llx_payment_loan                        | table | dolibarr_dev
      - public | llx_payment_salary                      | table | dolibarr_dev
      - public | llx_payment_various                     | table | dolibarr_dev
      - public | llx_prelevement_bons                    | table | dolibarr_dev
      - public | llx_prelevement_facture                 | table | dolibarr_dev
      - public | llx_prelevement_facture_demande         | table | dolibarr_dev
      - public | llx_prelevement_lignes                  | table | dolibarr_dev
      - public | llx_prelevement_rejet                   | table | dolibarr_dev
      - public | llx_printing                            | table | dolibarr_dev
      - public | llx_product                             | table | dolibarr_dev
      - public | llx_product_association                 | table | dolibarr_dev
      - public | llx_product_attribute                   | table | dolibarr_dev
      - public | llx_product_attribute_combination       | table | dolibarr_dev
      - public | llx_product_attribute_combination2val   | table | dolibarr_dev
      - public | llx_product_attribute_value             | table | dolibarr_dev
      - public | llx_product_batch                       | table | dolibarr_dev
      - public | llx_product_customer_price              | table | dolibarr_dev
      - public | llx_product_customer_price_log          | table | dolibarr_dev
      - public | llx_product_extrafields                 | table | dolibarr_dev
      - public | llx_product_fournisseur_price           | table | dolibarr_dev
      - public | llx_product_fournisseur_price_log       | table | dolibarr_dev
      - public | llx_product_lang                        | table | dolibarr_dev
      - public | llx_product_lot                         | table | dolibarr_dev
      - public | llx_product_lot_extrafields             | table | dolibarr_dev
      - public | llx_product_price                       | table | dolibarr_dev
      - public | llx_product_price_by_qty                | table | dolibarr_dev
      - public | llx_product_pricerules                  | table | dolibarr_dev
      - public | llx_product_stock                       | table | dolibarr_dev
      - public | llx_product_warehouse_properties        | table | dolibarr_dev
      - public | llx_projet                              | table | dolibarr_dev
      - public | llx_projet_extrafields                  | table | dolibarr_dev
      - public | llx_projet_task                         | table | dolibarr_dev
      - public | llx_projet_task_extrafields             | table | dolibarr_dev
      - public | llx_projet_task_time                    | table | dolibarr_dev
      - public | llx_propal                              | table | dolibarr_dev
      - public | llx_propal_extrafields                  | table | dolibarr_dev
      - public | llx_propal_merge_pdf_product            | table | dolibarr_dev
      - public | llx_propaldet                           | table | dolibarr_dev
      - public | llx_propaldet_extrafields               | table | dolibarr_dev
      - public | llx_resource                            | table | dolibarr_dev
      - public | llx_resource_extrafields                | table | dolibarr_dev
      - public | llx_rights_def                          | table | dolibarr_dev
      - public | llx_societe                             | table | dolibarr_dev
      - public | llx_societe_account                     | table | dolibarr_dev
      - public | llx_societe_address                     | table | dolibarr_dev
      - public | llx_societe_commerciaux                 | table | dolibarr_dev
      - public | llx_societe_extrafields                 | table | dolibarr_dev
      - public | llx_societe_log                         | table | dolibarr_dev
      - public | llx_societe_prices                      | table | dolibarr_dev
      - public | llx_societe_remise                      | table | dolibarr_dev
      - public | llx_societe_remise_except               | table | dolibarr_dev
      - public | llx_societe_remise_supplier             | table | dolibarr_dev
      - public | llx_societe_rib                         | table | dolibarr_dev
      - public | llx_socpeople                           | table | dolibarr_dev
      - public | llx_socpeople_extrafields               | table | dolibarr_dev
      - public | llx_stock_lotserial                     | table | dolibarr_dev
      - public | llx_stock_mouvement                     | table | dolibarr_dev
      - public | llx_subscription                        | table | dolibarr_dev
      - public | llx_supplier_proposal                   | table | dolibarr_dev
      - public | llx_supplier_proposal_extrafields       | table | dolibarr_dev
      - public | llx_supplier_proposaldet                | table | dolibarr_dev
      - public | llx_supplier_proposaldet_extrafields    | table | dolibarr_dev
      - public | llx_ticket                              | table | dolibarr_dev
      - public | llx_ticket_extrafields                  | table | dolibarr_dev
      - public | llx_ticket_logs                         | table | dolibarr_dev
      - public | llx_ticket_msg                          | table | dolibarr_dev
      - public | llx_tva                                 | table | dolibarr_dev
      - public | llx_user                                | table | dolibarr_dev
      - public | llx_user_alert                          | table | dolibarr_dev
      - public | llx_user_clicktodial                    | table | dolibarr_dev
      - public | llx_user_employment                     | table | dolibarr_dev
      - public | llx_user_extrafields                    | table | dolibarr_dev
      - public | llx_user_param                          | table | dolibarr_dev
      - public | llx_user_rib                            | table | dolibarr_dev
      - public | llx_user_rights                         | table | dolibarr_dev
      - public | llx_usergroup                           | table | dolibarr_dev
      - public | llx_usergroup_extrafields               | table | dolibarr_dev
      - public | llx_usergroup_rights                    | table | dolibarr_dev
      - public | llx_usergroup_user                      | table | dolibarr_dev
      - public | llx_website                             | table | dolibarr_dev
      - public | llx_website_extrafields                 | table | dolibarr_dev
      - public | llx_website_page                        | table | dolibarr_dev
      - public | llx_wsactivateproducts                  | table | dolibarr_dev
      - public | llx_wsactivateserials                   | table | dolibarr_dev
      -(280 rows)
      -
      
      From 628918f863fc46fafdf67610ba410481532b17d2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 12 Nov 2018 16:43:33 +0100
      Subject: [PATCH 0870/1013] Remove var_dump
      
      ---
       htdocs/core/modules/modAgenda.class.php              |  2 +-
       htdocs/emailcollector/class/emailcollector.class.php | 10 ++++++----
       2 files changed, 7 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/modules/modAgenda.class.php b/htdocs/core/modules/modAgenda.class.php
      index d69c20ab643..50e767fe411 100644
      --- a/htdocs/core/modules/modAgenda.class.php
      +++ b/htdocs/core/modules/modAgenda.class.php
      @@ -244,7 +244,7 @@ class modAgenda extends DolibarrModules
       		// Calendar
       		$this->menu[$r]=array('fk_menu'=>'r=1',
       													'type'=>'left',
      -													'titre'=>'Agenda',
      +													'titre'=>'Calendar',
       													'mainmenu'=>'agenda',
       													'url'=>'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda',
       													'langs'=>'agenda',
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index ccf303949ec..7724e312ff2 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -930,18 +930,17 @@ class EmailCollector extends CommonObject
       					if ($errorforactions) break;
       					if (empty($operation['status'])) continue;
       
      -
       					// Make Operation
       					if ($operation['type'] == 'recordevent')
       					{
       						$actioncode = 'EMAIL_IN';
      -						var_dump($structure);
      +
       						// Insert record of emails sent
       						$actioncomm = new ActionComm($this->db);
       
       						$actioncomm->type_code   = 'AC_OTH_AUTO';		// Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
       						$actioncomm->code        = 'AC_'.$actioncode;
      -						$actioncomm->label       = $subject;
      +						$actioncomm->label       = $langs->trans("EmailReceived").' - '.$langs->trans("From").' '.$from;
       						$actioncomm->note        = $messagetext;
       						$actioncomm->fk_project  = 0;
       						$actioncomm->datep       = $date;
      @@ -983,9 +982,12 @@ class EmailCollector extends CommonObject
       						}
       
       					}
      -					var_dump($actioncomm);exit;
      +					elseif ($operation['type'] == 'aaa')
      +					{
       
       
      +					}
      +
       					if (! $errorforactions)
       					{
       						$nbactiondone++;
      
      From 723654efea8af3ad34e89a4bb081d975ecc29f54 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 12 Nov 2018 17:15:03 +0100
      Subject: [PATCH 0871/1013] Fix phpcs
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 1 -
       1 file changed, 1 deletion(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 7724e312ff2..a9e2431be71 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -980,7 +980,6 @@ class EmailCollector extends CommonObject
       							$errorforactions++;
       							$this->errors = $actioncomm->errors;
       						}
      -
       					}
       					elseif ($operation['type'] == 'aaa')
       					{
      
      From 35c43683b65b9ba65ca318cbd78389bfb9840e58 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Tue, 13 Nov 2018 09:45:47 +0100
      Subject: [PATCH 0872/1013] fix Erreur DB_ERROR_SYNTAX
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 996fdb79b17..64811b0a034 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
      @@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
       ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
      -Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32)
      +Alter TABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32);
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
       
      
      From 2ed060a07083672d271d9ca81bbf0e4dcf60f529 Mon Sep 17 00:00:00 2001
      From: Philippe GRAND <philippe.grand@atoo-net.com>
      Date: Tue, 13 Nov 2018 10:07:04 +0100
      Subject: [PATCH 0873/1013] fix: Invalid argument supplied for foreach()
      
      ---
       htdocs/core/tpl/extrafields_list_search_sql.tpl.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      index b0c97265682..f3c5a10e95b 100644
      --- a/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      +++ b/htdocs/core/tpl/extrafields_list_search_sql.tpl.php
      @@ -10,7 +10,7 @@ if (empty($conf) || ! is_object($conf))
       if (empty($extrafieldsobjectkey) && is_object($object)) $extrafieldsobjectkey=$object->table_element;
       
       // Loop to complete the sql search criterias from extrafields
      -if (! empty($extrafieldsobjectkey) && ! empty($search_array_options))	// $extrafieldsobject is the $object->table_element like 'societe', 'socpeople', ...
      +if (! empty($extrafieldsobjectkey) && ! empty($search_array_options) && is_array($search_array_options))	// $extrafieldsobject is the $object->table_element like 'societe', 'socpeople', ...
       {
       	foreach ($search_array_options as $key => $val)
       	{
      
      From 500bb7bc96ad53080389559277163db8fb30afee Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Tue, 13 Nov 2018 10:20:34 +0100
      Subject: [PATCH 0874/1013] best conditions testing
      
      ---
       htdocs/core/class/commonobject.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 67e06ea59f3..870de68948f 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -6152,7 +6152,8 @@ abstract class CommonObject
       			$e = 0;
       			foreach($extrafields->attributes[$this->table_element]['label'] as $key=>$label)
       			{
      -			    if(empty($extrafields->attribute_list[$key]) && $mode == 'view'){
      +			    if (isset($extrafields->attributes[$this->table_element]['list'][$key])
      +			        && empty($extrafields->attributes[$this->table_element]['list'][$key]) && $mode == 'view'){
       			        continue;
       			    }
       			    
      
      From 77582b2a4127ca4d90c2fc16b011586ddf5dd751 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 13 Nov 2018 11:36:57 +0100
      Subject: [PATCH 0875/1013] FIX the autofocus feature
      
      ---
       htdocs/core/lib/functions.lib.php | 3 +++
       1 file changed, 3 insertions(+)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 5ec9e40518f..c563cf14bbc 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -7061,6 +7061,7 @@ function printCommonFooter($zone='private')
       		if (! empty($conf->use_javascript_ajax))
       		{
       			print '<script type="text/javascript" language="javascript">'."\n";
      +			print 'jQuery(document).ready(function() {'."\n";
       
       			if ($zone == 'private' && empty($conf->dol_use_jmobile))
       			{
      @@ -7143,6 +7144,8 @@ function printCommonFooter($zone='private')
       				}
       			}
       
      +			print '});'."\n";
      +
       			// Google Analytics
       			// TODO Add a hook here
       			if (! empty($conf->google->enabled) && ! empty($conf->global->MAIN_GOOGLE_AN_ID))
      
      From c6cf748ba71136c31da3e8122155e988ec768348 Mon Sep 17 00:00:00 2001
      From: John BOTELLA <john.botella@atm-consulting.fr>
      Date: Tue, 13 Nov 2018 14:44:10 +0100
      Subject: [PATCH 0876/1013] Fix envent message on upload category picture
      
      ---
       htdocs/categories/photos.php              | 19 ++++++++++++++++++-
       htdocs/core/class/html.formfile.class.php |  2 +-
       2 files changed, 19 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/categories/photos.php b/htdocs/categories/photos.php
      index 472a8eb9b95..1c5359b90e8 100644
      --- a/htdocs/categories/photos.php
      +++ b/htdocs/categories/photos.php
      @@ -69,7 +69,24 @@ if ($id > 0)
       if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sendit"] && ! empty($conf->global->MAIN_UPLOAD_DOC))
       {
           if ($object->id) {
      -	    $object->add_photo($upload_dir, $_FILES['userfile']);
      +        
      +        $file = $_FILES['userfile'];
      +        if (is_array($file['name']) && count($file['name']) > 0)
      +        {
      +            foreach ($file['name'] as $i => $name)
      +            {
      +                if(empty($file['tmp_name'][$i]) || intval($conf->global->MAIN_UPLOAD_DOC) * 1000 <= filesize($file['tmp_name'][$i]) )
      +                {
      +                    setEventMessage($file['name'][$i] .' : '. $langs->trans(empty($file['tmp_name'][$i])? 'ErrorFailedToSaveFile' : 'MaxSizeForUploadedFiles' ) );
      +                    unset($file['name'][$i],$file['type'][$i],$file['tmp_name'][$i],$file['error'][$i],$file['size'][$i]);
      +                }
      +            }
      +        }
      +        
      +        if(!empty($file['tmp_name'])){
      +            $object->add_photo($upload_dir, $file);
      +        }
      +        
           }
       }
       
      diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
      index 4e77269db4c..42854203196 100644
      --- a/htdocs/core/class/html.formfile.class.php
      +++ b/htdocs/core/class/html.formfile.class.php
      @@ -1635,7 +1635,7 @@ class FormFile
       	 */
       	private function _formAjaxFileUpload($object)
       	{
      -		global $langs;
      +		global $langs, $conf;
       
       		// PHP post_max_size
       		$post_max_size				= ini_get('post_max_size');
      
      From 85dd0ec2ddd016283d54c7b8bf03b818647e9eaf Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Tue, 13 Nov 2018 15:24:53 +0100
      Subject: [PATCH 0877/1013] FIX : filter on product category doesn't work
      
      ---
       htdocs/fourn/commande/list.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
      index 8449181907c..732e408d66e 100644
      --- a/htdocs/fourn/commande/list.php
      +++ b/htdocs/fourn/commande/list.php
      @@ -525,6 +525,7 @@ if ($sall) $sql .= natural_search(array_keys($fieldstosearchall), $sall);
       if ($search_company) $sql .= natural_search('s.nom', $search_company);
       if ($search_request_author) $sql.=natural_search(array('u.lastname','u.firstname','u.login'), $search_request_author) ;
       if ($search_billed != '' && $search_billed >= 0) $sql .= " AND cf.billed = ".$db->escape($search_billed);
      +if ($search_product_category > 0) $sql.= " AND cp.fk_categorie = ".$search_product_category;
       
       //Required triple check because statut=0 means draft filter
       if (GETPOST('statut', 'intcomma') !== '')
      
      From 04edcaa89cf2face4f4fa99d9504b8dc0257a5a1 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Tue, 13 Nov 2018 20:20:46 +0100
      Subject: [PATCH 0878/1013] FIX compatibility between proposal sharing and
       proposalnumber sharing
      
      ---
       htdocs/comm/propal/card.php                        | 1 +
       htdocs/comm/propal/class/propal.class.php          | 3 ++-
       htdocs/core/lib/functions2.lib.php                 | 6 +++---
       htdocs/core/modules/propale/mod_propale_marbre.php | 5 +----
       htdocs/core/modules/propale/mod_propale_saphir.php | 4 ++--
       htdocs/user/class/user.class.php                   | 4 ++--
       6 files changed, 11 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
      index 0ef90e7da0a..b472d197657 100644
      --- a/htdocs/comm/propal/card.php
      +++ b/htdocs/comm/propal/card.php
      @@ -380,6 +380,7 @@ if (empty($reshook))
       				}
       			} else {
       				$object->ref = GETPOST('ref');
      +				$object->entity = (GETPOSTISSET('entity')?GETPOST('entity', 'int'):$conf->entity);
       				$object->ref_client = GETPOST('ref_client');
       				$object->datep = $datep;
       				$object->date_livraison = $date_delivery;
      diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php
      index 871508f1aa4..f94ea38675a 100644
      --- a/htdocs/comm/propal/class/propal.class.php
      +++ b/htdocs/comm/propal/class/propal.class.php
      @@ -874,6 +874,7 @@ class Propal extends CommonObject
       		$now=dol_now();
       
       		// Clean parameters
      +		if (empty($this->entity)) $this->entity = $conf->entity;
       		if (empty($this->date)) $this->date=$this->datep;
       		$this->fin_validite = $this->date + ($this->duree_validite * 24 * 3600);
       		if (empty($this->availability_id)) $this->availability_id=0;
      @@ -983,7 +984,7 @@ class Propal extends CommonObject
       		$sql.= ", ".($this->fk_project?$this->fk_project:"null");
       		$sql.= ", ".(int) $this->fk_incoterms;
       		$sql.= ", '".$this->db->escape($this->location_incoterms)."'";
      -		$sql.= ", ".$conf->entity;
      +		$sql.= ", ".$this->entity;
       		$sql.= ", ".(int) $this->fk_multicurrency;
       		$sql.= ", '".$this->db->escape($this->multicurrency_code)."'";
       		$sql.= ", ".(double) $this->multicurrency_tx;
      diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php
      index ee88cd95404..aae70adfb62 100644
      --- a/htdocs/core/lib/functions2.lib.php
      +++ b/htdocs/core/lib/functions2.lib.php
      @@ -990,7 +990,7 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m
           if ($bentityon) // only if entity enable
           	$sql.= " AND entity IN (".getEntity($sharetable).")";
           else if (! empty($forceentity))
      -    	$sql.= " AND entity = ".(int) $forceentity;
      +    	$sql.= " AND entity IN (".$forceentity.")";
           if ($where) $sql.=$where;
           if ($sqlwhere) $sql.=' AND '.$sqlwhere;
       
      @@ -1039,7 +1039,7 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m
           	if ($bentityon) // only if entity enable
               	$sql.= " AND entity IN (".getEntity($sharetable).")";
               else if (! empty($forceentity))
      -        	$sql.= " AND entity = ".(int) $forceentity;
      +        	$sql.= " AND entity IN (".$forceentity.")";
               if ($where) $sql.=$where;
               if ($sqlwhere) $sql.=' AND '.$sqlwhere;
       
      @@ -1095,7 +1095,7 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m
                   if ($bentityon) // only if entity enable
                   	$maskrefclient_sql.= " AND entity IN (".getEntity($sharetable).")";
                   else if (! empty($forceentity))
      -            	$sql.= " AND entity = ".(int) $forceentity;
      +            	$sql.= " AND entity IN (".$forceentity.")";
                   if ($where) $maskrefclient_sql.=$where; //use the same optional where as general mask
                   if ($sqlwhere) $maskrefclient_sql.=' AND '.$sqlwhere; //use the same sqlwhere as general mask
                   $maskrefclient_sql.=' AND (SUBSTRING('.$field.', '.(strpos($maskwithnocode,$maskrefclient)+1).', '.dol_strlen($maskrefclient_maskclientcode).")='".$maskrefclient_clientcode."')";
      diff --git a/htdocs/core/modules/propale/mod_propale_marbre.php b/htdocs/core/modules/propale/mod_propale_marbre.php
      index ef91cf1d2f3..cb1638aec82 100644
      --- a/htdocs/core/modules/propale/mod_propale_marbre.php
      +++ b/htdocs/core/modules/propale/mod_propale_marbre.php
      @@ -128,15 +128,12 @@ class mod_propale_marbre extends ModeleNumRefPropales
       	{
       		global $db,$conf;
       
      -		// Use object entity ID
      -		$entity = ((isset($propal->entity) && is_numeric($propal->entity)) ? $propal->entity : $conf->entity);
      -
       		// D'abord on recupere la valeur max
       		$posindice=8;
       		$sql = "SELECT MAX(CAST(SUBSTRING(ref FROM ".$posindice.") AS SIGNED)) as max";	// This is standard SQL
       		$sql.= " FROM ".MAIN_DB_PREFIX."propal";
       		$sql.= " WHERE ref LIKE '".$db->escape($this->prefix)."____-%'";
      -		$sql.= " AND entity = ".$entity;
      +		$sql.= " AND entity IN (".getEntity('proposalnumber', 1, $propal).")";
       
       		$resql=$db->query($sql);
       		if ($resql)
      diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
      index 47f71b5ffed..c91f9eb529c 100644
      --- a/htdocs/core/modules/propale/mod_propale_saphir.php
      +++ b/htdocs/core/modules/propale/mod_propale_saphir.php
      @@ -149,8 +149,8 @@ class mod_propale_saphir extends ModeleNumRefPropales
       			return 0;
       		}
       
      -		// Use object entity ID
      -		$entity = ((isset($propal->entity) && is_numeric($propal->entity)) ? $propal->entity : $conf->entity);
      +		// Get entities
      +		$entity = getEntity('proposalnumber', 1, $propal);
       
       		$date = $propal->date;
       
      diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
      index 9e790437cb7..23f8b09169d 100644
      --- a/htdocs/user/class/user.class.php
      +++ b/htdocs/user/class/user.class.php
      @@ -764,7 +764,7 @@ class User extends CommonObject
       		// Recuperation des droits utilisateurs + recuperation des droits groupes
       
       		// D'abord les droits utilisateurs
      -		$sql = "SELECT r.module, r.perms, r.subperms";
      +		$sql = "SELECT DISTINCT r.module, r.perms, r.subperms";
       		$sql.= " FROM ".MAIN_DB_PREFIX."user_rights as ur";
       		$sql.= ", ".MAIN_DB_PREFIX."rights_def as r";
       		$sql.= " WHERE r.id = ur.fk_id";
      @@ -818,7 +818,7 @@ class User extends CommonObject
       		}
       
       		// Maintenant les droits groupes
      -		$sql = "SELECT r.module, r.perms, r.subperms";
      +		$sql = "SELECT DISTINCT r.module, r.perms, r.subperms";
       		$sql.= " FROM ".MAIN_DB_PREFIX."usergroup_rights as gr,";
       		$sql.= " ".MAIN_DB_PREFIX."usergroup_user as gu,";
       		$sql.= " ".MAIN_DB_PREFIX."rights_def as r";
      
      From 4909e3afc47e2acd1dd735e664628263cfab0c30 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Wed, 14 Nov 2018 08:28:20 +0100
      Subject: [PATCH 0879/1013] doc bookkeeping class
      
      ---
       .../accountancy/class/bookkeeping.class.php   | 39 +++++++++++++++++--
       1 file changed, 35 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
      index b07f76a22df..6074a49f537 100644
      --- a/htdocs/accountancy/class/bookkeeping.class.php
      +++ b/htdocs/accountancy/class/bookkeeping.class.php
      @@ -69,7 +69,15 @@ class BookKeeping extends CommonObject
       
       	public $doc_date;
       	public $date_lim_reglement;
      -	public $doc_type;
      +
      +    /**
      +     * @var string doc_type
      +     */
      +    public $doc_type;
      +
      +    /**
      +     * @var string doc_ref
      +     */
       	public $doc_ref;
       
       	/**
      @@ -82,12 +90,35 @@ class BookKeeping extends CommonObject
            */
       	public $fk_docdet;
       
      -	public $thirdparty_code;
      +    /**
      +     * @var string thirdparty code
      +     */
      +    public $thirdparty_code;
      +
      +    /**
      +     * @var string subledger account
      +     */
       	public $subledger_account;
      +
      +    /**
      +     * @var string subledger label
      +     */
       	public $subledger_label;
      +
      +    /**
      +     * @var string  doc_type
      +     */
       	public $numero_compte;
      -	public $label_compte;
      -	public $label_operation;
      +
      +    /**
      +     * @var string label compte
      +     */
      +    public $label_compte;
      +
      +    /**
      +     * @var string label operation
      +     */
      +    public $label_operation;
       	public $debit;
       	public $credit;
       	public $montant;
      
      From 7aa042172e28f06836b38b432a9d80be9f1e966e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:06:40 +0100
      Subject: [PATCH 0880/1013] Fix sql error
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      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 996fdb79b17..0c9498fb594 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
      @@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
       ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
       
       ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
      -Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32)
      +ALTER TABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32);
       ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint	DEFAULT 1 NOT NULL AFTER search;
       
       
      
      From 0201939ebec7ea16f5812356d93942f913526a1a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:43:39 +0100
      Subject: [PATCH 0881/1013] Fix column balance
      
      ---
       htdocs/user/perms.php | 20 ++++++++++++--------
       1 file changed, 12 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index f45b2b155fd..5bb953c3a9d 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -261,15 +261,18 @@ print '<div class="div-table-responsive">';
       print '<table width="100%" class="noborder">';
       print '<tr class="liste_titre">';
       print '<td>'.$langs->trans("Module").'</td>';
      -if ($caneditperms && empty($objMod->rights_admin_allowed) || empty($object->admin))
      +if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin))
       {
      -	print '<td align="center" class="nowrap">';
      -	print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("All")).'" alt="'.dol_escape_htmltag($langs->trans("All")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=addrights&amp;entity='.$entity.'&amp;module=allmodules">'.$langs->trans("All")."</a>";
      -	print '/';
      -	print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("None")).'" alt="'.dol_escape_htmltag($langs->trans("None")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delrights&amp;entity='.$entity.'&amp;module=allmodules">'.$langs->trans("None")."</a>";
      -	print '</td>';
      +	if ($caneditperms)
      +	{
      +		print '<td align="center" class="nowrap">';
      +		print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("All")).'" alt="'.dol_escape_htmltag($langs->trans("All")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=addrights&amp;entity='.$entity.'&amp;module=allmodules">'.$langs->trans("All")."</a>";
      +		print '/';
      +		print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("None")).'" alt="'.dol_escape_htmltag($langs->trans("None")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delrights&amp;entity='.$entity.'&amp;module=allmodules">'.$langs->trans("None")."</a>";
      +		print '</td>';
      +	}
      +	print '<td align="center" width="24">&nbsp;</td>';
       }
      -print '<td align="center" width="24">&nbsp;</td>';
       print '<td>'.$langs->trans("Permissions").'</td>';
       print '</tr>'."\n";
       
      @@ -324,7 +327,7 @@ if ($result)
       
       		print '<tr class="oddeven">';
       
      -		// Picto and label of permission
      +		// Picto and label of module
       		print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName().'</td>';
       
               // Permission and tick
      @@ -383,6 +386,7 @@ if ($result)
               	print '<td>&nbsp</td>';
               }
       
      +        // Label
       		$permlabel=($conf->global->MAIN_USE_ADVANCED_PERMS && ($langs->trans("PermissionAdvanced".$obj->id)!=("PermissionAdvanced".$obj->id))?$langs->trans("PermissionAdvanced".$obj->id):(($langs->trans("Permission".$obj->id)!=("Permission".$obj->id))?$langs->trans("Permission".$obj->id):$langs->trans($obj->libelle)));
       		print '<td class="maxwidthonsmartphone">'.$permlabel.'</td>';
       
      
      From ba22ae45e7a33bd875fa4f25358eb4da4f32cc31 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:45:20 +0100
      Subject: [PATCH 0882/1013] Fix column balance
      
      ---
       htdocs/user/perms.php | 13 ++++++++-----
       1 file changed, 8 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index 5bb953c3a9d..cee13c53d1c 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -313,14 +313,17 @@ if ($result)
           		print '<tr class="oddeven trforbreak">';
           		print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName();
           		print '<a name="'.$objMod->getName().'"></a></td>';
      -    		print '<td align="center" class="nowrap">';
           		if ($caneditperms && empty($objMod->rights_admin_allowed) || empty($object->admin))
           		{
      -    			print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("All")).'" alt="'.dol_escape_htmltag($langs->trans("All")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=addrights&amp;entity='.$entity.'&amp;module='.$obj->module.'">'.$langs->trans("All")."</a>";
      -    			print '/';
      -    			print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("None")).'" alt="'.dol_escape_htmltag($langs->trans("None")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delrights&amp;entity='.$entity.'&amp;module='.$obj->module.'">'.$langs->trans("None")."</a>";
      +    			if ($caneditperms)
      +    			{
      +    				print '<td align="center" class="nowrap">';
      +    				print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("All")).'" alt="'.dol_escape_htmltag($langs->trans("All")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=addrights&amp;entity='.$entity.'&amp;module='.$obj->module.'">'.$langs->trans("All")."</a>";
      +    				print '/';
      +    				print '<a class="reposition" title="'.dol_escape_htmltag($langs->trans("None")).'" alt="'.dol_escape_htmltag($langs->trans("None")).'" href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&amp;action=delrights&amp;entity='.$entity.'&amp;module='.$obj->module.'">'.$langs->trans("None")."</a>";
      +    				print '</td>';
      +    			}
           		}
      -    		print '</td>';
           		print '<td colspan="2">&nbsp;</td>';
           		print '</tr>'."\n";
               }
      
      From df2aa2e2f6d49124e86869a85ef630f9ff1e55d3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:52:43 +0100
      Subject: [PATCH 0883/1013] Fix column balance
      
      ---
       htdocs/user/perms.php | 9 ++++++++-
       1 file changed, 8 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
      index cee13c53d1c..17666183319 100644
      --- a/htdocs/user/perms.php
      +++ b/htdocs/user/perms.php
      @@ -313,7 +313,7 @@ if ($result)
           		print '<tr class="oddeven trforbreak">';
           		print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">'.img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName();
           		print '<a name="'.$objMod->getName().'"></a></td>';
      -    		if ($caneditperms && empty($objMod->rights_admin_allowed) || empty($object->admin))
      +    		if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin))
           		{
           			if ($caneditperms)
           			{
      @@ -324,6 +324,13 @@ if ($result)
           				print '</td>';
           			}
           		}
      +    		else
      +    		{
      +    			if ($caneditperms)
      +    			{
      +    				print '<td></td>';
      +    			}
      +    		}
           		print '<td colspan="2">&nbsp;</td>';
           		print '</tr>'."\n";
               }
      
      From a7989eb8931d8034b58224f7a7bc001a44ac6805 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:55:10 +0100
      Subject: [PATCH 0884/1013] Fix menu
      
      ---
       htdocs/core/lib/admin.lib.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index 0c9a43d5ca9..9d3bc24bd76 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -1731,7 +1731,7 @@ function email_admin_prepare_head()
       	$h = 0;
       	$head = array();
       
      -	if ($user->admin && (empty($_SESSION['leftmenu']) || $_SESSION['leftmenu'] != 'email_templates'))
      +	if (! empty($user->admin) && (empty($_SESSION['leftmenu']) || $_SESSION['leftmenu'] != 'email_templates'))
       	{
       		$head[$h][0] = DOL_URL_ROOT."/admin/mails.php";
       		$head[$h][1] = $langs->trans("OutGoingEmailSetup");
      @@ -1752,7 +1752,7 @@ function email_admin_prepare_head()
       	$head[$h][2] = 'templates';
       	$h++;
       
      -	if ($conf->global->MAIN_FEATURES_LEVEL >= 1)
      +	if ($conf->global->MAIN_FEATURES_LEVEL >= 1 && ! empty($user->admin) && (empty($_SESSION['leftmenu']) || $_SESSION['leftmenu'] != 'email_templates'))
       	{
       		$head[$h][0] = DOL_URL_ROOT."/admin/mails_senderprofile_list.php";
       		$head[$h][1] = $langs->trans("EmailSenderProfiles");
      
      From 1f6ccd4a660ae7c3b2aa973249bf8303125066ff Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 13:58:00 +0100
      Subject: [PATCH 0885/1013] Fix permission to edit websites
      
      ---
       htdocs/website/index.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 71b71e241a1..d64849ddc9b 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -37,7 +37,7 @@ require_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
       
       $langs->loadLangs(array("admin","other","website"));
       
      -if (! $user->admin) accessforbidden();
      +if (! $user->rights->website->read) accessforbidden();
       
       if (! ((GETPOST('testmenuhider','int') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)))
       {
      
      From 3294fada3d06ff422dbe168d0b5f3c6b27fac9c9 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 14:59:36 +0100
      Subject: [PATCH 0886/1013] FIX working on invoice sharing (multicompany)
      
      ---
       htdocs/compta/facture/card.php | 192 +++++++++++++++++----------------
       1 file changed, 97 insertions(+), 95 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 2414afd3b97..73f0c87d574 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -109,9 +109,23 @@ if ($id > 0 || ! empty($ref)) {
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $hookmanager->initHooks(array('invoicecard','globalcard'));
       
      -$permissionnote = $user->rights->facture->creer; // Used by the include of actions_setnotes.inc.php
      -$permissiondellink=$user->rights->facture->creer;	// Used by the include of actions_dellink.inc.php
      -$permissiontoedit = $user->rights->facture->creer; // Used by the include of actions_lineupdonw.inc.php
      +$usercanread = $user->rights->facture->lire;
      +$usercancreate = $user->rights->facture->creer;
      +$usercanissuepayment = $user->rights->facture->paiement;
      +$usercandelete = $user->rights->facture->supprimer;
      +$usercanvalidate = ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && $usercancreate) || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->validate)));
      +$usercansend = (empty($conf->global->MAIN_USE_ADVANCED_PERMS) || $user->rights->facture->invoice_advance->send);
      +$usercanreopen = (empty($conf->global->MAIN_USE_ADVANCED_PERMS) || $user->rights->facture->invoice_advance->reopen);
      +$usercanunvalidate = ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($usercancreate)) || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)));
      +
      +$usercanproductignorepricemin = ((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS));
      +$usercancreatemargin = $user->rights->margins->creer;
      +$usercanreadallmargin = $user->rights->margins->liretous;
      +$usercancreatewithdrarequest = $user->rights->prelevement->bons->creer;
      +
      +$permissionnote = $usercancreate; // Used by the include of actions_setnotes.inc.php
      +$permissiondellink = $usercancreate;	// Used by the include of actions_dellink.inc.php
      +$permissiontoedit = $usercancreate; // Used by the include of actions_lineupdonw.inc.php
       
       // Security check
       $fieldid = (! empty($ref) ? 'facnumber' : 'rowid');
      @@ -147,7 +161,7 @@ if (empty($reshook))
       	include DOL_DOCUMENT_ROOT.'/core/actions_lineupdown.inc.php';	// Must be include, not include_once
       
       	// Action clone object
      -	if ($action == 'confirm_clone' && $confirm == 'yes' && $user->rights->facture->creer) {
      +	if ($action == 'confirm_clone' && $confirm == 'yes' && $usercancreate) {
       	//	if (1 == 0 && empty($_REQUEST["clone_content"]) && empty($_REQUEST["clone_receivers"])) {
       	//		$mesgs [] = '<div class="error">' . $langs->trans("NoCloneOptionsSpecified") . '</div>';
       	//	} else {
      @@ -165,7 +179,7 @@ if (empty($reshook))
       	}
       
       	// Change status of invoice
      -	else if ($action == 'reopen' && $user->rights->facture->creer) {
      +	else if ($action == 'reopen' && $usercancreate) {
       		$result = $object->fetch($id);
       		if ($object->statut == 2 || ($object->statut == 3 && $object->close_code != 'replaced') || ($object->statut == 1 && $object->paye == 1)) {    // ($object->statut == 1 && $object->paye == 1) should not happened but can be found when data are corrupted
       			$result = $object->set_unpaid($user);
      @@ -194,8 +208,8 @@ if (empty($reshook))
       
       		$isErasable=$object->is_erasable();
       
      -		if (($user->rights->facture->supprimer && $isErasable > 0)
      -			|| ($user->rights->facture->creer && $isErasable == 1))
      +		if (($usercandelete && $isErasable > 0)
      +			|| ($usercancreate && $isErasable == 1))
       		{
       			$result = $object->delete($user, 0, $idwarehouse);
       			if ($result > 0) {
      @@ -209,7 +223,7 @@ if (empty($reshook))
       	}
       
       	// Delete line
      -	else if ($action == 'confirm_deleteline' && $confirm == 'yes' && $user->rights->facture->creer)
      +	else if ($action == 'confirm_deleteline' && $confirm == 'yes' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->fetch_thirdparty();
      @@ -243,7 +257,7 @@ if (empty($reshook))
       	}
       
       	// Delete link of credit note to invoice
      -	else if ($action == 'unlinkdiscount' && $user->rights->facture->creer)
      +	else if ($action == 'unlinkdiscount' && $usercancreate)
       	{
       		$discount = new DiscountAbsolute($db);
       		$result = $discount->fetch(GETPOST("discountid"));
      @@ -251,7 +265,7 @@ if (empty($reshook))
       	}
       
       	// Validation
      -	else if ($action == 'valid' && $user->rights->facture->creer)
      +	else if ($action == 'valid' && $usercancreate)
       	{
       		$object->fetch($id);
       
      @@ -271,7 +285,7 @@ if (empty($reshook))
       		}
       	}
       
      -	else if ($action == 'set_thirdparty' && $user->rights->facture->creer)
      +	else if ($action == 'set_thirdparty' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->setValueFrom('fk_soc', $socid, '', null, 'int', '', $user, 'BILL_MODIFY');
      @@ -280,13 +294,13 @@ if (empty($reshook))
       		exit();
       	}
       
      -	else if ($action == 'classin' && $user->rights->facture->creer)
      +	else if ($action == 'classin' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->setProject($_POST['projectid']);
       	}
       
      -	else if ($action == 'setmode' && $user->rights->facture->creer)
      +	else if ($action == 'setmode' && $usercancreate)
       	{
       		$object->fetch($id);
       		$result = $object->setPaymentMethods(GETPOST('mode_reglement_id', 'int'));
      @@ -295,16 +309,16 @@ if (empty($reshook))
       	}
       
       	// Multicurrency Code
      -	else if ($action == 'setmulticurrencycode' && $user->rights->facture->creer) {
      +	else if ($action == 'setmulticurrencycode' && $usercancreate) {
       		$result = $object->setMulticurrencyCode(GETPOST('multicurrency_code', 'alpha'));
       	}
       
       	// Multicurrency rate
      -	else if ($action == 'setmulticurrencyrate' && $user->rights->facture->creer) {
      +	else if ($action == 'setmulticurrencyrate' && $usercancreate) {
       		$result = $object->setMulticurrencyRate(price2num(GETPOST('multicurrency_tx')), GETPOST('calculation_mode', 'int'));
       	}
       
      -	else if ($action == 'setinvoicedate' && $user->rights->facture->creer)
      +	else if ($action == 'setinvoicedate' && $usercancreate)
       	{
       		$object->fetch($id);
       		$old_date_lim_reglement = $object->date_lim_reglement;
      @@ -323,7 +337,7 @@ if (empty($reshook))
       		if ($result < 0) dol_print_error($db, $object->error);
       	}
       
      -	else if ($action == 'setdate_pointoftax' && $user->rights->facture->creer)
      +	else if ($action == 'setdate_pointoftax' && $usercancreate)
       	{
       		$object->fetch($id);
       		$date_pointoftax = dol_mktime(12, 0, 0, $_POST['date_pointoftaxmonth'], $_POST['date_pointoftaxday'], $_POST['date_pointoftaxyear']);
      @@ -332,7 +346,7 @@ if (empty($reshook))
       		if ($result < 0) dol_print_error($db, $object->error);
       	}
       
      -	else if ($action == 'setconditions' && $user->rights->facture->creer)
      +	else if ($action == 'setconditions' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->cond_reglement_code = 0; // To clean property
      @@ -348,7 +362,7 @@ if (empty($reshook))
       		if ($result < 0) dol_print_error($db, $object->error);
       	}
       
      -	else if ($action == 'setpaymentterm' && $user->rights->facture->creer)
      +	else if ($action == 'setpaymentterm' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->date_lim_reglement = dol_mktime(12, 0, 0, $_POST['paymenttermmonth'], $_POST['paymenttermday'], $_POST['paymenttermyear']);
      @@ -361,7 +375,7 @@ if (empty($reshook))
       			dol_print_error($db, $object->error);
       	}
       
      -	else if ($action == 'setrevenuestamp' && $user->rights->facture->creer)
      +	else if ($action == 'setrevenuestamp' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->revenuestamp = GETPOST('revenuestamp');
      @@ -378,18 +392,18 @@ if (empty($reshook))
       	}
       
       	// bank account
      -	else if ($action == 'setbankaccount' && $user->rights->facture->creer)
      +	else if ($action == 'setbankaccount' && $usercancreate)
       	{
       		$result=$object->setBankAccount(GETPOST('fk_account', 'int'));
       	}
       
      -	else if ($action == 'setremisepercent' && $user->rights->facture->creer)
      +	else if ($action == 'setremisepercent' && $usercancreate)
       	{
       		$object->fetch($id);
       		$result = $object->set_remise($user, $_POST['remise_percent']);
       	}
       
      -	else if ($action == "setabsolutediscount" && $user->rights->facture->creer)
      +	else if ($action == "setabsolutediscount" && $usercancreate)
       	{
       		// POST[remise_id] or POST[remise_id_for_payment]
       
      @@ -447,17 +461,14 @@ if (empty($reshook))
       		}
       	}
       
      -	else if ($action == 'setref_client' && $user->rights->facture->creer)
      +	else if ($action == 'setref_client' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->set_ref_client(GETPOST('ref_client'));
       	}
       
       	// Classify to validated
      -	else if ($action == 'confirm_valid' && $confirm == 'yes' &&
      -		((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -	   	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->validate)))
      -	)
      +	else if ($action == 'confirm_valid' && $confirm == 'yes' && $usercanvalidate)
       	{
       		$idwarehouse = GETPOST('idwarehouse','int');
       
      @@ -557,10 +568,7 @@ if (empty($reshook))
       	}
       
       	// Go back to draft status (unvalidate)
      -	else if ($action == 'confirm_modif' &&
      -		((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -	   	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      -	)
      +	else if ($action == 'confirm_modif' && $usercanunvalidate)
       	{
       		$idwarehouse = GETPOST('idwarehouse','int');
       
      @@ -640,13 +648,13 @@ if (empty($reshook))
       	}
       
       	// Classify "paid"
      -	else if ($action == 'confirm_paid' && $confirm == 'yes' && $user->rights->facture->paiement)
      +	else if ($action == 'confirm_paid' && $confirm == 'yes' && $usercanissuepayment)
       	{
       		$object->fetch($id);
       		$result = $object->set_paid($user);
       		if ($result<0) setEventMessages($object->error, $object->errors, 'errors');
       	} // Classif "paid partialy"
      -	else if ($action == 'confirm_paid_partially' && $confirm == 'yes' && $user->rights->facture->paiement)
      +	else if ($action == 'confirm_paid_partially' && $confirm == 'yes' && $usercanissuepayment)
       	{
       		$object->fetch($id);
       		$close_code = GETPOST("close_code",'none');
      @@ -671,7 +679,7 @@ if (empty($reshook))
       	}
       
       	// Convertir en reduc
      -	else if ($action == 'confirm_converttoreduc' && $confirm == 'yes' && $user->rights->facture->creer)
      +	else if ($action == 'confirm_converttoreduc' && $confirm == 'yes' && $usercancreate)
       	{
       		$object->fetch($id);
       		$object->fetch_thirdparty();
      @@ -797,7 +805,7 @@ if (empty($reshook))
       	}
       
       	// Delete payment
      -	elseif ($action == 'confirm_delete_paiement' && $confirm == 'yes' && $user->rights->facture->creer)
      +	elseif ($action == 'confirm_delete_paiement' && $confirm == 'yes' && $usercancreate)
       	{
       		$object->fetch($id);
       		if ($object->statut == Facture::STATUS_VALIDATED && $object->paye == 0)
      @@ -817,7 +825,7 @@ if (empty($reshook))
       	/*
       	 * Insert new invoice in database
       	 */
      -	else if ($action == 'add' && $user->rights->facture->creer)
      +	else if ($action == 'add' && $usercancreate)
       	{
       		if ($socid > 0) $object->socid = GETPOST('socid', 'int');
       
      @@ -1634,7 +1642,7 @@ if (empty($reshook))
       	}
       
       	// Add a new line
      -	else if ($action == 'addline' && $user->rights->facture->creer)
      +	else if ($action == 'addline' && $usercancreate)
       	{
       		$langs->load('errors');
       		$error = 0;
      @@ -1967,7 +1975,7 @@ if (empty($reshook))
       			if ($tva_npr)
       				$info_bits |= 0x01;
       
      -			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)))) {
      +			if ($usercanproductignorepricemin && (! 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 {
      @@ -2039,7 +2047,7 @@ if (empty($reshook))
       		}
       	}
       
      -	elseif ($action == 'updateline' && $user->rights->facture->creer && ! GETPOST('cancel','alpha'))
      +	elseif ($action == 'updateline' && $usercancreate && ! GETPOST('cancel','alpha'))
       	{
       		if (! $object->fetch($id) > 0)	dol_print_error($db);
       		$object->fetch_thirdparty();
      @@ -2130,7 +2138,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 (((!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)))) {
      +			if ($usercanproductignorepricemin && (($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++;
       			}
      @@ -2167,7 +2175,7 @@ if (empty($reshook))
       
       		// Update line
       		if (! $error) {
      -			if (empty($user->rights->margins->creer))
      +			if (empty($usercancreatemargin))
       			{
       				foreach ($object->lines as &$line)
       				{
      @@ -2245,7 +2253,7 @@ if (empty($reshook))
       		}
       	}
       
      -	else if ($action == 'updatealllines' && $user->rights->facture->creer && $_POST['all_percent'] == $langs->trans('Modifier'))
      +	else if ($action == 'updatealllines' && $usercancreate && $_POST['all_percent'] == $langs->trans('Modifier'))
       	{
       		if (!$object->fetch($id) > 0) dol_print_error($db);
       		if (!is_null(GETPOST('all_progress')) && GETPOST('all_progress') != "")
      @@ -2262,23 +2270,22 @@ if (empty($reshook))
       		}
       	}
       
      -	else if ($action == 'updateline' && $user->rights->facture->creer && $_POST['cancel'] == $langs->trans('Cancel')) {
      +	else if ($action == 'updateline' && $usercancreate && $_POST['cancel'] == $langs->trans('Cancel')) {
       		header('Location: ' . $_SERVER["PHP_SELF"] . '?facid=' . $id); // Pour reaffichage de la fiche en cours d'edition
       		exit();
       	}
       
       	// Outing situation invoice from cycle
      -	elseif ($action == 'confirm_situationout' && $confirm == 'yes' && $user->rights->facture->creer)
      +	elseif ($action == 'confirm_situationout' && $confirm == 'yes' && $usercancreate)
       	{
       	    $object->fetch($id,'', '','', true);
       
       	    if ($object->statut == Facture::STATUS_VALIDATED
       	        && $object->type == Facture::TYPE_SITUATION
      -	        && $user->rights->facture->creer
      +	        && $usercancreate
       	        && !$objectidnext
       	        && $object->is_last_in_cycle()
      -	        && ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -	            || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      +	    	&& $usercanunvalidate
       	        )
       	    {
       	        $outingError = 0;
      @@ -2388,7 +2395,7 @@ if (empty($reshook))
       
       	// add lines from objectlinked
       	elseif($action == 'import_lines_from_object'
      -	    && $user->rights->facture->creer
      +	    && $usercancreate
       	    && $object->statut == Facture::STATUS_DRAFT
       	    && ($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION))
       	{
      @@ -2481,7 +2488,7 @@ if (empty($reshook))
       
       	// Actions to build doc
       	$upload_dir = $conf->facture->dir_output;
      -	$permissioncreate=$user->rights->facture->creer;
      +	$permissioncreate=$usercancreate;
       	include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
       
       
      @@ -2508,7 +2515,7 @@ if (empty($reshook))
       			$action = 'edit_extras';
       	}
       
      -	if (! empty($conf->global->MAIN_DISABLE_CONTACTS_TAB) && $user->rights->facture->creer) {
      +	if (! empty($conf->global->MAIN_DISABLE_CONTACTS_TAB) && $usercancreate) {
       		if ($action == 'addcontact') {
       			$result = $object->fetch($id);
       
      @@ -3474,11 +3481,10 @@ else if ($id > 0 || ! empty($ref))
       	    $formquestion = array();
       	    // remove situation from cycle
       	    if ($object->statut == Facture::STATUS_VALIDATED
      -	        && $user->rights->facture->creer
      +	        && $usercancreate
       	        && !$objectidnext
       	        && $object->is_last_in_cycle()
      -	        && ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -	            || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      +	    	&& $usercanunvalidate
       	        )
       	    {
       	        $formconfirm = $form->formconfirm($_SERVER['PHP_SELF'] . '?facid=' . $object->id, $label, $text, 'confirm_situationout', $formquestion, "yes", 1);
      @@ -3689,8 +3695,8 @@ else if ($id > 0 || ! empty($ref))
       
       	$morehtmlref='<div class="refidno">';
       	// Ref customer
      -	$morehtmlref.=$form->editfieldkey("RefCustomer", 'ref_client', $object->ref_client, $object, $user->rights->facture->creer, 'string', '', 0, 1);
      -	$morehtmlref.=$form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $user->rights->facture->creer, 'string', '', null, null, '', 1);
      +	$morehtmlref.=$form->editfieldkey("RefCustomer", 'ref_client', $object->ref_client, $object, $usercancreate, 'string', '', 0, 1);
      +	$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.'/compta/facture/list.php?socid='.$object->thirdparty->id.'&search_societe='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherBills").'</a>)';
      @@ -3699,7 +3705,7 @@ else if ($id > 0 || ! empty($ref))
       	{
       		$langs->load("projects");
       		$morehtmlref.='<br>'.$langs->trans('Project') . ' ';
      -		if ($user->rights->facture->creer)
      +		if ($usercancreate)
       		{
       			if ($action != 'classify')
       				$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
      @@ -3798,7 +3804,7 @@ else if ($id > 0 || ! empty($ref))
       	print '<table class="nobordernopadding" width="100%"><tr><td>';
       	print $langs->trans('DateInvoice');
       	print '</td>';
      -	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editinvoicedate' && ! empty($object->brouillon) && $user->rights->facture->creer && empty($conf->global->FAC_FORCE_DATE_VALIDATION))
      +	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editinvoicedate' && ! empty($object->brouillon) && $usercancreate && empty($conf->global->FAC_FORCE_DATE_VALIDATION))
       		print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editinvoicedate&amp;facid=' . $object->id . '">' . img_edit($langs->trans('SetDate'), 1) . '</a></td>';
       	print '</tr></table>';
       	print '</td><td>';
      @@ -3839,7 +3845,7 @@ else if ($id > 0 || ! empty($ref))
       	print '<table class="nobordernopadding" width="100%"><tr><td>';
       	print $langs->trans('PaymentConditionsShort');
       	print '</td>';
      -	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editconditions' && $user->rights->facture->creer)
      +	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editconditions' && $usercancreate)
       		print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editconditions&amp;facid=' . $object->id . '">' . img_edit($langs->trans('SetConditions'), 1) . '</a></td>';
       	print '</tr></table>';
       	print '</td><td>';
      @@ -3860,7 +3866,7 @@ else if ($id > 0 || ! empty($ref))
       	print '<table class="nobordernopadding" width="100%"><tr><td>';
       	print $langs->trans('DateMaxPayment');
       	print '</td>';
      -	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editpaymentterm' && $user->rights->facture->creer)
      +	if ($object->type != Facture::TYPE_CREDIT_NOTE && $action != 'editpaymentterm' && $usercancreate)
       		print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editpaymentterm&amp;facid=' . $object->id . '">' . img_edit($langs->trans('SetDate'), 1) . '</a></td>';
       	print '</tr></table>';
       	print '</td><td>';
      @@ -3884,7 +3890,7 @@ else if ($id > 0 || ! empty($ref))
       	print '<table class="nobordernopadding" width="100%"><tr><td>';
       	print $langs->trans('PaymentMode');
       	print '</td>';
      -	if ($action != 'editmode' && $user->rights->facture->creer)
      +	if ($action != 'editmode' && $usercancreate)
       		print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editmode&amp;facid=' . $object->id . '">' . img_edit($langs->trans('SetMode'), 1) . '</a></td>';
       	print '</tr></table>';
       	print '</td><td>';
      @@ -3948,7 +3954,7 @@ else if ($id > 0 || ! empty($ref))
       	print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
       	print $langs->trans('BankAccount');
       	print '<td>';
      -	if (($action != 'editbankaccount') && $user->rights->facture->creer)
      +	if (($action != 'editbankaccount') && $usercancreate)
       		print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editbankaccount&amp;id='.$object->id.'">'.img_edit($langs->trans('SetBankAccount'),1).'</a></td>';
       	print '</tr></table>';
       	print '</td><td>';
      @@ -3975,7 +3981,7 @@ else if ($id > 0 || ! empty($ref))
       		print '<table width="100%" class="nobordernopadding"><tr><td>';
       		print $langs->trans('IncotermLabel');
       		print '<td><td align="right">';
      -		if ($user->rights->facture->creer) print '<a href="'.DOL_URL_ROOT.'/compta/facture/card.php?facid='.$object->id.'&action=editincoterm">'.img_edit().'</a>';
      +		if ($usercancreate) print '<a href="'.DOL_URL_ROOT.'/compta/facture/card.php?facid='.$object->id.'&action=editincoterm">'.img_edit().'</a>';
       		else print '&nbsp;';
       		print '</td></tr></table>';
       		print '</td>';
      @@ -4049,7 +4055,7 @@ else if ($id > 0 || ! empty($ref))
       		print '<table class="nobordernopadding" width="100%"><tr><td>';
       		print $langs->trans('RevenueStamp');
       		print '</td>';
      -		if ($action != 'editrevenuestamp' && ! empty($object->brouillon) && $user->rights->facture->creer)
      +		if ($action != 'editrevenuestamp' && ! empty($object->brouillon) && $usercancreate)
       		{
       			print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editrevenuestamp&amp;facid=' . $object->id . '">' . img_edit($langs->trans('SetRevenuStamp'), 1) . '</a></td>';
       		}
      @@ -4525,7 +4531,7 @@ else if ($id > 0 || ! empty($ref))
       			if (! empty($conf->margin->enabled) && empty($user->societe_id))
       			{
       				print '<td align="right" class="margininfos" width="80">&nbsp;</td>';
      -				if ((! empty($conf->global->DISPLAY_MARGIN_RATES) || ! empty($conf->global->DISPLAY_MARK_RATES)) && $user->rights->margins->liretous) {
      +				if ((! empty($conf->global->DISPLAY_MARGIN_RATES) || ! empty($conf->global->DISPLAY_MARK_RATES)) && $usercanreadallmargin) {
       					print '<td align="right" class="margininfos" width="50">&nbsp;</td>';
       				}
       			}
      @@ -4576,7 +4582,7 @@ else if ($id > 0 || ! empty($ref))
       		$ret = $object->printObjectLines($action, $mysoc, $soc, $lineid, 1);
       
       	// Form to add new line
      -	if ($object->statut == 0 && $user->rights->facture->creer && $action != 'valid' && $action != 'editline' && ($object->is_first() || !$object->situation_cycle_ref))
      +	if ($object->statut == 0 && $usercancreate && $action != 'valid' && $action != 'editline' && ($object->is_first() || !$object->situation_cycle_ref))
       	{
       	    if ($action != 'editline' && $action != 'selectlines')
       		{
      @@ -4617,8 +4623,7 @@ else if ($id > 0 || ! empty($ref))
       					{
       						if (! $objectidnext && $object->is_last_in_cycle())
       						{
      -							if ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -		   						|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      +							if ($usercanunvalidate)
       							{
       								print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="' . $_SERVER['PHP_SELF'] . '?facid=' . $object->id . '&amp;action=modif">' . $langs->trans('Modify') . '</a></div>';
       							} else {
      @@ -4645,7 +4650,7 @@ else if ($id > 0 || ! empty($ref))
       				|| ($object->type == Facture::TYPE_CREDIT_NOTE && empty($discount->id))
       				|| ($object->type == Facture::TYPE_DEPOSIT && empty($discount->id)))
       				&& ($object->statut == 2 || $object->statut == 3 || ($object->statut == 1 && $object->paye == 1))   // Condition ($object->statut == 1 && $object->paye == 1) should not happened but can be found due to corrupted data
      -				&& ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && $user->rights->facture->creer) || (!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && $user->rights->facture->invoice_advance->reopen)))				// A paid invoice (partially or completely)
      +				&& ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && $usercancreate) || $usercanreopen))				// A paid invoice (partially or completely)
       			{
       				if (! $objectidnext && $object->close_code != 'replaced') 				// Not replaced by another invoice
       				{
      @@ -4657,8 +4662,7 @@ else if ($id > 0 || ! empty($ref))
       
       			// Validate
       			if ($object->statut == Facture::STATUS_DRAFT && count($object->lines) > 0 && ((($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION) && (! empty($conf->global->FACTURE_ENABLE_NEGATIVE) || $object->total_ttc >= 0)) || ($object->type == Facture::TYPE_CREDIT_NOTE && $object->total_ttc <= 0))) {
      -				if ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -		  		|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->validate)))
      +				if ($usercanvalidate)
       				{
       					print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="' . $_SERVER["PHP_SELF"] . '?facid=' . $object->id . '&amp;action=valid">' . $langs->trans('Validate') . '</a></div>';
       				}
      @@ -4669,7 +4673,7 @@ else if ($id > 0 || ! empty($ref))
       				if ($objectidnext) {
       					print '<div class="inline-block divButAction"><span class="butActionRefused" title="' . $langs->trans("DisabledBecauseReplacedInvoice") . '">' . $langs->trans('SendMail') . '</span></div>';
       				} else {
      -					if (empty($conf->global->MAIN_USE_ADVANCED_PERMS) || $user->rights->facture->invoice_advance->send) {
      +					if ($usercansend) {
       						print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?facid=' . $object->id . '&action=presend&mode=init#formmailbeforetitle">' . $langs->trans('SendMail') . '</a></div>';
       					} else
       						print '<div class="inline-block divButAction"><a class="butActionRefused" href="#">' . $langs->trans('SendMail') . '</a></div>';
      @@ -4681,7 +4685,7 @@ else if ($id > 0 || ! empty($ref))
       			{
       				if ($resteapayer > 0)
       				{
      -					if ($user->rights->prelevement->bons->creer)
      +					if ($usercancreatewithdrarequest)
       					{
       						if (! $objectidnext && $object->close_code != 'replaced') 				// Not replaced by another invoice
       						{
      @@ -4702,7 +4706,7 @@ else if ($id > 0 || ! empty($ref))
       			}
       
       			// Create payment
      -			if ($object->type != Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $user->rights->facture->paiement) {
      +			if ($object->type != Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $usercanissuepayment) {
       				if ($objectidnext) {
       					print '<div class="inline-block divButAction"><span class="butActionRefused" title="' . $langs->trans("DisabledBecauseReplacedInvoice") . '">' . $langs->trans('DoPayment') . '</span></div>';
       				} else {
      @@ -4717,7 +4721,7 @@ else if ($id > 0 || ! empty($ref))
       			// Reverse back money or convert to reduction
       			if ($object->type == Facture::TYPE_CREDIT_NOTE || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_STANDARD) {
       				// For credit note only
      -				if ($object->type == Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $user->rights->facture->paiement)
      +				if ($object->type == Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $usercanissuepayment)
       				{
       					if ($resteapayer == 0)
       					{
      @@ -4730,24 +4734,24 @@ else if ($id > 0 || ! empty($ref))
       				}
       
       				// For standard invoice with excess received
      -				if ($object->type == Facture::TYPE_STANDARD && empty($object->paye) && ($object->total_ttc - $totalpaye - $totalcreditnotes - $totaldeposits) < 0 && $user->rights->facture->creer && empty($discount->id))
      +				if ($object->type == Facture::TYPE_STANDARD && empty($object->paye) && ($object->total_ttc - $totalpaye - $totalcreditnotes - $totaldeposits) < 0 && $usercancreate && empty($discount->id))
       				{
       					print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="'.$_SERVER["PHP_SELF"].'?facid='.$object->id.'&amp;action=converttoreduc">'.$langs->trans('ConvertExcessReceivedToReduc').'</a></div>';
       				}
       				// For credit note
      -				if ($object->type == Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $user->rights->facture->creer && $object->getSommePaiement() == 0) {
      +				if ($object->type == Facture::TYPE_CREDIT_NOTE && $object->statut == 1 && $object->paye == 0 && $usercancreate && $object->getSommePaiement() == 0) {
       					print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="' . $_SERVER["PHP_SELF"] . '?facid=' . $object->id . '&amp;action=converttoreduc">' . $langs->trans('ConvertToReduc') . '</a></div>';
       				}
       				// For deposit invoice
      -				if ($object->type == Facture::TYPE_DEPOSIT && $user->rights->facture->creer && $object->statut > 0 && empty($discount->id))
      +				if ($object->type == Facture::TYPE_DEPOSIT && $usercancreate && $object->statut > 0 && empty($discount->id))
       				{
       					print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="'.$_SERVER["PHP_SELF"].'?facid='.$object->id.'&amp;action=converttoreduc">'.$langs->trans('ConvertToReduc').'</a></div>';
       				}
       			}
       
       			// Classify paid
      -			if ($object->statut == 1 && $object->paye == 0 && $user->rights->facture->paiement && (($object->type != Facture::TYPE_CREDIT_NOTE && $object->type != Facture::TYPE_DEPOSIT && $resteapayer <= 0) || ($object->type == Facture::TYPE_CREDIT_NOTE && $resteapayer >= 0))
      -				|| ($object->type == Facture::TYPE_DEPOSIT && $object->paye == 0 && $object->total_ttc > 0 && $resteapayer == 0 && $user->rights->facture->paiement && empty($discount->id))
      +			if ($object->statut == 1 && $object->paye == 0 && $usercanissuepayment && (($object->type != Facture::TYPE_CREDIT_NOTE && $object->type != Facture::TYPE_DEPOSIT && $resteapayer <= 0) || ($object->type == Facture::TYPE_CREDIT_NOTE && $resteapayer >= 0))
      +				|| ($object->type == Facture::TYPE_DEPOSIT && $object->paye == 0 && $object->total_ttc > 0 && $resteapayer == 0 && $usercanissuepayment && empty($discount->id))
       			)
       			{
       				print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="'.$_SERVER['PHP_SELF'].'?facid='.$object->id.'&amp;action=paid">'.$langs->trans('ClassifyPaid').'</a></div>';
      @@ -4755,7 +4759,7 @@ else if ($id > 0 || ! empty($ref))
       
       			// Classify 'closed not completely paid' (possible si validee et pas encore classee payee)
       
      -			if ($object->statut == 1 && $object->paye == 0 && $resteapayer > 0 && $user->rights->facture->paiement)
      +			if ($object->statut == 1 && $object->paye == 0 && $resteapayer > 0 && $usercanissuepayment)
       			{
       				if ($totalpaye > 0 || $totalcreditnotes > 0)
       				{
      @@ -4779,13 +4783,13 @@ else if ($id > 0 || ! empty($ref))
       			}
       
       			// Clone
      -			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $user->rights->facture->creer)
      +			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $usercancreate)
       			{
       				print '<div class="inline-block divButAction"><a class="butAction'.($conf->use_javascript_ajax?' reposition':'').'" href="' . $_SERVER['PHP_SELF'] . '?facid=' . $object->id . '&amp;action=clone&amp;object=invoice">' . $langs->trans("ToClone") . '</a></div>';
       			}
       
       			// Clone as predefined / Create template
      -			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $object->statut == 0 && $user->rights->facture->creer)
      +			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $object->statut == 0 && $usercancreate)
       			{
       				if (! $objectidnext && count($object->lines) > 0)
       				{
      @@ -4794,7 +4798,7 @@ else if ($id > 0 || ! empty($ref))
       			}
       
       			// Create a credit note
      -			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $object->statut > 0 && $user->rights->facture->creer)
      +			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $object->statut > 0 && $usercancreate)
       			{
       				if (! $objectidnext)
       				{
      @@ -4805,14 +4809,13 @@ else if ($id > 0 || ! empty($ref))
       			// For situation invoice with excess received
       			if ($object->statut > Facture::STATUS_DRAFT
       			    && ($object->total_ttc - $totalpaye - $totalcreditnotes - $totaldeposits) > 0
      -			    && $user->rights->facture->creer
      +			    && $usercancreate
       			    && !$objectidnext
       			    && $object->is_last_in_cycle()
       			    && $conf->global->INVOICE_USE_SITUATION_CREDIT_NOTE
       			    )
       			{
      -			    if ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -			        || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      +				if ($usercanunvalidate)
       			    {
       			        print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?socid=' . $object->socid .'&amp;fac_avoir=' . $object->id . '&amp;invoiceAvoirWithLines=1&amp;action=create&amp;type=2'.($object->fk_project > 0 ? '&amp;projectid='.$object->fk_project : '').'">' . $langs->trans("CreateCreditNote") . '</a></div>';
       			    } else {
      @@ -4823,12 +4826,11 @@ else if ($id > 0 || ! empty($ref))
       			// remove situation from cycle
       			if ($object->statut > Facture::STATUS_DRAFT
       			    && $object->type == Facture::TYPE_SITUATION
      -			    && $user->rights->facture->creer
      +			    && $usercancreate
       			    && !$objectidnext
       			    && $object->situation_counter > 1
       			    && $object->is_last_in_cycle()
      -			    && ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->creer))
      -			        || (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->facture->invoice_advance->unvalidate)))
      +				&& $usercanunvalidate
       			    )
       			{
       			    if(($object->total_ttc - $totalcreditnotes  ) == 0 )
      @@ -4842,7 +4844,7 @@ else if ($id > 0 || ! empty($ref))
       			}
       
       			// Create next situation invoice
      -			if ($user->rights->facture->creer && ($object->type == 5) && ($object->statut == 1 || $object->statut == 2)) {
      +			if ($usercancreate && ($object->type == 5) && ($object->statut == 1 || $object->statut == 2)) {
       				if ($object->is_last_in_cycle() && $object->situation_final != 1) {
       					print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?action=create&amp;type=5&amp;origin=facture&amp;originid=' . $object->id . '&amp;socid=' . $object->socid . '" >' . $langs->trans('CreateNextSituationInvoice') . '</a></div>';
       				} else if (!$object->is_last_in_cycle()) {
      @@ -4854,7 +4856,7 @@ else if ($id > 0 || ! empty($ref))
       
       			// Delete
       			$isErasable = $object->is_erasable();
      -			if ($user->rights->facture->supprimer || ($user->rights->facture->creer && $isErasable == 1))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
      +			if ($usercandelete || ($usercancreate && $isErasable == 1))	// isErasable = 1 means draft with temporary ref (draft can always be deleted with no need of permissions)
       			{
       				//var_dump($isErasable);
       				if ($isErasable == -4) {
      @@ -4901,8 +4903,8 @@ else if ($id > 0 || ! empty($ref))
       		$filename = dol_sanitizeFileName($object->ref);
       		$filedir = $conf->facture->dir_output . '/' . dol_sanitizeFileName($object->ref);
       		$urlsource = $_SERVER['PHP_SELF'] . '?facid=' . $object->id;
      -		$genallowed = $user->rights->facture->lire;
      -		$delallowed = $user->rights->facture->creer;
      +		$genallowed = $usercanread;
      +		$delallowed = $usercancreate;
       
       		print $formfile->showdocuments('facture', $filename, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 1, 0, 0, 28, 0, '', '', '', $soc->default_lang);
       		$somethingshown = $formfile->numoffiles;
      @@ -4911,7 +4913,7 @@ else if ($id > 0 || ! empty($ref))
       		$linktoelem = $form->showLinkToObjectBlock($object, null, array('invoice'));
       
       		$compatibleImportElementsList = false;
      -		if($user->rights->facture->creer
      +		if($usercancreate
       		    && $object->statut == Facture::STATUS_DRAFT
       		    && ($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION) )
       		{
      
      From 9ff4b31843835b8e1cd18ecc7c572106ff86bff8 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 15:24:22 +0100
      Subject: [PATCH 0887/1013] FIX compatibility with invoice sharing and invoice
       number sharing
      
      ---
       .../core/modules/facture/mod_facture_mars.php | 18 ++--
       .../modules/facture/mod_facture_mercure.php   | 90 +++++++++++++------
       .../modules/facture/mod_facture_terre.php     | 14 +--
       3 files changed, 78 insertions(+), 44 deletions(-)
      
      diff --git a/htdocs/core/modules/facture/mod_facture_mars.php b/htdocs/core/modules/facture/mod_facture_mars.php
      index 2bdad538ec9..19161ae1325 100644
      --- a/htdocs/core/modules/facture/mod_facture_mars.php
      +++ b/htdocs/core/modules/facture/mod_facture_mars.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      - * Copyright (C) 2005-2015 Regis Houssin        <regis.houssin@inodbox.com>
      + * Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2013      Juanjo Menent		<jmenent@2byte.es>
        *
        * This program is free software; you can redistribute it and/or modify
      @@ -145,19 +145,19 @@ class mod_facture_mars extends ModeleNumRefFactures
       	 * Return next value not used or last value used
       	 *
       	 * @param	Societe		$objsoc		Object third party
      -	 * @param   Facture		$facture	Object invoice
      +	 * @param   Facture		$invoice	Object invoice
            * @param   string		$mode       'next' for next value or 'last' for last value
       	 * @return  string       			Value
       	 */
      -	function getNextValue($objsoc,$facture,$mode='next')
      +	function getNextValue($objsoc, $invoice, $mode='next')
       	{
       		global $db;
       
       		$prefix=$this->prefixinvoice;
       
      -		if ($facture->type == 1) $prefix=$this->prefixreplacement;
      -		else if ($facture->type == 2) $prefix=$this->prefixcreditnote;
      -		else if ($facture->type == 3) $prefix=$this->prefixdeposit;
      +		if ($invoice->type == 1) $prefix=$this->prefixreplacement;
      +		else if ($invoice->type == 2) $prefix=$this->prefixcreditnote;
      +		else if ($invoice->type == 3) $prefix=$this->prefixdeposit;
       		else $prefix=$this->prefixinvoice;
       
       		// D'abord on recupere la valeur max
      @@ -165,7 +165,7 @@ class mod_facture_mars extends ModeleNumRefFactures
       		$sql = "SELECT MAX(CAST(SUBSTRING(facnumber FROM ".$posindice.") AS SIGNED)) as max";	// This is standard SQL
       		$sql.= " FROM ".MAIN_DB_PREFIX."facture";
       		$sql.= " WHERE facnumber LIKE '".$prefix."____-%'";
      -		$sql.= " AND entity IN (".getEntity('invoicenumber').")";
      +		$sql.= " AND entity IN (".getEntity('invoicenumber', 1, $invoice).")";
       
       		$resql=$db->query($sql);
       		dol_syslog(get_class($this)."::getNextValue", LOG_DEBUG);
      @@ -189,7 +189,7 @@ class mod_facture_mars extends ModeleNumRefFactures
                   $sql = "SELECT facnumber as ref";
                   $sql.= " FROM ".MAIN_DB_PREFIX."facture";
                   $sql.= " WHERE facnumber LIKE '".$prefix."____-".$num."'";
      -            $sql.= " AND entity IN (".getEntity('invoicenumber').")";
      +            $sql.= " AND entity IN (".getEntity('invoicenumber', 1, $invoice).")";
       
                   dol_syslog(get_class($this)."::getNextValue", LOG_DEBUG);
                   $resql=$db->query($sql);
      @@ -204,7 +204,7 @@ class mod_facture_mars extends ModeleNumRefFactures
       		}
       		else if ($mode == 'next')
       		{
      -    		$date=$facture->date;	// This is invoice date (not creation date)
      +			$date=$invoice->date;	// This is invoice date (not creation date)
           		$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
      diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
      index 95e60c78398..e2e64988b4a 100644
      --- a/htdocs/core/modules/facture/mod_facture_mercure.php
      +++ b/htdocs/core/modules/facture/mod_facture_mercure.php
      @@ -131,43 +131,77 @@ class mod_facture_mercure extends ModeleNumRefFactures
            * Return next value
            *
            * @param	Societe		$objsoc     Object third party
      -     * @param   Facture		$facture	Object invoice
      +     * @param   Facture		$invoice	Object invoice
            * @param   string		$mode       'next' for next value or 'last' for last value
            * @return  string      			Value if OK, 0 if KO
            */
      -    function getNextValue($objsoc,$facture,$mode='next')
      +    function getNextValue($objsoc, $invoice, $mode='next')
           {
      -        global $db,$conf;
      +    	global $db,$conf;
       
      -        require_once DOL_DOCUMENT_ROOT .'/core/lib/functions2.lib.php';
      +    	require_once DOL_DOCUMENT_ROOT .'/core/lib/functions2.lib.php';
       
      -        // Get Mask value
      -        $mask = '';
      -        if (is_object($facture) && $facture->type == 1)
      -        {
      -        	$mask=$conf->global->FACTURE_MERCURE_MASK_REPLACEMENT;
      -        	if (! $mask)
      -        	{
      -        		$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      -        	}
      -        }
      -        else if (is_object($facture) && $facture->type == 2) $mask=$conf->global->FACTURE_MERCURE_MASK_CREDIT;
      -		else if (is_object($facture) && $facture->type == 3) $mask=$conf->global->FACTURE_MERCURE_MASK_DEPOSIT;
      -        else $mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      -        if (! $mask)
      -        {
      -            $this->error='NotConfigured';
      -            return 0;
      -        }
      +    	// Get Mask value
      +    	$mask = '';
      +    	if (is_object($invoice) && $invoice->type == 1)
      +    	{
      +    		$constant = 'FACTURE_MERCURE_MASK_REPLACEMENT_'.$invoice->entity;
      +    		if (! empty($conf->global->$constant)) {
      +    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      +    		} else {
      +    			$mask=$conf->global->FACTURE_MERCURE_MASK_REPLACEMENT;
      +    		}
      +    		if (! $mask)
      +    		{
      +    			$constant = 'FACTURE_MERCURE_MASK_INVOICE_'.$invoice->entity;
      +    			if (! empty($conf->global->$constant)) {
      +    				$mask = $conf->global->$constant; // for multicompany proposal sharing
      +    			} else {
      +    				$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      +    			}
      +    		}
      +    	}
      +    	else if (is_object($invoice) && $invoice->type == 2){
      +    		$constant = 'FACTURE_MERCURE_MASK_CREDIT_'.$invoice->entity;
      +    		if (! empty($conf->global->$constant)) {
      +    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      +    		} else {
      +    			$mask=$conf->global->FACTURE_MERCURE_MASK_CREDIT;
      +    		}
      +    	}
      +    	else if (is_object($invoice) && $invoice->type == 3){
      +    		$constant = 'FACTURE_MERCURE_MASK_DEPOSIT_'.$invoice->entity;
      +    		if (! empty($conf->global->$constant)) {
      +    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      +    		} else {
      +    			$mask=$conf->global->FACTURE_MERCURE_MASK_DEPOSIT;
      +    		}
      +    	}
      +    	else {
      +    		$constant = 'FACTURE_MERCURE_MASK_INVOICE_'.$invoice->entity;
      +    		if (! empty($conf->global->$constant)) {
      +    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      +    		} else {
      +    			$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      +    		}
      +    	}
      +    	if (! $mask)
      +    	{
      +    		$this->error='NotConfigured';
      +    		return 0;
      +    	}
       
      -        $where='';
      -        //if ($facture->type == 2) $where.= " AND type = 2";
      -        //else $where.=" AND type != 2";
      +    	$where='';
      +    	//if ($facture->type == 2) $where.= " AND type = 2";
      +    	//else $where.=" AND type != 2";
       
      -        $numFinal=get_next_value($db,$mask,'facture','facnumber',$where,$objsoc,$facture->date,$mode);
      -        if (! preg_match('/([0-9])+/',$numFinal)) $this->error = $numFinal;
      +    	// Get entities
      +    	$entity = getEntity('invoicenumber', 1, $invoice);
       
      -        return  $numFinal;
      +    	$numFinal=get_next_value($db,$mask,'facture','facnumber',$where,$objsoc,$facture->date,$mode,false,null,$entity);
      +    	if (! preg_match('/([0-9])+/',$numFinal)) $this->error = $numFinal;
      +
      +    	return  $numFinal;
           }
       
       
      diff --git a/htdocs/core/modules/facture/mod_facture_terre.php b/htdocs/core/modules/facture/mod_facture_terre.php
      index 4442451984f..1c19d564486 100644
      --- a/htdocs/core/modules/facture/mod_facture_terre.php
      +++ b/htdocs/core/modules/facture/mod_facture_terre.php
      @@ -163,16 +163,16 @@ class mod_facture_terre extends ModeleNumRefFactures
       	 * Return next value not used or last value used
       	 *
       	 * @param	Societe		$objsoc		Object third party
      -	 * @param   Facture		$facture	Object invoice
      +	 * @param   Facture		$invoice	Object invoice
            * @param   string		$mode       'next' for next value or 'last' for last value
       	 * @return  string       			Value
       	 */
      -	function getNextValue($objsoc,$facture,$mode='next')
      +	function getNextValue($objsoc, $invoice, $mode='next')
       	{
       		global $db;
       
      -		if ($facture->type == 2) $prefix=$this->prefixcreditnote;
      -		else if ($facture->type == 3) $prefix=$this->prefixdeposit;
      +		if ($invoice->type == 2) $prefix=$this->prefixcreditnote;
      +		else if ($invoice->type == 3) $prefix=$this->prefixdeposit;
       		else $prefix=$this->prefixinvoice;
       
       		// D'abord on recupere la valeur max
      @@ -180,7 +180,7 @@ class mod_facture_terre extends ModeleNumRefFactures
       		$sql = "SELECT MAX(CAST(SUBSTRING(facnumber FROM ".$posindice.") AS SIGNED)) as max";	// This is standard SQL
       		$sql.= " FROM ".MAIN_DB_PREFIX."facture";
       		$sql.= " WHERE facnumber LIKE '".$prefix."____-%'";
      -		$sql.= " AND entity IN (".getEntity('invoicenumber').")";
      +		$sql.= " AND entity IN (".getEntity('invoicenumber', 1, $invoice).")";
       
       		$resql=$db->query($sql);
       		dol_syslog(get_class($this)."::getNextValue", LOG_DEBUG);
      @@ -204,7 +204,7 @@ class mod_facture_terre extends ModeleNumRefFactures
                   $sql = "SELECT facnumber as ref";
                   $sql.= " FROM ".MAIN_DB_PREFIX."facture";
                   $sql.= " WHERE facnumber LIKE '".$prefix."____-".$num."'";
      -            $sql.= " AND entity IN (".getEntity('invoicenumber').")";
      +            $sql.= " AND entity IN (".getEntity('invoicenumber', 1, $invoice).")";
       
                   dol_syslog(get_class($this)."::getNextValue", LOG_DEBUG);
                   $resql=$db->query($sql);
      @@ -219,7 +219,7 @@ class mod_facture_terre extends ModeleNumRefFactures
       		}
       		else if ($mode == 'next')
       		{
      -    		$date=$facture->date;	// This is invoice date (not creation date)
      +			$date=$invoice->date;	// This is invoice date (not creation date)
           		$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
      
      From 93a1e941a410f10c1c83c2b3e501546bfc6cf8ff Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 15:34:39 +0100
      Subject: [PATCH 0888/1013] FIX new method: override constants of current
       entity
      
      ---
       .../modules/facture/mod_facture_mercure.php   | 67 +++++--------------
       1 file changed, 18 insertions(+), 49 deletions(-)
      
      diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
      index e2e64988b4a..15a3d371915 100644
      --- a/htdocs/core/modules/facture/mod_facture_mercure.php
      +++ b/htdocs/core/modules/facture/mod_facture_mercure.php
      @@ -141,55 +141,24 @@ class mod_facture_mercure extends ModeleNumRefFactures
       
           	require_once DOL_DOCUMENT_ROOT .'/core/lib/functions2.lib.php';
       
      -    	// Get Mask value
      -    	$mask = '';
      -    	if (is_object($invoice) && $invoice->type == 1)
      -    	{
      -    		$constant = 'FACTURE_MERCURE_MASK_REPLACEMENT_'.$invoice->entity;
      -    		if (! empty($conf->global->$constant)) {
      -    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      -    		} else {
      -    			$mask=$conf->global->FACTURE_MERCURE_MASK_REPLACEMENT;
      -    		}
      -    		if (! $mask)
      -    		{
      -    			$constant = 'FACTURE_MERCURE_MASK_INVOICE_'.$invoice->entity;
      -    			if (! empty($conf->global->$constant)) {
      -    				$mask = $conf->global->$constant; // for multicompany proposal sharing
      -    			} else {
      -    				$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      -    			}
      -    		}
      -    	}
      -    	else if (is_object($invoice) && $invoice->type == 2){
      -    		$constant = 'FACTURE_MERCURE_MASK_CREDIT_'.$invoice->entity;
      -    		if (! empty($conf->global->$constant)) {
      -    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      -    		} else {
      -    			$mask=$conf->global->FACTURE_MERCURE_MASK_CREDIT;
      -    		}
      -    	}
      -    	else if (is_object($invoice) && $invoice->type == 3){
      -    		$constant = 'FACTURE_MERCURE_MASK_DEPOSIT_'.$invoice->entity;
      -    		if (! empty($conf->global->$constant)) {
      -    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      -    		} else {
      -    			$mask=$conf->global->FACTURE_MERCURE_MASK_DEPOSIT;
      -    		}
      -    	}
      -    	else {
      -    		$constant = 'FACTURE_MERCURE_MASK_INVOICE_'.$invoice->entity;
      -    		if (! empty($conf->global->$constant)) {
      -    			$mask = $conf->global->$constant; // for multicompany proposal sharing
      -    		} else {
      -    			$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      -    		}
      -    	}
      -    	if (! $mask)
      -    	{
      -    		$this->error='NotConfigured';
      -    		return 0;
      -    	}
      +        // Get Mask value
      +        $mask = '';
      +        if (is_object($invoice) && $invoice->type == 1)
      +        {
      +        	$mask=$conf->global->FACTURE_MERCURE_MASK_REPLACEMENT;
      +        	if (! $mask)
      +        	{
      +        		$mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      +        	}
      +        }
      +        else if (is_object($invoice) && $invoice->type == 2) $mask=$conf->global->FACTURE_MERCURE_MASK_CREDIT;
      +        else if (is_object($invoice) && $invoice->type == 3) $mask=$conf->global->FACTURE_MERCURE_MASK_DEPOSIT;
      +        else $mask=$conf->global->FACTURE_MERCURE_MASK_INVOICE;
      +        if (! $mask)
      +        {
      +            $this->error='NotConfigured';
      +            return 0;
      +        }
       
           	$where='';
           	//if ($facture->type == 2) $where.= " AND type = 2";
      
      From 874e27ef84d106311cb84d718288fe4e41400862 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 15:37:10 +0100
      Subject: [PATCH 0889/1013] FIX multicompany override constants of current
       entity
      
      ---
       htdocs/core/modules/propale/mod_propale_saphir.php | 8 +-------
       1 file changed, 1 insertion(+), 7 deletions(-)
      
      diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
      index c91f9eb529c..87fcc7c2920 100644
      --- a/htdocs/core/modules/propale/mod_propale_saphir.php
      +++ b/htdocs/core/modules/propale/mod_propale_saphir.php
      @@ -134,14 +134,8 @@ class mod_propale_saphir extends ModeleNumRefPropales
       
       		require_once DOL_DOCUMENT_ROOT .'/core/lib/functions2.lib.php';
       
      -		$constant = 'PROPALE_SAPHIR_MASK_'.$propal->entity;
      -
       		// On defini critere recherche compteur
      -		if (! empty($conf->global->$constant)) {
      -			$mask = $conf->global->$constant; // for multicompany proposal sharing
      -		} else {
      -			$mask = $conf->global->PROPALE_SAPHIR_MASK;
      -		}
      +		$mask = $conf->global->PROPALE_SAPHIR_MASK;
       
       		if (! $mask)
       		{
      
      From 0592e8a31c43a132663cf2e3f6492421cd3d25bd Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 16:44:10 +0100
      Subject: [PATCH 0890/1013] FIX config is override by multicompany module
      
      ---
       htdocs/comm/propal/class/propal.class.php | 8 +-------
       1 file changed, 1 insertion(+), 7 deletions(-)
      
      diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php
      index f94ea38675a..0fcdcd47546 100644
      --- a/htdocs/comm/propal/class/propal.class.php
      +++ b/htdocs/comm/propal/class/propal.class.php
      @@ -3429,13 +3429,7 @@ class Propal extends CommonObject
       		global $conf,$langs;
       		$langs->load("propal");
       
      -		$constant = 'PROPALE_ADDON_'.$this->entity;
      -
      -		if (! empty($conf->global->$constant)) {
      -			$classname = $conf->global->$constant; // for multicompany proposal sharing
      -		} else {
      -			$classname = $conf->global->PROPALE_ADDON;
      -		}
      +		$classname = $conf->global->PROPALE_ADDON;
       
       		if (! empty($classname))
       		{
      
      From 0907a6d6115ebaa82b8b93c20c002d4b6989b9f4 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 16:55:14 +0100
      Subject: [PATCH 0891/1013] FIX wrong object name (travis error)
      
      ---
       htdocs/core/modules/facture/mod_facture_mercure.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
      index 15a3d371915..88217172c76 100644
      --- a/htdocs/core/modules/facture/mod_facture_mercure.php
      +++ b/htdocs/core/modules/facture/mod_facture_mercure.php
      @@ -167,7 +167,7 @@ class mod_facture_mercure extends ModeleNumRefFactures
           	// Get entities
           	$entity = getEntity('invoicenumber', 1, $invoice);
       
      -    	$numFinal=get_next_value($db,$mask,'facture','facnumber',$where,$objsoc,$facture->date,$mode,false,null,$entity);
      +    	$numFinal=get_next_value($db,$mask,'facture','facnumber',$where,$objsoc,$invoice->date,$mode,false,null,$entity);
           	if (! preg_match('/([0-9])+/',$numFinal)) $this->error = $numFinal;
       
           	return  $numFinal;
      
      From 976094043b5e5f3c85dfe9ac56cb4f802a897606 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 17:34:27 +0100
      Subject: [PATCH 0892/1013] FIX missing GETPOST('entity')
      
      ---
       htdocs/compta/facture/card.php | 4 ++++
       1 file changed, 4 insertions(+)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 73f0c87d574..5d1c5b92f2b 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -877,6 +877,7 @@ if (empty($reshook))
       				$object->location_incoterms = GETPOST('location_incoterms', 'alpha');
       				$object->multicurrency_code = GETPOST('multicurrency_code', 'alpha');
       				$object->multicurrency_tx   = GETPOST('originmulticurrency_tx', 'int');
      +				$object->entity				= (GETPOSTISSET('entity')?GETPOST('entity', 'int'):$conf->entity);
       
       				// Proprietes particulieres a facture de remplacement
       				$object->fk_facture_source = $_POST['fac_replacement'];
      @@ -929,6 +930,7 @@ if (empty($reshook))
       				$object->location_incoterms = GETPOST('location_incoterms', 'alpha');
       				$object->multicurrency_code = GETPOST('multicurrency_code', 'alpha');
       				$object->multicurrency_tx   = GETPOST('originmulticurrency_tx', 'int');
      +				$object->entity				= (GETPOSTISSET('entity')?GETPOST('entity', 'int'):$conf->entity);
       
       				// Proprietes particulieres a facture avoir
       				$object->fk_facture_source = $sourceinvoice > 0 ? $sourceinvoice : '';
      @@ -1110,6 +1112,7 @@ if (empty($reshook))
       				$object->location_incoterms = GETPOST('location_incoterms', 'alpha');
       				$object->multicurrency_code = GETPOST('multicurrency_code', 'alpha');
       				$object->multicurrency_tx   = GETPOST('originmulticurrency_tx', 'int');
      +				$object->entity				= (GETPOSTISSET('entity')?GETPOST('entity', 'int'):$conf->entity);
       
       				// Source facture
       				$object->fac_rec = GETPOST('fac_rec', 'int');
      @@ -1160,6 +1163,7 @@ if (empty($reshook))
       				$object->location_incoterms = GETPOST('location_incoterms', 'alpha');
       				$object->multicurrency_code = GETPOST('multicurrency_code', 'alpha');
       				$object->multicurrency_tx   = GETPOST('originmulticurrency_tx', 'int');
      +				$object->entity				= (GETPOSTISSET('entity')?GETPOST('entity', 'int'):$conf->entity);
       
       				if (GETPOST('type') == Facture::TYPE_SITUATION)
       				{
      
      From bcc83408e09370c7d9e260152dcd1e97563beb85 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Wed, 14 Nov 2018 18:10:41 +0100
      Subject: [PATCH 0893/1013] FIX avoid error if $object->fk_account =< 0 for
       getNomUrl
      
      ---
       htdocs/compta/paiement/card.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php
      index 656d6c673f2..70a08416cea 100644
      --- a/htdocs/compta/paiement/card.php
      +++ b/htdocs/compta/paiement/card.php
      @@ -233,9 +233,10 @@ $disable_delete = 0;
       // Bank account
       if (! empty($conf->banque->enabled))
       {
      +	$bankline=new AccountLine($db);
      +
       	if ($object->fk_account > 0)
       	{
      -		$bankline=new AccountLine($db);
       		$bankline->fetch($object->bank_line);
       		if ($bankline->rappro)
       		{
      
      From 01947288fb9e840639ee74514ea18609710bfdb1 Mon Sep 17 00:00:00 2001
      From: David Beniamine <david.beniamine@tetras-libre.fr>
      Date: Wed, 14 Nov 2018 18:29:15 +0100
      Subject: [PATCH 0894/1013] Fix issue #9956 User can edit some of their data
       without permissons
      
      ---
       htdocs/user/card.php | 74 ++++++++++++++++++++++++++++++++++++++------
       1 file changed, 64 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index c8cb474b12d..3fb95d7d3f3 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -14,6 +14,7 @@
        * 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>
      + * Copyright (C) 2018      David Beniamine      <David.Beniamine@Tetras-Libre.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
      @@ -2137,7 +2138,16 @@ else
       		   	// Employee
       		   	print '<tr>';
       		   	print '<td>'.fieldLabel('Employee','employee',0).'</td><td>';
      -		   	print $form->selectyesno("employee",$object->employee,1);
      +			if ($caneditfield)
      +			{
      +		   		print $form->selectyesno("employee",$object->employee,1);
      +			}else{
      +				if ($object->employee){
      +					print $langs->trans("Yes");
      +				}else{
      +					print $langs->trans("No");
      +				}
      +			}
       		   	print '</td></tr>';
       
       		   	// Hierarchy
      @@ -2341,7 +2351,12 @@ else
       			{
       				print '<tr><td>'.$langs->trans("ColorUser").'</td>';
       				print '<td>';
      -				print $formother->selectColor(GETPOST('color')?GETPOST('color'):$object->color, 'color', null, 1, '', 'hideifnotset');
      +				if ($caneditfield)
      +				{
      +					print $formother->selectColor(GETPOST('color')?GETPOST('color'):$object->color, 'color', null, 1, '', 'hideifnotset');
      +				}else{
      +					print $formother->showColor($object->color, '');
      +				}
       				print '</td></tr>';
       			}
       
      @@ -2364,7 +2379,12 @@ else
       				foreach ($cats as $cat) {
       					$arrayselected[] = $cat->id;
       				}
      -				print $form->multiselectarray( 'usercats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%' );
      +				if ($caneditfield)
      +				{
      +					print $form->multiselectarray( 'usercats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%' );
      +				}else{
      +					print $form->showCategories( $object->id, 'user', 1 );
      +				}
       				print "</td></tr>";
       			}
       
      @@ -2447,7 +2467,12 @@ else
       			print $hookmanager->resPrint;
       			if (empty($reshook))
       			{
      -				print $object->showOptionals($extrafields,'edit');
      +				if ($caneditfield)
      +				{
      +					print $object->showOptionals($extrafields,'edit');
      +				}else{
      +					print $object->showOptionals($extrafields,'view');
      +				}
       			}
       
       			// Signature
      @@ -2496,7 +2521,11 @@ else
       				print $form->textwithpicto($text, $langs->trans("THMDescription"), 1, 'help', 'classthm');
       				print '</td>';
       				print '<td>';
      -				print '<input size="8" type="text" name="thm" value="'.price2num(GETPOST('thm')?GETPOST('thm'):$object->thm).'">';
      +				if($caneditfield){
      +					print '<input size="8" type="text" name="thm" value="'.price2num(GETPOST('thm')?GETPOST('thm'):$object->thm).'">';
      +				}else{
      +					print ($object->thm!=''?price($object->thm,'',$langs,1,-1,-1,$conf->currency):'');
      +				}
       				print '</td>';
       				print "</tr>\n";
       
      @@ -2506,7 +2535,12 @@ else
       				print $form->textwithpicto($text, $langs->trans("TJMDescription"), 1, 'help', 'classthm');
       				print '</td>';
       				print '<td>';
      -				print '<input size="8" type="text" name="tjm" value="'.price2num(GETPOST('tjm')?GETPOST('tjm'):$object->tjm).'">';
      +				if($caneditfield)
      +				{
      +					print '<input size="8" type="text" name="tjm" value="'.price2num(GETPOST('tjm')?GETPOST('tjm'):$object->tjm).'">';
      +				}else{
      +					print ($object->tjm!=''?price($object->tjm,'',$langs,1,-1,-1,$conf->currency):'');
      +				}
       				print '</td>';
       				print "</tr>\n";
       
      @@ -2521,21 +2555,36 @@ else
       			// Weeklyhours
       			print '<tr><td>'.$langs->trans("WeeklyHours").'</td>';
       			print '<td>';
      -			print '<input size="8" type="text" name="weeklyhours" value="'.price2num(GETPOST('weeklyhours')?GETPOST('weeklyhours'):$object->weeklyhours).'">';
      +			if($caneditfield)
      +			{
      +				print '<input size="8" type="text" name="weeklyhours" value="'.price2num(GETPOST('weeklyhours')?GETPOST('weeklyhours'):$object->weeklyhours).'">';
      +			}else{
      +				print price2num($object->weeklyhours);
      +			}
       			print '</td>';
       			print "</tr>\n";
       
       			// Date employment
       			print '<tr><td>'.$langs->trans("DateEmployment").'</td>';
       			print '<td>';
      -			print $form->selectDate(GETPOST('dateemployment')?GETPOST('dateemployment'):$object->dateemployment, 'dateemployment', 0, 0, 1, 'formdateemployment', 1, 0);
      +			if($caneditfield)
      +			{
      +				print $form->selectDate(GETPOST('dateemployment')?GETPOST('dateemployment'):$object->dateemployment, 'dateemployment', 0, 0, 1, 'formdateemployment', 1, 0);
      +			}else{
      +				print dol_print_date($object->dateemployment, 'day');
      +			}
       			print '</td>';
       			print "</tr>\n";
       
       			// Date employmentEnd
       			print '<tr><td>'.$langs->trans("DateEmploymentEnd").'</td>';
       			print '<td>';
      -			print $form->selectDate(GETPOST('dateemploymentend')?GETPOST('dateemploymentend'):$object->dateemploymentend, 'dateemploymentend', 0, 0, 1, 'formdateemploymentend', 1, 0);
      +			if($caneditfield)
      +			{
      +				print $form->selectDate(GETPOST('dateemploymentend')?GETPOST('dateemploymentend'):$object->dateemploymentend, 'dateemploymentend', 0, 0, 1, 'formdateemploymentend', 1, 0);
      +			}else{
      +				print dol_print_date($object->dateemploymentend, 'day');
      +			}
       			print '</td>';
       			print "</tr>\n";
       
      @@ -2543,7 +2592,12 @@ else
       			// Date birth
       			print '<tr><td>'.$langs->trans("DateToBirth").'</td>';
       			print '<td>';
      -			print $form->selectDate(GETPOST('birth')?GETPOST('birth'):$object->birth, 'birth', 0, 0, 1, 'updateuser', 1, 0);
      +			if($caneditfield)
      +			{
      +				echo $form->select_date(GETPOST('birth')?GETPOST('birth'):$object->birth,'birth',0,0,1,'updateuser',1,0,1);
      +			}else{
      +				print dol_print_date($object->birth, 'day');
      +			}
       			print '</td>';
       			print "</tr>\n";
       
      
      From e94b545cb64af639ccfa3ea94b9d5bdad94edd3a Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 14 Nov 2018 18:38:09 +0100
      Subject: [PATCH 0895/1013] Fix field not required
      
      ---
       htdocs/admin/prelevement.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php
      index 91d73931155..9fc4f46e54f 100644
      --- a/htdocs/admin/prelevement.php
      +++ b/htdocs/admin/prelevement.php
      @@ -232,13 +232,13 @@ print '</td>';
       print '</tr>';
       
       //EntToEnd
      -print '<tr class="pair"><td class="fieldrequired">'.$langs->trans("END_TO_END").'</td>';
      +print '<tr class="pair"><td>'.$langs->trans("END_TO_END").'</td>';
       print '<td align="left">';
       print '<input type="text" name="PRELEVEMENT_END_TO_END" value="'.$conf->global->END_TO_END.'" size="15" ></td>';
       print '</td></tr>';
       
       //USTRD
      -print '<tr class="pair"><td class="fieldrequired">'.$langs->trans("USTRD").'</td>';
      +print '<tr class="pair"><td>'.$langs->trans("USTRD").'</td>';
       print '<td align="left">';
       print '<input type="text" name="PRELEVEMENT_USTRD" value="'.$conf->global->USTRD.'" size="15" ></td>';
       print '</td></tr>';
      
      From 1c15d249b3dfa6284d550f6ddbcbf85124e4f520 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 22:05:21 +0100
      Subject: [PATCH 0896/1013] replace specific php7 code
      
      ---
       .../lib/classes/Swift/Mime/Headers/ParameterizedHeader.php      | 2 +-
       .../swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php        | 2 +-
       .../swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php     | 2 +-
       .../swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php   | 2 +-
       .../swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php  | 2 +-
       5 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
      index b4a0ddf1224..228946a5ee9 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
      @@ -97,7 +97,7 @@ class Swift_Mime_Headers_ParameterizedHeader extends Swift_Mime_Headers_Unstruct
           {
               $params = $this->getParameters();
       
      -        return $params[$parameter] ?? null;
      +        return isset($params[$parameter]) ? $params[$parameter] : null;
           }
       
           /**
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
      index 768de07f812..f8667954bcf 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
      @@ -493,7 +493,7 @@ class Swift_Mime_SimpleMessage extends Swift_Mime_MimePart
                   '%[1-5]'
                   );
       
      -        return $priority ?? 3;
      +        return isset($priority) ? $priority : 3;
           }
       
           /**
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      index 2d1a9b47d56..a434729f613 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      @@ -293,7 +293,7 @@ class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_M
           public function setChildren(array $children, $compoundLevel = null)
           {
               // TODO: Try to refactor this logic
      -        $compoundLevel = $compoundLevel ?? $this->getCompoundLevel($children);
      +        $compoundLevel = isset($compoundLevel) ? $compoundLevel : $this->getCompoundLevel($children);
               $immediateChildren = array();
               $grandchildren = array();
               $newContentType = $this->userContentType;
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
      index 9d5feefb92c..745ee879003 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
      @@ -159,7 +159,7 @@ class Swift_Plugins_DecoratorPlugin implements Swift_Events_SendListener, Swift_
                   return $this->replacements->getReplacementsFor($address);
               }
       
      -        return $this->replacements[$address] ?? null;
      +        return isset($this->replacements[$address]) ? $this->replacements[$address] : null;
           }
       
           /**
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
      index 7eb7ef33086..56d9c748769 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
      @@ -208,7 +208,7 @@ class Swift_Transport_EsmtpTransport extends Swift_Transport_AbstractSmtpTranspo
            */
           public function getSourceIp()
           {
      -        return $this->params['sourceIp'] ?? null;
      +        return isset($this->params['sourceIp']) ? $this->params['sourceIp'] : null;
           }
       
           /**
      
      From e544f47a05daaa18a260c1f601afbfb83d992de9 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 22:08:07 +0100
      Subject: [PATCH 0897/1013] replace specific php7 code
      
      ---
       .travis.yml | 15 ++++++++-------
       1 file changed, 8 insertions(+), 7 deletions(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 17c25da09b8..41464821967 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: trusty to have php 5.4+ available 
      +# We use dist: trusty to have php 5.4+ available
       dist: trusty
       sudo: required
       
      @@ -20,7 +20,7 @@ addons:
           # To use the last version of pgloader, we add repo of postgresql
           - postgresql
           - sourceline: 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main'
      -    - key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'  
      +    - key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
           packages:
           # We need a webserver to test the webservices
           # Let's install Apache with.
      @@ -105,7 +105,7 @@ before_install:
           pgloader --version
           echo
         fi
      - 
      +
       install:
       - |
         echo "Updating Composer"
      @@ -199,7 +199,7 @@ before_script:
           mysql --version | head -
           mysql -e "SELECT VERSION();"  | head -
           echo
      -  
      +
         - |
           echo "Setting up database"
           if [ "$DB" = 'mysql' ] || [ "$DB" = 'mariadb' ] || [ "$DB" = 'postgresql' ]; then
      @@ -207,7 +207,7 @@ before_script:
             mysql -e 'DROP DATABASE IF EXISTS travis;'
             mysql -e 'CREATE DATABASE IF NOT EXISTS travis;'
             mysql -e 'GRANT ALL PRIVILEGES ON travis.* TO travis@127.0.0.1;'
      -      mysql -e 'FLUSH PRIVILEGES;'    
      +      mysql -e 'FLUSH PRIVILEGES;'
             mysql -D travis < dev/initdemo/mysqldump_dolibarr_3.5.0.sql
           fi
           if [ "$DB" = 'postgresql' ]; then
      @@ -288,7 +288,8 @@ script:
         echo "Checking PHP syntax errors"
         # Ensure we catch errors
         set -e
      -  parallel-lint --exclude htdocs/includes --blame .
      +  #parallel-lint --exclude htdocs/includes --blame .
      +  parallel-lint --blame .
         set +e
         echo
       
      @@ -347,7 +348,7 @@ script:
         #cat $TRAVIS_BUILD_DIR/upgrade500600-3.log
         #cat $TRAVIS_BUILD_DIR/upgrade600700-2.log
         cat /tmp/dolibarr_install.log
      -  
      +
       - |
         echo "Unit testing"
         # Ensure we catch errors. Set this to +e if you want to go to the end to see dolibarr.log file.
      
      From b13ad8170ffe3e4cef722c8902302da6bc44404c Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 22:42:09 +0100
      Subject: [PATCH 0898/1013] correctly check intl extension
      
      ---
       .../EmailValidator/Validation/SpoofCheckValidation.php        | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php b/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php
      index dd270556e8a..4721f0d8c98 100644
      --- a/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php
      +++ b/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/SpoofCheckValidation.php
      @@ -13,10 +13,10 @@ class SpoofCheckValidation implements EmailValidation
            * @var InvalidEmail
            */
           private $error;
      -    
      +
           public function __construct()
           {
      -        if (!class_exists(Spoofchecker::class)) {
      +        if (!extension_loaded('intl')) {
                   throw new \LogicException(sprintf('The %s class requires the Intl extension.', __CLASS__));
               }
           }
      
      From fabaddb02a2826c1e3c6542293b2103f0fb53e6d Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 22:57:00 +0100
      Subject: [PATCH 0899/1013] exclude some for php-parallel-lint
      
      ---
       .travis.yml | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 41464821967..0c2645df066 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -289,7 +289,7 @@ script:
         # Ensure we catch errors
         set -e
         #parallel-lint --exclude htdocs/includes --blame .
      -  parallel-lint --blame .
      +  parallel-lint --exclude htdocs/includes/sabre/sabre/event/tests --exclude htdocs/includes/sabre/sabre/event/examples --exclude htdocs/includes/sabre/sabre/dav/tests --exclude htdocs/includes/sabre/sabre/vobject/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --blame .
         set +e
         echo
       
      
      From 0729dfd3788176a3654ab27a842c45a0b33637b5 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 23:17:53 +0100
      Subject: [PATCH 0900/1013] exclude some for php-parallel-lint
      
      ---
       .travis.yml | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 0c2645df066..bc11265c0c8 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -289,7 +289,7 @@ script:
         # Ensure we catch errors
         set -e
         #parallel-lint --exclude htdocs/includes --blame .
      -  parallel-lint --exclude htdocs/includes/sabre/sabre/event/tests --exclude htdocs/includes/sabre/sabre/event/examples --exclude htdocs/includes/sabre/sabre/dav/tests --exclude htdocs/includes/sabre/sabre/vobject/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --blame .
      +  parallel-lint --exclude htdocs/includes/sabre/sabre/event/tests --exclude htdocs/includes/sabre/sabre/event/examples --exclude htdocs/includes/sabre/sabre/dav/tests --exclude htdocs/includes/sabre/sabre/vobject/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/sabre/composer/autoload_static.php --exclude htdocs/includes/composer/autoload_static.php --blame .
         set +e
         echo
       
      
      From 92cda2a75ca81f27bfd2aa0be52ebc01c53ba364 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 14 Nov 2018 23:29:24 +0100
      Subject: [PATCH 0901/1013] fix cant use method return value
      
      ---
       .../EmailValidator/Validation/NoRFCWarningsValidation.php      | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/NoRFCWarningsValidation.php b/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/NoRFCWarningsValidation.php
      index e4bf0cc4df9..f3656b35a52 100644
      --- a/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/NoRFCWarningsValidation.php
      +++ b/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Validation/NoRFCWarningsValidation.php
      @@ -22,7 +22,8 @@ class NoRFCWarningsValidation extends RFCValidation
                   return false;
               }
       
      -        if (empty($this->getWarnings())) {
      +        $ret = $this->getWarnings();
      +        if (empty($ret)) {
                   return true;
               }
       
      
      From 6f90516f577922b0ffb394d294c29920ce6af73c Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Thu, 15 Nov 2018 09:40:08 +0100
      Subject: [PATCH 0902/1013] FIX check write permission for multicurrency
      
      ---
       htdocs/compta/facture/card.php | 13 +++++--------
       1 file changed, 5 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
      index 5d1c5b92f2b..cafd59569bb 100644
      --- a/htdocs/compta/facture/card.php
      +++ b/htdocs/compta/facture/card.php
      @@ -3917,15 +3917,12 @@ else if ($id > 0 || ! empty($ref))
       		print '<table class="nobordernopadding" width="100%"><tr><td>';
       		print fieldLabel('Currency','multicurrency_code');
       		print '</td>';
      -		if ($action != 'editmulticurrencycode' && ! empty($object->brouillon))
      +		if ($usercancreate && $action != 'editmulticurrencycode' && ! empty($object->brouillon))
       			print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editmulticurrencycode&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetMultiCurrencyCode'), 1) . '</a></td>';
       		print '</tr></table>';
       		print '</td><td>';
      -		if ($action == 'editmulticurrencycode') {
      -			$form->form_multicurrency_code($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_code, 'multicurrency_code');
      -		} else {
      -			$form->form_multicurrency_code($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_code, 'none');
      -		}
      +		$htmlname = (($usercancreate && $action == 'editmulticurrencycode')?'multicurrency_code':'none');
      +		$form->form_multicurrency_code($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_code, $htmlname);
       		print '</td></tr>';
       
       		print '<tr>';
      @@ -3933,7 +3930,7 @@ else if ($id > 0 || ! empty($ref))
       		print '<table class="nobordernopadding" width="100%"><tr><td>';
       		print fieldLabel('CurrencyRate','multicurrency_tx');
       		print '</td>';
      -		if ($action != 'editmulticurrencyrate' && ! empty($object->brouillon) && $object->multicurrency_code && $object->multicurrency_code != $conf->currency)
      +		if ($usercancreate && $action != 'editmulticurrencyrate' && ! empty($object->brouillon) && $object->multicurrency_code && $object->multicurrency_code != $conf->currency)
       			print '<td align="right"><a href="' . $_SERVER["PHP_SELF"] . '?action=editmulticurrencyrate&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetMultiCurrencyCode'), 1) . '</a></td>';
       		print '</tr></table>';
       		print '</td><td>';
      @@ -3941,7 +3938,7 @@ else if ($id > 0 || ! empty($ref))
       			if($action == 'actualizemulticurrencyrate') {
       				list($object->fk_multicurrency, $object->multicurrency_tx) = MultiCurrency::getIdAndTxFromCode($object->db, $object->multicurrency_code);
       			}
      -			$form->form_multicurrency_rate($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_tx, 'multicurrency_tx', $object->multicurrency_code);
      +			$form->form_multicurrency_rate($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_tx, ($usercancreate?'multicurrency_tx':'none'), $object->multicurrency_code);
       		} else {
       			$form->form_multicurrency_rate($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->multicurrency_tx, 'none', $object->multicurrency_code);
       			if($object->statut == $object::STATUS_DRAFT && $object->multicurrency_code && $object->multicurrency_code != $conf->currency) {
      
      From 3ca45e0e407aefeb709d7c1e3e70319d27a98c34 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 10:59:55 +0100
      Subject: [PATCH 0903/1013] Fix double dot in sql filename
      
      ---
       htdocs/core/class/utils.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php
      index ec95063906c..ab71975690f 100644
      --- a/htdocs/core/class/utils.class.php
      +++ b/htdocs/core/class/utils.class.php
      @@ -210,7 +210,7 @@ class Utils
       		if ($file == 'auto')
       		{
       			$prefix='dump';
      -			$ext='.sql';
      +			$ext='sql';
       			if (in_array($type, array('mysql', 'mysqli')))  { $prefix='mysqldump'; $ext='sql'; }
       			//if ($label == 'PostgreSQL') { $prefix='pg_dump'; $ext='dump'; }
       			if (in_array($type, array('pgsql'))) { $prefix='pg_dump'; $ext='sql'; }
      
      From ac0f46f9e5d9fc35b1d7ed70ca7ec6229bcb6cb5 Mon Sep 17 00:00:00 2001
      From: markus <markus@welters.de>
      Date: Thu, 15 Nov 2018 11:10:54 +0100
      Subject: [PATCH 0904/1013] for Denmark: forme_jurisdisque additions
      
      ---
       .../mysql/data/llx_c_forme_juridique.sql      | 24 +++++--
       .../install/mysql/migration/8.0.0-9.0.0.sql   | 68 +++++++++++--------
       2 files changed, 57 insertions(+), 35 deletions(-)
      
      diff --git a/htdocs/install/mysql/data/llx_c_forme_juridique.sql b/htdocs/install/mysql/data/llx_c_forme_juridique.sql
      index 08d7eded1ad..ec8e687203f 100644
      --- a/htdocs/install/mysql/data/llx_c_forme_juridique.sql
      +++ b/htdocs/install/mysql/data/llx_c_forme_juridique.sql
      @@ -89,9 +89,9 @@ insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'29','Group
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'31','Personne morale de droit étranger, immatriculée au RCS');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'32','Personne morale de droit étranger, non immatriculée au RCS');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'35','Régime auto-entrepreneur');
      -                                                                     
      +
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'41','Etablissement public ou régie à caractère industriel ou commercial');
      -                                                                     
      +
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'51','Société coopérative commerciale particulière');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'52','Société en nom collectif');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'53','Société en commandite');
      @@ -108,18 +108,18 @@ insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'63','Soci
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'64','Société non commerciale d assurances');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'65','Société civile');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'69','Personnes de droit privé inscrites au RCS');
      -                                                                     
      +
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'71','Administration de l état');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'72','Collectivité territoriale');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'73','Etablissement public administratif');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'74','Personne morale de droit public administratif');
      -                                                                     
      +
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'81','Organisme gérant régime de protection social à adhésion obligatoire');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'82','Organisme mutualiste');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'83','Comité d entreprise');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'84','Organisme professionnel');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'85','Organisme de retraite à adhésion non obligatoire');
      -                                                                     
      +
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'91','Syndicat de propriétaires');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'92','Association loi 1901 ou assimilé');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,'93','Fondation');
      @@ -159,6 +159,17 @@ insert into llx_c_forme_juridique (fk_pays, code, libelle) values (5, '506', 'KG
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (5, '507', 'Ltd. - Limited Company');
       insert into llx_c_forme_juridique (fk_pays, code, libelle) values (5, '508', 'OHG - Offene Handelsgesellschaft');
       
      +-- Denmark
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8001', 'Aktieselvskab A/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8002', 'Anparts Selvskab ApS');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8003', 'Personlig ejet selvskab');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8004', 'Iværksætterselvskab IVS');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8005', 'Interessentskab I/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8006', 'Holdingselskab');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8007', 'Selskab Med Begrænset Hæftelse SMBA');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8008', 'Kommanditselskab K/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8009', 'SPE-selskab');
      +
       -- Greece
       INSERT INTO llx_c_forme_juridique (code,fk_pays,libelle,isvatexempted,active) VALUES ('10201',102,'Ατομική επιχείρηση',0,1);
       INSERT INTO llx_c_forme_juridique (code,fk_pays,libelle,isvatexempted,active) VALUES ('10202',102,'Εταιρική  επιχείρηση',0,1);
      @@ -313,4 +324,5 @@ INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178,
       INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178, '17802', 'Asociación General', 1);
       INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178, '17803', 'Sociedad de Responsabilidad Limitada', 1);
       INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178, '17804', 'Sociedad Civil', 1);
      -INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178, '17805', 'Sociedad Anónima', 1);
      \ No newline at end of file
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178, '17805', 'Sociedad Anónima', 1);
      +
      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 0c9498fb594..123badcd901 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
      @@ -72,6 +72,16 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_VALIDATE','Expense report validated','Executed when an expense report is validated','expensereport',202);
       insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('HOLIDAY_APPROVE','Expense report approved','Executed when an expense report is approved','expensereport',203);
       
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8001', 'Aktieselvskab A/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8002', 'Anparts Selvskab ApS');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8003', 'Personlig ejet selvskab');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8004', 'Iværksætterselvskab IVS');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8005', 'Interessentskab I/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8006', 'Holdingselskab');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8007', 'Selskab Med Begrænset Hæftelse SMBA');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8008', 'Kommanditselskab K/S');
      +INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle) VALUES (80, '8009', 'SPE-selskab');
      +
       ALTER TABLE llx_payment_salary ADD COLUMN ref varchar(30) NULL after rowid;
       ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after amount;
       
      @@ -142,26 +152,26 @@ UPDATE llx_holiday SET ref = rowid WHERE ref IS NULL;
       
       CREATE TABLE llx_emailcollector_emailcollector(
               -- BEGIN MODULEBUILDER FIELDS
      -        rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, 
      -        entity integer DEFAULT 1 NOT NULL, 
      +        rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      +        entity integer DEFAULT 1 NOT NULL,
               ref varchar(128) NOT NULL,
      -        label varchar(255), 
      +        label varchar(255),
               description text,
      -        host varchar(255), 
      -        user varchar(128), 
      +        host varchar(255),
      +        user varchar(128),
               password varchar(128),
               source_directory varchar(255) NOT NULL,
               target_directory varchar(255),
      -        datelastresult datetime, 
      -        codelastresult varchar(16), 
      +        datelastresult datetime,
      +        codelastresult varchar(16),
               lastresult varchar(255),
      -        note_public text, 
      -        note_private text, 
      -        date_creation datetime NOT NULL, 
      -        tms timestamp NOT NULL, 
      -        fk_user_creat integer NOT NULL, 
      -        fk_user_modif integer, 
      -        import_key varchar(14), 
      +        note_public text,
      +        note_private text,
      +        date_creation datetime NOT NULL,
      +        tms timestamp NOT NULL,
      +        fk_user_creat integer NOT NULL,
      +        fk_user_modif integer,
      +        import_key varchar(14),
               status integer NOT NULL
               -- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
      @@ -174,28 +184,28 @@ CREATE TABLE llx_emailcollector_emailcollectoraction(
       	-- BEGIN MODULEBUILDER FIELDS
       	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
       	fk_emailcollector INTEGER NOT NULL,
      -	type varchar(128) NOT NULL, 
      -	actionparam varchar(255) NULL, 
      -	date_creation datetime NOT NULL, 
      -	tms timestamp NOT NULL, 
      -	fk_user_creat integer NOT NULL, 
      -	fk_user_modif integer, 
      -	import_key varchar(14), 
      +	type varchar(128) NOT NULL,
      +	actionparam varchar(255) NULL,
      +	date_creation datetime NOT NULL,
      +	tms timestamp NOT NULL,
      +	fk_user_creat integer NOT NULL,
      +	fk_user_modif integer,
      +	import_key varchar(14),
       	status integer NOT NULL
       	-- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
       CREATE TABLE llx_emailcollector_emailcollectorfilter(
       	-- BEGIN MODULEBUILDER FIELDS
      -	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, 
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
       	fk_emailcollector INTEGER NOT NULL,
      -	type varchar(128) NOT NULL, 
      -	rulevalue varchar(255) NULL, 
      -	date_creation datetime NOT NULL, 
      -	tms timestamp NOT NULL, 
      -	fk_user_creat integer NOT NULL, 
      -	fk_user_modif integer, 
      -	import_key varchar(14), 
      +	type varchar(128) NOT NULL,
      +	rulevalue varchar(255) NULL,
      +	date_creation datetime NOT NULL,
      +	tms timestamp NOT NULL,
      +	fk_user_creat integer NOT NULL,
      +	fk_user_modif integer,
      +	import_key varchar(14),
       	status integer NOT NULL
       	-- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
      
      From 85cdc441052fa0ed3025b109cf0240d9295e28cb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 13:39:12 +0100
      Subject: [PATCH 0905/1013] Several fixes in project creation, cache of
       dolGetIfFromCode, ...
      
      ---
       htdocs/core/lib/functions.lib.php             |  46 +++--
       .../modules/project/mod_project_simple.php    |   6 +-
       .../modules/project/mod_project_universal.php |   8 +-
       .../class/emailcollector.class.php            | 165 +++++++++++++++---
       htdocs/langs/en_US/admin.lang                 |   2 +-
       htdocs/langs/en_US/other.lang                 |   3 +
       htdocs/projet/class/project.class.php         |   9 +
       7 files changed, 192 insertions(+), 47 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index c563cf14bbc..7bb634cde2a 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -2837,35 +2837,50 @@ function isValidPhone($phone)
        * @param   string		$stringencoding		Encoding of string
        * @return  int								Length of string
        */
      -function dol_strlen($string,$stringencoding='UTF-8')
      +function dol_strlen($string, $stringencoding='UTF-8')
       {
       	if (function_exists('mb_strlen')) return mb_strlen($string,$stringencoding);
       	else return strlen($string);
       }
       
       /**
      - * Make a substring. Works even in mbstring module is not enabled.
      + * Make a substring. Works even if mbstring module is not enabled for better compatibility.
        *
        * @param	string	$string				String to scan
        * @param	string	$start				Start position
      - * @param	int		$length				Length
      + * @param	int		$length				Length (in nb of characters or nb of bytes depending on trunconbytes param)
        * @param   string	$stringencoding		Page code used for input string encoding
      + * @param	int		$trunconbytes		1=Length is max of bytes instead of max of characters
        * @return  string						substring
        */
      -function dol_substr($string,$start,$length,$stringencoding='')
      +function dol_substr($string, $start, $length, $stringencoding='', $trunconbytes=0)
       {
       	global $langs;
       
       	if (empty($stringencoding)) $stringencoding=$langs->charset_output;
       
       	$ret='';
      -	if (function_exists('mb_substr'))
      +	if (empty($trunconbytes))
       	{
      -		$ret=mb_substr($string,$start,$length,$stringencoding);
      +		if (function_exists('mb_substr'))
      +		{
      +			$ret=mb_substr($string, $start, $length, $stringencoding);
      +		}
      +		else
      +		{
      +			$ret=substr($string, $start, $length);
      +		}
       	}
       	else
       	{
      -		$ret=substr($string,$start,$length);
      +		if (function_exists('mb_strcut'))
      +		{
      +			$ret=mb_strcut($string, $start, $length, $stringencoding);
      +		}
      +		else
      +		{
      +			$ret=substr($string, $start, $length);
      +		}
       	}
       	return $ret;
       }
      @@ -3063,7 +3078,7 @@ function dol_print_graph($htmlid,$width,$height,$data,$showlegend=0,$type='pie',
        *	@param	string	$trunc				Where to trunc: right, left, middle (size must be a 2 power), wrap
        * 	@param	string	$stringencoding		Tell what is source string encoding
        *  @param	int		$nodot				Truncation do not add ... after truncation. So it's an exact truncation.
      - *  @param  int     $display            Trunc is use to display and can be changed for small screen. TODO Remove this param (must be dealt with CSS)
      + *  @param  int     $display            Trunc is used to display data and can be changed for small screen. TODO Remove this param (must be dealt with CSS)
        *	@return string						Truncated string. WARNING: length is never higher than $size if $nodot is set, but can be 3 chars higher otherwise.
        */
       function dol_trunc($string,$size=40,$trunc='right',$stringencoding='UTF-8',$nodot=0, $display=0)
      @@ -6782,26 +6797,27 @@ function dol_getIdFromCode($db, $key, $tablename, $fieldkey='code', $fieldid='id
       	if ($key == '') return '';
       
       	// Check in cache
      -	if (isset($cache_codes[$tablename][$key]))	// Can be defined to 0 or ''
      +	if (isset($cache_codes[$tablename][$key][$fieldid]))	// Can be defined to 0 or ''
       	{
      -		return $cache_codes[$tablename][$key];   // Found in cache
      +		return $cache_codes[$tablename][$key][$fieldid];   // Found in cache
       	}
       
      +	dol_syslog('dol_getIdFromCode (value not found into cache)', LOG_DEBUG);
      +
       	$sql = "SELECT ".$fieldid." as valuetoget";
       	$sql.= " FROM ".MAIN_DB_PREFIX.$tablename;
       	$sql.= " WHERE ".$fieldkey." = '".$db->escape($key)."'";
       	if (! empty($entityfilter))
       		$sql.= " AND entity IN (" . getEntity($tablename) . ")";
       
      -	dol_syslog('dol_getIdFromCode', LOG_DEBUG);
       	$resql = $db->query($sql);
       	if ($resql)
       	{
       		$obj = $db->fetch_object($resql);
      -		if ($obj) $cache_codes[$tablename][$key]=$obj->valuetoget;
      -		else $cache_codes[$tablename][$key]='';
      +		if ($obj) $cache_codes[$tablename][$key][$fieldid]=$obj->valuetoget;
      +		else $cache_codes[$tablename][$key][$fieldid]='';
       		$db->free($resql);
      -		return $cache_codes[$tablename][$key];
      +		return $cache_codes[$tablename][$key][$fieldid];
       	}
       	else
       	{
      @@ -6889,8 +6905,6 @@ function picto_from_langcode($codelang, $moreatt = '')
       
       	if (empty($codelang)) return '';
       
      -	if (empty($codelang)) return '';
      -
       	if ($codelang == 'auto')
       	{
       		return '<span class="fa fa-globe"></span>';
      diff --git a/htdocs/core/modules/project/mod_project_simple.php b/htdocs/core/modules/project/mod_project_simple.php
      index 46afc144da3..e5f5c268f06 100644
      --- a/htdocs/core/modules/project/mod_project_simple.php
      +++ b/htdocs/core/modules/project/mod_project_simple.php
      @@ -122,7 +122,7 @@ class mod_project_simple extends ModeleNumRefProjects
       	*  @param   Project	$project	Object project
       	*  @return	string				Value if OK, 0 if KO
       	*/
      -    function getNextValue($objsoc,$project)
      +    function getNextValue($objsoc, $project)
           {
       		global $db,$conf;
       
      @@ -167,9 +167,9 @@ class mod_project_simple extends ModeleNumRefProjects
            *  @param  Project	$project	Object project
            *  @return string      		Next not used reference
            */
      -    function project_get_num($objsoc=0,$project='')
      +    function project_get_num($objsoc=0, $project='')
           {
               // phpcs:enable
      -        return $this->getNextValue($objsoc,$project);
      +        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 d1dd95b22bc..e052dbcc7bd 100644
      --- a/htdocs/core/modules/project/mod_project_universal.php
      +++ b/htdocs/core/modules/project/mod_project_universal.php
      @@ -123,7 +123,7 @@ class mod_project_universal extends ModeleNumRefProjects
       	*  @param   Project		$project	Object project
       	*  @return  string					Value if OK, 0 if KO
       	*/
      -    function getNextValue($objsoc,$project)
      +    function getNextValue($objsoc, $project)
           {
       		global $db,$conf;
       
      @@ -139,7 +139,7 @@ class mod_project_universal extends ModeleNumRefProjects
       		}
       
       		$date=empty($project->date_c)?dol_now():$project->date_c;
      -		$numFinal=get_next_value($db,$mask,'projet','ref','',$objsoc->code_client,$date);
      +		$numFinal=get_next_value($db, $mask, 'projet', 'ref', '', (is_object($objsoc) ? $objsoc->code_client : ''), $date);
       
       		return  $numFinal;
       	}
      @@ -153,9 +153,9 @@ class mod_project_universal extends ModeleNumRefProjects
            *  @param  Project		$project	Object project
            *  @return string      			Next not used reference
            */
      -    function project_get_num($objsoc=0,$project='')
      +    function project_get_num($objsoc=0, $project='')
           {
               // phpcs:enable
      -        return $this->getNextValue($objsoc,$project);
      +        return $this->getNextValue($objsoc, $project);
           }
       }
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index a9e2431be71..880ccda25cf 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -710,12 +710,12 @@ class EmailCollector extends CommonObject
       
       		dol_syslog("EmailCollector::doCollectOneCollector start", LOG_DEBUG);
       
      +		$langs->loadLangs(array("project", "companies", "errors"));
      +
       		$error = 0;
       		$this->output = '';
       		$this->error='';
       
      -		dol_syslog(__METHOD__, LOG_DEBUG);
      -
       		$now = dol_now();
       
       		if (empty($this->host))
      @@ -781,7 +781,9 @@ class EmailCollector extends CommonObject
       		dol_syslog("search string = ".$search);
       		//var_dump($search);
       
      -		$nbemailprocessed=0; $nbactiondone=0;
      +		$nbemailprocessed=0;
      +		$nbemailok=0;
      +		$nbactiondone=0;
       		$projectstatic=new Project($this->db);
       		$thirdpartystatic=new Societe($this->db);
       		$contactstatic=new Contact($this->db);
      @@ -797,7 +799,12 @@ class EmailCollector extends CommonObject
       			{
       				if ($nbemailprocessed > 100) break;			// Do not process more than 100 email per launch
       
      +				$nbactiondoneforemail = 0;
      +				$errorforemail = 0;
       				$errorforactions = 0;
      +				$thirdpartyfoundby = '';
      +				$contactfoundby = '';
      +				$projectfoundby = '';
       
       				$this->db->begin();
       
      @@ -830,8 +837,9 @@ class EmailCollector extends CommonObject
       				$sendtocc=$overview[0]->cc;
       				$sendtobcc=$overview[0]->bcc;
       				$date=$overview[0]->udate;
      -				$msgid=$overview[0]->message_id;
      +				$msgid=str_replace(array('<','>'), '', $overview[0]->message_id);
       				$subject=$overview[0]->subject;
      +				//var_dump($msgid);exit;
       
       				$reg=array();
       				if (preg_match('/^(.*)<(.*)>$/', $fromstring, $reg))
      @@ -848,9 +856,12 @@ class EmailCollector extends CommonObject
       				$contactid = 0; $thirdpartyid = 0; $projectid = 0;
       
       				// Analyze TrackId
      +				$trackid = '';
       				$reg=array();
       				if (! empty($headers['X-Dolibarr-TrackId']) && preg_match('/:\s*([a-z]+)([0-9]+)$/', $headers['X-Dolibarr-TrackId'], $reg))
       				{
      +					$trackid = $reg[0].$reg[1];
      +
       					$objectid = 0;
       					$objectemail = null;
       					if ($reg[0] == 'inv')
      @@ -888,6 +899,7 @@ class EmailCollector extends CommonObject
       						if ($fk_element_type == 'facture') $fk_element_type = 'invoice';
       
       						$thirdpartyid = $objectemail->fk_soc;
      +						$contactid = $objectemail->fk_socpeople;
       						$projectid = isset($objectemail->fk_project)?$objectemail->fk_project:$objectemail->fk_projet;
       					}
       				}
      @@ -898,6 +910,7 @@ class EmailCollector extends CommonObject
       				{
       					$result = $projectstatic->fetch($projectid);
       					if ($result <= 0) $projectstatic->id = 0;
      +					else $projectfoundby = 'Trackid ('.$trackid.')';
       				}
       				// Contact
       				$contactstatic->id=0;
      @@ -905,10 +918,12 @@ class EmailCollector extends CommonObject
       				{
       					$result = $contactstatic->fetch($contactid);
       					if ($result <= 0) $contactstatic->id = 0;
      +					else $contactfoundby = 'Trackid ('.$trackid.')';
       				}
       				else	// Try to find contact using email
       				{
      -					$contactstatic->fetch(0, null, '', $from);
      +					$result = $contactstatic->fetch(0, null, '', $from);
      +					if ($result > 0) $contactfoundby = 'email ('.$from.')';
       				}
       				// Thirdparty
       				$thirdpartystatic->id=0;
      @@ -916,15 +931,17 @@ class EmailCollector extends CommonObject
       				{
       					$result = $thirdpartystatic->fetch($thirdpartyid);
       					if ($result <= 0) $thirdpartystatic->id = 0;
      +					else $thirdpartyfoundby = 'Trackid ('.$trackid.')';
       				}
       				else	// Try to find thirdparty using email
       				{
      -					$thirdpartystatic->fetch(0, '', '', '', '', '', '', '', '', '', $from);
      +					$result = $thirdpartystatic->fetch(0, '', '', '', '', '', '', '', '', '', $from);
      +					if ($result > 0) $thirdpartyfoundby = 'email ('.$from.')';
       				}
       
       				require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
       
      -				// Do operationss
      +				// Do operations
       				foreach($this->actions as $operation)
       				{
       					if ($errorforactions) break;
      @@ -942,7 +959,7 @@ class EmailCollector extends CommonObject
       						$actioncomm->code        = 'AC_'.$actioncode;
       						$actioncomm->label       = $langs->trans("EmailReceived").' - '.$langs->trans("From").' '.$from;
       						$actioncomm->note        = $messagetext;
      -						$actioncomm->fk_project  = 0;
      +						$actioncomm->fk_project  = $projectstatic->id;
       						$actioncomm->datep       = $date;
       						$actioncomm->datef       = $date;
       						$actioncomm->percentage  = -1;   // Not applicable
      @@ -981,42 +998,143 @@ class EmailCollector extends CommonObject
       							$this->errors = $actioncomm->errors;
       						}
       					}
      -					elseif ($operation['type'] == 'aaa')
      +					elseif ($operation['type'] == 'project')
       					{
      +						// @TODO Check project not alreayd created using ref_ext=msg_id
      +
      +						$note_private = $langs->trans("ProjectCreatedByEmailCollector", $msgid);
      +						$projecttocreate = new Project($this->db);
      +						if ($thirdpartystatic->id > 0)
      +						{
      +							$projecttocreate->fk_soc = $thirdpartystatic->id;
      +							if ($thirdpartyfoundby) $note_private .= ' - Third party found from '.$thirdpartyfoundby;
      +						}
      +						if ($contactstatic->id > 0)
      +						{
      +							$projecttocreate->contact_id = $contactstatic->id;
      +							if ($contactfoundby) $note_private .= ' - Contact/address found from '.$contactfoundby;
      +						}
      +
      +						$id_opp_status = dol_getIdFromCode($this->db, 'PROSP', 'c_lead_status', 'code', 'rowid');
      +						$percent_opp_status = dol_getIdFromCode($this->db, 'PROSP', 'c_lead_status', 'code', 'percent');
      +
      +						$projecttocreate->title = $subject;
      +						$projecttocreate->date_start = $now;
      +						$projecttocreate->opp_status = $id_opp_status;
      +						$projecttocreate->opp_percent = $percent_opp_status;
      +						$projecttocreate->description = ($note_private?$note_private."\n":'').$messagetext;
      +						$projecttocreate->note_private = $note_private;
      +
      +						// Overwrite values with values extracted from source email
      +						$arrayvaluetouse = array();
      +						foreach($arrayvaluetouse as $propertytooverwrite => $valueforproperty)
      +						{
      +							// Example: $propertytooverwrite = 'project.opportunity_status', $valueforproperty = '123' or 'REGEX:BODY:...(.*)...'
       
       
      +						}
      +
      +						// Get next project Ref
      +						$defaultref='';
      +						$modele = empty($conf->global->PROJECT_ADDON)?'mod_project_simple':$conf->global->PROJECT_ADDON;
      +
      +						// Search template files
      +						$file=''; $classname=''; $filefound=0;
      +						$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
      +						foreach($dirmodels as $reldir)
      +						{
      +							$file=dol_buildpath($reldir."core/modules/project/".$modele.'.php',0);
      +							if (file_exists($file))
      +							{
      +								$filefound=1;
      +								$classname = $modele;
      +								break;
      +							}
      +						}
      +
      +						if ($filefound)
      +						{
      +							$result=dol_include_once($reldir."core/modules/project/".$modele.'.php');
      +							$modProject = new $classname;
      +
      +							$defaultref = $modProject->getNextValue(($thirdpartystatic->id > 0 ? $thirdpartystatic : null), $projecttocreate);
      +						}
      +
      +						if (is_numeric($defaultref) && $defaultref <= 0)
      +						{
      +							$errorforactions++;
      +							$this->error = 'Failed to create project: Can\'t get a free project Ref';
      +						}
      +						else
      +						{
      +							$projecttocreate->ref = $defaultref;
      +
      +							// Create project
      +							$result = $projecttocreate->create($user);
      +							if ($result <= 0)
      +							{
      +								$errorforactions++;
      +								$this->error = 'Failed to create project: '.$langs->trans($projecttocreate->error);
      +								$this->errors = $projecttocreate->errors;
      +							}
      +						}
       					}
       
       					if (! $errorforactions)
       					{
      -						$nbactiondone++;
      +						$nbactiondoneforemail++;
       					}
       				}
       
      -				// Move email
      -				if (! $errorforactions && $targetdir)
      +				// Error for email or not ?
      +				if (! $errorforactions)
       				{
      -					dol_syslog("EmailCollector::doCollectOneCollector move message ".$imapemail." to ".$connectstringtarget, LOG_DEBUG);
      -					$res = imap_mail_move($connection, $imapemail, $targetdir, 0);
      -					if ($res == false) {
      -						$error++;
      -						$this->error = imap_last_error();
      -						dol_syslog(imap_last_error());
      +					if ($targetdir)
      +					{
      +						dol_syslog("EmailCollector::doCollectOneCollector move message ".$imapemail." to ".$connectstringtarget, LOG_DEBUG);
      +						$res = imap_mail_move($connection, $imapemail, $targetdir, 0);
      +						if ($res == false) {
      +							$errorforemail++;
      +							$this->error = imap_last_error();
      +							$this->errors[] = $this->error;
      +							dol_syslog(imap_last_error());
      +						}
       					}
      +					else
      +					{
      +						dol_syslog("EmailCollector::doCollectOneCollector message ".$imapemail." to ".$connectstringtarget." was set to read", LOG_DEBUG);
      +
      +					}
      +				}
      +				else
      +				{
      +					$errorforemail++;
      +				}
      +
      +				if (! $errorforemail)
      +				{
      +					$nbactiondone += $nbactiondoneforemail;
      +					$nbemailok++;
      +
      +					$this->db->commit();
      +				}
      +				else
      +				{
      +					$error++;
      +
      +					$this->db->rollback();
       				}
       
       				$nbemailprocessed++;
       
       				unset($objectemail);
      -
      -				$this->db->commit();
       			}
       
      -			$this->output=$langs->trans('XEmailsDoneYActionsDone', $nbemailprocessed, $nbactiondone);
      +			$output=$langs->trans('XEmailsDoneYActionsDone', $nbemailprocessed, $nbemailok, $nbactiondone);
       		}
       		else
       		{
      -			$this->output=$langs->trans('NoNewEmailToProcess');
      +			$output=$langs->trans('NoNewEmailToProcess');
       		}
       
       		imap_expunge($connection);	// To validate any move
      @@ -1024,7 +1142,8 @@ class EmailCollector extends CommonObject
       		imap_close($connection);
       
       		$this->datelastresult = $now;
      -		$this->lastresult = $this->output;
      +		$this->lastresult = $output;
      +		if (! empty($this->errors)) $this->lastresult.= " - ".join(" - ", $this->errors);
       		$this->codelastresult = ($error ? 'KO' : 'OK');
       		$this->update($user);
       
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 2741b48ac83..08508d4e6e8 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1833,7 +1833,7 @@ EmailCollectorConfirmCollectTitle=Email collect confirmation
       EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
       NoNewEmailToProcess=No new email (matching filters) to process
       NothingProcessed=Nothing done
      -XEmailsDoneYActionsDone=%s emails analyzed, %s record/actions done by collector
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
       RecordEvent=Record event
       CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
       CodeLastResult=Result code of last collect
      diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
      index 91442bbd05d..e8cd9b78d2f 100644
      --- a/htdocs/langs/en_US/other.lang
      +++ b/htdocs/langs/en_US/other.lang
      @@ -244,6 +244,9 @@ YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
       MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
      index 76c0e430276..6cb54cfb572 100644
      --- a/htdocs/projet/class/project.class.php
      +++ b/htdocs/projet/class/project.class.php
      @@ -179,6 +179,10 @@ class Project extends CommonObject
       
               $now=dol_now();
       
      +        // Clean parameters
      +        $this->note_private = dol_substr($this->note_private, 0, 65535);
      +        $this->note_public = dol_substr($this->note_public, 0, 65535);
      +
               // Check parameters
               if (!trim($this->ref))
               {
      @@ -193,6 +197,7 @@ class Project extends CommonObject
                   return -1;
               }
       
      +        // Create project
               $this->db->begin();
       
               $sql = "INSERT INTO " . MAIN_DB_PREFIX . "projet (";
      @@ -211,6 +216,8 @@ class Project extends CommonObject
               $sql.= ", opp_amount";
               $sql.= ", budget_amount";
               $sql.= ", bill_time";
      +        $sql.= ", note_private";
      +        $sql.= ", note_public";
               $sql.= ", entity";
               $sql.= ") VALUES (";
               $sql.= "'" . $this->db->escape($this->ref) . "'";
      @@ -228,6 +235,8 @@ class Project extends CommonObject
               $sql.= ", " . (strcmp($this->opp_amount,'') ? price2num($this->opp_amount) : 'null');
               $sql.= ", " . (strcmp($this->budget_amount,'') ? price2num($this->budget_amount) : 'null');
               $sql.= ", " . ($this->bill_time ? 1 : 0);
      +        $sql.= ", ".($this->note_private ? "'".$this->db->escape($this->note_private)."'" : 'null');
      +        $sql.= ", ".($this->note_public ? "'".$this->db->escape($this->note_public)."'" : 'null');
               $sql.= ", ".$conf->entity;
               $sql.= ")";
       
      
      From c04fcf170b47146a3fbcb5b5dc00adcc1eca9c96 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 16:23:07 +0100
      Subject: [PATCH 0906/1013] Work on emailcollector
      
      ---
       htdocs/admin/emailcollector_card.php          |   4 +-
       .../class/emailcollector.class.php            | 260 +++++++++++++-----
       2 files changed, 195 insertions(+), 69 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 3cc79623342..cbe5d74003e 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -426,7 +426,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	// Add filter
       	print '<tr class="oddeven">';
       	print '<td>';
      -	$arrayoftypes=array('from'=>'MailFrom', 'to'=>'MailTo', 'cc'=>'Cc', 'bcc'=>'Bcc', 'subject'=>'Subject', 'body'=>'Body', 'seen'=>'AlreadyRead', 'unseen'=>'NotRead');
      +	$arrayoftypes=array('from'=>'MailFrom', 'to'=>'MailTo', 'cc'=>'Cc', 'bcc'=>'Bcc', 'subject'=>'Subject', 'body'=>'Body', 'seen'=>'AlreadyRead', 'unseen'=>'NotRead', 'withtrackingid'=>'WithDolTrackingID', 'withouttrackingid'=>'WithoutDolTrackingID');
       	print $form->selectarray('filtertype', $arrayoftypes, '', 1, 0, 0, '', 1);
       	print '</td><td>';
       	print '<input type="text" name="rulevalue">';
      @@ -464,7 +464,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	// Add operation
       	print '<tr class="oddeven">';
       	print '<td>';
      -	$arrayoftypes=array('recordevent'=>'RecordEvent');
      +	$arrayoftypes=array('loadthirdparty'=>'LoadThirdPartyFromName', 'loadandcreatethirdparty'=>'LoadThirdPartyFromNameOrCreate', 'recordevent'=>'RecordEvent');
       	if ($conf->projet->enabled) $arrayoftypes['project']='CreateLeadAndThirdParty';
       	print $form->selectarray('operationtype', $arrayoftypes, '', 1, 0, 0, '', 1);
       	print '</td><td>';
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 880ccda25cf..fa5b500b40b 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -45,7 +45,7 @@ class EmailCollector extends CommonObject
       	/**
       	 * @var int  Does emailcollector 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 emailcollector support extrafields ? 0=No, 1=Yes
       	 */
      @@ -697,6 +697,84 @@ class EmailCollector extends CommonObject
       		return $nberror;
       	}
       
      +	/**
      +	 * overwitePropertiesOfObject
      +	 *
      +	 * @return	int		0=OK, Nb of error if error
      +	 */
      +	private function overwritePropertiesOfObject(&$object, $actionparam, $messagetext, $subject)
      +	{
      +		$errorforthisaction = 0;
      +
      +		// Overwrite values with values extracted from source email
      +		// $this->actionparam = 'opportunity_status=123;abc=REGEX:BODY:....'
      +		$arrayvaluetouse = dolExplodeIntoArray($actionparam, ';', '=');
      +		foreach($arrayvaluetouse as $propertytooverwrite => $valueforproperty)
      +		{
      +			$tmpclass=''; $tmpproperty='';
      +			$tmparray=explode('.', $propertytooverwrite);
      +			if (count($tmparray) == 2)
      +			{
      +				$tmpclass=$tmparray[0];
      +				$tmpproperty=$tmparray[1];
      +			}
      +			else
      +			{
      +				$tmpproperty=$tmparray[0];
      +			}
      +			if ($tmpclass && ($tmpclass != $object->element)) continue;	// Property is for another type of object
      +
      +			if (property_exists($object, $tmpproperty))
      +			{
      +				$sourcestring='';
      +				$sourcefield='';
      +				$regexstring='';
      +				$transformationstring='';
      +				$regforregex=array();
      +				if (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*):([^:])$/', $valueforproperty, $regforregex))
      +				{
      +					$sourcefield=$regforregex[0];
      +					$regexstring=$regforregex[1];
      +					$transofrmationstring=$regforregex[2];
      +				}
      +				elseif (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*)$/', $valueforproperty, $regforregex))
      +				{
      +					$sourcefield=$regforregex[0];
      +					$regexstring=$regforregex[1];
      +				}
      +
      +				if (! empty($sourcestring) && ! empty($regexstring))
      +				{
      +					if (strtolower($sourcefield) == 'body') $sourcestring=$messagetext;
      +					elseif (strtolower($sourcefield) == 'subject') $sourcestring=$subject;
      +
      +					$regforval=array();
      +					if (preg_match('/'.preg_quote($regexstring, '/').'/', $sourcestring, $regforval))
      +					{
      +						// Overwrite param $tmpproperty
      +						$object->$tmpproperty = $regforval[0];
      +					}
      +					else
      +					{
      +						// Nothing can be done for this param
      +					}
      +				}
      +				elseif (preg_match('/^VALUE:(.*)$/', $valueforproperty, $reg))
      +				{
      +					$object->$tmpproperty = $reg[0];
      +				}
      +				else
      +				{
      +					$errorforthisaction++;
      +					$this->error = 'Bad syntax for description of action parameters: '.$actionparam;
      +					$this->errors[] = $this->error;
      +				}
      +			}
      +		}
      +
      +		return $errorforthisaction;
      +	}
      +
       	/**
       	 * Execute collect for current collector loaded previously with fetch.
       	 *
      @@ -708,6 +786,8 @@ class EmailCollector extends CommonObject
       
       		//$conf->global->SYSLOG_FILE = 'DOL_DATA_ROOT/dolibarr_mydedicatedlofile.log';
       
      +		require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
      +
       		dol_syslog("EmailCollector::doCollectOneCollector start", LOG_DEBUG);
       
       		$langs->loadLangs(array("project", "companies", "errors"));
      @@ -778,15 +858,12 @@ class EmailCollector extends CommonObject
       			if ($this->datelastresult && $this->codelastresult == 'OK') $fromdate = $this->datelastresult;
       			if ($fromdate > 0) $search.=($search?' ':'').'SINCE '.dol_print_date($fromdate - 1,'dayhourrfc');
       		}
      -		dol_syslog("search string = ".$search);
      +		dol_syslog("IMAP search string = ".$search);
       		//var_dump($search);
       
       		$nbemailprocessed=0;
       		$nbemailok=0;
       		$nbactiondone=0;
      -		$projectstatic=new Project($this->db);
      -		$thirdpartystatic=new Societe($this->db);
      -		$contactstatic=new Contact($this->db);
       
       		// Scan IMAP inbox
       		$arrayofemail= imap_search($connection, $search);
      @@ -799,6 +876,10 @@ class EmailCollector extends CommonObject
       			{
       				if ($nbemailprocessed > 100) break;			// Do not process more than 100 email per launch
       
      +				$thirdpartystatic=new Societe($this->db);
      +				$contactstatic=new Contact($this->db);
      +				$projectstatic=new Project($this->db);
      +
       				$nbactiondoneforemail = 0;
       				$errorforemail = 0;
       				$errorforactions = 0;
      @@ -853,6 +934,7 @@ class EmailCollector extends CommonObject
       					$fromtext='';
       				}
       				$fk_element_id = 0; $fk_element_type = '';
      +
       				$contactid = 0; $thirdpartyid = 0; $projectid = 0;
       
       				// Analyze TrackId
      @@ -902,44 +984,72 @@ class EmailCollector extends CommonObject
       						$contactid = $objectemail->fk_socpeople;
       						$projectid = isset($objectemail->fk_project)?$objectemail->fk_project:$objectemail->fk_projet;
       					}
      +
      +					// Project
      +					if ($projectid > 0)
      +					{
      +						$result = $projectstatic->fetch($projectid);
      +						if ($result <= 0) $projectstatic->id = 0;
      +						else
      +						{
      +							$projectid = $projectstatic->id;
      +							$projectfoundby = 'trackid ('.$trackid.')';
      +							if (empty($contactid)) $contactid = $projectstatic->fk_contact;
      +							if (empty($thirdpartyid)) $thirdpartyid = $projectstatic->fk_soc;
      +						}
      +					}
      +					// Contact
      +					if ($contactid > 0)
      +					{
      +						$result = $contactstatic->fetch($contactid);
      +						if ($result <= 0) $contactstatic->id = 0;
      +						else
      +						{
      +							$contactid = $contactstatic->id;
      +							$contactfoundby = 'trackid ('.$trackid.')';
      +							if (empty($thirdpartyid)) $thirdpartyid = $contactstatic->fk_soc;
      +						}
      +					}
      +					// Thirdparty
      +					if ($thirdpartyid > 0)
      +					{
      +						$result = $thirdpartystatic->fetch($thirdpartyid);
      +						if ($result <= 0) $thirdpartystatic->id = 0;
      +						else
      +						{
      +							$thirdpartyid = $thirdpartystatic->id;
      +							$thirdpartyfoundby = 'trackid ('.$trackid.')';
      +						}
      +					}
       				}
       
      -				// Project
      -				$projectstatic->id=0;
      -				if ($projectid > 0)
      -				{
      -					$result = $projectstatic->fetch($projectid);
      -					if ($result <= 0) $projectstatic->id = 0;
      -					else $projectfoundby = 'Trackid ('.$trackid.')';
      -				}
      -				// Contact
      -				$contactstatic->id=0;
      -				if ($contactid > 0)
      -				{
      -					$result = $contactstatic->fetch($contactid);
      -					if ($result <= 0) $contactstatic->id = 0;
      -					else $contactfoundby = 'Trackid ('.$trackid.')';
      -				}
      -				else	// Try to find contact using email
      +				if (empty($contactid))		// Try to find contact using email
       				{
       					$result = $contactstatic->fetch(0, null, '', $from);
      -					if ($result > 0) $contactfoundby = 'email ('.$from.')';
      +					if ($result > 0)
      +					{
      +						$contactid = $contactstatic->id;
      +						$contactfoundby = 'email of contact ('.$from.')';
      +						if ($contactstatic->fk_soc > 0)
      +						{
      +							$result = $thirdpartystatic->fetch($contactstatic->fk_soc);
      +							if ($result > 0)
      +							{
      +								$thirdpartyid = $thirdpartystatic->id;
      +								$thirdpartyfoundby = 'email of contact ('.$from.')';
      +							}
      +						}
      +					}
      +
       				}
      -				// Thirdparty
      -				$thirdpartystatic->id=0;
      -				if ($thirdpartyid > 0)
      -				{
      -					$result = $thirdpartystatic->fetch($thirdpartyid);
      -					if ($result <= 0) $thirdpartystatic->id = 0;
      -					else $thirdpartyfoundby = 'Trackid ('.$trackid.')';
      -				}
      -				else	// Try to find thirdparty using email
      +
      +				if (empty($thirdpartyid))		// Try to find thirdparty using email
       				{
       					$result = $thirdpartystatic->fetch(0, '', '', '', '', '', '', '', '', '', $from);
       					if ($result > 0) $thirdpartyfoundby = 'email ('.$from.')';
       				}
       
      -				require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
      +
       
       				// Do operations
       				foreach($this->actions as $operation)
      @@ -948,7 +1058,17 @@ class EmailCollector extends CommonObject
       					if (empty($operation['status'])) continue;
       
       					// Make Operation
      -					if ($operation['type'] == 'recordevent')
      +
      +					// Search and create thirdparty
      +					if ($operation['type'] == 'searchandcreatethirdparty')
      +					{
      +
      +
      +
      +
      +					}
      +					// Create event
      +					elseif ($operation['type'] == 'recordevent')
       					{
       						$actioncode = 'EMAIL_IN';
       
      @@ -967,7 +1087,7 @@ class EmailCollector extends CommonObject
       						$actioncomm->contactid   = $contactstatic->id;
       						$actioncomm->authorid    = $user->id;   // User saving action
       						$actioncomm->userownerid = $user->id;	// Owner of action
      -						// Fields when action is en email (content should be added into note)
      +						// Fields when action is an email (content should be added into note)
       						$actioncomm->email_msgid = $msgid;
       						$actioncomm->email_from  = $fromstring;
       						$actioncomm->email_sender= $sender;
      @@ -977,31 +1097,32 @@ class EmailCollector extends CommonObject
       						$actioncomm->email_subject = $subject;
       						$actioncomm->errors_to   = '';
       
      -						$object->email_msgid = $mailfile->msgid;	// @TODO Set msgid into $mailfile after sending to have it defined here
      -						$object->email_from = $from;
      -						$object->email_subject = $subject;
      -						$object->email_to = $to;
      -						$object->email_tocc = $sendtocc;
      -						$object->email_tobcc = $sendtobcc;
      -						$object->email_subject = $subject;
      -
      -
       						$actioncomm->fk_element  = $fk_element_id;
       						$actioncomm->elementtype = $fk_element_type;
       
       						//$actioncomm->extraparams = $extraparams;
       
      -						$result = $actioncomm->create($user);
      -						if ($result <= 0)
      +
      +						// Overwrite values with values extracted from source email
      +						$errorforthisaction = $this->overwritePropertiesOfObject($actioncommn, $operation['actionparam'], $messagetext, $subject);
      +
      +						if ($errorforthisaction)
       						{
       							$errorforactions++;
      -							$this->errors = $actioncomm->errors;
      +						}
      +						else
      +						{
      +							$result = $actioncomm->create($user);
      +							if ($result <= 0)
      +							{
      +								$errorforactions++;
      +								$this->errors = $actioncomm->errors;
      +							}
       						}
       					}
      +					// Create event
       					elseif ($operation['type'] == 'project')
       					{
      -						// @TODO Check project not alreayd created using ref_ext=msg_id
      -
       						$note_private = $langs->trans("ProjectCreatedByEmailCollector", $msgid);
       						$projecttocreate = new Project($this->db);
       						if ($thirdpartystatic->id > 0)
      @@ -1024,15 +1145,7 @@ class EmailCollector extends CommonObject
       						$projecttocreate->opp_percent = $percent_opp_status;
       						$projecttocreate->description = ($note_private?$note_private."\n":'').$messagetext;
       						$projecttocreate->note_private = $note_private;
      -
      -						// Overwrite values with values extracted from source email
      -						$arrayvaluetouse = array();
      -						foreach($arrayvaluetouse as $propertytooverwrite => $valueforproperty)
      -						{
      -							// Example: $propertytooverwrite = 'project.opportunity_status', $valueforproperty = '123' or 'REGEX:BODY:...(.*)...'
      -
      -
      -						}
      +						$projecttocreate->entity = $conf->entity;
       
       						// Get next project Ref
       						$defaultref='';
      @@ -1060,22 +1173,32 @@ class EmailCollector extends CommonObject
       							$defaultref = $modProject->getNextValue(($thirdpartystatic->id > 0 ? $thirdpartystatic : null), $projecttocreate);
       						}
       
      -						if (is_numeric($defaultref) && $defaultref <= 0)
      +						$projecttocreate->ref = $defaultref;
      +
      +						// Overwrite values with values extracted from source email
      +						$errorforthisaction = $this->overwritePropertiesOfObject($projecttocreate, $operation['actionparam'], $messagetext, $subject);
      +
      +						if ($errorforthisaction)
       						{
       							$errorforactions++;
      -							$this->error = 'Failed to create project: Can\'t get a free project Ref';
       						}
       						else
       						{
      -							$projecttocreate->ref = $defaultref;
      -
      -							// Create project
      -							$result = $projecttocreate->create($user);
      -							if ($result <= 0)
      +							if (is_numeric($projecttocreate->ref) && $projecttocreate->ref <= 0)
       							{
       								$errorforactions++;
      -								$this->error = 'Failed to create project: '.$langs->trans($projecttocreate->error);
      -								$this->errors = $projecttocreate->errors;
      +								$this->error = 'Failed to create project: Can\'t get a valid value for project Ref';
      +							}
      +							else
      +							{
      +								// Create project
      +								$result = $projecttocreate->create($user);
      +								if ($result <= 0)
      +								{
      +									$errorforactions++;
      +									$this->error = 'Failed to create project: '.$langs->trans($projecttocreate->error);
      +									$this->errors = $projecttocreate->errors;
      +								}
       							}
       						}
       					}
      @@ -1128,6 +1251,9 @@ class EmailCollector extends CommonObject
       				$nbemailprocessed++;
       
       				unset($objectemail);
      +				unset($projectstatic);
      +				unset($thirdpartystatic);
      +				unset($contactstatic);
       			}
       
       			$output=$langs->trans('XEmailsDoneYActionsDone', $nbemailprocessed, $nbemailok, $nbactiondone);
      
      From 6ffd63c965a250e3ebdca987e77d2f650aee7d80 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 16:47:40 +0100
      Subject: [PATCH 0907/1013] Update projectstats.class.php
      
      ---
       htdocs/projet/class/projectstats.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/class/projectstats.class.php b/htdocs/projet/class/projectstats.class.php
      index cf586f8c96c..ceee66075fa 100644
      --- a/htdocs/projet/class/projectstats.class.php
      +++ b/htdocs/projet/class/projectstats.class.php
      @@ -171,7 +171,7 @@ class ProjectStats extends Stats
       
       		if (! empty($this->status))
       			$sqlwhere[] = " t.fk_opp_status IN (" . $this->status . ")";
      -		// TE: changed table alias "p" to "t"
      +
       		if (! $user->rights->projet->all->lire) $sqlwhere[] = " t.rowid IN (".$projectsListId.")";     // public and assigned to, or restricted to company for external users
       
       		if (count($sqlwhere) > 0) {
      
      From 8a97ba4ba9fac77e9e6b5637a28db253674803c2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 16:56:12 +0100
      Subject: [PATCH 0908/1013] Update card.php
      
      ---
       htdocs/user/card.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index 3fb95d7d3f3..6b83bf28ba5 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -2594,7 +2594,7 @@ else
       			print '<td>';
       			if($caneditfield)
       			{
      -				echo $form->select_date(GETPOST('birth')?GETPOST('birth'):$object->birth,'birth',0,0,1,'updateuser',1,0,1);
      +				echo $form->selectDate(GETPOST('birth')?GETPOST('birth'):$object->birth, 'birth', 0, 0, 1, 'updateuser', 1, 0);
       			}else{
       				print dol_print_date($object->birth, 'day');
       			}
      
      From 2d6f7f926c368a7ce6f02da1435c9930f7639347 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 17:34:11 +0100
      Subject: [PATCH 0909/1013] FIX xss injection on user address
      
      ---
       htdocs/user/card.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/user/card.php b/htdocs/user/card.php
      index 6b83bf28ba5..fed2cc5de64 100644
      --- a/htdocs/user/card.php
      +++ b/htdocs/user/card.php
      @@ -193,7 +193,7 @@ if (empty($reshook)) {
       			$birth = dol_mktime(0, 0, 0, GETPOST('birthmonth'), GETPOST('birthday'), GETPOST('birthyear'));
       			$object->birth = $birth;
       			$object->admin = GETPOST("admin", 'alpha');
      -			$object->address = GETPOST('address', 'alpha');
      +			$object->address = GETPOST('address', 'alphanohtml');
       			$object->zip = GETPOST('zipcode', 'alpha');
       			$object->town = GETPOST('town', 'alpha');
       			$object->country_id = GETPOST('country_id', 'int');
      @@ -342,7 +342,7 @@ if (empty($reshook)) {
       				$object->pass = GETPOST("password",'none');
       				$object->api_key = (GETPOST("api_key", 'alpha')) ? GETPOST("api_key", 'alpha') : $object->api_key;
       				if (! empty($user->admin)) $object->admin = GETPOST("admin"); 	// admin flag can only be set/unset by an admin user. A test is also done later when forging sql request
      -				$object->address = GETPOST('address', 'alpha');
      +				$object->address = GETPOST('address', 'alphanohtml');
       				$object->zip = GETPOST('zipcode', 'alpha');
       				$object->town = GETPOST('town', 'alpha');
       				$object->country_id = GETPOST('country_id', 'int');
      
      From 2d2e83696577b2ccadf656a4c5a219134c392fd7 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Thu, 15 Nov 2018 17:42:43 +0100
      Subject: [PATCH 0910/1013] FIX more simple
      
      ---
       htdocs/compta/paiement.php | 34 ++++++++++++++++++----------------
       1 file changed, 18 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
      index 32e042c5731..dbba1c91cd9 100644
      --- a/htdocs/compta/paiement.php
      +++ b/htdocs/compta/paiement.php
      @@ -579,11 +579,13 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                       print '<td>'.$arraytitle.'</td>';
                       print '<td align="center">'.$langs->trans('Date').'</td>';
                       print '<td align="center">'.$langs->trans('DateMaxPayment').'</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 align="right">'.$langs->trans('MulticurrencyPaymentAmount').'</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('MulticurrencyPaymentAmount').'</td>';
      +                }
                       print '<td align="right">'.$langs->trans('AmountTTC').'</td>';
                       print '<td align="right">'.$alreadypayedlabel.'</td>';
                       print '<td align="right">'.$remaindertopay.'</td>';
      @@ -612,8 +614,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                           $remaintopay=price2num($invoice->total_ttc - $paiement - $creditnotes - $deposits,'MT');
       
       					// Multicurrency Price
      -					if (!empty($conf->multicurrency->enabled))
      -					{
      +					if (!empty($conf->multicurrency->enabled)) {
       						$multicurrency_payment = $invoice->getSommePaiement(1);
       						$multicurrency_creditnotes=$invoice->getSumCreditNotesUsed(1);
       						$multicurrency_deposits=$invoice->getSumDepositsUsed(1);
      @@ -630,25 +631,25 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
       
                           // Date
                           print '<td align="center">'.dol_print_date($db->jdate($objp->df),'day')."</td>\n";
      -                    
      +
                           // Date Max Payment
                           if ($objp->dlr > 0 )
                           {
                               print '<td align="center">';
                               print dol_print_date($db->jdate($objp->dlr), 'day');
      -                        
      +
                               if ($invoice->hasDelay())
                               {
                                   print img_warning($langs->trans('Late'));
                               }
      -                        
      +
                               print '</td>';
                           }
                           else
                           {
                               print '<td align="center"><b>--</b></td>';
                           }
      -                    
      +
                           // Currency
                           if (!empty($conf->multicurrency->enabled)) print '<td align="center">'.$objp->multicurrency_code."</td>\n";
       
      @@ -760,11 +761,12 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                           // 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>';
      -					if (!empty($conf->multicurrency->enabled)) print '<td align="right" id="multicurrency_result" style="font-weight: bold;"></td>';
      +                    if (!empty($conf->multicurrency->enabled)) {
      +                    	print '<td></td>';
      +                    	print '<td></td>';
      +                    	print '<td></td>';
      +                    	print '<td align="right" id="multicurrency_result" style="font-weight: bold;"></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);
      
      From 103dfe2aa79e19a8af5633a320140630dbf72e28 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 17:55:27 +0100
      Subject: [PATCH 0911/1013] FIX go back to create form if error
      
      ---
       htdocs/projet/tasks.php | 4 +++-
       1 file changed, 3 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index 093d66dd629..b2755fbf011 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -246,7 +246,9 @@ if ($action == 'createtask' && $user->rights->projet->creer)
       			}
       			else
       			{
      -			    setEventMessages($task->error,$task->errors,'errors');
      +				setEventMessages($task->error,$task->errors,'errors');
      +				$action = 'create';
      +				$error++;
       			}
       		}
       
      
      From 531b6e8d2bdfe9cac2ca558d10216089f6fd26da Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Thu, 15 Nov 2018 18:13:07 +0100
      Subject: [PATCH 0912/1013] FIX travis errors
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 10 ++++++++++
       1 file changed, 10 insertions(+)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index fa5b500b40b..f9dfc34ba70 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -702,6 +702,16 @@ class EmailCollector extends CommonObject
       	 *
       	 * @return	int		0=OK, Nb of error if error
       	 */
      +
      +	/**
      +	 * overwitePropertiesOfObject
      +	 *
      +	 * @param	object	$object			Current object
      +	 * @param	string	$actionparam	Action parameters
      +	 * @param	string	$messagetext	Body
      +	 * @param	string	$subject		Subject
      +	 * @return	int						0=OK, Nb of error if error
      +	 */
       	private function overwritePropertiesOfObject(&$object, $actionparam, $messagetext, $subject)
       	{
       		$errorforthisaction = 0;
      
      From 7d5c9959bc9bcc760d3b8202a84d420e03cb5049 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 18:20:38 +0100
      Subject: [PATCH 0913/1013] Close #9978 Better way to address the feature. Work
       in most cases, need less code and less sql access.
      
      ---
       htdocs/langs/en_US/companies.lang |  2 +-
       htdocs/langs/en_US/projects.lang  |  2 ++
       htdocs/projet/tasks.php           | 20 ++++++++++++++++++--
       3 files changed, 21 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
      index e026ac5673d..e5de5614886 100644
      --- a/htdocs/langs/en_US/companies.lang
      +++ b/htdocs/langs/en_US/companies.lang
      @@ -431,4 +431,4 @@ SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
      index c83bccd19ad..2655ebbdc05 100644
      --- a/htdocs/langs/en_US/projects.lang
      +++ b/htdocs/langs/en_US/projects.lang
      @@ -184,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -232,3 +233,4 @@ DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
       ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      \ No newline at end of file
      diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
      index b2755fbf011..2f06f698b14 100644
      --- a/htdocs/projet/tasks.php
      +++ b/htdocs/projet/tasks.php
      @@ -246,7 +246,16 @@ if ($action == 'createtask' && $user->rights->projet->creer)
       			}
       			else
       			{
      -				setEventMessages($task->error,$task->errors,'errors');
      +				if ($db->lasterrno() == 'DB_ERROR_RECORD_ALREADY_EXISTS')
      +				{
      +					$langs->load("projects");
      +					setEventMessages($langs->trans('NewTaskRefSuggested'),'', 'warnings');
      +					$duplicate_code_error = true;
      +				}
      +				else
      +				{
      +					setEventMessages($task->error,$task->errors,'errors');
      +				}
       				$action = 'create';
       				$error++;
       			}
      @@ -464,7 +473,14 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
       
       	// Ref
       	print '<tr><td class="titlefieldcreate"><span class="fieldrequired">'.$langs->trans("Ref").'</span></td><td>';
      -	print ($_POST["ref"]?$_POST["ref"]:$defaultref);
      +	if (empty($duplicate_code_error))
      +	{
      +		print (GETPOSTISSET("ref")?GETPOST("ref",'alpha'):$defaultref);
      +	}
      +	else
      +	{
      +		print $defaultref;
      +	}
       	print '<input type="hidden" name="taskref" value="'.($_POST["ref"]?$_POST["ref"]:$defaultref).'">';
       	print '</td></tr>';
       
      
      From 03acd7a40ce553c648fe6ccdbf8aba87eb55a650 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Thu, 15 Nov 2018 18:24:32 +0100
      Subject: [PATCH 0914/1013] FIX travis error again
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 2 --
       1 file changed, 2 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index f9dfc34ba70..b5cb47be0ae 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -1050,7 +1050,6 @@ class EmailCollector extends CommonObject
       							}
       						}
       					}
      -
       				}
       
       				if (empty($thirdpartyid))		// Try to find thirdparty using email
      @@ -1236,7 +1235,6 @@ class EmailCollector extends CommonObject
       					else
       					{
       						dol_syslog("EmailCollector::doCollectOneCollector message ".$imapemail." to ".$connectstringtarget." was set to read", LOG_DEBUG);
      -
       					}
       				}
       				else
      
      From ffc9b02322fac94c5af65778f25ab526551fc908 Mon Sep 17 00:00:00 2001
      From: Regis Houssin <regis.houssin@capnetworks.com>
      Date: Thu, 15 Nov 2018 18:28:12 +0100
      Subject: [PATCH 0915/1013] FIX missing one column
      
      ---
       htdocs/compta/paiement.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
      index dbba1c91cd9..ef9e7f81f43 100644
      --- a/htdocs/compta/paiement.php
      +++ b/htdocs/compta/paiement.php
      @@ -765,6 +765,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                           	print '<td></td>';
                           	print '<td></td>';
                           	print '<td></td>';
      +                    	print '<td></td>';
                           	print '<td align="right" id="multicurrency_result" style="font-weight: bold;"></td>';
                           }
       					print '<td align="right"><b>'.price($sign * $total_ttc).'</b></td>';
      
      From 6d640ab83cf26f22aab78d753dcd246ce049dfa5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 15 Nov 2018 19:58:06 +0100
      Subject: [PATCH 0916/1013] Fix feature to drag and drop rows of table (not
       generic)
      
      ---
       htdocs/admin/emailcollector_card.php          | 25 +++++++++++++--
       htdocs/core/ajax/row.php                      |  6 ++--
       htdocs/core/class/commonobject.class.php      | 18 +++++++----
       htdocs/core/tpl/ajaxrow.tpl.php               | 11 +++++--
       .../class/emailcollector.class.php            | 10 ++++--
       .../class/emailcollectoraction.class.php      |  4 +++
       .../install/mysql/migration/8.0.0-9.0.0.sql   | 31 ++++++++++---------
       ...lx_emailcollector_emailcollectoraction.sql |  3 +-
       htdocs/variants/list.php                      |  2 +-
       9 files changed, 77 insertions(+), 33 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index cbe5d74003e..aaeb08461b6 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -457,9 +457,9 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '<div class="clearboth"></div><br>';
       
       	// Operations
      -	print '<table class="border centpercent">';
      +	print '<table id="tablelines" class="noborder noshadow">';
       	print '<tr class="liste_titre">';
      -	print '<td>'.$langs->trans("EmailcollectorOperations").'</td><td></td><td></td>';
      +	print '<td>'.$langs->trans("EmailcollectorOperations").'</td><td></td><td></td><td></td>';
       	print '</tr>';
       	// Add operation
       	print '<tr class="oddeven">';
      @@ -470,15 +470,20 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       	print '</td><td>';
       	print '<input type="text" name="operationparam">';
       	print '</td>';
      +	print '<td></td>';
       	print '<td align="right"><input type="submit" name="addoperation" id="addoperation" class="flat button" value="'.$langs->trans("Add").'"></td>';
       	print '</tr>';
       	// List operations
      +	$nboflines = count($object->actions);
      +	$table_element_line = 'emailcollector_emailcollectoraction';
      +	$fk_element='position';
      +	$i=0;
       	foreach($object->actions as $ruleaction)
       	{
       		$ruleactionobj=new EmailcollectorAction($db);
       		$ruleactionobj->fetch($ruleaction['id']);
       
      -		print '<tr class="oddeven">';
      +		print '<tr class="drag drop oddeven" id="row-'.$ruleaction['id'].'">';
       		print '<td>';
       		print $langs->trans($arrayoftypes[$ruleaction['type']]);
       		print '</td>';
      @@ -487,12 +492,26 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
       		//print $ruleactionobj->getLibStatut(3);
       		print ' <a href="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'&action=deleteoperation&operationid='.$ruleaction['id'].'">'.img_delete().'</a>';
       		print '</td>';
      +		print '<td class="center linecolmove tdlineupdown">';
      +		if ($i > 0)
      +		{
      +			print '<a class="lineupdown" href="'.$_SERVER['PHP_SELF'].'?action=up&amp;rowid='.$ruleaction['id'].'">'.img_up('default', 0, 'imgupforline').'</a>';
      +		}
      +		if ($i < count($object->actions)-1) {
      +			print '<a class="lineupdown" href="'.$_SERVER['PHP_SELF'].'?action=down&amp;rowid='.$ruleaction['id'].'">'.img_down('default', 0, 'imgdownforline').'</a>';
      +		}
      +		print '</td>';
       		print '</tr>';
      +		$i++;
       	}
       
       	print '</tr>';
       	print '</table>';
       
      +	if (! empty($conf->use_javascript_ajax)) {
      +		include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
      +	}
      +
       	print '</form>';
       
       	print '</div>';
      diff --git a/htdocs/core/ajax/row.php b/htdocs/core/ajax/row.php
      index 2dba328610e..5348f36976d 100644
      --- a/htdocs/core/ajax/row.php
      +++ b/htdocs/core/ajax/row.php
      @@ -42,8 +42,8 @@ top_httphead();
       print '<!-- Ajax page called with url '.dol_escape_htmltag($_SERVER["PHP_SELF"]).'?'.dol_escape_htmltag($_SERVER["QUERY_STRING"]).' -->'."\n";
       
       // Registering the location of boxes
      -if ((isset($_POST['roworder']) && ! empty($_POST['roworder'])) && (isset($_POST['table_element_line']) && ! empty($_POST['table_element_line']))
      -	&& (isset($_POST['fk_element']) && ! empty($_POST['fk_element'])) && (isset($_POST['element_id']) && ! empty($_POST['element_id'])) )
      +if ((! empty($_POST['roworder'])) && (! empty($_POST['table_element_line']))
      +	&& (! empty($_POST['fk_element'])) && (! empty($_POST['element_id'])))
       {
       	$roworder=GETPOST('roworder','alpha',2);
       	$table_element_line=GETPOST('table_element_line','alpha',2);
      @@ -53,6 +53,7 @@ if ((isset($_POST['roworder']) && ! empty($_POST['roworder'])) && (isset($_POST[
       	dol_syslog("AjaxRow roworder=".$roworder." table_element_line=".$table_element_line." fk_element=".$fk_element." element_id=".$element_id, LOG_DEBUG);
       
       	$rowordertab = explode(',',$roworder);
      +	$newrowordertab = array();
       	foreach($rowordertab as $value)
       	{
       		if (! empty($value)) $newrowordertab[] = $value;
      @@ -62,6 +63,7 @@ if ((isset($_POST['roworder']) && ! empty($_POST['roworder'])) && (isset($_POST[
       	$row->table_element_line = $table_element_line;
       	$row->fk_element = $fk_element;
       	$row->id = $element_id;
      +
       	$row->line_ajaxorder($newrowordertab);		// This update field rank or position in table row->table_element_line
       
       	// Reorder line to have position of children lines sharing same counter than parent lines
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 3db628a88f9..e07001fda7c 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -2379,7 +2379,7 @@ abstract class CommonObject
       	function updateRangOfLine($rowid,$rang)
       	{
       		$fieldposition = 'rang';
      -		if ($this->table_element_line == 'ecm_files') $fieldposition = 'position';
      +		if (in_array($this->table_element_line, array('ecm_files', 'emailcollector_emailcollectoraction'))) $fieldposition = 'position';
       
       		$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET '.$fieldposition.' = '.$rang;
       		$sql.= ' WHERE rowid = '.$rowid;
      @@ -2417,14 +2417,17 @@ abstract class CommonObject
       	 */
       	function updateLineUp($rowid,$rang)
       	{
      -		if ($rang > 1 )
      +		if ($rang > 1)
       		{
      -			$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET rang = '.$rang ;
      +			$fieldposition = 'rang';
      +			if (in_array($this->table_element_line, array('ecm_files', 'emailcollector_emailcollectoraction'))) $fieldposition = 'position';
      +
      +			$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET '.$fieldposition.' = '.$rang ;
       			$sql.= ' WHERE '.$this->fk_element.' = '.$this->id;
       			$sql.= ' AND rang = '.($rang - 1);
       			if ($this->db->query($sql) )
       			{
      -				$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET rang  = '.($rang - 1);
      +				$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET '.$fieldposition.' = '.($rang - 1);
       				$sql.= ' WHERE rowid = '.$rowid;
       				if (! $this->db->query($sql) )
       				{
      @@ -2450,12 +2453,15 @@ abstract class CommonObject
       	{
       		if ($rang < $max)
       		{
      -			$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET rang = '.$rang;
      +			$fieldposition = 'rang';
      +			if (in_array($this->table_element_line, array('ecm_files', 'emailcollector_emailcollectoraction'))) $fieldposition = 'position';
      +
      +			$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET '.$fieldposition.' = '.$rang;
       			$sql.= ' WHERE '.$this->fk_element.' = '.$this->id;
       			$sql.= ' AND rang = '.($rang+1);
       			if ($this->db->query($sql) )
       			{
      -				$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET rang = '.($rang+1);
      +				$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element_line.' SET '.$fieldposition.' = '.($rang+1);
       				$sql.= ' WHERE rowid = '.$rowid;
       				if (! $this->db->query($sql) )
       				{
      diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php
      index 0a282b13dc6..167d51ade75 100644
      --- a/htdocs/core/tpl/ajaxrow.tpl.php
      +++ b/htdocs/core/tpl/ajaxrow.tpl.php
      @@ -16,8 +16,13 @@
        * along with this program. If not, see <http://www.gnu.org/licenses/>.
        *
        * Javascript code to activate drag and drop on lines
      - * You can use this if you want to be abale to drag and drop rows of a table.
      - * You must add id="tablelines" on table level tag and have ($nboflines or count($object->lines) or count($taskarray) > 0)
      + * You can use this if you want to be able to drag and drop rows of a table.
      + * You must add id="tablelines" on table level tag
      + * and $object and $object->id is defined
      + * and $object->fk_element or $fk_element is defined
      + * and have ($nboflines or count($object->lines) or count($taskarray) > 0)
      + * and have $table_element_line = 'tablename' or $object->table_element_line with line to move
      + *
        */
       
       // Protection to avoid direct call of template
      @@ -32,7 +37,7 @@ if (empty($object) || ! is_object($object))
       <!-- BEGIN PHP TEMPLATE AJAXROW.TPL.PHP - Script to enable drag and drop on lines of a table -->
       <?php
       $id=$object->id;
      -$fk_element=$object->fk_element;
      +$fk_element=empty($object->fk_element)?$fk_element:$object->fk_element;
       $table_element_line=(empty($table_element_line)?$object->table_element_line:$table_element_line);
       $nboflines=(isset($object->lines)?count($object->lines):(isset($tasksarray)?count($tasksarray):(empty($nboflines)?0:$nboflines)));
       $forcereloadpage=empty($conf->global->MAIN_FORCE_RELOAD_PAGE)?0:1;
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index fa5b500b40b..2332a5930ac 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -602,7 +602,10 @@ class EmailCollector extends CommonObject
       	{
       		$this->filters = array();
       
      -		$sql='SELECT rowid, type, rulevalue, status FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter WHERE fk_emailcollector = '.$this->id;
      +		$sql = 'SELECT rowid, type, rulevalue, status';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectorfilter';
      +		$sql.= ' WHERE fk_emailcollector = '.$this->id;
      +		//$sql.= ' ORDER BY position';
       
       		$resql = $this->db->query($sql);
       		if ($resql)
      @@ -631,7 +634,10 @@ class EmailCollector extends CommonObject
       	{
       		$this->actions = array();
       
      -		$sql='SELECT rowid, type, actionparam, status FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectoraction WHERE fk_emailcollector = '.$this->id;
      +		$sql = 'SELECT rowid, type, actionparam, status';
      +		$sql.= ' FROM '.MAIN_DB_PREFIX.'emailcollector_emailcollectoraction';
      +		$sql.= ' WHERE fk_emailcollector = '.$this->id;
      +		$sql.= ' ORDER BY position';
       
       		$resql = $this->db->query($sql);
       		if ($resql)
      diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php
      index 42eecd097bd..8764a90251d 100644
      --- a/htdocs/emailcollector/class/emailcollectoraction.class.php
      +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php
      @@ -58,6 +58,9 @@ class EmailCollectorAction extends CommonObject
       	public $picto = 'emailcollectoraction@emailcollector';
       
       
      +	public $fk_element = 'fk_emailcollector';
      +
      +
       	/**
       	 *  'type' if the field format.
       	 *  'label' the translation key.
      @@ -90,6 +93,7 @@ class EmailCollectorAction extends CommonObject
       		'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'enabled'=>1, 'visible'=>-2, 'position'=>501, 'notnull'=>1,),
       		'fk_user_creat' => array('type'=>'integer', 'label'=>'UserAuthor', 'enabled'=>1, 'visible'=>-2, 'position'=>510, 'notnull'=>1, 'foreignkey'=>'llx_user.rowid',),
       		'fk_user_modif' => array('type'=>'integer', 'label'=>'UserModif', 'enabled'=>1, 'visible'=>-2, 'position'=>511, 'notnull'=>-1,),
      +		'position' => array('type'=>'integer', 'label'=>'Position', 'enabled'=>1, 'visible'=>1, 'position'=>600, 'default'=>'0',),
       		'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'enabled'=>1, 'visible'=>-2, 'position'=>1000, 'notnull'=>-1,),
       		'status' => array('type'=>'integer', 'label'=>'Status', 'enabled'=>1, 'visible'=>1, 'position'=>1000, 'notnull'=>1, 'default'=>1, 'arrayofkeyval'=>array('0'=>'Disabled', '1'=>'Enabled')),
       	);
      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 123badcd901..3a25b7030e0 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
      @@ -180,21 +180,6 @@ ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_entit
       ALTER TABLE llx_emailcollector_emailcollector ADD INDEX idx_emailcollector_status (status);
       
       
      -CREATE TABLE llx_emailcollector_emailcollectoraction(
      -	-- BEGIN MODULEBUILDER FIELDS
      -	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      -	fk_emailcollector INTEGER NOT NULL,
      -	type varchar(128) NOT NULL,
      -	actionparam varchar(255) NULL,
      -	date_creation datetime NOT NULL,
      -	tms timestamp NOT NULL,
      -	fk_user_creat integer NOT NULL,
      -	fk_user_modif integer,
      -	import_key varchar(14),
      -	status integer NOT NULL
      -	-- END MODULEBUILDER FIELDS
      -) ENGINE=innodb;
      -
       CREATE TABLE llx_emailcollector_emailcollectorfilter(
       	-- BEGIN MODULEBUILDER FIELDS
       	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      @@ -210,6 +195,22 @@ CREATE TABLE llx_emailcollector_emailcollectorfilter(
       	-- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
       
      +CREATE TABLE llx_emailcollector_emailcollectoraction(
      +	-- BEGIN MODULEBUILDER FIELDS
      +	rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
      +	fk_emailcollector INTEGER NOT NULL,
      +	type varchar(128) NOT NULL,
      +	actionparam varchar(255) NULL,
      +	date_creation datetime NOT NULL,
      +	tms timestamp NOT NULL,
      +	fk_user_creat integer NOT NULL,
      +	fk_user_modif integer,
      +	position integer DEFAULT 0,
      +	import_key varchar(14),
      +	status integer NOT NULL
      +	-- END MODULEBUILDER FIELDS
      +) ENGINE=innodb;
      +
       ALTER TABLE llx_emailcollector_emailcollectorfilter ADD INDEX idx_emailcollector_fk_emailcollector (fk_emailcollector);
       ALTER TABLE llx_emailcollector_emailcollectorfilter ADD CONSTRAINT fk_emailcollectorfilter_fk_emailcollector FOREIGN KEY (fk_emailcollector) REFERENCES llx_emailcollector_emailcollector(rowid);
       
      diff --git a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
      index 82251f33706..e0239cf98f6 100644
      --- a/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
      +++ b/htdocs/install/mysql/tables/llx_emailcollector_emailcollectoraction.sql
      @@ -24,7 +24,8 @@ CREATE TABLE llx_emailcollector_emailcollectoraction(
       	tms timestamp NOT NULL, 
       	fk_user_creat integer NOT NULL, 
       	fk_user_modif integer, 
      -	import_key varchar(14), 
      +	position integer DEFAULT 0,
      +	import_key varchar(14),
       	status integer NOT NULL
       	-- END MODULEBUILDER FIELDS
       ) ENGINE=innodb;
      \ No newline at end of file
      diff --git a/htdocs/variants/list.php b/htdocs/variants/list.php
      index f9420919e91..de6ac5c8959 100644
      --- a/htdocs/variants/list.php
      +++ b/htdocs/variants/list.php
      @@ -130,7 +130,7 @@ $forcereloadpage=empty($conf->global->MAIN_FORCE_RELOAD_PAGE)?0:1;
       				<a href="card.php?id=<?php echo $attribute->id ?>&action=edit"><?php echo img_edit() ?></a>
       				<a href="card.php?id=<?php echo $attribute->id ?>&action=delete"><?php echo img_delete() ?></a>
       			</td>
      -			<td align="center" class="linecolmove tdlineupdown">
      +			<td class="center linecolmove tdlineupdown">
       				<?php if ($key > 0): ?>
       				<a class="lineupdown"
       				   href="<?php echo $_SERVER['PHP_SELF'] ?>?action=up&amp;rowid=<?php echo $attribute->id ?>"><?php echo img_up('default', 0, 'imgupforline'); ?></a>
      
      From caa080f10332887bcf6f7735ef6c517f636c8dc6 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 15 Nov 2018 20:32:51 +0100
      Subject: [PATCH 0917/1013] replace php > 5.4 code
      
      ---
       .../swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php       | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
      index eea2648c9e9..e2231151993 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
      @@ -278,7 +278,7 @@ class Swift_Signers_SMimeSigner implements Swift_Signers_BodySigner
                   $args[] = $this->extraCerts;
               }
       
      -        if (!openssl_pkcs7_sign(...$args)) {
      +        if (!call_user_func_array('openssl_pkcs7_sign', $args)) {
                   throw new Swift_IoException(sprintf('Failed to sign S/Mime message. Error: "%s".', openssl_error_string()));
               }
       
      
      From 482c6efdd92795016ce4fc8499b9f3a7ce554392 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 15 Nov 2018 20:35:40 +0100
      Subject: [PATCH 0918/1013] replace php > 5.4 code
      
      ---
       .../lib/classes/Swift/CharacterStream/ArrayCharacterStream.php  | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php b/htdocs/includes/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
      index fbfbceb01d1..e43bd2ed510 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
      @@ -172,7 +172,7 @@ class Swift_CharacterStream_ArrayCharacterStream implements Swift_CharacterStrea
               }
               $this->offset += ($i - $this->offset); // Limit function calls
       
      -        return array_merge(...$arrays);
      +        return call_user_func_array('array_merge', $arrays);
           }
       
           /**
      
      From 7c241620c0b9fc15212485234504334e25d533f2 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 15 Nov 2018 21:17:59 +0100
      Subject: [PATCH 0919/1013] replace random_bytes
      
      ---
       .../lib/classes/Swift/Mime/IdGenerator.php     |  2 +-
       .../classes/Swift/Mime/SimpleMimeEntity.php    |  6 +++---
       .../Transport/Esmtp/Auth/NTLMAuthenticator.php | 18 +++++++++++++++++-
       3 files changed, 21 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php
      index 6e98ee8975d..8d9452bd0f0 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php
      @@ -46,7 +46,7 @@ class Swift_Mime_IdGenerator implements Swift_IdGenerator
            */
           public function generateId()
           {
      -        $idLeft = bin2hex(random_bytes(16)); // set 32 hex values
      +        $idLeft = md5(getmypid().'.'.time().'.'.uniqid(mt_rand(), true));
       
               return $idLeft.'@'.$this->idRight;
           }
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      index a434729f613..980f1cedc1c 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
      @@ -92,7 +92,7 @@ class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_M
            */
           public function __construct(Swift_Mime_SimpleHeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, Swift_IdGenerator $idGenerator)
           {
      -        $this->cacheKey = bin2hex(random_bytes(16)); // set 32 hex values
      +        $this->cacheKey = md5(getmypid().'.'.time().'.'.uniqid(mt_rand(), true));
               $this->cache = $cache;
               $this->headers = $headers;
               $this->idGenerator = $idGenerator;
      @@ -420,7 +420,7 @@ class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_M
           public function getBoundary()
           {
               if (!isset($this->boundary)) {
      -            $this->boundary = '_=_swift_'.time().'_'.bin2hex(random_bytes(16)).'_=_';
      +            $this->boundary = '_=_swift_'.time().'_'.md5(getmypid().'.'.time().'.'.uniqid(mt_rand(), true)).'_=_';
               }
       
               return $this->boundary;
      @@ -813,7 +813,7 @@ class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_M
           {
               $this->headers = clone $this->headers;
               $this->encoder = clone $this->encoder;
      -        $this->cacheKey = bin2hex(random_bytes(16)); // set 32 hex values
      +        $this->cacheKey = md5(getmypid().'.'.time().'.'.uniqid(mt_rand(), true));
               $children = array();
               foreach ($this->children as $pos => $child) {
                   $children[$pos] = clone $child;
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      index fa5d2110041..b640c1c1d1d 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      @@ -58,7 +58,7 @@ class Swift_Transport_Esmtp_Auth_NTLMAuthenticator implements Swift_Transport_Es
       
                   // extra parameters for our unit cases
                   $timestamp = func_num_args() > 3 ? func_get_arg(3) : $this->getCorrectTimestamp(bcmul(microtime(true), '1000'));
      -            $client = func_num_args() > 4 ? func_get_arg(4) : random_bytes(8);
      +            $client = func_num_args() > 4 ? func_get_arg(4) : $this->getRandomBytes(8);
       
                   // Message 3 response
                   $this->sendMessage3($response, $username, $password, $timestamp, $client, $agent);
      @@ -548,6 +548,22 @@ class Swift_Transport_Esmtp_Auth_NTLMAuthenticator implements Swift_Transport_Es
               return $byte;
           }
       
      +    /**
      +     * Create random bytes.
      +     *
      +     * @param $length
      +     *
      +     * @return string
      +     */
      +    protected function getRandomBytes($length) : string
      +    {
      +        $bytes = openssl_random_pseudo_bytes($length, $strong);
      +        if (false !== $bytes && true === $strong) {
      +            return $bytes;
      +        }
      +        throw new RuntimeException('OpenSSL did not produce a secure random number.');
      +    }
      +
           /** ENCRYPTION ALGORITHMS */
       
           /**
      
      From 532ce34c539fbc7a060b278305c89fa5954d12b7 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 15 Nov 2018 21:29:28 +0100
      Subject: [PATCH 0920/1013] i put the sword under the carpet
      
      ---
       .travis.yml                                                     | 2 +-
       .../classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php    | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index bc11265c0c8..4ecc4d5623b 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -289,7 +289,7 @@ script:
         # Ensure we catch errors
         set -e
         #parallel-lint --exclude htdocs/includes --blame .
      -  parallel-lint --exclude htdocs/includes/sabre/sabre/event/tests --exclude htdocs/includes/sabre/sabre/event/examples --exclude htdocs/includes/sabre/sabre/dav/tests --exclude htdocs/includes/sabre/sabre/vobject/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/sabre/composer/autoload_static.php --exclude htdocs/includes/composer/autoload_static.php --blame .
      +  parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/sabre/composer/autoload_static.php --exclude htdocs/includes/composer/autoload_static.php --blame .
         set +e
         echo
       
      diff --git a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      index b640c1c1d1d..7b8608d4a1b 100644
      --- a/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      +++ b/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
      @@ -555,7 +555,7 @@ class Swift_Transport_Esmtp_Auth_NTLMAuthenticator implements Swift_Transport_Es
            *
            * @return string
            */
      -    protected function getRandomBytes($length) : string
      +    protected function getRandomBytes($length)
           {
               $bytes = openssl_random_pseudo_bytes($length, $strong);
               if (false !== $bytes && true === $strong) {
      
      From fd9d9d3a7164626b3db90cdc30c0194343b904c8 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Thu, 15 Nov 2018 21:38:27 +0100
      Subject: [PATCH 0921/1013] clean again
      
      ---
       .travis.yml | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 4ecc4d5623b..7f9e907de40 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -289,7 +289,7 @@ script:
         # Ensure we catch errors
         set -e
         #parallel-lint --exclude htdocs/includes --blame .
      -  parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/sabre/composer/autoload_static.php --exclude htdocs/includes/composer/autoload_static.php --blame .
      +  parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/composer/autoload_static.php --blame .
         set +e
         echo
       
      
      From a5777d30e1d44d877bc22890fbdac5247a015aa1 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fran=C3=A7ois=20J?= <fjacquet@open-dsi.fr>
      Date: Fri, 16 Nov 2018 10:09:25 +0100
      Subject: [PATCH 0922/1013] Fix Contact Agenda events filter when no Third
       Party
      
      Handle case where the contact is not linked to any third party.
      ---
       htdocs/core/lib/company.lib.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
      index febd4fcb703..09f7bd85c90 100644
      --- a/htdocs/core/lib/company.lib.php
      +++ b/htdocs/core/lib/company.lib.php
      @@ -1517,7 +1517,8 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
               $contactstatic = new Contact($db);
       
               $out.='<form name="listactionsfilter" class="listactionsfilter" action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
      -        if ($objcon && get_class($objcon) == 'Contact' && $filterobj && get_class($filterobj) == 'Societe')
      +        if ($objcon && get_class($objcon) == 'Contact' &&
      +            (is_null($filterobj) || get_class($filterobj) == 'Societe'))
               {
                   $out.='<input type="hidden" name="id" value="'.$objcon->id.'" />';
               }
      
      From f32706259ac2fa5a8956ffcb9c36e475f3443c64 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 16 Nov 2018 14:13:00 +0100
      Subject: [PATCH 0923/1013] Sync transifex
      
      ---
       .../class/emailcollector.class.php            |   30 +-
       htdocs/langs/ar_EG/admin.lang                 |    8 -
       htdocs/langs/ar_SA/admin.lang                 |  583 ++++----
       htdocs/langs/ar_SA/companies.lang             |  110 +-
       htdocs/langs/ar_SA/errors.lang                |   34 +-
       htdocs/langs/ar_SA/interventions.lang         |    5 +-
       htdocs/langs/ar_SA/main.lang                  |  103 +-
       htdocs/langs/ar_SA/other.lang                 |   56 +-
       htdocs/langs/ar_SA/projects.lang              |   74 +-
       htdocs/langs/bg_BG/admin.lang                 | 1033 ++++++-------
       htdocs/langs/bg_BG/companies.lang             |  180 +--
       htdocs/langs/bg_BG/errors.lang                |   34 +-
       htdocs/langs/bg_BG/interventions.lang         |   17 +-
       htdocs/langs/bg_BG/main.lang                  |  111 +-
       htdocs/langs/bg_BG/other.lang                 |   70 +-
       htdocs/langs/bg_BG/projects.lang              |   82 +-
       htdocs/langs/bn_BD/admin.lang                 |  585 ++++----
       htdocs/langs/bn_BD/companies.lang             |  110 +-
       htdocs/langs/bn_BD/errors.lang                |   34 +-
       htdocs/langs/bn_BD/interventions.lang         |    5 +-
       htdocs/langs/bn_BD/main.lang                  |  105 +-
       htdocs/langs/bn_BD/other.lang                 |   56 +-
       htdocs/langs/bn_BD/projects.lang              |   74 +-
       htdocs/langs/bs_BA/admin.lang                 |  591 ++++----
       htdocs/langs/bs_BA/companies.lang             |  130 +-
       htdocs/langs/bs_BA/errors.lang                |   34 +-
       htdocs/langs/bs_BA/interventions.lang         |    5 +-
       htdocs/langs/bs_BA/main.lang                  |  129 +-
       htdocs/langs/bs_BA/other.lang                 |   56 +-
       htdocs/langs/bs_BA/projects.lang              |   74 +-
       htdocs/langs/ca_ES/admin.lang                 |  587 ++++----
       htdocs/langs/ca_ES/companies.lang             |  114 +-
       htdocs/langs/ca_ES/errors.lang                |   38 +-
       htdocs/langs/ca_ES/interventions.lang         |    5 +-
       htdocs/langs/ca_ES/main.lang                  |   97 +-
       htdocs/langs/ca_ES/other.lang                 |   60 +-
       htdocs/langs/ca_ES/paybox.lang                |    4 +-
       htdocs/langs/ca_ES/projects.lang              |   70 +-
       htdocs/langs/ca_ES/stripe.lang                |    1 +
       htdocs/langs/ca_ES/suppliers.lang             |    6 +-
       htdocs/langs/ca_ES/website.lang               |   33 +-
       htdocs/langs/ca_ES/withdrawals.lang           |   12 +-
       htdocs/langs/ca_ES/workflow.lang              |   18 +-
       htdocs/langs/cs_CZ/admin.lang                 |  583 ++++----
       htdocs/langs/cs_CZ/companies.lang             |  110 +-
       htdocs/langs/cs_CZ/errors.lang                |   34 +-
       htdocs/langs/cs_CZ/interventions.lang         |    5 +-
       htdocs/langs/cs_CZ/main.lang                  |  103 +-
       htdocs/langs/cs_CZ/other.lang                 |   56 +-
       htdocs/langs/cs_CZ/projects.lang              |   74 +-
       htdocs/langs/da_DK/admin.lang                 |  711 ++++-----
       htdocs/langs/da_DK/companies.lang             |  110 +-
       htdocs/langs/da_DK/errors.lang                |   80 +-
       htdocs/langs/da_DK/interventions.lang         |   85 +-
       htdocs/langs/da_DK/main.lang                  |  507 +++----
       htdocs/langs/da_DK/other.lang                 |   98 +-
       htdocs/langs/da_DK/projects.lang              |  106 +-
       htdocs/langs/de_AT/admin.lang                 |   14 +-
       htdocs/langs/de_AT/companies.lang             |    3 -
       htdocs/langs/de_AT/errors.lang                |    1 -
       htdocs/langs/de_AT/other.lang                 |    2 -
       htdocs/langs/de_AT/projects.lang              |    1 -
       htdocs/langs/de_CH/admin.lang                 |   73 +-
       htdocs/langs/de_CH/companies.lang             |   13 -
       htdocs/langs/de_CH/errors.lang                |    4 +-
       htdocs/langs/de_CH/interventions.lang         |   66 +-
       htdocs/langs/de_CH/main.lang                  |  162 +-
       htdocs/langs/de_CH/other.lang                 |    6 +-
       htdocs/langs/de_CH/projects.lang              |    2 -
       htdocs/langs/de_DE/admin.lang                 |  611 ++++----
       htdocs/langs/de_DE/companies.lang             |  108 +-
       htdocs/langs/de_DE/errors.lang                |   48 +-
       htdocs/langs/de_DE/interventions.lang         |    3 +-
       htdocs/langs/de_DE/main.lang                  |  121 +-
       htdocs/langs/de_DE/other.lang                 |   70 +-
       htdocs/langs/de_DE/projects.lang              |  100 +-
       htdocs/langs/el_GR/admin.lang                 |  585 ++++----
       htdocs/langs/el_GR/companies.lang             |  112 +-
       htdocs/langs/el_GR/errors.lang                |   34 +-
       htdocs/langs/el_GR/interventions.lang         |    5 +-
       htdocs/langs/el_GR/main.lang                  |  101 +-
       htdocs/langs/el_GR/other.lang                 |   56 +-
       htdocs/langs/el_GR/projects.lang              |   74 +-
       htdocs/langs/en_AU/admin.lang                 |   10 -
       htdocs/langs/en_AU/compta.lang                |    2 -
       htdocs/langs/en_CA/admin.lang                 |    8 -
       htdocs/langs/en_GB/admin.lang                 |   32 +-
       htdocs/langs/en_GB/compta.lang                |    2 -
       htdocs/langs/en_GB/main.lang                  |    9 -
       htdocs/langs/en_GB/users.lang                 |    2 -
       htdocs/langs/en_IN/admin.lang                 |    5 -
       htdocs/langs/en_IN/compta.lang                |    2 -
       htdocs/langs/en_US/admin.lang                 |    6 +-
       htdocs/langs/es_AR/admin.lang                 |    5 -
       htdocs/langs/es_BO/admin.lang                 |    5 -
       htdocs/langs/es_CL/admin.lang                 |  256 +---
       htdocs/langs/es_CL/bills.lang                 |    2 -
       htdocs/langs/es_CL/companies.lang             |   43 +-
       htdocs/langs/es_CL/interventions.lang         |    2 -
       htdocs/langs/es_CL/main.lang                  |   39 +-
       htdocs/langs/es_CL/members.lang               |    1 -
       htdocs/langs/es_CL/other.lang                 |   22 +-
       htdocs/langs/es_CL/projects.lang              |   31 -
       htdocs/langs/es_CL/stocks.lang                |    1 -
       htdocs/langs/es_CO/admin.lang                 |    8 -
       htdocs/langs/es_CO/companies.lang             |    8 +-
       htdocs/langs/es_CO/main.lang                  |    1 -
       htdocs/langs/es_DO/admin.lang                 |   11 -
       htdocs/langs/es_EC/admin.lang                 |  253 +---
       htdocs/langs/es_EC/main.lang                  |   39 +-
       htdocs/langs/es_ES/accountancy.lang           |   11 +-
       htdocs/langs/es_ES/admin.lang                 |  319 ++--
       htdocs/langs/es_ES/banks.lang                 |   11 +-
       htdocs/langs/es_ES/bills.lang                 |   40 +-
       htdocs/langs/es_ES/categories.lang            |    6 +-
       htdocs/langs/es_ES/companies.lang             |   78 +-
       htdocs/langs/es_ES/compta.lang                |   44 +-
       htdocs/langs/es_ES/dict.lang                  |    8 +-
       htdocs/langs/es_ES/errors.lang                |   16 +-
       htdocs/langs/es_ES/holiday.lang               |   21 +-
       htdocs/langs/es_ES/interventions.lang         |    1 +
       htdocs/langs/es_ES/languages.lang             |    1 +
       htdocs/langs/es_ES/mails.lang                 |    8 +-
       htdocs/langs/es_ES/main.lang                  |   71 +-
       htdocs/langs/es_ES/members.lang               |    9 +-
       htdocs/langs/es_ES/modulebuilder.lang         |   23 +-
       htdocs/langs/es_ES/other.lang                 |   45 +-
       htdocs/langs/es_ES/products.lang              |   13 +-
       htdocs/langs/es_ES/projects.lang              |   48 +-
       htdocs/langs/es_ES/propal.lang                |    7 +-
       htdocs/langs/es_ES/resource.lang              |    2 +-
       htdocs/langs/es_ES/sendings.lang              |    4 +-
       htdocs/langs/es_ES/stocks.lang                |   12 +-
       htdocs/langs/es_ES/users.lang                 |    7 +-
       htdocs/langs/es_ES/website.lang               |   25 +-
       htdocs/langs/es_MX/admin.lang                 |   21 +-
       htdocs/langs/es_MX/companies.lang             |   20 -
       htdocs/langs/es_MX/main.lang                  |   16 -
       htdocs/langs/es_PA/admin.lang                 |    4 -
       htdocs/langs/es_PE/admin.lang                 |    6 -
       htdocs/langs/es_PE/main.lang                  |    2 +
       htdocs/langs/es_PY/admin.lang                 |    5 -
       htdocs/langs/es_VE/admin.lang                 |    5 +-
       htdocs/langs/es_VE/companies.lang             |    5 -
       htdocs/langs/es_VE/main.lang                  |    1 -
       htdocs/langs/es_VE/projects.lang              |    2 -
       htdocs/langs/et_EE/admin.lang                 |  583 ++++----
       htdocs/langs/et_EE/companies.lang             |  108 +-
       htdocs/langs/et_EE/errors.lang                |   34 +-
       htdocs/langs/et_EE/interventions.lang         |    5 +-
       htdocs/langs/et_EE/main.lang                  |  103 +-
       htdocs/langs/et_EE/other.lang                 |   56 +-
       htdocs/langs/et_EE/projects.lang              |   74 +-
       htdocs/langs/eu_ES/admin.lang                 |  585 ++++----
       htdocs/langs/eu_ES/companies.lang             |  110 +-
       htdocs/langs/eu_ES/errors.lang                |   34 +-
       htdocs/langs/eu_ES/interventions.lang         |    5 +-
       htdocs/langs/eu_ES/main.lang                  |  105 +-
       htdocs/langs/eu_ES/other.lang                 |   56 +-
       htdocs/langs/eu_ES/projects.lang              |   74 +-
       htdocs/langs/fa_IR/admin.lang                 |  585 ++++----
       htdocs/langs/fa_IR/companies.lang             |  108 +-
       htdocs/langs/fa_IR/errors.lang                |   34 +-
       htdocs/langs/fa_IR/interventions.lang         |    5 +-
       htdocs/langs/fa_IR/main.lang                  |  103 +-
       htdocs/langs/fa_IR/other.lang                 |   56 +-
       htdocs/langs/fa_IR/projects.lang              |   74 +-
       htdocs/langs/fi_FI/admin.lang                 |  583 ++++----
       htdocs/langs/fi_FI/companies.lang             |  110 +-
       htdocs/langs/fi_FI/errors.lang                |   34 +-
       htdocs/langs/fi_FI/interventions.lang         |    5 +-
       htdocs/langs/fi_FI/main.lang                  |  105 +-
       htdocs/langs/fi_FI/other.lang                 |   56 +-
       htdocs/langs/fi_FI/projects.lang              |   74 +-
       htdocs/langs/fr_BE/admin.lang                 |    8 -
       htdocs/langs/fr_BE/compta.lang                |    2 -
       htdocs/langs/fr_CA/admin.lang                 |   98 +-
       htdocs/langs/fr_CA/companies.lang             |    8 -
       htdocs/langs/fr_CA/compta.lang                |    2 -
       htdocs/langs/fr_CA/errors.lang                |   14 -
       htdocs/langs/fr_CA/interventions.lang         |    2 -
       htdocs/langs/fr_CA/main.lang                  |   12 -
       htdocs/langs/fr_CA/members.lang               |    1 -
       htdocs/langs/fr_CA/other.lang                 |   13 +-
       htdocs/langs/fr_CA/projects.lang              |   18 -
       htdocs/langs/fr_CA/stocks.lang                |    1 -
       htdocs/langs/fr_CH/admin.lang                 |    5 -
       htdocs/langs/fr_FR/admin.lang                 |  330 +++--
       htdocs/langs/fr_FR/bills.lang                 |   92 +-
       htdocs/langs/fr_FR/boxes.lang                 |    6 +-
       htdocs/langs/fr_FR/companies.lang             |   86 +-
       htdocs/langs/fr_FR/errors.lang                |   44 +-
       htdocs/langs/fr_FR/interventions.lang         |    5 +-
       htdocs/langs/fr_FR/main.lang                  |  103 +-
       htdocs/langs/fr_FR/other.lang                 |   57 +-
       htdocs/langs/fr_FR/projects.lang              |   74 +-
       htdocs/langs/he_IL/admin.lang                 |  585 ++++----
       htdocs/langs/he_IL/companies.lang             |  110 +-
       htdocs/langs/he_IL/errors.lang                |   34 +-
       htdocs/langs/he_IL/interventions.lang         |    5 +-
       htdocs/langs/he_IL/main.lang                  |  105 +-
       htdocs/langs/he_IL/other.lang                 |   56 +-
       htdocs/langs/he_IL/projects.lang              |   74 +-
       htdocs/langs/hr_HR/admin.lang                 |  617 ++++----
       htdocs/langs/hr_HR/commercial.lang            |   12 +-
       htdocs/langs/hr_HR/companies.lang             |  172 +--
       htdocs/langs/hr_HR/cron.lang                  |   20 +-
       htdocs/langs/hr_HR/errors.lang                |   34 +-
       htdocs/langs/hr_HR/interventions.lang         |   11 +-
       htdocs/langs/hr_HR/main.lang                  |  815 +++++-----
       htdocs/langs/hr_HR/other.lang                 |   60 +-
       htdocs/langs/hr_HR/projects.lang              |   74 +-
       htdocs/langs/hu_HU/admin.lang                 |  583 ++++----
       htdocs/langs/hu_HU/companies.lang             |  110 +-
       htdocs/langs/hu_HU/errors.lang                |   34 +-
       htdocs/langs/hu_HU/interventions.lang         |    5 +-
       htdocs/langs/hu_HU/main.lang                  |  103 +-
       htdocs/langs/hu_HU/other.lang                 |   56 +-
       htdocs/langs/hu_HU/projects.lang              |   74 +-
       htdocs/langs/id_ID/admin.lang                 |  583 ++++----
       htdocs/langs/id_ID/companies.lang             |  110 +-
       htdocs/langs/id_ID/errors.lang                |   34 +-
       htdocs/langs/id_ID/interventions.lang         |    5 +-
       htdocs/langs/id_ID/main.lang                  |  105 +-
       htdocs/langs/id_ID/other.lang                 |   56 +-
       htdocs/langs/id_ID/projects.lang              |   74 +-
       htdocs/langs/is_IS/admin.lang                 |  585 ++++----
       htdocs/langs/is_IS/companies.lang             |  110 +-
       htdocs/langs/is_IS/errors.lang                |   34 +-
       htdocs/langs/is_IS/interventions.lang         |    5 +-
       htdocs/langs/is_IS/main.lang                  |  105 +-
       htdocs/langs/is_IS/other.lang                 |   56 +-
       htdocs/langs/is_IS/projects.lang              |   74 +-
       htdocs/langs/it_IT/admin.lang                 |  627 ++++----
       htdocs/langs/it_IT/companies.lang             |  114 +-
       htdocs/langs/it_IT/errors.lang                |   34 +-
       htdocs/langs/it_IT/interventions.lang         |    7 +-
       htdocs/langs/it_IT/main.lang                  |  121 +-
       htdocs/langs/it_IT/other.lang                 |   70 +-
       htdocs/langs/it_IT/projects.lang              |   74 +-
       htdocs/langs/ja_JP/admin.lang                 |  583 ++++----
       htdocs/langs/ja_JP/companies.lang             |  110 +-
       htdocs/langs/ja_JP/errors.lang                |   34 +-
       htdocs/langs/ja_JP/interventions.lang         |    5 +-
       htdocs/langs/ja_JP/main.lang                  |  105 +-
       htdocs/langs/ja_JP/other.lang                 |   56 +-
       htdocs/langs/ja_JP/projects.lang              |   74 +-
       htdocs/langs/ka_GE/admin.lang                 |  585 ++++----
       htdocs/langs/ka_GE/companies.lang             |  110 +-
       htdocs/langs/ka_GE/errors.lang                |   34 +-
       htdocs/langs/ka_GE/interventions.lang         |    5 +-
       htdocs/langs/ka_GE/main.lang                  |  105 +-
       htdocs/langs/ka_GE/other.lang                 |   56 +-
       htdocs/langs/ka_GE/projects.lang              |   74 +-
       htdocs/langs/km_KH/main.lang                  |  105 +-
       htdocs/langs/kn_IN/admin.lang                 |  585 ++++----
       htdocs/langs/kn_IN/companies.lang             |  108 +-
       htdocs/langs/kn_IN/errors.lang                |   34 +-
       htdocs/langs/kn_IN/interventions.lang         |    5 +-
       htdocs/langs/kn_IN/main.lang                  |  105 +-
       htdocs/langs/kn_IN/other.lang                 |   56 +-
       htdocs/langs/kn_IN/projects.lang              |   74 +-
       htdocs/langs/ko_KR/admin.lang                 |  585 ++++----
       htdocs/langs/ko_KR/companies.lang             |  110 +-
       htdocs/langs/ko_KR/errors.lang                |   34 +-
       htdocs/langs/ko_KR/interventions.lang         |    5 +-
       htdocs/langs/ko_KR/main.lang                  |  105 +-
       htdocs/langs/ko_KR/other.lang                 |   56 +-
       htdocs/langs/ko_KR/projects.lang              |   74 +-
       htdocs/langs/lo_LA/admin.lang                 |  585 ++++----
       htdocs/langs/lo_LA/companies.lang             |  110 +-
       htdocs/langs/lo_LA/errors.lang                |   34 +-
       htdocs/langs/lo_LA/interventions.lang         |    5 +-
       htdocs/langs/lo_LA/main.lang                  |  105 +-
       htdocs/langs/lo_LA/other.lang                 |   56 +-
       htdocs/langs/lo_LA/projects.lang              |   74 +-
       htdocs/langs/lt_LT/admin.lang                 |  585 ++++----
       htdocs/langs/lt_LT/companies.lang             |  116 +-
       htdocs/langs/lt_LT/errors.lang                |   34 +-
       htdocs/langs/lt_LT/interventions.lang         |    5 +-
       htdocs/langs/lt_LT/main.lang                  |  135 +-
       htdocs/langs/lt_LT/other.lang                 |   56 +-
       htdocs/langs/lt_LT/projects.lang              |   74 +-
       htdocs/langs/lv_LV/accountancy.lang           |   29 +-
       htdocs/langs/lv_LV/admin.lang                 |  665 +++++----
       htdocs/langs/lv_LV/agenda.lang                |   23 +-
       htdocs/langs/lv_LV/banks.lang                 |   31 +-
       htdocs/langs/lv_LV/bills.lang                 |  118 +-
       htdocs/langs/lv_LV/cashdesk.lang              |   19 +-
       htdocs/langs/lv_LV/categories.lang            |   36 +-
       htdocs/langs/lv_LV/commercial.lang            |   10 +-
       htdocs/langs/lv_LV/companies.lang             |  166 +--
       htdocs/langs/lv_LV/compta.lang                |   30 +-
       htdocs/langs/lv_LV/contracts.lang             |    7 +-
       htdocs/langs/lv_LV/deliveries.lang            |   23 +-
       htdocs/langs/lv_LV/errors.lang                |   44 +-
       htdocs/langs/lv_LV/holiday.lang               |   37 +-
       htdocs/langs/lv_LV/install.lang               |  135 +-
       htdocs/langs/lv_LV/interventions.lang         |   37 +-
       htdocs/langs/lv_LV/loan.lang                  |    4 +-
       htdocs/langs/lv_LV/main.lang                  |  163 +-
       htdocs/langs/lv_LV/members.lang               |   21 +-
       htdocs/langs/lv_LV/modulebuilder.lang         |   29 +-
       htdocs/langs/lv_LV/other.lang                 |   76 +-
       htdocs/langs/lv_LV/projects.lang              |  100 +-
       htdocs/langs/lv_LV/propal.lang                |   11 +-
       htdocs/langs/lv_LV/resource.lang              |    6 +-
       htdocs/langs/lv_LV/salaries.lang              |   11 +-
       htdocs/langs/lv_LV/stocks.lang                |   34 +-
       htdocs/langs/lv_LV/stripe.lang                |    1 +
       htdocs/langs/lv_LV/trips.lang                 |    4 +-
       htdocs/langs/lv_LV/users.lang                 |   11 +-
       htdocs/langs/lv_LV/website.lang               |   35 +-
       htdocs/langs/mk_MK/admin.lang                 |  585 ++++----
       htdocs/langs/mk_MK/companies.lang             |  110 +-
       htdocs/langs/mk_MK/errors.lang                |   34 +-
       htdocs/langs/mk_MK/interventions.lang         |    5 +-
       htdocs/langs/mk_MK/main.lang                  |  105 +-
       htdocs/langs/mk_MK/other.lang                 |   56 +-
       htdocs/langs/mk_MK/projects.lang              |   74 +-
       htdocs/langs/mn_MN/admin.lang                 |  585 ++++----
       htdocs/langs/mn_MN/companies.lang             |  110 +-
       htdocs/langs/mn_MN/errors.lang                |   34 +-
       htdocs/langs/mn_MN/interventions.lang         |    5 +-
       htdocs/langs/mn_MN/main.lang                  |  105 +-
       htdocs/langs/mn_MN/other.lang                 |   56 +-
       htdocs/langs/mn_MN/projects.lang              |   74 +-
       htdocs/langs/nb_NO/admin.lang                 |  585 ++++----
       htdocs/langs/nb_NO/companies.lang             |  140 +-
       htdocs/langs/nb_NO/errors.lang                |   44 +-
       htdocs/langs/nb_NO/interventions.lang         |    3 +-
       htdocs/langs/nb_NO/main.lang                  |   99 +-
       htdocs/langs/nb_NO/other.lang                 |   56 +-
       htdocs/langs/nb_NO/projects.lang              |   78 +-
       htdocs/langs/nl_BE/admin.lang                 |    4 -
       htdocs/langs/nl_BE/agenda.lang                |    3 -
       htdocs/langs/nl_BE/companies.lang             |    9 +-
       htdocs/langs/nl_BE/errors.lang                |    1 -
       htdocs/langs/nl_BE/hrm.lang                   |    1 -
       htdocs/langs/nl_BE/interventions.lang         |    3 -
       htdocs/langs/nl_BE/main.lang                  |    3 -
       htdocs/langs/nl_BE/projects.lang              |    2 -
       htdocs/langs/nl_BE/sendings.lang              |    1 -
       htdocs/langs/nl_NL/accountancy.lang           |   99 +-
       htdocs/langs/nl_NL/admin.lang                 |  829 ++++++-----
       htdocs/langs/nl_NL/agenda.lang                |   27 +-
       htdocs/langs/nl_NL/banks.lang                 |   27 +-
       htdocs/langs/nl_NL/companies.lang             |  172 +--
       htdocs/langs/nl_NL/compta.lang                |   82 +-
       htdocs/langs/nl_NL/dict.lang                  |   30 +-
       htdocs/langs/nl_NL/ecm.lang                   |   19 +-
       htdocs/langs/nl_NL/errors.lang                |   44 +-
       htdocs/langs/nl_NL/hrm.lang                   |   18 +-
       htdocs/langs/nl_NL/interventions.lang         |   61 +-
       htdocs/langs/nl_NL/languages.lang             |   21 +-
       htdocs/langs/nl_NL/ldap.lang                  |    2 +-
       htdocs/langs/nl_NL/main.lang                  |  295 ++--
       htdocs/langs/nl_NL/margins.lang               |    8 +-
       htdocs/langs/nl_NL/oauth.lang                 |   42 +-
       htdocs/langs/nl_NL/other.lang                 |  128 +-
       htdocs/langs/nl_NL/paybox.lang                |   20 +-
       htdocs/langs/nl_NL/printing.lang              |   52 +-
       htdocs/langs/nl_NL/productbatch.lang          |    2 +-
       htdocs/langs/nl_NL/projects.lang              |   82 +-
       htdocs/langs/nl_NL/propal.lang                |    7 +-
       htdocs/langs/nl_NL/resource.lang              |    2 +-
       htdocs/langs/nl_NL/salaries.lang              |    5 +-
       htdocs/langs/nl_NL/sendings.lang              |   28 +-
       htdocs/langs/nl_NL/stripe.lang                |   19 +-
       htdocs/langs/nl_NL/users.lang                 |    7 +-
       htdocs/langs/pl_PL/admin.lang                 |  585 ++++----
       htdocs/langs/pl_PL/companies.lang             |  112 +-
       htdocs/langs/pl_PL/errors.lang                |   34 +-
       htdocs/langs/pl_PL/interventions.lang         |   11 +-
       htdocs/langs/pl_PL/main.lang                  |  109 +-
       htdocs/langs/pl_PL/other.lang                 |   56 +-
       htdocs/langs/pl_PL/projects.lang              |   74 +-
       htdocs/langs/pt_BR/admin.lang                 |  233 +--
       htdocs/langs/pt_BR/companies.lang             |   41 +-
       htdocs/langs/pt_BR/errors.lang                |   23 +-
       htdocs/langs/pt_BR/interventions.lang         |    4 +-
       htdocs/langs/pt_BR/main.lang                  |   40 +-
       htdocs/langs/pt_BR/members.lang               |    1 -
       htdocs/langs/pt_BR/other.lang                 |   13 +-
       htdocs/langs/pt_BR/paypal.lang                |    1 -
       htdocs/langs/pt_BR/projects.lang              |   26 +-
       htdocs/langs/pt_BR/stocks.lang                |    1 -
       htdocs/langs/pt_PT/admin.lang                 |  619 ++++----
       htdocs/langs/pt_PT/companies.lang             |  116 +-
       htdocs/langs/pt_PT/errors.lang                |   44 +-
       htdocs/langs/pt_PT/interventions.lang         |    9 +-
       htdocs/langs/pt_PT/main.lang                  |  111 +-
       htdocs/langs/pt_PT/other.lang                 |   66 +-
       htdocs/langs/pt_PT/projects.lang              |   84 +-
       htdocs/langs/ro_RO/admin.lang                 |  583 ++++----
       htdocs/langs/ro_RO/companies.lang             |  110 +-
       htdocs/langs/ro_RO/errors.lang                |   34 +-
       htdocs/langs/ro_RO/interventions.lang         |    5 +-
       htdocs/langs/ro_RO/main.lang                  |  103 +-
       htdocs/langs/ro_RO/other.lang                 |   56 +-
       htdocs/langs/ro_RO/projects.lang              |   74 +-
       htdocs/langs/ru_RU/admin.lang                 |  585 ++++----
       htdocs/langs/ru_RU/companies.lang             |  108 +-
       htdocs/langs/ru_RU/errors.lang                |   34 +-
       htdocs/langs/ru_RU/interventions.lang         |    5 +-
       htdocs/langs/ru_RU/main.lang                  |  103 +-
       htdocs/langs/ru_RU/other.lang                 |   56 +-
       htdocs/langs/ru_RU/projects.lang              |   74 +-
       htdocs/langs/ru_UA/other.lang                 |    1 -
       htdocs/langs/sk_SK/admin.lang                 |  583 ++++----
       htdocs/langs/sk_SK/companies.lang             |  108 +-
       htdocs/langs/sk_SK/errors.lang                |   34 +-
       htdocs/langs/sk_SK/interventions.lang         |    5 +-
       htdocs/langs/sk_SK/main.lang                  |  103 +-
       htdocs/langs/sk_SK/other.lang                 |   56 +-
       htdocs/langs/sk_SK/projects.lang              |   74 +-
       htdocs/langs/sl_SI/admin.lang                 |  583 ++++----
       htdocs/langs/sl_SI/companies.lang             |  110 +-
       htdocs/langs/sl_SI/errors.lang                |   34 +-
       htdocs/langs/sl_SI/interventions.lang         |    5 +-
       htdocs/langs/sl_SI/main.lang                  |  105 +-
       htdocs/langs/sl_SI/other.lang                 |   56 +-
       htdocs/langs/sl_SI/projects.lang              |   74 +-
       htdocs/langs/sq_AL/admin.lang                 |  585 ++++----
       htdocs/langs/sq_AL/companies.lang             |  110 +-
       htdocs/langs/sq_AL/errors.lang                |   34 +-
       htdocs/langs/sq_AL/interventions.lang         |    5 +-
       htdocs/langs/sq_AL/main.lang                  |  105 +-
       htdocs/langs/sq_AL/other.lang                 |   56 +-
       htdocs/langs/sq_AL/projects.lang              |   74 +-
       htdocs/langs/sr_RS/admin.lang                 |  585 ++++----
       htdocs/langs/sr_RS/companies.lang             |  108 +-
       htdocs/langs/sr_RS/errors.lang                |   34 +-
       htdocs/langs/sr_RS/interventions.lang         |    5 +-
       htdocs/langs/sr_RS/main.lang                  |  105 +-
       htdocs/langs/sr_RS/other.lang                 |   56 +-
       htdocs/langs/sr_RS/projects.lang              |   74 +-
       htdocs/langs/sv_SE/admin.lang                 |  583 ++++----
       htdocs/langs/sv_SE/companies.lang             |  108 +-
       htdocs/langs/sv_SE/errors.lang                |   34 +-
       htdocs/langs/sv_SE/interventions.lang         |    5 +-
       htdocs/langs/sv_SE/main.lang                  |  103 +-
       htdocs/langs/sv_SE/other.lang                 |   56 +-
       htdocs/langs/sv_SE/projects.lang              |   74 +-
       htdocs/langs/sw_SW/admin.lang                 |  585 ++++----
       htdocs/langs/sw_SW/companies.lang             |  110 +-
       htdocs/langs/sw_SW/errors.lang                |   34 +-
       htdocs/langs/sw_SW/interventions.lang         |    5 +-
       htdocs/langs/sw_SW/main.lang                  |  105 +-
       htdocs/langs/sw_SW/other.lang                 |   56 +-
       htdocs/langs/sw_SW/projects.lang              |   74 +-
       htdocs/langs/th_TH/admin.lang                 |  585 ++++----
       htdocs/langs/th_TH/companies.lang             |  110 +-
       htdocs/langs/th_TH/errors.lang                |   34 +-
       htdocs/langs/th_TH/interventions.lang         |    5 +-
       htdocs/langs/th_TH/main.lang                  |  103 +-
       htdocs/langs/th_TH/other.lang                 |   56 +-
       htdocs/langs/th_TH/projects.lang              |   74 +-
       htdocs/langs/tr_TR/admin.lang                 |  607 ++++----
       htdocs/langs/tr_TR/companies.lang             |  124 +-
       htdocs/langs/tr_TR/errors.lang                |   38 +-
       htdocs/langs/tr_TR/interventions.lang         |    5 +-
       htdocs/langs/tr_TR/main.lang                  |  119 +-
       htdocs/langs/tr_TR/other.lang                 |   60 +-
       htdocs/langs/tr_TR/projects.lang              |   74 +-
       htdocs/langs/uk_UA/admin.lang                 |  585 ++++----
       htdocs/langs/uk_UA/companies.lang             |  110 +-
       htdocs/langs/uk_UA/errors.lang                |   34 +-
       htdocs/langs/uk_UA/interventions.lang         |    5 +-
       htdocs/langs/uk_UA/main.lang                  |  105 +-
       htdocs/langs/uk_UA/other.lang                 |   56 +-
       htdocs/langs/uk_UA/projects.lang              |   74 +-
       htdocs/langs/uz_UZ/admin.lang                 |  585 ++++----
       htdocs/langs/uz_UZ/companies.lang             |  110 +-
       htdocs/langs/uz_UZ/errors.lang                |   34 +-
       htdocs/langs/uz_UZ/interventions.lang         |    5 +-
       htdocs/langs/uz_UZ/main.lang                  |  105 +-
       htdocs/langs/uz_UZ/other.lang                 |   56 +-
       htdocs/langs/uz_UZ/projects.lang              |   74 +-
       htdocs/langs/vi_VN/admin.lang                 |  585 ++++----
       htdocs/langs/vi_VN/companies.lang             |  140 +-
       htdocs/langs/vi_VN/errors.lang                |   34 +-
       htdocs/langs/vi_VN/interventions.lang         |    5 +-
       htdocs/langs/vi_VN/main.lang                  |  103 +-
       htdocs/langs/vi_VN/other.lang                 |   56 +-
       htdocs/langs/vi_VN/projects.lang              |   74 +-
       htdocs/langs/zh_CN/accountancy.lang           |  441 +++---
       htdocs/langs/zh_CN/admin.lang                 | 1307 +++++++++--------
       htdocs/langs/zh_CN/companies.lang             |  194 +--
       htdocs/langs/zh_CN/errors.lang                |  192 +--
       htdocs/langs/zh_CN/interventions.lang         |   47 +-
       htdocs/langs/zh_CN/main.lang                  |  653 ++++----
       htdocs/langs/zh_CN/other.lang                 |  172 ++-
       htdocs/langs/zh_CN/products.lang              |  239 +--
       htdocs/langs/zh_CN/projects.lang              |  204 +--
       htdocs/langs/zh_TW/admin.lang                 |  619 ++++----
       htdocs/langs/zh_TW/companies.lang             |  246 ++--
       htdocs/langs/zh_TW/errors.lang                |   36 +-
       htdocs/langs/zh_TW/interventions.lang         |    5 +-
       htdocs/langs/zh_TW/main.lang                  |  103 +-
       htdocs/langs/zh_TW/other.lang                 |   56 +-
       htdocs/langs/zh_TW/projects.lang              |   80 +-
       502 files changed, 29510 insertions(+), 27019 deletions(-)
       delete mode 100644 htdocs/langs/es_AR/admin.lang
       delete mode 100644 htdocs/langs/es_BO/admin.lang
       delete mode 100644 htdocs/langs/es_PY/admin.lang
       delete mode 100644 htdocs/langs/es_VE/projects.lang
       delete mode 100644 htdocs/langs/fr_CH/admin.lang
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 2332a5930ac..15d4614d55e 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -844,6 +844,8 @@ class EmailCollector extends CommonObject
       
       		//$search='ALL';
       		$search='UNDELETED';
      +		$searchfilterdoltrackid=0;
      +		$searchfilternodoltrackid=0;
       		foreach($this->filters as $rule)
       		{
       			if (empty($rule['status'])) continue;
      @@ -856,6 +858,8 @@ class EmailCollector extends CommonObject
       			if ($rule['type'] == 'body')    $search.=($search?' ':'').'BODY "'.str_replace('"', '', $rule['rulevalue']).'"';
       			if ($rule['type'] == 'seen')    $search.=($search?' ':'').'SEEN';
       			if ($rule['type'] == 'unseen')  $search.=($search?' ':'').'UNSEEN';
      +			if ($rule['type'] == 'withtrackingid')    $searchfilterdoltrackid++;
      +			if ($rule['type'] == 'withouttrackingid') $searchfilternodoltrackid++;
       		}
       
       		if (empty($targetdir))	// Use last date as filter if there is no targetdir defined.
      @@ -882,6 +886,22 @@ class EmailCollector extends CommonObject
       			{
       				if ($nbemailprocessed > 100) break;			// Do not process more than 100 email per launch
       
      +				$header = imap_fetchheader($connection, $imapemail, 0);
      +				$matches=array();
      +				preg_match_all('/([^: ]+): (.+?(?:\r\n\s(?:.+?))*)\r\n/m', $header, $matches);
      +				$headers = array_combine($matches[1], $matches[2]);
      +				//var_dump($headers);
      +
      +				// If there is a filter on trackid
      +				if ($searchfilterdoltrackid > 0)
      +				{
      +					if (empty($headers['X-Dolibarr-TRACKID'])) continue;
      +				}
      +				if ($searchfilternodoltrackid > 0)
      +				{
      +					if (! empty($headers['X-Dolibarr-TRACKID'])) continue;
      +				}
      +
       				$thirdpartystatic=new Societe($this->db);
       				$contactstatic=new Contact($this->db);
       				$projectstatic=new Project($this->db);
      @@ -895,9 +915,8 @@ class EmailCollector extends CommonObject
       
       				$this->db->begin();
       
      -				$overview = imap_fetch_overview($connection, $imapemail, 0);
      -				$header = imap_fetchheader($connection, $imapemail, 0);
       				//$message = imap_body($connection, $imapemail, 0);
      +				$overview = imap_fetch_overview($connection, $imapemail, 0);
       				$structure = imap_fetchstructure($connection, $imapemail, 0);
       				$partplain = $parthtml = -1;
       				// Loop to get part html and plain
      @@ -907,11 +926,6 @@ class EmailCollector extends CommonObject
       					if ($part->subtype == 'PLAIN') $partplain=$key;
       				}
       
      -				$matches=array();
      -				preg_match_all('/([^: ]+): (.+?(?:\r\n\s(?:.+?))*)\r\n/m', $header, $matches);
      -				$headers = array_combine($matches[1], $matches[2]);
      -				//var_dump($headers);
      -
       				$messagetext = imap_fetchbody($connection, $imapemail, ($parthtml >= 0 ? $parthtml : ($partplain >= 0 ? $partplain : 0)));
       
       				//var_dump($overview);
      @@ -946,7 +960,7 @@ class EmailCollector extends CommonObject
       				// Analyze TrackId
       				$trackid = '';
       				$reg=array();
      -				if (! empty($headers['X-Dolibarr-TrackId']) && preg_match('/:\s*([a-z]+)([0-9]+)$/', $headers['X-Dolibarr-TrackId'], $reg))
      +				if (! empty($headers['X-Dolibarr-TRACKID']) && preg_match('/:\s*([a-z]+)([0-9]+)$/', $headers['X-Dolibarr-TRACKID'], $reg))
       				{
       					$trackid = $reg[0].$reg[1];
       
      diff --git a/htdocs/langs/ar_EG/admin.lang b/htdocs/langs/ar_EG/admin.lang
      index b24eb9216d5..0f072e6f93e 100644
      --- a/htdocs/langs/ar_EG/admin.lang
      +++ b/htdocs/langs/ar_EG/admin.lang
      @@ -8,14 +8,10 @@ SessionId=هوية المتصل
       SessionSaveHandler=معالج لتوفير دورات
       SessionSavePath=موقع تخزين الدورة
       PurgeSessions=انهاء الجلسات
      -NoSessionListWithThisHandler=.الخاص بك لا يسمح بسرد كافة الجلسات على التوالي PHP معالج حفظ الدورات و تكوينها في
       LockNewSessions=اغلاق الدخول للمتصلين الجدد
      -ConfirmLockNewSessions=هل تريد منع اي اتصال جديد للبرنامج منك. فقط المستخدم <b>%s</b> سيكون قادر على الاتصال بعد ذلك
       UnlockNewSessions=الغاء حظر الاتصال
       YourSession=جلستك
      -Sessions=جلسات المستخدمين
       WebUserGroup=مستخدم\\مجموعة خادم الويب
      -NoSessionFound=إن صلاحيات لغة بي اتش بي تمنعك من اظهار الجلسات الحالية. قد تكون الوجهة (<b>%s</b>)محمية
       DBStoringCharset=ضبط الحروف في قاعدة البيانات لحفظ المعلومات
       DBSortingCharset=ضبط الحروف في قاعدة البيانات لحفظ المعلومات
       WarningModuleNotActive=إن الوحدة <b>%s</b> لابد أن تكون مفعلة
      @@ -23,11 +19,7 @@ WarningOnlyPermissionOfActivatedModules=أن الصلاحيات المرتبطة
       DolibarrSetup=تثبيت أو ترقية البرنامج
       InternalUsers=مستخدمون داخليون
       ExternalUsers=مستخدمون خارجيون
      -SetupArea=منطقة التنصيب
       FormToTestFileUploadForm=نموذج تجربة رفع الملفات (تبعا للتنصيب)
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       Module25Name=أمر شراء
       Module25Desc=إدارة أوامر الشراء
       Module700Name=تبرعات
      diff --git a/htdocs/langs/ar_SA/admin.lang b/htdocs/langs/ar_SA/admin.lang
      index 81ed07f3b3c..98562eee861 100644
      --- a/htdocs/langs/ar_SA/admin.lang
      +++ b/htdocs/langs/ar_SA/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=تطويرية
       VersionUnknown=غير معروف
       VersionRecommanded=موصى بها
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=معالج لحفظ الجلسات
       SessionSavePath=جلسة التخزين المحلية
       PurgeSessions=إزالة الجلسات
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=معالج حفظ الجلسة المهيأ في لغة البي إتش بي لا يسمح بسرد كل الجلسات التي تعمل
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=إقفال الإتصالات الجديدة
      -ConfirmLockNewSessions=هل أنت متأكد من أنك تريد تقييد أي اتصال جديد من دوليبار لنفسك. <b>%s</b> المستخدم الوحيد الذي سيتمكن من الإتصال بعد هذه العملية.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=إزالة قفل الإتصال
       YourSession=الجلسة الخاصة بك
      -Sessions=جلسة المستخدمين
      +Sessions=Users sessions
       WebUserGroup=خادم الويب المستخدم / المجموعة
      -NoSessionFound=يبدو أن البي إتش بي الخاص بك لا يسمح بسرد كل الجلسات النشطة. الدليل  (<b>%s</b>) المستخدم لحفظ المراحل قد يكون محمي (على سبيل المثال, محمي من قبل نظام الحماية الخاص ببرنامج التشغيل او لغة البي إتش بي.)
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=الترميز الخاص بقاعدة البيانات لتخزين المعلومات
       DBSortingCharset=الترميز الخاص بقاعدة البيانات لتخزين المعلومات
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=مستخدم خارجي
       InternalUsers=مستخدمين داخليين
       ExternalUsers=مستخدمين خارجيين
       GUISetup=العرض
      -SetupArea=منطقة الإعداد
      +SetupArea=التثبيت
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=نموذج لاختبار تحميل ملف (وفقا لبرنامج الإعداد)
       IfModuleEnabled=ملاحظة : نعم فعالة فقط في حال كان النموذج <b>%s</b> مفعل
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=الكود لا يمكن أن يحتوي على الق
       DisableJavascript=تعطيل جافا سكريبت واياكس وظائف (مستحسن للأعمى شخص أو النص المتصفحات)
       UseSearchToSelectCompanyTooltip=أيضا إذا كان لديك عدد كبير من الأحزاب الثالثة (> 100 000)، يمكنك زيادة السرعة عن طريق وضع COMPANY_DONOTSEARCH_ANYWHERE ثابت إلى 1 في الإعداد، <أخرى. وبعد ذلك البحث أن يقتصر على بداية السلسلة.
       UseSearchToSelectContactTooltip=أيضا إذا كان لديك عدد كبير من الأحزاب الثالثة (> 100 000)، يمكنك زيادة السرعة عن طريق وضع CONTACT_DONOTSEARCH_ANYWHERE ثابت إلى 1 في الإعداد، <أخرى. وبعد ذلك البحث أن يقتصر على بداية السلسلة.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=عدد الحروف لبدء البحث: %s
       NotAvailableWhenAjaxDisabled=غير متوفر عندما يكون أجاكس معطلاً
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=المعاينة غير متاحة
       ThemeCurrentlyActive=الثيم النشط حالياً
       CurrentTimeZone=حسب توقيت خادم البي إتش بي
       MySQLTimeZone=والوقت مسقل (قاعدة بيانات)
      -TZHasNoEffect=يتم تخزين التمور وعاد من قبل خادم قاعدة البيانات كما لو أنها بقيت كسلسلة مرسلة. التوقيت له تأثير فقط عند استخدام UNIX_TIMESTAMP وظيفة (وهذا لا ينبغي أن تستخدم من قبل Dolibarr، لذلك يجب أن يكون TZ قاعدة بيانات أي تأثير، حتى لو تغيرت بعد أن تم إدخال البيانات).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=فراغ
       Table=جدول
       Fields=حقول
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=نشطة
       SetupShort=الإعداد
       OtherOptions=الخيارات الأخرى
      -OtherSetup=الإعدادات الأخرى
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=الفاصلة العشرية
       CurrentValueSeparatorThousand=ألفاصلة الألفية
       Destination=المقصد
       IdModule=ID حدة
       IdPermissions=ضوابط ID
       LanguageBrowserParameter=الوحدة %s
      -LocalisationDolibarrParameters=الوحدات المحلية
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=المنطقة الزمنية للعميل (المستخدم)
       ClientHour=وقت العميل (المستخدم)
       OSTZ=OS المنطقة الزمنية الخادم
      @@ -126,8 +126,8 @@ PHPTZ=المنطقة الزمنية خادم PHP
       DaylingSavingTime=التوقيت الصيفي
       CurrentHour=PHP خادم ساعة
       CurrentSessionTimeOut=إنتها مدة التصفح الحالية
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=اكتشاف تلقائي (لغة المتصفح)
       FeatureDisabledInDemo=الميزة معلطة في العرض التجريبي
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=فقط العناصر من <a href="%s">النماذج المفعلة </a> سوف تظهر.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=جديد
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore ، في السوق الرسمي لتخطيط موارد المؤسسات وحدات Dolibarr / خارجي إدارة علاقات العملاء
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=رابط
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=لا تخزن كلمات السر في قاعدة بيا
       MainDbPasswordFileConfEncrypted=كلمة السر في قاعدة بيانات مشفرة conf.php
       InstrucToEncodePass=لديك كلمة السر المشفرة في ملف <b>conf.php،</b> استبدال الخط <br> <b>$ dolibarr_main_db_pass = "..."؛</b> <br> بواسطة <br> <b>$ dolibarr_main_db_pass = "crypted:٪ ليالي".</b>
       InstrucToClearPass=لديك كلمة مرور فك الشفرة (واضح) في ملف <b>conf.php،</b> استبدال الخط <br> <b>$ dolibarr_main_db_pass = "crypted: ...".</b> <br> بواسطة <br> <b>$ dolibarr_main_db_pass = "%s".</b>
      -ProtectAndEncryptPdfFiles=حماية الملفات ولدت الشعبي (لا recommandd ، تقتحم الجماهيري الشعبي وتوليد)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=ميزة
       DolibarrLicense=الترخيص
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=للمستخدم أو وثائق المطور (الوثيقة، أسئلة وأجوبة ...)، <br> نلقي نظرة على Dolibarr يكي: <br> <b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=عن أي أسئلة أخرى / مساعدة، يمكنك استخدام المنتدى Dolibarr: <br> <b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=هذا المجال يمكن أن تساعدك في الحصول على مساعدة لتقديم خدمات الدعم على Dolibarr.
      -HelpCenterDesc2=جزء من هذه الخدمة متوفرة باللغة <b>الانكليزية فقط.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=الحالية القائمة معالج
       MeasuringUnit=وحدة قياس
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=فترة إشعار
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=بروتوكول نقل البريد الإلكتروني / SMTPS ميناء (افتراضيا في php.ini : <b>٪)</b>
      -MAIN_MAIL_SMTP_SERVER=بروتوكول نقل البريد الإلكتروني / SMTPS المضيف (افتراضيا في php.ini : <b>٪)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=بروتوكول نقل البريد الإلكتروني / SMTPS ميناء (غير محددة في مثل PHP على أنظمة يونكس)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=بروتوكول نقل البريد الإلكتروني / SMTPS المضيف (غير محددة في مثل PHP على أنظمة يونكس)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= إرسال منهجية خفية الكربون نسخة من جميع رسائل البريد الإلكتروني المرسلة إلى
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=طريقة استخدام لإرسال رسائل البريد الإلكتروني
      -MAIN_MAIL_SMTPS_ID=إذا الهوية SMTP التوثيق اللازم
      -MAIN_MAIL_SMTPS_PW=كلمة السر اذا SMTP التوثيق اللازم
      -MAIN_MAIL_EMAIL_TLS= استخدام تلس (خدمة تصميم المواقع) تشفير
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=تعطيل كافة sendings SMS (لأغراض الاختبار أو تجريبية)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=طريقة استخدامه لإرسال الرسائل القصيرة SMS
      -MAIN_MAIL_SMS_FROM=رقم الهاتف المرسل الافتراضي لإرسال الرسائل القصيرة
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=ميزة لا تتوفر على مثل أنظمة يونكس. sendmail برنامج الاختبار الخاص بك محليا.
      -SubmitTranslation=إذا ترجمة لهذه اللغة ليست كاملة أو تجد الأخطاء، يمكنك تصحيح هذا عن طريق تحرير الملفات إلى دليل <b>LANGS /%s</b> وتقديم التغيير إلى www.transifex.com/dolibarr-association/dolibarr/~~V
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=إذا ترجمة لهذه اللغة ليست كاملة أو تجد الأخطاء، يمكنك تصحيح هذا عن طريق تحرير الملفات إلى دليل <b>LANGS /%s</b> وتقديم الملفات التي تم تعديلها على dolibarr.org/forum أو للمطورين على github.com/Dolibarr/dolibarr.
       ModuleSetup=إعداد وحدة
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=لا تستخدمها مع المنتج
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=الخطوة %s
      -FindPackageFromWebSite=العثور على الحزمة التي توفر ميزة تريد (على سبيل المثال على موقع الويب %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=تحميل الحزمة (على سبيل المثال من الموقع الرسمي على الإنترنت%s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr النسخة الحالية
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= التخزين المؤقت للتأخير في الرد على الصادرات ثانية (0 فارغة أو لا مخبأ)
       DisableLinkToHelpCenter=الاختباء وصلة <b>"هل تحتاج إلى مساعدة أو دعم"</b> على صفحة تسجيل الدخول
       DisableLinkToHelp=إخفاء تصل إلى التعليمات الفورية <b>"٪ ق"</b>
      -AddCRIfTooLong=ليس هناك التفاف تلقائي ، حتى إذا خرج من خط صفحة على وثائق لفترة طويلة جدا ، يجب إضافة حرف إرجاع نفسك في ناحية النص.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=الحد الأدني لمدة
       LanguageFilesCachedIntoShmopSharedMemory=لانغ لتحميل الملفات. في الذاكرة المشتركة
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=أمثلة مع تشغيل الإعداد الحالي
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=قائمة الدلائل المفتوحة قوالب
       ListOfDirectoriesForModelGenODT=قائمة الدلائل التي تحتوي على قوالب ملفات مع شكل المفتوحة. <br><br> ضع هنا المسار الكامل من الدلائل. <br> إضافة إرجاع بين الدليل ايه. <br> لإضافة دليل وحدة GED، أضيف هنا <b>DOL_DATA_ROOT / ECM / yourdirectoryname.</b> <br><br> الملفات في هذه الدلائل يجب أن ينتهي <b>.odt</b> أو <b>.ods.</b>
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=أمثلة على بناء الجملة : <br> ج : mydir \\ <br> / الوطن / mydir <br> DOL_DATA_ROOT / إدارة المحتوى في المؤسسة / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> لمعرفة كيفية إنشاء قوالب المستند ODT، قبل تخزينها في تلك الدلائل، وقراءة وثائق ويكي:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=مفتاح لاستخدام خدمات الشبكة ال
       TestSubmitForm=اختبار شكل مساهمة
       ThisForceAlsoTheme=وسوف تستخدم هذه القائمة أيضا استخدام مدير موضوعه الخاصة بكل ما هو خيار المستخدم. أيضا هذه القائمة مدير متخصصة للهواتف الذكية لا يعمل على جميع الهواتف الذكية. استخدم مدير آخر القائمة إذا واجهت مشاكل في يدكم.
       ThemeDir=جلود دليل
      -ConnectionTimeout=بمناسبه المهلة
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=استجابة مهلة
       SmsTestMessage=رسالة اختبار من __PHONEFROM__ إلى __PHONETO__
       ModuleMustBeEnabledFirst=يجب تمكين <b>وحدة%s</b> أولا إذا كنت تحتاج هذه الميزة.
       SecurityToken=المفتاح لعناوين المواقع الآمنة
      -NoSmsEngine=لا مدير مرسل الرسائل القصيرة المتاحة. لم يتم تثبيت SMS المرسل مع مدير التوزيع الافتراضي (لأنها تعتمد على مورد خارجي)، ولكن يمكنك أن تجد بعض على http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=يمكنك تعيين كل الخيارات العالمية المتصلة جيل PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=قواعد لتشكيل مربعات العناوين
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=إخفاء وصف المنتجات على لدت PDF
       HideRefOnPDF=المنتجات الجلدية المرجع. ولدت في PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=المعلمات لتأمين عناوين المواق
       SecurityTokenIsUnique=استخدام معلمة securekey فريدة لكل URL
       EnterRefToBuildUrl=أدخل مرجع لكائن %s
       GetSecuredUrl=الحصول على عنوان محسوب
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=معدل ضريبة القيمة المضافة القديم
       NewVATRates=معدل ضريبة القيمة المضافة الجديد
       PriceBaseTypeToChange=تعديل على الأسعار مع القيمة المرجعية قاعدة المعرفة على
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=الرمز السري
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=رابط إلى كائن
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=الوحدة الخارجية - المثبتة في الدليل %s
      -BarcodeInitForThirdparties=الحرف الأول الباركود الشامل لthirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=الحرف الأول الباركود الشامل أو إعادة للمنتجات أو الخدمات
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=قيمة الحرف الأول للسجلات فارغة الصورة٪ المقبلة
       EraseAllCurrentBarCode=محو كل القيم الباركود الحالية
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=وقد أزيلت كل القيم الباركود
      -NoBarcodeNumberingTemplateDefined=تمكين أي قالب الترقيم الباركود في الإعداد وحدة الباركود.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=حقل
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=& مجموعات المستخدمين
      +Module0Name=مجموعات المستخدمين
       Module0Desc=Users / Employees and Groups management
      -Module1Name=أطراف ثالثة
      +Module1Name=Third Parties
       Module1Desc=شركات الاتصالات وإدارة
       Module2Name=التجارية
       Module2Desc=الإدارة التجارية
       Module10Name=المحاسبة
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=مقترحات
       Module20Desc=مقترحات تجارية إدارة
       Module22Name=كتلة بالبريد الإلكتروني
      @@ -511,13 +517,13 @@ Module52Desc=مخزون إدارة المنتجات
       Module53Name=الخدمات
       Module53Desc=الخدمات الإدارية
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcodes إدارة
       Module56Name=الخدمات الهاتفية
       Module56Desc=تكامل الخدمات الهاتفية
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=انقر للاتصال
       Module58Desc=ClickToDial التكامل
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=ويلاحظ نفقات رحلات
       Module75Desc=ونفقات الرحلات تلاحظ إدارة
       Module80Name=الإرسال
       Module80Desc=الإرسال وتسليم الأوامر الإدارية
      -Module85Name=المصارف والنقد
      +Module85Name=Banks and Cash
       Module85Desc=إدارة حسابات مصرفية أو نقدا
      -Module100Name=ExternalSite
      -Module100Desc=وتشمل أي موقع خارجي في القوائم Dolibarr ومشاهدته في إطار Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=ساعي البريد ورشفة
       Module105Desc=ساعي البريد أو SPIP واجهة وحدة عضو
       Module200Name=LDAP
      -Module200Desc=دليل LDAP نمازتلا
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke التكامل
       Module240Name=بيانات الصادرات
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=بيانات الاستيراد
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=أعضاء
       Module310Desc=أعضاء إدارة المؤسسة
       Module320Name=تغذية RSS
       Module320Desc=إضافة تغذية RSS داخل الشاشة صفحة Dolibarr
      -Module330Name=العناوين
      -Module330Desc=إدارة العناوين
      -Module400Name=المشاريع / الفرص / يؤدي
      -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
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=قرض
       Module520Desc=إدارة القروض
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=التبرعات
       Module700Desc=التبرعات إدارة
       Module770Name=تقارير المصاريف
      -Module770Desc=إدارة والمطالبة تقارير المصاريف (النقل، وجبة، ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=فرس النبي
      @@ -576,13 +582,13 @@ Module1520Desc=الجيل ثيقة الإلكتروني الشامل
       Module1780Name=الكلمات / فئات
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG المحرر
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=الأسعار الديناميكية
       Module2200Desc=تمكين استخدام تعبيرات الرياضيات للأسعار
       Module2300Name=المهام المجدولة
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=خدمات API / ويب (خادم SOAP)
      @@ -590,16 +596,16 @@ Module2600Desc=تمكين الخدمات API Dolibarr الخادم SOAP توفي
       Module2610Name=خدمات API / ويب (خادم REST)
       Module2610Desc=تمكين الخادم تقديم الخدمات API Dolibarr REST
       Module2660Name=WebServices الدعوة (العميل SOAP)
      -Module2660Desc=تمكين Dolibarr عميل خدمات الويب (يمكن أن تستخدم لدفع البيانات / الطلبات إلى ملقمات الخارجية. أوامر مورد معتمد فقط في الوقت الحالي)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=غرفتر
      -Module2700Desc=استخدام خدمة غرفتر على الانترنت (www.gravatar.com) لإظهار الصورة من المستخدمين / أعضاء (وجدت مع رسائل البريد الإلكتروني الخاصة بهم). في حاجة الى الوصول الى شبكة الانترنت
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=عميل FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP التحويلات Maxmind القدرات
       Module3100Name=سكايب
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=شركة متعددة
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=ترك إدارة الطلبات
      -Module20000Desc=أعلن وتابع الموظفين يترك طلبات
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=الكثير أو الرقم التسلسلي، وتناول الطعام عن طريق وبيع عن طريق إدارة التسجيل على المنتجات
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=نقطة البيع
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=نقاط البيع
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=باي بال
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=المحاسبة (متقدم)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=(يجب أن تكون الطابعة مرئية من الخادم، ويجب أن تكون الكؤوس تركيبها على الخادم) الطباعة مباشرة (دون فتح المستندات) باستخدام واجهة الكؤوس IPP.
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=استطلاع للرأي، أو مسح التصويت
      -Module55000Desc=وحدة لجعل استطلاعات الرأي عبر الإنترنت، والدراسات الاستقصائية أو الأصوات (مثل خربش، الأزرار، Rdvz، ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=هوامش
       Module59000Desc=وحدة لإدارة الهوامش
       Module60000Name=العمولات
       Module60000Desc=وحدة لإدارة اللجان
       Module62000Name=شروط التجارة الدولية
      -Module62000Desc=إضافة ميزات لإدارة شروط التجارة الدولية
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=مصادر
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=قراءة الفواتير
      @@ -651,9 +661,9 @@ Permission32=إنشاء / تعديل المنتجات
       Permission34=حذف المنتجات
       Permission36=انظر / إدارة المنتجات المخفية
       Permission38=منتجات التصدير
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=حذف مشاريع
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=قراءة التدخلات
       Permission62=إنشاء / تعديل التدخلات
      @@ -686,7 +696,7 @@ Permission109=حذف الإرسال
       Permission111=قراءة الحسابات المالية
       Permission112=إنشاء / تعديل أو حذف ، وقارن المعاملات
       Permission113=الحسابات المالية الإعداد (إنشاء وإدارة فئات)
      -Permission114=مصالحة بين المعاملات
      +Permission114=Reconcile transactions
       Permission115=صفقات التصدير وكشوفات الحساب
       Permission116=التحويلات بين الحسابات
       Permission117=إدارة ارسال الشيكات
      @@ -694,15 +704,15 @@ Permission121=قراءة الغير مرتبطة المستخدم
       Permission122=إنشاء / تغيير الغير مرتبطة المستخدم
       Permission125=حذف الغير مرتبطة المستخدم
       Permission126=الصادرات الغير
      -Permission141=قراءة جميع المشاريع والمهام (أيضا مشاريع خاصة وأنا لا اتصال لل)
      -Permission142=إنشاء / تعديل كافة المشاريع والمهام (أيضا مشاريع خاصة وأنا لا اتصال لل)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=حذف جميع المشاريع والمهام (أيضا مشاريع خاصة وأنا لا اتصال لل)
       Permission146=قراءة موفري
       Permission147=قراءة احصائيات
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=قراءة العقود / الاشتراكات
       Permission162=إنشاء / تعديل العقود / الاشتراكات
       Permission163=تفعيل خدمة / الاشتراك عقد
      @@ -725,7 +735,7 @@ Permission187=وثيقة أوامر المورد
       Permission188=المورد إلغاء أوامر
       Permission192=إنشاء خطوط
       Permission193=إلغاء خطوط
      -Permission194=قراءة خطوط باندوتز
      +Permission194=Read the bandwidth lines
       Permission202=إنشاء خط المشترك الرقمي غير المتماثل وصلات
       Permission203=وصلات من أجل أوامر
       Permission204=من أجل وصلات
      @@ -750,12 +760,12 @@ Permission244=انظر محتويات الخفية الفئات
       Permission251=قراءة أخرى للمستخدمين والمجموعات
       PermissionAdvanced251=قراءة المستخدمين الآخرين
       Permission252=قراءة أذونات المستخدمين الآخرين
      -Permission253=تغيير كلمة مرور المستخدمين الآخرين
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=إنشاء / تعديل المستخدمين خارجي / داخلي وأذونات
       Permission254=حذف أو تعطيل المستخدمين الآخرين
       Permission255=إنشاء / تعديل بلده معلومات المستخدم
       Permission256=تعديل بنفسه كلمة المرور
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=قراءة في كاليفورنيا
       Permission272=قراءة الفواتير
       Permission273=قضية الفواتير
      @@ -765,7 +775,7 @@ Permission283=حذف اتصالات
       Permission286=تصدير اتصالات
       Permission291=قراءة التعريفات
       Permission292=مجموعة أذونات على التعريفات
      -Permission293=مصممو الأزياء تعديل الرسوم الجمركية
      +Permission293=Modify customers tariffs
       Permission300=شريط قراءة المدونات
       Permission301=إنشاء / تغيير شريط الرموز
       Permission302=حذف شريط الرموز
      @@ -787,11 +797,9 @@ Permission401=قراءة خصومات
       Permission402=إنشاء / تعديل الخصومات
       Permission403=تحقق من الخصومات
       Permission404=حذف خصومات
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=حذف الرواتب
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=رواتب التصدير
       Permission520=قراءة القروض
       Permission522=إنشاء / تعديل القروض
      @@ -844,8 +852,8 @@ Permission1251=ادارة الدمار الواردات الخارجية الب
       Permission1321=تصدير العملاء والفواتير والمدفوعات والصفات
       Permission1322=Reopen a paid bill
       Permission1421=التصدير طلبات الزبائن وصفاته
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=حذف طلبات الإجازة
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=احتمال المستوى المحتمل
       DictionaryCanton=الدولة / مقاطعة
       DictionaryRegion=المناطق
      @@ -894,7 +902,7 @@ DictionaryVAT=أسعار الضريبة على القيمة المضافة أو
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=شروط الدفع
       DictionaryPaymentModes=وسائل الدفع
      -DictionaryTypeContact=الاتصال / أنواع العناوين
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=ضرائب بيئية (WEEE)
       DictionaryPaperFormat=تنسيقات ورقة
      @@ -908,47 +916,47 @@ DictionarySource=أصل مقترحات / أوامر
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=نماذج للتخطيط للحسابات
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=رسائل البريد الإلكتروني قوالب
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=الوحدات
       DictionaryProspectStatus=حالة التنقيب
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=الوضع فرصة للمشروع / الرصاص
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=الإعداد المحفوظة
       SetupNotSaved=Setup not saved
       BackToModuleList=العودة إلى قائمة الوحدات
      -BackToDictionaryList=العودة إلى قائمة القواميس
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=إدارة الضريبة على القيمة المضافة
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=افتراضي المقترحة 0 ضريبة القيمة المضافة هو الذي يمكن أن يستخدم في حالات مثل الجمعيات والأفراد والشركات الصغيرة où.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=معدل
       LocalTax1IsNotUsed=لا تستخدم الضريبة الثانية
      -LocalTax1IsUsedDesc=استخدام النوع الثاني من الضرائب (باستثناء ضريبة القيمة المضافة)
      -LocalTax1IsNotUsedDesc=لا تستخدم أي نوع آخر من الضرائب (باستثناء ضريبة القيمة المضافة)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=النوع الثاني من الضرائب
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=لا تستخدم الضرائب الثالثة
      -LocalTax2IsUsedDesc=استخدام نوع ثالث من الضرائب (باستثناء ضريبة القيمة المضافة)
      -LocalTax2IsNotUsedDesc=لا تستخدم أي نوع آخر من الضرائب (باستثناء ضريبة القيمة المضافة)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=النوع الثالث من الضريبة
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= إدارة الطاقة المتجددة
      -LocalTax1IsUsedDescES= معدل الطاقة المتجددة بشكل افتراضي عند احتمالات إنشاء ، والفواتير ، وأوامر الخ اتباع القاعدة نشط القياسية : <br> إذا لم تعرض الشركة المصرية للاتصالات لمشتري الطاقة المتجددة ، الطاقة المتجددة بشكل افتراضي = 0. نهاية الحكم. <br> في حال التعرض للمشتري بعد ذلك الطاقة المتجددة الطاقة المتجددة بشكل افتراضي. نهاية الحكم. <br>
      -LocalTax1IsNotUsedDescES= افتراضيا الطاقة المتجددة المقترحة هي 0. نهاية الحكم.
      -LocalTax1IsUsedExampleES= في اسبانيا هم من المهنيين تخضع لبعض المقاطع المحددة للشركة التعليم الصوتي التفاعلي الاسبانية.
      -LocalTax1IsNotUsedExampleES= في اسبانيا هم المهنية والجمعيات وتخضع لقطاعات معينة من شركة التعليم الصوتي التفاعلي الاسبانية.
      -LocalTax2ManagementES= IRPF الإدارة
      -LocalTax2IsUsedDescES= معدل الطاقة المتجددة بشكل افتراضي عند احتمالات إنشاء ، والفواتير ، وأوامر الخ اتباع القاعدة نشط القياسية : <br> إذا لم يتم التعرض للبائع IRPF ، ثم IRPF افتراضيا = 0. نهاية الحكم. <br> في حال التعرض للبائع IRPF ثم IRPF افتراضيا. نهاية الحكم. <br>
      -LocalTax2IsNotUsedDescES= افتراضيا IRPF المقترحة هي 0. نهاية الحكم.
      -LocalTax2IsUsedExampleES= في اسبانيا ، لحسابهم الخاص والمهنيين المستقلين الذين يقدمون الخدمات والشركات الذين اختاروا النظام الضريبي من وحدات.
      -LocalTax2IsNotUsedExampleES= في اسبانيا هم bussines لا تخضع لنظام ضريبي وحدات.
      +LocalTax1ManagementES=إدارة الطاقة المتجددة
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=افتراضيا الطاقة المتجددة المقترحة هي 0. نهاية الحكم.
      +LocalTax1IsUsedExampleES=في اسبانيا هم من المهنيين تخضع لبعض المقاطع المحددة للشركة التعليم الصوتي التفاعلي الاسبانية.
      +LocalTax1IsNotUsedExampleES=في اسبانيا هم المهنية والجمعيات وتخضع لقطاعات معينة من شركة التعليم الصوتي التفاعلي الاسبانية.
      +LocalTax2ManagementES=IRPF الإدارة
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=افتراضيا IRPF المقترحة هي 0. نهاية الحكم.
      +LocalTax2IsUsedExampleES=في اسبانيا ، لحسابهم الخاص والمهنيين المستقلين الذين يقدمون الخدمات والشركات الذين اختاروا النظام الضريبي من وحدات.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=تقارير عن الضرائب المحلية
       CalcLocaltax1=مبيعات - مشتريات
       CalcLocaltax1Desc=وتحسب تقارير الضرائب المحلية مع الفرق بين localtaxes المبيعات والمشتريات localtaxes
      @@ -958,7 +966,8 @@ CalcLocaltax3=مبيعات
       CalcLocaltax3Desc=تقارير الضرائب المحلية هي مجموعه localtaxes المبيعات
       LabelUsedByDefault=العلامة التي يستخدمها التقصير إذا لم يمكن العثور على ترجمة للقانون
       LabelOnDocuments=علامة على وثائق
      -NbOfDays=ملاحظة : من الأيام
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=في نهاية الشهر
       CurrentNext=Current/Next
       Offset=ويقابل
      @@ -984,7 +993,7 @@ DatabaseUser=قاعدة بيانات المستخدم
       DatabasePassword=قاعدة بيانات كلمة السر
       Tables=الجداول
       TableName=اسم الجدول
      -NbOfRecord=ملاحظة : من السجلات
      +NbOfRecord=No. of records
       Host=الخادم
       DriverType=سائق نوع
       SummarySystem=نظام معلومات موجزة
      @@ -996,7 +1005,7 @@ Skin=موضوع الجلد
       DefaultSkin=موضوع التقصير الجلد
       MaxSizeList=الحد الأقصى لطول قائمة
       DefaultMaxSizeList=افتراضي الطول الاقصى للقوائم
      -DefaultMaxSizeShortList=طول الأقصى الافتراضي للقوائم قصيرة (أي في بطاقة العميل)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=رسالة اليوم
       MessageLogin=ادخل صفحة الرسالة
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=دائم البحث عن شكل القائمة اليم
       DefaultLanguage=اللغة الافتراضية لاستخدام (شفرة اللغة)
       EnableMultilangInterface=تتيح واجهة متعددة اللغات
       EnableShowLogo=عرض الشعار على اليسار القائمة
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=اسم
       CompanyAddress=عنوان
       CompanyZip=الرمز البريدي
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=صاحب الحساب المصرفي %s
       BankModuleNotActive=الحسابات المصرفية وحدة لا يمكن
       ShowBugTrackLink=مشاهدة الرابط <strong>"%s"</strong>
       Alerts=تنبيهات
      -DelaysOfToleranceBeforeWarning=محذرا من التأخير قبل التسامح
      -DelaysOfToleranceDesc=تتيح لك هذه الشاشة لتحديد التأخير قبل السماح تنبيه يقال على الشاشة مع picto ٪ ق لكل عنصر في وقت متأخر.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=التسامح التأخير (في يوم) في حالة تأهب على المقترحات المعروضة ليقفل
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=تأخير التسامح (أيام) قبل تنبيه بشأن المقترحات لا توصف
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=تأخير التسامح (في يوم) في حالة تأهب قبل يوم والخدمات لتفعيل
      -Delays_MAIN_DELAY_RUNNING_SERVICES=تأخير التسامح (في أيام) قبل انتهاء حالة التأهب على الخدمات
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=تأخير التسامح (في يوم) في حالة تأهب قبل الموردين على الفواتير غير المدفوعة
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=تأخير التسامح (في يوم) في حالة تأهب قبل العملاء على الفواتير غير المدفوعة
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=تأخير التسامح (في يوم) في حالة تأهب قبل يوم في انتظار التسوية المصرفية
      -Delays_MAIN_DELAY_MEMBERS=تأخير التسامح (في يوم) في حالة تأهب قبل يوم تأخير رسوم العضوية
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=تأخير التسامح (في يوم) في حالة تأهب قبل لإيداع الشيكات للقيام
      -Delays_MAIN_DELAY_EXPENSEREPORTS=تأخير التسامح (بالأيام) قبل حالة تأهب لتقارير النفقات الموافقة
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=القيود الأخرى القائمة في إدارة اختياري البارامترات.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=مراجعة الحسابات الأحداث الأمنية
       Audit=المراجعة
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=هنا يمكنك تمكين قطع الأشجار لDolibarr ال
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=نظام المعلومات المتنوعة المعلومات التقنية تحصل في قراءة فقط وواضحة للمشرفين فقط.
       SystemAreaForAdminOnly=هذا المجال المتاح لمدير المستخدمين فقط. أيا من Dolibarr أذونات يمكن أن تقلل من هذا الحد.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=يمكنك ان تختار كل معلمة إلى Dolibarr هنا الشكل والمظهر
       AvailableModules=Available app/modules
       ToActivateModule=لتفعيل وحدات ، على الإعداد منطقة الصفحة الرئيسية&gt; الإعداد -> الوحدات).
       SessionTimeOut=للمرة الخمسين
      -SessionExplanation=تضمن هذا العدد أن الدورة لن ينتهي قبل هذا التأخير. PHP sessoin ولكن الإدارة لا الكفالة التي دائما تنتهي الدورة بعد هذا التأخير : ويحدث هذا إذا كان نظام لتنظيف مخبأ الدورة الجارية. <br> ملاحظة : مع أي نظام الداخلي PHP عملية تنظيف كل دورة حوالي <b>٪ ق / %s</b> فقط ولكن وصول وصول أدلى به خلال دورات أخرى.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=محفزات متاحة
      -TriggersDesc=يطلق الملفات التي سوف يتم تعديل سلوك Dolibarr العمل نسخها مرة واحدة في الدليل <b>htdocs / تضم / محفزات.</b> ادركوا إجراءات جديدة ، وتفعيله على Dolibarr الأحداث (انشاء الشركة الجديدة ، والمصادقة على الفواتير ،...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=يطلق في هذا الملف من قبل المعوقين لاحقة بين <b>NORUN</b> باسمهم.
       TriggerDisabledAsModuleDisabled=يتسبب في تعطيل هذه الصورة هي وحدة قياسية <b>٪ ق</b> معوقا.
       TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=حدود / الدقيقة الإعداد
      -LimitsDesc=يمكنك تعريف حدود، توضيحات وتحقيق أمثلية المستخدمة من قبل Dolibarr هنا
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=ماكس عشرية لأسعار الوحدات
       MAIN_MAX_DECIMALS_TOT=الحد الأقصى لمجموع أسعار عشرية
       MAIN_MAX_DECIMALS_SHOWN=ماكس عشرية لأسعار تظهر على الشاشة (يضاف هذا العدد <b>بعد...</b> إذا كنت تريد أن <b>ترى...</b> عندما العدد مبتورة عندما تظهر على الشاشة)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=صافي سعر وحدة من المنتج
       TotalPriceAfterRounding=إجمالي السعر الصافي / ضريبة القيمة المضافة / ضريبة مدفوع) بعد التقريب
       ParameterActiveForNextInputOnly=معلمة فعالة للمساهمة المقبل فقط
       NoEventOrNoAuditSetup=لا أمن الحدث وقد سجلت حتى الآن. هذا طبيعي ويمكن مراجعة الحسابات اذا لم يتم تمكين "الإعداد -- الأمن -- مراجعة" الصفحة.
      -NoEventFoundWithCriteria=لا أمن حال تم العثور على مثل هذا البحث criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=انظر الى إرسال البريد الإعداد المحلي
       BackupDesc=لتقديم دعم كامل للDolibarr ، يجب عليك :
       BackupDesc2=حفظ محتويات الدليل وثائق <b>(٪) التي</b> تحتوي على كافة الملفات التي تم تحميلها ولدت (لذلك يشمل جميع ملفات تفريغ تم إنشاؤها في الخطوة 1).
      -BackupDesc3=حفظ محتوى قاعدة البيانات الخاصة بك <b>(%s) في</b> ملف تفريغ. لهذا، يمكنك استخدام مساعد التالي.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=الأرشيف دليل ينبغي أن تحفظ في مكان آمن.
       BackupDescY=وقد ولدت وينبغي التخلص من الملفات المخزنة في مكان آمن.
      -BackupPHPWarning=لا يمكن ضمان الخدمة الاحتياطية مع هذا الأسلوب. يفضل السابق
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Dolibarr لاستعادة النسخ الاحتياطي ، يجب عليك :
      -RestoreDesc2=استعادة ملف أرشيف (ملف مضغوط على سبيل المثال) من دليل الوثائق لاستخراج شجرة من الملفات في وثائق دليل تثبيت Dolibarr جديد أو إلى هذه الوثائق دليل الحالي <b>(%s).</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=استعادة البيانات من ملف تفريغ النسخ الاحتياطي، في قاعدة بيانات التثبيت Dolibarr جديد أو إلى قاعدة البيانات من هذا التثبيت الحالي <b>(%s).</b> تحذير، بمجرد استعادة الانتهاء، يجب عليك استخدام تسجيل الدخول / كلمة المرور، التي كانت موجودة عندما تم النسخ الاحتياطي، والاتصال مرة أخرى. استعادة قاعدة بيانات النسخ الاحتياطي إلى هذا التثبيت الحالي، يمكنك اتباع هذا المساعد.
       RestoreMySQL=استيراد MySQL
       ForcedToByAModule= هذه القاعدة <b>%s</b> الى جانب تفعيل وحدة
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=يجب تشغيل هذا الأ
       YourPHPDoesNotHaveSSLSupport=وظائف خدمة تصميم المواقع لا تتوفر في بي الخاص بك
       DownloadMoreSkins=مزيد من جلود بتحميل
       SimpleNumRefModelDesc=إرجاع الرقم المرجعي مع شكل %s  yymm-NNNN حيث هو YY العام، مم هو الشهر وnnnn هو تسلسل بدون ثقب وبدون إعادة تعيين
      -ShowProfIdInAddress=إظهار رقم حرفي مع عناوين على وثائق
      -ShowVATIntaInAddress=إخفاء ضريبة القيمة المضافة داخل الأسطوانات مع العناوين على الوثائق
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=ترجمة جزئية
      -MAIN_DISABLE_METEO=تعطيل عرض ميتيو
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=اختبار الدخول إلى API
      -ProxyDesc=بعض ملامح Dolibarr في حاجة الى وصول الإنترنت إلى العمل. هنا تعريف المعلمات من أجل هذا. إذا كان الملقم Dolibarr خلف ملقم وكيل، هذه المعايير يقول Dolibarr كيفية الوصول إلى الإنترنت من خلال ذلك.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=وصول خارجي
       MAIN_PROXY_USE=استخدام ملقم وكيل (وصول مباشر إلى غير ذلك الإنترنت)
       MAIN_PROXY_HOST=الاسم / العنوان من ملقم وكيل
       MAIN_PROXY_PORT=المنفذ من ملقم وكيل
       MAIN_PROXY_USER=الدخول لاستخدام الملقم الوكيل
       MAIN_PROXY_PASS=كلمة مرور لاستخدام الملقم الوكيل
      -DefineHereComplementaryAttributes=هنا تعريف جميع atributes، لا تتوفر بالفعل افتراضيا، والتي تريد أن تدعم ل%s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=تكميلية سمات
       ExtraFieldsLines=سمات التكميلية (خطوط)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=سمات التكميلية (خطوط النظام)
       ExtraFieldsSupplierInvoicesLines=سمات التكميلية (خطوط الفاتورة)
       ExtraFieldsThirdParties=سمات التكميلية (مرشحين عن)
      -ExtraFieldsContacts=سمات التكميلية (الاتصال / العنوان)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=سمات التكميلية (عضو)
       ExtraFieldsMemberType=سمات التكميلية (النوع الأعضاء)
       ExtraFieldsCustomerInvoices=سمات التكميلية (الفواتير)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=alphanumericals فقط وشخصيات الحا
       SendmailOptionNotComplete=تحذير، في بعض أنظمة لينكس، لإرسال البريد الإلكتروني من البريد الإلكتروني الخاص بك، يجب أن تنسخ الإعداد تنفيذ conatins الخيار، على درجة البكالوريوس (mail.force_extra_parameters المعلمة في ملف php.ini الخاص بك). إذا كان بعض المستفيدين لم تلقي رسائل البريد الإلكتروني، في محاولة لتعديل هذه المعلمة PHP مع mail.force_extra_parameters =-BA).
       PathToDocuments=الطريق إلى وثائق
       PathDirectory=دليل
      -SendmailOptionMayHurtBuggedMTA=ميزة لإرسال رسائل باستخدام طريقة "البريد PHP مباشرة" سيتم إنشاء رسالة البريد الإلكتروني التي قد لا تحليل بشكل صحيح من قبل بعض ملقمات البريد المستقبلة. النتيجة هي أن بعض رسائل لا يمكن قراءتها من قبل الشعب الذي استضافته تلك البرامج تنصتت. انها حالة لبعض مزودي الانترنت (مثال: أورانج في فرنسا). هذه ليست مشكلة في Dolibarr ولا في PHP ولكن على استقبال خادم البريد. ولكن هل يمكن أن تضيف MAIN_FIX_FOR_BUGGED_MTA الخيار ل1 إلى الإعداد - البعض لتعديل Dolibarr لتجنب ذلك. ومع ذلك، قد تواجه مشكلة مع خوادم أخرى تحترم بدقة المعيار SMTP. الحل الآخر (موصى به) هو استخدام طريقة "مكتبة مأخذ SMTP" الذي لا يوجد لديه عيوب.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=يجب على الأقل تمكين 1 وحدة
      -ClassNotFoundIntoPathWarning=لم يتم العثور على  %s في مسار PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=نعم في الصيف
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=تخزين جلسة المشفرة بواسطة Suhosin
       ConditionIsCurrently=الشرط هو حاليا %s
      -YouUseBestDriver=استخدام سائق %s التي هو أفضل سائق المتاحة حاليا.
      -YouDoNotUseBestDriver=استخدام يوصى قرص٪ s ولكن سائق%s.
      -NbOfProductIsLowerThanNoPb=لديك %s فقط المنتجات / الخدمات إلى قاعدة البيانات. هذا لا يتطلب أي الأمثل معين.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=البحث الأمثل
      -YouHaveXProductUseSearchOptim=لديك منتج %s في قاعدة البيانات. يجب عليك إضافة PRODUCT_DONOTSEARCH_ANYWHERE ثابت إلى 1 في الصفحة الرئيسية الإعداد-أخرى، قصر البحث على بداية السلاسل مما يجعل من الممكن لقاعدة البيانات لاستخدام مؤشر ويجب أن تحصل على استجابة فورية.
      -BrowserIsOK=كنت تستخدم متصفح الويب %s. هذا المتصفح على ما يرام بالنسبة للأمن والأداء.
      -BrowserIsKO=كنت تستخدم متصفح الويب %s ويعرف هذا المتصفح أن يكون خيارا سيئا للأمن والأداء والموثوقية. نحن انصح لك استخدام فايرفوكس، كروم، أوبرا وسفاري.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug غير محملة.
       XCacheInstalled=XCache غير محملة.
      -AddRefInList=عرض العميل / المورد المرجع في قائمة (قائمة أو منسدل اختيار) وأكثر من الارتباط التشعبي. سوف أطراف ثالثة يظهر مع اسم "CC12345 - SC45678 - وcoorp شركة كبيرة"، بدلا من "وcoorp شركة كبيرة".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=طبعة من ميدان%s
       FillThisOnlyIfRequired=مثال: +2 (ملء إلا إذا تعوض توقيت المشاكل من ذوي الخبرة)
       GetBarCode=الحصول على الباركود
       ##### Module password generation
       PasswordGenerationStandard=عودة كلمة سر ولدت الداخلية وفقا لخوارزمية Dolibarr : 8 أحرف مشتركة تتضمن الأرقام والحروف في حرف صغير.
      -PasswordGenerationNone=لا توحي بأي كلمة المرور التي تم إنشاؤها. يجب أن تكتب كلمة المرور في يدويا.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=ترجع كلمة المرور الخاصة بك وفقا لتكوين المعرفة شخصيا.
       SetupPerso=وفقا لتكوين الخاصة بك
       PasswordPatternDesc=وصف نمط كلمة المرور
      @@ -1195,23 +1205,23 @@ UserMailRequired=مطلوب بريد إلكتروني لإنشاء مستخدم
       HRMSetup=HRM وحدة الإعداد
       ##### Company setup #####
       CompanySetup=وحدة الإعداد للشركات
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=وثائق قوالب
      -DocumentModelOdt=توليد وثائق من OpenDocuments القوالب (.ODT أو .ODS ملفات أوفيس، كي أوفيس، برنامج TextEdit، ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=علامة مائية على مشروع الوثيقة
       JSOnPaimentBill=ميزة تفعيل لتدوين كلمات خطوط المبلغ على شكل دفع
      -CompanyIdProfChecker=المهنية معرف فريد
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=تصدير صلة <b>%s </b> شكل متاح على الوصلة التالية : %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=تصدير صلة <b>%s </b> شكل متاح على ال
       BillsSetup=وحدة إعداد الفواتير
       BillsNumberingModule=الفواتير والقروض وتلاحظ وحدة الترقيم
       BillsPDFModules=فاتورة نماذج الوثائق
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=علما الائتمان
       CreditNotes=ويلاحظ الائتمان
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= إدارة تسجيل الدخول لكل عضو
       AdherentMailRequired=البريد الإلكتروني المطلوب لإنشاء عضو جديد
       MemberSendInformationByMailByDefault=مربع لإرسال الرسائل للأعضاء تأكيدا على افتراضي
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP الإعداد
       LDAPGlobalParameters=المعايير العالمية
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= اختبار البحث LDAP
       LDAPSynchroOK=تزامن اختبار ناجح
       LDAPSynchroKO=فشل تزامن الاختبار
      -LDAPSynchroKOMayBePermissions=تزامن فشل الاختبار. تأكد من أن ارتباط لخادم تهيئتها بشكل صحيح ، ويسمح LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=ربط برنامج التعاون الفني لخادم LDAP ناجحة (٪ ق= خادم بورت= ٪)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=ربط برنامج التعاون الفني لخادم LDAP فشل (خادم ق= ٪ بورت= ٪)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=ربط / Authentificate لخادم LDAP فشل (خادم ق= ٪ بورت= ٪ ق ، ق= ٪ الادارية ، كلمة المرور= ٪)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=خادم LDAP تهيئتها للنسخة 3
       LDAPSetupForVersion2=خادم LDAP لتكوين نسخة 2
       LDAPDolibarrMapping=Dolibarr رسم الخرائط
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=ادخل (سامبا ، activedirectory)
       LDAPFieldLoginSambaExample=مثال ذلك : samaccountname
       LDAPFieldFullname=الاسم الكامل
       LDAPFieldFullnameExample=مثال ذلك : cn
      -LDAPFieldPasswordNotCrypted=كلمة السر لا crypted
      -LDAPFieldPasswordCrypted=كلمة السر crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=مثال ذلك : userPassword
       LDAPFieldCommonNameExample=مثال ذلك : cn
       LDAPFieldName=اسم
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=مثال قيم تهدف <b>لOpenLDAP</b> مع مخططات بعد تحميلها : <b>core.schema ، cosine.schema ، inetorgperson.schema).</b> إذا كنت تستخدم thoose القيم وOpenLDAP تعديل LDAP الخاص بك ملف <b>slapd.conf</b> لجميع مخططات thoose تحميله.
       ForANonAnonymousAccess=لصحتها accès (لكتابة الحصول على سبيل المثال)
       PerfDolibarr=الإعداد أداء / تحسين تقرير
      -YouMayFindPerfAdviceHere=سوف تجد في هذه الصفحة بعض الشيكات أو النصائح المتعلقة بالأداء.
      -NotInstalled=غير مثبتة، لذلك الخادم الخاص بك لا تبطئ من هذا الأمر.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=مخبأ تطبيقي
       MemcachedNotAvailable=لم يتم العثور على مخبأ تطبيقي. يمكنك تحسين الأداء عن طريق تثبيت أعطها مخبأ خادم وحدة قادرة على استخدام هذا الخادم ذاكرة التخزين المؤقت. <br> مزيد من المعلومات هنا <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN.</a> <br> لاحظ أن الكثير من مزود استضافة المواقع لا توفر مثل هذا الخادم ذاكرة التخزين المؤقت.
       MemcachedModuleAvailableButNotSetup=وحدة أعطها لمخبأ تطبيقي وجدت ولكن الإعداد من وحدة ليست كاملة.
       MemcachedAvailableAndSetup=يتم تمكين أعطها حدة مخصصة لاستخدام الخادم أعطها.
       OPCodeCache=مخبأ شفرة التشغيل
      -NoOPCodeCacheFound=لم يتم العثور على مخبأ شفرة التشغيل. قد تكون استخدمت مخبأ شفرة تشغيل آخر من XCache أو eAccelerator (جيد)، قد يكون لم يكن لديك ذاكرة التخزين المؤقت شفرة التشغيل (سيئة جدا).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=مخبأ HTTP للموارد ثابتة (المغلق، IMG، وجافا سكريبت)
       FilesOfTypeCached=يتم التخزين المؤقت الملفات من نوع%s من قبل خادم HTTP
       FilesOfTypeNotCached=لا يتم التخزين المؤقت الملفات من نوع %s  من قبل خادم HTTP
       FilesOfTypeCompressed=يتم ضغط الملفات من نوع %s من قبل خادم HTTP
       FilesOfTypeNotCompressed=لا يتم ضغط الملفات من نوع %s من قبل خادم HTTP
       CacheByServer=ذاكرة التخزين المؤقت من قبل خادم
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=الذاكرة المخبئية من خلال متصفح
       CompressionOfResources=ضغط الردود HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=مثل هذا الكشف التلقائي غير ممكن مع المتصفحات الحالية
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=المنتجات وحدة الإعداد
       ServiceSetup=خدمات وحدة الإعداد
       ProductServiceSetup=منتجات وخدمات إعداد وحدات
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=الحد الأقصى لعدد من المنتجات في اختيار قوائم المجموعات (0= لا حدود)
      -ViewProductDescInFormAbility=تصور وصف المنتج في أشكال (ما المنبثقة tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=في تنشيط المنتج / الخدمة المرفقة التبويب ملفات خيار دمج المستند المنتج PDF إلى اقتراح PDF دازور إذا كان المنتج / الخدمة في الاقتراح
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=أيضا إذا كان لديك عدد كبير من المنتجات (> 100 000)، يمكنك زيادة السرعة عن طريق وضع PRODUCT_DONOTSEARCH_ANYWHERE ثابت إلى 1 في الإعداد، <أخرى. وبعد ذلك البحث أن يقتصر على بداية السلسلة.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=النوع الافتراضي لاستخدام الباركود للمنتجات
       SetDefaultBarcodeTypeThirdParties=النوع الافتراضي لاستخدام الباركود لأطراف ثالثة
       UseUnits=تحديد وحدة قياس لكمية خلال النظام، الطبعة اقتراح أو فاتورة خطوط
      @@ -1503,7 +1516,7 @@ SendingsSetup=ارسال وحدة الإعداد
       SendingsReceiptModel=ارسال استلام نموذج
       SendingsNumberingModules=Sendings ترقيم الوحدات
       SendingsAbility=أوراق دعم الشحن للشحنات العملاء
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=النص الحر على الشحنات
       ##### Deliveries #####
       DeliveryOrderNumberingModules=تلقي شحنات المنتجات الترقيم وحدة
      @@ -1515,18 +1528,18 @@ AdvancedEditor=محرر متقدم
       ActivateFCKeditor=تفعيل محرر متقدم ل:
       FCKeditorForCompany=WYSIWIG إنشاء / الطبعة شركات ووصف المذكرة
       FCKeditorForProduct=WYSIWIG إنشاء / الطبعة المنتجات / الخدمات ووصف المذكرة
      -FCKeditorForProductDetails=WYSIWIG إنشاء / طبعة من المنتجات تفاصيل الخطوط لجميع الكيانات (المقترحات والأوامر، والفواتير، الخ ...) <font class="warning">تحذير: استخدام هذا الخيار لهذه الحالة على محمل الجد ليس الموصى بها لأنها يمكن أن تخلق مشاكل مع الأحرف الخاصة وصيغة الصفحة عند بناء PDF الملفات.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG إنشاء / الطبعة بالبريد
       FCKeditorForUserSignature=إنشاء WYSIWIG / طبعة التوقيع المستعمل
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=نجح الصدد ولكن قاعدة البيانات لا يبدو أن قاعدة بيانات OSCommerce (%s  الرئيسية غير موجودة في الجدول %s ).
      -OSCommerceTestOk=اتصال الخادم '%s ' على قاعدة البيانات '%s ' مع المستخدم '%s ' النجاح.
      -OSCommerceTestKo1=علاقة الخادم '%s ' تنجح ولكن قاعدة البيانات '%s ' لا يمكن التوصل إليها.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=علاقة الخادم '%s ' مستخدم '%s ' فشلت.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=إذا كنت تستخدم نقاط البيع وحدة (وحدة POS قدمت افتراضيا أو وحدة خارجية أخرى)، قد يتم تجاهل هذا الإعداد من خلال وجهة نظرك من بيع وحدة. تم تصميم معظم نقطة من وحدات المبيعات لخلق الفور فاتورة وانخفاض الأسهم افتراضيا كل ما هي الخيارات المتاحة هنا. لذلك، إذا كنت في حاجة أو ليس لديهم انخفاض الأسهم عند تسجيل بيع من وجهة نظرك من بيع، وتحقق أيضا مجموعة وحدة POS الخاص بك.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=حذف من القائمة
       Menus=القوائم
      @@ -1548,7 +1561,7 @@ DetailRight=حالة رمادية غير مصرح بها للعرض القوائ
       DetailLangs=لانغ لتسمية اسم ملف الترجمة مدونة
       DetailUser=المتدرب / خارجي / الكل
       Target=الهدف
      -DetailTarget=هدف وصلات (_blank كبار فتح نافذة جديدة)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=المستوى (-1 : الأعلى ، 0 : رأس القائمة ،&gt; 0 القائمة والقائمة الفرعية)
       ModifMenu=قائمة التغيير
       DeleteMenu=حذف من القائمة الدخول
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=ومن المقرر ان ضريبة القيمة المضا
       OptionVatDebitOptionDesc=ومن المقرر ان ضريبة القيمة المضافة : <br> -- التسليم / الدفع للسلع <br> -- على الفاتورة (الخصم) للخدمات
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=وقت exigibility VAT افتراضيا وفقا لخيار المختار:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=التسليم
       OnPayment=عن الدفع
       OnInvoice=على فاتورة
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=شراء الحساب. رمز
       AgendaSetup=جدول الأعمال وحدة الإعداد
       PasswordTogetVCalExport=مفتاح ربط تصدير تأذن
       PastDelayVCalExport=لا تصدر الحدث الأكبر من
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=تلقائيا تعيين هذه القيمة الافتراضية لنوع من الحدث إلى الحدث إنشاء النموذج
      -AGENDA_DEFAULT_FILTER_TYPE=تلقائيا تعيين هذا النوع من الأحداث في تصفية بحثا عن عرض جدول الأعمال
      -AGENDA_DEFAULT_FILTER_STATUS=تلقائيا تعيين هذه الحالة مع الأحداث في تصفية بحثا عن عرض جدول الأعمال
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=علامة التبويب التي تريد فتح افتراضيا عند اختيار القائمة جدول الأعمال
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=انقر لإعداد وحدة الاتصال الهاتفي
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=هذه الوحدة تسمح لجعل أرقام هواتف يمكن النقر عليها. وهناك انقر على هذه الأيقونة دعوة تجعل هاتفك إلى الاتصال برقم الهاتف. وهذا يمكن أن تستخدم لاستدعاء نظام مركز الاتصال من Dolibarr يمكن أن نسميه ورقم الهاتف على نظام SIP على سبيل المثال.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=مجرد استخدام الرابط "الهاتف:" على أرقام الهواتف
      -ClickToDialUseTelLinkDesc=استخدام هذا الأسلوب إذا كان المستخدمون يكون الهاتف الرقمي أو واجهة البرامج المثبتة على الكمبيوتر نفسه من المتصفح، ويسمى عند النقر على رابط في المتصفح التي تبدأ ب "الهاتف". إذا كنت في حاجة الى حل خادم الكامل (لا حاجة لتثبيت البرامج المحلية)، يجب عليك تعيين هذا إلى "لا" وملء الحقل التالي.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=نقاط البيع
       CashDeskSetup=مكتب الإعداد وحدة نقدية
      -CashDeskThirdPartyForSell=افتراضي طرف ثالث عام على استخدام لتبيع
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=الحساب النقدي لاستخدامها لتبيع
       CashDeskBankAccountForCheque= حساب لاستخدام لتلقي المدفوعات عن طريق الشيكات
       CashDeskBankAccountForCB= حساب لاستخدام لاستلام المبالغ النقدية عن طريق بطاقات الائتمان
      -CashDeskDoNotDecreaseStock=تعطيل انخفاض الأسهم عندما يتم عمليات بيع من نقاط البيع (إذا كان "لا"، ويتم ذلك انخفاض الأسهم لكل تبيع القيام به من نقاط البيع، ومهما تم تعيين الخيار إلى وحدة المالية).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=قوة وتحد من مستودع لاستخدامها لانخفاض الأسهم
      -StockDecreaseForPointOfSaleDisabled=انخفاض الأسهم من نقاط البيع تعطيل
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=انخفاض الأسهم في POS غير متوافق مع الكثير الإدارة
      -CashDeskYouDidNotDisableStockDecease=أنت لم تقم بتعطيل انخفاض الأسهم عند اتخاذ قرار بيع من نقاط البيع. لذلك لا بد من المستودع.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=إعداد وحدة المرجعية
      -BookmarkDesc=هذا النموذج يسمح لك لإدارة العناوين. يمكنك أيضا إضافة أي Dolibarr اختصارات لصفحات أو مواقع الويب externale على القائمة اليمنى.
      +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.
       NbOfBoomarkToShow=أكبر عدد ممكن من العناوين تظهر في القائمة اليمنى
       ##### WebServices #####
       WebServicesSetup=إعداد وحدة خدمات الويب
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=نموذج متعدد شركة الإعداد
       ##### Suppliers #####
       SuppliersSetup=المورد الإعداد وحدة
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=فواتير الموردين الذين يبلغ عددهم نماذج
       IfSetToYesDontForgetPermission=إذا اخترت نعم، لا تنسى أن توفر الأذونات إلى المجموعات أو المستخدمين المسموح بها للموافقة الثانية
      @@ -1654,7 +1667,7 @@ ProjectsSetup=مشروع إعداد وحدة
       ProjectsModelModule=المشروع نموذج التقرير وثيقة
       TasksNumberingModules=مهام ترقيم وحدة
       TaskModelModule=تقارير المهام ثيقة نموذجية
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=قد تجد خيارات 
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=قائمة الإشعارات ثابت
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=عتبة
       BackupDumpWizard=المعالج لبناء قاعدة بيانات النسخ الاحتياطي ملف تفريغ
       SomethingMakeInstallFromWebNotPossible=تركيب وحدة خارجية غير ممكن من واجهة ويب للسبب التالي:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=تثبيت وحدة خارجية من
       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=تسليط الضوء على خطوط الجدول عندما يمر تحرك الماوس فوق
       HighlightLinesColor=تسليط الضوء على لون الخط عند تمرير الماوس فوق (الحفاظ فارغة دون تمييز)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=لون الروابط
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=لون الخلفية حتى خطوط الجدول
       MinimumNoticePeriod=الحد الأدنى لمدة إشعار (يجب أن يتم طلب إجازة قبل هذا التأخير)
       NbAddedAutomatically=عدد الأيام تضاف إلى العدادات من المستخدمين (تلقائيا) كل شهر
       EnterAnyCode=يحتوي هذا الحقل على إشارة لتحديد الخط. أدخل أي قيمة من اختيارك، ولكن من دون أحرف خاصة.
      -UnicodeCurrency=أدخل هنا بين الأقواس، وقائمة من عدد البايت التي تمثل رمز العملة. لexemple: ل$، أدخل [36] - للبرازيل R الحقيقي $ [82،36] - ل€، أدخل [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=موقف خط في قوائم السرد
       SellTaxRate=بيع معدل الضريبة
       RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
       UrlTrackingDesc=إذا كان مزود الخدمة أو النقل تقديم صفحة أو موقع على شبكة الإنترنت للتحقق من حالة الشحن الخاص بك، يمكنك إدخاله هنا. يمكنك استخدام مفتاح {خاصية TrackID} إلى المعلمات URL وبالتالي فإن النظام سوف يحل محله مع دخلت قيمة عدد تتبع المستخدم في بطاقة الشحن.
      -OpportunityPercent=عند إنشاء فرصة، وسوف تعريف المبلغ المقدر للمشروع / الرصاص. وفقا لحالة من فرصة، قد تكون multiplicated هذا المبلغ من قبل هذا المعدل لتقييم كمية العالمي عن فرص الخاص بك قد تولد. القيمة هي في المئة (ما بين 0 و 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=ويكرس هذا السجل القالب الذي عنصر
       TypeOfTemplate=نوع القالب
      -TemplateIsVisibleByOwnerOnly=قالب مرئيا من قبل المالك فقط
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=الإصلاح والوقت
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=مثال على رسالة يمكنك استخدامها ليعلن هذا الإصدار الرئيسي (لا تتردد في استخدامها على مواقع الويب الخاص بك)
       TitleExampleForMaintenanceRelease=مثال على الرسالة التي يمكن استخدامها ليعلن هذا البيان الصيانة (لا تتردد في استخدامها على مواقع الويب الخاص بك)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=عندما خيار "مستوى العديد من الأسعار لكل المنتجات / الخدمات" في وضع التشغيل، يمكنك تحديد أسعار مختلفة (واحد لكل مستوى الأسعار) لكل منتج. لتوفير الوقت، يمكنك الدخول هنا حكم أن يكون السعر لكل مستوى autocalculated وفقا لسعر المستوى الأول، لذلك سيكون لديك للدخول الثمن الوحيد للمستوى الأول على كل منتج. هذه الصفحة هي هنا لتوفر لك الوقت ويمكن أن تكون مفيدة فقط إذا كانت الأسعار الخاص لكل LEVE قريبة إلى المستوى الأول. يمكنك تجاهل هذه الصفحة في معظم الحالات.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ar_SA/companies.lang b/htdocs/langs/ar_SA/companies.lang
      index 1e78a09fce3..e225b75e415 100644
      --- a/htdocs/langs/ar_SA/companies.lang
      +++ b/htdocs/langs/ar_SA/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=تحديد طرف ثالث
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=حذف اتصال
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=طرف ثالث جديد
      -MenuNewCustomer=عميل جديد
      -MenuNewProspect=آفاق جديدة
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=فرد جديد
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=إنشاء طرف ثالث
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=طرف ثالث اتصال
       Company=شركة
       CompanyName=اسم الشركة
       AliasNames=الاسم المستعار (التجارية، العلامات التجارية، ...)
      -AliasNameShort=الاسم المستعار
      +AliasNameShort=Alias Name
       Companies=الشركات
      -CountryIsInEEC=البلد داخل المجموعة الاقتصادية الأوروبية
      -ThirdPartyName=اسم طرف ثالث
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=طرف ثالث
      -ThirdParties=أطراف ثالثة
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=آفاق
       ThirdPartyProspectsStats=آفاق
       ThirdPartyCustomers=العملاء
       ThirdPartyCustomersStats=العملاء
       ThirdPartyCustomersWithIdProf12=الزبائن ٪ أو ٪ ق ق
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=طرف ثالث من نوع
      +ThirdPartyType=Type of company
       Individual=فرد
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=الشركة الأم
       Subsidiaries=الشركات التابعة
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=الرمز البريدي
       Town=مدينة
       Web=الويب
       Poste= موقف
      -DefaultLang=اللغة افتراضيا
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=اقتراحات
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=تركيب صالحة
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=هذا العميل قد خصم <b>٪ ق ٪ ٪</b>
       CompanyHasNoRelativeDiscount=هذا العميل ليس لديها النسبية خصم افتراضي
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=ولا يزال هذا العميل الائتمانية ويلاحظ السابقة أو ودائع <b>ل%s ق ٪</b>
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=بلا
      -Supplier=المورد
      +Supplier=Vendor
       AddContact=إنشاء اتصال
       AddContactAddress=إنشاء الاتصال / عنوان
       EditContact=تحرير الاتصال / عنوان
      @@ -303,22 +303,22 @@ AddThirdParty=إنشاء طرف ثالث
       DeleteACompany=حذف شركة
       PersonalInformations=البيانات الشخصية
       AccountancyCode=حساب محاسبي
      -CustomerCode=رمز العميل
      -SupplierCode=Vendor code
      -CustomerCodeShort=كود العميل
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=شفرة الزبون ، فريدة من نوعها لجميع العملاء
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=إذا كان الطرف الثالث هو عميل أو احتمال
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=صحة تسيطر عليها وحدة
      -ThisIsModuleRules=هذه هي قواعد لهذه الوحدة
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=إمكانية الاتصال
       CompanyDeleted=شركة "٪ ل" حذفها من قاعدة البيانات.
       ListOfContacts=قائمة الاتصالات
      -ListOfContactsAddresses=قائمة الأسماء / عناوين
      -ListOfThirdParties=قائمة أطراف ثالثة
      -ShowCompany=Show third party
      +ListOfContactsAddresses=قائمة الاتصالات
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=وتظهر الاتصال
       ContactsAllShort=جميع (بدون فلتر)
       ContactType=نوع الاتصال
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=هذا الاتصال ليست على اتصال في أ
       NoContactForAnyContract=هذا الاتصال ليس أي عقد للاتصال
       NoContactForAnyInvoice=هذا الاتصال ليست على اتصال في أي فاتورة
       NewContact=اتصال جديد
      -NewContactAddress=اسم جديد / عنوان
      +NewContactAddress=New Contact/Address
       MyContacts=اتصالاتي
       Capital=رأس المال
       CapitalOf=ق ٪ من رأس المال
       EditCompany=تحرير الشركة
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=فحص
      -VATIntraCheckDesc=الصلة <b>٪ ق</b> يسمح نسأل الأوروبي من ضريبة القيمة المضافة فاحص الخدمة. خارجي من خدمة الإنترنت ويلزم لهذه الخدمة في العمل.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=فحص Intracomunnautary ضريبة القيمة المضافة على موقع المفوضية الاوروبية
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target=كما يمكنك التحقق يدويا من أوروبا موقع <a href="%s" target="_blank">ق ٪</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=وليس من الممكن التحقق. تأكد من خدمة لا تقدمها دولة عضو (في المائة).
      -NorProspectNorCustomer=ولا آفاق ولا العملاء
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=الموظفون
       ProspectLevelShort=المحتملة
       ProspectLevel=آفاق محتملة
      @@ -387,12 +387,12 @@ ExportCardToFormat=تصدير بطاقة شكل
       ContactNotLinkedToCompany=اتصالات ليست مرتبطة بطرف ثالث
       DolibarrLogin=ادخل Dolibarr
       NoDolibarrAccess=لا Dolibarr الوصول
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=الاتصالات والعقارات
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=مستوى الأسعار
       DeliveryAddress=عنوان التسليم
       AddAddress=أضف معالجة
      @@ -402,16 +402,16 @@ DeleteFile=حذف الملفات
       ConfirmDeleteFile=هل أنت متأكد من أنك تريد حذف هذا الملف؟
       AllocateCommercial=Assigned to sales representative
       Organization=المنظمة
      -FiscalYearInformation=معلومات عن السنة المالية
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=ابتداء من شهر من السنة المالية
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=قائمة التوقعات
      -ListCustomersShort=قائمة العملاء
      -ThirdPartiesArea=أطراف ثالثة، ومنطقة الاتصال
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=مجموع الأطراف الثالثة فريدة من نوعها
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=فتح
       ActivityCeased=مغلق
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=فاتورة المستحق حاليا
       OutstandingBill=ماكس. لمشروع قانون المتميز
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=العميل / المورد مدونة مجانية. هذا القانون يمكن تعديلها في أي وقت.
       ManagingDirectors=مدير (ق) اسم (CEO، مدير، رئيس ...)
       MergeOriginThirdparty=تكرار طرف ثالث (طرف ثالث كنت ترغب في حذف)
       MergeThirdparties=دمج أطراف ثالثة
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ar_SA/errors.lang b/htdocs/langs/ar_SA/errors.lang
      index 4cf88cd6c6d..99ead73977e 100644
      --- a/htdocs/langs/ar_SA/errors.lang
      +++ b/htdocs/langs/ar_SA/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat='%s' قيمة له خاطئ تنسيق التاريخ
       ErrorWrongDate=تاريخ غير صحيح!
       ErrorFailedToWriteInDir=لم يكتب في دليل ٪ ق
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=العثور على بريد إلكتروني صحيح لتركيب خطوط ق ٪ في ملف (على سبيل المثال خط ٪ ق= ٪ مع البريد الإلكتروني)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=تتطلب بعض المجالات لم تملأ.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=فشل إنشاء دليل. تأكد من أن خادم الويب المستخدم أذونات لكتابة وثائق Dolibarr في الدليل. إذا تم تمكين المعلم <b>safe_mode</b> على هذا PHP ، تحقق من أن ملفات Dolibarr php تملك لخدمة الويب المستخدم (أو مجموعة).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=يرجى ملء قيمة لقائمة مختارة
       ErrorNoValueForCheckBoxType=يرجى ملء قيمة لقائمة مربع
       ErrorNoValueForRadioType=يرجى ملء قيمة لقائمة الراديو
       ErrorBadFormatValueList=قيمة القائمة لا يمكن أن يكون أكثر من واحد <u>فاصلة:٪ الصورة،</u> ولكن تحتاج إلى واحد على الأقل: مفتاح، قيمة
      -ErrorFieldCanNotContainSpecialCharacters=ميدان <b>٪ ق</b> يجب ألا يحتوي على أحرف خاصة.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=يجب أن لا يحتوي <b>الحقل%s</b> أحرف خاصة، ولا الحروف الكبيرة وليس يمكن أن تحتوي على أرقام فقط.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=أي وحدة المحاسبة وتفعيل
       ErrorExportDuplicateProfil=هذا الاسم الشخصي موجود مسبقا لهذه المجموعة التصدير.
       ErrorLDAPSetupNotComplete=Dolibarr - LDAP المطابقة وليس كاملا.
       ErrorLDAPMakeManualTest=ألف. ldif الملف قد ولدت في الدليل ٪ s. انها محاولة لتحميل يدويا من سطر في الحصول على مزيد من المعلومات عن الأخطاء.
      -ErrorCantSaveADoneUserWithZeroPercentage=لا يمكن انقاذ عمل مع "المركز الخاص لم تبدأ" اذا الحقل "الذي قام به" كما شغلها.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=المرجع المستخدمة لإنشاء موجود بالفعل.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=لا يمكن حذف السجلات. وبالفعل استخدامه أو نشره على كائن آخر.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=يجب عدم تعطيل جافا سكريبت لجعل هذا العمل الميزة. لتمكين / تعطيل جافا سكريبت ، انتقل إلى القائمة الرئيسية -> الإعداد -> العرض.
       ErrorPasswordsMustMatch=ويجب على كلا كلمات المرور المكتوبة تطابق بعضها البعض
      -ErrorContactEMail=وقع خطأ فني. من فضلك، اتصل بمسؤول إلى البريد الإلكتروني بعد <b>%s</b> EN توفير <b>%s</b> رمز الخطأ في رسالتك، أو حتى أفضل من خلال إضافة نسخة شاشة من هذه الصفحة.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=قيمة خاطئة لعدد <b>%s</b> الحقل (قيمة <b>'%s'</b> لا يتطابق <b>%s</b> حكم [رجإكس])
       ErrorFieldValueNotIn=قيمة خاطئة عن رقم <b>الحقل%s</b> (القيمة <b>'٪ ق'</b> ليست قيمة متوفرة في <b>حقل٪ الصورة</b> من <b>الجدول%s)</b>
       ErrorFieldRefNotIn=قيمة خاطئة <b>ل%s</b> عدد حقل <b>('%s</b> &quot;قيمة ليست المرجع <b>%s</b> موجود)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=وكان برنامج مكافحة الفيروس
       ErrorSpecialCharNotAllowedForField=غير مسموح الأحرف الخاصة لحقل "%s"
       ErrorNumRefModel=إشارة إلى وجود قاعدة بيانات (%s) ، وغير متوافق مع هذه القاعدة الترقيم. سجل إزالة أو إعادة تسميته اشارة الى تفعيل هذه الوحدة.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=خطأ في قناع
       ErrorBadMaskFailedToLocatePosOfSequence=خطأ، من دون قناع رقم التسلسل
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=خطأ، قيمة إعادة سيئة
       ErrorMaxNumberReachForThisMask=عدد ماكس متناول هذا القناع
       ErrorCounterMustHaveMoreThan3Digits=يجب أن يكون العداد أكثر من 3 أرقام
       ErrorSelectAtLeastOne=خطأ. حدد واحد على الأقل دخول.
      -ErrorDeleteNotPossibleLineIsConsolidated=حذف غير ممكن لأنه مرتبط سجل إلى transation البنك الذي يتم التصالح
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=يتم تعيين ثلث آخر إلى %s
       ErrorFailedToSendPassword=لم ترسل كلمة السر
       ErrorFailedToLoadRSSFile=فشل في الحصول على آر إس إس. محاولة إضافة MAIN_SIMPLEXMLLOAD_DEBUG ثابت إذا رسائل الخطأ لا توفر ما يكفي من المعلومات.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=لا يستطيع المستخدم الدخول مع <b>
       ErrorLoginHasNoEmail=هذا المستخدم ليس لديه عنوان البريد الإلكتروني. إحباط عملية.
       ErrorBadValueForCode=سيئة قيمة لرمز الحماية. حاول مرة أخرى مع القيمة الجديدة ...
       ErrorBothFieldCantBeNegative=ويمكن لحقول %s و%s لا تكون سلبية
      +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=كمية لخط في فواتير العملاء لا يمكن أن يكون سلبيا
       ErrorWebServerUserHasNotPermission=<b>%s</b> تستخدم حساب مستخدم لتنفيذ خادم الويب لا يوجد لديه إذن لذلك
       ErrorNoActivatedBarcode=لا يوجد نوع الباركود تفعيلها
      @@ -138,7 +141,7 @@ ErrorBadFormat=شكل سيئة!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=خطأ، وهناك بعض الولادات ترتبط هذه الشحنة. رفض الحذف.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=لا يمكنك حذف دفع تتقاسمها فاتورة واحدة على الأقل مع وضع سيولي
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=لا يمكن تعيين إلى ثابت '٪ ق'
       ErrorPriceExpression2=لا يمكن إعادة تعريف المدمج في وظيفة '٪ ق'
       ErrorPriceExpression3=متغير غير معرف '٪ s' في تعريف الدالة
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=غير متوقع '٪ ق'
       ErrorPriceExpression6=عدد خاطئ من الوسائط (٪ ق معين،٪ المتوقعة الصورة)
       ErrorPriceExpression8=مشغل غير متوقع '٪ ق'
       ErrorPriceExpression9=حدث خطأ غير متوقع
      -ErrorPriceExpression10=Iperator '٪ ق' يفتقر المعامل
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=تتوقع '٪ ق'
       ErrorPriceExpression14=القسمة على صفر
       ErrorPriceExpression17=غير معرف متغير '٪ ق'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=العميل SOAP فشلت مع الخطأ '٪ ق'
       ErrorGlobalVariableUpdater5=لا متغير عمومي مختارة
       ErrorFieldMustBeANumeric=يجب أن يكون <b>حقل٪ الصورة</b> قيمة رقمية
       ErrorMandatoryParametersNotProvided=معيار إلزامي (ق) لم تقدم
      -ErrorOppStatusRequiredIfAmount=قمت بتعيين المبلغ المقدر لهذه الفرصة / الرصاص. لذلك يجب عليك أيضا إدخال مكانتها
      +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=سيئة تعريف القائمة صفيف في الوحدة واصف (القيمة سيئة لfk_menu مفتاح)
      -ErrorSavingChanges=وقد ocurred لخطأ عند حفظ التغييرات
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=تم تعيين كلمة مرور لهذا العضو. ومع ذلك، تم إنشاء أي حساب المستخدم. لذلك يتم تخزين كلمة المرور هذه ولكن لا يمكن استخدامها للدخول إلى Dolibarr. ويمكن استخدامه من قبل وحدة / واجهة خارجية ولكن إذا كنت لا تحتاج إلى تعريف أي تسجيل دخول أو كلمة المرور لأحد أفراد، يمكنك تعطيل خيار "إدارة تسجيل دخول لكل عضو" من إعداد وحدة الأعضاء. إذا كنت بحاجة إلى إدارة تسجيل الدخول ولكن لا تحتاج إلى أي كلمة المرور، يمكنك الحفاظ على هذا الحقل فارغا لتجنب هذا التحذير. ملاحظة: يمكن أيضا أن تستخدم البريد الإلكتروني لتسجيل الدخول إذا تم ربط عضو إلى المستخدم.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=المرجعية هذا الكتاب أو هذا ا
       WarningPassIsEmpty=تحذير كلمة سر قاعدة بيانات فارغة. هذه هي ثغرة أمنية. يجب عليك أن تضيف كلمة السر الخاصة بك لقاعدة البيانات وتغيير conf.php ليعكس هذا الملف.
       WarningConfFileMustBeReadOnly=انذار ، ملف (التكوين <b>htdocs / أسيوط / conf.php)</b> الخاص يمكن أن تكون الكتابة بواسطة خادم الويب. هذه هي ثغرة أمنية خطيرة. أذونات تعديل على ملف ليكون في وضع القراءة فقط لمستخدم نظام التشغيل المستخدمة من قبل ملقم ويب. إذا كنت تستخدم ويندوز وشكل نسبة الدهون لمدة القرص الخاص بك ، فإنك يجب أن نعرف أن هذا النظام لا يسمح ملف لإضافة الأذونات على الملف ، بحيث لا تكون آمنة تماما.
       WarningsOnXLines=تحذيرات عن مصدر خطوط <b>%s</b>
      -WarningNoDocumentModelActivated=لا يوجد نموذج لجيل وثيقة ، قد تم تنشيط. سيكون نموذج المختار افتراضيا حتى يمكنك التحقق من إعداد وحدة الخاص.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=تحذير، بمجرد الانتهاء من الإعداد، يجب عليك تعطيل تثبيت / الهجرة أدوات بإضافة <b>install.lock</b> الملف إلى <b>الدليل٪ الصورة.</b> في عداد المفقودين هذا الملف هو ثغرة أمنية.
      -WarningUntilDirRemoved=كل التحذيرات الأمنية (مرئية من قبل المستخدمين مشرف فقط) وسوف تبقى نشطة طالما أن الضعف الحالي (أو لم يضف هذا MAIN_REMOVE_INSTALL_WARNING مستمر في الإعداد&gt; الإعداد الأخرى).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=تحذير، ويتم إغلاق حتى إذا قدر يختلف بين عناصر المصدر والهدف. تمكين هذه الميزة بحذر.
       WarningUsingThisBoxSlowDown=تحذير، وذلك باستخدام هذا الإطار تبطئ على محمل الجد كل الصفحات التي تظهر مربع.
       WarningClickToDialUserSetupNotComplete=إعداد المعلومات ClickToDial لالمستخدم الخاص بك ليست كاملة (انظر التبويب ClickToDial على بطاقة المستخدم الخاص بك).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=عدد كبير جدا من البيان
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ar_SA/interventions.lang b/htdocs/langs/ar_SA/interventions.lang
      index 57541e506cc..fccd25e97d5 100644
      --- a/htdocs/langs/ar_SA/interventions.lang
      +++ b/htdocs/langs/ar_SA/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=المداخلات
       InterventionCard=تدخل البطاقة
       NewIntervention=التدخل الجديدة
       AddIntervention=إنشاء التدخل
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=قائمة التدخلات
       ActionsOnFicheInter=إجراءات على التدخل
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=تدخل معرف
      diff --git a/htdocs/langs/ar_SA/main.lang b/htdocs/langs/ar_SA/main.lang
      index 145c38c5039..cb5580a3616 100644
      --- a/htdocs/langs/ar_SA/main.lang
      +++ b/htdocs/langs/ar_SA/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=فشل في إرسال البريد (المرسل =٪ ق،
       ErrorFileNotUploaded=ويتم تحميل الملف. تحقق لا يتجاوز هذا الحجم الأقصى المسموح به، أن المساحة الحرة المتوفرة على القرص والتي لا يوجد بالفعل ملف بنفس الاسم في هذا الدليل.
       ErrorInternalErrorDetected=خطأ الكشف عن
       ErrorWrongHostParameter=المعلمة المضيف خاطئة
      -ErrorYourCountryIsNotDefined=لم يتم تعريف بلدك. الذهاب إلى الصفحة الرئيسية الإعداد-تحرير ومشاركة مرة أخرى في النموذج.
      -ErrorRecordIsUsedByChild=فشل في حذف هذا السجل. ويستخدم هذا السجل من قبل واحد على الأقل السجلات التابعة.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=قيمة خاطئة
       ErrorWrongValueForParameterX=قيمة خاطئة للمعلمة٪ الصورة
       ErrorNoRequestInError=أي طلب في الخطأ
      -ErrorServiceUnavailableTryLater=الخدمة غير متوفرة في الوقت الراهن. حاول مجددا لاحقا.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=قيمة مكررة في حقل فريد
      -ErrorSomeErrorWereFoundRollbackIsDone=تم العثور على بعض الأخطاء. نحن التراجع التغييرات.
      -ErrorConfigParameterNotDefined=لم يتم تعريف <b>المعلمة٪ الصورة</b> داخل ملف التكوين Dolibarr <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=فشل في العثور على <b>المستخدم٪ الصورة</b> في قاعدة بيانات Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=خطأ، لا معدلات ضريبة القيمة المضافة المحددة للبلد '٪ ق'.
       ErrorNoSocialContributionForSellerCountry=خطأ، لا الاجتماعي / المالي نوع الضرائب المحددة للبلد '٪ ق'.
       ErrorFailedToSaveFile=خطأ، فشل في حفظ الملف.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=غير مصرح لك ان تفعل ذلك.
       SetDate=التاريخ المحدد
       SelectDate=تحديد تاريخ
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=تم تحميل الملف بنجاح
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=يتم اختيار ملف لمرفق ولكن لم تحميلها بعد. انقر على "إرفاق ملف" لهذا الغرض.
      -NbOfEntries=ملحوظة من إدخالات
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=قراءة المساعدة
       RecordSaved=سجل حفظ
      @@ -94,7 +94,7 @@ Undefined=غير محدد
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=أنظر فوق
      -HomeArea=المنطقة الرئيسية
      +HomeArea=الصفحة الرئيسية
       LastConnexion=Latest connection
       PreviousConnexion=الاتصال السابق
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=مغلق
       Closed2=مغلق
       NotClosed=Not closed
       Enabled=تمكين
      +Enable=تمكين
       Deprecated=انتقدت
       Disable=تعطيل
       Disabled=تعطيل
      @@ -153,7 +154,7 @@ Update=تحديث
       Close=إغلاق
       CloseBox=Remove widget from your dashboard
       Confirm=تأكيد
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=حذف
       Remove=إزالة
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=نسخ
       Paste=لصق
       Default=افتراضي
       DefaultValue=القيمة الافتراضية
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=السعر
       PriceCurrency=Price (currency)
       UnitPrice=سعر الوحدة
      @@ -347,7 +348,7 @@ AmountTTCShort=المبلغ (المؤتمر الوطني العراقي. الض
       AmountHT=المبلغ (صافية من الضرائب)
       AmountTTC=المبلغ (المؤتمر الوطني العراقي. الضريبية)
       AmountVAT=مبلغ الضريبة
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=غير قابل للتطبيق
       ActionRunningNotStarted=لبدء
       ActionRunningShort=In progress
       ActionDoneShort=تم الانتهاء من
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=توليد
       Duration=المدة الزمنية
       TotalDuration=المدة الإجمالية
       Summary=ملخص
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=متاح
       NotYetAvailable=لم تتوفر بعد
      @@ -468,7 +469,7 @@ and=و
       or=أو
       Other=الآخر
       Others=آخرون
      -OtherInformations=المعلومات الأخرى
      +OtherInformations=Other information
       Quantity=كمية
       Qty=الكمية
       ChangedBy=تغيير من قبل
      @@ -506,7 +507,7 @@ None=لا شيء
       NoneF=لا شيء
       NoneOrSeveral=None or several
       Late=متأخر
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=صورة
       Photos=الصور
      @@ -530,18 +531,6 @@ September=سبتمبر
       October=تشرين اول
       November=تشرين الثاني
       December=ديسمبر
      -JanuaryMin=يناير
      -FebruaryMin=فبراير
      -MarchMin=مارس
      -AprilMin=أبريل
      -MayMin=قد
      -JuneMin=يونيو
      -JulyMin=يوليو
      -AugustMin=أغسطس
      -SeptemberMin=سبتمبر
      -OctoberMin=أكتوبر
      -NovemberMin=نوفمبر
      -DecemberMin=ديسمبر
       Month01=كانون الثاني
       Month02=شهر فبراير
       Month03=مارس، يسير، يتقدم
      @@ -646,6 +635,8 @@ SendMail=إرسال بريد إلكتروني
       EMail=البريد الإلكتروني
       NoEMail=أي بريد إلكتروني
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=لا هاتف المحمول
       Owner=مالك
       FollowingConstantsWillBeSubstituted=الثوابت التالية ستكون بديلا المقابلة القيمة.
      @@ -677,7 +668,7 @@ NeverReceived=لم يتلق
       Canceled=ألغى
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=لون
       Documents=ربط الملفات
       Documents2=وثائق
      @@ -716,15 +707,15 @@ Merge=دمج
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=وتظهر الصفحة الرئيسية لطباعة ناحية المحتوى
       MenuManager=مدير القائمة
      -WarningYouAreInMaintenanceMode=انذار ، كنت في وضع الصيانة ، <b>%s</b> الدخول فقط بحيث يتم السماح لاستخدام التطبيق في الوقت الراهن.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=نظام خطأ
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=بطاقة الائتمان
       ValidatePayment=تحقق من الدفع
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=حقول إلزامية مع <b>%s</b>
      -FieldsWithIsForPublic=<b>%s</b> تظهر الحقول التي تحتوي على قائمة العامة للأعضاء. إذا كنت لا تريد هذا ، والتحقق من "العامة" مربع.
      -AccordingToGeoIPDatabase=(وفقا لGeoIP التحويل)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=خط
       NotSupported=غير معتمد
       RequiredField=الحقل مطلوب
      @@ -732,6 +723,8 @@ Result=نتيجة
       ToTest=اختبار
       ValidateBefore=يجب التحقق من صحة البطاقة قبل استخدام هذه الميزة
       Visibility=وضوح
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=خاص
       Hidden=مخفي
       Resources=موارد
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=تصل إلى النظام
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=إنشاء مشروع
       SetToDraft=العودة إلى مشروع
       ClickToEdit=انقر للتحرير
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=بعد يوم
       BySalesRepresentative=بواسطة مندوب مبيعات
       LinkedToSpecificUsers=يرتبط اسم مستخدم معين
       NoResults=لا نتائج
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=ادوات النظام
       ModulesSystemTools=أدوات حدات
       Test=اختبار
       Element=العنصر
       NoPhotoYet=أي صور متوفرة حتى الآن
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=خصم
       from=من عند
       toward=نحو
      @@ -802,7 +797,7 @@ PrintFile=طباعة ملف٪ الصورة
       ShowTransaction=Show entry on bank account
       ShowIntervention=عرض التدخل
       ShowContract=وتظهر العقد
      -GoIntoSetupToChangeLogo=اذهب إلى الصفحة الرئيسية - إعداد - شركة لتغيير شعار أو الذهاب إلى الصفحة الرئيسية - إعداد - عرض للاختباء.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=رفض
       Denied=رفض
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=بإخلاص
       DeleteLine=حذف الخط
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=تصنيف الفواتير
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=التقويم
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=الأحداث
      -EMailTemplates=رسائل البريد الإلكتروني قوالب
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=المشروع
       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=الصلاحيات
       LineNb=Line no.
       IncotermLabel=شروط التجارة الدولية
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=يوم الاثنين
       Tuesday=الثلاثاء
      @@ -927,15 +931,15 @@ SearchIntoInterventions=التدخلات
       SearchIntoContracts=عقود
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=تقارير المصاريف
      -SearchIntoLeaves=أوراق
      +SearchIntoLeaves=Leave
       CommentLink=تعليقات
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=مشاريع مشتركة
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=يتحملها
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=مخصص ل
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/ar_SA/other.lang b/htdocs/langs/ar_SA/other.lang
      index 87a00c00252..ec0fcb50954 100644
      --- a/htdocs/langs/ar_SA/other.lang
      +++ b/htdocs/langs/ar_SA/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=رمز الحماية
       NumberingShort=N°
       Tools=أدوات
       TMenuTools=أدوات
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=عيد ميلاد
       BirthdayDate=Birthday date
       DateToBirth=تاريخ الميلاد
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=رسالة على الصفحة التحقق من صحة الدفع عودة
       MessageKO=رسالة في إلغاء دفع الصفحة عودة
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=تدخل المصادق
      -Notify_FICHINTER_SENTBYMAIL=تدخل ترسل عن طريق البريد
       Notify_ORDER_VALIDATE=التحقق من صحة النظام العميل
       Notify_ORDER_SENTBYMAIL=النظام العميل ترسل عن طريق البريد
       Notify_ORDER_SUPPLIER_SENTBYMAIL=النظام مزود ترسل عن طريق البريد
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=أجل المورد تسجيل
       Notify_ORDER_SUPPLIER_APPROVE=من أجل الموافقة على المورد
       Notify_ORDER_SUPPLIER_REFUSE=من أجل رفض الموردين
       Notify_PROPAL_VALIDATE=التحقق من صحة اقتراح العملاء
      -Notify_PROPAL_CLOSE_SIGNED=propal العملاء مغلقة وقع
      -Notify_PROPAL_CLOSE_REFUSED=propal العملاء مغلقة رفض
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=اقتراح التجارية المرسلة عن طريق البريد
       Notify_WITHDRAW_TRANSMIT=انتقال انسحاب
       Notify_WITHDRAW_CREDIT=انسحاب الائتمان
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=طرف ثالث إنشاء
       Notify_COMPANY_SENTBYMAIL=الرسائل المرسلة من بطاقة طرف ثالث
       Notify_BILL_VALIDATE=فاتورة مصادق
       Notify_BILL_UNVALIDATE=فاتورة العميل unvalidated
      -Notify_BILL_PAYED=دفعت فاتورة العميل
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=فاتورة الزبون إلغاء
       Notify_BILL_SENTBYMAIL=فاتورة الزبون إرسالها عن طريق البريد
       Notify_BILL_SUPPLIER_VALIDATE=فاتورة المورد المصادق
      -Notify_BILL_SUPPLIER_PAYED=دفعت فاتورة المورد
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=فاتورة المورد ترسل عن طريق البريد
       Notify_BILL_SUPPLIER_CANCELED=فاتورة المورد ألغت
       Notify_CONTRACT_VALIDATE=التحقق من صحة العقد
       Notify_FICHEINTER_VALIDATE=التحقق من التدخل
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=تدخل ترسل عن طريق البريد
       Notify_SHIPPING_VALIDATE=التحقق من صحة الشحن
       Notify_SHIPPING_SENTBYMAIL=الشحن ترسل عن طريق البريد
       Notify_MEMBER_VALIDATE=عضو مصدق
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=إنشاء مشروع
       Notify_TASK_CREATE=مهمة إنشاء
       Notify_TASK_MODIFY=تعديل مهمة
       Notify_TASK_DELETE=حذف المهمة
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=انظر إعداد وحدة٪ الصورة
       NbOfAttachedFiles=عدد الملفات المرفقة / وثائق
       TotalSizeOfAttachedFiles=اجمالى حجم الملفات المرفقة / وثائق
       MaxSize=الحجم الأقصى
       AttachANewFile=إرفاق ملف جديد / وثيقة
       LinkedObject=ربط وجوه
      -NbOfActiveNotifications=عدد الإخطارات (ملحوظة من رسائل البريد الإلكتروني المستلم)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>الأستاذ عيد ٪ ق</b> هي المعلومات التي تعتمد على طرف ثالث. <br> على سبيل المثال ، لبلد <b>ق ٪</b> انها رمز <b>٪ ق.</b>
       DolibarrDemo=Dolibarr تخطيط موارد المؤسسات وإدارة علاقات العملاء التجريبي
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=التدخل ٪ ق المصادق
       EMailTextInvoiceValidated=فاتورة ٪ ق المصادق
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=وقد تم اقتراح %s التحقق من صحة.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=وقد تم التحقق من صحة %s النظام.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=من أجل ٪ ق ق ٪ وافقت عليها
       EMailTextOrderRefused=من أجل رفض ق ٪
       EMailTextOrderRefusedBy=من أجل أن ترفض ٪ ق ق ٪
       EMailTextExpeditionValidated=تم التحقق من صحة%s الشحن.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=استيراد مجموعة البيانات
       DolibarrNotification=إشعار تلقائي
       ResizeDesc=أدخل عرض جديدة <b>أو</b> ارتفاع جديد. وستبقى نسبة خلال تغيير حجم...
      @@ -204,7 +212,7 @@ NewLength=عرض جديد
       NewHeight=ارتفاع جديد
       NewSizeAfterCropping=حجم جديد بعد الاقتصاص
       DefineNewAreaToPick=تحديد منطقة جديدة على الصورة لاختيار (اليسار انقر على الصورة ثم اسحب حتى تصل إلى الزاوية المقابلة)
      -CurrentInformationOnImage=معلومات عن الصورة الحالية
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=صورة المحرر
       YouReceiveMailBecauseOfNotification=تلقيت هذه الرسالة لأنه قد تم إضافة البريد الإلكتروني الخاص بك إلى قائمة الأهداف التي يتعين على علم الأحداث ولا سيما في صناعة البرمجيات من %s %s.
       YouReceiveMailBecauseOfNotification2=هذا الحدث هو ما يلي :
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=صادرات المنطقة
      diff --git a/htdocs/langs/ar_SA/projects.lang b/htdocs/langs/ar_SA/projects.lang
      index 350872e741f..9dcfcae03a3 100644
      --- a/htdocs/langs/ar_SA/projects.lang
      +++ b/htdocs/langs/ar_SA/projects.lang
      @@ -33,14 +33,14 @@ 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=وتبين للمشروع
       ShowTask=وتظهر هذه المهمة
       SetProject=وضع المشروع
       NoProject=لا يعرف أو المملوكة للمشروع
      -NbOfProjects=ملاحظة : للمشاريع
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=الوقت الذي تستغرقه
       TimeSpentByYou=الوقت الذي يقضيه من قبلك
       TimeSpentByUser=الوقت الذي يقضيه المستخدم
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=قائمة المقترحات التجارية المرتبطة بالمشروع.
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=قائمة العقود المرتبطة بالمشروع.
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=قائمة التدخلات المرتبطة بالمشروع
      -ListExpenseReportsAssociatedProject=قائمة تقارير المصاريف المرتبطة بالمشروع
      -ListDonationsAssociatedProject=قائمة التبرعات المرتبطة بالمشروع
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=قائمة الإجراءات المرتبطة بالمشروع
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=قائمة الوقت المستهلك في مهام المشروع
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=النشاط على المشروع اليوم
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=المشروع %s تم تعديلة
       TaskCreatedInDolibarr=مهمة٪ الصورة التي تم إنشاؤها
       TaskModifiedInDolibarr=مهمة٪ الصورة المعدلة
       TaskDeletedInDolibarr=مهمة٪ الصورة حذف
      -OpportunityStatus=الوضع فرصة
      +OpportunityStatus=Lead status
       OpportunityStatusShort=مقابل. الحالة
      -OpportunityProbability=Opportunity probability
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=مبلغ فرصة
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=مقابل. كمية
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=مساهم
       SelectElement=حدد العنصر
       AddElement=تصل إلى العنصر
       # Documents models
      -DocumentModelBeluga=قالب مشروع لربط الأشياء نظرة عامة
      -DocumentModelBaleine=مشروع نموذج تقرير عن المهام
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=عبء العمل المخطط لها
       PlannedWorkloadShort=عبء العمل
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=مشاريع مع هذا العضو عن الات
       TasksWithThisUserAsContact=المهام الموكلة إلى هذا المستخدم
       ResourceNotAssignedToProject=لم يتم تعيين إلى المشروع
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=تعيين مهمة بالنسبة لي
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=عين
       ProjectOverview=نظرة عامة
      -ManageTasks=استخدام المشاريع لمتابعة المهام والوقت
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=استخدام مشاريع متابعة القرائن / opportinuties
      -ProjectNbProjectByMonth=ملحوظة من المشاريع التي تم إنشاؤها من قبل شهر
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=كمية الفرص الشهر
      -ProjectWeightedOppAmountOfProjectsByMonth=كمية المرجح الفرص من قبل شهر
      -ProjectOpenedProjectByOppStatus=Open project/lead by opportunity status
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=إحصاءات عن المشاريع / يؤدي
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=المهمة الموكلة. يجب دخول الوقت على هذه المهمة يكون ممكنا.
       IdTaskTime=الوقت مهمة معرف
       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=فرص المبلغ الإجمالي
      -OpportunityPonderatedAmount=كمية الفرص المرجحة
      -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=التنقيب
       OppStatusQUAL=المؤهل العلمى
       OppStatusPROPO=مقترح
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/bg_BG/admin.lang b/htdocs/langs/bg_BG/admin.lang
      index 9c97645f0a2..310cdfe0f79 100644
      --- a/htdocs/langs/bg_BG/admin.lang
      +++ b/htdocs/langs/bg_BG/admin.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - Source file is en_US - admin
       Foundation=Организация
       Version=Версия
      -Publisher=Publisher
      +Publisher=Издател
       VersionProgram=Версия на програмата
       VersionLastInstall=Първоначално инсталирана версия
       VersionLastUpgrade=Версия на последния ъпгрейд
      @@ -9,39 +9,39 @@ VersionExperimental=Експериментален
       VersionDevelopment=Разработка
       VersionUnknown=Неизвестен
       VersionRecommanded=Препоръчва се
      -FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      -FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      -FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
      +FileCheck=Проверка за интегритета на файлове
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
      +FileIntegrityIsStrictlyConformedWithReference=Интегритетът на файловете е стриктно съобразен с позоваването.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
      +FileIntegritySomeFilesWereRemovedOrModified=Проверката за цялостта на файловете е неуспешна. Някои файлове бяха променени, премахнати или добавени.
       GlobalChecksum=Global checksum
      -MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      -LocalSignature=Embedded local signature (less reliable)
      -RemoteSignature=Remote distant signature (more reliable)
      +MakeIntegrityAnalysisFrom=Извършване на анализ на целостта на файловете на приложението от
      +LocalSignature=Вграден локален подпис (по малко надеждно)
      +RemoteSignature=Отдалечен подпис (по надежден)
       FilesMissing=Missing Files
       FilesUpdated=Updated Files
      -FilesModified=Modified Files
      -FilesAdded=Added Files
      -FileCheckDolibarr=Check integrity of application files
      +FilesModified=Променени файлове
      +FilesAdded=Добавени файлове
      +FileCheckDolibarr=Проверете целостта на файловете на приложението
       AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
      -XmlNotFound=Xml Integrity File of application not found
      +XmlNotFound=Xml Integrity Файлът на приложението не е намерен
       SessionId=ID на сесията
       SessionSaveHandler=Handler за да запазите сесията
       SessionSavePath=Място за съхранение на сесията
       PurgeSessions=Изчистване на сесиите
       ConfirmPurgeSessions=Сигурни ли сте, че желаете да изчистите всички сесии? Това ще прекъсне всички потребители (освен Вас).
      -NoSessionListWithThisHandler=Запиши сесиен манипулатор конфигурирани във вашата PHP, не позволява да се изброят всички текущи сесии.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Заключване за нови свързвания
      -ConfirmLockNewSessions=Сигурни ли сте, че желаете да ограничите всяка нова връзка Dolibarr за себе си. Само <b>%s</b> потребителят ще бъде в състояние да се свърже след това.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Разрешаване на свързването
       YourSession=Вашата сесия
      -Sessions=Потребителска сесия
      +Sessions=Потребителски сесии
       WebUserGroup=Уеб сървър потребител/група
      -NoSessionFound=PHP изглежда не се допуска да се изброят активни сесии. Directory, използван за записване сесии <b>(%s),</b> могат да бъдат защитени (например чрез разрешения OS или чрез PHP директива open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Кодиране на знаците за съхраняваните данни в базата данни
       DBSortingCharset=Набор от знаци база данни, за да сортирате данните
      -ClientCharset=Client charset
      -ClientSortingCharset=Client collation
      +ClientCharset=Клиентски набор
      +ClientSortingCharset=Сортиране на клиент
       WarningModuleNotActive=Модула <b>%s</b> трябва да бъде включен
       WarningOnlyPermissionOfActivatedModules=Само разрешения, свързани с активирани модули са показани тук. Можете да активирате други модули в страницата Начало->Настройки->Модули.
       DolibarrSetup=Dolibarr инсталиране или обновяване
      @@ -51,13 +51,13 @@ InternalUsers=Вътрешни потребители
       ExternalUsers=Външни потребители
       GUISetup=Екран
       SetupArea=Настройки
      -UploadNewTemplate=Upload new template(s)
      +UploadNewTemplate=Качи нов шаблон(и)
       FormToTestFileUploadForm=Форма за тестване качване на файлове (за настройка)
       IfModuleEnabled=Забележка: Ефективно е само ако модула <b>%s</b> е активиран
       RemoveLock=Премахнете файла <b>%s</b> ако съществува, за да се позволи използването на инструмента за актуализация.
       RestoreLock=Възстановете файла <b>%s,</b> само с права за четене за да се забрани използването на инструмента за актуализация.
       SecuritySetup=Настройки на сигурността
      -SecurityFilesDesc=Define here options related to security about uploading files.
      +SecurityFilesDesc=Определете тук опциите, свързани със сигурността, относно качването на файлове.
       ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока
       ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока
       ErrorDecimalLargerThanAreForbidden=Грешка, точност по-висока от <b>%s</b> не се поддържа.
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Кода не може да съдържа стойно
       DisableJavascript=Изключете функциите JavaScript и Ajax (Препоръчва се за незрящи и при текстови браузъри)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=NBR от знаци, за да предизвика търсене: %s
       NotAvailableWhenAjaxDisabled=Не е налично, когато Аякс инвалиди
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview не е наличен
       ThemeCurrentlyActive=Тема активни в момента
       CurrentTimeZone=TimeZone PHP (сървър)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Пространство
       Table=Таблица
       Fields=Полетата
      @@ -89,7 +89,7 @@ Mask=Маска
       NextValue=Следваща стойност
       NextValueForInvoices=Следваща стойност (фактури)
       NextValueForCreditNotes=Следваща стойност (кредитни известия)
      -NextValueForDeposit=Next value (down payment)
      +NextValueForDeposit=Следваща стойност (авансово плащане)
       NextValueForReplacements=Next value (replacements)
       MustBeLowerThanPHPLimit=Забележка: PHP ограничава размера на всяко качване на файлове на <b>%s</b> %s, независимо от стойността на този параметър е
       NoMaxSizeByPHPLimit=Забележка: Не срокът се определя в конфигурацията на вашия PHP
      @@ -101,7 +101,7 @@ AntiVirusParam= Още параметри на командния ред
       AntiVirusParamExample= Пример за ClamWin: - база данни = &quot;C: \\ Program Files (x86) \\ ClamWin \\ ИЪ&quot;
       ComptaSetup=Настройка на счетоводния модул
       UserSetup=Настройки за управление на потребителите
      -MultiCurrencySetup=Multi-currency setup
      +MultiCurrencySetup=Настройка на няколко валути
       MenuLimits=Граници и точност
       MenuIdParent=ID майка меню
       DetailMenuIdParent=ID на основното меню (0 за горното меню)
      @@ -111,14 +111,14 @@ NotConfigured=Модула не е конфигуриран
       Active=Активен
       SetupShort=Настройки
       OtherOptions=Други опции
      -OtherSetup=Други настройки
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Десетичен разделител
       CurrentValueSeparatorThousand=Thousand сепаратор
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Параметър %s
      -LocalisationDolibarrParameters=Локализация параметри
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Часова зона на клиента (потребител)
       ClientHour=Час на клиента (потребител)
       OSTZ=Часова зона на Операционната Система
      @@ -126,12 +126,12 @@ PHPTZ=Часова зона на PHP Сървъра
       DaylingSavingTime=Лятното часово време
       CurrentHour=Час на PHP (сървър)
       CurrentSessionTimeOut=Продължителност на текущата сесия
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Джаджа
       Boxes=Джаджи
       MaxNbOfLinesForBoxes=Максимален брой на редовете за джаджи
      -AllWidgetsWereEnabled=All available widgets are enabled
      +AllWidgetsWereEnabled=Всички налични джаджи са активирани
       PositionByDefault=Default order
       Position=Длъжност
       MenusDesc=Мениджърите на менюто определят дали съдържанието на двете ленти с менюта (хоризонтална лента и вертикална лента).
      @@ -151,7 +151,7 @@ PurgeDeleteAllFilesInDocumentsDir=Изтриване на всички файл
       PurgeRunNow=Изчистване сега
       PurgeNothingToDelete=Няма директория или файлове за изтриване.
       PurgeNDirectoriesDeleted=<b>%s</b> изтрити файлове или директории.
      -PurgeNDirectoriesFailed=Failed to delete <b>%s</b> files or directories.
      +PurgeNDirectoriesFailed=Неуспешно изтриване на файлове или директории от <b> %s </b>.
       PurgeAuditEvents=Поръси всички събития по сигурността
       ConfirmPurgeAuditEvents=Are you sure you want to purge all security events? All security logs will be deleted, no other data will be removed.
       GenerateBackup=Генериране на бекъп
      @@ -187,36 +187,36 @@ ExtendedInsert=Extended INSERT
       NoLockBeforeInsert=No lock commands around INSERT
       DelayedInsert=Delayed insert
       EncodeBinariesInHexa=Encode binary data in hexadecimal
      -IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
      +IgnoreDuplicateRecords=Игнориране на грешки при дублиране на записите (INSERT IGNORE)
       AutoDetectLang=Автоматично (език на браузъра)
       FeatureDisabledInDemo=Feature инвалиди в демо
      -FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +FeatureAvailableOnlyOnStable=Функционалност само налична на официалната стабилна версия.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Показани са само елементи от <a href="%s">активирани модули</a>.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      -ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      -ModulesMarketPlaces=Find external app/modules
      -ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
      +ModulesMarketPlaceDesc=Можете да намерите още модули за изтегляне на външни уеб сайтове в интернет ...
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
      +ModulesMarketPlaces=Намери външно приложение/модул
      +ModulesDevelopYourModule=Разработи твое приложение/модул
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Нов
      -FreeModule=Free
      -CompatibleUpTo=Compatible with version %s
      -NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).
      -CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
      -SeeInMarkerPlace=See in Market place
      -Updated=Updated
      -Nouveauté=Novelty
      -AchatTelechargement=Buy / Download
      +FreeModule=Свободно
      +CompatibleUpTo=Съвместим с версия %s
      +NotCompatible=Този модул не изглежда съвместим с Dolibarr %s (Мин. %s - Макс. %s).
      +CompatibleAfterUpdate=Този модул изисква актуализиране на вашия Dolibarr %s (Min %s - Max %s).
      +SeeInMarkerPlace=Вижте "Пазар"
      +Updated=Обновено
      +Nouveauté=Новост
      +AchatTelechargement=Купете / Изтеглете
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, официалният пазар за външни модули за Dolibarr ERP/CRM
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      -DevelopYourModuleDesc=Some solutions to develop your own module...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
      +DevelopYourModuleDesc=Някои решения за разработване на вашия собствен модул ...
       URL=Връзка
      -BoxesAvailable=Widgets available
      -BoxesActivated=Widgets activated
      +BoxesAvailable=Налични джаджи
      +BoxesActivated=Активни джаджи
       ActivateOn=Активиране на
       ActiveOn=Активирана
       SourceFile=Изходният файл
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Да не се магазин ясни пароли в 
       MainDbPasswordFileConfEncrypted=Парола за базата данни, кодирани в conf.php (Активира се препоръчва)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Защита на генерираните PDF файлове (активиран не се препоръчва, почивки поколение на маса PDF)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Особеност
       DolibarrLicense=Лиценз
      @@ -241,58 +241,62 @@ OfficialDemo=Dolibarr онлайн демо
       OfficialMarketPlace=Официален магазин за външни модули/добавки
       OfficialWebHostingService=Препоръчителен уеб хостинг услуги (хостинг в интернет облак)
       ReferencedPreferredPartners=Preferred Partners
      -OtherResources=Other resources
      -ExternalResources=External resources
      -SocialNetworks=Social Networks
      +OtherResources=Други ресурси
      +ExternalResources=Външни ресурси
      +SocialNetworks=Социални мрежи
       ForDocumentationSeeWiki=Документация за потребител или разработчик (Doc, често задавани въпроси ...), <br> можете да намерите в Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=За всякакви други въпроси / Помощ, можете да използвате форума Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Тази област може да ви помогне да получите помощ и поддръжка за Dolibarr.
      -HelpCenterDesc2=Част от тази услуга е достъпна <b>само</b> на <b>английски език.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Текущото меню манипулатор
       MeasuringUnit=Мерна единица
      -LeftMargin=Left margin
      -TopMargin=Top margin
      -PaperSize=Paper type
      -Orientation=Orientation
      -SpaceX=Space X
      -SpaceY=Space Y
      -FontSize=Font size
      -Content=Content
      +LeftMargin=Лява граница
      +TopMargin=Горна граница
      +PaperSize=Тип хартия
      +Orientation=Ориентация
      +SpaceX=Пространство Х
      +SpaceY=Пространство Y
      +FontSize=Размер на шрифта
      +Content=Съдържание
       NoticePeriod=Период на известяване
      -NewByMonth=New by month
      -Emails=Emails
      -EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      -EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Порт (По подразбиране в php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Хост (По подразбиране в php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Порт (Не дефиниран в PHP на Unix подобни системи)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Хост (Не дефиниран в PHP на Unix подобни системи)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Изпрати систематично скрит въглероден копие на всички изпратени имейли
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      -MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Метод за изпращане на имейли
      -MAIN_MAIL_SMTPS_ID=SMTP ID, ако разпознаване, изискван
      -MAIN_MAIL_SMTPS_PW=SMTP парола, ако разпознаване, изискван
      -MAIN_MAIL_EMAIL_TLS= Използване на TLS (SSL) криптиране
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Изключване на всички SMS sendings (за тестови цели или демонстрации)
      +NewByMonth=Ново по месец
      +Emails=Имейли
      +EMailsSetup=Настройка на имейли
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
      +EmailSenderProfiles=Профили на подател на имейли
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
      +MAIN_MAIL_FORCE_SENDTO=Изпратете всички имейли до (вместо реални получатели за целите на теста)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Метод за изпращане на SMS
      -MAIN_MAIL_SMS_FROM=Номер по подразбиране на телефона за изпращане на SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      -UserEmail=User email
      -CompanyEmail=Company email
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
      +UserEmail=Потребителски имейл
      +CompanyEmail=Имейл на фирмата
       FeatureNotAvailableOnLinux=Функцията не е на разположение на Unix подобни системи. Тествайте вашата програма Sendmail на местно ниво.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Настройки на модул
      -ModulesSetup=Modules/Application setup
      +ModulesSetup=Модули / Приложения настройка
       ModuleFamilyBase=Система
       ModuleFamilyCrm=Управление на Връзки с клиенти (CRM)
      -ModuleFamilySrm=Vendor Relation Management (VRM)
      +ModuleFamilySrm=Управление на взаимоотношенията с доставчиците (VRM)
       ModuleFamilyProducts=Управление на продукти
       ModuleFamilyHr=Управление на човешките ресурси
       ModuleFamilyProjects=Проекти / съвместна работа
      @@ -306,26 +310,26 @@ ModuleFamilyInterface=Интерфейси със външни системи.
       MenuHandlers=Меню работещи
       MenuAdmin=Menu Editor
       DoNotUseInProduction=Не използвайте на продукшън платформа
      -ThisIsProcessToFollow=This is steps to process:
      -ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
      +ThisIsProcessToFollow=Това са стъпки за обработка:
      +ThisIsAlternativeProcessToFollow=Това е алтернатива за ръчно обработване:
       StepNb=Стъпка %s
      -FindPackageFromWebSite=Намери пакет, който осигурява функция искате (например относно официалния уеб сайт %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Текуща версия на Dolibarr
      -CallUpdatePage=Go to the page that updates the database structure and data: %s.
      -LastStableVersion=Latest stable version
      -LastActivationDate=Latest activation date
      +CallUpdatePage=Отворете страницата, която актуализира структурата и данните на базата данни: %s.
      +LastStableVersion=Последна стабилна версия
      +LastActivationDate=Последна дата на активиране
       LastActivationAuthor=Latest activation author
      -LastActivationIP=Latest activation IP
      +LastActivationIP=Последно IP активиране
       UpdateServerOffline=Update server offline
      -WithCounter=Manage a counter
      +WithCounter=Управление на брояч
       GenericMaskCodes=Можете да въведете всяка маска за номериране. В тази маска, могат да се използват следните тагове: <br> <b>{000000}</b> съответства на номер, който се увеличава на всеки %s. Влез като много нули като желаната дължина на брояча. Броячът ще бъде завършен с нули от ляво, за да има колкото се може повече нули като маска. <br> <b>{000000 000}</b> същата като предишната, но компенсира, съответстваща на броя на правото на знака + се прилага започва на първи %s. <br> <b>{000000 @}</b> същата като предишната, но броячът се нулира, когато месеца Х е достигнал (Х между 1 и 12, или 0, за да използвате началото на месеца на фискалната година, определени в вашата конфигурация). Ако тази опция се използва и х е 2 или по-висока, тогава последователност {гг} {mm} или {гггг} {mm} също е задължително. <br> <b>{DD}</b> ден (01 до 31). <br> <b>{Mm}</b> месец (01 до 12). <br> <b>{Гг} {гггг}</b> или <b>{Y}</b> година над 2, 4 или 1 брой. <br>
       GenericMaskCodes2=<b>{cccc}</b> the client code on n characters<br><b>{cccc000}</b> the client code on n characters is followed by a counter dedicated for customer. This counter dedicated to customer is reset at same time than global counter.<br><b>{tttt}</b> The code of third party type on n characters (see menu Home - Setup - Dictionary - Types of third parties). If you add this tag, the counter will be different for each type of third party.<br>
       GenericMaskCodes3=Всички други символи на маската ще останат непокътнати. <br> Интервалите не са разрешени. <br>
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Забавяне за кеширане износ отговор в секунда (0 или празно за не кеш)
       DisableLinkToHelpCenter=Скриване на връзката <b>Нуждаете се от помощ или поддръжка</b> от страницата за вход
       DisableLinkToHelp=Скриване на линка към онлайн помощ "<b>%s</b>"
      -AddCRIfTooLong=, Не съществува автоматична опаковане, така че ако линията е на страницата на документи, защото твърде дълго, трябва да се добави знаци за връщане в текстовото поле.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Минимална дължина
       LanguageFilesCachedIntoShmopSharedMemory=Файлове. Lang заредени в споделена памет
      -LanguageFile=Language file
      -ExamplesWithCurrentSetup=Примери с текущата настройка
      +LanguageFile=Езиков файл
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Списък на OpenDocument директории шаблони
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Брой на ODT файлове шаблони, намерени в тези директории
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Примери на синтаксиса: <br> C: \\ mydir <br> / Начало / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> За да разберете как да създадете свои ODT шаблони на документи, преди да ги съхранявате в тези указатели, прочетете уики документация:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,36 +369,36 @@ KeyForWebServicesAccess=Ключът към използване на Web Servic
       TestSubmitForm=Формата на входящ тест
       ThisForceAlsoTheme=Използването на този Menu Manager ще използва своята собствена тема какъвто и да е избор на потребителя. Освен това меню мениджър, специализирана за смартфони не работи върху всички смартфони. Използвайте менюто друг мениджър, ако имате проблеми на твоя.
       ThemeDir=Директория с темите
      -ConnectionTimeout=Connexion изчакване
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Отговор изчакване
       SmsTestMessage=Тест съобщение от __ PHONEFROM__ __ PHONETO__
       ModuleMustBeEnabledFirst=Модул <b>%s</b> трябва да бъде активиран първо ако се нуждаете от тази опция.
       SecurityToken=Ключът за осигуряване на сигурна URL адреси
      -NoSmsEngine=Не изпращач мениджър SMS на разположение. SMS подателя мениджър не са инсталирани по подразбиране разпределение (защото зависи от външен доставчик), но можете да намерите някои по %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Можете да настроите всеки глобални опции, свързани към PDF поколение
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Правила за изграждането на адрес кутии
      -HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
      -PDFRulesForSalesTax=Rules for Sales Tax / VAT
      -PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideAnyVATInformationOnPDF=Скриване на цялата информация, свързана с данък върху продажбите / ДДС върху генерирания PDF файл
      +PDFRulesForSalesTax=Правила за данък върху продажбите / ДДС
      +PDFLocaltax=Правила за %s
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Скриване на продуктите описание на генерирани PDF
       HideRefOnPDF=Скриване на продуктите код. генерирани PDF
      -HideDetailsOnPDF=Hide product lines details on generated PDF
      +HideDetailsOnPDF=Скриване на детайлите на продуктовите линии за генерираните PDF файлове
       PlaceCustomerAddressToIsoLocation=Use french standard position (La Poste) for customer address position
       Library=Библиотека
       UrlGenerationParameters=Параметри за осигуряване на URL адреси
       SecurityTokenIsUnique=Използвайте уникална параметър securekey за всеки URL
       EnterRefToBuildUrl=Въведете справка за обект %s
       GetSecuredUrl=Изчислява URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old ставка на ДДС
       NewVATRates=Нов ставка на ДДС
       PriceBaseTypeToChange=Промяна на цените с база референтна стойност, определена на
       MassConvert=Стартиране маса конвертирате
       String=Низ
       TextLong=Дълъг текст
      -HtmlText=Html text
      +HtmlText=HTML текст
       Int=Цяло число
       Float=Десетично число
       DateAndTime=Дата и час
      @@ -408,20 +412,20 @@ ExtrafieldSelect = Избор лист
       ExtrafieldSelectList = Избор от таблица
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Парола
      -ExtrafieldRadio=Radio buttons (on choice only)
      -ExtrafieldCheckBox=Checkboxes
      -ExtrafieldCheckBoxFromList=Checkboxes from table
      +ExtrafieldRadio=Radio buttons (one choice only)
      +ExtrafieldCheckBox=Полета за отметка
      +ExtrafieldCheckBoxFromList=Отметки от таблицата
       ExtrafieldLink=Link to an object
      -ComputedFormula=Computed field
      +ComputedFormula=Изчислено поле
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
       ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list :<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
       ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax : ObjectName:Classpath<br>Examples :<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
      -LibraryToBuildPDF=Library used for PDF generation
      +LibraryToBuildPDF=Използвана библиотека за създаване на PDF файлове
       LocalTaxDesc=Some countries apply 2 or 3 taxes on each invoice line. If this is the case, choose type for second and third tax and its rate. Possible type are:<br>1 : local tax apply on products and services without vat (localtax is calculated on amount without tax)<br>2 : local tax apply on products and services including vat (localtax is calculated on amount + main tax)<br>3 : local tax apply on products without vat (localtax is calculated on amount without tax)<br>4 : local tax apply on products including vat (localtax is calculated on amount + main vat)<br>5 : local tax apply on services without vat (localtax is calculated on amount without tax)<br>6 : local tax apply on services including vat (localtax is calculated on amount + tax)
       SMS=SMS
       LinkToTestClickToDial=Enter a phone number to call to show a link to test the ClickToDial url for user <strong>%s</strong>
      @@ -429,63 +433,65 @@ RefreshPhoneLink=Обнови връзка
       LinkToTest=Генерирана е връзка за потребител <strong>%s</strong> (натиснете телефонния номер за тест)
       KeepEmptyToUseDefault=Оставете празно за стойност по подразбиране
       DefaultLink=Връзка по подразбиране
      -SetAsDefault=Set as default
      +SetAsDefault=Избери като по-подразбиране
       ValueOverwrittenByUserSetup=Внимание, тази стойност може да бъде презаписана от потребителски настройки (всеки потребител може да зададе собствен натисни-набери адрес)
       ExternalModule=Външен модул - инсталиран в директория %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
      -CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
      +CurrentlyNWithoutBarCode=Понастоящем имате <strong> %s </strong> запис на <strong> %s </strong> %s без дефиниран баркод.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
      -ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
      +ConfirmEraseAllCurrentBarCode=Сигурни ли сте че, искате да изтриете всички текущи стойности на баркода?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Пусни кеширането на файла
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
      -NoDetails=No more details in footer
      -DisplayCompanyInfo=Display company address
      -DisplayCompanyManagers=Display manager names
      -DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      -ModuleCompanyCodePanicum=Return an empty accounting code.
      -ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
      +NoDetails=Няма повече подробности в долния колонтитул
      +DisplayCompanyInfo=Показване на фирмения адрес
      +DisplayCompanyManagers=Показване на името на управителя
      +DisplayCompanyInfoAndManagers=Показване на адреса на фирмата и имената на управителя
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
      +ModuleCompanyCodePanicum=Върнете празен код за счетоводство.
      +ModuleCompanyCodeDigitaria=Счетоводният код зависи от кода на контрагента. Кодът се състои от символа "C" на първа позиция, последван от първите 5 знака на кода на Контрагента.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
      -UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +UseDoubleApproval=Използвайте одобрение от 3 стъпки, когато сумата (без данък) е по-висока от ...
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
      -ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      -RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +ClickToShowDescription=Кликнете, за да се покаже описание
      +DependsOn=This module needs the module(s)
      +RequiredBy=Този модул се изисква от модул (и)
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +EnableDefaultValues=Разрешете използването на персонализирани стойности по подразбиране
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Област
      -ProductDocumentTemplates=Document templates to generate product document
      -FreeLegalTextOnExpenseReports=Free legal text on expense reports
      -WatermarkOnDraftExpenseReports=Watermark on draft expense reports
      -AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable)
      -FilesAttachedToEmail=Attach file
      -SendEmailsReminders=Send agenda reminders by emails
      -davDescription=Add a component to be a DAV server
      -DAVSetup=Setup of module DAV
      -DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +ProductDocumentTemplates=Шаблони на документи за генериране на продуктов документ
      +FreeLegalTextOnExpenseReports=Безплатен правен текст в отчетите за разходите
      +WatermarkOnDraftExpenseReports=Воден знак за чернови на отчети за разходите
      +AttachMainDocByDefault=Задайте това на 1, ако искате да прикачите основния документ по имейл по подразбиране (ако е приложимо)
      +FilesAttachedToEmail=Прикачите файл
      +SendEmailsReminders=Изпратете напомняния за дневния ред по имейли
      +davDescription=Добавете компонент за DAV сървър
      +DAVSetup=Настройка на модул DAV
      +DAV_ALLOW_PUBLIC_DIR=Разрешаване на публичната директория (директория WebDav, без да е необходима регистрация)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Потребители и групи
      -Module0Desc=Users / Employees and Groups management
      -Module1Name=Контрагенти
      +Module0Desc=Управление на потребители / служители и групи
      +Module1Name=Third Parties
       Module1Desc=Фирми и управление на контакти
       Module2Name=Търговски
       Module2Desc=Търговско управление
       Module10Name=Счетоводство
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Предложения
       Module20Desc=Търговско предложение управление
       Module22Name=Масови имейли
      @@ -497,7 +503,7 @@ Module25Desc=Управление на поръчка на клиента
       Module30Name=Фактури
       Module30Desc=Фактура и управление на кредитно известие за клиентите. Фактура за управление на доставчици
       Module40Name=Доставчици
      -Module40Desc=Suppliers and purchase management (purchase orders and billing)
      +Module40Desc=Доставчици и управление на покупки (поръчки за покупка и таксуване)
       Module42Name=Debug Logs
       Module42Desc=Logging facilities (file, syslog, ...). Such logs are for technical/debug purposes.
       Module49Name=Редактори
      @@ -511,13 +517,13 @@ Module52Desc=Управление на склад (продукти)
       Module53Name=Услуги
       Module53Desc=Управление на услуги
       Module54Name=Договори/Абонаменти
      -Module54Desc=Управление на договори (услуги или абонаменти)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Баркодове
       Module55Desc=Управление на баркод
       Module56Name=Телефония
       Module56Desc=Телефония интеграция
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Интеграция на ClickToDial система (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,47 +534,47 @@ Module75Name=Разход и пътуване бележки
       Module75Desc=Сметка и управление на пътуване бележки
       Module80Name=Превозите
       Module80Desc=Пратки и управление на заповедта за доставяне
      -Module85Name=Банки и пари в брой
      +Module85Name=Banks and Cash
       Module85Desc=Управление на банкови или парични сметки
      -Module100Name=Външен сайт
      -Module100Desc=Този модул зарежда външен уеб сайт или страница във фрейм и създава връзка в менюто на Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Пощальон и СПИП
       Module105Desc=Пощальон или СПИП интерфейс за член модул
       Module200Name=LDAP
      -Module200Desc=LDAP директория за синхронизация
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke интеграция
       Module240Name=Данни износ
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Импортирането на данни
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Членове
       Module310Desc=Управление на членовете на организацията
       Module320Name=RSS емисия
       Module320Desc=Добавяне на RSS емисия в страниците на Dolibarr
      -Module330Name=Отметки
      -Module330Desc=Управление на отметките
      -Module400Name=Проекти/Възможности
      -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 интеграция
      -Module500Name=Taxes and Special expenses
      -Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
      -Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module500Name=Данъци и специални разходи
      +Module500Desc=Управление на други разходи (ДДС, социални или допълнителни данъци, дивиденти, ...)
      +Module510Name=Плащане на заплатите на служителите
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
      -Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      -Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module600Name=Известия за бизнес събития
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
      +Module610Name=Продуктови варианти
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Дарения
       Module700Desc=Управление на дарения
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      -Module1120Name=Vendor commercial proposal
      -Module1120Desc=Request vendor commercial proposal and prices
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
      +Module1120Name=Търговско предложение на доставчик
      +Module1120Desc=Поискайте търговско предложение и цени от доставчик
       Module1200Name=Богомолка
       Module1200Desc=Mantis интеграция
       Module1520Name=Document Generation
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG редактор
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Планирани задачи
      -Module2300Desc=Scheduled jobs management (alias cron or chrono table)
      -Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2300Desc=Планирано управление на заданията (псевдоним на таблица cron или chrono)
      +Module2400Name=Събития / Дневен ред
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API services (Web services SOAP)
      @@ -590,48 +596,52 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API services (Web services REST)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Активиране на Dolibarr клиент за уеб услуги (Може да бъде използван за изпращане на информация/заявки към външни сървъри. Поръчки от доставчик единствено за момента)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Използвайте онлайн Gravatar услуга (www.gravatar.com), за да покаже снимка на потребители / членове с техните имейли. Нуждаете се от интернет
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Клиент
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP MaxMind реализации възможности
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
      -Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Name=Незаменими архиви
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=ЧР
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Няколко фирми
       Module5000Desc=Позволява ви да управлявате няколко фирми
       Module6000Name=Workflow
       Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      -Module10000Name=Websites
      +Module10000Name=Уебсайтове
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      -Module39000Name=Products lots
      +Module20000Desc=Declare and track employees leave requests
      +Module39000Name=Продукти партиди
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Точка на продажбите
      -Module50100Desc=Point of sales module (POS).
      +Module50100Desc=Модул за точка на продажби (POS).
      +Module50150Name=Точка на продажбите
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Полета
       Module59000Desc=Модул за управление на маржовете
       Module60000Name=Комисии
       Module60000Desc=Модул за управление на комисии
      -Module62000Name=Инкотерм
      -Module62000Desc=Добяване на свойства за управление на Инкотерм
      +Module62000Name=Инкотермс
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ресурси
      -Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
      +Module63000Desc=Управлявайте ресурсите (принтери, коли, стая, ...), след което можете да ги споделяте в събитията
       Permission11=Клиентите фактури
       Permission12=Създаване / промяна на фактури на клиентите
       Permission13=Unvalidate клиентите фактури
      @@ -651,10 +661,10 @@ Permission32=Създаване / промяна на продукти
       Permission34=Изтриване на продукти
       Permission36=Преглед / управление на скрити продукти
       Permission38=Износ на продукти
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Изтриване на проекти (общи проекти и проекти съм се с нас за)
      -Permission45=Export projects
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
      +Permission45=Експортиране на проекти
       Permission61=Прочети интервенции
       Permission62=Създаване / промяна на интервенции
       Permission64=Изтриване на интервенции
      @@ -663,7 +673,7 @@ Permission71=Прочети членове
       Permission72=Създаване / промяна на членове
       Permission74=Изтриване на членовете
       Permission75=Setup types of membership
      -Permission76=Export data
      +Permission76=Експортиране на данни
       Permission78=Прочети абонаменти
       Permission79=Създаване/промяна на абонаменти
       Permission81=Клиенти поръчки
      @@ -686,7 +696,7 @@ Permission109=Изтриване sendings
       Permission111=Финансови сметки
       Permission112=Създаване / редакция / изтриване и сравни сделки
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Експортни сделки и извлеченията от сметките
       Permission116=Трансфери между сметки
       Permission117=Управление на проверки за експедиция
      @@ -694,21 +704,21 @@ Permission121=Четене на трети лица, свързани с пот
       Permission122=Създаване / промяна контрагенти, свързани с потребителя
       Permission125=Изтриване на трети лица, свързани с потребителя
       Permission126=Контрагенти за износ
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Прочети доставчици
       Permission147=Прочети статистиката
       Permission151=Read direct debit payment orders
      -Permission152=Create/modify a direct debit payment orders
      +Permission152=Създаване / промяна на нареждания за директен дебит
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
       Permission164=Disable a service/subscription of a contract
       Permission165=Delete contracts/subscriptions
      -Permission167=Export contracts
      +Permission167=Експортиране на договори
       Permission171=Read trips and expenses (yours and your subordinates)
       Permission172=Create/modify trips and expenses
       Permission173=Delete trips and expenses
      @@ -725,7 +735,7 @@ Permission187=Близки поръчки доставчици
       Permission188=Отказ доставчика поръчки
       Permission192=Създаване на линии
       Permission193=Отказ линии
      -Permission194=Прочетете честотна лента линии
      +Permission194=Read the bandwidth lines
       Permission202=Създаване на ADSL връзки
       Permission203=Поръчка връзки поръчки
       Permission204=Поръчка връзки
      @@ -750,12 +760,12 @@ Permission244=Вижте съдържанието на скрити катего
       Permission251=Прочетете други потребители и групи
       PermissionAdvanced251=Прочетете други потребители
       Permission252=Разрешения на други потребители
      -Permission253=Създаване / промяна на други потребители, групи и permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Създаване / промяна на вътрешни / външни потребители и разрешения
       Permission254=Създаване / промяна на външни потребители
       Permission255=Промяна на други потребители парола
       Permission256=Изтрий или забраняване на други потребители
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Прочети CA
       Permission272=Прочети фактури
       Permission273=Издаване на фактури
      @@ -765,7 +775,7 @@ Permission283=Изтриване на контакти
       Permission286=Експортиране на контакти
       Permission291=Прочети тарифи
       Permission292=Задаване на разрешения за тарифите
      -Permission293=Промяна на клиенти тарифи
      +Permission293=Modify customers tariffs
       Permission300=Баркодове
       Permission301=Създаване / промяна на баркодове
       Permission302=Изтриване на баркодове
      @@ -787,11 +797,9 @@ Permission401=Прочети отстъпки
       Permission402=Създаване / промяна на отстъпки
       Permission403=Проверка на отстъпки
       Permission404=Изтриване на отстъпки
      -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
      @@ -842,13 +850,13 @@ Permission1236=Експорт на доставни фактури, атрибу
       Permission1237=Експорт на доставни поръчки и техните детайли
       Permission1251=Пусни масов внос на външни данни в базата данни (данни товара)
       Permission1321=Износ на клиентите фактури, атрибути и плащания
      -Permission1322=Reopen a paid bill
      +Permission1322=Отваряне на платена сметка
       Permission1421=Износ на клиентски поръчки и атрибути
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
      -Permission20004=Read all leave requests (even of user not subordinates)
      -Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      +Permission20004=Прочетете всички заявки за отсъствие (дори и на служители който не са ви подчинени)
      +Permission20005=Създаване / промяна на заявки за отсъствие за всички (дори и на потребители, които не са подчинени)
       Permission20006=Admin leave requests (setup and update balance)
       Permission23001=Read Scheduled job
       Permission23002=Create/update Scheduled job
      @@ -860,7 +868,7 @@ Permission2403=Изтрий действия (събития или задачи
       Permission2411=Прочетете действия (събития или задачи) на другите
       Permission2412=Създаване / промяна действия (събития или задачи) на другите
       Permission2413=Изтрий действия (събития или задачи) на другите
      -Permission2414=Export actions/tasks of others
      +Permission2414=Експортни действия / задачи на други
       Permission2501=/ Изтегляне документи
       Permission2502=Изтегляне на документи
       Permission2503=Изпращане или изтриване на документи
      @@ -876,79 +884,79 @@ Permission55002=Create/modify polls
       Permission59001=Read commercial margins
       Permission59002=Define commercial margins
       Permission59003=Read every user margin
      -Permission63001=Read resources
      -Permission63002=Create/modify resources
      -Permission63003=Delete resources
      -Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +Permission63001=Прочетете ресурси
      +Permission63002=Създаване / промяна на ресурси
      +Permission63003=Изтриване на ресурси
      +Permission63004=Свързване на ресурси към събитията от дневния ред
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Cantons
       DictionaryRegion=Regions
       DictionaryCountry=Countries
       DictionaryCurrency=Currencies
      -DictionaryCivility=Personal and professional titles
      -DictionaryActions=Types of agenda events
      +DictionaryCivility=Лични и професионални титли
      +DictionaryActions=Видове събития от дневния ред
       DictionarySocialContributions=Social or fiscal taxes types
       DictionaryVAT=VAT Rates or Sales Tax Rates
      -DictionaryRevenueStamp=Amount of tax stamps
      +DictionaryRevenueStamp=Размер на данъчните печати
       DictionaryPaymentConditions=Payment terms
       DictionaryPaymentModes=Payment modes
      -DictionaryTypeContact=Contact/Address types
      -DictionaryTypeOfContainer=Type of website pages/containers
      +DictionaryTypeContact=Contact address types
      +DictionaryTypeOfContainer=Тип страници / контейнери на уебсайтове
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Paper formats
      -DictionaryFormatCards=Cards formats
      -DictionaryFees=Expense report - Types of expense report lines
      +DictionaryFormatCards=Формати на карти
      +DictionaryFees=Отчет за разходите - Видове отчети за разходите
       DictionarySendingMethods=Shipping methods
       DictionaryStaff=Staff
       DictionaryAvailability=Delivery delay
       DictionaryOrderMethods=Ordering methods
       DictionarySource=Origin of proposals/orders
      -DictionaryAccountancyCategory=Personalized groups for reports
      +DictionaryAccountancyCategory=Персонализирани групи за отчети
       DictionaryAccountancysystem=Models for chart of accounts
      -DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryAccountancyJournal=Счетоводни дневници
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      -DictionaryExpenseTaxCat=Expense report - Transportation categories
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
      +DictionaryExpenseTaxCat=Отчет за разходите - Категории транспорт
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup спаси
      -SetupNotSaved=Setup not saved
      +SetupNotSaved=Настройката не е запазена
       BackToModuleList=Обратно към списъка с модули
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Управление на ДДС
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=По подразбиране предложената ДДС е 0, които могат да бъдат използвани за подобни случаи сдружения, лицата ОУ малките фирми.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Курс
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Управление
      -LocalTax1IsUsedDescES= RE процент по подразбиране при създаването на перспективите, фактури, поръчки и т.н. следват активна стандартното правило: <br> Ако те купувача не се подлага на RE RE по подразбиране = 0. Край на правило. <br> Ако купувачът се подлага на RE RE по подразбиране. Край на правило. <br>
      -LocalTax1IsNotUsedDescES= По подразбиране предложения RE е 0. Край на правило.
      -LocalTax1IsUsedExampleES= В Испания те са професионалисти, подлежащи на някои специфични части на испанската IAE.
      -LocalTax1IsNotUsedExampleES= В Испания те са професионални и общества и при спазване на определени сектори на испанската IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= RE процент по подразбиране при създаването на перспективите, фактури, поръчки и т.н. следват активна стандартното правило: <br> Ако продавачът не се подлага на IRPF, тогава IRPF по подразбиране = 0. Край на правило. <br> Ако продавачът е подложен на IRPF тогава IRPF по подразбиране. Край на правило. <br>
      -LocalTax2IsNotUsedDescES= По подразбиране предложения IRPF е 0. Край на правило.
      -LocalTax2IsUsedExampleES= В Испания, на свободна практика и независими специалисти, които предоставят услуги и фирми, които са избрани на данъчната система от модули.
      -LocalTax2IsNotUsedExampleES= В Испания те са за бизнес, които не подлежат на данъчната система от модули.
      +LocalTax1ManagementES=RE Управление
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=По подразбиране предложения RE е 0. Край на правило.
      +LocalTax1IsUsedExampleES=В Испания те са професионалисти, подлежащи на някои специфични части на испанската IAE.
      +LocalTax1IsNotUsedExampleES=В Испания те са професионални и общества и при спазване на определени сектори на испанската IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=По подразбиране предложения IRPF е 0. Край на правило.
      +LocalTax2IsUsedExampleES=В Испания, на свободна практика и независими специалисти, които предоставят услуги и фирми, които са избрани на данъчната система от модули.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,14 +966,15 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Етикет на документи
      -NbOfDays=Nb дни
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=В края на месеца
      -CurrentNext=Current/Next
      +CurrentNext=Настоящ / Следваща
       Offset=Офсет
       AlwaysActive=Винаги активна
       Upgrade=Обновяване
       MenuUpgrade=Обновяване/Удължаване
      -AddExtensionThemeModuleOrOther=Deploy/install external app/module
      +AddExtensionThemeModuleOrOther=Внедрете / инсталирате външно приложение / модул
       WebServer=Уеб сървър
       DocumentRootServer=Главната директория на уеб сървъра
       DataRootServer=Файлове с данни
      @@ -984,29 +993,29 @@ DatabaseUser=Потребители на бази данни
       DatabasePassword=Database парола
       Tables=Маси
       TableName=Таблица име
      -NbOfRecord=Nb на записите
      +NbOfRecord=No. of records
       Host=Сървър
       DriverType=Шофьор тип
       SummarySystem=Резюме на информационна система
       SummaryConst=Списък на всички параметри за настройка Dolibarr
      -MenuCompanySetup=Company/Organization
      +MenuCompanySetup=Компания / Организация
       DefaultMenuManager= Стандартно меню мениджър
       DefaultMenuSmartphoneManager=Smartphone Menu Manager
       Skin=Кожата тема
       DefaultSkin=Тема по подразбиране
       MaxSizeList=Максимална дължина за списъка
       DefaultMaxSizeList=Макс. дължина за списъци по подразбиране
      -DefaultMaxSizeShortList=Макс. дължина по подразбиране за кратки списъци (т.е. в клиентската карта)  
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Послание на деня
       MessageLogin=Съобщение на страницата за вход
      -LoginPage=Login page
      -BackgroundImageLogin=Background image
      +LoginPage=Входна страница
      +BackgroundImageLogin=Изображение на фона
       PermanentLeftSearchForm=Постоянна форма за търсене в лявото меню
       DefaultLanguage=Език по подразбиране (код на езика)
       EnableMultilangInterface=Разрешаване на многоезичен интерфейс
       EnableShowLogo=Показване на логото в лявото меню
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Компания / Организация
      +CompanyIds=Company/Organization identities
       CompanyName=Име
       CompanyAddress=Адрес
       CompanyZip=П. код
      @@ -1021,55 +1030,55 @@ OwnerOfBankAccount=Собственик на %s банкови сметки
       BankModuleNotActive=Банкови сметки модул не е активиран
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Сигнали
      -DelaysOfToleranceBeforeWarning=Толерантност закъснение преди предупреждение
      -DelaysOfToleranceDesc=Този екран ви позволява да дефинирате толерирани забавяне преди сигнал се съобщава на екрана с %s икони за всяка края на елемент.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Толеранс на изчакване (в дни), преди сигнал за предложения, за да затворите
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Толеранс на изчакване (в дни) преди сигнал за предложения не таксувани
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Толерантност закъснение (в дни), преди сигнал за услуги, за да активирате
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Толерантност закъснение (в дни) преди сигнала за изтекъл срок на годност услуги
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Толерантност закъснение (в дни), преди сигнал за неплатени фактури доставчици
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Закъснение (в дни) преди tolerence сигнал за неплатени фактури на клиенти
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Толерантност закъснение (в дни), преди сигнал за висящи банково извлечение
      -Delays_MAIN_DELAY_MEMBERS=Толерантност закъснение (в дни), преди сигнал за забавено членски внос
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Толерантност закъснение (в дни), преди сигнал за проверки депозит
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Другите записи от менюто управляват допълнителни параметри.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Събития одит на сигурността
       Audit=Проверка
      -InfoDolibarr=About Dolibarr
      -InfoBrowser=About Browser
      -InfoOS=About OS
      -InfoWebServer=About Web Server
      -InfoDatabase=About Database
      -InfoPHP=About PHP
      -InfoPerf=About Performances
      +InfoDolibarr=За Dolibarr
      +InfoBrowser=За браузъра
      +InfoOS=За операционната система
      +InfoWebServer=За уеб сървър
      +InfoDatabase=За базата данни
      +InfoPHP=За PHP
      +InfoPerf=За производителността 
       BrowserName=Browser name
       BrowserOS=Browser OS
       ListOfSecurityEvents=Списък на събитията Dolibarr сигурност
       SecurityEventsPurged=Събития по сигурността прочиства
       LogEventDesc=Можете да разрешите тук сеч за събития Dolibarr сигурност. Администраторите могат да видите неговото съдържание чрез меню <b>&quot;Системни инструменти - Одит.</b> Внимание, тази функция може да се консумира голямо количество данни в база данни.
      -AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
      +AreaForAdminOnly=Параметрите за настройка могат да се задават само от <b> Администратори </b>.
       SystemInfoDesc=Информационна система Разни техническа информация можете да получите в режим само за четене и видими само за администратори.
       SystemAreaForAdminOnly=Тази област е достъпна само за администратори. Никой не може да промени това ограничение.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      -AccountantFileNumber=File number
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
      +AccountantFileNumber=Номер на файла
       DisplayDesc=От тук можете да изберете параметрите свързани с външния вид на Dolibar
      -AvailableModules=Available app/modules
      +AvailableModules=Налични приложение / модули
       ToActivateModule=За да активирате модули, отидете на настройка пространство (Начало-> Setup-> модули).
       SessionTimeOut=Време за сесията
      -SessionExplanation=Този брой е гаранция, че никога няма да изтекат преди това забавяне на сесията. Но PHP управление на сесии не гаранция, че сесията винаги изтича след това закъснение: Това се случва, ако се изпълнява система за почистване на кеша сесия. <br> Забележка: не конкретна система, вътрешен PHP процес ще почисти сесия всеки за <b>%s / %s</b> достъп, но само по време на достъп от други сесии.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Налични тригери
      -TriggersDesc=Тригерите са файлове, които ще променят поведението на Dolibarr работния процес копират в директорията <b>htdocs / ядро / тригери.</b> Те разбраха нови действия, активирани на събития Dolibarr (създаване на нова компания, фактура валидиране, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Тригерите в този файл са изключени от <b>NORUN</b> наставка в името си.
       TriggerDisabledAsModuleDisabled=Тригерите в този файл са забранени като модул <b>%s</b> е забранено.
       TriggerAlwaysActive=Тригерите в този файл са винаги активни,, каквото са активирани модули Dolibarr.
      @@ -1077,9 +1086,9 @@ TriggerActiveAsModuleActive=Тригерите в този файл са акт
       GeneratedPasswordDesc=Определете тук правилото, което искате да използвате, за да генерира нова парола, ако поискате да има автоматично генерирана парола
       DictionaryDesc=Insert all reference data. You can add your values to the default.
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
      -MiscellaneousDesc=All other security related parameters are defined here.
      +MiscellaneousDesc=Всички останали параметри, свързани със сигурността, са дефинирани тук.
       LimitsSetup=Граници / Прецизно настройване
      -LimitsDesc=Можете да дефинирате ограничения, уточнения и оптимизации, използвани от Dolibarr тук
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Макс знака след десетичната запетая за единичните цени
       MAIN_MAX_DECIMALS_TOT=Макс знака след десетичната запетая за крайни цени
       MAIN_MAX_DECIMALS_SHOWN=Максималният брой десетични числа за цени, показан на екрана <b>(...</b> след тази цифра, ако искате да видите <b>...</b> когато се отрязва номер, когато е показан на екрана)
      @@ -1088,55 +1097,55 @@ UnitPriceOfProduct=Нетен единичната цена на даден пр
       TotalPriceAfterRounding=Обща цена (нето / с ДДС / с ДДС) след закръгляване
       ParameterActiveForNextInputOnly=Параметър ефективно само за следващия вход
       NoEventOrNoAuditSetup=Няма да се иска никакво обезпечение събитие е записано още. Това може да бъде нормално, ако одитът не е разрешена във &quot;Setup - охрана - одит&quot;.
      -NoEventFoundWithCriteria=Няма да се иска никакво обезпечение събитие е за такива критерии за търсене.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Вижте настройка Sendmail
       BackupDesc=За да направите пълно архивно копие на Dolibarr, трябва да:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Архива на директорията трябва да се съхранява на сигурно място.
       BackupDescY=Генерирания дъмп файл трябва да се съхранява на сигурно място.
      -BackupPHPWarning=Backup с този метод не може да бъде гарантирано. Предпочитам предишния
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=За да възстановите резервно копие на Dolibarr, трябва да:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL внос
       ForcedToByAModule= Това правило е принуден да <b>%s</b> от активиран модул
      -PreviousDumpFiles=Generated database backup files
      +PreviousDumpFiles=Генерирани файлове с бекъп на базата данни
       WeekStartOnDay=Първи ден от седмицата
       RunningUpdateProcessMayBeRequired=Продължителност на процеса на актуализация изглежда да се изисква (Програми версия %s различава от %s версия на базата от данни)
       YouMustRunCommandFromCommandLineAfterLoginToUser=Трябва да изпълните тази команда от командния ред след влизане на черупката с потребителски <b>%s</b> или трябва да добавите опцията-W в края на командния ред, за да предоставят <b>%s</b> парола.
       YourPHPDoesNotHaveSSLSupport=SSL функции не са налични във вашата PHP
       DownloadMoreSkins=Изтегляне на повече теми
       SimpleNumRefModelDesc=Върнете референтен номер с формат %syymm-NNNN, където YY е годината, mm е месец и NNNN е последователност без дупка и не нулиране
      -ShowProfIdInAddress=Покажи professionnal номер с адреси на документи
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Частичен превод
      -MAIN_DISABLE_METEO=Изключване метео изглед
      -MeteoStdMod=Standard mode
      -MeteoStdModEnabled=Standard mode enabled
      -MeteoPercentageMod=Percentage mode
      -MeteoPercentageModEnabled=Percentage mode enabled
      -MeteoUseMod=Click to use %s
      +MAIN_DISABLE_METEO=Disable meteorological view
      +MeteoStdMod=Стандартен режим
      +MeteoStdModEnabled=Стандартният режим е активиран
      +MeteoPercentageMod=Процентен режим
      +MeteoPercentageModEnabled=Процентен режим активиран
      +MeteoUseMod=Кликнете, за да използвате %s
       TestLoginToAPI=Тествайте влезете в API
      -ProxyDesc=Някои функции на Dolibarr трябва да имат достъп до Интернет, за да работят. Определете тук параметри за това. Ако сървърът Dolibarr е зад прокси сървър, тези параметри казва Dolibarr как за достъп до интернет през него.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Външен достъп
       MAIN_PROXY_USE=Използване на прокси сървър (иначе директен достъп до интернет)
       MAIN_PROXY_HOST=Име / адрес на прокси сървър
       MAIN_PROXY_PORT=Порт на прокси сървър
       MAIN_PROXY_USER=Влез за да използвате прокси сървър
       MAIN_PROXY_PASS=Парола, за да използвате прокси сървър
      -DefineHereComplementaryAttributes=Определете тук всички atributes, не е налична по подразбиране, и че искате да се поддържа за %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Допълнителни атрибути
       ExtraFieldsLines=Complementary attributes (lines)
      -ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
      +ExtraFieldsLinesRec=Допълнителни атрибути (линии на шаблони на фактури)
       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)
      -ExtraFieldsCustomerInvoicesRec=Complementary attributes (templates invoices)
      +ExtraFieldsCustomerInvoicesRec=Допълнителни атрибути (шаблони на фактури)
       ExtraFieldsSupplierOrders=Complementary attributes (orders)
       ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
       ExtraFieldsProject=Complementary attributes (projects)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Внимание, на някои системи Linux, за да изпратите имейл от електронната си поща, Sendmail изпълнение настройка трябва conatins опция-ба (параметър mail.force_extra_parameters във вашия php.ini файл). Ако някои получатели никога не получават имейли, опитайте се да редактирате тази PHP параметър с mail.force_extra_parameters = ба).
       PathToDocuments=Път до документи
       PathDirectory=Директория
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      -TranslationSetup=Setup of translation
      -TranslationKeySearch=Search a translation key or string
      -TranslationOverwriteKey=Overwrite a translation string
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
      +TranslationSetup=Настройване на превода
      +TranslationKeySearch=Търсете ключ за превод или стойност
      +TranslationOverwriteKey=Презапишете стойността за превода
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      -TranslationString=Translation string
      -CurrentTranslationString=Current translation string
      -WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
      -NewTranslationStringToShow=New translation string to show
      -OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      -TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
      +TranslationString=Превод на стойността
      +CurrentTranslationString=Настояща стойност на превода
      +WarningAtLeastKeyOrTranslationRequired=Критерият за търсене е необходим най-малко за ключ или стойност на превода
      +NewTranslationStringToShow=Нова преведена стойност, която да се показва
      +OriginalValueWas=Оригиналния превод е презаписан. Първоначалната стойност е: <br> <br> %s
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
      +TotalNumberOfActivatedModules=Активирани приложения / модули: <b> %s </b> / <b> %s </b>
       YouMustEnableOneModule=Трябва да даде възможност на най-малко 1 модул
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Върнете парола, генерирана в съответствие с вътрешен алгоритъм Dolibarr: 8 символа, съдържащи общи цифри и символи с малки.
      -PasswordGenerationNone=Без предлагане на всякакви генерирани пароли. Паролата трябва да се въвежда ръчно.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Връщане на парола съответно вашата лично определена конфигурация.
       SetupPerso=Съответно по вашата конфигурация
       PasswordPatternDesc=Описание на модел за парола
      @@ -1192,26 +1202,26 @@ DisableForgetPasswordLinkOnLogonPage=Да не се показват връзк
       UsersSetup=Потребители модул за настройка
       UserMailRequired=Задължително е въвеждането на имейл при създаване на нов потребител
       ##### HRM setup #####
      -HRMSetup=HRM module setup
      +HRMSetup=Настройка на модула за УЧР
       ##### Company setup #####
       CompanySetup=Фирми модул за настройка
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
      -NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Документи шаблони
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +NotificationsDescUser=* на потребители, по един потребител след друг.
      +NotificationsDescContact=* за контакти на контрагенти (клиенти или доставчици), по един контакт след друг.
      +NotificationsDescGlobal=* или по зададете глобални целеви имейли в страницата за настройка на модули.
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Воден знак върху проект на документ
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Професионална Id уникален
      -MustBeUnique=Must be unique?
      -MustBeMandatory=Mandatory to create third parties?
      -MustBeInvoiceMandatory=Mandatory to validate invoices?
      -TechnicalServicesProvided=Technical services provided
      +CompanyIdProfChecker=Rules for Professional IDs
      +MustBeUnique=Трябва да е уникално?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
      +MustBeInvoiceMandatory=Задължително да валидирате фактурите?
      +TechnicalServicesProvided=Технически услуги предоставени 
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=За износ на линк към <b>%s</b> формат е на разположение на следния линк: %s
      @@ -1219,7 +1229,8 @@ WebCalUrlForVCalExport=За износ на линк към <b>%s</b> форма
       BillsSetup=Фактури модул за настройка
       BillsNumberingModule=Фактури и кредитни известия, номериране модул
       BillsPDFModules=Фактура модели документи
      -PaymentsPDFModules=Payment documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
      +PaymentsPDFModules=Модели на платежни документи
       CreditNote=Кредитно известие
       CreditNotes=Кредитни известия
       ForceInvoiceDate=Принудително датата на фактурата датата на валидиране
      @@ -1230,7 +1241,7 @@ FreeLegalTextOnInvoices=Свободен текст на фактури
       WatermarkOnDraftInvoices=Watermark on draft invoices (none if empty)
       PaymentsNumberingModule=Модел на номериране на плащания
       SuppliersPayment=Плащания към доставчици
      -SupplierPaymentSetup=Suppliers payments setup
      +SupplierPaymentSetup=Настройка за плащанията на доставчиците
       ##### Proposals #####
       PropalSetup=Модул за настройка на търговски предложения
       ProposalsNumberingModules=Търговско предложение за номериране на модули
      @@ -1239,10 +1250,10 @@ FreeLegalTextOnProposal=Свободен текст на търговски пр
       WatermarkOnDraftProposal=Watermark on draft commercial proposals (none if empty)
       BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Ask for bank account destination of proposal
       ##### SupplierProposal #####
      -SupplierProposalSetup=Price requests vendors module setup
      -SupplierProposalNumberingModules=Price requests vendors numbering models
      -SupplierProposalPDFModules=Price requests vendors documents models
      -FreeLegalTextOnSupplierProposal=Free text on price requests vendors
      +SupplierProposalSetup=Настройка на модула запитване за цена към доставчик
      +SupplierProposalNumberingModules=Запитване за цена към доставчик, модел на номерация.
      +SupplierProposalPDFModules=Запитване за цена към доставчик, модел на документа
      +FreeLegalTextOnSupplierProposal=Свободен текст за запитването за цена към доставчик
       WatermarkOnDraftSupplierProposal=Watermark on draft price requests vendors (none if empty)
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Ask for bank account destination of price request
       WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Питане за Складов източник за поръчка
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Управление на Login за всеки член
       AdherentMailRequired=Задължително е въвеждането на имейл при създаване на нов член
       MemberSendInformationByMailByDefault=Checkbox да изпрати потвърждение поща на членовете (валидиране или нов абонамент) е включена по подразбиране
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Глобални параметри
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Синхронизация тест успешно
       LDAPSynchroKO=Неуспешно синхронизиране тест
      -LDAPSynchroKOMayBePermissions=Неуспешно синхронизиране тест. Уверете се, че свързването със сървъра е конфигуриран правилно и позволява LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP свърже с LDAP сървъра успешни (сървър = %s, Порт = %s)
       LDAPTCPConnectKO=TCP се свърже с LDAP сървъра не успя (Server = %s, Port = %s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Свързване / Authentificate LDAP сървъра се провали (сървър = %s, Port = %s, Admin = %s, парола = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP сървър, конфигуриран за версия 3
       LDAPSetupForVersion2=LDAP сървър, конфигуриран за версия 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Вход (самба, activedirectory)
       LDAPFieldLoginSambaExample=Пример: samaccountname
       LDAPFieldFullname=Пълното име
       LDAPFieldFullnameExample=Пример: cn
      -LDAPFieldPasswordNotCrypted=Паролата не криптирани
      -LDAPFieldPasswordCrypted=Парола криптирани
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Пример: userPassword
       LDAPFieldCommonNameExample=Пример: cn
       LDAPFieldName=Име
      @@ -1397,7 +1409,7 @@ LDAPFieldCompanyExample=Пример: о
       LDAPFieldSid=SID
       LDAPFieldSidExample=Пример: objectsid
       LDAPFieldEndLastSubscription=Дата на абонамент края
      -LDAPFieldTitle=Job position
      +LDAPFieldTitle=Длъжност
       LDAPFieldTitleExample=Example: title
       LDAPSetupNotComplete=LDAP настройка не е пълна (отидете на други раздели)
       LDAPNoUserOrPasswordProvidedAccessIsReadOnly=Не администратор или парола. LDAP достъп ще бъдат анонимни и в режим само за четене.
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Примерни стойности са предназначени за <b>OpenLDAP</b> със следните заредени схеми: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Ако използвате thoose ценности и OpenLDAP, променете LDAP <b>slapd.conf</b> конфигурационен файл, за да има всички thoose схеми натоварени.
       ForANonAnonymousAccess=За заверено достъп (достъп за писане например)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      -DefaultSearchFilters=Default search filters
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
      +DefaultSearchFilters=Филтри за търсене по подразбиране
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Настройка на модул Продукти
       ServiceSetup=Услуги модул за настройка
       ProductServiceSetup=Продукти и услуги модули за настройка
       NumberOfProductShowInSelect=Максимален брой продукти в комбинации изберете списъци (0 = без ограничение)
      -ViewProductDescInFormAbility=Визуализация на описания на продукти във формите (в противен случай като изскачащ прозорец подсказка)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Тип баркод по подразбиране за продукти
       SetDefaultBarcodeTypeThirdParties=Тип баркод по подразбиране за контрагенти
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Изпращане модул за настройка
       SendingsReceiptModel=Изпращане получаване модел
       SendingsNumberingModules=Sendings номериране модули
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Продукти доставки получаване номерацията модул
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Разширено редактор
       ActivateFCKeditor=Активирайте разширен редактор за:
       FCKeditorForCompany=WYSIWIG създаване / редактиране на елементи на описание и бележка (с изключение на продукти / услуги)
       FCKeditorForProduct=WYSIWIG създаване / редактиране на продукти / услуги описание и бележка
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG създаване / редактиране на писма
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Връзка успял, но базата данни не изглежда да бъде една база данни на OSCommerce (Ключови %s не е намерен в таблицата %s).
      -OSCommerceTestOk=Връзка към &quot;%s&quot; сървър на &quot;%s&quot; база данни с успешен потребителски %s.
      -OSCommerceTestKo1=Свързване към сървър &quot;%s успее, но база данни&quot; %s &quot;не може да бъде постигнато.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Връзка към сървъра &quot;%s&quot; с потребителя %s &quot;се провали.
       ##### Stock #####
      -StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +StockSetup=Настройка на модул за наличност
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Меню заличават
       Menus=Менюта
      @@ -1548,7 +1561,7 @@ DetailRight=Условие, за да се покаже неразрешени 
       DetailLangs=Lang името на файла за превод на етикета код
       DetailUser=Intern / EXTERN /
       Target=Цел
      -DetailTarget=Цел за връзки (_blank върха отвори в нов прозорец)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1: горното меню, 0: хедър, меню&gt; 0 меню и подменю)
       ModifMenu=Меню промяна
       DeleteMenu=Изтриване на елемент от менюто
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=Се дължи ДДС: <br> - При доставка на
       OptionVatDebitOptionDesc=Се дължи ДДС: <br> - При доставка на стоки (ние използваме датата на фактурата) <br> - По фактура (дебитно) за услуги
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=При доставка
       OnPayment=На плащане
       OnInvoice=На фактура
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Събития и натъкмяване на дневен ред модул
       PasswordTogetVCalExport=, За да разреши износ връзка
       PastDelayVCalExport=Не изнася случай по-стари от
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
      -AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
      +AGENDA_SHOW_LINKED_OBJECT=Показване на свързания обект в изгледа на дневния ред
       ##### Clicktodial #####
       ClickToDialSetup=Кликнете, за да наберете настройка модул
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Този модул позволява телефонните номера да могат да се кликват. Кликване върху тази икона ще предизвика вашият телефон да набере телефонния номер. Това може да бъде използвано за обаждане към кол център система, която може да набере телефония номер на SIP система например.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Използвайте този метод ако вашите потребители имат софт-телефон или софтуерен интерфейс на същия компютър, на който е браузера, и повиквани с клик на линк във вашия браузер, който започва с "tel:". Ако се нуждаете от пълно сървърно решение (без нужда за локална софтуерна инсталация), трябва да зададете на това "Не" или да попълните следващото поле.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Точка на продажбите
       CashDeskSetup=Точка на продажбите модул за настройка
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Акаунт по подразбиране да се използва за получаване на парични плащания
       CashDeskBankAccountForCheque= Акаунт по подразбиране да се използва за получаване на плащания с чек
       CashDeskBankAccountForCB= Акаунт по подразбиране да се използва за получаване на парични плащания с кредитни карти
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 настройка модул
      -BookmarkDesc=Този модул ви позволява да управлявате отметките. Можете да добавяте преки пътища към страници на Dolibarr или външни уеб сайтове в лявото меню.
      +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.
       NbOfBoomarkToShow=Максимален брой отметки, които да се показват в лявото меню
       ##### WebServices #####
       WebServicesSetup=WebServices модул за настройка
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-модул за настройка компания
       ##### Suppliers #####
       SuppliersSetup=Настройка доставчик модул
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,17 +1667,17 @@ ProjectsSetup=Инсталационния проект модул
       ProjectsModelModule=Проект доклади документ модел
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
      -AccountingPeriods=Accounting periods
      +AccountingPeriods=Счетоводни периоди
       AccountingPeriodCard=Accounting period
      -NewFiscalYear=New accounting period
      -OpenFiscalYear=Open accounting period
      -CloseFiscalYear=Close accounting period
      -DeleteFiscalYear=Delete accounting period
      -ConfirmDeleteFiscalYear=Are you sure to delete this accounting period?
      -ShowFiscalYear=Show accounting period
      +NewFiscalYear=Нов счетоводен период
      +OpenFiscalYear=Отворен счетоводен период
      +CloseFiscalYear=Затворен счетоводен период
      +DeleteFiscalYear=Изтри счетоводен период
      +ConfirmDeleteFiscalYear=Сигурни ли сте че искате да изтриете този счетоводен период?
      +ShowFiscalYear=Покажи счетоводен период
       AlwaysEditable=Can always be edited
       MAIN_APPLICATION_TITLE=Force visible name of application (warning: setting your own name here may break autofill login feature when using DoliDroid mobile application)
       NbMajMin=Minimum number of uppercase characters
      @@ -1684,11 +1697,11 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
       ExpenseReportNumberingModules=Expense reports numbering module
       NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
       YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for EMail notifications by enabling and configuring the module "Notification".
      -ListOfNotificationsPerUser=List of notifications per user*
      -ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
      +ListOfNotificationsPerUser=Списък на известията за потребител *
      +ListOfNotificationsPerUserOrContact=Списък на известията по потребител * или по контакт **
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,13 +1710,14 @@ 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=Цвят за подчертаване на линията, когато мишката мине отгоре (оставете празно за без подчертаване)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=Цвят на връзките
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
       NotSupportedByAllThemes=Will works with core themes, may not be supported by external themes
       BackgroundColor=Background color
       TopMenuBackgroundColor=Background color for Top menu
      -TopMenuDisableImages=Hide images in Top menu
      +TopMenuDisableImages=Скриване на изображения в горното меню
       LeftMenuBackgroundColor=Background color for Left menu
       BackgroundTableTitleColor=Background color for Table title line
       BackgroundTableTitleTextColor=Text color for Table title line
      @@ -1712,92 +1726,123 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      -VisibleEverywhere=Visible everywhere
      -VisibleNowhere=Visible nowhere
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
      +VisibleEverywhere=Вижда се навсякъде
      +VisibleNowhere=Вижда се никъде
       FixTZ=TimeZone fix
       FillFixTZOnlyIfRequired=Example: +2 (fill only if problem experienced)
       ExpectedChecksum=Expected Checksum
       CurrentChecksum=Current Checksum
      -ForcedConstants=Required constant values
      +ForcedConstants=Изисква постоянни стойности
       MailToSendProposal=Клиентски предложения
       MailToSendOrder=Клиентски поръчки
       MailToSendInvoice=Клиентски фактури
       MailToSendShipment=Превозите
       MailToSendIntervention=Намеси
      -MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierRequestForQuotation=Запитване за оферта
      +MailToSendSupplierOrder=Поръчка
      +MailToSendSupplierInvoice=Фактури на доставчик
       MailToSendContract=Договори
       MailToThirdparty=Контрагенти
       MailToMember=Членове
       MailToUser=Потребители
      -MailToProject=Projects page
      +MailToProject=Страници на проектите
       ByDefaultInList=Показване по подразбиране при показа на списък
      -YouUseLastStableVersion=You use the latest stable version
      +YouUseLastStableVersion=Използвате последната стабилна версия
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=Когато опция "Няколко нива за цени на продукт/услуга" е активирана, можете да определите различни цени (по една на ниво) за всеки продукт. За да спестите време, можете да въведете правило тук да имате цена за всяко ниво автоматично изчислена спрямо цената на първо ниво, така ще трябва да въведете само цена за първо ниво на всеки продукт. Тази страница, за да пести времето ви и може да бъде полезна само ако вашите цени за всяко ниво са относителни спрямо първото ниво. Можете да игнорирате тази страница в повечето случаи.
      -ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
      +ModelModulesProduct=Шаблони на документите за продуктите
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
      -AllPublishers=All publishers
      -UnknownPublishers=Unknown publishers
      -AddRemoveTabs=Add or remove tabs
      -AddDataTables=Add object tables
      -AddDictionaries=Add dictionaries tables
      -AddData=Add objects or dictionaries data
      -AddBoxes=Add widgets
      -AddSheduledJobs=Add scheduled jobs
      -AddHooks=Add hooks
      -AddTriggers=Add triggers
      -AddMenus=Add menus
      -AddPermissions=Add permissions
      -AddExportProfiles=Add export profiles
      -AddImportProfiles=Add import profiles
      -AddOtherPagesOrServices=Add other pages or services
      +AllPublishers=Всички издатели
      +UnknownPublishers=Неизвестни издатели
      +AddRemoveTabs=Добавяне или премахване на раздели
      +AddDataTables=Добавяне на таблици на обекти
      +AddDictionaries=Добавете таблици с речници
      +AddData=Добавете данни за обекти или речници
      +AddBoxes=Добавете джаджи
      +AddSheduledJobs=Добавете насрочени работи
      +AddHooks=Добавете куки
      +AddTriggers=Добавете тригери
      +AddMenus=Добавете менюта
      +AddPermissions=Добавете права
      +AddExportProfiles=Добавете профили за експортиране
      +AddImportProfiles=Добавете профили за импортиране
      +AddOtherPagesOrServices=Добавете други страници или услуги
       AddModels=Add document or numbering templates
      -AddSubstitutions=Add keys substitutions
      -DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +AddSubstitutions=Добавете замествания на клавиши
      +DetectionNotPossible=Откриването не е възможно
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      -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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      -MAIN_PDF_MARGIN_LEFT=Left margin on PDF
      -MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
      -MAIN_PDF_MARGIN_TOP=Top margin on PDF
      -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      -SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
      -EnterCalculationRuleIfPreviousFieldIsYes=Enter calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      -SeveralLangugeVariatFound=Several language variants found
      -COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
      +UserHasNoPermissions=This user has no permissions defined
      +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=Референтна валута на компанията (влезте в настройката на компанията, за да промените това)
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
      +MAIN_PDF_MARGIN_LEFT=Лява граница в PDF
      +MAIN_PDF_MARGIN_RIGHT=Дясна граница в PDF
      +MAIN_PDF_MARGIN_TOP=Горна граница в PDF
      +MAIN_PDF_MARGIN_BOTTOM=Долна граница в PDF
      +NothingToSetup=There is no specific setup to do for this module.
      +SetToYesIfGroupIsComputationOfOtherGroups=Задайте това да, ако тази група е съвкупност от други групи
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +SeveralLangugeVariatFound=Намерени са няколко езикови варианта
      +COMPANY_AQUARIUM_REMOVE_SPECIAL=Премахнете специалните символи
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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=Само на малък екран (смартфон)
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/bg_BG/companies.lang b/htdocs/langs/bg_BG/companies.lang
      index d67da39c23a..c1b438f6d77 100644
      --- a/htdocs/langs/bg_BG/companies.lang
      +++ b/htdocs/langs/bg_BG/companies.lang
      @@ -2,19 +2,19 @@
       ErrorCompanyNameAlreadyExists=Името на фирмата %s вече съществува. Изберете друго.
       ErrorSetACountryFirst=Първо задайте държава
       SelectThirdParty=Изберете контрагент
      -ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
      +ConfirmDeleteCompany=Сигурни ли сте че искате да изтриете тази компания и цялата наследена информация?
       DeleteContact=Изтриване на контакт/адрес
      -ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Нов контрагент
      -MenuNewCustomer=Нов клиент
      -MenuNewProspect=Нов потенциален
      -MenuNewSupplier=New vendor
      +ConfirmDeleteContact=Сигурни ли сте че искате да изтриете този контакт и цялата наследена информация?
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Ново физическо лице
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Нова компания (перспектива, клиент, доставчик)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Създаване на контрагент (доставчик)
       CreateThirdPartyOnly=Създаване контрагент
      -CreateThirdPartyAndContact=Create a third party + a child contact
      +CreateThirdPartyAndContact=Създайте контакт на контрагент + дете
       ProspectionArea=Област потенциални
       IdThirdParty=ID на контрагент
       IdCompany=ID на фирма
      @@ -25,39 +25,39 @@ ThirdPartyContact=Контакт/адрес на контрагент
       Company=Фирма
       CompanyName=Име на фирмата
       AliasNames=Друго име (търговско, марка, ...)
      -AliasNameShort=Друго име
      +AliasNameShort=Alias Name
       Companies=Фирми
      -CountryIsInEEC=Държавата е част от Европейската икономическа общност
      -ThirdPartyName=Име на контрагент
      -ThirdPartyEmail=Third party email
      -ThirdParty=Контрагент
      -ThirdParties=Контрагенти
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
      +ThirdPartyEmail=Имейл на контрагент
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Потенциални
       ThirdPartyProspectsStats=Потенциални
       ThirdPartyCustomers=Клиенти
       ThirdPartyCustomersStats=Клиенти
       ThirdPartyCustomersWithIdProf12=Клиентите с %s или %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Вид на контрагент
      +ThirdPartySuppliers=Доставчици
      +ThirdPartyType=Type of company
       Individual=Частно лице
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Фирма майка
       Subsidiaries=Филиали
      -ReportByMonth=Report by month
      -ReportByCustomers=Report by customer
      +ReportByMonth=Отчет по месец
      +ReportByCustomers=Отчет по клиент
       ReportByQuarter=Отчет по оценка
       CivilityCode=Граждански код
       RegisteredOffice=Седалище
       Lastname=Фамилия
       Firstname=Собствено име
      -PostOrFunction=Job position
      +PostOrFunction=Длъжност
       UserTitle=Звание
      -NatureOfThirdParty=Nature of Third party
      +NatureOfThirdParty=Същност контрагента
       Address=Адрес
       State=Област
      -StateShort=State
      +StateShort=Състояние
       Region=Регион
      -Region-State=Region - State
      +Region-State=Регион - Държава
       Country=Държава
       CountryCode=Код на държавата
       CountryId=ID на държава
      @@ -69,20 +69,20 @@ Chat=Чат
       PhonePro=Сл. телефон
       PhonePerso=Дом. телефон
       PhoneMobile=Моб. телефон
      -No_Email=Refuse mass e-mailings
      +No_Email=Отхвърляне на масови електронни писма
       Fax=Факс
       Zip=Пощенски код
       Town=Град
       Web=Уеб
       Poste= Позиция
      -DefaultLang=Език по подразбиране
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      -CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      -PaymentBankAccount=Payment bank account
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=Данъкът върху продажбите не се използва
      +CopyAddressFromSoc=Попълнете адрес на контрагента
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Контрагента е нито клиент, нито доставчик, отстъпки не са на разположение
      +PaymentBankAccount=Разплащателна банкова сметка
       OverAllProposals=Предложения
       OverAllOrders=Поръчки
       OverAllInvoices=Фактури
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=RE тип
       TypeLocaltax2ES=IRPF тип
       WrongCustomerCode=Невалиден код на клиент
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Кодът на доставчика е невалиден
       CustomerCodeModel=Образец на код на клиент
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Модел на код на доставчик
       Gencod=Бар код
       ##### Professional ID #####
       ProfId1Short=Проф. номер 1
      @@ -258,8 +258,8 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      -VATIntraShort=Tax ID
      +VATIntra=Sales Tax/VAT ID
      +VATIntraShort=ДДС номер
       VATIntraSyntaxIsValid=Синтаксиса е валиден
       VATReturn=VAT return
       ProspectCustomer=Потенциален / Клиент
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Този клиент има по подразбир
       CompanyHasNoRelativeDiscount=Този клиент няма относителна отстъпка по подразбиране
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Този клиент все още има кредити за <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Няма
      -Supplier=Доставчик
      +Supplier=Vendor
       AddContact=Създай контакт
       AddContactAddress=Създй контакт/адрес
       EditContact=Редактиране на контакт
      @@ -295,7 +295,7 @@ EditContactAddress=Редактиране на контакт/адрес
       Contact=Контакт
       ContactId=Contact id
       ContactsAddresses=Контакти/Адреси
      -FromContactName=Name:
      +FromContactName=Име:
       NoContactDefinedForThirdParty=Няма зададен контакт за тази контрагент
       NoContactDefined=Няма зададен контакт
       DefaultContact=Контакт/адрес по подразбиране
      @@ -303,50 +303,50 @@ AddThirdParty=Създаване контрагент
       DeleteACompany=Изтриване на фирма
       PersonalInformations=Лични данни
       AccountancyCode=Accounting account
      -CustomerCode=Код на клиент
      -SupplierCode=Vendor code
      -CustomerCodeShort=Код на клиента
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Потребителски код, уникален за всички клиенти
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Изисква се, ако контрагентът е клиент или потенциален
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Валидност контролирана от модул
      -ThisIsModuleRules=Това са правила за този модул
      +RequiredIfSupplier=Изисква се, ако контрагента е доставчик
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Потенциален за контакт
       CompanyDeleted=Фирма "%s" е изтрита от базата данни.
       ListOfContacts=Списък на контакти/адреси
       ListOfContactsAddresses=Списък на контакти/адреси
      -ListOfThirdParties=Списък на контрагенти
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Покажи контакт
       ContactsAllShort=Всички (без филтър)
       ContactType=Тип на контакт
       ContactForOrders=Контакт за поръчката
      -ContactForOrdersOrShipments=Order's or shipment's contact
      +ContactForOrdersOrShipments=Контакт за поръчки и пратки
       ContactForProposals=Контакт за предложение
       ContactForContracts=Контакт за договор
       ContactForInvoices=Контакт за фактура
       NoContactForAnyOrder=Този контакт не е контакт за поръчка
      -NoContactForAnyOrderOrShipments=This contact is not a contact for any order or shipment
      +NoContactForAnyOrderOrShipments=Този контакт не е контакт за поръчка или пратка
       NoContactForAnyProposal=Този контакт не е контакт за търговско предложение
       NoContactForAnyContract=Този контакт не е контакт за договор
       NoContactForAnyInvoice=Този контакт не е контакт за фактура
       NewContact=Нов контакт
      -NewContactAddress=Нов контакт/адрес
      +NewContactAddress=New Contact/Address
       MyContacts=Моите контакти
       Capital=Капитал
       CapitalOf=Столица на %s
       EditCompany=Редактиране на фирма
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Проверка
      -VATIntraCheckDesc=Връзката <b>%s</b> позволява да се попита Европейската служба за проверка на ДДС. Външен достъп до интернет от сървъра се изисква за тази услуга, за да работи.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Проверете Intracomunnautary VAT на сайта на Европейската комисия
      -VATIntraManualCheck=Можете също да проверите ръчно на европейския уеб сайт <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Проверката не е възможнао. Услугата не се предоставя от държавата-членка (%s).
      -NorProspectNorCustomer=Нито потенциален, нито клиент
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Персонал
       ProspectLevelShort=Потенциален
       ProspectLevel=Потенциален
      @@ -387,48 +387,48 @@ ExportCardToFormat=Износна карта формат
       ContactNotLinkedToCompany=Контактът не е свързан с никой контрагент
       DolibarrLogin=Dolibarr вход
       NoDolibarrAccess=Няма Dolibarr достъп
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Контакти и свойства
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Ценово ниво
       DeliveryAddress=Адрес за доставка
       AddAddress=Добавяне на адрес
      -SupplierCategory=Vendor category
      -JuridicalStatus200=Independent
      +SupplierCategory=Категория доставчик
      +JuridicalStatus200=Независим
       DeleteFile=Изтриване на файл
       ConfirmDeleteFile=Сигурен ли сте, че искате да изтриете този файл?
      -AllocateCommercial=Assigned to sales representative
      +AllocateCommercial=Назначен за търговски представител
       Organization=Организация
      -FiscalYearInformation=Информация за фискалната година
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Начален месец на фискалната година
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      -YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Списък на потенциални
      -ListCustomersShort=Списък на клиенти
      -ThirdPartiesArea=Контрагенти и контакти
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Общо уникални контрагенти
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
      +YouMustCreateContactFirst=За да можете да добавяте известия по имейл, първо трябва да определите контакти с валидни имейли за контрагента
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Отворено
       ActivityCeased=Затворен
      -ThirdPartyIsClosed=Third party is closed
      +ThirdPartyIsClosed=Контрагента е затворена
       ProductsIntoElements=Списък на продуктите/услугите в %s
       CurrentOutstandingBill=Текуща висяща сметка
       OutstandingBill=Макс. за висяща сметка
      -OutstandingBillReached=Max. for outstanding bill reached
      -OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +OutstandingBillReached=Макс. кредитен лимит
      +OrderMinAmount=Минимална сума за поръчка
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Кодът е безплатен. Този код може да бъде променен по всяко време.
       ManagingDirectors=Име на управител(и) (гл. изп. директор, директор, президент...)
       MergeOriginThirdparty=Дублиращ контрагент (контрагентът, който искате да изтриете)
       MergeThirdparties=Сливане на контрагенти
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
      +ThirdpartiesMergeSuccess=Контрагентите са обединени
       SaleRepresentativeLogin=Login of sales representative
      -SaleRepresentativeFirstname=First name of sales representative
      -SaleRepresentativeLastname=Last name of sales representative
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +SaleRepresentativeFirstname=Име на търговски представител
      +SaleRepresentativeLastname=Фамилно име на търговския представител
      +ErrorThirdpartiesMerge=При изтриването на контрагента възникна грешка. Моля, проверете дневника. Промените са възстановени.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/bg_BG/errors.lang b/htdocs/langs/bg_BG/errors.lang
      index 7e5702e9aed..2c766d84098 100644
      --- a/htdocs/langs/bg_BG/errors.lang
      +++ b/htdocs/langs/bg_BG/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=&quot;%s&quot; Стойност има грешна дата
       ErrorWrongDate=Датата не е правилна!
       ErrorFailedToWriteInDir=Неуспех при запис в директорията %s
       ErrorFoundBadEmailInFile=Намерени неправилен синтаксис имейл за %s линии във файла (%s например съответствие с имейл = %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Някои задължителни полета не са запълнени.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Неуспешно създаване на директория. Уверете се, че уеб сървър потребител има разрешение да пишат в Dolibarr документи. Ако параметър <b>safe_mode</b> е разрешен в тази PHP, проверете дали Dolibarr PHP файлове притежава за потребителя на уеб сървъра (или група).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Моля попълнете стойност за сп
       ErrorNoValueForCheckBoxType=Моля попълнете стойност за списък отметки
       ErrorNoValueForRadioType=Моля попълнете стойност за списък радио бутони
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Полеви <b>%s,</b> не трябва да съдържа специални знаци.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Поле <b>%s</b> не трябва да съдържа специални символи, нито главни букви и не може да съдържа само цифри.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Не е активиран модула Счетоводство
       ErrorExportDuplicateProfil=Това име на профил вече съществува за този експортен набор.
       ErrorLDAPSetupNotComplete=Dolibarr LDAP съвпадение не е пълна.
       ErrorLDAPMakeManualTest=. LDIF файл е генериран в директорията %s. Опитайте се да го заредите ръчно от командния ред, за да има повече информация за грешките,.
      -ErrorCantSaveADoneUserWithZeroPercentage=Не може да се запази действието с &quot;статут не е започнал&quot;, ако поле &quot;, направено от&quot; е пълен.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref използван за създаване вече съществува.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Не може да изтрие запис. Той вече е използван или включен в друг обект.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript не трябва да бъдат хората с увреждания да имат тази функция. За да включите / изключите Javascript, отидете в менюто Начало-> Setup-> Display.
       ErrorPasswordsMustMatch=Двете машинописни пароли трябва да съвпадат помежду си
      -ErrorContactEMail=Техническа грешка. Моля, свържете се с администратора след имейл <b>%s</b> EN предоставят на <b>%s</b> код на грешка в съобщението си, или още по-добре чрез добавяне на екран копие на тази страница.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Грешна стойност за номер на полето <b>%s (&quot;%s&quot;</b> стойността не съответства на регулярни изрази върховенството <b>%s)</b>
       ErrorFieldValueNotIn=Грешна стойност за поле номер <b>%s</b> (стойността '<b>%s</b>' не е налична стойност в поле <b>%s</b> на таблицата <b>%s</b>)
       ErrorFieldRefNotIn=Грешна стойност за номер на полето <b>%s (&quot;%s</b> стойност не е <b>%s</b> съществуващия код)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Антивирусна програма не е в
       ErrorSpecialCharNotAllowedForField=Специални знаци не са разрешени за полето &quot;%s&quot;
       ErrorNumRefModel=Позоваване съществува в база данни (%s) и не е съвместим с това правило за номериране. Премахване на запис или преименува препратка към активира този модул.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Грешка на маска
       ErrorBadMaskFailedToLocatePosOfSequence=Грешка, маска без поредния номер
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Грешка, неправилна стойност за
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Броячът трябва да има повече от 3 цифри
       ErrorSelectAtLeastOne=Грешка. Изберете поне един запис.
      -ErrorDeleteNotPossibleLineIsConsolidated=Ненужното не е възможно, тъй като записът е свързана с банкова transation, че е conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s се възлага на друга трета
       ErrorFailedToSendPassword=Не може да се изпрати парола
       ErrorFailedToLoadRSSFile=Не успее да получи RSS Feed. Опитайте се да добавите постоянно MAIN_SIMPLEXMLLOAD_DEBUG ако съобщения за грешки не предоставя достатъчно информация.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Потребителя <b>%s</b> не е намерен.
       ErrorLoginHasNoEmail=Този потребител няма имейл адрес. Процес прекратено.
       ErrorBadValueForCode=Неправилна стойност за код за сигурност. Опитайте отново с нова стойност ...
       ErrorBothFieldCantBeNegative=Полетата %s и %s не може да бъде едновременно отрицателен
      +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=Количество за ред в клиентска фактура не може да бъде отрицателно
       ErrorWebServerUserHasNotPermission=Потребителски акаунт <b>%s</b> използват за извършване на уеб сървър не разполага с разрешение за това
       ErrorNoActivatedBarcode=Не е тип баркод активира
      @@ -138,7 +141,7 @@ ErrorBadFormat=Неправилен формат!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Грешка, има някои доставки свързани към тази пратка. Изтриването е отказано.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Не може да се изтрие плащане споделено от поне една фактура със статус Платена
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Не може да се зададе стойност на константа '%s'
       ErrorPriceExpression2=Не може да се предефинира вградена функция '%s'
       ErrorPriceExpression3=Недефинирана променлива '%s' в дефиницията на функцията
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Неочакван '%s'
       ErrorPriceExpression6=Грешен брой на аргументите (%s са подадени, %s се очакват)
       ErrorPriceExpression8=Неочакван оператор '%s'
       ErrorPriceExpression9=Неочаквана грешка се появи
      -ErrorPriceExpression10=Липсва операнд за оператор '%s'
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Очаква се '%s'
       ErrorPriceExpression14=Деление на нула
       ErrorPriceExpression17=Недефинирана променлива '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP клиента се повреди с греш
       ErrorGlobalVariableUpdater5=Няма избрана глобална променлива
       ErrorFieldMustBeANumeric=Поле <b>%s</b> трябва да бъде числена стойност
       ErrorMandatoryParametersNotProvided=Задължителен параметър(и) не е даден
      -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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Парола е зададено за този член. Обаче, няма създаден потребителски акаунт. Следователно тази парола е записана, но не може да бъде използвана за влизане в Dolibarr. Може да бъде използвана от външен модул/интерфейс, но ако нямате нужда да определите нито потребителско име нито парола за член, можете да деактивирате тази опция. Ако имате нужда да управлявате потребителско име, но нямата нужда от парола, можете да оставите това поле празно, за да избегнете това предупреждение. Забележка: Имейл също може да бъде използван като потребителско име ако члена с свързан към потребител.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Отметка с настоящия дял, или
       WarningPassIsEmpty=Внимание, парола за базата данни е празен. Това е дупка в сигурността. Вие трябва да добавите парола за достъп до вашата база данни и промените conf.php файл, за да се отрази това.
       WarningConfFileMustBeReadOnly=Внимание, конфигурационния файл <b>(htdocs / CONF / conf.php)</b> може да бъде заменена от уеб сървъра. Това е сериозна дупка в сигурността. Промяна на разрешения на файл, за да бъде в режим само за четене на потребителя на операционната система, използвани от уеб сървър. Ако използвате Windows и FAT формат за вашия диск, вие трябва да знаете, че тази файлова система не позволява да добавите разрешения на файл, така че не може да бъде напълно безопасен.
       WarningsOnXLines=Предупреждения върху <b>%s</b> линии източници
      -WarningNoDocumentModelActivated=Няма модел, за генерирането на документацията, е бил активиран. Модел ще бъде избра по подразбиране, докато не се провери настройката на модула.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Внимание, след Настройката е приключена, трябва да изключите инсталиране / мигрират инструменти чрез добавяне на файл <b>install.lock</b> в директорията <b>%s.</b> Липсва този файл е дупка в сигурността.
      -WarningUntilDirRemoved=Всички предупреждения относно защитата (видими само от администратори) ще остане активен, докато уязвимост е (или се добавя, че постоянното MAIN_REMOVE_INSTALL_WARNING в Setup-> настройка).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Внимание, затваряне се прави, дори ако сумата се различава между източника и целеви елементи. Активирайте тази функция с повишено внимание.
       WarningUsingThisBoxSlowDown=Предупреждение, използвайки това поле сериозно забавя всички страници, които го показват.
       WarningClickToDialUserSetupNotComplete=Настройките на информацията за ClickToDial за вашия потребител са непълни (вижте таб ClickToDial във вашата потребителска карта).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Прекалено много инфор
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/bg_BG/interventions.lang b/htdocs/langs/bg_BG/interventions.lang
      index 23e38911ec7..4d30acac5de 100644
      --- a/htdocs/langs/bg_BG/interventions.lang
      +++ b/htdocs/langs/bg_BG/interventions.lang
      @@ -4,9 +4,10 @@ Interventions=Интервенциите
       InterventionCard=Интервенция карта
       NewIntervention=Нов намеса
       AddIntervention=Създаване на намеса
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Списък на интервенциите
       ActionsOnFicheInter=Действия на интервенцията
      -LastInterventions=Latest %s interventions
      +LastInterventions=Последни %s намеси
       AllInterventions=Всички интервенции
       CreateDraftIntervention=Създаване на проект
       InterventionContact=Интервенция контакт
      @@ -14,12 +15,12 @@ DeleteIntervention=Изтриване на интервенция
       ValidateIntervention=Проверка на интервенция
       ModifyIntervention=Промяна на интервенция
       DeleteInterventionLine=Изтрий ред намеса
      -CloneIntervention=Clone intervention
      -ConfirmDeleteIntervention=Are you sure you want to delete this intervention?
      +CloneIntervention=Клонирай интервенцията
      +ConfirmDeleteIntervention=Наистина ли искате да изтриете тази интервенция?
       ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      -ConfirmModifyIntervention=Are you sure you want to modify this intervention?
      -ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line?
      -ConfirmCloneIntervention=Are you sure you want to clone this intervention?
      +ConfirmModifyIntervention=Сигурни ли сте че искате да промените тази интервенция
      +ConfirmDeleteInterventionLine=Сигурни ли сте че искате да изтриете този ред от интервенцията
      +ConfirmCloneIntervention=Сигурни ли сте че искате да клонирате тази интервенция
       NameAndSignatureOfInternalContact=Име и подпис на намеса:
       NameAndSignatureOfExternalContact=Име и подпис на клиента:
       DocumentModelStandard=Стандартен документ модел за интервенции
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/bg_BG/main.lang b/htdocs/langs/bg_BG/main.lang
      index e5fc395ca51..91e808cabfe 100644
      --- a/htdocs/langs/bg_BG/main.lang
      +++ b/htdocs/langs/bg_BG/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Неуспешно изпращане на имейл (п
       ErrorFileNotUploaded=Файлът не беше качен. Уверете се, че размерът му не надвишава максимално допустимия, че е на разположение свободно пространство на диска и че няма файл със същото име в тази директория.
       ErrorInternalErrorDetected=Открита е грешка
       ErrorWrongHostParameter=Неправилен параметър на сървъра
      -ErrorYourCountryIsNotDefined=Вашата държава не е зададена. Отидете на Начало-Настройки-Промяна, за да я зададете.
      -ErrorRecordIsUsedByChild=Не може да изтриете този запис. Той се използва в други записи.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Грешна стойност
       ErrorWrongValueForParameterX=Грешна стойност за параметър %s
       ErrorNoRequestInError=Няма грешна заявка
      -ErrorServiceUnavailableTryLater=Услугата не е налична в момента. Опитайте отново по-късно.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Дублиране в поле с уникални стойности
      -ErrorSomeErrorWereFoundRollbackIsDone=Открити са някои грешки. Промените са отменени.
      -ErrorConfigParameterNotDefined=Параметърът <b>%s</b> не е дефиниран в конфигурационния файл на Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Не е открит потребител <b>%s</b> в базата данни.
       ErrorNoVATRateDefinedForSellerCountry=Грешка, за държавата '%s' няма дефинирани ДДС ставки.
       ErrorNoSocialContributionForSellerCountry=Грешка, за държава '%s' няма дефинирани ставки за социални осигуровки.
       ErrorFailedToSaveFile=Грешка, неуспешно записване на файл.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Не сте упълномощен да правите това.
       SetDate=Настройка на дата
       SelectDate=Изберете дата
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Файлът е качен успешно
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Файлът е избран за прикачване, но все още не е качен. Кликнете върху &quot;Прикачи файл&quot;.
      -NbOfEntries=Брой записи
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Прочетете помощта
       RecordSaved=Записът е съхранен
      @@ -142,6 +142,7 @@ Closed=Затворен
       Closed2=Затворен
       NotClosed=Not closed
       Enabled=Включено
      +Enable=Активирайте
       Deprecated=Остаряло
       Disable=Изключи
       Disabled=Изключено
      @@ -153,7 +154,7 @@ Update=Актуализирай
       Close=Затвари
       CloseBox=Remove widget from your dashboard
       Confirm=Потвърди
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Изтриване
       Remove=Премахване
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Копиране
       Paste=Поставяне
       Default=По подразбиране
       DefaultValue=Стойност по подразбиране
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Цена
       PriceCurrency=Price (currency)
       UnitPrice=Единична цена
      @@ -335,7 +336,7 @@ UnitPriceHT=Единична цена (нето)
       UnitPriceHTCurrency=Unit price (net) (currency)
       UnitPriceTTC=Единична цена
       PriceU=Ед.ц.
      -PriceUHT=Ед.ц. (нето)
      +PriceUHT=Ед. ц. (нето)
       PriceUHTCurrency=U.P (currency)
       PriceUTTC=Ед.ц. (с данък)
       Amount=Сума
      @@ -347,7 +348,7 @@ AmountTTCShort=Сума (с данък)
       AmountHT=Сума (без данък)
       AmountTTC=Сума (с данък)
       AmountVAT=Сума на данък
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,9 +429,9 @@ ActionNotApplicable=Не се прилага
       ActionRunningNotStarted=За започване
       ActionRunningShort=In progress
       ActionDoneShort=Завършено
      -ActionUncomplete=Незавършено
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
      -CompanyFoundation=Company/Organization
      +CompanyFoundation=Компания / Организация
       Accountant=Accountant
       ContactsForCompany=Контакти за този контрагент
       ContactsAddressesForCompany=Контакти/адреси за този контрагент
      @@ -453,8 +454,8 @@ Generate=Генерирай
       Duration=Продължителност
       TotalDuration=Обща продължителност
       Summary=Резюме
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Налично
       NotYetAvailable=Все още не е налично
      @@ -468,7 +469,7 @@ and=и
       or=или
       Other=Друг
       Others=Други
      -OtherInformations=Друга информация
      +OtherInformations=Other information
       Quantity=Количество
       Qty=К-во
       ChangedBy=Променено от
      @@ -506,7 +507,7 @@ None=Няма
       NoneF=Няма
       NoneOrSeveral=None or several
       Late=Закъснели
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Снимка
       Photos=Снимки
      @@ -530,18 +531,6 @@ September=Септември
       October=Октомври
       November=Ноември
       December=Декември
      -JanuaryMin=Яну
      -FebruaryMin=Фев
      -MarchMin=Мар
      -AprilMin=Апр
      -MayMin=Май
      -JuneMin=Юни
      -JulyMin=Юли
      -AugustMin=Авг
      -SeptemberMin=Сеп
      -OctoberMin=Окт
      -NovemberMin=Ное
      -DecemberMin=Дек
       Month01=Януари
       Month02=Февруари
       Month03=Март
      @@ -646,6 +635,8 @@ SendMail=Изпращане на имейл
       EMail=Имейл
       NoEMail=Няма имейл
       Email=Имейл
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Няма мобилен телефон
       Owner=Собственик
       FollowingConstantsWillBeSubstituted=Следните константи ще бъдат заменени със съответната стойност.
      @@ -677,7 +668,7 @@ NeverReceived=Никога не получено
       Canceled=Отменен
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Цвят
       Documents=Свързани файлове
       Documents2=Документи
      @@ -716,15 +707,15 @@ Merge=Обединяване
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Показване на страница за печат само с основното съдържание
       MenuManager=Меню менажер
      -WarningYouAreInMaintenanceMode=Внимание, вие сте в режим на поддръжка, така че само вход <b>%s</b> се разрешава за използване приложение в момента.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Системна грешка
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Кредитна карта
       ValidatePayment=Валидирай плащане
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Полетата с <b>%s</b> са задължителни
      -FieldsWithIsForPublic=Полетата с <b>%s</b> се показват на публичен списък с членовете. Ако не искате това, отмаркирайте поле "публичен".
      -AccordingToGeoIPDatabase=(Според GeoIP конверсията)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Ред
       NotSupported=Не се поддържа
       RequiredField=Задължително поле
      @@ -732,6 +723,8 @@ Result=Резултат
       ToTest=Тест
       ValidateBefore=Картата трябва да бъде потвърдена, преди да използвате тази функция
       Visibility=Видимост
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Частен
       Hidden=Скрит
       Resources=Ресурси
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Създай чернова
       SetToDraft=Назад към черновата
       ClickToEdit=Кликнете, за да редактирате
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=По ден
       BySalesRepresentative=По търговски представител
       LinkedToSpecificUsers=Свързано с контакт на потребителя
       NoResults=Няма резултати
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Системни инструменти
       ModulesSystemTools=Модулни инструменти
       Test=Тест
       Element=Елемент
       NoPhotoYet=Все още няма налични снимки
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Удържаем
       from=от
       toward=към
      @@ -802,7 +797,7 @@ PrintFile=Печат на файл %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Покажи намеса
       ShowContract=Покажи договор
      -GoIntoSetupToChangeLogo=Отидете на Начало - Настройки - Фирма/Организация, за да промените логото или отидете на Начало - Настройки- Екран, за да го скриете.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Забрани
       Denied=Забранено
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Искрено
       DeleteLine=Изтриване на линия
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Класифицирай платени
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Календар
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Събития
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Проект
       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=Права
       LineNb=Line no.
       IncotermLabel=Инкотермс
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Понеделник
       Tuesday=Вторник
      @@ -918,24 +922,24 @@ SearchIntoProductsOrServices=Продукти или услуги
       SearchIntoProjects=Проекти
       SearchIntoTasks=Задачи
       SearchIntoCustomerInvoices=Клиентски фактури
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Фактури на доставчик
       SearchIntoCustomerOrders=Клиентски поръчки
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Поръчка
       SearchIntoCustomerProposals=Клиентски предложения
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Предложения на доставчик
       SearchIntoInterventions=Намеси
       SearchIntoContracts=Договори
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Опис разходи
      -SearchIntoLeaves=Отпуски
      +SearchIntoLeaves=Leave
       CommentLink=Коментари
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Всички
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Платен от
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Възложено на
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/bg_BG/other.lang b/htdocs/langs/bg_BG/other.lang
      index de2d12ca460..f663ddd9748 100644
      --- a/htdocs/langs/bg_BG/other.lang
      +++ b/htdocs/langs/bg_BG/other.lang
      @@ -1,21 +1,21 @@
       # Dolibarr language file - Source file is en_US - other
       SecurityCode=Код за сигурност
      -NumberingShort=N°
      +NumberingShort=№
       Tools=Инструменти
       TMenuTools=Инструменти
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Рожден ден
      -BirthdayDate=Birthday date
      +BirthdayDate=Рожден ден дата
       DateToBirth=Дата на раждане
       BirthdayAlertOn=Известяването за рожден ден е активно
       BirthdayAlertOff=Известяването за рожден ден е неактивно
      -TransKey=Translation of the key TransKey
      -MonthOfInvoice=Month (number 1-12) of invoice date
      -TextMonthOfInvoice=Month (text) of invoice date
      -PreviousMonthOfInvoice=Previous month (number 1-12) of invoice date
      +TransKey=Превод на ключа TransKey
      +MonthOfInvoice=Месец (номер 1-12) от датата на фактурата
      +TextMonthOfInvoice=Месец (текст) на датата на фактурата
      +PreviousMonthOfInvoice=Предишен месец (номер 1-12) от датата на фактурата
       TextPreviousMonthOfInvoice=Previous month (text) of invoice date
       NextMonthOfInvoice=Following month (number 1-12) of invoice date
      -TextNextMonthOfInvoice=Following month (text) of invoice date
      +TextNextMonthOfInvoice=Следващия месец (текст) на датата на фактурата
       ZipFileGeneratedInto=Zip file generated into <b>%s</b>.
       DocFileGeneratedInto=Doc file generated into <b>%s</b>.
       JumpToLogin=Disconnected. Go to login page...
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Съобщение на валидирана страница плащане връщане
       MessageKO=Съобщение за анулиране страница плащане връщане
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Интервенцията е валидирана
      -Notify_FICHINTER_SENTBYMAIL=Интервенцията е изпратена по пощата
       Notify_ORDER_VALIDATE=Поръчка от клиент е валидирана
       Notify_ORDER_SENTBYMAIL=Поръчка от клиент изпратена по пощата
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Доставчик реда, изпратени по пощата
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Поръчка към доставчик е за
       Notify_ORDER_SUPPLIER_APPROVE=Поръчка към доставчик е утвърдена
       Notify_ORDER_SUPPLIER_REFUSE=Поръчка към доставчик е отказана
       Notify_PROPAL_VALIDATE=Предложение към клиент е валидирано
      -Notify_PROPAL_CLOSE_SIGNED=Предложение към клиент затворено подписано
      -Notify_PROPAL_CLOSE_REFUSED=Предложение към клиент затворено отхвърлено
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Търговско предложение, изпратено по пощата
       Notify_WITHDRAW_TRANSMIT=Оттегляне на трансмисия
       Notify_WITHDRAW_CREDIT=Оттегляне на кредит
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Клиентът е сздаден
       Notify_COMPANY_SENTBYMAIL=Пощатата е изпратена от клиентска карта
       Notify_BILL_VALIDATE=Продажната фактура е валидирана
       Notify_BILL_UNVALIDATE=Продажната фактура е не валидирана
      -Notify_BILL_PAYED=Фактурата на клиента е платена
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Доставната фактура е платена
       Notify_BILL_SENTBYMAIL=Доставната фактура е изпратена по пощата
       Notify_BILL_SUPPLIER_VALIDATE=Доставна фактура валидирана
      -Notify_BILL_SUPPLIER_PAYED=Доставчик фактура плаща
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Доставчик фактура, изпратена по пощата
       Notify_BILL_SUPPLIER_CANCELED=Доставната фактура е отказана
       Notify_CONTRACT_VALIDATE=Договор валидирани
       Notify_FICHEINTER_VALIDATE=Интервенция валидирани
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Интервенцията е изпратена по пощата
       Notify_SHIPPING_VALIDATE=Доставка валидирани
       Notify_SHIPPING_SENTBYMAIL=Доставка изпращат по пощата
       Notify_MEMBER_VALIDATE=Члена е приет
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Създаване на проект
       Notify_TASK_CREATE=Задачата е създадена
       Notify_TASK_MODIFY=Задачата е променена
       Notify_TASK_DELETE=Задачата е изтрита
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Вижте настройка на модул %s
       NbOfAttachedFiles=Брой на прикачените файлове/документи
       TotalSizeOfAttachedFiles=Общ размер на прикачените файлове/документи
       MaxSize=Максимален размер
       AttachANewFile=Прикачи нов файл/документ
       LinkedObject=Свързан обект
      -NbOfActiveNotifications=Брой уведомления (брой имейли на получатели)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Проф. Id %s</b> е информация, в зависимост от трета държава, която е страна. <br> Например, за страната <b>%s,</b> това е код <b>%s.</b>
       DolibarrDemo=Dolibarr ERP/CRM демо
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Намесата %s е потвърдена.
       EMailTextInvoiceValidated=Фактура %s е потвърдена.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Предложение %s е потвърдено.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Поръчка %s е потвърдена.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Поръчка %s е одобрена от %s.
       EMailTextOrderRefused=Поръчка %s е отказана.
       EMailTextOrderRefusedBy=Поръчка %s е отказана от %s.
       EMailTextExpeditionValidated=Доставка %s е валидирана.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Импортен набор от данни
       DolibarrNotification=Автоматично уведомяване
       ResizeDesc=Въведете нова ширина <b>ИЛИ</b> нова височина. Съотношението ще се запази по време преоразмеряването...
      @@ -204,7 +212,7 @@ NewLength=Нова ширина
       NewHeight=Нова височина
       NewSizeAfterCropping=Нов размер след изрязване
       DefineNewAreaToPick=Определете нова област на изображението, за да изберете (ляв клик върху изображението, след което плъзнете, докато стигнете до противоположния ъгъл)
      -CurrentInformationOnImage=Този инструмент е създаден, за да ви помогне да изрежете или преоразмерите изображение. Това е информация по текущото редактирано изображение
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Редактор на изображения
       YouReceiveMailBecauseOfNotification=Получавате това съобщение, защото вашият имейл е добавен към списъка с цел информиране за специални събития в %s софтуер на %s.
       YouReceiveMailBecauseOfNotification2=Това събитие е следното:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Секция за експорт
      diff --git a/htdocs/langs/bg_BG/projects.lang b/htdocs/langs/bg_BG/projects.lang
      index 01ddfb33433..f225c2c499d 100644
      --- a/htdocs/langs/bg_BG/projects.lang
      +++ b/htdocs/langs/bg_BG/projects.lang
      @@ -3,12 +3,12 @@ RefProject=Реф. проект
       ProjectRef=Проект реф.
       ProjectId=Id на проект
       ProjectLabel=Етикет на проект
      -ProjectsArea=Projects Area
      +ProjectsArea=Проект зона
       ProjectStatus=Статус на проект
       SharedProject=Всички
       PrivateProject=ПРОЕКТА Контакти
       ProjectsImContactFor=Projects I'm explicitely a contact of
      -AllAllowedProjects=All project I can read (mine + public)
      +AllAllowedProjects=Всички проект, който мога да видя(мой и публичен)
       AllProjects=Всички проекти
       MyProjectsDesc=This view is limited to projects you are a contact for
       ProjectsPublicDesc=Този възглед представя всички проекти, по които могат да се четат.
      @@ -18,7 +18,7 @@ ProjectsDesc=Този възглед представя всички проек
       TasksOnProjectsDesc=This view presents all tasks on all projects (your user permissions grant you permission to view everything).
       MyTasksDesc=This view is limited to projects or tasks you are a contact for
       OnlyOpenedProject=Само отворени проекти са видими (планирани проекти или със затворен статус не са видими).
      -ClosedProjectsAreHidden=Closed projects are not visible.
      +ClosedProjectsAreHidden=Затворените проекти не са видими
       TasksPublicDesc=Този възглед представя всички проекти и задачи, които може да чете.
       TasksDesc=Този възглед представя всички проекти и задачи (потребителски разрешения ви даде разрешение да видите всичко).
       AllTaskVisibleButEditIfYouAreAssigned=All tasks for qualified projects are visible, but you can enter time only for task assigned to selected user. Assign task if you need to enter time on it.
      @@ -33,14 +33,14 @@ 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=Покажи проект
       ShowTask=Покажи задача
       SetProject=Задайте проект
       NoProject=Нито един проект няма определени или собственост
      -NbOfProjects=Nb на проекти
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Времето, прекарано
       TimeSpentByYou=Време отделено от вас
       TimeSpentByUser=Време отделено от потребител
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Списък на търговските предложения, свързани с проекта
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Списък на договори, свързани с проекта
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Списък на интервенциите, свързани с проекта
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=Списък на даренията асоциирани със този проект
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Списък на събития, свързани с проекта
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Списък на отделеното време върху задачи на проект
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Дейност върху проект днес
      @@ -128,7 +129,7 @@ LinkedToAnotherCompany=Свързано с друг контрагент
       TaskIsNotAssignedToUser=Task not assigned to user. Use button '<strong>%s</strong>' to assign task now.
       ErrorTimeSpentIsEmpty=Изразходваното време е празна
       ThisWillAlsoRemoveTasks=Това действие ще изтрие всички задачи на проекта <b>(%s</b> задачи в момента) и всички входове на времето, прекарано.
      -IfNeedToUseOhterObjectKeepEmpty=Ако някои обекти (фактура, поръчка, ...), принадлежащи към друга трета страна, трябва да бъдат свързани с проекта за създаване, запазете тази празна да има проект е мулти трети страни.
      +IfNeedToUseOhterObjectKeepEmpty=Ако някои обекти (фактура, поръчка, ...), принадлежащи на друг контрагент, трябва да бъдат свързани с проекта, за да се създаде, запази това празно, за да бъде проектът многостранни.
       CloneProject=Clone проект
       CloneTasks=Клонингите задачи
       CloneContacts=Клонингите контакти
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Задача %s е създадена
       TaskModifiedInDolibarr=Задача %s е променена
       TaskDeletedInDolibarr=Задача %s е изтрита
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Сътрудник
       SelectElement=Избиране на елемент
       AddElement=Линк към елемент
       # Documents models
      -DocumentModelBeluga=Общ преглед на шаблон на проект за свързани обекти
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Планирана работна натовареност
       PlannedWorkloadShort=Работна натовареност
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Проекти с този потребител к
       TasksWithThisUserAsContact=Задачи възложени на този потребител
       ResourceNotAssignedToProject=Не е зададено към проект
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Възлагане на задача към мен
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Възлагане
       ProjectOverview=Общ преглед
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Бр. на създадените проекти по месец
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Статистики за проекти/инициативи
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Задачата е възложена. Въвеждането на време на тази задача би трябвало да е възможно
       IdTaskTime=Ид. време на задача
       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=Предложение
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/bn_BD/admin.lang b/htdocs/langs/bn_BD/admin.lang
      index d7042e784dc..08508d4e6e8 100644
      --- a/htdocs/langs/bn_BD/admin.lang
      +++ b/htdocs/langs/bn_BD/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/bn_BD/companies.lang b/htdocs/langs/bn_BD/companies.lang
      index 584efd135f1..a05659f8eff 100644
      --- a/htdocs/langs/bn_BD/companies.lang
      +++ b/htdocs/langs/bn_BD/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Opened
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/bn_BD/errors.lang b/htdocs/langs/bn_BD/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/bn_BD/errors.lang
      +++ b/htdocs/langs/bn_BD/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/bn_BD/interventions.lang b/htdocs/langs/bn_BD/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/bn_BD/interventions.lang
      +++ b/htdocs/langs/bn_BD/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/bn_BD/main.lang b/htdocs/langs/bn_BD/main.lang
      index 620790c252f..57493b1c00f 100644
      --- a/htdocs/langs/bn_BD/main.lang
      +++ b/htdocs/langs/bn_BD/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/bn_BD/other.lang b/htdocs/langs/bn_BD/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/bn_BD/other.lang
      +++ b/htdocs/langs/bn_BD/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/bn_BD/projects.lang b/htdocs/langs/bn_BD/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/bn_BD/projects.lang
      +++ b/htdocs/langs/bn_BD/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/bs_BA/admin.lang b/htdocs/langs/bs_BA/admin.lang
      index 744c60fdf7d..a0881a60946 100644
      --- a/htdocs/langs/bs_BA/admin.lang
      +++ b/htdocs/langs/bs_BA/admin.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - Source file is en_US - admin
       Foundation=Fondacija
       Version=Verzija
      -Publisher=Publisher
      +Publisher=Izdavač
       VersionProgram=Verzija programa
       VersionLastInstall=Prvobitno instalirana verzija
       VersionLastUpgrade=Verzija zadnje nadogradnje
      @@ -10,9 +10,9 @@ VersionDevelopment=Razvoj
       VersionUnknown=Nepoznato
       VersionRecommanded=Preporučeno
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Rukovatelj snimanje sesija
       SessionSavePath=Lokalizacija snimanja sesije
       PurgeSessions=Očistiti sesije
       ConfirmPurgeSessions=Da li zaista želite očistiti sve sesije? Ovo će uzrokovati odjavu svih korisnika (osim Vas).
      -NoSessionListWithThisHandler=Rukovatelj snimanja sesija konfigurisan u PHP-u ne dopušta da se prikažu sve pokrenute sesije.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zaključaj nove konekcije
      -ConfirmLockNewSessions=Da li ste sigurni da želite onemogućiti bilo koju novu Dolibarr konekciju sebi. Nakon toga samo će korisnik <b>%s</b> moći se prijaviti.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Ukloni zaključavanje veze
       YourSession=Vaša sesija
      -Sessions=Korisničke sesije
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Vanjski korisnik
       InternalUsers=Interni korisnici
       ExternalUsers=Vanjski korisnici
       GUISetup=Prikaz
      -SetupArea=Podrčje za postavke
      +SetupArea=Postavke
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Forma za testiranje uploada fajlova (prema postavkama)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kod ne može sadržavati vrijednost 0
       DisableJavascript=Onemogući JavaScript i Ajax funkcije (preporučeno za slijepe osobe ili tekstualne preglednike)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Broj znakova za početak pretrage: %s
       NotAvailableWhenAjaxDisabled=Nije moguće kada je Ajax isključen
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Pretpregled nije moguć
       ThemeCurrentlyActive=Trenutno aktivna tema
       CurrentTimeZone=Vremenska zona PHP (servera)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Razmak
       Table=Tabela
       Fields=Polja
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktivan
       SetupShort=Postavke
       OtherOptions=Druge opcije
      -OtherSetup=Ostale postavke
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Odvajanje decimala
       CurrentValueSeparatorThousand=Odvajanje hiljada
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parametar %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Automatsko otkrivanje (jezik preglednika)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Novo
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Postavke modula
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Primjeri sa trenutnim postavkama
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Šifra
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Upozorenje, ova vrijednost se može prebrisati posebnim postavkama korisnika (svaki korisnik može postaviti svoj clicktodial URL)
       ExternalModule=Eksterni moduli - Instalirani u direktorij %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Korisnici i grupe
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Treće stranke
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Poslovno
       Module2Desc=Commercial management
       Module10Name=Računovodstvo
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Prijedlozi
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Usluge
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Pošiljke
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Članovi
       Module310Desc=Foundation members management
       Module320Name=RSS Feed
       Module320Desc=Add RSS feed inside Dolibarr screen pages
      -Module330Name=Bookmarks
      -Module330Desc=Upravljanje bookmark-ima
      -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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donacije
       Module700Desc=Donation management
       Module770Name=Izvještaj o troškovima
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Kadrovska služba
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Prodajna mjesta
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Prodajna mjesta
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resursi
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Čitanje trećih stranaka vezanih za korisnika
       Permission122=Kreiranje/mijenjati trećih strana vezanih sa korisnika
       Permission125=Brisanje trećih stranaka vezanih za korisnika
       Permission126=Izvoz trećih stranaka
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=Država/Provincija
       DictionaryRegion=Regions
      @@ -894,7 +902,7 @@ DictionaryVAT=VAT Rates or Sales Tax Rates
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Uslovi plaćanja
       DictionaryPaymentModes=Payment modes
      -DictionaryTypeContact=Contact/Address types
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Paper formats
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Šabloni emaila
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Jedinice
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Postavke snimljene
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Stopa
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Kompanija/organizacija
      +CompanyIds=Company/Organization identities
       CompanyName=Naziv
       CompanyAddress=Adresa
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Upozorenja
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Dopunski atributi
       ExtraFieldsLines=Dopunski atributi (tekstovi)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
       ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
       ExtraFieldsThirdParties=Dopunski atributi (treća stranka)
      -ExtraFieldsContacts=Dopunski atributi (kontakt/adresa)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Dopunski atributi (član)
       ExtraFieldsMemberType=Dopunske atributa (tip član)
       ExtraFieldsCustomerInvoices=Dopunski atributi (fakture)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Direktorij
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=Možete koristiti driver %s koji je trenutno najbolji.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=Imate samo %s proizvoda/usluga u bazu podataka. To ne zahtijeva posebne optimizacije.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimizacija pretraživanja
      -YouHaveXProductUseSearchOptim=Imate %s proizvod u bazu podataka. Trebalo bi dodati konstantu PRODUCT_DONOTSEARCH_ANYWHERE na 1 u Početna-Postavke-Ostalo, ograničavate pretragu na početak  što je moguće za baze podataka za korištenje indeksa i trebali bi dobiti hitnu reakciju.
      -BrowserIsOK=Vi koristite web browser %s. Ovaj browser je ok za sigurnost i performanse.
      -BrowserIsKO=Vi koristite web browser %s. Poznato je da je ovaj broswer loš izbor za sigurnost, performanse i pouzdanost. Mi preporučujemo da koristite Firefox, Chrome, Opera i Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache je učitan.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Primjer: +2 (popuniti samo ako imate problema sa ofsetima vremenskih zona)
       GetBarCode=Preuzeti barkod
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Knjižna obavijest
       CreditNotes=Knjižne obavijesti
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Globalni parametri
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Naziv
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Izvještaj o perfomansama postavki/optimizacije
      -YouMayFindPerfAdviceHere=Na ovoj stranici ćete pronaći neke provjere ili savjete vezane za performanse.
      -NotInstalled=Nije instalirano, tako da vaš server nije usporen ovim.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplikativni cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=OPCode cache nije pronađen. Možda koristite drugu OPCode cache pored XCache ili eAccelerator (dobro), možda nemate OPCode cache (jako loše).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache za statičke resurse (css, img, javascript)
       FilesOfTypeCached=Fajlovi tipa %s su keširani na HTTP serveru
       FilesOfTypeNotCached=Fajlovi tipa %s nisu keširani na HTTP serveru
       FilesOfTypeCompressed=Fajlovi tipa %s su kompresovani od strane HTTP servera
       FilesOfTypeNotCompressed=Fajlovi tipa %s nisu kompresovani od strane HTTP servera
       CacheByServer=Keširanje na serveru
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Keširanje u browser-u
       CompressionOfResources=Kompresija HTTP odgovora
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Defaultni tip barkoda koji se koristi za treće stranke
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Za
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Na isporuci
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Prodajna mjesta
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Modul za numerisanje zadataka
       TaskModelModule=Model dokumenta za izvještaj o zadacima
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1735,8 +1749,8 @@ MailToSendInvoice=Fakture kupaca
       MailToSendShipment=Pošiljke
       MailToSendIntervention=Intervencije
       MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierOrder=Narudžbe za nabavku
      +MailToSendSupplierInvoice=Fakture prodavača
       MailToSendContract=Ugovori
       MailToThirdparty=Subjekti
       MailToMember=Članovi
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/bs_BA/companies.lang b/htdocs/langs/bs_BA/companies.lang
      index a0420a9aace..b042a812045 100644
      --- a/htdocs/langs/bs_BA/companies.lang
      +++ b/htdocs/langs/bs_BA/companies.lang
      @@ -5,14 +5,14 @@ SelectThirdParty=Odaberite subjekt
       ConfirmDeleteCompany=Da li ste sigurni da želite obrisati ovu kompaniju i sve podatke vezane za istu?
       DeleteContact=Obrisati kontakt/uslugu
       ConfirmDeleteContact=Da li ste sigurni da želite obrisati ovaj kontakt i sve podatke vezane za istog?
      -MenuNewThirdParty=Novi subjekt
      -MenuNewCustomer=Novi kupac
      -MenuNewProspect=Novi mogući klijent
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Novo fizičko lice
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Nova kompanija (mogući klijent, kupac, prodavač)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Napravi subjekt (prodavač)
       CreateThirdPartyOnly=Napravi novi subjekt
       CreateThirdPartyAndContact=Napravi subjekt + podređeni kontakt
       ProspectionArea=Područje za moguće kupce
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kontakt/Adresa subjekta
       Company=Kompanija
       CompanyName=Ime kompanije
       AliasNames=Nadimak (komercijalni, trgovačkim, ...)
      -AliasNameShort=Nadimak
      +AliasNameShort=Alias Name
       Companies=Kompanije
      -CountryIsInEEC=Zemlja je unutar Evropske ekonomske zajednice
      -ThirdPartyName=Ime subjekta
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Email treće strane
      -ThirdParty=Subjekt
      -ThirdParties=Subjekti
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Mogući klijenti
       ThirdPartyProspectsStats=Mogući klijenti
       ThirdPartyCustomers=Kupci
       ThirdPartyCustomersStats=Kupci
       ThirdPartyCustomersWithIdProf12=Kupci sa %s ili %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tip subjekta
      +ThirdPartySuppliers=Prodavači
      +ThirdPartyType=Type of company
       Individual=Fizičko lice
      -ToCreateContactWithSameName=Automatski pravi kontakt/adresu sa istim informacijama kao i subjekt ispod. U većini slučajeva, čak i kada je subjekt fizička osoba, samo pravljenje subjekta je dovoljno.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Matična kompanija
       Subsidiaries=Podružnice
       ReportByMonth=Izvještaj po mjesecima
      @@ -75,13 +75,13 @@ Zip=Poštanski broj
       Town=Grad
       Web=Web
       Poste= Pozicija
      -DefaultLang=Defaultni jezik
      -VATIsUsed=Porez na promet je obračunat
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Porez na promet nije obračunat
       CopyAddressFromSoc=Popuni adresu sa adresom subjekta
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Treća strana nije niti dobavljač ni kupac, popusti nisu dostupni
       PaymentBankAccount=Bankovni račun za plaćanje
       OverAllProposals=Prijedlozi
       OverAllOrders=Narudžbe
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=Vrsta RE
       TypeLocaltax2ES=Vrsta IRPF
       WrongCustomerCode=Nevažeća šifra kupca
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Nevažeća šifra prodavača
       CustomerCodeModel=Model šifre kupca
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Model šifre prodavača
       Gencod=Barkod
       ##### Professional ID #####
       ProfId1Short=ID broj 1
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=ID poreza na promet
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Porezni ID
       VATIntraSyntaxIsValid=Sintaksa je nevažeća
       VATReturn=Povrat PDV
      @@ -267,15 +267,15 @@ Prospect=Mogući klijent
       CustomerCard=Kartica kupca
       Customer=Kupac
       CustomerRelativeDiscount=Relativni popust kupca
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Relativni popust prodavača
       CustomerRelativeDiscountShort=Relativni popust
       CustomerAbsoluteDiscountShort=Fiksni popust
       CompanyHasRelativeDiscount=Ovaj kupca ima defaultni popust od <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Ovaj kupac nema relativnog popusta po defaultu
       HasRelativeDiscountFromSupplier=Imate ugovoreni popust od <b>%s%%</b> od strane ovog dobavljača
       HasNoRelativeDiscountFromSupplier=Nemate ugovoreni relativni popust od ovog dobavljača
      -CompanyHasAbsoluteDiscount=Ovaj kupac ima dostupno odobrenje (Knjižne obavijesti ili avansno plaćanje) za <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Ovaj kupac ima dostupan diskont (komercijalni, uplaćen avans) za <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ovaj kupac i dalje ima knjižno odobrenje za <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=Nemate dostupan diskontni popust od ovog dobavljača
       HasAbsoluteDiscountFromSupplier=Imate dostupne popuste (knjižne obavjesti ili avanse) od <b>%s</b> %s od strane ovog dobavljača
      @@ -284,10 +284,10 @@ HasCreditNoteFromSupplier=Imate knjižne obavijesti od <b>%s</b> %s od strane ov
       CompanyHasNoAbsoluteDiscount=Ovaj kupac nema zasluga za popust
       CustomerAbsoluteDiscountAllUsers=Apsolutni popusti kupcima (odobreni od svih korisnika)
       CustomerAbsoluteDiscountMy=Apsolutni popusti kupcima (koje ste vi odobrili)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Apsolutni popusti prodavača (uneseni od strane svih korisnika)
      +SupplierAbsoluteDiscountMy=Apsolutni popusti prodavača (uneseni od strane sebe)
       DiscountNone=Ništa
      -Supplier=Dobavljač
      +Supplier=Vendor
       AddContact=Napravi kontakt
       AddContactAddress=Napravi kontakt/adresu
       EditContact=Uredi kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Napravi novi subjekt
       DeleteACompany=Obrisati kompaniju
       PersonalInformations=Osobni podaci
       AccountancyCode=Računovodstveni račun
      -CustomerCode=Šifra kupca
      -SupplierCode=Vendor code
      -CustomerCodeShort=Šifra kupca
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Šifra kupca, jedinstvena za sve kupce
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Potrebno ako je subjekt kupac ili mogući klijent
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Porvjera valjanosti se kontroliše modulom
      -ThisIsModuleRules=Ovo su pravila za ovaj modul
      +RequiredIfSupplier=Potrebno ako je subjekt prodavač
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Mogući klijent za kontaktirati
       CompanyDeleted=Kompanija"%s" obrisana iz baze podataka
       ListOfContacts=Lista kontakta/adresa
       ListOfContactsAddresses=Lista kontakta/adresa
      -ListOfThirdParties=Lista subjekata
      -ShowCompany=Pokaži subjekt
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Prikaži kontakt
       ContactsAllShort=Svi (bez filtera)
       ContactType=Tip kontakta
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ovaj kontakt nije kontakt za bilo koji poslovni prijedlo
       NoContactForAnyContract=Ovaj kontakt nije kontakt za bilo koji ugovor
       NoContactForAnyInvoice=Ovaj kontakt nije kontakt za bilo koju fakturu
       NewContact=Novi kontakt
      -NewContactAddress=Novi kontakt/adresa
      +NewContactAddress=New Contact/Address
       MyContacts=Moji kontakti
       Capital=Kapital
       CapitalOf=Kapital od %s
       EditCompany=Uredi kompaniju
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Provjeri
      -VATIntraCheckDesc=Link <b>%s</b> dozvoljava upit za evopski PDV servis za provjeru. Potrebno je imati pristup internetu na serveru za ovu uslugu.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Provjeri PDV broj na stranici Evropske komisije
      -VATIntraManualCheck=Također možete ručno provjeriti sa evropske web stranice <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Provjera nije moguća. Servis za provjeru nije naveden od stran države članice (%s).
      -NorProspectNorCustomer=Niti mogući klijent, niti kupac
      -JuridicalStatus=Pravni status
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Osoblje
       ProspectLevelShort=Potencijal
       ProspectLevel=Potencijal mogućeg klijenta
      @@ -387,31 +387,31 @@ ExportCardToFormat=Izvod podataka u formatu
       ContactNotLinkedToCompany=Kontakt nije povezan sa nekim od subjekata
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Nema Dolibarr pristupa
      -ExportDataset_company_1=Subjekti (kompanije/fondacije/fizička lica) i svojstva
      -ExportDataset_company_2=Kontakti i osobine
      -ImportDataset_company_1=Subjekti (kompanije/fondacije/fizička lica) i svojstva
      -ImportDataset_company_2=Kontakti/adrese (trećih strana ili ne) i osobine
      -ImportDataset_company_3=Bankovni računi trećih strana
      -ImportDataset_company_4=Predstavnici prodaje/treće strane (dodavanje korisnika predstavnika prodaje kompanijama)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Visina cijene
       DeliveryAddress=Adresa za dostavu
       AddAddress=Dodaj adresu
      -SupplierCategory=Vendor category
      +SupplierCategory=Kategorija prodavača
       JuridicalStatus200=Nezavisni
       DeleteFile=Obriši fajl
       ConfirmDeleteFile=Jeste li sigurni da želite obrisati ovaj fajl?
       AllocateCommercial=Dodijeljen predstavniku prodaje
       Organization=Organizacija
      -FiscalYearInformation=Informacije o fiskalnoj godini
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Početni mjesec fiskalne godine
      -YouMustAssignUserMailFirst=Morate najprije napraviti email za ovog korisnika da biste mogli dodati email notifikacije
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Da bi mogli dodati e-mail obavještenja, prvo morate definirati kontakte s važećom e-poštom za subjekte
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Lista mogućih klijenata
      -ListCustomersShort=Lista kupaca
      -ThirdPartiesArea=Područje za subjekte i kontakte
      -LastModifiedThirdParties=Zadnjih %s izmijenjenih subjekata
      -UniqueThirdParties=Ukupno unikatnih subjekata
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Otvori
       ActivityCeased=Zatvoreno
       ThirdPartyIsClosed=Subjekat je zatvoren
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Trenutni neplaćeni račun
       OutstandingBill=Max. za neplaćeni račun
       OutstandingBillReached=Dostignut maksimum za neplaćene račune
       OrderMinAmount=Najmanja količina za naručiti
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Ova šifra je slobodna. Ova šifra se može mijenjati bilo kad.
       ManagingDirectors=Ime menadžer(a) (CEO, direktor, predsjednik...)
       MergeOriginThirdparty=Umnoži subjekta (subjekt kojeg želite obrisati)
       MergeThirdparties=Spoji subjekte
      -ConfirmMergeThirdparties=Da li ste sigurni da želite spojiti ovaj subjekt u trenutno prikazani? Svi povezani objekti (fakture, narudžbe, ...) će biti premještene trenutnom subjektu, a zatim će prethodni subjekt biti obrisan.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Treće strane su spojene
       SaleRepresentativeLogin=Pristup za predstavnika prodaje
       SaleRepresentativeFirstname=Ime predstavnika prodaje
       SaleRepresentativeLastname=Prezime predstavnika prodaje
       ErrorThirdpartiesMerge=Nastala je greška pri brisanju treće strane. Molimo vas da provjerite zapisnik. Izmjene su vraćene.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/bs_BA/errors.lang b/htdocs/langs/bs_BA/errors.lang
      index 128da908a0f..514146984bb 100644
      --- a/htdocs/langs/bs_BA/errors.lang
      +++ b/htdocs/langs/bs_BA/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/bs_BA/interventions.lang b/htdocs/langs/bs_BA/interventions.lang
      index 21bfcf1c03f..c90c8f4249f 100644
      --- a/htdocs/langs/bs_BA/interventions.lang
      +++ b/htdocs/langs/bs_BA/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencije
       InterventionCard=Kartica intervencija
       NewIntervention=Nova intervencija
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Lista intervencija
       ActionsOnFicheInter=Akcije na intervencijama
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/bs_BA/main.lang b/htdocs/langs/bs_BA/main.lang
      index 5b56fdd4a05..edac6415690 100644
      --- a/htdocs/langs/bs_BA/main.lang
      +++ b/htdocs/langs/bs_BA/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Neuspjeh pri slanju maila (pošiljalac=%s, primalac=%s)
       ErrorFileNotUploaded=Datoteka nije postavljena. Provjerite da li joj je veličina iznad dozvoljene, da li ima dovoljno slobodnog mjesta na disku i da li već postoji datoteka istog imena u ovom direktoriju.
       ErrorInternalErrorDetected=Pronađena greška
       ErrorWrongHostParameter=Pogrešan parametar hosta
      -ErrorYourCountryIsNotDefined=Vaša država nije definirana. Idite u postavke Početna-Postavke-Uredi i pošaljite ponovno obrazac.
      -ErrorRecordIsUsedByChild=Neuspjelo brisanje ovog unosa. Ovaj unos je korišten najmanje jednom u drugom podunosu.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Pogrešna vrijednost
       ErrorWrongValueForParameterX=Pogrešna vrijednost za parametar %s
       ErrorNoRequestInError=Nema greške u zahtjevu
      -ErrorServiceUnavailableTryLater=Usluga trenutno nije dostupna. Pokušajte kasnije.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicirana vrijednost u unikatnom polju
      -ErrorSomeErrorWereFoundRollbackIsDone=Pronađene određene greške. Vraćam promjene.
      -ErrorConfigParameterNotDefined=Parametar <b>%s</b> nije definiran unutar Dolibarr konfiguracijske datoteke <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Neuspjelo traženje korisnika <b>%s</b> u Dolibarr bazi podataka.
       ErrorNoVATRateDefinedForSellerCountry=Greška, nije definirana PDV stopa za državu '%s'.
       ErrorNoSocialContributionForSellerCountry=Greška, nisu definirane vrste doprinosa i poreza za državu '%s'.
       ErrorFailedToSaveFile=Greška, neuspjelo spremanje datoteke.
      -ErrorCannotAddThisParentWarehouse=Pokušavate dodati nadređeno skladište koje je već podređeno skladište ovom trenutnom
      -MaxNbOfRecordPerPage=Maks broj unosa po stranici
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Niste ovlašteni da to uradite.
       SetDate=Postavi datum
       SelectDate=Odaberi datum
      @@ -78,10 +78,10 @@ FileRenamed=Datoteka je uspješno preimenovana
       FileGenerated=Datoteka je uspješno generirana
       FileSaved=Datoteka je uspješno spremljena
       FileUploaded=Datoteka je uspješno postavljena
      -FileTransferComplete=Datoteka(e) su uspješno učitane
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Datoteka(e) uspješno obrisana
       FileWasNotUploaded=Datoteka je odabrana za prilog ali nije još postavljena. Kliknite na "Dodaj datoteku" da bi ste to uradili.
      -NbOfEntries=Broj unosa
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Pročitajte online pomoć (neophodan pristup internetu)
       GoToHelpPage=Pročitaj pomoć
       RecordSaved=Unos spremljen
      @@ -92,9 +92,9 @@ DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr način odobrenja je posta
       Administrator=Administrator
       Undefined=Nedefinirano
       PasswordForgotten=Zaboravljena šifra?
      -NoAccount=No account?
      +NoAccount=Nema računa?
       SeeAbove=Vidi iznad
      -HomeArea=Početno područje
      +HomeArea=Početna
       LastConnexion=Posljednje veze
       PreviousConnexion=Prethodna veza
       PreviousValue=Prethodna vrijednost
      @@ -142,6 +142,7 @@ Closed=Zatvoreno
       Closed2=Zatvoreno
       NotClosed=Nije zatvoreno
       Enabled=Omogućeno
      +Enable=Enable
       Deprecated=Prevaziđeno
       Disable=Isključi
       Disabled=Isključeno
      @@ -153,7 +154,7 @@ Update=Ažuriraj
       Close=Zatvori
       CloseBox=Ukloni kutijicu sa svoje nadzorne ploče
       Confirm=Potvrdi
      -ConfirmSendCardByMail=Da li zaista želiš poslati sadržaj ove kartice mailom za <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Obriši
       Remove=Ukloni
       Resiliate=Deaktiviraj
      @@ -327,7 +328,7 @@ Copy=Kopiraj
       Paste=Zalijepi
       Default=Uobičajeni
       DefaultValue=Uobičajena vrijednost
      -DefaultValues=Podrazumijevane vrijednosti
      +DefaultValues=Default values/filters/sorting
       Price=Cijena
       PriceCurrency=Cijena (valuta)
       UnitPrice=Jedinična cijena
      @@ -347,7 +348,7 @@ AmountTTCShort=Iznos (uklj. PDV)
       AmountHT=Iznos (neto bez PDV)
       AmountTTC=Iznos (uklj. PDV)
       AmountVAT=Iznos poreza
      -MulticurrencyAlreadyPaid=Već plaćeno, orig. valuta
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Ostatak za plaćanje, orig. valuta
       MulticurrencyPaymentAmount=Iznos za plaćanje, orig. valuta
       MulticurrencyAmountHT=Iznos (bez poreza), orig. valuta
      @@ -403,7 +404,7 @@ DefaultTaxRate=Pretpostavljena stopa poreza
       Average=Prosjek
       Sum=Zbir
       Delta=Delta
      -RemainToPay=Remain to pay
      +RemainToPay=Preostalo za platiti
       Module=Modul/aplikacija
       Modules=Moduli/aplikacije
       Option=Opcija
      @@ -416,7 +417,7 @@ Favorite=Omiljeni
       ShortInfo=Info.
       Ref=Ref.
       ExternalRef=Ref. vanjski
      -RefSupplier=Ref. vendor
      +RefSupplier=Ref. prodavača
       RefPayment=Ref. plaćanje
       CommercialProposalsShort=Poslovni prijedlozi
       Comment=Komentar
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nije primjenjivo
       ActionRunningNotStarted=Treba započeti
       ActionRunningShort=U toku
       ActionDoneShort=Završeno
      -ActionUncomplete=Nedovršeno
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Posljednjih %s povezanih događaja
       CompanyFoundation=Kompanija/organizacija
       Accountant=Računovođa
      @@ -453,8 +454,8 @@ Generate=Napravi
       Duration=Trajanje
       TotalDuration=Ukupno trajanje
       Summary=Sažetak
      -DolibarrStateBoard=Statistike baze podataka
      -DolibarrWorkBoard=Pregled otvorenih predmeta
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Nema otvorenih elemenata za obradu
       Available=Dostupno
       NotYetAvailable=Još uvijek nedostupno
      @@ -468,7 +469,7 @@ and=i
       or=ili
       Other=Ostalo
       Others=Drugi
      -OtherInformations=Ostale informacije
      +OtherInformations=Other information
       Quantity=Količina
       Qty=Kol
       ChangedBy=Izmijenio
      @@ -495,7 +496,7 @@ Received=Primljeno
       Paid=Plaćeno
       Topic=Tema
       ByCompanies=Po subjektu
      -ByUsers=By user
      +ByUsers=Po korisniku
       Links=Veze
       Link=Veza
       Rejects=Odbijeno
      @@ -506,8 +507,8 @@ None=Ništa
       NoneF=Ništa
       NoneOrSeveral=Nijedan ili više
       Late=Kasno
      -LateDesc=Kašnjenje za definiranje ako je zapis zakasnio ili nije zavisan u vašem podešenju. Pitajte administratora za promjenu kašnjenja u meniju Početan - Postavke - Upozorenja.
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=Nema zakašnjelih stavki
       Photo=Slika
       Photos=Slike
       AddPhoto=Dodaj sliku
      @@ -530,18 +531,6 @@ September=septembar
       October=oktobar
       November=novembar
       December=decembar
      -JanuaryMin=jan
      -FebruaryMin=feb
      -MarchMin=mar
      -AprilMin=apr
      -MayMin=maj
      -JuneMin=jun
      -JulyMin=jul
      -AugustMin=aug
      -SeptemberMin=sep
      -OctoberMin=okt
      -NovemberMin=nov
      -DecemberMin=dec
       Month01=Januar
       Month02=februar
       Month03=mart
      @@ -622,9 +611,9 @@ BuildDoc=Napravi dok.
       Entity=Okruženje
       Entities=entiteti
       CustomerPreview=Pregled kupca
      -SupplierPreview=Vendor preview
      +SupplierPreview=Pregled prodavača
       ShowCustomerPreview=Pokaži sažetak kupca
      -ShowSupplierPreview=Show vendor preview
      +ShowSupplierPreview=Pokaži pregled prodavača
       RefCustomer=Ref. kupca
       Currency=valuta
       InfoAdmin=Informacije za administratore
      @@ -646,6 +635,8 @@ SendMail=Pošalji e-mail
       EMail=Email
       NoEMail=nema emaila
       Email=email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nema broj mobitela
       Owner=Vlasnik
       FollowingConstantsWillBeSubstituted=Sljedeće konstante će se zamijeniti sa odgovarajućim vrijednostima.
      @@ -677,7 +668,7 @@ NeverReceived=Nikad primljeno
       Canceled=Otkazan
       YouCanChangeValuesForThisListFromDictionarySetup=Možete promijeniti vrijednosti na ovom spisku u meniju Postavke-Rječnici
       YouCanChangeValuesForThisListFrom=Možete promijeniti vrijednosti za ovaj spisak u meniju %s
      -YouCanSetDefaultValueInModuleSetup=Možete postaviti podrazumijevane vrijednosti koje će se koristiti pri pravljenju novog zapisa u postavkama modula
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Boja
       Documents=Povezane datoteke
       Documents2=Dokumenti
      @@ -703,7 +694,7 @@ DateOfSignature=Datum potpisa
       HidePassword=Pokaži komandu sa skrivenom šifrom
       UnHidePassword=Pokaži stvarnu komandu sa pokazanom šifrom
       Root=Root
      -Informations=Informacije
      +Informations=Inromacije
       Page=Stranica
       Notes=Napomene
       AddNewLine=Dodaj novi red
      @@ -716,15 +707,15 @@ Merge=Spajanje
       DocumentModelStandardPDF=Standardni šablon PDFa
       PrintContentArea=Pokaži stranicu za štampu glavnog područja
       MenuManager=Upravljanje menijima
      -WarningYouAreInMaintenanceMode=Upozorenje, sada ste u modu za održavanje, tako da samo korisniku <b>%s</b> je dopušteno korištenje aplikacije u ovom trenutku.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Sistemska greška
       CoreErrorMessage=Žao nam je, desila se greška. Kontaktirajte sistemskog administratora da provjeri zapisnik ili onemogući $dolibarr_main_prod=1 za dobijanje više informacija.
       CreditCard=Kreditna kartica
       ValidatePayment=Potvrditi uplatu
       CreditOrDebitCard=Kreditna kartica
       FieldsWithAreMandatory=Polja sa <b>%s</b> su obavezna
      -FieldsWithIsForPublic=Polja sa <b>%s</b> su prikazana na javnom spisku članova. Ako ovo ne želite, deaktivirajte kućicu "javno".
      -AccordingToGeoIPDatabase=(prema GeoIP konverziji)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Red
       NotSupported=Nije podržano
       RequiredField=Obavezno polje
      @@ -732,6 +723,8 @@ Result=Rezultat
       ToTest=Test
       ValidateBefore=Kartica se mora odobriti prije korištenja ove osobine
       Visibility=Vidljivost
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privatno
       Hidden=Sakriveno
       Resources=Resursi
      @@ -750,6 +743,7 @@ LinkTo=Link ka
       LinkToProposal=Link ka prijedlogu
       LinkToOrder=Link ka narudžbi
       LinkToInvoice=Link na fakturu
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link ka narudžbi kupcu
       LinkToSupplierProposal=Link ka ponudi dobavljača
       LinkToSupplierInvoice=Link na fakturu dobavljača
      @@ -758,6 +752,7 @@ LinkToIntervention=Link ka intervencijama
       CreateDraft=Kreiraj nacrt
       SetToDraft=Nazad na nacrt
       ClickToEdit=Klikni za uređivanje
      +ClickToRefresh=Click to refresh
       EditWithEditor=Uredi sa CKUređivačem
       EditWithTextEditor=Uredi sa tekstualnim uređivačem
       EditHTMLSource=Uredi HTML izvor
      @@ -772,14 +767,14 @@ ByDay=Po danu
       BySalesRepresentative=Po predstavniku prodaje
       LinkedToSpecificUsers=Spojeno sa određenim kontaktom korisnika
       NoResults=Nema rezultata
      -AdminTools=Adminski alati
      +AdminTools=Admin Tools
       SystemTools=Sistemski alati
       ModulesSystemTools=Alati modula
       Test=Test
       Element=Element
       NoPhotoYet=Još nema dostupne slike
       Dashboard=Komandna tabla
      -MyDashboard=Moja nadzorna ploča
      +MyDashboard=My Dashboard
       Deductible=Može se odbiti
       from=od
       toward=prema
      @@ -802,7 +797,7 @@ PrintFile=Štampa datoteke %s
       ShowTransaction=Pokaži unos u bankovni račun
       ShowIntervention=Prikaži intervenciju
       ShowContract=Prikaži ugovor
      -GoIntoSetupToChangeLogo=Idite u  Početna - Postavke - Kompanija za promjenu logotipa ili Početna - Postavke - Prikaz za sakrivanje.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Zabrani
       Denied=Zabranjeno
       ListOf=Spisak %s
      @@ -818,12 +813,12 @@ Sincerely=S poštovanjem
       DeleteLine=Obriši red
       ConfirmDeleteLine=Da li ste sigurni da želite obrisati ovaj red?
       NoPDFAvailableForDocGenAmongChecked=Nijedan PDF nije dostupan za kreiranje dokumenata među provjerenim zapisima
      -TooManyRecordForMassAction=Previše zapisa odabrano za masovnu akciju. Akcija je ograničena na spisak od %s zapisa.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Nijedan zapis nije odabran
       MassFilesArea=Područje za datoteke napravljeno masovnim akcijama
       ShowTempMassFilesArea=Pokaži područje datoteka napravljeno masovnim akcijama
      -ConfirmMassDeletion=Potvrda masovnog brisanja
      -ConfirmMassDeletionQuestion=Da li ste sigurni da želite obrisati %s odabranih zapisa ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Povezani objekti
       ClassifyBilled=Klasificiraj kao fakturisano
       ClassifyUnbilled=Klasificiraj kao nefakturisano
      @@ -841,7 +836,7 @@ Calendar=Kalendar
       GroupBy=Grupiranje po...
       ViewFlatList=Vidi čisti spisak
       RemoveString=Ukloni pojam '%s'
      -SomeTranslationAreUncomplete=Neki jezici su možda djelimično prevedeni ili mogu sadržavati greške. Ako nađete neke, možete popraviti jezičke datoteke tako što ćete ih postaviti na <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direktni link preuzimanja (javni/vanjski)
       DirectDownloadInternalLink=Link direktnog skidanja (morate biti prijavljeni i imati potrebna dopuštenja)
       Download=Skidanje
      @@ -861,16 +856,25 @@ HR=LJR
       HRAndBank=LJR i banka
       AutomaticallyCalculated=Automatski izračunato
       TitleSetToDraft=Nazad na nacrt
      -ConfirmSetToDraft=Da li ste sigurni da želite se vratiti u stanje nacrta?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Uvoz id
       Events=Događaji
      -EMailTemplates=Šabloni emaila
      -FileNotShared=Datoteka nije dijeljena vanjskim korisnicima
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekti
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Dozvole
       LineNb=Red br.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Ponedjeljak
       Tuesday=Utorak
      @@ -918,24 +922,24 @@ SearchIntoProductsOrServices=Proizvodi ili usluge
       SearchIntoProjects=Projekti
       SearchIntoTasks=Zadaci
       SearchIntoCustomerInvoices=Fakture kupaca
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Fakture prodavača
       SearchIntoCustomerOrders=Narudžbe kupaca
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Narudžbe za nabavku
       SearchIntoCustomerProposals=Ponude kupcima
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Prijedlozi prodavača
       SearchIntoInterventions=Intervencije
       SearchIntoContracts=Ugovori
       SearchIntoCustomerShipments=Slanje kupcu
       SearchIntoExpenseReports=Izvještaj o troškovima
      -SearchIntoLeaves=Odlasci
      +SearchIntoLeaves=Leave
       CommentLink=Komentari
       NbComments=Broj komentara
       CommentPage=Prostor komentara
       CommentAdded=Dodan komentar
       CommentDeleted=Obrisan komentar
       Everybody=Zajednički projekti
      -PayedBy=Platio
      -PayedTo=Plaćeno
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Mjesečno
       Quarterly=Tromjesečno
       Annual=Godišnje
      @@ -944,7 +948,8 @@ Remote=Udaljeni
       LocalAndRemote=Lokalni i udaljeni
       KeyboardShortcut=Prečica na tastaturi
       AssignedTo=Dodijeljeno korisniku
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +Deletedraft=Obriši nacrt
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
      +FileSharedViaALink=Datoteka dijeljena preko linka
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/bs_BA/other.lang b/htdocs/langs/bs_BA/other.lang
      index f211e34b1ec..dca185c7231 100644
      --- a/htdocs/langs/bs_BA/other.lang
      +++ b/htdocs/langs/bs_BA/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Treća stranka kreirana
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/bs_BA/projects.lang b/htdocs/langs/bs_BA/projects.lang
      index b89b8365936..b3d99096625 100644
      --- a/htdocs/langs/bs_BA/projects.lang
      +++ b/htdocs/langs/bs_BA/projects.lang
      @@ -33,14 +33,14 @@ 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=Prikaži projekt
       ShowTask=Show task
       SetProject=Postavi projekat
       NoProject=Nema definisanog ili vlastitog projekta
      -NbOfProjects=Broj projekata
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Vrijeme provedeno
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lista poslovnih prijedloga u vezi s projektom
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Lista ugovora u vezi s projektom
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lista intervencija u vezi s projektom
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Lista događaja u vezi s projektom
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Povezane stavke
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Prijedlog
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ca_ES/admin.lang b/htdocs/langs/ca_ES/admin.lang
      index f2360087d78..b195e0b0bda 100644
      --- a/htdocs/langs/ca_ES/admin.lang
      +++ b/htdocs/langs/ca_ES/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Desenvolupament
       VersionUnknown=Desconeguda
       VersionRecommanded=Recomanada
       FileCheck=Comprovador de integritat de arxius
      -FileCheckDesc=Aquesta ferramenta li permet comprobar la integritat dels arxius de l'aplicació, comparant cada arxiu amb els oficials. Es pot utilitzar aquesta ferrametna per detectar si alguns arxius han sigut modificats per un hacker per exemple.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=La integritat dels arxius està estrictament conforme amb la referència.
      -FileIntegrityIsOkButFilesWereAdded=La comprovació de la integritat dels arxius ha resultat exitosa, no obstant s'han afegit alguns arxius nous.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=La comprovació d'integritat d'arxius ha fallat. Alguns arxius han sigut modificats, eliminats o afegits.
       GlobalChecksum=Checksum global
       MakeIntegrityAnalysisFrom=Fer anàlisi de la integritat dels arxius de l'aplicació de
      @@ -30,14 +30,14 @@ SessionSaveHandler=Modalitat de desar sessions
       SessionSavePath=Emmagatzema la localització de les sessions
       PurgeSessions=Purga de sessions
       ConfirmPurgeSessions=Estàs segur de voler purgar totes les sessions? Es desconnectaran tots els usuaris (excepte tu mateix)
      -NoSessionListWithThisHandler=El gestor de període de sessions configurat en la seva PHP no enumera les sessions en curs
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Bloquejar connexions noves
      -ConfirmLockNewSessions=Esteu segur de voler restringir l'accés a Dolibarr al seu usuari? Només el login< b>%s</b> podrà connectar si confirma.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Eliminar bloqueig de connexions
       YourSession=La seva sessió
       Sessions=Sessions d'usuaris
       WebUserGroup=Servidor web usuari/grup
      -NoSessionFound=Sembla que el seu PHP no pot llistar les sessions actives. El directori de salvaguardat de sessions (<b>%s</b>) pot estar protegit (per exemple, pels permisos del sistema operatiu o per la directiva open_basedir del seu PHP)
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Codificació base de dades per emmagatzematge de dades
       DBSortingCharset=Codificació base de dades per classificar les dades
       ClientCharset=Joc de caràcters del client
      @@ -50,7 +50,7 @@ ExternalUser=Usuari extern
       InternalUsers=Usuaris interns
       ExternalUsers=Usuaris externs
       GUISetup=Entorn
      -SetupArea=Àrea configuració
      +SetupArea=Configuració
       UploadNewTemplate=Carrega nova plantilla(s)
       FormToTestFileUploadForm=Formulari de prova de càrrega de fitxer (segons opcions escollides)
       IfModuleEnabled=Nota: sí només és eficaç si el mòdul <b>%s</b> està activat
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=El codi no pot contenir el valor 0
       DisableJavascript=Desactivar funcions JavaScript i Ajax (Recomanat per a persones cegues o navegadors de text)
       UseSearchToSelectCompanyTooltip=També si tenen un gran número de tercers (> 100.000), pot augmentar la velocitat mitjançant l'estableciement COMPANY_DONOTSEARCH_ANYWHERE amb la constant a 1 a Configuració --> Altres. La cerca serà limitada a la creació de la cadena
       UseSearchToSelectContactTooltip=També si vostè té un gran número de tercers (> 100.000), pot augmentar la velocitat mitjançant l'estableciment. CONTACT_DONOTSEARCH_ANYWHERE amb la constant a 1 a Configuració --> Altres. La cerca serà limitada a la creació de la cadena
      -DelaiedFullListToSelectCompany=Espera abans de pitjar una tecla mentre es carrega el contingut de la llista desplegable de tercers (Això pot incrementar la prestació si tens una llista llarga, però és menys convenient)
      -DelaiedFullListToSelectContact=Espera abans de pitjar una tecla mentre es carrega el contingut de la llista desplegable de contactes (Això pot incrementar la prestació si tens una llista llarga, però és menys convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nombre de caràcters per a desencadenar la cerca: %s
       NotAvailableWhenAjaxDisabled=No disponible quan Ajax estigui desactivat
       AllowToSelectProjectFromOtherCompany=En un document d'un tercer, pots triar un projecte enllaçat a un altre tercer
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Vista prèvia no disponible
       ThemeCurrentlyActive=Tema actualment actiu
       CurrentTimeZone=Fus horari PHP (Servidor)
       MySQLTimeZone=Zona horària MySql (base de dades)
      -TZHasNoEffect=Les dates es guarden i tornen pel servidor de la base de dedes tal com si les haguessin enviat com una cadena. La zona horària només te efecte si s'utilitza la funció UNIX_TIMESTAMP (que no pot ser utilitzada per dolibarr, per el que la zona horària de la base de dades no hauria de tenir efecte, encara que s'hagi canviat després d'introduir les dades).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Àrea
       Table=Taula
       Fields=Camps
      @@ -118,7 +118,7 @@ Destination=Destinació
       IdModule=ID del modul
       IdPermissions=ID de permisos
       LanguageBrowserParameter=Variable %s
      -LocalisationDolibarrParameters=Paràmetres de localització
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Zona horària client (usuari)
       ClientHour=Hora client (usuari)
       OSTZ=Zona horària Servidor SO
      @@ -126,8 +126,8 @@ PHPTZ=Zona horària Servidor PHP
       DaylingSavingTime=Horari d'estiu (usuari)
       CurrentHour=Hora PHP (servidor)
       CurrentSessionTimeOut=Timeout sessió actual
      -YouCanEditPHPTZ=Per establir una zona horària PHP diferent (no és necessari), pots intentar afegir un fitxer .htaccess amb una línia com aquesta "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Avís, al contrari d'altres pantalles, les hores d'aquesta pàgina no són a la vostra zona horària local, sinó a la zona horària del servidor.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Panell
       Boxes=Panells
       MaxNbOfLinesForBoxes=Màxim número de línies per panell
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorar errors de registres duplicats (INSERT IGNORE)
       AutoDetectLang=Autodetecta (idioma del navegador)
       FeatureDisabledInDemo=Opció deshabilitada en demo
       FeatureAvailableOnlyOnStable=Funcionalitat disponible únicament en versions estables oficials 
      -BoxesDesc=Els panells són components que mostren alguna informació que pots afegir per personalitzar algunes pàgines. Pots triar entre mostrar el panell o no seleccionant la pàgina de destí i fent clic a 'Activa', o fent clic al cubell d'escombraries per desactivar.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Només els elements de <a href="%s"> mòduls activats</a> són mostrats
      -ModulesDesc=Els mòduls Dolibarr defineixen quina aplicació/característica està habilitada al programari. Algunes aplicacions/mòduls requereixen permisos que has de concedir als usuaris, després d'activar-los. Fes clic al botó d'activació/desactivació per habilitar un mòdul/aplicació.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Pots trobar més mòduls per descarregar en pàgines web externes per internet...
      -ModulesDeployDesc=Si els permisos en el seu sistema d'arxius ho permiteixen, pot utilitzar aquesta ferramente per instal·lar un mòdul extern. El mòdul estarà aleshores visible en la pestanya <strong>%s</strong>
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Trobar mòduls/complements externs
       ModulesDevelopYourModule=Desenvolupeu els vostres mòduls/aplicacions
      -ModulesDevelopDesc=Podeu desenvolupar o trobar un soci per desenvolupar per a vostè, el vostre mòdul personalitzat
      -DOLISTOREdescriptionLong=En lloc d'activar el lloc web <a href="https://www.dolistore.com">www.dolistore.com</a> per trobar un mòdul extern, podeu utilitzar aquesta eina incrustada que farà que la cerca en el lloc de mercat extern per a tu (pot ser lent, necessiteu un accés a internet) ...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nou
       FreeModule=Gratuït
       CompatibleUpTo=Compatible amb la versió %s
      @@ -211,8 +211,8 @@ Nouveauté=Novetat
       AchatTelechargement=Comprar / Descarregar
       GoModuleSetupArea=Per instal·lar un nou mòdul, vaja al àrea de configuració de mòduls en <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, el lloc oficial de mòduls complementaris per Dolibarr ERP / CRM
      -DoliPartnersDesc=Llista d'empreses que proporcionen desenvolupament a mida de mòduls o funcionalitats (Nota: qualsevol empresa amb experiència amb programació PHP pot proporcionar desenvolupament a mida per un projecte de codi obert)
      -WebSiteDesc=Llocs web de referència per trobar més mòduls...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Algunes solucions per desenvolupar el vostre propi mòdul...
       URL=Enllaç
       BoxesAvailable=Panells disponibles
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=No emmagatzemar la contrasenya sense xifrar a la base
       MainDbPasswordFileConfEncrypted=Encriptar la contrasenya de la base en l'arxiu conf.php
       InstrucToEncodePass=Per tenir la contrasenya encriptada al fitxer <b>conf.php</b> reemplaça la línia<br><b>$dolibarr_main_db_pass="...";</b><br>per<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Per tenir la contrasenya descodificada en el fitxer de configuració <b> conf.php </b>, reemplaça en aquest fitxer la línia <br><b>$dolibarr_main_db_pass="crypted:..."</b><br> per <br><b>$dolibarr_main_db_pass="%s"</b>
      -ProtectAndEncryptPdfFiles=Protecció i encriptació dels pdf generats
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=La protecció d'un document PDF el manté disponible per llegir i imprimir amb qualsevol navegador PDF. No obstant això, l'edició i la còpia ja no és possible. Tingues en compte que l'ús d'aquesta característica fa que la construcció d'un arxiu PDF fusionat global no funcioni.
       Feature=Funció
       DolibarrLicense=Llicència
      @@ -246,8 +246,8 @@ ExternalResources=Recursos externs
       SocialNetworks=Xarxes socials
       ForDocumentationSeeWiki=Per a la documentació d'usuari, desenvolupador o Preguntes Freqüents (FAQ), consulteu el wiki Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Per altres qüestions o realitzar les seves pròpies consultes, pot utilitzar el fòrum Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Aquesta àrea et pot ajudar a obtenir un servei de suport de Dolibarr.
      -HelpCenterDesc2=Alguns d'aquests serveis només estan disponibles en <b>anglès</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Gestor de menú
       MeasuringUnit=Unitat de mesura
       LeftMargin=Marge esquerra
      @@ -262,31 +262,35 @@ NoticePeriod=Preavís
       NewByMonth=Nou per mes
       Emails=Correus
       EMailsSetup=Configuració de correu
      -EMailsDesc=Aquesta plana permet reescriure els paràmetres del PHP en quan a l'enviament de correus. A la majoria dels casos de sistemes operatius Unix/Linux, la configuració per defecte del PHP és correcta i no calen aquests paràmetres.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Perfils de remitents de correus electrònics
      -MAIN_MAIL_SMTP_PORT=Port del servidor SMTP (Per defecte a php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=Nom host o ip del servidor SMTP (Per defecte en php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Port del servidor SMTP (No definit en PHP en sistemes de tipus Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Nom servidor o ip del servidor SMTP (No definit en PHP en sistemes de tipus Unix)
      -MAIN_MAIL_EMAIL_FROM=Remitent del correu per a correus automàtics (Valor per defecte a php.ini: <b>1%s</b>)
      -MAIN_MAIL_ERRORS_TO=L'adreça de correu electrònic utilitzada per retornar correus d'error (emprada al camp 'Errors-To' en els correus enviats)
      -MAIN_MAIL_AUTOCOPY_TO= Envia automàticament una còpia oculta de tots els e-mails enviats a
      -MAIN_DISABLE_ALL_MAILS=Deshabilitar l'enviament de tots els correus (per fer proves o en llocs tipus demo)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Envieu tots els correus electrònics a (en lloc de destinataris reals, amb finalitats d'assaig)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Afegir usuaris d'empleats amb correu a la llista de destinataris permesos
      -MAIN_MAIL_SENDMODE=Mètode d'enviament d'e-mails
      -MAIN_MAIL_SMTPS_ID=ID d'autenticació SMTP si es requereix autenticació SMTP
      -MAIN_MAIL_SMTPS_PW=Contrasenya autentificació SMTP si es requereix autenticació SMTP
      -MAIN_MAIL_EMAIL_TLS= Ús d'encriptació TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Ús d'encriptació TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Desactivar globalment tot enviament de SMS (per mode de proves o demo)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Mètode d'enviament de SMS
      -MAIN_MAIL_SMS_FROM=Número de telèfon per defecte per als enviaments SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Remitent per defecte per a correus enviats manualment (adreça de correu d'usuari o d'empresa)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Correu electrònic de l'usuari
       CompanyEmail=Correu electrònic de l'empresa
       FeatureNotAvailableOnLinux=Funcionalitat no disponible en sistemes Unix. Proveu el seu sendmail localment.
      -SubmitTranslation=Si la traducció d'aquest idioma no està completa o trobes errors, pots corregir-ho editant els arxius en el directori<b>langs/%s</b> i enviant els canvis a www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Si la traducció d'aquest idioma no està completa o trobes errors, pots corregir-ho editant els fitxers en el directori<b>langs/%s</b> i enviant els fitxers modificats al fòrum de www.dolibarr.es o pels desenvolupadors a github.com/Dolibarr/dolibarr.
       ModuleSetup=Configuració del mòdul
       ModulesSetup=Configuració de mòduls/aplicacions
      @@ -309,15 +313,15 @@ DoNotUseInProduction=No utilitzar en producció
       ThisIsProcessToFollow=Aquests són els passos per al procés:
       ThisIsAlternativeProcessToFollow=Aquesta és una configuració alternativa per processar manualment:
       StepNb=Pas %s
      -FindPackageFromWebSite=Busca el paquet que t'ofereix les característiques que vols (per exemple en la web oficial %s)
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Descarrega el paquet (per exemple del lloc web oficial %s).
      -UnpackPackageInDolibarrRoot=Descomprimeix els fitxers empaquetats en en el directori del servidor dedicat a Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Per instal·lar un mòdul extern, descomprimir l'arxiu en el directori del servidor dedicat als mòduls: <b>%s</b>
      -SetupIsReadyForUse=La instal·lació del mòdul ha finalitzat. No obstant, ha d'habilitar i configurar el mòdul en la seva aplicació, aneu a la pàgina per configurar els mòduls: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=No s'ha definit el directori arrel alternatiu a un directori existent.<br>
       InfDirAlt=Des de la versió 3, és possible definir un directori arrel alternatiu. Això li permet emmagatzemar, en un directori dedicat, plug-ins i plantilles personalitzades.<br>Només ha de crear un directori a l'arrel de Dolibarr (per exemple: custom).<br>
       InfDirExample=<br>Declareu-lo al fitxer <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>Si aquestes línies ja hi són però comentades amb un "#",  llavors simplement descomenteu-les treient aquest caràcter.
      -YouCanSubmitFile=Per a aquest pas, podeu pujar el fitxer .ZIP del mòdul aquí:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Versió actual de Dolibarr
       CallUpdatePage=Ves a la pàgina que actualitza l'estructura de base de dades i les dades: %s
       LastStableVersion=Última versió estable
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Dona un cop d'ull a la wiki per més detalls de tots els actor
       UseACacheDelay= Demora en memòria cau de l'exportació en segons (0 o buit sense memòria)
       DisableLinkToHelpCenter=Amagar l'enllaç "Necessita suport o ajuda" a la pàgina de login
       DisableLinkToHelp=Amaga l'enllaç a l'ajuda en línia "<b>%s</b>"
      -AddCRIfTooLong=No hi ha línies de tall automàtic, de manera que si el text és massa llarg en els documents, cal afegir els seus propis retorns de carro en el text mecanografiat.
      -ConfirmPurge=Estàs segur de voler realitzar aquesta purga? <br> Això esborrarà definitivament totes les dades dels seus fitxers (àrea GED, arxius adjunts etc.).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Longuitud mínima
       LanguageFilesCachedIntoShmopSharedMemory=arxius .lang en memòria compartida
       LanguageFile=Fitxer d'idioma
      -ExamplesWithCurrentSetup=Exemples amb la configuració activa actual
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Llistat de directoris de plantilles OpenDocument
       ListOfDirectoriesForModelGenODT=Llista de directoris que contenen fitxers de plantilles amb format OpenDocument.<br><br>Posa aqui el l'adreça completa dels directoris.<br>Afegeix un "intro" entre cada directori.<br>Per afegir un directori del mòdul GED, afegeix aquí <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Els fitxers d'aquests directoris han de tenir l'extensió <b>.odt</b> o <b>.ods</b>.
      -NumberOfModelFilesFound=Nombre d'arxius de plantilles ODT trobats en aquest(s) directori(s)
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Exemples de sintaxi:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=Posant les següents etiquetes a la plantilla, obtindrà una substitució amb el valor personalitzat en generar el document:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Crear_un_modelo_de_documento_ODT
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Clau per utilitzar els Web Services (paràmetre "dolibar
       TestSubmitForm=Formulari de proves
       ThisForceAlsoTheme=Utilitzar aquest gestor de menús predetermina també el tema, sigui quina sigui l'elecció de l'usuari. A més, aquest gestor de menús, especial per a smartphones, només funciona en alguns telèfons. Utilitzar un altre gestor Si veieu qualsevol problema.
       ThemeDir=Directori dels temes
      -ConnectionTimeout=Timeout de connexió
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Timeout de resposta
       SmsTestMessage=Missatge de prova de __PHONEFROM__ per __PHONETO__
       ModuleMustBeEnabledFirst=El mòdul "<b>%s</b>" ha d'habilitar-se primer si necessita aquesta funcionalitat.
       SecurityToken=Clau per encriptar urls
      -NoSmsEngine=No hi ha cap gestor d'enviament de SMS. Els gestors d'enviament de SMS no s'instal·len en estàndard (ja que depenen d'un proveïdor), però pot trobar a la plataforma http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Defineix les opcions globals relacionades a la generació de PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regles de visualització d'adreces
       HideAnyVATInformationOnPDF=Amagar qualsevol informació relacionada amb l'IVA al PDF que es genera
       PDFRulesForSalesTax=Regles per l'IVA
       PDFLocaltax=Regles per %s
      -HideLocalTaxOnPDF=Amagar la tasa %s a la columna d'impostos de venda del pdf
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Amagar descripció dels productes en la generació dels PDF
       HideRefOnPDF=Amagar referència dels productes en la generació dels PDF
       HideDetailsOnPDF=Oculta els detalls de les línies de producte en els PDFs generats
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Seguretat de les URL
       SecurityTokenIsUnique=Fer servir un paràmetre securekey únic per a cada URL?
       EnterRefToBuildUrl=Introduïu la referència de l'objecte %s
       GetSecuredUrl=Obté la URL calculada
      -ButtonHideUnauthorized=Amaga els botons a usuaris no administradors per accions no autoritzades enlloc de mostrar-los en gris deshabilitats
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Taxa d'IVA antiga
       NewVATRates=Taxa d'IVA nova
       PriceBaseTypeToChange=Canviar el preu on la referència de base és
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Llista de selecció
       ExtrafieldSelectList = Llista de selecció de table
       ExtrafieldSeparator=Separador (no és un camp)
       ExtrafieldPassword=Contrasenya
      -ExtrafieldRadio=Botons d'opció (només una opció)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Caselles de verificació
       ExtrafieldCheckBoxFromList=Caselles de verificació des de taula
       ExtrafieldLink=Enllaç a un objecte
       ComputedFormula=Camp calculat
       ComputedFormulaDesc=Podeu introduir aquí una fórmula usant altres propietats d'objecte o qualsevol codi PHP per obtenir un valor calculat dinàmic. Podeu utilitzar qualsevol fórmula compatible amb PHP, inclòs l'operador "?" i els següents objectes globals: <strong> $db, $conf, $langs, $mysoc, $user, $object</strong>. <br><strong> AVÍS</strong>: Només algunes propietats de $object poden estar disponibles. Si necessiteu una propietat que no s'hagi carregat, tan sols busqueu l'objecte en la formula com en el segon exemple. <br> L'ús d'un camp calculat significa que no podeu introduir cap valor des de la interfície. A més, si hi ha un error de sintaxi, la fórmula potser no torni res.  <br><br> Exemple de fórmula: <br> $object->id <10? round($object->id/2, 2): ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)  <br><br> Exemple de recarrega d'object<br> (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br> Un altre exemple de fórmula per forçar la càrrega de l'objecte i el seu objecte principal: <br> (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Mantenir aquest camp buit significa que el valor s'emmagatzema sense xifrar (el camp només ha d'estar amagat amb una estrella sobre la pantalla). <br> Establiu aquí el valor 'auto' per utilitzar la regla de xifrat per defecte per guardar la contrasenya a la base de dades (el valor llegit serà només el "hash", no hi haurà cap manera de recuperar el valor original)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=La llista de valors ha de ser un conjunt de línies amb un par del tipus clau,valor (on la clau no pot ser '0') <br><br> per exemple : <br>clau1,valor1<br>clau2,valor2<br>clau3,valor3<br>...<br><br>Per tenir la llista depenent d'una altra llista d'atributs complementaris: <br>1,valor1|options_<i>codi_llista_pare</i>:clau_pare<br>2,valor2|options_<i>codi_llista_pare</i>:clau_pare <br><br>Per tenir la llista depenent d'una altra llista:<br>1,valor1|<i>codi_llista_pare</i>:clau_pare<br>2,valor2|<i>codi_llista_pare</i>:clau_pare
       ExtrafieldParamHelpcheckbox=La llista de valor ha de ser un conjunt de línies del tipus clau,valor (a on la clau no pot ser '0')<br><br> per exemple : <br>1,valor1<br>2,valor2<br>3,valor3<br>...
       ExtrafieldParamHelpradio=La llista de valor ha de ser un conjunt de línies del tipus clau,valor (a on la clau no pot ser '0')<br><br> per exemple : <br>1,valor1<br>2,valor2<br>3,valor3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Enllaç per defecte
       SetAsDefault=Indica'l com Defecte
       ValueOverwrittenByUserSetup=Atenció: Aquest valor pot ser sobreescrit per un valor específic de la configuració de l'usuari (cada usuari pot tenir la seva pròpia url clicktodial)
       ExternalModule=Mòdul extern - Instal·lat al directori %s
      -BarcodeInitForThirdparties=Inici massiu de codi de barres per tercers
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Inici massiu de codi de barres per productes o serveis
       CurrentlyNWithoutBarCode=Actualment, té <strong>%s</strong> registres a <strong>%s</strong> %s sense codi de barres definit.
       InitEmptyBarCode=Iniciar valor pels %s registres buits
       EraseAllCurrentBarCode=Esborrar tots els valors de codi de barres actuals
       ConfirmEraseAllCurrentBarCode=Esteu segur que voleu esborrar tots els valors de codis de barres actuals?
       AllBarcodeReset=S'han eliminat tots els valors de codi de barres
      -NoBarcodeNumberingTemplateDefined=No hi ha plantilla de codi de barres habilitada a la configuració del mòdul de codi de barres.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Habilita la caché de fitxers
       ShowDetailsInPDFPageFoot=Afegeix més detalls en el peu dels fitxers PDF, com l'adreça de l'empresa, o altres camps (el NIF/CIF, codis professionals, ...).
       NoDetails=No hi ha més detalls en el peu
       DisplayCompanyInfo=Mostra l'adreça de l'empresa
       DisplayCompanyManagers=Mostra el gestor de noms
       DisplayCompanyInfoAndManagers=Mostra l'adreça de l'empresa i els noms del gerència
      -EnableAndSetupModuleCron=Si vols tenir aquesta factura recurrent generada automàticament, el mòdul *%s* s'ha d'habilitar i configurar correctament. D'altra banda, la generació de factures s'ha de fer manualment des d'aquesta plantilla amb el bóto "Crea". Tingues en compte que si actives la generació automàtica, pots continuar generant factures manuals. No és possible la generació de duplicitats pel mateix període. 
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Retorna un codi comptable buit.
       ModuleCompanyCodeDigitaria=El codi comptable depèn del codi del Tercer. El codi està format pel caràcter "C" a la primera posició seguit dels 5 primers caràcters del codi del Tercer.
       Use3StepsApproval=Per defecte, les comandes de compra necessiten ser creades i aprovades per 2 usuaris diferents (el primer pas/usuari és per a crear i un altre pas/usuari per aprovar. Noteu que si un usuari te permisos tant per crear com per aprovar, un sol pas/usuari serà suficient). Amb aquesta opció, tens la possibilitat d'introduir un tercer pas/usuari per a l'aprovació, si l'import es superior a un determinat valor (d'aquesta manera són necessaris 3 passos: 1=validació, 2=primera aprovació i 3=segona aprovació si l'import és suficient).<br>Deixa-ho en blanc si només vols un nivell d'aprovació (2 passos); posa un valor encara que sigui molt baix (0,1) si vols una segona aprovació (3 passos).
       UseDoubleApproval=Utilitza una aprovació en 3 passos quan l'import (sense impostos) sigui més gran que...
      -WarningPHPMail=ADVERTIMENT: sovint és millor configurar correus electrònics de sortida per utilitzar el servidor de correu electrònic del vostre proveïdor en comptes de la configuració predeterminada. Alguns proveïdors de correu electrònic (com Yahoo) no us permeten enviar un correu electrònic des d'un altre servidor que el seu propi servidor. La seva configuració actual utilitza el servidor de l'aplicació per enviar correus electrònics i no el servidor del vostre proveïdor de correu electrònic, de manera que alguns destinataris (el que sigui compatible amb el protocol restrictiu de DMARC), us preguntaran al vostre proveïdor de correu electrònic si poden acceptar el vostre correu electrònic i alguns proveïdors de correu electrònic (com Yahoo) pot respondre "no" perquè el servidor no és un servidor d'ells, així que pocs dels vostres correus electrònics enviats no es poden acceptar (tingueu cura també de la quota d'enviament del vostre proveïdor de correu electrònic). Si el vostre proveïdor de correu electrònic (com Yahoo) té aquesta restricció, heu de canviar la configuració de correu electrònic per triar l'altre mètode "servidor SMTP" i introduir el servidor SMTP i les credencials proporcionades pel vostre proveïdor de correu electrònic (demaneu al proveïdor d'EMail que obtingui credencials SMTP per al vostre compte).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=Si el vostre proveïdor SMTP necessita restringir al client de correu a una adreça IP (és raro), aquesta és la IP de l'agent d'usuari de correu (MUA) per la vostra aplicació ERP CRM: <strong>%s</strong>.
       ClickToShowDescription=Clica per mostrar la descripció
      -DependsOn=Aquest mòdul necesita el/s mòdul/s
      +DependsOn=This module needs the module(s)
       RequiredBy=Aquest mòdul és requerit pel/s mòdul/s
      -TheKeyIsTheNameOfHtmlField=Aquest és el nom del camp HTML. Això necessita tenir coneixements tècnics per llegir el contingut de la pàgina HTML per obtenir el nom clau d'un camp.
      -PageUrlForDefaultValues=Has d'introduir aquí l'URL relatiu de la pàgina. Si inclous paràmetres a l'URL, els valors predeterminats seran efectius si tots els paràmetres s'estableixen en el mateix valor. Exemples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>Per formulari per crear un nou Tercer, és <strong>%s</strong>,<br>Si voleu un valor per defecte només si la URL conté algun paràmetre, llavors podeu emprar <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>Per la plana que enllista els Tercers, és <strong>%s</strong>,<br>Si voleu un valor per defecte només si la URL conté algun paràmetre, llavors podeu emprar <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Permet l'ús de valors predeterminats personalitzats
      -EnableOverwriteTranslation=Habilita l'ús de la traducció sobreescrita
      -GoIntoTranslationMenuToChangeThis=S'ha trobat una traducció per a la clau amb aquest codi, per tant, per canviar aquest valor, heu d'editar-lo des de  Inici-Configuració-Traducció.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Avís, establir un ordre de classificació predeterminat pot provocar un error tècnic en passar a la pàgina de la llista si el camp és un camp desconegut. Si experimentes aquest error, torna a aquesta pàgina per eliminar l'ordre de classificació predeterminat i restablir el comportament predeterminat.
       Field=Camp
       ProductDocumentTemplates=Plantilles de documents per generar document de producte
      @@ -476,16 +480,18 @@ SendEmailsReminders=Enviar recordatoris d'agenda per correu electrònic
       davDescription=Afegeix un component per ser un servidor DAV
       DAVSetup=Configuració del mòdul DAV
       DAV_ALLOW_PUBLIC_DIR=Habilitar el directori públic (un directori WebDav que no requereix accés amb contrasenya)
      -DAV_ALLOW_PUBLIC_DIRTooltip=El directori públic WebDav és un directori WebDav al qual tothom pot accedir (per llegir i/o escriure), sense necessitat de tenir un compte d'accés amb contrasenya.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Usuaris i grups
       Module0Desc=Gestió d'usuaris / empleats i grups
      -Module1Name=Tercers
      +Module1Name=Third Parties
       Module1Desc=Gestió d'empreses i contactes (clients, clients potencials...)
       Module2Name=Comercial
       Module2Desc=Gestió comercial
       Module10Name=Comptabilitat
      -Module10Desc=Informes de compatbilitat senzills (diaris, facturació) basats en el contingut a la base de dades. No empra cap taula de llibre major.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Pressupostos
       Module20Desc=Gestió de pressupostos/propostes comercials
       Module22Name=E-Mailings
      @@ -511,13 +517,13 @@ Module52Desc=Gestió de stocks de productes
       Module53Name=Serveis
       Module53Desc=Gestió de serveis
       Module54Name=Contractes/Subscripcions
      -Module54Desc=Gestió de contractes (serveis o subscripcions diaries)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Codis de barra
       Module55Desc=Gestió dels codis de barra
       Module56Name=Telefonia
       Module56Desc=Gestió de la telefonia
       Module57Name=Domiciliacions
      -Module57Desc=Gestió de domiciliacions. També inclou generació del fitxer SEPA per als països europeus
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integració amb ClickToDial
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Notes de despeses i desplaçaments
       Module75Desc=Gestió de les notes de despeses i desplaçaments
       Module80Name=Expedicions
       Module80Desc=Gestió d'expedicions i recepcions
      -Module85Name=Bancs i caixes
      +Module85Name=Banks and Cash
       Module85Desc=Gestió de comptes bancaris o efectiu
      -Module100Name=External site
      -Module100Desc=Inclou qualsevol lloc web extern en els menús de Dolibarr, veient-lo en un frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman i SPIP
       Module105Desc=Interfície amb Mailman o SPIP pel mòdul de Socis
       Module200Name=LDAP
      -Module200Desc=Sincronització amb un directori LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Integració amb PostNuke
       Module240Name=Exportacions de dades
      -Module240Desc=Eina d'exportació de dades Dolibarr (amb assistent)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Importació de dades
      -Module250Desc=Eina per importar dades a Dolibarr (amb assistent)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Socis
       Module310Desc=Gestió de socis d'una entitat
       Module320Name=Fils RSS
       Module320Desc=Addició de fils d'informació RSS en les pantalles Dolibarr
      -Module330Name=Bookmarks
      -Module330Desc=Gestió de marcadors
      -Module400Name=Projectes/Oportunitats/Leads
      -Module400Desc=Gestió de projectes, oportunitats/leads i/o tasques. Pots asignar també qualsevol element (factura, comanda, pressupost, intervenció...) a un projecte i obtindre una vista transversal del projecte.
      +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=Interface amb el calendari webcalendar
       Module500Name=Impostos i despeses especials
       Module500Desc=Gestió d'altres despeses (IVA, IRPF, altres impostos, dividends, ...)
       Module510Name=Pagament de salaris dels empleats
      -Module510Desc=Registre i seguiment del pagament dels salaris dels empleats
      +Module510Desc=Record and track employee payments
       Module520Name=Préstec
       Module520Desc=Gestió de préstecs
       Module600Name=Notificacions sobre events de negoci
      -Module600Desc=Enviar notificacions per correu (arran de cert esdeveniments de negoci) a usuaris (configuració a establir per a cada usuari), a contactes de tercers (configuració a establir per a cada tercer) o a adreces fixes
      -Module600Long=Tingueu en compte que aquest mòdul està dedicat a enviar correus electrònics en temps real quan es produeix un esdeveniment de negoci dedicat. Si cerqueu una característica per enviar recordatoris per correu electrònic dels esdeveniments de l'agenda, aneu a la configuració del mòdul Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Variants de producte
      -Module610Desc=Permet la creació de variants de producte en funció dels atributs (color, mida, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donacions
       Module700Desc=Gestió de donacions
       Module770Name=Informes de despeses
      -Module770Desc=Informes de despeses de gestió i reclamació (transport, menjar, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Pressupost del proveïdor
       Module1120Desc=Sol·licitar al venedor cotització i preus
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Generació de documents de correu massiu
       Module1780Name=Etiquetes
       Module1780Desc=Crear etiquetes/categories (productes, clients, venedors, contactes o membres)
       Module2000Name=Editor WYSIWYG
      -Module2000Desc=Permet editar algunes àrees de text utilitzant un editor avançat (basat en CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Multi-preus
       Module2200Desc=Activar l'ús d'expressions matemàtiques per als preus
       Module2300Name=Tasques programades
       Module2300Desc=Gestió de tasques programades (alias cron o taula chrono)
       Module2400Name=Esdeveniments/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=SGD / GCE
       Module2500Desc=Sistema de gestió de documents / Gestió de continguts electrònics. Organització automàtica dels vostres documents generats o emmagatzemats. Compartiu-los quan ho necessiteu.
       Module2600Name=Serveis API/WEB (servidor SOAP)
      @@ -590,46 +596,50 @@ Module2600Desc=Habilita el servidor SOAP de Dolibarr que ofereix serveis API
       Module2610Name=Serveis API/WEB (servidor REST)
       Module2610Desc=Habilita el servidor REST de Dolibarr que ofereix serveis API
       Module2660Name=Crida a WebServices (client SOAP)
      -Module2660Desc=Habilitar els serveis de client web de Dolibarr (pot ser utilitzar per gravar dades/sol·licituds de servidors externs. De moment només és suportat en comandes a proveïdors)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Utilitza el servei en línia de Gravatar (www.gravatar.com) per mostrar fotos dels usuaris/socis (que es troben en els seus missatges de correu electrònic). Necessita un accés a Internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=Client FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Capacitats de conversió GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Afegeix un botó d'Skype a les fitxes dels usuaris / tercers / contactes / socis
       Module3200Name=Arxius inalterables
      -Module3200Desc=Activa el registre d'alguns esdeveniments de negoci en un registre inalterable. Els esdeveniments s'arxiven en temps real. El registre és una taula d'esdeveniments encadenats que només es poden llegir i exportar. Aquest mòdul pot ser obligatori per a alguns països.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=RRHH
       Module4000Desc=Gestió de recursos humans (gestionar departaments, empleats, contractes i "feelings")
       Module5000Name=Multi-empresa
       Module5000Desc=Permet gestionar diverses empreses
       Module6000Name=Workflow
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=Gestió del flux de treball (creació automàtica d'objectes i / o canvi d'estat automàtic)
       Module10000Name=Pàgines web
       Module10000Desc=Crear un portal web amb un editor WYSIWG. Només heu de configurar el vostre servidor web (Apache, Nginx, ...) per apuntar al directori dedicat de Dolibarr per tenir-ho publicat en línia amb el vostre propi domini.
       Module20000Name=Dies lliures
      -Module20000Desc=Gestió dels dies lliures dels empleats
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Lots de productes
       Module39000Desc=Gestió de lots o series, dates de caducitat i venda dels productes
      +Module40000Name=Multidivisa
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Mòdul per oferir una plana de pagament en línia, acceptant pagaments amb targeta de dèbit/crèdit via PayBox. Pot ser emprat per permetre als vostres clients fer pagaments lliures o bé per pagar algun objecte particular del Dolibarr (factura, comanda, etc...)
      +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=TPV
       Module50100Desc=Mòdul Terminal Punt Venda (TPV)
      +Module50150Name=Terminals Punt de Venda
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Mòdul per oferir una pàgina de pagament en línia que accepti pagaments mitjançant PayPal (targeta de crèdit o amb crèdit PayPal). Això es pot utilitzar per permetre als vostres clients fer pagaments lliures o el pagament d'un objecte particular de Dolibarr (factura, comanda, ...)
      +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=Comptabilitat (avançat)
      -Module50400Desc=Gestió comptable (entrades dobles, suport general i llibres majors auxiliars). Exporta el llibre major en diversos altres formats de programari de comptabilitat.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=L'impressió directa (sense obrir els documents) utilitza l'interfície Cups IPP (L'impressora té que ser visible pel servidor i CUPS té que estar instal·lat en el servidor)
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Enquesta o votació
      -Module55000Desc=Mòdul per crear enquestes o votacions online (com Doodle, Studs, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marges
       Module59000Desc=Mòdul per gestionar els marges
       Module60000Name=Comissions
       Module60000Desc=Mòdul per gestionar les comissions
      -Module62000Name=Incoterm
      -Module62000Desc=Afegir funcions per gestionar Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Recursos
       Module63000Desc=Gestiona els recursos (impressores, cotxes, habitacions...) que pots compartir en esdeveniments
       Permission11=Consulta factures de client
      @@ -651,9 +661,9 @@ Permission32=Crear/modificar productes
       Permission34=Elimina productes
       Permission36=Veure/gestionar els productes ocults
       Permission38=Exportar productes
      -Permission41=Consulta projectes i tasques (els projectes compartits i els projectes en que sóc el contacte). També pots introduir els temps consumits, per a mi o la meva jerarquia, en tasques asignades (full de temps)
      -Permission42=Crea/modifica projectes (projectes compartits i projectes dels que sóc contacte). També pot crear tasques i assignar usuaris a projectes i tasques
      -Permission44=Elimina projectes (projectes compartits i projectes dels que en sóc contacte)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Exporta projectes
       Permission61=Consulta intervencions
       Permission62=Crea/modifica intervencions
      @@ -686,7 +696,7 @@ Permission109=Eliminar expedicions
       Permission111=Consultar comptes financers (comptes bancaris, caixes)
       Permission112=Crear/modificar quantitat/eliminar registres bancaris
       Permission113=Configuració de comptes financers (crear i gestionar les categories)
      -Permission114=Reconciliar transaccions
      +Permission114=Reconcile transactions
       Permission115=Exporta transaccions i extractes
       Permission116=Captar transferències entre comptes
       Permission117=Gestionar enviament de xecs
      @@ -694,15 +704,15 @@ Permission121=Consulta tercers enllaçats a usuaris
       Permission122=Crea/modifica tercers enllaçats a l'usuari
       Permission125=Elimina tercers enllaçats a l'usuari
       Permission126=Exporta tercers
      -Permission141=Consulta tots els projectes i tasques (també els projectes privats dels que no sóc contacte)
      -Permission142=Crea/modifica tots els projectes i tasques (també projectes privats dels que no sóc el contacte)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Elimina tots els projectes i tasques (també els projectes privats dels que no sóc contacte)
       Permission146=Consulta proveïdors
       Permission147=Consulta estadístiques
       Permission151=Llegir domiciliacions
       Permission152=Crear/modificar domiciliacions
       Permission153=Enviar/Transmetre domiciliacions
      -Permission154=Registrar Abonaments/Devolucions de domiciliacions
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Consulta contractes/subscripcions
       Permission162=Crear/Modificar contractes/subscripcions
       Permission163=Activar un servei/subscripció d'un contracte
      @@ -725,7 +735,7 @@ Permission187=Tancar comandes a proveïdors
       Permission188=Anul·lar comandes a proveïdors
       Permission192=Crear línies
       Permission193=Cancel·lar línies
      -Permission194=Consultar l'ample de banda de línies
      +Permission194=Read the bandwidth lines
       Permission202=Crear connexions ADSL
       Permission203=Realitzar comanda de connexions
       Permission204=Demanar connexions
      @@ -750,12 +760,12 @@ Permission244=Veure contingut de categories ocultes
       Permission251=Consultar altres usuaris
       PermissionAdvanced251=Consultar altres usuaris
       Permission252=Consultar els permisos d'altres usuaris
      -Permission253=Crear/modificar altres usuaris i els seus permisos
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Crear/modificar usuaris interns/externs i els seus permisos
       Permission254=Crea/modifica només usuaris externs
       Permission255=Eliminar o desactivar altres usuaris
       Permission256=Consultar els seus permisos
      -Permission262=Ampliar l'accés a tots els tercers (no sols als tercers dels quals l'usuari és comercial).<br>No efectiu per a usuaris externs (sempre limitat a ells mateix per a pressupostos, comandes, factures, contractes, etc).<br>No efectiu per a projectes (sols permisos de visió i asignació dels projectes).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Consultar el CA
       Permission272=Consultar les factures
       Permission273=Emetre les factures
      @@ -765,7 +775,7 @@ Permission283=Elimina contactes
       Permission286=Exporta contactes
       Permission291=Consultar tarifes
       Permission292=Indica permisos en les tarifes
      -Permission293=Modificar les tarifes a clients
      +Permission293=Modify customers tariffs
       Permission300=Consultar codis de barra
       Permission301=Crear/modificar codis de barra
       Permission302=Eliminar codi de barra
      @@ -787,11 +797,9 @@ Permission401=Consultar havers
       Permission402=Crear/modificar havers
       Permission403=Validar havers
       Permission404=Eliminar havers
      -Permission501=Consulta els contractes/salaris dels empleats
      -Permission502=Crea/modifica els contractes/salaris dels empleats
      -Permission511=Consulta el pagament dels salaris
      -Permission512=Crea/modifica el pagament dels salaris
      -Permission514=Elimina salaris
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Exportació salaris
       Permission520=Consulta préstecs
       Permission522=Crear/modificar préstecs
      @@ -844,8 +852,8 @@ Permission1251=Llançar les importacions en massa a la base de dades (càrrega d
       Permission1321=Exporta factures de clients, atributs i cobraments
       Permission1322=Reobrir una factura pagada
       Permission1421=Exporta comandes de clients i atributs
      -Permission20001=Consulta els dies de lliure disposició (els propis i els dels teus subordinats)
      -Permission20002=Crea/modifica els teus dies de lliure disposició (els propis i els dels teus subordinats)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Elimina les peticions de dies lliures retribuïts
       Permission20004=Consulta tots els dies de lliure disposició (inclòs els usuaris no subordinats)
       Permission20005=Crea/modifica els dies de lliure disposició per tothom (inclòs els usuaris no subordinats)
      @@ -880,8 +888,8 @@ Permission63001=Consulta recursos
       Permission63002=Crea/modifica recursos
       Permission63003=Elimina recursos
       Permission63004=Enllaça recursos en esdeveniments de l'agenda
      -DictionaryCompanyType=Tipus de tercers
      -DictionaryCompanyJuridicalType=Formes jurídiques de tercers
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Perspectiva nivell client potencial
       DictionaryCanton=Província
       DictionaryRegion=Regions
      @@ -891,10 +899,10 @@ DictionaryCivility=Títols personals i professionals
       DictionaryActions=Tipus d'esdeveniments de l'agenda
       DictionarySocialContributions=Tipus d'impostos varis
       DictionaryVAT=Taxa d'IVA o Impost de vendes
      -DictionaryRevenueStamp=Amount of tax stamps
      +DictionaryRevenueStamp=Imports de segells fiscals
       DictionaryPaymentConditions=Condicions de pagament
       DictionaryPaymentModes=Modes de pagament
      -DictionaryTypeContact=Tipus de contactes/adreces
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Tipus de pàgines web / contenidors
       DictionaryEcotaxe=Barems CEcoParticipación (DEEE)
       DictionaryPaperFormat=Formats paper
      @@ -908,47 +916,47 @@ DictionarySource=Orígens de pressupostos/comandes
       DictionaryAccountancyCategory=Grups personalitzats per informes
       DictionaryAccountancysystem=Models de plans comptables
       DictionaryAccountancyJournal=Diari de comptabilitat
      -DictionaryEMailTemplates=Models d'emails
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Unitats
       DictionaryProspectStatus=Estat del client potencial
      -DictionaryHolidayTypes=Tipus de dies lliures
      -DictionaryOpportunityStatus=Estat de l'oportunitat pel projecte/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Informe de despeses - Categories de transport
       DictionaryExpenseTaxRange=Informe de despeses - Rang per categoria de transport
       SetupSaved=Configuració desada
       SetupNotSaved=Configuració no desada
       BackToModuleList=Retornar llista de mòduls
      -BackToDictionaryList=Tornar a la llista de diccionaris
      -TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Gestió IVA
      -VATIsUsedDesc=El tipus d'IVA proposat per defecte en les creacions de pressupostos, factures, comandes, etc. respon a la següent regla: <br> Si el venedor no està subjecte a IVA, asigna IVA per defecte a 0. Final de regla. <br>Si el país del venedor=país del comprador, asigna per defecte el IVA del producte en el país venut. Final de regla. <br> Si el venedor i comprador resideixen a la Comunitat Europea i els béns venuts són productes de transport (cotxe, vaixell, avió), asigna IVA per defecte a 0 (l'IVA ha de ser pagat pel comprador a la hisenda pública del seu país i no al venedor). Final de regla <br> Si venedor i comprador resideixen a la Comunitat Europea i el comprador no és una empresa, asigna per defecte l'IVA del producte venut. Final de regla. <br> Si el venedor i comprador resideixen a la Comunitat Europea i el comprador és una empresa, asigna per defecte l'IVA 0 Final de regla. <br> En qualsevol altre cas l'IVA proposat per defecte és 0. Final de regla.
      -VATIsNotUsedDesc=El tipus d'IVA proposat per defecte és 0. Aquest és el cas d'associacions, particulars o algunes petites societats.
      -VATIsUsedExampleFR=A França, es tracta de les societats o organismes que trien un règim fiscal general (General simplificat o General normal), règim en el qual es declara l'IVA.
      -VATIsNotUsedExampleFR=A França, es tracta d'associacions exemptes d'IVA o societats, organismes o professions liberals que han triat el règim fiscal de mòduls (IVA en franquícia), pagant un IVA en franquícia sense fer declaració d'IVA. Aquesta elecció fa aparèixer l'anotació "IVA no aplicable - art-293B del CGI" en les factures.
      +BackToDictionaryList=Back to list of Dictionaries
      +TypeOfRevenueStamp=Tipus de segell fiscal
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Tarifa
       LocalTax1IsNotUsed=No subjecte
      -LocalTax1IsUsedDesc=Utilitza un 2n tipus d'impost (diferent de l'IVA)
      -LocalTax1IsNotUsedDesc=No utilitzar un altre tipus d'impost (diferent de l'IVA)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=2n tipus d'impost
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=No subjecte
      -LocalTax2IsUsedDesc=Utilitza un 3r tipus d'impost (diferent de l'IVA)
      -LocalTax2IsNotUsedDesc=No utilitzar un altre tipus d'impost (diferent de l'IVA)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=3r tipus d'impost
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Gestió Recàrrec d'Equivalència
      -LocalTax1IsUsedDescES= El tipus de RE proposat per defecte en les creacions de pressupostos, factures, comandes, etc. Respon a la següent regla:<br>Si el comprador no està subjecte a RE, RE per defecte= 0. Final de regla.<br>Si el comprador està subjecte a RE aleshores s'aplica valor de RE per defecte. Final de regla.<br>
      -LocalTax1IsNotUsedDescES= El tipus de RE proposat per defecte es 0. Final de regla.
      -LocalTax1IsUsedExampleES= A Espanya, es tracta de persones físiques: autònoms subjectes a uns epígrafs concrets de l'IAE.
      -LocalTax1IsNotUsedExampleES= A Espanya, es tracta d'empreses jurídiques: Societats limitades, anònimes, etc. i persones físiques (autònoms) subjectes a certs epígrafs de l'IAE.
      -LocalTax2ManagementES= Gestió IRPF
      -LocalTax2IsUsedDescES= El tipus d'IRPF proposat per defecte en les creacions de pressupostos, factures, comandes, etc. Respon a la següent regla:<br>Si el venedor no està subjecte a IRPF, IRPF per defecte= 0. Final de regla.<br>Si el venedor està subjecte a IRPF aleshores s'aplica valor d'IRPF per defecte. Final de regla.<br>
      -LocalTax2IsNotUsedDescES= El tipus d'IRPF proposat per defecte es 0. Final de regla.
      -LocalTax2IsUsedExampleES= A Espanya, es tracta de persones físiques: autònoms i professionals independents que presten serveis i empreses que han triat el règim fiscal de mòduls.
      -LocalTax2IsNotUsedExampleES= A Espanya, es tracta d'empreses no subjectes al règim fiscal de mòduls.
      +LocalTax1ManagementES=Gestió Recàrrec d'Equivalència
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=El tipus de RE proposat per defecte es 0. Final de regla.
      +LocalTax1IsUsedExampleES=A Espanya, es tracta de persones físiques: autònoms subjectes a uns epígrafs concrets de l'IAE.
      +LocalTax1IsNotUsedExampleES=A Espanya, es tracta d'empreses jurídiques: Societats limitades, anònimes, etc. i persones físiques (autònoms) subjectes a certs epígrafs de l'IAE.
      +LocalTax2ManagementES=Gestió IRPF
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=El tipus d'IRPF proposat per defecte es 0. Final de regla.
      +LocalTax2IsUsedExampleES=A Espanya, es tracta de persones físiques: autònoms i professionals independents que presten serveis i empreses que han triat el règim fiscal de mòduls.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Informes d'impostos locals
       CalcLocaltax1=Vendes - Compres
       CalcLocaltax1Desc=Els informes es calculen amb la diferència entre les vendes i les compres
      @@ -958,7 +966,8 @@ CalcLocaltax3=Vendes
       CalcLocaltax3Desc=Els informes es basen en el total de les vendes
       LabelUsedByDefault=Etiqueta utilitzada per defecte si no es troba cap traducció per aquest codi
       LabelOnDocuments=Etiqueta sobre documents
      -NbOfDays=Nº de dies
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=A final de mes
       CurrentNext=Actual/Següent
       Offset=Decàleg
      @@ -984,7 +993,7 @@ DatabaseUser=Login de la base de dades
       DatabasePassword=Contrasenya de la base de dades
       Tables=Taules
       TableName=Nom de la taula
      -NbOfRecord=Nº Reg.
      +NbOfRecord=No. of records
       Host=Servidor
       DriverType=Tipus de driver
       SummarySystem=Resum de la informació de sistemes Dolibarr
      @@ -996,7 +1005,7 @@ Skin=Tema visual
       DefaultSkin=Tema visual por defecte
       MaxSizeList=Longuitud màxima de llistats
       DefaultMaxSizeList=Longitud màxima per defecte per a les llistes
      -DefaultMaxSizeShortList=Longitud màxima per defecte en llistes curtes (per exemple, en la fitxa de client)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Missatge del dia
       MessageLogin=Missatge del login
       LoginPage=Pàgina de login
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Zona de recerca permanent del menú de l'esquerra
       DefaultLanguage=Idioma per defecte a utilitzar (codi d'idioma)
       EnableMultilangInterface=Activar interface multiidioma
       EnableShowLogo=Mostra el logotip en el menú de l'esquerra
      -CompanyInfo=Informació de l'empresa/organització
      -CompanyIds=Identificació reglamentària
      +CompanyInfo=Empresa/Organització
      +CompanyIds=Company/Organization identities
       CompanyName=Nom/Raó social
       CompanyAddress=Adreça
       CompanyZip=Codi postal
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Titular del compte %s
       BankModuleNotActive=Mòdul comptes bancaris no activat
       ShowBugTrackLink=Mostra l'enllaç "<strong>%s</strong>"
       Alerts=Alertes
      -DelaysOfToleranceBeforeWarning=Terminis de tolerància abans d'alerta
      -DelaysOfToleranceDesc=Aquesta pantalla permet configura els terminis de tolerància abans que es alerti amb el símbol %s, sobre cada element en retard.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerància de retard (en dies) abans de l'alerta en esdeveniments planificats (esdevenitments de l'agenda) encara no completats
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerància de retard (en dies) abans de l'alerta en projectes no tancats a temps.
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerància de retard (en dies) abans de l'alerta en tasques planificades (tasques de projectes) encara no completades
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerància de retard (en dies) abans de l'alerta en comandes encara no processades
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerància de retard abans de l'alerta (en dies) sobre pressupostos a tancar
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerància de retard abans de l'alerta (en dies) sobre pressupostos no facturats
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerància de retard abans de l'alerta (en dies) sobre serveis a activar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerància de retard abans de l'alerta (en dies) sobre serveis expirats
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerància de retard abans de l'alerta (en dies) sobre factures de proveïdor impagades
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerància de retard abans de l'alerta (en dies) sobre factures a client impagades
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerància de retard abans de l'alerta (en dies) sobre conciliacions bancàries pendents
      -Delays_MAIN_DELAY_MEMBERS=Tolerància de retard abans de l'alerta (en dies) sobre cotitzacions adherents en retard
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerància de retard abans de l'alerta (en dies) sobre xecs a ingressar
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerància de retard (en dies) abans d'alertar d'informes de despeses pendents d'aprovar
      -SetupDescription1=L'àrea de configuració són pels paràmetres de configuració inicials abans de començar a utilitzar Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Les altres entrades de configuració gestionen paràmetres opcionals.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Auditoria de la seguretat d'esdeveniments
       Audit=Auditoria
       InfoDolibarr=Sobre Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Podeu habilitar el registre d'esdeveniments de seguretat Dolibarr a
       AreaForAdminOnly=Els paràmetres de configuració només poden ser establerts per <b>usuaris administradors</b>.
       SystemInfoDesc=La informació del sistema és informació tècnica accessible només en només lectura als administradors.
       SystemAreaForAdminOnly=Aquesta àrea només és accessible als usuaris de tipus administradors. Cap permís Dolibarr permet estendre el cercle de usuaris autoritzats a aquesta áera.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Editeu en aquesta pàgina tota la informació coneguda sobre el vostre comptable
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=Número de fila
       DisplayDesc=Selecciona els paràmetres relacionats amb l'aparença de Dolibarr
       AvailableModules=Mòduls/complements disponibles
       ToActivateModule=Per activar els mòduls, aneu a l'àrea de Configuració (Inici->Configuració->Mòduls).
       SessionTimeOut=Timeout de sesions
      -SessionExplanation=Assegura que el període de sessions no expirarà abans d'aquest moment. Tanmateix, la gestió del període de sessions de PHP no garanteix que el període de sessions expirar després d'aquest període: Aquest serà el cas si un sistema de neteja del cau de sessions és actiu. <br>Nota: Sense mecanisme especial, el mecanisme intern per netejar el període de sessions de PHP tots els accessos <b>%s /%s</b>, però només al voltant de l'accés d'altres períodes de sessions.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Triggers disponibles
      -TriggersDesc=Els triggers són arxius que modifiquen el comportament del fluxe de treball de Dolibarr un cop s'han copiat a la carpeta <b>htdocs/core/triggers</b>. Realitzen noves accions activades pels esdeveniments de Dolibarr (creació d'empresa, validació factura, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers d'aquest arxiu desactivador pel sufix <b>-NORUN</b> en el nom de l'arxiu.
       TriggerDisabledAsModuleDisabled=Triggers d'aquest arxiu desactivats ja que el mòdul <b>%s</b> no està activat.
       TriggerAlwaysActive=Triggers d'aquest arxiu sempre actius, ja que els mòduls Dolibarr relacionats estan activats
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Afegeix totes les dades de referència. Pots afegir els teus valo
       ConstDesc=Aquesta pàgina et permet editar tots els altres paràmetres no disponibles en les pàgines anteriors. Principalment són paràmetres reservats per desenvolupadors o per casuístiques avançades. Per veure el llistat d'opcions <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">clica aquí</a>.
       MiscellaneousDesc=Tots els altres paràmetres relacionats amb la seguretat es defineixen aqui.
       LimitsSetup=Configuració de límits i precisions
      -LimitsDesc=Podeu definir aquí els límits i precisions utilitzats per Dolibarr
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Decimals màxims per als preus unitaris
       MAIN_MAX_DECIMALS_TOT=Decimals màxims per als preus totals
       MAIN_MAX_DECIMALS_SHOWN=Decimals màxims per als imports mostrats a la pantalla (Posar <b> ...</b> després del màxim si vol veure <b> ...</b> quan el nombre es trunque al mostrar a la pantalla)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Preu unitari sense IVA d'un producte
       TotalPriceAfterRounding=Preu total després de l'arrodoniment
       ParameterActiveForNextInputOnly=Paràmetre efectiu només a partir de les properes sessions
       NoEventOrNoAuditSetup=No s'han registrat esdeveniments de seguretat. Això pot ser normal si l'auditoria no ha estat habilitat a la pàgina "configuració->seguretat->auditoria".
      -NoEventFoundWithCriteria=No s'han trobat esdeveniments de seguretat per a aquests criteris de cerca.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Veure la configuració local de sendmail
       BackupDesc=Per realitzar una còpia de seguretat completa de Dolibarr, vostè ha de:
       BackupDesc2=Desa el contingut del directori de documents (<b>%s</b>) que conté tots els fitxers carregats i generats (per tant, inclou tots els fitxers de bolcat generats al pas 1)
      -BackupDesc3=Guardar el contingut de la seva base de dades (<b>%s</b>) a un archiu de bolcat. Per aixo pot utilitzar l'asistent a continuació
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=La carpeta arxivada haurà de guardar-se en un lloc segur
       BackupDescY=L'arxiu de bolcat generat haurà de guardar-se en un lloc segur.
      -BackupPHPWarning=La còpia de seguretat no pot ser garantida amb aquest mètode. És preferible utilitzar l'anterior
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Per restaurar una còpia de seguretat de Dolibarr, vostè ha de:
      -RestoreDesc2=Agafar l'arxiu (arxiu zip, per exemple) del directori dels documents i descomprimeix-lo en el directori dels documents d'una nova instal·lació de Dolibarr o a la carpeta dels documents d'aquesta instal·lació (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restaurar l'arxiu del bolcat guardat a la base de dades de la nova instal·lació de Dolibarr o d'aquesta instal·lació (<b>%s</b>). Atenció, una vegada realitzada la restauració, tindra d'utilitzar un login/contrasenya d'administrador existent en el moment de la copia de seguretat per connectar-se. Per restaurar la base de dades de l'instal·lació actual, pot utilitzar l'assistent a continuació.
       RestoreMySQL=Importació MySQL
       ForcedToByAModule= Aquesta regla està forçada a <b>%s</b> per un dels mòduls activats
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Ha d'executar la comanda des d'
       YourPHPDoesNotHaveSSLSupport=Funcions SSL no disponibles al vostre PHP
       DownloadMoreSkins=Més temes per descarregar
       SimpleNumRefModelDesc=Retorna el nombre sota el format %syymm-nnnn on yy és l'any, mm el mes i nnnn un comptador seqüencial sense ruptura i sense tornar a 0
      -ShowProfIdInAddress=Mostrar l'identificador professional en les direccions dels documents
      -ShowVATIntaInAddress=Oculta el NIF intracomunitari en les direccions dels documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Traducció parcial
      -MAIN_DISABLE_METEO=Deshabilitar la vista meteo
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Mode estàndard
       MeteoStdModEnabled=Mode estàndard habilitat
       MeteoPercentageMod=Mode percentual
       MeteoPercentageModEnabled=Mode de percentatge activat
       MeteoUseMod=Prèmer per utilitzar %s
       TestLoginToAPI=Comprovar connexió a l'API
      -ProxyDesc=Algunes de les característiques de Dolibarr requereixen que el servidor tingui accés a Internet. Definiu aquí els paràmetres per a aquest accés. Si el servidor està darrere d'un proxy, aquests paràmetres s'indiquen a Dolibarr com passar-ho.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Accés extern
       MAIN_PROXY_USE=Usar un servidor intermediari (si no accés directe a Internet)
       MAIN_PROXY_HOST=Nom/Adreça del servidor proxy
       MAIN_PROXY_PORT=Port del servidor proxy
       MAIN_PROXY_USER=Login del servidor proxy
       MAIN_PROXY_PASS=Contrasenya del servidor proxy
      -DefineHereComplementaryAttributes=Defineix tots els atributs complementaris, no disponibles per defecte, que vols gestionar per %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Atributs complementaris
       ExtraFieldsLines=Atributs complementaris (línies)
       ExtraFieldsLinesRec=Atributs complementaris (línies de plantilles de factures)
       ExtraFieldsSupplierOrdersLines=Atributs complementaris (línies de comanda)
       ExtraFieldsSupplierInvoicesLines=Atributs complementaris (línies de factura)
       ExtraFieldsThirdParties=Atributs complementaris (tercers)
      -ExtraFieldsContacts=Atributs complementaris (contactes/adreçes)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Atributs complementaris (soci)
       ExtraFieldsMemberType=Atributs complementaris (tipus de socis)
       ExtraFieldsCustomerInvoices=Atributs complementaris (factures)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=només caràcters alfanumèrics i en minúscula
       SendmailOptionNotComplete=Atenció, en alguns sistemes Linux, amb aquest mètode d'enviament, per poder enviar mails en nom seu, la configuració de sendmail ha de contenir l'opció <b>-ba</b> (paràmetre <b>mail.force_extra_parameters</b> a l'arxiu <b>php.ini</b>). Si alguns dels seus destinataris no reben els seus missatges, proveu de modificar aquest paràmetre PHP amb <b>mail.force_extra_parameters =-ba </b>.
       PathToDocuments=Rutes d'accés a documents
       PathDirectory=Catàleg
      -SendmailOptionMayHurtBuggedMTA=La funcionalitat d'enviar correus electrònics a través del "correu directe PHP" genera una sol·licitud que poden ser mal interpretats per alguns servidors de correu. Això és tradueix en missatges de correu electrònic illegibles per a les persones allotjades a aquestes plataformes. Aquest és el cas de clients en certs proveïdors de serveis d'internet (Ex: Orange). Això no és un problema ni de Dolibarr ni de PHP, però si del servidor de correu. Encara que, pot agregar la opció MAIN_FIX_FOR_BUGGED_MTA amb el valor 1 a la Configuració -> Varis per tractar que Dolibarr eviti l'error. Un altre solució (recomanada) és utilitzar el mètode d'enviament per SMTP que no té aquest inconvenient.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Configuració de traducció
       TranslationKeySearch=Cerca una clau o cadena de traducció
       TranslationOverwriteKey=Sobreescriu una cadena de traducció
       TranslationDesc=Com configurar l'idioma de visualització de l'aplicació: <br> * Sistema: menú <strong>Inici - Configuració - Entorn</strong> <br> * Per usuari: utilitzeu la pestanya <strong>Configuració de l'entorn d'usuari</strong> a la pestanya d'usuari (feu clic al nom d'usuari a la part superior de la pantalla).
       TranslationOverwriteDesc=També pot reemplaçar cadenes omplint la taula següent. Triï el seu idioma a la llista desplegable "%s", inserta la clau de la traducció a "%s" i la seva nova traducció a "%s"
      -TranslationOverwriteDesc2=Podeu utilitzar un altra pestanya per ajudar a saber quina clau de conversió utilitzar
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Cadena de traducció
       CurrentTranslationString=Cadena de traducció actual
       WarningAtLeastKeyOrTranslationRequired=Es necessita un criteri de cerca com a mínim per cadena o clau de traducció
       NewTranslationStringToShow=Nova cadena de traducció a mostrar
       OriginalValueWas=La traducció original s'ha sobreescrit. El valor original era: <br><br>%s
      -TransKeyWithoutOriginalValue=Has obligat una nova traducció per a la clau de traducció '<strong>%s</strong>' que no existeix en cap fitxer d'idioma
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Mòduls/Aplicacions activats: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Ha d'activar almenys 1 mòdul.
      -ClassNotFoundIntoPathWarning=No s'ha trobat la classe %s en el seu path PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Sí a l'estiu
      -OnlyFollowingModulesAreOpenedToExternalUsers=Només els següents moduls estan oberts a usuaris externs (segons els permisos de cada usuari) i només si tenen permisos:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Emmagatzematge de sessions xifrades per Suhosin
       ConditionIsCurrently=Actualment la condició és %s
      -YouUseBestDriver=Està utilitzant el driver %s, actualment és el millor driver disponible.
      -YouDoNotUseBestDriver=Està utilitzant el driver %s però és recomanat l'ús del driver %s.
      -NbOfProductIsLowerThanNoPb=Té %s productes/serveis a la base de dades. No és necessària cap optimització en particular.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Cerca optimització
      -YouHaveXProductUseSearchOptim=Té %s productes a la base de dades. Hauria afegir la constant PRODUCT_DONOTSEARCH_ANYWHERE a 1 a Inici-Configuració-Varis, limitant la cerca al principi de la cadena que fa possible que la base de dades usi l'índex i s'obtingui una resposta immediata.
      -BrowserIsOK=Utilitza el navegador web %s. Aquest navegador està optimitzat per a la seguretat i el rendiment.
      -BrowserIsKO=Utilitza el navegador web %s. Aquest navegador és una mala opció per a la seguretat, rendiment i fiabilitat. Aconsellem fer servir Firefox, Chrome, Opera o Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug està carregat.
       XCacheInstalled=XCache cau està carregat.
      -AddRefInList=Mostra el codi de client/proveïdor en llistats (selectors o combobox) i en la majoria d'enllaços. Els tercers apareixeran amb el nom "CC12345 - SC45678 - The big company coorp", en comptes de "The big company coorp".
      -AskForPreferredShippingMethod=Pregunta pel mètode d'enviament preferit pels tercers.
      +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 shipping method for Third Parties.
       FieldEdition=Edició del camp %s
       FillThisOnlyIfRequired=Exemple: +2 (Completi només si es registre una desviació del temps en l'exportació)
       GetBarCode=Obté el codi de barres
       ##### Module password generation
       PasswordGenerationStandard=Retorna una contrasenya generada per l'algoritme intern Dolibarr: 8 caràcters, números i caràcters en minúscules barrejades.
      -PasswordGenerationNone=No suggerir cap contrassenya generada. La contrassenya s'ha d'escriure manualment.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Retorna una contrasenya d'acord a la seva configuració personalitzada.
       SetupPerso=D'acord a la teva configuració
       PasswordPatternDesc=Descripció patró contrasenya
      @@ -1195,23 +1205,23 @@ UserMailRequired=E-mail necessari per crear un usuari nou
       HRMSetup=Configuració de mòdul de gestió de recursos humans
       ##### Company setup #####
       CompanySetup=Configuració del mòdul empreses
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=La funció de les notificacions permet enviar automàticament un e-mail per alguns esdeveniments de Dolibarr. Els destinataris de les notificacions poden definir-se:
       NotificationsDescUser=* per usuaris, un usuari cada vegada
       NotificationsDescContact=* per contactes de tercers (clients o proveïdors), un contacte cada vegada
       NotificationsDescGlobal=* o definint un destí global de correu electrònic en la pàgina de configuració del mòdul
      -ModelModules=Models de documents
      -DocumentModelOdt=Generació des dels documents amb format OpenDocument (Arxiu .ODT OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Marca d'aigua en els documents esborrany
       JSOnPaimentBill=Activar funció per autocompletar les línies de pagament a les entrades de pagament
      -CompanyIdProfChecker=Règles sobre els ID professionals
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Ha de ser únic?
      -MustBeMandatory=Obligatori per a crear tercers?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Obligatori per validar factures?
       TechnicalServicesProvided=Prestació de serveis tècnics
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=URL d'origen del servidor %s: %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Un vincle d'exportació del calendari en format <b>%s</b> estarà disponible a la url: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Un vincle d'exportació del calendari en format <b>%s</b>
       BillsSetup=Configuració del mòdul Factures
       BillsNumberingModule=Mòdul de numeració de factures i abonaments
       BillsPDFModules=Models de documents de factures
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Models de documents de pagament
       CreditNote=Abonament
       CreditNotes=Abonaments
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Gestiona un compte d'usuari per a cada soci
       AdherentMailRequired=E-Mail obligatori per crear un nou soci
       MemberSendInformationByMailByDefault=Casella de verificació per enviar un missatge de confirmació als socis (validació o nova subscripció) activada per defecte
       VisitorCanChooseItsPaymentMode=El visitant pot triar entre els modes de pagament disponibles
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Configuració de LDAP
       LDAPGlobalParameters=Paràmetres globals
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Prova la sincronització del tipus de membre
       LDAPTestSearch= Provar una recerca LDAP
       LDAPSynchroOK=Prova de sincronització realitzada correctament
       LDAPSynchroKO=Prova de sincronització errònia
      -LDAPSynchroKOMayBePermissions=Error de la prova de sincronització. Comproveu que la connexió al servidor sigui correcta i que permet les actualitzacions LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=Connexió TCP al servidor LDAP efectuada (Servidor=%s, Port=%s)
       LDAPTCPConnectKO=Error de connexió TCP al servidor LDAP (Servidor=%s, Port=%s)
      -LDAPBindOK=Connexió/Autenticació al servidor LDAP aconseguida (Servidor=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Error de connexió/autenticació al servidor LDAP (Servidor=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=Servidor LDAP configurat en versió 3
       LDAPSetupForVersion2=Servidor LDAP configurat en versió 2
       LDAPDolibarrMapping=Mapping Dolibarr
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Exemple : samaccountname
       LDAPFieldFullname=Nom complet
       LDAPFieldFullnameExample=Exemple : cn
      -LDAPFieldPasswordNotCrypted=Contrasenya no encriptada
      -LDAPFieldPasswordCrypted=Contrasenya encriptada
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Exemple : userPassword
       LDAPFieldCommonNameExample=Exemple : cn
       LDAPFieldName=Nom
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Aquesta pàgina us permet definir el nom d'atributs LDAP a
       LDAPDescValues=Els valors d'exemples s'adapten a <b>OpenLDAP</b> amb els schemas carregats: <b>core.schema, cosine.schema, inetorgperson.schema </b>). Si vostè utilitza els a valors suggerits i OpenLDAP, modifiqui el seu fitxer de configuració LDAP <b>slapd.conf </b> per a tenir tots aquests schemas actius.
       ForANonAnonymousAccess=Per un accés autentificat
       PerfDolibarr=Configuració rendiment/informe d'optimització
      -YouMayFindPerfAdviceHere=En aquesta pàgina trobareu diverses proves i consells relacionats amb el rendiment.
      -NotInstalled=No instal·lat, de manera que el servidor no baixa de rendiment amb això.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplicació memòria cau
       MemcachedNotAvailable=No s'ha trobat una aplicació de cache. Pot millorar el rendiment instal·lant un cache server Memcached i un mòdul capaç d'utilitzar aquest servidor de cache.<br>Mes informació aquí <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Tingui en compte que alguns hostings no ofereixen servidors cache.
       MemcachedModuleAvailableButNotSetup=Mòdul de memoria cache actiu, però la configuració del mòdul no està completa.
       MemcachedAvailableAndSetup=Modul de memoria cache dedicada a utilitzar el servidor memcached està habilitat.
       OPCodeCache=OPCode memòria cau
      -NoOPCodeCacheFound=No s'ha trobat cap opcode memòria cau. Pot ser que estigui utilitzant un altre opcode com XCache o eAccelerator (millor), o potser no tingui opcode memòria cau (pitjor).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Memòria cau HTTP per a estadístiques de recursos (css, img, javascript)
       FilesOfTypeCached=Fitxers de tipus %s s'emmagatzemen en memòria cau pel servidor HTTP
       FilesOfTypeNotCached=Fitxers de tipus %s no s'emmagatzemen en memòria cau pel servidor HTTP
       FilesOfTypeCompressed=Fitxers de tipus %s són comprimits pel servidor HTTP
       FilesOfTypeNotCompressed=Fitxers de tipus %s no són comprimits pel servidor HTTP
       CacheByServer=Memòria cau amb el servidor
      -CacheByServerDesc=Per exemple, utilitzant la directiva Apache "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Memòria cau del navegador
       CompressionOfResources=Compressió de les respostes HTTP
      -CompressionOfResourcesDesc=Per exemple, utilitzant la directiva Apache "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=La detecció automàtica no és possible amb els navegadors actuals
      -DefaultValuesDesc=Pots definir/forçar aquí el valor predeterminat que vols obtenir quan crees un registre nou, i/o filtres predeterminats o ordenació quan el teu llistat es registri.
      -DefaultCreateForm=Valors per defecte (en formularis a crear)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Filtres de cerca per defecte
       DefaultSortOrder=Tipus d'ordenació per defecte
       DefaultFocus=Camps d'enfocament per defecte
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Configuració del mòdul Productes
       ServiceSetup=Configuració del mòdul Serveis
       ProductServiceSetup=Configuració dels mòduls Productes i Serveis
       NumberOfProductShowInSelect=Nº de productes màx a les llistes (0= sense límit)
      -ViewProductDescInFormAbility=Visualització de les descripcions dels productes en els formularis
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activa en la pestanya fitxers adjunts de productes/serveis una opció per convinar el document de producte en PDF a un pressupost en PDF (si el producte/servei es troba en el pressupost)
      -ViewProductDescInThirdpartyLanguageAbility=Visualització de les descripcions de productes en l'idioma del tercer
      -UseSearchToSelectProductTooltip=També si vostè té un gran número de productes (> 100.000), pot augmentar la velocitat mitjançant l'estableciment. PRODUCT_DONOTSEARCH_ANYWHERE amb la constant a 1 a Configuració --> Altres. La cerca serà limitada a la creació de la cadena
      -UseSearchToSelectProduct=Espera a que es prema una tecla abans de carregar el contingut de la llista combinada de productes (Açò pot incrementar el rendiment si té un gran nombre de productes)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Tipus de codi de barres utilitzat per defecte per als productes
       SetDefaultBarcodeTypeThirdParties=Tipus de codi de barres utilitzat per defecte per als tercers
       UseUnits=Defineix una unitat de mesura per Quantitats per les línies de pressupostos, comandes o factures.
      @@ -1503,7 +1516,7 @@ SendingsSetup=Configuració del mòdul Expedicions
       SendingsReceiptModel=Model de rebut de lliurament
       SendingsNumberingModules=Mòduls de numeració de notes de lliurament
       SendingsAbility=Suport en fulles d'expedició per entregues de clients
      -NoNeedForDeliveryReceipts=En la majoria dels casos, les notes d'entrega (llista de productes enviats) també actua com a nota de recepció i son firmades per el client. La gestió de les notes de recepció és per tant redundant i rara vegada s'activarà.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Text lliure en els enviaments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Mòdul de numeració de rebut de lliuraments de productes
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Editor avançat
       ActivateFCKeditor=Activar editor avançat per a :
       FCKeditorForCompany=Creació/edició WYSIWIG de la descripció i notes dels tercers
       FCKeditorForProduct=Creació/edició WYSIWIG de la descripció i notes dels productes/serveis
      -FCKeditorForProductDetails=Creació/edició WYSIWIG de les línies de detalls dels productes (comandes, pressupostos, factures, etc.). <font class="warning">Atenció: L'ús d'aquesta opció no és recomanable, ja que pot crear problemes amb els caràcters especials i el formateix de pàgina al generar arxius PDF.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= Creació/edició WYSIWIG dels E-Mails
       FCKeditorForUserSignature=Creació/edició WYSIWIG de la signatura de l'usuari
       FCKeditorForMail=Edició/creació WYSIWIG per tots els e-mails (excepte Eines->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=La connexió s'ha establert, però la base de dades no sembla de OSCommerce.
      -OSCommerceTestOk=La connexió al servidor '%s' sobre la base '%s' per l'usuari '%s' és correcta.
      -OSCommerceTestKo1=La connexió al servidor '%s' s'ha completat però amb la base de dades '%s' no s'ha pogut assolir.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=La connexió al servidor '%s' a la base '%s' per l'usuari '%s' ha estat satisfactòria.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=La connexió al servidor '%s'  per l'usuari '%s' ha fallat.
       ##### Stock #####
       StockSetup=Configuració del mòdul de Estoc
      -IfYouUsePointOfSaleCheckModule=Si utilitza un mòdul de Punt de Venda (mòdul TPV per defecte o un altre mòdul extern), aquesta configuració pot ser ignorada pel seu mòdul de Punt de Venda. La major part de mòduls TPV estan dissenyats per crear immediatament una factura i disminuir l'estoc amb qualsevol d'aquestes opcions. Per tant, si vostè necessita o no disminuir l'estoc en el registre d'una venda del seu punt de venda, controli també la configuració del seu mòdul de TPV.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menú eliminat
       Menus=Menús
      @@ -1548,7 +1561,7 @@ DetailRight=Condició de visualització completa o vidrossa
       DetailLangs=Nom del fitxer Lang pel codi d'etiqueta de traducció
       DetailUser=Intern / Extern / Tots
       Target=Objectiu
      -DetailTarget=Objectiu per enllaços (_blank obre una nova finestra)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivell (-1:menú superior, 0:principal, >0 menú y submenú)
       ModifMenu=Modificació del menú
       DeleteMenu=Eliminar entrada de menú
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=La càrrega de l'IVA és: <br>-en l'enviament dels béns (e
       OptionVatDebitOptionDesc=La càrrega de l'IVA és: <br>-en l'enviament dels béns en la pràctica s'usa la data de la factura<br>-sobre la facturació dels serveis
       OptionPaymentForProductAndServices=Base de caixa de productes i serveis
       OptionPaymentForProductAndServicesDesc=L'IVA es deu: <br> - pel pagament de béns <br> - sobre els pagaments per serveis
      -SummaryOfVatExigibilityUsedByDefault=Moment d'exigibilitat per defecte l'IVA per a l'opció escollida:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Al lliurament
       OnPayment=Al pagament
       OnInvoice=A la factura
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Codi comptable compres
       AgendaSetup=Mòdul configuració d'accions i agenda
       PasswordTogetVCalExport=Clau d'autorització vCal export link
       PastDelayVCalExport=No exportar els esdeveniments de més de
      -AGENDA_USE_EVENT_TYPE=Utilitzar tipus d'events (gestionables a Configuració -> Diccionaris -> Tipus d'events d'agenda)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Defineix automàticament aquest valor per defecte pels tipus d'events en el formulari de creació d'events
      -AGENDA_DEFAULT_FILTER_TYPE=Establir per defecte aquest tipus d'esdeveniment en el filtre de cerca en la vista de la agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Establir per defecte aquest estat de esdeveniments en el filtre de cerca en la vista de la agenda
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Establir la pestanya per defecte al seleccionar el menú Agenda
       AGENDA_REMINDER_EMAIL=Activar el recordatori d'esdeveniments <b>per correu electrònic</b> (es pot definir l'opció retard en cada esdeveniment). Nota: el mòdul <strong>%s</strong> ha d'estar habilitat i configurat correctament per tenir un recordatori enviat amb la freqüència correcta.
      -AGENDA_REMINDER_BROWSER=Habilitar un recordatori d'esdeveniment <b>al navegador dels usuaris</b> (quan s'arribi a la data de l'esdeveniment, cada usuari pot rebutjar aquests recordatoris quan li demani confirmació el navegador)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Habilita les notificacions sonores
       AGENDA_SHOW_LINKED_OBJECT=Mostra l'objecte vinculat a la vista d'agenda
       ##### Clicktodial #####
       ClickToDialSetup=Configuració del mòdul Click To Dial
       ClickToDialUrlDesc=Es crida l'URL quan es fa un clic a la imatge miniatura de telèfon. A l'URL, pots utilitzar les etiquetes <br><b>__PHONETO__</b> que serà reemplaçada pel número de telèfon de la persona a trucar <br><b>__PHONEFROM__</b> que serà reemplaçada pel número de telèfon de la persona que truca (el vostre)  <br><b>__LOGIN__</b> que serà reemplaçada pel teu usuari d'inici de clicktodial (definit a la fitxa d'usuari)  <br><b>__PASS__</b> que serà reemplaçada per la contrasenya de clicktodial (definida a la fitxa d'usuari).
      -ClickToDialDesc=Aquest mòdul permet afegir una icona després del número de telèfon de contactes Dolibarr. Un clic en aquesta icona, truca a un servidor amb un URL que s'indica a continuació. Això pot ser usat per anomenar al sistema centre de Dolibarr que pot trucar al número de telèfon en un sistema SIP, per exemple.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Utilitzar sols l'enllaç "tel:" als números de telèfon
      -ClickToDialUseTelLinkDesc=Utilitza aquest mètode si els teus usuaris tenen un softphone o una interfície de software instal·lat en el mateix ordinador del navegador, i et truca quan fas clic en un enllaç del navegador que comença amb "tel:". Si necessites una solució amb un servidor complet (sense necessitat de instal·lació de programari en local), hauries de posar "No" i omplir el següent camp.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=TPV
       CashDeskSetup=Mòdul de configuració Terminal Punt de Venda
      -CashDeskThirdPartyForSell=Tercer genéric a utilitzar per a les vendes
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Compte per defecte a utilitzar pels cobraments en efectiu
       CashDeskBankAccountForCheque= Compte per defecte a utilitzar pels cobraments amb xecs
       CashDeskBankAccountForCB= Compte per defecte a utilitzar pels cobraments amb targeta de crèdit
      -CashDeskDoNotDecreaseStock=Desactivar disminució d'estoc si un venda es realitzada des de un Punt de Venda (si "no", la disminució d'estoc es realitza des del TPV, encara que sigui l'opció indicada en el modul Estoc).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Forçar i restringir el magatzem a usar l'stock a disminuir
      -StockDecreaseForPointOfSaleDisabled=Disminució d'estoc des de TPV descativat
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=La disminució d'estoc en el TPV no es compatible amb la gestió de lots
      -CashDeskYouDidNotDisableStockDecease=Vostè no ha desactivat la disminució d'estoc al fer una venda des del TPV. Així que es requereix un magatzem.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Configuració del mòdul Bookmark
      -BookmarkDesc=Aquest mòdul li permet gestionar els enllaços i accessos directes. També permet afegir qualsevol pàgina de Dolibarr o enllaç web al menú d'accés ràpid de l'esquerra.
      +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.
       NbOfBoomarkToShow=Nombre màxim de marcadors que es mostrarà en el menú
       ##### WebServices #####
       WebServicesSetup=Configuració del mòdul webservices
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Mòdul de numeració de rebut de xec
       MultiCompanySetup=Configuració del mòdul Multi-empresa
       ##### Suppliers #####
       SuppliersSetup=Configuració del mòdul Proveïdors
      -SuppliersCommandModel=Plantilla completa de la comanda de compra (logotip ...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Plantilla completa de la factura del proveïdor (logotip ...)
       SuppliersInvoiceNumberingModel=Models de numeració de factures de proveïdor
       IfSetToYesDontForgetPermission=Si esta seleccionat, no oblideu de modificar els permisos en els grups o usuaris per permetre la segona aprovació
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Configuració del mòdul Projectes
       ProjectsModelModule=Model de document per a informes de projectes
       TasksNumberingModules=Mòdul numeració de tasques
       TaskModelModule=Mòdul de documents informes de tasques
      -UseSearchToSelectProject=S'espera a que premeu al menys una tecla per carregar el contingut de la llista desplegable de Projecte (Això incrementa el rendiment en el cas de que hi hagi un nombre llarg de projectes, però és menys convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Períodes comptables
      @@ -1672,7 +1685,7 @@ NbNumMin=Nombre mínim de caràcters numèrics
       NbSpeMin=Nombre mínim de caràcters especials
       NbIteConsecutive=Capacitat màxima per repetir mateixos caràcters
       NoAmbiCaracAutoGeneration=No utilitzar caràcters semblants ("1", "l", "i", "|", "0", "O") per a la generació automàtica
      -SalariesSetup=Configuració dels sous dels mòduls
      +SalariesSetup=Configuració del mòdul de salaris
       SortOrder=Ordre de classificació
       Format=Format
       TypePaymentDesc=0:Forma de pagament de client, 1:Forma de pagament a proveïdor, 2:Mateixa forma de pagament de clients i proveïdors
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Pot trobar opcions per not
       ListOfNotificationsPerUser=Llista de notificacions per usuari*
       ListOfNotificationsPerUserOrContact=Llista de notificacions per usuari* o per contacte**
       ListOfFixedNotifications=Llistat de notificacions fixes
      -GoOntoUserCardToAddMore=Ves a la pestanya "Notificacions" d'un usuari per afegir o eliminar notificacions per usuaris.
      -GoOntoContactCardToAddMore=Vagi a la pestanya "Notificacions" d'un contacte de tercers per afegir o eliminar notificacions per contactes/direccions
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Valor mínim/llindar
       BackupDumpWizard=Asistent per crear una copia de seguretat de la base de dades
       SomethingMakeInstallFromWebNotPossible=No és possible la instal·lació de mòduls externs des de la interfície web per la següent raó:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=La instal·lació de mòduls externs d
       ConfFileMustContainCustom=Per instal·lar o crear un mòdul extern desde l'aplicació es necessita desar els fitxers del mòdul en el directori <strong>%s</strong>. Per permetre a Dolibarr el processament d'aquest directori, has de configurar el teu <strong>conf/conf.php</strong> afegint aquestes 2 línies:<br><strong>$dolibarr_main_url_root_alt='/custom';</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong>
       HighlightLinesOnMouseHover=Remarca línies de la taula quan el ratolí passi per sobre
       HighlightLinesColor=Remarca el color de la línia quan el ratolí hi passa per sobre (deixa-ho buit per a no remarcar)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Color del text del títol de la pàgina
       LinkColor=Color dels enllaços
       PressF5AfterChangingThis=Prem CTRL+F5 en el teclat o neteja la memòria cau del navegador després de canviar aquest valor per fer-ho efectiu
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Color de fons per les línies parells de les taules
       MinimumNoticePeriod=Període mínim de notificació (La solicitud de dia lliure serà donada abans d'aquest període)
       NbAddedAutomatically=Número de dies afegits en comptadors d'usuaris (automàticament) cada mes
       EnterAnyCode=Aquest camp conté una referència a un identificador de línia. Introdueix qualsevol valor però sense caràcters especials.
      -UnicodeCurrency=Introduïu aquí entre claus, la llista de nombre de bytes que representen el símbol de moneda. Per Exemple: per $, introdueix [36] - per als reals de Brasil R$ [82,36] - per € , introdueix [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=El color RGB es troba en format HEX, per exemple: FF0000
       PositionIntoComboList=Posició de la línia en llistes combo
       SellTaxRate=Valor de l'IVA
       RecuperableOnly=Sí per l'IVA "No percebut sinó recuperable" dedicat per a algun estat a França. Manteniu el valor "No" en tots els altres casos.
       UrlTrackingDesc=Si el proveïdor o el servei de transport ofereixen una pàgina o un lloc web per comprovar l'estat del teu enviament , pots entrar aquí. Pots utilitzar la tecla {TrackID} en els paràmetres d'URL perquè el sistema ho reemplaçarà amb el valor del número de seguiment de l'usuari utilitzat en la targeta d'embarcament.
      -OpportunityPercent=Quan crees una oportunitat, es defineix un import estimat de projecte. D'acord a l'estat de l'oportunitat, aquest import es pot multiplicar per aquest taxa per avaluar l'import global eventual per totes les oportunitats que es poden generar. El valor és un percentatge (entre o i 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=Aquest registre de plantilla es dedica a quin element
       TypeOfTemplate=Tipus de plantilla
      -TemplateIsVisibleByOwnerOnly=La plantilla és visible només pel propietari
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible arreu
       VisibleNowhere=Visible enlloc
       FixTZ=Fixar zona horaria
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Estàs utilitzant l'última versió estable
       TitleExampleForMajorRelease=Exemple de missatge que es pot utilitzar per anunciar aquesta actualització de versió (ets lliure d'utilitzar-ho a les teves webs)
       TitleExampleForMaintenanceRelease=Exemple de missatge que es pot utilitzar per anunciar aquesta actualització de manteniment (ets lliure d'utilitzar-ho a les teves webs)
       ExampleOfNewsMessageForMajorRelease=Disponible ERP/CRM Dolibarr %s. La versió %s és una versió major amb un munt de noves característiques, tant per a usuaris com per a desenvolupadors. Es pot descarregar des de la secció de descàrregues del portal https://www.dolibarr.org (subdirectori versions estables). Podeu llegir <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> per veure la llista completa dels canvis.
      -ExampleOfNewsMessageForMaintenanceRelease=Disponible ERP/CRM Dolibarr %s. La versió %s és una versió de manteniment, de manera que només conté correccions d'errors. Recomanem a tothom que usi una versió anterior que actualitzi a aquesta. Com qualsevol versió de manteniment, no hi ha novetats. Es pot descarregar des de la secció de descàrregues del portal https://www.dolibarr.org (subdirectori versions estables subdirectori). Podeu llegir <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> per veure la llista completa dels canvis.
      -MultiPriceRuleDesc=Quan l'opció "Varis nivells de preus per producte/servei" està activada, pots definir diferents preus (un preu per nivell) per cada producte. Per estalviar temps, pots entrar una regla per tenir preu per cada nivell autocalculat d'acord al preu del primer nivell, així només hauràs d'introduir el preu del primer nivell de cada producte. Aquesta pàgina està aqui per estalviar temps i pot ser útil només si els teus preus per cada nivell son relatius al primer nivell. Pots ignorar aquesta pàgina en la majoria dels casos.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Plantilles per documents de productes
      -ToGenerateCodeDefineAutomaticRuleFirst=Per poder generar codis automàticament, primer has de definir un responsable de autodefinir els números del codi de barres.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Veure * nota per llistat de possibles variables de substitució
       SeeChangeLog=Veure el fitxer ChangeLog (només en anglès)
       AllPublishers=Tots els publicadors
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Afegeix altres pàgines o serveis
       AddModels=Afegeix document o model de numeració
       AddSubstitutions=Afegeix claus de substitució
       DetectionNotPossible=Detecció no possible
      -UrlToGetKeyToUseAPIs=Url per aconseguir l'autenticador que permetrà utilitzar l'API (un cop s'ha rebut es guarda a la taula d'usuaris de la base de dades i s'ha de proporcionar cada cop que crides l'API)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Llistat de APIs disponibles
      -activateModuleDependNotSatisfied=El mòdul "%s" depèn del mòdul "%s" que no s'ha trobat, així que el mòdul "%1$s" pot funcionar de forma incorrecte. Instal·la el mòdul "%2$s" o deshabilita el mòdul "%1$s" si vols estar segur de no tenir cap sorpresa
      -CommandIsNotInsideAllowedCommands=La comanda que intentes executar no es troba en la llista de comandes permeses definides en paràmetres <strong>$dolibarr_main_restrict_os_commands</strong> en el fitxer <strong>conf.php</strong>.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Pàgina de destinació principal
      -SamePriceAlsoForSharedCompanies=Si utilitzes el mòdul Multiempresa, amb l'elecció de "preu únic", el preu serà el mateix per totes les empreses si els productes estan compartits entre elles
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=S'ha activat el mòdul. Els permisos per als mòdul(s) activats es donen només als usuaris administradors. Podria ser necessari concedir permisos a altres usuaris o grups de forma manual si és necessari.
      -UserHasNoPermissions=Aquest usuari no té permisos definits
      -TypeCdr=Utilitze "Cap" si la data de termini de pagament és la data de la factura més un delta en dies (delta és el camp "Nº de dies")<br>Utilitze "A final de mes", si, després del delta, la data ha d'aumentar-se per arribar a final de mes (+ "Offset" opcional en dies)<br>Utilitze "Actual/Següent" per tindre la data de termini de pagament sent el primer N de cada mes (N es guarda en el camp "Nº de dies")
      +UserHasNoPermissions=This user has no permissions defined
      +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=Moneda de referència de l'empresa (entra a la configuració de l'empresa per canviar-la)
      -WarningNoteModuleInvoiceForFrenchLaw=Aquest mòdul %s compleix les lleis franceses (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Aquest mòdul %s compleix les lleis franceses (Loi Finance 2016) perquè el mòdul Non Reversible Logs s'ha activat automàticament.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Intenta instal·lar el mòdul %s que és un mòdul extern. Activar un mòdul extern significa que confia en l'editor del mòdul i està segur que aquest mòdul no alterarà negativament el comportament de la seva aplicació i compleix les lleis del seu país (%s). Si el mòdul ofereix una característica no legal, es fa responsable de l'ús d'un software il·legal.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Marge esquerre al PDF
       MAIN_PDF_MARGIN_RIGHT=Marge dret al PDF
       MAIN_PDF_MARGIN_TOP=Marge superior al PDF
       MAIN_PDF_MARGIN_BOTTOM=Marge inferior al PDF
      +NothingToSetup=There is no specific setup to do for this module.
       SetToYesIfGroupIsComputationOfOtherGroups=Estableixi a SÍ si aquest grup és un càlcul d'altres grups
      -EnterCalculationRuleIfPreviousFieldIsYes=Introduïu la regla de càlculs si el camp anterior ha estat posat a SÍ (Per exemple 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=S'ha trobat diverses variants d'idiomes
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Elimina els caràcters especials
       COMPANY_AQUARIUM_CLEAN_REGEX=Filtre de Regex per netejar el valor (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Contacte GDPR
      -GDPRContactDesc=If you store data about European companies/citizen, you can store here the contact who is responsible for the General Data Protection Regulation
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configuració del mòdul Recurs
       UseSearchToSelectResource=Utilitza un formulari de cerca per a seleccionar un recurs (millor que una llista desplegable)
       DisabledResourceLinkUser=Desactiva la funció per enllaçar un recurs als usuaris
       DisabledResourceLinkContact=Desactiva la funció per enllaçar un recurs als contactes
       ConfirmUnactivation=Confirma el restabliment del mòdul
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ca_ES/companies.lang b/htdocs/langs/ca_ES/companies.lang
      index ba2bbe7ff74..4ab31fa0e46 100644
      --- a/htdocs/langs/ca_ES/companies.lang
      +++ b/htdocs/langs/ca_ES/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Seleccionar un tercer
       ConfirmDeleteCompany=Esteu segur de voler eliminar aquesta empresa i tota la informació dependent?
       DeleteContact=Eliminar un contacte
       ConfirmDeleteContact=Esteu segur de voler eliminar aquest contacte i tota la seva informació dependent?
      -MenuNewThirdParty=Nou tercer
      -MenuNewCustomer=Nou client
      -MenuNewProspect=Nou client potencial
      -MenuNewSupplier=Nou proveïdor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nou particular
       NewCompany=Nova empresa (client potencial, client, proveïdor)
      -NewThirdParty=Nou tercer (client potencial, client, proveïdor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Crea un tercer (proveïdor)
       CreateThirdPartyOnly=Crea tercer
       CreateThirdPartyAndContact=Crea un tercer + un contacte fill
      @@ -27,20 +27,20 @@ CompanyName=Raó social
       AliasNames=Àlies (nom comercial, marca, ...)
       AliasNameShort=Nom comercial
       Companies=Empreses
      -CountryIsInEEC=Pais de la Comunitat Econòmica Europea
      -ThirdPartyName=Nom del tercer
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Correu electrònic del tercer
      -ThirdParty=Tercer
      -ThirdParties=Tercers
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Clients potencials
       ThirdPartyProspectsStats=Clients potencials
       ThirdPartyCustomers=Clients
       ThirdPartyCustomersStats=Clients
       ThirdPartyCustomersWithIdProf12=Clients amb %s o %s
       ThirdPartySuppliers=Proveïdors
      -ThirdPartyType=Tipus de tercer
      +ThirdPartyType=Type of company
       Individual=Particular
      -ToCreateContactWithSameName=Es crearà un contacte/adreça automàticament amb la mateixa informació que el tercer d'acord amb el propi tercer. En la majoria de casos, fins i tot si el tercer és una persona física, la creació d'un sol tercer ja és suficient.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Seu Central
       Subsidiaries=Filials
       ReportByMonth=Informe per mes
      @@ -75,12 +75,12 @@ Zip=Codi postal
       Town=Població
       Web=Web
       Poste= Càrrec
      -DefaultLang=Idioma per defecte
      -VATIsUsed=IVA està utilitzant-se
      -VATIsUsedWhenSelling=Això defineix si aquest tercer inclou un impost de venda o no quan fa una factura als seus propis clients
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=IVA no està utilitzant-se
       CopyAddressFromSoc=Omple l'adreça amb l'adreça del tercer
      -ThirdpartyNotCustomerNotSupplierSoNoRef=El tercer no és client ni proveïdor, no hi ha objectes vinculats disponibles
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=El tercer no és client ni proveïdor, els descomptes no estan disponibles
       PaymentBankAccount=Compte bancari de pagament
       OverAllProposals=Pressupostos
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=ID IVA
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=ID impost
       VATIntraSyntaxIsValid=Sintaxi vàlida
       VATReturn=Devolució de l'IVA
      @@ -267,15 +267,15 @@ Prospect=Client potencial
       CustomerCard=Fitxa client
       Customer=Client
       CustomerRelativeDiscount=Descompte client relatiu
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Descompte relatiu de proveïdor
       CustomerRelativeDiscountShort=Descompte relatiu
       CustomerAbsoluteDiscountShort=Descompte fixe
       CompanyHasRelativeDiscount=Aquest client té un descompte per defecte de <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Aquest client no té descomptes relatius per defecte
       HasRelativeDiscountFromSupplier=Teniu un descompte predeterminat de <b> %s%% </b> d'aquest proveïdor
       HasNoRelativeDiscountFromSupplier=No tens descomptes relatius per defecte d'aquest proveïdor
      -CompanyHasAbsoluteDiscount=Aquest client té descomptes disponibles (notes de crèdit o bestretes) per <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Aquest client té un descompte disponible (comercial, de pagament) per a <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Aquest client encara té abonaments per <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=No tens crèdit disponible per descomptar d'aquest proveïdor
       HasAbsoluteDiscountFromSupplier=Disposes de descomptes (notes de crèdits o pagaments pendents) per a <b> %s </b> %s d'aquest proveïdor
      @@ -284,10 +284,10 @@ HasCreditNoteFromSupplier=Teniu notes de crèdit per a <b> %s </b> %s d'aquest p
       CompanyHasNoAbsoluteDiscount=Aquest client no té més descomptes fixos disponibles
       CustomerAbsoluteDiscountAllUsers=Descomptes absoluts dels clients (concedits per tots els usuaris)
       CustomerAbsoluteDiscountMy=Descomptes absoluts dels clients (concedits per tu mateix)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Descomptes absoluts de proveïdor (introduïts per tots els usuaris)
      +SupplierAbsoluteDiscountMy=Descomptes absoluts del proveïdor (introduït per tu mateix)
       DiscountNone=Cap
      -Supplier=Proveïdor
      +Supplier=Vendor
       AddContact=Crear contacte
       AddContactAddress=Crear contacte/adreça
       EditContact=Editar contacte
      @@ -303,22 +303,22 @@ AddThirdParty=Crea tercer
       DeleteACompany=Eliminar una empresa
       PersonalInformations=Informació personal
       AccountancyCode=Compte comptable
      -CustomerCode=Codi client
      -SupplierCode=Codi del proveïdor
      -CustomerCodeShort=Codi client
      -SupplierCodeShort=Codi del proveïdor
      -CustomerCodeDesc=Codi únic client per a cada client
      -SupplierCodeDesc=Codi de proveïdor, únic per a tots els proveïdors
      +CustomerCode=Codi de client
      +SupplierCode=Codi de proveïdor
      +CustomerCodeShort=Codi de client
      +SupplierCodeShort=Codi de proveïdor
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Requerida si el tercer és un client o client potencial
       RequiredIfSupplier=Obligatori si un tercer és proveïdor
      -ValidityControledByModule=Validació controlada pel mòdul
      -ThisIsModuleRules=Aquesta és la regla per aquest mòdul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Client potencial a contactar
       CompanyDeleted=L'empresa "%s" ha estat eliminada
       ListOfContacts=Llistat de contactes
      -ListOfContactsAddresses=Llistat de contactes/adreces
      -ListOfThirdParties=Llistat de tercers
      -ShowCompany=Mostra el tercer
      +ListOfContactsAddresses=Llistat de contactes
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Mostrar contacte
       ContactsAllShort=Tots (sense filtre)
       ContactType=Tipus de contacte
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Aquest contacte no és contacte de cap pressupost
       NoContactForAnyContract=Aquest contacte no és contacte de cap contracte
       NoContactForAnyInvoice=Aquest contacte no és contacte de cap factura
       NewContact=Nou contacte
      -NewContactAddress=Nou contacte/adreça
      +NewContactAddress=New Contact/Address
       MyContacts=Els meus contactes
       Capital=Capital
       CapitalOf=Capital de %s
       EditCompany=Modificar empresa
      -ThisUserIsNot=Aquest usuari no és un client potencial, ni un client ni un proveïdor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Verificar
      -VATIntraCheckDesc=L'enllaç <b>%s</b> permet consultar el NIF intracomunitari al servei de control europeu. Es requereix accés a internet per a que el servei funcioni.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Verifica el NIF Intracomunitari a la web de la Comissió Europea
      -VATIntraManualCheck=Podeu també fer una verificació manual a la web europea <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Comprovació impossible. El servei de comprovació no és prestat pel país membre (%s).
      -NorProspectNorCustomer=Ni client, ni client potencial
      -JuridicalStatus=Forma legal
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Empleats
       ProspectLevelShort=Potencial
       ProspectLevel=Nivell de client potencial
      @@ -387,12 +387,12 @@ ExportCardToFormat=Exporta fitxa a format
       ContactNotLinkedToCompany=Contacte no vinculat a un tercer
       DolibarrLogin=Login usuari
       NoDolibarrAccess=Sense accés d'usuari
      -ExportDataset_company_1=Tercers (empreses/entitats/persones físiques) i propietats
      -ExportDataset_company_2=Contactes de tercers i atributs
      -ImportDataset_company_1=Tercers (empreses/entitats/persones físiques) i propietats
      -ImportDataset_company_2=Contactes/Adreces (de tercers o no) i atributs
      -ImportDataset_company_3=Comptes bancaris de tercers
      -ImportDataset_company_4=Tercers/Comercials (Assigna usuaris comercials a tercers)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Nivell de preus
       DeliveryAddress=Adreça d'enviament
       AddAddress=Afegeix adreça
      @@ -402,16 +402,16 @@ DeleteFile=Elimina el fitxer
       ConfirmDeleteFile=Esteu segur de voler eliminar aquest fitxer?
       AllocateCommercial=Assignat a un agent comercial
       Organization=Organisme
      -FiscalYearInformation=Informació de l'any fiscal
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Mes d'inici d'exercici
      -YouMustAssignUserMailFirst=Has de crear un correu electrònic per aquest usuari abans d'afegir notificacions de correu electrònic per ell.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Per poder afegir notificacions de correu electrònic, en primer lloc s'ha de definir contactes amb correu electrònic vàlid pel tercer
      -ListSuppliersShort=Llista de proveïdors
      -ListProspectsShort=Llistat de clients potencials
      -ListCustomersShort=Llistat de clients
      -ThirdPartiesArea=Àrea de tercers i contactes
      -LastModifiedThirdParties=Últims %s tercers modificats
      -UniqueThirdParties=Total de tercers únics
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Actiu
       ActivityCeased=Tancat
       ThirdPartyIsClosed=Tercer està tancat
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Factura pendent actual
       OutstandingBill=Max. de factures pendents
       OutstandingBillReached=S'ha arribat al màx. de factures pendents
       OrderMinAmount=Import mínim per comanda
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Codi de client/proveïdor lliure sense verificació. Pot ser modificat en qualsevol moment.
       ManagingDirectors=Nom del gerent(s) (CEO, director, president ...)
       MergeOriginThirdparty=Duplicar tercer (tercer que vols eliminar)
       MergeThirdparties=Fusionar tercers
      -ConfirmMergeThirdparties=Estàs segur que vols fusionar aquest tercer amb l'actual? Tots els objectes relacionats (factures, comandes, ...) seran traslladats al tercer actual, i l'anterior duplicat serà esborrat.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=S'han fusionat els tercers
       SaleRepresentativeLogin=Nom d'usuari de l'agent comercial
       SaleRepresentativeFirstname=Nom de l'agent comercial
       SaleRepresentativeLastname=Cognoms de l'agent comercial
       ErrorThirdpartiesMerge=S'ha produït un error en suprimir els tercers. Verifiqueu el registre. S'han revertit els canvis.
      -NewCustomerSupplierCodeProposed=Nou codi de client o proveïdor proposat en cas de codi duplicat
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ca_ES/errors.lang b/htdocs/langs/ca_ES/errors.lang
      index cb7dd9a7e2d..12fc104f2f7 100644
      --- a/htdocs/langs/ca_ES/errors.lang
      +++ b/htdocs/langs/ca_ES/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=El valor '%s' té un format de data no reconegut
       ErrorWrongDate=La data no es correcta!
       ErrorFailedToWriteInDir=No es pot escriure a la carpeta %s
       ErrorFoundBadEmailInFile=Trobada sintaxi incorrecta en email a %s línies en fitxer (exemple linia %s amb email=%s)
      -ErrorUserCannotBeDelete=No es pot eliminar l'usuari. És possible que estigui relacionat amb entitats de Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=No s'han indicat alguns camps obligatoris
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Error en la creació d'una carpeta. Comprovi que l'usuari del servidor web té drets d'escriptura en les carpetes de documents de Dolibarr. Si el paràmetre <b>safe_mode</b> està actiu en aquest PHP, Comproveu que els fitxers php dolibarr pertanyen a l'usuari del servidor web.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Els valors de la llista han de ser indicats
       ErrorNoValueForCheckBoxType=Els valors de la llista de la casella de verificacó han de ser indicats
       ErrorNoValueForRadioType=Els valors de la llista han de ser indicats
       ErrorBadFormatValueList=La llista de valors no pot tenir més d'una coma: <u>%s</u>, però necessita com a mínim una: clau,valor
      -ErrorFieldCanNotContainSpecialCharacters=El camp <b>%s</b> no ha de contenir caràcters especials
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=El camp <b>%s</b> no ha de contenir caràcters especials, ni caràcters en majúscula i no pot contindre només números.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Mòdul de comptabilitat no activat
       ErrorExportDuplicateProfil=El nom d'aquest perfil ja existeix per aquest conjunt d'exportació
       ErrorLDAPSetupNotComplete=La configuració Dolibarr-LDAP és incompleta.
       ErrorLDAPMakeManualTest=S'ha creat un arxiu .ldif a la carpeta %s. Intenta carregar-lo manualment des de la línia de comandes per tenir més informació sobre l'error.
      -ErrorCantSaveADoneUserWithZeroPercentage=No es pot canviar una acció al estat no començada si teniu un usuari realitzant de l'acció.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=La referència utilitzada per a la creació ja existeix
       ErrorPleaseTypeBankTransactionReportName=Si us plau, tecleja el nom del extracte bancari on s'informa del registre (format AAAAMM o AAAAMMDD)
      -ErrorRecordHasChildren=No s'ha pogut eliminar el registre, ja que té alguns registres fills.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=L'objecte té almenys un fill de tipus %s
      -ErrorRecordIsUsedCantDelete=No es pot eliminar el registre. S'està utilitzant o incloent en un altre objecte.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript ha d'estar activat per a que aquesta opció pugui utilitzar-se. Per activar/desactivar JavaScript, ves al menú Inici->Configuració->Entorn.
       ErrorPasswordsMustMatch=Les 2 contrasenyes indicades s'han de correspondre
      -ErrorContactEMail=S'ha produït un error tècnic. Contacti amb l'administrador al e-mail <b>%s</b>, indicant el codi d'error <b>%s</b> en el seu missatge, o pot també adjuntar una còpia de pantalla d'aquesta pàgina.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Valor incorrecte per al camp número <b>%s</b> (el valor '<b>%s</b>' no compleix amb la regla <b>%s</b>)
       ErrorFieldValueNotIn=Valor incorrecte per al camp número <b>%s</b> (el valor '<b>%s</b>' no és un valors disponible en el camp <b>%s</b> de la taula <b>%s</b>)
       ErrorFieldRefNotIn=Valor incorrecte per al camp nombre <b>%s</b> (el valor '<b>%s</b>' no és una referència existent en <b>%s</b>)
      @@ -87,7 +88,8 @@ ErrorsOnXLines=Errors a <b>%s</b> línies font
       ErrorFileIsInfectedWithAVirus=L'antivirus no ha pogut validar aquest arxiu (és probable que estigui infectat per un virus)!
       ErrorSpecialCharNotAllowedForField=Els caràcters especials no són admesos pel camp "%s"
       ErrorNumRefModel=Hi ha una referència a la base de dades (%s) i és incompatible amb aquesta numeració. Elimineu la línia o renomeneu la referència per activar aquest mòdul.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=Quantitat massa baixa per a aquest proveïdor o sense preu definit en aquest producte per a aquest proveïdor
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=La configuració de mòduls sembla incompleta. Ves a Inici - Configuració - Mòduls a completar.
       ErrorBadMask=Error en la màscara
       ErrorBadMaskFailedToLocatePosOfSequence=Error, sense número de seqüència en la màscara
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, valor de tornada a 0 incorrecte
       ErrorMaxNumberReachForThisMask=Capacitat màxima assolit per aquesta mascara
       ErrorCounterMustHaveMoreThan3Digits=El comptador ha de tenir més de 3 dígits
       ErrorSelectAtLeastOne=Error. Seleccioneu com a mínim una entrada.
      -ErrorDeleteNotPossibleLineIsConsolidated=Eliminació impossible ja que el registre està enllaçat a una transacció bancària conciliada
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s es troba assignat a altre tercer
       ErrorFailedToSendPassword=Error en l'enviament de la contrasenya
       ErrorFailedToLoadRSSFile=Error en la recuperació del flux RSS. Afegiu la constant MAIN_SIMPLEXMLLOAD_DEBUG si el missatge d'error no és molt explícit.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=El compte d'usuari de <b>%s</b> no s'ha trobat.
       ErrorLoginHasNoEmail=Aquest usuari no té e-mail. Impossible continuar.
       ErrorBadValueForCode=Valor incorrecte per codi de seguretat. Torna a intentar-ho amb un nou valor...
       ErrorBothFieldCantBeNegative=Els camps %s i %s no poden ser negatius
      +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=La quantitat a les línies de factures a clients no poden ser negatives
       ErrorWebServerUserHasNotPermission=El compte d'execució del servidor web <b>%s</b> no disposa dels permisos per això
       ErrorNoActivatedBarcode=No hi ha activat cap tipus de codi de barres
      @@ -138,7 +141,7 @@ ErrorBadFormat=El format és incorrecte!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, aquest soci encara no s'ha enllaçat a un tercer. Enllaça el soci a un tercer existent o crea un tercer nou abans de crear la quota amb factura.
       ErrorThereIsSomeDeliveries=Error, hi ha entrades vinculades a aquest enviament. No es pot eliminar
       ErrorCantDeletePaymentReconciliated=No pot esborrar un pagament que va generar una entrada de banc que va ser conciliada
      -ErrorCantDeletePaymentSharedWithPayedInvoice=No es pot eliminar un pagament de vàries factures amb alguna factura amb l'estat Pagada
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=No es pot assignar a la constant '%s'
       ErrorPriceExpression2=No es pot redefinir la funció incorporada'%s'
       ErrorPriceExpression3=Variable '%s' no definida a la definició de la funció
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=No s'esperava '%s'
       ErrorPriceExpression6=Nombre d'arguments inadequats (%s dades, %s esperats)
       ErrorPriceExpression8=Operador '%s' no esperat
       ErrorPriceExpression9=Ha succeït un error no esperat
      -ErrorPriceExpression10=Operador '%s' no té operant
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=S'esperava '%s'
       ErrorPriceExpression14=Divisió per zero
       ErrorPriceExpression17=Variable '%s' indefinida
      @@ -171,13 +174,13 @@ ErrorGlobalVariableUpdater4=El client SOAP ha fallat amb l'error '%s'
       ErrorGlobalVariableUpdater5=Sense variable global seleccionada
       ErrorFieldMustBeANumeric=El camp <b>%s</b> ha de ser un valor numèric
       ErrorMandatoryParametersNotProvided=Paràmetre/s obligatori/s no definits
      -ErrorOppStatusRequiredIfAmount=S'estableix una quantitat estimada per aquesta oportunitat/prospecte. Així que també has d'introduir el seu estat
      +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=Definició incorrecta del menú Array en el descriptor del mòdul (valor incorrecte per a la clau fk_menu)
      -ErrorSavingChanges=Hi ha hagut un error al salvar els canvis
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=El magatzem és obligatori en la línia a enviar
       ErrorFileMustHaveFormat=El fitxer té format %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=El país d'aquest proveïdor no està definit. Corregeix-lo primer.
       ErrorsThirdpartyMerge=No es poden combinar els dos registres. Petició cancelada.
       ErrorStockIsNotEnoughToAddProductOnOrder=No hi ha suficient estoc del producte %s per afegir-ho en una nova comanda.
       ErrorStockIsNotEnoughToAddProductOnInvoice=No hi ha suficient estoc del producte %s per afegir-ho en una nova factura.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=No s'ha trobat el fitxer. Pot ser que la clau co
       ErrorProductBarCodeAlreadyExists=El codi de barres de producte %s ja existeix en la referència d'un altre producte.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Tingueu en compte també que no és possible tenir un producte virtual amb auto increment/decrement de subproductes quan almenys un subproducte (o subproducte de subproductes) necessita un número de sèrie/lot.
       ErrorDescRequiredForFreeProductLines=La descripció és obligatòria per a línies amb producte de lliure edició
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=S'ha indicat una contrasenya per aquest soci. En canvi, no s'ha creat cap compte d'usuari, de manera que aquesta contrasenya s'ha desat però no pot ser utilitzada per entrar a Dolibarr. Es pot utilitzar per un mòdul/interfície extern, però si no cal definir cap usuari i contrasenya per un soci, pots deshabilitar la opció "Gestiona l'entrada per tots els socis" des de la configuració del mòdul Socis. Si necessites gestionar una entrada sense contrasenya, pots mantenir aquest camp buit i permetre aquest avís. Nota: El correu electrònic es pot utilitzar per entrar si el soci està enllaçat a un usuarí
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Ja existeix un marcador amb aquest títol o aquest
       WarningPassIsEmpty=Atenció: La contrasenya de la base de dades està buida. Això és un forat de seguretat. Cal afegir una contrasenya a la seva base de dades i canviar el seu arxiu conf.php per reflectir això.
       WarningConfFileMustBeReadOnly=Atenció, el seu fitxer (<b>htdocs/conf/conf.php</b>) és accessible en escriptura al servidor web. Això representa un error seriós de seguretat. Modifiqueu els permisos per ser llegit únicament pel compte que executa el servidor Web.Si està executant Windows en undisco amb format FAT, sigui conscient que aquest sistema d'arxius no protegeix els arxius i no ofereix cap solució per reduir els riscos de manipulació d'aquest fitxer.
       WarningsOnXLines=Alertes a <b>%s</b> línies font
      -WarningNoDocumentModelActivated=No hi ha cap model per a la generació del document activat. Es prendrà un model per defecte fins que es configuri el mòdul.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Atenció: Un cop acabada l'instal·lació, han de desactivar les eines d'instal·lació/actualització afegint l'arxiu <b>install.lock</b> al directori <b>%s</b>. L'absència d'aquest imatge mostra una fallada de seguretat.
      -WarningUntilDirRemoved=Aquesta alerta seguirà activa mentre la carpeta existeixi (alerta visible per als usuaris admin solament).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Avís, el tancament és realitzat encara que la quantitat total difereixi entre els elements d'origen i destí. Activi aquesta funcionalitat amb precaució.
       WarningUsingThisBoxSlowDown=Atenció, l'ús d'aquest panell provoca serioses alentiments en les pàgines que mostren aquest panell.
       WarningClickToDialUserSetupNotComplete=La configuració de ClickToDial per al compte d'usuari no està completa (vegeu la pestanya ClickToDial en la seva fitxa d'usuari)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Massa dades (més de %s línies). Utilitz
       WarningSomeLinesWithNullHourlyRate=Algunes vegades es van registrar per alguns usuaris quan no s'havia definit el seu preu per hora. Es va utilitzar un valor de 0 %s per hora, però això pot resultar una valoració incorrecta del temps dedicat.
       WarningYourLoginWasModifiedPleaseLogin=El teu login s'ha modificat. Per seguretat has de fer login amb el nou login abans de la següent acció.
       WarningAnEntryAlreadyExistForTransKey=Ja existeix una entrada per la clau de traducció d'aquest idioma
      -WarningNumberOfRecipientIsRestrictedInMassAction=Advertència: el nombre de destinataris diferents està limitat a <b>%s</b> quan s'utilitzen les accions massives sobre llistes
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Advertència, la data de la línia no està dins del rang de l'informe de despeses
      diff --git a/htdocs/langs/ca_ES/interventions.lang b/htdocs/langs/ca_ES/interventions.lang
      index b1ea75c9aa7..9754e2dc548 100644
      --- a/htdocs/langs/ca_ES/interventions.lang
      +++ b/htdocs/langs/ca_ES/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencions
       InterventionCard=Fitxa intervenció
       NewIntervention=Nova intervenció
       AddIntervention=Crea intervenció
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Llistat d'intervencions
       ActionsOnFicheInter=Esdeveniments sobre l'intervenció
       LastInterventions=Últimes %s intervencions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Utilitza la durada dels serveis en les intervenci
       UseDurationOnFichinter=Oculta el camp de durada dels registres d'intervenció
       UseDateWithoutHourOnFichinter=Oculta hores i minuts del camp de dates dels registres d'intervenció
       InterventionStatistics=Estadístiques de intervencions
      -NbOfinterventions=Nº de fitxes de intervenció
      -NumberOfInterventionsByMonth=Nº de fitxes de intervenció per mes (data de validació)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=La quantitat d'intervenció no s'inclou de manera predeterminada en els beneficis (en la majoria dels casos, els fulls de temps s'utilitzen per comptar el temps dedicat). Per incloure'ls, afegiu la opció  PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT amb el valor 1 a Configuració &rarr; Varis.
       ##### Exports #####
       InterId=Id. d'intervenció
      diff --git a/htdocs/langs/ca_ES/main.lang b/htdocs/langs/ca_ES/main.lang
      index fef9a992d40..f183e34519b 100644
      --- a/htdocs/langs/ca_ES/main.lang
      +++ b/htdocs/langs/ca_ES/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Error en l'enviament de l'e-mail (emissor =%s, destinatair
       ErrorFileNotUploaded=El fitxer no s'ha pogut transferir
       ErrorInternalErrorDetected=Error detectat
       ErrorWrongHostParameter=Paràmetre Servidor invàlid
      -ErrorYourCountryIsNotDefined=El teu país no està definit. Ves a Inici-Configuració-Edita i omple de nou el formulari
      -ErrorRecordIsUsedByChild=Impossible de suprimir aquest registre. Es sent utilitzat com a pare per almenys un registre fill.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Valor incorrecte
       ErrorWrongValueForParameterX=Valor incorrecte del paràmetre %s
       ErrorNoRequestInError=Cap petició en error
      -ErrorServiceUnavailableTryLater=Servei no disponible actualment. Torni a intentar més tard.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicat en un camp únic
      -ErrorSomeErrorWereFoundRollbackIsDone=S'han trobat alguns errors. Modificacions desfetes.
      -ErrorConfigParameterNotDefined=El paràmetre <b>%s</b> no està definit en el fitxer de configuració Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Impossible trobar l'usuari <b>%s</b> a la base de dades Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Error, cap tipus d'IVA definit per al país '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, cap tipus d'impost varis definit per al país '%s'.
       ErrorFailedToSaveFile=Error, el registre del fitxer ha fallat.
      -ErrorCannotAddThisParentWarehouse=Està intentant afegir un magatzem pare que ja és fill de l'actual
      -MaxNbOfRecordPerPage=Número màxim de registres per pàgina
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=No està autoritzat per fer-ho.
       SetDate=Indica la data
       SelectDate=Seleccioneu una data
      @@ -78,10 +78,10 @@ FileRenamed=L'arxiu s'ha renombrat correctament
       FileGenerated=L'arxiu ha estat generat correctament
       FileSaved=El fitxer s'ha desat correctament
       FileUploaded=L'arxiu s'ha carregat correctament
      -FileTransferComplete=El(s) fitxer(s) s'han carregat correctament
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=El(s) fitxer(s) s'han eliminat correctament
       FileWasNotUploaded=Un arxiu ha estat seleccionat per adjuntar, però encara no ha estat pujat. Feu clic a "Adjuntar aquest arxiu" per a això.
      -NbOfEntries=Nº d'entrades
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Llegeix l'ajuda online (cal tenir accés a internet)
       GoToHelpPage=Consultar l'ajuda
       RecordSaved=Registre guardat
      @@ -94,7 +94,7 @@ Undefined=No definit
       PasswordForgotten=Heu oblidat la contrasenya?
       NoAccount=Cap compte?
       SeeAbove=Esmentar anteriorment
      -HomeArea=Àrea inici
      +HomeArea=Inici
       LastConnexion=Última connexió
       PreviousConnexion=Connexió anterior
       PreviousValue=Valor anterior
      @@ -142,6 +142,7 @@ Closed=Tancat
       Closed2=Tancat
       NotClosed=No tancat
       Enabled=Activat
      +Enable=Activar
       Deprecated=Obsolet
       Disable=Desactivar
       Disabled=Desactivat
      @@ -153,7 +154,7 @@ Update=Modificar
       Close=Tancar
       CloseBox=Elimina el panell de la taula de control
       Confirm=Confirmar
      -ConfirmSendCardByMail=Realment voleu enviar el contingut d'aquesta fitxa per correu a la direcció <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Elimina
       Remove=Retirar
       Resiliate=Dona de baixa
      @@ -327,7 +328,7 @@ Copy=Copiar
       Paste=Pegar
       Default=Defecte
       DefaultValue=Valor per defecte
      -DefaultValues=Valors per defecte
      +DefaultValues=Default values/filters/sorting
       Price=Preu
       PriceCurrency=Preu (moneda)
       UnitPrice=Preu unitari
      @@ -347,7 +348,7 @@ AmountTTCShort=Import
       AmountHT=Base imposable
       AmountTTC=Import total
       AmountVAT=Import IVA
      -MulticurrencyAlreadyPaid=Ja pagat, moneda original
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Pendent de pagar, moneda original
       MulticurrencyPaymentAmount=Import de pagament, moneda original
       MulticurrencyAmountHT=Base imposable, moneda original
      @@ -428,7 +429,7 @@ ActionNotApplicable=No aplicable
       ActionRunningNotStarted=No començat
       ActionRunningShort=En progrés
       ActionDoneShort=Acabat
      -ActionUncomplete=Incomplet
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Darrers %s esdeveniments vinculats
       CompanyFoundation=Empresa/Organització
       Accountant=Comptador
      @@ -454,7 +455,7 @@ Duration=Duració
       TotalDuration=Duració total
       Summary=Resum
       DolibarrStateBoard=Estadístiques de base de dades
      -DolibarrWorkBoard=Taula de control de indicadors oberts
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Sense elements oberts per processar
       Available=Disponible
       NotYetAvailable=Encara no disponible
      @@ -468,7 +469,7 @@ and=i
       or=o
       Other=Altres
       Others=Altres
      -OtherInformations=Altres informacions
      +OtherInformations=Altra informació
       Quantity=Quantitat
       Qty=Qt.
       ChangedBy=Modificat per
      @@ -506,8 +507,8 @@ None=Res
       NoneF=Ninguna
       NoneOrSeveral=Cap o diversos
       Late=Retard
      -LateDesc=El retard que defineix si un registre arriba tard o no depèn de la configuració. Pregunti al seu administrador per canviar de retard des del menú Inici - Configuració - Alertes.
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=No hi ha cap element tardà
       Photo=Foto
       Photos=Fotos
       AddPhoto=Afegir foto
      @@ -530,18 +531,6 @@ September=setembre
       October=octubre
       November=novembre
       December=desembre
      -JanuaryMin=Gen
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Abr
      -MayMin=Mai
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Ago
      -SeptemberMin=Set
      -OctoberMin=Oct
      -NovemberMin=Nov
      -DecemberMin=Des
       Month01=gener
       Month02=febrer
       Month03=març
      @@ -646,6 +635,8 @@ SendMail=Envia e-mail
       EMail=Correu electrònic
       NoEMail=Sense correu electrònic
       Email=Correu
      +AlreadyRead=Alreay read
      +NotRead=No llegit
       NoMobilePhone=Sense mòbil
       Owner=Propietari
       FollowingConstantsWillBeSubstituted=Les següents constants seran substituïdes pel seu valor corresponent.
      @@ -677,7 +668,7 @@ NeverReceived=Mai rebut
       Canceled=Anul·lada
       YouCanChangeValuesForThisListFromDictionarySetup=Pots canviar els valors d'aquesta llista des del menú Configuració - Diccionaris
       YouCanChangeValuesForThisListFrom=Pots canviar els valors d'aquesta llista des del menú %s
      -YouCanSetDefaultValueInModuleSetup=Pots indicar el valor per defecte utilitzat en la creació de nous registres en el mòdul de configuració
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Documents
       Documents2=Documents
      @@ -716,15 +707,15 @@ Merge=Fussió
       DocumentModelStandardPDF=Plantilla PDF estàndard
       PrintContentArea=Mostrar pàgina d'impressió de la zona central
       MenuManager=Gestor de menú
      -WarningYouAreInMaintenanceMode=Atenció, està en mode manteniment, així que només el login <b>%s</b> està autoritzat per utilitzar l'aplicació en aquest moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Error del sistema
       CoreErrorMessage=Ho sentim, hi ha un error. Contacti amb el seu administrador del sistema per a comprovar els "logs" o des-habilita $dolibarr_main_prod=1 per a obtenir més informació.
       CreditCard=Targeta de crèdit
       ValidatePayment=Validar aquest pagament
       CreditOrDebitCard=Tarja de crèdit o dèbit
       FieldsWithAreMandatory=Els camps marcats per un <b>%s</b> són obligatoris
      -FieldsWithIsForPublic=Els camps marcats per <b>%s</b> es mostren en la llista pública de socis. Si no voleu veure'ls, desactiveu la casella "públic".
      -AccordingToGeoIPDatabase=(Obtingut per conversió GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Línia
       NotSupported=No suportat
       RequiredField=Camp obligatori
      @@ -732,6 +723,8 @@ Result=Resultat
       ToTest=provar
       ValidateBefore=Per poder utilitzar aquesta funció ha de validar la fitxa
       Visibility=Visibilitat
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privat
       Hidden=Memòria cau
       Resources=Recursos
      @@ -750,6 +743,7 @@ LinkTo=Enllaça a
       LinkToProposal=Enllaça a pressupost
       LinkToOrder=Enllaça a comanda
       LinkToInvoice=Enllaça a factura
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Enllaça a comanda de proveïdor
       LinkToSupplierProposal=Enllaça a pressupost de proveïdor
       LinkToSupplierInvoice=Enllaça a factura de proveïdor
      @@ -758,6 +752,7 @@ LinkToIntervention=Enllaça a intervenció
       CreateDraft=Crea esborrany
       SetToDraft=Tornar a redactar
       ClickToEdit=Clic per a editar
      +ClickToRefresh=Click to refresh
       EditWithEditor=Editar amb CKEditor
       EditWithTextEditor=Editar amb l'editor de text
       EditHTMLSource=Editar el codi HTML
      @@ -779,7 +774,7 @@ Test=Prova
       Element=Element
       NoPhotoYet=No hi ha fotografia disponible
       Dashboard=Quadre de comandament
      -MyDashboard=El meu quadre de comandament
      +MyDashboard=El meu tauler
       Deductible=Deduïble
       from=de
       toward=cap a
      @@ -802,7 +797,7 @@ PrintFile=%s arxius a imprimir
       ShowTransaction=Mostra la transacció en el compte bancari
       ShowIntervention=Mostrar intervenció
       ShowContract=Mostrar contracte
      -GoIntoSetupToChangeLogo=Ves a Inici - Configuració - Empresa per canviar el logo o ves a Inici - Configuració - Entorn per ocultar-lo.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Denegar
       Denied=Denegad
       ListOf=Llista de %s
      @@ -822,8 +817,8 @@ TooManyRecordForMassAction=S'ha seleccionat massa registres per a l'acció massi
       NoRecordSelected=No s'han seleccionat registres
       MassFilesArea=Àrea de fitxers generats per accions massives
       ShowTempMassFilesArea=Mostra l'àrea de fitxers generats per accions massives
      -ConfirmMassDeletion=Confirmació d'esborrament massiu
      -ConfirmMassDeletionQuestion=Esteu segur que voleu suprimir el registre seleccionat %s?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Objectes relacionats
       ClassifyBilled=Classificar facturat
       ClassifyUnbilled=Classificar no facturat
      @@ -841,7 +836,7 @@ Calendar=Calendari
       GroupBy=Agrupat per...
       ViewFlatList=Veure llista plana
       RemoveString=Eliminar cadena '%s'
      -SomeTranslationAreUncomplete=Alguns idiomes poden estar traduïts parcialment o poden tenir errors. Si detectes algun, pots corregir els fitxers d'idiomes registrant-te a <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Enllaç de descàrrega directa (públic/extern)
       DirectDownloadInternalLink=Enllaç directe de descàrrega (necessita estar registrat i tenir permisos)
       Download=Descarrega
      @@ -861,16 +856,25 @@ HR=RRHH
       HRAndBank=RRHH i banc
       AutomaticallyCalculated=Calculat automàticament
       TitleSetToDraft=Torna a esborrany
      -ConfirmSetToDraft=Estàs segur que vols tornar a l'estat esborrany?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=ID d'importació
       Events=Esdeveniments
      -EMailTemplates=Models d'emails
      -FileNotShared=Fitxer no compartit amb el públic extern
      +EMailTemplates=Plantilles de correu electrònic
      +FileNotShared=File not shared to external public
       Project=Projecte
       Projects=Projectes
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Permisos
       LineNb=Núm. línia
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Dilluns
       Tuesday=Dimarts
      @@ -927,7 +931,7 @@ SearchIntoInterventions=Intervencions
       SearchIntoContracts=Contractes
       SearchIntoCustomerShipments=Enviaments de client
       SearchIntoExpenseReports=Informes de despeses
      -SearchIntoLeaves=Dies lliures
      +SearchIntoLeaves=Leave
       CommentLink=Comentaris
       NbComments=Nombre de comentaris
       CommentPage=Espai de comentaris
      @@ -935,7 +939,7 @@ CommentAdded=Comentari afegit
       CommentDeleted=Comentari suprimit
       Everybody=Projecte compartit
       PayedBy=Pagat per
      -PayedTo=Pagat a
      +PayedTo=Paid to
       Monthly=Mensual
       Quarterly=Trimestral
       Annual=Anual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local i remota
       KeyboardShortcut=Tecla de drecera
       AssignedTo=Assignada a
       Deletedraft=Suprimeix l'esborrany
      -ConfirmMassDraftDeletion=Confirmació d'eliminació massiva d'esborranys
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Fitxer compartit a través d'un enllaç
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Actualment esteu en el mode %s "sandbox"
      diff --git a/htdocs/langs/ca_ES/other.lang b/htdocs/langs/ca_ES/other.lang
      index 28d596c64f0..024158f0e0c 100644
      --- a/htdocs/langs/ca_ES/other.lang
      +++ b/htdocs/langs/ca_ES/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Codi de seguretat
       NumberingShort=N°
       Tools=Utilitats
       TMenuTools=Utilitats
      -ToolsDesc=Aquí es recullen totes les eines diverses que no s'inclouen en altres entrades del menú. <br> <br>Podeu accedir a totes les eines des del menú de l'esquerra.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Aniversari
       BirthdayDate=Data d'aniversari
       DateToBirth=Data de naixement
      @@ -23,7 +23,7 @@ MessageForm=Missatge al formulari de pagament en línia
       MessageOK=Missatge a la pàgina de retorn de pagament confirmat
       MessageKO=Missatge a la pàgina de retorn de pagament cancel·lat
       ContentOfDirectoryIsNotEmpty=El contingut d'aquest directori no és buit.
      -DeleteAlsoContentRecursively=Marqueu de manera recursiva per eliminar tot el contingut
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Any de la data de factura
       PreviousYearOfInvoice=Any anterior de la data de la factura
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Any següent de la data de la factura
       DateNextInvoiceBeforeGen=Data de la propera factura (abans de la generació)
       DateNextInvoiceAfterGen=Data de la propera factura (després de la generació)
       
      -Notify_FICHINTER_ADD_CONTACT=Contacte afegit a la intervenció
      -Notify_FICHINTER_VALIDATE=Validació fitxa intervenció
      -Notify_FICHINTER_SENTBYMAIL=Enviament fitxa intervenció per e-mail
       Notify_ORDER_VALIDATE=Validació comanda client
       Notify_ORDER_SENTBYMAIL=Enviament comanda de client per e-mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Enviament comanda a proveïdor per e-mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Comanda a proveïdor registrada
       Notify_ORDER_SUPPLIER_APPROVE=Aprovació comanda a proveïdor
       Notify_ORDER_SUPPLIER_REFUSE=Comanda a proveïdor rebutjada
       Notify_PROPAL_VALIDATE=Validació pressupost client
      -Notify_PROPAL_CLOSE_SIGNED=Pressupost tancat com a firmat
      -Notify_PROPAL_CLOSE_REFUSED=Pressupost tancat com a rebutjat
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Enviament pressupost per e-mail
       Notify_WITHDRAW_TRANSMIT=Transmissió domiciliació
       Notify_WITHDRAW_CREDIT=Abonament domiciliació
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Tercer creat
       Notify_COMPANY_SENTBYMAIL=E-mails enviats des de la fitxa del tercer
       Notify_BILL_VALIDATE=Validació factura
       Notify_BILL_UNVALIDATE=Devalidació factura a client
      -Notify_BILL_PAYED=Cobrament factura a client
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Cancel·lació factura a client
       Notify_BILL_SENTBYMAIL=Enviament factura a client per e-mail
       Notify_BILL_SUPPLIER_VALIDATE=Validació factura de proveïdor
      -Notify_BILL_SUPPLIER_PAYED=Pagament factura de proveïdor
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Enviament factura de proveïdor per e-mail
       Notify_BILL_SUPPLIER_CANCELED=Factura del proveïdor cancel·lada
       Notify_CONTRACT_VALIDATE=Validació contracte
       Notify_FICHEINTER_VALIDATE=Validació intervenció
      +Notify_FICHINTER_ADD_CONTACT=Contacte afegit a la intervenció
      +Notify_FICHINTER_SENTBYMAIL=Enviament fitxa intervenció per e-mail
       Notify_SHIPPING_VALIDATE=Validació enviament
       Notify_SHIPPING_SENTBYMAIL=Enviament expedició per e-mail
       Notify_MEMBER_VALIDATE=Soci validat
      @@ -71,27 +70,31 @@ Notify_PROJECT_CREATE=Creació d'un projecte
       Notify_TASK_CREATE=Tasca creada
       Notify_TASK_MODIFY=Tasca modificada
       Notify_TASK_DELETE=Tasca eliminada
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Vegi la configuració del mòdul %s
       NbOfAttachedFiles=Número arxius/documents adjunts
       TotalSizeOfAttachedFiles=Mida total dels arxius/documents adjunts
       MaxSize=Tamany màxim
       AttachANewFile=Adjuntar nou arxiu/document
       LinkedObject=Objecte adjuntat
      -NbOfActiveNotifications=Nombre de notificacions (nº de destinataris)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nAquest és un correu electrònic de prova enviat a __EMAIL__.\nLes dues línies estan separades per un salt de línia.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nAquest és un correu electrònic de <b>prova</b> (la paraula prova ha d'estar en negreta). <br> Les dues línies es separen amb un salt de línia. <br> <br> __USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nTrobareu aquí la sol·licitud de cotització __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nTrobareu aquí la comanda __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nTrobareu aquí la nostra comanda __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nTrobareu aquí la factura __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nTrobareu aquí l'enviament __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nTrobareu aquí la intervenció __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      +PredefinedMailContentLink=Podeu fer clic a l'enllaç següent per fer el pagament si encara no està fet.\n\n%s\n\n
       DemoDesc=Dolibarr és un ERP/CRM per a la gestió de negocis (professionals o associacions), compost de mòduls funcionals independents i opcionals. Una demostració que incloga tots aquests mòduls no té sentit perquè no utilitzarà tots els mòduls al mateix temps. Per això, hi han disponibles diferents tipus de perfils de demostració.
       ChooseYourDemoProfil=Selecciona el perfil de demo que cobreixi millor les teves necessitats...
       ChooseYourDemoProfilMore=o construeix el teu perfil<br>(selecció de mòduls manual)
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Instala o habilita la llibreria GD en la teva instal·lació
       ProfIdShortDesc=<b>Prof Id %s </b> és una informació que depèn del país del tercer. <br>Per exemple, per al país <b>%s</b>, és el codi <b>%s</b>.
       DolibarrDemo=Demo de Dolibarr ERP/CRM
       StatsByNumberOfUnits=Estadístiques de suma quantitat de productes/serveis
      -StatsByNumberOfEntities=Estadístiques en nombre d'entitats referents (nº de factura, o comanda ...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Número de pressupostos
       NumberOfCustomerOrders=Número de comandes de client
       NumberOfCustomerInvoices=Número de factures de client
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Número d'unitats en factures de client
       NumberOfUnitsSupplierProposals=Número d'unitats en pressupostos de proveïdor
       NumberOfUnitsSupplierOrders=Número d'unitats en comandes de proveïdor
       NumberOfUnitsSupplierInvoices=Número d'unitats en factures de proveïdor
      -EMailTextInterventionAddedContact=La nova intervenció %s t'ha sigut assignada.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Fitxa intervenció %s validada
       EMailTextInvoiceValidated=Factura %s validada
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=El pressupost %s que el concerneix ha estat validat.
       EMailTextProposalClosedSigned=La proposta %s s'ha tancat signada.
       EMailTextOrderValidated=La comanda %s que el concerneix ha estat validada.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Comanda %s aprovada per %s
       EMailTextOrderRefused=La comanda %s s'ha rebutjat
       EMailTextOrderRefusedBy=La comanda %s s'ha rebutjat per %s
       EMailTextExpeditionValidated=L'enviament %s ha estat validat.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Lot d'importació (import key)
       DolibarrNotification=Notificació automàtica
       ResizeDesc=Introduïu l'ample <b>O</b> la nova alçada. La relació es conserva en canviar la mida...
      @@ -204,7 +212,7 @@ NewLength=Nou ample
       NewHeight=Nova alçada
       NewSizeAfterCropping=Noves dimensions després de retallar
       DefineNewAreaToPick=Indiqueu la zona d'imatge a conservar (Clic sobre la imatge i arrossegueu fins a la cantonada oposada)
      -CurrentInformationOnImage=Aquesta pàgina us permet canviar la mida o quadrar la imatge. Aquí hi ha informació sobre la imatge que s'està editant
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor d'imatge
       YouReceiveMailBecauseOfNotification=Vostè està rebent aquest missatge perquè el seu correu electrònica està subscrit a algunes notificacions automàtiques per informar sobre esdeveniments especials del programa %s de %s.
       YouReceiveMailBecauseOfNotification2=L'esdeveniment en qüestió és el següent:
      @@ -219,7 +227,7 @@ FileIsTooBig=L'arxiu és massa gran
       PleaseBePatient=Preguem esperi uns instants...
       NewPassword=Nova contrasenya
       ResetPassword=Restablir la contrasenya
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +RequestToResetPasswordReceived=S'ha rebut una sol·licitud per canviar la teva contrasenya.
       NewKeyIs=Aquesta és la nova contrasenya per iniciar sessió
       NewKeyWillBe=La seva nova contrasenya per iniciar sessió en el software serà
       ClickHereToGoTo=Clica aquí per anar a %s
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=La teva contrasenya ha de tenir almenys <stron
       YourPasswordHasBeenReset=La teva contrasenya s'ha restablert correctament
       ApplicantIpAddress=Adreça IP del sol·licitant
       SMSSentTo=SMS enviat a %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Àrea d'exportacions
      diff --git a/htdocs/langs/ca_ES/paybox.lang b/htdocs/langs/ca_ES/paybox.lang
      index 8eed83c2fd4..c877a80a285 100644
      --- a/htdocs/langs/ca_ES/paybox.lang
      +++ b/htdocs/langs/ca_ES/paybox.lang
      @@ -21,9 +21,9 @@ ToOfferALinkForOnlinePaymentOnContractLine=URL que ofereix una interfície de pa
       ToOfferALinkForOnlinePaymentOnFreeAmount=URL que ofereix una interfície de pagament en línia %s basada en un impport llíure
       ToOfferALinkForOnlinePaymentOnMemberSubscription=URL que ofereix una interfície de pagament en línia %s per una quota de soci
       YouCanAddTagOnUrl=També pot afegir el paràmetre url <b>&tag=<i>value</i></b> per a qualsevol d'aquestes adreces (obligatori només per al pagament lliure) per veure el seu propi codi de comentari de pagament.
      -SetupPayBoxToHavePaymentCreatedAutomatically=Configureu la vostra url Paybox <b>%s</b> per tal que el pagament es creu automàticament al validar.
      +SetupPayBoxToHavePaymentCreatedAutomatically=Setup your Paybox with url <b>%s</b> to have payment created automatically when validated by Paybox.
       YourPaymentHasBeenRecorded=Aquesta pàgina confirma que el pagament s'ha registrat correctament. Gràcies.
      -YourPaymentHasNotBeenRecorded=El pagament no ha estat registrat i la transacció ha estat anul·lada. Gràcies.
      +YourPaymentHasNotBeenRecorded=Your payment has NOT been recorded and the transaction has been canceled. Thank you.
       AccountParameter=Paràmetres del compte
       UsageParameter=Paràmetres d'ús
       InformationToFindParameters=Informació per trobar la seva configuració de compte %s
      diff --git a/htdocs/langs/ca_ES/projects.lang b/htdocs/langs/ca_ES/projects.lang
      index 539a14716c4..ca92a5f125b 100644
      --- a/htdocs/langs/ca_ES/projects.lang
      +++ b/htdocs/langs/ca_ES/projects.lang
      @@ -33,8 +33,8 @@ ConfirmDeleteAProject=Vols eliminar aquest projecte?
       ConfirmDeleteATask=Vols eliminar aquesta tasca?
       OpenedProjects=Projectes oberts
       OpenedTasks=Tasques obertes
      -OpportunitiesStatusForOpenedProjects=Import d'oportunitats de projectes oberts per estat
      -OpportunitiesStatusForProjects=Import d'oportunitats de projectes per estat
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Veure projecte
       ShowTask=Veure tasca
       SetProject=Indica el projecte
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Ves al llistat de temps consumit
       GoToListOfTasks=Ves al llistat de tasques
       GoToGanttView=Vés a la vista de Gantt
       GanttView=Vista de Gantt
      -ListProposalsAssociatedProject=Llistat de pressupostos associats al projecte
      -ListOrdersAssociatedProject=Llista de comandes de client associades al projecte
      -ListInvoicesAssociatedProject=Llista de factures de client associades al projecte
      -ListPredefinedInvoicesAssociatedProject=Llista de plantilles de factures de client associat amb el projecte
      -ListSupplierOrdersAssociatedProject=Llista de comandes a proveïdors associades al projecte
      -ListSupplierInvoicesAssociatedProject=Llista de factures a proveïdors associades al projecte
      -ListContractAssociatedProject=Llistatde contractes associats al projecte
      -ListShippingAssociatedProject=Llista d'expedicions associades al projecte
      -ListFichinterAssociatedProject=Llistat d'intervencions associades al projecte
      -ListExpenseReportsAssociatedProject=Llistat d'informes de despeses associades al projecte
      -ListDonationsAssociatedProject=Llistat de donacions associades al projecte
      -ListVariousPaymentsAssociatedProject=Llista de pagaments extres associats al projecte
      -ListActionsAssociatedProject=Llista d'esdeveniments associats al projecte
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Llistat del temps consumit en tasques d'aquest projecte
       ListTaskTimeForTask=Llista de temps consumit a la tasca
       ActivityOnProjectToday=Activitat en el projecte avui
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projecte %s modificat
       TaskCreatedInDolibarr=La tasca %s a sigut creada
       TaskModifiedInDolibarr=La tasca %s a sigut modificada
       TaskDeletedInDolibarr=La tasca %s a sigut eliminada
      -OpportunityStatus=Estat d'oportunitats
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Estat d'oportunitat
      -OpportunityProbability=Probabilitat d'oportunitat
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Probab. d'op.
      -OpportunityAmount=Import d'oportunitats
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Import d'oportunitat
       OpportunityAmountAverageShort=Import d'oportunitat mitjà
       OpportunityAmountWeigthedShort=Import d'oportunitat ponderat
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Participant
       SelectElement=Seleccioni element
       AddElement=Vincular a element
       # Documents models
      -DocumentModelBeluga=Plantilla de projecte per resum d'objectes vinculats
      -DocumentModelBaleine=Plantilla d'informe de projectes per tasques
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Càrrega de treball prevista
       PlannedWorkloadShort=Càrrega de treball
       ProjectReferers=Registres relacionats
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projectes amb aquest usuari com a contacte
       TasksWithThisUserAsContact=Tasques asignades a l'usuari
       ResourceNotAssignedToProject=No assignat a cap projecte
       ResourceNotAssignedToTheTask=No assignat a la tasca
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Temps gastat per
       TasksAssignedTo=Tasques assignades a
       AssignTaskToMe=Assignar-me una tasca
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assigna una tasca a %s
       SelectTaskToAssign=Selecciona una tasca per assignar...
       AssignTask=Assigna
       ProjectOverview=Informació general
      -ManageTasks=Utilitza els projectes per seguir tasques i temps
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Utilitza els projectes per seguir oportunitats
      -ProjectNbProjectByMonth=Nº de projectes creats per mes
      +ProjectNbProjectByMonth=No. of created projects by month
       ProjectNbTaskByMonth=Nº de tasques creades per mes
      -ProjectOppAmountOfProjectsByMonth=Import d'oportunitats per mes
      -ProjectWeightedOppAmountOfProjectsByMonth=Quantitat ponderada d'oportunitats per mes
      -ProjectOpenedProjectByOppStatus=Projectes oberts per estats d'oportunitat
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Estadístiques en projectes/leads
       TasksStatistics=Estadístiques de tasques de projecte/lideratge
       TaskAssignedToEnterTime=Tasca assignada. És possible entrar els temps en aquesta tasca.
       IdTaskTime=Id de temps de tasca
       YouCanCompleteRef=Si vols completar la referència amb més informació (per utilitzar-la als filtres de cerca), es recomana afegir el caràcter - per separar-ho, així la numeració automàtica funcionarà correctament pels propers projectes. Per exemple %s-ABC. També pots preferir afegir claus de cerca en l'etiqueta. Però la millor pràctica pot ser afegir un camp dedicat, també anomenat Atributs complementaris.
       OpenedProjectsByThirdparties=Projectes oberts per tercers
      -OnlyOpportunitiesShort=Només oportunitats
      -OpenedOpportunitiesShort=Oportunitats obertes
      -NotAnOpportunityShort=No és una oportunitat
      -OpportunityTotalAmount=Import total d'oportunitats
      -OpportunityPonderatedAmount=Quantitat ponderada d'oportunitats
      -OpportunityPonderatedAmountDesc=Quantitat ponderada d'oportunitats amb probabilitat
      +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=Potencial
       OppStatusQUAL=Qualificació
       OppStatusPROPO=Pressupost
      @@ -227,4 +231,6 @@ AllowCommentOnProject=Permetre comentaris dels usuaris als projectes
       DontHavePermissionForCloseProject=No teniu permisos per tancar el projecte %s
       DontHaveTheValidateStatus=El projecte %s ha de ser obert per tancar
       RecordsClosed=%s projecte(s) tancat(s)
      -SendProjectRef=Information project %s
      +SendProjectRef=Informació del projecte %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ca_ES/stripe.lang b/htdocs/langs/ca_ES/stripe.lang
      index 78119cd6700..bbbd5c48a63 100644
      --- a/htdocs/langs/ca_ES/stripe.lang
      +++ b/htdocs/langs/ca_ES/stripe.lang
      @@ -61,3 +61,4 @@ ConfirmDeleteCard=Estàs segur que vols eliminar aquesta targeta de crèdit o de
       CreateCustomerOnStripe=Crea un client a Stripe
       CreateCardOnStripe=Crea una targeta a Stripe
       ShowInStripe=Mostra a Stripe
      +StripeUserAccountForActions=Compte d'usuari per utilitzar en alguns e-mails de notificació d'esdeveniments Stripe (pagaments Stripe)
      diff --git a/htdocs/langs/ca_ES/suppliers.lang b/htdocs/langs/ca_ES/suppliers.lang
      index c748ed9b7b6..22eef83e987 100644
      --- a/htdocs/langs/ca_ES/suppliers.lang
      +++ b/htdocs/langs/ca_ES/suppliers.lang
      @@ -21,9 +21,9 @@ SupplierPayment=Pagament al proveïdor
       SuppliersArea=Àrea de proveïdors
       RefSupplierShort=Ref. proveïdor
       Availability=Disponibilitat
      -ExportDataset_fournisseur_1=Vendor invoices list and invoice lines
      -ExportDataset_fournisseur_2=Vendor invoices and payments
      -ExportDataset_fournisseur_3=Comandes de compra i línies de comanda
      +ExportDataset_fournisseur_1=Factures de proveïdor i línies de factura
      +ExportDataset_fournisseur_2=Factures i pagaments de proveïdors
      +ExportDataset_fournisseur_3=Comandes de proveïdor i línies de comanda
       ApproveThisOrder=Aprovar aquesta comanda
       ConfirmApproveThisOrder=Vols aprovar la comanda <b>%s</b>?
       DenyingThisOrder=Denegar aquesta comanda
      diff --git a/htdocs/langs/ca_ES/website.lang b/htdocs/langs/ca_ES/website.lang
      index 9c986cc367c..b61e8c6663d 100644
      --- a/htdocs/langs/ca_ES/website.lang
      +++ b/htdocs/langs/ca_ES/website.lang
      @@ -1,12 +1,13 @@
       # Dolibarr language file - Source file is en_US - website
       Shortname=Codi
      -WebsiteSetupDesc=Crea tantes entrades com número de pàgines web que necessitis. Després ves al menú Pàgines web per editar-les.
      +WebsiteSetupDesc=Creeu aquí els llocs web que voleu utilitzar. A continuació, vagi a menú de llocs web per editar-los.
       DeleteWebsite=Elimina la pàgina web
      -ConfirmDeleteWebsite=Estàs segur de voler elimiar aquesta pàgina web? També s'esborraran totes les pàgines i el seu contingut.
      +ConfirmDeleteWebsite=Està segur que vol eliminar aquest lloc web? Totes les seves pàgines i continguts també seran eliminats.
       WEBSITE_TYPE_CONTAINER=Tipus de pàgina/contenidor
       WEBSITE_PAGE_EXAMPLE=Pàgina web per utilitzar com a exemple
       WEBSITE_PAGENAME=Nom/alies de pàgina
       WEBSITE_ALIASALT=Noms de pàgina alternatius / àlies
      +WEBSITE_ALIASALTDesc=Utilitzeu aquí la llista d'altres noms / àlies, per la qual cosa també es pot accedir a la pàgina amb altres noms / àlies (per exemple, el nom antic després de canviar el nom de l'àlies per mantenir el vincle d'enllaç a l'antic vincle / nom de treball). La sintaxi és: <br> alternativament1, alternativament2, ...
       WEBSITE_CSS_URL=URL del fitxer CSS extern
       WEBSITE_CSS_INLINE=Fitxer de contingut CSS (comú a totes les pàgines)
       WEBSITE_JS_INLINE=Fitxer amb contingut Javascript (comú a totes les pàgines)
      @@ -17,17 +18,19 @@ HtmlHeaderPage=Encapçalament HTML (específic sols per aquesta pàgina)
       PageNameAliasHelp=Nom o àlies de la pàgina. <br> Aquest àlies també s'utilitza per construir un URL de SEO quan el lloc web es llanci des d'un Host Virtual d'un servidor web (com Apache, Nginx...). Utilitzeu el botó "<strong>%s</strong>" per editar aquest àlies.
       EditTheWebSiteForACommonHeader=Nota: si voleu definir un encapçalament personalitzat per a totes les pàgines, editeu el encapçalament al nivell del lloc en comptes de la pàgina/contenidor.
       MediaFiles=Llibreria Media
      -EditCss=Edita l'estil/CSS o la capçalera HTML
      +EditCss=Editar propietats
       EditMenu=Edita menú
       EditMedias=Editar multimèdia
      -EditPageMeta=Edita "meta"
      +EditPageMeta=Editar propietats de pàgina/contenidor
      +EditInLine=Editar en línia
       AddWebsite=Afegir lloc web
       Webpage=Pàgina/contenidor web
       AddPage=Afegeix pàgina/contenidor
       HomePage=Pàgina d'inici
       PageContainer=Pàgina/contenidor
      -PreviewOfSiteNotYetAvailable=La previsualització del teu lloc web <strong>%s</strong> encara no està disponible. Primer has d'afegir una pàgina.
      +PreviewOfSiteNotYetAvailable=Vista prèvia del seu lloc web <strong>%s</strong> encara no està disponible. Primer ha de '<strong>Importar plantilla web</strong>' o sols '<strong>Afegir pàgina/contenidor</strong>'.
       RequestedPageHasNoContentYet=La pàgina sol·licitada amb l'identificador %s encara no té contingut, o el fitxer de memòria cau .tpl.php s'ha eliminat. Edita el contingut de la pàgina per solucionar-ho.
      +SiteDeleted=Lloc web '%s' eliminat
       PageContent=Pàgina/Contenidor
       PageDeleted=Pàgina/Contenidor '%s' del lloc web %s eliminat
       PageAdded=Pàgina/Contenidor '%s' afegit
      @@ -36,8 +39,8 @@ ViewPageInNewTab=Mostra la pàgina en una nova pestanya
       SetAsHomePage=Indica com a Pàgina principal
       RealURL=URL real
       ViewWebsiteInProduction=Mostra la pàgina web utilitzant les URLs d'inici
      -SetHereVirtualHost=Si pots crear, al teu servidor web (Apache, Nginx...), un Host Virtual amb PHP habilitat i un directori Root a <strong>%s</strong><br><br>, llavors introduïu aquí el nom del host virtual que has creat, d'aquesta manera es pot fer una vista prèvia utilitzant aquest accés directe al servidor web, i no només utilitzant el servidor Dolibarr.
      -YouCanAlsoTestWithPHPS=En l'entorn de desenvolupament, és possible que preferiu provar el lloc amb el servidor web incrustat de PHP (requereix PHP 5.5) executant-se<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=Comproveu també que l'amfitrió virtual té permisos <strong> %s </strong> en fitxers a <strong> %s </strong>
       ReadPerm=Llegit
       WritePerm=Escriu
      @@ -45,9 +48,10 @@ PreviewSiteServedByWebServer=<LI>Vista prèvia %s en una nova pestanya.</LI><br>
       PreviewSiteServedByDolibarr=<u> Previsualitza  %s en una nova pestanya. </li> <br> <br> El servidor %s serà servit pel servidor Dolibarr d'aquesta manera no es necessita instal·la cap servidor web addicional (com ara Apache, Nginx, IIS).<br>L'inconvenient és que l'URL de les pàgines no son amigables i començen per la ruta del vostre Dolibarr. <br>URL servit per Dolibarr:<br><strong> %s </strong> <br> <br> Per utilitzar el vostre propi servidor web extern per a servir a aquest lloc web, creeu un amfitrió ('host') virtual al vostre servidor web que apunti al directori<br><strong> %s </strong><br>, llavors introduïu el nom d'aquest servidor virtual i feu clic a l'altre botó de vista prèvia (botó de 'preview').
       VirtualHostUrlNotDefined=No s'ha definit la URL de l'amfitrió virtual que serveix el servidor web extern
       NoPageYet=Encara sense pàgines
      +YouCanCreatePageOrImportTemplate=You can create a new page or import a full website template
       SyntaxHelp=Ajuda sobre consells de sintaxi específics
       YouCanEditHtmlSourceckeditor=Podeu editar el codi font HTML usant el botó "Codi font" a l'editor.
      -YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> Podeu incloure PHP codi a la font usant les etiquetes ('tags') <strong>&lt;?php ?&gt;</strong>. Les següents variables globals estan disponibles: $conf, $langs, $db, $mysoc, $user, $website.<br><br><span class="fa fa-bug"></span> Podeu també incloure contingut de un altre Page/Container amb les següents sintaxis:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-bug"></span> Podeu fer una redirecció a una altra Page/Container amb la següent sintaxis:<br><strong>&lt;?php redirectToContainer('alias_of_container_to_redirect_to'); ?&gt;</strong><br><br><span class="fa fa-download"></span> Per a incloure un <strong>enllaç per a descarregar</strong> un fitxer emmagatzemat dins del <strong>documents</strong> directori, utilitza el <strong>document.php</strong> wrapper:<br>Exemple, per a un fitxer dins del documents/ecm (necessita estar 'logged'), la sintaxis és:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>Per a un fitxer dintre de documents/medias (open directory for public access), la sintaxis és:<br><strong>&lt;a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"&gt;</strong><br>Per a un fitxer compartit amb un enllaç compartit (open access using the sharing hash key of file), la sintaxis és:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span> Per a incloure una <strong>image</strong> emmagatzemat dintre de <strong>documents</strong> directory, utilitza el <strong>viewimage.php</strong> wrapper:<br>Exemple, per a una imatge dintre de documents/medias (open access), la sintaxis és:<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, $websitepage, $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=Clona la pàgina/contenidor
       CloneSite=Clona el lloc
       SiteAdded=Lloc web afegit
      @@ -57,9 +61,10 @@ LanguageMustNotBeSameThanClonedPage=Cloneu una pàgina com a una traducció. L'i
       ParentPageId=ID de la pàgina pare
       WebsiteId=ID del lloc web
       CreateByFetchingExternalPage=Crear una pàgina/contenidor mitjançant l'obtenció del continugt des d'una URL externa ...
      -OrEnterPageInfoManually=O creeu una pàgina buida des de zero ...
      +OrEnterPageInfoManually=Or create page from scratch or from a page template...
       FetchAndCreate=Obtenir i crear
      -ExportSite=Exportar el lloc web
      +ExportSite=Exporta la web
      +ImportSite=Import website template
       IDOfPage=Id de la pàgina
       Banner=Bàner
       BlogPost=Publicació del bloc
      @@ -73,7 +78,7 @@ AnotherContainer=Un altre contenidor
       WEBSITE_USE_WEBSITE_ACCOUNTS=Activa la taula del compte del lloc web
       WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Activeu la taula per emmagatzemar comptes del lloc web (login/contrasenya) per a cada lloc web de tercers
       YouMustDefineTheHomePage=Primer heu de definir la pàgina d'inici predeterminada
      -OnlyEditionOfSourceForGrabbedContentFuture=Note: only edition of HTML source will be possible when a page content is initiliazed 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=Només l'edició de codi HTML és possible quan el contingut s'ha capturat d'un lloc extern
       GrabImagesInto=Agafa també imatges trobades dins del css i a la pàgina.
       ImagesShouldBeSavedInto=Les imatges s'han de desar al directori
      @@ -82,3 +87,9 @@ SubdirOfPage=Subdirectori dedicat a la pàgina
       AliasPageAlreadyExists=Alias de pàgina <strong>%s</strong> ja existeixen
       CorporateHomePage=Pàgina d'inici corporativa
       EmptyPage=Pàgina buida
      +ExternalURLMustStartWithHttp=L'URL externa ha de començar amb http:// o https://
      +ZipOfWebsitePackageToImport=Zip file of website package
      +ShowSubcontainers=Show included containers
      +InternalURLOfPage=Internal URL of page
      +ThisPageIsTranslationOf=This page/container is translation of
      +ThisPageHasTranslationPages=This page/container has translation
      diff --git a/htdocs/langs/ca_ES/withdrawals.lang b/htdocs/langs/ca_ES/withdrawals.lang
      index 37afcba976a..77c67a26dbb 100644
      --- a/htdocs/langs/ca_ES/withdrawals.lang
      +++ b/htdocs/langs/ca_ES/withdrawals.lang
      @@ -13,7 +13,7 @@ RequestStandingOrderToTreat=Petició per a processar ordres de pagament mitjanç
       RequestStandingOrderTreated=Petició per a processar ordres de pagament mitjançant domiciliació bancària finalitzada
       NotPossibleForThisStatusOfWithdrawReceiptORLine=Encara no és possible. L'estat de la domiciliació ter que ser 'abonada' abans de poder realitzar devolucions a les seves línies
       NbOfInvoiceToWithdraw=Nombre de factures qualificades esperant l'ordre de domiciliació bancària
      -NbOfInvoiceToWithdrawWithInfo=Nombre de factura de client amb pagament per domiciliació bancària havent definit la informació del compte bancari
      +NbOfInvoiceToWithdrawWithInfo=Número de factures del client en espera de domiciliació per a clients que tenen el número de compte definida
       InvoiceWaitingWithdraw=Factura esperant per domiciliació bancària
       AmountToWithdraw=Import a domiciliar
       WithdrawsRefused=Domiciliació bancària refusada
      @@ -26,7 +26,7 @@ LastWithdrawalReceipt=Últims %s rebuts domiciliats
       MakeWithdrawRequest=Fer una petició de pagament per domiciliació bancària
       WithdrawRequestsDone=%s domiciliacions registrades
       ThirdPartyBankCode=Codi banc del tercer
      -NoInvoiceCouldBeWithdrawed=No s'ha domiciliat cap factura amb èxit. Comprova que les factures es troben en empreses amb un BAN vàlid per defecte i que aquest BAN té un RUM amb mode <strong>%s</strong>.
      +NoInvoiceCouldBeWithdrawed=Cap factura s'ha carregat amb èxit. Comproveu que els tercers de les factures tenen un IBAN vàlid i que IBAN té un RUM (Referència de mandat exclusiva) amb mode <strong>%s</strong>.
       ClassCredited=Classificar com "Abonada"
       ClassCreditedConfirm=Esteu segur de voler classificar aquesta domiciliació com abonada al seu compte bancari?
       TransData=Data enviament
      @@ -78,7 +78,7 @@ ThisWillAlsoAddPaymentOnInvoice=Això també registrarà els pagaments a les fac
       StatisticsByLineStatus=Estadístiques per estats de línies
       RUM=UMR
       RUMLong=Referència de mandat única (UMR)
      -RUMWillBeGenerated=If empty, UMR number will be generated once bank account information are saved
      +RUMWillBeGenerated=Si està buit, el número UMR es generarà una vegada que es guardi la informació del compte bancari
       WithdrawMode=Modo de domiciliació bancària (FRST o RECUR)
       WithdrawRequestAmount=Import de la domiciliació
       WithdrawRequestErrorNilAmount=No és possible crear una domiciliació sense import
      @@ -100,12 +100,8 @@ DirectDebitOrderCreated=S'ha creat l'ordre de domiciliació bancària %s
       AmountRequested=Quantitat sol·licitada
       SEPARCUR=SEPA CUR
       SEPAFRST=SEPA FRST
      -<<<<<<< HEAD
      -ExecutionDate=Execution date
      -=======
       ExecutionDate=Data d'execució
      ->>>>>>> branch '7.0' of git@github.com:Dolibarr/dolibarr.git
      -CreateForSepa=Create direct debit file
      +CreateForSepa=Crea un fitxer de domiciliació bancària
       
       ### Notifications
       InfoCreditSubject=Pagament de rebuts domiciliats %s pel banc
      diff --git a/htdocs/langs/ca_ES/workflow.lang b/htdocs/langs/ca_ES/workflow.lang
      index 781ccf16af9..e6162b51e6c 100644
      --- a/htdocs/langs/ca_ES/workflow.lang
      +++ b/htdocs/langs/ca_ES/workflow.lang
      @@ -1,20 +1,20 @@
       # Dolibarr language file - Source file is en_US - workflow
       WorkflowSetup=Configuració del mòdul workflow
      -WorkflowDesc=Aquest mòdul li permet canviar el comportament de les accions automàticament en l'aplicació. De forma predeterminada, el workflow està obert (configuri segons les seves necessitats). Activi les accions automàtiques que li interessin.
      +WorkflowDesc=Aquest mòdul ofereix algunes accions automàtiques. Per defecte, el flux de treball està obert (podeu fer les coses en l'ordre que vulgueu), però aquí podeu activar algunes accions automàtiques.
       ThereIsNoWorkflowToModify=No hi ha modificacions disponibles del fluxe de treball amb els mòduls activats.
       # Autocreate
      -descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Crea automàticament una comanda de client després d'haver signat un pressupost (la nova comanda tindrà la mateixa quantitat que el pressupost)
      -descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Crea automàticament una factura del client després d'haver signat un pressupost (la nova factura tindrà la mateixa quantitat que el pressupost)
      +descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Crea automàticament una comanda de client després d'haver signat un pressupost (la nova comanda tindrà el mateixa import que el pressupost)
      +descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Crea automàticament una factura del client després d'haver signat un pressupost (la nova factura tindrà el mateixa import que el pressupost)
       descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Crear automàticament una factura a client després de validar un contracte
      -descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Crea automàticament una factura de client després de tancar una comanda de client (la nova factura tindrà la mateixa quantitat que la comanda)
      +descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Crea automàticament una factura de client després de tancar una comanda de client (la nova factura tindrà el mateixa import que la comanda)
       # Autoclassify customer proposal or order
      -descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classifica els pressupostos vinculats d'origen com a facturats quan la comanda del client es posi com a facturada (i si l'import de la comanda és igual a l'import total dels pressupostos vinculats i signats)
      -descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classifica els pressupostos vinculats d'origen com a facturats quan la factura del client es validi (i si l'import de la factura és igual a l'import total dels pressupostos vinculats i signats)
      +descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classifica el pressupost d'origen com a facturat quan la comanda del client es posi com a facturada (i si l'import de la comanda és igual a l'import total del pressupost signat vinculat)
      +descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classifica els pressupostos vinculats d'origen com a facturats quan la factura del client es validi (i si l'import de la factura és igual a l'import total dels pressupostos signats vinculats)
       descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Classifica les comandes de client vinculades d'origen com a facturades quan la factura del client es validi (i si l'import de la factura és igual a l'import total de les comandes vinculades)
       descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Classifica les comandes de client vinculades d'origen com a facturades quan la factura del client es posi com a pagada (i si l'import de la factura és igual a l'import total de les comandes vinculades)
      -descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classifiqueu com a "Enviada" la comanda de client original enllaçada quan es validi un enviament (sempre que la quantitat d'articles enviada per tots els enviaments sigui la mateixa que la de la comanda)
      +descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classifica les comandes vinculades com a enviades quan l'expedició es validi (i si la quantitat enviada per totes les expedicions és igual que la comanda a actualitzar)
       # Autoclassify supplier order
      -descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked proposals)
      -descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked orders)
      +descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classifica el pressupost de proveïdor vinculat com facturat quan la factura de proveïdor és validada (i si l'import de la factura és igual a l'import total del pressupost vinculat)
      +descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classifica la comanda de proveïdor vinculada com facturada quan la factura de proveïdor és validada (i si l'import de la factura és igual a l'import total de la comanda vinculada)
       AutomaticCreation=Creació automàtica
       AutomaticClassification=Classificació automàtica
      diff --git a/htdocs/langs/cs_CZ/admin.lang b/htdocs/langs/cs_CZ/admin.lang
      index 7e3d67f2e06..04566302f4f 100644
      --- a/htdocs/langs/cs_CZ/admin.lang
      +++ b/htdocs/langs/cs_CZ/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Vývoj
       VersionUnknown=Neznámý
       VersionRecommanded=Doporučené
       FileCheck=Kontrola integrity souborů
      -FileCheckDesc=Tento nástroj vám umožňuje zkontrolovat integritu souborů a nastavení aplikace a porovnávat jednotlivé soubory s oficiálními. Je také možné zkontrolovat hodnotu některých konstant nastavení. Pomocí tohoto nástroje můžete zjistit, zda některé soubory byly například modifikovány hackerem.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=integrity souborů je přísně přizpůsobena s odkazem.
      -FileIntegrityIsOkButFilesWereAdded=Kontrola souborů integrity prošel, ale byly přidány některé nové soubory.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Kontrola souborů integrity selhal. Některé soubory byly změněny, odstraněny nebo přidány.
       GlobalChecksum=Global kontrolní součet
       MakeIntegrityAnalysisFrom=Udělat analýzu integrity souborů aplikací od
      @@ -30,14 +30,14 @@ SessionSaveHandler=Manipulátor uložených relací
       SessionSavePath=Místo uložení relace
       PurgeSessions=Vyčistit relace
       ConfirmPurgeSessions=Opravdu chcete, vyčistit všechny relace? Tím dojde k odpojení všech přihlášených uživatelů (kromě vás).
      -NoSessionListWithThisHandler=Nastavení Vašeho PHP neumožňuje vypsat běžící relace.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Uzamknout nové spojení
      -ConfirmLockNewSessions=Určitěchcete omezit všechna nová Dolibarr spojení? Pouze uživatel<b>%s</b> bude mít možnost se připojit.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Odstranit zámek spojení
       YourSession=Vaše relace
      -Sessions=Uživatelské relace
      +Sessions=Users sessions
       WebUserGroup=Web server uživatel / skupina
      -NoSessionFound=Nastavení Vašeho PHP Vám neumožňuje výpis aktivních relací. Složka sloužící k uložení relací <b>(%s)</b> může být chráněna (např. nastavením oprávnění OS nebo PHP open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Znaková sada pro databázi s daty
       DBSortingCharset=Znaková sada pro řazení databáze s daty
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Externí uživatel
       InternalUsers=Interní uživatelé
       ExternalUsers=Externí uživatelé
       GUISetup=Zobrazení
      -SetupArea=Modul nastavení
      +SetupArea=Nastavení
       UploadNewTemplate=Nahrát nové šablony
       FormToTestFileUploadForm=Formulář pro testování uploadu souborů (dle nastavení)
       IfModuleEnabled=Poznámka: Ano má efekt pouze tehdy, pokud je aktivní modul <b>%s</b>
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kód nemůže obsahovat hodnotu 0
       DisableJavascript=Vypnout JavaScript a Ajax funkce (Doporučuje se pro nevidomého či textové prohlížeče)
       UseSearchToSelectCompanyTooltip=Také, pokud máte velký počet subjektů (> 100 000), můžete zvýšit rychlost nastavením konstantní COMPANY_DONOTSEARCH_ANYWHERE 1 v Setup-> Ostatní. Vyhledávání pak bude omezena na začátek řetězce.
       UseSearchToSelectContactTooltip=Také, pokud máte velký počet subjektů (> 100 000), můžete zvýšit rychlost nastavením konstantní CONTACT_DONOTSEARCH_ANYWHERE 1 v Setup-> Ostatní. Vyhledávání pak bude omezena na začátek řetězce.
      -DelaiedFullListToSelectCompany=Počkat stisknutí klávesy před vložením obsahu seznamu subjektů combo (To může zvýšit výkon, pokud máte velké množství subjektů, ale je to méně pohodlné)
      -DelaiedFullListToSelectContact=Počkat stisknutí klávesy před vložením obsahu seznamu kontaktů combo (To může zvýšit výkon, pokud máte velký počet kontaktů, ale je to méně pohodlné)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Počet charakterů nutných k spuštění hledání: %s
       NotAvailableWhenAjaxDisabled=Není k dispozici při vypnutém Ajaxu
       AllowToSelectProjectFromOtherCompany=Na dokumentu třetí osoby, mohou vybrat projekt spojený s jinou třetí stranou
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Náhled není k dispozici
       ThemeCurrentlyActive=Téma aktivní
       CurrentTimeZone=Časové pásmo PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Termíny jsou uloženy a vráceny databázového serveru, jako kdyby byly vedeny jako odeslán řetězec. Časové pásmo má vliv pouze při použití funkce UNIX_TIMESTAMP (které by neměly být používány Dolibarr, takže databáze TZ by nemělo mít žádný vliv, i když se změnila po byla zadána data).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Mezera
       Table=Tabulka
       Fields=Pole
      @@ -111,14 +111,14 @@ NotConfigured=Modul/aplikace není nakonfigurován(a)
       Active=Aktivní
       SetupShort=Nastavení
       OtherOptions=Další možnosti
      -OtherSetup=Další nastavení
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Desetinný oddělovač
       CurrentValueSeparatorThousand=Oddělovač tisíců
       Destination=Destinace
       IdModule=Modul ID
       IdPermissions=Oprávnění ID
       LanguageBrowserParameter=Parametr %s
      -LocalisationDolibarrParameters=Lokalizační parametry
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Časové pásmo klienta (uživatele)
       ClientHour=Klientův čas (uživatelův)
       OSTZ=Server OS Časové pásmo
      @@ -126,8 +126,8 @@ PHPTZ=Časové pásmo PHP serveru
       DaylingSavingTime=Letní čas
       CurrentHour=PHP Čas (server)
       CurrentSessionTimeOut=Aktuální časový limit relace
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Boxy
       MaxNbOfLinesForBoxes=Maximální počet řádků pro widgety
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorovat chyby duplicitních záznamů (INSERT IGNORE)
       AutoDetectLang=Autodetekce (jazyku prohlížeče)
       FeatureDisabledInDemo=Funkce zakázána v demu
       FeatureAvailableOnlyOnStable=Funkce je k dispozici pouze v oficiálních stabilních verzích
      -BoxesDesc=Widgety jsou oblasti obrazovky, které ukazují krátké informace na některých stránkách. Můžete si vybrat mezi zobrazením/schováním boxu zvolením cílové stránky a kliknutím na 'Aktivovat' nebo kliknutím na popelnici ji zakázat.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Pouze prvky z <a href="%s">povolených modulů</a> jsou uvedeny.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Více modulů naleznete ke stažení na externích webových stránkách ...
      -ModulesDeployDesc=Pokud oprávnění na souborovém systému dovolí, můžete použít tento nástroj k nasazení externího modulu. Modul wil pak bude viditelný na kartě <strong> %s </ strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nový
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=Nasadit / instalovat nový modul, přejděte na nastavení plochy modulu na <a href="%s"> %s </a>.
       DoliStoreDesc=DoliStore, oficiální trh pro download externích modulů Dolibarr ERP / CRM
      -DoliPartnersDesc=Seznam firem poskytujících zakázku vyvinuté moduly nebo funkce (Poznámka: někdo se zkušenostmi v programování v PHP může poskytnout zakázkový vývoj pro open source projekt)
      -WebSiteDesc=Referenční webové stránky, kde naleznete další moduly ...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Odkaz
       BoxesAvailable=widgety k dispozici
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Ukládat hesla v databázi pouze šifrovaně (Doporučen
       MainDbPasswordFileConfEncrypted=Šifrovat přístupové heslo databáze v conf.php (Doporučeno)
       InstrucToEncodePass=Pro uložení zašifrovaného hesla do <b>conf.php</b>, nahraďte řádku <br> <b>$dolibarr_main_db_pass="..."</b> <br> hodnotou <br> <b>$dolibarr_main_db_pass="crypted:%s"</b>
       InstrucToClearPass=Pro uložení nezašifrovaného hesla do <b>conf.php</b>, nahraďte řádku <br> <b>$dolibarr_main_db_pass="crypted:..."</b> <br> hodnotou <br> <b>$dolibarr_main_db_pass="%s"</b>
      -ProtectAndEncryptPdfFiles=Přidat ochranu generovaných souborů PDF (Nedoporučuje se, zablokuje hromadné generování PDF)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Ochrana dokumentů PDF neomezí možnost otevírání dokumentů jakýmkoliv prohlížečem. Nicméně, editace a kopírování přestane být možná. Zapnutím této ochrany přijdete o možnost vytváření kumulovaných PDF (např. nezaplacených faktur)
       Feature=Funkce
       DolibarrLicense=Licence
      @@ -246,8 +246,8 @@ ExternalResources=Cizí zdroje
       SocialNetworks=Sociální sítě
       ForDocumentationSeeWiki=Pro uživatelskou nebo vývojářskou dokumentaci (Doc, FAQs ...) <br> navštivte Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=V případě jakýchkoliv dalších dotazů nebo nápovědy použijte fórum Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Tato oblast slouží k získání nápovědy a podpory systému Dolibarr.
      -HelpCenterDesc2=Některé části této služby jsou k dispozici <b>pouze</b> v <b>angličtině.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Aktuální handler menu
       MeasuringUnit=Měrná jednotka
       LeftMargin=levý okraj
      @@ -262,31 +262,35 @@ NoticePeriod=Výpovědní lhůta
       NewByMonth=New podle měsíce
       Emails=Emaily
       EMailsSetup=Nastavení emailů
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Port (Výchozí nastavení v php.ini:  <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (Výchozí nastavení v php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Port (Nedefinováno v PHP na Unixových systémech)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Hosts (Nedefinováno v PHP na Unixových systémech)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Poslat systémovou skrytou kopii všech odeslaných e-mailů na
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metoda odesílání e-mailů
      -MAIN_MAIL_SMTPS_ID=SMTP ID je-li vyžadováno ověření
      -MAIN_MAIL_SMTPS_PW=SMTP heslo je-li vyžadováno ověření
      -MAIN_MAIL_EMAIL_TLS= Použít TLS (SSL) šifrování
      -MAIN_MAIL_EMAIL_STARTTLS= Použít TLS (STARTTLS) šifrování
      -MAIN_DISABLE_ALL_SMS=Zakázat všechny odesílané SMS (pro testovací účely apod.)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Použitá metoda pro odesílání SMS
      -MAIN_MAIL_SMS_FROM=Výchozí telefonní číslo odesílatele SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Uživatelský e-mail
       CompanyEmail=email Firma
       FeatureNotAvailableOnLinux=Funkce není k dispozici na Unixových systémech. Otestujte svůj sendmail program lokálně.
      -SubmitTranslation=Pokud překlad pro tento jazyk je neúplný, nebo chybný, můžete jej opravit editací souborů v adresáři <b>langs/%s</b> a předložit změněné soubory na fóru www.dolibarr.org.\n\nAktuální překlady získáte na https://www.transifex.com/dolibarr-association/dolibarr/dashboard/ kde se také můžete po vytvoření účtu na překladech podílet.
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Pokud překlad pro tento jazyk není úplný nebo najdete chyby, můžete to opravit úpravou souborů do adresáře <b> langs / %s </ b> a odeslat modifikované soubory na stránkách dolibarr.org/forum nebo pro vývojáře na adrese github.com/ Dolibarr / dolibarr.
       ModuleSetup=Nastavení modulu
       ModulesSetup=Nastavení modulu/aplikace
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nepoužívejte ve výrobě
       ThisIsProcessToFollow=Nastaveno na proces:
       ThisIsAlternativeProcessToFollow=Jedná se o alternativní nastavení zpracovávat ručně:
       StepNb=Krok %s
      -FindPackageFromWebSite=Nalezni balíček, obsahující funkci jež chcete (např. na oficiálních stránkách %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download balíčku (například z oficiálních webových stránek %s).
      -UnpackPackageInDolibarrRoot=Rozbalte soubor balíčku do adresáře, vyhrazenému pro externí moduly: <b>%s</b>
      -UnpackPackageInModulesRoot=Nasadit / instalovat externí modul, rozbalit zabalené soubory do adresáře serveru věnovaného modulů: <b> %s </ b>
      -SetupIsReadyForUse=Nasazení modulu je dokončeno. Musíte však povolit a nastavit modul ve své administraci tím, že jdete na stránku nastavení modulů: <a href="%s"> %s </a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Alternativní kořenový adresář není definován. <br>
       InfDirAlt=Od verze 3 je možné definovat alternativní kořenovou složku. To umožňuje ukládat na stejné místo plug-iny a vlastní šablony. <br> Stačí vytvořit adresář v kořenovém adresáři Dolibarr (např.: custom). <br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr aktuální verze
       CallUpdatePage=Přejděte na stránku, která aktualizuje strukturu databáze a data: %s.
       LastStableVersion=Poslední stabilní verze
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Zpoždění pro ukládání výsledku exportu do mezipaměti v sekundách (0 nebo prázdné pro neukládání)
       DisableLinkToHelpCenter=Skrýt odkaz <b>&quot;Potřebujete pomoc či podporu&quot;</b> na přihlašovací stránce
       DisableLinkToHelp=Skrýt odkaz na on-line nápovědě "<b> %s </ b>"
      -AddCRIfTooLong=Neexistuje žádný automatický balení, takže pokud linka je mimo stránky na dokumentech, protože příliš dlouho, musíte přidat sami návrat vozíku do textového pole.
      -ConfirmPurge=Jste si jisti, že chcete spustit tuto očistu? <br> Toto smaže definitivně všechny datové soubory a nelze je žádným způsobem je obnovit (ECM soubory, přiložené soubory ...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimální délka
       LanguageFilesCachedIntoShmopSharedMemory=Soubory. Lang vložen do sdílené paměti
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Příklady s aktuálním systémem nastavení
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Seznam OpenDocument šablony seznamů
       ListOfDirectoriesForModelGenODT=Seznam adresářů obsahující soubory šablon s formátem OpenDocument <br> <br> Přidejte adresář modulu GED <br> <br> Přidejte adresář modulu GED. > DOL_DATA_ROOT / ecm / yourdirectoryname </ b>. Soubory v těchto adresářích musí končit znakem <b> .odt </ b> nebo <b> .ods </ b>.
      -NumberOfModelFilesFound=Počet ODT / ODS šablony souborů naleznete v těchto adresářích
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Příklady syntaxe: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Chcete-li vědět, jak vytvořit své ODT šablony dokumentů před jejich uložením do těchto adresářů, přečtěte si wiki dokumentace:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Klíč k použití Web Services (parametr &quot;dolibarr
       TestSubmitForm=Vstup Testovací formulář
       ThisForceAlsoTheme=Pomocí tohoto menu správce bude také používat své vlastní téma, co je podle volby uživatele. Také v tomto menu správce specializuje na chytré telefony není funguje na všech smartphonu. Použijte menu jinou správce, pokud máte problémy na vás.
       ThemeDir=Skins adresář
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Reakce timeout
       SmsTestMessage=Zkušební zpráva od __ PHONEFROM__ do __ PHONETO__
       ModuleMustBeEnabledFirst=Modul <b> %s </ b> musí být napřed povolen, pokud budete potřebovat tuto funkci.
       SecurityToken=Klíč k zabezpečené URL
      -NoSmsEngine=Ne odesílatel SMS manažer k dispozici. SMS odesílatele manažer nejsou nainstalovány s výchozí rozložení (protože závisí na externím dodavatelem), ale můžete najít některé z %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Můžete nastavit každý globální možnosti týkající se generování PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Pravidla se budují adresy boxy
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Skrýt popis produktů z vytvořeného PDF
       HideRefOnPDF=Skrýt produkty čj. na vytvořené PDF
       HideDetailsOnPDF=Skrýt produktové řady podrobnosti o generované PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametry k zajištění URL
       SecurityTokenIsUnique=Používáme unikátní securekey parametr pro každou adresu URL
       EnterRefToBuildUrl=Zadejte odkaz na objekt %s
       GetSecuredUrl=Získejte vypočtenou URL
      -ButtonHideUnauthorized=Skrýt tlačítka pro uživatele mimo administrátora k neautorizovaným zásahům místo zobrazení zapadlý tlačítek bez funkce
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Staré Sazba DPH
       NewVATRates=Nová sazba DPH
       PriceBaseTypeToChange=Změnit na cenách s hodnotou základního odkazu uvedeného na
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Vyberte seznam
       ExtrafieldSelectList = Vyberte z tabulky
       ExtrafieldSeparator=Oddělovač (není položka)
       ExtrafieldPassword=Heslo
      -ExtrafieldRadio=Přepínače (pouze jedna volba)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Zaškrtávače
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Odkaz na objekt
       ComputedFormula=Vypočtené pole
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Výchozí odkaz
       SetAsDefault=Nastavit jako výchozí
       ValueOverwrittenByUserSetup=Pozor, tato hodnota může být přepsána uživatelem specifické nastavení (každý uživatel může nastavit vlastní clicktodial url)
       ExternalModule=Externí modul - instalován do adresáře %s
      -BarcodeInitForThirdparties=Mass čárový kód init pro thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass init čárový kód nebo reset pro výrobky nebo služby
       CurrentlyNWithoutBarCode=V současné době máte <strong> %s </ strong> záznam na <strong> %s </ strong> %s bez čárového kódu definovaného.
       InitEmptyBarCode=Init hodnota pro příští %s prázdnými záznamů
       EraseAllCurrentBarCode=Vymazat všechny aktuální hodnoty čárových kódů
       ConfirmEraseAllCurrentBarCode=Jste si jisti, že chcete vymazat všechny aktuální hodnoty čárových kódů?
       AllBarcodeReset=Byly odstraněny všechny hodnoty čárových kódů
      -NoBarcodeNumberingTemplateDefined=Žádné šablony číslování čárových kódů aktivované v nastavení modulu čárových kódů.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Aktivovat mezipaměť souborů
       ShowDetailsInPDFPageFoot=Přidat další podrobnosti do zápatí PDF souborů, jako vaše firemní adresy nebo názvy manažer (k dokončení profesionální IDS společnost kapitálové a číslo DPH).
       NoDetails=Žádné další podrobnosti v zápatí
       DisplayCompanyInfo=Zobrazit adresu společnosti
       DisplayCompanyManagers=Jména display manažer
       DisplayCompanyInfoAndManagers=Zobrazte adresu firmy a jména správce
      -EnableAndSetupModuleCron=Chcete-li mít tento opakující faktury soupisky generovány automaticky, modul * %s * musí být povoleno a správně nastaveny. V opačném případě, generování faktur musí být provedeno manuálně z této šablony s tlačítkem * Vytvořit *. Všimněte si, že i když jste povolili automatické generování, stále se můžete bezpečně spustit manuální generaci. Duplikáty generace za stejné období nejsou možné.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=Ve výchozím nastavení musí být nákupní objednávky vytvořeny a schváleny dvěma různými uživateli (jeden krok / uživatel k vytvoření a jeden krok / uživatel ke schválení. Všimněte si, že pokud má uživatel oprávnění k vytvoření a schválení, stačí jeden krok / uživatel) . Touto volbou můžete požádat o zavedení třetího schvalovacího kroku / schválení uživatele, pokud je částka vyšší než určená hodnota (potřebujete tedy 3 kroky: 1 = ověření, 2 = první schválení a 3 = druhé schválení, pokud je dostatečné množství). <br> Pokud je zapotřebí jedno schvalování (2 kroky), nastavte jej na velmi malou hodnotu (0,1), pokud je vždy požadováno druhé schválení (3 kroky).
       UseDoubleApproval=Použijte schválení 3 kroky, kdy částka (bez DPH) je vyšší než ...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Kliknutím zobrazíte popis
      -DependsOn=Tento modul je třeba modul (y)
      +DependsOn=This module needs the module(s)
       RequiredBy=Tento modul je vyžadováno modulu (modulů)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=Překlad byl nalezen na klíče s tímto kódem, takže tuto hodnotu změnit, musíte upravit jej FOM Home-Setup-překlad.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Pole
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Uživatelé a skupiny
       Module0Desc=Uživatelé / zaměstnanci a vedení Skupiny
      -Module1Name=Třetí strany
      +Module1Name=Third Parties
       Module1Desc=Firmy a správu kontaktů (zákazníci, vyhlídky ...)
       Module2Name=Obchodní
       Module2Desc=Obchodní řízení
       Module10Name=Účetnictví
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Návrhy
       Module20Desc=Komerční návrh řízení
       Module22Name=Mass E-mailing
      @@ -511,13 +517,13 @@ Module52Desc=Skladové hospodářství (výrobky)
       Module53Name=Služby
       Module53Desc=Správa služeb
       Module54Name=Smlouvy/Objednávky
      -Module54Desc=Správa smluv (služeb nebo reccuring předplatné)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Čárové kódy
       Module55Desc=Barcode řízení
       Module56Name=Telefonie
       Module56Desc=Telefonie integrace
       Module57Name=Přímé bankovní platební příkazy
      -Module57Desc=Správa platebních příkazů přímého inkasa. Zahrnuje generování souboru SEPA pro evropské země.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integrace ClickToDial systému (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Nákladové a výlet poznámky
       Module75Desc=Náklady a výlet poznámky řízení
       Module80Name=Zásilky
       Module80Desc=Přeprava a dodání účelem řízení
      -Module85Name=Banky a peněžní
      +Module85Name=Banks and Cash
       Module85Desc=Správa bankovních účtech nebo v hotovosti
      -Module100Name=Externí stránky
      -Module100Desc=Tento modul je externí webové stránky nebo stránku do menu Dolibarr a zobrazit ji do rámu Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Pošťák a SPIP
       Module105Desc=Pošťák nebo SPIP rozhraní pro členské modul
       Module200Name=LDAP
      -Module200Desc=LDAP synchronizace adresářů
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integrace
       Module240Name=Exporty dat
      -Module240Desc=Nástroj pro export dat Dolibarr (s asistenty)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Import dat
      -Module250Desc=Nástroj pro import dat v Dolibarr (s asistenty)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Členové
       Module310Desc=Nadace členové vedení
       Module320Name=RSS Feed
       Module320Desc=Přidat RSS kanál uvnitř obrazovek Dolibarr
      -Module330Name=Záložky
      -Module330Desc=Záložky řízení
      -Module400Name=Projekty/Příležitosti/Vedení
      -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 integrace
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Platba mezd zaměstnanců
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Půjčka
       Module520Desc=Správa úvěrů
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Dary
       Module700Desc=Darování řízení
       Module770Name=Zpráva výdajů
      -Module770Desc=Management a reklamace vyúčtování výdajů (doprava, jídlo, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Hromadná pošta generování dokumentů
       Module1780Name=Tagy/Kategorie
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Umožňují upravit některá textové pole přes pokročilý editor (na základě CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamické ceny
       Module2200Desc=Povolit použití matematických výrazů pro ceny
       Module2300Name=Naplánované úlohy
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Události / Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API / Webové služby (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Povolit Dolibarr SOAP serveru poskytující služby API
       Module2610Name=API / webové služby REST (server)
       Module2610Desc=Povolit služby API serveru poskytující Dolibarr REST
       Module2660Name=Call WebServices (SOAP klient)
      -Module2660Desc=Povolit webové služby klienta Dolibarr (lze použít, aby se zasadila data / žádosti o externí servery. Dodavatel objednávky podporované jen na chvíli)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Pomocí on-line služby (Gravatar www.gravatar.com) ukázat fotku uživatelů / členů (nalezen s jejich e-maily). Potřebujete přístup k internetu
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind konverze možnosti
       Module3100Name=Skype
       Module3100Desc=Přidání tlačítka Skype na uživatele /subjekty/ Kontakty / členy karet
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-společnost
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Webové stránky
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Nechte řízení požadavků
      -Module20000Desc=Deklarovat a dodržovat zaměstnanci opustí požadavky
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Šarže nebo sériové číslo, jíst-by a sell-managementem data o produktech
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Bod prodeje
       Module50100Desc=Bod prodejního modulu (POS).
      +Module50150Name=Prodejní místa
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Účetnictví (pokročilé)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Přímý tisk (bez otevření dokumentů) pomocí poháry IPP rozhraní (tiskárna musí být viditelné ze serveru, a CUPS musí být installe na serveru).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Anketa, průzkum nebo hlasování
      -Module55000Desc=Modul pro tvorbu on-line průzkumů a anket (jako Doodle, šroub, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Okraje
       Module59000Desc=Modul pro správu marže
       Module60000Name=Provize
       Module60000Desc=Modul pro správu provize
      -Module62000Name=Incoterm
      -Module62000Desc=Přidat funkce pro správu Incotermu
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Zdroje
       Module63000Desc=Spravovat zdroje (tiskárny, auta, prostor, ...), pak můžete sdílet na akcích
       Permission11=Přečtěte si zákazníků faktury
      @@ -651,9 +661,9 @@ Permission32=Vytvořit / upravit produktů
       Permission34=Odstranit produkty
       Permission36=Viz / správa skryté produkty
       Permission38=Export produktů
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Vytvořit/upravit projekty (společný projekt a projekty Jsem kontakt). Je také možné vytvořit úkoly a přiřazovat uživatelům projekt a úkoly
      -Permission44=Odstranit projektů (společné projekty, projekt a já jsem kontakt pro)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projekty
       Permission61=Přečtěte intervence
       Permission62=Vytvořit / upravit zásahy
      @@ -686,7 +696,7 @@ Permission109=Odstranit sendings
       Permission111=Přečtěte finančních účtů
       Permission112=Vytvořit / upravit / smazat a porovnat transakce
       Permission113=Nastavení finančních účtů (vytváření, správa kategorií)
      -Permission114=Konsolidace transakce
      +Permission114=Reconcile transactions
       Permission115=Vývozních transakcí, a výpisy z účtů
       Permission116=Převody mezi účty
       Permission117=Správa kontroly dispečinku
      @@ -694,15 +704,15 @@ Permission121=Přečtěte třetí strany v souvislosti s uživateli
       Permission122=Vytvořit / modifikovat třetí strany spojené s uživateli
       Permission125=Odstranění třetí strany v souvislosti s uživateli
       Permission126=Export třetí strany
      -Permission141=Přečtěte si všechny projekty a úkoly (také soukromých záměrů nejsem kontaktovat)
      -Permission142=Vytvořit / upravit všechny projekty a úkoly (také na soukromé záměry nejsem v kontaktu pro)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Smazat všechny projekty a úkoly (také soukromé projekty, pro které nejsem kontakt)
       Permission146=Přečtěte si poskytovatelé
       Permission147=Přečtěte si statistiky
       Permission151=Číst přímé debetní platební příkazy
       Permission152=Vytvořit / upravit inkasní příkazy k úhradě
       Permission153=Odeslat / vysílat přímý debetní platební příkazy
      -Permission154=Záznam Credits / odmítá inkasa platebních příkazů
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Přečtené smlouvy/předplatné
       Permission162=Vytvořit / upravit zakázky / předplatné
       Permission163=Aktivace služby / předplatné smlouvy
      @@ -725,7 +735,7 @@ Permission187=Zavřít dodavatelské objednávky
       Permission188=Zrušit dodavatelských objednávek
       Permission192=Vytvořte linky
       Permission193=Zrušit linky
      -Permission194=Přečtěte si šířku pásma, linky
      +Permission194=Read the bandwidth lines
       Permission202=Vytvořte přípojek ADSL
       Permission203=Objednat připojení objednávky
       Permission204=Objednat spoje
      @@ -750,12 +760,12 @@ Permission244=Viz obsah skrytých kategorií
       Permission251=Přečtěte si další uživatele a skupiny
       PermissionAdvanced251=Přečtěte si další uživatele
       Permission252=Přečtěte oprávnění ostatních uživatelů
      -Permission253=Vytvořit / upravit další uživatele, skupiny a permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Vytvořit / upravit interní / externí uživatele a oprávnění
       Permission254=Vytvořit / upravit externí uživatelé pouze
       Permission255=Upravit ostatním uživatelům heslo
       Permission256=Odstranit nebo zakázat ostatním uživatelům
      -Permission262=Rozšířit přístup ke všem subjektům (nejen třetích stran, které uživatel je prodej zástupce). <BR> neúčelné pro externí uživatele (vždy omezeny na sebe k předkládání žádostí, objednávky, faktury, smlouvy atd.) <BR> neúčelné pro projekty (pouze pravidla týkající se oprávnění projektů, viditelnost a přiřazení záležitostí).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Přečtěte CA
       Permission272=Přečtěte si faktury
       Permission273=Vydání faktury
      @@ -765,7 +775,7 @@ Permission283=Odstranění kontaktů
       Permission286=Export kontaktů
       Permission291=Přečtěte tarify
       Permission292=Nastavení oprávnění na sazby
      -Permission293=Upravit zákazníky tarify
      +Permission293=Modify customers tariffs
       Permission300=Přečtěte čárových kódů
       Permission301=Vytvořit / upravit čárových kódů
       Permission302=Odstranit čárových kódů
      @@ -787,11 +797,9 @@ Permission401=Přečtěte slevy
       Permission402=Vytvořit / upravit slevy
       Permission403=Ověřit slevy
       Permission404=Odstranit slevy
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Vytvořit/upravit výplaty mezd
      -Permission514=Smazat platy
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Export výplat
       Permission520=Přečtěte si Úvěry
       Permission522=Vytvořit/upravit úvěry
      @@ -844,8 +852,8 @@ Permission1251=Spustit Hmotné dovozy externích dat do databáze (načítání
       Permission1321=Export zákazníků faktury, atributy a platby
       Permission1322=Znovu otevřít placené účet
       Permission1421=Export objednávek zákazníků a atributy
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Smazat žádosti o dovolenou
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=číst zdroje
       Permission63002=Vytvořit / upravit zdroje
       Permission63003=Odstranit zdroje
       Permission63004=Propojení zdroje s Plánem akcí
      -DictionaryCompanyType=Druhy subjektů
      -DictionaryCompanyJuridicalType=Právní formy subjektů
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Potencionální úroveň cílů
       DictionaryCanton=Stát/Okres
       DictionaryRegion=Regiony
      @@ -894,7 +902,7 @@ DictionaryVAT=Sazby DPH nebo daň z prodeje
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Platební podmínky
       DictionaryPaymentModes=Platební režimy
      -DictionaryTypeContact=Typy kontaktů/adres
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Formáty papíru
      @@ -908,47 +916,47 @@ DictionarySource=Původ nabídky/objednávky
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modely pro účetní osnovy
       DictionaryAccountancyJournal=účetní deníky
      -DictionaryEMailTemplates=E-maily šablony
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Jednotky
       DictionaryProspectStatus=stav prospekce
      -DictionaryHolidayTypes=Typy listů
      -DictionaryOpportunityStatus=Stav příležitost k projektu / olovo
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Nastavení uloženo
       SetupNotSaved=Setup not saved
       BackToModuleList=Zpět na seznam modulů
      -BackToDictionaryList=Zpět k seznamu slovníků
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=DPH řízení
      -VATIsUsedDesc=Ve výchozím nastavení při vytváření vyhlídky, faktury, objednávky atd sazba DPH se řídí pravidlem aktivní standardní:. <br> Je-li prodávající nepodléhá dani z přidané hodnoty, pak výchozí DPH na 0. Konec vlády <br> li (prodejní země = kupovat zemi), pak se DPH standardně rovná DPH výrobku v prodejním zemi. Konec pravidla. <br> Pokud prodávající a kupující jsou oba v Evropském společenství a zboží přepravní zařízení (auto, loď, letadlo), výchozí DPH je 0 (DPH by měla být hradí kupující na customoffice své země, a nikoli na prodávající). Konec pravidla. <br> Pokud prodávající a kupující jsou oba v Evropském společenství a kupující není společnost, pak se DPH prodlením k DPH z prodaného produktu. Konec pravidla. <br> Pokud prodávající a kupující jsou oba v Evropském společenství a kupujícím je společnost, pak je daň 0 ve výchozím nastavení. Konec pravidla. <br> V každém čiš případě navrhované default je DPH = 0. Konec pravidla.
      -VATIsNotUsedDesc=Ve výchozím nastavení je navrhovaná DPH 0, který lze použít v případech, jako je sdružení jednotlivců ou malých podniků.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rychlost
       LocalTax1IsNotUsed=Nepoužívejte druhá daň
      -LocalTax1IsUsedDesc=Použijte druhý typ daně (kromě DPH)
      -LocalTax1IsNotUsedDesc=Nepoužívejte jiný typ daně (kromě DPH)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Druhý typ daně
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nepoužívejte třetí daň
      -LocalTax2IsUsedDesc=Použijte třetí typ daně (kromě DPH)
      -LocalTax2IsNotUsedDesc=Nepoužívejte jiný typ daně (kromě DPH)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Třetí druh daně
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE řízení
      -LocalTax1IsUsedDescES= RE sazba ve výchozím nastavení při vytváření vyhlídky, faktury, objednávky atd. sledovat aktivní standardní pravidlo: <br> Pokud te Kupující není vystaven RE, RE standardně = 0. Konec vlády. <br> Pokud kupující vystaven RE RE pak ve výchozím nastavení. Konec vlády. <br>
      -LocalTax1IsNotUsedDescES= Ve výchozím nastavení je navrhovaná RE je 0. Konec vlády.
      -LocalTax1IsUsedExampleES= Ve Španělsku jsou profesionálové s výhradou některých specifických částí španělského IAE.
      -LocalTax1IsNotUsedExampleES= Ve Španělsku jsou profesionální a společnosti a za určitých částí španělského IAE.
      -LocalTax2ManagementES= IRPF řízení
      -LocalTax2IsUsedDescES= RE sazba ve výchozím nastavení při vytváření vyhlídky, faktury, objednávky atd. sledovat aktivní standardní pravidlo: <br> Pokud prodávající není vystaven IRPF, pak IRPF standardně = 0. Konec vlády. <br> Je-li prodávající vystaven IRPF pak IRPF ve výchozím nastavení. Konec vlády. <br>
      -LocalTax2IsNotUsedDescES= Ve výchozím nastavení je navrhovaná IRPF je 0. Konec vlády.
      -LocalTax2IsUsedExampleES= Ve Španělsku, na volné noze a nezávislí odborníci, kteří poskytují služby a firmy, kteří se rozhodli daňového systému modulů.
      -LocalTax2IsNotUsedExampleES= Ve Španělsku jsou bussines, které nejsou předmětem daňového systému modulů.
      +LocalTax1ManagementES=RE řízení
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Ve výchozím nastavení je navrhovaná RE je 0. Konec vlády.
      +LocalTax1IsUsedExampleES=Ve Španělsku jsou profesionálové s výhradou některých specifických částí španělského IAE.
      +LocalTax1IsNotUsedExampleES=Ve Španělsku jsou profesionální a společnosti a za určitých částí španělského IAE.
      +LocalTax2ManagementES=IRPF řízení
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Ve výchozím nastavení je navrhovaná IRPF je 0. Konec vlády.
      +LocalTax2IsUsedExampleES=Ve Španělsku, na volné noze a nezávislí odborníci, kteří poskytují služby a firmy, kteří se rozhodli daňového systému modulů.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Zprávy o místních daních
       CalcLocaltax1=Prodej - Nákupy
       CalcLocaltax1Desc=Místní zprávy Daně jsou počítány s rozdílem mezi prodejem localtaxes a localtaxes nákupů
      @@ -958,7 +966,8 @@ CalcLocaltax3=Odbyt
       CalcLocaltax3Desc=Místní taxy zprávy jsou celkové prodeje localtaxes
       LabelUsedByDefault=Label používá ve výchozím nastavení, pokud není překlad lze nalézt kód
       LabelOnDocuments=Štítek na dokumenty
      -NbOfDays=Nb dní
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Na konci měsíce
       CurrentNext=Aktuální / Next
       Offset=Ofset
      @@ -984,7 +993,7 @@ DatabaseUser=Databáze uživatel
       DatabasePassword=Databáze heslo
       Tables=Tabulky
       TableName=Název tabulky
      -NbOfRecord=Nb záznamů
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Typ ovladače
       SummarySystem=Systém souhrn informací
      @@ -996,7 +1005,7 @@ Skin=Skin téma
       DefaultSkin=Default skin téma
       MaxSizeList=Maximální délka seznamu
       DefaultMaxSizeList=Výchozí maximální délka pro seznamy
      -DefaultMaxSizeShortList=Výchozí maximální délka pro krátké seznamy (tj. V kartě zákazníka)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Zpráva dne
       MessageLogin=Přihlašovací stránka zprávu
       LoginPage=přihlašovací stránka
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanentní vyhledávací formulář na levém menu
       DefaultLanguage=Výchozí jazyk používat (kód jazyka)
       EnableMultilangInterface=Povolit vícejazyčné rozhraní
       EnableShowLogo=Zobrazit logo na levém menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Název
       CompanyAddress=Adresa
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Majitel %s bankovních účtů
       BankModuleNotActive=Účty v bankách modul není povolen,
       ShowBugTrackLink=Ukázat odkaz "<strong> %s </ strong>"
       Alerts=Upozornění
      -DelaysOfToleranceBeforeWarning=Tolerance zpoždění před varování
      -DelaysOfToleranceDesc=Tato obrazovka umožňuje definovat tolerovat zpoždění před upozornění je hlášen na obrazovce s %s Piktogram pro každý pozdní prvek.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerance zpoždění (ve dnech) před záznamem o plánovaných akcích (Agenda akce) dosud nerealizovaných
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerance zpoždění (ve dnech) před záznam o projektu není uzavřeno v čase
      -Delays_MAIN_DELAY_TASKS_TODO=Zpozdit toleranci (ve dnech) před záznamem o plánovaných úkolů (projektové úkoly) dosud nebyly dokončeny
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerance zpoždění (ve dnech) před záznamem na objednávkách dosud nezpracovaných
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Zpoždění tolerance (ve dnech) před záznam o návrzích zavřete
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Zpoždění tolerance (ve dnech) před záznam o návrzích účtovány
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance zpoždění (ve dnech) před záznam o službách aktivovat
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance zpoždění (ve dnech) před záznam o prošlých služeb
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance zpoždění (ve dnech) před záznam o neuhrazených dodavatelských faktur
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Toleranci zpoždění (ve dnech) před záznam o nezaplacených faktur zákazníka
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance zpoždění (ve dnech) před probíhajícím záznamu o bankovním smíření
      -Delays_MAIN_DELAY_MEMBERS=Tolerance zpoždění (ve dnech) před záznam o zpoždění členského poplatku
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance zpoždění (ve dnech) před pohotovosti pro kontrolu vklad dělat
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance zpoždění (ve dnech) před záznamem pro výkazů o výdajích schválit
      -SetupDescription1=Oblast nastavení je pro počáteční nastavení parametrů ještě před začátkem užívání Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Ostatní položky menu spravovat volitelné parametry.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Události bezpečnostní audit
       Audit=Audit
       InfoDolibarr=o Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Můžete povolit zde protokolování událostí Dolibarr zabezpeče
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Systémové informace je různé technické informace získáte v režimu pouze pro čtení a viditelné pouze pro správce.
       SystemAreaForAdminOnly=Tato oblast je k dispozici pro správce uživatele. Žádný z Dolibarr oprávnění může snížit tento limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Můžete si vybrat každý parametr týkající se vzhledu Dolibarr a cítit se zde
       AvailableModules=Available app/modules
       ToActivateModule=Pro aktivaci modulů, přejděte na nastavení prostoru (Domů-&gt; Nastavení-&gt; Modules).
       SessionTimeOut=Time out na zasedání
      -SessionExplanation=Toto číslo zaručeno, že relace nikdy nevyprší před tímto zpožděním, pokud relace čistič se provádí vnitřní čištění relace PHP (a nic jiného). Vnitřní PHP zasedání čistší není zárukou, že relace vyprší právě po této doby. Jeho platnost skončí poté, co toto zpoždění, a když relace čistič běžel, takže každý <b>%s / %s</b> přístup, ale pouze v případě přístupu ze strany jiných relacích. <br> Poznámka: na některých serverech s vnějším mechanismem relace čištění (cron pod Debian, Ubuntu ...), může být zničena relace po dobu definovanou výchozí <strong>session.gc_maxlifetime,</strong> bez ohledu na to, co je zadaná hodnota.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Dostupné spouštěče
      -TriggersDesc=Triggery jsou soubory, které se změní chování Dolibarr workflow jednou zkopírován do adresáře <b>htdocs / jádro / spouštěče.</b> Uvědomili si nové akce, aktivní na akcích Dolibarr (nová společnost stvoření, faktura validace, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Trigger v tomto souboru jsou <b>zakázána-NoRun</b> přípona ve svém názvu.
       TriggerDisabledAsModuleDisabled=Trigger v tomto souboru jsou zakázány jako modul <b>%s</b> je zakázáno.
       TriggerAlwaysActive=Trigger v tomto souboru jsou vždy aktivní, ať už jsou aktivované Dolibarr moduly.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Vložit všechny referenční data. Můžete přidat své hodnoty
       ConstDesc=Na této stránce můžete upravovat všechny ostatní parametry které nejsou k dispozici v předchozích stránkách. Ty jsou většinou vyhrazeny parametry pro vývojáře a pokročilé řešení problémů. Pro seznam možnosti <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site-otevře v novém window" target="_blank"> kontrole zde </ a>.
       MiscellaneousDesc=Všechny ostatní parametry spojené s bezpečností definujete zde.
       LimitsSetup=Limity / Přesné nastavení
      -LimitsDesc=Můžete definovat limity, upřesnění a optimalizace používané Dolibarr zde
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max desetinná pro jednotkových cen
       MAIN_MAX_DECIMALS_TOT=Max desetinná místa pro celkové ceny
       MAIN_MAX_DECIMALS_SHOWN=Max desetinná pro ceny zobrazeny na obrazovce (Přidat <b>...</b> po této řady, chcete-li vidět <b>...</b> když je číslo zkrácena při zobrazení na obrazovce)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Čistá jednotková cena produktu
       TotalPriceAfterRounding=Celková cena (bez DPH / s DPH / s DPH) po zaokrouhlení
       ParameterActiveForNextInputOnly=Parametr efektivní pro další vstup pouze
       NoEventOrNoAuditSetup=Žádná událost zabezpečení byl zaznamenán ještě. To může být normální, pokud audit nebyl povolen &quot;Nastavení - Zabezpečení - auditu&quot; stránky.
      -NoEventFoundWithCriteria=Žádná událost zabezpečení byl nalezen na těchto vyhledávacích kritérii.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Podívejte se na místní sendmail nastavení
       BackupDesc=Chcete-li provést kompletní zálohu Dolibarr, musíte:
       BackupDesc2=Uložte obsah adresáře dokumentů (<b> %s </ b>), který obsahuje všechny nahrané a generované soubory (tedy obsahuje všechny soubory výpisu generovaných v kroku 1).
      -BackupDesc3=Uložte obsah databáze <b>(%s),</b> do souboru výpisu. K tomu můžete použít následující asistenta.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archivní adresář by měl být skladován na bezpečném místě.
       BackupDescY=Vygenerovaný soubor výpisu by měl být skladován na bezpečném místě.
      -BackupPHPWarning=Záloha nemůže být garantováno s touto metodou. Preferuji předchozí
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Chcete-li obnovit zálohu Dolibarr, musíte:
      -RestoreDesc2=Obnovit archivní soubor (soubor zip například) z adresáře dokumentů extrahovat strom souborů v dokumentech adresáři nového zařízení Dolibarr nebo do tohoto aktuálních dokumentech directoy <b>(%s).</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Obnovení dat, ze záložního souboru výpisu, do databáze nové instalace Dolibarr nebo do databáze tohoto stávající instalace <b>(%s).</b> Varování, po obnovení je dokončeno, musíte použít login / heslo, které existovaly, když byla provedena záloha, se znovu připojit. Chcete-li obnovit záložní databázi do této stávající instalace, můžete sledovat tento asistenta.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Toto pravidlo je nucen <b>%s</b> aktivovaným modulem
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Je nutné spustit tento příka
       YourPHPDoesNotHaveSSLSupport=SSL funkce není k dispozici ve vašem PHP
       DownloadMoreSkins=Další skiny ke stažení
       SimpleNumRefModelDesc=Vrací referenční číslo ve formátu nnnn-%syymm kde yy je rok, MM je měsíc a nnnn je sekvence bez otvoru a bez resetu
      -ShowProfIdInAddress=Zobrazit professionnal id s adresami na dokumenty
      -ShowVATIntaInAddress=Skrýt DPH Intra num s adresami na dokumentech
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Částečný překlad
      -MAIN_DISABLE_METEO=Zakázat meteo názor
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Otestujte přihlásit do API
      -ProxyDesc=Některé funkce Dolibarr musí mít přístup na internet k práci. Definujte zde parametry pro toto. Pokud je server Dolibarr je za proxy serverem, tyto parametry Dolibarr říká, jak se k internetu přes něj.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Externí přístup
       MAIN_PROXY_USE=Použití proxy serveru (jinak přímý přístup k internetu)
       MAIN_PROXY_HOST=Jméno / adresa proxy serveru
       MAIN_PROXY_PORT=Port proxy serveru
       MAIN_PROXY_USER=Přihlásit se použít proxy server
       MAIN_PROXY_PASS=Heslo používat proxy server
      -DefineHereComplementaryAttributes=Definujte zde všechny atributy, které ještě nejsou k dispozici ve výchozím nastavení, a že chcete být podporovány %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Doplňkové atributy
       ExtraFieldsLines=Doplňkové atributy (linky)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Doplňkové atributy (objednávka linky)
       ExtraFieldsSupplierInvoicesLines=Doplňkové atributy (linky faktura)
       ExtraFieldsThirdParties=Doplňkové atributy (thirdparty)
      -ExtraFieldsContacts=Doplňkové atributy (kontakt / adresa)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Doplňkové atributy (člen)
       ExtraFieldsMemberType=Doplňkové atributy (člen typ)
       ExtraFieldsCustomerInvoices=Doplňkové atributy (faktury)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=pouze alfanumerické znaky s malými písmeny b
       SendmailOptionNotComplete=Upozornění na některých operačních systémech Linux, posílat e-maily z vašeho e-mailu, musíte sendmail provedení instalace obsahuje volbu-BA (parametr mail.force_extra_parameters do souboru php.ini). Pokud někteří příjemci nikdy přijímat e-maily, zkuste upravit tento parametr společně s PHP mail.force_extra_parameters =-BA).
       PathToDocuments=Cesta k dokumentům
       PathDirectory=Adresář
      -SendmailOptionMayHurtBuggedMTA=Funkce se odesílat e-maily pomocí metody "PHP mail direct" bude generovat e-mailové zprávy, které by mohly být není správně analyzovat některými dostávají poštovní servery. Výsledkem je, že některé maily nelze číst lidé hostovaných těmito platformami odposloucháván. To je případ některých poskytovatelů služeb Internetu (Ex: Orange ve Francii). To není problém do Dolibarr ani do PHP, ale na přijímání e-mailový server. Můžete však přidat možnost MAIN_FIX_FOR_BUGGED_MTA do 1 do nastavení - jiné upravovat Dolibarr k tomu nedošlo. Nicméně, může dojít k problému s jinými servery, které respektují přísně standard SMTP. Jiné řešení (doporučeno), je použít metodu "SMTP socket knihovnu", které nemá žádné nevýhody.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Nastavení překladu
       TranslationKeySearch=Hledat klíč překlad nebo řetězec
       TranslationOverwriteKey=Přepsat překlad řetězec
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=Můžete také přepsat řetězce čerpacích následující tabulky. Vyberte si svůj jazyk „%s“ rozbalené, vložte klíč řetězec překlad do „%s“ a svým novým překladem do „%s“
      -TranslationOverwriteDesc2=Můžete použít kartu další, které vám pomohou vědět, klíč překlad používat
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=překlad string
       CurrentTranslationString=Aktuální překladový řetězec
       WarningAtLeastKeyOrTranslationRequired=A kritéria vyhledávání je zapotřebí alespoň na klíče nebo překladu řetězce
       NewTranslationStringToShow=Nový překlad řetězec ukázat
       OriginalValueWas=Původní překlad je přepsán. Původní hodnota byla: <br> %s
      -TransKeyWithoutOriginalValue=nucen vám nový překlad pro klíč překladu ‚<strong> %s </ strong>‘, která nemá v žádném jazykové soubory nejsou existuje
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Musíte povolit alespoň jeden modul
      -ClassNotFoundIntoPathWarning=Třída %s nenašli cestu do PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Ano v létě
      -OnlyFollowingModulesAreOpenedToExternalUsers=Všimněte si, pouze tyto moduly jsou otevřeny pro externí uživatele (ať mají povolení těchto uživatelů) a pouze tehdy, pokud bylo uděleno oprávnění:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Úložiště relace šifrována Suhosin
       ConditionIsCurrently=Podmínkou je v současné době %s
      -YouUseBestDriver=Pomocí ovladače %s, že je nejlepší řidič současné době k dispozici.
      -YouDoNotUseBestDriver=Můžete použít disk %s, ale ovladač %s je doporučen.
      -NbOfProductIsLowerThanNoPb=Máte jen %s produktů / služeb do databáze. To však není nutné žádné zvláštní optimalizace.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimalizace pro vyhledávače
      -YouHaveXProductUseSearchOptim=Máte %s produkt do databáze. Měli byste přidat konstantní PRODUCT_DONOTSEARCH_ANYWHERE do 1 do Home-Nastavení-Ostatní, můžete omezit vyhledávání na začátku řetězce, která umožňují pro databáze používat index, a vy byste měli dostat okamžitou odpověď.
      -BrowserIsOK=Používáte %s webovém prohlížeči. Tento prohlížeč je v pořádku pro bezpečnost a výkon.
      -BrowserIsKO=Používáte %s webovém prohlížeči. Tento prohlížeč je známo, že špatná volba pro bezpečnost, výkon a spolehlivost. Jsme Doporučuji vám používat Firefox, Chrome, Operu nebo Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=Xdebug je načten.
       XCacheInstalled=XCache načten.
      -AddRefInList=Displej zákazník / dodavatel ref do seznamu (vyberte seznam nebo ComboBox) a většina z hypertextový odkaz. Třetí strany budou zobrazí s názvem "CC12345 - SC45678 - Velké firmy coorp", namísto "The velké společnosti coorp".
      -AskForPreferredShippingMethod=Požádat o přednostní způsob odeslání pro subjekty
      +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 shipping method for Third Parties.
       FieldEdition=Editace položky %s
       FillThisOnlyIfRequired=Příklad: 2 (vyplnit pouze v případě časové pásmo kompenzovat problémy jsou zkušení)
       GetBarCode=Získat čárový kód
       ##### Module password generation
       PasswordGenerationStandard=Zpět heslo generované podle interního algoritmu Dolibarr: 8 znaků obsahující sdílené čísla a znaky malými písmeny.
      -PasswordGenerationNone=Nenaznačují žádnou vygenerované heslo. Heslo musí být zadány ručně.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Vrátit hesla dle Vašeho osobně definované konfiguraci.
       SetupPerso=Podle konfigurace
       PasswordPatternDesc=Popis popisu hesla
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail nutné vytvořit nového uživatele
       HRMSetup=setup HRM Modul
       ##### Company setup #####
       CompanySetup=Firmy modul nastavení
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=E-maily oznámení funkce vám umožní tiše odesílat automatické poštu, pro některé události Dolibarr. Cíle oznámení mohou být definovány:
       NotificationsDescUser=* Uživatelé na jeden uživatel v čase.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* Nebo nastavením globálních cílových e-mailů na stránce nastavení modulu.
      -ModelModules=Dokumenty šablony
      -DocumentModelOdt=Generování dokumentů z OpenDocuments šablon (. ODT nebo ODS. Soubory OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vodoznak na návrhu dokumentu
       JSOnPaimentBill=Aktivovat funkci pro automatické vyplňování platebních řádků na formuláři platby
      -CompanyIdProfChecker=Pravidla pro profesionální IDs
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Musí být jedinečný?
      -MustBeMandatory=Povinné k vytvoření subjektu?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Povinné ověřování faktur?
       TechnicalServicesProvided=Technické služby poskytované
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Export odkaz na <b>%s</b> formátu je k dispozici na následujícím odkazu: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Export odkaz na <b>%s</b> formátu je k dispozici na nás
       BillsSetup=Faktury modul nastavení
       BillsNumberingModule=Faktury a dobropisy číslování modelu
       BillsPDFModules=Fakturační doklady modely
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Vzory platebních dokumentů
       CreditNote=Dobropis
       CreditNotes=Dobropisy
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Správa Přihlášení pro každého člena
       AdherentMailRequired=EMail nutné vytvořit nového člena
       MemberSendInformationByMailByDefault=Zaškrtávací políčko poslat mailem potvrzení členům (validace nebo nové předplatné) je ve výchozím nastavení
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Nastavení LDAP
       LDAPGlobalParameters=Globální parametry
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testování vyhledávání LDAP
       LDAPSynchroOK=Synchronizace zkouška úspěšná
       LDAPSynchroKO=Nepodařilo synchronizace testu
      -LDAPSynchroKOMayBePermissions=Nepodařilo synchronizace test. Zkontrolujte, zda je přípojka na server je správně nakonfigurován a umožňuje LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP připojení k LDAP serveru (Server úspěšných = %s, %s port =)
       LDAPTCPConnectKO=TCP připojení k LDAP serveru selhalo (Server = %s, Port = %s)
      -LDAPBindOK=Připojení/Autentifikace k LDAP serveru úspěšná (Server =%s, Port =%s Admin =%s, Heslo =%s)
      -LDAPBindKO=Připojit / Authentificate k LDAP serveru selhalo (Server = %s, Port = %s, Admin = %s, Password = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server je nakonfigurován pro verzi 3
       LDAPSetupForVersion2=LDAP server je nakonfigurován pro verzi 2
       LDAPDolibarrMapping=Dolibarr mapování
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Přihlášení (samba, activedirectory)
       LDAPFieldLoginSambaExample=Příklad: sAMAccountName
       LDAPFieldFullname=Celé jméno
       LDAPFieldFullnameExample=Příklad: cn
      -LDAPFieldPasswordNotCrypted=Heslo není šifrovaných
      -LDAPFieldPasswordCrypted=Heslo šifrovaných
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Příklad: userPassword
       LDAPFieldCommonNameExample=Příklad: cn
       LDAPFieldName=Název
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Ukázkové hodnoty jsou určeny pro <b>OpenLDAP</b> s následujícími načtených schémat: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Pokud používáte thoose hodnoty a OpenLDAP, upravovat vaše LDAP konfigurační soubor <b>slapd.conf</b> mít všechny thoose schémata načíst.
       ForANonAnonymousAccess=Pro ověřený přístup (pro přístup pro zápis například)
       PerfDolibarr=Výkon Nastavení / optimalizace zpráva
      -YouMayFindPerfAdviceHere=Najdete na této stránce nějaké kontroly nebo rad týkajících se výkonnosti.
      -NotInstalled=Ne, takľe není váš server zpomalit tím.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplikačních mezipaměti
       MemcachedNotAvailable=Žádné applicative mezipaměti nalezen. Můžete zvýšit výkon instalací Memcached mezipaměti serveru a modul schopný použít tento mezipaměti serveru. <br> Více informací zde <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a> . <br> Všimněte si, že spousta poskytovatele web hosting neposkytuje takovou mezipaměti serveru.
       MemcachedModuleAvailableButNotSetup=Modul Memcached pro aplikační mezipaměť nalezen, ale nastavení modulu není kompletní.
       MemcachedAvailableAndSetup=Modul Memcached určené k použití Memcached serveru je povoleno.
       OPCodeCache=Opcode mezipaměti
      -NoOPCodeCacheFound=Žádné opcode nalezená keš. Může být použít další opcode paměť než XCache nebo eAccelerator (dobré), může být, že nemáte opcode cache (velmi špatně).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache pro statické zdroje (css, img, javascript)
       FilesOfTypeCached=Soubory typu %s jsou ukládány do mezipaměti serveru HTTP
       FilesOfTypeNotCached=Soubory typu %s nejsou ukládány do mezipaměti serveru HTTP
       FilesOfTypeCompressed=Soubory typu %s jsou zkomprimovány serveru HTTP
       FilesOfTypeNotCompressed=Soubory typu %s nekomprimuje serveru HTTP
       CacheByServer=Cache serverem
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache v prohlížeči
       CompressionOfResources=Komprese odpovědí HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Taková automatická detekce není možné u současných prohlížečů
      -DefaultValuesDesc=Můžete definovat / sílu zde výchozí hodnotu, kterou chcete získat, když si vytvořit nový rekord, a / nebo défaut filtry nebo pořadí řazení, když váš seznam záznamů.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Výchozí vyhledávací filtry
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produkty modul nastavení
       ServiceSetup=Služby modul nastavení
       ProductServiceSetup=Produkty a služby moduly nastavení
       NumberOfProductShowInSelect=Maximální počet výrobků ve komba vyberte seznamy (0 = bez omezení)
      -ViewProductDescInFormAbility=Vizualizace popisy produktů ve formách (jinak jako vyskakovací bublině)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Aktivovat v servisním / Attached kartě výrobku Soubory možnost sloučit produkt PDF dokument k návrhu PDF Azur-li výrobek / služba je v návrhu
      -ViewProductDescInThirdpartyLanguageAbility=Vizualizace popisů výrobků v jazyce subjektu
      -UseSearchToSelectProductTooltip=Také pokud máte velký počet produktů (> 100 000), můžete zvýšit rychlost nastavením konstantního PRODUCT_DONOTSEARCH_ANYWHERE na 1 v položce Setup-> Other. Hledání bude omezeno na začátek řetězce.
      -UseSearchToSelectProduct=Počkat stisknutí klávesy před vložením obsahu seznamu produktů combo (To může zvýšit výkon, pokud máte velké množství výrobků, ale je to méně pohodlné)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Výchozí typ čárového kódu použít pro produkty
       SetDefaultBarcodeTypeThirdParties=Výchozí typ čárového kódu použít k třetím osobám
       UseUnits=Vymezují měrnou jednotku pro Množství v průběhu objednávky, návrh nebo faktura linky edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Odeslání Nastavení modulu
       SendingsReceiptModel=Odeslání stvrzenky modelu
       SendingsNumberingModules=Sendings číslování moduly
       SendingsAbility=Podpora zásilka listy pro dodávky zákazníkům
      -NoNeedForDeliveryReceipts=Ve většině případů, dodacích listů jsou používány i jako listů pro dodávky zákazníkům (seznam produktů pro odeslání) a listů, které jsou přijímány a podepsané zákazníkem. Takže dodávky produktů příjmy je duplicitní funkce a je zřídka aktivován.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Volný text o přepravě
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produkty dodávky příjem číslování modul
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Rozšířené editor
       ActivateFCKeditor=Aktivace pokročilé editor pro:
       FCKeditorForCompany=WYSIWIG vytvoření / edici prvky popisu a poznámka (s výjimkou výrobků / služeb)
       FCKeditorForProduct=WYSIWIG vytvoření / edice produktů / služeb popis a poznámky
      -FCKeditorForProductDetails=WYSIWIG tvorba / vydání z výrobků Detaily linky pro všechny subjekty (návrhy, objednávky, faktury, atd ...). <font class="warning">Upozornění: Použití této možnosti pro tento případ je vážně nedoporučuje, protože to může způsobit problémy se speciálními znaky a formátování stránky při vytváření PDF soubory.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG vytvoření / edice pro hromadné eMailings (Nástroje-&gt; e-mailem)
       FCKeditorForUserSignature=WYSIWIG vytvoření / edice uživatelského podpisu
       FCKeditorForMail=Vytvoření WYSIWIG / edition pro veškerou poštu (s výjimkou Nástroje-> e-mailem)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Připojení úspěšné, ale databáze nevypadá, že databáze OsCommerce (Klíčové %s nenašli v tabulce %s).
      -OSCommerceTestOk=Připojení k serveru &quot;%s&quot; na databázi &quot;%s&quot; s úspěšní uživatel &quot;%s.
      -OSCommerceTestKo1=Připojení k &quot;%s&quot; serveru úspěšná, ale databáze &quot;%s&quot; by nebylo možno dosáhnout.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Připojení k serveru "% s" na databázi '% s' s uživatelem '% s' je úspěšné.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Připojení k serveru &quot;%s&quot; s uživatelem &quot;%s 'se nezdařilo.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Pokud použijete místě prodeje (POS modulu modulu stanoveného ve výchozím nebo jiným externím modulu), může být toto nastavení ignorováno vaší místě prodeje modulu. Most na prodejních místech moduly jsou navrženy tak, aby vytvořit ihned fakturu a snížit zásoby standardně bez ohledu jsou možnosti zde. Takže, pokud potřebujete mít či nemít pokles zásoby při registraci prodat ze svého Point of Sale, zkontrolujte také váš POS modul nastavit.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu smazán
       Menus=Nabídky
      @@ -1548,7 +1561,7 @@ DetailRight=Podmínka pro zobrazení neoprávněným šedé menu
       DetailLangs=Lang název souboru pro překlad kódu štítek
       DetailUser=Interní / Externí / All
       Target=Cíl
      -DetailTarget=Cíl pro odkazy (_blank nahoře otevře nové okno)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Úroveň (-1: hlavní menu, 0: header menu&gt; 0 Menu a dílčí menu)
       ModifMenu=Menu změna
       DeleteMenu=Smazat položku nabídky
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=DPH je splatná: <br> - Na dobírku za zboží (používám
       OptionVatDebitOptionDesc=DPH je splatná: <br> - Na dobírku za zboží (používáme data vystavení faktury) <br> - Na fakturu (debetní) na služby
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Čas DPH exigibility standardně dle zvolené varianty:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Na dobírku
       OnPayment=Na zaplacení
       OnInvoice=Na faktuře
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Nákup účet. kód
       AgendaSetup=Akce a agenda Nastavení modulu
       PasswordTogetVCalExport=Klíč povolit export odkaz
       PastDelayVCalExport=Neexportovat události starší než
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Nastaví automaticky tuto výchozí hodnotu pro typ akce do akce vytvářet formuláře
      -AGENDA_DEFAULT_FILTER_TYPE=Nastavit automaticky tento typ události do vyhledávacího filtru pohledu agendy
      -AGENDA_DEFAULT_FILTER_STATUS=Nastavit automaticky tento stav pro události do vyhledávacího filtru pohledu agendy
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Karta, kterou chcete otevřít ve výchozím nastavení při výběru v menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Povolit zvukové upozornění
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Klikněte pro Dial Nastavení modulu
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Tento modul umožňuje kliknutí na telefonní číslo. Kliknutím na tuto ikonu bude volat, aby váš telefon pro volání na telefonní číslo. Toho lze využít k volání call centra systému z Dolibarr které mohou volat na telefonní číslo SIP systému, například.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Na telefonních číslech použijte pouze odkaz "tel:"
      -ClickToDialUseTelLinkDesc=Tuto metodu použijte, pokud uživatelé mají softwarový telefon nebo softwarové rozhraní nainstalován na stejném počítači, než prohlížeče, a volal, když kliknete na odkaz ve vašem prohlížeči, které začínají „tel“. Pokud potřebujete komplexní řešení serveru (bez nutnosti lokální instalace softwaru), musíte toto nastavit na „Ne“ a vyplňte následující pole.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Bod prodeje
       CashDeskSetup=Místě prodeje modulu nastavení
      -CashDeskThirdPartyForSell=Výchozí obecná třetí strana použitá pro prodej
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Výchozí účet použít pro příjem plateb v hotovosti
       CashDeskBankAccountForCheque= Výchozí účet použít pro příjem plateb šekem
       CashDeskBankAccountForCB= Výchozí účet použít pro příjem plateb prostřednictvím kreditní karty
      -CashDeskDoNotDecreaseStock=Zakážete pokles akcií, pokud je prodej uskutečněn z prodejního místa (pokud je to "ne", u každého prodeje provedeného z POS se sníží akcie, ať už je nastavena volba do modulu Akcie).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Vynutit a omezit sklad používat pro pokles zásob
      -StockDecreaseForPointOfSaleDisabled=Sklad pokles od Point of Sale zakázán
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Sklad pokles POS není kompatibilní s řízením šarží
      -CashDeskYouDidNotDisableStockDecease=Jste nezakázali nutnosti snížení při provádění sell od Point of Sale. Takže je zapotřebí sklad.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Záložka Nastavení modulu
      -BookmarkDesc=Tento modul umožňuje spravovat záložky. Můžete také přidat zástupce pro všechny Dolibarr stránky nebo externale webových stránek na vašem levém menu.
      +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.
       NbOfBoomarkToShow=Maximální počet záložek zobrazí v levém menu
       ##### WebServices #####
       WebServicesSetup=Webservices modul nastavení
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Zkontrolujte, zda příjmy číslování modul
       MultiCompanySetup=Společnost Multi-modul nastavení
       ##### Suppliers #####
       SuppliersSetup=Dodavatel modul nastavení
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Dodavatelských faktur číslování modelů
       IfSetToYesDontForgetPermission=Pokud je nastaveno na ano, nezapomeňte poskytnout oprávnění skupiny nebo uživatele povolených pro druhou schválení
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekt modul nastavení
       ProjectsModelModule=Projekt zprávy Vzor dokladu
       TasksNumberingModules=Úkoly číslování modul
       TaskModelModule=Úkoly zprávy Vzor dokladu
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=účetní období
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Můžete najít možnosti
       ListOfNotificationsPerUser=Seznam oznámení na uživatele *
       ListOfNotificationsPerUserOrContact=Seznam oznámení na jednoho uživatele * nebo na kontakt **
       ListOfFixedNotifications=Seznam pevných oznámení
      -GoOntoUserCardToAddMore=Přejít na záložku „oznámení“ o uživateli přidat nebo odebrat oznámení pro uživatele
      -GoOntoContactCardToAddMore=Přejít na záložku „Oznámení“ třetí strany přidat nebo odebrat oznámení pro kontakty / adresy
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Práh
       BackupDumpWizard=Průvodce vybudovat záložní databázi soubor s výpisem
       SomethingMakeInstallFromWebNotPossible=Instalace externího modulu není možné z webového rozhraní z tohoto důvodu:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Instalace externí modul z aplikace by
       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=Označte řádky tabulky, když tah myš vynechá
       HighlightLinesColor=Zvýrazněte barvu čáry, když myší prochází (držte prázdné, aby nebylo zvýrazněno)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=Barva odkazů
       PressF5AfterChangingThis=Stisknutím klávesy CTRL + F5 na klávesnici nebo vymazat mezipaměť prohlížeče Po změně této hodnoty, aby bylo účinné
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=barva pozadí pro sudé řádky tabulky
       MinimumNoticePeriod=Minimální výpovědní lhůta (Vaše žádost dovolená musí být provedeno před tímto zpožděním)
       NbAddedAutomatically=Počet dnů, přidány do čítače uživatelů (automaticky) každý měsíc
       EnterAnyCode=Toto pole obsahuje odkaz k identifikaci řádku. Zadat libovolnou hodnotu dle vlastního výběru, ale bez speciálních znaků.
      -UnicodeCurrency=mezi závorkami, seznam počtu bajtů, které představují symbol měny zadejte zde. Pro exemple: za $, zadejte [36] - pro Brazílii real R $ [82,36] - pro €, zadejte [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=RGB barva je ve formátu HEX, např. FF0000
       PositionIntoComboList=Postavení linky do seznamů combo
       SellTaxRate=Prodej sazba daně
       RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
       UrlTrackingDesc=V případě, že poskytovatel nebo dopravy nabízejí stránky nebo webové stránky, zkontrolovat stav vašeho dopravou, můžete ji zadat zde. Můžete použít tlačítko {} TrackID do parametrů URL, takže systém bude jej nahradit hodnota sledovací číslo uživatele uzavřela odeslání karty.
      -OpportunityPercent=Při vytváření příležitostí, budete definoval odhadované částky projektu / olovo. V závislosti na stavu příležitosti, může být tato částka vícenásobných tímto tempem zhodnotit celkovou částku všechny své možnosti, může generovat. Hodnota je procento (mezi 0 a 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=Tento záznam šablona je určena ke kterému element
       TypeOfTemplate=Typ šablony
      -TemplateIsVisibleByOwnerOnly=Šablona je viditelná pouze vlastníkovi
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Používáte nejnovější stabilní verzi
       TitleExampleForMajorRelease=Příklad zprávy, kterou lze použít k oznámit tuto hlavní verzi (bez obav používat na svých webových stránkách)
       TitleExampleForMaintenanceRelease=Příklad zprávy, kterou lze použít k oznámit toto uvolnění do provozu (bez obav používat na svých webových stránkách)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP a CRM %s je k dispozici. Verze %s je hlavní verze s mnoha novými funkcemi pro uživatele i vývojáře. Můžete jej stáhnout z oblasti stahování https://www.dolibarr.org portálu (podadresář Stable verze). Pro úplný seznam změn můžete přečíst <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a>.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s je k dispozici. Verze %s je verze údržby, takže obsahuje pouze opravy o chybách. Doporučujeme všem používáte starší verzi pro upgrade na tento jeden. Jako každá vydání údržby, žádné nové funkce, ani změna struktury dat je přítomna v této verzi. Můžete si jej stáhnout z stažení části https://www.dolibarr.org portál (podadresář stabilní verze). Můžete si přečíst <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> Úplný seznam změn.
      -MultiPriceRuleDesc=Když volba „Několik úroveň cen za produkt / službu“ zapnutá, můžete definovat různé ceny (jeden na cenové hladině) pro každý výrobek. Chcete-li ušetřit čas, můžete zadat zde vládnout mít cenu pro každou úroveň autocalculated podle ceny první úrovni, takže budete muset zadat pouze cenu pro první stupeň na každém výrobku. Tato stránka je zde, aby vám ušetří čas a může být užitečná pouze v případě, ceny pro každou Leve jsou vzhledem k první úrovni. Můžete ignorovat tato stránka ve většině případů.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Šablony pro dokumenty produktů
      -ToGenerateCodeDefineAutomaticRuleFirst=Aby bylo možné automaticky generovat kódy, musíte nejprve definovat správce na auto definovat číslo čárového kódu.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Viz * Poznámka k seznamu možných substitučních proměnných
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=Všichni majitelé stránek
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Přidávat další stránky nebo služby
       AddModels=Přidat dokument nebo číslování šablony
       AddSubstitutions=Přidat klíče substituce
       DetectionNotPossible=Detekce není možná
      -UrlToGetKeyToUseAPIs=Url dostat tokenu používat API (jednou známka byla obdržena je uložena na uživatele databáze tabulce a musí být k dispozici na každé volání API)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Seznam dostupných rozhraní API
      -activateModuleDependNotSatisfied=Modul „%s“ závisí na modulu „%s“, který chybí, takže modul „%1$s“ nemusí fungovat correclty. Prosím, nainstalujte modul „%2$s“ nebo zakázat modul „%1$s“, pokud chcete být v bezpečí z jakéhokoliv překvapení
      -CommandIsNotInsideAllowedCommands=Příkaz pokusu o spuštění není uvnitř seznam povolených příkazů definovaných v parametru <strong> $ dolibarr_main_restrict_os_commands </ strong> do <strong> conf.php </ strong> souboru.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=vstupní stránka
      -SamePriceAlsoForSharedCompanies=Pokud použijete multicompany modul, s volbou „Single cen“, bude cena by také být stejná pro všechny společnosti, pokud výrobky jsou sdíleny mezi prostředími
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Modul byl aktivován. Oprávnění pro aktivovaný modul (y) byly dány pouze pro uživatele admin. Možná budete muset udělit oprávnění pro ostatní uživatele nebo skupiny ručně v případě potřeby.
      -UserHasNoPermissions=Tento uživatel nemá žádné oprávnění definované
      -TypeCdr=Použijte „Žádný“ v případě, že datum platebního termínu je datum faktury plus delta ve dnech (delta je pole „Nb dnů“) <br> použití „Na konci měsíce“, pokud se po delty, musí být datum zvýšena se dostanete na konec měsíce (+ volitelná „Offset“ ve dnech) <br> použití „Current / Next“ mít platební termín datum jako první n-tého v měsíci (N se uloží do pole „Nb dnů“)
      +UserHasNoPermissions=This user has no permissions defined
      +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=Referenční měna společnosti (jít do nastavení firmy to změnit)
      -WarningNoteModuleInvoiceForFrenchLaw=Tento modul %s je v souladu s francouzskými zákony (Loi finance 2016).
      -WarningNoteModulePOSForFrenchLaw=This module %s is compliant with french laws (Loi Finance 2016) because module Non Reversible Logs is automatically activated.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Konfigurace modulu Zdroje
       UseSearchToSelectResource=Použijte vyhledávací formulář k výběru zdroje (spíše než rozevírací seznam).
       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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/cs_CZ/companies.lang b/htdocs/langs/cs_CZ/companies.lang
      index 4d11e09ad0e..49356dda4ce 100644
      --- a/htdocs/langs/cs_CZ/companies.lang
      +++ b/htdocs/langs/cs_CZ/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Vyberte třetí stranu
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Smazat kontakt/adresu
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Nová třetí strana
      -MenuNewCustomer=Nový zákazník
      -MenuNewProspect=Nový cíl
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nová soukromá osoba
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create thirdpary
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kontakty/adresy třetí strany
       Company=Společnost
       CompanyName=Název společnosti
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Společnosti
      -CountryIsInEEC=Země je uvnitř Evropského hospodářského společenství
      -ThirdPartyName=Název třetí strany
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Třetí strana
      -ThirdParties=Třetí strany
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Cíle
       ThirdPartyProspectsStats=Cíle
       ThirdPartyCustomers=Zákazníci
       ThirdPartyCustomersStats=Zákazníci
       ThirdPartyCustomersWithIdProf12=Zákazníci s %s nebo %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Typ třetí strany
      +ThirdPartyType=Type of company
       Individual=Soukromá osoba
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Mateřská společnost
       Subsidiaries=Dceřiné společnosti
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=PSČ
       Town=Město
       Web=Web
       Poste= Pozice
      -DefaultLang=Výchozí jazyk
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Total proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntaxe je správná
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Tento zákazník má výchozí slevu <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Tento zákazník nemá výchozí relativní slevu
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=Tento zákazník stále má diskontní úvěry nebo zálohy na <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Tento zákazník stále má dobropisy na <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Nikdo
      -Supplier=Dodavatel
      +Supplier=Vendor
       AddContact=Vytvořit kontakt
       AddContactAddress=Vytvořit kontakt/adresu
       EditContact=Upravit kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Vytvořit třetí stranu
       DeleteACompany=Odstranit společnost
       PersonalInformations=Osobní údaje
       AccountancyCode=Účetní účet
      -CustomerCode=Kód zákazníka
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kód zákazníka
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Zákaznický kód, jedinečný pro všechny zákazníky
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Požadováno, pokud třetí strana je zákazník či cíl
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Platnost řízena modulem
      -ThisIsModuleRules=Toto jsou pravidla pro tento modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Cíl ke kontaktování
       CompanyDeleted=Společnost %s odstraněna z databáze.
       ListOfContacts=Seznam kontaktů/adres
      -ListOfContactsAddresses=Seznam kontaktů / adres
      -ListOfThirdParties=Seznam třetích stran
      -ShowCompany=Show third party
      +ListOfContactsAddresses=Seznam kontaktů/adres
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Zobrazit kontakt
       ContactsAllShort=Vše (Bez filtru)
       ContactType=Typ kontaktu
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Tento kontakt není přiřazen k žádné obchodní nab
       NoContactForAnyContract=Tento kontakt není přiřazen k žádné smlouvě
       NoContactForAnyInvoice=Tento kontakt není přiřazen k žádné faktuře
       NewContact=Nový kontakt
      -NewContactAddress=Nový kontakt/adresa
      +NewContactAddress=New Contact/Address
       MyContacts=Moje kontakty
       Capital=Hlavní město
       CapitalOf=Hlavní město %s
       EditCompany=Upravit společnost
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kontrola
      -VATIntraCheckDesc=Odkaz <b>%s</b> umožňuje zkontrolovat DIČ/VAT. Je potřeba přístup k internetu.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Kontrola VAT na stránkách Evropské Komise
      -VATIntraManualCheck=Můžete také zkontrolovat ručně na evropských stránkách <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Kontrola není možná. Služba není členským státem poskytována (%s).
      -NorProspectNorCustomer=Ani cíl, ani zákazník
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Zaměstnanci
       ProspectLevelShort=Potenciální
       ProspectLevel=Potenciální cíl
      @@ -387,12 +387,12 @@ ExportCardToFormat=Exportovat kartu do formátu
       ContactNotLinkedToCompany=Kontakt není spojen s žádnou třetí stranou
       DolibarrLogin=Přihlášení do Dolibarru
       NoDolibarrAccess=Žádný přístup k Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakty a vlastnosti
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Cenová hladina
       DeliveryAddress=Doručovací adresa
       AddAddress=Přidat adresu
      @@ -402,16 +402,16 @@ DeleteFile=Smazat soubor
       ConfirmDeleteFile=Jste si jisti, že chcete smazat tento soubor?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizace
      -FiscalYearInformation=Informace o fiskálním roce
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Počáteční měsíc fiskálního roku
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Seznam cílů
      -ListCustomersShort=Seznam zákazníků
      -ThirdPartiesArea=Kontakty třetích stran
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Celkem unikátních třetích stran
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Otevřeno
       ActivityCeased=Uzavřeno
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Momentální nezaplacený účet
       OutstandingBill=Max. za nezaplacený účet
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Kód je volný. Tento kód lze kdykoli změnit.
       ManagingDirectors=Jméno vedoucího (CEO, ředitel, předseda ...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party so you will be able to delete the duplicate one.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/cs_CZ/errors.lang b/htdocs/langs/cs_CZ/errors.lang
      index 140f376fa82..b4e259803e0 100644
      --- a/htdocs/langs/cs_CZ/errors.lang
      +++ b/htdocs/langs/cs_CZ/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Hodnota &quot;%s&quot; má nesprávný formát data
       ErrorWrongDate=Datum není správné!
       ErrorFailedToWriteInDir=Nepodařilo se zapsat do adresáře %s
       ErrorFoundBadEmailInFile=Nalezeno nesprávné email syntaxe %s řádků v souboru (%s příklad souladu s emailem = %s)
      -ErrorUserCannotBeDelete=Uživatel nemůže být odstraněn. Může být, že je spojena s Dolibarr entity.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Některé požadované pole se nevyplňuje.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Nepodařilo se vytvořit adresář. Ujistěte se, že webový server má uživatel oprávnění k zápisu do adresáře dokumentů Dolibarr. Pokud je parametr <b>safe_mode</b> je povoleno na tomto PHP, zkontrolujte, zda Dolibarr php soubory, vlastní pro uživatele webového serveru (nebo skupina).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Vyplňte, prosím, hodnotu seznamu vyberte
       ErrorNoValueForCheckBoxType=Vyplňte, prosím, hodnotu checkbox seznamu
       ErrorNoValueForRadioType=Prosím vyplňte hodnotu pro rozhlasové seznamu
       ErrorBadFormatValueList=Hodnota Seznam nemůže mít více než jednu čárku: <u> %s </ u>, ale potřebují alespoň jednu možnost: klíč, hodnota
      -ErrorFieldCanNotContainSpecialCharacters=Terénní <b>%s</b> nesmí obsahuje speciální znaky.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Pole <b> %s </ b> nesmí obsahovat speciální znaky, ani na velká písmena a nesmí obsahovat pouze čísla.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Ne účetnictví modul aktivován
       ErrorExportDuplicateProfil=Tento název profilu již existuje pro tento export sady.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP shoda není úplná.
       ErrorLDAPMakeManualTest=. LDIF soubor byl vytvořen v adresáři %s. Zkuste načíst ručně z příkazového řádku získat více informací o chybách.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nelze uložit akci s &quot;Statut nezačal&quot;, pokud pole &quot;provádí&quot; je také vyplněna.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref používá pro tvorbu již existuje.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Nepodařilo se odstranit záznam, protože má nějaké Childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Nelze odstranit záznam. Ten se již používá, nebo je zahrnut do jiných objektů.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript musí být vypnuta, že tato funkce pracovat. Chcete-li povolit / zakázat Javascript, přejděte do nabídky Home-&gt; Nastavení-&gt; Zobrazení.
       ErrorPasswordsMustMatch=Oba napsaný hesla se musí shodovat se navzájem
      -ErrorContactEMail=Technické chybě. Prosím, obraťte se na správce, aby e-mailovou <b>%s</b> en poskytovat <b>%s</b> kód chyby ve zprávě, nebo ještě lépe přidáním obrazovky kopii této stránky.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Chybná hodnota <b>%s</b> číslo pole (hodnota <b>&quot;%s</b> 'neodpovídá regex pravidel <b>%s)</b>
       ErrorFieldValueNotIn=Chybná hodnota <b>%s</b> číslo pole (hodnota <b>&quot;%s</b> 'není dostupná hodnota do pole <b>%s</b> stolních <b>%s)</b>
       ErrorFieldRefNotIn=Chybná hodnota <b>%s</b> číslo pole (hodnota <b>&quot;%s&quot;</b> není <b>%s</b> stávající ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivirový program nebyl schopen ověřit soubor
       ErrorSpecialCharNotAllowedForField=Speciální znaky nejsou povoleny pro pole &quot;%s&quot;
       ErrorNumRefModel=Existuje odkaz do databáze (%s) a není kompatibilní s tímto pravidlem číslování. Odebrat záznam nebo přejmenovat odkaz na aktivaci tohoto modulu.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Nastavení modulu jeví nekompletní. Jdi domů - Nastavení - Moduly dokončit.
       ErrorBadMask=Chyba na masku
       ErrorBadMaskFailedToLocatePosOfSequence=Chyba maska ​​bez pořadovým číslem
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Chyba, špatná hodnota po resetu
       ErrorMaxNumberReachForThisMask=Maximální počet dosah této masce
       ErrorCounterMustHaveMoreThan3Digits=Počítadlo musí mít více než 3 číslice
       ErrorSelectAtLeastOne=Chyba. Vyberte alespoň jednu položku.
      -ErrorDeleteNotPossibleLineIsConsolidated=Odstranění není možné, protože záznam je spojena s bankovním transakčního který smířil
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s je přiřazen do jiné třetí
       ErrorFailedToSendPassword=Nepodařilo se odeslat heslo
       ErrorFailedToLoadRSSFile=Nedokáže dostat RSS feed. Zkuste přidat konstantní MAIN_SIMPLEXMLLOAD_DEBUG případě chybových hlášení neposkytuje dostatek informací.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Uživatel s přihlášením <b>%s</b> nebyl nalezen.
       ErrorLoginHasNoEmail=Tento uživatel nemá žádnou e-mailovou adresu. Proces přerušena.
       ErrorBadValueForCode=Bad hodnota bezpečnostního kódu. Zkuste to znovu s novou hodnotou ...
       ErrorBothFieldCantBeNegative=Pole %s a %s nemohou být negativní
      +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=Množství pro linku do odběratelských faktur nemůže být záporná
       ErrorWebServerUserHasNotPermission=Uživatelský účet <b>%s</b> použít ke spuštění webový server nemá oprávnění pro které
       ErrorNoActivatedBarcode=Žádný čárový kód aktivován typ
      @@ -138,7 +141,7 @@ ErrorBadFormat=Špatný formát!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Chyba Tento člen zatím není spojen s žádným subjektem. Spojovací člen ke stávajícímu subjektu nebo vytvořit nový subjekt před vytvořením odběru s fakturou.
       ErrorThereIsSomeDeliveries=Chyba, existuje nějaké dodávky spojené s touto přepravou. Odstranění zamítnuto. Máte smůlu ....
       ErrorCantDeletePaymentReconciliated=Nelze odstranit platbu, který generovaný položku banky, který byl odsouhlasen
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Nelze odstranit platbu sdílejí alespoň jednu fakturu se statusem platí
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Nelze přiřadit k neustálému ‚%s‘
       ErrorPriceExpression2=Nelze předefinovat vestavěnou funkci ‚%s‘
       ErrorPriceExpression3=Nedefinovaná proměnná ‚%s‘ v definici funkce
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Nečekané ‚%s‘ Kdo by to byl řekl .....
       ErrorPriceExpression6=Nesprávný počet argumentů (%s uvedeny, %s očekávaný) Argumentujte lépe !!!!
       ErrorPriceExpression8=Neočekávaný operátor '%s'
       ErrorPriceExpression9=Došlo k neočekávané chybě. Poklekněte a poručte svou duši bohu ....
      -ErrorPriceExpression10=Iperator '%s' chybí operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Očekával ‚%s‘
       ErrorPriceExpression14=Dělíte nulou!! To si snad fakt děláte srandu .....
       ErrorPriceExpression17=Nedefinovaná proměnná ‚%s‘
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP klient se nezdařilo s chybou ‚%s‘
       ErrorGlobalVariableUpdater5=Žádné globální proměnná vybraná
       ErrorFieldMustBeANumeric=Pole <b> %s </ b> musí být číselná hodnota
       ErrorMandatoryParametersNotProvided=Povinné parametr (y) není k dispozici
      -ErrorOppStatusRequiredIfAmount=Nastavíte odhadovanou částku za tuto příležitost / olovo. Takže musíte zadat svůj 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 Definice Array Menu V modulu popisovač (špatná hodnota za klíčový fk_menu)
      -ErrorSavingChanges=Došlo k ocurred při ukládání změn
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Sklad je zapotřebí na lince na dopravu
       ErrorFileMustHaveFormat=Soubor musí mít formát %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Heslo bylo nastaveno pro tohoto člena. Nicméně, žádný uživatelský účet byl vytvořen. Takže toto heslo uloženo, ale nemůže být použit pro přihlášení do Dolibarr. Může být použit externí modulu / rozhraní, ale pokud nepotřebujete definovat libovolné přihlašovací jméno ani heslo pro členem, můžete možnost vypnout „Správa přihlášení pro každého člena“ z nastavení člen modulu. Pokud potřebujete ke správě přihlášení, ale nepotřebují žádné heslo, můžete mít toto pole prázdné, aby se zabránilo toto upozornění. Poznámka: E-mail může být také použit jako přihlášení v případě, že člen je připojen k uživateli.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Záložka s tímto názvem, nebo tento cíl (URL) j
       WarningPassIsEmpty=Pozor, databáze je heslo prázdné. Toto je bezpečnostní díra. Měli byste přidat heslo do databáze a změnit svůj conf.php souboru v tomto smyslu.
       WarningConfFileMustBeReadOnly=Pozor, může váš konfigurační soubor <b>(htdocs / conf / conf.php)</b> musí být přepsány webovém serveru. To je vážná bezpečnostní díra. Změnit oprávnění k souboru, který chcete v režimu pouze pro čtení pro uživatele operačního systému používaného webového serveru. Pokud používáte systém Windows a FAT formát disku, musíte vědět, že je souborový systém neumožňuje přidat oprávnění na souboru, takže nemůže být zcela bezpečný.
       WarningsOnXLines=Upozornění na <b>%s</b> zdrojovém záznamu (s)
      -WarningNoDocumentModelActivated=Žádný model, pro generování dokumentů, byl aktivován. Bude model zvolil jako výchozí, dokud zkontrolovat nastavení modulu.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Pozor, po dokončení nastavení, musíte zakázat instalaci / stěhovat nástroje přidáním souboru do adresáře <b>install.lock %s.</b> Chybějící tento obrázek je bezpečnostní díra.
      -WarningUntilDirRemoved=Všechny bezpečnostní pokyny (viditelné admin uživatele) zůstane aktivní tak dlouho, dokud chyba je přítomna (nebo konstantní MAIN_REMOVE_INSTALL_WARNING se přidá Nastavení-&gt; Ostatní nastavení).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Pozor, zavírání se provádí, i když částka liší zdrojových a cílových prvků. Povolte tuto funkci se zvýšenou opatrností.
       WarningUsingThisBoxSlowDown=Upozornění Při použití tohoto políčka zpomalit vážně všechny stránky zobrazující krabici.
       WarningClickToDialUserSetupNotComplete=Nastavení ClickToDial informací pro uživatele si nejsou kompletní (viz tab ClickToDial na vaše uživatelské karty).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Příliš mnoho dat (více než %s linek)
       WarningSomeLinesWithNullHourlyRate=Někdy byly zaznamenány u některých uživatelů, zatímco jejich hodinová sazba nebyla definována. Hodnota 0 %s za hodinu byl použit, ale to může mít za následek nesprávné oceňování času stráveného.
       WarningYourLoginWasModifiedPleaseLogin=Vaše přihlašovací byla upravena. Z bezpečnostních účel budete muset přihlásit pomocí nových přihlašovacích údajů před další akci.
       WarningAnEntryAlreadyExistForTransKey=Položka již existuje pro překladatelské klíč pro tento jazyk
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/cs_CZ/interventions.lang b/htdocs/langs/cs_CZ/interventions.lang
      index 6e1f8553d2c..23b0245bb65 100644
      --- a/htdocs/langs/cs_CZ/interventions.lang
      +++ b/htdocs/langs/cs_CZ/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervence
       InterventionCard=Karta intervence
       NewIntervention=Nová intervence
       AddIntervention=Vytvořit intervenci
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Seznam intervencí
       ActionsOnFicheInter=Akce zaměřené na intervenci
       LastInterventions=Nejnovější %s intervence
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Doba použití služby pro zásahy generovaných
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistiky intervencí
      -NbOfinterventions=Nb intervenčních karet
      -NumberOfInterventionsByMonth=Nb intervenčních karet měsíce (datum schválení)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=intervence id
      diff --git a/htdocs/langs/cs_CZ/main.lang b/htdocs/langs/cs_CZ/main.lang
      index b17c1c9ab8d..951173edd8c 100644
      --- a/htdocs/langs/cs_CZ/main.lang
      +++ b/htdocs/langs/cs_CZ/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Nepodařilo se odeslat poštu (odesílatel=%s, příjemce=
       ErrorFileNotUploaded=Soubor nebyl nahrán. Zkontrolujte, zda velikost nepřesahuje maximální povolenou, že je volné místo na disku a že se v adresáři nenachází soubor se stejným názvem.
       ErrorInternalErrorDetected=Byla zjištěna chyba
       ErrorWrongHostParameter=Chybný parametr host
      -ErrorYourCountryIsNotDefined=Vaše země není definována. Přejděte na Domů-Nastavení-Úpravy a odešlete formulář znovu.
      -ErrorRecordIsUsedByChild=Nepodařilo se smazat tento záznam. Tento záznam je používán minimálně jedním vnořeným záznamem.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Chybná hodnota
       ErrorWrongValueForParameterX=Chybná hodnota parametru %s
       ErrorNoRequestInError=Žádný chybný požadavek
      -ErrorServiceUnavailableTryLater=Služba momentálně není k dispozici. Zkuste to znovu později.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicitní hodnota v poli
      -ErrorSomeErrorWereFoundRollbackIsDone=Byly nalezeny nějaké chyby. Veškeré změny budou zpětně vráceny.
      -ErrorConfigParameterNotDefined=Parametr <b>%s</b> není definován v konfiguračním souboru Dolibarr <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Nepodařilo se najít uživatele <b>%s</b> v databázi Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Chyba, pro zemi '%s' nejsou definovány žádné sazby DPH.
       ErrorNoSocialContributionForSellerCountry=Chyba, žádná společenská / daně typ fiskální definován pro země ‚%s‘.
       ErrorFailedToSaveFile=Chyba, nepodařilo se uložit soubor.
      -ErrorCannotAddThisParentWarehouse=Snažíte se přidat nadřazené sklad, který je již dítě aktuálního
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Nejste oprávněni k tomu, že.
       SetDate=Nastavení datumu
       SelectDate=Výběr datumu
      @@ -78,10 +78,10 @@ FileRenamed=Soubor byl úspěšně přejmenován
       FileGenerated=Soubor byl úspěšně vygenerován
       FileSaved=The file was successfully saved
       FileUploaded=Soubor byl úspěšně nahrán
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Soubor vybrán pro připojení, ale ještě nebyl nahrán. Klikněte na "Přiložit soubor".
      -NbOfEntries=Počet záznamů
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Přečtěte si online nápovědu (přístup k internetu je potřeba)
       GoToHelpPage=Přečíst nápovědu
       RecordSaved=Záznam uložen
      @@ -94,7 +94,7 @@ Undefined=Nedefinováno
       PasswordForgotten=Zapomněli jste heslo?
       NoAccount=No account?
       SeeAbove=Viz výše
      -HomeArea=Hlavní oblast
      +HomeArea=Domů
       LastConnexion=poslední připojení
       PreviousConnexion=Předchozí připojení
       PreviousValue=Předchozí hodnota
      @@ -142,6 +142,7 @@ Closed=Zavřeno
       Closed2=Zavřeno
       NotClosed=není uzavřen
       Enabled=Povoleno
      +Enable=Umožnit
       Deprecated=Zastaralá
       Disable=Zakázat
       Disabled=Invalidní
      @@ -153,7 +154,7 @@ Update=Aktualizovat
       Close=Zavřít
       CloseBox=Odebrat widget z panelu
       Confirm=Potvrdit
      -ConfirmSendCardByMail=Opravdu chcete poslat obsah této karty mailem na <b>%s?</b>
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Vymazat
       Remove=Odstranit
       Resiliate=přerušit
      @@ -327,7 +328,7 @@ Copy=Kopírovat
       Paste=Vložit
       Default=Standardní
       DefaultValue=Výchozí hodnota
      -DefaultValues=výchozí hodnoty
      +DefaultValues=Default values/filters/sorting
       Price=Cena
       PriceCurrency=Price (currency)
       UnitPrice=Jednotková cena
      @@ -347,7 +348,7 @@ AmountTTCShort=Částka (vč. DPH)
       AmountHT=Částka (bez DPH)
       AmountTTC=Částka (vč. DPH)
       AmountVAT=Částka daně
      -MulticurrencyAlreadyPaid=Platba již byla zaplacena, původní měna
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=I nadále platit, původní měnu
       MulticurrencyPaymentAmount=Výše platby, původní měna
       MulticurrencyAmountHT=Částka (po zdanění), původní měně
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nevztahuje se
       ActionRunningNotStarted=Chcete-li začít
       ActionRunningShort=probíhá
       ActionDoneShort=Ukončený
      -ActionUncomplete=Nekompletní
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generovat
       Duration=Trvání
       TotalDuration=Celková doba trvání
       Summary=Shrnutí
      -DolibarrStateBoard=Statistika databází
      -DolibarrWorkBoard=Plocha pracovních úkolů
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No otevřel prvek zpracovávat
       Available=Dostupný
       NotYetAvailable=Zatím není k dispozici
      @@ -468,7 +469,7 @@ and=a
       or=nebo
       Other=Ostatní
       Others=Ostatní
      -OtherInformations=Ostatní informace
      +OtherInformations=Jiná informace
       Quantity=Množství
       Qty=Množství
       ChangedBy=Změnil
      @@ -506,7 +507,7 @@ None=Nikdo
       NoneF=Nikdo
       NoneOrSeveral=Žádný nebo několik
       Late=Pozdě
      -LateDesc=Zpoždění se definovat, zda záznam je pozdě, nebo ne, závisí na vašem nastavení. Požádejte svého administrátora pro změnu zpoždění z menu Home - nastavení - Výstrahy.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Obrázek
       Photos=Obrázky
      @@ -530,18 +531,6 @@ September=Září
       October=Říjen
       November=Listopad
       December=Prosinec
      -JanuaryMin=Leden
      -FebruaryMin=Únor
      -MarchMin=Březen
      -AprilMin=Duben
      -MayMin=Květen
      -JuneMin=Červen
      -JulyMin=Červenec
      -AugustMin=Srpen
      -SeptemberMin=Září
      -OctoberMin=Říjen
      -NovemberMin=Listopad
      -DecemberMin=Prosince
       Month01=Leden
       Month02=Únor
       Month03=Březen
      @@ -646,6 +635,8 @@ SendMail=Odeslat e-mail
       EMail=E-mailem
       NoEMail=Žádný e-mail
       Email=E-mail
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Žádné telefonní číslo
       Owner=Majitel
       FollowingConstantsWillBeSubstituted=Následující konstanty budou nahrazeny odpovídající hodnotou.
      @@ -677,7 +668,7 @@ NeverReceived=Nikdy nedostal
       Canceled=Zrušený
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Můžete nastavit výchozí hodnotu použitou při vytváření nového záznamu do nastavení modulu
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Barva
       Documents=Připojené soubory
       Documents2=Dokumenty
      @@ -716,15 +707,15 @@ Merge=Spojit
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Zobrazit stránku pro tisk hlavní obsahové části
       MenuManager=Manager nabídky
      -WarningYouAreInMaintenanceMode=Pozor, jste v režimu údržby, jen pro přihlášené <b>%s</b> je dovoleno v tuto chvíli používat aplikace.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systémová chyba
       CoreErrorMessage=Je nám líto, došlo k chybě. Obraťte se na správce systému a zkontrolujte protokoly nebo zakázat $ dolibarr_main_prod=1 pro získání více informací.
       CreditCard=Kreditní karta
       ValidatePayment=Ověření platby
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Pole označená * jsou povinná <b>%s</b>
      -FieldsWithIsForPublic=Pole s <b>%s</b> jsou uvedeny na veřejném seznamu členů. Pokud si to nepřejete, zaškrtněte "veřejný" box.
      -AccordingToGeoIPDatabase=(Podle GeoIP konverze)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linka
       NotSupported=Není podporováno
       RequiredField=Povinné pole
      @@ -732,6 +723,8 @@ Result=Výsledek
       ToTest=Test
       ValidateBefore=Karta musí být ověřena před použitím této funkce
       Visibility=Viditelnost
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Soukromý
       Hidden=Skrytý
       Resources=Zdroje
      @@ -750,6 +743,7 @@ LinkTo=odkaz na
       LinkToProposal=Odkaz na návrh
       LinkToOrder=Odkaz na objednávku
       LinkToInvoice=Odkaz na fakturu
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Odkaz na dodavatele objednávku
       LinkToSupplierProposal=Odkaz na návrh dodavatele
       LinkToSupplierInvoice=Odkaz na dodavatelské faktury
      @@ -758,6 +752,7 @@ LinkToIntervention=Odkaz na intervenci
       CreateDraft=Vytvořte návrh
       SetToDraft=Zrušit návrh
       ClickToEdit=Klepnutím lze upravit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Podle dne
       BySalesRepresentative=Podle obchodního zástupce
       LinkedToSpecificUsers=Souvisí s konkrétním uživatelem kontaktu
       NoResults=Žádné výsledky
      -AdminTools=admin nástroje
      +AdminTools=Admin Tools
       SystemTools=Systémové nástroje
       ModulesSystemTools=Moduly nástrojů
       Test=Test
       Element=Prvek
       NoPhotoYet=Momentálně žádné fotografie k dispozici
       Dashboard=Plocha
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Spoluúčast
       from=z
       toward=k
      @@ -802,7 +797,7 @@ PrintFile=Tisk souboru %s
       ShowTransaction=Ukázat záznam o bankovním účtu
       ShowIntervention=Zobrazit intervenci
       ShowContract=Zobrazit smlouvu
      -GoIntoSetupToChangeLogo=Jděte na Domů-Nastavení-Společnost pro změnu loga, nebo je v nastavení skryjte.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Odmítnout
       Denied=Odmítnuto
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=S pozdravem
       DeleteLine=Odstranění řádku
       ConfirmDeleteLine=Jste si jisti, že chcete smazat tento řádek?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Nevybrán žádný záznam
       MassFilesArea=Plocha pro soubory postavený masových akcí
       ShowTempMassFilesArea=Show area souborů postavený masových akcí
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Související objekty
       ClassifyBilled=Označit jako účtováno
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalendář
       GroupBy=Skupina vytvořená...
       ViewFlatList=Zobrazit seznam plochý
       RemoveString=Odstraňte řetězec ‚%s‘
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Stažení
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Události
      -EMailTemplates=E-maily šablony
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekty
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Oprávnění
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Pondělí
       Tuesday=Úterý
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervence
       SearchIntoContracts=Smlouvy
       SearchIntoCustomerShipments=zásilky zákazník
       SearchIntoExpenseReports=Zpráva výdajů
      -SearchIntoLeaves=Dovolená
      +SearchIntoLeaves=Leave
       CommentLink=Komentáře
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Všichni
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Placeno
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Přiřazeno
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/cs_CZ/other.lang b/htdocs/langs/cs_CZ/other.lang
      index 376ae1c207e..c6cb236ce9d 100644
      --- a/htdocs/langs/cs_CZ/other.lang
      +++ b/htdocs/langs/cs_CZ/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Bezpečnostní kód
       NumberingShort=N°
       Tools=Nástroje
       TMenuTools=Nástroje
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Narozeniny
       BirthdayDate=datum narozenin
       DateToBirth=Datum narození
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Návratová stránka se zprávou o schválení platby
       MessageKO=Návratová stránka se zprávou o zrušení platby
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Přidá kontakt intervence
      -Notify_FICHINTER_VALIDATE=Intervence ověřena
      -Notify_FICHINTER_SENTBYMAIL=Intervence přes mail
       Notify_ORDER_VALIDATE=Objednávka zákazníka ověřena
       Notify_ORDER_SENTBYMAIL=Zákaznická objednávka zaslaná na mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Dodavatelská objednávka zaslaná e.mailem
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Dodavatelská objednávka uložena
       Notify_ORDER_SUPPLIER_APPROVE=Objednávka dodavatele schválena
       Notify_ORDER_SUPPLIER_REFUSE=Objednávka dodavatele odmítnuta
       Notify_PROPAL_VALIDATE=Nabídka zákazníka ověřena
      -Notify_PROPAL_CLOSE_SIGNED=Zákazník propal uzavřel podpisem
      -Notify_PROPAL_CLOSE_REFUSED=Zákazník propal zavřenýma odmítl
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Komerční návrh zaslán e-mailem
       Notify_WITHDRAW_TRANSMIT=Stažení převodu
       Notify_WITHDRAW_CREDIT=Stažení kreditu
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Třetí strana vytvořena
       Notify_COMPANY_SENTBYMAIL=Maily odeslané z karty třetí strany
       Notify_BILL_VALIDATE=Faktura zákazníka ověřena
       Notify_BILL_UNVALIDATE=Faktura zákazníka neověřena
      -Notify_BILL_PAYED=Zákaznická faktura zaplacena
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Zákaznická faktura zrušena
       Notify_BILL_SENTBYMAIL=Zákaznická faktura zaslaná e-mailem
       Notify_BILL_SUPPLIER_VALIDATE=Dodavatelská faktura ověřena
      -Notify_BILL_SUPPLIER_PAYED=Dodavatelská faktura zaplacena
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Dodavatelská faktura zaslaná e-mailem
       Notify_BILL_SUPPLIER_CANCELED=Dodavatelská faktura zrušena
       Notify_CONTRACT_VALIDATE=Smlouva ověřena
       Notify_FICHEINTER_VALIDATE=Intervence ověřena
      +Notify_FICHINTER_ADD_CONTACT=Přidá kontakt intervence
      +Notify_FICHINTER_SENTBYMAIL=Intervence přes mail
       Notify_SHIPPING_VALIDATE=Doprava ověřena
       Notify_SHIPPING_SENTBYMAIL=Doprava odeslána mailem
       Notify_MEMBER_VALIDATE=Uživatel ověřen
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Vytvoření projektu
       Notify_TASK_CREATE=Úkol vytvořen
       Notify_TASK_MODIFY=Úkol upraven
       Notify_TASK_DELETE=Úkol smazán
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Viz nastavení modulu %s
       NbOfAttachedFiles=Počet připojených souborů/dokumentů
       TotalSizeOfAttachedFiles=Celková velikost připojených souborů/dokumentů
       MaxSize=Maximální velikost
       AttachANewFile=Připojte nový soubor/dokument
       LinkedObject=Propojený objekt
      -NbOfActiveNotifications=Počet hlášení (několik z příjemců e-mailů)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Nainstalujte nebo povolte GD knihovnu ve vaší PHP pro vyu
       ProfIdShortDesc=<b>Prof Id %s</b> je informace v závislosti na třetích stranách země. <br> Například pro země <b>%s,</b> je to kód <b>%s.</b>
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=New intervention %s byla přiřazena k vám.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Zásah %s byl ověřen.
       EMailTextInvoiceValidated=Faktura %s byla ověřena.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Nabídka %s byla ověřena.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Objednávka %s byla ověřena.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Objednávka %s byla schválena %s.
       EMailTextOrderRefused=Objednávka %s byla zamítnuta.
       EMailTextOrderRefusedBy=Objednávka %s byla odmítnuta podle %s.
       EMailTextExpeditionValidated=Přeprava %s byla ověřena.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Import souboru dat
       DolibarrNotification=Automatické upozornění
       ResizeDesc=Zadejte novou šířku <b>nebo</b> novou výšku. Poměry budou uchovávány při změně velikosti ...
      @@ -204,7 +212,7 @@ NewLength=Nová šířka
       NewHeight=Nová výška
       NewSizeAfterCropping=Nová velikost po ořezu
       DefineNewAreaToPick=Definujte novou oblast obrázku pro jeho vložení klikněte (levým tlačítkem myši na obrázek a pak táhněte, dokud se nedostanete na protější roh)
      -CurrentInformationOnImage=Tento nástroj byl navržen tak, aby vám pomohl změnit velikost nebo oříznout obrázek. Toto je informace o aktuálním editovaném obrázku
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor obrázků
       YouReceiveMailBecauseOfNotification=Tato zpráva se zobrazí, protože Váš e-mail byl přidán na seznam cílů, které mají být informovány o jednotlivých akcích na %s softwaru %s.
       YouReceiveMailBecauseOfNotification2=Tato akce je následující:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exportní plocha
      diff --git a/htdocs/langs/cs_CZ/projects.lang b/htdocs/langs/cs_CZ/projects.lang
      index e5d06e2bc7b..a4af7858917 100644
      --- a/htdocs/langs/cs_CZ/projects.lang
      +++ b/htdocs/langs/cs_CZ/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Opravdu chcete tento projekt smazat?
       ConfirmDeleteATask=Jste si jisti, že chcete smazat tento úkol?
       OpenedProjects=otevřené projekty
       OpenedTasks=otevřené úkoly
      -OpportunitiesStatusForOpenedProjects=Příležitosti množství otevřených projektů stavu
      -OpportunitiesStatusForProjects=Příležitosti počet projektů podle stavu
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Zobrazit projekt
       ShowTask=Zobrazit úkol
       SetProject=Nastavit projekt
       NoProject=Žádný projekt nedefinován či vlastněn
      -NbOfProjects=Počet projektů
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Strávený čas
       TimeSpentByYou=Váš strávený čas
       TimeSpentByUser=Čas strávený uživatelem
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Přejít na seznam času spotřebovaného
       GoToListOfTasks=Přejít na seznam úkolů
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Seznam obchodních návrhů spojených s projektem
      -ListOrdersAssociatedProject=Seznam zákaznických objednávek související s projektem
      -ListInvoicesAssociatedProject=Seznam zákaznických faktur souvisejících s projektem
      -ListPredefinedInvoicesAssociatedProject=Seznam předpřipravených zákaznických faktur spojených s projektem
      -ListSupplierOrdersAssociatedProject=Seznam dodavatelských objednávek souvisejících s projektem
      -ListSupplierInvoicesAssociatedProject=Seznam dodavatelských faktur spojených s projektem
      -ListContractAssociatedProject=Seznam zakázek souvisejících s projektem
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Seznam zákroků spojených s projektem
      -ListExpenseReportsAssociatedProject=Seznam vyúčtování výdajů souvisejících s projektem
      -ListDonationsAssociatedProject=Seznam darů spojených s projektem
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Seznam událostí spojených s projektem
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Seznam času spotřebována na úkolech projektu
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Aktivita na projektu dnes
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projekt %s modifikované
       TaskCreatedInDolibarr=Úkol %s vytvořen
       TaskModifiedInDolibarr=Úkol %s upraven
       TaskDeletedInDolibarr=Úkol %s smazán
      -OpportunityStatus=stav příležitost
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Opp. postavení
      -OpportunityProbability=příležitost pravděpodobnost
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=množství příležitostí
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Opp. množství
       OpportunityAmountAverageShort=Průměrná Opp. množství
       OpportunityAmountWeigthedShort=Vážený Opp. množství
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Přispěvatel
       SelectElement=Vyberte prvek
       AddElement=Odkaz na prvek
       # Documents models
      -DocumentModelBeluga=Šablona projektu pro přehled propojených objektů
      -DocumentModelBaleine=Projekt zpráva šablony pro úkoly
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Plánované vytížení
       PlannedWorkloadShort=Pracovní zátěž
       ProjectReferers=Související zboží
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekty s tímto uživatelem jako kontakt
       TasksWithThisUserAsContact=Úkoly přidělené tomuto uživateli
       ResourceNotAssignedToProject=Není přiřazen k projektu
       ResourceNotAssignedToTheTask=Není přiřazen k úkolu
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Úkolům, které jsou
       AssignTaskToMe=Přiřadit úkol mně
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Přiřadit
       ProjectOverview=Přehled
      -ManageTasks=Projektově řídit úkoly a čas
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Projektově řídit tuhy / opportinuties
      -ProjectNbProjectByMonth=Nb vytvořených projektů měsíc
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Množství příležitostí podle měsíce
      -ProjectWeightedOppAmountOfProjectsByMonth=Vážené příležitostí v jednotlivých měsících
      -ProjectOpenedProjectByOppStatus=Otevřít projekt / vedení podle stavu příležitosti
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistiky týkající se projektů / vodičů
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Úkol přidělen. Zadání času na tomto úkolu by mělo být možné.
       IdTaskTime=Doba úkol Id
       YouCanCompleteRef=Chcete-li doplnit ref některé informace (použít jej jako vyhledávací filtry), doporučujeme přidat znak - aby se oddělil, takže automatické číslování bude fungovat správně pro další projekty. Například %s-ABC. Můžete také preferovat přidání vyhledávacích klíčů do štítku. Nejlepším postupem může být přidání specializovaného pole, nazývaného také doplňkové atributy.
       OpenedProjectsByThirdparties=Open projects by third parties
      -OnlyOpportunitiesShort=pouze příležitosti
      -OpenedOpportunitiesShort=otevřené příležitosti
      -NotAnOpportunityShort=Není to příležitost
      -OpportunityTotalAmount=Příležitosti celková částka
      -OpportunityPonderatedAmount=Příležitosti vážené
      -OpportunityPonderatedAmountDesc=Příležitosti vážené s pravděpodobností
      +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=Prospektiva
       OppStatusQUAL=Kvalifikace
       OppStatusPROPO=Nabídka
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/da_DK/admin.lang b/htdocs/langs/da_DK/admin.lang
      index f788c0f02c0..72830b92be8 100644
      --- a/htdocs/langs/da_DK/admin.lang
      +++ b/htdocs/langs/da_DK/admin.lang
      @@ -2,22 +2,22 @@
       Foundation=Grundlag
       Version=Version
       Publisher=Forlægger
      -VersionProgram=Version program
      +VersionProgram=Programversion
       VersionLastInstall=Første installationsversion
       VersionLastUpgrade=Nyeste version
       VersionExperimental=Eksperimentel
       VersionDevelopment=Udvikling
       VersionUnknown=Ukendt
       VersionRecommanded=Anbefalet
      -FileCheck=Filer integritet checker
      -FileCheckDesc=Dette værktøj giver dig mulighed for at kontrollere filernes integritet og opsætning af din ansøgning, sammenligne hver fil med de officielle. Værdien af ​​nogle opsætningskonstanter kan også kontrolleres. Du kan bruge dette værktøj til at opdage, om nogle filer blev ændret af en hacker for eksempel.
      +FileCheck=Filer integritet test
      +FileCheckDesc=Dette værktøj giver dig mulighed for at kontrollere filernes integritet og opsætningen af ​​din program del, sammenligne hver fil med den officielle. Værdien af ​​nogle opsætnings værdier kan også kontrolleres. Du kan bruge dette værktøj til at opdage, om nogle filer blev ændret af en hacker, som eksempel.
       FileIntegrityIsStrictlyConformedWithReference=Filernes integritet er nøje i overensstemmelse med referencen.
      -FileIntegrityIsOkButFilesWereAdded=Filters integritetskontrol er gået, men nogle nye filer blev tilføjet.
      +FileIntegrityIsOkButFilesWereAdded=Filters integritetskontrol er udført, men nogle nye filer er blevet tilføjet.
       FileIntegritySomeFilesWereRemovedOrModified=Filer integritetskontrol er mislykket. Nogle filer blev ændret, fjernet eller tilføjet.
       GlobalChecksum=Globalt checksum
       MakeIntegrityAnalysisFrom=Gør integritetsanalyse af applikationsfiler fra
       LocalSignature=Indlejret lokal signatur (mindre pålidelig)
      -RemoteSignature=Fjern fjern signatur (mere pålidelig)
      +RemoteSignature=Lang distance signatur (mere pålidelig)
       FilesMissing=Manglende filer
       FilesUpdated=Opdaterede filer
       FilesModified=Ændrede filer
      @@ -26,37 +26,37 @@ FileCheckDolibarr=Kontroller integriteten af ​​applikationsfiler
       AvailableOnlyOnPackagedVersions=Den lokale fil for integritetskontrol er kun tilgængelig, når applikationen er installeret fra en officiel pakke
       XmlNotFound=Xml Integrity File af applikation ikke fundet
       SessionId=Session ID
      -SessionSaveHandler=Handler for at gemme sessioner
      -SessionSavePath=Storage session localization
      -PurgeSessions=Purge af sessioner
      +SessionSaveHandler="Handler" for at gemme sessioner
      +SessionSavePath=Opbevaring af sessionslokalisering
      +PurgeSessions=Udrensning af sessioner
       ConfirmPurgeSessions=Vil du virkelig slette alle sessioner? Dette vil slette alle bruger (bortset fra dig selv)
      -NoSessionListWithThisHandler=Gem session handler konfigureret i din PHP tillader ikke at liste alle kørende sessioner.
      +NoSessionListWithThisHandler=Save session handler konfigureret i dit PHP tillader ikke at notere alle løbende sessioner.
       LockNewSessions=Lås nye forbindelser
      -ConfirmLockNewSessions=Er du sikker på du vil begrænse enhver ny Dolibarr forbindelse til dig selv. Kun brugeren <b>%s</b> vil være i stand til at forbinde efter denne.
      -UnlockNewSessions=Fjern forbindelsen lås
      +ConfirmLockNewSessions=Er du sikker på, at du vil begrænse enhver ny Dolibarr-forbindelse til dig selv? Kun bruger <b>%s</b> kan derefter oprette forbindelse.
      +UnlockNewSessions=Fjern forbindelseslås
       YourSession=Din session
      -Sessions=Brugere session
      +Sessions=Brugersessioner
       WebUserGroup=Webserver bruger / gruppe
      -NoSessionFound=Din PHP synes ikke muligt at liste aktive sessioner. Directory bruges til at gemme sessioner <b>(%s)</b> kan være beskyttet (For eksempel ved at OS tilladelser eller PHP direktiv open_basedir).
      +NoSessionFound=Dit PHP tillader ikke optagelse af aktive sessioner. Den mappe, der bruges til at gemme sessioner (<b> %s </b>), kan være beskyttet (For eksempel ved brug af operativsystemer eller ved PHP-direktivet open_basedir).
       DBStoringCharset=Database charset til at gemme data
      -DBSortingCharset=Database charset at sortere data
      +DBSortingCharset=Database charset for at sortere data
       ClientCharset=Klient karaktersæt
       ClientSortingCharset=Kunden sortering
       WarningModuleNotActive=<b>Modul %s</b> skal være aktiveret
      -WarningOnlyPermissionOfActivatedModules=Kun tilladelser i forbindelse med aktiveret moduler er vist her. Du kan aktivere andre moduler i opsætningsskærmens - Modul side.
      +WarningOnlyPermissionOfActivatedModules=Kun tilladelser i forbindelse med aktiveret moduler er vist her. Du kan aktivere andre moduler i Hjem->Indstillinger-Moduler.
       DolibarrSetup=Dolibarr setup
       InternalUser=Intern bruger
       ExternalUser=Ekstern bruger
       InternalUsers=Interne brugere
       ExternalUsers=Eksterne brugere
       GUISetup=Udseende
      -SetupArea=Opsætning
      +SetupArea=Indstillinger
       UploadNewTemplate=Upload nye skabeloner
      -FormToTestFileUploadForm=Form til test-fil upload (ifølge setup)
      +FormToTestFileUploadForm=Formular til test af fil upload (ifølge opsætning)
       IfModuleEnabled=Note: ja er kun effektivt, hvis <b>modul %s</b> er aktiveret
       RemoveLock=Fjern <b>fil %s,</b> hvis det er oprettet for at tillade opdateringen værktøj.
       RestoreLock=Erstatte en <b>fil %s</b> med læse tilladelse kun på filen for at deaktivere enhver brug af værktøj.
      -SecuritySetup=Sikkerhed setup
      +SecuritySetup=Sikkerhedsopsætning
       SecurityFilesDesc=Definer her muligheder relateret til sikkerhed om upload af filer.
       ErrorModuleRequirePHPVersion=Fejl, dette modul kræver PHP version %s eller højere
       ErrorModuleRequireDolibarrVersion=Fejl, dette modul kræver Dolibarr version %s eller højere
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kode kan ikke indeholde værdien 0
       DisableJavascript=Deaktiver JavaScript og Ajax-funktioner (Anbefales til blinde personer eller tekstbrowsere)
       UseSearchToSelectCompanyTooltip=Også hvis du har et stort antal tredjeparter (> 100 000), kan du øge hastigheden ved at indstille konstant COMPANY_DONOTSEARCH_ANYWHERE til 1 i Setup-> Other. Søgningen er så begrænset til starten af ​​strengen.
       UseSearchToSelectContactTooltip=Også hvis du har et stort antal tredjeparter (> 100 000), kan du øge hastigheden ved at indstille konstant CONTACT_DONOTSEARCH_ANYWHERE til 1 i Setup-> Other. Søgningen er så begrænset til starten af ​​strengen.
      -DelaiedFullListToSelectCompany=Vent på, at du trykker på en tast, inden du lægger indholdet af tredjeparts kombinationsliste op (Dette kan øge ydeevnen, hvis du har et stort antal tredjeparter, men det er mindre praktisk)
      -DelaiedFullListToSelectContact=Vent, tryk på en tast, inden du lægger indholdet på kontaktkombinationen op (Dette kan øge ydeevnen, hvis du har et stort antal kontakter, men det er mindre praktisk)
      +DelaiedFullListToSelectCompany=Vent, indtil der trykkes på en nøgle, inden du læser indholdet i kombinationslisten fra tredjepart. <br> Dette kan øge ydeevnen, hvis du har et stort antal tredjeparter, men det er mindre praktisk.
      +DelaiedFullListToSelectContact=Vent, indtil der trykkes på en tast, inden du lægger indholdet på kontakt-kombinationsliste. <br> Dette kan øge ydeevnen, hvis du har et stort antal kontakter, men det er mindre praktisk)
       NumberOfKeyToSearch=NBR af tegn til at udløse søgning: %s
       NotAvailableWhenAjaxDisabled=Ikke tilgængelige, når Ajax handicappede
       AllowToSelectProjectFromOtherCompany=På tredjeparts dokument kan man vælge et projekt knyttet til en anden tredjepart
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview ikke tilgængeligt
       ThemeCurrentlyActive=Tema aktuelt aktive
       CurrentTimeZone=Aktuelle tidszone
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Datoer gemmes og returneres af databaseserveren som om de blev holdt som sendt streng. Tidszonen har kun virkning, når du bruger UNIX_TIMESTAMP-funktionen (det bør ikke bruges af Dolibarr, så databasen TZ skal ikke have nogen effekt, selvom den er ændret efter indtastning af data).
      +TZHasNoEffect=Datoer gemmes og returneres af databaseserveren som om de blev holdt som sendt streng. Tidszonen har kun virkning, når du bruger UNIX_TIMESTAMP-funktionen (som ikke skal bruges af Dolibarr, så databasen TZ skal ikke have nogen effekt, selvom den er ændret efter indtastning af data).
       Space=Space
       Table=Tabel
       Fields=Områder
      @@ -100,7 +100,7 @@ AntiVirusCommandExample= Eksempel på ClamWin: c: \\ Program Files (x86) \\ Clam
       AntiVirusParam= Flere parametre på kommandolinjen
       AntiVirusParamExample= Eksempel for ClamWin: - database = "C: \\ Programmer (x86) \\ ClamWin \\ lib"
       ComptaSetup=Opsætning af regnskabsmodul
      -UserSetup=Brugernes forvaltning setup
      +UserSetup=Brugerstyring opsætning
       MultiCurrencySetup=Multi-valuta opsætning
       MenuLimits=Grænseværdier og nøjagtighed
       MenuIdParent=Moderselskab menuen ID
      @@ -109,16 +109,16 @@ DetailPosition=Sorter antallet at definere menuen holdning
       AllMenus=Alle
       NotConfigured=Modul/Applikation ikke konfigureret
       Active=Aktiv
      -SetupShort=Setup
      +SetupShort=Opsætning
       OtherOptions=Andre valgmuligheder
      -OtherSetup=Andre indstillinger
      +OtherSetup=Andet opsætning
       CurrentValueSeparatorDecimal=Decimalseparator
       CurrentValueSeparatorThousand=Tusind separator
       Destination=Bestemmelsessted
       IdModule=Modul ID
       IdPermissions=Tilladelses ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Lokalisering parametre
      +LocalisationDolibarrParameters=Oversættelsesparametre
       ClientTZ=Kunden Tidszone (bruger)
       ClientHour=Kunden Tid (bruger)
       OSTZ=Server OS Tids Zone
      @@ -126,8 +126,8 @@ PHPTZ=Tidszone Server PHP
       DaylingSavingTime=Sommertid (bruger)
       CurrentHour=Nuværende time
       CurrentSessionTimeOut=Aktuelle session timeout
      -YouCanEditPHPTZ=For at indstille en anden PHP-tidszone (ikke påkrævet) kan du prøve at tilføje en fil .htaccess med en linje som denne "SetEnv TZ Europe / Paris"
      -HoursOnThisPageAreOnServerTZ=Advarsel, i modsætning til andre skærmbilleder, er timer på denne side ikke i din lokale tidszone, men for serverens tidszone.
      +YouCanEditPHPTZ=Hvis du vil indstille en anden PHP-tidszone (ikke nødvendig), kan du prøve at tilføje en .htaccess-fil med en linje som denne "SetEnv TZ Europe / Paris"
      +HoursOnThisPageAreOnServerTZ=Advarsel, i modsætning til andre skærmbilleder, er timer på denne side ikke i din lokale tidszone, men i serverens tidszone.
       Box=Boks
       Boxes=Bokse
       MaxNbOfLinesForBoxes=Max antal linjer til widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorer fejl pga. Dubletter  (INSERT IGNORE)
       AutoDetectLang=Autodetect (browsersprog)
       FeatureDisabledInDemo=Funktionen slået fra i demo
       FeatureAvailableOnlyOnStable=Funktionen er kun tilgængelig på officielle stabile versioner
      -BoxesDesc="Bokse" er skærm komponenter, der viser et stykke af oplysninger om nogle sider. Du kan vælge mellem at få vist feltet eller ikke ved at vælge aktiv side og klikke på 'Aktiver', eller ved at klikke på skraldespanden for at deaktivere den.
      +BoxesDesc=Widgets er komponenter, der viser nogle oplysninger, som du kan tilføje for at tilpasse nogle sider. Du kan vælge mellem at vise widgeten eller ej ved at vælge målside og klikke på 'Aktiver' eller ved at klikke på papirkurven for at deaktivere den.
       OnlyActiveElementsAreShown=Kun elementer fra de <a href="%s">aktiverede moduler</a> er vist.
      -ModulesDesc=Dolibarr moduler definere, hvilke funktioner er aktiveret i softwaren. Nogle moduler kræver tilladelser skal du give brugere, efter at have aktiveret modul.
      +ModulesDesc=Modulerne / applikationerne bestemmer hvilke funktioner der er tilgængelige i softwaren. Nogle moduler kræver tilladelser til brugere efter aktivering af modulet. Klik på tænd / sluk-knappen for at aktivere / deaktivere et modul / program.
       ModulesMarketPlaceDesc=Du kan finde flere moduler som kan downloades på eksterne hjemmesider på internettet ...
      -ModulesDeployDesc=Hvis tilladelser på dit filsystem tillader det, kan du bruge dette værktøj til at installere et eksternt modul. Modulet vil så være synligt på fanen <strong> %s </ strong>.
      +ModulesDeployDesc=Hvis tilladelser i dit filsystem tillader det, kan du bruge dette værktøj til at installere et eksternt modul. Modulet vil så være synligt på fanen <strong> %s</strong>.
       ModulesMarketPlaces=Finde eksterne app/moduler
       ModulesDevelopYourModule=Udvikle din egen app / moduler
      -ModulesDevelopDesc=Du kan udvikle eller finde en partner til at udvikle til dig, dit personlige modul
      -DOLISTOREdescriptionLong=I stedet for at aktivere <a href="https://www.dolistore.com"> www.dolistore.com </a> websitet for at finde et eksternt modul, kan du bruge dette indlejrede værktøj, der vil gøre søgningen på eksternt marked for dig (kan være langsom, brug for internetadgang) ...
      +ModulesDevelopDesc=Du kan også udvikle dit eget modul eller finde en partner til at udvikle en til dig.
      +DOLISTOREdescriptionLong=I stedet for at aktivere <a href="https://www.dolistore.com"> www.dolistore.com </a> websitet for at finde et eksternt modul, kan du bruge dette indlejrede værktøj, der vil udføre søgningen på eksternt marked for dig (kan være langsom, brug for internetadgang) ...
       NewModule=Ny
       FreeModule=Gratis
       CompatibleUpTo=Kompatibel med version %s
      @@ -211,8 +211,8 @@ Nouveauté=Nyhed
       AchatTelechargement=Køb / Download
       GoModuleSetupArea=For at aktivere/installere et nyt modul, skal du gå opsætning af moduler her <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore den officielle markedsplads for Dolibarr ERP / CRM eksterne moduler
      -DoliPartnersDesc=Liste over virksomheder, der leverer specialudviklede moduler eller funktioner (Bemærk: Alle som har erfaring med PHP-programmering kan levere brugerdefineret udvikling til et open source-projekt)
      -WebSiteDesc=Reference hjemmesider for at finde flere moduler...
      +DoliPartnersDesc=Liste over virksomheder, der leverer specialudviklede moduler eller funktioner. <br> Bemærk: Da Dolibarr er en open source-applikation, kan <i> hvem som helst </i>, der har erfaring med PHP-programmering udvikle et modul.
      +WebSiteDesc=Eksterne websites til flere (tredjeparts) tillægsmoduler ...
       DevelopYourModuleDesc=Nogle løsninger til at udvikle dit eget modul ...
       URL=Link
       BoxesAvailable=Bokse til rådighed
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Må ikke gemme adgangskoder i klar i databasen
       MainDbPasswordFileConfEncrypted=Database adgangskode krypteres i conf.php
       InstrucToEncodePass=At have en adgangskode, der er kodet ind <b>conf.php</b> - fil, i stedet for linje <br><b>$dolibarr_main_db_pass="...";</b><br>Med<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=At have password afkodes (clear) i <b>conf.php</b> - fil, i stedet for linje <br><b>$dolibarr_main_db_pass="krypteret:...";</b><br><br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Beskyttelse af genereret pdf-filer (ikke recommandd, pauser masse pdf generation)
      +ProtectAndEncryptPdfFiles=Beskyttelse af genererede PDF-filer IKKE anbefalet (hindrer masse-PDF-generering)
       ProtectAndEncryptPdfFilesDesc=Beskyttelse af et PDF-dokument, holder den til rådighed til at læse og udskrive PDF-browser. Men, redigering og kopiering er ikke længere muligt. Bemærk, at ved hjælp af denne funktion er det ikke muligt at opbygge en/flere globalt flettede Pdf-filer.
       Feature=Funktion
       DolibarrLicense=Licens
      @@ -246,8 +246,8 @@ ExternalResources=Eksterne ressourcer
       SocialNetworks=Sociale netværk
       ForDocumentationSeeWiki=For brugerens eller bygherren dokumentation (doc, FAQs ...), <br> tage et kig på Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=For alle andre spørgsmål / hjælpe, kan du bruge Dolibarr forum: <br> <a href="%s" target="_blank"><b> %s</b></a>
      -HelpCenterDesc1=Dette område kan hjælpe dig med at få en supportfunktion på Dolibarr.
      -HelpCenterDesc2=En del af denne tjeneste er tilgængelig <b>på engelsk</b>.
      +HelpCenterDesc1=Her er nogle ressourcer til at få hjælp og support med Dolibarr.
      +HelpCenterDesc2=Nogle af disse ressourcer er kun tilgængelige i <b> engelsk </b>.
       CurrentMenuHandler=Aktuel menu handleren
       MeasuringUnit=Måleenhed
       LeftMargin=Venstre margen
      @@ -262,33 +262,37 @@ NoticePeriod=Notice period
       NewByMonth=Ny efter måned
       Emails=E-Post
       EMailsSetup=E-post sætop
      -EMailsDesc=Denne side giver dig mulighed for at overskrive dine PHP parametre for e-mails afsendelse. I de fleste tilfælde på Unix / Linux OS, din PHP opsætning er korrekt, og disse parametre er nytteløs.
      +EMailsDesc=Denne side giver dig mulighed for at tilsidesætte dine standard PHP-parametre til afsendelse af e-mails. I de fleste tilfælde på Unix / Linux OS er PHP-opsætningen korrekt, og disse parametre er unødvendige.
       EmailSenderProfiles=E-mails afsender profiler
      -MAIN_MAIL_SMTP_PORT=SMTP Port (som standard i <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP Host (Som standard i <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP Port (Ikke defineret i PHP på Unix-lignende systemer)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP Host (Ikke defineret i PHP på Unix-lignende systemer)
      -MAIN_MAIL_EMAIL_FROM=Afsenders e-mail for automatisk e-mails (Som standard i php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=E-mail navn, der bruges til at returnere e-mails (felter 'Fejl-til' i sendte e-mails)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematisk en skjult carbon-kopi af alle sendte e-mails til
      -MAIN_DISABLE_ALL_MAILS=Deaktiver alle de e-mails sendings (til testformål eller demoer)
      +MAIN_MAIL_SMTP_PORT=SMTP / SMTPS-port (standardværdi i php.ini: <b> %s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS-vært (standardværdi i php.ini: <b> %s </b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Port (Ikke defineret i PHP på Unix-lignende systemer)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (Ikke defineret i PHP på Unix-lignende systemer)
      +MAIN_MAIL_EMAIL_FROM=Afsender-e-mail til automatiske e-mails (standardværdi i php.ini: <b> %s </b>)
      +MAIN_MAIL_ERRORS_TO=E-mail, der bruges til at returnere e-mails ved fejl ('Errors-To' headeren)
      +MAIN_MAIL_AUTOCOPY_TO= Kopier (Bcc) alle sendte e-mails til
      +MAIN_DISABLE_ALL_MAILS=Deaktiver al e-mail afsendelse (til testformål eller demoer)
       MAIN_MAIL_FORCE_SENDTO=Sende alle e-mails til (i stedet for rigtige modtagere, til testformål)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Tilføj medarbejdere med e-mail til tilladte destinationer liste
      -MAIN_MAIL_SENDMODE=Metode til at bruge til at sende e-mails
      -MAIN_MAIL_SMTPS_ID=SMTP ID hvis påkrævet
      -MAIN_MAIL_SMTPS_PW=SMTP Password hvis påkrævet
      -MAIN_MAIL_EMAIL_TLS= Brug TLS (SSL) kryptering
      -MAIN_MAIL_EMAIL_STARTTLS= Brug TLS (STARTTLS) kryptere
      -MAIN_DISABLE_ALL_SMS=Deaktiver alle SMS sendings (til testformål eller demoer)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Tilføj medarbejderbrugere med e-mail i listen over tilladte modtagere
      +MAIN_MAIL_SENDMODE=E-mail-sendemetode
      +MAIN_MAIL_SMTPS_ID=SMTP ID (hvis afsendelse af server kræver godkendelse)
      +MAIN_MAIL_SMTPS_PW=SMTP-adgangskode (hvis afsendelse af server kræver godkendelse)
      +MAIN_MAIL_EMAIL_TLS=Brug TLS (SSL) kryptering
      +MAIN_MAIL_EMAIL_STARTTLS=Brug TLS (STARTTLS) kryptering
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Deaktiver al sms-afsendelse (til testformål eller demoer)
       MAIN_SMS_SENDMODE=Metode til at bruge til at sende SMS
      -MAIN_MAIL_SMS_FROM=Standard afsenderens telefonnummer til afsendelse af SMS'er
      -MAIN_MAIL_DEFAULT_FROMTYPE=Afsender e-mail som standard til manuelle afsendelser (bruger e-mail eller firma email)
      +MAIN_MAIL_SMS_FROM=Standard afsender-telefonnummer til sms-afsendelse
      +MAIN_MAIL_DEFAULT_FROMTYPE=Standard afsender email til manuel afsendelse (Bruger e-mail eller Firma email)
       UserEmail=Bruger e-mail
       CompanyEmail=Firmaets e-mail
       FeatureNotAvailableOnLinux=Funktionen ikke til rådighed på Unix-lignende systemer. Test din sendmail program lokalt.
      -SubmitTranslation=Hvis oversættelse til dette sprog ikke er fuldstændig, eller finder du fejl, kan du rette dette ved at redigere filer i mappen<b> langs/%s</b>, og send din ændring www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=Hvis oversættelse til dette sprog ikke er komplet, eller du finder fejl, kan du rette op ved at redigere filer i mappen <b>langs /%s</b> og indsende din ændring via www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Hvis oversættelsen for dette sprog ikke er færdigt, eller du finder fejl, kan du rette dette ved at redigere filer i mappen <b> langs / %s </b> og indsende ændrede filer på dolibarr.org/forum eller til udviklere på github.com/ Dolibarr / Dolibarr.
      -ModuleSetup=Modul setup
      +ModuleSetup=Modulopsætning
       ModulesSetup=Moduler / Applikation sætop
       ModuleFamilyBase=System
       ModuleFamilyCrm=Kunderelationsstyring (CRM)
      @@ -304,20 +308,20 @@ ModuleFamilyECM=ECM
       ModuleFamilyPortal=Websteder og anden frontal applikation
       ModuleFamilyInterface=Grænseflader med eksterne systemer
       MenuHandlers=Menu håndterer
      -MenuAdmin=Menu editor
      +MenuAdmin=Rediger menuen
       DoNotUseInProduction=Må ikke anvendes i produktion
       ThisIsProcessToFollow=Dette er trin til at behandle:
       ThisIsAlternativeProcessToFollow=Dette er et alternativt setup til at behandle manuelt:
       StepNb=Trin %s
      -FindPackageFromWebSite=Find en pakke, der giver funktion, du ønsker (for eksempel på web site %s).
      +FindPackageFromWebSite=Find en pakke, der indeholder funktioner, du ønsker (f.eks. På den officielle hjemmeside %s).
       DownloadPackageFromWebSite=Download-pakke (for eksempel fra officielle hjemmeside %s ).
      -UnpackPackageInDolibarrRoot=Udpakning af pakkede filer til directory server, der er dedikeret til Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=For at installere / installere et eksternt modul skal du pakke de pakkede filer ud i serverkataloget dedikeret til moduler: <b> %s </ b>
      -SetupIsReadyForUse=Modul-implementering er færdig. Du skal dog aktivere og opsætning af modulet i din ansøgning ved at gå på den side, til opsætning af moduler: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Udpak / pakk de pakkede filer ud i serverkataloget dedikeret til Dolibarr: <b> %s </b>
      +UnpackPackageInModulesRoot=Hvis du vil installere / installere et eksternt modul, skal du pakke / pakke de pakkede filer ud i serverkataloget dedikeret til eksterne moduler: <br> <b> %s </ b>
      +SetupIsReadyForUse=Modulets implementering er afsluttet. Du skal dog aktivere og opsætte modulet i din ansøgning ved at gå til sideopsætningsmodulerne: <a href="%s"> %s </a>.
       NotExistsDirect=Den alternative rodmappen er ikke defineret til en eksisterende mappe.<br>
       InfDirAlt=Siden version 3, er det muligt at definere en alternativ root directory. Dette giver dig mulighed for at gemme, til en dedikeret mappe, plugins og tilpassede skabeloner.<br / >du skal Bare oprette en mappe i roden af Dolibarr (f.eks: brugerdefineret).<br>
       InfDirExample=<br / >Derefter erklære, at det i filen <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br> Hvis disse linier er kommenteret med "#", for at aktivere dem, skal du udkommentere blot ved at fjerne " # " - tegnet.
      -YouCanSubmitFile=Til dette trin, kan du indsende den .zip-fil af modul-pakke her :
      +YouCanSubmitFile=Alternativt kan du uploade modulet .zip-filpakke:
       CurrentVersion=Dolibarr aktuelle version
       CallUpdatePage=Gå til den side, der opdaterer databasen struktur og data: %s
       LastStableVersion=Seneste stabile version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Se på wiki-siden for en komplet liste over alle aktører og d
       UseACacheDelay= Forsinkelse for caching eksport svar i sekunder (0 eller tomme for ikke cache)
       DisableLinkToHelpCenter=Skjul linket <b>"Har du brug for hjælp eller støtte"</b> på loginsiden
       DisableLinkToHelp=Skjul link til online hjælp "<b>%s</b>\\
      -AddCRIfTooLong=Der er ingen automatisk indpakning, så hvis linje er ude af side om dokumenter, fordi alt for længe, skal du tilføje dig transport afkast i textarea.
      -ConfirmPurge=Er du sikker på du ønsker at udføre denne udrensning?<br>Dette vil slette absolut alle dine data, filer, med ingen måde til at genoprette dem (ECM-filer, vedhæftede filer...).
      +AddCRIfTooLong=Der er ingen automatisk tekstindpakning, tekst, der er for lang, vises ikke på dokumenter. Tilføj venligst vognretur i tekstområdet, hvis det er nødvendigt.
      +ConfirmPurge=Er du sikker på, at du vil udføre denne udrensning? <br> Dette vil permanent slette alle dine datafiler på ingen måde for at gendanne dem (ECM-filer, vedhæftede filer ...).
       MinLength=Mindste længde
       LanguageFilesCachedIntoShmopSharedMemory=Filer. Lang lastet i delt hukommelse
       LanguageFile=Sprogfil
      -ExamplesWithCurrentSetup=Eksempler med den nuværende kører setup
      +ExamplesWithCurrentSetup=Eksempler med den nuværende konfiguration
       ListOfDirectories=Liste over OpenDocument-skabeloner mapper
       ListOfDirectoriesForModelGenODT=Liste over mapper, som indeholder skabeloner filer med OpenDocument format.<br><br>her fulde sti til mapper.<br>Føjer vognretur mellem eah mappe.<br / >for At tilføje en mappe af GED modul, tilføje her <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Filer i disse mapper skal ende med <b>.odt</b> eller <b>.ods</b>.
      -NumberOfModelFilesFound=Antallet af ODT/ODS skabeloner findes filer i disse mapper
      +NumberOfModelFilesFound=Antal ODT / ODS-template filer, der findes i disse mapper
       ExampleOfDirectoriesForModelGen=Eksempler på syntaks: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> At vide hvordan du opretter dine odt dokumentskabeloner, før gemme dem i disse mapper, skal du læse wiki dokumentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,14 +369,14 @@ KeyForWebServicesAccess=Key til at bruge Web Services (parameter &quot;dolibarrk
       TestSubmitForm=Input test formular
       ThisForceAlsoTheme=Med denne menu manager vil også bruge sit eget tema, hvad der er brugerens valg. Også denne menu manager specialiseret for smartphones ikke virker på alle smartphone. Brug en anden menu chef, hvis du oplever problemer på din.
       ThemeDir=Skins mappe
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Svar timeout
       SmsTestMessage=Test besked fra __ PHONEFROM__ til __ PHONETO__
       ModuleMustBeEnabledFirst=Modul <b>%s</b> skal være aktiveret, hvis du har brug for denne funktion.
       SecurityToken=Nøglen til sikker URL'er
      -NoSmsEngine=Ingen SMS-afsender leder til rådighed. SMS-afsender leder ikke er installeret med standard fordeling (fordi de er afhængig af en ekstern leverandør), men du kan finde nogle på http://www.dolistore.com
      +NoSmsEngine=Ingen SMS afsender manager tilgængelig. En SMS-afsender manager er ikke installeret med standardfordelingen, fordi de afhænger af en ekstern leverandør, men du kan finde nogle på %s
       PDF=PDF
      -PDFDesc=Du kan indstille hvert globale muligheder i forbindelse med PDF-generation
      +PDFDesc=Du kan indstille hver global løsning relateret til PDF-generationen
       PDFAddressForging=Regler, Forge Adresse kasser
       HideAnyVATInformationOnPDF=Skjul alle oplysninger relateret til Salgs moms på genereret PDF
       PDFRulesForSalesTax=Regler for salgs moms
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametre for at sikre URL'er
       SecurityTokenIsUnique=Brug en unik securekey parameter for hver enkelt webadresse
       EnterRefToBuildUrl=Indtast reference for objekter %s
       GetSecuredUrl=Få beregnet URL
      -ButtonHideUnauthorized=Skjule knapperne til ikke-admin-brugere for uautoriserede handlinger i stedet for at vise nedtonet handicappede knapper
      +ButtonHideUnauthorized=Skjul knapper til brugere uden for administrasjon for uautoriserede handlinger i stedet for at vise gråaktiverede knapper
       OldVATRates=Gammel momssats
       NewVATRates=Ny momssats
       PriceBaseTypeToChange=Rediger priser med basisreferenceværdi defineret på
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Vælg liste
       ExtrafieldSelectList = Vælg fra tabellen
       ExtrafieldSeparator=Separator (ikke et felt)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio-knapper (på valg)
      +ExtrafieldRadio=Radio knapper (kun ét valg)
       ExtrafieldCheckBox=Afkrydsningsfelterne
       ExtrafieldCheckBoxFromList=Afkrydsningsfelter fra bordet
       ExtrafieldLink=Link til et objekt
       ComputedFormula=Beregnet felt
       ComputedFormulaDesc=Du kan indtaste her en formel ved hjælp af andre egenskaber af objekt eller en hvilken som helst PHP-kodning for at få en dynamisk beregningsværdi. Du kan bruge alle PHP-kompatible formler, herunder "?" betingelsesoperatør og følgende globale objekt: <br><strong> $ db, $ conf, $ langs, $ mysoc, $ bruger, $ objekt </strong>. <strong> ADVARSEL </strong>: Kun nogle egenskaber på $ objekt kan være tilgængeligt. Hvis du har brug for egenskaber, der ikke er indlæst, skal du bare hente objektet i din formel som i andet eksempel. <br> Ved at bruge et beregnet felt betyder det, at du ikke kan indtaste dig selv nogen værdi fra interface. Hvis der også er en syntaksfejl, kan formlen ikke returnere noget. <br> <br> Eksempel på formel: <br> $ objekt-> id <10? runde ($ objekt-> id / 2, 2): ($ objekt-> id + 2 * $ bruger-> id) * (int) substr ($ mysoc-> zip, 1, 2) <br> <br> Eksempel på genindlæsning af objekt <br> (($ reloadedobj = ny Societe ($ db)) && ($ reloadedobj-> hent ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj-> rowid: $ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> kapital / 5: '-1' <br> <br> Andet eksempel på formel for at tvinge belastning af objekt og dets overordnede objekt: <br> (($ reloadedobj = ny opgave ($ db)) && ($ reloadedobj-> hent ($ objekt-> id)> 0) && ($ secondloadedobj = nyt projekt ($ db)) && ($ secondloadedobj-> hente ($ reloadedobj-> fk_project )> 0))? $ secondloadedobj-> ref: 'Forældreprojekt ikke fundet'
      -ExtrafieldParamHelpPassword=Hold dette felt tomt, betyder værdien gemmes uden kryptering (feltet skal kun være skjult med stjerne på skærmen). <br>Angiv her værdien 'auto' for at bruge standard krypteringsregel til at gemme adgangskode til database ( Så aflæses hash værdien kun og det er ikke muligt at genoprette oprindelig værdi)
      +ExtrafieldParamHelpPassword=Blankt felt her betyder, at denne værdi vil blive gemt uden kryptering (feltet skal kun være skjult med stjerne på skærmen). <br> Vælg 'auto' for at bruge standardkrypteringsreglen til at gemme adgangskoden til databasen (så vil værdien gemmes som en en-vejs hash uden mulighed at hente den oprindelige værdi)
       ExtrafieldParamHelpselect=Liste over værdier, der skal være linjer med format nøgle,værdi (hvor nøglen ikke kan være '0')<br / ><br / > for eksempel : <br>1,værdi1<br>2,værdi2<br>code3,værdi3<br>...<br><br>for at få listen, afhængigt af anden supplerende attributliste :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>for at få listen afhængig af en anden liste :<br>1,værdi1|<i>parent_list_code</i>:parent_key<br>2,værdi2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=Liste over værdier, der skal være linjer med format nøgle,værdi (hvor nøglen ikke kan være '0')<br / ><br / > for eksempel : <br>1,værdi1<br>2,værdi2<br>3,værdi3<br>...
       ExtrafieldParamHelpradio=Liste over værdier, der skal være linjer med format nøgle,værdi (hvor nøglen ikke kan være '0')<br / ><br / > for eksempel : <br>1,værdi1<br>2,værdi2<br>3,værdi3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Standard link
       SetAsDefault=Indstillet som standard
       ValueOverwrittenByUserSetup=Advarsel, denne værdi kan blive overskrevet af bruger-specifik opsætning (hver bruger kan indstille sin egen clicktodial url)
       ExternalModule=Eksternt modul - Installeret i mappe %s
      -BarcodeInitForThirdparties=Mass barcode init for tredjeparter
      +BarcodeInitForthird-parties=Mass barcode init for tredjepart
       BarcodeInitForProductsOrServices=Mass barcode init eller nulstil for produkter eller tjenester
       CurrentlyNWithoutBarCode=I øjeblikket har du <strong> %s </strong> post på <strong> %s </strong> %s uden stregkode defineret.
       InitEmptyBarCode=Initværdi for næste %s tomme poster
       EraseAllCurrentBarCode=Slet alle aktuelle stregkodeværdier
       ConfirmEraseAllCurrentBarCode=Er du sikker på, at du vil slette alle nuværende stregkodeværdier?
       AllBarcodeReset=Alle stregkodsværdier er blevet fjernet
      -NoBarcodeNumberingTemplateDefined=Ingen nummerering stregkode skabelon aktiveret til stregkode modul opsætning.
      +NoBarcodeNumberingTemplateDefined=Ingen nummerering stregkode skabelon aktiveret i stregkode modul opsætning.
       EnableFileCache=Aktivér filcache
       ShowDetailsInPDFPageFoot=Tilføj flere detaljer i footer af PDF-filer, som din virksomhedsadresse eller administrationsnavne (for at udfylde professionelle ids, firmakapital og momsnummer).
       NoDetails=Ikke flere detaljer i footer
       DisplayCompanyInfo=Vis firmaadresse
       DisplayCompanyManagers=Vis administrationsnavne
       DisplayCompanyInfoAndManagers=Vis firmaadresse og ledelsens navne
      -EnableAndSetupModuleCron=Hvis du vil have denne tilbagevendende faktura, der genereres automatisk, skal modul * %s * være aktiveret og korrekt opsat. Ellers skal generering af fakturaer udføres manuelt fra denne skabelon med knappen * Opret *. Bemærk, at selvom du aktiverede automatisk generation, kan du stadig sikkert starte den manuelle generation. Duplikater generation i samme periode er ikke mulig.
      -ModuleCompanyCodeCustomerAquarium=%s efterfulgt af tredjepartskode for en kunde regnskabskode
      -ModuleCompanyCodeSupplierAquarium=%s efterfulgt af tredjeparts leverandør kode for en leverandør regnskabskode
      +EnableAndSetupModuleCron=Hvis du vil have denne tilbagevendende faktura genereret automatisk, skal modul * %s * være aktiveret og korrekt konfigureret. Ellers skal generering af fakturaer udføres manuelt fra denne skabelon ved hjælp af knappen * Opret *. Bemærk, at selvom du aktiverede automatisk generation, kan du stadig sikkert starte den manuelle generation. Generering af duplikater i samme periode er ikke mulig.
      +ModuleCompanyCodeCustomerAquarium=%s efterfulgt af kundekode for en kunderegnskabskode
      +ModuleCompanyCodeSupplierAquarium=%s efterfulgt af leverandør kode for en leverandør regnskabskode
       ModuleCompanyCodePanicum=Returner en tom regnskabskode.
       ModuleCompanyCodeDigitaria=Regnskabskode afhænger tredjepartskode. Koden er sammensat af tegnet "C" som første tegn efterfulgt af de første 5 bogstaver af tredjepartskoden.
      -Use3StepsApproval=Som standard skal indkøbsordrer oprettes og godkendes af 2 forskellige brugere (et trin / bruger til oprettelse og et trin / bruger at godkende. Bemærk at hvis brugeren har begge tilladelser til at oprette og godkende, er et trin / bruger tilstrækkeligt) . Du kan spørge med denne mulighed for at indføre et tredje trin / brugergodkendelse, hvis mængden er højere end en dedikeret værdi (så 3 trin vil være nødvendige: 1 = validering, 2 = første godkendelse og 3 = anden godkendelse, hvis mængden er tilstrækkelig). <br> Indstil dette til tomt, hvis en godkendelse (2 trin) er tilstrækkelig, angiv den til en meget lav værdi (0,1), hvis der kræves en anden godkendelse (3 trin).
      +Use3StepsApproval=Som standard skal indkøbsordrer oprettes og godkendes af 2 forskellige brugere (et trin / bruger til oprettelse og et trin / bruger at godkende. Bemærk at hvis brugeren har begge tilladelser til at oprette og godkende, er et trin / bruger tilstrækkeligt) . Du kan spørge med denne mulighed for at indføre et tredje trin / brugergodkendelse, hvis mængden er højere end en dedikeret værdi (så 3 trin vil være nødvendige: 1 = bekræftelse, 2 = første godkendelse og 3 = anden godkendelse, hvis mængden er tilstrækkelig). <br> Indstil dette til tomt, hvis en godkendelse (2 trin) er tilstrækkelig, angiv den til en meget lav værdi (0,1), hvis der kræves en anden godkendelse (3 trin).
       UseDoubleApproval=Brug en 3-trins godkendelse, når beløbet (uden skat) er højere end ...
      -WarningPHPMail=ADVARSEL: Det er ofte bedre at opsætte udgående e-mails for at bruge e-mail-serveren hos din udbyder i stedet for standardopsætningen. Nogle email-udbydere (som Yahoo) tillader dig ikke at sende en mail fra en anden server end deres egen server. Din nuværende opsætning bruger serveren til applikationen til at sende e-mail og ikke din e-mail-udbyders server, så nogle modtagere (den, der er kompatibel med den restriktive DMARC-protokol), vil spørge din e-mail-udbyder, hvis de kan acceptere din e-mail og nogle emailudbydere (som Yahoo) kan svare "nej", fordi serveren ikke er en server af dem, så få af dine sendte e-mails muligvis ikke accepteres (vær også opmærksom på din e-mail-udbyder at sende kvote). <br> Hvis din e-mail-udbyder Yahoo) har denne begrænsning, du skal ændre Email setup for at vælge den anden metode "SMTP server" og indtaste SMTP serveren og legitimationsoplysninger fra din e-mail-udbyder (spørg din e-mail-udbyder for at få SMTP-legitimationsoplysninger til din konto).
      +WarningPHPMail=ADVARSEL: Det er ofte bedre at opsætte udgående e-mails for at bruge e-mail-serveren hos din udbyder i stedet for standardopsætningen. Nogle email-udbydere (som Yahoo) tillader dig ikke at sende en mail fra en anden server end deres egen server. Din nuværende opsætning bruger serveren til applikationen til at sende e-mail og ikke din e-mail-udbyder, så nogle modtagere (den, der er kompatibel med den restriktive DMARC-protokol), vil spørge din e-mail-udbyder, hvis de kan acceptere din e-mail og nogle emailudbydere (som Yahoo) kan svare "nej", fordi serveren ikke er deres, så få af dine sendte e-mails muligvis ikke accepteres (pas også på din e-mail-udbyders sendekvote). <br> Hvis din e-mail-udbyder (som Yahoo) har Denne begrænsning, du skal ændre Email setup for at vælge den anden metode "SMTP server" og indtaste SMTP serveren og legitimationsoplysninger fra din e-mail-udbyder (spørg din e-mail-udbyder for at få SMTP-legitimationsoplysninger for din konto).
       WarningPHPMail2=Hvis din e-mail SMTP udbyder skal begrænse e-mail klienten til nogle IP-adresser (meget sjælden), er dette IP-adressen til e-mail bruger agenten (MUA) til din ERP CRM-applikation: <strong> %s </strong>.
       ClickToShowDescription=Klik for at vise beskrivelse
       DependsOn=Dette modul har brug for modulet / modulerne
       RequiredBy=Dette modul er påkrævet efter modul (er)
      -TheKeyIsTheNameOfHtmlField=Dette er navnet på HTML-feltet. Dette skal have tekniske knowledges til at læse indholdet af HTML-siden for at få nøglenavnet på et felt.
      -PageUrlForDefaultValues=Du skal indtaste her den relative url på siden. Hvis du indbefatter parametre i URL, vil standardværdierne være effektive, hvis alle parametre er indstillet til samme værdi. Eksempler:
      +TheKeyIsTheNameOfHtmlField=Dette er navnet på HTML-feltet. Teknisk viden er nødvendig for at læse indholdet af HTML-siden for at få nøglenavnet på et felt.
      +PageUrlForDefaultValues=Du skal indtaste den relative url på siden. Hvis du indbefatter parametre i URL, vil standardværdierne være effektive, hvis alle parametre er indstillet til samme værdi. Eksempler:
       PageUrlForDefaultValuesCreate=<br> For formular til oprettelse af en ny tredjepart er det <strong> %s </strong>, <br> Hvis du kun vil have standardværdi, hvis url har nogle parametre, kan du bruge <strong> %s </strong>
      -PageUrlForDefaultValuesList=<br> For en side, der viser tredjeparter, er det <strong> %s </strong>, <br> Hvis du kun vil have standardværdi, hvis url har nogle parametre, kan du bruge <strong> %s </strong>
      +PageUrlForDefaultValuesList=<br> For side, der lister tredjeparter, er det <strong> %s </ strong>, <br> Hvis du kun vil have standardværdi, hvis url har nogle parametre, kan du bruge <strong> %s </ strong>
       EnableDefaultValues=Aktivér brug af personlige standardværdier
      -EnableOverwriteTranslation=Aktivér brug af overskrivet oversættelse
      -GoIntoTranslationMenuToChangeThis=Der er fundet en oversættelse for nøglen med denne kode, så for at ændre denne værdi skal du redigere den fra Home-Setup-translation.
      +EnableOverwriteTranslation=Aktivér brug af overskrevet oversættelse
      +GoIntoTranslationMenuToChangeThis=Der er fundet en oversættelse for nøglen med denne kode. For at ændre denne værdi skal du redigere den fra Hjem-Indstillinger-oversættelse.
       WarningSettingSortOrder=Advarsel, indstilling af en standard sorteringsrækkefølge kan medføre en teknisk fejl, når du går på listesiden, hvis feltet er et ukendt felt. Hvis du oplever en sådan fejl, skal du komme tilbage til denne side for at fjerne standard sorteringsrækkefølgen og gendanne standardadfærd.
       Field=Field
       ProductDocumentTemplates=Dokumentskabeloner til generering af produktdokument
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send dagsorden påmindelser via e-mails
       davDescription=Tilføj en komponent til at være en DAV-server
       DAVSetup=Opstilling af modul DAV
       DAV_ALLOW_PUBLIC_DIR=Aktivér det offentlige bibliotek (WebDav bibliotek uden login)
      -DAV_ALLOW_PUBLIC_DIRTooltip=WebDAV biblioteket er en WebDAV mappe, som alle kan få adgang til (i læse- og skrivefunktion), uden at skulle have / bruge en eksisterende login / adgangskonto.
      +DAV_ALLOW_PUBLIC_DIRTooltip=WebDav-biblioteket er et WebDAV-bibliotek, som alle kan få adgang til (i læse- og skrivefunktion), uden at skulle have / bruge en eksisterende login / adgangskonto.
      +DAV_ALLOW_ECM_DIR=Aktivér roddirektøren for DMS / ECM-modulet (login påkrævet)
      +DAV_ALLOW_ECM_DIRTooltip=Rotmappen, hvor alle filer uploades manuelt, når du bruger DMS / ECM-modulet. Ligesom til funktionen fra webgrænsefladen, skal du have et gyldigt login / adgangskode med tilladte tilladelser for at få adgang til det.
       # Modules
       Module0Name=Brugere og grupper
       Module0Desc=Brugere / Medarbejdere og Grupper management
      -Module1Name=Tredjemand
      -Module1Desc=Virksomheder og kontakter "forvaltning
      +Module1Name=Tredjeparter
      +Module1Desc=Virksomheder og kontaktstyring (kunder, potentielle kunder ...)
       Module2Name=Tilbud
       Module2Desc=Tilbudshåndtering
       Module10Name=Regnskab
      -Module10Desc=Enkelte regnskabsrapporter (Kassekladde, omsætning) baseret på databaseindhold. Bruger ikke nogen kontoplan.
      +Module10Desc=Enkelte regnskabsrapporter (tidsskrifter, omsætning) baseret på databaseindhold. Bruger ikke nogen oversigtstabel.
       Module20Name=Tilbud
       Module20Desc=Tilbudshåndtering
       Module22Name=E-mails
      @@ -500,8 +506,8 @@ Module40Name=Leverandører
       Module40Desc=Leverandører og indkøbs styring (købsordrer og fakturering)
       Module42Name=Debug Logs
       Module42Desc=Logning faciliteter (fil, syslog, ...). Disse logs er for teknisk/debug formål.
      -Module49Name=Redaktion
      -Module49Desc=Editors' ledelse
      +Module49Name=Tekstredigeringsværktøjer
      +Module49Desc=Indstillinger for tekstredigeringsværktøjer
       Module50Name=Varer
       Module50Desc=Varestyring
       Module51Name=Masseforsendelser
      @@ -511,62 +517,62 @@ Module52Desc=Lagerstyring (varer)
       Module53Name=Ydelser
       Module53Desc=Styring af ydelser
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Styring af kontrakter (tjenester eller reccuring abonnementer)
      +Module54Desc=Forvaltning af kontrakter (tjenester eller tilbagevendende abonnementer)
       Module55Name=Stregkoder
      -Module55Desc=Stregkoder 'ledelse
      +Module55Desc=Stregkoder administration
       Module56Name=Telefoni
       Module56Desc=Telefoni integration
       Module57Name="Direkte bank" betaling ordrer
      -Module57Desc=Håndtering af betaling via "Direkte Debitering" ordrer. Det omfatter generation af SEPA-fil for de europæiske lande.
      +Module57Desc=Forvaltning af ordrer med direkte debitering. Det omfatter generering af SEPA-fil for europæiske lande.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial integration
       Module59Name=Bookmark4u
       Module59Desc=Tilføj funktion til at generere Bookmark4u konto fra en Dolibarr konto
       Module70Name=Interventioner
      -Module70Desc=Interventioner "forvaltning
      +Module70Desc=Interventioner administration
       Module75Name=Udgifter og ture noter
      -Module75Desc=Udgifter og ture noter 'ledelse
      +Module75Desc=Udgifter/Rejse bilag administration
       Module80Name=Sendings
      -Module80Desc=Sendings og levering ordrer 'ledelse
      -Module85Name=Banker og penge
      -Module85Desc=Forvaltning af bank-eller kontokurantkonti
      -Module100Name=ExternalSite
      -Module100Desc=Medtag eventuelle eksterne web site i Dolibarr menuer og se det i en Dolibarr ramme
      +Module80Desc=Forsendelse/Levering administration
      +Module85Name=Banker og kontanter
      +Module85Desc=Forvaltning af bank/kontant konti
      +Module100Name=Eksternt websted
      +Module100Desc=Tilføj ekstern hjemmeside-link til Dolibarr menuer for at se det i en Dolibarr ramme
       Module105Name=Mailman og Sip
       Module105Desc=Mailman eller SPIP interface til medlem-modul
       Module200Name=LDAP
      -Module200Desc=LDAP directory synkronisering
      +Module200Desc=LDAP-katalogsynkronisering
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data eksport
      -Module240Desc=Værktøj til at eksportere Dolibarr data (med assistenter)
      +Module240Desc=Værktøj til at eksportere Dolibarr-data (med hjælp)
       Module250Name=Data import
      -Module250Desc=Værktøj til at importere data ind i Dolibarr (med assistenter)
      +Module250Desc=Værktøj til at importere data til Dolibarr (med hjælp)
       Module310Name=Medlemmer
       Module310Desc=Instituttets medlemmer forvaltning
       Module320Name=RSS Feed
       Module320Desc=Tilføj RSS feed inde Dolibarr skærmen sider
      -Module330Name=Bogmærker
      -Module330Desc=Bogmærker forvaltning
      -Module400Name=Projekter/Muligheder/Kundeemner
      -Module400Desc=Ledelse af projekter, muligheder/kundeemner og/eller opgaver. Du kan også tildele et element (faktura, ordre, forslag, intervention, ...) til et projekt og få et tværgående udsigt fra projektet udsigt.
      +Module330Name=Bogmærker og genveje
      +Module330Desc=Opret genveje, der altid er tilgængelige, til de interne eller eksterne sider, som du ofte har adgang til
      +Module400Name=Projekter eller Potentielle kunder
      +Module400Desc=Forvaltning af projekter, ledere / muligheder og / eller opgaver. Du kan også tildele et element (faktura, ordre, forslag, intervention, ...) til et projekt og få et tværgående billede fra projektvisningen.
       Module410Name=Webcalendar
       Module410Desc=Webcalendar integration
       Module500Name=Skatter og særlige omkostninger
       Module500Desc=Opsætning af andre udgifter (salgsafgifter, sociale eller skattemæssige skatter, udbytte, ...)
       Module510Name=Betaling af medarbejderløn
      -Module510Desc=Optag og følg betalingen af ​​dine medarbejderlønninger
      +Module510Desc=Optag og spørg medarbejderbetalinger
       Module520Name=Loan
       Module520Desc=Forvaltning af lån
       Module600Name=Notifikationer om forretningshændelser
      -Module600Desc=Send e-Mail meddelelser (udløst af nogle forretningsmæssige begivenheder) til brugere (setup, der er defineret på hver enkelt bruger), til tredjepart kontakter (setup, der er defineret på hver tredje part) eller til en standart e-mails
      -Module600Long=Bemærk, at dette modul er dedikeret til at sende real-time e-mails, når der sker en dedikeret forretningshændelse. Hvis du leder efter en funktion til at sende påmindelser via e-mail til dine agendahændelser, skal du gå ind i opsætningen af ​​modulets dagsorden.
      +Module600Desc=Send e-mail-meddelelser udløst af en forretningsbegivenhed, for brugere (opsætning defineret på hver bruger), tredjeparts kontakter (opsætning defineret på hver tredjepart) eller til definerede e-mails
      +Module600Long=Bemærk, at dette modul sender e-mails i realtid, når en bestemt forretningsbegivenhed opstår. Hvis du leder efter en funktion til at sende e-mail påmindelser af dagsordensbegivenheder, skal du gå ind i opsætningen af ​​modulets dagsorden.
       Module610Name=Produkt Varianter
      -Module610Desc=Giver mulighed for oprettelse af produkter-variant baseret på egenskaber (farve, størrelse, ...)
      +Module610Desc=Oprettelse af produktvarianter (farve, størrelse osv.)
       Module700Name=Donationer
       Module700Desc=Gaver 'ledelse
       Module770Name=Udgiftsrapporter
      -Module770Desc=Forvaltning og krav om udgiftsrapporter (transport, måltid, ...)
      +Module770Desc=Administrer og gør krav på omkostningsrapporter (transport, måltid, ...)
       Module1120Name=Forhandler kommercielt forslag
       Module1120Desc=Forespørg levenrandør om indkøbsordre og priser
       Module1200Name=Mantis
      @@ -575,14 +581,14 @@ Module1520Name=Dokumentgenerering
       Module1520Desc=Massemail dokumentgenerering
       Module1780Name=Tags/Categories
       Module1780Desc=Opret tags/kategori (produkter, kunder, leverandører, kontakter eller medlemmer)
      -Module2000Name=FCKeditor
      -Module2000Desc=Giver mulighed for at redigere nogle tekst-området ved hjælp af en avanceret editor (Baseret på CKEditor)
      +Module2000Name=WYSIWYG tekstredigeringsværktøj
      +Module2000Desc=Tillad, at tekstfelter redigeres ved hjælp af CKEditor
       Module2200Name=Dynamiske Priser
       Module2200Desc=Aktivér brugen af ​​matematiske udtryk til priser
       Module2300Name=Scheduled jobs
       Module2300Desc=Planlagte job management (alias cron eller chrono tabel)
       Module2400Name=Begivenheder/tidsplan
      -Module2400Desc=Følg færdige og kommende begivenheder. Lad applikation logge automatisk begivenheder til sporingsformål eller optage manuelle begivenheder eller rendez-vous. Dette er det vigtigste vigtige modul for en god kunde- eller leverandørrelationsstyring.
      +Module2400Desc=Spor begivenheder. Lad Dolibarr logge automatisk hændelser til sporingsformål eller optage manuelle hændelser eller møder. Dette er hovedmodulet for god kunde- eller leverandørrelationsstyring.
       Module2500Name=DMS / ECM
       Module2500Desc=Dokument Management System / Esdh. Automatisk organisering af dit genereret eller lagrede dokumenter. Dele dem, når du har brug for.
       Module2600Name=API/webservices (SOAP-server)
      @@ -590,16 +596,16 @@ Module2600Desc=Aktivere Dolibarr SOAP-server, der leverer API service
       Module2610Name=API / Web-tjenester (REST-server)
       Module2610Desc=Aktivér Dolibarr REST-serveren, der leverer API-tjenester
       Module2660Name=Ring til webservices (SOAP-klient)
      -Module2660Desc=Aktivér Dolibarr web services klienten (Kan bruges til at skubbe data / forespørgsler til eksterne servere. Leverandør ordrer understøttes kun for øjeblikket)
      +Module2660Desc=Aktivér Dolibarr web services klienten (Kan bruges til at skubbe data / anmodninger til eksterne servere. Kun Leverandør ordrer understøttes for øjeblikket.)
       Module2700Name=Gravatar
      -Module2700Desc=Brug online Gravatar service (www.gravatar.com) for at vise foto af brugere / medlemmer (fundet med deres e-mails). Har brug for en internetadgang
      +Module2700Desc=Brug online Gravatar service (www.gravatar.com) for at vise foto af brugere / medlemmer (fundet med deres e-mails). Kræver internetadgang
       Module2800Desc=FTP Klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind konverteringer kapaciteter
       Module3100Name=Skype
       Module3100Desc=Tilføj en Skype-knap til brugere / tredjeparter / kontakter / medlemskort
       Module3200Name=Uændrede arkiver
      -Module3200Desc=Aktiver log af nogle forretningsbegivenheder i en uforanderlig logfil. Begivenheder arkiveres i realtid. Loggen er en tabel med sammenkædede begivenheder, som kun kan læses og eksporteres. Dette modul kan være obligatorisk for nogle lande.
      +Module3200Desc=Aktivér en uforanderlig log over forretningsbegivenheder. Begivenheder arkiveres i realtid. Loggen er et skrivebeskyttet bord af kæden, der kan eksporteres. Dette modul kan være obligatorisk for nogle lande.
       Module4000Name=HRM
       Module4000Desc=Human resources management (forvaltningen af ​​afdelingen, medarbejderkontrakter og følelser)
       Module5000Name=Multi-selskab
      @@ -609,39 +615,43 @@ Module6000Desc=Workflow management (automatisk oprettelse af objekt og/eller aut
       Module10000Name=websteder
       Module10000Desc=Opret offentlige websteder med en WYSIWG editor. Du skal bare konfigurere din webserver (Apache, Nginx, ...) for at pege på den dedikerede Dolibarr-mappe for at få den online på internettet med dit eget domænenavn.
       Module20000Name=Forespørgselsstyring
      -Module20000Desc=Erklære og følge medarbejdere forespørgelse
      +Module20000Desc=Indtast og følg medarbejderes afspaseringsanmodninger
       Module39000Name=Produkter masser
       Module39000Desc=Parti- eller serienummer, spisesteder og salgsdato-ledelse på produkter
      +Module40000Name=Multicurrency
      +Module40000Desc=Brug alternative valutaer i priser og dokumenter
       Module50000Name=PAYBOX
      -Module50000Desc=Modul til at tilbyde en online-betalings side til at acceptere betalinger via PayPal (kreditkort-eller PayPal-kredit). Dette kan bruges til at give dine kunder en mulighed for at foretage betalinger eller til betaling på en særlig Dolibarr objekt (faktura, ordre, ...)
      +Module50000Desc=Tilbyde kunder en PayBox online betalingsside (kredit / betalingskort). Dette kan bruges til at give dine kunder mulighed for at foretage gratis betalinger eller til betaling på et bestemt Dolibarr-objekt (faktura, ordre, ...)
       Module50100Name=Kasseapparat
       Module50100Desc=Kasseapparats modul (POS)
      +Module50150Name=Kasseapparat
      +Module50150Desc=Salgsmodul (Touch Screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Modul til at tilbyde en online-betalings side til at acceptere betalinger via PayPal (kreditkort-eller PayPal-kredit). Dette kan bruges til at give dine kunder en mulighed for at foretage betalinger eller til betaling på en særlig Dolibarr objekt (faktura, ordre, ...)
      +Module50200Desc=Tilbyde kunder en PayPal online betalingsside (PayPal-konto eller kredit / betalingskort). Dette kan bruges til at give dine kunder mulighed for at foretage gratis betalinger eller til betaling på et bestemt Dolibarr-objekt (faktura, ordre, ...)
       Module50400Name=Regnskab (avanceret)
      -Module50400Desc=Regnskabs administration (dobbelt posteringer, kontoplan og extra bogføring). Eksporter bogholdriet i andre software formater.
      +Module50400Desc=Regnskabsadministration (dobbelt poster, støtte generel og ekstra ledger). Eksporter højboksen i flere andre regnskabsmæssige softwareformater.
       Module54000Name=PrintIPP
      -Module54000Desc=Direkte udskrivning (uden at åbne dokumenterne) ved hjælp af IPP-konnektorens kopper (Printeren skal være synlig fra serveren, og CUPS skal installeres på serveren).
      +Module54000Desc=Direkte udskrivning (uden at åbne dokumenterne) ved hjælp af IPP-konnektorer (Printer skal være synlig fra serveren, og CUPS skal installeres på serveren).
       Module55000Name=Afstemning, Undersøgelse eller Afstemning
      -Module55000Desc=Modul til online undersøgelser, undersøgelser eller stemmer (som Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Modul til at oprette online undersøgelser, undersøgelser eller stemmer (som Doodle, Studs, Rdvz, ...)
       Module59000Name=Margin
       Module59000Desc=Modul til at styre avancer
       Module60000Name=Kommissioner
       Module60000Desc=Modul til at håndtere Kommissioner
      -Module62000Name=Incoterm
      -Module62000Desc=Tilføj funktioner til at administrere Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Tilføj funktioner til at administrere Incoterms
       Module63000Name=Ressourcer
       Module63000Desc=Administrer ressourcer (printere, biler, rum, ...), så kan du dele i begivenheder
       Permission11=Læs fakturaer
       Permission12=Opret/rediger kundefakturaer
       Permission13=Unvalidate fakturaer
      -Permission14=Valider fakturaer
      +Permission14=Bekræft fakturaer
       Permission15=Send fakturaer via e-mail
       Permission16=Opret betalinger for fakturaer
       Permission19=Slet fakturaer
       Permission21=Læs tilbud
       Permission22=Opret/rediger tilbud
      -Permission24=Valider tilbud
      +Permission24=Bekræft tilbud
       Permission25=Send tilbud
       Permission26=Luk tilbud
       Permission27=Slet tilbud
      @@ -651,9 +661,9 @@ Permission32=Opret/rediger varer/ydelser
       Permission34=Slet varer/ydelser
       Permission36=Se/administrer skjulte varer
       Permission38=Eksportere produkter
      -Permission41=Opret/rediger projekter (delte projekter og projekter jeg er kontaktperson for). Kan også oprette opgaver og tildele brugere projekter og opgaver
      -Permission42=Opret/rediger projekter (delte projekter og projekter jeg er kontaktperson for). Kan også oprette opgaver og tildele brugere projekter og opgaver
      -Permission44=Slet projekter
      +Permission41=Læs projekter og opgaver (delt projekt og projekter jeg er kontakt til). Kan også indtaste tidskrævet, for mig eller mit hierarki, på tildelte opgaver (Tidsskema)
      +Permission42=Opret / rediger projekter (delt projekt og projekter jeg er kontakt til). Kan også oprette opgaver og tildele brugere projekt og opgaver
      +Permission44=Slet projekter (delte projekter og projekter jeg er kontaktperson for)
       Permission45=Eksport projekter
       Permission61=Læs interventioner
       Permission62=Opret/rediger indgreb
      @@ -668,7 +678,7 @@ Permission78=Læs abonnementer
       Permission79=Opret/rediger abonnementer
       Permission81=Læs kundernes ordrer
       Permission82=Opret/rediger kundeordrer
      -Permission84=Validere kundernes ordrer
      +Permission84=Bekræfte kundernes ordrer
       Permission86=Send kundernes ordrer
       Permission87=Luk kunderne ordrer
       Permission88=Annuller kundernes ordrer
      @@ -680,13 +690,13 @@ Permission94=Eksporter skatter/afgifter
       Permission95=Læs rapporter
       Permission101=Læs sendings
       Permission102=Opret/rediger forsendelser
      -Permission104=Valider forsendelser
      +Permission104=Bekræft forsendelser
       Permission106=Eksporter forsendelser
       Permission109=Slet forsendelser
       Permission111=Læs finanskonti
       Permission112=Opret/rediger/slet og sammenlign transaktioner
       Permission113=Opsæt finanskonti (opret, håndter kategorier)
      -Permission114=Afstemme transaktioner
      +Permission114=Afstem transaktioner
       Permission115=Eksporttransaktioner og kontoudtog
       Permission116=Overførsler mellem konti
       Permission117=Administrer checks lastfordelingen
      @@ -694,15 +704,15 @@ Permission121=Læs tredjemand knyttet til brugerens
       Permission122=Opret/rediger tredjeparter knyttet til brugeren
       Permission125=Slet tredjemand knyttet til brugerens
       Permission126=Eksporter tredjemand
      -Permission141=Læs alle projekter og opgaver (også private projekter, jeg ikke har kontakt til)
      -Permission142=Opret/rediger alle projekter og opgaver (også private projekter, jeg ikke har kontakt til)
      +Permission141=Læs alle projekter og opgaver (også private projekter jeg er ikke kontakt til)
      +Permission142=Opret / rediger alle projekter og opgaver (også private projekter jeg er ikke kontakt til)
       Permission144=Slet alle projekter og opgaver (også private projekter, jeg ikke har kontakt til)
       Permission146=Læs udbydere
       Permission147=Læs statistikinterval
       Permission151=Læs "direkte debitering" ordrer
       Permission152=Oprette/ændre en betaling med "direkte debitering" ordrer
       Permission153=Sende/Overføre betaling via "direkte debitering" ordrer
      -Permission154=Registere Kreditter/Afvisninger af en betaling med "direkte debitering" ordrer
      +Permission154=Optag kreditter / Afslag på ordrer med direkte debitering
       Permission161=Læs kontrakter/abonnement
       Permission162=Opret / ændre kontrakter/abonnement
       Permission163=Aktivering af en tjeneste/abonnement af en kontrakt,
      @@ -717,7 +727,7 @@ Permission178=Eksport rejser og udgifter
       Permission180=Læs leverandører
       Permission181=Læs leverandør ordrer
       Permission182=Opret/rediger leverandørordrer
      -Permission183=Valider leverandør ordrer
      +Permission183=Bekræft leverandør ordrer
       Permission184=Godkend leverandør ordrer
       Permission185=Bestille eller afbestille leverandør ordrer
       Permission186=Modtag leverandør ordrer
      @@ -734,11 +744,11 @@ Permission206=Læs tilslutninger
       Permission211=Læs Telefoni
       Permission212=Ordrelinjer
       Permission213=Aktivér linje
      -Permission214=Setup Telefoni
      -Permission215=Setup udbydere
      +Permission214=Opsætningstelefoni
      +Permission215=Opsætningsudbydere
       Permission221=Læs emailings
       Permission222=Opret/rediger e-mails (emne, modtagere ...)
      -Permission223=Valider emailings (tillader afsendelse)
      +Permission223=Bekræft emailings (tillader afsendelse)
       Permission229=Slet emailings
       Permission237=Se modtagere og info
       Permission238=Send e-mails manuelt
      @@ -750,12 +760,12 @@ Permission244=Se indholdet af den skjulte kategorier
       Permission251=Læs andre brugere og grupper
       PermissionAdvanced251=Læse andre brugere
       Permission252=Opret / ændre andre brugere, grupper og yours permisssions
      -Permission253=Opret/rediger andre brugere, grupper og tilladelser
      +Permission253=Opret / rediger andre brugere, grupper og tilladelser
       PermissionAdvanced253=Opret/rediger interne/eksterne brugere og tilladelser
       Permission254=Opret/rediger kun eksterne brugere
       Permission255=Opret/rediger anden brugers adgangskode
       Permission256=Ændre sin egen adgangskode
      -Permission262=Udvide adgang til alle tredjeparter (ikke kun tredjeparter, der bruger et salg, repræsentant).<br / >Ikke er effektiv til eksterne brugere (altid begrænset til sig selv til forslag, ordrer, fakturaer, kontrakter, osv.).<br / >Ikke er effektiv til projekter (kun regler om projektet tilladelser, synlighed og assignement spørgsmål).
      +Permission262=Udvid adgang til alle tredjeparter (ikke kun tredjeparter, som bruger er salgsrepræsentant). <br> Ikke effektiv for eksterne brugere (altid begrænset til sig selv for forslag, ordrer, fakturaer, kontrakter mv.). <br>Effektiv til projekter (kun regler om projekttilladelser, synlighed og opgaver).
       Permission271=Læs CA
       Permission272=Læs fakturaer
       Permission273=Udsteder fakturaer
      @@ -765,7 +775,7 @@ Permission283=Slet kontakter
       Permission286=Eksporter kontaktpersoner
       Permission291=Læs takster
       Permission292=Angive tilladelser på de tariffer
      -Permission293=Rediger kundernes takster
      +Permission293=Ændre i kundernes takster
       Permission300=Læs stregkoder
       Permission301=Opret/rediger stregkoder
       Permission302=Slet stregkoder
      @@ -785,13 +795,11 @@ Permission354=Slet eller deaktivere grupper
       Permission358=Eksport brugere
       Permission401=Læs rabatter
       Permission402=Opret/rediger rabatter
      -Permission403=Valider rabatter
      +Permission403=Bekræft rabatter
       Permission404=Slet rabatter
      -Permission501=Læs medarbejderkontrakter / lønninger
      -Permission502=Opret / modificere medarbejderkontrakter / lønninger
      -Permission511=Læs betaling af lønninger
      -Permission512=Opret / modificer betaling af løn
      -Permission514=Slet lønninger
      +Permission511=Læs lønudbetalinger
      +Permission512=Opret / modificer lønudbetalinger
      +Permission514=Slet betaling af lønninger
       Permission517=Eksport lønninger
       Permission520=Læs lån
       Permission522=Opret / modificer lån
      @@ -820,12 +828,12 @@ Permission1004=Læs bestand bevægelser
       Permission1005=Opret/rediger lagerændringer
       Permission1101=Læs levering ordrer
       Permission1102=Opret/rediger leveringsordrer
      -Permission1104=Valider levering ordrer
      +Permission1104=Bekræft levering ordrer
       Permission1109=Slet levering ordrer
       Permission1181=Læs leverandører
       Permission1182=Læs leverandør ordrer
       Permission1183=Opret/rediger leverandørordrer
      -Permission1184=Valider leverandør ordrer
      +Permission1184=Bekræft leverandør ordrer
       Permission1185=Godkend leverandør ordrer
       Permission1186=Bestil leverandør ordrer
       Permission1187=Anerkende modtagelsen af leverandør ordrer
      @@ -835,7 +843,7 @@ Permission1201=Få resultatet af en eksport
       Permission1202=Opret/rediger en eksport
       Permission1231=Læs leverandør fakturaer
       Permission1232=Opret/rediger leverandørfakturaer
      -Permission1233=Valider leverandør fakturaer
      +Permission1233=Bekræft leverandør fakturaer
       Permission1234=Slet leverandør fakturaer
       Permission1235=Send leverandørfakturaer via e-mail
       Permission1236=Eksporter leverandør fakturaer, attributter og betalinger
      @@ -844,8 +852,8 @@ Permission1251=Kør massen import af eksterne data i databasen (data belastning)
       Permission1321=Eksporter kunde fakturaer, attributter og betalinger
       Permission1322=Genåb en betalt regning
       Permission1421=Eksporter kundens ordrer og attributter
      -Permission20001=Læs anmodninger om orlov (dine blade og din underordnede)
      -Permission20002=Opret/rediger dine anmodninger om orlov (dine blade og din underordnede)
      +Permission20001=Læs anmodninger om orlov (din orlov og din underordnede)
      +Permission20002=Opret / rediger dine anmodninger om orlov (din orlov og din underordnede)
       Permission20003=Slet permitteringsforespørgsler
       Permission20004=Læs alle orlovs forespørgsler (selv om bruger ikke er underordnede)
       Permission20005=Opret / modtag anmodninger om orlov for alle (selv af bruger ikke underordnede)
      @@ -864,7 +872,7 @@ Permission2414=Eksporter handlinger / opgaver af andre
       Permission2501=Læse dokumenter
       Permission2502=Indsend eller slette dokumenter
       Permission2503=Indsend eller slette dokumenter
      -Permission2515=Setup dokumenter abonnentfortegnelser
      +Permission2515=Opsæt dokumentdokumenter
       Permission2801=Brug FTP-klient i læsemodus (kun gennemse og download)
       Permission2802=Brug FTP-klient i skrivefunktion (slet eller upload filer)
       Permission50101=Brug salgssted
      @@ -882,7 +890,7 @@ Permission63003=Slet ressourcer
       Permission63004=Link ressourcer til begivenheder i tidsplan
       DictionaryCompanyType=Typer af tredjeparter
       DictionaryCompanyJuridicalType=Juridiske former for tredjeparter
      -DictionaryProspectLevel=Prospect potentielle niveau
      +DictionaryProspectLevel=Kundepotentialeniveau
       DictionaryCanton=Stat/provins
       DictionaryRegion=Regioner
       DictionaryCountry=Lande
      @@ -894,7 +902,7 @@ DictionaryVAT=Momssatser
       DictionaryRevenueStamp=Skattefrihedsbeløb
       DictionaryPaymentConditions=Betalingsbetingelser
       DictionaryPaymentModes=Betalingsformer
      -DictionaryTypeContact=Kontakt/adresse-typer
      +DictionaryTypeContact=Kontaktadressetyper
       DictionaryTypeOfContainer=Type af hjemmesider/containere
       DictionaryEcotaxe=Miljøafgift (WEEE)
       DictionaryPaperFormat=Papir formater
      @@ -908,47 +916,47 @@ DictionarySource=Oprindelse af tilbud/ordrer
       DictionaryAccountancyCategory=Personlige grupper til rapporter
       DictionaryAccountancysystem=Modeller til kontoplan
       DictionaryAccountancyJournal=Kontokladder
      -DictionaryEMailTemplates=E-mail skabeloner
      +DictionaryEMailTemplates=Email skabeloner
       DictionaryUnits=Enheder
      -DictionaryProspectStatus=Prospektionsstatus
      -DictionaryHolidayTypes=Typer af blade
      -DictionaryOpportunityStatus=Opportunity status for projekt / bly
      +DictionaryProspectStatus=Status på potentielle kunder
      +DictionaryHolidayTypes=Typer af orlov
      +DictionaryOpportunityStatus=Ledestatus for projekt / bly
       DictionaryExpenseTaxCat=Udgiftsrapport - Transportkategorier
       DictionaryExpenseTaxRange=Omkostningsrapport - Område efter transportkategori
      -SetupSaved=Setup gemt
      +SetupSaved=Opsætning gemt
       SetupNotSaved=Opsætning er ikke gemt
       BackToModuleList=Tilbage til moduler liste
      -BackToDictionaryList=Tilbage til liste over ordbøger
      +BackToDictionaryList=Tilbage til listen over ordbøger
       TypeOfRevenueStamp=Afgifts type
      -VATManagement=Momshåndtering
      -VATIsUsedDesc=Når der oprettes tilbud, fakturaer, ordrer osv., bruges som standard følgende regler for moms:<br>• Hvis sælger ikke er momspligtig, benyttes momssatsen 0.<br>• Hvis afsenderlandet er det samme som modtagerlandet, benyttes momssatsen for varen i afsenderlandet.<br>• Hvis både sælger og køber befinder sig i EU, og det drejer sig om fysiske varer, benyttes momssatsen 0. (Det forventes at køber betaler momsen i det modtagende land).<br>• Hvis både sælger og køber befinder sig i EU, og køber er en privatperson, benyttes momssatsen for varen i afsenderlandet.<br>• Hvis både sælger og køber befinder sig i EU, og køber er et firma, benyttes momssatsen 0.<br>• I alle andre tilfælde benyttes momssatsen 0.
      -VATIsNotUsedDesc=Som standard benyttes momssatsen 0. Dette anvendes til regnskab for foreninger, enkeltpersoner eller virksomheder med lav omsætning (under 50.000 kr).
      -VATIsUsedExampleFR=I Frankrig betyder det, at virksomheder eller organisationer har et rigtigt finanssystem (forenklet reel eller normal reel). Et system, hvor moms er angivet.
      -VATIsNotUsedExampleFR=I Frankrig betyder det foreninnger, der ikke er momsregistrerede, eller virksomheder, organisationer eller liberale erhverv, der har valgt mikrovirksomhedens skatteordning (moms i franchise) og betalt en franchise-moms uden momsangivelse. Dette valg vil vise referencen "Ikke gældende moms - art-293B af CGI" på fakturaer.
      +VATManagement=Moms sats bestemmelse
      +VATIsUsedDesc=Som standard ved oprettelse af emner, fakturaer, ordrer mv. Følger Moms satsen den aktive standardregel:\nHvis sælgeren ikke er underlagt moms, så sælges afgiften til 0. Slut på regel. Hvis sælgeren er sælger, er Moms som standard lig med moms satsen for produktet i sælgerens land. Slut på regel. Hvis sælger og køber begge er i Det Europæiske Fællesskab, og varer er transportrelaterede produkter (transport, fragt, flyselskab), er standard moms satsen 0. Denne regel er afhængig af sælgerens land - kontakt venligst din revisor. momsen skal betales af køberen til deres toldsted i deres land og ikke til sælgeren. Slut af regel. Hvis sælger og køber begge er i Det Europæiske Fællesskab, og køberen ikke er et selskab (med et registreret momsregistreringsnummer inden for Fællesskabet), så er moms satsen som standard til moms satsen af ​​sælgerens land. Slut på regel. Hvis sælger og køber begge er i Det Europæiske Fællesskab, og køberen er et firma (med et registreret international CVR nummer), så er salgsafgiften 0 som standard. Slut på regel. I ethvert andet tilfælde er den foreslåede standard moms sats = 0. Slut på regel.\n
      +VATIsNotUsedDesc=Den foreslåede Momssatser er som standard 0, som kan bruges til sager som foreninger, enkeltpersoner eller små virksomheder.
      +VATIsUsedExampleFR=I Frankrig betyder det, at virksomheder eller organisationer har et rigtigt finanssystem (forenklet reel eller normal reel). Et system, hvor salgsafgift er erklæret.
      +VATIsNotUsedExampleFR=I Frankrig betyder det foreninger, der ikke er angivet Salgsskat, eller selskaber, organisationer eller liberale erhverv, der har valgt mikrovirksomhedens skattesystem (Salgsskat i franchise) og betalt en franchise Salgsskat uden nogen Salgsskatteangivelse. Dette valg vil vise referencen "Ikke gældende salgsafgift - art-293B af CGI" på fakturaer.
       ##### Local Taxes #####
       LTRate=Hyppighed
       LocalTax1IsNotUsed=Brug ikke anden skat
      -LocalTax1IsUsedDesc=Brug en anden type skat (bortset fra moms)
      -LocalTax1IsNotUsedDesc=Brug ikke anden form for skat (bortset fra moms)
      +LocalTax1IsUsedDesc=Brug en anden type afgift (bortset fra den første)
      +LocalTax1IsNotUsedDesc=Brug ikke anden type afgift (bortset fra den første)
       LocalTax1Management=Anden type skat
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Brug ikke tredje skat
      -LocalTax2IsUsedDesc=Brug en tredje type skat (bortset fra moms)
      -LocalTax2IsNotUsedDesc=Brug ikke anden form for skat (bortset fra moms)
      +LocalTax2IsUsedDesc=Brug en tredje type afgift (bortset fra den første)
      +LocalTax2IsNotUsedDesc=Brug ikke anden type afgift (bortset fra den første)
       LocalTax2Management=Tredje type skat
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= RE sats som standard, når du opretter udsigter, fakturaer, ordrer mv følge de aktive standard regel: <br> Hvis te køber ikke udsættes for RE, RE som standard = 0. Slut på reglen. <br> Hvis køberen er underkastet RE derefter RE som standard. Slut på reglen. <br>
      -LocalTax1IsNotUsedDescES= Som standard den foreslåede RE er 0. Slut på reglen.
      -LocalTax1IsUsedExampleES= I Spanien er professionelle underlagt nogle specifikke dele af den spanske IAE.
      -LocalTax1IsNotUsedExampleES= I Spanien er professionelle og samfund og på visse dele af den spanske IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= RE sats som standard, når du opretter udsigter, fakturaer, ordrer mv følge de aktive standard regel: <br> Hvis sælgeren ikke er udsat for IRPF, så IRPF som standard = 0. Slut på reglen. <br> Hvis sælgeren er underkastet IRPF derefter IRPF som standard. Slut på reglen. <br>
      -LocalTax2IsNotUsedDescES= Som standard den foreslåede IRPF er 0. Slut på reglen.
      -LocalTax2IsUsedExampleES= I Spanien, freelancere og selvstændige, der leverer tjenesteydelser og virksomheder, der har valgt at skattesystemet i de moduler.
      -LocalTax2IsNotUsedExampleES= I Spanien er bussines ikke underlagt skattesystemet i moduler.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=RE-satsen som standard ved oprettelse af potentielle kunder, fakturaer, ordrer mv. Følger den aktive standardregel: <br> Hvis køberen ikke er udsat for RE, RE som standard = 0. Slut på regel. <br> Hvis køberen udsættes for RE, så er RE som standard. Slut på regel. <br>
      +LocalTax1IsNotUsedDescES=Som standard den foreslåede RE er 0. Slut på reglen.
      +LocalTax1IsUsedExampleES=I Spanien er professionelle underlagt nogle specifikke dele af den spanske IAE.
      +LocalTax1IsNotUsedExampleES=I Spanien er professionelle og samfund og på visse dele af den spanske IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=IRPF-kursen som standard ved oprettelse af emner. fakturaer, ordrer mv. Følger den aktive standardregel: Hvis sælgeren ikke er underlagt IRPF, skal IRPF som standard = 0. Slut på regel. Hvis sælgeren udsættes for IRPF, så er IRPF som standard. Slut på regel.
      +LocalTax2IsNotUsedDescES=Som standard den foreslåede IRPF er 0. Slut på reglen.
      +LocalTax2IsUsedExampleES=I Spanien, freelancere og selvstændige, der leverer tjenesteydelser og virksomheder, der har valgt at skattesystemet i de moduler.
      +LocalTax2IsNotUsedExampleES=I Spanien er de virksomheder, der ikke er underlagt skattesystemer for moduler.
       CalcLocaltax=Rapporter om lokale skatter
       CalcLocaltax1=Salg - Køb
       CalcLocaltax1Desc=Lokale skatter rapporter beregnes med forskellen mellem localtaxes salg og localtaxes køb
      @@ -958,7 +966,8 @@ CalcLocaltax3=Salg
       CalcLocaltax3Desc=Lokale skatter rapporter er det samlede salg af localtaxes
       LabelUsedByDefault=Etiket, som bruges som standard, hvis ingen oversættelse kan findes for kode
       LabelOnDocuments=Etiketten på dokumenter
      -NbOfDays=Nb dage
      +LabelOrTranslationKey=Etiket eller oversættelsestast
      +NbOfDays=Antal dage
       AtEndOfMonth=Ved udgangen af måneden
       CurrentNext=Aktuel / Næste
       Offset=Offset
      @@ -984,11 +993,11 @@ DatabaseUser=Database bruger
       DatabasePassword=Database password
       Tables=Tabeller
       TableName=Tabel navn
      -NbOfRecord=Nb af optegnelser
      +NbOfRecord=Antal poster
       Host=Server
       DriverType=Driver type
       SummarySystem=System oplysninger resumé
      -SummaryConst=Liste over alle Dolibarr setup parametre
      +SummaryConst=Liste over alle Dolibarr opsætningsparametre
       MenuCompanySetup=Virksomhed/Organisation
       DefaultMenuManager= Standard menuhåndtering
       DefaultMenuSmartphoneManager=Smartphone menu manager
      @@ -996,7 +1005,7 @@ Skin=Hud tema
       DefaultSkin=Default skin tema
       MaxSizeList=Maks. længde for liste
       DefaultMaxSizeList=Standard maks længde for lister
      -DefaultMaxSizeShortList=Standard maks længde for korte lister (dvs. i kundekort)
      +DefaultMaxSizeShortList=Standard max længde for korte lister (dvs. i kundekort)
       MessageOfDay=Budskab om dagen
       MessageLogin=Loginsiden besked
       LoginPage=Login side
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Faste search form på venstre menu
       DefaultLanguage=Standard sprog til brug (sprog code)
       EnableMultilangInterface=Aktiver flersproget grænseflade
       EnableShowLogo=Vis logo på venstre menu
      -CompanyInfo=Virksomhed/organisation information
      -CompanyIds=Virksomhed/organisation identiteter
      +CompanyInfo=Virksomhed/Organisation
      +CompanyIds=Virksomhed / Organisations identiteter
       CompanyName=Navn
       CompanyAddress=Adresse
       CompanyZip=Postnummer
      @@ -1019,30 +1028,30 @@ DoNotSuggestPaymentMode=Ikke tyder
       NoActiveBankAccountDefined=Ingen aktiv bankkonto defineret
       OwnerOfBankAccount=Ejer af bankkonto %s
       BankModuleNotActive=Bankkonti modul er ikke aktiveret
      -ShowBugTrackLink=Vis link "<strong> %s </ strong>"
      +ShowBugTrackLink=Vis link "<strong> %s </strong>"
       Alerts=Indberetninger
      -DelaysOfToleranceBeforeWarning=Tolerance forsinkelser før advarsel
      -DelaysOfToleranceDesc=Dette skærmbillede giver dig mulighed for at definere tolereres forsinkelser før en indberetning er rapporteret på skærmen med picto %s for hver sent element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerance for forsinkelse (i dage) før alarm for ikke-gennemførte planlagte begivenheder (i tidsplanen)
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Forsinkelsestolerance (i dage) før advarsel om projekt ikke lukket i tide
      -Delays_MAIN_DELAY_TASKS_TODO=Forsinkelsestolerance (i dage) før advarsel om planlagte opgaver (projektopgaver) er endnu ikke gennemført
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Forsinkelsestolerance (i dage) før varsel om ordrer, der ikke er behandlet endnu
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Tilladt forsinkelse (i dage) før varsel om købsordrer, der ikke er behandlet endnu
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (i dage) inden indberetning om forslag til at lukke
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (i dage) inden indberetning om forslag ikke faktureret
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance forsinkelse (i dage) før alarm om tjenesteydelser for at aktivere
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance forsinkelse (i dage) inden indberetning om udløb tjenester
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance forsinkelse (i dage) inden indberetning om ubetalte leverandør fakturaer
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerance forsinkelse (i dage) inden indberetning om ubetalte klient fakturaer
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance forsinkelse (i dage) inden indberetning om verserende bank forsoning
      -Delays_MAIN_DELAY_MEMBERS=Tolerance forsinkelse (i dag), inden indberetning om forsinket medlemskab gebyr
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance forsinkelse (i dage) før alarm for checks depositum til at gøre
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance forsinkelse (i dage) før advarsel for udgiftsrapporter at godkende
      -SetupDescription1=Opsætningsmenuen bruges, før du går i gang med Dolibarr.
      -SetupDescription2=De to obligatoriske opsætningsstrin er følgende trin (de to første indgange i den venstre opsætningsmenu):
      -SetupDescription3=Indstillinger i menuen <a href="%s"> %s -> %s </a>. Dette trin er påkrævet, fordi det definerer data, der bruges på Dolibarr-skærmbillederne, for at tilpasse softwareens standardadfærd (for f.eks. Landrelaterede funktioner).
      -SetupDescription4=Indstillinger i menuen <a href="%s"> %s -> %s </a>. Dette trin er påkrævet, fordi Dolibarr ERP/CRM er en samling af flere moduler/applikationer, alle mere eller mindre uafhængige. Nye funktioner tilføjes til menuer for hvert modul, du aktiverer.
      -SetupDescription5=Andre menupunkter styrer valgfrie parametre.
      +DelaysOfToleranceBeforeWarning=Forsinkelser, før der vises en advarsel
      +DelaysOfToleranceDesc=Denne skærm giver dig mulighed for at definere forsinkelsen, før en advarsel rapporteres på skærmen med et %s ikon for hvert forsinket element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Forsinkelse (i dage) før advarsel om planlagte arrangementer (agendahændelser), der endnu ikke er afsluttet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Forsinkelse (i dage) før advarsel om projekt ikke lukket i tide
      +Delays_MAIN_DELAY_TASKS_TODO=Forsinkelse (i dage) før advarsel om planlagte opgaver (projektopgaver) er endnu ikke gennemført
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Forsinkelse (i dage) før advarsel om ordrer, der ikke er behandlet endnu
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Forsinkelse (i dage) før varsel om købsordrer, der ikke er behandlet endnu
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Forsinkelse (i dage) før advarsel om forslag til at lukke
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Forsinkelse (i dage) før advarsel om forslag, der ikke faktureres
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Forsinkelse (i dage) før advarsel om tjenester, der skal aktiveres
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Forsinkelse (i dage) før advarsel om udløbne tjenester
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Forsinkelse (i dage) før advarsel om ubetalte leverandørfakturaer
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Forsinkelse (i dage) før advarsel om ubetalte klientfakturaer
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Forsinkelse (i dage) før advarsel om afventer bankafstemning
      +Delays_MAIN_DELAY_MEMBERS=Forsinkelse (i dage) før advarsel om forsinket medlemsgebyr
      +Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Forsinkelse (i dage) før varsel for check depositum at gøre
      +Delays_MAIN_DELAY_EXPENSEREPORTS=Forsinkelse (i dage) før advarsel for udgiftsrapporter at godkende
      +SetupDescription1=Før du begynder at bruge Dolibarr, skal nogle indledende parametre defineres og moduler aktiveres / konfigureres.
      +SetupDescription2=De obligatoriske opsætningsstrin er de 2 første trin i opsætningsmenuen, nemlig:
      +SetupDescription3=<a href="%s"> %s -> %s </a> <br> Grundlæggende parametre, der bruges til at tilpasse Dolibarrs standardadfærd (f.eks. for landrelaterede funktioner).
      +SetupDescription4=<a href="%s"> %s -> %s </a> <br> Dolibarr ERP / CRM er en samling af mange moduler / applikationer, alle mere eller mindre uafhængige. Modulerne, der er relevante for dine behov, skal aktiveres og konfigureres. Nye emner / valgmuligheder tilføjes til menuer med aktivering af et modul.
      +SetupDescription5=Andre opsætningsmenuposter indeholder valgfrie parametre.
       LogEvents=Sikkerhed revision arrangementer
       Audit=Audit
       InfoDolibarr=Om Dolibarr
      @@ -1057,48 +1066,48 @@ BrowserOS=Browser OS
       ListOfSecurityEvents=Liste over Dolibarr sikkerhed begivenheder
       SecurityEventsPurged=Sikkerhed begivenheder renset
       LogEventDesc=Du kan gøre det muligt at logge for Dolibarr sikkerhed begivenheder her. Administratorer kan derefter se dens indhold via menuen <b>Systemværktøjer - Revision.</b> Advarsel, denne funktion kan forbruge en stor mængde data i databasen.
      -AreaForAdminOnly=Opsætningsparametre kan kun indstilles af <b> administratorbrugere </ b>.
      +AreaForAdminOnly=Opsætningsparametre kan kun indstilles af <b> administratorbrugere</b>.
       SystemInfoDesc=System oplysninger er diverse tekniske oplysninger du får i read only mode og synlig kun for administratorer.
       SystemAreaForAdminOnly=Dette område er til rådighed for administratoren brugere. Ingen af de Dolibarr permissions kan reducere denne grænse.
      -CompanyFundationDesc=Rediger på denne side alle kendte oplysninger om firmaet eller stiftelsen, du skal administrere (For dette, klik på "%s" eller "%s" knappen nederst på siden)
      -AccountantDesc=Rediger på denne side alle kendte oplysninger om din revisor/bogholder
      +CompanyFundationDesc=Rediger virksomhedens / enhedens oplysninger. Klik på "%s" eller "%s" knappen nederst på siden.
      +AccountantDesc=Rediger oplysningerne om din revisor / bogholder
       AccountantFileNumber=Fil nummer
       DisplayDesc=Du kan vælge hver parameter i forbindelse med Dolibarr udseende og stemning her
       AvailableModules=Tilgængelige app / moduler
       ToActivateModule=For at  aktivere moduler, skal du gå til Opsætning (Hjem->Opsætning->Moduler).
       SessionTimeOut=Time out for session
      -SessionExplanation=Dette nummer garanti for, at samlingen vil aldrig udløber før denne forsinkelse. Men PHP sessoin forvaltning ikke garanterer, at sessionen altid udløber efter denne forsinkelse: Dette sker, hvis et system til at rengøre cache session kører. <br> Bemærk: uden nogen særlig ordning, intern PHP proces vil rengøre møde hvert <b>ca %s / %s</b> adgang, men kun under adgangen foretaget af andre sessioner.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Ledige udløser
      -TriggersDesc=Udløser er filer, der vil ændre adfærd Dolibarr workflow gang kopieres til den mappe <b>htdocs / includes / udløser.</b> De realiserede nye projekter, der aktiveres på Dolibarr begivenheder (oprettelsen af nye virksomheder, faktura validering, ...).
      +TriggersDesc=Udløsere er filer, der vil ændre opførelsen af ​​Dolibarr workflow en gang kopieret til mappen <b> htdocs / core / triggers </b>. De indser nye handlinger, der aktiveres på Dolibarr events (ny oprettelse af firmaer, faktura bekræftelse, ...).
       TriggerDisabledByName=Udløser i denne fil er slået <b>fra-NoRun</b> suffikset i deres navn.
       TriggerDisabledAsModuleDisabled=Udløser i denne fil er slået fra som <b>modul %s</b> er slået fra.
       TriggerAlwaysActive=Udløser i denne fil er altid aktive, uanset hvad er det aktiverede Dolibarr moduler.
       TriggerActiveAsModuleActive=Udløser i denne fil er aktive som <b>modul %s</b> er aktiveret.
       GeneratedPasswordDesc=Definer her som regel, du vil bruge til at generere nye adgangskode, hvis du beder om at få automatisk genereret adgangskode
       DictionaryDesc=Indsæt alle referencedata. Du kan tilføje dine værdier til standardværdien.
      -ConstDesc=På denne side kan du redigere alle andre parametre, der ikke er tilgængelige på tidligere sider. Disse er for det meste forbeholdt parametre til udviklere eller avanceret fejlfinding. For en liste over muligheder <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site-åbner i et nyt vindue" target="_blank"> check her </ a>.
      +ConstDesc=På denne side kan du redigere alle andre parametre, der ikke er tilgængelige på tidligere sider. Disse er for det meste parametre forbeholdt  udviklere eller avanceret fejlfinding. For en liste over muligheder <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">tjek her</a>.
       MiscellaneousDesc=Alle andre sikkerhedsrelaterede parametre er defineret her.
      -LimitsSetup=Grænseværdier / Precision setup
      -LimitsDesc=Du kan definere grænser, præciseringer og optimeringer bruges af Dolibarr her
      +LimitsSetup=Grænser / Præcisionsopsætning
      +LimitsDesc=Du kan definere grænser, præcisioner og optimeringer, der bruges af Dolibarr her
       MAIN_MAX_DECIMALS_UNIT=Maks. decimaler for enhedspriser
       MAIN_MAX_DECIMALS_TOT=Maks. decimaler for totalpriser
       MAIN_MAX_DECIMALS_SHOWN=Maks. decimaler for priser vist på skærmen. (Tilføj <b>...</b> efter dette tal, hvis du vil se <b>...</b>, når den viste pris er afrundet).
      -MAIN_ROUNDING_RULE_TOT=Trin for afrunding (i lande, hvor afrunding sker trinvist. For eksempel angives 0,05, når afrunding sker i trin af 0,05)
      +MAIN_ROUNDING_RULE_TOT=Trin for afrunding (i lande, hvor afrunding sker med basen 10. For eksempel angives 0,05, når afrunding sker i trin af 0,05)
       UnitPriceOfProduct=Netto enhedspris for en vare
       TotalPriceAfterRounding=Samlet pris (netto/moms/inkl. moms) efter afrunding
       ParameterActiveForNextInputOnly=Parameter effektive for næste input kun
      -NoEventOrNoAuditSetup=Ingen sikkerhed tilfælde er blevet registreret endnu. Dette kan være normal, hvis revision ikke er blevet aktiveret på "setup - sikkerhed - revision" side.
      -NoEventFoundWithCriteria=Ingen sikkerhed tilfælde er fundet for sådanne søgefelter.
      -SeeLocalSendMailSetup=Se din lokale sendmail setup
      +NoEventOrNoAuditSetup=Der er ikke registreret nogen sikkerhedshændelse endnu. Dette kan være normalt, hvis audit ikke er aktiveret på siden "setup - security - audit".
      +NoEventFoundWithCriteria=Der er ikke fundet nogen sikkerhedshændelse for disse søgekriterier.
      +SeeLocalSendMailSetup=Se din lokale sendmail opsætning
       BackupDesc=Hvis du vil foretage en komplet sikkerhedskopi af Dolibarr, skal du:
      -BackupDesc2=Gem indholdet af dokumentmappe (<b> %s </ b>), der indeholder alle uploadede og genererede filer (Så det indeholder alle dump filer genereret i trin 1).
      -BackupDesc3=Gem indholdet af din database (<b> %s </ b>) i en dumpfil. Til dette kan du bruge følgende assistent.
      +BackupDesc2=Gem indholdet af dokumentmappe (<b> %s </b>), der indeholder alle uploadede og genererede filer (Så det indeholder alle dump filer genereret i trin 1).
      +BackupDesc3=Gem indholdet af din database (<b> %s </b>) i en dumpfil. Til dette kan du bruge følgende assistent.
       BackupDescX=Arkiveret mappe skal opbevares på et sikkert sted.
       BackupDescY=De genererede dump fil bør opbevares på et sikkert sted.
      -BackupPHPWarning=Sikkerhedskopiering kan ikke garanteres med denne metode. Foretrækker den forrige
      +BackupPHPWarning=Backup kan ikke garanteres med denne metode. Forrige anbefalet.
       RestoreDesc=At genskabe en Dolibarr sikkerhedskopi, skal du:
      -RestoreDesc2=Gendan arkivfil (f.eks. Zip-fil) i dokumentmappen for at udtrække træet i filer i dokumentmappen af ​​en ny Dolibarr-installation eller i dette nuværende dokument directoy (<b> %s </ b>).
      -RestoreDesc3=Gendan data, fra en sikkerhedskopieringsfil, til databasen for den nye Dolibarr-installation eller i databasen for denne nuværende installation (<b> %s </ b>). Advarsel, når genoprettelsen er færdig, skal du bruge et login / password, der eksisterede, da sikkerhedskopiering blev foretaget for at oprette forbindelse igen. For at gendanne en backup database til denne nuværende installation, kan du følge denne assistent.
      +RestoreDesc2=Gendan arkivfil (f.eks. Zip-fil) i dokumentmappen for at udtrække træ af filer i dokumentmappen af ​​en ny Dolibarr-installation eller til denne nuværende dokumentmappe (<b> %s </b>).
      +RestoreDesc3=Gendan data, fra en sikkerhedskopieringsfil, til databasen for den nye Dolibarr-installation eller i databasen for denne nuværende installation (<b> %s </b>). Advarsel, når genoprettelsen er færdig, skal du bruge et login / password, der eksisterede, da sikkerhedskopiering blev foretaget for at oprette forbindelse igen. For at gendanne en backup database til denne nuværende installation, kan du følge denne assistent.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Denne regel er tvunget til <b>at %s</b> ved en aktiveret modul
       PreviousDumpFiles=Genererede database backup filer
      @@ -1106,33 +1115,33 @@ WeekStartOnDay=Første dag i ugen
       RunningUpdateProcessMayBeRequired=Kørsel opgraderingen processen synes at være nødvendig (Programmer version %s adskiller sig fra database version %s)
       YouMustRunCommandFromCommandLineAfterLoginToUser=Du skal køre denne kommando fra kommandolinjen efter login til en shell med brugerens <b>%s.</b>
       YourPHPDoesNotHaveSSLSupport=SSL-funktioner ikke er tilgængelige i dit PHP
      -DownloadMoreSkins=Mere skind til download
      +DownloadMoreSkins=Find flere skind på Dolistore.com
       SimpleNumRefModelDesc=Retur referencenummer med format %syymm-nnnn hvor yy er året, mm er måned og nnnn er en sekvens uden hul og uden reset
      -ShowProfIdInAddress=Vis Professionel id med adresser på dokumenter
      -ShowVATIntaInAddress=Skjul moms Intra num med adresser på dokumenter
      +ShowProfIdInAddress=Vis professionelt id med adresser på dokumenter
      +ShowVATIntaInAddress=Skjul moms-nummer inden for Fællesskabet med adresser på dokumenter
       TranslationUncomplete=Delvis oversættelse
      -MAIN_DISABLE_METEO=Deaktiver Meteo udsigt
      +MAIN_DISABLE_METEO=Deaktiver meteorologisk visning
       MeteoStdMod=Standard-tilstand aktiveret
       MeteoStdModEnabled=Standard-tilstand aktiveret
       MeteoPercentageMod=Procentdel tilstand
       MeteoPercentageModEnabled=Procentdel tilstand aktiveret
       MeteoUseMod=Klik for at redigere %s
       TestLoginToAPI=Test logge på API
      -ProxyDesc=Nogle funktioner i Dolibarr nødt til at have en Internet adgang til arbejde. Definer her parametre for denne. Hvis Dolibarr serveren er bag en proxy server, disse parametre fortæller Dolibarr hvordan man adgang til internettet via den.
      +ProxyDesc=Nogle funktioner i Dolibarr kræver internetadgang for at fungere korrekt. Definer her parametrene for dette. Hvis Dolibarr-serveren ligger bag en proxyserver, fortæller disse parametre Dolibarr, hvordan man får adgang til internettet via den.
       ExternalAccess=Ekstern adgang
       MAIN_PROXY_USE=Brug en proxy-server (ellers direkte adgang til internettet)
       MAIN_PROXY_HOST=Navn / adresse proxy-server
       MAIN_PROXY_PORT=Port of proxy-server
       MAIN_PROXY_USER=Log ind for at bruge proxyserveren
       MAIN_PROXY_PASS=Adgangskode for at bruge proxyserveren
      -DefineHereComplementaryAttributes=Definer her alle atributes, der ikke allerede findes som standard, og at du ønsker at blive understøttet for %s.
      +DefineHereComplementaryAttributes=Definer eventuelle attributter, der ikke allerede er tilgængelige som standard, som du vil blive understøttet for %s her.
       ExtraFields=Supplerende egenskaber
       ExtraFieldsLines=Supplerende attributter (linjer)
       ExtraFieldsLinesRec=Supplerende attributter (skabeloner faktura linjer)
       ExtraFieldsSupplierOrdersLines=Supplerende attributter (ordrelinjer)
       ExtraFieldsSupplierInvoicesLines=Supplerende attributter (faktura linjer)
       ExtraFieldsThirdParties=Supplerende attributter (tredjepart)
      -ExtraFieldsContacts=Supplerende attributter (kontakt / adresse)
      +ExtraFieldsContacts=Supplerende attributter (kontaktadresse)
       ExtraFieldsMember=Supplerende attributter (medlem)
       ExtraFieldsMemberType=Supplerende attributter (medlemstype)
       ExtraFieldsCustomerInvoices=Supplerende attributter (fakturaer)
      @@ -1143,86 +1152,88 @@ ExtraFieldsProject=Supplerende attributter (projekter)
       ExtraFieldsProjectTask=Supplerende attributter (opgaver)
       ExtraFieldHasWrongValue=Attribut %s har en forkert værdi.
       AlphaNumOnlyLowerCharsAndNoSpace=kun alfanumeriske og små bogstaver uden plads
      -SendmailOptionNotComplete=Advarsel, på nogle Linux-systemer, for at sende e-mails fra din e-mail, sendmail udførelse opsætning skal conatins option-ba (parameter mail.force_extra_parameters i din php.ini fil). Hvis nogle modtagere aldrig modtage e-mails, så prøv at redigere denne PHP parameter med mail.force_extra_parameters =-ba).
      +SendmailOptionNotComplete=Advarsel til anvendere af sendmail i Linux-system: Hvis nogle modtagere aldrig modtager e-mails, skal du prøve at redigere denne PHP-parameter med mail.force_extra_parameters = -ba i din php.ini-fil.
       PathToDocuments=Sti til dokumenter
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Funktion til at sende mails ved hjælp af metoden "PHP mail direct" genererer en mailbesked, der muligvis ikke analyseres korrekt af nogle modtagende mail-servere. Resultatet er, at nogle mails ikke kan læses af folk, der er vært for disse "bug'ed" platforme. Det er tilfældet for nogle internetudbydere (Ex: Orange i Frankrig). Dette er ikke et problem i Dolibarr eller i PHP, men på modtagende mail server. Du kan dog tilføje option MAIN_FIX_FOR_BUGGED_MTA til 1 i setup - andet for at ændre Dolibarr for at undgå dette. Du kan dog opleve problemer med andre servere, der overholder strengt SMTP-standarden. Den anden løsning (anbefales) er at bruge metoden "SMTP socket library", der ikke har nogen ulemper.
      +SendmailOptionMayHurtBuggedMTA=Funktion til at sende mails ved hjælp af metode "PHP mail direct" genererer en mailbesked, der muligvis ikke analyseres korrekt af nogle modtagende mail-servere. Resultatet er, at nogle mails ikke kan læses af folk, der er vært for disse bugged platforme. Dette er tilfældet for nogle internetudbydere (Ex: Orange i Frankrig). Dette er ikke et problem med Dolibarr eller PHP, men med den modtagende mail server. Du kan dog tilføje en mulighed MAIN_FIX_FOR_BUGGED_MTA til 1 i Setup - Other for at ændre Dolibarr for at undgå dette. Du kan dog opleve problemer med andre servere, der strengt bruger SMTP-standarden. Den anden løsning (anbefales) er at bruge metoden "SMTP socket library", som ikke har nogle ulemper.
       TranslationSetup=Opsætning af oversættelse
       TranslationKeySearch=Søg en oversættelsestast eller streng
       TranslationOverwriteKey=Overskriv en oversættelsestreng
       TranslationDesc=Sådan indstilles det viste applikationssprog: <br> * Systemwide: menu <strong> Hjem - Opsætning - Visning </strong> <br> * Per bruger: Brug fanen <strong> Brugerdisplay opsætning </strong> klik på brugernavn (øverst på skærmen).
       TranslationOverwriteDesc=Du kan også tilsidesætte strenge, der fylder nedenstående tabel. Vælg dit sprog fra "%s" dropdown, indsæt oversættelsestastens streng i "%s" og din nye oversættelse til "%s"
      -TranslationOverwriteDesc2=Du kan bruge den anden fane til at hjælpe dig med at kende oversættelsessnøglen til brug
      +TranslationOverwriteDesc2=Du kan bruge den anden fane til at hjælpe dig med at vide, hvilken oversættelsessnøgle der skal bruges
       TranslationString=Oversættelsestreng
       CurrentTranslationString=Nuværende oversættelsestreng
       WarningAtLeastKeyOrTranslationRequired=Et søgekriterium kræves i det mindste for nøgle- eller oversættelsestreng
       NewTranslationStringToShow=Ny oversættelsestreng, der skal vises
       OriginalValueWas=Den oprindelige oversættelse overskrives. Oprindelig værdi var: <br> <br> %s
      -TransKeyWithoutOriginalValue=Du har tvunget en ny oversættelse til oversættelsessnøglen '<strong> %s </strong>', der ikke findes i nogen sprogfiler
      +TransKeyWithoutOriginalValue=Du har tvinget en ny oversættelse til oversættelsessnøglen '<strong> %s </ strong>', der ikke findes i nogen sprogfiler
       TotalNumberOfActivatedModules=Aktiveret applikation / moduler: <b> %s </b> / <b> %s </b>
       YouMustEnableOneModule=Du skal i det mindste aktivere 1 modul
       ClassNotFoundIntoPathWarning=Klasse %s ikke fundet i PHP-sti
       YesInSummer=Ja om sommeren
      -OnlyFollowingModulesAreOpenedToExternalUsers=Bemærk, at kun følgende moduler åbnes for eksterne brugere (uanset tilladelse fra sådanne brugere) og kun hvis tilladelser blev givet:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Bemærk, at kun følgende moduler åbnes for eksterne brugere (uanset tilladelser fra sådanne brugere) og kun hvis der gives tilladelser:
       SuhosinSessionEncrypt=Sessionsopbevaring krypteret af Suhosin
       ConditionIsCurrently=Tilstanden er i øjeblikket %s
      -YouUseBestDriver=Du bruger driveren %s, der er den bedste driver til rådighed i øjeblikket.
      -YouDoNotUseBestDriver=Du bruger drev %s men driver %s anbefales.
      +YouUseBestDriver=Du bruger driveren %s, som er den bedste driver til rådighed i øjeblikket.
      +YouDoNotUseBestDriver=Du bruger driveren %s, men driveren %s anbefales.
       NbOfProductIsLowerThanNoPb=Du har kun %s produkter / tjenester i databasen. Dette kræver ikke nogen særlig optimering.
       SearchOptim=Søg optimering
      -YouHaveXProductUseSearchOptim=Du har %s produkt i database. Du skal tilføje den konstante PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Home-Setup-Other, du begrænser søgningen til begyndelsen af ​​strenge, der gør det muligt for databasen at bruge indeks, og du skal få et øjeblikkeligt svar.
      +YouHaveXProductUseSearchOptim=Du har %s produkter i databasen. Du skal tilføje den konstante PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Home-Setup-Other. Begræns søgningen til begyndelsen af ​​strenge, der gør det muligt for databasen at bruge indekser, og du bør få et øjeblikkeligt svar.
       BrowserIsOK=Du bruger browseren %s. Denne browser er ok for sikkerhed og ydeevne.
      -BrowserIsKO=Du bruger browseren %s. Denne browser er kendt for at være et dårligt valg for sikkerhed, ydeevne og pålidelighed. Vi anbefaler dig at bruge Firefox, Chrome, Opera eller Safari.
      +BrowserIsKO=Du bruger browseren %s. Denne browser er kendt for at være et dårligt valg for sikkerhed, ydeevne og pålidelighed. Vi anbefaler at bruge Firefox, Chrome, Opera eller Safari.
       XDebugInstalled=XDebug er indlæst.
       XCacheInstalled=XCache er indlæst.
      -AddRefInList=Vis kunde / leverandør ref til liste (vælg liste eller combobox) og det meste af hyperlink. Tredjeparter vil fremkomme med navnet "CC12345 - SC45678 - Det store selskab coorp", i stedet for "The big company coorp".
      -AskForPreferredShippingMethod=Anmod om foretrukket afsendelsesmetode for tredjeparter.
      +AddRefInList=Vis kunde / leverandør ref. info liste (vælg liste eller combobox) og det meste af hyperlink. <br> Tredjeparter vil blive vist med et navneformat af "CC12345 - SC45678 - The Big Company corp." i stedet for "The Big Company Corp".
      +AddAdressInList=Vis kunde / leverandør adresse info liste (vælg liste eller combobox) <br> Tredjeparter vil fremkomme med et navneformat af "The Big Company Corp." - 21 Jump Street 123456 Big Town - USA "i stedet for" The Big Company Corp ".
      +AskForPreferredShippingMethod=Anmod om en foretrukket forsendelsesmetode for tredjeparter.
       FieldEdition=Område udgave %s
       FillThisOnlyIfRequired=Eksempel: +2 (kun udfyld hvis problemer med tidszoneforskydning opstår)
       GetBarCode=Få stregkode
       ##### Module password generation
       PasswordGenerationStandard=Returnere en adgangskode, der genereres i henhold til interne Dolibarr algoritme: 8 tegn indeholder delt tal og tegn med små bogstaver.
      -PasswordGenerationNone=Foreslå ikke nogen genereret adgangskode. Adgangskoden skal indtastes manuelt.
      +PasswordGenerationNone=Foreslå ikke en genereret adgangskode. Adgangskoden skal indtastes manuelt.
       PasswordGenerationPerso=Ret en adgangskode i overensstemmelse med din personligt definerede konfiguration.
       SetupPerso=Ifølge din konfiguration
       PasswordPatternDesc=Beskrivelse af adgangskodemønster
       ##### Users setup #####
       RuleForGeneratedPasswords=Regel at generere foreslået passwords
       DisableForgetPasswordLinkOnLogonPage=Ikke viser linket "Glem adgangskode" på loginsiden
      -UsersSetup=Brugere modul opsætning
      +UsersSetup=Opsætning af brugermodul
       UserMailRequired=EMail forpligtet til at oprette en ny bruger
       ##### HRM setup #####
       HRMSetup=HRM modul opsætning
       ##### Company setup #####
      -CompanySetup=Selskaber modul opsætning
      -CompanyCodeChecker=Modul til tredjeparts kodegenerering og -kontrol (kunde eller leverandør)
      -AccountCodeManager=Modul til generering af regnskabskode (kunde eller sælger)
      +CompanySetup=Opsætning af firmamoduler
      +CompanyCodeChecker=Valg til automatisk generering af kunde / leverandørkoder
      +AccountCodeManager=Valg til automatisk generering af kunde / leverandørregnskabskoder
       NotificationsDesc=E-mail-meddelelsesfunktionen giver dig mulighed for lydløst at sende automatisk mail til nogle Dolibarr-arrangementer. Mål for meddelelser kan defineres:
       NotificationsDescUser=* pr. bruger, en bruger til tiden.
       NotificationsDescContact=* pr. tredjeparts kontakter (kunder eller leverandører), en kontakt ad gangen.
       NotificationsDescGlobal=* eller ved at indstille globale målemails i modulopsætningssiden.
      -ModelModules=Dokumenter skabeloner
      -DocumentModelOdt=Generer dokumenter fra OpenDocuments skabeloner (.ODT eller .ODS filer til OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Dokumentskabeloner
      +DocumentModelOdt=Generer dokumenter fra OpenDocument skabeloner (.ODT / .ODS filer fra LibreOffice, OpenOffice, KOffice, TextEdit, ...)
       WatermarkOnDraft=Vandmærke på udkast til et dokument
       JSOnPaimentBill=Aktivér funktion for at autofyldte betalingslinjer på betalingsformular
      -CompanyIdProfChecker=Professionel Id unikke
      +CompanyIdProfChecker=Regler for professionelle id'er
       MustBeUnique=Skal være unikt?
      -MustBeMandatory=Obligatorisk at oprette tredjeparter?
      -MustBeInvoiceMandatory=Obligatorisk at validere fakturaer?
      +MustBeMandatory=Obligatorisk at oprette tredjeparter (hvis momsnummer eller type af virksomhed er defineret)?
      +MustBeInvoiceMandatory=Obligatorisk at bekræfte fakturaer?
       TechnicalServicesProvided=Tekniske ydelser
       #####DAV #####
      -WebDAVSetupDesc=Dette er linkene for at få adgang til WebDAV-biblioteket. Den indeholder en "offentlig" dir, der er åben for enhver bruger, der kender webadressen (hvis adgang til offentlig adgang er tilladt) og en "privat" mappe, der har brug for en eksisterende loginkonto / adgangskode for at få adgang til.
      +WebDAVSetupDesc=Dette er linkene for at få adgang til WebDAV-biblioteket. Den indeholder en "offentlig" dir, der er åben for enhver bruger, der kender webadressen (hvis adgang til offentlig adgang er tilladt) og en "privat" mappe, der har brug for en eksisterende loginkonto / adgangskode for at få adgang.
       WebDavServer=Rod URL af %s server: %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=En eksportgaranti link <b>til %s</b> format er tilgængelig på følgende link: %s
       ##### Invoices #####
      -BillsSetup=Fakturaer modul opsætning
      +BillsSetup=Opsætning af fakturamodul
       BillsNumberingModule=Fakturaer og kreditnotaer nummerressourcer modul
       BillsPDFModules=Faktura dokumenter modeller
      +BillsPDFModulesAccordindToInvoiceType=Faktura dokumenter modeller efter faktura type
       PaymentsPDFModules=Betalingsdokumenter modeller
      -CreditNote=Credit note
      -CreditNotes=Credit noter
      -ForceInvoiceDate=Force fakturadatoen til validering dato
      +CreditNote=Kreditnota
      +CreditNotes=Kreditnotaer
      +ForceInvoiceDate=Force fakturadatoen til bekræftelse dato
       SuggestedPaymentModesIfNotDefinedInInvoice=Foreslåede betalinger tilstand på fakturaen som standard, hvis ikke defineret for faktura
       SuggestPaymentByRIBOnAccount=Foreslå betaling af trække på grund
       SuggestPaymentByChequeToAddress=Foreslå checkudbetaling til
      @@ -1249,7 +1260,7 @@ WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Anmode om lagerkilde for ordre
       ##### Suppliers Orders #####
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Anmode om købskonto bestemmelsessted
       ##### Orders #####
      -OrdersSetup=Ordrer «forvaltning setup
      +OrdersSetup=Ordrer forvaltning sætup
       OrdersNumberingModules=Ordrer nummerressourcer moduler
       OrdersModelModule=Bestil dokumenter modeller
       FreeLegalTextOnOrders=Fri tekst om ordrer
      @@ -1257,7 +1268,7 @@ WatermarkOnDraftOrders=Vandmærke på udkast til ordrer (ingen hvis tom)
       ShippableOrderIconInList=Tilføj et ikon i ordrer liste, der angiver, om ordren kan overføres
       BANK_ASK_PAYMENT_BANK_DURING_ORDER=Anmode om bestilling af bankkonto
       ##### Interventions #####
      -InterventionsSetup=Interventioner modul opsætning
      +InterventionsSetup=Opsætning af interventionsmodul
       FreeLegalTextOnInterventions=Fri tekst om intervention dokumenter
       FicheinterNumberingModules=Intervention nummerressourcer moduler
       TemplatePDFInterventions=Intervention kortet dokumenter modeller
      @@ -1269,12 +1280,13 @@ TemplatePDFContracts=Kontrakter dokumenterer modeller
       FreeLegalTextOnContracts=Fri tekst på kontrakter
       WatermarkOnDraftContractCards=Vandmærke på udkast til kontrakter (ingen hvis tom)
       ##### Members #####
      -MembersSetup=Medlemmer modul opsætning
      +MembersSetup=Opsætning af medlemsmodul
       MemberMainOptions=Standardmuligheder
       AdherentLoginRequired= Administrere et login for hvert medlem
      -AdherentMailRequired=E-Mail kræves til at oprette et nyt medlem
      +AdherentMailRequired=E-Mail kræves for at oprette en ny medlem
       MemberSendInformationByMailByDefault=Checkbox til at sende mail bekræftelse til medlemmerne er slået til som standard
       VisitorCanChooseItsPaymentMode=Besøgende kan vælge mellem tilgængelige betalingsformer
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP-opsætning
       LDAPGlobalParameters=Globale parametre
      @@ -1327,7 +1339,7 @@ LDAPMemberObjectClassListExample=Liste over objectClass definere record attribut
       LDAPMemberTypeDn=Dolibarr medlemmer typer DN
       LDAPMemberTypepDnExample=Komplet DN (ex: ou=medlemstype,dc=eksempel,dc=com)
       LDAPMemberTypeObjectClassList=Liste over objectClass
      -LDAPMemberTypeObjectClassListExample=Liste over objectClass definere record attributter (ex: top, groupOfUniqueNames)
      +LDAPMemberTypeObjectClassListExample=Liste over attributter definerede i objektClass (fx: top, groupOfUniqueNames)
       LDAPUserObjectClassList=Liste over objectClass
       LDAPUserObjectClassListExample=Liste over objectClass definere record attributter (ex: top, inetOrgPerson eller toppen, bruger Active Directory)
       LDAPGroupObjectClassList=Liste over objectClass
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test medlem type synkronisering
       LDAPTestSearch= Test en LDAP-søgning
       LDAPSynchroOK=Synkronisering test vellykket
       LDAPSynchroKO=Mislykket synkronisering test
      -LDAPSynchroKOMayBePermissions=Mislykket synkronisering test. Kontroller, at forbindelse til serveren er konfigureret korrekt og tillader LDAP udpates
      +LDAPSynchroKOMayBePermissions=Fejl ved synkroniseringstest. Kontroller, at forbindelsen til serveren er korrekt konfigureret og tillader LDAP-opdateringer
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP forbindelse til LDAP-serveren vellykket (Server= %s, Port= %s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP forbindelse til LDAP-serveren mislykkedes (Server= %s, Port= %s)
      -LDAPBindOK=Forbind / Autentificer til LDAP-server succesfuld (Server = %s, Port = %s, Admin = %s, Password = %s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=Slut / Authentificate til LDAP-serveren mislykkedes (Server= %s, Port= %s, Admin= %s, Password= %s)
      +LDAPBindOK=Forbind / godkend til LDAP-server succesfuldt (Server = %s, Port = %s, Admin = %s, Password = %s)
      +LDAPBindKO=Forbind / godkend til LDAP-server mislykkedes (Server = %s, Port = %s, Admin = %s, Password = %s)
       LDAPSetupForVersion3=LDAP-server er konfigureret til version 3
       LDAPSetupForVersion2=LDAP-server er konfigureret til version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Eksempel: samaccountname
       LDAPFieldFullname=Fornavn Navn
       LDAPFieldFullnameExample=Eksempel: cn
      -LDAPFieldPasswordNotCrypted=Password ikke krypteret
      -LDAPFieldPasswordCrypted=Kodeord krypteret
      +LDAPFieldPasswordNotCrypted=Adgangskode er ikke krypteret
      +LDAPFieldPasswordCrypted=Adgangskode er krypteret
       LDAPFieldPasswordExample=Eksempel: userPassword
       LDAPFieldCommonNameExample=Eksempel: cn
       LDAPFieldName=Navn
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Denne side giver dig mulighed for at definere LDAP attribut
       LDAPDescValues=Eksempel værdier er konstrueret til <b>OpenLDAP</b> med følgende lastes skemaer: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Hvis du bruger thoose værdier og OpenLDAP, ændre din LDAP konfigurationsfil <b>slapd.conf</b> at få alle thoose skemaer indlæses.
       ForANonAnonymousAccess=For en autentificeret adgang (for en skriveadgangen for eksempel)
       PerfDolibarr=Prestationsopsætning / optimeringsrapport
      -YouMayFindPerfAdviceHere=På denne side finder du nogle checks eller råd vedrørende performance.
      +YouMayFindPerfAdviceHere=Denne side giver nogle checks eller råd vedrørende performance.
       NotInstalled=Ikke installeret, så din server er ikke bremset af dette.
       ApplicativeCache=Applikationsbuffer
       MemcachedNotAvailable=Ingen applikationsbuffer fundet. Du kan forbedre ydeevnen ved at installere en cache-server Memcached og et modul, der kan bruge denne cache-server. <br> Mere information her <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN"> http: //wiki.dolibarr.org/index.php/Module_MemCached_EN </a>. <br> Bemærk, at en masse web hosting udbyder ikke giver sådan cache server.
       MemcachedModuleAvailableButNotSetup=Modul memcached for applikationscache fundet, men opsætning af modul er ikke komplet.
       MemcachedAvailableAndSetup=Modul memcached dedikeret til brug memcached server er aktiveret.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=Ingen OPCode cache fundet. Måtte du bruge en anden OPCode cache end XCache eller eAccelerator (god), du har muligvis ikke OPCode cache (meget dårlig).
      +NoOPCodeCacheFound=Ingen OPCode cache fundet. Måske bruger du en OPCode cache andet end XCache eller eAccelerator (god), eller måske har du ikke OPCode cache (meget dårlig).
       HTTPCacheStaticResources=HTTP-cache for statiske ressourcer (css, img, javascript)
       FilesOfTypeCached=Filer af typen %s caches af HTTP-serveren
       FilesOfTypeNotCached=Filer af typen %s caches ikke af HTTP-serveren
       FilesOfTypeCompressed=Filer af typen %s komprimeres af HTTP-serveren
       FilesOfTypeNotCompressed=Filer af typen %s komprimeres ikke af HTTP-serveren
       CacheByServer=Cache af server
      -CacheByServerDesc=For eksempel med Apache-direktivet "ExpiresByType image / gif A2592000"
      +CacheByServerDesc=For eksempel ved hjælp af Apache-direktivet "ExpiresByType image / gif A2592000"
       CacheByClient=Cache via browser
       CompressionOfResources=Kompression af HTTP-reaktioner
      -CompressionOfResourcesDesc=For eksempel ved brug af Apache-direktivet "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For eksempel ved hjælp af Apache-direktivet "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=En sådan automatisk detektering er ikke mulig med de aktuelle browsere
      -DefaultValuesDesc=Du kan definere / tvinge her standardværdien, du vil have, når du opretter en ny post, og / eller defaut filtre eller sorteringsrækkefølge, når din listeoptagelse.
      -DefaultCreateForm=Standardværdier (på formularer, der skal oprettes)
      +DefaultValuesDesc=Her kan du definere / tvinge den standardværdi, du vil have, når du opretter en ny post, og / eller standardfiltre eller sorteringsrækkefølge, når din liste registreres.
      +DefaultCreateForm=Standardværdier (for at oprette på formularer)
       DefaultSearchFilters=Standard søgefiltre
       DefaultSortOrder=Standard sorteringsordrer
       DefaultFocus=Standardfokusfelter
      +DefaultMandatory=Obligatoriske formularer
       ##### Products #####
       ProductSetup=Opsætning af varemodul
      -ServiceSetup=Services modul opsætning
      +ServiceSetup=Installation af servicemoduler
       ProductServiceSetup=Opsætning af Varer/ydelser-modul
       NumberOfProductShowInSelect=Maks. antal varer i listen med muligheder til varekombinationer (0 = ingen grænse)
      -ViewProductDescInFormAbility=Visualisering af varebeskrivelser i formularerne (ellers som popup-værktøjstip)
      +ViewProductDescInFormAbility=Vis produktbeskrivelser i formularer (ellers som popup-værktøjstip)
       MergePropalProductCard=Aktivér i produkt / tjeneste Vedhæftede filer fanen en mulighed for at fusionere produkt PDF-dokument til forslag PDF azur hvis produkt / tjeneste er i forslaget
      -ViewProductDescInThirdpartyLanguageAbility=Visualisering af varebeskrivelser på tredjeparts sprog
      +ViewProductDescInThirdpartyLanguageAbility=Vis produktbeskrivelser på tredjeparts sprog
       UseSearchToSelectProductTooltip=Også hvis du har et stort antal produkter (> 100 000), kan du øge hastigheden ved at indstille konstant PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Setup-> Other. Søgningen er så begrænset til starten af ​​strengen.
      -UseSearchToSelectProduct=Vent, tryk på en tast, inden du lægger indholdet på produkt kombinationslisten op (Dette kan øge ydeevnen, hvis du har et stort antal produkter, men det er mindre praktisk)
      +UseSearchToSelectProduct=Vent, indtil du trykker på en tast, inden du læser indholdet af produktkombinationslisten (dette kan øge ydeevnen, hvis du har et stort antal produkter, men det er mindre praktisk)
       SetDefaultBarcodeTypeProducts=Standard stregkodetype, der skal bruges til varer
       SetDefaultBarcodeTypeThirdParties=Default stregkode type bruge til tredjemand
       UseUnits=Definer en måleenhed for mængde under bestilling, forslag eller faktura linjer udgave
      @@ -1450,7 +1463,7 @@ ProductCodeChecker= Modul til generering af varekode og kontrol (vare eller ydel
       ProductOtherConf= Vare/ydelse-konfiguration
       IsNotADir=er ikke en mappe!
       ##### Syslog #####
      -SyslogSetup=Syslog modul opsætning
      +SyslogSetup=Log-modul opsætning
       SyslogOutput=Log output
       SyslogFacility=Facility
       SyslogLevel=Niveau
      @@ -1462,10 +1475,10 @@ CompressSyslogs=Komprimering og backup af fejlfindingslogfiler (genereret af mod
       SyslogFileNumberOfSaves=Log backups
       ConfigureCleaningCronjobToSetFrequencyOfSaves=Konfigurer rengøringsplanlagt job for at indstille log backupfrekvens
       ##### Donations #####
      -DonationsSetup=Donation modul opsætning
      +DonationsSetup=Indstilling af donationsmodul
       DonationsReceiptModel=Skabelon for donationen modtagelse
       ##### Barcode #####
      -BarcodeSetup=Barcode setup
      +BarcodeSetup=Stregkode opsætning
       PaperFormatModule=Print format modul
       BarcodeEncodeModule=Barcode encoding type
       CodeBarGenerator=Stregkode generator
      @@ -1485,12 +1498,12 @@ BarCodeNumberManager=Manager til automatisk definere stregkode numre
       ##### Prelevements #####
       WithdrawalsSetup=Opsætning af modul Betalingsordrer til "direkte debitering"
       ##### ExternalRSS #####
      -ExternalRSSSetup=Eksterne RSS import setup
      +ExternalRSSSetup=Ekstern import af RSS-import
       NewRSS=Ny RSS Feed
       RSSUrl=RSS-URL
       RSSUrlExample=Et interessant RSS-feed
       ##### Mailing #####
      -MailingSetup=Emailing modul opsætning
      +MailingSetup=Opsætning af EMail-modul
       MailingEMailFrom=Afsender E-mail (Fra) for e-mails sendt med e-mail-modulet
       MailingEMailError=Retur EMail (Fejl-til) for e-mails med fejl
       MailingDelay=Sekunder for at vente efter at sende næste besked
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sender modul opsætning
       SendingsReceiptModel=Afsendelse modtagelsen model
       SendingsNumberingModules=Sendings nummerering moduler
       SendingsAbility=Support forsendelsesark til kundeleverancer
      -NoNeedForDeliveryReceipts=I de fleste tilfælde anvendes skibsark både som ark til kundeleverancer (liste over produkter, der skal sendes) og ark, der er modtaget og underskrevet af kunden. Så produktleverancer kvitteringer er en duplikeret funktion og er sjældent aktiveret.
      +NoNeedForDeliveryReceipts=I de fleste tilfælde anvendes forsendelsesark både som ark til kundeleverancer (liste over produkter, der skal sendes) og ark, der modtages og underskrives af kunden. Kvitteringen for produktleverancer er derfor en duplikeret funktion og aktiveres sjældent.
       FreeLegalTextOnShippings=Fri tekst på forsendelser
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Modul til kvitteringsnumre for varelevering
      @@ -1511,22 +1524,22 @@ DeliveryOrderModel=Model for kvitteringsnumre for varelevering
       DeliveriesOrderAbility=Tilbyd kvitteringer for varelevering
       FreeLegalTextOnDeliveryReceipts=Fri tekst om levering kvitteringer
       ##### FCKeditor #####
      -AdvancedEditor=Avanceret editor
      +AdvancedEditor=Avanceret tekstredigeringsværktøj
       ActivateFCKeditor=Aktivér FCKeditor for:
       FCKeditorForCompany=WYSIWIG oprettelse/redigering af beskrivelseselementer og noter (undtagen varer/ydelser)
       FCKeditorForProduct=WYSIWIG oprettelse/redigering af beskrivelse/noter for varer/ydelser
      -FCKeditorForProductDetails=WYSIWIG oprettelse / udgave af produkter detaljer linjer for alle enheder (forslag, ordrer, fakturaer osv. ..). <font class = "warning"> Advarsel: Brug af denne indstilling til denne sag anbefales ikke alvorligt, da det kan skabe problemer med specialtegn og sideformatering, når du bygger PDF-filer. </font>
      +FCKeditorForProductDetails=WYSIWIG oprettelse / udgave af produkter detaljer linjer for alle enheder (forslag, ordrer, fakturaer osv. ..). <font class="warning">Advarsel: Aktivering af denne indstilling anbefales ikke, da det kan skabe problemer med specialtegn og sideformatering, når du bygger PDF-filer.</font>
       FCKeditorForMailing= WYSIWIG oprettelsen / udgave af postforsendelser
       FCKeditorForUserSignature=WYSIWIG oprettelse / udgave af bruger signatur
       FCKeditorForMail=WYSIWIG oprettelse / udgave for al mail (undtagen Værktøjer-> eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Forbindelsesstyring lykkedes, men databasen ikke ser sig at være et osCommerce database (Key %s blev ikke fundet i tabel %s).
      -OSCommerceTestOk=Forbindelse til server ' %s' på database' %s' med brugeren ' %s' succes.
      -OSCommerceTestKo1=Forbindelse til server ' %s' lykkes men database' %s' kunne ikke være nået.
      +OSCommerceErrorConnectOkButWrongDatabase=Forbindelse lykkedes, men databasen synes ikke at være en OSCommerce-database (Nøgle %s ikke fundet i tabel %s).
      +OSCommerceTestOk=Forbindelse til server '%s' på databasen '%s' med bruger '%s' vellykket.
      +OSCommerceTestKo1=Forbindelse til serveren '%s' lykkedes, men databasen '%s' kunne ikke nås.
       OSCommerceTestKo2=Forbindelse til server ' %s' med brugeren' %s' mislykkedes.
       ##### Stock #####
       StockSetup=Opsætning af lagermodul
      -IfYouUsePointOfSaleCheckModule=Hvis du bruger et Point of Sale-modul (POS-modul, der leveres som standard eller et andet eksternt modul), kan denne opsætning ignoreres af dit Point of Sale-modul. Det meste af salgsmodulerne er designet til at skabe øjeblikkelig en faktura og reducere lager som standard, hvad der er muligheder her. Så hvis du har brug for eller ikke har et lagerfald, når du registrerer et salg fra dit Point of Sale, skal du også kontrollere dit POS-modul oprettet.
      +IfYouUsePointOfSaleCheckModule=Hvis du bruger standardmodulet (POS) som standard eller et eksternt modul, kan denne opsætning ignoreres af dit POS-modul. De fleste POS-moduler er som standard designet til at oprette en faktura med det samme og reducere lager uanset valgmulighederne her. Så hvis du har brug for eller ikke har et lagerfald, når du registrerer et salg fra din POS, skal du også kontrollere din POS-modulopsætning.
       ##### Menu #####
       MenuDeleted=Menu slettet
       Menus=Menuer
      @@ -1548,7 +1561,7 @@ DetailRight=Betingelse for at vise uautoriserede grå menuer
       DetailLangs=Lang filnavn for etiketten kode oversættelse
       DetailUser=Praktikant / Eksterne / Alle
       Target=Mål
      -DetailTarget=Mål for links (_blank toppen åbne et nyt vindue)
      +DetailTarget=Mål for links (_blank top åbner et nyt vindue)
       DetailLevel=Niveau (-1: top menu, 0: header menuen&gt; 0 menu og sub-menuen)
       ModifMenu=Menu ændre
       DeleteMenu=Slet menuen indrejse
      @@ -1556,14 +1569,14 @@ ConfirmDeleteMenu=Er du sikker på, at du vil slette menuindgangen <b> %s </b>?
       FailedToInitializeMenu=Kunne ikke initialisere menuen
       ##### Tax #####
       TaxSetup=Opsætning af modul til skatter/afgifter.
      -OptionVatMode=Mulighed d'exigibilit de TVA
      +OptionVatMode=Moms skyldig
       OptionVATDefault=Standardbasis
       OptionVATDebitOption=Periodiseringsgrundlag
       OptionVatDefaultDesc=Moms skyldes: <br> - Om levering / betaling for varer <br> - Bestemmelser om betalinger for tjenester
       OptionVatDebitOptionDesc=Moms skyldes: <br> - Om levering / betaling for varer <br> - På fakturaen (debet) for tjenesteydelser
       OptionPaymentForProductAndServices=Kontantgrundlag for produkter og tjenesteydelser
       OptionPaymentForProductAndServicesDesc=Moms skyldes: <br> - ved betaling for varer <br> - på betalinger for tjenesteydelser
      -SummaryOfVatExigibilityUsedByDefault=Tid for moms eksigibilitet som standard i henhold til den valgte mulighed:
      +SummaryOfVatExigibilityUsedByDefault=Tid for momsberettigelse som standard i henhold til den valgte mulighed:
       OnDelivery=Om levering
       OnPayment=Om betaling
       OnInvoice=På fakturaen
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Indkøbskonto. kode
       AgendaSetup=Opsætning af modul for begivenheder og tidsplan
       PasswordTogetVCalExport=Nøglen til at tillade eksport link
       PastDelayVCalExport=Må ikke eksportere begivenhed ældre end
      -AGENDA_USE_EVENT_TYPE=Brug begivenhedstyper (styret til menuopsætning -> Ordbøger -> Type agendahændelser)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Brug automatisk denne type begivenhed ved oprettelse af en begivenhed
      -AGENDA_DEFAULT_FILTER_TYPE=Brug automatisk denne type begivenhed i søgefilteret for tidsplansvisning
      -AGENDA_DEFAULT_FILTER_STATUS=Brug automatisk denne type status i søgefilteret for tidsplansvisning
      +AGENDA_USE_EVENT_TYPE=Brug begivenhedstyper (styret i menuopsætning -> Ordbøger -> Type agendahændelser)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Indstil denne standardværdi automatisk for type begivenhed i begivenhedsoprettelsesformular
      +AGENDA_DEFAULT_FILTER_TYPE=Indstil denne type begivenhed automatisk i søgefilter i dagsordblik
      +AGENDA_DEFAULT_FILTER_STATUS=Indstil denne status automatisk for begivenheder i søgefilter i dagsordblik
       AGENDA_DEFAULT_VIEW=Hvilket faneblad, der skal åbnes som standard, når menuen Tidsplan vælges
       AGENDA_REMINDER_EMAIL=Aktivér hændelsespåmindelse <b> via e-mails </b> (påmindelsesindstilling / forsinkelse kan defineres på hver hændelse). Bemærk: Modul <strong> %s </strong> skal være aktiveret og korrekt konfigureret for at få påmindelse sendt med den korrekte frekvens.
      -AGENDA_REMINDER_BROWSER=Aktivér hændelsespåmindelse <b> på brugerens browser </b> (når hændelsesdatoen er nået, kan hver bruger nægte dette fra browserbekræftelsesspørgsmålet)
      +AGENDA_REMINDER_BROWSER=Aktivér hændelsespåmindelse <b> på brugerens browser </ b> (når hændelsesdatoen er nået, kan hver bruger nægte dette fra browserbekræftelsesspørgsmålet)
       AGENDA_REMINDER_BROWSER_SOUND=Aktivér lydmeddelelse
       AGENDA_SHOW_LINKED_OBJECT=Vis linkede objekter i tidsplanvisning
       ##### Clicktodial #####
      -ClickToDialSetup=Klik for at ringe modul opsætning
      +ClickToDialSetup=Opsætning af Klik-for-at-ringe-modulet
       ClickToDialUrlDesc=Url kaldes, når man klikke på telefon billed. I URL kan du bruge tags <br> <b> __ PHONETO __ </b>, der vil blive erstattet med telefonnummeret til den person, der skal ringe <br> <b> __ PHONEFROM __ </b>, der vil blive erstattet med telefonnummeret til opkaldet person (din) <br> <b> __ LOGIN __ </b>, der vil blive erstattet med clicktodial login (defineret på brugerkort) <br> <b> __ PASS __ </b>, der vil blive erstattet med clicktodial adgangskode (defineret på bruger kort).
      -ClickToDialDesc=Dette modul gør det muligt at få telefonnumre klikbare. Et klik på dette ikon vil ringe, gør din telefon til at ringe til telefonnummeret. Dette kan bruges til at ringe til et callcenter-system fra Dolibarr, som f.eks. Kan ringe til telefonnummeret på et SIP-system.
      +ClickToDialDesc=Dette modul gør det muligt at få telefonnumre klikbare. Et klik på dette ikon vil ringe ring dit telefonnummer. Dette kan bruges til at ringe til et callcenter-system fra Dolibarr, som f.eks. Kan ringe til telefonnummeret på et SIP-system.
       ClickToDialUseTelLink=Brug kun et link "tel:" på telefonnumre
      -ClickToDialUseTelLinkDesc=Brug denne metode, hvis dine brugere har en softphone eller en software-grænseflade installeret på samme computer end browseren, og kaldes, når du klikker på et link i din browser, der starter med "tel:". Hvis du har brug for en fuld serverløsning (uden brug af lokal softwareinstallation), skal du indstille dette til "Nej" og udfylde næste felt.
      +ClickToDialUseTelLinkDesc=Brug denne metode, hvis dine brugere har en softphone eller en software-grænseflade installeret på samme computer som browseren, og kaldes, når du klikker på et link i din browser, der starter med "tel:". Hvis du har brug for en fuld serverløsning (uden brug af lokal softwareinstallation), skal du indstille dette til "Nej" og udfylde næste felt.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of salg
      -CashDeskSetup=Cash desk modul opsætning
      +CashDeskSetup=Opsætning af salgsmodul
       CashDeskThirdPartyForSell=Standard generisk tredjepart til brug for salg
       CashDeskBankAccountForSell=Cash konto til brug for sælger
       CashDeskBankAccountForCheque= Konto til at bruge til at modtage betalinger med check
       CashDeskBankAccountForCB= Konto til at bruge til at modtage kontant betaling ved kreditkort
      -CashDeskDoNotDecreaseStock=Deaktiver lagerbeholdningen, når et salg er lavet fra Point of Sale (hvis "nej", lagernedgang er udført for hvert salg lavet fra POS, uanset hvad der er indstillet i modul lager).
      +CashDeskDoNotDecreaseStock=Deaktiver lagerbeholdningen, når et salg er udført fra Point of Sale (hvis "nej", lagernedgang er udført for hvert salg udført fra POS, uanset optionen i modul lager).
       CashDeskIdWareHouse=Force og begrænse lageret til brug for lagernedgang
      -StockDecreaseForPointOfSaleDisabled=Lagernedgang fra Point of Sale deaktiveret
      +StockDecreaseForPointOfSaleDisabled=Lagernedgang fra salgssted deaktiveret
       StockDecreaseForPointOfSaleDisabledbyBatch=Lagernedgang i POS er ikke kompatibel med massehåndtering
      -CashDeskYouDidNotDisableStockDecease=Du har ikke deaktiveret lagernedgang, når du sælger fra Point of Sale. Så et lager er påkrævet.
      +CashDeskYouDidNotDisableStockDecease=Du har ikke deaktiveret lagernedgang, når du sælger fra Point of Sale. Derfor er et lager påkrævet.
       ##### Bookmark #####
      -BookmarkSetup=Bogmærkemodulet setup
      -BookmarkDesc=Dette modul giver dig mulighed for at håndtere bogmærker. Du kan også tilføje genveje til enhver Dolibarr sider eller externale websteder på din venstre menu.
      +BookmarkSetup=Bogmærke modul opsætning
      +BookmarkDesc=Dette modul giver dig mulighed for at styre bogmærker. Du kan også tilføje genveje til Dolibarr-sider eller eksterne websteder på din venstre menu.
       NbOfBoomarkToShow=Maksimalt antal bogmærker til at vise i venstre menu
       ##### WebServices #####
       WebServicesSetup=Webservices modul opsætning
      @@ -1625,7 +1638,7 @@ OnlyActiveElementsAreExposed=Kun elementer fra aktiverede moduler er udsat
       ApiKey=Nøgle til API
       WarningAPIExplorerDisabled=API-udforskeren er blevet deaktiveret. API-explorer er ikke forpligtet til at levere API-tjenester. Det er et værktøj for udvikleren at finde / test REST API'er. Hvis du har brug for dette værktøj, skal du gå i setup af modul API REST for at aktivere det.
       ##### Bank #####
      -BankSetupModule=Bank modul opsætning
      +BankSetupModule=Opsætning af bankmodul
       FreeLegalTextOnChequeReceipts=Fri tekst på check kvitteringer
       BankOrderShow=Vis rækkefølgen af ​​bankkonti for lande, der anvender &quot;detaljeret bank nummer&quot;
       BankOrderGlobal=General
      @@ -1634,15 +1647,15 @@ BankOrderES=Spansk
       BankOrderESDesc=Spansk display for
       ChequeReceiptsNumberingModule=Kontroller kvitterings nummereringsmodul
       ##### Multicompany #####
      -MultiCompanySetup=Multi-selskab modul opsætning
      +MultiCompanySetup=Opsætning af multi-selskabsmodul
       ##### Suppliers #####
      -SuppliersSetup=Leverandør modul opsætning
      -SuppliersCommandModel=Komplet skabelon af prchase-ordre (logo ...)
      +SuppliersSetup=Opsætning af leverandørmodul
      +SuppliersCommandModel=Komplet skabelon for indkøbsordre (logo ...)
       SuppliersInvoiceModel=Fuldstændig skabelon af leverandørfaktura (logo ...)
       SuppliersInvoiceNumberingModel=Leverandør faktura nummerering modeller
       IfSetToYesDontForgetPermission=Hvis du er indstillet til ja, glem ikke at give tilladelser til grupper eller brugere tilladt til anden godkendelse
       ##### GeoIPMaxmind #####
      -GeoIPMaxmindSetup=GeoIP Maxmind modul opsætning
      +GeoIPMaxmindSetup=Opsætning af GeoIP Maxmind-modul
       PathToGeoIPMaxmindCountryDataFile=Sti til fil indeholdende Maxmind ip til oversættelse af land. <br> Eksempler: <br> /usr/local/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoIP.dat
       NoteOnPathLocation=Bemærk, at din ip til land datafil skal være inde en mappe din PHP kan læse (Check din PHP open_basedir setup og filsystem tilladelser).
       YouCanDownloadFreeDatFileTo=Du kan downloade en <b>gratis demo version</b> af Maxmind GeoIP land fil på %s.
      @@ -1650,11 +1663,11 @@ YouCanDownloadAdvancedDatFileTo=Du kan også downloade en mere <b>komplet versio
       TestGeoIPResult=Test af en konvertering IP -> land
       ##### Projects #####
       ProjectsNumberingModules=Projekter nummerering modul
      -ProjectsSetup=Project modul opsætning
      +ProjectsSetup=Opsætning af projektmodul
       ProjectsModelModule=Projekt rapport dokument model
       TasksNumberingModules=Opgaver nummereringsmodul
       TaskModelModule=Opgaver rapporterer dokumentmodel
      -UseSearchToSelectProject=Vent på at trykke på en tast, inden du lægger indholdet på projektkombinationslisten (Dette kan øge ydeevnen, hvis du har et stort antal projekter, men det er mindre praktisk)
      +UseSearchToSelectProject=Vent, indtil der trykkes på en tast, inden du læser indholdet på projektkombinationslisten. <br> Dette kan forbedre ydeevnen, hvis du har et stort antal projekter, men det er mindre praktisk.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Regnskabsperioder
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan finde muligheder fo
       ListOfNotificationsPerUser=Liste over meddelelser pr. Bruger *
       ListOfNotificationsPerUserOrContact=Liste over meddelelser pr. Bruger * eller pr. Kontakt **
       ListOfFixedNotifications=Liste over faste meddelelser
      -GoOntoUserCardToAddMore=Gå på fanen "Notifikationer" for en bruger for at tilføje eller fjerne underretninger for brugere
      -GoOntoContactCardToAddMore=Gå på fanen "Notifikationer" fra en tredjepart for at tilføje eller fjerne meddelelser for kontakter / adresser
      +GoOntoUserCardToAddMore=Gå til fanen "Notifikationer" for en bruger for at tilføje eller fjerne underretninger for brugere
      +GoOntoContactCardToAddMore=Gå på fanen "Notifikationer" fra en tredjepart for at tilføje eller fjerne underretninger for kontaktadresser
       Threshold=Grænseværdi
       BackupDumpWizard=Guiden til at opbygge database backup dump fil
       SomethingMakeInstallFromWebNotPossible=Installation af eksternt modul er ikke muligt fra webgrænsefladen af ​​følgende årsag:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Installation af eksternt modul fra app
       ConfFileMustContainCustom=Installation eller opbygning af et eksternt modul fra applikationen skal gemme modulfilerne i mappen <strong> %s </strong>. Hvis du vil have denne mappe behandlet af Dolibarr, skal du konfigurere din <strong> conf / conf.php </strong> for at tilføje de to direktelinjer: <br> <strong> $ dolibarr_main_url_root_alt = '/ custom'; </strong> <br> <strong> $ dolibarr_main_document_root_alt = '%s /custom'; </strong>
       HighlightLinesOnMouseHover=Fremhæv tabel linjer, når musen flytter passerer over
       HighlightLinesColor=Fremhæv farve på linjen, når musen passerer over (hold tom for ingen fremhævning)
      +HighlightLinesChecked=Fremhæv farve på linjen, når den er markeret (hold tom for ingen fremhævning)
       TextTitleColor=Tekstfarve på sidetitel
       LinkColor=Farve af links
       PressF5AfterChangingThis=Tryk på CTRL + F5 på tastaturet eller ryd din browserens cache efter at have ændret denne værdi for at få den effektiv
      @@ -1718,7 +1732,7 @@ PositionIntoComboList=Linjens placering i kombinationslister
       SellTaxRate=Salgsskattesats
       RecuperableOnly=Ja for moms "Ikke opfattet, men genoprettelig" dedikeret til nogle stater i Frankrig. Hold værdi til "Nej" i alle andre tilfælde.
       UrlTrackingDesc=Hvis leverandøren eller transporttjenesten tilbyder en side eller et websted for at kontrollere status for din forsendelse, kan du indtaste det her. Du kan bruge nøglen {TRACKID} til URL-parametre, så systemet vil erstatte det med værdien af ​​sporingsnummerbrugeren, der er indtastet på forsendelseskort.
      -OpportunityPercent=Når du opretter en mulighed, definerer du en anslået mængde projekt / bly. Ifølge muligheden for muligheden kan dette beløb multipliceres med denne sats for at vurdere det globale beløb, som alle dine muligheder kan generere. Værdien er procent (mellem 0 og 100).
      +OpportunityPercent=Når du opretter en bly, definerer du en anslået mængde projekt / bly. Ifølge status for bly kan dette beløb multipliceres med denne sats for at vurdere det globale beløb, som alle dine muligheder kan generere. Værdien er procent (mellem 0 og 100).
       TemplateForElement=Denne skabelon rekord er dedikeret til hvilket element
       TypeOfTemplate=Type skabelon
       TemplateIsVisibleByOwnerOnly=Skabelon er kun synlig for ejeren
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Du bruger den seneste stabile version
       TitleExampleForMajorRelease=Eksempel på besked, du kan bruge til at annoncere denne store udgivelse (brug det gratis at bruge det på dine websteder)
       TitleExampleForMaintenanceRelease=Eksempel på besked, du kan bruge til at annoncere denne vedligeholdelsesudgivelse (lad det være gratis at bruge det på dine websteder)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s er tilgængelig. Version %s er en stor udgivelse med mange nye funktioner til både brugere og udviklere. Du kan downloade det fra downloadområdet på https://www.dolibarr.org portal (underkatalog Stable versioner). Du kan læse <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> for en komplet liste over ændringer.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s er tilgængelig. Version %s er en vedligeholdelsesversion, så den indeholder kun fejlrettelser af fejl. Vi anbefaler, at alle bruger en ældre version for at opgradere til denne. Som enhver vedligeholdelsesfrigivelse findes ingen nye funktioner eller ændringer i datastruktur til denne version. Du kan downloade det fra downloadområdet på https://www.dolibarr.org portal (underkatalog Stable versioner). Du kan læse <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> for en komplet liste over ændringer.
      -MultiPriceRuleDesc=Når valgmuligheden "Flere prisniveauer pr. Produkt / service" er tændt, kan du definere forskellige priser (et pr. Prisniveau) for hvert produkt. For at spare tid, kan du indtaste her regel for at få prisen for hvert niveau autokalculeret i henhold til prisen på første niveau, så du skal kun indtaste prisen for første niveau på hvert produkt. Denne side er her for at spare dig tid og kan kun være nyttig, hvis dine priser for hver leve er i forhold til første niveau. Du kan ignorere denne side i de fleste tilfælde.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s er tilgængelig. Version %s er en vedligeholdelsesversion, så den indeholder kun fejlrettelser af fejl. Vi anbefaler, at alle bruger en ældre version for at opgradere til denne. Som enhver vedligeholdelsesfrigivelse findes ingen nye funktioner eller datastrukturændringer i denne version. Du kan downloade det fra downloadområdet på https://www.dolibarr.org portal (underkatalog Stable versioner). Du kan læse <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> for en komplet liste over ændringer.
      +MultiPriceRuleDesc=Når valgmuligheden "Flere prisniveauer per produkt / service" er aktiveret, kan du definere forskellige priser (en per prisniveau) for hvert produkt. For at spare tid, kan du her indtaste en regel for at få en pris for hvert niveau autokalculeret i henhold til prisen på første niveau, så du skal kun angive en pris for første niveau på hvert produkt. Denne side er her for at spare dig tid og kan kun være nyttig, hvis dine priser for hvert niveau er i forhold til første niveau. Du kan ignorere denne side i de fleste tilfælde.
       ModelModulesProduct=Skabeloner til produktdokumenter
      -ToGenerateCodeDefineAutomaticRuleFirst=For at kunne generere automatisk koder skal du først definere en manager til automatisk definere stregkode nummer.
      +ToGenerateCodeDefineAutomaticRuleFirst=For at kunne generere koder automatisk skal du først definere en manager til automatisk definere stregkode nummer.
       SeeSubstitutionVars=Se * note for liste over mulige substitutionsvariabler
       SeeChangeLog=Se ChangeLog-fil (kun engelsk)
       AllPublishers=Alle udgivere
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Tilføj andre sider eller tjenester
       AddModels=Tilføj dokument eller nummereringsskabeloner
       AddSubstitutions=Tilføj nøglesubstitutioner
       DetectionNotPossible=Detektion er ikke muligt
      -UrlToGetKeyToUseAPIs=Url for at få token til at bruge API (en gang token er blevet modtaget, gemmes den på databasebrugertabellen og skal angives på hvert API-opkald)
      +UrlToGetKeyToUseAPIs=Url for at få token til at bruge API (når token er blevet modtaget, gemmes den i databasens brugertabel og skal anvendes ved hvert API-opkald)
       ListOfAvailableAPIs=Liste over tilgængelige API'er
       activateModuleDependNotSatisfied=Modul "%s" afhænger af modulet "%s", der mangler, så modulet "%1$s" fungerer muligvis ikke korrekt. Venligst installer modul "%2$s" eller deaktiver modul "%1$s" hvis du vil være sikker fra enhver overraskelse
      -CommandIsNotInsideAllowedCommands=Kommandoen du forsøger at køre er ikke inde i listen over tilladte kommandoer defineret i parameter <strong> $ dolibarr_main_restrict_os_commands </strong> til <strong> conf.php </strong> -filen.
      +CommandIsNotInsideAllowedCommands=Kommandoen du forsøger at køre er ikke på listen over tilladte kommandoer defineret i parameter <strong> $ dolibarr_main_restrict_os_commands </ strong> i filen <strong> conf.php </ strong>.
       LandingPage=Destinationsside
       SamePriceAlsoForSharedCompanies=Hvis du bruger et multimediemodul med valget "Single price", vil prisen også være den samme for alle virksomheder, hvis produkterne deles mellem miljøer
       ModuleEnabledAdminMustCheckRights=Modulet er blevet aktiveret. Tilladelser til aktiverede moduler blev kun givet til admin-brugere. Du kan muligvis give tilladelse til andre brugere eller grupper manuelt, hvis det er nødvendigt.
      -UserHasNoPermissions=Denne bruger har ingen tilladelse defineret
      -TypeCdr=Brug "Ingen", hvis betalingsdatoen er fakturadato plus et delta i dage (delta er feltet "Nb dage") <br> Brug "Ved slutningen af ​​måneden", hvis datoen efter deltaet skal hæves for at nå udgangen af ​​måneden (+ et valgfrit "Offset" i dage) <br> Brug "Nuværende / Næste" for at have betalingsfristen den første Nth af måneden (N er gemt i feltet "Nb dage")
      +UserHasNoPermissions=Denne bruger har ingen tilladelser defineret
      +TypeCdr=Brug "Ingen", hvis betalingsdatoen er faktura dato plus et delta i dage (delta er feltet "%s") <br> Brug "Ved slutningen af ​​måneden", hvis, efter deltaet, skal datoen hæves for at nå frem til slutningen af ​​måneden (+ en valgfri "%s" i dage) <br> Brug "Nuværende / Næste" for at have betalingsfristen den første Nth af måneden efter deltaet (delta er feltet "%s", N er gemt i feltet "%s")
       BaseCurrency=Referencens valuta af virksomheden (gå i setup af firma for at ændre dette)
       WarningNoteModuleInvoiceForFrenchLaw=Dette modul %s er i overensstemmelse med franske love (Loi Finance 2016).
       WarningNoteModulePOSForFrenchLaw=Dette modul %s er i overensstemmelse med franske love (Loi Finance 2016), fordi modul Non Reversible Logs automatisk aktiveres.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Du forsøger at installere modulet %s, der er et eksternt modul. Aktivering af et eksternt modul betyder, at du har tillid til udgiveren af ​​modulet, og du er sikker på at dette modul ikke ændrer din ansøgning adfærd negativt og er i overensstemmelse med lovene i dit land (%s). Hvis modulet medfører en ikke-juridisk funktion, bliver du ansvarlig for brugen af ​​en ikke-lovlig software.
      +WarningInstallationMayBecomeNotCompliantWithLaw=Du forsøger at installere modul %s, der er et eksternt modul. Aktivering af et eksternt modul betyder, at du har tillid til udgiveren af ​​det pågældende modul, og at du er sikker på, at dette modul ikke har negativ indflydelse på din applikations adfærd og er i overensstemmelse med lovene i dit land (%s). Hvis modulet introducerer en ulovlig funktion, bliver du ansvarlig for brugen af ​​ulovlig software.
       MAIN_PDF_MARGIN_LEFT=Venstre margin på PDF
       MAIN_PDF_MARGIN_RIGHT=Højre margin på PDF
       MAIN_PDF_MARGIN_TOP=Top margin på PDF
       MAIN_PDF_MARGIN_BOTTOM=Bundmargen på PDF
      +NothingToSetup=Der er ingen specifik opsætning at gøre for dette modul.
       SetToYesIfGroupIsComputationOfOtherGroups=Indstil dette til ja, hvis denne gruppe er en beregning af andre grupper
      -EnterCalculationRuleIfPreviousFieldIsYes=Indtast beregningsregel hvis tidligere felt blev indstillet til Ja (for eksempel 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Indtast beregningsregel, hvis tidligere felt blev sat til Ja (For eksempel 'CODEGRP1 + CODEGRP2')
       SeveralLangugeVariatFound=Flere sprogvarianter fundet
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Fjern specialtegn
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter til ren værdi (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=GDPR-kontakt
      -GDPRContactDesc=Hvis du opbevarer data om europæiske virksomheder / borgere, kan du gemme den kontaktperson der er ansvarlig for databeskyttelsesforordningen
      +GDPRContact=Databeskyttelsesansvarlig (DPO, Data Privacy eller GDPR-kontakt)
      +GDPRContactDesc=Hvis du gemmer data om europæiske virksomheder / borgere, kan du gemme den kontaktperson, der er ansvarlig for den generelle databeskyttelsesforordning her
      +HelpOnTooltip=Hjælpetekst til at vise på værktøjstip
      +HelpOnTooltipDesc=Indsæt tekst eller en oversættelsessnøgle her for at teksten skal vises på et værktøjstip, når dette felt vises i en formular
      +YouCanDeleteFileOnServerWith=Du kan slette denne fil på server med kommandolinje: <br> %s
      +ChartLoaded=Kort over konto indlæst
      +SocialNetworkSetup=Opsætning af modul Sociale netværk
      +EnableFeatureFor=Aktivér funktioner til <strong> %s </ strong>
      +VATIsUsedIsOff=Bemærk: Muligheden for at bruge salgsafgift eller moms er blevet indstillet til <strong> Fra </ strong> i menuen %s - %s, så Salgsskat eller moms, der anvendes, vil altid være 0 til salg.
      +SwapSenderAndRecipientOnPDF=Byt afsender og modtageradresse på PDF
      +FeatureSupportedOnTextFieldsOnly=Advarsel, funktion understøttes kun på tekstfelter
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Konfiguration du modul Ressource
       UseSearchToSelectResource=Brug en søgeformular til at vælge en ressource (i stedet for en rullemenu).
       DisabledResourceLinkUser=Deaktiver funktion for at forbinde en ressource til brugere
       DisabledResourceLinkContact=Deaktiver funktion for at forbinde en ressource til kontakter
       ConfirmUnactivation=Bekræft modul reset
      +OnMobileOnly=Kun på lille skærm (smartphone)
      +DisableProspectCustomerType=Deaktiver "Emner + Kunder" tredjeparts type (så tredjepart skal være Emner eller Kunder, men kan ikke begge)
      diff --git a/htdocs/langs/da_DK/companies.lang b/htdocs/langs/da_DK/companies.lang
      index bbf4a493320..91dae5884fe 100644
      --- a/htdocs/langs/da_DK/companies.lang
      +++ b/htdocs/langs/da_DK/companies.lang
      @@ -7,15 +7,15 @@ DeleteContact=Slet en kontakt/adresse
       ConfirmDeleteContact=Er du sikker på, at du vil slette denne kontakt og alle arvede oplysninger?
       MenuNewThirdParty=Ny tredjepart
       MenuNewCustomer=Ny kunde
      -MenuNewProspect=Nyt emne
      +MenuNewProspect=Ny potentiel kunde
       MenuNewSupplier=Ny leverandør
       MenuNewPrivateIndividual=Ny privatperson
      -NewCompany=Nyt selskab (mulighed, kunde, levenrandør)
      -NewThirdParty=Ny tredjepart (mulighed, kunde, levenrandør)
      +NewCompany=Nyt selskab (potentielle kunder, kunde, leverandør)
      +NewThirdParty=Ny tredjepart (potentielle kunder, kunde, leverandør)
       CreateDolibarrThirdPartySupplier=Opret en tredjepart (levenrandør)
       CreateThirdPartyOnly=Opret tredjepart
       CreateThirdPartyAndContact=Opret en tredjepart + en børnekontakt
      -ProspectionArea=Prospektering område
      +ProspectionArea=Prospekteringsområde
       IdThirdParty=Id tredjepart
       IdCompany=CVR
       IdContact=Kontakt-ID
      @@ -25,28 +25,28 @@ ThirdPartyContact=Kontakt for tredjepart
       Company=Firma
       CompanyName=Firmanavn
       AliasNames=Alias ​​navn (kommerciel, varemærke, ...)
      -AliasNameShort=Alias ​​navn
      +AliasNameShort=Alias ​​Navn
       Companies=Selskaber
      -CountryIsInEEC=Landet er inde i Det Europæiske Økonomiske Fællesskab
      -ThirdPartyName=Tredjeparts navn
      +CountryIsInEEC=Landet er inden for Det Europæiske Økonomiske Fællesskab
      +ThirdPartyName=Navn på tredjepart
       ThirdPartyEmail=Tredjeparts email
      -ThirdParty=Tredjepart
      -ThirdParties=Tredjepart
      -ThirdPartyProspects=Emner
      -ThirdPartyProspectsStats=Emner
      +ThirdParty=Tredje part
      +ThirdParties=Tredje partier
      +ThirdPartyProspects=Potentielle kunder
      +ThirdPartyProspectsStats=Potentielle kunder
       ThirdPartyCustomers=Kunder
       ThirdPartyCustomersStats=Kunder
       ThirdPartyCustomersWithIdProf12=Kunder med %s eller %s
       ThirdPartySuppliers=Leverandører
      -ThirdPartyType=Tredjepart type
      +ThirdPartyType=Virksomhedstype
       Individual=Privatperson
      -ToCreateContactWithSameName=Vil automatisk oprette en kontakt / adresse med samme oplysninger end tredjepart under tredjepart. I de fleste tilfælde er det nok, selvom din tredjepart er et fysisk menneske, at skabe en tredjepart alene.
      +ToCreateContactWithSameName=Vil oprette en tredjepart og en tilknyttet kontakt / adresse med samme information som tredjeparten. I de fleste tilfælde er det nok, selvom din tredjepart er en fysisk person, at skabe en tredjepart alene.
       ParentCompany=Moderselskab
       Subsidiaries=Datterselskaber
       ReportByMonth=Rapport pr. Måned
       ReportByCustomers=Rapport af kunde
       ReportByQuarter=Rapport fra kvartal
      -CivilityCode=Høfligt kode
      +CivilityCode=Civility code
       RegisteredOffice=Hjemsted
       Lastname=Efternavn
       Firstname=Fornavn
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=By
       Web=Web
       Poste= Position
      -DefaultLang=Sprog som standard
      -VATIsUsed=Salgsmoms anvendes
      -VATIsUsedWhenSelling=Dette definerer, hvis denne tredjepart indeholder en salgsafgift eller ej, når den foretager en faktura til sine egne kunder
      +DefaultLang=Sprogstandard
      +VATIsUsed=Anvendt moms
      +VATIsUsedWhenSelling=Dette definerer, om denne tredjepart indeholder en salgsafgift eller ej, når den foretager en faktura til sine egne kunder
       VATIsNotUsed=Salgsmoms anvendes ikke
       CopyAddressFromSoc=Fyld adresse med tredjepartsadresse
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Tredjepart er hverken kunde eller leverandør, ingen tilgængelige henvisningsobjekter
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Tredjepart hverken kunde eller leverandør, ingen tilgængelige henvisende objekter
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tredjepart er hverken kunde eller leverandør, rabatter er ikke tilgængelige
       PaymentBankAccount=Betaling bankkonto
       OverAllProposals=Tilbud
      @@ -258,12 +258,12 @@ ProfId1DZ=RC
       ProfId2DZ=Kunst.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Salgsmoms ID
      +VATIntra=Momsnummer
       VATIntraShort=Skatte ID
       VATIntraSyntaxIsValid=Syntaks er gyldigt
       VATReturn=Moms returnering
      -ProspectCustomer=Emne / kunde
      -Prospect=Emne
      +ProspectCustomer=Status på potentielle kunder / kunde
      +Prospect=Potentiel kunde
       CustomerCard=Customer Card
       Customer=Kunde
       CustomerRelativeDiscount=Relativ kunde rabat
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Denne kunde har en rabat <b>på %s%%</b>
       CompanyHasNoRelativeDiscount=Denne kunde har ingen relativ discount som standard
       HasRelativeDiscountFromSupplier=Du har en standardrabat på <b> %s%% </b> fra denne leverandør
       HasNoRelativeDiscountFromSupplier=Du har ingen standard relativ rabat fra denne leverandør
      -CompanyHasAbsoluteDiscount=Denne kunde har rabat til rådighed (kredit noter eller nedbetalinger) for <b> %s </b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Denne kunde har rabat til rådighed (kommerciel, nedbetalinger) til <b> %s </ b> %s
      +CompanyHasAbsoluteDiscount=Denne kunde har rabatter til rådighed (kreditnotaer eller nedbetalinger) for <b>%s</b>%s
      +CompanyHasDownPaymentOrCommercialDiscount=Denne kunde har rabat til rådighed (kommercielle, nedbetalinger) til <b> %s </ b> %s
       CompanyHasCreditNote=Denne kunde har stadig kreditnotaer <b>for %s %s</b>
       HasNoAbsoluteDiscountFromSupplier=Du har ingen rabatkredit tilgængelig hos denne leverandør
       HasAbsoluteDiscountFromSupplier=Du har rabatter til rådighed (krediter noter eller forudbetalinger) for <b> %s </b> %s fra denne leverandør
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolutte kunderabatter (givet af dig selv)
       SupplierAbsoluteDiscountAllUsers=Absolutte leverandørrabatter (indtastet af alle brugere)
       SupplierAbsoluteDiscountMy=Absolutte leverandørrabatter (indtastet af dig selv)
       DiscountNone=Ingen
      -Supplier=Leverandør
      +Supplier=Sælger
       AddContact=Opret kontakt
       AddContactAddress=Opret kontakt/adresse
       EditContact=Rediger kontakt
      @@ -304,16 +304,16 @@ DeleteACompany=Slet et selskab
       PersonalInformations=Personoplysninger
       AccountancyCode=Regnskabskonto
       CustomerCode=Kundekode
      -SupplierCode=Leverandør kode
      +SupplierCode=Leverandørkode
       CustomerCodeShort=Kundekode
       SupplierCodeShort=Leverandør kode
       CustomerCodeDesc=Kundekode, unik for alle kunder
       SupplierCodeDesc=Leverandørkode, unik for alle leverandører
      -RequiredIfCustomer=Påkrævet, hvis tredjepart er en kunde eller et emne
      +RequiredIfCustomer=Påkrævet, hvis tredjepart er kunde eller kunde
       RequiredIfSupplier=Påkrævet, hvis tredjepart er en sælger
      -ValidityControledByModule=Gyldighed kontrolleres af modul
      -ThisIsModuleRules=Dette er reglerne for dette modul
      -ProspectToContact=Emne at kontakte
      +ValidityControledByModule=Gyldighedsstyret af modulet
      +ThisIsModuleRules=Regler for dette modul
      +ProspectToContact=Potentiel kunde til kontakt
       CompanyDeleted=Company " %s" slettet fra databasen.
       ListOfContacts=Liste over kontakter/adresser
       ListOfContactsAddresses=Liste over kontakter/adresser
      @@ -333,29 +333,29 @@ NoContactForAnyProposal=Denne kontakt er ikke tilknyttet noget tilbud
       NoContactForAnyContract=Denne kontakt er ikke tilknyttet nogen kontrakt
       NoContactForAnyInvoice=Denne kontakt er ikke tilknyttet nogen faktura
       NewContact=Ny kontakt
      -NewContactAddress=Ny kontakt/adresse
      +NewContactAddress=Ny kontakt / adresse
       MyContacts=Mine kontakter
       Capital=Egenkapital
       CapitalOf=Egenkapital på %s
       EditCompany=Rediger virksomhed
      -ThisUserIsNot=Denne bruger er ikke en kunde, kunde eller leverandør
      +ThisUserIsNot=Denne bruger er ikke en potentiel kunde, kunde eller leverandør
       VATIntraCheck=Kontrollere
      -VATIntraCheckDesc=<b>Linket %s</b> tillader at anmode Den Europæiske moms Kontrolprogram service. En ekstern adgang til internettet fra server er påkrævet til denne tjeneste for at arbejde.
      +VATIntraCheckDesc=Linket <b> %s </b> bruger den europæiske momscheckertjeneste (VIES). En ekstern internetadgang fra serveren er nødvendig for at denne service skal fungere.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Tjek momsen for det indre marked på Europa-Kommissionens hjemmeside
      -VATIntraManualCheck=Du kan også kontrollere manuelt fra europæisk hjemmeside <a href="%s" target="_blank">%s</a>
      -ErrorVATCheckMS_UNAVAILABLE=Check ikke mulig. Check-tjenesten er ikke fastsat af medlemslandet ( %s).
      -NorProspectNorCustomer=Hverken emne eller kunde
      -JuridicalStatus=Selskabsform
      +VATIntraCheckableOnEUSite=Kontroller moms inden for Fællesskabet på Kommissionens websted
      +VATIntraManualCheck=Du kan også tjekke manuelt på Europa-Kommissionens websted <a href="%s" target="_blank"> %s </a>
      +ErrorVATCheckMS_UNAVAILABLE=Kontrol er ikke muligt. Denne service leveres ikke af medlemsstaten (%s).
      +NorProspectNorCustomer=Ikke potentiel kunde eller kunde
      +JuridicalStatus=Juridisk enhedstype
       Staff=Personale
       ProspectLevelShort=Potentiale
      -ProspectLevel=Emne potentiale
      +ProspectLevel=Kundepotentiale
       ContactPrivate=Privat
       ContactPublic=Delt
       ContactVisibility=Synlighed
       ContactOthers=Andre
       OthersNotLinkedToThirdParty=Andre, som ikke er knyttet til en tredjepart
      -ProspectStatus=Emne status
      +ProspectStatus=Status på potentielle kunde
       PL_NONE=Ingen
       PL_UNKNOWN=Ukendt
       PL_LOW=Lav
      @@ -381,18 +381,18 @@ ChangeNeverContacted=Ændre status til 'Aldrig kontaktet'
       ChangeToContact=Skift status til 'Skal Kontaktes'
       ChangeContactInProcess=Ændre status til 'Kontakt i gang'
       ChangeContactDone=Ændre status til 'Er kontaktet'
      -ProspectsByStatus=Emne ved status
      +ProspectsByStatus=Potentielle kunder efter status
       NoParentCompany=Ingen
       ExportCardToFormat=Eksporter kort til format
       ContactNotLinkedToCompany=Kontakt ikke knyttet til nogen tredjepart
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Ingen Dolibarr adgang
      -ExportDataset_company_1=Tredjeparter (Virksomheder / fonde / fysiske personer) og opsætning
      -ExportDataset_company_2=Kontakter og egenskaber
      -ImportDataset_company_1=Tredjeparter (Virksomheder / fonde / fysiske personer) og opsætning
      -ImportDataset_company_2=Kontakter / Adresser (fra tredjeparter eller ej) og attributter
      -ImportDataset_company_3=Bankregnskaber for tredjeparter
      -ImportDataset_company_4=Tredjeparter / Salgspersoner (Tildel salgsrepræsentanters brugere til virksomheder)
      +ExportDataset_company_1=Tredjeparter (virksomheder / fonde / fysiske personer) og deres egenskaber
      +ExportDataset_company_2=Kontakter og deres egenskaber
      +ImportDataset_company_1=Tredjeparter (virksomheder / fonde / fysiske personer) og deres egenskaber
      +ImportDataset_company_2=Kontakter / Adresser og attributter
      +ImportDataset_company_3=Tredjeparts bankregnskaber
      +ImportDataset_company_4=Tredjeparter - salgsrepræsentanter (tildele selskaber / brugere til virksomheder)
       PriceLevel=Prisniveau
       DeliveryAddress=Leveringsadresse
       AddAddress=Tilføj adresse
      @@ -402,16 +402,16 @@ DeleteFile=Slet fil
       ConfirmDeleteFile=Er du sikker på du vil slette denne fil?
       AllocateCommercial=Tildelt til en salgsrepræsentant
       Organization=Organisationen
      -FiscalYearInformation=Oplysninger om regnskabssår
      +FiscalYearInformation=Skatteår
       FiscalMonthStart=Første måned i regnskabsåret
      -YouMustAssignUserMailFirst=Du skal først oprette e-mail til denne bruger for at kunne tilføje e-mail-meddelelser til ham.
      +YouMustAssignUserMailFirst=Du skal oprette en email til denne bruger, før du kan tilføje en e-mail-besked.
       YouMustCreateContactFirst=For at kunne tilføje e-mail-meddelelser skal du først definere kontakter med gyldige e-mails til tredjepart
       ListSuppliersShort=Liste over leverandører
      -ListProspectsShort=Liste over emner
      +ListProspectsShort=Liste over potentielle kunder
       ListCustomersShort=Liste over kunder
      -ThirdPartiesArea=Tredjeparter og kontakter
      -LastModifiedThirdParties=Seneste %s ændrede tredjeparter
      -UniqueThirdParties=Unikke tredjeparter i alt
      +ThirdPartiesArea=Tredjeparter / Kontakter
      +LastModifiedThirdParties=Sidste %s modificerede tredjeparter
      +UniqueThirdParties=Samlet antal tredjeparter
       InActivity=Åben
       ActivityCeased=Lukket
       ThirdPartyIsClosed=Tredjepart er lukket
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Udestående faktura i øjeblikket
       OutstandingBill=Maks. for udstående faktura
       OutstandingBillReached=Maks. for udestående regning nået
       OrderMinAmount=Minimumsbeløb for ordre
      -MonkeyNumRefModelDesc=Returner nummer med format %syymm-nnnn for kundekode og %syymm-nnnn for leverandør kode hvor det er år, mm er måned og nnnn er en sekvens uden pause og ingen tilbagevenden til 0.
      +MonkeyNumRefModelDesc=Ret et nummer med formatet %syymm-nnnn til kundekode og %syymm-nnnn for leverandørkoden, hvor du er år, mm er måned og nnnn er en sekvens uden pause og ingen tilbagevenden til 0.
       LeopardNumRefModelDesc=Kunde / leverandør-koden er ledig. Denne kode kan til enhver tid ændres.
       ManagingDirectors=Leder(e) navne (CEO, direktør, chef...)
       MergeOriginThirdparty=Duplicate tredjepart (tredjepart, du vil slette)
       MergeThirdparties=Flet tredjeparter
      -ConfirmMergeThirdparties=Er du sikker på, at du vil fusionere denne tredjepart i den nuværende? Alle linkede objekter (fakturaer, ordrer, ...) vil blive flyttet til den aktuelle tredjepart, og tredjepartet vil blive slettet.
      +ConfirmMergeThirdparties=Er du sikker på, at du vil fusionere denne tredjepart i den nuværende? Alle linkede objekter (fakturaer, ordrer, ...) flyttes til den aktuelle tredjepart, og tredjepart vil blive slettet.
       ThirdpartiesMergeSuccess=Tredjeparter er blevet fusioneret
       SaleRepresentativeLogin=Login af salgsrepræsentant
       SaleRepresentativeFirstname=Fornavn på salgsrepræsentant
       SaleRepresentativeLastname=Efternavn på salgsrepræsentant
       ErrorThirdpartiesMerge=Der opstod en fejl ved sletning af tredjeparter. Kontroller loggen. Ændringer er blevet vendt tilbage.
      -NewCustomerSupplierCodeProposed=Ny kunde- eller sælgerkode foreslået på to eksemplarer
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/da_DK/errors.lang b/htdocs/langs/da_DK/errors.lang
      index 3278c73c5f9..e83b590ecaa 100644
      --- a/htdocs/langs/da_DK/errors.lang
      +++ b/htdocs/langs/da_DK/errors.lang
      @@ -32,9 +32,9 @@ ErrorBarCodeRequired=Bar code required
       ErrorCustomerCodeAlreadyUsed=Kundekoden anvendes allerede
       ErrorBarCodeAlreadyUsed=Bar code already used
       ErrorPrefixRequired=Prefix kræves
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=Dårlig syntax for leverandør kode
      +ErrorSupplierCodeRequired=Leverandørkode kræves
      +ErrorSupplierCodeAlreadyUsed=Leverandørkode allerede brugt
       ErrorBadParameters=Bad parametre
       ErrorBadValueForParameter=Wrong value '%s' for parameter '%s'
       ErrorBadImageFormat=Image file has not a supported format (Your PHP does not support functions to convert images of this format)
      @@ -42,12 +42,12 @@ ErrorBadDateFormat=Værdi '%s' har forkert datoformat
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Det lykkedes ikke at skrive i mappen %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=Fundet forkerte e-mail-syntaks for %s linjer i filen (f.eks line %s med email= %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=Bruger kan ikke slettes. Måske er det forbundet med Dolibarr enheder.
       ErrorFieldsRequired=Nogle krævede felter ikke var fyldt.
      -ErrorSubjectIsRequired=The email topic is required
      +ErrorSubjectIsRequired=Emne er påkrævet
       ErrorFailedToCreateDir=Det lykkedes ikke at oprette en mappe. Kontroller, at web-serveren bruger har tilladelse til at skrive i Dolibarr dokumenter bibliotek. Hvis parameter <b>safe_mode</b> er aktiveret på dette PHP, kontrollere, at Dolibarr php filer ejer til web-serveren bruger (eller gruppe).
       ErrorNoMailDefinedForThisUser=Ingen e-mail defineret for denne bruger
      -ErrorFeatureNeedJavascript=Denne funktion skal have Javascript skal aktiveres for at arbejde. Ændre dette i opsætningen - displayet.
      +ErrorFeatureNeedJavascript=Denne funktion kræver, at javascript aktiveres for at fungere. Skift dette i setup - display.
       ErrorTopMenuMustHaveAParentWithId0=En menu af type 'Top' kan ikke have en forælder menuen. Sæt 0 i moderselskabet menu eller vælge en menu af typen »Venstre«.
       ErrorLeftMenuMustHaveAParentId=En menu af typen »Venstre« skal have en forælder id.
       ErrorFileNotFound=Filen blev ikke fundet (Forkert sti, forkerte tilladelser eller adgang nægtet ved openbasedir parameter)
      @@ -65,44 +65,46 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>Felt %s</b> må ikke indeholder specialtegn.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=Feltet <b> %s </ b> må ikke indeholde specialtegn.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=Feltet <b> %s </ b> må ikke indeholde specialtegn eller store bogstaver og må ikke indeholde kun tal.
      +ErrorFieldMustHaveXChar=Feltet <b> %s </ b> skal have mindst %s tegn.
       ErrorNoAccountancyModuleLoaded=Intet regnskabsmodul aktiveret
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matchende er ikke komplet.
       ErrorLDAPMakeManualTest=A. LDIF-fil er blevet genereret i mappen %s. Prøv at indlæse den manuelt fra kommandolinjen for at få flere informationer om fejl.
      -ErrorCantSaveADoneUserWithZeroPercentage=Kan ikke gemme en aktion med "vedtægt ikke startes", hvis feltet "udført af" er også fyldt.
      +ErrorCantSaveADoneUserWithZeroPercentage=Kan ikke gemme en handling med "status ikke startet", hvis feltet "udført af" også er udfyldt.
       ErrorRefAlreadyExists=Ref bruges til oprettelse eksisterer allerede.
      -ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorPleaseTypeBankTransactionReportName=Indtast venligst kontoudskriftsnavnet, hvor indgangen skal rapporteres (Format YYYYMM eller YYYYMMDD)
      +ErrorRecordHasChildren=Kunne ikke slette rekord, da det har nogle børneposter.
       ErrorRecordHasAtLeastOneChildOfType=Objektet har mindst et under objekt af type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      -ErrorModuleRequireJavascript=Javascript skal ikke være deaktiveret for at have denne funktion virker. For at aktivere / deaktivere Javascript, gå til menu Home-> Setup-> Display.
      +ErrorRecordIsUsedCantDelete=Kan ikke slette rekord. Den er allerede brugt eller inkluderet i et andet objekt.
      +ErrorModuleRequireJavascript=Javascript må ikke være deaktiveret for at få denne funktion til at fungere. For at aktivere / deaktivere Javascript, skal du gå til menuen Home-> Setup-> Display.
       ErrorPasswordsMustMatch=Begge har skrevet passwords skal matche hinanden
      -ErrorContactEMail=En teknisk fejl opstod. Kontakt venligst administrator til at følge e-mail <b>%s</b> da give fejlkoder <b>%s</b> i din besked, eller endnu bedre ved at tilføje en skærm kopi af denne side.
      +ErrorContactEMail=Der opstod en teknisk fejl. Kontakt administratoren til følgende e-mail <b> %s </ b> og giv fejlkoden <b> %s </ b> i din besked eller tilføj en skærmkopi af denne side.
       ErrorWrongValueForField=Forkert værdi for felt nummer <b>%s</b> (værdi <b>'%s'</b> passer ikke regex regel <b>%s)</b>
       ErrorFieldValueNotIn=Forkert værdi for feltnummer <b>%s</b> (value <b>&quot;%s&quot;</b> er ikke en værdi, der i felt <b>%s</b> af tabel <b>%s)</b>
       ErrorFieldRefNotIn=Forkert værdi for feltnummer <b>%s</b> (værdien <b>'%s'</b> er ikke en <b>%s</b> eksisterende ref)
       ErrorsOnXLines=Fejl på <b>%s</b> kildelinjer
      -ErrorFileIsInfectedWithAVirus=Det antivirusprogram var ikke i stand til at validere filen (filen kan være inficeret med en virus)
      +ErrorFileIsInfectedWithAVirus=Det antivirusprogram var ikke i stand til at bekræfte filen (filen kan være inficeret med en virus)
       ErrorSpecialCharNotAllowedForField=Specialtegn er ikke tilladt for feltet "%s"
       ErrorNumRefModel=En henvisning findes i databasen (%s) og er ikke kompatible med denne nummerering regel. Fjern optage eller omdøbt henvisning til aktivere dette modul.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      -ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
      +ErrorQtyTooLowForThisSupplier=Mængden er for lav til denne sælger eller ingen pris er defineret på dette produkt for denne leverandør
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
      +ErrorModuleSetupNotComplete=Opsætning af modul ser ud til at være ufuldstændigt. Gå på Home - Setup - Moduler, der skal udfyldes.
       ErrorBadMask=Fejl på maske
       ErrorBadMaskFailedToLocatePosOfSequence=Fejl, maske uden loebenummeret
       ErrorBadMaskBadRazMonth=Fejl, dårlig reset værdi
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Fejl. Vælg mindst én post.
      -ErrorDeleteNotPossibleLineIsConsolidated=Sletning ikke muligt, fordi posten er forbundet med en banktransaktion, der er afstemt
      +ErrorDeleteNotPossibleLineIsConsolidated=Slet ikke muligt, fordi rekord er knyttet til en banktransaktion, der er forliget
       ErrorProdIdAlreadyExist=%s er tildelt til et andet tredjeland
       ErrorFailedToSendPassword=Det lykkedes ikke at sende password
       ErrorFailedToLoadRSSFile=Ikke formår at få RSS-feed. Prøv at tilføje konstant MAIN_SIMPLEXMLLOAD_DEBUG hvis fejlmeddelelser ikke giver nok information.
       ErrorForbidden=Access denied.<br>You try to access to a page, area or feature of a disabled module or without being in an authenticated session or that is not allowed to your user.
       ErrorForbidden2=Tilladelse til dette login kan defineres af din Dolibarr administrator fra menuen %s-> %s.
       ErrorForbidden3=Det ser ud til, at Dolibarr ikke bruges gennem en godkendt session. Se på Dolibarr installationsdokumentation for at vide mere om, hvordan man administrerer godkendelser (htaccess, mod_auth eller andet ...).
      -ErrorNoImagickReadimage=Funktion imagick_readimage er ikke fundet i denne PHP. Intet eksempel kan være til rådighed. Administratorer kan deaktivere denne fane fra menuen Setup - Display.
      +ErrorNoImagickReadimage=Class Imagick findes ikke i dette PHP. Ingen forhåndsvisning kan være tilgængelig. Administratorer kan deaktivere denne fane fra menuen Setup - Display.
       ErrorRecordAlreadyExists=Optag allerede findes
       ErrorLabelAlreadyExists=Denne etiket eksisterer allerede
       ErrorCantReadFile=Kunne ikke læse filen ' %s'
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Bruger med <b>login %s</b> kunne ikke findes.
       ErrorLoginHasNoEmail=Denne bruger har ingen e-mail-adresse. Processen afbrydes.
       ErrorBadValueForCode=Bad værdi former for kode. Prøv igen med en ny værdi ...
       ErrorBothFieldCantBeNegative=Fields %s og %s kan ikke være både negative
      +ErrorFieldCantBeNegativeOnInvoice=Felt <strong> %s </ strong> kan ikke være negativt på denne type faktura. Hvis du vil tilføje en rabat linje, skal du først oprette rabatten med link %s på skærmen og anvende den på faktura. Du kan også bede din administrator om at indstille option FACTURE_ENABLE_NEGATIVE_LINES til 1 for at gendanne gammel adfærd.
       ErrorQtyForCustomerInvoiceCantBeNegative=Quantity for line into customer invoices can't be negative
       ErrorWebServerUserHasNotPermission=Brugerkonto <b>%s</b> anvendes til at udføre web-server har ikke tilladelse til at
       ErrorNoActivatedBarcode=Ingen stregkode aktiveret typen
      @@ -127,7 +130,7 @@ ErrorFailedToAddToMailmanList=Failed to add record %s to Mailman list %s or SPIP
       ErrorFailedToRemoveToMailmanList=Failed to remove record %s to Mailman list %s or SPIP base
       ErrorNewValueCantMatchOldValue=New value can't be equal to old one
       ErrorFailedToValidatePasswordReset=Failed to reinit password. May be the reinit was already done (this link can be used only one time). If not, try to restart the reinit process.
      -ErrorToConnectToMysqlCheckInstance=Connect to database fails. Check database server is running (for example, with mysql/mariadb, you can launch it from command line with 'sudo service mysql start').
      +ErrorToConnectToMysqlCheckInstance=Forbindelse til database fejler. Check databaseserveren kører (for eksempel med mysql / mariadb kan du starte det fra kommandolinjen med 'sudo service mysql start').
       ErrorFailedToAddContact=Failed to add contact
       ErrorDateMustBeBeforeToday=The date cannot be greater than today
       ErrorPaymentModeDefinedToWithoutSetup=A payment mode was set to type %s but setup of module Invoice was not completed to define information to show for this payment mode.
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Kan ikke slette en betaling deles af mindst én faktura med status Betalt
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operatør '%s' mangler operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,13 +174,13 @@ 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=Du angiver et anslået beløb for denne potentiel kunde / potentiel kunde. Så du skal også indtaste sin 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 ocurred when saving the changes
      +ErrorSavingChanges=Der er opstået en fejl, når ændringerne gemmes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=Land for denne sælger er ikke defineret. Rett dette først.
       ErrorsThirdpartyMerge=Failed to merge the two records. Request canceled.
       ErrorStockIsNotEnoughToAddProductOnOrder=Stock is not enough for product %s to add it into a new order.
       ErrorStockIsNotEnoughToAddProductOnInvoice=Stock is not enough for product %s to add it into a new invoice.
      @@ -187,7 +190,7 @@ ErrorFailedToLoadLoginFileForMode=Failed to get the login key for mode '%s'.
       ErrorModuleNotFound=File of module was not found.
       ErrorFieldAccountNotDefinedForBankLine=Value for Accounting account not defined for source line id %s (%s)
       ErrorFieldAccountNotDefinedForInvoiceLine=Value for Accounting account not defined for invoice id %s (%s)
      -ErrorFieldAccountNotDefinedForLine=Value for Accounting account not defined for the line (%s)
      +ErrorFieldAccountNotDefinedForLine=Værdi for regnskabskonto ikke defineret for linjen (%s)
       ErrorBankStatementNameMustFollowRegex=Error, bank statement name must follow the following syntax rule %s
       ErrorPhpMailDelivery=Check that you don't use a too high number of recipients and that your email content is not similar to a Spam. Ask also your administrator to check firewall and server logs files for a more complete information.
       ErrorUserNotAssignedToTask=User must be assigned to task to be able to enter time consumed.
      @@ -197,17 +200,18 @@ ErrorFilenameDosNotMatchDolibarrPackageRules=The name of the module package (<st
       ErrorDuplicateTrigger=Error, duplicate trigger name %s. Already loaded from %s.
       ErrorNoWarehouseDefined=Error, no warehouses defined.
       ErrorBadLinkSourceSetButBadValueForRef=The link you use is not valid. A 'source' for payment is defined, but value for 'ref' is not valid.
      -ErrorTooManyErrorsProcessStopped=Too many errors. Process was stopped.
      -ErrorMassValidationNotAllowedWhenStockIncreaseOnAction=Massvalidering er ikke mulig, når indstillingen for at øge/reducere lager er indstillet på denne handling (du skal validere en for en, så du kan definere lageret for at øge / formindske)
      -ErrorObjectMustHaveStatusDraftToBeValidated=Objekt %s skal have status 'Udkast', der skal valideres.
      -ErrorObjectMustHaveLinesToBeValidated=Objekt %s skal have linjer, der skal valideres.
      -ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Kun validerede fakturaer kan sendes ved hjælp af massearrangementet Send via email.
      +ErrorTooManyErrorsProcessStopped=For mange fejl. Processen blev stoppet.
      +ErrorMassValidationNotAllowedWhenStockIncreaseOnAction=Massbekræftelse er ikke mulig, når indstillingen for at øge/reducere lager er indstillet på denne handling (du skal bekræfte en for en, så du kan definere lageret for at øge / formindske)
      +ErrorObjectMustHaveStatusDraftToBeValidated=Objekt %s skal have status 'Udkast', der skal bekræftes.
      +ErrorObjectMustHaveLinesToBeValidated=Objekt %s skal have linjer, der skal bekræftes.
      +ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Kun bekræftede fakturaer kan sendes ved hjælp af massearrangementet Send via email.
       ErrorChooseBetweenFreeEntryOrPredefinedProduct=Du skal vælge, om artiklen er en foruddefineret vare eller ej
       ErrorDiscountLargerThanRemainToPaySplitItBefore=Den rabat, du forsøger at anvende, er større end det der forblive at betale. Opdel rabatten i 2 mindre rabatter før.
       ErrorFileNotFoundWithSharedLink=Filen blev ikke fundet. Det kan være, at dele nøglen blev ændret eller filen blev fjernet for nylig.
       ErrorProductBarCodeAlreadyExists=Produktets stregkode %s eksisterer allerede på en anden produktreference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Bemærk også, at brug af virtuelt produkt med automatisk forøgelse / nedsættelse af underprodukter ikke er mulig, når mindst et underprodukt (eller underprodukt af underprodukter) har brug for et serienummer / parti nummer.
      -ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorDescRequiredForFreeProductLines=Beskrivelse er obligatorisk for linjer med gratis produkt
      +ErrorAPageWithThisNameOrAliasAlreadyExists=Siden / beholderen <strong> %s </ strong> har samme navn eller alternativt alias som den, du forsøger at bruge
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,17 +221,17 @@ WarningBookmarkAlreadyExists=Et bogmærke med denne titel eller dette mål (URL)
       WarningPassIsEmpty=Advarsel, database password er tomt. Det er en sikkerheds hul. Du skal tilføje en adgangskode til din database og ændre din conf.php fil for at afspejle dette.
       WarningConfFileMustBeReadOnly=Advarsel, config fil <b>(htdocs / conf / conf.php)</b> kan din blive overskrevet af den web-server. Dette er en alvorlig sikkerhedsrisiko hul. Rediger tilladelserne til filen skal være i read only mode i operativsystemet bruger bruges af web-serveren. Hvis du bruger Windows og FAT format til din disk, skal du vide, at denne fil systemet ikke lader til at tilføje tilladelser på filen, kan så ikke helt sikker.
       WarningsOnXLines=Advarsler om <b>%s</b> kildelinjer
      -WarningNoDocumentModelActivated=Ingen model, for dokument generation, er blevet aktiveret. En model vil være choosed som standard, indtil du tjekke din modul opsætning.
      -WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Denne advarsel vil forblive aktiv, så længe denne mappe er til stede (vises kun til admin-brugere).
      +WarningNoDocumentModelActivated=Ingen model til dokumentgenerering er blevet aktiveret. En model vælges som standard, indtil du tjekker din modulopsætning.
      +WarningLockFileDoesNotExists=Advarsel, når installationen er færdig, skal du deaktivere installerings- / migreringsværktøjer ved at tilføje en fil <b> install.lock</b>i mappen <b>%s</b>. Mangler denne fil er det et sikkerhedshul.
      +WarningUntilDirRemoved=Alle sikkerhedsadvarsler (kun synlige for adminbrugere) forbliver aktive, så længe sårbarheden er til stede (eller den konstante MAIN_REMOVE_INSTALL_WARNING er tilføjet i Setup-> Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
      -WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      +WarningClickToDialUserSetupNotComplete=Opsætning af ClickToDial-oplysninger til din bruger er ikke komplet (se fanen ClickToDial på dit brugerkort).
       WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers.
       WarningPaymentDateLowerThanInvoiceDate=Betalingsdato (%s) er tidligere end faktura dato (%s) for faktura %s.
       WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit.
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Advarsel, antallet af forskellige modtagere er begrænset til <b> %s </b>, når du bruger bulkhandlingerne på lister
      -WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      +WarningNumberOfRecipientIsRestrictedInMassAction=Advarsel, antallet af forskellige modtagere er begrænset til <b> %s </ b>, når du bruger massehandlingerne på lister
      +WarningDateOfLineMustBeInExpenseReportRange=Advarsel, datoen for linjen ligger ikke inden for udgiftsrapporten
      diff --git a/htdocs/langs/da_DK/interventions.lang b/htdocs/langs/da_DK/interventions.lang
      index 8978ffa6768..550b1da839a 100644
      --- a/htdocs/langs/da_DK/interventions.lang
      +++ b/htdocs/langs/da_DK/interventions.lang
      @@ -3,64 +3,65 @@ Intervention=Intervention
       Interventions=Interventioner
       InterventionCard=Intervention kortet
       NewIntervention=Ny intervention
      -AddIntervention=Create intervention
      +AddIntervention=Opret indgreb
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Liste over interventioner
       ActionsOnFicheInter=Handlinger om intervention
      -LastInterventions=Latest %s interventions
      +LastInterventions=Seneste %s indgreb
       AllInterventions=Alle interventioner
       CreateDraftIntervention=Opret udkast
       InterventionContact=Intervention kontakt
       DeleteIntervention=Slet intervention
      -ValidateIntervention=Valider intervention
      +ValidateIntervention=Bekræft intervention
       ModifyIntervention=Rediger indgreb
       DeleteInterventionLine=Slet intervention linje
      -CloneIntervention=Clone intervention
      -ConfirmDeleteIntervention=Are you sure you want to delete this intervention?
      -ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      -ConfirmModifyIntervention=Are you sure you want to modify this intervention?
      -ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line?
      -ConfirmCloneIntervention=Are you sure you want to clone this intervention?
      +CloneIntervention=Klon indgreb
      +ConfirmDeleteIntervention=Er du sikker på, at du vil slette dette indgreb?
      +ConfirmValidateIntervention=Er du sikker på, at du vil bekræfte dette indgreb under navnet <b> %s </b>?
      +ConfirmModifyIntervention=Er du sikker på, at du vil ændre dette indgreb?
      +ConfirmDeleteInterventionLine=Er du sikker på, at du vil slette denne indgrebslinje?
      +ConfirmCloneIntervention=Er du sikker på, at du vil klone dette indgreb?
       NameAndSignatureOfInternalContact=Navn og underskrift for at gribe ind:
       NameAndSignatureOfExternalContact=Navn og underskrift af kunde:
       DocumentModelStandard=Standard dokument model for indgreb
      -InterventionCardsAndInterventionLines=Interventions and lines of interventions
      +InterventionCardsAndInterventionLines=Indgreb og linjer af indgreb
       InterventionClassifyBilled=Klassificere &quot;Billed&quot;
      -InterventionClassifyUnBilled=Classify "Unbilled"
      -InterventionClassifyDone=Classify "Done"
      +InterventionClassifyUnBilled=Klassificer "Ikke faktureret"
      +InterventionClassifyDone=Klassificer "Udført"
       StatusInterInvoiced=Billed
      -SendInterventionRef=Submission of intervention %s
      -SendInterventionByMail=Send intervention by Email
      -InterventionCreatedInDolibarr=Intervention %s created
      -InterventionValidatedInDolibarr=Intervention %s valideret
      -InterventionModifiedInDolibarr=Intervention %s modified
      -InterventionClassifiedBilledInDolibarr=Intervention %s set as billed
      -InterventionClassifiedUnbilledInDolibarr=Intervention %s set as unbilled
      +SendInterventionRef=Indsend indgreb %s
      +SendInterventionByMail=Send indlæg via e-mail
      +InterventionCreatedInDolibarr=Et indgreb %s er oprettet
      +InterventionValidatedInDolibarr=Intervention %s bekræftet
      +InterventionModifiedInDolibarr=Ingreb %s ændret
      +InterventionClassifiedBilledInDolibarr=Indgreb %s indstillet til fakturering
      +InterventionClassifiedUnbilledInDolibarr=Indgreb %s angivet som ikke faktureret
       InterventionSentByEMail=Intervention %s sendt via e-mail
      -InterventionDeletedInDolibarr=Intervention %s deleted
      -InterventionsArea=Interventions area
      -DraftFichinter=Draft interventions
      +InterventionDeletedInDolibarr=Indgreb %s er slettet
      +InterventionsArea=Ingrebsområde
      +DraftFichinter=Udkast til indgreb
       LastModifiedInterventions=Latest %s modified interventions
      -FichinterToProcess=Interventions to process
      +FichinterToProcess=Indgreb til behandling
       ##### Types de contacts #####
       TypeContact_fichinter_external_CUSTOMER=Opfølgning kunde kontakt
       # Modele numérotation
      -PrintProductsOnFichinter=Print also lines of type "product" (not only services) on intervention card
      -PrintProductsOnFichinterDetails=interventions generated from orders
      -UseServicesDurationOnFichinter=Use services duration for interventions generated from orders
      -UseDurationOnFichinter=Hides the duration field for intervention records
      -UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
      -InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +PrintProductsOnFichinter=Udskriv også linjer af typen "produkt" (ikke kun tjenester) på ingreb kortet
      +PrintProductsOnFichinterDetails=Et indgreb genereret af ordrer
      +UseServicesDurationOnFichinter=Brug servicevarighed for indgreb genereret fra ordrer
      +UseDurationOnFichinter=Skjuler varighedsfeltet for indgrebsposter
      +UseDateWithoutHourOnFichinter=Skjuler timer og minutter fra datofeltet for indgrebsoptegnelser
      +InterventionStatistics=Statistikker af indgreb
      +NbOfinterventions=Antal interventionskort
      +NumberOfInterventionsByMonth=Antal interventionskort efter måned (dato for bekræftelse)
      +AmountOfInteventionNotIncludedByDefault=Indgreb beløb er ikke medtaget som standard i overskud (i de fleste tilfælde benyttes tidsskemaer til at tælle tid). Tilføj valgmulighed PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT til 1 i home setup-andre for at inkludere dem.
       ##### Exports #####
      -InterId=Intervention id
      -InterRef=Intervention ref.
      -InterDateCreation=Date creation intervention
      -InterDuration=Duration intervention
      -InterStatus=Status intervention
      -InterNote=Note intervention
      -InterLineId=Line id intervention
      -InterLineDate=Line date intervention
      -InterLineDuration=Line duration intervention
      -InterLineDesc=Line description intervention
      +InterId=Indgrebs id
      +InterRef=Indgreb ref.
      +InterDateCreation=Dato oprettelse for indgreb
      +InterDuration=Varighed af indgreb
      +InterStatus=Status
      +InterNote=Bemærk indgreb
      +InterLineId=Line id indgreb
      +InterLineDate=Linje dato indgreb
      +InterLineDuration=Linje varighed indgreb
      +InterLineDesc=Line beskrivelse af ingreb
      diff --git a/htdocs/langs/da_DK/main.lang b/htdocs/langs/da_DK/main.lang
      index 44f3c22b759..0f464995120 100644
      --- a/htdocs/langs/da_DK/main.lang
      +++ b/htdocs/langs/da_DK/main.lang
      @@ -24,8 +24,8 @@ FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p
       FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
       DatabaseConnection=Database forbindelse
      -NoTemplateDefined=Ingen skabelon til rådighed for denne e-mail-type
      -AvailableVariables=Tilgængelige substitutionsvariabler
      +NoTemplateDefined=Ingen skabelon til rådighed for denne Email-type
      +AvailableVariables=Tilgængelige erstatnings variabler
       NoTranslation=Ingen oversættelse
       Translation=Oversættelse
       NoRecordFound=Ingen poster fundet
      @@ -34,8 +34,8 @@ NotEnoughDataYet=Ikke nok data
       NoError=Ingen fejl
       Error=Fejl
       Errors=Fejl
      -ErrorFieldRequired=Felt ' %s' er påkrævet
      -ErrorFieldFormat=Felt ' %s' har en dårlig værdi
      +ErrorFieldRequired=Felt '%s' er påkrævet
      +ErrorFieldFormat=Felt '%s' har en forkert værdi
       ErrorFileDoesNotExists=Fil %s ikke eksisterer
       ErrorFailedToOpenFile=Kunne ikke åbne filen %s
       ErrorCanNotCreateDir=Kan ikke oprette dir %s
      @@ -43,68 +43,68 @@ ErrorCanNotReadDir=Kan ikke læse dir %s
       ErrorConstantNotDefined=Parameter %s ikke defineret
       ErrorUnknown=Ukendt fejl
       ErrorSQL=SQL Fejl
      -ErrorLogoFileNotFound=Logo fil ' %s' blev ikke fundet
      -ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
      -ErrorGoToModuleSetup=Gå til Modul setup at rette dette
      -ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=Det lykkedes ikke at sende e-mails (afsender= %s, receiver= %s)
      -ErrorFileNotUploaded=Filen blev ikke uploadet. Kontroller, at størrelse ikke overstiger den maksimalt tilladte, at den frie plads der er til rådighed på disken, og at der ikke allerede en fil med samme navn i denne mappe.
      +ErrorLogoFileNotFound=Logo fil '%s' blev ikke fundet
      +ErrorGoToGlobalSetup=Gå til 'Firma/Organisation' opsætning for at rette dette
      +ErrorGoToModuleSetup=Gå til modulopsætning for at rette dette
      +ErrorFailedToSendMail=Det lykkedes ikke at sende Email (sender=%s, receiver= %s)
      +ErrorFileNotUploaded=Filen blev ikke uploadet. Kontroller, at størrelse ikke overstiger det maksimalt tilladte, at den frie plads der er til rådighed på disken, og at der ikke allerede en fil med samme navn i denne mappe.
       ErrorInternalErrorDetected=Fejl opdaget
       ErrorWrongHostParameter=Forkert vært parameter
      -ErrorYourCountryIsNotDefined=Deres land er ikke defineret. Gå til Forside-Setup-Edit og post igen form.
      -ErrorRecordIsUsedByChild=Det lykkedes ikke at slette denne rekord. Denne registrering anvendes af mindst på barnet registre.
      +ErrorYourCountryIsNotDefined=Dit land er ikke defineret. Gå til Hjem-Indstillinger-Rediger og send formularen igen.
      +ErrorRecordIsUsedByChild=Kunne ikke slette denne post. Denne post bruges af mindst en børnepost.
       ErrorWrongValue=Forkert værdi
       ErrorWrongValueForParameterX=Forkert værdi for parameter %s
      -ErrorNoRequestInError=Ingen anmodning ved en fejl
      -ErrorServiceUnavailableTryLater=Tjenesten er ikke tilgængelig for øjeblikket. Prøv igen senere.
      +ErrorNoRequestInError=Ingen anmodning ved fejl
      +ErrorServiceUnavailableTryLater=Tjenesten er ikke tilgængelig i øjeblikket. Prøv igen senere.
       ErrorDuplicateField=Dobbelt værdi i et unikt område
      -ErrorSomeErrorWereFoundRollbackIsDone=Nogle fejl blev fundet. Vi rollback ændringer.
      -ErrorConfigParameterNotDefined=<b>Parameter %s</b> er ikke defineret inde Dolibarr konfigurationsfil <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Nogle fejl blev fundet. Ændringer er blevet rullet tilbage.
      +ErrorConfigParameterNotDefined=Parameter <b> %s </ b> er ikke defineret i Dolibarr config fil <b> conf.php </ b>.
       ErrorCantLoadUserFromDolibarrDatabase=Kunne ikke finde <b>bruger %s</b> i Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Fejl, der ikke momssatser defineret for land ' %s'.
       ErrorNoSocialContributionForSellerCountry=Fejl, ingen type af skatter/afgifter defineret for landet '%s'.
       ErrorFailedToSaveFile=Fejl, kunne ikke gemme filen.
      -ErrorCannotAddThisParentWarehouse=Du forsøger at tilføje et forældrelager, som allerede er et barn i den nuværende
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=Du forsøger at tilføje et forældrelager, som allerede er et barn af en nuværende
      +MaxNbOfRecordPerPage=Maks antal poster pr. Side
       NotAuthorized=Du har ikke tilladelse til at gøre det.
       SetDate=Indstil dato
       SelectDate=Vælg en dato
       SeeAlso=Se også %s
       SeeHere=Se her
       ClickHere=Klik her
      -Here=Here
      -Apply=ansøge
      +Here=Her
      +Apply=Ansøge
       BackgroundColorByDefault=Standard baggrundsfarve
       FileRenamed=Filen blev omdøbt
       FileGenerated=Filen blev genereret
       FileSaved=Filen er blevet gemt
       FileUploaded=Filen blev uploadet
      -FileTransferComplete=File(s) er blevet uploadet
      -FilesDeleted=Fil (er), der er slettet korrekt
      -FileWasNotUploaded=En fil er valgt for udlæg, men endnu ikke var uploadet. Klik på "Vedhæft fil" for dette.
      -NbOfEntries=Nb af tilmeldinger
      -GoToWikiHelpPage=Læs online hjælp (med adgang til Internettet er nødvendig)
      -GoToHelpPage=Læs hjælpe
      -RecordSaved=Optag gemt
      +FileTransferComplete=Fil (er) uploadet succesfuldt
      +FilesDeleted=Fil(er), der er slettet korrekt
      +FileWasNotUploaded=En fil er valgt som vedhæng, men endnu ikke uploadet. Klik på "Vedhæft fil" for dette.
      +NbOfEntries=Antal indgange
      +GoToWikiHelpPage=Læs online hjælp (Adgang til Internettet er nødvendig)
      +GoToHelpPage=Læs hjælp
      +RecordSaved=Data gemt
       RecordDeleted=Post slettet
       LevelOfFeature=Niveau funktionsliste
       NotDefined=Ikke defineret
      -DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode er sat til <b>%s</b> i konfigurationsfilen <b>conf.php</b>.<br>Dette betyder, at adgangskoden database er ekstern i forhold til Dolibarr, så ændrer dette felt har ingen effekt.
      +DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode er sat til <b>%s</b> i konfigurationsfilen <b>conf.php</b>.<br>Dette betyder, at adgangskoden databasen er ekstern i forhold til Dolibarr, så ændrer dette felt har ingen effekt.
       Administrator=Administrator
      -Undefined=Undefined
      +Undefined=Undefineret
       PasswordForgotten=Har du glemt dit kodeord ?
      -NoAccount=No account?
      +NoAccount=Ingen konto?
       SeeAbove=Se ovenfor
       HomeArea=Hjem
       LastConnexion=Seneste forbindelse
       PreviousConnexion=Forrige forbindelse
       PreviousValue=Tidligere værdi
      -ConnectedOnMultiCompany=Connected på enhed
      -ConnectedSince=Connected siden
      -AuthenticationMode=Autentificeringstilstand
      +ConnectedOnMultiCompany=Forbind til enhed
      +ConnectedSince=Forbundet siden
      +AuthenticationMode=Autentificerings tilstand
       RequestedUrl=Angivne URL
      -DatabaseTypeManager=Database type manager
      -RequestLastAccessInError=Seneste database adgang anmodning fejl
      -ReturnCodeLastAccessInError=Vende tilbage kode for seneste database adgang anmodning fejl
      +DatabaseTypeManager=Database type opsætning
      +RequestLastAccessInError=Seneste database adgang forspørelses fejl
      +ReturnCodeLastAccessInError=Retur kode for seneste fejl i database forspørgelse
       InformationLastAccessInError=Information efter seneste database adgang anmodning fejl
       DolibarrHasDetectedError=Dolibarr har opdaget en teknisk fejl
       YouCanSetOptionDolibarrMainProdToZero=Du kan læse logfil eller sæt indstillingen $ dolibarr_main_prod til '0' i din config-fil for at få flere oplysninger.
      @@ -142,6 +142,7 @@ Closed=Lukket
       Closed2=Lukket
       NotClosed=Ikke lukket
       Enabled=Aktiveret
      +Enable=Aktiver
       Deprecated=Underkendt
       Disable=Deaktivere
       Disabled=Deaktiveret
      @@ -153,17 +154,17 @@ Update=Opdatering
       Close=Luk
       CloseBox=Fjern widget fra dit dashboard
       Confirm=Bekræft
      -ConfirmSendCardByMail=Ønsker du virkelig at sende indhold af dette kort pr. Mail til <b> %s </b>?
      +ConfirmSendCardByMail=Vil du virkelig sende indholdet af dette kort pr. Mail til <b> %s </ b>?
       Delete=Slet
       Remove=Fjerne
       Resiliate=Afslutte
       Cancel=Annuller
      -Modify=Gem
      +Modify=Ret
       Edit=Redigér
      -Validate=Validate
      -ValidateAndApprove=Validere og Godkende
      -ToValidate=At validere
      -NotValidated=Ikke valideret
      +Validate=Godkend
      +ValidateAndApprove=Bekræfte og godkende
      +ToValidate=Skal godkendes
      +NotValidated=Ikke godkendt
       Save=Gem
       SaveAs=Gem som
       TestConnection=Test forbindelse
      @@ -182,13 +183,13 @@ SearchOf=Søg
       Valid=Gyldig
       Approve=Godkend
       Disapprove=Afvist
      -ReOpen=Re-Open
      +ReOpen=Genåbne
       Upload=Send fil
       ToLink=Link
       Select=Vælg
       Choose=Vælge
      -Resize=Resize
      -ResizeOrCrop=Resize or Crop
      +Resize=Tilpasse størrelsen
      +ResizeOrCrop=Tilpasse størrelsen eller Beskær
       Recenter=Recenter
       Author=Forfatter
       User=Bruger
      @@ -196,8 +197,8 @@ Users=Brugere
       Group=Gruppe
       Groups=Grupper
       NoUserGroupDefined=Ingen brugergruppe definéret
      -Password=Password
      -PasswordRetype=Gentag dit password
      +Password=Kodeord
      +PasswordRetype=Gentag dit kodeord
       NoteSomeFeaturesAreDisabled=Bemærk, at en masse funktioner / moduler er slået fra i denne demonstration.
       Name=Navn
       Person=Person
      @@ -212,7 +213,7 @@ Code=Kode
       Type=Type
       Language=Sprog
       MultiLanguage=Multi-sprog
      -Note=Note
      +Note=Nota
       Title=Titel
       Label=Label
       RefOrLabel=Ref. eller etiket
      @@ -227,18 +228,18 @@ About=Om
       Number=Antal
       NumberByMonth=Antal efter måned
       AmountByMonth=Beløb efter måned
      -Numero=Numero
      -Limit=Limit
      +Numero=Nummer
      +Limit=Grænseværdi
       Limits=Grænseværdier
       Logout=Log ud
      -NoLogoutProcessWithAuthMode=Ingen applicative afbryd funktion med authentication mode <b>%s</b>
      -Connection=Login
      +NoLogoutProcessWithAuthMode=Ingen applikations afbrydelses funktion med autentificeringstilstand <b>%s</b>
      +Connection=Logind
       Setup=Opsætning
       Alert=Alarm
       MenuWarnings=Indberetninger
       Previous=Forrige
       Next=Næste
      -Cards=Postkort
      +Cards=Kort
       Card=Kort
       Now=Nu
       HourStart=Start time
      @@ -253,25 +254,25 @@ DateCreationShort=Creat. dato
       DateModification=Ændringsdatoen
       DateModificationShort=Modif. dato
       DateLastModification=Seneste ændring dato
      -DateValidation=Validering dato
      +DateValidation=Bekræftelsesdato
       DateClosing=Udløbsdato
       DateDue=Forfaldsdag
       DateValue=Valørdato
       DateValueShort=Valørdato
       DateOperation=Operation dato
      -DateOperationShort=OPE. Dato
      -DateLimit=Limit dato
      +DateOperationShort=Opret. Dato
      +DateLimit=Grænse dato
       DateRequest=Anmodning dato
       DateProcess=Proces dato
       DateBuild=Rapport genereret den
       DatePayment=Dato for betaling
      -DateApprove=Godkendelse af dato
      -DateApprove2=Godkendelse af dato (anden godkendelse)
      +DateApprove=Godkendelsesdato
      +DateApprove2=Godkendelse af dato (Anden godkendelse)
       RegistrationDate=Registrerings dato
       UserCreation=Oprettelsesbruger
       UserModification=Modifikation bruger
      -UserValidation=Valideringsbruger
      -UserCreationShort=Creat. bruger
      +UserValidation=Bruger som bekræftet
      +UserCreationShort=Opret. bruger
       UserModificationShort=Modif. bruger
       UserValidationShort=Gyldig. bruger
       DurationYear=år
      @@ -303,87 +304,87 @@ Yesterday=I går
       Tomorrow=I morgen
       Morning=Morgen
       Afternoon=Eftermiddag
      -Quadri=Quadri
      +Quadri=Kvatal
       MonthOfDay=Måned fra den dato
      -HourShort=H
      -MinuteShort=mn
      +HourShort=T
      +MinuteShort=min
       Rate=Hyppighed
      -CurrencyRate=Valutaomregningskurs
      +CurrencyRate=Valuta omregningskurs
       UseLocalTax=Incl. Moms
       Bytes=Bytes
       KiloBytes=Kilobyte
       MegaBytes=Megabyte
       GigaBytes=Gigabyte
       TeraBytes=Terabyte
      -UserAuthor=Bruger af oprettelsen
      -UserModif=Bruger af sidste opdatering
      +UserAuthor=Oprettet af bruger
      +UserModif=Bruger som sidst opdateret
       b=b.
       Kb=Kb
       Mb=Mb
       Gb=Gb
       Tb=Tb
      -Cut=Skære
      +Cut=Klip
       Copy=Kopier
      -Paste=Paste
      +Paste=Klister
       Default=Standard
       DefaultValue=Standardværdi
      -DefaultValues=Standardværdier
      +DefaultValues=Standardværdier / filtre / sortering
       Price=Pris
      -PriceCurrency=Price (currency)
      +PriceCurrency=Pris (valuta)
       UnitPrice=Enhedspris
       UnitPriceHT=Enhedspris (netto)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHTCurrency=Enhedspris (netto) (valuta)
       UnitPriceTTC=Enhedspris
      -PriceU=UP
      -PriceUHT=UP (netto)
      -PriceUHTCurrency=Brutto (beløb)
      +PriceU=Salgspris
      +PriceUHT=Salgspris (netto)
      +PriceUHTCurrency=Salgspris (Valuta)
       PriceUTTC=Brutto(Inkl.Moms)
       Amount=Beløb
       AmountInvoice=Fakturabeløbet
      -AmountInvoiced=Amount invoiced
      +AmountInvoiced=Beløb faktureres
       AmountPayment=Indbetalingsbeløb
       AmountHTShort=Beløb (netto)
       AmountTTCShort=Beløb (inkl. moms)
       AmountHT=Beløb (ekskl. moms)
       AmountTTC=Beløb (inkl. moms)
      -AmountVAT=Beløb moms
      -MulticurrencyAlreadyPaid=Allerede betalt, oprindelig valuta
      -MulticurrencyRemainderToPay=Forblive at betale, original valuta
      +AmountVAT=Momsbeløb
      +MulticurrencyAlreadyPaid=Allerede betalt, original valuta
      +MulticurrencyRemainderToPay=Manglene betaling , original valuta
       MulticurrencyPaymentAmount=Betalingsbeløb, oprindelig valuta
       MulticurrencyAmountHT=Beløb (Ex. Moms), oprindelig valuta 
       MulticurrencyAmountTTC=Beløb (inkl. Moms), oprindelig valuta
      -MulticurrencyAmountVAT=Beløb i Moms, oprindelige valuta
      -AmountLT1=Beløb afgift 2
      -AmountLT2=Beløb afgift 3
      +MulticurrencyAmountVAT=Momsbeløb, oprindelige valuta
      +AmountLT1=Momsbeløb 2
      +AmountLT2=Momsbeløb 3
       AmountLT1ES=Beløb RE
       AmountLT2ES=Beløb IRPF
       AmountTotal=Beløb i alt
       AmountAverage=Gennemsnitligt beløb
      -PriceQtyMinHT=Pris mindsteantal (inkl. moms)
      -PriceQtyMinHTCurrency=Price quantity min. (net of tax) (currency)
      -Percentage=Pourcentage
      +PriceQtyMinHT=Pris mindste antal (Ex. moms)
      +PriceQtyMinHTCurrency=Pris mængde min. (Ex. Moms) (valuta)
      +Percentage=Procent
       Total=I alt
      -SubTotal=I alt
      -TotalHTShort=I alt (netto)
      -TotalHTShortCurrency=I alt (netto)
      -TotalTTCShort=I alt (inkl. moms)
      +SubTotal=Sum
      +TotalHTShort=I alt (Netto)
      +TotalHTShortCurrency=I alt (Netto i valuta)
      +TotalTTCShort=I alt (Inkl. moms)
       TotalHT=I alt (Ex. moms)
      -TotalHTforthispage=Beløb (ekskl. moms) for denne side
      +TotalHTforthispage=Beløb (Ex. Moms) for denne side
       Totalforthispage=I alt for denne side
      -TotalTTC=I alt (inkl. moms)
      -TotalTTCToYourCredit=I alt (inkl. moms) til dit kredit
      +TotalTTC=I alt (Inkl. Moms)
      +TotalTTCToYourCredit=I alt (Inkl. Moms) til din kredit
       TotalVAT=Moms i alt
       TotalVATIN=IGST i alt
      -TotalLT1=Total moms 2
      +TotalLT1=Total Moms 2
       TotalLT2=Total Moms 3
       TotalLT1ES=RE i alt
       TotalLT2ES=IRPF i alt
       TotalLT1IN=I alt CGST
       TotalLT2IN=I alt SGST
      -HT=Ekskl. moms
      -TTC=Inkl. moms
      -INCVATONLY=Inc. moms
      -INCT=Inc. Alle skatter 
      +HT=Ekskl. Moms
      +TTC=Inkl. Moms
      +INCVATONLY=Inkl. Moms
      +INCT=Inkl. Alle skatter 
       VAT=Moms
       VATIN=IGST
       VATs=Salgs Moms
      @@ -397,16 +398,16 @@ LT2ES=IRPF
       LT1IN=CGST
       LT2IN=SGST
       VATRate=Momssats
      -VATCode=Tax Rate code
      -VATNPR=Tax Rate NPR
      -DefaultTaxRate=Standardskattesats
      +VATCode=Moms kode
      +VATNPR=Moms NPR
      +DefaultTaxRate=Standards Moms sats
       Average=Gennemsnit
       Sum=Sum
       Delta=Delta
      -RemainToPay=Remain to pay
      +RemainToPay=Manglende betaling
       Module=Modul/Applikation
      -Modules=Moduler/applikationer
      -Option=Option
      +Modules=Moduler/Applikationer
      +Option=Valgmulighed
       List=Liste
       FullList=Fuldstændig liste
       Statistics=Statistik
      @@ -416,7 +417,7 @@ Favorite=Favorite
       ShortInfo=Info.
       Ref=Ref.
       ExternalRef=Ref. extern
      -RefSupplier=Ref. vendor
      +RefSupplier=Ref. sælger
       RefPayment=Ref. betaling
       CommercialProposalsShort=Tilbud
       Comment=Kommentar
      @@ -427,22 +428,22 @@ ActionsDoneShort=Gjort
       ActionNotApplicable=Ikke relevant
       ActionRunningNotStarted=Ikke startet
       ActionRunningShort=I gang
      -ActionDoneShort=Finished
      -ActionUncomplete=Uafsluttet
      +ActionDoneShort=Færdig
      +ActionUncomplete=Ufuldstændig
       LatestLinkedEvents=Seneste %s linkede begivenheder
      -CompanyFoundation=Virksomhed / organisation
      -Accountant=Accountant
      +CompanyFoundation=Virksomhed/Organisation
      +Accountant=Revisor
       ContactsForCompany=Kontakter for denne tredjepart
       ContactsAddressesForCompany=Kontakter/adresser for denne tredjepart
       AddressesForCompany=Adresse for denne tredjepart
       ActionsOnCompany=Begivenheder for denne tredjepart
      -ActionsOnMember=Begivenheder for dette medlem
      +ActionsOnMember=Begivenheder for denne medlem
       ActionsOnProduct=Begivenheder omkring dette produkt
       NActionsLate=%s sent
      -ToDo=Udestående
      -Completed=Completed
      +ToDo=At gøre
      +Completed=Afsluttet
       Running=I gang
      -RequestAlreadyDone=Anmodning allerede er registreret
      +RequestAlreadyDone=Anmodning allerede registreret
       Filter=Filter
       FilterOnInto=Søgekriterier '<strong> %s </strong>' i felter %s
       RemoveFilter=Fjern filter
      @@ -453,11 +454,11 @@ Generate=Generer
       Duration=Varighed
       TotalDuration=Varighed i alt
       Summary=Resumé
      -DolibarrStateBoard=Database statistik
      -DolibarrWorkBoard=Åbne poster instrumentbræt
      +DolibarrStateBoard=Database Statistik
      +DolibarrWorkBoard=Afventer varer
       NoOpenedElementToProcess=Intet åbnet element til behandling
       Available=Tilgængelig
      -NotYetAvailable=Endnu ikke tilgængelig
      +NotYetAvailable=Ikke tilgængelig endnu 
       NotAvailable=Ikke til rådighed
       Categories=Tags/kategorier
       Category=Tags/kategori
      @@ -468,7 +469,7 @@ and=og
       or=eller
       Other=Anden
       Others=Andre
      -OtherInformations=Andre informationer
      +OtherInformations=Anden information
       Quantity=Antal
       Qty=Qty
       ChangedBy=Ændret af
      @@ -481,12 +482,12 @@ ResultKo=Fejl
       Reporting=Rapportering
       Reportings=Rapportering
       Draft=Udkast
      -Drafts=Drafts
      +Drafts=Udkast
       StatusInterInvoiced=
      -Validated=Valideret
      -Opened=Åbent
      +Validated=Godkendt
      +Opened=Åben
       New=Ny
      -Discount=Discount
      +Discount=Rabat
       Unknown=Ukendt
       General=Almindelige
       Size=Størrelse
      @@ -495,7 +496,7 @@ Received=Modtaget
       Paid=Betales
       Topic=Emne
       ByCompanies=Tredjeparter
      -ByUsers=By user
      +ByUsers=Af bruger
       Links=Links
       Link=Link
       Rejects=Afviser
      @@ -505,19 +506,19 @@ Datas=Oplysningerne
       None=Ingen
       NoneF=Ingen
       NoneOrSeveral=Ingen eller flere
      -Late=Sen
      -LateDesc=Forsinkelse om at definere, om en optegnelse er forsinket eller ikke, afhænger af dit opsætning. Bed din administrator om at ændre forsinkelsen fra menuen Hjem - Opsætning - Advarsler.
      -NoItemLate=No late item
      +Late=Sent
      +LateDesc=Forsinkelsen for at definere, om en post er forsinket eller ej, afhænger af dit opsæt. Bed din administrator om at ændre forsinkelsen fra menuen Hjem - Opsætning - Advarsler.
      +NoItemLate=Ingen forsinket vare
       Photo=Billede
       Photos=Billeder
       AddPhoto=Tilføj billede
       DeletePicture=Billede slette
       ConfirmDeletePicture=Bekræft billed sletning?
       Login=Login
      -LoginEmail=Login (email)
      -LoginOrEmail=Login eller Email
      +LoginEmail=Logind (email)
      +LoginOrEmail=Logind eller Email
       CurrentLogin=Nuværende login
      -EnterLoginDetail=Indtast loginoplysninger
      +EnterLoginDetail=Indtast logind oplysninger
       January=Januar
       February=Februar
       March=Marts
      @@ -530,42 +531,30 @@ September=September
       October=Oktober
       November=November
       December=December
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Maj
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
      -Month01=januar
      -Month02=februar
      -Month03=marts
      -Month04=april
      -Month05=maj
      -Month06=juni
      -Month07=juli
      -Month08=august
      -Month09=september
      -Month10=oktober
      -Month11=november
      -Month12=december
      -MonthShort01=jan
      -MonthShort02=feb
      -MonthShort03=mar
      -MonthShort04=apr
      -MonthShort05=maj
      -MonthShort06=jun
      -MonthShort07=jul
      -MonthShort08=aug
      -MonthShort09=sep
      -MonthShort10=okt
      -MonthShort11=nov
      -MonthShort12=dec
      +Month01=Januar
      +Month02=Februar
      +Month03=Marts
      +Month04=April
      +Month05=Maj
      +Month06=Juni
      +Month07=Juli
      +Month08=August
      +Month09=September
      +Month10=Oktober
      +Month11=November
      +Month12=December
      +MonthShort01=Jan
      +MonthShort02=Feb
      +MonthShort03=Mar
      +MonthShort04=Apr
      +MonthShort05=Maj
      +MonthShort06=Jun
      +MonthShort07=Jul
      +MonthShort08=Aug
      +MonthShort09=Sep
      +MonthShort10=Okt
      +MonthShort11=Nov
      +MonthShort12=Dec
       MonthVeryShort01=J
       MonthVeryShort02=F
       MonthVeryShort03=M
      @@ -579,7 +568,7 @@ MonthVeryShort10=O
       MonthVeryShort11=N
       MonthVeryShort12=D
       AttachedFiles=Vedhæftede filer og dokumenter
      -JoinMainDoc=Tilmeld dig hoveddokumentet
      +JoinMainDoc=Tilmeld dig til hoveddokument
       DateFormatYYYYMM=ÅÅÅÅ-MM
       DateFormatYYYYMMDD=ÅÅÅÅ-MM-DD
       DateFormatYYYYMMDDHHMM=ÅÅÅÅ-MM-DD HH: SS
      @@ -593,9 +582,9 @@ Legend=Legend
       Fill=Udfyld
       Reset=Nulstil
       File=Fil
      -Files=Files
      +Files=Filer
       NotAllowed=Ikke tilladt
      -ReadPermissionNotAllowed=Læs tilladelse ikke tilladt
      +ReadPermissionNotAllowed=Læsetilladelse ikke tilladt
       AmountInCurrency=Beløb i %s valuta
       Example=Eksempel
       Examples=Eksempler
      @@ -621,11 +610,11 @@ Warnings=Advarsler
       BuildDoc=Build Dok
       Entity=Enhed
       Entities=Enheder
      -CustomerPreview=Forhåndsvisning for kunde
      -SupplierPreview=Vendor preview
      -ShowCustomerPreview=Vis forhåndsvisning for kunde
      -ShowSupplierPreview=Show vendor preview
      -RefCustomer=Ref. kunde
      +CustomerPreview=Forhåndsvisning til kunde
      +SupplierPreview=Forhandler forhåndsvisning
      +ShowCustomerPreview=Vis forhåndsvisning til kunde
      +ShowSupplierPreview=Vis sælger forhåndsvisning
      +RefCustomer=Ref. Kunde
       Currency=Valuta
       InfoAdmin=Oplysninger til administratorer
       Undo=Fortryd
      @@ -634,21 +623,23 @@ ExpandAll=Udvid alle
       UndoExpandAll=Fortryd udvide
       SeeAll=Se alt
       Reason=Årsag
      -FeatureNotYetSupported=Feature endnu ikke understøttet
      +FeatureNotYetSupported=Funktion endnu ikke understøttet
       CloseWindow=Luk vindue
      -Response=Response
      +Response=Responds
       Priority=Prioritet
      -SendByMail=Send via e-mail
      -MailSentBy=E-mail sendt fra
      -TextUsedInTheMessageBody=Email organ
      -SendAcknowledgementByMail=Send bekræftelses e-mail
      -SendMail=Send email
      -EMail=E-mail
      -NoEMail=Ingen e-mail
      +SendByMail=Send via Email
      +MailSentBy=Email sendt fra
      +TextUsedInTheMessageBody=Email indhold
      +SendAcknowledgementByMail=Send bekræftelses Email
      +SendMail=Send Email
      +EMail=Email
      +NoEMail=Ingen Email
       Email=EMail
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Ingen mobil telefon
       Owner=Ejer
      -FollowingConstantsWillBeSubstituted=Efter konstanterne skal erstatte med tilsvarende værdi.
      +FollowingConstantsWillBeSubstituted=Følgende konstanterne skal erstatte med tilsvarende værdi.
       Refresh=Opdatér
       BackToList=Tilbage til listen
       GoBack=Gå tilbage
      @@ -657,18 +648,18 @@ CanBeModifiedIfKo=Kan ændres, hvis ikke gyldigt
       ValueIsValid=Værdi er gyldigt
       ValueIsNotValid=Værdien er ikke gyldig
       RecordCreatedSuccessfully=Optag oprettet med succes
      -RecordModifiedSuccessfully=Optag modificerede held
      +RecordModifiedSuccessfully=Ændring gennemført med succes
       RecordsModified=%s  optag ændret
       RecordsDeleted=%s post slettet
       AutomaticCode=Automatisk kode
      -FeatureDisabled=Feature handicappede
      +FeatureDisabled=Modul slået fra
       MoveBox=Flyt box
       Offered=Fri
       NotEnoughPermissions=Du har ikke tilladelse til denne handling
       SessionName=Session navn
       Method=Metode
       Receive=Modtag
      -CompleteOrNoMoreReceptionExpected=Komplet eller intet mere forventet
      +CompleteOrNoMoreReceptionExpected=Komplet eller intet mere at forvente
       ExpectedValue=Forventet værdi
       CurrentValue=Nuværende værdi
       PartialWoman=Delvis
      @@ -677,16 +668,16 @@ NeverReceived=Aldrig modtaget
       Canceled=Annulleret
       YouCanChangeValuesForThisListFromDictionarySetup=Du kan ændre værdier for denne liste fra menuen Opsætning - Ordbøger
       YouCanChangeValuesForThisListFrom=Du kan ændre værdierne for denne liste fra menuen %s
      -YouCanSetDefaultValueInModuleSetup=Du kan indstille standard værdi, der bruges, når du opretter en ny post i modul opsætning
      -Color=Color
      -Documents=Linkede filer
      +YouCanSetDefaultValueInModuleSetup=Du kan indstille standardværdien, der bruges, når du opretter en ny post i modulopsætningen
      +Color=Farve
      +Documents=Tilknyttet filer
       Documents2=Dokumenter
      -UploadDisabled=Upload handicappede
      +UploadDisabled=Upload deaktiveret
       MenuAccountancy=Regnskab
       MenuECM=Dokumenter
       MenuAWStats=AWStats
       MenuMembers=Medlemmer
      -MenuAgendaGoogle=Google tidsplan
      +MenuAgendaGoogle=Google dagsorden
       ThisLimitIsDefinedInSetup=Dolibarr grænse (Menu hjemme-setup-sikkerhed): %s Kb, PHP grænse: %s Kb
       NoFileFound=Ingen dokumenter gemt i denne mappe
       CurrentUserLanguage=Valgt sprog
      @@ -694,17 +685,17 @@ CurrentTheme=Nuværende tema
       CurrentMenuManager=Aktuel menuhåndtering
       Browser=Browser
       Layout=Layout
      -Screen=skærm
      -DisabledModules=Handikappede moduler
      +Screen=Skærm
      +DisabledModules=Deaktive moduler
       For=For
      -ForCustomer=For kunder
      +ForCustomer=Til kunder
       Signature=Underskrift
       DateOfSignature=Dato for underskrift
       HidePassword=Vis kommandoen med adgangskode skjulte
       UnHidePassword=Vis reelle kommandoen med klare adgangskode
      -Root=Rot
      -Informations=Informations
      -Page=Page
      +Root=Rod
      +Informations=Information
      +Page=Side
       Notes=Noter
       AddNewLine=Tilføj ny linje
       AddFile=Tilføj fil
      @@ -712,26 +703,28 @@ FreeZone=Ingen registrerede varer/ydelser
       FreeLineOfType=Ikke en foruddefineret indlæg af type
       CloneMainAttributes=Klon formål med sine vigtigste attributter
       PDFMerge=PDF Sammenflet
      -Merge=Merge
      +Merge=Sammeflet
       DocumentModelStandardPDF=Standard PDF-skabelon
       PrintContentArea=Vis side for at udskrive hovedindhold område
       MenuManager=Menuhåndtering
      -WarningYouAreInMaintenanceMode=Advarsel, du er i en vedligeholdelses mode, så kun login <b>%s</b> er tilladt at bruge ansøgningen på i øjeblikket.
      +WarningYouAreInMaintenanceMode=Advarsel, du er i vedligeholdelsestilstand, så kun login <b> %s </ b> har lov til at bruge programmet på dette tidspunkt.
       CoreErrorTitle=Systemfejl
       CoreErrorMessage=Beklager, der opstod en fejl. Kontakt systemadministratoren for at kontrollere logfilerne eller deaktivere $dolibarr_main_prod=1 for at få flere oplysninger.
       CreditCard=Kreditkort
       ValidatePayment=Godkend betaling
      -CreditOrDebitCard=Credit or debit card
      +CreditOrDebitCard=Kredit- eller betalingskort
       FieldsWithAreMandatory=Felter med <b>%s</b> er obligatoriske
      -FieldsWithIsForPublic=Felter med <b>%s</b> er vist på offentlig liste over medlemmer. Hvis du ikke ønsker dette, se "offentlige" boks.
      -AccordingToGeoIPDatabase=(Ifølge GeoIP konvertering)
      -Line=Line
      +FieldsWithIsForPublic=Felter med <b> %s </ b> vises i den offentlige liste over medlemmer. Hvis du ikke vil have det, skal du fjerne markeringen i feltet "offentlig".
      +AccordingToGeoIPDatabase=(ifølge GeoIP konvertering)
      +Line=Linje
       NotSupported=Ikke understøttet
       RequiredField=Obligatorisk felt
       Result=Resultat
       ToTest=Test
      -ValidateBefore=Kortet skal være valideret, før du bruger denne funktion
      +ValidateBefore=Kortet skal være bekræftet, før du bruger denne funktion
       Visibility=Synlighed
      +Totalizable=Totalizable
      +TotalizableDesc=Dette felt kan totaliseres i listen
       Private=Private
       Hidden=Skjulte
       Resources=Ressourcer
      @@ -741,23 +734,25 @@ Before=Før
       After=Efter
       IPAddress=IP-adressen
       Frequency=Frekvens
      -IM=Instant messaging
      +IM=Instant besked
       NewAttribute=Ny attribut
       AttributeCode=Attribut koden
      -URLPhoto=Url af foto / logo
      +URLPhoto=Url af foto/logo
       SetLinkToAnotherThirdParty=Link til en anden tredjepart
       LinkTo=Link til
       LinkToProposal=Link til forslag
       LinkToOrder=Link til ordre
       LinkToInvoice=Link til faktura
      +LinkToTemplateInvoice=Link til skabelonfaktura
       LinkToSupplierOrder=Link til leverandørordre
      -LinkToSupplierProposal=Link til leverandørforslag
      -LinkToSupplierInvoice=Link til leverandørfaktura
      +LinkToSupplierProposal=Link til leverandør forslag
      +LinkToSupplierInvoice=Link til leverandør faktura
       LinkToContract=Link til kontrakt
       LinkToIntervention=Link til intervention
       CreateDraft=Opret udkast
       SetToDraft=Tilbage til udkast
       ClickToEdit=Klik for at redigere
      +ClickToRefresh=Click to refresh
       EditWithEditor=Rediger med CKEditor
       EditWithTextEditor=Rediger med tekst editor
       EditHTMLSource=Rediger HTML-kilde
      @@ -772,20 +767,20 @@ ByDay=Dag
       BySalesRepresentative=Salgsrepræsentant
       LinkedToSpecificUsers=Linked til en bestemt bruger kontakt
       NoResults=Ingen resultater
      -AdminTools=Administrative værktøjer
      +AdminTools=Admin Tools
       SystemTools=Systemværktøjer
       ModulesSystemTools=Modul værktøjer
       Test=Test
       Element=Element
      -NoPhotoYet=Inge billeder til rådighed
      +NoPhotoYet=Ingen billeder til rådighed
       Dashboard=Instrumentbræt
      -MyDashboard=Mit kontrolpanel
      +MyDashboard=Mit Dashboard
       Deductible=Fradragsberettigede
       from=fra
       toward=mod
       Access=Adgang
       SelectAction=Vælg handling
      -SelectTargetUser=Vælg målbruger / medarbejder
      +SelectTargetUser=Vælg målbruger/medarbejder
       HelpCopyToClipboard=Brug Ctrl+C for at kopiere til udklipsholderen
       SaveUploadedFileWithMask=Gem filen på serveren med navnet "<strong>%s</strong>" (ellers "%s")
       OriginFileName=Orginal filnavn
      @@ -794,7 +789,7 @@ SetBankAccount=Definér bankkonto
       AccountCurrency=Konto møntsort
       ViewPrivateNote=Vis noter
       XMoreLines=%s linje(r) skjult
      -ShowMoreLines=Vis flere / færre linjer
      +ShowMoreLines=Vis flere/færre linjer
       PublicUrl=Offentlige URL
       AddBox=Tilføj box
       SelectElementAndClick=Vælg et element og klik på %s
      @@ -802,9 +797,9 @@ PrintFile=Print fil %s
       ShowTransaction=Vis indlæg på bankkonto
       ShowIntervention=Vis indgreb
       ShowContract=Vis kontrakt
      -GoIntoSetupToChangeLogo=Gå ind i Home - Setup - Firma for at skifte logo eller gå ind i Home - Setup - Display for at skjule.
      +GoIntoSetupToChangeLogo=Gå til Home - Setup - Firma for at skifte logo eller gå til Hjem - Setup - Display for at skjule.
       Deny=Nægte
      -Denied=Denied
      +Denied=Nægtet
       ListOf=Liste over %s
       ListOfTemplates=Liste over skabeloner
       Gender=Køn
      @@ -815,34 +810,34 @@ Mandatory=Obligatorisk
       Hello=Hallo
       GoodBye=Farvel
       Sincerely=Med venlig hilsen
      -DeleteLine=Slet linie
      +DeleteLine=Slet linje
       ConfirmDeleteLine=Er du sikker på, at du vil slette denne linje?
      -NoPDFAvailableForDocGenAmongChecked=Der var ikke nogen PDF til dokumentgenerering blandt kontrollerede poster
      -TooManyRecordForMassAction=For mange poster valgt til massehandling. Handlingen er begrænset til en liste over %s rekord.
      +NoPDFAvailableForDocGenAmongChecked=Der var ikke nogen PDF til dokument generering blandt kontrollerede poster
      +TooManyRecordForMassAction=For mange poster valgt til massehandling. Handlingen er begrænset til en liste over %s poster.
       NoRecordSelected=Ingen rekord valgt
       MassFilesArea=Område for filer opbygget af massehandlinger
       ShowTempMassFilesArea=Vis område af filer bygget af massehandlinger
      -ConfirmMassDeletion=Bulk slet bekræftelse
      +ConfirmMassDeletion=Masse slette bekræftelse
       ConfirmMassDeletionQuestion=Er du sikker på, at du vil slette den %s valgte post?
       RelatedObjects=Relaterede objekter
       ClassifyBilled=Klassificere faktureret
      -ClassifyUnbilled=Classify unbilled
      +ClassifyUnbilled=Klassificer Ikke faktureret
       Progress=Fremskridt
       FrontOffice=Forreste kontor
       BackOffice=Back office
       View=Udsigt
      -Export=Export
      +Export=Eksport
       Exports=Eksporter
       ExportFilteredList=Eksporter filtreret liste
       ExportList=Eksportliste
      -ExportOptions=Eksportindstillinger
      +ExportOptions=Eksport indstillinger
       Miscellaneous=Diverse
       Calendar=Kalender
       GroupBy=Gruppér efter
       ViewFlatList=Se flad liste
       RemoveString=Fjern streng '%s'
      -SomeTranslationAreUncomplete=Nogle sprog kan oversættes delvis eller kan indeholde fejl. Hvis du registrerer noget, kan du rette sprogfiler, der registrerer dig til <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/ Dolibarr / </a>.
      -DirectDownloadLink=Direkte download link (offentlig / ekstern)
      +SomeTranslationAreUncomplete=Nogle af de sprog, der tilbydes, kan kun oversættes eller måske indeholde fejl. Hjælp venligst med at korrigere dit sprog ved at registrere dig på <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/dolibarr/ < / a> at tilføje dine forbedringer.
      +DirectDownloadLink=Direkte download link (offentlig/ekstern)
       DirectDownloadInternalLink=Direkte download link (skal logges og har brug for tilladelser)
       Download=Hent
       DownloadDocument=Hent dokument
      @@ -850,8 +845,8 @@ ActualizeCurrency=Opdater valutakurs
       Fiscalyear=Regnskabsår
       ModuleBuilder=Modulbygger
       SetMultiCurrencyCode=Indstil valuta
      -BulkActions=Bulk handlinger
      -ClickToShowHelp=Klik for at vise værktøjstiphjælp
      +BulkActions=Masse handlinger
      +ClickToShowHelp=Klik for at vise værktøjs tips
       WebSite=Internet side
       WebSites=Websteder
       WebSiteAccounts=Webstedkonti
      @@ -864,13 +859,22 @@ TitleSetToDraft=Gå tilbage til udkast
       ConfirmSetToDraft=Er du sikker på, at du vil gå tilbage til Udkast status?
       ImportId=Import id
       Events=Begivenheder
      -EMailTemplates=E-mail skabeloner
      +EMailTemplates=Email skabeloner
       FileNotShared=Filen er ikke delt til ekstern offentlighed
       Project=Projekt
       Projects=Projekter
      +LeadOrProject=Bly | Projekt
      +LeadsOrProjects=Potentielle kunder | Projekter
      +Lead=At føre
      +Leads=Potentielle kunder
      +ListOpenLeads=Liste åbne ledninger
      +ListOpenProjects=Liste åbne projekter
      +NewLeadOrProject=Ny ledelse eller projekt
       Rights=Tilladelser
      -LineNb=Line no.
      -IncotermLabel=Incoterms
      +LineNb=Linje nr.
      +IncotermLabel=Inkassovilkor
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Mandag
       Tuesday=Tirsdag
      @@ -879,13 +883,13 @@ Thursday=Torsdag
       Friday=Fredag
       Saturday=Lørdag
       Sunday=Søndag
      -MondayMin=Mo
      -TuesdayMin=Tu
      -WednesdayMin=Vi
      -ThursdayMin=Th
      -FridayMin=Fr
      -SaturdayMin=Sa
      -SundayMin=Su
      +MondayMin=Man
      +TuesdayMin=Tir
      +WednesdayMin=Ons
      +ThursdayMin=Tor
      +FridayMin=Fre
      +SaturdayMin=Lør
      +SundayMin=Søn
       Day1=Mandag
       Day2=Tirsdag
       Day3=Onsdag
      @@ -895,13 +899,13 @@ Day6=Lørdag
       Day0=Søndag
       ShortMonday=M
       ShortTuesday=T
      -ShortWednesday=W
      +ShortWednesday=O
       ShortThursday=T
       ShortFriday=F
      -ShortSaturday=S
      +ShortSaturday=L
       ShortSunday=S
      -SelectMailModel=Vælg en e-mail-skabelon
      -SetRef=Sæt ref
      +SelectMailModel=Vælg en Email-skabelon
      +SetRef=Sæt ref.
       Select2ResultFoundUseArrows=Nogle resultater fundet. Brug pilene til at vælge.
       Select2NotFound=Intet resultat fundet
       Select2Enter=Gå ind
      @@ -917,17 +921,17 @@ SearchIntoUsers=Brugere
       SearchIntoProductsOrServices=Produkter eller tjenester
       SearchIntoProjects=Projekter
       SearchIntoTasks=Opgaver
      -SearchIntoCustomerInvoices=Kundefakturaer
      -SearchIntoSupplierInvoices=Leverandørfakturaer
      +SearchIntoCustomerInvoices=Kunde fakturaer
      +SearchIntoSupplierInvoices=Leverandør fakturaer
       SearchIntoCustomerOrders=Kundeordrer
       SearchIntoSupplierOrders=Indkøbsordre
       SearchIntoCustomerProposals=Kundeforslag
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Forhandler forslag
       SearchIntoInterventions=Interventioner
       SearchIntoContracts=Kontrakter
       SearchIntoCustomerShipments=Kundeforsendelser
       SearchIntoExpenseReports=Udgiftsrapporter
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Forlade
       CommentLink=Kommentarer
       NbComments=Antal kommentarer
       CommentPage=Kommentarer plads
      @@ -936,15 +940,16 @@ CommentDeleted=Kommentar slettet
       Everybody=Fælles projekt
       PayedBy=Betalt af
       PayedTo=Betalt til
      -Monthly=Monthly
      -Quarterly=Quarterly
      -Annual=Annual
      -Local=Local
      -Remote=Remote
      -LocalAndRemote=Local and Remote
      -KeyboardShortcut=Keyboard shortcut
      +Monthly=Månedlige
      +Quarterly=Kvartalsvis
      +Annual=Årligt
      +Local=Lokal
      +Remote=Fjern
      +LocalAndRemote=Lokal og Ekstern
      +KeyboardShortcut=Tastaturgenvej
       AssignedTo=Tildelt til
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +Deletedraft=Slet udkast
      +ConfirmMassDraftDeletion=Udkast til masse slette bekræftelse
      +FileSharedViaALink=Fil deles via et link
      +SelectAThirdPartyFirst=Vælg en tredjepart først ...
      +YouAreCurrentlyInSandboxMode=Du er i øjeblikket i %s "sandbox" -tilstanden
      diff --git a/htdocs/langs/da_DK/other.lang b/htdocs/langs/da_DK/other.lang
      index 7a7f292814c..12befef61d6 100644
      --- a/htdocs/langs/da_DK/other.lang
      +++ b/htdocs/langs/da_DK/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Sikkerhedskode
       NumberingShort=N °
       Tools=Værktøj
       TMenuTools=Værktøjer
      -ToolsDesc=Alle diverse værktøjer, der ikke er medtaget i andre menuposter, er samlet her. <br> <br> Alle værktøjerne kan nås i menuen til venstre.
      +ToolsDesc=Alle værktøjer, der ikke er inkluderet i andre menupunkter, er grupperet her. <br> Alle værktøjerne er tilgængelige via menuen til venstre.
       Birthday=Fødselsdag
       BirthdayDate=Fødselsdato
       DateToBirth=Dato for fødsel
      @@ -20,10 +20,10 @@ ZipFileGeneratedInto=Zip-fil genereret til <b> %s </ b>.
       DocFileGeneratedInto=Doc-fil genereret til <b> %s </ b>.
       JumpToLogin=Afbrudt. Gå til login side ...
       MessageForm=Besked på online betalingsformular
      -MessageOK=Besked på validerede betaling tilbage side
      +MessageOK=Besked på bekræftede betaling tilbage side
       MessageKO=Besked om annulleret betaling tilbage side
      -ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +ContentOfDirectoryIsNotEmpty=Indholdet af denne mappe er ikke tomt.
      +DeleteAlsoContentRecursively=Check for at slette alt indhold rekursivt
       
       YearOfInvoice=År for faktura dato
       PreviousYearOfInvoice=Tidligere års faktura dato
      @@ -31,38 +31,37 @@ NextYearOfInvoice=Følgende års faktura dato
       DateNextInvoiceBeforeGen=Dato for næste faktura (før generation)
       DateNextInvoiceAfterGen=Dato for næste faktura (efter generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Tilføjet kontakt til intervention
      -Notify_FICHINTER_VALIDATE=Valider intervention
      -Notify_FICHINTER_SENTBYMAIL=Intervention sendt via post
      -Notify_ORDER_VALIDATE=Kundeordre valideret
      +Notify_ORDER_VALIDATE=Kundeordre bekræftet
       Notify_ORDER_SENTBYMAIL=Kundens ordre sendes med posten
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Leverandør orden sendt med posten
       Notify_ORDER_SUPPLIER_VALIDATE=Leverandør ordre registreret
       Notify_ORDER_SUPPLIER_APPROVE=Leverandør for godkendt
       Notify_ORDER_SUPPLIER_REFUSE=Leverandør For nægtes
       Notify_PROPAL_VALIDATE=Tilbud godkendt
      -Notify_PROPAL_CLOSE_SIGNED=Kunde propal lukket underskrevet
      -Notify_PROPAL_CLOSE_REFUSED=Kunde propal lukket nægtet
      +Notify_PROPAL_CLOSE_SIGNED=Kundeforslag er lukket underskrevet
      +Notify_PROPAL_CLOSE_REFUSED=Kundeforslag afsluttet afslået
       Notify_PROPAL_SENTBYMAIL=Tilbud sendt med posten
       Notify_WITHDRAW_TRANSMIT=Transmission tilbagetrækning
       Notify_WITHDRAW_CREDIT=Credit tilbagetrækning
       Notify_WITHDRAW_EMIT=Isue tilbagetrækning
       Notify_COMPANY_CREATE=Tredjeparts oprettet
       Notify_COMPANY_SENTBYMAIL=Mails sendt fra tredjepartskort
      -Notify_BILL_VALIDATE=Valider regningen
      +Notify_BILL_VALIDATE=Bekræft regningen
       Notify_BILL_UNVALIDATE=Kundefaktura ugyldiggjort
      -Notify_BILL_PAYED=Kundens faktura betales
      +Notify_BILL_PAYED=Kundefaktura udbetalt
       Notify_BILL_CANCEL=Kundefaktura aflyst
       Notify_BILL_SENTBYMAIL=Kundens faktura sendes med posten
      -Notify_BILL_SUPPLIER_VALIDATE=Leverandør faktura valideret
      -Notify_BILL_SUPPLIER_PAYED=Leverandør faktura betales
      +Notify_BILL_SUPPLIER_VALIDATE=Leverandør faktura bekræftet
      +Notify_BILL_SUPPLIER_PAYED=Leverandør faktura betalt
       Notify_BILL_SUPPLIER_SENTBYMAIL=Leverandør faktura tilsendt med posten
       Notify_BILL_SUPPLIER_CANCELED=Leverandør faktura annulleret
      -Notify_CONTRACT_VALIDATE=Kontrakt valideret
      -Notify_FICHEINTER_VALIDATE=Intervention valideret
      -Notify_SHIPPING_VALIDATE=Forsendelse valideret
      +Notify_CONTRACT_VALIDATE=Kontrakt bekræftet
      +Notify_FICHEINTER_VALIDATE=Intervention bekræftet
      +Notify_FICHINTER_ADD_CONTACT=Tilføjet kontakt til intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sendt via post
      +Notify_SHIPPING_VALIDATE=Forsendelse bekræftet
       Notify_SHIPPING_SENTBYMAIL=Shipping sendes med posten
      -Notify_MEMBER_VALIDATE=Medlem valideret
      +Notify_MEMBER_VALIDATE=Medlem bekræftet
       Notify_MEMBER_MODIFY=Medlem ændret
       Notify_MEMBER_SUBSCRIPTION=Medlem abonnerer
       Notify_MEMBER_RESILIATE=Medlem afsluttet
      @@ -71,27 +70,31 @@ Notify_PROJECT_CREATE=Projektoprettelse
       Notify_TASK_CREATE=Opgave oprettet
       Notify_TASK_MODIFY=Opgave ændret
       Notify_TASK_DELETE=Opgave slettet
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Se opsætning af modul %s
       NbOfAttachedFiles=Antal vedhæftede filer / dokumenter
       TotalSizeOfAttachedFiles=Samlede størrelse på vedhæftede filer / dokumenter
       MaxSize=Maksimumstørrelse
       AttachANewFile=Vedhæfte en ny fil / dokument
       LinkedObject=Linket objekt
      -NbOfActiveNotifications=Antal meddelelser (nb modtager e-mails)
      +NbOfActiveNotifications=Antal meddelelser (nr. Modtagers e-mails)
       PredefinedMailTest=__(Hej)__\nDette er en testpost sendt til __EMAIL__.\nDe to linjer er adskilt af en vognretur.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hej)__\nDette er en <b> test </ b> mail (ordtesten skal være fed skrift). De to linjer er adskilt af en vognretur. <br> <br> __USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hej)__\n\nHer finder du prisforespørgsel __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hej)__\n\nHer finder du ordren __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hej)__\n\nHer finder du vores ordre __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hej)__\n\nHer finder du fakturaen __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hej)__\n\nHer finder du forsendelsen __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hej)__\n\nHer finder du interventionen __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hej)__\n\nVenligst find vedlagte faktura __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hej)__\n\nVi vil gerne advare dig om, at fakturaen __REF__ tilsyneladende ikke er blevet betalt. Fakturaen er vedlagt som en påmindelse.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hej)__\n\nSe venligst vedhæftet kommercielt forslag __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hej)__\n\nVenligst find vedlagt prisforespørgsel __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hej)__\n\nSe venligst vedhæftet ordre __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hej)__\n\nVenligst find vedlagt vores ordre __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hej)__\n\nVenligst find vedlagte faktura __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hej)__\n\nSe venligst vedhæftet fragt __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hej)__\n\nVenligst find vedhæftet intervention __REF__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hej)__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hej)__\n\n\n__ (Sincerely) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      +PredefinedMailContentLink=Du kan klikke på linket herunder for at foretage din betaling, hvis den ikke allerede er færdig.\n\n%s\n\n
       DemoDesc=Dolibarr er en kompakt ERP / CRM, der understøtter flere forretningsmoduler. En demo, der viser alle moduler, giver ingen mening, da dette scenario aldrig forekommer (flere hundrede tilgængelige). Så flere demo profiler er tilgængelige.
       ChooseYourDemoProfil=Vælg den demoprofil, der passer bedst til dine behov ...
       ChooseYourDemoProfilMore=... eller bygg din egen profil <br> (manuel modulvalg)
      @@ -107,12 +110,12 @@ ValidatedBy=Attesteret af %s
       ClosedBy=Lukket af %s
       CreatedById=Bruger id, der oprettede
       ModifiedById=Bruger id, der lavede den seneste ændring
      -ValidatedById=Bruger id, der er valideret
      +ValidatedById=Bruger id, der er bekræftet
       CanceledById=Bruger id, der annulleret
       ClosedById=Bruger id, der lukket
       CreatedByLogin=Bruger login, der oprettes
       ModifiedByLogin=Bruger login, som lavede den seneste ændring
      -ValidatedByLogin=Bruger login, der valideres
      +ValidatedByLogin=Bruger login, der bekræftes
       CanceledByLogin=Bruger login, der blev annulleret
       ClosedByLogin=Bruger login som lukket
       FileWasRemoved=Fil blev slettet
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Installer eller aktiver GD bibliotek på din PHP installatio
       ProfIdShortDesc=<b>Prof Id %s</b> er en information afhængigt tredjepart land. <br> For eksempel, for <b>land %s,</b> er det <b>kode %s.</b>
       DolibarrDemo=Dolibarr ERP / CRM demo
       StatsByNumberOfUnits=Statistikker for summen af ​​produkter / tjenester
      -StatsByNumberOfEntities=Statistikker i antal henvisende enheder (nb faktura eller ordre ...)
      +StatsByNumberOfEntities=Statistik i antal henvisende enheder (faktura nummer, eller rækkefølge ...)
       NumberOfProposals=Antal forslag
       NumberOfCustomerOrders=Antal kundeordrer
       NumberOfCustomerInvoices=Antal kundefakturaer
      @@ -185,18 +188,23 @@ NumberOfUnitsCustomerInvoices=Antal enheder på kundefakturaer
       NumberOfUnitsSupplierProposals=Antal enheder på leverandørforslag
       NumberOfUnitsSupplierOrders=Antal enheder på leverandørordrer
       NumberOfUnitsSupplierInvoices=Antal enheder på leverandørfakturaer
      -EMailTextInterventionAddedContact=En nyintervention %s er blevet tildelt dig.
      -EMailTextInterventionValidated=Intervention %s valideret
      -EMailTextInvoiceValidated=Faktura %s valideret
      +EMailTextInterventionAddedContact=En ny intervention %s er blevet tildelt dig.
      +EMailTextInterventionValidated=Intervention %s bekræftet
      +EMailTextInvoiceValidated=Faktura %s bekræftet
      +EMailTextInvoicePayed=Fakturaen %s er blevet betalt.
       EMailTextProposalValidated=Tilbuddet %s er ikke godkendt.
       EMailTextProposalClosedSigned=Forslaget %s er blevet lukket underskrevet.
      -EMailTextOrderValidated=Ordren %s er blevet valideret.
      +EMailTextOrderValidated=Ordren %s er blevet bekræftet.
       EMailTextOrderApproved=Bestil %s godkendt
       EMailTextOrderValidatedBy=Ordren %s er optaget af %s.
       EMailTextOrderApprovedBy=Bestil %s er godkendt af %s
       EMailTextOrderRefused=Bestil %s nægtet
       EMailTextOrderRefusedBy=Bestil %s afvises af %s
      -EMailTextExpeditionValidated=Forsendelsen %s er blevet valideret.
      +EMailTextExpeditionValidated=Forsendelsen %s er blevet bekræftet.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Indførsel datasæt
       DolibarrNotification=Automatisk anmeldelse
       ResizeDesc=Indtast nye bredde <b>OR</b> ny højde. Ratio vil blive holdt i resizing ...
      @@ -204,7 +212,7 @@ NewLength=Ny bredde
       NewHeight=Ny højde
       NewSizeAfterCropping=Ny størrelse efter beskæring
       DefineNewAreaToPick=Definer et nyt område på billedet for at vælge (til venstre klik på billedet og derefter trække, indtil du når det modsatte hjørne)
      -CurrentInformationOnImage=Informationer om aktuelle billede
      +CurrentInformationOnImage=Dette værktøj er designet til at hjælpe dig med at ændre størrelse eller beskære et billede. Dette er oplysningerne om det aktuelle redigerede billede
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=Du modtager denne besked fordi din e-mail er blevet føjet til listen over modtagere, der skal informeres om bestemte begivenheder i %s software %s.
       YouReceiveMailBecauseOfNotification2=Denne begivenhed er følgende:
      @@ -217,13 +225,13 @@ StartUpload=Start upload
       CancelUpload=Annuller upload
       FileIsTooBig=Filer er for store
       PleaseBePatient=Vær tålmodig ...
      -NewPassword=New password
      +NewPassword=Nyt kodeord
       ResetPassword=Nulstille kodeord
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +RequestToResetPasswordReceived=En anmodning om at ændre dit kodeord er blevet modtaget.
       NewKeyIs=Dette er dine nye nøgler til login
       NewKeyWillBe=Din nye nøgle til login til software vil være
       ClickHereToGoTo=Klik her for at gå til %s
      -YouMustClickToChange=Du skal dog først klikke på følgende link for at validere denne adgangskode ændring
      +YouMustClickToChange=Du skal dog først klikke på følgende link for at bekræfte denne adgangskode ændring
       ForgetIfNothing=Hvis du ikke har anmodet om denne ændring, skal du bare glemme denne email. Dine legitimationsoplysninger holdes sikre.
       IfAmountHigherThan=Hvis beløb højere end <strong> %s </ strong>
       SourcesRepository=Repository for kilder
      @@ -234,7 +242,11 @@ PermissionsDelete=Tilladelser fjernet
       YourPasswordMustHaveAtLeastXChars=Dit kodeord skal have mindst <strong> %s </ strong> tegn
       YourPasswordHasBeenReset=Dit kodeord er nulstillet
       ApplicantIpAddress=Ansøgerens IP-adresse
      -SMSSentTo=SMS sent to %s
      +SMSSentTo=SMS sendt til %s
      +MissingIds=Mangler ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Eksport område
      @@ -249,4 +261,4 @@ WEBSITE_PAGEURL=URL til side
       WEBSITE_TITLE=Titel
       WEBSITE_DESCRIPTION=Beskrivelse
       WEBSITE_KEYWORDS=nøgleord
      -LinesToImport=Lines to import
      +LinesToImport=Linjer at importere
      diff --git a/htdocs/langs/da_DK/projects.lang b/htdocs/langs/da_DK/projects.lang
      index b7dbaf6ec59..e703d7719c4 100644
      --- a/htdocs/langs/da_DK/projects.lang
      +++ b/htdocs/langs/da_DK/projects.lang
      @@ -10,13 +10,13 @@ PrivateProject=Projekt kontakter
       ProjectsImContactFor=Projekter Jeg er udtrykkeligt en kontaktperson af
       AllAllowedProjects=Alt projekt jeg kan læse (mine + offentlige)
       AllProjects=Alle projekter
      -MyProjectsDesc=This view is limited to projects you are a contact for
      +MyProjectsDesc=Denne oversigt er begrænset til projekter, du er kontakt til
       ProjectsPublicDesc=Dette synspunkt præsenterer alle projekter du får lov til at læse.
       TasksOnProjectsPublicDesc=Denne visning præsenterer alle opgaver på projekter, som du må læse.
       ProjectsPublicTaskDesc=Dette synspunkt præsenterer alle projekter og opgaver, som du får lov til at læse.
       ProjectsDesc=Dette synspunkt præsenterer alle projekter (din brugertilladelser give dig tilladelse til at se alt).
       TasksOnProjectsDesc=Denne visning præsenterer alle opgaver på alle projekter (dine brugerrettigheder giver dig tilladelse til at se alt).
      -MyTasksDesc=This view is limited to projects or tasks you are a contact for
      +MyTasksDesc=Denne oversigt er begrænset til projekter eller opgaver, som du er kontakt til
       OnlyOpenedProject=Kun åbne projekter er synlige (projekter i udkast eller lukket status er ikke synlige).
       ClosedProjectsAreHidden=Afsluttede projekter er ikke synlige.
       TasksPublicDesc=Dette synspunkt præsenterer alle projekter og opgaver, som du får lov til at læse.
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Er du sikker på, at du vil slette dette projekt?
       ConfirmDeleteATask=Er du sikker på, at du vil slette denne opgave?
       OpenedProjects=Åbne projekter
       OpenedTasks=Åbn opgaver
      -OpportunitiesStatusForOpenedProjects=Muligheder Antal åbne projekter efter status
      -OpportunitiesStatusForProjects=Muligheder antal projekter efter status
      +OpportunitiesStatusForOpenedProjects=Leder mængden af ​​åbne projekter efter status
      +OpportunitiesStatusForProjects=Leder mængden af ​​projekter efter status
       ShowProject=Vis projekt
       ShowTask=Vis opgave
       SetProject=Indstil projekt
       NoProject=Intet projekt defineret
      -NbOfProjects=Nb af projekter
      -NbOfTasks=Nb af opgaver
      +NbOfProjects=Antal projekter
      +NbOfTasks=Antal opgaver
       TimeSpent=Tid brugt
       TimeSpentByYou=Tid brugt af dig
       TimeSpentByUser=Tid brugt af brugeren
      @@ -55,7 +55,7 @@ TasksOnOpenedProject=Opgaver på åbne projekter
       WorkloadNotDefined=Arbejdsbyrden er ikke defineret
       NewTimeSpent=Tid brugt
       MyTimeSpent=Min tid
      -BillTime=Bill the time spent
      +BillTime=Fakturer tidsforbruget
       Tasks=Opgaver
       Task=Opgave
       TaskDateStart=Opgave startdato
      @@ -77,23 +77,24 @@ Time=Tid
       ListOfTasks=Liste over opgaver
       GoToListOfTimeConsumed=Gå til listen over tid forbrugt
       GoToListOfTasks=Gå til listen over opgaver
      -GoToGanttView=Go to Gantt view
      +GoToGanttView=Gå til Gantt visning
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Liste over tilbud forbundet med projektet
      -ListOrdersAssociatedProject=Liste over kundeordrer i forbindelse med projektet
      -ListInvoicesAssociatedProject=Liste over kundefakturaer i forbindelse med projektet
      -ListPredefinedInvoicesAssociatedProject=Liste over fakturaer til kundemaler i forbindelse med projektet
      -ListSupplierOrdersAssociatedProject=Liste over leverandørordrer i forbindelse med projektet
      -ListSupplierInvoicesAssociatedProject=Liste over leverandørfakturaer knyttet til projektet
      -ListContractAssociatedProject=Liste over kontrakter i forbindelse med projektet
      -ListShippingAssociatedProject=Liste over afskibninger i forbindelse med projektet
      -ListFichinterAssociatedProject=Liste over interventioner i forbindelse med projektet
      -ListExpenseReportsAssociatedProject=Liste over udgiftsrapporter tilknyttet projektet
      -ListDonationsAssociatedProject=Liste over donationer i forbindelse med projektet
      -ListVariousPaymentsAssociatedProject=Liste over diverse betalinger forbundet med projektet
      -ListActionsAssociatedProject=Liste over begivenheder i forbindelse med projektet
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Liste over tid, der indtages på projektets opgaver
      -ListTaskTimeForTask=List of time consumed on task
      +ListTaskTimeForTask=Liste over tid forbrugt på opgaven
       ActivityOnProjectToday=Aktivitet på projektet i dag
       ActivityOnProjectYesterday=Aktivitet på projektet i går
       ActivityOnProjectThisWeek=Aktivitet på projektet i denne uge
      @@ -101,12 +102,12 @@ ActivityOnProjectThisMonth=Aktivitet på projektet i denne måned
       ActivityOnProjectThisYear=Aktivitet på projektet i år
       ChildOfProjectTask=Barn af projekt / opgave
       ChildOfTask=Opgavebarn
      -TaskHasChild=Task has child
      +TaskHasChild=Opgave har barn
       NotOwnerOfProject=Ikke ejer af denne private projekt
       AffectedTo=Påvirkes i
       CantRemoveProject=Dette projekt kan ikke fjernes, da det er der henvises til nogle andre objekter (faktura, ordrer eller andet). Se referers fane.
       ValidateProject=Validér projet
      -ConfirmValidateProject=Er du sikker på, at du vil validere dette projekt?
      +ConfirmValidateProject=Er du sikker på, at du vil bekræfte dette projekt?
       CloseAProject=Luk projekt
       ConfirmCloseAProject=Er du sikker på at du vil lukke dette projekt?
       AlsoCloseAProject=Luk også projektet (hold det åbent, hvis du stadig skal følge produktionsopgaverne på det)
      @@ -141,16 +142,16 @@ ProjectReportDate=Skift opgaver datoer i henhold til ny projekt startdato
       ErrorShiftTaskDate=Det er umuligt at skifte arbejdsdato i henhold til ny projekt startdato
       ProjectsAndTasksLines=Projekter og opgaver
       ProjectCreatedInDolibarr=Projekt %s oprettet
      -ProjectValidatedInDolibarr=Project %s validated
      +ProjectValidatedInDolibarr=Projekt %s bekræftet
       ProjectModifiedInDolibarr=Projekt %s ændret
       TaskCreatedInDolibarr=Opgave %s oprettet
       TaskModifiedInDolibarr=Opgave %s ændret
       TaskDeletedInDolibarr=Opgave %s slettet
      -OpportunityStatus=Mulighed for status
      +OpportunityStatus=Lederstatus
       OpportunityStatusShort=Opp. status
      -OpportunityProbability=Muligheds sandsynlighed
      +OpportunityProbability=Ledsandsynlighed
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=Mulighed beløb
      +OpportunityAmount=Blybeløb
       OpportunityAmountShort=Opp. beløb
       OpportunityAmountAverageShort=Gennemsnitlig oppe. beløb
       OpportunityAmountWeigthedShort=Vægtet oppe. beløb
      @@ -167,12 +168,13 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Bidragyder
       SelectElement=Vælg element
       AddElement=Link til element
       # Documents models
      -DocumentModelBeluga=Projektskabelon for oversigt over objekter
      -DocumentModelBaleine=Projektrapport skabelon til opgaver
      +DocumentModelBeluga=Projektdokumentskabelon for oversigt over objekter
      +DocumentModelBaleine=Projektdokumentskabelon til opgaver
      +DocumentModelTimeSpent=Projektrapport skabelon for brugt tid
       PlannedWorkload=Planlagt arbejdsbyrde
       PlannedWorkloadShort=arbejdsbyrde
       ProjectReferers=Relaterede emner
      -ProjectMustBeValidatedFirst=Projektet skal valideres først
      +ProjectMustBeValidatedFirst=Projektet skal bekræftes først
       FirstAddRessourceToAllocateTime=Tildel en brugerressource til opgaven for at allokere tid
       InputPerDay=Indgang pr. Dag
       InputPerWeek=Indgang pr. Uge
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekter med denne bruger som kontaktperson
       TasksWithThisUserAsContact=Opgaver tildelt denne bruger
       ResourceNotAssignedToProject=Ikke tildelt til projekt
       ResourceNotAssignedToTheTask=Ikke tildelt opgaven
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Tid brugt af
       TasksAssignedTo=Opgaver tildelt
       AssignTaskToMe=Tildel opgave til mig
      @@ -189,26 +192,27 @@ AssignTaskToUser=Tildel opgave til %s
       SelectTaskToAssign=Vælg opgave for at tildele ...
       AssignTask=Tildel
       ProjectOverview=Oversigt
      -ManageTasks=Brug projekter til at følge opgaver og tid
      -ManageOpportunitiesStatus=Brug projekter til at følge leads / opportunuties
      -ProjectNbProjectByMonth=Nb af oprettede projekter pr. Måned
      -ProjectNbTaskByMonth=Nb af oprettede opgaver efter måned
      -ProjectOppAmountOfProjectsByMonth=Antal muligheder pr. Måned
      -ProjectWeightedOppAmountOfProjectsByMonth=Vægtet antal muligheder pr. Måned
      -ProjectOpenedProjectByOppStatus=Åbn projekt / led efter mulighedstilstand
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
      +ManageOpportunitiesStatus=Brug projekter til at følge potentielle kunder / nye salgsmuligheder
      +ProjectNbProjectByMonth=Antal oprettet projekter pr. Måned
      +ProjectNbTaskByMonth=Antal oprettet opgaver efter måned
      +ProjectOppAmountOfProjectsByMonth=Mængden af ​​kundeemner pr. Måned
      +ProjectWeightedOppAmountOfProjectsByMonth=Vægtet antal kundeemner pr. Måned
      +ProjectOpenedProjectByOppStatus=Åbn projekt / bly med blystatus
       ProjectsStatistics=Statistik over projekter / ledere
       TasksStatistics=Statistik over projekt / hovedopgaver
       TaskAssignedToEnterTime=Opgave tildelt. Indtastning af tid på denne opgave skal være muligt.
       IdTaskTime=Id opgave tid
       YouCanCompleteRef=Hvis du vil udfylde referencen med nogle oplysninger (for at bruge den som søgefiltre), anbefales det at tilføje et tegn til at adskille det, så den automatiske nummerering fungerer stadig korrekt for de næste projekter. For eksempel %s-ABC. Du kan også foretrække at tilføje søge nøgler til etiket. Men bedste praksis kan være at tilføje et dedikeret felt, også kaldet komplementære attributter.
       OpenedProjectsByThirdparties=Åbne projekter af tredjeparter
      -OnlyOpportunitiesShort=Kun muligheder
      -OpenedOpportunitiesShort=Åben muligheder
      -NotAnOpportunityShort=Ikke en mulighed
      -OpportunityTotalAmount=Muligheder samlede beløb
      -OpportunityPonderatedAmount=Muligheder vægtet beløb
      -OpportunityPonderatedAmountDesc=Muligheder beløbet vægtet med sandsynlighed
      -OppStatusPROSP=prospektering
      +OnlyOpportunitiesShort=Kun fører
      +OpenedOpportunitiesShort=Åbne kundeemner
      +NotOpenedOpportunitiesShort=Ikke åbne ledninger
      +NotAnOpportunityShort=Ikke en ledelse
      +OpportunityTotalAmount=Samlet antal ledere
      +OpportunityPonderatedAmount=Vægtet antal ledninger
      +OpportunityPonderatedAmountDesc=Potentielle kunder beløbet vægtet med sandsynlighed
      +OppStatusPROSP=Prospection
       OppStatusQUAL=Kvalifikation
       OppStatusPROPO=Tilbud
       OppStatusNEGO=negociation
      @@ -220,11 +224,13 @@ AllowToLinkFromOtherCompany=Tillad at linke projekt fra andet firma <br> <br> <u
       LatestProjects=Seneste %s projekter
       LatestModifiedProjects=Seneste %s ændrede projekter
       OtherFilteredTasks=Andre filtrerede opgaver
      -NoAssignedTasks=No assigned tasks (assign project/tasks the current user from the top select box to enter time on it)
      +NoAssignedTasks=Ingen tildelte opgaver (tildel projekt / opgaver den aktuelle bruger fra den øverste valgboks for at indtaste tid på den)
       # Comments trans
       AllowCommentOnTask=Tillad brugernes kommentarer til opgaver
       AllowCommentOnProject=Tillad brugernes kommentarer til projekter
      -DontHavePermissionForCloseProject=You do not have permissions to close the project %s
      -DontHaveTheValidateStatus=The project %s must be open to be closed
      -RecordsClosed=%s project(s) closed
      -SendProjectRef=Information project %s
      +DontHavePermissionForCloseProject=Du har ikke tilladelser til at lukke projektet %s
      +DontHaveTheValidateStatus=Projektet %s skal være åbent for at blive lukket
      +RecordsClosed=%s projekt (er) lukket
      +SendProjectRef=Informationsprojekt %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Modul 'Betaling af lønninger til medarbejdere' skal være i stand til at definere medarbejder timeprisen for at få tiden brugt til at blive værdieret
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/de_AT/admin.lang b/htdocs/langs/de_AT/admin.lang
      index c68572335ca..80b7bd81fc3 100644
      --- a/htdocs/langs/de_AT/admin.lang
      +++ b/htdocs/langs/de_AT/admin.lang
      @@ -4,18 +4,15 @@ VersionDevelopment=Entwickler
       SessionId=Sitzungsnummer
       SessionSaveHandler=Sessionmanager
       YourSession=Ihre Anmeldung
      -Sessions=Benutzeranmeldung
       InternalUser=interner Nutzer
       ExternalUser=externer Nutzer
       InternalUsers=interne Nutzer
       ExternalUsers=externe Nutzer
       GUISetup=Anischt
      -SetupArea=Einstellungen
       NextValue=Nächste Wert
       AntiVirusCommandExample=Beispiel für ClamWin: c:\\Program Files (x86)\\ClamWin\\bin\\clamscan.exe <br>Beispiel für ClamAV: /usr/bin/clamscan
       AntiVirusParamExample=Beispiel für ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
       ImportMySqlDesc=Zum Wiederherstellen einer Sicherungsdatei müssen Sie folgenden Befehl über die Kommandozeile ausführen:
      -NumberOfModelFilesFound=Anzahl der in diesen Verzeichnissen gefundenen .odt-Dokumentvorlagen
       Module50Name=Produkte und Services
       Module53Name=Dienstleistung
       Module53Desc=Services-Verwaltung
      @@ -23,9 +20,8 @@ Module70Name=Eingriffe
       Module70Desc=Eingriffsverwaltung
       Module80Name=Sendungen
       Module310Desc=Mitgliederverwaltun
      -Module330Name=Lesezeichen
      -Module330Desc=Bookmarks-Verwaltung
       Module50100Name=Kassa
      +Module50150Name=Kassa
       Permission31=Produkte/Services einsehen
       Permission32=Produkte/Services erstellen/bearbeiten
       Permission34=Produkte/Services löschen
      @@ -37,7 +33,6 @@ Permission67=Eingriffe exportieren
       Permission172=Reisen löschen
       Permission192=Leitungen anlegen
       Permission193=Leitungen verwerfen
      -Permission194=Breitbandverbindungen einsehen
       Permission202=ADSL-Anschlüsse anlegen
       Permission203=Anschlussbestellungen übermitteln
       Permission204=Anschlussbestellungen
      @@ -49,7 +44,6 @@ Permission213=Leitungen aktivieren
       Permission214=Telefonie einstellen
       Permission215=Anbieter einstellen
       Permission252=Andere Benutzer und Gruppen erstellen/bearbeiten (inkl. Rechteverwaltung)
      -Permission253=Passwörter anderer Benutzer ändern
       Permission254=Andere Benutzer löschen oder deaktivieren
       Permission255=Eigene Benutzereinstellungen setzen/bearbeiten
       Permission256=Eigenes Passwort ändern
      @@ -73,7 +67,6 @@ Permission2411=Maßnahmen (Termine oder Aufgaben) Anderer einsehen
       Permission2412=Maßnahmen (Termine oder Aufgaben) Anderer erstellen/bearbeiten
       Permission2413=Maßnahmen (Termine oder Aufgaben) Anderer löschen
       Permission2501=Dokumente hochladen oder löschen
      -VATIsNotUsedDesc=Die vorgeschlagene MwSt. ist standardmäßig 0 für alle Fälle wie Stiftungen, Einzelpersonen oder Kleinunternehmen-
       VirtualServerName=Virtual Server Name
       PhpWebLink=Php Web-Link
       Server=Host
      @@ -89,17 +82,12 @@ DefaultSkin=Standardoberfläche
       DefaultLanguage=Standardsprache (Sprachcode)
       EnableShowLogo=Logo über dem linken Menüs anzeigen
       CompanyCurrency=Firmenwährung
      -DelaysOfToleranceBeforeWarning=Verspätungstoleranz vor Benachrichtigungen
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Verzögerungstoleranz (in Tagen) vor  Benachrichtigung über zu aktivierende Services
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Verzögerungstoleranz (in Tagen) vor Benachrichtigung zu überfälligen Services
      -DocumentModelOdt=Erstellen von Dokumentvorlagen im OpenDocuments-Format (.odt-Dateien für OpenOffice, KOffice, TextEdit, ...)
       WatermarkOnDraftInvoices=Wasserzeichen auf Rechnungsentwürfen (alle, falls leer)
       WatermarkOnDraftProposal=Wasserzeichen für Angebotsentwürfe (alle, falls leer)
       WatermarkOnDraftOrders=Wasserzeichen zu den Entwürfen von Aufträgen (alle, wenn leer)
       InterventionsSetup=Eingriffsmoduleinstellungen
       FreeLegalTextOnInterventions=Freier Rechtstext für Eingriffe
       WatermarkOnDraftInterventionCards=Wasserzeichen auf Intervention Karte Dokumente (alle, wenn leer)
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       ClickToDialSetup=Click-to-Dial-Moduleinstellungen
       PathToGeoIPMaxmindCountryDataFile=Pfad zur Datei mit Maxmind IP to Country Übersetzung. <br> Beispiel: / usr / local / share / GeoIP / GeoIP.dat
       MailToSendShipment=Sendungen
      diff --git a/htdocs/langs/de_AT/companies.lang b/htdocs/langs/de_AT/companies.lang
      index 6563ebabda4..9340f2ca758 100644
      --- a/htdocs/langs/de_AT/companies.lang
      +++ b/htdocs/langs/de_AT/companies.lang
      @@ -7,9 +7,6 @@ Web=Webadresse
       LocalTax1IsUsedES=RE wird
       LocalTax2IsUsedES=IRPF verwendet wird
       ProfId1AR=Prof Id 1 (CUIL)
      -CustomerCode=Kunden-Code
      -CustomerCodeShort=Kunden-Code
       CapitalOf=Hauptstadt von %s
      -NorProspectNorCustomer=Weder Lead noch Kunde
       OthersNotLinkedToThirdParty=Andere, nicht mit einem Partner verknüpfte
       ActivityCeased=geschlossen
      diff --git a/htdocs/langs/de_AT/errors.lang b/htdocs/langs/de_AT/errors.lang
      index c12f8165eaf..38ccb0624ac 100644
      --- a/htdocs/langs/de_AT/errors.lang
      +++ b/htdocs/langs/de_AT/errors.lang
      @@ -4,4 +4,3 @@ ErrorBadUrl=Url %s ist ungültig
       ErrorRecordNotFound=Eintrag nicht gefunden.
       ErrorCashAccountAcceptsOnlyCashMoney=Dies ist ein Bargeldkonto (Kassa) und akzeptiert deshalb nur Bargeldtransaktionen.
       ErrorCustomerCodeAlreadyUsed=Diese Kunden Nr. ist bereits vergeben.
      -WarningUntilDirRemoved=Diese Warnung bleibt so lange aktiv, wie dieses Verzeichnis existiert (nur für Administratoren).
      diff --git a/htdocs/langs/de_AT/other.lang b/htdocs/langs/de_AT/other.lang
      index aeece62e0e6..b53f81005e3 100644
      --- a/htdocs/langs/de_AT/other.lang
      +++ b/htdocs/langs/de_AT/other.lang
      @@ -1,6 +1,5 @@
       # Dolibarr language file - Source file is en_US - other
       DateToBirth=Geburtstdatum
      -Notify_FICHINTER_VALIDATE=Intervention validiert
       Notify_ORDER_SENTBYMAIL=Kunden bestellen per Post geschickt
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Lieferant Bestellung per Post geschickt
       Notify_ORDER_SUPPLIER_VALIDATE=Lieferanten, um validierte
      @@ -9,7 +8,6 @@ Notify_WITHDRAW_TRANSMIT=Transmission Rückzug
       Notify_WITHDRAW_CREDIT=Kreditkarten Rückzug
       Notify_WITHDRAW_EMIT=Isue Rückzug
       Notify_COMPANY_CREATE=Dritter erstellt
      -Notify_BILL_PAYED=Kunden Rechnung bezahlt
       Notify_BILL_CANCEL=Kunden Rechnung storniert
       Notify_BILL_SENTBYMAIL=Kunden Rechnung per Post geschickt
       Notify_BILL_SUPPLIER_VALIDATE=Lieferantenrechnung validiert
      diff --git a/htdocs/langs/de_AT/projects.lang b/htdocs/langs/de_AT/projects.lang
      index fa099cac87c..e9fac6a0992 100644
      --- a/htdocs/langs/de_AT/projects.lang
      +++ b/htdocs/langs/de_AT/projects.lang
      @@ -7,7 +7,6 @@ TasksDesc=Diese Ansicht zeigt alle Aufgaben (Ihre Benutzerberechtigung erlaubt I
       NoProject=Kein Projekt definiert
       RefTask=Aufgaben Nr.
       MyActivities=Meine Tätigkeiten
      -ListFichinterAssociatedProject=Liste der mit diesem Projekt verknüpften Eingriffe
       CloseAProject=Schließe Projekt
       ReOpenAProject=Öffne Projekt
       DoNotShowMyTasksOnly=Zeige auch die Aufgaben Anderer
      diff --git a/htdocs/langs/de_CH/admin.lang b/htdocs/langs/de_CH/admin.lang
      index b31fcfa9eba..76c9f612a90 100644
      --- a/htdocs/langs/de_CH/admin.lang
      +++ b/htdocs/langs/de_CH/admin.lang
      @@ -8,8 +8,6 @@ AvailableOnlyOnPackagedVersions=Die lokale Datei für die Integritätsprüfung i
       XmlNotFound=Xml Integritätsdatei der Anwendung ​​nicht gefunden
       SessionSaveHandler=Handler für Sitzungsspeicherung
       ConfirmPurgeSessions=Wollen Sie wirklich alle Sessions beenden ? Dadurch werden alle Benutzer getrennt (ausser Ihnen)
      -NoSessionListWithThisHandler=Anzeige der aktiven Sitzungen mit Ihrer PHP-Konfiguration nicht möglich.
      -ConfirmLockNewSessions=Möchten Sie wirklich alle Sitzungen bis auf Ihre eigene blocken? Nur Benutzer <b>%s</b> kann danach noch eine Verbindung aufbauen.
       ClientCharset=Benutzer-Zeichensatz
       FormToTestFileUploadForm=Formular für das Testen von Datei-Uplads (je nach Konfiguration)
       SecurityFilesDesc=Sicherheitseinstellungen für den Dateiupload definieren.
      @@ -20,8 +18,6 @@ Dictionary=Wörterbücher
       ErrorCodeCantContainZero=Code darf keinen Wert 0 enthalten
       UseSearchToSelectCompanyTooltip=Wenn Sie eine grosse Anzahl von Geschäftspartnern (> 100'000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante COMPANY_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
       UseSearchToSelectContactTooltip=Wenn Sie eine grosse Anzahl von Kontakten (> 100.000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante CONTACT_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
      -DelaiedFullListToSelectCompany=Warte auf Tastendruck, bevor der Inhalt der Partner-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine grosse Anzahl von Partnern haben).
      -DelaiedFullListToSelectContact=Warte auf Tastendruck, bevor der Inhalt der Kontakt-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine grosse Anzahl von Kontakten haben).
       AllowToSelectProjectFromOtherCompany=Erlaube bei den Elementen eines Partners, die Projekte von anderen Partnern zu verlinken
       Space=Raum
       MustBeLowerThanPHPLimit=Hinweis: Ihre PHP-Einstellungen beschränken die Grösse für Dateiuploads auf <b>%s</b>%s
      @@ -45,45 +41,38 @@ ConfirmPurgeAuditEvents=Möchten Sie wirklich alle Sicherheitsereignisse lösche
       ExportMethod=Export-Methode
       ImportMethod=Import-Methode
       IgnoreDuplicateRecords=Fehler durch doppelte Zeilen ignorieren (INSERT IGNORE)
      -BoxesDesc=Boxen sind auf manchen Seiten angezeigte Informationsbereiche. Sie können die Anzeige einer Box einstellen, indem Sie auf die Zielseite klicken und 'Aktivieren' wählen. Zum Ausblenden einer Box klicken Sie einfach auf den Papierkorb.
      -ModulesDesc=Die Module bestimmen, welche Funktionalität in Dolibarr verfügbar ist. Manche Module erfordern zusätzliche Berechtigungen, welche den Benutzern zugewiesen werden muss, nachdem das Modul aktiviert wurde. \nKlicken Sie auf die Schaltfläche on/off, um ein Modul/Anwendung zu aktivieren.
       ModulesMarketPlaceDesc=Sie finden weitere Module auf externen Websites
       ModulesDevelopYourModule=Entwicklen Sie Ihre eigenes Modul/Anwendung
       FreeModule=Kostenlose Module
       NotCompatible=Dieses Modul scheint nicht mit Ihrer Dolibarr Version %s (Min %s - Max %s) kompatibel zu sein.
       CompatibleAfterUpdate=Dieses Modul benötigt eine Update Ihrer Dolibarr Version %s (Min %s - Max %s).
       SeeInMarkerPlace=Siehe im Marktplatz
      -DoliPartnersDesc=Unternehmensliste, die Zusatzmodule oder Funktionen entwicklen können. (Hinweis: Alle Entwickler mit PHP Kentinissen können Dolibarr erweitern)
      -WebSiteDesc=Webseite für die Suche nach weiteren Modulen
       DevelopYourModuleDesc=Einige Lösungen um Ihr eigenes Modul zu entwickeln...
       BoxesActivated=Aktivierte Boxen
       OfficialWebSite=Offizielle Website
       ReferencedPreferredPartners=Bevorzugte Geschäftspartner
       ForAnswersSeeForum=Für alle anderen Fragen / Hilfe, können Sie die Dolibarr Forum: <br> <a href="%s" target="_blank"><b> %s</b></a>
      -HelpCenterDesc1=In diesem Bereich können Sie sich ein Hilfe-Support-Service auf Dolibarr.
       MeasuringUnit=Masseinheit
      -MAIN_MAIL_SMTP_PORT=SMTP-Port (standardmässig in der php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP-Host (standardmässig in php.ini: <b>%s</b>)
      -MAIN_MAIL_EMAIL_FROM=E-Mail-Absender für automatisch erzeugte Mails (standardmässig in php.ini: <b>%s</b>)
      -MAIN_MAIL_EMAIL_STARTTLS=TLS (STARTTLS) Verschlüsselung verwenden
      -SubmitTranslation=Wenn die Übersetzung der Sprache unvollständig ist oder wenn Sie Fehler finden, können Sie können Sie die entsprechenden Sprachdateien im Verzeichnis <b>langs/%s</b> korrigieren und und anschliessend Ihre Änderungen unter  www.transifex.com/dolibarr-association/dolibarr/ teilen.
      +MAIN_MAIL_FORCE_SENDTO=Sende alle Emails an diese Adresse zum Test (statt an die echten Empfänger)
       SubmitTranslationENUS=Sollte die Übersetzung für eine Sprache nicht vollständig sein oder Fehler beinhalten, können Sie die entsprechenden Sprachdateien im Verzeichnis <b>langs/%s</b>  bearbeiten und anschliessend Ihre Änderungen an dolibarr.org/forum oder für Entwickler auf github.com/Dolibarr/dolibarr. übertragen.
       ModuleFamilyCrm=Kundenverwaltung (CRM)
      +InfDirExample=<br>Dann deklariere in <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>\n"#" heisst, die Variablen sind auskommentiert und werden nicht berücksichtigt.\nEntferne einfach "#", um die Variablen scharf zu schalten.
       CallUpdatePage=Zur Aktualisierung der Daten und der Datenbankstruktur gehen Sie zur Seite %s.
       GenericMaskCodes=Sie können ein beliebiges Numerierungsschema wählen. Dieses Schema könnte z.B. so aussehen:<br><b>{000000}</b> steht für eine 6-stellige Nummer, die sich bei jedem neuen %s automatisch erhöht. Wählen Sie die Anzahl der Nullen je nach gewünschter Nummernlänge. Der Zähler füllt sich automatisch bis zum linken Ende mit Nullen um das gewünschte Format abzubilden. <br><b>{000000+000}</b> führt zu einem ähnlichen Ergebnis, allerdings mit einem Wertsprung in Höhe des Werts rechts des Pluszeichens, der beim ersten %s angewandt wird. <br><b>{000000@x}</b> wie zuvor, jedoch stellt sich der Zähler bei Erreichen des Monats x (zwischen 1 und 12) automatisch auf 0 zurück. Ist diese Option gewählt und x hat den Wert 2 oder höher, ist die Folge {mm}{yy} or {mm}{yyyy} ebenfalls erfoderlich. <br><b>{dd}</b> Tag (01 bis 31).<br><b>{mm}</b> Monat (01 bis 12).<br><b>{yy}</b>, <b>{yyyy}</b> or <b>{y}</b> Jahreszahl 1-, 2- oder 4-stellig. <br>
       GenericMaskCodes2=<b>{cccc}</b> der Kunden-Code mit n Zeichen<br><b>{cccc000}</b> der Kunden-Code mit n Zeichen, gefolgt von der dem Kunden zugeordneten Partner ID. Dieser Zähler wird gleichzeitig mit dem Globalen Zähler zurückgesetzt.<br><b>{tttt}</b> Die Partner ID mit n Zeichen (siehe unter Einstellungen->Stammdaten->Arten von Partnern). Wenn diese Option aktiv ist, wird für jede Partnerart ein separater Zähler geführt.<br>
       GenericMaskCodes4b=<u>Beispiel für Dritte erstellt am 2007-03-01:</u> <br>
       UMaskExplanation=Über diesen Parameter können Sie die standardmässigen Dateiberechtigungen für vom System erzeugte/verwaltete Inhalte festlegen. <br>Erforderlich ist ein Oktalwert (0666 bedeutet z.B. Lesen und Schreiben für alle). <br>Auf Windows-Umgebungen haben diese Einstellungen keinen Effekt.
      -ConfirmPurge=Möchten Sie wirklich endgültig löschen?<br> Alle Dateien werden unwiderbringlich gelöscht (Attachments, Angebote, Rechnungen usw.)
      +SeeWikiForAllTeam=Für die ganze Liste aller Rollen und Ihrer Organisation besuchst du die Wikiseiten.
       DescWeather=Die folgenden Diagramme werden auf der Übersicht Startseite angezeigt, wenn die entsprechenden Toleranzwerte erreicht werden:
      -HideLocalTaxOnPDF=Unterdrücke %s Satz in der PDF Steuerspalte
      +HideAnyVATInformationOnPDF=Verstecke MWST - Informationen im PDF.
      +PDFRulesForSalesTax=Regeln für die MWST
       HideDetailsOnPDF=Unterdrücke Produktzeilen in generierten PDF
       PlaceCustomerAddressToIsoLocation=ISO Position für die Kundenadresse verwenden
      -ButtonHideUnauthorized=Buttons für Nicht-Admins ausblenden anstatt ausgrauen?
       OldVATRates=Alter MwSt. Satz
       NewVATRates=Neuer MwSt. Satz
      +HtmlText=HTML
       Float=Gleitkommazahl
      -ExtrafieldRadio=Radio Button (Nur eine Auswahl möglich)
      +ComputedFormulaDesc=Du kannst hier Formeln mit weiteren Objekteigenschaften oder in PHP eingeben, um dynamisch berechnete Werte zu generieren. Alle PHP konformen Formeln sind erlaubt inkl dem Operator "?:" und folgende globale Objekte:<strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>Obacht</strong>: Vielleicht sind nur einige Eigenschaften von $object verfügbar. Wenn dir eine Objekteigenschaft fehlt, packe das gesamte Objekt einfach in deine Formel, wie im Beispiel zwei.<br>"Computed field" heisst, du kannst nicht selber Werte eingeben. Wenn Syntakfehler vorliegen, liefert die Formel ggf. gar nichts retour.<br><br>Ein Formelbeispiel:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Beispiel zum Neuladen eines Objektes<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Eine Weitere Variante zum erzwungenen Neuladen des Objekts und seiner Eltern:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Übergeordnetes Projekt nicht gefunden...'
       LibraryToBuildPDF=Verwendete Bibliothek zur PDF-Erzeugung
       SetAsDefault=Als Standard definieren
       ConfirmEraseAllCurrentBarCode=Wirklich alle aktuellen Barcode-Werte löschen?
      @@ -91,28 +80,18 @@ DisplayCompanyManagers=Anzeige der Namen der Geschäftsführung
       Use3StepsApproval=Standardmässig, Einkaufsaufträge müssen durch zwei unterschiedlichen Benutzer erstellt und freigegeben werden (ein Schritt/Benutzer zum Erstellen und ein Schritt/Benutzer für die Freigabe). Beachten Sie, wenn ein Benutzer beide Rechte hat - zum Erstellen und Freigeben, dann reicht ein Benutzer für diesen Vorgang. Optional können Sie einen zusätzlichen Schritt/User für die Freigabe einrichten, wenn der Betrag einen bestimmten dedizierten Wert übersteigt (wenn der Betrag höher wird, werden 3 Stufen notwendig: 1=Validierung, 2=erste Freigabe und 3=Gegenfreigabe.<br>Lassen Sie das Feld leer, wenn eine Freigabe (2 Schritte) ausreicht; tragen Sie einen sehr niedrigen Wert (0.1) ein, wenn eine zweite Freigabe notwendig ist.
       UseDoubleApproval=3-fach Verarbeitungsschritte verwenden, wenn der Betrag (ohne Steuer) höher ist als ...
       ClickToShowDescription=Klicken um die Beschreibung zu sehen
      -DependsOn=Dieses Modul benötigt die folgenden Module
      -PageUrlForDefaultValues=Hier muss die relative URL der Seite eingetragen werden. Wenn Parameter in der URL angegeben werden, dann werden alle Vorgabewerte auf den gleichen Wert gesetzt. Beispiele:
      -GoIntoTranslationMenuToChangeThis=Eine Übersetzung wurde für diesen Schlüssel gefunden, um die Übersetzung anzupassen, gehen Sie ins Menü "Home->Setup->Überseztungen"
       WarningSettingSortOrder=Warnung: Änderungen an der Standardsortierreihenfolge können zu Fehlern führen, falls das betreffende Feld nicht vorhanden ist. Falls dies passiert, entfernen sie das betreffende Feld oder stellen die den Defaultwert wieder her.
       AttachMainDocByDefault=Setzen Sie diesen Wert auf 1, wenn Sie das Hauptdokument standardmässig per E-Mail anhängen möchten (falls zutreffend).
      -Module1Name=Geschäftspartner
       Module1Desc=Geschäftspartner- und Kontakteverwaltung (Kunden, Leads, ...)
       Module20Desc=Angeboteverwaltung
       Module49Desc=Bearbeiterverwaltung
       Module70Name=Arbeitseinsätze
       Module80Name=Auslieferungen
      -Module240Desc=Werkzeug zum Datenexport (mit Assistent)
      -Module250Desc=Werkzeug zum Dateninport (mit Assistent)
      -Module330Name=Lesezeichen
      -Module330Desc=Lesezeichenverwaltung
       Module1200Desc=Mantis-Integation
      -Module2000Desc=Texte mit dem WYSIWYG Editor bearbeiten (Basierend auf CKEditor)
       Module3100Desc=Skypebutton bei Kontakten / Drittparteien / Mitgliedern hinzufügen
       Module50100Desc=Kassenmodul
       Module63000Desc=Resourcen verwalten(Drucker, Autos, Räume,...) diese können dann im Kalender verwendet werden
       Permission26=Angebote schliessen
      -Permission44=Projekte und Aufgaben löschen (gemeinsame Projekte und Projekte, in welchen ich Ansprechpartner bin)
       Permission61=Leistungen ansehen
       Permission62=Leistungen erstellen/bearbeiten
       Permission64=Interventionen löschen
      @@ -134,29 +113,14 @@ Permission525=Darlehens-rechner
       Permission1188=Lieferantenbestellungen schliessen
       Permission2414=Aktionen und Aufgaben anderer exportieren
       Permission59002=Gewinspanne definieren
      -DictionaryCompanyType=Geschäftspartnertyp
      -DictionaryCompanyJuridicalType=Gesellschafts- und Unternehmensformen
       DictionaryCivility=Anrede Bezeichnungen
       DictionaryActions=Arten von Kalenderereignissen
       DictionaryVAT=MwSt.-Sätze
      -DictionaryEMailTemplates=Textvorlagen für Emails
      -DictionaryHolidayTypes=Absenzarten
       SetupSaved=Setup gespeichert
      -BackToDictionaryList=Zurück zur Wörterbuchübersicht
      -VATManagement=MwSt-Verwaltung
      -VATIsUsedDesc=Der standardmässige MwSt.-Satz für die Erstellung von Leads, Rechnungen, Bestellungen, etc. folgt der folgenden, aktiven Regel:<br>Ist der Verkäufer mehrwertsteuerpflichtig, ist die MwSt. standardmässig 0. Ende der Regel.<br>Ist das Verkaufsland gleich dem Einkaufsland, ist die MwSt. standardmässig die MwSt. des Produkts im Verkaufsland. Ende der Regel. <br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten und die Produkte physisch transportfähig (Auto, Schiff, Flugzeug), ist die MwSt. standardmässig 0. (Die MwSt. sollte durch den Käufer beim eigenen Zollamt entrichtet werden, nicht durch den Verkäufer. Ende der Regel.<br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten, der Käufer jedoch kein Unternehmen so ist die MwSt. standardmässig die MwSt. des verkauften Produkts. Ende der Regel.<br>Sind Verkäufer und Käufer beide Unternehmen im Europäischen Gemeinschaftsraum, so ist die MwSt. standardmässig 0. Ende der Regel.<br>Trifft keine der obigen Regeln zu, ist die MwSt. standardmässig 0.
      -VATIsNotUsedDesc=Die vorgeschlagene MwSt. ist standardmässig 0 für alle Fälle wie Stiftungen, Einzelpersonen oder Kleinunternehmen.
      -LocalTax1IsUsedDescES=Die RE Rate standardmässig beim Erstellen Aussichten, Rechnungen, Bestellungen etc. folgen die aktive Standard-Regel: <br> Wenn te Käufer ist nicht unterworfen RE, RE standardmässig = 0 ist. Ende der Regel. <br> Ist der Käufer unterzogen, um dann die RE RE standardmässig. Ende der Regel. <br>
       LocalTax1IsNotUsedDescES=Standardmässig werden die vorgeschlagenen RE 0 ist. Ende der Regel.
      -LocalTax2IsUsedDescES=Die RE Rate standardmässig beim Erstellen Aussichten, Rechnungen, Bestellungen etc. folgen die aktive Standard-Regel: <br> Ist der Verkäufer nicht zu IRPF ausgesetzt, dann durch IRPF default = 0. Ende der Regel. <br> Ist der Verkäufer zur IRPF dann der Einkommenssteuer unterworfen standardmässig. Ende der Regel. <br>
       LocalTax2IsNotUsedDescES=Standardmässig werden die vorgeschlagenen IRPF 0 ist. Ende der Regel.
      -LocalTax2IsNotUsedExampleES=In Spanien sind sie bussines nicht der Steuer unterliegen System von Modulen.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Verzögerungstoleranz (in Tagen) vor Warnung für nicht erledigte Ereignisse
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Verzögerungstoleranz (in Tagen) vor Warnung für nicht fristgerecht geschlossene Projekte
      -Delays_MAIN_DELAY_TASKS_TODO=Verzögerungstoleranz (in Tagen) vor Warnung für nicht erledigte Projektaufgaben
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Verzögerungstoleranz (in Tagen), vor Warnung für nicht bearbeitete Bestellungen
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Verzögerungstoleranz (in Tagen) vor  Warnung für abzuschliessende Angebote
      -SetupDescription1=Der Setupbereich erlaubt das konfigurieren ihrer Dolibarr Installation vor der ersten Verwendung.
      +MenuCompanySetup=Firma / Organisation
      +CompanyInfo=Firma / Organisation
       InfoDolibarr=Infos Dolibarr
       InfoBrowser=Infos Browser
       InfoOS=Infos OS
      @@ -164,7 +128,6 @@ InfoWebServer=Infos Webserver
       InfoDatabase=Infos Datenbank
       InfoPHP=Infos PHP
       SystemAreaForAdminOnly=Dieser Bereich steht ausschliesslich Administratoren zur Verfügung. Keine der Benutzerberechtigungen kann dies ändern.
      -TriggersDesc=Trigger sind Dateien, die nach einem Kopieren in das Verzeichnis <b>htdocs/core/triggers</b> das Workflow-Verhalten des Systems beeinflussen. Diese stellen neue, mit Systemereignissen verbundene, Ereignisse dar (Neuer Geschäftspartner angelegt, Rechnung freigegeben, ...).
       TriggerDisabledByName=Trigger in dieser Datei sind durch das <b>-NORUN</b>-Suffix in ihrem Namen deaktviert.
       DictionaryDesc=Definieren Sie hier alle Defaultwerte. Sie können die vordefinierten Werte mit ihren eigenen ergänzen.
       ConstDesc=Diese Seite erlaubt es alle anderen Parameter einzustellen, die auf den vorherigen Seiten nicht verfügbar sind. Dies sind meist reservierte Parameter für Entwickler oder für die erweiterte Fehlersuche. Für eine Liste von Optionen <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="externe Seite - öffnet sich in einem neuen Fenster" target="_blank"> hier überprüfen  </a>.
      @@ -172,20 +135,13 @@ MiscellaneousDesc=Alle anderen sicherheitsrelevanten Parameter werden hier defin
       MAIN_ROUNDING_RULE_TOT=Rundungseinstellung (Für Länder in denen nicht auf 10er basis Gerundet wird. zB. 0.05 damit in 0.05 Schritten gerundet wirb)
       TotalPriceAfterRounding=Gesamtpreis (Netto/MwSt./Brutto) gerundet
       NoEventOrNoAuditSetup=Keine sicherheitsrelevanten Protokollereignisse. Überprüfen Sie die Aktivierung dieser Funktionen unter 'Einstellunge-Sicherheit-Protokoll'.
      -RestoreDesc2=Wiederherstellung von Archive Datei (zip Datei zum Beispiel)\nvom documents Verzeichnis um den documents Datei-Baum im documents verzeichnis in eine neue Dolibarr Installation oder in ein bestehendes Dolibarr Verzeichnis (<b>%s</b>).
       PreviousDumpFiles=generierte Databank Backup Dateien
       DownloadMoreSkins=Weitere grafische Oberflächen/Themes herunterladen
      -ShowVATIntaInAddress=Ausblenden MwSt. Nummer in Adressen auf Dokumenten.
       MeteoStdMod=Standard Modus
      -DefineHereComplementaryAttributes=Definieren Sie hier alle Attribute, die nicht standardmässig vorhanden sind, und in %s unterstützt werden sollen.
       ExtraFieldsSupplierOrdersLines=Ergänzende Attribute (in Bestellungszeile)
       ExtraFieldsThirdParties=Ergänzende Attribute (Geschäftspartner)
       SendmailOptionNotComplete=Achtung, auf einigen Linux-Systemen, E-Mails von Ihrem E-Mail zu senden, sendmail Ausführung Setup muss conatins Option-ba (Parameter mail.force_extra_parameters in Ihre php.ini-Datei). Wenn einige Empfänger niemals E-Mails erhalten, versuchen, diese Parameter mit PHP mail.force_extra_parameters =-ba) zu bearbeiten.
      -AddRefInList=Darstellung Kunden- /Lieferanten- Nr. in Listen (Listbox oder ComboBox) und die meisten von Hyperlinks. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Bevorzugte Kontaktmethode bei Partnern fragen.
      -PasswordGenerationNone=Keine automatische Passwortvorschläge, das Passwort muss manuell eingegeben werden.
       HRMSetup=HRM Modul Einstellungen
      -CompanyIdProfChecker=Berufs-Identifikation einzigartige
       SuggestPaymentByRIBOnAccount=Zahlung per Lastschrift vorschlagen
       SuggestPaymentByChequeToAddress=Zahlung per Scheck vorschlagen
       SupplierPaymentSetup=Lieferantenzahlungen einrichten
      @@ -213,23 +169,15 @@ MemcachedNotAvailable=Kein Cache Anwendung gefunden. \nSie können die Leistung
       MemcachedModuleAvailableButNotSetup=Module memcached für applicative Cache gefunden, aber Setup-Modul ist nicht vollständig.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled..
       ServiceSetup=Leistungen Modul Setup
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Wenn Sie eine grosse Anzahl von Produkten (> 100.000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante PRODUCT_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
       SetDefaultBarcodeTypeThirdParties=Standard-Barcode-Typ für Geschäftspartner
       UseUnits=Definieren Sie eine Masseinheit für die Menge während der Auftrags-, Auftragsbestätigungs- oder Rechnungszeilen-Ausgabe
       ErrorUnknownSyslogConstant=Konstante %s ist nicht als Protkoll-Konstante definiert
       FCKeditorForCompany=WYSIWIG Erstellung/Bearbeitung der Firmennformationen und Notizen (ausser Produkte/Services)
       FCKeditorForMail=WYSIWYG Erstellung/Bearbeitung für gesamte Mail (ausser Werkzeuge->Massenmaling)
      -IfYouUsePointOfSaleCheckModule=Wenn Sie ein Point of Sale-Modul (POS-Modul Standard oder andere externe POS-Module) verwenden, kann diese Einstellung von Ihrem Point Of Sale-Modul übersteuert werden. \nDie meisten POS -Module wurden entwickelt, um sofort eine Rechnung zu erstellen und das Lager standardmässig zu verringern, egal welche Optionen hier ausgewählt wurde. \nAlso, wenn Sie während einem Verkauf einen Lagerabgang in Ihrem Point of Sale möchten oder nicht, so müssen sie auch die Konfiguration des POS-Modules überprüfen.
       DetailTitre=Menübezeichner oder Bezeichnungs-Code für Übersetzung
       DetailLangs=Sprachdateiname für Bezeichnungsübersetzung
       OptionVatMode=MwSt. fällig
      -SummaryOfVatExigibilityUsedByDefault=Standardmässiger Zeitpunkt der MwSt.-Fälligkeit in Abhängigkeit zur derzeit gewählten Option:
      -ClickToDialUseTelLinkDesc=Verwenden Sie diese Methode wenn ein Softphone oder eine andere Telefonielösung auf dem Computer ist. Es wird ein "tel:" Link generiert. Wenn Sie eine Serverbasierte Lösung benötigen, setzen Sie dieses Feld auf Nein und geben die notwendigen Daten im nächsten Feld ein.
      -CashDeskThirdPartyForSell=Standardgeschäftspartner für Kassenverkäufe
      -StockDecreaseForPointOfSaleDisabled=Lagerrückgang bei Verwendung von Point of Sale deaktivert
       BookmarkSetup=Lesezeichenmoduleinstellungen
      -BookmarkDesc=Dieses Modul ermöglicht die Verwaltung von Lesezeichen. Ausserdem können Sie hiermit Verknüpfungen zu internen und externen Seiten im linken Menü anlegen.
       NbOfBoomarkToShow=Maximale Anzeigeanzahl Lesezeichen im linken Menü
       ApiSetup=API-Modul-Setup
       ChequeReceiptsNumberingModule=Checknumerierungsmodul
      @@ -244,7 +192,6 @@ MailToSendProposal=Angebote Kunde
       MailToSendIntervention=Arbeitseinsätze
       MailToThirdparty=Geschäftspartner
       ModelModulesProduct=Vorlage für Produktdokumente
      -ToGenerateCodeDefineAutomaticRuleFirst=Um automatisch Barcodenummern zu generieren, muss zuerst ein Nummerierungmodul im Barcodemodul definiert werden.
       SeeSubstitutionVars=Siehe * für eine Liste der Verfügbaren Variablen
       AddRemoveTabs=Tab hinzufügen oder entfernen
       AddBoxes=Box hinzufügen
      @@ -259,5 +206,3 @@ AddOtherPagesOrServices=Andere Seite oder Dienst hinzufügen
       AddModels=Dokument- oder Nummerierungvorlage hinzufügen
       AddSubstitutions=Schlüsselersatzwerte hinzufügen
       ListOfAvailableAPIs=Liste der verfügbaren API's
      -activateModuleDependNotSatisfied=Modul "%s" hängt vom Modul "%s" ab, welches fehlt. Dadurch funktioniert Modul "%1$s" vermutlich nicht richtig. Installieren Sie sicherheitshalber zuerst das Modul "%2$s" oder deaktivieren Sie das Modul "%1$s"
      -CommandIsNotInsideAllowedCommands=Das Kommando ist nicht in der Liste der erlaubten Kommandos, die unter <strong>$dolibarr_main_restrict_os_commands</strong> in der Datei <strong>conf.php</strong> definiert sind.
      diff --git a/htdocs/langs/de_CH/companies.lang b/htdocs/langs/de_CH/companies.lang
      index 244a92b0f58..e949f4d3b90 100644
      --- a/htdocs/langs/de_CH/companies.lang
      +++ b/htdocs/langs/de_CH/companies.lang
      @@ -1,6 +1,5 @@
       # Dolibarr language file - Source file is en_US - companies
       SelectThirdParty=Wähle einen Geschäftspartner
      -MenuNewThirdParty=Neuer Geschäftspartner
       CreateThirdPartyOnly=Geschäftspartner erstellen
       IdThirdParty=Geschäftspartner ID
       IdCompany=Unternehmens ID
      @@ -8,10 +7,6 @@ IdContact=Kontakt ID
       ThirdPartyContacts=Geschäftspartner-Kontakte
       ThirdPartyContact=Geschäftspartner-Kontakt
       AliasNames=Alias-Name (Geschäftsname, Marke, ...)
      -ThirdPartyName=Name des Geschäftspartners
      -ThirdParty=Geschäftspartner
      -ThirdParties=Geschäftspartner
      -ThirdPartyType=Typ des Geschäftspartners
       PostOrFunction=Position
       PhoneShort=Telefon
       No_Email=Keine E-Mail-Kampagnen
      @@ -69,10 +64,7 @@ ContactId=Kontakt ID
       NoContactDefinedForThirdParty=Für diesen Geschäftspartner ist kein Kontakt eingetragen
       NoContactDefined=Kein Kontakt vorhanden
       AddThirdParty=Geschäftspartner erstellen
      -CustomerCode=Kunden-Nummer
      -CustomerCodeShort=Kunden-Nr.
       RequiredIfCustomer=Erforderlich falls Geschäftspartner Kunde oder Interessent ist
      -ListOfThirdParties=Liste der Geschäftspartner
       ShowContact=Zeige Kontaktangaben
       ContactForOrdersOrShipments=Bestellungs- oder Lieferkontakt
       ContactForProposals=Offertskontakt
      @@ -81,8 +73,6 @@ NoContactForAnyOrderOrShipments=Dieser Kontakt ist kein Kontakt für eine Bestel
       NoContactForAnyProposal=Kein Kontakt für Offerte
       NoContactForAnyContract=Kein Kontakt für Verträge
       NoContactForAnyInvoice=Dieser Kontakt ist kein Kontakt für jegliche Rechnung
      -VATIntraCheckableOnEUSite=Überprüfen Sie Intrakommunale MwSt-Website der Europäischen Kommission
      -VATIntraManualCheck=Sie können die Überprüfung auch manuell durchführen <a href="%s" target=Sie können auch manuell die eruopäische Website <a href="%s" target="_blank">%s</a> befragen
       OthersNotLinkedToThirdParty=Andere, nicht mit einem Geschäftspartner verknüpfte Projekte
       TE_GROUP=Grossunternehmen
       ContactNotLinkedToCompany=Kontakt keinem Geschäftspartner zugeordnet
      @@ -91,10 +81,7 @@ ConfirmDeleteFile=Sind Sie sicher dass Sie diese Datei löschen möchten?
       AllocateCommercial=Vertriebsmitarbeiter zuweisen
       Organization=Organisation
       FiscalMonthStart=Ab Monat des Geschäftsjahres
      -YouMustAssignUserMailFirst=Um E-Mail Benachrichtigungen für diesen Benutzer hinzuzufügen müssen Sie zuerst eine Emailadresse beim Benutzer definieren.
       YouMustCreateContactFirst=Sie müssen erst E-Mail-Kontakte beim Geschäftspartner anlegen, um E-Mail-Benachrichtigungen hinzufügen zu können.
      -ThirdPartiesArea=Geschäftspartner- und Kontaktbereich
      -LastModifiedThirdParties=Letzte %s bearbeitete Geschäftspartner
       InActivity=Offen
       OutstandingBillReached=Kreditlimit erreicht
       MergeOriginThirdparty=Geschäftspartner duplizieren (Geschäftspartner, den Sie löschen möchten)
      diff --git a/htdocs/langs/de_CH/errors.lang b/htdocs/langs/de_CH/errors.lang
      index 7eec7013d05..98499bb7706 100644
      --- a/htdocs/langs/de_CH/errors.lang
      +++ b/htdocs/langs/de_CH/errors.lang
      @@ -1,14 +1,13 @@
       # Dolibarr language file - Source file is en_US - errors
       ErrorBadValueForParamNotAString=Ungültiger Wert für ihre Parameter. Das passiert normalerweise, wenn die Übersetzung fehlt.
      +ErrorFailToRenameFile=Konnte die Datei <b>'%s'</b> nicht in <b>'%s'</b> umzubenennen.
       ErrorBadThirdPartyName=Der für den Geschäftspartner eingegebene Name ist ungültig.
       ErrorBadValueForParameter=Ungültiger Wert '%s' für Parameter '%s'
      -ErrorUserCannotBeDelete=Benutzer kann nicht gelöscht werden. Eventuell ist er noch mit Einträgen verknüpft.
       ErrorFieldsRequired=Ein oder mehrere erforderliche Felder wurden nicht ausgefüllt-
       ErrorFileSizeTooLarge=Die Grösse der gewählten Datei übersteigt den zulässigen Maximalwert.
       ErrorSizeTooLongForIntType=Die Grösse überschreitet das Maximum für den Typ 'int' (%s Ziffern maximal)
       ErrorSizeTooLongForVarcharType=Die Grösse überschreitet das Maximum für den Typ 'string' (%s Zeichen maximal)
       ErrorNoValueForCheckBoxType=Bitte Wert für Checkbox-Liste eingeben
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Das Feld <b>%s</b> darf keine Sonderzeichen, Grossbuchstaben und Zahlen enthalten.
       ErrorModuleSetupNotComplete=Das Setup des Moduls scheint unvollständig zu sein. Führen Sie nochmal das Setup aus um das Modul zu vervollständigen.
       ErrorMaxNumberReachForThisMask=Maximum Grösse für diese Maske erreicht
       ErrorProdIdAlreadyExist=%s wurde bereits einem Geschäftspartner zugewiesen
      @@ -19,6 +18,5 @@ ErrorFileMustHaveFormat=Datei muss das Format %s haben
       ErrorsThirdpartyMerge=Die zwei Einträge können nicht zusammengeführt werden. Aktion abgebrochen.
       WarningBookmarkAlreadyExists=Ein Lesezeichen mit diesem Titel oder Ziel (URL) existiert bereits.
       WarningPassIsEmpty=Warnung: Derzeit ist kein Datenbankpasswort gesetzt. Dies ist eine Sicherheitslücke. Konfigurieren Sie ehestmöglich ein Passwort für den Datenbankzugriff und passen Sie Ihre conf.php entsprechend an.
      -WarningNoDocumentModelActivated=Für das Erstellen von Dokumenten ist keine Vorlage gewählt. Eine Vorlage wird standardmässig ausgewählt, bis Sie die Moduleinstellungen angepasst haben.
       WarningSomeLinesWithNullHourlyRate=Einige Zeiten wurden durch Benutzer erfasst bei denen der Stundenansatz nicht definiert war. Ein Stundenansatz von 0 %s pro Stunde wird verwendet, was aber Fehlerhafte Zeitauswertungen zur Folge haben kann.
       WarningYourLoginWasModifiedPleaseLogin=Ihr Login wurde verändert. Aus Sicherheitsgründen müssen sie sich vor der nächsten Aktion neu anmelden.
      diff --git a/htdocs/langs/de_CH/interventions.lang b/htdocs/langs/de_CH/interventions.lang
      index 513b4dc96d7..2b891f1576e 100644
      --- a/htdocs/langs/de_CH/interventions.lang
      +++ b/htdocs/langs/de_CH/interventions.lang
      @@ -1,39 +1,59 @@
       # Dolibarr language file - Source file is en_US - interventions
       Intervention=Arbeitseinsatz
       Interventions=Arbeitseinsätze
      -InterventionCard=Kundeneinsatz
      +InterventionCard=Einsatzkarte
       NewIntervention=Neuer Einsatz
       AddIntervention=Einsatz erstellen
      -ListOfInterventions=Liste der Einsätze
      -ActionsOnFicheInter=Aktionen zum Eingriff
      +ListOfInterventions=Liste der Arbeitseinsätze
      +ActionsOnFicheInter=Aktionen zum Einsatz
       LastInterventions=Letzte %s Einsätze
       AllInterventions=Alle Einsätze
      +CreateDraftIntervention=Einsatzentwurf erstellen
      +InterventionContact=Einsatzkontakte / -adressen
       DeleteIntervention=Einsatz löschen
       ValidateIntervention=Einsatz freigeben
      -ModifyIntervention=Geänderte Eingriff
      -DeleteInterventionLine=Eingriffszeile löschen
      +ModifyIntervention=Ändere Einsatz
      +DeleteInterventionLine=Einsatzposition löschen
       CloneIntervention=Einsatz duplizieren
      +ConfirmDeleteIntervention=Bist du sicher, dass du diesen Arbeitseinsatz löschen willst?
      +ConfirmValidateIntervention=Bist du sicher, dass du den Arbeitseinsatz <b>%s</b> freigeben willst?
      +ConfirmModifyIntervention=Bist du sicher, dass du diesen Arbeitseinsatz ändern willst?
      +ConfirmDeleteInterventionLine=Bist du sicher, dass du diese Einsatzposition löschen willst?
      +ConfirmCloneIntervention=Bist du sicher, dass du diesen Einsatz duplizieren willst?
      +NameAndSignatureOfInternalContact=Name und Unterschrift des Mitarbeiters
      +NameAndSignatureOfExternalContact=Name und Unterschrift des Kunden
       DocumentModelStandard=Standard-Dokumentvorlage für Arbeitseinsätze
      -InterventionCardsAndInterventionLines=Einsatzkarte und Einsatzzeilen
      -SendInterventionRef=Einreichung von Eingriffen %s
      -SendInterventionByMail=Eingriff per E-Mail versenden
      -InterventionCreatedInDolibarr=Eingriff %s erstellt
      -InterventionValidatedInDolibarr=Eingriff %s freigegeben
      -InterventionModifiedInDolibarr=Eingriff %s geändert
      -InterventionClassifiedBilledInDolibarr=Eingriff %s als verrechnet eingestuft
      -InterventionClassifiedUnbilledInDolibarr=Eingriff %s als nicht verrechnet eingestuft
      -InterventionDeletedInDolibarr=Eingriff %s gelöscht
      -InterventionsArea=Arbeitseinsätze Übersicht
      -DraftFichinter=Kundeneinsätze Entwürfe
      -LastModifiedInterventions=%s zuletzt bearbietet Einsätze
      -PrintProductsOnFichinter=Drucke auch Produkte (Nicht nur Leistungen) auf Eingriffskarten
      -PrintProductsOnFichinterDetails=Interventionen von Bestellungen generiert
      -InterventionStatistics=Statistik der Einsätze
      -NbOfinterventions=Anzahl Einsatzkarten
      -NumberOfInterventionsByMonth=Anzahl Einsatzkarten pro Monat (Nach Freigabedatum)
      +InterventionCardsAndInterventionLines=Einsatz und Einsatzpositionen
      +InterventionClassifyBilled=Auf "verrechnet" setzten
      +InterventionClassifyUnBilled=Auf "nicht verrechnet" setzen
      +InterventionClassifyDone=Auf "erledigt" setzen
      +StatusInterInvoiced=Verrechnet
      +SendInterventionRef=Einsatz %s einreichen
      +SendInterventionByMail=Einsatz per E-Mail versenden
      +InterventionCreatedInDolibarr=Einsatz %s erstellt
      +InterventionValidatedInDolibarr=Einsatz %s freigegeben
      +InterventionModifiedInDolibarr=Einsatz %s geändert
      +InterventionClassifiedBilledInDolibarr=Einsatz %s auf "verrechnet" gesetzt
      +InterventionClassifiedUnbilledInDolibarr=Einsatz %s auf "nicht verrechnet" gesetzt.
      +InterventionDeletedInDolibarr=Einsatz %s gelöscht
      +InterventionsArea=Arbeitseinsätze
      +DraftFichinter=Einsatzentwürfe
      +LastModifiedInterventions=Die %s zuletzt bearbeitete Einsätze
      +FichinterToProcess=Durchzuführende Einsätze
      +PrintProductsOnFichinter=Drucke auch Produkte (Nicht nur Leistungen) auf Einsatzkarten
      +PrintProductsOnFichinterDetails=Über Bestellungen generierte Einsätze
      +UseServicesDurationOnFichinter=Benutze Servicezeiten für Arbeitseinsätze aus Bestellungen
      +UseDurationOnFichinter=Versteckt das Feld "Dauer" auf der Einsatzkarte
      +UseDateWithoutHourOnFichinter=Versteckt Stunden und Minuten im Datumsfeld von Einsatzkarten
      +InterventionStatistics=Einsatzstatistik
      +AmountOfInteventionNotIncludedByDefault=Der Aufwand für Einsätze ist im Normalfall nicht im Profit eingerechnet. Meistens wird das über die Zeiterfassung geregelt.\nDamit die Einsatz - Aufwände im Profit sichtbar werden, fügst du Unter Einstellungen -> Weitere Einstellungen die Option 'PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT' hinzu und setzest diese auf den Wert 1
       InterId=Einsatz ID
       InterRef=Einsatz Ref.
       InterDateCreation=Erstellungsdatum Einsatz
       InterDuration=Dauer Arbeitseinsatz
      -InterStatus=Einsatz Status
      +InterStatus=Einsatzstatus
       InterNote=Einsatzbeschreibung
      +InterLineId=ID der Einsatzposition
      +InterLineDate=Datum der Einsatzposition
      +InterLineDuration=Dauer der Einsatzposition
      +InterLineDesc=Beschreibung der Einsatzposition
      diff --git a/htdocs/langs/de_CH/main.lang b/htdocs/langs/de_CH/main.lang
      index d99a7bb54a2..ae7e179549d 100644
      --- a/htdocs/langs/de_CH/main.lang
      +++ b/htdocs/langs/de_CH/main.lang
      @@ -19,41 +19,96 @@ FormatDateHourShort=%d.%m.%Y %H:%M
       FormatDateHourSecShort=%d.%m.%Y %H:%M:%S
       FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
      +NoTemplateDefined=Für diesen Emailtyp habe ich keine Vorlage..
       AvailableVariables=Verfügbare Ersatzvariablen
      +NoRecordDeleted=Es wurde kein Datensatz gelöscht
       NotEnoughDataYet=Nicht genügend Daten
      -ErrorCanNotCreateDir=Kann Verzeichnis %s nicht erstellen
      -ErrorFileNotUploaded=Die Datei konnte nicht hochgeladen werden. Stellen Sie sicher dass die Dateigrösse nicht den gesetzten Maximalwert übersteigt, das Zielverzeichnis über genügend freien Speicherplatz verfügt und noch keine Datei mit gleichem Namen existiert.
      -ErrorRecordIsUsedByChild=Kann diesen Eintrag nicht löschen. Dieser Eintrag wird von mindestens einem untegeordneten Datensatz verwendet.
      +NoError=Kein Fehler
      +ErrorFieldRequired=Das Feld '%s' musst du ausfüllen.
      +ErrorFieldFormat=Der Wert im Feld '%s' ist nicht erlaubt
      +ErrorFileDoesNotExists=Hoppla, die Datei %s habe ich nirgends gefunden...
      +ErrorFailedToOpenFile=Ich kann die Datei %s nicht öffnen...
      +ErrorCanNotCreateDir=Ich kann das Verzeichnis %s nicht erstellen...
      +ErrorCanNotReadDir=Ich kann im Verzeichnis %s nicht lesen...
      +ErrorConstantNotDefined=Der Parameter %s wurde nicht definiert.
      +ErrorUnknown=Oha - es ist ein unbekannter Fehler aufgetreten...
      +ErrorSQL=SQL - Fehler
      +ErrorLogoFileNotFound=Ich kann die Logodatei '%s' nicht finden...
      +ErrorGoToGlobalSetup=Bitte behebe das unter Einstellungen -> Firma / Organisation
      +ErrorGoToModuleSetup=Bitte wechsle zu den Einstellungen des Moduls, um das Problem zu beheben.
      +ErrorFailedToSendMail=Ich kann die Email von %s an %s nicht verschicken...
      +ErrorFileNotUploaded=Ich konnte die Datei nicht hochladen. Prüfe, ob Sie zu gross ist, ob der Speicher im Zielverzeichnis voll ist, oder nicht bereits eine Datei mit gleichem Namen dort liegt.
      +ErrorInternalErrorDetected=Oha, es ist ein Fehler aufgetreten...
      +ErrorWrongHostParameter=Der Host Parameter ist leider ungültig
      +ErrorWrongValue=Der Wert ist ungültig...
      +ErrorWrongValueForParameterX=Der Wert des Parameters %s ist leider ungültig.
       ErrorDuplicateField=Dieser Wert ist nicht einzigartig (schon vorhanden)
      -ErrorSomeErrorWereFoundRollbackIsDone=Einige Fehler wurden gefunden. Änderungen rückgängig gemacht.
       ErrorCantLoadUserFromDolibarrDatabase=Kann Benutzer <b>%s</b> nicht aus der Systemdatenbank laden.
       ErrorNoSocialContributionForSellerCountry=Fehler, keine Definition für Sozialabgaben/Steuerwerte definiert für Land '%s'.
      +FileRenamed=Datei erfolgreich umbenannt
      +FileGenerated=Datei erfolgreich erzeugt
      +FileSaved=Datei erfolgreich gespeichert
      +FilesDeleted=Daten erfolgreich gelöscht
       GoToWikiHelpPage=Onlinehilfe (Internetzugang notwendig)
      +DolibarrInHttpAuthenticationSoPasswordUseless=Der Dolibarr Authentifizierungsmodus steht auf <b>%s</b> in der Konfigurationsdatei. Das heisst, dass Änderungen in diesem Feld keine Auswirkung haben werden, weil die Passwort - Datenbank ausserhalb der Dolibarr - Umgebung liegt.
      +PasswordForgotten=Hast du dein Passwort vergessen?
      +NoAccount=Ich habe kein Benutzerkonto
      +LastConnexion=Zuletzt gesehen am:
      +AuthenticationMode=Authentifizierungsmodus
      +RequestedUrl=Angeforderte URL
       RequestLastAccessInError=Letzter Datenbankfehler
       ReturnCodeLastAccessInError=Rückgabewert des letzten Datenbankfehlers
       InformationLastAccessInError=Informationen zum letzten Datenbankfehler
      +YouCanSetOptionDolibarrMainProdToZero=Für weitere Informationen schaust du in der Logdatei nach, oder setzest in der Konfigurationsdatei die Option $dolibarr_main_prod auf '0'.
      +InformationToHelpDiagnose=Diese Informationen helfen dir bei der Fehlersuche. Wenn du das nicht mehr sehen möchtest, setze in der Konfigurationsdatei die Option $dolibarr_main_prod auf '1'.
       MediaBrowser=Mediabrowser
      +SelectedPeriod=Gewählter Zeitraum
      +PreviousPeriod=Vorangegangener Zeitraum
      +NotClosed=Nicht geschlossen
       AddToDraft=Zu Entwurf hinzufügen
       Close=Schliessen
       CloseBox=Box vom Startbildschirm entfernen
      +Resiliate=Abschliessen
       ValidateAndApprove=Freigeben und bestätigen
      +NotValidated=Nicht validiert
      +Hide=Verbergen
       Valid=Freigabe
      +ResizeOrCrop=Skalieren oder Beschneiden
      +NewObject=Erzeuge %s
      +Model=Dokumentenvorlage
      +DefaultModel=Standardvorlage
       Connection=Anmeldung
       DateToday=Aktuelles Datum
       DateStart=Startdatum
       DateEnd=Enddatum
       DateModificationShort=Änd.Datum
      +DateLastModification=Zuletzt geändert am
       DateClosing=Schliessungsdatum
       DateOperationShort=Ausf.Datum
      +RegistrationDate=Benutzer registriert am
      +UserCreation=Benutzer erzeugt am
      +UserModification=Zuletzt bearbeitet am
      +UserValidation=Benutzer validieren
      +UserCreationShort=Neu
      +UserModificationShort=Ändern
      +UserValidationShort=Validieren
       MinuteShort=min
      +CurrencyRate=Wechselkurs
      +UserAuthor=Erstellt von
      +UserModif=Zuletzt geändert durch
      +PriceCurrency=Währung
      +UnitPriceHTCurrency=Nettopreis
       PriceUTTC=E.P. (inkl. Steuern)
      +AmountInvoiced=Verrechneter Betrag
       AmountHT=Betrag (exkl. MwSt.)
       AmountVAT=MwSt.-Betrag
      +MulticurrencyRemainderToPay=Offener Betrag in Originalwährung
       MulticurrencyAmountHT=Nettobetrag, in Währung
       MulticurrencyAmountTTC=Bruttobetrag, in Währung
       MulticurrencyAmountVAT=Steuerbetrag, in Währung
       AmountLT1=MwSt.-Betrag 2
       AmountLT2=MwSt.-Betrag 3
      +PriceQtyMinHTCurrency=Staffelpreise in Originalwährung
       Percentage=Prozentangabe
       TotalHTShortCurrency=Totalbetrag (In Währung)
       TotalTTCShort=Totalbetrag (inkl. MwSt.)
      @@ -64,57 +119,144 @@ TotalTTCToYourCredit=Bruttosumme
       TotalVAT=MwSt.
       TotalLT1=Gesamte MwSt. 2
       TotalLT2=Gesamte MwSt. 3
      +INCVATONLY=Inkl MWST
      +INCT=Inkl alle Steuern
       VAT=MwSt.
      +VATINs=IGST
      +LT1=MWST Satz 2
      +LT1Type=MWST 2 Typ
      +LT2=MWST Satz 3
      +LT2Type=MWST 3 Typ
      +VATCode=MWST Code
      +VATNPR=NPR Steuersatz
      +DefaultTaxRate=Standard Steuersatz
      +RemainToPay=Offener Betrag
      +Module=Modul / Applikation
      +Modules=Module / Applikationen
       Ref=Nummer
      +RefSupplier=Lieferantennummer
       RefPayment=Zahlungs-Nr.
       ActionsToDo=unvollständige Ereignisse
       ActionsToDoShort=Zu erledigen
       ActionRunningNotStarted=Nicht begonnen
      +ActionRunningShort=In Bearbeitung
      +LatestLinkedEvents=Die neuesten %s verknüpften Vorgänge
      +CompanyFoundation=Firma / Organisation
      +Accountant=Berater
       ContactsForCompany=Ansprechpartner/Adressen dieses Geschäftspartners
       ContactsAddressesForCompany=Ansprechpartner / Adressen zu diesem Geschäftspartner
       AddressesForCompany=Adressen für den Geschäftspartner
       ActionsOnCompany=Ereignisse zu diesem Geschäftspartner
      +ActionsOnProduct=Vorgänge zu diesem Produkt
       ToDo=Zu erledigen
      +Running=In Bearbeitung
       Generate=Erstelle
      +NoOpenedElementToProcess=Keine offenen Aktionen
      +OtherInformations=Weitere Informationen
       Refused=zurückgewiesen
       Validated=Freigegeben
       Opened=Offen
       Size=Grösse
      +OriginalSize=Originalgrösse
       ByCompanies=Von Geschäftspartnern
      -LateDesc=Die anzahl Tage die einen Datensatz verspätet markiert, hängt von ihren Einstellungen ab. Fragen sie den Administrator umd die Einstellung unter Home-Setup-Alerts zu ändern.
      +ByUsers=Nach Benutzer
      +NoneOrSeveral=Keine oder einige
      +NoItemLate=Es gibt keine verspätete Artikel
      +LoginEmail=Benutzer Email - Adresse
      +LoginOrEmail=Benutzername oder Email - Adresse
      +EnterLoginDetail=Gib die Zugangsdaten ein
      +JoinMainDoc=Führe das Hauptdokument zusammen.
       Keyword=Stichwort
      +Origin=Herkunft
       NbOfThirdParties=Anzahl der Geschäftspartner
       NbOfObjectReferers=Anzahl verknüpfter Objekte
       Referers=Verknüpfte Objekte
       Uncheck=nicht gewählt
      +ShowSupplierPreview=Zeige Vorschau
      +SeeAll=Zeige alles an
       CloseWindow=Fenster schliessen
       SendAcknowledgementByMail=Bestätigungsemail senden
       NoMobilePhone=Kein Mobiltelefon
      -YouCanSetDefaultValueInModuleSetup=Standardwerte für neue Datensätzen können im Modulsetup eingestellt werden
      +ValueIsNotValid=Der Wert ist leider ungültig.
      +RecordCreatedSuccessfully=Eintrag erfolgreich erstellt
      +RecordsModified=%s Einträge geändert
      +RecordsDeleted=%s Einträge gelöscht
      +CompleteOrNoMoreReceptionExpected=Vollständig oder keine Aktionen mehr erwartet
      +YouCanChangeValuesForThisListFromDictionarySetup=Du kannst die Werte für diese Liste in Einstellungen -> Wörterbücher anpassen.
      +YouCanChangeValuesForThisListFrom=Du kannst die Werte für diese Liste im Menu %s einstellen.
       CurrentTheme=Aktuelle Oberfläche
      +DateOfSignature=Unterschriftsdatum
      +FreeZone=Nicht hinterlegte Position vom Typ
      +FreeLineOfType=Nicht hinterlegte Position vom Typ
      +DocumentModelStandardPDF=Standardvorlage (PDF)
      +CoreErrorMessage=Hoppla, es ist ein Fehler aufgetreten. Dein Administrator kann mehr herausfinden, indem er die Logdateien durchgeht (oder in der Systemkonfiguration $dolibarr_main_prod auf '0' setzen)
       CreditCard=Kreditkarte
      -FieldsWithIsForPublic=Felder mit <b>%s</b> sind für Mitglieder öffentlich sichtbar. Über die "Öffentlich"-Checkbox können Sie dies ändern.
      +CreditOrDebitCard=Kredit- oder Debitkarte
      +LinkToProposal=Verknüpftes Angebot
      +LinkToInvoice=Verknüpfte Rechnung
      +LinkToSupplierOrder=Verknüpfte Lieferantenbestellung
      +LinkToSupplierProposal=Verknüpftes Lieferantenangebot
      +LinkToSupplierInvoice=Verknüpfte Lieferantenrechnung
      +LinkToContract=Verknüpfter Vertrag
      +LinkToIntervention=Verknüpfter Arbeitseinsatz
      +EditWithTextEditor=Mit Nur-Text Editor bearbeiten
      +EditHTMLSource=HTML Quelltext bearbeiten
       ByMonthYear=Von Monat / Jahr
      -AdminTools=Adminwerkzeuge
       SelectAction=Aktion auswählen
      +SelectTargetUser=Wähle den Benutzer / Mitarbeiter
      +ShowMoreLines=Mehr oder weniger Positionen anzeigen
      +SelectElementAndClick=Wähle etwas aus und klicke dann auf %s
      +ShowTransaction=Zeige die Transaktion auf dem zugehörigen Bankkonto.
       ShowIntervention=Zeige Kundeneinsatz
      +ListOf=Liste der %s
      +GoodBye=Auf Wiedersehen!
       Sincerely=Mit freundlichen Grüssen
      +ConfirmDeleteLine=Willst du diese Position wirklich löschen?
      +NoPDFAvailableForDocGenAmongChecked=Für die gewählten Einträge kann ich kein Dokument erstellen, weil die PDFs dazu fehlen.
      +TooManyRecordForMassAction=Zu viele Datensätze für Massenaktion ausgewählt. Die Aktion ist auf maximal %s Datensätze limitiert.
      +NoRecordSelected=Hoppla, du hast keine Einträge ausgewählt...
       MassFilesArea=Bereich für Dateien, die durch Massenaktionen erstellt werden
       ShowTempMassFilesArea=Bereich für Dateien anzeigen, die durch Massenaktionen erstellt wurden
       ClassifyBilled=Verrechnet
      +ClassifyUnbilled=Auf "Nicht verrechnet" setzen
       Progress=Fortschritt
       BackOffice=Dolibarr
      +ExportFilteredList=Exportiere gefilterte Positionen
      +ExportList=Exportiere Positionen
       Calendar=Kalender
      +GroupBy=Sortieren nach
      +ViewFlatList=Einfache Liste anzeigen
      +RemoveString=Entferne die Zeichenfolge '%s'
      +DirectDownloadLink=Direkter externer Downloadlink
      +DirectDownloadInternalLink=Direkter Downloadlink, wenn eingeloggt und die Rechte vorhanden sind.
      +ActualizeCurrency=Aktualisiere Währung
      +SetMultiCurrencyCode=Setze Währung
      +BulkActions=Stapelverarbeitungen
      +ClickToShowHelp=Clicke hier für Kontexthilfe.
       WebSite=Website
      +WebSites=Webseiten
      +WebSiteAccounts=Webseitenkonten
       ExpenseReports=Spesenrapporte
      -EMailTemplates=Textvorlagen für Emails
      +AutomaticallyCalculated=Automatisch generiert
      +TitleSetToDraft=In Entwurfsstatus setzen
      +LineNb=Position Nr.
       ShortTuesday=D
       ShortWednesday=M
       ShortThursday=D
      +SelectMailModel=Wähle deine Email - Vorlage
      +Select2ResultFoundUseArrows=Ich habe mehrere Resultate gefunden - wähle mit den Pfeiltasten aus.
       Select2Enter=Eingabe
      +Select2MoreCharactersMore=<strong>Suchsyntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Alle Zeichen</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Beginnt mit</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> Endet mit</kbd> (ab$)<br>
       SearchIntoThirdparties=Geschäftspartner
       SearchIntoCustomerProposals=Angebote Kunde
       SearchIntoInterventions=Arbeitseinsätze
       SearchIntoCustomerShipments=Kundenlieferungen
       SearchIntoExpenseReports=Spesenrapporte
      -SearchIntoLeaves=Ferien
      +NbComments=Anzahl Kommentare
      +CommentPage=Kommentare
      +CommentDeleted=Kommentar entfernt
      +Quarterly=Vierteljährlich
      +Remote=Entfernt
      +LocalAndRemote=Lokal und Entfernt
      +KeyboardShortcut=Tastaturkürzel
      +Deletedraft=Lösche den Entwurf
      diff --git a/htdocs/langs/de_CH/other.lang b/htdocs/langs/de_CH/other.lang
      index 6f70fab1b47..ddcebd06927 100644
      --- a/htdocs/langs/de_CH/other.lang
      +++ b/htdocs/langs/de_CH/other.lang
      @@ -1,11 +1,10 @@
       # Dolibarr language file - Source file is en_US - other
       NumberingShort=Nr
       MessageKO=Nachrichtenseite für abgebrochene Zahlung
      -Notify_FICHINTER_ADD_CONTACT=Kontakt zu Einsatz hinzugefügt
      -Notify_FICHINTER_VALIDATE=Eingriff freigegeben
      -Notify_FICHINTER_SENTBYMAIL=Service per E-Mail versendet
       Notify_COMPANY_SENTBYMAIL=Von Geschäftspartner-Karte gesendete Mails
       Notify_FICHEINTER_VALIDATE=Eingriff freigegeben
      +Notify_FICHINTER_ADD_CONTACT=Kontakt zu Einsatz hinzugefügt
      +Notify_FICHINTER_SENTBYMAIL=Service per E-Mail versendet
       TotalSizeOfAttachedFiles=Gesamtgrösse der angehängten Dateien/Dokumente
       MaxSize=Maximalgrösse
       ChooseYourDemoProfil=Bitte wählen Sie das Demo-Profil das Ihrem Einsatzgebiet am ehesten entspricht
      @@ -15,7 +14,6 @@ FeaturesSupported=Unterstützte Funktionen
       SizeUnitfoot=Fuss
       EnableGDLibraryDesc=Für den Einsatz dieser Option installieren, bzw. aktivieren Sie bitte die GD-Library.
       ProfIdShortDesc=<b>Prof ID %s</b> dient zur Speicherung landesabhängiger Geschäftspartnerdaten. <br> Für das Land <b>%s</b> ist dies beispielsweise Code <b>%s</b>.
      -EMailTextInterventionAddedContact=Ein neuer Einsatz %s wurde ihnen zugeteilt.
       EMailTextInterventionValidated=Service %s wurde freigegeben
       NewSizeAfterCropping=Neue Grösse nach dem Zuschneiden
       DefineNewAreaToPick=Definieren Sie einen neuen Bereich innerhalb des Bildes (Klicken Sie mit der linken Maustaste auf das Bild und halten Sie bis zur gegenüberligenden Ecke)
      diff --git a/htdocs/langs/de_CH/projects.lang b/htdocs/langs/de_CH/projects.lang
      index 0db8351335a..4d83b17d2bd 100644
      --- a/htdocs/langs/de_CH/projects.lang
      +++ b/htdocs/langs/de_CH/projects.lang
      @@ -8,7 +8,6 @@ TimeSpentByYou=Dein Zeitaufwand
       MyProjectsArea=Mein Projektbereich
       GoToListOfTimeConsumed=Zur Stundenaufwandsliste wechseln
       GoToListOfTasks=Zur Aufgabenliste gehen
      -ListFichinterAssociatedProject=Liste Eingriffe, die mit diesem Projekt verknüpft sind
       ChildOfProjectTask=Kindelement von Projekt/Aufgabe
       CloseAProject=Projekt schliessen
       ProjectsDedicatedToThisThirdParty=Mit diesem Geschäftspartner verknüpfte Projekte
      @@ -17,4 +16,3 @@ ThisWillAlsoRemoveTasks=Diese Aktion löscht ebenfalls alle Aufgaben zum Projekt
       CloneTaskFiles=Aufgabe (n) clonen beigetreten Dateien (falls Aufgabe (n) geklont)
       ProjectReferers=Verknüpfte Objekte
       ResourceNotAssignedToTheTask=Nicht der Aufgabe zugewiesen
      -OpportunityPonderatedAmount=Verkaufschancen geschätzer Betrag
      diff --git a/htdocs/langs/de_DE/admin.lang b/htdocs/langs/de_DE/admin.lang
      index d9314912660..315bf621265 100644
      --- a/htdocs/langs/de_DE/admin.lang
      +++ b/htdocs/langs/de_DE/admin.lang
      @@ -12,7 +12,7 @@ VersionRecommanded=Empfohlen
       FileCheck=Dateien Integritätsprüfung
       FileCheckDesc=Dieses Tool ermöglicht es Ihnen, die Integrität von Dateien und das Setup der Anwendung zu überprüfen, indem jede Datei mit den offiziellen Versionen verglichen wird. Der Wert einiger Setup-Konstanten kann auch überprüft werden. Sie können dieses Tool z.B. verwenden, um festzustellen, ob Dateien von einem Hacker geändert wurden.
       FileIntegrityIsStrictlyConformedWithReference=Datei-Integrität entspricht genau der Referenz.
      -FileIntegrityIsOkButFilesWereAdded=Datei-Integrität bestätigt, allerdings wurden zusätzliche Dateien gefunden.
      +FileIntegrityIsOkButFilesWereAdded=Die Dateiintegritätsprüfung wurde bestanden, jedoch wurden einige neue Dateien hinzugefügt.
       FileIntegritySomeFilesWereRemovedOrModified=Datei-Integrität konnte NICHT bestätigt werden. Dateien wurden modifiziert, entfernt oder zugefügt.
       GlobalChecksum=globale Prüfsumme
       MakeIntegrityAnalysisFrom=Mache Integrität Analyse von Anwendungsdateien aus
      @@ -30,12 +30,12 @@ SessionSaveHandler=Session Handler
       SessionSavePath=Pfad für Sitzungsdatenspeicherung
       PurgeSessions=Bereinigung von Sessions
       ConfirmPurgeSessions=Wollen Sie wirklich alle Sitzungen beenden ? Dadurch werden alle Benutzer getrennt (ausser Ihnen)
      -NoSessionListWithThisHandler=Anzeige aller aktiven Sitzungen mit Ihrer PHP-Konfiguration nicht möglich.
      +NoSessionListWithThisHandler=Anzeige der aktiven Sitzungen mit Ihrer PHP-Konfiguration nicht möglich. 
       LockNewSessions=Keine neuen Sitzungen zulassen
       ConfirmLockNewSessions=Möchten Sie wirklich alle Sitzungen bis auf Ihre eigene blockieren? Nur Benutzer <b>%s</b> kann danach noch eine Verbindung aufbauen.
       UnlockNewSessions=Sperrung neuer Sitzungen aufheben
       YourSession=Ihre Sitzung
      -Sessions=Benutzer-Sessions
      +Sessions=Benutzersitzungen
       WebUserGroup=WebServer Benutzer/Gruppen
       NoSessionFound=Ihre PHP -Konfiguration scheint keine Liste aktiver Sitzungen zuzulassen. Eventuell ist die Speicherung im Verzeichnis (<b>%s</b>) aktiviert und fehlerhafte Dateizugriffsberechtigungen blockieren den Zugriff (z.B. open_basedir-Beschränkungen).
       DBStoringCharset=Zeichensatz der Datenbank-Speicherung
      @@ -50,7 +50,7 @@ ExternalUser=Externer Benutzer
       InternalUsers=Interne Benutzer
       ExternalUsers=Externe Benutzer
       GUISetup=Anzeige
      -SetupArea=Einstellungen - Übersicht
      +SetupArea=Einstellungen
       UploadNewTemplate=Neue Vorlage(n) hochladen
       FormToTestFileUploadForm=Formular für das Testen von Datei-Uploads (je nach Konfiguration)
       IfModuleEnabled=Anmerkung: Ist nur wirksam wenn Modul <b>%s</b> aktiviert ist
      @@ -69,7 +69,7 @@ DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren (empfohlen für B
       UseSearchToSelectCompanyTooltip=Wenn Sie eine große Anzahl von Partnern (> 100.000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante COMPANY_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
       UseSearchToSelectContactTooltip=Wenn Sie eine große Anzahl von Kontakten (> 100.000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante CONTACT_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
       DelaiedFullListToSelectCompany=Warte auf Tastendruck, bevor der Inhalt der Partner-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine große Anzahl von Partnern haben).
      -DelaiedFullListToSelectContact=Warte auf Tastendruck, bevor der Inhalt der Kontakt-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine große Anzahl von Kontakten haben).
      +DelaiedFullListToSelectContact=Warte auf Tastendruck, bevor der Inhalt der Partner-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine große Anzahl von Partnern haben).
       NumberOfKeyToSearch=Anzahl der Buchstaben um eine Suche auszulösen: %s
       NotAvailableWhenAjaxDisabled=Nicht verfügbar, wenn Ajax deaktiviert
       AllowToSelectProjectFromOtherCompany=Bei den Elementen eines Partners, ist es möglich Projekte von anderen Partnern zu verlinken
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Vorschau nicht verfügbar
       ThemeCurrentlyActive=derzeit aktivierte grafische Oberfläche
       CurrentTimeZone=Aktuelle Zeitzone des PHP-Servers
       MySQLTimeZone=Aktuelle Zeitzone von MySql (Datenbank)
      -TZHasNoEffect=Daten werden vom Datenbank-Server gespeichert und zurückgeliefert, als würde der eingegebene String abgelegt werden. Die Zeitzone hat nur dann eine Auswirkung, wenn die UNIX_TIMESTAMP-Funktion benutzt wird (Dolibarr nutzt diese nicht, daher sollte die Datenbank-TZ keine Rolle spielen, selbst wenn diese nach Dateneingabe geändert wird).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Platz
       Table=Tabelle
       Fields=Felder
      @@ -126,8 +126,8 @@ PHPTZ=Zeitzone der PHP-Version
       DaylingSavingTime=Sommerzeit (Benutzer)
       CurrentHour=PHP-Zeit (Server)
       CurrentSessionTimeOut=Aktuelle Session timeout
      -YouCanEditPHPTZ=Um eine andere PHP-Zeitzone zu setzen (nicht erforderlich), können Sie eine .htaccess-Datei mit einer Zeile wie  "SetEnv TZ Europe / Paris" erstellen.
      -HoursOnThisPageAreOnServerTZ=Warnung: Im Gegensatz zu anderen Darstellungen, sind Stunden auf dieser Seite nicht in Ihrer lokalen Zeitzone, sondern in der Zeitzone des Servers.
      +YouCanEditPHPTZ=Um eine andere PHP Zeitzone einzustellen (optional), ist es auch möglich eine Zeile, bspw. "SetEnv TZ Europe/Paris", in der Datei .htaccess hinzuzufügen.
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Box
       Boxes=Boxen
       MaxNbOfLinesForBoxes=Maximale Zeilenanzahl in Boxen\n
      @@ -191,28 +191,28 @@ IgnoreDuplicateRecords=Doppelte Zeilen Fehler ignorieren (INSERT IGNORE)
       AutoDetectLang=Automatische Erkennung (Browser-Sprache)
       FeatureDisabledInDemo=Funktion in der Demoversion deaktiviert
       FeatureAvailableOnlyOnStable=Diese Funktion steht nur in offiziellen stabilen Versionen zur Verfügung
      -BoxesDesc=Boxen sind auf einigen Seiten angezeigte Informationsbereiche. Sie können die Anzeige einer Box einstellen, indem Sie auf die Zielseite klicken und 'Aktivieren' wählen. Zum Ausblenden einer Box klicken Sie einfach auf den Papierkorb.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Nur Elemente aus <a href="%s">aktiven Module</a> werden angezeigt.
      -ModulesDesc=Die Module bestimmen, welche Funktionalität in Dolibarr verfügbar ist. Manche Module erfordern zusätzlich Berechtigungen die Benutzern zugewiesen werden muss, nachdem das Modul aktiviert wurde. \nKlicken Sie auf die Schaltfläche on/off, um ein Modul/Anwendung zu aktivieren.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Sie finden weitere Module auf externen Web-Sites...
      -ModulesDeployDesc=Wenn die Rechte Ihres Dateisystems es zulassen, können Sie mit diesem Werkzeug ein externes Modul installieren. Es wird dann im Reiter <strong>%s</strong> erscheinen.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Suche externe Module
       ModulesDevelopYourModule=Eigene App/Modul entwickeln
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=Sie können ihre eigenen Module programmieren oder einen Partner finden der die Module für sie programmiert
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Neu
       FreeModule=Frei
       CompatibleUpTo=Kompatibel mit Version %s
      -NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).
      -CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
      +NotCompatible=Dieses Modul scheint nicht mit Ihrere Dolibarr Version %skompatibel zu sein. (Min %s - Max %s).
      +CompatibleAfterUpdate=Dieses Modul benötigt ein Upgrade Ihrere Dolibarr Installation %s ( Min %s - Max %s).
       SeeInMarkerPlace=Siehe Marktplatz
       Updated=Aktualisiert
       Nouveauté=Neuheit
       AchatTelechargement=Kaufen / Herunterladen
       GoModuleSetupArea=Um ein neues Modul zu installieren, gehen Sie auf die Modul-Setup Seite <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, der offizielle Marktplatz für dolibarr Module/Erweiterungen
      -DoliPartnersDesc=Firmenliste die Kundenspezifische Module oder Funktionen entwickeln. (Hinweis: Jedermann mit PHP Erfahrung kann Kundenspezifische Funktionen für Opensource Projekte Entwickeln)
      -WebSiteDesc=Anbieter für weitere Module...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=Externe Webseiten mit zusätzlichen Add-on (nicht zum Grundumfang gehörend) Modulen ...
       DevelopYourModuleDesc=Lösungen um eigene Module zu entwickeln...
       URL=Link
       BoxesAvailable=Verfügbare Boxen
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Passwörter in der Datenbank nicht im Klartext speichern
       MainDbPasswordFileConfEncrypted=Datenbankpasswort in der Konfigurationsdatei verschlüsselt speichern (Empfohlene Einstellung)
       InstrucToEncodePass=Um das Kennwort in der Konfigurationsdatei <b>conf.php</b> verschlüsselt zu speichern, ersetzen Sie die Zeile <br><b>$dolibarr_main_db_pass="...";</b><br>durch<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Um das Kennwort unverschlüsselt (im Klartext) in der Konfigurationsdatei <b>conf.php</b> zu speichern, ersetzen Sie die Zeile<br><b>$dolibarr_main_db_pass="crypted:...";</b><br>durch<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=PDF-Dokumentschutz aktivieren (Die Aktivierung ist nicht empfohlen, weil dadurch die Stapelerzeugung von PDFs nicht mehr funktioniert)
      +ProtectAndEncryptPdfFiles=Dokumentenschutz für erzeugte PDFs - wird NICHT empfohlen (verhindert die Stapelerzeugung von PDFs)
       ProtectAndEncryptPdfFilesDesc=Die Aktivierung des PDF-Dokumentschutzes erhält die Lesbarkeit und Druckfähigkeit des Dokuments, Bearbeitung und Kopien sind jedoch nicht mehr möglich. Bitte beachten Sie, dass nach Aktivierung dieser Funktion auch die Stapelverarbeitung von PDF-Dokumenten (z.B. alle offenen Rechnungen zusammenführen) nicht mehr funktioniert.
       Feature=Funktion
       DolibarrLicense=Lizenz
      @@ -246,8 +246,8 @@ ExternalResources=Externe Resourcen
       SocialNetworks=Soziale Netzwerke
       ForDocumentationSeeWiki=Für Benutzer-und Entwickler-Dokumentation (DOC, ...), FAQs <br> Werfen Sie einen Blick auf die Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=Für alle anderen Fragen, können Sie das Dolibarr Forum: <br> <a href="%s" target="_blank"><b> %s</b></a> benutzen.
      -HelpCenterDesc1=In diesem Bereich erwartet Sie eine Übersicht von Hilfe und Support-Services für Dolibarr.
      -HelpCenterDesc2=Ein Teil dieses Dienstes sind <b>nur</b> in <b>Englisch</b> verfügbar.
      +HelpCenterDesc1=Hier finden Sie eine Übersicht mit einigen Angeboten für Hilfe und Support-Leistungen zu Dolibarr. 
      +HelpCenterDesc2=Einige dieser Angebote sind nur in <b>Englisch</b> verfügbar. 
       CurrentMenuHandler=Aktuelle Menü-Handler
       MeasuringUnit=Maßeinheit
       LeftMargin=Linker Rand
      @@ -262,23 +262,27 @@ NoticePeriod=Kündigungsfrist
       NewByMonth=Neu nach Monat
       Emails=E-Mail
       EMailsSetup=E-Mail Einstellungen
      -EMailsDesc=Auf dieser Seite können Sie Ihre PHP-Parameter für den E-Mail-Versand überschreiben. In den meisten Unix/Linux-Umgebungen mit korrekter PHP-Konfiguration sind diese Einstellungen nutzlos.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Absenderprofil
      -MAIN_MAIL_SMTP_PORT=SMTP-Port (standardmäßig in der php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP-Host (standardmäßig in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT=SMTP(S)-Port  (Standardeintrag in der php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP(S)-Host (Standardeintrag in der php.ini: <b>%s</b>)
       MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS-Port (nicht in PHP definiert in Unix-Umgebungen)
       MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP-Host (nicht in PHP definiert auf Unix-Umgebungen)
      -MAIN_MAIL_EMAIL_FROM=E-Mail-Absender für automatisch erzeugte Mails (standardmäßig in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Senden Sie automatisch eine Blindkopie aller gesendeten Mails an
      -MAIN_DISABLE_ALL_MAILS=Alle E-Mail-Funktionen deaktivieren (für Test- oder Demozwecke)
      -MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Methode zum Senden von E-Mails
      -MAIN_MAIL_SMTPS_ID=SMTP ID, wenn Authentifizierung erforderlich
      -MAIN_MAIL_SMTPS_PW=SMTP Passwort, wenn Authentifizierung erforderlich
      -MAIN_MAIL_EMAIL_TLS= TLS (SSL)-Verschlüsselung verwenden
      -MAIN_MAIL_EMAIL_STARTTLS= TLS (STARTTLS)-Verschlüsselung verwenden
      +MAIN_MAIL_EMAIL_FROM=Absender Email für automatische Emails (Standardwert in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Blindkopie (Bcc) aller gesendeten Emails an
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
      +MAIN_MAIL_FORCE_SENDTO=Sende alle E-Mails an (Anstelle der echten Empfänger, zu Testzwecken)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Sendemethode für Emails
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=TLS (SSL) Verschlüsselung verwenden
      +MAIN_MAIL_EMAIL_STARTTLS=TLS (STARTTLS)-Verschlüsselung verwenden
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
       MAIN_DISABLE_ALL_SMS=Alle SMS-Funktionen abschalten (für Test- oder Demozwecke)
       MAIN_SMS_SENDMODE=Methode zum Senden von SMS
       MAIN_MAIL_SMS_FROM=Standard Versendetelefonnummer der SMS-Funktion
      @@ -292,7 +296,7 @@ ModuleSetup=Moduleinstellung
       ModulesSetup=Modul-/Applikationseinstellung
       ModuleFamilyBase=System
       ModuleFamilyCrm=Kunden-Beziehungs-Management (CRM)
      -ModuleFamilySrm=Vendor Relation Management (VRM)
      +ModuleFamilySrm=Verkäufermanagement (VRM)
       ModuleFamilyProducts=Produktverwaltung (WW)
       ModuleFamilyHr=Personalverwaltung (PM)
       ModuleFamilyProjects=Projektverwaltung/Zusammenarbeit
      @@ -312,12 +316,12 @@ StepNb=Schritt %s
       FindPackageFromWebSite=Finden Sie ein Paket, das die gewünschten Funktionen beinhaltet (zum Beispiel auf der offiziellen Website %s).
       DownloadPackageFromWebSite=Installationspaket herunterladen (z.B. von offizieller Webseite %s).
       UnpackPackageInDolibarrRoot=Entpacke die Paketdatei in das Dolibarr Serververzeichnis für externe Module: <b>%s</b>
      -UnpackPackageInModulesRoot=Um eine externes Modul bereit zu stellen, entpacken Sie die gepackten Dateien in das Serververzeichnis für Module: <b>%s</b>
      -SetupIsReadyForUse=Modul-Installation abgeschlossen, es muss aber noch aktiviert und konfiguriert werden: <a href="%s">%s</a>.
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Das alternative Stammverzeichnis ist nicht zu einem existierenden Verzeichnis definiert.<br>
       InfDirAlt=Seit Version 3 ist es möglich, ein alternatives Stammverzeichnis anzugeben. Dies ermöglicht, Erweiterungen und eigene Templates am gleichen Ort zu speichern.<br>Erstellen Sie einfach ein Verzeichis im Hauptverzeichnis von Dolibarr an (z.B. "custom").<br>
       InfDirExample=<br>Danach in der Datei <strong>conf.php</strong> deklarieren<br> $dolibarr_main_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>Wenn diese Zeilen mit "#" auskommentiert sind, um sie zu aktivieren, einfach das Zeichen "#" entfernen.
      -YouCanSubmitFile=In diesen Schritt können Sie die .zip-Datei des Modul-Pakets auswählen:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Aktuelle dolibarr-Version
       CallUpdatePage=Zur Aktualisierung der Daten und Datenbankstrukturen zur Seite %s gehen.
       LastStableVersion=Letzte stabile Version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Werfen Sie einen Blick auf die Wiki-Seite für eine vollständ
       UseACacheDelay= Verzögerung für den Export der Cache-Antwort in Sekunden (0 oder leer für kein Caching)
       DisableLinkToHelpCenter=Link mit "<b>Benötigen Sie Hilfe oder Unterstützung</b>" auf der Anmeldeseite ausblenden
       DisableLinkToHelp=Link zur Online-Hilfe "<b>%s</b>" ausblenden
      -AddCRIfTooLong=Kein automatischer Zeilenumbruch. Entsprechend müssen Sie, falls die Länge Ihrer Zeilen die Dokumentenbreite übersteigt, manuelle Zeilenschaltungen im Textbereich einfügen.
      -ConfirmPurge=Möchten Sie wirklich endgültig löschen ?<br> Alle Dateien werden unwiderbringlich gelöscht (Attachments, Angebote, Rechnungen usw.)
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Mindestlänge
       LanguageFilesCachedIntoShmopSharedMemory=.lang-Sprachdateien in gemeinsamen Cache geladen
       LanguageFile=Sprachdatei
      -ExamplesWithCurrentSetup=Beispiele mit der derzeitigen Systemkonfiguration
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Liste der OpenDocument-Vorlagenverzeichnisse
       ListOfDirectoriesForModelGenODT=Liste der Verzeichnisse mit Vorlagendateien mit OpenDocument-Format.<br><br>Fügen Sie hier den vollständigen Pfad der Verzeichnisse ein.<br>Trennen Sie jedes Verzeichnis mit einer Zeilenschaltung<br>Verzeichnisse des ECM-Moduls fügen Sie z.B. so ein <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br> Dateien in diesen Verzeichnissen müssen mit <b>.odt</b>  oder <b>.ods</b> enden.
      -NumberOfModelFilesFound=Anzahl der in diesen Verzeichnissen gefundenen .odt/.ods-Dokumentvorlagen
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Beispiele für Syntax:<br>c:\\mydir<br>/Home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Lesen Sie die Wiki Dokumentation um zu wissen, wie Sie Ihre odt Dokumentenvorlage erstellen, bevor Sie diese in den Kategorien speichern:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -370,14 +374,14 @@ ResponseTimeout=Antwort Timeout
       SmsTestMessage=Test Nachricht von __PHONEFROM__ zu __PHONETO__
       ModuleMustBeEnabledFirst=Modul <b>%s</b> muss aktiviert sein wenn Sie dieses Feature benötigen.
       SecurityToken=Schlüssel um die URLs zu entschlüsseln
      -NoSmsEngine=Kein SMS Sende Manager verfügbar. SMS Sende Manager sind nicht installiert (weil diese von externen Lieferanten abhängig sind) aber Sie können welche auf http://www.dolistore.com finden.
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Sie können jede globale Optionen im Zusammenhang mit der PDF-Erzeugung einstellen
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regeln zum Formen der Adresse-Boxen
      -HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
      +HideAnyVATInformationOnPDF=Alle Informationen zu Steuern und MWSt in generierten PDB ausblenden
       PDFRulesForSalesTax=Regeln für Umsatzsteuer / MwSt.
       PDFLocaltax=Regeln für %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Unterdrücke Produktbeschreibungen in generierten PDF
       HideRefOnPDF=Unterdrücke Produkt-Referenzen in generierten PDF
       HideDetailsOnPDF=Unterdrücke Produktdetailzeilen in generierten PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameter zum Sichern von URLs
       SecurityTokenIsUnique=Verwenden Sie einen eindeutigen Sicherheitsschlüssel für jede URL
       EnterRefToBuildUrl=Geben Sie eine Referenz für das Objekt %s ein
       GetSecuredUrl=Holen der berechneten URL
      -ButtonHideUnauthorized=Buttons für Nicht-Admins ausblenden anstatt auszugrauen ?
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Alter USt.-Satz
       NewVATRates=Neuer USt.-Satz
       PriceBaseTypeToChange=Ändern Sie den Basispreis definierte nach
      @@ -413,14 +417,14 @@ ExtrafieldCheckBox=Kontrollkästchen
       ExtrafieldCheckBoxFromList=Kontrollkästchen aus Tabelle
       ExtrafieldLink=Verknüpftes Objekt
       ComputedFormula=Berechnetes Feld
      -ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      -ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
      +ComputedFormulaDesc=Hier kann eine Formler hinterlegt werden die andere Eigenschaften von Objekten oder PHP Code um dynamischen Werte zu berechnen. Jede PHP kompatible Syntax, inklusive der "?" Bedingung und den folgenden globalen Objekten: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong> können verwendet werden.<br><strong>WARNUNG</strong>: Nur bestimte Eigenschaften der Objekte können verfügbar sein. Falls eine nicht geladene Eigenschaft notwendig ist, kann das Objekt selbst geladen werden, wie im zweiten Beispiel.<br>Bei der Verwendung von berechneten Feldern kann der Benutzer keine eigenen Werte eingeben. Zudem, wenn es einen Syntaxfehler gibt, kann es sein dass die Formel keinen Wert zurückgibt.<br><br>Beispielformel:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Beispiel um ein Objekt erneut zu laden<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Weiteres Beispiel um ein Objekt und das Vaterobjekt zu laden:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
      +ExtrafieldParamHelpselect=Parameterlisten müssen das Format Schlüssel,Wert haben (Der Schlüssel kann nicht '0' sein)<br><br> zum Beispiel:<br>1,Wert1<br>2,Wert2<br>3,Wert3<br>...<br><br>Um die Liste in Abhängigkeit zu einer anderen zu haben:<br>1,Wert1|options_<i>parent_list_code</i>:parent_key<br>2,Wert2|options_<i>parent_list_code</i>:parent_key<br><br>Um Listen in Abhängigkeit zu anderen listen zu haben: <br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=Die Liste muss im Format: Schlüssel, Wert sein (wobei der Schlüssel nicht '0' sein kann) <br> <br> zum Beispiel: <br> 1, Wert1 <br> 2, Wert2 <br> 3, Wert3 <br> ...
       ExtrafieldParamHelpradio=Die Liste muss im Format: Schlüssel, Wert sein (wobei der Schlüssel nicht '0' sein kann) <br> <br> zum Beispiel: <br> 1, Wert1 <br> 2, Wert2 <br> 3, Wert3 <br> ...
      -ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      -ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list :<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      -ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax : ObjectName:Classpath<br>Examples :<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
      +ExtrafieldParamHelpsellist=Die Parameterliste stammt aus einer Tabelle<br>Syntax: \ntable_name: label_field: id_field::filter<br>Beispiel: c_typent: libelle:id::filter<br><br>Filter kann ein einfacher Test sein (z.B. active=1) um nur aktive Werte anzuzeigen<br>Benutzen Sie $ID$  für die ID des aktuellen Objekts im Filter<br>Benutzen Sie $SEL$<br>Wenn Sie ein SELECT<br>Benutzen Sie zur Abfrage von Extra-Feldern(Attributen) die extra.fieldcode = ... \n(wo Feldcode ist der Code von extrafield)<br><br>um auf einer anderen komplementären Attributliste, die Liste zu haben je c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter<br>um die Liste zu haben, auf einer anderen Liste abhängig:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter\n
      +ExtrafieldParamHelpchkbxlst=Die Parameterliste stammt aus einer Tabelle <br>:\nSyntax:  table_name:label_field:id_field::filter<br>\nBeispiele: c_typent:libelle:id::filter<br><br> der Filter kann ein einfacher Test sein(z.B. aktiv=1) um nur die aktiven Werte zu zeigen.<br>\nBenutzen Sie $ID$ um die ID des aktuellen Objekts im Filter zu nutzen<br>\nUm ein SELECT in einem Filter zu verwenden, verwenden Sie $SEL$ <br>\nUm in der Abfrage die zusätzlichen Attribute zu filtern, verwenden Sie den Syntax \nextra.fieldcode=... (fieldcode bezeichnet den Feldcode des zusätzlichen Feldes)<br><br>eine Liste abhängig von einem anderen zusätzlichen Attribute anzuzeigen<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter \n<br><br>Um eine Liste anzuzeigen auf einer anderen Liste je <br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      +ExtrafieldParamHelplink=Parameter müssen folgendes Format haben: ObjektName:Klassenpfad<br>Syntax: ObjektName:Klassenpfad<br> Beispiele:<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
       LibraryToBuildPDF=Bibliothek zum erstellen von PDF
       LocalTaxDesc=In einigen Ländern gelten zwei oder drei Steuern auf jeder Rechnungszeile. Wenn dies der Fall ist, wählen Sie den Typ für die zweite und dritte Steuer und den Steuersatz. Mögliche Arten sind: <br> 1: Ortsteuer gelten für Produkte und Dienstleistungen, ohne Mehrwertsteuer (Ortssteuer wird ohne Berücksichtigung der MwSt berechnet) <br> 2: Ortssteuer gilt für Produkte und Dienstleistungen mit Mehrwertsteuer (Ortssteuer wird mit Berücksichtigung det MwSt berechnet) <br> 3: Ortstaxe gilt für Produkte ohne Mehrwertsteuer (Ortssteuer wird ohne Berücksichtigung der MwSt berechnet) <br> 4: Ortssteuer gilt für Produkte, mit Mehrwertsteuer (Ortssteuer wird mit Berücksichtigung der MwSt berechnet) <br> 5: Ortssteuer gilt für Dienstleistungen, ohne Mehrwertsteuer (Ortssteuer wird ohne Berücksichtigung der MwSt berechnet) <br> 6: Ortssteuer gilt für Dienstleistungen mit Mehrwertsteuer (Ortssteuer wird mit Berücksichtigung der MwSt berechnet)
       SMS=SMS
      @@ -432,39 +436,39 @@ DefaultLink=Standardlink
       SetAsDefault=Als Standard setzen
       ValueOverwrittenByUserSetup=Achtung, dieser Wert kann durch den Benutzer überschrieben werden (jeder kann seine eigene ClickToDial-URL setzen)
       ExternalModule=Externes Modul - im Verzeichnis %s installiert
      -BarcodeInitForThirdparties=Alle Strichcodes für Drittanbieter initialisieren
      +BarcodeInitForthird-parties=Alle Strichcodes für Drittanbieter initialisieren
       BarcodeInitForProductsOrServices=Alle Strichcodes für Produkte oder Services initialisieren oder zurücksetzen
       CurrentlyNWithoutBarCode=Zur Zeit gibt es <strong>%s</strong> Datensätze in <strong>%s</strong> %s ohne Barcode.
       InitEmptyBarCode=Startwert für die nächsten %s leeren Datensätze
       EraseAllCurrentBarCode=Alle aktuellen Barcode-Werte löschen
       ConfirmEraseAllCurrentBarCode=Wirklich alle aktuellen Barcode-Werte löschen
       AllBarcodeReset=Alle Barcode-Werte wurden entfernt
      -NoBarcodeNumberingTemplateDefined=Im Barcode-Modul wurde kein Numerierungs-Schema aktiviert.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Dateicache aktivieren
       ShowDetailsInPDFPageFoot=Mehr Detailinfos im PDF Fussbereich anzeigen, wie z.B. Ihre Firmenadresse, oder CEO Name (Zusätzlich zur Firmennummer, Firmenart und MWSt Nummer).
       NoDetails=Keine weiteren Details in der Fusszeile
       DisplayCompanyInfo=Firmenadresse anzeigen
       DisplayCompanyManagers=Anzeige Namen der Geschäftsführung
       DisplayCompanyInfoAndManagers=Firmenanschrift und Managernamen anzeigen
      -EnableAndSetupModuleCron=Um wiederkehrende Rechnungen automatisch zu generieren, muss Modul *%s* aktiviert und korrekt eingerichtet sein. Ansonsten müssen die Rechnungen via *Erstellen* Knopf auf dieser Vorlage erstellt werden. Auch wenn die Rechnungen automatisch generiert werden, können trotzdem noch manuelle Rechnungen erstellt werden. Die Perioden werden nicht doppelt in Rechnung gestellt.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Leeren Kontierungscode zurückgeben.
      -ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
      +ModuleCompanyCodeDigitaria=Kontierungscode hängt vom Partnercode ab. Der Code setzt sich aus dem Buchstaben 'C' und den ersten 5 Stellen des Partnercodes zusammen.
       Use3StepsApproval=Standardmäßig, Einkaufsaufträge müssen durch zwei unterschiedlichen Benutzer erstellt und freigegeben werden (ein Schritt/Benutzer zu erstellen und ein Schritt/Benutzer für die Freigabe). Beachten Sie wenn ein Benutzer beide Rechte hat - zum erstellen und freigeben, dann reicht ein Benutzer für diesen Vorgang. Optional können Sie ein zusätzlicher Schritt/User für die Freigabe einrichten, wenn der Betrag einen bestimmten dedizierten Wert übersteigt (wenn der Betrag übersteigt wird, werden 3 Stufen notwendig: 1=Validierung, 2=erste Freigabe und 3=Gegenfreigabe.<br>Lassen Sie den Feld leer wenn eine Freigabe (2 Schritte) ausreicht; Tragen Sie einen sehr niedrigen Wert (0.1) wenn eine zweite Freigabe notwendig ist.
       UseDoubleApproval=3-Fach Verarbeitungsschritte verwenden wenn der Betrag (ohne Steuer) höher ist als ...
      -WarningPHPMail=WARNUNG: Es ist oft besser, für ausgehende E-Mails den E-Mail-Server Ihres Providers anstatt des Standardservers zu verwenden. Einige E-Mail-Provider (wie Yahoo) erlauben Ihnen nicht, eine E-Mail von einem anderen Server als ihrem eigenen Server zu senden. Ihre aktuelle Konfiguration verwendet den Server der Anwendung zum Senden von E-Mails und nicht den Server Ihres E-Mail-Providers. Daher werden einige Empfänger (die mit dem restriktiven DMARC-Protokoll kompatibel sind) Ihren E-Mail-Provider fragen, ob sie Ihre E-Mail annehmen können. Einige Provider (wie Yahoo) werden dann mit "Nein" antworten, weil der Server nicht ihrer ist. Also könnte es sein, dass einige Ihrer gesendeten E-Mails nicht akzeptiert werden (beachten Sie auch die E-Mail-Quota ihres Providers). <br>Wenn Ihr Provider (wie Yahoo) diese Einschränkung hat, müssen Sie das E-Mail-Setup ändern, und die andere Methode "SMTP-Server" auszuwählen und den SMTP-Server mit den von Ihrem E-Mail-Anbieter bereitgestellten Anmeldeinformationen einrichten (fragen Sie Ihren E-Mail-Provider nach SMTP-Zugangsdaten für Ihr Konto).
      -WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
      +WarningPHPMail2=Falls Ihm E-Mailprovider den Zugriff für den Emailclient auf eine IP Adresse einschränken muss (Sehr selten), dann ist dies die IP Adresse für ihr ERP CRM System: <strong>%s</strong>.
       ClickToShowDescription=Klicke um die Beschreibung zu sehen
       DependsOn=Diese Modul benötigt die folgenden Module
       RequiredBy=Diese Modul wird durch folgende Module verwendet
      -TheKeyIsTheNameOfHtmlField=Das ist der Name des HTML Feldes. Sie benötigen HTML Kenntnisse um den Namen des Feldes aus der HTML Seite zu ermitteln.
      -PageUrlForDefaultValues=Hier muss die relative URL der Seite eingegeben werden. Wenn Parameter in der URL angegeben werden, dann werden alle Vorgabewerte auf den gleichen Wert gesetzt. Beispiele:
      -PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +PageUrlForDefaultValuesCreate=<br>Formular um einen neuen Partner zu erstellen ist <strong>%s</strong>,<br>Fall Sie Vorgabewerte via URL angeben wollen, können Sie <strong>%s</strong> verwenden
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Persönliche Standardwerte erlauben
      -EnableOverwriteTranslation=Aktiviere die Verwendung von übersteuerten Übersetzungen
      -GoIntoTranslationMenuToChangeThis=Eine Übersetzung wurde für diesen Schlüssel gefunden, um die Übersetzung anzupassen, gehen Sie in Menü "Home->Setup->Überseztungen"
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warnung: Änderung an der Standardsortierreihenfolge können zu Fehlern führen, falls das betreffende Feld nicht vohanden ist. Falls dies passiert, entfernen sie das betreffende Feld oder stellen die den Defaultwert wieder her.
       Field=Feld
       ProductDocumentTemplates=Dokumentvorlagen zur Erstellung von Produktdokumenten
      @@ -473,19 +477,21 @@ WatermarkOnDraftExpenseReports=Wasserzeichen auf Entwurf von Ausgabenbelegen
       AttachMainDocByDefault=Setzen Sie diesen Wert auf 1, wenn Sie das Hauptdokument standardmäßig per E-Mail anhängen möchten (falls zutreffend).
       FilesAttachedToEmail=Datei hinzufügen
       SendEmailsReminders=Erinnerung per E-Mail versenden
      -davDescription=Add a component to be a DAV server
      -DAVSetup=Setup of module DAV
      -DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +davDescription=Komponente hinzufügen damit der DAV Server aktiviert wird
      +DAVSetup=DAV Modul einrichten
      +DAV_ALLOW_PUBLIC_DIR=Öffentliches Webdav Verzeichnis aktivieren (WebDav Verzeichenis ohne Login)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Benutzer und Gruppen
      +Module0Name=Benutzer & Gruppen
       Module0Desc=Benutzer / Mitarbeiter und Gruppen Administration
       Module1Name=Partner
       Module1Desc=Partner- und Kontakteverwaltung
       Module2Name=Vertrieb
       Module2Desc=Vertriebsverwaltung
       Module10Name=Buchhaltung
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Angebote
       Module20Desc=Angebotsverwaltung
       Module22Name=E-Mail-Kampagnen
      @@ -497,7 +503,7 @@ Module25Desc=Kundenauftragsverwaltung
       Module30Name=Rechnungen
       Module30Desc=Rechnungs- und Gutschriftsverwaltung für Kunden. Rechnungsverwaltung für Lieferanten
       Module40Name=Lieferanten
      -Module40Desc=Suppliers and purchase management (purchase orders and billing)
      +Module40Desc=Lieferanten und Einkaufsverwaltung (Bestellungen und Lieferantenrechnungen)
       Module42Name=Debug Logs
       Module42Desc=Protokollierungsdienste (Syslog). Diese Logs dienen der Fehlersuche/Analyse.
       Module49Name=Bearbeiter
      @@ -511,13 +517,13 @@ Module52Desc=Produktbestandsverwaltung
       Module53Name=Leistungen
       Module53Desc=Leistungs-Verwaltung
       Module54Name=Verträge/Abonnements
      -Module54Desc=Vertragsverwaltung (Services oder sich wiederholende Abos)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode-Verwaltung
       Module56Name=Telefonie
       Module56Desc=Telefonie-Integration
       Module57Name=Bestellung mit Zahlart Lastschrift
      -Module57Desc=Verwaltung von Lastschrift-Bestellungen. Inklusive SEPA Erzeugung für EU Länder.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial-Integration
       Module59Name=Bookmark4u
      @@ -528,108 +534,112 @@ Module75Name=Spesen- und Reiseaufzeichnungen
       Module75Desc=Reise- und Fahrtspesenverwaltung
       Module80Name=Lieferungen
       Module80Desc=Versand und Lieferauftragsverwaltung
      -Module85Name=Banken und Kassen
      +Module85Name=Bank | Kassa
       Module85Desc=Verwaltung von Bank- oder Bargeldkonten
      -Module100Name=Externe Website
      -Module100Desc=Erlaubt die Einbindung einer externen Website in die Menüs von dolibarr und die Anzeige der Seite innerhalb eines Frames
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman und SPIP
       Module105Desc=Mailman oder SPIP Schnittstelle für die Mitgliedsmodul
       Module200Name=LDAP
      -Module200Desc=LDAP-Verzeichnissynchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke-Integration
       Module240Name=Daten Exporte
      -Module240Desc=Datenexport-Werkzeug (mit einem Assistenten)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Daten Importe
      -Module250Desc=Werkzeug zum Datenimport (mit Assistenten)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Mitglieder
       Module310Desc=Management von Mitglieder einer Stiftung/Vereins
       Module320Name=RSS Feed
       Module320Desc=RSS-Feed-Bildschirm innerhalb des Systems anzeigen
      -Module330Name=Favoriten
      -Module330Desc=Verwalten von Favoriten
      -Module400Name=Projekte / Chancen / 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=Lesezeichen und Kurzbefehle
      +Module330Desc=Create shortcuts, always accessible, to the internal or external pages to which you frequently access
      +Module400Name=Projekte | 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=Webkalender
       Module410Desc=Webkalenderintegration
       Module500Name=Steuern und Sonderausgaben
      -Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
      +Module500Desc=Verwalten von weiteren Ausgaben (Steuern, Sozialabgaben, Dividenden, ...)
       Module510Name=Lohnzahlungen
      -Module510Desc=Verwaltung der Angestellten-Löhne und -Zahlungen
      +Module510Desc=Record and track employee payments
       Module520Name=Darlehen
       Module520Desc=Verwaltung von Darlehen
       Module600Name=Benachrichtigungen bei Geschäftsereignissen
      -Module600Desc=Email-Benachrichtigung (ausgelößt durch einige Ereignisse) zu Benutzern (seperate Einstellungen je Benutzer), Partner-Kontakte (seperate Einstellung für jeden Partner) oder festen Email-Adressen.
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Produkt Varianten
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Spenden
       Module700Desc=Spendenverwaltung
       Module770Name=Spesenabrechnungen
      -Module770Desc=Management und Reporting von Reise- und Spesenabrechnungen (Transport, Essen, ...)
      -Module1120Name=Vendor commercial proposal
      -Module1120Desc=Request vendor commercial proposal and prices
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
      +Module1120Name=Lieferantenangebot
      +Module1120Desc=Anfordern von Lieferanten-Angeboten und Preise
       Module1200Name=Mantis
       Module1200Desc=Mantis-Integration
       Module1520Name=Dokumente erstellen
       Module1520Desc=Mailings Dokumente erstellen
       Module1780Name=Kategorien/#tags
      -Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
      +Module1780Desc=Kategorien/Tags erstellen (Produkte, Kunden, Lieferanten, Kontakte oder Mitglieder)
       Module2000Name=FCKeditor
      -Module2000Desc=Bearbeitung von machen Textbereichen mit erweiterten Editor (basierend auf CKEditor) erlauben
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamische Preise
       Module2200Desc=Mathematische Ausdrücke für Preise aktivieren
       Module2300Name=Geplante Aufträge
       Module2300Desc=Verwaltung geplanter Aufgaben (Cron oder chrono Tabelle)
       Module2400Name=Ereignisse/Termine
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / CMS
      -Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
      +Module2500Desc=Speicherung und Verteilung von Dokumenten. Automatische organisation der generierten oder gespeicherten Dokumente. Teilen Sie sie bei Bedarf.
       Module2600Name=API/Webservice (SOAP Server)
       Module2600Desc=Aktivieren Sie Dolibarr SOAP Server,  unterstütztes API-Service.
       Module2610Name=API/Web Services (REST Server)
       Module2610Desc=Aktiviere der Dolibarr REST Serverdienst
       Module2660Name=WebServices aufrufen (SOAP Client)
      -Module2660Desc=Web Service Client von Dolibarr aktivieren (Kann benutzt werde, um Daten/anfragen zu externen Servern zu verschicken. Momentan ist das nur für Bestellungen vorgesehen).
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Verwenden Sie den online Gravatar-Dienst (www.gravatar.com) für die Anzeige von Benutzer- und Mitgliederbildern (Zuordnung über E-Mail-Adressen). Hierfür benötigen Sie eine aktive Internetverbindung
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP-Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind Konvertierung
       Module3100Name=Skype
       Module3100Desc=Skype-Button zu Karten von Benutzer-/Partner-/Kontakt-/Mitglieder-Karten hinzufügen
       Module3200Name=Unveränderliche Archive
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=PV
       Module4000Desc=Personalverwaltung
       Module5000Name=Mandantenfähigkeit
       Module5000Desc=Ermöglicht Ihnen die Verwaltung mehrerer Firmen
       Module6000Name=Workflow
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=Workflow Management (Automaitische Erstellung von Objekten und/oder automatische Statusaktualisierungen)
       Module10000Name=Webseiten
      -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
      +Module10000Desc=Erstelle öffentliche Webseiten mit dem WYSIWYG-Editor.\nDer Webserver (Apache, Nginx, ...) muss auf das Dolibarrverzeichnis verweisen damit ein eigener Domainname verwendet werden kann.
       Module20000Name=Urlaubsantrags-Verwaltung
      -Module20000Desc=Definieren und beobachten sie die Urlaubsanträge Ihrer Angestellten.
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Produkt Chargen
       Module39000Desc=Chargen oder Seriennummer, Haltbarkeitsdatum und Verfallsdatum Management für Produkte
      +Module40000Name=Mehrere Währungen
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Modul um Onlinezahlungen von Debit/Kreditkarten via PayBox entgegennehmen. Ihre Kunden können damit freie Zahlungen machen, oder Dolibarr Objekte (Rechnungen, Bestelltungen...) bezahlen
      +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=Kasse
       Module50100Desc=Modul Point of Sale (POS)\n
      +Module50150Name=Kassen
      +Module50150Desc=Kassenmodul
       Module50200Name=Paypal
      -Module50200Desc=Modul um Online Zahlungen via PayPal entgegenzunehmen. Ihre Kunden können damit freie Zahlungen machen, oder Dolibarr Objekte (Rechnungen, Bestelltungen...) bezahlen
      +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=Buchhaltung (erweitert)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direktdruck (ohne die Dokumente zu öffnen) mittels CUPS IPP (Drucker muss vom Server aus sichtbar sein und auf dem Server muss CUPS installiert sein)
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Befragung, Umfrage oder Abstimmung
      -Module55000Desc=Modul zur Online-Umfragen, Umfragen oder Abstimmungen zu machen (wie Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Gewinnspannen
       Module59000Desc=Modul zur Verwaltung von Gewinnspannen
       Module60000Name=Kommissionen
       Module60000Desc=Modul zur Verwaltung von Kommissionen
      -Module62000Name=Incoterm
      -Module62000Desc=Funktion hinzufügen um Incoterms zu verwalten
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ressourcen
       Module63000Desc=Verwalte Ressourcen (Drucker, Fahrzeuge, Räume, etc.) für Ereignisse.
       Permission11=Rechnungen einsehen
      @@ -651,9 +661,9 @@ Permission32=Produkte/Leistungen erstellen/bearbeiten
       Permission34=Produkte/Leistungen löschen
       Permission36=Projekte/Leistungen exportieren
       Permission38=Produkte exportieren
      -Permission41=Projekte und Aufgaben lesen (Geteilte Projekte und Projekte in denen ich Kontakt bin).  Es kann auch Zeitaufwand auf zugewiesenen Aufgaben oder via Hierarchie gebucht werden.
      -Permission42=Erstellen und Ändern von Projekten (geteilte Projekte und solche, in denen ich Kontakt bin). Kann auch Aufgaben erstellen und Benutzer dem Projekt und den Aufgaben zuweisen.
      -Permission44=Projekte und Aufgaben löschen (gemeinsame Projekte und Projekte in welchen ich Ansprechpartner bin)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Projekte exportieren
       Permission61=Serviceaufträge ansehen
       Permission62=Serviceaufträge erstellen/bearbeiten
      @@ -686,7 +696,7 @@ Permission109=Sendungen löschen
       Permission111=Finanzkonten einsehen
       Permission112=Transaktionen erstellen/ändern/löschen und vergleichen
       Permission113=Einstellungen Finanzkonten (erstellen, Kategorien verwalten)
      -Permission114=Transaktionen ausgleichen
      +Permission114=Reconcile transactions
       Permission115=Transaktionen und Kontoauszüge exportieren
       Permission116=Transfers zwischen Konten
       Permission117=Scheckeinlösungen verwalten
      @@ -694,15 +704,15 @@ Permission121=Mit Benutzer verbundene Partner einsehen
       Permission122=Mit Benutzer verbundene Partner erstellen/bearbeiten
       Permission125=Mit Benutzer verbundene Partner löschen
       Permission126=Partner exportieren
      -Permission141=Alle Projekte und Aufgaben lesen (Auch private Projekte in denen ich nicht Kontakt bin)
      -Permission142=Projekte und Aufgaben erstellen und ändern (Auch private Projekte in denen ich nicht Kontakt bin)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Löschen Sie alle Projekte und Aufgaben (einschließlich privater Projekte in denen ich kein Kontakt bin)
       Permission146=Lieferanten einsehen
       Permission147=Statistiken einsehen
       Permission151=Bestellung mit Zahlart Lastschrift
       Permission152=Lastschriftaufträge erstellen/bearbeiten
       Permission153=Bestellungen mit Zahlart Lastschrift übertragen
      -Permission154=Lastschriftaufträge genehmigen/ablehnen
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Verträge/Abonnements einsehen
       Permission162=Verträge/Abonnements erstellen/bearbeiten
       Permission163=Service/Abonnement in einem Vertrag aktivieren
      @@ -725,7 +735,7 @@ Permission187=Lieferantenbestellungen schließen
       Permission188=Lieferantenbestellungen stornieren
       Permission192=Leitungen erstellen
       Permission193=Zeilen stornieren
      -Permission194=Leitungen einsehen
      +Permission194=Read the bandwidth lines
       Permission202=ADSL Verbindungen erstellen
       Permission203=Verbindungen zwischen Bestellungen
       Permission204=Bestell-Verbindungen
      @@ -750,12 +760,12 @@ Permission244=Inhalte versteckter Kategorien einsehen
       Permission251=Andere Benutzer und Gruppen einsehen
       PermissionAdvanced251=Andere Benutzer einsehen
       Permission252=Berechtigungen andere Benutzer einsehen
      -Permission253=Andere Benutzer und Gruppen erstellen/bearbeiten (inkl. Rechteverwaltung)
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Andere interne/externe Benutzer und Gruppen erstellen/bearbeiten (inkl. Rechteverwaltung)
       Permission254=Nur externe Benutzer erstellen/bearbeiten
       Permission255=Andere Passwörter ändern
       Permission256=Andere Benutzer löschen oder deaktivieren
      -Permission262=Zugang auf alle Partner erweitern (Nicht nur  Partner wo der Benutzer der Handelsvertreter ist) <br>Nicht wirksam für externe Nutzer (Immer beschränkt auf sich selbst für Angebote, Bestellungen, Rechnungen, Verträge, etc).<br>Nicht wirksam für Projekte(Nur Regeln für Projektberechtigungen, Sichtbarkeits- und Zuordnungsfragen)
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Rechnungen anzeigen
       Permission273=Ausgabe Rechnungen
      @@ -765,7 +775,7 @@ Permission283=Kontakte löschen
       Permission286=Kontakte exportieren
       Permission291=Tarife einsehen
       Permission292=Berechtigungen der Tarife einstellen
      -Permission293=Kundentarife ändern
      +Permission293=Modify customers tariffs
       Permission300=Barcodes einsehen
       Permission301=Barcodes erstellen/bearbeiten
       Permission302=Barcodes löschen
      @@ -787,11 +797,9 @@ Permission401=Rabatte einsehen
       Permission402=Rabatte erstellen/bearbeiten
       Permission403=Rabatte freigeben
       Permission404=Rabatte löschen
      -Permission501=Mitarbeiter Verträge und Löhne einlesen
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Lohnzahlungen einlesen
      -Permission512=Lohnzahlungen erstellen/bearbeiten
      -Permission514=Löhne löschen
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Löhne exportieren
       Permission520=Darlehen einsehen
       Permission522=Darlehen erstellen/bearbeiten
      @@ -844,8 +852,8 @@ Permission1251=Massenimports von externen Daten ausführen (data load)
       Permission1321=Kundenrechnungen, -attribute und -zahlungen exportieren
       Permission1322=Eine bezahlte Rechnung wieder öffnen
       Permission1421=Exportieren von Kundenaufträge und Attribute
      -Permission20001=Urlaubsanträge einsehen (eigene und die der Untergebenen) 
      -Permission20002=Urlaubsanträge anlegen/verändern (eigene und die der Untergebenen)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Urlaubsanträge löschen
       Permission20004=Alle Urlaubsanträge einsehen (von allen Benutzern einschließlich der nicht Untergebenen)
       Permission20005=Urlaubsanträge anlegen/verändern (von allen Benutzern einschließlich der nicht Untergebenen)
      @@ -880,8 +888,8 @@ Permission63001=Ressourcen anzeigen
       Permission63002=Ressource erstellen/bearbeiten
       Permission63003=Ressource löschen
       Permission63004=Verbinden von  Ressourcen zu Ereignissen
      -DictionaryCompanyType=Arten von Partnern
      -DictionaryCompanyJuridicalType=Rechtsformen von Partnern
      +DictionaryCompanyType=Art des Partners
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Potenzialstufen von Geschäftsaussicht
       DictionaryCanton=Bundesländer/Provinzen/Kantone
       DictionaryRegion=Regionen
      @@ -891,11 +899,11 @@ DictionaryCivility=Anreden und Titel
       DictionaryActions=Typen von Kalender Ereignissen
       DictionarySocialContributions=Arten von Sozialabgaben/Unternehmenssteuern
       DictionaryVAT=USt.-Sätze
      -DictionaryRevenueStamp=Amount of tax stamps
      +DictionaryRevenueStamp=Steuermarken Beträge
       DictionaryPaymentConditions=Zahlungsbedingungen
       DictionaryPaymentModes=Zahlungsarten
      -DictionaryTypeContact=Kontaktarten
      -DictionaryTypeOfContainer=Type of website pages/containers
      +DictionaryTypeContact=Contact address types
      +DictionaryTypeOfContainer=Art der Webseite Seiten/Container
       DictionaryEcotaxe=Ökosteuern (WEEE)
       DictionaryPaperFormat=Papierformate
       DictionaryFormatCards=Karten Formate
      @@ -908,47 +916,47 @@ DictionarySource=Quelle der Angebote/Aufträge
       DictionaryAccountancyCategory=Personalisierte Gruppen für Berichte
       DictionaryAccountancysystem=Kontenplan Modul
       DictionaryAccountancyJournal=Buchhaltungsjournale
      -DictionaryEMailTemplates=Textvorlagen für E-Mails
      +DictionaryEMailTemplates=Emailvorlagen
       DictionaryUnits=Einheiten
       DictionaryProspectStatus=Geschäftsanbahnungsarten
       DictionaryHolidayTypes=Urlaubsarten
       DictionaryOpportunityStatus=Verkaufschancen für Projekt/Lead
       DictionaryExpenseTaxCat=Spesenbericht - Mobilität
      -DictionaryExpenseTaxRange=Expense report - Range by transportation category
      +DictionaryExpenseTaxRange=Spesenreport - Bereich pro Transportkategorie
       SetupSaved=Einstellungen gespeichert
       SetupNotSaved=Einstellungen nicht gespeichert
       BackToModuleList=Zurück zur Modulübersicht
      -BackToDictionaryList=Zurück zur der Stammdatenübersicht
      -TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=USt-Verwaltung
      -VATIsUsedDesc=Beim Erstellen von Leads, Rechnungen, Bestellungen, etc. wird folgende Regel zum Berechnen des USt.-Satz verwendet:<br>Wenn der Verkäufer nicht der MwSt. unterliegt, wird ein MwSt. Satz von 0 verwendet. Ende der Regel.<br>Wenn Verkäufer- und Käufer-Land identisch sind, wird der MwSt. Satz des Produktes verwendet. Ende der Regel.<br>Wenn Verkäufer und Käufer beide in der EU sind und es sich um Transportprodukte (Autos, Schiffe, Flugzeuge) handelt, wird ein MwSt. Satz von 0 verwendet. (Die MwSt. muss durch den Käufer in seinem Land abgerechnet werden). Ende der Regel.<br>Wenn Verkäufer und Käufer beide in der EU sind und der Käufer kein Unternehmen ist, dann wird der MwSt. Satz des Produktes verwendet.<br>Wenn Verkäufer und Käufer beide in der EU sind, und der Käufer ein Unternehen ist, dann wird ein MwSt. Satz von 0 verwendet. Ende der Regel.<br>In allen andere Fällen wird ein MwSt. Satz von 0 vorgeschlagen. Ende der Regel.
      -VATIsNotUsedDesc=Die vorgeschlagene USt. ist standardmäßig 0 für alle Fälle wie Stiftungen, Einzelpersonen oder Kleinunternehmen.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +BackToDictionaryList=Back to list of Dictionaries
      +TypeOfRevenueStamp=Art der Steuermarke
      +VATManagement=MwSt-Verwaltung
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Zweite Steuer nicht nutzen
      -LocalTax1IsUsedDesc=Benutzen sie eine zweite Art von Steuer (andere als Mehrwertsteuer)
      -LocalTax1IsNotUsedDesc=Benutzen sie keine andere Art von Steuer (anders als Mehrwertsteuer)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Zweite Steuer-Art
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Dritte Steuer nicht nutzen
      -LocalTax2IsUsedDesc=Benutzen Sie eine dritte Art von Steuer (anders als Mehrwertsteuer)
      -LocalTax2IsNotUsedDesc=Benutzen sie keine andere Art von Steuer (anders als Mehrwertsteuer)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Dritte Steuer-Art
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= Die RE Rate standardmäßig beim Erstellen Aussichten, Rechnungen, Bestellungen etc. folgen die aktive Standard-Regel: <br> Wenn te Käufer ist nicht unterworfen RE, RE standardmäßig = 0 ist. Ende der Regel. <br> Ist der Käufer unterzogen, um dann die RE RE standardmäßig. Ende der Regel. <br>
      -LocalTax1IsNotUsedDescES= Standardmäßig werden die vorgeschlagenen RE 0 ist. Ende der Regel.
      -LocalTax1IsUsedExampleES= In Spanien sind sie Profis unterliegen bestimmten Abschnitten der spanischen IAE.
      -LocalTax1IsNotUsedExampleES= In Spanien sind sie professionelle und Gesellschaften und vorbehaltlich bestimmter Abschnitte der spanischen IAE.
      -LocalTax2ManagementES= EKSt. Management
      -LocalTax2IsUsedDescES= Die RE Rate standardmäßig beim Erstellen Aussichten, Rechnungen, Bestellungen etc. folgen die aktive Standard-Regel: <br> Unterliegt der Verkäufer nicht IRPF, dann ist IRPF standardmäßig 0. Ende der Regel. <br> Ist der Verkäufer zur IRPF dann der Einkommenssteuer unterworfen standardmäßig. Ende der Regel. <br>
      -LocalTax2IsNotUsedDescES= Standardmäßig werden die vorgeschlagenen IRPF 0 ist. Ende der Regel.
      -LocalTax2IsUsedExampleES= In Spanien, Freiberufler und unabhängigen Fachleuten, die ihre Dienstleistungen und Unternehmen, die das Steuersystem von Modulen gewählt haben.
      -LocalTax2IsNotUsedExampleES= In Spanien sind dies Firmen, die nicht der Steuer-System aller Module unterliegen.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Standardmäßig werden die vorgeschlagenen RE 0 ist. Ende der Regel.
      +LocalTax1IsUsedExampleES=In Spanien sind sie Profis unterliegen bestimmten Abschnitten der spanischen IAE.
      +LocalTax1IsNotUsedExampleES=In Spanien sind sie professionelle und Gesellschaften und vorbehaltlich bestimmter Abschnitte der spanischen IAE.
      +LocalTax2ManagementES=EKSt. Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Standardmäßig werden die vorgeschlagenen IRPF 0 ist. Ende der Regel.
      +LocalTax2IsUsedExampleES=In Spanien, Freiberufler und unabhängigen Fachleuten, die ihre Dienstleistungen und Unternehmen, die das Steuersystem von Modulen gewählt haben.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Berichte über lokale Steuern
       CalcLocaltax1=Sales - Käufe
       CalcLocaltax1Desc=Lokale Steuer-Reports werden mit der Differenz von lokalen Verkaufs- und Einkaufs-Steuern berechnet
      @@ -958,7 +966,8 @@ CalcLocaltax3=Verkauf
       CalcLocaltax3Desc=Lokale Steuer-Reports sind die Summe der lokalen Steuern auf Verkäufe
       LabelUsedByDefault=Bezeichnung wird verwendet falls keine Übersetzung für den Code vorhanden ist.
       LabelOnDocuments=Bezeichnung auf Dokumenten
      -NbOfDays=Anzahl der Tage
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Am Ende des Monats
       CurrentNext=Aktueller/ Nächster
       Offset=Wertsprung
      @@ -984,7 +993,7 @@ DatabaseUser=DB Benutzername
       DatabasePassword=DB Passwort
       Tables=Tabellen
       TableName=Tabellenname
      -NbOfRecord=Anzahl der Einträge
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Treiber Typ
       SummarySystem=Zusammenfassung der Systeminformationen
      @@ -996,7 +1005,7 @@ Skin=grafische Oberfläche
       DefaultSkin=Standardvorlage grafische Oberfläche
       MaxSizeList=Maximale Listenlänge
       DefaultMaxSizeList=Voreinstellung maximale Anzahl Zeilen für Listen
      -DefaultMaxSizeShortList=Standard für maximale Länge bei kurzen Listen (z.B. Kundenkarte)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Nachricht des Tages
       MessageLogin=Nachricht auf der Anmeldeseite
       LoginPage=Anmeldeseite
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Ständiges Suchfeld auf der linken Seite
       DefaultLanguage=Standardsprache der Anwendung (Sprachcode)
       EnableMultilangInterface=Mehrsprachigkeit aktivieren
       EnableShowLogo=Logo über dem linken Menü anzeigen
      -CompanyInfo=Information über die Firma/Institution
      -CompanyIds=Firmen-/Stiftungs-IDs
      +CompanyInfo=Firma oder Institution
      +CompanyIds=Company/Organization identities
       CompanyName=Firmenname
       CompanyAddress=Firmenadresse
       CompanyZip=Postleitzahl
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Kontoinhaber %s
       BankModuleNotActive=Finanzkontenmodul nicht aktiv
       ShowBugTrackLink=Zeige Link  <strong>%s</strong>
       Alerts=Benachrichtigungen
      -DelaysOfToleranceBeforeWarning=Verzögerungstoleranz vor Warnung
      -DelaysOfToleranceDesc=Hier können Sie die Verspätungstoleranz einstellen, bevor eine Benachrichtigung auf dem Bildschirm für jedes verspätete Element mit dem Symbol %s ausgegeben wird.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Verzögerungstoleranz (in Tagen) vor Warnung für noch nicht erledigte geplante Ereignisse (Kalenderereignisse)
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Verzögerungstoleranz (in Tagen) vor Warnungen für nicht rechtzeitig geschlossene Projekte
      -Delays_MAIN_DELAY_TASKS_TODO=Verzögerungstoleranz (in Tagen) vor Warnung für noch nicht erledigte, geplante Aufgaben (Projektaufgaben)
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Verzögerungstoleranz (in Tagen) vor  Warnung für noch nicht bearbeitete Bestellungen
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Verzögerungstoleranz (in Tagen) vor  Warnung für abzuschließende Angebote
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Verzögerungstoleranz (in Tagen) vor Warnung für nicht in Rechnung gestellte Angebote
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Verzögerungstoleranz (in Tagen) vor Warnung für zu aktivierende Leistungen
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Verzögerungstoleranz (in Tagen) vor Warnung für überfällige Vertrags-Leistungen
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Verzögerungstoleranz (in Tagen) vor Benachrichtigung über unbezahlte Lieferantenrechnungen
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Verzögerungstoleranz (in Tagen) vor Benachrichtigung über unbezahlte Kundenrechnungen
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Verzögerungstoleranz (in Tagen) vor Benachrichtigung über Bankkontenabgleich
      -Delays_MAIN_DELAY_MEMBERS=Verzögerungstoleranz (in Tagen) vor Benachrichtigung über verspätete Mitgliedsbeiträge
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Verzögerungstoleranz (in Tagen) vor der Benachrichtigung über einzulösende Schecks
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Toleranz in Tagen vor der Benachrichtigung zur Genehmigung einer Spesenabrechnung
      -SetupDescription1=Die Einstellungsübersicht dient zum initialen Einrichten before mit der Verwendung von Dolibarr begonnen wird.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Andere Einträge verwalten optionale Parameter.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Protokollierte Ereignisse
       Audit=Protokoll
       InfoDolibarr=Über Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Hier können Sie die Protokollierungseinstellungen für sicherheits
       AreaForAdminOnly=Einstellungen können nur durch </b>Administratoren</b> verändert werden.
       SystemInfoDesc=Verschiedene systemrelevante, technische Informationen - Lesemodus und nur für Administratoren sichtbar.
       SystemAreaForAdminOnly=Dieser Bereich steht ausschließlich Administratoren zur Verfügung. Keine der Benutzerberechtigungen kann dies ändern.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      -AccountantFileNumber=File number
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
      +AccountantFileNumber=Dateinummer
       DisplayDesc=Hier können Sie die Oberfläche, sowie das allgemeine 'Look and Feel' des Systems anpassen
       AvailableModules=Verfügbare Module
       ToActivateModule=Zum Aktivieren von Modulen gehen Sie zu Start->Einstellungen->Module
       SessionTimeOut=Sitzungszeitbegrenzung
      -SessionExplanation=Dieser Wert garantiert, dass eine Sitzung nie vor Zeitablauf beendet wird. Die PHP-Sitzungsverwaltung garantiert jedoch nicht, dass eine Sitzung wirklich nach Ablauf dieser Zeit beendet wird. Hierzu kann es kommen, wenn ein System zur Sitzungscache-Bereinigung im Einsatz ist.<br>Hinweis: ohne spezielles System wird PHP die Sitzung nach etwa <b>%s/%s</b> beenden - allerdings erst nach dem Start einer anderen Sitzung.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Verfügbare Trigger
      -TriggersDesc=Trigger sind Dateien, die nach einem Kopieren in das Verzeichnis <b>htdocs/core/triggers</b> das Workflow-Verhalten des Systems beeinflussen. Diese stellen neue, mit Systemereignissen verbundene, Ereignisse dar (Neuer Partner angelegt, Rechnung freigegeben, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Trigger in dieser Datei sind durch das <b>-NORUN</b>-Suffix in ihrem Namen deaktiviert.
       TriggerDisabledAsModuleDisabled=Trigger in dieser Datei sind durch das übergeordnete Modul <b>%s</b> deaktiviert.
       TriggerAlwaysActive=Trigger in dieser Datei sind unabhängig der Modulkonfiguration immer aktiviert.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Alle Standardwerte einfügen. Sie können eigene Werte zu den Sta
       ConstDesc=Diese Seite erlaubt es alle anderen Parameter einzustellen, die auf den vorherigen Seiten nicht verfügbar sind. Dies sind meist reservierte Parameter für Entwickler oder für die erweiterte Fehlersuche. Für eine Liste von Optionen <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank"> hier überprüfen </a>.
       MiscellaneousDesc=Alle anderen sicherheitsrelevanten Parameter werden hier eingestellt.
       LimitsSetup=Limits und Genauigkeit Einstellungen
      -LimitsDesc=Hier können Sie Grenzwerte, Genauigkeitseinstellungen und das Rundungsverhalten einstellen.
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Dezimalstellen max. für Stückpreise
       MAIN_MAX_DECIMALS_TOT=Dezimalstellen max. für Gesamtsummen
       MAIN_MAX_DECIMALS_SHOWN=Dezimalstellen max. für auf dem Bildschirm angezeigte Preise (Fügen Sie <b>...</b> nach dieser Nummer ein, wenn Sie <b>...</b> sehen wollen, falls ein Bildschirmpreis abgeschnitten wurde.
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Nettostückpreis
       TotalPriceAfterRounding=Gesamtpreis (Netto/USt./Brutto) gerundet
       ParameterActiveForNextInputOnly=Die Einstellungen werden erst bei der nächsten Eingabe wirksam
       NoEventOrNoAuditSetup=Keine sicherheitsrelevanten Protokollereignisse. Überprüfen Sie die Aktivierung dieser Funktionen unter 'Einstellungen-Sicherheit-Protokoll'.
      -NoEventFoundWithCriteria=Kein sicherheitsrelevantes Protokollereignis zu Ihren Suchkriterien gefunden
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Lokale sendmail-Einstellungen anzeigen
       BackupDesc=Um eine vollständige Systemsicherung durchzuführen müssen Sie:
       BackupDesc2=Sichern des Dokumenten-Verzeichnis (<b>%s</b>;) welches alle hochgeladenen und erzeugten Dateien enthält (dies beinhaltet alle Dump-Dateien die in Schritt 1 erzeugt wurden).
      -BackupDesc3=Sicherung der Datenbank  (<b>%s</b>) über Dump-Befehl anlegen. Dafür können Sie folgende Assistenten verwenden.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Bewahren Sie die archivierten Verzeichnisse an einem sicheren Ort auf.
       BackupDescY=Bewahren Sie den Datenbank-Dump an einem sicheren Ort auf.
      -BackupPHPWarning=Datensicherung kann mit dieser Methode nicht garantiert werden. Bevorzugen Sie die vorherige.
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Um eine Systemsicherung wiederherzustellen, müssen Sie:
      -RestoreDesc2=Wiederherstellung der Archivdatei des Dokumentenverzeichnis (zum Beispiel zip-Datei) um den Datei-Baum im Dokumentenverzeichnis einer neuen Dolibarr Installation oder in ein bestehendes Dolibarr Verzeichnis (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=* Die Datenbanksicherung aus dem Dump in eine neue Dolibarr-Installation oder das bestehende System (<b>%s</b>) zurückspielen. Achtung: Nach Beendigung dieses Vorganges müssen Sie sich mit dem Benutzernamen/Passwort-Paar zum Zeitpunkt der Sicherung am System anmelden. Zur Wiederherstellung der Datenbank steht Ihnen der folgende Assistent zur Verfügung:
       RestoreMySQL=MySQL Import
       ForcedToByAModule= Diese Regel wird <b>%s</b> durch ein aktiviertes Modul aufgezwungen
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Diesen Befehl müssen Sie auf d
       YourPHPDoesNotHaveSSLSupport=Ihre PHP-Konfiguration unterstützt keine SSL-Verschlüsselung
       DownloadMoreSkins=Weitere grafische Oberflächen herunterladen
       SimpleNumRefModelDesc=Liefere eine Nummer im Format %syymm-nnnn zurück, wobei YY für das Jahr, MM für das Monat und nnnn für eine 4-stellige, nicht unterbrochene Zahlensequenz steht
      -ShowProfIdInAddress=Zeige professionnal ID mit Adressen auf Dokumente
      -ShowVATIntaInAddress=Ausblenden UID Nummer in Adressen auf Dokumenten.
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Teilweise Übersetzung
      -MAIN_DISABLE_METEO=Deaktivere Wetteransicht
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standart Modus
       MeteoStdModEnabled=Standardmodus aktiviert
       MeteoPercentageMod=Prozentmodus
       MeteoPercentageModEnabled=Prozentmodus aktiviert
       MeteoUseMod=Ancklicken um %s zu verwenden
       TestLoginToAPI=Testen Sie sich anmelden, um API
      -ProxyDesc=Einige Features von Dolibarr müssen einen Internet-Zugang zu Arbeit haben. Definieren Sie hier Parameter für diese. Wenn die Dolibarr Server hinter einem Proxy-Server, erzählt jene Parameter Dolibarr wie man Internet über ihn zugreifen.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Externer Zugriff
       MAIN_PROXY_USE=Verwenden Sie einen Proxy-Server (sonst direkten Zugang zum Internet)
       MAIN_PROXY_HOST=Name / Anschrift des Proxy-Servers
       MAIN_PROXY_PORT=Port of Proxy-Server
       MAIN_PROXY_USER=Passwort an, um den Proxy-Server verwenden
       MAIN_PROXY_PASS=Kennwort ein, um den Proxy-Server verwenden
      -DefineHereComplementaryAttributes=Definieren Sie hier alle Attribute, die nicht standardmäßig vorhanden sind, und in %s unterstützt werden sollen.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Ergänzende Attribute
       ExtraFieldsLines=Ergänzende Attribute (Zeilen)
       ExtraFieldsLinesRec=Zusätzliche Attribute (Rechnungsvorlage, Zeilen)
       ExtraFieldsSupplierOrdersLines=Ergänzende Attribute (in Bestellposition)
       ExtraFieldsSupplierInvoicesLines=Ergänzende Attribute (in Rechnungszeile)
       ExtraFieldsThirdParties=Ergänzende Attribute (Partner)
      -ExtraFieldsContacts=Ergänzende Attribute (Kontakt)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Ergänzende Attribute (Mitglied)
       ExtraFieldsMemberType=Ergänzende Attribute (Mitglied)
       ExtraFieldsCustomerInvoices=Ergänzende Attribute (Rechnungen)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=nur Kleinbuchstaben und Zahlen, keine Leerzeich
       SendmailOptionNotComplete=Achtung: Auf einigen Linux-Systemen muss die Einrichtung von sendmail die Option -ba ethalten, um E-Mail versenden zu können (Parameter mail.force_extra_parameters in der php.ini-Datei). Wenn einige Empfänger niemals E-Mails erhalten, verändern Sie den PHP Parameter folgendermaßen mail.force_extra_parameters =-ba.
       PathToDocuments=Dokumentenpfad
       PathDirectory=Verzeichnispfad
      -SendmailOptionMayHurtBuggedMTA=Feature-Mails mit der Methode "PHP mail direkt" senden generiert eine Mail-Nachricht, die nicht korrekt möglicherweise von einigen Mail-Servern empfangen analysiert werden. Ergebnis ist, dass manche Mails nicht von Menschen, die von thoose abgehört Plattformen gehostet gelesen werden. Es ist bei einigen Internet-Providern (Ex: Orange in Frankreich). Dies ist nicht ein Problem in Dolibarr noch in PHP aber auf empfangende Mail-Server. Sie können jedoch hinzuzufügen MAIN_FIX_FOR_BUGGED_MTA Option auf 1 in die Setup - andere zu Dolibarr ändern, um dies zu vermeiden. Sie können jedoch Probleme mit anderen Servern, dass die Achtung streng dem SMTP-Standard zu erleben. Die andere Lösung (empfohlen) ist es, die Methode "SMTP-Socket-Bibliothek", die keine Nachteile hat benutzen.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Konfiguration der Übersetzung
       TranslationKeySearch=Übersetzungsschlüssel oder -Zeichenkette suchen
       TranslationOverwriteKey=Überschreiben der Übersetzung
      -TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
      +TranslationDesc=Wie die angezeigte Sprache gewählt wird <br>*Systemweit: Menu <strong>Start - Einstellungen - Anzeige</strong><br>* Pro Benutzer: <strong>Benutzeroberfläche</strong>-Registerkarte der Benutzerkarte (Klicken Sie auf den Benutzernamen am oberen Bildschirmrand).
       TranslationOverwriteDesc=Sie können Zeichenketten durch Füllen der folgenden Tabelle überschreiben. Wählen Sie Ihre Sprache aus dem "%s" Drop-Down und tragen Sie den Schlüssel in "%s" und Ihre neue Übersetzung in "%s" ein.
      -TranslationOverwriteDesc2=Sie können die andere Registerkarte verwenden, um Ihnen zu helfen, den Übersetzungsschlüssel zu verwenden
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Übersetzung Zeichenkette
       CurrentTranslationString=Aktuelle Übersetzung
       WarningAtLeastKeyOrTranslationRequired=Es sind mindestens ein Suchkriterium erforderlich für eine Schlüssel- oder Übersetzungszeichenfolge
       NewTranslationStringToShow=Neue Übersetzungen anzeigen
       OriginalValueWas=Original-Übersetzung überschrieben. Der frühere Wert war:<br><br>%s
      -TransKeyWithoutOriginalValue=Sie haben den Überstzungsschlüssel '<strong>%s</strong>' erstellt, der in keiner Sprachdatei existiert.
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Aktivierte Anwendungen/Module: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Sie müssen mindestens 1 Modul aktivieren
      -ClassNotFoundIntoPathWarning=Klasse %s nicht innerhalb PHP-Pfad gefunden
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Ja im Sommer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Hinweis: Nur die folgenden Module sind für externe Nutzer verfügbar (unabhängig von der Berechtigung dieser Benutzer), und das auch nur, wenn die Rechte zugeteilt wurden:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sitzungsspeicher durch Suhosin verschlüsselt
       ConditionIsCurrently=Einstellung ist aktuell %s
      -YouUseBestDriver=Sie verwenden den Treiber %s, dies ist derzeit der beste verfügbare.
      -YouDoNotUseBestDriver=Sie verwenden Treiber %s, aber der Treiber %s wird empfohlen.
      -NbOfProductIsLowerThanNoPb=Sie haben nur %s Produkte/Leistungen in der Datenbank. Daher ist keine bestimmte Optimierung erforderlich.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Such Optimierung
      -YouHaveXProductUseSearchOptim=Sie haben %s Produkte/Leistungen in die Datenbank. Sie sollten die Konstante PRODUCT_DONOTSEARCH_ANYWHERE auf 1 unter  Start-Einstellungen-Andere Einstellungen hinzufügen, wodurch das Suchlimit in der Datenbank von  Anfang des Strings möglich gemacht wird,  und der Index verwendet wird, dadurch sollten sie sofort Antwort auf Ihre suche bekommen.
      -BrowserIsOK=Sie benutzen den Webbrowser %s. Dieser ist hinsichtlich Sicherheit und Leistung ok.
      -BrowserIsKO=Sie benutzen den Webbrowser %s. Dieser ist bekannt für Sicherheitsprobleme, schlechte Leistung und Zuverlässigkeit. Wir empfehlen Ihnen, Firefox, Chrome, Opera oder Safari zu nutzen.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug installiert.
       XCacheInstalled=XCache installiert.
      -AddRefInList=Darstellung Kunden- /Lieferanten- Nr. in Listen (Listbox oder ComboBox) und die meisten von Hyperlinks. Partner erscheinen mit dem namen "CC12345 - SC45678 - Grosse Firma AG" anstelle von "Grosse Firma AG".
      -AskForPreferredShippingMethod=Bervorzugte Liefermethode für Partner fragen
      +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 shipping method for Third Parties.
       FieldEdition=Bearbeitung von Feld %s
       FillThisOnlyIfRequired=Beispiel: +2 (nur ausfüllen, wenn Sie Probleme mit der Zeitzone haben)
       GetBarCode=Erhalten Sie einen Barcode
       ##### Module password generation
       PasswordGenerationStandard=Generiere ein Passwort nach dem internen Systemalgorithmus: 8 Zeichen, Zahlen und Kleinbuchstaben.
      -PasswordGenerationNone=Schlagen Sie kein generiertes Passwort vor. Passwörter sollten manuell eingegeben werden.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Ein Passwort entsprechend der persönlich definierten Konfiguration zurückgeben.
       SetupPerso=Nach Ihrer Konfiguration
       PasswordPatternDesc=Beschreibung für Passwortmuster
      @@ -1195,30 +1205,31 @@ UserMailRequired=Für das Erstellen eines neuen Benutzers ist dessen E-Mail-Adre
       HRMSetup=PV Modul Einstellungen
       ##### Company setup #####
       CompanySetup=Unternehmenseinstellungen
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Die Funktion der E-Mail-Benachrichtigung erlaubt Ihnen den stillen und automatischen Versand von E-Mails zu einigen Dolibarr-Ereignissen. Folgende Ziele können definiert werden:
       NotificationsDescUser=* pro Benutzer, ein Benutzer pro mal
      -NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
      +NotificationsDescContact=* pro Partnerkontakte (Kunden oder Lieferanten), ein Kontakt pro mal
       NotificationsDescGlobal=* oder duch setzten der globalen E-Mailziele im Modulsetup
      -ModelModules=Dokumentvorlagenmodul
      -DocumentModelOdt=Erstellen von Dokumentvorlagen im OpenDocuments-Format (.odt- oder .ods-Dateien für OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Wasserzeichen auf Entwurf
       JSOnPaimentBill=Feature aktivieren, um Zahlungs-Zeilen in Zahlungs-Formularen automatisch zu füllen
      -CompanyIdProfChecker=Regeln für Identifikationsnummern
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Muss es eindeutig sein ?
      -MustBeMandatory=Erforderlich zur Anlage von Partnern ?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Erforderlich, um Rechnungen freizugeben ?
       TechnicalServicesProvided=Technische Unterstützung durch
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      -WebDavServer=Root URL of %s server : %s
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
      +WebDavServer=Root URL von %s Server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Ein Eportlink für das Format <b>%s</b> findet sich unter folgendem Link: %s
       ##### Invoices #####
       BillsSetup=Rechnungsmoduleinstellungen
       BillsNumberingModule=Rechnungs- und Gutschriftsnumerierungsmodul
       BillsPDFModules=PDF-Rechnungsvorlagen
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Zahlungsvorlagen
       CreditNote=Gutschrift
       CreditNotes=Gutschriften
      @@ -1239,15 +1250,15 @@ FreeLegalTextOnProposal=Freier Rechtstext auf Angeboten
       WatermarkOnDraftProposal=Wasserzeichen auf Angebots-Entwurf (keines, falls leer)
       BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Fragen Sie nach dem Bankkonto bei einem Angebot
       ##### SupplierProposal #####
      -SupplierProposalSetup=Price requests vendors module setup
      -SupplierProposalNumberingModules=Price requests vendors numbering models
      -SupplierProposalPDFModules=Price requests vendors documents models
      -FreeLegalTextOnSupplierProposal=Free text on price requests vendors
      -WatermarkOnDraftSupplierProposal=Watermark on draft price requests vendors (none if empty)
      +SupplierProposalSetup=Einrichtung des Moduls für Preisanfragen bei Lieferanten
      +SupplierProposalNumberingModules=Modell zu Numerierung von Preisanfragen für Lieferanten
      +SupplierProposalPDFModules=Modell für Dokumente von Preisanfragen für Lieferanten
      +FreeLegalTextOnSupplierProposal=Freier Text auf Preisanfragen bei Lieferanten
      +WatermarkOnDraftSupplierProposal=Wasserzeichen auf vorbereiteten Preisanfrage für Lieferanten (leerlassen für kein Wasserzeichen)
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Frage nach Bankkonto für Preisanfragen
       WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Frage nach Lager für Aufträge
       ##### Suppliers Orders #####
      -BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Ask for bank account destination of purchase order
      +BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Frage nach der Ziel-Bankverbindung der Lieferantenbestellung
       ##### Orders #####
       OrdersSetup=Bestellverwaltungseinstellungen
       OrdersNumberingModules=Bestellnumerierungs-Module
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Verwalten Sie eine Anmeldung für jedes Mitglied
       AdherentMailRequired=Für das Anlegen eines neuen Mitglieds ist eine E-Mail-Adresse erforderlich
       MemberSendInformationByMailByDefault=Das Kontrollkästchen für den automatischen Mail-Bestätigungsversand an Mitglieder (bei Freigabe oder neuem Abonnement) ist standardmäßig aktiviert
       VisitorCanChooseItsPaymentMode=Besucher können zwischen den verfügbaren Zahlungsarten wählen
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP-Einstellungen
       LDAPGlobalParameters=Globale LDAP-Parameter
      @@ -1292,7 +1304,7 @@ LDAPSynchronizeUsers=dolibarr-Benutzer mit LDAP synchronisieren
       LDAPSynchronizeGroups=dolibarr-Gruppen mit LDAP synchronisieren
       LDAPSynchronizeContacts=dolibarr-Kontakte mit LDAP synchronisieren
       LDAPSynchronizeMembers=dolibarr-Stiftungsmitglieder mit LDAP synchronisieren
      -LDAPSynchronizeMembersTypes=Organization of foundation's members types in LDAP
      +LDAPSynchronizeMembersTypes=Verwalten der Mitgliedsarten via LDAP
       LDAPPrimaryServer=Primärer LDAP-Server
       LDAPSecondaryServer=Sekundärer LDAP-Server
       LDAPServerPort=Server-Port
      @@ -1346,7 +1358,7 @@ LDAPSynchroKO=Synchronisationstest fehlgeschlagen
       LDAPSynchroKOMayBePermissions=Synchronisationstest fehlgeschlagen. Überprüfen Sie die richtige Konfiguration der Serververbindung und die Erlaubnis für LDAP-Updates
       LDAPTCPConnectOK=TCP-Verbindung zum LDAP-Server erfolgreich (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP-Verbindung zum LDAP-Server fehlgeschlagen (Server= %s, Port= %s)
      -LDAPBindOK=Verbindung/Authentifizierung am LDAP-Server erfolgreich (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPBindKO=Verbindung/Authentifizierung am LDAP-Server fehlgeschlagen (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-Server für Version 3 konfiguriert
       LDAPSetupForVersion2=LDAP-Server für Version 2 konfiguriert
      @@ -1405,7 +1417,7 @@ LDAPDescContact=Auf dieser Seite definieren Sie die LDAP-Attribute im LDAP-Baum
       LDAPDescUsers=Auf dieser Seite definieren Sie die LDAP-Attribute im LDAP-Baum für jeden Datensatz zu dolibarr-Benutzern.
       LDAPDescGroups=Auf dieser Seite definieren Sie die LDAP-Attribute im LDAP-Baum für jeden Datensatz zu dolibarr-Gruppen.
       LDAPDescMembers=Auf dieser Seite definieren Sie die LDAP-Attribute im LDAP-Baum für jeden Datensatz zu dolibarr-Mitgliedern.
      -LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr members types.
      +LDAPDescMembersTypes=Auf dieser Seiten kann man die LDAP Attributnamen aus dem LDAP System für alle Daten im Dolibarr System einstellen.
       LDAPDescValues=Die Beispielwerte für <b>OpenLDAP</b> verfügen über folgende Muster: <b>core.schema, cosine.schema, inetorgperson.schema</b>. Wenn Sie diese Werte für OpenLDAP verwenden möchten, passen Sie bitte die LDAP-Konfigurationsdatei <b>slapd.conf</b> entsprechend an, damit all diese Muster geladen werden.
       ForANonAnonymousAccess=Für einen authentifizierten Zugang (z.B. für Schreibzugriff)
       PerfDolibarr=Leistungs-Einstellungen/Optimierungsreport
      @@ -1433,6 +1445,7 @@ DefaultCreateForm=Vorgabewerte für neue Einträge
       DefaultSearchFilters=Standard Suchfilter
       DefaultSortOrder=Standardsortierreihenfolge
       DefaultFocus=Standardfokusfeld
      +DefaultMandatory=Formularfelder die ausgefüllt werden müssen
       ##### Products #####
       ProductSetup=Produktmoduleinstellungen
       ServiceSetup=Modul Leistungen - Einstellungen
      @@ -1441,7 +1454,7 @@ NumberOfProductShowInSelect=Max. Anzahl der Produkte in Mehrfachauswahllisten (0
       ViewProductDescInFormAbility=Anzeige der Produktbeschreibungen in Formularen (sonst als ToolTip-  Popup)
       MergePropalProductCard=Aktivieren einer Option unter Produkte/Leistungen  Registerkarte verknüpfte Dateien, um Produkt-PDF-Dokumente um Angebots PDF azur zusammenzuführen, wenn Produkte/Leistungen in dem Angebot sind.
       ViewProductDescInThirdpartyLanguageAbility=Anzeige der Produktbeschreibungen in der Sprache des Partners
      -UseSearchToSelectProductTooltip=Wenn Sie eine große Anzahl von Produkten (> 100.000) haben, können Sie die Geschwindigkeit verbessern, indem Sie in Einstellungen -> Andere die Konstante PRODUCT_DONOTSEARCH_ANYWHERE auf 1 setzen. Die Suche startet dann am Beginn des Strings.
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectProduct=Warte auf Tastendruck, bevor der Inhalt der Produkt-Combo-Liste geladen wird (Dies kann die Leistung verbessern, wenn Sie eine große Anzahl von Produkten haben).
       SetDefaultBarcodeTypeProducts=Standard-Barcode-Typ für Produkte
       SetDefaultBarcodeTypeThirdParties=Standard-Barcode-Typ für Partner
      @@ -1458,9 +1471,9 @@ SyslogFilename=Dateiname und-pfad
       YouCanUseDOL_DATA_ROOT=Sie können DOL_DATA_ROOT/dolibarr.log als Protokolldatei in Ihrem Dokumentenverzeichnis verwenden. Bei Bedarf können Sie auch den Pfad der Datei anpassen.
       ErrorUnknownSyslogConstant=Konstante %s ist nicht als Protokoll-Konstante definiert
       OnlyWindowsLOG_USER=Windows unterstützt nur LOG_USER
      -CompressSyslogs=Compression and backup of debug log files (generated by module Log for debug)
      -SyslogFileNumberOfSaves=Log backups
      -ConfigureCleaningCronjobToSetFrequencyOfSaves=Configure cleaning scheduled job to set log backup frequency
      +CompressSyslogs=Komprimierung von Datensicherung- und Debuglogs (Generiert durch das Logmodul)
      +SyslogFileNumberOfSaves=Backuplogs
      +ConfigureCleaningCronjobToSetFrequencyOfSaves=Konfigurieren Sie einen geplanten Job um die Logbackups zu automatisieren
       ##### Donations #####
       DonationsSetup=Spendenmoduleinstellungen
       DonationsReceiptModel=Vorlage für Spendenquittungen
      @@ -1525,8 +1538,8 @@ OSCommerceTestOk=Verbindung zum Server '%s' für Datenbank '%s' mit Benutzer '%s
       OSCommerceTestKo1=Verbindung zum Server '%s' erfolgreich, aber Datenbank '%s' konnte nicht erreicht werden.
       OSCommerceTestKo2=Verbindung zum Server '%s' mit dem Benutzer '%s' fehlgeschlagen.
       ##### Stock #####
      -StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Wenn Sie ein Point of Sale-Modul (POS-Modul Standard oder andere externe POS-Module) verwenden, kann diese Einstellung von Ihrem Point Of Sale-Modul übersteuert werden. \nDie meisten POS -Module wurden entwickelt, um sofort eine Rechnung zu erstellen und das Lager standardmäßig zu verringern, egal welche Optionen hier ausgewählt wurde. \nAlso, wenn Sie während einem Verkauf einen Lagerabgang in Ihrem Point of Sale möchten oder nicht, so müssen sie auch die Konfiguration des POS-Modules überprüfen.
      +StockSetup=Warenlager-Modul Einstellungen
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menü gelöscht
       Menus=Menüs
      @@ -1561,9 +1574,9 @@ OptionVATDefault=Standardbasis
       OptionVATDebitOption=Rückstellungsbasis
       OptionVatDefaultDesc=Mehrwertsteuerschuld entsteht: <br>- Bei Lieferung/Zahlung für Waren<br>- Bei Zahlung für Leistungen
       OptionVatDebitOptionDesc=Mehrwertsteuerschuld entsteht: <br>- Bei Lieferung/Zahlung für Waren<br>- Bei Rechnungslegung (Lastschrift) für Dienstleistungen
      -OptionPaymentForProductAndServices=Cash basis for products and services
      -OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Standardmäßiger Zeitpunkt der USt.-Fälligkeit in Abhängigkeit zur derzeit gewählten Option:
      +OptionPaymentForProductAndServices=Cashbasis für Produkte und Dienstleistungen
      +OptionPaymentForProductAndServicesDesc=USt is fällig: <br>- Bei Bezahlung von Waren<br>- Bei Bezahlung von Dienstleistungen
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Bei Lieferung
       OnPayment=Bei Zahlung
       OnInvoice=Bei Rechnungslegung
      @@ -1580,13 +1593,13 @@ AccountancyCodeBuy=Einkaufskonto-Code
       AgendaSetup=Aufgaben/Termine-Modul Einstellungen
       PasswordTogetVCalExport=Passwort für den VCal-Export
       PastDelayVCalExport=Keine Termine exportieren die älter sind als
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Diesen Standardwert automatisch als Ereignistyp im  Ereignis Erstell-Formular verwenden.
      -AGENDA_DEFAULT_FILTER_TYPE=Diesen Ereignistyp automatisch in den Suchfilter für die Agenda-Ansicht übernehmen
      -AGENDA_DEFAULT_FILTER_STATUS=Diesen Ereignisstatus automatisch in den Suchfilter für die Agenda-Ansicht übernehmen
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Welchen Reiter möchten Sie beim Öffnen der Agenda automatisch anzeigen
      -AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_EMAIL=Aktiviere Terminbenachrichtigungen <b>via E-Mail</b> (Die Benachrichtigungszeit/Frequenz kann auf dem jeweiligen Termin eingestellt werden). Info: Modul <strong>%s</strong> muss aktiviert und richtig konfiguriert sein, damit die Erinnerungen korrekt versendet werden können.
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Aktiviere Tonbenachrichtigung
       AGENDA_SHOW_LINKED_OBJECT=Verknüpfte Objekte in Agenda anzeigen
       ##### Clicktodial #####
      @@ -1606,7 +1619,7 @@ CashDeskDoNotDecreaseStock=Deaktiviere Lagerabgangsbuchung wenn ein Verkauf auf
       CashDeskIdWareHouse=Lager für Entnahmen festlegen und und erzwingen
       StockDecreaseForPointOfSaleDisabled=Lagerrückgang bei Verwendung von Point of Sale deaktiviert
       StockDecreaseForPointOfSaleDisabledbyBatch=Lagerrückgang in POS-Modul ist noch nicht mit dem Chargen- /Seriennummern Management kompatibel.
      -CashDeskYouDidNotDisableStockDecease=Sie haben die Reduzierung der Lagerbestände nicht deaktiviert, wenn Sie einen Verkauf auf dem  POS durchführen.\nAuch ist ein Lager/Standort notwendig.
      +CashDeskYouDidNotDisableStockDecease=Sie haben die Reduzierung der Lagerbestände nicht deaktiviert, wenn Sie einen Verkauf auf dem  Point of Sale durchführen.\nAuch ist ein Lager/Standort notwendig.
       ##### Bookmark #####
       BookmarkSetup=Favoriten-Moduleinstellungen
       BookmarkDesc=Dieses Modul ermöglicht die Verwaltung von Favoriten. Außerdem können Sie hiermit Verknüpfungen zu internen und externen Seiten im linken Menü anlegen.
      @@ -1637,8 +1650,8 @@ ChequeReceiptsNumberingModule=Checknummerierungsmodul
       MultiCompanySetup=Einstellungen des Modul Mandanten
       ##### Suppliers #####
       SuppliersSetup=Lieferantenmoduleinstellungen
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      -SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
      +SuppliersCommandModel=Vollständige Vorlage für Lieferantenbestellungen (Logo, ...)
      +SuppliersInvoiceModel=Vollständige Vorlage der Lieferantenrechnung (logo. ..)
       SuppliersInvoiceNumberingModel=Lieferantenrechnungen Zähl-Modell
       IfSetToYesDontForgetPermission=Wenn auf Ja gesetzt, vergessen Sie nicht, die Berechtigungen den dafür erlaubten Gruppen oder Benutzern auch das Recht für die zweite Zustimmung zu geben.
       ##### GeoIPMaxmind #####
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekteinstellungenmodul
       ProjectsModelModule=Projektvorlagenmodul
       TasksNumberingModules=Modul zur Numerierung von Aufgaben
       TaskModelModule=Vorlage für Arbeitsberichte
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Warte auf Tastendruck, bevor der Inhalt der Partner-Combo-Liste geladen wirdv<br> (Dies kann die Leistung verbessern, wenn Sie eine große Anzahl von Partnern haben, verschlechtert aber die Nutzungsfreundlichkeit).
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Buchhaltungs Perioden
      @@ -1675,12 +1688,12 @@ NoAmbiCaracAutoGeneration=Verwende keine mehrdeutigen Zeichen ("1", "l", "i", "|
       SalariesSetup=Einstellungen des Gehaltsmodul
       SortOrder=Sortierreihenfolge
       Format=Format
      -TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and vendors payment type
      +TypePaymentDesc=0:Kundenzahlungsart, 1:Lieferantenzahlungsart, 2:Sowohl Kunden- als auch Lieferanten-Zahlungsart
       IncludePath=Include-Pfad (in Variable '%s' definiert)
       ExpenseReportsSetup=Einstellungen des Moduls Spesenabrechnung
       TemplatePDFExpenseReports=Dokumentvorlagen zur Erstellung einer Spesenabrechnung
       ExpenseReportsIkSetup=Einstellungen des Spesenmoduls - Meilenindex
      -ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
      +ExpenseReportsRulesSetup=Setup des Moduls Spesen - Regeln
       ExpenseReportNumberingModules=Nummerierung Spesenabrechnungen
       NoModueToManageStockIncrease=Kein Modul zur automatische Bestandserhöhung ist aktiviert. Lager Bestandserhöhung kann nur durch manuelle Eingabe erfolgen.
       YouMayFindNotificationsFeaturesIntoModuleNotification=Sie können Optionen für E-Mail-Benachrichtigungen von Aktivierung und Konfiguration des Moduls "Benachrichtigung" finden.
      @@ -1688,7 +1701,7 @@ ListOfNotificationsPerUser=Liste der Benachrichtigungen nach Benutzer*
       ListOfNotificationsPerUserOrContact=Liste der Benachrichtigungen nach Benutzer oder Kontakt**
       ListOfFixedNotifications=Liste von ausbesserten Benachrichtigungen
       GoOntoUserCardToAddMore=Gehen Sie auf die Registerkarte "Hinweise" eines Benutzers, um Benachrichtigungen für Benutzer zu erstellen/entfernen
      -GoOntoContactCardToAddMore=Gehen Sie auf die Registerkarte "Hinweise" des Partners, um Hinweise für Kontakte/Adressen zu erstellen oder zu entfernen
      +GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contact addresses
       Threshold=Schwellenwert
       BackupDumpWizard=Assistenten zum erstellen der Datenbank-Backup Dump-Datei
       SomethingMakeInstallFromWebNotPossible=Die Installation von dem externen Modul ist aus folgenden Gründen vom Web-Interface nicht möglich:
      @@ -1697,7 +1710,8 @@ InstallModuleFromWebHasBeenDisabledByFile=Installieren von externen Modul aus de
       ConfFileMustContainCustom=Um ein externes Modul zu erstellen oder installieren, müssen die Dateien im Verzeichnis <strong>%s</strong> gespeichert werden. Damit dieses Verzeichnis durch Dolibarr verwendet wird, muss in den Einstellungen <strong>conf/conf.php</strong> die folgenden beiden Zeilen hinzugefügt werden:<br><strong>$dolibarr_main_url_root_alt='/custom';</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong>
       HighlightLinesOnMouseHover=Zeilen hervorheben bei Mouseover
       HighlightLinesColor=Farbe der Zeile hervorheben, wenn die Maus darüberfährt (leer lassen, um den Effekt zu deaktivieren)
      -TextTitleColor=Text color of Page title
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
      +TextTitleColor=Farbe des Seitenkopfs
       LinkColor=Farbe für Hyperlinks
       PressF5AfterChangingThis=Drücken Sie CTRL+F5 auf der Tastatur oder löschen Sie Ihren Browser-Cache, nachdem dem Sie diesen Wert geändert haben, damit die Änderung wirksam wird
       NotSupportedByAllThemes=Funktioniert mit dem Standard-Designvorlagen: wird möglicherweise nicht von externen Designvorlagen unterstützt
      @@ -1706,22 +1720,22 @@ TopMenuBackgroundColor=Hintergrundfarbe für Hauptmenü
       TopMenuDisableImages=Symbole im oberen Menü ausblenden.
       LeftMenuBackgroundColor=Hintergrundfarbe für Menü Links
       BackgroundTableTitleColor=Hintergrundfarbe für Titelzeilen in Tabellen
      -BackgroundTableTitleTextColor=Text color for Table title line
      +BackgroundTableTitleTextColor=Textfarbe für Tabellen Titelzeile
       BackgroundTableLineOddColor=Hintergrundfarbe für ungerade Tabellenzeilen
       BackgroundTableLineEvenColor=Hintergrundfarbe für gerade Tabellenzeilen
       MinimumNoticePeriod=Kündigungsfrist (Ihre Kündigung muss vor dieser Zeit erfolgen)
       NbAddedAutomatically=Anzahl Tage die den Benutzern jeden Monat (automatisch) hinzuaddiert werden
       EnterAnyCode=Dieses Feld enthält eine Referenz um die Zeile zu identifizieren. Geben Sie einen beliebigen Wert ohne Sonderzeichen ein.
      -UnicodeCurrency=Fügen sie zwischen den eckigen Klammern die Unicode Zeichenwerte für das Währungssymbol ein. Beispiele: Für $ den Wert [36], für brasilianische Real R$ [82,36], für € den Wert [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=Die RGB Farben sind im Hexformat, zB. FF0000
       PositionIntoComboList=Zeilenposition in der Combo-Listen
       SellTaxRate=Mehrwertsteuersatz
       RecuperableOnly=Ja für USt. "Wahrgenommene nicht Erstattungsfähig" für einige Regionen in Frankreich. Nein für alle anderen Fälle.
       UrlTrackingDesc=Falls der Liefer- bzw. Transportdienst eine Website für die Statusüberprüfung anbietet, kann die URL hier angegeben werden. Sie können die Zeichenfolge {TRACKID}  in URL-Parameter verwenden,  damit das System den Wert von Tracking-Nummer des Benutzers in die Lieferkarte ersetzen kann.
      -OpportunityPercent=Wenn Sie eine Verkaufschance erfassen, wird ein geschätzter Betrag an einem Projekt / Lead definiert. Entsprechend der Chance kann diese Menge durch diese Rate multipliziert werden, um die Gesamtmenge, die alle ihre Möglichkeiten erzeugen, generieren kann. Ist der Prozentwert (zwischen 0 und 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=Diese Vorlage gehört zu diesem Element
       TypeOfTemplate=Type der Vorlage
      -TemplateIsVisibleByOwnerOnly=Vorlage ist nur vom Besitzer sichtbar
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Überall sichtbar
       VisibleNowhere=Nirgendwo sichtbar
       FixTZ=Zeitzonen-Korrektur
      @@ -1734,23 +1748,23 @@ MailToSendOrder=Kundenaufträge
       MailToSendInvoice=Kundenrechnungen
       MailToSendShipment=Lieferungen
       MailToSendIntervention=Serviceaufträge
      -MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierRequestForQuotation=Offertanfrage
      +MailToSendSupplierOrder=Lieferantenbestellungen
      +MailToSendSupplierInvoice=Lieferantenrechnungen
       MailToSendContract=Verträge
       MailToThirdparty=Partner
       MailToMember=Mitglieder
       MailToUser=Benutzer
      -MailToProject=Projects page
      +MailToProject=Projektseiten
       ByDefaultInList=Standardanzeige als Listenansicht
       YouUseLastStableVersion=Sie verwenden die letzte stabile Version
       TitleExampleForMajorRelease=Beispielnachricht, die Sie nutzen können, um eine Hauptversion anzukündigen. Sie können diese auf Ihrer Website verwenden.
       TitleExampleForMaintenanceRelease=Beispielnachricht, die Sie nutzen können, um ein Wartungsupdate anzukündigen. Sie können diese auf Ihrer Website verwenden.
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s ist verfügbar. Version %s ist eine Hauptversion mit vielen neuen Features für Benutzer und Entwickler. Sie können die Version aus dem Downloadbereich des Portals http://www.dolibarr.org laden (Unterverzeichnis "stabile Versionen"). Lesen Sie die komplette Liste der <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">Änderungen</a>.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s ist verfügbar. Version %s ist ein Wartungsupdate , das Fehlerbereinigungen enthält. Es wird allen Nutzern einer älteren Version empfohlen, auf diese zu wechseln. Wie bei jedem Wartungsupdate sind keinen neuen Features oder Änderungen in den Datenstrukturen enthalten. Sie können die Version aus dem Downloadbereich des Portals http://www.dolibarr.org laden (Unterverzeichnis "stabile Versionen"). Lesen Sie die komplette Liste der <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">Änderungen</a>.
      -MultiPriceRuleDesc=Wenn die Option "mehrere Preisebenen pro Artikel/Dienstleistung" aktiviert ist, können Sie verschiedene Preis (einen pro Ebene) für jeden artikel definieren. Um Zeit zu sparen, können Sie eine Regel anlegen, mit der der Preis pro Ebene automatisch anhand des Preise in der ersten Ebene kalkuliert wird, so dass Sie nur einen Preis in der ersten Ebene eingeben müssen. Diese Seite kann Ihnen nur Zeit sparen und nützlich sein, wenn die Preise anderer Ebenen vom Preis der ersten Ebene abhängig sind. Ansonsten können Sie diese Seite ignorieren.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Vorlagen für Produktdokumente
      -ToGenerateCodeDefineAutomaticRuleFirst=Um Barcode automatisch zu erstellen, müssen Sie zuerst einen Manager definieren, der die Barcode-Nummern erstellt.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Siehe * für einen Liste möglicher Ersetzungsvariablen
       SeeChangeLog=Siehe ChangeLog-Datei (nur Englisch)
       AllPublishers=Alle Verfasser
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Andere Seiten oder Dienste hinzufügen
       AddModels=Dokumente oder Nummerierungsvorlagen hinzufügen
       AddSubstitutions=Ersatzwerte hinzufügen
       DetectionNotPossible=Erkennung nicht möglich
      -UrlToGetKeyToUseAPIs=URL um ein Token für die API Nutzung zu erhalten (Erhaltene Token werden in der Benutzertabelle gespeichert und bei jedem Zugriff validiert)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Liste von verfügbaren APIs
      -activateModuleDependNotSatisfied=Modul "%s" benötigt Modul "%s" welches fehlt, dadurch funktioniert Modul "%1$s" möglicherweise nicht korrekt. Installieren Sie Modul "%2$s" oder deaktivieren Sie Modul "%1$s" um auf der sicheren Seite zu sein
      -CommandIsNotInsideAllowedCommands=Das Kommando ist nicht in der Liste der erlaubten Kommandos, definiert in <strong>$dolibarr_main_restrict_os_commands</strong> in der <strong>conf.php</strong> Datei.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Einstiegsseite
      -SamePriceAlsoForSharedCompanies=Wenn Sie das Mehrfirmenmodul mit der Einstellung "Einzelner Preis" verwenden, dann ist der Preis für die Produkte identisch, die zwischen den Unternehmen geteilt werden.
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Das Modul wurde aktiviert. Rechte wurden nur Admin-Benutzern gewährt. Wenn nötig, müssen Sie anderen Benutzern oder Gruppen Rechte manuell zuweisen.
      -UserHasNoPermissions=Dieser Benutzer hat keine Rechte
      -TypeCdr=Verwenden Sie „Nein“, wenn das Datum der Zahlungsfrist ist das Rechnungsdatum plus ein Delta in Tagen (Delta ist die „Anzahl der Tage“) <br> Use „Am Ende des Monats“, wenn nach dem Delta das Datum muss bis zum Ende des Monats erhöht werden (+ ein „Offset“ optional Tage) <br> „Aktueller/ Nächster“, um das Datum der Zahlungsfrist verwenden ist der erste n-ten Tag des Monats nach (N ist in der „Anzahl der Tage“ Feld gespeichert)
      +UserHasNoPermissions=This user has no permissions defined
      +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=Basiswährung des Unternehmens (Kann in den Unternehmenseinstellungen verändert werden)
      -WarningNoteModuleInvoiceForFrenchLaw=Dieses Modul %s erfüllt die Französische Gesetzgebung (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Modul %s entspricht der französischen Gesetzgebung (Loi Finance 2016) weil das Modul "Unveränderbare Logs" automatisch aktiviert wird.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Sie versuchen das externe Modul %s zu installieren. Mit der Aktivierung eines externen Moduls vertrauen sie dem Herausgeber des Moduls und sind sicher, dass das System weiterhin die Gesetze Ihres Landes (%s) erfüllt. Falls das Modul Funktionalität bietet die in Ihrem Land nicht erlaubt sind, dann sind Sie Verantwortlich dass diese nicht genutzt werden.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Linker Rand im PDF
       MAIN_PDF_MARGIN_RIGHT=Rechter Rand im PDF
       MAIN_PDF_MARGIN_TOP=Oberer Rand im PDF
       MAIN_PDF_MARGIN_BOTTOM=Unterer Rand im PDF
      -SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
      -EnterCalculationRuleIfPreviousFieldIsYes=Enter calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      -SeveralLangugeVariatFound=Several language variants found
      -COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
      -COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +NothingToSetup=There is no specific setup to do for this module.
      +SetToYesIfGroupIsComputationOfOtherGroups=Setzen Sie dieses Fehld auf Ja, wenn diese Gruppe eine Berechnung von anderen Gruppen ist
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +SeveralLangugeVariatFound=Mehrere Sprachvarianten gefunden
      +COMPANY_AQUARIUM_REMOVE_SPECIAL=Sonderzeichen entfernen
      +COMPANY_AQUARIUM_CLEAN_REGEX=Regexfilter um die Werte zu Bereinigen (COMPANY_AQUARIUM_CLEAN_REGEX)
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in a form
      +YouCanDeleteFileOnServerWith=You can delete this file on server with Command Line:<br>%s
      +ChartLoaded=Chart of account loaded
      +SocialNetworkSetup=Einstellungen des Moduls Soziale Medien (Social Networks)
      +EnableFeatureFor=Aktiviere Features für <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=Vertauschen von Absender- und Empfängeradresse im PDF
      +FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Konfiguration des Modul Ressourcen
       UseSearchToSelectResource=Verwende ein Suchformular um eine Ressource zu wählen (eher als eine Dropdown-Liste) zu wählen.
       DisabledResourceLinkUser=Funktion deaktivieren, um eine Ressource mit Benutzern zu verknüpfen
       DisabledResourceLinkContact=Funktion deaktivieren, um eine Ressource mit Kontakten zu verknüpfen
       ConfirmUnactivation=Modul zurücksetzen bestätigen
      +OnMobileOnly=Nur auf kleinen Bildschirmen (Smartphones)
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/de_DE/companies.lang b/htdocs/langs/de_DE/companies.lang
      index 856871fe635..51e9d405440 100644
      --- a/htdocs/langs/de_DE/companies.lang
      +++ b/htdocs/langs/de_DE/companies.lang
      @@ -8,11 +8,11 @@ ConfirmDeleteContact=Möchten Sie diesen Partner und alle damit verbundenen Info
       MenuNewThirdParty=Neuer Partner
       MenuNewCustomer=Neuer Kunde
       MenuNewProspect=Neuer Lead
      -MenuNewSupplier=New vendor
      +MenuNewSupplier=Neuer Lieferant
       MenuNewPrivateIndividual=Neue Privatperson
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Neue Firma  (Interessent, Kunde, Lieferant)
      +NewThirdParty=Neuer Partner (Interessent, Kunde, Lieferant)
      +CreateDolibarrThirdPartySupplier=Neuen Lieferanten erstellen 
       CreateThirdPartyOnly=Partner erstellen
       CreateThirdPartyAndContact=Neuen Partner und Unteradresse erstellen
       ProspectionArea=Übersicht Geschäftsanbahnung
      @@ -37,14 +37,14 @@ ThirdPartyProspectsStats=Leads
       ThirdPartyCustomers=Kunden
       ThirdPartyCustomersStats=Kunden
       ThirdPartyCustomersWithIdProf12=Kunden mit %s oder %s
      -ThirdPartySuppliers=Vendors
      +ThirdPartySuppliers=Lieferanten
       ThirdPartyType=Typ des Partners
       Individual=Privatperson
      -ToCreateContactWithSameName=Erzeugt automatisch einen Kontakt/Adresse mit der gleichen Information wie der Partner unter dem Partner. In den meisten Fällen, auch wenn Ihr Prtner eine natürliche Person ist, reicht nur die Anlage eines Partners
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Muttergesellschaft
       Subsidiaries=Tochtergesellschaften
      -ReportByMonth=Report by month
      -ReportByCustomers=Report by customer
      +ReportByMonth=Bericht nach Monat
      +ReportByCustomers=Bericht nach Kunden
       ReportByQuarter=Bericht Quartal
       CivilityCode=Anrede
       RegisteredOffice=Firmensitz
      @@ -77,11 +77,11 @@ Web=Web
       Poste= Posten
       DefaultLang=Standard-Sprache
       VATIsUsed=inkl. MwSt.
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsUsedWhenSelling=Dies definiert ob dieser Partner Steuern auf der Rechnung an seine eigenen Kunden ausweist oder nicht
       VATIsNotUsed=exkl. MwSt.
       CopyAddressFromSoc=Anschriften zu diesem Partner
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Partner ist weder Kunde noch Lieferant, keine verbundenen Objekte
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Partner ist weder Kunde noch Lieferant, Rabatte sind nicht verfügbar
       PaymentBankAccount=Bankkonto für Zahlungen
       OverAllProposals=Angebote
       OverAllOrders=Bestellungen
      @@ -99,9 +99,9 @@ LocalTax2ES=EKSt.
       TypeLocaltax1ES=RE Typ
       TypeLocaltax2ES=EKSt. Typ
       WrongCustomerCode=Kundencode ungültig
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Lieferantennummer ist ungültig
       CustomerCodeModel=Kundencode-Modell
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Lieferantennummern-Modell
       Gencod=Barcode
       ##### Professional ID #####
       ProfId1Short=Prof. ID 1
      @@ -261,31 +261,31 @@ ProfId4DZ=Kundenidentifikationsnummer
       VATIntra=Umsatzsteuer ID
       VATIntraShort=Steuer ID
       VATIntraSyntaxIsValid=Die Syntax ist gültig
      -VATReturn=VAT return
      +VATReturn=Mehrwertsteuererstattung
       ProspectCustomer=Lead / Kunde
       Prospect=Lead
       CustomerCard=Kunden - Karte
       Customer=Kunde
       CustomerRelativeDiscount=Kundenrabatt relativ
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Relativer Lieferantenrabatt
       CustomerRelativeDiscountShort=Rabatt relativ
       CustomerAbsoluteDiscountShort=Rabatt absolut
       CompanyHasRelativeDiscount=Dieser Kunde hat einen Rabatt <b>von %s%%</b>
       CompanyHasNoRelativeDiscount=Dieser Kunde hat standardmäßig keinen relativen Rabatt
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      -HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=Dieser Kunde hat noch ein Guthaben (Gutschrift oder Überzahlung) über <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Für diesen Kunden existieren Rabatte (Anzahlungen) für <b>%s</b>%s
      +HasRelativeDiscountFromSupplier=Sie haben einen Standardrabatt von <b>%s%%</b> bei diesem Lieferanten
      +HasNoRelativeDiscountFromSupplier=Sie haben keinen relativen Rabatt bei diesem Lieferanten
      +CompanyHasAbsoluteDiscount=Dieser Kunde hat ein Guthaben verfügbar (Gutschriften oder Anzahlungen) für <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=Dieser Kunde hat ein Guthaben verfügbar (Gutschriften oder Anzahlungen) für<b>%s</b> %s
       CompanyHasCreditNote=Dieser Kunde hat noch Gutschriften <b>über %s %s</b>
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      +HasNoAbsoluteDiscountFromSupplier=Sie haben keinen Gutschschriften von diesen Lieferanten verfügbar
      +HasAbsoluteDiscountFromSupplier=Sie haben Rabatte (Gutschrift / Vorauszahlung) über <b>%s</b>%s bei diesem Lieferanten verfügbar
      +HasDownPaymentOrCommercialDiscountFromSupplier=Sie haben Rabatte (Restguthaben / Vorauszahlung) über <b>%s</b>%s bei diesem Lieferanten verfügbar
      +HasCreditNoteFromSupplier=Sie haben Gutschriften über <b>%s</b>%s bei diesem Lieferanten verfügbar
       CompanyHasNoAbsoluteDiscount=Dieser Kunde hat keine Rabattgutschriften zur Verfügung
      -CustomerAbsoluteDiscountAllUsers=Absolute customer discounts (granted by all users)
      -CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +CustomerAbsoluteDiscountAllUsers=Absolute Kundenrabatte (von allen Nutzern gewährte)
      +CustomerAbsoluteDiscountMy=Absolute Kundenrabatte (Durch sie persönlich gewährt)
      +SupplierAbsoluteDiscountAllUsers=Absolute Lieferantenrabatte (von allen Benutzern erfasst)
      +SupplierAbsoluteDiscountMy=Absolute Lieferantenrabatte (durch sie erfasst)
       DiscountNone=Keine
       Supplier=Lieferant
       AddContact=Kontakt erstellen
      @@ -304,19 +304,19 @@ DeleteACompany=Löschen eines Unternehmens
       PersonalInformations=Persönliche Daten
       AccountancyCode=Buchhaltungskonto
       CustomerCode=Kundennummer
      -SupplierCode=Vendor code
      +SupplierCode=Lieferantennummer
       CustomerCodeShort=Kundennummer
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kunden-Code, einzigartig für alle Kunden
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +SupplierCodeShort=Lieferantennummer
      +CustomerCodeDesc=Kundennummer, eindeutig über alle Kunden
      +SupplierCodeDesc=Lieferantennummer, eindeutig über alle Lieferanten
       RequiredIfCustomer=Erforderlich falls Partner Kunde oder Interessent ist
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Gültigkeit überwacht von Modul
      -ThisIsModuleRules=Regeln dieses Moduls
      +RequiredIfSupplier=Erforderlich falls Partner Lieferant ist
      +ValidityControledByModule=Gültigkeit kontrolliert von Modul
      +ThisIsModuleRules=Regeln für dieses Modul
       ProspectToContact=Lead zu kontaktieren
       CompanyDeleted=Firma "%s" aus der Datenbank gelöscht.
       ListOfContacts=Liste der Kontakte
      -ListOfContactsAddresses=Liste der Ansprechpartner/Adressen
      +ListOfContactsAddresses=Liste der Kontakte
       ListOfThirdParties=Liste der Partner
       ShowCompany=Partner zeigen
       ShowContact=Kontakt  anzeigen
      @@ -338,14 +338,14 @@ MyContacts=Meine Kontakte
       Capital=Kapital
       CapitalOf=Stammkapital: %s
       EditCompany=Unternehmen bearbeiten
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=Dieser Benutzer ist kein Interessent, Kunde oder Lieferant
       VATIntraCheck=Prüfen
      -VATIntraCheckDesc=Der Link <b>%s</b> erlaubt eine Anfrage am Europäischen Mehrwertsteuer-Check-Service. Ein externer Zugang zum Internet-Server ist für diesen Dienst erforderlich.
      +VATIntraCheckDesc=Der Link <b>%s</b> erlaubt eine Anfrage am Europäischen Mehrwertsteuer-Check-Service. Ein Internetzugang ist für diesen Dienst erforderlich.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
       VATIntraCheckableOnEUSite=Überprüfen Sie Intrakommunale USt-Website der Europäischen Kommission
       VATIntraManualCheck=Sie können die Überprüfung auch manuell auf der Internetseite der Europäische Kommission durchführen: <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Anfrage nicht möglich. Überprüfungsdienst wird vom Mitgliedsland nicht angeboten (%s).
      -NorProspectNorCustomer=kein Kunde, kein Lead
      +NorProspectNorCustomer=Nicht Interessent oder Kunde
       JuridicalStatus=Rechtsform
       Staff=Mitarbeiterzahl
       ProspectLevelShort=Potenzial
      @@ -387,31 +387,31 @@ ExportCardToFormat=Karte in Format exportieren
       ContactNotLinkedToCompany=Kontakt keinem Partner zugeordnet
       DolibarrLogin=Dolibarr-Benutzername
       NoDolibarrAccess=Kein Zugang
      -ExportDataset_company_1=Partner und Eigenschaften
      -ExportDataset_company_2=Kontakte und Eigenschaften
      -ImportDataset_company_1=Partner und Eigenschaften
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Dritte / Außendienstmitarbeiter (Zuweisen von Außendienstmitarbeitern zu Unternehmen)
      +ExportDataset_company_1=Partner (Firmen/Stiftungen/Natürliche Personen) und ihre Eigenschaften
      +ExportDataset_company_2=Kontakte und ihre Eigenschaften
      +ImportDataset_company_1=Partner (Firmen/Stiftungen/Natürliche Personen) und ihre Eigenschaften
      +ImportDataset_company_2=Kontakte/Adressen und Attribute
      +ImportDataset_company_3=Bankkonten des Partners
      +ImportDataset_company_4=Partner - Außendienstmitarbeiter (Zuweisen von Außendienstmitarbeitern zu Unternehmen)
       PriceLevel=Preisstufe
       DeliveryAddress=Lieferadresse
       AddAddress=Adresse hinzufügen
      -SupplierCategory=Vendor category
      +SupplierCategory=Lieferantenkategorie
       JuridicalStatus200=Unabhängig
       DeleteFile=Datei löschen
       ConfirmDeleteFile=Möchten Sie diese Datei wirklich löschen?
       AllocateCommercial=Dem Vertriebsmitarbeiter zugewiesen
       Organization=Partner
      -FiscalYearInformation=Informationen über das Geschäftsjahr
      +FiscalYearInformation=Geschäftsjahr
       FiscalMonthStart=Erster Monat des Geschäftsjahres
       YouMustAssignUserMailFirst=Sie müssen zunächst eine E-Mail-Adresse für diesen Benutzer anlegen, um E-Mail-Benachrichtigungen zu ermöglichen.
       YouMustCreateContactFirst=Um E-mail-Benachrichtigungen anlegen zu können, müssen Sie zunächst einen Kontakt mit gültiger Email-Adresse zum Partner hinzufügen.
      -ListSuppliersShort=List of vendors
      +ListSuppliersShort=Liste der Lieferanten
       ListProspectsShort=Liste der Leads
       ListCustomersShort=Liste der Kunden
      -ThirdPartiesArea=Partner- und Kontaktbereich
      +ThirdPartiesArea=Partner und Kontakte
       LastModifiedThirdParties=%s zuletzt bearbeitete Partner
      -UniqueThirdParties=Gesamte Anzahl der Kontakte
      +UniqueThirdParties=Gesamte Anzahl Partner
       InActivity=Geöffnet
       ActivityCeased=Inaktiv
       ThirdPartyIsClosed=Partner ist geschlossen
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Aktuell ausstehende Rechnung
       OutstandingBill=Max. für ausstehende Rechnung
       OutstandingBillReached=Kreditlimite erreicht
       OrderMinAmount=Mindestbestellwert
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Gibt Zahlen mit dem Format %syymm-nnnn für die Kundennummer und %syymm-nnnn für die Lieferantennummer zurück, wobei yy Jahr, mm Monat und nnnn ununterbrochene Zahlenfolge ohne 0 ist.
       LeopardNumRefModelDesc=Kunden / Lieferanten-Code ist frei. Dieser Code kann jederzeit geändert werden.
       ManagingDirectors=Name(n) des/der Manager (CEO, Direktor, Geschäftsführer, ...)
       MergeOriginThirdparty=Partner duplizieren (Partner den Sie löschen möchten)
       MergeThirdparties=Partner zusammenlegen
      -ConfirmMergeThirdparties=Möchten Sie wirklich diesen Partner mit dem Aktuellen zusammenführen? Alle verbundenen Objekte (Rechnungen, Aufträge, ...) werden mit dem Aktuellen zusammengeführt, dann wird der Partner gelöscht werden.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      +ConfirmMergeThirdparties=Möchten Sie wirklich diesen Partner mit dem aktuellen Partner zusammenführen? Alle verbundenen Objekte (Rechnungen, Aufträge, ...) werden mit dem aktuellen Partner zusammengeführt, dann wird der Partner gelöscht werden.
      +ThirdpartiesMergeSuccess=Partner wurden zusammengelegt
       SaleRepresentativeLogin=Login des Vertriebsmitarbeiters
       SaleRepresentativeFirstname=Vorname des Vertreter
       SaleRepresentativeLastname=Nachname des Vertreter
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +ErrorThirdpartiesMerge=Es gab einen Fehler beim Löschen des Partners. Bitte Details sind im Prokoll zu finden. Die Löschung wurden rückgängig gemacht.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/de_DE/errors.lang b/htdocs/langs/de_DE/errors.lang
      index 3e3bc2089ad..13d52783b6a 100644
      --- a/htdocs/langs/de_DE/errors.lang
      +++ b/htdocs/langs/de_DE/errors.lang
      @@ -12,7 +12,7 @@ ErrorGroupAlreadyExists=Gruppe %s existiert bereits.
       ErrorRecordNotFound=Eintrag wurde nicht gefunden.
       ErrorFailToCopyFile=Konnte die Datei <b>'%s'</b> nicht nach <b>'%s'</b> kopieren.
       ErrorFailToCopyDir=Konnte Verzeichnis '<b>%s</b>' nicht nach '<b>%s</b>' kopieren.
      -ErrorFailToRenameFile=Konnte die Datei <b>'%s'</b> nicht in <b>'%s'</b> umzubenennen.
      +ErrorFailToRenameFile=Konnte die Datei <b>'%s'</b> nicht in <b>'%s'</b> umbenennen.
       ErrorFailToDeleteFile=Fehler beim Löschen der Datei '<b>%s</b>'.
       ErrorFailToCreateFile=Fehler beim Erstellen der Datei '<b>%s</b>'.
       ErrorFailToRenameDir=Fehler beim Umbenennen des Verzeichnisses '<b>%s</b>' in '<b>%s</b>'.
      @@ -32,9 +32,9 @@ ErrorBarCodeRequired=Barcode erforderlich
       ErrorCustomerCodeAlreadyUsed=Diese Kunden-Nr. ist bereits vergeben.
       ErrorBarCodeAlreadyUsed=Barcode wird bereits verwendet
       ErrorPrefixRequired=Präfix erforderlich
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Lieferantennummer nötig 
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=Ungültige Syntax für Lieferantennummer.
      +ErrorSupplierCodeRequired=Lieferantennummer notwendig
      +ErrorSupplierCodeAlreadyUsed=Lieferanten Nr. bereits vergeben.
       ErrorBadParameters=Ungültige Werte
       ErrorBadValueForParameter=Ungültiger Wert '%s' für Paramter '%s'
       ErrorBadImageFormat=Bildformat nicht unsterstützt (Ihr PHP hat keine Konvertierungsfunktion für dieses Format)
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Eintrag '%s' hat falsche Datumsformat
       ErrorWrongDate=Falsches Datum!
       ErrorFailedToWriteInDir=Fehler beim Schreiben in das Verzeichnis %s
       ErrorFoundBadEmailInFile=Ungültige E-Mail-Adresse in %s Zeilen der Datei gefunden (z.B. Zeile %s mit E-Mail=%s)
      -ErrorUserCannotBeDelete=Dieser Benutzer kann nicht gelöscht werden. Eventuell ist er noch mit einem Partner verknüpft.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Ein oder mehrere erforderliche Felder wurden nicht ausgefüllt.
       ErrorSubjectIsRequired=Der E-Mailbetreff ist notwendig
       ErrorFailedToCreateDir=Fehler beim Erstellen eines Verzeichnisses. Vergewissern Sie sich, dass der Webserver-Benutzer Schreibberechtigungen für das Dokumentverzeichnis des Systems besitzt. Bei aktiviertem <b>safe_mode</b> sollten die Systemdateien den Webserver-Benutzer oder die -Gruppe als Besitzer haben.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Bitte Wert für Auswahlliste eingeben
       ErrorNoValueForCheckBoxType=Bitte Wert für Kontrollkästchen-Liste eingeben
       ErrorNoValueForRadioType=Bitte Wert für Radiobutton-Liste eingeben
       ErrorBadFormatValueList=Die Listewerte kann nicht mehr als ein Komma:<u>%s</u> , muss jedoch mindestens einen Schlüssel, Wert beinhalten
      -ErrorFieldCanNotContainSpecialCharacters=Das Feld <b>%s</b> darf keine Sonderzeichen enthalten.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Das Feld <b>%s</b> darf keine Sonderzeichen, Großbuchstaben und Zahlen enthalten.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Kein Buchhaltungsmodul aktiviert
       ErrorExportDuplicateProfil=Dieser Profilname existiert bereits für dieses Exportprofil.
       ErrorLDAPSetupNotComplete=Der LDAP-Abgleich für dieses System ist nicht vollständig eingerichtet.
       ErrorLDAPMakeManualTest=Eine .ldif-Datei wurde im Verzeichnis %s erstellt. Laden Sie diese Datei von der Kommandozeile aus um mehr Informationen über Fehler zu erhalten.
      -ErrorCantSaveADoneUserWithZeroPercentage=Ereignisse können nicht mit Status "Nicht begonnen" gespeichert werden, wenn das Feld "Erledigt durch" ausgefüllt ist.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Die Nr. für den Erstellungsvorgang ist bereits vergeben
       ErrorPleaseTypeBankTransactionReportName=Geben Sie den Kontoauszug an, in dem die Zahlung enthalten ist (Format JJJJMM oder JJJJMMTT)
      -ErrorRecordHasChildren=Kann diesen Eintrag nicht löschen. Dieser Eintrag wird von mindestens einem untergeordneten Datensatz verwendet.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Objekt hat mindestens einen Untereintrag vom Typ %s
      -ErrorRecordIsUsedCantDelete=Eintrag kann nicht gelöscht werden. Er wird bereits benutzt oder ist in einem anderen Objekt enthalten.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Diese Funktion erfordert aktiviertes JavaScript. Aktivieren/deaktivieren können Sie Javascript im Menü Start-> Einstellungen->Anzeige.
       ErrorPasswordsMustMatch=Die eingegebenen Passwörter müssen identisch sein.
      -ErrorContactEMail=Ein technischer Fehler ist aufgetreten. Bitte kontaktieren Sie Ihren Administrator unter der folgenden E-Mail-Adresse <b>%s</b> und fügen Sie den Fehlercode <b>%s</b> in Ihrer Nachricht ein, oder (noch besser) fügen Sie einen Screenshot dieser Seite als Anhang bei.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Falscher Wert für Feld Nr. <b>%s</b> (Wert '<b>%s</b>' passt nicht zur Regex-Regel <b>%s</b>)
       ErrorFieldValueNotIn=Nicht korrekter Wert für das Feld Nummer <b>%s</b> (Wert '<b>%s</b>' ist kein verfügbarer Wert im Feld <b>%s</b> der Tabelle <b>%s</b>)
       ErrorFieldRefNotIn=Falscher Wert für Feldnummer <b>%s</b> (für den Wert <b>'%s'</b> besteht keine <b>%s</b> Referenz)
      @@ -87,7 +88,8 @@ ErrorsOnXLines=Fehler in <b>%s</b> Quellzeilen
       ErrorFileIsInfectedWithAVirus=Der Virenschutz konnte diese Datei nicht freigeben (eventuell ist diese mit einem Virus infiziert)
       ErrorSpecialCharNotAllowedForField=Sonderzeichen sind im Feld '%s' nicht erlaubt
       ErrorNumRefModel=Es besteht ein Bezug zur Datenbank (%s) der mit dieser Numerierungsfolge nicht kompatibel ist. Entfernen Sie den Eintrag oder benennen Sie den Verweis um, um dieses Modul zu aktivieren.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=Menge zu klein für diesen Lieferanten oder kein Einstandspreis für diesen Lieferanten definiert
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Das Setup des Moduls ist unvollständig. Gehen Sie zu Home - Einstellungen - Module um die Einstellungen zu vervollständigen.
       ErrorBadMask=Fehler auf der Maske
       ErrorBadMaskFailedToLocatePosOfSequence=Fehler, Maske ohne fortlaufende Nummer
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Fehler, falscher Reset-Wert
       ErrorMaxNumberReachForThisMask=Maximum Größe für diese Maske erreicht
       ErrorCounterMustHaveMoreThan3Digits=Zähler muss mehr als 3 Stellen haben
       ErrorSelectAtLeastOne=Fehler. Wählen Sie mindestens einen Eintrag.
      -ErrorDeleteNotPossibleLineIsConsolidated=Löschen nicht möglich, da der Datensatz mit einer Banktransaktion verbunden ist.
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s wurde bereits einem Partner zugewiesen
       ErrorFailedToSendPassword=Fehler beim Zusenden des Passworts
       ErrorFailedToLoadRSSFile=RSS-Feeds welche Fehler erhalten. Versuchen Sie die Konstante 'MAIN_SIMPLEXMLLOAD_DEBUG' hinzufügen, wenn die Fehlermeldungen nicht genügend Informationen enthält.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Benutzer mit Anmeldung <b>%s</b> konnte nicht gefunden w
       ErrorLoginHasNoEmail=Dieser Benutzer hat keine E-Mail-Adresse. Prozess abgebrochen.
       ErrorBadValueForCode=Unzulässiger Code-Wert. Versuchen Sie es mit einem anderen Wert erneut...
       ErrorBothFieldCantBeNegative=Die Felder %s und %s können nicht gleichzeitig negativ sein
      +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=Mengen in Kundenrechnungen dürfen nicht negativ sein
       ErrorWebServerUserHasNotPermission=Der Benutzerkonto <b>%s</b> wurde verwendet um auf dem Webserver etwas auszuführen, hat aber keine Rechte dafür.
       ErrorNoActivatedBarcode=Kein Barcode aktiviert
      @@ -138,7 +141,7 @@ ErrorBadFormat=Falsches Format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Fehler: Dieses Mitglied ist noch nicht mit einem Partner verbunden. Verknüpfen Sie das Mitglied zuerst mit einem vorhandenen Partner oder legen Sie einen neuen an, bevor Sie ein Abonnement mit Rechnung erstellen.
       ErrorThereIsSomeDeliveries=Fehler: Es sind noch Auslieferungen zu diesen Versand vorhanden. Löschen deshalb nicht möglich.
       ErrorCantDeletePaymentReconciliated=Eine Zahlung, deren Bank-Transaktion schon abgeglichen wurde, kann nicht gelöscht werden
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Eine Zahlung, die zu mindestens einer als bezahlt markierten Rechnung gehört, kann nicht entfernt werden
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Zur Konstanten '%s' kann nicht zugewiesen werden
       ErrorPriceExpression2=Die eingebaute Funktion '%s' kann nicht neu definiert werden
       ErrorPriceExpression3=Nicht definierte Variable '%s' in Funktionsdefinition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5='%s' unerwartet
       ErrorPriceExpression6=Falsche Anzahl Argumente (%s angegeben, %s erwartet)
       ErrorPriceExpression8=Unerwarteter operator '%s'
       ErrorPriceExpression9=Ein unerwarteter Fehler ist aufgetreten
      -ErrorPriceExpression10=Operand fehlt bei Operator '%s' 
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11='%s' erwartet
       ErrorPriceExpression14=Division durch Null
       ErrorPriceExpression17=Nicht definierte Variable '%s
      @@ -171,13 +174,13 @@ ErrorGlobalVariableUpdater4=SOAP Client fehlgeschlagen mit Fehler '%s'
       ErrorGlobalVariableUpdater5=Keine globale Variable ausgewählt
       ErrorFieldMustBeANumeric=Feld <b>%s</b> muss ein numerischer Wert sein
       ErrorMandatoryParametersNotProvided=Erforderliche(r) Parameter wird nicht angeboten
      -ErrorOppStatusRequiredIfAmount=Sie legen einen geschätzten Betrag für diese Verkaufschance/Lead erfasst. Deshalb müssen Sie auch den Status eingeben
      +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
       ErrorFailedToLoadModuleDescriptorForXXX=Moduldeskriptor für Klasse %s konnte nicht geladen werden
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Falsche Definition von Menü Array in  Module Descriptor (falscher Wert für den Key  fk_menu)
      -ErrorSavingChanges=Beim Speichern der Änderungen trat ein Fehler auf
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Lager in der Zeile ist für die Lieferung notwendig
       ErrorFileMustHaveFormat=Die Datei muss das Format %s haben.
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=Land für diesen Lieferanten ist nicht definiert. Muss zuerst korrigiert werden.
       ErrorsThirdpartyMerge=Fehler beim Zusammenführen der beiden Einträge. Die Anforderung wurde abgebrochen.
       ErrorStockIsNotEnoughToAddProductOnOrder=Nicht genug Bestand von Produkt %s, um es einem neuen Auftrag zuzufügen.
       ErrorStockIsNotEnoughToAddProductOnInvoice=Nicht genug Bestand von Produkt %s, um es einer neuen Rechnung zuzufügen.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Datei nicht gefunden. Eventuell wurde der Sharek
       ErrorProductBarCodeAlreadyExists=Der Produktbarcode %sexistiert schon bei einer anderen Produktreferenz
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Das verwenden von virtuellen Produkten welche den Lagerbestand von Unterprodukten verändern ist nicht möglich, wenn ein Unterprodukt (Oder Unter-Unterprodukt) eine Seriennummer oder Chargennummer benötigt.
       ErrorDescRequiredForFreeProductLines=Beschreibung ist erforderlich für freie Produkte
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Es wurde ein Passwort für dieses Mitglied vergeben, aber kein Benutzer erstellt. Das Passwort wird gespeichert, aber kann nicht für die Anmeldung an Dolibarr verwendet werden. Es kann von einem externen Modul/einer Schnittstelle verwendet werden, aber wenn Sie kein Login oder Passwort für dieses Mitglied definiert müssen, können Sie die Option "Login für jedes Mitglied verwalten" in den Mitgliedseinstellungen deaktivieren. Wenn Sie ein Login aber kein Passwort benötige, lassen Sie dieses Feld leer, um diese Meldung zu deaktivieren. Anmerkung: Die E-Mail-Adresse kann auch zur Anmeldung verwendet werden, wenn das Mitglied mit einem Benutzer verbunden wird.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Ein Favorit mit diesem Titel oder dieser Adresse ex
       WarningPassIsEmpty=Warnung: Derzeit ist kein Datenbankpasswort gesetzt. Dies ist eine Sicherheitslücke. Konfigurieren Sie schnellstmöglich ein Passwort für den Datenbankzugriff und passen Sie Ihre conf.php entsprechend an.
       WarningConfFileMustBeReadOnly=Achtung: Die Konfigurationsdatei (<b>htdocs/conf/conf.php</b>) kann von Ihrem Webserver überschrieben werden. Dies ist eine ernstzunehmende Sicherheitslücke. Ändern Sie den Zugriff schnellstmöglich auf reinen Lesezugriff. Wenn Sie Windows und das FAT-Format für Ihre Festplatte nutzen, seien Sie sich bitte bewusst dass dieses Format keine individuellen Dateiberechtigungen unterstützt und so auch nicht völlig sicher ist,
       WarningsOnXLines=Warnhinweise in <b>%s</b> Quellzeilen
      -WarningNoDocumentModelActivated=Für das Erstellen von Dokumenten ist keine Vorlage gewählt. Eine Vorlage wird standardmäßig ausgewählt, bis Sie die Moduleinstellungen angepasst haben.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warnung, nachdem das Setup abgeschlossen ist, müssen Sie die Installations- und Migrations-Tools deaktivieren. Dazu fügen Sie die Datei <b>install.lock</b> in dem Verzeichnis <b>%s</b> hinzu. Das fehlen dieser Datei stellt eine Sicherheitslücke dar.
      -WarningUntilDirRemoved=Diese Warnung bleibt so lange bestehen, bis die Sicherheitslücke geschlossen wurde (nur für Administratoren sichtbar).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Achtung: es wird auch dann geschlossen, wenn der Betrag zwischen Quelle und Ziel unterschiedlich ist. Aktivieren Sie dieses Feature mit Bedacht.
       WarningUsingThisBoxSlowDown=Warnung: Der Einsatz dieser Box verlangsamt sämtliche Seiten mit dieser Box spürbar.
       WarningClickToDialUserSetupNotComplete=Die ClickToDial-Informationen für Ihren Benutzer sind nicht vollständig (siehe Registerkarte ClickToDial auf Ihrer Benutzerkarte).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Zu viele Ergebnisse (mehr als %s Zeilen).
       WarningSomeLinesWithNullHourlyRate=Einige erfasste Zeiten wurden von Benutzern erfasst bei denen der Stundensatz undefiniert war. Ein Stundenansatz von 0 %s pro Stunde wurde verwendet, was eine fehlerhafte Zeitauswertungen zur Folge haben kann.
       WarningYourLoginWasModifiedPleaseLogin=Ihr Login wurde verändert. Aus Sicherheitsgründen müssen Sie sich vor der nächsten Aktion mit Ihrem neuen Login anmelden.
       WarningAnEntryAlreadyExistForTransKey=Eine Übersetzung für diesen Übersetzungsschlüssel existiert schon für diese Sprache
      -WarningNumberOfRecipientIsRestrictedInMassAction=Achtung, die Anzahl unterschiedlicher Empfänger ist auf <b>%s</b> begrenzt, wenn sie Massenaktionen auf dieser Liste verwenden
      -WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
      +WarningDateOfLineMustBeInExpenseReportRange=Das Datum dieser Positionszeile ist ausserhalb der Datumsspanne dieser Spesenabrechnung
      diff --git a/htdocs/langs/de_DE/interventions.lang b/htdocs/langs/de_DE/interventions.lang
      index c2fc9d029a9..cec0695f56d 100644
      --- a/htdocs/langs/de_DE/interventions.lang
      +++ b/htdocs/langs/de_DE/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Serviceaufträge
       InterventionCard=Serviceauftrag - Karte
       NewIntervention=Neuer Serviceauftrag
       AddIntervention=Serviceauftrag erstellen
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Liste der Serviceaufträge
       ActionsOnFicheInter=Aktionen zum Serviceauftrag
       LastInterventions=%s neueste Serviceaufträge
      @@ -16,7 +17,7 @@ ModifyIntervention=Ändere Serviceauftrag
       DeleteInterventionLine=Serviceauftragsposition löschen
       CloneIntervention=Serviceauftrag duplizieren
       ConfirmDeleteIntervention=Möchten Sie diesen Serviceauftrag wirklich löschen?
      -ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      +ConfirmValidateIntervention=Sind Sie sicher, dass Sie diese Intervention unter dem Namen <b>%s</b> validieren wollen?
       ConfirmModifyIntervention=Möchten sie diesen Serviceauftrag wirklich ändern?
       ConfirmDeleteInterventionLine=Möchten Sie diese Vertragsposition wirklich löschen?
       ConfirmCloneIntervention=Möchten Sie diesen Serviceauftrag wirklich duplizieren?
      diff --git a/htdocs/langs/de_DE/main.lang b/htdocs/langs/de_DE/main.lang
      index b04057e1b96..512a642623f 100644
      --- a/htdocs/langs/de_DE/main.lang
      +++ b/htdocs/langs/de_DE/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Fehler beim Senden der E-Mail (Absender=%s, Empfänger=%s)
       ErrorFileNotUploaded=Die Datei konnte nicht hochgeladen werden. Stellen Sie sicher dass die Dateigröße nicht den gesetzten Maximalwert übersteigt, das Zielverzeichnis über genügend freien Speicherplatz verfügt und noch keine Datei mit gleichem Namen existiert.
       ErrorInternalErrorDetected=Interner Fehler entdeckt
       ErrorWrongHostParameter=Ungültige Host-Parameter
      -ErrorYourCountryIsNotDefined=Ihr Land ist nicht definiert. Bitte vervollständigen Sie das Profil unter Start - Einstellungen - Firma/Stiftung
      -ErrorRecordIsUsedByChild=Kann diesen Eintrag nicht löschen. Dieser Eintrag wird von mindestens einem untergeordneten Datensatz verwendet.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Ungültiger Wert
       ErrorWrongValueForParameterX=Ungültiger Wert für den Parameter %s
       ErrorNoRequestInError=Keine Anfrage im Fehler
      -ErrorServiceUnavailableTryLater=Dieser Service steht derzeit nicht zur Verfügung. Bitte versuchen Sie es später erneut.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Dieser Wert ist schon vorhanden (Das Feld erfordert einen einzigartigen Wert)
      -ErrorSomeErrorWereFoundRollbackIsDone=Einige Fehler wurden gefunden. Änderungen werden rückgängig gemacht.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> innerhalb der Konfigurationsdatei <b>conf.php.</b> nicht definiert.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Benutzer <b>%s</b> in der Dolibarr-Datenbank nicht gefunden
       ErrorNoVATRateDefinedForSellerCountry=Fehler, keine MwSt.-Sätze für Land  '%s' definiert.
       ErrorNoSocialContributionForSellerCountry=Fehler, Sozialabgaben/Steuerwerte für Land '%s' nicht definiert.
       ErrorFailedToSaveFile=Fehler, konnte Datei nicht speichern.
      -ErrorCannotAddThisParentWarehouse=Sie versuchen ein HauptLager hinzuzufügen, das bereits ein Unterlager von dem aktuellen Lagerort ist 
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Sie haben keine Berechtigung dazu.
       SetDate=Datum
       SelectDate=Wählen Sie ein Datum
      @@ -78,10 +78,10 @@ FileRenamed=Datei wurde erfolgreich unbenannt
       FileGenerated=Die Datei wurde erfolgreich erstellt
       FileSaved=Die Datei wurde erfolgreich gespeichert
       FileUploaded=Datei wurde erfolgreich hochgeladen
      -FileTransferComplete=Datei(en) wurde(n) erfolgreich hochgeladen
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Datei(en) erfolgreich gelöscht
       FileWasNotUploaded=Ein Dateianhang wurde gewählt aber noch nicht hochgeladen. Klicken Sie auf "Datei anhängen" um den Vorgang zu starten.
      -NbOfEntries=Anzahl der Einträge
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Onlinehilfe lesen (Internetzugang notwendig)
       GoToHelpPage=Hilfe lesen
       RecordSaved=Eintrag gespeichert
      @@ -92,9 +92,9 @@ DolibarrInHttpAuthenticationSoPasswordUseless=Der Dolibarr Authentifizierungsmod
       Administrator=Administrator
       Undefined=Nicht definiert
       PasswordForgotten=Passwort vergessen?
      -NoAccount=No account?
      +NoAccount=Kein Konto?
       SeeAbove=Siehe oben
      -HomeArea=Startseite
      +HomeArea=Start
       LastConnexion=Letzte Verbindung
       PreviousConnexion=Letzte Anmeldung
       PreviousValue=Vorheriger Wert
      @@ -142,6 +142,7 @@ Closed=Geschlossen
       Closed2=Geschlossen
       NotClosed=nicht geschlossen
       Enabled=Aktiviert
      +Enable=Aktivieren
       Deprecated=Veraltet
       Disable=Deaktivieren
       Disabled=Deaktiviert
      @@ -153,7 +154,7 @@ Update=Aktualisieren
       Close=Schließen
       CloseBox=Box vom Ihrer Startseite entfernen
       Confirm=Bestätigen
      -ConfirmSendCardByMail=Möchten Sie die Inhalte dieser Karteikarte per E-Mail an <b>%s</b> senden?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Löschen
       Remove=Entfernen
       Resiliate=aufheben
      @@ -188,7 +189,7 @@ ToLink=Link
       Select=Wählen Sie
       Choose=Wählen
       Resize=Skalieren
      -ResizeOrCrop=Resize or Crop
      +ResizeOrCrop=Grösse ändern oder zuschneiden
       Recenter=Zentrieren
       Author=Autor
       User=Benutzer
      @@ -327,12 +328,12 @@ Copy=Kopieren
       Paste=Einfügen
       Default=Standard
       DefaultValue=Standardwert
      -DefaultValues=Standardwert
      +DefaultValues=Default values/filters/sorting
       Price=Preis
       PriceCurrency=Preis (Währung)
       UnitPrice=Stückpreis
       UnitPriceHT=Stückpreis (netto)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHTCurrency=Stückpreis (Netto) (Währung)
       UnitPriceTTC=Stückpreis (brutto)
       PriceU=VP
       PriceUHT=VP (netto)
      @@ -347,7 +348,7 @@ AmountTTCShort=Bruttobetrag
       AmountHT=Betrag (exkl. USt.)
       AmountTTC=Bruttobetrag
       AmountVAT=USt.-Betrag
      -MulticurrencyAlreadyPaid=Bereits bezahlte, Originalwährung
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Noch zu bezahlen, Originalwährung
       MulticurrencyPaymentAmount=Zahlungsbetrag, Originalwährung
       MulticurrencyAmountHT=Betrag (Netto), Originalwährung
      @@ -360,7 +361,7 @@ AmountLT2ES=Betrag IRPF
       AmountTotal=Gesamtbetrag
       AmountAverage=Durchschnittsbetrag
       PriceQtyMinHT=Mindestmengenpreis (netto)
      -PriceQtyMinHTCurrency=Price quantity min. (net of tax) (currency)
      +PriceQtyMinHTCurrency=Mindestpreis pro Menge (Netto) (Währung)
       Percentage=Prozentsatz
       Total=Gesamt
       SubTotal=Zwischensumme
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nicht anwendbar
       ActionRunningNotStarted=zu beginnen
       ActionRunningShort=in Bearbeitung
       ActionDoneShort=Abgeschlossen
      -ActionUncomplete=unvollständig
      +ActionUncomplete=Unvollständig
       LatestLinkedEvents=Neueste %s verknüpfte Ereignisse
       CompanyFoundation=Firma oder Institution
       Accountant=Buchhalter
      @@ -454,7 +455,7 @@ Duration=Dauer
       TotalDuration=Gesamtdauer
       Summary=Zusammenfassung
       DolibarrStateBoard=Datenbank Statistik
      -DolibarrWorkBoard=Aufgabenübersicht
      +DolibarrWorkBoard=Ausstehend
       NoOpenedElementToProcess=Kein Element zum Verarbeiten geöffnet
       Available=Verfügbar
       NotYetAvailable=Noch nicht verfügbar
      @@ -495,7 +496,7 @@ Received=Erhalten
       Paid=Bezahlt
       Topic=Thema
       ByCompanies=Von Partnern
      -ByUsers=By user
      +ByUsers=Durch Benutzer
       Links=Links
       Link=Link
       Rejects=Ablehnungen
      @@ -506,8 +507,8 @@ None=Keine
       NoneF=Keine
       NoneOrSeveral=Keine oder mehrere
       Late=Verspätet
      -LateDesc=Verzögerung, die definiert, ob ein Datensatz spät ist oder nicht von der Einrichtung abhängig ist. Fragen Sie den Administrator, die Verzögerung im Menü Startseite - Einrichtung - Alarme
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=Keine späten Einträge
       Photo=Bild
       Photos=Bilder
       AddPhoto=Bild hinzufügen
      @@ -530,18 +531,6 @@ September=September
       October=Oktober
       November=November
       December=Dezember
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Mai
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dez
       Month01=Januar
       Month02=Februar
       Month03=März
      @@ -622,9 +611,9 @@ BuildDoc=Erstelle Doc
       Entity=Entität
       Entities=Entitäten
       CustomerPreview=Kundenvorschau
      -SupplierPreview=Vendor preview
      +SupplierPreview=Lieferantenvorschau
       ShowCustomerPreview=Zeige Kundenvorschau
      -ShowSupplierPreview=Show vendor preview
      +ShowSupplierPreview=Zeige Lieferantenvorschau
       RefCustomer=Ihr Zeichen
       Currency=Währung
       InfoAdmin=Hinweise für Administratoren
      @@ -646,6 +635,8 @@ SendMail=sende E-Mail
       EMail=E-Mail
       NoEMail=Keine E-Mail
       Email=E-Mail
      +AlreadyRead=Alreay read
      +NotRead=Nicht gelesen
       NoMobilePhone=Kein Handy
       Owner=Eigentümer
       FollowingConstantsWillBeSubstituted=Nachfolgende Konstanten werden durch entsprechende Werte ersetzt.
      @@ -677,7 +668,7 @@ NeverReceived=Nie erhalten
       Canceled=Storniert
       YouCanChangeValuesForThisListFromDictionarySetup=Sie können die Listenoptionen in den Wörterbuch-Einstellungen anpassen
       YouCanChangeValuesForThisListFrom=Werte für diese Liste können im Menü %s bearbeitet werden
      -YouCanSetDefaultValueInModuleSetup=Sie können den Standardwert verwendet setzen, wenn ein neuer Datensatz in der Modulkonfiguration erstellt wird
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Farbe
       Documents=Verknüpfte Dokumente
       Documents2=Dokumente
      @@ -703,7 +694,7 @@ DateOfSignature=Datum der Unterzeichnung
       HidePassword=Sichere Passworteingabe (Zeichen nicht angezeigt)
       UnHidePassword=Passwort in Klartext anzeigen
       Root=Stammordner
      -Informations=Informationen
      +Informations=Information
       Page=Seite
       Notes=Hinweise
       AddNewLine=Neue Zeile hinzufügen
      @@ -716,15 +707,15 @@ Merge=Verbinden
       DocumentModelStandardPDF=Standard PDF Vorlage
       PrintContentArea=Zeige Druckansicht für Seiteninhalt
       MenuManager=Menüverwaltung
      -WarningYouAreInMaintenanceMode=Achtung: Die Anwendung befindet sich im Wartungsmodus und kann derzeit nur von Benutzer <b>%s</b> verwendet werden.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systemfehler
       CoreErrorMessage=Leider ist ein Fehler aufgetreten. Wenden Sie sich an Ihren Systemadministrator, um die Logs zu überprüfen oder deaktivieren Sie die Option $dolibarr_main_prod=1 für weitere Informationen.
       CreditCard=Kredit - Karte
       ValidatePayment=Zahlung freigeben
       CreditOrDebitCard=Kreditkarte
       FieldsWithAreMandatory=Felder mit <b>%s</b> sind Pflichtfelder
      -FieldsWithIsForPublic=Felder mit <b>%s</b> werden auf die öffentlich sichtbare Mitgliederliste angezeigt. Deaktivieren Sie bitte den "Öffentlich"-Kontrollkästchen wenn das nicht möchten.\n
      -AccordingToGeoIPDatabase=(nach GeoIP-Auflösung)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Zeile
       NotSupported=Nicht unterstützt
       RequiredField=Pflichtfeld
      @@ -732,6 +723,8 @@ Result=Ergebnis
       ToTest=Test
       ValidateBefore=Vor Verwendung dieser Funktion müssen Sie die Karte überprüfen
       Visibility=Sichtbarkeit
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privat
       Hidden=Versteckt
       Resources=Ressourcen
      @@ -750,6 +743,7 @@ LinkTo=Link zu
       LinkToProposal=Link zu Angebot
       LinkToOrder=Link zur Bestellung
       LinkToInvoice=Link zur Rechnung
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link zur Lieferentenbestellung
       LinkToSupplierProposal=Link zum Lieferantenangebot
       LinkToSupplierInvoice=Link zur Lieferantenrechnung
      @@ -758,6 +752,7 @@ LinkToIntervention=Link zu Arbeitseinsatz
       CreateDraft=Entwurf erstellen
       SetToDraft=Auf Entwurf zurücksetzen
       ClickToEdit=Klicken zum Bearbeiten
      +ClickToRefresh=Click to refresh
       EditWithEditor=Mit CKEditor bearbeiten
       EditWithTextEditor=Mit Texteditor bearbeiten
       EditHTMLSource=HTML-Code bearbeiten
      @@ -772,7 +767,7 @@ ByDay=Bei Tag
       BySalesRepresentative=Nach Vertriebsmitarbeiter
       LinkedToSpecificUsers=Mit Kontakt verknüpft
       NoResults=Keine Ergebnisse
      -AdminTools=Administratorwerkzeuge
      +AdminTools=Admin-Tools
       SystemTools=Systemwerkzeuge
       ModulesSystemTools=Module Hilfsprogramme
       Test=Testen
      @@ -802,7 +797,7 @@ PrintFile=Drucke Datei %s
       ShowTransaction=Transaktion auf Bankkonto anzeigen
       ShowIntervention=Zeige Serviceauftrag
       ShowContract=Zeige Vertrag
      -GoIntoSetupToChangeLogo=Gehen Sie zu Start - Einstellungen - Firma/Stiftung um das Logo zu ändern oder gehen Sie in Start -> Einstellungen -> Anzeige um es zu verstecken.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=ablehnen
       Denied=abgelehnt
       ListOf=Liste von %s
      @@ -818,12 +813,12 @@ Sincerely=Mit freundlichen Grüßen
       DeleteLine=Zeile löschen
       ConfirmDeleteLine=Möchten Sie diese Zeile wirklich löschen?
       NoPDFAvailableForDocGenAmongChecked=In den selektierten Datensätzen war kein PDF zur Erstellung der Dokumente vorhanden.
      -TooManyRecordForMassAction=Zu viele Datensätze für Massenaktion ausgewählt. Solche Aktionen sind auf maximal %s Zeilen beschränkt.
      +TooManyRecordForMassAction=Zu viele Einträge für Massenaktion selektiert. Die Aktion ist auf eine Liste von %s Einträgen beschränkt.
       NoRecordSelected=Kein Datensatz ausgewählt
       MassFilesArea=Bereich für Dateien aus Massenaktionen
       ShowTempMassFilesArea=Bereich für Dateien aus Massenaktionen zeigen
      -ConfirmMassDeletion=MassenLöschbestätigung
      -ConfirmMassDeletionQuestion=Möchten Sie den/die %s ausgewählten Datensatz wirklich löschen?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Verknüpfte Objekte
       ClassifyBilled=Als verrechnet markieren
       ClassifyUnbilled=als "nicht berechnet" markieren
      @@ -841,7 +836,7 @@ Calendar=Terminkalender
       GroupBy=Gruppiere nach ...
       ViewFlatList=Listenansicht zeigen
       RemoveString=Entfernen Sie die Zeichenfolge '%s'
      -SomeTranslationAreUncomplete=Einige Sprachen sind nur teilweise übersetzt oder enthalten Fehler. Wenn Sie dies feststellen, können Sie die Übersetzungen unter <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">http://transifex.com/projects/p/dolibarr/</a> \nverbessern bzw. ergänzen.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direkter Download Link
       DirectDownloadInternalLink=Direkter Download-Link (muss angemeldet sein und benötigt Berechtigungen)
       Download=Download
      @@ -861,16 +856,25 @@ HR=Personalabteilung
       HRAndBank=HR und Bank
       AutomaticallyCalculated=Automatisch berechnet
       TitleSetToDraft=Zurück zu Entwurf gehen
      -ConfirmSetToDraft=Wirklich zurück zum Entwurfstatus gehen?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import ID
       Events=Ereignisse
       EMailTemplates=Textvorlagen für E-Mails
      -FileNotShared=Datei nicht öffentlich zugänglich
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekte
      +LeadOrProject=Anfrage | Projekt
      +LeadsOrProjects=Anfragen | Projekte
      +Lead=Anfrage
      +Leads=Anfragen
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Berechtigungen
       LineNb=Zeilennummer
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Montag
       Tuesday=Dienstag
      @@ -918,24 +922,24 @@ SearchIntoProductsOrServices=Produkte oder Dienstleistungen
       SearchIntoProjects=Projekte
       SearchIntoTasks=Aufgaben
       SearchIntoCustomerInvoices=Kundenrechnungen
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Lieferantenrechnungen
       SearchIntoCustomerOrders=Kundenaufträge
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Lieferantenbestellungen
       SearchIntoCustomerProposals=Kunden Angebote
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Lieferantenangebote
       SearchIntoInterventions=Serviceaufträge
       SearchIntoContracts=Verträge
       SearchIntoCustomerShipments=Kunden Lieferungen
       SearchIntoExpenseReports=Spesenabrechnungen
      -SearchIntoLeaves=Urlaube
      +SearchIntoLeaves=Urlaub
       CommentLink=Kommentare
       NbComments=Anzahl der Kommentare
       CommentPage=Kommentare Leerzeichen
       CommentAdded=Kommentar hinzugefügt
       CommentDeleted=Kommentar gelöscht
       Everybody=Jeder
      -PayedBy=Bezahlt durch
      -PayedTo=Bezahlt an
      +PayedBy=Einbezahlt von
      +PayedTo=Bezahlt
       Monthly=Monatlich
       Quarterly=Quartalsweise
       Annual=Jährlich
      @@ -944,7 +948,8 @@ Remote=Remote
       LocalAndRemote=Lokal und Remote
       KeyboardShortcut=Tastaur Kürzel
       AssignedTo=Zugewiesen an
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +Deletedraft=Entwurf löschen
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Datei via Link geteilt
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Sie befinden sich derzeit im %s "Sandbox" -Modus
      diff --git a/htdocs/langs/de_DE/other.lang b/htdocs/langs/de_DE/other.lang
      index 514d7ed7c60..4d32eec849b 100644
      --- a/htdocs/langs/de_DE/other.lang
      +++ b/htdocs/langs/de_DE/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Sicherheitsschlüssel
       NumberingShort=Nr.
       Tools=Hilfsprogramme
       TMenuTools=Hilfsprogramme
      -ToolsDesc=Alle sonstigen Hilfsprogramme, die nicht in anderen Menü-Einträgen enthalten sind, werden hier zusammengefasst. <br><br>Alle Hilfsprogramme können über das linke Menü erreicht werden.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Geburtstag
       BirthdayDate=Geburtstag
       DateToBirth=Geburtsdatum
      @@ -22,8 +22,8 @@ JumpToLogin=Abgemeldet. Zur Anmeldeseite...
       MessageForm=Mitteilung im Onlinezahlungsformular
       MessageOK=Nachrichtenseite für bestätigte Zahlung
       MessageKO=Nachrichtenseite für stornierte Zahlung
      -ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +ContentOfDirectoryIsNotEmpty=Dieses Verzeichnis ist nicht leer.
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Jahr der Rechnung
       PreviousYearOfInvoice=Vorangehendes Jahr des Rechnungsdatums
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Folgendes Jahr des Rechnungsdatums
       DateNextInvoiceBeforeGen=Datum der nächsten Rechnung (Vor Generierung)
       DateNextInvoiceAfterGen=Datum der nächsten Rechnung (Nach Generierung)
       
      -Notify_FICHINTER_ADD_CONTACT=Kontakt zum Serviceauftrag hinzufügen
      -Notify_FICHINTER_VALIDATE=Serviceauftrag freigegeben
      -Notify_FICHINTER_SENTBYMAIL=Serviceauftrag per E-Mail versendet
       Notify_ORDER_VALIDATE=Kundenauftrag freigegeben
       Notify_ORDER_SENTBYMAIL=Kundenauftrag mit E-Mail versendet
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Lieferantenbestellung per E-Mail zugestellt
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=freigegebene Lieferantenbestellung
       Notify_ORDER_SUPPLIER_APPROVE=Lieferantenbestellung freigegeben
       Notify_ORDER_SUPPLIER_REFUSE=Lieferantenbestellung abgelehnt
       Notify_PROPAL_VALIDATE=Angebot freigegeben
      -Notify_PROPAL_CLOSE_SIGNED=geschlossene Verkäufe  Signiert Angebote
      -Notify_PROPAL_CLOSE_REFUSED=Geschlossene Verkäufe Angebot abgelehnt
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Angebot mit E-Mail gesendet
       Notify_WITHDRAW_TRANSMIT=Transaktion zurückziehen
       Notify_WITHDRAW_CREDIT=Kreditkarten Rücknahme
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Durch Dritte erstellt
       Notify_COMPANY_SENTBYMAIL=Von Partnern gesendete Mails
       Notify_BILL_VALIDATE=Rechnung freigegeben
       Notify_BILL_UNVALIDATE=Rechnung nicht freigegeben
      -Notify_BILL_PAYED=Kundenrechnung bezahlt
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Kundenrechnung storniert
       Notify_BILL_SENTBYMAIL=Kundenrechnung per E-Mail zugestellt
       Notify_BILL_SUPPLIER_VALIDATE=Lieferantenrechnung bestätigen
      -Notify_BILL_SUPPLIER_PAYED=Lieferantenrechnung bezahlt
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Lieferantenrechnung mit E-Mail versendet
       Notify_BILL_SUPPLIER_CANCELED=Lieferantenrechnung storniert
       Notify_CONTRACT_VALIDATE=Vertrag gültig
       Notify_FICHEINTER_VALIDATE=Serviceauftrag freigegeben
      +Notify_FICHINTER_ADD_CONTACT=Kontakt zum Serviceauftrag hinzufügen
      +Notify_FICHINTER_SENTBYMAIL=Serviceauftrag per E-Mail versendet
       Notify_SHIPPING_VALIDATE=Versand freigegeben
       Notify_SHIPPING_SENTBYMAIL=Versanddaten mit E-Mail versendet
       Notify_MEMBER_VALIDATE=Mitglied bestätigt
      @@ -71,27 +70,31 @@ Notify_PROJECT_CREATE=Projekt-Erstellung
       Notify_TASK_CREATE=Aufgabe erstellt
       Notify_TASK_MODIFY=Aufgabe geändert
       Notify_TASK_DELETE=Aufgabe gelöscht
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Finden Sie im Modul-Setup %s
       NbOfAttachedFiles=Anzahl der angehängten Dateien/Dokumente
       TotalSizeOfAttachedFiles=Gesamtgröße der angehängten Dateien/Dokumente
       MaxSize=Maximalgröße
       AttachANewFile=Neue Datei/Dokument anhängen
       LinkedObject=Verknüpftes Objekt
      -NbOfActiveNotifications= Anzahl Benachrichtigungen ( Anz.  E-Mail Empfänger)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nDas ist ein Test-Mail gesendet an __EMAIL__.\nDie beiden Zeilen sind durch einem Zeilenumbruch getrennt.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=Dies ist ein <b>Test</b> Mail (das Wort Test muss in Fettschrift erscheinen). <br> Die beiden Zeilen sollten durch einen Zeilenumbruch getrennt sein.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nHier die gewünschte Preisauskunft __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nBitte entnehmen Sie dem Anhang die Bestellung __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nBitte entnehmen Sie dem Anhang unsere Bestellung __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nAnbei erhalten Sie die Rechnung __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nAls Anlage erhalten Sie unsere Lieferung __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nAnbei finden Sie den Serviceauftrag __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      +PredefinedMailContentLink=Sie können den folgenden Link anklicken um die Zahlung auszuführen, falls sie noch nicht getätigt wurde.\n\n%s\n\n
       DemoDesc=Dolibarr ist eine Management-Software die mehrere Business-Module anbietet. Eine Demo, die alle Module beinhaltet ist nicht sinnvoll , weil der Fall nie existiert (Hunderte von verfügbaren Module). Es stehen auch einige Demo-Profile Typen zur Verfügung.
       ChooseYourDemoProfil=Bitte wählen Sie das Demo-Profil das Ihrem Anwendgsfall am ehesten entspricht
       ChooseYourDemoProfilMore=...oder bauen Sie Ihr eigenes Profil <br> (manuelle Auswahl der Module)
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Installiere oder aktiviere die GD Bibliothek in der PHP Inst
       ProfIdShortDesc=<b>Prof ID %s</b> dient zur Speicherung landesabhängiger Partnerdaten. <br> Für das Land <b>%s</b> ist dies beispielsweise Code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM-Demo
       StatsByNumberOfUnits=Statistik zu den Totalstückzahlen Produkte/Dienstleistungen
      -StatsByNumberOfEntities=Statistik der Zahl der referenzierten Entitäten (Anzahl Rechnungen, Bestellungen, ...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Anzahl Angebote
       NumberOfCustomerOrders=Anzahl Kundenbestellungen
       NumberOfCustomerInvoices=Anzahl Kundenrechnungen
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Anzahl von Einheiten in Kundenrechnungen
       NumberOfUnitsSupplierProposals=Anzahl von Einheiten in Lieferantenangeboten
       NumberOfUnitsSupplierOrders=Anzahl von Einheiten in Lieferantenbestellungen
       NumberOfUnitsSupplierInvoices=Anzahl von Einheiten in Lieferantenrechnungen
      -EMailTextInterventionAddedContact=Ein neuer Serviceauftrag %s wurde Ihnen zugewiesen.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Serviceauftrag %s wurde freigegeben
       EMailTextInvoiceValidated=Rechnung %s wurde freigegeben
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Angebot %s wurde freigegeben
       EMailTextProposalClosedSigned=Das Angebot %s wurde unterschrieben.
       EMailTextOrderValidated=Bestellung %s wurde freigegeben
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Bestellung %s wurde von %s genehmigt
       EMailTextOrderRefused=Bestellung %s wurde abgelehnt
       EMailTextOrderRefusedBy=Bestellung %s wurde von %s abgelehnt
       EMailTextExpeditionValidated=Der Versand %s wurde freigegeben.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Import Datensatz
       DolibarrNotification=Automatische Benachrichtigung
       ResizeDesc=Bitte geben Sie eine neue Breite <b>oder</b> Höhe ein. Das Verhältnis wird während des Zuschneidens erhalten...
      @@ -204,7 +212,7 @@ NewLength=Neue Breite
       NewHeight=Neue Höhe
       NewSizeAfterCropping=Neue Größe nach dem Zuschneiden
       DefineNewAreaToPick=Definieren Sie einen neuen Bereich innerhalb des Bildes (Klicken Sie mit der linken Maustaste auf das Bild und halten Sie bis zur gegenüberliegenden Ecke)
      -CurrentInformationOnImage=Dieses Werzeug hilft Ihnen beim Skalieren und Zuschneiden von Bildern. Diese Informationen existieren derzeit zur Bilddatei
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Bildbearbeitung
       YouReceiveMailBecauseOfNotification=Sie erhalten diese Nachricht, weil Ihre E-Mail-Adresse zur Liste der zu benachrichtigenden Kontakte für %s von %s hinzugefügt wurde.
       YouReceiveMailBecauseOfNotification2=Sie erhalten dieses Mail aufgrund folgender Benachrichtigung:
      @@ -217,9 +225,9 @@ StartUpload=Hochladen starten
       CancelUpload=Hochladen abbrechen
       FileIsTooBig=Dateien sind zu groß
       PleaseBePatient=Bitte haben Sie ein wenig Geduld ...
      -NewPassword=New password
      +NewPassword=Neue Kennwort
       ResetPassword=Kennwort zurücksetzen
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +RequestToResetPasswordReceived=Eine Anfrage zur Änderung Ihres Passwortes erhalten.
       NewKeyIs=Dies sind Ihre neuen Anmeldedaten
       NewKeyWillBe=Ihr neuer Anmeldeschlüssel für die Software ist
       ClickHereToGoTo=Hier klicken für %s
      @@ -233,8 +241,12 @@ PermissionsAdd=Berechtigungen hinzugefügt
       PermissionsDelete=Berechtigungen entfernt
       YourPasswordMustHaveAtLeastXChars=Ihr Passwort muss mindestens <strong> %s </strong> Zeichen enthalten
       YourPasswordHasBeenReset=Ihr Passwort wurde zurückgesetzt
      -ApplicantIpAddress=IP address of applicant
      -SMSSentTo=SMS sent to %s
      +ApplicantIpAddress=IP Adresse des Antragstellers
      +SMSSentTo=SMS an %s gesendet
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exportübersicht
      @@ -249,4 +261,4 @@ WEBSITE_PAGEURL=URL der Seite
       WEBSITE_TITLE=TItel
       WEBSITE_DESCRIPTION=Beschreibung
       WEBSITE_KEYWORDS=Schlüsselwörter
      -LinesToImport=Lines to import
      +LinesToImport=Positionen zum importieren
      diff --git a/htdocs/langs/de_DE/projects.lang b/htdocs/langs/de_DE/projects.lang
      index 6aaef1d7850..0fd5978082b 100644
      --- a/htdocs/langs/de_DE/projects.lang
      +++ b/htdocs/langs/de_DE/projects.lang
      @@ -10,14 +10,14 @@ PrivateProject=Projektkontakte
       ProjectsImContactFor=Projekte bei denen ich ein direkter Kontakt bin
       AllAllowedProjects=Alle Projekte die ich sehen kann (Eigene + Öffentliche)
       AllProjects=Alle Projekte
      -MyProjectsDesc=This view is limited to projects you are a contact for
      +MyProjectsDesc=Diese Ansicht ist beschränkt auf Projekte bei denen Sie als Ansprechpartner eingetragen sind.
       ProjectsPublicDesc=Diese Ansicht zeigt alle Projekte, für die Sie zum Lesen berechtigt sind.
       TasksOnProjectsPublicDesc=Diese Ansicht zeigt alle Aufgaben der Projekte, für die Sie zum Lesen berechtigt sind.
       ProjectsPublicTaskDesc=Diese Ansicht ist beschränkt auf Projekt und Aufgaben bei welchen Sie über Leserechte verfügen.
       ProjectsDesc=Es werden alle Projekte angezeigt (Ihre Berechtigungen berechtigt Sie alle Projekte zu sehen).
       TasksOnProjectsDesc=Es werden alle Aufgaben angezeigt (Ihre Berechtigungen berechtigt Sie alles zu sehen).
      -MyTasksDesc=This view is limited to projects or tasks you are a contact for
      -OnlyOpenedProject=Nur offene Projekte sind sichtbar. (Projekte im Status Entwurf oder Geschlossen sind nicht sichtbar)
      +MyTasksDesc=Diese Ansicht ist beschränkt asuf Projekte oder Aufgaben bei denen Sie als Ansprechspartner eingetragen sind
      +OnlyOpenedProject=Nur offene Projekte sind sichtbar. (Projekte mit dem Status Entwurf oder Geschlossen sind nicht sichtbar)
       ClosedProjectsAreHidden=Abgeschlossene Projekte werden nicht angezeigt.
       TasksPublicDesc=Diese Ansicht ist beschränkt auf Projekt und Aufgaben bei welchen Sie über Leserechte verfügen.
       TasksDesc=Diese Ansicht zeigt alle Projekte und Aufgaben (Ihre Benutzerberechtigungen berechtigt Sie alles zu sehen).
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Sind Sie sicher, dass diese Vertragsposition löschen woll
       ConfirmDeleteATask=Sind Sie sicher, dass diese Aufgabe löschen wollen?
       OpenedProjects=Offene Projekte
       OpenedTasks=Offene Aufgaben
      -OpportunitiesStatusForOpenedProjects=Betrag Verkaufschancen offene Projekt nach Status
      -OpportunitiesStatusForProjects=Betrag Verkaufschancen pro Projekt nach Status
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Zeige Projekt
       ShowTask=Zeige Aufgabe
       SetProject=Projekt setzen
       NoProject=Kein Projekt definiert oder keine Rechte
      -NbOfProjects=Anzahl der Projekte
      -NbOfTasks=Anzahl Aufgaben
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Zeitaufwand
       TimeSpentByYou=Ihr Zeitaufwand
       TimeSpentByUser=Zeitaufwand von Benutzer ausgegeben
      @@ -55,7 +55,7 @@ TasksOnOpenedProject=Aufgaben in offenen Projekten
       WorkloadNotDefined=Arbeitsaufwand nicht definiert
       NewTimeSpent=Zeitaufwände
       MyTimeSpent=Mein Zeitaufwand
      -BillTime=Bill the time spent
      +BillTime=Zeitaufwand verrechnen
       Tasks=Aufgaben
       Task=Aufgabe
       TaskDateStart=Startdatum der Aufgabe
      @@ -77,23 +77,24 @@ Time=Zeitaufwand
       ListOfTasks=Aufgabenliste
       GoToListOfTimeConsumed=Liste der verwendeten Zeit aufrufen
       GoToListOfTasks=Liste der Aufgaben aufrufen
      -GoToGanttView=Go to Gantt view
      +GoToGanttView=Zur Gantansicht
       GanttView=Gantt-Diagramm
      -ListProposalsAssociatedProject=Liste Angebote, die mit diesem Projekt verknüpft sind
      -ListOrdersAssociatedProject=Liste der mit diesem Projekt verbundenen Kunden-Bestellungen
      -ListInvoicesAssociatedProject=Liste der mit diesem Projekt verbundenen Kunden-Rechnungen
      -ListPredefinedInvoicesAssociatedProject=Liste von Rechnungsvorlagen, die mit diesem Projekt verknüpft sind.
      -ListSupplierOrdersAssociatedProject=Liste der mit diesem Projekt verbundenen Lieferantenbestellungen
      -ListSupplierInvoicesAssociatedProject=Liste der mit diesem Projekt verbundenen Lieferantenrechnungen
      -ListContractAssociatedProject=Liste Verträge, die mit diesem Projekt verknüpft sind
      -ListShippingAssociatedProject=Liste der Lieferungen zu diesem Projekt
      -ListFichinterAssociatedProject=Liste der Serviceaufträge, die mit diesem Projekt verknüpft sind
      -ListExpenseReportsAssociatedProject=Liste Spesenabrechnungen, die mit diesem Projekt verknüpft sind
      -ListDonationsAssociatedProject=Liste Spenden, die mit diesem Projekt verknüpft sind
      -ListVariousPaymentsAssociatedProject=Liste der sonstigen mit dem Projekt verbundenen Zahlungen
      -ListActionsAssociatedProject=Liste Ereignisse, die mit diesem Projekt verknüpft sind
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Liste mit Zeitaufwand der Projektaufgaben
      -ListTaskTimeForTask=List of time consumed on task
      +ListTaskTimeForTask=Zeitaufwand auf Aufgaben
       ActivityOnProjectToday=Projektaktivitäten von heute
       ActivityOnProjectYesterday=Projektaktivitäten von gestern
       ActivityOnProjectThisWeek=Projektaktivitäten dieser Woche
      @@ -101,7 +102,7 @@ ActivityOnProjectThisMonth=Projektaktivitäten dieses Monats
       ActivityOnProjectThisYear=Projektaktivitäten dieses Jahres
       ChildOfProjectTask=Subelemente des Projekts/Aufgabe
       ChildOfTask=Kindelement der Aufgabe
      -TaskHasChild=Task has child
      +TaskHasChild=Aufgabe hat eine Unteraufgabe
       NotOwnerOfProject=Nicht Eigner des privaten Projekts
       AffectedTo=Zugewiesen an
       CantRemoveProject=Löschen des Projekts auf Grund verbundener Elemente (Rechnungen, Bestellungen oder andere) nicht möglich. Näheres finden Sie unter dem Reiter Bezugnahmen.
      @@ -141,16 +142,16 @@ ProjectReportDate=Passe Aufgaben-Datum dem neuen Projekt-Startdatum an
       ErrorShiftTaskDate=Es ist nicht möglich, das Aufgabendatum dem neuen Projektdatum anzupassen
       ProjectsAndTasksLines=Projekte und Aufgaben
       ProjectCreatedInDolibarr=Projekt %s erstellt
      -ProjectValidatedInDolibarr=Project %s validated
      +ProjectValidatedInDolibarr=Projekt %s validiert
       ProjectModifiedInDolibarr=Projekt %s geändert
       TaskCreatedInDolibarr=Aufgabe %s erstellt
       TaskModifiedInDolibarr=Aufgabe %s geändert
       TaskDeletedInDolibarr=Aufgabe %s gelöscht
      -OpportunityStatus=Verkaufschance Status
      +OpportunityStatus=Status / Chancen Lead
       OpportunityStatusShort=Chance Status
      -OpportunityProbability=Wahrscheinlichkeit Verkaufschance
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Wahrscheinlichkeit Verkaufschance
      -OpportunityAmount=Verkaufschance Betrag
      +OpportunityAmount=Wert/Betrag für Lead
       OpportunityAmountShort=Chance Betrag
       OpportunityAmountAverageShort=Durchschnittsbetrag Chance
       OpportunityAmountWeigthedShort=Gewichtete Erfolgschance
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Mitwirkender
       SelectElement=Element wählen
       AddElement=Mit Element verknüpfen
       # Documents models
      -DocumentModelBeluga=Bericht Vorlage für verknüpfte Objekte-Übersicht
      -DocumentModelBaleine=Projektberichtsvorlage für Aufgaben
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Geplante Auslastung
       PlannedWorkloadShort=Arbeitsaufwand
       ProjectReferers=Verknüpfte Einträge
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekte mit diesem Anwender als Kontakt
       TasksWithThisUserAsContact=Aufgaben zugeordnet zu diesem Anwender
       ResourceNotAssignedToProject=Zugewiesen zu Projekt
       ResourceNotAssignedToTheTask=nicht der Aufgabe zugewiesen
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Zeitaufwand durch
       TasksAssignedTo=Aufgabe zugewiesen an
       AssignTaskToMe=Aufgabe mir selbst zuweisen
      @@ -189,25 +192,26 @@ AssignTaskToUser=Aufgabe an %s zuweisen
       SelectTaskToAssign=Zuzuweisende Aufgabe auswählen...
       AssignTask=Zuweisen
       ProjectOverview=Projekt-Übersicht
      -ManageTasks=Verwende Projekte um Aufgaben und Zeitaufwand zu verwalten
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Verwende Projekte um Leads und Chancen zu verwalten
      -ProjectNbProjectByMonth=Anzahl der Projekte pro Monat
      -ProjectNbTaskByMonth=Anzahl erstellter Projekte pro Monat
      -ProjectOppAmountOfProjectsByMonth=Betrag der Verkaufschancen pro Monat
      -ProjectWeightedOppAmountOfProjectsByMonth=gewichteter Betrag der Verkaufschancen pro Monat
      -ProjectOpenedProjectByOppStatus=Offene Projekte/Verkaufschancen nach Status
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistik über Projekte und Leads
       TasksStatistics=Statistik über Projekte und Lead Aufgaben
       TaskAssignedToEnterTime=Aufgabe zugewiesen. Eingabe der Zeit zu diese Aufgabe sollte möglich sein.
       IdTaskTime=ID Zeit Aufgabe
       YouCanCompleteRef=Wenn Sie die Referenz mit Infromationen vervollständigen möchten (um diese als Suchfilter zu verwenden), wird empfohlen ein Trennzeichen einzusetzen, damit den Nummernkreis der zukünftigen Projekten weiterhin korrekt funktioniert. Zum Beispiel  %s-ABC. Sie können aber auch in den Label Suchbegriffe hinzufügen. Ein bewährtes Verfahren besteht darin, ein dedizierter Feld einzufügen, bekannt unter dem Begriff ergänzenden Attributen.
       OpenedProjectsByThirdparties=Offene Projekte nach Partner
      -OnlyOpportunitiesShort=nur Verkaufschancen
      -OpenedOpportunitiesShort=Offene Verkaufschancen
      -NotAnOpportunityShort=keine Verkaufschance
      -OpportunityTotalAmount=Verkaufschancen Gesamtbetrag
      -OpportunityPonderatedAmount=Verkaufschancen geschätzter Betrag
      -OpportunityPonderatedAmountDesc=Betrag der Verkaufschance gewichtet nach Wahrscheinlichkeit
      +OnlyOpportunitiesShort=nur Leads/Verkaufschancen
      +OpenedOpportunitiesShort=offene Verkaufschancen
      +NotOpenedOpportunitiesShort=Not open leads
      +NotAnOpportunityShort=Not a lead
      +OpportunityTotalAmount=Gesamtbetrag Leads/Verkaufschancen
      +OpportunityPonderatedAmount=Weighted amount of leads
      +OpportunityPonderatedAmountDesc=Leads amount weighted with probability
       OppStatusPROSP=Geschäftsanbahnung
       OppStatusQUAL=Qualifikation
       OppStatusPROPO=Angebot
      @@ -220,11 +224,13 @@ AllowToLinkFromOtherCompany=Projekt von anderem Unternehmen verknüpfen lassen <
       LatestProjects=%s neueste Projekte
       LatestModifiedProjects=Neueste %s modifizierte Projekte
       OtherFilteredTasks=Andere gefilterte Aufgaben
      -NoAssignedTasks=No assigned tasks (assign project/tasks the current user from the top select box to enter time on it)
      +NoAssignedTasks=Keine zugewiesenen Aufgaben (ordnen Sie sich das Projekt / Aufgaben aus dem oberen Auswahlfeld zu, um Zeitaufwand einzugeben)
       # Comments trans
       AllowCommentOnTask=Alle Benutzerkommentare zur Aufgabe
       AllowCommentOnProject=Benutzer dürfen Projekte kommentieren
      -DontHavePermissionForCloseProject=You do not have permissions to close the project %s
      -DontHaveTheValidateStatus=The project %s must be open to be closed
      -RecordsClosed=%s project(s) closed
      -SendProjectRef=Information project %s
      +DontHavePermissionForCloseProject=Sie haben nicht die Berechtigung das Projekt %s zu schliessen
      +DontHaveTheValidateStatus=Projekt %smuss offen sein, damit es geschlossen werden kann
      +RecordsClosed=%s Projekt(e) geschlossen
      +SendProjectRef=Informationen zu Projekt %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/el_GR/admin.lang b/htdocs/langs/el_GR/admin.lang
      index 9815e8ce767..0069c20110c 100644
      --- a/htdocs/langs/el_GR/admin.lang
      +++ b/htdocs/langs/el_GR/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Υπό ανάπτυξη
       VersionUnknown=Άγνωστη
       VersionRecommanded=Προτεινόμενη
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Φορέας χειρισμού αποθήκευσης συν
       SessionSavePath=Αποθήκευση τοπικής προσαρμογής συνεδρίας
       PurgeSessions=Διαγραφή συνόδων
       ConfirmPurgeSessions=Είστε σίγουροι πως θέλετε να διαγράψετε όλες τις συνεδρίες; Αυτό θα αποσυνδέσει όλους τους χρήστες (εκτός από εσάς).
      -NoSessionListWithThisHandler=Ο Φορέας χειρισμού αποθήκευσης συνεδριών που έχει διαμορφωθεί στο PHP σας δεν επιτρέπει καταχώρηση όλων των τρέχοντων συνεδριών.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Κλειδώστε τις νέες συνδέσεις
      -ConfirmLockNewSessions=Είστε σίγουροι ότι θέλετε να περιορίσετε κάθε νέα σύνδεση Dolibarr για τον εαυτό σας. Μόνο ο χρήστης <b>%s</b>  θα είναι σε θέση να συνδεθεί μετά από αυτό.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Κατάργηση κλειδώματος σύνδεσης
       YourSession=Η σύνοδος σας
      -Sessions=Σύνοδοι χρηστών
      +Sessions=Users sessions
       WebUserGroup=Χειριστής/Ομάδα Διακομιστή Web
      -NoSessionFound=Το PHP σας δεν επιτρέπει την καταγραφή όλων των ενεργοποιημένων συνεδριών.  Ο κατάλογος που χρησιμοποιείται για να αποθηκεύετε συνεδρίες (<b>%s</b>) πιθανόν προστατεύεται (Για παράδειγμα, από OS άδειες ή από οδηγίες PHP open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Σύνολο χαρακτήρων βάσης δεδομένων για την αποθήκευση δεδομένων
       DBSortingCharset=Σετ χαρακτήρων βάσης δεδομένων για ταξινόμηση δεδομένων
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Εξωτερικός χρήστης
       InternalUsers=Εσωτερικοί χρήστες
       ExternalUsers=Εξωτερικοί χρήστες
       GUISetup=Εμφάνιση
      -SetupArea=Περιοχή ρύθμισης
      +SetupArea=Ρύθμιση
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Έντυπο για να ελέγξετε το αρχείο μεταφόρτωσης (ανάλογα με τις ρυθμίσεις)
       IfModuleEnabled=Σημείωση: ναι, είναι αποτελεσματική μόνο αν το module <b>%s</b> είναι ενεργοποιημένο
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Ο κώδικας δεν μπορεί να περιέχ
       DisableJavascript=Απενεργοποίηση της Java ακολουθίας και των Ajax  λειτουργιών (Προτείνεται για χρήση από άτομα με προβλήματα όρασης ή φυλλομετρητές κειμένου)
       UseSearchToSelectCompanyTooltip=Επίσης, αν έχετε ένα μεγάλο αριθμό Πελ./Προμ. (> 100 000), μπορείτε να αυξήσετε την ταχύτητα με τον καθορισμό της σταθερά COMPANY_DONOTSEARCH_ANYWHERE σε 1 στο Setup->Other. Η αναζήτηση στη συνέχεια θα περιορίζεται από την έναρξη της σειράς.
       UseSearchToSelectContactTooltip=Επίσης, αν έχετε ένα μεγάλο αριθμό Πελ./Προμ. (> 100 000), μπορείτε να αυξήσετε την ταχύτητα με τον καθορισμό της σταθερά COMPANY_DONOTSEARCH_ANYWHERE σε 1 στο Setup->Other. Η αναζήτηση στη συνέχεια θα περιορίζεται από την έναρξη της σειράς.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Πλήθος χαρακτήρων για να ξεκινήσει η αναζήτηση: %s
       NotAvailableWhenAjaxDisabled=Δεν είναι διαθέσιμο όταν η Ajax είναι απενεργοποιημένη
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Η προ επισκόπηση δεν είναι διαθέ
       ThemeCurrentlyActive=Θεματική Επι του Παρόντος Ενεργή
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (βάση δεδομένων)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Κενό
       Table=Πίνακας
       Fields=Πεδία
      @@ -111,14 +111,14 @@ NotConfigured=Το ένθεμα/εφαρμογή δεν έχει ρυθμιστ
       Active=Ενεργό
       SetupShort=Ρύθμιση
       OtherOptions=Άλλες Επιλογές
      -OtherSetup=Άλλες Ρυθμίσεις
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Διαχωριστικό Δεκαδικών
       CurrentValueSeparatorThousand=Διαχωριστικό Χιλιάδων
       Destination=Προορισμός
       IdModule=Module ID
       IdPermissions=Δικαιώματα ID
       LanguageBrowserParameter=Παράμετρος %s
      -LocalisationDolibarrParameters=Παράμετροι τοπικών ρυθμίσεων
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Ζώνη Ώρας χρήστη (χρήστης)
       ClientHour=Ωρα χρήστη (χρήστης)
       OSTZ=OS Time Zone του διακομιστή 
      @@ -126,8 +126,8 @@ PHPTZ=Ζώνη Ώρας PHP server
       DaylingSavingTime=Η θερινή ώρα (χρήστη)
       CurrentHour=PHP server hour
       CurrentSessionTimeOut=Χρονικό όριο περιόδου λειτουργίας τρέχουσας συνοδού
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Μέγιστο πλήθος γραμμών για τα widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Αυτόματη Ανίχνευση (γλώσσα φυλλομετρητή)
       FeatureDisabledInDemo=Δυνατότητα απενεργοποίησης στο demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Μόνο στοιχεία από <a href="%s">ενεργοποιημένα modules</a> προβάλλονται.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Νέο
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=Το DoliStore, είναι η επίσημη περιοχή για να βρείτε εξωτερικά modules για το Dolibarr ERP/CRM
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Σύνδεσμος
       BoxesAvailable=Διαθέσιμα Widgets
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Μην αποθηκεύετε αποκρυπτογραφ
       MainDbPasswordFileConfEncrypted=Ο κωδικός της βάσης δεδομένων να είναι κρυπτογραφημένος στο conf.php (προτείνεται να είναι ενεργό)
       InstrucToEncodePass=Για κρυπτογραφημένο κωδικό στο αρχείο <b>conf.php</b>, κάντε αντικατάσταση στη γραμμή <br><b>$dolibarr_main_db_pass="...";</b><br>με<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Προστασία παραγόμενων αρχείων pdf (Η ενεργοποίηση ΔΕΝ προτείνεται, χαλάει την μαζική δημιουργία pdf)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Χαρακτηριστικό
       DolibarrLicense=Άδεια χρήσης
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Για την τεκμηρίωση χρήστη ή προγραμματιστή  (Doc, FAQs...),<br>ρίξτε μια ματιά στο Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Για οποιαδήποτε άλλη ερώτηση/βοήθεια, μπορείτε να χρησιμοποιήσετε το forum του Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Αυτή η περιοχή μπορεί να σας βοηθήσει να αποκτήσετε υπηρεσίες βοήθειας στο Dolibarr.
      -HelpCenterDesc2=Κάποια κομμάτια αυτής της υπηρεσίας είναι διαθέσιμα <b> μόνο στα αγγλικά</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Τρέχον μενού
       MeasuringUnit=Μονάδα μέτρησης
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=Θύρα SMTP/SMTPS (Προεπιλογή στο php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (Προεπιλογή στο php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Θύρα SMTP/SMTPS (Δεν καθορίζεται στην PHP σε συστήματα Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Δεν καθορίζεται στην PHP σε συστήματα Unix)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Να αποστέλλονται κρυφά αντίγραφα των απεσταλμένων emails στο
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Μέθοδος που χρησιμοποιείτε για αποστολή EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID αν απαιτείται πιστοποίηση
      -MAIN_MAIL_SMTPS_PW=Κωδικός SMTP αν απαιτείται πιστοποίηση
      -MAIN_MAIL_EMAIL_TLS= Χρησιμοποιήστε TLS (SSL) κωδικοποίηση
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Απενεργοποίηση όλων των αποστολών SMS (για λόγους δοκιμής ή demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Μέθοδος που θέλετε να χρησιμοποιηθεί για την αποστολή SMS
      -MAIN_MAIL_SMS_FROM=Προεπιλεγμένος αριθμός τηλεφώνου αποστολέα για την αποστολή SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Αυτή η λειτουργία δεν είναι διαθέσιμη σε συστήματα Unix like. Δοκιμάστε το πρόγραμμα sendmail τοπικά.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Διαχείριση Αρθρώματος
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Να μην χρησιμοποιείται για παρα
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Βήμα %s
      -FindPackageFromWebSite=Βρείτε ένα πακέτο που να παρέχει την λειτουργία που επιθυμείτε (για παράδειγμα στο επίσημο %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Λήψη πακέτου (για παράδειγμα από την επίσημη ιστοσελίδα %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Έκδοση Dolibarr
       CallUpdatePage=Μετάβαση στη σελίδα ενημέρωσης της δομής της βάσης δεδομένων και των δεδομένων: %s.
       LastStableVersion=Τελευταία σταθερή έκδοση
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Καθυστέρηση για την τοποθέτηση απόκρισης εξαγωγής στην προσωρινή μνήμη σε δευτερόλεπτα (0 ή άδεια για μη χρήση προσωρινής μνήμης)
       DisableLinkToHelpCenter=Αποκρύψτε τον σύνδεσμο "<b>Αναζητήστε βοήθεια ή υποστήριξη</b>" στην σελίδα σύνδεσης
       DisableLinkToHelp=Απόκρυψη του συνδέσμου online βοήθεια "<b>%s</b>"
      -AddCRIfTooLong=Δεν υπάρχει αυτόματη αναδίπλωση κειμένου.  Αν η γραμμή σας δεν χωράει στην σελίδα των εγγράφων επειδή είναι πολύ μεγάλη, θα πρέπει να προσθέσετε μόνοι σας χαρακτήρες αλλαγής γραμμής carriage return στην περιοχή κειμένου.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Ελάχιστο μήκος
       LanguageFilesCachedIntoShmopSharedMemory=Τα αρχεία τύπου .lang έχουν φορτωθεί στην κοινόχρηστη μνήμη
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Παραδείγματα με την τωρινή διαμόρφωση
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Λίστα φακέλων προτύπων OpenDocument
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Αριθμός αρχείων προτύπων ODT/ODS που βρέθηκαν σε αυτούς τους φακέλους
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Παραδείγματα σύνταξης:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Για να μάθετε πως να δημιουργήσετε τα δικά σας αρχεία προτύπων, πριν τα αποθηκεύσετε σε αυτούς τους φακέλους, διαβάστε την τεκμηρίωση στο wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Φόρμα δοκιμής εισαγωγής δεδομένων
       ThisForceAlsoTheme=Αυτός ο τροποποιητής μενού χρησιμοποιεί το δικό του θέμα όποιο θέμα και να έχει επιλέξει ο χρήστης.  Επίσης, αυτό το πρόγραμμα διαχείρισης μενού που ειδικεύεται στις κινητές συσκευές δεν δουλεύει σε όλα τα smartphone. Χρησιμοποιήσετε κάποιον άλλο διαχειριστή μενού αν αντιμετωπίζετε προβλήματα στο δικό σας.
       ThemeDir=Φάκελος skins
      -ConnectionTimeout=Λήξη σύνδεσης
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Λήξη χρόνου αναμονής απάντησης
       SmsTestMessage=Δοκιμαστικό μήνυμα από __PHONEFROM__ να __PHONETO__
       ModuleMustBeEnabledFirst=Το άρθρωμα <b>%s</b> πρέπει να ενεργοποιηθεί πρώτα εάν χρειάζεστε συτή τη λειτουργία.
       SecurityToken=Security Token
      -NoSmsEngine=Δεν υπάρχει πρόγραμμα αποστολής SMS διαθέσιμο. Τα προγράμματα αποστολής SMS δεν εγκαθίστανται με την διανομή από προεπιλογή (επειδή εξαρτώνται από εξωτερικούς προμηθευτές) αλλά μπορείτε να βρείτε κάποια διαθέσιμα προγράμματα στο %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Μπορείτε να ρυθμίσετε κάθε κεντρική επιλογή που σχετίζεται με τη δημιουργία PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Κανόνες για να δημιουργηθούν διευθύνσεις
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Απόκρυψη περιγραφών προϊόντων στα δημιουργηθέντα PDF
       HideRefOnPDF=Απόκρυψη αναφοράς προϊόντος στα δημιουργηθέντα PDF
       HideDetailsOnPDF=Απόκρυψη λεπτομερειών προϊόντων στα δημιουργηθέντα PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Παράμετροι για δημιουργία ασφ
       SecurityTokenIsUnique=Χρησιμοποιήστε μια μοναδική παράμετρο securekey για κάθε διεύθυνση URL
       EnterRefToBuildUrl=Εισάγετε αναφοράς για %s αντικείμενο
       GetSecuredUrl=Πάρτε υπολογιζόμενο URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Παλιός συντελεστής ΦΠΑ
       NewVATRates=Νέος συντελεστής ΦΠΑ
       PriceBaseTypeToChange=Τροποποίηση τιμών με βάση την τιμή αναφοράς όπως ρυθμίστηκε στο
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Επιλογή από λίστα
       ExtrafieldSelectList = Επιλογή από πίνακα
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Συνθηματικό
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Προεπιλεγμένος σύνδεσμος
       SetAsDefault=Ορισμός ως προεπιλογή
       ValueOverwrittenByUserSetup=Προσοχή, αυτή η τιμή μπορεί να αντικατασταθεί από επιλογή του χρήστη (ο κάθε χρήστης μπορεί να κάνει τον δικό του σύνδεσμο clicktodial)
       ExternalModule=Εξωτερικό module - Εγκατεστημένο στον φάκελο %s
      -BarcodeInitForThirdparties=Όγκος barcode init για Πέλ./Πρόμ.
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Όγκος barcode init ή επαναφορά για προϊόντα ή υπηρεσίες
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init τιμή για τις επόμενες %s άδειες καταχωρήσεις
       EraseAllCurrentBarCode=Διαγραφή όλων των τρεχουσών τιμών barcode
       ConfirmEraseAllCurrentBarCode=Είστε σίγουροι ότι θέλετε να διαγράψετε όλες τις τρέχουσες τιμές barcode;
       AllBarcodeReset=Όλες οι τιμές barcode έχουν αφαιρεθεί
      -NoBarcodeNumberingTemplateDefined=Δεν υπάρχει πρότυπο για barcode αρίθμηση ενεργοποιημένη στο module barcode
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Εμφάνιση διεύθυνσης επιχείρησης
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Χρήστες & Ομάδες
      +Module0Name=Χρήστες και Ομάδες
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Στοιχεία
      +Module1Name=Third Parties
       Module1Desc=Διαχείριση εταιρειών και επαφών (πελάτες, πιθανοί πελάτες...)
       Module2Name=Εμπορικό
       Module2Desc=Εμπορική διαχείριση
       Module10Name=Λογιστική
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Προτάσεις
       Module20Desc=Διαχείριση προσφορών
       Module22Name=Μαζική αποστολή e-mail
      @@ -511,13 +517,13 @@ Module52Desc=Διαχείριση αποθεμάτων (προϊόντων)
       Module53Name=Υπηρεσίες
       Module53Desc=Διαχείριση υπηρεσιών
       Module54Name=Συμβάσεις/Συνδρομές
      -Module54Desc=Διαχείριση συμβολαίων (υπηρεσιών ή ανανεώσιμων συνδρομών)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Διαχείριση barcode
       Module56Name=Τηλεφωνία
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Ενοποίηση ενός συστήματος ClickToDial (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Σημειώσεις εξόδων και ταξιδιών
       Module75Desc=Διαχείριση σημειώσεων εξόδων και ταξιδιών
       Module80Name=Αποστολές
       Module80Desc=Διαχείριση αποστολών και εντολών παράδοσης
      -Module85Name=Τράπεζες και μετρητά
      +Module85Name=Banks and Cash
       Module85Desc=Διαχείριση τραπεζών και λογαριασμών μετρητών
      -Module100Name=Εξωτερική ιστοσελίδα
      -Module100Desc=Αυτό το module περιέχει μία εξωτερική ιστοσελίδα ή site μέσα από το μενού του Dolibarr  για να προβληθεί μέσω ενός παραθύρου Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman και SIP
       Module105Desc=Mailman ή SPIP διεπαφή για ενότητα μέλος
       Module200Name=LDAP
      -Module200Desc=Συγχρονισμός LDAP directory
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Διεπαφή PostNuke
       Module240Name=Εξαγωγές δεδομένων
      -Module240Desc=Εργαλείο για την εξαγωγή δεδομένων του Dolibarr (με βοήθεια)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Εισαγωγές δεδομένων
      -Module250Desc=Εργαλείο για την εισαγωγή δεδομένων στο Dolibarr (με βοήθεια)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Μέλη
       Module310Desc=Διαχείριση μελών οργανισμού
       Module320Name=RSS Feed
       Module320Desc=Εισαγωγή RSS feed εντός των σελίδων του Dolibarr
      -Module330Name=Σελιδοδείκτες
      -Module330Desc=Διαχείριση σελιδοδεικτών
      -Module400Name=Έργα/Ευκαιρίες/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=Ημερολόγιο ιστού
       Module410Desc=Διεπαφή ημερολογίου ιστού
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Δάνειο
       Module520Desc=Διαχείριση δανείων
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Δωρεές
       Module700Desc=Donation management
       Module770Name=Αναφορές εξόδων
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Δημιουργία εγγράφου για μαζικά mail
       Module1780Name=Ετικέτες/Κατηγορίες
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Δυναμικές Τιμές
       Module2200Desc=Ενεργοποιήστε τη χρήση των μαθηματικών εκφράσεων για τις τιμές
       Module2300Name=Προγραμματισμένες εργασίες
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Ενεργοποιήστε το Dolibarr web services client (Μπορεί να χρησιμοποιηθεί για την προώθηση των δεδομένων/αιτήσεις σε εξωτερικούς διακομιστές. Μόνο Παραγγελίες προμηθευτών υποστηρίζονται προς το παρόν)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Αφήστε τη διαχείριση των ερωτήσεων
      -Module20000Desc=Δηλώστε και παρακολουθήστε τις αιτήσεις αδειών των εργαζομένων
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Σημείο Πωλήσεων
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Σημείο πωλήσεων
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Λογιστική (για προχωρημένους)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Απευθείας εκτύπωση (χωρίς να ανοίξετε τα έγγραφα) χρησιμοποιώντας Cups IPP διασύνδεση (Ο Εκτυπωτής πρέπει να είναι ορατός από τον server, και το CUPS πρέπει να έχει εγκατασταθεί στο server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Δημοσκόπηση, έρευνα ή ψηφοφορία
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Περιθώρια
       Module59000Desc=Πρόσθετο για την διαχείριση των περιθωρίων
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Διεθνείς Εμπορικός Όρος
      -Module62000Desc=Προσθέστε δυνατότητες για τη διαχείριση του Διεθνή Εμπορικού Όρου
      +Module62000Name=Διεθνείς Εμπορικοί Όροι
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Πόροι
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Εξαγωγή έργων
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Εγκατάσταση χρηματοοικονομικών λογαριασμών (δημιουργία, διαχείριση κατηγοριών)
      -Permission114=Συμφιλιώνει τις συναλλαγές
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Διαβάστε συμβάσεις/συνδρομές
       Permission162=Δημιουργία/τροποποίηση συμβολαίων/συνδρομών
       Permission163=Ενεργοποίηση υπηρεσίας/συνδρομής ενός συμβολαίου
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Διαγραφή επαφών
       Permission286=Εξαγωγή επαφών
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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=Διαγραφή μισθών
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Εξαγωγή μισθών
       Permission520=Ανάγνωση δανείων
       Permission522=Δημιουργία/μεταβολή δανείων
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Διαγραφή των αιτήσεων άδειας
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Προοπτική δυνητικό επίπεδο
       DictionaryCanton=Πολιτεία/Επαρχία
       DictionaryRegion=Περιοχές
      @@ -894,7 +902,7 @@ DictionaryVAT=Τιμές ΦΠΑ ή φόρου επί των πωλήσεων
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Όροι πληρωμής
       DictionaryPaymentModes=Τρόποι πληρωμής
      -DictionaryTypeContact=Τύποι Επικοινωνίας/Διεύθυνση
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Οικολογικός φόρος (ΑΗΗΕ)
       DictionaryPaperFormat=Μορφές χαρτιού
      @@ -908,47 +916,47 @@ DictionarySource=Προέλευση των προτάσεων/παραγγελι
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Μοντέλα λογιστικού σχεδίου
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Πρότυπα email
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Μονάδες
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Οι ρυθμίσεις αποθηκεύτηκαν
       SetupNotSaved=Setup not saved
       BackToModuleList=Πίσω στη λίστα με τα modules
      -BackToDictionaryList=Επιστροφή στη λίστα λεξικών
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Διαχείριση Φ.Π.Α.
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Τιμή
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Αναφορές για τοπικούς φόρους
       CalcLocaltax1=Πωλήσεις - Αγορές
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Πωλήσεις
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Ετικέτα στα έγγραφα
      -NbOfDays=Πλήθος Ημερών
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Στο τέλος του μήνα
       CurrentNext=Current/Next
       Offset=Απόκλιση
      @@ -984,7 +993,7 @@ DatabaseUser=Χρήστης ΒΔ
       DatabasePassword=Συνθηματικό ΒΔ
       Tables=Πίνακες
       TableName=Όνομα Πίνακα
      -NbOfRecord=Πλήθος Εγγραφών
      +NbOfRecord=No. of records
       Host=Διακομιστής
       DriverType=Driver type
       SummarySystem=Σύνοψη πληροφοριών συστήματος
      @@ -996,7 +1005,7 @@ Skin=Θέμα
       DefaultSkin=Προκαθορισμένο Θέμα
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Προεπιλεγμένο μέγιστο μέγεθος για λίστες
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Μήνυμα της ημέρας
       MessageLogin=Μήνυμα σελίδας εισόδου
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Προκαθορισμένη Γλώσσα (κωδ. γλώσσας)
       EnableMultilangInterface=Ενεργοποίησ πολυγλωσσικού περιβάλλοντος
       EnableShowLogo=Εμφάνιση λογότυπου στο αριστερό μενού
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Όνομα
       CompanyAddress=Διεύθυνση
       CompanyZip=Τ.Κ.
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Ιδιοκτήτης του λογαριασμού τράπε
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Εμφάνιση συνδέσμου link <strong>%s</strong>
       Alerts=Συναγερμοί
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Ιστορικό εισόδου χρηστών
       InfoDolibarr=Πληροφορίες Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Χρήση Δεκαδικών ψηφίων στις τιμές ειδών
       MAIN_MAX_DECIMALS_TOT=μέγιστος αριθμός δεκαδικών στη συνολική πληρωτέα τιμή
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Καθαρή τιμή επί του προϊόντος
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Ημιτελής μεταγλώττιση
      -MAIN_DISABLE_METEO=Απενεργοποίηση Meteo θέα
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Δοκιμή για να συνδεθείτε API
      -ProxyDesc=Μερικά χαρακτηριστικά του Dolibarr πρέπει να έχουν πρόσβαση στο Internet στην εργασία. Ορίστε εδώ τις παραμέτρους για αυτό. Εάν ο διακομιστής Dolibarr είναι πίσω από ένα διακομιστή μεσολάβησης, οι παράμετροι αυτές λέει Dolibarr τον τρόπο πρόσβασης στο Internet μέσω αυτού.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Εξωτερική πρόσβαση
       MAIN_PROXY_USE=Χρησιμοποιήστε ένα διακομιστή μεσολάβησης (αλλιώς άμεση πρόσβαση στο διαδίκτυο)
       MAIN_PROXY_HOST=Ονοματεπώνυμο / διεύθυνση του διακομιστή μεσολάβησης
       MAIN_PROXY_PORT=Λιμάνι του διακομιστή μεσολάβησης
       MAIN_PROXY_USER=Σύνδεση για να χρησιμοποιήσετε το διακομιστή μεσολάβησης
       MAIN_PROXY_PASS=Κωδικός πρόσβασης για να χρησιμοποιήσετε το διακομιστή μεσολάβησης
      -DefineHereComplementaryAttributes=Ορίστε εδώ όλα τα χαρακτηριστικά, δεν είναι ήδη διαθέσιμη από προεπιλογή, και ότι θέλετε να υποστηριχθούν για %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Συμπληρωματικά χαρακτηριστικά
       ExtraFieldsLines=Συμπληρωματικά χαρακτηριστικά (σειρές)
       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=Συμπληρωματικές ιδιότητες (τιμολόγια)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=μόνο αλφαριθμητικά και πε
       SendmailOptionNotComplete=Προσοχή, σε μερικά συστήματα Linux, για να στείλετε e-mail από το e-mail σας, το sendmail εγκατάστασης εκτέλεση πρέπει conatins επιλογή-βα (mail.force_extra_parameters παράμετρος σε php.ini αρχείο σας). Αν δεν ορισμένοι παραλήπτες λαμβάνουν μηνύματα ηλεκτρονικού ταχυδρομείου, προσπαθήστε να επεξεργαστείτε αυτή την PHP με την παράμετρο-mail.force_extra_parameters = βα).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Εγκατάσταση της μετάφρασης
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=Μπορείτε να χρησιμοποιήσετε το πρόγραμμα οδήγησης %s που είναι καλύτερος οδηγός που διατίθεται σήμερα.
      -YouDoNotUseBestDriver=Μπορείτε να χρησιμοποιήσετε τη μονάδα %s αλλά ο οδηγός %s προτείνετε.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Βελτιστοποίηση αναζήτησης
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=Xdebug είναι φορτωμένο.
       XCacheInstalled=XCache είναι φορτωμένο.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Έκδοση στο πεδίο %s
       FillThisOnlyIfRequired=Παράδειγμα: +2 (συμπληρώστε μόνο αν ζώνη ώρας αντισταθμίσουν τα προβλήματα για προβλήματα που προέκυψαν)
       GetBarCode=Πάρτε barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Να μην προτείνεται η δημιουργία κωδικού. Ο κωδικός πρέπει να πληκτρολογηθεί με το χέρι.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Ρυθμίσεις αρθρώματος Εταιριών
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Πρότυπα εγγράφων
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Ενεργοποιήστε τη δυνατότητα να συμπληρώνει αυτόματα τις γραμμές πληρωμής σε έντυπο πληρωμής
      -CompanyIdProfChecker=Επαγγελματική ταυτότητα μοναδική
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Τιμολόγια και πιστωτικά τιμολόγια μοντέλο αρίθμησης
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Πιστωτικό τιμολόγιο
       CreditNotes=Πιστωτικά τιμολόγια
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Διαχείριση μιας Σύνδεση για κά
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Σύνδεση/έλεγχος ταυτότητας με το διακομιστή LDAP επιτυχή (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Επιδόσεις ρύθμισης/βελτιστοποίηση της αναφοράς
      -YouMayFindPerfAdviceHere=Θα βρείτε σε αυτή τη σελίδα ορισμένους ελέγχους ή συμβουλές που σχετίζονται με την απόδοση.
      -NotInstalled=Δεν έχει εγκατασταθεί, οπότε ο server σας δεν έχει επιβραδυνθεί από αυτό.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Εφαρμογή Cache
       MemcachedNotAvailable=Δεν βρέθηκε applicative προσωρινή μνήμη. Μπορείτε να βελτιώσετε την απόδοση με την εγκατάσταση ενός Memcached διακομιστή προσωρινής μνήμης και ένα module θα είναι σε θέση να χρησιμοποίηση το διακομιστή προσωρινής μνήμης.<br>Περισσότερες πληροφορίες εδώ <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Σημειώστε ότι πολλοί πάροχοι web hosting δεν παρέχουν διακομιστή cache.
       MemcachedModuleAvailableButNotSetup=Το module memcached για εφαρμογή cache βρέθηκε, αλλά η εγκατάσταση του module δεν είναι πλήρης.
       MemcachedAvailableAndSetup=Το module memcache προορίζεται για χρήση memcached του διακομιστή όταν είναι ενεργοποιημένη.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Αρχεία τύπου %s αποθηκεύονται προσωρινά από το διακομιστή HTTP
       FilesOfTypeNotCached=Αρχεία τύπου %s δεν αποθηκεύονται προσωρινά από το διακομιστή HTTP
       FilesOfTypeCompressed=Τα αρχεία τύπου %s συμπιέζονται από το διακομιστή HTTP
       FilesOfTypeNotCompressed=Αρχεία τύπου %s δεν συμπιέζονται από το διακομιστή HTTP
       CacheByServer=Cache από τον server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache από τον browser
       CompressionOfResources=Συμπίεση HTTP απαντήσεων
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Μια τέτοια αυτόματη ανίχνευση δεν είναι δυνατόν με τα τρέχουσα προγράμματα περιήγησης
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Products module setup
       ServiceSetup=Υπηρεσίες εγκατάστασης μονάδας
       ProductServiceSetup=Προϊόντα και Υπηρεσίες εγκατάστασης μονάδων
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Επίσης, αν έχετε ένα μεγάλο αριθμό προϊόντων (> 100 000), μπορείτε να αυξήσετε την ταχύτητα με τον καθορισμό της σταθερά PRODUCT_DONOTSEARCH_ANYWHERE σε 1 στο Setup->Other.  αναζήτηση στη συνέχεια θα περιορίζεται από την έναρξη της σειράς.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Σας αποστολές αρίθμησης ενοτήτων
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Ελεύθερο κείμενο για τις μεταφορές
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Εξελιγμένο πρόγραμμα επεξεργασίας
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Σύνδεση με τον διακομιστή '%s' στη βάση δεδομένων '%s' με το χρήστη '%s' είναι επιτυχείς.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Χρόνος της καταλληλότητας του ΦΠΑ εξ ορισμού ανάλογα την επιλογή:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Κατά την αποστολή
       OnPayment=Κατά την πληρωμή
       OnInvoice=Κατά την έκδοση τιμ/γίου
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Ρυθμίστε αυτόματα αυτό το είδος της εκδήλωσης στο φίλτρο αναζήτησης του προβολή ατζέντας
      -AGENDA_DEFAULT_FILTER_STATUS=Ορίστε αυτό το καθεστώς για τα γεγονότα στο φίλτρο αναζήτησης της προβολής ατζέντας
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Ποια καρτέλα θέλετε να ανοίξετε από προεπιλογή κατά την επιλογή του μενού Ατζέντα
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Σημείο Πωλήσεων
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Προεπιλογή γενικός Πελ./Προμ. να χρησιμοποιηθεί για Πωλήσεις
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Αναγκαστικός περιορισμός αποθήκης για μείωση των αποθεμάτων
      -StockDecreaseForPointOfSaleDisabled=Μείωση αποθέματος από Point Of Sale απενεργοποιημένο
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with lot management
      -CashDeskYouDidNotDisableStockDecease=Δεν έχετε απενεργοποιήσει μείωση των αποθεμάτων κατά την πραγματοποίηση μιας πώλησης από το σημείο πώλησης "POS". Μια αποθήκη είναι απαραίτητη.
      +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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Εργασίες αριθμοδότησης μονάδας
       TaskModelModule=Εργασίες υπόδειγμα εγγράφου αναφορών
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       ListOfNotificationsPerUser=Λίστα ειδοποιήσεων ανά χρήστη*
       ListOfNotificationsPerUserOrContact=Λίστα ειδοποιήσεων ανά χρήστη* ή ανά επαφή**
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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=Χρώμα σε συνδέσμους
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Χρώμα φόντου για τις άρτιες
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Θέση γραμμής σε σύνθετο πλαίσιο
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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=Τύπος πρότυπου
      -TemplateIsVisibleByOwnerOnly=Το πρότυπο είναι ορατό μόνο από τον κάτοχο
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Σελίδα στόχος
      -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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/el_GR/companies.lang b/htdocs/langs/el_GR/companies.lang
      index ef61b1842c5..85e04b4456e 100644
      --- a/htdocs/langs/el_GR/companies.lang
      +++ b/htdocs/langs/el_GR/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Επιλέξτε ένα Πελ./Προμ.
       ConfirmDeleteCompany=Είστε σίγουροι ότι θέλετε να διαγράψετε την εταιρία και όλες τις σχετικές πληροφορίες;
       DeleteContact=Διαγραφή προσώπου επικοινωνίας
       ConfirmDeleteContact=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την επαφή και όλες τις πληροφορίες της;
      -MenuNewThirdParty=Νέα εγγραφή
      -MenuNewCustomer=Νέος Πελάτης
      -MenuNewProspect=Νέα Προοπτική
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Νέος Ιδιώτης
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create thirdpary
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Αντιπρόσωπος στοιχείου
       Company=Εταιρία
       CompanyName=Όνομα εταιρίας
       AliasNames=Ψευδώνυμο (εμπορικό, εμπορικό σήμα, ...)
      -AliasNameShort=Ψευδώνυμο
      +AliasNameShort=Alias Name
       Companies=Εταιρίες
      -CountryIsInEEC=Η χώρα βρίσκετε στην Ε.Ε.
      -ThirdPartyName=Όνομα Πελ./Προμ.
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Λογαριασμοί
      -ThirdParties=Πελ./Προμ.
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Προοπτικές
       ThirdPartyProspectsStats=Προοπτικές
       ThirdPartyCustomers=Πελάτες
       ThirdPartyCustomersStats=Πελάτες
       ThirdPartyCustomersWithIdProf12=Πελάτες με %s ή %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Τύπος Πελ./Προμ.
      +ThirdPartyType=Type of company
       Individual=Ιδιώτης
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Γονική εταιρία
       Subsidiaries=Θυγατρικές
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Ταχ. Κώδικας
       Town=Πόλη
       Web=Ιστοσελίδα
       Poste= Θέση
      -DefaultLang=Γλώσσα
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Total proposals
      @@ -258,10 +258,10 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Το συντακτικό είναι έγκυρο
      -VATReturn=VAT return
      +VATReturn=Επιστροφή ΦΠΑ
       ProspectCustomer=Προοπτική / Πελάτης
       Prospect=Προοπτική
       CustomerCard=Καρτέλα Πελάτη
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer still has discount credits for <b>%s %s</b>
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ο πελάτης εξακολουθεί να έχει πιστωτικά τιμολόγια για <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Καμία
      -Supplier=Προμηθευτής
      +Supplier=Vendor
       AddContact=Δημιουργία επαφής
       AddContactAddress=Δημιουργία επαφής/διεύθυνση
       EditContact=Επεξεργασία επαφής
      @@ -303,22 +303,22 @@ AddThirdParty=Δημιουργήστε Πελ./Προμ.
       DeleteACompany=Διαγραφή εταιρίας
       PersonalInformations=Προσωπικά δεδομένα
       AccountancyCode=Λογιστική λογαριασμού
      -CustomerCode=Κωδικός Πελάτη
      -SupplierCode=Vendor code
      -CustomerCodeShort=Κωδικός Πελάτη
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Κωδικός πελάτη, μοναδικός για όλους τους πελάτες
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Απαιτείται αν το στοιχείο είναι πελάτης ή προοπτική
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Η εγκυρότητα καθορίζεται από το άρθρωμα
      -ThisIsModuleRules=Κανόνες αρθρώματος
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Προοπτική σε Επαφή
       CompanyDeleted="%s" διαγράφηκε από την βάση δεδομένων
       ListOfContacts=Λίστα αντιπροσώπων
      -ListOfContactsAddresses=Κατάλογος των επαφών/διευθύνσεων
      -ListOfThirdParties=Λίστα στοιχείων
      -ShowCompany=Show third party
      +ListOfContactsAddresses=Λίστα αντιπροσώπων
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Εμφάνιση Προσώπου Επικοινωνίας
       ContactsAllShort=Όλα (Χωρίς Φίλτρο)
       ContactType=Τύπος αντιπροσώπου επικοινωνίας
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Αυτός ο αντιπρόσωπος δεν αντισ
       NoContactForAnyContract=Αυτός ο αντιπρόσωπος δεν αντιστοιχεί σε  κανένα συμβόλαιο
       NoContactForAnyInvoice=Αυτός ο αντιπρόσωπος δεν αντιστοιχεί σε  κανένα τιμολόγιο
       NewContact=Νέος αντιπρόσωπος επικοινωνίας
      -NewContactAddress=Νέα επαφή/διεύθυνση
      +NewContactAddress=New Contact/Address
       MyContacts=Αντιπρόσωποι επικοινωνίας
       Capital=Κεφάλαιο
       CapitalOf=Capital of %s
       EditCompany=Επεξεργασία Εταιρίας
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Έλεγχος
      -VATIntraCheckDesc=Ο σύνδεσμος <b>%s</b> σας επιτρέπει να επικοινωνήσετε τον ευρωπαϊκό οργανισμό ελέγχου ΑΦΜ. Απαιτείται σύνδεση με το Internet.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Ούτε προοπτική ούτε πελάτης
      -JuridicalStatus=Νομικό καθεστώς
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Προσωπικό
       ProspectLevelShort=Δυναμική
       ProspectLevel=Δυναμική προοπτικής
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Ο αντιπρόσωπος δεν αντιστοιχεί σε κάποιο στοιχείο
       DolibarrLogin=Είσοδος Dolibarr
       NoDolibarrAccess=Χωρίς πρόσβαση στο Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Αντιπρόσωποι και ιδιότητες
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Επίπεδο τιμής
       DeliveryAddress=Διεύθυνση αποστολής
       AddAddress=Δημιουργία διεύθυνσης
      @@ -402,16 +402,16 @@ DeleteFile=Διαγραφή Αρχείου
       ConfirmDeleteFile=Είστε σίγουροι ότι θέλετε να διαγράψετε το αρχείο;
       AllocateCommercial=Έχει αποδοθεί σε αντιπρόσωπο πωλήσεων
       Organization=Οργανισμός
      -FiscalYearInformation=Πληροφορίες Οικονομικού Έτους
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Μήνας Εκκίνησης Οικονομικού Έτους
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Λίστα Προοπτικών
      -ListCustomersShort=Λίστα Πελατών
      -ThirdPartiesArea=Περιοχή Πελ./Προμ. και επαφών
      -LastModifiedThirdParties=Τελευταία %s τροποποιημένα στοιχεία
      -UniqueThirdParties=Σύνολο μοναδικών Πελ./Προμ.
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Ανοίξτε
       ActivityCeased=Κλειστό
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Τρέχον εκκρεμείς λογαριασμός
       OutstandingBill=Μέγιστο. για εκκρεμείς λογαριασμό
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Customer/supplier code is free. This code can be modified at any time.
       ManagingDirectors=Διαχειριστής (ες) ονομασία (CEO, διευθυντής, πρόεδρος ...)
       MergeOriginThirdparty=Διπλότυπο Πελ./Προμ. ( Πελ./Προμ. θέλετε να διαγραφεί)
       MergeThirdparties=Συγχώνευση  Πελ./Προμ.
      -ConfirmMergeThirdparties=Είστε σίγουροι ότι θέλετε να εισάγεται τα στοιχεία αυτού του Πελ./Προμ. στον υπάρχον; Όλα τα συνδεδεμένα πεδία (Τιμολόγια, Παραγγελίες, ....) θα μετακινηθούν στον υπάρχον Πελ./Προμ., και έπειτα αυτός ο Πελ./Προμ. θα διαγραφεί.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/el_GR/errors.lang b/htdocs/langs/el_GR/errors.lang
      index dd51f028504..13aa9957a77 100644
      --- a/htdocs/langs/el_GR/errors.lang
      +++ b/htdocs/langs/el_GR/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Η τιμή «%s« δεν έχει σωστή μορφή ημ
       ErrorWrongDate=Η ημερομηνία δεν είναι σωστή!
       ErrorFailedToWriteInDir=Αποτυχία εγγραφής στον %s φάκελο
       ErrorFoundBadEmailInFile=Βρέθηκε εσφαλμένη σύνταξη e-mail για %s γραμμές στο αρχείο (%s γραμμή παράδειγμα με e-mail = %s)
      -ErrorUserCannotBeDelete=Ο χρήστης δεν μπορεί να διαγραφεί. Μπορεί να σχετίζεται με οντότητες του Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Ορισμένα από τα απαιτούμενα πεδία δεν έχουν συμπληρωθεί.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Αποτυχία δημιουργίας φακέλου. Βεβαιωθείτε ότι ο Web server χρήστης έχει δικαιώματα να γράψει στο φάκελο εγγράφων του Dolibarr. Αν η <b>safe_mode</b> παράμετρος είναι ενεργοποιημένη για την PHP, ελέγξτε ότι τα αρχεία php του Dolibarr ανήκουν στον web server χρήστη (ή ομάδα).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Παρακαλούμε συμπληρώστε τιμή
       ErrorNoValueForCheckBoxType=Παρακαλούμε συμπληρώστε τιμή για την λίστα επιλογής
       ErrorNoValueForRadioType=Παρακαλούμε συμπληρώστε τιμή για την λίστα επιλογής μίας επιλογής
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Το πεδίο <b>%s</b> δεν πρέπει να περιέχει ειδικούς χαρακτήρες.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Δεν έχει ενεργοποιηθεί λογιστική μονάδα
       ErrorExportDuplicateProfil=Αυτό το όνομα προφίλ υπάρχει ήδη για αυτό το σύνολο των εξαγωγών.
       ErrorLDAPSetupNotComplete=Η αντιστοίχιση Dolibarr-LDAP δεν είναι πλήρης.
       ErrorLDAPMakeManualTest=Ένα αρχείο. Ldif έχει δημιουργηθεί στον φάκελο %s. Προσπαθήστε να το φορτώσετε χειροκίνητα από την γραμμή εντολών για να έχετε περισσότερες πληροφορίες σχετικά με τα σφάλματα.
      -ErrorCantSaveADoneUserWithZeroPercentage=Δεν μπορεί να σώσει μια ενέργεια με &quot;δεν statut ξεκίνησε&quot; αν πεδίο &quot;γίνεται από&quot; είναι επίσης γεμάτη.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Κωδικός που χρησιμοποιείται για τη δημιουργία ήδη υπάρχει.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Δεν είναι δυνατή η διαγραφή της εγγραφής.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Η Javascript πρέπει να είναι άτομα με ειδικές ανάγκες να μην έχουν αυτή τη δυνατότητα εργασίας. Για να ενεργοποιήσετε / απενεργοποιήσετε το Javascript, πηγαίνετε στο μενού Home-> Setup-> Εμφάνιση.
       ErrorPasswordsMustMatch=Και οι δύο πληκτρολογήσει τους κωδικούς πρόσβασης πρέπει να ταιριάζουν μεταξύ τους
      -ErrorContactEMail=Ένα τεχνικό σφάλμα. Παρακαλούμε, επικοινωνήστε με τον διαχειριστή για μετά <b>%s</b> email en παρέχουν την <b>%s</b> κωδικό σφάλματος στο μήνυμά σας, ή ακόμα καλύτερα με την προσθήκη ενός αντιγράφου της οθόνης αυτής της σελίδας.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Λάθος τιμή για <b>%s</b> αριθμό τομέα <b>(«%s»</b> τιμή δεν ταιριάζει regex <b>%s</b> κανόνα)
       ErrorFieldValueNotIn=Λάθος τιμή για <b>%s</b> αριθμό τομέα <b>(«%s»</b> τιμή δεν είναι μια τιμή διαθέσιμη σε <b>%s</b> τομέα της <b>%s</b> πίνακα)
       ErrorFieldRefNotIn=Λάθος τιμή για τον αριθμό <b>%s</b> τομέα <b>(«%s»</b> τιμή δεν είναι <b>%s</b> υφιστάμενων ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Το πρόγραμμα προστασίας απ
       ErrorSpecialCharNotAllowedForField=Ειδικοί χαρακτήρες δεν επιτρέπονται για το πεδίο &quot;%s&quot;
       ErrorNumRefModel=Μια αναφορά υπάρχει στη βάση δεδομένων (%s) και δεν είναι συμβατές με αυτόν τον κανόνα αρίθμηση. Αφαιρέστε το αρχείο ή μετονομαστεί αναφοράς για να ενεργοποιήσετε αυτή την ενότητα.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Σφάλμα στην μάσκα
       ErrorBadMaskFailedToLocatePosOfSequence=Σφάλμα, μάσκα χωρίς τον αύξοντα αριθμό
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Σφάλμα, κακή αξία επαναφορά
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Ο μετρητής πρέπει να έχει περισσότερα από 3 ψηφία
       ErrorSelectAtLeastOne=Σφάλμα. Επιλέξτε τουλάχιστον μία είσοδο.
      -ErrorDeleteNotPossibleLineIsConsolidated=Διαγραφή δεν είναι δυνατόν λόγω εγγραφή συνδέεται με μια τράπεζα transation που συμβιβασμό
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s έχει ανατεθεί σε άλλη τρίτη
       ErrorFailedToSendPassword=Αποτυχία αποστολής κωδικού
       ErrorFailedToLoadRSSFile=Αποτυγχάνει να πάρει RSS feed. Προσπαθήστε να προσθέσετε σταθερή MAIN_SIMPLEXMLLOAD_DEBUG εάν τα μηνύματα λάθους δεν παρέχει αρκετές πληροφορίες.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Χρήστης με <b>%s</b> login δεν θα μπορ
       ErrorLoginHasNoEmail=Αυτός ο χρήστης δεν έχει τη διεύθυνση ηλεκτρονικού ταχυδρομείου. Επεξεργασία ματαιώθηκε.
       ErrorBadValueForCode=Κακό αξία για τον κωδικό ασφαλείας. Δοκιμάστε ξανά με νέα τιμή ...
       ErrorBothFieldCantBeNegative=Πεδία %s %s και δεν μπορεί να είναι τόσο αρνητικές όσο
      +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=Η ποσότητα στην γραμμή στα τιμολόγια των πελατών δεν μπορεί να είναι αρνητική
       ErrorWebServerUserHasNotPermission=Λογαριασμό χρήστη <b>%s</b> χρησιμοποιείται για την εκτέλεση του web server δεν έχει άδεια για τη συγκεκριμένη
       ErrorNoActivatedBarcode=Δεν ενεργοποιείται τύπου barcode
      @@ -138,7 +141,7 @@ ErrorBadFormat=Κακή μορφή!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Σφάλμα υπάρχουν κάποιες παραδόσεις που συνδέονται με την εν λόγω αποστολή. Η διαγραφή απορρίφθηκε.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Δεν μπορείτε να διαγράψετε μια πληρωμή που σχετίζεται με ένα τουλάχιστον τιμολόγιο με καθεστώς πληρωμένο
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Αδύνατη η ανάθεση στην σταθερά '%s'
       ErrorPriceExpression2=Αδυναμία επαναπροσδιορισμού ενσωματωμένης λειτουργίας '%s'
       ErrorPriceExpression3=Μη ορισμένη μεταβλητή '%s' στον ορισμό συνάρτησης
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Μη αναμενόμενο '%s'
       ErrorPriceExpression6=Λάθος αριθμός παραμέτρων (%s δόθηκαν, %s αναμενώμενα)
       ErrorPriceExpression8=Μη αναμενόμενος τελεστής '%s'
       ErrorPriceExpression9=Μη αναμενόμενο σφάλμα
      -ErrorPriceExpression10=Λείπει ο τελεστής '%s'
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Περιμένει '%s'
       ErrorPriceExpression14=Διαίρεση με το μηδέν
       ErrorPriceExpression17=Μη ορισμένη μεταβλητή '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP client failed with error '%s'
       ErrorGlobalVariableUpdater5=No global variable selected
       ErrorFieldMustBeANumeric=Το πεδίο  <b>%s</b> πρέπει να περιέχει αριθμητική τιμή
       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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Ένας σελιδοδείκτης με αυτόν
       WarningPassIsEmpty=Προειδοποίηση, password της βάσης δεδομένων είναι άδειο. Αυτή είναι μια τρύπα ασφαλείας. Θα πρέπει να προσθέσετε έναν κωδικό πρόσβασης στη βάση δεδομένων σας και να αλλάξετε conf.php αρχείο σας για να εκφραστεί αυτό.
       WarningConfFileMustBeReadOnly=Προειδοποίηση, config αρχείο σας <b>(htdocs / conf / conf.php)</b> μπορούν να αντικατασταθούν από τον web server. Αυτό είναι ένα σοβαρό κενό ασφαλείας. Τροποποιήστε τα δικαιώματα στο αρχείο για να είναι σε λειτουργία μόνο για ανάγνωση για τη λειτουργία των χρηστών του συστήματος που χρησιμοποιείται από τον διακομιστή Web. Εάν χρησιμοποιείτε Windows και μορφή FAT για το δίσκο σας, πρέπει να ξέρετε ότι αυτό το σύστημα αρχείων δεν επιτρέπει να προσθέσετε δικαιώματα στο αρχείο, οπότε δεν μπορεί να είναι απολύτως ασφαλής.
       WarningsOnXLines=Προειδοποιήσεις στα <b>%s</b> γραμμές κώδικα
      -WarningNoDocumentModelActivated=Κανένα μοντέλο, για την παραγωγή εγγράφων, έχει ενεργοποιηθεί. Ένα μοντέλο θα είναι επιλεγμένο από προεπιλογή μέχρι να ελέγξετε την εγκατάσταση μονάδας σας.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Όλες οι προειδοποιήσεις ασφαλείας (ορατό από το admin χρήστες μόνο) θα παραμείνει ενεργό για όσο διάστημα η ευπάθεια είναι παρούσα (ή ότι η συνεχής MAIN_REMOVE_INSTALL_WARNING προστίθεται στο Setup-> Άλλες setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/el_GR/interventions.lang b/htdocs/langs/el_GR/interventions.lang
      index 68f806912aa..f4e5510e6e1 100644
      --- a/htdocs/langs/el_GR/interventions.lang
      +++ b/htdocs/langs/el_GR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Παρεμβάσεις
       InterventionCard=Καρτέλα παρέμβασης
       NewIntervention=Νέα παρέμβαση
       AddIntervention=Δημιουργία παρέμβασης
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Λίστα παρεμβάσεων
       ActionsOnFicheInter=Δράσεις για την παρέμβαση
       LastInterventions=Τελευταίες %s παρεμβάσεις
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Στατιστικά παρεμβάσεων
      -NbOfinterventions=Αρ. καρτών παρέμβασης
      -NumberOfInterventionsByMonth=Αρ. καρτών παρέμβασης  ανά μήνα (ημερομηνία επικύρωσης)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Κωδ παρέμβασης
      diff --git a/htdocs/langs/el_GR/main.lang b/htdocs/langs/el_GR/main.lang
      index 83e30ee288c..e7d3ba5c85e 100644
      --- a/htdocs/langs/el_GR/main.lang
      +++ b/htdocs/langs/el_GR/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Αποτυχία αποστολής mail (αποστολέ
       ErrorFileNotUploaded=Το αρχείο δεν φορτώθηκε. Βεβαιωθείτε ότι το μέγεθος δεν υπερβαίνει το μέγιστο επιτρεπόμενο όριο, ότι υπάρχει διαθέσιμος χώρος στο δίσκο και ότι δεν υπάρχει ήδη ένα αρχείο με το ίδιο όνομα σε αυτόν τον κατάλογο.
       ErrorInternalErrorDetected=Εντοπίστηκε Σφάλμα
       ErrorWrongHostParameter=Λάθος παράμετρος διακομιστή
      -ErrorYourCountryIsNotDefined=Η χώρα σας δεν ορίστηκε. Πηγαίνεται στις Ρυθμίσεις - Εταιρία και ρυθμίστε την
      -ErrorRecordIsUsedByChild=Αποτυχία διαγραφής εγγραφής. Η εγγραφή χρησιμοποιείται από τουλάχιστον μια θυγατρική εγγραφή
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Εσφαλμένη Τιμή
       ErrorWrongValueForParameterX=Εσφαλμένη Τιμή για την παράμετρο %s
       ErrorNoRequestInError=Δεν υπάρχει αίτημα στο Σφάλμα
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Διπλόεγγραφή (Διπλή τιμή σε πεδίο με ξεχωριστές τιμές)
      -ErrorSomeErrorWereFoundRollbackIsDone=Εμφανίστηκαν λάθη. Όλες οι αλλαγές θα αναιρεθούν
      -ErrorConfigParameterNotDefined=Η παράμετρος <b>%s</b> δεν είναι καθορισμένη στο αρχείο ρυθμίσεων του Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Αποτυχία εύρεσης του χρήστη <b>%s</b> στην βάση δεδομένων του Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Σφάλμα, δεν ορίστηκαν ποσοστά φόρων για την χώρα  '%s'.
       ErrorNoSocialContributionForSellerCountry=Σφάλμα, καμία κοινωνική εισφορά / φόροι ορίζονται για τη χώρα '%s'.
       ErrorFailedToSaveFile=Σφάλμα, αποτυχία αποθήκευσης αρχείου
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Δεν έχετε εξουσιοδότηση για να το πραγματοποιήσετε
       SetDate=Ορισμός ημερομηνίας
       SelectDate=Επιλέξτε μια ημερομηνία
      @@ -78,10 +78,10 @@ FileRenamed=Το αρχείο μετονομάστηκε με επιτυχία
       FileGenerated=Το αρχείο δημιουργήθηκε με επιτυχία
       FileSaved=The file was successfully saved
       FileUploaded=Το αρχείο ανέβηκε με επιτυχία
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Επιλέχθηκε ένα αρχείο για επισύναψη, αλλά δεν έχει μεταφερθεί ακόμη. Πατήστε στο "Επισύναψη Αρχείου".
      -NbOfEntries=Πλήθος εγγραφών
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Online βοήθεια (απαιτείται σύνδεση στο internet)
       GoToHelpPage=Βοήθεια
       RecordSaved=Η εγγραφή αποθηκεύτηκε
      @@ -142,6 +142,7 @@ Closed=Κλειστή
       Closed2=Κλειστή
       NotClosed=Not closed
       Enabled=Ενεργή
      +Enable=Ενεργοποίηση
       Deprecated=Παρωχημένο
       Disable=Απενεργοποίηση
       Disabled=Ανενεργή
      @@ -153,7 +154,7 @@ Update=Ανανέωση
       Close=Κλείσιμο
       CloseBox=Remove widget from your dashboard
       Confirm=Επιβεβαίωση
      -ConfirmSendCardByMail=Είστε σίγουροι πως θέλετε να στείλετε το περιεχόμενο αυτής της κάρτας με email στο <b>%s</b>;
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Διαγραφή
       Remove=Απομάκρυνση
       Resiliate=Τερματισμός
      @@ -327,7 +328,7 @@ Copy=Αντιγραφή
       Paste=Επικόλληση
       Default=Προκαθορ.
       DefaultValue=Προκαθορισμένη Τιμή
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Τιμή
       PriceCurrency=Price (currency)
       UnitPrice=Τιμή Μονάδος
      @@ -347,7 +348,7 @@ AmountTTCShort=Ποσό (με Φ.Π.Α.)
       AmountHT=Ποσό (χ. Φ.Π.Α.)
       AmountTTC=Ποσό (με Φ.Π.Α.)
       AmountVAT=Ποσό Φόρου
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Ποσό (χωρίς φόρους), αρχικό νόμισμα
      @@ -428,7 +429,7 @@ ActionNotApplicable=Δεν ισχύει
       ActionRunningNotStarted=Δεν έχουν ξεκινήσει
       ActionRunningShort=Σε εξέλιξη
       ActionDoneShort=Ολοκληρωμένες
      -ActionUncomplete=Μη ολοκληρωμένη
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Δημιουργία
       Duration=Διάρκεια
       TotalDuration=Συνολική Διάρκεια
       Summary=Σύνοψη
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Σε διάθεση
       NotYetAvailable=Δεν είναι ακόμη σε διάθεση
      @@ -468,7 +469,7 @@ and=και
       or=ή
       Other=Άλλο
       Others=Άλλα-οι
      -OtherInformations=Άλλες Πληροφορίες
      +OtherInformations=Other information
       Quantity=Ποσότητα
       Qty=Ποσ.
       ChangedBy=Τροποποιήθηκε από
      @@ -495,7 +496,7 @@ Received=Παραλήφθηκε
       Paid=Πληρωμές
       Topic=Αντικείμενο
       ByCompanies=Ανά στοιχείο
      -ByUsers=By user
      +ByUsers=Ανα χρήστη
       Links=Σύνδεσμοι
       Link=Σύνδεσμος
       Rejects=Απορρίψεις
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Καθυστερ.
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Φωτογραφία
       Photos=Φωτογραφίες
      @@ -530,18 +531,6 @@ September=Σεπτέμβριος
       October=Οκτώβριος
       November=Νοέμβριος
       December=Δεκέμβριος
      -JanuaryMin=Ιαν
      -FebruaryMin=Φεβ
      -MarchMin=Μαρ
      -AprilMin=Απρ
      -MayMin=Μάι
      -JuneMin=Ιούν
      -JulyMin=Ιούλ
      -AugustMin=Αύγ
      -SeptemberMin=Σεπ
      -OctoberMin=Οκτ
      -NovemberMin=Νοέ
      -DecemberMin=Δεκ
       Month01=Ιανουάριος
       Month02=Φεβρουάριος
       Month03=Μάρτιος
      @@ -646,6 +635,8 @@ SendMail=Αποστολή email
       EMail=E-mail
       NoEMail=Χωρίς email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Χωρείς κινητό τηλέφωνο
       Owner=Ιδιοκτήτης
       FollowingConstantsWillBeSubstituted=Οι ακόλουθες σταθερές θα αντικαταστασθούν με τις αντίστοιχες τιμές
      @@ -677,7 +668,7 @@ NeverReceived=Δεν παραλήφθηκε
       Canceled=Ακυρώθηκε
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Μπορείτε να ορίσετε την προεπιλεγμένη τιμή που θα χρησιμοποιείται κατά τη δημιουργία μίας νέας εγγραφής στις ρυθμίσεις του module
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Χρώμα
       Documents=Συνδεδεμένα Αρχεία
       Documents2=Έγγραφα
      @@ -716,15 +707,15 @@ Merge=Ενσωμάτωση
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Εμγάνιση σελίδας για εκτύπωση
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Σφάλμα συστήματος
       CoreErrorMessage=Λυπούμαστε, παρουσιάστηκε ένα σφάλμα. Επικοινωνήστε με το διαχειριστή του συστήματος σας για να ελέγξετε τα αρχεία καταγραφής ή να απενεργοποιήστε το $ dolibarr_main_prod = 1 για να πάρετε περισσότερες πληροφορίες.
       CreditCard=Πιστωτική Κάρτα
       ValidatePayment=Επικύρωση πληρωμής
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Τα πεδία <b>%s</b> είναι υποχρεωτικά
      -FieldsWithIsForPublic=Τα πεδία με <b>%s</b> εμφανίζονται στην δημόσια λίστα των μελών. Αν δεν επιθυμείτε κάτι τέτοιο αποεπιλέξτε την επιλογή "Δημόσιο".
      -AccordingToGeoIPDatabase=(σύμφωνα με το GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Γραμμή
       NotSupported=Χωρίς Υποστήριξη
       RequiredField=Απαιτούμενο Πεδίο
      @@ -732,6 +723,8 @@ Result=Αποτέλεσμα
       ToTest=Δοκιμή
       ValidateBefore=Η καρτέλα πρέπει να επικυρωθεί πριν χρησιμοποιήσετε αυτή τη δυνατότητα
       Visibility=Ορατότητα
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Προσωπικό
       Hidden=Κρυφό
       Resources=Πόροι
      @@ -750,6 +743,7 @@ LinkTo=Σύνδεση σε
       LinkToProposal=Σύνδεση σε προσφορά
       LinkToOrder=Σύνδεση με παραγγελία
       LinkToInvoice=Σύνδεση σε τιμολόγιο
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Σύνδεση σε παραγγελία προμηθευτή
       LinkToSupplierProposal=Σύνδεση σε προσφορά προμηθευτή
       LinkToSupplierInvoice=Σύνδεση σε τιμολόγιο προμηθευτή
      @@ -758,6 +752,7 @@ LinkToIntervention=Σύνδεση σε παρέμβαση
       CreateDraft=Δημιουργία σχεδίου
       SetToDraft=Επιστροφή στο προσχέδιο
       ClickToEdit=Κάντε κλικ για να επεξεργαστείτε
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Μέχρι την ημέρα
       BySalesRepresentative=Με τον αντιπρόσωπο πωλήσεων
       LinkedToSpecificUsers=Συνδέεται με μια συγκεκριμένη επαφή χρήστη
       NoResults=Δεν υπάρχουν αποτελέσματα
      -AdminTools=Εργαλεία διαχειριστή
      +AdminTools=Admin Tools
       SystemTools=Εργαλεία συστήματος
       ModulesSystemTools=Εργαλεία πρόσθετων
       Test=Δοκιμή
       Element=Στοιχείο
       NoPhotoYet=Δεν υπαρχουν διαθεσημες φωτογραφίες ακόμα
       Dashboard=Πίνακας ελέγχου 
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Εκπίπτουν
       from=από
       toward=προς
      @@ -802,7 +797,7 @@ PrintFile=Εκτύπωση του αρχείου %s
       ShowTransaction=Εμφάνιση καταχώρισης σε τραπεζικό λογαριασμό
       ShowIntervention=Εμφάνιση παρέμβασης
       ShowContract=Εμφάνιση συμβολαίου
      -GoIntoSetupToChangeLogo=Πηγαίνετε Αρχική - Ρυθμίσεις - Εταιρία να αλλάξει το λογότυπο ή πηγαίνετε Αρχική - Ρυθμίσεις - Προβολή για απόκρυψη.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Άρνηση
       Denied=Άρνηση
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Ειλικρινώς
       DeleteLine=Διαγραφή γραμμής
       ConfirmDeleteLine=Είστε σίγουρος ότι θέλετε να διαγράψετε αυτή τη γραμμή;
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Δεν έχει επιλεγεί εγγραφή
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Σχετικά Αντικείμενα
       ClassifyBilled=Χαρακτηρισμός ως τιμολογημένο
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Ημερολόγιο
       GroupBy=Ομαδοποίηση κατά...
       ViewFlatList=Προβολή λίστας
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Ενέργειες
      -EMailTemplates=Πρότυπα email
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Έργο
       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=Άδειες
       LineNb=Line no.
       IncotermLabel=Διεθνείς Εμπορικοί Όροι
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Δευτέρα
       Tuesday=Τρίτη
      @@ -927,7 +931,7 @@ SearchIntoInterventions=Παρεμβάσεις
       SearchIntoContracts=Συμβόλαια
       SearchIntoCustomerShipments=Αποστολές Πελάτη
       SearchIntoExpenseReports=Αναφορές εξόδων
      -SearchIntoLeaves=Άδειες
      +SearchIntoLeaves=Leave
       CommentLink=Σχόλια
       NbComments=Number of comments
       CommentPage=Comments space
      @@ -935,7 +939,7 @@ CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Όλοι
       PayedBy=Πληρώθηκε από
      -PayedTo=Payed to
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Ανάθεση σε
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/el_GR/other.lang b/htdocs/langs/el_GR/other.lang
      index 26b075d8b34..9a9acb30595 100644
      --- a/htdocs/langs/el_GR/other.lang
      +++ b/htdocs/langs/el_GR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Κωδικός ασφαλείας
       NumberingShort=N°
       Tools=Εργαλεία
       TMenuTools=Εργαλεία
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Γενέθλια
       BirthdayDate=Ημερομηνία γενεθλίων
       DateToBirth=Ημερομηνία γεννήσεως
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Μήνυμα για την επικυρωμένη σελίδα επιστροφή πληρωμής
       MessageKO=Μήνυμα για την ακύρωση σελίδα επιστροφή πληρωμής
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Προσθήκη επαφής στην παρέμβαση
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Παρέμβαση αποστέλλεται μέσω ταχυδρομείου
       Notify_ORDER_VALIDATE=Η παραγγελία πελάτη επικυρώθηκε
       Notify_ORDER_SENTBYMAIL=Για πελατών αποστέλλονται με το ταχυδρομείο
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Για Προμηθευτής σταλούν ταχυδρομικώς
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Παραγγελία του προμηθευτή
       Notify_ORDER_SUPPLIER_APPROVE=Η παραγγελία προμηθευτή εγγρίθηκε
       Notify_ORDER_SUPPLIER_REFUSE=Η παραγγελία προμηθευτή απορρίφθηκε
       Notify_PROPAL_VALIDATE=Η εμπ. πρόταση πελάτη επικυρώθηκε
      -Notify_PROPAL_CLOSE_SIGNED=Προσφορά πελατών έκλεισε έχει υπογραφεί
      -Notify_PROPAL_CLOSE_REFUSED=Προσφορά πελατών έκλεισε απορρίφθηκε
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Εμπορικές προτάσεις που αποστέλλονται ταχυδρομικώς
       Notify_WITHDRAW_TRANSMIT=Μετάδοση απόσυρση
       Notify_WITHDRAW_CREDIT=Πιστωτικές απόσυρση
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Τρίτο κόμμα δημιουργήθηκε
       Notify_COMPANY_SENTBYMAIL=Μηνύματα που αποστέλλονται από την κάρτα Πελ./Προμ.
       Notify_BILL_VALIDATE=Το τιμολόγιο πελάτη επικυρώθηκε
       Notify_BILL_UNVALIDATE=Τιμολόγιο του Πελάτη μη επικυρωμένο
      -Notify_BILL_PAYED=Τιμολογίου Πελατών payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Τιμολογίου Πελατών ακυρώσεις
       Notify_BILL_SENTBYMAIL=Τιμολογίου Πελατών σταλούν ταχυδρομικώς
       Notify_BILL_SUPPLIER_VALIDATE=Τιμολόγιο Προμηθευτή επικυρωθεί
      -Notify_BILL_SUPPLIER_PAYED=Τιμολόγιο Προμηθευτή payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Τιμολόγιο Προμηθευτή σταλούν ταχυδρομικώς
       Notify_BILL_SUPPLIER_CANCELED=Το τιμολόγιο του προμηθευτή ακυρώθηκε
       Notify_CONTRACT_VALIDATE=Επικυρωμένη σύμβαση
       Notify_FICHEINTER_VALIDATE=Επικυρωθεί Παρέμβαση
      +Notify_FICHINTER_ADD_CONTACT=Προσθήκη επαφής στην παρέμβαση
      +Notify_FICHINTER_SENTBYMAIL=Παρέμβαση αποστέλλεται μέσω ταχυδρομείου
       Notify_SHIPPING_VALIDATE=Αποστολή επικυρωθεί
       Notify_SHIPPING_SENTBYMAIL=Αποστολές αποστέλλονται με το ταχυδρομείο
       Notify_MEMBER_VALIDATE=Επικυρωθεί μέλη
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Δημιουργία έργου
       Notify_TASK_CREATE=Η εργασία δημιουργήθηκε
       Notify_TASK_MODIFY=Η εργασία τροποποιήθηκε
       Notify_TASK_DELETE=Η εργασία διαγράφηκε
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Δείτε την ρύθμιση του module %s
       NbOfAttachedFiles=Πλήθος επισυναπτώμενων αρχείων/εγγράφων
       TotalSizeOfAttachedFiles=Συνολικό μέγεθος επισυναπτώμενων αρχείων/εγγράφων
       MaxSize=Μέγιστο μέγεθος
       AttachANewFile=Επισύναψη νέου αρχείου/εγγράφου
       LinkedObject=Συνδεδεμένα αντικείμενα
      -NbOfActiveNotifications=Αριθμός κοινοποιήσεων (Αριθμός emails παραλήπτη)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Καθ %s ταυτότητα</b> είναι μια ενημερωτική ανάλογα με τρίτη χώρα μέρος. <br> Για παράδειγμα, για <b>%s</b> χώρα, είναι <b>%s</b> κώδικα.
       DolibarrDemo=Dolibarr ERP / CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=Μια νέα παρέμβαση %s έχει ανατεθεί σε εσάς
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Η %s παρέμβαση έχει επικυρωθεί.
       EMailTextInvoiceValidated=Το τιμολόγιο %s έχει επικυρωθεί.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Η %s πρόταση έχει επικυρωθεί.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Η σειρά %s έχει επικυρωθεί.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Η σειρά %s έχει εγκριθεί από %s.
       EMailTextOrderRefused=Η σειρά %s έχει απορριφθεί.
       EMailTextOrderRefusedBy=Η σειρά %s έχει απορριφθεί από %s.
       EMailTextExpeditionValidated=Η αποστολη %s  έχει επικυρωθεί.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Η εισαγωγή των δεδομένων που
       DolibarrNotification=Αυτόματη ειδοποίηση
       ResizeDesc=Εισάγετε το νέο πλάτος <b>ή το</b> νέο ύψος. Λόγος θα διατηρηθούν κατά τη διάρκεια της αλλαγής μεγέθους ...
      @@ -204,7 +212,7 @@ NewLength=Νέο βάρος
       NewHeight=Νέο ύψος
       NewSizeAfterCropping=Νέο μέγεθος μετά το ψαλίδισμα
       DefineNewAreaToPick=Ορίστε νέα περιοχή στην εικόνα για να πάρει (αριστερό κλικ στην εικόνα στη συνέχεια σύρετε μέχρι να φτάσετε στην απέναντι γωνία)
      -CurrentInformationOnImage=Το εργαλείο αυτό σχεδιάστηκε για να σας βοηθήσει να αλλάξετε το μέγεθος ή την καλλιέργεια μιας εικόνας. Πρόκειται για πληροφορίες σχετικά με τις τρέχουσες επεξεργασμένη εικόνα
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Επεξεργαστής εικόνας
       YouReceiveMailBecauseOfNotification=Αυτό το μήνυμα επειδή το email σας έχει προστεθεί στη λίστα των στόχων που πρέπει να ενημερώνεται για συγκεκριμένα γεγονότα σε %s λογισμικό της %s.
       YouReceiveMailBecauseOfNotification2=Το γεγονός είναι το ακόλουθο:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/el_GR/projects.lang b/htdocs/langs/el_GR/projects.lang
      index b75b790a269..1c73ca5d1a8 100644
      --- a/htdocs/langs/el_GR/projects.lang
      +++ b/htdocs/langs/el_GR/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Are you sure you want to delete this project?
       ConfirmDeleteATask=Are you sure you want to delete this task?
       OpenedProjects=Ανοιχτά έργα
       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=Εμφάνιση έργου
       ShowTask=Εμφάνιση Εργασίας
       SetProject=Set project
       NoProject=No project defined or owned
      -NbOfProjects=Αριθμός έργων
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Χρόνος που δαπανήθηκε
       TimeSpentByYou=Χρόνος που δαπανάται από εσάς
       TimeSpentByUser=Χρόνος που δαπανάται από τον χρήστη
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Κατάλογος των εμπορικών προτάσεων που σχετίζονται με το έργο
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Κατάλογος των συμβάσεων που συνδέονται με το έργο
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Κατάλογος των παρεμβάσεων που σχετίζονται με το έργο
      -ListExpenseReportsAssociatedProject=Λίστα αναφορών των δαπανών που σχετίζονται με το έργο
      -ListDonationsAssociatedProject=Λίστα των δωρεών που σχετίζονται με το έργο
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Κατάλογος των εκδηλώσεων που σχετίζονται με το έργο
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Εργασία %s δημιουργήθηκε
       TaskModifiedInDolibarr=Εργασία %s τροποποιήθηκε
       TaskDeletedInDolibarr=Εργασία %s διαγράφηκε
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Συνεισφέρων
       SelectElement=Επιλέξτε το στοιχείο
       AddElement=Σύνδεση με το στοιχείο
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Σχέδιο φόρτου εργασίας
       PlannedWorkloadShort=Φόρτος εργασίας
       ProjectReferers=Σχετικά αντικείμενα
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Ανάθεση εργασίας σε εμένα
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Ανάθεση
       ProjectOverview=Επισκόπηση
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Μόνο ευκαιρίες
      -OpenedOpportunitiesShort=Ανοιχτές ευαιρίες
      -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=Πρόταση
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/en_AU/admin.lang b/htdocs/langs/en_AU/admin.lang
      index 59efa529c01..fbd93559c94 100644
      --- a/htdocs/langs/en_AU/admin.lang
      +++ b/htdocs/langs/en_AU/admin.lang
      @@ -1,16 +1,6 @@
       # Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       OldVATRates=Old GST rate
       NewVATRates=New GST rate
       DictionaryVAT=GST Rates or Sales Tax Rates
      -VATManagement=GST Management
      -VATIsNotUsedDesc=By default the proposed GST rate is 0 which can be used for cases like associations, individuals and small companies.
      -LocalTax1IsUsedDesc=Use a second type of tax (other than GST)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than GST)
      -LocalTax2IsUsedDesc=Use a third type of tax (other than GST)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than GST)
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       OptionVatMode=GST due
       LinkColor=Colour of links
      diff --git a/htdocs/langs/en_AU/compta.lang b/htdocs/langs/en_AU/compta.lang
      index ff183175110..8498a092945 100644
      --- a/htdocs/langs/en_AU/compta.lang
      +++ b/htdocs/langs/en_AU/compta.lang
      @@ -9,8 +9,6 @@ CheckReceiptShort=Cheque deposit
       NewCheckDeposit=New cheque deposit
       DateChequeReceived=Cheque received date
       NbOfCheques=Nb of cheques
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
       RulesResultDue=- It includes outstanding invoices, expenses, GST, donations whether they are paid or not. Is also includes paid salaries.<br>- It is based on the validation date of invoices and GST and on the due date for expenses. For salaries defined with Salary module, the value date of payment is used.
       RulesResultInOut=- It includes the real payments made on invoices, expenses, GST and salaries. <br>- It is based on the payment dates of the invoices, expenses, GST and salaries. The donation date for donation.
       VATReportByCustomersInInputOutputMode=Report by the customer GST collected and paid
      diff --git a/htdocs/langs/en_CA/admin.lang b/htdocs/langs/en_CA/admin.lang
      index a1d35f5ea7d..3973e5e4c22 100644
      --- a/htdocs/langs/en_CA/admin.lang
      +++ b/htdocs/langs/en_CA/admin.lang
      @@ -1,12 +1,4 @@
       # Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -VATManagement=GST Management
      -LocalTax1IsUsedDesc=Use a second tax (PST)
      -LocalTax1IsNotUsedDesc=Do not use second tax (PST)
       LocalTax1Management=PST Management
      -LocalTax2IsNotUsedDesc=Do not use second tax (PST)
       CompanyZip=Postal code
       LDAPFieldZip=Postal code
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/en_GB/admin.lang b/htdocs/langs/en_GB/admin.lang
      index c2ed9bc8e13..d5046722e24 100644
      --- a/htdocs/langs/en_GB/admin.lang
      +++ b/htdocs/langs/en_GB/admin.lang
      @@ -4,10 +4,6 @@ VersionProgram=Program Version
       VersionLastInstall=Version Initially Installed
       SessionSavePath=Storage session localisation
       PurgeSessions=Purge sessions
      -NoSessionListWithThisHandler=The Saved session handler configured in your PHP does not allow listing of all running sessions.
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connections to yourself. Only user <b>%s</b> will be able to connect after that.
      -Sessions=User session
      -NoSessionFound=Your PHP does not allow listing active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules on the Home->Setup->Modules page.
       RestoreLock=Restore file <b>%s</b>, with read permission only, to disable any usage of the update tool.
       ErrorModuleRequirePHPVersion=Error: This module requires PHP version %s or higher
      @@ -19,8 +15,6 @@ DisableJavascript=Disable JavaScript and Ajax functions (Recommended for a blind
       NumberOfKeyToSearch=Number of characters to trigger search: %s
       MustBeLowerThanPHPLimit=Note: Your PHP limits each files upload size to <b>%s</b> %s, whatever you enter here
       MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to prevent any uploads)
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
       CurrentValueSeparatorThousand=Thousands separator
       PositionByDefault=Default position
       MenusDesc=Menu managers set the content of the two menu bars (horizontal and vertical).
      @@ -32,39 +26,23 @@ ImportMySqlDesc=To import a backup file, you must use the mysql command from the
       ImportPostgreSqlDesc=To import a backup file, you must use the pg_restore command from the command line:
       FileNameToGenerate=File name to be generated
       CommandsToDisableForeignKeysForImportWarning=This is mandatory if you want to restore your sql dumps later
      -BoxesDesc=Widgets are components showing information that you can add to personalise some pages. You can choose between either showing the widget or not by selecting the target page and clicking 'Activate'. Clicking the dustbin will disable it.
      -ModulesDesc=Dolibarr modules define which applications or features are enabled in the software. Some applications and modules require permissions you must grant to users after activating it. Click on the 'on/off' button to enable or disable a particular module or application.
       ModulesMarketPlaceDesc=You can find more modules to download from external websites on the Internet...
       ModulesMarketPlaces=Find external applications and modules
       AvailableOnlyIfJavascriptAndAjaxNotDisabled=Available only if JavaScript is enabled
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>with<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>with<br><b>$dolibarr_main_db_pass="%s";</b>
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying the document is no longer possible. Note: Using this feature disables your ability to build global merged PDFs.
      -HelpCenterDesc1=This area can access a support service on Dolibarr.
      -HelpCenterDesc2=Some parts of this service are available in <b>english only</b>.
       MeasuringUnit=Measurement unit
      -EMailsDesc=This page allows you to overwrite your PHP parameters for sending emails. In most cases on a Unix/Linux OS, your PHP setup is correct and these parameters are unnecessary.
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined in PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined in PHP on Unix like systems)
      -MAIN_MAIL_AUTOCOPY_TO=Systematically send a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all email postings (for test purposes or demos)
      -MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      -MAIN_DISABLE_ALL_SMS=Disable all SMS postings (for test purposes or demos)
      -MAIN_MAIL_SMS_FROM=Default sender telephone number for SMS posting
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +MAIN_MAIL_AUTOCOPY_TO=Copy (Cc) all sent emails to
       ModuleFamilyCrm=Customer Relations Management (CRM)
       ModuleFamilyProducts=Product Management (PM)
       ModuleFamilyHr=Human Resources Management (HR)
       ModuleFamilyTechnic=Multi-module tools
       ThisIsProcessToFollow=These are steps to process:
      -FindPackageFromWebSite=Find a package that provides the features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download a package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the compressed files into the server directory dedicated to Dolibarr: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however, enable and then setup the modules in your application. Go to the setup page for these modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined in an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, in a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines start with a "#", they are comments. To enable them, just remove the "#" character and save the file.
      -YouCanSubmitFile=For this step, you can upload the .zip file of module package here :
       GenericMaskCodes=You may enter any numbering mask. In this mask, the following tags could be used:<br><b>{000000}</b> corresponds to a number which will be incremented on each %s. Enter as many zeros to the desired length of the counter. The counter will be completed by zeros from the left in order to have as many zeros as the mask. <br><b>{000000+000}</b> same as previous but an offset corresponding to the number to the right of the + sign is applied starting on first %s. <br><b>{000000@x}</b> same as previous but the counter is reset to zero when month x is reached (x between 1 and 12, or 0 to use the early months of fiscal year defined in your configuration, or 99 to reset to zero every month). If this option is used and x is 2 or higher, then sequence {yy}{mm} or {yyyy}{mm} is also required. <br><b>{dd}</b> day (01 to 31).<br><b>{mm}</b> month (01 to 12).<br><b>{yy}</b>, <b>{yyyy}</b> or <b>{y}</b> year over 2, 4 or 1 numbers. <br>
       GenericMaskCodes2=<b>{cccc}</b> the client code is n characters<br><b>{cccc000}</b> the client code of n characters is followed by a counter dedicated per customer. This counter dedicated per customer is reset at same time as the global counter.<br><b>{tttt}</b> The code of third party type of n characters (see menu Home - Setup - Dictionary - Types of third parties). If you add this tag, the counter will be different for each type of third party.<br>
       GenericMaskCodes4a=<u>Example of the 99th %s of the third party TheCompany, with date 2007-01-31:</u><br>
      @@ -72,17 +50,11 @@ GenericMaskCodes4b=<u>Example of third party created on 2007-03-01:</u><br>
       GenericMaskCodes4c=<u>Example of product created on 2007-03-01:</u><br>
       GenericNumRefModelDesc=Returns a customisable number according to a defined mask.
       UMaskExplanation=This parameter allows you to define permissions set by default on files created by Dolibarr on server (during upload for example).<br>It must be the octal value (for example, 0666 means read and write for everyone).<br>This parameter is useless on a Windows server.
      -AddCRIfTooLong=There is no automatic text wrapping. If lines of text extend off the page in your documents, you must insert carriage returns where appropriate to break lines in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will definitely delete  all your data files with no way to restore them (ECM files, attached files...).
       ListOfDirectories=List of OpenDocument template directories
       ListOfDirectoriesForModelGenODT=List of directories containing template files in OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between each directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS template files found in those directories
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To learn how to create your .odt document templates, before storing them in those directories, read wiki documentation:
       DescWeather=The following pictures will be shown on the dashboard when the number of late actions reaches the following values:
       ThisForceAlsoTheme=This menu manager will use its own theme irrespective of user choice. This menu manager is also specialised for some but not all, smartphones. Use another menu manager if you experience problems with yours.
      -ConnectionTimeout=Connection timeout
      -Module330Desc=Bookmark management
       Module50200Name=PayPal
       Permission300=Read barcodes
       Permission301=Create/modify barcodes
      @@ -90,6 +62,4 @@ Permission302=Delete barcodes
       DictionaryAccountancyJournal=Finance journals
       CompanyZip=Postcode
       LDAPFieldZip=Postcode
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       GenbarcodeLocation=Barcode generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to automatically generate codes, you must first set a rule to define the barcode number.
      diff --git a/htdocs/langs/en_GB/compta.lang b/htdocs/langs/en_GB/compta.lang
      index d8dff1d8689..48f980f4449 100644
      --- a/htdocs/langs/en_GB/compta.lang
      +++ b/htdocs/langs/en_GB/compta.lang
      @@ -6,5 +6,3 @@ NewCheckDepositOn=Create receipt for deposit to account: %s
       NoWaitingChecks=No cheques awaiting deposit.
       DateChequeReceived=Cheque reception date
       NbOfCheques=Number of cheques
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
      diff --git a/htdocs/langs/en_GB/main.lang b/htdocs/langs/en_GB/main.lang
      index f6f528c8777..988f51b6d8f 100644
      --- a/htdocs/langs/en_GB/main.lang
      +++ b/htdocs/langs/en_GB/main.lang
      @@ -19,15 +19,10 @@ FormatDateHourShort=%d/%m/%Y %H:%M
       FormatDateHourSecShort=%d/%m/%Y %H:%M:%S
       FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and modify the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorNoVATRateDefinedForSellerCountry=Error, no VAT rates defined for country '%s'.
       NotAuthorized=You are not authorised to do that.
       BackgroundColorByDefault=Default background colour
       FileWasNotUploaded=A file is selected for attachment but has not yet been uploaded. Click on "Attach file" for this.
      -NbOfEntries=Number of entries
       PrecisionUnitIsLimitedToXDecimals=Dolibarr was setup to limit precision of unit prices to <b>%s</b> decimal places.
       Resiliate=Deactivate
       SaveAs=Save as
      @@ -40,13 +35,9 @@ TTC=Inc. VAT
       VAT=VAT
       VATRate=VAT Rate
       Favorite=Favourite
      -ActionUncomplete=Incomplete
       GeneratedOn=Built on %s
      -OtherInformations=Other information
       Canceled=Cancelled
       Color=Colour
      -Informations=Information
      -AccordingToGeoIPDatabase=(according to GeoIP lookup)
       NoPhotoYet=No picture available yet
       WebSite=Website
       SearchIntoSupplierProposals=Vendor quotes
      diff --git a/htdocs/langs/en_GB/users.lang b/htdocs/langs/en_GB/users.lang
      index c38e02240f5..b54b55fab56 100644
      --- a/htdocs/langs/en_GB/users.lang
      +++ b/htdocs/langs/en_GB/users.lang
      @@ -12,7 +12,5 @@ PermissionInheritedFromAGroup=Permission granted through inherited rights from o
       UserWillBeInternalUser=Created user will be an internal user (because they are not linked to a particular third party)
       UserWillBeExternalUser=Created user will be an external user (because they are linked to a particular third party)
       NewUserPassword=Password changed for %s
      -NbOfUsers=No. of users
      -NbOfPermissions=No. of permissions
       ExpectedWorkedHours=Expected hours worked per week
       ColorUser=Colour for the user
      diff --git a/htdocs/langs/en_IN/admin.lang b/htdocs/langs/en_IN/admin.lang
      index 1e94b9bd629..623af356da5 100644
      --- a/htdocs/langs/en_IN/admin.lang
      +++ b/htdocs/langs/en_IN/admin.lang
      @@ -1,7 +1,4 @@
       # Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       Module20Name=Quotations
       Module20Desc=Management of quotations
       Permission21=Read quotations
      @@ -16,6 +13,4 @@ ProposalsNumberingModules=Quotation numbering models
       ProposalsPDFModules=Quotation documents models
       FreeLegalTextOnProposal=Free text on quotations
       WatermarkOnDraftProposal=Watermark on draft quotations (none if empty)
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (quotations, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
       MailToSendProposal=Customer quotations
      diff --git a/htdocs/langs/en_IN/compta.lang b/htdocs/langs/en_IN/compta.lang
      index 8ef2e8a50d2..6e6975592c2 100644
      --- a/htdocs/langs/en_IN/compta.lang
      +++ b/htdocs/langs/en_IN/compta.lang
      @@ -1,4 +1,2 @@
       # Dolibarr language file - Source file is en_US - compta
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
       ProposalStats=Statistics on quotations
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 08508d4e6e8..dd570e9a357 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1834,10 +1834,14 @@ EmailCollectorConfirmCollect=Do you want to run the collect for this collector n
       NoNewEmailToProcess=No new email (matching filters) to process
       NothingProcessed=Nothing done
       XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      -RecordEvent=Record event
      +RecordEvent=Record email event
       CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
       CodeLastResult=Result code of last collect
       NbOfEmailsInInbox=Number of email in source directory
      +LoadThirdPartyFromName=Load thirdparty from name (load only)
      +LoadThirdPartyFromNameOrCreate=Load thirdparty from name (create if not found)
      +WithDolTrackingID=Dolibarr Tracking ID found
      +WithoutDolTrackingID=Dolibarr Tracking ID not found
       ##### Resource ####
       ResourceSetup=Configuration du module Resource
       UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
      diff --git a/htdocs/langs/es_AR/admin.lang b/htdocs/langs/es_AR/admin.lang
      deleted file mode 100644
      index 790d1e6cd7b..00000000000
      --- a/htdocs/langs/es_AR/admin.lang
      +++ /dev/null
      @@ -1,5 +0,0 @@
      -# Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_BO/admin.lang b/htdocs/langs/es_BO/admin.lang
      deleted file mode 100644
      index 790d1e6cd7b..00000000000
      --- a/htdocs/langs/es_BO/admin.lang
      +++ /dev/null
      @@ -1,5 +0,0 @@
      -# Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_CL/admin.lang b/htdocs/langs/es_CL/admin.lang
      index 8afcfd78a60..27c8e300d02 100644
      --- a/htdocs/langs/es_CL/admin.lang
      +++ b/htdocs/langs/es_CL/admin.lang
      @@ -4,9 +4,7 @@ VersionLastInstall=Versión de instalación inicial
       VersionLastUpgrade=Versión de actualización más reciente.
       VersionUnknown=Desconocido
       VersionRecommanded=Recomendado
      -FileCheckDesc=Esta herramienta le permite verificar la integridad de los archivos y la configuración de su aplicación, comparando cada archivo con los archivos oficiales. El valor de algunas constantes de configuración también puede verificarse. Puede usar esta herramienta para detectar si algunos archivos fueron modificados por un hacker, por ejemplo.
       FileIntegrityIsStrictlyConformedWithReference=La integridad de los archivos está estrictamente conformada con la referencia.
      -FileIntegrityIsOkButFilesWereAdded=La verificación de integridad de archivos ha pasado, sin embargo, se agregaron algunos archivos nuevos.
       FileIntegritySomeFilesWereRemovedOrModified=La verificación de la integridad de los archivos ha fallado. Algunos archivos fueron modificados, eliminados o agregados.
       MakeIntegrityAnalysisFrom=Haga un análisis de integridad de los archivos de la aplicación desde
       LocalSignature=Firma local incorporada (menos confiable)
      @@ -20,20 +18,16 @@ SessionId=ID de sesión
       SessionSaveHandler=Handler para guardar sesiones
       SessionSavePath=Localización de la sesión de almacenamiento
       ConfirmPurgeSessions=¿De verdad quieres purgar todas las sesiones? Esto desconectará a todos los usuarios (excepto usted).
      -NoSessionListWithThisHandler=Guardar el controlador de sesión configurado en su PHP no permite listar todas las sesiones en ejecución.
      -ConfirmLockNewSessions=¿Seguro que quieres restringir cualquier conexión nueva de Dolibarr contigo mismo? Solo el usuario <b>%s</b> podrá conectarse después de aplicar.
       UnlockNewSessions=Eliminar bloqueo de conexión
       YourSession=Tu sesión
      -Sessions=Sesión de usuarios
       WebUserGroup=Usuario / grupo del servidor web
      -NoSessionFound=Parece que su PHP no permite listar sesiones activas. El directorio utilizado para guardar sesiones (<b>%s</b>) puede estar protegido (por ejemplo, por permisos del sistema operativo o por la directiva PHP open_basedir).
       DBStoringCharset=Juego de caracteres de base de datos para almacenar datos
       DBSortingCharset=Juego de caracteres de base de datos para ordenar los datos
       WarningModuleNotActive=El módulo <b>%s</b> debe estar habilitado.
       WarningOnlyPermissionOfActivatedModules=Aquí solo se muestran los permisos relacionados con los módulos activados. Puede activar otros módulos en la página Inicio-> Configuración-> Módulos.
       DolibarrSetup=Instalación o actualización de Dolibarr
       GUISetup=Visualización
      -SetupArea=Área de configuración
      +SetupArea=Configurar
       UploadNewTemplate=Cargar nueva plantilla (s)
       FormToTestFileUploadForm=Formulario para probar la carga del archivo (según la configuración)
       IfModuleEnabled=Nota: sí es efectivo solo si el módulo <b>%s</b> está habilitado
      @@ -49,8 +43,6 @@ ErrorReservedTypeSystemSystemAuto=El valor 'sistema' y 'systemauto' para el tipo
       DisableJavascript=Deshabilite las funciones de JavaScript y Ajax (recomendado para navegadores ciegos o de texto)
       UseSearchToSelectCompanyTooltip=Además, si tiene un gran número de terceros (> 100 000), puede aumentar la velocidad estableciendo constante COMPANY_DONOTSEARCH_ANYWHERE en 1 en Configuración-> Otro. La búsqueda se limitará al inicio de la cadena.
       UseSearchToSelectContactTooltip=Además, si tiene un gran número de terceros (> 100 000), puede aumentar la velocidad estableciendo CONTACT_DONOTSEARCH_ANYWHERE constante en 1 en Configuración-> Otro. La búsqueda se limitará al inicio de la cadena.
      -DelaiedFullListToSelectCompany=Espere a que presione una tecla antes de cargar el contenido de la lista combinada de terceros (Esto puede aumentar el rendimiento si tiene una gran cantidad de terceros, pero es menos conveniente)
      -DelaiedFullListToSelectContact=Espere a que presione una tecla antes de cargar el contenido de la lista combinada de contactos (Esto puede aumentar el rendimiento si tiene una gran cantidad de contactos, pero es menos conveniente)
       NumberOfKeyToSearch=Número de caracteres para activar la búsqueda: %s
       NotAvailableWhenAjaxDisabled=No disponible cuando Ajax está deshabilitado
       AllowToSelectProjectFromOtherCompany=En el documento de un tercero, puede elegir un proyecto vinculado a otro tercero
      @@ -59,7 +51,6 @@ UsePreviewTabs=Usa pestañas de vista previa
       ShowPreview=Mostrar vista previa
       CurrentTimeZone=TimeZone PHP (servidor)
       MySQLTimeZone=TimeZone MySql (base de datos)
      -TZHasNoEffect=Las fechas son almacenadas y devueltas por el servidor de la base de datos como si se mantuvieran como cadenas enviadas. La zona horaria tiene efecto solo cuando se utiliza la función UNIX_TIMESTAMP (que Dolibarr no debe usar, por lo que la base de datos TZ no debería tener ningún efecto, incluso si se cambió después de que se ingresaron los datos).
       Space=Espacio
       NextValue=Siguiente valor
       NextValueForInvoices=Siguiente valor (facturas)
      @@ -71,9 +62,7 @@ NoMaxSizeByPHPLimit=Nota: no hay límite establecido en su configuración de PHP
       MaxSizeForUploadedFiles=Tamaño máximo para los archivos cargados (0 para no permitir ninguna carga)
       UseCaptchaCode=Use el código gráfico (CAPTCHA) en la página de inicio de sesión
       AntiVirusCommand=Ruta completa al comando de antivirus
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
       AntiVirusParam=Más parámetros en la línea de comando
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
       ComptaSetup=Configuración del módulo de contabilidad
       UserSetup=Configuración de administración de usuario
       MultiCurrencySetup=Configuración multimoneda
      @@ -83,7 +72,6 @@ DetailPosition=Ordenar número para definir la posición del menú
       AllMenus=Todo
       NotConfigured=Módulo / Aplicación no configurada
       SetupShort=Configurar
      -OtherSetup=Otra configuración
       CurrentValueSeparatorThousand=Mil separadores
       Destination=Destino
       IdModule=ID del módulo
      @@ -96,8 +84,6 @@ PHPTZ=Servidor PHP Zona horaria
       DaylingSavingTime=Horario de verano
       CurrentHour=Tiempo de PHP (servidor)
       CurrentSessionTimeOut=Tiempo de espera actual de la sesión
      -YouCanEditPHPTZ=Para configurar una zona horaria de PHP diferente (no requerida), puede intentar agregar un archivo .htaccess con una línea como esta "SetEnv TZ Europe / Paris"
      -HoursOnThisPageAreOnServerTZ=Advertencia, a diferencia de otras pantallas, las horas en esta página no están en su zona horaria local, sino en la zona horaria del servidor.
       MaxNbOfLinesForBoxes=Número máximo de líneas para widgets
       PositionByDefault=Orden predeterminada
       MenusDesc=Los administradores de menú establecen el contenido de las dos barras de menú (horizontal y vertical).
      @@ -143,21 +129,15 @@ IgnoreDuplicateRecords=Ignorar errores de registro duplicado (INSERTAR IGNORAR)
       AutoDetectLang=Autodetectar (idioma del navegador)
       FeatureDisabledInDemo=Característica deshabilitada en demostración
       FeatureAvailableOnlyOnStable=Característica solo disponible en versiones estables oficiales
      -BoxesDesc=Los widgets son componentes que muestran cierta información que puede agregar para personalizar algunas páginas. Puede elegir entre mostrar el widget o no seleccionando la página de destino y haciendo clic en 'Activar', o haciendo clic en el cubo de basura para desactivarlo.
       OnlyActiveElementsAreShown=Solo se muestran los elementos de los <a href="%s"> módulos habilitados </a>.
      -ModulesDesc=Los módulos de Dolibarr definen qué aplicación / función está habilitada en el software. Algunas aplicaciones / módulos requieren permisos que debe otorgar a los usuarios después de activarlos. Haga clic en el botón activar / desactivar para habilitar un módulo / aplicación.
      -ModulesDeployDesc=Si los permisos en su sistema de archivos lo permiten, puede usar esta herramienta para implementar un módulo externo. El módulo será visible en la pestaña <strong>%s</strong>.
       ModulesMarketPlaces=Buscar aplicaciones / módulos externos
       ModulesDevelopYourModule=Desarrolla tu propia aplicación / módulos
      -ModulesDevelopDesc=Puede desarrollar o encontrar un socio para desarrollar para usted, su módulo personalizado
      -DOLISTOREdescriptionLong=En lugar de activar el <a href="https://www.dolistore.com"> sitio web de www.dolistore.com </a> para encontrar un módulo externo, puede usar esta herramienta incrustada que hará que la búsqueda en el mercado externo para usted (puede ser lento, necesita un acceso a internet) ...
       NotCompatible=Este módulo no parece compatible con su Dolibarr %s (Min. %s - Max. %s).
       CompatibleAfterUpdate=Este módulo requiere una actualización de su Dolibarr %s (Min. %s - Max. %s).
       SeeInMarkerPlace=Ver en Market place
       AchatTelechargement=Compra / Descarga
       GoModuleSetupArea=Para implementar / instalar un nuevo módulo, vaya al área de configuración del Módulo en <a href="%s"> %s </a>.
       DoliStoreDesc=DoliStore, el mercado oficial para los módulos externos Dolibarr ERP / CRM
      -DoliPartnersDesc=Lista de compañías que ofrecen módulos o características personalizadas (Nota: cualquier persona con experiencia en programación PHP puede proporcionar desarrollo personalizado para un proyecto de código abierto)
       URL=Enlazar
       BoxesAvailable=Widgets disponibles
       BoxesActivated=Widgets activados
      @@ -170,7 +150,6 @@ DoNotStoreClearPassword=No almacene contraseñas claras en la base de datos, per
       MainDbPasswordFileConfEncrypted=Contraseña de la base de datos encriptada en conf.php (Activada recomendada)
       InstrucToEncodePass=Para codificar la contraseña en el archivo <b>conf.php</b>, reemplace la línea <br><b>$dolibarr_main_db_pass="..."; </b><br>por<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Para decodificar la contraseña (elimina) en el archivo <b>conf.php</b>, reemplace la línea <br><b>$dolibarr_main_db_pass="crypted: ...";</b><br>por<br><b>$dolibarr_main_db_pass="%s"; </b>
      -ProtectAndEncryptPdfFiles=Protección de archivos pdf generados (NO activado activado, rompe generación masiva de pdf)
       ProtectAndEncryptPdfFilesDesc=La protección de un documento PDF lo mantiene disponible para leer e imprimir con cualquier navegador PDF. Sin embargo, la edición y copia ya no es posible. Tenga en cuenta que el uso de esta característica hace que la creación de un archivo PDF global fusionado no funcione.
       Feature=Característica
       Developpers=Desarrolladores / contribuyentes
      @@ -182,39 +161,20 @@ OfficialWebHostingService=Servicios de alojamiento web a los que se hace referen
       ReferencedPreferredPartners=Socios Preferidos
       ForDocumentationSeeWiki=Para documentación del usuario o desarrollador (Doc, Preguntas frecuentes ...), <br> echa un vistazo a la Wiki de Dolibarr: <br> <b> <a href="%s" target="_blank"> %s </a></b>
       ForAnswersSeeForum=Para cualquier otra pregunta/ayuda, puede utilizar el foro de Dolibarr: <br> <b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Esta área puede ayudarlo a obtener un servicio de ayuda de Ayuda en Dolibarr.
      -HelpCenterDesc2=Alguna parte de este servicio está disponible <b>solo en inglés</b>.
       CurrentMenuHandler=Manejador de menú actual
       SpaceX=Espacio X
       SpaceY=Espacio Y
       Emails=Correos electrónicos
       EMailsSetup=Configuración de correos electrónicos
      -EMailsDesc=Esta página le permite sobrescribir sus parámetros de PHP para el envío de correos electrónicos. En la mayoría de los casos, en el sistema operativo Unix / Linux, su configuración de PHP es correcta y estos parámetros son inútiles.
       EmailSenderProfiles=Perfiles de remitentes de correos electrónicos
      -MAIN_MAIL_SMTP_PORT=Puerto SMTP/SMTPS (por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=Servidor SMTP/SMTP (por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Puerto SMTP / SMTPS (no definido en PHP en sistemas tipo Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Servidor SMTP / SMTPS (no definido en PHP en sistemas tipo Unix)
      -MAIN_MAIL_EMAIL_FROM=Correo electrónico remitente para correos electrónicos automáticos (por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail utilizado para los correos electrónicos de devoluciones de errores (campos 'Errores-Para' en los correos electrónicos enviados)
      -MAIN_MAIL_AUTOCOPY_TO=Envíe sistemáticamente una copia oculta de todos los correos electrónicos enviados a
      -MAIN_DISABLE_ALL_MAILS=Deshabilitar todos los envíos de correos electrónicos (para propósitos de prueba o demostraciones)
       MAIN_MAIL_FORCE_SENDTO=Enviar todos los correos electrónicos a (en lugar de destinatarios reales, para fines de prueba)
      -MAIN_MAIL_SENDMODE=Método a usar para enviar correos electrónicos
      -MAIN_MAIL_SMTPS_ID=SMTP ID si se requiere autenticación
      -MAIN_MAIL_SMTPS_PW=Contraseña SMTP si se requiere autenticación
      -MAIN_MAIL_EMAIL_TLS=Use el cifrado TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS=Utilice el cifrado TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Deshabilitar todos los envíos de SMS (para propósitos de prueba o demostraciones)
       MAIN_SMS_SENDMODE=Método a usar para enviar SMS
      -MAIN_MAIL_SMS_FROM=Número de teléfono del remitente predeterminado para el envío de SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Correo electrónico del remitente por defecto para envíos manuales (correo electrónico del usuario o correo electrónico de la empresa)
       UserEmail=Correo electrónico del usuario
       CompanyEmail=Correo de la empresa
       FeatureNotAvailableOnLinux=Característica no disponible en sistemas como Unix. Pruebe su programa sendmail localmente.
      -SubmitTranslation=Si la traducción de este idioma no está completa o si encuentra errores, puede corregir esto editando archivos en el directorio <b>langs/%s</b> y envíe su cambio a www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Si la traducción de este idioma no está completa o si encuentra errores, puede corregir esto editando archivos en el directorio <b>langs /%s</b> y enviando archivos modificados en dolibarr.org/forum o para desarrolladores en github.com/Dolibarr/dolibarr.
       ModulesSetup=Módulos / configuración de la aplicación
      +ModuleFamilySrm=Gestión de relaciones con proveedores (VRM)
       ModuleFamilyProjects=Proyectos / trabajo colaborativo
       ModuleFamilyTechnic=Herramientas de varios módulos
       ModuleFamilyFinancial=Módulos financieros (Contabilidad / Tesorería)
      @@ -225,15 +185,10 @@ MenuHandlers=Controladores de menú
       MenuAdmin=Editor de menú
       ThisIsProcessToFollow=Estos son los pasos para procesar:
       ThisIsAlternativeProcessToFollow=Esta es una configuración alternativa para procesar manualmente:
      -FindPackageFromWebSite=Encuentre un paquete que proporcione la característica que desea (por ejemplo, en el sitio web oficial %s).
       DownloadPackageFromWebSite=Descargar el paquete (por ejemplo, desde el sitio web oficial %s).
      -UnpackPackageInDolibarrRoot=Extraiga los archivos empaquetados en el directorio del servidor dedicado a Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Para implementar/instalar un módulo externo, descomprima los archivos empaquetados en el directorio del servidor dedicado a los módulos: <b>%s</b>
      -SetupIsReadyForUse=La implementación del módulo ha finalizado. Sin embargo, debe habilitar y configurar el módulo en su aplicación yendo a la página para configurar los módulos: <a href="%s"> %s </a>.
       NotExistsDirect=El directorio raíz alternativo no está definido en un directorio existente. <br>
       InfDirAlt=Desde la versión 3, es posible definir un directorio raíz alternativo. Esto le permite almacenar, en un directorio dedicado, complementos y plantillas personalizadas. <br> Simplemente cree un directorio en la raíz de Dolibarr (p. Ej .: personalizado). <br>
       InfDirExample=<br>Entonces, declare en el archivo <strong>conf.php</strong><br> $dolibarr_main_url_root_alt = '/ custom'<br>$ dolibarr_main_document_root_alt = '/path/of /dolibarr/htdocs /custom' <br> Si estas líneas se comentan con "#", para habilitarlas, simplemente elimine el comentario del carácter "#".
      -YouCanSubmitFile=Para este paso, puede enviar el archivo .zip del paquete de módulo aquí:
       CallUpdatePage=Vaya a la página que actualiza la estructura de la base de datos y los datos: %s.
       LastActivationIP=Última activación IP
       UpdateServerOffline=Servidor de actualización fuera de línea
      @@ -259,15 +214,10 @@ SeeWikiForAllTeam=Echa un vistazo a la página wiki para ver una lista completa
       UseACacheDelay=Retardo para la respuesta de exportación en caché en segundos (0 o vacío para no caché)
       DisableLinkToHelpCenter=Ocultar enlace "<b>Necesita ayuda o soporte</b>" en la página de inicio de sesión
       DisableLinkToHelp=Ocultar link para ayuda online "<b>%s</b>"
      -AddCRIfTooLong=No hay ajuste automático, por lo que si la línea está fuera de página en los documentos porque es demasiado larga, debe agregar los retornos de carro en el área de texto.
      -ConfirmPurge=¿Estás seguro de que deseas ejecutar esta purga? <br> Esto eliminará definitivamente todos tus archivos de datos sin forma de restaurarlos (archivos ECM, archivos adjuntos ...).
       MinLength=Longitud mínima
       LanguageFilesCachedIntoShmopSharedMemory=Archivos .lang cargados en la memoria compartida
      -ExamplesWithCurrentSetup=Ejemplos con la configuración de ejecución actual
       ListOfDirectories=Lista de directorios de plantillas de OpenDocument
       ListOfDirectoriesForModelGenODT=Lista de directorios que contienen archivos de plantillas con formato OpenDocument.<br><br>Ponga aquí la ruta completa de directorios.<br>Agregue un retorno de carro entre cada directorio.<br>Para agregar un directorio del módulo GED, agregue aquí <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>. <br><br>Los archivos en esos directorios deben terminar con <b>.odt</b> o <b>.ods</b>.
      -NumberOfModelFilesFound=Número de archivos de plantillas ODT / ODS encontrados en esos directorios
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Para saber cómo crear sus plantillas de documento Odt, antes de almacenarlas en esos directorios, lea la documentación wiki:
       FirstnameNamePosition=Posición del nombre / apellido
       DescWeather=Las siguientes imágenes se mostrarán en el tablero cuando el número de acciones tardías alcance los siguientes valores:
      @@ -275,17 +225,13 @@ KeyForWebServicesAccess=Clave para usar los servicios web (parámetro "dolibarrk
       TestSubmitForm=Formulario de prueba de entrada
       ThisForceAlsoTheme=El uso de este administrador de menú también usará su propio tema, cualquiera que sea la elección del usuario. Además, este administrador de menú especializado para teléfonos inteligentes no funciona en todos los teléfonos inteligentes. Use otro administrador de menú si tiene problemas en el suyo.
       ThemeDir=Directorio de pieles
      -ConnectionTimeout=Tiempo de espera de conexión
       ResponseTimeout=Tiempo de espera de respuesta
       SmsTestMessage=Mensaje de prueba de __PHONEFROM__ a __PHONETO__
       ModuleMustBeEnabledFirst=El módulo <b>%s</b> debe estar habilitado primero si necesitas esta característica.
       SecurityToken=Clave para asegurar URLs
      -NoSmsEngine=No hay un administrador de envío de SMS disponible. SMS sender manager no están instalados con distribución predeterminada (porque dependen de un proveedor externo) pero puede encontrar algunos en %s
      -PDFDesc=Puede establecer cada opción global relacionada con la generación de PDF
       PDFAddressForging=Reglas para forjar cuadros de direcciones
       HideAnyVATInformationOnPDF=Ocultar toda la información relacionada con Impuesto a las ventas / IVA en PDF generado
       PDFRulesForSalesTax=Reglas para el impuesto a las ventas / IVA
      -HideLocalTaxOnPDF=Ocultar %s tasa en venta de impuestos en la columna de PDF
       HideDescOnPDF=Ocultar la descripción de productos en PDF generado
       HideRefOnPDF=Ocultar REF. de productos en PDF generado
       HideDetailsOnPDF=Ocultar detalles de líneas de productos en PDF generado
      @@ -295,7 +241,6 @@ UrlGenerationParameters=Parámetros para asegurar URLs
       SecurityTokenIsUnique=Use un parámetro de clave segura único para cada URL
       EnterRefToBuildUrl=Ingrese la referencia para el objeto %s
       GetSecuredUrl=Obtener URL calculado
      -ButtonHideUnauthorized=Ocultar botones a usuarios que no son administradores para acciones no autorizadas en lugar de mostrar botones desactivados en gris
       OldVATRates=Tasa de IVA anterior
       NewVATRates=Nueva tasa de IVA
       PriceBaseTypeToChange=Modificar en precios con el valor de referencia base definido en
      @@ -307,13 +252,11 @@ Boolean=Boolean (una casilla de verificación)
       ExtrafieldSelect =Seleccionar lista
       ExtrafieldSelectList =Seleccionar de la mesa
       ExtrafieldSeparator=Separador (no un campo)
      -ExtrafieldRadio=Botones de opción (solo a elección)
       ExtrafieldCheckBox=Casillas de verificación
       ExtrafieldCheckBoxFromList=Casillas de verificación de la mesa
       ExtrafieldLink=Enlace a un objeto
       ComputedFormula=Campo computado
       ComputedFormulaDesc=Puede ingresar aquí una fórmula usando otras propiedades del objeto o cualquier código PHP para obtener un valor calculado dinámico. Puede usar cualquier fórmula compatible con PHP, incluido el "?" operador de condición y objeto global siguiente: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>. <br><strong> ADVERTENCIA</strong>: solo algunas propiedades de $object puede estar disponible. Si necesita propiedades no cargadas, simplemente busque el objeto en su fórmula como en el segundo ejemplo. <br> Usar un campo calculado significa que no puede ingresar ningún valor desde la interfaz. Además, si hay un error de sintaxis, la fórmula puede devolver nada. <br><br>Ejemplo de fórmula: <br>$object-> id <10? round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2) <br><br>Ejemplo para recargar objeto<br> (($reloadedobj = new Societe ($db)) && ($reloadedobj-> fetch ($obj-> id? $Obj-> id: ($obj-> rowid? $Obj-> rowid: $ object-> id))> 0))? $reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1'<br><br>Otro ejemplo de fórmula para forzar la carga del objeto y su objeto principal: <br> (($reloadedobj = new task ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = new Project ($ db)) && ($secondloadedobj-> fetch ($reloadedobj-> fk_project )> 0))? $secondloadedobj-> ref: 'Proyecto principal no encontrado'
      -ExtrafieldParamHelpPassword=Mantenga este campo vacío significa que el valor se almacenará sin cifrado (el campo debe estar solo oculto con estrella en la pantalla). Establezca aquí el valor 'automático' para usar la regla de cifrado predeterminada para guardar la contraseña en la base de datos (entonces el valor leído será el solo hash, no hay forma de recuperar el valor original)
       ExtrafieldParamHelpselect=La lista de valores debe ser líneas con formato clave, valor (donde la clave no puede ser '0')<br><br> por ejemplo: <br>1, valor1<br>2, valor2<br>código3, valor3<br>...<br><br>Para que la lista dependa de otra lista de atributos complementarios: <br> 1, valor1 | opciones_ <i>parent_list_code</i>: parent_key<br>2, value2 | options_<i>parent_list_code</i>:parent_key <br><br>Para que la lista dependa de otra lista: <br>1, value1 | <i>parent_list_code</i> :parent_key <br>2,value2|<i> parent_list_code</i> :parent_key
       ExtrafieldParamHelpcheckbox=La lista de valores debe ser líneas con formato clave, valor (donde la clave no puede ser '0') <br> <br> por ejemplo: <br> 1, valor1 <br> 2, valor2 <br> 3, valor3 <br> ...
       ExtrafieldParamHelpradio=La lista de valores debe ser líneas con formato clave, valor (donde la clave no puede ser '0')<br><br>por ejemplo: <br>1, valor1<br>2, valor2<br>3, valor3<br> ...
      @@ -329,44 +272,32 @@ KeepEmptyToUseDefault=Manténgalo vacío para usar el valor predeterminado
       DefaultLink=Enlace predeterminado
       ValueOverwrittenByUserSetup=Advertencia, este valor puede ser sobrescrito por la configuración específica del usuario (cada usuario puede establecer su propia URL de clicktodial)
       ExternalModule=Módulo externo: instalado en el directorio %s
      -BarcodeInitForThirdparties=Código de barras masivo init para terceros
       BarcodeInitForProductsOrServices=Inicialización o reinicio masivo del código de barras para productos o servicios
       CurrentlyNWithoutBarCode=Actualmente, tiene <strong>%s</strong> registros en <strong>%s</strong> %s sin código de barras definido.
       InitEmptyBarCode=Valor inicial para los próximos %s registros vacíos
       EraseAllCurrentBarCode=Borrar todos los valores actuales del código de barras
       ConfirmEraseAllCurrentBarCode=¿Seguro que quieres borrar todos los valores actuales del código de barras?
       AllBarcodeReset=Todos los valores del código de barras han sido eliminados
      -NoBarcodeNumberingTemplateDefined=No hay ninguna plantilla de código de barras habilitada en la configuración del módulo de código de barras.
       ShowDetailsInPDFPageFoot=Agregue más detalles en el pie de página de los archivos PDF, como la dirección de su empresa o los nombres de los administradores (para completar los ID profesionales, el capital de la empresa y el número de IVA).
       NoDetails=No hay más detalles en el pie de página
       DisplayCompanyManagers=Mostrar nombres de administrador
       DisplayCompanyInfoAndManagers=Mostrar los nombres de administrador y dirección de la compañía
      -EnableAndSetupModuleCron=Si desea que esta factura recurrente sea generada automáticamente, el módulo *%s* debe estar habilitado y configurado correctamente. De lo contrario, la generación de facturas se debe hacer manualmente desde esta plantilla con el botón * Crear *. Tenga en cuenta que incluso si activó la generación automática, puede iniciar de forma segura la generación manual. La generación de duplicados para el mismo período no es posible.
      -ModuleCompanyCodeCustomerAquarium=%s seguido por un código de cliente externo para un código de contabilidad del cliente
      -ModuleCompanyCodeSupplierAquarium=%s seguido por un código de proveedor externo para un código de contabilidad de proveedor
       ModuleCompanyCodePanicum=Devuelve un código de contabilidad vacío.
       ModuleCompanyCodeDigitaria=El código de contabilidad depende del código de un tercero. El código se compone del carácter "C" en la primera posición seguido de los primeros 5 caracteres del código de terceros.
       Use3StepsApproval=De forma predeterminada, los pedidos de compra deben ser creados y aprobados por 2 usuarios diferentes (un paso / usuario para crear y un paso / usuario para aprobar. Tenga en cuenta que si el usuario tiene ambos permisos para crear y aprobar, un paso / usuario será suficiente) . Puede solicitar con esta opción que presente un tercer paso / aprobación del usuario, si el monto es mayor que un valor dedicado (por lo que se necesitarán 3 pasos: 1 = validación, 2 = primera aprobación y 3 = segunda aprobación si el monto es suficiente). <br> Configure esto como vacío si una aprobación (2 pasos) es suficiente, configúrelo a un valor muy bajo (0.1) si siempre se requiere una segunda aprobación (3 pasos).
       UseDoubleApproval=Utilice una aprobación de 3 pasos cuando la cantidad (sin impuestos) sea más alta que ...
      -WarningPHPMail=ADVERTENCIA: a menudo es mejor configurar los correos electrónicos salientes para usar el servidor de correo electrónico de su proveedor en lugar de la configuración predeterminada. Algunos proveedores de correo electrónico (como Yahoo) no le permiten enviar un correo electrónico desde otro servidor que no sea su propio servidor. Su configuración actual utiliza el servidor de la aplicación para enviar correos electrónicos y no el servidor de su proveedor de correo electrónico, por lo que algunos destinatarios (el compatible con el restrictivo protocolo DMARC) le preguntarán a su proveedor de correo electrónico si pueden aceptar su correo electrónico y algunos proveedores de correo electrónico. (como Yahoo) puede responder "no" porque el servidor no es un servidor de ellos, por lo que es posible que no se acepten algunos de sus correos electrónicos enviados (tenga cuidado también con la cuota de envío de su proveedor de correo electrónico). Si su proveedor de correo electrónico (como Yahoo) tiene esta restricción, debe cambiar Configuración de correo electrónico para elegir el otro método "Servidor SMTP" e ingresar el servidor SMTP y las credenciales proporcionadas por su proveedor de correo electrónico (solicite a su proveedor de correo electrónico que obtenga las credenciales SMTP para su cuenta).
      +WarningPHPMail2=Si su proveedor SMTP de correo electrónico necesita restringir el cliente de correo electrónico a algunas direcciones IP (muy raras), esta es la dirección IP del agente de usuario de correo (MUA) para su aplicación ERP CRM: <strong> %s </ strong>.
       ClickToShowDescription=Haga clic para mostrar la descripción
      -DependsOn=Este módulo necesita el módulo (s)
       RequiredBy=Este módulo es requerido por el módulo (s)
      -TheKeyIsTheNameOfHtmlField=Este es el nombre del campo HTML. Esta necesidad de tener conocimientos técnicos para leer el contenido de la página HTML para obtener el nombre clave de un campo.
      -PageUrlForDefaultValues=Debes ingresar aquí la url relativa de la página. Si incluye parámetros en la URL, los valores predeterminados serán efectivos si todos los parámetros tienen el mismo valor. Ejemplos:
       PageUrlForDefaultValuesCreate=<br>Para que la forma de crear un nuevo tercero, es <strong>%s</strong>,<br>. Si desea valor predeterminado solo si url tiene algún parámetro, puede usar <strong>%s</strong>.
      -PageUrlForDefaultValuesList=<br>Para la página que enumera terceros, es<strong>%s</strong>,<br>. Si desea valor predeterminado solo si url tiene algún parámetro, puede usar <strong>%s</strong>
      -GoIntoTranslationMenuToChangeThis=Se ha encontrado una traducción para la clave con este código, así que para cambiar este valor, debe editarlo desde Home-Setup-translation.
       WarningSettingSortOrder=Advertencia: establecer un orden de clasificación predeterminado puede dar como resultado un error técnico al ir a la página de la lista si el campo es un campo desconocido. Si experimenta dicho error, vuelva a esta página para eliminar el orden de clasificación predeterminado y restablecer el comportamiento predeterminado.
       ProductDocumentTemplates=Plantillas de documentos para generar documentos de productos
       FreeLegalTextOnExpenseReports=Texto legal gratuito en informes de gastos
       WatermarkOnDraftExpenseReports=Marca de agua en los borradores de informes de gastos
       AttachMainDocByDefault=Establezca esto en 1 si desea adjuntar el documento principal al correo electrónico de forma predeterminada (si corresponde)
      -DAV_ALLOW_PUBLIC_DIRTooltip=El directorio público de WebDav es un directorio WebDAV al que todos pueden acceder (en modo lectura y escritura), sin necesidad de tener / usar una cuenta de inicio de sesión / contraseña existente.
       Module0Desc=Gestión de usuarios / empleados y grupos
       Module1Desc=Empresas y gestión de contactos (clientes, prospectos ...)
       Module2Desc=Administración comercial
      -Module10Desc=Informes contables simples (diarios, rotación) basados ​​en el contenido de la base de datos. No usa ninguna tabla de contabilidad.
       Module20Name=Cotizaciones
       Module20Desc=Gestión de cotizaciones/propuestas comerciales
       Module22Name=E-mailings masivos
      @@ -375,6 +306,7 @@ Module23Desc=Monitoreo del consumo de energías
       Module25Desc=Gestión de pedidos del cliente
       Module30Name=Facturas
       Module30Desc=Gestión de facturas y notas de crédito para clientes. Gestión de facturas para proveedores
      +Module40Desc=Proveedores y gestión de compras (órdenes de compra y facturación)
       Module42Desc=Instalaciones de registro (archivo, syslog, ...). Dichos registros son para fines técnicos / de depuración.
       Module49Desc=Gestión del editor
       Module50Desc=Gestión de producto
      @@ -382,11 +314,9 @@ Module51Name=Envíos masivos
       Module51Desc=Gerencia de correo de papel en masa
       Module52Desc=Gestión de stock (productos)
       Module53Desc=Gestión De Servicios
      -Module54Desc=Gestión de contratos (servicios o suscripciones de reconexión)
       Module55Desc=Gestión del código de barras
       Module56Desc=Integración de telefonía
       Module57Name=Ordenes de pago bancarias directas
      -Module57Desc=Gestión de órdenes de pago de débito directo. Incluye generación de archivo SEPA para países europeos.
       Module58Desc=Integración de un sistema ClickToDial (Asterisk, ...)
       Module59Desc=Agregar función para generar una cuenta de Bookmark4u desde una cuenta de Dolibarr
       Module70Desc=Gestión de intervención
      @@ -395,70 +325,50 @@ Module75Desc=Gestión de gastos y viajes
       Module80Name=Envíos
       Module80Desc=Gestión de envíos y entrega
       Module85Desc=Gestión de cuentas bancarias o de efectivo
      -Module100Name=Sitio externo
      -Module100Desc=Este módulo incluye un sitio web externo o una página en los menús de Dolibarr y lo visualiza en un marco de Dolibarr
       Module105Desc=Mailman o interfaz SPIP para el módulo miembro
      -Module200Desc=Sincronización de directorios LDAP
       Module210Desc=Integración PostNuke
       Module240Name=Exportación de datos
      -Module240Desc=Herramienta para exportar datos de Dolibarr (con asistentes)
       Module250Name=Importaciones de datos
      -Module250Desc=Herramienta para importar datos en Dolibarr (con asistentes)
       Module310Desc=Gestión de miembros de la Fundación
       Module320Desc=Agregar fuente RSS dentro de las páginas de pantalla de Dolibarr
      -Module400Name=Proyectos / Oportunidades / Leads
      -Module400Desc=Gestión de proyectos, oportunidades / clientes potenciales y / o tareas. También puede asignar cualquier elemento (factura, orden, propuesta, intervención, ...) a un proyecto y obtener una vista transversal desde la vista del proyecto.
       Module410Desc=Integración de Webcalendar
      +Module500Desc=Gestión de otros gastos (impuestos a la venta, impuestos sociales o fiscales, dividendos, ...)
       Module510Name=Pago de los salarios de los empleados
      -Module510Desc=Registre y siga el pago de los salarios de sus empleados
       Module520Name=Préstamo
       Module520Desc=Gestión de préstamos
       Module600Name=Notificaciones sobre eventos comerciales
      -Module600Desc=Enviar notificaciones de correo electrónico (activadas por algunos eventos comerciales) a los usuarios (configuración definida en cada usuario), a contactos de terceros (configuración definida en cada tercero) o a correos electrónicos fijos
      -Module600Long=Tenga en cuenta que este módulo está dedicado a enviar correos electrónicos en tiempo real cuando ocurre un evento comercial dedicado. Si está buscando una función para enviar recordatorios por correo electrónico de los eventos de su agenda, vaya a la configuración del módulo Agenda.
       Module770Name=Reporte de gastos
      -Module770Desc=Informes de gestión y reclamación de gastos (transporte, comida, ...)
       Module1120Name=Propuesta comercial del vendedor
      +Module1120Desc=Solicitar propuesta comercial del vendedor y precios
       Module1200Desc=Integración Mantis
       Module1520Name=Generación de documentos
       Module1520Desc=Generación masiva de documentos de correo
       Module1780Name=Etiquetas / Categorías
       Module1780Desc=Crear etiquetas / categoría (productos, clientes, proveedores, contactos o miembros)
      -Module2000Desc=Permitir editar un área de texto usando un editor avanzado (Basado en CKEditor)
       Module2200Desc=Permitir el uso de expresiones matemáticas para los precios
       Module2300Name=Trabajos programados
       Module2300Desc=Gestión programada de trabajos (alias cron o crono tabla)
       Module2400Name=Eventos / Agenda
      -Module2400Desc=Siga los eventos hechos y venideros. Deje que la aplicación registre los eventos automáticos con fines de seguimiento o registre eventos manuales o rendez-vous. Este es el principal módulo importante para una buena gestión de relaciones con clientes o proveedores.
       Module2500Desc=Sistema de gestión de documentos / gestión electrónica de contenidos. Organización automática de sus documentos generados o almacenados. Compártelos cuando lo necesites.
       Module2600Name=API / servicios web (servidor SOAP)
       Module2600Desc=Habilite el servidor Dolibarr SOAP que proporciona servicios de API
       Module2610Name=API / servicios web (servidor REST)
       Module2610Desc=Habilite el servidor REST Dolibarr proporcionando servicios API
       Module2660Name=Llamar a WebServices (cliente SOAP)
      -Module2660Desc=Habilite el cliente de servicios web Dolibarr (se puede usar para enviar datos / solicitudes a servidores externos. Pedidos a proveedores admitidos solo por el momento)
      -Module2700Desc=Use el servicio Gravatar en línea (www.gravatar.com) para mostrar la foto de los usuarios / miembros (que se encuentra con sus correos electrónicos). Necesita un acceso a internet
       Module2900Desc=Capacidades de conversiones GeoIP Maxmind
       Module3100Desc=Agregar un botón de Skype a los usuarios / terceros / contactos / tarjetas de miembros
      -Module3200Desc=Active el registro de algunos eventos comerciales en un registro inalterable. Los eventos se archivan en tiempo real. El registro es una tabla de eventos encadenados que solo se puede leer y exportar. Este módulo puede ser obligatorio para algunos países.
       Module4000Desc=Gestión de recursos humanos (gestión del departamento, contratos de empleados y sentimientos)
       Module5000Name=Multi-compañía
       Module5000Desc=Le permite administrar múltiples compañías
      +Module6000Desc=Gestión de flujo de trabajo (creación automática de objeto y / o cambio de estado automático)
       Module10000Desc=Crea sitios web públicos con un editor WYSIWG. Simplemente configure su servidor web (Apache, Nginx, ...) para que apunte al directorio dedicado de Dolibarr para tenerlo en línea en Internet con su propio nombre de dominio.
       Module20000Name=Administración de peticiones días libres
      -Module20000Desc=Declarar y seguir a los empleados deja las solicitudes
       Module39000Desc=Número de lote o de serie, administración de la fecha de caducidad y de vencimiento en los productos
      -Module50000Desc=Módulo para ofrecer una página de pago en línea que acepta pagos con tarjeta de crédito / débito a través de PayBox. Esto se puede usar para permitir que sus clientes realicen pagos gratuitos o para un pago en un objeto Dolibarr en particular (factura, orden, ...)
       Module50100Name=Puntos de venta
       Module50100Desc=Módulo de punto de venta (POS).
      -Module50200Desc=Módulo para ofrecer una página de pago en línea que acepta pagos con PayPal (tarjeta de crédito o crédito de PayPal). Esto se puede usar para permitir que sus clientes realicen pagos gratuitos o para un pago en un objeto Dolibarr en particular (factura, orden, ...)
      -Module50400Desc=Gestión contable (entradas dobles, libros auxiliares generales y auxiliares). Exporte el libro de contabilidad en varios otros formatos de software de contabilidad.
      -Module54000Desc=Impresión directa (sin abrir los documentos) utilizando la interfaz Cups IPP (la impresora debe estar visible desde el servidor, y las CUPS deben estar instaladas en el servidor).
       Module55000Name=Encuesta, encuesta o voto
      -Module55000Desc=Módulo para hacer sondeos, encuestas o votaciones en línea (como Doodle, Studs, Rdvz, ...)
       Module59000Desc=Módulo para administrar márgenes
       Module60000Desc=Módulo para gestionar comisiones
      -Module62000Desc=Agregue funciones para administrar Incoterm
       Module63000Desc=Administre los recursos (impresoras, automóviles, habitaciones, ...) que luego puede compartir en eventos
       Permission11=Lea las facturas de los clientes
       Permission12=Crear/modificar facturas de clientes
      @@ -476,9 +386,6 @@ Permission27=Eliminar cotizaciones
       Permission28=Exportar las cotizaciones
       Permission31=Leer productos
       Permission36=Ver / administrar productos ocultos
      -Permission41=Leer proyectos y tareas (proyecto compartido y proyectos para los que estoy en contacto). También puede ingresar el tiempo consumido, para mí o mi jerarquía, en las tareas asignadas (parte de horas)
      -Permission42=Crear/modificar proyectos (proyectos y proyectos compartidos para los que soy contacto). También puede crear tareas y asignar usuarios a proyectos y tareas
      -Permission44=Eliminar proyectos (proyectos compartidos y proyectos para los que soy contacto)
       Permission45=Proyectos de exportación
       Permission61=Leer intervenciones
       Permission67=Intervenciones de exportación
      @@ -501,7 +408,6 @@ Permission109=Eliminar envíos
       Permission111=Leer cuentas financieras
       Permission112=Crear/modificar / eliminar y comparar transacciones
       Permission113=Configurar cuentas financieras (crear, administrar categorías)
      -Permission114=Conciliar transacciones
       Permission115=Exportar transacciones y estados de cuenta
       Permission116=Transferencias entre cuentas
       Permission117=Administrar el envío de cheques
      @@ -509,15 +415,12 @@ Permission121=Leer terceros vinculados al usuario
       Permission122=Crear/modificar terceros vinculados al usuario
       Permission125=Eliminar terceros vinculados al usuario
       Permission126=Exportar terceros
      -Permission141=Lee todos los proyectos y tareas (también proyectos privados para los que no estoy en contacto)
      -Permission142=Crear/modificar todos los proyectos y tareas (también proyectos privados para los que no estoy en contacto)
       Permission144=Eliminar todos los proyectos y tareas (también proyectos privados para los que no estoy en contacto)
       Permission146=Leer proveedores
       Permission147=Leer estadísticas
       Permission151=Lea las órdenes de pago de débito directo
       Permission152=Crear/modificar una orden de pago de débito directo
       Permission153=Enviar / Transmitir órdenes de pago de débito directo
      -Permission154=Registro de créditos / rechazos de órdenes de pago de débito directo
       Permission161=Leer contratos/suscripciones
       Permission163=Activar un servicio / suscripción de un contrato
       Permission164=Deshabilitar un servicio / suscripción de un contrato
      @@ -533,7 +436,6 @@ Permission183=Validar órdenes de proveedor
       Permission185=Ordene o cancele pedidos a proveedores
       Permission186=Reciba pedidos a proveedores
       Permission188=Cancelar pedidos a proveedores
      -Permission194=Lee las líneas de bandwith
       Permission203=Ordenar pedidos de conexiones
       Permission204=Solicitar conexiones
       Permission205=Gestionar las conexiones
      @@ -554,18 +456,15 @@ Permission244=Ver los contenidos de las categorías ocultas
       Permission251=Leer otros usuarios y grupos
       PermissionAdvanced251=Leer otros usuarios
       Permission252=Permisos de lectura de otros usuarios
      -Permission253=Crear/modificar otros usuarios, grupos y permisos
       PermissionAdvanced253=Crear/modificar usuarios y permisos internos / externos
       Permission254=Crear/modificar solo usuarios externos
       Permission256=Eliminar o deshabilitar a otros usuarios
      -Permission262=Ampliar el acceso a todos los terceros (no solo a terceros que el usuario sea un representante de ventas). No es efectivo para usuarios externos (siempre se limitan a ellos mismos para propuestas, pedidos, facturas, contratos, etc.). No es efectivo para proyectos (solo reglas sobre permisos de proyecto, visibilidad y asuntos de asignación).
       Permission271=Lee CA
       Permission272=Leer facturas
       Permission273=Emitir facturas
       Permission281=Leer contactos
       Permission291=Tarifas de lectura
       Permission292=Establecer permisos sobre las tarifas
      -Permission293=Modificar las tarifas de los clientes
       Permission300=Leer códigos de barras
       Permission302=Eliminar códigos de barras
       Permission311=Leer Servicios
      @@ -581,10 +480,6 @@ Permission401=Leer descuentos
       Permission402=Crear/modificar descuentos
       Permission403=Validar descuentos
       Permission404=Eliminar descuentos
      -Permission501=Leer contratos/salarios de empleados
      -Permission502=Crear/modificar contratos/salarios de empleados
      -Permission511=Leer el pago de los salarios
      -Permission512=Crear/modificar el pago de los salarios
       Permission517=Salarios de exportación
       Permission520=Leer préstamos
       Permission522=Crear/modificar préstamos
      @@ -625,8 +520,6 @@ Permission1251=Ejecutar las importaciones masivas de datos externos en la base d
       Permission1321=Exportar facturas, atributos y pagos de clientes
       Permission1322=Reabrir una factura paga
       Permission1421=Exportar pedidos y atributos de los clientes
      -Permission20001=Lea las solicitudes de ausencia (sus hojas y la de sus subordinados)
      -Permission20002=Crea / modifica tus solicitudes de ausencia (las tuyas se van y la de tus subordinados)
       Permission20003=Eliminar solicitudes de permiso
       Permission20004=Lea todas las solicitudes de licencia (incluso del usuario no subordinado)
       Permission20005=Crear / modificar solicitudes de abandono para todos (incluso para usuarios no subordinados)
      @@ -648,12 +541,11 @@ Permission50202=Transacciones de importación
       Permission54001=Impresión
       Permission59003=Lea cada margen de usuario
       Permission63004=Enlace de recursos a eventos de la agenda
      -DictionaryCompanyJuridicalType=Formas legales de terceros
       DictionaryProspectLevel=Nivel de potencial prospectivo
       DictionaryCanton=Estado / Provincia
       DictionaryVAT=Tipos de IVA o tasas de impuestos a las ventas
      +DictionaryRevenueStamp=Cantidad de estampillas fiscales
       DictionaryPaymentConditions=Términos de pago
      -DictionaryTypeContact=Tipo de contacto / dirección
       DictionaryTypeOfContainer=Tipo de páginas web / contenedores
       DictionaryEcotaxe=Ecotax (RAEE)
       DictionaryFormatCards=Formatos de tarjetas
      @@ -665,38 +557,23 @@ DictionarySource=Origen de las propuestas / órdenes
       DictionaryAccountancyCategory=Grupos personalizados para informes
       DictionaryAccountancysystem=Modelos para el cuadro de cuentas
       DictionaryAccountancyJournal=Libros contables
      -DictionaryEMailTemplates=Plantillas de correos electrónicos
       DictionaryProspectStatus=Estado de prospección
      -DictionaryHolidayTypes=Tipos de Vacaciones
      -DictionaryOpportunityStatus=Estado de oportunidad para el proyecto / plomo
      -VATManagement=Gestión del IVA
      -VATIsUsedDesc=Por defecto cuando se crean prospectos, facturas, pedidos, etc., la tasa del IVA sigue la regla del estándar activo: <br> Si el vendedor no está sujeto al IVA, entonces el IVA predeterminado es 0. Fin de la regla. <br> Si el (país de venta = país de compra), entonces el IVA por defecto es igual al IVA del producto en el país de venta. Fin de la regla <br> Si el vendedor y el comprador pertenecen a la Comunidad Europea y los productos son de transporte (automóvil, barco, avión), el IVA por defecto es 0 (el comprador debe pagar el IVA a la oficina de su país y no a la vendedor). Fin de la regla. <br> Si el vendedor y el comprador están en la Comunidad Europea y el comprador no es una empresa, entonces el IVA se convierte por defecto en el IVA del producto vendido. Fin de la regla. <br> Si el vendedor y el comprador están en la Comunidad Europea y el comprador es una empresa, entonces el IVA es 0 por defecto. Fin de la regla. <br> En cualquier otro caso, el valor predeterminado propuesto es el IVA = 0. Fin de la regla
      -VATIsNotUsedDesc=Por defecto, el IVA propuesto es 0, que puede utilizarse para casos como asociaciones, particulares o pequeñas empresas.
      -VATIsUsedExampleFR=En Francia, significa empresas u organizaciones que tienen un sistema fiscal real (real simplificado real o real). Un sistema en el que se declara el IVA.
      -VATIsNotUsedExampleFR=En Francia, significa las asociaciones que no están declaradas con IVA o las empresas, organizaciones o profesiones liberales que han elegido el sistema fiscal de microempresas (IVA en franquicia) y pagaron una franquicia con IVA sin ninguna declaración de IVA. Esta elección mostrará la referencia "IVA no aplicable - art-293B de CGI" en las facturas.
      +TypeOfRevenueStamp=Tipo de sello fiscal
       LocalTax1IsNotUsed=No use el segundo impuesto
      -LocalTax1IsUsedDesc=Use un segundo tipo de impuesto (que no sea el IVA)
      -LocalTax1IsNotUsedDesc=No use otro tipo de impuesto (que no sea el IVA)
       LocalTax1Management=Segundo tipo de impuesto
       LocalTax2IsNotUsed=No use el tercer impuesto
      -LocalTax2IsUsedDesc=Use un tercer tipo de impuesto (que no sea el IVA)
      -LocalTax2IsNotUsedDesc=No use otro tipo de impuesto (que no sea el IVA)
       LocalTax2Management=Tercer tipo de impuesto
      -LocalTax1IsUsedDescES=La tasa de RE por defecto cuando se crean prospectos, facturas, pedidos, etc. sigue la regla estándar activa: <br> Si el comprador no está sujeto a RE, RE por defecto = 0. Fin de la regla. <br> Si el comprador está sujeto a RE, entonces el RE está predeterminado. Fin de la regla. <br>
       LocalTax1IsNotUsedDescES=Por defecto, la RE propuesta es 0. Fin de la regla.
       LocalTax1IsUsedExampleES=En España son profesionales sujetos a algunas secciones específicas del IAE español.
       LocalTax1IsNotUsedExampleES=En España son profesionales y sociedades y están sujetas a ciertas secciones del IAE español.
      -LocalTax2IsUsedDescES=La tasa de RE por defecto cuando se crean prospectos, facturas, pedidos, etc. sigue la regla estándar activa: <br> Si el vendedor no está sujeto a IRPF, entonces el IRPF por defecto es igual a 0. Fin de la regla. <br> Si el vendedor está sujeto a IRPF, entonces el IRPF por defecto. Fin de la regla. <br>
       LocalTax2IsNotUsedDescES=Por defecto, el IRPF propuesto es 0. Fin de la regla.
       LocalTax2IsUsedExampleES=En España, autónomos y profesionales independientes que prestan servicios y empresas que han elegido el sistema impositivo de los módulos.
      -LocalTax2IsNotUsedExampleES=En España son negocios no sujetos a un sistema impositivo de módulos.
       CalcLocaltax=Informes sobre impuestos locales
       CalcLocaltax1Desc=Los informes de impuestos locales se calculan con la diferencia entre las ventas locales y las compras locales.
       CalcLocaltax2Desc=Los informes de impuestos locales son el total de compras de impuestos locales
       CalcLocaltax3Desc=Los informes de impuestos locales son el total de las ventas de impuestos locales
       LabelUsedByDefault=Etiqueta usada por defecto si no se puede encontrar traducción para el código
       LabelOnDocuments=Etiqueta en documentos
      -NbOfDays=N° de días
       AtEndOfMonth=Al final del mes
       CurrentNext=Actual / Siguiente
       Offset=Compensar
      @@ -711,7 +588,6 @@ DatabasePort=Puerto de base
       DatabaseUser=Usuario de la base
       DatabasePassword=Contraseña de la base
       Tables=Mesas
      -NbOfRecord=N° de registros
       DriverType=Tipo de controlador
       SummarySystem=Resumen de información del sistema
       SummaryConst=Lista de todos los parámetros de configuración de Dolibarr
      @@ -722,15 +598,12 @@ Skin=Tema de la piel
       DefaultSkin=Tema predeterminado de la piel
       MaxSizeList=Longitud máxima para la lista
       DefaultMaxSizeList=Longitud máxima predeterminada para las listas
      -DefaultMaxSizeShortList=Longitud máxima predeterminada para listas cortas (es decir, en la tarjeta de cliente)
       MessageLogin=Mensaje de la página de inicio
       LoginPage=Página de inicio de sesión
       PermanentLeftSearchForm=Formulario de búsqueda permanente en el menú de la izquierda
      -DefaultLanguage=Lenguaje predeterminado para usar (código de idioma)
       EnableMultilangInterface=Habilitar interfaz multilingüe
       EnableShowLogo=Mostrar logo en el menú de la izquierda
      -CompanyInfo=Información de la empresa / organización
      -CompanyIds=Identidades de empresa / organización
      +CompanyInfo=Empresa / Organización
       CompanyName=Nombre
       CompanyCurrency=Moneda principal
       DoNotSuggestPaymentMode=No sugiera
      @@ -738,26 +611,6 @@ NoActiveBankAccountDefined=No se definió una cuenta bancaria activa
       OwnerOfBankAccount=Propietario de la cuenta bancaria %s
       BankModuleNotActive=Módulo de cuentas bancarias no habilitado
       ShowBugTrackLink=Mostrar  el link "<strong>%s</strong>"
      -DelaysOfToleranceBeforeWarning=La tolerancia se retrasa antes de la advertencia
      -DelaysOfToleranceDesc=Esta pantalla le permite definir los retrasos tolerados antes de que se notifique una alerta en la pantalla con el picto %s para cada elemento retrasado.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerancia de retraso (en días) antes de la alerta sobre eventos planeados (eventos de la agenda) aún no completada
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerancia de retraso (en días) antes de que la alerta en el proyecto no se cierre a tiempo
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerancia de retraso (en días) antes de la alerta en las tareas planificadas (tareas del proyecto) aún no completada
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerancia de retardo (en días) antes de la alerta en pedidos no procesados ​​todavía
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerancia de retraso antes de la alerta (en días) sobre cotizaciones a cerrar
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerancia de retraso antes de la alerta (en días) sobre cotizaciones no facturadas
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Retraso de tolerancia (en días) antes de la alerta en los servicios para activar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Retraso de tolerancia (en días) antes de la alerta en servicios caducados
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Retraso de tolerancia (en días) antes de la alerta en las facturas pendientes de pago del proveedor
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Retraso de tolerancia (en días) antes de la alerta en las facturas pendientes de pago del cliente
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Retraso de tolerancia (en días) antes de la alerta en conciliación bancaria pendiente
      -Delays_MAIN_DELAY_MEMBERS=Retraso en la tolerancia (en días) antes de la alerta en la cuota de membresía demorada
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Retraso de tolerancia (en días) antes de la alerta para depósitos de cheques para hacer
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Retraso de tolerancia (en días) antes de la alerta para que los informes de gastos aprueben
      -SetupDescription1=El área de configuración es para los parámetros iniciales de configuración antes de comenzar a usar Dolibarr.
      -SetupDescription3=Configuración en el menú <a href="%s"> %s -> %s </a>. Este paso es necesario porque define los datos utilizados en las pantallas de Dolibarr para personalizar el comportamiento predeterminado del software (por ejemplo, para las características relacionadas con el país).
      -SetupDescription4=Configuración en el menú <a href="%s"> %s -> %s </a>. Este paso es necesario porque Dolibarr ERP / CRM es una colección de varios módulos / aplicaciones, todos más o menos independientes. Las nuevas funciones se agregan a los menús para cada módulo que active.
      -SetupDescription5=Otras entradas de menú administran parámetros opcionales.
       LogEvents=Eventos de auditoría de seguridad
       InfoDolibarr=Sobre Dolibarr
       InfoBrowser=Acerca del navegador
      @@ -768,18 +621,15 @@ InfoPerf=Sobre representaciones
       BrowserOS=Sistema operativo del navegador
       ListOfSecurityEvents=Lista de eventos de seguridad de Dolibarr
       LogEventDesc=Puede habilitar aquí el registro de eventos de seguridad de Dolibarr. Los administradores pueden ver su contenido a través del menú <b>Herramientas del sistema - Auditoría</b>. Advertencia, esta característica puede consumir una gran cantidad de datos en la base de datos.
      -AreaForAdminOnly=Los <b> usuarios administradores </ b> solo pueden configurar los parámetros de configuración.
      +AreaForAdminOnly=Los parámetros de configuración solo pueden modificarse por <b>usuarios administradores</b>.
       SystemInfoDesc=La información del sistema es información técnica miscelánea que obtienes en modo solo lectura y visible solo para los administradores.
       SystemAreaForAdminOnly=Esta área está disponible solo para usuarios administradores. Ninguno de los permisos de Dolibarr puede reducir este límite.
      -AccountantDesc=Edite en esta página toda la información conocida sobre su contador / tenedor de libros
       AccountantFileNumber=Número de expediente
       DisplayDesc=Puede elegir cada parámetro relacionado con el aspecto y la sensación de Dolibarr aquí
       AvailableModules=Aplicación / módulos disponibles
       ToActivateModule=Para activar los módulos, vaya al Área de configuración (Inicio-> Configuración-> Módulos).
       SessionTimeOut=Tiempo de espera para la sesión
      -SessionExplanation=Este número garantiza que la sesión nunca caducará antes de este delay , si el limpiador de sesión se realiza mediante el limpiador interno de sesiones PHP (y nada más). El limpiador interno de sesiones PHP no garantiza que la sesión caduque justo después de este retraso. Caducará, después de este retraso, y cuando se ejecute el limpiador de sesión, por lo que cada <b>%s/%s</b>acceso, pero solo durante el acceso realizado por otras sesiones.<br>Nota: en algunos servidores con un mecanismo de limpieza de sesión externo (cron en debian , ubuntu ...), las sesiones se pueden destruir después de un período definido por el valor predeterminado <strong>session.gc_maxlifetime</strong>, sin importar el valor ingresado aquí.
       TriggersAvailable=Disparadores disponibles
      -TriggersDesc=Los desencadenantes son archivos que modificarán el comportamiento del flujo de trabajo de Dolibarr una vez copiados en el directorio <b> htdocs / core / triggers </ b>. Se dieron cuenta de nuevas acciones, activadas en eventos Dolibarr (creación de nueva empresa, validación de factura, ...).
       TriggerDisabledByName=Los desencadenantes en este archivo están deshabilitados por el sufijo <b> -NORUN </ b> en su nombre.
       TriggerDisabledAsModuleDisabled=Los disparadores en este archivo están deshabilitados ya que el módulo <b>%s</b> está deshabilitado.
       TriggerAlwaysActive=Los activadores en este archivo están siempre activos, cualesquiera que sean los módulos Dolibarr activados.
      @@ -789,7 +639,6 @@ DictionaryDesc=Inserta todos los datos de referencia. Puede agregar sus valores
       ConstDesc=Esta página le permite editar todos los demás parámetros no disponibles en páginas anteriores. Estos son principalmente parámetros reservados para desarrolladores o resolución avanzada de problemas. Para obtener una lista de opciones <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">revise aquí</a>.
       MiscellaneousDesc=Todos los demás parámetros relacionados con la seguridad se definen aquí.
       LimitsSetup=Límites / configuración de precisión
      -LimitsDesc=Puede definir los límites, las precisiones y las optimizaciones utilizadas por Dolibarr aquí
       MAIN_MAX_DECIMALS_UNIT=Máximos decimales para precios unitarios
       MAIN_MAX_DECIMALS_TOT=Máximos decimales para los precios totales
       MAIN_MAX_DECIMALS_SHOWN=Máximos de decimales para los precios mostrados en la pantalla (Agregue <b> ... </ b> después de este número si desea ver <b> ... </ b> cuando el número se trunca cuando se muestra en la pantalla)
      @@ -798,16 +647,12 @@ UnitPriceOfProduct=Precio unitario neto de un producto
       TotalPriceAfterRounding=Precio total (impuesto neto / IVA / IVA) después del redondeo
       ParameterActiveForNextInputOnly=Parámetro efectivo solo para la siguiente entrada
       NoEventOrNoAuditSetup=Aún no se ha registrado ningún evento de seguridad. Esto puede ser normal si la auditoría no se ha habilitado en la página "configuración - seguridad - auditoría".
      -NoEventFoundWithCriteria=No se ha encontrado ningún evento de seguridad para tales criterios de búsqueda.
       SeeLocalSendMailSetup=Consulte su configuración de sendmail local
       BackupDesc=Para hacer una copia de seguridad completa de Dolibarr, debes:
       BackupDesc2=Guarde el contenido del directorio de documentos (<b>%s</b>) que contiene todos los archivos cargados y generados (por lo que incluye todos los archivos de volcado generados en el paso 1).
      -BackupDesc3=Guarde el contenido de su base de datos (<b>%s</b>) en un archivo de volcado. Para esto, puede usar el siguiente asistente.
       BackupDescX=El directorio archivado debe almacenarse en un lugar seguro.
       BackupDescY=El archivo de volcado generado debe almacenarse en un lugar seguro.
      -BackupPHPWarning=La copia de seguridad no se puede garantizar con este método. Prefiero el anterior
       RestoreDesc=Para restaurar una copia de seguridad de Dolibarr, debe:
      -RestoreDesc2=Restaure el archivo de almacenamiento (archivo zip, por ejemplo) del directorio de documentos para extraer el árbol de archivos en el directorio de documentos de una nueva instalación de Dolibarr o en el directorio de documentos actuales (<b>%s</b>).
       RestoreDesc3=Restaure los datos, desde un archivo de volcado de respaldo, en la base de datos de la nueva instalación de Dolibarr o en la base de datos de esta instalación actual (<b>%s</b>). Advertencia, una vez que finaliza la restauración, debe usar un inicio de sesión / contraseña, que existía cuando se realizó la copia de seguridad, para conectarse de nuevo. Para restaurar una base de datos de respaldo en esta instalación actual, puede seguir a este asistente.
       RestoreMySQL=Importación de MySQL
       ForcedToByAModule=Esta regla es forzada a <b>%s</b> por un módulo activado
      @@ -817,25 +662,19 @@ RunningUpdateProcessMayBeRequired=Parece que es necesario ejecutar el proceso de
       YouMustRunCommandFromCommandLineAfterLoginToUser=Debe ejecutar este comando desde la línea de comando después de iniciar sesión en un shell con el usuario <b>%s</b> o debe agregar la opción -W al final de la línea de comandos para proporcionar una contraseña de <b>%s</b>.
       DownloadMoreSkins=Más pieles para descargar
       SimpleNumRefModelDesc=Devuelve el número de referencia con el formato %syymm-nnnn donde yy es año, mm es mes y nnnn es una secuencia sin saltos ni reinicio
      -ShowProfIdInAddress=Mostrar id. Profesional con direcciones en documentos
      -ShowVATIntaInAddress=Ocultar IVA Intra num con direcciones en documentos
      -MAIN_DISABLE_METEO=Desactivar vista meteo
       MeteoStdMod=Modo estandar
       MeteoUseMod=Haz clic para usar %s
       TestLoginToAPI=Prueba de inicio de sesión a la API
      -ProxyDesc=Algunas características de Dolibarr necesitan tener acceso a Internet para funcionar. Define aquí los parámetros para esto. Si el servidor de Dolibarr está detrás de un servidor Proxy, esos parámetros le dicen a Dolibarr cómo acceder a Internet a través de él.
       MAIN_PROXY_USE=Use un servidor proxy (de lo contrario, acceso directo a internet)
       MAIN_PROXY_HOST=Nombre / dirección del servidor proxy
       MAIN_PROXY_USER=Inicie sesión para usar el servidor proxy
       MAIN_PROXY_PASS=Contraseña para usar el servidor proxy
      -DefineHereComplementaryAttributes=Defina aquí todos los atributos, que aún no están disponibles de manera predeterminada, y que desea que sean compatibles con %s.
       ExtraFields=Atributos complementarios
       ExtraFieldsLines=Atributos complementarios (líneas)
       ExtraFieldsLinesRec=Atributos complementarios (líneas plantillas de facturas)
       ExtraFieldsSupplierOrdersLines=Atributos complementarios (líneas de pedido)
       ExtraFieldsSupplierInvoicesLines=Atributos complementarios (líneas de factura)
       ExtraFieldsThirdParties=Atributos complementarios (terceros)
      -ExtraFieldsContacts=Atributos complementarios (contacto/dirección)
       ExtraFieldsMember=Atributos complementarios (miembro)
       ExtraFieldsMemberType=Atributos complementarios (tipo de miembro)
       ExtraFieldsCustomerInvoices=Atributos complementarios (facturas)
      @@ -848,13 +687,11 @@ ExtraFieldHasWrongValue=El atributo %s tiene un valor incorrecto.
       AlphaNumOnlyLowerCharsAndNoSpace=solo caracteres alfanuméricos y minúsculas sin espacio
       SendmailOptionNotComplete=Advertencia, en algunos sistemas Linux, para enviar correos electrónicos desde su correo electrónico, la configuración de ejecución de sendmail debe contener la opción -ba (parámetro mail.force_extra_parameters en su archivo php.ini). Si algunos destinatarios nunca reciben correos electrónicos, intente editar este parámetro de PHP con mail.force_extra_parameters = -ba).
       PathToDocuments=Camino a los documentos
      -SendmailOptionMayHurtBuggedMTA=Característica para enviar correos electrónicos utilizando el método "PHP mail direct" generará un mensaje de correo que algunos servidores de correo de recepción podrían no analizar correctamente. El resultado es que algunos correos electrónicos no pueden ser leídos por las personas alojadas en esas plataformas con errores. Es el caso de algunos proveedores de Internet (por ejemplo, Orange en Francia). Esto no es un problema para Dolibarr ni para PHP, sino para recibir el servidor de correo. Sin embargo, puede agregar la opción MAIN_FIX_FOR_BUGGED_MTA a 1 en configuración - otra para modificar Dolibarr para evitar esto. Sin embargo, puede experimentar problemas con otros servidores que respetan estrictamente el estándar SMTP. La otra solución (recomendada) es utilizar el método "Biblioteca de socket SMTP" que no tiene inconvenientes.
       TranslationSetup=Configuración de la traducción
       TranslationKeySearch=Buscar una clave o cadena de traducción
       TranslationOverwriteKey=Sobrescribir una cadena de traducción
       TranslationDesc=Cómo configurar el idioma de la aplicación que se muestra: <br> * Systemwide: menú <strong> Inicio - Configuración - Pantalla </ strong> <br> * Por usuario: use la pestaña <strong> Configuración de visualización del usuario </ strong> en la tarjeta de usuario ( haga clic en el nombre de usuario en la parte superior de la pantalla).
       TranslationOverwriteDesc=También puede anular cadenas que llenan la siguiente tabla. Elija su idioma del menú desplegable "%s", inserte la cadena de clave de traducción en "%s" y su nueva traducción en "%s"
      -TranslationOverwriteDesc2=Puede usar la otra pestaña para ayudarlo a saber qué clave de traducción usar
       TranslationString=Cadena de traducción
       CurrentTranslationString=Cadena de traducción actual
       WarningAtLeastKeyOrTranslationRequired=Se requiere un criterio de búsqueda al menos para la cadena clave o de traducción
      @@ -862,23 +699,12 @@ NewTranslationStringToShow=Nueva cadena de traducción para mostrar
       OriginalValueWas=La traducción original se sobrescribe. El valor original fue: <br> <br> %s
       TotalNumberOfActivatedModules=Aplicaciones/módulos activos: <b>%s</b>/<b>%s</b>
       YouMustEnableOneModule=Debe al menos habilitar 1 módulo
      -ClassNotFoundIntoPathWarning=Clase %s no encontrada en la ruta de PHP
      -OnlyFollowingModulesAreOpenedToExternalUsers=Tenga en cuenta que solo los siguientes módulos están abiertos a usuarios externos (cualquiera que sea el permiso de dichos usuarios) y solo si se otorgaron permisos:
       SuhosinSessionEncrypt=Almacenamiento de sesión cifrado por Suhosin
       ConditionIsCurrently=La condición es actualmente %s
      -YouUseBestDriver=Utiliza el controlador %s que es el mejor controlador disponible actualmente.
      -YouDoNotUseBestDriver=Utiliza la unidad %s pero se recomienda el controlador %s.
      -NbOfProductIsLowerThanNoPb=Solo tiene %s productos / servicios en la base de datos. Esto no requiere ninguna optimización particular.
       SearchOptim=Optimización de búsqueda
      -YouHaveXProductUseSearchOptim=Tienes %s producto en la base de datos. Debe agregar la constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 en Home-Setup-Other, limita la búsqueda al comienzo de las cadenas, haciendo posible que la base de datos use el índice y debería obtener una respuesta inmediata.
      -BrowserIsOK=Está utilizando el navegador web %s. Este navegador está bien para la seguridad y el rendimiento.
      -BrowserIsKO=Está utilizando el navegador web %s. Se sabe que este navegador es una mala opción para la seguridad, el rendimiento y la fiabilidad. Le recomendamos utilizar Firefox, Chrome, Opera o Safari.
       XCacheInstalled=XCache está cargado.
      -AddRefInList=Muestre la referencia del cliente / proveedor en la lista (seleccione la lista o el cuadro combinado) y la mayor parte del hipervínculo. Los terceros aparecerán con el nombre "CC12345 - SC45678 - La gran empresa coorp", en lugar de "La gran compañía coorp".
      -AskForPreferredShippingMethod=Pregunte por el método de envío preferido para terceros.
       FillThisOnlyIfRequired=Ejemplo: +2 (llenar solo si se experimentan problemas de compensación de zona horaria)
       PasswordGenerationStandard=Devuelve una contraseña generada de acuerdo con el algoritmo interno de Dolibarr: 8 caracteres que contienen números compartidos y caracteres en minúscula.
      -PasswordGenerationNone=No sugiera ninguna contraseña generada. La contraseña debe escribirse manualmente.
       PasswordGenerationPerso=Devuelve una contraseña de acuerdo a tu configuración definida personalmente.
       SetupPerso=De acuerdo con tu configuración
       PasswordPatternDesc=Descripción del patrón de contraseña
      @@ -888,16 +714,10 @@ UsersSetup=Configuración del módulo de usuarios
       UserMailRequired=Se requiere correo electrónico para crear un nuevo usuario
       HRMSetup=Configuración del módulo RRHH
       CompanySetup=Configuración del módulo de empresas
      -CompanyCodeChecker=Módulo para la generación y verificación de código de terceros (cliente o proveedor)
      -AccountCodeManager=Módulo para la generación de códigos de contabilidad (cliente o proveedor)
       NotificationsDesc=La función de notificaciones de Correo Electrónico le permite enviar correos automáticos en silencio para algunos eventos de Dolibarr. Los objetivos de las notificaciones se pueden definir:
       NotificationsDescGlobal=* o estableciendo correos electrónicos de objetivos globales en la página de configuración del módulo.
      -ModelModules=Plantillas de documentos
      -DocumentModelOdt=Genere documentos a partir de plantillas de OpenDocuments (archivos .ODT o .ODS para OpenOffice, KOffice, TextEdit, ...)
       WatermarkOnDraft=Marca de agua en el borrador del documento
       JSOnPaimentBill=Activar la función para completar automáticamente las líneas de pago en forma de pago
      -CompanyIdProfChecker=Reglas sobre Ids profesionales
      -MustBeMandatory=Obligatorio para crear terceros?
       MustBeInvoiceMandatory=Obligatorio para validar facturas?
       TechnicalServicesProvided=Servicios técnicos proporcionados
       WebDavServer=URL raíz del servidor %s: %s
      @@ -991,11 +811,8 @@ LDAPTestSynchroMemberType=Pruebe la sincronización del tipo de miembro
       LDAPTestSearch=Pruebe una búsqueda LDAP
       LDAPSynchroOK=Prueba de sincronización exitosa
       LDAPSynchroKO=Prueba de sincronización fallida
      -LDAPSynchroKOMayBePermissions=Prueba de sincronización fallida. Verifique que la conexión al servidor esté configurada correctamente y permita que udpates LDAP
       LDAPTCPConnectOK=Conexión TCP al servidor LDAP exitosa (Servidor = %s, Puerto = %s)
       LDAPTCPConnectKO=No se pudo conectar TCP al servidor LDAP (Servidor = %s, Puerto = %s)
      -LDAPBindOK=Connect / Authentificate al servidor LDAP exitoso (Servidor = %s, Puerto = %s, Admin = %s, Contraseña = %s)
      -LDAPBindKO=Error de conexión / autentificación al servidor LDAP (Servidor = %s, Puerto = %s, Admin = %s, Contraseña = %s)
       LDAPSetupForVersion3=Servidor LDAP configurado para la versión 3
       LDAPSetupForVersion2=Servidor LDAP configurado para la versión 2
       LDAPDolibarrMapping=Mapas de Dolibarr
      @@ -1005,7 +822,6 @@ LDAPFieldLoginExample=Ejemplo: uid
       LDAPFilterConnectionExample=Ejemplo: & (objectClass = inetOrgPerson)
       LDAPFieldLoginSambaExample=Ejemplo: samaccountname
       LDAPFieldFullnameExample=Ejemplo: cn
      -LDAPFieldPasswordNotCrypted=La contraseña no está encriptada
       LDAPFieldPasswordExample=Ejemplo: userPassword
       LDAPFieldCommonNameExample=Ejemplo: cn
       LDAPFieldNameExample=Ejemplo: sn
      @@ -1040,37 +856,27 @@ LDAPDescMembers=Esta página le permite definir el nombre de los atributos LDAP
       LDAPDescValues=Los valores de ejemplo están diseñados para <b> OpenLDAP </ b> con los siguientes esquemas cargados: <b> core.schema, cosine.schema, inetorgperson.schema </ b>). Si usa estos valores y OpenLDAP, modifique su archivo de configuración de LDAP <b> slapd.conf </ b> para que se carguen todos estos esquemas.
       ForANonAnonymousAccess=Para un acceso autenticado (para un acceso de escritura, por ejemplo)
       PerfDolibarr=Configuración de rendimiento / informe de optimización
      -YouMayFindPerfAdviceHere=Encontrará en esta página algunos controles o consejos relacionados con el rendimiento.
      -NotInstalled=No está instalado, por lo que su servidor no se ralentiza con esto.
       ApplicativeCache=Caché aplicable
       MemcachedNotAvailable=No se encontró caché aplicativo. Puede mejorar el rendimiento instalando un servidor de caché Memcached y un módulo capaz de usar este servidor de caché. Más información aquí <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN"> http: //wiki.dolibarr.org/index.php/Module_MemCached_EN </a>. <br> Tenga en cuenta que muchos proveedores de alojamiento web no proporcionan dicho servidor de caché.
       MemcachedModuleAvailableButNotSetup=El módulo memcached para la memoria caché aplicativa se encuentra pero la configuración del módulo no está completa.
       MemcachedAvailableAndSetup=El módulo memcached dedicado a usar el servidor memcached está habilitado.
       OPCodeCache=Caché OPCode
      -NoOPCodeCacheFound=No se encontró caché OPCode. Puede ser que use otro caché OPCode que XCache o eAccelerator (bueno), puede ser que no tenga caché OPCode (muy malo).
       HTTPCacheStaticResources=Caché HTTP para recursos estáticos (css, img, javascript)
       FilesOfTypeCached=Los archivos del tipo %s están en caché en el servidor HTTP
       FilesOfTypeNotCached=El servidor HTTP no almacena en caché los archivos del tipo %s
       FilesOfTypeCompressed=Los archivos del tipo %s están comprimidos por el servidor HTTP
       FilesOfTypeNotCompressed=Los archivos del tipo %s no son comprimidos por el servidor HTTP
       CacheByServer=Caché por servidor
      -CacheByServerDesc=Por ejemplo, usando la directiva Apache "ExpiresByType image / gif A2592000"
       CacheByClient=Caché por navegador
       CompressionOfResources=Compresión de respuestas HTTP
      -CompressionOfResourcesDesc=Por ejemplo, usando la directiva Apache "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Tal detección automática no es posible con los navegadores actuales
      -DefaultValuesDesc=Puede definir / forzar aquí el valor predeterminado que desea obtener cuando cree un nuevo registro, y / o altere los filtros u ordene el orden cuando el registro de su lista.
       DefaultSearchFilters=Filtros de búsqueda predeterminados
       DefaultSortOrder=Ordenar por defecto
       ProductSetup=Configuración del módulo de productos
       ServiceSetup=Configuración del módulo de servicios
       ProductServiceSetup=Configuración de módulos de productos y servicios
       NumberOfProductShowInSelect=Número máximo de productos en listas de selección de combos (0 = sin límite)
      -ViewProductDescInFormAbility=Visualización de descripciones de productos en los formularios (de lo contrario, como información emergente emergente)
       MergePropalProductCard=Activar en el producto / servicio pestaña Archivos adjuntos una opción para combinar el documento PDF del producto con la propuesta PDF azur si el producto / servicio figura en la propuesta
      -ViewProductDescInThirdpartyLanguageAbility=Visualización de descripciones de productos en el idioma de terceros
      -UseSearchToSelectProductTooltip=Además, si tiene una gran cantidad de productos (> 100 000), puede aumentar la velocidad estableciendo PRODUCT_DONOTSEARCH_ANYWHERE constante en 1 en Configuración-> Otro. La búsqueda se limitará al inicio de la cadena.
      -UseSearchToSelectProduct=Espere a que presione una tecla antes de cargar el contenido de la lista combinada de productos (Esto puede aumentar el rendimiento si tiene una gran cantidad de productos, pero es menos conveniente)
       SetDefaultBarcodeTypeProducts=Tipo de código de barras predeterminado para usar en productos
       SetDefaultBarcodeTypeThirdParties=Tipo de código de barras predeterminado para usar con terceros
       UseUnits=Defina una unidad de medida para Cantidad durante la orden, propuesta o edición de líneas de factura
      @@ -1117,7 +923,6 @@ NotificationEMailFrom=Remitente correo electrónico (desde) para correos electr
       SendingsSetup=Configuración del módulo de envío
       SendingsReceiptModel=Modelo de recibo de envío
       SendingsNumberingModules=Módulos de numeración de los mensajes
      -NoNeedForDeliveryReceipts=En la mayoría de los casos, las hojas de envío se utilizan como hojas para entregas a clientes (lista de productos a enviar) y hojas que el cliente recibe y firma. Por lo tanto, los recibos de entregas de productos son una característica duplicada y rara vez se activan.
       DeliveryOrderNumberingModules=Módulo de numeración de recibos de entregas de productos
       DeliveryOrderModel=Modelo de recepción de entregas de productos
       DeliveriesOrderAbility=Productos de soporte recibos de entregas
      @@ -1125,16 +930,11 @@ FreeLegalTextOnDeliveryReceipts=Texto libre en recibos de entrega
       ActivateFCKeditor=Activa el editor avanzado para:
       FCKeditorForCompany=Creación / edición WYSIWIG de descripción y nota de elementos (excepto productos / servicios)
       FCKeditorForProduct=WYSIWIG creación / edición de productos / servicios descripción y nota
      -FCKeditorForProductDetails=Creación/edición WYSIWIG de las líneas de detalle de los productos (en pedidos, cotizaciones, facturas, etc.)
       FCKeditorForMailing=Creación / edición WYSIWIG para eMailings masivos (Herramientas-> eMailing)
       FCKeditorForUserSignature=Creación / edición WYSIWIG de la firma del usuario
       FCKeditorForMail=Creación / edición WYSIWIG para todo el correo (excepto Herramientas-> correo electrónico)
      -OSCommerceErrorConnectOkButWrongDatabase=La conexión se realizó correctamente pero la base de datos no parece ser una base de datos de OSCommerce (la clave %s no se encuentra en la tabla %s).
      -OSCommerceTestOk=Conexión al servidor '%s' en la base de datos '%s' con el usuario '%s' exitoso.
      -OSCommerceTestKo1=La conexión al servidor '%s' tuvo éxito pero no se pudo alcanzar la base de datos '%s'.
       OSCommerceTestKo2=La conexión al servidor '%s' con el usuario '%s' falló.
       StockSetup=Configuración del módulo de stock
      -IfYouUsePointOfSaleCheckModule=Si usa un módulo de punto de venta (el módulo POS se proporciona por defecto u otro módulo externo), su configuración puede ser ignorada por su módulo de punto de venta. La mayoría de los módulos de puntos de venta están diseñados para crear inmediatamente una factura y disminuir el stock por defecto, sean cuales sean las opciones aquí. Por lo tanto, si necesita o no tiene una disminución de stock al registrar una venta desde su Punto de venta, verifique también la configuración de su módulo POS.
       MenuDeleted=Menú borrado
       NotTopTreeMenuPersonalized=Menús personalizados no vinculados a una entrada del menú superior
       Menu=Selección de menú
      @@ -1152,7 +952,6 @@ DetailRight=Condición para mostrar menús grises no autorizados
       DetailLangs=Nombre de archivo Lang para la traducción del código de etiqueta
       DetailUser=Pasante / Externo / Todos
       Target=Objetivo
      -DetailTarget=Objetivo para enlaces (_blank top abrir una nueva ventana)
       DetailLevel=Nivel (-1: menú superior, 0: menú del encabezado,> 0 menú y submenú)
       ModifMenu=Cambio de menú
       ConfirmDeleteMenu=¿Seguro que quieres eliminar la entrada del menú <b>%s</b>?
      @@ -1163,7 +962,6 @@ OptionVATDebitOption=Devengo
       OptionVatDefaultDesc=El IVA es pagadero: <br> - a la entrega de los bienes (utilizamos la fecha de la factura) <br> - en los pagos por los servicios
       OptionVatDebitOptionDesc=El IVA es pagadero: <br> - a la entrega de los bienes (utilizamos la fecha de la factura) <br> - en la factura (débito) de los servicios
       OptionPaymentForProductAndServicesDesc=El IVA es pagadero: <br> - en el pago de bienes<br> - en los pagos por servicios
      -SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad del IVA por defecto según la opción elegida:
       OnPayment=En pago
       SupposedToBePaymentDate=Fecha de pago utilizada
       SupposedToBeInvoiceDate=Fecha de la factura utilizada
      @@ -1177,32 +975,20 @@ AccountancyCodeBuy=Cuenta de compra código
       AgendaSetup=Configuración del módulo de eventos y agenda
       PasswordTogetVCalExport=Clave para autorizar el enlace de exportación
       PastDelayVCalExport=No exportar evento más antiguo que
      -AGENDA_USE_EVENT_TYPE=Usar tipos de eventos (gestionados en el menú Configuración -> Diccionarios -> Tipo de eventos de la agenda)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Establezca automáticamente este valor predeterminado para el tipo de evento en forma de evento creado
      -AGENDA_DEFAULT_FILTER_TYPE=Establecer automáticamente este tipo de evento en el filtro de búsqueda de la vista de agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Establecer automáticamente este estado para los eventos en el filtro de búsqueda de la vista de agenda
       AGENDA_DEFAULT_VIEW=¿Qué pestaña desea abrir de forma predeterminada al seleccionar el menú Agenda?
       AGENDA_REMINDER_EMAIL=Habilite el recordatorio de eventos <b>por correo electrónico</b>  (la opción recordar/demorar se puede definir en cada evento). Nota: El módulo <strong>%s</strong> debe estar habilitado y configurado correctamente para que el recordatorio se envíe con la frecuencia correcta.
      -AGENDA_REMINDER_BROWSER=Habilite el recordatorio de eventos <b> en el navegador de los usuarios </ b> (cuando se llega a la fecha del evento, cada usuario puede rechazarlo de la pregunta de confirmación del navegador)
       AGENDA_REMINDER_BROWSER_SOUND=Habilitar notificación de sonido
       AGENDA_SHOW_LINKED_OBJECT=Mostrar objeto vinculado en la vista de agenda
       ClickToDialUrlDesc=Se llama a Url cuando se hace clic en el picto de un teléfono. En la URL, puede usar etiquetas <br> <b> __ PHONETO __ </ b> que se reemplazarán por el número de teléfono de la persona a quien llamar <br> <b> __ PHONEFROM __ </ b> que se reemplazará por el número de teléfono de la llamada persona (suya) <br> <b> __ LOGIN __ </ b> que se reemplazará con clicktodial de inicio de sesión (definido en la tarjeta de usuario) <br> <b> __ PASS __ </ b> que se reemplazará con clicktodial contraseña (definida en usuario tarjeta).
      -ClickToDialDesc=Este módulo permite hacer clic en los números de teléfono. Un clic en este ícono lo llamará para que su teléfono llame al número de teléfono. Esto se puede utilizar para llamar a un sistema de centro de llamadas de Dolibarr que puede llamar al número de teléfono en un sistema SIP, por ejemplo.
       ClickToDialUseTelLink=Use solo un enlace "tel:" en los números de teléfono
      -ClickToDialUseTelLinkDesc=Utilice este método si sus usuarios tienen un softphone o una interfaz de software instalados en la misma computadora que el navegador, y haga clic cuando hace clic en un enlace en su navegador que comienza con "tel:". Si necesita una solución de servidor completa (no necesita instalación de software local), debe configurar esto en "No" y completar el siguiente campo.
       CashDesk=Puntos de venta
       CashDeskSetup=Configuración del módulo de punto de venta
      -CashDeskThirdPartyForSell=Tercera parte genérica predeterminada para usar para vender
       CashDeskBankAccountForSell=Cuenta predeterminada para usar para recibir pagos en efectivo
       CashDeskBankAccountForCheque=Cuenta predeterminada para usar para recibir pagos con cheque
       CashDeskBankAccountForCB=Cuenta predeterminada para usar para recibir pagos con tarjeta de crédito
      -CashDeskDoNotDecreaseStock=Inhabilite la disminución de stock cuando se realiza una venta desde el punto de venta (si se realiza "no", se realiza una disminución de stock por cada venta realizada desde el punto de venta, cualquiera que sea la opción configurada en el stock del módulo).
       CashDeskIdWareHouse=Fuerce y restrinja el almacén para utilizarlo en la disminución de existencias
      -StockDecreaseForPointOfSaleDisabled=Disminución de stock desde el punto de venta deshabilitado
       StockDecreaseForPointOfSaleDisabledbyBatch=La disminución de stock en POS no es compatible con la administración de lotes
      -CashDeskYouDidNotDisableStockDecease=No inhabilitó la disminución de stock al realizar una venta desde el punto de venta. Entonces se requiere un almacén.
       BookmarkSetup=Configuración del módulo marcador
      -BookmarkDesc=Este módulo te permite administrar marcadores. También puede agregar accesos directos a cualquier página de Dolibarr o sitios web externos en el menú de la izquierda.
       NbOfBoomarkToShow=Número máximo de marcadores para mostrar en el menú de la izquierda
       WebServicesSetup=Configuración del módulo de servicios web
       WebServicesDesc=Al habilitar este módulo, Dolibarr se convierte en un servidor de servicios web para proporcionar servicios web diversos.
      @@ -1220,7 +1006,6 @@ BankOrderESDesc=Orden de exhibición en español
       ChequeReceiptsNumberingModule=Compruebe el módulo de numeración de recibos
       MultiCompanySetup=Configuración de módulo multi-compañía
       SuppliersSetup=Configuración del módulo de proveedor
      -SuppliersCommandModel=Plantilla completa de orden de compra (logo ...)
       SuppliersInvoiceModel=Plantilla completa de la factura del proveedor (logotipo ...)
       SuppliersInvoiceNumberingModel=Modelos de numeración de facturas de proveedores
       IfSetToYesDontForgetPermission=Si se establece en sí, no se olvide de proporcionar permisos a los grupos o usuarios permitidos para la segunda aprobación
      @@ -1234,7 +1019,6 @@ ProjectsSetup=Configuración del módulo de proyecto
       ProjectsModelModule=Modelo de documento de informes de proyecto
       TasksNumberingModules=Módulo de numeración de tareas
       TaskModelModule=Tareas informa el modelo del documento
      -UseSearchToSelectProject=Espere a que presione una tecla antes de cargar el contenido de la lista combinada del proyecto (Esto puede aumentar el rendimiento si tiene una gran cantidad de proyectos, pero es menos conveniente)
       AccountingPeriodCard=Período contable
       NewFiscalYear=Nuevo período contable
       OpenFiscalYear=Período contable abierto
      @@ -1249,6 +1033,7 @@ NoAmbiCaracAutoGeneration=No utilice caracteres ambiguos ("1", "l", "i", "|", "0
       SalariesSetup=Configuración de los salarios del módulo
       SortOrder=Orden de clasificación
       Format=Formato
      +TypePaymentDesc=0: tipo de pago del cliente, 1: tipo de pago del proveedor, 2: tipo de pago de clientes y proveedores
       IncludePath=Incluir ruta (definida en la variable %s)
       ExpenseReportsSetup=Configuración del módulo Informes de gastos
       TemplatePDFExpenseReports=Plantillas de documentos para generar el documento de informe de gastos
      @@ -1258,8 +1043,6 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Puede encontrar opciones p
       ListOfNotificationsPerUser=Lista de notificaciones por usuario *
       ListOfNotificationsPerUserOrContact=Lista de notificaciones por usuario * o por contacto **
       ListOfFixedNotifications=Lista de notificaciones fijas
      -GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para agregar o eliminar notificaciones para los usuarios
      -GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un tercero para agregar o eliminar notificaciones de contactos/direcciones
       Threshold=Límite
       BackupDumpWizard=Asistente para compilar un archivo de volcado de copia de seguridad
       SomethingMakeInstallFromWebNotPossible=La instalación del módulo externo no es posible desde la interfaz web por el siguiente motivo:
      @@ -1281,15 +1064,12 @@ BackgroundTableLineEvenColor=Color de fondo para líneas de mesas uniformes
       MinimumNoticePeriod=Periodo de preaviso mínimo (Su solicitud de ausencia debe hacerse antes de este retraso)
       NbAddedAutomatically=Cantidad de días añadidos a los contadores de usuarios (automáticamente) cada mes
       EnterAnyCode=Este campo contiene una referencia para identificar la línea. Ingrese cualquier valor de su elección, pero sin caracteres especiales.
      -UnicodeCurrency=Ingrese aquí entre llaves, lista de números de bytes que representan el símbolo de moneda. Por ejemplo: para $, ingrese [36] - para Brasil real R $ [82,36] - para €, ingrese [8364]
       ColorFormat=El color RGB está en formato HEX, por ejemplo: FF0000
       PositionIntoComboList=Posición de la línea en listas combinadas
       SellTaxRate=Tasa de impuesto a la venta
       RecuperableOnly=Sí para el IVA "No percibido pero recuperable" dedicado para un estado en Francia. Mantenga el valor en "No" en todos los demás casos.
       UrlTrackingDesc=Si el proveedor o servicio de transporte ofrece una página o sitio web para verificar el estado de su envío, puede ingresarlo aquí. Puede usar la clave {TRACKID} en los parámetros de URL para que el sistema la reemplace con el valor del usuario del número de seguimiento ingresado en la tarjeta de envío.
      -OpportunityPercent=Cuando crea una oportunidad, definirá una cantidad estimada de proyecto / lead. De acuerdo con el estado de oportunidad, esta cantidad puede multiplicarse por esta tasa para evaluar la cantidad global que todas sus oportunidades pueden generar. El valor es por ciento (entre 0 y 100).
       TemplateForElement=Este registro de plantilla está dedicado a qué elemento
      -TemplateIsVisibleByOwnerOnly=La plantilla solo es visible por el propietario
       VisibleNowhere=Visible en ninguna parte
       FillFixTZOnlyIfRequired=Ejemplo: +2 (llenar solo si se experimentó un problema)
       ExpectedChecksum=Suma de comprobación esperada
      @@ -1306,10 +1086,7 @@ YouUseLastStableVersion=Usas la última versión estable
       TitleExampleForMajorRelease=Ejemplo de mensaje que puede usar para anunciar esta versión principal (no dude en utilizarla en sus sitios web)
       TitleExampleForMaintenanceRelease=Ejemplo de mensaje que puede usar para anunciar esta versión de mantenimiento (no dude en utilizarla en sus sitios web)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es una versión importante con muchas características nuevas para usuarios y desarrolladores. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (versiones estables del subdirectorio). Puede leer <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> para obtener la lista completa de cambios.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es una versión de mantenimiento, por lo que solo contiene correcciones de errores. Recomendamos a todos los que usen una versión anterior actualizar a esta. Como cualquier versión de mantenimiento, no hay nuevas características ni cambios en la estructura de datos en esta versión. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (versiones estables del subdirectorio). Puede leer <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> para obtener la lista completa de cambios.
      -MultiPriceRuleDesc=Cuando la opción "Varios niveles de precios por producto / servicio" está activada, puede definir diferentes precios (uno por nivel de precio) para cada producto. Para ahorrarle tiempo, puede ingresar aquí la regla para que el precio de cada nivel se calcule automáticamente según el precio del primer nivel, por lo que tendrá que ingresar solo el precio del primer nivel en cada producto. Esta página está aquí para ahorrarle tiempo y puede ser útil solo si sus precios para cada nivel son relativos al primer nivel. Puede ignorar esta página en la mayoría de los casos.
       ModelModulesProduct=Plantillas para documentos de productos
      -ToGenerateCodeDefineAutomaticRuleFirst=Para poder generar códigos automáticamente, primero debe definir un administrador para definir automáticamente el número de código de barras.
       SeeSubstitutionVars=Ver * nota para la lista de posibles variables de sustitución
       AllPublishers=Todos los editores
       AddRemoveTabs=Agregar o eliminar pestañas
      @@ -1328,21 +1105,12 @@ AddOtherPagesOrServices=Agregar otras páginas o servicios
       AddModels=Agregar documento o plantillas de numeración
       AddSubstitutions=Añadir sustituciones de teclas
       DetectionNotPossible=La detección no es posible
      -UrlToGetKeyToUseAPIs=URL para obtener token para utilizar API (una vez que se ha recibido el token, se guarda en la tabla de usuario de la base de datos y se debe proporcionar en cada llamada de API)
       ListOfAvailableAPIs=Lista de API disponibles
      -activateModuleDependNotSatisfied=El módulo "%s" depende del módulo "%s" que falta, por lo que el módulo "%1$s" puede no funcionar correctamente. Instale el módulo "%2$s" o deshabilite el módulo "%1$s" si quiere estar a salvo de cualquier sorpresa
      -CommandIsNotInsideAllowedCommands=El comando que intenta ejecutar no está dentro de la lista de comandos permitidos definidos en el parámetro <strong>$dolibarr_main_restrict_os_commands</strong> en el archivo <strong>conf.php</strong>.
       LandingPage=Página de destino
      -SamePriceAlsoForSharedCompanies=Si utiliza un módulo multicompañía, con la opción "precio único", el precio también será el mismo para todas las empresas si los productos se comparten entre entornos
       ModuleEnabledAdminMustCheckRights=Módulo ha sido activado. Los permisos para los módulos activados se otorgaron solo a los usuarios administradores. Es posible que deba otorgar permisos a otros usuarios o grupos manualmente si es necesario.
      -UserHasNoPermissions=Este usuario no tiene permiso definido
      -TypeCdr=Use "Ninguno" si la fecha del plazo de pago es la fecha de la factura más un delta en días (delta es el campo "N° de días") <br> Utilice "Al final del mes" si, después del delta, la fecha debe aumentarse para llegar al final del mes (+ un "Offset" opcional en días) <br> Utilice "Current / Next" para que la fecha del plazo de pago sea la primera Nth del mes (N se almacena en el campo "N° of days")
       BaseCurrency=Moneda de referencia de la empresa (entre en la configuración de la empresa para cambiar esto)
      -WarningNoteModulePOSForFrenchLaw=Este módulo %s cumple con las leyes francesas (Loi Finance 2016) porque el módulo Registros no reversibles se activa automáticamente.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Intenta instalar el módulo %s que es un módulo externo. Activar un módulo externo significa que confía en el editor del módulo y está seguro de que este módulo no altera negativamente el comportamiento de su aplicación y cumple con las leyes de su país (%s). Si el módulo trae una característica no legal, usted se convierte en responsable del uso de un software no legal.
       SetToYesIfGroupIsComputationOfOtherGroups=Establezca esto en sí si este grupo es un cálculo de otros grupos
       SeveralLangugeVariatFound=Varias variantes de lenguaje encontradas
      -GDPRContactDesc=Si almacena datos sobre empresas / ciudadanos europeos, puede almacenar aquí el contacto responsable del Reglamento general de protección de datos
       ResourceSetup=Recurso de configuración del módulo
       UseSearchToSelectResource=Use un formulario de búsqueda para elegir un recurso (en lugar de una lista desplegable).
       DisabledResourceLinkUser=Deshabilitar característica para vincular un recurso a los usuarios
      diff --git a/htdocs/langs/es_CL/bills.lang b/htdocs/langs/es_CL/bills.lang
      index 60c7428c075..9c34e11775f 100644
      --- a/htdocs/langs/es_CL/bills.lang
      +++ b/htdocs/langs/es_CL/bills.lang
      @@ -325,8 +325,6 @@ PaymentTypeShortPRE=Orden de pago de débito
       PaymentTypeCB=Tarjeta de crédito
       PaymentTypeShortCB=Tarjeta de crédito
       PaymentTypeTIP=TIP (Documentos contra pago)
      -PaymentTypeVAD=Pago en línea
      -PaymentTypeShortVAD=Pago en línea
       PaymentTypeTRA=giro bancario
       BankDetails=Detalles del banco
       BankCode=codigo bancario
      diff --git a/htdocs/langs/es_CL/companies.lang b/htdocs/langs/es_CL/companies.lang
      index 81b3e831919..249ab6e6b41 100644
      --- a/htdocs/langs/es_CL/companies.lang
      +++ b/htdocs/langs/es_CL/companies.lang
      @@ -5,11 +5,8 @@ SelectThirdParty=Seleccione un tercero
       ConfirmDeleteCompany=¿Está seguro de que desea eliminar esta empresa y toda la información heredada?
       DeleteContact=Eliminar un contacto/dirección
       ConfirmDeleteContact=¿Está seguro de que desea eliminar este contacto y toda la información heredada?
      -MenuNewProspect=Nuevo prospecto
      -MenuNewSupplier=Nuevo vendedor
       MenuNewPrivateIndividual=Nueva privada individual
       NewCompany=Nueva compañía (prospecto, cliente, vendedor)
      -NewThirdParty=Nuevo tercero (prospecto, cliente, proveedor)
       CreateDolibarrThirdPartySupplier=Crear un tercero (vendedor)
       CreateThirdPartyOnly=Crear un tercero
       CreateThirdPartyAndContact=Crear un tercero + un contacto infantil
      @@ -21,17 +18,13 @@ Contacts=Contactos/Direcciones
       ThirdPartyContacts=Contactos de terceros
       ThirdPartyContact=Contacto / dirección de terceros
       AliasNames=Nombre de alias (comercial, marca registrada, ...)
      -AliasNameShort=Alias
       Companies=Compañías
      -CountryIsInEEC=El país está dentro de la Comunidad Económica Europea
      -ThirdPartyName=Nombre de tercero
       ThirdPartyEmail=Correo electrónico de terceros
       ThirdPartyProspects=Perspectivas
       ThirdPartyProspectsStats=Perspectivas
       ThirdPartyCustomersWithIdProf12=Clientes con %s o %s
       ThirdPartySuppliers=Vendedores
       Individual=Individuo privado
      -ToCreateContactWithSameName=Creará automáticamente un contacto / dirección con la misma información que un tercero bajo el tercero. En la mayoría de los casos, incluso si su tercero es una persona física, crear un tercero solo es suficiente.
       ParentCompany=Empresa matriz
       Subsidiaries=Subsidiarias
       CivilityCode=Código de civilidad
      @@ -47,9 +40,9 @@ PhonePerso=Pers. teléfono
       No_Email=Rechazar correos electrónicos masivos
       Town=Ciudad
       Poste=Posición
      -VATIsUsed=Impuesto a las ventas se utiliza
       VATIsNotUsed=Impuesto a las ventas no se utiliza
       CopyAddressFromSoc=Rellenar dirección con dirección de tercero
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tercero, ni cliente ni proveedor, los descuentos no están disponibles
       OverAllProposals=Cotizaciones
       OverAllSupplierProposals=Peticiones de precio
       LocalTax1IsUsed=Use el segundo impuesto
      @@ -86,7 +79,6 @@ ProfId4PT=Prof Id 4 (Conservatorio)
       ProfId2TN=Prof Id 2 (matrícula fiscal)
       ProfId3TN=Prof Id 3 (código de Douane)
       ProfId1US=Id del profesor (FEIN)
      -VATIntra=ID de impuesto a las ventas
       VATIntraShort=Identificación del impuesto
       VATIntraSyntaxIsValid=La sintaxis es valida
       VATReturn=Devolución del IVA
      @@ -99,8 +91,6 @@ CustomerAbsoluteDiscountShort=Descuento absoluto
       CompanyHasNoRelativeDiscount=Este cliente no tiene descuento relativo por defecto
       HasRelativeDiscountFromSupplier=Tiene un descuento predeterminado de <b> %s%% </ b> de este proveedor
       HasNoRelativeDiscountFromSupplier=No tiene descuento relativo predeterminado de este proveedor
      -CompanyHasAbsoluteDiscount=Este cliente tiene descuento disponible (notas de crédito o pagos anticipados) por <b>%s</b>%s
      -CompanyHasDownPaymentOrCommercialDiscount=Este cliente tiene descuento disponible (pagos iniciales, comerciales) para <b>%s</b>%s
       CompanyHasCreditNote=Este cliente todavía tiene notas de crédito por <b>%s</b>%s
       HasNoAbsoluteDiscountFromSupplier=No tiene crédito de descuento disponible de este proveedor
       HasAbsoluteDiscountFromSupplier=Tiene descuentos disponibles (notas de créditos o anticipos) para <b> %s </ b> %s de este proveedor
      @@ -109,6 +99,8 @@ HasCreditNoteFromSupplier=Tiene notas de crédito para <b> %s </ b> %s de este p
       CompanyHasNoAbsoluteDiscount=Este cliente no tiene crédito de descuento disponible
       CustomerAbsoluteDiscountAllUsers=Descuentos absolutos de clientes (concedidos por todos los usuarios)
       CustomerAbsoluteDiscountMy=Descuentos absolutos de clientes (otorgados por usted)
      +SupplierAbsoluteDiscountAllUsers=Descuentos absolutos de proveedores (ingresados ​​por todos los usuarios)
      +SupplierAbsoluteDiscountMy=Descuentos absolutos de proveedores (ingresados ​​por usted mismo)
       AddContactAddress=Crear contacto / dirección
       EditContactAddress=Editar contacto / dirección
       ContactId=ID de contacto
      @@ -116,22 +108,12 @@ NoContactDefinedForThirdParty=Sin contacto definido para este tercero
       NoContactDefined=Sin contacto definido
       DefaultContact=Contacto / dirección predeterminados
       AddThirdParty=Crear un tercero
      -CustomerCode=Código de cliente
      -SupplierCode=Código de proveedor
      -CustomerCodeShort=Código de cliente
      -SupplierCodeShort=Código de proveedor
      -CustomerCodeDesc=Código de cliente, único para todos los clientes
      -SupplierCodeDesc=Código de proveedor, único para todos los proveedores
       RequiredIfCustomer=Obligatorio si un tercero es un cliente o prospecto
       RequiredIfSupplier=Requerido si un tercero es un vendedor
      -ValidityControledByModule=Validez controlada por módulo
      -ThisIsModuleRules=Estas son las reglas para este módulo
       ProspectToContact=Perspectiva de contactar
       CompanyDeleted=La compañía "%s" eliminada de la base de datos.
       ListOfContacts=Lista de contactos/direcciones
       ListOfContactsAddresses=Lista de contactos/direcciones
      -ListOfThirdParties=Lista de terceros
      -ShowCompany=Mostrar un tercero
       ContactsAllShort=Todo (Sin filtro)
       ContactType=Tipo de Contacto
       ContactForOrders=Contacto de la orden
      @@ -145,13 +127,8 @@ NoContactForAnyProposal=Este contacto no es contacto de ninguna cotización
       NoContactForAnyContract=Este contacto no es un contacto para ningún contrato
       NoContactForAnyInvoice=Este contacto no es un contacto para ninguna factura
       EditCompany=Editar empresa
      -ThisUserIsNot=Este usuario no es un cliente potencial, ni un proveedor
       VATIntraCheck=Cheque
      -VATIntraCheckDesc=El enlace <b>%s</b> permite preguntar al servicio europeo de verificación de IVA. Se requiere un acceso externo a Internet desde el servidor para que este servicio funcione.
      -VATIntraCheckableOnEUSite=Consultar el IVA intracomunitario en el sitio de la comisión europea
      -VATIntraManualCheck=También puede verificar manualmente desde el sitio web europeo <a href="%s" target="_blank"> %s </a>
       ErrorVATCheckMS_UNAVAILABLE=No es posible comprobar. El servicio de verificación no proporcionado por el estado miembro  (%s).
      -NorProspectNorCustomer=Ni prospecto, ni cliente
       Staff=Personal
       ProspectLevel=Potencial prospectivo
       OthersNotLinkedToThirdParty=Otros, no vinculados a un tercero
      @@ -177,25 +154,14 @@ ExportCardToFormat=Exportar la tarjeta al formato
       ContactNotLinkedToCompany=Contacto no vinculado a ningún tercero
       DolibarrLogin=Ingreso Dolibbarr
       NoDolibarrAccess=Sin acceso a Dolibarr
      -ExportDataset_company_1=Terceros (Empresas / fundaciones / personas físicas) y propiedades
      -ExportDataset_company_2=Contactos y propiedades
      -ImportDataset_company_1=Terceros (Empresas / fundaciones / personas físicas) y propiedades
      -ImportDataset_company_2=Contactos / Direcciones (de terceros o no) y atributos
      -ImportDataset_company_4=Terceros / representantes de ventas (asignar usuarios de representantes de ventas a las empresas)
       DeliveryAddress=Dirección de entrega
       SupplierCategory=Categoría del vendedor
       DeleteFile=Borrar archivo
       ConfirmDeleteFile=¿Seguro que quieres eliminar este archivo?
       AllocateCommercial=Asignado al representante de ventas
       Organization=Organización
      -FiscalYearInformation=Información sobre el año fiscal
       FiscalMonthStart=Mes de inicio del año fiscal
      -YouMustAssignUserMailFirst=Primero debe crear un correo electrónico para este usuario para poder agregar notificaciones de correos electrónicos para él.
       YouMustCreateContactFirst=Para poder agregar notificaciones por correo electrónico, primero debe definir contactos con correos electrónicos válidos para el tercero
      -ListSuppliersShort=Lista de proveedores
      -ListProspectsShort=Lista de prospectos
      -ListCustomersShort=Lista de clientes
      -ThirdPartiesArea=Terceros y área de contacto
       InActivity=Abierto
       ThirdPartyIsClosed=Tercero está cerrado
       ProductsIntoElements=Lista de productos / servicios en %s
      @@ -203,14 +169,11 @@ CurrentOutstandingBill=Factura pendiente actual
       OutstandingBill=Max. por factura pendiente
       OutstandingBillReached=Max. por la factura pendiente alcanzado
       OrderMinAmount=Monto mínimo para la orden
      -MonkeyNumRefModelDesc=Devuelva el número con el formato %syymm-nnnn para el código del cliente y %syymm-nnnn para el código del proveedor donde yy es año, mm es mes y nnnn es una secuencia sin interrupción y sin retorno a 0.
       LeopardNumRefModelDesc=El código es libre. Este código se puede modificar en cualquier momento.
       ManagingDirectors=Nombre del gerente (CEO, director, presidente ...)
       MergeOriginThirdparty=Tercero duplicado (tercero que desea eliminar)
      -ConfirmMergeThirdparties=¿Estás seguro de que deseas fusionar a este tercero en el actual? Todos los objetos vinculados (facturas, pedidos, ...) se moverán al tercero actual, luego se eliminará el tercero.
       ThirdpartiesMergeSuccess=Los terceros se han fusionado
       SaleRepresentativeLogin=Inicio de sesión del representante de ventas
       SaleRepresentativeFirstname=Nombre del representante de ventas
       SaleRepresentativeLastname=Apellido del representante de ventas
       ErrorThirdpartiesMerge=Hubo un error al eliminar los terceros. Por favor revise el registro. Los cambios han sido revertidos.
      -NewCustomerSupplierCodeProposed=Nuevo código de cliente o proveedor sugerido en código duplicado
      diff --git a/htdocs/langs/es_CL/interventions.lang b/htdocs/langs/es_CL/interventions.lang
      index c9f94d2bd0b..0456e818956 100644
      --- a/htdocs/langs/es_CL/interventions.lang
      +++ b/htdocs/langs/es_CL/interventions.lang
      @@ -34,8 +34,6 @@ TypeContact_fichinter_external_CUSTOMER=Seguimiento de contacto con el cliente
       PrintProductsOnFichinter=Imprima también líneas de tipo "producto" (no solo servicios) en la tarjeta de intervención
       PrintProductsOnFichinterDetails=intervenciones generadas a partir de órdenes
       UseServicesDurationOnFichinter=Usar la duración de los servicios para las intervenciones generadas a partir de órdenes
      -NbOfinterventions=N° de tarjetas de intervención
      -NumberOfInterventionsByMonth=Número de tarjetas de intervención por mes (fecha de validación)
       AmountOfInteventionNotIncludedByDefault=La cantidad de intervención no se incluye por defecto en los beneficios (en la mayoría de los casos, las hojas de tiempo se utilizan para contar el tiempo invertido). Agregue la opción PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT a 1 en home-setup-other para incluirlos.
       InterId=Id de intervención
       InterRef=Intervención ref.
      diff --git a/htdocs/langs/es_CL/main.lang b/htdocs/langs/es_CL/main.lang
      index 6c2991575d2..9bb6dd7f295 100644
      --- a/htdocs/langs/es_CL/main.lang
      +++ b/htdocs/langs/es_CL/main.lang
      @@ -36,20 +36,13 @@ ErrorGoToModuleSetup=Ir a la configuración del módulo para arreglar esto
       ErrorFailedToSendMail=Error al enviar el correo (remitente = %s, receptor = %s)
       ErrorFileNotUploaded=El archivo no fue cargado. Compruebe que el tamaño no exceda el máximo permitido, que el espacio libre esté disponible en el disco y que no haya un archivo con el mismo nombre en este directorio.
       ErrorWrongHostParameter=Parámetro de host incorrecto
      -ErrorYourCountryIsNotDefined=Tu país no está definido. Vaya a Inicio-Configuración-Editar y publique nuevamente el formulario.
      -ErrorRecordIsUsedByChild=Error al eliminar este registro Este registro es utilizado por al menos un registro de niño.
       ErrorWrongValueForParameterX=Valor incorrecto para el parámetro %s
       ErrorNoRequestInError=Sin solicitud por error
      -ErrorServiceUnavailableTryLater=Servicio no disponible por el momento. Inténtalo más tarde.
       ErrorDuplicateField=Duplicar valor en un campo único
      -ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Revertimos los cambios.
      -ErrorConfigParameterNotDefined=El parámetro <b>%s</b> no está definido en el archivo de configuración <b>conf.php</b> Dolibarr.
       ErrorCantLoadUserFromDolibarrDatabase=Falló al encontrar el usuario <b>%s</b> en la base de datos Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Error, sin tasas de IVA definidas para el país '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, ningún tipo de impuestos sociales/fiscales definidos para el país '%s'.
       ErrorFailedToSaveFile=Error, no se pudo guardar el archivo.
      -ErrorCannotAddThisParentWarehouse=Está intentando agregar un almacén principal que ya es hijo de uno actual
      -MaxNbOfRecordPerPage=Número máximo de registro por página
       NotAuthorized=Usted no está autorizado a hacer eso.
       SetDate=Establece la fecha
       SeeAlso=Véase también %s
      @@ -61,10 +54,8 @@ FileRenamed=El archivo fue renombrado con éxito
       FileGenerated=El archivo fue generado con éxito
       FileSaved=El archivo se guardó con éxito
       FileUploaded=El archivo se cargó correctamente
      -FileTransferComplete=Archivo (s) fue cargado con éxito
       FilesDeleted=Archivo eliminado con éxito
       FileWasNotUploaded=Se seleccionó un archivo para el archivo adjunto pero aún no se cargó. Haga clic en "Adjuntar archivo" para esto.
      -NbOfEntries=N de entradas
       GoToWikiHelpPage=Lea la ayuda en línea (se necesita acceso a Internet)
       GoToHelpPage=Leer la ayuda
       RecordDeleted=Registro borrado
      @@ -72,8 +63,8 @@ LevelOfFeature=Nivel de características
       DolibarrInHttpAuthenticationSoPasswordUseless=El modo de autenticación Dolibarr está configurado en <b>%s</b> en el archivo de configuración <b>conf.php</b>.<br> Esto significa que la base de datos de contraseñas es externa a Dolibarr, por lo que cambiar este campo puede no tener efecto.
       Undefined=Indefinido
       PasswordForgotten=¿Contraseña olvidada?
      +NoAccount=Sin cuenta?
       SeeAbove=Véase más arriba
      -HomeArea=Área de inicio
       PreviousConnexion=Conexión previa
       PreviousValue=Valor anterior
       ConnectedOnMultiCompany=Conectado al entorno
      @@ -101,7 +92,6 @@ AddLink=Agregar enlace
       AddToDraft=Agregar al borrador
       Update=Actualizar
       CloseBox=Retire el widget de su tablero de instrumentos
      -ConfirmSendCardByMail=¿Realmente quieres mandar el contenido de esta tarjeta al email <b>%s</b>?
       Delete=Borrar
       Remove=retirar
       Resiliate=Terminar
      @@ -168,7 +158,6 @@ Mb=megabyte
       Tb=Tuberculosis
       Copy=Dupdo
       Default=Defecto
      -DefaultValues=Valores predeterminados
       UnitPriceHT=Precio unitario (neto)
       UnitPriceHTCurrency=Precio unitario (neto) (moneda)
       UnitPriceTTC=Precio unitario
      @@ -185,7 +174,6 @@ AmountTTCShort=Monto (IVA inc.)
       AmountHT=Monto (neto de impuestos)
       AmountTTC=Monto (impuesto inc.)
       AmountVAT=IVA
      -MulticurrencyAlreadyPaid=Ya pagó, moneda original
       MulticurrencyRemainderToPay=Permanecer en el pago, moneda original
       MulticurrencyPaymentAmount=Importe del pago, moneda original
       MulticurrencyAmountHT=Importe (neto de impuestos), moneda original
      @@ -231,7 +219,7 @@ Module=Módulo / Aplicación
       Modules=Módulos / Aplicaciones
       FullList=Lista llena
       ExternalRef=Ref. externo
      -RefSupplier=Árbitro. vendedor
      +RefSupplier=Ref. vendedor
       CommercialProposalsShort=Cotizaciones
       ActionsToDo=Eventos para hacer
       ActionsToDoShort=Que hacer
      @@ -252,8 +240,6 @@ Filter=Filtrar
       FilterOnInto=Criterio de búsqueda '<strong>%s</strong>' en los campos %s
       ChartGenerated=Gráfico generado
       GeneratedOn=Construir en %s
      -DolibarrStateBoard=Estadísticas en Base de Datos
      -DolibarrWorkBoard=Tablero de items pendientes
       NoOpenedElementToProcess=Sin elemento abierto para procesar
       NotYetAvailable=No disponible aún
       Categories=Etiquetas / categorías
      @@ -273,7 +259,7 @@ Preview=Previsualizar
       NextStep=Próximo paso
       None=Ninguna
       Late=Tarde
      -LateDesc=Demora para definir si un registro está retrasado o no depende de su configuración. Pídale a su administrador que cambie la demora desde el menú Inicio - Configuración - Alertas.
      +NoItemLate=No hay artículo tarde
       Photo=Imagen
       Photos=Imágenes
       ConfirmDeletePicture=Confirmar eliminación de imagen?
      @@ -284,7 +270,6 @@ CurrentLogin=Inicio de sesión actual
       EnterLoginDetail=Ingrese los detalles de inicio
       May=Mayo
       December=diciembre
      -MayMin=Mayo
       Month05=Mayo
       MonthShort01=Ene
       MonthShort04=Abr
      @@ -350,7 +335,6 @@ Receive=Recibir
       CompleteOrNoMoreReceptionExpected=Completo o nada más esperado
       YouCanChangeValuesForThisListFromDictionarySetup=Puede cambiar los valores para esta lista desde el menú Configuración - Diccionarios
       YouCanChangeValuesForThisListFrom=Puede cambiar los valores para esta lista desde el menú %s
      -YouCanSetDefaultValueInModuleSetup=Puede establecer el valor predeterminado utilizado al crear un nuevo registro en la configuración del módulo
       Documents=Archivos
       UploadDisabled=Carga inhabilitada
       MenuAgendaGoogle=Agenda de Google
      @@ -361,7 +345,6 @@ Layout=Diseño
       For=por
       ForCustomer=Para el cliente
       UnHidePassword=Mostrar comando real con contraseña clara
      -Informations=Informaciones
       AddNewLine=Agregar nueva línea
       AddFile=Agregar archivo
       FreeZone=No es un producto / servicio predefinido
      @@ -371,11 +354,8 @@ Merge=Unir
       DocumentModelStandardPDF=Plantilla PDF estándar
       PrintContentArea=Mostrar página para imprimir área de contenido principal
       MenuManager=Administrador de menú
      -WarningYouAreInMaintenanceMode=Advertencia, se encuentra en modo de mantenimiento, por lo que solo se puede iniciar sesión con <b>%s</b> en este momento.
       CoreErrorMessage=Disculpe, ocurrió un error. Póngase en contacto con el administrador del sistema para verificar los registros o deshabilitar $ dolibarr_main_prod = 1 para obtener más información.
       FieldsWithAreMandatory=Campos con <b>%s</b> son obligatorios
      -FieldsWithIsForPublic=Los campos con <b>%s</b> se muestran en la lista pública de miembros. Si no quiere esto, no marque la casilla "pública".
      -AccordingToGeoIPDatabase=(según la conversión GeoIP)
       RequiredField=campo requerido
       ToTest=Prueba
       ValidateBefore=La tarjeta debe ser validada antes de usar esta característica
      @@ -404,7 +384,6 @@ ByTown=Por la ciudad
       BySalesRepresentative=Por representante de ventas
       LinkedToSpecificUsers=Vinculado a un contacto de usuario particular
       NoResults=No hay resultados
      -AdminTools=Herramientas de administración
       SystemTools=Herramientas del sistema
       ModulesSystemTools=Herramientas de módulos
       NoPhotoYet=No hay fotos disponibles todavía
      @@ -420,7 +399,6 @@ AddBox=Agregar caja
       SelectElementAndClick=Seleccione un elemento y haga clic en %s
       PrintFile=Imprimir archivo %s
       ShowTransaction=Mostrar entrada en cuenta bancaria
      -GoIntoSetupToChangeLogo=Vaya a Inicio - Configuración - Compañía para cambiar el logotipo o vaya a Inicio - Configuración - Pantalla para ocultar.
       Deny=Negar
       Denied=Negado
       ListOfTemplates=Lista de plantillas
      @@ -430,11 +408,8 @@ Sincerely=Sinceramente
       DeleteLine=Eliminar línea
       ConfirmDeleteLine=¿Estás seguro de que deseas eliminar esta línea?
       NoPDFAvailableForDocGenAmongChecked=No hay PDF disponible para la generación de documentos entre el registro verificado
      -TooManyRecordForMassAction=Demasiados registros seleccionados para acción masiva. La acción está restringida a una lista de %s registro.
       NoRecordSelected=Ningún registro seleccionado
       MassFilesArea=Área para archivos creados por acciones masivas
      -ConfirmMassDeletion=Confirmación de eliminación masiva
      -ConfirmMassDeletionQuestion=¿Seguro que quieres eliminar el registro %s seleccionado?
       ClassifyBilled=Clasificar pago
       ClassifyUnbilled=Clasificar sin facturar
       FrontOffice=Oficina frontal
      @@ -443,7 +418,6 @@ ExportList=Lista de exportación
       Miscellaneous=Diverso
       GroupBy=Agrupar por...
       RemoveString=Eliminar la cadena '%s'
      -SomeTranslationAreUncomplete=Algunos idiomas pueden traducirse parcialmente o contener errores. Si detecta alguno, puede corregir los archivos de idioma que se registran en <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/ dolibarr / </a>.
       DirectDownloadLink=Enlace de descarga directa (público / externo)
       DirectDownloadInternalLink=Enlace de descarga directa (debe registrarse y necesita permisos)
       DownloadDocument=Descargar documento
      @@ -455,10 +429,7 @@ ExpenseReports=Reporte de gastos
       HR=HORA
       HRAndBank=Recursos Humanos y Banco
       TitleSetToDraft=Volver al borrador
      -ConfirmSetToDraft=¿Estás seguro de que quieres volver al estado de Borrador?
       ImportId=Importar identificación
      -EMailTemplates=Plantillas de correos electrónicos
      -FileNotShared=Archivo no compartido para el público externo
       LineNb=Line no
       Monday=lunes
       Tuesday=martes
      @@ -466,8 +437,6 @@ Thursday=jueves
       Friday=viernes
       Saturday=sábado
       Sunday=domingo
      -MondayMin=Mes
      -WednesdayMin=Nosotros
       Day1=lunes
       Day2=martes
       Day4=jueves
      @@ -491,9 +460,7 @@ SearchIntoCustomerProposals=Propuestas de clientes
       SearchIntoSupplierProposals=Propuestas del vendedor
       SearchIntoCustomerShipments=Envíos de clientes
       SearchIntoExpenseReports=Reporte de gastos
      -SearchIntoLeaves=Vacaciones
       NbComments=Numero de comentarios
       CommentAdded=Comentario agregado
       Everybody=Todos
       AssignedTo=Asignado a
      -ConfirmMassDraftDeletion=Borrador de confirmación de eliminación masiva
      diff --git a/htdocs/langs/es_CL/members.lang b/htdocs/langs/es_CL/members.lang
      index e9de73ff99f..974e25135ed 100644
      --- a/htdocs/langs/es_CL/members.lang
      +++ b/htdocs/langs/es_CL/members.lang
      @@ -144,7 +144,6 @@ MembersByNature=Esta pantalla muestra estadísticas de los miembros por naturale
       MembersByRegion=Esta pantalla muestra estadísticas de los miembros por región.
       VATToUseForSubscriptions=Tipo de IVA para suscripciones
       NoVatOnSubscription=Sin TVA para suscripciones
      -MEMBER_PAYONLINE_SENDEMAIL=Correo electrónico a utilizar para recibir una advertencia por correo electrónico cuando Dolibarr reciba una confirmación de un pago validado para una suscripción (Ejemplo: paymentdone@example.com)
       ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Producto utilizado para la línea de suscripción en la factura: %s
       SubscriptionRecorded=Suscripción grabada
       NoEmailSentToMember=No se envió ningún correo electrónico al miembro
      diff --git a/htdocs/langs/es_CL/other.lang b/htdocs/langs/es_CL/other.lang
      index 4f83154f0ca..de6d52694bf 100644
      --- a/htdocs/langs/es_CL/other.lang
      +++ b/htdocs/langs/es_CL/other.lang
      @@ -3,7 +3,6 @@ SecurityCode=Código de seguridad
       NumberingShort=NORTE
       Tools=Herramientas
       TMenuTools=Herramientas
      -ToolsDesc=Aquí se recopilan todas las herramientas diversas que no están incluidas en otras entradas del menú. <br><br>Todas las herramientas se pueden obtener en el menú de la izquierda.
       Birthday=Cumpleaños
       BirthdayAlertOn=alerta de cumpleaños activa
       BirthdayAlertOff=alerta de cumpleaños inactiva
      @@ -16,13 +15,9 @@ DocFileGeneratedInto=Archivo de documento generado en <b>%s</b>.
       MessageOK=Mensaje en la página de devolución de pago validada
       MessageKO=Mensaje en la página de devolución de pago cancelado
       ContentOfDirectoryIsNotEmpty=El contenido de este directorio no está vacío.
      -DeleteAlsoContentRecursively=Compruebe para eliminar todo el contenido recursiveley
       YearOfInvoice=Año de la fecha de factura
       PreviousYearOfInvoice=Año anterior de la fecha de facturación
       NextYearOfInvoice=El año siguiente a la fecha de la factura
      -Notify_FICHINTER_ADD_CONTACT=Contacto agregado a la intervención
      -Notify_FICHINTER_VALIDATE=Intervención validada
      -Notify_FICHINTER_SENTBYMAIL=Intervención enviada por correo
       Notify_ORDER_VALIDATE=Pedido del cliente validado
       Notify_ORDER_SENTBYMAIL=Pedido del cliente enviado por correo
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Pedido del proveedor enviado por correo
      @@ -30,8 +25,6 @@ Notify_ORDER_SUPPLIER_VALIDATE=Orden del proveedor registrada
       Notify_ORDER_SUPPLIER_APPROVE=Pedido del proveedor aprobado
       Notify_ORDER_SUPPLIER_REFUSE=Orden del proveedor rechazada
       Notify_PROPAL_VALIDATE=Validación cotización cliente
      -Notify_PROPAL_CLOSE_SIGNED=Cliente propal cerrado firmado
      -Notify_PROPAL_CLOSE_REFUSED=Cliente propal cerrado rechazado
       Notify_PROPAL_SENTBYMAIL=Envío cotización por e-mail
       Notify_WITHDRAW_TRANSMIT=Retirada de transmisión
       Notify_WITHDRAW_CREDIT=Retiro de crédito
      @@ -40,14 +33,14 @@ Notify_COMPANY_CREATE=Tercero creado
       Notify_COMPANY_SENTBYMAIL=Correos enviados desde una tarjeta de terceros
       Notify_BILL_VALIDATE=Factura del cliente validada
       Notify_BILL_UNVALIDATE=Factura del cliente sin validar
      -Notify_BILL_PAYED=Factura del cliente pagado
       Notify_BILL_CANCEL=Factura del cliente cancelada
       Notify_BILL_SENTBYMAIL=Factura del cliente enviada por correo
       Notify_BILL_SUPPLIER_VALIDATE=Factura del proveedor validada
      -Notify_BILL_SUPPLIER_PAYED=Factura del proveedor pagado
       Notify_BILL_SUPPLIER_SENTBYMAIL=Factura del proveedor enviada por correo
       Notify_CONTRACT_VALIDATE=Contrato validado
       Notify_FICHEINTER_VALIDATE=Intervención validada
      +Notify_FICHINTER_ADD_CONTACT=Contacto agregado a la intervención
      +Notify_FICHINTER_SENTBYMAIL=Intervención enviada por correo
       Notify_SHIPPING_VALIDATE=Envío validado
       Notify_SHIPPING_SENTBYMAIL=Envío enviado por correo
       Notify_MEMBER_VALIDATE=Miembro validado
      @@ -61,15 +54,8 @@ TotalSizeOfAttachedFiles=Tamaño total de los archivos / documentos adjuntos
       MaxSize=Talla máxima
       AttachANewFile=Adjunte un nuevo archivo / documento
       LinkedObject=Objeto vinculado
      -NbOfActiveNotifications=Número de notificaciones (N° de correos electrónicos de destinatarios)
       PredefinedMailTest=__(Hola)__\nEste es un correo de prueba enviado a __EMAIL__.\nLas dos líneas están separadas por un retorno de carro.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hola)__\nEste es un correo de <b> prueba </b> (la palabra prueba debe estar en negrita). <br> Las dos líneas están separadas por un retorno de carro. <br> <br> __USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hola)__\n\nAquí encontrará la solicitud de precio __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hola)__\n\nAquí encontrará el orden __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hola)__\n\nAquí encontrará nuestro pedido __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hola)__\n\nAquí encontrará la factura __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hola)__\n\nAquí encontrará el envío __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hola)__\n\nAquí encontrará la intervención __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
       DemoDesc=Dolibarr es un ERP / CRM compacto que admite varios módulos comerciales. Una demostración que muestra todos los módulos no tiene sentido ya que este escenario nunca ocurre (varios cientos disponibles). Entonces, varios perfiles de demostración están disponibles.
       ChooseYourDemoProfilMore=... o crea tu propio perfil <br> (selección manual del módulo)
       DemoFundation=Administrar miembros de una fundación
      @@ -107,7 +93,6 @@ EnableGDLibraryDesc=Instale o habilite la biblioteca de GD en su instalación de
       ProfIdShortDesc=<b>Prof Id %s</b> es una información que depende del país de un tercero. <br> Por ejemplo, para el país <b>%s</b>, es el código<b>%s</b>.
       DolibarrDemo=Demo de Dolibarr ERP / CRM
       StatsByNumberOfUnits=Estadísticas para suma de cantidad de productos / servicios
      -StatsByNumberOfEntities=Estadísticas en número de entidades remitentes (N° de factura, u orden ...)
       NumberOfProposals=Número de propuestas
       NumberOfCustomerInvoices=Número de facturas de clientes
       NumberOfSupplierProposals=Número de propuestas de proveedores
      @@ -119,7 +104,6 @@ NumberOfUnitsCustomerInvoices=Número de unidades en las facturas de los cliente
       NumberOfUnitsSupplierProposals=Número de unidades en propuestas de proveedores
       NumberOfUnitsSupplierOrders=Número de unidades en pedidos a proveedores
       NumberOfUnitsSupplierInvoices=Número de unidades en las facturas del proveedor
      -EMailTextInterventionAddedContact=Se le ha asignado una nueva intervención %s.
       EMailTextInterventionValidated=La intervención %s ha sido validada.
       EMailTextInvoiceValidated=La factura %s ha sido validada.
       EMailTextProposalValidated=La cotización %s que le concierne ha sido validado.
      @@ -133,7 +117,6 @@ ImportedWithSet=Conjunto de datos de importación
       ResizeDesc=Ingrese un nuevo ancho <b> O </ b> nueva altura. La relación se mantendrá durante el cambio de tamaño ...
       NewSizeAfterCropping=Nuevo tamaño después del recorte
       DefineNewAreaToPick=Defina una nueva área en la imagen para elegir (haga clic con el botón izquierdo en la imagen y luego arrastre hasta que llegue a la esquina opuesta)
      -CurrentInformationOnImage=Esta herramienta fue diseñada para ayudarlo a cambiar el tamaño o recortar una imagen. Esta es información sobre la imagen editada actual
       YouReceiveMailBecauseOfNotification=Usted recibe este mensaje porque su correo electrónico ha sido agregado a la lista de objetivos para ser informado de eventos particulares en el software %s de %s.
       YouReceiveMailBecauseOfNotification2=Este evento es el siguiente:
       ThisIsListOfModules=Esta es una lista de módulos preseleccionados por este perfil de demostración (solo los módulos más comunes son visibles en esta demostración). Edítelo para tener una demostración más personalizada y haga clic en "Comenzar".
      @@ -145,6 +128,7 @@ CancelUpload=Cancelar carga
       FileIsTooBig=Los archivos son demasiado grandes
       PleaseBePatient=Por favor sea paciente...
       ResetPassword=Restablecer la contraseña
      +RequestToResetPasswordReceived=Se recibió una solicitud para cambiar su contraseña.
       NewKeyIs=Estas son sus nuevas claves para iniciar sesión
       NewKeyWillBe=Su nueva clave para iniciar sesión en el software será
       ClickHereToGoTo=Haga clic aquí para ir a %s
      diff --git a/htdocs/langs/es_CL/projects.lang b/htdocs/langs/es_CL/projects.lang
      index 8210d3ff1e0..38a931d2b48 100644
      --- a/htdocs/langs/es_CL/projects.lang
      +++ b/htdocs/langs/es_CL/projects.lang
      @@ -21,14 +21,10 @@ OnlyYourTaskAreVisible=Solo las tareas asignadas a ti son visibles. Asigna la ta
       ProjectCategories=Etiquetas / categorías de proyecto
       ConfirmDeleteAProject=¿Seguro que quieres eliminar este proyecto?
       ConfirmDeleteATask=¿Seguro que quieres eliminar esta tarea?
      -OpportunitiesStatusForOpenedProjects=Cantidad de oportunidades de proyectos abiertos por estado
      -OpportunitiesStatusForProjects=Cantidad de oportunidades de proyectos por estado
       ShowProject=Mostrar proyecto
       ShowTask=Mostrar tarea
       SetProject=Establecer proyecto
       NoProject=Ningún proyecto definido o propiedad
      -NbOfProjects=N° de proyectos
      -NbOfTasks=N° de tareas
       TimeSpentByYou=Tiempo pasado por ti
       TimeSpentByUser=Tiempo dedicado por el usuario
       TimesSpent=Tiempo dedicado
      @@ -51,18 +47,6 @@ ListOfTasks=Lista de tareas
       GoToListOfTimeConsumed=Ir a la lista de tiempo consumido
       GoToListOfTasks=Ir a la lista de tareas
       GoToGanttView=Ve a la vista de Gantt
      -ListProposalsAssociatedProject=Listado de cotizaciones asociadas al proyecto
      -ListOrdersAssociatedProject=Lista de pedidos de clientes asociados con el proyecto
      -ListInvoicesAssociatedProject=Lista de facturas de clientes asociadas con el proyecto
      -ListPredefinedInvoicesAssociatedProject=Lista de plantillas de facturas de cliente asociadas al proyecto
      -ListSupplierOrdersAssociatedProject=Lista de pedidos a proveedores asociados con el proyecto
      -ListSupplierInvoicesAssociatedProject=Lista de facturas de proveedores asociadas con el proyecto
      -ListContractAssociatedProject=Lista de contratos asociados con el proyecto
      -ListShippingAssociatedProject=Lista de envíos asociados con el proyecto
      -ListFichinterAssociatedProject=Lista de intervenciones asociadas con el proyecto
      -ListExpenseReportsAssociatedProject=Lista de informes de gastos asociados con el proyecto
      -ListDonationsAssociatedProject=Lista de donaciones asociadas con el proyecto
      -ListActionsAssociatedProject=Lista de eventos asociados con el proyecto
       ListTaskTimeUserProject=Lista de tiempo consumido en las tareas del proyecto
       ListTaskTimeForTask=Lista de tiempo consumido en la tarea
       ActivityOnProjectToday=Actividad en proyecto hoy
      @@ -106,8 +90,6 @@ TaskCreatedInDolibarr=Tarea %s creada
       TaskModifiedInDolibarr=Tarea %s modificada
       TaskDeletedInDolibarr=Tarea %s eliminada
       OpportunityStatusShort=Opp. estado
      -OpportunityProbability=Probabilidad de oportunidad
      -OpportunityAmount=Cantidad de oportunidad
       OpportunityAmountShort=Opp. cantidad
       OpportunityAmountAverageShort=Opp promedio cantidad
       OpportunityAmountWeigthedShort=Opp ponderado cantidad
      @@ -122,8 +104,6 @@ TypeContact_project_task_internal_TASKCONTRIBUTOR=Colaborador
       TypeContact_project_task_external_TASKCONTRIBUTOR=Colaborador
       SelectElement=Seleccionar elemento
       AddElement=Enlace al elemento
      -DocumentModelBeluga=Plantilla de proyecto para vista general de objetos vinculados
      -DocumentModelBaleine=Plantilla de informe de proyecto para tareas
       PlannedWorkload=Carga de trabajo planificada
       ProjectReferers=Artículos relacionados
       ProjectMustBeValidatedFirst=El proyecto debe ser validado primero
      @@ -133,24 +113,13 @@ TimeSpentBy=Tiempo consumido por
       AssignTaskToMe=Asignarme una tarea
       AssignTaskToUser=Asignar tarea a %s
       SelectTaskToAssign=Seleccionar tarea para asignar ...
      -ProjectOverview=Visión de conjunto
      -ManageTasks=Usa proyectos para seguir tareas y tiempo
       ManageOpportunitiesStatus=Usa proyectos para seguir leads / opportinuties
      -ProjectNbProjectByMonth=Número de proyectos creados por mes
      -ProjectNbTaskByMonth=Número de tareas creadas por mes
      -ProjectOppAmountOfProjectsByMonth=Cantidad de oportunidades por mes
      -ProjectWeightedOppAmountOfProjectsByMonth=Cantidad ponderada de oportunidades por mes
      -ProjectOpenedProjectByOppStatus=Abrir proyecto / conducir por estado de oportunidad
       ProjectsStatistics=Estadísticas de proyectos / leads
       TasksStatistics=Estadísticas sobre proyectos/tareas principales
       TaskAssignedToEnterTime=Tarea asignada Ingresar el tiempo en esta tarea debería ser posible.
       IdTaskTime=Tiempo de la tarea de identificación
       YouCanCompleteRef=Si desea completar la referencia con cierta información (para utilizarla como filtros de búsqueda), se recomienda agregar un carácter para separarla, por lo que la numeración automática seguirá funcionando correctamente para los próximos proyectos. Por ejemplo %s-ABC. También puede preferir agregar claves de búsqueda en la etiqueta. Pero la mejor práctica puede ser agregar un campo dedicado, también llamado atributos complementarios.
       OpenedProjectsByThirdparties=Proyectos abiertos por terceros
      -OnlyOpportunitiesShort=Solo oportunidades
      -OpportunityTotalAmount=Cantidad total de oportunidades
      -OpportunityPonderatedAmount=Cantidad ponderada de oportunidades
      -OpportunityPonderatedAmountDesc=Cantidad de oportunidades ponderada con probabilidad
       OppStatusQUAL=Calificación
       OppStatusPROPO=Cotización
       AllowToLinkFromOtherCompany=Permitir vincular proyecto de otra empresa<br><br><u>Valores admitidos: </u><br> - Mantener vacío: puede vincular cualquier proyecto de la empresa (predeterminado)<br> - "todo": puede vincular cualquier proyecto, incluso proyecto de otras empresas<br> - Una lista de identificación de terceros separada por comas: puede vincular todos los proyectos de estos terceros definidos (Ejemplo: 123,4795,53)<br>
      diff --git a/htdocs/langs/es_CL/stocks.lang b/htdocs/langs/es_CL/stocks.lang
      index fe8f71f5b08..1922b6ff759 100644
      --- a/htdocs/langs/es_CL/stocks.lang
      +++ b/htdocs/langs/es_CL/stocks.lang
      @@ -29,7 +29,6 @@ StockTransfer=Transferencia de acciones
       MassStockTransferShort=Transferencia stock en masa
       StockMovement=Movimiento de valores
       StockMovements=Movimientos de acciones
      -LabelMovement=Etiqueta de movimiento
       NumberOfUnit=Número de unidades
       StockTooLow=Stock demasiado bajo
       StockLowerThanLimit=Stock inferior al límite de alerta (%s)
      diff --git a/htdocs/langs/es_CO/admin.lang b/htdocs/langs/es_CO/admin.lang
      index a2e54cdcb94..b2e59fdd9a9 100644
      --- a/htdocs/langs/es_CO/admin.lang
      +++ b/htdocs/langs/es_CO/admin.lang
      @@ -9,20 +9,15 @@ SessionSaveHandler=Manejador para grabar sesiones
       SessionSavePath=Ubicación de almacenamiento de sesión
       PurgeSessions=Limpiado de sesiones
       ConfirmPurgeSessions=¿Realmente quiere eliminar todas las sesiones? Ésto desconectará todos los usuarios (excepto a usted).
      -NoSessionListWithThisHandler=El manejador para grabar sesiones configurado en su PHP no permite listar todas las sesiones activas.
       LockNewSessions=Bloquear conexiones nuevas
      -ConfirmLockNewSessions=¿Está seguro que desea restringir solo a usted cualquier conexión nueva a Dolibarr? Solo el usuario <b>%s</b> podrá conectarse después de esto.
       UnlockNewSessions=Eliminar el bloqueo de conexión
      -Sessions=La sesión de usuarios
       WebUserGroup=Grupo/Usuario del servidor web
      -NoSessionFound=Al parecer su PHP no permite listar las sesiones activas. La directiva usada para grabar sesiones (<b>%s</b>) parece estar protegida (Por ejemplo, por permisos del SO o por la directiva PHP open_basedir).
       DBStoringCharset=Conjunto de caracteres de la base de datos para almacenar datos
       DBSortingCharset=Conjunto de caracteres para organizar datos
       WarningModuleNotActive=El módulo <b>%s</b> debe estar activo
       WarningOnlyPermissionOfActivatedModules=Solo los permisos relacionados a los modulos activos se muestran acá. Puede activar otros modulos en la página Inicio->Configuración->Módulos.
       DolibarrSetup=Instalación o actualización de Dolibarr
       GUISetup=Mostrar
      -SetupArea=Área de configuración
       FormToTestFileUploadForm=Formulario para probar la importación de archivos (según configuración)
       IfModuleEnabled=Nota: solo aplica el SI en caso de que el modulo <b>%s</b> esté activo
       RemoveLock=Eliminar el archivo <b>%s</b> solo en caso de existir para permitir el uso de la herramienta actualizar.
      @@ -61,7 +56,6 @@ DetailMenuIdParent=ID de un menú principal (dejar vacío para menú superior)
       DetailPosition=Organizar número para definir la posición del menú
       AllMenus=Todo
       SetupShort=Configuración
      -OtherSetup=Otra configuración
       CurrentValueSeparatorDecimal=Separador de decimales
       CurrentValueSeparatorThousand=Separador de miles
       LanguageBrowserParameter=Parámetro %s
      @@ -72,8 +66,6 @@ PHPTZ=Zona Hora del servidor PHP
       DaylingSavingTime=Horario de verano
       CurrentHour=Hora del PHP (servidor)
       Position=Puesto
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       DictionaryCanton=Departamento
       LTRate=Tipo
       CompanyName=Nombre
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_CO/companies.lang b/htdocs/langs/es_CO/companies.lang
      index 250bb5bb7c3..c6db4aa2a7a 100644
      --- a/htdocs/langs/es_CO/companies.lang
      +++ b/htdocs/langs/es_CO/companies.lang
      @@ -1,12 +1,13 @@
       # Dolibarr language file - Source file is en_US - companies
       ConfirmDeleteContact=Está seguro de borrar este contacto y todas la información relacionada?
      +NewCompany=Nueva compañía (prospecto, cliente, vendedor)
      +CreateDolibarrThirdPartySupplier=Crear un tercero (vendedor)
       ParentCompany=Sede principal
       Subsidiaries=Sucursales
       RegisteredOffice=Domicilio principal
       State=Departamento
       PhonePerso=Teléf. personal
       No_Email=Rechazar correos de cadena
      -VATIsUsed=Sujeto a IVA
       VATIsNotUsed=No sujeto a IVA
       ProfId1AT=Id prof. 1 (USt.-IdNr)
       ProfId2AT=Id prof. 2 (USt.-Nr)
      @@ -15,11 +16,6 @@ ProfId2CO=Identificación (CC, NIT, CE)
       ProfId3CO=CIIU
       CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> anticipos disponibles
       NoContactForAnyProposal=Este contacto no es contacto de ningúna cotización
      -VATIntraCheckDesc=El link <b>%s</b> permite consultar al servicio RUES el NIT. Se requiere acceso a internet para que el servicio funcione
       VATIntraCheckURL=http://www.rues.org.co/RUES_Web/Consultas#tabs-3
      -VATIntraCheckableOnEUSite=Verificar en la web
      -VATIntraManualCheck=Puede también realizar una verificación manual en la web <a href="%s" target="_blank">%s</a>
      -ExportDataset_company_2=Contactos de terceros y atributos
       ConfirmDeleteFile=¿Está seguro que quiere eliminar este archivo?
      -ThirdPartiesArea=Área Terceros
       ManagingDirectors=Administrador(es) (CEO, gerente, director, presidente, etc.)
      diff --git a/htdocs/langs/es_CO/main.lang b/htdocs/langs/es_CO/main.lang
      index 900a3db52b8..8b0649a08bb 100644
      --- a/htdocs/langs/es_CO/main.lang
      +++ b/htdocs/langs/es_CO/main.lang
      @@ -21,7 +21,6 @@ FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
       NoRecordFound=No se encontraron registros
       ErrorFileNotUploaded=El archivo no se transifirió. Compruebe que el tamaño no supere el máximo permitido, el espacio libre disponible en el disco y que no hay un archivo con el mismo nombre en el directorio destino.
      -ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Modificaciones sin aplicar.
       SeeHere=Ver aquí
       FileWasNotUploaded=Un archivo ha sido seleccionado para adjuntarlo, pero aún no se ha subido. Haga clic en "Adjuntar este archivo".
       SeeAbove=Ver arriba
      diff --git a/htdocs/langs/es_DO/admin.lang b/htdocs/langs/es_DO/admin.lang
      index d7037ec6bab..cacb957bc9f 100644
      --- a/htdocs/langs/es_DO/admin.lang
      +++ b/htdocs/langs/es_DO/admin.lang
      @@ -1,22 +1,11 @@
       # Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       OldVATRates=Tasa de ITBIS antigua
       NewVATRates=Tasa de ITBIS nueva
       Permission91=Consultar impuestos e ITBIS
       Permission92=Crear/modificar impuestos e ITBIS
       Permission93=Eliminar impuestos e ITBIS
       DictionaryVAT=Tasa de ITBIS (Impuesto sobre ventas en EEUU)
      -VATManagement=Gestión ITBIS
      -VATIsNotUsedDesc=El tipo de ITBIS propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.
      -LocalTax1IsUsedDesc=Uso de un 2º tipo de impuesto (Distinto del ITBIS)
      -LocalTax1IsNotUsedDesc=No usar un 2º tipo de impuesto (Distinto del ITBIS)
      -LocalTax2IsNotUsedDesc=No usar un 2º tipo de impuesto (Distinto del ITBIS)
       UnitPriceOfProduct=Precio unitario sin ITBIS de un producto
      -ShowVATIntaInAddress=Ocultar el identificador ITBIS en las direcciones de los documentos
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       OptionVatMode=Opción de carga de ITBIS
       OptionVatDefaultDesc=La carga del ITBIS es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre el pago por los servicios
       OptionVatDebitOptionDesc=La carga del ITBIS es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre la facturación de los servicios
      -SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad de ITBIS por defecto según la opción eligida
      diff --git a/htdocs/langs/es_EC/admin.lang b/htdocs/langs/es_EC/admin.lang
      index 7ed9732c760..b5be72a7b68 100644
      --- a/htdocs/langs/es_EC/admin.lang
      +++ b/htdocs/langs/es_EC/admin.lang
      @@ -4,8 +4,6 @@ VersionLastInstall=Versión de instalación inicial
       VersionLastUpgrade=Actualización de la versión más reciente
       VersionUnknown=Desconocido
       VersionRecommanded=Recomendado
      -FileCheckDesc=Esta herramienta le permite comprobar la integridad de los archivos y la configuración de la aplicación, la comparación de cada archivo con las oficiales. Valor de algunas constantes de configuración pueden ser también verificados. Puede utilizar esta herramienta para detectar si algunos archivos fueron modificados por un hacker por ejemplo.
      -FileIntegrityIsOkButFilesWereAdded=La comprobación de integridad de archivos ha pasado, sin embargo, se han añadido algunos archivos nuevos.
       FileIntegritySomeFilesWereRemovedOrModified=La comprobación de integridad de archivos ha fallado. Algunos archivos fueron modificados, eliminados o añadidos.
       GlobalChecksum=Verificación global
       MakeIntegrityAnalysisFrom=Hacer análisis de la integridad de los archivos de la aplicación de
      @@ -20,19 +18,15 @@ SessionId=ID de sesión
       SessionSaveHandler=Manejador para guardar sesiones
       SessionSavePath=Localización del almacenamiento de las sesiones
       ConfirmPurgeSessions=Es lo que realmente desea purgar todas las sesiones? Esto desconectará todos los usuarios (excepto usted mismo).
      -NoSessionListWithThisHandler=Guardar controlador de sesión configurado en su PHP no permite la lista de todas las sesiones en ejecución.
      -ConfirmLockNewSessions=¿Está seguro de que desea restringir cualquier conexión Dolibarr nueva a sí mismo. Solo el usuario <b>%s</b> podrá conectarse después de eso.
       UnlockNewSessions=Quitar el bloqueo de conexión
      -Sessions=Sesión de usuarios
       WebUserGroup=Usuario/grupo del servidor web
      -NoSessionFound=Su PHP parece no permitir la lista de sesiones activas. El directorio utilizado para guardar las sesiones (<b>%s</b>) puede estar protegido (por ejemplo, por los permisos del sistema operativo o por la directiva PHP open_basedir).
       DBStoringCharset=Conjunto de caracteres de base de datos para almacenar datos
       DBSortingCharset=Conjunto de caracteres de base de datos para ordenar los datos
       ClientSortingCharset=Intercalación de clientes
       WarningModuleNotActive=Módulo <b>%s</b> debe estar habilitado
       WarningOnlyPermissionOfActivatedModules=Solamente los permisos relacionados con los módulos activados se muestran aquí. Puede activar otros módulos desde: Inicio-> Configuración-> Página Módulos.
       DolibarrSetup=Dolibarr instalar o actualizar
      -SetupArea=Area de configuración
      +SetupArea=Configurar
       UploadNewTemplate=Subir nueva(s) plantilla(s)
       FormToTestFileUploadForm=Formulario para probar la carga del archivo (según la configuración)
       IfModuleEnabled=Nota: si es efectivo sólo si el módulo <b>%s</b> está activado
      @@ -48,8 +42,6 @@ ErrorReservedTypeSystemSystemAuto=El valor 'sistema' y 'sistemamauto' esta reser
       DisableJavascript=Desactivar las funciones JavaScript y Ajax (Recomendado para navegadores de texto o personas ciegas)
       UseSearchToSelectCompanyTooltip=Además, si usted tiene un gran número de clientes (> 100 000), puede aumentar la velocidad estableciendo COMPANY_DONOTSEARCH_ANYWHERE constante en 1 en: Configuración-> Otros. La búsqueda se limitará entonces al inicio de la cadena.
       UseSearchToSelectContactTooltip=Además, si tiene un gran número de clientes (> 100 000), puede aumentar la velocidad estableciendo constante CONTACT_DONOTSEARCH_ANYWHERE en 1 en: Configuración-> Otros. La búsqueda se limitará entonces al inicio de la cadena.
      -DelaiedFullListToSelectCompany=Espere a que presione una tecla antes de cargar el contenido de la lista combinada de clientes (Esto puede aumentar el rendimiento si tiene un gran número de clientes, pero es menos conveniente)
      -DelaiedFullListToSelectContact=Espere que presione una tecla antes de cargar el contenido de la lista de contactos (Esto puede aumentar el rendimiento si tiene un gran número de contactos, pero es menos conveniente)
       NumberOfKeyToSearch=Número de caracteres para activar la búsqueda: %s
       NotAvailableWhenAjaxDisabled=No disponible cuando Ajax esta inhabilitado
       AllowToSelectProjectFromOtherCompany=En el documento de un cliente, puede elegir un proyecto vinculado a otro cliente
      @@ -58,7 +50,6 @@ UsePreviewTabs=Usar pestañas de vista previa
       ShowPreview=Mostrar vista previa
       CurrentTimeZone=Zona horaria PHP (servidor)
       MySQLTimeZone=Zona horaria MySQL (base de datos)
      -TZHasNoEffect=Las fechas son almacenadas y devueltas por el servidor de base de datos como si estuvieran guardadas como cadena enviada. La zona horaria sólo tiene efecto cuando se utiliza la función UNIX_TIMESTAMP (que no debe ser utilizada por Dolibarr, por lo que la base de datos TZ no debería tener ningún efecto, incluso si se modificó después de introducir los datos).
       Space=Espacio
       Index=Indice
       NextValue=siguiente valor
      @@ -82,7 +73,6 @@ DetailPosition=Orden por número para definir la posición del menú
       AllMenus=Todas
       NotConfigured=Módulo/aplicación no está configurado
       SetupShort=Configurar
      -OtherSetup=Otras configuraciones
       CurrentValueSeparatorThousand=separador de miles
       Destination=Destino
       IdModule=Módulo de Identificación
      @@ -94,8 +84,6 @@ OSTZ=Zona horaria del servidor
       PHPTZ=Zona horaria del servidor PHP
       DaylingSavingTime=Horario de verano
       CurrentSessionTimeOut=Tiempo de espera de la sesión actual
      -YouCanEditPHPTZ=Para establecer una zona horaria diferente PHP (no es obligatorio), se puede tratar de añadir un archivo .htaccess con una línea como esta "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Advertencia, al contrario de otras pantallas, las horas de esta página no se encuentran en su zona horaria local, sino en la zona horaria del servidor.
       MaxNbOfLinesForBoxes=Número máximo de líneas para los widgets
       PositionByDefault=Orden predeterminada
       MenusDesc=Los administradores de menús establecen el contenido de las dos barras de menú (horizontal y vertical).
      @@ -145,14 +133,9 @@ IgnoreDuplicateRecords=Ignorar los errores de registro duplicado (INSERT IGNORE)
       AutoDetectLang=Detección automática (idioma del navegador)
       FeatureDisabledInDemo=Función desactivada en demostración
       FeatureAvailableOnlyOnStable=Característica sólo está disponible en las versiones oficiales estables
      -BoxesDesc=Los widgets son componentes que muestran algunos datos que se pueden agregar para personalizar algunas páginas. Puede elegir entre mostrar el widget o no mediante la selección de la página de destino y haciendo clic en 'Activar', o haciendo clic en el cubo de basura para desactivarlo.
       OnlyActiveElementsAreShown=Solo se muestran elementos de <a href="%s">módulos habilitados</a> are shown.
      -ModulesDesc=Los módulos Dolibarr definen qué aplicación / función está habilitada en el software. Algunas aplicaciones / módulos requieren permisos que debe otorgar a los usuarios, después de activarlos. Haga clic en el botón on / off para activar un módulo / aplicación.
      -ModulesDeployDesc=Si los permisos de su sistema de archivos lo permiten, puede utilizar esta herramienta para implementar un módulo externo. El módulo estará entonces visible en la pestaña  <strong>%s</strong>.
       ModulesMarketPlaces=Buscar aplicaciones/módulos externos
       ModulesDevelopYourModule=Desarrolle su propia aplicación/módulos
      -ModulesDevelopDesc=Usted puede desarrollar o encontrar un socio para desarrollar para usted, su módulo personalizado
      -DOLISTOREdescriptionLong=En lugar de cambiar al sitio web <a href="https://www.dolistore.com">www.dolistore.com</a> para encontrar un módulo externo, puede utilizar esta herramienta incluida que hará la búsqueda en el mercado externo por usted (puede ser lento, necesita un acceso a Internet) ...
       CompatibleUpTo=Compatible con la versión 1%s
       NotCompatible=Este módulo no parece compatible con su Dolibarr %s (Min %s - Max%s).
       CompatibleAfterUpdate=Este módulo requiere una actualización de su Dolibarr %s (Min%s - Max%s).
      @@ -160,7 +143,6 @@ SeeInMarkerPlace=Ver en el mercado
       AchatTelechargement=Comprar / Descargar
       GoModuleSetupArea=Para implementar / instalar un nuevo módulo, vaya al área de configuración del módulo en <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, el mercado oficial de módulos externos ERP/CRM de Dolibarr
      -DoliPartnersDesc=Lista de las empresas que ofrecen módulos o funciones desarrolladas a medida (Nota: cualquier persona con experiencia en programación PHP puede proporcionar desarrollos a medida para un proyecto de código abierto)
       BoxesAvailable=Widgets disponibles
       BoxesActivated=Widgets activados
       ActiveOn=Activado en
      @@ -172,7 +154,6 @@ DoNotStoreClearPassword=No almacene las contraseñas en la base de datos, pero a
       MainDbPasswordFileConfEncrypted=Contraseña de base de datos cifrada en conf.php (activada recomendado)
       InstrucToEncodePass=Para que la contraseña se codifique en el archivo <b>conf.php</b>, reemplazar la línea <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Para que la contraseña se descodifique (borrar) en el archivo <b>conf.php</b>, reemplazar la línea <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protección de archivos generados en pdf (Activado NO recomendado, rompe la generación de pdf en masa)
       ProtectAndEncryptPdfFilesDesc=La protección de un documento PDF lo mantiene disponible para leer e imprimir con cualquier navegador PDF. Sin embargo, la edición y la copia ya no son posibles. Tenga en cuenta que el uso de esta característica hace que la creación de un conjunto global de PDF no funcione.
       Feature=Característica
       Developpers=Desarrolladores/colaboradores
      @@ -184,42 +165,23 @@ ReferencedPreferredPartners=Socios Preferidos
       SocialNetworks=Redes Sociales
       ForDocumentationSeeWiki=Para la documentación del usuario o del desarrollador (Doc, Preguntas Frecuentes...),<br>Eche un vistazo a la Wiki Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Para cualquier otra pregunta/ayuda, puede utilizar el foro Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b
      -HelpCenterDesc1=Esta área le puede ayudar a obtener un servicio de ayuda de Dolibarr.
      -HelpCenterDesc2=Una parte de este servicio está disponible en <b>Inglés solamente</b>.
       CurrentMenuHandler=Controlador de menús actual
       SpaceX=Espacio X
       SpaceY=Espacio Y
       NoticePeriod=Periodo de notificación
       Emails=Correos electrónicos
       EMailsSetup=Configuración de correo electrónico
      -EMailsDesc=Esta página le permite sobrescribir los parámetros de PHP para el envío de correos electrónicos. En la mayoría de los casos en Unix OS/Linux, la configuración de PHP es correcta y estos parámetros son inútiles.
       EmailSenderProfiles=Perfiles de remitentes de correos electrónicos
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS puerto (Por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/Host SMTPS (Por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS puerto (No está definido en PHP en sistemas Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (No está definido en PHP en sistemas Unix)
      -MAIN_MAIL_EMAIL_FROM=Dirección electróica del remitente para correos electrónicos automáticos (por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Correo electrónico utilizado para los correos electrónicos devueltos con errores (campos 'Errores-Para' en los correos electrónicos enviados)
      -MAIN_MAIL_AUTOCOPY_TO=Enviar sistemáticamente una copia carbon oculta (CCO) de todos los correos enviados a
      -MAIN_DISABLE_ALL_MAILS=Desactivar todos los envíos de correo electrónico (con fines de prueba o demos)
       MAIN_MAIL_FORCE_SENDTO=Enviar todos los correos electrónicos a (en lugar de destinatarios reales, para fines de prueba)
      -MAIN_MAIL_SENDMODE=Método a utilizar para enviar mensajes de correo electrónico
      -MAIN_MAIL_SMTPS_ID=ID de SMTP si se requiere autenticación
      -MAIN_MAIL_SMTPS_PW=Contraseña SMTP si se necesita autenticación
      -MAIN_MAIL_EMAIL_TLS=Usar cifrado TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS=Usar cifrado TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Desactivar todos los envíos de SMS (con fines de prueba o demos)
       MAIN_SMS_SENDMODE=Método a utilizar para enviar SMS
      -MAIN_MAIL_SMS_FROM=Número de teléfono del remitente predeterminado para el envío de SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Correo electrónico del remitente por defecto para envíos manuales (correo electrónico del usuario o correo electrónico de la empresa)
       UserEmail=Correo electrónico del usuario
       CompanyEmail=Correo de la empresa
       FeatureNotAvailableOnLinux=Característica no disponible en sistemas Unix. Comprobar el programa Sendmail localmente.
      -SubmitTranslation=Si la traducción para este idioma no es completo o presente errores, puede corregir esto mediante la edición de archivos en el directorio <b>langs/%s</b> y presentar su cambio a www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Si la traducción para este idioma no es completo o presente errores, puede corregir esto editando los archivos en el directorio <b>langs/%s</b> y enviar archivos modificados a dolibarr.org/forum o para los desarrolladores en github.com / Dolibarr / Dolibarr.
       ModuleSetup=Módulo de configuración
       ModulesSetup=Módulos de configuración/Aplicación
       ModuleFamilyCrm=Gestión de Relaciones con el Cliente (CRM)
      +ModuleFamilySrm=Gestión de relaciones con proveedores (GRP)
       ModuleFamilyHr=Gestión de Recursos Humanos (RRHH)
       ModuleFamilyProjects=Proyectos/trabajo colaborativo
       ModuleFamilyTechnic=Herramientas multi-módulos
      @@ -232,15 +194,10 @@ MenuAdmin=Editor de menús
       DoNotUseInProduction=No utilizar en producción
       ThisIsProcessToFollow=Esto es pasos a procesar:
       ThisIsAlternativeProcessToFollow=Esta es una configuración alternativa para procesar manualmente:
      -FindPackageFromWebSite=Encontrar un paquete que proporciona la función que desea (por ejemplo, en el sitio web oficial de %s).
       DownloadPackageFromWebSite=Descargar paquete (por ejemplo, desde el sitio web oficial de %s).
      -UnpackPackageInDolibarrRoot=Descomprimir los archivos empaquetados en el directorio de servidor dedicado a Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Para implementar/instalar un módulo externo, descomprimir los archivos empaquetados en el directorio del servidor dedicado a los módulos: <b>%s</b>
      -SetupIsReadyForUse=La implementación del módulo está terminada. Sin embargo, debe habilitar y configurar el módulo en su aplicación, vaya a la página para configurar los módulos: <a href="%s">%s</a>.
       NotExistsDirect=El directorio raíz alternativo no está definido en un directorio existente.<br>
       InfDirAlt=Desde la versión 3, es posible definir un directorio raíz alternativo. Esto le permite almacenar, en un directorio dedicado, plug-ins y plantillas personalizadas.<br>Sólo cree un directorio en la raíz de Dolibarr (por ejemplo: personalizado).<br>
       InfDirExample=<br>Entonces declare en el fichero <strong>conf.php </strong><br>$dolibarr_main_url_root_alt='/custom'<br> $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br> Si estas líneas se comentan con "#", para habilitarlas, basta con retirar el comentario al eliminar el carácter "#".
      -YouCanSubmitFile=Para este paso, puede enviar el archivo .zip del paquete de módulos aquí:
       CurrentVersion=Dolibarr versión actual
       CallUpdatePage=Vaya a la página que actualiza la estructura y los datos de la base de datos: %s.
       LastStableVersion=La última versión estable
      @@ -268,14 +225,10 @@ UMaskExplanation=Este parámetro le permite definir los permisos establecidos de
       SeeWikiForAllTeam=Echa un vistazo a la página wiki para ver una lista completa de todos los actores y su organización
       UseACacheDelay=Retardo para el almacenamiento en caché de la respuesta de exportación en segundos (0 o vacío para no caché)
       DisableLinkToHelpCenter=Ocultar enlace "<b>Necesita ayuda o soporte</b>" en la página de inicio de sesión
      -AddCRIfTooLong=No hay envoltura automática, por lo que si la línea está fuera de la página de los documentos porque es demasiado larga, debe agregar devoluciones de carro en la zona de texto.
      -ConfirmPurge=¿Seguro que desea ejecutar esta purga?<br>Esto eliminará definitivamente todos los archivos de datos y no hay forma de restaurarlos (ECM archivos, archivos adjuntos ...).
       MinLength=Longitud mínima
       LanguageFilesCachedIntoShmopSharedMemory=Archivos .lang cargados en la memoria compartida
      -ExamplesWithCurrentSetup=Ejemplos con la configuración actual en ejecución
       ListOfDirectories=Lista de directorios plantillas OpenDocument
       ListOfDirectoriesForModelGenODT=Lista de directorios que contienen archivos de plantillas con formato OpenDocument.<br><br> Ponga aquí la ruta completa de los directorios.<br> Agregue un transporte entre cada directorio.<br> Para añadir un directorio del módulo GED, añádalo aquí <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br> Los archivos de esos directorios deben finalizar con <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Número de archivos de plantillas ODT/ODS que se encuentran en esos directorios
       FollowingSubstitutionKeysCanBeUsed=<br>Para saber cómo crear sus plantillas de documentos ODT, antes de guardarlos en esos directorios, leer la documentación wiki:
       FirstnameNamePosition=Posición del Nombre / Apellido
       DescWeather=Las siguientes imágenes se mostrarán en el tablero cuando el número de acciones tardías alcance los siguientes valores:
      @@ -283,17 +236,13 @@ KeyForWebServicesAccess=Clave para utilizar Servicios Web (parámetro "dolibarrk
       TestSubmitForm=Formulario de prueba de entrada
       ThisForceAlsoTheme=El uso de este administrador de menús también utilizará su propio tema, sea cual sea la elección del usuario. También este administrador de menús especializado para smartphones no funciona en todos los teléfonos inteligentes. Utilice otro administrador de menús si experimenta problemas en la suya.
       ThemeDir=Directorio de Skins
      -ConnectionTimeout=Tiempo de espera de conexión
       ResponseTimeout=Tiempo de espera de respuesta
       SmsTestMessage=Mensaje de prueba desde __PHONEFROM__ a __PHONETO__
       ModuleMustBeEnabledFirst=Módulo <b>%s</b> debe estar habilitado primero si necesita esta función.
       SecurityToken=Clave para proteger las URL
      -NoSmsEngine=No hay gestor de envío de SMS disponible. El gestor de envío de SMS no está instalado con la distribución predeterminada (porque depende de un proveedor externo), pero puede encontrar algunos en %s
      -PDFDesc=Puede configurar cada opción globales relacionados con la generación de PDF
       PDFAddressForging=Reglas para forjar cuadros de direcciones
       HideAnyVATInformationOnPDF=Ocultar toda la información relacionada con Impuesto a las ventas / IVA en PDF generado
       PDFRulesForSalesTax=Reglas para el impuesto a las ventas / IVA
      -HideLocalTaxOnPDF=Ocultar tarifa de %s en la columna de impuestos de la columna de PDF
       HideDescOnPDF=Ocultar la descripción de los productos en el PDF generado
       HideRefOnPDF=Ocultar referencia de productos en PDF generado
       HideDetailsOnPDF=Ocultar líneas de productos en PDF generado detalles
      @@ -302,7 +251,6 @@ Library=Biblioteca
       UrlGenerationParameters=Parámetros para asegurar URL
       SecurityTokenIsUnique=Utilice un parámetro de SecureKey único para cada URL
       GetSecuredUrl=Obtener URL calculada
      -ButtonHideUnauthorized=Ocultar botones para usuarios no administradores para acciones no autorizadas en lugar de mostrar los botones desactivados en gris
       OldVATRates=Antigua tasa de IVA
       NewVATRates=Nueva tasa de IVA
       PriceBaseTypeToChange=Modificar los precios con el valor base de referencia definido en
      @@ -314,13 +262,11 @@ Boolean=Boolean (una casilla de verificación)
       ExtrafieldSelect =Seleccionar lista
       ExtrafieldSelectList =Seleccionear tabla
       ExtrafieldSeparator=Separador (no un campo)
      -ExtrafieldRadio=Botones de opción (en la única opción)
       ExtrafieldCheckBox=Casillas de verificación
       ExtrafieldCheckBoxFromList=Casillas de verificación de la tabla
       ExtrafieldLink=Enlace a un objeto
       ComputedFormula=Campo calculado
       ComputedFormulaDesc=Puede introducir aquí una fórmula utilizando otras propiedades de objeto o cualquier código PHP para obtener un valor calculado dinámico. Puede utilizar cualquier fórmula compatible con PHP, incluyendo el "?" Operador de condición y objeto global siguiente: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Sólo algunas propiedades de $object puede estar disponible. Si necesita propiedades no cargadas, solo busque el objeto en su fórmula como en el segundo ejemplo.<br> Utilizando un campo computado significa que no puede ingresar ningún valor de la interfaz. Además, si hay un error de sintaxis, la fórmula no puede devolver nada.<br><br> Ejemplo de fórmula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br> Ejemplo para volver a cargar el objeto<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br> Otro ejemplo de fórmula para forzar la carga del objeto y su objeto primario:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Proyecto principal no encontrado'
      -ExtrafieldParamHelpPassword=Mantener este campo vacío significa que el valor se almacenará sin encriptación (el campo debe estar oculto con estrella en la pantalla). <br>Establezca aquí valor 'automático' para usar la regla de encriptación predeterminada para guardar la contraseña en la base de datos (entonces la lectura de valor será solo hash, no hay forma de recuperar el valor original)
       ExtrafieldParamHelpselect=La lista de valores debe ser líneas con clave de formato, valor (donde la clave no puede ser '0')<br><br> por ejemplo: <br>1,valor1<br>2,valor2<br> código3,valor3<br>... <br><br>Para que la lista dependa de otra lista de atributos complementarios: <br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>Para que la lista dependa de otra lista:<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=La lista de valores debe ser líneas con la clave de formato, valor (donde la clave no puede ser '0')<br><br> por ejemplo: <br>1,valor1<br>2,valor2<br>3,valor3<br>...
       ExtrafieldParamHelpradio=La lista de valores debe ser líneas con la clave de formato, valor (donde la clave no puede ser '0')<br><br> por ejemplo: <br>1,valor1<br>2,valor2<br>3,valor3<br>...
      @@ -334,46 +280,33 @@ RefreshPhoneLink=Actualizar enlace
       LinkToTest=hacer clic en enlace generado para el usuario <strong>% s </ strong> (haga clic en el número de teléfono para probar)
       KeepEmptyToUseDefault=Dejar en blanco para usar valor predeterminado
       ValueOverwrittenByUserSetup=Advertencia, este valor puede ser sobrescrito por la configuración específica del usuario (cada usuario puede establecer su propia URL de clicktodial)
      -BarcodeInitForThirdparties=Init código de barras masivo para clientes / proveedores
       BarcodeInitForProductsOrServices=Init de código de barras masivo o restablecimiento de productos o servicios
       CurrentlyNWithoutBarCode=Actualmente, tiene <strong>%s</strong> registrado en <strong>%s</strong>%s sin código de barras definido.
       InitEmptyBarCode=init valor para el siguiente %s registro vacío
       EraseAllCurrentBarCode=Borrar todos los valores de códigos de barras actuales
       ConfirmEraseAllCurrentBarCode=¿Está seguro de que desea borrar todos los valores de códigos de barras actuales?
       AllBarcodeReset=Todos los valores de código de barras se han eliminado
      -NoBarcodeNumberingTemplateDefined=No se ha habilitado la plantilla de código de barras de numeración en la configuración del módulo de código de barras.
       ShowDetailsInPDFPageFoot=Añada más detalles al pie de los archivos PDF, como la dirección de su empresa o los nombres de los administradores (para completar los identificadores profesionales, el capital de la empresa y el número de IVA).
       NoDetails=No hay más detalles en el pie de página
       DisplayCompanyInfo=Mostrar la dirección de la empresa
       DisplayCompanyManagers=Mostrar nombres de administradores
       DisplayCompanyInfoAndManagers=Mostrar la dirección de la empresa y los nombres de los administradores
      -EnableAndSetupModuleCron=Si desea que esta factura recurrente se genere automáticamente, el módulo *%s* Debe estar habilitado y configurado correctamente. De lo contrario, la generación de facturas se debe hacer manualmente desde esta plantilla con el botón *Crear*. Tenga en cuenta que, aunque haya habilitado la generación automática, puede iniciar la generación manual de forma segura. No es posible la generación de duplicados para el mismo período.
      -ModuleCompanyCodeCustomerAquarium=%s seguido de un código de cliente externo para un código de contabilidad del cliente
      -ModuleCompanyCodeSupplierAquarium=%s seguido de un código de proveedor externo para un código de contabilidad de proveedor
       ModuleCompanyCodePanicum=Devolver un código de contabilidad vacío.
       ModuleCompanyCodeDigitaria=El código de contabilidad depende del código de un cliente/proveedor. El código está compuesto por el carácter "C" en la primera posición seguido por los primeros 5 caracteres del código de cliente/proveedor.
       Use3StepsApproval=De forma predeterminada, las órdenes de compra deben ser creadas y aprobadas por dos usuarios diferentes (un paso/usuario para crear y un paso/usuario para aprobar.) Nota: si el usuario tiene permiso para crear y aprobar, un paso/usuario será suficiente). Puede pedir con esta opción introducir una tercera aprobación de paso/usuario, si la cantidad es mayor que un valor dedicado (por lo que serán necesarios 3 pasos: 1= validación, 2= primera aprobación y 3= segunda aprobación si la cantidad es suficiente).<br> Establezca esto en blanco para una aprobación (2 pasos) es suficiente, establezca un valor muy bajo (0.1) si se requiere una segunda aprobación (3 pasos).
       UseDoubleApproval=Utilice una aprobación de 3 pasos cuando la cantidad (sin impuestos) es mayor que ...
      -WarningPHPMail=ADVERTENCIA: Es mejor configurar los correos electrónicos salientes para usar el servidor de correo electrónico de su proveedor en lugar de la configuración predeterminada. Algunos proveedores de correo electrónico (como Yahoo) no le permiten enviar un correo electrónico desde otro servidor que no sea su propio servidor. Su configuración actual utiliza el servidor de la aplicación para enviar correos electrónicos y no el servidor de su proveedor de correo electrónico, por lo que algunos destinatarios (el compatible con el restrictivo protocolo DMARC) le preguntarán a su proveedor de correo electrónico si pueden aceptar su correo electrónico y algunos proveedores de correo electrónico. (como Yahoo) puede responder "no" porque el servidor no es un servidor de ellos, por lo que es posible que no se acepten algunos de sus correos electrónicos enviados (tenga cuidado también con la cuota de envío de su proveedor de correo electrónico). <br> Si su proveedor de correo electrónico (como Yahoo) tiene esta restricción, debe cambiar la Configuración de correo electrónico para elegir el otro método "Servidor SMTP" e ingresar el servidor SMTP y las credenciales provistas por su proveedor de correo electrónico (solicite a su proveedor de correo electrónico que le envíen las credenciales SMTP para su cuenta).
      +WarningPHPMail2=Si su proveedor SMTP de correo electrónico necesita restringir el cliente de correo electrónico a algunas direcciones IP (muy raras), esta es la dirección IP del usuario de correo (MUA) para su aplicación ERP CRM: <strong>%s</strong>.
       ClickToShowDescription=Haga clic para mostrar la descripción
      -DependsOn=Este módulo necesita el módulo(s)
       RequiredBy=Este módulo es necesario por el módulo(s)
      -TheKeyIsTheNameOfHtmlField=Este es el nombre del campo HTML. Esta necesario tener conocimientos técnicos para leer el contenido de la página HTML para obtener el nombre de la clave de un campo.
      -PageUrlForDefaultValues=Debe ingresar aquí la URL relativa de la página. Si incluye parámetros en URL, los valores predeterminados serán efectivos si todos los parámetros están configurados con el mismo valor. Ejemplos:
       PageUrlForDefaultValuesCreate=<br>Para el formulario para crear un nuevo cliente/proveedor, es <strong>1%s</strong>,<br>Si queremos que el valor predeterminado sólo si URL tiene algún parámetro, podemos utilizar <strong>1%s</strong>
      -PageUrlForDefaultValuesList=<br>Para el formulario para crear un nuevo cliente/proveedor, es <strong>1%s</strong>,<br>Si queremos que el valor predeterminado sólo si URL tiene algún parámetro, podemos utilizar <strong>1%s</strong>
      -GoIntoTranslationMenuToChangeThis=Se ha encontrado una traducción para la clave con este código, por lo que para cambiar este valor, debe editarlo desde Inicio-Configuración-traducción.
       WarningSettingSortOrder=Advertencia, establecer un orden predeterminado puede resultar en un error técnico al pasar a la página de lista si el campo es un campo desconocido. Si experimenta este error, vuelva a esta página para eliminar el orden predeterminado y restaurar el comportamiento predeterminado.
       ProductDocumentTemplates=Plantillas para generar documento de producto
       FreeLegalTextOnExpenseReports=Texto legal gratuita en los informes de gastos
       WatermarkOnDraftExpenseReports=Marca de agua en informes de gastos preliminares
       AttachMainDocByDefault=Configúrelo en 1 si desea adjuntar el documento principal al correo electrónico de forma predeterminada (si corresponde)
      -Module0Name=Usuarios & Grupos
       Module0Desc=Gestión de Usuarios / Empleados y Grupos
      -Module1Name=Clientes / Proveedores
       Module1Desc=Empresas y gestión de contactos (clientes, prospectos ...)
       Module2Desc=Administración comercial
      -Module10Desc=Informes contables simples (diarios, rotación) basados en el contenido de la base de datos. No usa ninguna tabla de contabilidad.
       Module20Name=Propuestas
       Module20Desc=Gestión de propuestas comerciales
       Module22Name=E-mailings masivos
      @@ -383,6 +316,7 @@ Module25Name=Pedidos de los clientes
       Module25Desc=Administración de pedidos de clientes
       Module30Name=Facturas
       Module30Desc=Gestión de facturas y notas de crédito para clientes. Gestión de facturas para proveedores
      +Module40Desc=Proveedores y gestión de compras (órdenes de compra y facturación)
       Module42Desc=Instalaciones de registro (archivo, syslog,...). Dichos registros son para propósitos técnicos/depuración.
       Module49Desc=Administración del editor
       Module50Desc=Administración de producto
      @@ -392,12 +326,10 @@ Module52Name=Existencias
       Module52Desc=Administración de existencias (productos)
       Module53Desc=Administración de Servicios
       Module54Name=Contratos / Suscripciones
      -Module54Desc=Administración de contratos (servicios o suscripciones recurrentes)
       Module55Desc=Administración de código de barras
       Module56Name=Telefonos
       Module56Desc=Integración de telefonos
       Module57Name=Ordenes de pago bancarias directas
      -Module57Desc=Administración de órdenes de pago de débito directo. Incluye generación de archivo de la SEPA para los países europeos.
       Module58Desc=Integración de un sistema ClickToDial (Asterisk, ...)
       Module59Desc=Añadir función para generar cuenta Bookmark4u desde una cuenta de Dolibarr
       Module70Desc=Administración de la intervención
      @@ -405,78 +337,56 @@ Module75Name=Gastos y notas de viaje
       Module75Desc=Administración de gasto y notas de viaje
       Module80Name=Envíos
       Module80Desc=Administración de envíos y pedidos de entrega
      -Module85Name=Bancos y efectivo
       Module85Desc=Gestión de cuentas bancarias o en efectivo
      -Module100Name=Sitio externo
      -Module100Desc=Este módulo incluye un sitio web externo o página en los menús de Dolibarr y verla en un marco de Dolibarr
       Module105Desc=Interfaz de Mailman o SPIP para el módulo miembro
      -Module200Desc=Sincronización de directorios LDAP
       Module210Desc=Integración PostNuke
       Module240Name=Exportar datos
      -Module240Desc=Herramienta para exportar los datos de Dolibarr (con asistentes)
       Module250Name=Importar datos
      -Module250Desc=Herramienta para importar datos en Dolibarr (con asistentes)
       Module310Desc=Administración de miembros de la Fundación
       Module320Name=RSS
       Module320Desc=Añadir RSS dentro de las páginas de Dolibarr
      -Module330Desc=Administración de marcadores
      -Module400Name=Proyectos / Oportunidades / Prospectos
      -Module400Desc=198/5000\nGestión de proyectos, oportunidades/clientes potenciales y/o tareas. También puede asignar cualquier elemento (factura, orden, propuesta, intervención, ...) a un proyecto y obtener una vista transversal desde la vista del proyecto.
       Module410Name=Calendario web
       Module410Desc=Integración calendario web
      +Module500Desc=Gestión de otros gastos (impuestos a la venta, impuestos sociales o fiscales, dividendos, ...)
       Module510Name=Pago de salarios de empleados
      -Module510Desc=Registre y siga el pago de los salarios de empleado
       Module520Name=Préstamo
       Module520Desc=Gestión de préstamos
       Module600Name=Notificaciones sobre eventos empresariales
      -Module600Desc=Enviar notificaciones por correo electrónico (activadas por algunos eventos empresariales) a los usuarios (configuración definida en cada usuario), a contactos de cliente/proveedor (configuración definida en cada cliente/proveedor) o a correos electrónicos fijos
      -Module600Long=Tenga en cuenta que este módulo está dedicado a enviar mensajes de correo electrónico en tiempo real cuando se produce un evento de negocio dedicado. Si está buscando una función para enviar recordatorios por correo electrónico de los eventos de su agenda, vaya a la configuración del módulo Agenda.
       Module700Desc=Administración de donaciones
       Module770Name=Reporte de gastos
      -Module770Desc=Administración y reposición de informes de gastos (transporte, comida, ...)
       Module1120Name=Propuesta comercial del vendedor
      +Module1120Desc=Solicitar propuesta comercial del vendedor y precios
       Module1200Desc=Integración Mantis
       Module1520Name=Generación de documentos
       Module1780Name=Etiquetas / Categorías
      -Module1780Desc=Crear etiquetas/categoría (productos, clientes, proveedores, contactos o miembros)
      -Module2000Desc=Permitir editar algún área de texto usando un editor avanzado (Basado en CKEditor)
       Module2200Desc=Habilitar el uso de expresiones matemáticas para los precios
       Module2300Name=Trabajos programados
       Module2300Desc=Gestión de trabajos programados (alias cron o chrono table)
       Module2400Name=Eventos / Agenda
      -Module2400Desc=Siga los eventos realizados y próximos. Deje que la aplicación registre los eventos automáticos con fines de seguimiento o registre eventos manuales o citas. Este es el módulo principal para una buena gestión de relaciones con clientes o proveedores.
       Module2500Desc=Sistema de gestión de documentos / gestión electrónica de contenidos. Organización automática de sus documentos generados o almacenados. Compártelos cuando lo necesites.
       Module2600Name=API / Servicios Web (servidor SOAP)
       Module2600Desc=Habilitar el servidor SOAP de Dolibarr que proporciona servicios API
       Module2610Name=API / Servicios Web (servidor REST)
       Module2610Desc=Habilitar el servidor REST de Dolibarr que proporciona servicios API
       Module2660Name=WebServices de llamadas (cliente SOAP)
      -Module2660Desc=Habilitar el cliente de servicios web de Dolibarr (Puede ser utilizado para enviar datos / solicitudes a servidores externos, pedidos de proveedores soportados sólo por el momento)
      -Module2700Desc=Utilice el servicio Gravatar en línea (www.gravatar.com) para mostrar la foto de los usuarios/miembros (que se encuentran con sus correos electrónicos). Necesita un acceso a Internet
       Module2900Desc=Capacidades de conversiones GeoIP Maxmind
       Module3100Desc=Agregar un botón de Skype a usuarios / cliente / proveedor / contactos / tarjetas de miembros
      -Module3200Desc=Active el registro de algunos eventos comerciales en un registro inalterable. Los eventos se archivan en tiempo real. El registro es una tabla de eventos encadenados que solo se puede leer y exportar. Este módulo puede ser obligatorio para algunos países.
       Module4000Desc=Administración de recursos humanos (administración del departamento, los contratos y los sentimientos de los empleados)
       Module5000Desc=Permite gestionar múltiples empresas
       Module6000Name=Flujo de Trabajo
      +Module6000Desc=Gestión de flujo de trabajo (creación automática de objeto y/o cambio de estado automático)
       Module10000Name=Sitios Web
       Module10000Desc=Cree sitios web públicos con un editor WYSIWYG. Simplemente configure su servidor web (Apache, Nginx, ...) para que apunte al directorio dedicado de Dolibarr para tenerlo en línea en Internet con su propio nombre de dominio.
       Module20000Name=Administración de solicitudes de permisos
      -Module20000Desc=Declare y siga las solicitudes de los empleados
       Module39000Desc=Administración de lotes o numeros de series, fechas de caducidad y venta de los productos
       Module50000Name=Paybox
      -Module50000Desc=Módulo para ofrecer una página de pago en línea que acepta pagos con tarjeta de crédito/débito a través de PayBox. Esto se puede usar para permitir que sus clientes realicen pagos gratuitos o para un pago en un objeto Dolibarr en particular (factura, orden, ...)
       Module50100Name=Puntos de venta
       Module50100Desc=Módulo punto de venta (POS).
      -Module50200Desc=Módulo para ofrecer una página de pago en línea que acepta pagos con PayPal (tarjeta de crédito o crédito de PayPal). Esto se puede usar para permitir que sus clientes realicen pagos gratuitos o para un pago en un objeto Dolibarr en particular (factura, orden, ...)
      +Module50150Name=Puntos de venta
       Module50400Name=Contabilidad (avanzado)
      -Module50400Desc=Gestión contable (entradas dobles, libros auxiliares generales y auxiliares). Exporte el libro de contabilidad en otros formatos de software de contabilidad.
      -Module54000Desc=Impresión directa (sin abrir los documentos) utilizando la interfaz Cups IPP (La impresora debe estar visible desde el servidor y CUPS debe instalarse en el servidor).
       Module55000Name=Sondeo, encuesta o votación
      -Module55000Desc=Módulo para hacer sondeos en línea, encuestas o votaciones (como Doodle, Pasadores, Rdvz, ...)
       Module59000Desc=Módulo para administración los márgenes
       Module60000Desc=Módulo para gestionar las comisiones
      -Module62000Desc=Añadir características para administrar Incoterm
       Module63000Desc=Administrar los recursos (impresoras, automóviles, habitación, ...) se puede compartir en eventos
       Permission11=Leer facturas de clientes
       Permission12=Crear / modificar facturas de clientes
      @@ -495,9 +405,6 @@ Permission28=Exportar propuestas comerciales
       Permission31=Lee productos
       Permission32=Crear / modificar productos
       Permission36=Ver / gestionar productos ocultos
      -Permission41=Leer proyectos y tareas (proyecto compartido y proyectos para los que estoy en contacto). También puede ingresar tiempo consumido, para mí o mi jerarquía, en las tareas asignadas (Hoja de Horario)
      -Permission42=Crear / modificar proyectos (proyecto compartido y proyectos para los que estoy en contacto). También puede crear tareas y asignar usuarios al proyecto y tareas
      -Permission44=Eliminar proyectos (proyecto compartido y proyectos para los que estoy en contacto)
       Permission61=Leer intervenciones
       Permission62=Crear / modificar intervenciones
       Permission71=Leer miembros
      @@ -525,15 +432,12 @@ Permission121=Leer cliente / proveedor vinculados al usuario
       Permission122=Crear / modificar cliente / proveedor vinculados al usuario
       Permission125=Eliminar cliente / proveedor vinculados al usuario
       Permission126=Exportar cliente / proveedor
      -Permission141=Leer todos los proyectos y tareas (también proyectos privados en los que no estoy en contacto)
      -Permission142=Crear / modificar todos los proyectos y tareas (también proyectos privados en los que no estoy en contacto)
       Permission144=Eliminar todos los proyectos y tareas (también proyectos privados en los que no estoy en contacto)
       Permission146=Leer proveedores
       Permission147=Leer estadísticas
       Permission151=Leer órdenes de pago por débito directo
       Permission152=Crear / modificar órdenes de pago por débito directo
       Permission153=Enviar / transmitir órdenes de pago por débito directo
      -Permission154=Créditos de grabación / rechazos de órdenes de pago por débito directo
       Permission161=Leer contratos / suscripciones
       Permission162=Crear / modificar contratos / suscripciones
       Permission163=Habilitar un servicio / suscripción de un contrato
      @@ -553,7 +457,6 @@ Permission184=Aprobar pedidos de proveedores
       Permission185=Solicitar o cancelar pedidos de proveedores
       Permission187=Cerrar pedidos de proveedores
       Permission188=Cancelar pedidos de proveedores
      -Permission194=Leer líneas de ancho de banda
       Permission203=Ordenar pedidos de conexión
       Permission204=Ordene conexiones
       Permission205=Administrar conexiones
      @@ -575,11 +478,9 @@ Permission244=Ver contenido de las categorías ocultas
       Permission251=Leer otros usuarios y grupos
       PermissionAdvanced251=Leer otros usuarios
       Permission252=Leer permisos de otros usuarios
      -Permission253=Crear / modificar otros usuarios, grupos y permisssions
       PermissionAdvanced253=Crear / modificar usuarios internos / externos y permisos
       Permission254=Crear / modificar sólo usuarios externos
       Permission255=Modificar contraseña de otro usuario
      -Permission262=Ampliar el acceso a todos los cliente/proveedor (no sólo a cliente/proveedor que el usuario es un representante de venta).<br>No es efectivo para los usuarios externos (siempre limitado a ellos mismos para las propuestas, pedidos, facturas, contratos, etc).<br>No es efectivo para proyectos (sólo reglas sobre permisos de proyecto, visibilidad y asignación).
       Permission271=Leer CA
       Permission272=Leer facturas
       Permission273=Emitir facturas
      @@ -587,7 +488,6 @@ Permission281=Leer contactos
       Permission282=Crear / modificar contactos
       Permission291=Leer tarifas
       Permission292=Establecer permisos en las tarifas
      -Permission293=Modificar las tarifas de los clientes
       Permission300=Leer códigos de barras
       Permission301=Crear / modificar códigos de barras
       Permission302=Borrar códigos de barras
      @@ -604,10 +504,6 @@ Permission401=Leer descuentos
       Permission402=Crear / modificar descuentos
       Permission403=Validar descuentos
       Permission404=Eliminar descuentos
      -Permission501=Lea contratos / salarios de los empleados
      -Permission502=Crear / modificar contratos de empleados / salarios
      -Permission511=Leer pago de salarios
      -Permission512=Crear / modificar salarios
       Permission520=Leer Préstamos
       Permission522=Crear / modificar préstamos
       Permission524=Eliminar préstamos
      @@ -652,8 +548,6 @@ Permission1237=Exportar órdenes de proveedores y sus detalles
       Permission1251=Ejecutar importaciones masivas de datos externos en la base de datos (carga de datos)
       Permission1321=Exportar facturas, atributos y pagos de clientes
       Permission1421=Exportar pedidos y atributos de clientes
      -Permission20001=Lea las solicitudes de permiso (sus hojas y la de sus subordinados)
      -Permission20002=Crea/modifica las solicitudes de permiso (las suyas y las de sus subordinados)
       Permission20003=Eliminar solicitudes de licencia / permiso
       Permission20004=Lea todas las solicitudes de permiso (incluso del usuario no subordinado)
       Permission20005=Crear/modificar solicitudes de permiso para todos (incluso para usuarios no subordinados)
      @@ -680,14 +574,12 @@ Permission59003=Leer todos los márgenes de usuario
       Permission63001=leer recursos
       Permission63002=Crear / modificar recursos
       Permission63004=Enlazar los recursos con los eventos de la agenda
      -DictionaryCompanyType=Tipos de cliente/proveedor
      -DictionaryCompanyJuridicalType=Formas legales de cliente/proveedor
       DictionaryProspectLevel=Nivel potencial de la perspectiva
       DictionaryCanton=Estado / Provincia
       DictionaryActions=Tipos de eventos de agenda
       DictionaryVAT=Tarifas de IVA o impuestos de IVA
      +DictionaryRevenueStamp=Cantidad de impuestos fiscales
       DictionaryPaymentConditions=Términos de pago
      -DictionaryTypeContact=Tipos de contacto / dirección
       DictionaryTypeOfContainer=Tipo de páginas web/contenedores
       DictionaryFormatCards=Formatos de tarjetas
       DictionaryFees=Informe de gastos: tipos de líneas de informe de gastos
      @@ -698,40 +590,25 @@ DictionarySource=Origen de las propuestas / pedidos
       DictionaryAccountancyCategory=Grupos personalizados para informes
       DictionaryAccountancysystem=Modelos para el plan de cuentas
       DictionaryAccountancyJournal=Diarios / libros de contabilidad
      -DictionaryEMailTemplates=Plantillas de correo electrónico
       DictionaryProspectStatus=Estado de la prospección
      -DictionaryHolidayTypes=Tipos de hojas
      -DictionaryOpportunityStatus=Estado de la oportunidad del proyecto
      -VATManagement=Administración del IVA
      -VATIsUsedDesc=Por defecto al crear prospectos, facturas, órdenes, etc la tasa de IVA sigue la regla estándar activa: <br>Si el vendedor no está sujeto al IVA, entonces el IVA por defecto es 0. Fin de la regla. <br>Si el (país vendedor = país comprador), entonces el IVA por defecto es igual al IVA del producto en el país vendedor. Fin de la regla. <br>Si el vendedor y el comprador están en la Comunidad Europea y los bienes son productos de transporte (automóvil, barco, avión), el IVA por defecto es 0 (el IVA debe ser pagado por el comprador a la aduana de su país y no al vendedor). Fin de la regla. <br>Si el vendedor y el comprador están en la Comunidad Europea y el comprador no es una empresa, entonces el IVA por defecto es el IVA del producto vendido. Fin de la regla. <br>Si el vendedor y el comprador están en la Comunidad Europea y el comprador es una empresa, entonces el IVA es 0 por defecto. Fin de la regla.<br>En cualquier otro caso, el impuesto por defecto es IVA = 0. Fin de la regla.
      -VATIsNotUsedDesc=Por defecto, el IVA propuesto es 0, que puede utilizarse para casos como asociaciones, particulares o pequeñas empresas.
      -VATIsUsedExampleFR=En Francia, significa empresas u organizaciones que tienen un sistema fiscal real (simplificado real o real). Un sistema en el que se declara el IVA.
      -VATIsNotUsedExampleFR=En Francia, significa las asociaciones que no están declaradas con IVA o las empresas, organizaciones o profesiones liberales que han elegido el sistema fiscal de microempresas (IVA en franquicia) y pagaron una franquicia con IVA sin ninguna declaración de IVA. Esta elección mostrará la referencia "IVA no aplicable - art-293B de CGI" en las facturas.
      +TypeOfRevenueStamp=Tipo de impuesto fiscal
       LTRate=Tarifa
       LocalTax1IsNotUsed=No utilice el segundo impuesto
      -LocalTax1IsUsedDesc=Utilizar un segundo tipo de impuesto (distinto del IVA)
      -LocalTax1IsNotUsedDesc=No utilice otro tipo de impuesto (distinto del IVA)
       LocalTax1Management=Segundo tipo de impuesto
       LocalTax2IsNotUsed=No utilice tercer impuestos
      -LocalTax2IsUsedDesc=Utilizar un tercer tipo de impuesto (distinto del IVA)
      -LocalTax2IsNotUsedDesc=No utilice otro tipo de impuesto (distintos del IVA)
       LocalTax2Management=Tercer tipo de impuesto
       LocalTax1ManagementES=Administración RE
      -LocalTax1IsUsedDescES=La tasa de RE por defecto al crear prospectos, facturas, órdenes, etc seguir la norma estándar activa:<br>Si el comprador no está sujeto a RE, RE por defecto=0. Fin de la regla.<br>Si el comprador está sujeto a RE, entonces el RE por defecto. Fin de la regla.<br>
       LocalTax1IsNotUsedDescES=Por defecto, el RE propuesto es 0. Fin de la regla.
       LocalTax1IsUsedExampleES=En España son profesionales sujetos a algunas secciones específicas del IAE español.
       LocalTax1IsNotUsedExampleES=En España son profesionales y sociedades y están sujetos a ciertas secciones del IAE español.
       LocalTax2ManagementES=Administración IRPF
      -LocalTax2IsUsedDescES=La tasa de RE por defecto al crear prospectos, facturas, órdenes, etc., seguir la norma estándar activa:<br>Si el vendedor no está sujeto a IRPF, entonces IRPF por defecto=0. Fin de la regla.<br>Si el vendedor está sujeto al IRPF entonces el IRPF por defecto. Fin de la regla.<br>
       LocalTax2IsNotUsedDescES=Por defecto, el IRPF propuesto es 0. Fin de la regla.
       LocalTax2IsUsedExampleES=En España, freelancers y profesionales independientes que prestan servicios y empresas que han elegido el sistema tributario de módulos.
      -LocalTax2IsNotUsedExampleES=En España son negocios no sujetos al sistema tributario de módulos.
       CalcLocaltax=Informes sobre impuestos locales
       CalcLocaltax1Desc=Los informes de impuestos locales se calculan con la diferencia entre las compras de impuestos locales y las compras de impuestos locales
       CalcLocaltax2Desc=Los informes de Impuestos locales son el total de compras de impuestos locales
       LabelUsedByDefault=Etiqueta que se utiliza por defecto si no se encuentra traducción para el código
       LabelOnDocuments=Etiqueta en los documentos
      -NbOfDays=Nb de días
       AtEndOfMonth=Al final del mes
       CurrentNext=Actual / Siguiente
       Offset=Compensar
      @@ -744,7 +621,6 @@ DataRootServer=Directorio de archivos de datos
       PhpWebLink=Enlace Web-Php
       DatabaseServer=Host de base de datos
       DatabaseUser=Usuario de la base de datos
      -NbOfRecord=Nb de registros
       DriverType=Tipo de controlador
       SummarySystem=Resumen de información del sistema
       SummaryConst=Lista de todos los parámetros de configuración de Dolibarr
      @@ -754,13 +630,11 @@ Skin=Tema
       DefaultSkin=Tema por defecto
       MaxSizeList=Longitud máxima de la lista
       DefaultMaxSizeList=Longitud máxima predeterminada para las listas
      -DefaultMaxSizeShortList=Longitud máxima predeterminada para listas cortas (es decir, en la tarjeta del cliente)
       MessageLogin=Mensaje de la página de inicio de sesión
       LoginPage=Página de inicio de sesión
       PermanentLeftSearchForm=Formulario de búsqueda permanente en el menú de la izquierda
       DefaultLanguage=Idioma predeterminado a utilizar (código de idioma)
       EnableMultilangInterface=Habilitar interfaz multilingüe
      -CompanyIds=Identidades de empresa/organización
       CompanyName=Nombre
       CompanyZip=Código Postal
       CompanyTown=Ciudad
      @@ -768,26 +642,6 @@ CompanyCurrency=Moneda principal
       DoNotSuggestPaymentMode=No sugiera
       OwnerOfBankAccount=Dueño de una cuenta bancaria %s
       BankModuleNotActive=Módulo cuentas bancarias no habilitado
      -DelaysOfToleranceBeforeWarning=Tolerancia de retrasos antes de la advertencia
      -DelaysOfToleranceDesc=Esta pantalla le permite definir los retrasos tolerados antes de que se muestre una alerta en la pantalla con picto %s para cada elemento tardío.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerancia de demora (en días) antes de la alerta sobre los eventos planificados (eventos de la agenda) aún no terminados
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerancia de retardo (en días) antes de la alerta en el proyecto no cerrado en el tiempo
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerancia de retardo (en días) antes de la alerta sobre las tareas planificadas (tareas del proyecto) aún no finalizadas
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerancia de retardo (en días) antes de la alerta en pedidos no procesados todavía
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerancia de retardo (en días) antes de la alerta sobre las propuestas para cerrar
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerancia de retardo (en días) antes de la alerta sobre propuestas no facturadas
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Retardo de tolerancia (en días) antes de la alerta de servicios para activar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Retardo de tolerancia (en días) antes de la alerta en servicios expirados
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Retardo de tolerancia (en días) antes de la alerta en facturas de proveedores no pagadas
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Retardo de tolerancia (en días) antes de la alerta en facturas de clientes no pagadas
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Retardo de tolerancia (en días) antes de la alerta de reconciliación bancaria pendiente
      -Delays_MAIN_DELAY_MEMBERS=Retardo de tolerancia (en días) antes de la alerta de cuota de membresía retrasada
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Demora de la tolerancia (en días) antes de la alerta para cheques de depósito para hacer
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Retardo de tolerancia (en días) antes de la alerta para que los informes de gastos aprueben
      -SetupDescription1=El área de configuración es para los parámetros de configuración inicial antes de comenzar a utilizar Dolibarr.
      -SetupDescription3=Configuraciones en el menú <a href="%s">%s -> %s</a>. Este paso es necesario porque define los datos utilizados en las pantallas de Dolibarr para personalizar el comportamiento predeterminado del software (por ejemplo, para las características relacionadas con el país).
      -SetupDescription4=Configuraciones en el menú <a href="%s">%s -> %s</a>. Este paso es necesario porque Dolibarr ERP/CRM es una colección de varios módulos/aplicaciones, todos más o menos independientes. Las nuevas funciones se agregan a los menús para cada módulo que active.
      -SetupDescription5=Otras entradas de menú controlan los parámetros opcionales.
       LogEvents=Eventos de auditoría de seguridad
       InfoBrowser=Acerca del navegador
       InfoOS=Acerca del OS
      @@ -798,15 +652,12 @@ LogEventDesc=Puede activar aquí el registro de eventos de seguridad de Dolibarr
       AreaForAdminOnly=Los parámetros de configuración sólo pueden ser establecidos por <b>usuarios de administrador</b>.
       SystemInfoDesc=La información del sistema es información técnica diversa que se obtiene en modo de sólo lectura y visible sólo para los administradores.
       SystemAreaForAdminOnly=Esta área está disponible sólo para usuarios de administrador. Ninguno de los permisos de Dolibarr puede reducir este límite.
      -AccountantDesc=Edite en esta página toda la información conocida sobre su contador
       AccountantFileNumber=Número de expediente
       DisplayDesc=Puede elegir cada parámetro relacionado con el aspecto de Dolibarr aquí
       AvailableModules=Aplicaciones/módulos disponibles
       ToActivateModule=Para activar los módulos, vaya al área de configuración (Inicio-> Configuración-> Módulos).
       SessionTimeOut=Tiempo de espera para la sesión
      -SessionExplanation=Este número garantiza que la sesión nunca expirará antes de este retraso, si el limpiador de sesiones se realiza mediante el limpiador interno de sesión de PHP (y nada más). El limpiador interno de sesión de PHP no garantiza que la sesión caduque justo después de este retraso. Expirará, después de este retraso, y cuando se ejecute el limpiador de sesión, por lo que cada acceso <b>%s/%s</b>, Pero sólo durante el acceso realizado por otras sesiones.<br>Nota: en algunos servidores con un mecanismo de limpieza de sesión externo (cron en debian, ubuntu ...), Las sesiones se pueden destruir después de un período definido por el valor predeterminado <strong>session.gc_maxlifetime</strong>, sin importar el valor introducido aquí.
       TriggersAvailable=Desencadenantes disponibles
      -TriggersDesc=Los desencadenantes son archivos que modifican el comportamiento del flujo de trabajo de Dolibarr una vez copiado en el directorio <b>htdocs/core/triggers</b>. Realizan nuevas acciones, activadas en eventos Dolibarr (creación de nuevas empresas, validación de facturas, ...).
       TriggerDisabledByName=Los desencadenantes de este archivo se deshabilitan con el sufijo <b>-NORUN</b> en su nombre.
       TriggerDisabledAsModuleDisabled=Los desencadenadores de este archivo están deshabilitados, ya que el módulo <b>%s</b> está deshabilitado.
       TriggerAlwaysActive=Los desencadenadores de este archivo están siempre activos, independientemente de los módulos Dolibarr activados.
      @@ -816,7 +667,6 @@ DictionaryDesc=Insertar todos los datos de referencia. Puede agregar sus valores
       ConstDesc=Esta página le permite editar todos los demás parámetros no disponibles en las páginas anteriores. Estos son en su mayoría parámetros reservados para desarrolladores o solución avanzada de problemas. Para obtener una lista de opciones <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options"title=" Sitio Externo - se abre en una nueva ventana " target="_blank">marque aquí</a>.
       MiscellaneousDesc=Aquí se definen todos los demás parámetros relacionados con la seguridad.
       LimitsSetup=Límites / Precisión configuración
      -LimitsDesc=Usted puede definir los límites, las precisiones y las optimizaciones usadas por Dolibarr aquí
       MAIN_MAX_DECIMALS_UNIT=Máximo de decimales para precios unitarios
       MAIN_MAX_DECIMALS_TOT=Máximo de decimales para precios totales
       MAIN_MAX_DECIMALS_SHOWN=Máximo de decimales para los precios mostrados en la pantalla (Add <b>...</b> después de este número si desea ver <b>...</b> cuando el número se trunca cuando se muestra en la pantalla)
      @@ -825,15 +675,11 @@ UnitPriceOfProduct=Precio unitario neto de un producto
       TotalPriceAfterRounding=Precio total (IVA neto) después del redondeo
       ParameterActiveForNextInputOnly=Parámetro efectivo sólo para la siguiente entrada
       NoEventOrNoAuditSetup=Todavía no se ha registrado ningún evento de seguridad. Esto puede ser normal si la auditoría no se ha habilitado en la página "configuración - seguridad - auditoría".
      -NoEventFoundWithCriteria=No se ha encontrado ningún evento de seguridad para dichos criterios de búsqueda.
       SeeLocalSendMailSetup=Ver configuración de sendmail local
       BackupDesc=Para hacer una copia de seguridad completa de Dolibarr, usted debe:
       BackupDesc2=Guardar el contenido del directorio de documentos (<b>% s </ b>) que contiene todos los archivos subidos y generados (por lo que incluye todos los archivos de volcado generados en el paso 1).
      -BackupDesc3=Guardar el contenido de su base de datos (<b>%s</b>) en un archivo de volcado. Para ello, puede utilizar el siguiente asistente.
       BackupDescX=El directorio archivado debe ser almacenado en un lugar seguro.
       BackupDescY=El archivo de volcado generado se debe almacenar en un lugar seguro.
      -BackupPHPWarning=No se puede garantizar la copia de seguridad con este método. Prefiero uno anterior
      -RestoreDesc2=Restaurar el archivo (archivo zip por ejemplo) del directorio de documentos para extraer el árbol de archivos en el directorio de documentos de una nueva instalación de Dolibarr o en el directorio de documentos actual (<b>%s</b>).
       RestoreDesc3=Restaure los datos, desde un archivo de volcado de copia de seguridad, en la base de datos de la nueva instalación de Dolibarr o en la base de datos de esta instalación actual (<b>%s</b>). Advertencia, una vez finalizada la restauración, debe utilizar un nombre de usuario / contraseña, que existía cuando se realizó la copia de seguridad, para conectarse de nuevo. Para restaurar una base de datos de copia de seguridad en esta instalación actual, puede seguir este asistente.
       RestoreMySQL=Importación de MySQL
       ForcedToByAModule=Esta regla se ve forzada a <b>%s</b> por un módulo activado
      @@ -843,26 +689,20 @@ RunningUpdateProcessMayBeRequired=La ejecución del proceso de actualización es
       YouMustRunCommandFromCommandLineAfterLoginToUser=Debe ejecutar este comando desde la línea de comandos después de iniciar sesión en un shell con el usuario <b>%s</b> o debe agregar la opción -W al final de la línea de comandos para proporcionar la contraseña <b>%s</b>.
       YourPHPDoesNotHaveSSLSupport=funciones SSL no disponibles en su PHP
       SimpleNumRefModelDesc=Devuelve el número de referencia con el formato %syymm-nnnn donde yy es año, mm es mes y nnnn es una secuencia sin agujero y sin reiniciar
      -ShowProfIdInAddress=Mostrar identificación profesional con direcciones en documentos
      -ShowVATIntaInAddress=Ocultar IVA Intra num con direcciones en documentos
      -MAIN_DISABLE_METEO=Desactivar vista meteo
       MeteoPercentageMod=Modo porcentual
       MeteoPercentageModEnabled=Modo de porcentaje habilitado
       MeteoUseMod=Haga clic para usar%s
       TestLoginToAPI=Prueba de acceso a la API
      -ProxyDesc=Algunas características de Dolibarr necesitan tener acceso a Internet para trabajar. Defina aquí los parámetros para esto. Si el servidor de Dolibarr está detrás de un servidor proxy, dichos parámetros le indicarán a Dolibarr cómo acceder a Internet a través de él.
       MAIN_PROXY_USE=Utilizar un servidor proxy (de lo contrario acceso directo a Internet)
       MAIN_PROXY_HOST=Nombre / Dirección del servidor proxy
       MAIN_PROXY_USER=Inicie sesión para utilizar el servidor proxy
       MAIN_PROXY_PASS=Contraseña para utilizar el servidor proxy
      -DefineHereComplementaryAttributes=Defina aquí todos los atributos, que ya no están disponibles de forma predeterminada y que desea que sean compatible con %s.
       ExtraFields=Atributos complementarios
       ExtraFieldsLines=Atributos complementarios (líneas)
       ExtraFieldsLinesRec=Atributos complementarios (plantillas de líneas de facturas)
       ExtraFieldsSupplierOrdersLines=Atributos complementarios (líneas de pedido)
       ExtraFieldsSupplierInvoicesLines=Atributos complementarios (líneas de factura)
       ExtraFieldsThirdParties=Atributos complementarios (cliente/proveedor)
      -ExtraFieldsContacts=Atributos complementarios (contacto/dirección)
       ExtraFieldsMember=Atributos complementarios (miembro)
       ExtraFieldsMemberType=Atributos complementarios (tipo de miembro)
       ExtraFieldsCustomerInvoices=Atributos complementarios (facturas)
      @@ -875,40 +715,26 @@ ExtraFieldHasWrongValue=Atributo %s tiene un valor incorrecto.
       AlphaNumOnlyLowerCharsAndNoSpace=Sólo caracteres alfanuméricos y minúsculas sin espacio
       SendmailOptionNotComplete=Advertencia, en algunos sistemas Linux, para enviar correo electrónico desde su correo electrónico, la configuración de ejecución de sendmail debe incluir la opción -ba (parámetro mail.force_extra_parameters en su archivo php.ini). Si algunos destinatarios nunca reciben correos electrónicos, intente editar este parámetro PHP con mail.force_extra_parameters = -ba).
       PathToDocuments=Ruta de acceso a los documentos
      -SendmailOptionMayHurtBuggedMTA=Función para enviar correos usando el método "PHP mail direct" generará un mensaje de correo que puede no ser analizado correctamente por algunos servidores de correo de recepción. El resultado es que algunos correos no pueden ser leídos por personas alojadas en esas plataformas. Es el caso de algunos proveedores de Internet (por ejemplo: Orange en Francia). Esto no es un problema en Dolibarr ni en PHP sino en el servidor de correo. Sin embargo, puede agregar la opción MAIN_FIX_FOR_BUGGED_MTA a 1 en (configuración – otro) para modificar Dolibarr y evitar esto. Sin embargo, puede experimentar problemas con otros servidores que respetan estrictamente el estándar SMTP. La otra solución (recomendada) es utilizar el método "SMTP socket library" que no tiene inconvenientes.
       TranslationSetup=Configuración de la traducción
       TranslationKeySearch=Buscar una clave o cadena de traducción
       TranslationOverwriteKey=Sobrescribir una cadena de traducción
       TranslationDesc=Cómo configurar el idioma de la aplicación: <br> * Systemwide: menú <strong>Inicio - Configuración - Pantalla</strong><br> * Por usuario: utilice la <strong>pestaña de configuración de visualización</strong>del usuario en la tarjeta de usuario (haga clic en username en la parte superior de la pantalla).
       TranslationOverwriteDesc=También puede reemplazar cadenas de llenado de la siguiente tabla. Cambiar la lengua del menú desplegable "% s", insertar la cadena de clave traducción a "% s" y su nueva traducción a "% s"
      -TranslationOverwriteDesc2=Puede utilizar la otra pestaña para ayudarle a saber la clave de traducción que desea utilizar
       TranslationString=Cadena de traducción
       CurrentTranslationString=Cadena de traducción actual
       WarningAtLeastKeyOrTranslationRequired=Se requiere un criterio de búsqueda al menos para la clave o cadena de traducción
       NewTranslationStringToShow=Nueva cadena de traducción para mostrar
       OriginalValueWas=La traducción original se sobrescribe. El valor original fue: <br><br>%s
      -TransKeyWithoutOriginalValue=Forzó una nueva traducción para la clave de traducción '<strong>% s </ strong>' que no existe en ningún archivo de idioma
       TotalNumberOfActivatedModules=Aplicación activada / módulos: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Debe activar al menos 1 módulo
      -ClassNotFoundIntoPathWarning=Clase %s no encontrada en el path de PHP
       YesInSummer=Si en verano
      -OnlyFollowingModulesAreOpenedToExternalUsers=Tenga en cuenta que sólo los siguientes módulos se abren a usuarios externos (lo que es permiso de dichos usuarios) y sólo si se concedieron permisos:
       SuhosinSessionEncrypt=Almacenamiento de sesión cifrado por Suhosin
       ConditionIsCurrently=Condición actual %s
      -YouUseBestDriver=Utiliza el controlador %s que es el mejor controlador disponible actualmente.
      -YouDoNotUseBestDriver=Se utiliza la unidad %s, pero se recomienda el controlador %s.
      -NbOfProductIsLowerThanNoPb=Sólo tiene %s productos / servicios en la base de datos. Esto no requiere ninguna optimización en particular.
       SearchOptim=Optimización de la búsqueda
      -YouHaveXProductUseSearchOptim=Tienes %s producto en la base de datos. Debe agregar la constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 en Inicio-Configuración-Otros, se limita la búsqueda al principio de las cadenas haciendo posible que la base de datos utilice el índice y debe obtener una respuesta inmediata.
      -BrowserIsOK=Está utilizando el navegador web %s. Este navegador está bien para la seguridad y el rendimiento.
      -BrowserIsKO=Está utilizando el navegador web %s. Este navegador es conocido por ser una mala elección para la seguridad, el rendimiento y la fiabilidad. Recomendamos que utilices Firefox, Chrome, Opera o Safari.
       XCacheInstalled=XCache está cargado.
      -AddRefInList=Pantalla de cliente / ref proveedor en la lista (lista o cuadro combinado seleccionar) y la mayoría de hipervínculo. Los terceros se aparece con el nombre "CC12345 - SC45678 - La gran coorp empresa", en lugar de "La gran coorp empresa".
      -AskForPreferredShippingMethod=Pedir Método de envio preferido para cliente/proveedor.
       FieldEdition=Edición del campo% s
       FillThisOnlyIfRequired=Ejemplo: +2 (llenar sólo si se experimentan problemas de compensación de zona horaria)
       PasswordGenerationStandard=Devuelve una contraseña generada de acuerdo con el algoritmo interno de Dolibarr: 8 caracteres que contengan números y caracteres en minúsculas, compartidos.
      -PasswordGenerationNone=No sugiera ninguna contraseña generada. La contraseña debe escribirse manualmente.
       PasswordGenerationPerso=Devuelva una contraseña de acuerdo con su configuración personal definida previamente.
       SetupPerso=Según su configuración
       PasswordPatternDesc=Descripción del patrón de contraseña
      @@ -918,17 +744,11 @@ UsersSetup=Configuración de módulos de usuario
       UserMailRequired=Se requiere correo electrónico para crear un nuevo usuario
       HRMSetup=Configuración del módulo de RRHH (Recursos Humanos)
       CompanySetup=Configuración del módulo de empresas
      -CompanyCodeChecker=Módulo para la generación y verificación de código de terceros (cliente o proveedor)
      -AccountCodeManager=Módulo para la generación de códigos de contabilidad (cliente o proveedor)
       NotificationsDesc=La función de notificaciones de EMails le permite enviar en forma silenciosa el correo automático, para algunos eventos de Dolibarr. Los destinos de las notificaciones se pueden definir:
       NotificationsDescUser=* Por usuarios, un usuario a la vez.
       NotificationsDescGlobal=* O estableciendo mensajes de destino globales en la página de configuración del módulo.
      -ModelModules=Plantillas de documentos
      -DocumentModelOdt=Generar documentos desde plantillas OpenDocuments (archivos .ODT o .ODS para OpenOffice, KOffice, TextEdit, ...)
       WatermarkOnDraft=Marca de agua en el documento preliminar
       JSOnPaimentBill=Activar función para llenar automáticamente las líneas de pago en el formulario de pago
      -CompanyIdProfChecker=Reglas de identificación profesional
      -MustBeMandatory=¿Obligatorio crear cliente/proveedor?
       MustBeInvoiceMandatory=¿Es obligatorio validar facturas?
       WebDavServer=URL raíz del %s servidor: %s
       WebCalUrlForVCalExport=Un enlace de exportación al formato <b>%s</b> está disponible en el siguiente enlace: %s
      @@ -1029,11 +849,8 @@ LDAPTestSynchroMemberType=Prueba de tipo de miembro de sincronización
       LDAPTestSearch=Prueba de una búsqueda LDAP
       LDAPSynchroOK=Prueba de sincronización satisfactoria
       LDAPSynchroKO=Prueba de sincronización fallida
      -LDAPSynchroKOMayBePermissions=Error en la prueba de sincronización. Compruebe que la conexión con el servidor está configurada correctamente y permite actualizaciones LDAP
       LDAPTCPConnectOK=TCP se conecta al servidor LDAP con éxito (Servidor =%s, Puerto =%s)
       LDAPTCPConnectKO=Error de conexión TCP al servidor LDAP (Servidor =%s, Puerto =%s)
      -LDAPBindOK=Conectar / Autenticar al servidor LDAP con éxito (Servidor =%s, Puerto =%s, Admin =%s, Contraseña =%s)
      -LDAPBindKO=Error de conexión / autenticación al servidor LDAP (Servidor =%s, Puerto =%s, Admin =%s, Contraseña =%s)
       LDAPSetupForVersion3=Servidor LDAP configurado para la versión 3
       LDAPSetupForVersion2=Servidor LDAP configurado para la versión 2
       LDAPDolibarrMapping=Mapeo Dolibarr
      @@ -1080,35 +897,26 @@ LDAPDescMembersTypes=Esta página le permite definir el nombre de los atributos
       LDAPDescValues=Los valores de ejemplo están diseñados para <b>OpenLDAP</b> con los siguientes esquemas cargados: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Si usa los valores thoose y OpenLDAP, modifique su archivo de configuración LDAP <b>slapd.conf</b> para que todos los esquemas se carguen.
       ForANonAnonymousAccess=Para un acceso autenticado (por ejemplo, para un acceso de escritura)
       PerfDolibarr=Configuración del rendimiento / optimización del informe
      -YouMayFindPerfAdviceHere=Encontrará en esta página algunas marcas o consejos relacionados con el rendimiento.
      -NotInstalled=No está instalado, por lo que su servidor no es lento por esto.
       ApplicativeCache=Caché aplicable
       MemcachedNotAvailable=No se encontró caché de aplicaciones. Puede mejorar el rendimiento mediante la instalación de un servidor de caché Memcached y un módulo capaz de utilizar este servidor de caché.<br>Más información aquí <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Tenga en cuenta que una gran cantidad de proveedor de alojamiento web no proporciona este servidor de caché.
       MemcachedModuleAvailableButNotSetup=Módulo memcached para caché de aplicaciones encontrado, pero la configuración del módulo no está completa.
       MemcachedAvailableAndSetup=El módulo memcached dedicado a utilizar el servidor memcached está habilitado.
       OPCodeCache=Caché OPCode
      -NoOPCodeCacheFound=No se encontró ninguna caché OPCode. Puede ser que utilice otro caché OPCode XCache o eAccelerator (bueno), puede ser que no tiene caché OPCode (muy malo).
       HTTPCacheStaticResources=Caché HTTP para recursos estáticos (css, img, javascript)
       FilesOfTypeCached=Los archivos del tipo %s son almacenados en caché por el servidor HTTP
       FilesOfTypeNotCached=Los archivos del tipo %s no se almacenan en caché por el servidor HTTP
       FilesOfTypeCompressed=Los archivos del tipo %s están comprimidos por el servidor HTTP
       FilesOfTypeNotCompressed=Los archivos del tipo %s no están comprimidos por el servidor HTTP
       CacheByServer=Caché por servidor
      -CacheByServerDesc=Por ejemplo, utilizando la directiva Apache "ExpiresByType image / gif A2592000"
       CacheByClient=Caché por navegador
       TestNotPossibleWithCurrentBrowsers=Tal detección automática no es posible con los navegadores actuales
      -DefaultValuesDesc=Puede definir / forzar aquí el valor predeterminado que desea obtener cuando cree un nuevo registro y/o defina filtros o ordenes de clasificación cuando su registro de lista.
       DefaultSearchFilters=Filtros de búsqueda predeterminados
       DefaultSortOrder=Ordenes de clasificación por defecto
       ProductSetup=Configuración del módulo de productos
       ServiceSetup=Configuración del módulo de servicios
       ProductServiceSetup=Configuración de módulos de productos y servicios
       NumberOfProductShowInSelect=Número máximo de productos en listas de selección combinadas (0=sin límite)
      -ViewProductDescInFormAbility=Visualización de las descripciones de los productos en los formularios (de lo contrario como información emergente)
       MergePropalProductCard=Activar en la ficha Archivos adjuntos de producto / servicio una opción para fusionar el documento PDF del producto con la propuesta PDF azur si el producto / servicio está en la propuesta
      -ViewProductDescInThirdpartyLanguageAbility=Visualización de descripciones de productos en el idioma de cliente / proveedor
      -UseSearchToSelectProductTooltip=Además, si tiene un gran número de productos (> 100 000), puede aumentar la velocidad estableciendo la constante PRODUCT_DONOTSEARCH_ANYWHERE en 1 en Configuración-> Otros. La búsqueda se limitará entonces al inicio de la cadena.
      -UseSearchToSelectProduct=Espere a que presione una tecla antes de cargar el contenido de la lista de combo del producto (Esto puede aumentar el rendimiento si tiene un gran número de productos, pero es menos conveniente)
       SetDefaultBarcodeTypeProducts=Tipo de código de barras predeterminado para utilizar en los productos
       SetDefaultBarcodeTypeThirdParties=Tipo de código de barras predeterminado que se utiliza para cliente / proveedor
       UseUnits=Definir una unidad de medida para Cantidad durante la edición de líneas de pedido, propuesta o factura
      @@ -1158,7 +966,6 @@ SendingsSetup=Configuración del módulo de envío
       SendingsReceiptModel=Modelo de envío de recibos
       SendingsNumberingModules=Módulos de numeración de envíos
       SendingsAbility=Soporte de hojas de envío para entregas de clientes
      -NoNeedForDeliveryReceipts=En la mayoría de los casos, las hojas de envío se utilizan tanto como hojas para entregas del cliente (lista de productos para enviar) y hojas que se reciben y firman por el cliente. Así que los recibos de entregas de productos son una característica duplicada y rara vez se activan.
       DeliveryOrderNumberingModules=Módulo de numeración de recibos de entregas de productos
       DeliveryOrderModel=Modelo de recibos de entregas de productos
       DeliveriesOrderAbility=Soporte de productos entregados recibos
      @@ -1166,16 +973,11 @@ FreeLegalTextOnDeliveryReceipts=Texto libre en los recibos de entrega
       ActivateFCKeditor=Activar editor avanzado para:
       FCKeditorForCompany=WYSIWIG creación / edición de elementos descripción y nota (excepto productos / servicios)
       FCKeditorForProduct=WYSIWIG creación / edición de productos / servicios descripción y nota
      -FCKeditorForProductDetails=WYSIWIG creación / edición de líneas de detalles de productos para todas las entidades (propuestas, pedidos, facturas, etc ...). <Font class="warning">Advertencia: No es recomendable utilizar esta opción para este caso, ya que puede crear problemas con caracteres especiales y formateo de páginas al crear archivos PDF.</Font>
       FCKeditorForMailing= WYSIWIG creación / edición para eMailings masivos (Herramientas->eMailing)
       FCKeditorForUserSignature=WYSIWIG creación / edición de firma de usuario
       FCKeditorForMail=WYSIWIG Creación / edición para todo el correo (excepto Herramientas->eMailing)
      -OSCommerceErrorConnectOkButWrongDatabase=La conexión tuvo éxito pero la base de datos no parece ser una base de datos OSCommerce (clave %s no encontrada en la tabla %s).
      -OSCommerceTestOk=Conexión al servidor '%s' en la base de datos '%s' con el usuario '%s' exitoso.
      -OSCommerceTestKo1=Conexión al servidor '%s' tuvo éxito, pero no se pudo acceder a la base de datos '%s'.
       OSCommerceTestKo2=Conexión al servidor '%s' con el usuario '%s' falló.
       StockSetup=Configuración del módulo de stock/inventario
      -IfYouUsePointOfSaleCheckModule=Si utiliza un módulo de punto de venta (módulo POS proporcionado por defecto u otro módulo externo), esta configuración puede ser ignorada por su módulo de punto de venta. La mayoría de los módulos de punto de venta están diseñados para crear inmediatamente una factura y disminuir el stock por defecto, cualesquiera sean las opciones aquí. Por lo tanto, si necesita o no tener una disminución de existencias al registrar una venta desde su punto de venta, compruebe también que el módulo de POS este configurado.
       NotTopTreeMenuPersonalized=Menús personalizados no vinculados a una entrada de menú superior
       Menu=Selección del menú
       MenuHandler=Manejador de menús
      @@ -1190,7 +992,6 @@ DetailEnabled=Condición para mostrar o no la entrada
       DetailRight=Condición para mostrar menús grises no autorizados
       DetailLangs=Nombre de archivo Lang para la traducción de código de etiqueta
       Target=Objetivo
      -DetailTarget=Objetivo de los enlaces (_blank top abrir una nueva ventana)
       DetailLevel=Nivel (-1: menú superior, 0: menú del encabezado,> 0 menú y submenú)
       ModifMenu=Cambio de menús
       DeleteMenu=Borrar entrada de menú
      @@ -1202,7 +1003,6 @@ OptionVATDebitOption=Base de devengo
       OptionVatDefaultDesc=El IVA se debe:<br>- en la entrega de mercancías (que utilizamos la fecha de factura)<br>- en los pagos por servicios
       OptionVatDebitOptionDesc=El IVA se debe:<br>- en la entrega de las mercancías (utilizamos la fecha de factura)<br>- en la factura (débito) de los servicios
       OptionPaymentForProductAndServicesDesc=El IVA es pagadero: <br> - en el pago de los bienes <br> - en los pagos por servicios
      -SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad del IVA por defecto según la opción elegida:
       OnDelivery=En entrega
       OnPayment=En pago
       OnInvoice=En factura
      @@ -1218,33 +1018,21 @@ AccountancyCodeBuy=Cuenta de compra. código
       AgendaSetup=Eventos y configuración del módulo de agenda
       PasswordTogetVCalExport=Clave para autorizar enlace de exportación
       PastDelayVCalExport=No exportar eventos más antiguos de
      -AGENDA_USE_EVENT_TYPE=Utilice los tipos de eventos (administrados en el menú Configuración -> Diccionarios -> Tipo de eventos del programa)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Establecer automáticamente este valor predeterminado para el tipo de evento en el formulario de creación de eventos
      -AGENDA_DEFAULT_FILTER_TYPE=Establecer automáticamente este tipo de eventos en el filtro de búsqueda de la vista de agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Establecer automáticamente este estado para eventos en el filtro de búsqueda de la vista de agenda
       AGENDA_DEFAULT_VIEW=Qué pestaña desea abrir de forma predeterminada al seleccionar el menú Agenda
       AGENDA_REMINDER_EMAIL=Habilite el recordatorio de eventos <b>por correo electrónico</b> (la opción recordar/demora se puede definir en cada evento). Nota: El módulo <strong>%s</strong> debe estar habilitado y configurado correctamente para enviar un recordatorio a la frecuencia correcta.
      -AGENDA_REMINDER_BROWSER=Habilite el recordatorio de eventos <b>en el navegador de los usuarios</b> (cuando se llega a la fecha del evento, cada usuario puede rechazarlo de la pregunta de confirmación del navegador)
       AGENDA_REMINDER_BROWSER_SOUND=Habilitar la notificación de sonido
       AGENDA_SHOW_LINKED_OBJECT=Mostrar objeto vinculado en la vista de agenda
       ClickToDialSetup=Configuración del módulo - Click To Dial
       ClickToDialUrlDesc=URL llamado cuando se hace clic en el icono de teléfono. En URL, puede usar las etiquetas<br><b>__PHONETO__</b> que se reemplazarán con el número de teléfono de la persona a quien llamar<br><b>__PHONEFROM__</b> que será reemplazado por el número de teléfono de la persona que llama (suyo)<br><b>__LOGIN__</b> que se reemplazará con el inicio de sesión de “click to dial” (definido en la tarjeta de usuario)<br><b>__PASS__</b> que se reemplazará con la contraseña de “click to dial” (definida en el usuario tarjeta).
      -ClickToDialDesc=Este módulo permite hacer clic en los números de teléfono. Un clic en este icono llamará a su teléfono para llamar al número de teléfono. Esto se puede utilizar para llamar a un sistema de centro de llamadas de Dolibarr que puede llamar al número de teléfono en un sistema SIP, por ejemplo.
       ClickToDialUseTelLink=Utilice sólo un enlace "tel:" en los números de teléfono
      -ClickToDialUseTelLinkDesc=Utilice este método si sus usuarios tienen un softphone o una interfaz de software instalados en el mismo equipo que el navegador y se llaman cuando hace clic en un enlace de su navegador que comienza con "tel:". Si necesita una solución de servidor completa (no necesita instalación de software local), debe establecer esto en "No" y rellenar el siguiente campo.
       CashDesk=Puntos de venta
       CashDeskSetup=Configuración del módulo de punto de venta
      -CashDeskThirdPartyForSell=Predeterminado genérico de clientes/proveedores utilizado para vender
       CashDeskBankAccountForSell=Cuenta predeterminada para recibir pagos en efectivo
       CashDeskBankAccountForCheque=Cuenta predeterminada para recibir pagos por cheque
       CashDeskBankAccountForCB=Cuenta predeterminada para recibir pagos con tarjetas de crédito
      -CashDeskDoNotDecreaseStock=Inhabilitar la disminución de existencias cuando se realiza una venta desde el punto de venta (si "no", la disminución de existencias se realiza para cada venta realizada desde POS, independientemente de la opción establecida en el módulo Stock).
       CashDeskIdWareHouse=Forzar y restringir el almacén a utilizar para la disminución de existencias
      -StockDecreaseForPointOfSaleDisabled=Disminución de existencias desde el punto de venta desactivado
       StockDecreaseForPointOfSaleDisabledbyBatch=La disminución de stock en POS no es compatible con la gestión de lotes
      -CashDeskYouDidNotDisableStockDecease=No desactivó la disminución de existencias al realizar una venta desde el punto de venta. Así que un almacén es necesario.
       BookmarkSetup=Configuración del módulo de marcadores
      -BookmarkDesc=Este módulo le permite administrar marcadores. También puede añadir accesos directos a cualquier página de Dolibarr o sitios web externos en su menú de la izquierda.
       NbOfBoomarkToShow=Número máximo de marcadores que se mostrarán en el menú de la izquierda
       WebServicesSetup=Configuración del módulo Webservices
       WebServicesDesc=Al habilitar este módulo, Dolibarr se convierte en un servidor de servicio web para proporcionar diversos servicios web.
      @@ -1262,7 +1050,6 @@ BankOrderESDesc=Orden de exhibición en español
       ChequeReceiptsNumberingModule=Módulo de numeración de recibos de cheques
       MultiCompanySetup=Configuración del módulo de varias empresas
       SuppliersSetup=Configuración del módulo de proveedores
      -SuppliersCommandModel=Plantilla completa de orden de compra (logo ...)
       SuppliersInvoiceModel=Plantilla completa de la factura del proveedor (logo ...)
       SuppliersInvoiceNumberingModel=Modelos de numeración de facturas de proveedores
       IfSetToYesDontForgetPermission=Si se establece en sí, no olvide proporcionar permisos a grupos o usuarios permitidos para la segunda aprobación
      @@ -1276,7 +1063,6 @@ ProjectsSetup=Configuración del módulo de proyecto
       ProjectsModelModule=Modelo de documento de informes de proyectos
       TasksNumberingModules=Módulo de numeración de tareas
       TaskModelModule=Modelo de documento de informes de tareas
      -UseSearchToSelectProject=Utilice los campos de autocompletado para elegir el proyecto (en lugar de utilizar un cuadro de lista)
       AccountingPeriods=Períodos contables
       AccountingPeriodCard=Período contable
       NewFiscalYear=Nuevo período contable
      @@ -1293,6 +1079,7 @@ NoAmbiCaracAutoGeneration=No utilice caracteres ambiguos ("1", "l", "i", "|", "0
       SalariesSetup=Configuración del módulo de los salarios
       SortOrder=Orden de clasificación
       Format=Formato
      +TypePaymentDesc=0:Tipo de pago del cliente, 1:Tipo de pago del proveedor, 2:Tipo de pago de clientes y proveedores
       IncludePath=Incluir ruta (definida en la variable %s)
       ExpenseReportsSetup=Configuración del módulo Informes de gastos
       TemplatePDFExpenseReports=Plantillas para generar el documento de informe de gastos
      @@ -1301,8 +1088,6 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Puede encontrar opciones p
       ListOfNotificationsPerUser=Lista de notificaciones por usuario*
       ListOfNotificationsPerUserOrContact=Lista de notificaciones por usuario* o por contacto**
       ListOfFixedNotifications=Lista de notificaciones fijas
      -GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para agregar o eliminar notificaciones para los usuarios
      -GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un cliente/proveedor para agregar o eliminar notificaciones de contactos / direcciones
       Threshold=Límite
       BackupDumpWizard=Asistente para crear archivo de volcado de copia de seguridad de base de datos
       SomethingMakeInstallFromWebNotPossible=La instalación del módulo externo no es posible desde la interfaz web por el siguiente motivo:
      @@ -1323,13 +1108,10 @@ BackgroundTableLineOddColor=Color de fondo para líneas de tabla impares
       BackgroundTableLineEvenColor=Color de fondo para líneas de tabla pares
       MinimumNoticePeriod=Período mínimo de notificación (Su solicitud de permiso debe ser hecha antes de este retraso)
       NbAddedAutomatically=Número de días añadidos a los contadores de usuarios (automáticamente) cada mes
      -UnicodeCurrency=Introduzca aquí entre llaves, lista de número de bytes que representan el símbolo de moneda. Por ejemplo: por $, escriba [36] - para Brasil real R $ [82,36] - por €, ingrese [8364]
       ColorFormat=El color RGB está en formato HEX, por ejemplo: FF0000
       SellTaxRate=Tasa de venta
       RecuperableOnly=Sí por IVA "No percibido pero recuperable" dedicado a algún estado en Francia. Mantenga el valor de "No" en todos los demás casos.
       UrlTrackingDesc=Si el proveedor o el servicio de transporte ofrecen una página o un sitio web para comprobar el estado de su envío, puede ingresarlo aquí. Puede usar la clave {TRACKID} en los parámetros de URL para que el sistema lo reemplace con el valor del número de seguimiento ingresado por el usuario en la tarjeta de envío.
      -OpportunityPercent=Cuando crea una oportunidad, definirá una cantidad estimada de proyecto / dirigir. De acuerdo con el estado de oportunidad, esta cantidad puede ser multiplicada por esta tasa para evaluar la cantidad global de todas sus oportunidades pueden generar. El valor es el porcentaje (entre 0 y 100).
      -TemplateIsVisibleByOwnerOnly=La plantilla es visible solo por el propietario
       VisibleNowhere=Visible en ninguna parte
       FixTZ=Fijar la zona horaria
       FillFixTZOnlyIfRequired=Ejemplo: +2 (relleno sólo si el problema ha sido experimentado)
      @@ -1348,10 +1130,7 @@ YouUseLastStableVersion=Utiliza la última versión estable
       TitleExampleForMajorRelease=Ejemplo de mensaje que puede usar para anunciar esta versión principal (siéntase libre de usarla en sus sitios web)
       TitleExampleForMaintenanceRelease=Ejemplo de mensaje que puede utilizar para anunciar esta versión de mantenimiento (siéntase libre de usarla en sus sitios web)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es un lanzamiento importante con muchas nuevas características tanto para usuarios como para desarrolladores. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (subdirectorio Versiones estables). Puede leer <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> para obtener la lista completa de cambios.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es una versión de mantenimiento, por lo que sólo contiene correcciones de errores. Recomendamos que todos usen una versión anterior para actualizar a ésta. Como cualquier versión de mantenimiento, no hay nuevas características, ni cambio de estructura de datos está presente en esta versión. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (subdirectorio Versiones estables). Puede leer <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> para obtener la lista completa de cambios.
      -MultiPriceRuleDesc=Cuando la opción "Varios niveles de precios por producto / servicio" está activada, puede definir diferentes precios (uno por nivel de precio) para cada producto. Para ahorrar tiempo, puede ingresar aquí la regla para que el precio de cada nivel se calcule automáticamente según el precio del primer nivel, por lo que tendrá que ingresar sólo el precio del primer nivel de cada producto. Esta página está aquí para ahorrar tiempo y sólo puede ser útil si sus precios para cada nivel son relativos al primer nivel. Puede ignorar esta página en la mayoría de los casos.
       ModelModulesProduct=Plantillas para documentos de producto
      -ToGenerateCodeDefineAutomaticRuleFirst=Para poder generar códigos automáticamente, primero debe definir un administrador para definir automáticamente el número de código de barras.
       SeeSubstitutionVars=Ver * nota para la lista de posibles variables de sustitución
       SeeChangeLog=Consulte el archivo ChangeLog (solo en inglés)
       AllPublishers=Todos los editores
      @@ -1371,21 +1150,11 @@ AddOtherPagesOrServices=Añadir otras páginas o servicios
       AddModels=Agregar plantillas de documento o de numeración
       AddSubstitutions=Agregar sustituciones de claves
       DetectionNotPossible=La detección no es posible
      -UrlToGetKeyToUseAPIs=Url para obtener un token para usar la API (una vez que se ha recibido el token, se guarda en la tabla de usuario de la base de datos y se debe proporcionar en cada llamada a la API)
       ListOfAvailableAPIs=Lista de APIs disponibles
      -activateModuleDependNotSatisfied=El módulo "%s" depende del módulo "%s" que falta, por lo que el módulo "%1$s" puede no funcionar correctamente. Instale el módulo "%2$s" o deshabilite el módulo "%1$s" si desea estar a salvo de cualquier sorpresa
      -CommandIsNotInsideAllowedCommands=El comando que intenta ejecutar no está dentro de la lista de comandos permitidos definidos en el parámetro <strong>$dolibarr_main_restrict_os_commands</strong> en el archivo <strong>conf.php</strong>.
       LandingPage=Página de destino
      -SamePriceAlsoForSharedCompanies=Si utiliza un módulo multicompany, con la opción "Precio único", el precio será igual para todas las empresas si los productos son compartidos entre entornos
       ModuleEnabledAdminMustCheckRights=El módulo se ha activado. Los permisos para módulo(s) activado(s) se dieron sólo a usuarios admin. Es posible que deba conceder permisos a otros usuarios o grupos manualmente si es necesario.
      -UserHasNoPermissions=Este usuario no tiene permiso definido
      -TypeCdr=Utilice "Ninguno" si la fecha de pago es la fecha de factura más (+) un delta en días (delta es el campo "Nb de días")<br>Utilice "Al final del mes", si, después del delta, La fecha debe ser aumentada para llegar al final del mes (+ un "Offset" opcional en días) )<br>Use " Actual / Siguiente" para que la fecha del plazo de pago sea el primer Nth del mes (N se almacena en el campo "Nb de días")
      -WarningNoteModulePOSForFrenchLaw=Este módulo %s cumple con las leyes francesas (Loi Finance 2016) porque el módulo registros no reversibles se activa automáticamente.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Intenta instalar el módulo %s que es un módulo externo. La activación de un módulo externo significa que confía en el editor del módulo y está seguro de que este módulo no altera negativamente el comportamiento de su aplicación y es compatible con las leyes de su país (%s). Si el módulo trae una característica no legal, usted se hace responsable del uso de un software no legal.
       SetToYesIfGroupIsComputationOfOtherGroups=Establezca esto en "sí" si este grupo es un cálculo de otros grupos
      -EnterCalculationRuleIfPreviousFieldIsYes=Ingrese regla de cálculo si el campo anterior se estableció en Sí (por ejemplo, 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Algunas variantes de lenguaje encontradas
      -GDPRContactDesc=Si almacena datos sobre empresas/ciudadanos Europeos, puede almacenar aquí el contacto responsable del Reglamento General de Protección de Datos
       ResourceSetup=Configuración del módulo Recurso
       DisabledResourceLinkUser=Deshabilitar característica para vincular un recurso a los usuarios
       DisabledResourceLinkContact=Deshabilitar característica para vincular un recurso a contactos
      diff --git a/htdocs/langs/es_EC/main.lang b/htdocs/langs/es_EC/main.lang
      index 7268d5df4df..d391ac58b14 100644
      --- a/htdocs/langs/es_EC/main.lang
      +++ b/htdocs/langs/es_EC/main.lang
      @@ -36,20 +36,13 @@ ErrorFailedToSendMail=No se pudo enviar el correo (emisor= %s, receptor= %s)
       ErrorFileNotUploaded=El archivo no se ha subido. Compruebe que el tamaño no exceda el máximo permitido, el espacio libre disponible en el disco y que no hay ya un archivo con el mismo nombre en este directorio.
       ErrorInternalErrorDetected=Detectado un error
       ErrorWrongHostParameter=Parámetro host incorrecto
      -ErrorYourCountryIsNotDefined=Su país no está definido. Ir a Inicio-Configuración-Edit y vuelva a publicar el formulario.
      -ErrorRecordIsUsedByChild=No se ha podido eliminar este registro. Este registro se utiliza por lo menos un registro secundario.
       ErrorWrongValueForParameterX=valor incorrecto para el parámetro %s
       ErrorNoRequestInError=Ninguna solicitud por error
      -ErrorServiceUnavailableTryLater=El servicio no está disponible por el momento. Inténtelo de nuevo más tarde.
       ErrorDuplicateField=Valor duplicado en un campo único
      -ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Revertiremos los cambios.
      -ErrorConfigParameterNotDefined=Parámetro <b>%s</b> no está definido dentro de archivo de configuración Dolibarr <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=No se pudo encontrar el usuario <b>%s</b> en la base de datos Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Error, no hay tipos de IVA definidos para el país '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no hay ningun tipo de impuesto fiscal definido para el país '%s'.
       ErrorFailedToSaveFile=Error, Error al guardar el archivo.
      -ErrorCannotAddThisParentWarehouse=Está intentando agregar un almacén padre que ya es un hijo de uno actual
      -MaxNbOfRecordPerPage=Número máximo de registro por página
       NotAuthorized=No está autorizado para hacer eso.
       SetDate=Establecer fecha
       SeeHere=Mire aquí
      @@ -58,17 +51,15 @@ BackgroundColorByDefault=Color de fondo por defecto
       FileRenamed=El archivo se cambió de nombre correctamente.
       FileGenerated=El archivo se generó correctamente
       FileSaved=El archivo se ha guardado correctamente
      -FileTransferComplete=Archivo(s) cargados correctamente
       FilesDeleted=Archivo(s) eliminados correctamente
       FileWasNotUploaded=Se ha seleccionado un archivo para adjuntarlo, pero todavía no se ha cargado. Haga clic en "Adjuntar archivo" para hacerlo.
      -NbOfEntries=Número de entradas
       GoToWikiHelpPage=Lea la ayuda en línea (acceso a Internet es necesario)
       GoToHelpPage=Leer la ayuda
       DolibarrInHttpAuthenticationSoPasswordUseless=El modo de autenticación Dolibarr está configurado en <b>%s</b> en el archivo de configuración <b>conf.php</b>. <br> Esto significa que la base de datos de contraseñas es externa a Dolibarr, por lo que cambiar este campo puede no tener efecto.
       Undefined=Indefinido
       PasswordForgotten=¿Contraseña olvidada?
      +NoAccount=Sin cuenta?
       SeeAbove=Véase más arriba
      -HomeArea=Área de inicio
       PreviousValue=Valor anterior
       ConnectedOnMultiCompany=Conectado en ambiente
       AuthenticationMode=Modo de autenticación
      @@ -91,6 +82,7 @@ Period=Período
       PeriodEndDate=Fecha de finalización del período
       NotClosed=No se ha cerrado
       Enabled=Habilitado
      +Enable=Habilitar
       Disable=Inhabilitar
       Disabled=Inhabilitado
       AddLink=Agregar enlace
      @@ -99,7 +91,6 @@ AddToDraft=Añadir a redactar
       Update=Actualizar
       Close=Cerrado
       CloseBox=Retire widget desde su panel de control
      -ConfirmSendCardByMail=Es lo que realmente desea enviar el contenido de esta carta por correo a <b>%s</b>?
       Delete=Borrar
       Remove=retirar
       Resiliate=Terminar
      @@ -167,7 +158,6 @@ UseLocalTax=Incluye impuestos
       Gb=GB
       Default=Predeterminados
       DefaultValue=Valor predeterminado
      -DefaultValues=Valores predeterminados
       UnitPriceHT=Precio unitario (neto)
       UnitPriceHTCurrency=Precio unitario (neto) (moneda)
       UnitPriceTTC=Precio unitario
      @@ -184,7 +174,6 @@ AmountTTCShort=Valor (inc. IVA)
       AmountHT=Valor (neto de impuestos)
       AmountTTC=Valor (inc. IVA)
       AmountVAT=Impuesto sobre el Valor
      -MulticurrencyAlreadyPaid=Ya pagado, moneda de origen
       MulticurrencyRemainderToPay=Seguir pagando, moneda de origen
       MulticurrencyPaymentAmount=Monto a pagar, moneda de origen
       MulticurrencyAmountHT=Valor (neto de impuestos), moneda de origen
      @@ -256,13 +245,10 @@ RemoveFilter=Retirar filtro
       ChartGenerated=Gráfico generado
       ChartNotGenerated=Gráfico no genera
       GeneratedOn=Construir el %s
      -DolibarrStateBoard=Estadísticas de la base de datos
      -DolibarrWorkBoard=Abrir el tablero de artículos
       NoOpenedElementToProcess=Ningún elemento abierto para procesar
       NotYetAvailable=No disponible aún
       Categories=Etiquetas/categorías
       Category=Etiquetas/categoría
      -OtherInformations=Otra informacion
       ChangedBy=Cambiado por
       ResultKo=Fallo
       Reporting=Informes
      @@ -275,7 +261,7 @@ Preview=Vista Previa
       NextStep=Próximo paso
       None=Ninguna
       Late=Tarde
      -LateDesc=Retardo para definir si un registro es tarde o no depende de la configuración. Pregunte a su administrador para cambiar de retardo desde el menú Inicio - Configuración - Alertas.
      +NoItemLate=No hay artículo tarde
       Photo=Imagen
       Photos=Imágenes
       DeletePicture=Borrar imagen
      @@ -295,7 +281,6 @@ August=Agosto
       September=Septiembre
       October=Octubre
       November=Noviembre
      -MayMin=Mayo
       Month01=Enero
       Month02=Febrero
       Month03=Marzo
      @@ -360,6 +345,7 @@ SendMail=Enviar correo electrónico
       EMail=Correo electrónico
       NoEMail=Sin correo electrónico
       Email=Correo electrónico
      +NotRead=No leer
       NoMobilePhone=No hay teléfono móvil
       FollowingConstantsWillBeSubstituted=Las siguientes constantes serán reemplazados con el valor correspondiente.
       BackToList=Volver a la lista
      @@ -380,7 +366,6 @@ Receive=Recibir
       CompleteOrNoMoreReceptionExpected=Completa o nada más esperada
       YouCanChangeValuesForThisListFromDictionarySetup=Puede cambiar los valores para esta lista de menú de Configuración - Diccionarios
       YouCanChangeValuesForThisListFrom=Puede cambiar los valores para esta lista de menú %s
      -YouCanSetDefaultValueInModuleSetup=Se puede establecer el valor predeterminado que se utiliza cuando se crea un nuevo registro en la configuración del módulo
       Documents=Archivos enlazados
       UploadDisabled=Carga inhabilitada
       MenuAgendaGoogle=Agenda de google
      @@ -392,7 +377,6 @@ For=Por
       ForCustomer=Para el cliente
       HidePassword=Mostrar comando con la contraseña oculta
       UnHidePassword=Mostrar comando real con contraseña clara
      -Informations=informaciones
       AddFile=Agregar archivo
       FreeZone=No es un producto/servicio predefinido
       FreeLineOfType=No es una entrada predefinida de tipo
      @@ -402,11 +386,8 @@ Merge=Combinar
       DocumentModelStandardPDF=Plantilla PDF estándar
       PrintContentArea=Mostrar la página para imprimir el área de contenido principal
       MenuManager=Administrador de menús
      -WarningYouAreInMaintenanceMode=Advertencia, está en un modo de mantenimiento, por lo que sólo se permite el acceso <b>%s</b> a la aplicación en este momento.
       CoreErrorMessage=Disculpe, ocurrió un error. Póngase en contacto con el administrador del sistema para comprobar los registros o desactivar $dolibarr_main_prod=1 para obtener más información.
       FieldsWithAreMandatory=Los campos con <b>%s</b> son obligatorios
      -FieldsWithIsForPublic=Los campos con <b>%s</b> se muestran en la lista pública de miembros. Si no lo desea, marque la casilla "público".
      -AccordingToGeoIPDatabase=(Según la conversión GeoIP)
       RequiredField=Campo requerido
       ToTest=Prueba
       ValidateBefore=La tarjeta debe ser validado antes de usar esta función
      @@ -433,7 +414,6 @@ ByTown=por ciudad
       BySalesRepresentative=Por representante de ventas
       LinkedToSpecificUsers=Enlace a un contacto de usuario en particular
       NoResults=No hay resultados
      -AdminTools=Herramientas de administración
       SystemTools=Herramientas del sistema
       ModulesSystemTools=Módulos de herramientas
       NoPhotoYet=No hay imagenes disponibles todavía
      @@ -449,7 +429,6 @@ SelectElementAndClick=Seleccione un elemento y haga clic en %s
       PrintFile=Imprimir archivo %s
       ShowTransaction=Mostrar entrada en la cuenta bancaria
       ShowIntervention=Mostrar la intervención
      -GoIntoSetupToChangeLogo=Vaya a Inicio-Configuración - Empresa para cambiar el logotipo o entrar en Inicio-Configuración-Mostrar para ocultar.
       Deny=Negar
       Denied=Negado
       ListOfTemplates=Lista de plantillas
      @@ -458,19 +437,15 @@ ViewList=Vista de la lista
       Sincerely=Sinceramente
       DeleteLine=Borrar línea
       NoPDFAvailableForDocGenAmongChecked=No hay PDF disponibles para la generación de documentos entre el registro guardado
      -TooManyRecordForMassAction=Demasiados registros seleccionados para la acción masiva. La acción está restringida a una lista de %s registros.
       NoRecordSelected=Ningún registro seleccionado
       MassFilesArea=Área para archivos construidos por acciones masivas
       ShowTempMassFilesArea=Mostrar área de archivos creados por acciones masivas
      -ConfirmMassDeletion=Confirmación de eliminación masiva
      -ConfirmMassDeletionQuestion=¿Seguro que quieres eliminar el %s registro seleccionado?
       ClassifyBilled=Clasificar facturas
       ClassifyUnbilled=Clasificar sin facturar
       ExportFilteredList=Exportar lista filtrada
       ExportList=Exportar lista
       Miscellaneous=Varios
       GroupBy=Agrupar por...
      -SomeTranslationAreUncomplete=Algunos idiomas pueden traducirse parcialmente o pueden contener errores. Si detecta alguno, puede arreglar archivos de idioma que se registren en <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
       DirectDownloadLink=Enlace de descarga directa (público/externo)
       DownloadDocument=Descargar documento
       ActualizeCurrency=Actualizar tipo de cambio
      @@ -481,9 +456,6 @@ ExpenseReport=Informe de gastos
       ExpenseReports=Reporte de gastos
       HRAndBank=HR y Banco
       TitleSetToDraft=Volver al borrador
      -ConfirmSetToDraft=¿Seguro que desea volver al estado de borrador?
      -EMailTemplates=Plantillas de correo electrónico
      -FileNotShared=Archivo no compartido con público externo
       LineNb=Número de línea
       MondayMin=Lun
       TuesdayMin=Mar
      @@ -510,8 +482,7 @@ SearchIntoCustomerProposals=Propuestas de clientes
       SearchIntoSupplierProposals=Propuestas del vendedor
       SearchIntoCustomerShipments=Envíos de clientes
       SearchIntoExpenseReports=Reporte de gastos
      -SearchIntoLeaves=Hojas
       CommentPage=Espacio para comentarios
       Everybody=Todos
       AssignedTo=Asignado a
      -ConfirmMassDraftDeletion=Confirmación de eliminación masiva
      +YouAreCurrentlyInSandboxMode=Actualmente estás en el modo%s "sandbox"
      diff --git a/htdocs/langs/es_ES/accountancy.lang b/htdocs/langs/es_ES/accountancy.lang
      index 12b9b1bb56b..f1974e50b4a 100644
      --- a/htdocs/langs/es_ES/accountancy.lang
      +++ b/htdocs/langs/es_ES/accountancy.lang
      @@ -38,6 +38,10 @@ GroupIsEmptyCheckSetup=El grupo está vacío, compruebe la configuración de gru
       DetailByAccount=Ver detalles por cuenta
       AccountWithNonZeroValues=Cuentas con valores no cero
       ListOfAccounts=Lista de cuentas
      +CountriesInEEC=Países en la CEE
      +CountriesNotInEEC=Países no incluidos en la CEE
      +CountriesInEECExceptMe=Países en la CEE excepto %s
      +CountriesExceptMe=Todos los países excepto %s
       
       MainAccountForCustomersNotDefined=Cuenta contable para clientes no definida en la configuración
       MainAccountForSuppliersNotDefined=Cuenta contable para proveedores no definida en la configuración
      @@ -55,7 +59,7 @@ AccountancyAreaDescChartModel=PASO %s: Crear un modelo de plan general contable
       AccountancyAreaDescChart=PASO %s: Crear o comprobar el contenido de su plan general contable desde el menú %s
       
       AccountancyAreaDescVat=PASO %s: Defina las cuentas contables para cada tasa de IVA. Para ello puede usar el menú %s.
      -AccountancyAreaDescDefault=STEP %s: Define default accounting accounts. For this, use the menu entry %s.
      +AccountancyAreaDescDefault=PASO %s: Defina las cuentas contables predeterminadas. Para ello puede utilizar el menú %s.
       AccountancyAreaDescExpenseReport=PASO %s: Defina las cuentas contables para los informes de gastos. Para ello puede utilizar el menú %s.
       AccountancyAreaDescSal=PASO %s: Defina las cuentas contables para los pagos de salarios. Para ello puede utilizar el menú %s.
       AccountancyAreaDescContrib=PASO %s: Defina las cuentas contables de los gastos especiales (impuestos varios). Para ello puede utilizar el menú %s.
      @@ -156,6 +160,7 @@ Docref=Referencia
       LabelAccount=Descripción
       LabelOperation=Etiqueta operación
       Sens=Sentido
      +LetteringCode=Cogido de letras
       Codejournal=Diario
       NumPiece=Apunte
       TransactionNumShort=Núm. transacción
      @@ -221,6 +226,7 @@ AutomaticBindingDone=Vinculación automática finalizada
       
       ErrorAccountancyCodeIsAlreadyUse=Error, no puede eliminar esta cuenta ya que está siendo usada
       MvtNotCorrectlyBalanced=Asiento contabilizado incorrectamente. Debe=%s. Haber=%s
      +Balancing=Saldo
       FicheVentilation=Ficha contable
       GeneralLedgerIsWritten=Transacciones escritas en el Libro Mayor
       GeneralLedgerSomeRecordWasNotRecorded=Algunas de las operaciones no pueden contabilizarse. Si no hay otro mensaje de error, es probable que ya estén contabilizadas.
      @@ -262,7 +268,8 @@ Modelcsv_quadratus=Exportar hacia Quadratus QuadraCompta
       Modelcsv_ebp=Exportar a EBP
       Modelcsv_cogilog=Eportar a Cogilog
       Modelcsv_agiris=Exportar a Agiris
      -Modelcsv_configurable=Exportación configurable
      +Modelcsv_configurable=Exportación CSV Configurable
      +Modelcsv_FEC=Exportación FEC (Art. L47 A) (Prueba)
       ChartofaccountsId=Id plan contable
       
       ## Tools - Init accounting account on product / service
      diff --git a/htdocs/langs/es_ES/admin.lang b/htdocs/langs/es_ES/admin.lang
      index 3db8d60e280..85640d8c4e1 100644
      --- a/htdocs/langs/es_ES/admin.lang
      +++ b/htdocs/langs/es_ES/admin.lang
      @@ -10,7 +10,7 @@ VersionDevelopment=Desarrollo
       VersionUnknown=Desconocida
       VersionRecommanded=Recomendada
       FileCheck=Comprobador de integridad de archivos
      -FileCheckDesc=Esta herramienta le permite comprobar la integridad de los archivos de la aplicación, comparando cada archivo con los oficiales. Se puede utilizar esta herramienta para detectar si algunos archivos fueron modificados por un hacker por ejemplo.
      +FileCheckDesc=Esta herramienta le permite verificar la integridad de los archivos y la configuración de su aplicación, comparando cada archivo con los oficiales. También se puede verificar el valor de algunas constantes de configuración. Se puede utilizar esta herramienta para detectar si algunos archivos fueron modificados por un hacker por ejemplo.
       FileIntegrityIsStrictlyConformedWithReference=La integridad de los archivos se ajusta estrictamente a la referencia.
       FileIntegrityIsOkButFilesWereAdded=La comprobación de la integridad de los archivos ha resultado exitosa, sin embargo se han agregado algunos archivos nuevos.
       FileIntegritySomeFilesWereRemovedOrModified=La comprobación de integridad de archivos ha fallado. Algunos archivos fueron modificados, eliminados o agregados.
      @@ -30,14 +30,14 @@ SessionSaveHandler=Modalidad de salvaguardado de sesiones
       SessionSavePath=Localización salvaguardado de sesiones
       PurgeSessions=Purga de sesiones
       ConfirmPurgeSessions=¿Realmente desea purgar todas las sesiones? Esto desconectará todos los usuarios (excepto a si mismo).
      -NoSessionListWithThisHandler=El gestor de período de sesiones configurado en su PHP no enumera las sesiones en curso
      +NoSessionListWithThisHandler=El gestor de sesiones configurado en su PHP no permite mostrar las sesiones en curso
       LockNewSessions=Bloquear nuevas conexiones
      -ConfirmLockNewSessions=¿Está seguro de querer restringir el acceso a Dolibarr a su usuario? Solamente el login <b>%s</b> podrá conectarse si confirma.
      +ConfirmLockNewSessions=¿Está seguro de querer restringir el acceso a Dolibarr únicamente a su usuario? Solamente el login <b>%s</b> podrá conectarse si confirma.
       UnlockNewSessions=Eliminar bloqueo de conexiones
       YourSession=Su sesión
       Sessions=Sesiones de usuarios
       WebUserGroup=Servidor web usuario/grupo
      -NoSessionFound=Parece que su PHP no puede listar las sesiones activas. El directorio utilizado para el guardado de sesiones (<b>%s</b>) puede estar protegido (por ejemplo, por los permisos del sistema operativo o por la directiva open_basedir de su PHP).
      +NoSessionFound=Parece que su PHP no puede listar las sesiones activas. El directorio de salvaguardado de sesiones (<b>%s</b>) puede estar protegido (por ejemplo, por los permisos del sistema operativo o por la directiva open_basedir de su PHP).
       DBStoringCharset=Codificación de la base de datos para el almacenamiento de datos
       DBSortingCharset=Codificación de la base de datos para clasificar los datos
       ClientCharset=Juego de caracteres del cliente
      @@ -50,7 +50,7 @@ ExternalUser=Usuario externo
       InternalUsers=Usuarios internos
       ExternalUsers=Usuarios externos
       GUISetup=Entorno
      -SetupArea=Área configuración
      +SetupArea=Configuración
       UploadNewTemplate=Nueva(s) plantilla(s) actualizada(s)
       FormToTestFileUploadForm=Formulario de prueba de subida de archivo (según opciones elegidas)
       IfModuleEnabled=Nota: sólo es eficaz si el módulo <b>%s</b> está activado
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=El código no puede contener el valor 0
       DisableJavascript=Deshabilitar Javascript y funciones Ajax (Recomendado para personas ciegas o navegadores de texto)
       UseSearchToSelectCompanyTooltip=También si tiene un gran número de terceros (> 100 000), puede aumentar la velocidad mediante el establecimiento COMPANY_DONOTSEARCH_ANYWHERE constante a 1 en Configuración-> Otros. La búsqueda será limitada a la creación de cadena.
       UseSearchToSelectContactTooltip=También si usted tiene un gran número de terceros (> 100 000), puede aumentar la velocidad mediante el establecimiento CONTACT_DONOTSEARCH_ANYWHERE constante a 1 en Configuración-> Otros. La búsqueda será limitada a la creación de cadena.
      -DelaiedFullListToSelectCompany=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de terceros (Esto puede incrementar el rendimiento si tiene un gran número de terceros) 
      -DelaiedFullListToSelectContact=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de contactos (Esto puede incrementar el rendimiento si tiene un gran número de contactos) 
      +DelaiedFullListToSelectCompany=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de terceros <br>Esto puede incrementar el rendimiento si tiene un gran número de terceros, pero es menos conveniente.
      +DelaiedFullListToSelectContact=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de contactos. <br> Esto puede incrementar el rendimiento si tiene un gran número de contactos, pero es menos conveniente.
       NumberOfKeyToSearch=Nº de caracteres para desencadenar la búsqueda: %s
       NotAvailableWhenAjaxDisabled=No disponible cuando Ajax esté desactivado
       AllowToSelectProjectFromOtherCompany=En un documento de un tercero, puede elegir un proyecto vinculado a otro tercero
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Vista previa no disponible
       ThemeCurrentlyActive=Tema actualmente activo
       CurrentTimeZone=Zona horaria PHP (Servidor)
       MySQLTimeZone=Zona horaria MySql (base de datos)
      -TZHasNoEffect=Las fechas se guardan y devuelven por el servidor de base de datos tal y como si se las hubieran enviado como una cadena. La zona horaria solamente tiene efecto si se usa la función UNIX_TIMESTAMP (que no debe ser usada por dolibarr, por lo que la zona horaria de la base de datos no debe tener efecto, aunque se haya cambiado después de introducir los datos).
      +TZHasNoEffect=Las fechas se guardan y devueltas por el servidor de base de datos tal y como si se las hubieran enviado como una cadena. La zona horaria solamente tiene efecto si se usa la función UNIX_TIMESTAMP (que no debe ser usada por Dolibarr, por lo que la zona horaria de la base de datos no debe tener efecto, aunque se haya cambiado después de introducir los datos).
       Space=Área
       Table=Tabla
       Fields=Campos
      @@ -111,7 +111,7 @@ NotConfigured=Módulo/Aplicación no configurado
       Active=Activo
       SetupShort=Config.
       OtherOptions=Otras opciones
      -OtherSetup=Varios
      +OtherSetup=Otras configuraciones
       CurrentValueSeparatorDecimal=Separador decimal
       CurrentValueSeparatorThousand=Separador miles
       Destination=destino
      @@ -126,8 +126,8 @@ PHPTZ=Zona horaria Servidor PHP
       DaylingSavingTime=Horario de verano (usuario)
       CurrentHour=Hora PHP (servidor)
       CurrentSessionTimeOut=Timeout sesión actual
      -YouCanEditPHPTZ=Para definir una zona horaria PHP diferente (no es necesario), pruebe a añadir un archivo .htacces con una línea como esta "SetEnvTZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Atención, al contrario de otras pantallas, las horas de esta página no se encuentran en su zona horaria local, sino en la zona horaria del servidor
      +YouCanEditPHPTZ=Para definir una zona horaria PHP diferente (no es necesario), pruebe a añadir un archivo .htacces con una línea como esta "SetEnvTZ Europe/Madrid"
      +HoursOnThisPageAreOnServerTZ=Atención, al contrario de otras pantallas, las horas de esta página no se encuentran en su zona horaria local, sino en la zona horaria del servidor.
       Box=Panel
       Boxes=Paneles
       MaxNbOfLinesForBoxes=Número máximo de líneas para paneles
      @@ -193,13 +193,13 @@ FeatureDisabledInDemo=Opción deshabilitada en demo
       FeatureAvailableOnlyOnStable=Funcionaliad disponible únicamente en versiones oficiales estables
       BoxesDesc=Los paneles son componentes que muestran algunos datos que pueden añadirse para personalizar algunas páginas. Puede elegir entre mostrar o no el panel mediante la selección de la página de destino y haciendo clic en 'Activar', o haciendo clic en la papelera para desactivarlo.
       OnlyActiveElementsAreShown=Sólo los elementos de <a href="%s">módulos activados</a> son mostrados.
      -ModulesDesc=Los módulos de Dolibarr definen qué funcionalidad está habilitada en el software. Algunos módulos requieren permisos que se deben conceder a los usuarios después de activar el módulo. Haga clic en el botón de encendido/apagado para activar un módulo/función.
      +ModulesDesc=Los módulos de Dolibarr definen qué funcionalidad está habilitada en el software. Algunos módulos requieren permisos que se deben conceder a los usuarios después de activar el módulo. Haga clic en el botón de encendido/apagado para activar/desactivar un módulo/aplicación.
       ModulesMarketPlaceDesc=Puede encontrar más módulos para descargar en sitios web externos en Internet ...
       ModulesDeployDesc=Si los permisos en su sistema de archivos lo permiten, puede utilizar esta herramienta para instalar un módulo externo. El módulo estará entonces visible en la pestaña <strong>%s</strong>.
       ModulesMarketPlaces=Buscar módulos externos...
       ModulesDevelopYourModule=Desarrolle sus propios módulos
       ModulesDevelopDesc=Usted puede desarrollar o encontrar un socio para que le desarrolle su módulo personalizado
      -DOLISTOREdescriptionLong=En lugar de activar el sitio web <a href="https://www.dolistore.com">www.dolistore.com</a> para encontrar un módulo externo, puede utilizar esta herramienta incrustada que hará que la búsqueda en la tienda para usted (puede ser lento, es necesario acceso a Internet) ...
      +DOLISTOREdescriptionLong=En lugar de ir al sitio web <a href="https://www.dolistore.com">www.dolistore.com</a> para encontrar un módulo externo, puede utilizar esta herramienta incorporada que hará la búsqueda en la tienda por usted (puede ser lento, es necesario acceso a Internet)...
       NewModule=Nuevo
       FreeModule=Gratis
       CompatibleUpTo=Compatible con la versión %s
      @@ -211,8 +211,8 @@ Nouveauté=Novedad
       AchatTelechargement=Comprar/Descargar
       GoModuleSetupArea=Para instalar un nuevo módulo, vaya al área de configuración de módulos en <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, el sitio oficial de módulos complementarios y para Dolibarr ERP/CRM
      -DoliPartnersDesc=Lista de empresas que ofrecen módulos y desarrollos a medida (Nota: cualquier persona con experiencia en programación PHP puede ofrecer desarrollos a medida para un proyecto de código abierto)
      -WebSiteDesc=Sitios web de referencia para encontrar más módulos ...
      +DoliPartnersDesc=Lista de empresas que ofrecen módulos y desarrollos a medida.<br> Nota: dado que Dolibarr es una aplicación de código abierto, <i>cualquier persona</i> con experiencia en programación PHP puede desarrollar un módulo.
      +WebSiteDesc=Sitios web de referencia para encontrar más módulos (no core)...
       DevelopYourModuleDesc=Algunas soluciones para desarrollar su propio módulo ...
       URL=Enlace
       BoxesAvailable=Paneles disponibles
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=No almacenar la contraseña sin cifrar en la base
       MainDbPasswordFileConfEncrypted=Encriptar la contraseña de la base en el archivo conf.php
       InstrucToEncodePass=Para tener la contraseña codificada en el archivo <b>conf.php</b>, reemplace la línea <br><b>$dolibarr_main_db_pass = "...";</b><br>por<br> <b>$dolibarr_main_db_pass = "crypted:%s";</b>
       InstrucToClearPass=Para tener la contraseña decodificada (visible) en el archivo <b>conf.php</b>, reemplace la línea <br><b>$dolibarr_main_db_pass = "crypted:...";</b><br>por<br><b>$dolibarr_main_db_pass = "%s";</b>
      -ProtectAndEncryptPdfFiles=Protección y encriptación de los pdf generados
      +ProtectAndEncryptPdfFiles=Protección y encriptación de los ficheros PDF NO está recomendado (puede fallar la generación de PDF en masa)
       ProtectAndEncryptPdfFilesDesc=La protección de un documento PDF lo mantiene disponible para leer e imprimir con cualquier navegador PDF. Sin embargo, la edición y la copia no son posibles. Tenga en cuenta que el uso de esta característica hace que la creación global de un conjunto de PDFs no funcione.
       Feature=Función
       DolibarrLicense=Licencia
      @@ -246,8 +246,8 @@ ExternalResources=Recursos externos
       SocialNetworks=Redes sociales
       ForDocumentationSeeWiki=Para la documentación de usuario, desarrollador o Preguntas Frecuentes (FAQ), consulte el wiki Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Para otras cuestiones o realizar sus propias consultas, puede utilizar el foro Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Esta aplicación, independiente de Dolibarr, le permite ayudarle a obtener un servicio de soporte de Dolibarr.
      -HelpCenterDesc2=Algunos de estos servicios sólo están disponibles en <b>inglés</b>.
      +HelpCenterDesc1=Aquí hay algunos recursos para obtener ayuda y soporte de Dolibarr
      +HelpCenterDesc2=Algunos de estos recursos sólo están disponibles en <b>inglés</b>.
       CurrentMenuHandler=Gestor de menú
       MeasuringUnit=Unidad de medida
       LeftMargin=Margen izquierdo
      @@ -262,23 +262,27 @@ NoticePeriod=Plazo de aviso
       NewByMonth=Nuevo por mes
       Emails=E-Mails
       EMailsSetup=Configuración e-mails
      -EMailsDesc=Esta página le permite sobrescribir sus parámetros de PHP para el envío de correos electrónicos. En la mayoría de los casos, en el sistema operativo Unix/Linux, su configuración de PHP es correcta y estos parámetros son inútiles.
      +EMailsDesc=Esta página le permite sobrescribir sus parámetros de PHP para el envío de correos electrónicos. En la mayoría de los casos, en el sistema operativo Unix/Linux, su configuración de PHP es correcta y estos parámetros son innecesarios.
       EmailSenderProfiles=Perfiles de remitentes de e-mails
       MAIN_MAIL_SMTP_PORT=Puerto del servidor SMTP (Por defecto en php.ini: <b>%s</b>)
       MAIN_MAIL_SMTP_SERVER=Nombre host o ip del servidor SMTP (Por defecto en php.ini: <b>%s</b>)
       MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Puerto del servidor SMTP (No definido en PHP en sistemas de tipo Unix)
       MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Nombre servidor o ip del servidor SMTP (No definido en PHP en sistemas de tipo Unix)
       MAIN_MAIL_EMAIL_FROM=E-mail del remitente para e-mails automáticos (por defecto en php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=E-mail a usar para los e-mails de error enviados
      -MAIN_MAIL_AUTOCOPY_TO= Enviar automáticamente copia oculta de los e-mails enviados a
      +MAIN_MAIL_ERRORS_TO=E-mail a usar para los e-mails de error enviados (campo 'Errors-To' en los emails enviados)
      +MAIN_MAIL_AUTOCOPY_TO= Enviar copia oculta (Bcc) de todos los emails enviados a
       MAIN_DISABLE_ALL_MAILS=Deshabilitar todos los envíos de e-mail (para propósitos de prueba o demostraciones)
       MAIN_MAIL_FORCE_SENDTO=Enviar todos los e-mails a (en lugar de destinatarios reales, para pruebas)
       MAIN_MAIL_ENABLED_USER_DEST_SELECT=Añadir usuarios de empleados con e-mail a la lista de destinatarios permitidos
       MAIN_MAIL_SENDMODE=Método de envío de e-mails
      -MAIN_MAIL_SMTPS_ID=ID de autentificación SMTP  si se requiere autenticación SMTP
      -MAIN_MAIL_SMTPS_PW=Contraseña autentificación SMTP si se requiere autentificación SMTP
      -MAIN_MAIL_EMAIL_TLS= Uso de encriptación TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Uso de encriptación TLS (STARTTLS)
      +MAIN_MAIL_SMTPS_ID=ID de autentificación SMTP  (si el servidor requiere autenticación)
      +MAIN_MAIL_SMTPS_PW=Contraseña SMTP (si el servidor requiere autentificación)
      +MAIN_MAIL_EMAIL_TLS=Usar encriptación TLS (SSL)
      +MAIN_MAIL_EMAIL_STARTTLS=Uso de encriptación TLS (STARTTLS)
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
       MAIN_DISABLE_ALL_SMS=Desactivar globalmente todo envío de SMS (para modo de pruebas o demo)
       MAIN_SMS_SENDMODE=Método de envío de SMS
       MAIN_MAIL_SMS_FROM=Número de teléfono por defecto para los envíos SMS
      @@ -309,15 +313,15 @@ DoNotUseInProduction=No usar en producción
       ThisIsProcessToFollow=Estos son los pasos para proceder:
       ThisIsAlternativeProcessToFollow=Este es una configuración alternativa para procesar manualmente:
       StepNb=Paso %s
      -FindPackageFromWebSite=Buscar el paquete que responde a su necesidad (por ejemplo en el sitio web %s)
      +FindPackageFromWebSite=Buscar el paquete que proporciona la funcionalidad que necesita (por ejemplo en el sitio web oficial %s)
       DownloadPackageFromWebSite=Descargue el paquete (por ejemplo desde el sitio web oficial %s).
       UnpackPackageInDolibarrRoot=Descomprimir los archivos comprimidos en el directorio del servidor dedicado a Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Para instalar un módulo externo, descomprima el archivo en el directorio del servidor dedicado a los módulos: <b>%s</b>
      -SetupIsReadyForUse=La instalación del módulo ha concluido. Sin embargo, debe habilitar y configurar el módulo en su aplicación, vaya a la página para configurar los módulos: <a href="%s">%s</a>.
      +UnpackPackageInModulesRoot=Para instalar un módulo externo, descomprima el archivo en el directorio del servidor dedicado a los módulos externos: <br><b>%s</b>
      +SetupIsReadyForUse=La instalación del módulo ha concluido. Sin embargo, debe habilitar y configurar el módulo en su aplicación, yendo a la página para configurar los módulos: <a href="%s">%s</a>.
       NotExistsDirect=El directorio raíz alternativo no está configurado en un directorio existente.<br>
       InfDirAlt=Desde la versión 3, es posible definir un directorio raíz alternativo. Esto le permite almacenar, en un directorio dedicado, plug-ins y plantillas personalizadas.<br>Sólo cree un directorio en la raíz de Dolibarr (por ejemplo: custom).<br>
       InfDirExample=<br>Luego indíquelo en el archivo <strong>conf.php</strong><br> $ dolibarr_main_url_root_alt = 'http://miservidor /custom'<br>$ dolibarr_main_document_root_alt = '/ruta/de/dolibarr/htdocs/custom '<br>Si estas líneas se encuentran comentadas con "#", para habilitarlas, basta con descomentar eliminando el carácter "#".
      -YouCanSubmitFile=En este paso, puede enviar su archivo del módulo aquí:
      +YouCanSubmitFile=Alternativamente, puedes subir el módulo .zip comprimido:
       CurrentVersion=Versión actual de Dolibarr
       CallUpdatePage=Ir a la página de actualización de la estructura de la base de datos y sus datos: %s.
       LastStableVersion=Última versión estable
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Vea el wiki para más detalles de todos los actores y de su or
       UseACacheDelay= Demora en caché de la exportación en segundos (0 o vacio sin caché)
       DisableLinkToHelpCenter=Ocultar el enlace "¿Necesita soporte o ayuda?" en la página de login
       DisableLinkToHelp=Ocultar enlace a la ayuda en línea "<b>%s</b>"
      -AddCRIfTooLong=No hay líneas de corte automático, de modo que si el texto es demasiado largo en los documentos, debe agregar sus propios retornos de carro en el texto mecanografiado.
      -ConfirmPurge=¿Está seguro de querer realizar esta purga?<br>Esto borrará definitivamente todos los datos de sus archivos (área GED, archivos adjuntos etc.).
      +AddCRIfTooLong=No hay líneas de corte automático, de modo que si el texto es demasiado largo no se mostrará en los documentos. Por favor añada un salto de línea en el área de texto si fuese necesario.
      +ConfirmPurge=¿Está seguro de querer realizar esta purga?<br>Esto borrará definitivamente todos los datos de sus archivos (área GED, archivos adjuntos...).
       MinLength=Longuitud mínima
       LanguageFilesCachedIntoShmopSharedMemory=archivos .lang en memoria compartida
       LanguageFile=Archivo de idioma
      -ExamplesWithCurrentSetup=Ejemplos con la configuración activa actual
      +ExamplesWithCurrentSetup=Ejemplos con la configuración actual
       ListOfDirectories=Listado de directorios de plantillas OpenDocument
       ListOfDirectoriesForModelGenODT=Listado de directorios que contienen las plantillas de archivos con el formato OpenDocument.<br>Ponga aquí la ruta completa de directorios.<br>Añada un retorno de carro entre cada directorio<br> Para agregar un directorio del módulo GED, agregue aquí <b>DOL_DATA_ROOT/ecm/sunombrededirectorio.</b><br><br>Los archivos de esos directorios deben terminar con <b>.odt</b> o <b>.ods</b>.
      -NumberOfModelFilesFound=Número de archivos de plantillas ODT encontrados en este/estos directorio(s)
      +NumberOfModelFilesFound=Número de archivos de plantillas ODT/ODS encontrados en estos directorios
       ExampleOfDirectoriesForModelGen=Ejemplos de sintaxis:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=Colocando los siguientes tags en la plantilla, obtendrá una sustitución con el valor personalizado al generar el documento:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Crear_un_modelo_de_documento_ODT
      @@ -370,14 +374,14 @@ ResponseTimeout=Timeout de respuesta
       SmsTestMessage=Mensaje de prueba de __PHONEFROM__ para __PHONETO__
       ModuleMustBeEnabledFirst=El módulo <b>%s</b> debe ser activado antes si necesita esta funcionalidad.
       SecurityToken=Clave para encriptar urls
      -NoSmsEngine=No hay disponible ningún gestor de envío de SMS. Los gestores de envío de SMS no se instalan por defecto ya que dependen de cada proveedor, sin embargo puede encontrarlos en la plataforma %s.
      +NoSmsEngine=No hay disponible ningún gestor de envío de SMS. Los gestores de envío de SMS no se instalan por defecto ya que dependen de cada proveedor, sin embargo puede encontrarlos en la plataforma %s
       PDF=PDF
       PDFDesc=Puede definir aquí las opciones globales para la generación de los PDF
       PDFAddressForging=Reglas de visualización de direcciones
       HideAnyVATInformationOnPDF=Ocultar toda la información relacionada con el IVA en la generación de los PDF
       PDFRulesForSalesTax=Reglas de IVA
       PDFLocaltax=Reglas para %s
      -HideLocalTaxOnPDF=Ocultar %s tasa en la columna de impuestos del pdf
      +HideLocalTaxOnPDF=Ocultar la tasa %s en la columna de impuestos del pdf
       HideDescOnPDF=Ocultar descripción de los productos en la generación de los PDF
       HideRefOnPDF=Ocultar referencia de los productos en la generación de los PDF
       HideDetailsOnPDF=Ocultar detalles de las líneas en la generación de los PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Seguridad de las URLs
       SecurityTokenIsUnique=¿Usar un parámetro securekey único para cada URL?
       EnterRefToBuildUrl=Introduzca la referencia del objeto %s
       GetSecuredUrl=Obtener la URL calculada
      -ButtonHideUnauthorized=Ocultar a los usuarios no administradores los botones de acciones no autorizadas en vez de mostrarlos atenuados
      +ButtonHideUnauthorized=Ocultar botones de acciones no autorizadas a los usuarios no administradores en vez de mostrarlos atenuados
       OldVATRates=Tasa de IVA antigua
       NewVATRates=Tasa de IVA nueva
       PriceBaseTypeToChange=Cambiar el precio cuya referencia de base es
      @@ -408,7 +412,7 @@ ExtrafieldSelect = Lista de selección
       ExtrafieldSelectList = Lista desde una tabla
       ExtrafieldSeparator=Separador (No es un campo)
       ExtrafieldPassword=Contraseña
      -ExtrafieldRadio=Botón de selección excluyente
      +ExtrafieldRadio=Botón tipo radio (solo uno seleccionado)
       ExtrafieldCheckBox=Casilla de verificación
       ExtrafieldCheckBoxFromList=Casilla de selección de tabla
       ExtrafieldLink=Objeto adjuntado
      @@ -432,7 +436,7 @@ DefaultLink=Enlace por defecto
       SetAsDefault=Establecer por defecto
       ValueOverwrittenByUserSetup=Atención: Este valor puede ser sobreescrito por un valor específico de la configuración del usuario (cada usuario puede tener su propia url clicktodial)
       ExternalModule=Módulo externo - Instalado en el directorio %s
      -BarcodeInitForThirdparties=Inicio masivo de código de barras para terceros
      +BarcodeInitForthird-parties=Inicialización masiva de códigos de barras para terceros
       BarcodeInitForProductsOrServices=Inicio masivo de código de barras para productos o servicios
       CurrentlyNWithoutBarCode=Actualmente tiene <strong>%s</strong> registros de <strong>%s</strong> %s sin código de barras definido.
       InitEmptyBarCode=Iniciar valor para los %s registros vacíos
      @@ -446,9 +450,9 @@ NoDetails=No hay más detalles al pie de página
       DisplayCompanyInfo=Mostrar dirección de la empresa
       DisplayCompanyManagers=Mostrar nombres de los gestores
       DisplayCompanyInfoAndManagers=Mostrar dirección de la empresa y nombres de los gestores
      -EnableAndSetupModuleCron=Si desea tener esta factura recurrente para generarla automáticamente, el módulo *%s* debe estar activado y configurado correctamente. De lo contrario, la generación de facturas debe hacerse manualmente desde esta plantilla con el botón  *Crear*. Tenga en cuenta que incluso si se habilita la generación automática, todavía puede lanzarla generación manual. No es posible la generación de duplicados para el mismo período.
      -ModuleCompanyCodeCustomerAquarium=%s seguido por un código de cliente  para código de contabilidad
      -ModuleCompanyCodeSupplierAquarium=%s seguido por un código de proveedor  para código de contabilidad
      +EnableAndSetupModuleCron=Si desea que esta factura recurrente se generare automáticamente, el módulo *%s* debe estar activado y configurado correctamente. De lo contrario, la generación de facturas debe hacerse manualmente desde esta plantilla con el botón  *Crear*. Tenga en cuenta que incluso si se habilita la generación automática, todavía puede lanzar la generación manual. No es posible la generación de duplicados para el mismo período.
      +ModuleCompanyCodeCustomerAquarium=%s seguido por un código de cliente para código de contabilidad de cliente
      +ModuleCompanyCodeSupplierAquarium=%s seguido por un código de proveedor  para código de contabilidad de proveedor
       ModuleCompanyCodePanicum=Devuelve un código contable vacío.
       ModuleCompanyCodeDigitaria=El código contable depende del código de tercero. El código está formado por carácter ' C ' en primera posición seguido de los 5 primeros caracteres del código tercero.
       Use3StepsApproval=De forma predeterminada, los pedidos a proveedor deben ser creados y aprobados por 2 usuarios diferentes (un paso/usuario para crear y un paso/usuario para aprobar. Tenga en cuenta que si el usuario tiene tanto el permiso para crear y aprobar, un paso usuario será suficiente) . Puede pedir con esta opción introducir una tercera etapa de aprobación/usuario, si la cantidad es superior a un valor específico (por lo que serán necesarios 3 pasos: 1 validación, 2=primera aprobación y 3=segunda aprobación si la cantidad es suficiente).<br>Deje vacío si una aprobación (2 pasos) es suficiente, si se establece en un valor muy bajo (0,1) se requiere siempre una segunda aprobación (3 pasos).
      @@ -456,15 +460,15 @@ UseDoubleApproval=Usar 3 pasos de aprobación si el importe (sin IVA) es mayor q
       WarningPHPMail=ADVERTENCIA: A menudo es mejor configurar el email para usar el servidor de tu proveedor en lugar de la configuración por defecto. Algunos proveedores de correo electrónico (como Yahoo) no le permiten enviar un e-mail desde otro servidor que no sea el servidor de Yahoo. Tu configuración actual usa el servidor de la aplicación para enviar emails y no el servidor de tu proveedor de correo, así que algunos destinatarios (aquellos compatibles con el protocolo restrictivo DMARC), preguntarán a tu proveedor de correo si pueden aceptar el correo y otros proveedores (como Yahoo) pueden responder "no" porque el servidor no es uno de sus servidores, así que tus correos enviados pueden no ser aceptados (vigila también la cuota de envío de tu servidor de correo). <br>Si su proveedor de correo electrónico (como Yahoo) tiene esta restricción, debe cambiar la configuración de e-mail para elegir el método "servidor SMTP" y introducir el servidor SMTP y credenciales proporcionadas por su proveedor de correo electrónico (pregunte a su proveedor de correo electrónico las credenciales SMTP para su cuenta).
       WarningPHPMail2=Si su proveedor SMTP de correo electrónico necesita restringir el cliente de correo electrónico a algunas direcciones IP (muy raro), esta es la dirección IP de su aplicación ERP CRM: <strong>%s</strong>.
       ClickToShowDescription=Clic para ver la descripción
      -DependsOn=Este módulo necesita los módulos
      +DependsOn=Este módulo necesita el módulo(s)
       RequiredBy=Este módulo es requerido por los módulos
      -TheKeyIsTheNameOfHtmlField=La clave es el nombre del campo HTML. es necesario tener conocimientos técnicos para leer el contenido de la página HTML para obtener el nombre clave de un campo.
      -PageUrlForDefaultValues=Debe introducir aquí la URL relativa de la página. Si incluye parámetros en URL, los valores predeterminados serán efectivos si todos los parámetros están configurados con el mismo valor. Ejemplos:
      +TheKeyIsTheNameOfHtmlField=Este es el nombre del del campo HTML. Son necesarios tener conocimientos técnicos para leer el contenido de la página HTML para obtener el nombre clave de un campo.
      +PageUrlForDefaultValues=Debe introducir aquí la URL relativa de la página. Si incluye parámetros en la URL, los valores predeterminados serán efectivos si todos los parámetros están configurados con el mismo valor. Ejemplos:
       PageUrlForDefaultValuesCreate=<br> Para que el formulario cree un nuevo tercero, es <strong> %s</strong>, <br> Si queremos que el valor predeterminado sea sólo una url con algún parámetro, podemos usar <strong>%s</strong>
       PageUrlForDefaultValuesList=<br>Para la página que lista terceros, es <strong>%s</strong>,<br>si queremos que el valor predeterminado sea sólo una url con algún parámetro, podemos usar <strong>%s</strong>
       EnableDefaultValues=Habilitar el uso de valores predeterminados personalizados
       EnableOverwriteTranslation=Habilitar el uso de la traducción sobrescrita
      -GoIntoTranslationMenuToChangeThis=Se ha encontrado una traducción para la clave con este código, por lo que para cambiar este valor, debe editarlo desde Inicio-Configuración-Traducción.
      +GoIntoTranslationMenuToChangeThis=Se ha encontrado una traducción para la clave con este código. Para cambiar este valor, debe editarlo desde Inicio-Configuración-Traducción.
       WarningSettingSortOrder=Atención, establecer un orden predeterminado puede resultar en un error técnico al pasar a la página de lista si un campo es un campo desconocido. Si experimenta un error de este tipo, vuelva a esta página para eliminar el orden predeterminado y restaurar el comportamiento predeterminado.
       Field=Campo
       ProductDocumentTemplates=Plantillas de documentos para generar documento de producto
      @@ -477,6 +481,8 @@ davDescription=Agregue un componente para ser un servidor DAV
       DAVSetup=Configuración del módulo DAV
       DAV_ALLOW_PUBLIC_DIR=Habilite el directorio público (directorio WebDav sin necesidad de iniciar sesión)
       DAV_ALLOW_PUBLIC_DIRTooltip=El directorio público de WebDav es un directorio WebDAV al que todos pueden acceder (en modo lectura y escritura), sin necesidad de tener/usar una cuenta de inicio de sesión/contraseña existente.
      +DAV_ALLOW_ECM_DIR=Activar el directorio raíz del módulo GED (autentificación requerida)
      +DAV_ALLOW_ECM_DIRTooltip=El directorio raíz donde se cargan manualmente todos los archivos cuando se utiliza el módulo GED. Al igual que para la función de la interfaz web, necesitará un nombre de usuario/contraseña válido con permisos adecuados para acceder a ella.
       # Modules
       Module0Name=Usuarios y grupos
       Module0Desc=Gestión de Usuarios / Empleados y grupos
      @@ -485,7 +491,7 @@ Module1Desc=Gestión de terceros (empresas, particulares) y contactos
       Module2Name=Comercial
       Module2Desc=Gestión comercial
       Module10Name=Contabilidad
      -Module10Desc=Activación de informes simples de contabilidad (diarios, ventas) basados en el contenido de la base de datos. Sin desgloses.
      +Module10Desc=Activación de informes simples de contabilidad (diarios, ventas) basados en el contenido de la base de datos. No utiliza ninguna tabla de contabilidad.
       Module20Name=Presupuestos
       Module20Desc=Gestión de presupuestos/propuestas comerciales
       Module22Name=E-Mailings
      @@ -546,27 +552,27 @@ Module310Name=Miembros
       Module310Desc=Gestión de miembros de una asociación
       Module320Name=Hilos RSS
       Module320Desc=Adición de hilos de información RSS en las pantallas Dolibarr
      -Module330Name=Marcadores
      -Module330Desc=Gestión de marcadores
      -Module400Name=Proyectos/Oportunidades/Leads
      -Module400Desc=Gestión de proyectos, oportunidades/leads o tareas, Puede asignar cualquier elemento (factura, pedido, presupuesto, intervención...) a un proyecto y obtener una vista transversal del proyecto
      +Module330Name=Marcadores y atajos
      +Module330Desc=Crear marcadores, siempre accesibles, a páginas internas o externas a las que suele acceder
      +Module400Name=Proyectos u Oportunidades
      +Module400Desc=Gestión de proyectos, oportunidades/leads y/o tareas. También puedes asignar cualquier elemento (factura, pedido, presupuesto, intervención...) a un proyecto y obtener una vista transversal del proyecto
       Module410Name=Webcalendar
       Module410Desc=Interfaz con el calendario Webcalendar
       Module500Name=Impuestos y gastos especiales
      -Module500Desc=Gestión de gastos especiales (impuestos, gastos sociales, dividendos)
      +Module500Desc=Gestión de gastos especiales (impuestos, gastos sociales, dividendos...)
       Module510Name=Pago de salarios
      -Module510Desc=Registro y seguimiento del pago de los salarios de su empleado
      +Module510Desc=Registro y seguimiento del pago de los salarios de sus empleados
       Module520Name=Crédito
       Module520Desc=Gestión de créditos
       Module600Name=Notificaciones
      -Module600Desc=Enviar notificaciones por e-mail (desencadenados por algunos eventos) a los usuarios (configuración definida para cada usuario), los contactos de terceros (configuración definida en cada tercero) o e-mails fijos
      -Module600Long=Tenga en cuenta que este módulo está dedicado a enviar mensajes de e-mail en tiempo real cuando se produce un evento. Si está buscando una función para enviar recordatorios por e-mail de los eventos de su agenda, vaya a la configuración del módulo Agenda.
      +Module600Desc=Enviar notificaciones por e-mail desencadenados por algunos eventos a los usuarios (configuración definida para cada usuario), los contactos de terceros (configuración definida en cada tercero) o e-mails definidos
      +Module600Long=Tenga en cuenta que este módulo envía mensajes de e-mail en tiempo real cuando se produce un evento. Si está buscando una función para enviar recordatorios por e-mail de los eventos de su agenda, vaya a la configuración del módulo Agenda.
       Module610Name=Variantes de productos
      -Module610Desc=Permite la creación de variantes de productos en función de los atributos (color, tamaño, ...)
      +Module610Desc=Permite la creación de variantes de productos (color, talla, etc.)
       Module700Name=Donaciones
       Module700Desc=Gestión de donaciones
       Module770Name=Informes de gastos
      -Module770Desc=Gestión de informes de gastos (transporte, dietas, etc.)
      +Module770Desc=Gestión de informes de gastos (transporte, dietas...)
       Module1120Name=Presupuesto de proveedor
       Module1120Desc=Solicitud presupuesto y precios a proveedor
       Module1200Name=Mantis
      @@ -574,15 +580,15 @@ Module1200Desc=Interfaz con el sistema de seguimiento de incidencias Mantis
       Module1520Name=Generación Documento
       Module1520Desc=Generación de documentos de correo masivo
       Module1780Name=Etiquetas/Categorías
      -Module1780Desc=Crear etiquetas/Categoría(Productos, clientes,proveedores,contactos y miembros)
      +Module1780Desc=Crear etiquetas/categoría (productos, clientes, proveedores, contactos o miembros)
       Module2000Name=Editor WYSIWYG
      -Module2000Desc=Permite la edición de un área de texto con un editor avanzado (Basado en CKEditor)
      +Module2000Desc=Permite la edición de un área de texto usando CKEditor
       Module2200Name=Precios dinámicos
       Module2200Desc=Activar el uso de expresiones matemáticas para precios
       Module2300Name=Tareas programadas
       Module2300Desc=Gestión del Trabajo programado (alias cron)
       Module2400Name=Eventos/Agenda
      -Module2400Desc=Siga los eventos o citas. Registre eventos manuales en las agendas o deje a la aplicación registrar eventos automáticos para fines de seguimiento. Este es un módulo importante para una buena gestión de relaciones con clientes o proveedores.
      +Module2400Desc=Siga los eventos o citas. Deje que Dolibarr registre eventos automáticos a fin de realizar seguimiento o registre eventos manuales o reuniones. Este es el módulo más importante para una buena gestión de relaciones con clientes o proveedores.
       Module2500Name=GED / SGD
       Module2500Desc=Sistema de Gestión de Documentos / Gestión Electrónica de Contenidos. Organización automática de sus documentos generados o almacenados. Compártalos cuando lo necesite.
       Module2600Name=API/Servicios web (servidor SOAP)
      @@ -590,34 +596,38 @@ Module2600Desc=Habilitar los servicios Dolibarr SOAP proporcionando servicios AP
       Module2610Name=API/Servicios web (servidor REST)
       Module2610Desc=Habilitar los servicios Dolibarr REST proporcionando servicios API
       Module2660Name=Llamada Webservices (Cliente SOAP)
      -Module2660Desc=Habilitar los web services de Dolibarr (puede ser utilizado para grabar datos/solicitudes de servidores externos. De momento solo se soporta pedidos a proveedor)
      +Module2660Desc=Habilitar los servicios web de Dolibarr (puede ser utilizado para grabar datos/solicitudes de servidores externos. De momento solo se soporta pedidos a proveedor)
       Module2700Name=Gravatar
      -Module2700Desc=Utiliza el servicio en línea de Gravatar (www.gravatar.com) para mostrar fotos de los usuarios/miembros (que se encuentran en sus mensajes de correo electrónico). Necesita un acceso a Internet
      +Module2700Desc=Utiliza el servicio en línea de Gravatar (www.gravatar.com) para mostrar fotos de los usuarios/miembros (que se encuentran en sus correos electrónicos). Necesita un acceso a Internet
       Module2800Desc=Cliente FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Capacidades de conversión GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Añadir un botón Skype en las fichas de usuarios/terceros/contactos/miembros
       Module3200Name=Archivos inalterables
      -Module3200Desc=Activar el registro de algunos eventos empresariales en un registro no reversible. Los eventos se archivan en tiempo real. El registro es una tabla de sucesos encadenados que se pueden leer y exportar. Este módulo puede ser obligatorio en algunos países.
      +Module3200Desc=Activar el registro inalterable de eventos empresariales. Los eventos se archivan en tiempo real. El registro es una tabla de sucesos encadenados que se pueden leer y exportar. Este módulo puede ser obligatorio en algunos países.
       Module4000Name=RRHH
       Module4000Desc=Departamento de Recursos Humanos (gestión del departamento, contratos de empleados)
       Module5000Name=Multi-empresa
       Module5000Desc=Permite gestionar varias empresas
       Module6000Name=Flujo de trabajo
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=Gestión de flujos de trabajo (creación automática de objeto y/o cambio de estado automático)
       Module10000Name=Sitios web
       Module10000Desc=Cree sitios web públicos con un editor WYSIWYG. Configure el servidor web (Apache, Nginx,...) para que apunte al directorio dedicado para tenerlo en línea en Internet.
       Module20000Name=Gestión de días libres retribuidos
      -Module20000Desc=Gestión de los días libres retribuidos de los empleados
      +Module20000Desc=Gestión de los días libres de los empleados
       Module39000Name=Lotes de productos
       Module39000Desc=Gestión de lotes o series, fechas de caducidad y venta de los productos
      +Module40000Name=Multimoneda
      +Module40000Desc=Usa divisas alternativas en precios y documentos
       Module50000Name=PayBox
      -Module50000Desc=Módulo para ofrecer pagos online aceptando pagos con tarjeta de Débito/Crédito via PayBox. Esto puede ser usado para permitir a tus clientes realizar pagos libres o pagos en un objeto de Dolibarr en particular (factura, pedido...)
      +Module50000Desc=Ofrece a los clientes pagos online vía PayBox (tarjetas de crédito/débito). Esto puede ser usado para permitir a sus clientes realizar pagos libres o pagos en un objeto de Dolibarr en particular (factura, pedido...)
       Module50100Name=TPV
       Module50100Desc=Módulo punto de venta (TPV)
      +Module50150Name=Terminales Punto de Venta
      +Module50150Desc=Módulo punto de venta (Pantalla táctil TPV)
       Module50200Name=Paypal
      -Module50200Desc=Módulo para ofrecer pagos online aceptando pagos utilizando PayPal (tarjeta de crédito o crédito PayPal). Esto puede ser usado para permitir a tus clientes realizar pagos libres o pagos en un objeto de Dolibarr en particular (factura, pedido...)
      +Module50200Desc=Ofrece a los clientes pagos online  vía PayPal (cuenta PayPal o tarjetas de crédito/débito). Esto puede ser usado para permitir a sus clientes realizar pagos libres o pagos en un objeto de Dolibarr en particular (factura, pedido...)
       Module50400Name=Contabilidad (avanzada)
       Module50400Desc=Gestión contable (doble partida, libros generales y auxiliares). Exporte a varios formatos de software de contabilidad.
       Module54000Name=PrintIPP
      @@ -628,7 +638,7 @@ Module59000Name=Márgenes
       Module59000Desc=Módulo para gestionar los márgenes de beneficio
       Module60000Name=Comisiones
       Module60000Desc=Módulo para gestionar las comisiones de venta
      -Module62000Name=Incoterm
      +Module62000Name=Incoterms
       Module62000Desc=Añade funciones para gestionar Incoterm
       Module63000Name=Recursos
       Module63000Desc=Gestionar recursos (impresoras, automóviles, salas, ...) puede compartirlos en  los eventos
      @@ -651,9 +661,9 @@ Permission32=Crear/modificar productos
       Permission34=Eliminar productos
       Permission36=Ver/gestionar los productos ocultos
       Permission38=Exportar productos
      -Permission41=Leer proyectos y tareas (proyectos compartidos y proyectos de los que soy contacto). También puede introducir tiempos consumidos en tareas asignadas (Hojas de tiempo).
      +Permission41=Leer proyectos y tareas (proyectos compartidos y proyectos de los que soy contacto). También puede introducir tiempos consumidos, para mí o mis subordinados, en tareas asignadas (Hojas de tiempo).
       Permission42=Crear/modificar proyectos (proyectos compartidos y proyectos de los que soy contacto). También puede crear tareas y asignar usuarios a proyectos y tareas
      -Permission44=Eliminar proyectos y tareas (compartidos o soy contacto)
      +Permission44=Eliminar proyectos (compartidos o soy contacto)
       Permission45=Exportar proyectos
       Permission61=Consultar intervenciones
       Permission62=Crear/modificar intervenciones
      @@ -750,12 +760,12 @@ Permission244=Ver contenido de categorías ocultas
       Permission251=Consultar otros usuarios
       PermissionAdvanced251=Consultar otros usuarios
       Permission252=Consultar los permisos de otros usuarios
      -Permission253=Crear/modificar otros usuarios y sus permisos
      +Permission253=Crear/modificar otros usuarios, grupos y permisos
       PermissionAdvanced253=Crear/modificar usuarios internos/externos y sus permisos
       Permission254=Crear/modificar únicamente usuarios externos
       Permission255=Modificar la contraseña de otros usuarios
       Permission256=Eliminar o desactivar otros usuarios
      -Permission262=Ampliar el acceso a todos los terceros (no sólo a los terceros que el usuario es comercial).<br>No efectivo para usuarios externos (Solamente usuarios internos. Los externos están limitados a ellos mismos para presupuestos, facturas, contratos, etc.).<br>No efectivo para proyectos (solamente permisos de visión y asignación de los proyectos).
      +Permission262=Ampliar el acceso a todos los terceros (no sólo a los terceros que el usuario es comercial).<br>No efectivo para usuarios externos (siempre están limitados a sus propios presupuestos, facturas, contratos, etc.).<br>No efectivo para proyectos (solamente permisos de visión y asignación de los proyectos).
       Permission271=Consultar el CA
       Permission272=Consultar las facturas
       Permission273=Emitir las facturas
      @@ -787,11 +797,9 @@ Permission401=Consultar haberes
       Permission402=Crear/modificar haberes
       Permission403=Validar haberes
       Permission404=Eliminar haberes
      -Permission501=Consultar contratos/salarios de empleados
      -Permission502=Crear/modificar contratos/salarios del empleado
       Permission511=Consultar pagos de salarios
       Permission512=Crear/modificar pagos de salarios
      -Permission514=Eliminar salarios
      +Permission514=Eliminar pagos de salarios
       Permission517=Exportar salarios
       Permission520=Consultar Créditos
       Permission522=Crear/modificar Créditos
      @@ -844,11 +852,11 @@ Permission1251=Lanzar las importaciones en masa a la base de datos (carga de dat
       Permission1321=Exportar facturas a clientes, campos adicionales y cobros
       Permission1322=Reabrir una factura pagada
       Permission1421=Exportar pedidos de clientes y campos adicionales
      -Permission20001=Leer peticiones días retribuidos (suyos y subordinados)
      -Permission20002=Crear/modificar peticiones días retribuidos (suyos y subordinados)
      +Permission20001=Leer peticiones días retribuidos (suyos y de sus subordinados)
      +Permission20002=Crear/modificar peticiones días retribuidos (suyos y de sus subordinados)
       Permission20003=Eliminar peticiones de días retribuidos
       Permission20004=Leer todas las peticiones de días retribuidos (incluso no subordinados)
      -Permission20005=Crear/modificar las peticiones de días retribuidos (incluso no subordinados)
      +Permission20005=Crear/modificar las peticiones de días retribuidos para todos (incluso no subordinados)
       Permission20006=Administrar días retribuidos (configuración y actualización de balance)
       Permission23001=Consultar Trabajo programado
       Permission23002=Crear/actualizar Trabajo programado
      @@ -911,8 +919,8 @@ DictionaryAccountancyJournal=Diarios contables
       DictionaryEMailTemplates=Plantillas E-Mails
       DictionaryUnits=Unidades
       DictionaryProspectStatus=Estado cliente potencial
      -DictionaryHolidayTypes=Tipos de honorarios
      -DictionaryOpportunityStatus=Estado de oportunidad para el proyecto/lead
      +DictionaryHolidayTypes=Tipos de vacaciones
      +DictionaryOpportunityStatus=Estado de oportunidad para el proyecto/oportunidad
       DictionaryExpenseTaxCat=Informe de gastos - Categorías de transporte
       DictionaryExpenseTaxRange=Informe de gastos - Rango por categoría de transporte
       SetupSaved=Configuración guardada
      @@ -921,9 +929,9 @@ BackToModuleList=Volver a la lista de módulos
       BackToDictionaryList=Volver a la lista de diccionarios
       TypeOfRevenueStamp=Tipos de sellos fiscales
       VATManagement=Gestión IVA
      -VATIsUsedDesc=Por defecto cuando se crean presupuestos, facturas, pedidos, etc. el tipo de IVA sigue la regla estándar seleccionada: <br>. Si el vendedor no está sujeto a IVA, entonces IVA por defecto es 0. Fin de la regla <br> Si el país del vendedor =  país del comprador, entonces el IVA por defecto es igual al IVA del producto en el país del vendedor. Fin de la regla. <br> Si el vendedor y el comprador son de la Comunidad Europea y los bienes son productos de transporte (coche, barco, avión), el IVA por defecto es 0 (El IVA debe ser pagado por el comprador a la hacienda de su país y no al vendedor). Fin de la regla. <br> Si el vendedor y el comprador están ambos en la Comunidad Europea y el comprador no es una empresa, entonces el IVA por defecto es el IVA del producto vendido. Fin de la regla. <br> Si el vendedor y el comprador son de la Comunidad Europea y el comprador es una empresa, entonces el IVA es 0 por defecto. Fin de la regla. <br> En cualquier otro caso el IVA propuesto por defecto es 0. Fin de la regla.
      +VATIsUsedDesc=Por defecto cuando se crean presupuestos, facturas, pedidos, etc. el tipo de IVA sigue la regla estándar seleccionada: <br>. Si el vendedor no está sujeto a IVA, entonces IVA por defecto es 0. Fin de la regla <br>Si (el país del vendedor =  país del comprador), entonces el IVA por defecto es igual al IVA del producto en el país del vendedor. Fin de la regla. <br>Si el vendedor y el comprador son de la Comunidad Europea y los bienes son productos de transporte (coche, barco, avión), el IVA por defecto es 0. Esta regla depende del país del vendedor - por favor consulta tu asesor contable. El IVA debe ser pagado por el comprador a la hacienda de su país y no al vendedor. Fin de la regla.<br> Si el vendedor y el comprador están ambos en la Comunidad Europea y el comprador no es una empresa (no tiene CIF intracomunitario), entonces el IVA por defecto es el IVA del país del vendedor. Fin de la regla. <br> Si el vendedor y el comprador son de la Comunidad Europea y el comprador es una empresa (con CIF intracomunitario), entonces el IVA es 0 por defecto. Fin de la regla.<br> En cualquier otro caso el IVA propuesto por defecto es 0. Fin de la regla.
       VATIsNotUsedDesc=El tipo de IVA propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.
      -VATIsUsedExampleFR=En Francia, se trata de las sociedades u organismos que eligen un régimen fiscal general (General simplificado o General normal), régimen en el cual se declara el IVA.
      +VATIsUsedExampleFR=En Francia, se trata de las sociedades u organismos que eligen un régimen fiscal general (General simplificado o General normal). Régimen en el cual se declara el IVA.
       VATIsNotUsedExampleFR=En Francia, se trata de asociaciones exentas de IVA o sociedades, organismos o profesiones liberales que han elegido el régimen fiscal de módulos (IVA en franquicia), pagando un IVA en franquicia sin hacer declaración de IVA. Esta elección hace aparecer la anotación  "IVA no aplicable - art-293B del CGI" en las facturas.
       ##### Local Taxes #####
       LTRate=Tasa
      @@ -935,20 +943,20 @@ LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=No sujeto
       LocalTax2IsUsedDesc=Uso de un 3er. tipo de impuesto (Distinto del IVA)
      -LocalTax2IsNotUsedDesc=No usar un 3er. tipo de impuesto (Distinto del IVA)
      +LocalTax2IsNotUsedDesc=No usar un 3er tipo de impuesto (Distinto del IVA)
       LocalTax2Management=Gestión 3er. tipo de impuesto
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Gestión RE
      -LocalTax1IsUsedDescES= El tipo de RE propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el comprador no está sujeto a RE, RE por defecto=0. Final de regla.<br>Si el comprador está sujeto a RE entonces se aplica valor de RE por defecto. Final de regla.<br>
      -LocalTax1IsNotUsedDescES= El tipo de RE propuesto por defecto es 0. Final de regla.
      -LocalTax1IsUsedExampleES= En España, se trata de personas físicas: autónomos sujetos a unos epígrafes concretos del IAE.
      -LocalTax1IsNotUsedExampleES= En España, se trata de empresas jurídicas: Sociedades limitadas, anónimas, etc. y personas físicas (autónomos) sujetos a ciertos epígrafes del IAE.
      -LocalTax2ManagementES= Gestión IRPF
      -LocalTax2IsUsedDescES= El tipo de IRPF propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a IRPF, IRPF por defecto=0. Final de regla.<br>Si el vendedor está sujeto a IRPF entonces se aplica valor de IRPF por defecto. Final de regla.<br>
      -LocalTax2IsNotUsedDescES= El tipo de IRPF propuesto por defecto es 0. Final de regla.
      -LocalTax2IsUsedExampleES= En España, se trata de personas físicas: autónomos y profesionales independientes que prestan servicios y empresas que han elegido el régimen fiscal de módulos.
      -LocalTax2IsNotUsedExampleES= En España, se trata de empresas no sujetas al régimen fiscal de módulos.
      +LocalTax1ManagementES=Gestión RE
      +LocalTax1IsUsedDescES=El tipo de RE propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el comprador no está sujeto a RE, RE por defecto=0. Final de regla.<br>Si el comprador está sujeto a RE entonces se aplica valor de RE por defecto. Final de regla.<br>
      +LocalTax1IsNotUsedDescES=El tipo de RE propuesto por defecto es 0. Final de regla.
      +LocalTax1IsUsedExampleES=En España, se trata de personas físicas: autónomos sujetos a unos epígrafes concretos del IAE.
      +LocalTax1IsNotUsedExampleES=En España, se trata de empresas jurídicas: Sociedades limitadas, anónimas, etc. y personas físicas (autónomos) sujetos a ciertos epígrafes del IAE.
      +LocalTax2ManagementES=Gestión IRPF
      +LocalTax2IsUsedDescES=El tipo de IRPF propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a IRPF, IRPF por defecto=0. Final de regla.<br>Si el vendedor está sujeto a IRPF entonces se aplica valor de IRPF por defecto. Final de regla.<br>
      +LocalTax2IsNotUsedDescES=El tipo de IRPF propuesto por defecto es 0. Final de regla.
      +LocalTax2IsUsedExampleES=En España, se trata de personas físicas: autónomos y profesionales independientes que prestan servicios y empresas que han elegido el régimen fiscal de módulos.
      +LocalTax2IsNotUsedExampleES=En España, se trata de empresas no sujetas al régimen fiscal de módulos.
       CalcLocaltax=Informes de impuestos locales
       CalcLocaltax1=Ventas - Compras
       CalcLocaltax1Desc=Los informes se calculan con la diferencia entre las ventas y las compras
      @@ -958,6 +966,7 @@ CalcLocaltax3=Ventas
       CalcLocaltax3Desc=Los informes se basan en el total de las ventas
       LabelUsedByDefault=Etiqueta que se utilizará si no se encuentra traducción para este código
       LabelOnDocuments=Etiqueta sobre documentos
      +LabelOrTranslationKey=Clave de traducción o cadena
       NbOfDays=Nº de días
       AtEndOfMonth=A fin de mes
       CurrentNext=Actual/Siguiente
      @@ -984,7 +993,7 @@ DatabaseUser=Login de la base de datos
       DatabasePassword=Contraseña de la base de datos
       Tables=Tablas
       TableName=Nombre de la tabla
      -NbOfRecord=Nº Reg.
      +NbOfRecord=Nº de registros
       Host=Servidor
       DriverType=Tipo de driver
       SummarySystem=Resumen de la información de sistemas Dolibarr
      @@ -996,7 +1005,7 @@ Skin=Tema visual
       DefaultSkin=Tema visual por defecto
       MaxSizeList=Longitud máxima de listados
       DefaultMaxSizeList=Longitud máxima de registros en listados
      -DefaultMaxSizeShortList=Longitud máxima de registros en listados
      +DefaultMaxSizeShortList=Longitud máxima de registros en listados cortos (por ejemplo en ficha cliente)
       MessageOfDay=Mensaje del día
       MessageLogin=Mensaje del login
       LoginPage=Página de login
      @@ -1005,7 +1014,7 @@ PermanentLeftSearchForm=Zona de búsqueda permanente del menú izquierdo
       DefaultLanguage=Idioma por defecto a utilizar (código idioma)
       EnableMultilangInterface=Activar interfaz multi-idioma
       EnableShowLogo=Mostrar el logotipo en el menú de la izquierda
      -CompanyInfo=Información de la empresa/organización
      +CompanyInfo=Empresa/Organización
       CompanyIds=Identificación de la empresa/organización
       CompanyName=Nombre/Razón social
       CompanyAddress=Dirección
      @@ -1023,25 +1032,25 @@ ShowBugTrackLink=Mostrar enlace "<strong>%s</strong>"
       Alerts=Alertas
       DelaysOfToleranceBeforeWarning=Plazos de tolerancia antes de alerta
       DelaysOfToleranceDesc=Esta pantalla permite configura los plazos de tolerancia antes de que se alerte con el símbolo %s, sobre cada elemento en retraso.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerancia de retraso (en días) sobre eventos planificados (eventos de la agnda) todavía no completados
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerancia de retraso antes de la alerta (en días) sobre proyectos no cerrados a tiempo
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerancia de retraso (en días) sobre tareas planificadas (tareas de proyectos) todavía no completadas
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerancia de retraso antes de la alerta (en días) sobre pedidos no procesados
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerancia de retraso antes de la alerta (en días) sobre presupuestos a cerrar
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerancia de retraso antes de la alerta (en días) sobre presupuestos no facturados
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerancia de retraso antes de la alerta (en días) sobre servicios a activar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerancia de retraso antes de la alerta (en días) sobre servicios expirados
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerancia de retraso antes de la alerta (en días) sobre facturas de proveedor impagadas
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerancia de retraso antes de la alerta (en días) sobre facturas a cliente impagadas
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerancia de retraso antes de la alerta (en días) sobre conciliaciones bancarias pendientes
      -Delays_MAIN_DELAY_MEMBERS=Tolerancia de retraso entes de la alerta  (en días) sobre cotizaciones adherentes en retraso
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerancia de retraso entes de la alerta  (en días) sobre cheques a ingresar
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerancia de retraso entes de la alerta  (en días) sobre gastos a aprobar
      -SetupDescription1=El área de configuración sirve para configurar los parámetros antes de empezar a usar Dolibarr
      -SetupDescription2=Los dos pasos de configuración obligatorios son los siguientes (las dos primeras entradas en el menú de configuración izquierdo):
      -SetupDescription3=Los parámetros de configuración del menú <a href="%s">%s->%s</a> son necesarios ya que los datos presentados se utilizan en las pantallas Dolibarr y para personalizar el comportamiento por defecto del software (para funciones relacionadas con el país, por ejemplo).
      -SetupDescription4=Los parámetros de configuración del menú <a href="%s">%s -> %s</a> son necesarios porque Dolibarr es un ERP/CRM una colección de varios módulos, todos más o menos independientes. Se añadirán nuevas funcionalidades a los menús por cada módulo que se active.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Retraso (en días) sobre eventos planificados (eventos de la agenda) todavía no completados
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Retraso antes de la alerta (en días) sobre proyectos no cerrados a tiempo
      +Delays_MAIN_DELAY_TASKS_TODO=Retraso (en días) sobre tareas planificadas (tareas de proyectos) todavía no completadas
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Retraso antes de la alerta (en días) sobre pedidos no procesados
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Retraso antes de la alerta (en días) sobre pedidos a proveedores no procesados
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Retraso antes de la alerta (en días) sobre presupuestos a cerrar
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Retraso antes de la alerta (en días) sobre presupuestos no facturados
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Retraso antes de la alerta (en días) sobre servicios a activar
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Retraso antes de la alerta (en días) sobre servicios expirados
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Retraso antes de la alerta (en días) sobre facturas de proveedor impagadas
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Retraso antes de la alerta (en días) sobre facturas a cliente impagadas
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Retraso antes de la alerta (en días) sobre conciliaciones bancarias pendientes
      +Delays_MAIN_DELAY_MEMBERS=Retraso antes de la alerta  (en días) sobre cotizaciones de miembros en retraso
      +Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Retraso entes de la alerta  (en días) sobre cheques a ingresar
      +Delays_MAIN_DELAY_EXPENSEREPORTS=Retraso entes de la alerta  (en días) sobre informes de gastos a aprobar
      +SetupDescription1=Antes de comenzar a usar Dolibarr, se deben definir algunos parámetros iniciales y habilitar/configurar los módulos.
      +SetupDescription2=Los pasos de configuración obligatorios son los 2 primeros pasos en el menú de configuración, a saber:
      +SetupDescription3=Los parámetros del menú <a href="%s">%s->%s</a> <br>Parámetros básicos para personalizar el comportamiento por defecto de Dolibarr (por ejemplo características relacionadas con el país)
      +SetupDescription4=<a href="%s">%s -> %s</a> <br>Dolibarr ERP/CRM es una colección de varios módulos, todos más o menos independientes. Los módulos relevantes para tus necesidades deben ser activados y configurados. Se añadirán nuevas funcionalidades a los menús por cada módulo que se active.
       SetupDescription5=Las otras entradas de configuración gestionan parámetros opcionales.
       LogEvents=Auditoría de la seguridad de eventos
       Audit=Auditoría
      @@ -1060,16 +1069,16 @@ LogEventDesc=Puede habilitar el registro de eventos de seguridad Dolibarr aquí.
       AreaForAdminOnly=Los parámetros de configuración solamente pueden ser tratados por <b>usuarios administrador</b>
       SystemInfoDesc=La información del sistema es información técnica accesible solamente en solo lectura a los administradores.
       SystemAreaForAdminOnly=Esta área solo es accesible a los usuarios de tipo administradores. Ningún permiso Dolibarr permite extender el círculo de usuarios autorizados a esta área.
      -CompanyFundationDesc=Edite en esta página toda la información conocida de la empresa o institución que necesita gestionar (Para ello haga clic en el botón "%s" o "%s" a pié de página)
      -AccountantDesc=Edite en esta página toda la información conocida de su contable/auditor
      +CompanyFundationDesc=Edite la información de la empresa o institución. Haga clic en el botón "%s" o "%s" a pié de página
      +AccountantDesc=Edite los detalles de su contable/auditor
       AccountantFileNumber=Número de archivo
       DisplayDesc=Puede encontrar aquí todos los parámetros relacionados con la apariencia de Dolibarr
       AvailableModules=Módulos disponibles
       ToActivateModule=Para activar los módulos, vaya al área de Configuración (Inicio->Configuración->Módulos).
       SessionTimeOut=Timeout de sesiones
      -SessionExplanation=Asegura que el período de sesiones no expirará antes de este momento. Sin embargo, la gestión del período de sesiones de PHP no garantiza que el período de sesiones expira después de este período: Este será el caso si un sistema de limpieza del caché de sesiones es activo. <br> Nota: Sin mecanismo especial, el mecanismo interno para limpiar el período de sesiones de PHP todos los accesos <b>%s/%s</b>, pero sólo en torno al acceso de otros períodos de sesiones.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Triggers disponibles
      -TriggersDesc=Los triggers son archivos que, une vez depositados en el directorio <b>htdocs/core/triggers</b>, modifican el comportamiento del workflow de Dolibarr. Realizan acciones suplementarias, desencadenadas por los eventos Dolibarr (creación de empresa, validación factura, cierre contrato, etc).
      +TriggersDesc=Los triggers son archivos que, une vez copiados en el directorio <b>htdocs/core/triggers</b>, modifican el comportamiento del workflow de Dolibarr. Realizan acciones suplementarias, desencadenadas por los eventos Dolibarr (creación de empresa, validación factura...).
       TriggerDisabledByName=Triggers de este archivo desactivados por el sufijo <b>-NORUN</b> en el nombre del archivo.
       TriggerDisabledAsModuleDisabled=Triggers de este archivo desactivados ya que el módulo <b>%s</b> no está activado.
       TriggerAlwaysActive=Triggers de este archivo siempre activos, ya que los módulos Dolibarr relacionados están activados
      @@ -1109,7 +1118,7 @@ YourPHPDoesNotHaveSSLSupport=Funciones SSL no disponibles en su PHP
       DownloadMoreSkins=Más temas para descargar
       SimpleNumRefModelDesc=Devuelve el número bajo el formato %syymm-nnnn donde yy es el año, mm el mes y nnnn un contador secuencial sin ruptura y sin volver a 0
       ShowProfIdInAddress=Mostrar el identificador profesional en las direcciones de los documentos
      -ShowVATIntaInAddress=Ocultar el identificador IVA en las direcciones de los documentos
      +ShowVATIntaInAddress=Ocultar el CIF intracomunitario en las direcciones de los documentos
       TranslationUncomplete=Traducción parcial
       MAIN_DISABLE_METEO=Deshabilitar la vista meteorológica
       MeteoStdMod=Modo estándar
      @@ -1118,7 +1127,7 @@ MeteoPercentageMod=Modo de porcentaje
       MeteoPercentageModEnabled=Modo Porcentaje habilitado
       MeteoUseMod=Clic para usar %s
       TestLoginToAPI=Comprobar conexión a la API
      -ProxyDesc=Algunas de las características de Dolibarr requieren que el servidor tenga acceso a Internet. Defina aqui los parámetros para dicho acceso. Si el servidor está detrás de un proxy, estos parámetros indican a Dolibarr cómo pasarlo.
      +ProxyDesc=Algunas de las características de Dolibarr requieren que el servidor tenga acceso a Internet. Defina aquí los parámetros para dicho acceso. Si el servidor está detrás de un proxy, estos parámetros indican a Dolibarr cómo acceder a internet a través de él.
       ExternalAccess=Acceso externo
       MAIN_PROXY_USE=Usar un servidor proxy (si no acceso directo a Internet)
       MAIN_PROXY_HOST=Nombre/Dirección del servidor proxy
      @@ -1152,7 +1161,7 @@ TranslationKeySearch=Buscar una clave de traducción o cadena
       TranslationOverwriteKey=Sobreescribir una cadena traducida
       TranslationDesc=Cómo se establece el idioma de la aplicación a usar: :<br>* Sistema: menu <strong>Inicio - Configuración - Entorno</strong><br>* Por usario: pestaña <strong>Interfaz usuario</strong> de la ficha del usuario (clic en el nombre de usuario en la parte superior de la pantalla).
       TranslationOverwriteDesc=También puede reemplazar cadenas llenando la tabla siguiente. Elija su idioma en la lista desplegable "%s",  inserte la clave de la traducción en "%s" y su nueva traducción en "%s"
      -TranslationOverwriteDesc2=Puede utilizar otra pestaña para ayudarle a saber clave a utilizar
      +TranslationOverwriteDesc2=Puede utilizar la otra pestaña para ayudarle a saber la clave a utilizar
       TranslationString=Cadena traducida
       CurrentTranslationString=Cadena traducida actual
       WarningAtLeastKeyOrTranslationRequired=Se necesita un criterio de búsqueda al menos por cadena de clave o traducción
      @@ -1163,7 +1172,7 @@ TotalNumberOfActivatedModules=Número total de módulos activados: <b>%s</b> / <
       YouMustEnableOneModule=Debe activar al menos un módulo.
       ClassNotFoundIntoPathWarning=No se ha encontrado la clase %s en su path PHP
       YesInSummer=Sí en verano
      -OnlyFollowingModulesAreOpenedToExternalUsers=Atención: únicamente los módulos siguientes están disponibles a usuarios externos (sea cual sea el permiso de dichos usuarios):
      +OnlyFollowingModulesAreOpenedToExternalUsers=Atención: únicamente los módulos siguientes están disponibles a usuarios externos (sea cual sea el permiso de dichos usuarios) y solo si se otorgan permisos:
       SuhosinSessionEncrypt=Almacenamiento de sesiones cifradas por Suhosin
       ConditionIsCurrently=Actualmente la condición es %s
       YouUseBestDriver=Está usando el driver %s, actualmente es el mejor driver disponible.
      @@ -1175,7 +1184,8 @@ BrowserIsOK=Usa el navegador web %s. Este navegador está optimizado para la seg
       BrowserIsKO=Usa el navegador web %s.  Este navegador es una mala opción para la seguridad, rendimiento y fiabilidad. Aconsejamos utilizar Firefox, Chrome, Opera o Safari.
       XDebugInstalled=XDebug está cargado.
       XCacheInstalled=XCache está cargado
      -AddRefInList=Mostrar código de cliente/proveedor en los listados (y selectores) y enlaces. Los terceros aparecerán con el nombre "CC12345 - SC45678 - The big company coorp", en lugar de "The big company coorp".
      +AddRefInList=Mostrar código de cliente/proveedor en los listados (y selectores) y enlaces.<br>Los terceros aparecerán con el nombre "CC12345 - SC45678 - The big company coorp", en lugar de "The big company coorp".
      +AddAdressInList=Mostrar la dirección del cliente/proveedor en los listados (y selectores) <br>Los terceros aparecerán con el nombre "The big company coorp - 21 jump street 123456 Big town - USA ", en lugar de "The big company coorp".
       AskForPreferredShippingMethod=Consultar por el método preferido de envío a terceros.
       FieldEdition=Edición del campo %s
       FillThisOnlyIfRequired=Ejemplo: +2 (Complete sólo si se registra una desviación del tiempo en la exportación)
      @@ -1195,19 +1205,19 @@ UserMailRequired=E-Mail necesario para crear un usuario nuevo
       HRMSetup=Setup del módulo RRHH
       ##### Company setup #####
       CompanySetup=Configuración del módulo terceros
      -CompanyCodeChecker=Módulo de generación y control de los códigos de terceros (clientes/proveedores)
      -AccountCodeManager=Módulo de generación de los códigos contables (clientes/proveedores)
      +CompanyCodeChecker=Opciones para la generación automática de códigos de clientes / proveedores.
      +AccountCodeManager=Opciones para la generación automática de cuentas contables de clientes / proveedores.
       NotificationsDesc=Las notificaciones por e-mail le permite enviar silenciosamente e-mails  automáticos, para algunos eventos Dolibarr. Se pueden definir los destinatarios:
       NotificationsDescUser=* por usuarios, un usuario a la vez.
       NotificationsDescContact=* por contactos de terceros (clientes o proveedores), un contacto a la vez.
       NotificationsDescGlobal=* o configurando destinatarios globlalmente en la configuración del módulo.
      -ModelModules=Modelos de documentos
      +ModelModules=Plantillas de documentos
       DocumentModelOdt=Generación desde los documentos OpenDocument (Archivo .ODT OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Marca de agua en los documentos borrador
       JSOnPaimentBill=Activar función para autocompletar las líneas de pago en la entrada de pagos
       CompanyIdProfChecker=Reglas sobre los ID profesionales
       MustBeUnique=¿Debe ser único?
      -MustBeMandatory=¿Obligatorio para crear terceros?
      +MustBeMandatory=¿Obligatorio para crear terceros (si el CIF o tipo de compañía definido)?
       MustBeInvoiceMandatory=¿Obligatorio para validar facturas?
       TechnicalServicesProvided=Servicios técnicos prestados
       #####DAV #####
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Un vínculo de exportación del calendario en formato <b>
       BillsSetup=Configuración del módulo Facturas
       BillsNumberingModule=Módulo de numeración de facturas y abonos
       BillsPDFModules=Modelo de documento de facturas
      +BillsPDFModulesAccordindToInvoiceType=Modelos de documentos de facturas según tipo de factura
       PaymentsPDFModules=Modelo de documentos de pago
       CreditNote=Abono
       CreditNotes=Abonos
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Gestionar un login para cada miembro
       AdherentMailRequired=E-Mail obligatorio para crear un miembro nuevo
       MemberSendInformationByMailByDefault=Casilla de verificación para enviar el correo de confirmación (validación ó nueva cotización) a los miembros es por defecto "sí"
       VisitorCanChooseItsPaymentMode=El visitante puede elegir entre los modos de pago disponibles
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Configuración del módulo LDAP
       LDAPGlobalParameters=Parámetros globales
      @@ -1429,10 +1441,11 @@ CompressionOfResources=Compresión de las respuestas HTTP
       CompressionOfResourcesDesc=Por ejemplo, utilizando la directiva Apache "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=La detección automática no es posible con el navegador actual
       DefaultValuesDesc=Puede definir/forzar aquí el valor predeterminado que desea obtener cuando cree un nuevo registro y/o defina filtros u ordenaciones en sus registros de listados.
      -DefaultCreateForm=Valores predeterminados (en formularios para crear)
      +DefaultCreateForm=Valores predeterminados (en formularios de creación)
       DefaultSearchFilters=Filtros de búsqueda por defecto
       DefaultSortOrder=Ordenaciones por defecto
       DefaultFocus=Campos de enfoque predeterminados
      +DefaultMandatory=Campos obligatorios
       ##### Products #####
       ProductSetup=Configuración del módulo Productos
       ServiceSetup=Configuración del módulo Servicios
      @@ -1441,7 +1454,7 @@ NumberOfProductShowInSelect=Nº de productos máx. en las listas (0=sin límite)
       ViewProductDescInFormAbility=Visualización de las descripciones de los productos en los formularios
       MergePropalProductCard=Activar en el producto/servicio la pestaña Documentos una opción para fusionar documentos PDF de productos al presupuesto PDF azur si el producto/servicio se encuentra en el presupuesto
       ViewProductDescInThirdpartyLanguageAbility=Visualización de las descripciones de productos en el idioma del tercero
      -UseSearchToSelectProductTooltip=También si usted tiene una gran cantidad de producto (> 100 000), puede aumentar la velocidad mediante el establecimiento PRODUCT_DONOTSEARCH_ANYWHERE constante a 1 en Configuración-> Otros. La búsqueda será limitada a la creación de cadena.
      +UseSearchToSelectProductTooltip=También si usted tiene una gran cantidad de producto (> 100 000), puede aumentar la velocidad mediante el establecimiento PRODUCT_DONOTSEARCH_ANYWHERE constante a 1 en Configuración-> Otros. La búsqueda será limitada al inicio de la cadena.
       UseSearchToSelectProduct=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de productos (Esto puede incrementar el rendimiento si tiene un gran número de productos) 
       SetDefaultBarcodeTypeProducts=Tipo de código de barras utilizado por defecto para los productos
       SetDefaultBarcodeTypeThirdParties=Tipo de código de barras utilizado por defecto para los terceros
      @@ -1520,9 +1533,9 @@ FCKeditorForMailing= Creación/edición WYSIWIG de los E-Mails (Utilidades->E-Ma
       FCKeditorForUserSignature=Creación/edición WYSIWIG de la firma de usuarios
       FCKeditorForMail=Creación/edición WYSIWIG de todos los e-mails ( excepto Utilidades->E-Mailings)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=La conexión se ha establecido, pero la base de datos no parece de OSCommerce.
      -OSCommerceTestOk=La conexión al servidor '%s' sobre la base '%s' por el usuario '%s' es correcta.
      -OSCommerceTestKo1=La conexión al servidor '%s' sobre la base '%s' por el usuario '%s' no se pudo efectuar.
      +OSCommerceErrorConnectOkButWrongDatabase=La conexión se ha establecido, pero la base de datos no parece de OSCommerce. (la clave %s no se encuentra en la tabla %s).
      +OSCommerceTestOk=Conectado correctamente al servidor '%s', base de datos '%s', usuario '%s'.
      +OSCommerceTestKo1=La conexión al servidor '%s' sobre la base '%s' no se pudo efectuar.
       OSCommerceTestKo2=La conexión al servidor '%s' por el usuario '%s' ha fallado.
       ##### Stock #####
       StockSetup=Configuración del módulo Almacenes
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=La carga del IVA es: <br>-en el envío de los bienes (en la
       OptionVatDebitOptionDesc=La carga del IVA es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre la facturación de los servicios
       OptionPaymentForProductAndServices=Base de efectivo para productos y servicios
       OptionPaymentForProductAndServicesDesc=La carga del IVA es: <br>-en el pago de los bienes <br>-sobre el pago por los servicios
      -SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad de IVA por defecto según la opción eligida
      +SummaryOfVatExigibilityUsedByDefault=Tiempo de exigibilidad de IVA por defecto según la opción elegida
       OnDelivery=En la entrega
       OnPayment=En el pago
       OnInvoice=En la factura
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Configuración del módulo Proyectos
       ProjectsModelModule=Modelo de documento para informes de proyectos
       TasksNumberingModules=Módulo numeración de tareas
       TaskModelModule=Módulo de documentos informes de tareas
      -UseSearchToSelectProject=Espere a cargar el contenido de la lista de proyectos antes de pulsar una tecla (Esto puede aumentar el rendimiento si tiene una gran cantidad de proyectos, pero es menos conveniente)
      +UseSearchToSelectProject=Esperar a que presione una tecla antes de cargar el contenido de la lista combinada de proyectos. <br> Esto puede incrementar el rendimiento si tiene un gran número de proyectos, pero es menos conveniente.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Periodos contables
      @@ -1688,7 +1701,7 @@ ListOfNotificationsPerUser=Listado de notificaciones por usuario*
       ListOfNotificationsPerUserOrContact=Listado de notificaciones por usuario* o por contacto**
       ListOfFixedNotifications=Listado de notificaciones fijas
       GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para añadir o elliminar notificaciones a usuarios
      -GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un contacto de tercero para añadir o eliminar notificaciones para contactos/direcciones
      +GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un tercero para añadir o eliminar notificaciones a contactos/direcciones
       Threshold=Valor mínimo/umbral
       BackupDumpWizard=Asistente para crear una copia de seguridad de la base de datos
       SomethingMakeInstallFromWebNotPossible=No es posible la instalación de módulos externos desde la interfaz web por la siguiente razón:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=La instalación de módulos externos d
       ConfFileMustContainCustom=La instalación o construcción de un módulo externo desde la aplicación necesita guardar los archivos del módulo en el directorio <strong>%s</strong>. Para que este directorio sea procesado por Dolibarr, debe configurar su <strong>conf/conf.php</strong> para agregar las 2 líneas de directiva: <br><strong>$dolibarr_main_url_root_alt = '/custom';</strong><br><strong> $dolibarr_main_document_root_alt = '%s/custom';</strong>
       HighlightLinesOnMouseHover=Resaltar líneas de los listados cuando el ratón pasa por encima de ellas
       HighlightLinesColor=Resalta el color de la línea cuando el ratón pasa por encima (mantener vacío para no resaltar)
      +HighlightLinesChecked=Resalta el color de la línea cuando el ratón pasa por encima (mantener vacío para no resaltar)
       TextTitleColor=Color para la página de título
       LinkColor=Color para los enlaces
       PressF5AfterChangingThis=Para que sea eficaz el cambio, presione CTRL+F5 en el teclado o borre la memoria caché del navegador después de cambiar este valor
      @@ -1779,7 +1793,7 @@ LandingPage=Landing page
       SamePriceAlsoForSharedCompanies=Si se utiliza un módulo multi-empresa, con la opción "precio único", el precio será el mismo para todas las empresas si los productos son compartidos entre ellas
       ModuleEnabledAdminMustCheckRights=El módulo ha sido activado. Los permisos para los módulos activados se dan solamente a los usuarios administradores. Deberá otorgar permisos manualmente a otros usuarios si es necesario.
       UserHasNoPermissions=Este usuario no tiene permisos definidos
      -TypeCdr=Use "Ninguno" si la fecha del plazo de pago es la fecha de factura más un delta en días (delta es el campo "Nº de días")<br>Use "A final de mes", si, después del delta, la fecha debe aumentarse para llegar al final del mes (+ opcional "Offset" en días)<br>Use "Actual/Siguiente" para tener la fecha del plazo de pago sea el primer N de cada mes (N se almacena en el campo "Nº de días")
      +TypeCdr=Use "Ninguno" si la fecha del plazo de pago es la fecha de factura más un delta en días (delta es el campo "%s")<br>Use "A final de mes", si, después del delta, la fecha debe aumentarse para llegar al final del mes (+ opcional "%s" en días)<br>Use "Actual/Siguiente" para tener la fecha del plazo de pago sea el primer N de cada mes (el campo delta "%s", N se almacena en el campo "%s")
       BaseCurrency=Moneda de referencia de la empresa (entrar en la configuración de la empresa para cambiar esto)
       WarningNoteModuleInvoiceForFrenchLaw=Este módulo %s cumple con las leyes francesas (Loi Finance 2016).
       WarningNoteModulePOSForFrenchLaw=Este módulo %s cumple con las leyes francesas (Loi Finance 2016) porque el módulo Non Reversible Logs se activa automáticamente.
      @@ -1788,16 +1802,47 @@ MAIN_PDF_MARGIN_LEFT=Margen izquierdo en PDF
       MAIN_PDF_MARGIN_RIGHT=Margen derecho en PDF
       MAIN_PDF_MARGIN_TOP=Margen superior en PDF
       MAIN_PDF_MARGIN_BOTTOM=Margen inferior en PDF
      +NothingToSetup=No hay ninguna configuración a realizar en este módulo.
       SetToYesIfGroupIsComputationOfOtherGroups=Establezca esto a sí si este grupo es un cálculo de otros grupos
       EnterCalculationRuleIfPreviousFieldIsYes=Ingrese regla de cálculo si el campo anterior se estableció en Sí (por ejemplo, 'CODEGRP1 + CODEGRP2')
       SeveralLangugeVariatFound=Varias variantes de idioma encontradas
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Eliminar caracteres especiales
       COMPANY_AQUARIUM_CLEAN_REGEX=Filtro Regex para limpiar el valor (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Contacto GDPR
      +GDPRContact=Oficina Protección de datos (DPO, Políticas de privacidad o contacto GDPR)
       GDPRContactDesc=Si almacena datos sobre empresas/ciudadanos europeos, puede almacenar aquí el contacto responsable del Reglamento general de protección de datos
      +HelpOnTooltip=Texto de ayuda a mostrar en la ventana emergente
      +HelpOnTooltipDesc=Coloque aquí un texto o una clave de traducción para mostrar información emergente cuando este campo aparezca en un formulario
      +YouCanDeleteFileOnServerWith=Puede eliminar este archivo del servidor con la línea de comandos: <br> %s
      +ChartLoaded=Plan contable cargado
      +SocialNetworkSetup=Configuración del módulo de redes sociales.
      +EnableFeatureFor=Habilitar funciones para <strong> %s </strong>
      +VATIsUsedIsOff=Nota: La opción de usar el IVA se ha establecido como <strong>Desactivado</strong> en el menú %s - %s, por lo que el IVA usado siempre será 0 para las ventas.
      +SwapSenderAndRecipientOnPDF=Intercambiar dirección de remitente y destinatario en PDF
      +FeatureSupportedOnTextFieldsOnly=Advertencia, función compatible solo en campos de texto
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configuración del módulo Recursos
       UseSearchToSelectResource=Utilice un formulario de búsqueda para elegir un recurso (en lugar de una lista desplegable).
       DisabledResourceLinkUser=Desactivar funcionalidad de enlazar recursos a usuarios
       DisabledResourceLinkContact=Desactivar funcionalidad de enlazar recurso a contactos
       ConfirmUnactivation=Confirme el restablecimiento del módulo
      +OnMobileOnly=Sólo en pantalla pequeña (smartphone)
      +DisableProspectCustomerType=Deshabilitar el tipo de tercero "Cliente Potencial/Cliente" (por lo tanto, el tercero debe ser Cliente Potencial o Cliente pero no pueden ser ambos)
      diff --git a/htdocs/langs/es_ES/banks.lang b/htdocs/langs/es_ES/banks.lang
      index 8add13345b2..4d4dcf98583 100644
      --- a/htdocs/langs/es_ES/banks.lang
      +++ b/htdocs/langs/es_ES/banks.lang
      @@ -1,13 +1,13 @@
       # Dolibarr language file - Source file is en_US - banks
       Bank=Banco
      -MenuBankCash=Bank | Cash
      +MenuBankCash=Bancos | Cajas
       MenuVariousPayment=Pagos varios
       MenuNewVariousPayment=Nuevo pago varios
       BankName=Nombre del banco
       FinancialAccount=Cuenta
       BankAccount=Cuenta bancaria
       BankAccounts=Cuentas Bancarias
      -BankAccountsAndGateways=Cuentas bancarias | Gateways
      +BankAccountsAndGateways=Cuentas bancarias | Pasarelas
       ShowAccount=Mostrar cuenta
       AccountRef=Ref. cuenta financiera
       AccountLabel=Etiqueta cuenta financiera
      @@ -76,6 +76,7 @@ TransactionsToConciliate=Registros a conciliar
       Conciliable=Conciliable
       Conciliate=Conciliar
       Conciliation=Conciliación
      +SaveStatementOnly=Guardar solo extracto
       ReconciliationLate=Conciliación tardía
       IncludeClosedAccount=Incluir cuentas cerradas
       OnlyOpenedAccount=Solamente cuentas abiertas
      @@ -116,7 +117,7 @@ ConfirmDeleteCheckReceipt=¿Está seguro de querer eliminar esta remesa?
       BankChecks=Cheques
       BankChecksToReceipt=Cheques en espera de depositar
       ShowCheckReceipt=Mostrar remesa
      -NumberOfCheques=Nº de cheques
      +NumberOfCheques=Nº Cheque
       DeleteTransaction=Eliminar registro
       ConfirmDeleteTransaction=¿Está seguro de querer eliminar este registro?
       ThisWillAlsoDeleteBankRecord=Esto también eliminará el registro bancario
      @@ -132,7 +133,7 @@ PaymentDateUpdateSucceeded=Fecha de pago actualizada correctamente
       PaymentDateUpdateFailed=Fecha de pago no pudo ser modificada
       Transactions=Transacciones
       BankTransactionLine=Registro bancario
      -AllAccounts=All bank and cash accounts
      +AllAccounts=Todas las cuentas bancarias/de caja
       BackToAccount=Volver a la cuenta
       ShowAllAccounts=Mostrar para todas las cuentas
       FutureTransaction=Transacción futura. No es posible conciliar.
      @@ -153,7 +154,7 @@ RejectCheckDate=Fecha de devolución del cheque
       CheckRejected=Cheque devuelto
       CheckRejectedAndInvoicesReopened=Cheque devuelto y facturas reabiertas
       BankAccountModelModule=Modelos de documentos para cuentas bancarias
      -DocumentModelSepaMandate=Plantilla de mandato SEPA, usable únicamente para paises miembros de la UEE
      +DocumentModelSepaMandate=Plantilla de mandato SEPA. Útil únicamente para países miembros de la UEE
       DocumentModelBan=Plantilla para imprimir una página con la información IBAN.
       NewVariousPayment=Nuevo pago varios
       VariousPayment=Pagos varios
      diff --git a/htdocs/langs/es_ES/bills.lang b/htdocs/langs/es_ES/bills.lang
      index 13234f0e7f7..5c0b63a2aa0 100644
      --- a/htdocs/langs/es_ES/bills.lang
      +++ b/htdocs/langs/es_ES/bills.lang
      @@ -67,7 +67,7 @@ PaidBack=Reembolsado
       DeletePayment=Eliminar el pago
       ConfirmDeletePayment=¿Está seguro de querer eliminar este pago?
       ConfirmConvertToReduc=¿Desea convertir este %s en un descuento absoluto?<br>El importe se guardará entre todos los descuentos y podría utilizarse como descuento para una factura actual o futura para este cliente.
      -ConfirmConvertToReducSupplier=¿Desea convertir este %s en un descuento absoluto?<br>El importe se guardará entre todos los descuentos y podría utilizarse como descuento para una factura actual o futura para este cliente.
      +ConfirmConvertToReducSupplier=¿Desea convertir este %s en un descuento absoluto?<br>El importe se guardará entre todos los descuentos y podría utilizarse como descuento para una factura actual o futura para este proveedor.
       SupplierPayments=Pagos a proveedores
       ReceivedPayments=Pagos recibidos
       ReceivedCustomersPayments=Pagos recibidos de cliente
      @@ -107,11 +107,11 @@ SearchACustomerInvoice=Buscar una factura a cliente
       SearchASupplierInvoice=Buscar una factura de proveedor
       CancelBill=Anular una factura
       SendRemindByMail=Enviar recordatorio
      -DoPayment=Ingresar pago
      -DoPaymentBack=Ingresar reembolso
      -ConvertToReduc=Convertir en reducción futura
      -ConvertExcessReceivedToReduc=Convert excess received into available credit
      -ConvertExcessPaidToReduc=Convert excess paid into available discount
      +DoPayment=Añadir pago
      +DoPaymentBack=Añadir reembolso
      +ConvertToReduc=Convertir en crédito disponible
      +ConvertExcessReceivedToReduc=Convertir lo recibido en exceso en crédito disponible
      +ConvertExcessPaidToReduc=Convertir lo recibido en exceso en descuento disponible
       EnterPaymentReceivedFromCustomer=Añadir pago recibido de cliente
       EnterPaymentDueToCustomer=Realizar pago de abonos al cliente
       DisabledBecauseRemainderToPayIsZero=Desactivado ya que el resto a pagar es 0
      @@ -132,6 +132,7 @@ BillStatusClosedPaidPartially=Cerrada (pagada parcialmente)
       BillShortStatusDraft=Borrador
       BillShortStatusPaid=Pagada
       BillShortStatusPaidBackOrConverted=Reembolsada o convertida
      +Refunded=Reembolsada
       BillShortStatusConverted=Tratada
       BillShortStatusCanceled=Abandonada
       BillShortStatusValidated=Validada
      @@ -141,7 +142,7 @@ BillShortStatusNotRefunded=No reembolsada
       BillShortStatusClosedUnpaid=Cerrada (pte. pago)
       BillShortStatusClosedPaidPartially=Cerrada (pago parcial)
       PaymentStatusToValidShort=A validar
      -ErrorVATIntraNotConfigured=Número de IVA intracomunitario aún no configurado
      +ErrorVATIntraNotConfigured=Número de CIF intracomunitario aún no configurado
       ErrorNoPaiementModeConfigured=No hay definido modo de pago por defecto. Corregir desde el módulo factura
       ErrorCreateBankAccount=Crear una cuenta bancaria y después en la configuración del módulo factura definir los modos de pago
       ErrorBillNotFound=Factura %s inexistente
      @@ -188,7 +189,7 @@ ConfirmClassifyPaidPartiallyReasonBadCustomer=Cliente moroso
       ConfirmClassifyPaidPartiallyReasonProductReturned=Productos devueltos en parte
       ConfirmClassifyPaidPartiallyReasonOther=Por otra razón
       ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Esta elección es posible si su factura se proveyera de la mención adecuada. (Ejemplo: "descuento neto de impuestos")
      -ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=Esta elección es posible si su factura se proveyera de la mención adecuada. (Ejemplo: mención por la que se define el descuento o de la clase "solamente el impuesto que corresponde al precio efectivamente pagado causa derecho a deducción")
      +ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=En algunos países, esta opción podría ser posible solo si su factura contiene notas correctas.
       ConfirmClassifyPaidPartiallyReasonAvoirDesc=Esta elección es la elección que debe tomarse si las otras no son aplicables
       ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=Un <b>cliente moroso</b> es un cliente que no quiere regularizar su deuda.
       ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Esta elección es posible si el caso de pago incompleto es a raíz de una devolución de parte de los productos
      @@ -203,6 +204,7 @@ UnvalidateBill=Devolver factura a borrador
       NumberOfBills=Nº de facturas
       NumberOfBillsByMonth=Nº de facturas por mes
       AmountOfBills=Importe de las facturas
      +AmountOfBillsHT=Importe de las facturas (Sin IVA)
       AmountOfBillsByMonthHT=Importe de las facturas por mes (Sin IVA)
       ShowSocialContribution=Ver tasa social/fiscal
       ShowBill=Ver factura
      @@ -262,7 +264,7 @@ CreateRepeatableInvoice=Crear plantilla de factura
       CreateFromRepeatableInvoice=Crear desde plantilla de factura
       CustomersInvoicesAndInvoiceLines=Facturas a clientes y líneas de facturas
       CustomersInvoicesAndPayments=Facturas a clientes y pagos
      -ExportDataset_invoice_1=Facturas a clientes y líneas de factura
      +ExportDataset_invoice_1=Facturas a clientes y líneas de facturas
       ExportDataset_invoice_2=Facturas a clientes y pagos
       ProformaBill=Factura pro-forma:
       Reduction=Reducción
      @@ -282,7 +284,7 @@ RelativeDiscount=Descuento relativo
       GlobalDiscount=Descuento fijo
       CreditNote=Abono
       CreditNotes=Abonos
      -CreditNotesOrExcessReceived=Credit notes or excess received
      +CreditNotesOrExcessReceived=Notas de crédito o exceso recibido
       Deposit=Anticipo
       Deposits=Anticipos
       DiscountFromCreditNote=Descuento resultante del abono %s
      @@ -302,7 +304,7 @@ DiscountAlreadyCounted=Descuentos ya consumidos
       CustomerDiscounts=Descuentos a clientes
       SupplierDiscounts=Descuentos de proveedores
       BillAddress=Dirección de facturación
      -HelpEscompte=Un <b>descuento</b> es un descuento acordado sobre una factura dada, a un cliente que realizó su pago mucho antes del vencimiento.
      +HelpEscompte=Este descuento es un descuento otorgado al cliente porque el pago se realizó antes del plazo.
       HelpAbandonBadCustomer=Este importe se abandonó (cliente juzgado como moroso) y se considera como una pérdida excepcional.
       HelpAbandonOther=Este importe se abandonó este importe ya que se trataba de un error de facturación (mala introducción de datos, factura sustituida por otra).
       IdSocialContribution=Id pago tasa social/fiscal
      @@ -394,7 +396,7 @@ PaymentConditionShort14DENDMONTH=14 días fin de mes
       PaymentCondition14DENDMONTH=14 días a fin de més
       FixAmount=Importe fijo
       VarAmount=Importe variable (%% total)
      -VarAmountOneLine=Variable amount (%% tot.) - 1 line with label '%s'
      +VarAmountOneLine=Cantidad variable (%% tot.) - 1 línea con la etiqueta '%s'
       # PaymentType
       PaymentTypeVIR=Transferencia bancaria
       PaymentTypeShortVIR=Transferencia bancaria
      @@ -408,19 +410,19 @@ PaymentTypeCHQ=Cheque
       PaymentTypeShortCHQ=Cheque
       PaymentTypeTIP=TIP (Titulo interbancario de pago)
       PaymentTypeShortTIP=Pago TIP
      -PaymentTypeVAD=Pago On Line
      -PaymentTypeShortVAD=Pago On Line
      +PaymentTypeVAD=Pago en línea
      +PaymentTypeShortVAD=Pago en línea
       PaymentTypeTRA=Banco borrador
       PaymentTypeShortTRA=Borrador
       PaymentTypeFAC=Factor
       PaymentTypeShortFAC=Factor
       BankDetails=Datos bancarios
       BankCode=Código banco
      -DeskCode=Cód. sucursal
      +DeskCode=Código de oficina
       BankAccountNumber=Número cuenta
      -BankAccountNumberKey=D. C.
      +BankAccountNumberKey=DC
       Residence=Ingreso en cuenta
      -IBANNumber=Código IBAN
      +IBANNumber=Número de cuenta IBAN completo
       IBAN=IBAN
       BIC=BIC/SWIFT
       BICNumber=Código BIC/SWIFT
      @@ -476,7 +478,7 @@ CantRemovePaymentWithOneInvoicePaid=Eliminación imposible cuando existe al meno
       ExpectedToPay=Esperando el pago
       CantRemoveConciliatedPayment=No se puede eliminar un pago conciliado
       PayedByThisPayment=Pagada por este pago
      -ClosePaidInvoicesAutomatically=Clasificar como "Pagadas" las facturas, facturas de situación y facturas rectificativas completamente pagadas.
      +ClosePaidInvoicesAutomatically=Clasificar como "Pagadas" las facturas, anticipos y facturas rectificativas completamente pagadas.
       ClosePaidCreditNotesAutomatically=Clasificar automáticamente como "Pagados" los abonos completamente reembolsados
       ClosePaidContributionsAutomatically=Clasificar como "Pagadas" todas las tasas fiscales o sociales completamente pagadas
       AllCompletelyPayedInvoiceWillBeClosed=Todas las facturas con un resto a pagar 0 serán automáticamente cerradas al estado "Pagada".
      @@ -489,6 +491,7 @@ YouMustCreateInvoiceFromThird=Esta opción solo está disponible al crear una fa
       YouMustCreateInvoiceFromSupplierThird=Esta opción solo está disponible al crear una factura desde la pestaña 'proveedor' en terceros
       YouMustCreateStandardInvoiceFirstDesc=Tiene que crear una factura estandar antes de convertirla a "plantilla" para crear una nueva plantilla de factura
       PDFCrabeDescription=Modelo de factura completo (modelo recomendado por defecto)
      +PDFSpongeDescription=Modelo de factura Esponja. Una plantilla de factura completa.
       PDFCrevetteDescription=Modelo PDF de factura Crevette. Un completo modelo de facturas de situación
       TerreNumRefModelDesc1=Devuelve el número bajo el formato %syymm-nnnn para las facturas, %syymm-nnnn para las facturas rectificativas y %syymm-nnnn para los abonos donde yy es el año, mm. el mes y nnnn un contador secuencial sin ruptura y sin permanencia a 0
       MarsNumRefModelDesc1=Devuelve el número bajo el formato %syymm-nnnn para las facturas, %syymm-nnnn para las facturas rectificativas, %syymm-nnnn para los anticipos y %syymm-nnnn para los abonos donde yy es el año, mm. el mes y nnnn un contador secuencial sin ruptura y sin permanencia a 0
      @@ -546,3 +549,4 @@ AutoFillDateFromShort=Definir fecha de inicio
       AutoFillDateTo=Establecer fecha de finalización para la línea de servicio con la próxima fecha de facturación
       AutoFillDateToShort=Definir fecha de finalización
       MaxNumberOfGenerationReached=Máximo número de generaciones alcanzado
      +BILL_DELETEInDolibarr=Factura eliminada
      diff --git a/htdocs/langs/es_ES/categories.lang b/htdocs/langs/es_ES/categories.lang
      index 9a1a71d28c7..b3277599027 100644
      --- a/htdocs/langs/es_ES/categories.lang
      +++ b/htdocs/langs/es_ES/categories.lang
      @@ -16,6 +16,7 @@ MembersCategoriesArea=Área etiquetas/categorías Miembros
       ContactsCategoriesArea=Área etiquetas/categorías de contactos
       AccountsCategoriesArea=Área categorías contables
       ProjectsCategoriesArea=Área etiquetas/categorías Proyectos
      +UsersCategoriesArea=Área etiquetas/categorías Usuarios
       SubCats=Subcategorías
       CatList=Listado de etiquetas/categorías
       NewCategory=Nueva etiqueta/categoría
      @@ -54,12 +55,13 @@ MembersCategoryShort=Etiquetas/categorías de miembros
       SuppliersCategoriesShort=Etiquetas/categorías de proveedores
       CustomersCategoriesShort=Etiquetas/categorías de clientes
       ProspectsCategoriesShort=Etiquetas/categorías clientes potenciales
      -CustomersProspectsCategoriesShort=Categorías clientes
      +CustomersProspectsCategoriesShort=Categorias clientes/potenciales
       ProductsCategoriesShort=Etiquetas/categorías de productos
       MembersCategoriesShort=Etiquetas/categorías de miembros
       ContactCategoriesShort=Etiquetas/categorías de contactos
       AccountsCategoriesShort=Categorías contables
       ProjectsCategoriesShort=Etiquetas/categorías de Proyectos
      +UsersCategoriesShort=Área etiquetas/categorías Usuarios
       ThisCategoryHasNoProduct=Esta categoría no contiene ningún producto.
       ThisCategoryHasNoSupplier=Esta categoría no contiene ningún proveedor.
       ThisCategoryHasNoCustomer=Esta categoría no contiene ningún cliente.
      @@ -85,4 +87,4 @@ CategorieRecursivHelp=Si está activado, el producto se enlazará a la categorí
       AddProductServiceIntoCategory=Añadir el siguiente producto/servicio
       ShowCategory=Mostrar etiqueta/categoría
       ByDefaultInList=Por defecto en lista
      -ChooseCategory=Choose category
      +ChooseCategory=Elija una categoría
      diff --git a/htdocs/langs/es_ES/companies.lang b/htdocs/langs/es_ES/companies.lang
      index 1736c591f63..83416b1a9d3 100644
      --- a/htdocs/langs/es_ES/companies.lang
      +++ b/htdocs/langs/es_ES/companies.lang
      @@ -8,11 +8,11 @@ ConfirmDeleteContact=¿Está seguro de querer eliminar este contacto y toda la i
       MenuNewThirdParty=Nuevo tercero
       MenuNewCustomer=Nuevo cliente
       MenuNewProspect=Nuevo cliente potencial
      -MenuNewSupplier=New vendor
      +MenuNewSupplier=Nuevo proveedor
       MenuNewPrivateIndividual=Nuevo particular
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Nueva empresa (cliente potencial, cliente, proveedor)
      +NewThirdParty=Nuevo tercero (cliente potencial, cliente, proveedor)
      +CreateDolibarrThirdPartySupplier=Crear un tercero (proveedor)
       CreateThirdPartyOnly=Crear tercero
       CreateThirdPartyAndContact=Crear un tercero + un contacto
       ProspectionArea=Área de prospección
      @@ -27,7 +27,7 @@ CompanyName=Razón social
       AliasNames=Apodo (comercial, marca registrada, ...)
       AliasNameShort=Apodo
       Companies=Empresas
      -CountryIsInEEC=País de la Comunidad Económica Europea
      +CountryIsInEEC=País dentro de la Comunidad Económica Europea
       ThirdPartyName=Nombre del tercero
       ThirdPartyEmail=E-mail tercero
       ThirdParty=Tercero
      @@ -37,10 +37,10 @@ ThirdPartyProspectsStats=Clientes potenciales
       ThirdPartyCustomers=Clientes
       ThirdPartyCustomersStats=Clientes
       ThirdPartyCustomersWithIdProf12=Clientes con %s ó %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tipo de tercero
      +ThirdPartySuppliers=Proveedores
      +ThirdPartyType=Tipo de empresa
       Individual=Particular
      -ToCreateContactWithSameName=Creará automáticamente un contacto físico con la misma información. en la mayoría de casos. En la mayoría de los casos, incluso si el tercero es una persona física, la creación de un tercero por sí solo es suficiente.
      +ToCreateContactWithSameName=Creará automáticamente un contacto/dirección en el tercero con la misma información que el tercero. En la mayoría de los casos, aunque el tercero sea una persona física, creando solo el tercero será suficiente.
       ParentCompany=Sede central
       Subsidiaries=Filiales
       ReportByMonth=Informe por mes
      @@ -76,12 +76,12 @@ Town=Población
       Web=Web
       Poste= Puesto
       DefaultLang=Idioma por defecto
      -VATIsUsed=IVA está siendo usado
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsUsed=Sujeto a IVA
      +VATIsUsedWhenSelling=Esto define si este tercero incluye un impuesto a la venta o no cuando realiza una factura a sus propios clientes
       VATIsNotUsed=IVA no está siendo usado
       CopyAddressFromSoc=Copiar dirección de la empresa
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Tercero que no es cliente ni proveedor, sin objetos referenciados
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tercero que no es cliente ni proveedor, descuentos no disponibles
       PaymentBankAccount=Cuenta bancaria de pago
       OverAllProposals=Presupuestos
       OverAllOrders=Pedidos
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=Tasa RE
       TypeLocaltax2ES=Tasa IRPF
       WrongCustomerCode=Código cliente incorrecto
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Código proveedor incorrecto
       CustomerCodeModel=Modelo de código cliente
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Modelo de código proveedor
       Gencod=Código de barras
       ##### Professional ID #####
       ProfId1Short=Prof. id 1
      @@ -267,7 +267,7 @@ Prospect=Cliente potencial
       CustomerCard=Ficha cliente
       Customer=Cliente
       CustomerRelativeDiscount=Descuento cliente relativo
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Descuento proveedor relativo
       CustomerRelativeDiscountShort=Descuento relativo
       CustomerAbsoluteDiscountShort=Descuento fijo
       CompanyHasRelativeDiscount=Este cliente tiene un descuento por defecto de <b>%s%%</b>
      @@ -275,7 +275,7 @@ CompanyHasNoRelativeDiscount=Este cliente no tiene descuentos relativos por defe
       HasRelativeDiscountFromSupplier=Tiene un descuento predeterminado de <b> %s%%</b> en este proveedor
       HasNoRelativeDiscountFromSupplier=No tiene descuento relativo predeterminado en este proveedor
       CompanyHasAbsoluteDiscount=Este cliente tiene <b>%s %s</b> en descuentos (abonos o anticipos) disponibles
      -CompanyHasDownPaymentOrCommercialDiscount=Este cliente tiene descuentos disponibles (abonos, comerciales) para <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=Este cliente tiene descuentos disponibles (anticipos, comerciales) para <b>%s</b> %s
       CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> en anticipos disponibles
       HasNoAbsoluteDiscountFromSupplier=No tiene crédito de descuento disponible en este proveedor
       HasAbsoluteDiscountFromSupplier=Tiene descuentos disponibles (notas de créditos o anticipos) para <b> %s </b> %s en este proveedor
      @@ -284,8 +284,8 @@ HasCreditNoteFromSupplier=Tiene abonos para <b> %s </b> %s en este proveedor
       CompanyHasNoAbsoluteDiscount=Este cliente no tiene más descuentos fijos disponibles
       CustomerAbsoluteDiscountAllUsers=Descuentos fijos a clientes (acordado por todos los usuarios)
       CustomerAbsoluteDiscountMy=Descuentos fijos a clientes (acordados personalmente)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Descuentos fijos de proveedores (acordado por todos los usuarios)
      +SupplierAbsoluteDiscountMy=Descuentos fijos de proveedores (acordados personalmente)
       DiscountNone=Ninguna
       Supplier=Proveedor
       AddContact=Crear contacto
      @@ -304,19 +304,19 @@ DeleteACompany=Eliminar una empresa
       PersonalInformations=Información personal
       AccountancyCode=Cuenta contable
       CustomerCode=Código cliente
      -SupplierCode=Vendor code
      -CustomerCodeShort=Código cliente
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Código único cliente para cada cliente
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +SupplierCode=Código proveedor
      +CustomerCodeShort=Cód. cliente
      +SupplierCodeShort=Cód. proveedor
      +CustomerCodeDesc=Código cliente, único para todos los clientes
      +SupplierCodeDesc=Código proveedor, único para todos los proveedores
       RequiredIfCustomer=Requerida si el tercero es un cliente o cliente potencial
      -RequiredIfSupplier=Required if third party is a vendor
      +RequiredIfSupplier=Requerida si el tercero es un proveedor
       ValidityControledByModule=Validación controlada por el módulo
      -ThisIsModuleRules=Esta es la regla para este módulo
      +ThisIsModuleRules=Reglas para este módulo.
       ProspectToContact=Cliente potencial a contactar
       CompanyDeleted=La empresa "%s" ha sido eliminada
       ListOfContacts=Listado de contactos
      -ListOfContactsAddresses=Listado de contactos/direcciones
      +ListOfContactsAddresses=Listado de contactos
       ListOfThirdParties=Listado de terceros
       ShowCompany=Mostrar tercero
       ShowContact=Mostrar contacto
      @@ -333,17 +333,17 @@ NoContactForAnyProposal=Este contacto no es contacto de ningún presupuesto
       NoContactForAnyContract=Este contacto no es contacto de ningún contrato
       NoContactForAnyInvoice=Este contacto no es contacto de ninguna factura
       NewContact=Nuevo contacto
      -NewContactAddress=Nuevo contacto/dirección
      +NewContactAddress=Nuevo Contacto/Dirección
       MyContacts=Mis contactos
       Capital=Capital
       CapitalOf=Capital de %s
       EditCompany=Modificar empresa
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=Este usuario no es ni un cliente potencial, ni un cliente, ni un proveedor
       VATIntraCheck=Verificar
      -VATIntraCheckDesc=El link <b>%s</b> permite consultar al servicio europeo de control de números de IVA intracomunitario. Se requiere acceso a internet para que el servicio funcione
      +VATIntraCheckDesc=El enlace <b>%s</b> permite consultar al servicio europeo de control de números de IVA intracomunitario (VIES). Se requiere acceso a internet para que el servicio funcione.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Verificar en la web de la Comisión Europea
      -VATIntraManualCheck=Puede también realizar una verificación manual en la web europea <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Verificar el CIF/NIF intracomunitario en la web de la Comisión Europea
      +VATIntraManualCheck=Puede también realizar una verificación manual en la web de la comisión europea <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Comprobación imposible. El servicio de comprobación no es prestado por el país país miembro (%s).
       NorProspectNorCustomer=Ni cliente, ni cliente potencial
       JuridicalStatus=Forma jurídica
      @@ -388,15 +388,15 @@ ContactNotLinkedToCompany=Contacto no vinculado a un tercero
       DolibarrLogin=Login usuario
       NoDolibarrAccess=Sin acceso de usuario
       ExportDataset_company_1=Terceros (Empresas / asociaciones / particulares) y propiedades
      -ExportDataset_company_2=Contactos de terceros y campos adicionales
      +ExportDataset_company_2=Contactos y sus propiedades
       ImportDataset_company_1=Terceros (Empresas / asociaciones / particulares) y propiedades
      -ImportDataset_company_2=Contactos/Direcciones (de terceros o no) y campos adicionales
      +ImportDataset_company_2=Contactos/Direcciones y campos adicionales
       ImportDataset_company_3=Cuentas bancarias de terceros
      -ImportDataset_company_4=Terceros/Comerciales (Asigna usuarios comerciales a terceros)
      +ImportDataset_company_4=Terceros/Comerciales (Asigna comerciales/usuarios a terceros)
       PriceLevel=Nivel de precios
       DeliveryAddress=Dirección de envío
       AddAddress=Añadir dirección
      -SupplierCategory=Vendor category
      +SupplierCategory=Categoría de proveedor
       JuridicalStatus200=Independiente
       DeleteFile=Eliminación de un archivo
       ConfirmDeleteFile=¿Está seguro de querer eliminar este archivo?
      @@ -404,9 +404,9 @@ AllocateCommercial=Asignado a comercial
       Organization=Organismo
       FiscalYearInformation=Información del año fiscal
       FiscalMonthStart=Mes de inicio de ejercicio
      -YouMustAssignUserMailFirst=Primero debe indicar un e-mail para este usuario para poder añadirlo en e-mails de notificaciones.
      +YouMustAssignUserMailFirst=Primero debes asignar un e-mail para este usuario para poder añadirlo en notificaciones de e-mail.
       YouMustCreateContactFirst=Para poder añadir notificaciones por e-mail, primero debe definir contactos con e-mails válidos en el tercero
      -ListSuppliersShort=List of vendors
      +ListSuppliersShort=Listado de proveedores
       ListProspectsShort=Listado de clientes potenciales
       ListCustomersShort=Listado de clientes
       ThirdPartiesArea=Área terceros y contactos
      @@ -420,7 +420,7 @@ CurrentOutstandingBill=Riesgo alcanzado
       OutstandingBill=Importe máximo para facturas pendientes
       OutstandingBillReached=Importe máximo para facturas pendientes
       OrderMinAmount=Importe mínimo para pedido
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Devuelve un número bajo el formato %syymm-nnnn para los códigos de clientes y %syymm-nnnn para los códigos de los proveedores, donde yy es el año, mm el mes y nnnn un contador secuencial sin ruptura y sin volver a 0.
       LeopardNumRefModelDesc=Código de cliente/proveedor libre sin verificación. Puede ser modificado en cualquier momento.
       ManagingDirectors=Administrador(es) (CEO, director, presidente, etc.)
       MergeOriginThirdparty=Tercero duplicado (tercero que debe eliminar)
      @@ -431,4 +431,4 @@ SaleRepresentativeLogin=Inicio de sesión del comercial
       SaleRepresentativeFirstname=Nombre del comercial
       SaleRepresentativeLastname=Apellidos del comercial
       ErrorThirdpartiesMerge=Se produjo un error al eliminar los terceros. Por favor, compruebe el log. Los cambios han sido anulados.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/es_ES/compta.lang b/htdocs/langs/es_ES/compta.lang
      index 748f5e762ff..f926fc7eed0 100644
      --- a/htdocs/langs/es_ES/compta.lang
      +++ b/htdocs/langs/es_ES/compta.lang
      @@ -19,8 +19,8 @@ Income=Ingresos
       Outcome=Gastos
       MenuReportInOut=Resultado / Ejercicio
       ReportInOut=Resultado / Ejercicio
      -ReportTurnover=Turnover invoiced
      -ReportTurnoverCollected=Turnover collected
      +ReportTurnover=Volumen de ventas emitidas
      +ReportTurnoverCollected=Volumen de ventas cobradas
       PaymentsNotLinkedToInvoice=Pagos vinculados a ninguna factura, por lo que ninguún tercero
       PaymentsNotLinkedToUser=Pagos no vinculados a un usuario
       Profit=Beneficio
      @@ -38,7 +38,7 @@ VATToCollect=IVA compras
       VATSummary=Balance de IVA
       VATBalance=Balance de IVA
       VATPaid=IVA Pagado
      -LT1Summary=Saldo IRPF
      +LT1Summary=Resumen RE
       LT2Summary=Resumen de IRPF
       LT1SummaryES=Balance del RE
       LT2SummaryES=Balance de IRPF
      @@ -78,7 +78,7 @@ MenuNewSocialContribution=Nueva tasa
       NewSocialContribution=Nueva tasa social/fiscal
       AddSocialContribution=Añadir tasa social/fiscal
       ContributionsToPay=Tasas sociales/fiscales a pagar
      -AccountancyTreasuryArea=Billing and payment area
      +AccountancyTreasuryArea=Área facturación y pagos
       NewPayment=Nuevo pago
       Payments=Pagos
       PaymentCustomerInvoice=Cobro factura a cliente
      @@ -118,9 +118,9 @@ CustomerAccountancyCodeShort=Cód. cuenta cliente
       SupplierAccountancyCodeShort=Cód. cuenta proveedor
       AccountNumber=Número de cuenta
       NewAccountingAccount=Nueva cuenta
      -Turnover=Turnover invoiced
      -TurnoverCollected=Turnover collected
      -SalesTurnoverMinimum=Minimum turnover
      +Turnover=Volumen de ventas emitidas
      +TurnoverCollected=Volumen de ventas cobradas
      +SalesTurnoverMinimum=Volumen de ventas mínimo
       ByExpenseIncome=Por gastos e ingresos
       ByThirdParties=Por tercero
       ByUserAuthorOfInvoice=Por autor de la factura
      @@ -140,9 +140,9 @@ ConfirmDeleteSocialContribution=¿Está seguro de querer eliminar este pago de t
       ExportDataset_tax_1=tasas sociales y fiscales y pagos
       CalcModeVATDebt=Modo <b>%sIVA sobre facturas emitidas%s</b>.
       CalcModeVATEngagement=Modo <b>%sIVA sobre facturas cobradas%s</b>.
      -CalcModeDebt=Analysis of known recorded invoices even if they are not yet accounted in ledger.
      -CalcModeEngagement=Analysis of known recorded payments, even if they are not yet accounted in Ledger.
      -CalcModeBookkeeping=Análisis de datos <b>registrados en la tabla Libro mayor</b>
      +CalcModeDebt=Análisis de facturas registradas conocidas incluso si aún no se encuentran contabilizadas en el libro mayor.
      +CalcModeEngagement=Análisis de los pagos registrados conocidos, incluso si aún no se encuentran contabilizados en el Libro mayor.
      +CalcModeBookkeeping=Análisis de los datos registrados en el Libro mayor
       CalcModeLT1= Modo <b>%sRE facturas a clientes - facturas de proveedores%s</b>
       CalcModeLT1Debt=Modo <b>%sRE en facturas a clientes%s</b>
       CalcModeLT1Rec= Modo <b>%sRE en facturas de proveedores%s</b>
      @@ -154,9 +154,9 @@ AnnualSummaryInputOutputMode=Resumen anual del balance de ingresos y gastos
       AnnualByCompanies=Balance de ingresos y gastos, por grupos de cuenta predefinidos
       AnnualByCompaniesDueDebtMode=Balance de ingresos y gastos, desglosado por terceros, en modo<b>%sCréditos-Deudas%s</b> llamada <b>contabilidad de compromiso</b>.
       AnnualByCompaniesInputOutputMode=Balance de ingresos y gastos, desglosado por terceros, en modo <b>%sIngresos-Gastos%s</b> llamada <b>contabilidad de caja</b>.
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
      -SeeReportInBookkeepingMode=See <b>%sBookeeping report%s</b> for a calculation on <b>Bookkeeping Ledger table</b>
      +SeeReportInInputOutputMode=Consulte %sanálisis de pagos%s para obtener un cálculo de los pagos efectuados, incluso si aún no se han contabilizado en el Libro mayor.
      +SeeReportInDueDebtMode=Consulte %sanálisis de facturas %s para un cálculo basado en facturas registradas conocidas, incluso si aún no se han contabilizado en Libro mayor.
      +SeeReportInBookkeepingMode=Consulte el <b>%sInforme de facturación%s</b> para realizar un cálculo en la <b>Tabla Libro mayor</b>
       RulesAmountWithTaxIncluded=- Los importes mostrados son con todos los impuestos incluídos.
       RulesResultDue=- Incluye las facturas pendientes, los gastos, el IVA,  las donaciones pagadas o no. También se incluyen los salarios pagados.<br>- Se basa en la fecha de la validación de las facturas e IVA y en la fecha de vencimiento de los gastos. Para los salarios definidos con el módulo de Salarios, se usa la fecha de valor del pago.
       RulesResultInOut=- Incluye los pagos realizados sobre las facturas, las gastos y el IVA. <br>- Se basa en las fechas de pago de las facturas, gastos e IVA. La fecha de donación para las donaciones
      @@ -169,10 +169,10 @@ RulesResultBookkeepingPersonalized=Muestra un registro en su libro mayor con cue
       SeePageForSetup=Vea el menú <a href="%s">%s</a> para configurarlo
       DepositsAreNotIncluded=- Las facturas de anticipo no están incluidas
       DepositsAreIncluded=- Las facturas de anticipo están incluidas
      -LT1ReportByCustomers=Informe por terceros del RE
      +LT1ReportByCustomers=Informe por tercero del RE
       LT2ReportByCustomers=Informe por tercero del IRPF
      -LT1ReportByCustomersES=Informe de RE por terceros
      -LT2ReportByCustomersES=Informe por tercero del IRPF
      +LT1ReportByCustomersES=Informe de RE por tercero
      +LT2ReportByCustomersES=Informe de IRPF por tercero del
       VATReport=Informe IVA
       VATReportByPeriods=Informe de IVA por período
       VATReportByRates=Informe de impuestos por tasa
      @@ -221,16 +221,16 @@ Mode1=Método 1
       Mode2=Método 2
       CalculationRuleDesc=Para calcular el IVA total hay 2 métodos:<br>El método 1 consiste en redondear el IVA en cada línea y luego sumarlo .<br>El método 2 consiste en sumar el IVA de cada línea y luego redondear el resultado.<br>El resultado final puede variar unos céntimos. El modo por defecto es el método <b>%s</b>.
       CalculationRuleDescSupplier=Según el proveedor, elija el método adecuado para aplicar misma regla de cálculo y obtener el resultado esperado por su proveedor.
      -TurnoverPerProductInCommitmentAccountingNotRelevant=The report of Turnover collected per product is not available. This report is only available for turnover invoiced.
      -TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=The report of Turnover collected per sale tax rate is not available. This report is only available for turnover invoiced.
      +TurnoverPerProductInCommitmentAccountingNotRelevant=El informe del volumen de ventas cobradas por producto no está disponible. Este informe solo está disponible para el volumen de ventas emitidas.
      +TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=El informe Volumen de ventas cobradas por tasa de impuesto no está disponible. Este informe solo está disponible para volumen de ventas emitidas.
       CalculationMode=Modo de cálculo
       AccountancyJournal=Código contable diario
       ACCOUNTING_VAT_SOLD_ACCOUNT=Cuenta contable por defecto para el IVA de ventas (usado si no se define en el diccionario de IVA)
       ACCOUNTING_VAT_BUY_ACCOUNT=Cuenta contable por defecto para el IVA de compras (usado si no se define en el diccionario de IVA)
       ACCOUNTING_VAT_PAY_ACCOUNT=Código contable por defecto para el pago de IVA
      -ACCOUNTING_ACCOUNT_CUSTOMER=Cuenta contable a usar para clientes
      +ACCOUNTING_ACCOUNT_CUSTOMER=Cuenta contable usada para clientes
       ACCOUNTING_ACCOUNT_CUSTOMER_Desc=Se utilizará una cuenta contable dedicada definida en la ficha de terceros para el relleno del Libro Mayor,  o como valor predeterminado de la contabilidad del Libro Mayor si no se define una cuenta contable en la ficha del tercero
      -ACCOUNTING_ACCOUNT_SUPPLIER=Cuenta contable usada para los terceros
      +ACCOUNTING_ACCOUNT_SUPPLIER=Cuenta contable usada para proveedores
       ACCOUNTING_ACCOUNT_SUPPLIER_Desc=Se utilizará una cuenta contable dedicada definida en la ficha de terceros para el relleno del Libro Mayor, o como valor predeterminado de la contabilidad del Libro Mayor si no se define una cuenta contable en la ficha del tercero
       CloneTax=Clonar una tasa social/fiscal
       ConfirmCloneTax=Confirmar la clonación de una tasa social/fiscal
      @@ -254,6 +254,6 @@ VATDue=Impuesto reclamado
       ClaimedForThisPeriod=Reclamado para el período
       PaidDuringThisPeriod=Pagado durante este período
       ByVatRate=Por tasa de impuesto
      -TurnoverbyVatrate=Turnover invoiced by sale tax rate
      -TurnoverCollectedbyVatrate=Turnover collected by sale tax rate
      +TurnoverbyVatrate=Volumen de ventas emitidas por tipo de impuesto
      +TurnoverCollectedbyVatrate=Volumen de ventas cobradas por tipo de impuesto
       PurchasebyVatrate=Compra por tasa de impuestos
      diff --git a/htdocs/langs/es_ES/dict.lang b/htdocs/langs/es_ES/dict.lang
      index c034f2f530b..e66686b4c51 100644
      --- a/htdocs/langs/es_ES/dict.lang
      +++ b/htdocs/langs/es_ES/dict.lang
      @@ -131,7 +131,7 @@ CountryKI=Kiribati
       CountryKP=Corea del Norte
       CountryKR=Corea del Sur
       CountryKW=Kuwait
      -CountryKG=Kirguistán
      +CountryKG=Kirguizstán
       CountryLA=Laos
       CountryLV=Letonia
       CountryLB=Líbano
      @@ -160,7 +160,7 @@ CountryMD=Moldavia
       CountryMN=Mongolia
       CountryMS=Monserrat
       CountryMZ=Mozambique
      -CountryMM=Birmania (Myanmar)
      +CountryMM=Myanmar (Birmania)
       CountryNA=Namibia
       CountryNR=Nauru
       CountryNP=Nepal
      @@ -277,7 +277,7 @@ CurrencySingMGA=Ariary
       CurrencyMUR=Rupias mauritanas
       CurrencySingMUR=Rupia mauritana
       CurrencyNOK=Coronas noruegas
      -CurrencySingNOK=Corona noruega
      +CurrencySingNOK=Coronas noruegas
       CurrencyTND=Dinares tunecinos
       CurrencySingTND=Dinar tunecino
       CurrencyUSD=Dólares USA
      @@ -295,7 +295,7 @@ CurrencyCentINR=paisa
       CurrencyCentSingINR=paise
       CurrencyThousandthSingTND=milésimo
       #### Input reasons #####
      -DemandReasonTypeSRC_INTE=Internet
      +DemandReasonTypeSRC_INTE=Internetaaa
       DemandReasonTypeSRC_CAMP_MAIL=Campaña correo
       DemandReasonTypeSRC_CAMP_EMAIL=Campaña E-Mailing
       DemandReasonTypeSRC_CAMP_PHO=Campaña telefónica
      diff --git a/htdocs/langs/es_ES/errors.lang b/htdocs/langs/es_ES/errors.lang
      index 26902fa0858..ea6677b9456 100644
      --- a/htdocs/langs/es_ES/errors.lang
      +++ b/htdocs/langs/es_ES/errors.lang
      @@ -32,9 +32,9 @@ ErrorBarCodeRequired=Código de barras requerido
       ErrorCustomerCodeAlreadyUsed=Código de cliente ya utilizado
       ErrorBarCodeAlreadyUsed=El código de barras ya está siendo utilizado
       ErrorPrefixRequired=Prefijo obligatorio
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=La sintaxis del código proveedor es incorrecta
      +ErrorSupplierCodeRequired=Código proveedor obligatorio
      +ErrorSupplierCodeAlreadyUsed=Código de proveedor ya utilizado
       ErrorBadParameters=Parámetros incorrectos
       ErrorBadValueForParameter=valor '%s' incorrecto para el parámetro '%s'
       ErrorBadImageFormat=El archivo de imagen es de un formato no soportado (Su PHP no soporta las funciones de conversión de este formato de imagen)
      @@ -67,6 +67,7 @@ ErrorNoValueForRadioType=Los valores de la lista deben ser indicados
       ErrorBadFormatValueList=El valor de la lista no puede tener más de una coma: <u>%s</u>, pero es necesaria al menos una: clave,valor
       ErrorFieldCanNotContainSpecialCharacters=El campo <b>%s</b> no debe contener carácteres especiales
       ErrorFieldCanNotContainSpecialNorUpperCharacters=El campo <b>%s</b> no debe contener carácteres especiales, ni caracteres en mayúsculas y no puede contener sólo números
      +ErrorFieldMustHaveXChar=El campo <b> %s </b> debe tener al menos %s caracteres.
       ErrorNoAccountancyModuleLoaded=Módulo de contabilidad no activado
       ErrorExportDuplicateProfil=El nombre de este perfil ya existe para este conjunto de exportación
       ErrorLDAPSetupNotComplete=La configuración Dolibarr-LDAP es incompleta.
      @@ -87,7 +88,8 @@ ErrorsOnXLines=Errores en <b>%s</b> líneas fuente
       ErrorFileIsInfectedWithAVirus=¡El antivirus no ha podido validar este archivo (es probable que esté infectado por un virus)!
       ErrorSpecialCharNotAllowedForField=Los caracteres especiales no son admitidos por el campo "%s"
       ErrorNumRefModel=Hay una referencia en la base de datos (%s) y es incompatible con esta numeración. Elimine la línea o renombre la referencia para activar este módulo.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=Cantidad insuficiente para este proveedor
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=La configuración del módulo parece incompleta. Vaya a Inicio - Configuración - Módulos para completarla.
       ErrorBadMask=Error en la máscara
       ErrorBadMaskFailedToLocatePosOfSequence=Error, sin número de secuencia en la máscara
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=La cuenta de usuario de <b>%s</b> no se ha encontrado.
       ErrorLoginHasNoEmail=Este usuario no tiene e-mail. Imposible continuar.
       ErrorBadValueForCode=Valor incorrecto para el código. Vuelva a intentar con un nuevo valor...
       ErrorBothFieldCantBeNegative=Los campos %s y %s no pueden ser negativos
      +ErrorFieldCantBeNegativeOnInvoice=El campo <strong> %s </strong> no puede ser negativo en este tipo de factura. Si desea agregar una línea de descuento, primero cree el descuento con el enlace %s en la pantalla y aplíquelo a la factura. También puede pedir a su administrador que establezca la opción FACTURE_ENABLE_NEGATIVE_LINES en 1 para restaurar el comportamiento anterior.
       ErrorQtyForCustomerInvoiceCantBeNegative=Las cantidades en las líneas de facturas a clientes no pueden ser negativas
       ErrorWebServerUserHasNotPermission=La cuenta de ejecución del servidor web <b>%s</b> no dispone de los permisos para esto
       ErrorNoActivatedBarcode=No hay activado ningún tipo de código de barras
      @@ -138,7 +141,7 @@ ErrorBadFormat=¡El formato es erróneo!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, este miembro aún no está enlazado a un tercero. Enlace el miembro a un tercero existente o cree un tercero nuevo antes de crear la suscripción con la factura.
       ErrorThereIsSomeDeliveries=Error, hay entregas vinculadas a este envío. No se puede eliminar.
       ErrorCantDeletePaymentReconciliated=No se puede eliminar un registro bancario que esté conciliado
      -ErrorCantDeletePaymentSharedWithPayedInvoice=No se puede eliminar un pago de varias factura con alguna factura con estado Pagada
      +ErrorCantDeletePaymentSharedWithPayedInvoice=No se puede eliminar un pago de varias facturas con alguna factura con estado Pagada
       ErrorPriceExpression1=No se puede asignar a la constante '%s'
       ErrorPriceExpression2=No se puede redefinir la función incorporada '%s'
       ErrorPriceExpression3=Variable '%s' no definida en la definición de la función
      @@ -177,7 +180,7 @@ ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Definición incorrecta de la mat
       ErrorSavingChanges=Ha ocurrido un error al guardar los cambios
       ErrorWarehouseRequiredIntoShipmentLine=El almacén es obligatorio en la línea a enviar
       ErrorFileMustHaveFormat=El archivo debe tener el formato %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=El país de este proveedor no está definido, corríjalo en su ficha
       ErrorsThirdpartyMerge=No se han podido fusionar los dos registros. Petición cancelada. 
       ErrorStockIsNotEnoughToAddProductOnOrder=No hay stock suficiente del producto %s para añadirlo a un nuevo pedido.
       ErrorStockIsNotEnoughToAddProductOnInvoice=No hay stock suficiente del producto %s para añadirlo a una nueva factura.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Archivo no encontrado. Puede ser que la clave co
       ErrorProductBarCodeAlreadyExists=El código de barras del producto %s ya existe en otra referencia de producto.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Tenga en cuenta también que no es posible utilizar productos virtuales para aumentar/disminuir automáticamente subproductos cuando al menos un subproducto (o subproducto de subproductos) necesita un número de serie/lote.
       ErrorDescRequiredForFreeProductLines=La descripción es obligatoria para las líneas libres
      +ErrorAPageWithThisNameOrAliasAlreadyExists=La página/contenedor <strong>%s</strong> tiene el mismo nombre o alias alternativo que el que intenta utilizar
       
       # Warnings
       WarningPasswordSetWithNoAccount=Se fijó una contraseña para este miembro. Sin embargo, no se ha creado ninguna cuenta de usuario. Así que esta contraseña no se puede utilizar para acceder a Dolibarr. Puede ser utilizada por un módulo/interfaz externo, pero si no necesitar definir accesos de un miembro, puede desactivar la opción "Administrar un inicio de sesión para cada miembro" en la configuración del módulo miembros. Si necesita administrar un inicio de sesión, pero no necesita ninguna contraseña, puede dejar este campo vacío para evitar esta advertencia. Nota: También puede usarse el correo electrónico como inicio de sesión si el miembro está vinculada a un usuario.
      diff --git a/htdocs/langs/es_ES/holiday.lang b/htdocs/langs/es_ES/holiday.lang
      index 98959df18b2..c66e6c7122c 100644
      --- a/htdocs/langs/es_ES/holiday.lang
      +++ b/htdocs/langs/es_ES/holiday.lang
      @@ -1,10 +1,10 @@
       # Dolibarr language file - Source file is en_US - holiday
       HRM=RRHH
      -Holidays=Días libres
      -CPTitreMenu=Días libres
      +Holidays=Día libre
      +CPTitreMenu=Día libre
       MenuReportMonth=Estado mensual
       MenuAddCP=Nueva petición de vacaciones
      -NotActiveModCP=Debe activar el módulo Días libres retribuidos para ver esta página
      +NotActiveModCP=Debe activar el módulo Días libres para ver esta página
       AddCP=Realizar una petición de días libres
       DateDebCP=Fecha inicio
       DateFinCP=Fecha fin
      @@ -25,7 +25,7 @@ UserForApprovalLogin=Inicio de sesión de usuario de aprobación
       DescCP=Descripción
       SendRequestCP=Enviar la petición de días libres
       DelayToRequestCP=Las peticiones de días libres deben realizarse al menos <b>%s días</b> antes.
      -MenuConfCP=Balance de vacaciones
      +MenuConfCP=Balance de días libres
       SoldeCPUser=Su saldo de días libres es de <b>%s días</b>.
       ErrorEndDateCP=Debe indicar una fecha de fin superior a la fecha de inicio.
       ErrorSQLCreateCP=Se ha producido un error de SQL durante la creación :
      @@ -101,8 +101,8 @@ LEAVE_SICK=Baja por enfermedad
       LEAVE_OTHER=Otra petición
       LEAVE_PAID_FR=Vacación
       ## Configuration du Module ##
      -LastUpdateCP=Última actualización automática de días retribuidos
      -MonthOfLastMonthlyUpdate=Mes de la última actualización automática de días retribuidos
      +LastUpdateCP=Última actualización automática de días libres
      +MonthOfLastMonthlyUpdate=Mes de la última actualización automática de días libres
       UpdateConfCPOK=Actualización efectuada correctamente.
       Module27130Name= Gestión de los días libres
       Module27130Desc= Gestión de días libres
      @@ -112,7 +112,7 @@ NoticePeriod=Plazo de aviso
       HolidaysToValidate=Días libres retribuidos a validar
       HolidaysToValidateBody=A continuación encontrará una solicitud de días libres retribuidos para validar
       HolidaysToValidateDelay=Esta solicitud de días libres retribuidos tendrá lugar en un plazo de menos de %s días.
      -HolidaysToValidateAlertSolde=El usuario que ha realizado la solicitud de días libres retribuidos no dispone de suficientes días disponibles.
      +HolidaysToValidateAlertSolde=El usuario que ha realizado la solicitud de días retribuidos no dispone de suficientes días disponibles.
       HolidaysValidated=Días libres retribuidos validados
       HolidaysValidatedBody=Su solicitud de días libres retribuidos desde el %s al %s ha sido validada.
       HolidaysRefused=Días libres retribuidos denegados
      @@ -121,4 +121,9 @@ HolidaysCanceled=Días libres retribuidos cancelados
       HolidaysCanceledBody=Su solicitud de días libres retribuidos desde el %s al %s ha sido cancelada.
       FollowedByACounter=1: Este tipo de día retribuido necesita ser seguido por un contador. El contador se incrementa de forma manual o automáticamente y cuando se valida una solicitud, el contador disminuye.<br> 0: No es seguido por un contador.
       NoLeaveWithCounterDefined=No hay ningún tipo de peticiones definidas que deben ser seguidas por un contador
      -GoIntoDictionaryHolidayTypes=Vaya a <strong>Inicio - Configuración - Diccionarios - Tipos de vacaciones </strong> para configurar los diferentes tipos.
      +GoIntoDictionaryHolidayTypes=Vaya a <strong>Inicio - Configuración - Diccionarios - Tipos de días libres </strong> para configurar los diferentes tipos.
      +HolidaySetup=Configuración del módulo Días libres
      +HolidaysNumberingModules=Modelos de numeración de petición de días libres
      +TemplatePDFHolidays=Plantilla PDF para petición de días libres
      +FreeLegalTextOnHolidays=Texto libre en el PDF
      +WatermarkOnDraftHolidayCards=Marca de agua en las peticiones de días libres
      diff --git a/htdocs/langs/es_ES/interventions.lang b/htdocs/langs/es_ES/interventions.lang
      index faa4d1bcc67..b9dff5fe750 100644
      --- a/htdocs/langs/es_ES/interventions.lang
      +++ b/htdocs/langs/es_ES/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervenciones
       InterventionCard=Ficha intervención
       NewIntervention=Nueva intevención
       AddIntervention=Crear intervención
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Listado de intervenciones
       ActionsOnFicheInter=Eventos sobre la intervención
       LastInterventions=Últimas %s intervenciones
      diff --git a/htdocs/langs/es_ES/languages.lang b/htdocs/langs/es_ES/languages.lang
      index ec9b14b68fc..82cedefa998 100644
      --- a/htdocs/langs/es_ES/languages.lang
      +++ b/htdocs/langs/es_ES/languages.lang
      @@ -86,3 +86,4 @@ Language_uz_UZ=Uzbeco
       Language_vi_VN=Vietnamita
       Language_zh_CN=Chino
       Language_zh_TW=Chino (Tradicional)
      +Language_bh_MY=Malayo
      diff --git a/htdocs/langs/es_ES/mails.lang b/htdocs/langs/es_ES/mails.lang
      index ad93ddbb2d8..d46afa5b25f 100644
      --- a/htdocs/langs/es_ES/mails.lang
      +++ b/htdocs/langs/es_ES/mails.lang
      @@ -11,9 +11,9 @@ MailFrom=Remitente
       MailErrorsTo=Errores a
       MailReply=Responder a
       MailTo=Destinatario(s)
      -MailToUsers=To user(s)
      +MailToUsers=A usuario(s)
       MailCC=Copia a
      -MailToCCUsers=Copy to users(s)
      +MailToCCUsers=Copia a usuario(s)
       MailCCC=Adjuntar copia a
       MailTopic=Asunto del e-mail
       MailText=Mensaje
      @@ -66,7 +66,7 @@ DateLastSend=Fecha del último envío
       DateSending=Fecha envío
       SentTo=Enviado a <b>%s</b>
       MailingStatusRead=Leido
      -YourMailUnsubcribeOK=El correo electrónico <b>%s</b> es correcta desuscribe.
      +YourMailUnsubcribeOK=El e-mail <b>%s</b> ha sido dado de baja correctamente de la lista de correo
       ActivateCheckReadKey=Clave usada para cifrar la URL utilizada para la función de "Darse de baja"
       EMailSentToNRecipients=E-Mail enviado a %s destinatarios.
       EMailSentForNElements=E-Mail enviado a %s elementos.
      @@ -166,4 +166,4 @@ InGoingEmailSetup=Configuración del correo entrante
       OutGoingEmailSetupForEmailing=Configuración de correo saliente (para correo masivo)
       DefaultOutgoingEmailSetup=Configuración de correo saliente predeterminada
       Information=Información
      -ContactsWithThirdpartyFilter=Contacts avec filtre client
      +ContactsWithThirdpartyFilter=Contactos con filtro de terceros.
      diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang
      index f7607480a89..1ddb4cc6124 100644
      --- a/htdocs/langs/es_ES/main.lang
      +++ b/htdocs/langs/es_ES/main.lang
      @@ -55,7 +55,7 @@ ErrorRecordIsUsedByChild=Imposible de suprimir este registro. Esta siendo utiliz
       ErrorWrongValue=Valor incorrecto
       ErrorWrongValueForParameterX=Valor incorrecto del parámetro %s
       ErrorNoRequestInError=Ninguna petición en error
      -ErrorServiceUnavailableTryLater=Servicio no disponible actualmente. Vuélvalo a intentar más tarde.
      +ErrorServiceUnavailableTryLater=Servicio no disponible actualmente. Inténtelo de nuevo más tarde.
       ErrorDuplicateField=Duplicado en un campo único
       ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Modificaciones deshechas.
       ErrorConfigParameterNotDefined=El parámetro <b>%s</b> no está definido en el archivo de configuración Dolibarr <b>conf.php</b>.
      @@ -78,7 +78,7 @@ FileRenamed=El archivo ha sido renombrado correctamente
       FileGenerated=el archivo ha sido generado correctamente
       FileSaved=El fichero ha sido guardado correctamente
       FileUploaded=El archivo se ha subido correctamente
      -FileTransferComplete=Fichero(s) cargados correctamente
      +FileTransferComplete=Archivo(s) cargado(s) correctamente
       FilesDeleted=Fichero(s) eliminados correctamente
       FileWasNotUploaded=Un archivo ha sido seleccionado para adjuntarlo, pero aún no se ha subido. Haga clic en "Adjuntar este archivo" para ello.
       NbOfEntries=Nº de entradas
      @@ -94,7 +94,7 @@ Undefined=No definido
       PasswordForgotten=¿Olvidó su contraseña?
       NoAccount=¿Sin cuenta?
       SeeAbove=Mencionado anteriormente
      -HomeArea=Área inicio
      +HomeArea=Inicio
       LastConnexion=Última conexión
       PreviousConnexion=Conexión anterior
       PreviousValue=Valor previo
      @@ -142,6 +142,7 @@ Closed=Cerrado
       Closed2=Cerrado
       NotClosed=No cerrado
       Enabled=Activado
      +Enable=Activo
       Deprecated=Obsoleto
       Disable=Desactivar
       Disabled=Desactivado
      @@ -153,7 +154,7 @@ Update=Modificar
       Close=Cerrar
       CloseBox=Eliminar panel de su  tablero
       Confirm=Confirmar
      -ConfirmSendCardByMail=¿Quiere enviar el contenido de esta ficha por e-mail a la dirección <b>%s</b>?
      +ConfirmSendCardByMail=¿Quiere enviar el contenido de esta ficha por e-mail a <b>%s</b>?
       Delete=Eliminar
       Remove=Retirar
       Resiliate=Cancelar
      @@ -327,7 +328,7 @@ Copy=Copiar
       Paste=Pegar
       Default=Predeterminado
       DefaultValue=Valor por defecto
      -DefaultValues=Valores por defecto
      +DefaultValues=Valores/filtros/ordenación por defecto
       Price=Precio
       PriceCurrency=Precio (moneda)
       UnitPrice=Precio unitario
      @@ -403,7 +404,7 @@ DefaultTaxRate=Tasa de impuesto por defecto
       Average=Media
       Sum=Suma
       Delta=Diferencia
      -RemainToPay=Queda per pagar
      +RemainToPay=Queda por pagar
       Module=Módulo
       Modules=Módulos
       Option=Opción
      @@ -453,8 +454,8 @@ Generate=Generar
       Duration=Duración
       TotalDuration=Duración total
       Summary=Resumen
      -DolibarrStateBoard=Estadísticas
      -DolibarrWorkBoard=Indicadores de trabajo
      +DolibarrStateBoard=Estadísticas de la base de datos
      +DolibarrWorkBoard=Items pendientes
       NoOpenedElementToProcess=Sin elementos a procesar
       Available=Disponible
       NotYetAvailable=Aún no disponible
      @@ -468,7 +469,7 @@ and=y
       or=o
       Other=Otro
       Others=Otros
      -OtherInformations=Otras informaciones
      +OtherInformations=Otra información
       Quantity=Cantidad
       Qty=Cant.
       ChangedBy=Modificado por
      @@ -507,7 +508,7 @@ NoneF=Ninguna
       NoneOrSeveral=Ninguno o varios
       Late=Retraso
       LateDesc=El retraso que indica si un registro lleva retraso o no depende de la configuración. Pregunte a su administrador para cambiar el retraso desde el menú Inicio - Configuración - Alertas.
      -NoItemLate=No late item
      +NoItemLate=Sin items en retraso
       Photo=Foto
       Photos=Fotos
       AddPhoto=Añadir foto
      @@ -530,18 +531,6 @@ September=septiembre
       October=octubre
       November=noviembre
       December=Diciembre
      -JanuaryMin=Ene
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Abr
      -MayMin=May
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Ago
      -SeptemberMin=Sep
      -OctoberMin=Oct
      -NovemberMin=Nov
      -DecemberMin=Dic
       Month01=enero
       Month02=febrero
       Month03=marzo
      @@ -646,6 +635,8 @@ SendMail=Enviar e-mail
       EMail=E-mail
       NoEMail=Sin e-mail
       Email=Correo
      +AlreadyRead=Alreay read
      +NotRead=No lleído
       NoMobilePhone=Sin teléfono móvil
       Owner=Propietario
       FollowingConstantsWillBeSubstituted=Las siguientes constantes serán substituidas por su valor correspondiente.
      @@ -724,7 +715,7 @@ ValidatePayment=Validar pago
       CreditOrDebitCard=Tarjeta de crédito o débito
       FieldsWithAreMandatory=Los campos marcados por un <b>%s</b> son obligatorios
       FieldsWithIsForPublic=Los campos marcados por <b>%s</b> se mostrarán en la lista pública de miembros. Si no desea verlos, desactive la casilla "público".
      -AccordingToGeoIPDatabase=(Obtenido por conversión GeoIP)
      +AccordingToGeoIPDatabase=(obtenido por conversión GeoIP)
       Line=Línea
       NotSupported=No soportado
       RequiredField=Campo obligatorio
      @@ -732,6 +723,8 @@ Result=Resultado
       ToTest=Probar
       ValidateBefore=Para poder usar esta función debe validarse la ficha
       Visibility=Visibilidad
      +Totalizable=Totalizable
      +TotalizableDesc=Este campo es totalizable en los listados
       Private=Privado
       Hidden=Caché
       Resources=Recursos
      @@ -750,6 +743,7 @@ LinkTo=Enlazar a
       LinkToProposal=Enlazar a pedido
       LinkToOrder=Enlazar a pedido
       LinkToInvoice=Enlazar a factura
      +LinkToTemplateInvoice=Enlazar a plantilla de factura
       LinkToSupplierOrder=Enlazar a pedido a proveedor
       LinkToSupplierProposal=Enlazar a presupuesto de proveedor
       LinkToSupplierInvoice=Enlazar a factura de proveedor
      @@ -758,6 +752,7 @@ LinkToIntervention=Enlazar a intervención
       CreateDraft=Crear borrador
       SetToDraft=Volver a borrador
       ClickToEdit=Clic para editar
      +ClickToRefresh=Click to refresh
       EditWithEditor=Editar con CKEditor
       EditWithTextEditor=Editar con editor de texto
       EditHTMLSource=Editar código HTML
      @@ -772,14 +767,14 @@ ByDay=Por día
       BySalesRepresentative=Por comercial
       LinkedToSpecificUsers=Enlazado a un contacto de usuario particular
       NoResults=Ningún resultado
      -AdminTools=Utilidades administración
      +AdminTools=Herramientas de administración
       SystemTools=Utilidades sistema
       ModulesSystemTools=Utilidades módulos
       Test=Prueba
       Element=Elemento
       NoPhotoYet=No hay fotografía disponible
       Dashboard=Tablero
      -MyDashboard=Mi tablero
      +MyDashboard=Mi panel de control
       Deductible=Deducible
       from=de
       toward=hacia
      @@ -818,12 +813,12 @@ Sincerely=Atentamente
       DeleteLine=Eliminación de línea
       ConfirmDeleteLine=¿Está seguro de querer eliminar esta línea?
       NoPDFAvailableForDocGenAmongChecked=Sin PDF disponibles para la generación de documentos entre los registros seleccionados
      -TooManyRecordForMassAction=Demasiados registros seleccionados para la acción masiva. La acción está restringida a un listado de %s registros.
      +TooManyRecordForMassAction=Demasiados registros seleccionardos para la acción masiva. La acción está restringida a un listado de %s registros.
       NoRecordSelected=Sin registros seleccionados
       MassFilesArea=Área de archivos generados por acciones masivas
       ShowTempMassFilesArea=Mostrar área de archivos generados por acciones masivas
      -ConfirmMassDeletion=Confirmación de borrado en lote
      -ConfirmMassDeletionQuestion=Esta seguro que quiere supprimir el/los %s registro(s) seleccionado(s) ?
      +ConfirmMassDeletion=Confirmación borrado en masa
      +ConfirmMassDeletionQuestion=¿Estás seguro que quieres eliminar los %s registro(s) seleccionado(s)?
       RelatedObjects=Objetos relacionados
       ClassifyBilled=Clasificar facturado
       ClassifyUnbilled=Clasificar no facturado
      @@ -841,7 +836,7 @@ Calendar=Calendario
       GroupBy=Agrupado por...
       ViewFlatList=Ver lista plana
       RemoveString=Eliminar cadena '%s'
      -SomeTranslationAreUncomplete=Algunos idiomas pueden estar parcialmente traducidos o pueden contener errores. Si detecta algunos, puede arreglar los archivos de idiomas registrándose en <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">http://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Algunos de los idiomas ofrecidos pueden estar parcialmente traducidos o pueden contener errores. Si detecta algunos, puede corregir los archivos de idiomas registrándose en <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">http://transifex.com/projects/p/dolibarr/</a>.
       DirectDownloadLink=Enlace de descarga directa
       DirectDownloadInternalLink=Enlace de descarga directa (necesita estar registrado y necesita permisos)
       Download=Descargar
      @@ -864,13 +859,22 @@ TitleSetToDraft=Devolver a borrador
       ConfirmSetToDraft=¿Está seguro de querer devolver al estado Borrador?
       ImportId=ID de importación
       Events=Eventos
      -EMailTemplates=Plantillas E-Mails
      +EMailTemplates=Plantillas Email
       FileNotShared=Archivo no compartido a público externo
       Project=Proyecto
       Projects=Proyectos
      +LeadOrProject=Oportunidad | Proyecto
      +LeadsOrProjects=Oportunidades | Proyectos
      +Lead=Oportunidad
      +Leads=Oportunidades
      +ListOpenLeads=Lista oportunidades abiertas
      +ListOpenProjects=Lista proyectos abiertos
      +NewLeadOrProject=Nueva oportunidad o proyecto
       Rights=Permisos
       LineNb=Línea
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Letras del cliente
      +TabLetteringSupplier=Letras del proveedor
       # Week day
       Monday=Lunes
       Tuesday=Martes
      @@ -927,7 +931,7 @@ SearchIntoInterventions=Intervenciones
       SearchIntoContracts=Contratos
       SearchIntoCustomerShipments=Envíos a clientes
       SearchIntoExpenseReports=Informes de gastos
      -SearchIntoLeaves=Permisos
      +SearchIntoLeaves=Día libre
       CommentLink=Comentarios
       NbComments=Número de comentarios
       CommentPage=Espacio de comentarios
      @@ -945,6 +949,7 @@ LocalAndRemote=Local y remoto
       KeyboardShortcut=Atajo de teclado
       AssignedTo=Asignada a
       Deletedraft=Eliminar borrador
      -ConfirmMassDraftDeletion=Confirmación de borrado de borradores en lote
      +ConfirmMassDraftDeletion=Confirmación de borrado de borradores en masa
       FileSharedViaALink=Archivo compartido a través de un enlace
      -
      +SelectAThirdPartyFirst=Selecciona un tercero primero...
      +YouAreCurrentlyInSandboxMode=Actualmente se encuentra en el modo %s "sandbox"
      diff --git a/htdocs/langs/es_ES/members.lang b/htdocs/langs/es_ES/members.lang
      index 0ba42342885..e284a793d26 100644
      --- a/htdocs/langs/es_ES/members.lang
      +++ b/htdocs/langs/es_ES/members.lang
      @@ -88,7 +88,7 @@ ConfirmDeleteSubscription=¿Está seguro de querer eliminar esta afiliación?
       Filehtpasswd=Archivo htpasswd
       ValidateMember=Validar un miembro
       ConfirmValidateMember=¿Está seguro de querer validar a este miembro?
      -FollowingLinksArePublic=Los vínculos siguientes son páginas accesibles a todos y no protegidas por ninguna habilitación Dolibarr.
      +FollowingLinksArePublic=Los siguientes enlaces son páginas abiertas que no están protegidas por ningún permiso de Dolibarr. No son páginas con formato, se proporcionan como ejemplo para mostrar cómo enumerar la base de datos de miembros.
       PublicMemberList=Listado público de miembros
       BlankSubscriptionForm=Formulario público de auto-inscripción
       BlankSubscriptionFormDesc=Dolibarr puede proporcionar una página pública para que los visitantes externos puedan solicitar afiliarse. Si se encuentra activo un módulo de pago en línea, se propondrá automáticamente un formulario de pago.
      @@ -111,7 +111,7 @@ SendingAnEMailToMember=Enviar e-mail de información al miembro
       SendingEmailOnAutoSubscription=Enviar E-Mail en una auto-inscripción
       SendingEmailOnMemberValidation=Enviar E-Mail en la validación de un nuevo miembro
       SendingEmailOnNewSubscription=Enviar E-Mail en una nueva suscripción
      -SendingReminderForExpiredSubscription=Sending reminder for expired subscriptions
      +SendingReminderForExpiredSubscription=Enviar un recordatorio para suscripción caducada
       SendingEmailOnCancelation=Enviar E-Mail en una cancelación
       # Topic of email templates
       YourMembershipRequestWasReceived=Su membresía fue recibida.
      @@ -124,7 +124,7 @@ CardContent=Contenido de su ficha de miembro
       ThisIsContentOfYourMembershipRequestWasReceived=Queremos informarle que se ha solicitado una nueva membresía. <br> <br>
       ThisIsContentOfYourMembershipWasValidated=Queremos hacerle saber que su membresía fue validada con la siguiente información: <br> <br>
       ThisIsContentOfYourSubscriptionWasRecorded=Queremos informarle que su nueva suscripción fue grabada. <br> <br>
      -ThisIsContentOfSubscriptionReminderEmail=Queremos informarle que su nueva suscripción está a punto de expirar.  Esperamos que pueda renovarla<br><br>
      +ThisIsContentOfSubscriptionReminderEmail=Queremos informarle que su nueva suscripción está a punto o ha expirado  (__MEMBER_LAST_SUBSCRIPTION_DATE_END__).  Esperamos que pueda renovarla<br><br>
       ThisIsContentOfYourCard=Este es un recordatorio de la información que obtenemos sobre usted. No dude en contactar con nosotros si algo le parece incorrecto.<br><br>
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Asunto del e-mail recibido en caso de auto-inscripción de un invitado
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL=E-mail recibido en caso de auto-inscripción de un invitado
      @@ -188,11 +188,10 @@ MembersByNature=Esta pantalla presenta una estadística del número de miembros
       MembersByRegion=Esta pantalla presenta una estadística del número de miembros por región
       VATToUseForSubscriptions=Tasa de IVA para las afiliaciones
       NoVatOnSubscription=Sin IVA para en las afiliaciones
      -MEMBER_PAYONLINE_SENDEMAIL=E-mail a usar para alertas de e-mail cuando Dolibarr reiba una confirmación de pago validado para una subscripción (por ejemplo: paymentdone@example.com)
       ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Producto usado para las suscripciones en línea en facturas: %s
       NameOrCompany=Nombre o Empresa
       SubscriptionRecorded=Suscripción guardada
       NoEmailSentToMember=No se envió ningún e-mail al miembro
       EmailSentToMember=E-Mail enviado al miembro a %s
       SendReminderForExpiredSubscriptionTitle=Enviar un recordatorio por E-Mail para la suscripción expirada
      -SendReminderForExpiredSubscription=Enviar recordatorio por e-mail a los miembros cuando la suscripción esté a punto de caducar (el parámetro es el número de días antes del final de la suscripción para enviar el recordatorio)
      +SendReminderForExpiredSubscription=Enviar recordatorio por e-mail a los miembros cuando la suscripción esté a punto de caducar (el parámetro es el número de días antes del final de la suscripción para enviar el recordatorio. Puede ser una lista de días separados por un punto y coma, por ejemplo, '10; 5; 0; -5 ')
      diff --git a/htdocs/langs/es_ES/modulebuilder.lang b/htdocs/langs/es_ES/modulebuilder.lang
      index 1f8f53879ca..c0c8b091ab0 100644
      --- a/htdocs/langs/es_ES/modulebuilder.lang
      +++ b/htdocs/langs/es_ES/modulebuilder.lang
      @@ -13,7 +13,7 @@ ModuleInitialized=Módulo inicializado
       FilesForObjectInitialized=Ficheros para el nuevo objeto '%s' inicializado
       FilesForObjectUpdated=Ficheros del objeto '%s' actualizado (ficheros .sql y fichero .class.php)
       ModuleBuilderDescdescription=Introduzca aquí toda la información general que describa su módulo
      -ModuleBuilderDescspecifications=Puedes introducir aquí un texto largo para describir las especificaciones de tu módulo que no estén estructuradas en otras pestañas. Así que tienes al alcance de la mano todas las reglas para desarrollar. Asimismo, este texto se incluirá en la documentación generada (ver última pestaña). Puede utilizar el formato Markdown, pero se recomienda usar el formato Asciidoc (Comparación entre .md y .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
      +ModuleBuilderDescspecifications=Puede introducir aquí un texto largo para describir las especificaciones de su módulo que no estén estructuradas en otras pestañas. Así que tiene al alcance de la mano todas las reglas para desarrollar. Asimismo, este texto se incluirá en la documentación generada (ver última pestaña). Puede utilizar el formato Markdown, pero se recomienda usar el formato Asciidoc (Comparación entre .md y .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
       ModuleBuilderDescobjects=Define aquí los objetos que deseas gestionar con tu módulo. Se creará una clase CRUD DAO, archivos SQL, página para listar el registro de objetos, para crear/editar/ver un registro y una API.
       ModuleBuilderDescmenus=Esta pestaña está dedicada a definir entradas de menú proporcionadas por su módulo.
       ModuleBuilderDescpermissions=Esta pestaña está dedicada a definir los nuevos permisos que desea proporcionar con su módulo.
      @@ -21,12 +21,12 @@ ModuleBuilderDesctriggers=Esta es la vista de triggers proporcionada por tu mód
       ModuleBuilderDeschooks=Esta pestaña está dedicada a los hooks.
       ModuleBuilderDescwidgets=Esta pestaña está dedicada a administrar/crear widgets.
       ModuleBuilderDescbuildpackage=Puedes generar aquí un archivo comprimido "listo para distribuir" (un archivo .zip normalizado) de tu módulo y un archivo de documentación "listo para distribuir". Simplemente haga clic en el botón para crear el paquete o el archivo de documentación.
      -EnterNameOfModuleToDeleteDesc=Puedes eliminar tu módulo. ATENCIÓN: Todos los ficheros del módulo pero también los datos estructurados y la documentación será eliminada definitivamente!
      -EnterNameOfObjectToDeleteDesc=Puedes eliminar un objeto. ATENCIÓN: Todos los ficheros relacionados con el objeto serán eliminados!
      +EnterNameOfModuleToDeleteDesc=Puede eliminar su módulo. ATENCIÓN: ¡Todos los ficheros del módulo pero también los datos estructurados y la documentación será eliminada definitivamente!
      +EnterNameOfObjectToDeleteDesc=Puede eliminar un objeto. ATENCIÓN: ¡Todos los ficheros relacionados con el objeto serán eliminados!
       DangerZone=Zona peligrosa
       BuildPackage=Generar paquete/documentación
       BuildDocumentation=Generar documentación
      -ModuleIsNotActive=Este módulo no ha sido activado todavía. Ve a %s para activarlo o pulse aquí:
      +ModuleIsNotActive=Este módulo no ha sido activado todavía. Vaya a %s para activarlo o pulse aquí:
       ModuleIsLive=Este módulo ha sido activado. Cualquier cambio en él puede romper una característica activa actual.
       DescriptionLong=Descripción larga
       EditorName=Nombre del editor
      @@ -47,7 +47,7 @@ RegenerateClassAndSql=Borrar y regenerar archivos de clase y sql
       RegenerateMissingFiles=Generar archivos no encontrados
       SpecificationFile=Fichero con las reglas de negocio
       LanguageFile=Archivo para el idioma
      -ConfirmDeleteProperty=¿Estás seguro que quieres eliminar la propiedad <strong>%s</strong>? Esto cambiará código en la clase PHP pero también eliminará la columna de la definición de la tabla del objeto.
      +ConfirmDeleteProperty=¿Está seguro de querer eliminar la propiedad <strong>%s</strong>? Esto cambiará código en la clase PHP pero también eliminará la columna de la definición de la tabla del objeto.
       NotNull=No NULL
       NotNullDesc=1=Establecer la base de datos en NOT NULL. -1=Permitir valores nulos y forzar valor a NULL si está vacío ('' o 0).
       SearchAll=Usada para 'buscar todo'
      @@ -66,7 +66,7 @@ PageForLib=Archivo para bibliotecas PHP
       SqlFileExtraFields=Archivo Sql para atributos complementarios
       SqlFileKey=Fichero Sql de claves
       AnObjectAlreadyExistWithThisNameAndDiffCase=Un objeto ya existe con este nombre y un caso diferente
      -UseAsciiDocFormat=Puedes utilizar el formato Markdown, pero se recomienda usar el formato Asciidoc (Comparación entre .md y .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
      +UseAsciiDocFormat=Puede usar el formato Markdown, pero se recomienda usar el formato Asciidoc (Comparación entre .md y .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
       IsAMeasure=Es una medida
       DirScanned=Directorio analizado
       NoTrigger=No hay trigger
      @@ -74,7 +74,7 @@ NoWidget=No hay widget
       GoToApiExplorer=Ir al Explorador de API
       ListOfMenusEntries=Lista de entradas de menú
       ListOfPermissionsDefined=Listado de permisos definidos
      -SeeExamples=See examples here
      +SeeExamples=Vea ejemplos aquí
       EnabledDesc=Condición para tener este campo activo (Ejemplos: 1 o $conf->global->MYMODULE_MYOPTION)
       VisibleDesc=¿Es el campo visible? (Ejemplos: 0=Nunca visible, 1=Visible en listado y  en formularios creación /actualización/visualización, 2=Visible en listado solamente, 3=Visible en formularios creación /actualización/visualización. Usar un valor negativo significa que no se muestra el campo predeterminado en el listado pero se puede seleccionar para verlo)
       IsAMeasureDesc=¿Se puede acumular el valor del campo para obtener un total en el listado? (Ejemplos: 1 o 0)
      @@ -88,7 +88,7 @@ TriggerDefDesc=Defina en el archivo trigger el código que desea ejecutar para c
       SeeIDsInUse=Ver IDs en uso en su instalación
       SeeReservedIDsRangeHere=Ver rango de IDs reservados
       ToolkitForDevelopers=Herramientas para desarrolladores de Dolibarr
      -TryToUseTheModuleBuilder=Si tiene conocimientos en SQL y PHP, puede intentar utilizar el asistente nativo de creación de módulos. Simplemente active el módulo y use el asistente haciendo clic <span class="fa fa-bug"></span>en  en el menú superior derecho. Advertencia: esta es una funcionalidad para desarrolladores, un uso inadecuado puede romper su aplicación.
      +TryToUseTheModuleBuilder=Si tiene conocimientos de SQL y PHP, puede usar el asistente del creador de módulos nativo. <br> Active el módulo <strong> %s </strong> y use el asistente haciendo clic en <span class = "fa fa-bug"> </span> en el menú superior derecho. <br> Advertencia: esta es una función avanzada para desarrolladores, ¡no experimente <b> no </b> en su sitio de producción!
       SeeTopRightMenu=Ver <span class="fa fa-bug"></span> en el menú superior derecho
       AddLanguageFile=Añadir archivo de idioma
       YouCanUseTranslationKey=Aquí puede usar una clave que es la clave de traducción encontrada en el archivo de idioma (ver pestaña "Idiomas")
      @@ -96,6 +96,7 @@ DropTableIfEmpty=(Eliminar tabla si está vacía)
       TableDoesNotExists=La tabla %s no existe
       TableDropped=Tabla %s eliminada
       InitStructureFromExistingTable=Construir la estructura de array de una tabla existente
      -UseAboutPage=Disallow the about page
      -UseDocFolder=Disallow the documentation folder
      -UseSpecificReadme=Use a specific ReadMe
      +UseAboutPage=Desactivar la página acerca de
      +UseDocFolder=Desactivar directorio de documentación
      +UseSpecificReadme=Usar un archivo Léame específico
      +RealPathOfModule=Ruta real del módulo
      diff --git a/htdocs/langs/es_ES/other.lang b/htdocs/langs/es_ES/other.lang
      index acdc769a7c5..df791aec6a9 100644
      --- a/htdocs/langs/es_ES/other.lang
      +++ b/htdocs/langs/es_ES/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Código seguridad
       NumberingShort=Nº
       Tools=Utilidades
       TMenuTools=Utilidades
      -ToolsDesc=Todas las utilidades que no están incluidas en otras entradas del menú se encuentran aquí.<br><br>Están disponibles en el menú de la izquierda.
      +ToolsDesc=Todas las utilidades que no están incluidas en otras entradas del menú se encuentran aquí.<br>Están disponibles en el menú de la izquierda.
       Birthday=Aniversario
       BirthdayDate=Fecha de cumpleaños
       DateToBirth=Fecha de nacimiento
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Mes siguiente de la fecha de la factura
       DateNextInvoiceBeforeGen=Fecha de la próxima factura (antes de la generación)
       DateNextInvoiceAfterGen=Fecha de la próxima factura (después de la generación)
       
      -Notify_FICHINTER_ADD_CONTACT=Contacto añadido a intervención
      -Notify_FICHINTER_VALIDATE=Validación ficha intervención
      -Notify_FICHINTER_SENTBYMAIL=Envío ficha de intervención por e-mail
       Notify_ORDER_VALIDATE=Validación pedido cliente
       Notify_ORDER_SENTBYMAIL=Envío pedido de cliente por e-mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Envío pedido a proveedor por e-mail
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Creación tercero
       Notify_COMPANY_SENTBYMAIL=Correos enviados desde la ficha del tercero
       Notify_BILL_VALIDATE=Validación factura
       Notify_BILL_UNVALIDATE=Devalidación factura a cliente
      -Notify_BILL_PAYED=Cobro factura a cliente
      +Notify_BILL_PAYED=Factura del cliente pagada
       Notify_BILL_CANCEL=Cancelación factura a cliente
       Notify_BILL_SENTBYMAIL=Envío factura a cliente por e-mail
       Notify_BILL_SUPPLIER_VALIDATE=Validación factura de proveedor
      -Notify_BILL_SUPPLIER_PAYED=Pago factura de proveedor
      +Notify_BILL_SUPPLIER_PAYED=Factura del proveedor pagada
       Notify_BILL_SUPPLIER_SENTBYMAIL=Envío factura de proveedor por e-mail
       Notify_BILL_SUPPLIER_CANCELED=Factura del proveedor cancelada
       Notify_CONTRACT_VALIDATE=Validación contrato
       Notify_FICHEINTER_VALIDATE=Validación intervención
      +Notify_FICHINTER_ADD_CONTACT=Contacto añadido a intervención
      +Notify_FICHINTER_SENTBYMAIL=Envío ficha de intervención por e-mail
       Notify_SHIPPING_VALIDATE=Validación envío
       Notify_SHIPPING_SENTBYMAIL=Envío expedición por e-mail
       Notify_MEMBER_VALIDATE=Validación miembro
      @@ -71,6 +70,10 @@ Notify_PROJECT_CREATE=Creación de proyecto
       Notify_TASK_CREATE=Tarea creada
       Notify_TASK_MODIFY=Tarea modificada
       Notify_TASK_DELETE=Tarea eliminada
      +Notify_EXPENSE_REPORT_VALIDATE=Informe de gastos validado (se requiere aprobación)
      +Notify_EXPENSE_REPORT_APPROVE=Informe de gastos aprobado
      +Notify_HOLIDAY_VALIDATE=Petición días libres validada (se requiere aprobación)
      +Notify_HOLIDAY_APPROVE=Petición días libres aprobada
       SeeModuleSetup=Vea la configuración del módulo %s
       NbOfAttachedFiles=Número archivos/documentos adjuntos
       TotalSizeOfAttachedFiles=Tamaño total de los archivos/documentos adjuntos
      @@ -80,18 +83,18 @@ LinkedObject=Objeto adjuntado
       NbOfActiveNotifications=Número de notificaciones (nº de destinatarios)
       PredefinedMailTest=__(Hello)__\nEste es un correo de prueba enviado a __EMAIL__.\nLas dos líneas están separadas por un retorno de carro.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nEste es un correo de <b> prueba</b> (la palabra prueba debe estar en negrita). <br> Las dos líneas están separadas por un retorno de carro. <br> <br> __USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle nuestra solicitud de presupuesto __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle el pedido __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle nuestro pedido __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle la factura __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle el envío __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hola)__\n\nNos ponemos en contacto con usted para facilitarle la intervención __REF__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nAquí encontrará la factura __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nNos gustaría advertirle que la factura __REF__ parece no ser pagada. Así que le enviamos de nuevo la factura en el archivo adjunto, como un recordatorio.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nNos ponemos en contacto con usted para facilitarle el presupuesto __PREF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hola)__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hola)__\n\n\n__(Sinceramente)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      +PredefinedMailContentLink=Puede hacer clic en el siguiente enlace para realizar su pago, si aún no lo ha hecho.\n\n%s\n\n
       DemoDesc=Dolibarr es un ERP/CRM para la gestión de negocios (profesionales o asociaciones), compuesto de módulos funcionales independientes y opcionales. Una demostración que incluya todos estos módulos no tiene sentido porque no utilizará todos los módulos. Además, tiene disponibles varios tipos de perfiles de demostración.
       ChooseYourDemoProfil=Elija el perfil de demostración que mejor se adapte a sus necesidades ...
       ChooseYourDemoProfilMore=... o construya su perfil<br>(modo de selección manual)
      @@ -198,6 +201,10 @@ EMailTextOrderApprovedBy=Pedido %s aprobado por %s
       EMailTextOrderRefused=Pedido %s rechazado
       EMailTextOrderRefusedBy=Pedido %s rechazado por %s
       EMailTextExpeditionValidated=El envío %s ha sido validado.
      +EMailTextExpenseReportValidated=El informe de gastos %s ha sido validado.
      +EMailTextExpenseReportApproved=El informe de gastos %s ha sido aprobado.
      +EMailTextHolidayValidated=La petición de lías libres %s ha sido validada.
      +EMailTextHolidayApproved=La petición de lías libres %s ha sido aprobada.
       ImportedWithSet=Lote de importación (import key)
       DolibarrNotification=Notificación automática
       ResizeDesc=Introduzca el nuevo ancho <b>O</b> la nueva altura. La relación se conserva al cambiar el tamaño ...
      @@ -205,7 +212,7 @@ NewLength=Nuevo ancho
       NewHeight=Nueva altura
       NewSizeAfterCropping=Nuevas dimensiones después de recortar
       DefineNewAreaToPick=Establezca la zona de imagen a conservar (clic izquierdo sobre la imagen y arrastre hasta la esquina opuesta)
      -CurrentInformationOnImage=Esta página le permite cambiar el tamaño o cuadrar la imagen. Aquí hay información sobre la imagen que se está editando
      +CurrentInformationOnImage=Esta herramienta le permite cambiar el tamaño o cuadrar la imagen. Aquí hay información sobre la imagen que se está editando
       ImageEditor=Editor de imagen
       YouReceiveMailBecauseOfNotification=Usted está recibiendo este mensaje porque su correo electrónico está suscrito a algunas notificaciones automáticas para informarle acerca de eventos especiales del programa %s de %s.
       YouReceiveMailBecauseOfNotification2=El evento en cuestión es el siguiente:
      @@ -236,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Su contraseña debe contener al menos <strong>
       YourPasswordHasBeenReset=Su contraseña ha sido restablecida con éxito
       ApplicantIpAddress=Dirección IP del solicitante
       SMSSentTo=SMS enviado a %s
      +MissingIds=IDs no encontrados
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Área de exportaciones
      diff --git a/htdocs/langs/es_ES/products.lang b/htdocs/langs/es_ES/products.lang
      index def354ead7b..dfcce57e708 100644
      --- a/htdocs/langs/es_ES/products.lang
      +++ b/htdocs/langs/es_ES/products.lang
      @@ -17,12 +17,12 @@ Reference=Referencia
       NewProduct=Nuevo producto
       NewService=Nuevo servicio
       ProductVatMassChange=Cambio de IVA masivo
      -ProductVatMassChangeDesc=Puede usar esta página para modificar la tasa de IVA definida en los productos o servicios de un valor a otro. Tenga cuidado, este cambio  se realizará en toda la base de datos.
      +ProductVatMassChangeDesc=Esta página le permite cambiar el tipo de IVA definido en  los productos o servicios de un valor a otro. Tenga en cuenta que el cambio se lleva a cabo en masa sobre toda la base de datos.
       MassBarcodeInit=Inicialización masiva de códigos de barra
       MassBarcodeInitDesc=Puede usar esta página para inicializar el código de barras en los objetos que no tienen un código de barras definido. Compruebe antes que el módulo de códigos de barras esté configurado correctamente.
       ProductAccountancyBuyCode=Código contable (compras)
       ProductAccountancySellCode=Código contable (ventas)
      -ProductAccountancySellIntraCode=Código de contabilidad (venta intracomunitaria)
      +ProductAccountancySellIntraCode=Código contable (venta intracomunitaria)
       ProductAccountancySellExportCode=Código de contabilidad (venta de exportación)
       ProductOrService=Producto o servicio
       ProductsAndServices=Productos y servicios
      @@ -97,7 +97,7 @@ NoteNotVisibleOnBill=Nota (no visible en las facturas, presupuestos, etc.)
       ServiceLimitedDuration=Si el servicio es de duración limitada :
       MultiPricesAbility=Varios segmentos de precios por producto/servicio (cada cliente está en un segmento)
       MultiPricesNumPrices=Nº de precios
      -AssociatedProductsAbility=Activar funcionalidad de gestión de productos virtuales
      +AssociatedProductsAbility=Activar productos compuestos (kits)
       AssociatedProducts=Productos compuestos
       AssociatedProductsNumber=Nº de productos que componen este producto
       ParentProductsNumber=Nº de productos que este producto compone
      @@ -252,7 +252,7 @@ DefaultPrice=Precio por defecto
       ComposedProductIncDecStock=Incrementar/Decrementar stock al cambiar su padre
       ComposedProduct=Sub-producto
       MinSupplierPrice=Precio mínimo de compra
      -MinCustomerPrice=Minimum selling price
      +MinCustomerPrice=Precio de venta mínimo
       DynamicPriceConfiguration=Configuración de precio dinámico
       DynamicPriceDesc=En la ficha de producto, con este módulo activado, debería ser capaz de establecer funciones matemáticas para calcular los precios de cliente o proveedor. Esta función puede utilizar todos los operadores matemáticos, algunas constantes y variables. Puede definir aquí las variables que desea utilizar y si la variable necesita una actualización automática, la URL externa que debe utilizarse para pedirle a Dolibarr que actualice automáticamente el valor.
       AddVariable=Añadir variable
      @@ -293,7 +293,8 @@ ProductSheet=Hoja de producto
       ServiceSheet=Hoja de servicio
       PossibleValues=Valores posibles
       GoOnMenuToCreateVairants=Vaya al menú %s - %s para preparar variantes de atributos (como colores, tamaño, ...)
      -
      +UseProductFournDesc=Usar las descripciones de los productos de los proveedores en los documentos del proveedor.
      +ProductSupplierDescription=Descripción del proveedor para el producto.
       #Attributes
       VariantAttributes=Atributos de variantes
       ProductAttributes=Atributos de variantes para productos
      @@ -329,6 +330,8 @@ NbOfDifferentValues=Nº de valores diferentes
       NbProducts=Nº de productos
       ParentProduct=Producto padre
       HideChildProducts=Ocultar productos hijos
      +ShowChildProducts=Mostrara variantes de productos
      +NoEditVariants=Vaya a la ficha del producto padre y edite el impacto del precio de las variantes en la pestaña de variantes
       ConfirmCloneProductCombinations=¿Desea copiar todas las variantes del producto al producto con la referencia dada?
       CloneDestinationReference=Referencia de producto de destino
       ErrorCopyProductCombinations=Se ha producido un error al copiar las variantes de producto
      diff --git a/htdocs/langs/es_ES/projects.lang b/htdocs/langs/es_ES/projects.lang
      index 6c97e4fb36c..c6d99b1e025 100644
      --- a/htdocs/langs/es_ES/projects.lang
      +++ b/htdocs/langs/es_ES/projects.lang
      @@ -77,21 +77,22 @@ Time=Tiempo
       ListOfTasks=Listado de tareas
       GoToListOfTimeConsumed=Ir al listado de tiempos consumidos
       GoToListOfTasks=Ir al listado de tareas
      -GoToGanttView=Go to Gantt view
      +GoToGanttView=Ir a la vista de Gantt
       GanttView=Vista de Gantt
      -ListProposalsAssociatedProject=Listado de presupuestos asociados al proyecto
      -ListOrdersAssociatedProject=Listado de pedidos de clientes asociados al proyecto
      -ListInvoicesAssociatedProject=Listado de facturas a clientes asociadas al proyecto
      -ListPredefinedInvoicesAssociatedProject=Listado de facturas predefinidas asociadas al proyecto
      -ListSupplierOrdersAssociatedProject=Listado de pedidos a proveedor asociados al proyecto
      -ListSupplierInvoicesAssociatedProject=Listado de facturas de proveedores asociadas al proyecto
      -ListContractAssociatedProject=Listado de contratos asociados al proyecto
      -ListShippingAssociatedProject=Listado de envíos asociados a este proyecto
      -ListFichinterAssociatedProject=Listado de intervenciones asociadas al proyecto
      -ListExpenseReportsAssociatedProject=Listado de informes de gastos asociados al proyecto
      -ListDonationsAssociatedProject=Listado de donaciones asociadas al proyecto
      -ListVariousPaymentsAssociatedProject=Lista de pagos diversos asociados con el proyecto
      -ListActionsAssociatedProject=Lista de eventos asociados al proyecto
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Listado de tiempos en tareas del proyecto
       ListTaskTimeForTask=Listado de tiempos en tareas
       ActivityOnProjectToday=Actividad en el proyecto hoy
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Proyecto %s modificado
       TaskCreatedInDolibarr=La tarea %s fue creada
       TaskModifiedInDolibarr=La tarea %s fue modificada
       TaskDeletedInDolibarr=La tarea %s fue eliminada
      -OpportunityStatus=Estado de oportunidad
      +OpportunityStatus=Estado oportunidades
       OpportunityStatusShort=Estado oportunidad
       OpportunityProbability=Probabilidad de oportunidades
       OpportunityProbabilityShort=Prob. Opor.
      -OpportunityAmount=Importe Oportunidad
      +OpportunityAmount=Importe oportunidad
       OpportunityAmountShort=Importe oportunidad
       OpportunityAmountAverageShort=Importe medio oportunidad
       OpportunityAmountWeigthedShort=Importe ponderado oportunidad
      @@ -169,6 +170,7 @@ AddElement=Vincular a elmento
       # Documents models
       DocumentModelBeluga=Plantilla de proyecto de resumen objetos vinculados
       DocumentModelBaleine=Plantilla de informe del proyecto para tareas
      +DocumentModelTimeSpent=Plantilla de informe de proyecto para el tiempo dedicado
       PlannedWorkload=Carga de trabajo prevista
       PlannedWorkloadShort=Carga de trabajo
       ProjectReferers=Items relacionados
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Proyectos con este usuario como contacto
       TasksWithThisUserAsContact=Tareas asignadas a este usuario
       ResourceNotAssignedToProject=No asignado al proyecto
       ResourceNotAssignedToTheTask=No asignado a la tarea
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Tiempo dedicado por
       TasksAssignedTo=Tareas asignadas a
       AssignTaskToMe=Asignarme tarea
      @@ -202,12 +205,13 @@ TaskAssignedToEnterTime=Tarea asignada. Debería poder introducir tiempos en est
       IdTaskTime=Id
       YouCanCompleteRef=Si desea completar la referencia con alguna información (para usarlo como filtros de búsqueda), se recomienda añadir un caracter - para separarlo, la numeración automática seguirá funcionando correctamente para los próximos proyectos. Por ejemplo %s-ABC. También puede preferir añadir claves de búsqueda en la etiqueta. Pero la mejor práctica puede ser añadir un campo dedicado, también llamados atributos adicionales.
       OpenedProjectsByThirdparties=Proyectos abiertos de terceros
      -OnlyOpportunitiesShort=Solamente oportunidades
      +OnlyOpportunitiesShort=Sólo oportunidades
       OpenedOpportunitiesShort=Oportunidades abiertas
      +NotOpenedOpportunitiesShort=Sin oportunidades abiertas
       NotAnOpportunityShort=No es una oportunidad
      -OpportunityTotalAmount=Importe total oportunidades
      -OpportunityPonderatedAmount=Importe medio oportunidades
      -OpportunityPonderatedAmountDesc=Importe ponderado oportunidades con probabilidad
      +OpportunityTotalAmount=Importe total de oportunidades
      +OpportunityPonderatedAmount=Importe medio de oportunidades
      +OpportunityPonderatedAmountDesc=Importe medio oportunidades con probabilidad
       OppStatusPROSP=Prospección
       OppStatusQUAL=Cualificación
       OppStatusPROPO=Presupuesto
      @@ -227,4 +231,6 @@ AllowCommentOnProject=Permitir comentarios de los usuarios en los proyectos
       DontHavePermissionForCloseProject=No tienes permisos para cerrar el proyecto %s
       DontHaveTheValidateStatus=El proyecto %s debe estar abierto para ser cerrado
       RecordsClosed=%s proyecto(s) cerrado(s)
      -SendProjectRef=Information project %s
      +SendProjectRef=Acerca del proyecto %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Debe activarse el módulo 'Pago de salarios de los empleados'  para poder definir el precio por hora de los empleados y poder valorar el tiempo empleado
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/es_ES/propal.lang b/htdocs/langs/es_ES/propal.lang
      index 9da5dcc64d7..309576cabe1 100644
      --- a/htdocs/langs/es_ES/propal.lang
      +++ b/htdocs/langs/es_ES/propal.lang
      @@ -33,7 +33,7 @@ PropalStatusSigned=Firmado (a facturar)
       PropalStatusNotSigned=No firmado (cerrado)
       PropalStatusBilled=Facturado
       PropalStatusDraftShort=Borrador
      -PropalStatusValidatedShort=Validado
      +PropalStatusValidatedShort=Validado (abierto)
       PropalStatusClosedShort=Cerrado
       PropalStatusSignedShort=Firmado
       PropalStatusNotSignedShort=No firmado
      @@ -53,7 +53,7 @@ ErrorPropalNotFound=Presupuesto %s inexistente
       AddToDraftProposals=Añadir a presupuesto borrador
       NoDraftProposals=Sin presupuestos borrador
       CopyPropalFrom=Crear presupuesto por copia de uno existente
      -CreateEmptyPropal=Crear presupuesto vacío
      +CreateEmptyPropal=Crear propuesta comercial vacía o desde lista de productos/servicios.
       DefaultProposalDurationValidity=Plazo de validez por defecto (en días)
       UseCustomerContactAsPropalRecipientIfExist=Utilizar dirección contacto de seguimiento de cliente definido en vez de la dirección del tercero como destinatario de los presupuestos
       ClonePropal=Clonar presupuesto
      @@ -75,9 +75,10 @@ AvailabilityTypeAV_1M=1 mes
       TypeContact_propal_internal_SALESREPFOLL=Comercial seguimiento presupuesto
       TypeContact_propal_external_BILLING=Contacto cliente de facturación presupuesto
       TypeContact_propal_external_CUSTOMER=Contacto cliente seguimiento presupuesto
      -TypeContact_propal_external_SHIPPING=Customer contact for delivery
      +TypeContact_propal_external_SHIPPING=Contacto cliente para envíos
       # Document models
       DocModelAzurDescription=Modelo de presupuesto completo (logo...)
      +DocModelCyanDescription=Modelo de presupuesto completo (logo...)
       DefaultModelPropalCreate=Modelo por defecto
       DefaultModelPropalToBill=Modelo por defecto al cerrar un presupuesto (a facturar)
       DefaultModelPropalClosed=Modelo por defecto al cerrar un presupuesto (no facturado)
      diff --git a/htdocs/langs/es_ES/resource.lang b/htdocs/langs/es_ES/resource.lang
      index 2f4732d7b90..2b2feb78181 100644
      --- a/htdocs/langs/es_ES/resource.lang
      +++ b/htdocs/langs/es_ES/resource.lang
      @@ -5,7 +5,7 @@ DeleteResource=Eliminar recurso
       ConfirmDeleteResourceElement=¿Está seguro de querer eliminar el recurso de este elemento?
       NoResourceInDatabase=Sin recursos en la base de datos.
       NoResourceLinked=Sin recursos enlazados
      -
      +ActionsOnResource=Eventos sobre este recurso
       ResourcePageIndex=Listado de recursos
       ResourceSingular=Recurso
       ResourceCard=Ficha recurso
      diff --git a/htdocs/langs/es_ES/sendings.lang b/htdocs/langs/es_ES/sendings.lang
      index fa0f73aef1d..e65604aae05 100644
      --- a/htdocs/langs/es_ES/sendings.lang
      +++ b/htdocs/langs/es_ES/sendings.lang
      @@ -52,8 +52,8 @@ ActionsOnShipping=Eventos sobre la expedición
       LinkToTrackYourPackage=Enlace para el seguimento de su paquete
       ShipmentCreationIsDoneFromOrder=De momento, la creación de una nueva expedición se realiza desde la ficha de pedido.
       ShipmentLine=Línea de expedición
      -ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
      -ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
      +ProductQtyInCustomersOrdersRunning=Cantidad en pedidos de clientes abiertos
      +ProductQtyInSuppliersOrdersRunning=Cantidad en pedidos a proveedores abiertos
       ProductQtyInShipmentAlreadySent=Ya ha sido enviada la cantidad del producto del pedido de cliente abierto
       ProductQtyInSuppliersShipmentAlreadyRecevied=Cantidad en pedidos a proveedores ya recibidos
       NoProductToShipFoundIntoStock=Sin stock disponible en el almacén <b>%s</b>. Corrija el stock o vuelva atrás para seleccionar otro almacén.
      diff --git a/htdocs/langs/es_ES/stocks.lang b/htdocs/langs/es_ES/stocks.lang
      index b352f8b228e..8b5c2c33dad 100644
      --- a/htdocs/langs/es_ES/stocks.lang
      +++ b/htdocs/langs/es_ES/stocks.lang
      @@ -44,7 +44,6 @@ TransferStock=Transferir stock
       MassStockTransferShort=Transferencia de stock en masa
       StockMovement=Movimiento de stock
       StockMovements=Movimientos de stock
      -LabelMovement=Etiqueta del movimiento
       NumberOfUnit=Número de piezas
       UnitPurchaseValue=Precio de compra unitario
       StockTooLow=Stock insuficiente
      @@ -67,8 +66,8 @@ DeStockOnValidateOrder=Decrementar los stocks físicos sobre los pedidos de clie
       DeStockOnShipment=Decrementar stock real en la validación de envíos
       DeStockOnShipmentOnClosing=Decrementar stock real en el cierre del envío
       ReStockOnBill=Incrementar los stocks físicos sobre las facturas/abonos de proveedores
      -ReStockOnValidateOrder=Increase real stocks on purchase orders approbation
      -ReStockOnDispatchOrder=Incrementa los stocks físicos en el desglose manual de la recepción de los pedidos a proveedores en los almacenes
      +ReStockOnValidateOrder=Incrementar los stocks físicos en la aprobación de pedidos a proveedores
      +ReStockOnDispatchOrder=Incrementa los stocks físicos en el desglose manual de la recepción de los pedidos a proveedores
       OrderStatusNotReadyToDispatch=El pedido aún no está o no tiene un estado que permita un desglose de stock.
       StockDiffPhysicTeoric=Motivo de la diferencia entre valores físicos y teóricos
       NoPredefinedProductToDispatch=No hay productos predefinidos en este objeto. Por lo tanto no se puede realizar un desglose de stock.
      @@ -134,6 +133,7 @@ StockMustBeEnoughForInvoice=El nivel de stock debe ser suficiente para añadir e
       StockMustBeEnoughForOrder=El nivel de stock debe ser suficiente para añadir el producto/servicio al pedido (se realiza comprobación del stock real actual al agregar una línea en el pedido según las reglas del módulo stocks)
       StockMustBeEnoughForShipment= El nivel de stock debe ser suficiente para añadir el producto/servicio en el envío (se realiza comprobación del stock real actual al agregar una línea en el envío según las reglas del módulo stocks)
       MovementLabel=Etiqueta del movimiento
      +TypeMovement=Tipo de movimiento
       DateMovement=Fecha de movimiento
       InventoryCode=Movimiento o código de inventario
       IsInPackage=Contenido en el paquete
      @@ -201,6 +201,10 @@ ExitEditMode=Salir
       inventoryDeleteLine=Eliminación de línea
       RegulateStock=Regular stock
       ListInventory=Listado
      -StockSupportServices=Servicios de apoyo a la gestión de stocks
      +StockSupportServices=La gestión de stock soporta Servicios
       StockSupportServicesDesc=Por defecto sólo puede almacenar el producto con el tipo "producto". Si está activado y si el servicio de módulo está activado, también puede almacenar un producto con el tipo "servicio"
       ReceiveProducts=Recibir artículos
      +StockIncreaseAfterCorrectTransfer=Incremento por corrección/transferencia
      +StockDecreaseAfterCorrectTransfer=Decremento por corrección/transferencia
      +StockIncrease=Incremento de stock
      +StockDecrease=Decremento de stock
      diff --git a/htdocs/langs/es_ES/users.lang b/htdocs/langs/es_ES/users.lang
      index 85570ab8898..c41e993f8df 100644
      --- a/htdocs/langs/es_ES/users.lang
      +++ b/htdocs/langs/es_ES/users.lang
      @@ -35,7 +35,7 @@ SuperAdministrator=Super Administrador
       SuperAdministratorDesc=Administrador global
       AdministratorDesc=Administrador
       DefaultRights=Permisos por defecto
      -DefaultRightsDesc=Defina aquí los permisos <b>por defecto</b>, es decir: los permisos que se asignarán automáticamente a un nuevo usuario en el momento de su creación (Ver la ficha usuario para cambiar los permisos a un usuario existente).
      +DefaultRightsDesc=Defina aquí los permisos <u>por defecto</u>, es decir: los permisos que se asignarán automáticamente a un <u>nuevo</u> usuario en el momento de su creación (Ver la ficha usuario para cambiar los permisos a un usuario existente).
       DolibarrUsers=Usuarios Dolibarr
       LastName=Apellidos
       FirstName=Nombre
      @@ -48,7 +48,7 @@ PasswordChangeRequest=Solicitud para cambiar la contraseña de <b>%s</b>
       PasswordChangeRequestSent=Petición de cambio de contraseña para <b>%s</b> enviada a <b>%s</b>.
       ConfirmPasswordReset=Confirmar restablecimiento de contraseña
       MenuUsersAndGroups=Usuarios y grupos
      -LastGroupsCreated=Latest %s groups created
      +LastGroupsCreated=Últimos %s grupos creados
       LastUsersCreated=Últimos %s usuarios creados
       ShowGroup=Ver grupo
       ShowUser=Ver usuario
      @@ -66,7 +66,7 @@ CreateDolibarrThirdParty=Crear un tercero
       LoginAccountDisableInDolibarr=La cuenta está desactivada en Dolibarr
       UsePersonalValue=Utilizar valores personalizados
       InternalUser=Usuario interno
      -ExportDataset_user_1=Usuarios Dolibarr y campos adicionales
      +ExportDataset_user_1=Usuarios y sus propiedades.
       DomainUser=Usuario de dominio
       Reactivate=Reactivar
       CreateInternalUserDesc=Este formulario le permite crear un usuario interno para su empresa/organización. Para crear un usuario externo (cliente, proveedor, etc), use el botón "Crear una cuenta de usuario" desde una ficha de un contacto del tercero.
      @@ -108,3 +108,4 @@ UserAccountancyCode=Código contable usuario
       UserLogoff=Usuario desconectado
       UserLogged=Usuario conectado
       DateEmployment=Fecha de contratación
      +DateEmploymentEnd=Fecha de baja
      diff --git a/htdocs/langs/es_ES/website.lang b/htdocs/langs/es_ES/website.lang
      index bda2c9cd750..189da73243f 100644
      --- a/htdocs/langs/es_ES/website.lang
      +++ b/htdocs/langs/es_ES/website.lang
      @@ -1,12 +1,13 @@
       # Dolibarr language file - Source file is en_US - website
       Shortname=Código
      -WebsiteSetupDesc=Cree aquí tanto la entrada como el número de diferentes sitios web que necesita. Entonces entre en el menú de sitios web para editarlos.
      +WebsiteSetupDesc=Cree aquí los sitios web que necesite. Entonces entre en el menú de sitios web para editarlos.
       DeleteWebsite=Eliminar sitio web
       ConfirmDeleteWebsite=¿Está seguro de querer eliminar este sitio web? Todas las páginas y contenido también sera eliminado
       WEBSITE_TYPE_CONTAINER=Tipo de página/contenedor
       WEBSITE_PAGE_EXAMPLE=Página web para usar como ejemplo
       WEBSITE_PAGENAME=Nombre/alias página
       WEBSITE_ALIASALT=Nombres de página/alias alternativos
      +WEBSITE_ALIASALTDesc=Utilice aquí la lista de otros nombres/alias para que también se pueda acceder a la página usando estos otros nombres/alias (por ejemplo, el nombre anterior después de cambiar el nombre del alias para mantener el enlace posterior en funcionamiento). La sintaxis es: <br> alternativename1, alternativename2, ...
       WEBSITE_CSS_URL=URL del fichero CSS externo
       WEBSITE_CSS_INLINE=Contenido del archivo CSS (común a todas las páginas)
       WEBSITE_JS_INLINE=Contenido del archivo Javascript (común a todas las páginas)
      @@ -17,17 +18,19 @@ HtmlHeaderPage=Encabezado HTML (específico de esta página solamente)
       PageNameAliasHelp=Nombre o alias de la página.<br>Este alias es utilizado también para construir una URL SEO cuando el website sea lanzado desde un Host Virtual de un servidor (como Apache, Nginx...). Usar el botón "<strong>%s</strong>" para editar este alias.
       EditTheWebSiteForACommonHeader=Nota: Si desea definir un encabezado personalizado para todas las páginas, edite el encabezado en el nivel del sitio en lugar de en la página/contenedor.
       MediaFiles=Librería de medios
      -EditCss=Editar Estilo/CSS o cabecera HTML
      +EditCss=Editar propiedades
       EditMenu=Editar menu
       EditMedias=Editar los medios
      -EditPageMeta=Editar Meta
      +EditPageMeta=Editar propiedades de página/contenedor
      +EditInLine=Editar en línea
       AddWebsite=Añadir sitio web
       Webpage=Página web/Contenedor
       AddPage=Añadir página/contenedor
       HomePage=Página de inicio
       PageContainer=Página/contenedor
      -PreviewOfSiteNotYetAvailable=Vista previa de su sitio web <strong>%s</strong> todavía no disponible. Debe de añadir primero una página.
      +PreviewOfSiteNotYetAvailable=La vista previa de su sitio web <strong>%s</strong> aún no está disponible. Primero debe '<strong>Importar una plantilla de sitio web completa</strong>' o simplemente '<strong>Agregar una página/contenedor</strong>'.
       RequestedPageHasNoContentYet=La página pedida con id %s todavía no tiene contenido, o cache file.tpl.php ha sido eliminado. Editar el contenido de la página para resolverlo.
      +SiteDeleted=Sitio web '%s' eliminado
       PageContent=Página/Contenedor
       PageDeleted=Página/Contenedor '%s' o sitio web %s eliminado
       PageAdded=Página/Contenedor '%s' añadido
      @@ -36,7 +39,7 @@ ViewPageInNewTab=Ver página en una pestaña nueva
       SetAsHomePage=Establecer como Página de inicio
       RealURL=URL Real
       ViewWebsiteInProduction=Ver sitio web usando la URL de inicio
      -SetHereVirtualHost=Si tu puedes crear, en tu servidor web (Apache, Nginx...), un Host Virtual con PHP activado y un directorio Root en <br><strong>%s</strong> <br>introduce aquí el nombre del host virtual que has creado, así que la previsualización puede verse usando este acceso directo al servidor, y no solo usando el servidor de Dolibarr
      +SetHereVirtualHost=Si puede crear, en su servidor web (Apache, Nginx...), un Host Virtual con PHP activado y un directorio Root en <br><strong>%s</strong> <br>introduzca aquí el nombre del host virtual que ha creado, así que la previsualización puede verse usando este acceso directo al servidor, y no solo usando el servidor de Dolibarr
       YouCanAlsoTestWithPHPS=En el entorno de desarrollo, es posible que prefiera probar el sitio con el servidor web incrustado de PHP (se requiere PHP 5.5) ejecutando <br><strong> php -S 0.0.0.0:8080 -t %s</strong>
       CheckVirtualHostPerms=Compruebe también que el host virtual tiene <strong>%s</strong> en archivos en <strong>%s</strong>
       ReadPerm=Leido
      @@ -45,6 +48,7 @@ PreviewSiteServedByWebServer=<u>Vista previa de %s en una nueva pestaña.</u> <b
       PreviewSiteServedByDolibarr=<u>Vista previa %s en una nueva pestaña.</u> <br> <br> El %s será servido por el servidor de Dolibarr por lo que no necesita instalar ningún servidor web extra (como Apache, Nginx, IIS). <br> El inconveniente es que la URL de las páginas no amigables y comienzan con la ruta de su Dolibarr. <br> URL que sirve Dolibarr: <br><strong>%s</strong>   <br> <br>Para utilizar su propio servidor web externo para servir esta web, cree un host virtual en su servidor web que apunte al directorio<br> <strong>%s</strong><br> luego escriba el nombre de este servidor virtual y haga clic en el otro botón de vista previa.
       VirtualHostUrlNotDefined=URL del Host Virtual servido por un servidor externo no definido
       NoPageYet=No hay páginas todavía
      +YouCanCreatePageOrImportTemplate=Puede crear una nueva página o importar una plantilla de sitio web completa
       SyntaxHelp=Ayuda en la sintaxis del código
       YouCanEditHtmlSourceckeditor=Puede editar código fuente HTML utilizando el botón "Origen" en el editor.
       YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> Puede incluir código PHP en este fuente usando los tags <strong>&lt;?php ?&gt;</strong>. Dispone de estas variables globales: $conf, $langs, $db, $mysoc, $user, $website.<br><br><span class="fa fa-bug"></span> También puede incluir contenido de otra Página/Contenedor con la siguiente sintaxis:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-download"></span> Para incluir un <strong>enlace para descargar</strong> un archivo guardado en el directorio <strong>documents</strong>, use el wrapper <strong>document.php</strong> :<br>Por ejemplo, para un archivo de documents/ecm (es necesario estar logueado), la sintaxis:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>Para un archivo de into documents/medias (directorio abierto para acceso público), la sintaxis es:<br><strong>&lt;a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"&gt;</strong><br>Para un archivo compartido mediante un enlace compartido (acceso abierto utilizando la clave hash para compartir del archivo), la sintaxis es:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span> Para incluir una <strong>imagen</strong> guardada en el directorio <strong>documents</strong> , use el wrapper <strong>viewimage.php</strong> :<br>Ejemplo para una imagen de documents/medias (acceso abierto), la sintaxis es:<br><strong>&lt;a href="/viewimage.php?modulepart=medias&amp;file=[relative_dir/]filename.ext"&gt;</strong><br>
      @@ -59,7 +63,8 @@ WebsiteId=ID del sitio web
       CreateByFetchingExternalPage=Crear página/contenedor mediante la búsqueda de la página de la URL externa ...
       OrEnterPageInfoManually=O crear una página vacía desde cero ...
       FetchAndCreate=Buscar y crear
      -ExportSite=Exportar sitio
      +ExportSite=Exportar sitio web
      +ImportSite=Importar plantilla de sitio web
       IDOfPage=Id de la página
       Banner=Banner
       BlogPost=Entrada en el blog
      @@ -73,7 +78,7 @@ AnotherContainer=Otro contenedor
       WEBSITE_USE_WEBSITE_ACCOUNTS=Habilitar tabla de cuentas del sitio web
       WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Habilitar tabla para almacenar cuentas del sitio web (inicio de sesión/contraseña) para cada sitio web/tercero
       YouMustDefineTheHomePage=Antes debe definir la página de inicio por defecto
      -OnlyEditionOfSourceForGrabbedContentFuture=Note: only edition of HTML source will be possible when a page content is initiliazed by grabbing it from an external page (WYSIWYG editor will not be available)
      +OnlyEditionOfSourceForGrabbedContentFuture=Atención: la creación de una página web mediante la importación de una página web externa está reservada para usuarios experimentados. Dependiendo de la complejidad de la página de origen, el resultado de la importación puede diferir una vez importado del original. Además, si la página de origen utiliza un estilo CSS común o un javascript no compatible, puede interrumpir el aspecto o las características del editor del sitio web al trabajar en esta página. Este método es una forma más rápida de tener una página, pero se recomienda crear su nueva página desde cero o desde una plantilla de página sugerida. También tenga en cuenta que solo será posible la edición de código HTML cuando el contenido de una página se haya inicializado al agarrar desde una página externa (el editor "en línea" NO estará disponible)
       OnlyEditionOfSourceForGrabbedContent=Nota: solo será posible editar una fuente HTML cuando el contenido de una página se integre utilizando una página externa
       GrabImagesInto=Obtener también imágenes encontradas en css y página.
       ImagesShouldBeSavedInto=Las imágenes deben guardarse en el directorio
      @@ -82,3 +87,9 @@ SubdirOfPage=Sub-directorio dedicado a la página
       AliasPageAlreadyExists=Ya existe el alias de página <strong>%s</strong>
       CorporateHomePage=Página de inicio corporativa
       EmptyPage=Página vacía
      +ExternalURLMustStartWithHttp=La URL externa debe comenzar con http:// o https://
      +ZipOfWebsitePackageToImport=Archivo zip del paquete de sitio web
      +ShowSubcontainers=Mostrar contenedores incluidos
      +InternalURLOfPage=URL interna de la página
      +ThisPageIsTranslationOf=Esta página/contenedor es traducción de
      +ThisPageHasTranslationPages=Esta página/contenedor tiene traducción
      diff --git a/htdocs/langs/es_MX/admin.lang b/htdocs/langs/es_MX/admin.lang
      index 1fe9b2ac842..49489213a95 100644
      --- a/htdocs/langs/es_MX/admin.lang
      +++ b/htdocs/langs/es_MX/admin.lang
      @@ -1,23 +1,25 @@
       # Dolibarr language file - Source file is en_US - admin
       VersionProgram=Versión del programa
      +FileCheck=Comprobar integridad de archivos
      +FileCheckDesc=Esta herramienta le permite verificar la integridad de los archivos y la configuración de su aplicación, comparando cada archivo con los archivos oficiales. El valor de algunas constantes de configuración también pueden verificarse. Puede usar esta herramienta para detectar si algunos archivos fueron modificados por un hacker, por ejemplo.
      +FileIntegrityIsStrictlyConformedWithReference=La integridad de los archivos está estrictamente conformada con la referencia.
      +FileIntegrityIsOkButFilesWereAdded=La verificación de integridad de los archivos ha pasado, sin embargo, se han agregado algunos archivos nuevos.
      +FileIntegritySomeFilesWereRemovedOrModified=La verificación de integridad de los archivos ha fallado. Algunos archivos fueron modificados, eliminados o agregados.
      +GlobalChecksum=Checksum global
      +MakeIntegrityAnalysisFrom=Hacer análisis de integridad de los archivos de la aplicación de
       SessionId=ID de sesión
       SessionSaveHandler=Modalidad para guardar sesiones
       SessionSavePath=Ubicación de la sesión guardada
       PurgeSessions=Depuración de sesiones
       ConfirmPurgeSessions=¿Realmente desea depurar todas las sesiónes? Esto desconectara a todos los usuarios (excepto usted).
      -NoSessionListWithThisHandler=El controlador configurado para guardar sesion en tu PHP no permite listar todas las sesiones ejecutandose.
      -ConfirmLockNewSessions=¿Seguro que deseas restringir cualquier nueva conexión Dolibarr? Solamente el usuario <b>%s</b> será capaz de conectarse después de esto.
       UnlockNewSessions=Remover bloqueo de conexión
       YourSession=Tu sesión
      -Sessions=Sesión de usuarios
       WebUserGroup=Usuario/Grupo del servidor web
      -NoSessionFound=Tu PHP parece no permitir listar sesiones activas. El directorio usado para guardar las sesiones (<b>%s</b>) puede estar protegido (Por ejemplo, por permisos del SO o por la directiva open_basedir de PHP).
       DBStoringCharset=Charset de la base de datos para almacenar información
       DBSortingCharset=Charset de la base para ordenar información
       WarningModuleNotActive=El módulo <b>%s</b> debe estar habilitado
       WarningOnlyPermissionOfActivatedModules=Sólo los permisos relacionados a los módulos activados son mostrados aquí. Puedes activar otros módulos en la página Inicio->Configuración->Módulos
       DolibarrSetup=Instalación o actualización de Dolibarr
      -SetupArea=Área de configuración
       UploadNewTemplate=Subir nueva(s) plantilla(s)
       FormToTestFileUploadForm=Formulario para probar la carga de archivos (según la configuración)
       IfModuleEnabled=Nota: sí es efectivo sólo si el módulo <b>%s</b> está activado
      @@ -57,10 +59,8 @@ DetailPosition=Clasificar cantidad para definir posición del menú
       AllMenus=Todo
       NotConfigured=Modulo/Aplicación no configurado
       SetupShort=Configuración
      -OtherSetup=Otra configuración
       CurrentValueSeparatorThousand=Separador millar
       LanguageBrowserParameter=Parámetro %s
      -LocalisationDolibarrParameters=Parametros de localización
       ClientTZ=Zona Horaria cliente (usuario)
       OSTZ=Servidor OS Zona Horaria
       PHPTZ=Servidor PHP Zona Horaria
      @@ -106,9 +106,7 @@ AddDropTable=Agregar comando DROP TABLE
       NameColumn=Nombre de columnas
       EncodeBinariesInHexa=Convertir datos binarios en hexadecimal
       OnlyActiveElementsAreShown=Solo elementos de <a href="%s">\nmodulos habilitados</a> son\n mostrados.
      -ModulesDesc=Módulos Dolibarr definen que\naplicación/característica esta habilitada en\nel programa. Algunas\naplicaciónes/módulos requieren\npermisos que tu debes otorgar a\nusuarios, despues de activarlos.\nHaz click en el botón on/off para habilitar un\nmódulo/aplicación.
       ModulesMarketPlaceDesc=Tu puedes encontrar mas módulos para descargar en sitios web externos en el Internet
      -WebSiteDesc=Sitios web de consulta para encontrar mas módulos...
       URL=Vínculo
       ActivateOn=Activar
       ActiveOn=Activado
      @@ -120,22 +118,17 @@ OfficialWebSite=Sitio web oficial Dolibarr Internacional
       OfficialWiki=Documentación Dolibarr en Wiki
       OfficialDemo=Dolibarr demo en línea
       LastActivationIP=IP de activación más reciente
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       WarningSettingSortOrder=Advertencia, establecer un orden predeterminado puede resultar en un error técnico al pasar a la página de lista si "campo" es un campo desconocido. Si experimenta un error de este tipo, vuelva a esta página para eliminar el orden predeterminado y restaurar el comportamiento predeterminado.
       Module20Name=Propuestas
       Module30Name=Facturas
       Module770Name=Reporte de gastos
      -Module62000Desc=Añadir característica(s) para administrar Incoterm
       DictionaryCanton=Estado/Provincia
       DictionaryAccountancyJournal=Diarios de contabilidad
       Upgrade=Actualizar
       CompanyName=Nombre
       LDAPFieldFirstName=Nombre(s)
      -CacheByServerDesc=Por ejemplo, utilizando la directiva Apache "ExpiresByType image/gif A2592000"
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       AGENDA_SHOW_LINKED_OBJECT=Mostrar objeto vinculado en la vista de agenda
       ConfFileMustContainCustom=Instalar o construir un módulo externo desde la aplicación necesita guardar los archivos del módulo en el directorio <strong> %s </strong>. Para que este directorio sea procesado por Dolibarr, debe configurar su <strong> conf/conf.php </strong> para agregar las 2 líneas de directiva: <strong> $dolibarr_main_url_root_alt='/custom'; </strong> <br> <strong> $dolibarr_main_document_root_alt='%s/custom'; </strong>
       MailToSendProposal=Propuestas de clientes
       MailToSendOrder=Pedidos de los clientes
       MailToSendInvoice=Facturas de clientes
      -WarningNoteModulePOSForFrenchLaw=Este módulo %s es compatible con las leyes francesas (Loi Finance 2016) porque el módulo Non Reversible Logs se activa automáticamente.
      diff --git a/htdocs/langs/es_MX/companies.lang b/htdocs/langs/es_MX/companies.lang
      index 7c8f3679e88..3563b8eb803 100644
      --- a/htdocs/langs/es_MX/companies.lang
      +++ b/htdocs/langs/es_MX/companies.lang
      @@ -13,11 +13,7 @@ Contacts=Contactos/Direcciones
       ThirdPartyContacts=Contactos de terceros
       ThirdPartyContact=Contacto/Dirección de tercero
       AliasNames=Nombre simple (comercial, marca registrada, ...)
      -AliasNameShort=Nombre simple
      -CountryIsInEEC=El país está dentro de la Comunidad Económica Europea
      -ThirdPartyName=Nombre de tercero
       ThirdPartyCustomersWithIdProf12=Clientes con %s o %s
      -ToCreateContactWithSameName=Creará automáticamente un contacto/dirección con la misma información en tercero. En la mayoría de los casos, incluso si su tercero es una persona física, la creación de un tercero solo es suficiente.
       ParentCompany=Empresa matriz
       ReportByQuarter=Reporte por tasa
       CivilityCode=Código de civilidad
      @@ -98,7 +94,6 @@ CustomerRelativeDiscount=Descuento relativo del cliente
       CustomerAbsoluteDiscountShort=Descuento absoluto
       CompanyHasRelativeDiscount=Éste cliente tiene un descuento por defecto de <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Este cliente no tiene ningún descuento relativo por defecto
      -CompanyHasAbsoluteDiscount=Este cliente tiene descuento disponible (notas de crédito o anticipos) para <b> %s </b> %s
       CompanyHasCreditNote=Este cliente aún tiene notas de crédito por <b>%s</b> %s
       CompanyHasNoAbsoluteDiscount=Este cliente no tiene descuentos fijos disponibles
       DiscountNone=Ninguno
      @@ -108,21 +103,15 @@ NoContactDefined=No hay contacto definido
       DefaultContact=Contacto/dirección por defecto
       DeleteACompany=Eliminar empresa
       PersonalInformations=Datos personales
      -CustomerCode=Código de cliente
      -CustomerCodeShort=Código de cliente
      -CustomerCodeDesc=Código de cliente, único para todos los clientes
       RequiredIfCustomer=Requerido si el tercero es un cliente o cliente potencial
       CompanyDeleted=Empresa "%s" eliminada de la base de datos.
       ListOfContacts=Lista de contactos/direcciones
       ListOfContactsAddresses=Lista de contactos/direcciones
      -ListOfThirdParties=Lista de terceros
       ContactsAllShort=Todos (Sin filtro)
       ContactForOrdersOrShipments=Contacto de la orden o del envío
       ContactForInvoices=Contacto de facturación
       NoContactForAnyOrderOrShipments=Este contacto no es un contacto para cualquier pedido o envío
       EditCompany=Editar empresa
      -VATIntraCheckDesc=El enlace <b>%s</b> permite consultar al servicio de control de números de IVA intracomunitario. Se requiere acceso a Internet desde el servidor para que este servicio funcione.
      -VATIntraManualCheck=También puedes verificar manualmente desde el sitio web europeo <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=No es posible realizar la verificación. El servicio de comprobación no es prestado por el país miembro (%s).
       OthersNotLinkedToThirdParty=Otros, no vinculado a un tercero
       ProspectStatus=Estatus del cliente potencial
      @@ -138,27 +127,18 @@ ChangeContactInProcess=Cambiar estado a 'Contacto en proceso'
       ChangeContactDone=Cambiar estado a 'Contacto realizado'
       NoParentCompany=Ninguno
       DolibarrLogin=Login de usuario
      -ExportDataset_company_1=Terceros (Empresas / fundaciones / personas físicas) y propiedades
      -ExportDataset_company_2=Contactos y propiedades
      -ImportDataset_company_1=Terceros (Empresas / fundaciones / personas físicas) y propiedades
       DeleteFile=Borrar archivo
       ConfirmDeleteFile=¿Seguro que quieres borrar este archivo?
       AllocateCommercial=Asignado al representante de ventas
       Organization=Organización
      -FiscalYearInformation=Información sobre el año fiscal
       FiscalMonthStart=Més de inicio del año fiscal
      -YouMustAssignUserMailFirst=Debe crear un correo electrónico para este usuario primero para poder agregar notificaciones de correo electrónico para él.
       YouMustCreateContactFirst=Para poder agregar notificaciones por correo electrónico, primero debe definir contactos con correos electrónicos válidos para el tercero
      -ListProspectsShort=Lista de clientes potenciales
      -ListCustomersShort=Lista de clientes
      -ThirdPartiesArea=Terceros y área de contacto
       InActivity=Abierta
       OutstandingBillReached=Max. para la cuenta pendiente alcanzada
       LeopardNumRefModelDesc=El código es libre. Este código puede ser modificado en cualquier momento.
       ManagingDirectors=Administrador(es) (CEO, Director, Presidente...)
       MergeOriginThirdparty=Tercero duplicado (tercero que deseas eliminar)
       MergeThirdparties=Combinar terceros
      -ConfirmMergeThirdparties=¿Está seguro de que desea combinar este tercero en el actual? Todos los objetos enlazados (facturas, pedidos, ...) se moverán a terceros actuales, y luego se eliminará el tercero.
       SaleRepresentativeLogin=Inicio de sesión del representante de ventas
       SaleRepresentativeFirstname=Nombre del representante de ventas
       SaleRepresentativeLastname=Apellido del representante de ventas
      diff --git a/htdocs/langs/es_MX/main.lang b/htdocs/langs/es_MX/main.lang
      index 022f780c2e4..5d9a6b2fcda 100644
      --- a/htdocs/langs/es_MX/main.lang
      +++ b/htdocs/langs/es_MX/main.lang
      @@ -29,14 +29,9 @@ ErrorGoToModuleSetup=Vaya a la configuración de Módulo para solucionar esto
       ErrorFailedToSendMail=Falló el envío del correo electrónico (remitente=%s, destinatario=%s)
       ErrorFileNotUploaded=El archivo no fue transferido. Revise que el tamaño no exceda el máximo permitido, que haya espacio disponible suficiente en disco y que no exista algún archivo con el mismo nombre en el mismo directorio.
       ErrorWrongHostParameter=Parámetro de servidor inválido
      -ErrorYourCountryIsNotDefined=Tu país no está definido. Corrígelo en Inicio-Configuración-Empresa/institución-Editar.
      -ErrorRecordIsUsedByChild=Falló la eliminación de este registro. Este registro está siendo utilizado por al menos un registro hijo
       ErrorWrongValue=Valor erróneo
       ErrorWrongValueForParameterX=Valor erróneo para el parámetro %s
      -ErrorServiceUnavailableTryLater=El servicio no está disponible por el momento. Intente de nuevo más tarde.
       ErrorDuplicateField=Valor duplicado en un campo único
      -ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Modificaciones revertidas.
      -ErrorConfigParameterNotDefined=El parámetro <b>%s</b> no está definido dentro del archivo de configuración de Dolibarr <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Imposible encontrar al usuario <b>%s</b> en la base de datos de Dolibarr
       ErrorNoVATRateDefinedForSellerCountry=Error, no se ha definido tasa para el IVA del país '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no hay tipos de impuestos sociales/fiscales definidos para el país '%s'.
      @@ -45,10 +40,8 @@ SetDate=Ajustar fecha
       SeeHere=Mira aquí
       BackgroundColorByDefault=Color de fondo por defecto
       FileWasNotUploaded=Un archivo fue seleccionado para adjuntar, sin embargo, no ha sido cargado aún. De clic en "Adjuntar archivo" para éllo.
      -NbOfEntries=Número de entradas
       LevelOfFeature=Nivel de características
       NotDefined=No definido
      -HomeArea=Área de Inicio
       PreviousConnexion=Conexión Anterior
       ConnectedOnMultiCompany=Conectado a la entidad
       DatabaseTypeManager=Administrador de tipo de base de datos
      @@ -150,7 +143,6 @@ Login=Inicio de sesión
       CurrentLogin=Inicio de sesión actual
       May=Mayo
       December=diciembre
      -MayMin=Mayo
       Month05=Mayo
       MonthShort01=Ene
       MonthShort04=Abr
      @@ -174,7 +166,6 @@ NoExample=Ningún ejemplo
       FindBug=Reportar un bug
       NbOfLines=Número de líneas
       DateFrom=Desde %s
      -Check=Cheque
       Uncheck=Desmarcar
       Internals=Interno
       Externals=Externo
      @@ -215,17 +206,13 @@ DisabledModules=Módulos deshabilitados
       ForCustomer=Para el cliente
       HidePassword=Mostrar comando con la contraseña oculta
       UnHidePassword=Mostrar comando real mostrando la contraseña
      -Informations=Informaciones
       AddFile=Agregar archivo
       CloneMainAttributes=Clonar objeto con sus principales atributos
       PDFMerge=Unir PDF
       Merge=Unir
       PrintContentArea=Mostrar la página para imprimir el área de contenido principal
       MenuManager=Administrar menú
      -WarningYouAreInMaintenanceMode=Advertencia, usted está en un modo de mantenimiento, solamente se permite el uso de la aplicación con el login <b>%s</b>
       FieldsWithAreMandatory=Los campos con <b>%s</b> son obligatorios
      -FieldsWithIsForPublic=Los campos con <b>%s</b> se muestran en la lista pública de miembros. Si usted no desea esto, desmarque la casilla "público".
      -AccordingToGeoIPDatabase=(de acuerdo con la conversión GeoIP)
       RequiredField=Campo requerido
       ValidateBefore=La tarjeta debe ser validada antes de usar esta característica
       Hidden=Oculto
      @@ -242,7 +229,6 @@ ByTown=Por municipio
       BySalesRepresentative=Por representante de ventas
       LinkedToSpecificUsers=Vinculado a un usuario de contacto determinado
       NoResults=No hay resultados
      -AdminTools=Herramientas de Administración
       SystemTools=Herramientas de sistema
       ModulesSystemTools=Módulos de herramientas
       Test=Probar
      @@ -256,7 +242,6 @@ SetBankAccount=Definir Cuenta Bancaria
       XMoreLines=%s línea(s) oculta(s)
       PublicUrl=URL Pública
       AddBox=Añade una caja
      -GoIntoSetupToChangeLogo=Ve a Inicio - Configuración - Empresa para cambiar el logo o ve a Inicio - Configuración - Vista para ocultarlo.
       Denied=Denegado
       ListOfTemplates=Lista de plantillas
       Gender=Género
      @@ -294,5 +279,4 @@ SearchIntoCustomerInvoices=Facturas de clientes
       SearchIntoCustomerOrders=Pedidos de los clientes
       SearchIntoCustomerProposals=Propuestas de clientes
       SearchIntoExpenseReports=Reporte de gastos
      -SearchIntoLeaves=Licencias
       AssignedTo=Asignado a
      diff --git a/htdocs/langs/es_PA/admin.lang b/htdocs/langs/es_PA/admin.lang
      index 0cc8933bca1..75e885f430e 100644
      --- a/htdocs/langs/es_PA/admin.lang
      +++ b/htdocs/langs/es_PA/admin.lang
      @@ -1,6 +1,2 @@
       # Dolibarr language file - Source file is en_US - admin
       VersionUnknown=Desconocido
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_PE/admin.lang b/htdocs/langs/es_PE/admin.lang
      index 1e3c901bcd5..299ae2a6312 100644
      --- a/htdocs/langs/es_PE/admin.lang
      +++ b/htdocs/langs/es_PE/admin.lang
      @@ -1,15 +1,9 @@
       # Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       Permission91=Consultar impuestos e IGV
       Permission92=Crear/modificar impuestos e IGV
       Permission93=Eliminar impuestos e IGV
       DictionaryVAT=Tasa de IGV (Impuesto sobre ventas en EEUU)
      -VATManagement=Gestión IGV
      -VATIsNotUsedDesc=El tipo de IGV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.
       UnitPriceOfProduct=Precio unitario sin IGV de un producto
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       OptionVatMode=Opción de carga de IGV
       OptionVatDefaultDesc=La carga del IGV es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre el pago por los servicios
       OptionVatDebitOptionDesc=La carga del IGV es: <br>-en el envío de los bienes (en la práctica se usa la fecha de la factura)<br>-sobre la facturación de los servicios
      diff --git a/htdocs/langs/es_PE/main.lang b/htdocs/langs/es_PE/main.lang
      index 679279a459d..b2dc338cb21 100644
      --- a/htdocs/langs/es_PE/main.lang
      +++ b/htdocs/langs/es_PE/main.lang
      @@ -19,6 +19,7 @@ FormatDateHourShort=%d/%m/%Y %H:%M
       FormatDateHourSecShort=%d/%m/%Y %H:%M:%S
       FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
      +Enable=Activado
       Disable=Inhabilitar
       Close=Cerrado
       AmountVAT=Importe IGV
      @@ -29,3 +30,4 @@ VAT=IGV
       VATRate=Tasa IGV
       Drafts=Borrador
       Opened=Abrir
      +NotRead=Sin leer
      diff --git a/htdocs/langs/es_PY/admin.lang b/htdocs/langs/es_PY/admin.lang
      deleted file mode 100644
      index 790d1e6cd7b..00000000000
      --- a/htdocs/langs/es_PY/admin.lang
      +++ /dev/null
      @@ -1,5 +0,0 @@
      -# Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_VE/admin.lang b/htdocs/langs/es_VE/admin.lang
      index 20ee7042b7e..2a2ba3bc3bb 100644
      --- a/htdocs/langs/es_VE/admin.lang
      +++ b/htdocs/langs/es_VE/admin.lang
      @@ -2,9 +2,9 @@
       VersionLastInstall=Versión de instalación inicial
       VersionLastUpgrade=Última actualización de la versión
       ConfirmPurgeSessions=¿De verdad quieres purgar todas las sesiones? Esto desconectará a todos los usuarios (excepto a usted).
      +SetupArea=Parametrizaje
       NotConfigured=Módulo / Aplicación no configurada
       ModuleFamilyCrm=Gestión cliente (CRM)
      -Module2660Desc=Habilitar los servicios web cliente de Dolibarr (puede ser utilizado para grabar datos/solicitudes de servidores externos. De momento solo se soporta pedidos a proveedor)
       Permission254=Modificar la contraseña de otros usuarios
       Permission255=Eliminar o desactivar otros usuarios
       Permission256=Consultar sus permisos
      @@ -14,13 +14,11 @@ Permission1421=Exportar pedidos de clientes y atributos
       Permission20003=Eliminar peticiones de días libres retribuidos
       Permission2402=Crear/eliminar acciones (eventos o tareas) vinculadas a su cuenta
       Permission2403=Modificar acciones (eventos o tareas) vinculadas a su cuenta
      -DefineHereComplementaryAttributes=Defina aquí la lista de atributos adicionales, no disponibles por defecto, y que desea gestionar para %s.
       ExtraFields=Atributos adicionales
       ExtraFieldsLines=Atributos adicionales (líneas)
       ExtraFieldsSupplierOrdersLines=Atributos complementarios (líneas de pedido)
       ExtraFieldsSupplierInvoicesLines=Atributos complementarios (líneas de factura)
       ExtraFieldsThirdParties=Atributos adicionales (terceros)
      -ExtraFieldsContacts=Atributos adicionales (contactos/direcciones)
       ExtraFieldsMember=Atributos adicionales (miembros)
       ExtraFieldsMemberType=Atributos adicionales  (tipos de miembros)
       ExtraFieldsCustomerInvoices=Atributos adicionales (facturas a clientes)
      @@ -32,4 +30,3 @@ ExtraFieldHasWrongValue=El atributo %s tiene un valor no válido
       LDAPMemberObjectClassListExample=Lista de ObjectClass que definen los atributos de un registro (ej: top,inetOrgPerson o top,user for active directory)
       LDAPUserObjectClassListExample=Lista de ObjectClass que definen los atributos de un registro (ej: top,inetOrgPerson o top,user for active directory)
       LDAPContactObjectClassListExample=Lista de objectClass que definen los atributos de un registro (ej: top,inetOrgPerson o top,user for active directory)
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/es_VE/companies.lang b/htdocs/langs/es_VE/companies.lang
      index b39081379b2..93ac64371ec 100644
      --- a/htdocs/langs/es_VE/companies.lang
      +++ b/htdocs/langs/es_VE/companies.lang
      @@ -1,5 +1,4 @@
       # Dolibarr language file - Source file is en_US - companies
      -CountryIsInEEC=Venezuela
       OverAllSupplierProposals=Solicitudes de precios
       LocalTax1IsUsed=Sujeto
       LocalTax2IsUsed=Sujeto
      @@ -19,10 +18,6 @@ ProfId1HN=-
       ProfId2MX=Registro Patronal IVSS
       ProfId3MX=-
       CompanyHasCreditNote=Este cliente tiene <b>%s %s</b> anticipos disponibles
      -VATIntraCheckDesc=El link <b>%s</b> permite consultar al SENIAT el RIF. Se requiere acceso a internet para que el servicio funcione
       VATIntraCheckURL=http://contribuyente.seniat.gob.ve/BuscaRif/BuscaRif.jsp
      -VATIntraCheckableOnEUSite=Verificar en la web del SENIAT
      -VATIntraManualCheck=Puede también realizar una verificación manual en la página del SENIAT <a href="%s" target="_blank">%s</a>
       ContactOthers=Otra
      -ExportDataset_company_2=Contactos de terceros y atributos
       InActivity=Abierta
      diff --git a/htdocs/langs/es_VE/main.lang b/htdocs/langs/es_VE/main.lang
      index a0aed660c7d..8dd07d39592 100644
      --- a/htdocs/langs/es_VE/main.lang
      +++ b/htdocs/langs/es_VE/main.lang
      @@ -39,4 +39,3 @@ Progress=Progresión
       Export=Exportación
       ExpenseReports=Gastos
       SearchIntoExpenseReports=Gastos
      -SearchIntoLeaves=Días libres
      diff --git a/htdocs/langs/es_VE/projects.lang b/htdocs/langs/es_VE/projects.lang
      deleted file mode 100644
      index 8fd41c4e71b..00000000000
      --- a/htdocs/langs/es_VE/projects.lang
      +++ /dev/null
      @@ -1,2 +0,0 @@
      -# Dolibarr language file - Source file is en_US - projects
      -DocumentModelBaleine=Plantilla de informe tareas del Proyecto
      diff --git a/htdocs/langs/et_EE/admin.lang b/htdocs/langs/et_EE/admin.lang
      index 6366677a0b2..c1f71a8f52c 100644
      --- a/htdocs/langs/et_EE/admin.lang
      +++ b/htdocs/langs/et_EE/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Arendusversioon
       VersionUnknown=Teadmata
       VersionRecommanded=Soovitatav
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Sessioonide töötleja
       SessionSavePath=Salvestuse sessiooni lokaliseerimine
       PurgeSessions=Sessioonide tühjendamine
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Sinu PHP seadistusfailis seadistatud sessioonide töötleja ei võimalda käimasolevatest sessioonidest nimekirja loomist.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Keela uued ühendused
      -ConfirmLockNewSessions=Kas oled kindel, et soovid uusi Dolibarri ühendusi lubada ainult enda kasutajale? Pärast seda toimingut saab sisse logida vaid kasutaja <b>%s</b>.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Luba uued ühendused
       YourSession=Sinu sessioon
      -Sessions=Kasutajate sessioonid
      +Sessions=Users sessions
       WebUserGroup=Veebiserveri kasutaja/grupp
      -NoSessionFound=Tundub, et PHP ei luba luua aktiivsete sessioonide nimekirja. Sessioonide salvestamiseks kasutatav kaust  <b>(%s)</b> võib olla kaitstud (näiteks operatsioonisüsteemi õigustega või PHP direktiiviga open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Märgistik, mida kasutatakse andmete salvestamiseks andmebaasi
       DBSortingCharset=Märgistik, mida kasutada andmete sorteerimiseks andmebaasis
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Väline kasutaja
       InternalUsers=Sisemised kasutajad
       ExternalUsers=Välised kasutajad
       GUISetup=Kuva
      -SetupArea=Seadistamise ala
      +SetupArea=Seadistamine
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Failide üleslaadimise teistimiseks kasutatav vorm (vastavalt seadistustele)
       IfModuleEnabled=Märkus: jah töötab vaid siis, kui moodul <b>%s</b> on sisse lülitatud.
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kood ei või sisaldada väärtust 0
       DisableJavascript=Lülita JavaScripti ja Ajaxi funktsioonid välja (soovitatav vaegnägijate või tekstibrauserite jaoks)
       UseSearchToSelectCompanyTooltip=Suure kolmandate isikute arvu korral (> 100 000) saab kiiruse suurendamiseks seadistada Seadistamine->Muu menüüs konstandi COMPANY_DONOTSEARCH_ANYWHERE väärtuseks 1. Sellisel juhul piirdub otsing sõne algusega.
       UseSearchToSelectContactTooltip=Suure kolmandate isikute arvu korral (> 100 000) saab kiiruse suurendamiseks seadistada Seadistamine->Muu menüüs konstandi CONTACT_DONOTSEARCH_ANYWHERE väärtuseks 1. Sellisel juhul piirdub otsing sõne algusega.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Sisestatud märkide arv otsingu käivitamiseks: %s
       NotAvailableWhenAjaxDisabled=Ei ole saadaval, kui Ajax on välja lülitatud
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Eelvaade pole saadaval
       ThemeCurrentlyActive=Hetkel kasutatav teema
       CurrentTimeZone=PHP ajavöönd (serveri ajavöönd)
       MySQLTimeZone=MySQLi (andmebaasi) ajavöönd
      -TZHasNoEffect=Andmebaasiserver säilitab ja tagastab kuupäevi sisestatud sõnena. Ajavöönd omab mõju vaid UNIX_TIMESTAMP funktsiooni kasutamisel (mida Dolibarr ei tohiks kasutada, seega ei tohiks andmebaasi ajavöönd omada mitte mingit mõju isegi pärast seda, kui ajavööndit muudetakse pärast andmete sisestamist)
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Ruum
       Table=Tabel
       Fields=Väljad
      @@ -111,14 +111,14 @@ NotConfigured=Moodul/Rakendus pole veel seadistatud
       Active=Aktiivne
       SetupShort=Seadistamine
       OtherOptions=Muud seaded
      -OtherSetup=Muud seadistused
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Kümnendkoha eraldaja
       CurrentValueSeparatorThousand=Tuhandete eraldaja
       Destination=Sihtkoht
       IdModule=Mooduli ID
       IdPermissions=Kasutajaõiguste ID
       LanguageBrowserParameter=Parameeter %s
      -LocalisationDolibarrParameters=Lokaliseerimise parameetrid
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Kliendi ajavöönd (kasutaja)
       ClientHour=Kliendi aeg (kasutaja)
       OSTZ=Serveri operatsioonisüsteemi ajavöönd
      @@ -126,8 +126,8 @@ PHPTZ=Time Zone PHP server
       DaylingSavingTime=Suveaeg
       CurrentHour=Tund PHP (server)
       CurrentSessionTimeOut=Praeguse sessiooni aegumine
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Vidin
       Boxes=Vidinad
       MaxNbOfLinesForBoxes=Vidinate maksimaalne ridade arv
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignoreeri duplikaatkirjete põhjustatud vead (INSERT IGNO
       AutoDetectLang=Tuvasta automaatselt (brauseri keel)
       FeatureDisabledInDemo=Demoversioonis blokeeritud funktsionaalsus
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Kastid on ekraani ala, mis näitavad mõnedel lehekülgedel mingit infot. Kasti näitamise saab sisse või välja lülitada, valides soovitud lehe ning klõpsates nupul 'Aktiveeri' või klõpsates prügikastil selle välja lülitamiseks.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Näidatakse ainult elemente <a href="%s">sisse lülitatud moodulitest</a>.
      -ModulesDesc=Dolibarri moodulid määravad, millist funktsionaalsust tarkvara võimaldab. Mõned moodulite puhul tuleb pärast mooduli sisse lülitamist lubada kasutajatele nende kasutamine. Klõpsa sisse/välja nupul "Staatus" veerus, et moodulit/funktsionaalsust sisse lülitada.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Alla laadimiseks leiad rohkem mooduleid Internetist.
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Otsi katsetuskärgus rakendusi/mooduleid
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Uus
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore on ametlik Dolibarr ERP/CRM moodulite müümiseks kasutatav koht
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Saadaolevad vidinad
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Ära säilita paroole andmebaasis avatud tekstis, vaid a
       MainDbPasswordFileConfEncrypted=Andmebaasi parool on conf.php failis krüpteeritud (soovitatav aktiveeritud).
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Automaatselt loodud PDF failide kaitse (soovitatav välja lülitatud, kuna vastasel juhul ei tööta PDFide hulgi loomine)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Funktsionaalsus
       DolibarrLicense=Litsents
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Kasutaja või arendaja dokumentatsiooni (KKK jms) võid leida<br>ametlikust Dolibarri Wikist:<br><a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=Muude küsimuste või abi küsimise tarbeks saab kasutada Dolibarri foorumit:<br><a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=See ala võib aidata saada Dolibarri tugiteenust.
      -HelpCenterDesc2=Mõned osad sellest teenusest on saadaval <b>ainult inglise keeles</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Praegune menüü töötleja
       MeasuringUnit=Mõõtühik
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=E-postid
       EMailsSetup=E-posti seadistamine
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS port (vaikimisi php.ini failis: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS host (vaikimisi php.ini failis: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS port (pole Unix laadsetel süsteemidel PHPs määratletud)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS host (pole Unix laadsetel süsteemidel PHPs määratletud)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Saada kõigist saadetud kirjadest automaatselt pimekoopia aadressile
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=E-kirjade saatmiseks kasutatav meetod
      -MAIN_MAIL_SMTPS_ID=SMTP kasutaja, kui autentimine on nõutud
      -MAIN_MAIL_SMTPS_PW=SMTP parool, kui autentimine on nõutud
      -MAIN_MAIL_EMAIL_TLS= Kasuta TLS (SSL) krüpteerimist
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Keela SMSide saatmine (testimise või demo paigaldused)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=SMSi saatmiseks kasutatav meetod
      -MAIN_MAIL_SMS_FROM=Vaikimisi määratud saatja telefoninumber SMSide saatmiseks
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Funktsionaalsus pole kasutatav Unixi laadsel süsteemil. Kontrolli oma sendmail programmi seadistust.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Moodulite seadistamine
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Ära kasuta tootmispaigaldustes
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Samm %s
      -FindPackageFromWebSite=Leia pakett, mis võimaldab soovitud funktsionaalsuse (näiteks ametlikul veebilehel %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarri praegune versioo
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Viimane stabiilne versioon
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Eksportimise vastuse vahemällu salvestamise viivitus (0 või tühi vahemälu mitte kasutamiseks)
       DisableLinkToHelpCenter=Peida link "<b>Vajad abi või tuge</b>" sisselogimise lehel
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=Automaatselt ei murta ridu, seega peab dokumentide koostamisel lehe piiridest väljuva pika rea murdmiseks ise tekstikasti reavahetusi sisestama.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimaalne pikkus
       LanguageFilesCachedIntoShmopSharedMemory=Jagatud mällu laetud .lang failid
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Praegu töötava seadistusega näited
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocument mallide kaustad
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Nendes kaustades leitud ODT/ODS mallide arv
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Süntaksi näited:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Enne dokumendimallide loomist loe wikis olevat dokumentatsiooni:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Veebiteenuste kasutamise võti (parameeter "dolibarrkey"
       TestSubmitForm=Sisestamise testimiseks mõeldud vorm
       ThisForceAlsoTheme=Selle menüühalduri kasutamisel kasutatakse ka kasutaja valitud oma teemat. Nutitelefonide jaoks mõeldud menüühaldur ei tööta kõigil nutitelefonidel. Kasuta mõnda muud menüühaldurit, kui hetkel kasutuses olevaga esineb tõrkeid.
       ThemeDir=Kestade kataloog
      -ConnectionTimeout=Ühenduse aegumine
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Vastuse aegumine
       SmsTestMessage=Test sõnum __TELEFONIST__TELEFONI__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=URLide kaitsmiseks kasutatav võti
      -NoSmsEngine=Ühtki SMSi saatmise haldurit pole võimalik kasutada. SMSi saatmise haldurid ei ole vaikepaigalduses kaasas (kuna nad sõltuvad välisest teenusepakkujast), kuid mõningaid võib leida aadressil %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Siit saab määratleda üldised PDFide loomise seaded
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Aadressikastide loomise reeglid
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Peida loodud PDFis toodete kirjeldused
       HideRefOnPDF=Peida loodud PDFis toodete viited
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=URLide turvamise parameetrid
       SecurityTokenIsUnique=Kasuta iga URLi jaoks unikaalset turvalise võtme parameetrit
       EnterRefToBuildUrl=Sisesta viide objektile %s
       GetSecuredUrl=Saada arvutatud URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Vana käibemaksumäär
       NewVATRates=Uus käibemaksumäär
       PriceBaseTypeToChange=Muuda hindadel, mille baasväärtus on defineeritud kui
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Valikute nimekiri
       ExtrafieldSelectList = Vali tabelist
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Salasõna
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Vaikimisi link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Hoiatus: kasutaja võib selle väärtuse üle kirjutada oma seadetega (iga kasutaja saab määratleda isikliku clicktodial URLi)
       ExternalModule=Väline moodul - paigaldatud kausta %s
      -BarcodeInitForThirdparties=Kolmandate isikute jaoks vöötkoodide massiline loomine
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Toodete/teenuste jaoks massiline vöötkoodide loomine või lähtestamine
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Järgmise %s tühja kirje lähtestamise väärtus
       EraseAllCurrentBarCode=Kustuta kõik hetkel kasutatavad vöötkoodide väärtused
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Kõik triipkoodi väärtused on eemaldatud
      -NoBarcodeNumberingTemplateDefined=Vöötkoodide mooduli seadistuses pole määratletud ühtki vöötkoodide numeratsiooni malli
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Väli
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Kasutajad ja grupid
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Kolmandad isikud
      +Module1Name=Third Parties
       Module1Desc=Ettevõtete ja kontaktide haldamine (kliendid, huvilised)
       Module2Name=Äritegevus
       Module2Desc=Äritegevuse seadistamine
       Module10Name=Raamatupidamine
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Pakkumised
       Module20Desc=Pakkumiste haldamine
       Module22Name=Masspostitus
      @@ -511,13 +517,13 @@ Module52Desc=Ladude haldamine (tooted)
       Module53Name=Teenused
       Module53Desc=Teenuste haldamine
       Module54Name=Lepingud/Tellimused
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Vöötkoodid
       Module55Desc=Vöötkoodide haldamine
       Module56Name=Telefonitehnika
       Module56Desc=Telefonitehnika integratsioon
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial süsteemiga (Asterisk jne) integreerimine
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Kulud ja lähetused
       Module75Desc=Kulude ja lähetuste haldamine
       Module80Name=Saadetised
       Module80Desc=Saadetiste ja saatelehtede haldamine
      -Module85Name=Pangad ja raha
      +Module85Name=Banks and Cash
       Module85Desc=Panga- ja kassakontode haldamine
      -Module100Name=Väline veebileht
      -Module100Desc=See moodul lisab välise veebilehe Dolibarri menüüdesse ning võimaldab selle kasutamise Dolibarri raamis
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman ja SPIP
       Module105Desc=Mailman või SPIP liides liikme mooduli jaoks
       Module200Name=LDAP
      -Module200Desc=LDAP kausta sünkroniseerimine
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integratsioon
       Module240Name=Andmete eksport
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Andmete import
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Liikmed
       Module310Desc=Ühenduse liikmete haldamine
       Module320Name=RSS voog
       Module320Desc=Lisa RSS voog Dolibarri lehtedele
      -Module330Name=Järjehoidjad
      -Module330Desc=Järjehoidjate haldamine
      -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=WebCalendari integratsioon
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Annetused
       Module700Desc=Annetuste haldamine
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Sildid/kategooriad
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG toimeti
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Plaanitud käivitused
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Lülita sisse Dolibarri SOAPi server API võimaldamiseks
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Kasuta Gravatar (www.gravatar.com) teenust, et näidata kasutajate/liikmete pilte (loodud nende e-posti aadresside põhjal). Vajab Interneti ligipääsu.
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind konverteerimise võimekus
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Personalihaldus
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-ettevõte
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Puhkusetaotluste haldamine
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Kassa
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Kassa
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marginaalid
       Module59000Desc=Marginaalide haldamise moodu
       Module60000Name=Komisjonitasu
       Module60000Desc=Komisjonitasude haldamise moodu
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ressursid
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Müügiarvete vaatamine
      @@ -651,9 +661,9 @@ Permission32=Toodete loomine/muutmine
       Permission34=Toodete kustutamine
       Permission36=Peidetud toodete vaatamine/haldamine
       Permission38=Toodete eksport
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Projektide kustutamine (jagatud projekt ja projektid, mille kontaktiks on kasutaja)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Sekkumiste vaatamine
       Permission62=Sekkumiste loomine/muutmine
      @@ -686,7 +696,7 @@ Permission109=Saatmiste kustutamine
       Permission111=Finantskontode vaatamine
       Permission112=Tehingute loomine/muutmine/kustutamine ja võrdlemine
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Tehingute ja kontosaldode ekspor
       Permission116=Kontode vahelised kanded
       Permission117=Tšekkide saatmise haldamine
      @@ -694,15 +704,15 @@ Permission121=Kasutajaga seotud kolmandate isikute vaatamine
       Permission122=Kasutajaga seotud kolmandate isikute loomine/muutmine
       Permission125=Kasutajaga seotud kolmandate isikute kustutamine
       Permission126=Kolmandate isikute eksport
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Pakkujate vaatamine
       Permission147=Statistika vaatamine
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Ostutellimuste sulgemine
       Permission188=Ostutellimuste tühistamine
       Permission192=Ridade loomine
       Permission193=Ridade kustutamine
      -Permission194=Ribalaiuse ridade vaatamine
      +Permission194=Read the bandwidth lines
       Permission202=ADSL-ühenduste loomine
       Permission203=Ühendustellimuste tellimine
       Permission204=Ühenduste tellimine
      @@ -750,12 +760,12 @@ Permission244=Peidetud kategooriate sisu vaatamine
       Permission251=Teiste kasutajate ja gruppide vaatamine
       PermissionAdvanced251=Teiste kasutajate vaatamine
       Permission252=Teiste kasutajate õiguste vaatamine
      -Permission253=Teiste kasutajate, gruppide ja õiguste loomine/muutmine
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Väliste ja sisemiste kasutajate ja õiguste loomine/muutmine
       Permission254=Ainult väliste kasutajate loomine/muutmine
       Permission255=Teiste kasutajate paroolide muutmine
       Permission256=Teiste kasutajate kustutamine või keelamine
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=CA vaatamine
       Permission272=Arvete vaatamine
       Permission273=Arvete väljastamine
      @@ -765,7 +775,7 @@ Permission283=Kontaktide kustutamine
       Permission286=Kontaktide ekspor
       Permission291=Tariifide vaatamine
       Permission292=Tariifide õiguste seadmine
      -Permission293=Klientide tariifide muutmine
      +Permission293=Modify customers tariffs
       Permission300=Vöötkoodide vaatamine
       Permission301=Vöötkoodide loomine/muutmine
       Permission302=Vöötkoodide kustutamine
      @@ -787,11 +797,9 @@ Permission401=Allahindluste vaatamine
       Permission402=Allahindluste loomine/muutmine
       Permission403=Allahindluste kinnitamine
       Permission404=Allahindluste kustutamine
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Palkade kustutamine
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Palkade eksportimine
       Permission520=Read Loans
       Permission522=Create/modify loans
      @@ -844,8 +852,8 @@ Permission1251=Väliste andmete massiline import andmebaasi (andmete laadimine)
       Permission1321=Müügiarvete, atribuutide ja maksete eksport
       Permission1322=Reopen a paid bill
       Permission1421=Müügitellimuste ja atribuutide eksport
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Huvilise huvitatuse tase
       DictionaryCanton=Osariik/provints
       DictionaryRegion=Piirkonnad
      @@ -894,7 +902,7 @@ DictionaryVAT=Käibe- või müügimaksumäärad
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Maksetingimused
       DictionaryPaymentModes=Maksmine režiimid
      -DictionaryTypeContact=Kontakti/Aadressi tüübid
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ökomaks (WEEE)
       DictionaryPaperFormat=Paberiformaadid
      @@ -908,47 +916,47 @@ DictionarySource=Pakkumiste/tellimuste päritolu
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Kontoplaani mudelid
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Ühikud
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Seadistused salvestatud
       SetupNotSaved=Setup not saved
       BackToModuleList=Tagasi moodulite nimekirja
      -BackToDictionaryList=Tagasi sõnastike nimekirja
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Käibemaksu haldamine
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Vaikimisi pakutakse käibemaksumääraks 0, mida kasutavad näiteks mittetulundusühingud, eraisikud või väikesed ettevõtted.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Määr
       LocalTax1IsNotUsed=Ära kasuta teist maksu
      -LocalTax1IsUsedDesc=Kasuta teist liiki maksu (mitte KM)
      -LocalTax1IsNotUsedDesc=Ära kasuta teist liiki maksu (mitte KM)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Teist liiki maks
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Ära kasuta kolmandat maksu
      -LocalTax2IsUsedDesc=Kasuta kolmandat liiki maksu (mitte KM)
      -LocalTax2IsNotUsedDesc=Ära kasuta ühtki muud liiki maksu (mitte KM)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Kolmandat liiki maks
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE haldamine
      -LocalTax1IsUsedDescES= Pakkumiste, arvete, tellimuste jne loomisel kasutatav RE vaikimisi määr järgib aktiivset standardreeglit:<br>Kui ostja ei ole RE kohuslane, siis on RE vaikimisi 0. Reegli lõpp.<br>Kui ostja on RE kohuslane, siis on RE vaikimisi määraga. Reegli lõpp.<br>
      -LocalTax1IsNotUsedDescES= Vaikimisi pakutud RE on 0. Reegli lõpp.
      -LocalTax1IsUsedExampleES= Hispaanias on tegu spetsialistidega, kellele kohalduvad mõned Hispaania IAE spetsiifilised osad.
      -LocalTax1IsNotUsedExampleES= Hispaanias on nad spetsialistid ja organisatsioonid, kellele kohalduvad mõningad Hispaania IAE spetsiifilised osad.
      -LocalTax2ManagementES= IRPF haldamine
      -LocalTax2IsUsedDescES= Pakkumiste, arvete, tellimuste jne loomisel kasutatav RE vaikimisi määr järgib aktiivset standardreeglit:<br>Kui müüja ei ole IRPF kohuslane, siis on IRPF vaikimisi 0. Reegli lõpp.<br>Kui müüja on IRPF kohuslane, siis on IRPF vaikimisi määraga. Reegli lõpp.<br>
      -LocalTax2IsNotUsedDescES= Vaikimisi pakutud IRPF on 0. Reegli lõpp.
      -LocalTax2IsUsedExampleES= Hispaanias on nad vabakutselised ja spetsialistid, kes pakuvad teenuseid ja ettevõtted, kes on valinud moodulipõhise maksusüsteemi.
      -LocalTax2IsNotUsedExampleES= Hispaanias on nad ettevõtted, kes ei kasuta moodulipõhist maksusüsteemi.
      +LocalTax1ManagementES=RE haldamine
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Vaikimisi pakutud RE on 0. Reegli lõpp.
      +LocalTax1IsUsedExampleES=Hispaanias on tegu spetsialistidega, kellele kohalduvad mõned Hispaania IAE spetsiifilised osad.
      +LocalTax1IsNotUsedExampleES=Hispaanias on nad spetsialistid ja organisatsioonid, kellele kohalduvad mõningad Hispaania IAE spetsiifilised osad.
      +LocalTax2ManagementES=IRPF haldamine
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Vaikimisi pakutud IRPF on 0. Reegli lõpp.
      +LocalTax2IsUsedExampleES=Hispaanias on nad vabakutselised ja spetsialistid, kes pakuvad teenuseid ja ettevõtted, kes on valinud moodulipõhise maksusüsteemi.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Müügid - Ostud
       CalcLocaltax1Desc=Kohalike maksude aruannete arvutamiseks kasutatakse kohalike maksude müügi ja kohalike maksude ostude vahet
      @@ -958,7 +966,8 @@ CalcLocaltax3=Müügid
       CalcLocaltax3Desc=Kohalike maksude aruanded on kohalike maksude müükide summas
       LabelUsedByDefault=Vaikimisi kasutatav silt, kui koodile ei leitud tõlke vastet
       LabelOnDocuments=Dokumentide silt
      -NbOfDays=Päevade arv
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Kuu lõpus
       CurrentNext=Current/Next
       Offset=Nihe
      @@ -984,7 +993,7 @@ DatabaseUser=Andmebaasi kasutaja
       DatabasePassword=Andmebaasi parool
       Tables=Tabelid
       TableName=Tabeli nimi
      -NbOfRecord=Kirjete arv
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Draiveri tüüp
       SummarySystem=Süsteemiinfo kokkuvõte
      @@ -996,7 +1005,7 @@ Skin=Kesta kujundus
       DefaultSkin=Vaikimisi kesta kujundus
       MaxSizeList=Nimekirja maksimaalne pikkus
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Päeva sõnu
       MessageLogin=Sisselogimise lehe sõnu
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Vasakus menüüs on alati otsingu vorm
       DefaultLanguage=Vaikimisi kasutatav keel (keele kood)
       EnableMultilangInterface=Luba mitmekeelne liides
       EnableShowLogo=Näita vasakul menüüs logo
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Nimi
       CompanyAddress=Aadress
       CompanyZip=Postiindeks
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Pangakonto %s omani
       BankModuleNotActive=Pangakontode moodul pole sisse lülitatud
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Häired
      -DelaysOfToleranceBeforeWarning=Hilinemiste viivitus enne hoiatuse näitamist
      -DelaysOfToleranceDesc=See ekraan võimaldab määratleda lubatud hilinemist lubatud enne hoiatuskasti näitamist ekraanil pildiga %s iga hilinenud elemendi kohta.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Hilinemise viivitus (päevades) enne hoiatust sulgemata pakkumiste kohta
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Hilinemise viivitus (päevades) enne hoiatust pakkumiste kohta, mille eest ei ole arvet esitatud
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Hilinemise viivitus (päevades) enne hoiatust aktiveerimata teenuste kohta
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Hilinemise viivitus (päevades) enne hoiatust aegunud teenuste kohta
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Hilinemise viivitus (päevades) enne hoiatust maksmata ostuarvete kohta
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Hilinemise viivitus (päevades) enne hoiatust maksmata müügiarvete kohta
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Hilinemise viivitus (päevades) enne hoiatust ootel panga ühildamiste kohta
      -Delays_MAIN_DELAY_MEMBERS=Hilinemise viivitus (päevades) enne hoiatust hilinenud liikmetasude kohta
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Hilinemise viivitus (päevades) enne hoiatust deponeerimata tšekkide kohta
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Teised menüükanded haldavad muid parameetreid
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Sündmuste turvaaudit
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Siin saab sisse lülitada Dolibarri turvalisusega seotud sündmuste
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Süsteemi info sisaldab mitmesugust tehnilist infot, mida ei saa muuta ning mis on nähtav vaid administraatoritele.
       SystemAreaForAdminOnly=Sellele alale saavad ligi ainult administraatorid. Ükski Dolibarri õigus ei saa seda piirangut eemaldada.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Siit saab muuta iga parameetrit, mis on seotud Dolibarri kujundusega
       AvailableModules=Available app/modules
       ToActivateModule=Moodulite aktiveerimiseks mine süsteemi seadistusesse (Kodu->Seadistamine->Moodulid).
       SessionTimeOut=Sessiooni aegumise aeg
      -SessionExplanation=Juhul, kui sessioone puhastab PHP sisemine sessioonide puhastaja (ja mitte miski muu), siis see arv garanteerib, et sessioonid ei aegu mitte kunagi enne seda viivitust. PHP sisemine sessioonide puhastaja ei garanteeri sessioonide kohest lõpetamist pärast seda aega. Sessioon aegub pärast määratletud aega järgmisel sessioonipuhastuse käivitusel, seega igal <b>%s/%s</b> ligipääsul, aga ainult teiste sessioonide poolt tehtud ligipääsul.<br>Märkus: mõnedel serveritel, mis kasutavad väliseid sessioonide puhastamise vahendeid (nt Debiani või Ubuntu süsteemidel cron), saab hoolimata siin määratletud väärtusest sessioone lõpetada pärast <strong>session.gc_maxlifetime</strong> väärtust.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Saadaval olevad trigerid
      -TriggersDesc=Trigerid on failid, mis muudavad Dolibarri töövoogu. Trigerite kasutamiseks peab nad kopeerima kausta <b>htdocs/core/triggers</b>. Trigerid realiseerivad uusi tegevusi, mis aktiveeritakse Dolibarri sündmuste puhul (uue ettevõtte loomine, arve kinnitamine jne).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Selles failis olevaid trigereid saab blokeerida <b>-NORUN</b> sufiksiga nende nimes.
       TriggerDisabledAsModuleDisabled=Selles failis olevad trigerid on blokeeritud, kuna moodul <b>%s</b> on blokeeritud.
       TriggerAlwaysActive=Selles failis olevad trigerid on alati aktiivsed hoolimata aktiveeritud Dolibarri moodulitest.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Piiride/täpsuse seadistamine
      -LimitsDesc=Siin saab määratleda Dolibarri poolt kasutatavad piirid, täpsuse ja optimeerimised
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Maks kümnendkohti ühikuhindades
       MAIN_MAX_DECIMALS_TOT=Maks kümnendkohti kogusummades
       MAIN_MAX_DECIMALS_SHOWN=Max kümnendkohti ekraanil näidatavate hindade jaoks (lisa <b>...</b> pärast seda parameetrit, kui tahad, et arvude kärpimisel näidatakse nendel järel <b>...</b>)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Toote neto ühikuhind
       TotalPriceAfterRounding=Koguhind (neto/km/km-ga) pärast ümardamist
       ParameterActiveForNextInputOnly=Parameeter kehtib vaid järgmise sisestuse ajal
       NoEventOrNoAuditSetup=Ühtki turvasündmust pole veel salvestatud. See on täiesti tavaline, kui auditeerimist pole veel "Seadistamine->Turvalisus->Audit" lehelt sisse lülitatud.
      -NoEventFoundWithCriteria=Selliste otsingutingimustega ei leitud ühtkik turvasündmust.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Vaata oma kohaliku sendmaili seadistust
       BackupDesc=Dolibarrist täieliku varukoopia tegemiseks pead:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arhiveeritud kausta peaks säilitama turvalises kohas.
       BackupDescY=Loodud tõmmisfaili peaks säilitama turvalises kohas.
      -BackupPHPWarning=Antud meetodi abil ei saa garanteerida varukoopia loomist, eelistan eelmist meetodit.
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Dolibarri varukoopiast taastamiseks peate:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQLi import
       ForcedToByAModule= Aktiveeritud moodul on antud reegli väärtuseks sundinud <b>%s</b>
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Antud käsu peab käivitama kä
       YourPHPDoesNotHaveSSLSupport=Antud PHP ei võimalda SSL funktsioone
       DownloadMoreSkins=Veel alla laetavaid kujundusi
       SimpleNumRefModelDesc=Tagast viitenumbri kujul %syymm-nnnn kus yy on aasta, mm on kuu ja nnnn on vahedeta jada, mida ei nullita.
      -ShowProfIdInAddress=Näita dokumentidel registreerimisnumbrit koos aadressidega
      -ShowVATIntaInAddress=Peida dokumentidel KMKR number koos aadressidega
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Osaline tõlge
      -MAIN_DISABLE_METEO=Keela meteo vaade
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Testi API sisse logimist
      -ProxyDesc=Teatud Dolibarri funktsioonid vajavad töötamiseks ligipääsu Internetile. Antud lehel saad määratleda selleks tarvilikke parameetreid. Need parameetrid annavad Dolibarrile info, kuidas kasutada Interneti läbi puhverserveri e proxy.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Väline juurdepääs
       MAIN_PROXY_USE=Kasuta puherverserverit (muul juhul otseühendus Internetiga)
       MAIN_PROXY_HOST=Puhverserveri nimi/aadress
       MAIN_PROXY_PORT=Puhverserveri port
       MAIN_PROXY_USER=Puhverserveri kasutajanimi
       MAIN_PROXY_PASS=Puhverserveri salasõna
      -DefineHereComplementaryAttributes=Määratle siin kõik %s toetamiseks vajalikud atribuudid, mis ei ole vaikimisi saadaval.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Täiendavad atribuudid
       ExtraFieldsLines=Lisaatribuudid (read)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
       ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
       ExtraFieldsThirdParties=Täiendavad atribuudid (thirdparty e kolmas isik)
      -ExtraFieldsContacts=Täiendavad atribuudid (contact/address e kontakt/aadress)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Täiendavad atribuudid (member e liige)
       ExtraFieldsMemberType=Täiendavad atribuudid (member type e liikme liik)
       ExtraFieldsCustomerInvoices=Täiendavad atribuudid (arved)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=ainult tühikuteta väikesed tähed ja numbrid
       SendmailOptionNotComplete=Hoiatus: mõnedel Linuxi süsteemidel peab e-kirja saatmiseks sendmaili käivitamise seadistus sisaldama võtit -ba (php.ini failis parameeter mail.force_extra_parameters). Kui mõned adressaadid ei saa kunagi kirju kätte, siis proovi parameetri väärtust mail.force_extra_parameters = -ba
       PathToDocuments=Dokumentide rada
       PathDirectory=Kaust
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Pead vähemalt 1 mooduli sisse lülitama
      -ClassNotFoundIntoPathWarning=Klassi %s ei ole PHP rajas
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Suviti 'jah'
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sessiooni andmehoidla krüpteeritud Suhosini poolt
       ConditionIsCurrently=Olek on hetkel %s
      -YouUseBestDriver=Kasutad draiverit %s, mis on hetkel saadaolevatest parim.
      -YouDoNotUseBestDriver=Kasutad draiverit %s, kuid soovitatav on kasutada draiverit %s.
      -NbOfProductIsLowerThanNoPb=Andmebaasis on vaid %s toodet/teenust. See ei nõua mingit erilist optimeerimist.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Otsingu optimeerimine
      -YouHaveXProductUseSearchOptim=Andmebaasis on %s toodet. Peaksid lisama konstandi PRODUCT_DONOTSEARCH_ANYWHERE väärtusega 1 Kodu->Seadistamine->Muu paneeli, et piirata otsing sõne algusesse ning võimaldada andmebaasil indeksite kasutamine kohese vastuse saamiseks.
      -BrowserIsOK=Kasutad brauserit %s, mis on nii turvalisuse kui jõudluse suhtes OK.
      -BrowserIsKO=Kasutad brauserit %s. See brauser on tuntud halva turvalisuse, jõudluse ja usaldusväärsuse poolest. Soovtitame kasutada Firefoxi, Chromei, Operat või Safarit.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug on laetud.
       XCacheInstalled=XCache on laetud.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Välja %s muutmine
       FillThisOnlyIfRequired=Näide: +2 (täida vaid siis, kui koged ajavööndi nihkega probleeme)
       GetBarCode=Hangi triipkood
       ##### Module password generation
       PasswordGenerationStandard=Tagastab parooli, mis vastab Dolibarri sisemisele algoritmile: 8 tähemärki pikk ja koosneb väikestest tähtedest ja numbritest.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Uue kasutaja loomiseks on vajalik e-posti aadress
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Ettevõtete mooduli seadistamine
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Dokumendimallid
      -DocumentModelOdt=Loo dokumendid OpenDocument mallidest (.ODT või .ODS failid OpenOffices, KOffices, TextEditis jne)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Mustandi vesimärk
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Registreerimisnumbrite reeglid
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Eksportimise link <b>%s</b> formaati on saadaval järgmisel aadressil: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Eksportimise link <b>%s</b> formaati on saadaval järgmis
       BillsSetup=Arvete mooduli seadistamine
       BillsNumberingModule=Arvete ja kreeditarvete numeratsiooni mudel
       BillsPDFModules=Arve dokumentide mudelid
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Kreeditarve
       CreditNotes=Kreeditarved
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Halda iga liikme kasutajanime
       AdherentMailRequired=Uue liikme loomisel on kohustuslik lisada e-posti aadress
       MemberSendInformationByMailByDefault=Liikmetele e-kirja kinnituse saatmise (kinnitamise või uue tellimuse puhul) märkeruut on vaikimisi valitud
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP seadistamine
       LDAPGlobalParameters=Üldised parameetrid
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testi LDAPi otsingut
       LDAPSynchroOK=Sünkroniseerimise testimine edukas
       LDAPSynchroKO=Sünkroniseerimise testimine ebaõnnestus
      -LDAPSynchroKOMayBePermissions=Sünkroniseerimise test ebaõnnestus. Kontrolli, et ühendus serveriga on õigestu seadistatud ning et LDAPi uuendused on lubatud
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP ühendust LDAPi serveriga õnnestus (server=%s, port=%s)
       LDAPTCPConnectKO=TCP ühendust LDAPi serveriga ebaõnnestus (server=%s, port=%s)
      -LDAPBindOK=LDAP serveriga ühendamine/autentimine õnnestus (Server=%s, Port=%s, Admin=%s, Parool=%s)
      -LDAPBindKO=LDAPi serveriga ühendumine/autentimine ebaõnnestus (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAPi server seadistatud versioonile 3
       LDAPSetupForVersion2=LDAPi server seadistatud versioonile 2
       LDAPDolibarrMapping=Dolibarri kaardistus
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Kasutajanimi (samba, activedirectory)
       LDAPFieldLoginSambaExample=Näide: samaccountname
       LDAPFieldFullname=Täielik nimi
       LDAPFieldFullnameExample=Näide: cn
      -LDAPFieldPasswordNotCrypted=Krüpteerimata salasõna
      -LDAPFieldPasswordCrypted=Krüpteeritud salasõna
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Näide: kasutajaParool
       LDAPFieldCommonNameExample=Näide: cn
       LDAPFieldName=Nimi
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Näiteväärtused on mõeldud <b>OpenLDAP</b> tarbeks koos järgnevate laetud skeemidega: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Kui kasutad neid väärtusi ja OpenLDAPi, siis muuda LDAPi seadistusfaili <b>slapd.conf</b> kõigi nende skeemide laadimiseks.
       ForANonAnonymousAccess=Autenditud ligipääsu jaoks (näiteks kirjutusõiguse jaoks)
       PerfDolibarr=Jõudluse seadistamise/optimeerimise aruanne
      -YouMayFindPerfAdviceHere=Sellelt lehelt leiad mõningaid jõudlusega seotud kontrolle või nõuandeid.
      -NotInstalled=Pole paigaldatud, seega ei aegusta serverit.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Rakenduse vahemälu
       MemcachedNotAvailable=Puhvermälu ei leitud. Jõudluse suurendamiseks paigalda puhverserver Memcached ja selle kasutamist võimaldav moodul.<br>Rohkem infot siit <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Pane tähele, et paljud veebimajutused sellist serverit teenusena ei paku.
       MemcachedModuleAvailableButNotSetup=Puhvri jaoks kasutatav moodul memcached on olemas, kuid mooduli seadistamine on lõpuni viimata
       MemcachedAvailableAndSetup=Memcached serverit kasutav memcached moodul on sisse lülitatud.
       OPCodeCache=OPCode vahemälu
      -NoOPCodeCacheFound=OPCode vahemälu ei leitud. Võib-olla kasutada mõnda muud OPCode vahemälu peale XCache või eAcceleratori (hea), aga võib-olla ei ole OPCode vahemälu kasutusel (väga halb).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP vahemälu staatiliste ressursside jaoks (CSS, pildid, JavaScript)
       FilesOfTypeCached=%s tüüpi failid hoiab HTTP server vahemälus
       FilesOfTypeNotCached=%s tüüpi faile ei hoia HTTP server vahemälus
       FilesOfTypeCompressed=%s tüüpi faile pakib HTTP server kokk
       FilesOfTypeNotCompressed=%s tüüpi faile ei paki HTTP server kokk
       CacheByServer=Serveri vahemäl
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Brauseri vahemälu
       CompressionOfResources=HTTP vastuste kokku pakkimine
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Toodete mooduli seadistamine
       ServiceSetup=Teenuste mooduli seadistamine
       ProductServiceSetup=Toodete ja teenuste mooduli seadistamine
       NumberOfProductShowInSelect=Maksimaalne toodete arv liitbokside nimekirjades (0=piirangut ei ole)
      -ViewProductDescInFormAbility=Toodete kirjelduste visualiseerimine vormides (hüpikaknas)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Suure toodete arvu korral (> 100 000) saab kiiruse suurendamiseks seadistada Seadistamine->Muu menüüs konstandi PRODUCT_DONOTSEARCH_ANYWHERE väärtuseks 1. Sellisel juhul piirdub otsing sõne algusega.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Vaikimisi vöötkoodi tüüp toodetel
       SetDefaultBarcodeTypeThirdParties=Vaikimisi vöötkoodi tüüpi kolmandatel isikutel
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Saatmiste mooduli seadistamine
       SendingsReceiptModel=Saatekviitungi mudel
       SendingsNumberingModules=Saatmiste numeratsiooni moodulid
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Saatedokumentide numeratsiooni moodul
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Keerulisem toimeti
       ActivateFCKeditor=Aktiveeri keerulisem toimeti järgmistel lehtedel:
       FCKeditorForCompany=WYSIWIG loomine/muutmine elementide kirjeldustes ja märkustes (välja arvatud tooted/teenused)
       FCKeditorForProduct=WYSIWIG loomine/muutmine toodete/teenuste kirjeldustes ja märkustes
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG loomine/muutmine masspostitusel (Tööriistad->E-kirjad)
       FCKeditorForUserSignature=WYSIWIG loomine/muutmine kasutaja allkirjas
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Ühendumine õnnestus, aga andmebaas ei paista olevat OSCommercei andmebaas (võtit %s ei olnud tabelis %s).
      -OSCommerceTestOk=Ühendumine serveri '%s' andmebaasiga '%s' kasutajga '%s' õnnestus.
      -OSCommerceTestKo1=Ühendumine serveriga '%s' õnnestus, kuid andmebaasi '%s' ei õnnestunud kätte saada.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Ühendus serveri '%s' andmebaasiga '%s' kasutajanimega '%s' õnnestus.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Ühendumine serveriga '%s' kasutajaga '%s' ebaõnnestus.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menüü kustutatud
       Menus=Menüüd
      @@ -1548,7 +1561,7 @@ DetailRight=Volitamata hallide menüüde näitamise tingimus
       DetailLangs=Keelefaili nimi siltide koodide tõlke jaoks
       DetailUser=Sisemine/Välimine/Kõik
       Target=Sihtmärk
      -DetailTarget=Linkide sihtmärk (_blank avab uue akna)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Tase (-1: ülemine menüü, 0: päise menüü, >0 menüü ja alammenüü)
       ModifMenu=Menüü muutmine
       DeleteMenu=Kustuta menüükanne
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=KM on tingitud:<br>- kaupade üleandmisel (arve kuupäev)<b
       OptionVatDebitOptionDesc=KM on tingitud:<br>- kaupade üleandmisel (arve kuupäev)<br>- arve esitamisel (deebet) teenuste eest
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Käibemaksu kõlbulikuks arvestamise vaikimisi aeg vastavalt määratletud seadetele:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Üleandmisel
       OnPayment=Maksmisel
       OnInvoice=Arve esitamisel
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Ostukonto kood
       AgendaSetup=Tegevuste ja päevakava mooduli seadistamine
       PasswordTogetVCalExport=Ekspordilingi autoriseerimise võti
       PastDelayVCalExport=Ära ekspordi tegevusi, mis on vanemad kui
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Seda liiki sündmus lisatakse automaatselt vaate otsingufiltrisse
      -AGENDA_DEFAULT_FILTER_STATUS=Seda liiki tegevuse staatus lisatakse automaatselt päevakava otsingufiltrisse
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Vaikimisi avatav sakk päevakava avamisel
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial mooduli seadistamine
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Müügikoht
       CashDeskSetup=Müügikoha mooduli seadistamine
      -CashDeskThirdPartyForSell=Vaikimisi kasutatav kolmas isik müümisel
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Sularahamaksete vastu võtmiseks kasutatav konto
       CashDeskBankAccountForCheque= Tšekimaksete vastu võtmiseks kasutatav konto
       CashDeskBankAccountForCB= Krediitkaardimaksete vastu võtmiseks kasutatav konto
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=Järjehoidjate mooduli seadistamine
      -BookmarkDesc=See moodul võimaldab Sul hallata järjehoidjaid. Samuti võib vasakusse menüüsse lisada lühiteid suvalistele Dolibarri lehtedele või välistele lehtedele.
      +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.
       NbOfBoomarkToShow=Maksimaalne vasakus menüüs näidatav järjehoidjate arv
       ##### WebServices #####
       WebServicesSetup=Veebiteenuste mooduli seadistamine
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Mitme ettevõtte mooduli seadistamine
       ##### Suppliers #####
       SuppliersSetup=Hankijate mooduli seadistamine
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Ostuarvete numeratsiooni mudel
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projektide mooduli seadistamine
       ProjectsModelModule=Projektiaruannete dokumendi mudel
       TasksNumberingModules=Ülesannete numeratsiooni moodu
       TaskModelModule=Ülesannete aruande dokumendi mudel
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Ajavööndi parandus
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/et_EE/companies.lang b/htdocs/langs/et_EE/companies.lang
      index 6922c531961..316db9e838d 100644
      --- a/htdocs/langs/et_EE/companies.lang
      +++ b/htdocs/langs/et_EE/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Vali kolmas isik
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Kustuta kontakt/aadress
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Uus kolmas isik
      -MenuNewCustomer=Uus klient
      -MenuNewProspect=Uus huviline
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Uus eraisik
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Uus kolmas isik
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kolmanda isiku kontakt/aadress
       Company=Ettevõte
       CompanyName=Ettevõtte nimi
       AliasNames=Hüüdnimi (ärinimi, kaubamärk, ...)
      -AliasNameShort=Hüüdnimi
      +AliasNameShort=Alias Name
       Companies=Ettevõtted
      -CountryIsInEEC=Riik on Euroopa Majandusühenduse liige
      -ThirdPartyName=Kolmanda isiku nimi
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Kolmas isik
      -ThirdParties=Kolmandad isikud
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Huvilised
       ThirdPartyProspectsStats=Huvilised
       ThirdPartyCustomers=Kliendid
       ThirdPartyCustomersStats=Kliendid
       ThirdPartyCustomersWithIdProf12=Klient koos %s või %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Kolmanda isiku tüüp
      +ThirdPartyType=Type of company
       Individual=Eraisik
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Emaettevõte
       Subsidiaries=Tütarettevõtted
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Postiindeks
       Town=Linn
       Web=Veeb
       Poste= Ametikoht
      -DefaultLang=Vaikimisi keel
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Pakkumised
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Süntaks on kehtiv
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Sellel kliendil on vaikimisi allahindlus <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Sellel kliendil pole vaikimisi allahindlust
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Kliendil on kreeditarveid <b>%s %s</b> väärtuses
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Pole
      -Supplier=Hankija
      +Supplier=Vendor
       AddContact=Uus kontakt
       AddContactAddress=Uus kontakt/aadress
       EditContact=Muuda kontakti
      @@ -303,22 +303,22 @@ AddThirdParty=Uus kolmas isik
       DeleteACompany=Kustuta ettevõte
       PersonalInformations=Isikuandmed
       AccountancyCode=Accounting account
      -CustomerCode=Kliendi kood
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kliendi kood
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kliendi kood, igale kliendile unikaalne
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Nõutud, kui kolmas isik on klient või huviline
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Kehtivust kontrollib moodul
      -ThisIsModuleRules=Reeglid sellele moodulile
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Huviline, kellega ühendust võtta
       CompanyDeleted=Ettevõte &quot;%s&quot; on andmebaasist kustutatud.
       ListOfContacts=Kontaktide/aadresside nimekiri
       ListOfContactsAddresses=Kontaktide/aadresside nimekiri
      -ListOfThirdParties=Kolmandate isikute nimekiri
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Näita kontakti
       ContactsAllShort=Kõik (filtrita)
       ContactType=Kontakti liik
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=See kontakt ei ole ühegi pakkumisega seotud
       NoContactForAnyContract=See kontakt ei ole ühegi lepinguga seotud
       NoContactForAnyInvoice=See kontakt ei ole ühegi arvega seotud
       NewContact=Uus kontaktisik
      -NewContactAddress=Uus kontakt/aadress
      +NewContactAddress=New Contact/Address
       MyContacts=Minu kontaktid
       Capital=Kapital
       CapitalOf=%s kapital
       EditCompany=Muuda ettevõtet
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kontrolli
      -VATIntraCheckDesc=Link <b>%s</b> võimaldab kasutada Euroopa käibemaksuregistri kontrollija teenust. Veebiserverile peab olema lubatud Interneti teenuse kasutamine.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Kontrolli Intracomunnautary VAT Euroopa komisjoni lehelt
      -VATIntraManualCheck=Seda võib käsitsi kontrollida Euroopa veebilehel <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Kontrollida pole võimalik. Kontrolli, et liikmesriik (%s) võimaldab teenust kasutada.
      -NorProspectNorCustomer=Pole huviline ega klient
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personal
       ProspectLevelShort=Potentsiaalne
       ProspectLevel=Huvilise potentsiaal
      @@ -387,12 +387,12 @@ ExportCardToFormat=Ekspordi kaart formaati
       ContactNotLinkedToCompany=Kontakt ole seotud ühegi kolmanda isikuga
       DolibarrLogin=Dolibarri kasutaja
       NoDolibarrAccess=Dolibarri ligipääs puudub
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontaktid ja omadused
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Hinnatase
       DeliveryAddress=Tarneaadress
       AddAddress=Lisa aadress
      @@ -402,16 +402,16 @@ DeleteFile=Kustuta fail
       ConfirmDeleteFile=Oled sa kindel, et soovid selle faili kustutada?
       AllocateCommercial=Assigned to sales representative
       Organization=Organisatsioon
      -FiscalYearInformation=Majandusaasta informatsioon
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Majandusaasta esimene kuu
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Huviliste nimekiri
      -ListCustomersShort=Klientide nimekiri
      -ThirdPartiesArea=Kolmandate isikute ja kontaktide ala
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Kokku unikaalseid kolmandaid isikuid
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Ava
       ActivityCeased=Suletud
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Hetkel maksmata summa
       OutstandingBill=Suurim võimalik maksmata arve
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Kood on vaba, seda saab igal ajal muuta.
       ManagingDirectors=Haldaja(te) nimi (CEO, direktor, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/et_EE/errors.lang b/htdocs/langs/et_EE/errors.lang
      index 692d1a573b3..c1077f133cc 100644
      --- a/htdocs/langs/et_EE/errors.lang
      +++ b/htdocs/langs/et_EE/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Väärtus '%s' on vales kuupäeva vormingus
       ErrorWrongDate=Kuupäev pole korrektne!
       ErrorFailedToWriteInDir=Ei suutnud kirjutada kausta %s
       ErrorFoundBadEmailInFile=Failis on %s real ebaõige e-posti aadressi süntaks (näiteks on rida %s aadress=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Mõned nõutud väljad on täitmata.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Kausta loomine ebaõnnestus. Kontrolli, et veebiserveri kasutajal on piisavalt õigusi Dolibarri dokumentide kausta kirjutamiseks. Kui PHP <b>safe_mode</b> parameeter on sisse lülitatud, siis kontrolli, et veebiserveri kasutaja (või grupp) on Dolibarri PHP failide omanik.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Palun sisesta nimekirja väärtused
       ErrorNoValueForCheckBoxType=Palun sisesta märkenuppude väärtused
       ErrorNoValueForRadioType=Palun sisesta raadionuppude väärtused
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Väli <b>%s</b> ei tohi sisaldada erisümboleid.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Ühtki raamatupidamise moodulit pole aktiveeritud
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP sobitamine ei ole täielik.
       ErrorLDAPMakeManualTest=Kausta %s on loodud .ldif fail. Vigade kohta lisainfo saamiseks proovi selle käsitsi käsurealt laadimist.
      -ErrorCantSaveADoneUserWithZeroPercentage=Ülesanne, mille staatuseks on 'Alustamata' ei saa salvestada, kui väli "Tegevuse teinud isik" on samuti täidetud.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Loomiseks kasutatav viide on juba olemas.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Selle võimaluse töötamiseks peab JavaScript olema sisse lülitatud. JavaScripti sisse või välja lülitamiseks kasuta menüüd Kodu->Seadistamine->Kuva.
       ErrorPasswordsMustMatch=Sisestatud paroolid peavad klappima
      -ErrorContactEMail=Tekkis tehniline viga. Palun võta ühendust oma administraatoriga e-posti aadressil <b>%s</b> ning lisa sõnumisse vea kood <b>%s</b> või veel parem oleks lisada sõnumisse antud lehe kuvatõmmis.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Väli number <b>%s</b> sisaldab vale väärtust (väärtus'<b>%s</b>' ei sobi regulaaravaldisega <b>%s</b>)
       ErrorFieldValueNotIn=Väli number <b>%s</b> sisaldab vale väärtust (väärtus '<b>%s</b>' ei sobi välja <b>%s</b> tüübiga tabelis <b>%s</b>)
       ErrorFieldRefNotIn=Väli number <b>%s</b> sisaldab vale väärtust (väärtus '<b>%s</b>' ei ole üksuse <b>%s</b> olemasolev viide)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antiviiruse programm ei suutnud faili valideerida
       ErrorSpecialCharNotAllowedForField="%s" väljal ei ole erisümbolid lubatud
       ErrorNumRefModel=Andmebaasi viide on juba olemas (%s) ja ei ole kooskõlas antud numeratsiooni reegliga. Kustuta kirje või nimeta viide ümber antud mooduli aktiveerimiseks.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Maski viga
       ErrorBadMaskFailedToLocatePosOfSequence=Viga: mask on järjekorranumbrita
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Viga: halb lähteväärtus
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Viga: vali vähemalt üks sissekanne
      -ErrorDeleteNotPossibleLineIsConsolidated=Kustutamine ei ole võimalik, kuna kirje on seotud juba vastavusse viidud pangaülekandega
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s on määratud muule kolmandale isikule
       ErrorFailedToSendPassword=Parooli saatmine ebaõnnestus
       ErrorFailedToLoadRSSFile=RSS voo saamine ebaõnnestus. Proovi konstandi MAIN_SIMPLEXMLLOAD_DEBUG lisamist, kui veateated ei anna piisavalt infot
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Kasutajanime <b>%s</b> ei leitud.
       ErrorLoginHasNoEmail=Antud kasutajal ei ole e-posti aadressi. Protsess katkestatud.
       ErrorBadValueForCode=Turvakoodi halb väärtus. Proovi uuesti...
       ErrorBothFieldCantBeNegative=Mõlemad väljad %s ja %s ei saa olla negatiivse väärtusega
      +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=Veebiserveri käivitamiseks kasutataval kontrol <b>%s</b> ei ole selleks õigusi
       ErrorNoActivatedBarcode=Ühtki vöötkoodi tüüpi pole aktiveeritud
      @@ -138,7 +141,7 @@ ErrorBadFormat=Vigane vorming!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Selle nimega või lingiga (URL) järjehoidja on jub
       WarningPassIsEmpty=Hoiatus: andmebaasi parool on tühi. Tegu on turvaauguga. Andmebaasile peaks lisama parooli ja conf.php failis andmebaasi parooli muutma.
       WarningConfFileMustBeReadOnly=Hoiatus: seadistuste fail (<b>htdocs/conf/conf.php</b>) on veebiserveri poolt ülekirjutatav. Tegu on tõsise turvaauguga. Muuda faili ligipääsuõigusi niimoodi, et veebiserveri poolt kasutataval operatsioonisüsteemi kasutajal on vaid lugemisõigused. Kui kasutad Windowsi operatsioonisüsteemi FAT-failisüsteemiga, siis tea, et see failisüsteem ei luba failide ligipääsuõigusi ning ei ole seega turvaline.
       WarningsOnXLines=<b>%s</b> lähtekirjega on seotud hoiatus(ed)
      -WarningNoDocumentModelActivated=Ühtki dokumentide loomise malli pole aktiveeritud. Mooduli seadistuse muutmiseni kasutatakse vaikimisi malli
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Hoiatus: kui paigaldamine on lõpetatud, pead paigaldamise/migreerimise tööriistad keelama, lisades faili <b>install.lock</b> kausta <b>%s</b>. Selle faili loomata jätmine on turvarisk.
      -WarningUntilDirRemoved=Kõik turvahoiatused (nähtavad vaid administraatorile) jäävad aktiivseks senikaua, kuni turvarisk on eemaldatud (või konstant MAIN_REMOVE_INSTALL_WARNING lisatakse Seadistamine->Muud seadistused alla).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Hoiatus: sulgemine toimub isegi siis, kui lähte- ja sihtelementide summa erineb. Lülita see funktsioon sisse ainult siis, kui tead, mida teed.
       WarningUsingThisBoxSlowDown=Hoiatus: selle kasti kasutamine muudab kõik seda kasti kasutavad lehed märgatavalt aeglaseks.
       WarningClickToDialUserSetupNotComplete=Sinu kasutaja ClickToDial info seadistamine ei ole lõpetatud (vaata oma kasutaja kaardi ClickToDial sakki).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/et_EE/interventions.lang b/htdocs/langs/et_EE/interventions.lang
      index 3351e4953de..6fcfc995d21 100644
      --- a/htdocs/langs/et_EE/interventions.lang
      +++ b/htdocs/langs/et_EE/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Sekkumised
       InterventionCard=Sekkumise kaart
       NewIntervention=Uus sekkumine
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Sekkumiste nimekiri
       ActionsOnFicheInter=Sekkumise tegevused
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/et_EE/main.lang b/htdocs/langs/et_EE/main.lang
      index 6009bcbf141..2a065ff3b66 100644
      --- a/htdocs/langs/et_EE/main.lang
      +++ b/htdocs/langs/et_EE/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=E-kirja saatmine ebaõnnestus (saatja = %s, vastuvõtja =
       ErrorFileNotUploaded=Ei õnnestunud faili üles laadida. Kontrolli järgmist: fail ei ületa lubatud suurust, serveri kettal on vaba ruumi ning sama nimega faili ei oleks samas kaustas.
       ErrorInternalErrorDetected=Tuvastati viga
       ErrorWrongHostParameter=Vigane hosti parameeter
      -ErrorYourCountryIsNotDefined=Hetkel kasutuses olev riik on määratlemata. Mine Kodu-Paigaldus-Muuda ja postita vorm uuesti.
      -ErrorRecordIsUsedByChild=Kirje kustutamine ebaõnnestus. Antud kirje on seotud vähemalt ühe tütarkirjega.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Vigane väärtus
       ErrorWrongValueForParameterX=Parameetrile %s on omistatud vigane väärtus
       ErrorNoRequestInError=Veas puudub päring
      -ErrorServiceUnavailableTryLater=Teenus ei ole hetkel kättesaadav. Palun proovi hiljem uuesti.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Unikaalsust nõudval väljal on dubleeritud väärtus
      -ErrorSomeErrorWereFoundRollbackIsDone=Töö käigus tekkisid mõned vead. Tehtud muudatused on tühistatud.
      -ErrorConfigParameterNotDefined=Parameeter <b>%s</b> ei ole Dolibarri seadistusfailis <b>conf.php</b> määratletud.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Kasutajat <b>%s</b> ei leitud Dolibarri andmebaasist.
       ErrorNoVATRateDefinedForSellerCountry=Viga: riigi '%s' jaoks ei ole käibemaksumäärasid määratletud.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Viga: faili salvestamine ebaõnnestus.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Sea kuupäev
       SelectDate=Vali kuupäev
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Fail on edukalt üles laetud
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Fail on valitud manustamiseks, kuid on veel üles laadimata. Klõpsa &quot;Lisa fail&quot; nupul selle lisamiseks.
      -NbOfEntries=Kannete arv
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Loe abi
       RecordSaved=Kirje salvestatud
      @@ -94,7 +94,7 @@ Undefined=Määratlemata
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Vt eespool
      -HomeArea=Kodu ala
      +HomeArea=Kodu
       LastConnexion=Latest connection
       PreviousConnexion=Eelmine sisselogimine
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Suletud
       Closed2=Suletud
       NotClosed=Not closed
       Enabled=Lubatud
      +Enable=Lülita sisse
       Deprecated=Vananenud
       Disable=Keela
       Disabled=Keelatud
      @@ -153,7 +154,7 @@ Update=Uuenda
       Close=Sulge
       CloseBox=Remove widget from your dashboard
       Confirm=Kinnita
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Kustuta
       Remove=Eemalda
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopeeri
       Paste=Kleebi
       Default=Vaikimisi
       DefaultValue=Vaikeväärtus
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Hind
       PriceCurrency=Price (currency)
       UnitPrice=Ühiku hind
      @@ -347,7 +348,7 @@ AmountTTCShort=Summa (koos km-ga)
       AmountHT=Summa (maksudeta)
       AmountTTC=Summa (koos km-ga)
       AmountVAT=Maksu summa
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Ei ole kohaldatav
       ActionRunningNotStarted=Alustada
       ActionRunningShort=In progress
       ActionDoneShort=Lõpetatud
      -ActionUncomplete=Lõpuni viimata
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Loo
       Duration=Kestus
       TotalDuration=Kogukestus
       Summary=Kokkuvõte
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Saadaval
       NotYetAvailable=Pole veel saadaval
      @@ -468,7 +469,7 @@ and=ja
       or=või
       Other=Muu
       Others=Teised
      -OtherInformations=Muu informatsioon
      +OtherInformations=Other information
       Quantity=Kogus
       Qty=Kogus
       ChangedBy=Muutis
      @@ -506,7 +507,7 @@ None=Puudub
       NoneF=Puudub
       NoneOrSeveral=None or several
       Late=Hilja
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Pilt
       Photos=Pildid
      @@ -530,18 +531,6 @@ September=September
       October=Oktoober
       November=November
       December=Detsember
      -JanuaryMin=jaan
      -FebruaryMin=veebr
      -MarchMin=märts
      -AprilMin=apr
      -MayMin=mai
      -JuneMin=juuni
      -JulyMin=juuli
      -AugustMin=aug
      -SeptemberMin=sept
      -OctoberMin=okt
      -NovemberMin=nov
      -DecemberMin=dets
       Month01=jaanuar
       Month02=veebruar
       Month03=märts
      @@ -646,6 +635,8 @@ SendMail=Saada e-kiri
       EMail=E-mail
       NoEMail=E-posti aadress puudub
       Email=E-post
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Mobiiltelefon puudub
       Owner=Omanik
       FollowingConstantsWillBeSubstituted=Järgnevad konstandid asendatakse vastavate väärtustega.
      @@ -677,7 +668,7 @@ NeverReceived=Pole vastu võetud
       Canceled=Tühistatud
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Värv
       Documents=Seotud failid
       Documents2=Dokumendid
      @@ -716,15 +707,15 @@ Merge=Ühendamine
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Kuva leht lehe sisu printimiseks
       MenuManager=Menüü haldaja
      -WarningYouAreInMaintenanceMode=Hoiatus: hooldusrežiim on aktiivne, praegu on rakendusele ligipääs vaid kasutajal <b>%s</b>.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Süsteemi viga
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Krediitkaart
       ValidatePayment=Kinnita makse
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Väljad omadusega <b>%s</b> on kohustuslikud
      -FieldsWithIsForPublic=Väljad <b>%s</b> omadusega kuvatakse avalikus liikmete nimekirjas. Kui soovid seda välja lülitada, võta märge maha "avalik" kastilt.
      -AccordingToGeoIPDatabase=(vastavalt GeoIP andmebaasi teisendusele)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Rida
       NotSupported=Ei ole toetatud
       RequiredField=Kohustuslik väli
      @@ -732,6 +723,8 @@ Result=Tulemus
       ToTest=Test
       ValidateBefore=Enne selle funktsiooni kasutamist peab kaart olema valideeritud
       Visibility=Nähtavus
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privaatne
       Hidden=Peidetud
       Resources=Ressursid
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=Viide tellimusele
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Loo mustand
       SetToDraft=Tagasi mustandiks
       ClickToEdit=Klõpsa muutmiseks
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=päeva järgi
       BySalesRepresentative=Müügiesindaja järgi
       LinkedToSpecificUsers=Seostatud kindla kasutaja kontaktiga
       NoResults=Vasteid ei leitud
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Süsteemi tööriistad
       ModulesSystemTools=Moodulite tööriistad
       Test=Test
       Element=Element
       NoPhotoYet=Pildid puuduvad
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Maha arvatav
       from=alates
       toward=kuni
      @@ -802,7 +797,7 @@ PrintFile=Prindi fail %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Näita sekkumist
       ShowContract=Näita lepingut
      -GoIntoSetupToChangeLogo=Mine Kodu - Seadistamine - Ettevõte logo muutmiseks või mine Kodu - Seadistamine - Kuva logo peitmiseks.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Lükka tagasi
       Denied=Tagasi lükatud
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Kustuta rida
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Liigita arve esitatud
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalender
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Tegevused
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projektid
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Õigused
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Esmaspäev
       Tuesday=Teisipäev
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Sekkumised
       SearchIntoContracts=Lepingud
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Kommentaarid
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Kõik
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Mõjutatud isik
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/et_EE/other.lang b/htdocs/langs/et_EE/other.lang
      index 9eed5ac17b1..9156ba9f899 100644
      --- a/htdocs/langs/et_EE/other.lang
      +++ b/htdocs/langs/et_EE/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Turvakood
       NumberingShort=N°
       Tools=Tööriistad
       TMenuTools=Tööriistad
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Sünnipäev
       BirthdayDate=Birthday date
       DateToBirth=Sünniaeg
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Kinnitatud makse lehel olev sõnum
       MessageKO=Tühistatud makse lehel olev sõnum
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Sekkumine kinnitatud
      -Notify_FICHINTER_SENTBYMAIL=Sekkumine saadetud postiga
       Notify_ORDER_VALIDATE=Müügitellimus kinnitatud
       Notify_ORDER_SENTBYMAIL=Müügitellimus saadetud postiga
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Ostutellimus saadetud postiga
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Ostutellimus heaks kiidetud
       Notify_ORDER_SUPPLIER_REFUSE=Ostutellimus tagasi lükatud
       Notify_PROPAL_VALIDATE=Müügipakkumine kinnitatud
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Müügipakkumine saadetud postiga
       Notify_WITHDRAW_TRANSMIT=Tehingu väljamakse
       Notify_WITHDRAW_CREDIT=Krediidi väljamakse
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Kolmas isik loodud
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Müügiarve kinnitatud
       Notify_BILL_UNVALIDATE=Müügiarve avatud
      -Notify_BILL_PAYED=Müügiarve tasutud
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Müügiarve tühistatud
       Notify_BILL_SENTBYMAIL=Müügiarve saadetud postiga
       Notify_BILL_SUPPLIER_VALIDATE=Ostuarve kinnitatud
      -Notify_BILL_SUPPLIER_PAYED=Ostuarve makstud
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Ostuarve saadetud postiga
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Leping kinnitatud
       Notify_FICHEINTER_VALIDATE=Sekkumine kinnitatud
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Sekkumine saadetud postiga
       Notify_SHIPPING_VALIDATE=Saatmine kinnitatud
       Notify_SHIPPING_SENTBYMAIL=Saatmine saadetud postiga
       Notify_MEMBER_VALIDATE=Liige kinnitatud
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Manusena lisatud faile/dokumente
       TotalSizeOfAttachedFiles=Manusena lisatud failide/dokumentide kogusuurus
       MaxSize=Maksimaalne suurus
       AttachANewFile=Manusta uus fail/dokument
       LinkedObject=Seostatud objekt
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Reg kood %s</b> on info, mis sõltub kolmanda isiku riigist.<br>Näiteks riigi <b>%s</b> puhul on see kood <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Sekkumine %s on kinnitatud.
       EMailTextInvoiceValidated=Arve %s on kinnitatud.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Pakkumine %s on kinnitatud.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Tellimus %s on kinnitatud.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Tellimuse %s kiitis %s heaks
       EMailTextOrderRefused=Tellimus %s on tagasi lükatud.
       EMailTextOrderRefusedBy=Tellimuse %s lükkas %s tagasi
       EMailTextExpeditionValidated=Saadetis %s on kinnitatud.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Andmekogu import
       DolibarrNotification=Automaatne teavitamine
       ResizeDesc=Sisesta uus laius <b>VÕI</b> uus kõrgus. Suuruse muutmise käigus säilitatakse kõrguse ja laiuse suhe...
      @@ -204,7 +212,7 @@ NewLength=Uus laius
       NewHeight=Uus kõrgus
       NewSizeAfterCropping=Uus suurus pärast lõikamist
       DefineNewAreaToPick=Määratle valitav uus ala pildil (vasak klõps pildil, siis lohista vastasnurka jõudmiseni)
      -CurrentInformationOnImage=See tööriist loodi selleks, et aidata sul pildi suurust muuta või pilti lõigata. Siin on info hetkel muudetava pildi kohta
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Pildiredkator
       YouReceiveMailBecauseOfNotification=Antud sõnum saadeti sulle sellepärast, et sinu e-posti aadress on lisatud teavitatavate nimekirja, keda teatatakse automaatselt %s tarkvaras toimuvatest %s organisatsiooni sündmustest.
       YouReceiveMailBecauseOfNotification2=Antud tegevus on järgmine:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Ekspordi ala
      diff --git a/htdocs/langs/et_EE/projects.lang b/htdocs/langs/et_EE/projects.lang
      index 6608c1fa194..1827ba74ab3 100644
      --- a/htdocs/langs/et_EE/projects.lang
      +++ b/htdocs/langs/et_EE/projects.lang
      @@ -33,14 +33,14 @@ 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=Kuva projekt
       ShowTask=Näita ülesannet
       SetProject=Määra projekt
       NoProject=Ühtki projekti pole määratletud või ei oma ühtki projekt
      -NbOfProjects=Projekte
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Aega kulutatud
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Antud projektiga seotud pakkumised
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Antud projektiga seotud lepingute nimekiri
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Antud projektiga seotud sekkumiste nimekiri
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Antud projektiga seotud tegevuste nimekiri
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Ülesanne %s on loodud
       TaskModifiedInDolibarr=Ülesannet %s on muudetud
       TaskDeletedInDolibarr=Ülesanne %s on kustutatud
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Toetaja
       SelectElement=Vali element
       AddElement=Seosta elemendiga
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planeeritav koormus
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Pakkumine
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/eu_ES/admin.lang b/htdocs/langs/eu_ES/admin.lang
      index 2a3e3059af1..ca1686c9df7 100644
      --- a/htdocs/langs/eu_ES/admin.lang
      +++ b/htdocs/langs/eu_ES/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Garapena
       VersionUnknown=Ezezaguna
       VersionRecommanded=Gomendatua
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Kudeatzailea sesioak gordetzeko
       SessionSavePath=Sesio biltegiaren kokapena
       PurgeSessions=Sesio garbiketa
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Konexio berriak blokeatu
      -ConfirmLockNewSessions=Ziur zaude, blokeatu nahi dituzula zure dolibarr-eko konexio berriak. Bakarrik <b>%s</b> erabiltzaileak, konexioa burutu ahal izango du honen ondorioz.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Konexioaren blokeoa kendu
       YourSession=Zure sesioa
      -Sessions=Erabiltzaileen sesioa
      +Sessions=Users sessions
       WebUserGroup=Web-zerbitzariaren erabiltzailea/taldea
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Kanpoko erabiltzailea
       InternalUsers=Barneko erabiltzaileak
       ExternalUsers=Kanpoko erabiltzaileak
       GUISetup=Itxura
      -SetupArea=Setup area
      +SetupArea=Konfigurazioa
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kodeak ezin du 0 balioa izan
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Ajax ezgaituta dagoenean ez dago erabilgarri
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Aurreikuspena ez dago eskuragarri
       ThemeCurrentlyActive=Aktibatuta dagoen gaia
       CurrentTimeZone=TimeZone PHP (zerbitzaria)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Taula
       Fields=Eremuak
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktibo
       SetupShort=Konfigurazioa
       OtherOptions=Beste aukerak
      -OtherSetup=Beste konfigurazioa
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Bereizle hamartarra
       CurrentValueSeparatorThousand=Milakoen bereizlea
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=%s parametroa
      -LocalisationDolibarrParameters=Lokalizazio parametroak
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Denbora (zerbitzaria)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Berez antzeman (nabigatzailean hizkuntza)
       FeatureDisabledInDemo=Demo-an ezgaitutako aukera
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Esteka
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Aukera
       DolibarrLicense=Lizentzia
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Neurri-unitatea
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS ataka (berez php.ini fitxategian adierazita: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS zerbitzaria (berez php.ini fitxategian adierazita: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID-a autentifikazio behar bada
      -MAIN_MAIL_SMTPS_PW=SMTP parahitza autentifikazioa behar bada
      -MAIN_MAIL_EMAIL_TLS= TLS (SSL) enkriptazioa erabili
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=SMS-ak bidaltzeko erabiliko den modua
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Moduluaren konfigurazioa
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=%s pausua
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr-en uneko bertsioa
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Gutxieneko luzeera
       LanguageFilesCachedIntoShmopSharedMemory=.lang fitxategiak memoria partekatuan kargatu dira
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Gaien kokapena
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Erantzuteko denbora-muga
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=%s objektuen erreferentzia sartu
       GetSecuredUrl=Kalkulatutako URL-a hartu
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Aukeren zerrenda
       ExtrafieldSelectList = Taulatik aukeratu
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Pasahitza
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Erabiltzaileak & Taldeak
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Komertziala
       Module2Desc=Kudeaketa komertziala
       Module10Name=Kontabilitatea
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposamenak
       Module20Desc=Proposamen komertzialak kudeatzea
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock-ak kudeatzea (produktuak)
       Module53Name=Zerbitzuak
       Module53Desc=Zerbitzuak kudeatzea
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barra-kodeak
       Module55Desc=Barra-kodeak kudeatzea
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Bidalketak
       Module80Desc=Bidalketa eta banaketa eskerak kudeatzea
      -Module85Name=Bankuak eta eskudirua
      +Module85Name=Banks and Cash
       Module85Desc=Banku edo eskudiru kontuak kudeatzea
      -Module100Name=Kanpoko tokia
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman eta SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP direktorioa sinkronizatzea
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integrazioa
       Module240Name=Daten esportazioa
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Daten inportazioa
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Kideak
       Module310Desc=Foundation members management
       Module320Name=RSS kanala
       Module320Desc=Add RSS feed inside Dolibarr screen pages
      -Module330Name=Laster-markak
      -Module330Desc=Laster-marken kudeaketa
      -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=Web-egutegia
       Module410Desc=Web-egutegiaren integrazioa
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Diru-emateak
       Module700Desc=Diru-emateak kudeatzea
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editorea
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Bezeroa
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marjinak
       Module59000Desc=Marjinak kudeatzeko modulua
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Bezeroen fakturak ikusi
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Produktuak ezabatu
       Permission36=See/manage hidden products
       Permission38=Produktuak esportatu
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=BEZ-a kudeatzea
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Izena
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Kide bakoitzarentzat Sarrera bat kudeatu
       AdherentMailRequired=Kide berria sortzeko e-posta beharrezkoa da
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP konfigurazioa
       LDAPGlobalParameters=Parametro orokorrak
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Izena
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/eu_ES/companies.lang b/htdocs/langs/eu_ES/companies.lang
      index b9501126d3a..c5f4853274a 100644
      --- a/htdocs/langs/eu_ES/companies.lang
      +++ b/htdocs/langs/eu_ES/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Erakundea
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Posizioa
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposamenak
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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=Hornitzailea
      +Supplier=Vendor
       AddContact=Kontaktua sortu
       AddContactAddress=Kontua/helbidea sortu
       EditContact=Kontaktua editatu
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/eu_ES/errors.lang b/htdocs/langs/eu_ES/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/eu_ES/errors.lang
      +++ b/htdocs/langs/eu_ES/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/eu_ES/interventions.lang b/htdocs/langs/eu_ES/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/eu_ES/interventions.lang
      +++ b/htdocs/langs/eu_ES/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/eu_ES/main.lang b/htdocs/langs/eu_ES/main.lang
      index 28dfdbd078c..967a801a0f9 100644
      --- a/htdocs/langs/eu_ES/main.lang
      +++ b/htdocs/langs/eu_ES/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Gaituta
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Berritu
       Close=Itxi
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Ezabatu
       Remove=Kendu
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Copy
       Paste=Paste
       Default=Default
       DefaultValue=Default value
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Prezioa
       PriceCurrency=Price (currency)
       UnitPrice=Unit price
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Besteak
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Irudia
       Photos=Irudiak
      @@ -530,18 +531,6 @@ September=Iraila
       October=Urria
       November=Azaroa
       December=Abendua
      -JanuaryMin=Urt
      -FebruaryMin=Ots
      -MarchMin=Mar
      -AprilMin=Api
      -MayMin=Mai
      -JuneMin=Eka
      -JulyMin=Uzt
      -AugustMin=Abu
      -SeptemberMin=Ira
      -OctoberMin=Urr
      -NovemberMin=Aza
      -DecemberMin=Abe
       Month01=Urtarrila
       Month02=Otsaila
       Month03=Martxoa
      @@ -646,6 +635,8 @@ SendMail=e-posta bidali
       EMail=E-mail
       NoEMail=No email
       Email=E-posta
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Informazioa
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Ordainketak balioztatu
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Sistemaren tresnak
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Egutegia
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Gertaerak
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Project
       Projects=Proiektuak
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Baimenak
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Kontratuak
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/eu_ES/other.lang b/htdocs/langs/eu_ES/other.lang
      index 9485b1c7709..2d45c813ffb 100644
      --- a/htdocs/langs/eu_ES/other.lang
      +++ b/htdocs/langs/eu_ES/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/eu_ES/projects.lang b/htdocs/langs/eu_ES/projects.lang
      index ea77b367d8b..ce5b98ccc70 100644
      --- a/htdocs/langs/eu_ES/projects.lang
      +++ b/htdocs/langs/eu_ES/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/fa_IR/admin.lang b/htdocs/langs/fa_IR/admin.lang
      index f5614dc4842..dc20b67d3e6 100644
      --- a/htdocs/langs/fa_IR/admin.lang
      +++ b/htdocs/langs/fa_IR/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=توسعه
       VersionUnknown=ناشناخته
       VersionRecommanded=توصیه شده
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=هندلر برای صرفه جویی در جلسات
       SessionSavePath=محلی سازی را وارد نمایید و ذخیره سازی
       PurgeSessions=پاکسازی جلسات
       ConfirmPurgeSessions=آيا واقعاً می‌خواهيد تمام جلسات پاک شود؟ در اين حالت اتصال همه کاربران قطع می شود (بجز خودتان)
      -NoSessionListWithThisHandler=کنترل جویی در هزینه را وارد نمایید پیکربندی در PHP شما اجازه نمی دهد که لیست تمام جلسات در حال اجرا.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=قفل کردن ارتباطات جدید
      -ConfirmLockNewSessions=آیا مطمئن هستید که می خواهید برای محدود کردن هر اتصال جدید Dolibarr به خودتان. تنها <b>کاربر٪ s را</b> قادر پس از آن برای اتصال خواهد بود.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=حذف قفل اتصال
       YourSession=نشست شما
      -Sessions=کاربران را وارد نمایید
      +Sessions=Users sessions
       WebUserGroup=کاربر وب سرور / گروه
      -NoSessionFound=PHP شما به نظر می رسد اجازه نمی دهد به لیست نمود. دایرکتوری استفاده می شود برای صرفه جویی در جلسات <b>(٪ ها)</b> ممکن است از آن محافظت شود (به عنوان مثال، با مجوز OS یا با PHP open_basedir باشد بخشنامه).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=پایگاه داده مجموعه کاراکتر برای ذخیره داده ها
       DBSortingCharset=مجموعه نویسه پایگاه داده به مرتب سازی داده ها
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=کاربر خارجی
       InternalUsers=کاربران داخلی
       ExternalUsers=کاربران خارجی
       GUISetup=نمایش
      -SetupArea=منطقه راه اندازی
      +SetupArea=برپایی
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=فرم برای تست آپلود فایل (با توجه به راه اندازی)
       IfModuleEnabled=توجه داشته باشید: بله موثر است تنها در صورتی که <b>بخش٪ s</b> فعال است
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=کد می تواند مقدار 0 را شامل نمی
       DisableJavascript=توابع غیر فعال کردن جاوا اسکریپت و آژاکس (توصیه شده برای فرد نابینا یا مرورگرهای متنی)
       UseSearchToSelectCompanyTooltip=همچنین اگر شما تعداد زیادی از اشخاص ثالث (> 100 000)، شما می توانید سرعت با تنظیم COMPANY_DONOTSEARCH_ANYWHERE ثابت به 1 در راه اندازی-> دیگر افزایش دهد. جست و جو خواهد شد و سپس محدود به شروع از رشته است.
       UseSearchToSelectContactTooltip=همچنین اگر شما تعداد زیادی از اشخاص ثالث (> 100 000)، شما می توانید سرعت با تنظیم CONTACT_DONOTSEARCH_ANYWHERE ثابت به 1 در راه اندازی-> دیگر افزایش دهد. جست و جو خواهد شد و سپس محدود به شروع از رشته است.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=اسمشو نبر از شخصیت های به ماشه جستجو:٪ s را
       NotAvailableWhenAjaxDisabled=در دسترس نیست زمانی که آژاکس غیر فعال است
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=پیش بازی در دسترس نیست
       ThemeCurrentlyActive=تم در حال حاضر فعال
       CurrentTimeZone=منطقه زمانی PHP (سرور)
       MySQLTimeZone=خروجی منطقه زمانی (پایگاه داده)
      -TZHasNoEffect=تاریخ های ذخیره شده و بازگردانده شده توسط سرور پایگاه داده به عنوان اگر آنها به عنوان رشته ارسال شده نگهداری شدند. منطقه زمانی اثر تنها زمانی که با استفاده از تابع UNIX_TIMESTAMP (که باید توسط Dolibarr استفاده نمی شود، بنابراین پایگاه داده TZ باید اثر ندارد حتی اگر پس از داده های وارد شده را تغییر داده اند،).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=فضا
       Table=جدول
       Fields=زمینه
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=فعال
       SetupShort=برپایی
       OtherOptions=گزینه های دیگر
      -OtherSetup=دیگر راه اندازی
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=جداکننده دهدهی
       CurrentValueSeparatorThousand=هزار جدا
       Destination=مقصد
       IdModule=ماژول ID
       IdPermissions=مجوز های ID
       LanguageBrowserParameter=پارامتر٪ بازدید کنندگان
      -LocalisationDolibarrParameters=پارامترهای محلی سازی
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=کارفرما منطقه زمان (کاربر)
       ClientHour=زمان مشتری (کاربر)
       OSTZ=سرور OS منطقه زمان
      @@ -126,8 +126,8 @@ PHPTZ=PHP سرور منطقه زمان
       DaylingSavingTime=نور روز صرفه جویی در زمان
       CurrentHour=PHP زمان (سرور)
       CurrentSessionTimeOut=فاصله را وارد نمایید کنونی
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=آشکارسازی خودکار (زبان مرورگر)
       FeatureDisabledInDemo=از ویژگی های غیر فعال در نسخه ی نمایشی
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=تنها عناصر از <a href="%s">ماژول های فعال</a> نمایش داده می شود.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=جدید
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore، محل رسمی بازار برای ماژول های خارجی Dolibarr ERP / CRM
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=پیوند
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=آیا بدون رمز عبور روشن ذخیره در
       MainDbPasswordFileConfEncrypted=رمز عبور پایگاه داده را در conf.php رمز شده (فعال توصیه می شود)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=حفاظت از فایل های پی دی اف ایجاد شده (فعال توصیه نمی شود، می شکند نسل پی دی اف توده)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=خصیصه
       DolibarrLicense=پروانه
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=برای کاربر و یا اسناد و مدارک توسعه (دکتر، پرسش و ...)، <br> نگاهی به Dolibarr ویکی: <br> <a href="%s" target="_blank"><b>از٪ s</b></a>
       ForAnswersSeeForum=برای هر گونه سوال / کمک های دیگر، شما می توانید انجمن Dolibarr استفاده کنید: <br> <a href="%s" target="_blank"><b>از٪ s</b></a>
      -HelpCenterDesc1=این منطقه می تواند به شما کمک کند برای دریافت خدمات پشتیبانی راهنما در Dolibarr.
      -HelpCenterDesc2=بخشی از این سرویس <b>تنها</b> در <b>انگلیسی</b> موجود است.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=منو کنترل کنونی
       MeasuringUnit=اندازه گیری واحد
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS بندر (به طور پیش فرض در فایل php.ini <b>اجرا:٪ بازدید کنندگان)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS میزبان (به طور پیش فرض در فایل php.ini <b>اجرا:٪ بازدید کنندگان)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS بندر (به PHP بر روی یونیکس تعریف نشده مانند سیستم)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS هاست (به PHP بر روی یونیکس تعریف نشده مانند سیستم)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= ارسال سیستماتیک مخفی کربن کپی از همه ایمیل های ارسال شده به
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=روش استفاده برای ارسال ایمیل
      -MAIN_MAIL_SMTPS_ID=SMTP ID اگر احراز هویت مورد نیاز
      -MAIN_MAIL_SMTPS_PW=SMTP رمز عبور در صورت احراز هویت مورد نیاز
      -MAIN_MAIL_EMAIL_TLS= استفاده از TLS (SSL) رمزگذاری
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=غیر فعال کردن همه sendings SMS (برای تست و یا دموی)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=روش استفاده برای ارسال SMS
      -MAIN_MAIL_SMS_FROM=شماره تلفن پیش فرض فرستنده برای ارسال SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=این قابلیت وجود ندارد در یونیکس مانند سیستم های. تست برنامه در Sendmail خود را به صورت محلی.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=ماژول راه اندازی
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=آیا در استفاده از تولید نیست
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=مرحله٪ s را
      -FindPackageFromWebSite=پیدا کردن یک بسته است که ویژگی فراهم می کند شما می خواهید (به عنوان مثال در وب سایت رسمی٪ بازدید کنندگان).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=نسخه فعلی Dolibarr
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= تاخیر برای ذخیره پاسخ صادرات در ثانیه (0 یا خالی بدون هیچ کش)
       DisableLinkToHelpCenter=مخفی کردن لینک <b>"آیا نیازمند کمک و یا حمایت"</b> در صفحه ورود
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=هیچ بسته بندی اتوماتیک وجود دارد، بنابراین اگر خط از صفحه در اسناد به دلیل بیش از حد طولانی، شما باید خودتان بازده حمل در ناحیه ی متن اضافه کنید.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=حداقل طول
       LanguageFilesCachedIntoShmopSharedMemory=فایل های. زبان بارگذاری شده در حافظه به اشتراک گذاشته شده
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=به عنوان مثال با راه اندازی فعلی در حال اجرا
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=فهرست دایرکتوری قالب مستندات باز
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=تعداد ODT / ODS فایل های قالب که در آن دایرکتوری
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=نمونه هایی از سینتکس: <br> c: \\ mydir <br> / صفحه اصلی / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> بدانید که چگونه برای ایجاد خود را از قالب سند ODT، قبل از ذخیره سازی آنها را در آن دایرکتوری ها، به عنوان خوانده شده اسناد ویکی:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=کلیدی برای استفاده از خدمات وب
       TestSubmitForm=فرم آزمون ورودی
       ThisForceAlsoTheme=با استفاده از این مدیر منو نیز تم خاص خود را از هر چه به انتخاب کاربر می باشد. همچنین این مدیریت منو های تخصصی برای گوشی های هوشمند می کند بر روی تمام گوشی های هوشمند کار می کند نیست. استفاده از مدیریت منو یکی دیگر از صورت بروز مشکل در شما باشد.
       ThemeDir=دایرکتوری پوسته
      -ConnectionTimeout=فاصله وابستگی
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=تایم پاسخ
       SmsTestMessage=پیام تست از __ PHONEFROM__ به __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=کلیدی برای ایمن سازی آدرس ها
      -NoSmsEngine=بدون SMS مدیر فرستنده در دسترس است. مدیر فرستنده SMS با توزیع به طور پیش فرض نصب نشده است (به این دلیل که یک تامین کننده خارجی بستگی دارد) اما شما می توانید برخی از٪ s را پیدا
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=شما می توانید هر یک از گزینه های جهانی مربوط به نسل PDF مجموعه
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=قوانین برای ایجاد جعبه آدرس
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=پنهان کردن محصولات توضیحات در تولید PDF
       HideRefOnPDF=پنهان کردن محصولات کد عکس. در تولید PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=پارامترهای به امن آدرس
       SecurityTokenIsUnique=استفاده از یک پارامتر securekey منحصر به فرد برای هر URL
       EnterRefToBuildUrl=مرجع را برای شی از٪ s
       GetSecuredUrl=دریافت URL محاسبه
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=قدیمی نرخ مالیات بر ارزش افزوده
       NewVATRates=نرخ مالیات بر ارزش افزوده جدید
       PriceBaseTypeToChange=تغییر در قیمت با ارزش پایه مرجع تعریف شده در
      @@ -408,13 +412,13 @@ ExtrafieldSelect = لیست انتخاب کنید
       ExtrafieldSelectList = انتخاب از جدول
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=رمز عبور
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=لینک پیش فرض
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=اخطار، این مقدار ممکن است با راه اندازی خاص کاربر رونویسی (هر کاربر می تواند آدرس clicktodial خود تنظیم)
       ExternalModule=ماژول های خارجی - نصب به شاخه٪ s
      -BarcodeInitForThirdparties=init انجام بارکد جمعی برای thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=init انجام بارکد جرم یا تنظیم مجدد برای محصولات یا خدمات
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=ارزش init انجام برای٪ بعدی پرونده خالی
       EraseAllCurrentBarCode=پاک کردن همه ارزش بارکد فعلی
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=همه مقادیر بارکد حذف شده اند
      -NoBarcodeNumberingTemplateDefined=بدون قالب بارکد شماره فعال به راه اندازی ماژول بارکد.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=رشته
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=کاربران و گروه های
      +Module0Name=کاربران و گروهها
       Module0Desc=Users / Employees and Groups management
      -Module1Name=احزاب سوم
      +Module1Name=Third Parties
       Module1Desc=شرکت ها و مدیریت تماس (مشتریان، چشم انداز ...)
       Module2Name=تجاری
       Module2Desc=مدیریت بازرگانی
       Module10Name=حسابداری
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=پیشنهادات
       Module20Desc=مدیریت طرح های تجاری
       Module22Name=توده E-نامههای پستی
      @@ -511,13 +517,13 @@ Module52Desc=مدیریت انبار (محصول)
       Module53Name=خدمات
       Module53Desc=مدیریت خدمات
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=بارکد
       Module55Desc=مدیریت بارکد
       Module56Name=تلفن
       Module56Desc=یکپارچه سازی تلفن
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=کلیک برای تماس
       Module58Desc=یکپارچه سازی سیستم ClickToDial (ستاره، ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=هزینه و سفر یادداشت ها
       Module75Desc=مدیریت هزینه و سفر یادداشت ها
       Module80Name=حمل و نقل
       Module80Desc=حمل و نقل و مدیریت سفارش تحویل
      -Module85Name=بانک ها و پول نقد
      +Module85Name=Banks and Cash
       Module85Desc=مدیریت بانک و یا پول نقد حساب
      -Module100Name=سایت خارجی
      -Module100Desc=این ماژول شامل وب سایت های خارجی و یا صفحه را به منوهای Dolibarr و مشاهده آن را به یک قاب Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=پستچی و SPIP
       Module105Desc=پستچی و یا رابط SPIP برای ماژول عضو
       Module200Name=LDAP
      -Module200Desc=هماهنگ سازی دایرکتوری LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=ادغام PostNuke
       Module240Name=صادرات داده ها
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=واردات داده ها
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=کاربران
       Module310Desc=مدیریت اعضای بنیاد
       Module320Name=خوراک RSS
       Module320Desc=اضافه کردن خوراک RSS در داخل صفحات صفحه نمایش Dolibarr
      -Module330Name=بوک مارک ها
      -Module330Desc=مدیریت بوک مارک ها
      -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
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=کمک های مالی
       Module700Desc=مدیریت کمک مالی
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=اخوندک
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=ویرایشگر WYSIWYG
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=قیمت های پویا.
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=شغل برنامه ریزی
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar در
      -Module2700Desc=استفاده از سرویس آنلاین Gravatar در (www.gravatar.com) برای نشان دادن عکس از کاربران / کاربران (که با ایمیل های خود را). نیاز به دسترسی به اینترنت
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP کارفرما
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP با Maxmind قابلیت تبدیل
       Module3100Name=اسکایپ
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=چند شرکت
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=خزانه
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=نقطه ای از فروش
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=نقطه ای از فروش
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=پی پال
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=حاشیه
       Module59000Desc=ماژول برای مدیریت حاشیه
       Module60000Name=کمیسیون ها
       Module60000Desc=ماژول برای مدیریت کمیسیون
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=منابع
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=خوانده شده فاکتورها مشتری
      @@ -651,9 +661,9 @@ Permission32=ایجاد / تغییر محصول
       Permission34=حذف محصول
       Permission36=مشاهده / مدیریت محصولات مخفی
       Permission38=محصولات صادراتی
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=حذف پروژه (پروژه مشترک و پروژه های I تماس با هستم)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=خوانده شده مداخله
       Permission62=ایجاد / تغییر مداخلات
      @@ -686,7 +696,7 @@ Permission109=حذف sendings
       Permission111=دفعات بازدید: حساب های مالی
       Permission112=ایجاد / تغییر / حذف و مقایسه معاملات
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=معاملات صادرات و اظهارات حساب کاربری
       Permission116=نقل و انتقالات بین حساب
       Permission117=مدیریت چک اعزام
      @@ -694,15 +704,15 @@ Permission121=خوانده شده اشخاص ثالث مرتبط به کاربر
       Permission122=ایجاد / تغییر اشخاص ثالث مرتبط به کاربر
       Permission125=حذف اشخاص ثالث مرتبط به کاربر
       Permission126=صادرات اشخاص ثالث
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=خوانده شده ارائه دهندگان
       Permission147=دفعات بازدید: آمار
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=نزدیک سفارشات کالا
       Permission188=لغو سفارشات کالا
       Permission192=ایجاد خطوط
       Permission193=لغو خطوط
      -Permission194=دفعات بازدید: خطوط پهنای باند
      +Permission194=Read the bandwidth lines
       Permission202=ایجاد اتصالات ADSL
       Permission203=سفارشات اتصالات منظور
       Permission204=اتصالات منظور
      @@ -750,12 +760,12 @@ Permission244=مشاهده محتویات دسته بندی های مخفی
       Permission251=خوانده شده کاربران و گروه های دیگر
       PermissionAdvanced251=خوانده شده کاربران دیگر
       Permission252=خوانده شده مجوز از کاربران دیگر
      -Permission253=ایجاد / تغییر دیگر کاربران، گروه ها و permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=ایجاد / تغییر کاربران خارجی / داخلی و مجوز
       Permission254=ایجاد / تغییر کاربران خارجی فقط
       Permission255=تغییر دیگر کاربران رمز عبور
       Permission256=حذف و یا کاربران دیگر را غیر فعال کنید
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=خوانده شده CA
       Permission272=خوانده شده فاکتورها
       Permission273=صورت حساب شماره
      @@ -765,7 +775,7 @@ Permission283=حذف اطلاعات تماس
       Permission286=تماس با صادرات
       Permission291=خوانده شده تعرفه ها
       Permission292=اجازه انتخاب در تعرفه ها
      -Permission293=تغییر مشتریان تعرفه ها
      +Permission293=Modify customers tariffs
       Permission300=دفعات بازدید: بارکد
       Permission301=ایجاد / تغییر کدهای نوار
       Permission302=حذف کدهای نوار
      @@ -787,11 +797,9 @@ Permission401=خوانده شده تخفیف
       Permission402=ایجاد / اصلاح تخفیف
       Permission403=اعتبار تخفیف
       Permission404=حذف تخفیف
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=حذف حقوق
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=حقوق صادرات
       Permission520=Read Loans
       Permission522=Create/modify loans
      @@ -844,8 +852,8 @@ Permission1251=اجرای واردات انبوه از داده های خارج
       Permission1321=فاکتورها صادرات به مشتریان، ویژگی ها و پرداخت ها
       Permission1322=Reopen a paid bill
       Permission1421=سفارشات صادرات مشتری و ویژگی های
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=سطح بالقوه چشم انداز
       DictionaryCanton=ایالت / استان
       DictionaryRegion=مناطق
      @@ -894,7 +902,7 @@ DictionaryVAT=نرخ مالیات بر ارزش افزوده و یا فروش ن
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=شرایط پرداخت
       DictionaryPaymentModes=حالت های پرداخت
      -DictionaryTypeContact=انواع تماس / آدرس
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=فرمت مقاله
      @@ -908,47 +916,47 @@ DictionarySource=منبع از پیشنهادات / سفارشات
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=مدل برای نمودار حساب
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=الگوهای ایمیل
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=واحد
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=راه اندازی نجات داد
       SetupNotSaved=Setup not saved
       BackToModuleList=بازگشت به لیست ماژول ها
      -BackToDictionaryList=برگشت به فهرست واژه نامه ها
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=مدیریت مالیات بر ارزش افزوده
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=به طور پیش فرض مالیات بر ارزش افزوده ارائه شده است 0 که می تواند برای موارد مانند ارتباط استفاده می شود، افراد عضو جدید می توانید شرکت های کوچک است.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=نرخ
       LocalTax1IsNotUsed=آیا مالیات دوم استفاده نکنید
      -LocalTax1IsUsedDesc=استفاده از نوع دوم از مالیات (به غیر از مالیات بر ارزش افزوده)
      -LocalTax1IsNotUsedDesc=آیا نوع دیگری از مالیات (به غیر از مالیات بر ارزش افزوده) استفاده کنید
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=نوع دوم از مالیات
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=آیا مالیات سوم استفاده کنید
      -LocalTax2IsUsedDesc=استفاده از یک نوع سوم از مالیات (به غیر از مالیات بر ارزش افزوده)
      -LocalTax2IsNotUsedDesc=آیا نوع دیگری از مالیات (به غیر از مالیات بر ارزش افزوده) استفاده کنید
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=نوع سوم از مالیات
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE مدیریت
      -LocalTax1IsUsedDescES= نرخ RE به طور پیش فرض هنگام ایجاد چشم انداز، فاکتورها، سفارشات و غیره پیروی از قانون استاندارد های فعال: <br> اگر ته خریدار است قرار نیست که دوباره، RE طور پیش فرض = 0. پایان حکومت. <br> اگر خریدار است در معرض RE سپس RE به طور پیش فرض. پایان حکومت. <br>
      -LocalTax1IsNotUsedDescES= به طور پیش فرض RE پیشنهادی 0. پایان حکومت است.
      -LocalTax1IsUsedExampleES= در اسپانیا آنها حرفه ای موضوع را به برخی از بخش های خاصی از IAE اسپانیایی می باشد.
      -LocalTax1IsNotUsedExampleES= در اسپانیا آنها حرفه ای و جوامع و موضوع را به بخش های خاصی از IAE اسپانیایی می باشد.
      -LocalTax2ManagementES= مدیریت IRPF
      -LocalTax2IsUsedDescES= نرخ RE به طور پیش فرض هنگام ایجاد چشم انداز، فاکتورها، سفارشات و غیره پیروی از قانون استاندارد های فعال: <br> اگر فروشنده به IRPF به طور پیش فرض = 0 قرار نیست، پس IRPF. پایان حکومت. <br> اگر فروشنده در معرض IRPF سپس IRPF به طور پیش فرض. پایان حکومت. <br>
      -LocalTax2IsNotUsedDescES= به طور پیش فرض IRPF پیشنهاد 0. پایان حکومت است.
      -LocalTax2IsUsedExampleES= در اسپانیا، مترجمان آزاد و مستقل حرفه ای که ارائه خدمات و شرکت های که انتخاب کرده اند نظام مالیاتی از ماژول های.
      -LocalTax2IsNotUsedExampleES= در اسپانیا آنها bussines به سیستم مالیاتی از ماژول های موضوع نیست.
      +LocalTax1ManagementES=RE مدیریت
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=به طور پیش فرض RE پیشنهادی 0. پایان حکومت است.
      +LocalTax1IsUsedExampleES=در اسپانیا آنها حرفه ای موضوع را به برخی از بخش های خاصی از IAE اسپانیایی می باشد.
      +LocalTax1IsNotUsedExampleES=در اسپانیا آنها حرفه ای و جوامع و موضوع را به بخش های خاصی از IAE اسپانیایی می باشد.
      +LocalTax2ManagementES=مدیریت IRPF
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=به طور پیش فرض IRPF پیشنهاد 0. پایان حکومت است.
      +LocalTax2IsUsedExampleES=در اسپانیا، مترجمان آزاد و مستقل حرفه ای که ارائه خدمات و شرکت های که انتخاب کرده اند نظام مالیاتی از ماژول های.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=فروش - خرید
       CalcLocaltax1Desc=گزارش مالیات های محلی با تفاوت بین localtaxes فروش و localtaxes خرید محاسبه
      @@ -958,7 +966,8 @@ CalcLocaltax3=فروش
       CalcLocaltax3Desc=گزارش مالیات های محلی هستند که مجموع localtaxes فروش
       LabelUsedByDefault=برچسب استفاده می شود به طور پیش فرض اگر هیچ ترجمه ای برای کد یافت
       LabelOnDocuments=برچسب در اسناد
      -NbOfDays=Nb در روز
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=در پایان ماه
       CurrentNext=Current/Next
       Offset=افست
      @@ -984,7 +993,7 @@ DatabaseUser=کاربر پایگاه داده
       DatabasePassword=رمز عبور پایگاه داده
       Tables=جداول
       TableName=نام جدول
      -NbOfRecord=Nb و سوابق
      +NbOfRecord=No. of records
       Host=سرور
       DriverType=نوع درایور
       SummarySystem=سیستم خلاصه اطلاعات
      @@ -996,7 +1005,7 @@ Skin=تم پوست
       DefaultSkin=پیش فرض پوست
       MaxSizeList=حداکثر طول برای لیست
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=پیام روز
       MessageLogin=ارسال صفحه ورود
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=فرم جستجو دائمی در منوی سمت چپ
       DefaultLanguage=زبان پیش فرض برای استفاده از (زبان)
       EnableMultilangInterface=فعال کردن رابط کاربری چند زبانه
       EnableShowLogo=نمایش لوگو را در منوی سمت چپ
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=نام
       CompanyAddress=نشانی
       CompanyZip=زیپ
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=صاحب حساب بانکی از٪ s
       BankModuleNotActive=ماژول حساب بانکی فعال نیست
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=تصویر، موسیقی
      -DelaysOfToleranceBeforeWarning=تاخیر تحمل قبل از هشدار دهنده
      -DelaysOfToleranceDesc=این صفحه نمایش به شما اجازه تعریف تاخیر قابل تحمل قبل از یک هشدار بر روی صفحه نمایش با picto٪ برای هر یک از عناصر در اواخر گزارش شده است.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=تحمل (در روز) تاخیر قبل از آماده باش در طرح به بستن
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=تحمل (در روز) تاخیر قبل از آماده باش در طرح های ثبت شده در صورتحساب ندارد
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=تاخیر تحمل (در روز) قبل از آماده باش در خدمات را به فعال
      -Delays_MAIN_DELAY_RUNNING_SERVICES=تاخیر تحمل (در روز) قبل از هشدار در مورد خدمات منقضی شده
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=تاخیر تحمل (در روز) قبل از آماده باش در فاکتورها منبع پرداخت نشده
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence تاخیر (در روز) قبل از آماده باش در صورت حساب مشتری پرداخت نشده
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=تاخیر تحمل (در روز) قبل از آماده باش در انتظار آشتی بانکی
      -Delays_MAIN_DELAY_MEMBERS=تاخیر تحمل (در روز) قبل از آماده باش در حق عضویت به تاخیر افتاد
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=تاخیر تحمل (در روز) قبل از آماده باش برای چک سپرده به انجام
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=دیگر نوشته های منو مدیریت پارامتر اختیاری دارد.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=رویدادهای ممیزی امنیت
       Audit=ممیزی
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=شما می توانید در اینجا قادر به ورود ب
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=اطلاعات سیستم اطلاعات فنی موارد دیگر شما در حالت فقط خواندنی و قابل مشاهده فقط برای مدیران دریافت می باشد.
       SystemAreaForAdminOnly=این منطقه در دسترس است فقط برای کاربران مدیر سیستم باشد. هیچ یک از مجوز Dolibarr می تواند از این حد کاهش دهد.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=شما می توانید هر پارامتر مربوط به نگاه Dolibarr را انتخاب کنید و احساس می کنید در اینجا
       AvailableModules=Available app/modules
       ToActivateModule=برای فعال کردن ماژول ها، رفتن در منطقه راه اندازی (صفحه اصلی> راه اندازی-> ماژول).
       SessionTimeOut=وقت برای جلسه
      -SessionExplanation=این تضمین تعدادی است که در جلسه پیش از این هرگز این تاخیر منقضی خواهد شد، اگر پاک کن جلسه توسط داخلی PHP پاک کن را وارد نمایید (و هیچ چیز دیگری) انجام می شود. داخلی پاک کننده را وارد نمایید PHP می کند گارانتی نیست که جلسه درست بعد از این تاخیر به پایان می رسد. این منقضی خواهد شد، پس از این تاخیر، و هنگامی که پاک کن را وارد نمایید به این صورت اجرا می شود، بنابراین هر <b>از٪ s /٪ دسترسی</b> است، اما تنها در دسترسی ساخته شده توسط جلسات دیگر. <br> توجه: در برخی از سرویس دهنده با یک مکانیزم خارجی تمیز کردن را وارد نمایید (cron را تحت اوبونتو ...)، جلسات می تواند پس از یک دوره تعریف شده توسط <strong>session.gc_maxlifetime</strong> به طور پیش فرض از بین برده، بدون توجه به آنچه ارزش در اینجا وارد شده است.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=محرک های موجود
      -TriggersDesc=باعث فایل است که رفتار جریان کار Dolibarr یک بار به <b>htdocs</b> دایرکتوری <b>/ هسته / محرک های</b> کپی شده تغییر می باشد. آنها اقدامات جدید، فعال در حوادث Dolibarr (خلق جدید شرکت، اعتبار صورتحساب، ...) متوجه شدم.
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=راه اندازی در این فایل ها <b>توسط-NORUN</b> پسوند در نام آنها غیر فعال است.
       TriggerDisabledAsModuleDisabled=راه اندازی در این فایل ها غیر فعال هستند به عنوان <b>بخش٪ s</b> غیر فعال است.
       TriggerAlwaysActive=راه اندازی در این فایل همیشه فعال، هر آنچه که می ماژول های Dolibarr فعال می شود.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=محدوده / راه اندازی دقیق
      -LimitsDesc=شما می توانید محدودیت، دقت و بهینه سازی استفاده شده توسط Dolibarr در اینجا تعریف
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=حداکثر اعشار برای قیمت واحد
       MAIN_MAX_DECIMALS_TOT=حداکثر اعشار برای کل قیمت
       MAIN_MAX_DECIMALS_SHOWN=حداکثر اعشار برای قیمت نشان داده شده بر روی صفحه نمایش (اضافه کردن <b>...</b> بعد از این شماره اگر شما می خواهید برای دیدن <b>...</b> وقتی که تعداد ناقص است که بر روی صفحه نمایش نشان داده شده است)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=قیمت واحد خالص محصول
       TotalPriceAfterRounding=قیمت کل (خالص مالیاتی / مالیات بر ارزش افزوده / نرم) پس از گرد کردن
       ParameterActiveForNextInputOnly=پارامتر برای ورودی بعدی موثر تنها
       NoEventOrNoAuditSetup=هیچ رویداد امنیتی ثبت نشده است. این می تواند طبیعی اگر ممیزی شده است در "راه اندازی - امنیتی - حسابرسی" فعال نیست صفحه.
      -NoEventFoundWithCriteria=هیچ رویداد امنیتی شده است برای چنین معیارهای جستجو در بر داشت.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=مشاهده راه اندازی از sendmail محلی خود
       BackupDesc=برای ایجاد یک پشتیبان کامل از Dolibarr، شما باید:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=دایرکتوری آرشیو شده باید در یک مکان امن ذخیره می شود.
       BackupDescY=فایل روگرفت تولید باید در یک مکان امن ذخیره می شود.
      -BackupPHPWarning=پشتیبان گیری می توانید با این روش نمی توان guaranted. ترجیح می دهند قبل
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=برای بازگرداندن یک نسخه پشتیبان تهیه Dolibarr، شما باید:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=واردات خروجی زیر
       ForcedToByAModule= این قانون توسط یک ماژول فعال <b>به٪ s</b> اجباری
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=شما باید این دستو
       YourPHPDoesNotHaveSSLSupport=توابع SSL در PHP شما موجود نیست
       DownloadMoreSkins=پوسته های بیشتر برای دانلود
       SimpleNumRefModelDesc=بازگرداندن شماره مرجع با فرمت٪ syymm-NNNN که در آن YY سال است، میلی متر در ماه است و NNNN دنباله بدون سوراخ و بدون تنظیم مجدد است
      -ShowProfIdInAddress=نمایش شناسه professionnal با آدرس در اسناد
      -ShowVATIntaInAddress=مخفی کردن مالیات بر ارزش افزوده تعداد داخل با آدرس در اسناد
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=ترجمه جزئی
      -MAIN_DISABLE_METEO=غیر فعال کردن دیدگاه هواشناسی
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=ورود به سیستم تست به API
      -ProxyDesc=برخی از ویژگی های Dolibarr نیاز به دسترسی به اینترنت به کار می کنند. تعریف در اینجا پارامتر ها را برای این. اگر سرور Dolibarr است در پشت یک پروکسی سرور، این پارامترها Dolibarr می گوید که چگونه برای دسترسی به اینترنت از طریق آن.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=دسترسی خارجی
       MAIN_PROXY_USE=استفاده از یک پروکسی سرور (دسترسی در غیر این صورت مستقیم به اینترنت)
       MAIN_PROXY_HOST=نام / آدرس پروکسی سرور
       MAIN_PROXY_PORT=بندر از پروکسی سرور
       MAIN_PROXY_USER=ورود به استفاده از پروکسی سرور
       MAIN_PROXY_PASS=رمز عبور به استفاده از پروکسی سرور
      -DefineHereComplementaryAttributes=تعریف در اینجا تمام صفات، در حال حاضر به طور پیش فرض در دسترس نیست، و این که شما می خواهید برای٪ s پشتیبانی می شود.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=ویژگی های مکمل
       ExtraFieldsLines=ویژگی های مکمل (خط)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
       ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
       ExtraFieldsThirdParties=ویژگی های مکمل (thirdparty)
      -ExtraFieldsContacts=ویژگی های مکمل (تماس / آدرس)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=ویژگی های مکمل (عضو)
       ExtraFieldsMemberType=ویژگی های مکمل (نوع عضو)
       ExtraFieldsCustomerInvoices=ویژگی های مکمل (فاکتورها)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=فقط alphanumericals و شخصیت های ح
       SendmailOptionNotComplete=اخطار، در برخی از سیستم های لینوکس، برای ارسال ایمیل از ایمیل شما، از sendmail باید راه اندازی حکم اعدام گزینه-BA (mail.force_extra_parameters پارامتر به یک فایل php.ini خود را). اگر برخی از دریافت کنندگان هرگز ایمیل های دریافت، سعی کنید به ویرایش این پارامتر PHP با mail.force_extra_parameters =-BA).
       PathToDocuments=مسیر اسناد
       PathDirectory=دایرکتوری
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=شما باید حداقل قادر می سازد 1 ماژول
      -ClassNotFoundIntoPathWarning=کلاس٪ s ​​را به مسیر PHP یافت نشد
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=بله در فصل تابستان
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=ذخیره سازی جلسه رمز شده توسط Suhosin
       ConditionIsCurrently=وضعیت در حال حاضر از٪ s
      -YouUseBestDriver=شما با استفاده از راننده٪ است که بهترین راننده های موجود در حال حاضر.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=شما فقط٪ محصولات / خدمات را به پایگاه داده باشد. این به این مورد نیاز هر بهینه سازی خاص است.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=بهینه سازی جستجو
      -YouHaveXProductUseSearchOptim=شما محصول٪ s را به پایگاه داده باشد. شما باید PRODUCT_DONOTSEARCH_ANYWHERE ثابت تا 1 را به خانه، راه اندازی، دیگر اضافه کنید، شما جستجو را محدود به ابتدای رشته های ساخت ممکن است برای پایگاه داده برای استفاده از شاخص و شما باید پاسخ فوری دریافت کنید.
      -BrowserIsOK=شما با استفاده از مرورگر وب از٪ s. این مرورگر خوب برای امنیت و عملکرد است.
      -BrowserIsKO=شما با استفاده از مرورگر وب از٪ s. این مرورگر شناخته شده است به یک انتخاب بد برای امنیت، عملکرد و قابلیت اطمینان. ما recommand شما را به استفاده از فایرفاکس، کروم، اپرا و یا سافاری.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug بارگذاری شده است.
       XCacheInstalled=XCache بارگذاری شده است.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=نسخه فیلد٪ s
       FillThisOnlyIfRequired=به عنوان مثال: +2 (را پر کنید فقط اگر منطقه زمانی جبران مشکلات با تجربه هستند)
       GetBarCode=دریافت بارکد
       ##### Module password generation
       PasswordGenerationStandard=بازگشت یک کلمه عبور تولید شده با توجه به الگوریتم Dolibarr داخلی: 8 کاراکتر شامل اعداد مشترک و شخصیت در حروف کوچک.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=ایمیل مورد نیاز برای ایجاد یک کارب
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=راه اندازی ماژول شرکت
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=اسناد قالب
      -DocumentModelOdt=تولید اسناد از OpenDocuments قالب (. ODT و یا فایل های ODS برای آفیس اپن سورس کنند، KOffice، TextEdit، ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=تعیین میزان مد آب در پیش نویس سند
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=قوانین در حرفه شناسه
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=لینک صادرات به <b>فرمت٪ s</b> در لینک زیر موجود است:٪ s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=لینک صادرات به <b>فرمت٪ s</b> در لی
       BillsSetup=راه اندازی ماژول فاکتورها
       BillsNumberingModule=فاکتورها و یادداشت های اعتباری مدل شماره
       BillsPDFModules=اسناد فاکتور مدل
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=توجه داشته باشید اعتباری
       CreditNotes=یادداشت های اعتباری
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= مدیریت ورود برای هر عضو
       AdherentMailRequired=ایمیل مورد نیاز برای ایجاد یک عضو جدید
       MemberSendInformationByMailByDefault=جعبه برای ارسال از تایید پست الکترونیکی به کاربران (اعتبار سنجی و یا اشتراک جدید) است به صورت پیش فرض
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP راه اندازی
       LDAPGlobalParameters=پارامترهای جهانی
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= تست یک جستجوی LDAP
       LDAPSynchroOK=آزمون موفقیت آمیز هماهنگ سازی
       LDAPSynchroKO=آزمون هماهنگ سازی ناموفق
      -LDAPSynchroKOMayBePermissions=آزمون هماهنگ سازی شکست خورده است. بررسی کنید که اتصال به سرور به درستی پیکربندی شده و اجازه می دهد تا udpates LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP اتصال به سرور LDAP موفق (سرور =٪ S، بندر =٪ بازدید کنندگان)
       LDAPTCPConnectKO=TCP اتصال به سرور LDAP شکست خورده (سرور =٪ S، بندر =٪ بازدید کنندگان)
      -LDAPBindOK=به سرور LDAP اتصال / Authentificate موفق (سرور =٪ S، بندر =٪ S، مدیر =٪ ثانیه، رمز عبور =٪ بازدید کنندگان)
      -LDAPBindKO=به سرور LDAP اتصال / Authentificate شکست خورده (سرور =٪ S، بندر =٪ S، مدیر =٪ ثانیه، رمز عبور =٪ بازدید کنندگان)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=سرور LDAP پیکربندی از نسخه 3
       LDAPSetupForVersion2=سرور LDAP پیکربندی شده برای نسخه 2
       LDAPDolibarrMapping=نقشه برداری Dolibarr
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=ورود (سامبا، با Active Directory)
       LDAPFieldLoginSambaExample=به عنوان مثال: samaccountname
       LDAPFieldFullname=نام و نام خانوادگی
       LDAPFieldFullnameExample=به عنوان مثال: را انتخاب نمایید:
      -LDAPFieldPasswordNotCrypted=رمز عبور crypted نمی
      -LDAPFieldPasswordCrypted=رمز عبور crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=به عنوان مثال: userPassword
       LDAPFieldCommonNameExample=به عنوان مثال: را انتخاب نمایید:
       LDAPFieldName=نام
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=ارزش به عنوان مثال برای <b>OpenLDAP</b> با زیر طرحواره لود طراحی: <b>core.schema، cosine.schema، inetorgperson.schema).</b> اگر شما استفاده از thoose ارزش ها و OpenLDAP، تغییر پیکربندی LDAP فایل <b>slapd.conf</b> خود را به تمام طرحواره thoose لود می شود.
       ForANonAnonymousAccess=برای دسترسی تصدیق (برای دسترسی به عنوان مثال)
       PerfDolibarr=گزارش راه اندازی عملکرد / بهینه سازی
      -YouMayFindPerfAdviceHere=شما در این صفحه برخی از چک و یا توصیه های مربوط به عملکرد پیدا کنید.
      -NotInstalled=نصب نشده است، به طوری که سرور شما توسط این نمی کند.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=کش کاربردی
       MemcachedNotAvailable=بدون کش عملی در بر داشت. شما می توانید عملکرد با نصب کش Memcached سرور و ماژول قادر به استفاده از این کش سرور را بالا ببرد. <br> اطلاعات بیشتر در اینجا <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a> . <br> توجه داشته باشید که بسیاری از ارائه دهنده خدمات میزبانی وب چنین کش سرور ارائه نمی دهد.
       MemcachedModuleAvailableButNotSetup=ماژول memcached برای ذخیره سازی عملی در بر داشت اما راه اندازی ماژول کامل نیست.
       MemcachedAvailableAndSetup=memcached ماژول اختصاص داده شده به استفاده از سرور memcached را فعال کنید.
       OPCodeCache=کش شناسنده
      -NoOPCodeCacheFound=بدون کش شناسنده یافت. ممکن است شما با استفاده از یکی دیگر از کش شناسنده از XCache یا eAccelerator (خوب)، ممکن است شما کش شناسنده (خیلی بد) ندارد.
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=کش HTTP برای منابع استاتیک (css، img، جاوا اسکریپت)
       FilesOfTypeCached=فایل های از نوع٪ s را با HTTP سرور ذخیره سازی
       FilesOfTypeNotCached=فایل های از نوع٪ s را با HTTP سرور کش نشده
       FilesOfTypeCompressed=فایل های از نوع٪ s را با HTTP سرور فشرده
       FilesOfTypeNotCompressed=فایل های از نوع٪ s را با HTTP سرور فشرده نیست
       CacheByServer=کش سرور
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=کش شده توسط مرورگر
       CompressionOfResources=فشرده سازی از پاسخهای HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=راه اندازی ماژول محصولات
       ServiceSetup=راه اندازی خدمات ماژول
       ProductServiceSetup=راه اندازی محصولات و خدمات ماژول ها
       NumberOfProductShowInSelect=تعداد حداکثر از محصولات در combos را از لیست انتخاب کنید (0 = بدون محدودیت)
      -ViewProductDescInFormAbility=تجسم از توصیف محصول در اشکال (در غیر این صورت به عنوان دوست پنجره)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=همچنین اگر شما تعداد زیادی از محصول (> 100 000)، شما می توانید سرعت با تنظیم PRODUCT_DONOTSEARCH_ANYWHERE ثابت به 1 در راه اندازی-> دیگر افزایش دهد. جست و جو خواهد شد و سپس محدود به شروع از رشته است.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=فرض نوع بارکد استفاده برای محصولات
       SetDefaultBarcodeTypeThirdParties=فرض نوع بارکد استفاده برای اشخاص ثالث
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=در حال ارسال راه اندازی ماژول
       SendingsReceiptModel=ارسال مدل رسید
       SendingsNumberingModules=Sendings تعداد ماژول ها
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=محصولات تحویل رسید ماژول شماره
      @@ -1515,18 +1528,18 @@ AdvancedEditor=ویرایشگر پیشرفته
       ActivateFCKeditor=فعال کردن ویرایشگر پیشرفته برای:
       FCKeditorForCompany=ایجاد WYSIWIG / نسخه عناصر توضیحات و توجه داشته باشید (به جز محصولات / خدمات)
       FCKeditorForProduct=ایجاد WYSIWIG / نسخه از محصولات / خدمات شرح و توجه داشته باشید
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= ایجاد WYSIWIG / نسخه برای eMailings جرم (ابزار> ایمیل)
       FCKeditorForUserSignature=ایجاد WYSIWIG / نسخه از امضای کاربر
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=اتصال موفق پایگاه داده اما به نظر نمی آید که یک پایگاه داده آهنگ تولد (٪ بازدید کنندگان کلیدی در جدول٪ s را یافت نشد).
      -OSCommerceTestOk=اتصال به سرور '٪ s' را در پایگاه داده '٪ s' را با کاربر '٪ s' موفق.
      -OSCommerceTestKo1=اتصال به کارگزار «٪ s 'موفق اما پایگاه داده'٪ s 'را نمی تواند رسید.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=اتصال به سرور '٪ s' را در پایگاه داده '٪ s' را با کاربر '٪ s' موفقیت آمیز.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=اتصال به کارگزار «٪ s 'با کاربر'٪ s 'شکست خورده است.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=منوی حذف
       Menus=منوها
      @@ -1548,7 +1561,7 @@ DetailRight=وضعیت برای نمایش منوها خاکستری غیر مج
       DetailLangs=نام فایل زبان برای ترجمه کد برچسب
       DetailUser=کارورز / خارج / همه
       Target=هدف
      -DetailTarget=هدف در پیوندهای (_blank بالا باز کردن یک پنجره جدید)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=سطح (-1: منوی بالای صفحه، 0: منو هدر،> 0 منو و زیر منو)
       ModifMenu=تغییر منو
       DeleteMenu=حذف ورود به منو
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=مالیات بر ارزش افزوده است به دلی
       OptionVatDebitOptionDesc=مالیات بر ارزش افزوده است به دلیل: <br> - تحویل کالا (ما استفاده از تاریخ فاکتور) <br> - در فاکتور (بدهی) برای خدمات
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=زمان exigibility مالیات بر ارزش افزوده به طور پیش فرض با توجه به گزینه انتخاب شده:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=در هنگام تحویل
       OnPayment=در پرداخت
       OnInvoice=در هنگام قبض
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=خرید حساب. رمز
       AgendaSetup=رویدادها و برنامه راه اندازی ماژول
       PasswordTogetVCalExport=کلیدی به اجازه لینک صادرات
       PastDelayVCalExport=آیا رویداد صادرات و نه بزرگتر از
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=تنظیم به صورت خودکار این نوع از رویداد را به فیلتر جستجو از نظر دستور کار
      -AGENDA_DEFAULT_FILTER_STATUS=تنظیم به صورت خودکار این وضعیت رویدادی به فیلتر جستجو از نظر دستور کار
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=کدام زبانه می خواهید برای باز کردن به طور پیش فرض هنگام انتخاب دستور کار منو
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=کلیک کنید تا شماره گیری راه اندازی ماژول
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=نقطه ای از فروش
       CashDeskSetup=نقطه ای از راه اندازی ماژول فروش
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=پیش فرض حساب استفاده برای دریافت پرداخت های نقدی
       CashDeskBankAccountForCheque= پیش فرض حساب استفاده برای دریافت پرداخت توسط چک
       CashDeskBankAccountForCB= پیش فرض حساب استفاده برای دریافت پرداخت توسط کارت های اعتباری
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=راه اندازی ماژول چوب الف
      -BookmarkDesc=این ماژول به شما اجازه مدیریت بوک مارک ها. شما همچنین می توانید کلید های میانبر برای هر صفحه Dolibarr و یا وب سایت های externale در منوی سمت چپ خود را اضافه کنید.
      +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.
       NbOfBoomarkToShow=بیشترین تعداد بوک مارک های به نمایش در منو سمت چپ
       ##### WebServices #####
       WebServicesSetup=راه اندازی ماژول Webservices
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=چند شرکت نصب ماژول
       ##### Suppliers #####
       SuppliersSetup=تامین کننده راه اندازی ماژول
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=فاکتورها تامین کننده شماره مدل
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=راه اندازی ماژول پروژه
       ProjectsModelModule=گزارش پروژه مدل سند
       TasksNumberingModules=ماژول وظایف شماره
       TaskModelModule=گزارش کارهای سند مدل
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=ثابت منطقه زمانی
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/fa_IR/companies.lang b/htdocs/langs/fa_IR/companies.lang
      index e5c540124da..abcf66f09fd 100644
      --- a/htdocs/langs/fa_IR/companies.lang
      +++ b/htdocs/langs/fa_IR/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=انتخاب شخص ثالث
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=حذف یک تماس / آدرس
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=شخص ثالث جدید
      -MenuNewCustomer=مشتری جدید
      -MenuNewProspect=چشم انداز جدید
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=فردی خصوصی جدید
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=شخص ثالث تماس با ما / آدرس
       Company=شرکت
       CompanyName=نام شرکت
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=شرکت
      -CountryIsInEEC=کشور است در داخل جامعه اقتصادی اروپا
      -ThirdPartyName=نام و نام خانوادگی شخص ثالث
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=شخص ثالث
      -ThirdParties=احزاب سوم
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=چشم انداز
       ThirdPartyProspectsStats=چشم انداز
       ThirdPartyCustomers=مشتریان
       ThirdPartyCustomersStats=مشتریان
       ThirdPartyCustomersWithIdProf12=مشتریان با٪ s یا٪ s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=نوع شخص ثالث
      +ThirdPartyType=Type of company
       Individual=فردی خصوصی
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=شرکت مادر
       Subsidiaries=شرکتهای تابعه
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=کد پستی
       Town=شهرستان
       Web=وب سایت
       Poste= درجه
      -DefaultLang=زبان پیش فرض
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=پیشنهادات
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=نحو معتبر است
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=این مشتری است تخفیف به طور پی
       CompanyHasNoRelativeDiscount=این مشتری ندارد تخفیف نسبی به طور پیش فرض
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=این مشتری هنوز یادداشت های اعتباری <b>برای٪ s٪</b> s را
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=هیچ یک
      -Supplier=تامین کننده
      +Supplier=Vendor
       AddContact=Create contact
       AddContactAddress=Create contact/address
       EditContact=ویرایش مخاطب
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=حذف یک شرکت
       PersonalInformations=اطلاعات شخصی
       AccountancyCode=حساب حسابداری
      -CustomerCode=کد مشتری
      -SupplierCode=Vendor code
      -CustomerCodeShort=کد مشتری
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=کد مشتری، منحصر به فرد برای همه مشتریان
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=در صورتیکه شخص ثالث یک مشتری و یا چشم انداز است
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=اعتبار کنترل های ماژول
      -ThisIsModuleRules=این قوانین برای این ماژول است
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=چشم انداز تماس
       CompanyDeleted=شرکت "٪ s" را حذف از پایگاه داده.
       ListOfContacts=لیست مخاطبین / آدرس
       ListOfContactsAddresses=لیست مخاطبین / آدرس
      -ListOfThirdParties=فهرست اشخاص ثالث
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=نمایش تماس
       ContactsAllShort=همه (بدون فیلتر)
       ContactType=تماس با نوع
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=این تماس یک تماس برای هر پیشنها
       NoContactForAnyContract=این تماس یک تماس برای هر قرارداد
       NoContactForAnyInvoice=این تماس یک تماس برای هر فاکتور نمی
       NewContact=تماس جدید
      -NewContactAddress=تماس جدید / آدرس
      +NewContactAddress=New Contact/Address
       MyContacts=مخاطبین من
       Capital=سرمایه
       CapitalOf=سرمایه از٪ s
       EditCompany=ویرایش شرکت
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=تصفیه
      -VATIntraCheckDesc=لینک <b>از٪ s</b> اجازه می دهد تا به درخواست سرویس جستجوگر مالیات بر ارزش افزوده اروپا. دسترسی به اینترنت خارجی را از سرور مورد نیاز است برای این سرویس به کار می کنند.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=ورود به Intracomunnautary مالیات بر ارزش افزوده در سایت کمیسیون اروپا
      -VATIntraManualCheck=شما همچنین می توانید به صورت دستی از اروپا وب سایت بررسی <a href="%s" target="_blank">از٪ s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=ورود امکان پذیر نیست. خدمات تصفیه توسط دولت عضو (٪ بازدید کنندگان) ارائه نشده است.
      -NorProspectNorCustomer=و نه چشم انداز، و نه مشتری
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=کارکنان
       ProspectLevelShort=پتانسیل
       ProspectLevel=بالقوه چشم انداز
      @@ -387,12 +387,12 @@ ExportCardToFormat=کارت صادرات به فرمت
       ContactNotLinkedToCompany=تماس با به هر شخص ثالث مرتبط نیست
       DolibarrLogin=ورود Dolibarr
       NoDolibarrAccess=بدون دسترسی Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=اطلاعات تماس و خواص
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=سطح قیمت
       DeliveryAddress=آدرس تحویل
       AddAddress=اضافه کردن آدرس
      @@ -402,16 +402,16 @@ DeleteFile=حذف فایل
       ConfirmDeleteFile=آیا مطمئن هستید که می خواهید این فایل را حذف کنید؟
       AllocateCommercial=Assigned to sales representative
       Organization=سازمان
      -FiscalYearInformation=اطلاعات در سال مالی
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=شروع ماه از سال مالی
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=فهرست چشم انداز
      -ListCustomersShort=فهرست مشتریان
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=مجموع اشخاص ثالث منحصر به فرد
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=باز
       ActivityCeased=بسته
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=لایحه برجسته کنونی
       OutstandingBill=حداکثر. برای لایحه برجسته
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=کد آزاد است. این کد را می توان در هر زمان تغییر یافتهاست.
       ManagingDirectors=مدیر (بازدید کنندگان) نام (مدیر عامل شرکت، مدیر، رئيس جمهور ...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/fa_IR/errors.lang b/htdocs/langs/fa_IR/errors.lang
      index 89754d79012..a17be7c6b37 100644
      --- a/htdocs/langs/fa_IR/errors.lang
      +++ b/htdocs/langs/fa_IR/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=مقدار «٪ s 'است قالب تاریخ اشتباه
       ErrorWrongDate=تاریخ صحیح نمی باشد!
       ErrorFailedToWriteInDir=برای نوشتن در پوشه٪ s شکست خورد
       ErrorFoundBadEmailInFile=یافت نحو ایمیل نادرست برای٪ s خط در فایل (به عنوان مثال خط٪ با ایمیل =٪ بازدید کنندگان)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=برخی از زمینه های مورد نیاز است نه شد.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=برای ایجاد یک دایرکتوری شکست خورده است. بررسی کنید که کاربر وب سرور دارای مجوز به ارسال به Dolibarr دایرکتوری اسناد. اگر <b>safe_mode</b> پارامتر در این PHP را فعال کنید، بررسی کنید که فایل های پی اچ پی Dolibarr صاحب به کاربر وب سرور (یا گروه).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=لطفا ارزش برای انتخاب لیست را
       ErrorNoValueForCheckBoxType=لطفا ارزش برای استخراج را پر کنید
       ErrorNoValueForRadioType=لطفا ارزش برای فهرست های رادیویی را پر کنید
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>٪</b> درست <b>ها</b> باید شامل کاراکترهای خاص نیست.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=بدون ماژول حسابداری فعال
       ErrorExportDuplicateProfil=این نام مشخصات در حال حاضر برای این مجموعه صادرات وجود دارد.
       ErrorLDAPSetupNotComplete=تطبیق Dolibarr-LDAP کامل نیست.
       ErrorLDAPMakeManualTest=فایل LDIF. شده است در شاخه٪ s تولید می شود. سعی کنید به آن بار دستی از خط فرمان به کسب اطلاعات بیشتر در مورد خطا است.
      -ErrorCantSaveADoneUserWithZeroPercentage=آیا می توانم اقدام با "statut آغاز شده است" اگر درست "انجام شده توسط" نیز پر را نجات دهد.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=کد عکس مورد استفاده برای ایجاد وجود دارد.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=می توانید ضبط را حذف کنید. این است که در حال حاضر به شی دیگر استفاده می شود و یا گنجانده شده است.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=جاوا اسکریپت نمی باید غیر فعال شود که این ویژگی کار. برای فعال کردن / غیر فعال کردن جاوا اسکریپت، رفتن به منو صفحه اصلی> راه اندازی> نمایش.
       ErrorPasswordsMustMatch=هر دو کلمه عبور تایپ شده باید با یکدیگر مطابقت
      -ErrorContactEMail=یک خطای فنی رخ داد. لطفا، با مدیر سایت تماس به زیر ایمیل <b>از٪ s</b> EN ارائه کد <b>خطا٪ s</b> در پیام خود، و یا حتی بهتر با اضافه کردن یک کپی روی صفحه نمایش از این صفحه.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=ارزش اشتباه برای تعداد <b>فیلد٪ s</b> (مقدار <b>«٪ s» به</b> عبارت منظم حکومت <b>از٪ s</b> مطابقت ندارد)
       ErrorFieldValueNotIn=ارزش اشتباه برای تعداد <b>فیلد٪ s</b> (مقدار <b>«٪ s»</b> است مقدار موجود در <b>فیلد٪ s را</b> از <b>جدول٪ نیست)</b>
       ErrorFieldRefNotIn=ارزش اشتباه برای تعداد <b>فیلد٪ s</b> (مقدار <b>«٪ s»</b> است <b>از٪ s</b> کد عکس موجود نیست)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=برنامه آنتی ویروس قادر به ا
       ErrorSpecialCharNotAllowedForField=شخصیت های ویژه برای رشته "٪ s" مجاز نیست
       ErrorNumRefModel=مرجع به پایگاه داده وجود دارد (٪ s) و سازگار با این قانون شماره نیست. حذف رکورد و یا مرجع تغییر نام داد و به این ماژول را فعال کنید.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=خطا در ماسک
       ErrorBadMaskFailedToLocatePosOfSequence=خطا، ماسک بدون شماره ترتیب
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=خطا، مقدار تنظیم مجدد بد
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=خطا. حداقل یک ورودی را انتخاب کنید.
      -ErrorDeleteNotPossibleLineIsConsolidated=حذف ممکن نیست چون رکورد به یک transation بانکی است که با آشتی خاتمه نیافت مرتبط
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=٪ s را به یک سوم دیگر اختصاص داده
       ErrorFailedToSendPassword=برای ارسال رمز عبور ناموفق
       ErrorFailedToLoadRSSFile=نتواند به دریافت خوراک RSS. سعی کنید برای اضافه کردن MAIN_SIMPLEXMLLOAD_DEBUG ثابت اگر پیغام خطا می کند اطلاعات کافی را فراهم نمی کند.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=کاربر با ورود <b>به٪ s را</b> می تو
       ErrorLoginHasNoEmail=این کاربر هیچ آدرس ایمیل. فرآیند سقط شده.
       ErrorBadValueForCode=ارزش بد برای کد امنیتی. دوباره سعی کنید با ارزش جدید ...
       ErrorBothFieldCantBeNegative=زمینه های٪ s و٪ s نمی تواند هر دو منفی
      +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=حساب <b>کاربری٪ s را</b> برای اجرای وب سرور بدون اجازه که
       ErrorNoActivatedBarcode=بدون بارکد از نوع فعال
      @@ -138,7 +141,7 @@ ErrorBadFormat=فرمت بد!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=خطا، برخی از زایمان مرتبط با این حمل و نقل وجود دارد. حذف خودداری کرد.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=چوب الف با این عنوان و یا این
       WarningPassIsEmpty=هشدار، رمز عبور پایگاه داده خالی است. این یک حفره امنیتی است. شما باید یک رمز عبور را به پایگاه داده خود اضافه کنید و تغییر فایل conf.php خود را به منعکس کننده این.
       WarningConfFileMustBeReadOnly=اخطار، فایل پیکربندی خود را <b>(htdocs / کنفرانس / conf.php)</b> می تواند توسط وب سرور رونویسی. این یک حفره امنیتی جدی است. تغییر مجوز فایل را در حالت فقط خواندنی است برای کاربر سیستم عامل های استفاده شده توسط وب سرور. در صورت استفاده از ویندوز و FAT فرمت برای هارد دیسک شما، شما باید بدانید که این فایل سیستم اجازه نمی دهد برای اضافه کردن مجوز در فایل، بنابراین نمی تواند به طور کامل امن است.
       WarningsOnXLines=اخطار <b>در٪ s را</b> ثبت منبع (ها)
      -WarningNoDocumentModelActivated=بدون مدل، برای تولید سند، فعال شده است. یک مدل خواهد شد به طور پیش فرض انتخاب تا زمانی که شما راه اندازی ماژول خود را چک کنید.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=اخطار، یک بار نصب به پایان رسید، شما باید با اضافه کردن یک <b>install.lock</b> فایل به <b>شاخه٪ s</b> غیر فعال کردن نصب / مهاجرت ابزار. گمشده این فایل یک حفره امنیتی است.
      -WarningUntilDirRemoved=تمام هشدارهای امنیتی (قابل مشاهده توسط کاربران مدیر تنها) خواهد فعال تا زمانی که آسیب پذیری وجود داشته باشد باقی می ماند (و یا که MAIN_REMOVE_INSTALL_WARNING ثابت است در راه اندازی-> دیگر تنظیمات اضافه شده است).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=هشدار، بسته شدن انجام می شود حتی اگر مقدار بین منبع و مقصد عناصر متفاوت است. فعال کردن این ویژگی با احتیاط.
       WarningUsingThisBoxSlowDown=اخطار، با استفاده از این جعبه کاهش سرعت به طور جدی تمام صفحات نشان دادن جعبه.
       WarningClickToDialUserSetupNotComplete=راه اندازی از اطلاعات ClickToDial برای کاربر شما کامل نیست (ClickToDial زبانه دیدن بر روی کارت کاربر خود را).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/fa_IR/interventions.lang b/htdocs/langs/fa_IR/interventions.lang
      index 2d331676a61..f9b902d1c89 100644
      --- a/htdocs/langs/fa_IR/interventions.lang
      +++ b/htdocs/langs/fa_IR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=مداخلات
       InterventionCard=کارت مداخله
       NewIntervention=مداخله های جدید
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=فهرست مداخلات
       ActionsOnFicheInter=عملیات مداخله
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/fa_IR/main.lang b/htdocs/langs/fa_IR/main.lang
      index 3982487d683..83a9c5bae79 100644
      --- a/htdocs/langs/fa_IR/main.lang
      +++ b/htdocs/langs/fa_IR/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=برای ارسال ایمیل (فرستنده =٪ S، گ
       ErrorFileNotUploaded=فایل آپلود نشد. بررسی کنید که اندازه حداکثر مجاز تجاوز نمی کند، که فضای خالی موجود بر روی دیسک است و در حال حاضر وجود دارد یک فایل با همین نام در این شاخه.
       ErrorInternalErrorDetected=خطا در شناسایی
       ErrorWrongHostParameter=پارامتر میزبان اشتباه است
      -ErrorYourCountryIsNotDefined=کشور شما تعریف نشده است. برو به خانه، راه اندازی، ویرایش و ارسال دوباره فرم.
      -ErrorRecordIsUsedByChild=این رکورد را حذف کنید شکست خورده است. این رکورد توسط حداقل یک پرونده کودک استفاده می شود.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=ارزش اشتباه است
       ErrorWrongValueForParameterX=ارزش اشتباه برای پارامتر از٪ s
       ErrorNoRequestInError=بدون درخواست در خطا
      -ErrorServiceUnavailableTryLater=خدمات برای لحظه ای در دسترس نیست. بعدا دوباره سعی کنید.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=مقدار تکراری در یک فیلد منحصر به فرد
      -ErrorSomeErrorWereFoundRollbackIsDone=برخی از خطاهای یافت شد. ما عقبگرد تغییرات.
      -ErrorConfigParameterNotDefined=<b>پارامتر٪ s</b> در داخل Dolibarr فایل پیکربندی <b>conf.php</b> تعریف نشده است.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=برای پیدا کردن <b>کاربر٪ s در</b> پایگاه داده Dolibarr شکست خورده است.
       ErrorNoVATRateDefinedForSellerCountry=خطا، هیچ نرخ مالیات بر ارزش افزوده تعریف شده برای این کشور شد '٪ s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=خطا، موفق به صرفه جویی در فایل.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=تاریخ تنظیم
       SelectDate=یک تاریخ را انتخاب کنید
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=فایل با موفقیت آپلود شد
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=فایل برای پیوست انتخاب شده، اما هنوز ارسال نشده. بر روی "فایل ضمیمه" برای این کلیک کنید.
      -NbOfEntries=Nb و از نوشته
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=خوانده شده راهنما
       RecordSaved=رکورد ذخیره شده
      @@ -94,7 +94,7 @@ Undefined=تعریف نشده
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=در بالا مشاهده کنید
      -HomeArea=منطقه خانه
      +HomeArea=خانه
       LastConnexion=Latest connection
       PreviousConnexion=ارتباط قبلی
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=بسته
       Closed2=بسته
       NotClosed=Not closed
       Enabled=فعال بودن
      +Enable=قادر ساختن
       Deprecated=توصیه
       Disable=از کار انداختن
       Disabled=غیر فعال
      @@ -153,7 +154,7 @@ Update=به روز رسانی
       Close=نزدیک
       CloseBox=Remove widget from your dashboard
       Confirm=تکرار
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=حذف کردن
       Remove=برداشتن
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=نسخه
       Paste=خمیر
       Default=پیش فرض
       DefaultValue=ارزش قرار دادی
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=قیمت
       PriceCurrency=Price (currency)
       UnitPrice=قیمت واحد
      @@ -347,7 +348,7 @@ AmountTTCShort=مقدار (مالیات شرکت)
       AmountHT=مقدار (خالص از مالیات)
       AmountTTC=مقدار (مالیات شرکت)
       AmountVAT=مالیات بر مقدار
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=قابل اجرا نیست
       ActionRunningNotStarted=برای شروع
       ActionRunningShort=In progress
       ActionDoneShort=در دست اجرا
      -ActionUncomplete=ناقص
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=تولید
       Duration=مدت
       TotalDuration=مدت زمان کل
       Summary=خلاصه
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=در دسترس
       NotYetAvailable=هنوز در دسترس نیست
      @@ -468,7 +469,7 @@ and=و
       or=یا
       Other=دیگر
       Others=دیگران
      -OtherInformations=سایر اطلاعات
      +OtherInformations=Other information
       Quantity=مقدار
       Qty=تعداد
       ChangedBy=تغییر توسط
      @@ -506,7 +507,7 @@ None=هیچ یک
       NoneF=هیچ یک
       NoneOrSeveral=None or several
       Late=دیر
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=تصویر
       Photos=تصاویر
      @@ -530,18 +531,6 @@ September=سپتامبر
       October=اکتبر
       November=نوامبر
       December=دسامبر
      -JanuaryMin=ژان
      -FebruaryMin=فوریه
      -MarchMin=ضایع کردن
      -AprilMin=آوریل
      -MayMin=مه
      -JuneMin=ژوئن
      -JulyMin=ژوئیه
      -AugustMin=اوت
      -SeptemberMin=سپتامبر
      -OctoberMin=اکتبر
      -NovemberMin=نوامبر
      -DecemberMin=دسامبر
       Month01=ژانویه
       Month02=فوریه
       Month03=مارس
      @@ -646,6 +635,8 @@ SendMail=ارسال ایمیل
       EMail=E-mail
       NoEMail=بدون پست الکترونیک
       Email=پست الکترونیک
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=موبایل ممنوع
       Owner=مالک
       FollowingConstantsWillBeSubstituted=ثابت های زیر را با مقدار متناظر جایگزین شده است.
      @@ -677,7 +668,7 @@ NeverReceived=هرگز دریافت
       Canceled=لغو شد
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=رنگ
       Documents=فایل های مرتبط
       Documents2=اسناد
      @@ -716,15 +707,15 @@ Merge=ادغام کردن
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=نمایش صفحه به چاپ منطقه محتوای اصلی
       MenuManager=مدیریت منو
      -WarningYouAreInMaintenanceMode=اخطار، شما در یک حالت تعمیر و نگهداری می باشد، بنابراین تنها ورود <b>به٪ s را</b> مجاز به استفاده از نرم افزار در حال حاضر.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=خطای سیستم
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=کارت های اعتباری
       ValidatePayment=اعتبار پرداخت
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=زمینه <b>با٪ s</b> الزامی است
      -FieldsWithIsForPublic=مواردی که <b>با٪ s را</b> در لیست عمومی کاربران نشان داده شده است. اگر شما این کار را می خواهید نیست، چک کردن جعبه "عمومی".
      -AccordingToGeoIPDatabase=(با توجه به تبدیل GeoIP با)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=خط
       NotSupported=پشتیبانی نمی شود
       RequiredField=زمینه مورد نیاز
      @@ -732,6 +723,8 @@ Result=نتیجه
       ToTest=تست
       ValidateBefore=کارت باید قبل از استفاده از این ویژگی معتبر
       Visibility=دید
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=خصوصی
       Hidden=پنهان
       Resources=منابع
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=ایجاد پیش نویس
       SetToDraft=Back to draft
       ClickToEdit=برای ویرایش کلیک کنید
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=به روز
       BySalesRepresentative=با نمایندگی فروش
       LinkedToSpecificUsers=لینک به تماس با کاربر خاص
       NoResults=هیچ نتیجه ای
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=ابزار های سیستم
       ModulesSystemTools=ماژول ابزار
       Test=تست
       Element=عنصر
       NoPhotoYet=بدون ورود دست هنوز
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=مالیات پذیر
       from=از
       toward=نسبت به
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=نمایش مداخله
       ShowContract=نمایش قرارداد
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=حذف خط
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=طبقه بندی صورتحساب
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=تقویم
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=رویدادها
      -EMailTemplates=الگوهای ایمیل
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=پروژه
       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=مجوز
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=دوشنبه
       Tuesday=سهشنبه
      @@ -927,15 +931,15 @@ SearchIntoInterventions=مداخلات
       SearchIntoContracts=قراردادها
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=نظرات
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=هر کسی
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=واگذار شده به
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/fa_IR/other.lang b/htdocs/langs/fa_IR/other.lang
      index 2f18cd41b67..80a7d1df104 100644
      --- a/htdocs/langs/fa_IR/other.lang
      +++ b/htdocs/langs/fa_IR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=کد امنیتی
       NumberingShort=N°
       Tools=ابزار
       TMenuTools=ابزار ها
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=جشن تولد
       BirthdayDate=Birthday date
       DateToBirth=تاریخ تولد
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=پیام در اعتبار صفحه بازگشت پرداخت
       MessageKO=پیام در لغو صفحه بازگشت پرداخت
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=مداخله اعتبار
      -Notify_FICHINTER_SENTBYMAIL=مداخله با پست
       Notify_ORDER_VALIDATE=سفارش مشتری معتبر
       Notify_ORDER_SENTBYMAIL=سفارش مشتری با پست
       Notify_ORDER_SUPPLIER_SENTBYMAIL=منظور تامین کننده با پست
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=منظور تامین کننده تایید
       Notify_ORDER_SUPPLIER_REFUSE=منظور تامین کننده خودداری کرد
       Notify_PROPAL_VALIDATE=پیشنهاد به مشتری اعتبار
      -Notify_PROPAL_CLOSE_SIGNED=propal با مشتری بسته امضا
      -Notify_PROPAL_CLOSE_REFUSED=propal با مشتری بسته خودداری کرد
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=پیشنهاد تجاری با پست
       Notify_WITHDRAW_TRANSMIT=خروج خطوط انتقال
       Notify_WITHDRAW_CREDIT=خروج اعتباری
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=شخص ثالث ایجاد شده
       Notify_COMPANY_SENTBYMAIL=ایمیل های فرستاده شده از کارت شخص ثالث
       Notify_BILL_VALIDATE=صورت حساب به مشتری اعتبار
       Notify_BILL_UNVALIDATE=صورت حساب به مشتری unvalidated
      -Notify_BILL_PAYED=صورت حساب به مشتری غیر انتفایی
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=صورت حساب به مشتری لغو
       Notify_BILL_SENTBYMAIL=صورت حساب به مشتری با پست
       Notify_BILL_SUPPLIER_VALIDATE=فاکتور تامین کننده معتبر
      -Notify_BILL_SUPPLIER_PAYED=فاکتور تامین کننده غیر انتفایی
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=فاکتور تامین کننده با پست
       Notify_BILL_SUPPLIER_CANCELED=فاکتور تامین کننده لغو
       Notify_CONTRACT_VALIDATE=قرارداد معتبر
       Notify_FICHEINTER_VALIDATE=مداخله اعتبار
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=مداخله با پست
       Notify_SHIPPING_VALIDATE=حمل و نقل معتبر
       Notify_SHIPPING_SENTBYMAIL=حمل و نقل با پست
       Notify_MEMBER_VALIDATE=کاربران معتبر
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=ایجاد پروژه
       Notify_TASK_CREATE=وظیفه ایجاد
       Notify_TASK_MODIFY=وظیفه اصلاح شده
       Notify_TASK_DELETE=وظیفه حذف
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=تعداد فایل های پیوست / اسناد
       TotalSizeOfAttachedFiles=اندازه کل فایل های پیوست / اسناد
       MaxSize=حداکثر اندازه
       AttachANewFile=ضمیمه کردن فایل جدید / سند
       LinkedObject=شی مرتبط
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>پروفسور کد از٪ s</b> اطلاعات بسته به کشور های شخص ثالث است. <br> به عنوان مثال، برای <b>کشور٪، این کد٪ بازدید کنندگان</b> است.
       DolibarrDemo=Dolibarr ERP / CRM نسخه ی نمایشی
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=مداخله٪ s را دارای اعتبار بوده است.
       EMailTextInvoiceValidated=صورتحساب٪ s را دارای اعتبار بوده است.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=این پیشنهاد از٪ s دارای اعتبار بوده است.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=منظور از٪ s دارای اعتبار بوده است.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=منظور از٪ s شده توسط٪ s تایید شد
       EMailTextOrderRefused=منظور از٪ s رد شده است.
       EMailTextOrderRefusedBy=منظور از٪ s شده توسط٪ s خودداری کرد.
       EMailTextExpeditionValidated=حمل و نقل از٪ s دارای اعتبار بوده است.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=واردات مجموعه داده
       DolibarrNotification=اطلاع رسانی به صورت خودکار
       ResizeDesc=عرض جدید <b>OR</b> ارتفاع جدید را وارد کنید. نسبت در طول تغییر اندازه نگه داشته ...
      @@ -204,7 +212,7 @@ NewLength=عرض جدید
       NewHeight=ارتفاع جدید
       NewSizeAfterCropping=اندازه های جدید پس از برداشت
       DefineNewAreaToPick=تعریف منطقه جدید روی تصویر انتخاب کنید (کلیک چپ بر روی تصویر بکشید تا زمانی که شما رسیدن به گوشه مقابل)
      -CurrentInformationOnImage=این ابزار برای کمک به شما برای تغییر اندازه و یا برش یک تصویر طراحی شده است. این اطلاعات بر روی تصویر ویرایش شده در حال حاضر است
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=ویرایشگر تصویر
       YouReceiveMailBecauseOfNotification=شما این پیام را دریافت خواهید کرد چرا که ایمیل شما به لیست از اهداف به حوادث خاص به٪ نرم افزار از٪ s را مطلع اضافه شده است.
       YouReceiveMailBecauseOfNotification2=این رویداد به شرح زیر است:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=منطقه صادرات
      diff --git a/htdocs/langs/fa_IR/projects.lang b/htdocs/langs/fa_IR/projects.lang
      index 971df275cb8..42efd456040 100644
      --- a/htdocs/langs/fa_IR/projects.lang
      +++ b/htdocs/langs/fa_IR/projects.lang
      @@ -33,14 +33,14 @@ 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=نمایش پروژه
       ShowTask=نمایش کار
       SetProject=تنظیم پروژه
       NoProject=هیچ پروژه تعریف شده و یا متعلق به
      -NbOfProjects=Nb در پروژه
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=زمان صرف شده
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=فهرست طرح تجاری مرتبط با پروژه
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=فهرست قرارداد در ارتباط با پروژه
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=فهرست مداخلات مرتبط با پروژه
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=فهرست رویدادی به این پروژه
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=وظیفه٪ s را ایجاد
       TaskModifiedInDolibarr=وظیفه٪ s تغییر
       TaskDeletedInDolibarr=وظیفه٪ s را حذف
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=شرکت کننده
       SelectElement=انتخاب عنصر
       AddElement=لینک به عنصر
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=حجم کار برنامه ریزی شده
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=پیشنهاد
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/fi_FI/admin.lang b/htdocs/langs/fi_FI/admin.lang
      index d5506e794b7..c3043105bed 100644
      --- a/htdocs/langs/fi_FI/admin.lang
      +++ b/htdocs/langs/fi_FI/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Kehitys
       VersionUnknown=Tuntematon
       VersionRecommanded=Suositeltava
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler tallentaa istuntojen
       SessionSavePath=Varasto istuntojakson localization
       PurgeSessions=Tuhoa istuntoja
       ConfirmPurgeSessions=Haluatko varmasti poistii kaikki istunnot? Tämä katkaisee istunnot jokaiselta käyttäjältä (paitsi itseltäsi).
      -NoSessionListWithThisHandler=Tallenna istunto handler konfiguroitu PHP ei ole mahdollista luetella kaikkia lenkkivaatteita.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lukitse uusia yhteyksiä
      -ConfirmLockNewSessions=Oletko varma että haluat rajoittaa uusia Dolibarr yhteys itse. Vain käyttäjä <b>%s</b> voi kytkeä sen jälkeen.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Poista yhteys lukko
       YourSession=Istuntosi
      -Sessions=Käyttäjät istunto
      +Sessions=Users sessions
       WebUserGroup=Web-palvelimen käyttäjä / ryhmä
      -NoSessionFound=PHP näyttää voida luetella aktiivisten istuntojen. Directory käyttää tallentaa istuntoja <b>(%s)</b> voidaan suojata (Jos esimerkiksi OS luvat tai PHP direktiivi open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset tallentaa tiedot
       DBSortingCharset=Database charset lajitella tiedot
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Ulkoinen käyttäjä
       InternalUsers=Sisäiset käyttäjät
       ExternalUsers=Ulkopuoliset käyttäjät
       GUISetup=Näyttö
      -SetupArea=Asetusalue
      +SetupArea=Asetukset
       UploadNewTemplate=Päivitä uusi pohja(t)
       FormToTestFileUploadForm=Lomake testata tiedostonlähetyskiintiö (mukaan setup)
       IfModuleEnabled=Huomaa: kyllä on tehokas vain, jos <b>moduuli %s</b> on käytössä
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Koodi ei voi sisältää arvoa 0
       DisableJavascript=Poista käytöstä JavaScript ja Ajax funktiot (Suositeltu näkövammaisille ja tekstiselaimille)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr merkkien laukaista haku: %s
       NotAvailableWhenAjaxDisabled=Ole käytettävissä, kun Ajax vammaisten
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Esikatselu ei ole käytettävissä
       ThemeCurrentlyActive=Teema on tällä hetkellä aktiivinen
       CurrentTimeZone=Nykyinen aikavyöhyke
       MySQLTimeZone=Aikavyöhyke MySql (tietokanta)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Taulu
       Fields=Kentät
      @@ -111,14 +111,14 @@ NotConfigured=Moduulia/Applikaatiota ei ole määritetty
       Active=Aktiivinen
       SetupShort=Asetukset
       OtherOptions=Muut valinnat
      -OtherSetup=Muut asetukset
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Desimaalierotin
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Määränpää
       IdModule=Moduuli ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parametri %s
      -LocalisationDolibarrParameters=Lokalisointi parametrit
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Asiakkaan aikavyöhyke (käyttäjä)
       ClientHour=Asiakkaan aikavyöhyke (käyttäjä)
       OSTZ=Palvelimen OS aikavyöhyke
      @@ -126,8 +126,8 @@ PHPTZ=Aikavyöhyke Server PHP
       DaylingSavingTime=Kesäaika (käyttäjä)
       CurrentHour=Nykyinen tunti
       CurrentSessionTimeOut=Nykyinen istunnon aikakatkaisun
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgetit
       MaxNbOfLinesForBoxes=Rivien maksimimäärä widgeteille
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ohita duplikaatti virheet (VALITSE OHITA)
       AutoDetectLang=Automaatti tunnistus (selaimen kieli)
       FeatureDisabledInDemo=Ominaisuus on poistettu käytöstä demossa
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Löydä ulkoisia app/moduuleja
       ModulesDevelopYourModule=Kehitä oma app/moduuli
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Uusi
       FreeModule=Ilmainen
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Osta / Lataa
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, virallinen markkinapaikka Dolibarr ERP / CRM ulkoisten moduulien
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Linkki
       BoxesAvailable=Widgetit saatavilla
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Onko mitään salasanoja vuonna selväksi tietokantaan
       MainDbPasswordFileConfEncrypted=Tietokannan salasana salattu conf.php
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Suojaaminen syntyy pdf-tiedostoja (ei recommandd, taukoja massa pdf sukupolvi)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Ominaisuus
       DolibarrLicense=Lisenssi
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Sosiaaliset verkostot
       ForDocumentationSeeWiki=Käyttäjälle tai kehittäjän dokumentaatio (doc, FAQs ...), <br> katsoa, että Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=Muita kysymyksiä / apua, voit käyttää Dolibarr foorumilla: <br> <a href="%s" target="_blank"><b> %s</b></a>
      -HelpCenterDesc1=Tämä alue voi auttaa sinua saamaan tukea palvelua Dolibarr.
      -HelpCenterDesc2=Osa tätä palvelua on saatavilla <b>vain Englanti.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Nykyinen valikko handler
       MeasuringUnit=Mittayksikkö
       LeftMargin=Vasen marginaali
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Sähköpostit
       EMailsSetup=Sähköpostien asetukset
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP-portti (oletusarvoisesti <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP Host (oletusarvoisesti <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP-portti (Ei määritelty osaksi PHP Unix-koneissa)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP Host (Ei määritelty osaksi PHP Unix-koneissa)
      -MAIN_MAIL_EMAIL_FROM=Lähettäjä sähköposti automaattisille sähköpostiviesteille (Oletuksena php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Lähetä järjestelmällisesti piilotettu hiili-kopio kaikki lähetetyt sähköpostit
      -MAIN_DISABLE_ALL_MAILS=Poista käytöstä kaikki sähköpostiviestin lähetykset (testaus tarkoituksiin tai demoihin)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Käyttömenetelmä sähköposteja lähettäessä
      -MAIN_MAIL_SMTPS_ID=SMTP tunnus, jos vaaditaan
      -MAIN_MAIL_SMTPS_PW=SMTP Salasana jos vaaditaan
      -MAIN_MAIL_EMAIL_TLS= Käytä TLS (SSL) salausta
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Poista kaikki SMS-lähetysten (testitarkoituksiin tai demot)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Käyttömenetelmä tekstiviestejä lähettäessä
      -MAIN_MAIL_SMS_FROM=Vakio lähettäjän puhelinnumero tekstiviestien lähetykseen
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Käyttäjän sähköposti
       CompanyEmail=Yrityksen sähköposti
       FeatureNotAvailableOnLinux=Ominaisuus ei ole Unix-koneissa. Testaa sendmail ohjelmaa paikallisesti.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Moduuli asetukset
       ModulesSetup=Moduulit/Applikaatio asetukset
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Älä käytä tuotannossa
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Vaihe %s
      -FindPackageFromWebSite=Etsi paketti, joka sisältää haluamasi toiminnon (esimerkiksi www-sivuston %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr nykyinen versio
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Viimeisin vakaa versio
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Viive cashing vienti vastehuippu sekuntia (0 tai tyhjä ei välimuisti)
       DisableLinkToHelpCenter=Piilota linkki <b>"Tarvitsetko apua tai tukea"</b> on kirjautumissivulla
       DisableLinkToHelp=Piilota linkki online apuun "<b>%s</b>"
      -AddCRIfTooLong=Ei ole automaattinen rivitys, joten jos linja on poissa sivu asiakirjoja, koska liian pitkä, sinun on lisättävä itse kuljetukseen tuotot ovat textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Vähimmäispituus
       LanguageFilesCachedIntoShmopSharedMemory=Tiedostot. Lang ladattu jaettua muistia
       LanguageFile=Kielitiedosto
      -ExamplesWithCurrentSetup=Esimerkkejä nykyisellä asetuksella
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Luettelo OpenDocument malleja hakemistoja
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Esimerkkejä syntaksin: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Jos haluat tietää, miten voit luoda odt asiakirjamalleja, ennen kuin laitat ne näistä hakemistoista, lue wiki dokumentaatio:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Avain käyttää Web Services (parametri &quot;dolibarrk
       TestSubmitForm=Tulo testi lomake
       ThisForceAlsoTheme=Tämän valikon avulla manageri käyttää myös oma teemansa mikä on käyttäjän valinta. Myös tämä valikko johtaja erikoistunut älypuhelimiin ei toimi kaikille älypuhelimeen. Käytä toista valikonhallinta jos ongelmia on sinun.
       ThemeDir=Skins hakemisto
      -ConnectionTimeout=Connexion aikakatkaisu
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response aikakatkaisu
       SmsTestMessage=Test viesti __ PHONEFROM__ ja __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Avain turvallinen URL
      -NoSmsEngine=Ei SMS lähettäjän Manager. SMS lähettäjä johtaja ei ole asennettu oletuksena jakelussa (koska ne riippuu ulkopuolinen toimittaja), mutta voit löytää siitä http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Voit määrittää kunkin globaalin liittyviä vaihtoehtoja PDF sukupolvi
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Säännöt luoda osoitteeseen laatikot
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Piilota tuotekuvaukset syntyvässä PDF -tiedostossa
       HideRefOnPDF=Piilota tuotteiden viitteet syntyvässä PDF - tiedostossa
       HideDetailsOnPDF=Piilota tuote rivitiedot syntyvässä PDF -tiedostossa
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametrit turvata URL
       SecurityTokenIsUnique=Käytä ainutlaatuinen securekey parametri jokaiselle URL
       EnterRefToBuildUrl=Kirjoita viittaus objektin %s
       GetSecuredUrl=Hanki lasketaan URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Vanha ALV prosentti
       NewVATRates=Uusi ALV prosentti
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Valitse lista
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Salasana
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Valintaruudut
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Oletuslinkki
       SetAsDefault=Aseta oletukseksi
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Poista kaikki nykyiset viivakoodi arvot
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Kaikki viivakoodi arvot on poistettu
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Näytä yrityksen osoitetiedot
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Klikkaa näyttääksesi kuvaus
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Kenttä
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Lähetä asialista muistutus sähköpostilla
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Käyttäjät & ryhmät
       Module0Desc=Käyttäjien / Työntekijöiden ja ryhmien hallinta
      -Module1Name=Ulkopuoliset sidosryhmät
      +Module1Name=Third Parties
       Module1Desc=Yrityksien ja yhteystietojen hallinnointi (asiakkaat, prospektit...)
       Module2Name=Kaupalliset
       Module2Desc=Kaupallinen hallinnointi
       Module10Name=Kirjanpito
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Ehdotukset
       Module20Desc=Kaupalliset ehdotuksia hallinto -
       Module22Name=Massa sähköpostitus
      @@ -511,13 +517,13 @@ Module52Desc=Varastojen hallinnan tuotteet
       Module53Name=Palvelut
       Module53Desc=Palvelut hallinto
       Module54Name=Sopimukset/Tilaukset
      -Module54Desc=Hallinnoi Sopimukset (palvelut tai toistuvat tilaukset)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Viivakoodi
       Module55Desc=Viivakoodien hallinnointi
       Module56Name=Puhelimet
       Module56Desc=Puhelimet yhdentyminen
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial yhdentyminen
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Kulut ja matka muistiinpanot
       Module75Desc=Kulut ja matkat muistiinpanojen hallinnointi
       Module80Name=Lähetykset
       Module80Desc=Lähetys ja toimitus tilauksien hallinnointi
      -Module85Name=Pankit ja käteinen
      +Module85Name=Banks and Cash
       Module85Desc=Pankkitilien ja käteistilien hallinnointi
      -Module100Name=ExternalSite
      -Module100Desc=Sisälly erillisiä web sivuston Dolibarr valikot ja tarkastella sen Dolibarr runko
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman ja SIP
       Module105Desc=Mailman tai spip liitäntä jäsen moduuli
       Module200Name=LDAP
      -Module200Desc=LDAP-hakemiston synkronointi
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke yhdentyminen
       Module240Name=Tietojen vienti
      -Module240Desc=Työkalu Dolibarr tietojen vientiin (avustuksella)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Tietojen tuonti
      -Module250Desc=Työkalu Dolibarr tietojen tuontiin (avustuksella)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Jäsenet
       Module310Desc=Säätiön jäsenten hallintaan
       Module320Name=RSS Feed
       Module320Desc=Lisää RSS-syöte sisällä Dolibarr näytön sivuilla
      -Module330Name=Kirjanmerkit
      -Module330Desc=Kirjanmerkkien hallinta
      -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 yhdentyminen
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Suoritus työntekijöiden palkoista
      -Module510Desc=Tallenna ja seuraa suorituksia työntekijöiden palkoista
      +Module510Desc=Record and track employee payments
       Module520Name=Laina
       Module520Desc=Lainojen hallinnointi
       Module600Name=Ilmoitukset liiketapahtumista
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Lahjoitukset
       Module700Desc=Lahjoituksien hallinnointi
       Module770Name=Kuluraportit
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Massa sähköposti dokumentin luominen
       Module1780Name=Merkit/Kategoriat
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=FCKeditor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynaamiset Hinnat
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Ajastetut työt
       Module2300Desc=Ajastettujen töiden hallinnointi (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Käytä online Gravatar palvelu (www.gravatar.com) näyttää kuvan käyttäjät / jäsenet (löytyi niiden sähköpostit). Tarvitsetko internetyhteys
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Ohjelma
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind tulokset valmiuksia
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Henkilöstöhallinta
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-yhtiö
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Nettisivut
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Kassa
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Point of myynnin
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Kirjanpito (edistynyt)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=Tulosta IPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Vaalit, Kysely vai Äänestys
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Katteet
       Module59000Desc=Moduuli katteiden hallintaan
       Module60000Name=Komissiot
       Module60000Desc=Moduuli komissioiden hallintaan
      -Module62000Name=Incoterm
      -Module62000Desc=Lisää Incoterm ominaisuuksia
      +Module62000Name=Incoterm-ehdot
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resurssit
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Lue laskut
      @@ -651,9 +661,9 @@ Permission32=Luoda / muuttaa tuotetta / palvelua
       Permission34=Poista tuotteita / palveluita
       Permission36=Vienti tuotteet / palvelut
       Permission38=Vie tuotteita
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Poista hankkeiden
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Vie Projektit
       Permission61=Lue interventioiden
       Permission62=Luoda / muuttaa interventioiden
      @@ -686,7 +696,7 @@ Permission109=Poista sendings
       Permission111=Lue tilinpäätös
       Permission112=Luoda / muuttaa / poistaa ja vertailla liiketoimet
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Vientitoimien ja tiliotteita
       Permission116=Siirrot tilien välillä
       Permission117=Hallitse sekkien lähettämistä
      @@ -694,15 +704,15 @@ Permission121=Lue kolmannen osapuolen liittyy käyttäjän
       Permission122=Luoda / muuttaa kolmansien osapuolten liittyy käyttäjän
       Permission125=Poista kolmansien osapuolten liittyy käyttäjän
       Permission126=Vienti kolmansiin osapuoliin
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Lue tarjoajien
       Permission147=Lue stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Sulje toimittaja tilaukset
       Permission188=Peruuta toimittaja tilaukset
       Permission192=Luo rivit
       Permission193=Peruuta rivit
      -Permission194=Lue kaistanleveys linjat
      +Permission194=Read the bandwidth lines
       Permission202=Luo ADSL-liittymien
       Permission203=Tilaa yhteydet tilaukset
       Permission204=Tilaa yhteydet
      @@ -750,12 +760,12 @@ Permission244=Katso sisältö piilotetut luokat
       Permission251=Lue muiden käyttäjien ja ryhmien
       PermissionAdvanced251=Lukea muiden käyttäjien
       Permission252=Luoda / muuttaa muille käyttäjille, ja sinun permisssions
      -Permission253=Muokata muiden käyttäjien salasana
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Luo / muokkaa sisäiset / ulkoiset käyttäjät ja käyttöoikeudet
       Permission254=Poista tai poistaa muiden käyttäjien
       Permission255=Luoda / muuttaa omaa käyttäjän tiedot
       Permission256=Muokkaa oma salasana
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Lue CA
       Permission272=Lue laskut
       Permission273=Laskutuksen
      @@ -765,7 +775,7 @@ Permission283=Poista yhteystietoja
       Permission286=Vie yhteystietoja
       Permission291=Lue tariffit
       Permission292=Aseta oikeudet tariffien
      -Permission293=Muokka makuun tariffit
      +Permission293=Modify customers tariffs
       Permission300=Lue viivakoodin
       Permission301=Luoda / muuttaa viivakoodin
       Permission302=Poista viivakoodin
      @@ -787,11 +797,9 @@ Permission401=Lue alennukset
       Permission402=Luoda / muuttaa alennukset
       Permission403=Validate alennukset
       Permission404=Poista alennukset
      -Permission501=Lue työntekijän sopimukset/palkat
      -Permission502=Luo / muuta työntekijän sopimuksia / palkkoja
      -Permission511=Lue Palkkojen Suoritukset
      -Permission512=Luo/muokkaa Palkkojen Suoritus
      -Permission514=Poista palkat
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Vie palkat
       Permission520=Lue Lainat
       Permission522=Luo/muokkaa Lainat
      @@ -844,8 +852,8 @@ Permission1251=Suorita massa tuonnin ulkoisten tiedot tietokantaan (tiedot kuorm
       Permission1321=Vienti asiakkaan laskut, ominaisuudet ja maksut
       Permission1322=Avaa uudelleen maksettu lasku
       Permission1421=Vienti asiakkaan tilaukset ja attribuutit
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Sidosryhmä tyypit
      -DictionaryCompanyJuridicalType=Sidostyhmän oikeudellinen muoto
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Esitetilaus mahdolliset tasolla
       DictionaryCanton=Valtio / Lääni
       DictionaryRegion=Alueiden
      @@ -894,7 +902,7 @@ DictionaryVAT=Alv
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Maksuehdot
       DictionaryPaymentModes=Maksutavat
      -DictionaryTypeContact=Yhteystiedot tyypit
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ympäristöveron (WEEE)
       DictionaryPaperFormat=Paper tiedostomuodot
      @@ -908,47 +916,47 @@ DictionarySource=Alkuperä ehdotusten / tilaukset
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Kirjanpitotilityypit
      -DictionaryEMailTemplates=Sähköposti pohjat
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Yksiköt
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup tallennettu
       SetupNotSaved=Asetuksia ei tallennettu
       BackToModuleList=Palaa moduulien luetteloon
      -BackToDictionaryList=Palaa sanakirjat luettelo
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Alv Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Oletusarvon ehdotettu alv on 0, jota voidaan käyttää tapauksissa, kuten yhdistysten, yksityishenkilöiden tai pieniä yrityksiä.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Kurssi
       LocalTax1IsNotUsed=Älä käytä toista veroa
      -LocalTax1IsUsedDesc=Käytä toisen tyyppistä veroa (muu kuin ALV)
      -LocalTax1IsNotUsedDesc=Älä käytä toisen tyyppistä veroa (muu kuin ALV)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Toisen tyyppinen vero
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Älä käytä kolmatta veroa
      -LocalTax2IsUsedDesc=Käytä kolmannen tyyppistä veroa (muu kuin ALV)
      -LocalTax2IsNotUsedDesc=Älä käytä muun tyyppistä veroa (muu kuin ALV)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Kolmannen tyypin vero
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE hallinta
      -LocalTax1IsUsedDescES= RE määrä oletuksena luodessasi näkymiä, laskuja, tilauksia jne seuraa aktiivisesti vakiokäytäntönä: <br> Jos te ostaja ei kohdistu RE-RE oletusarvoisesti = 0. Loppu sääntö. <br> Jos ostaja joutuu RE sitten RE oletusarvoisesti. Loppu sääntö. <br>
      -LocalTax1IsNotUsedDescES= Oletuksena ehdotettu RE 0. Loppu sääntö.
      -LocalTax1IsUsedExampleES= Espanjassa he ovat ammattilaisia sovelletaan tiettyjä osia Espanjan IEA.
      -LocalTax1IsNotUsedExampleES= Espanjassa he ovat ammattitaitoisia ja yhteiskunnan tietyin osa Espanjan IEA.
      -LocalTax2ManagementES= IRPF hallinta
      -LocalTax2IsUsedDescES= RE määrä oletuksena luodessasi näkymiä, laskuja, tilauksia jne seuraa aktiivisesti vakiokäytäntönä: <br> Jos myyjä ei kohdistu IRPF sitten IRPF oletusarvoisesti = 0. Loppu sääntö. <br> Jos myyjä joutuu IRPF sitten IRPF oletusarvoisesti. Loppu sääntö. <br>
      -LocalTax2IsNotUsedDescES= Oletuksena ehdotettu IRPF on 0. Loppu sääntö.
      -LocalTax2IsUsedExampleES= Espanjassa, freelancer ja itsenäisten ammatinharjoittajien, jotka tarjoavat palveluja ja yrityksiä, jotka ovat valinneet verojärjestelmän moduuleja.
      -LocalTax2IsNotUsedExampleES= Espanjassa niitä bussines ei veroteta järjestelmän moduulit.
      +LocalTax1ManagementES=RE hallinta
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Oletuksena ehdotettu RE 0. Loppu sääntö.
      +LocalTax1IsUsedExampleES=Espanjassa he ovat ammattilaisia sovelletaan tiettyjä osia Espanjan IEA.
      +LocalTax1IsNotUsedExampleES=Espanjassa he ovat ammattitaitoisia ja yhteiskunnan tietyin osa Espanjan IEA.
      +LocalTax2ManagementES=IRPF hallinta
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Oletuksena ehdotettu IRPF on 0. Loppu sääntö.
      +LocalTax2IsUsedExampleES=Espanjassa, freelancer ja itsenäisten ammatinharjoittajien, jotka tarjoavat palveluja ja yrityksiä, jotka ovat valinneet verojärjestelmän moduuleja.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Raportit paikallisista veroista
       CalcLocaltax1=Myynnit - Ostot
       CalcLocaltax1Desc=Paikallisten Verojen raportit on laskettu paikallisverojen myyntien ja ostojen erotuksena
      @@ -958,7 +966,8 @@ CalcLocaltax3=Myynti
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label käyttää oletusarvoisesti, jos ei ole käännös löytyy koodi
       LabelOnDocuments=Label asiakirjoihin
      -NbOfDays=Nb päivää
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Kuukauden lopussa
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Tietokantakäyttäjien
       DatabasePassword=Tietokannan salasana
       Tables=Taulukot
       TableName=Taulukko nimi
      -NbOfRecord=Nb tietueista
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver tyyppi
       SummarySystem=System Information summary
      @@ -996,7 +1005,7 @@ Skin=Ihon teema
       DefaultSkin=Oletus ihon teema
       MaxSizeList=Max pituus luettelo
       DefaultMaxSizeList=Oletus luettelon maksimipituuteen
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Kirjoita viesti
       LoginPage=Kirjautumissivu
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Pysyvä hakulomake vasemmassa valikossa
       DefaultLanguage=Oletuskieltä käyttää (kieli-koodi)
       EnableMultilangInterface=Ota monikielinen käyttöliittymä
       EnableShowLogo=Show logo vasemmalla valikossa
      -CompanyInfo=Yritys/Organisaatio tiedot
      -CompanyIds=Yritys/Organisaatio identiteetit
      +CompanyInfo=Yritys/Organisaatio
      +CompanyIds=Company/Organization identities
       CompanyName=Nimi
       CompanyAddress=Osoite
       CompanyZip=Postinumero
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Omistajan pankkitilille %s
       BankModuleNotActive=Pankkitilit moduuli ei ole käytössä
       ShowBugTrackLink=Näytä linkki "<strong>%s</strong>"
       Alerts=Vahtipalvelu
      -DelaysOfToleranceBeforeWarning=Suvaitsevaisuus viivästyksellä ennen varoitus
      -DelaysOfToleranceDesc=Tässä näytössä voidaan määrittää siedetty viivästyksiä, ennen kuin hälytys on raportoitu näytön kanssa picto %s kunkin myöhään elementti.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Viive toleranssi (päivinä) ennen varoituskynnysten ehdotuksista lopettaa
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Viive toleranssi (päivinä) ennen varoituskynnysten ehdotuksista ei laskuteta
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Suvaitsevaisuus viive (päivinä) ennen varoituskynnysten palveluista aktivoida
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Suvaitsevaisuus viive (päivinä) ennen kuin hälytys on lakannut palvelut
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Suvaitsevaisuus viive (päivinä) ennen varoituskynnysten Palkattoman toimittajan laskut
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Suvaitsevaisuus viive (päivinä) ennen varoituskynnysten Palkattoman asiakkaan laskut
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Suvaitsevaisuus viive (päivinä) ennen kuin hälytys on vireillä pankki sovinnon
      -Delays_MAIN_DELAY_MEMBERS=Suvaitsevaisuus viive (päivinä) ennen ilmoituksen myöhästymisestä jäsenmaksu
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Suvaitsevaisuus viive (päivinä) ennen varoituksena sekit tallettaa tehdä
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Muut valikkoon rivit hallita valinnaisia parametrejä.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security Audit tapahtumat
       Audit=Audit
       InfoDolibarr=Tietoja Dolibarrista
      @@ -1060,16 +1069,16 @@ LogEventDesc=Voit ottaa loki Dolibarr turvallisuus tapahtumia täältä. Järjes
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Järjestelmän tiedot ovat erinäiset tekniset tiedot saavat lukea vain tila ja näkyvissä vain järjestelmänvalvojat.
       SystemAreaForAdminOnly=Tämä alue on käytettävissä järjestelmänvalvojan käyttäjät vain. Ei mikään Dolibarr käyttöoikeudet voidaan vähentää tätä rajaa.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Voit valita kunkin parametrin yhteydessä Dolibarr näyttävät ja tuntuvat täällä
       AvailableModules=Saatavilla olevat app/moduulit
       ToActivateModule=Aktivoi moduulit, mennä setup-alueella.
       SessionTimeOut=Aika pois istunnosta
      -SessionExplanation=Tämä määrä taata, että istunto ei koskaan pääty ennen tätä viivästystä. Mutta PHP sessoin johto ei takeet siitä, että istunto aina päättyy sen jälkeen, kun tämä viive: Tämä ongelma ilmenee, jos järjestelmä puhdistaa välimuisti istunto on käynnissä. <br> Huom: ilman erityistä järjestelmää, sisäisen PHP prosessi puhtaan istuntoonsa joka <b>noin %s / %s,</b> mutta ainoastaan pääsy tehdään muissa istunnoissa.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Saatavilla laukaisimet
      -TriggersDesc=Käynnistäjät ovat tiedostoja, joka muuttaa käyttäytymistä Dolibarr työnkulun kerran kopioidaan hakemistoon <b>htdocs / includes / aiheuttajia.</b> He ymmärsivät uusia toimia, aktivoitu Dolibarr tapahtumia (uuden yrityksen perustamiseen, laskun validointi, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Käynnistäjät tässä tiedosto on poistettu, <b>joita-NORUN</b> suffix heidän nimissään.
       TriggerDisabledAsModuleDisabled=Käynnistäjät tähän tiedostoon pois päältä kuin <b>moduuli %s</b> on poistettu käytöstä.
       TriggerAlwaysActive=Käynnistäjät tässä tiedosto on aina aktiivinen, mikä on aktivoitu Dolibarr moduulit.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=Kaikki turvallisuuteen liittyvät parametrit määritetään täällä.
       LimitsSetup=Rajat / Precision setup
      -LimitsDesc=Voit määrittää rajat, täsmennyksiä ja optimisations käyttää Dolibarr tästä
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max desimaalitarkkuuksia yksikkökohtaiseen hinnat
       MAIN_MAX_DECIMALS_TOT=Max desimaalitarkkuuksia kokonaistyöllisyyttä hinnat
       MAIN_MAX_DECIMALS_SHOWN=Max desimaalitarkkuuksia hinnat näkyvät näytöllä (Lisää <b>...</b> sen jälkeen, kun tämä numero, jos haluat nähdä <b>...</b> kun numero on katkaistu, kun näkyy näytössä)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net yksikköhinta tuotteen
       TotalPriceAfterRounding=Kokonaishinta (netto / vat / sis. alv) pyöristämisen jälkeen
       ParameterActiveForNextInputOnly=Parametri tehokas Seuraavan vain tuloa
       NoEventOrNoAuditSetup=O turvallisuus tapahtuma on kirjattu vielä. Tämä voi olla normaali, jos tarkastusta ei ole käytössä "setup - turvallisuus - audit"-sivulla.
      -NoEventFoundWithCriteria=O turvallisuus tapauksessa on todettu tällaisen haun criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Katso paikallisen sendmail setup
       BackupDesc=Voit tehdä täydellinen varmuuskopio Dolibarr sinun tulee:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arkistoidut hakemistossa on säilytettävä turvallisessa paikassa.
       BackupDescY=Luotu dump tiedosto on säilytettävä turvallisessa paikassa.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Jos haluat palauttaa Dolibarr varmuuskopio, sinun täytyy:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL vienti
       ForcedToByAModule= Tämä sääntö on <b>pakko %s</b> on aktivoitu moduuli
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Sinun on suoritettava tämä ko
       YourPHPDoesNotHaveSSLSupport=SSL toimintoja ei saatavilla PHP
       DownloadMoreSkins=Lisää nahat ladata
       SimpleNumRefModelDesc=Palaa viitenumero muodossa %syymm-nnnn jossa yy on vuosi, MM kuukautta ja nnnn on sekvenssiin reikä ja ilman nollaa
      -ShowProfIdInAddress=Näytä ammattijärjestöt id osoitteiden kanssa asiakirjojen
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Osittainen käännös
      -MAIN_DISABLE_METEO=Poista Meteo näkymä
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standardi tila
       MeteoStdModEnabled=Standardi tila aktivoitu
       MeteoPercentageMod=Prosenttitila
       MeteoPercentageModEnabled=Prosenttitila käytössä
       MeteoUseMod=Klikkaa käyttääksesi %s
       TestLoginToAPI=Testaa kirjautua API
      -ProxyDesc=Jotkin Dolibarr on oltava Internet-työhön. Määritä tässä parametrit tästä. Jos Dolibarr palvelin on välityspalvelimen takana, näiden parametrien kertoo Dolibarr miten Internetin kautta läpi.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Ulkoinen pääsy
       MAIN_PROXY_USE=Käytä välityspalvelinta (muuten suora pääsy Internetiin)
       MAIN_PROXY_HOST=Nimi / osoite välityspalvelimen
       MAIN_PROXY_PORT=Satama välityspalvelinta
       MAIN_PROXY_USER=Kirjaudu käyttää välityspalvelinta
       MAIN_PROXY_PASS=Salasana käyttää välityspalvelinta
      -DefineHereComplementaryAttributes=Määritä tässä kaikki atributes, jo ole oletuksena, ja että haluat tuettava %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Täydentävät ominaisuudet
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Varoitus, joissakin Linux-järjestelmissä, lähettää sähköpostia sähköpostisi, sendmail toteuttaminen setup on conatins optio-ba (parametri mail.force_extra_parameters tulee php.ini tiedosto). Jos jotkut vastaanottajat eivät koskaan vastaanottaa sähköposteja, yrittää muokata tätä PHP parametrin mail.force_extra_parameters =-ba).
       PathToDocuments=Polku asiakirjoihin
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Käännöksen asetukset
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Sinulla pitää olla ainakin 1 moduuli käytössä
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Hakuoptimointi
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug ladattu
       XCacheInstalled=XCache ladattu
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Alalla painos %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Hanki viivakoodi
       ##### Module password generation
       PasswordGenerationStandard=Palauta salasana luodaan mukaan sisäinen Dolibarr algoritmi: 8 merkkiä sisältävät jaettua numerot ja merkit pieniä.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Sähköposti Vaaditaan Luo uusi käyttäjä
       HRMSetup=Henkilöstöhallinta moduulin asetukset
       ##### Company setup #####
       CompanySetup=Yritykset moduulin asetukset
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Asiakirjat mallit
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vesileima asiakirjaluonnos
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Ammatillinen tunnus ainutlaatuinen
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Täytyy olla uniikki?
      -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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=<b>Vienti-yhteys %s-muodossa</b> on saatavilla seuraavasta linkistä: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=<b>Vienti-yhteys %s-muodossa</b> on saatavilla seuraavast
       BillsSetup=Laskut moduulin asetukset
       BillsNumberingModule=Laskut ja hyvityslaskut numerointiin moduuli
       BillsPDFModules=Laskun asiakirjojen malleja
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Menoilmoitus
       CreditNotes=Hyvityslaskuja
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Hallitse Sisään jokaiselle jäsenelle
       AdherentMailRequired=EMail tarvitse luoda uuden jäsenen
       MemberSendInformationByMailByDefault=Checkbox lähettää vahvistusviestin jäsenille on oletusarvoisesti
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP-asetukset
       LDAPGlobalParameters=Global parametrit
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synkronointi testi onnistunut
       LDAPSynchroKO=Epäonnistui synkronointi testi
      -LDAPSynchroKOMayBePermissions=Epäonnistui synkronointi testi. Tarkista, että connexion palvelimelle on määritetty oikein ja mahdollistaa LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP yhteyden LDAP-palvelin onnistunut (Server= %s, Port= %s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP yhteyden LDAP-palvelimeen ei onnistunut (Server= %s, Port= %s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=Yhdistä / Authentificate on LDAP-palvelimeen ei onnistunut (Server= %s, Port= %s, Admin= %s, salasana= %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-palvelin määritetty versio 3
       LDAPSetupForVersion2=LDAP-palvelin määritetty versio 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Esimerkki: samaccountname
       LDAPFieldFullname=Etunimi Nimi
       LDAPFieldFullnameExample=Esimerkki: cn
      -LDAPFieldPasswordNotCrypted=Salasana ei crypted
      -LDAPFieldPasswordCrypted=Salasana crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Esimerkki: userPassword
       LDAPFieldCommonNameExample=Esimerkki: cn
       LDAPFieldName=Nimi
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Esimerkki arvot on suunniteltu <b>OpenLDAP</b> kanssa seuraavat ladattu kaavat: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Jos käytät thoose arvot ja OpenLDAP, muokata LDAP config file <b>slapd.conf</b> on kaikki thoose kaavat ladattu.
       ForANonAnonymousAccess=Jotta autentikoitu acces (for a kirjoitusoikeuksia esimerkiksi)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Oletus hakusuodattimet
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Tuotteet Moduuli setup
       ServiceSetup=Services-moduuli asennus
       ProductServiceSetup=Tuotteet ja palvelut moduulien asennus
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=Max numero tuotteiden yhdistelmät valitse listat (0= ei ylärajaa)
      -ViewProductDescInFormAbility=Visualisointi tuotteen kuvaukset lomakkeiden (toisin kuin popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Oletus viivakoodi tyyppi käyttää tuotteita
       SetDefaultBarcodeTypeThirdParties=Oletus viivakoodi tyyppi käyttämään kolmansien osapuolten
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Lähetysvalinnat-moduulin asetukset
       SendingsReceiptModel=Lähettävä vastaanottanut malli
       SendingsNumberingModules=Lähetysten numerointi moduulit
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Vapaa sana lähetyksissä
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Tuotteiden toimitukset vastaanottamisesta numerointiin moduuli
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Kehittynyt editori
       ActivateFCKeditor=Ota FCKeditor varten:
       FCKeditorForCompany=WYSIWIG luominen / painos yritysten kuvaus ja huomaa
       FCKeditorForProduct=WYSIWIG luominen / painos tuotteiden / palvelujen kuvaus ja huomaa
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG luominen / painos postitusten
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Yhteys onnistunut mutta tietokanta ei näytä olevan OSCommerce tietokanta (Key %s ei löydy taulukossa %s).
      -OSCommerceTestOk=Yhteys palvelimeen ' %s' on tietokanta' %s' kanssa käyttäjä ' %s' onnistunut.
      -OSCommerceTestKo1=Yhteys palvelimeen ' %s' onnistua mutta tietokanta' %s' ei tavoitettu.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Yhteys palvelimeen ' %s' kanssa käyttäjä' %s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Valikko poistettu
       Menus=Menut
      @@ -1548,7 +1561,7 @@ DetailRight=Ehto näyttö luvattoman harmaa valikot
       DetailLangs=Lang tiedoston nimen etiketti koodin käännös
       DetailUser=Intern / avun / Kaikki
       Target=Kohde
      -DetailTarget=Tavoite vuodelle linkkejä (_blank alkuun avata uuteen ikkunaan)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Tasolla (-1: ylävalikosta 0: header-valikko&gt; 0-valikon ja alivalikon)
       ModifMenu=Valikko muutos
       DeleteMenu=Poista Valikosta
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=Arvonlisävero on maksettava: <br> - Toimituksen / maksuja
       OptionVatDebitOptionDesc=Arvonlisävero on maksettava: <br> - Toimituksen / maksuja tavaroista <br> - Laskulla (debet) ja palvelut
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Toimituksen
       OnPayment=Maksu
       OnInvoice=Käytössä lasku
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Ostojen tili
       AgendaSetup=Toimet ja esityslistan moduulin asetukset
       PasswordTogetVCalExport=Avain sallia viennin linkki
       PastDelayVCalExport=Älä viedä tapauksessa vanhempia kuin
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Ota käyttöön ilmoitusäänet
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Napsauttamalla Dial-moduulin asetukset
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of myynti
       CashDeskSetup=Kassa-moduulin asetukset
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Rahat tilille käyttää myy
       CashDeskBankAccountForCheque= Tilin käyttö vastaanottaa maksuja sekillä
       CashDeskBankAccountForCB= Tilin käyttö voidaan saada käteismaksujen luottokorttia
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=Kirjanmerkin moduulin asetukset
      -BookmarkDesc=Tämän moduulin avulla voit hallita kirjanmerkkejä. Voit myös lisätä linkkejä mihin tahansa Dolibarr sivuja tai externale webbisivuilta vasemmalla valikossa.
      +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.
       NbOfBoomarkToShow=Enimmäismäärä kirjanmerkit näytetään vasemmanpuoleisessa valikossa
       ##### WebServices #####
       WebServicesSetup=Webservices moduulin asetukset
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-yhtiö moduulin asetukset
       ##### Suppliers #####
       SuppliersSetup=Toimittajan moduuli setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Hankkeen moduuli setup
       ProjectsModelModule=Hankkeen raportti asiakirjan malli
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Tilikaudet
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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=Linkkien värit
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Position of line into combo lists
       SellTaxRate=Myyti veroprosentti
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Näkyvillä kaikkialla
       VisibleNowhere=Visible nowhere
       FixTZ=Aikavyöhyke korjaus
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Mallipohjat tuoteiden liitteille
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Luettelo saatavilla olevista API:sta
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=PDF:n vasen marginaali
       MAIN_PDF_MARGIN_RIGHT=PDF:n oikea marginaali
       MAIN_PDF_MARGIN_TOP=PDF:n ylämarginaali
       MAIN_PDF_MARGIN_BOTTOM=PDF:n alamarginaali
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/fi_FI/companies.lang b/htdocs/langs/fi_FI/companies.lang
      index 163a429db9f..007dd506a46 100644
      --- a/htdocs/langs/fi_FI/companies.lang
      +++ b/htdocs/langs/fi_FI/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Valitse sidosryhmä
       ConfirmDeleteCompany=Haluatko varmasti poistaa tämän yrityksen ja kaikki siitä johdetut tiedot?
       DeleteContact=Poista yhteystieto
       ConfirmDeleteContact=Haluatko varmasti poistaa tämän yhteystiedon ja kaikki siitä johdetut tiedot?
      -MenuNewThirdParty=Uusi sidosryhmä
      -MenuNewCustomer=Uusi asiakas
      -MenuNewProspect=Uusi prospekti
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Uusi yksityishenkilö
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Luo sidosryhmä
       CreateThirdPartyAndContact=Luo sidosryhmä + ala yhteystieto
      @@ -25,22 +25,22 @@ ThirdPartyContact=Sidosryhmän yhteystiedot/osoitteet
       Company=Yritys
       CompanyName=Yrityksen nimi
       AliasNames=Lisänimi (tuotenimi, brändi, ...)
      -AliasNameShort=Lisänimi
      +AliasNameShort=Alias Name
       Companies=Yritykset
      -CountryIsInEEC=Maa kuuluu EU:hun
      -ThirdPartyName=Sidosryhmän nimi
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Sidosryhmän sähköposti
      -ThirdParty=Sidosryhmä
      -ThirdParties=Sidosryhmät
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospektit
       ThirdPartyProspectsStats=Näkymät
       ThirdPartyCustomers=Asiakkaat
       ThirdPartyCustomersStats=Asiakkaat
       ThirdPartyCustomersWithIdProf12=Asiakkaat, joilla on %s tai %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Sidosryhmän tyyppi
      +ThirdPartyType=Type of company
       Individual=Yksityishenkilö
      -ToCreateContactWithSameName=Luo automaattisesti yhteystiedot/osoitteen sidosryhmän tiedoilla sidosryhmän alaisuuteen. Yleensä, vaikka sidosryhmä olisi henkilö, pelkkä sidosryhmän luominen riittää.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Emoyhtiö
       Subsidiaries=Tytäryhtiöt
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Postinumero
       Town=Postitoimipaikka
       Web=Kotisivut
       Poste= Asema
      -DefaultLang=Oletuskieli
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Täytä osoite käyttäen sidosryhmän osoitetta
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Maksunt pankkitili
       OverAllProposals=Ehdotukset
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntaksi on voimassa
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Tällä asiakkaalla on oletusalennus<b> %s%%</b>
       CompanyHasNoRelativeDiscount=Tällä asiakkaalla ei ole suhteellista alennusta oletuksena
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=Tällä asiakkaalla on alennuksia saatavilla (luottoa tai hyvityksiä) <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Tällä asiakkaalla on vielä luottomerkintöjä <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Ei mitään
      -Supplier=Toimittaja
      +Supplier=Vendor
       AddContact=Luo yhteystiedot
       AddContactAddress=Luo yhteystiedot/osoite
       EditContact=Muokkaa yhteystiedot / osoite
      @@ -303,22 +303,22 @@ AddThirdParty=Luo sidosryhmä
       DeleteACompany=Poista yritys
       PersonalInformations=Henkilötiedot
       AccountancyCode=Kirjanpito tili
      -CustomerCode=Asiakas-koodi
      -SupplierCode=Vendor code
      -CustomerCodeShort=Asiakas-koodi
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Asiakas koodi ainutlaatuinen kaikille asiakkaille
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Vaaditaan, jos kolmas osapuoli on asiakas tai mahdollisuus
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Voimassaolo hallinnassa moduuli
      -ThisIsModuleRules=Tämä on säännöt tämän moduulin
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Esitetilaus yhteyttä
       CompanyDeleted=Yritys " %s" poistettu tietokannasta.
       ListOfContacts=Luettelo yhteystiedot
      -ListOfContactsAddresses=Yhteystietojen/osoitteiden luettelo
      -ListOfThirdParties=Luettelo kolmansien osapuolten
      -ShowCompany=Näytä sidosryhmä
      +ListOfContactsAddresses=Luettelo yhteystiedot
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Näytä yhteystiedot
       ContactsAllShort=Kaikki (Ei suodatinta)
       ContactType=Yhteystiedon tyyppi
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Tämä yhteys ei ole yhteyttä mihinkään kaupalliseen
       NoContactForAnyContract=Tämä yhteys ei ole yhteyttä mihinkään sopimukseen
       NoContactForAnyInvoice=Tämä yhteys ei ole yhteyttä mihinkään lasku
       NewContact=Uusi yhteystieto
      -NewContactAddress=Uusi yhteystieto/osoite
      +NewContactAddress=New Contact/Address
       MyContacts=Omat yhteystiedot
       Capital=Pääoma
       CapitalOf=Pääoma of %s
       EditCompany=Muokkaa yritystä
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Shekki
      -VATIntraCheckDesc=<b>Linkkiä %s</b> sallii pyytää Euroopan alv checker palveluun. Ulkoisen Internet-palvelimelta vaaditaan tätä palvelua työtä.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Tarkista yhteisömyynnin ALV Euroopan komission Internet-sivustolla
      -VATIntraManualCheck=Voit myös tarkistaa manuaalisesti euroopan nettisivuilta <a href="%s" target="_blank">www-sivuston %s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Tarkista ole mahdollista. Tarkista palvelu ei toimiteta jäsenvaltion ( %s).
      -NorProspectNorCustomer=Eikä näköpiirissä, eikä asiakkaan
      -JuridicalStatus=Yhtiömuoto
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Henkilökunta
       ProspectLevelShort=Potenttiaali
       ProspectLevel=Prospekti potentiaali
      @@ -387,12 +387,12 @@ ExportCardToFormat=Vienti kortin muodossa
       ContactNotLinkedToCompany=Yhteystiedot eivät liity minkään kolmannen osapuolen
       DolibarrLogin=Dolibarr sisäänkirjoittautumissivuksesi
       NoDolibarrAccess=Ei Dolibarr pääsyä
      -ExportDataset_company_1=Sidosryhmät (Yritykset / säätiöt / ihmiset) ja ominaisuudet
      -ExportDataset_company_2=Yhteystiedot ja ominaisuudet
      -ImportDataset_company_1=Sidosryhmät (Yritykset / säätiöt / ihmiset) ja ominaisuudet
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Hintataso
       DeliveryAddress=Toimitusosoite
       AddAddress=Lisää osoite
      @@ -402,16 +402,16 @@ DeleteFile=Poista tiedosto
       ConfirmDeleteFile=Oletko varma, että haluat poistaa tämän tiedoston?
       AllocateCommercial=Liitä myyntiedustajaan
       Organization=Organisaatio
      -FiscalYearInformation=Tilivuoden tiedot
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Tilivuoden aloitus kuukausi
      -YouMustAssignUserMailFirst=Tälle käyttäjälle täytyy luoda sähköpostiosoite  jotta sähköpostimuistutukset voidaan ottaa käyttöön
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Voidaksesi lisätä sähköposti muistutukset, täytyy ensin täyttää yhteystiedot sidosryhmän oikealla sähköpostiosoitteella
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Luettelo prospektit
      -ListCustomersShort=Luettelo asiakkaat
      -ThirdPartiesArea=Sidosryhmät ja yhteystiedot
      -LastModifiedThirdParties=Viimeisimmät %s muokattua sidosryhmää
      -UniqueThirdParties=Yhteensä ainutlaatuinen kolmannen osapuolen
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Avoinna
       ActivityCeased=Kiinni
       ThirdPartyIsClosed=Sidosryhmä on suljettu
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Avoin lasku
       OutstandingBill=Avointen laskujen enimmäismäärä
       OutstandingBillReached=Avointen laskujen enimmäismäärä saavutettu
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Asiakas / toimittaja-koodi on maksuton. Tämä koodi voidaan muuttaa milloin tahansa.
       ManagingDirectors=Johtajien nimet (TJ, johtaja, päällikkö...)
       MergeOriginThirdparty=Monista sidosryhmä (sidosryhmä jonka haluat poistaa)
       MergeThirdparties=Yhdistä sidosryhmät
      -ConfirmMergeThirdparties=Haluatko varmasti yhdistää tämän sidosryhmän nykyiseen? Kaikki yhdistetyt tiedot (laskut, tilaukset, ...) siirretään nykyiselle sidosryhmälle jolloin voit poistaa vastaavan sidosryhmän.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Myyntiedustajan kirjautuminen
       SaleRepresentativeFirstname=Myyntiedustajan etunimi
       SaleRepresentativeLastname=Myyntiedustajan sukunimi
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/fi_FI/errors.lang b/htdocs/langs/fi_FI/errors.lang
      index d593ce66c6f..c6b9f3b7359 100644
      --- a/htdocs/langs/fi_FI/errors.lang
      +++ b/htdocs/langs/fi_FI/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Arvo &quot;%s&quot; on väärä päivämäärä muoto
       ErrorWrongDate=Päivämäärä ei ole oikein!
       ErrorFailedToWriteInDir=Epäonnistui kirjoittaa hakemistoon %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=Löytyi virheellinen sähköposti syntaksi %s rivit tiedoston (esimerkiksi rivi %s email= %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Jotkin vaaditut kentät eivät ole täytetty.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Luominen epäonnistui hakemiston. Tarkista, että Web-palvelin käyttäjällä on oikeudet kirjoittaa Dolibarr asiakirjat hakemistoon. Jos parametri <b>safe_mode</b> on käytössä tämän PHP, tarkista, että Dolibarr php tiedostot omistaa web-palvelimen käyttäjä (tai ryhmä).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>Kenttä %s</b> ei saa sisältää erikoismerkkejä.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=O kirjanpito moduuli aktivoitu
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP yhteensovitus ei ole täydellinen.
       ErrorLDAPMakeManualTest=A. LDIF tiedosto on luotu hakemistoon %s. Yritä ladata se manuaalisesti komentoriviltä on enemmän tietoa virheitä.
      -ErrorCantSaveADoneUserWithZeroPercentage=Ei voi tallentaa toimia "statut ole käynnistetty", jos alalla "tehtävä" on myös täytettävä.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref käytetään luomista jo olemassa.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript ei saa keskeytyä, on tämä ominaisuus toimii. Ottaa käyttöön / poistaa Javascript, mene menu Koti-> Asetukset-> Näyttö.
       ErrorPasswordsMustMatch=Molemmat kirjoittaa salasanat on vastattava toisiaan
      -ErrorContactEMail=Tekninen virhe. Ota yhteys järjestelmänvalvojaan jälkeen sähköpostin <b>%s</b> en antaa virhekoodi <b>%s</b> viesti, tai jopa paremmin lisäämällä näytön kopion tästä sivusta.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Väärä arvo kentän numero <b>%s</b> (arvo <b>"%s"</b> ei vastaa regex sääntö <b>%s)</b>
       ErrorFieldValueNotIn=Väärä arvo kentän numero <b>%s</b> (arvo <b>&quot;%s&quot;</b> ei ole arvoa käytettävissä tulee kenttään <b>%s</b> taulukon <b>%s)</b>
       ErrorFieldRefNotIn=Väärä arvo kentän numero <b>%s</b> (arvo <b>&quot;%s&quot;</b> ei <b>%s</b> olemassa ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Virustentorjuntaohjelma ei voinut tarkistaa tiedos
       ErrorSpecialCharNotAllowedForField=Erikoismerkkejä ei sallita kentän "%s"
       ErrorNumRefModel=Viittaus olemassa otetaan tietokantaan (%s) ja ei ole yhteensopiva tämän numeroinnin sääntöä. Poista levy tai nimen viittaus aktivoida tämän moduulin.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Virhe naamio
       ErrorBadMaskFailedToLocatePosOfSequence=Virhe, maski ilman järjestysnumeroa
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Virhe, huono palautus arvo
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Valitse ainakin yksi merkintä.
      -ErrorDeleteNotPossibleLineIsConsolidated=Poistaminen ei ole mahdollista, koska levy on sidottu pankin transation joka sovitelleet
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s on siirretty toiseen kolmanteen
       ErrorFailedToSendPassword=Epäonnistui lähettää salasana
       ErrorFailedToLoadRSSFile=Ei saada RSS-syötteen. Yritä lisätä jatkuvasti MAIN_SIMPLEXMLLOAD_DEBUG jos virheilmoituksia ei ole tarpeeksi tietoa.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Käyttäjälle <b>sisäänkirjoittautumissivuksesi %s</b
       ErrorLoginHasNoEmail=Tämä käyttäjä ei ole sähköpostiosoitetta. Process aborted.
       ErrorBadValueForCode=Bad arvotyypeillä koodin. Yritä uudelleen uuteen arvoon ...
       ErrorBothFieldCantBeNegative=Kentät %s ja %s voi olla sekä kielteisiä
      +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=Käyttäjätili <b>%s</b> käyttää myös toteuttaa web-palvelimella ei ole lupaa, että
       ErrorNoActivatedBarcode=Ei viivakoodin tyyppi aktivoitu
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Odottamaton virhe '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Odottamaton operaatio '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP ohjelma epäonnistui virheellä '%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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=Tiedoston on oltava formaatissa %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Kirjanmerkki tämän otsikon tai tämän tavoitteen
       WarningPassIsEmpty=Varoitus, tietokannan salasana on tyhjä. Tämä on turvallisuus reikään. Sinun tulisi lisätä salasanan tietokantaan ja muuttaa conf.php tiedosto vastaavasti.
       WarningConfFileMustBeReadOnly=Varoitus, config tiedosto <b>(htdocs / conf / conf.php)</b> voidaan korvata jonka web-palvelin. Tämä on vakava tietoturva-aukko. Muokkaa käyttöoikeuksia tiedoston luettavaksi vain tila-käyttöjärjestelmän käyttäjä käyttää Web-palvelimeen. Jos käytät Windows ja FAT oman levy, sinun täytyy tietää, että tämä tiedostojärjestelmä ei mahdollista lisätä käyttöoikeuksia tiedostoon, joten ei voi olla täysin turvallista.
       WarningsOnXLines=Varoitukset <b>%s</b> lähde linjat
      -WarningNoDocumentModelActivated=Ei mallia, dokumenttien tuotanto, on aktivoitu. Mallia valitsi oletuksena kunnes olet tarkistanut moduuli setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Tämä varoitus pysyy aktiivisena niin kauan kuin tähän hakemistoon on läsnä (Näkyy vain admin-käyttäjät).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/fi_FI/interventions.lang b/htdocs/langs/fi_FI/interventions.lang
      index ac9517af499..1b5072e0d44 100644
      --- a/htdocs/langs/fi_FI/interventions.lang
      +++ b/htdocs/langs/fi_FI/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Interventio-kortti
       NewIntervention=Uusi
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Luettelo interventioiden
       ActionsOnFicheInter=Toimia interventio
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/fi_FI/main.lang b/htdocs/langs/fi_FI/main.lang
      index 973e4b7867a..0ab2aded356 100644
      --- a/htdocs/langs/fi_FI/main.lang
      +++ b/htdocs/langs/fi_FI/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=Failed to send ma
       ErrorFileNotUploaded=Tiedosto ei ole ladattu. Tarkista, että koko ei ylitä suurinta sallittua, että vapaata tilaa on käytettävissä levyllä ja että siellä ei ole jo tiedoston samalla nimellä tähän hakemistoon.
       ErrorInternalErrorDetected=Virhe havaittu
       ErrorWrongHostParameter=Väärä vastaanottavan parametri
      -ErrorYourCountryIsNotDefined=Oma maa ei ole määritelty. Siirry Home-Setup-Edit ja sen jälkeen uudelleen muodossa.
      -ErrorRecordIsUsedByChild=Epäonnistui poistaa tämän tietueen. Tämä rekisteri on käytössä ainakin lapsen kirjaa.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Väärä arvo
       ErrorWrongValueForParameterX=Väärä arvo parametri %s
       ErrorNoRequestInError=N: o pyynnöstä virhe
      -ErrorServiceUnavailableTryLater=Palvelu ei ole tällä hetkellä ole käytettävissä. Yritä myöhemmin uudelleen.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Päällekkäinen arvo ainutlaatuisella alalla
      -ErrorSomeErrorWereFoundRollbackIsDone=Joitakin virheitä ei löytynyt. Meidän palautus muutoksia.
      -ErrorConfigParameterNotDefined=<b>Parametri %s</b> ei ole määritelty sisällä Dolibarr config file <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Ei onnistunut löytämään <b>käyttäjän %s</b> Dolibarr tietokantaan.
       ErrorNoVATRateDefinedForSellerCountry=Virhe ei alv määritellään maa ' %s'.
       ErrorNoSocialContributionForSellerCountry=Virhe, ei sosiaalisia tai fiskaalisia verotyyppejä, jotka on määritelty maata "%s" varten.
       ErrorFailedToSaveFile=Virhe, ei tallenna tiedosto.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Oikeutesi ei riitä tähän toimintoon
       SetDate=Aseta päivä
       SelectDate=Valitse päivä
      @@ -78,10 +78,10 @@ FileRenamed=Tiedosto on uudelleen nimetty onnistuneesti
       FileGenerated=Tiedosto luotiin onnistuneesti
       FileSaved=Tiedosto tallennettiin onnistuneesti
       FileUploaded=Tiedosto on siirretty onnistuneesti
      -FileTransferComplete=Tiedosto(t) ladattiin onnistuneesti
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Tiedosto(t) poistettiin onnistuneesti
       FileWasNotUploaded=Tiedosto on valittu liite mutta ei ollut vielä ladattu. Klikkaa "Liitä tiedosto" tätä.
      -NbOfEntries=Huom Merkintöjen
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Lue online-ohjeet (tarvitaan Internet-yhteys)
       GoToHelpPage=Lue auttaa
       RecordSaved=Record tallennettu
      @@ -94,7 +94,7 @@ Undefined=Määrittelemätön
       PasswordForgotten=Unohditko salasanasi?
       NoAccount=No account?
       SeeAbove=Katso edellä
      -HomeArea=Etusivu alue
      +HomeArea=Koti
       LastConnexion=Viimeisin yhteys
       PreviousConnexion=Edellinen yhteydessä
       PreviousValue=Edellinen arvo
      @@ -142,6 +142,7 @@ Closed=Suljettu
       Closed2=Suljettu
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Käytöstä poistettu
       Disable=Poistaa käytöstä
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Päivittää
       Close=Sulje
       CloseBox=Poista widgetti kojelaudaltasi
       Confirm=Vahvista
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Poistaa
       Remove=Poistaa
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopioi
       Paste=Liitä
       Default=Oletus
       DefaultValue=Oletusarvo
      -DefaultValues=Oletusarvot
      +DefaultValues=Default values/filters/sorting
       Price=Hinta
       PriceCurrency=Price (currency)
       UnitPrice=Yksikköhinta
      @@ -347,7 +348,7 @@ AmountTTCShort=Määrä (sis. alv)
       AmountHT=Määrä (ilman veroja)
       AmountTTC=Määrä (sis. alv)
       AmountVAT=Verot
      -MulticurrencyAlreadyPaid=Maksettu jo, alkuperäinen valuutta
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Maksua avoimena, alkuperäinen valuutta
       MulticurrencyPaymentAmount=Suorituksen summa, alkuperäinen valuutta
       MulticurrencyAmountHT=Summa (veroton), alkuperäisessä valuutassa
      @@ -428,7 +429,7 @@ ActionNotApplicable=Ei sovelleta
       ActionRunningNotStarted=Aloitetaan
       ActionRunningShort=Käsittelyssä
       ActionDoneShort=Päättetty
      -ActionUncomplete=Keskeneräinen
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Yritys/Organisaatio
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Luo
       Duration=Kesto
       TotalDuration=Kokonaiskesto
       Summary=Yhteenveto
      -DolibarrStateBoard=Tietokannan tilastot
      -DolibarrWorkBoard=Avoimet työtehtävät
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Ei avattuja elementtejä prosessissa
       Available=Saatavissa
       NotYetAvailable=Ei vielä saatavilla
      @@ -468,7 +469,7 @@ and=ja
       or=tai
       Other=Muu
       Others=Muut
      -OtherInformations=Muut tiedot
      +OtherInformations=Other information
       Quantity=Määrä
       Qty=Kpl
       ChangedBy=Muuttanut
      @@ -506,7 +507,7 @@ None=Ei mitään
       NoneF=Ei mitään
       NoneOrSeveral=Ei yhtään tai useita
       Late=Myöhässä
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Kuva
       Photos=Kuvat
      @@ -530,18 +531,6 @@ September=Syyskuu
       October=Lokakuu
       November=Marraskuu
       December=Joulukuu
      -JanuaryMin=Tammikuu
      -FebruaryMin=Helmikuu
      -MarchMin=Maaliskuu
      -AprilMin=Huhtikuu
      -MayMin=Toukokuu
      -JuneMin=Kesäkuu
      -JulyMin=Heinäkuu
      -AugustMin=Elokuu
      -SeptemberMin=Syyskuu
      -OctoberMin=Lokakuu
      -NovemberMin=Marraskuu
      -DecemberMin=Joulukuu
       Month01=tammikuu
       Month02=helmikuu
       Month03=maaliskuu
      @@ -646,6 +635,8 @@ SendMail=Lähetä sähköpostia
       EMail=Sähköposti
       NoEMail=Ei sähköpostia
       Email=Sähköposti
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Ei matkapuhelinta
       Owner=Omistaja
       FollowingConstantsWillBeSubstituted=Seuraavat vakiot voidaan korvata ja vastaava arvo.
      @@ -677,7 +668,7 @@ NeverReceived=Ei ole saapunut
       Canceled=Peruutettu
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Oletusarvon uudelle luotavalle tietueelle voi määrittää modulin asetuksista
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Väri
       Documents=Linkitettyjä tiedostoja
       Documents2=Asiakirjat
      @@ -703,7 +694,7 @@ DateOfSignature=Allekirjoituksen päivämäärä
       HidePassword=Näytä komento salasana piilotettuna
       UnHidePassword=Näytä todellinen komento salasana näkyen
       Root=Juuri
      -Informations=Informaatiot
      +Informations=Information
       Page=Sivu
       Notes=Huomiot
       AddNewLine=Lisää uusi rivi
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standardi PDF pohja
       PrintContentArea=Näytä sivu tulostaa päävalikkoon alue
       MenuManager=Valikkomanageri
      -WarningYouAreInMaintenanceMode=Varoitus, olet ylläpitotilassa, joten vain kirjautunut <b>%s</b> saa käyttää hakemuksen tällä hetkellä.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Järjestelmävirhe
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Luottokortti
       ValidatePayment=Vahvista maksu
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Tähdellä <b>%s</b> ovat pakollisia
      -FieldsWithIsForPublic=Tähdellä <b>%s</b> näkyvät julkisessa jäsenluettelossa. Jos et halua tätä, poista valinta "julkinen"-kentästä.
      -AccordingToGeoIPDatabase=(Mukaan GeoIP muuntaminen)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Rivi
       NotSupported=Ei tuettu
       RequiredField=Pakollinen kenttä
      @@ -732,6 +723,8 @@ Result=Tulos
       ToTest=Testi
       ValidateBefore=Kortti on vahvistettava ennen toiminnon käyttöä
       Visibility=Näkyvyys
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Yksityinen
       Hidden=Kätketty
       Resources=Resurssit
      @@ -750,6 +743,7 @@ LinkTo=Linkki
       LinkToProposal=Linkki Tarjoukseen
       LinkToOrder=Linkki Tilauksiin
       LinkToInvoice=Linkki Laskuihin
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Linkki Toimittaja tilauksiin
       LinkToSupplierProposal=Linkki Toimittaja tarjouksiin
       LinkToSupplierInvoice=Linkki Toimittaja laskuihin
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Luo luonnos
       SetToDraft=Palaa luonnokseen
       ClickToEdit=Klikkaa muokataksesi
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Päivän mukaan
       BySalesRepresentative=Myyntiedustajittain
       LinkedToSpecificUsers=Linkitetty käyttäjätietoon
       NoResults=Ei tuloksia
      -AdminTools=Ylläpidon työkalut
      +AdminTools=Admin Tools
       SystemTools=Kehitysresurssit
       ModulesSystemTools=Moduuli työkalut
       Test=Testi
       Element=Osa
       NoPhotoYet=Ei kuvaa saatavilla vielä
       Dashboard=Kojelauta
      -MyDashboard=Minun kojelauta
      +MyDashboard=My Dashboard
       Deductible=Omavastuu
       from=mistä
       toward=eteenpäin
      @@ -802,7 +797,7 @@ PrintFile=Tulosta tiedostoon %s
       ShowTransaction=Näytä pankkitilin kirjaus
       ShowIntervention=Näytä interventio
       ShowContract=Näytä sopimus
      -GoIntoSetupToChangeLogo=Vaihtaaksesi logoa mene Home - Setup - Company tai Home - Setup - Display poistaaksesi
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Kiellä
       Denied=Kielletty
       ListOf=Luettelo %s
      @@ -818,12 +813,12 @@ Sincerely=Vilpittömästi
       DeleteLine=Poista rivi
       ConfirmDeleteLine=Halutako varmasti poistaa tämän rivin?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Tallennusta ei ole valittu
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Luokittele laskutetaan
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalenteri
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Suora latauslinkki (julkinen/ulkoinen)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Lataa
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automaattisesti laskettu
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Vie ID
       Events=Tapahtumat
      -EMailTemplates=Sähköposti pohjat
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Hanke
       Projects=Projektit
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Oikeudet
       LineNb=Line no.
       IncotermLabel=Incoterm-ehdot
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Maanantai
       Tuesday=Tiistai
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Sopimukset
       SearchIntoCustomerShipments=Asiakas lähetykset
       SearchIntoExpenseReports=Kuluraportit
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Kommentit
       NbComments=Kommenttien määrä
       CommentPage=Comments space
       CommentAdded=Kommentti lisätty
       CommentDeleted=Kommentti poistettu
       Everybody=Yhteiset hanke
      -PayedBy=Maksanut
      -PayedTo=Maksettu
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Vaikuttaa
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/fi_FI/other.lang b/htdocs/langs/fi_FI/other.lang
      index 021b4b712bd..ac722be4e7e 100644
      --- a/htdocs/langs/fi_FI/other.lang
      +++ b/htdocs/langs/fi_FI/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Suojakoodi
       NumberingShort=N°
       Tools=Työkalut
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Syntymäpäivä
       BirthdayDate=Birthday date
       DateToBirth=Päiväys syntyvyyden
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Viesti on validoitu maksun tuotto sivu
       MessageKO=Viesti on peruutettu maksun tuotto sivu
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Validate interventioelimen
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Asiakas tilaa validoitu
       Notify_ORDER_SENTBYMAIL=Asiakas tilaa postitse
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Toimittaja jotta postitse
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Toimittaja jotta hyväksytty
       Notify_ORDER_SUPPLIER_REFUSE=Toimittaja jotta evätty
       Notify_PROPAL_VALIDATE=Asiakas ehdotus validoidaan
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Kaupallinen ehdotus lähetetään postitse
       Notify_WITHDRAW_TRANSMIT=Vaihteisto peruuttaminen
       Notify_WITHDRAW_CREDIT=Luotto peruuttaminen
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Kolmannen osapuolen luotu
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Validate bill
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Asiakas laskun maksanut
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Asiakas lasku peruutettu
       Notify_BILL_SENTBYMAIL=Asiakkaan lasku lähetetään postitse
       Notify_BILL_SUPPLIER_VALIDATE=Toimittaja laskun validoitu
      -Notify_BILL_SUPPLIER_PAYED=Toimittaja laskun maksanut
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Toimittaja lasku lähetetään postitse
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Sopimus validoitu
       Notify_FICHEINTER_VALIDATE=Intervention validoitu
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Toimitus validoitu
       Notify_SHIPPING_SENTBYMAIL=Toimitus postitse
       Notify_MEMBER_VALIDATE=Jäsen validoitu
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Numero liitettyjen tiedostojen / asiakirjat
       TotalSizeOfAttachedFiles=Kokonaiskoosta liitettyjen tiedostojen / asiakirjat
       MaxSize=Enimmäiskoko
       AttachANewFile=Liitä uusi tiedosto / asiakirjan
       LinkedObject=Linkitettyä objektia
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> on tietojen mukaan kolmannen osapuolen maassa. <br> Esimerkiksi <b>maa %s,</b> se <b>koodi %s.</b>
       DolibarrDemo=Dolibarr ERP / CRM-demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Väliintulo %s validoitava
       EMailTextInvoiceValidated=Lasku %s validoitava
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Ehdotus %s on hyväksytty.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Jotta %s on hyväksytty.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Tilaa %s hyväksynyt %s
       EMailTextOrderRefused=Tilaa %s evätty
       EMailTextOrderRefusedBy=Tilaa %s hylätty %s
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Tuonti tietokokonaisuutta
       DolibarrNotification=Automaattinen ilmoitus
       ResizeDesc=Kirjoita uusi leveys <b>tai</b> uusien korkeus. Suhde pidetään ajan kokoa ...
      @@ -204,7 +212,7 @@ NewLength=Uusi leveys
       NewHeight=Uusi korkeus
       NewSizeAfterCropping=Uusi koko jälkeen rajaus
       DefineNewAreaToPick=Määritä uusi alue kuvasta valita (vasemmalla klikkaa kuvaa vetämällä kunnes tulet päinvastainen kulma)
      -CurrentInformationOnImage=Tiedot ajankohtaisista kuva
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Kuvankäsittelyohjelmassa
       YouReceiveMailBecauseOfNotification=Saat tämän viestin koska sähköpostiosoitteesi on lisätty luetteloon tavoitteet ilmoitetaan erityisesti tapahtumien osaksi %s ohjelmisto %s.
       YouReceiveMailBecauseOfNotification2=Tämä tapahtuma on seuraava:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Vienti alueen
      diff --git a/htdocs/langs/fi_FI/projects.lang b/htdocs/langs/fi_FI/projects.lang
      index 44aa47f6f7a..1b2149fe3ef 100644
      --- a/htdocs/langs/fi_FI/projects.lang
      +++ b/htdocs/langs/fi_FI/projects.lang
      @@ -33,14 +33,14 @@ 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=Näytä hankkeen
       ShowTask=Näytä tehtävä
       SetProject=Aseta hankkeen
       NoProject=Ei hanke määritellään
      -NbOfProjects=Nb hankkeiden
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Käytetty aika
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Luettelot kaupallisen ehdotuksia hankkeeseen liittyvät
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Luettelo sopimukset hankkeeseen liittyvät
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Luettelo toimien hankkeeseen liittyvän
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Luettelo toimia, jotka liittyvät hankkeen
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Avustaja
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Liittyvät tuotteet
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Ehdotus
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/fr_BE/admin.lang b/htdocs/langs/fr_BE/admin.lang
      index aa389328b18..4a6114a0d1a 100644
      --- a/htdocs/langs/fr_BE/admin.lang
      +++ b/htdocs/langs/fr_BE/admin.lang
      @@ -5,26 +5,18 @@ VersionRecommanded=Recommandée
       SessionId=ID de session
       SessionSaveHandler=Gestionnaire de sessions
       PurgeSessions=Nettoyage des sessions
      -NoSessionListWithThisHandler=Le gestionnaire de sessions configuré dans votre PHP ne permet pas de faire la liste des sessions existantes.
       LockNewSessions=Bloquer les nouvelles connexions
      -ConfirmLockNewSessions=Êtes-vous certain de vouloir restreindre toute nouvelle connexion à vous seul? Seul l'utilisateur <b>%s</b> pourra se connecter après cela.
       UnlockNewSessions=Éliminer le blocage des connexions
       WebUserGroup=Utilisateur/groupe du serveur web
      -NoSessionFound=Votre configuration PHP ne semble pas permettre de faire une liste des sessions actives. Le répertoire utilisé pour stocker les sessions (<b>%s</b>) pourrait être protégé (par exemple, par des permissions du système d'exploitation ou par la directive PHP open_basedir).
       DBStoringCharset=Codification de caractères de base de données pour stocker les données
       DBSortingCharset=Codification de caractères de base de données pour trier les données
       WarningModuleNotActive=Le module <b>%s</b> doit être activé
       WarningOnlyPermissionOfActivatedModules=Seules les permissions liées à des modules activés sont montrées ici. Vous pouvez activer d'autres modules sur la page Accueil->Configuration->Modules.
      -SetupArea=Zone de configuration
       FormToTestFileUploadForm=Formulaire pour tester l'upload de fichiers (selon la configuration)
       IfModuleEnabled=Note: oui ne fonctionne que si le module <b>%s</b> est activé
       RemoveLock=Supprimez le fichier <b>%s</b> s'il existe pour autoriser l'utilisation de l'outil de mise à jour.
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       Module20Name=Propales
       Module30Name=Factures
       DictionaryPaymentConditions=Conditions de paiement
       SuppliersPayment=Paiements fournisseurs
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       Target=Objectif
      diff --git a/htdocs/langs/fr_BE/compta.lang b/htdocs/langs/fr_BE/compta.lang
      index 488b53843a6..a4ec8230e86 100644
      --- a/htdocs/langs/fr_BE/compta.lang
      +++ b/htdocs/langs/fr_BE/compta.lang
      @@ -1,5 +1,3 @@
       # Dolibarr language file - Source file is en_US - compta
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
       Dispatched=Envoyé
       ToDispatch=Envoyer
      diff --git a/htdocs/langs/fr_CA/admin.lang b/htdocs/langs/fr_CA/admin.lang
      index a7fdc2395cd..0bc37c54a17 100644
      --- a/htdocs/langs/fr_CA/admin.lang
      +++ b/htdocs/langs/fr_CA/admin.lang
      @@ -3,9 +3,7 @@ Publisher=Éditeur
       VersionLastInstall=Version d'installation initiale
       VersionLastUpgrade=Version de la dernière mise à jour
       FileCheck=Vérificateur d'intégrité des fichiers
      -FileCheckDesc=Cet outil vous permet de vérifier l'intégrité des fichiers et la configuration de votre application, en comparant chaque fichier avec les officiels. La valeur de certaines constantes d'installation peut également être vérifiée. Vous pouvez utiliser cet outil pour détecter si certains fichiers ont été modifiés par un pirate informatique par exemple.
       FileIntegrityIsStrictlyConformedWithReference=L'intégrité des fichiers est strictement conforme à la référence.
      -FileIntegrityIsOkButFilesWereAdded=La vérification de l'intégrité des fichiers s'est écoulée, mais certains nouveaux fichiers ont été ajoutés.
       FileIntegritySomeFilesWereRemovedOrModified=La vérification de l'intégrité des fichiers a échoué. Certains fichiers ont été modifiés, supprimés ou ajoutés.
       GlobalChecksum=Somme de contrôle globale
       MakeIntegrityAnalysisFrom=Effectuer une analyse d'intégrité des fichiers d'application de
      @@ -18,15 +16,13 @@ XmlNotFound=Xml Integrity Fichier de l'application introuvable
       ConfirmPurgeSessions=Voulez-vous vraiment purger toutes les sessions? Cela déconnectera tous les utilisateurs (sauf vous).
       WebUserGroup=Utilisateur/groupe du serveur Web
       ClientCharset=Encodage Client
      +SetupArea=Paramétrage
       UploadNewTemplate=Télécharger un nouveau modèle (s)
       SecurityFilesDesc=Définissez ici les options liées à la sécurité concernant le téléchargement de fichiers.
      -DelaiedFullListToSelectCompany=Attendez que vous appuyez sur une touche avant de charger le contenu de la liste des combinaisons de tiers (cela peut augmenter les performances si vous avez un grand nombre de tiers, mais cela est moins pratique)
      -DelaiedFullListToSelectContact=Attendez que vous appuyez sur une touche avant de charger le contenu de la liste des contacts combinés (Cela peut augmenter les performances si vous avez un grand nombre de contacts, mais cela est moins pratique)
       AllowToSelectProjectFromOtherCompany=Sur le document d'un tiers, peut choisir un projet lié à un autre tiers
       NextValueForDeposit=Valeur suivante (acompte)
       MultiCurrencySetup=Configuration multi-devises
       NotConfigured=Module / Application non configuré
      -HoursOnThisPageAreOnServerTZ=Avertissement, contrairement à d'autres écrans, les heures sur cette page ne sont pas dans votre fuseau horaire local, mais pour le fuseau horaire du serveur.
       MaxNbOfLinesForBoxes=Nombre maximum de lignes pour les widgets
       AllWidgetsWereEnabled=Tous les widgets disponibles sont activés
       MenusDesc=Les gestionnaires de menu définissent le contenu des deux barres de menus (horizontales et verticales).
      @@ -40,21 +36,15 @@ PurgeNDirectoriesFailed=Impossible de supprimer <b>%s</b> fichiers ou les réper
       ConfirmPurgeAuditEvents=Êtes-vous sûr de vouloir purger tous les événements de sécurité? Tous les journaux de sécurité seront supprimés, aucune autre donnée ne sera supprimée.
       IgnoreDuplicateRecords=Ignorer les erreurs d'enregistrement en double (INSERT IGNORE)
       FeatureAvailableOnlyOnStable=La fonctionnalité est uniquement disponible sur les versions officielles stables
      -BoxesDesc=Les widgets sont des composants montrant des informations que vous pouvez ajouter pour personnaliser certaines pages. Vous pouvez choisir entre afficher le widget ou non en sélectionnant la page cible et en cliquant sur 'Activer', ou en cliquant sur la poubelle pour la désactiver.
       ModulesMarketPlaceDesc=Vous pouvez trouver plus de modules à télécharger sur des sites Web externes sur Internet ...
      -ModulesDeployDesc=Si les autorisations sur votre système de fichiers le permettent, vous pouvez utiliser cet outil pour déployer un module externe. Le module sera alors visible sur l'onglet <strong>%s</strong>.
       ModulesMarketPlaces=Trouver des applications / modules externes
       ModulesDevelopYourModule=Développez votre propre application / modules
      -ModulesDevelopDesc=Vous pouvez développer ou trouver un partenaire pour développer pour vous, votre module personnalisé
      -DOLISTOREdescriptionLong=Au lieu d'activer le site web <a href="https://www.dolistore.com">www.dolistore.com</a> pour trouver un module externe, vous pouvez utiliser cet outil embarqué qui rendra la recherche sur le marché externe pour vous (peut être lent, dépendant de votre accès internet) ...
       NotCompatible=Ce module ne semble pas compatible avec votre Dolibarr %s (Min %s - Max %s).
       CompatibleAfterUpdate=Ce module nécessite une mise à jour de votre Dolibarr %s (Min %s - Max %s).
       SeeInMarkerPlace=Voir dans Market place
       Updated=Mis à jour
       AchatTelechargement=Acheter / Télécharger
       GoModuleSetupArea=Pour déployer / installer un nouveau module, accédez à la zone de configuration du module à <a href="%s"> %s </a>.
      -DoliPartnersDesc=Liste des entreprises proposant des modules ou des fonctionnalités développés personnalisés (Remarque: toute personne expérimentée dans la programmation PHP peut fournir un développement personnalisé pour un projet open source)
      -WebSiteDesc=Les sites Web de référence pour trouver plus de modules ...
       DevelopYourModuleDesc=Quelques solutions pour développer votre propre module ...
       InstrucToEncodePass=Pour chiffrer le mot de passe de la base dans le fichier de configuration <b>conf.php</b>, remplacer la ligne<br><b>$dolibarr_main_db_pass="...";</b><br>par<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Pour avoir le mot de passe de la base décodé (en clair) dans le fichier de configuration <b>conf.php</b>, remplacer dans ce fichier la ligne<br><b>$dolibarr_main_db_pass="crypted:..."</b><br>par<br><b>$dolibarr_main_db_pass="%s"</b>
      @@ -63,18 +53,10 @@ NoticePeriod=Période de préavis
       NewByMonth=Nouveau par mois
       Emails=Courriels
       EMailsSetup=Configuration des courriels
      -EMailsDesc=Cette page vous permet d'écraser vos paramètres PHP pour l'envoi de mails. Dans la plupart des cas sur Unix / Linux OS, votre configuration PHP est correcte et ces paramètres sont inutiles.
       EmailSenderProfiles=Profils d'expéditeurs d'e-mails
      -MAIN_MAIL_EMAIL_FROM=Courriel de l'expéditeur pour les courriels automatiques (Par défaut dans php.ini:<b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=L'e-mail utilisé pour les erreurs renvoie les e-mails (champs "Erreurs-A" dans les e-mails envoyés)
      -MAIN_DISABLE_ALL_MAILS=Désactiver toutes les envois de courriels (pour des fins de démonstration ou de tests)
       MAIN_MAIL_FORCE_SENDTO=Envoyer tous les emails à (au lieu des destinataires réels, à des fins de test)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Ajouter les utilisateurs des employés avec email dans la liste des destinataires autorisés
      -MAIN_MAIL_EMAIL_STARTTLS=Utilisation du chiffrement TLS (SSL)
      -MAIN_MAIL_DEFAULT_FROMTYPE=Courriel de l'expéditeur par défaut pour les envois manuels (courriel de l'utilisateur ou courriel de la société)
       UserEmail=Courrier électronique de l'utilisateur
       CompanyEmail=Courrier électronique de la société
      -SubmitTranslation=Si la traduction de cette langue est incomplète ou vous trouvez des erreur , vous pouvez corriger cela en modifiant les fichiers dans le répertoire <b>langs/%s</b> et soumettre votre changement à www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Si la traduction de cette langue est incomplète ou vous trouvez des erreurs , vous pouvez corriger cela en modifiant les fichiers dans le répertoire <b> langs/%s </b> et soumettre les fichiers modifiés sur dolibarr.org/forum ou pour les développeurs sur github.com/Dolibarr/dolibarr.
       ModulesSetup=Modules / Configuration de l'application
       ModuleFamilyProducts=Gestion des produits
      @@ -83,14 +65,9 @@ ModuleFamilyPortal=Site internet et autres applications frontales
       ModuleFamilyInterface=Interfaces avec les systèmes externes
       ThisIsProcessToFollow=Voici des étapes à suivre pour traiter:
       ThisIsAlternativeProcessToFollow=Il s'agit d'une configuration alternative à traiter manuellement:
      -FindPackageFromWebSite=Recherche le paquet qui répond à votre besoin (par exemple sur le site web %s).
       DownloadPackageFromWebSite=Télécharger le package %s.
      -UnpackPackageInDolibarrRoot=Décompressez les fichiers emballés dans le répertoire du serveur dédié à Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Pour déployer / installer un module externe, décompressez les fichiers emballés dans le répertoire du serveur dédié aux modules: <b>%s</b>
      -SetupIsReadyForUse=Le déploiement du module est terminé. Vous devez toutefois activer et configurer le module dans votre application en allant sur la page pour configurer les modules: <a href="%s"> %s </a>.
       NotExistsDirect=Le répertoire racine alternatif n'est pas défini dans un répertoire existant.
       InfDirAlt=Depuis la version 3, il est possible de définir un autre répertoire racine. Cela vous permet de stocker, dans un répertoire dédié, des plug-ins et des modèles personnalisés. <br> Créez simplement un répertoire à la racine de Dolibarr (par exemple: personnalisé).
      -YouCanSubmitFile=Pour cette étape, vous pouvez insérer le fichier du module .zip ici :
       CallUpdatePage=Accédez à la page qui met à jour la structure et les données de la base de données: %s.
       LastStableVersion=Dernière version stable
       LastActivationDate=Dernière date d'activation
      @@ -100,16 +77,13 @@ GenericMaskCodes2=<B> {cccc} </ b> le code client sur n caractères <br> <b> {cc
       GenericMaskCodes4a=<br><u> Exemple au 99th %s du tiers TheCompany, avec la date 2007-01-31: </u>
       GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> donnera <b>ABC0701-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> donnera <b>0199-ZZZ/31/XXX</b><br><b>IN{yy}{mm}-{0000}-{t}</b> donnera <b>IN0701-0099-A</b> si le type d'entreprise est 'Responsable Inscripto' avec un code pour le type 'A_RI'
       DisableLinkToHelp=Masquer lien vers l'aide en ligne "<b>%s</b>"
      -ConfirmPurge=Êtes-vous sûr de vouloir exécuter cette purge? <br> Cela supprimera définitivement tous vos fichiers de données sans pouvoir les restaurer (fichiers ECM, fichiers joints ...).
       ListOfDirectoriesForModelGenODT=Liste des répertoires contenant des fichiers de modèles avec le format OpenDocument . <br><br> Mettez ici le chemin complet des répertoires .<br>Ajouter un retour chariot entre répertoire eah.<br> Pour ajouter un répertoire du module de GED , ajouter ici<b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br> Fichiers dans ces répertoires doit se terminer par <b>.odt</b> or <b>.ods</b>.
       HideDetailsOnPDF=Masquer les détails des lignes de produits sur le PDF généré
       PlaceCustomerAddressToIsoLocation=Utilisez french standard position (La Poste) pour le client position d'adresse
      -ButtonHideUnauthorized=Masquer les boutons pour les utilisateurs non administrateurs pour les actions non autorisées au lieu de afficher les boutons désactivés grisés
       OldVATRates=Ancien taux de TPS/TVH
       NewVATRates=Nouveau taux de TPS/TVH
       Boolean=Boolean (une case à cocher)
       ExtrafieldSeparator=Séparateur (pas un champ)
      -ExtrafieldRadio=Boutons radio (uniquement sur le choix)
       ExtrafieldCheckBoxFromList=Les cases à cocher du tableau
       ExtrafieldLink=Lier à un objet
       ComputedFormulaDesc=Vous pouvez entrer ici une formule utilisant d'autres propriétés de l'objet ou tout codage PHP pour obtenir une valeur calculée dynamique. Vous pouvez utiliser toutes les formules compatibles PHP, y compris le "?" L'opérateur de condition et l'objet global suivant: <strong> $ db, $ conf, $ langs, $ mysoc, $ user, $ object </ strong>. <br> <strong> AVERTISSEMENT </ strong>: Seules certaines propriétés de $ L'objet peut être disponible. Si vous avez besoin de propriétés non chargées, récupérez-vous l'objet dans votre formule comme dans le deuxième exemple. L'utilisation d'un champ calculé signifie que vous ne pouvez pas entrer de valeur d'interface. De plus, s'il existe une erreur de syntaxe, la formule ne peut renvoyer rien. <br> <br> Exemple de formule: $ $ object-> id <10? Round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2) <br> <br> Exemple de recharger l'objet <br> (($ reloadedobj = new Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj-> Rowid: $ object-> id))> 0))? $ Reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1' <br> <br> Autre exemple de formule pour forcer la charge de l'objet et son objet parent: <br> (($ reloadedobj = New Task ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = new Project ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project )> 0))? $ Secondloadedobj-> ref: 'Projet parent introuvable'
      @@ -122,17 +96,11 @@ ShowDetailsInPDFPageFoot=Ajoutez plus de détails au pied de page de fichiers PD
       NoDetails=Plus de détails dans le pied de page
       DisplayCompanyManagers=Afficher les noms des gestionnaires
       DisplayCompanyInfoAndManagers=Afficher l'adresse de la société et les noms des gestionnaires
      -EnableAndSetupModuleCron=Si vous souhaitez que cette facture récurrente soit générée automatiquement, le module * %s * doit être activé et correctement configuré. Sinon, la génération des factures doit être effectuée manuellement à partir de ce modèle avec le bouton * Créer *. Notez que même si vous avez activé la génération automatique, vous pouvez toujours lancer une génération manuelle sans risque. La génération de doublons pour la même période n'est pas possible.
       Use3StepsApproval=Par défaut, les bons de commande doivent être créés et approuvés par 2 utilisateurs différents (une étape / utilisateur à créer et une étape / utilisateur à approuver. Notez que si l'utilisateur a la permission de créer et d'approuver, un pas / utilisateur suffira) . Vous pouvez demander cette option pour introduire une troisième étape / approbation de l'utilisateur, si le montant est supérieur à une valeur dédiée (donc 3 étapes seront nécessaires: 1 = validation, 2 = première approbation et 3 = deuxième approbation si le montant est suffisant). <br> Configurez ceci pour vider si une approbation (2 étapes) est suffisante, définissez-la à une valeur très faible (0.1) si une deuxième approbation (3 étapes) est toujours requise.
       UseDoubleApproval=Utilisez une approbation de 3 étapes lorsque le montant (sans taxes) est supérieur à ...
       ClickToShowDescription=Cliquez pour afficher la description
      -DependsOn=Ce module nécessite le (s) module (s)
       RequiredBy=Ce module est requis par module (s)
      -TheKeyIsTheNameOfHtmlField=C'est le nom du champ HTML. Ce besoin d'avoir des connaissances techniques pour lire le contenu de la page HTML pour obtenir le nom clé d'un champ.
      -PageUrlForDefaultValues=Vous devez entrer ici l'URL relative de la page. Si vous incluez des paramètres dans l'URL, les valeurs par défaut seront effectives si tous les paramètres sont définis sur la même valeur. Exemples:
       EnableDefaultValues=Activer l'utilisation de valeurs par défaut personnalisées
      -EnableOverwriteTranslation=Activer l'utilisation de la traduction écrasée
      -GoIntoTranslationMenuToChangeThis=Une traduction a été trouvée pour la clé avec ce code, afin de modifier cette valeur, vous devez l'éditer pour la traduction à domicile.
       WarningSettingSortOrder=Avertissement, le réglage d'un ordre de tri par défaut peut entraîner une erreur technique lors de la page de la liste si un champ est un champ inconnu. Si vous rencontrez une telle erreur, revenez à cette page pour supprimer l'ordre de tri par défaut et restaurer le comportement par défaut.
       ProductDocumentTemplates=Modèles de documents pour générer un document produit
       FreeLegalTextOnExpenseReports=Texte juridique gratuit sur les rapports de dépenses
      @@ -140,32 +108,22 @@ WatermarkOnDraftExpenseReports=Filigrane sur les projets de rapports de dépense
       Module0Desc=Gestion des utilisateurs / employés et des groupes
       Module42Desc=Installations de journalisation (fichier, syslog, ...). Ces journaux sont à des fins techniques / de débogage.
       Module57Name=Ordres de paiement bancaire direct
      -Module57Desc=Gestion des ordres de paiement de débit direct. Il comprend la génération du fichier SEPA pour les pays européens.
       Module75Name=Notes de frais et déplacements
      -Module240Desc=Outil d'exportation de données Dolibarr (avec des assistants)
      -Module250Desc=Outil d'importation de données à Dolibarr (avec des assistants)
       Module510Name=Paiement des salaires des employés
      -Module510Desc=Enregistrer et suivre le paiement de vos salaires salariés
       Module770Name=Note de frais
      -Module2000Desc=Permet d'éditer une zone de texte à l'aide d'un éditeur avancé (basé sur CKEditor)
       Module2400Name=Evénements / Agenda
       Module2600Name=services API / Web ( serveur SOAP )
       Module2600Desc=Active le serveur de Web Services de Dolibarr
       Module2610Name=services API / Web ( serveur REST )
       Module2610Desc=Activer le serveur REST de services API de les services
       Module2660Name=WebServices appel ( client SOAP )
      -Module2660Desc=Activer le client Dolibarr de services Web (peut être utilisé pour pousser les données / demandes de serveurs externes . Fournisseur commandes prises en charge seulement pour le moment )
       Module3100Desc=Ajouter un bouton Skype aux utilisateurs / tiers / contacts / cartes membres
       Module4000Name=Gestion des ressources humaines
       Module10000Name=Sites Internet
       Module20000Name=Gestion des demandes de congès
      -Module20000Desc=Déclaration et suivi des congès des employés
       Module50100Desc=Module de point de vente (POS).
       Module55000Name=Sondage, enquête ou vote
      -Module55000Desc=Module pour faire des sondages en ligne, des enquêtes ou des votes (comme Doodle , Studs , Rdvz , ... )
       Module63000Desc=Gérer les ressources (imprimantes, voitures, salles, ...) vous pouvez ensuite partager vos événements
      -Permission41=Lisez les projets et les tâches (projet partagé et projets auxquels je suis contacté). Peut aussi entrer dans le temps, pour moi ou pour ma hiérarchie, sur les tâches assignées (feuille de temps)
      -Permission42=Créer / modifier des projets (projet partagé et projets pour lesquels je suis contact). Peut également créer des tâches et affecter des utilisateurs à des projets et à des tâches
       Permission45=Exportation de projets
       Permission76=Exporter des données
       Permission91=Consulter les charges et la TPS/TVH
      @@ -176,10 +134,8 @@ Permission144=Supprimer tous les projets et tâches (y compris privés dont je n
       Permission151=Lire les ordres de paiement de débit direct
       Permission152=Créer / modifier des ordres de paiement de débit direct
       Permission153=Envoyer / Transmettre les ordres de paiement de débit direct
      -Permission154=Enregistrer les crédits / Rejet des ordres de paiement par prélèvement automatique
       Permission167=Exportation de contacts
       Permission171=Lire les déplacements et les dépenses (le vôtre et vos subordonnés )
      -Permission262=Prolonger l'accès à tous les tiers (non seulement les tiers que l'utilisateur est un représentant de la vente). <br> Pas efficace pour les utilisateurs externes (toujours limités à eux-mêmes pour des propositions, des commandes, des factures, des contrats, etc.). Projets (règles uniquement sur les autorisations de projet, visibilité et affectation).
       Permission771=Lire les rapports de dépenses (le vôtre et vos subordonnés )
       Permission1322=Réouvrir une facture payée
       Permission20006=Administration des demandes de congé (balance de configuration et de mise à jour )
      @@ -188,8 +144,6 @@ Permission2414=Exportation d'actions/tâches des autres
       Permission59001=Consulter les propositions commerciales
       Permission63002=Créer / modifier des ressources
       Permission63004=Relier les ressources aux événements de l'agenda
      -DictionaryCompanyType=Types de tiers
      -DictionaryCompanyJuridicalType=Formes juridiques des tierces parties
       DictionaryCanton=État / Province
       DictionaryCivility=Titres personnels et professionnels
       DictionaryActions=Types d'événements de l'agenda
      @@ -197,27 +151,11 @@ DictionarySocialContributions=Types de charges sociales
       DictionaryVAT=Taux de TPS/TVH ou de Taxes de Ventes
       DictionaryFormatCards=Formats de cartes
       DictionaryAccountancyJournal=Revues comptables
      -DictionaryHolidayTypes=Types de feuilles
      -DictionaryOpportunityStatus=État d'opportunité pour le projet/chef de file
       SetupNotSaved=Le programme d'installation n'a pas été enregistré
      -VATManagement=Gestion TPS/TVH
      -VATIsUsedDesc=Par défaut, lors de la création de prospects, factures, commandes, etc., le taux de TVA suit la règle standard active: <br> Si le vendeur n'est pas assujetti à la TVA, la TVA prend par défaut 0. Fin de la règle. Si le (pays vendeur = Pays d'achat), la TVA par défaut est égale à la TVA du produit dans le pays de vente. Fin de la règle. <br> Si le vendeur et l'acheteur sont tous deux dans la Communauté européenne et les marchandises sont des produits de transport (voiture, bateau, avion), la TVA par défaut est 0 (la TVA devrait être payée par l'acheteur au bureau de son pays et non à la vendeur). Fin de la règle. Si le vendeur et l'acheteur sont tous deux dans la Communauté européenne et que l'acheteur n'est pas une société, la TVA par défaut est la TVA du produit vendu. Fin de la règle. Si le vendeur et l'acheteur sont tous deux dans la Communauté européenne et l'acheteur est une société, la TVA est 0 par défaut. Fin de la règle. En tout autre cas, le défaut proposé est la TVA = 0. Fin de la règle.
      -VATIsNotUsedDesc=Le taux de TPS/TVH proposé par défaut est 0. C'est le cas d'associations, particuliers ou certaines petites sociétés.
      -LocalTax1IsUsedDesc=Utilisation d'un 2ème type taxe (autre que TPS/TVH)
      -LocalTax1IsNotUsedDesc=Pas d'utilisation de 2ème type taxe (autre que TPS/TVH)
      -LocalTax2IsUsedDesc=Utilisation d'un 3ème type taxe  (autre que TPS/TVH)
      -LocalTax2IsNotUsedDesc=Pas d'utilisation de 3ème type taxe  (autre que TPS/TVH)
       CurrentNext=Actuel / Suivant
       DefaultMaxSizeList=Longueur maximale des listes
      -DefaultMaxSizeShortList=Longueur maximale par défaut des listes
       CompanyObject=Objet de la compagnie
       ShowBugTrackLink=Afficher le lien "Signaler un défaut"
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolérance retardée (en jours) avant l'alerte sur les événements planifiés (événements agenda) non encore terminés
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolérance retardée (en jours) avant l'alerte sur le projet non fermé dans le temps
      -Delays_MAIN_DELAY_TASKS_TODO=Tolérance retardée (en jours) avant l'alerte sur les tâches planifiées (tâches du projet) non complétées encore
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolérance de retard (en jours) avant l'alerte sur les commandes non traitées encore
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolérance de retard (en jours) avant alerte pour les rapports de dépenses à approuver
      -SetupDescription1=La zone de configuration est pour les paramètres de configuration initiale avant de commencer à utiliser Dolibarr.
       InfoDolibarr=À propos de Dolibarr
       InfoBrowser=À propos du navigateur
       InfoWebServer=À propos du serveur Web
      @@ -238,11 +176,8 @@ TranslationString=Chaîne de traduction
       WarningAtLeastKeyOrTranslationRequired=Un critère de recherche est requis au moins pour une clé ou une chaîne de traduction
       NewTranslationStringToShow=Nouvelle chaîne de traduction à afficher
       OriginalValueWas=La traduction originale est écrasée. La valeur d'origine était: <br> <br> %s
      -TransKeyWithoutOriginalValue=Vous avez forcé une nouvelle traduction pour la clé de traduction '<strong>%s</strong>' qui n'existe pas dans aucun fichier de langue
       TotalNumberOfActivatedModules=Application / modules activés: <b>%s</b> / <b>%s</b>
      -OnlyFollowingModulesAreOpenedToExternalUsers=Remarque, seuls les modules suivants sont ouverts aux utilisateurs externes (quelle que soit l'autorisation de ces utilisateurs) et uniquement si les autorisations ont été accordées:
      -AskForPreferredShippingMethod=Demandez la méthode d'envoi préférée pour les tiers.
      -PasswordGenerationNone=Aucune suggestion de mot de passe généré . Le mot de passe doit être saisi manuellement.
      +SearchOptim=Optimization des recherches
       PasswordGenerationPerso=Retour un mot de passe en fonction de votre configuration personnellement défini.
       PasswordPatternDesc=Description du modèle de mot de passe
       DisableForgetPasswordLinkOnLogonPage=Ne pas afficher le lien "Mot de passe oublié" sur la page de connexion
      @@ -251,7 +186,6 @@ NotificationsDesc=La fonction de notification des messages électroniques vous p
       NotificationsDescUser=* Par utilisateur, un utilisateur à l'heure.
       NotificationsDescGlobal=* Ou en définissant des emails de cible globaux dans la page de configuration du module.
       MustBeUnique=Doit être unique?
      -MustBeMandatory=Obligatoire de créer des tiers?
       MustBeInvoiceMandatory=Obligatoire de valider les factures?
       PaymentsPDFModules=Modèles de documents de paiement
       PaymentsNumberingModule=Modèles de numérotation des paiements
      @@ -261,20 +195,15 @@ WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Demandez une source d'entrepôt pour l'ordr
       ShippableOrderIconInList=Ajouter un icône dans la liste des commandes qui indique si la commande est expédiable.
       LDAPAdminDnExample=DN complet (ex: cn = admin, dc = exemple, dc = com ou cn = Administrateur, cn = Utilisateurs, dc = exemple, dc = com pour le répertoire actif)
       LDAPFieldTitle=Poste
      -CacheByServerDesc=Par exemple, en utilisant la directive Apache "ExpiresByType image / gif A2592000"
      -DefaultValuesDesc=Vous pouvez définir / forcer ici la valeur par défaut que vous voulez obtenir lorsque vous créez un nouvel enregistrement, et / ou défairez les filtres ou le tri lors de votre liste.
       DefaultSortOrder=Ordres de tri par défaut
       DefaultFocus=Champs de mise au point par défaut
       MergePropalProductCard=Activez dans le produit/service, l'option onglet de fichiers attachés pour fusionner le produit PDF le document à la proposition PDF azur si le produit/service est dans la proposition
      -ViewProductDescInThirdpartyLanguageAbility=Visualisation des descriptions de produits dans la langue de tiers
      -UseSearchToSelectProduct=Attendez que vous appuyez sur une touche avant de charger le contenu de la liste des combo du produit (cela peut augmenter les performances si vous avez un grand nombre de produits, mais cela est moins pratique)
       UseUnits=Définir une unité de mesure pour la quantité lors de la commande, l'édition de la proposition ou les lignes de facture
       IsNotADir=n'est pas un répertoire
       BarcodeDescDATAMATRIX=Codebarre de type Datamatrix
       BarcodeDescQRCODE=Codebarre de type QRcode
       WithdrawalsSetup=Configuration du module Ordres de paiement de débit direct
       SendingsAbility=Fiches d'expédition de soutien pour les livraisons aux clients
      -NoNeedForDeliveryReceipts=Dans la plupart des cas, les feuilles d'expédition sont utilisées à la fois comme feuilles pour les livraisons clients (liste des produits à envoyer) et les feuilles reçues et signées par le client. Donc, les reçus des livraisons de produits sont une fonctionnalité en double et sont rarement activés.
       FCKeditorForMail=Création / édition WYSIWIG pour tous les courriers (sauf Outils-> eMailing)
       NotTopTreeMenuPersonalized=Menus personnalisés non liés à une entrée de menu supérieure
       ConfirmDeleteMenu=Êtes-vous sûr de vouloir supprimer l'entrée du menu <b>%s</b>?
      @@ -283,15 +212,9 @@ TaxSetup=Configuration du module Taxes, charges sociales et dividendes
       OptionVatMode=TPS/TVH due
       OptionVatDefaultDesc=TPS/TVH sur encaissement, l'exigibilité de la TPS/TVH est:<br>- sur livraison pour les biens (en pratique on utilise la date de facturation)<br>- sur paiement pour les services
       OptionVatDebitOptionDesc=TPS/TVH sur débit, l'exigibilité de la TPS/TVH est:<br>- sur livraison pour les biens (en pratique on utilise la date de facturation)<br>- sur facturation (débit) pour les services
      -SummaryOfVatExigibilityUsedByDefault=Moment d'exigibilité par défaut de la TPS/TVH pour l'option choisie:
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Réglez automatiquement cette valeur par défaut pour le type d'événement dans en événement de lors de la création »
      -AGENDA_DEFAULT_FILTER_TYPE=Régler automatiquement ce type d'événement dans le filtre de recherche de la vue agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Régler automatiquement le statut d'événement dans le filtre de recherche de la vue agenda
       AGENDA_SHOW_LINKED_OBJECT=Afficher l'objet lié dans la vue d'agenda
       ClickToDialUrlDesc=Url appelle quand un clic sur le picto du téléphone est terminé. Dans l'URL, vous pouvez utiliser des tags sur <b> __ PHONETO __ </ b> qui sera remplacé par le numéro de téléphone de la personne à appeler <b> __ PHONEFROM __ </ b> qui sera remplacé par le numéro de téléphone de l'appel Personne (votre) <br> <b> __ LOGIN __ </ b> qui sera remplacé par login clicktodial (défini sur la carte utilisateur) <br> <b> __ PASS __ </ b> qui sera remplacé par le mot de passe clicktodial (défini sur l'utilisateur carte).
      -ClickToDialDesc=Ce module permet de faire des numéros de téléphone cliquable . Un clic sur cette icône fera appel à rendre votre téléphone pour appeler le numéro de téléphone . Cela peut être utilisé pour appeler un système de Dolibarr du centre d'appels qui peut appeler le numéro de téléphone sur un système SIP par exemple.
       ClickToDialUseTelLink=Utilisez juste un lien "tel: " sur les numéros de téléphone
      -ClickToDialUseTelLinkDesc=Utilisez cette méthode si vos utilisateurs ont un softphone ou une interface de logiciel installé sur un même ordinateur que le navigateur , et a appelé lorsque vous cliquez sur un lien dans votre navigateur qui commencent par "tel: " . Si vous avez besoin d'une solution de serveur complet (pas besoin d'installation locale du logiciel ) , vous devez définir ce "Non" et remplir champ suivant.
       EndPointIs=Les clients SOAP doivent envoyer leurs demandes au point d'extrémité Dolibarr disponible à l'URL
       ApiSetup=Configuration du module API
       ApiDesc=En activant ce module , Dolibarr devenir un serveur REST pour fournir des services Web divers .
      @@ -312,8 +235,6 @@ ShowFiscalYear=Afficher la période comptable
       SalariesSetup=Configuration du module salariés
       ListOfNotificationsPerUser=Liste des notifications par utilisateur *
       ListOfNotificationsPerUserOrContact=Liste des notifications par utilisateur * ou par contact **
      -GoOntoUserCardToAddMore=Allez sur l'onglet "Notifications" d'un utilisateur pour ajouter ou supprimer des notifications pour les utilisateurs
      -GoOntoContactCardToAddMore=Accédez à l'onglet "Notifications" d'un tiers pour ajouter ou supprimer des notifications de contacts / adresses
       ConfFileMustContainCustom=L'installation ou la construction d'un module externe à partir de l'application doit sauvegarder les fichiers du module dans le répertoire <strong>%s</strong>. Pour que ce répertoire soit traité par Dolibarr, vous devez configurer votre <strong> conf / conf.php </strong> pour ajouter les 2 lignes de directive: <br><strong> $ dolibarr_main_url_root_alt = '/ custom'; </strong><br><strong> $ dolibarr_main_document_root_alt = '%s / custom'; </strong>
       HighlightLinesOnMouseHover=Mettez en surbrillance les lignes de table lorsque déplacement de la souris passe au-dessus
       HighlightLinesColor=Mettez en surbrillance la couleur de la ligne lorsque la souris passe au-dessus (gardez vide pour ne pas mettre en évidence)
      @@ -328,15 +249,12 @@ BackgroundTableLineEvenColor=Couleur de fond même pour les lignes de table
       MinimumNoticePeriod=Période minimale de préavis  (Votre demande de congé doit être fait avant ce délai)
       NbAddedAutomatically=Nombre de jours ajoutés aux compteurs d'utilisateurs (automatiquement) chaque mois
       EnterAnyCode=Ce champ contient une référence pour identifier la ligne. Entrez une valeur de votre choix, mais sans caractères spéciaux.
      -UnicodeCurrency=Saisissez ici entre accolades , liste de nombre d'octets qui représentent le symbole monétaire . Pour exemple : pour $ , entrez [ 36 ] - pour le Brésil réel R $ [ 82,36 ] - pour € , entrez [ 8364 ]
       ColorFormat=La couleur RVB est en format HEX, par exemple: FF0000
       PositionIntoComboList=Position de la ligne dans les listes déroulantes
       SellTaxRate=Taxes de vente
       UrlTrackingDesc=Si le fournisseur ou le service de transport offrent une page ou un site Web pour vérifier l'état de votre expédition, vous pouvez entrer ici. Vous pouvez utiliser la touche {TrackID} dans les paramètres d'URL afin que le système sera remplacé par la valeur de l'utilisateur du numéro de suivi est entré dans la carte de l'expédition .
      -OpportunityPercent=Lorsque vous créez une opportunité , vous défini un montant estimatif de projet / plomb. Selon le statut des chances , ce montant peut être multiplier par ce taux pour évaluer le montant global toutes vos possibilités peuvent générer. La valeur est pour cent ( entre 0 et 100 ) .
       TemplateForElement=Ce gabarit est dédié à cet élément
       TypeOfTemplate=Type de thèmes
      -TemplateIsVisibleByOwnerOnly=Thème visible par propriétaire seulement
       FillFixTZOnlyIfRequired=Exemple: +2 (remplir seulement si le problème est connu)
       ExpectedChecksum=Somme attendue
       CurrentChecksum=Somme actuel
      @@ -346,10 +264,7 @@ ByDefaultInList=Afficher par défaut sur la liste vue
       TitleExampleForMajorRelease=Exemple de message que vous pouvez utiliser pour annoncer cette version majeure ( se sentir libre de l'utiliser sur vos sites web )
       TitleExampleForMaintenanceRelease=Exemple de message que vous pouvez utiliser pour annoncer cette version de maintenance ( se sentir libre de l'utiliser sur vos sites web )
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version majeure avec beaucoup de nouvelles fonctionnalités pour les utilisateurs et les développeurs. Vous pouvez le télécharger à partir de la zone de téléchargement du https://www.dolibarr.org portal (sous-répertoire Stable versions). Vous pouvez lire <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> pour obtenir la liste complète des modifications.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version de maintenance, donc elle contient uniquement des corrections de bogues. Nous vous recommandons tout le monde en utilisant une ancienne version pour passer à celle-ci. Comme toute version de maintenance, aucune nouvelle fonctionnalité, ni changement de structure de données n'est présent dans cette version. Vous pouvez le télécharger à partir de la zone de téléchargement du https://www.dolibarr.org portal (sous-répertoire Stable versions). Vous pouvez lire <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> pour obtenir la liste complète des modifications.
      -MultiPriceRuleDesc=Lorsque l'option " Plusieurs niveaux de prix par produit / service " est activée, vous pouvez définir des prix différents (un par niveau de prix ) pour chaque produit . Pour gagner du temps , vous pouvez entrer ici la règle pour avoir le prix pour chaque niveau autocalculated en fonction du prix du premier niveau , de sorte que vous devrez entrer seulement le prix pour le premier niveau sur chaque produit . Cette page est ici pour gagner du temps et peut être utile que si vos prix pour chaque leve sont liés à premier niveau . Vous pouvez ignorer cette page dans la plupart des cas .
       ModelModulesProduct=Modèles de documents produits
      -ToGenerateCodeDefineAutomaticRuleFirst=Pour être en mesure de générer automatiquement des codes , vous devez d'abord définir un gestionnaire à l'auto de définir le numéro de code à barres .
       SeeSubstitutionVars=Voir la note * pour la liste des variables de substitution possibles
       AddRemoveTabs=Ajouter ou supprimer des onglets
       AddBoxes=Ajouter des widgets
      @@ -364,17 +279,8 @@ AddOtherPagesOrServices=Ajouter d'autres pages ou services
       AddModels=Ajouter un document ou des modèles de numérotation
       AddSubstitutions=Ajouter des substitutions de clés
       DetectionNotPossible=La détection n'est pas possible
      -UrlToGetKeyToUseAPIs=Url pour obtenir un jeton pour utiliser l'API (une fois que le jeton a été reçu, il est enregistré sur la table des utilisateurs de la base de données et doit être fourni sur chaque appel d'API)
       ListOfAvailableAPIs=Liste des API disponibles
      -activateModuleDependNotSatisfied=Le module "%s" dépend du module "%s" qui manque, donc le module "%1$s" peut ne pas fonctionner correctement. Veuillez installer le module "%2$s" ou désactiver le module "%1$s" si vous souhaitez être à l'abri de toute surprise
      -CommandIsNotInsideAllowedCommands=La commande que vous essayez d'exécuter n'est pas dans la liste des commandes autorisées définies dans le paramètre <strong> $ dolibarr_main_restrict_os_commands </ strong> dans le fichier <strong> conf.php </ strong>.
       LandingPage=Page d'atterrissage
      -SamePriceAlsoForSharedCompanies=Si vous utilisez un module multicompanique, avec le choix "Prix unique", le prix sera également le même pour toutes les entreprises si les produits sont partagés entre les environnements
       ModuleEnabledAdminMustCheckRights=Le module a été activé. Les autorisations pour les modules activés ont été données uniquement aux utilisateurs administratifs. Vous devrez peut-être accorder des autorisations aux autres utilisateurs ou groupes manuellement si nécessaire.
      -UserHasNoPermissions=Cet utilisateur n'a pas d'autorisation définie
      -TypeCdr=Utilisez "Aucun" si la date du terme de paiement est la date de facture plus un delta en jours (delta est le champ "Nb de jours") <br> Utilisez "Fin de mois", si, après le delta, la date doit être augmentée Pour atteindre la fin du mois (+ un «décalage» optionnel en jours) <br> Utilisez "Current / Next" pour que la date de terme de paiement soit le premier Nième du mois (N est stocké dans le champ "Nb de jours")
       BaseCurrency=Monnaie de référence de la société (entrer dans la configuration de l'entreprise pour modifier cela)
      -WarningNoteModuleInvoiceForFrenchLaw=Ce module %s est conforme aux lois françaises (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Ce module %s est conforme aux lois françaises (Loi Finance 2016) car le module Les journaux non réversibles est automatiquement activé.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Vous essayez d'installer le module %s qui est un module externe. L'activation d'un module externe signifie que vous faites confiance à l'éditeur du module et que vous êtes sûr que ce module ne modifie pas négativement le comportement de votre application et est conforme aux lois de votre pays (%s). Si le module comporte une fonctionnalité non juridique, vous devenez responsable de l'utilisation d'un logiciel non juridique.
       UseSearchToSelectResource=Utilisez un formulaire de recherche pour choisir une ressource (plutôt qu'une liste déroulante).
      diff --git a/htdocs/langs/fr_CA/companies.lang b/htdocs/langs/fr_CA/companies.lang
      index 6047b3d8f71..81c395172a7 100644
      --- a/htdocs/langs/fr_CA/companies.lang
      +++ b/htdocs/langs/fr_CA/companies.lang
      @@ -3,8 +3,6 @@ ConfirmDeleteCompany=Êtes-vous sûr de vouloir supprimer cette entreprise et to
       ConfirmDeleteContact=Êtes-vous sûr de vouloir supprimer ce contact et toutes les informations héritées?
       CreateThirdPartyAndContact=Créer un tiers + un contact enfant
       AliasNames=Nom de l'alias (commercial, marque, ... )
      -AliasNameShort=Nom de l'alias
      -ToCreateContactWithSameName=Créeront automatiquement un contact / adresse avec les mêmes informations que le tiers sous le tiers. Dans la plupart des cas, même si votre tiers est une personne physique, créer un tiers seul suffit.
       PostOrFunction=Poste
       State=États/Provinces
       StateShort=États
      @@ -18,7 +16,6 @@ LocalTax1IsUsed=Assujeti à la TVQ
       LocalTax2IsUsed=Assujeti à une troisième taxe
       ProfId6Short=TVQ
       ProfId6=TVQ
      -CompanyHasAbsoluteDiscount=Ce client dispose d'un rabais disponible (notes de crédits ou acomptes) pour <b> %s</b>%s
       CompanyHasNoAbsoluteDiscount=Ce client n'a pas ou plus de remise fixe disponible
       ContactId=ID de contact
       FromContactName=Prénom:
      @@ -26,20 +23,15 @@ ContactForOrdersOrShipments=Contact de commandes ou de livraison
       NoContactForAnyOrderOrShipments=Ce contact n'est contact d'aucune commande ou livraison
       StatusProspect1=Pour être contacté
       ChangeToContact=Changer l'état sur 'À contacter'
      -ExportDataset_company_1=Les tiers (Entreprises / fondations / personnes physiques) et les propriétés
      -ImportDataset_company_1=Les tiers (Entreprises / fondations / personnes physiques) et les propriétés
       AddAddress=Ajoutez l'adresse
       AllocateCommercial=Attribué au représentant des ventes
      -YouMustAssignUserMailFirst=Vous devez d'abord créer un email pour cet utilisateur afin d'y ajouter des notifications par courrier électronique.
       YouMustCreateContactFirst=Pour pouvoir ajouter des notifications par courrier électronique, vous devez d'abord définir des contacts avec des courriels valides pour le tiers
      -LastModifiedThirdParties=Dernier %s tiers modifiés
       InActivity=Ouverte
       ThirdPartyIsClosed=Le tiers est fermé
       ProductsIntoElements=Liste des produits/services en %s
       OutstandingBillReached=Max. Pour la facture exceptionnelle atteinte
       MergeOriginThirdparty=Dupliquer tiers (tiers que vous souhaitez supprimer)
       MergeThirdparties=Fusionner des tiers
      -ConfirmMergeThirdparties=Êtes-vous sûr de vouloir fusionner ce tiers avec le présent? Tous les objets liés (factures, commandes, ...) seront transférés vers un tiers actuel, puis la tierce partie sera supprimée.
       SaleRepresentativeLogin=Connexion du représentant des ventes
       SaleRepresentativeFirstname=Prénom du représentant des ventes
       SaleRepresentativeLastname=Nom de représentant commercial
      diff --git a/htdocs/langs/fr_CA/compta.lang b/htdocs/langs/fr_CA/compta.lang
      index 49ac7c03439..b7119dae022 100644
      --- a/htdocs/langs/fr_CA/compta.lang
      +++ b/htdocs/langs/fr_CA/compta.lang
      @@ -45,8 +45,6 @@ ConfirmDeleteSocialContribution=Êtes-vous sûr de vouloir supprimer cette charg
       ExportDataset_tax_1=Charges sociales et paiements
       CalcModeVATDebt=Mode <b>%sTPS/TVH sur débit%s</b>.
       CalcModeVATEngagement=Mode <b>%s TPS/TVH sur encaissement%s</b>.
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
       RulesResultDue=- Il comprend les factures, les dépenses, la TVA, les dons, qu'ils soient payés ou non. Comprend également les salaires payés. <br> - Il est basé sur la date de validation des factures et la TVA et à la date d'échéance des dépenses. Pour les salaires définis avec le module Salaire, la date de valeur du paiement est utilisée.
       RulesResultInOut=- Il comprend les paiements réels effectués sur les factures, les dépenses, la TVA et les salaires. <br> - Il est basé sur les dates de paiement des factures, des dépenses, de la TVA et des salaires. La date de donation pour le don.
       RulesCADue=- Il comprend les factures exigibles du client, qu'elles soient payées ou non. <br> - Il est basé sur la date de validation de ces factures.<br>
      diff --git a/htdocs/langs/fr_CA/errors.lang b/htdocs/langs/fr_CA/errors.lang
      index 4edfcb3a650..3ba8a944739 100644
      --- a/htdocs/langs/fr_CA/errors.lang
      +++ b/htdocs/langs/fr_CA/errors.lang
      @@ -32,7 +32,6 @@ ErrorBadDateFormat=La valeur '%s' a un mauvais format de date
       ErrorWrongDate=La date n'est pas correcte!
       ErrorFailedToWriteInDir=Erreur d'écriture dans le répertoire %s
       ErrorFoundBadEmailInFile=Trouver une syntaxe de courrier électronique incorrecte pour les lignes %s dans le fichier (ligne d'exemple %s avec email = %s)
      -ErrorUserCannotBeDelete=L'utilisateur ne peut pas être supprimé. Peut-être qu'il soit associé à des entités Dolibarr.
       ErrorFieldsRequired=Certains champs obligatoires n'ont pas été remplis.
       ErrorSubjectIsRequired=Le sujet du courrier électronique est requis
       ErrorFailedToCreateDir=Impossible de créer un répertoire. Vérifiez que l'utilisateur du serveur Web a la permission d'écrire dans le répertoire de documents Dolibarr. Si le paramètre <b> safe_mode </ b> est activé sur ce PHP, vérifiez que les fichiers Dolibarr php appartiennent à l'utilisateur du serveur Web (ou au groupe).
      @@ -54,18 +53,12 @@ ErrorNoValueForSelectType=Remplissez la valeur pour sélectionner la liste
       ErrorNoValueForCheckBoxType=Veuillez remplir la valeur pour la liste des cases à cocher
       ErrorNoValueForRadioType=Remplissez la valeur pour la liste radio
       ErrorBadFormatValueList=La valeur de la liste ne peut pas contenir plus d'une virgule: <u>%s</u>, mais nécessite au moins une: clé, valeur
      -ErrorFieldCanNotContainSpecialCharacters=Le champ <b>%s</b> ne doit pas contenir de caractères spéciaux.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Le champ <b>%s</b> ne doit pas contenir de caractères spéciaux, ni les caractères majuscules et ne peut contenir que des nombres.
       ErrorExportDuplicateProfil=Ce nom de profil existe déjà pour ce jeu d'exportation.
       ErrorLDAPSetupNotComplete=La correspondance Dolibarr-LDAP n'est pas complète.
       ErrorLDAPMakeManualTest=Un fichier .ldif a été généré dans le répertoire %s. Essayez de le charger manuellement à partir de la ligne de commande pour avoir plus d'informations sur les erreurs.
      -ErrorCantSaveADoneUserWithZeroPercentage=Impossible d'enregistrer une action avec "statut non démarré" si le champ "fait par" est également rempli.
       ErrorRefAlreadyExists=La référence utilisée pour la création existe déjà.
      -ErrorRecordHasChildren=Impossible de supprimer l'enregistrement puisqu'il a des enfants.
      -ErrorRecordIsUsedCantDelete=Impossible de supprimer l'enregistrement. Il est déjà utilisé ou inclus dans un autre objet.
       ErrorModuleRequireJavascript=Javascript ne doit pas être désactivé pour que cette fonction fonctionne. Pour activer / désactiver Javascript, accédez au menu Accueil-> Configuration-> Affichage.
       ErrorPasswordsMustMatch=Les deux mots de passe dactylographiés doivent correspondre les uns aux autres
      -ErrorContactEMail=Une erreur technique s'est produite. Veuillez contacter l'administrateur pour suivre le courrier électronique <b>%s</b> en fournir le code d'erreur <b>%s</b>dans votre message, ou encore mieux en ajoutant une copie d'écran de cette page.
       ErrorWrongValueForField=Valeur incorrecte pour le numéro de champ <b>%s</b> (valeur '<b>%s</b>' ne correspond pas à la règle regex <b>%s</b>)
       ErrorFieldValueNotIn=Valeur incorrecte pour le numéro de champ <b>%s</b> (valeur '<b>%s</b>' n'est pas une valeur disponible dans le champ <b>%s</b> de la table <b> %s</b> )
       ErrorFieldRefNotIn=Valeur incorrecte pour le numéro de champ <b>%s</b> (valeur '<b> %s</b>' n'est pas un <b>%s</b> référence existante)
      @@ -76,7 +69,6 @@ ErrorModuleSetupNotComplete=La configuration du module semble être inachevée.
       ErrorBadMaskBadRazMonth=Erreur, mauvaise valeur de réinitialisation
       ErrorMaxNumberReachForThisMask=Nombre maxi pour ce masque
       ErrorCounterMustHaveMoreThan3Digits=Le compteur doit avoir plus de 3 chiffres
      -ErrorDeleteNotPossibleLineIsConsolidated=L'effacement n'est pas possible car l'enregistrement est lié à une transition bancaire conciliée
       ErrorProdIdAlreadyExist=%s est affecté à un autre tiers
       ErrorFailedToLoadRSSFile=Impossible d'obtenir un flux RSS. Essayez d'ajouter constante MAIN_SIMPLEXMLLOAD_DEBUG si les messages d'erreur ne fournissent pas suffisamment d'informations.
       ErrorForbidden=Accès refusé. <br> Vous essayez d'accéder à une page, zone ou fonctionnalité d'un module désactivé ou sans être dans une session authentifiée ou non autorisée pour votre utilisateur.
      @@ -114,14 +106,12 @@ ErrorBadFormat=Mauvais format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Erreur, ce membre n'est pas encore lié à un tiers. Associez le membre à un tiers existant ou créez un nouveau tiers avant de créer une souscription avec facture.
       ErrorThereIsSomeDeliveries=Une erreur, des livraisons sont liées à cette expédition. La suppression a été refusée.
       ErrorCantDeletePaymentReconciliated=Impossible de supprimer un paiement qui a généré une entrée bancaire qui a été réconciliée
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Impossible de supprimer un paiement partagé par au moins une facture avec le statut Payé
       ErrorPriceExpression1=Impossible d'assigner à la constante '%s'
       ErrorPriceExpression2=Impossible de redéfinir la fonction intégrée '%s'
       ErrorPriceExpression3=Variable non définie '%s' en définition de fonction
       ErrorPriceExpression5=Inattendue '%s'
       ErrorPriceExpression6=Mauvais nombre d'arguments (%s donné, %s prévu)
       ErrorPriceExpression8=Opérateur inattendu '%s'
      -ErrorPriceExpression10=Iperator '%s' manque d'opérande
       ErrorPriceExpression11=En attendant '%s'
       ErrorPriceExpression17=Variable non définie '%s'
       ErrorPriceExpression19=Expression non trouvée
      @@ -134,10 +124,8 @@ ErrorGlobalVariableUpdater3=Les données demandées n'ont pas été trouvées en
       ErrorGlobalVariableUpdater5=Aucune variable globale sélectionnée
       ErrorFieldMustBeANumeric=Le champ <b>%s</b> doit être une valeur numérique
       ErrorMandatoryParametersNotProvided=Paramètre (s) obligatoire (s) non fourni
      -ErrorOppStatusRequiredIfAmount=Vous avez fixé un montant estimé pour cette opportunité / chef de file. Vous devez donc entrer son statut
       ErrorFailedToLoadModuleDescriptorForXXX=Impossible de charger la classe descripteur du module pour %s
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Définition incorrecte de la matrice de menus dans le descripteur de module (mauvaise valeur pour la clé fk_menu)
      -ErrorSavingChanges=Une erreur s'est produite lors de l'enregistrement des modifications
       ErrorWarehouseRequiredIntoShipmentLine=Un entrepôt est requis sur la ligne à expédier
       ErrorFileMustHaveFormat=Le fichier doit avoir un format %s
       ErrorsThirdpartyMerge=Impossible de fusionner les deux enregistrements. Demande annulée.
      @@ -167,9 +155,7 @@ WarningBookmarkAlreadyExists=Un marque-page avec ce titre ou cette cible (URL) e
       WarningPassIsEmpty=Attention, le mot de passe de la base de données est vide. C'est un trou de sécurité. Vous devez ajouter un mot de passe à votre base de données et modifier votre fichier conf.php pour refléter cela.
       WarningConfFileMustBeReadOnly=Avertissement, votre fichier de configuration (<b> htdocs / conf / conf.php </ b>) peut être écrasé par le serveur Web. C'est un trou de sécurité sérieux. Modifiez les autorisations sur le fichier pour être en mode lecture seule pour l'utilisateur du système d'exploitation utilisé par le serveur Web. Si vous utilisez le format Windows et FAT pour votre disque, vous devez savoir que ce système de fichiers ne permet pas d'ajouter des autorisations au fichier, donc ne peut pas être complètement sécurisé.
       WarningsOnXLines=Avertissements sur <b>%s</b> enregistrement source (s)
      -WarningNoDocumentModelActivated=Aucun modèle, pour la génération de document, n'a été activé. Un modèle sera choisi par défaut jusqu'à ce que vous vérifiez la configuration de votre module.
       WarningLockFileDoesNotExists=Attention, une fois la configuration terminée, vous devez désactiver l'installation / la migration des outils en ajoutant un fichier <b> install.lock</b> dans le répertoire <b> %s</b>. Le fait de manquer ce fichier est un trou de sécurité.
      -WarningUntilDirRemoved=Tous les avertissements de sécurité (visibles uniquement par les utilisateurs d'administration) resteront actifs tant que la vulnérabilité est présente (ou que constante MAIN_REMOVE_INSTALL_WARNING est ajoutée dans Configuration-> Autre configuration).
       WarningCloseAlways=Avertissement, la fermeture se fait même si le montant diffère entre les éléments source et cible. Activez cette fonctionnalité avec prudence.
       WarningUsingThisBoxSlowDown=Avertissement, l'utilisation de cette boîte ralentit sérieusement toutes les pages montrant la boîte.
       WarningClickToDialUserSetupNotComplete=L'installation des informations ClickToDial pour votre utilisateur n'est pas complète (voir l'onglet ClickToDial sur votre carte utilisateur).
      diff --git a/htdocs/langs/fr_CA/interventions.lang b/htdocs/langs/fr_CA/interventions.lang
      index e659b59bde5..38f5120a2de 100644
      --- a/htdocs/langs/fr_CA/interventions.lang
      +++ b/htdocs/langs/fr_CA/interventions.lang
      @@ -34,8 +34,6 @@ TypeContact_fichinter_external_CUSTOMER=Suivi du contact client
       PrintProductsOnFichinter=Imprimez également les lignes de type "produit" (non seulement les services) sur la carte d'intervention
       PrintProductsOnFichinterDetails=Interventions générées à partir des commandes
       UseServicesDurationOnFichinter=Utiliser la durée des services pour les interventions générées à partir des commandes
      -NbOfinterventions=Nb de cartes d'intervention
      -NumberOfInterventionsByMonth=Nb de cartes d'intervention par mois (date de validation)
       InterId=ID d'intervention
       InterRef=Intervention réf.
       InterDateCreation=Intervention de création de date
      diff --git a/htdocs/langs/fr_CA/main.lang b/htdocs/langs/fr_CA/main.lang
      index 25d94a95349..c7466f9df38 100644
      --- a/htdocs/langs/fr_CA/main.lang
      +++ b/htdocs/langs/fr_CA/main.lang
      @@ -23,7 +23,6 @@ DatabaseConnection=Connexion à la base de donnée
       ErrorCanNotCreateDir=Impossible de créer le dir %s
       ErrorCanNotReadDir=Impossible de lire le dir %s
       ErrorNoSocialContributionForSellerCountry=Erreur, aucun type de charges défini pour le pays '%s'.
      -ErrorCannotAddThisParentWarehouse=Vous essayez d'ajouter un entrepôt parent qui est déjà un enfant de l'actuel
       NotAuthorized=Vous n'êtes pas autorisé à le faire.
       SeeHere=Regardez ici
       ClickHere=Cliquez ici
      @@ -40,7 +39,6 @@ NotClosed=Pas fermé
       RemoveLink=Supprimer lien
       AddToDraft=Ajouter au projet
       CloseBox=Supprimer le widget de votre tableau de bord
      -ConfirmSendCardByMail=Voulez-vous vraiment envoyer le contenu de cette carte par mail à <b>%s</b>?
       Resiliate=Mettre fin
       NotValidated=Pas validé
       NoteSomeFeaturesAreDisabled=Attention, seules quelques modules/fonctionnalités ont été activés dans cette démo.
      @@ -56,7 +54,6 @@ UserCreationShort=Util. création
       UserModificationShort=Util. modification
       CurrencyRate=Taux de conversion monétaire
       UseLocalTax=Inclure taxe
      -DefaultValues=Les valeurs par défaut
       UnitPriceHT=Prix unitaire (no tax.)
       UnitPriceTTC=Prix unitaire tx incl.
       PriceUHT=Prix
      @@ -67,7 +64,6 @@ AmountTTCShort=Montant (tx incl.)
       AmountHT=Montant (no tax.)
       AmountTTC=Montant (tx incl.)
       AmountVAT=Montant TPS/TVH
      -MulticurrencyAlreadyPaid=Déjà payé, monnaie d'origine
       MulticurrencyRemainderToPay=Reste à payer, monnaie d'origine
       MulticurrencyAmountHT=Montant (net d'impôt), monnaie d'origine
       MulticurrencyAmountTTC=Montant (hors taxe), monnaie d'origine
      @@ -91,11 +87,8 @@ VATRate=Taux TPS/TVH
       Module=Module / Application
       Modules=Modules / Applications
       FilterOnInto=Critères de recherche '<strong>%s</strong>' dans les champs %s
      -DolibarrStateBoard=Statistiques de base de données
      -DolibarrWorkBoard=Ouvrir le tableau de bord des éléments
       Approved=Approuver
       Opened=Ouverte
      -LateDesc=Retard pour définir si un enregistrement est en retard ou non dépend de votre configuration. Demandez à votre administrateur de modifier le délai du menu Accueil - Configuration - Alertes.
       DeletePicture=Supprimer image
       ConfirmDeletePicture=Etes-vous sur de vouloir supprimer cette image ?
       EnterLoginDetail=Entrez les détails de connexion
      @@ -113,7 +106,6 @@ RecordsDeleted=%s enregistrement(s) supprimé(s)
       CompleteOrNoMoreReceptionExpected=Complète ou rien de plus attendu
       YouCanChangeValuesForThisListFromDictionarySetup=Vous pouvez modifier les valeurs de cette liste dans le menu Configuration - Dictionnaires
       YouCanChangeValuesForThisListFrom=Vous pouvez modifier les valeurs de cette liste dans le menu %s
      -YouCanSetDefaultValueInModuleSetup=Vous pouvez configurer la valeur par défaut utilisée lors de la création d'un nouvel enregistrement dans la configuration du module
       MenuAccountancy=Compte
       Layout=Disposition
       Screen=Écran
      @@ -128,7 +120,6 @@ ShowTransaction=Afficher l'entrée sur le compte bancaire
       DeleteLine=Suppression de ligne
       ConfirmDeleteLine=Êtes-vous sûr de vouloir supprimer cette ligne?
       NoPDFAvailableForDocGenAmongChecked=Aucun document PDF n'était disponible pour la génération du document parmi les enregistrements vérifiés
      -TooManyRecordForMassAction=Trop d'enregistrement sélectionné pour une action de masse. L'action est limitée à une liste de %s enregistrement.
       NoRecordSelected=Aucun enregistrement sélectionné
       MassFilesArea=Domaine pour les fichiers construits par des actions de masse
       ShowTempMassFilesArea=Afficher la zone des fichiers construits par des actions de masse
      @@ -139,7 +130,6 @@ ExportList=Liste des exportations
       GroupBy=Par groupe...
       ViewFlatList=Afficher la liste forfaitaire
       RemoveString=Supprimer la chaîne '%s'
      -SomeTranslationAreUncomplete=Certaines langues peuvent être partiellement traduites ou peuvent contenir des erreurs. Si vous détectez certains, vous pouvez réparer les fichiers de langue se connectant à <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/ Dolibarr / </a>.
       Download=Télécharger
       ActualizeCurrency=Mettre à jour le taux de change
       Fiscalyear=Année fiscale
      @@ -150,7 +140,6 @@ ExpenseReports=Note de frais
       HR=HEURE
       HRAndBank=RH et Banque
       TitleSetToDraft=Retourner au brouillon
      -ConfirmSetToDraft=Êtes-vous sûr de vouloir revenir à l'état du projet?
       Rights=Droits
       SetRef=Ref.
       Select2ResultFoundUseArrows=Certains résultats ont été trouvés. Utilisez les flèches pour sélectionner.
      @@ -165,5 +154,4 @@ SearchIntoTasks=les tâches
       SearchIntoCustomerProposals=Propositions de clients
       SearchIntoCustomerShipments=Envois clients
       SearchIntoExpenseReports=Note de frais
      -SearchIntoLeaves=Feuilles
       AssignedTo=Affecté à
      diff --git a/htdocs/langs/fr_CA/members.lang b/htdocs/langs/fr_CA/members.lang
      index 51d1c0a17c4..59416044d4b 100644
      --- a/htdocs/langs/fr_CA/members.lang
      +++ b/htdocs/langs/fr_CA/members.lang
      @@ -138,5 +138,4 @@ MembersByNature=Cet écran vous montre des statistiques sur les membres par natu
       MembersByRegion=Cet écran vous montre des statistiques sur les membres par région.
       VATToUseForSubscriptions=Taux de TVA à utiliser pour les abonnements
       NoVatOnSubscription=Pas de TVA pour les abonnements
      -MEMBER_PAYONLINE_SENDEMAIL=Courrier électronique à utiliser pour l'alerte par courrier électronique lorsque Dolibarr reçoit une confirmation d'un paiement validé pour un abonnement (Exemple: paymentdone@example.com)
       ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Produit utilisé pour la ligne d'abonnement en facture: %s
      diff --git a/htdocs/langs/fr_CA/other.lang b/htdocs/langs/fr_CA/other.lang
      index b4d27a0a27a..13d212f5189 100644
      --- a/htdocs/langs/fr_CA/other.lang
      +++ b/htdocs/langs/fr_CA/other.lang
      @@ -10,9 +10,6 @@ ZipFileGeneratedInto=Fichier Zip généré dans <b>%s</b>.
       MessageOK=Message sur la page de retour de paiement validée
       MessageKO=Message sur la page de retour de paiement annulée
       PreviousYearOfInvoice=Année de facture précédente
      -Notify_FICHINTER_ADD_CONTACT=Ajout de contact à Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validée
      -Notify_FICHINTER_SENTBYMAIL=Intervention envoyée par courrier
       Notify_ORDER_VALIDATE=Ordre client validé
       Notify_ORDER_SENTBYMAIL=Commande client envoyée par courrier électronique
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Commande du fournisseur envoyée par courrier
      @@ -20,23 +17,21 @@ Notify_ORDER_SUPPLIER_VALIDATE=Ordre du fournisseur enregistré
       Notify_ORDER_SUPPLIER_APPROVE=Ordre du fournisseur approuvé
       Notify_ORDER_SUPPLIER_REFUSE=Ordre du fournisseur refusé
       Notify_PROPAL_VALIDATE=Proposition client validée
      -Notify_PROPAL_CLOSE_SIGNED=Client propal fermé signé
      -Notify_PROPAL_CLOSE_REFUSED=Client propal fermé refusé
       Notify_PROPAL_SENTBYMAIL=Proposition commerciale envoyée par courrier
       Notify_WITHDRAW_TRANSMIT=Retrait de la transmission
       Notify_WITHDRAW_CREDIT=Retrait de crédit
       Notify_WITHDRAW_EMIT=Effectuer le retrait
       Notify_COMPANY_SENTBYMAIL=Les envois envoyés par une carte tierce
       Notify_BILL_UNVALIDATE=Facture du client non valide
      -Notify_BILL_PAYED=Facture du client payée
       Notify_BILL_CANCEL=Facture du client annulée
       Notify_BILL_SENTBYMAIL=Facture du client envoyée par courrier
       Notify_BILL_SUPPLIER_VALIDATE=Facture du fournisseur validée
      -Notify_BILL_SUPPLIER_PAYED=Facture du fournisseur payée
       Notify_BILL_SUPPLIER_SENTBYMAIL=Facture du fournisseur envoyée par courrier
       Notify_BILL_SUPPLIER_CANCELED=Facture du fournisseur annulée
       Notify_CONTRACT_VALIDATE=Contrat validé
       Notify_FICHEINTER_VALIDATE=Intervention validée
      +Notify_FICHINTER_ADD_CONTACT=Ajout de contact à Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention envoyée par courrier
       Notify_SHIPPING_VALIDATE=Expédition validée
       Notify_SHIPPING_SENTBYMAIL=Expédition envoyée par mail
       Notify_MEMBER_VALIDATE=Membre validé
      @@ -47,7 +42,6 @@ Notify_MEMBER_DELETE=Membre supprimé
       NbOfAttachedFiles=Nombre de fichiers / documents attachés
       TotalSizeOfAttachedFiles=Taille totale des fichiers / documents attachés
       AttachANewFile=Joindre un nouveau fichier / document
      -NbOfActiveNotifications=Nombre de notifications (nb des emails du destinataire)
       DemoDesc=Dolibarr est un ERP / CRM compact prenant en charge plusieurs modules métier. Une démonstration montrant tous les modules n'a aucun sens car ce scénario ne se produit jamais (plusieurs centaines disponibles). Ainsi, plusieurs profils de démonstration sont disponibles.
       ChooseYourDemoProfil=Choisissez le profil de démonstration qui correspond le mieux à vos besoins ...
       ChooseYourDemoProfilMore=... ou créez votre propre profil <br> (sélection du module manuel)
      @@ -99,7 +93,6 @@ EnableGDLibraryDesc=Installez ou activez la bibliothèque GD sur votre installat
       ProfIdShortDesc=<b>Prof ID%s</b> est une information en fonction d'un pays tiers. <br> Par exemple, pour le pays <b>%s</b>, c'est le code<b>%s</b>.
       DolibarrDemo=Démo Dolibarr ERP / CRM
       StatsByNumberOfUnits=Statistiques pour la somme des produits / services
      -StatsByNumberOfEntities=Statistiques en nombre d'entités référantes (nb de facture, ou commande ...)
       NumberOfProposals=Nombre de propositions
       NumberOfCustomerInvoices=Nombre de factures des clients
       NumberOfSupplierProposals=Nombre de propositions de fournisseurs
      @@ -110,7 +103,6 @@ NumberOfUnitsCustomerInvoices=Nombre d'unités sur les factures des clients
       NumberOfUnitsSupplierProposals=Nombre d'unités sur les propositions des fournisseurs
       NumberOfUnitsSupplierOrders=Nombre d'unités sur commandes fournisseurs
       NumberOfUnitsSupplierInvoices=Nombre d'unités sur les factures des fournisseurs
      -EMailTextInterventionAddedContact=Une nouvelle intervention %s vous a été assignée.
       EMailTextInterventionValidated=L'intervention %s a été validée.
       EMailTextInvoiceValidated=La facture %s a été validée.
       EMailTextProposalValidated=Le projet %s a été validé.
      @@ -122,7 +114,6 @@ ImportedWithSet=Ensemble de données sur l'importation
       ResizeDesc=Entrez une nouvelle largeur <b> OU </ b> nouvelle hauteur. Le ratio sera maintenu pendant le redimensionnement ...
       NewSizeAfterCropping=Nouvelle taille après la culture
       DefineNewAreaToPick=Définir une nouvelle zone sur l'image à choisir (clic gauche sur l'image, puis faites glisser jusqu'à ce que vous atteigniez le coin opposé)
      -CurrentInformationOnImage=Cet outil a été conçu pour vous aider à redimensionner ou à recadrer une image. Il s'agit d'informations sur l'image éditée en cours
       YouReceiveMailBecauseOfNotification=Vous recevez ce message car votre courriel a été ajouté à la liste des cibles pour être informé des événements particuliers dans le logiciel %s de %s.
       YouReceiveMailBecauseOfNotification2=Cet événement est le suivant:
       ThisIsListOfModules=Il s'agit d'une liste de modules présélectionnés par ce profil de démonstration (seuls les modules les plus courants sont visibles dans cette démo). Modifiez ceci pour avoir une démo plus personnalisée et cliquez sur "Démarrer".
      diff --git a/htdocs/langs/fr_CA/projects.lang b/htdocs/langs/fr_CA/projects.lang
      index 803c80994c3..1e448ea512a 100644
      --- a/htdocs/langs/fr_CA/projects.lang
      +++ b/htdocs/langs/fr_CA/projects.lang
      @@ -22,12 +22,9 @@ AddProject=Créer un projet
       ConfirmDeleteAProject=Êtes-vous sûr de vouloir supprimer ce projet?
       ConfirmDeleteATask=Êtes-vous sûr de vouloir supprimer cette tâche?
       OpenedTasks=Ouvrir des tâches
      -OpportunitiesStatusForOpenedProjects=Opportunités nombre de projets ouverts par statut
      -OpportunitiesStatusForProjects=Opportunités montant des projets par statut
       ShowProject=Afficher le projet
       SetProject=Définir le projet
       NoProject=Aucun projet défini ou détenu
      -NbOfProjects=Nb de projets
       TimeSpent=Temps passé
       TimeSpentByYou=Temps passé par vous
       TimeSpentByUser=Temps passé par l'utilisateur
      @@ -47,10 +44,6 @@ MyActivities=Mes tâches / activités
       MyProjectsArea=Zone de mes projets
       ProgressDeclared=Progrès déclaré
       ListOfTasks=Liste des tâches
      -ListInvoicesAssociatedProject=Liste des factures de clients associées au projet
      -ListPredefinedInvoicesAssociatedProject=Liste des factures de modèles de clients associées au projet
      -ListShippingAssociatedProject=Liste des envois associés au projet
      -ListExpenseReportsAssociatedProject=Liste des rapports de dépenses associés au projet
       ListTaskTimeUserProject=Liste des temps consacrés aux tâches du projet
       ActivityOnProjectToday=Activité sur le projet aujourd'hui
       ActivityOnProjectYesterday=Activité sur projet hier
      @@ -89,10 +82,8 @@ ConfirmCloneProject=Êtes-vous sûr de cloner ce projet?
       ProjectReportDate=Modifier les dates des tâches en fonction de la nouvelle date de début du projet
       ErrorShiftTaskDate=Impossible de modifier la date de la tâche selon la nouvelle date de début du projet
       TaskDeletedInDolibarr=Tâche %s supprimé
      -OpportunityStatus=Statut d'opportunité
       OpportunityStatusShort=Opp. statut
       OpportunityProbabilityShort=Opp. Probab.
      -OpportunityAmount=Montant de l'opportunité
       OpportunityAmountShort=Opp. montant
       OpportunityAmountAverageShort=Moyenne Opp. montant
       OpportunityAmountWeigthedShort=Opp pondéré. montant
      @@ -105,8 +96,6 @@ TypeContact_project_task_internal_TASKCONTRIBUTOR=Donateur
       TypeContact_project_task_external_TASKCONTRIBUTOR=Donateur
       SelectElement=Sélectionnez l'élément
       AddElement=Lien vers l'élément
      -DocumentModelBeluga=Modèle de projet pour l'aperçu des objets liés
      -DocumentModelBaleine=Modèle de rapport de projet pour les tâches
       PlannedWorkload=Charge de travail planifiée
       ProjectReferers=Articles connexes
       ProjectMustBeValidatedFirst=Le projet doit d'abord être validé
      @@ -122,19 +111,12 @@ AssignTaskToUser=Affectez une tâche à %s
       SelectTaskToAssign=Sélectionnez la tâche à affecter ...
       AssignTask=Attribuer
       ProjectOverview=Aperçu
      -ManageTasks=Utiliser des projets pour suivre les tâches et le temps
       ManageOpportunitiesStatus=Utiliser des projets pour suivre les pistes / opportunités
      -ProjectOppAmountOfProjectsByMonth=Nombre de possibilités par mois
      -ProjectOpenedProjectByOppStatus=Projet ouvert / chef d'entreprise selon le statut d'opportunité
       ProjectsStatistics=Statistiques sur les projets / prospects
       TasksStatistics=Statistiques sur les tâches de projet / chef de file
       TaskAssignedToEnterTime=Tâche attribuée. La saisie de cette tâche devrait être possible.
       IdTaskTime=Id temps de tâche
       YouCanCompleteRef=Si vous souhaitez compléter la référence avec certaines informations (pour l'utiliser comme filtres de recherche), il est recommandé d'ajouter un caractère pour le séparer, de sorte que la numérotation automatique fonctionnera toujours correctement pour les prochains projets. Par exemple %s-ABC. Vous pouvez également ajouter des clés de recherche dans l'étiquette. Mais la meilleure pratique peut être d'ajouter un champ dédié, également appelé attributs complémentaires.
       OpenedProjectsByThirdparties=Projets ouverts par des tiers
      -OnlyOpportunitiesShort=Seules les opportunités
      -NotAnOpportunityShort=Pas une opportunité
      -OpportunityTotalAmount=Possibilité montant total
      -OpportunityPonderatedAmountDesc=Montant des opportunités pondéré avec probabilité
       OppStatusPENDING=Créance
       OppStatusWON=A gagné
      diff --git a/htdocs/langs/fr_CA/stocks.lang b/htdocs/langs/fr_CA/stocks.lang
      index 4cb04eb36da..fbf6cdcbe0f 100644
      --- a/htdocs/langs/fr_CA/stocks.lang
      +++ b/htdocs/langs/fr_CA/stocks.lang
      @@ -16,7 +16,6 @@ ListMouvementStockProject=Liste des mouvements de stock associés au projet
       StocksArea=Zone d'entrepôts
       LocationSummary=Nom abrégé
       MassStockTransferShort=Transfert de stock de masse
      -LabelMovement=Étiquette de mouvement
       NumberOfUnit=Nombre d'unités
       UnitPurchaseValue=Prix ​​unitaire d'achat
       StockTooLow=Stock trop bas
      diff --git a/htdocs/langs/fr_CH/admin.lang b/htdocs/langs/fr_CH/admin.lang
      deleted file mode 100644
      index 790d1e6cd7b..00000000000
      --- a/htdocs/langs/fr_CH/admin.lang
      +++ /dev/null
      @@ -1,5 +0,0 @@
      -# Dolibarr language file - Source file is en_US - admin
      -AntiVirusCommandExample=Example for ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
      -AntiVirusParamExample=Example for ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
      -ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
      index e81fbfcdbb8..656757f2c67 100644
      --- a/htdocs/langs/fr_FR/admin.lang
      +++ b/htdocs/langs/fr_FR/admin.lang
      @@ -30,7 +30,7 @@ SessionSaveHandler=Modalité de sauvegarde des sessions
       SessionSavePath=Emplacement de sauvegarde sessions
       PurgeSessions=Purge des sessions
       ConfirmPurgeSessions=Voulez-vous purger les sessions. Ceci déconnectera tous les utilisateurs (sauf vous même).
      -NoSessionListWithThisHandler=Le gestionnaire de session configuré pour votre PHP ne permet pas de lister les sessions en cours
      +NoSessionListWithThisHandler=Le gestionnaire de session configuré pour votre PHP ne permet pas de lister les sessions en cours.
       LockNewSessions=Bloquer nouvelles connexions
       ConfirmLockNewSessions=Êtes-vous sûr de vouloir restreindre l'accès Dolibarr à votre utilisateur. Seul l'utilisateur <b>%s</b> pourra se connecter après cela.
       UnlockNewSessions=Lever blocage des connexions
      @@ -50,7 +50,7 @@ ExternalUser=Utilisateur externe
       InternalUsers=Utilisateurs internes
       ExternalUsers=Utilisateurs externes
       GUISetup=Affichage
      -SetupArea=Espace de configuration
      +SetupArea=Configuration
       UploadNewTemplate=Télécharger un / des nouveau(x) modèle(s)
       FormToTestFileUploadForm=Formulaire de test d'envoi de fichier (selon options choisies)
       IfModuleEnabled=Rem: oui est effectif uniquement si le module <b>%s</b> est activé
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Erreur, le code ne peut contenir la valeur 0
       DisableJavascript=Désactive les fonctions Javascript et Ajax (Recommandé pour les personnes aveugles ou navigateurs text).
       UseSearchToSelectCompanyTooltip=Si vous avez un nombre important de tiers (>100 000), vous pourrez améliorer les performances en positionnant la constante COMPANY_DONOTSEARCH_ANYWHERE à 1 dans Configuration->Divers. La recherche sera alors limité au début des chaines.
       UseSearchToSelectContactTooltip=Si vous avez un nombre important de contacts (>100 000), vous pourrez améliorer les performances en positionnant la constante CONTACT_DONOTSEARCH_ANYWHERE à 1 dans Configuration->Divers. La recherche sera alors limité au début des chaines.
      -DelaiedFullListToSelectCompany=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des tiers (Cela peut augmenter les performances si vous avez un grand nombre de tiers, mais cela est moins convivial)
      -DelaiedFullListToSelectContact=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des contacts/adresses (Cela peut augmenter les performances si vous avez un grand nombre de contacts, mais cela est moins convivial)
      +DelaiedFullListToSelectCompany=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des tiers. <br>Cela peut augmenter les performances si vous avez un grand nombre de tiers, mais cela est moins convivial.
      +DelaiedFullListToSelectContact=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des adresses de contact. <br>Cela peut augmenter les performances si vous avez un grand nombre de contacts, mais cela est moins convivial
       NumberOfKeyToSearch=Nb carac. déclenchant recherche : %s
       NotAvailableWhenAjaxDisabled=Non disponible quand Ajax est désactivé
       AllowToSelectProjectFromOtherCompany=Sur les éléments d'un tiers, autorise la sélection d'un projet lié à un autre tiers
      @@ -193,12 +193,12 @@ FeatureDisabledInDemo=Fonction désactivée dans la démo
       FeatureAvailableOnlyOnStable=Fonction disponible uniquement sur les versions officielles stables
       BoxesDesc=Les widgets sont des composants montrant des informations que vous pouvez ajouter à vos pages pour les personnaliser. Vous pouvez choisir de les afficher ou non en sélectionnant la page cible et en cliquant sur "Activer" ou "Désactiver".
       OnlyActiveElementsAreShown=Seuls les éléments en rapport avec un <a href="%s">module actif</a> sont présentés.
      -ModulesDesc=Les modules Dolibarr définissent quelle application / fonctionnalité est activée dans le logiciel. Certaines applications / modules nécessitent des autorisations que vous devez accorder aux utilisateurs, après l'avoir activé. Cliquez sur le bouton activé / désactivé pour activer un module / application.
      +ModulesDesc=Les modules Dolibarr définissent quelles  fonctionnalités sont disponibles dans le logiciel. Certains modules / applications nécessitent, après activation, d'accorder des autorisations aux utilisateurs. Cliquez sur le bouton activé / désactivé pour activer un module / application.
       ModulesMarketPlaceDesc=D'autres modules/extensions sont disponibles en téléchargement sur des sites externes sur Internet...
       ModulesDeployDesc=Si les permissions de votre système de fichier le permettent , vous pouvez utiliser cet outil pour déployer un module externe. Le module sera alors visible dans l'onglet <strong>%s</strong>.
       ModulesMarketPlaces=Rechercher un module/application externe
       ModulesDevelopYourModule=Développer son propre module/application
      -ModulesDevelopDesc=Vous pouvez développer vous-même ou trouver un partenaire pour faire développer votre module personnalisé
      +ModulesDevelopDesc=Vous pouvez également développer votre propre module ou trouver un partenaire pour en développer un pour vous.
       DOLISTOREdescriptionLong=Au lieu de basculer sur le site web <a href="https://www.dolistore.com"> www.dolistore.com </a>pour trouver un module externe, vous pouvez utiliser cet outil intégré qui fera la recherche sur la place de marché pour vous (peut être lent, besoin d'un accès Internet) ...
       NewModule=Nouveau
       FreeModule=Gratuit
      @@ -211,7 +211,7 @@ Nouveauté=Nouveauté
       AchatTelechargement=Acheter/télécharger
       GoModuleSetupArea=Pour déployer/installer un nouveau module, rendez vous dans la zone de configuration des modules : <a href="%s">%s</a>
       DoliStoreDesc=DoliStore, la place de marché officielle des modules et extensions complémentaires pour Dolibarr ERP/CRM
      -DoliPartnersDesc=Liste de quelques sociétés qui peuvent fournir/développer des modules ou fonctions sur mesure  (Remarque: Toute société Open Source connaissant le langage PHP peut fournir du développement spécifique)
      +DoliPartnersDesc=Liste de quelques sociétés qui peuvent fournir/développer des modules ou fonctions sur mesure. <br>Remarque: Toute société Open Source connaissant le langage PHP peut fournir du développement spécifique.
       WebSiteDesc=Sites fournisseurs à consulter pour trouver plus de modules...
       DevelopYourModuleDesc=Quelques pistes pour développer votre propre module/application...
       URL=Lien
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Ne pas stocker de mots de passe en clair dans la base (A
       MainDbPasswordFileConfEncrypted=Chiffrer le mot de passe de la base dans le fichier conf.php (Activation recommandée)
       InstrucToEncodePass=Pour avoir le mot de passe de la base encodé dans le fichier de configuration <b>conf.php</b>, remplacer dans ce fichier la ligne<br><b>$dolibarr_main_db_pass="...";</b><br>par<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Pour avoir le mot de passe de la base décodé (en clair) dans le fichier de configuration <b>conf.php</b>, remplacer dans ce fichier la ligne<br><b>$dolibarr_main_db_pass="crypted:...";</b><br>par<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection des PDF générés (Activation NON recommandée, rend inopérante la génération de PDF de masse)
      +ProtectAndEncryptPdfFiles=Protection des PDF générés. Activation NON recommandée (rend inopérante la génération de PDF de masse)
       ProtectAndEncryptPdfFilesDesc=La protection d'un document PDF laisse le document libre à la lecture et à l'impression avec tout logiciel de lecture PDF. Par contre, la modification et la copie deviennent impossible. Notez que, de plus, l'utilisation de cette option empêche la génération de PDFs cumulés.
       Feature=Fonction
       DolibarrLicense=Licence
      @@ -246,8 +246,8 @@ ExternalResources=Ressources externes
       SocialNetworks=Réseaux sociaux
       ForDocumentationSeeWiki=Pour la documentation utilisateur, développeur ou les FAQs,<br>consultez le wiki Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Pour tout autre question/aide, vous pouvez utiliser le forum Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Cette application, indépendante de Dolibarr,  permet de vous aider à obtenir un service d'assistance sur Dolibarr.
      -HelpCenterDesc2=Choisissez le service qui correspond à votre besoin en cliquant sur le lien adéquat (Certains de ces services ne sont disponibles qu'en <b>anglais</b>).
      +HelpCenterDesc1=Voici quelques ressources pour obtenir de l’aide et du support avec Dolibarr.
      +HelpCenterDesc2=Certains de ces services ne sont disponibles qu'en <b>anglais</b>.
       CurrentMenuHandler=Gestionnaire menu courant
       MeasuringUnit=Unité de mesure
       LeftMargin=Marge de gauche
      @@ -264,24 +264,28 @@ Emails=Emails
       EMailsSetup=Configuration Emails
       EMailsDesc=Cette page permet de remplacer les paramètres PHP en rapport avec l'envoi d'emails. Dans la plupart des cas, sur des OS comme Unix/Linux, les paramètres PHP sont déjà corrects et cette page est inutile.
       EmailSenderProfiles=Expéditeur des e-mails
      -MAIN_MAIL_SMTP_PORT=Port du serveur SMTP/SMTPS (Par défaut dans php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT=Nom d'hôte ou adresse IP du serveur SMTP/SMTPS (Par défaut dans php.ini: <b>%s</b>)
       MAIN_MAIL_SMTP_SERVER=Nom d'hôte ou adresse IP du serveur SMTP/SMTPS (Par défaut dans php.ini: <b>%s</b>)
       MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Port du serveur SMTP/SMTPS (Non défini dans le PHP sur les systèmes de type Unix)
       MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Nom d'hôte ou adresse IP du serveur SMTP/SMTPS (Non défini dans le PHP sur les systèmes de type Unix)
       MAIN_MAIL_EMAIL_FROM=Adresse email de l'émetteur pour l'envoi d'emails automatiques (Par défaut dans php.ini: <b>%s</b>)
       MAIN_MAIL_ERRORS_TO=E-mail utilisé les retours d'erreur (champ "Errors-To" dans les e-mails envoyés)
      -MAIN_MAIL_AUTOCOPY_TO= Envoyer systématiquement une copie cachée des emails envoyés à
      +MAIN_MAIL_AUTOCOPY_TO= Envoyer systématiquement une copie cachée (Bcc) des emails envoyés à
       MAIN_DISABLE_ALL_MAILS=Désactiver globalement tout envoi d'emails (pour mode test ou démos)
       MAIN_MAIL_FORCE_SENDTO=Envoyer tous les emails à (au lieu des vrais destinataires, à des fins de test)
       MAIN_MAIL_ENABLED_USER_DEST_SELECT=Ajouter les utilisateurs salariés avec email dans la liste des destinataires autorisés
      -MAIN_MAIL_SENDMODE=Méthode d'envoi des emails
      -MAIN_MAIL_SMTPS_ID=Identifiant d'authentification SMTP si authentification SMTP requise
      -MAIN_MAIL_SMTPS_PW=Mot de passe d'authentification SMTP si authentification SMTP requise
      -MAIN_MAIL_EMAIL_TLS= Utilisation du chiffrement TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Utiliser le cryptage TTS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Désactiver globalement tout envoi de SMS (pour mode test ou démos)
      +MAIN_MAIL_SENDMODE=Méthode d'envoi d'email
      +MAIN_MAIL_SMTPS_ID=ID SMTP (si le serveur d'envoi nécessite une authentification)
      +MAIN_MAIL_SMTPS_PW=Mot de passe SMTP (si le serveur d'envoi nécessite une authentification)
      +MAIN_MAIL_EMAIL_TLS=Utilisation du chiffrement TLS (SSL)
      +MAIN_MAIL_EMAIL_STARTTLS=Utiliser le cryptage TTS (STARTTLS)
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Utiliser DKIM pour signer les emails
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Nom de domaine pour la signature DKIM
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Nom du sélecteur DKIM
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Clé privée pour générer la signature DKIM
      +MAIN_DISABLE_ALL_SMS=Désactiver globalement tout envoi de Sms (pour mode test ou démos)
       MAIN_SMS_SENDMODE=Méthode d'envoi des SMS
      -MAIN_MAIL_SMS_FROM=Numéro de téléphone par défaut pour l'envoi des SMS
      +MAIN_MAIL_SMS_FROM=Numéro de téléphone par défaut pour envoi Sms
       MAIN_MAIL_DEFAULT_FROMTYPE=Expéditeur par défaut des e-mails pour les envois manuels (e-mail utilisateur ou de la société)
       UserEmail=Email utilisateur
       CompanyEmail=Email institution
      @@ -312,8 +316,8 @@ StepNb=Étape %s
       FindPackageFromWebSite=Rechercher le paquet qui répond à votre besoin (par exemple sur le site web %s).
       DownloadPackageFromWebSite=Télécharger le package (par exemple depuis le site web officiel %s)
       UnpackPackageInDolibarrRoot=Décompressez les fichiers de l'archive dans le répertoire du serveur Dolibarr dédié aux modules externes: <b>%s</b>
      -UnpackPackageInModulesRoot=Pour installer un module externe, décompresser les fichiers de l'archive dans le répertoire dédié aux modules : <b>%s</b>
      -SetupIsReadyForUse=L"installation du module est terminée. Il est cependant nécessaire de procéer à son activation et à son paramétrage : <a href="%s">%s</a>
      +UnpackPackageInModulesRoot=Pour installer un module externe, décompresser les fichiers de l'archive dans le répertoire du serveur Dolibarr dédié aux modules externes <br> <b>%s</b>
      +SetupIsReadyForUse=L"installation du module est terminée. Il est cependant nécessaire de procéder à son activation et à son paramétrage dans la page de configuration des modules : <a href="%s">%s</a>
       NotExistsDirect=Le dossier racine alternatif n'est pas défini.<br>
       InfDirAlt=Depuis les versions 3, il est possible de définir un dossier racine alternatif. Cela permet d'installer modules et thèmes additionnels dans un répertoire dédié.<br>Créer un dossier racine alternatif à Dolibarr (ex : custom).<br>
       InfDirExample=<br>Ensuite, déclarez le dans le fichier <strong>conf.php</strong><br>$dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>Si ces lignes sont commentées avec un symbole "#" ou "//", activer les en supprimant le caractère "#" ou "//".
      @@ -352,7 +356,7 @@ ConfirmPurge=Êtes-vous sûr de vouloir réaliser cette purge ?<br>Ceci effacera
       MinLength=Longueur minimale
       LanguageFilesCachedIntoShmopSharedMemory=Fichiers .lang en mémoire partagée
       LanguageFile=Fichier de langue
      -ExamplesWithCurrentSetup=Exemples avec le paramétrage actif courant
      +ExamplesWithCurrentSetup=Exemples avec la configuration actuelle
       ListOfDirectories=Liste des répertoires des modèles OpenDocument
       ListOfDirectoriesForModelGenODT=Liste des répertoires contenant des documents modèles au format OpenDocument.<br><br>Indiquer ici les chemins complets de répertoire.<br>Ajouter un retour à la ligne entre chaque répertoire.<br>Pour indiquer un répertoire du module GED, mettre ici <b>DOL_DATA_ROOT/ecm/nomdurepertoireged</b><br><br>Les fichiers modèles dans ces répertoires doivent se terminer par <b>.odt</b> ou <b>.ods</b>.
       NumberOfModelFilesFound=Nombre de fichiers modèles ODT/ODS trouvés dans ce(s) répertoire(s)
      @@ -365,7 +369,7 @@ KeyForWebServicesAccess=Clé pour utiliser les Web Services (paramètre "dolibar
       TestSubmitForm=Formulaire de test de saisie
       ThisForceAlsoTheme=Utiliser ce gestionnaire de menu force aussi le thème quel que soit le choix de thème de l'utilisateur. De plus, ce gestionnaire de menu, spécialisé pour smartphone, ne fonctionne que sur certains téléphones. Utilisez un autre gestionnaire si vous constatez des problèmes.
       ThemeDir=Répertoire des thèmes
      -ConnectionTimeout=Délai expiration de connexion
      +ConnectionTimeout=Timeout de connexion
       ResponseTimeout=Délai expiration de réponse
       SmsTestMessage=Message de test de __PHONEFROM__ vers __PHONETO__
       ModuleMustBeEnabledFirst=Le module <b>%s</b> doit être activé pour utiliser cette fonction.
      @@ -377,7 +381,7 @@ PDFAddressForging=Règles de fabrication des zones adresses
       HideAnyVATInformationOnPDF=Masquer toutes les informations relatives à la Taxe de vente / TVA sur les PDF générés
       PDFRulesForSalesTax=Règles pour la taxe de vente / TVA
       PDFLocaltax=Règles pour %s
      -HideLocalTaxOnPDF=Cacher le taux de %s dans la colonne taxe
      +HideLocalTaxOnPDF=Cacher le taux de %s dans la colonne taxe des PDF
       HideDescOnPDF=Cacher la description des produits sur les PDF générés
       HideRefOnPDF=Cacher la référence des produits sur les PDF générés
       HideDetailsOnPDF=Cacher les détails des lignes de produits sur les PDF générés
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Sécurisation des URLs
       SecurityTokenIsUnique=Utiliser un paramètre securekey unique pour chaque URL ?
       EnterRefToBuildUrl=Entrer la référence pour l'objet %s
       GetSecuredUrl=Obtenir l'URL calculée
      -ButtonHideUnauthorized=Cacher les boutons non autorisés au lieu de les voir grisés
      +ButtonHideUnauthorized=Cacher les boutons non autorisés, pour les utilisateurs non admin, au lieu de les voir grisés
       OldVATRates=Ancien taux de TVA
       NewVATRates=Nouveau taux de TVA
       PriceBaseTypeToChange=Modifier sur les prix dont la référence de base est le
      @@ -414,7 +418,7 @@ ExtrafieldCheckBoxFromList=Cases à cocher issues d'une table
       ExtrafieldLink=Lien vers un objet
       ComputedFormula=Champ calculé
       ComputedFormulaDesc=Vous pouvez entrer ici une formule utilisant les propriétés objet ou tout code PHP pour obtenir des valeurs dynamiques. Vous pouvez utiliser toute formule compatible PHP, incluant l'opérateur conditionnel "?", et les objets globaux : <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>ATTENTION</strong> : Seulement quelques propriétés de l'objet $object pourraient être disponibles. Si vous avez besoin de propriétés non chargées, créez vous même une instance de l'objet dans votre formule, comme dans le deuxième exemple.<br>Utiliser un champs calculé signifie que vous ne pouvez pas entrer vous même toute valeur à partir de l'interface. Aussi, s'il y a une erreur de syntaxe, la formule pourrait ne rien retourner.<br><br>Exemple de formule:<br> $object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Exemple pour recharger l'objet: <br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Un autre exemple de formule pour forcer le rechargement d'un objet et de son objet parent:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Objet parent projet non trouvé'
      -ExtrafieldParamHelpPassword=Gardez ce champ vide signifie que la valeur sera stockée sans cryptage (le champ doit juste être caché avec des étoiles sur l'écran). <br> Définissez la valeur 'auto' pour utiliser la règle de cryptage par défaut pour enregistrer le mot de passe dans la base de données (ensuite la valeur lue sera le hash uniquement, sans moyen de retrouver la valeur d'origine)
      +ExtrafieldParamHelpPassword=Laissez ce champ vide signifie que la valeur sera stockée sans cryptage (le champ doit juste être caché avec des étoiles sur l'écran).<br> Définissez la valeur 'auto' pour utiliser la règle de cryptage par défaut pour enregistrer le mot de passe dans la base de données (ensuite la valeur utilisée sera le hash uniquement, sans moyen de retrouver la valeur d'origine)
       ExtrafieldParamHelpselect=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')<br><br> par exemple : <br>1,valeur1<br>2,valeur2<br>3,valeur3<br>...<br><br>\nPour afficher une liste dépendant d'une autre liste attribut complémentaire: <br>1, valeur1|options_<i>code_liste_parente</i>:clé_parente<br> 2,valeur2|option_<i>Code_liste_parente</i>:clé_parente<br><br>\nPour que la liste soit dépendante d'une autre liste:<br>1,valeur1|<i>code_liste_parent</i>:clef_parent<br>2,valeur2|<i>code_liste_parent</i>:clef_parent
       ExtrafieldParamHelpcheckbox=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')<br><br> par exemple : <br>1,valeur1<br>2,valeur2<br>3,valeur3<br>...
       ExtrafieldParamHelpradio=La liste doit être de la forme clef,valeur (où la clé ne peut être '0')<br><br> par exemple : <br>1,valeur1<br>2,valeur2<br>3,valeur3<br>...
      @@ -432,7 +436,7 @@ DefaultLink=Lien par défaut
       SetAsDefault=Définir par défaut
       ValueOverwrittenByUserSetup=Attention, cette valeur peut être écrasée par une valeur spécifique à la configuration de l'utilisateur (chaque utilisateur pouvant avoir sa propre URL « clicktodial »)
       ExternalModule=Module externe - Installé dans le répertoire %s
      -BarcodeInitForThirdparties=Initialisation du code-barre en masse pour les tiers
      +BarcodeInitForthird-parties=Initialisation du code-barre en masse pour les tiers
       BarcodeInitForProductsOrServices=Initialisation ou purge en masse des codes-barre des produits ou services
       CurrentlyNWithoutBarCode=Actuellement, vous avez <strong>%s</strong> enregistrements sur <strong>%s</strong> %s sans code barre défini.
       InitEmptyBarCode=Initialisez les valeurs pour les %s enregistrements vides suivant
      @@ -446,7 +450,7 @@ NoDetails=Pas plus de détails dans le pied-de-page
       DisplayCompanyInfo=Afficher l'adresse de la société
       DisplayCompanyManagers=Afficher le nom des responsables
       DisplayCompanyInfoAndManagers=Afficher l'adresse du tiers et le nom de son responsable
      -EnableAndSetupModuleCron=Si vous voulez avoir cette facture récurrente générée automatiquement, le module *%s* doit être activé et correctement configuré. Dans le cas contraire, la génération des factures doit être effectuée manuellement à partir de ce modèle avec le bouton *Créer*. Notez que même si vous avez activé la génération automatique, vous pouvez toujours lancer en toute sécurité la génération manuelle. La génération en double sur une même période n'est pas possibles.
      +EnableAndSetupModuleCron=Si vous voulez avoir cette facture récurrente générée automatiquement, le module *%s* doit être activé et correctement configuré. Dans le cas contraire, la création des factures doit être effectuée manuellement à partir de ce modèle avec le bouton *Créer*. Notez que même si vous avez activé la création automatique, vous pouvez toujours lancer, en toute sécurité, la création manuelle. En effet, il n'est pas possible de créer plusieurs factures sur une même période.
       ModuleCompanyCodeCustomerAquarium=%s suivi d'un code client tiers pour un code comptable client
       ModuleCompanyCodeSupplierAquarium=%s suivi du code d'un fournisseur tiers pour un code comptable fournisseur
       ModuleCompanyCodePanicum=Retourne un code comptable vide
      @@ -463,7 +467,7 @@ PageUrlForDefaultValues=Vous devez entrer ici l'URL relative de la page. Si vous
       PageUrlForDefaultValuesCreate=<br> Pour le formulaire pour créer un nouveau tiers, c'est <strong> %s </strong>, <br> Si vous voulez une valeur par défaut seulement si l'url a certains paramètres, vous pouvez utiliser <strong> %s </strong>
       PageUrlForDefaultValuesList=<br>Pour la page de liste des tiers, c'est <strong>%s</strong>,<br>Si vous voulez une valeur par défaut uniquement sir l'url a certains paramètres, vous pouvez utiliser <strong>%s</strong>
       EnableDefaultValues=Activer la fonction de valeurs par défaut personnalisées
      -EnableOverwriteTranslation=Activer la réécriture des traductions
      +EnableOverwriteTranslation=Permettre la réécriture des traductions
       GoIntoTranslationMenuToChangeThis=Une traduction a été trouvée pour le code de cette valeur. Pour changer cette valeur, vous devez modifier le fichier depuis Accueil > Configuration > Traduction.
       WarningSettingSortOrder=Attention, le réglage d'un ordre de tri par défaut peut entraîner une erreur technique lorsque le champ est inconnu dans le listing. Si vous rencontrez une telle erreur, revenez à cette page pour supprimer l'ordre de tri par défaut et restaurer le comportement par défaut.
       Field=Champ
      @@ -477,8 +481,10 @@ davDescription=Ajout un composant pour devenir un serveur DAV
       DAVSetup=Configuration du module DAV
       DAV_ALLOW_PUBLIC_DIR=Activer le répertoire public (répertoire WebDav sans login requis)
       DAV_ALLOW_PUBLIC_DIRTooltip=Le répertoire public WebDav est un répertoire WebDAV auquel tout le monde peut accéder (en lecture et en écriture), sans avoir besoin d'avoir/utiliser un compte de connexion/mot de passe existant.
      +DAV_ALLOW_ECM_DIR=Permettre l'accès au répertoire racine du module GED (connexion requise)
      +DAV_ALLOW_ECM_DIRTooltip=Répertoire racine où tous les fichiers sont téléchargés manuellement lors de l’utilisation du module GED. Comme pour la fonctionnalité via l'interface Web, vous aurez besoin d'un identifiant / mot de passe valide avec les autorisations accordées pour y accéder.
       # Modules
      -Module0Name=Utilisateurs & groupes
      +Module0Name=Utilisateurs & Groupes
       Module0Desc=Gestion des utilisateurs / employés et groupes
       Module1Name=Tiers
       Module1Desc=Gestion des tiers (sociétés, particuliers) et contacts
      @@ -546,9 +552,9 @@ Module310Name=Adhérents
       Module310Desc=Gestion des adhérents d'une association
       Module320Name=Flux RSS
       Module320Desc=Ajout de flux d'informations RSS dans les écrans Dolibarr
      -Module330Name=Marque-pages
      -Module330Desc=Gestion des marque-pages
      -Module400Name=Projets/Opportunités/Affaires
      +Module330Name=Marque-pages et raccourci
      +Module330Desc=Créez des raccourcis, toujours accessibles, vers les pages internes ou externes auxquelles vous accédez fréquemment
      +Module400Name=Projets ou Opportunités
       Module400Desc=Gestion des projets, opportunités/affaires et/ou tâches. Vous pouvez aussi assigner tous les autres éléments (facture, commande, proposition, intervention, ...) à ces projets et avoir une vue transverse depuis la vue projet.
       Module410Name=Webcalendar
       Module410Desc=Interface avec le calendrier Webcalendar
      @@ -562,7 +568,7 @@ Module600Name=Notifications d'événements métiers
       Module600Desc=Envoi de notifications par e-mails (déclenchées par des événements métiers) aux utilisateurs (configuration faite sur chaque fiche utilisateur), contacts de tiers (configuration faite sur chaque fiche tiers) ou vers des adresses e-mails spécifiques.
       Module600Long=Notez que ce module est dédié à l'envoi d'e-mails en temps réel lorsqu'un événement métier dédié se produit. Si vous cherchez une fonctionnalité pour envoyer des rappels par email de vos événements agenda, allez dans la configuration du module Agenda.
       Module610Name=Variantes de produits
      -Module610Desc=Autoriser la création de variantes de produits basées sur les attributs (couleur, taille,...)
      +Module610Desc=Création de variantes de produits (couleur, taille, etc.)
       Module700Name=Dons
       Module700Desc=Gestion des dons
       Module770Name=Notes de frais
      @@ -582,7 +588,7 @@ Module2200Desc=Active l'usage d'expressions mathématiques
       Module2300Name=Travaux planifiés
       Module2300Desc=Gestion des travaux planifiées (alias cron ou table chrono)
       Module2400Name=Événements/Agenda
      -Module2400Desc=Gestion des événements réalisés ou à venir. Laissez l'application tracer automatiquement les événements pour des raisons de suivi ou enregistrer manuellement les événements ou rendez-vous dans l'agenda. Ceci est le module le plus important pour une bonne Gestion de la Relation Client ou Fournisseur.
      +Module2400Desc=Gestion des événements. Laissez l'application tracer automatiquement les événements pour des besoin de suivi ou enregistrer manuellement les événements ou rendez-vous dans l'agenda. Ceci est le module le plus important pour une bonne Gestion de la Relation Client ou Fournisseur.
       Module2500Name=GED
       Module2500Desc=Gestion de documents (GED). Stockage automatic des documents générés ou stockés. Fonction de partage.
       Module2600Name=API/Web services (serveur SOAP)
      @@ -612,12 +618,16 @@ Module20000Name=Demandes de congés
       Module20000Desc=Déclaration et suivi des congés des employés
       Module39000Name=Numéros de Lot/Série
       Module39000Desc=Gestion des lots et numéro de série, et date de péremption ou consommation sur les produits
      +Module40000Name=Multi-devise
      +Module40000Desc=Utiliser des devises alternatives dans les prix et les documents
       Module50000Name=PayBox
       Module50000Desc=Module permettant d'offrir une page de paiement en ligne par carte de crédit avec PayBox. Ceci peut être utilisé par les clients pour faire des paiements de montants libre ou pour des paiements d'un objet particulier de Dolibarr (facture, commande, ...)
       Module50100Name=Point de vente
       Module50100Desc=Module Caisse enregistreuse - Point de vente (POS)
      +Module50150Name=Caisse enregistreuses
      +Module50150Desc=Module de point de vente (POS à écran tactile).
       Module50200Name=Paypal
      -Module50200Desc=Module permettant d'offrir une page de paiement en ligne par carte de crédit avec Paypal. Ceci peut être utilisé par les clients pour faire des paiements de montants libre ou pour des paiements d'un objet particulier de Dolibarr (facture, commande, ...)
      +Module50200Desc=Module permettant d'offrir une page de paiement en ligne par carte de crédit avec PayBox. Ceci peut être utilisé par les clients pour faire des paiements de montants libre ou pour des paiements d'un objet particulier de Dolibarr (facture, commande, ...)
       Module50400Name=Comptabilité (avancée)
       Module50400Desc=Gestion de la comptabilité (double partie, comptabilité général et auxiliaire). Export du grand livre dans différent formats de logiciels comptables.
       Module54000Name=PrintIPP
      @@ -628,7 +638,7 @@ Module59000Name=Marges
       Module59000Desc=Module pour gérer les marges
       Module60000Name=Commissions
       Module60000Desc=Module pour gérer les commissions
      -Module62000Name=Incoterm
      +Module62000Name=Incoterms
       Module62000Desc=Ajouts de fonctionnalités pour gérer les incoterms
       Module63000Name=Ressources
       Module63000Desc=Gère les ressources (imprimantes, voitures, salles...). les ressources peuvent être affectées à des événements.
      @@ -651,8 +661,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.
      +Permission41=Lire les projets et tâches (partagés ou dont vous n'êtes pas contact). Permet la saisie de temps passé, pour vous-même et votre hiérarchie (vos subordonnés), sur les tâches assignées (Feuilles de temps).
       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)
       Permission45=Exporter les projets
      @@ -696,7 +705,7 @@ Permission122=Créer/modifier les tiers (sociétés) liés à l'utilisateur
       Permission125=Supprimer les tiers (sociétés) liés à l'utilisateur
       Permission126=Exporter les tiers (sociétés)
       Permission141=Consulter tous les projets et tâches (y compris privés dont je ne suis pas contact)
      -Permission142=Créer/modifier tous les projets et tâches (y compris privés dont je ne suis pas contact)
      +Permission142=Créer/modifier tous les projets et tâches (y compris privés dont vous n'êtes pas contact)
       Permission144=Supprimer les projets et tâches (y compris privés dont je ne suis pas contact)
       Permission146=Consulter les fournisseurs
       Permission147=Consulter les stats
      @@ -788,11 +797,9 @@ Permission401=Consulter les avoirs
       Permission402=Créer/modifier les avoirs
       Permission403=Valider les avoirs
       Permission404=Supprimer les avoirs
      -Permission501=Lire les fiches contrats/salaires
      -Permission502=Créer/modifier les contrats/salaires des employés
       Permission511=Lire les règlements de salaires
       Permission512=Créer/modifier les règlements de salaires
      -Permission514=Supprimer les salaires
      +Permission514=Supprimer les paiements de salaires
       Permission517=Exporter les salaires
       Permission520=Consulter les emprunts
       Permission522=Créer/Modifier les emprunts
      @@ -921,11 +928,11 @@ SetupNotSaved=Configuration non enregistrée
       BackToModuleList=Retour liste des modules
       BackToDictionaryList=Retour liste des dictionnaires
       TypeOfRevenueStamp=Type de timbre fiscal
      -VATManagement=Gestion TVA
      -VATIsUsedDesc=Le taux de TVA proposé par défaut lors de la création de propositions commerciales, factures, commandes, etc... répond à la règle standard suivante :<br>Si vendeur non assujetti à TVA, TVA par défaut=0. Fin de règle.<br>Si le (pays vendeur= pays acheteur) alors TVA par défaut=TVA du produit vendu. Fin de règle.<br>Si vendeur et acheteur dans Communauté européenne et bien vendu= moyen de transport neuf (auto, bateau, avion), TVA par défaut=0 (La TVA doit être payée par acheteur au centre d'impôts de son pays et non au vendeur). Fin de règle.<br>Si vendeur et acheteur dans Communauté européenne et acheteur= particulier alors TVA par défaut=TVA du produit vendu. Fin de règle.<br>Si vendeur et acheteur sont dans la Communauté européenne et que l'acheteur est une société alors TVA par défaut=0. Fin de règle.<br>Sinon la TVA proposée par défaut=0. Fin de règle.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
       VATIsNotUsedDesc=Le taux de TVA proposé par défaut est 0. C'est le cas d'associations, particuliers ou certaines petites sociétés.
       VATIsUsedExampleFR=En France, cela signifie que les entreprises ou les organisations sont assuetis à la tva (réel ou normal).
      -VATIsNotUsedExampleFR=En France, il s'agit des associations ne déclarant pas de TVA ou sociétés, organismes ou professions libérales ayant choisi le régime fiscal micro entreprise (TVA en franchise) et payant une TVA en franchise sans faire de déclaration de TVA. Ce choix fait de plus apparaître la mention "TVA non applicable - art-293B du CGI" sur les factures.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Taux
       LocalTax1IsNotUsed=Non assujeti
      @@ -935,21 +942,21 @@ LocalTax1Management=Gestion 2ème type de taxe
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Non assujeti
      -LocalTax2IsUsedDesc=Utilisation d'un 3ème type taxe (autre que TVA)
      -LocalTax2IsNotUsedDesc=Pas d'utilisation de 3ème type taxe (autre que TVA)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Pas d'utilisation de 2ème type taxe (autre que TVA)
       LocalTax2Management=Gestion 3ème type de tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Gestion RE
      -LocalTax1IsUsedDescES= Le taux de RE proposé par défaut lors de la création de proposition commercial, facture, commande, etc… répond à la règle standard suivante:<br>Si acheteur non assujetti à RE, RE par défaut=0. Fin de règle.<br>Si acheteur assujetti à RE alors RE par défaut. Fin de règle.<br>
      -LocalTax1IsNotUsedDescES= Le taux de RE proposé par défaut est 0. Fin de règle.
      -LocalTax1IsUsedExampleES= En Espagne, ce sont des professionnels sous réserve de certaines sections spécifiques de l'IAE Espagnol.
      -LocalTax1IsNotUsedExampleES= En Espagne, ce sont des sociétés en commandite, les sociétés anonymes, etc... et les individus (autonomes) sous réserve de certaines sections de l'IAE Espagnol.
      -LocalTax2ManagementES= Gestion IRPF
      -LocalTax2IsUsedDescES= L'IRPF proposé par défaut lors de la création de proposition commerciale, facture, commande, etc… répond à la règle standard suivante:<br>Si vendeur non assujetti à IRPF, IRPF par défaut=0. Fin de règle.<br>Si vendeur assujetti à IRPF alors IRPF par défaut. Fin de règle.<br>
      -LocalTax2IsNotUsedDescES= L'IRPF proposé par défaut est 0. Fin de règle.
      -LocalTax2IsUsedExampleES= En Espagne, ce sont des professionnels autonomes et indépendants qui offrent des services, et des sociétés qui ont choisi le système fiscal du module.
      -LocalTax2IsNotUsedExampleES= En Espagne, ce sont des sociétés qui ne sont pas soumises au système fiscal du module.
      +LocalTax1ManagementES=Gestion RE
      +LocalTax1IsUsedDescES=Le taux de RE proposé par défaut lors de la création de propale, facture, commande, etc... répond à la règle standard suivante:<br>Si acheteur non assujetti à RE, RE par défaut=0. Fin de règle.<br>Si acheteur assujetti à RE alors RE par défaut. Fin de règle.<br>
      +LocalTax1IsNotUsedDescES=Le taux de RE proposé par défaut est 0. Fin de règle.
      +LocalTax1IsUsedExampleES=En Espagne, ce sont des professionnels sous réserve de certaines sections spécifiques de l'IAE Espagnol.
      +LocalTax1IsNotUsedExampleES=En Espagne, ce sont des sociétés en commandite, les sociétés anonymes, etc... et les individus (autonomes) sous réserve de certaines sections de l'IAE Espagnol.
      +LocalTax2ManagementES=Gestion IRPF
      +LocalTax2IsUsedDescES=Le IRPF proposé par défaut lors de la création de propale, facture, commande, etc... répond à la règle standard suivante:<br>Si vendeur non assujetti à IRPF, IRPF par défaut=0. Fin de règle.<br>Si vendeur assujetti à IRPF alors IRPF par défaut. Fin de règle.<br>
      +LocalTax2IsNotUsedDescES=L'IRPF proposé par défaut est 0. Fin de règle.
      +LocalTax2IsUsedExampleES=En Espagne, ce sont des professionnels autonomes et indépendants qui offrent des services, et des sociétés qui ont choisi le système fiscal du module.
      +LocalTax2IsNotUsedExampleES=En Espagne, ce sont des sociétés qui ne sont pas soumises au système fiscal du module.
       CalcLocaltax=Rapports sur les taxes locales
       CalcLocaltax1=Ventes - Achats
       CalcLocaltax1Desc=Les rapports des Taxes locales sont calculées avec la différence entre les taxes locales de ventes et les taxes locales d'achats
      @@ -959,7 +966,8 @@ CalcLocaltax3=Ventes
       CalcLocaltax3Desc=Le Rapports des Taxes locales sont le total des taxes locales de ventes
       LabelUsedByDefault=Libellé qui sera utilisé si aucune traduction n'est trouvée pour ce code
       LabelOnDocuments=Libellé sur les documents
      -NbOfDays=Nbre de jours
      +LabelOrTranslationKey=Libellé ou clé de traduction
      +NbOfDays=Nb. de jours
       AtEndOfMonth=En fin de mois
       CurrentNext=Current/Next
       Offset=Décalage
      @@ -985,7 +993,7 @@ DatabaseUser=Utilisateur de la base de données
       DatabasePassword=Mot de passe de la base de données
       Tables=Tables
       TableName=Nom de la table
      -NbOfRecord=Nb d'enr.
      +NbOfRecord=Nb. d'enregistrements
       Host=Serveur
       DriverType=Type du pilote
       SummarySystem=Résumé des informations systèmes
      @@ -997,7 +1005,7 @@ Skin=Thème visuel
       DefaultSkin=Thème visuel par défaut
       MaxSizeList=Longueur maximale des listes
       DefaultMaxSizeList=Longueur maximale par défaut des listes
      -DefaultMaxSizeShortList=Longueur maximale par défaut des listes courtes (e.g. dans la carte du client)
      +DefaultMaxSizeShortList=Longueur maximale par défaut des listes courtes (e.g. dans la fiche client)
       MessageOfDay=Message du jour
       MessageLogin=Message page de connexion
       LoginPage=Page de connexion
      @@ -1006,7 +1014,7 @@ PermanentLeftSearchForm=Zone de recherche permanente du menu de gauche
       DefaultLanguage=Langue à utiliser par défaut (code langue)
       EnableMultilangInterface=Activer l'interface multi-langue
       EnableShowLogo=Afficher le logo dans le menu gauche
      -CompanyInfo=Informations sur la société/organisation
      +CompanyInfo=Société/Organisation
       CompanyIds=Identifiants société/organisation
       CompanyName=Nom/Enseigne/Raison sociale
       CompanyAddress=Adresse
      @@ -1022,7 +1030,7 @@ OwnerOfBankAccount=Propriétaire du compte %s
       BankModuleNotActive=Module comptes bancaires non activé
       ShowBugTrackLink=Afficher lien <strong>"%s"</strong>
       Alerts=Alertes
      -DelaysOfToleranceBeforeWarning=Délais de tolérance avant alerte
      +DelaysOfToleranceBeforeWarning=Délais avant affichage de l'avertissement alerte retard
       DelaysOfToleranceDesc=Cet écran permet de définir les délais de tolérance après lesquels une alerte sera signalée à l'écran par le pictogramme %s sur chaque élément en retard.
       Delays_MAIN_DELAY_ACTIONS_TODO=Tolérance de retard avant alerte (en jours) sur les évènements planifiées (évènements de l'agenda) et pas encore réalisés
       Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolérance de retard (en jours) avant alerte pour les projets non clos à temps
      @@ -1033,16 +1041,16 @@ Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolérance de retard avant alerte (en jours)
       Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolérance de retard avant alerte (en jours) sur propales non facturées
       Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolérance de retard avant alerte (en jours) sur services à activer
       Delays_MAIN_DELAY_RUNNING_SERVICES=Tolérance de retard avant alerte (en jours) sur services expirés
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolérance de retard avant alerte (en jours) sur factures fournisseur impayées
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolérance de retard avant alerte (en jours) sur factures client impayées
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolérance de retard avant alerte (en jours) sur factures fournisseurs impayées
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolérance de retard avant alerte (en jours) sur factures fournisseurs impayées
       Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire
       Delays_MAIN_DELAY_MEMBERS=Tolérance de retard avant alerte (en jours) sur cotisations adhérents en retard
       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 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.
      +SetupDescription1=L'espace configuration permet de réaliser le paramétrage initial afin de pouvoir commencer à utiliser l'application.
      +SetupDescription2=Les deux étapes obligatoires sont les deux premières entrées dans le menu de configuration, soit
      +SetupDescription3=<a href="%s">%s -> %s</a>. Paramètres pour personnaliser le comportement par défaut du logiciel (comportement lié au pays par exemple).
      +SetupDescription4=<a href="%s"> %s -> %s </a><br>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.
       LogEvents=Événements d'audit de sécurité
       Audit=Audit
      @@ -1061,7 +1069,7 @@ LogEventDesc=Vous pouvez activer ici, la journalisation des événements d'audit
       AreaForAdminOnly=Les paramètres d'installation ne peuvent être remplis que par les <b>utilisateurs administrateurs</b> uniquement.
       SystemInfoDesc=Les informations systèmes sont des informations techniques diverses accessibles en lecture seule aux administrateurs uniquement.
       SystemAreaForAdminOnly=Cet espace n'est accessible qu'aux utilisateurs de type administrateur. Aucune permission Dolibarr ne permet d'étendre le cercle des utilisateurs autorisés à cet espace.
      -CompanyFundationDesc=Éditez sur cette page toutes les informations connues de la société ou de l'association que vous souhaitez gérer (Pour cela, cliquez sur les boutons "%s" ou "%s" en bas de page)
      +CompanyFundationDesc=Éditez sur cette page toutes les informations connues de la société ou de l'association que vous souhaitez gérer. Pour cela, cliquez sur les boutons "%s" ou "%s" en bas de page.
       AccountantDesc=Renseignez sur cette page toutes les informations connues sur votre comptable
       AccountantFileNumber=Numéro de fichier
       DisplayDesc=Vous pouvez choisir ici tous les paramètres liés à l'apparence de Dolibarr
      @@ -1089,14 +1097,14 @@ UnitPriceOfProduct=Prix unitaire HT d'un produit
       TotalPriceAfterRounding=Prix total (HT/TVA/TTC) après arrondis
       ParameterActiveForNextInputOnly=Paramètre effectif pour les prochaines saisies uniquement
       NoEventOrNoAuditSetup=Aucun événement d'audit de sécurité n'a été enregistré. Ceci peut être normal si l'audit n'a pas été activé dans la configuration - sécurité - audit.
      -NoEventFoundWithCriteria=Aucun événement d'audit de sécurité trouvé avec ces critères.
      +NoEventFoundWithCriteria=Aucun événement d'audit de sécurité trouvé avec ces critères de recherche.
       SeeLocalSendMailSetup=Voir la configuration locale de sendmail
       BackupDesc=Pour réaliser une sauvegarde complète de Dolibarr, vous devez :
       BackupDesc2=Sauvegardez le contenu du répertoire document (<b>%s</b>) qui contient tous les fichiers envoyés et générés (Par conséquent il contient également les fichiers dump générés à l'étape 1).
      -BackupDesc3=Sauvez le contenu de votre base de données (<b>%s</b>) dans un fichier « dump ». Pour cela vous pouvez utiliser l'assistant ci-dessous.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Le répertoire archivé devra être placé en lieu sûr.
       BackupDescY=Le fichier « dump » généré devra être placé en lieu sûr.
      -BackupPHPWarning=La sauvegarde n'est pas garantie avec cette méthode. Préférez la méthode précédente.
      +BackupPHPWarning=La sauvegarde n'est pas garantie avec cette méthode. Il est recommandé d'utiliser la méthode précédente.
       RestoreDesc=Pour restaurer une sauvegarde de Dolibarr, vous devez :
       RestoreDesc2=Restaurez le fichier archive (fichier zip par exemple) du répertoire documents en extrayant l'arborescence dans le répertoire documents d'une nouvelle installation de Dolibarr ou dans le répertoire documents de cette installation (<b>%s</b>).
       RestoreDesc3=Restaurez les données, depuis le fichier « dump » de sauvegarde, dans  la base de données d'une nouvelle installation de Dolibarr ou de cette instance en cours (<b>%s</b>). Attention, une fois la restauration faite, il faudra utiliser un identifiant/mot de passe administrateur existant à l'époque de la sauvegarde pour se connecter. Pour restaurer la base dans l'installation actuelle, vous pouvez utiliser l'assistant suivant.
      @@ -1110,7 +1118,7 @@ YourPHPDoesNotHaveSSLSupport=Fonctions SSL non présentes dans votre PHP
       DownloadMoreSkins=Plus de thèmes à télécharger
       SimpleNumRefModelDesc=Renvoie le numéro sous la forme %syymm-nnnn où yy est l'année, mm le mois et nnnn un compteur séquentiel sans rupture et sans remise à 0.
       ShowProfIdInAddress=Afficher l'identifiant professionnel dans les adresses sur les documents
      -ShowVATIntaInAddress=Cacher l'identifiant de TVA Intracommunautaire dans les adresses sur les documents
      +ShowVATIntaInAddress=Cacher l'identifiant de TVA Intracommunautaire dans les adresses sur les documents.
       TranslationUncomplete=Traduction partielle
       MAIN_DISABLE_METEO=Désactiver la vue météo
       MeteoStdMod=Mode standard
      @@ -1119,7 +1127,7 @@ MeteoPercentageMod=Mode pourcentage
       MeteoPercentageModEnabled=Mode pourcentage activé
       MeteoUseMod=Cliquez pour utiliser %s
       TestLoginToAPI=Tester connexion à l'API
      -ProxyDesc=Certaines fonctions de Dolibarr nécessitent que le serveur ait accès à internet. Définissez ici les paramètres de ces accès. Si le serveur Dolibarr est derrière un proxy, ces paramètres indiquent à Dolibarr comment le traverser.
      +ProxyDesc=Certaines fonctions de Dolibarr nécessitent que le serveur ait accès à internet. Définissez ici les paramètres pour les fonctions qui nécessitent cet  accès. Si le serveur Dolibarr est derrière un proxy, ces paramètres indiquent à Dolibarr comment accéder à internet à travers celui-ci.
       ExternalAccess=Accès externes
       MAIN_PROXY_USE=Utiliser un serveur proxy mandataire (sinon accès direct à internet)
       MAIN_PROXY_HOST=Nom/Adresse du serveur proxy mandataire
      @@ -1133,7 +1141,7 @@ ExtraFieldsLinesRec=Attributs supplémentaires (ligne de factures modèles)
       ExtraFieldsSupplierOrdersLines=Attributs supplémentaires (lignes de commandes)
       ExtraFieldsSupplierInvoicesLines=Attributs supplémentaires (lignes de factures)
       ExtraFieldsThirdParties=Attributs supplémentaires (tiers)
      -ExtraFieldsContacts=Attributs supplémentaires (contacts/adresses)
      +ExtraFieldsContacts=Attributs supplémentaires (adresses de contacts)
       ExtraFieldsMember=Attributs supplémentaires (adhérents)
       ExtraFieldsMemberType=Attributs supplémentaires (type d'adhérents)
       ExtraFieldsCustomerInvoices=Attributs supplémentaires (factures)
      @@ -1147,13 +1155,13 @@ AlphaNumOnlyLowerCharsAndNoSpace=uniquement des caractères alphanumériques et
       SendmailOptionNotComplete=Attention, sur certains systèmes Linux, avec cette méthode d'envoi, pour pouvoir envoyer des emails en votre nom, la configuration d'exécution de sendmail doit contenir l'option <b>-ba</b> (paramètre <b>mail.force_extra_parameters</b> dans le fichier <b>php.ini</b>). Si certains de vos destinataires ne reçoivent pas de message, essayer de modifier ce paramètre PHP avec <b>mail.force_extra_parameters = -ba</b>.
       PathToDocuments=Chemin d'accès aux documents
       PathDirectory=Répertoire
      -SendmailOptionMayHurtBuggedMTA=La fonction d'envoi de mails par la méthode "PHP mail directe" génère un message mail qui peut être mal interprété par certains serveurs mal configurés de réception de mail. Cela se traduit par des mails non lisibles chez les personnes hébergés par ces plateformes boguées. C'est le cas des clients de certains fournisseurs d'accès internet (Ex: Orange). Ce n'est pas un problème, ni dans Dolibarr ni dans PHP mais sur le serveur de réception. Vous pouvez toutefois ajouter l'option MAIN_FIX_FOR_BUGGED_MTA à 1 dans configuration - divers pour modifier Dolibarr afin de compenser le bug. Toutefois ce sont les serveurs respectueux du standard d'envoi de mail qui pourront avoir des problèmes. L'autre solution (recommandée) est d'utiliser la méthode d'envoi SMTP socket library qui n'a aucun de ces inconvénients.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Configuration de la traduction
       TranslationKeySearch=Rechercher une traduction
       TranslationOverwriteKey=Ajouter une traduction
       TranslationDesc=Pour sélectionner la langue d'affichage de l'environnement : <br>* langue par défaut : menu <strong>Accueil - Configuration - Affichage</strong><br>* langue par utilisateur: Onglet <strong>Interface utilisateur</strong> de la fiche utilisateur (Accès a la fiche de l'utilisateur depuis l'identifiant dans l'angle supérieur droit de l'écran).
       TranslationOverwriteDesc=Vous pouvez aussi écraser des valeurs en complétant/corrigeant le tableau suivant. Choisissez votre code de langue depuis la liste déroulante "%s", choisissez le code trouvé dans le fichier lang dans le champ "%s", et dans "%s" la nouvelle valeur que vous souhaitez utiliser comme nouvelle traduction.
      -TranslationOverwriteDesc2=Vous pouvez utiliser l'autre onglet pour vous aider à connaître la clé de traduction à utiliser
      +TranslationOverwriteDesc2=Vous pouvez utilisez l'autre onglet pour vous aider à trouver la clé de traduction à utiliser
       TranslationString=Traduction
       CurrentTranslationString=Chaîne de traduction actuelle
       WarningAtLeastKeyOrTranslationRequired=Un critère de recherche est nécessaire au moins pour la clé ou la valeur de traduction
      @@ -1162,22 +1170,23 @@ OriginalValueWas=La traduction d'origine est écrasée. La valeur initiale étai
       TransKeyWithoutOriginalValue=Vous avez forcé une nouvelle traduction pour la clé de traduction '<strong>%s</strong>' qui n'existe dans aucun fichier de langue
       TotalNumberOfActivatedModules=Modules activés : <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Vous devez activer au moins une fonctionnalité
      -ClassNotFoundIntoPathWarning=La classe %s n'a pas été trouvée dans le chemin PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Oui en été
      -OnlyFollowingModulesAreOpenedToExternalUsers=Remarque, seuls les modules suivants sont ouverts aux utilisateurs externes (quelles qu'en soient les permissions de ces utilisateurs) et seulement si les permissions leur ont été données:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Stockage des sessions chiffrées par Suhosin
       ConditionIsCurrently=La condition est actuellement %s
       YouUseBestDriver=Vous utilisez le driver %s qui est le driver recommandé actuellement.
      -YouDoNotUseBestDriver=Vous utilisez le driver %s mais le driver %s est recommandé.
      -NbOfProductIsLowerThanNoPb=Vous n'avez que %s produits/services en base. Ceci ne requiert pas d'optimisation particulière.
      -SearchOptim=Optimization des recherches
      -YouHaveXProductUseSearchOptim=Vous avez %s produits/services en base. Il est recommandé d'ajouter la constante PRODUCT_DONOTSEARCH_ANYWHERE à 1 dans Accueil-Configuration-Divers, vous limiterez ainsi la recherche au début de la chaine rendant possible l'utilisation de l'index et obtiendrez une réponse immédiate.
      -BrowserIsOK=Vous utilisez le navigateur %s. Ce navigateur est réputé optimisé pour la sécurité et performance.
      -BrowserIsKO=Vous utilisez le navigateur %s. Ce navigateur est déconseillé pour des raisons de sécurité, performance et qualité des pages restituées. Nous vous recommandons d'utiliser Firefox, Chrome, Opera ou Safari.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
      +SearchOptim=Optimisation des recherches
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug est chargé.
       XCacheInstalled=XCache est chargé.
      -AddRefInList=Afficher les références client/fournisseur dans les listes (listes déroulantes ou à autocomplétion) et les libellés des liens clicables. Les tiers apparaîtront alors sous la forme "CC12345 - SC45678 - La big company coorp", au lieu de "La big company coorp".
      -AskForPreferredShippingMethod=Demander la méthode d'expédition préférée pour les tiers.
      +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=Demander la méthode d'expédition préférée pour les Tiers
       FieldEdition=Édition du champ %s
       FillThisOnlyIfRequired=Exemple: +2 (ne remplir que si un décalage d'heure est constaté dans l'export)
       GetBarCode=Récupérer code barre
      @@ -1196,19 +1205,19 @@ UserMailRequired=Email requis pour créer un nouvel utilisateur
       HRMSetup=Configuration du module GRH
       ##### Company setup #####
       CompanySetup=Configuration du module Tiers
      -CompanyCodeChecker=Modèle de génération et contrôle des codes tiers (client ou fournisseur)
      -AccountCodeManager=Modèle de génération des codes comptables (client ou fournisseur)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Les notifications activent l'envoi d'e-mails automatiques pour certains événements de Dolibarr. L'envoi de ces e-mails automatiques est défini selon :
       NotificationsDescUser=* par utilisateurs, utilisateur par utilisateur.
       NotificationsDescContact=* par tiers de contacts (clients ou fournisseur), contact par contact.
       NotificationsDescGlobal=* ou en définissant des emails cibles fixes sur la page de configuration du module.
       ModelModules=Modèle de documents
      -DocumentModelOdt=Génération depuis des modèles OpenDocument (Fichier .ODT ou .ODS OpenOffice, KOffice, TextEdit…)
      +DocumentModelOdt=Génération depuis des modèles OpenDocument (Fichier .ODT ou .ODS LibreOffice, KOffice, TextEdit…)
       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 (si num tva ou type de société défini) ?
      +MustBeMandatory=Obligatoire pour créer des tiers ?
       MustBeInvoiceMandatory=Obligatoire pour valider des factures ?
       TechnicalServicesProvided=Services techniques fournis
       #####DAV #####
      @@ -1220,6 +1229,7 @@ WebCalUrlForVCalExport=Un lien d'exportation du calendrier au format <b>%s</b> s
       BillsSetup=Configuration du module Factures
       BillsNumberingModule=Modèle de numérotation des factures et avoirs
       BillsPDFModules=Modèle de document de factures
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Modèle de document pour les règlements
       CreditNote=Avoir
       CreditNotes=Avoirs
      @@ -1276,6 +1286,7 @@ AdherentLoginRequired= Gérer un identifiant pour chaque adhérent
       AdherentMailRequired=Email obligatoire pour créer un nouvel adhérent
       MemberSendInformationByMailByDefault=Case à cocher pour envoyer un email de confirmation (validation ou nouvelle cotisation) aux adhérents est à oui par défaut.
       VisitorCanChooseItsPaymentMode=Le visiteur peut choisir parmi les modes de paiement disponibles
      +MEMBER_REMINDER_EMAIL=Activer le rappel automatique <b> par e-mail </b> des abonnements expirés. Remarque: le module <strong> %s </strong> doit être activé et configuré correctement pour qu'un rappel soit envoyé.
       ##### LDAP setup #####
       LDAPSetup=Configuration du module LDAP
       LDAPGlobalParameters=Paramètres globaux
      @@ -1347,8 +1358,8 @@ LDAPSynchroKO=Échec du test de synchronisation
       LDAPSynchroKOMayBePermissions=Échec du test de synchronisation. Vérifier que la connexion au serveur est correctement configurée et permet les mises à jour LDAP
       LDAPTCPConnectOK=Connexion TCP au serveur LDAP réussie (Serveur=%s, Port=%s)
       LDAPTCPConnectKO=Connexion TCP au serveur LDAP échouée (Serveur=%s, Port=%s)
      -LDAPBindOK=Connection/Authentification au serveur LDAP réussie (Serveur=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connexion/Authentification au serveur LDAP échouée (Serveur=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=Serveur LDAP configuré en version 3
       LDAPSetupForVersion2=Serveur LDAP configuré en version 2
       LDAPDolibarrMapping=Mapping Dolibarr
      @@ -1410,40 +1421,41 @@ LDAPDescMembersTypes=Cette page permet de définir le nom des attributs de l'arb
       LDAPDescValues=Les valeurs exemples sont adaptées à <b>OpenLDAP</b> avec les schémas suivant chargés: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Si vous utilisez les valeurs suggérées et OpenLDAP, modifiez votre fichier de configuration LDAP <b>slapd.conf</b> pour avoir tous ces schémas actifs.
       ForANonAnonymousAccess=Pour un accès authentifié (pour accès en écriture par exemple)
       PerfDolibarr=Rapport de configuration/optimisation sur la performance
      -YouMayFindPerfAdviceHere=Sur cette page vous trouverez quelques indicateurs ou conseils pour optimiser la performance.
      -NotInstalled=Non installé, aussi votre serveur n'est pas ralentit par cela.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Cache applicatif
       MemcachedNotAvailable=Aucun cache applicatif trouvé. Vous pouvez accélérer les performances de Dolibarr en installant un serveur de cache Memcached et un module de cache applicatif exploitant ce serveur.<br>Plus d'info sur la page <a href="http://wiki.dolibarr.org/index.php/Module_MemCached">http://wiki.dolibarr.org/index.php/Module_MemCached</a>. Notez que de nombreux hébergeurs low-cost ne fournissent pas de tels serveurs de cache dans leur infrastructure.
       MemcachedModuleAvailableButNotSetup=Le module memcached pour le cache applicatif a été trouvé mais la configuration de ce module n'est pas complète.
       MemcachedAvailableAndSetup=Le module memcached dédié à l'utilisation du serveur de cache memcached est activé.
       OPCodeCache=Cache OPCode
      -NoOPCodeCacheFound=Pas de cache OPCode trouvé. Peut-être utilisez-vous un cache OPCode différent de XCache ou eAccelerator (bien), peut-être n'avez vous pas du tout de cache OPCode (très mauvais).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Cache HTTP des ressources statiques (css, img, javascript)
       FilesOfTypeCached=Fichiers de type %s mis en cache par le serveur HTTP
       FilesOfTypeNotCached=Fichiers de type %s non mis en cache par le serveur HTTP
       FilesOfTypeCompressed=Fichiers de type %s compressé par le serveur HTTP
       FilesOfTypeNotCompressed=Fichiers de type %s non compressé par le serveur HTTP
       CacheByServer=Cache par le serveur
      -CacheByServerDesc=Par exemple, en utilisant la directive Apache "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache par le navigateur
       CompressionOfResources=Compression des réponses HTTP
      -CompressionOfResourcesDesc=Par exemple, en utilisant la directive Apache "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Une détection automatique n'est pas possible avec le navigateur courant
      -DefaultValuesDesc=Vous pouvez définir/forcer ici la valeur par défaut que vous voulez obtenir lorsque vous créez un nouvel enregistrement, et/ou les filtres par défaut ou ordre de tri des listes.
      -DefaultCreateForm=Valeurs par défaut (sur les formulaires de création)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Filtres de recherche par défaut
       DefaultSortOrder=Ordre de tri par défaut 
       DefaultFocus=Champs par défaut ayant le focus
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Configuration du module Produits
       ServiceSetup=Configuration du module Services
       ProductServiceSetup=Configuration des modules Produits et Services
       NumberOfProductShowInSelect=Nombre maximum de produits dans les listes déroulantes (0=aucune limite)
      -ViewProductDescInFormAbility=Visualisation des descriptions produits dans les formulaires (sinon en tant que bulle d'aide)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Ajoute dans l'onglet Fichiers joints des produits/services, une option pour fusionner le document PDF du produit au PDF des propositions Azur si le produit/services est inclut dans la proposition.
      -ViewProductDescInThirdpartyLanguageAbility=Visualisation des descriptions de produits dans la langue du tiers
      -UseSearchToSelectProductTooltip=Si vous avez un nombre important de produits (>100 000), vous pourrez améliorer les performances en positionnant la constante PRODUCT_DONOTSEARCH_ANYWHERE à 1 dans Configuration->Divers. La recherche sera alors limité au début des chaines.
      -UseSearchToSelectProduct=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des produits (Cela peut augmenter les performances si vous avez un grand nombre de produits, mais cela est moins convivial)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Type de code-barre utilisé par défaut pour les produits
       SetDefaultBarcodeTypeThirdParties=Type de code-barre utilisé par défaut pour les tiers
       UseUnits=Définir une unité de mesure pour la quantité lors de l'édition de lignes de commande, proposition ou facture
      @@ -1504,7 +1516,7 @@ SendingsSetup=Configuration du module Expédition/Livraison
       SendingsReceiptModel=Modèles de bordereau d'expédition
       SendingsNumberingModules=Modèles de numérotation des expéditions
       SendingsAbility=Prise en charge des bons d'expédition pour les livraisons clients
      -NoNeedForDeliveryReceipts=Dans le plupart des cas, la fiche expédition est utilisée en tant que bon d'expédition (liste des produits expédiés) et bon de livraison (signée par le client). Le bon de réception est un doublon de fonctionnalité et est rarement utilisé.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Mention complémentaire sur les expéditions
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Modèle de numérotation des bons de réception client
      @@ -1516,18 +1528,18 @@ AdvancedEditor=Editeur avancé
       ActivateFCKeditor=Activer l'éditeur avancé pour :
       FCKeditorForCompany=Création/édition WYSIWIG de la description et note des éléments (autre que produits/services)
       FCKeditorForProduct=Création/édition WYSIWIG de la description et note des produits/services
      -FCKeditorForProductDetails=Création/édition WYSIWIG des lignes détails produits sur tous les éléments (commandes, propales, factures, etc...). <font class="warning">Attention: L'utilisation pour ce cas est fortement déconseillée car peut poser des problèmes dans la gestion de caractères et mise en page des fichiers PDF générés.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= Création/édition WYSIWIG des emailings (Outils->Emailings)
       FCKeditorForUserSignature=Création/édition WYSIWIG de la signature des utilisateurs
       FCKeditorForMail=Création/édition WYSIWIG tous les emails (sauf Outils->Emailings)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=La connexion a réussi mais la base ne semble pas être une base OSCommerce (clé %s  non trouvée dans la table %s).
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
       OSCommerceTestOk=La connexion au serveur '%s' sur la base '%s' par l'utilisateur '%s' a réussi.
      -OSCommerceTestKo1=La connexion au serveur '%s' a réussi mais la base '%s' n'a pu être atteinte.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=La connexion au serveur '%s' par l'utilisateur '%s' à échoué.
       ##### Stock #####
       StockSetup=Configuration du module Stock / Entrepôt
      -IfYouUsePointOfSaleCheckModule=Si vous utilisez un module Point de Vente (module POS fourni par défaut ou un autre module externe), cette configuration peut être ignoré par votre module point de vente. La plupart de modules Point de Vente sont conçus pour créer immédiatement une facture et de réduire les stocks par défaut quelles que soient les options ici. Donc, si vous avez besoin ou non d'avoir une diminution du stock lors de l'enregistrement d'une vente dans votre Point de Vente, vérifiez également la configuration de votre module POS.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu supprimé
       Menus=Menus
      @@ -1549,7 +1561,7 @@ DetailRight=Condition d'affichage plein ou grisé
       DetailLangs=Fichier .lang pour la traduction du code libellé
       DetailUser=Interne / Externe / Tous
       Target=Cible
      -DetailTarget=Cible liens menu (_blank pour ouvrir une nouvelle fenêtre)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Niveau (-1:menu haut, 0:entête menu, >0 menu et sous menu)
       ModifMenu=Modification du menu
       DeleteMenu=Effacer entrée de menu
      @@ -1564,7 +1576,7 @@ OptionVatDefaultDesc=TVA sur encaissement, l'exigibilité de la TVA est:<br>- su
       OptionVatDebitOptionDesc=TVA sur débit, l'exigibilité de la TVA est:<br>- sur livraison pour les biens (en pratique on utilise la date de facturation)<br>- sur facturation (débit) pour les services
       OptionPaymentForProductAndServices=Sur paiements pour les produits et services
       OptionPaymentForProductAndServicesDesc=La TVA est due: <br> - sur le paiement pour les marchandises <br> - sur les paiements pour les services
      -SummaryOfVatExigibilityUsedByDefault=Moment d'exigibilité par défaut de la TVA pour l'option choisie:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Sur livraison
       OnPayment=Sur paiement
       OnInvoice=Sur facture
      @@ -1581,36 +1593,36 @@ AccountancyCodeBuy=Code comptable achat
       AgendaSetup=Configuration du module actions et agenda
       PasswordTogetVCalExport=Clé pour autoriser le lien d'exportation
       PastDelayVCalExport=Ne pas exporter les événements de plus de
      -AGENDA_USE_EVENT_TYPE=Utilisez les types d'événements (gérés dans le menu Configuration -> Dictionnaires -> Type d'événements agenda)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Configurez automatiquement cette valeur par défaut pour un type d'événement dans un formulaire de création d'événement.
      -AGENDA_DEFAULT_FILTER_TYPE=Positionner automatiquement ce type d'événement dans le filtre de recherche de la vue agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Positionner automatiquement ce statut d'événement dans le filtre de recherche de la vue agenda
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Quel onglet voulez-vous voir ouvrir par défaut quand on choisit le menu Agenda
       AGENDA_REMINDER_EMAIL=Activer le rappel d'événement <b> par e-mail </b> (l'option de rappel / délai peut être défini pour chaque événement). Remarque: Le module <strong> %s </strong> doit être activé et configuré correctement pour que le rappel soit envoyé à la bonne fréquence.
      -AGENDA_REMINDER_BROWSER=Activer la notification d'événement <b>dans le navigateur de l'utilisateur</b> (lorsque la date de l'événement est atteinte, chaque utilisateur peut refuser ceci au moment de la question de confirmation posée par le navigateur)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Activer les notifications sonores.
       AGENDA_SHOW_LINKED_OBJECT=Afficher l'objet lié dans la vue agenda
       ##### Clicktodial #####
       ClickToDialSetup=Configuration du module Click To Dial
       ClickToDialUrlDesc=URL appelée quand un clic sur l'icône téléphone est fait. Dans l'URL, vous pouvez utiliser les tags<br><b>__PHONETO__</b> qui sera remplacée par le numéro de téléphone de la personne à appeler<br><b>__PHONEFROM__</b> qui sera remplacée par le numéro de l'appelant (vous)<br><b>__LOGIN__</b> qui sera remplacée par l'identifiant d'accès de l'utilisateur à l'application d'appel (à définir sur la fiche utilisateur) et <br><b>__PASS__</b> qui sera remplacée par le mot de passe d'accès de l'utilisateur à l'application d'appel (également à définir sur la fiche utilisateur).
      -ClickToDialDesc=Ce module permet de rendre un numéro de téléphone cliquable. Un clique sur cet icone fera votre téléphone appeler le numéro cliqué. Ce module peut être utilisé pour appeler un système de centre d'appel à partir de Dolibarr. 
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Utiliser un lien «Tel.» sur les numéros de téléphone
      -ClickToDialUseTelLinkDesc=Utilisez cette méthode si vos utilisateurs ont un softphone ou une interface de logiciel installé sur un même ordinateur que le navigateur, et a appelé lorsque vous cliquez sur un lien dans votre navigateur qui commencent par "tel:". Si vous avez besoin d'une solution de serveur complet (pas besoin d'installation locale du logiciel), vous devez définir ce "Non" et remplissez champ suivant.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Caisse enregistreuse
       CashDeskSetup=Configuration du module Point de vente/caisse enregistreuse
      -CashDeskThirdPartyForSell=Tiers générique à utiliser par défaut pour les ventes
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Compte par défaut à utiliser pour l'encaissement en liquide
       CashDeskBankAccountForCheque= Compte par défaut à utiliser pour l'encaissement en chèque
       CashDeskBankAccountForCB= Compte par défaut à utiliser pour l'encaissement en carte de crédit
      -CashDeskDoNotDecreaseStock=Désactiver la réduction de stocks systématique lorsque une vente se fait à partir du Point de Vente (si «non», la réduction du stock est faite pour chaque vente faite depuis le POS, quelquesoit l'option de changement de stock définit dans le module Stock).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Forcer et restreindre l'emplacement/entrepôt à utiliser pour la réduction de stock
      -StockDecreaseForPointOfSaleDisabled=Réduction de stock lors de l'utilisation du Point de Vente désactivée
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=La décrémentation de stock depuis ce module Point de Vente n'est pas encore compatible avec la gestion des numéros de lots/série.
      -CashDeskYouDidNotDisableStockDecease=Vous n'avez pas désactivé la réduction de stocks lors de la réalisation d'une vente depuis le Point de Vente. Aussi, un entrepôt/emplacement est nécessaire.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Configuration du module Marque-pages
      -BookmarkDesc=Ce module vous permet de gérer des liens et raccourcis. Il permet aussi d'ajouter n'importe quelle page de Dolibarr ou lien web dans le menu d'accès rapide sur la gauche.
      +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.
       NbOfBoomarkToShow=Nombre maximum de marques-pages à afficher dans le menu
       ##### WebServices #####
       WebServicesSetup=Configuration du module Webservices
      @@ -1638,7 +1650,7 @@ ChequeReceiptsNumberingModule=Module de numérotation des bordereaux de remises
       MultiCompanySetup=Configuration du module Multi-société
       ##### Suppliers #####
       SuppliersSetup=Configuration du module Fournisseurs
      -SuppliersCommandModel=Modèle de commandes fournisseur complet (logo…)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Modèle de factures fournisseur complet (logo…)
       SuppliersInvoiceNumberingModel=Modèles de numérotation des factures fournisseur
       IfSetToYesDontForgetPermission=Si positionné sur Oui, n'oubliez pas de donner les permissions aux groupes ou utilisateurs qui auront le droit de cette action.
      @@ -1655,7 +1667,7 @@ ProjectsSetup=Configuration du module Projets
       ProjectsModelModule=Modèles de document de rapport projets
       TasksNumberingModules=Modèles de numérotation des références tâches
       TaskModelModule=Modèles de document de rapport tâches
      -UseSearchToSelectProject=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des projets (Cela peut augmenter les performances si vous avez un grand nombre de projets, mais cela est moins convivial)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Période fiscales
      @@ -1688,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Vous pouvez trouver d'autr
       ListOfNotificationsPerUser=Liste des notifications par utilisateur*
       ListOfNotificationsPerUserOrContact=Liste des notifications par utilisateur* ou par contact**
       ListOfFixedNotifications=Liste des notifications emails fixes
      -GoOntoUserCardToAddMore=Aller sur l'onglet "Notificiation" de l'utilisateur pour ajouter ou modifier une notification par utilisateurs
      -GoOntoContactCardToAddMore=Rendez-vous sur l'onglet "Notifications" d'un tiers pour ajouter ou enlever les notifications pour les contacts/adresses
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Seuil
       BackupDumpWizard=Assistant de génération d'un fichier de sauvegarde de la base de données
       SomethingMakeInstallFromWebNotPossible=L'installation de module externe est impossible depuis l'interface web pour la raison suivante : 
      @@ -1698,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=L'installation de module externe depui
       ConfFileMustContainCustom=Installer ou créer un module externe à partir de l'application nécessite de sauvegarder les fichiers du module dans le répertoire <strong>%s</strong>. Pour que ce répertoire soit reconnu par Dolibarr, vous devez paramétrer le fichier de configuration <strong>conf/conf.php</strong> en ajoutant les 2 lignes suivantes :<br><strong>$dolibarr_main_url_root_alt='/custom'</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong>
       HighlightLinesOnMouseHover=Mettre en surbrillance les lignes de la table lorsque la souris passe au-dessus
       HighlightLinesColor=Couleur de la ligne de surbrillance lorsque la souris passe au-dessus (laisser vide pour ne pas mettre en surbrillance)
      +HighlightLinesChecked=Couleur de la ligne de surbrillance lorsque la souris passe au-dessus (laisser vide pour ne pas mettre en surbrillance)
       TextTitleColor=Couleur du texte du titre de la page
       LinkColor=Couleur des liens
       PressF5AfterChangingThis=Appuyez sur la touche CTRL+F5 ou videz le cache de votre navigateur après avoir modifié cette valeur pour que le changement soit effectif
      @@ -1713,16 +1726,16 @@ BackgroundTableLineEvenColor=Couleur de fond pour les lignes paires des tales
       MinimumNoticePeriod=Période de préavis minimum (Votre demande de congé doit être faite avant ce délai)
       NbAddedAutomatically=Nombre de jours ajoutés aux compteurs des utilisateurs (automatiquement) chaque mois
       EnterAnyCode=Ce champ contient une référence pour identifier le champ. Entrez une valeur de votre choix, mais sans caractères spéciaux.
      -UnicodeCurrency=Saisissez ici entre accolades, la liste du numéro des octets qui représentent le symbole de la monnaie. Pour exemple: pour $, entrez [36] - pour le Real Brésilien R$ [82,36] - pour l'euro €, entrez [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=La couleur RVB au format HEX est, par exemple: FF0000
       PositionIntoComboList=Position de la ligne dans des listes déroulantes
       SellTaxRate=Taux de TVA
       RecuperableOnly=Oui pour une TVA "Non Perçue mais Récupérable" dédiée à certains pays comme la France. Gardez la valeur à "Non" dans tous les autres cas.
       UrlTrackingDesc=Si le fournisseur ou le service de transport offrent une page ou un site Web pour vérifier l'état de votre envoi, vous pouvez l'entrer ici. Vous pouvez utiliser la clé {TRACKID} dans les paramètres d'URL afin que le système la remplace par la valeur du numéro de suivi entré sur la fiche d'expédition.
      -OpportunityPercent=Lorsque vous créez une opportunité, vous aurez défini un montant estimatif de projet/affaire. Selon le statut de l'opportunité, ce montant peut être multiplié par ce taux pour évaluer montant probable que vos opportunités sont susceptibles de générer. La valeur est un pourcentage (entre 0 et 100).
      +OpportunityPercent=Lorsque vous créez une opportunité, vous pouvez ďéfinir un montant estimatif de projet/affaire. Selon le statut de l'opportunité, ce montant peut être multiplié par ce taux pour évaluer le montant probable que vos opportunités sont susceptibles de générer. La valeur est un pourcentage (entre 0 et 100).
       TemplateForElement=Cet enregistrement modèle est dédié à quel élément
       TypeOfTemplate=Type de modèle
      -TemplateIsVisibleByOwnerOnly=Le modèle est visible par le propriétaire seulement
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible partout
       VisibleNowhere=Visible nulle part
       FixTZ=Correction du fuseau horaire
      @@ -1748,10 +1761,10 @@ YouUseLastStableVersion=Vous utilisez la dernière version stable
       TitleExampleForMajorRelease=Exemple de message que vous pouvez utiliser pour annonce une nouvelle version majeure (n'hésitez pas à l'utilisez pour vos propres news)
       TitleExampleForMaintenanceRelease=Exemple de message que vous pouvez utiliser pour annonce une nouvelle version de maintenance (n'hésitez pas à l'utilisez pour vos propres news)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version majeure avec de nouvelles fonctionnalités pour les utilisateurs et les développeurs. Vous pouvez la télécharger à partir de la zone de téléchargement du portail https://www.dolibarr.org (sous-répertoire "Versions stables"). Vous pouvez lire le <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> pour la liste complète des changements.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version de maintenance, aussi elle ne contient que des correctifs de bugs. Nous recommandons à toute personne utilisant une version plus ancienne de migrer vers celle-ci. En tant que version de maintenance, aucune nouvelle fonctionnalité n'est ajoutée, ni modification de format de données. Vous pouvez télécharger cette version à partir de la zone de téléchargement du portail https://www.dolibarr.org (sous-répertoire "Versions stables"). Vous pouvez lire le <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> pour la liste complète des changements.
      -MultiPriceRuleDesc=Quand l'option « Plusieurs niveaux de prix par produit/service» est activée, vous pouvez définir différents prix (un par niveau de prix) pour chaque produits. Pour sauver du temps, vous pouvez entrer ici une règle pour avoir un prix pour chaque niveau calculé automatiquement. Cette page est ici pour sauver du temps et peut être utile si vos prix pour chaque niveaux sont relatif au premier niveau. Vous pouvez ignorer cette page dans la plupart des cas
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Modèles des documents de produits
      -ToGenerateCodeDefineAutomaticRuleFirst=Pour pouvoir générer automatiquement des codes, vous devez d'abord définir un gestionnaire pour définir automatiquement le numéro du code-barre.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Voir * note pour la liste des variables de substitutions possibles
       SeeChangeLog=Voir le fichier changeLog (anglais)
       AllPublishers=Tous les éditeurs
      @@ -1772,33 +1785,64 @@ AddOtherPagesOrServices=Ajout d'autres pages ou services
       AddModels=Ajout de modèles de document ou de numérotation
       AddSubstitutions=Ajout de valeurs de substitution
       DetectionNotPossible=Détection impossible
      -UrlToGetKeyToUseAPIs=Url pour obtenir le jeton pour utiliser l'API (une fois le jeton reçu, il est enregistré dans la table des utilisateurs de la base de données et doit être fourni à chaque appel d'API)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Liste des APIs disponibles
      -activateModuleDependNotSatisfied=Le module "%s" dépend du module "%s" qui est manquant, aussi le module "%1$s" peut ne pas fonctionner correctement. Merci d'installer le module "%2$s" ou désactiver le module "%1$s" si vous ne souhaitez pas avoir de mauvaise surprise
      -CommandIsNotInsideAllowedCommands=La commande demandée n'est pas autorisée par le paramètre <strong>$dolibarr_main_restrict_os_commands</strong> du fichier <strong>conf.php</strong>.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Page cible
      -SamePriceAlsoForSharedCompanies=Si vous utilisez un module multi-société, avec le choix «prix unique», le prix sera aussi le même pour toutes les sociétés si les produits sont partagés entre les environnements
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Le module a été activé. Les permissions pour le(s) module(s) activé(s) ont été donnés aux utilisateurs admin uniquement. Vous devrez peut-être accorder des autorisations aux autres utilisateurs ou groupes manuellement si nécessaire.
       UserHasNoPermissions=Cet utilisateur n'a pas de permission définie
      -TypeCdr=Utilisez "Aucune" si la date du terme de paiement est la date de la facture plus un delta en jours (delta est le champ "Nb de jours") <br> Utilisez "À la fin du mois", si, après le delta, la date doit être augmentée pour atteindre la fin du mois (+ un «Offset» optionnel en jours) <br> Utilisez "Coutant/Suivant" pour que la date du terme de paiement soit la premier Nième jour du mois qui suit (N est stocké dans le champ "Nb de jours")
      +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=Devise par défaut de votre société/institution (Voir Accueil > configuration > Société/Institution)
       WarningNoteModuleInvoiceForFrenchLaw=Ce module %s permet d'être conforme aux lois françaises (Loi Finance 2016 par exemple).
       WarningNoteModulePOSForFrenchLaw=Le module %s est conforme à la législation française ( Loi Finance 2016 ) car les logs non réversibles sont automatiquement activés.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Vous tentez d'installer le module %s qui est un module externe. L'activation d'un module externe signifie que vous faites confiance à l'éditeur du module et que vous êtes sûr que ce module ne modifie pas négativement le comportement de votre application et est conforme aux lois de votre pays (%s). Si le module apporte une fonctionnalité illégale, vous devenez responsable pour l'utilisation d'un logiciel illégal.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Marge gauche sur les PDF
       MAIN_PDF_MARGIN_RIGHT=Marge droite sur les PDF
       MAIN_PDF_MARGIN_TOP=Marge haute sur les PDF
       MAIN_PDF_MARGIN_BOTTOM=Marge bas sur les PDF
      +NothingToSetup=Aucune configuration particulière n'est requise pour ce module.
       SetToYesIfGroupIsComputationOfOtherGroups=Réglez ceci sur Oui si ce groupe est un calcul d'autres groupes
      -EnterCalculationRuleIfPreviousFieldIsYes=Entrez la règle de calcul si le champ précédent a été défini sur Oui (par exemple, 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Plusieurs variantes de langue trouvées
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Supprimer les caractères spéciaux
       COMPANY_AQUARIUM_CLEAN_REGEX=Filtre Regex pour nettoyer la valeur (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Contact RGPD
      -GDPRContactDesc=Si vous stockez des données sur des entreprises / citoyens européens, vous pouvez stocker ici le contact responsable du RGPD.
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in a form
      +YouCanDeleteFileOnServerWith=You can delete this file on server with Command Line:<br>%s
      +ChartLoaded=Modèle de plan de compte chargé
      +SocialNetworkSetup=Configuration du module Réseaux Sociaux
      +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=Échanger adresses expéditeurs et destinataires sur le PDF
      +FeatureSupportedOnTextFieldsOnly=Attention, fonctionnalité prise en charge sur les champs de texte uniquement
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configuration du module Ressource
       UseSearchToSelectResource=Utilisez un champ avec auto-complétion pour choisir les ressources (plutôt qu'une liste déroulante).
       DisabledResourceLinkUser=Désactiver la fonctionnalité pour lier une ressource aux utilisateurs
       DisabledResourceLinkContact=Désactiver la fonctionnalité pour lier une ressource aux contacts/adresses
       ConfirmUnactivation=Confirmer réinitialisation du module
      +OnMobileOnly=Sur petit écran (smartphone) uniquement
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang
      index 4b088f8dea2..22f2e8e1e92 100644
      --- a/htdocs/langs/fr_FR/bills.lang
      +++ b/htdocs/langs/fr_FR/bills.lang
      @@ -12,7 +12,7 @@ BillsLate=Retards de paiement
       BillsStatistics=Statistiques factures clients
       BillsStatisticsSuppliers=Statistiques factures fournisseurs
       DisabledBecauseDispatchedInBookkeeping=Action désactivée car facture comptabilisée dans le grand livre
      -DisabledBecauseNotLastInvoice=Action désactivée car facture non supprimable. Des factures ont été créées après cet facture et cela va créer un trou dans la numérotation des factures.
      +DisabledBecauseNotLastInvoice=Action désactivée car facture non supprimable. Des factures ont été créées après celle-ci et cela va créer un trou dans la numérotation des factures.
       DisabledBecauseNotErasable=Désactivé car non supprimable
       InvoiceStandard=Facture standard
       InvoiceStandardAsk=Facture standard
      @@ -25,10 +25,10 @@ InvoiceProFormaAsk=Facture proforma
       InvoiceProFormaDesc=La <b>facture proforma</b> est une image de facture définitive mais qui n'a aucune valeur comptable.
       InvoiceReplacement=Facture de remplacement
       InvoiceReplacementAsk=Facture de remplacement de la facture
      -InvoiceReplacementDesc=La <b>facture de remplacement</b> sert à annuler et remplacer complètement une facture existante sur laquelle aucun paiement n'a encore eu lieu.<br><br>Rem: Seules les factures sans aucun paiement peuvent être remplacées. Si ces dernières ne sont pas fermées, elles le seront automatiquement au statut 'abandonnée'.
      +InvoiceReplacementDesc=<b>Replacement invoice</b> is used to cancel and completely replace an invoice with no payment already received.<br><br>Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
       InvoiceAvoir=Facture avoir
       InvoiceAvoirAsk=Facture avoir pour correction de la facture
      -InvoiceAvoirDesc=La <b>facture d'avoir</b> est une facture négative destinée à compenser un montant de facture qui diffère du montant réellement versé (suite à un trop versé par le client par erreur ou un manque non versé par le client suite à un retour produit par exemple).
      +InvoiceAvoirDesc=The <b>credit note</b> is a negative invoice used to correct the fact that an invoice has an amount that differs from the amount really paid (eg customer paid too much by mistake, or will not pay completely since he returned some products).
       invoiceAvoirWithLines=Créer l'avoir avec les même lignes que la factures dont il est issu
       invoiceAvoirWithPaymentRestAmount=Créer l'avoir avec le montant restant à payer de la facture dont il est issu.
       invoiceAvoirLineWithPaymentRestAmount=Avoir sur le reste à payer
      @@ -66,12 +66,12 @@ paymentInInvoiceCurrency=Dans la devise des factures
       PaidBack=Remboursé
       DeletePayment=Supprimer le paiement
       ConfirmDeletePayment=Êtes-vous sûr de vouloir supprimer ce paiement ?
      -ConfirmConvertToReduc=Voulez vous convertir ce(cet) %s en remise fixe ?<br>Le montant sera enregistré parmi les autres remises et pourra être utilisé en tant que remise sur une autre facture du client.
      -ConfirmConvertToReducSupplier=Voulez vous convertir ce(cet) %s en remise fixe ?<br>Le montant sera enregistré parmi les autres remises et pourra être utilisé en tant que remise sur une autre facture courante ou future de ce fournisseur.
      +ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
      +ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this supplier.
       SupplierPayments=Règlements fournisseurs
       ReceivedPayments=Règlements reçus
       ReceivedCustomersPayments=Règlements reçus du client
      -PayedSuppliersPayments=Paiements aux fournisseurs
      +PayedSuppliersPayments=Payments paid to suppliers
       ReceivedCustomersPaymentsToValid=Règlements clients reçus à valider
       PaymentsReportsForYear=Rapports de règlements pour %s
       PaymentsReports=Rapports de règlements
      @@ -91,8 +91,8 @@ PaymentConditionsShort=Conditions de règlement
       PaymentAmount=Montant règlement
       ValidatePayment=Valider ce règlement
       PaymentHigherThanReminderToPay=Règlement supérieur au reste à payer
      -HelpPaymentHigherThanReminderToPay=Attention, le montant de paiement pour une ou plusieurs factures est supérieur au reste à payer.<br>Corrigez votre saisie, sinon, confirmez et pensez à créer un avoir du trop perçu lors de la fermeture de chacune des factures surpayées.
      -HelpPaymentHigherThanReminderToPaySupplier=Attention, le montant de paiement pour une ou plusieurs factures est supérieur au reste à payer.<br>Corrigez votre saisie, sinon, confirmez et pensez à créer un avoir pour l'excédent pour chaque facture surpayée.
      +HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
      +HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
       ClassifyPaid=Classer 'Payée'
       ClassifyPaidPartially=Classer 'Payée partiellement'
       ClassifyCanceled=Classer 'Abandonnée'
      @@ -131,7 +131,8 @@ BillStatusClosedUnpaid=Fermée (impayée)
       BillStatusClosedPaidPartially=Payée (partiellement)
       BillShortStatusDraft=Brouillon
       BillShortStatusPaid=Payée
      -BillShortStatusPaidBackOrConverted=Remboursé ou converti
      +BillShortStatusPaidBackOrConverted=Refunded or converted
      +Refunded=Refunded
       BillShortStatusConverted=Payé
       BillShortStatusCanceled=Abandonnée
       BillShortStatusValidated=Validée
      @@ -141,16 +142,16 @@ BillShortStatusNotRefunded=Non remboursé
       BillShortStatusClosedUnpaid=Fermée
       BillShortStatusClosedPaidPartially=Payée
       PaymentStatusToValidShort=A valider
      -ErrorVATIntraNotConfigured=Numéro de TVA intracommunautaire pas encore configuré
      +ErrorVATIntraNotConfigured=Intra-Community VAT number not yet defined
       ErrorNoPaiementModeConfigured=Aucun mode de règlement défini par défaut. Allez corriger dans la configuration du module facture.
       ErrorCreateBankAccount=Créer un compte bancaire puis aller dans la configuration du module facture pour définir les modes de règlement
       ErrorBillNotFound=Facture %s inexistante
      -ErrorInvoiceAlreadyReplaced=Erreur, vous voulez valider une facture qui doit remplacer la facture %s. Mais cette dernière a déjà été remplacée par une autre facture %s.
      +ErrorInvoiceAlreadyReplaced=Error, you tried to validate an invoice to replace invoice %s. But this one has already been replaced by invoice %s.
       ErrorDiscountAlreadyUsed=Erreur, la remise a déjà été attribuée
       ErrorInvoiceAvoirMustBeNegative=Erreur, une facture de type Avoir doit avoir un montant négatif
       ErrorInvoiceOfThisTypeMustBePositive=Erreur, une facture de ce type doit avoir un montant positif
       ErrorCantCancelIfReplacementInvoiceNotValidated=Erreur, il n'est pas possible d'annuler une facture qui a été remplacée par une autre qui se trouve toujours à l'état 'brouillon'.
      -ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Cette partie ou une autre est déjà utilisé, aussi la remise ne peut être supprimée.
      +ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=This part or another is already used so discount series cannot be removed.
       BillFrom=Émetteur
       BillTo=Adressé à
       ActionsOnBill=Événements sur la facture
      @@ -179,20 +180,20 @@ ConfirmClassifyPaidBill=Êtes-vous sûr de vouloir classer la facture <b>%s</b>
       ConfirmCancelBill=Êtes-vous sûr de vouloir annuler la facture <b>%s</b> ?
       ConfirmCancelBillQuestion=Pour quelle raison voulez-vous classer la facture abandonnée ?
       ConfirmClassifyPaidPartially=Êtes-vous sûr de vouloir classer la facture <b>%s</b> comme payée ?
      -ConfirmClassifyPaidPartiallyQuestion=Cette facture n'a pas été payée à hauteur du montant initial. Pour quelle raison voulez-vous la classer malgré tout ?
      -ConfirmClassifyPaidPartiallyReasonAvoir=Le reste à payer <b>(%s %s)</b> est un trop facturé (car article retourné, oubli, escompte réalisé...), régularisé par un avoir
      +ConfirmClassifyPaidPartiallyQuestion=This invoice has not been paid completely. What is the reason/s for you closing this invoice?
      +ConfirmClassifyPaidPartiallyReasonAvoir=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I regularize the VAT with a credit note.
       ConfirmClassifyPaidPartiallyReasonDiscount=Le reste à payer <b> (%s %s) </b> est un escompte accordé parce que le paiement a été effectué avant terme.
       ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Le reste à payer <b>(%s %s)</b> est un escompte accordé après facture. J'accepte de perdre la TVA sur cet escompte
       ConfirmClassifyPaidPartiallyReasonDiscountVat=Le reste à payer <b>(%s %s)</b> est un escompte
       ConfirmClassifyPaidPartiallyReasonBadCustomer=Mauvais payeur
       ConfirmClassifyPaidPartiallyReasonProductReturned=Produits en partie retournés
       ConfirmClassifyPaidPartiallyReasonOther=Créance abandonnée pour autre raison
      -ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Ce choix est possible si votre facture était munie de la mention adéquate. (Exemple: «escompte net de taxe»)
      -ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=Ce choix est possible si votre facture était munie de la mention adéquate. (Exemple: mention définissant l'escompte ou du genre «seule la taxe correspondant au prix effectivement payé ouvre droit à déduction»)
      +ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=This choice is possible if your invoice has been provided with suitable comments. (Example «Only the tax corresponding to the price that has been actually paid gives rights to deduction»)
      +ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=In some countries, this choice might be possible only if your invoice contains correct notes.
       ConfirmClassifyPaidPartiallyReasonAvoirDesc=Ce choix est le choix à prendre si les autres ne sont pas applicables
      -ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=Un <b>mauvais payeur</b> est un client qui refuse de régler sa dette.
      +ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=A <b>bad customer</b> is a customer that refuses to pay his debt.
       ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Ce choix sera celui choisi, dans le cas du paiement incomplet suite au retour d'une partie des produits
      -ConfirmClassifyPaidPartiallyReasonOtherDesc=Ce choix sera celui choisi dans tout autre cas, par exemple, dans les cas suivants:<br>- paiement partiel car une partie des produits a été retourné.<br>- trop réclamé suite à oubli d'une remise<br>Dans tous les cas, le trop réclamé doit être régularisé en compta et envers le client par un avoir.
      +ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all others are not suitable, for example in following situation:<br>- payment not complete because some products were shipped back<br>- amount claimed too important because a discount was forgotten<br>In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note.
       ConfirmClassifyAbandonReasonOther=Autre
       ConfirmClassifyAbandonReasonOtherDesc=Ce choix sera celui choisi dans tout autre cas. Par exemple suite à l'intention de créer une facture de remplacement.
       ConfirmCustomerPayment=Confirmez-vous la saisie de ce règlement de <b>%s</b> %s ?
      @@ -200,9 +201,10 @@ ConfirmSupplierPayment=Confirmez-vous la saisie de ce règlement de <b>%s</b> %s
       ConfirmValidatePayment=Êtes-vous sûr de vouloir valider ce paiement, aucune modification n'est possible une fois le paiement validé ?
       ValidateBill=Valider facture
       UnvalidateBill=Repasser facture en brouillon
      -NumberOfBills=Nb de factures
      -NumberOfBillsByMonth=Nb de factures par mois
      +NumberOfBills=No. of invoices
      +NumberOfBillsByMonth=No. of invoices per month
       AmountOfBills=Montant de factures
      +AmountOfBillsHT=Amount of invoices (net of tax)
       AmountOfBillsByMonthHT=Montant de factures par mois (HT)
       ShowSocialContribution=Afficher charge fiscale/sociale
       ShowBill=Afficher facture
      @@ -260,9 +262,9 @@ Repeatables=Modèles
       ChangeIntoRepeatableInvoice=Convertir en facture modèle
       CreateRepeatableInvoice=Créer facture modèle
       CreateFromRepeatableInvoice=Créer depuis facture modèle
      -CustomersInvoicesAndInvoiceLines=Factures clients et lignes de factures
      +CustomersInvoicesAndInvoiceLines=Customer invoices and invoice details
       CustomersInvoicesAndPayments=Factures clients et règlements
      -ExportDataset_invoice_1=Factures clients et lignes de facture
      +ExportDataset_invoice_1=Customer invoices and invoice details
       ExportDataset_invoice_2=Factures clients et règlements
       ProformaBill=Facture Proforma :
       Reduction=Réduction
      @@ -302,9 +304,9 @@ DiscountAlreadyCounted=Réductions ou crédits déjà consommés
       CustomerDiscounts=Remises client
       SupplierDiscounts=Remises vendeurs
       BillAddress=Adresse de facturation
      -HelpEscompte=Un <b>escompte</b> est une remise accordée, sur une facture donnée, à un client car ce dernier a réalisé son règlement bien avant l'échéance.
      -HelpAbandonBadCustomer=Ce montant a été abandonné (client jugé mauvais payeur) et est considéré comme une perte exceptionnelle.
      -HelpAbandonOther=Ce montant a été abandonné car il s'agissait d'une erreur de facturation (saisie mauvais client, facture remplacée par une autre).
      +HelpEscompte=This discount is a discount granted to customer because payment was made before term.
      +HelpAbandonBadCustomer=This amount has been abandoned (customer said to be a bad customer) and is considered as an exceptional loss.
      +HelpAbandonOther=This amount has been abandoned since it was an error (wrong customer or invoice replaced by another for example)
       IdSocialContribution=Id de paiement charge fiscale ou sociale
       PaymentId=Id paiement
       PaymentRef=Ref paiement
      @@ -322,21 +324,21 @@ CloneInvoice=Cloner facture
       ConfirmCloneInvoice=Êtes-vous sûr de vouloir cloner cette facture <b>%s</b> ?
       DisabledBecauseReplacedInvoice=Action désactivée car facture remplacée
       DescTaxAndDividendsArea=Cet écran résume la liste de toutes les paiements réalisés pour des dépenses particulières. Seuls les paiements de l'année choisi sont inclus ici.
      -NbOfPayments=Nb de paiements
      +NbOfPayments=No. of payments
       SplitDiscount=Scinder réduction en deux
      -ConfirmSplitDiscount=Êtes-vous sûr de vouloir scinder la réduction de <b>%s</b> %s en 2 réductions plus petites ?
      -TypeAmountOfEachNewDiscount=Saisissez le montant de chacune des deux parts :
      -TotalOfTwoDiscountMustEqualsOriginal=La somme du montant des 2 nouvelles réductions doit être équivalente au montant de la réduction à scinder.
      +ConfirmSplitDiscount=Are you sure you want to split this discount of <b>%s</b> %s into 2 smaller discounts?
      +TypeAmountOfEachNewDiscount=Input amount for each of two parts:
      +TotalOfTwoDiscountMustEqualsOriginal=Total of two new discounts must be equal to original discount amount.
       ConfirmRemoveDiscount=Êtes-vous sûr de vouloir supprimer cette réduction ?
       RelatedBill=Facture associée
       RelatedBills=Factures associées
       RelatedCustomerInvoices=Factures clients liées
       RelatedSupplierInvoices=Factures fournisseurs liées
       LatestRelatedBill=Dernière facture en rapport
      -WarningBillExist=Attention, une ou plusieurs factures existent déjà
      +WarningBillExist=Warning, one or more invoices already exist
       MergingPDFTool=Outil de fusion de PDF
       AmountPaymentDistributedOnInvoice=Montant paiement affecté à la facture
      -PaymentOnDifferentThirdBills=Autoriser le règlement de différents tiers de la même maison-mère
      +PaymentOnDifferentThirdBills=Allow payments on different third parties bills but same parent company
       PaymentNote=Note du paiement
       ListOfPreviousSituationInvoices=Liste des factures de situation précédentes
       ListOfNextSituationInvoices=Liste des factures de situation suivantes
      @@ -408,19 +410,19 @@ PaymentTypeCHQ=Chèque
       PaymentTypeShortCHQ=Chèque
       PaymentTypeTIP=TIP (Titre interbancaire de paiement)
       PaymentTypeShortTIP=Paiement TIP
      -PaymentTypeVAD=Paiement en ligne
      -PaymentTypeShortVAD=Paiement en ligne
      +PaymentTypeVAD=Online payment
      +PaymentTypeShortVAD=Online payment
       PaymentTypeTRA=Traite
       PaymentTypeShortTRA=Traite
       PaymentTypeFAC=Facteur
       PaymentTypeShortFAC=Facteur
       BankDetails=Coordonnées bancaires
       BankCode=Code banque
      -DeskCode=Code guichet
      +DeskCode=Office code
       BankAccountNumber=Numéro de compte
      -BankAccountNumberKey=Clé
      +BankAccountNumberKey=Check digits
       Residence=Domiciliation
      -IBANNumber=Code IBAN
      +IBANNumber=IBAN complete account number
       IBAN=IBAN
       BIC=BIC/SWIFT
       BICNumber=Code BIC/SWIFT
      @@ -445,7 +447,7 @@ PaymentByTransferOnThisBankAccount=Règlement par virement sur le compte bancair
       VATIsNotUsedForInvoice=* TVA non applicable art-293B du CGI
       LawApplicationPart1=Par application de la loi 80.335 du 12/05/80
       LawApplicationPart2=les marchandises demeurent la propriété du
      -LawApplicationPart3=vendeur jusqu'à complet encaissement de
      +LawApplicationPart3=the seller until full payment of
       LawApplicationPart4=leurs prix.
       LimitedLiabilityCompanyCapital=SARL au Capital de
       UseLine=Appliquer
      @@ -474,21 +476,22 @@ Reported=Différé
       DisabledBecausePayments=Non disponible car il existe des paiements
       CantRemovePaymentWithOneInvoicePaid=Suppression impossible quand il existe au moins une facture classée payée.
       ExpectedToPay=Paiement attendu
      -CantRemoveConciliatedPayment=Suppression d'un paiement rapproché impossible
      +CantRemoveConciliatedPayment=Can't remove reconciled payment
       PayedByThisPayment=Règlé par ce paiement
      -ClosePaidInvoicesAutomatically=Classifiez "Payée" toutes les factures standard, d'acompte ou de remplacement entièrement payées.
      +ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices paid entirely.
       ClosePaidCreditNotesAutomatically=Classer automatiquement à "Payé" les factures avoirs entièrement remboursées.
      -ClosePaidContributionsAutomatically=Classer "payée" toutes les dépenses spéciales réglées en totalité.
      -AllCompletelyPayedInvoiceWillBeClosed=Toutes les factures avec un reste à payer nul seront automatiquement fermées au statut "Payé".
      +ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions paid entirely.
      +AllCompletelyPayedInvoiceWillBeClosed=All invoice with no remainder to pay will be automatically closed with status "Paid".
       ToMakePayment=Payer
       ToMakePaymentBack=Rembourser
       ListOfYourUnpaidInvoices=Liste des factures impayées
       NoteListOfYourUnpaidInvoices=Remarque: Cette liste ne contient que les factures des Tiers pour lesquels vous êtes le commercial affecté.
       RevenueStamp=Timbre fiscal
      -YouMustCreateInvoiceFromThird=Cette option est disponible uniquement lors de la création de la facture depuis l'onglet «client» du tiers
      -YouMustCreateInvoiceFromSupplierThird=Cette option est disponible uniquement lors de la création d'une facture depuis l'onglet «fournisseur» d'un tiers
      +YouMustCreateInvoiceFromThird=This option is only available when creating invoices from tab "customer" of third party
      +YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoices from tab "supplier" of third party
       YouMustCreateStandardInvoiceFirstDesc=Pour créer une facture modèle, vous devez d'abord créer une facture standard brouillon et la convertir en modèle.
       PDFCrabeDescription=Modèle de facture PDF complet (modèle recommandé par défaut)
      +PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template
       PDFCrevetteDescription=Modèle de facture PDF Crevette (modèle complet pour les factures de situation)
       TerreNumRefModelDesc1=Renvoie le numéro sous la forme %syymm-nnnn pour les factures et factures de remplacement, %syymm-nnnn pour les avoirs et %syymm-nnnn pour les acomptes où yy est l'année, mm le mois et nnnn un compteur séquentiel sans rupture et sans remise à 0
       MarsNumRefModelDesc1=Renvoie une numérotation au format %syymm-nnnn pour les factures standards, %syymm-nnnn pour les factures de remplacement, %syymm-nnnn pour les factures d'acompte et %syymm-nnnn pour les factures d'avoir où yy est l'année, mm le mois et nnnn un compteur sans rupture ni retour à zéro.
      @@ -533,7 +536,7 @@ invoiceLineProgressError=L'avancement d'une ligne de facture ne peut pas être s
       updatePriceNextInvoiceErrorUpdateline=Erreur: mise à jour du prix sur la ligne de facture : %s
       ToCreateARecurringInvoice=Pour créer une facture périodique à ce contrat, créez d'abord une facture brouillon puis convertissez la en facture modèle et définissez la fréquence de génération des futures factures.
       ToCreateARecurringInvoiceGene=Pour générer de futures factures régulièrement et manuellement, cliquer sur le menu <strong>%s - %s - %s</strong>.
      -ToCreateARecurringInvoiceGeneAuto=Si vous devez utiliser de telles factures, demandez à votre administrateur d'activer le module <strong>%s</strong>. Notez que les deux méthodes de générations de factures (manuelles et automatiques) peuvent être utilisées simultanément sans risque de création de doublon.
      +ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask your administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
       DeleteRepeatableInvoice=Supprimer facture modèle
       ConfirmDeleteRepeatableInvoice=Est-ce votre sûr de vouloir supprimer la facture modèle ?
       CreateOneBillByThird=Créer une facture par tiers (sinon, une facture par commande)
      @@ -546,3 +549,4 @@ AutoFillDateFromShort=Définir la date de début
       AutoFillDateTo=Définir la date de fin de la ligne de service avec la date de la prochaine facture
       AutoFillDateToShort=Définir la date de fin
       MaxNumberOfGenerationReached=Nb maximum de gén. atteint
      +BILL_DELETEInDolibarr=Facture supprimée
      diff --git a/htdocs/langs/fr_FR/boxes.lang b/htdocs/langs/fr_FR/boxes.lang
      index 99e058d2fdf..866a75110e0 100644
      --- a/htdocs/langs/fr_FR/boxes.lang
      +++ b/htdocs/langs/fr_FR/boxes.lang
      @@ -26,10 +26,10 @@ BoxTitleLastSuppliers=les %s derniers fournisseurs enregistrés
       BoxTitleLastModifiedSuppliers=Les %s derniers fournisseurs modifiés
       BoxTitleLastModifiedCustomers=Les %s derniers clients modifiés
       BoxTitleLastCustomersOrProspects=Les %s derniers clients ou prospects
      -BoxTitleLastCustomerBills=Les %s dernières factures client
      -BoxTitleLastSupplierBills=Les %s dernières factures fournisseur
      +BoxTitleLastCustomerBills=Les%s dernières factures clients
      +BoxTitleLastSupplierBills=Les %s dernières factures fournisseurs
       BoxTitleLastModifiedProspects=Les %s derniers prospects modifiés
      -BoxTitleLastModifiedMembers=Les %s derniers adhérents
      +BoxTitleLastModifiedMembers=Les %s derniers adhérents modifiés
       BoxTitleLastFicheInter=Les %s dernières interventions modifiées
       BoxTitleOldestUnpaidCustomerBills=Les %s plus anciennes factures clients impayées
       BoxTitleOldestUnpaidSupplierBills=Les %s plus anciennes factures fournisseurs impayées
      diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang
      index 548a7f6e0dd..3c5c132ca3d 100644
      --- a/htdocs/langs/fr_FR/companies.lang
      +++ b/htdocs/langs/fr_FR/companies.lang
      @@ -38,9 +38,9 @@ ThirdPartyCustomers=Clients
       ThirdPartyCustomersStats=Clients
       ThirdPartyCustomersWithIdProf12=Clients avec %s ou %s
       ThirdPartySuppliers=Fournisseurs
      -ThirdPartyType=Type du société
      +ThirdPartyType=Type of company
       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.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Maison mère
       Subsidiaries=Filiales
       ReportByMonth=Rapport par mois
      @@ -76,11 +76,11 @@ Town=Ville
       Web=Web
       Poste= Poste
       DefaultLang=Langue par défaut
      -VATIsUsed=Assujetti à la TVA
      -VATIsUsedWhenSelling=Ceci définit si un tiers inclut une taxe de vente ou non lorsqu'il fait une facture à ses propres clients
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Non assujetti à la TVA
       CopyAddressFromSoc=Remplir avec l'adresse du tiers
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Ce tiers n'est ni client ni fournisseur. il n'y a pas d'objet référent.
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tiers ni client ni fournisseur, les réductions ne sont pas disponibles
       PaymentBankAccount=Compte bancaire paiements
       OverAllProposals=Propositions commerciales
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Article
       ProfId3DZ=Numéro d'identification du fournisseur 
       ProfId4DZ=Numéro d'identification du client
      -VATIntra=Numéro de TVA
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Num. TVA
       VATIntraSyntaxIsValid=Syntaxe valide
       VATReturn=Fréquence TVA
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Ce client a une remise par défaut de <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Ce client n'a pas de remise relative par défaut
       HasRelativeDiscountFromSupplier=Vous avez une réduction par défaut de <b> %s%% </b> chez ce fournisseur
       HasNoRelativeDiscountFromSupplier=Vous n'avez pas de remise relative par défaut chez ce fournisseur
      -CompanyHasAbsoluteDiscount=Ce client dispose de crédits disponibles (avoirs ou acomptes) pour un montant de <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Ce client a une réduction disponible (commercial, acompte) pour <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ce client a <b>%s</b> %s d'avoirs disponibles
       HasNoAbsoluteDiscountFromSupplier=Vous n'avez aucun crédit de réduction disponible auprès de ce fournisseur
       HasAbsoluteDiscountFromSupplier=Vous avez des crédits disponibles (avoirs ou acomptes) pour <b> %s </b> %s chez ce fournisseur
      @@ -303,22 +303,22 @@ AddThirdParty=Créer tiers
       DeleteACompany=Supprimer une société
       PersonalInformations=Informations personnelles
       AccountancyCode=Compte comptable
      -CustomerCode=Code client
      -SupplierCode=Code fournisseur
      -CustomerCodeShort=Code client
      -SupplierCodeShort=Code fournisseur
      -CustomerCodeDesc=Code client unique pour chaque client
      -SupplierCodeDesc=Code fournisseur unique pour chaque fournisseur
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Requis si le tiers est un client ou un prospect
       RequiredIfSupplier=Requis si un tiers est un fournisseur
      -ValidityControledByModule=Validité contrôlée par le module
      -ThisIsModuleRules=Voici les règles de ce module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect à contacter
       CompanyDeleted=La société "%s" a été supprimée de la base.
       ListOfContacts=Liste des contacts
      -ListOfContactsAddresses=Liste des contacts/adresses
      -ListOfThirdParties=Liste des tiers
      -ShowCompany=Afficher tiers
      +ListOfContactsAddresses=Liste des contacts
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Afficher contact
       ContactsAllShort=Tous (pas de filtre)
       ContactType=Type de contact
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ce contact n'est contact d'aucune proposition commercial
       NoContactForAnyContract=Ce contact n'est contact d'aucun contrat
       NoContactForAnyInvoice=Ce contact n'est contact d'aucune facture
       NewContact=Nouveau contact
      -NewContactAddress=Nouveau contact/adresse
      +NewContactAddress=New Contact/Address
       MyContacts=Mes contacts
       Capital=Capital
       CapitalOf=Capital de %s
       EditCompany=Modification société
      -ThisUserIsNot=Cet utilisateur n'est ni un prospect, ni un client, ni un fournisseur
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Vérifier
      -VATIntraCheckDesc=Le lien <b>%s</b> permet d'interroger le service européen de contrôle des numéro de TVA intracommunautaire. Un accès à Internet depuis le serveur est requis pour que ce service fonctionne.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Vérifier sur le site de la Commission Européenne
      -VATIntraManualCheck=Vous pouvez aussi vérifier manuellement via le site européen <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Vérification impossible. Le service de vérification n'est pas fourni par ce pays membre (%s).
      -NorProspectNorCustomer=Ni client, ni prospect
      -JuridicalStatus=Forme juridique
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Effectif
       ProspectLevelShort=Potentiel
       ProspectLevel=Potentiel du prospect
      @@ -387,12 +387,12 @@ ExportCardToFormat=Exporter fiche au format
       ContactNotLinkedToCompany=Contact non lié à un tiers
       DolibarrLogin=Identifiant utilisateur
       NoDolibarrAccess=Pas d'accès utilisateur
      -ExportDataset_company_1=Tiers (sociétés/institutions/particuliers) et attributs
      -ExportDataset_company_2=Contacts (de tiers) et attributs
      -ImportDataset_company_1=Tiers (sociétés/institutions/particuliers) et attributs
      -ImportDataset_company_2=Contacts/Adresses (de tiers ou libre) et attributs
      -ImportDataset_company_3=Coordonnées bancaires des tiers
      -ImportDataset_company_4=Tiers/Commerciaux (Affectation des Commerciaux aux Tiers)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Niveau de prix
       DeliveryAddress=Adresse de livraison
       AddAddress=Créer adresse
      @@ -402,16 +402,16 @@ DeleteFile=Suppression d'un fichier
       ConfirmDeleteFile=Êtes-vous sûr de vouloir supprimer ce fichier ?
       AllocateCommercial=Affecter un commercial
       Organization=Organisme
      -FiscalYearInformation=Information sur l'année fiscale
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Mois de début d'exercice
      -YouMustAssignUserMailFirst=Une adresse e-mail est nécessaire pour l'envoi de notifications à cet utilisateur
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Pour pouvoir ajouter une notifications par mail,vous devez déjà définir des contacts valides pour le tiers  
      -ListSuppliersShort=Liste des fournisseurs
      -ListProspectsShort=Liste prospects
      -ListCustomersShort=Liste clients
      -ThirdPartiesArea=Espace tiers et contacts
      -LastModifiedThirdParties=Les %s derniers tiers modifiés
      -UniqueThirdParties=Total de tiers uniques
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Ouvert
       ActivityCeased=Clos
       ThirdPartyIsClosed=Le tiers est clôturé
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Montant encours
       OutstandingBill=Montant encours autorisé
       OutstandingBillReached=Montant encours autorisé dépassé
       OrderMinAmount=Montant minimum pour la commande
      -MonkeyNumRefModelDesc=Renvoie le numéro sous la forme %syymm-nnnn pour les codes clients et %syymm-nnnn pour les codes fournisseurs où yy est l'année, mm le mois et nnnn un compteur séquentiel sans rupture et sans remise à 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Code libre sans vérification. Peut être modifié à tout moment.
       ManagingDirectors=Nom du(des) gestionnaire(s) (PDG, directeur, président...)
       MergeOriginThirdparty=Tiers en doublon (le tiers que vous voulez supprimer)
       MergeThirdparties=Fusionner tiers
      -ConfirmMergeThirdparties=Êtes-vous sur de vouloir fusionner ce tiers avec le tiers courant ? Tous ses objets liés (factures, commandes, ...) seront déplacés vers le tiers courant avant sa suppression.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Les tiers ont été fusionnés
       SaleRepresentativeLogin=Login du commercial
       SaleRepresentativeFirstname=Prénom du commercial
       SaleRepresentativeLastname=Nom du commercial
       ErrorThirdpartiesMerge=Une erreur est survenue lors de la suppression de ce tiers. Consultez les log. La modification a été annulée.
      -NewCustomerSupplierCodeProposed=Nouveau code client ou fournisseur proposé en cas de doublon de code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/fr_FR/errors.lang b/htdocs/langs/fr_FR/errors.lang
      index 02e2a677c8e..b167148307c 100644
      --- a/htdocs/langs/fr_FR/errors.lang
      +++ b/htdocs/langs/fr_FR/errors.lang
      @@ -6,7 +6,7 @@ NoErrorCommitIsDone=Pas d'erreur, on valide
       ErrorButCommitIsDone=Erreurs trouvées mais on valide malgré tout
       ErrorBadEMail=email %s invalide
       ErrorBadUrl=Url %s invalide
      -ErrorBadValueForParamNotAString=Mauvaise valeur de paramètre. Ceci arrive lors d'une tentative de traduction d'une clé non renseigné.
      +ErrorBadValueForParamNotAString=Mauvaise valeur de paramètre. Ceci arrive lors d'une tentative de traduction d'une clé non renseignée.
       ErrorLoginAlreadyExists=L'identifiant %s existe déjà.
       ErrorGroupAlreadyExists=Le groupe %s existe déjà.
       ErrorRecordNotFound=Enregistrement non trouvé.
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=La valeur '%s' a un format de date non reconnu
       ErrorWrongDate=La date est incorrecte
       ErrorFailedToWriteInDir=Impossible d'écrire dans le répertoire %s
       ErrorFoundBadEmailInFile=Syntaxe d'email incorrecte trouvée pour %s lignes dans le fichier (exemple ligne %s avec email=%s)
      -ErrorUserCannotBeDelete=L'utilisateur ne peut pas être supprimé. Peut-être est-il associé à des éléments de Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Des champs obligatoires n'ont pas été renseignés
       ErrorSubjectIsRequired=Le sujet du mail est obligatoire
       ErrorFailedToCreateDir=Echec à la création d'un répertoire. Vérifiez que le user du serveur Web ait bien les droits d'écriture dans les répertoires documents de Dolibarr. Si le paramètre <b>safe_mode</b> a été activé sur ce PHP, vérifiez que les fichiers php dolibarr appartiennent à l'utilisateur du serveur Web.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Les valeurs de la liste de sélection doivent être re
       ErrorNoValueForCheckBoxType=Les valeurs de la liste de case à cochées doivent être renseignées
       ErrorNoValueForRadioType=Les valeurs de la liste d'options doivent être renseignées
       ErrorBadFormatValueList=Les valeurs de la liste ne peuvent pas avoir plus d'une virgule: <u>%s</u> mais il en faut au moins une: clé, valeur
      -ErrorFieldCanNotContainSpecialCharacters=Le champ <b>%s</b> ne peut contenir de caractères spéciaux.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Le champ <b>%s</b> ne doit pas contenir de caractères spéciaux, ni majuscules et ne peut contenir que des chiffres.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Aucun module de comptabilité activé
       ErrorExportDuplicateProfil=Ce nom de profil existe déjà pour ce lot d'export.
       ErrorLDAPSetupNotComplete=Le matching Dolibarr-LDAP est incomplet.
       ErrorLDAPMakeManualTest=Un fichier .ldif a été généré dans le répertoire %s. Essayez de charger ce fichier manuellement depuis la ligne de commande pour plus de détail sur l'erreur.
      -ErrorCantSaveADoneUserWithZeroPercentage=Impossible de sauver une action à l'état non commencé avec un utilisateur défini comme ayant fait l'action.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=La référence utilisée pour la création existe déjà
       ErrorPleaseTypeBankTransactionReportName=Choisissez le nom du relevé bancaire sur lequel la ligne est rapportées (Format AAAAMM ou AAAAMMJJ)
      -ErrorRecordHasChildren=Impossible de supprimer l'enregistrement car il possède des enregistrements fils.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=L'objet a au moins un enfant de type %s
      -ErrorRecordIsUsedCantDelete=Ne peut effacer l'enregistrement.  Ce dernier est déjà utilisé ou inclut dans un autre élément.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Le javascript ne doit pas être désactivé pour que cette fonctionnalité soit utilisable. Pour activer/désactiver l'utilisation de javascript, allez dans le menu Accueil->Configuration->Affichage.
       ErrorPasswordsMustMatch=Les 2 mots de passe saisis doivent correspondre
      -ErrorContactEMail=Une erreur technique est apparue. Merci de contacter l'administrateur à l'email suivant <b>%s</b> en lui indiquant le code erreur <b>%s</b> dans votre message ou mieux en fournissant une copie d'écran de cette page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Mauvaise valeur pour le champ numéro <b>%s</b> (la valeur '<b>%s</b>' ne respecte pas la règle <b>%s</b>)
       ErrorFieldValueNotIn=Mauvaise valeur pour le champ numéro <b>%s</b> (la valeur '<b>%s</b>' n'est pas une valeur disponible dans le champ <b>%s</b> de la table <b>%s</b>)
       ErrorFieldRefNotIn=Mauvaise valeur pour le champ numéro <b>%s</b> (la valeur '<b>%s</b>' n'est pas une référence existante comme <b>%s</b>)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=L'antivirus n'a pas pu valider ce fichier (il est
       ErrorSpecialCharNotAllowedForField=Les caractères spéciaux ne sont pas admis pour le champ "%s"
       ErrorNumRefModel=Une référence existe en base (%s) et est incompatible avec cette numérotation. Supprimez la ligne ou renommez la référence pour activer ce module.
       ErrorQtyTooLowForThisSupplier=Quantité insuffisante pour ce fournisseur ou aucun tarif défini sur ce produit pour ce fournisseur
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=La configuration des modules semble incomplète. Aller sur la page Accueil - Configuration - Modules pour corriger.
       ErrorBadMask=Erreur sur le masque
       ErrorBadMaskFailedToLocatePosOfSequence=Erreur, masque sans numéro de séquence
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Erreur, mauvais valeur de remise à zéro
       ErrorMaxNumberReachForThisMask=Nombre maximum atteint pour ce masque
       ErrorCounterMustHaveMoreThan3Digits=Le compteur doit avoir au moins 3 positions
       ErrorSelectAtLeastOne=Erreur. Sélectionnez au moins une entrée.
      -ErrorDeleteNotPossibleLineIsConsolidated=Suppression impossible car l'enregistrement porte sur au moins une transaction bancaire rapprochée
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s est attribué à un autre tiers
       ErrorFailedToSendPassword=Échec de l'envoi du mot de passe
       ErrorFailedToLoadRSSFile=Echec de la récupération du flux RSS. Ajoutez la constante MAIN_SIMPLEXMLLOAD_DEBUG si le message d'erreur n'est pas assez explicite.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Le compte utilisateur identifié par <b>%s</b> n'a pu ê
       ErrorLoginHasNoEmail=Cet utilisateur n'a pas d'email. Impossible de continuer.
       ErrorBadValueForCode=Mauvaise valeur saisie pour le code. Réessayez avec une nouvelle valeur...
       ErrorBothFieldCantBeNegative=Les champs %s et %s ne peuvent être tous deux négatifs
      +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=La quantité d'une ligne ne peut pas être négative dans les factures clients 
       ErrorWebServerUserHasNotPermission=Le compte d'exécution du serveur web <b>%s</b> n'a pas les permissions pour cela
       ErrorNoActivatedBarcode=Aucun type de code-barres activé
      @@ -130,7 +133,7 @@ ErrorFailedToValidatePasswordReset=Echec de la réinitialisation du mot de passe
       ErrorToConnectToMysqlCheckInstance=Echec de la connection au serveur de base de données. Vérifier que votre serveur est bien lancé (par exemple, avec MySQL/MariaDB, vous pouvez le lancer depuis la ligne de commande avec 'sudo service mysql start').
       ErrorFailedToAddContact=Echec à l'ajout du contact
       ErrorDateMustBeBeforeToday=La date ne peut pas être supérieure à aujourd'hui
      -ErrorPaymentModeDefinedToWithoutSetup=Un mode de paiement a été défini de type %s mais la configuration du module Facture n'a pas été complétée pour définir les informations affichées pour ce mode de paiment.
      +ErrorPaymentModeDefinedToWithoutSetup=Un mode de paiement a été défini de type %s mais la configuration du module Facture n'a pas été complétée pour définir les informations affichées pour ce mode de paiement.
       ErrorPHPNeedModule=Erreur, votre PHP doit avoir le module <b>%s</b> installé pour utiliser cette fonctionnalité.
       ErrorOpenIDSetupNotComplete=Vous avez configuré Dolibarr pour accepter l'authentication OpenID, mais l'URL du service OpenID n'est pas défini dans la constante %s
       ErrorWarehouseMustDiffers=Les entrepôts source et destination doivent être différents
      @@ -138,7 +141,7 @@ ErrorBadFormat=Mauvais format
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Erreur, cet adhérent n'ait pas encore lié à un tiers. Lier le tier à un tiers existant ou créer un nouveau tiers avant de créer une adhésion avec facture.
       ErrorThereIsSomeDeliveries=Erreur, il y a des bordereaux de réception liées à ces expéditions. La suppression est refusée.
       ErrorCantDeletePaymentReconciliated=Impossible d'effacer un paiement qui a généré une écriture sur le compte bancaire et qui a été rapprochée.
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Impossible d'effacer un paiement qui porte sur au moins une facture qui est à l'état payée.
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Ne peut assigner la constante '%s'
       ErrorPriceExpression2=Ne peut redéfinir la fonction '%s'
       ErrorPriceExpression3=Variable '%s' non définie dans la définition de fonction
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Nombre incorrect d'arguments (%s donné,%s attendu)
       ErrorPriceExpression8=Operateur '%s' non attendu
       ErrorPriceExpression9=Une erreur inattendue s'est produite
      -ErrorPriceExpression10=Il manque l'opérande à l'opérateur '%s' 
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Attendu '%s'
       ErrorPriceExpression14=Division par zéro
       ErrorPriceExpression17=Variable '%s' non définie
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=Le client SOAP a échoué avec l'erreur '%s'
       ErrorGlobalVariableUpdater5=Pas de variable globale
       ErrorFieldMustBeANumeric=Le champ <b>%s</b> doit être un numérique
       ErrorMandatoryParametersNotProvided=Paramètre(s) obligatoire(s) non fournis
      -ErrorOppStatusRequiredIfAmount=Vous avez fixé un montant estimé pour cette opportunité/affaire. Aussi, vous devez également entrer son statut
      +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
       ErrorFailedToLoadModuleDescriptorForXXX=Echec de chagement de la classe descripteur du module %s
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Mauvaise définition du tableau Menu dans le descripteur de module (mauvaise valeur pour la clé fk_menu)
      -ErrorSavingChanges=Une erreur est survenue lors de la sauvegarde des modifications
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=L'entrepôt est requis sur la ligne de l'expédition
       ErrorFileMustHaveFormat=Le fichier doit avoir le format %s
       ErrorSupplierCountryIsNotDefined=Le pays pour ce fournisseur n'est pas défini. Corriger cela.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Fichier non trouvé. Peut que la clé de partage
       ErrorProductBarCodeAlreadyExists=Le code-barre du produit %s existe déjà sur une autre référence de produit
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Notez également que l'utilisation d'un produit virtuel pour augmenter ou réduire automatiquement les sous-produits n'est pas possible lorsqu'au moins un sous-produit (ou sous-produit de sous-produits) a besoin d'un numéro de série/lot.
       ErrorDescRequiredForFreeProductLines=La description est obligatoire pour les lignes avec un produit non prédéfini
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Un mot de passe a été fixé pour cet adhérent. Cependant, aucun compte d'utilisateur n'a été créé. Donc, ce mot de passe est stocké, mais ne peut être utilisé pour accéder à Dolibarr. Il peut être utilisé par un module/interface externe, mais si vous n'avez pas besoin de définir ni login ni mot de passe pour un adhérent, vous pouvez désactiver l'option «Gérer un login pour chaque adhérent" depuis la configuration du module Adhérents. Si vous avez besoin de gérer un login, mais pas de mot de passe, vous pouvez laisser ce champ vide pour éviter cet avertissement. Remarque: L'email peut également être utilisé comme login si l'adhérent est lié à un utilisateur.
      @@ -217,17 +221,17 @@ WarningBookmarkAlreadyExists=Un marque-page avec ce titre ou cette destination (
       WarningPassIsEmpty=Attention, le mot de passe de la base de données Dolibarr est vide. Cela représente une faille de sécurité. Il est recommandé d'ajouter manuellement un mot de passe à la base et de modifier le fichier conf.php pour refléter ce changement.
       WarningConfFileMustBeReadOnly=Attention, votre fichier de configuration (<b>htdocs/conf/conf.php</b>) est accessible en écriture au serveur Web. Ceci représente une faille sérieuse de sécurité. Modifiez les permissions pour qu'il soit en lecture seule pour le compte sous lequel tourne le serveur Web et non lisible pour les autres.<br>Si vous êtes sous Windows sur un disque dur utilisant un formatage FAT, sachez que ce système de fichier ne permet pas de protéger des fichiers et n'offre donc aucune solution pour réduire les risques de manipulation de ce fichier.
       WarningsOnXLines=Alertes sur <b>%s</b> enregistrement(s) source
      -WarningNoDocumentModelActivated=Aucun modèle, pour la génération de document, n'a été activé. Un modèle sera pris par défaut en attendant la correction de configuration du module.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Attention, une fois l'installation terminée, les outils d'installation/migration doivent être désactivés en ajoutant un fichier <b>install.lock</b> dans le répertoire <b>%s</b>. L'absence de ce fichier représente une faille de sécurité.
      -WarningUntilDirRemoved=Les alertes de sécurité sont visibles par les administrateurs uniquement et resteront actives tant que la vulnérabilité sera avérée (ou que la constante MAIN_REMOVE_INSTALL_WARNING aura été définie dans Configuration->Divers)
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Attention, la fermeture se fait même lorsque le montant diffère. N'activez cette fonctionnalité qu'en connaissance de cause.
      -WarningUsingThisBoxSlowDown=Attention, l'utilisation de cette boite provoque de sérieux ralentissement des pages affichant cette boite.
      +WarningUsingThisBoxSlowDown=Attention, l'utilisation de cette boîte provoque de sérieux ralentissements des pages affichant cette boîte.
       WarningClickToDialUserSetupNotComplete=La configuration ClickToDial pour votre compte utilisateur n'est pas complète (voir l'onglet ClickToDial sur votre fiche utilisateur)
      -WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Fonction désactivé quand l'affichage est en mode optimisé pour les personnes aveugles ou les navigateurs textes.
      +WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Fonction désactivée quand l'affichage est en mode optimisé pour les personnes aveugles ou les navigateurs textes.
       WarningPaymentDateLowerThanInvoiceDate=La date de paiement (%s) est inférieure à la date de facturation (%s) de la facture %s.
       WarningTooManyDataPleaseUseMoreFilters=Trop de données (plus de %s lignes). Utilisez davantage de filtres ou régler la constante %s pour augmenter la limite à une valeur plus élevée.
       WarningSomeLinesWithNullHourlyRate=Des temps ont été enregistrés par des utilisateurs lorsque leur taux horaire n'était défini. Une valeur de 0 %s a été utilisée, mais cela peut entraîner une mauvaise évaluation du temps passé.
      -WarningYourLoginWasModifiedPleaseLogin=Votre identifiant a été modifié. Par sécurité, vous devrez vous identifiez avec votre nouvel identifiant avant l'action suivante.
      +WarningYourLoginWasModifiedPleaseLogin=Votre identifiant a été modifié. Par sécurité, vous devrez vous identifier avec votre nouvel identifiant avant l'action suivante.
       WarningAnEntryAlreadyExistForTransKey=Une donnée identique existe déjà pour la traduction du code dans cette langue
      -WarningNumberOfRecipientIsRestrictedInMassAction=Attention, le nombre de destinataires différents est limité à <b>%s</b> lorsque vous utilisez les actions en masse sur les listes
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Attention, la date de la ligne n'est pas dans la plage de la note de frais
      diff --git a/htdocs/langs/fr_FR/interventions.lang b/htdocs/langs/fr_FR/interventions.lang
      index d1f57e2e951..d369d6f45de 100644
      --- a/htdocs/langs/fr_FR/interventions.lang
      +++ b/htdocs/langs/fr_FR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Fiche intervention
       NewIntervention=Nouvelle intervention
       AddIntervention=Créer intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Liste des interventions
       ActionsOnFicheInter=Événements sur l'intervention
       LastInterventions=Les %s dernières interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Utiliser la durée des services dans les interven
       UseDurationOnFichinter=Masque le champ de durée pour les enregistrements d'intervention
       UseDateWithoutHourOnFichinter=Masque les heures et les minutes du champ de la date pour les enregistrements d'intervention
       InterventionStatistics=Statistiques des interventions
      -NbOfinterventions=Nb de fiches d'intervention
      -NumberOfInterventionsByMonth=Nb de fiches d'intervention par mois (date de validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Le total des interventions 'nest pas inclus par défaut dans les profits (dans la plupart des cas, les feuilles de temps totalisent le temps passé). Activez l'option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT à 1 dans Accueil > Condiguration > Divers
       ##### Exports #####
       InterId=Id intervention
      diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang
      index b68102ef90d..30d64311b46 100644
      --- a/htdocs/langs/fr_FR/main.lang
      +++ b/htdocs/langs/fr_FR/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Échec de l'envoi de l'email (émetteur=%s, destinataire=%
       ErrorFileNotUploaded=Le fichier n'a pas été transféré. Vérifiez que sa taille ne dépasse pas le maxium autorisé, que l'espace disque est disponible et qu'un fichier du même nom n'existe pas déjà.
       ErrorInternalErrorDetected=Erreur détectée
       ErrorWrongHostParameter=Mauvais paramètre Serveur
      -ErrorYourCountryIsNotDefined=Votre pays n'est pas défini. Corriger en allant dans Accueil-Configuration-Société/Institution-Editer.
      -ErrorRecordIsUsedByChild=Impossible de supprimer cet enregistrement. Ce dernier est utilisé en tant que père par au moins un enregistrement fils.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Valeur incorrecte
       ErrorWrongValueForParameterX=Valeur incorrecte pour le paramètre %s
       ErrorNoRequestInError=Aucune requête en erreur
      -ErrorServiceUnavailableTryLater=Service non disponible actuellement. Réessayer plus tard.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Doublon dans un champ unique
      -ErrorSomeErrorWereFoundRollbackIsDone=Des erreurs ont été trouvées. On rollback les modifications.
      -ErrorConfigParameterNotDefined=Le paramètre <b>%s</b> n'est pas défini dans le fichier de configuration Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Impossible de trouver l'utilisateur <b>%s</b> dans la base Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Erreur, aucun taux tva défini pour le pays '%s'.
       ErrorNoSocialContributionForSellerCountry=Erreur, pas de types de charges sociales/fiscales définies pour le pays '%s'.
       ErrorFailedToSaveFile=Erreur, l'enregistrement du fichier a échoué.
      -ErrorCannotAddThisParentWarehouse=Vous essayez d'ajouter un entrepôt parent qui est déjà un enfant de l'entrepôt courant
      -MaxNbOfRecordPerPage=Nombre maximal d'enregistrement par page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Vous n'êtes pas autorisé pour cette action.
       SetDate=Définir date
       SelectDate=Sélectionnez une date
      @@ -78,10 +78,10 @@ FileRenamed=Le fichier a été renommé avec succès
       FileGenerated=Le fichier a été généré avec succès
       FileSaved=Fichier enregistré avec succès
       FileUploaded=Le fichier a été transféré avec succès
      -FileTransferComplete=Fichier(s) correctement envoyé(s)
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Fichier(s) supprimé(s) avec succès
       FileWasNotUploaded=Un fichier a été sélectionné pour attachement mais n'a pas encore été uploadé. Cliquez sur "Joindre ce fichier" pour cela.
      -NbOfEntries=Nb d'entrées
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Consulter l'aide (nécessite un accès internet)
       GoToHelpPage=Consulter l'aide
       RecordSaved=Enregistrement sauvegardé
      @@ -94,7 +94,7 @@ Undefined=Non défini
       PasswordForgotten=Mot de passe oublié ?
       NoAccount=Pas de compte ?
       SeeAbove=Voir ci-dessus
      -HomeArea=Espace accueil
      +HomeArea=Accueil
       LastConnexion=Dernière connexion
       PreviousConnexion=Connexion précédente
       PreviousValue=Valeur précédente
      @@ -142,6 +142,7 @@ Closed=Clôturé
       Closed2=Fermé
       NotClosed=Non fermé
       Enabled=Actif
      +Enable=Activer
       Deprecated=Obsolète
       Disable=Désactiver
       Disabled=Désactivé
      @@ -153,7 +154,7 @@ Update=Modifier
       Close=Clôturer
       CloseBox=Supprimer le widget du tableau de bord
       Confirm=Confirmer
      -ConfirmSendCardByMail=Voulez vous envoyer le contenu de cette fiche par email à l'adresse <b>%s</b> ?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Supprimer
       Remove=Enlever
       Resiliate=Résilier
      @@ -327,7 +328,7 @@ Copy=Copier
       Paste=Coller
       Default=Défaut
       DefaultValue=Valeur par défaut
      -DefaultValues=Valeurs/Filtres/Tri par défaut
      +DefaultValues=Default values/filters/sorting
       Price=Prix
       PriceCurrency=Prix ​​(devise)
       UnitPrice=Prix unitaire
      @@ -347,7 +348,7 @@ AmountTTCShort=Montant TTC
       AmountHT=Montant HT
       AmountTTC=Montant TTC
       AmountVAT=Montant TVA
      -MulticurrencyAlreadyPaid=Déjà payé (devise d'origine)
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Reste à payer (devise d'origine)
       MulticurrencyPaymentAmount=Montant du règlement (devise d'origine)
       MulticurrencyAmountHT=Montant HT, devise d'origine
      @@ -428,7 +429,7 @@ ActionNotApplicable=Non applicable
       ActionRunningNotStarted=A réaliser
       ActionRunningShort=En cours
       ActionDoneShort=Terminé
      -ActionUncomplete=Incomplets
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Les %s derniers événements liés
       CompanyFoundation=Société/Organisation
       Accountant=Comptable
      @@ -453,8 +454,8 @@ Generate=Générer
       Duration=Durée
       TotalDuration=Durée totale
       Summary=Résumé
      -DolibarrStateBoard=Statistiques de la base
      -DolibarrWorkBoard=Tableau de bord des éléments ouverts
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Aucun élément ouvert à traiter
       Available=Disponible
       NotYetAvailable=Pas encore disponible
      @@ -468,7 +469,7 @@ and=et
       or=ou
       Other=Autre
       Others=Autres
      -OtherInformations=Autres informations
      +OtherInformations=Autre information
       Quantity=Quantité
       Qty=Qté
       ChangedBy=Modifié par
      @@ -506,7 +507,7 @@ None=Aucun
       NoneF=Aucune
       NoneOrSeveral=Aucun ou plusieurs
       Late=Retard
      -LateDesc=Le délai qui définit si un enregistrement est en retard ou non dépend de votre configuration. Demandez à votre administrateur pour changer ce délai depuis Accueil - Configuration - Alertes 
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=Aucun élément en retard
       Photo=Photo
       Photos=Photos
      @@ -530,18 +531,6 @@ September=septembre
       October=octobre
       November=novembre
       December=décembre
      -JanuaryMin=Jan
      -FebruaryMin=Fév
      -MarchMin=Mars
      -AprilMin=Avr
      -MayMin=Mai
      -JuneMin=Juin
      -JulyMin=Juil
      -AugustMin=Août
      -SeptemberMin=Sep
      -OctoberMin=Oct
      -NovemberMin=Nov
      -DecemberMin=Déc
       Month01=Janvier
       Month02=Février
       Month03=Mars
      @@ -646,6 +635,8 @@ SendMail=Envoyer email
       EMail=Email
       NoEMail=Pas d'email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Non lu
       NoMobilePhone=Pas de téléphone portable
       Owner=Propriétaire
       FollowingConstantsWillBeSubstituted=Les constantes suivantes seront substituées par leur valeur correspondante.
      @@ -677,7 +668,7 @@ NeverReceived=Jamais reçu
       Canceled=Annulé
       YouCanChangeValuesForThisListFromDictionarySetup=Les valeurs de cette liste sont modifiables  depuis le menu Accueil > Configuration > Dictionnaires
       YouCanChangeValuesForThisListFrom=Vous pouvez changer les valeurs de cette liste à partir du menu %s
      -YouCanSetDefaultValueInModuleSetup=Vous pouvez définir la valeur par défaut utilisée lors de la création d'un nouvel enregistrement dans la configuration du module
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Couleur
       Documents=Fichiers joints
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date de signature
       HidePassword=Afficher commande avec mot de passe masqué
       UnHidePassword=Afficher commande réelle avec mot de passe en clair
       Root=Racine
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Ajout nouvelle ligne
      @@ -716,15 +707,15 @@ Merge=Fusionner
       DocumentModelStandardPDF=Modèle PDF standard
       PrintContentArea=Afficher page d'impression de la zone centrale
       MenuManager=Gestionnaire de menu
      -WarningYouAreInMaintenanceMode=Attention, vous êtes en mode maintenance, aussi seul l'utilisateur identifié par <b>%s</b> est autorisé à utiliser l'application en ce moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Erreur système
       CoreErrorMessage=Désolé, une erreur s'est produite. Contacter votre administrateur système pour vérifier les logs ou désactiver l'option $dolibarr_main_prod=1 pour obtenir plus d'information.
       CreditCard=Carte de crédit
       ValidatePayment=Valider ce règlement
       CreditOrDebitCard=Carte de crédit ou débit
       FieldsWithAreMandatory=Les champs marqués par un <b>%s</b> sont obligatoires
      -FieldsWithIsForPublic=Les champs marqués par <b>%s</b> seront affichés sur la liste publique des membres. Si vous ne le souhaitez pas, décochez la case "public".
      -AccordingToGeoIPDatabase=(obtenu par conversion GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Ligne
       NotSupported=Non pris en charge
       RequiredField=Champ obligatoire
      @@ -732,6 +723,8 @@ Result=Résultat
       ToTest=Tester
       ValidateBefore=La fiche doit être validée pour pouvoir utiliser cette fonction
       Visibility=Visibilité
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privé
       Hidden=Caché
       Resources=Ressources
      @@ -750,6 +743,7 @@ LinkTo=Lier à
       LinkToProposal=Lier à une proposition commerciale
       LinkToOrder=Lier à une commande
       LinkToInvoice=Lier à une facture
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Lier à une commande fournisseur
       LinkToSupplierProposal=Lier à une proposition commerciale fournisseur
       LinkToSupplierInvoice=Lier à une facture fournisseur
      @@ -758,6 +752,7 @@ LinkToIntervention=Lier à une intervention
       CreateDraft=Créer brouillon
       SetToDraft=Retour en brouillon
       ClickToEdit=Cliquer ici pour éditer
      +ClickToRefresh=Click to refresh
       EditWithEditor=Editer avec CKEditor
       EditWithTextEditor=Éditer avec l'éditeur de texte
       EditHTMLSource=Éditer la source HTML
      @@ -772,14 +767,14 @@ ByDay=Par jour
       BySalesRepresentative=Par commerciaux
       LinkedToSpecificUsers=Liés à un contact utilisateur particulier
       NoResults=Aucun résultat
      -AdminTools=Outils d'administration
      +AdminTools=Admin Tools
       SystemTools=Outils système
       ModulesSystemTools=Outils Modules
       Test=Test
       Element=Élément
       NoPhotoYet=Pas de photo disponible pour l'instant
       Dashboard=Tableau de bord
      -MyDashboard=Mon tableau de bord
      +MyDashboard=My Dashboard
       Deductible=Déductible
       from=de
       toward=vers
      @@ -802,7 +797,7 @@ PrintFile=Imprimer fichier %s
       ShowTransaction=Afficher l'écriture sur le compte bancaire
       ShowIntervention=Afficher intervention
       ShowContract=Afficher contrat
      -GoIntoSetupToChangeLogo=Allez dans Accueil - Configuration - Société/institution pour changer le  logo ou aller dans Accueil - Configuration - Affichage pour le cacher.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Refuser
       Denied=Refusé
       ListOf=Liste de %s
      @@ -818,12 +813,12 @@ Sincerely=Sincèrement
       DeleteLine=Effacer ligne
       ConfirmDeleteLine=Êtes-vous sûr de vouloir supprimer cette ligne ?
       NoPDFAvailableForDocGenAmongChecked=Aucun document PDF n'était disponible pour la génération de document parmi les enregistrements vérifiés
      -TooManyRecordForMassAction=Trop d'enregistrements sélectionnés pour l'action de masse. L'action est restreinte à une liste de %s enregistrements
      +TooManyRecordForMassAction=Trop d'enregistrements sélectionnés pour l'action de masse. De telles actions sont restreintes à une liste de %s enregistrements maximum.
       NoRecordSelected=Aucu enregistrement sélectionné
       MassFilesArea=Zone des fichiers générés en masse
       ShowTempMassFilesArea=Afficher la zone des fichiers générés en masse
      -ConfirmMassDeletion=Confirmation de suppression en masse
      -ConfirmMassDeletionQuestion=Êtes-vous sur de vouloir supprimer la(les) %s valeur(s) sélectionnée(s) ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Objets liés
       ClassifyBilled=Classer facturé
       ClassifyUnbilled=Classer non facturé
      @@ -841,7 +836,7 @@ Calendar=Calendrier
       GroupBy=Grouper par...
       ViewFlatList=Voir vue liste
       RemoveString=Supprimer la chaine '%s'
      -SomeTranslationAreUncomplete=Certains languages pourraient n'être que partiellement traduites, ou contenir des erreurs. Si vous en détectez, vous pouvez les corriger en vous enregistrant sur <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Lien de téléchargement direct (public/externe)
       DirectDownloadInternalLink=Lien de téléchargement direct (requiert d'être logué et autorisé)
       Download=Téléchargement
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR et banque
       AutomaticallyCalculated=Calculé automatiquement
       TitleSetToDraft=Retour à l'état de brouillon
      -ConfirmSetToDraft=Etes vous sûr de vouloir revenir à l'état Brouillon ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Id import
       Events=Événements
      -EMailTemplates=Modèles des courriels
      -FileNotShared=Fichier non partagé en public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projet
       Projects=Projets
      +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=No ligne
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Lundi
       Tuesday=Mardi
      @@ -927,7 +931,7 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contrats
       SearchIntoCustomerShipments=Expéditions clients
       SearchIntoExpenseReports=Notes de frais
      -SearchIntoLeaves=Congés
      +SearchIntoLeaves=Leave
       CommentLink=Commentaires
       NbComments=Nombre de commentaires
       CommentPage=Commentaires
      @@ -935,7 +939,7 @@ CommentAdded=Commentaire ajouté
       CommentDeleted=Commentaire supprimé
       Everybody=Tout le monde
       PayedBy=Payé par
      -PayedTo=Payé à
      +PayedTo=Paid to
       Monthly=Mensuel
       Quarterly=Trimestriel
       Annual=Annuel
      @@ -945,6 +949,7 @@ LocalAndRemote=Local et distant
       KeyboardShortcut=Raccourci clavier
       AssignedTo=Assigné à
       Deletedraft=Supprimer brouillon
      -ConfirmMassDraftDeletion=Confirmation de suppression de brouillon en bloc
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Fichier partagé via un lien
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Vous travaillez actuellement dans le mode "bac à sable" de %s
      diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang
      index 78076213a15..c24c4f0010b 100644
      --- a/htdocs/langs/fr_FR/other.lang
      +++ b/htdocs/langs/fr_FR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Code de sécurité
       NumberingShort=N°
       Tools=Outils
       TMenuTools=Outils
      -ToolsDesc=Cet espace regroupe divers outils non accessibles par les autres entrées du menu. <br><br>La liste de ces outils est accessible depuis le menu sur le côté.. 
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Anniversaire
       BirthdayDate=Date anniversaire
       DateToBirth=Date de naissance
      @@ -23,7 +23,7 @@ MessageForm=Message sur l'écran de paiement en ligne
       MessageOK=Message sur page de retour de paiement validé
       MessageKO=Message sur page de retour de paiement annulé
       ContentOfDirectoryIsNotEmpty=Le contenu de ce répertoire n'est pas vide.
      -DeleteAlsoContentRecursively=Cochez pour supprimer tout le contenu de manière récursive
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Année de la date de facturation
       PreviousYearOfInvoice=Année précédente de la date de facturation
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Année suivante de la date de facturation
       DateNextInvoiceBeforeGen=Date de la prochaine génération (avant génération)
       DateNextInvoiceAfterGen=Date de la prochaine facture (après génération)
       
      -Notify_FICHINTER_ADD_CONTACT=Contact ajouté à l'intervention
      -Notify_FICHINTER_VALIDATE=Validation fiche intervention
      -Notify_FICHINTER_SENTBYMAIL=Envoi fiche d'intervention par email
       Notify_ORDER_VALIDATE=Validation commande client
       Notify_ORDER_SENTBYMAIL=Envoi commande client par email
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Envoi commande fournisseur par email
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Commande fournisseur enregistrée
       Notify_ORDER_SUPPLIER_APPROVE=Commande fournisseur approuvée
       Notify_ORDER_SUPPLIER_REFUSE=Commande fournisseur refusée
       Notify_PROPAL_VALIDATE=Validation proposition commerciale client
      -Notify_PROPAL_CLOSE_SIGNED=Proposition commercial fermée signée
      -Notify_PROPAL_CLOSE_REFUSED=Proposition commerciale fermée refusée
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Envoi proposition commerciale par email
       Notify_WITHDRAW_TRANSMIT=Transmission prélèvement
       Notify_WITHDRAW_CREDIT=Crédit prélèvement
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Tiers créé
       Notify_COMPANY_SENTBYMAIL=Email envoyé depuis la fiche Tiers
       Notify_BILL_VALIDATE=Facture client validée
       Notify_BILL_UNVALIDATE=Dévalidation facture client
      -Notify_BILL_PAYED=Facture client payée
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Annulation facture client
       Notify_BILL_SENTBYMAIL=Envoi facture client par email
       Notify_BILL_SUPPLIER_VALIDATE=Validation facture fournisseur
      -Notify_BILL_SUPPLIER_PAYED=Paiment facture fournisseur
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Envoi facture fournisseur par email
       Notify_BILL_SUPPLIER_CANCELED=Facture fournisseur annulée
       Notify_CONTRACT_VALIDATE=Validation contrat
       Notify_FICHEINTER_VALIDATE=Validation fiche d'intervention
      +Notify_FICHINTER_ADD_CONTACT=Contact ajouté à l'intervention
      +Notify_FICHINTER_SENTBYMAIL=Envoi fiche d'intervention par email
       Notify_SHIPPING_VALIDATE=Validation expédition
       Notify_SHIPPING_SENTBYMAIL=Envoi expédition par email
       Notify_MEMBER_VALIDATE=Validation adhérent
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Création de projet
       Notify_TASK_CREATE=Tâche créée
       Notify_TASK_MODIFY=Tâche modifiée
       Notify_TASK_DELETE=Tâche supprimée
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Voir la configuration du module %s
       NbOfAttachedFiles=Nombre de fichiers/documents liés
       TotalSizeOfAttachedFiles=Taille totale fichiers/documents liés
       MaxSize=Taille maximum
       AttachANewFile=Ajouter un nouveau fichier/document
       LinkedObject=Objet lié
      -NbOfActiveNotifications=Nombre de notifications (nb de destinataires emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__,\nCeci est un mail de test envoyé à __EMAIL__.\nLes deux lignes sont séparées par un saut de ligne.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nCeci est un message de <b>test</b> (le mot test doit être en gras).<br>Les 2 lignes sont séparées par un retour à la ligne.<br><br>__SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nVous trouverez ci-joint la facture __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nNous souhaitons vous prévenir que la facture __REF__ ne semble pas avoir été payée. Revoici donc la facture en pièce jointe, à titre de rappel.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nVeuillez trouver, ci-joint, la proposition commerciale __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nVeuillez trouver, ci-joint, une demande de prix avec la référence __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nVeuillez trouver, ci-joint, la commande __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nVeuillez trouver, ci-joint, notre commande __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nVeuillez trouver, ci-joint, la facture __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nVeuillez trouver, ci-joint, le bon d'expédition __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nVeuillez trouver, ci-joint, la fiche intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=Vous pouvez cliquer sur le lien ci-dessous pour effectuer votre paiement si ce n'est déjà fait.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Vous devez activer ou installer la librairie GD avec votre P
       ProfIdShortDesc=<b>Id prof. %s</b> est une information qui dépend du pays du tiers.<br>Par exemple, pour le pays <b>%s</b>, il s'agit du code <b>%s</b>.
       DolibarrDemo=Démonstration de Dolibarr ERP/CRM
       StatsByNumberOfUnits=Statistiques de quantités de produits/services
      -StatsByNumberOfEntities=Statistiques en nombre d'entités référantes (nb de factures, ou commandes...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Nombre de propositions commerciales
       NumberOfCustomerOrders=Nombre de commandes clients
       NumberOfCustomerInvoices=Nombre de factures clients
      @@ -185,10 +188,10 @@ NumberOfUnitsCustomerInvoices=Quantités présentes dans les factures clients
       NumberOfUnitsSupplierProposals=Quantités présentes dans les demande de prix
       NumberOfUnitsSupplierOrders=Quantités  présentes dans les commandes fournisseurs
       NumberOfUnitsSupplierInvoices=Quantités présentes dans les factures fournisseurs
      -EMailTextInterventionAddedContact=Une nouvelle intervention %s vous a été assignée
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       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.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       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.
      @@ -198,6 +201,10 @@ EMailTextOrderApprovedBy=La commande %s a été approuvée par %s.
       EMailTextOrderRefused=La commande %s a été refusée.
       EMailTextOrderRefusedBy=La commande %s a été refusée par %s.
       EMailTextExpeditionValidated=L'expédition %s a été validée.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Lot d'importation (Import key)
       DolibarrNotification=Notification automatique
       ResizeDesc=Entrer la nouvelle largeur <b>OU</b> la nouvelle hauteur. Le ratio d'aspect est conservé lors du redimensionnement…
      @@ -205,7 +212,7 @@ NewLength=Nouvelle largeur
       NewHeight=Nouvelle hauteur
       NewSizeAfterCropping=Nouvelles dimensions après recadrage
       DefineNewAreaToPick=Définissez la zone d'image à conserver (clic gauche sur l'image puis glisser vers les coins opposés)
      -CurrentInformationOnImage=Cette page permet de redimensionner ou recadrer une image. Voici les informations sur l'image courante en cours d'édition
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Éditeur d'image
       YouReceiveMailBecauseOfNotification=Vous recevez ce message car votre email a été abonné à certaines notifications automatiques pour vous informer d'événements particuliers issus du logiciel %s de %s.
       YouReceiveMailBecauseOfNotification2=L'événement en question est le suivant :
      @@ -236,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Votre mot de passe doit avoir au moins <strong
       YourPasswordHasBeenReset=Votre mot de passe a été réinitialisé avec succès
       ApplicantIpAddress=Adresse IP du demandeur
       SMSSentTo=SMS envoyé à %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Espace exports
      diff --git a/htdocs/langs/fr_FR/projects.lang b/htdocs/langs/fr_FR/projects.lang
      index de8da715e19..d595d478405 100644
      --- a/htdocs/langs/fr_FR/projects.lang
      +++ b/htdocs/langs/fr_FR/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Êtes-vous sûr de vouloir supprimer ce projet ?
       ConfirmDeleteATask=Êtes-vous sûr de vouloir supprimer cette tâche ?
       OpenedProjects=Projets ouverts
       OpenedTasks=Tâches ouvertes
      -OpportunitiesStatusForOpenedProjects=Montant des opportunités des projets ouverts par statut
      -OpportunitiesStatusForProjects=Montant des opportunités des projets par statut
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Afficher projet
       ShowTask=Afficher tâche
       SetProject=Définir projet
       NoProject=Aucun projet défini ou responsable
      -NbOfProjects=Nombre de projets
      -NbOfTasks=Nb de tâches
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Temps consommé
       TimeSpentByYou=Temps consommé par vous
       TimeSpentByUser=Temps consommé par utilisateur
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Aller à la liste des temps consommés
       GoToListOfTasks=Aller à la liste des tâches
       GoToGanttView=Aller à la vue Gantt
       GanttView=Vue Gantt
      -ListProposalsAssociatedProject=Liste des propositions commerciales associées au projet
      -ListOrdersAssociatedProject=Liste des commandes clients associées au projet
      -ListInvoicesAssociatedProject=Liste des factures clients associées au projet
      -ListPredefinedInvoicesAssociatedProject=Liste des modèles de facture client associées au projet
      -ListSupplierOrdersAssociatedProject=Liste des commandes fournisseurs associées au projet
      -ListSupplierInvoicesAssociatedProject=Liste des factures fournisseurs associées au projet
      -ListContractAssociatedProject=Liste des contrats associés au projet
      -ListShippingAssociatedProject=Liste des expéditions associées avec le projet
      -ListFichinterAssociatedProject=Liste des interventions associées au projet
      -ListExpenseReportsAssociatedProject=Liste des notes de frais associées avec ce projet
      -ListDonationsAssociatedProject=Liste des dons associés au projet
      -ListVariousPaymentsAssociatedProject=Liste des frais divers liés au projet
      -ListActionsAssociatedProject=Liste des événements associés au projet
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Liste du temps consommé sur les tâches d'un projet
       ListTaskTimeForTask=Liste du temps consommé sur les tâches
       ActivityOnProjectToday=Activité projet aujourd'hui
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projet %s modifié
       TaskCreatedInDolibarr=Tâche %s créée
       TaskModifiedInDolibarr=Tâche %s modifiée
       TaskDeletedInDolibarr=Tâche %s supprimée
      -OpportunityStatus=Statut opportunité
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Status opp.
      -OpportunityProbability=Probabilité d'opportunité
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Prob. opp.
      -OpportunityAmount=Montant opportunité
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Montant Opp.
       OpportunityAmountAverageShort=montant moyen des opportunités
       OpportunityAmountWeigthedShort=Montant pondéré des opportunités
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributeur
       SelectElement=Séléctionnez l'élément
       AddElement=Associer l'élément
       # Documents models
      -DocumentModelBeluga=Modèle de document de rapport pour l'aperçu projet
      -DocumentModelBaleine=Modèles de document de rapport de tâches de projets
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Charge de travail prévue
       PlannedWorkloadShort=Charge de travail
       ProjectReferers=Objets associés
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projets avec cet utilisateur comme contact
       TasksWithThisUserAsContact=Tâches assignées à cet utilisateur
       ResourceNotAssignedToProject=Non assigné au projet
       ResourceNotAssignedToTheTask=Non assigné à la tache
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Temps consommé par
       TasksAssignedTo=Tâches assignées à
       AssignTaskToMe=M'assigner la tâche
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assigner tâche à %s
       SelectTaskToAssign=Sélectionnez la tâche à assigner
       AssignTask=Assigner
       ProjectOverview=Vue d'ensemble
      -ManageTasks=Utiliser les projets pour suivre les tâches
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Utiliser les projets pour suivre les affaires / opportunités
      -ProjectNbProjectByMonth=Nb de projets créés par mois
      -ProjectNbTaskByMonth=Nb de tâches créées par mois
      -ProjectOppAmountOfProjectsByMonth=Montant des opportunités par mois
      -ProjectWeightedOppAmountOfProjectsByMonth=Montant pondéré des opportunités par mois
      -ProjectOpenedProjectByOppStatus=Opportunités/affaires ouvertes par statut
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistics sur les projets
       TasksStatistics=Statistiques sur le projet/tâche principale
       TaskAssignedToEnterTime=Tâche assignée. La saisie de temps sur cette tâche devrait être possible.
       IdTaskTime=Id ligne de temps
       YouCanCompleteRef=SI vous souhaitez compléter la référence avec d'autres informations filtrables, il est recommandé d'ajouter le caractère - entre les données. La numérotation automatique sera alors fonctionnelle pour le prochain compteur. Par exemple %s-ABC. Il est également possible d'ajouter des mots-clés dans le libellé. Il est cependant recommandé d'utiliser un attribut supplémentaire ou extrafield.
       OpenedProjectsByThirdparties=Projets ouverts par tiers
      -OnlyOpportunitiesShort=Opportunités uniquement
      -OpenedOpportunitiesShort=Opportunités ouvertes
      -NotAnOpportunityShort=Non une opportunité
      -OpportunityTotalAmount=Montant total des opportunités
      -OpportunityPonderatedAmount=Montant pondéré des opportunités
      -OpportunityPonderatedAmountDesc=Montant des opportunités pondéré par la probabilité
      +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=Proposition
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=Vous n'êtes pas autorisé à fermer le projet
       DontHaveTheValidateStatus=Le projet %s doit être ouvert pour être fermé
       RecordsClosed=%s projet(s) fermé(s)
       SendProjectRef=A propos du projet %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/he_IL/admin.lang b/htdocs/langs/he_IL/admin.lang
      index f8218cdd733..a7ccbfca978 100644
      --- a/htdocs/langs/he_IL/admin.lang
      +++ b/htdocs/langs/he_IL/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=התפתחות
       VersionUnknown=לא ידוע
       VersionRecommanded=מומלץ
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=הנדלר להציל הפעלות
       SessionSavePath=הפגישה אחסון לוקליזציה
       PurgeSessions=הטיהור של הפעלות
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=שמור המטפל הפגישה מוגדרת ב-PHP שלך לא מאפשרת לרשום את כל המפגשים הפועלות.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=נעל קשרים חדשים
      -ConfirmLockNewSessions=האם אתה בטוח שאתה רוצה להגביל כל קשר חדש Dolibarr לעצמך. <b>%s</b> המשתמש היחיד יוכלו להתחבר אחרי זה.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=הסרת הנעילה חיבור
       YourSession=הפגישה שלך
      -Sessions=משתמשים הפגישה
      +Sessions=Users sessions
       WebUserGroup=שרת אינטרנט המשתמש / קבוצה
      -NoSessionFound=PHP שלך נראה שלא לאפשר לרשימת פגישות פעילים. מדריך להשתמש כדי לשמור פגישות <b>(%s)</b> עשויים להיות מוגנים (למשל, על ידי הרשאות מערכת ההפעלה או על ידי PHP הוראה open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=מאגר המידע charset לאחסון נתונים
       DBSortingCharset=מאגר המידע charset למיין נתונים
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=משתמש חיצוני
       InternalUsers=משתמשים פנימיים
       ExternalUsers=משתמשים חיצוניים
       GUISetup=להציג
      -SetupArea=הגדרת האזור
      +SetupArea=הגדרת
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=טופס לבדוק העלאת קובץ (על פי ההגדרה)
       IfModuleEnabled=הערה: כן, הוא יעיל רק אם <b>%s</b> מודול מופעלת
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=NBR של תווים כדי להפעיל חיפוש: %s
       NotAvailableWhenAjaxDisabled=לא זמין כאשר אייאקס נכים
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=לא זמין תצוגה מקדימה
       ThemeCurrentlyActive=פעיל כרגע הנושא
       CurrentTimeZone=אזור PHP (שרת)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=מרחב
       Table=Table
       Fields=שדות
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=פעיל
       SetupShort=הגדרת
       OtherOptions=אפשרויות אחרות
      -OtherSetup=אחר ההתקנה
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=מפריד עשרוני
       CurrentValueSeparatorThousand=אלף מפריד
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=פרמטר %s
      -LocalisationDolibarrParameters=Localisation פרמטרים
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=אזור זמן PHP שרת
       DaylingSavingTime=שעון קיץ (משתמש)
       CurrentHour=שעה PHP (שרת)
       CurrentSessionTimeOut=ההפעלה הנוכחית פסק זמן
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (שפת הדפדפן)
       FeatureDisabledInDemo=התכונה זמינה ב דמו
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=האלמנטים היחידים של <a href="%s">מודולים המאפשרים</a> מוצגים.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, במקום השוק הרשמי של מודולים Dolibarr ERP / CRM חיצוניות
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=קשר
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=האם כל חנות סיסמאות ברורות במס
       MainDbPasswordFileConfEncrypted=מאגר המידע הסיסמה מוצפן ב conf.php (הופעל מומלץ)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=הגנה על קבצי PDF שנוצרו הופעל (לא מומלץ, שובר את הדור המונית pdf)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=תכונה
       DolibarrLicense=רשיון
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=עבור המשתמש או תיעוד של מפתח (דוק, שאלות ...) <br> תסתכל על ויקי Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=אם יש לך שאלות נוספות / עזרה, אתה יכול להשתמש בפורום Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=שטח זה יכול לעזור לך לקבל תמיכה ועזרה שירות Dolibarr.
      -HelpCenterDesc2=חלק שירות זה זמינים <b>באנגלית בלבד.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=התפריט הנוכחי מטפל
       MeasuringUnit=יחידת מדידה
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS פורט (כברירת מחדל ב php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS מארח (כברירת מחדל ב php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS נמל (לא מוגדר לתוך PHP על מערכות יוניקס כמו)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS מארח (לא מוגדר לתוך PHP על מערכות יוניקס כמו)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= שלח שיטתי מוסתר פחמן עותק של כל הודעות הדוא&quot;ל שנשלחו
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=שיטה להשתמש כדי לשלוח מיילים
      -MAIN_MAIL_SMTPS_ID=SMTP מזהה אם נדרש אימות
      -MAIN_MAIL_SMTPS_PW=SMTP סיסמא אם נדרש אימות
      -MAIN_MAIL_EMAIL_TLS= השתמש ב-TLS (SSL) להצפין
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=הפוך את כל sendings SMS (למטרות בדיקה או הדגמות)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=שיטה להשתמש כדי לשלוח SMS
      -MAIN_MAIL_SMS_FROM=השולח ברירת מחדל מספר הטלפון לשליחת הודעות טקסט
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=תכונה לא זמינה כמו מערכות יוניקס. בדיקת תוכנית sendmail שלך באופן מקומי.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=מודול ההתקנה
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=שלב %s
      -FindPackageFromWebSite=מצא חבילה המספקת התכונה הרצויה (לדוגמה על %s באתר הרשמי של רשת).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr הגרסה הנוכחית
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= עיכוב במטמון בתגובה יצוא שניות (0 או ריק מטמון לא)
       DisableLinkToHelpCenter=הסתרת הקישור <b>&quot;זקוק לעזרה או תמיכה&quot;</b> בעמוד הכניסה
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=אין גלישה אוטומטית, כך שאם הקו הוא מתוך עמוד על מסמכים, כי זמן רב מדי, יש להוסיף את עצמך חוזר המרכבה בתיבת הטקסט.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=מינימום אורך
       LanguageFilesCachedIntoShmopSharedMemory=קבצים. Lang טעון בזיכרון משותף
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=דוגמאות עם ההתקנה הנוכחית פועל
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=רשימה של ספריות ותבניות OpenDocument
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=מספר קבצי תבניות ODT המצויים בספריות אלה
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=דוגמאות תחביר: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> לדעת איך ליצור תבניות ODT המסמכים שלך, לפני אחסונם ספריות אלה, קרא את התיעוד wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=מפתח להשתמש בשירותי אינטרנט (פ
       TestSubmitForm=בדיקת קלט בטופס
       ThisForceAlsoTheme=באמצעות מנהל התפריט ישתמש גם נושא בפני עצמו מה הוא בחירה המשתמש. גם זה מנהל התפריט מיוחדות עבור טלפונים חכמים לא עובד על כל טלפון חכם. שימוש אחר מנהל התפריט אם אתם חווים בעיות שלך.
       ThemeDir=Skins בספרייה
      -ConnectionTimeout=הקשר פסק זמן
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=בתגובה פסק זמן
       SmsTestMessage=מבחן מסר PHONEFROM__ __ ל __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=המפתח כתובות מאובטח
      -NoSmsEngine=לא מנהל השולח SMS זמין. מנהל SMS השולח אינם מותקנים כברירת מחדל עם ההפצה (כי הם תלויים בספק חיצוני) אבל אפשר למצוא על http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=אתה יכול להגדיר כל אפשרויות גלובליות הקשורות לדור PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=חוקי לזייף תיבות כתובת
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=פרמטרים כדי להבטיח את כתובות ה
       SecurityTokenIsUnique=השתמש פרמטר ייחודי securekey עבור כל כתובת אתר
       EnterRefToBuildUrl=הזן התייחסות %s אובייקט
       GetSecuredUrl=לקבל את כתובת האתר מחושב
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=סיסמה
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=משתמשים להקות
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=צדדים שלישיים
      +Module1Name=Third Parties
       Module1Desc=חברות ניהול של איש הקשר
       Module2Name=מסחרי
       Module2Desc=מסחרי וניהול
       Module10Name=חשבונאות
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=הצעות
       Module20Desc=ההצעה המסחרית של ההנהלה
       Module22Name=Mass E-דיוור
      @@ -511,13 +517,13 @@ Module52Desc=המניה של וניהול של מוצרים
       Module53Name=שירותים
       Module53Desc=שירות של ניהול
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=ברקודים
       Module55Desc=ברקוד של ההנהלה
       Module56Name=טלפוניה
       Module56Desc=שילוב טלפוניה
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=שילוב של מערכת ClickToDial (כוכבית, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=הוצאות והערות טיולים
       Module75Desc=הוצאות ניהול נסיעות של הערה
       Module80Name=משלוחים
       Module80Desc=משלוחי וניהול הזמנות של משלוח
      -Module85Name=בבנקים ומזומנים
      +Module85Name=Banks and Cash
       Module85Desc=ניהול חשבונות בנק או במזומן
      -Module100Name=באתר חיצוני
      -Module100Desc=כולל כל אתר אינטרנט חיצוני בתפריטים Dolibarr ולצפות בו למסגרת Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=הדוור וללגום
       Module105Desc=הדוור או SPIP ממשק מודול חבר
       Module200Name=LDAP
      -Module200Desc=במדריך LDAP סינכרון
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke אינטגרציה
       Module240Name=נתוני היצוא
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=נתוני היבוא
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=משתמשים
       Module310Desc=קרן וניהול חברי
       Module320Name=עדכוני RSS
       Module320Desc=הוסף עדכון RSS בתוך דפי Dolibarr מסך
      -Module330Name=הסימניות
      -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=לוח השנה
       Module410Desc=שילוב לוח השנה
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=תרומות
       Module700Desc=התרומה של ההנהלה
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=גמל שלמה
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=עורך WYSIWYG
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=השתמש באינטרנט בשירות Gravatar (www.gravatar.com) להראות תמונה של משתמשים / חברים (נמצא עם מיילים שלהם). צריך גישה לאינטרנט
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind המרות יכולות
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=רב החברה
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=נקודת מכירות
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=נקודת מכירות
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=לקרוא חשבוניות של לקוחות
      @@ -651,9 +661,9 @@ Permission32=צור / לשנות מוצרים
       Permission34=מחק מוצרים
       Permission36=ראה / ניהול מוצרים מוסתרים
       Permission38=ייצוא מוצרים
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=מחק פרויקטים (פרויקט משותף פרויקטים אני לפנות לקבלת)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=לקרוא התערבויות
       Permission62=צור / לשנות התערבויות
      @@ -686,7 +696,7 @@ Permission109=מחק sendings
       Permission111=לקרוא דוחות כספיים
       Permission112=צור / לשנות / למחוק ולהשוות עסקאות
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=ייצוא עסקאות דפי מצב חשבון
       Permission116=העברות בין חשבונות
       Permission117=ניהול בדיקות שיגרו
      @@ -694,15 +704,15 @@ Permission121=לקרוא לצדדים שלישיים הקשורים המשתמש
       Permission122=ליצור / לשנות צדדים שלישיים קשורה המשתמש
       Permission125=מחק צדדים שלישיים הקשורים המשתמש
       Permission126=ייצוא צדדים שלישיים
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=לקרוא ספקי
       Permission147=קרא את סטטיסטיקת
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=הספק הזמנות סגור
       Permission188=ביטול הזמנות ספקים
       Permission192=ליצור קווים
       Permission193=ביטול קווי
      -Permission194=קרא את השורות רוחב פס
      +Permission194=Read the bandwidth lines
       Permission202=יצירת קשרים-ADSL
       Permission203=חיבורי סדר הזמנות
       Permission204=סדר החיבורים
      @@ -750,12 +760,12 @@ Permission244=לראות את תוכן הקטגוריות מוסתרים
       Permission251=קריאה משתמשים אחרים וקבוצות
       PermissionAdvanced251=קריאה משתמשים אחרים
       Permission252=הרשאות קריאה של משתמשים אחרים
      -Permission253=יצירה / שינוי משתמשים אחרים, קבוצות ו permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=יצירה / שינוי משתמשים פנימיים / חיצוניים והרשאות
       Permission254=יצירה / שינוי משתמשים חיצוניים בלבד
       Permission255=שינוי סיסמה משתמשים אחרים
       Permission256=מחיקה או ביטול של משתמשים אחרים
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=לקרוא CA
       Permission272=לקרוא חשבוניות
       Permission273=להוציא חשבוניות
      @@ -765,7 +775,7 @@ Permission283=מחיקת אנשי קשר
       Permission286=ייצוא אנשי קשר
       Permission291=קרא את התעריפים
       Permission292=להגדיר הרשאות על תעריפי את
      -Permission293=שינוי תעריפים ללקוחות
      +Permission293=Modify customers tariffs
       Permission300=לקרוא ברקודים
       Permission301=צור / לשנות הברקודים
       Permission302=מחק את הברקודים
      @@ -787,11 +797,9 @@ Permission401=קרא הנחות
       Permission402=יצירה / שינוי הנחות
       Permission403=אמת הנחות
       Permission404=מחק את הנחות
      -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
      @@ -844,8 +852,8 @@ Permission1251=הפעל יבוא המוני של נתונים חיצוניים 
       Permission1321=יצוא חשבוניות הלקוח, תכונות ותשלומים
       Permission1322=Reopen a paid bill
       Permission1421=ייצוא הזמנות של לקוחות ותכונות
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=הסיכוי הפוטנציאלי ברמה
       DictionaryCanton=State/Province
       DictionaryRegion=אזורים
      @@ -894,7 +902,7 @@ DictionaryVAT=שיעורי מע&quot;מ או מכירות שיעורי מס
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=תנאי תשלום
       DictionaryPaymentModes=תשלום מצבי
      -DictionaryTypeContact=צור סוגים
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=נייר פורמטים
      @@ -908,47 +916,47 @@ DictionarySource=מקור הצעות / הזמנות
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=הגדרת הציל
       SetupNotSaved=Setup not saved
       BackToModuleList=חזרה לרשימת מודולים
      -BackToDictionaryList=חזרה לרשימת המילונים
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=מע&quot;מ ניהול
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=כברירת מחדל המע&quot;מ המוצע הוא 0 אשר ניתן להשתמש בהם במקרים כמו עמותות, אנשים ou חברות קטנות.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE ניהול
      -LocalTax1IsUsedDescES= שיעור RE כברירת מחדל בעת יצירת הסיכויים, חשבוניות, הזמנות וכו 'פעל הכלל רגיל פעיל: <br> אם הקונה te אינו נתון מחדש, שוב כברירת מחדל = 0. קץ שלטון. <br> אם הקונה הוא נתון מחדש ואז RE כברירת מחדל. קץ שלטון. <br>
      -LocalTax1IsNotUsedDescES= כברירת מחדל RE המוצע הוא 0. קץ שלטון.
      -LocalTax1IsUsedExampleES= בספרד הם אנשי מקצוע בכפוף לכמה חלקים מסוימים של trap מלכודת הספרדית.
      -LocalTax1IsNotUsedExampleES= בספרד הם מקצועיים בחברות ובכפוף חלקים מסוימים של trap מלכודת הספרדית.
      -LocalTax2ManagementES= IRPF ניהול
      -LocalTax2IsUsedDescES= שיעור RE כברירת מחדל בעת יצירת הסיכויים, חשבוניות, הזמנות וכו 'פעל הכלל רגיל פעיל: <br> אם המוכר אינו נתון IRPF, אז IRPF כברירת מחדל = 0. קץ שלטון. <br> אם המוכר הוא נתון IRPF אז IRPF כברירת מחדל. קץ שלטון. <br>
      -LocalTax2IsNotUsedDescES= כברירת מחדל IRPF המוצע הוא 0. קץ שלטון.
      -LocalTax2IsUsedExampleES= בספרד, פרילנסרים ובעלי מקצוע עצמאיים המספקים שירותים וחברות אשר בחרו במערכת המס של מודולים.
      -LocalTax2IsNotUsedExampleES= בספרד הם BUSSINES לא כפוף למערכת המס של מודולים.
      +LocalTax1ManagementES=RE ניהול
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=כברירת מחדל RE המוצע הוא 0. קץ שלטון.
      +LocalTax1IsUsedExampleES=בספרד הם אנשי מקצוע בכפוף לכמה חלקים מסוימים של trap מלכודת הספרדית.
      +LocalTax1IsNotUsedExampleES=בספרד הם מקצועיים בחברות ובכפוף חלקים מסוימים של trap מלכודת הספרדית.
      +LocalTax2ManagementES=IRPF ניהול
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=כברירת מחדל IRPF המוצע הוא 0. קץ שלטון.
      +LocalTax2IsUsedExampleES=בספרד, פרילנסרים ובעלי מקצוע עצמאיים המספקים שירותים וחברות אשר בחרו במערכת המס של מודולים.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=לייבל שימוש כברירת מחדל אם לא התרגום ניתן למצוא את קוד
       LabelOnDocuments=התווית על מסמכים
      -NbOfDays=נ.ב. הימים
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=בסוף החודש
       CurrentNext=Current/Next
       Offset=לקזז
      @@ -984,7 +993,7 @@ DatabaseUser=מסד הנתונים משתמש
       DatabasePassword=מסד הנתונים הסיסמה
       Tables=לוחות
       TableName=שם טבלה
      -NbOfRecord=נ.ב. הרשומות
      +NbOfRecord=No. of records
       Host=שרת
       DriverType=הנהג סוג
       SummarySystem=מערכת מידע סיכום
      @@ -996,7 +1005,7 @@ Skin=העור נושא
       DefaultSkin=העור סגנון ברירת מחדל
       MaxSizeList=אורך מקסימלי עבור רשימה
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=המסר של היום
       MessageLogin=התחברות הודעה בדף
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=חפש בצורה קבועה בתפריט השמאלי
       DefaultLanguage=ברירת המחדל של השפה להשתמש (קוד שפה)
       EnableMultilangInterface=אפשר ממשק רב לשוני
       EnableShowLogo=הצג את הלוגו בתפריט השמאלי
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=שם
       CompanyAddress=כתובת
       CompanyZip=רוכסן
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=הבעלים של %s חשבון הבנק
       BankModuleNotActive=חשבונות בנק המודול לא מופעל
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=התראות
      -DelaysOfToleranceBeforeWarning=סובלנות עיכובים לפני אזהרה
      -DelaysOfToleranceDesc=מסך זה מאפשר לך להגדיר את העיכובים נסבל לפני התראה מדווח על המסך עם %s picto עבור כל רכיב מאוחר.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=סובלנות עיכוב (בימים) לפני התראה על הצעות לסגור
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=סובלנות עיכוב (בימים) לפני התראה על הצעות לא מחויב
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=עיכוב סובלנות (בימים) לפני התראה על שירותי להפעיל
      -Delays_MAIN_DELAY_RUNNING_SERVICES=עיכוב סובלנות (בימים) לפני התראה על שירותי פג
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=עיכוב סובלנות (בימים) לפני התראה על חשבוניות ספקים שלא שולמו
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=עיכוב Tolerence (בימים) לפני התראה על חשבוניות הלקוח ללא תשלום
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=עיכוב סובלנות (בימים) לפני התראה על פיוס הבנק תלויה ועומדת
      -Delays_MAIN_DELAY_MEMBERS=עיכוב סובלנות (בימים) לפני התראה על דמי חבר מאוחרת
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=עיכוב סובלנות (בימים) לפני התראה על הפקדת המחאות לעשות
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=ערכים אחרים לנהל את התפריט פרמטרים אופציונליים.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=ביקורת אבטחה אירועים
       Audit=ביקורת
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=ניתן להפעיל כאן בכניסה לאירועים Dolibarr
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=מערכת מידע הוא מידע טכני שונות נכנסת למצב קריאה בלבד ונראה לעין עבור מנהלי בלבד.
       SystemAreaForAdminOnly=אזור זה זמין עבור המשתמשים מנהל בלבד. אף אחד הרשאות Dolibarr יכול להפחית את המגבלה.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=אתה יכול לבחור בכל פרמטר הקשור מבט Dolibarr ולהרגיש כאן
       AvailableModules=Available app/modules
       ToActivateModule=כדי להפעיל מודולים, ללכת על שטח ההתקנה (ראשי-> התקנה-> Modules).
       SessionTimeOut=זמן לפגישה
      -SessionExplanation=מספר זה מבטיח הפעלה לא יפוג לפני עיכוב זה. אבל וניהול PHP הפגישה האם לא ערובה הפגישה תמיד לפוג לאחר עיכוב זה: זו מתרחשת כאשר מערכת הפעלה לנקות מטמון פועל. <br> הערה: עם מערכת לא בפרט, תהליך פנימי PHP ינקו כל פגישה על <b>%s /</b> גישה <b>%s</b> אבל רק במהלך גישה על ידי מפגשים אחרים.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=זמין טריגרים
      -TriggersDesc=טריגרים הם קבצים אשר משנים את אופן הפעולה של זרימת עבודה Dolibarr להעתיק פעם לתוך ספריית <b>htdocs / ליבה / טריגרים.</b> הם הבינו פעולות חדשות, המופעלים על אירועים Dolibarr (יצירת חברה חדשה, אימות החשבונית, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=גורמים בקובץ זה אינם זמינים על ידי <b>הסיומת-NoRun</b> בשמם.
       TriggerDisabledAsModuleDisabled=גורמים בקובץ זה אינם זמינים כמו <b>%s</b> מודול אינו זמין.
       TriggerAlwaysActive=גורמים בקובץ זה תמיד פעיל, לא משנה מה הם מודולים Dolibarr מופעל.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=גבולות / הגדרת Precision
      -LimitsDesc=ניתן להגדיר גבולות, precisions ו optimisations המשמשים Dolibarr כאן
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=מקס שברים עשרוניים עבור מחירי יחידה
       MAIN_MAX_DECIMALS_TOT=מקס שברים עשרוניים במחירים הכל
       MAIN_MAX_DECIMALS_SHOWN=שברים עשרוניים מקס במחירים המוצג על המסך (הוסף <b>...</b> לאחר מספר זה אם אתה רוצה לראות <b>...</b> כאשר מספר מקוצר כאשר מוצג על המסך)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=יחידת מחיר נטו של המוצר
       TotalPriceAfterRounding=המחיר הכולל (נטו / מע&quot;מ / מס כולל) לאחר עיגול
       ParameterActiveForNextInputOnly=פרמטר יעיל הקלט הבא רק
       NoEventOrNoAuditSetup=בשום מקרה לא ביטחון נרשמה עד כה. זה יכול להיות נורמלי אם הביקורת לא הופעל &quot;הגדרת - ביטחון - ביקורת&quot; הדף.
      -NoEventFoundWithCriteria=בשום מקרה לא ביטחון כבר מצאו criterias חיפוש כאלה.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=ראה הגדרת sendmail המקומי
       BackupDesc=כדי לבצע גיבוי מלא של Dolibarr, עליך:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=מדריך בארכיון יש לאחסן במקום בטוח.
       BackupDescY=קובץ dump שנוצר יש לאחסן במקום בטוח.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=כדי לשחזר גיבוי Dolibarr, עליך:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= כלל זה הוא נאלץ <b>%s</b> ידי מודול מופעל
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=עליך להפעיל את הפ
       YourPHPDoesNotHaveSSLSupport=פונקציות שאינן זמינות ב-SSL-PHP
       DownloadMoreSkins=עוד סקינים להורדה
       SimpleNumRefModelDesc=להחזיר את מספר הפניה עם פורמט %syymm-nnnn שם yy הוא שנה, מ&quot;מ הוא חודש nnnn הוא רצף ללא חור ועם איפוס לא
      -ShowProfIdInAddress=הצג מזהה בעלי מקצועות חופשיים עם כתובות על מסמכים
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=תרגום חלקי
      -MAIN_DISABLE_METEO=בטל meteo נוף
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=בדוק להיכנס API
      -ProxyDesc=תכונות מסוימות של Dolibarr צריך גישה לאינטרנט כדי לעבוד. הגדרת פרמטרים כאן בשביל זה. אם שרת Dolibarr עומד מאחורי שרת proxy, הפרמטרים האלה אומר Dolibarr כיצד לגשת לאינטרנט דרכו.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=גישה חיצונית
       MAIN_PROXY_USE=השתמש בשרת Proxy (גישה ישירה אחרת לאינטרנט)
       MAIN_PROXY_HOST=שם / כתובת של שרת Proxy
       MAIN_PROXY_PORT=היציאה של שרת ה-Proxy
       MAIN_PROXY_USER=כניסה כדי להשתמש בשרת proxy
       MAIN_PROXY_PASS=סיסמה כדי להשתמש בשרת proxy
      -DefineHereComplementaryAttributes=להגדיר כאן את כל atributes, אינו זמין כבר כברירת מחדל, כי אתה רוצה להיות נתמך על %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=משלימים תכונות
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=אזהרה, על כמה מערכות לינוקס, לשלוח דוא&quot;ל הדוא&quot;ל שלך, הגדרת sendmail ביצוע חובה conatins אפשרות-BA (mail.force_extra_parameters פרמטר לקובץ php.ini שלך). אם מקבלי כמה לא לקבל הודעות דוא&quot;ל, מנסה לערוך פרמטר זה PHP עם mail.force_extra_parameters =-BA).
       PathToDocuments=הדרך מסמכים
       PathDirectory=מדריך
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=חזור הסיסמה שנוצר על פי אלגוריתם Dolibarr פנימי: 8 תווים המכילים מספרים ותווים משותפים באותיות קטנות.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=דוא&quot;ל נדרש ליצור משתמש חדש
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=חברות מודול ההתקנה
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=תבניות מסמכים
      -DocumentModelOdt=צור מסמכים מתבניות OpenDocuments (. ODT קבצים של אופן אופיס, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=סימן מים על מסמך טיוטה
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Professional מזהה ייחודי
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=הקישור ייצוא לפורמט <b>%s</b> זמין בקישור הבא: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=הקישור ייצוא לפורמט <b>%s</b> זמין 
       BillsSetup=חשבוניות ההתקנה מודול
       BillsNumberingModule=חשבוניות ושטרי אשראי המונים מודול
       BillsPDFModules=חשבוניות ומסמכים מודלים
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=כתב זכויות
       CreditNotes=אשראי הערות
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= ניהול התחברות לכל חבר
       AdherentMailRequired=דוא&quot;ל נדרש ליצור חבר חדש
       MemberSendInformationByMailByDefault=תיבת סימון לשלוח אישור בדואר לחברי (אימות או מנוי חדש) מופעלת כברירת מחדל
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=הגדרת LDAP
       LDAPGlobalParameters=גלובל פרמטרים
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=סנכרון ניסוי מוצלח
       LDAPSynchroKO=הסנכרון נכשל במבחן
      -LDAPSynchroKOMayBePermissions=נכשל במבחן הסנכרון. בדוק כי הקשר לשרת מוגדר כהלכה ומאפשרת udpates של LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP להתחבר ל-LDAP מוצלחים שרת (Server = %s, נמל %s =)
       LDAPTCPConnectKO=TCP להתחבר לשרת LDAP נכשל (שרת = %s, נמל %s =)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=חבר / Authentificate לשרת LDAP נכשל (שרת = %s, פורט = %s, מנהל = %s, סיסמה = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=שרת LDAP המוגדר עבור גרסה 3
       LDAPSetupForVersion2=שרת LDAP מוגדר לגרסה 2
       LDAPDolibarrMapping=Dolibarr מיפוי
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=התחברות (סמבה, ActiveDirectory)
       LDAPFieldLoginSambaExample=דוגמה: samaccountname
       LDAPFieldFullname=שם פרטי
       LDAPFieldFullnameExample=לדוגמה: cn
      -LDAPFieldPasswordNotCrypted=סיסמה לא crypted
      -LDAPFieldPasswordCrypted=סיסמה crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=דוגמה: userPassword
       LDAPFieldCommonNameExample=לדוגמה: cn
       LDAPFieldName=שם
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=ערכים לדוגמה מיועדים <b>OpenLDAP</b> עם סכימות טעון הבאים: <b>core.schema, cosine.schema, inetorgperson.schema).</b> אם אתה משתמש בערכים thoose ו OpenLDAP, לשנות קובץ <b>slapd.conf</b> LDAP שלך config לקבל את כל סכמות thoose טעון.
       ForANonAnonymousAccess=לתקופה של acces מאומתים (גישה לכתוב למשל)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=מוצרים מודול ההתקנה
       ServiceSetup=מודול שירותי התקנה
       ProductServiceSetup=מוצרים ושירותים ההתקנה מודולים
       NumberOfProductShowInSelect=מספר מקסימלי של מוצרים combos בחר רשימות (0 = ללא הגבלה)
      -ViewProductDescInFormAbility=ויזואליזציה של תיאורי מוצרים בתחום הטפסים (גם בכינויו tooltip קופץ)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=ברקוד מסוג ברירת מחדל עבור מוצרים
       SetDefaultBarcodeTypeThirdParties=ברקוד מסוג ברירת מחדל עבור צדדים שלישיים
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=שליחת ההתקנה מודול
       SendingsReceiptModel=שליחת מודל קבלת
       SendingsNumberingModules=Sendings מספור מודולים
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=מוצרים משלוחים מספור מודול קבלת
      @@ -1515,18 +1528,18 @@ AdvancedEditor=עורך מתקדם
       ActivateFCKeditor=הפעל עורך מתקדם עבור:
       FCKeditorForCompany=WYSIWIG יצירת / מהדורה של תיאור של רכיב הערה (למעט מוצרים / שירותים)
       FCKeditorForProduct=WYSIWIG יצירת / מהדורה של המוצרים / שירות של תיאור הערה
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG יצירת / מהדורה של דברי דואר
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=החיבור הצליח אבל הנתונים לא נראה להיות באתר osCommerce (%s מפתח לא נמצא %s טבלה).
      -OSCommerceTestOk=חיבור &quot;%s של שרת&quot; %s &quot;מסד נתונים עם מוצלחת&quot; %s של המשתמש.
      -OSCommerceTestKo1=חיבור &quot;%s&quot; שרת להצליח אבל &quot;%s&quot; מסד נתונים לא ניתן היה להשיג.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=חיבור &quot;%s של שרת עם&quot; %s &quot;המשתמש נכשל.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=תפריט נמחק
       Menus=תפריטים
      @@ -1548,7 +1561,7 @@ DetailRight=מצב כדי להציג תפריטים אפורים לא מורשי
       DetailLangs=לנג שם הקובץ לתרגום הקוד תווית
       DetailUser=מתמחה / extern / הכל
       Target=Target
      -DetailTarget=יעד קישורים (למעלה _blank פותח חלון חדש)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=רמה (-1: התפריט העליון, 0: תפריט הכותרת,&gt; 0 תפריט ותפריט משנה)
       ModifMenu=תפריט שינוי
       DeleteMenu=מחיקת סעיף מתפריט
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=במע&quot;מ: <br> - על משלוח של סחורות (
       OptionVatDebitOptionDesc=במע&quot;מ: <br> - על משלוח של סחורות (אנו משתמשים תאריך החשבונית) <br> - על החשבונית (חיוב) עבור שירותים
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=על משלוח
       OnPayment=על התשלום
       OnInvoice=בחשבונית
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=אירועים מודול ההתקנה סדר היום
       PasswordTogetVCalExport=מפתח לאשר הקישור יצוא
       PastDelayVCalExport=לא יצא אירוע מבוגרת
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=לחץ כדי לחייג ההתקנה מודול
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=נקודת מכירות
       CashDeskSetup=נקודת ההתקנה מודול מכירות
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=חשבון ברירת מחדל להשתמש כדי לקבל תשלומים במזומן
       CashDeskBankAccountForCheque= חשבון ברירת מחדל להשתמש כדי לקבל תשלומים על ידי סימון
       CashDeskBankAccountForCB= חשבון ברירת מחדל להשתמש כדי לקבל תשלומים במזומן באמצעות כרטיסי אשראי
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=הפוך ההתקנה מודול
      -BookmarkDesc=מודול זה מאפשר לך לנהל את הסימניות. ניתן גם להוסיף קיצורי דרך לכל הדפים Dolibarr או אתרי אינטרנט externale בתפריט השמאלי.
      +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.
       NbOfBoomarkToShow=מספר מרבי של סימניות להראות בתפריט השמאלי
       ##### WebServices #####
       WebServicesSetup=Webservices ההתקנה מודול
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=רב החברה מודול ההתקנה
       ##### Suppliers #####
       SuppliersSetup=מודול הספק ההתקנה
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=מודול פרויקט ההתקנה
       ProjectsModelModule=מסמך דו&quot;ח פרויקט של מודל
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/he_IL/companies.lang b/htdocs/langs/he_IL/companies.lang
      index 36ab3b01faf..bd7bfe36a40 100644
      --- a/htdocs/langs/he_IL/companies.lang
      +++ b/htdocs/langs/he_IL/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=חברה
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=צדדים שלישיים
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=לקוחות פוטנציאלים
       ThirdPartyProspectsStats=לקוחות פוטנציאלים
       ThirdPartyCustomers=לקוחות
       ThirdPartyCustomersStats=לקוחות
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=הצעות
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=סגל
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=רשימת לקוחות פוטנציאלים
      -ListCustomersShort=רשימת לקוחות
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/he_IL/errors.lang b/htdocs/langs/he_IL/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/he_IL/errors.lang
      +++ b/htdocs/langs/he_IL/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/he_IL/interventions.lang b/htdocs/langs/he_IL/interventions.lang
      index d05f23637ba..2d46565f3f8 100644
      --- a/htdocs/langs/he_IL/interventions.lang
      +++ b/htdocs/langs/he_IL/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=התערבויות
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/he_IL/main.lang b/htdocs/langs/he_IL/main.lang
      index 2bcda8ba4a5..cae1a09ac08 100644
      --- a/htdocs/langs/he_IL/main.lang
      +++ b/htdocs/langs/he_IL/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=אחר
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=מערכת כלים
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=מחק את השורה
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Project
       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=הרשאות
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=התערבויות
       SearchIntoContracts=חוזים
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/he_IL/other.lang b/htdocs/langs/he_IL/other.lang
      index d4db81e5c6b..319799b9c15 100644
      --- a/htdocs/langs/he_IL/other.lang
      +++ b/htdocs/langs/he_IL/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/he_IL/projects.lang b/htdocs/langs/he_IL/projects.lang
      index 7ec44dba97f..66a3928ecfb 100644
      --- a/htdocs/langs/he_IL/projects.lang
      +++ b/htdocs/langs/he_IL/projects.lang
      @@ -33,14 +33,14 @@ 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=הצג משימה
       SetProject=Set project
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/hr_HR/admin.lang b/htdocs/langs/hr_HR/admin.lang
      index adc95e137a9..a7493d95e88 100644
      --- a/htdocs/langs/hr_HR/admin.lang
      +++ b/htdocs/langs/hr_HR/admin.lang
      @@ -1,8 +1,8 @@
       # Dolibarr language file - Source file is en_US - admin
       Foundation=Zaklada
      -Version=Verzija
      -Publisher=Publisher
      -VersionProgram=Programska verzija
      +Version=Inačica
      +Publisher=Izdavač
      +VersionProgram=Inačica programa
       VersionLastInstall=Inicijalno instalirana verzija
       VersionLastUpgrade=Zadnja verzija nadogradnje
       VersionExperimental=Eksperimentalno
      @@ -10,9 +10,9 @@ VersionDevelopment=Razvoj
       VersionUnknown=Nepoznato
       VersionRecommanded=Preporučeno
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -20,7 +20,7 @@ LocalSignature=Embedded local signature (less reliable)
       RemoteSignature=Remote distant signature (more reliable)
       FilesMissing=Nedostaju datoteke
       FilesUpdated=Nadograđene datoteke
      -FilesModified=Modified Files
      +FilesModified=Preinačene datoteke
       FilesAdded=Added Files
       FileCheckDolibarr=Check integrity of application files
       AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
      @@ -30,14 +30,14 @@ SessionSaveHandler=Rukovatelj za spremanje sesije
       SessionSavePath=Lokalizacija pohrane sesije
       PurgeSessions=Brisanje sesija
       ConfirmPurgeSessions=Želite li stvarno prekinuti sve sesije? To će odjaviti sve korisnike (osim vas).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zaključaj nova spajanja
      -ConfirmLockNewSessions=Jeste li sigurni da želite ograničiti svako novo spajanje na Dolibarr za sebe. Samo korisnik <b>%s</b> će biti u mogučnosti da se nakon toga spoji.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Otključaj spajanje
       YourSession=Vaša sesija
      -Sessions=Korisničke sesije
      +Sessions=Users sessions
       WebUserGroup=Web Server korisnik/grupa
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Charset baze za sortiranje podataka
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Vanjski korisnik
       InternalUsers=Interni korisnici
       ExternalUsers=Vanjski korisnici
       GUISetup=Prikaz
      -SetupArea=Sučelje postavki
      +SetupArea=Postavke
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Obrazac za testiranje uploada datoteka (sukladno postavkama)
       IfModuleEnabled=Napomena: DA je efektivno samo ako je modul <b>%s</b> omogućen
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kod ne može sadržavati vrijednost 0
       DisableJavascript=Onemogući JavaScript i AJAX funkcije (Preporučljivo za slijepe osobe ili tekstualne web preglednike)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Br. znakova za aktiviranje pretrage: %s
       NotAvailableWhenAjaxDisabled=Nije dostupno kada je Ajax onemogućen
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Pregled nije dostupan
       ThemeCurrentlyActive=Tema trenutno aktivna
       CurrentTimeZone=Vremenska zona PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Razmak
       Table=Tabela
       Fields=Polja
      @@ -111,14 +111,14 @@ NotConfigured=Modul/Aplikacija nije konfigurirana
       Active=Aktivan
       SetupShort=Postavke
       OtherOptions=Ostale opcije
      -OtherSetup=Ostale postavke
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimalni separator
       CurrentValueSeparatorThousand=Separator tisućica
       Destination=Odredište
       IdModule=ID Modula
       IdPermissions=ID Dozvole
       LanguageBrowserParameter=Parametar %s
      -LocalisationDolibarrParameters=Parametri prijevoda
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Vremenska zona klijenta (korisnik)
       ClientHour=Vrijeme klijent (korisnik)
       OSTZ=Server OS vremenska zona
      @@ -126,8 +126,8 @@ PHPTZ=PHP server vremenska zona
       DaylingSavingTime=Ljetno računanje vremena
       CurrentHour=PHP Vrijeme (server)
       CurrentSessionTimeOut=Trenutno vrijeme isteka sesije
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Dodatak
       Boxes=Dodaci
       MaxNbOfLinesForBoxes=Maksimalni broj linija u dodatku
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Zanemari greške dupliciranih zapisa (INSERT IGNORE)
       AutoDetectLang=Automatski detektiraj (jezik web preglednika)
       FeatureDisabledInDemo=Mogućnost onemogućena u demo verziji
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Prikazani su samo elementi sa  <a href="%s">omogučenih modula</a>
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Možete pronaći više modula za download na vanjskim internet web lokacijama 
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Nađi vanjske aplikacije/module
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Novo
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStorel, ovlaštena trgovina za Dolibarr ERP/CRM dodatne module
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Referentne web lokacije za pronalazak više modula
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Poveznica
       BoxesAvailable=Dostupni dodaci
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Nemojte pohranjivati čitljive lozinke u bazu već pohra
       MainDbPasswordFileConfEncrypted=Lozinka baze enkriptirana u conf.php (Preporučeno aktivirano)
       InstrucToEncodePass=Da biste imali kodiranu lozinku u <b>conf.php</b> datoteci, zamjenite red <br><b>$dolibarr_main_db_pass="...";</b><br>sa<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Da biste imali čitljivu lozinku u <b>conf.php</b> datoteci, zamjenite red <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>sa<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Zaštita generiranih PDF datoteka (NIJE preporučeno aktiviranje, kvari masovno generiranje PDF-ova)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Mogućnost
       DolibarrLicense=Licenca
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Za korisničku ili razvojnu dokumentciju ( DOC, FAQ...)<br> pogledajte na Dolibarr Wiki-u:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Za sva ostala pitanja/pomoć, obratite se na Dolibarr forumu:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Ovo sučelje vam može pomoći da dobijete pomoć Dolibarr servisa podrške
      -HelpCenterDesc2=Neki dijelovi ovog servisa su dostupni samo na <b>engleskom</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Trenutačni nositelj izbornika
       MeasuringUnit=Mjerna jedinica
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Otkazni rok
       NewByMonth=New by month
       Emails=e-pošta
       EMailsSetup=podešavanje e-pošte
      -EMailsDesc=Ova stranica omogućava vam da pregazite PHP parametre za slanje e-pošte. U većini slučajeva na UNIX/Linux OS, PHP parametri su već postavljeni tako da je ovo podešavanje nepotrebno.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (predefiniran u php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (predefiniran u php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Nije definiran u PHP-u niti na Unix-u)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Nije definiran u PHP-u niti na Unix-u)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Sustavno pošalji skriveno CC sve poslane poruke e-pošte
      -MAIN_DISABLE_ALL_MAILS=Onemogući slanje svih poruka e-poštom (samo za testiranje i demo)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Način slanja e-pošte
      -MAIN_MAIL_SMTPS_ID=SMTP ID potrebna prijava
      -MAIN_MAIL_SMTPS_PW=SMTP Lozinka ako je potrebna prijava
      -MAIN_MAIL_EMAIL_TLS= Koristi TLS (SSL) enkripciju
      -MAIN_MAIL_EMAIL_STARTTLS= Koristi TLS (STARTTLS) enkripciju
      -MAIN_DISABLE_ALL_SMS=Onemogući sva SMS slanja (za testiranje ili demo)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Način slanja SMS-a
      -MAIN_MAIL_SMS_FROM=Zadani broj pošiljatelja za slanje SMS-ova
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Mogućnost nije dostupna na UNIX-u. Testirajte sendmail program lokalno.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Podešavanje modula
       ModulesSetup=Podešavanje modula/aplikacija
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nemojte koristiti u stvarnom okruženju
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Korak %s
      -FindPackageFromWebSite=Pronađite paket koji pruža željenu mogučnost ( npr. ovlaštena web lokacija %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download paketa (npr. sa ovlaštene web lokacije %s)
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=Za ovaj korak možete učitati .zip datoteku modula ovdje:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Trenutna verzija Dolibarr-a
       CallUpdatePage=Idite na stranicu koja nadograđuje strukturu baze i podatke: %s
       LastStableVersion=Zadnja stabilna verzija
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Sakrij poveznicu "<b>Trebate li pomoć ili podršku</b>" na stranici prijave
       DisableLinkToHelp=Sakrij poveznicu na online pomoć "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimalna dužina
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Primjeri s trenutno pokrenutim postavkama
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Popis mapa sa OpenDocument predlošcima
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Broj ODT/ODS predložaka pronađenih u mapama
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Primjer:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Da bi ste saznali kako kreirati ODT predloške dokumenata, prije pohranjivanja istih u navedene mape, pročitajte wiki dokumentaciju na:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Ključ za korištenje web servisa (parametar "dolibarrke
       TestSubmitForm=Unesite obrazac testiranja
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Mapa stilova
      -ConnectionTimeout=Prekid veze
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Odgovor 
       SmsTestMessage=Test poruka od __PHONEFROM__ za __PHONETO__
       ModuleMustBeEnabledFirst=Modul <b>%s</b> mora biti omogućen ako želite koristiti ovu mogučnost.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Pravila za kopiranje adresnih blokova
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Sakrij opis proizvoda na generiranim PDF
       HideRefOnPDF=Sakrij ref. proizvoda na generiranim PDF
       HideDetailsOnPDF=Sakrij stavke detalja proizvoda na generiranim PDF
      @@ -387,9 +391,9 @@ UrlGenerationParameters=Parametri za osiguranje URL-a
       SecurityTokenIsUnique=Koristi jedinstven securekey parametar za svaki URL
       EnterRefToBuildUrl=Unesite referencu za objekt %s
       GetSecuredUrl=Traži izračunan URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      -OldVATRates=Stara PDV stopa
      -NewVATRates=Nova PDV stopa
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
      +OldVATRates=Stara stopa PDV-a
      +NewVATRates=Nova stopa PDV-a
       PriceBaseTypeToChange=Promjeni cijene sa baznom referentnom vrijednosti definiranoj na
       MassConvert=Pokreni masovnu konverziju
       String=String
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Odaberi popis
       ExtrafieldSelectList = Odaberi iz tabele
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Lozinka
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Poveži s objektom
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Postavi kao zadano
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=Vanjski modul - Instaliran u mapi %s
      -BarcodeInitForThirdparties=Masovno postavljanje barkodova za komitente
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Masovno postavljanje ili promjena barkodova usluga i proizvoda
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Inicijalna vrijednost za sljedećih %s praznih podataka
       EraseAllCurrentBarCode=Obriše sve trenutne vrijednosti barkoda
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Sve barkod vrijednosti su obrisane
      -NoBarcodeNumberingTemplateDefined=Nema predloška označavanja barkodom omogučenog u podešavanju modula.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=Nema više detalja u podnožju dokumenta
       DisplayCompanyInfo=Prikaži adresu tvrtke
       DisplayCompanyManagers=Prikaz upravitelja imenima
       DisplayCompanyInfoAndManagers=Prikaži adresu tvrtke i ime menadžera
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Koristi 3 koraka odobravanja kada je iznos (bez poreza) veći od...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Korisnici i grupe
      +Module0Name=Korisnici & Grupe
       Module0Desc=Upravljanje korisnicima/zaposlenicima i grupama
      -Module1Name=Komitenti
      +Module1Name=Treće osobe
       Module1Desc=Upravljanje tvrtkama i kontaktima (kupci, potencijalni kupci, ...)
      -Module2Name=Komercijala
      +Module2Name=Trgovina
       Module2Desc=Upravljanje komercijalom
       Module10Name=Računovodstvo
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Ponude
       Module20Desc=Upravljanje ponudama
       Module22Name=Masovno slanje e-pošte
      @@ -511,13 +517,13 @@ Module52Desc=Upravljanje zalihama
       Module53Name=Usluge
       Module53Desc=Upravljanje uslugama
       Module54Name=Ugovori/pretplate
      -Module54Desc=Upravljanje ugovorima (usluge ili pretplate)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barkodovi
       Module55Desc=Upravljanje barkodovima
       Module56Name=Telefonija
       Module56Desc=Integracija telefonije
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integracija ClickToDial sistema (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Trošak i putne napomene
       Module75Desc=Upravljanje putnim troškovima i napomenama
       Module80Name=Isporuke
       Module80Desc=Upravljanje isporukama i dostavama narudžbi
      -Module85Name=Banke i gotovina
      +Module85Name=Banks and Cash
       Module85Desc=Upravljanje bankovnim i gotovinskim računima
      -Module100Name=Vanjska lokacija
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman i SPIP
       Module105Desc=Mailman ili SPIP sučelje za modul članova
       Module200Name=LDAP
      -Module200Desc=LDAP sinhronizacija mape
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integracija
       Module240Name=Izvozi podataka
      -Module240Desc=Alat za izvoz Dolibarr podataka (sa asistentom)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Uvoz podataka
      -Module250Desc=Alat za uvoz podataka u Dolibarr (sa asistentom)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Članovi
       Module310Desc=Upravljanje članovima zaklade
       Module320Name=RSS Feed
       Module320Desc=Dodaj RSS feed unutar Dolibar stranica
      -Module330Name=Oznake
      -Module330Desc=Upravljanje oznakama
      -Module400Name=Projekti/Mogućnosti/Vodiči
      -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=Web kalendar
       Module410Desc=Integracija web kalendara
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Kredit
       Module520Desc=Upravljanje kreditima
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donacije
       Module700Desc=Upravljanje donacijama
       Module770Name=Izvještaji troška
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Kategorije
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Dozvoljava uređivanje nekog tekstualnog područja u naprednom editoru (bazirano na CKEditor-u)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinamičke cijene
       Module2200Desc=Omogući korištenje matematičkih izraza za cijene
       Module2300Name=Planirani poslovi
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Događaji/Raspored
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web servisi (SOAP server)
      @@ -590,17 +596,17 @@ Module2600Desc=Omogući Dolibarr SOAP server pružatelja API servisa
       Module2610Name=API/Webservis (REST server)
       Module2610Desc=Omogući Dolibarr REST server pružajući API servise
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind mogućnosti konverzije
       Module3100Name=Skype
       Module3100Desc=Dodaj Skype gumb na kartice korisnika / komitenta / kontakata / članova
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      -Module4000Name=HRM
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
      +Module4000Name=Djelatnici
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi tvrtka
       Module5000Desc=Dozvoljava upravljanje multi tvrtkama
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Web lokacije
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Upravljanje zahtjevima odlazaka
      -Module20000Desc=Objavi i prati zahtjeve odsutnosti zaposlenika
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Prodajno mjesto 
       Module50100Desc=Modul prodajnog mjesta (POS)
      +Module50150Name=POS
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Računovodstvo (napredno)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Anketa, Upitnik ili Glasanje
      -Module55000Desc=Modul za izradu online anketa, upitnika ili glasovanja (slično kao Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marže
       Module59000Desc=Modul za upravljanje maržama
       Module60000Name=Provizije
       Module60000Desc=Modul za upravljanje provizijama
      -Module62000Name=Incoterm
      -Module62000Desc=Dodaj mogučnosti za upravljanje Incoterm-om
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Sredstva
       Module63000Desc=Upravljanje sredstvima (pisači, vozila, prostorije, ...) koje možete djeliti s događajima
       Permission11=Čitaj račune kupca
      @@ -651,9 +661,9 @@ Permission32=Kreiraj/izmjeni proizvod
       Permission34=Obriši proizvod
       Permission36=Pregled/upravljanje skrivenim proizvodima
       Permission38=izvoz proizvoda
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Obriši projekte (zajednički projekti i moji projekti)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Izvezi projekte
       Permission61=Čitaj intervencije
       Permission62=Kreiraj/promjeni intervencije
      @@ -686,7 +696,7 @@ Permission109=Obriši slanja
       Permission111=Čitanje financijskih računa
       Permission112=Kreiraj/izmjeni/obriši i usporedi transakcije
       Permission113=Podešavanje financijskih računa (kreiranje, upravljanje kategorijama)
      -Permission114=Uskladi transakcije
      +Permission114=Reconcile transactions
       Permission115=Izvoz transakcija i izvodi
       Permission116=Prijenos između računa
       Permission117=Upravljanje otpremom čekova
      @@ -694,15 +704,15 @@ Permission121=Čitaj veze komitenata s korisnicima
       Permission122=Kreiraj/izmjeni komitente povezane s korisnicima
       Permission125=Obriši komitente povezane s korisnicima
       Permission126=Izvezi komitente
      -Permission141=Čitaj sve projekte i zadatke (također privatne koji nisu moji)
      -Permission142=Kreiraj/izmjeni sve projekte i zadatke (također privatne koji nisu moji)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Obriši sve projekte i zadatke (također privatne koji nisu moji)
       Permission146=Čitaj pružatelje
       Permission147=Čitaj statistiku
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Čitaj ugovore/pretplate
       Permission162=Kreiraj/izmjeni ugovore/pretplate
       Permission163=Aktiviraj uslugu/pretplatu ugovora
      @@ -725,7 +735,7 @@ Permission187=Zatvori narudžbu dobavljača
       Permission188=Otkaži narudžbu dobavljača
       Permission192=Kreiraj stavke
       Permission193=Otkaži stavke
      -Permission194=Čitaj protočnost stavaka
      +Permission194=Read the bandwidth lines
       Permission202=Kreiraj ADSL sapajanje
       Permission203=Naruči narudžbe spajanja
       Permission204=Narudžba spajanja
      @@ -750,12 +760,12 @@ Permission244=Vidi sadržaj skrivenih kategorija
       Permission251=Čitaj ostale korisnike i grupe
       PermissionAdvanced251=Čitaj ostale korisnike
       Permission252=Čitaj dozvole ostalih korisnika
      -Permission253=Kreiraj/izmjeni druge korisnike, grupe i dozvole
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Kreiraj/izmjeni interne/vanjske korisnike i dozvole
       Permission254=Kreiraj/izmjeni samo vanjske korisnike
       Permission255=Izmjeni lozinku ostalih korisnika
       Permission256=Obriši ili isključi ostale korisnike
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Čitaj CA
       Permission272=Čitaj račune
       Permission273=Izdaj račun
      @@ -765,7 +775,7 @@ Permission283=Obriši kontakte
       Permission286=Izvezi kontakte
       Permission291=Čitaj tarife
       Permission292=Postavi dozvole na tarifama
      -Permission293=Izmjeni tarife kupaca
      +Permission293=Modify customers tariffs
       Permission300=Čitaj barkodove
       Permission301=Kreiraj/izmjeni barkodove
       Permission302=Obriši barkodove
      @@ -787,11 +797,9 @@ Permission401=Čitaj popuste
       Permission402=Kreiraj/izmjeni popuste
       Permission403=Ovjeri popuste
       Permission404=Obriši popuste
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Obriši plaće
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Izvoz plaća
       Permission520=Čitaj kredite
       Permission522=Kreiraj/izmjeni kredite
      @@ -844,8 +852,8 @@ Permission1251=Pokreni masovni uvoz vanjskih podataka u bazu (učitavanje podata
       Permission1321=Izvezi račune kupaca, atribute i plačanja
       Permission1322=Reopen a paid bill
       Permission1421=Izvezi narudžbe kupaca i atribute
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Obriši zahtjeve odsutnosti
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Čitaj sredstva
       Permission63002=Kreiraj/izmjeni sredstva
       Permission63003=Obriši sredstva
       Permission63004=Poveži sredstava sa događajima agende
      -DictionaryCompanyType=Tipovi komitenata
      -DictionaryCompanyJuridicalType=Zakonski okviri za komitente
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Razina potencijalnog kupca
       DictionaryCanton=Država/provincija
       DictionaryRegion=Regije
      @@ -892,9 +900,9 @@ DictionaryActions=Tipovi događaja agende
       DictionarySocialContributions=Tipovi Društveni ili fiskalnih poreza
       DictionaryVAT=Stope PDV-a ili stope prodajnih poreza
       DictionaryRevenueStamp=Amount of tax stamps
      -DictionaryPaymentConditions=Uvjeti plaćanja
      -DictionaryPaymentModes=Naćini plaćanja
      -DictionaryTypeContact=Tipovi Kontakata/adresa
      +DictionaryPaymentConditions=Rok plaćanja
      +DictionaryPaymentModes=Načini plaćanja
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Formati papira
      @@ -902,53 +910,53 @@ DictionaryFormatCards=Cards formats
       DictionaryFees=Expense report - Types of expense report lines
       DictionarySendingMethods=Metode isporuke
       DictionaryStaff=Zaposlenici
      -DictionaryAvailability=Kašnjenje isporuke
      +DictionaryAvailability=Rok isporuke
       DictionaryOrderMethods=Metode naručivanja
       DictionarySource=Porjeklo ponuda/narudžbi
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modeli za grafikone računa
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Predlošci e-pošte
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Jedinice
       DictionaryProspectStatus=Status prospekcije
      -DictionaryHolidayTypes=Tipovi odsustva
      -DictionaryOpportunityStatus=Status šanse za projekt/prednost
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Postavi spremljeno
       SetupNotSaved=Setup not saved
       BackToModuleList=Povratak na popis modula
      -BackToDictionaryList=Povratak na popis definicija
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Upravljanje PDV
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Stopa
       LocalTax1IsNotUsed=Nemoj koristit drugi porez
      -LocalTax1IsUsedDesc=Koristi drugi porez (osim PDV)
      -LocalTax1IsNotUsedDesc=Nemoj koristiti drugi tip poreza (osim PDV)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Tip drugog poreza
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nemoj koristiti treći porez
      -LocalTax2IsUsedDesc=Koristi treći porez (osim PDV)
      -LocalTax2IsNotUsedDesc=Nemoj koristiti treći tip poreza (osim PDV)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tip trećeg poreza
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Upravljenje RE
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= Kao zadano preporučeni RE je 0. Kraj prvila.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= Upravljanje IRPF
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= Kao zadano preporučeni IRPF je 0. Kraj prvila.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=Upravljenje RE
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Kao zadano preporučeni RE je 0. Kraj prvila.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=Upravljanje IRPF
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Kao zadano preporučeni IRPF je 0. Kraj prvila.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Izvještaji o lokalnim porezima
       CalcLocaltax1=Prodaja - Nabava
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Prodaja
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Oznake korištene kao zadane ako ne postoji prijevoda za kod
       LabelOnDocuments=Oznake na dokumentima
      -NbOfDays=Br. dana
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Na kraju mjeseca
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,19 +993,19 @@ DatabaseUser=Korisnik baze podataka
       DatabasePassword=Lozinka baze podataka
       Tables=Tabele
       TableName=Naziv tabele
      -NbOfRecord=Br. zapisa
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Tip upr. programa
       SummarySystem=Sažetak informacija o sistemu
       SummaryConst=Popis svih Dolibarr parametara podešavanja
      -MenuCompanySetup=Company/Organization
      +MenuCompanySetup=Tvrtka/Organizacija
       DefaultMenuManager= Upravitelj standardnog izbornika
       DefaultMenuSmartphoneManager=Upravitelj mobilnog izbornika
       Skin=Skin teme
       DefaultSkin=Zadani skin teme
       MaxSizeList=Maks. dužina za popis
       DefaultMaxSizeList=Zadana maks. dužina popisa
      -DefaultMaxSizeShortList=Zadana maks. dužina za kratke popise ( npr. na kartici kupca)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Poruka dana
       MessageLogin=Poruka na stranici za prijavu
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Stalni obrazac za pretraživanje na ljevom izborniku
       DefaultLanguage=Zadani jezik za korištenje (kod jezika)
       EnableMultilangInterface=Omogući višejezično sučelje
       EnableShowLogo=Prikaži logo na ljevom izborniku
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Tvrtka/Organizacija
      +CompanyIds=Company/Organization identities
       CompanyName=Naziv
       CompanyAddress=Adresa
       CompanyZip=PBR
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Vlasnik bankovnog računa %s
       BankModuleNotActive=Modul bankovnih računa nije omogučen
       ShowBugTrackLink=Prikaži poveznicu "<strong>%s</strong>"
       Alerts=Obavijesti
      -DelaysOfToleranceBeforeWarning=Tolerancija kašnjenja prije upozorenja
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerancija kašnjenja (u danima) prije obavijesti o planiranim događajima (događaji agende) koji nisu još završeni
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerancija kašnjenja (u danima) prije obavijesti o projektima koji nisu zatvoreni na vrijeme
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerancija kašnjenja (u danima) prije obavijesti o planiranim događajima (projektni zadaci) koji nisu još završeni
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerancija kašnjenja (u danima) prije obavijesti o narudžbama koje nisu još obrađene
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerancija kašnjenja (u danima) prije obavijesti o ponudama za zatvaranje
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerancija kašnjenja (u danima) prije obavijesti o ponudama koje nisu naplačene
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerancija kašnjenja (u danima) prije obavijesti o uslugama za aktivaciju
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerancija kašnjenja (u danima) prije obavijesti o isteklim uslugama
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerancija kašnjenja (u danima) prije obavijesti o neplaćenim računima dobavljača
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerancija kašnjenja (u danima) prije obavijesti o neplaćenim računima kupaca
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerancija kašnjenja (u danima) prije obavijesti o usklađivanju s bankom u tijeku
      -Delays_MAIN_DELAY_MEMBERS=Tolerancija kašnjenja (u danima) prije obavijesti o zakašnjelim članarinama
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerancija kašnjenja (u danima) prije obavijesti za napraviti čekovne pologe
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerancija kašnjenja (u danima) prije obavijesti za odobravanje izvještaja troška
      -SetupDescription1=Sučelje postavki je za inicijalnu podešavanje parametara prije korištenja Dolibarr-a.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Ostale stavke izbornika upravljaju dodatnim parametrima.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Pregled sigurnosnih događaja
       Audit=Revizija
       InfoDolibarr=O Dolibarr instalaciji
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Dostupne aplikacije/moduli
       ToActivateModule=Za aktivaciju modula, idite na podešavanja (Naslovna->Podešavanje->Moduli).
       SessionTimeOut=Istek za sesije
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Unesite sve referentne podatke. Možete postaviti svoje vrijednos
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=Svi ostali sigurnosni parametri su definirani ovdje.
       LimitsSetup=Podešavanje limita/preciznosti
      -LimitsDesc=Ovdje možete podesiti limite, preciznost i optimizaciju korištenu u Dolibarr-u
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Maks. decimala za jediničnu cijenu
       MAIN_MAX_DECIMALS_TOT=Maks. decimala za ukupnu cijenu
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Neto jedinična cijena proizvoda
       TotalPriceAfterRounding=Ukupna cijena (neto/PDV/uklj. porez) nakon zaokruživanja
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Provjerite vaše postavke lokalnog sendmail-a
       BackupDesc=Za kreiranje kompletnog backupa, morate:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arhivirani direktorij treba biti spremljen na sigurno mjesto.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Za vraćanje backupa morate:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL uvoz
       ForcedToByAModule= Ovo pravilo je forsirano na <b>%s</b> od aktiviranog modula
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL funkcije nisu dostupne u vašem PHP
       DownloadMoreSkins=Više skinova za skinuti
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Prikaži profesionalni ID s adresama na dokumentima
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Parcijalni prijevod
      -MAIN_DISABLE_METEO=Onemogući meteo pregled
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Testiraj prijavu na API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Vanjski pristup
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Dodatni atributi
       ExtraFieldsLines=Dodatni atributi (stavke)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Dodatni atributi (stavke narudžbe)
       ExtraFieldsSupplierInvoicesLines=Dodatni atributi (stavke računa)
      -ExtraFieldsThirdParties=Komplementarni atributi (komitenti)
      -ExtraFieldsContacts=Dodatni atributi (kontakt/adresa)
      +ExtraFieldsThirdParties=Complementary attributes (thirdparty)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Dodatni atributi (član)
       ExtraFieldsMemberType=Dodatni atributi (tip člana)
       ExtraFieldsCustomerInvoices=Dodatni atributi (računi)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=samo alfanumerički i mala slova bez razmaka
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Putanja do dokumenata
       PathDirectory=Mapa
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Postavke prijevoda
       TranslationKeySearch=Pretraži prijevod po ključi ili tekstu
       TranslationOverwriteKey=Prepiši prevedeni tekst
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Prevedeni tekst
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=Novi prevedeni tekst za prikaz
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Morate omogućiti barem 1 modul
      -ClassNotFoundIntoPathWarning=Klasa %s nije pronađena u PHP putanji
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Da u ljeto
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Stanje je trenutno %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimizacija pretrage
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Zatraži za preferiranu metodu slanja za komitente.
      +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 shipping method for Third Parties.
       FieldEdition=Izdanje polja %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Uzmi barkod
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Vrati lozinku prema vašoj osobno postavljenoj konfiguraciji.
       SetupPerso=Sukladno vašoj konfiguraciji
       PasswordPatternDesc=Opis uzorka lozinke
      @@ -1195,23 +1205,23 @@ UserMailRequired=E-pošta je obavezna za kreiranje novog korisnika
       HRMSetup=Podešavanje modula HRM
       ##### Company setup #####
       CompanySetup=Podešavanje modula tvrtke
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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=* po korisniku, jedan po jedan.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* ili podešavanjem globalnih ciljanih adresa e-pošte u postavkama modula.
      -ModelModules=Predlošci dokumenata
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vodeni žig na skici dokumenta
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Pravila za profesionalne ID
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Mora biti jedinstven?
      -MustBeMandatory=Mandatory to create third parties?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Obavezno za knjiženje računa?
       TechnicalServicesProvided=Technical services provided
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Izvoz poveznice u <b>%s</b> formatu je dostupno na sljedećoj poveznici: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Izvoz poveznice u <b>%s</b> formatu je dostupno na sljede
       BillsSetup=Podešavanje modula računa
       BillsNumberingModule=Način označavanja računa i odobrenja
       BillsPDFModules=Model dokumenata računa
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Odobrenje
       CreditNotes=Odobrenja
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Upravljanje prijavom svakog korisnika
       AdherentMailRequired=E-pošta je potrebna za kreiranje novog člana
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Podešavanje LDAP
       LDAPGlobalParameters=Globalni parametri
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testiranje LDAP pretraživanja
       LDAPSynchroOK=Testiranje sinhronizacije je uspješno
       LDAPSynchroKO=Neuspješno testiranje sinhronizacije
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP veza na LDAP server uspješna (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP veza na LDAP server neuspješna (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server podešen za verziju 3
       LDAPSetupForVersion2=LDAP server podešen za verziju 2
       LDAPDolibarrMapping=Dolibarr mapiranje
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Prijava (samba, activedirectory)
       LDAPFieldLoginSambaExample=Primjer : samaccountname
       LDAPFieldFullname=Puno ime
       LDAPFieldFullnameExample=Primjer : cn
      -LDAPFieldPasswordNotCrypted=Lozinka nije kriptirana
      -LDAPFieldPasswordCrypted=Lozinka kriptirana
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Primjer : userPassword
       LDAPFieldCommonNameExample=Primjer : cn
       LDAPFieldName=Naziv
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Podešavanje modula proizvoda
       ServiceSetup=Podešavanje modula usluga
       ProductServiceSetup=Podešavanje modula Proizvoda i usluga
       NumberOfProductShowInSelect=Maks. broj proizvoda u odabiru ( 0= bez limita)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Zadani tip barkoda za korištenje kod proizvoda
       SetDefaultBarcodeTypeThirdParties=Zadani tip barkoda za korištenje kod komitenta
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Podešavanje modula slanja
       SendingsReceiptModel=Model primke slanja
       SendingsNumberingModules=Način označavanja slanja
       SendingsAbility=Podrži liste isporuke za dostave kupcima
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Slobodan unos teksta kod isporuka
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Način označavanja primke proizvoda
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Napredni uređivač
       ActivateFCKeditor=Aktiviraj napredni uređivač za: 
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Izbornik obrisan
       Menus=Izbornici
      @@ -1548,7 +1561,7 @@ DetailRight=Uvjet za prikaz neautoroziranih sivih izbornika
       DetailLangs=Jezična datoteka za oznakz koda prijevoda
       DetailUser=Interni / Vanjski / Svi
       Target=Cilj
      -DetailTarget=Cilj za poveznice (_blank otvara u novom prozoru)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Promjena izbornika
       DeleteMenu=Obriši stavku izbornika
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=PDV koji dospjeva: <br>- kod isporuke dobara (koristimo dat
       OptionVatDebitOptionDesc=PDV koji dospjeva: <br>- kod isporuke dobara (koristimo datum računa)<br>-kod računa (zaduženja) za usluge
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Vrijeme PDV obaveze zadano ovisno o odabranim opcijama:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Po isporuci
       OnPayment=Po uplati
       OnInvoice=Po računu
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Konto nabave
       AgendaSetup=Podešavanje modula događaja i agende
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Nemoj izvoziti događaj stariji od
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Postavi automatski ovaj tip događaja u filter pretraživanja na prikazu agende.
      -AGENDA_DEFAULT_FILTER_STATUS=Postavi automatski ovaj status u filter pretraživanja na prikazu agende.
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Koji tab želite da se otvori kod odabira izbornika Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Podešavanje modula ClickToDial
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Koristi samo "tel:" kod telefona
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=POS
       CashDeskSetup=Podešavanja modula POS
      -CashDeskThirdPartyForSell=Predefinirani generčki komitent za prodaju
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Zadani račun za prijem gotovinskih uplata
       CashDeskBankAccountForCheque= Zadani račun za prijem čekovnih uplata
       CashDeskBankAccountForCB= Zadani račun za prijem plačanja kreditnim karticama
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Forsiraj i ograniči skladište za skidanje zaliha
      -StockDecreaseForPointOfSaleDisabled=Skidanje zaliha iz POS-a je onemogućeno
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Skidanje zaliha na POS-u nije kompatibilno s upravljanjem lota
      -CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sell from Point Of Sale. So 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=Podešavanje modula zabilješki
      -BookmarkDesc=This module allows you to manage bookmarks. You can also add shortcuts to any Dolibarr pages or externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Podešavanje modula webservisa
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Način označavanja čekovnih primki
       MultiCompanySetup=Više poduzeća module podešavanje
       ##### Suppliers #####
       SuppliersSetup=Podešavanje modula dobavljača
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Način označavanja računa dobavljača
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Podešavanje modula projekata
       ProjectsModelModule=Model dokumenata projektnih izvještaja
       TasksNumberingModules=Način označavanja zadataka
       TaskModelModule=Model dokumenata izvještaja zadataka
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       ListOfNotificationsPerUser=Popis obavijesti po korisniku *
       ListOfNotificationsPerUserOrContact=Popis obavijesti po korisniku* ili po kontaktu **
       ListOfFixedNotifications=Popis stalnih obavijesti
      -GoOntoUserCardToAddMore=Idite na tab "Obavijesti" korisnika za dodavanje ili micanje obavijesti za korisnike
      -GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Najviše dopušteno
       BackupDumpWizard=Čarobnjak za izradu backup-a baze podataka
       SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
      @@ -1697,6 +1710,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=Boja poveznica
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Boja pozadine za parne redove u tablici
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Position of line into combo lists
       SellTaxRate=Stopa prodajnog poreza
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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=Tip predloška
      -TemplateIsVisibleByOwnerOnly=Predložak je vidljiv samo vlasniku
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Ispravak vremenske zone
      @@ -1735,10 +1749,10 @@ MailToSendInvoice=Računi za kupce
       MailToSendShipment=Isporuke
       MailToSendIntervention=Intervencije
       MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierOrder=Narudžbenice
      +MailToSendSupplierInvoice=Računi dobavljača
       MailToSendContract=Ugovori
      -MailToThirdparty=Komitenti
      +MailToThirdparty=Treće osobe
       MailToMember=Članovi
       MailToUser=Korisnici
       MailToProject=Projects page
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Predlošci za dokumente proizvoda
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Vidi * napomenu za popis mogućih zamjenskih varijabli
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=Svi izdavači
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Dodaj ostale stranice ili usluge
       AddModels=Dodaj predloške dokumenta ili brojanja
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detekcija nije moguća
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Popis dostupnih APIa
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Odredišna stranica
      -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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/hr_HR/commercial.lang b/htdocs/langs/hr_HR/commercial.lang
      index 92ee79f4b79..476106662da 100644
      --- a/htdocs/langs/hr_HR/commercial.lang
      +++ b/htdocs/langs/hr_HR/commercial.lang
      @@ -1,6 +1,6 @@
       # Dolibarr language file - Source file is en_US - commercial
      -Commercial=Komercijala
      -CommercialArea=Sučelje komercijale
      +Commercial=Trgovina
      +CommercialArea=Sučelje trgovine
       Customer=Kupac
       Customers=Kupci
       Prospect=Potencijalni kupac
      @@ -34,7 +34,7 @@ LastActionsToDo=Najstarijih %s nezavršenih akcija
       DoneAndToDoActions=Završeni i za odraditi 
       DoneActions=Završeni događaji
       ToDoActions=Nedovršeni događaji
      -SendPropalRef=Predaja ponude %s
      +SendPropalRef=Ponuda %s
       SendOrderRef=Predaja narudžbe %s
       StatusNotApplicable=Nije primjenjivo
       StatusActionToDo=Napraviti
      @@ -60,7 +60,7 @@ ActionAC_CLO=Zatvoren
       ActionAC_EMAILING=Masovno slanje e-pošte
       ActionAC_COM=Pošalji narudžbu kupca putem pošte
       ActionAC_SHIP=Pošalji dostavu putem pošte
      -ActionAC_SUP_ORD=Send purchase order by mail
      +ActionAC_SUP_ORD=Pošalji narudžbenicu e-poštom
       ActionAC_SUP_INV=Send vendor invoice by mail
       ActionAC_OTH=Ostalo
       ActionAC_OTH_AUTO=Automatski uneseni događaji
      @@ -72,8 +72,8 @@ StatusProsp=Status potencijalnog kupca
       DraftPropals=Skica ponude
       NoLimit=Bez ograničenja
       ToOfferALinkForOnlineSignature=Link for online signature
      -WelcomeOnOnlineSignaturePage=Welcome on the page to accept commerical proposals from %s
      +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/commerical proposal %s
      +SignatureProposalRef=Signature of quote/commercial proposal %s
       FeatureOnlineSignDisabled=Feature for online signing disabled or document generated before the feature was enabled
      diff --git a/htdocs/langs/hr_HR/companies.lang b/htdocs/langs/hr_HR/companies.lang
      index 41725e3b15d..4043a71cf24 100644
      --- a/htdocs/langs/hr_HR/companies.lang
      +++ b/htdocs/langs/hr_HR/companies.lang
      @@ -1,53 +1,53 @@
       # Dolibarr language file - Source file is en_US - companies
      -ErrorCompanyNameAlreadyExists=Ime poduzeća %s već postoji. Odaberite drugo.
      -ErrorSetACountryFirst=Odaberite prvo državu
      -SelectThirdParty=Odaberi komitenta
      -ConfirmDeleteCompany=Jeste li sigurni da želite obrisati ovu tvrtku i sve vezane informacije za nju?
      +ErrorCompanyNameAlreadyExists=Ime tvrtke %s već postoji. Odaberite drugo.
      +ErrorSetACountryFirst=Prvo odaberite državu
      +SelectThirdParty=Odaberi treću osobu
      +ConfirmDeleteCompany=Jeste li sigurni da želite obrisati ovu tvrtku i sve podatke vezane na nju?
       DeleteContact=Izbriši kontakt/adresu.
      -ConfirmDeleteContact=Jeste li sigurni da želite obrisati ovaj kontakt i sve informacije vezane za njega?
      -MenuNewThirdParty=Novi komitent
      -MenuNewCustomer=Novi kupac
      -MenuNewProspect=Novi potencijalni kupac
      -MenuNewSupplier=New vendor
      -MenuNewPrivateIndividual=Nova privatna osoba
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      -CreateThirdPartyOnly=Kreiraj komitenta
      -CreateThirdPartyAndContact=Create a third party + a child contact
      -ProspectionArea=Sučelje Potencijalnih kupaca
      -IdThirdParty=Komitent ID
      -IdCompany=ID Tvrtke
      -IdContact=Id kontakta
      +ConfirmDeleteContact=Jeste li sigurni da želite obrisati ovaj kontakt i sve podatke vezane na njega?
      +MenuNewThirdParty=Nova Treća Osoba
      +MenuNewCustomer=Novi Kupac
      +MenuNewProspect=Novi mogući kupac
      +MenuNewSupplier=Novi dobavljač
      +MenuNewPrivateIndividual=Nova fizička osoba
      +NewCompany=Nova tvrtka (mogući kupac, dobavljač)
      +NewThirdParty=Nova Treća Osoba (mogući kupac, dobavljač)
      +CreateDolibarrThirdPartySupplier=Izradi treću osobu (dobavljača)
      +CreateThirdPartyOnly=Izradi treću osobu
      +CreateThirdPartyAndContact=Izradi treću osobu i pripadajući kontakt
      +ProspectionArea=Sučelje mogućih kupaca
      +IdThirdParty=Oznaka treće osobe
      +IdCompany=Oznaka tvrtke
      +IdContact=Oznaka kontakta
       Contacts=Kontakti/Adrese
      -ThirdPartyContacts=Kontakti komitenta
      -ThirdPartyContact=Komitent kontakt/adresa
      +ThirdPartyContacts=Kontakti treće osobe
      +ThirdPartyContact=Kontakti/adrese treće osobe
       Company=Tvrtka
       CompanyName=Naziv tvrtke
       AliasNames=Alias (komercijala, zaštitni znak, ...)
      -AliasNameShort=Naziv aliasa
      +AliasNameShort=Alias Name
       Companies=Kompanije
      -CountryIsInEEC=Zemlja je unutar EU
      -ThirdPartyName=Naziv komitenta
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Komitent
      -ThirdParties=Komitenti
      +ThirdParty=Treća osoba
      +ThirdParties=Treće osobe
       ThirdPartyProspects=Potencijalni kupac
       ThirdPartyProspectsStats=Potencijalni kupci
       ThirdPartyCustomers=Kupci
       ThirdPartyCustomersStats=Kupci
       ThirdPartyCustomersWithIdProf12=Kupci sa %s ili %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tip komitenta
      +ThirdPartyType=Type of company
       Individual=Privatna osoba
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Matična tvrtka
       Subsidiaries=Podružnice
       ReportByMonth=Report by month
       ReportByCustomers=Report by customer
       ReportByQuarter=Izvještaj po stopi
       CivilityCode=Kod uljudnosti
      -RegisteredOffice=Registriran ured
      +RegisteredOffice=Sjedište
       Lastname=Prezime
       Firstname=Ime
       PostOrFunction=Radno mjesto
      @@ -61,7 +61,7 @@ Region-State=Region - State
       Country=Država
       CountryCode=Šifra države
       CountryId=ID države
      -Phone=Telefon:
      +Phone=Telefon
       PhoneShort=Telefon
       Skype=Skype
       Call=Poziv
      @@ -73,14 +73,14 @@ No_Email=Odbija masovno slanje e-pošte
       Fax=Faks
       Zip=Poštanski broj
       Town=Grad
      -Web=Web
      +Web=Mreža
       Poste= Pozicija
      -DefaultLang=Primarni jezik
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Ponude
      @@ -110,12 +110,12 @@ ProfId3Short=Prof. id 3
       ProfId4Short=Prof. id 4
       ProfId5Short=Prof. id 5
       ProfId6Short=Prof. id 6
      -ProfId1=Professional ID 1
      -ProfId2=Professional ID 2
      -ProfId3=Professional ID 3
      -ProfId4=Professional ID 4
      -ProfId5=Professional ID 5
      -ProfId6=Professional ID 6
      +ProfId1=Sjedište banke
      +ProfId2=Tekući račun
      +ProfId3=VAT N°
      +ProfId4=Upis
      +ProfId5=MBS
      +ProfId6=MB
       ProfId1AR=Prof Id 1 (CUIT/CUIL)
       ProfId2AR=Prof Id 2 (Revenu brutes)
       ProfId3AR=-
      @@ -258,8 +258,8 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      -VATIntraShort=Tax ID
      +VATIntra=Sales Tax/VAT ID
      +VATIntraShort=OIB
       VATIntraSyntaxIsValid=Sintaksa je u redu
       VATReturn=VAT return
       ProspectCustomer=Potencijalni / Kupac
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Ovaj kupac ima predefiniran popust od <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Ovaj kupac nema predefiniran relativni popust
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ovaj kupac još uvijek ima odobrenje za <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,9 +287,9 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Ništa
      -Supplier=Dobavljač
      +Supplier=Vendor
       AddContact=Kreiraj kontakt
      -AddContactAddress=Kreiraj kontakt/adresu
      +AddContactAddress=Izradi kontakt/adresu
       EditContact=Uredi kontakt
       EditContactAddress=Uredi kontakt/adresu
       Contact=Kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Kreiraj komitenta
       DeleteACompany=Izbriši tvrtku
       PersonalInformations=Osobni podaci
       AccountancyCode=Obračunski račun
      -CustomerCode=Kod kupca
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kod kupca
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kod kupca, jedinstven za sve kupce
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Oznaka kupca
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Oznaka kupca
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Obavezno ako je komitent kupac ili potencijalni kupac
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Odobravanje kontrolirano modulom
      -ThisIsModuleRules=Ovo su pravila za ovaj modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Potencijalni kupac u kontakt
       CompanyDeleted=Tvrtka "%s" izbrisana iz baze.
       ListOfContacts=Popis kontakata/adresa
       ListOfContactsAddresses=Popis kontakata/adresa
      -ListOfThirdParties=Popis komitenata
      -ShowCompany=Show third party
      +ListOfThirdParties=Popis trećih osoba
      +ShowCompany=Show Third Party
       ShowContact=Prikaži kontakt
       ContactsAllShort=Sve(bez filtera)
       ContactType=Tip kontakta
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ovaj kontakt nije kontakt za bilo koju ponudu
       NoContactForAnyContract=Ovaj kontakt nije kontakt za nikakav ugovor
       NoContactForAnyInvoice=Ovaj kontakt nije kontakt za nikakav račun
       NewContact=Novi kontakt
      -NewContactAddress=Novi kontakt/adresa
      +NewContactAddress=New Contact/Address
       MyContacts=Moji kontakti
       Capital=Kapital
      -CapitalOf=Kapital od %s
      +CapitalOf=Temeljna vrijednost %s
       EditCompany=Uredi tvrtku
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Ček
      -VATIntraCheckDesc=Poveznica <b>%s</b> dozvoljava upit servis za provjeru poreznog broja u EU VIES. Potreban je pristup internetu kako bi ovaj servis radio.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Provjeri OIB na EU VIES
      -VATIntraManualCheck=Također možete provjeriti ručno na stranici <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Provjera nije moguća. Servis za provjeru nije pružena od strane države članice (%s).
      -NorProspectNorCustomer=Niti potencijalni, niti kupac
      -JuridicalStatus=Zakonski okvir
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Zaposlenih
       ProspectLevelShort=Potencijal
       ProspectLevel=Potencijalni kupac
      @@ -387,12 +387,12 @@ ExportCardToFormat=Izvezi karticu u formatu
       ContactNotLinkedToCompany=Kontakt nije povezan ni sa jednim komitentom
       DolibarrLogin=Dolibarr korisničko ime
       NoDolibarrAccess=Nema pristup Dolibarr-u
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakti i svojstva
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +ExportDataset_company_1=Treće osobe (tvrtke/zaklade/fizičke osobe) i njihove osobine
      +ExportDataset_company_2=Contacts and their properties
      +ImportDataset_company_1=Treće osobe (tvrtke/zaklade/fizičke osobe) i njihove osobine
      +ImportDataset_company_2=Contacts/Addresses and attributes
      +ImportDataset_company_3=Bankovni računi trećih osoba
      +ImportDataset_company_4=Prodajni predstavnici trećih osoba (pridruživanje predstavnika/korisnika tvrtkama)
       PriceLevel=Razina cijene
       DeliveryAddress=Adresa dostave
       AddAddress=Dodaj adresu
      @@ -402,33 +402,33 @@ DeleteFile=Izbriši datoteku
       ConfirmDeleteFile=Jeste li sigurni da želite obrisati ovu datoteku?
       AllocateCommercial=Dodjeljeno prodajnom predstavniku
       Organization=Organizacija
      -FiscalYearInformation=Informacije za fiskalnu godinu
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Početni mjesec fiskalne godine
      -YouMustAssignUserMailFirst=Morate prvo kreirati e-poštu za ovog korisnika kako biste mogli dodati njegove obavijesti putem e-pošte.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Kako biste bili u mogućnosti dodavanja obavijesti e-poštom, prvo morate definirati kontakt s valjanom adresom e-pošte za komitenta
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Lista potencijalnih kupaca
      -ListCustomersShort=Lista kupaca
      -ThirdPartiesArea=Sučelje komitenata i kontakata
      -LastModifiedThirdParties=Zadnjih %s izmjenjenih komitenata
      -UniqueThirdParties=Ukupno jedinstvenih komitenata
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Treće osobe/Kontakti
      +LastModifiedThirdParties=Zadnjih %s izmijenjenih trećih osoba
      +UniqueThirdParties=Ukupno trećih osoba
       InActivity=Otvori
       ActivityCeased=Zatvoren
       ThirdPartyIsClosed=Third party is closed
       ProductsIntoElements=Popis proizvoda/usluga u %s
       CurrentOutstandingBill=Trenutno otvoreni računi
       OutstandingBill=Maksimalno za otvorene račune
      -OutstandingBillReached=Dosegnut maksimum neplačenih računa
      +OutstandingBillReached=Dosegnut maksimum neplaćenih računa
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Ova šifra je besplatne. Ova šifra se može modificirati u bilo koje vrijeme.
       ManagingDirectors=Ime vlasnika(ce) ( CEO, direktor, predsjednik uprave...)
       MergeOriginThirdparty=Dupliciran komitent (komitent koji želite obrisati)
      -MergeThirdparties=Spoji komitente
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      +MergeThirdparties=Združi treće osobe
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
      +ThirdpartiesMergeSuccess=Treće osobe združene
       SaleRepresentativeLogin=Korisničko ime predstavnika
       SaleRepresentativeFirstname=Ime prodajnog predstavnika
       SaleRepresentativeLastname=Prezime prodajnog predstavnika
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +ErrorThirdpartiesMerge=Došlo je do greške tijekom brisanja treće osobe. Molim provjerite zapis. Izmjene su povraćene.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/hr_HR/cron.lang b/htdocs/langs/hr_HR/cron.lang
      index 12342e7a76d..9e8813d0f36 100644
      --- a/htdocs/langs/hr_HR/cron.lang
      +++ b/htdocs/langs/hr_HR/cron.lang
      @@ -6,13 +6,13 @@ Permission23102 = Kreiraj/promjeni planirani posao
       Permission23103 = Obriši planirani posao
       Permission23104 = Pokreni planirani posao
       # Admin
      -CronSetup= Postavljanje upravljanja planiranih poslova
      +CronSetup=Postavljanje upravljanja planiranih poslova
       URLToLaunchCronJobs=URL to check and launch qualified cron jobs
       OrToLaunchASpecificJob=Ili za provjeru i pokretanje specifičnog posla
       KeyForCronAccess=Sigurnosni ključ za URL za pokretanje cron zadataka
       FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
       CronExplainHowToRunUnix=U Unix okolini potrebno je korisititi sljedeći crontab unos za pokretanje komande svakih 5 minuta
      -CronExplainHowToRunWin=Na Microsoft(tm) Windows okolini možete koristiti Scheduled task alate za pokretanje komandi svakih 5 minuta
      +CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
       CronMethodDoesNotExists=Klasa %s ne sadrži niti jednu %s metodu
       CronJobDefDesc=Cron job profiles are defined into the module descriptor file. When module is activated, they are loaded and available so you can administer the jobs from the admin tools menu %s.
       CronJobProfiles=List of predefined cron job profiles
      @@ -41,8 +41,8 @@ CronMethod=Metoda
       CronModule=Modul
       CronNoJobs=Nema registriranih poslova
       CronPriority=Prioritet
      -CronLabel=Oznaka
      -CronNbRun=Br. pokretanja
      +CronLabel=Naziv
      +CronNbRun=No. launches
       CronMaxRun=Max number launch
       CronEach=Svakih
       JobFinished=Posao pokrenut i završen
      @@ -61,11 +61,11 @@ CronStatusInactiveBtn=Onemogući
       CronTaskInactive=Ovaj posao je onemogućen
       CronId=ID
       CronClassFile=Filename with class
      -CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i>
      -CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i>
      -CronObjectHelp=The object name to load. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i>
      -CronMethodHelp=The object method to launch. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i>
      -CronArgsHelp=The method arguments. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i>
      +CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For example to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i>
      +CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For example to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i>
      +CronObjectHelp=The object name to load. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i>
      +CronMethodHelp=The object method to launch. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i>
      +CronArgsHelp=The method arguments. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i>
       CronCommandHelp=Sistemska komanda za pokretanje
       CronCreateJob=Kreiraj novi planirani posao
       CronFrom=Od
      @@ -79,5 +79,5 @@ CronCannotLoadObject=Class file %s was loaded, but object %s was not found into
       UseMenuModuleToolsToAddCronJobs=Idite na izbornik "Home - Admin tools - Scheduled jobs" za prikaz i uređivanje planiranih poslova.
       JobDisabled=Posao onemogućen
       MakeLocalDatabaseDumpShort=Lakalni backup baze
      -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/hr_HR/errors.lang b/htdocs/langs/hr_HR/errors.lang
      index 695f343ce8f..98b9673e97f 100644
      --- a/htdocs/langs/hr_HR/errors.lang
      +++ b/htdocs/langs/hr_HR/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Računovodstveni modul nije aktiviran
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s je dodjeljen to drugom 
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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=Korisnički račun <b>%s</b> koji pokreće web server nema dozvolu za pokretanje
       ErrorNoActivatedBarcode=No barcode type activated
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/hr_HR/interventions.lang b/htdocs/langs/hr_HR/interventions.lang
      index 9050f20ad90..7f2c98237b5 100644
      --- a/htdocs/langs/hr_HR/interventions.lang
      +++ b/htdocs/langs/hr_HR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencije
       InterventionCard=Kartica intervencije
       NewIntervention=Nova intervencija
       AddIntervention=Kreiraj intervenciju
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Popis intervencija
       ActionsOnFicheInter=Akcije na intervencije
       LastInterventions=Zadnjih %s intervencija
      @@ -24,10 +25,10 @@ NameAndSignatureOfInternalContact=Ime i potpis osobe:
       NameAndSignatureOfExternalContact=Ime i potpis kupca:
       DocumentModelStandard=Standardni model dokumenta za intervencije
       InterventionCardsAndInterventionLines=Intervencije i stavke intervencija
      -InterventionClassifyBilled=Označi "Naplačeno"
      -InterventionClassifyUnBilled=Označi "Nenaplačeno"
      +InterventionClassifyBilled=Označi kao "zaračunato"
      +InterventionClassifyUnBilled=Označi kao "nezaračunato"
       InterventionClassifyDone=Classify "Done"
      -StatusInterInvoiced=Naplačeno
      +StatusInterInvoiced=Zaračunato
       SendInterventionRef=Podnošenje intervencije %s
       SendInterventionByMail=Pošalji intervenciju putem e-pošte
       InterventionCreatedInDolibarr=Intervencija %s kreirana
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Koristi trajanje usluge za intervencije generiran
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistika intervencija
      -NbOfinterventions=Br. kartica intervencija
      -NumberOfInterventionsByMonth=Br. intervencija po mjesecima (datum ovjere)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=ID Intervencije
      diff --git a/htdocs/langs/hr_HR/main.lang b/htdocs/langs/hr_HR/main.lang
      index 4e4383270ac..5a540b38d6f 100644
      --- a/htdocs/langs/hr_HR/main.lang
      +++ b/htdocs/langs/hr_HR/main.lang
      @@ -5,15 +5,15 @@ DIRECTION=ltr
       # stsongstdlight or cid0cs are for simplified Chinese
       # To read Chinese pdf with Linux: sudo apt-get install poppler-data
       FONTFORPDF=helvetica
      -FONTSIZEFORPDF=10
      +FONTSIZEFORPDF=9
       SeparatorDecimal=,
      -SeparatorThousand=None
      -FormatDateShort=%m/%d/%Y
      -FormatDateShortInput=%m/%d/%Y
      -FormatDateShortJava=MM/dd/yyyy
      -FormatDateShortJavaInput=MM/dd/yyyy
      -FormatDateShortJQuery=mm/dd/yy
      -FormatDateShortJQueryInput=mm/dd/yy
      +SeparatorThousand=.
      +FormatDateShort=%d/%m/%Y
      +FormatDateShortInput=%d/%m/%Y
      +FormatDateShortJava=dd/MM/yyyy
      +FormatDateShortJavaInput=dd/MM/yyyy
      +FormatDateShortJQuery=dd/mm/yyyy
      +FormatDateShortJQueryInput=dd/mm/yyyy
       FormatHourShortJQuery=HH:MI
       FormatHourShort=%I:%M %p
       FormatHourShortDuration=%H:%M
      @@ -24,136 +24,137 @@ FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p
       FormatDateHourTextShort=%b %d, %Y, %I:%M %p
       FormatDateHourText=%B %d, %Y, %I:%M %p
       DatabaseConnection=Veza s bazom podataka
      -NoTemplateDefined=Nema predloška za taj tip elektroničke pošte
      -AvailableVariables=Dostupne zamjenske varijable
      +NoTemplateDefined=Nema predloška za taj tip e-pošte
      +AvailableVariables=Dostupne zamjenske vrijednosti
       NoTranslation=Bez prijevoda
       Translation=Prijevod
      -NoRecordFound=Nema pronađenih bilješki
      -NoRecordDeleted=No record deleted
      +NoRecordFound=Spis nije pronađen
      +NoRecordDeleted=Spis nije izbrisan
       NotEnoughDataYet=Nedovoljno podataka
       NoError=Bez greške
       Error=Greška
       Errors=Greške
      -ErrorFieldRequired=Potrebno je '%s' polje
      +ErrorFieldRequired=Potrebno je polje '%s' 
       ErrorFieldFormat=Neispravna vrijednost u polju '%s'
       ErrorFileDoesNotExists=Datoteka %s ne postoji
      -ErrorFailedToOpenFile=Datoteka %s nije uspješno otvorena
      -ErrorCanNotCreateDir=Nemoguće kreirati mapu %s
      -ErrorCanNotReadDir=Nemogu pročitati mapu %s
      +ErrorFailedToOpenFile=Otvaranje datoteke %s nije uspjelo
      +ErrorCanNotCreateDir=Mapu %s nije moguće izraditi
      +ErrorCanNotReadDir=Mapu %s nije moguće otvoriti
       ErrorConstantNotDefined=Značajka %s nije određena
       ErrorUnknown=Nepoznata greška
       ErrorSQL=Greška na SQL-u
       ErrorLogoFileNotFound=Datoteka s logom '%s' nije pronađena
      -ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
      +ErrorGoToGlobalSetup=Za popravak ovoga idi na postavke 'Tvrtka/Organizacija'
       ErrorGoToModuleSetup=Idite na postavke modula kako bi ste ovo popravili
       ErrorFailedToSendMail=Elektronska pošta nije poslana (pošiljatelj=%s, primatelj=%s)
       ErrorFileNotUploaded=Datoteka nije učitana. Proverite da veličina ne prelazi dozvoljenu, da imate slobodnog mjesta na disku i da u ovoj mapi nema datoteke sa istim imenom.
       ErrorInternalErrorDetected=Pronađena greška
      -ErrorWrongHostParameter=Krivi parametar host-a
      -ErrorYourCountryIsNotDefined=Zemlja nije definirana. Idite na Naslovnu-Podešavanje-Uređivanje i ispunite ponovo obrazac.
      -ErrorRecordIsUsedByChild=Neuspješno brisanje podatka. Ovaj podatak se koristi.
      -ErrorWrongValue=Neispravna vrijednost
      -ErrorWrongValueForParameterX=Neispravna vrijednost za parametar %s
      +ErrorWrongHostParameter=Kriva značajka poslužitelja
      +ErrorYourCountryIsNotDefined=Vaša zemlja nije upisana. Idite na početnu stranicu->postavke->uredi i ispunite obrazac ponovo. 
      +ErrorRecordIsUsedByChild=Ovaj spis se ne može obrisati. Postoji barem jedan vezani spis.
      +ErrorWrongValue=Pogrešna vrijednost
      +ErrorWrongValueForParameterX=Pogrešna vrijednost za značajku %s
       ErrorNoRequestInError=Nema zahtjeva s greškom
      -ErrorServiceUnavailableTryLater=Servis nije trenutno dostupan. Pokušajte kasnije.
      -ErrorDuplicateField=Dupla vrijednost za jedinstveno polje
      -ErrorSomeErrorWereFoundRollbackIsDone=Pronađene su greške. Vraćamo promjene.
      -ErrorConfigParameterNotDefined=Parametar <b>%s</b> nije definiran u Dolibarr konfiguracijskoj datoteci <b>conf.php</b>.
      -ErrorCantLoadUserFromDolibarrDatabase=Korisnik <b>%s</b> ne postoji u bazi.
      -ErrorNoVATRateDefinedForSellerCountry=Greška, nisu definirane porezne stope za zemlju '%s'.
      -ErrorNoSocialContributionForSellerCountry=Greška, nisu definirani društveni/fiskalni porezi za zemlju '%s'.
      +ErrorServiceUnavailableTryLater=Usluga trenutno nije dostupna. Pokušajte ponovo poslije.
      +ErrorDuplicateField=Dvostruka vrijednost za jedno polje
      +ErrorSomeErrorWereFoundRollbackIsDone=Pronađene su greške. Izmjene povućene.
      +ErrorConfigParameterNotDefined=Značajka <b>%s</b> nije određena u Dolibarr datoteci s postavkama <b>conf.php</b>.
      +ErrorCantLoadUserFromDolibarrDatabase=Korisnik <b>%s</b> ne postoji u bazi Dolibarra
      +ErrorNoVATRateDefinedForSellerCountry=Greška, za zemlju '%s' nisu upisane stope poreza
      +ErrorNoSocialContributionForSellerCountry=Greška, za zemlju '%s' nisu upisani društveni/fiskalni porezi.
       ErrorFailedToSaveFile=Greška, neuspješno snimanje datoteke.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      -NotAuthorized=Niste autorizirani za ovu akciju.
      -SetDate=Postavi datum
      +ErrorCannotAddThisParentWarehouse=Pokušavate izraditi skladište koje je već podskladište postojećeg.
      +MaxNbOfRecordPerPage=Najveći mogući broj bilješki po stranici
      +NotAuthorized=Niste ovlašteni da ovo učinite.
      +SetDate=Upiši datum
       SelectDate=Izaberi datum
      -SeeAlso=Vidi također %s
      +SeeAlso=Također vidi %s
       SeeHere=Vidi ovdje
       ClickHere=Klikni ovdje
      -Here=Here
      +Here=Ovdje
       Apply=Primjeni
      -BackgroundColorByDefault=Zadana boja pozadine
      +BackgroundColorByDefault=Osnovna boja pozadine
       FileRenamed=Ime datoteke uspješno promijenjeno
      -FileGenerated=The file was successfully generated
      -FileSaved=The file was successfully saved
      +FileGenerated=Datoteka je uspješno izrađena
      +FileSaved=Datoteka je uspješno snimljena
       FileUploaded=Datoteka je uspješno učitana
      -FileTransferComplete=File(s) was uploaded successfully
      -FilesDeleted=File(s) successfully deleted
      -FileWasNotUploaded=Datoteka je odabrana za prilogu ali nije još učitana. Klikni na "Priloži datoteku".
      -NbOfEntries=Br. unosa
      -GoToWikiHelpPage=Pročitajte Online pomoć ( potreban pristup Internetu)
      +FileTransferComplete=Datoteka(e) uspješno učitana
      +FilesDeleted=Datoteka(e) je uspješno izbrisana
      +FileWasNotUploaded=Datoteka za prilog je odabrana, ali još nije učitana. Klikni na "Priloži datoteku".
      +NbOfEntries=Broj unosa
      +GoToWikiHelpPage=Pročitajte Online pomoć (potreban pristup Internetu)
       GoToHelpPage=Pročitaj pomoć
       RecordSaved=Podatak spremljen
       RecordDeleted=Podatak obrisan
      -LevelOfFeature=Razina mogučnosti
      -NotDefined=Nije definirano
      -DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is set to <b>%s</b> in configuration file <b>conf.php</b>.<br>This means that the password database is external to Dolibarr, so changing this field may have no effect.
      +LevelOfFeature=Razina mogućnosti
      +NotDefined=Nije određeno
      +DolibarrInHttpAuthenticationSoPasswordUseless=Način ovjere vjerodostojnosti Dolibarra namješten je na <b>%s</b> u datoteci s postavkama<b>conf.php</b>.<br>To znači da je datoteka sa zaporkama odvojena od Dolibarra pa upisivanje u ovo polje neće imati učinka.
       Administrator=Administrator
      -Undefined=Nedefinirano
      -PasswordForgotten=Zaboravili ste lozinku?
      -NoAccount=No account?
      +Undefined=Neodređeno
      +PasswordForgotten=Zaboravili ste zaporku?
      +NoAccount=Nema računa?
       SeeAbove=Vidi iznad
      -HomeArea=Naslovna
      +HomeArea=Početna stranica
       LastConnexion=Posljednje spajanje
       PreviousConnexion=Prijašnje spajanje
      -PreviousValue=Prijašnja vrijednost
      +PreviousValue=Predhodna vrijednost
       ConnectedOnMultiCompany=Spojeno na okolinu
       ConnectedSince=Spojeno od
      -AuthenticationMode=Autentikacija
      -RequestedUrl=Requested URL
      -DatabaseTypeManager=Tip upravitelja bazom podataka
      -RequestLastAccessInError=Zadnja pogreška pristupa bazi
      -ReturnCodeLastAccessInError=Povratni kod za zadnju grešku pristupa bazi
      -InformationLastAccessInError=Informacije o zadnjoj grešci pristupa bazi
      -DolibarrHasDetectedError=Dolibarr je detektirao tehničku grešku
      -YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information.
      -InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices)
      -MoreInformation=Više informacija
      -TechnicalInformation=Tehničke informacije
      -TechnicalID=Tehnički ID
      -NotePublic=Napomena (javna)
      -NotePrivate=Napomena (privatna)
      -PrecisionUnitIsLimitedToXDecimals=Dolibarr je podešen za ograničenje preciznosti jedinične cijene na <b>%s</b> decimala.
      +AuthenticationMode=Oblik ovjere vjerodostojnosti
      +RequestedUrl=Traženi URL
      +DatabaseTypeManager=Vrsta upravitelja bazom podataka
      +RequestLastAccessInError=Zadnja pogreška prilikom pristupa bazi
      +ReturnCodeLastAccessInError=Povratni podatak zadnje greške pristupa bazi
      +InformationLastAccessInError=Podaci o zadnjoj grešci pristupa bazi
      +DolibarrHasDetectedError=Dolibarr je pronašao tehničku grešku
      +YouCanSetOptionDolibarrMainProdToZero=Za više informacija pročitajte datoteku sa zapisima ili namjestite opciju $dolibarr_main_prod na "0" u datoteci s postavkama
      +InformationToHelpDiagnose=Ovaj podatak može biti koristan za traženje kvara (možete namjestiti opciju $dolibarr_main_prod na '1' kako bi isključili takva upozorenja)
      +MoreInformation=Više podataka
      +TechnicalInformation=Tehnički podac
      +TechnicalID=Tehnička iskaznica
      +NotePublic=Bilješka (javna)
      +NotePrivate=Bilješka (unutarnja)
      +PrecisionUnitIsLimitedToXDecimals=Dolibarr je podešen tako da prikazuje jedinične cijene na <b>%s</b> decimala.
       DoTest=Test
       ToFilter=Filter
       NoFilter=Bez filtera
      -WarningYouHaveAtLeastOneTaskLate=Upozorenje, imate najmanje jedan element koji je prekoračio toleranciju kašnjenja.
      +WarningYouHaveAtLeastOneTaskLate=Upozorenje, imate najmanje jednu sastavnicu koja je prekoračila dozvoljeno vrijeme kašnjenja.
       yes=da
       Yes=Da
       no=ne
       No=Ne
       All=Sve
      -Home=Početna
      +Home=Početna stranica
       Help=Pomoć
       OnlineHelp=Online pomoć
       PageWiki=Wiki stranica
       MediaBrowser=Preglednik medija
       Always=Uvijek
       Never=Nikad
      -Under=pod
      -Period=Period
      -PeriodEndDate=Krajnji datum za period
      +Under=ispod
      +Period=Razdoblje
      +PeriodEndDate=Zadnji datum razdoblja
       SelectedPeriod=Odabrano razdoblje
      -PreviousPeriod=Previous period
      -Activate=Aktiviraj
      -Activated=Aktivirano
      +PreviousPeriod=Predhodno razdoblje
      +Activate=Pokreni
      +Activated=Pokreni
       Closed=Zatvoreno
       Closed2=Zatvoreno
      -NotClosed=Not closed
      +NotClosed=Nije zatvoreno
       Enabled=Omogućeno
      -Deprecated=Zastarijelo
      +Enable=Omogući
      +Deprecated=Izgubilo vrijednost
       Disable=Onemogući
       Disabled=Onemogućeno
       Add=Dodaj
      -AddLink=Dodaj vezu
      +AddLink=Dodaj poveznicu
       RemoveLink=Makni poveznicu
       AddToDraft=Dodaj u skice
       Update=Nadogradi
       Close=Zatvori
      -CloseBox=Makni dodatak sa vaše kontrolne ploče
      +CloseBox=Makni prozorčić s početne stranice
       Confirm=Potvrdi
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Jeste li sigurni da želite poslati zadržaj kartice<b>%s</b> e-poštom?
       Delete=Obriši
       Remove=Makni
       Resiliate=Prekini
      @@ -163,17 +164,17 @@ Edit=Uredi
       Validate=Ovjeri
       ValidateAndApprove=Ovjeri i odobri
       ToValidate=Za ovjeru
      -NotValidated=Not validated
      +NotValidated=Nije ovjereno
       Save=Spremi
       SaveAs=Spremi kao
       TestConnection=Provjera veze
       ToClone=Kloniraj
       ConfirmClone=Odaberite podatke koje želite klonirati:
      -NoCloneOptionsSpecified=Nisu definirani podaci za kloniranje.
      +NoCloneOptionsSpecified=Podaci za kloniranje nisu izabrani.
       Of=od
       Go=Idi
       Run=Pokreni
      -CopyOf=Kopija od
      +CopyOf=Preslik od
       Show=Prikaži
       Hide=Sakrij
       ShowCardHere=Prikaži karticu
      @@ -188,92 +189,92 @@ ToLink=Poveznica
       Select=Odaberi
       Choose=Izaberi
       Resize=Promjeni veličinu
      -ResizeOrCrop=Resize or Crop
      +ResizeOrCrop=Izmjena veličine ili obrezivanje
       Recenter=Centriraj
      -Author=Autor
      +Author=Tvorac
       User=Korisnik
       Users=Korisnici
       Group=Grupa
       Groups=Grupe
      -NoUserGroupDefined=Nisu definirane grupe
      -Password=Lozinka
      -PasswordRetype=Ponovo upiši lozinku
      -NoteSomeFeaturesAreDisabled=Dosta mogućnosti/modula je onemogućeno u ovoj demonstraciji.
      +NoUserGroupDefined=Grupa korisnika nije izrađena
      +Password=Zaporka
      +PasswordRetype=Ponovi zaporku
      +NoteSomeFeaturesAreDisabled=Uzmite u obzir da je dosta mogućnosti i modula onemogućeno u ovom izlaganju.
       Name=Ime
       Person=Osoba
      -Parameter=Parametar
      -Parameters=Parametri
      +Parameter=Značajka
      +Parameters=Značajke
       Value=Vrijednost
       PersonalValue=Osobna vrijednost
      -NewObject=New %s
      +NewObject=Novi%s
       NewValue=Nova vrijednost
       CurrentValue=Trenutna vrijednost
      -Code=Kod
      +Code=Oznaka
       Type=Tip
       Language=Jezik
      -MultiLanguage=Višejezičnost
      +MultiLanguage=Višejezični
       Note=Napomena
       Title=Naslov
      -Label=Oznaka
      -RefOrLabel=Ref. ili oznaka
      +Label=Naziv
      +RefOrLabel=Broj ili oznaka
       Info=Dnevnik
       Family=Obitelj
       Description=Opis
       Designation=Opis
       Model=Predložak dokumenta
      -DefaultModel=Default doc template
      +DefaultModel=Osnovni doc predložak
       Action=Događaj
       About=O programu
       Number=Broj
       NumberByMonth=Broj po mjesecima
       AmountByMonth=Iznos po mjesecima
       Numero=Broj
      -Limit=Limit
      -Limits=Limiti
      +Limit=Granična vrijednost
      +Limits=Granične vrijednosti
       Logout=Odjava
      -NoLogoutProcessWithAuthMode=Nema mogučnosti aplikativnog odspajanja s <b>%s</b> načinom autentifikacije.
      +NoLogoutProcessWithAuthMode=S <b>%s</b> načinom provjere vjerodostojnosti nema primjenjive mogućnosti odspajanja
       Connection=Prijava
      -Setup=Podešavanje
      -Alert=Obavijest
      -MenuWarnings=Obavijesti
      +Setup=Postavke
      +Alert=Upozornje
      +MenuWarnings=Upozorenja
       Previous=Prijašnji
       Next=Sljedeći
       Cards=Kartice
       Card=Kartica
       Now=Sad
       HourStart=Početni sat
      -Date=Date
      +Date=Datum
       DateAndHour=Datum i vrijeme
       DateToday=Današnji datum
      -DateReference=Reference datum
      +DateReference=Datum veze
       DateStart=Početni datum
       DateEnd=Završni datum
      -DateCreation=Datum kreiranja
      -DateCreationShort=Datum kreiranja
      +DateCreation=Datum izrada
      +DateCreationShort=Datum izrade
       DateModification=Datum izmjene
      -DateModificationShort=Datum izmj.
      -DateLastModification=Latest modification date
      +DateModificationShort=Datum izmjene
      +DateLastModification=Datum zadnje izmjene
       DateValidation=Datum ovjere
       DateClosing=Datum zatvaranja
      -DateDue=Datum dospjeća
      +DateDue=Datum dospijeća
       DateValue=Datum vrijednosti
       DateValueShort=Datum vrijednosti
      -DateOperation=Operativan datum
      -DateOperationShort=Oper. Datum
      -DateLimit=Datum limita
      +DateOperation=Datum postupka
      +DateOperationShort=Datum postupka
      +DateLimit=Krajnji datum
       DateRequest=Datum zahtjeva
       DateProcess=Datum obrade
      -DateBuild=Datum kreiranja izvještaja
      +DateBuild=Datum izrade izvještaja
       DatePayment=Datum plaćanja
       DateApprove=Datum odobrenja
       DateApprove2=Datum odobrenja (drugo odobrenje)
      -RegistrationDate=Registration date
      -UserCreation=Kreiranje korisnika
      +RegistrationDate=Datum prijave
      +UserCreation=Izrada korisnika
       UserModification=Izmjena korisnika
      -UserValidation=Validation user
      -UserCreationShort=Kreir. korisnika
      -UserModificationShort=izmj. korisnika
      -UserValidationShort=Valid. user
      +UserValidation=Ovjera korisnika
      +UserCreationShort=Izrada korisnika
      +UserModificationShort=Izmjena korisnika
      +UserValidationShort=Ovjereni korisnik
       DurationYear=godina
       DurationMonth=mjesec
       DurationWeek=tjedan
      @@ -303,20 +304,20 @@ Yesterday=Jučer
       Tomorrow=Sutra
       Morning=Ujutro
       Afternoon=Poslije podne
      -Quadri=Quadri
      -MonthOfDay=Mjesec dana
      +Quadri=Četvrtgodišnje
      +MonthOfDay=Jedan mjesec od dana
       HourShort=H
       MinuteShort=mn
       Rate=Stopa
      -CurrencyRate=Stopa konverzije valute
      -UseLocalTax=Porez uključen
      +CurrencyRate=Stopa pretvorbe valute
      +UseLocalTax=Uključi porez
       Bytes=Bytes
       KiloBytes=Kilobytes
       MegaBytes=Megabytes
       GigaBytes=Gigabytes
       TeraBytes=Terabytes
      -UserAuthor=User of creation
      -UserModif=User of last update
      +UserAuthor=Izradio korisnik
      +UserModif=Korisnik na zadnjoj izmjeni
       b=b.
       Kb=Kb
       Mb=Mb
      @@ -327,140 +328,140 @@ Copy=Kopiraj
       Paste=Zalijepi
       Default=Zadano
       DefaultValue=Zadana vrijednost
      -DefaultValues=Default values
      +DefaultValues=Početne vrijednosti/filteri/razvrstavanje
       Price=Cijena
      -PriceCurrency=Price (currency)
      +PriceCurrency=Cijena (u valuti)
       UnitPrice=Jedinična cijena
       UnitPriceHT=Jedinična cijena (neto)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHTCurrency=Cijena po komadu (neto)(u valuti)
       UnitPriceTTC=Jedinična cijena
      -PriceU=J.C.
      -PriceUHT=J.C. (neto)
      +PriceU=Jed. cijena
      +PriceUHT=Jed. cijena
       PriceUHTCurrency=J.C. (valuta)
       PriceUTTC=J.C. (s porezom)
       Amount=Iznos
       AmountInvoice=Iznos računa
      -AmountInvoiced=Amount invoiced
      +AmountInvoiced=Zaračunati iznos
       AmountPayment=Iznos plaćanja
       AmountHTShort=Iznos (neto)
       AmountTTCShort=Iznos (s porezom)
      -AmountHT=Iznos (neto od poreza)
      +AmountHT=Iznos (bez poreza)
       AmountTTC=Iznos (s porezom)
       AmountVAT=Iznos poreza
      -MulticurrencyAlreadyPaid=Already payed, original currency
      -MulticurrencyRemainderToPay=Remain to pay, original currency
      -MulticurrencyPaymentAmount=Payment amount, original currency
      -MulticurrencyAmountHT=Iznos (neto od poreza), orginalna valuta
      -MulticurrencyAmountTTC=Iznos (s porezom), orginalna valuta
      -MulticurrencyAmountVAT=Iznos poreza, orginalna valuta
      +MulticurrencyAlreadyPaid=Već plaćeno, u izvornoj valuti
      +MulticurrencyRemainderToPay=Preostalo za platiti, u izvornoj valuti
      +MulticurrencyPaymentAmount=Iznos plaćanja, u izvornoj valuti
      +MulticurrencyAmountHT=Iznos (bez poreza), u izvornoj valuti
      +MulticurrencyAmountTTC=Iznos (s porezom), u izvornoj valuti
      +MulticurrencyAmountVAT=Iznos poreza, u izvornoj valuti
       AmountLT1=Iznos poreza 2
       AmountLT2=Iznos poreza 3
       AmountLT1ES=Iznos RE
       AmountLT2ES=Iznos IRPF
       AmountTotal=Ukupan iznos
       AmountAverage=Prosječan iznos
      -PriceQtyMinHT=Cijena količinska min. (neto od poreza)
      -PriceQtyMinHTCurrency=Price quantity min. (net of tax) (currency)
      +PriceQtyMinHT=Cijena za min. količinu (bez poreza)
      +PriceQtyMinHTCurrency=Cijena za min. količinu (bez poreza)(u valuti)
       Percentage=Postotak
       Total=Ukupno
      -SubTotal=Subtotal
      -TotalHTShort=Ukupno (neto)
      -TotalHTShortCurrency=Ukupno (neto u valuti)
      -TotalTTCShort=Ukupno (s porezom)
      -TotalHT=Ukupno (neto od poreza)
      -TotalHTforthispage=Ukupno (neto od poreza) za ovu stranicu
      -Totalforthispage=Ukupno za ovu stranicu
      -TotalTTC=Ukupno (s porezom)
      -TotalTTCToYourCredit=Ukupno (s porezom) na vaš kredit
      -TotalVAT=Ukupno porez
      -TotalVATIN=Total IGST
      +SubTotal=Sveukupno
      +TotalHTShort=Ukupno (bez poreza)
      +TotalHTShortCurrency=Ukupno (bez poreza u valuti)
      +TotalTTCShort=Ukupno s PDV-om
      +TotalHT=Ukupno bez PDV-a
      +TotalHTforthispage=Ukupno (bez poreza) na ovoj stranici
      +Totalforthispage=Ukupno na ovoj stranici
      +TotalTTC=Ukupno s PDV-om
      +TotalTTCToYourCredit=Ukupno s porezom na vaš račun
      +TotalVAT=Iznos PDV-a
      +TotalVATIN=Ukupno IGST
       TotalLT1=Ukupno porez 2
       TotalLT2=Ukupno porez 3
       TotalLT1ES=Ukupno RE
       TotalLT2ES=Ukupno IRPF
      -TotalLT1IN=Total CGST
      -TotalLT2IN=Total SGST
      -HT=Neto od poreza
      -TTC=Uklj. porez
      -INCVATONLY=Inc. VAT
      -INCT=Inc. all taxes
      -VAT=Prodajni porez
      +TotalLT1IN=Ukupno CGST
      +TotalLT2IN=Ukupno SGST
      +HT=Bez poreza
      +TTC=S porezom
      +INCVATONLY=S PDV-om
      +INCT=Zajedno sa svim porezima
      +VAT=PDV
       VATIN=IGST
      -VATs=Prodajni porezi
      -VATINs=IGST taxes
      -LT1=Sales tax 2
      -LT1Type=Sales tax 2 type
      -LT2=Sales tax 3
      -LT2Type=Sales tax 3 type
      +VATs=Porezi
      +VATINs=IGST porezi
      +LT1=Porez 2
      +LT1Type=Vrsta poreza 2
      +LT2=Porez 3
      +LT2Type=Vrsta poreza 3
       LT1ES=RE
       LT2ES=IRPF
      -LT1IN=CGST
      +LT1IN=CGTS
       LT2IN=SGST
       VATRate=Stopa poreza
      -VATCode=Tax Rate code
      -VATNPR=Tax Rate NPR
      -DefaultTaxRate=Default tax rate
      +VATCode=Oznaka stope poreza
      +VATNPR=Porezna stopa NPR
      +DefaultTaxRate=Osnovna stopa poreza
       Average=Prosjek
       Sum=Zbroj
       Delta=Delta
      -RemainToPay=Remain to pay
      +RemainToPay=Preostalo za platiti
       Module=Modul/Aplikacija
       Modules=Moduli/Aplikacije
       Option=Opcija
       List=Popis
      -FullList=Kompletan popis
      +FullList=Cijeli popis
       Statistics=Statistika
       OtherStatistics=Ostale statistike
      -Status=Status
      -Favorite=Favorit
      +Status=Stanje
      +Favorite=Omiljeno
       ShortInfo=Info.
      -Ref=Ref.
      -ExternalRef=Ref. vanjski
      -RefSupplier=Ref. vendor
      -RefPayment=Ref. plaćanja
      +Ref=Broj
      +ExternalRef=Vanjska oznaka
      +RefSupplier=Oznaka dobavljača
      +RefPayment=Oznaka plaćanja
       CommercialProposalsShort=Ponude
       Comment=Komentar
       Comments=Komentari
      -ActionsToDo=Događaji za napraviti
      -ActionsToDoShort=Za napraviti
      +ActionsToDo=Radnje za obaviti
      +ActionsToDoShort=Za učiniti
       ActionsDoneShort=Učinjeno
       ActionNotApplicable=Nije primjenjivo
       ActionRunningNotStarted=Za početi
      -ActionRunningShort=In progress
      +ActionRunningShort=U postupku
       ActionDoneShort=Završeno
      -ActionUncomplete=Nekompletno
      -LatestLinkedEvents=Latest %s linked events
      -CompanyFoundation=Company/Organization
      -Accountant=Accountant
      -ContactsForCompany=Kontakti komitenta
      -ContactsAddressesForCompany=Kontakti/adrese komitenta
      -AddressesForCompany=Adrese komitenta
      -ActionsOnCompany=Događaji povezani s komitentom
      -ActionsOnMember=Događaji za člana
      -ActionsOnProduct=Events about this product
      +ActionUncomplete=Nepotpuno
      +LatestLinkedEvents=Zadnjih %s povezanih radnji
      +CompanyFoundation=Tvrtka/Organizacija
      +Accountant=Računovođa
      +ContactsForCompany=Kontakti ove treće osobe
      +ContactsAddressesForCompany=Kontakti/adrese ove treće osobe
      +AddressesForCompany=Adrese ove treće osobe
      +ActionsOnCompany=Događaji povezani s ovom trećom osobom
      +ActionsOnMember=Događaji vezani uz ovog člana
      +ActionsOnProduct=Radnje vezane uz ovaj proizvod
       NActionsLate=%s kasni
      -ToDo=Za napraviti
      -Completed=Completed
      -Running=In progress
      -RequestAlreadyDone=Zahtjev je već pohranjen
      +ToDo=Za učiniti
      +Completed=Završeno
      +Running=U postupku
      +RequestAlreadyDone=Zahtjev je već zabilježen
       Filter=Filter
      -FilterOnInto=Kriterij pretraživanja '<strong>%s</strong>' unutar polja %s
      -RemoveFilter=Makni filter
      -ChartGenerated=Grafikon generiran
      -ChartNotGenerated=Grafikon nije generiran
      -GeneratedOn=Napravljeno %s
      -Generate=Generiraj
      +FilterOnInto=Način pretraživanja '<strong>%s</strong>' unutar polja %s
      +RemoveFilter=Ukloni filter
      +ChartGenerated=Grafikon izrađen
      +ChartNotGenerated=Grafikon nije izrađen
      +GeneratedOn=Izrađeno na temelju %s
      +Generate=Izradi
       Duration=Trajanje
       TotalDuration=Ukupno trajanje
       Summary=Sažetak
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      -NoOpenedElementToProcess=No opened element to process
      +DolibarrStateBoard=Statistika baze podataka
      +DolibarrWorkBoard=Stavke na čekanju
      +NoOpenedElementToProcess=Nema otvorenih radnji za provedbu
       Available=Dostupno
       NotYetAvailable=Nije još dostupno
       NotAvailable=Nije dostupno
      -Categories=Kategorije
      -Category=Kategorija
      +Categories=Oznake/skupine
      +Category=Oznaka/skupina
       By=Od
       From=Od
       to=za
      @@ -468,34 +469,34 @@ and=i
       or=ili
       Other=Ostalo
       Others=Ostali
      -OtherInformations=Ostale informacije
      +OtherInformations=Ostali podaci
       Quantity=Količina
      -Qty=Kol.
      -ChangedBy=Promjenio
      +Qty=Količina
      +ChangedBy=Promijenio
       ApprovedBy=Odobrio
       ApprovedBy2=Datum odobrenja (drugo odobrenje)
       Approved=Odobreno
       Refused=Odbijeno
      -ReCalculate=Rekalkuliraj
      -ResultKo=Greška
      -Reporting=Izvještavanje
      -Reportings=Izvještavanje
      +ReCalculate=Preračunaj
      +ResultKo=Neuspjeh
      +Reporting=Izvještaji
      +Reportings=Izvještaji
       Draft=Skica
       Drafts=Skice
       StatusInterInvoiced=
       Validated=Ovjereno
       Opened=Otvori
       New=Novo
      -Discount=Rabat
      +Discount=Popust
       Unknown=Nepoznat
      -General=Generalno
      +General=Opće
       Size=Veličina
      -OriginalSize=Original size
      +OriginalSize=Izvorna veličina
       Received=Primljeno
       Paid=Plaćeno
       Topic=Subjekt
      -ByCompanies=Od komitenata
      -ByUsers=By user
      +ByCompanies=Od treće osobe
      +ByUsers=Korisnik
       Links=Veze
       Link=Veza
       Rejects=Odbijanja
      @@ -504,20 +505,20 @@ NextStep=Sljedeći korak
       Datas=Podatak
       None=Niti jedan
       NoneF=Niti jedan
      -NoneOrSeveral=None or several
      +NoneOrSeveral=Niti jedan od nekoliko
       Late=Kasni
      -LateDesc=Kašnjenje za definiranje ako podatak kasni ili ne ovisno o vašim postavkama. Tražite administratora da promjeni kašnjenje iz izbornika Naslovna - Podešavanje - Obavijesti.
      -NoItemLate=No late item
      +LateDesc=Kasni li dokument ili ne ovisi o vašim postavkama. Izmjene može napraviti vaš administrator u početna stranica->postavke->upozorenja.
      +NoItemLate=Nema zakašnjelih stavaka
       Photo=Slika
       Photos=Slike
       AddPhoto=Dodaj sliku
       DeletePicture=Brisanje slike
       ConfirmDeletePicture=Potvrdi brisanje slike?
       Login=Prijava
      -LoginEmail=Login (email)
      -LoginOrEmail=Login or Email
      +LoginEmail=Korisničko ime (e-pošta)
      +LoginOrEmail=Korisničko ime ili e-pošta
       CurrentLogin=Trenutna prijava
      -EnterLoginDetail=Enter login details
      +EnterLoginDetail=Upiši podatke za prijavu
       January=Siječanj
       February=Veljača
       March=Ožujak
      @@ -530,18 +531,6 @@ September=Rujan
       October=Listopad
       November=Studeni
       December=Prosinac
      -JanuaryMin=Sje
      -FebruaryMin=Velj
      -MarchMin=Ožu
      -AprilMin=Tra
      -MayMin=Svi
      -JuneMin=Lip
      -JulyMin=Srp
      -AugustMin=Kol
      -SeptemberMin=Ruj
      -OctoberMin=Lis
      -NovemberMin=Stu
      -DecemberMin=Pro
       Month01=Siječanj
       Month02=Veljača
       Month03=Ožujak
      @@ -554,7 +543,7 @@ Month09=Rujan
       Month10=Listopad
       Month11=Studeni
       Month12=Prosinac
      -MonthShort01=Sje
      +MonthShort01=Sij
       MonthShort02=Velj
       MonthShort03=Ožu
       MonthShort04=Tra
      @@ -567,24 +556,24 @@ MonthShort10=Lis
       MonthShort11=Stu
       MonthShort12=Pro
       MonthVeryShort01=J
      -MonthVeryShort02=P
      -MonthVeryShort03=P
      +MonthVeryShort02=F
      +MonthVeryShort03=M
       MonthVeryShort04=A
      -MonthVeryShort05=P
      +MonthVeryShort05=M
       MonthVeryShort06=J
       MonthVeryShort07=J
       MonthVeryShort08=A
      -MonthVeryShort09=N
      +MonthVeryShort09=S
       MonthVeryShort10=O
       MonthVeryShort11=N
       MonthVeryShort12=D
       AttachedFiles=Priložene datoteke i dokumenti
      -JoinMainDoc=Join main document
      -DateFormatYYYYMM=YYYY-MM
      -DateFormatYYYYMMDD=YYYY-MM-DD
      -DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
      +JoinMainDoc=Sjedini glavni dokument
      +DateFormatYYYYMM=MM-YYYY
      +DateFormatYYYYMMDD=DD-MM-YYYY HH:SS
      +DateFormatYYYYMMDDHHMM=DD-MM-YYYY HH:SS
       ReportName=Naziv izvještaja
      -ReportPeriod=Period izvještaja
      +ReportPeriod=Razdoblje izvještaja
       ReportDescription=Opis
       Report=Izvještaj
       Keyword=Ključna riječ
      @@ -595,15 +584,15 @@ Reset=Reset
       File=Datoteka
       Files=Datoteke
       NotAllowed=Nije dozvoljeno
      -ReadPermissionNotAllowed=Dozvola čitanja nije dozvoljena
      -AmountInCurrency=Iznos u %s valuti
      +ReadPermissionNotAllowed=Dozvola za čitanje nije odobrena
      +AmountInCurrency=Valuta: %s
       Example=Primjer
       Examples=Primjeri
       NoExample=Nema primjera
       FindBug=Prijavi problem
      -NbOfThirdParties=Broj komitenta
      +NbOfThirdParties=Broj trećih osoba
       NbOfLines=Broj stavaka
      -NbOfObjects=Broj objekta
      +NbOfObjects=Broj predmeta
       NbOfObjectReferers=Broj povezanih stavaka
       Referers=Povezanih stavaka
       TotalQuantity=Ukupna količina
      @@ -612,9 +601,9 @@ DateFrom=Od %s
       DateUntil=Do %s
       Check=Provjeri
       Uncheck=Odznači
      -Internal=Interno
      +Internal=Unutarnje
       External=Vanjsko
      -Internals=Interno
      +Internals=Unutarnje
       Externals=Vanjsko
       Warning=Upozorenje
       Warnings=Upozorenja
      @@ -622,62 +611,64 @@ BuildDoc=Izradi dokument
       Entity=Okolina
       Entities=Subjekti
       CustomerPreview=Pregled kupca
      -SupplierPreview=Vendor preview
      -ShowCustomerPreview=Prikaži pregled kupca
      -ShowSupplierPreview=Show vendor preview
      -RefCustomer=Ref. kupca
      +SupplierPreview=Prikaz dobavljača
      +ShowCustomerPreview=Prikaži kupca
      +ShowSupplierPreview=Prikaži dobavljača
      +RefCustomer=Oznaka kupca
       Currency=Valuta
      -InfoAdmin=Informacije za administratore
      -Undo=Poništi
      +InfoAdmin=Podaci za administratore
      +Undo=Povrati
       Redo=Povrati
       ExpandAll=Proširi sve
      -UndoExpandAll=Poništi proširenje
      -SeeAll=See all
      +UndoExpandAll=Povrati proširenje
      +SeeAll=Prikaži sve
       Reason=Razlog
      -FeatureNotYetSupported=Mogučnost nije još podržana
      +FeatureNotYetSupported=Mogućnost još nije u upotrebi
       CloseWindow=Zatvori prozor
       Response=Odaziv
       Priority=Prioritet
      -SendByMail=Poslano putem e-pošte
      +SendByMail=Pošalji e-poštom
       MailSentBy=E-poštu poslao
       TextUsedInTheMessageBody=Tijelo e-pošte
      -SendAcknowledgementByMail=Pošalji e-poštu potvrde
      -SendMail=Send email
      +SendAcknowledgementByMail=Pošalji e-poštu s potvrdom primitka
      +SendMail=Pošalji e-poštu
       EMail=E-pošta
       NoEMail=Nema e-pošte
       Email=E-pošta
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nema mobilnog telefona
       Owner=Vlasnik
      -FollowingConstantsWillBeSubstituted=Sljedeće konstante će biti zamjenjene sa odgovarajućom vrijednošću. 
      +FollowingConstantsWillBeSubstituted=Sljedeće konstante bit će zamjenjene s odgovarajućom vrijednošću. 
       Refresh=Osvježi
       BackToList=Povratak na popis
       GoBack=Idi nazad
      -CanBeModifiedIfOk=Može se mjenjanti ako je valjana
      -CanBeModifiedIfKo=Može se mjenjanti ako nije valjana
      -ValueIsValid=Vrijednost je u redu
      -ValueIsNotValid=Vrijednost nije u redu
      -RecordCreatedSuccessfully=Record created successfully
      -RecordModifiedSuccessfully=Podatak je uspješno izmjenjen
      -RecordsModified=%s zapis je promjenjen
      +CanBeModifiedIfOk=Može se mijenjanti ako je valjana
      +CanBeModifiedIfKo=Može se mijenjanti ako nije valjana
      +ValueIsValid=Vrijednost je valjana
      +ValueIsNotValid=Vrijednost nije valjana
      +RecordCreatedSuccessfully=Spis uspješno izrađen
      +RecordModifiedSuccessfully=Podatak je uspješno izmijenjen
      +RecordsModified=%s zapis je promijenjen
       RecordsDeleted=%s zapis je obrisan
      -AutomaticCode=Automatski kod
      -FeatureDisabled=Mogučnost onemogućena
      -MoveBox=Pomakni dodatak
      +AutomaticCode=Automatski izabran kod
      +FeatureDisabled=Mogućnost isključena
      +MoveBox=Pomakni prozorčić
       Offered=Ponuđeno
      -NotEnoughPermissions=Nemate dozvolu za ovu akciju
      -SessionName=Naziv sesije
      -Method=Metoda
      +NotEnoughPermissions=Nemate dozvolu za ovu radnju
      +SessionName=Naziv sjednice
      +Method=Način
       Receive=Primi
      -CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
      +CompleteOrNoMoreReceptionExpected=Završeno ili bez drugih očekivanja
       ExpectedValue=Očekivana vrijednost
       CurrentValue=Trenutna vrijednost
      -PartialWoman=Parcijalno
      +PartialWoman=Djelomično
       TotalWoman=Ukupno
       NeverReceived=Nikad primljeno
       Canceled=Otkazano
      -YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
      -YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Možete podesiti zadanu vrijednost koju koristite kada kreirate novi podatak u postavkama modula.
      +YouCanChangeValuesForThisListFromDictionarySetup=Vrijednosti ovog popisa možete izmjeniti u postavkama->rječnici
      +YouCanChangeValuesForThisListFrom=Vrijednosti ovog popisa možete izmjeniti u %s
      +YouCanSetDefaultValueInModuleSetup=Osnovne vrijednosti prilikom izrade novog dokumenta možete izraditi u postavkama sučelja
       Color=Boja
       Documents=Povezane datoteke
       Documents2=Dokumenti
      @@ -687,44 +678,44 @@ MenuECM=Dokumenti
       MenuAWStats=AWStats
       MenuMembers=Članovi
       MenuAgendaGoogle=Google agenda
      -ThisLimitIsDefinedInSetup=Dolibarr limit (Menu home-setup-security): %s Kb, PHP limit: %s Kb
      -NoFileFound=Nema spremljenih datoteka u ovoj mapi
      +ThisLimitIsDefinedInSetup=Granična vrijednost Dolibarra (Mapa početna->postavke->sigurnost): %s Kb, PHP granična vrijednost: %s Kb
      +NoFileFound=U ovoj mapi nema spremljenih datoteka
       CurrentUserLanguage=Trenutni jezik
       CurrentTheme=Trenutna tema
       CurrentMenuManager=Trenutni upravitelj izbornikom
       Browser=Preglednik
      -Layout=Layout
      -Screen=Screen
      +Layout=Izgled
      +Screen=Zaslon
       DisabledModules=Onemogućeni moduli
       For=Za
       ForCustomer=Za kupca
       Signature=Potpis
       DateOfSignature=Datum potpisa
      -HidePassword=Prikaži komandu sa skrivenom lozinkom
      -UnHidePassword=Prikaži stvarnu komandu s čitljivom lozinkom
      -Root=Root
      -Informations=Informacije
      +HidePassword=Prikaži naredbu sa skrivenom zaporkom
      +UnHidePassword=Prikaži stvarnu naredbu s čitljivom zaporkom
      +Root=Početna mapa
      +Informations=Podatak
       Page=Strana
      -Notes=Napomene
      +Notes=Bilješke
       AddNewLine=Dodaj novu stavku
       AddFile=Dodaj datoteku
      -FreeZone=Not a predefined product/service
      -FreeLineOfType=Not a predefined entry of type
      -CloneMainAttributes=Kloniraj objekt s svim glavnim atributima
      +FreeZone=Ovaj proizvod/usluga nije predhodno upisan
      +FreeLineOfType=Ova vrsta nije predhodno upisana
      +CloneMainAttributes=Kloniraj predmet sa svim glavnim svojstvima
       PDFMerge=Spoji PDF
       Merge=Spoji
      -DocumentModelStandardPDF=Standard PDF template
      +DocumentModelStandardPDF=Običan PDF predložak
       PrintContentArea=Prikaži stranicu za ispis
       MenuManager=Upravitelj izbornikom
      -WarningYouAreInMaintenanceMode=Upozorenje, nalazite se u načinu održavanja, tako da samo prijava <b>%s</b> je dozvoljeno za korištenje aplikacije.
      +WarningYouAreInMaintenanceMode=Upozorenje, sustav je na održavanju pa je jedino korisničkom imenu<b>%s</b> dopušteno korištenje programa.
       CoreErrorTitle=Sistemska greška
      -CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
      +CoreErrorMessage=Nažalost došlo je do greške. Kontaktirajte administratora da provjeri zapise ili isključi $dolibarr_main_prod=1 za više informacija.
       CreditCard=Kreditna kartica
       ValidatePayment=Ovjeri plaćanje
      -CreditOrDebitCard=Credit or debit card
      +CreditOrDebitCard=Kreditna ili debitna kartica
       FieldsWithAreMandatory=Polja s <b>%s</b> su obavezna
      -FieldsWithIsForPublic=Polja sa <b>%s</b> su prikazani na javnom popisu članova. Ako to ne želite, odznačite kučicu "javno".
      -AccordingToGeoIPDatabase=(sukladno GeoIP konverziji)
      +FieldsWithIsForPublic=Polja s <b>%s</b> prikazana su javno na popisu članova. Ako to ne želite, uklonite kvačicu iz kvadratića.
      +AccordingToGeoIPDatabase=(prema GeoIP pretvorbi)
       Line=Stavka
       NotSupported=Nije podržano
       RequiredField=Obavezno polje
      @@ -732,6 +723,8 @@ Result=Rezultat
       ToTest=Test
       ValidateBefore=Kartica mora biti ovjerena prije korištenja ove mogućnosti
       Visibility=Vidljivost
      +Totalizable=Sveukupno zbrojivo
      +TotalizableDesc=Ovo polje je sveukupno zbrojivo s popisa.
       Private=Privatno
       Hidden=Skriveno
       Resources=Sredstva
      @@ -742,70 +735,72 @@ After=Nakon
       IPAddress=IP adresa
       Frequency=Učestalost
       IM=Brzo slanje poruka
      -NewAttribute=Novi atribut
      -AttributeCode=Kod atributa
      +NewAttribute=Novo svojstvo
      +AttributeCode=Oznaka svojstva
       URLPhoto=URL slike/loga
      -SetLinkToAnotherThirdParty=Poveži sa drugim komitentom
      -LinkTo=Poveži sa
      -LinkToProposal=Poveži sa ponudom
      +SetLinkToAnotherThirdParty=Poveži s drugom trećom osobom
      +LinkTo=Poveži s
      +LinkToProposal=Poveži s ponudom
       LinkToOrder=Poveži s narudžbom
      -LinkToInvoice=Poveži sa računom
      +LinkToInvoice=Poveži s računom
      +LinkToTemplateInvoice=Poveznica na predložak računa
       LinkToSupplierOrder=Poveži s narudžbom dobavljača
      -LinkToSupplierProposal=Poveži sa ponudom dobavljača
      +LinkToSupplierProposal=Poveži s ponudom dobavljača
       LinkToSupplierInvoice=Poveži s računom dobavljača
      -LinkToContract=Poveži sa ugovorom
      -LinkToIntervention=Poveži sa intervencijom
      -CreateDraft=Kreiraj skicu
      +LinkToContract=Poveži s ugovorom
      +LinkToIntervention=Poveži s zahvatom
      +CreateDraft=Izradi skicu
       SetToDraft=Nazad na skice
       ClickToEdit=Klikni za uređivanje
      -EditWithEditor=Edit with CKEditor
      -EditWithTextEditor=Edit with Text editor
      -EditHTMLSource=Edit HTML Source
      -ObjectDeleted=Objekt %s obrisan
      -ByCountry=Po zemlji
      -ByTown=Po gradu
      -ByDate=Po datumu
      -ByMonthYear=Po mjesecu/godini
      -ByYear=Po godini
      -ByMonth=Po mjesecu
      -ByDay=Po danu
      -BySalesRepresentative=Prodajni predstavnik
      +ClickToRefresh=Click to refresh
      +EditWithEditor=Obradi s CKEditorom
      +EditWithTextEditor=Obradi s programom za obradu teksta
      +EditHTMLSource=Uredi HTML kod
      +ObjectDeleted=Predmet %s obrisan
      +ByCountry=Prema zemlji
      +ByTown=Prema gradu
      +ByDate=Prema datumu
      +ByMonthYear=Prema mjesecu/godini
      +ByYear=Prema godini
      +ByMonth=Prema mjesecu
      +ByDay=Prema danu
      +BySalesRepresentative=Prema prodajnom predstavniku
       LinkedToSpecificUsers=Povezano sa određenim kontaktom korisnika
       NoResults=Nema rezultata
      -AdminTools=Administracijski alati
      +AdminTools=Alati administratora
       SystemTools=Sistemski alati
       ModulesSystemTools=Alati modula
       Test=Test
      -Element=Element
      +Element=Sastavnica
       NoPhotoYet=Još nema dostupnih slika
       Dashboard=Kontrolna ploča
      -MyDashboard=My dashboard
      +MyDashboard=Početna stranica
       Deductible=Povratno
       from=od
      -toward=ispred
      +toward=prema
       Access=Pristup
      -SelectAction=Odaberi akciju
      -SelectTargetUser=Select target user/employee
      +SelectAction=Odaberi radnju
      +SelectTargetUser=Izaberi ciljanog korisnika/zaposlenika
       HelpCopyToClipboard=Koristi Ctrl+C za kopiranje u međuspremnik
       SaveUploadedFileWithMask=Spremite datoteku na server pod imenom  "<strong>%s</strong>" (u protivnom "%s")
      -OriginFileName=Orginalna datoteka
      -SetDemandReason=Postavi izvor
      +OriginFileName=Ime izvorne datoteke
      +SetDemandReason=Odredi izvor
       SetBankAccount=Postavi bankovni račun
       AccountCurrency=Valuta računa
      -ViewPrivateNote=Vidi napomene
      +ViewPrivateNote=Vidi bilješke
       XMoreLines=%s stavaka(e) skriveno
      -ShowMoreLines=Show more/less lines
      +ShowMoreLines=Prikaži više/manje redaka
       PublicUrl=Javni URL
       AddBox=Dodaj blok
      -SelectElementAndClick=Select an element and click %s
      +SelectElementAndClick=Izaberi sastavnicu i klikni %s
       PrintFile=Ispis datoteke %s
      -ShowTransaction=Show entry on bank account
      -ShowIntervention=Prikaži intervenciju
      +ShowTransaction=Prikaži upis na bankovni račun
      +ShowIntervention=Prikaži zahvat
       ShowContract=Prikaži ugovor
      -GoIntoSetupToChangeLogo=Idite na Home - Podešavanje - Tvrtka za promjenu logotipa ili idite na Home - Podešavanje - Prikaz za skrivanje.
      +GoIntoSetupToChangeLogo=Idite na početnu stranicu->tvrtka kako biste izmjenili logo ili na početnu stranicu->postavke->zaslon kako biste ga uklonili
       Deny=Odbij
       Denied=Odbijeno
      -ListOf=List of %s
      +ListOf=Popis od %s
       ListOfTemplates=Popis predložaka
       Gender=Spol
       Genderman=Muško
      @@ -813,64 +808,73 @@ Genderwoman=Žensko
       ViewList=Pregled popisa
       Mandatory=Obavezno
       Hello=Pozdrav
      -GoodBye=GoodBye
      -Sincerely=Srdačno
      +GoodBye=Doviđenja!
      +Sincerely=Srdačan pozdrav!
       DeleteLine=Obriši stavku
      -ConfirmDeleteLine=Jeste li sigurni da želite obrisati tu liniju?
      -NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      -NoRecordSelected=No record selected
      -MassFilesArea=Sučelje za datoteke stvorene masovnom akcijom
      +ConfirmDeleteLine=Jeste li sigurni da želite obrisati ovu stavku?
      +NoPDFAvailableForDocGenAmongChecked=Među spisima nije pronađen ni jedan izrađeni PDF
      +TooManyRecordForMassAction=Odabrano previše podataka za masovnu obradu. Obrada je zabranjena za popis od %s podataka.
      +NoRecordSelected=Ni jedan spis nije izabran
      +MassFilesArea=Sučelje za datoteke izrađene masovnom radnjama
       ShowTempMassFilesArea=Prikaži sučelje datoteka stvorenih masovnom akcijom
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      -RelatedObjects=Povezani objekti
      -ClassifyBilled=Označi kao naplaćena
      -ClassifyUnbilled=Classify unbilled
      +ConfirmMassDeletion=Potvrda brisanja
      +ConfirmMassDeletionQuestion=Jeste li sigurni da želite obrisati %s odabranih spisova?
      +RelatedObjects=Povezani predmeti
      +ClassifyBilled=Označi kao zaračunato
      +ClassifyUnbilled=Označi kao nezaračunato
       Progress=Napredak
       FrontOffice=Front office
       BackOffice=Back office
       View=Vidi
      -Export=Export
      -Exports=Exports
      -ExportFilteredList=Export filtered list
      -ExportList=Export list
      +Export=Izvoz podataka
      +Exports=Izvozi podataka
      +ExportFilteredList=Izvoz pročišćenog popisa
      +ExportList=Spis izvoza
       ExportOptions=Opcije izvoza
       Miscellaneous=Ostalo
       Calendar=Kalendar
      -GroupBy=sortiraj po...
      -ViewFlatList=View flat list
      -RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      -DirectDownloadLink=Direct download link (public/external)
      -DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
      -Download=Download
      -DownloadDocument=Download document
      -ActualizeCurrency=Update currency rate
      +GroupBy=Grupiraj prema...
      +ViewFlatList=Pregledaj popis bez grananja
      +RemoveString=Ukloni redak '%s'
      +SomeTranslationAreUncomplete=Neki od ponuđenih jezika možda su djelomično prevedeni ili sadrže greške. Molim vas pomozite ispraviti vaš jezik prijavom na <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>. Ne budite pizde!
      +DirectDownloadLink=Poveznica za izravno preuzimanje (dostupno javno)
      +DirectDownloadInternalLink=Poveznica za izravno preuzimanje (potrebna prijava i dopuštenje)
      +Download=Preuzimanje
      +DownloadDocument=Preuzimanje dokumenta
      +ActualizeCurrency=Upiši novi tečaj
       Fiscalyear=Fiskalna godina
      -ModuleBuilder=Module Builder
      -SetMultiCurrencyCode=Set currency
      -BulkActions=Bulk actions
      -ClickToShowHelp=Click to show tooltip help
      -WebSite=Website
      -WebSites=Web sites
      -WebSiteAccounts=Web site accounts
      +ModuleBuilder=Graditelj sučelja
      +SetMultiCurrencyCode=Odredi valutu
      +BulkActions=Opsežne radnje
      +ClickToShowHelp=Klikni za prikaz pomoći
      +WebSite=Internet stranica
      +WebSites=Internet stranice
      +WebSiteAccounts=Korisnici Internet stranica
       ExpenseReport=Izvještaj troška
       ExpenseReports=Izvještaji troška
       HR=HR
      -HRAndBank=HR and Bank
      -AutomaticallyCalculated=Automatically calculated
      -TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      -ImportId=Import id
      +HRAndBank=HR i banka
      +AutomaticallyCalculated=Automatski izračunato
      +TitleSetToDraft=Pretvori u skicu
      +ConfirmSetToDraft=Jeste li sigurni da želiti pretvoriti u skicu?
      +ImportId=Oznaka uvoza
       Events=Događaj
       EMailTemplates=Predlošci e-pošte
      -FileNotShared=File not shared to exernal public
      +FileNotShared=Datoteka se ne može dijeliti
       Project=Projekt
       Projects=Projekti
      +LeadOrProject=Plan | Projekt
      +LeadsOrProjects=Planovi | Projekti
      +Lead=Plan
      +Leads=Planovi
      +ListOpenLeads=Popis otvorenih planova
      +ListOpenProjects=Popis otvorenih projekata
      +NewLeadOrProject=Novi plan ili projekt
       Rights=Prava pristupa
      -LineNb=Line no.
      +LineNb=Redak br.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Ponedjeljak
       Tuesday=Utorak
      @@ -901,16 +905,16 @@ ShortFriday=P
       ShortSaturday=S
       ShortSunday=N
       SelectMailModel=Odaberi predložak elektroničke pošte
      -SetRef=Postavi ref.
      -Select2ResultFoundUseArrows=Some results found. Use arrows to select.
      +SetRef=Odredi oznaku
      +Select2ResultFoundUseArrows=Pronađeni neki rezultati. Koristi strelice za izbor.
       Select2NotFound=Ništa nije pronađeno
       Select2Enter=Unos
      -Select2MoreCharacter=ili još znakova
      +Select2MoreCharacter=ili više znakova
       Select2MoreCharacters=ili više znakova
      -Select2MoreCharactersMore=<strong>Search syntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Any character</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Start with</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> End with</kbd> (ab$)<br>
      -Select2LoadingMoreResults=Učitaj više podataka...
      +Select2MoreCharactersMore=<strong>Pravila pretrage:</strong><br><kbd><strong> |</strong></kbd><kbd> ili</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> bilo koji znak</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> koji počinje</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> završava s</kbd> (ab$)<br>
      +Select2LoadingMoreResults=Učitavam više podataka...
       Select2SearchInProgress=Pretraživanje u tijeku...
      -SearchIntoThirdparties=Komitenti
      +SearchIntoThirdparties=Treće osobe
       SearchIntoContacts=Kontakti
       SearchIntoMembers=Članovi
       SearchIntoUsers=Korisnici
      @@ -918,33 +922,34 @@ SearchIntoProductsOrServices=Proizvodi ili usluge
       SearchIntoProjects=Projekti
       SearchIntoTasks=Zadaci
       SearchIntoCustomerInvoices=Računi za kupce
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Računi dobavljača
       SearchIntoCustomerOrders=Narudžbe kupaca
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Narudžbenice
       SearchIntoCustomerProposals=Ponude kupca
      -SearchIntoSupplierProposals=Vendor proposals
      -SearchIntoInterventions=Intervencije
      +SearchIntoSupplierProposals=Ponude dobavljača
      +SearchIntoInterventions=Zahvati
       SearchIntoContracts=Ugovori
       SearchIntoCustomerShipments=Pošiljke kupcu
      -SearchIntoExpenseReports=Izvještaji troška
      -SearchIntoLeaves=Odsustva
      +SearchIntoExpenseReports=Troškovnici
      +SearchIntoLeaves=Napusti
       CommentLink=Komentari
      -NbComments=Number of comments
      -CommentPage=Comments space
      -CommentAdded=Comment added
      -CommentDeleted=Comment deleted
      +NbComments=Broj komentara
      +CommentPage=Prostor za komentare
      +CommentAdded=Komentar dodan
      +CommentDeleted=Komentar obrisan
       Everybody=Svi
      -PayedBy=Payed by
      -PayedTo=Payed to
      -Monthly=Monthly
      -Quarterly=Quarterly
      -Annual=Annual
      -Local=Local
      -Remote=Remote
      -LocalAndRemote=Local and Remote
      -KeyboardShortcut=Keyboard shortcut
      -AssignedTo=Dodjeljeno korisniku
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +PayedBy=Platio
      +PayedTo=Plaćeno
      +Monthly=Mjesečno
      +Quarterly=Četvrtgodišnje
      +Annual=Godišnje
      +Local=Lokalno
      +Remote=Vanjsko
      +LocalAndRemote=Lokalno i vanjsko
      +KeyboardShortcut=Kratica tipkovnice
      +AssignedTo=Dodijeljeno korisniku
      +Deletedraft=Obriši skicu
      +ConfirmMassDraftDeletion=Potvrda masovnog brisanja skica
      +FileSharedViaALink=Datoteka podijeljena putem poveznice
      +SelectAThirdPartyFirst=Prvo izaberite treću osobu...
      +YouAreCurrentlyInSandboxMode=Trenutno ste %s u "sandbox" načinu rada
      diff --git a/htdocs/langs/hr_HR/other.lang b/htdocs/langs/hr_HR/other.lang
      index 40e6d1aaf8f..f463d9f611c 100644
      --- a/htdocs/langs/hr_HR/other.lang
      +++ b/htdocs/langs/hr_HR/other.lang
      @@ -1,9 +1,9 @@
       # Dolibarr language file - Source file is en_US - other
       SecurityCode=Security code
       NumberingShort=N°
      -Tools=Tools
      -TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +Tools=Alati
      +TMenuTools=Alati
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Ponuda poslana poštom
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Komitent kreiran
       Notify_COMPANY_SENTBYMAIL=Pošta poslana s kartice komitenta
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> je podatak ovisan o državi komitenta. <br> Na primjer, za zemlju <b>%s</b>, kod je <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/hr_HR/projects.lang b/htdocs/langs/hr_HR/projects.lang
      index ecfb85b0828..33b2496c8ef 100644
      --- a/htdocs/langs/hr_HR/projects.lang
      +++ b/htdocs/langs/hr_HR/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Are you sure you want to delete this project?
       ConfirmDeleteATask=Are you sure you want to delete this task?
       OpenedProjects=Otvoreni projekti
       OpenedTasks=Otvoreni zadaci
      -OpportunitiesStatusForOpenedProjects=Mogući iznos otvorenih projekata po statusu
      -OpportunitiesStatusForProjects=Iznos šanse za projekte po statusu
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Prikaži projekt
       ShowTask=Prikaži zadatak
       SetProject=Postavi projekt
       NoProject=Nema definiranih ili vlastih projekata
      -NbOfProjects=Br. projekata
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Vrijeme utrošeno
       TimeSpentByYou=Vaše utrošeno vrijeme
       TimeSpentByUser=Utrošeno vrijeme korisnika
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Idi na popis utrošenog vremena
       GoToListOfTasks=Idi na popis zadataka
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Popis ponuda dodjeljenih projektu
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Popis ugovora povezanih sa projektom
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Popis intervencija povezanih sa projektom
      -ListExpenseReportsAssociatedProject=Popis izvještaja troškova povezanih sa projektom
      -ListDonationsAssociatedProject=Popis donacija povezanih sa projektom
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Popis događaja povezanih sa projektom
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Popis utrošenog vremena po zadacima projekta
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Današnja aktivnost na projektu
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Zadatak %s kreiran
       TaskModifiedInDolibarr=Zadatak %s izmjenjen
       TaskDeletedInDolibarr=Zadatak %s obrisan
      -OpportunityStatus=Status šanse
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Šansa status
      -OpportunityProbability=Vjerojatnost šanse
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Vjer. šanse
      -OpportunityAmount=Iznos šanse
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Šansa iznos
       OpportunityAmountAverageShort=Prosječan iznos šanse
       OpportunityAmountWeigthedShort=Vjerojatan iznos šanse
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Suradnik
       SelectElement=Odaberi element
       AddElement=Poveži s elementom
       # Documents models
      -DocumentModelBeluga=Predložak projekta za pregled povezanih objekata
      -DocumentModelBaleine=Predložak izvještaja za zadatke projekta 
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planirano opterećenje
       PlannedWorkloadShort=Opterećenje
       ProjectReferers=Povezane stavke
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekti s ovim korisnikom kao kontakt osoba
       TasksWithThisUserAsContact=Zadaci dodjeljeni korisniku
       ResourceNotAssignedToProject=Nije dodjeljen projektu
       ResourceNotAssignedToTheTask=Nije dodjeljen zadatku
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Dodjeli zadatak meni
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Dodjeli
       ProjectOverview=Pregled
      -ManageTasks=Koristi projekte za pračenje zadataka i vremena 
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Koristi projekte za praćenje prednosti/šansi
      -ProjectNbProjectByMonth=Br. kreiranih projektata po mjesecu 
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Iznos šansi po mjesecu
      -ProjectWeightedOppAmountOfProjectsByMonth=Važniji iznosi šansi po mjesecu
      -ProjectOpenedProjectByOppStatus=Otvoreni projekti/prednosti po statusu šanse
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistika po projektima/prednostima
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Zadatak dodjeljen. Unos vremena za zadatak je moguće.
       IdTaskTime=ID vre. zad.
       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=Samo šanse
      -OpenedOpportunitiesShort=Otvorene šanse
      -NotAnOpportunityShort=Nije šansa
      -OpportunityTotalAmount=Ukupan iznos šansi
      -OpportunityPonderatedAmount=Opportunities weighted amount
      -OpportunityPonderatedAmountDesc=Iznosi šanse po važnosti sa vjerojatnošću
      +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=Prospekcija
       OppStatusQUAL=Kvalifikacija
       OppStatusPROPO=Ponuda
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/hu_HU/admin.lang b/htdocs/langs/hu_HU/admin.lang
      index 5c73ed294d2..f80784a04db 100644
      --- a/htdocs/langs/hu_HU/admin.lang
      +++ b/htdocs/langs/hu_HU/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Fejlesztői
       VersionUnknown=Ismeretlen
       VersionRecommanded=Ajánlott
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Munkamenet mentésének kezelője
       SessionSavePath=Munkamenetek tárhelye
       PurgeSessions=Munkamenetek beszüntetése
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=A PHP-ben beállított munkamenetmentés-kezelő nem teszi lehetővé az összes aktív munkamenet felsorolását.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Új kapcsolatok letiltása
      -ConfirmLockNewSessions=Biztosan szeretné, hogy az új kapcsolatok csak Önre legyenek korlátozva? Ezentúl csak a  <b>%s</b> felhasználó lesz képes csatlakozni.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Új kapcsolatok engedélyezése
       YourSession=Az Ön munkamenete
      -Sessions=Felhasználók munkamenetei
      +Sessions=Users sessions
       WebUserGroup=Webszerver felhasználója / csoportja
      -NoSessionFound=A PHP úgy tűnik, hogy nem engedi az aktív munkamenetek felsorolását. Lehet, hogy a munkamenetek tárhelyének <b>(%s)</b> hozzáférése korlátozott. (Például az operációs rendszer vagy a PHP open_basedir direktívája által).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Az adatbázis adattárolási karakterkészlete
       DBSortingCharset=Az adatbázis adatrendezési karakterkészlete
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Külső felhasználó
       InternalUsers=Belső felhasználók
       ExternalUsers=Külső felhasználók
       GUISetup=Kijelző
      -SetupArea=Beállítási terület
      +SetupArea=Beállítás
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=A fájlfeltöltés tesztelésének űrlapja (beállítás szerint)
       IfModuleEnabled=Megjegyzés: az 'igen' csak akkor eredményes, ha a <b>%s</b> modul engedélyezve van 
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=A kód nem tartalmazhatja a 0 értéket
       DisableJavascript=A Javascript és Ajax funkciók kikapcsolása. (Látássérültek számára, vagy szöveges böngészők használata esetén ajánlott)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Keresést kiváltó karakterek száma: %s
       NotAvailableWhenAjaxDisabled=Nem érhető el, ha az Ajax le van tiltva
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Előnézet nem elérhető
       ThemeCurrentlyActive=Jelenleg aktív téma
       CurrentTimeZone=A PHP (szerver) időzónája
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Hely
       Table=Táblázat
       Fields=Mezők
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktív
       SetupShort=Beállítás
       OtherOptions=Egyéb lehetőségek
      -OtherSetup=Egyéb beállítások
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Tizedes elválasztó
       CurrentValueSeparatorThousand=Ezer elválasztó
       Destination=Úticél
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Paraméter %s
      -LocalisationDolibarrParameters=Lokalizációs paraméterek
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Kliens időzónája (felhasználó)
       ClientHour=Kliens ideje (felhasználó)
       OSTZ=A szerver operációs rendszerének időzónája
      @@ -126,8 +126,8 @@ PHPTZ=A PHP szerver időzónája
       DaylingSavingTime=Nyári időszámítás
       CurrentHour=PHP óra (szerver)
       CurrentSessionTimeOut=Jelenlegi munkamenet elévülési ideje
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgetek
       MaxNbOfLinesForBoxes=A widgetek által elfoglalt sorok száma max.
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Automatikus nyelvfelismerés (a böngésző nyelve)
       FeatureDisabledInDemo=Demó módban kikapcsolva
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=A widgetek olyan elemek melyek segítségével egyes oldalak testreszabhatók. A widget ki/bekapcsolását a cél-oldal kiválasztásával az 'Aktiválás'-ra kattintva érheti el illetve a kukára kattintva kikapcsolhatja.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Csak a <a href="%s"> bekapcsolt modulok</a> elemei jelennek meg.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Az interneten további modulokat találhat...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Új
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, a hivatalos Dolibarr ERP / CRM piactér külső modulok számára
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Referencia oldalak további modulok beszerzéséhez...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Elérhető widgetek
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Ne használjon olvasható jelszavakat az adatbázisban,
       MainDbPasswordFileConfEncrypted=Titkosítsa az adatbázis jelszót a conf.php-ban (ajánlott aktiválni)
       InstrucToEncodePass=A jelszavak titkosításához a <b>conf.php</b>-ben cserélje ki a <br><b>$dolibarr_main_db_pass="...";</b><br>sort erre:<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=A generált pdf fájlok védelme (nem ajánlott aktiválni, mivel a tömeges pdf generálást ellehetetleníti)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Funkció
       DolibarrLicense=Engedély
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=A felhasználó vagy fejlesztői dokumentáció (doc, GYIK ...), <br> vessünk egy pillantást a Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=Ha bármilyen további kérdése / help, akkor használja a fórumot Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Ebben a részben a Dolibarral kapcsolatos segítségnyújtási szolgáltatást veheti igénybe.
      -HelpCenterDesc2=A szolgáltatás néhány eleme <b>csak angolul érhető el.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Aktuális menü kezelő
       MeasuringUnit=Mértékegység
       LeftMargin=Bal margó
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Port (alapértelmezés a php.ini-ben: <b>%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (alapértelmezés a php.ini-ben: <b>%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Port (nem definiált a PHP-ben Unix szerű rendszereken)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (nem definiált a PHP-ben Unix szerű rendszereken)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Küldjön szisztematikusan rejtett másolatot az összes elküldött e-mail-ről ide:
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=E-mail küldéséhez használt metódus
      -MAIN_MAIL_SMTPS_ID=SMTP azonosító ha szükséges a hitelesítés
      -MAIN_MAIL_SMTPS_PW=SMTP jelszó ha szükséges a hitelesítés
      -MAIN_MAIL_EMAIL_TLS= Használjon TLS (SSL) titkosítást
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Tiltsa le minden SMS-küldését (hibakeresési vagy demó célokra)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=SMS küldésére használt metódus
      -MAIN_MAIL_SMS_FROM=Alapértelmezett küldő telefonszám az SMS-küldés során
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Felhasználó email címe
       CompanyEmail=Cég email címe
       FeatureNotAvailableOnLinux=A szolgáltatás nem elérhető Unix szerű rendszereken. Teszteld a sendmail programot helyben.
      -SubmitTranslation=Ha a fordítás nem teljes vagy hibákat talál, kijavíthatja a <b>langs/%s</b> könyvtárban található fájlokban és elküldheti a javítást a www.transifex.com/dolibarr-association/dolibarr/ címre
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Modul beállítása
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Ne használd élesben
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=%s lépés
      -FindPackageFromWebSite=Keressen olyan csomag, amely biztosítja a kívánt funkciót (például a hivatalos honlapján %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Csomag letöltése (pl. a havatalos oldalról %s)
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr jelenlegi verziója
       CallUpdatePage=Lépjen az oldalra amiben az adatbázis struktúrát és adatokat frissíti: %s
       LastStableVersion=Utolsó stabil verzió
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Késleltetése caching export válasz másodpercben (0 vagy üres cache nélkül)
       DisableLinkToHelpCenter=Hide link <b>&quot;Segítségre van szüksége, vagy támogatják&quot;</b> a bejelentkezési oldalon
       DisableLinkToHelp=Az online segítség "<b>%s</b>" hivatkozásának elrejtése
      -AddCRIfTooLong=Nincs automatikus tördelés, így ha sor túllép a dokumentumon, mert túl hosszú, akkor meg kell adnia kézzel a szövegdobozban a sortörést.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimális hossz
       LanguageFilesCachedIntoShmopSharedMemory=Fájlok. Lang betöltve megosztott memória
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Példák az aktuális telepítő futtatása
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocument sablonok listája könyvtárak
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Azon könyvtárakban talált ODT / ODS sablonok száma
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Példák a szintaxis: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Ha tudod, hogyan kell létrehozni a odt dokumentumsablonok, mielőtt tárolja őket azokra a könyvtárakra, olvasd el a wiki dokumentáció:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=A webes szolgáltatások kulcsa ("dolibarrkey" paraméte
       TestSubmitForm=Bemeneti teszt formájában
       ThisForceAlsoTheme=Ebben a menüben vezetője is használhatja a saját témája, amit a felhasználó választás. Szintén ebben a menüben menedzsere okostelefonokra szakosodott nem működik minden smartphone. Használjon egy másik menü vezető, ha problémákat tapasztal a tiéd.
       ThemeDir=Skins könyvtárba
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Teszt üzenet a __ __ PHONEFROM__ PHONETO__
       ModuleMustBeEnabledFirst=A funkció használatához a(z) <b>%s</b> modul bekapcsolása szükséges.
       SecurityToken=Kulcs a biztonságos URL-ek
      -NoSmsEngine=Nincs SMS küldő menedzser áll. SMS küldő menedzser nem telepített alapértelmezett elosztó (mert attól függ, hogy egy külső szolgáltató), de megtalálható néhány a http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Beállíthatjuk, hogy az egyes globális kapcsolódó beállítások a PDF generáció
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Szabályok kovácsolni címre dobozok
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Termékleírás elrejtése a generált PDF fájlban
       HideRefOnPDF=Termékreferencia elrejtése a generált PDF fájlban
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=URL paraméterek biztosítása
       SecurityTokenIsUnique=Használjunk olyan egyedi securekey paraméter az URL
       EnterRefToBuildUrl=Adja meg az objektum referencia %s
       GetSecuredUrl=Get URL számított
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Régi ÁFA-kulcs
       NewVATRates=Új ÁFA-kulcs
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Kiválasztó lista
       ExtrafieldSelectList = Válassz a táblából
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Jelszó
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Alapértelmezett hivatkozás
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Mutassa a menedzserek nevét
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Mező
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Felhasználók és csoportok
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Harmadik fél
      +Module1Name=Third Parties
       Module1Desc=A vállalatok vezetése és a kapcsolattartó
       Module2Name=Kereskedelmi
       Module2Desc=Kereskedelmi irányítás
       Module10Name=Számvitel
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Javaslatok
       Module20Desc=Üzleti ajánlat vezetése
       Module22Name=Tömeges e-levelek
      @@ -511,13 +517,13 @@ Module52Desc=Készlet kezelése (termékek)
       Module53Name=Szolgáltatások
       Module53Desc=Szolgáltatások kezelése
       Module54Name=Szerződések / Előfizetések
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Vonalkódok
       Module55Desc=Vonalkód kezelés
       Module56Name=Telefon
       Module56Desc=Telefon-integráció
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=Kattintson a híváshoz
       Module58Desc=Integrációja ClickToDial rendszer (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Költségek és kirándulások jegyzetek
       Module75Desc=Költségek és kirándulások vezetésének figyelmét
       Module80Name=Küldemények
       Module80Desc=Szállítása és szállítás érdekében vezetése
      -Module85Name=Bankok és készpénz
      +Module85Name=Banks and Cash
       Module85Desc=Házipénztár és bankszámlák kezelése
      -Module100Name=Külső helyszínen
      -Module100Desc=Tartalmazza a külső weboldal Dolibarr a menük és nézd meg egy Dolibarr keretben
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman és SIP
       Module105Desc=Mailman vagy SPIP interfész modul tagja
       Module200Name=LDAP
      -Module200Desc=LDAP címtár szinkronizálás
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integráció
       Module240Name=Adat export
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Adat import
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Tagok
       Module310Desc=Alapítvány tagjai menedzsment
       Module320Name=RSS Feed
       Module320Desc=Add RSS feed belül Dolibarr képernyőre
      -Module330Name=Könyvjelzők
      -Module330Desc=Könyvjelző kezelés
      -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 integráció
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Adományok
       Module700Desc=Adomány vezetése
       Module770Name=Költség kimutatások
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Címkék/kategóriák
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG szerkesztő
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinamikus árak
       Module2200Desc=Matematikai kifejezések engedélyezése az árak meghatározásához
       Module2300Name=Időzített feladatok
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Események/Naptár
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web szolgáltatások (SOAP szerver)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=A Dolibarr REST API szerver engedélyezése
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Használja online szolgáltatást Gravatar (www.gravatar.com), hogy fotó a felhasználók / tagok (találtak a levelek). Szüksége van egy internet-hozzáférési
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP kliens
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP MaxMind konverziók képességek
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Több-cég
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Weboldalak
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Értékesítési
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Értékesítési pont
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margók
       Module59000Desc=Module to manage margins
       Module60000Name=Jutalékok
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Erőforrások
       Module63000Desc=Erőforrások kezelése (nyomtatók, autók, helyiségek ...) melyeket események kapcsán oszthat meg
       Permission11=Olvassa vevői számlák
      @@ -651,9 +661,9 @@ Permission32=Létrehozza / módosítja termékek
       Permission34=Törlés termékek
       Permission36=Lásd / kezelhetik rejtett termékek
       Permission38=Export termékek
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Törlés projektek (közös projekt és a projektek vagyok contact)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Olvassa beavatkozások
       Permission62=Létrehozza / módosítja beavatkozások
      @@ -686,7 +696,7 @@ Permission109=Törlés küldések
       Permission111=Olvassa el a pénzügyi számlák
       Permission112=Létrehozása / módosítása / törlése, és hasonlítsa össze tranzakciók
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export ügyletek és számlakivonatok
       Permission116=Számlák közötti átcsoportosítás
       Permission117=Kezelése ellenőrzések szállítási
      @@ -694,15 +704,15 @@ Permission121=Olvassa harmadik fél kapcsolódó felhasználói
       Permission122=Létrehozza / módosítja harmadik fél kapcsolódó felhasználói
       Permission125=Törlés harmadik fél kapcsolódó felhasználói
       Permission126=Export harmadik fél
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Olvassa szolgáltatók
       Permission147=Olvassa statisztika
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Bezár szállító megrendelések
       Permission188=Mégsem beszállítói megrendelések
       Permission192=Létrehozása vonalak
       Permission193=Mégsem vonalak
      -Permission194=Olvassa el a sávszélesség vonalak
      +Permission194=Read the bandwidth lines
       Permission202=ADSL csatlakozások létrehozása
       Permission203=Rendelés kapcsolatok megrendelések
       Permission204=Rendelés kapcsolatok
      @@ -750,12 +760,12 @@ Permission244=Lásd a rejtett partíció tartalmával kategóriák
       Permission251=Olvassa el más felhasználók és csoportok
       PermissionAdvanced251=Olvassa el a többi felhasználó
       Permission252=Olvassa el a többi felhasználó jogosultságait
      -Permission253=Létrehozza / módosítja más felhasználók, csoportok és permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Létrehozza / módosítja belső / külső felhasználók és jogosultságok
       Permission254=Létrehozása / módosítása csak a külső felhasználók számára
       Permission255=Módosíthat más felhasználó jelszavát
       Permission256=Törlése vagy tiltsa le más felhasználók
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Olvassa CA
       Permission272=Olvassa számlák
       Permission273=Számlák kibocsátása
      @@ -765,7 +775,7 @@ Permission283=Névjegyek törlése
       Permission286=Névjegyek exportálása
       Permission291=Olvassa tarifák
       Permission292=Engedélyek beállítása a tarifák
      -Permission293=Módosítása vevők tarifák
      +Permission293=Modify customers tariffs
       Permission300=Olvassa vonalkódok
       Permission301=Létrehozza / módosítja vonalkódok
       Permission302=Törlés vonalkódok
      @@ -787,11 +797,9 @@ Permission401=Olvassa kedvezmények
       Permission402=Létrehozza / módosítja kedvezmények
       Permission403=Kedvezmények érvényesítése
       Permission404=Törlés kedvezmények
      -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
      @@ -844,8 +852,8 @@ Permission1251=Fuss tömeges import a külső adatok adatbázisba (adatok terhel
       Permission1321=Export vevői számlák, attribútumok és kifizetések
       Permission1322=Reopen a paid bill
       Permission1421=Export vevői megrendelések és attribútumok
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potenciális szintjétől
       DictionaryCanton=Állam / Tartomány
       DictionaryRegion=Régiók
      @@ -894,7 +902,7 @@ DictionaryVAT=HÉA-kulcsok vagy Értékesítés adókulcsok
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Fizetési feltételek
       DictionaryPaymentModes=Fizetési módok
      -DictionaryTypeContact=Kapcsolat- és címtípusok
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ökoadó (WEEE)
       DictionaryPaperFormat=Papírméretek
      @@ -908,47 +916,47 @@ DictionarySource=Származási javaslatok / megrendelések
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=E-mail sablonok
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Egységek
       DictionaryProspectStatus=Ajánlat állapota
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Beállítás mentett
       SetupNotSaved=Setup not saved
       BackToModuleList=Visszalép a modulok listáját
      -BackToDictionaryList=Visszalép a szótárak listája
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=ÁFA kezelés
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Alapértelmezésben a tervezett áfa 0, amelyet fel lehet használni olyan esetekre, mint az egyesületek, magánszemélyek ou kis cégek.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Arány
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE menedzsment
      -LocalTax1IsUsedDescES= A RE mértéke alapesetben létrehozásakor kilátások, számlák, megrendelések, stb kövesse a normál aktív szabályt: <br> Ha te vevőnek nincs kitéve a RE, RE alapértelmezésben = 0. Vége a szabály. <br> Ha a vevő van kitéve, akkor a RE RE alapértelmezés szerint. Vége a szabály. <br>
      -LocalTax1IsNotUsedDescES= Alapértelmezésben a javasolt RE 0.. Vége a szabály.
      -LocalTax1IsUsedExampleES= Spanyolországban vannak szakemberek figyelemmel néhány konkrét részeit spanyol IAE.
      -LocalTax1IsNotUsedExampleES= Spanyolországban ezt a szakmai és a társadalmak és bizonyos részei a spanyol IAE.
      -LocalTax2ManagementES= IRPF menedzsment
      -LocalTax2IsUsedDescES= A RE mértéke alapesetben létrehozásakor kilátások, számlák, megrendelések, stb kövesse a normál aktív szabályt: <br> Ha az eladó nem IRPF kitéve, akkor alapértelmezés szerint IRPF = 0. Vége a szabály. <br> Ha az eladó van kitéve, akkor a IRPF IRPF alapértelmezés szerint. Vége a szabály. <br>
      -LocalTax2IsNotUsedDescES= Alapértelmezésben a javasolt IRPF 0. Vége a szabály.
      -LocalTax2IsUsedExampleES= Spanyolországban, szabadúszók és független szakemberek, akik szolgáltatásokat nyújtanak és a vállalatok akik úgy döntöttek, az adórendszer a modulok.
      -LocalTax2IsNotUsedExampleES= Spanyolországban vannak bussines nem adóköteles rendszer modulok.
      +LocalTax1ManagementES=RE menedzsment
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Alapértelmezésben a javasolt RE 0.. Vége a szabály.
      +LocalTax1IsUsedExampleES=Spanyolországban vannak szakemberek figyelemmel néhány konkrét részeit spanyol IAE.
      +LocalTax1IsNotUsedExampleES=Spanyolországban ezt a szakmai és a társadalmak és bizonyos részei a spanyol IAE.
      +LocalTax2ManagementES=IRPF menedzsment
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Alapértelmezésben a javasolt IRPF 0. Vége a szabály.
      +LocalTax2IsUsedExampleES=Spanyolországban, szabadúszók és független szakemberek, akik szolgáltatásokat nyújtanak és a vállalatok akik úgy döntöttek, az adórendszer a modulok.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Eladások
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label az alap, ha nincs fordítás megtalálható a kód
       LabelOnDocuments=Címke dokumentumok
      -NbOfDays=Nb napok
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=A hónap végén
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Adatbázis felhasználói
       DatabasePassword=Adatbázis jelszó
       Tables=Táblázatok
       TableName=Táblanév
      -NbOfRecord=Nb rekordok
      +NbOfRecord=No. of records
       Host=Szerver
       DriverType=Vezető típus
       SummarySystem=Rendszer információk összefoglaló
      @@ -996,7 +1005,7 @@ Skin=Bőr téma
       DefaultSkin=Alapértelmezett skin téma
       MaxSizeList=Maximális hossza lista
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Alapértelmezett maximális karakter-hossz egy rövid listában (pl. vevő adatlapon)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=A nap üzenete
       MessageLogin=Belépés oldalra üzenet
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Állandó keresési űrlapot baloldali menüben
       DefaultLanguage=Alapértelmezett nyelv használatát (nyelv kód)
       EnableMultilangInterface=Engedélyezze a többnyelvű interfész
       EnableShowLogo=Mutasd logo a bal menüben
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Név
       CompanyAddress=Cím
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Tulajdonosa bankszámla %s
       BankModuleNotActive=Bankszámlák modul nincs engedélyezve
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Figyelmeztetések
      -DelaysOfToleranceBeforeWarning=Tolerancia késéssel figyelmeztetés
      -DelaysOfToleranceDesc=Ez a képernyő lehetővé teszi, hogy meghatározza a tolerálható késéssel riasztást jelentett a képernyőn Picto %s minden késedelmes elem.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Késleltetés tolerancia (napokban), mielőtt riasztást javaslatokat, hogy lezárja
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Késleltetés tolerancia (napokban), mielőtt riasztást javaslatok nem kell fizetnie
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerancia késleltetést (nap) előtt figyelmeztető szolgáltatások aktiválásához
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerancia késleltetést (nap) előtt figyelmeztető jelzés hatálya lejárt szolgáltatások
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerancia késleltetést (nap) előtt figyelmeztető jelzés nem fizetett szállító számlák
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence késleltetést (nap) előtt figyelmeztető fizetés nélküli ügyfél számlák
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerancia késleltetést (nap) előtt folyamatban lévő figyelmeztető banki megbékélés
      -Delays_MAIN_DELAY_MEMBERS=Tolerancia késleltetést (nap) előtt figyelmeztető jelzés késedelmes tagdíj
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerancia késedelem (nap) előtt figyelmeztetést ellenőrzések betét csinálni
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tűréshatár értéke (napokban) mielőtt figyelmeztetést küld a kiadási összesítések elfogadtatására
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=További bejegyzések kezelése menüben választható paramétereket.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Biztonsági audit események
       Audit=Könyvvizsgálat
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Itt tud belépni a Dolibarr eseményeire biztonságosa. A rendszerg
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Rendszer információk különféle műszaki információkat kapunk a csak olvasható módban, és csak rendszergazdák számára látható.
       SystemAreaForAdminOnly=Ez a terület áll rendelkezésre a felhasználók csak rendszergazda. Egyik Dolibarr engedélyek csökkentheti ezt a határt.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Választhat minden paramétert kapcsolatos Dolibarr kinézetét itt
       AvailableModules=Available app/modules
       ToActivateModule=Ha aktiválni modulok, menjen a Setup Terület (Home-> Beállítások-> Modulok).
       SessionTimeOut=A munkamenet lejárt
      -SessionExplanation=Ez a szám garancia arra, hogy session soha nem jár le, mielőtt ez a késlekedés. De a PHP session kezelése nem garantálja, hogy mindig session után lejár ez a késedelem: Ez akkor fordul elő, ha a rendszer tisztítása cache munkamenet fut. <br> Megjegyzés: nem adott rendszer belső folyamat PHP session tiszta minden a <b>%s / %s</b> hozzáférés, de csak a hozzáférést más kapcsolatok által.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Elérhető triggerek
      -TriggersDesc=A triggerek olyan fájlok, amely módosítja a viselkedését Dolibarr munkafolyamat után másolja abba a könyvtárba <b>htdocs / core / ravaszt.</b> Rájöttek, új akciókkal aktiválva Dolibarr események (új cég létrehozása, számla érvényesítését, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggerek ebben a fájlban vannak tiltva a <b>NORUN-utótag</b> a nevükben.
       TriggerDisabledAsModuleDisabled=Triggerek ebben a fájlban vannak tiltva, mint <b>%s</b> modul le van tiltva.
       TriggerAlwaysActive=Triggerek ebben a fájlban mindig aktív, függetlenül az aktivált Dolibarr modulokat.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Korlátok / Precision beállítás
      -LimitsDesc=Megadhatjuk, korlátok, pontosítást és optimalizálás által használt Dolibarr itt
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Az egységár tizedesjegyeinek száma
       MAIN_MAX_DECIMALS_TOT=A végösszeg tizedesjegyeinek száma
       MAIN_MAX_DECIMALS_SHOWN=Max tizedes az árak a képernyőn látható (Új <b>...</b> miután ezt a számot, ha meg akarja nézni <b>...</b> amikor számot csonkolni a képernyőn látható)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Nettó egységár egy termék
       TotalPriceAfterRounding=Teljes ár (nettó / ÁFA / incl adó) után a kerekítés
       ParameterActiveForNextInputOnly=Paraméter hatékony következő bemeneti csak
       NoEventOrNoAuditSetup=Nincs biztonsági esemény lett felvéve még. Ez lehet normális, ha ellenőrzés nincs engedélyezve a &quot;setup - biztonság - audit&quot; oldalon.
      -NoEventFoundWithCriteria=Nincs biztonsági esemény találtak ilyen keresési kritériumot.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Nézze meg a helyi sendmail beállítása
       BackupDesc=Ahhoz, hogy egy teljes biztonsági mentést Dolibarr kell tennie:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archivált könyvtárban kell tárolni biztonságos helyen.
       BackupDescY=A generált dump fájlt kell tárolni biztonságos helyen.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Visszaállításához Dolibarr hát, ha kell:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Ez a szabály arra kényszerül, hogy <b>%s</b> által aktivált modul
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Kell futtatni ezt a parancsot a
       YourPHPDoesNotHaveSSLSupport=SSL funkció nem áll rendelkezésre a PHP
       DownloadMoreSkins=További bőrök letöltése
       SimpleNumRefModelDesc=Vissza a hivatkozási számot formátumban %syymm-nnnn, ahol yy év, hónap és mm nnnn sorozata nélkül, lyuk, és újraindítás nélkül
      -ShowProfIdInAddress=Mutasd hivatásos id címekkel dokumentumok
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Részleges fordítás
      -MAIN_DISABLE_METEO=Meteo nézet letiltása
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Az API belépéshez teszt
      -ProxyDesc=A Dolibarr egyes funkcióinak működéséhez kell egy internetes kapcsolat. Határozza meg itt paramétereit. Ha a Dolibarr szerver egy proxy szerver mögött van, ezek a paraméterek Dolibarr elmondja, hogyan érhető el interneten keresztül is.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Külső hozzáférés
       MAIN_PROXY_USE=Használjon proxy szerver (egyébként közvetlen internet-hozzáféréssel)
       MAIN_PROXY_HOST=Proxy szerver neve / címe
       MAIN_PROXY_PORT=Proxy szerver port
       MAIN_PROXY_USER=Jelentkezz be, hogy használja a proxy szerver
       MAIN_PROXY_PASS=Jelszó a proxy szerver használata
      -DefineHereComplementaryAttributes=Adjuk meg itt minden atributes, még nem álltak rendelkezésre az alapból, hogy azt szeretné, hogy támogatja %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Kiegészítő tulajdonságok
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Figyelem, egyes Linux rendszereken, hogy küldjön e-mailt az e-mail, sendmail beállítás végrehajtása lehetőséget kell conatins-ba (paraméter mail.force_extra_parameters be a php.ini fájl). Ha néhány címzett nem fogadja az üzeneteket, próbáld meg szerkeszteni ezt a PHP paraméter = mail.force_extra_parameters-ba).
       PathToDocuments=A dokumentumok elérési útvonala
       PathDirectory=Könyvtár
      -SendmailOptionMayHurtBuggedMTA=A "PHP mail direct" metódus választása esetén olyan emailt küldhet a rendszer melyet nem minden levelező szerver tud megfelelően értelmezni. Ennek eredményeképpen néhány címzett nem fog tudni levelet kapni ezeken a levelező platformokon (pl. a francia Orange esetén) A probléma orvoslására a beállításoknál használhatja a MAIN_FIX_FOR_BUGGED_MTA opciót 1-re állítva. Ez azonban más szervereknél jelenthet gondot melyek szigorúan követik az SMTP szabványt. Egy másik ajánlott metódus az "SMTP socket library" kiválasztása, amelynek nincs hátránya.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Legalább egy modult engedélyezni kell
      -ClassNotFoundIntoPathWarning=A(z) %s osztály nem található a PHP útvonalon
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Nyáron
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=A %s meghajtóprogram van használatban, ez a jelenleg elérhető legjobb.
      -YouDoNotUseBestDriver=A %s meghajtóprogram van használatban, de a %s ajánlott.
      -NbOfProductIsLowerThanNoPb=Az adatbázis csak %s terméket / szolgáltatást tartalmaz. Különösebb optimalizálásra nincs szükség.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Keresés optimalizálása
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=A %s webböngészőt használja. Ez a böngésző a biztonság és a teljesítmény szempontjából is megfelel.
      -BrowserIsKO=A %s webböngészőt használja. Ez a böngésző közismerten rossz választás a biztonság, a teljesítmény és a megbízhatóság szempontjából. Javasoljuk, hogy használja a Firefox, Chrome, Opera vagy Safari böngészőket.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug betöltve.
       XCacheInstalled=XCache betöltve.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=%s mező szerkesztése
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Vissza a jelszót generált szerint Belső Dolibarr algoritmus: 8 karakter tartalmazó közös számokat és karaktereket kisbetűvel.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Egy jelszóval tér vissza a személyes beállításoknak megfelelően.
       SetupPerso=A beállításainak megfelelően
       PasswordPatternDesc=A jelszó minta leírása
      @@ -1195,23 +1205,23 @@ UserMailRequired=E-mail létrehozásához szükséges új felhasználó
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Cégek modul beállítása
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Dokumentumok sablonok
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vízjel dokumentum tervezetét
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Professzionális egyedi azonosító
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Az export linket <b>%s</b> formátumban elérhető a következő linkre: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Az export linket <b>%s</b> formátumban elérhető a köv
       BillsSetup=Számlák modul beállítása
       BillsNumberingModule=Számlák és jóváírási számozási modul
       BillsPDFModules=Számla dokumentumok modellek
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Jóváírást
       CreditNotes=Jóváírási
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Készítsen egy Login minden tagja számára
       AdherentMailRequired=E-mail létrehozásához szükséges új tagot
       MemberSendInformationByMailByDefault=Checkbox levelet küldeni visszaigazolást a tagok (jóváhagyás vagy új előfizetés) alapértelmezés szerint be van
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP beállítása
       LDAPGlobalParameters=Globális paraméterek
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=A szinkronizálás sikeres teszt
       LDAPSynchroKO=Nem sikerült a szinkronizálás teszt
      -LDAPSynchroKOMayBePermissions=Sikertelen teszt szinkronizálás. Ellenőrizze, hogy a Connexion szerver helyesen van konfigurálva, és lehetővé teszi az LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP csatlakozni az LDAP szerver sikeres (= %s Server, Port = %s)
       LDAPTCPConnectKO=TCP csatlakozni az LDAP kiszolgáló nem (Server = %s, Port = %s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Csatlakozás / Authentificate az LDAP-kiszolgáló nem (Server = %s, Port = %s, Admin = %s, Password = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-kiszolgáló konfigurálva a 3-as verzió
       LDAPSetupForVersion2=LDAP-kiszolgáló konfigurálva a 2-es verziója
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Bejelentkezés (samba, ActiveDirectoryba)
       LDAPFieldLoginSambaExample=Példa: sAMAccountName
       LDAPFieldFullname=Keresztnév
       LDAPFieldFullnameExample=Példa: cn
      -LDAPFieldPasswordNotCrypted=Jelszó nem kódolják
      -LDAPFieldPasswordCrypted=Jelszó kódolják
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Példa: userPassword
       LDAPFieldCommonNameExample=Példa: cn
       LDAPFieldName=Név
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Példaértékek tervezték <b>OpenLDAP</b> az alábbi betöltött sémák: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Ha a thoose értékek és az OpenLDAP, módosíthatja az LDAP konfigurációs file <b>slapd.conf</b> hogy minden thoose sémák betöltve.
       ForANonAnonymousAccess=A hitelesített hozzáférés (egy írási például)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=Ezen az oldalon a teljesítménnyel kapcsolatos tanácsok vagy ellenőrzések találhatók.
      -NotInstalled=Nincs telepítve, tehát nem lassítja le a szervert.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Statikus erőforrások (css, img, javascript) HTTP gyorsítótára
       FilesOfTypeCached=A HTTP szerver a %s típusú fájlok esetében használja a gyorsítótárat.
       FilesOfTypeNotCached=A HTTP szerver a %s típusú fájlok esetében nem használja a gyorsítótárat.
       FilesOfTypeCompressed=A HTTP szerver a %s típusú fájlokat tömöríti.
       FilesOfTypeNotCompressed=A HTTP szerver a %s típusú fájlokat nem tömöríti.
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=HTTP válaszok tömörítése
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Termékek modul beállítása
       ServiceSetup=Szolgáltatások modul beállítása
       ProductServiceSetup=Termékek és szolgáltatások modulok beállítása
       NumberOfProductShowInSelect=Max. termékek száma a kombók válassza listák (0 = nincs korlát)
      -ViewProductDescInFormAbility=Visualization a termékleírásokat a formanyomtatványok (egyébként a felugró eszköztipp)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Alapértelmezett típusú vonalkód használatát termékek
       SetDefaultBarcodeTypeThirdParties=Alapértelmezett típusú vonalkód használatát harmadik felek számára
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Küldő modul beállítása
       SendingsReceiptModel=Küldése modell átvételét
       SendingsNumberingModules=Küldések számozási modulok
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Termékek szállítások kézhezvételét számozás modul
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Speciális szerkesztő
       ActivateFCKeditor=Aktiválja a fejlett szerkesztő:
       FCKeditorForCompany=WYSIWIG létrehozása / kiadás elem leírása és megjegyzés (kivéve a termékek / szolgáltatások)
       FCKeditorForProduct=WYSIWIG létrehozása / kiadásában termék / szolgáltatás 's leírása és megjegyzés
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG létrehozása / kiadás levelek
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection sikerült, de az adatbázisban nem néz ki, hogy egy OsCommerce adatbázis (Key %s nem található táblázatban %s).
      -OSCommerceTestOk=Csatlakozás a szerverhez &quot;%s&quot; az adatbázis &quot;%s&quot; felhasználói &quot;%s&quot; sikeres.
      -OSCommerceTestKo1=Csatlakozás a szerverhez &quot;%s&quot; sikerül, de adatbázis &quot;%s&quot; nem lehet elérni.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Csatlakozás a szerverhez &quot;%s&quot; felhasználói &quot;%s&quot; sikerült.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menü törölve
       Menus=Menük
      @@ -1548,7 +1561,7 @@ DetailRight=Feltétel megjeleníteni jogosulatlan szürke menük
       DetailLangs=Lang fájl nevét címke kód fordítást
       DetailUser=Intern / Extern / All
       Target=Cél
      -DetailTarget=Cél linkek (_blank tetején megnyílik egy új ablak)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Szint (-1: felső menüben, 0: fejléc menü&gt; 0 menü és almenü)
       ModifMenu=MENÜ
       DeleteMenu=Törlése menüpont
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=ÁFA oka: <br> - Utánvéttel áruk (az általunk használt
       OptionVatDebitOptionDesc=ÁFA oka: <br> - Utánvéttel áruk (az általunk használt számla dátum) <br> - A számla (debit) szolgáltatások
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=A szállítási
       OnPayment=A fizetési
       OnInvoice=A számlát
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Vétel számviteli kódja
       AgendaSetup=Rendezvények és napirend modul beállítási
       PasswordTogetVCalExport=Főbb kiviteli engedélyezésének linket
       PastDelayVCalExport=Ne export esetén, mint a régebbi
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Kattintson a Tárcsázás modul beállítása
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Értékesítési
       CashDeskSetup=Point of Sales Modul telepítés
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Alapértelmezett fiók kezelhető készpénz kifizetések
       CashDeskBankAccountForCheque= Alapértelmezett fiók használata fizetések fogadására csekkel
       CashDeskBankAccountForCB= Alapértelmezett fiók kezelhető készpénz kifizetések hitelkártyák
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=Könyvjelző beállítása modul
      -BookmarkDesc=Ez a modul lehetővé teszi a könyvjelzők kezelése. Azt is hozzá parancsikonokat bármely Dolibarr oldalakra vagy externale webhelyeket a bal oldali menüben.
      +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.
       NbOfBoomarkToShow=Maximális száma könyvjelzők mutatni a bal menüben
       ##### WebServices #####
       WebServicesSetup=Webservices modul beállítása
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Több cég setup modul
       ##### Suppliers #####
       SuppliersSetup=Szállító modul beállítása
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekt modul beállítása
       ProjectsModelModule=Projektjének dokumentum modellje
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/hu_HU/companies.lang b/htdocs/langs/hu_HU/companies.lang
      index e5b5246d0de..9eb0080e4b8 100644
      --- a/htdocs/langs/hu_HU/companies.lang
      +++ b/htdocs/langs/hu_HU/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Válasszon egy partnert
       ConfirmDeleteCompany=Biztos benne, hogy törli a vállalatot és az összes öröklött információt?
       DeleteContact=Kapcsolat/címek törlése
       ConfirmDeleteContact=Biztosan törölni akarja ezt a kapcsolatot és az összes örökölt információt?
      -MenuNewThirdParty=Új partner
      -MenuNewCustomer=Új vevő
      -MenuNewProspect=Új jelentkező
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Új magánszemély
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Parnter létrehozása (harmadik fél)
       CreateThirdPartyAndContact=Harmadik fél létrehozása + szülő kapcsolat
      @@ -25,22 +25,22 @@ ThirdPartyContact=Paertner Kapcsolat/Cím
       Company=Cég
       CompanyName=Cégnév
       AliasNames=Álnév megnevezése (kereskedelmi, jogvédett, ...)
      -AliasNameShort=Álnév
      +AliasNameShort=Alias Name
       Companies=Cégek
      -CountryIsInEEC=EU tagország
      -ThirdPartyName=Partner neve
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Partner
      -ThirdParties=Partner
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Jelentkezők
       ThirdPartyProspectsStats=Jelentkezők
       ThirdPartyCustomers=Vevők
       ThirdPartyCustomersStats=Vevők
       ThirdPartyCustomersWithIdProf12=Vevők %s vagy %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Partner típusa
      +ThirdPartyType=Type of company
       Individual=Magánszemély
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Anyavállalat
       Subsidiaries=Leányvállalatok
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Irányítószám
       Town=Város
       Web=Web
       Poste= Pozíció
      -DefaultLang=Nyelv alapértelmezés szerint
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Cím kitöltése a harmadik férl címével
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Fizetési bank számla
       OverAllProposals=Javaslatok
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Szintaxis érvényes
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=A vevő alapértelmezett kedvezménye <b>%s%%</b>
       CompanyHasNoRelativeDiscount=A vevő nem rendelkezik relatív kedvezménnyel alapértelmezésben
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ez a vevő még hitellel rendelkezik <b>%s %s</b>-ig
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Nincs
      -Supplier=Szállító
      +Supplier=Vendor
       AddContact=Kapcsolat létrehozása
       AddContactAddress=Kapcsolat/cím létrehozása
       EditContact=Kapcsoalt szerkesztése
      @@ -303,22 +303,22 @@ AddThirdParty=Parnter létrehozása (harmadik fél)
       DeleteACompany=Cég törlése
       PersonalInformations=Személyes adatok
       AccountancyCode=Accounting account
      -CustomerCode=Vevőkód
      -SupplierCode=Vendor code
      -CustomerCodeShort=Vevőkód
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Vevőkód, egyedi minden vevő számára
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Kötelező, ha a partner vevő vagy jelentkező
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Érvényességi a modulban beállítva
      -ThisIsModuleRules=A modul szabályai
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Jelentkező a kapcsolat felvételre
       CompanyDeleted="%s" cég törölve az adatbázisból.
       ListOfContacts=Névjegyek / címek
      -ListOfContactsAddresses=Kapcsolatok listája
      -ListOfThirdParties=Partnerek listája
      -ShowCompany=Harmadik fél mutatása
      +ListOfContactsAddresses=Névjegyek / címek
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Kapcsolat mutatása
       ContactsAllShort=Minden (nincs szűrő)
       ContactType=Kapcsolat típusa
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Nem kapcsolattartó egyik kereskedelmi javaslatnál sem
       NoContactForAnyContract=Nem kapcsolattartó egyetlen szerződésnél sem
       NoContactForAnyInvoice=Nem kapcsolattartó egyik számlánál sem
       NewContact=Új kapcsolat
      -NewContactAddress=Új kapcsolat/cím
      +NewContactAddress=New Contact/Address
       MyContacts=Kapcsolataim
       Capital=Tőke
       CapitalOf=%s tőkéje
       EditCompany=Cég szerkesztése
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Csekk
      -VATIntraCheckDesc=A link <b>%s</b> lehetővé teszi, hogy kérje az európai adószám ellenőrzését. Internet kapcsolat szükséges.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Ellenőrizze a közösségen belüli ÁFA-t az európai bizottság oldalán.
      -VATIntraManualCheck=Ön is ellenőrizheti manuálisan az EU honlapján <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Ellenőrzés nem lehetséges. A szolgáltatást a tagállam nem teszi lehetővé (%s).
      -NorProspectNorCustomer=Nem jelentkező vagy vevő
      -JuridicalStatus=Legális formátum
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Személyzet
       ProspectLevelShort=Potenciális
       ProspectLevel=Jelentkezői potenciál
      @@ -387,12 +387,12 @@ ExportCardToFormat=Kártya exportálása formázással
       ContactNotLinkedToCompany=Kapcsolat nincs partnerhez csatolva
       DolibarrLogin=Dolibarr bejelentkezés
       NoDolibarrAccess=Nem Dolibarr hozzáférés
      -ExportDataset_company_1=Harmadik fél (cégek / alapítványok / személyek) és tulajdonságai
      -ExportDataset_company_2=Kapcsolatok és tulajdonságai
      -ImportDataset_company_1=Harmadik fél (cégek / alapítványok / személyek) és tulajdonságai
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Árszint
       DeliveryAddress=Szállítási cím
       AddAddress=Cím hozzáadása
      @@ -402,16 +402,16 @@ DeleteFile=Fájl törlése
       ConfirmDeleteFile=Biztosan törölni akarja ezt a fájlt?
       AllocateCommercial=Értékesítési képviselőhöz hozzárendelve
       Organization=Szervezet
      -FiscalYearInformation=Információ a pénzügyi évről
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Pénzügyi év kezdő hónapja
      -YouMustAssignUserMailFirst=E-mail értesítő hozzáadásához először létre kell hozni egy e-mail-t ehhez a felhasználóhoz.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=E-mail értesítő hozzáadásához létre kell hozni egy e-mail kapcsolatot a harmadik félhez.
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Jelenkezők listája
      -ListCustomersShort=Vevők listája
      -ThirdPartiesArea=Partner és a szerződés helye
      -LastModifiedThirdParties=Legutóbb %s változtatott harmadik felet
      -UniqueThirdParties=Összes egyedi parnter
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Nyitott
       ActivityCeased=Lezárt
       ThirdPartyIsClosed=Harmadik fél lezárva
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Jelenlegi kintlévőség
       OutstandingBill=Maximális kintlévőség
       OutstandingBillReached=Max. a kintlévőség elért
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=A kód szabad. Ez a kód bármikor módosítható.
       ManagingDirectors=Vezető(k) neve (ügyvezető, elnök, igazgató)
       MergeOriginThirdparty=Duplikált partner (a partnert törlésre kerül)
       MergeThirdparties=Partnerek egyesítése
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Kereskedelmi képviselő bejelentkezés
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/hu_HU/errors.lang b/htdocs/langs/hu_HU/errors.lang
      index ba547724e50..a9b00ace43b 100644
      --- a/htdocs/langs/hu_HU/errors.lang
      +++ b/htdocs/langs/hu_HU/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=A '%s' értéke nem megfelelő dátum formátum
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Nem sikerült írni a %s könyvtárba
       ErrorFoundBadEmailInFile=Talált rossz e-mail szintaxisa %s sorok fájlt (például az e-mail vonal %s %s =)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Néhány kötelezően kitöltendő mező még üres.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Nem sikerült létrehozni egy könyvtárat. Ellenőrizze, hogy a Web szerver felhasználó engedélyekkel rendelkezik, hogy ültesse át Dolibarr dokumentumok könyvtárba. Ha a paraméter <b>safe_mode</b> engedélyezve van ez a PHP-t, ellenőrizze, hogy Dolibarr PHP fájlok tulajdonosa a webszerver felhasználó (vagy csoport).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>%s</b> mező nem tartalmaz speciális karaktereket.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Nem számviteli modul aktiválódik
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr LDAP-egyezés nem teljes.
       ErrorLDAPMakeManualTest=Egy. LDIF fájlt keletkezett %s könyvtárban. Próbálja meg kézzel betölteni a parancssorból, hogy több információt hibákat.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nem lehet menteni akciót &quot;az alapszabály nem kezdődött el&quot;, ha a területen &quot;történik&quot; is ki van töltve.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref használt létrehozására már létezik.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript nem szabad tiltani, hogy ez a funkció működik. Annak engedélyezése / tiltása Javascript, menj a menü Home-> Beállítások-> Kijelző.
       ErrorPasswordsMustMatch=Mindkét típusú jelszavakat kell egyeznie egymással
      -ErrorContactEMail=Egy technikai hiba történt. Kérjük, lépjen kapcsolatba a következő e-mail rendszergazda <b>%s</b> en biztosítja a hibakódot <b>%s</b> be az üzenetet, vagy még jobb hozzáadásával képernyő ezen oldal másolatát.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Rossz érték mezőszám <b>%s</b> (érték <b>&quot;%s&quot;</b> nem egyezik regex szabály <b>%s)</b>
       ErrorFieldValueNotIn=Rossz érték mezőszám <b>%s</b> (érték <b>&quot;%s&quot;</b> nem érték áll rendelkezésre a területen <b>%s %s</b> táblázat)
       ErrorFieldRefNotIn=Rossz érték mezőszám <b>%s</b> (érték <b>&quot;%s&quot;</b> nem létező <b>%s</b> ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=A víruskereső program nem tudta érvényesíteni
       ErrorSpecialCharNotAllowedForField=Speciális karakterek használata nem engedélyezett területen &quot;%s&quot;
       ErrorNumRefModel=A referencia létezik az adatbázis (%s), és nem kompatibilis ezzel a számozással a szabály. Vegye rekord vagy átnevezték hivatkozással, hogy aktiválja ezt a modult.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Hiba a maszk
       ErrorBadMaskFailedToLocatePosOfSequence=Hiba, maszk sorozatszám nélkül
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Hiba, rossz érték visszaállítása
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Hiba. Válasszon legalább egy bejegyzést.
      -ErrorDeleteNotPossibleLineIsConsolidated=Törlése nem lehetséges, mert rekord kapcsolódik egy bank, amely egyeztetett transation
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s van rendelve egy másik harmadik
       ErrorFailedToSendPassword=Nem sikerült elküldeni a jelszót
       ErrorFailedToLoadRSSFile=Nem kap RSS feed. Próbálja felvenni, ha állandó MAIN_SIMPLEXMLLOAD_DEBUG hibaüzenetek nem nyújt elegendő információt.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Felhasználó bejelentkezési <b>%s</b> nem található.
       ErrorLoginHasNoEmail=Ennek a felhasználónak nincs e-mail címre. Folyamat megszakítva.
       ErrorBadValueForCode=Rossz érték a biztonsági kódot. Próbálja újra, az új érték ...
       ErrorBothFieldCantBeNegative=Fields %s %s és nem lehet egyszerre negatív
      +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=Felhasználói fiók <b>%s</b> végrehajtására használnak web szerver nincs engedélye az adott
       ErrorNoActivatedBarcode=Nem vonalkód típus aktivált
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A könyvjelző ezzel a címmel, vagy ez a cél (URL
       WarningPassIsEmpty=Figyelem, az adatbázis jelszó üres. Ez egy biztonsági lyuk. Meg kell hozzá egy jelszót, hogy az adatbázis és változtassa meg a fájl conf.php ezt tükröznie kell.
       WarningConfFileMustBeReadOnly=Figyelem, a config file <b>(htdocs / conf / conf.php)</b> át lehet írni a webszerver. Ez egy komoly biztonsági rést. Jogosultságát módosítani a fájlt, hogy a csak olvasható módban az operációs rendszer felhasználói által használt webszerver. Ha Windows FAT és az a lemez, akkor tudnia kell, hogy ez a fájl rendszer nem engedi hozzáadni file jogosultságokat, így nem lehet teljesen biztonságos.
       WarningsOnXLines=Figyelmeztetések <b>%s</b> forrás vonalak
      -WarningNoDocumentModelActivated=Nem modell, a dokumentum generáció, be van kapcsolva. A modell kerül választottunk alapértelmezés szerint amíg ellenőrizze a modul beállításait.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Minden biztonsági figyelmeztetések (látható: admin felhasználó esetén) továbbra is aktív marad, amíg a biztonsági rés van jelen (vagy állandó MAIN_REMOVE_INSTALL_WARNING egészül ki a Setup-> Egyéb beállítás).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/hu_HU/interventions.lang b/htdocs/langs/hu_HU/interventions.lang
      index 642ae9a5828..d6941bac356 100644
      --- a/htdocs/langs/hu_HU/interventions.lang
      +++ b/htdocs/langs/hu_HU/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervenciók
       InterventionCard=Intervenció kártya
       NewIntervention=Új intervenció
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Intervenciók liskáta
       ActionsOnFicheInter=Műveletek az intervenciós
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/hu_HU/main.lang b/htdocs/langs/hu_HU/main.lang
      index 7c8419b5d20..5b66c4bcb82 100644
      --- a/htdocs/langs/hu_HU/main.lang
      +++ b/htdocs/langs/hu_HU/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Nemsikerült elküldeni a levelet (feladó=%s, címzett=%s
       ErrorFileNotUploaded=A Fájl nem lett feltöltve. Ellenőrizd, hogy a méret nem haladja -e meg a maximum méretet, van -e elég szabad hely és hogy a célkönyvtárban nincs -e még egy ugyan ilyen nevü fájl.
       ErrorInternalErrorDetected=Hiba észlelve
       ErrorWrongHostParameter=Rossz hoszt paraméter
      -ErrorYourCountryIsNotDefined=Az ország nincs megadva. Menj a Nyitólapo->Beállítások->Szerkesztés oldalra és add meg újra.
      -ErrorRecordIsUsedByChild=Nem sikerült a rekordot törölni. Ezt a rekordot egy leszármazott rekord használja.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Rossz érték
       ErrorWrongValueForParameterX=%s paraméter rossz értékkel rendelkezik
       ErrorNoRequestInError=Nincs kérés a hibában
      -ErrorServiceUnavailableTryLater=A szolgáltatás jelenleg nem elérhető. Próbálja meg késöbb.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Két példányú érték egyedülálló mezőben
      -ErrorSomeErrorWereFoundRollbackIsDone=Nehány hibát találtunk. Visszafordítjuk a változásokat.
      -ErrorConfigParameterNotDefined=<b>%s</b> paraméter nincs definiálva a Dolibarr configurációs fájlban (<b>conf.php</b>).
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=<b>%s</b> felhasználó nem található a Dolibarr adatbázisban.
       ErrorNoVATRateDefinedForSellerCountry=Hiba '%s' számára nincs Áfa meghatározva.
       ErrorNoSocialContributionForSellerCountry=Hiba, nincsenek meghatározva társadalombiztosítási és adóügyi adattípusok a '%s' ország részére.
       ErrorFailedToSaveFile=Hiba, nem sikerült a fájl mentése.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Nincs jogosultsága ehhez a tevékenységhez
       SetDate=Dátum beállítása
       SelectDate=Válasszon egy dátumot
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=Állomány mentése sikeres
       FileUploaded=A fájl sikeresen fel lett töltve
      -FileTransferComplete=Állomány(ok) feltöltése sikeres
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Az állomány(ok) törlése megtörtént
       FileWasNotUploaded=Egy fájl ki lett választva csatolásra, de még nincs feltöltve. Kattintson a "Fájl Csatolása" gombra.
      -NbOfEntries=Bejegyzések száma
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Online súgó olvasása (Internet hozzáférés szükséges)
       GoToHelpPage=Segítség olvasása
       RecordSaved=Rekord elmentve
      @@ -142,6 +142,7 @@ Closed=Zárva
       Closed2=Zárva
       NotClosed=Not closed
       Enabled=Bekapcsolt
      +Enable=Engedélyez
       Deprecated=Elavult
       Disable=Letilt
       Disabled=Kikapcsolva
      @@ -153,7 +154,7 @@ Update=Frissítés
       Close=Zár
       CloseBox=A widget eltávolítása a vezérlőpultról
       Confirm=Megerősít
      -ConfirmSendCardByMail=Valóban el akarja küldeni emailben a kártya tartalmát <b>%s</b> részére ?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Törlés
       Remove=Eltávolitás
       Resiliate=Befejezés
      @@ -327,7 +328,7 @@ Copy=Másolás
       Paste=Beillesztés
       Default=Alaptértelmezett
       DefaultValue=Alaptértelmezett érték
      -DefaultValues=Alapértelmezett érték
      +DefaultValues=Default values/filters/sorting
       Price=Ár
       PriceCurrency=Price (currency)
       UnitPrice=Egység ár
      @@ -347,7 +348,7 @@ AmountTTCShort=Mennyiség (bruttó)
       AmountHT=Mennyiség (nettó)
       AmountTTC=Mennyiség (bruttó)
       AmountVAT=ÁFA mennyiség
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nem alkalmazható
       ActionRunningNotStarted=Nincs elkezdve
       ActionRunningShort=Folyamatban
       ActionDoneShort=Befejezett
      -ActionUncomplete=Befejezetlen
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generálás
       Duration=Időtartam
       TotalDuration=Teljes időtartam
       Summary=Összefoglalás
      -DolibarrStateBoard=Adatbázis statisztikák
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Elérhető
       NotYetAvailable=Még nem elérhető
      @@ -468,7 +469,7 @@ and=és
       or=vagy
       Other=Más
       Others=Mások
      -OtherInformations=Egyéb információk
      +OtherInformations=Other information
       Quantity=Mennyiség
       Qty=Menny.
       ChangedBy=Módosította
      @@ -506,7 +507,7 @@ None=Nincs
       NoneF=Nincs
       NoneOrSeveral=Egyik sem
       Late=Késő
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Kép
       Photos=Képek
      @@ -530,18 +531,6 @@ September=Szeptember
       October=Október
       November=November
       December=December
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Ápr
      -MayMin=Máj
      -JuneMin=Jún
      -JulyMin=Júl
      -AugustMin=Aug
      -SeptemberMin=Szept
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
       Month01=január
       Month02=február
       Month03=március
      @@ -646,6 +635,8 @@ SendMail=E-mail küldése
       EMail=E-mail
       NoEMail=Nincs email
       Email=E-mail
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nincs mobilszám
       Owner=Tulajdonos
       FollowingConstantsWillBeSubstituted=Az alábbi konstansok helyettesítve leszenek a hozzájuk tartozó értékekkel.
      @@ -677,7 +668,7 @@ NeverReceived=Soha nem került átvételre
       Canceled=Megszakítva
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Szín
       Documents=Kapcsolt fájlok
       Documents2=Dokumentumok
      @@ -703,7 +694,7 @@ DateOfSignature=Kelt
       HidePassword=Parancs mutatása rejtett jelszóval
       UnHidePassword=Igazi parancs mutatása üres jelszóval
       Root=Gyökér
      -Informations=Információk
      +Informations=Information
       Page=Oldal
       Notes=Megjegyzés
       AddNewLine=Új sor hozzáadása
      @@ -716,15 +707,15 @@ Merge=Összeolvasztás
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menü-menedzser
      -WarningYouAreInMaintenanceMode=Figyelem, karbantartási mód, csak <b>%s</b> jelentkezhet be.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Rendszerhiba
       CoreErrorMessage=Sajnálatos hiba történt. Lépjen kapcsolatba a rendszergazdával a naplófájlok megtekintéséhez vagy állítsa 0-ra a $dolibarr_main_prod=1 paramétert részletesebb információkért !
       CreditCard=Hitelkártya
       ValidatePayment=Jóváhagyott fizetés
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=<b>%s</b>-al jelölt mezők kötelezőek
      -FieldsWithIsForPublic=<b>%s</b>-al jelölt mezők publikusak. Ha ezt nem akarja jelölje be a "Publikus" dobozt.
      -AccordingToGeoIPDatabase=(GeoIP converzió szerint)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Sor
       NotSupported=Nincs támogatva
       RequiredField=Szükséges mező
      @@ -732,6 +723,8 @@ Result=Eredmény
       ToTest=Teszt
       ValidateBefore=A kártyát hitelesíteni kell a szolgáltatás használata elött
       Visibility=Láthatóság
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privát
       Hidden=Rejtett
       Resources=Erőforrás
      @@ -750,6 +743,7 @@ LinkTo=Hivatkozás erre:
       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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Tervezet készítése
       SetToDraft=Vissza a vázlathoz
       ClickToEdit=Kattintson a szerkesztéshez
      +ClickToRefresh=Click to refresh
       EditWithEditor=Szerkesztés CKEditorral
       EditWithTextEditor=Szerkesztés szövegszerkesztővel
       EditHTMLSource=HTML forrás szerkesztése
      @@ -772,14 +767,14 @@ ByDay=Nappal
       BySalesRepresentative=Az értékesítési képviselő
       LinkedToSpecificUsers=Hozzárendelve egy adott felhasználói kapcsolathoz
       NoResults=Nincs eredmény
      -AdminTools=Adminisztrátori eszközök
      +AdminTools=Admin Tools
       SystemTools=Rendszereszközök
       ModulesSystemTools=Modul eszközök
       Test=Teszt
       Element=Elem
       NoPhotoYet=Nem érhető el még fénykép
       Dashboard=Vezérlőpult
      -MyDashboard=Munkafelület
      +MyDashboard=My Dashboard
       Deductible=Levonható
       from=tól
       toward=felé
      @@ -802,7 +797,7 @@ PrintFile=%s fájl nyomtatása
       ShowTransaction=Show entry on bank account
       ShowIntervention=Mutasd beavatkozás
       ShowContract=Szerződés mutatása
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Elutasít
       Denied=Elutasítva
       ListOf=A következők listája: %s
      @@ -818,12 +813,12 @@ Sincerely=Tisztelettel
       DeleteLine=Sor törlése
       ConfirmDeleteLine=Biztos, hogy törölni akarja ezt a sort ?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Kapcsolódó objektumok
       ClassifyBilled=Minősítse kiszámlázottként
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Naptár
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Link a közvetlen letöltéshez (belépés és jogosultság szükséges)
       Download=Letöltés
      @@ -861,16 +856,25 @@ HR=Személyügy
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatikusan számolva
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import azonosító
       Events=Cselekvések
      -EMailTemplates=E-mail sablonok
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projektek
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Engedélyek
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Hétfő
       Tuesday=Kedd
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Beavatkozások
       SearchIntoContracts=Szerződések
       SearchIntoCustomerShipments=Vásárlói kiszállítások
       SearchIntoExpenseReports=Költség kimutatások
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Megjegyzéske
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Mindenki
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Hozzárendelve
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/hu_HU/other.lang b/htdocs/langs/hu_HU/other.lang
      index cd36c5dc2d2..3e50aa40bc7 100644
      --- a/htdocs/langs/hu_HU/other.lang
      +++ b/htdocs/langs/hu_HU/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Biztonsági kód
       NumberingShort=N°
       Tools=Eszközök
       TMenuTools=Eszközök
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Születésnap
       BirthdayDate=Birthday date
       DateToBirth=Dátum a születési
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Üzenet érvényesített fizetési vissza oldal
       MessageKO=Üzenet a törölt kifizetési visszatérés oldal
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Beavatkozás validált
      -Notify_FICHINTER_SENTBYMAIL=Beavatkozás küldése e-mailben
       Notify_ORDER_VALIDATE=Ügyfél érdekében érvényesített
       Notify_ORDER_SENTBYMAIL=Ügyfél érdekében postai úton
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Szállító érdekében postai úton
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Szállítói megrendelés rögzítve
       Notify_ORDER_SUPPLIER_APPROVE=Szállító érdekében elfogadott
       Notify_ORDER_SUPPLIER_REFUSE=Szállító érdekében hajlandó
       Notify_PROPAL_VALIDATE=Ügyfél javaslat érvényesített
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Kereskedelmi által küldött javaslatban mail
       Notify_WITHDRAW_TRANSMIT=Átviteli visszavonása
       Notify_WITHDRAW_CREDIT=Hitel visszavonása
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Harmadik fél létre
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Ügyfél számla hitelesített
       Notify_BILL_UNVALIDATE=Vevőszámla nincs érvényesítve
      -Notify_BILL_PAYED=Az ügyfél számlát fizetni
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Az ügyfél számlát törölt
       Notify_BILL_SENTBYMAIL=Az ügyfél számlát postai úton
       Notify_BILL_SUPPLIER_VALIDATE=Szállító számlát érvényesített
      -Notify_BILL_SUPPLIER_PAYED=Szállító számlát fizetni
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Szállító számlát postai úton
       Notify_BILL_SUPPLIER_CANCELED=Szállítói számla visszavonva
       Notify_CONTRACT_VALIDATE=A szerződés a validált
       Notify_FICHEINTER_VALIDATE=Beavatkozás érvényesített
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Beavatkozás küldése e-mailben
       Notify_SHIPPING_VALIDATE=Szállítás validált
       Notify_SHIPPING_SENTBYMAIL=Szállítás postai úton
       Notify_MEMBER_VALIDATE=Tagállamnak jóvá
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Lásd a %s modul beállításait
       NbOfAttachedFiles=Száma csatolt fájlok / dokumentumok
       TotalSizeOfAttachedFiles=Teljes méretű csatolt fájlok / dokumentumok
       MaxSize=Maximális méret
       AttachANewFile=Helyezzen fel egy új file / dokumentum
       LinkedObject=Csatolt objektum
      -NbOfActiveNotifications=Figyelmeztetések száma (nyugtázott emailek száma)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> egy információs függően harmadik fél ország. <br> Például, az ország <b>%s,</b> ez <b>%s</b> kódot.
       DolibarrDemo=Dolibarr ERP / CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=A beavatkozás %s nem érvényesítette.
       EMailTextInvoiceValidated=A számla %s nem érvényesítette.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=A javaslat %s nem érvényesítette.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=A rendelés %s nem érvényesítette.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=A megrendelés %s jóváhagyta %s.
       EMailTextOrderRefused=A megrendelés %s visszautasításra került.
       EMailTextOrderRefusedBy=A megrendelés %s már elutasította %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Behozatal adathalmaz
       DolibarrNotification=Automatikus értesítés
       ResizeDesc=Írja be az új szélesség <b>vagy</b> új magasság. Arányt kell tartani során átméretezés ...
      @@ -204,7 +212,7 @@ NewLength=Új szélesség
       NewHeight=Új magasság
       NewSizeAfterCropping=Új mérete a vágás után
       DefineNewAreaToPick=Adjuk meg az új terület a képre, hogy vegye (bal gombbal a képre, majd húzza addig, amíg el nem éri a szemközti sarokban)
      -CurrentInformationOnImage=Ezt az eszközt úgy tervezték, hogy segítsen átméretezése vagy levágása egy kép. Ez a jelenlegi információk szerkesztett kép
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Kép szerkesztő
       YouReceiveMailBecauseOfNotification=Ez az üzenet, mert az e-mail bővült listájához célokat kell tájékoztatni a különleges események %s %s szoftver.
       YouReceiveMailBecauseOfNotification2=Ez az esemény a következő:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Az export területén
      diff --git a/htdocs/langs/hu_HU/projects.lang b/htdocs/langs/hu_HU/projects.lang
      index 0ee107e086d..a5467f856bb 100644
      --- a/htdocs/langs/hu_HU/projects.lang
      +++ b/htdocs/langs/hu_HU/projects.lang
      @@ -33,14 +33,14 @@ 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=Projektek mutatása
       ShowTask=Feladat mutatása
       SetProject=Projekt beállítása
       NoProject=Nincs létrehozott vagy tulajdonolt projekt
      -NbOfProjects=Projektek száma
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Eltöltött idő
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=A projekthez tartozó kereskedelmi ajánlatok listája
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=A projekthez tartozó szerződések listája
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=A projekthez tartozó intervenciók listája
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=A projekthez tartozó cselekvések listája
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Hozzájáruló
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Kapcsolódó elemek
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Javaslat
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/id_ID/admin.lang b/htdocs/langs/id_ID/admin.lang
      index b90beccae1d..93a347fcc61 100644
      --- a/htdocs/langs/id_ID/admin.lang
      +++ b/htdocs/langs/id_ID/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Pengembangan
       VersionUnknown=Asing
       VersionRecommanded=Direkomendasikan
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler untuk menyimpan sesi
       SessionSavePath=Peyimpanan untuk lokalisasi sesi
       PurgeSessions=Hapus beberapa sesi
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Simpan sensi handler PHP yang sudah dikonfigurasi yang tidak di izinkan untuk melihat semua sesi yang sedang berlangsung.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Kunci koneksi - koneksi yang baru terjadi.
      -ConfirmLockNewSessions=Anda yakin untuk membatasi semua koneksi Dolibar yang baru terhubung ke Anda. Kecuali pengguna <b>%s<b> akan tetap bisa kembali melakukan koneksi setelah itu.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Hapus penguncian koneksi.
       YourSession=Sesi Anda
      -Sessions=Sesi Pengguna ( User )
      +Sessions=Users sessions
       WebUserGroup=Server web untuk pengguna ( user ) / grup.
      -NoSessionFound=PHP Anda sepertinya tidak mengizinkan untuk melihat daftar semua sesi yang sedang aktif. Direktori yang biasanya digunakan untuk menyimpan semua sesi (<b>%s</b>) mungkin di proteksi ( Sebagai contoh, yang di izinkan oleh OS atau oleh direktif ( directive ) PHP open_basedir ).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Karakter set atau charset untuk menyimpan data
       DBSortingCharset=Karakter set atau charset didalam Database untuk penyortiran data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Pengguna eksternal
       InternalUsers=Beberapa pengguna internal
       ExternalUsers=Beberapa pengguna eksternal
       GUISetup=Penampakan display
      -SetupArea=Area setup
      +SetupArea=Pengaturan
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Halaman percobaan untuk menunggah / upload file ( berdasarkan konfigurasi setup )
       IfModuleEnabled=Catatan: Ya ini efektif jika hanya module <b>%s</b> di hidupkan
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kode tidak boleh menggandung nilai / value 0
       DisableJavascript=Menonaktifkan JavaScript dan Ajax fungsi (Direkomendasikan untuk orang buta orang atau teks browser)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr karakter untuk memicu pencarian:% s
       NotAvailableWhenAjaxDisabled=Tidak tersedia ketika Ajax dinonaktifkan
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview tidak tersedia
       ThemeCurrentlyActive=Tema yang sedang aktif
       CurrentTimeZone=TimeZone PHP (Server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Ruang
       Table=Tabel
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktif
       SetupShort=Pengaturan
       OtherOptions=Pilihan lain
      -OtherSetup=Setup lainnya
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Pemisah desimal
       CurrentValueSeparatorThousand=Ribuan pemisah
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter% s
      -LocalisationDolibarrParameters=Parameter Lokalisasi
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Zona Waktu Klien (Pengguna)
       ClientHour=Jam Klien (Pengguna)
       OSTZ=Zona Waktu System Operasi Server
      @@ -126,8 +126,8 @@ PHPTZ=Zona Waktu Server PHP
       DaylingSavingTime=Menghemat waktu siang hari
       CurrentHour=Jam PHP (Server)
       CurrentSessionTimeOut=Sesi sekarang habis waktu
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Keistimewaan
       DolibarrLicense=Lisensi
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Unit Pengukuran
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metode Pengiriman EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metode Pengiriman SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Setup Modul
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Versi Dolibarr saat ini
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Panjang Minimum
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=batas waktu Koneksi
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Batas Waktu Balasan
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Suku VAT lama
       NewVATRates=Suku VAT baru
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Daftar Pilihan
       ExtrafieldSelectList = Pilih dari tabel
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Kata kunci
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Link Standar
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Pengguna & Grup
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Pihak Ketiga
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Komersil
       Module2Desc=Commercial management
       Module10Name=Akunting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposal
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Jasa
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Pengiriman
       Module80Desc=Shipments and delivery order management
      -Module85Name=Bank dan Kas
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=Situs luar
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Ekspor Data
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Impor Data
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Anggota
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Sumbangan
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margin
       Module59000Desc=Module to manage margins
       Module60000Name=Komisi
       Module60000Desc=Module to manage commissions
       Module62000Name=Istilah Ekonomi Internasional
      -Module62000Desc=Tambah fitur untuk mengatur Istilah Ekonomi Internasional
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Membaca Nota Pelanggan
      @@ -651,9 +661,9 @@ Permission32=Membuat/Merubah produk
       Permission34=Menghapus Produk
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfer antar akun
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Membaca Data Pengguna Lain dan Grup
       PermissionAdvanced251=Membaca Data Pengguna Lain
       Permission252=Membaca Izin Pengguna Lain
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Merubah Kata Sandi Pengguna Lain
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Membaca Nota
       Permission273=Mengeluarkan Nota
      @@ -765,7 +775,7 @@ Permission283=Menghapus Kontrak
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Kembali Ke Daftar Modul
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=diakhir bulan
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=Ringkasan Sistem Informasi
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Berita Hari Ini
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Tampilkan Logo dimenu kiri
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Nama
       CompanyAddress=Alamat
       CompanyZip=Kode Pos
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Catatan kredit
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Parameter Global
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Nama
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/id_ID/companies.lang b/htdocs/langs/id_ID/companies.lang
      index 02fe5871d14..861ed12eda0 100644
      --- a/htdocs/langs/id_ID/companies.lang
      +++ b/htdocs/langs/id_ID/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Pilih Pihak Ketiga
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Hapus kontak/alamat
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Pihak Ketiga Baru
      -MenuNewCustomer=Pelanggan Baru
      -MenuNewProspect=Prospek Baru
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Perusahaan
       CompanyName=Nama Perusahaan
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Perusahaan
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Pihak Ketiga
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Posisi
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposal
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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=Suplier
      +Supplier=Vendor
       AddContact=Create contact
       AddContactAddress=Create contact/address
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Akun akuntansi
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Ditutup
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/id_ID/errors.lang b/htdocs/langs/id_ID/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/id_ID/errors.lang
      +++ b/htdocs/langs/id_ID/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/id_ID/interventions.lang b/htdocs/langs/id_ID/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/id_ID/interventions.lang
      +++ b/htdocs/langs/id_ID/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/id_ID/main.lang b/htdocs/langs/id_ID/main.lang
      index 56322de0758..54cceebcfef 100644
      --- a/htdocs/langs/id_ID/main.lang
      +++ b/htdocs/langs/id_ID/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Ditutup
       Closed2=Ditutup
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Membarui
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Copy
       Paste=Paste
       Default=Default
       DefaultValue=Default value
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Harga
       PriceCurrency=Price (currency)
       UnitPrice=Unit price
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Lainnya
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Dibatalkan
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validasi pembayaran
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Baris
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Alat-alat Sistem
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalender
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Acara
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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=Izin
       LineNb=Line no.
       IncotermLabel=Istilah Ekonomi Internasional
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Cuti
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Ditugaskan untuk
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/id_ID/other.lang b/htdocs/langs/id_ID/other.lang
      index 362a60df54f..962d8984451 100644
      --- a/htdocs/langs/id_ID/other.lang
      +++ b/htdocs/langs/id_ID/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Alat
       TMenuTools=Alat
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/id_ID/projects.lang b/htdocs/langs/id_ID/projects.lang
      index fe1301797ae..93d21cb2958 100644
      --- a/htdocs/langs/id_ID/projects.lang
      +++ b/htdocs/langs/id_ID/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/is_IS/admin.lang b/htdocs/langs/is_IS/admin.lang
      index b24eb9e3cfd..babb269074b 100644
      --- a/htdocs/langs/is_IS/admin.lang
      +++ b/htdocs/langs/is_IS/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Þróun
       VersionUnknown=Óþekkt
       VersionRecommanded=Mælt
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler að vista fundur
       SessionSavePath=Bílskúr fundur localization
       PurgeSessions=Hreinsa skipti
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Vista setu dýraþjálfari stilla í PHP þinn leyfir ekki að skrá allar hlaupandi fundur.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Læsa nýja tengingar
      -ConfirmLockNewSessions=Ertu viss um að þú viljir takmarka allar nýjar Dolibarr tengingu við sjálfan þig. Aðeins <b>notendur %s </b> verður fær um að tengja eftir það.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Fjarlægja tengingu læsa
       YourSession=Tími þinn
      -Sessions=Notendur fundur
      +Sessions=Users sessions
       WebUserGroup=Vefþjóninn notandi / hópur
      -NoSessionFound=Your PHP virðist ekki leyfa að skrá virk fundur. Listinn notað til að spara fundur <b>( %s )</b> gætu verið verndaðar (Til dæmis með því að OS leyfi eða PHP tilskipun open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Gagnasafn msgstr til að geyma gögn
       DBSortingCharset=Gagnasafn msgstr til að flokka gögn
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Ytri notandi
       InternalUsers=Innri notendur
       ExternalUsers=Ytri notendur
       GUISetup=Skoða
      -SetupArea=Skipulag svæðis
      +SetupArea=Skipulag
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form til að prófa skrá hlaða (samkvæmt skipulag)
       IfModuleEnabled=Ath: er já aðeins gild ef <b>einingin %s </b> er virkt
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=NBR af stöfum til að kalla fram leit: %s
       NotAvailableWhenAjaxDisabled=Ekki í boði þegar Ajax fatlaðra
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Forskoðun er ekki í boði
       ThemeCurrentlyActive=Þema virk
       CurrentTimeZone=PHP-miðlara Tímasvæði
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Virk
       SetupShort=Skipulag
       OtherOptions=Aðrir valkostir
      -OtherSetup=Aðrar skipulag
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Tugabrotstákn
       CurrentValueSeparatorThousand=Thousand skiltákn
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Viðfang %s
      -LocalisationDolibarrParameters=Staðsetning stika
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=Time Zone PHP miðlara
       DaylingSavingTime=Sumartíma (notandi)
       CurrentHour=PHP-miðlara klukkustund
       CurrentSessionTimeOut=Núverandi fundur tími
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Finna sjálfkrafa (vafrara tungumál)
       FeatureDisabledInDemo=Lögun fatlaður í kynningu
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Aðeins atriði frá <a href="%s">virkt einingar</a> eru birtar.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, opinber markaður staður fyrir Dolibarr ERP / CRM ytri mát
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Gera ekki geyma skýrar lykilorð í gagnagrunninum en g
       MainDbPasswordFileConfEncrypted=Gagnasafn lykilorð dulkóðuð í conf.php (Virkja mælt með)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Verndun mynda pdf skrá (Virkja EKKI mælt, brýtur massi pdf-kynslóð)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Lögun
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Notandanafn eða skjölum verktaki '(Doc, FAQs ...), <br> kíkið á Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s </b></a>
       ForAnswersSeeForum=Fyrir einhverjar aðrar spurningar / hjálp, getur þú notað Dolibarr spjall: <br> <a href="%s" target="_blank"><b> %s </b></a>
      -HelpCenterDesc1=Þetta svæði getur hjálpað þér að fá stuðning Hjálp þjónusta á Dolibarr.
      -HelpCenterDesc2=Einhver hluti þessarar þjónustu eru í boði á <b>ensku.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Núverandi valmynd dýraþjálfari
       MeasuringUnit=Measuring eining
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Höfn (Sjálfgefið í <b>php.ini: %s )</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (Sjálfgefið í <b>php.ini: %s )</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Höfn (skilgreint ekki inn í PHP á Unix eins og kerfi)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (skilgreint ekki inn í PHP á Unix eins og kerfi)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Senda kerfisbundið falin kolefnis-afrit af öllum sendi tölvupóst til
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Aðferð til að nota til að senda tölvupóst
      -MAIN_MAIL_SMTPS_ID=SMTP ID ef sannprófun sem krafist
      -MAIN_MAIL_SMTPS_PW=SMTP lykilorð ef sannprófun sem krafist
      -MAIN_MAIL_EMAIL_TLS= Nota TLS (SSL) dulkóða
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Slökkva öll SMS sendings (vegna rannsókna eða kynningum)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Aðferð til að nota til að senda SMS
      -MAIN_MAIL_SMS_FROM=Sjálfgefin sendanda símanúmer fyrir SMS senda
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Lögun er ekki í boði á Unix eins og kerfum. Próf sendmail program staðnum.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module skipulag
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Skref %s
      -FindPackageFromWebSite=Finna pakki sem veitir lögun þú vilt (td á heimasíðu %s ).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr núverandi útgáfa
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Töf á flýtiminni útflutningur svar í sekúndum (0 eða tómt fyrir ekkert skyndiminni)
       DisableLinkToHelpCenter=Fela tengilinn <b>"Vantar þig aðstoð eða stuðning"</b> á innskráningarsíðu
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=Það er engin sjálfvirk umbúðir, þannig að ef lína er út af síðu á skjal vegna þess að of langur, þú verður að bæta þig flutning aftur í reit.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Lágmarks lengd
       LanguageFilesCachedIntoShmopSharedMemory=Skrá. Lang hlaðinn í samnýtt minni
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Dæmi með núverandi hlaupandi skipulag
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Listi yfir OpenDocument sniðmát framkvæmdarstjóra
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Dæmi um setningafræði: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Til að vita hvernig á að búa odt skjalið sniðmát, áður en að geyma þá í þeim möppum, lesa wiki skjöl:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Lykill að nota Web Services (breytu &quot;dolibarrkey&q
       TestSubmitForm=Inntak próf mynd
       ThisForceAlsoTheme=Using this matseðill framkvæmdastjóri mun einnig nota eigið þema hennar hvað er val notanda. Einnig þetta valmynd framkvæmdastjóri sérhæft fyrir smartphones ekki virkar á öllum smartphone. Notaðu annan matseðill framkvæmdastjóri ef þú lendir í vandræðum á prenti.
       ThemeDir=Skinn skrá
      -ConnectionTimeout=Connexion tími
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Svar tími
       SmsTestMessage=Próf skilaboð frá PHONEFROM__ __ í __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Lykill að tryggja vefslóðir
      -NoSmsEngine=Nei SMS sendandi framkvæmdastjóri boði. SMS sendandi framkvæmdastjóri er ekki uppsett með dreifingu sjálfgefið (vegna þess að þeir ráðast á ytri birgir) en þú getur fundið nokkur á http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=Skoða sem PDF skjal
      -PDFDesc=Þú getur stillt hvert alþjóðlegt valkosti sem tengjast PDF kynslóð
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Reglur til að ryðja tölu kassa
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Breytur til að tryggja vefslóðir
       SecurityTokenIsUnique=Nota einstakt securekey breytu fyrir hvert slóð
       EnterRefToBuildUrl=Sláðu inn tilvísun til %s mótmæla
       GetSecuredUrl=Fá reiknað slóð
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Lykilorð
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Notendur & hópar
      +Module0Name=Notendur & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Í þriðja aðila
      +Module1Name=Third Parties
       Module1Desc=Fyrirtæki og stjórnun tengiliðs
       Module2Name=Auglýsing
       Module2Desc=Auglýsing stjórnun
       Module10Name=Bókhald
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Tillögur
       Module20Desc=Auglýsing tillögunnar stjórnun
       Module22Name=Mass E-pósti
      @@ -511,13 +517,13 @@ Module52Desc=Kauphöll er stjórnun afurða
       Module53Name=Þjónusta
       Module53Desc=Þjónusta's stjórnun
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Strikamerki er stjórnun
       Module56Name=Símtækni
       Module56Desc=Símtækni sameining
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial sameining
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Útgjöld og ferðir athugasemdir
       Module75Desc=Útgjöld og stjórnun ferðir athugið's
       Module80Name=Sendings
       Module80Desc=Sendings og stjórnun fæðingu þess er
      -Module85Name=Bankar og reiðufé
      +Module85Name=Banks and Cash
       Module85Desc=Stjórnun af banka eða reiðufé reikninga
      -Module100Name=ExternalSite
      -Module100Desc=Hafa ytri vef í Dolibarr matseðlum og skoða það í Dolibarr ramma
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman og SPIP
       Module105Desc=Mailman eða SPIP tengi fyrir einingu aðildarríkja
       Module200Name=LDAP
      -Module200Desc=LDAP skrá samstillingu
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke sameining
       Module240Name=Gögn frá landinu
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Gögn innflutning
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Members
       Module310Desc=Stofnun meðlimir stjórnun
       Module320Name=RSS Feed
       Module320Desc=Bæta við RSS straum inni Dolibarr skjár síður
      -Module330Name=Bókamerki
      -Module330Desc=Bókamerki stjórnun
      -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 sameining
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Fjárframlög
       Module700Desc=Framlög í stjórnun
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Fckeditor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Nota online Gravatar þjónusta (www.gravatar.com) til að sýna mynd af notendum og meðlimum (stofna með tölvupósti þeirra). Vantar internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind viðskipti viðbúnað
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-fyrirtæki
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sölu
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Benda á sölu
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Gagnagrunnur
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Lesa reikningum
      @@ -651,9 +661,9 @@ Permission32=Búa til / breyta vörur
       Permission34=Eyða vöru
       Permission36=Sjá / stjórna falinn vörur
       Permission38=Útflutningur vöru
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Eyða verkefni (sameiginleg verkefni og verkefnum sem ég hef samband vegna)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Lesa inngrip
       Permission62=Búa til / breyta inngrip
      @@ -686,7 +696,7 @@ Permission109=Eyða sendings
       Permission111=Lesa fjárhagslega reikninga
       Permission112=Búa til / breyta / eyða og bera saman viðskipti
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Útflutningur fundargerðir og reikningur staðhæfing
       Permission116=Millifærslur milli reikninga
       Permission117=Manage eftirlit dispatching
      @@ -694,15 +704,15 @@ Permission121=Lesa þriðja aðila sem tengist notandi
       Permission122=Búa til / breyta þriðja aðila sem tengist notandi
       Permission125=Eyða þriðja aðila sem tengist notandi
       Permission126=Útflutningur þriðja aðila
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Lesa þjónustuveitenda
       Permission147=Lesa Stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Loka birgir pantanir
       Permission188=Hætta við birgi pantanir
       Permission192=Búa til línur
       Permission193=Hætta við línur
      -Permission194=Lestu bandbreidd línur
      +Permission194=Read the bandwidth lines
       Permission202=Búa til ADSL tengingar
       Permission203=Panta tengingu pantanir
       Permission204=Panta tengingar
      @@ -750,12 +760,12 @@ Permission244=Sjá innihaldi falinn flokkar
       Permission251=Lesa aðra notendur og hópa
       PermissionAdvanced251=Lesa aðra notendur
       Permission252=Búa til / breyta öðrum notendum, hópa og permisssions
      -Permission253=Breyta aðra notendur lykilorð
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Búa til / breyta innri / ytri notendur og leyfi
       Permission254=Eyða eða gera öðrum notendum
       Permission255=Búa til / breyta eigin upplýsingar um notandann sinn
       Permission256=Breyta eigin lykilorð hans
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Lesa CA
       Permission272=Lesa reikningum
       Permission273=Útgáfudagur reikningum
      @@ -765,7 +775,7 @@ Permission283=Eyða tengiliðum
       Permission286=Útflutningur tengiliðir
       Permission291=Lesa gjaldskrá
       Permission292=Setja heimildir um gjaldtöku
      -Permission293=Breyta búninga gjaldskrá
      +Permission293=Modify customers tariffs
       Permission300=Lesa Bar númerin
       Permission301=Búa til / breyta barnum kóðar
       Permission302=Eyða númerin barnum
      @@ -787,11 +797,9 @@ Permission401=Lesa afsláttur
       Permission402=Búa til / breyta afsláttur
       Permission403=Staðfesta afsláttur
       Permission404=Eyða afsláttur
      -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
      @@ -844,8 +852,8 @@ Permission1251=Setja massa innflutningi af ytri gögn inn í gagnagrunn (gögn 
       Permission1321=Útflutningur viðskiptavina reikninga, eiginleika og greiðslur
       Permission1322=Reopen a paid bill
       Permission1421=Útflutningur viðskiptavina pantanir og eiginleika
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect hugsanleg stig
       DictionaryCanton=Ríki / Hérað
       DictionaryRegion=Svæði
      @@ -894,7 +902,7 @@ DictionaryVAT=VSK Verð
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Greiðsla skilyrði
       DictionaryPaymentModes=Greiðsla stillingar
      -DictionaryTypeContact=Hafðu tegundir
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (raf-og rafeindabúnaðarúrgang)
       DictionaryPaperFormat=Pappír snið
      @@ -908,47 +916,47 @@ DictionarySource=Uppruni tillögur / pantanir
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Einingar
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Skipulag vistuð
       SetupNotSaved=Setup not saved
       BackToModuleList=Til baka í mát lista
      -BackToDictionaryList=Til baka orðabækur lista
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VSK Stjórn
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Sjálfgefið er fyrirhuguð VSK er 0 sem hægt er að nota til tilvikum eins og samtökum, einstaklingum OU lítil fyrirtæki.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Verð
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Stjórn
      -LocalTax1IsUsedDescES= RE hlutfall sjálfgefið þegar þú býrð til viðskiptavina, reikninga, pantanir o.þ.h. fylgja virku staðall reglu: <br> Ef Te kaupanda er ekki efni til OR OR sjálfgefið = 0. Lok reglu. <br> Ef kaupandi er tekið til OR þá RE sjálfgefið. Lok reglu. <br>
      -LocalTax1IsNotUsedDescES= Sjálfgefið er lagt til OR er 0. Lok reglu.
      -LocalTax1IsUsedExampleES= Á Spáni eru sérfræðingar með fyrirvara um nokkur ákveðna hluta af spænsku IAE.
      -LocalTax1IsNotUsedExampleES= Á Spáni eru faglega og samfélög og háð ákveðnum hlutum Spænska IAE.
      -LocalTax2ManagementES= IRPF Stjórn
      -LocalTax2IsUsedDescES= RE hlutfall sjálfgefið þegar þú býrð til viðskiptavina, reikninga, pantanir o.þ.h. fylgja virku staðall reglu: <br> Ef seljandi er ekki efni til IRPF, þá IRPF sjálfgefið = 0. Lok reglu. <br> Ef seljandi er með við IRPF þá IRPF sjálfgefið. Lok reglu. <br>
      -LocalTax2IsNotUsedDescES= Sjálfgefið er fyrirhuguð IRPF er 0. Lok reglu.
      -LocalTax2IsUsedExampleES= Á Spáni freelancers og sjálfstæða sérfræðinga sem veita þjónustu og fyrirtæki sem hafa valið skatt kerfi eininga.
      -LocalTax2IsNotUsedExampleES= Á Spáni eru bussines ekki skattskyldar kerfi eininga.
      +LocalTax1ManagementES=RE Stjórn
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Sjálfgefið er lagt til OR er 0. Lok reglu.
      +LocalTax1IsUsedExampleES=Á Spáni eru sérfræðingar með fyrirvara um nokkur ákveðna hluta af spænsku IAE.
      +LocalTax1IsNotUsedExampleES=Á Spáni eru faglega og samfélög og háð ákveðnum hlutum Spænska IAE.
      +LocalTax2ManagementES=IRPF Stjórn
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Sjálfgefið er fyrirhuguð IRPF er 0. Lok reglu.
      +LocalTax2IsUsedExampleES=Á Spáni freelancers og sjálfstæða sérfræðinga sem veita þjónustu og fyrirtæki sem hafa valið skatt kerfi eininga.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Velta
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Merki notaður við vanræksla, ef ekki þýðingu er að finna í kóða
       LabelOnDocuments=Merki um skjöl
      -NbOfDays=ATH daga
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Í lok mánaðar
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Gagnasafn notanda
       DatabasePassword=Gagnasafn lykilorð
       Tables=Töflur
       TableName=Tafla nafn
      -NbOfRecord=ATH skráa
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Bílstjóri tegund
       SummarySystem=System Information yfirlit
      @@ -996,7 +1005,7 @@ Skin=Skin þema
       DefaultSkin=Default húð þema
       MaxSizeList=Max lengd fyrir lista
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Skilaboð dagsins
       MessageLogin=Innskráning síðu skilaboð
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Varanleg leita mynd til vinstri valmynd
       DefaultLanguage=Sjálfgefið tungumál til að nota (tungumálið code)
       EnableMultilangInterface=Virkja Fjöltyng tengi
       EnableShowLogo=Sýna merki á vinstri valmynd
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Nafn
       CompanyAddress=Heimilisfang
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Eigandi bankareikning %s
       BankModuleNotActive=Bankareikninga mát ekki virkt
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Umburðarlyndi tafir fyrir viðvörun
      -DelaysOfToleranceDesc=Þessi skjár gerir þér kleift að tilgreina þola tafir áður en viðvörun er greint á skjá með picto %s  fyrir hvern seint í lotukerfinu.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Töf umburðarlyndi (í dögum) áður en viðvörun um tillögur til að loka
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Töf umburðarlyndi (í dögum) áður en viðvörun um tillögur billed ekki
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Umburðarlyndi töf (í dögum) áður en hann hringi á þjónusta að virkja
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Umburðarlyndi töf (í dögum) áður en hann hringi á útrunnið þjónusta
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Umburðarlyndi töf (í dögum) áður en hann hringi á ógreiddum reikningum birgir
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Umburðarlyndi töf (í dögum) áður en hann hringi á ógreiddum reikningum viðskiptavina
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Umburðarlyndi töf (í dögum) áður en viðvörun um yfirvofandi banka sættir
      -Delays_MAIN_DELAY_MEMBERS=Umburðarlyndi töf (í dögum) áður en viðvörun um seinkun Félagsgjaldið
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Umburðarlyndi töf (í dögum) áður en vakandi fyrir eftirlit leggja inn til að gera
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Aðrar færslur matseðill stjórna valfrjálst stika.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Öryggi endurskoðun viðburðir
       Audit=Úttekt
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Þú getur gert hér skráir þig inn Dolibarr öryggi viðburðir.
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Kerfi upplýsingar er ýmis tæknilegar upplýsingar sem þú færð í lesa aðeins háttur og sýnileg Aðeins kerfisstjórar.
       SystemAreaForAdminOnly=Þetta svæði er í boði fyrir notendur stjórnandi aðeins. Ekkert af Dolibarr leyfi getur dregið þessi mörk.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Þú getur valið hvert stika sem tengist Dolibarr útlit og feel hér
       AvailableModules=Available app/modules
       ToActivateModule=Til að virkja mát, fara á svæðinu skipulag (Home-> Uppsetning-> mát).
       SessionTimeOut=Tími út fyrir setu
      -SessionExplanation=Þessi tala tryggja þessi fundur mun aldrei falla úr gildi áður en þessari töf. En PHP sessoin stjórnun ekki tryggingu þessi fundur alltaf renna út eftir þessari töf: Þetta gerist ef kerfið til að hreinsa skyndiminni fundur er í gangi. <br> Ath: með neitun sérstakur kerfi, innra php ferli mun hreinsa fundur hvert <b>um %s  / %s </b> aðgangur en aðeins á aðgengi við annar fundur.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Laus kallar
      -TriggersDesc=Hrindir af stað eru skrár sem vilja breyta hegðun Dolibarr workflow einu sinni afrita inn í möppuna <b>htdocs / fela / kallar.</b> Þeir framkvæmi nýjar aðgerðir, kveikt á Dolibarr viðburðir (nýtt fyrirtæki sköpun, Reikningar löggilding, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Hrindir af stað í þessari skrá er óvirkur <b>the-NORUN</b> viðskeyti í þeirra nafni.
       TriggerDisabledAsModuleDisabled=Hrindir af stað í þessari skrá eru óvirk sem <b>einingin %s </b> er óvirk.
       TriggerAlwaysActive=Hrindir af stað í þessari skrá eru alltaf virk, hvað sem er virkjaður Dolibarr mát.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Mörk / Precision skipulag
      -LimitsDesc=Þú getur skilgreint takmörk, precisions og optimisations notaður við Dolibarr hér
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max brotum um verð eining
       MAIN_MAX_DECIMALS_TOT=Max brotum fyrir heildar verð
       MAIN_MAX_DECIMALS_SHOWN=Max brotum um verð birtist á skjánum (Bæta við <b>...</b> eftir þetta númer ef þú vilt sjá <b>...</b> þegar tala er minnkaður þegar sýnt á skjá)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Hrein einingaverð vöru
       TotalPriceAfterRounding=Samtals verð (net / VSK / incl skatt) eftir lokið máli mínu
       ParameterActiveForNextInputOnly=Breytu gildi fyrir næsta inntak aðeins
       NoEventOrNoAuditSetup=Nei öryggi atburður hefur verið skráð enn. Þetta getur verið eðlilegt ef endurskoðun hefur ekki verið virkt á "skipulag - öryggi - endurskoðun" síðunni.
      -NoEventFoundWithCriteria=Nei öryggi atburður hefur fundist um slíka viðmiðun leit.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Sjá sveitarfélaga sendmail uppsetningu
       BackupDesc=Til að ljúka öryggisafrit af Dolibarr, verður þú að:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Eldri mappa ætti að vera geymd á öruggum stað.
       BackupDescY=The mynda sorphaugur skrá öxl vera geymd á öruggum stað.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Til að endurvekja a Dolibarr varabúnaður, verður þú að:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Þessi regla er þvinguð <b>til %s </b> með virkt mát
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Þú verður að keyra þessa s
       YourPHPDoesNotHaveSSLSupport=SSL virka ekki í boði í PHP þinn
       DownloadMoreSkins=Fleiri skinn til að sækja
       SimpleNumRefModelDesc=Return tilvísunarnúmerið með snið %s yymm-NNNN þar YY er ári, mm er mánuður og NNNN er röð án holu og ekki endurstilla
      -ShowProfIdInAddress=Sýna professionnal persónuskilríki með heimilisföng á skjölum
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Algjör þýðing
      -MAIN_DISABLE_METEO=Slökkva meteo mynd
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Próf tenging til API
      -ProxyDesc=Sumar aðgerðir Dolibarr þarft að hafa Internet aðgang til að vinna. Skilgreindu hér breytur fyrir þetta. Ef Dolibarr framreiðslumaður er um sel, þá breytum segir Dolibarr hvernig aðgang að Internetinu í gegnum það.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Ytri aðgangur
       MAIN_PROXY_USE=Nota proxy-miðlara (annars beinan aðgang að internetinu)
       MAIN_PROXY_HOST=Nafn / Heimilisfang proxy-miðlara
       MAIN_PROXY_PORT=Port of proxy-miðlara
       MAIN_PROXY_USER=Innskráning til að nota proxy-miðlara
       MAIN_PROXY_PASS=Lykilorð til að nota proxy-miðlara
      -DefineHereComplementaryAttributes=Skilgreindu hér öll atributes, ekki þegar í boði sjálfgefið, og að þú viljir vera studd %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Fyllingar eiginleika
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Aðvörun, á sumum Linux kerfi, að senda tölvupóst úr bréfinu, sendu mail framkvæmd skipulag verður conatins valkostur-BA (breytu mail.force_extra_parameters í skrá php.ini þinn). Ef viðtakendur eru margir aldrei fá tölvupóst, reyna að breyta þessari PHP breytu með mail.force_extra_parameters =-BA).
       PathToDocuments=Path að skjölum
       PathDirectory=Listinn
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=%s viði útgáfa
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return lykilorð mynda samkvæmt innri Dolibarr reiknirit: 8 stafir sem innihalda hluti tölur og bókstafi í lágstafir.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Netfang sem þarf til að búa til nýjan notanda
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Stofnanir mát skipulag
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Skjöl sniðmát
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vatnsmerki á drögum að skjali
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Professional Id einstakt
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Óákveðinn greinir í ensku útflutningur hlekkur <b>til %s </b> snið er að finna á eftirfarandi tengil: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Óákveðinn greinir í ensku útflutningur hlekkur <b>ti
       BillsSetup=Kvittanir í mát skipulag
       BillsNumberingModule=Reikninga og lána athugasemdir tala mát
       BillsPDFModules=Invoice skjöl módel
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit athugið
       CreditNotes=Credit athugasemdir
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Stjórna Innskráning fyrir hvern meðlim
       AdherentMailRequired=Netfang sem þarf til að búa til nýja félagi
       MemberSendInformationByMailByDefault=Checkbox að senda póst staðfestingu á meðlimum (löggilding eða nýja áskrift) er sjálfgefið
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Skipulag
       LDAPGlobalParameters=Global breytur
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Samstilling próf vel
       LDAPSynchroKO=Tókst samstillingu próf
      -LDAPSynchroKOMayBePermissions=Tókst samstillingu próf. Athugaðu að connexion á miðlara sé rétt uppsettur og leyfa LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP tengingu við LDAP miðlara árangri (Server = %s , Port = %s )
       LDAPTCPConnectKO=TCP tengingu við LDAP miðlara mistókst (Server = %s , Port = %s )
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Tengja / Authentificate að LDAP miðlara mistókst (Server = %s , Port = %s , Admin = %s , Lykilorð = %s )
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP miðlara stillt fyrir útgáfa 3
       LDAPSetupForVersion2=LDAP miðlara stillt fyrir útgáfa 2
       LDAPDolibarrMapping=Dolibarr Kortlagning
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Tenging (samba, activedirectory)
       LDAPFieldLoginSambaExample=Dæmi: samaccountname
       LDAPFieldFullname=Firstname Nafn
       LDAPFieldFullnameExample=Dæmi: cn
      -LDAPFieldPasswordNotCrypted=Lykilorð crypted ekki
      -LDAPFieldPasswordCrypted=Lykilorð crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Dæmi: userPassword
       LDAPFieldCommonNameExample=Dæmi: cn
       LDAPFieldName=Nafn
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Dæmi gildi eru hannaðar fyrir <b>OpenLDAP</b> með eftirfarandi hlaðinn schemas: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Ef þú notar thoose gildi og OpenLDAP, breyta þínum LDAP config skrá <b>slapd.conf</b> að láta alla thoose schemas hlaðinn.
       ForANonAnonymousAccess=Til að staðfesta aðild (til a skrifa aðgangur til dæmis)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Vörur mát skipulag
       ServiceSetup=Þjónusta mát skipulag
       ProductServiceSetup=Vörur og Þjónusta einingar skipulag
       NumberOfProductShowInSelect=Max fjöldi vara í combos velja lista (0 = ótakmarkað)
      -ViewProductDescInFormAbility=Sjónræn framsetning lýsingar vara í formum (annars eins og tól almenningur)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode tegund til nota fyrir vörur
       SetDefaultBarcodeTypeThirdParties=Default barcode tegund til notkunar fyrir þriðju aðila
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sendi mát skipulag
       SendingsReceiptModel=Sending kvittun líkan
       SendingsNumberingModules=Sendings númera einingar
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Vörur afgreiðsla barst tala mát
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Ítarlegri ritstjóri
       ActivateFCKeditor=Virkja FCKeditor fyrir:
       FCKeditorForCompany=WYSIWIG sköpun / útgáfa af lýsingu companie og athugaðu
       FCKeditorForProduct=s WYSIWIG sköpun / útgáfa af vörum / þjónustu "lýsingu og athugaðu
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG sköpun / útgáfa af póstlista
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Tengsl tekist en gagnasafn lítur ekki að vera osCommerce gagnasafn (Key %s  fannst ekki í töflunni %s ).
      -OSCommerceTestOk=árangursrík Tenging við miðlara ' %s ' á gagnagrunni ' %s ' sem notanda ' %s '.
      -OSCommerceTestKo1=Tenging við miðlara ' %s ' ná árangri en% gagnagrunni 's' ekki næst.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Tenging við miðlara ' %s ' sem notanda ' %s ' mistókst.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Valmynd eytt
       Menus=Matseðlar
      @@ -1548,7 +1561,7 @@ DetailRight=Skilyrði sýna leyfisleysi valmyndir grár
       DetailLangs=Lang skrá nafn merki númer þýðingar
       DetailUser=Nemi / Ytri / Allar
       Target=Markmál
      -DetailTarget=Miða fyrir tengla (_blank efst opna nýjan glugga)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1: aðalvalmynd, 0: haus Valmynd&gt; 0 matseðill og undir valmyndinni)
       ModifMenu=Valmynd breyting
       DeleteMenu=Eyða Valmynd færslu
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VSK er vegna: <br> - Á afhendingu / greiðslum fyrir vöru
       OptionVatDebitOptionDesc=VSK er vegna: <br> - Á afhendingu / greiðslum fyrir vörur <br> - Á nótum (skuldfærslu) fyrir þjónustu
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Á afhendingu
       OnPayment=Um greiðslu
       OnInvoice=Á reikning
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Aðgerðir og dagskrá mát skipulag
       PasswordTogetVCalExport=Lykill að heimila útflutning hlekkur
       PastDelayVCalExport=Ekki flytja atburður eldri en
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Smelltu til að hringja mát skipulag
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sölu
       CashDeskSetup=Point of velta mát skipulag
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Reikning til að nota til að taka á móti peningum greiðslur
       CashDeskBankAccountForCheque= Reikning til að nota til að taka á móti greiðslum með því að stöðva
       CashDeskBankAccountForCB= Reikning til að nota til að taka á móti peningum greiðslur með kreditkortum
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=Bókamerki mát skipulag
      -BookmarkDesc=Þessi eining leyfir þér að stjórna bókamerki. Þú getur einnig bætt flýtileiðir einhverju Dolibarr síðum eða externale vefsíðum á vinstri valmyndinni.
      +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.
       NbOfBoomarkToShow=Hámarksfjöldi bókamerki til að sýna í vinstri valmynd
       ##### WebServices #####
       WebServicesSetup=Webservices mát skipulag
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-fyrirtæki mát skipulag
       ##### Suppliers #####
       SuppliersSetup=Birgir mát skipulag
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project mát skipulag
       ProjectsModelModule=Project Skýrsla skjal líkan
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/is_IS/companies.lang b/htdocs/langs/is_IS/companies.lang
      index ff515adb735..7040b6295b3 100644
      --- a/htdocs/langs/is_IS/companies.lang
      +++ b/htdocs/langs/is_IS/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Veldu þriðja aðila
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Eyða tengilið
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=New þriðja aðila
      -MenuNewCustomer=Nýr viðskiptavinur
      -MenuNewProspect=Nýjar horfur
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New Einstaklingur
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Í þriðja aðila samband
       Company=Fyrirtæki
       CompanyName=Nafn fyrirtækis
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Stofnanir
      -CountryIsInEEC=Landið er inni Evrópubandalagið
      -ThirdPartyName=Í þriðja aðila Nafn
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Þriðji aðili
      -ThirdParties=Í þriðja aðila
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Horfur
       ThirdPartyProspectsStats=Horfur
       ThirdPartyCustomers=Viðskiptavinir
       ThirdPartyCustomersStats=Viðskiptavinir
       ThirdPartyCustomersWithIdProf12=Viðskiptavinur með %s  eða %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Í þriðja aðila tegund
      +ThirdPartyType=Type of company
       Individual=Einstaklingur
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Móðurfélag
       Subsidiaries=Dótturfélög
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Staða
      -DefaultLang=Tungumál sjálfgefið
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Tillögur
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Setningafræði er í gildi
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Þessi viðskiptavinur hefur afslátt <b>af %s %%</b>
       CompanyHasNoRelativeDiscount=Þessi viðskiptavinur hefur ekki miðað afsláttur sjálfgefið
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Þessi viðskiptavinur er enn kredit athugasemdum eða fyrri innstæður <b>fyrir %s  %s </b>
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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=Birgir
      +Supplier=Vendor
       AddContact=Create contact
       AddContactAddress=Create contact/address
       EditContact=Breyta tengilið / netfang
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Eyða fyrirtæki
       PersonalInformations=Persónuupplýsingar
       AccountancyCode=Accounting account
      -CustomerCode=Viðskiptavinur númer
      -SupplierCode=Vendor code
      -CustomerCodeShort=Viðskiptavinur númer
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Viðskiptavinur númer og einstakt fyrir alla viðskiptavini
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Áskilið ef þriðji aðili sem viðskiptavinur eða horfur
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Gildistími stjórnað af mát
      -ThisIsModuleRules=Þetta er regla fyrir þessa einingu
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect samband
       CompanyDeleted=Fyrirtæki " %s " eytt úr gagnagrunninum.
       ListOfContacts=Listi yfir tengiliði
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=Listi yfir þriðja aðila
      -ShowCompany=Show third party
      +ListOfContactsAddresses=Listi yfir tengiliði
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show samband
       ContactsAllShort=Öll (síu)
       ContactType=Hafðu tegund
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Þessi tengiliður er ekki við tengilið fyrir hvaða a
       NoContactForAnyContract=Þessi tengiliður er ekki við tengilið fyrir samningi
       NoContactForAnyInvoice=Þessi tengiliður er ekki við tengilið fyrir reikning
       NewContact=Nýr tengiliður
      -NewContactAddress=New contact/address
      +NewContactAddress=New Contact/Address
       MyContacts=tengiliðir mínir
       Capital=Capital
       CapitalOf=Capital af %s
       EditCompany=Breyta fyrirtæki
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Athuga
      -VATIntraCheckDesc=<b>Á%</b> tengilinn <b>s</b> leyfir þér að spyrja european VSK afgreiðslumaður þjónustu. Ytri aðgangur frá miðlara er krafist fyrir þessa þjónustu til að vinna.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Athugaðu Intracomunnautary virðisaukaskatt á Framkvæmdastjórn Evrópusambandsins síða
      -VATIntraManualCheck=Þú getur einnig athugað handvirkt af european vef <a href="%s" target="_blank"> %s </a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Athuga ekki hægt. Athugaðu þjónusta er ekki veitt af aðildarríki ( %s ).
      -NorProspectNorCustomer=Né möguleika né viðskiptavinur
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Starfsfólk
       ProspectLevelShort=Möguleiki
       ProspectLevel=Prospect möguleiki
      @@ -387,12 +387,12 @@ ExportCardToFormat=Útflutningur kort til snið
       ContactNotLinkedToCompany=Hafðu tengist ekki til þriðja aðila
       DolibarrLogin=Dolibarr Innskráning
       NoDolibarrAccess=Nei Dolibarr aðgang
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Tengiliðir og eignir
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Verðlag
       DeliveryAddress=Afhending heimilisfang
       AddAddress=Bæta við heimilisfangi
      @@ -402,16 +402,16 @@ DeleteFile=Eyða skrá
       ConfirmDeleteFile=Ertu viss um að þú viljir eyða þessari skrá?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Upplýsingar um fjárhagsársins
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Byrjun mánuði fjárhagsársins
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Listi yfir horfur
      -ListCustomersShort=Listi yfir viðskiptavini
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Samtals einstaka þriðja aðila
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Opnaðu
       ActivityCeased=Lokað
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Viðskiptavinur / birgir númerið er ókeypis. Þessi kóði getur breytt hvenær sem er.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/is_IS/errors.lang b/htdocs/langs/is_IS/errors.lang
      index bb34f5e8452..01e24aa1b81 100644
      --- a/htdocs/langs/is_IS/errors.lang
      +++ b/htdocs/langs/is_IS/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat='Á %s' gildi hefur rangt snið dagsetningar
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Tókst ekki að skrifa í möppunni %s
       ErrorFoundBadEmailInFile=Stofna rangt netfang setningafræði fyrir %s  línur í skrá (td línu %s  með email = %s )
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Sumir Nauðsynlegir reitir voru ekki fylltir.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Ekki tókst að búa til möppu. Athugaðu að vefþjóninn notandi hefur réttindi til að skrifa inn Dolibarr skjöl skrá. Ef viðfang <b>safe_mode</b> er virkt á þessu PHP, athuga hvort Dolibarr PHP skrár á nú á netþjóninn notandi (eða hóp).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>Akur %s </b> verður ekki innihalda sértákn.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Nei bókhalds mát virkja
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP samsvörun er ekki lokið.
       ErrorLDAPMakeManualTest=A. LDIF skrá hefur verið búin til í %s . Prófaðu að hlaða það handvirkt úr stjórn lína að hafa meiri upplýsingar um villur.
      -ErrorCantSaveADoneUserWithZeroPercentage=Get ekki vistað aðgerð með "statut ekki farinn að" ef reitinn "gert með því að" er einnig fyllt.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref notað sköpun er þegar til.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript þarf ekki að vera óvirkur til að hafa þennan möguleika að vinna. Til að virkja / slökkva Javascript, fara í valmynd Heim-> Uppsetning-> Skjár.
       ErrorPasswordsMustMatch=Bæði tegund lykilorð verður að samsvara hvor öðrum
      -ErrorContactEMail=Tæknilegt villa kom upp. Vinsamlegast hafðu samband við kerfisstjóra til að fylgja email <b>%s</b> en veita merkjamál villa <b>%s</b> í skilaboðin, eða jafnvel enn betri með því að bæta skjár afrit af þessari síðu.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong gildi fyrir reitinn <b>númer %s </b> (gildi <b>' %s '</b> er ekki það sama ríkisstjóratíð <b>reglu %s )</b>
       ErrorFieldValueNotIn=Rangt gildi fyrir sviði númer <b>%s ('%s</b> &quot;gildi er ekki gildi í boði í <b>​​%s</b> svið <b>%s</b> borð)
       ErrorFieldRefNotIn=Rangt gildi fyrir sviði númer <b>%s</b> ('á <b>%s</b> &quot;gildi er ekki <b>%s</b> núverandi dómari)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not 'fær til setja í g
       ErrorSpecialCharNotAllowedForField=Sérstafir eru ekki leyfðar í reitinn " %s "
       ErrorNumRefModel=Vísun til staðar í gagnagrunninum ( %s ) og er ekki með þessari tala reglu. Fjarlægja færslu eða endurnefna þær tilvísun til að virkja þessa einingu.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Villa á grímu
       ErrorBadMaskFailedToLocatePosOfSequence=Villa, gríma án fjölda röð
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Villa, slæmt endurstilla gildi
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Villa. Veldu amk eina færslu.
      -ErrorDeleteNotPossibleLineIsConsolidated=Eyða ekki hægt vegna þess að færsla er tengd við banka transation sem er conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s er úthlutað til annars þriðja
       ErrorFailedToSendPassword=Tókst ekki að senda lykilorð
       ErrorFailedToLoadRSSFile=Ekki til að fá RSS straum. Reyndu að bæta stöðugt MAIN_SIMPLEXMLLOAD_DEBUG ef villuskilaboð veitir ekki nægar upplýsingar.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Notandi með <b>notandanafn %s </b> fannst ekki.
       ErrorLoginHasNoEmail=Þessi notandi hefur ekki netfang. Aðferð aflýst.
       ErrorBadValueForCode=Bad gerðir gildi fyrir kóða. Prófaðu aftur með nýtt gildi ...
       ErrorBothFieldCantBeNegative=Fields %s og %s getur ekki verið bæði neikvæð
      +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=Notandi Reikningur <b>%s</b> notað til að framkvæma vefur framreiðslumaður hefur ekki leyfi til að
       ErrorNoActivatedBarcode=Nei barcode gerð virk
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bókamerki með þessum titli eða þessa miða (
       WarningPassIsEmpty=Viðvörun Skráð lykilorð er tóm. Þetta er öryggis gat. Þú ættir að setja inn lykilorð til að gagnasafninu og breyta conf.php þinni til að endurspegla þessa.
       WarningConfFileMustBeReadOnly=Aðvörun, skrá samsk <b>(htdocs / conf / conf.php)</b> er hægt að skrifa of mikið af vefþjóni. Þetta er alvarlegur öryggi gat. Breyta leyfi á skrá til að vera í lesa aðeins ham fyrir stýrikerfi notandi notar netþjóninn. Ef þú notar Windows og FAT snið fyrir diskinn þinn, þú verður að vita að þetta skráarkerfi leyfir ekki að bæta við heimildum á skrá, svo má ekki vera fullkomlega öruggur.
       WarningsOnXLines=Viðvaranir <b>á %s </b> uppspretta línur
      -WarningNoDocumentModelActivated=Engin fyrirmynd fyrir kynslóð skjal hefur verið virkjuð. A líkan vilja vera choosed sjálfgefið þar til þú skoðar einingin uppsetningu þína.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Öll öryggi viðvaranir (sýnileg notendum admin eingöngu) verða áfram virkur eins lengi og varnarleysi er til staðar (eða þessi fasti MAIN_REMOVE_INSTALL_WARNING er bætt í Uppsetning-> Annað skipulag).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/is_IS/interventions.lang b/htdocs/langs/is_IS/interventions.lang
      index 2e3e8400afe..ed9627091de 100644
      --- a/htdocs/langs/is_IS/interventions.lang
      +++ b/htdocs/langs/is_IS/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Íhlutun
       InterventionCard=Intervention kort
       NewIntervention=Nýrri aðferð
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Listi yfir inngrip
       ActionsOnFicheInter=Aðgerðir á íhlutun
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/is_IS/main.lang b/htdocs/langs/is_IS/main.lang
      index 1068c7078bc..a4fdbbc7073 100644
      --- a/htdocs/langs/is_IS/main.lang
      +++ b/htdocs/langs/is_IS/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Ekki tókst að senda póst (sendandi = %s , símtól = %s
       ErrorFileNotUploaded=Skrá var ekki send inn. Athugaðu að stærð hjartarskinn ekki fara yfir leyfileg mörk, sem laust pláss er í boði á diski og að það er ekki nú þegar skrá með sama nafni í þessari möppu.
       ErrorInternalErrorDetected=Villa fannst
       ErrorWrongHostParameter=Wrong gestgjafi breytu
      -ErrorYourCountryIsNotDefined=landið þitt er ekki skilgreind. Fara á aðalsíðu-skipulag-Breyta og staða aftur the mynd.
      -ErrorRecordIsUsedByChild=Tókst ekki að eyða þessari færslu. Þessi færsla er notaður við að minnsta kosti á færslur barn.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong gildi
       ErrorWrongValueForParameterX=Wrong gildi fyrir% breytu s
       ErrorNoRequestInError=Nei, farið fram á villu
      -ErrorServiceUnavailableTryLater=Þjónusta ekki í boði fyrir stundu. Reyndu aftur síðar.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Tvöfalt gildi í einstakri sviði
      -ErrorSomeErrorWereFoundRollbackIsDone=Villur fundust. Við rollback breytingar.
      -ErrorConfigParameterNotDefined=<b>Viðfang %s </b> er ekki skilgreind innan Dolibarr config skrá <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Gat ekki fundið <b>notandann %s </b> í Dolibarr gagnagrunninum.
       ErrorNoVATRateDefinedForSellerCountry=Villa, enginn VSK hlutfall er skilgreind fyrir% landsins.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Villa tókst að vista skrána.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Setja dagsetningu
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Skráin tókst að hlaða inn
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A-skrá er valin fyrir viðhengi en var ekki enn upp. Smelltu á "Hengja skrá" fyrir þessu.
      -NbOfEntries=ATH færslna
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Lestu hjálpina
       RecordSaved=Upptaka vistuð
      @@ -94,7 +94,7 @@ Undefined=Óskilgreint
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Sjá ofar
      -HomeArea=Home area
      +HomeArea=Forsíða
       LastConnexion=Latest connection
       PreviousConnexion=Fyrri tengingu
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Loka
       Closed2=Loka
       NotClosed=Not closed
       Enabled=Virkt
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Slökkva
       Disabled=Fatlaðir
      @@ -153,7 +154,7 @@ Update=Uppfæra
       Close=Loka
       CloseBox=Remove widget from your dashboard
       Confirm=Staðfesta
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Eyða
       Remove=Fjarlægja
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Afrita
       Paste=Líma
       Default=Default
       DefaultValue=Sjálfgefið gildi
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Verð
       PriceCurrency=Price (currency)
       UnitPrice=Eining verðs
      @@ -347,7 +348,7 @@ AmountTTCShort=Magn (Inc skatt)
       AmountHT=Magn (að frádregnum skatti)
       AmountTTC=Magn (Inc skatt)
       AmountVAT=Upphæð VSK
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Á ekki við
       ActionRunningNotStarted=Ekki byrjað
       ActionRunningShort=In progress
       ActionDoneShort=Lokið
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Mynda
       Duration=Lengd
       TotalDuration=Samtals tímalengd
       Summary=Yfirlit
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Laus
       NotYetAvailable=Ekki enn í boði
      @@ -468,7 +469,7 @@ and=og
       or=eða
       Other=Önnur
       Others=Aðrir
      -OtherInformations=Aðrar upplýsingar
      +OtherInformations=Other information
       Quantity=Magn
       Qty=Magn
       ChangedBy=Breytt af
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Seint
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Mynd augnabliksins
       Photos=Myndir
      @@ -530,18 +531,6 @@ September=September
       October=Október
       November=Nóvember
       December=Desember
      -JanuaryMin=Jan
      -FebruaryMin=Febrúar
      -MarchMin=Mar
      -AprilMin=Apríl
      -MayMin=Maí
      -JuneMin=Júní
      -JulyMin=Júlí
      -AugustMin=Ágúst
      -SeptemberMin=September
      -OctoberMin=Október
      -NovemberMin=Nóvember
      -DecemberMin=Desember
       Month01=Janúar
       Month02=Febrúar
       Month03=mars
      @@ -646,6 +635,8 @@ SendMail=Senda tölvupóst
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Eigandi
       FollowingConstantsWillBeSubstituted=Eftir Fastar verður staðgengill með samsvarandi gildi.
      @@ -677,7 +668,7 @@ NeverReceived=Aldrei fengið
       Canceled=Hætt við
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Litur
       Documents=Hlekkur skrá
       Documents2=Skjöl
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Sýna stjórn með lykilorð falinn
       UnHidePassword=Sýna raunveruleg stjórn með skýrum lykilorð
       Root=Root
      -Informations=Upplýsingar
      +Informations=Information
       Page=Page
       Notes=Skýringar
       AddNewLine=Bæta við nýjum línu
      @@ -716,15 +707,15 @@ Merge=Sameina
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Sýna síðu til að prenta aðalefni area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Aðvörun, ert þú í viðhald háttur, svo að aðeins <b>tenging %s </b> er leyft að nota forritið í augnablikinu.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Kerfi villa
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditkort
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Reitir <b>með %s </b> er nauðsynlegur
      -FieldsWithIsForPublic=Reitir <b>með %s </b> eru birtar á almennings lista yfir meðlimi. Ef þú vilt þetta ekki skaltu athuga hvort "opinberar" reitinn.
      -AccordingToGeoIPDatabase=(Samkvæmt GeoIP ummyndun)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Lína
       NotSupported=Ekki stutt
       RequiredField=Krafist
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Próf
       ValidateBefore=Kort verða að vera staðfestar áður en ég nota þennan eiginleika
       Visibility=Skyggni
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Einkamál
       Hidden=Falinn
       Resources=Gagnagrunnur
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Búa til drög
       SetToDraft=Back to draft
       ClickToEdit=Smelltu til að breyta
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Frá degi
       BySalesRepresentative=Með sölufulltrúa
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tækjum
       ModulesSystemTools=Modules tools
       Test=Próf
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Sýna afskipti
       ShowContract=Sýna samning
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Eyða línu
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Flokka billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Viðburðir
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Project
       Projects=Verkefni
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Heimildir
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Mánudagur
       Tuesday=Þriðjudagur
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Íhlutun
       SearchIntoContracts=Samningar
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Athugasemdir
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Allir
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Áhrifum á
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/is_IS/other.lang b/htdocs/langs/is_IS/other.lang
      index 2ec6f3b2f92..30a3ab82462 100644
      --- a/htdocs/langs/is_IS/other.lang
      +++ b/htdocs/langs/is_IS/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Öryggisnúmer
       NumberingShort=N°
       Tools=Verkfæri
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Afmæli
       BirthdayDate=Birthday date
       DateToBirth=Dags til fæðingu
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Skilaboð á staðfest greiðslu aftur síðu
       MessageKO=Skilaboð á niður greiðslu aftur síðu
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention staðfestar
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Viðskiptavinur til setja í gildi
       Notify_ORDER_SENTBYMAIL=Viðskiptavinur röð send með pósti
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Birgir röð send með pósti
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Birgir röð samþykkt
       Notify_ORDER_SUPPLIER_REFUSE=Birgir þess neitaði
       Notify_PROPAL_VALIDATE=Viðskiptavinur tillögu staðfestar
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Auglýsing tillögu send með pósti
       Notify_WITHDRAW_TRANSMIT=Gírskipting afturköllun
       Notify_WITHDRAW_CREDIT=Credit afturköllun
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Þriðja aðila til
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Viðskiptavinur Reikningar staðfestar
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Viðskiptavinur Reikningar borgað
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Viðskiptavinur reikning niður
       Notify_BILL_SENTBYMAIL=Viðskiptavinur Reikningar send með pósti
       Notify_BILL_SUPPLIER_VALIDATE=Birgir reikning fullgilt
      -Notify_BILL_SUPPLIER_PAYED=Birgir reikning borgað
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Birgir reikningi send með pósti
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Samningur fullgilt
       Notify_FICHEINTER_VALIDATE=Afskipti fullgilt
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping fullgilt
       Notify_SHIPPING_SENTBYMAIL=Shipping send með pósti
       Notify_MEMBER_VALIDATE=Member fullgilt
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Fjöldi meðfylgjandi skrá / gögn
       TotalSizeOfAttachedFiles=Heildarstærð meðfylgjandi skrá / gögn
       MaxSize=Hámarks stærð
       AttachANewFile=Hengja nýja skrá / skjal
       LinkedObject=Tengd mótmæla
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s </b> er upplýsingamiðstöð ráðast á þriðja aðila land. <br> Til dæmis, þegar <b>landið %s , kóði%</b> það <b>er.</b>
       DolibarrDemo=Dolibarr ERP / CRM kynningu
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Á% afskipti s hefur verið staðfest.
       EMailTextInvoiceValidated=Í% reikningi s hefur verið staðfest.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Á% Tillagan s hefur verið staðfest.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Á %s kyni s hefur verið staðfest.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Á %s kyni s hefur verið samþykkt af %s .
       EMailTextOrderRefused=Á %s kyni s hefur verið hafnað.
       EMailTextOrderRefusedBy=Á %s kyni s hefur verið hafnað af %s .
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Innflutningur gögnum
       DolibarrNotification=Sjálfvirk tilkynning
       ResizeDesc=Sláðu inn nýja breidd <b>EÐA</b> nýja hæð. Hlutfall verður haldið á resizing ...
      @@ -204,7 +212,7 @@ NewLength=New breidd
       NewHeight=Ný hæð
       NewSizeAfterCropping=Ný stærð eftir cropping
       DefineNewAreaToPick=Skilgreina ný svæði á mynd til að velja (vinstri smella á myndina þá draga þar til þú nærð fjær hornið)
      -CurrentInformationOnImage=Upplýsingar um núverandi mynd
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image ritstjóri
       YouReceiveMailBecauseOfNotification=Þú færð þessi skilaboð vegna þess að netfangið þitt hefur verið bætt við lista yfir markmið að fá upplýsingar um sérstaka atburði í %s  hugbúnað af %s .
       YouReceiveMailBecauseOfNotification2=Þessi atburður er eftirfarandi:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Útflutningur area
      diff --git a/htdocs/langs/is_IS/projects.lang b/htdocs/langs/is_IS/projects.lang
      index 5213ae876a6..5aa240aab47 100644
      --- a/htdocs/langs/is_IS/projects.lang
      +++ b/htdocs/langs/is_IS/projects.lang
      @@ -33,14 +33,14 @@ 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=Sýna verkefni
       ShowTask=Sýna verkefni
       SetProject=Setja verkefni
       NoProject=Engin verkefni skilgreind eða í eigu
      -NbOfProjects=ATH verkefna
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Tíma sem fer
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Listi yfir auglýsing tillögum í tengslum við verkefnið
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Listi yfir samninga í tengslum við verkefnið
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Listi yfir inngrip í tengslum við verkefnið
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Listi yfir aðgerðir í tengslum við verkefnið
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Framlög
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Tillaga
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/it_IT/admin.lang b/htdocs/langs/it_IT/admin.lang
      index 6467683d164..5953844cb49 100644
      --- a/htdocs/langs/it_IT/admin.lang
      +++ b/htdocs/langs/it_IT/admin.lang
      @@ -9,13 +9,13 @@ VersionExperimental=Sperimentale
       VersionDevelopment=Sviluppo
       VersionUnknown=Sconosciuta
       VersionRecommanded=Raccomandata
      -FileCheck=Controllo di integrità dei file
      -FileCheckDesc=Questo strumento ti consente di verificare l'integrità dei file e la configurazione della tua applicazione, confrontando ogni file con quelli ufficiali. Il valore di alcune impostazioni può anche essere controllato. È possibile utilizzare questo strumento per rilevare se alcuni file sono stati modificati, per esempio, da un hacker.
      +FileCheck=Controllo di integrità files
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=L'integrità dei file è strettamente conforme al riferimento.
      -FileIntegrityIsOkButFilesWereAdded=È stato superato il controllo dell'integrità dei file, tuttavia sono stati aggiunti alcuni nuovi file.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Il controllo dell'integrità dei file è fallito. Alcuni file sono stati modificati, rimossi o aggiunti.
      -GlobalChecksum=Global checksum
      -MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      +GlobalChecksum=Controllo di integrità globale
      +MakeIntegrityAnalysisFrom=Analizza integrità dei files dell'applicazione da
       LocalSignature=Firma locale incorporata (meno affidabile)
       RemoteSignature=Firma remota (più affidabile)
       FilesMissing=File mancanti
      @@ -23,21 +23,21 @@ FilesUpdated=File aggiornati
       FilesModified=Files modificati
       FilesAdded=Files aggiunti
       FileCheckDolibarr=Controlla l'integrità dei file dell'applicazione
      -AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
      -XmlNotFound=Xml Integrity File of application not found
      +AvailableOnlyOnPackagedVersions=Il file locale per il controllo di integrità è disponibile solo quando l'applicazione viene installata da un pacchetto ufficiale
      +XmlNotFound=File xml di controllo integrità non trovato
       SessionId=ID di sessione
       SessionSaveHandler=Handler per il salvataggio dell sessioni
       SessionSavePath=Percorso per il salvataggio delle sessioni
       PurgeSessions=Pulizia delle sessioni
       ConfirmPurgeSessions=Vuoi davvero eliminare tutte le sessioni? Questo causerà la disconnessione di tutti gli utenti (tranne te).
      -NoSessionListWithThisHandler=Il gestore delle sessioni configurato in PHP non consente di elencare tutte le sessioni in esecuzione.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Bloccare le nuove connessioni
      -ConfirmLockNewSessions=Sei sicuro di voler limitare qualsiasi nuova connessione a Dolibarr a te stesso? Solo l'utente <b>%s</b> sarà in grado di connettersi dopo la modifica.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Rimuovere il blocco di connessione
       YourSession=La tua sessione
      -Sessions=Sessione utente
      +Sessions=Users sessions
       WebUserGroup=Utente/gruppo del server web (per esempio www-data)
      -NoSessionFound=Il PHP del server sembra non permettere di elencare le sessioni attive. La directory utilizzata per salvare le sessioni (<b>%s</b>) potrebbe essere protetta (Potrebbe essere fatto con permessi sul filesystem o con la direttiva open_basedir di PHP).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Charset per il salvataggio dei dati nel database
       DBSortingCharset=Charset per l'rodinamento dei dati nel database
       ClientCharset=Client charset
      @@ -49,8 +49,8 @@ InternalUser=Utente interno
       ExternalUser=Utente esterno
       InternalUsers=Utenti interni
       ExternalUsers=Utenti esterni
      -GUISetup=Layout di visualizzazione
      -SetupArea=Sezione impostazioni
      +GUISetup=Aspetto grafico e lingua
      +SetupArea=Impostazioni
       UploadNewTemplate=Carica nuovi modelli
       FormToTestFileUploadForm=Modulo per provare il caricamento file (secondo la configurazione)
       IfModuleEnabled=Nota: funziona solo se il <b>modulo %s</b> è attivo
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Il codice non può contenere il valore 0
       DisableJavascript=Disabilita funzioni JavaScript and Ajax (Raccomandato per persone non vedenti o browser testuali)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=N ° di caratteri per attivare ricerca: %s
       NotAvailableWhenAjaxDisabled=Non disponibile quando Ajax è disabilitato
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Anteprima non disponibile
       ThemeCurrentlyActive=Tema attualmente attivo
       CurrentTimeZone=Fuso orario attuale
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Spazio
       Table=Tabella
       Fields=Campi
      @@ -111,14 +111,14 @@ NotConfigured= Modulo/Applicazione non configurato
       Active=Attivo
       SetupShort=Impostazioni
       OtherOptions=Altre opzioni
      -OtherSetup=Altre impostazioni
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Separatore decimale
       CurrentValueSeparatorThousand=Separatore per le migliaia
       Destination=Destinazione
       IdModule=Modulo ID
       IdPermissions=Permessi ID
       LanguageBrowserParameter=Parametro %s
      -LocalisationDolibarrParameters=Parametri di localizzazione
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Fuso orario client (utente)
       ClientHour=Orario client (utente)
       OSTZ=Fuso orario dell'OS server
      @@ -126,8 +126,8 @@ PHPTZ=Fuso orario server PHP
       DaylingSavingTime=Ora legale (utente)
       CurrentHour=Orario PHP (server)
       CurrentSessionTimeOut=Timeout sessione corrente
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Massimo numero di righe per componente
      @@ -191,29 +191,29 @@ IgnoreDuplicateRecords=Ignora errori per record duplicati (INSERT IGNORE)
       AutoDetectLang=Rileva automaticamente (lingua del browser)
       FeatureDisabledInDemo=Funzione disabilitata in modalità demo
       FeatureAvailableOnlyOnStable=Feature disponibile solo nelle versioni stabili ufficiali
      -BoxesDesc=I Widgets sono componenti che personalizzano le pagine aggiungendo delle informazioni.\nPuoi scegliere se mostrare il widget o meno cliccando 'Attiva' sulla la pagina di destinazione, o cliccando sul cestino per disattivarlo.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Vengono mostrati solo gli elementi relativi ai <a href="%s">moduli attivi</a> .
      -ModulesDesc=I moduli di Dolibarr definiscono quali funzionalità sono abilitate. Alcuni moduli, dopo la loro attivazione, richiedono dei permessi da abilitare agli utenti. Clicca su on/off per l'abilitazione del modulo.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Potete trovare altri moduli da scaricare su siti web esterni...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Trova app/moduli esterni...
       ModulesDevelopYourModule=Sviluppa il tuo modulo/app
      -ModulesDevelopDesc=Puoi sviluppare o trovare un partner che sviluppi il tuo modulo personalizzato
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nuovo
      -FreeModule=Free
      +FreeModule=Gratuito
       CompatibleUpTo=Compatibile con la versione %s
       NotCompatible=Questo modulo non sembra essere compatibile con la tua versione di Dolibarr %s (Min %s - Max %s).
       CompatibleAfterUpdate=Questo modulo richiede un aggiornamento a Dolibarr %s (Min %s - Max %s).
       SeeInMarkerPlace=See in Market place
       Updated=Aggiornato
      -Nouveauté=Novelty
      +Nouveauté=Novità
       AchatTelechargement=Aquista / Scarica
       GoModuleSetupArea=Per installare un nuovo modulo vai alla sezione moduli <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, il mercato ufficiale dei moduli esterni per Dolibarr ERP/CRM
      -DoliPartnersDesc=Elenco di aziende che forniscono moduli e funzionalità sviluppate su misura (Nota: chiunque sia esperto in programmazione PHP è in grado di fornire un contributo allo sviluppo per un progetto open source)
      -WebSiteDesc=Siti Web in cui è possibile cercare altri moduli ...
      -DevelopYourModuleDesc=Some solutions to develop your own module...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
      +DevelopYourModuleDesc=Spunti per sviluppare il tuo modulo...
       URL=Collegamento
       BoxesAvailable=Widget disponibili
       BoxesActivated=Widget attivi
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Non memorizzare le password in chiaro nel database (racc
       MainDbPasswordFileConfEncrypted=Password del database crittata in conf.php (raccomandato)
       InstrucToEncodePass=Per avere la password codificata sostituisci nel file <b>conf.php</b> , la linea <br><b>$dolibarr_main_db_pass="...";</b><br>con<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Per avere la password decodificata (in chiaro) sostituisci nel file<b>conf.php</b> la linea <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>con<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protezione e crittografia dei PDF generati
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=La protezione di un documento PDF rende possibile la lettura e la stampa con qualsiasi browser; tuttavia modifica e copia non sono più possibili. Si noti che l'utilizzo di questa funzionalità non renderà possibile la stampa unione dei file PDF
       Feature=Caratteristica
       DolibarrLicense=Licenza
      @@ -246,47 +246,51 @@ ExternalResources=Risorse esterne
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=La documentazione per utenti e sviluppatori e le FAQ sono disponibili sul wiki di Dolibarr: <br/>Dai un'occhiata a <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=Per qualsiasi altro problema/domanda, si può utilizzare il forum di Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=In quest'area puoi cercare un servizio di supporto su Dolibarr.
      -HelpCenterDesc2=Alcuni di questi servizi sono disponibili <b>solo in inglese</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Attuale gestore menu
       MeasuringUnit=Unità di misura
       LeftMargin=Margine sinistro
       TopMargin=Margine superiore
       PaperSize=Tipo di carta
       Orientation=Orientamento
      -SpaceX=Space X
      -SpaceY=Space Y
      +SpaceX=Spazio X
      +SpaceY=Spazio Y
       FontSize=Dimensione del testo
       Content=Contenuto
       NoticePeriod=Periodo di avviso
       NewByMonth=New by month
       Emails=Email
       EMailsSetup=Impostazioni Email
      -EMailsDesc=Questa pagina ti permette di sovrascrivere i tuoi parametri di PHP per l'invio di email. In molti casi con Unix/Linux OS, le impostazioni di PHP sono corrette e questi parametri inutilizzati.
      -EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=Porta SMTP (Di default in php.ini: <b> %s </b>)
      -MAIN_MAIL_SMTP_SERVER=Host SMTP (Di default in php.ini: <b> %s </b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Porta SMTP (non disponibile in PHP su Linux)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP Host (non disponibile in PHP su Linux)
      -MAIN_MAIL_EMAIL_FROM=Inviante email per email automatiche (di default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Inviare sistematicamente una copia carbone nascosta di tutte le email a
      -MAIN_DISABLE_ALL_MAILS=Disabilita tutti gli invii email (per scopi di test o demo)
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
      +EmailSenderProfiles=Profili mittente email
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metodo da utilizzare per l'invio di email
      -MAIN_MAIL_SMTPS_ID=Id per l'autenticazione SMTP, se necessario
      -MAIN_MAIL_SMTPS_PW=Password per l'autenticazione SMTP, se necessaria
      -MAIN_MAIL_EMAIL_TLS= Usa cifratura TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Usa crittografia TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Disabilitare tutti gli invii SMS (per scopi di test o demo)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metodo da utilizzare per inviare SMS
      -MAIN_MAIL_SMS_FROM=Numero del chiamante predefinito per l'invio di SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Email utente
       CompanyEmail=Email società
       FeatureNotAvailableOnLinux=Funzione non disponibile sui sistemi Linux. Viene usato il server di posta installato sul server (es. sendmail).
      -SubmitTranslation=Se la traduzione per questa lingua non è completa o trovi degli errori, puoi correggere i file presenti nella directory <b>langs/%s</b> e pubblicare i file modificati su www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Se la traduzione per questa lingua non è completa o trovi degli errori, puoi correggere i file presenti nella directory <b>langs/%s</b> e pubblicare i file modificati su dolibarr.org/forum oppure, se sei uno sviluppatore, su github.com/Dolibarr/dolibarr
       ModuleSetup=Impostazioni modulo
       ModulesSetup=Impostazione Modulo/Applicazione
      @@ -307,17 +311,17 @@ MenuHandlers=Gestori menu
       MenuAdmin=Editor menu
       DoNotUseInProduction=Da non usare in produzione
       ThisIsProcessToFollow=Il procedimento da seguire è:
      -ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
      +ThisIsAlternativeProcessToFollow=Questa è una impostazione manuale alternativa:
       StepNb=Passo %s
      -FindPackageFromWebSite=Trova un pacchetto che fornisca la funzionalità desiderata (per esempio su %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Scarica il pacchetto (per esempio dal sito ufficiale %s).
      -UnpackPackageInDolibarrRoot=Scompatta il pacchetto sul server nella directory dedicata a Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Installazione del modulo completata. Devi abilitare e configurare il modulo nella tua applicazione dalla pagina di configurazione dei moduli: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=La directory root alternativa non è stata associata ad una directory esistente.<br>
       InfDirAlt=A partire dalla versione 3 è possibile definire una directory root alternativa. Ciò permette di archiviare plugin e template personalizzati nello stesso posto.<br>Basta creare una directory nella root di Dolibarr (per esempio: custom).<br>
       InfDirExample=<br>Poi dichiaralo nel file  <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>. Se queste righe sono commentate con "#", per abilitarle basta rimuovere il carattere "#".
      -YouCanSubmitFile=Per questo passaggio puoi inviare il file .zip del modulo qui:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Versione attuale di Dolibarr
       CallUpdatePage=Vai alla pagina che aggiorna la struttura del database e dati su %s.
       LastStableVersion=Ultima versione stabile
      @@ -325,7 +329,7 @@ LastActivationDate=Ultima data di attivazione
       LastActivationAuthor=Ultimo
       LastActivationIP=Latest activation IP
       UpdateServerOffline=Update server offline
      -WithCounter=Manage a counter
      +WithCounter=Gestisci un contatore
       GenericMaskCodes=Puoi inserire uno schema di numerazione. In questo schema, possono essere utilizzati i seguenti tag : <br><b> {000000} </b> Corrisponde a un numero che sarà incrementato ad ogni aggiunta di %s. Inserisci il numero di zeri equivalente alla lunghezza desiderata per il contatore. Verranno aggiunti zeri a sinistra fino alla lunghezza impostata per il contatore. <br><b> {000000+000} </b> Come il precedente, ma con un offset corrispondente al numero a destra del segno + che viene applicato al primo inserimento %s. <br> <b> {000000@x} </b> Come sopra, ma il contatore viene reimpostato a zero quando si raggiunge il mese x (x compreso tra 1 e 12). Se viene utilizzata questa opzione e x è maggiore o uguale a 2, diventa obbligatorio inserire anche la sequenza {yy}{mm} o {yyyy}{mm}. <br> <b> {dd} </b> giorno (da 01 a 31). <br> <b> {mm} </b> mese (da 01 a 12). <br> <b> {yy} </b>, <b> {yyyy} </b> o <b> {y}  </b> anno con 2, 4 o 1 cifra.<br>
       GenericMaskCodes2=<b>{cccc}</b>il codice cliente di n caratteri<br><b>{cccc000}</b> il codice cliente di n caratteri è seguito da un contatore dedicato per cliente. Questo contatore dedicato per i clienti è azzerato allo stesso tempo di quello globale.<br><b>{tttt}</b> Il codice di terze parti composto da n caratteri (vedi menu Home - Impostazioni - dizionario - tipi di terze parti). Se aggiungi questa etichetta, il contatore sarà diverso per ogni tipo di terze parti<br>
       GenericMaskCodes3=Tutti gli altri caratteri nello schema rimarranno inalterati. <br> Gli spazi non sono ammessi. <br>
      @@ -347,37 +351,37 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Ritardo per il caching di esportazione (0 o vuoto per disabilitare la cache)
       DisableLinkToHelpCenter=Nascondi link <b>Hai bisogno di aiuto?</b> sulla pagina di accesso
       DisableLinkToHelp=Nascondi link  della guida online "<b>%s</b>"
      -AddCRIfTooLong=La lunghezza delle righe non viene controllata automaticamente. Inserire gli a capo, se necessari.
      -ConfirmPurge=Vuoi davvero eseguire questa cancellazione?<br>Questa operazione eliminerà definitivamente tutti i dati senza possibilità di ripristino (ECM, allegati, ecc ...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Durata minima
       LanguageFilesCachedIntoShmopSharedMemory=File Lang caricati nella memoria cache
       LanguageFile=File di Lingua
      -ExamplesWithCurrentSetup=Esempi di funzionamento secondo la configurazione attuale
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Elenco delle directory dei modelli OpenDocument
       ListOfDirectoriesForModelGenODT=Lista di cartelle contenenti file modello in formato OpenDocument.<br><br>Inserisci qui il percorso completo delle cartelle.<br>Digitare un 'Invio' tra ciascuna cartella.<br>Per aggiungere una cartella del modulo GED, inserire qui <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>I file in quelle cartelle devono terminare con <b>.odt</b> o <b>.ods</b>.
      -NumberOfModelFilesFound=Numero di modelli per documenti ODT/ODS trovati in queste directory
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Esempi di sintassi: <br/> c: dir \\ <br/> /Home/mydir <br/> DOL_DATA_ROOT/ECM/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br/>Per sapere come creare i modelli di documento odt, prima di salvarli in queste directory, leggere la documentazione wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
       FirstnameNamePosition=Posizione del cognome/nome
      -DescWeather=Le seguenti immagini verranno visualizzate sulla dashboard quando il numero di azioni in ritardo raggiungere i seguenti valori:
      +DescWeather=Le seguenti immagini verranno visualizzate sulla panoramica quando il numero di azioni in ritardo raggiunge i seguenti valori:
       KeyForWebServicesAccess=Chiave per l'accesso ai Web Services (parametro &quot;dolibarrkey&quot; in webservices)
       TestSubmitForm=Submit form di test
       ThisForceAlsoTheme=Usando questo il gestore dei menu userà anche il proprio tema indipedentemente dalla scelta dell'utente. Inoltre questo gestore dei menu specializzato per smartphone non funziona su tutti gli smartphone. Se si verificassero problemi, consigliamo di utilizzare un altro gestore dei menu.
       ThemeDir=Directory delle skin
      -ConnectionTimeout=Timeout della connessione
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Timeout della risposta
       SmsTestMessage=Prova messaggio da __PHONEFROM__ a __PHONETO__
       ModuleMustBeEnabledFirst=Il modulo <b>%s</b> deve prima essere attivato per poter accedere a questa funzione.
       SecurityToken=Token di sicurezza
      -NoSmsEngine=Nessun manager mittente SMS disponibili. SMS gestore del mittente non sono installati con la distribuzione di default (perché dipende da un fornitore esterno), ma si possono trovare alcuni su http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Si possono impostare tutte le opzioni globali relative alla generazione di file pdf
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regole per il forge di caselle di indirizzi
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
      -PDFRulesForSalesTax=Rules for Sales Tax / VAT
      +PDFRulesForSalesTax=Regole per tasse sulla vendita/IVA
       PDFLocaltax=Regole per %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Nascondi le descrizioni dei prodotti nel pdf generato
       HideRefOnPDF=Nascondi il ref. prodotto nei PDF generati
       HideDetailsOnPDF=Nascondi dettagli linee prodotti sui PDF generati
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametri di generazione degli indirizzi
       SecurityTokenIsUnique=Utilizzare un unico parametro securekey per ogni URL
       EnterRefToBuildUrl=Inserisci la reference per l'oggetto %s
       GetSecuredUrl=Prendi URL calcolato
      -ButtonHideUnauthorized=Nascondi pulsanti per azioni non autorizzate anziché mostrare pulsantii disabilitati
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Vecchia aliquota IVA
       NewVATRates=Nuova aliquota IVA
       PriceBaseTypeToChange=Modifica i prezzi con la valuta di base definita.
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Lista di selezione
       ExtrafieldSelectList = Seleziona dalla tabella
       ExtrafieldSeparator=Separatore (non è un campo)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio button (una sola scelta)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Campo calcolato
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=La lista dei parametri deve contenere chiave univoca e valore.<br><br>Per esempio:<br>1, valore1<br>2, valore2<br>3, valore3<br>...
       ExtrafieldParamHelpradio=La lista dei parametri deve contenere chiave univoca e valore.<br><br>Per esempio:<br>1, valore1<br>2, valore2<br>3, valore3<br>...
      @@ -432,60 +436,62 @@ DefaultLink=Link predefinito
       SetAsDefault=Imposta come predefinito
       ValueOverwrittenByUserSetup=Attenzione, questo valore potrebbe essere sovrascritto da un impostazione specifica dell'utente (ogni utente può settare il proprio url clicktodial)
       ExternalModule=Modulo esterno - Installato nella directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Vuoi davvero eliminare tutti i valori attuali dei codici a barre?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Abilita file di cache
       ShowDetailsInPDFPageFoot=Aggiungi ulteriori dettagli a piè di pagina nei files PDF, come l'indirizzo della tua società o i nomi dei managers (per completare id professionali, capitale sociale e numeri di partita IVA).
       NoDetails=Nessun dettaglio nel piè di pagina
       DisplayCompanyInfo=Mostra indirizzo dell'azienda
       DisplayCompanyManagers=Visualizza nomi responsabili
       DisplayCompanyInfoAndManagers=Mostra l'indirizzo dell'azienda ed il nome del manager
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Clicca per mostrare la descrizione
      -DependsOn=A questo modulo serve il modulo
      +DependsOn=This module needs the module(s)
       RequiredBy=Questo modulo è richiesto dal modulo
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Abilita l'utilizzo di valori predefiniti personalizzati
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Campo
       ProductDocumentTemplates=Document templates to generate product document
       FreeLegalTextOnExpenseReports=Testo libero sul report di spesa
      -WatermarkOnDraftExpenseReports=Watermark on draft expense reports
      -AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable)
      +WatermarkOnDraftExpenseReports=Bozze delle note spese filigranate
      +AttachMainDocByDefault=Imposta a 1 se vuoi allegare il documento principale alle email come impostazione predefinita (se applicabile)
       FilesAttachedToEmail=Allega file
       SendEmailsReminders=Invia promemoria agenda via email
       davDescription=Add a component to be a DAV server
      -DAVSetup=Setup of module DAV
      -DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAVSetup=Configurazione del modulo DAV
      +DAV_ALLOW_PUBLIC_DIR=Attiva directory pubblica (directory WebDAV senza login)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Utenti e gruppi
       Module0Desc=Gestione utenti/impiegati e gruppi
      -Module1Name=Terzi
      +Module1Name=Third Parties
       Module1Desc=Gestione aziende e contatti
       Module2Name=Commerciale
       Module2Desc=Gestione commerciale
       Module10Name=Contabilità
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposte
       Module20Desc=Gestione proposte commerciali
       Module22Name=Posta massiva
      @@ -511,13 +517,13 @@ Module52Desc=Gestione magazzino prodotti
       Module53Name=Servizi
       Module53Desc=Gestione servizi
       Module54Name=Contratti/Abbonamenti
      -Module54Desc=Gestione contratti (servizi o abbonamenti)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Codici a barre
       Module55Desc=Gestione codici a barre
       Module56Name=Telefonia
       Module56Desc=Integrazione telefonia
       Module57Name=Ordini permanenti e domiciliazioni
      -Module57Desc=Gestione degli ordini di pagamento SEPA Direct Debit. Comprende anche la generazione di file SEPA per i paesi europei.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integrazione di un sistema ClickToDial (per esempio Asterisk)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Spese di viaggio e note spese
       Module75Desc=Gestione spese di viaggio e note spese
       Module80Name=Spedizioni
       Module80Desc=Gestione spedizioni e consegne ordini
      -Module85Name=Banche e cassa
      +Module85Name=Banks and Cash
       Module85Desc=Gestione di conti bancari o conti di cassa
      -Module100Name=Sito esterno
      -Module100Desc=Includi un sito esterno nei menu di Dolibarr e visualizzalo in un frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman e SPIP
       Module105Desc=Interfaccia Mailman o SPIP per il modulo membri
       Module200Name=LDAP
      -Module200Desc=Sincronizzazione directory LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=Postnuke
       Module210Desc=Integrazione Postnuke
       Module240Name=Esportazione dati
      -Module240Desc=Strumento per esportare i dati di Dolibarr (con assistenti)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Importazione dati
      -Module250Desc=Strumento per importare i dati in Dolibarr (con assistenti)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Membri
       Module310Desc=Gestione membri della fondazione
       Module320Name=Feed RSS
       Module320Desc=Aggiungi feed RSS alle pagine di Dolibarr
      -Module330Name=Segnalibri
      -Module330Desc=Gestione segnalibri
      -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=Calendario web
       Module410Desc=Integrazione calendario web
      -Module500Name=Taxes and Special expenses
      +Module500Name=Tasse e spese speciali
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Pagamento stipendi dipendenti
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Prestito
       Module520Desc=Gestione dei prestiti
       Module600Name=Notifiche di eventi lavorativi
      -Module600Desc=Inviare notifiche EMail (generate da eventi aziendali) ad utenti (impostazione definita per ogni utente) o contatti di terze parti (impostazione definita per ogni terza parte) o a email predefinite
      -Module600Long=Nota che questo modulo è dedicato all'invio di e-mail in tempo reale quando si verifica un evento aziendale dedicato. Se stai cercando una funzione per inviare promemoria via e-mail dei tuoi eventi in agenda, vai alla configurazione del modulo Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Varianti prodotto
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donazioni
       Module700Desc=Gestione donazioni
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tag/categorie
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=FCKeditor
      -Module2000Desc=Permette di utilizzare per alcune aree di testo un edito avanzato (basato su CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Prezzi dinamici
       Module2200Desc=Abilita l'utilizzo di espressioni matematiche per i prezzi
       Module2300Name=Processi pianificati
       Module2300Desc=Gestione delle operazioni pianificate
       Module2400Name=Eventi/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Attiva il server SOAP che fornisce i servizi di API
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Attiva il server REST che fornisce i servizi di API
       Module2660Name=Chiamata WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Usa il servizio online Gravatar (www.gravatar.com) per mostrare le foto degli utenti/membri. Necessita dell'accesso a Internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=Client FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Localizzazione degli accessi tramite GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Aggiunge un collegamento a Skype nelle schede di terze parti e contatti
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Risorse umane
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multiazienda
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Siti web
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Gestione delle richieste di permesso
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Lotti di prodotto
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Modulo per offrire una pagina di pagamento che accetti pagamenti con carte di credito o debito via PayBox. Può essere usato per tutti i pagamenti dei clienti o solo per alcune specifiche tipologie di pagamenti in Dolibarr (fatture, ordini, ...) 
      +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=Punti vendita
       Module50100Desc=Modulo per la creazione di un punto vendita (POS)
      +Module50150Name=Punti vendita
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Modulo per offrire una pagina di pagamento che accetti pagamenti PayPal (carte di credito o credito PayPal). Può essere usato per tutti i pagamenti dei clienti o solo per alcune specifiche tipologie di pagamenti in Dolibarr (fatture, ordini, ...) 
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Stampa diretta (senza aprire i documenti) tramite l'interfaccia CUPS IPP (la stampante deve essere visibile dal server, e il server deve avere CUPS installato).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Sondaggio, Indagine o Votazione
      -Module55000Desc=Modulo per creare sondaggi, indagini o feedback online (Doodle, Studs, Rdvz o simili)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margini
       Module59000Desc=Modulo per gestire margini
       Module60000Name=Commissioni
       Module60000Desc=Modulo per gestire commissioni
      -Module62000Name=Incoterm
      -Module62000Desc=Aggiunge funzioni per la gestione Incoterm
      +Module62000Name=Import-Export
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Risorse
       Module63000Desc=Gestione risorse (stampanti, automobili, locali, ...) e loro utilizzo all'interno degli eventi
       Permission11=Vedere le fatture attive
      @@ -651,9 +661,9 @@ Permission32=Creare/modificare  prodotti
       Permission34=Eliminare prodotti
       Permission36=Vedere/gestire prodotti nascosti
       Permission38=Esportare prodotti
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Creare/modificare i progetti (condivisi e di cui si è contatto). Può anche creare compiti/attività e assegnare risorse a progetti e compiti/attività
      -Permission44=Eliminare progetti
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Esporta progetti
       Permission61=Vedere gli interventi
       Permission62=Creare/modificare gli interventi
      @@ -686,7 +696,7 @@ Permission109=Eliminare spedizioni
       Permission111=Vedere i conti bancari
       Permission112=Creare/modificare/cancellare e confrontare operazioni bancarie
       Permission113=Imposta conti finanziari (crea, gestire le categorie)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Operazioni di esportazione ed estratti conto
       Permission116=Trasferimenti tra conti
       Permission117=Gestire l'invio di assegni
      @@ -694,15 +704,15 @@ Permission121=Vedere soggetti terzi collegati all'utente
       Permission122=Creare/modificare terzi legati all'utente
       Permission125=Eliminare terzi legati all'utente
       Permission126=Esportare terzi
      -Permission141=Legge tutti i progetti e tutti i compiti (anche progetti privati in cui non sono stato insertio come contatto)
      -Permission142=Crea e mofica tutti i progetti e tutti i compiti (anche progetti privati in cui non sono stato insertio come contatto)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Cancella tutti i progetti e tutti i compiti (anche progetti privati in cui non sono stato insertio come contatto)
       Permission146=Vedere provider
       Permission147=Vedere statistiche
       Permission151=Vedere ordini permanenti
       Permission152=Creare/modificare richieste di ordini permanenti
       Permission153=Trasmettere fatture ordini permanenti
      -Permission154=Pagare/rifiutare fatture ordini permanenti
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Leggi contratti / abbonamenti
       Permission162=Crea/modifica contratti/abbonamenti
       Permission163=Attiva un servizio/sottoscrizione di un contratto
      @@ -725,7 +735,7 @@ Permission187=Chiudere fornitore ordini
       Permission188=Annullare ordini fornitore
       Permission192=Creare linee
       Permission193=Eliminare linee
      -Permission194=Leggere banda linee
      +Permission194=Read the bandwidth lines
       Permission202=Creare connessioni ADSL
       Permission203=Ordinare ordini connessioni
       Permission204=Ordinare connessioni
      @@ -750,12 +760,12 @@ Permission244=Vedere contenuto delle categorie nascoste
       Permission251=Vedere altri utenti e gruppi
       PermissionAdvanced251=Vedere altri utenti
       Permission252=Creare/modificare altri utenti e gruppi e propri permessi
      -Permission253=Creare/Modificare altri utenti, gruppi e permessi
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Creare/modificare utenti interni/esterni e permessi
       Permission254=Eliminare o disattivare altri utenti
       Permission255=Cambiare le password di altri utenti
       Permission256=Eliminare o disabilitare altri utenti
      -Permission262=Estendere accesso a tutte le terze parti (non solo quelle legate all'utente). Non ha effetto sugli utenti esterni e sui progetti.
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Vedere CA
       Permission272=Vedere fatture
       Permission273=Emettere fatture
      @@ -765,7 +775,7 @@ Permission283=Eliminare contatti
       Permission286=Esportare contatti
       Permission291=Vedere tariffe
       Permission292=Impostare permessi per le tariffe
      -Permission293=Modificare tariffe clienti
      +Permission293=Modify customers tariffs
       Permission300=Vedere codici a barre
       Permission301=Creare/modificare codici a barre
       Permission302=Eliminare codici a barre
      @@ -787,11 +797,9 @@ Permission401=Vedere sconti
       Permission402=Creare/modificare sconti
       Permission403=Convalidare sconti
       Permission404=Eliminare sconti
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Crea/modifica pagamento stipendi
      -Permission514=Delete salaries
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Esporta stipendi
       Permission520=Read Loans
       Permission522=Crea/modifica prestiti
      @@ -844,8 +852,8 @@ Permission1251=Eseguire importazioni di massa di dati esterni nel database (data
       Permission1321=Esportare fatture attive, attributi e pagamenti
       Permission1322=Riaprire le fatture pagate
       Permission1421=Esportare ordini cliente e attributi
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Eliminare le richieste di ferie
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Leggi risorse
       Permission63002=Crea/modifica risorse
       Permission63003=Elimina risorsa
       Permission63004=Collega le risorse agli eventi
      -DictionaryCompanyType=Tipi dei soggetti terzi
      -DictionaryCompanyJuridicalType=forma legale dei soggetti terzi
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=Stato/Provincia
       DictionaryRegion=Regioni
      @@ -894,7 +902,7 @@ DictionaryVAT=Aliquote IVA o Tasse di vendita
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Termini di pagamento
       DictionaryPaymentModes=Modalità di pagamento
      -DictionaryTypeContact=Tipi di contatti/indirizzi
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotassa (WEEE)
       DictionaryPaperFormat=Formati di carta
      @@ -908,47 +916,47 @@ DictionarySource=Origine delle proposte/ordini
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modelli per piano dei conti
       DictionaryAccountancyJournal=Libri contabili
      -DictionaryEMailTemplates=Modelli email
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Unità
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Tipi di ferie
      -DictionaryOpportunityStatus=Stato opportunità per progetto/clienti interessati
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Impostazioni salvate
       SetupNotSaved=Impostazioni non salvate
       BackToModuleList=Torna alla lista moduli
      -BackToDictionaryList=Torna alla lista dei dizionari
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Gestione IVA
      -VATIsUsedDesc=Per impostazione predefinita l'aliquota IVA usata per la creazione di prospetti, fatture, ordini, ecc. segue la regola attiva:<br> - Se il venditore non è un soggetto IVA, l'aliquota IVA è pari a 0.<br> - Se i paesi di vendita e di acquisto coincidono, il valore predefinito dell'aliquota IVA è quello del prodotto nel paese di vendita. <br> - Se il venditore e l'acquirente si trovano entrambi all'interno della Comunità Europea ed i beni consistono in servizi di trasporto (auto, nave, aereo), il valore predefinito dell'aliquota IVA è 0 (L'IVA dovrebbe essere pagata dall'acquirente all'ufficio doganale del suo paese e non al venditore). <br> - Se il venditore e l'acquirente si trovano entrambi all'interno della Comunità Europea e l'acquirente non è una società, l'aliquota IVA predefinita è quella del prodotto venduto. <br> - Se il venditore e l'acquirente si trovano entrambi all'interno della Comunità Europea e l'acquirente è una società, l'aliquota IVA predefinita è 0.<br>In tutti gli altri casi l'aliquota IVA predefinita è 0.
      -VATIsNotUsedDesc=Impostazione predefinita in cui l'aliquota IVA è pari a 0. Adatto a soggetti come associazioni, persone fisiche o piccole imprese con regime semplificato o a forfait.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Tariffa
       LocalTax1IsNotUsed=Non usare seconda tassa
      -LocalTax1IsUsedDesc=Usa il secondo tipo di tassa (altra oltre l'IVA)
      -LocalTax1IsNotUsedDesc=Non usare altro tipo di tassa (altra oltre IVA)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Secondo tipo di tassa
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Non usare terza tassa
      -LocalTax2IsUsedDesc=Usa un terzo tipo di tassa (altra oltre IVA)
      -LocalTax2IsNotUsedDesc=Non usare altro tipo di tassa (altra oltre IVA)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Terzo tipo di tassa
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Gestione RE
      -LocalTax1IsUsedDescES= Per impostazione predefinita il tasso di RE segue la regola standard dell'attivo standard: <br/> Se il compratore non è sottoposto a RE, RE di default = 0. Fine della regola. <br> Se l'acquirente è soggetto a RE, allore si segue l'impostazione predefinita. Fine della regola. <br/>
      -LocalTax1IsNotUsedDescES= Per default il RE proposto è 0. Fine della regola.
      -LocalTax1IsUsedExampleES= In Spagna sono dei professionisti soggetti ad alcune sezioni specifiche del IAE spagnolo.
      -LocalTax1IsNotUsedExampleES= In Spagna alcune società professionali sono soggette a regimi particolari.
      -LocalTax2ManagementES= Gestione IRPF
      -LocalTax2IsUsedDescES= Il tasso di IRPF per impostazione predefinita segue la regola dell'attivo standard: <br> Se il venditore non è sottoposto a IRPF, allora IRPF di default = 0. Fine della regola. <br> Se il venditore è sottoposto a IRPF, allora si segue l'impostazione IRPF predefinita. Fine della regola. <br>
      -LocalTax2IsNotUsedDescES= Per impostazione predefinita la proposta di IRPF è 0. Fine della regola.
      -LocalTax2IsUsedExampleES= In Spagna, liberi professionisti e freelance che forniscono servizi e le aziende che hanno scelto il regime fiscale modulare.
      -LocalTax2IsNotUsedExampleES= Vale per le imprese spagnole che non hanno optato per il sistema fiscale modulare.
      +LocalTax1ManagementES=Gestione RE
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Per default il RE proposto è 0. Fine della regola.
      +LocalTax1IsUsedExampleES=In Spagna sono dei professionisti soggetti ad alcune sezioni specifiche del IAE spagnolo.
      +LocalTax1IsNotUsedExampleES=In Spagna alcune società professionali sono soggette a regimi particolari.
      +LocalTax2ManagementES=Gestione IRPF
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Per impostazione predefinita la proposta di IRPF è 0. Fine della regola.
      +LocalTax2IsUsedExampleES=In Spagna, liberi professionisti e freelance che forniscono servizi e le aziende che hanno scelto il regime fiscale modulare.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Acquisti-vendite
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Vendite
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Descrizione (utilizzata in tutti i documenti per cui non esiste la traduzione)
       LabelOnDocuments=Descrizione sul documento
      -NbOfDays=Numero di giorni
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Alla fine del mese
       CurrentNext=Corrente/Successivo
       Offset=Scostamento
      @@ -984,7 +993,7 @@ DatabaseUser=Utente database
       DatabasePassword=Database delle password
       Tables=Tabelle
       TableName=Nome della tabella
      -NbOfRecord=Numero di record
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Tipo di driver
       SummarySystem=Informazioni riassuntive sul sistema
      @@ -996,17 +1005,17 @@ Skin=Tema
       DefaultSkin=Skin di default
       MaxSizeList=Lunghezza massima elenchi
       DefaultMaxSizeList=Lunghezza massima predefinita elenchi
      -DefaultMaxSizeShortList=Massima lunghezza di default per le liste brevi (es in scheda cliente)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Messaggio del giorno
       MessageLogin=Messaggio per la pagina di login
       LoginPage=Pagina di login
       BackgroundImageLogin=Immagine di sfondo
       PermanentLeftSearchForm=Modulo di ricerca permanente nel menu di sinistra
      -DefaultLanguage=La lingua da impostare come predefinita (codice lingua)
      +DefaultLanguage=Lingua predefinita (codice lingua)
       EnableMultilangInterface=Attiva l'interfaccia multilingua
       EnableShowLogo=Abilita la visualizzazione del logo
      -CompanyInfo=Informazioni società/organizzazione
      -CompanyIds=Company/organization identities
      +CompanyInfo=Società/Organizzazione
      +CompanyIds=Company/Organization identities
       CompanyName=Nome
       CompanyAddress=Indirizzo
       CompanyZip=CAP
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Titolare del conto bancario %s
       BankModuleNotActive=Modulo conti bancari non attivato
       ShowBugTrackLink=Mostra link "<strong>%s</strong>"
       Alerts=Avvisi e segnalazioni
      -DelaysOfToleranceBeforeWarning=Tolleranza sui ritardi prima di un avvertimento
      -DelaysOfToleranceDesc=Questa schermata consente di definire per ciascun elemento la tolleranza sul ritardo prima che appaia una segnalazione nella casella con l'immagine %s.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolleranza sul ritardo (in giorni) prima di un avvertimento per azioni pianificate non ancora realizzate
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolleranza sul ritardo (in giorni) prima di un avvertimento per progetti non terminati nei tempi previsti
      -Delays_MAIN_DELAY_TASKS_TODO=Tolleranza sul ritardo (in giorni) prima di un avvertimento per attività di progetto pianificate e non ancora completate
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolleranza sul ritardo (in giorni) prima di un avvertimento per ordini non ancora lavorati
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolleranza sul ritardo (in giorni) prima di un avvertimento per  proposte da chiudere
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolleranza sul ritardo (in giorni) prima di un avvertimento per proposte non fatturate
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolleranza sul ritardo (in giorni) prima di un avvertimento per servizi da attivare
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolleranza sul ritardo (in giorni) prima di un avvertimento per  servizi scaduti
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolleranza sul ritardo (in giorni) prima di un avvertimento per fatture dei fornitori non pagate
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolleranza sul ritardo (in giorni) prima di un avvertimento per fatture attive non pagate
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolleranza sul ritardo (in giorni) prima di un avvertimento per movimenti bancari in attesa di riconciliazione
      -Delays_MAIN_DELAY_MEMBERS=Tolleranza sul ritardo (in giorni) prima di un avvertimento per quota di adesione ritardata
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolleranza sul ritardo (in giorni) prima un avvertimento per deposito di assegni da fare
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolleranza (in giorni) prima di avvisare per l'approvazione delle note spese
      -SetupDescription1=La sezione impostazioni consente il setup iniziale di Dolibarr prima del suo utilizzo.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Altre voci di menu consentono la gestione di parametri opzionali.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Eventi di audit di sicurezza
       Audit=Audit
       InfoDolibarr=Informazioni su Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Qui è possibile attivare il registro eventi di sicurezza di Doliba
       AreaForAdminOnly=I parametri di setup possono essere definiti solo da utenti di tipo <b>amministratore</b>.
       SystemInfoDesc=Le informazioni di sistema sono dati tecnici visibili in sola lettura e solo dagli amministratori.
       SystemAreaForAdminOnly=Questa sezione è disponibile solo agli utenti di tipo <b>amministratore</b>. Nessuna delle autorizzazioni disponibili può alterare questo limite.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Qui è possibile scegliere i parametri relativi all'aspetto di Dolibarr
       AvailableModules=Moduli disponibili
       ToActivateModule=Per attivare i moduli, andare nell'area <b>Impostazioni</b> (Home->Impostazioni->Moduli).
       SessionTimeOut=Timeout delle sessioni
      -SessionExplanation=Durata massima di una sessione, prima che venga richiesta una nuova autenticazione. N.B. Non è comunque garantito che la sessione scadrà al termine della durata, questo accade solo se è in esecuzione un sistema di pulizia della cache delle sessioni. <br/> Nota: senza usare sistemi particolari, PHP provvederà alla pulizia della sessione ogni <b>%s/%s</b> accessi circa, ma solo durante l'accesso da altre sessioni.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Trigger disponibili
      -TriggersDesc=I trigger sono file che una volta copiati nella directory <b>htdocs/include/trigger</b> modificano il flusso di lavoro di Dolibarr. Possono permettere nuove azioni, attivando nuovi eventi (creazione di nuova impresa, fattura di convalida, ecc...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=I trigger in questo file sono disattivati dal suffisso <b>-NoRun</b> nel nome.
       TriggerDisabledAsModuleDisabled=I trigger in questo file sono disabilitati perché il modulo <b>%s</b> è disattivato.
       TriggerAlwaysActive=I trigger in questo file sono sempre attivi, indipendentemente da quali moduli siano attivi in Dolibarr.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Inserire tutti i dati di riferimento. È possibile aggiungere i p
       ConstDesc=Questa pagina ti permette di modificare tutti i parametri non disponibili nelle pagine precedenti. Si tratta di parametri riservati per lo sviluppo o la risoluzione dei problemi.
       MiscellaneousDesc=Definire qui tutti gli altri parametri relativi alla sicurezza.
       LimitsSetup=Limiti/impostazioni di precisione
      -LimitsDesc=Da qui è possibile definire i limiti e la precisione utilizzati da Dolibarr.
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Limite massimo di decimali per i prezzi unitari.
       MAIN_MAX_DECIMALS_TOT=Limite massimo di decimali per il totale dei prezzi.
       MAIN_MAX_DECIMALS_SHOWN=Limite massimo dei decimali per i prezzi visualizzati a schermo (Aggiungi <b>...</b> dopo tale numero se vuoi visualizzare tre puntini per indicare il troncamento del numero).
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Prezzo unitario netto di un prodotto
       TotalPriceAfterRounding=Prezzo totale (al netto dell'IVA/IVA inclusa) dopo l'arrotondamento
       ParameterActiveForNextInputOnly=Parametro valido esclusivamente per il prossimo inserimento
       NoEventOrNoAuditSetup=Nessun evento di sicurezza registrato. Questo può essere normale se non la registrazione non è stato attivata in <b>Impostazioni - sicurezza - controllo</b>.
      -NoEventFoundWithCriteria=Nessun evento di sicurezza trovato con i criteri di ricerca impostati.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Controllare le impostazioni locali del server di posta (sendmail)
       BackupDesc=Per effettuare un backup completo di Dolibarr è necessario:
       BackupDesc2=Salvare il contenuto della directory dei documenti (<b>%s</b>) che contiene tutti i file generati e caricati (e che quindi contiene tutti i files dump generati al passo precedente).
      -BackupDesc3=Salva il contenuto del tuo database <b>(%s)</b> in un file dump. È possibile utilizzare il seguente assistente.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=L'archivio delle directory va conservato in un luogo sicuro.
       BackupDescY=Il file generato va conservato in un luogo sicuro.
      -BackupPHPWarning=Il backup non può essere garantito con questo metodo. Preferito quello precedente
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Per ripristinare un backup Dolibarr, è necessario:
      -RestoreDesc2=Ripristinare da un file di archivio (zip file, ad esempio) della cartella Documenti per estrarre la lista dei file nella cartella documenti nella nuova installazione di Dolibarr o in questa cartella di documenti <b>(%s).</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=Importa MySQL
       ForcedToByAModule= Questa regola è impsotata su <b>%s</b> da un modulo attivo
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=È necessario eseguire questo c
       YourPHPDoesNotHaveSSLSupport=Il PHP del server non supporta SSL
       DownloadMoreSkins=Scarica altre skin
       SimpleNumRefModelDesc=Restituisce un numero di riferimento nel formato %syymm-nnnn dove yy è l'anno, mm è il mese e nnnn è una sequenza progressiva che non ritorna a 0.
      -ShowProfIdInAddress=Nei documenti mostra identità professionale completa di indirizzi
      -ShowVATIntaInAddress=Nascondi il num IVA Intra con indirizzo sui documenti
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Traduzione incompleta
      -MAIN_DISABLE_METEO=Disabilita visualizzazione meteo
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Modalità percentuale
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Clicca per usare %s
       TestLoginToAPI=Test login per API
      -ProxyDesc=Dolibarr deve disporre di un accesso a Internet per alcune funzi. Definire qui i parametri per permettere a Dolibarr l'accesso ad internet attraverso un server proxy.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Accesso esterno
       MAIN_PROXY_USE=Utilizza un server proxy (invece dell'accesso diretto a internet)
       MAIN_PROXY_HOST=Nome/indirizzo del server proxy
       MAIN_PROXY_PORT=Porta del server proxy
       MAIN_PROXY_USER=Login per usare il server proxy
       MAIN_PROXY_PASS=Password per utilizzare il server proxy
      -DefineHereComplementaryAttributes=Definire qui tutti gli attributi non predefiniti che vuoi supportati da %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Campi extra
       ExtraFieldsLines=Complementary attributes (lines)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
       ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
       ExtraFieldsThirdParties=Attributi complementari (terze parti)
      -ExtraFieldsContacts=Attributi Complementari (contatti/indirizzi)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Attributi Complementari (membri)
       ExtraFieldsMemberType=Attributi Complementari (tipo di membro)
       ExtraFieldsCustomerInvoices=Attributi aggiuntivi (fatture)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Attenzione: su alcuni sistemi Linux, per poter inviare email, la configurazione di sendmail deve contenere l'opzione -ba (il parametro mail.force_extra_parameters nel file php.ini). Se alcuni destinatari non ricevono messaggi di posta elettronica, provate a modificare questo parametro con mail.force_extra_parameters =-BA).
       PathToDocuments=Percorso documenti
       PathDirectory=Percorso directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Configurazione della traduzione
       TranslationKeySearch=Cerca una chiave o una stringa di testo
       TranslationOverwriteKey=Sovrascrivi una stringa di testo
       TranslationDesc=La scelta della lingua visualizzata su schermo può essere modificata:<br>*Globalmente dal menu <strong>Home - Impostazioni - Layout di visualizzazione</strong><br>*Per utente: Usa <strong>Impostazioni interfaccia utente</strong> della Scheda utente (cliccare l'icona di login in alto sullo schermo).
       TranslationOverwriteDesc=Puoi anche effettuare l'override delle stringhe di testo utilizzando la tabella seguente. Seleziona la tua lingua nel box "%s", inserisci la chiave della stringa da tradurre nel campo "%s" e la tua traduzione nel campo "%s".
      -TranslationOverwriteDesc2=Puoi utilizzare il tab di ricerca per individuare la chiave della stringa di tuo interesse
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Stringa di testo
       CurrentTranslationString=Stringa di testo corrente
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=Nuova stringa di testo da utilizzare
       OriginalValueWas=La traduzione originale è stata sovrascritta. Il testo originale era:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Applicazioni/moduli attivi: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Devi abilitare almeno un modulo
      -ClassNotFoundIntoPathWarning=La classe %s non è stata trovata al percorso PHP indicato
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Si in estate
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sessioni salvate con criptazione tramite Suhosin
       ConditionIsCurrently=La condizione corrente è %s
      -YouUseBestDriver=Usi già il miglior driver attualmente disponibile: %s
      -YouDoNotUseBestDriver=Attualmente usi il driver %s , ma il driver raccomandato è il %s
      -NbOfProductIsLowerThanNoPb=Hai solo %s prodotti/servizi nel database. Non è richiesta alcuna ottimizzazione.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Ottimizzazione della ricerca
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=Stai utilizzando il browser %s. Questo browser è ok per sicurezza è performance.
      -BrowserIsKO=Stai utilizzando il browser web %s. Questo browser è noto per essere una cattiva scelta per sicurezza, performance e stabilità. Ti raccomandiamo di usare Chrome, Firefox, Opera o Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug caricato
       XCacheInstalled=XCache attivato
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Per esempio: +2 (compilare solo se ci sono problemi di scostamento del fuso orario)
       GetBarCode=Ottieni codice a barre
       ##### Module password generation
       PasswordGenerationStandard=Genera una password in base all'algoritmo interno di  Dolibarr: 8 caratteri comprensivi di numeri e lettere minuscole.
      -PasswordGenerationNone=Non suggerire password generate. La password deve essere digitata manualmente.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=Secondo la tua configurazione
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=È obbligatorio inserire un indirzzo email per creare un nuovo
       HRMSetup=Impostazioni modulo risorse umane
       ##### Company setup #####
       CompanySetup=Impostazioni modulo aziende
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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 utente, un utente alla volta.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Modelli per i documenti
      -DocumentModelOdt=Generare documenti da modelli OpenDocuments (file .ODT o .ODS per OpenOffice, KOffice, TextEdit, ecc...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Filigrana sulle bozze
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Unicità dell'identità
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Deve essere unico?
      -MustBeMandatory=Obbligatorio per creare il soggetto terzo?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Obbligatorio per convalidare le fatture?
       TechnicalServicesProvided=Servizi tecnici forniti
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Un link per esportare <b>%s</b> è disponibile al seguente link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Un link per esportare <b>%s</b> è disponibile al seguent
       BillsSetup=Impostazioni modulo fatture
       BillsNumberingModule=Numerazione modulo fatture e note di credito
       BillsPDFModules=Modelli fattura in pdf
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Nota di credito
       CreditNotes=Note di credito
      @@ -1250,7 +1261,7 @@ WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Ask for Warehouse Source for order
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Ask for bank account destination of purchase order
       ##### Orders #####
       OrdersSetup=Configurazione della gestione ordini
      -OrdersNumberingModules=Modelli di numerazione degli ordini
      +OrdersNumberingModules=Modelli di numerazione ordini
       OrdersModelModule=Modelli per ordini in pdf
       FreeLegalTextOnOrders=Testo libero sugli ordini
       WatermarkOnDraftOrders=Bozze degli ordini filigranate (nessuna filigrana se vuoto)
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Gestire un account di accesso per ogni membro
       AdherentMailRequired=Email obbligatoria per creare un nuovo membro
       MemberSendInformationByMailByDefault=Checkbox per inviare una mail di conferma per i membri (è attiva per impostazione predefinita)
       VisitorCanChooseItsPaymentMode=Il visitatore può scegliere tra le modalità di pagamento disponibili
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Impostazioni del protocollo LDAP
       LDAPGlobalParameters=Parametri globali
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test della ricerca LDAP
       LDAPSynchroOK=Test sincronizzazione OK
       LDAPSynchroKO=Test sincronizzazione fallito
      -LDAPSynchroKOMayBePermissions=Sincronizzazione di prova non riuscita. Controllare che la connessione al server sia configurata correttamente e permetta gli aggiornamenti LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=Connessione TCP al server LDAP Ok (Server=%s, Port=%s)
       LDAPTCPConnectKO=Connessione TCP al server LDAP non riuscita (Server=%s, Port=%s)
      -LDAPBindOK=Connessione/Autenticazione sul server LDAP completata con successo (Server=%s, Porta=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connessione/Autenticazione sul server LDAP non riuscita (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=Server LDAP configurato per la versione 3
       LDAPSetupForVersion2=Server LDAP configurato per la versione 2
       LDAPDolibarrMapping=Mappatura Dolibarr
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, ActiveDirectory)
       LDAPFieldLoginSambaExample=Esempio: samAccountName
       LDAPFieldFullname=Cognome Nome
       LDAPFieldFullnameExample=Esempio: cn
      -LDAPFieldPasswordNotCrypted=Password in chiaro
      -LDAPFieldPasswordCrypted=Password criptata
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Esempio: userpassword
       LDAPFieldCommonNameExample=Esempio: cn
       LDAPFieldName=Nome
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=I valori di esempio sono progettati per <b>OpenLDAP</b> con i seguenti schemi di carico: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Se si utilizzano tali schemi in OpenLDAP, modificare il file di configurazione <b>slapd.conf</b> per caricare tutti tali schemi.
       ForANonAnonymousAccess=Per un accesso autenticato (per esempio un accesso in scrittura)
       PerfDolibarr=Report di setup/ottimizzazione della performance
      -YouMayFindPerfAdviceHere=Troverai su questa pagina alcune informazioni o avvisi relative alla performance.
      -NotInstalled=Non installato, il tuo server non è rallentato per questo.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Cache applicativa
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Il modulo memcached, dedicato all'utilizzo del server memcached, è stato attivato.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Cache HTTP per le risorse statiche (css, img, javascript)
       FilesOfTypeCached=I file di tipo %s vengono serviti dalla cache del server HTTP
       FilesOfTypeNotCached=I file di tipo %s non vengono serviti dalla cache del server HTTP
       FilesOfTypeCompressed=I file di tipo %s vengono compressi dal server HTTP
       FilesOfTypeNotCompressed=I file di tipo %s non vengono compressi dal server HTTP
       CacheByServer=Cache per server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache per browser
       CompressionOfResources=Compressione delle risposte HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Con i browser attuali l'individuazione automatica non è possibile
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Filtri di ricerca predefiniti
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Impostazioni modulo prodotti
       ServiceSetup=Impostazioni modulo servizi
       ProductServiceSetup=Impostazioni moduli prodotti e servizi
       NumberOfProductShowInSelect=Numero massimo di prodotti per le liste nelle combo di selezione  (0=nessun limite)
      -ViewProductDescInFormAbility=Visualizzare la descrizione dei prodotti nei form (altrimenti appariranno come tooltip popup)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualizzazione delle descrizioni dei prodotti nella lingua del contatto
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Tipo di codici a barre predefinito da utilizzare per i prodotti
       SetDefaultBarcodeTypeThirdParties=Tipo di codici a barre predefinito da utilizzare per terze parti
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Impostazione del modulo di consegna
       SendingsReceiptModel=Modello di ricevuta consegna (D.D.T.)
       SendingsNumberingModules=Moduli per la numerazione delle spedizioni
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Testo libero per le spedizioni
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Numerazione dei moduli di consegna prodotti
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Editor avanzato
       ActivateFCKeditor=Attiva editor avanzato per:
       FCKeditorForCompany=Editor WYSIWIG per le società
       FCKeditorForProduct=Editor WYSIWIG per i prodotti/servizi
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= Editor WYSIWIG per le email
       FCKeditorForUserSignature=WYSIWIG creazione/modifica della firma utente
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=la connessione al server riuscita, ma il database è errato.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
       OSCommerceTestOk=Connessione al server ' %s' sul database' %s' con l'utente ' %s' riuscita.
      -OSCommerceTestKo1=Connessione al server ' %s' riuscita, ma il database' %s' non è raggiungibile.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connessione al server ' %s' con l'utente' %s' fallita.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu soppresso
       Menus=Menu
      @@ -1548,7 +1561,7 @@ DetailRight=Visualizza il menu come non attivo (grigio)
       DetailLangs=Nome del file .lang contenente la traduzione del codice dell'etichetta
       DetailUser=Interno / esterno / Tutti
       Target=Destinatario
      -DetailTarget=Target del link (_blank, in una nuova finestra, ecc...)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Livello (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Modifica Menu
       DeleteMenu=Elimina voce menu
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=L'IVA è dovuta:<br/> - sulla consegna/pagamento per i beni
       OptionVatDebitOptionDesc=L'IVA è dovuta:<br/> - alla consegna/pagamento per i beni<br/>- alla fatturazione (a debito) per i servizi
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Alla consegna
       OnPayment=Al pagamento
       OnInvoice=Alla fatturazione
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Codice contabilità acquisti
       AgendaSetup=Impostazioni modulo agenda
       PasswordTogetVCalExport=Chiave per autorizzare l'esportazione di link
       PastDelayVCalExport=Non esportare evento più vecchio di
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Attiva i suoni per le notifiche
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Impostazioni modulo ClickToDial (telefonate con un clic)
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Questo modulo aggiunge un'icona accanto ai numeri telefonici dei contatti.<br/> Cliccando sull'icona si attiva il collegamento al server che effettuerà le chiamate telefoniche.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Peri numeri di telefono basta usare un link di tipo "tel:"
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Punto vendita
       CashDeskSetup=Impostazioni modulo punto vendita
      -CashDeskThirdPartyForSell=Soggetto terzo predefinito per le vendite
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Conto bancario da utilizzare per pagamenti in contanti
       CashDeskBankAccountForCheque= Conto bancario da utilizzare per pagamenti con assegno
       CashDeskBankAccountForCB= Conto bancario da utilizzare per pagamenti con carta di credito
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=Impostazioni modulo segnalibri
      -BookmarkDesc=Questo modulo consente di gestire i segnalibri web. È possibile aggiungere collegamenti a pagine Dolibarr o a qualsiasi altro sito web esterno al menu di sinistra.
      +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.
       NbOfBoomarkToShow=Numero massimo dei segnalibri da mostrare nel menu di sinistra
       ##### WebServices #####
       WebServicesSetup=Impostazioni modulo webservices
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Impostazioni modulo multiazienda
       ##### Suppliers #####
       SuppliersSetup=Impostazioni modulo fornitori
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Modello per la numerazione delle fatture fornitore
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Impostazioni modulo progetti
       ProjectsModelModule=Modelli dei rapporti dei progetti
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Periodi di esercizio fiscale
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       ListOfNotificationsPerUser=Lista notifiche per utente
       ListOfNotificationsPerUserOrContact=Lista di notifiche per utente o per contatto
       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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Soglia
       BackupDumpWizard=Procedura guidata per creare file di backup del database (dump)
       SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
      @@ -1697,6 +1710,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=Evidenzia le righe delle tabelle passandoci sopra con il mouse
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Colore del testo del titolo della pagina
       LinkColor=Colore dei link
       PressF5AfterChangingThis=Premi CTRL + F5 sulla tastiera o cancella la cache del browser per rendere effettiva la modifica di questo parametro
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Periodo minimo di avviso (le richieste di ferie/permesso dovranno essere effettuate prima di questo periodo)
       NbAddedAutomatically=Numero di giorni aggiunti ai contatori di utenti (automaticamente) ogni mese
       EnterAnyCode=Questo campo contiene un riferimento per identificare la linea. Inserisci qualsiasi valore di tua scelta, ma senza caratteri speciali.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=Il colore RGB è nel formato HEX, es:FF0000
       PositionIntoComboList=Posizione di questo modello nella menu a tendina
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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=L'elemento a cui è abbinato questo modello
       TypeOfTemplate=Tipo di modello
      -TemplateIsVisibleByOwnerOnly=Template visibile solo al proprietario
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visibile ovunque
       VisibleNowhere=Invisibile
       FixTZ=Correzione del fuso orario
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Stai usando l'ultima versione stabile
       TitleExampleForMajorRelease=Esempio di messaggio che puoi usare per annunciare questa major release (sentiti libero di usarlo sui tuoi siti web)
       TitleExampleForMaintenanceRelease=Esempio di messaggio che puoi usare per annunciare questa versione di manutenzione (sentiti libero di usarla sui tuoi siti web)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Modelli per documenti prodotto
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=Guarda ChangeLog file (in inglese)
       AllPublishers=Tutti gli editori
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Aggiungi altre pagine o servizi
       AddModels=aggiungi template per documenti o per numerazione
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Rilevamento impossibile
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Lista delle API disponibili
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Il modulo è stato attivato. Le autorizzazioni per i moduli attivati ​​sono state fornite solo agli utenti amministratori. Potrebbe essere necessario concedere le autorizzazioni ad altri utenti o gruppi manualmente, se necessario.
      -UserHasNoPermissions=Questo utente non ha alcun permesso impostato
      -TypeCdr=Utilizzare "Nessuno" se la data del termine di pagamento è la data della fattura più un delta in giorni (delta è il campo "Nb di giorni") <br> Utilizzare "Alla fine del mese", se, dopo il delta, la data deve essere aumentata per raggiungere la fine del mese (+ un "Offset" facoltativo in giorni) <br> Utilizzare "Corrente / Avanti" per impostare la data del termine di pagamento come il primo giorno del mese (N è memorizzato nel campo "Nb of days")
      +UserHasNoPermissions=This user has no permissions defined
      +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=Valuta di riferimento della compagnia (vai nella configurazione della compagnia per cambiarla)
      -WarningNoteModuleInvoiceForFrenchLaw=Questo modulo %s è conforme alle leggi francesi (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Questo modulo %s è conforme alle leggi francesi (Loi Finance 2016) poichè il modulo Registri non reversibili viene attivato automaticamente.
      -WarningInstallationMayBecomeNotCompliantWithLaw=hai cercato di installare un modulo %s esterno. L'attivazione di un modulo esterno significa che si ha fiducia nell'editore del modulo e si è sicuri che questo modulo non altera in modo negativo il comportamento dell'applicazione e sia conforme alle leggi del proprio paese (%s). Se il modulo presenta una funzione illegale, diventi responsabile per l'uso di un software illegale.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Margine sinistro sul PDF
       MAIN_PDF_MARGIN_RIGHT=Margine destro sul PDF
       MAIN_PDF_MARGIN_TOP=Margine superiore sul PDF
       MAIN_PDF_MARGIN_BOTTOM=Margine inferiore su 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=Immettere la regola di calcolo se il campo precedente era impostato su Sì (ad esempio 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Sono state trovate diverse varianti linguistiche
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Rimuovi caratteri speciali
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Contatto GDPR
      -GDPRContactDesc=Se memorizzi dati relativi a società / cittadini europei, puoi memorizzare qui il contatto responsabile del trattamento dei dati personali/sensibili
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configurazione del modulo Risorse
       UseSearchToSelectResource=Utilizza il form di ricerca per scegliere una risorsa (invece della lista a tendina)
       DisabledResourceLinkUser=Disattiva funzionalità per collegare una risorsa agli utenti
       DisabledResourceLinkContact=Disattiva funzionalità per collegare una risorsa ai contatti
       ConfirmUnactivation=Conferma reset del modulo
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/it_IT/companies.lang b/htdocs/langs/it_IT/companies.lang
      index f8205d187de..beea7bbd0da 100644
      --- a/htdocs/langs/it_IT/companies.lang
      +++ b/htdocs/langs/it_IT/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Seleziona un soggetto terzo
       ConfirmDeleteCompany=Vuoi davvero cancellare questa società e tutte le informazioni relative?
       DeleteContact=Elimina un contatto/indirizzo
       ConfirmDeleteContact=Vuoi davvero eliminare questo contatto e tutte le informazioni connesse?
      -MenuNewThirdParty=Nuovo soggetto terzo
      -MenuNewCustomer=Nuovo cliente
      -MenuNewProspect=Nuovo cliente potenziale
      -MenuNewSupplier=Nuovo fornitore
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nuovo privato
       NewCompany=Nuova società (cliente, cliente potenziale, fornitore) 
      -NewThirdParty=Nuovo soggetto terzo (cliente, cliente potenziale, fornitore) 
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Crea una terza parte (fornitore)
       CreateThirdPartyOnly=Crea soggetto terzo
       CreateThirdPartyAndContact=Crea un soggetto terzo + un contatto
      @@ -25,22 +25,22 @@ ThirdPartyContact=Contatto soggetto terzo
       Company=Società
       CompanyName=Ragione Sociale
       AliasNames=Pseudonimo (commerciale, marchio, ...)
      -AliasNameShort=Pseudonimo
      +AliasNameShort=Alias Name
       Companies=Società
      -CountryIsInEEC=Paese appartenente alla Comunità Economica Europea
      -ThirdPartyName=Nome soggetto terzo
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Posta elettronica soggetto terzo
      -ThirdParty=Soggetto terzo
      -ThirdParties=Soggetti terzi
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Clienti potenziali
       ThirdPartyProspectsStats=Clienti potenziali
       ThirdPartyCustomers=Clienti
       ThirdPartyCustomersStats=Clienti
       ThirdPartyCustomersWithIdProf12=Clienti con %s o %s
       ThirdPartySuppliers=Fornitori
      -ThirdPartyType=Tipo di soggetto terzo
      +ThirdPartyType=Type of company
       Individual=Privato
      -ToCreateContactWithSameName=Sarà creato automaticamente un contatto/indirizzo con le stesse informazione del soggetto terzo. Nella maggior parte dei casi, anche se il soggetto terzo è una persona fisica, creare solo la terza parte è sufficiente.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Società madre
       Subsidiaries=Controllate
       ReportByMonth=Rapporto per mese
      @@ -75,12 +75,12 @@ Zip=CAP
       Town=Città
       Web=Sito web
       Poste= Posizione
      -DefaultLang=Lingua predefinita
      -VATIsUsed=L'imposta sulle vendite viene utilizzata
      -VATIsUsedWhenSelling=Definisce se questa terza parte include una tassa di vendita o meno quando emette una fattura ai propri clienti
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=L'imposta sulle vendite non viene utilizzata
       CopyAddressFromSoc=Compila l'indirizzo con l'indirizzo del soggetto terzo
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Terza parte né cliente né fornitore, nessun oggetto di riferimento disponibile
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Terza parte né cliente né fornitore, sconti non disponibili
       PaymentBankAccount=Conto bancario usato per il pagamento:
       OverAllProposals=Proposte
      @@ -258,8 +258,8 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=ID imposta sulle vendite
      -VATIntraShort=ID imposta
      +VATIntra=Sales Tax/VAT ID
      +VATIntraShort=P.IVA
       VATIntraSyntaxIsValid=La sintassi è valida
       VATReturn=Rimborso IVA
       ProspectCustomer=Cliente/Cliente potenziale
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Il cliente ha uno sconto del <b> %s%% </b>
       CompanyHasNoRelativeDiscount=Il cliente non ha alcuno sconto relativo impostato
       HasRelativeDiscountFromSupplier=Hai uno sconto predefinito di <b>%s%%</b> da questo fornitore
       HasNoRelativeDiscountFromSupplier=Non hai uno sconto relativo predefinito da questo fornitore
      -CompanyHasAbsoluteDiscount=Questo cliente ha degli sconti disponibili (note di crediti o anticipi) per un totale di <b>%s</b>%s
      -CompanyHasDownPaymentOrCommercialDiscount=Questo cliente ha uno sconto disponibile (commerciale, nota d'accredito) per <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Il cliente ha ancora note di credito per <b> %s %s </b>
       HasNoAbsoluteDiscountFromSupplier=Non hai crediti di sconto disponibili da questo fornitore
       HasAbsoluteDiscountFromSupplier=Hai sconti disponibili (note di credito o acconti) per <b>%s</b> %s da questo fornitore
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Sconti assoluti per il cliente (concesso da te)
       SupplierAbsoluteDiscountAllUsers=Sconti globali fornitore (inseriti da tutti gli utenti)
       SupplierAbsoluteDiscountMy=Sconti globali fornitore (inseriti da me stesso)
       DiscountNone=Nessuno
      -Supplier=Fornitore
      +Supplier=Vendor
       AddContact=Crea contatto
       AddContactAddress=Crea contatto/indirizzo
       EditContact=Modifica contatto/indirizzo
      @@ -303,22 +303,22 @@ AddThirdParty=Crea soggetto terzo
       DeleteACompany=Elimina una società
       PersonalInformations=Dati personali
       AccountancyCode=Account di contabilità
      -CustomerCode=Codice cliente
      -SupplierCode=Codice fornitore
      -CustomerCodeShort=Codice cliente
      -SupplierCodeShort=Codice fornitore
      -CustomerCodeDesc=Codice cliente, univoco
      -SupplierCodeDesc=Codice fornitore, unico per tutti i fornitori
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Obbligatorio se il soggetto terzo è un cliente o un cliente potenziale
       RequiredIfSupplier=Obbligatorio se il soggetto terzo è un fornitore 
      -ValidityControledByModule=Validità controllata dal modulo
      -ThisIsModuleRules=Regole per questo modulo
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Cliente potenziale da contattare
       CompanyDeleted=Società %s cancellata dal database.
       ListOfContacts=Elenco dei contatti
      -ListOfContactsAddresses=Elenco di contatti/indirizzi
      -ListOfThirdParties=Elenco dei soggetti terzi
      -ShowCompany=Mostra soggetto terzo
      +ListOfContactsAddresses=Elenco dei contatti
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Mostra contatti
       ContactsAllShort=Tutti (Nessun filtro)
       ContactType=Tipo di contatto
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Questo contatto non è il contatto di nessuna proposta c
       NoContactForAnyContract=Questo contatto non è il contatto di nessun contratto
       NoContactForAnyInvoice=Questo contatto non è il contatto di nessuna fattura
       NewContact=Nuovo contatto
      -NewContactAddress=Nuovo contatto/indirizzo
      +NewContactAddress=New Contact/Address
       MyContacts=I miei contatti
       Capital=Capitale
       CapitalOf=Capitale di %s
       EditCompany=Modifica società
      -ThisUserIsNot=Questo utente non è un cliente , né un cliente potenziale, né un fornitore 
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Controllo partita IVA
      -VATIntraCheckDesc=Il link <b>%s</b> permette di controllare la partita IVA tramite un servizio esterno. È necessario che il server possa accedere ad internet.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Controllo partita IVA sul sito della Commissione Europea
      -VATIntraManualCheck=È possibile controllareguire il controllo manualmente attraverso <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Non è possibile effettuare il controllo. Servizio non previsto per lo stato membro ( %s).
      -NorProspectNorCustomer=Né cliente, né cliente potenziale
      -JuridicalStatus=Stato giuridico
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personale
       ProspectLevelShort=Cl. Pot.
       ProspectLevel=Liv. cliente potenziale
      @@ -387,12 +387,12 @@ ExportCardToFormat=Esportazione scheda nel formato
       ContactNotLinkedToCompany=Contatto non collegato ad alcuna società
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Senza accesso a Dolibarr
      -ExportDataset_company_1=Terze parti (Aziende/fondazioni/persone fisiche) e proprietà
      -ExportDataset_company_2=Contatti e attributi
      -ImportDataset_company_1=Terze parti (Aziende/fondazioni/persone fisiche) e proprietà
      -ImportDataset_company_2=Contatti/indirizzi (di terze parti o meno) e attributi
      -ImportDataset_company_3=Conti bancari di terzi
      -ImportDataset_company_4=Terze parti/Rappresentanti di vendita (Assegna utenti rappresentanti di vendita alle aziende)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Livello dei prezzi
       DeliveryAddress=Indirizzo di consegna
       AddAddress=Aggiungi un indirizzo
      @@ -402,17 +402,17 @@ DeleteFile=Cancella il file
       ConfirmDeleteFile=Vuoi davvero cancellare questo file?
       AllocateCommercial=Assegna un commerciale
       Organization=Organizzazione
      -FiscalYearInformation=Informazioni sull'anno fiscale
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Il mese di inizio dell'anno fiscale
      -YouMustAssignUserMailFirst=E' necessario creare una email per questo utente per poter mandargli una notifica via email
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Per poter inviare notifiche via email, è necessario definire almeno un contatto con una email valida all'interno del soggetto terzo
      -ListSuppliersShort=Elenco fornitori
      -ListProspectsShort=Elenco clienti potenziali
      -ListCustomersShort=Elenco clienti
      -ThirdPartiesArea=Area soggetti terzi e contatti
      -LastModifiedThirdParties=Ultimi %s soggetti terzi modificati
      -UniqueThirdParties=Totale soggetti terzi
      -InActivity=Aperto
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
      +InActivity=In attività
       ActivityCeased=Cessata attività
       ThirdPartyIsClosed=Chiuso
       ProductsIntoElements=Elenco dei prodotti/servizi in %s
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Fatture scadute
       OutstandingBill=Max. fattura in sospeso
       OutstandingBillReached=Raggiunto il massimo numero di fatture scadute
       OrderMinAmount=Quantità minima per l'ordine
      -MonkeyNumRefModelDesc=Restituisce un numero con formato %syymm-nnnn per codice cliente e %syymm-nnnn per il fornitore, in cui yy è  l'anno, mm è il mese e nnnn è una sequenza progressiva che non ritorna a 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Codice cliente/fornitore libero. Questo codice può essere modificato in qualsiasi momento.
       ManagingDirectors=Nome Manager(s) (CEO, direttore, presidente...)
       MergeOriginThirdparty=Duplica soggetto terzo (soggetto terzo che stai eliminando)
       MergeThirdparties=Unisci soggetti terzi
      -ConfirmMergeThirdparties=Sei sicuro che vuoi fondere questo soggetto terzo in quello corrente? Tutti gli oggetti linkati (fatture, ordini, ...) saranno spostati al soggetto terzo corrente, poi il precedente verrà eliminato.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Terze parti sono state unite
       SaleRepresentativeLogin=Login del rappresentante commerciale
       SaleRepresentativeFirstname=Nome del commerciale
       SaleRepresentativeLastname=Cognome del commerciale
       ErrorThirdpartiesMerge=Si è verificato un errore durante l'eliminazione di terze parti. Si prega di controllare il registro. Le modifiche sono state ripristinate.
      -NewCustomerSupplierCodeProposed=Il nuovo codice cliente o codice fornitore suggerito è duplicato.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/it_IT/errors.lang b/htdocs/langs/it_IT/errors.lang
      index e25d60983e4..a797c43891d 100644
      --- a/htdocs/langs/it_IT/errors.lang
      +++ b/htdocs/langs/it_IT/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Il valore '%s' ha un formato della data sbagliato
       ErrorWrongDate=La data non è corretta!
       ErrorFailedToWriteInDir=Impossibile scrivere nella directory %s
       ErrorFoundBadEmailInFile=Sintassi email errata nelle righe %s del file (ad esempio alla riga %s con email = %s)
      -ErrorUserCannotBeDelete=L'utenza non può essere eliminata. Potrebbe essere collegata a qualche oggetto Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Mancano alcuni campi obbligatori.
       ErrorSubjectIsRequired=Il titolo della email è obbligatorio
       ErrorFailedToCreateDir=Impossibile creare la directory. Verifica che l'utente del server Web abbia i permessi per scrivere nella directory Dolibarr. Se il parametro <b>safe_mode</b> è abilitato in PHP, verifica che i file php di Dolibarr appartengano all'utente o al gruppo del server web (per esempio www-data).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Per favore immetti un valore per la lista di selezione
       ErrorNoValueForCheckBoxType=Per favore immetti un valore per la lista di controllo
       ErrorNoValueForRadioType=Per favore immetti un valore per la lista radio
       ErrorBadFormatValueList=La lista può includere una o più virgole: <u>%s</u>, ma deve essercene almeno una: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Il campo <b>%s</b> non può contenere caratteri speciali.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Modulo contabilità disattivato
       ErrorExportDuplicateProfil=Questo nome profilo già esiste per questo set di esportazione
       ErrorLDAPSetupNotComplete=La configurazione per l'uso di LDAP è incompleta
       ErrorLDAPMakeManualTest=È stato generato un file Ldif nella directory %s. Prova a caricarlo dalla riga di comando per avere maggiori informazioni sugli errori.
      -ErrorCantSaveADoneUserWithZeroPercentage=Impossibile salvare un'azione con "stato non iniziato" se il campo "da fare" non è vuoto.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Il riferimento utilizzato esiste già.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Impossibile eliminare il dato. E' già in uso o incluso in altro oggetto.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Per questa funzionalità Javascript deve essere attivo. Per abilitare/disabilitare Javascript, vai su <b>Home - Impostazioni - Schermo</b>
       ErrorPasswordsMustMatch=Le due password digitate devono essere identiche
      -ErrorContactEMail=Si è verificato un errore tecnico. Si prega di contattare l'amministratore all'indirizzo <b>%s</b> <b>%s</b> indicando il codice di errore nel messaggio, o, meglio ancora, allegando uno screenshot della schermata attuale.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Valore errato nel campo numero <b>%s</b> (il valore <b>'%s'</b>non corrisponde alla regex <b>%s</b>)
       ErrorFieldValueNotIn=Valore errato nel campo numero <b>%s</b>(il valore <b>%s</b> non è un valore disponibile nel campo<b>%s</b> campo della tabella <b>%s</b>)
       ErrorFieldRefNotIn=Valore errato nel campo numero <b>%s</b> (il valore <b>%s</b>non è un riferimento <b>%s</b> esistente)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Il programma antivirus non è stato in grado di co
       ErrorSpecialCharNotAllowedForField=I caratteri speciali non sono ammessi per il campo "%s"
       ErrorNumRefModel=Esiste un riferimento nel database (%s) e non è compatibile con questa regola di numerazione. Rimuovere o rinominare il record per attivare questo modulo.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Errore sulla maschera
       ErrorBadMaskFailedToLocatePosOfSequence=Errore, maschera senza numero di sequenza
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Errore, valore di reset non valido
       ErrorMaxNumberReachForThisMask=Numero massimo raggiunto per questa maschera
       ErrorCounterMustHaveMoreThan3Digits=Il contatore deve avere più di 3 cifre
       ErrorSelectAtLeastOne=Errore. Selezionare almeno una voce.
      -ErrorDeleteNotPossibleLineIsConsolidated=Impossibile cancellare il record perché è collegato ad una transazione bancaria conciliata
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s è già assegnato
       ErrorFailedToSendPassword=Impossibile inviare la password
       ErrorFailedToLoadRSSFile=Impossibile ottenere feed RSS. Se i messaggi di errore non forniscono informazioni sufficienti, prova ad ativare il debug con MAIN_SIMPLEXMLLOAD_DEBUG.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Utente con accesso <b>%s</b> inesistente
       ErrorLoginHasNoEmail=Questo utente non ha alcun indirizzo email. Processo interrotto.
       ErrorBadValueForCode=Valore del codice errato. Riprova con un nuovo valore...
       ErrorBothFieldCantBeNegative=I campi %s e %s non possono essere entrambi negativi
      +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=La quantità di ciascuna riga della fattura cliente non può essere negativa
       ErrorWebServerUserHasNotPermission=L'account utente <b>%s</b> utilizzato per eseguire il server web non ha i permessi necessari
       ErrorNoActivatedBarcode=Nessun tipo di codice a barre attivato
      @@ -138,7 +141,7 @@ ErrorBadFormat=Formato non valido!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Errore, ci sono alcune consegne collegate a questa spedizione. Cancellazione rifiutata.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Impossibile cancellare un pagamento condiviso con almeno una fattura con lo stato Pagato
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Impossibile assegnare la costante '%s'
       ErrorPriceExpression2=Impossibile ridefinire la funzione integrata '%s'
       ErrorPriceExpression3=Variabile non definita '%s' nella definizione della funzione
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Valore imprevisto '%s'
       ErrorPriceExpression6=Numero errato di argomenti (inserito %s ,atteso %s)
       ErrorPriceExpression8=Operatore imprevisto '%s'
       ErrorPriceExpression9=Si è verificato un errore imprevisto
      -ErrorPriceExpression10=Operatore '%s' senza operando
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Atteso '%s'
       ErrorPriceExpression14=Divisione per zero
       ErrorPriceExpression17=Variabile non definita '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP client failed with error '%s'
       ErrorGlobalVariableUpdater5=Nessuna variabile globale selezionata
       ErrorFieldMustBeANumeric=Il campo <b>%s</b> deve essere un valore numerico
       ErrorMandatoryParametersNotProvided=Parametri obbligatori non definiti
      -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=Si è verificato un errore nel salvataggio delle modifiche
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=Il file deve essere nel formato %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Un segnalibro per questo link (URL) o con lo stesso
       WarningPassIsEmpty=Attenzione, il database è accessibile senza password. Questa è una grave falla di sicurezza! Si dovrebbe aggiungere una password per il database e cambiare il file <b>conf.php</b> di conseguenza.
       WarningConfFileMustBeReadOnly=Attenzione, il file di configurazione <b>htdocs/conf/conf.php</b> è scrivibile dal server web. Questa è una grave falla di sicurezza! Impostare il file in sola lettura per l'utente utilizzato dal server web. Se si utilizza Windows e il formato FAT per il disco, dovete sapere che tale filesystem non consente la gestione delle autorizzazioni sui file, quindi non può essere completamente sicuro.
       WarningsOnXLines=Warning su <b>%s</b> righe del sorgente
      -WarningNoDocumentModelActivated=Nessun modello per la generazione di documenti attivato. Finché non si verifica la configurazione del modulo, verrà usato un modello predefinito.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Attenzione, una volta finito il setup, devi disabilitare gli strumenti install/nigrate aggiungendo un file  <b>install.lock</b> nella directory <b>%s</b>. La mancanza del file è un buco nella sicurezza.
      -WarningUntilDirRemoved=Questo avviso sarà visualizzato fino a quando questa directory è presente (disponibile solo per gli utenti admin).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Attenzione, la chiusura è effettiva anche se il numero degli elementi non coincide fra inizio e fine. Abilitare questa opzione con cautela.
       WarningUsingThisBoxSlowDown=Attenzione: l'uso di questo box rallenterà pesantemente tutte le pagine che lo visualizzano
       WarningClickToDialUserSetupNotComplete=Le impostazioni di informazione del ClickToDial per il tuo utente non sono complete (vedi la scheda ClickToDial sulla tua scheda utente)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=La tua login è stata modificata. Per ragioni di sicurezza dove accedere con la nuova login prima di eseguire una nuova azione.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/it_IT/interventions.lang b/htdocs/langs/it_IT/interventions.lang
      index 5a0d1e5f3c3..02a39340c76 100644
      --- a/htdocs/langs/it_IT/interventions.lang
      +++ b/htdocs/langs/it_IT/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventi
       InterventionCard=Scheda intervento
       NewIntervention=Nuovo intervento
       AddIntervention=Crea intervento
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Elenco degli interventi
       ActionsOnFicheInter=Azioni di intervento
       LastInterventions=Ultimi %s interventi
      @@ -50,12 +51,12 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistiche degli interventi
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=ID intervento
      -InterRef=Intervention ref.
      +InterRef=Rif. intervento
       InterDateCreation=Data di creazione intervento
       InterDuration=Durata intervento
       InterStatus=Stato dell'intervento
      diff --git a/htdocs/langs/it_IT/main.lang b/htdocs/langs/it_IT/main.lang
      index 29dc26e1dd5..5b4ba9db65b 100644
      --- a/htdocs/langs/it_IT/main.lang
      +++ b/htdocs/langs/it_IT/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Impossibile inviare l'email (mittente=%s, destinatario=%s)
       ErrorFileNotUploaded=Upload fallito. Controllare che la dimensione del file non superi il numero massimo consentito, che lo spazio libero su disco sia sufficiente e che non esista già un file con lo stesso nome nella directory.
       ErrorInternalErrorDetected=Errore rilevato
       ErrorWrongHostParameter=Parametro host errato
      -ErrorYourCountryIsNotDefined=Non è stato definito il paese. Modifica nuovamente il modulo.
      -ErrorRecordIsUsedByChild=Impossibile cancellare il record perché da esso dipendono altri record.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Valore sbagliato
       ErrorWrongValueForParameterX=Valore non corretto per il parametro %s
       ErrorNoRequestInError=Nessuna richiesta in errore
      -ErrorServiceUnavailableTryLater=Servizio momentaneamente non disponibile. Riprova più tardi.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Valore duplicato in un campo a chiave univoca
      -ErrorSomeErrorWereFoundRollbackIsDone=Si sono verificati degli errori. Effettuato rollback modifiche.
      -ErrorConfigParameterNotDefined=Il parametro <b>%s</b> non è stato definito nel file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Impossibile trovare l'utente <b>%s</b> nel database dell'applicazione.
       ErrorNoVATRateDefinedForSellerCountry=Errore, non sono state definite le aliquote IVA per: <b>%s</b>.
       ErrorNoSocialContributionForSellerCountry=Errore, non sono stati definiti i tipi di contributi per: '%s'.
       ErrorFailedToSaveFile=Errore, file non salvato.
      -ErrorCannotAddThisParentWarehouse=Stai tentando di aggiungere un magazzino principale che è già figlio di quello corrente
      -MaxNbOfRecordPerPage=Numero massimo di record per pagina
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Non sei autorizzato.
       SetDate=Imposta data
       SelectDate=Seleziona una data
      @@ -78,10 +78,10 @@ FileRenamed=Il file è stato rinominato con successo
       FileGenerated=Il file è stato generato con successo
       FileSaved=Il file è stato salvato con successo
       FileUploaded=Il file è stato caricato con successo
      -FileTransferComplete=I File sono stati caricati correttamente
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File cancellati con successo
       FileWasNotUploaded=Il file selezionato per l'upload non è stato ancora caricato. Clicca su <b>Allega file</b> per farlo
      -NbOfEntries=Numero di voci
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Leggi l'aiuto online (è richiesto un collegamento internet)
       GoToHelpPage=Vai alla pagina di aiuto
       RecordSaved=Record salvato
      @@ -94,7 +94,7 @@ Undefined=Indefinito
       PasswordForgotten=Password dimenticata?
       NoAccount=No account?
       SeeAbove=Vedi sopra
      -HomeArea=Area home
      +HomeArea=Home
       LastConnexion=Ultima connessione
       PreviousConnexion=Connessione precedente
       PreviousValue=Valore precedente
      @@ -142,6 +142,7 @@ Closed=Chiuso
       Closed2=Chiuso
       NotClosed=Non chiuso
       Enabled=Attivo
      +Enable=Abilita
       Deprecated=Deprecato
       Disable=Disattivare
       Disabled=Disabilitato
      @@ -151,9 +152,9 @@ RemoveLink=Rimuovere collegamento
       AddToDraft=Aggiungi alla bozza
       Update=Aggiornamento
       Close=Chiudi
      -CloseBox=Rimuovi il widget dal pannello principale
      +CloseBox=Rimuovi widget dalla panoramica
       Confirm=Conferma
      -ConfirmSendCardByMail=Vuoi davvero inviare il contenuto di questa scheda per posta a <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Elimina
       Remove=Rimuovi
       Resiliate=Termina
      @@ -327,7 +328,7 @@ Copy=Copia
       Paste=Incolla
       Default=Predefinito
       DefaultValue=Valore predefinito
      -DefaultValues=Valori predefiniti
      +DefaultValues=Default values/filters/sorting
       Price=Prezzo
       PriceCurrency=Prezzo (valuta)
       UnitPrice=Prezzo unitario
      @@ -347,7 +348,7 @@ AmountTTCShort=Importo (IVA inc.)
       AmountHT=Importo (al netto delle imposte)
       AmountTTC=Importo (IVA inclusa)
       AmountVAT=Importo IVA
      -MulticurrencyAlreadyPaid=Già pagato, valuta originaria
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Rimanente da pagare, valuta originaria
       MulticurrencyPaymentAmount=Importo del pagamento, valuta originaria
       MulticurrencyAmountHT=Importo (al netto delle imposte), valuta originaria
      @@ -403,7 +404,7 @@ DefaultTaxRate=Valore base tassa
       Average=Media
       Sum=Somma
       Delta=Delta
      -RemainToPay=Remain to pay
      +RemainToPay=Rimanente da pagare
       Module=Moduli/Applicazioni
       Modules=Moduli/Applicazioni
       Option=Opzione
      @@ -416,7 +417,7 @@ Favorite=Preferito
       ShortInfo=Info.
       Ref=Rif.
       ExternalRef=Rif. esterno
      -RefSupplier=Ref. vendor
      +RefSupplier=Rif. venditore
       RefPayment=Rif. pagamento
       CommercialProposalsShort=Preventivi/Proposte commerciali
       Comment=Commento
      @@ -428,7 +429,7 @@ ActionNotApplicable=Non applicabile
       ActionRunningNotStarted=Non avviato
       ActionRunningShort=Avviato
       ActionDoneShort=Fatto
      -ActionUncomplete=Incompleto
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Ultimi %s eventi collegati
       CompanyFoundation=Azienda/Organizzazione
       Accountant=Contabile
      @@ -453,8 +454,8 @@ Generate=Genera
       Duration=Durata
       TotalDuration=Durata totale
       Summary=Riepilogo
      -DolibarrStateBoard=Statistiche Database
      -DolibarrWorkBoard=Dashboard degli elementi aperti
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Nessun elemento aperto da elaborare
       Available=Disponibile
       NotYetAvailable=Non ancora disponibile
      @@ -495,7 +496,7 @@ Received=Ricevuto
       Paid=Pagato
       Topic=Oggetto
       ByCompanies=Per impresa
      -ByUsers=By user
      +ByUsers=Per utente
       Links=Link
       Link=Link
       Rejects=Respinge
      @@ -506,8 +507,8 @@ None=Nessuno
       NoneF=Nessuno
       NoneOrSeveral=Nessuno o più
       Late=Tardi
      -LateDesc=Il ritardo di un'azione viene definito nel setup. Chiedi al tuo amministratore di modificarlo dal menu Home - Setup - Alerts.
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=Nessun elemento in ritardo
       Photo=Immagine
       Photos=Immagini
       AddPhoto=Aggiungi immagine
      @@ -530,18 +531,6 @@ September=Settembre
       October=Ottobre
       November=Novembre
       December=Dicembre
      -JanuaryMin=Gen
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Mag
      -JuneMin=Giu
      -JulyMin=Lug
      -AugustMin=Ago
      -SeptemberMin=Set
      -OctoberMin=Ott
      -NovemberMin=Nov
      -DecemberMin=Dic
       Month01=gennaio
       Month02=febbraio
       Month03=marzo
      @@ -622,9 +611,9 @@ BuildDoc=Genera Doc
       Entity=Entità
       Entities=Entità
       CustomerPreview=Anteprima cliente
      -SupplierPreview=Vendor preview
      +SupplierPreview=Anteprima venditore
       ShowCustomerPreview=Visualizza anteprima cliente
      -ShowSupplierPreview=Show vendor preview
      +ShowSupplierPreview=Mostra anteprima venditore
       RefCustomer=Rif. cliente
       Currency=Valuta
       InfoAdmin=Informazioni per gli amministratori
      @@ -646,6 +635,8 @@ SendMail=Invia una email
       EMail=E-mail
       NoEMail=Nessuna email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nessun cellulare
       Owner=Proprietario
       FollowingConstantsWillBeSubstituted=Le seguenti costanti saranno sostitute con i valori corrispondenti
      @@ -677,7 +668,7 @@ NeverReceived=Mai ricevuto
       Canceled=Annullato
       YouCanChangeValuesForThisListFromDictionarySetup=Puoi cambiare i valori di questa lista dal menù Impostazioni - Dizionari
       YouCanChangeValuesForThisListFrom=Puoi cambiare i valori di questa lista dal menu %s
      -YouCanSetDefaultValueInModuleSetup=Puoi definire il valore predefinito durante la creazione di un nuovo record nella configurazione del modulo
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Colore
       Documents=Documenti
       Documents2=Documenti
      @@ -716,15 +707,15 @@ Merge=Unisci
       DocumentModelStandardPDF=Tema PDF Standard
       PrintContentArea=Mostra una pagina per stampare l'area principale
       MenuManager=Gestore dei menu
      -WarningYouAreInMaintenanceMode=Attenzione, si è in modalità manutenzione. Solo <b>%s</b> ha il permesso di usare l'applicazione.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Errore di sistema
       CoreErrorMessage=Si è verificato un errore. Controllare i log o contattare l'amministratore di sistema.
       CreditCard=Carta di credito
       ValidatePayment=Convalidare questo pagamento?
       CreditOrDebitCard=Carta di credito o debito 
       FieldsWithAreMandatory=I campi con <b>%s</b> sono obbligatori
      -FieldsWithIsForPublic=I campi con <b>%s</b> vengono mostrati nell'elenco pubblico dei membri. Per evitarlo, deseleziona la casella <b>pubblica.</b>
      -AccordingToGeoIPDatabase=(Secondo la conversione GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Riga
       NotSupported=Non supportato
       RequiredField=Campi obbligatori
      @@ -732,6 +723,8 @@ Result=Risultato
       ToTest=Provare
       ValidateBefore=Convalidare la scheda prima di utilizzare questa funzione
       Visibility=Visibilità
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privato
       Hidden=Nascosto
       Resources=Risorse
      @@ -750,6 +743,7 @@ LinkTo=Collega a...
       LinkToProposal=Collega a proposta
       LinkToOrder=Collega a ordine
       LinkToInvoice=Collega a fattura attiva
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Collega a ordine fornitore
       LinkToSupplierProposal=Collega a porposta fornitore
       LinkToSupplierInvoice=Collega a fattura passiva
      @@ -758,6 +752,7 @@ LinkToIntervention=Collega a intervento
       CreateDraft=Crea bozza
       SetToDraft=Ritorna a bozza
       ClickToEdit=Clicca per modificare
      +ClickToRefresh=Click to refresh
       EditWithEditor=Modifica con CKEditor
       EditWithTextEditor=Modifica con editor di testo
       EditHTMLSource=Modifica codice HTML
      @@ -772,14 +767,14 @@ ByDay=Per giorno
       BySalesRepresentative=Per venditore
       LinkedToSpecificUsers=Con collegamento ad un utente specifico
       NoResults=Nessun risultato
      -AdminTools=Strumenti di amministrazione
      +AdminTools=Admin Tools
       SystemTools=Strumenti di sistema
       ModulesSystemTools=Strumenti moduli
       Test=Test
       Element=Elemento
       NoPhotoYet=Nessuna immagine disponibile
      -Dashboard=Dashboard
      -MyDashboard=Pannello principale
      +Dashboard=Panoramica
      +MyDashboard=My Dashboard
       Deductible=Deducibile
       from=da
       toward=verso
      @@ -802,7 +797,7 @@ PrintFile=Stampa il file %s
       ShowTransaction=Mostra entrate conto bancario
       ShowIntervention=Mostra intervento
       ShowContract=Visualizza contratto
      -GoIntoSetupToChangeLogo=Vai in Home -> Impostazioni -> Società per cambiare il logo o  in Home - Setup -> display per nasconderlo.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Rifiuta
       Denied=Rifiutata
       ListOf=Lista di %s
      @@ -818,12 +813,12 @@ Sincerely=Cordialmente
       DeleteLine=Elimina riga
       ConfirmDeleteLine=Vuoi davvero eliminare questa riga?
       NoPDFAvailableForDocGenAmongChecked=Non è possibile generare il documento PDF dai record selezionati
      -TooManyRecordForMassAction=Troppi record selezionati per l'azione di massa. L'azione è limitata a un elenco di %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Nessun record selezionato
       MassFilesArea=File creati da azioni di massa
       ShowTempMassFilesArea=Mostra i file creati da azioni di massa
      -ConfirmMassDeletion=Conferma eliminazione di massa
      -ConfirmMassDeletionQuestion=Sei sicuro di voler cancellare il record selezionato %s?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Oggetti correlati
       ClassifyBilled=Classificare  fatturata
       ClassifyUnbilled=Classifica non pagata
      @@ -841,7 +836,7 @@ Calendar=Calendario
       GroupBy=Raggruppa per...
       ViewFlatList=Vedi lista semplice
       RemoveString=Rimuovi la stringa '%s'
      -SomeTranslationAreUncomplete=Alcune lingue potrebbero essere parzialmente tradotte o contenere errori. Se ne rilevi, puoi correggere i file di lingua registrati su <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/ Dolibarr / </a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Link diretto per il download (pubblico/esterno)
       DirectDownloadInternalLink=Link per il download diretto (richiede accesso e permessi validi)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR e Banca
       AutomaticallyCalculated=Calcolato automaticamente
       TitleSetToDraft=Torna a Bozza
      -ConfirmSetToDraft=Sei sicuro che vuoi tornare allo stato di Bozza?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=ID di importazione
       Events=Eventi
      -EMailTemplates=Modelli email
      -FileNotShared=File non condiviso pubblicamente
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Progetto
       Projects=Progetti
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Autorizzazioni
       LineNb=Linea n°
       IncotermLabel=Import-Export
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Lunedì
       Tuesday=Martedì
      @@ -922,20 +926,20 @@ SearchIntoSupplierInvoices=Fatture fornitore
       SearchIntoCustomerOrders=Ordini dei clienti
       SearchIntoSupplierOrders=Ordini d'acquisto
       SearchIntoCustomerProposals=Proposte del cliente
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Proposta venditore
       SearchIntoInterventions=Interventi
       SearchIntoContracts=Contratti
       SearchIntoCustomerShipments=Spedizioni cliente
       SearchIntoExpenseReports=Nota spese
      -SearchIntoLeaves=Assenze
      +SearchIntoLeaves=Leave
       CommentLink=Commenti
       NbComments=Numero dei commenti
       CommentPage=Spazio per i commenti
       CommentAdded=Commento aggiunto
       CommentDeleted=Commento cancellato
       Everybody=Progetto condiviso
      -PayedBy=Pagato da
      -PayedTo=Pagato a
      +PayedBy=Pagata da
      +PayedTo=Paid to
       Monthly=Mensilmente
       Quarterly=Trimestralmente
       Annual=Annuale
      @@ -944,7 +948,8 @@ Remote=Remoto
       LocalAndRemote=Locale e Remoto
       KeyboardShortcut=Tasto scelta rapida
       AssignedTo=Azione assegnata a
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +Deletedraft=Elimina bozza
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=File condiviso con un link
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/it_IT/other.lang b/htdocs/langs/it_IT/other.lang
      index 026866ee399..ffaec5cbf22 100644
      --- a/htdocs/langs/it_IT/other.lang
      +++ b/htdocs/langs/it_IT/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Codice di sicurezza
       NumberingShort=N°
       Tools=Strumenti
       TMenuTools=Strumenti
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Compleanno
       BirthdayDate=Data di nascita
       DateToBirth=Data di nascita
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Messaggio sulla pagina di pagamento convalidato
       MessageKO=Messaggio sulla pagina di pagamento annullato
       ContentOfDirectoryIsNotEmpty=La directory non è vuota.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Contatto aggiunto all'intervento
      -Notify_FICHINTER_VALIDATE=Intervento convalidato
      -Notify_FICHINTER_SENTBYMAIL=Intervento inviato per posta
       Notify_ORDER_VALIDATE=Ordine cliente convalidato
       Notify_ORDER_SENTBYMAIL=Ordine cliente inviato per email
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Ordine fornitore inviato per email
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Ordine fornitore registrato
       Notify_ORDER_SUPPLIER_APPROVE=Ordine fornitore approvato
       Notify_ORDER_SUPPLIER_REFUSE=Ordine fornitore rifiutato
       Notify_PROPAL_VALIDATE=proposta convalidata
      -Notify_PROPAL_CLOSE_SIGNED=Proposta del cliente chiusa come firmata
      -Notify_PROPAL_CLOSE_REFUSED=Proposta del cliente chiusa come rifiutata
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Proposta inviata per email
       Notify_WITHDRAW_TRANSMIT=Invia prelievo
       Notify_WITHDRAW_CREDIT=Accredita prelievo
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Creato soggetto terzo
       Notify_COMPANY_SENTBYMAIL=Email inviate dalla scheda soggetti terzi
       Notify_BILL_VALIDATE=Convalida fattura attiva
       Notify_BILL_UNVALIDATE=Ricevuta cliente non convalidata
      -Notify_BILL_PAYED=Fattura attiva pagata
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Fattura attiva annullata
       Notify_BILL_SENTBYMAIL=Fattura attiva inviata per email
       Notify_BILL_SUPPLIER_VALIDATE=Fattura fornitore convalidata
      -Notify_BILL_SUPPLIER_PAYED=Fattura fornitore pagata
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Fattura fornitore inviata per email
       Notify_BILL_SUPPLIER_CANCELED=Fattura fornitore cancellata
       Notify_CONTRACT_VALIDATE=Contratto convalidato
       Notify_FICHEINTER_VALIDATE=Intervento convalidato
      +Notify_FICHINTER_ADD_CONTACT=Contatto aggiunto all'intervento
      +Notify_FICHINTER_SENTBYMAIL=Intervento inviato per posta
       Notify_SHIPPING_VALIDATE=Spedizione convalidata
       Notify_SHIPPING_SENTBYMAIL=Spedizione inviata per email
       Notify_MEMBER_VALIDATE=Membro convalidato
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Creazione del progetto
       Notify_TASK_CREATE=Attività creata
       Notify_TASK_MODIFY=Attività modificata
       Notify_TASK_DELETE=Attività cancellata
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Vedi la configurazione del modulo %s
       NbOfAttachedFiles=Numero di file/documenti allegati
       TotalSizeOfAttachedFiles=Dimensione totale dei file/documenti allegati
       MaxSize=La dimensione massima è
       AttachANewFile=Allega un nuovo file/documento
       LinkedObject=Oggetto collegato
      -NbOfActiveNotifications=Numero di notifiche (num. di email da ricevere)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Per usare questa opzione bisogna installare o abilitare la l
       ProfIdShortDesc=<b>Prof ID %s</b> è un dato dipendente dal paese terzo.<br/> Ad esempio, per il <b>paese %s,</b> è il <b>codice %s.</b>
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Numero di preventivi
       NumberOfCustomerOrders=Numero di ordini cliente
       NumberOfCustomerInvoices=Numero di ordini fornitore
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=Ti è stato assegnato un nuovo intervento %s.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervento %s convalidato
       EMailTextInvoiceValidated=Fattura %s convalidata
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Proposta %s convalidata.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Ordine %s convalidato.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Ordine %s approvato da %s
       EMailTextOrderRefused=Ordine %s rifiutato
       EMailTextOrderRefusedBy=Ordine %s rifiutato da %s
       EMailTextExpeditionValidated=La spedizione %s è stata convalidata.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Set dati importazione
       DolibarrNotification=Notifica automatica
       ResizeDesc=Ridimesiona con larghezza <b>o</b> altezza nuove. Il ridimensionamento è proporzionale, il rapporto tra le due dimenzioni verrà mantenuto.
      @@ -204,7 +212,7 @@ NewLength=Nuovo larghezza
       NewHeight=Nuova altezza
       NewSizeAfterCropping=Nuovo formato dopo il ritaglio
       DefineNewAreaToPick=Definisci una nuova area della foto da scegliere (clicca sull'immagine e trascina fino a raggiungere l'angolo opposto)
      -CurrentInformationOnImage=Strumento progettato per ridimensionare o tagliare un'immagine. Informazioni sull'immagine attualmente modificata
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor per le immagini
       YouReceiveMailBecauseOfNotification=Ricevi messaggio perché il tuo indirizzo email è compreso nella lista dei riceventi per informazioni su eventi particolari in un software di %s %s.
       YouReceiveMailBecauseOfNotification2=L'evento è il seguente:
      @@ -219,7 +227,7 @@ FileIsTooBig=File troppo grande
       PleaseBePatient=Attendere, prego...
       NewPassword=Nuova password
       ResetPassword=Reset password
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +RequestToResetPasswordReceived=E' stata ricevuta una rischiesta di modifica della tua password
       NewKeyIs=Queste sono le tue nuove credenziali di accesso
       NewKeyWillBe=Le tue nuove credenziali per loggare al software sono
       ClickHereToGoTo=Clicca qui per andare a %s
      @@ -227,14 +235,18 @@ YouMustClickToChange=Devi cliccare sul seguente link per validare il cambio dell
       ForgetIfNothing=Se non hai richiesto questo cambio, lascia perdere questa mail. Le tue credenziali sono mantenute al sicuro.
       IfAmountHigherThan=Se l'importo è superiore a <strong>%s</strong>
       SourcesRepository=Repository for sources
      -Chart=Chart
      -PassEncoding=Password encoding
      -PermissionsAdd=Permissions added
      -PermissionsDelete=Permissions removed
      -YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</strong> chars
      +Chart=Grafico
      +PassEncoding=Codifica Password
      +PermissionsAdd=Permessi aggiunti
      +PermissionsDelete=Permessi rimossi
      +YourPasswordMustHaveAtLeastXChars=La tua password deve contenere almeno %scaratteri
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Area esportazioni
      @@ -249,4 +261,4 @@ WEBSITE_PAGEURL=Indirizzo URL della pagina
       WEBSITE_TITLE=Titolo
       WEBSITE_DESCRIPTION=Descrizione
       WEBSITE_KEYWORDS=Parole chiave
      -LinesToImport=Lines to import
      +LinesToImport=Righe da importare
      diff --git a/htdocs/langs/it_IT/projects.lang b/htdocs/langs/it_IT/projects.lang
      index 4493a76c07e..107a9ba7ce1 100644
      --- a/htdocs/langs/it_IT/projects.lang
      +++ b/htdocs/langs/it_IT/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Vuoi davvero eliminare il progetto?
       ConfirmDeleteATask=Vuoi davvero eliminare questo compito?
       OpenedProjects=Progetti aperti
       OpenedTasks=Attività aperte
      -OpportunitiesStatusForOpenedProjects=Numero di opportunità di progetti aperti per stato
      -OpportunitiesStatusForProjects=Importo delle vendite potenziali per stato nei progetti
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Visualizza progetto
       ShowTask=Visualizza compito
       SetProject=Imposta progetto
       NoProject=Nessun progetto definito o assegnato
      -NbOfProjects=Num. di progetti
      -NbOfTasks=Nr di attività
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Tempo lavorato
       TimeSpentByYou=Tempo impiegato da te
       TimeSpentByUser=Tempo impiegato dall'utente
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Vai all'elenco del tempo impiegato
       GoToListOfTasks=Vai all'elenco dei compiti
       GoToGanttView=Go to Gantt view
       GanttView=Vista Gantt
      -ListProposalsAssociatedProject=Elenco delle proposte commerciali associate al progetto
      -ListOrdersAssociatedProject=Elenco degli ordini clienti associati al progetto
      -ListInvoicesAssociatedProject=Elenco delle fatture attive associate al progetto
      -ListPredefinedInvoicesAssociatedProject=Elenco dei modelli di fattura associati al progetto
      -ListSupplierOrdersAssociatedProject=Elenco degli ordini fornitori associati al progetto
      -ListSupplierInvoicesAssociatedProject=Elenco delle fatture passive associate al progetto
      -ListContractAssociatedProject=Elenco dei contratti associati al progetto
      -ListShippingAssociatedProject=Elenco delle spedizioni collegate al progetto
      -ListFichinterAssociatedProject=Elenco degli interventi associati al progetto
      -ListExpenseReportsAssociatedProject=Elenco delle note spese associate con il progetto
      -ListDonationsAssociatedProject=Elenco delle donazioni associate al progetto
      -ListVariousPaymentsAssociatedProject=Pagamenti vari associati al progetto
      -ListActionsAssociatedProject=Elenco delle azioni associate al progetto
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Tempo impiegato in compiti del progetto
       ListTaskTimeForTask=Tempo impiegato per l'attività
       ActivityOnProjectToday=Operatività sul progetto oggi
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Progetto %s modificato
       TaskCreatedInDolibarr=Attività %s creata
       TaskModifiedInDolibarr=Attività %s modificata
       TaskDeletedInDolibarr=Attività %s cancellata
      -OpportunityStatus=Stato Opportunità
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Opp. stato
      -OpportunityProbability=Probabilità oppotunità
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Probabilità vendita
      -OpportunityAmount=Ammontare opportunità
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Opp. quantità
       OpportunityAmountAverageShort=Importo medio vendita
       OpportunityAmountWeigthedShort=Importo pesato vendita
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributore
       SelectElement=Seleziona elemento
       AddElement=Link all'elemento
       # Documents models
      -DocumentModelBeluga=Modello di progetto per la panoramica sugli oggetti collegati
      -DocumentModelBaleine=Modello per il report di un progetto completo
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Carico di lavoro previsto
       PlannedWorkloadShort=Carico di lavoro
       ProjectReferers=Elementi correlati
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Progetti con questo utente come contatto
       TasksWithThisUserAsContact=Compiti assegnati a questo utente
       ResourceNotAssignedToProject=Non assegnato al progetto
       ResourceNotAssignedToTheTask=Risorsa non assegnata all'attività
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Tempo impiegato da
       TasksAssignedTo=Attività assegnata a
       AssignTaskToMe=Assegnare un compito a me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assegnata attività a %s
       SelectTaskToAssign=Seleziona attività da a assegnare...
       AssignTask=Assegnare
       ProjectOverview=Panoramica
      -ManageTasks=Utilizzare i progetti per seguire compiti e tempo
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Utilizzare i progetti per seguire clienti interessati/opportunità
      -ProjectNbProjectByMonth=Num. di progetti creati per mese
      -ProjectNbTaskByMonth=Nr di attività create per mese
      -ProjectOppAmountOfProjectsByMonth=Quantità di opportunità per mese
      -ProjectWeightedOppAmountOfProjectsByMonth=Quantità ponderata di opportunità per mese
      -ProjectOpenedProjectByOppStatus=Apri progetto /clienti interessati per stato opportunità
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Le statistiche relative a progetti/clienti interessati
       TasksStatistics=Statistiche su attività di progetto/clienti interessati
       TaskAssignedToEnterTime=Compito assegnato. Inserire i tempi per questo compito dovrebbe esserre possibile.
       IdTaskTime=Tempo compito id
       YouCanCompleteRef=Se vuoi aggiungere informazioni al riferimento (per agevolare la ricerca tramite filtri), è opportuno separarle con un carattere "-" in modo che la numerazione automatica continui a funzionare correttamente per i progetti successivi (es: %s-ABC). Puoi aggiungere all'etichetta anche altre chiavi di ricerca.
       OpenedProjectsByThirdparties=Progetti aperti di soggetti terzi
      -OnlyOpportunitiesShort=Solo vendite potenziali
      -OpenedOpportunitiesShort=Opportunità aperte
      -NotAnOpportunityShort=Nessuna vendita potenziale
      -OpportunityTotalAmount=Opportunità importo totale
      -OpportunityPonderatedAmount=Opportunità importo ponderato
      -OpportunityPonderatedAmountDesc=Importo vendite potenziali pesato con la probabilità
      +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=Potenziale
       OppStatusQUAL=Qualificazione
       OppStatusPROPO=Proposta
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=Non hai i permessi per chiudere il progetto %s
       DontHaveTheValidateStatus=Il progetto %s deve essere aperto per essere chiuso
       RecordsClosed=%s progetti chiusi
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ja_JP/admin.lang b/htdocs/langs/ja_JP/admin.lang
      index 3e6a49634f8..2a67fe4277f 100644
      --- a/htdocs/langs/ja_JP/admin.lang
      +++ b/htdocs/langs/ja_JP/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=開発
       VersionUnknown=未知の
       VersionRecommanded=推奨される
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=セッションを保存するためのハンドラ
       SessionSavePath=ストレージ·セッションのローカライズ
       PurgeSessions=セッションのパージ
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=あなたのPHPで構成されたセッション保存ハンドラを実行中のすべてのセッションを一覧表示することはできません。
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=新しい接続をロックする
      -ConfirmLockNewSessions=あなた自身に新しいDolibarr接続を制限してもよろしいですか。ユーザー<b>%s</b>だけでは、後に接続することができます。
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=接続ロックを解除する
       YourSession=セッション
      -Sessions=ユーザーセッション
      +Sessions=Users sessions
       WebUserGroup=Webサーバのユーザ/グループ
      -NoSessionFound=あなたのPHPには、アクティブなセッションを表示するには許可しないように思われる。セッション<b>(%s)を</b>保存するために使用されるディレクトリ(たとえば、OSの権限により、もしくはPHPディレクティブopen_basedirをすることによって)保護される可能性があります。
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=データを格納するデータベース·キャラクタ·セット
       DBSortingCharset=データをソートするには、データベース·キャラクタ·セット
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=外部ユーザー
       InternalUsers=内部ユーザー
       ExternalUsers=外部ユーザー
       GUISetup=表示
      -SetupArea=セットアップのエリア
      +SetupArea=セットアップ
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=ファイルのアップロードをテストするために形成します(設定に応じて)
       IfModuleEnabled=注:[はい]は、モジュールの<b>%sが</b>有効<b>になっ</b>ている場合にのみ有効です
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=検索を開始する文字のNBR:%s
       NotAvailableWhenAjaxDisabled=Ajaxが無効になったときには使用できません
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=プレビューは利用できません
       ThemeCurrentlyActive=現在アクティブなテーマ
       CurrentTimeZone=TimeZoneはPHP(サーバー)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=スペース
       Table=Table
       Fields=フィールズ
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=アクティブ
       SetupShort=セットアップ
       OtherOptions=その他のオプション
      -OtherSetup=その他のセットアップ
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=小数点の記号
       CurrentValueSeparatorThousand=桁区切り記号
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=パラメータ%s
      -LocalisationDolibarrParameters=ローカリゼーションのパラメータ
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=タイムゾーンは、PHPサーバー
       DaylingSavingTime=夏時間(ユーザー)
       CurrentHour=時間PHP(サーバー)
       CurrentSessionTimeOut=現在のセッションのタイムアウト
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=自動検出(ブラウザの言語)
       FeatureDisabledInDemo=デモで機能を無効にする
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=から要素のみ<a href="%s">対応のモジュールが</a>表示されます。
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=新しい
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore、Dolibarr ERP / CRM外部モジュールのための公式の市場の場所
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=リンク
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=行うにはデータベースに格納しない明確
       MainDbPasswordFileConfEncrypted=conf.phpで暗号化されたデータベース·パスワード(活性化推奨)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=生成されたPDFファイル(推奨しない活性化、大量のPDF生成を壊す)の保護
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=機能
       DolibarrLicense=ライセンス
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=ユーザーまたは開発者のドキュメント(DOC、よくある質問(FAQ)...)のために、 <br> Dolibarr Wikiで見てみましょう。 <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=他の質問/ヘルプについては、Dolibarrフォーラムを使用することができます。 <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=この領域には、Dolibarrのヘルプサポートサービスを取得することができます。
      -HelpCenterDesc2=このサービスの一部が<b>英語のみ</b>でご利用いただけます。
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=現在のメニューハンドラ
       MeasuringUnit=測定ユニット
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPSポート(php.iniのデフォルト<b>:%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPSホスト(php.iniのデフォルト<b>:%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPSポート(システムのようにUnix上でPHPに定義されていません)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPSホスト(システムのようにUnix上でPHPに定義されていません)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= 体系的にすべての送信メールの隠されたカーボンコピーを送信
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=電子メールを送信するために使用する方法
      -MAIN_MAIL_SMTPS_ID=認証が必要な場合は、SMTPには、ID
      -MAIN_MAIL_SMTPS_PW=認証が必要な場合は、SMTPパスワード
      -MAIN_MAIL_EMAIL_TLS= TLS(SSL)暗号を使用して、
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=すべてのSMS sendings(テストの目的やデモのために)無効にする
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=SMSを送信するために使用する方法
      -MAIN_MAIL_SMS_FROM=SMSを送信するためのデフォルトの送信者の電話番号
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=システムと同様にUnix上では使用できませんが備わっています。ローカルでsendmailプログラムをテストします。
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=モジュールのセットアップ
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=ステップ%s
      -FindPackageFromWebSite=(公式ウェブサイト%sの例の場合)必要な機能を提供するパッケージを検索します。
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr現在のバージョン
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= 秒単位で輸出応答をキャッシュするための遅延(0またはキャッシュなしの空の)
       DisableLinkToHelpCenter=ログインページのリンク&quot; <b>ヘルプやサポートが必要</b> &quot; <b>を</b>隠す
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=の自動折り返しは長すぎるので、あなた自身のtextareaに改行を追加しなければならない行は、ドキュメント上のページ外にあるので、もし、ありません。
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=最小長
       LanguageFilesCachedIntoShmopSharedMemory=ファイルlangは、共有メモリにロードされ
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=現在実行中のセットアップでの例
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocumentをテンプレートディレクトリのリスト
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=構文の例: <br> C:\\ mydirに<br> / home / mydirの<br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>あなたのODTドキュメントテンプレートを作成する方法を知って、それらのディレクトリに格納する前に、ウィキのドキュメントをお読みください。
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Webサービス(webservicesのパラメータ &quot;do
       TestSubmitForm=入力テストフォーム
       ThisForceAlsoTheme=このメニューマネージャを使用すると、ユーザーの選択肢が何であれ、独自のテーマを使用します。また、スマートフォンに特化したこのメニューマネージャは、すべてのスマートフォン上で動作していません。あなたはあなたに問題が発生した場合は別のメニューマネージャを使用します。
       ThemeDir=スキンディレクトリ
      -ConnectionTimeout=コネクションタイムアウト
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=応答タイムアウト
       SmsTestMessage=_人のPHONEFROM__から__までのテストメッセージPHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=セキュリティで保護されたURLへの鍵
      -NoSmsEngine=いいえ、SMS送信者のマネージャーはご利用いただけません。 SMSセンダマネージャは、デフォルトのディストリビューションでインストールされていない(彼らは外部のサプライヤーに依存しているため)しかし、あなたはhttp://www.dolistore.comにいくつかを見つけることができます
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=あなたは、PDFの生成に関連する各グローバルオプションを設定することができます
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=アドレスボックスを築くためのルール
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=URLを確保するためのパラメータ
       SecurityTokenIsUnique=各URLごとに一意securekeyパラメータを使用して、
       EnterRefToBuildUrl=オブジェクト%sの参照を入力します。
       GetSecuredUrl=計算されたURLを取得する
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=パスワード
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=フィールド
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=ユーザーとグループ
       Module0Desc=Users / Employees and Groups management
      -Module1Name=サードパーティ
      +Module1Name=Third Parties
       Module1Desc=会社と連絡先の管理
       Module2Name=コマーシャル
       Module2Desc=商業管理
       Module10Name=会計
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=提案
       Module20Desc=商業的な提案の管理
       Module22Name=大量の電子郵便
      @@ -511,13 +517,13 @@ Module52Desc=製品の在庫の管理
       Module53Name=サービス
       Module53Desc=サービスの管理
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=バーコード
       Module55Desc=バーコードの管理
       Module56Name=テレフォニー
       Module56Desc=テレフォニー統合
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDialシステムの統合(アスタリスク、...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=費用と旅行ノート
       Module75Desc=費用と出張·ノートの管理
       Module80Name=出荷
       Module80Desc=出荷および配信のための管理
      -Module85Name=銀行や現金
      +Module85Name=Banks and Cash
       Module85Desc=銀行や現金アカウントの管理
      -Module100Name=外部のサイト
      -Module100Desc=Dolibarrメニューに任意の外部のWebサイトが含まれており、Dolibarrフレームにそれを表示する
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailmanとすする
       Module105Desc=メンバーモジュールのための郵便配達またはSPIPインタフェース
       Module200Name=LDAP
      -Module200Desc=LDAPディレクトリの同期化
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke統合
       Module240Name=データのエクスポート
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=データのインポート
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=メンバー
       Module310Desc=財団のメンバーの管理
       Module320Name=RSSフィード
       Module320Desc=Dolibarr画面のページ内でRSSフィードを追加
      -Module330Name=ブックマーク
      -Module330Desc=ブックマークの管理
      -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統合
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=寄付
       Module700Desc=寄付金の管理
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=カマキリ
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYGエディタ
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=グラバター
      -Module2700Desc=ユーザー/メンバーの写真を(それらのメールに見られる)を表示するオンライングラバターサービス(www.gravatar.com)を使用します。インターネットへのアクセスを必要とする
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=のGeoIP Maxmindの変換機能
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=マルチ会社
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=切符売り場
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=売上高のポイント
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=売上高のポイント
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=ペイパル
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=インコターム
      -Module62000Desc=インコタームを管理する機能を追加
      +Module62000Name=インコタームズ
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=資源
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=顧客の請求書をお読みください
      @@ -651,9 +661,9 @@ Permission32=製品を作成/変更
       Permission34=製品を削除します。
       Permission36=隠された製品を参照してください/管理
       Permission38=輸出製品
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=(私が連絡している共有プロジェクトとプロジェクト)のプロジェクトを削除します。
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=介入を読む
       Permission62=介入を作成/変更
      @@ -686,7 +696,7 @@ Permission109=sendingsを削除します。
       Permission111=金融勘定を読む
       Permission112=作成/変更/削除して取引を比較する
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=輸出取引と口座のステートメント
       Permission116=アカウント間の転送
       Permission117=派遣のチェックを管理する
      @@ -694,15 +704,15 @@ Permission121=ユーザーにリンクされている第三者を読む
       Permission122=ユーザーにリンクされている第三者が作成/変更
       Permission125=ユーザーにリンクされている第三者を削除します。
       Permission126=第三者をエクスポートします。
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=プロバイダを読む
       Permission147=統計を読む
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=閉じるサプライヤーの受注
       Permission188=サプライヤの注文を取り消す
       Permission192=線を作成する
       Permission193=線をキャンセルする
      -Permission194=帯域幅のラインを読む
      +Permission194=Read the bandwidth lines
       Permission202=ADSL接続を作成する
       Permission203=順序接続順序
       Permission204=順序接続
      @@ -750,12 +760,12 @@ Permission244=隠されたカテゴリの内容を参照してください。
       Permission251=他のユーザーおよびグループを読む
       PermissionAdvanced251=他のユーザーを読む
       Permission252=他のユーザーの読み取り権限を
      -Permission253=他のユーザー、グループ、およびpermisssionsを作成/変更
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=内部/外部ユーザーおよびアクセス許可を作成/変更
       Permission254=変更の作成/外部ユーザーのみ
       Permission255=他のユーザーのパスワードを変更する
       Permission256=他のユーザーを削除するか、または無効にする
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=CAを読む
       Permission272=請求書をお読みください
       Permission273=問題の請求書
      @@ -765,7 +775,7 @@ Permission283=連絡先を削除
       Permission286=連絡先のエクスポート
       Permission291=関税を読む
       Permission292=関税のアクセス許可を設定する
      -Permission293=のcostumers関税を変更する
      +Permission293=Modify customers tariffs
       Permission300=バーコードを読み取る
       Permission301=バーコードを作成/変更
       Permission302=バーコードを削除します。
      @@ -787,11 +797,9 @@ Permission401=割引を読む
       Permission402=割引を作成/変更
       Permission403=割引を検証する
       Permission404=割引を削除します。
      -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
      @@ -844,8 +852,8 @@ Permission1251=データベース(データロード)に外部データの
       Permission1321=顧客の請求書、属性、および支払いをエクスポートする
       Permission1322=Reopen a paid bill
       Permission1421=顧客の注文と属性をエクスポートします。
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=見通しの潜在的なレベル
       DictionaryCanton=州/地方
       DictionaryRegion=地域
      @@ -894,7 +902,7 @@ DictionaryVAT=VATレートまたは販売税率
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=支払条件
       DictionaryPaymentModes=支払いモード
      -DictionaryTypeContact=種類をお問い合わせ
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax(WEEE)
       DictionaryPaperFormat=紙の形式
      @@ -908,47 +916,47 @@ DictionarySource=提案/受注の起源
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=ユニット
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=セットアップは、保存された
       SetupNotSaved=Setup not saved
       BackToModuleList=モジュールリストに戻る
      -BackToDictionaryList=辞書リストに戻る
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=付加価値税管理
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=デフォルトでは、提案されたVATが0団体のような場合に使用することができますされ、個人が小さな会社をOU。
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=率
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE管理
      -LocalTax1IsUsedDescES= 見通し、請求書を作成し、デフォルトではRE率、受注などのアクティブな標準ルールに従います。 <br> TEの買い手が、REに供されていない場合、デフォルト= 0で再。ルールの終わり。 <br>買い手は、その後、デフォルトではREを、REに供されます。ルールの終わり。 <br>
      -LocalTax1IsNotUsedDescES= デフォルトでは、提案されたREは0です。ルールの終わり。
      -LocalTax1IsUsedExampleES= スペインでは、彼らはスペイン語IAEのいくつかの特定のセクションの対象に専門家です。
      -LocalTax1IsNotUsedExampleES= スペインでは、彼らは専門家と社会とスペインIAEの特定のセクションにあります。
      -LocalTax2ManagementES= IRPF管理
      -LocalTax2IsUsedDescES= 見通し、請求書を作成し、デフォルトではRE率、受注などのアクティブな標準ルールに従います。 <br>売り手は、デフォルト= 0でその後IRPF、IRPFにさらされていない場合。ルールの終わり。 <br>売主は、デフォルトではその後IRPFをIRPFに供されます。ルールの終わり。 <br>
      -LocalTax2IsNotUsedDescES= デフォルトでは、提案されたIRPFは0です。ルールの終わり。
      -LocalTax2IsUsedExampleES= スペインでは、フリーランサーとサービスモジュールの税制を選択した企業に提供する独立した専門家。
      -LocalTax2IsNotUsedExampleES= スペインでは彼らは、モジュールの税制の対象になりませんbussinesがあります。
      +LocalTax1ManagementES=RE管理
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=デフォルトでは、提案されたREは0です。ルールの終わり。
      +LocalTax1IsUsedExampleES=スペインでは、彼らはスペイン語IAEのいくつかの特定のセクションの対象に専門家です。
      +LocalTax1IsNotUsedExampleES=スペインでは、彼らは専門家と社会とスペインIAEの特定のセクションにあります。
      +LocalTax2ManagementES=IRPF管理
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=デフォルトでは、提案されたIRPFは0です。ルールの終わり。
      +LocalTax2IsUsedExampleES=スペインでは、フリーランサーとサービスモジュールの税制を選択した企業に提供する独立した専門家。
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=販売
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=ない翻訳がコードに見つからない場合、デフォルトで使用されるラベル
       LabelOnDocuments=ドキュメントのラベル
      -NbOfDays=日のNb
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=今月末に
       CurrentNext=Current/Next
       Offset=オフセット
      @@ -984,7 +993,7 @@ DatabaseUser=データベース·ユーザーの
       DatabasePassword=データベースのパスワード
       Tables=テーブル
       TableName=テーブル名
      -NbOfRecord=記録のNb
      +NbOfRecord=No. of records
       Host=サーバ
       DriverType=ドライバの種類
       SummarySystem=システム情報の概要
      @@ -996,7 +1005,7 @@ Skin=皮膚のテーマ
       DefaultSkin=デフォルトのスキンテーマ
       MaxSizeList=リストの最大長
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=その日のメッセージ
       MessageLogin=ログインページのメッセージ
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=左側のメニューの恒久的な検索フォーム
       DefaultLanguage=使用する既定の言語(言語コード)
       EnableMultilangInterface=多言語のインターフェイスをイネーブルにします。
       EnableShowLogo=左メニューのロゴを表示する
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=名
       CompanyAddress=アドレス
       CompanyZip=ZIP
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=銀行口座の%sの所有者
       BankModuleNotActive=銀行が有効になっていないモジュールを占めて
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=アラート
      -DelaysOfToleranceBeforeWarning=許容遅延の前に警告
      -DelaysOfToleranceDesc=アラートは、各年代後半要素のピクトの%sと画面上に報告される前に、この画面では、許容遅延を定義することができます。
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=閉じるには、提案について警告する前に許容差(日数)を遅らせる
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=請求しない提案について警告する前に許容差(日数)を遅らせる
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=アクティブにするサービスのアラートの前に許容遅延時間(日数)
      -Delays_MAIN_DELAY_RUNNING_SERVICES=期限切れのサービスに関するアラートの前に許容遅延時間(日数)
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=未払いの仕入先請求書の警告の前に許容遅延時間(日数)
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=未払いのクライアントの請求書のアラートの前にTolerence遅延(日数)
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=保留中の銀行の和解に警告する前に、許容遅延時間(日数)
      -Delays_MAIN_DELAY_MEMBERS=遅延会費のアラートの前に許容遅延時間(日数)
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=行うためのチェック預金のアラートの前に許容遅延時間(日数)
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=他のメニューエントリは、オプションのパラメータを管理することができます。
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=セキュリティ監査イベント
       Audit=監査
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=ここDolibarrセキュリティイベントのロギングを有
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=システム情報では、読み取り専用モードでのみ管理者の目に見える得るその他の技術情報です。
       SystemAreaForAdminOnly=この領域は、管理者ユーザーのために利用可能です。 Dolibarr権限のいずれも、この制限を減らすことはできません。
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=あなたがDolibarrの外観に関連する各パラメータを選択し、ここで感じることができる
       AvailableModules=Available app/modules
       ToActivateModule=モジュールを有効にするには、設定エリア(ホーム - &gt;セットアップ - &gt;モジュール)に行く。
       SessionTimeOut=セッションのタイムアウト
      -SessionExplanation=この番号は、セッションはこの遅延の前に期限切れにならないことを保証します。しかし、PHPのセッション管理は、保証は、そのセッションは、常にこの遅延後に有効期限はありません:キャッシュセッションをきれいにするシステムが稼動している場合に発生します。 <br>注:不特定のシステムで、PHPの内部プロセスは<b>%s / %s</b>アクセスについてだけ、他のセッションで行われたアクセス時にす ​​べてのセッションをクリーンアップします。
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=使用可能なトリガ
      -TriggersDesc=トリガーは、一度ディレクトリ<b>の</b> htdocs <b>/コア/トリガ</b>にコピーDolibarrワークフローの動作を変更するファイルです。彼らはDolibarrイベント(新会社の作成、請求書の検証、...)上でアクティブに、新しいアクションを実現しました。
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=このファイル内のトリガはその名前に<b>-NORUN</b>サフィックスは無効になっています。
       TriggerDisabledAsModuleDisabled=モジュール<b>%sが</b>無効<b>になっ</b>ているとして、このファイル内のトリガーが無効になっています。
       TriggerAlwaysActive=このファイル内のトリガーがアクティブにDolibarrモジュールであれ、常にアクティブです。
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=制限/精密セットアップ
      -LimitsDesc=ここDolibarrで使用される限界、精度と最適化を定義することができます。
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=ユニット価格の最大小数点以下
       MAIN_MAX_DECIMALS_TOT=合計価格の最大小数点以下
       MAIN_MAX_DECIMALS_SHOWN=画面に表示されている価格の最大10進数(追加<b>...</b>この番号の後にあなたが見たい場合は<b>...</b>数値が切り捨てられたときに画面に表示されている場合)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=製品の売上単価
       TotalPriceAfterRounding=丸め後の総価格(純/ VAT /税込)
       ParameterActiveForNextInputOnly=次の入力のための効果的なパラメータのみ
       NoEventOrNoAuditSetup=は、セキュリティイベントがまだ記録されていません。監査が有効になっていない場合、これは正常であることができる &quot;設定 - セキュリティ - 監査&quot;ページを参照してください。
      -NoEventFoundWithCriteria=は、セキュリティイベントは、このような検索のcriterias見つかりませんされています。
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=ローカルのsendmailの設定を参照してください。
       BackupDesc=Dolibarrの完全なバックアップを作成するには、以下を行う必要があります。
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=アーカイブディレクトリは安全な場所に格納する必要があります。
       BackupDescY=生成されたダンプ·ファイルは安全な場所に格納する必要があります。
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Dolibarrのバックアップを復元するには、以下を行う必要があります。
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= このルールがアクティブ化モジュールによって<b>%s</b>に強制されます。
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=あなたは、ユーザ<b>%s
       YourPHPDoesNotHaveSSLSupport=あなたのPHPでのSSLの機能は使用できません
       DownloadMoreSkins=ダウンロードするには多くのスキン
       SimpleNumRefModelDesc=形式yyは年である%syymm-NNNNの参照番号を返し、mmは月とnnnnは穴がなく、リセットなしのシーケンスです。
      -ShowProfIdInAddress=ドキュメント上のアドレスとのprofesionnals IDを表示
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=部分的な翻訳
      -MAIN_DISABLE_METEO=メテオビューを無効にします。
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=APIへのログインをテストします。
      -ProxyDesc=Dolibarrの一部の機能が動作するようにインターネットアクセスを持っている必要があります。このためにここでパラメータを定義します。 Dolibarrサーバーがプロキシサーバーの背後にある場合、これらのパラメータは、それを介してインターネットにアクセスする方法をDolibarr指示します。
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=外部からのアクセス
       MAIN_PROXY_USE=プロキシサーバ(それ以外の場合、インターネットへの直接アクセス)を使用して、
       MAIN_PROXY_HOST=プロキシサーバーの名前/アドレス
       MAIN_PROXY_PORT=プロキシサーバーのポート
       MAIN_PROXY_USER=プロキシサーバーを使用するには、ログインしてください
       MAIN_PROXY_PASS=プロキシサーバーを使用するためのパスワード
      -DefineHereComplementaryAttributes=デフォルトでは既に利用できない、ここですべての属性を定義して、あなたは%sのためにサポートさせたい。
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=補完的な属性
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=警告は、一部のLinuxシステムでは、電子メールから電子メールを送信するためには、sendmailの実行セットアップする必要があります含むオプション-BA(パラメータmail.force_extra_parameters php.iniファイルに)。一部の受信者がメールを受信しない場合は、mail.force_extra_parameters =-BA)と、このPHPパラメータを編集してみてください。
       PathToDocuments=ドキュメントへのパス
       PathDirectory=ディレクトリ
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=フィールド%sのエディション
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=小文字で共有数字と文字を含む8文字:内部Dolibarrアルゴリズムに従って生成されたパスワードを返します。
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=新しいユーザーを作成するために必要な電子メ
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=企業のモジュールのセットアップ
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=ドキュメントテンプレート
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=ドラフト文書に透かし
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=ユニークなイドプロ
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=<b>%s</b>形式にエクスポートするリンクは以下のリンクで入手可能です:%s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=<b>%s</b>形式にエクスポートするリンクは以
       BillsSetup=請求書モジュールのセットアップ
       BillsNumberingModule=モジュールの番号請求書とクレジットメモ
       BillsPDFModules=請求書ドキュメントモデル
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=クレジットメモ
       CreditNotes=クレジットメモ
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= 各メンバーのログインを管理する
       AdherentMailRequired=新しいメンバーを作成するために必要な電子メール
       MemberSendInformationByMailByDefault=メンバー(検証や新しいサブスクリプション)にメールの確認を送信するチェックボックスはデフォルトでオンになっています
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAPの設定
       LDAPGlobalParameters=グローバルパラメータ
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=同期テストに成功
       LDAPSynchroKO=失敗した同期のテスト
      -LDAPSynchroKOMayBePermissions=同期テストに失敗しました。サーバへのコネクションが正しく設定されていることを確認し、LDAP udpatesすることができます
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCPは、LDAPサーバに成功(SERVER = %s、ポート= %s)に接続
       LDAPTCPConnectKO=TCPは、LDAPサーバへの接続(SERVER = %s、ポート= %s)に失敗しました
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=LDAPサーバへのAuthentificate /接続(SERVER = %s、ポート= %sは、Admin = %s、パスワード= %s)に失敗しました
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=バージョン3用に設定されたLDAPサーバ
       LDAPSetupForVersion2=バージョン2用に設定されたLDAPサーバ
       LDAPDolibarrMapping=Dolibarrマッピング
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=ログイン(サンバ、ActiveDirectoryを)
       LDAPFieldLoginSambaExample=例:sAMAccountNameが
       LDAPFieldFullname=ファーストネーム
       LDAPFieldFullnameExample=例:cn
      -LDAPFieldPasswordNotCrypted=パスワードは暗号化されません
      -LDAPFieldPasswordCrypted=パスワードは暗号化され
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=例:userPasswordを
       LDAPFieldCommonNameExample=例:cn
       LDAPFieldName=名
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=値の例は、次のロードされたスキーマを持つ<b>OpenLDAPの</b>ために設計されています<b>。core.schema、cosine.schema、inetorgperson.schema)。</b>あなたがthoose値とOpenLDAPを使用する場合は、すべてのthooseスキーマが読み込まれているように、LDAP設定<b>ファイル</b> slapd.conf <b>を</b>変更<b>します</b> 。
       ForANonAnonymousAccess=認証されたアクセスも(たとえば、書き込みアクセス用)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=製品モジュールのセットアップ
       ServiceSetup=サービスモジュールのセットアップ
       ProductServiceSetup=製品とサービスモジュールのセットアップ
       NumberOfProductShowInSelect=コンボselectリスト内の製品の最大数(0 =制限なし)
      -ViewProductDescInFormAbility=フォーム内の​​製品の説明の可視化(それ以外のポップアップツールチップなど)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=製品に使用するデフォルトのバーコードの種類
       SetDefaultBarcodeTypeThirdParties=第三者のために使用するデフォルトのバーコードの種類
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=送信モジュールのセットアップ
       SendingsReceiptModel=領収書のモデルを送信する
       SendingsNumberingModules=モジュールの番号Sendings
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=製品の納入領収書ナンバリングモジュール
      @@ -1515,18 +1528,18 @@ AdvancedEditor=高度なエディタ
       ActivateFCKeditor=のための高度なエディタをアクティブにします。
       FCKeditorForCompany=要素の説明と注意事項のWYSIWIGエディタの作成/版(製品/サービスを除く)
       FCKeditorForProduct=製品/サービスの説明と注意事項のWYSIWIGエディタの作成/版
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= 郵送のWYSIWIGエディタの作成/版
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=接続に成功しましたが、データベースは、osCommerceのデータベース(キー%sがテーブル%sに見つからない)になるようには見えません。
      -OSCommerceTestOk=ユーザー '%s'成功したデータベース &quot;%s&quot;のサーバ &quot;%s&quot;への接続を確立します。
      -OSCommerceTestKo1=サーバー '%s'への接続が成功しますが、データベース '%s'は到達できませんでした。
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=ユーザー '%s'でサーバー '%s'への接続に失敗しました。
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=メニューを削除
       Menus=メニュー
      @@ -1548,7 +1561,7 @@ DetailRight=不正な灰色のメニューを表示するための条件
       DetailLangs=ラベルのコード変換のためにラングのファイル名
       DetailUser=インターン/エキスターン/すべて
       Target=ターゲット
      -DetailTarget=リンクのターゲット(_blankトップ新しいウィンドウが開きます)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=レベル(-1:トップメニュー、0:ヘッダメニュー、&gt; 0でメニューやサブメニュー)
       ModifMenu=メニューの変更
       DeleteMenu=メニューエントリを削除する
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=付加価値税(VAT)が原因です。 <br> - 貨物の
       OptionVatDebitOptionDesc=付加価値税(VAT)が原因です。 <br> - 貨物の配達に(我々は請求書の日付を使用します) <br> - サービスの請求書(デビット)の
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=着払い
       OnPayment=支払いに
       OnInvoice=請求書
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=イベントと議題モジュールのセットアップ
       PasswordTogetVCalExport=エクスポートのリンクを許可するキー
       PastDelayVCalExport=より古いイベントはエクスポートされません
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=モジュールのセットアップをダイヤルする]をクリックします
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=売上高のポイント
       CashDeskSetup=販売モジュールのセットアップのポイント
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=現金支払いを受け取るために使用するデフォルトのアカウント
       CashDeskBankAccountForCheque= 小切手による支払いを受け取るために使用するデフォルトのアカウント
       CashDeskBankAccountForCB= クレジットカードでの現金支払いを受け取るために使用するデフォルトのアカウント
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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=モジュールのセットアップをブックマーク
      -BookmarkDesc=このモジュールは、ブックマークを管理することができます。また、あなたの左のメニュー上の任意のDolibarrページまたはexternale Webサイトへのショートカットを追加することができます。
      +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.
       NbOfBoomarkToShow=左側のメニューに表示するブックマークの最大数
       ##### WebServices #####
       WebServicesSetup=ウェブサービスモジュールのセットアップ
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=マルチ会社のモジュールのセットアップ
       ##### Suppliers #####
       SuppliersSetup=サプライヤーモジュールのセットアップ
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=プロジェクトモジュールのセットアップ
       ProjectsModelModule=プロジェクトの報告書ドキュメントモデル
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ja_JP/companies.lang b/htdocs/langs/ja_JP/companies.lang
      index 6b94eba25d0..86f2f491d03 100644
      --- a/htdocs/langs/ja_JP/companies.lang
      +++ b/htdocs/langs/ja_JP/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=サードパーティを選択します。
       ConfirmDeleteCompany=この会社と継承されたすべての情報を削除してもよろしいですか?
       DeleteContact=連絡先を削除
       ConfirmDeleteContact=この連絡先と継承されたすべての情報を削除してもよろしいですか?
      -MenuNewThirdParty=新しいサードパーティ
      -MenuNewCustomer=新しい顧客
      -MenuNewProspect=新しい見通し
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=新しい民間の個々の
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=サードパーティの連絡先
       Company=会社
       CompanyName=会社名
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=企業
      -CountryIsInEEC=国が欧州経済共同体の内部にある
      -ThirdPartyName=サードパーティの名前
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=第三者
      -ThirdParties=サードパーティ
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=見込み
       ThirdPartyProspectsStats=見込み
       ThirdPartyCustomers=お客さま
       ThirdPartyCustomersStats=お客さま
       ThirdPartyCustomersWithIdProf12=%s %sまたはお持ちのお客様
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=サードパーティ製のタイプ
      +ThirdPartyType=Type of company
       Individual=私人
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=親会社
       Subsidiaries=子会社
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=郵便番号
       Town=シティ
       Web=ウェブ
       Poste= 位置
      -DefaultLang=デフォルトでは、言語
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=提案
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=構文は有効です。
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=この顧客は<b>%sの%%</b>デフォルトの割引
       CompanyHasNoRelativeDiscount=この顧客は、デフォルトではなく相対的な割引がありません
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=この顧客はまだ<b>%s %s</b>のためにクレジットノートを持っている
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=なし
      -Supplier=サプライヤー
      +Supplier=Vendor
       AddContact=Create contact
       AddContactAddress=Create contact/address
       EditContact=コンタクト/アドレスを編集
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=会社を削除します。
       PersonalInformations=個人データ
       AccountancyCode=Accounting account
      -CustomerCode=顧客コード
      -SupplierCode=Vendor code
      -CustomerCodeShort=顧客コード
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=すべての顧客固有の顧客コード、
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=第三者が顧客または見込み客である場合は必須
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=モジュールによって制御の妥当性
      -ThisIsModuleRules=これは、このモジュールのためのルールです。
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=連絡する見通し
       CompanyDeleted=データベースから削除された会社 &quot;%s&quot;。
       ListOfContacts=連絡先/アドレスのリスト
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=第三者のリスト
      -ShowCompany=Show third party
      +ListOfContactsAddresses=連絡先/アドレスのリスト
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=連絡先を表示する
       ContactsAllShort=すべて(フィルタなし)
       ContactType=コンタクトタイプ
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=この連絡先は、任意の商業的な提案のた
       NoContactForAnyContract=この接触は、いかなる契約の連絡はありません
       NoContactForAnyInvoice=この連絡先は、任意の請求書の連絡はありません
       NewContact=新しい連絡先/アドレス
      -NewContactAddress=New contact/address
      +NewContactAddress=New Contact/Address
       MyContacts=私の連絡先
       Capital=資本
       CapitalOf=%sの首都
       EditCompany=会社を編集します。
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=チェック
      -VATIntraCheckDesc=リンク<b>%sは、</b>欧州のVATチェッカーサービスを要求することができます。サーバーから外部インターネットへのアクセスが動作するように、このサービスが必要となります。
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=欧州委員会のサイトでIntracomunnautary VATをチェックする
      -VATIntraManualCheck=また、ヨーロッパのウェブサイトから手動でチェックすることができます<a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=ことはできませんを確認してください。サービスは加盟国(%s)によって提供されていません確認してください。
      -NorProspectNorCustomer=また見通し、また、顧客
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=スタッフ
       ProspectLevelShort=潜在的な
       ProspectLevel=見通しの可能性
      @@ -387,12 +387,12 @@ ExportCardToFormat=形式にカードをエクスポートする
       ContactNotLinkedToCompany=第三者にリンクされて接触しない
       DolibarrLogin=Dolibarrログイン
       NoDolibarrAccess=いいえDolibarrアクセス​​できない
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=連絡先とプロパティ
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=価格水準
       DeliveryAddress=配信アドレス
       AddAddress=アドレスを追加します。
      @@ -402,16 +402,16 @@ DeleteFile=ファイルを削除します。
       ConfirmDeleteFile=あなたがこのファイルを削除してもよろしいですか?
       AllocateCommercial=Assigned to sales representative
       Organization=組織
      -FiscalYearInformation=会計年度に関する情報
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=会計年度の開始月
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=見込み客リスト
      -ListCustomersShort=顧客リスト
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=ユニークな第三者の合計
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=開く
       ActivityCeased=閉じた
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=顧客/サプライヤーコードは無料です。このコードは、いつでも変更することができます。
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ja_JP/errors.lang b/htdocs/langs/ja_JP/errors.lang
      index d80faa8f618..f8ac676de7e 100644
      --- a/htdocs/langs/ja_JP/errors.lang
      +++ b/htdocs/langs/ja_JP/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=値 '%s'に間違った日付の形式になっています
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=ディレクトリ%sの書き込みに失敗しました
       ErrorFoundBadEmailInFile=ファイル内の%s線の発見誤った電子メールのシンタックス(電子メール= %sを使用したサンプルライン%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=いくつかの必須フィールドが満たされていませんでした。
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=ディレクトリの作成に失敗しました。そのWebサーバのユーザがDolibarrのドキュメントディレクトリに書き込む権限を持って確認してください。パラメータの<b>safe_modeが</b>このPHPが有効になっている場合、Dolibarr PHPファイルは、Webサーバーのユーザー(またはグループ)に所有していることを確認してください。
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=フィールド<b>%sは、</b>特殊文字が含まれてはいけません。
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=全く会計モジュールが活性化しない
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAPのマッチングは完全ではありません。
       ErrorLDAPMakeManualTest=。ldifファイルは、ディレクトリ%sで生成されました。エラーの詳細情報を持つようにコマンドラインから手動でそれをロードしようとする。
      -ErrorCantSaveADoneUserWithZeroPercentage=&quot;で行われた&quot;フィールドも満たされている場合は、 &quot;statutが起動していない&quot;とアクションを保存することはできません。
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=作成に使用refは、すでに存在しています。
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascriptがこの機能が動作しているために無効にすることはできません。 Javascriptを有効/無効にするには、メニューHome  - &gt;セットアップ - &gt;ディスプレイに移動します。
       ErrorPasswordsMustMatch=両方入力したパスワードは、互いに一致している必要があります
      -ErrorContactEMail=技術的なエラーが発生しました。 、次の電子メール<b>%s</b>に管理者に連絡してenはエラーコードメッセージで<b>%s、</b>またはこのページの画面コピーを追加することにより、さらに優れたを提供してください。
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=フィールド番号<b>%s</b>の間違った値(値<b>'%s'は</b>正規表現のルール<b>%s</b>一致<b>し</b>ません)
       ErrorFieldValueNotIn=フィールド番号<b>%s</b>の間違った値(値<b>'%s'は、</b>テーブルの<b>%s</b>のフィールド<b>%s</b>に使用可能な値ではありません)
       ErrorFieldRefNotIn=フィールド番号<b>%s</b>のために間違った値(値<b>&quot;%s&quot;は%s</b>既存のREFではありません)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=ウイルス対策プログラムがファイル
       ErrorSpecialCharNotAllowedForField=特殊文字は、フィールド &quot;%s&quot;に許可されていません
       ErrorNumRefModel=参照は、データベース(%s)に存在し、この番号規則と互換性がありません。レコードを削除するか、このモジュールを有効にするために参照を変更しました。
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=マスク上でのエラー
       ErrorBadMaskFailedToLocatePosOfSequence=シーケンス番号のないエラー、マスク
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=エラー、不正なリセット値
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=エラーが発生しました。少なくとも一つのエントリを選択します。
      -ErrorDeleteNotPossibleLineIsConsolidated=レコードがconciliatedされている銀行のトランザクションのにリンクされているのでできませ​​ん削除
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%sは別の第三者に割り当てられています
       ErrorFailedToSendPassword=パスワードの送信に失敗しました
       ErrorFailedToLoadRSSFile=RSSフィードの取得に失敗した。エラーメッセージが十分な情報を提供していない場合は定数MAIN_SIMPLEXMLLOAD_DEBUGを追加しようとする。
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=ログイン<b>%s</b>を持つユーザーを見つけ
       ErrorLoginHasNoEmail=このユーザーは電子メールアドレスを持っていません。プロセスが中止されました。
       ErrorBadValueForCode=セキュリティコードの値が正しくありません。新しい値で再試行してください...
       ErrorBothFieldCantBeNegative=フィールド%s %sとは負の両方にすることはできません
      +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=Webサーバを実行するユーザーアカウントを使用<b>%s</b>そのための権限を持っていない
       ErrorNoActivatedBarcode=活性化バーコード·タイプません
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=この職種またはこのターゲットを使用
       WarningPassIsEmpty=警告は、データベースのパスワードは空です。これはセキュリティホールです。あなたのデータベースにパスワードを追加し、これを反映するようにconf.phpファイルを変更する必要があります。
       WarningConfFileMustBeReadOnly=警告は、設定ファイルは<b>(htdocsに/ confに/ conf.php)</b>のWebサーバーによって上書きすることができます。これは重大なセキュリティホールです。 Webサーバーで使用されるオペレーティング·システム·ユーザーのために読み取り専用モードになるようにファイルのパーミッションを変更します。あなたのディスクにWindowsとFATフォーマットを使用すると、このファイルシステムはファイルのパーミッションを追加することはできません知っている必要があり、ので、完全に安全ではないcan。
       WarningsOnXLines=<b>%s</b>ソース行に関する警告
      -WarningNoDocumentModelActivated=ドキュメント生成のためのモデルは、活性化されていません。あなたのモジュールのセットアップを確認するまでモデルは、デフォルトで選びましたされます。
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=すべてのセキュリティ警告は、(のみの管理者ユーザでは表示)の脆弱性が存在する(またはその定数MAIN_REMOVE_INSTALL_WARNINGがセットアップ] - &gt; [その他の設定に追加される)である限り、アクティブのままです。
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ja_JP/interventions.lang b/htdocs/langs/ja_JP/interventions.lang
      index 65e674d5fb4..d31a3c24ca3 100644
      --- a/htdocs/langs/ja_JP/interventions.lang
      +++ b/htdocs/langs/ja_JP/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=介入
       InterventionCard=介入のカード
       NewIntervention=新しい介入
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=介入のリスト
       ActionsOnFicheInter=介入のアクション
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/ja_JP/main.lang b/htdocs/langs/ja_JP/main.lang
      index b0d3491c446..b77a12131d5 100644
      --- a/htdocs/langs/ja_JP/main.lang
      +++ b/htdocs/langs/ja_JP/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=(送信者= %s、受信機= %s)メールの送信に
       ErrorFileNotUploaded=ファイルがアップロードされていませんでした。最大許容超えないようにサイズを確認し、その空き領域がディスク上で使用可能であり、すでにこのディレクトリ内の同じ名前のファイルが存在しないことに注意してください。
       ErrorInternalErrorDetected=エラーが検出され
       ErrorWrongHostParameter=間違ったホストのパラメータ
      -ErrorYourCountryIsNotDefined=あなたの国が定義されていません。ホーム - セットアップ -  [編集]に移動し、再度フォームを投稿してください。
      -ErrorRecordIsUsedByChild=このレコードの削除に失敗しました。このレコードは、少なくとも一つの子レコードに使用されます。
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=間違った値
       ErrorWrongValueForParameterX=パラメータ%sのために間違った値
       ErrorNoRequestInError=エラーには要求しない
      -ErrorServiceUnavailableTryLater=一瞬のためにサービスを利用できません。後でもう一度やり直してください。
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=ユニークなフィールドの値が重複しています
      -ErrorSomeErrorWereFoundRollbackIsDone=いくつかのエラーが検出されました。我々は、ロールバックの変更。
      -ErrorConfigParameterNotDefined=パラメータ<b>%sは</b> Dolibarr configファイル<b>conf.php</b>内で定義されていません。
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Dolibarrデータベース内のユーザーの<b>%sを</b>見つけることができませんでした。
       ErrorNoVATRateDefinedForSellerCountry=エラー、国%s 'に対して定義されていないのVAT率。
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=エラーは、ファイルを保存に失敗しました。
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=日付を設定する
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=ファイルが正常にアップロードされました
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=ファイルが添付ファイルが選択されているが、まだアップロードされませんでした。このために &quot;添付ファイル&quot;をクリックしてください。
      -NbOfEntries=エントリのNb
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=助けを読む
       RecordSaved=レコードが保存された
      @@ -94,7 +94,7 @@ Undefined=未定義
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=上記参照
      -HomeArea=ホームエリア
      +HomeArea=ホーム
       LastConnexion=Latest connection
       PreviousConnexion=以前の接続
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=閉じた
       Closed2=閉じた
       NotClosed=Not closed
       Enabled=使用可能
      +Enable=Enable
       Deprecated=Deprecated
       Disable=無効にする
       Disabled=無効にする
      @@ -153,7 +154,7 @@ Update=更新
       Close=閉じる
       CloseBox=Remove widget from your dashboard
       Confirm=確認する
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=削除する
       Remove=削除する
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=コピー
       Paste=貼り付ける
       Default=デフォルト
       DefaultValue=デフォルト値
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=価格
       PriceCurrency=Price (currency)
       UnitPrice=単価
      @@ -347,7 +348,7 @@ AmountTTCShort=金額(税込)
       AmountHT=額(税引後)
       AmountTTC=金額(税込)
       AmountVAT=金額税
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=適用されない
       ActionRunningNotStarted=開始するには
       ActionRunningShort=In progress
       ActionDoneShort=完成した
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=生成する
       Duration=持続
       TotalDuration=全持続時間
       Summary=要約
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=利用できる
       NotYetAvailable=まだ利用できません
      @@ -468,7 +469,7 @@ and=と
       or=または
       Other=その他
       Others=他人
      -OtherInformations=その他の情報
      +OtherInformations=Other information
       Quantity=量
       Qty=個数
       ChangedBy=によって変更され
      @@ -506,7 +507,7 @@ None=なし
       NoneF=なし
       NoneOrSeveral=None or several
       Late=遅い
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=画像
       Photos=写真
      @@ -530,18 +531,6 @@ September=9月
       October=10月
       November=11月
       December=12月
      -JanuaryMin=月
      -FebruaryMin=2月
      -MarchMin=マー
      -AprilMin=4月
      -MayMin=5月
      -JuneMin=6月
      -JulyMin=7月
      -AugustMin=8月
      -SeptemberMin=9月
      -OctoberMin=10月
      -NovemberMin=11月
      -DecemberMin=12月
       Month01=1月
       Month02=2月
       Month03=3月
      @@ -646,6 +635,8 @@ SendMail=メールを送る
       EMail=E-mail
       NoEMail=まだメールしない
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=所有者
       FollowingConstantsWillBeSubstituted=以下の定数は、対応する値を持つ代替となります。
      @@ -677,7 +668,7 @@ NeverReceived=受信しませんでした
       Canceled=キャンセル
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=カラー
       Documents=リンクされたファイル
       Documents2=ドキュメント
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=隠されたパスワードを使用してコマンドを表示する
       UnHidePassword=明確なパスワードを使用して実際のコマンドを表示する
       Root=ルート
      -Informations=情報
      +Informations=Information
       Page=ページ
       Notes=注釈
       AddNewLine=新しい行を追加します。
      @@ -716,15 +707,15 @@ Merge=マージ
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=メインのコンテンツ領域を印刷するページを表示
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=警告は、あなたがメンテナンスモードになっているので、唯一のログイン<b>%sは、</b>現時点ではアプリケーションの使用を許可されている。
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=システムエラー
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=クレジットカード
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=<b>%s</b>のフィールドは必須です
      -FieldsWithIsForPublic=<b>%s</b>のフィールドは、メンバーの公開リストに表示されます。あなたがこれをしたくない場合は、 &quot;public&quot;チェックボックスをオフを確認してください。
      -AccordingToGeoIPDatabase=(のGeoIP変換器のに従って)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=ライン
       NotSupported=サポートされていません
       RequiredField=必須フィールド
      @@ -732,6 +723,8 @@ Result=結果
       ToTest=テスト
       ValidateBefore=カードがこの機能を使用する前に検証する必要があります
       Visibility=可視性
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=プライベート
       Hidden=隠された
       Resources=資源
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=ドラフトを作成します。
       SetToDraft=Back to draft
       ClickToEdit=クリックして編集
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=日ごとに
       BySalesRepresentative=営業担当者によって
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=システムツール
       ModulesSystemTools=Modules tools
       Test=テスト
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=介入を示す
       ShowContract=契約を表示する
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=行を削除します
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=請求分類
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=カレンダー
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=イベント
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=プロジェクト
       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=パーミッション
       LineNb=Line no.
       IncotermLabel=インコタームズ
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=月曜日
       Tuesday=火曜日
      @@ -927,15 +931,15 @@ SearchIntoInterventions=介入
       SearchIntoContracts=契約
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=コメント
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=皆
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=影響を受ける
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/ja_JP/other.lang b/htdocs/langs/ja_JP/other.lang
      index 28a28316adb..0e38e37a3c5 100644
      --- a/htdocs/langs/ja_JP/other.lang
      +++ b/htdocs/langs/ja_JP/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=セキュリティコード
       NumberingShort=N°
       Tools=ツール
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=誕生日
       BirthdayDate=Birthday date
       DateToBirth=誕生日
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=検証済みペイメントの戻りページでメッセージ
       MessageKO=キャンセル支払い戻りページでメッセージ
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=介入は、検証
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=検証済みの顧客の注文
       Notify_ORDER_SENTBYMAIL=Envío pedido POR電子メール
       Notify_ORDER_SUPPLIER_SENTBYMAIL=メールでの送信サプライヤー順
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=サプライヤーの順序は、承認さ
       Notify_ORDER_SUPPLIER_REFUSE=サプライヤーのオーダーが拒否されました
       Notify_PROPAL_VALIDATE=検証済みの顧客の提案
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=電子メールによって送信された商業提案
       Notify_WITHDRAW_TRANSMIT=伝送撤退
       Notify_WITHDRAW_CREDIT=クレジット撤退
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=第三者が作成した
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=顧客への請求書が検証さ
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=顧客への請求はpayed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=顧客への請求書が取り消さ
       Notify_BILL_SENTBYMAIL=メールで送信された顧客への請求書
       Notify_BILL_SUPPLIER_VALIDATE=サプライヤの請求書が検証さ
      -Notify_BILL_SUPPLIER_PAYED=サプライヤの請求書はpayed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=メールで送られたサプライヤーの請求書
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=検証済みの契約
       Notify_FICHEINTER_VALIDATE=介入検証
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=送料は、検証
       Notify_SHIPPING_SENTBYMAIL=電子メールによって送信された商品
       Notify_MEMBER_VALIDATE=メンバー検証
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=添付ファイル/文書の数
       TotalSizeOfAttachedFiles=添付ファイル/文書の合計サイズ
       MaxSize=最大サイズ
       AttachANewFile=新しいファイル/文書を添付する
       LinkedObject=リンクされたオブジェクト
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>教授イド%sは、</b>サードパーティの国に応じて情報です。 <br>たとえば、国<b>%s</b>のために、それはコード<b>%s</b>です。
       DolibarrDemo=Dolibarr ERP / CRMデモ
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=介入%sが検証されています。
       EMailTextInvoiceValidated=請求書%sが検証されています。
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=提案%sが検証されています。
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=注文%sが検証されています。
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=注文%sは%sによって承認されている。
       EMailTextOrderRefused=注文%sは拒否されました。
       EMailTextOrderRefusedBy=注文%sは%sによって拒否されました。
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=輸入データセット
       DolibarrNotification=自動通知
       ResizeDesc=新しい幅<b>または</b>新しい高さを入力します。比率は、サイズ変更時に保持されます...
      @@ -204,7 +212,7 @@ NewLength=新しい幅
       NewHeight=新しい高さ
       NewSizeAfterCropping=トリミング後の新しいサイズ
       DefineNewAreaToPick=(あなたが反対側の角に達するまで、イメージ上で左クリックをドラッグ)選択するには、画像を新たな領域を定義します。
      -CurrentInformationOnImage=このツールは、画像をサイズ変更またはトリミングするのに役立つように設計されています。これは、現在の編集された画像上での情報です。
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=イメージエディタ
       YouReceiveMailBecauseOfNotification=あなたのメールアドレスは%sの%sソフトウェアに特定のイベントを通知されるターゲットのリストに追加されているため、このメッセージが表示されます。
       YouReceiveMailBecauseOfNotification2=このイベントは次のとおりです。
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=輸出地域
      diff --git a/htdocs/langs/ja_JP/projects.lang b/htdocs/langs/ja_JP/projects.lang
      index 309e9b25e6a..c0a5d1d2686 100644
      --- a/htdocs/langs/ja_JP/projects.lang
      +++ b/htdocs/langs/ja_JP/projects.lang
      @@ -33,14 +33,14 @@ 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=プロジェクトを表示する
       ShowTask=タスクを表示する
       SetProject=プロジェクトを設定します。
       NoProject=はプロジェクトが定義されていませんまたは所有している
      -NbOfProjects=プロジェクトのNb
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=に費や​​された時間は
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=プロジェクトに関連付けられている商用の提案のリスト
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=プロジェクトに関連付けられている契約のリスト
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=プロジェクトに関連付けられている介入のリスト
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=プロジェクトに関連付けられているイベントのリスト
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=貢献者
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=提案
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ka_GE/admin.lang b/htdocs/langs/ka_GE/admin.lang
      index d7042e784dc..08508d4e6e8 100644
      --- a/htdocs/langs/ka_GE/admin.lang
      +++ b/htdocs/langs/ka_GE/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ka_GE/companies.lang b/htdocs/langs/ka_GE/companies.lang
      index b3e1e7b6c86..e5de5614886 100644
      --- a/htdocs/langs/ka_GE/companies.lang
      +++ b/htdocs/langs/ka_GE/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ka_GE/errors.lang b/htdocs/langs/ka_GE/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/ka_GE/errors.lang
      +++ b/htdocs/langs/ka_GE/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ka_GE/interventions.lang b/htdocs/langs/ka_GE/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/ka_GE/interventions.lang
      +++ b/htdocs/langs/ka_GE/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/ka_GE/main.lang b/htdocs/langs/ka_GE/main.lang
      index 5d400fafa87..100a249f418 100644
      --- a/htdocs/langs/ka_GE/main.lang
      +++ b/htdocs/langs/ka_GE/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/ka_GE/other.lang b/htdocs/langs/ka_GE/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/ka_GE/other.lang
      +++ b/htdocs/langs/ka_GE/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/ka_GE/projects.lang b/htdocs/langs/ka_GE/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/ka_GE/projects.lang
      +++ b/htdocs/langs/ka_GE/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/km_KH/main.lang b/htdocs/langs/km_KH/main.lang
      index a953187190b..7877dfc26e7 100644
      --- a/htdocs/langs/km_KH/main.lang
      +++ b/htdocs/langs/km_KH/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=ផ្ទៃតាប្លូរបស់ខ្ញុំ
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/kn_IN/admin.lang b/htdocs/langs/kn_IN/admin.lang
      index 8d5283db076..7614e914567 100644
      --- a/htdocs/langs/kn_IN/admin.lang
      +++ b/htdocs/langs/kn_IN/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=ತಿಳಿದಿಲ್ಲ
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=ಮೂರನೇ ಪಕ್ಷಗಳು
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=ಸ್ಕೈಪ್
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=ರಾಜ್ಯ / ಪ್ರಾಂತ್ಯ
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=ಹೆಸರು
       CompanyAddress=ವಿಳಾಸ
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=ಹೆಸರು
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/kn_IN/companies.lang b/htdocs/langs/kn_IN/companies.lang
      index 1f9681254aa..3ab73f45a1a 100644
      --- a/htdocs/langs/kn_IN/companies.lang
      +++ b/htdocs/langs/kn_IN/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=ಮೂರನೇ ವ್ಯಕ್ತಿಯನ್ನು ಆಯ
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=ಸಂಪರ್ಕ / ವಿಳಾಸವೊಂದನ್ನು ಅಳಿಸಿ.
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=ಹೊಸ ತೃತೀಯ ಪಕ್ಷ
      -MenuNewCustomer=ಹೊಸ ಗ್ರಾಹಕ
      -MenuNewProspect=ಹೊಸ ನಿರೀಕ್ಷಿತರು
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=ಹೊಸ ಖಾಸಗಿ ವ್ಯಕ್ತಿ
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=ತೃತೀಯ ಸಂಪರ್ಕ / ವಿಳಾಸ
       Company=ಸಂಸ್ಥೆ
       CompanyName=ಸಂಸ್ಥೆಯ ಹೆಸರು
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=ಕಂಪನಿಗಳು
      -CountryIsInEEC=ದೇಶವು ಯುರೋಪಿಯನ್ ಎಕನಾಮಿಕ್ ಕಮ್ಯುನಿಟಿಯಲ್ಲಿದೆ
      -ThirdPartyName=ಮೂರನೇ ಪಾರ್ಟಿ ಹೆಸರು
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=ಮೂರನೇ ಪಾರ್ಟಿ
      -ThirdParties=ಮೂರನೇ ಪಕ್ಷಗಳು
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=ನಿರೀಕ್ಷಿತರು
       ThirdPartyProspectsStats=ನಿರೀಕ್ಷಿತರು
       ThirdPartyCustomers=ಗ್ರಾಹಕರು
       ThirdPartyCustomersStats=ಗ್ರಾಹಕರು
       ThirdPartyCustomersWithIdProf12=%s ಅಥವಾ %s ಇರುವ ಗ್ರಾಹಕರು
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=ತೃತೀಯ ಮಾದರಿ
      +ThirdPartyType=Type of company
       Individual=ಖಾಸಗಿ ವ್ಯಕ್ತಿ
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=ಪೋಷಕ ಸಂಸ್ಥೆ
       Subsidiaries=ಅಂಗಸಂಸ್ಥೆಗಳು
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=ಪಿನ್ ಕೋಡ್
       Town=ನಗರ
       Web=ವೆಬ್
       Poste= ಸ್ಥಾನ
      -DefaultLang=ಪೂರ್ವನಿಯೋಜಿತವಾದ ಭಾಷೆ
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=ಸಿಂಟ್ಯಾಕ್ಸ್ ಸರಿಯಿದ್ದಂತಿದೆ
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=ಈ ಗ್ರಾಹಕರಿಗೆ <b>%s%%</b> ರಿ
       CompanyHasNoRelativeDiscount=ಈ ಗ್ರಾಹಕರಿಗೆ ಯಾವುದೇ ಸಾಪೇಕ್ಷ ರಿಯಾಯಿತಿ ಪೂರ್ವನಿಯೋಜಿತವಾಗಿಲ್ಲ
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=ಈ ಗ್ರಾಹಕ ಇನ್ನೂ <b>%s</b>%sರಷ್ಟಕ್ಕೆ ಸಾಲದ ಟಿಪ್ಪಣಿಯನ್ನು ಹೊಂದಿದ್ದಾರೆ.
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=ಯಾವುದೂ ಇಲ್ಲ
      -Supplier=ಪೂರೈಕೆದಾರ
      +Supplier=Vendor
       AddContact=Create contact
       AddContactAddress=Create contact/address
       EditContact=ಸಂಪರ್ಕವನ್ನು ತಿದ್ದಿ
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=ಸಂಸ್ಥೆಯೊಂದನ್ನು ತೆಗೆದುಹಾಕಿ
       PersonalInformations=ವೈಯಕ್ತಿಕ ದತ್ತಾಂಶ
       AccountancyCode=Accounting account
      -CustomerCode=ಗ್ರಾಹಕ ಕೋಡ್
      -SupplierCode=Vendor code
      -CustomerCodeShort=ಗ್ರಾಹಕ ಕೋಡ್
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=ಗ್ರಾಹಕ ಕೋಡ್, ಎಲ್ಲಾ ಗ್ರಾಹಕರಿಗೂ ಅನನ್ಯ
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=ತೃತೀಯ ಪಾರ್ಟಿಯು ಗ್ರಾಹಕ ಅಥವಾ ನಿರೀಕ್ಷಿತರಾಗಿದ್ದ ವೇಳೆ ಅಗತ್ಯ
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=ವಾಯಿದೆ ನಿಯಂತ್ರಿತ ಘಟಕ
      -ThisIsModuleRules=ಈ ಘಟಕಕ್ಕೆ ಅನ್ವಯವಾಗುವ ನೇಮಗಳು
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact='ನಿರೀಕ್ಷಿತ'ದಿಂದ 'ಸಂಪರ್ಕ'ಕ್ಕೆ
       CompanyDeleted="%s" ಸಂಸ್ಥೆಯನ್ನು ಡೇಟಾಬೇಸ್-ನಿಂದ ತೆಗೆಯಲಾಗಿದೆ.
       ListOfContacts=ಸಂಪರ್ಕಗಳ / ವಿಳಾಸಗಳ ಪಟ್ಟಿ
       ListOfContactsAddresses=ಸಂಪರ್ಕಗಳ / ವಿಳಾಸಗಳ ಪಟ್ಟಿ
      -ListOfThirdParties=ಮೂರನೇ ಪಕ್ಷಗಳ ಪಟ್ಟಿ
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=ಸಂಪರ್ಕವನ್ನು ತೋರಿಸಿ
       ContactsAllShort=ಎಲ್ಲಾ (ಸೋಸಿಲ್ಲದ)
       ContactType=ಸಂಪರ್ಕದ ಮಾದರಿ
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=ಈ ಸಂಪರ್ಕ ಯಾವುದೇ ವಾಣ
       NoContactForAnyContract=ಈ ಸಂಪರ್ಕ ಯಾವುದೇ ಗುತ್ತಿಗೆಯಗಾಗಿ ಅಲ್ಲ.
       NoContactForAnyInvoice=ಈ ಸಂಪರ್ಕ ಯಾವುದೇ ಸರಕುಪಟ್ಟಿಗಾಗಿ ಅಲ್ಲ.
       NewContact=ಹೊಸ ಸಂಪರ್ಕ
      -NewContactAddress=ಹೊಸ ಸಂಪರ್ಕ / ವಿಳಾಸ
      +NewContactAddress=New Contact/Address
       MyContacts=ನನ್ನ ಸಂಪರ್ಕಗಳು
       Capital=ರಾಜಧಾನಿ
       CapitalOf=%s ಕ್ಯಾಪಿಟಲ್
       EditCompany=ಸಂಸ್ಥೆಯನ್ನು ತಿದ್ದಿ
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=ಪರಿಶೀಲಿಸಿ
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=ನಿರೆಕ್ಷಿತರೂ ಅಲ್ಲ, ಗ್ರಾಹಕರೂ ಅಲ್ಲ.
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=ನೌಕರರು
       ProspectLevelShort=ಸಂಭವನೀಯ
       ProspectLevel=ಸಂಭಾವ್ಯ ನಿರೀಕ್ಷಿತರು
      @@ -387,12 +387,12 @@ ExportCardToFormat=ಕಾರ್ಡನ್ನು ಸ್ವರೂಪಕ್ಕೆ 
       ContactNotLinkedToCompany=ಸಂಪರ್ಕವು ಯಾವುದೇ ಮೂರನೇ ಪಾರ್ಟಿಗೆ ಕೂಡಿಸಲ್ಪಟ್ಟಿಲ್ಲ.
       DolibarrLogin=ಲಾಗಿನ್ ಆಗಿ
       NoDolibarrAccess=ಪ್ರವೇಶವಿಲ್ಲ
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=ಸಂಪರ್ಕಗಳು ಮತ್ತು ವಿವರಗಳು
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=ಬೆಲೆ ಮಟ್ಟ
       DeliveryAddress=ತಲುಪಿಸುವ ವಿಳಾಸ
       AddAddress=ವಿಳಾಸ ಸೇರಿಸಿ
      @@ -402,16 +402,16 @@ DeleteFile=ಫೈಲ್ ತೆಗೆಯಿರಿ
       ConfirmDeleteFile=ನೀವು ಈ ಫೈಲ್ಅನ್ನು ಖಂಡಿತವಾಗಿಯೂ ಶಾಶ್ವವವಾಗಿ ತೆಗೆದುಹಾಕಲು ಬಯಸುತ್ತೀರಾ?
       AllocateCommercial=Assigned to sales representative
       Organization=ಸಂಘಟನೆ
      -FiscalYearInformation=ಹಣಕಾಸಿನ ವರ್ಷದ ಮಾಹಿತಿ
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=ಆರ್ಥಿಕ ವರ್ಷಾರಂಭದ ತಿಂಗಳು
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=ನಿರೀಕ್ಷಿತರ ಪಟ್ಟಿ
      -ListCustomersShort=ಗ್ರಾಹಕರ ಪಟ್ಟಿ
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=ಒಟ್ಟು ಅನನ್ಯ ಮೂರನೇ ಪಾರ್ಟಿಗಳು
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=ತೆರೆಯಲಾಗಿದೆ
       ActivityCeased=ಮುಚ್ಚಲಾಗಿದೆ
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=ಪ್ರಸ್ತುತ ಬಾಕಿ ಉಳಿದಿರ
       OutstandingBill=ಗರಿಷ್ಟ ಬಾಕಿ ಉಳಿದಿರುವ ಬಿಲ್ ಮೊತ್ತ
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=ಕೋಡ್ ಉಚಿತ. ಈ ಕೋಡ್ ಯಾವುದೇ ಸಮಯದಲ್ಲಿ ಮಾರ್ಪಡಿಸಬಹುದಾಗಿದೆ.
       ManagingDirectors=ಮ್ಯಾನೇಜರ್ (ಗಳು) ಹೆಸರು (ಸಿಇಒ, ನಿರ್ದೇಶಕ, ಅಧ್ಯಕ್ಷ ...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/kn_IN/errors.lang b/htdocs/langs/kn_IN/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/kn_IN/errors.lang
      +++ b/htdocs/langs/kn_IN/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/kn_IN/interventions.lang b/htdocs/langs/kn_IN/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/kn_IN/interventions.lang
      +++ b/htdocs/langs/kn_IN/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/kn_IN/main.lang b/htdocs/langs/kn_IN/main.lang
      index 645a6cc0c80..e1165452ff3 100644
      --- a/htdocs/langs/kn_IN/main.lang
      +++ b/htdocs/langs/kn_IN/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=ಮುಚ್ಚಲಾಗಿದೆ
       Closed2=ಮುಚ್ಚಲಾಗಿದೆ
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=ಇತರ
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=ಯಾವುದೂ ಇಲ್ಲ
       NoneF=ಯಾವುದೂ ಇಲ್ಲ
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=ಕಾಣುವಂತಿರುವಿಕೆ
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=ಖಾಸಗಿ
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/kn_IN/other.lang b/htdocs/langs/kn_IN/other.lang
      index aef1b316de5..ba9958da1e5 100644
      --- a/htdocs/langs/kn_IN/other.lang
      +++ b/htdocs/langs/kn_IN/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/kn_IN/projects.lang b/htdocs/langs/kn_IN/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/kn_IN/projects.lang
      +++ b/htdocs/langs/kn_IN/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ko_KR/admin.lang b/htdocs/langs/ko_KR/admin.lang
      index e384bc964de..68b7f3d0f6c 100644
      --- a/htdocs/langs/ko_KR/admin.lang
      +++ b/htdocs/langs/ko_KR/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=개발
       VersionUnknown=알 수 없음
       VersionRecommanded=권장
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=세션저장구동기
       SessionSavePath=저장세션로컬라이제이션
       PurgeSessions=세션제거
       ConfirmPurgeSessions=모든 세션을 제거하겠습니까? (당신을 제외한) 모든 다른 사용자의 연결이 중단됩니다. 
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=외부사용자
       InternalUsers=내부사용자\n
       ExternalUsers=외부사용자
       GUISetup=화면
      -SetupArea=설정지역
      +SetupArea=설정
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=파일업로드테스트용 양식
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=공간
       Table=테이블
       Fields=필드
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=설정
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=신규
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=링크
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=암호
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=제 3 자
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=상업용
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=제안
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=회원
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=경비 보고서
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=분류/범주
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=자원
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=시 /도
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=율
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=이름
       CompanyAddress=주소
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=알리미
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=이름
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ko_KR/companies.lang b/htdocs/langs/ko_KR/companies.lang
      index 7cfa1fda455..4c814a49ea5 100644
      --- a/htdocs/langs/ko_KR/companies.lang
      +++ b/htdocs/langs/ko_KR/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=협력업체 선택
       ConfirmDeleteCompany=이 회사와 관련된 모든 정보를 삭제 하시겠습니까?
       DeleteContact=연락처 / 주소 삭제
       ConfirmDeleteContact=이 연락처와 관련된 모든 정보를 삭제 하시겠습니까?
      -MenuNewThirdParty=신규 협력업체
      -MenuNewCustomer=신규 고객
      -MenuNewProspect=신규 잠재고객
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=신규 개인
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=협력업체 생성
       CreateThirdPartyAndContact=협력업체 + 신생 연락처 만들기
      @@ -25,22 +25,22 @@ ThirdPartyContact=협력업체 연락처 / 주소
       Company=회사
       CompanyName=회사 이름
       AliasNames=별칭 (상업용, 상표권 ...)
      -AliasNameShort=별칭 이름
      +AliasNameShort=Alias Name
       Companies=회사
      -CountryIsInEEC=유럽 경제 공동체 내부에 있는 국가
      -ThirdPartyName=협력업체 이름
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=협력업체
      -ThirdParties=협력업체
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=잠재고객
       ThirdPartyProspectsStats=잠재고객
       ThirdPartyCustomers=고객
       ThirdPartyCustomersStats=고객
       ThirdPartyCustomersWithIdProf12=%s 또는 %s이 있는 고객
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=협력업체 유형
      +ThirdPartyType=Type of company
       Individual=개인
      -ToCreateContactWithSameName=협력업체와 동일한 정보로 연락처 / 주소를 자동으로 생성합니다. 대부분의 경우, 협력업체가 물리적인 사람 일지라도 협력업체를 독립적으로 생성 가능합니다.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=모회사
       Subsidiaries=자회사
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=우편 번호
       Town=시
       Web=웹
       Poste= 직위
      -DefaultLang=기본 언어
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=주소를 협력업체 주소로 입력하십시오.
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=지불 은행 계좌
       OverAllProposals=제안
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=유효한 구문입니다.
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=이 고객은 기본 할인인이 <b>%s%%</b> 입니
       CompanyHasNoRelativeDiscount=이 고객은 기본적으로 상대적 할인이 없습니다.
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=이 고객은 <b>%s</b> %s 의 할인 가능한(크레딧 노트 또는 계약금)이 있습니다.
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=이 고객은  <b>%s</b> %s 의 상대적 할인이 있습니다.
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=없음
      -Supplier=공급자
      +Supplier=Vendor
       AddContact=연락처 생성
       AddContactAddress=연락처 / 주소 생성
       EditContact=연락처 편집
      @@ -303,22 +303,22 @@ AddThirdParty=협력업체 생성
       DeleteACompany=회사 삭제
       PersonalInformations=개인 정보
       AccountancyCode=회계 계정
      -CustomerCode=고객 코드
      -SupplierCode=Vendor code
      -CustomerCodeShort=고객 코드
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=모든 고객 내 고유의 고객 코드
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=협력업체가 고객 또는 잠재 고객 인 경우 필요
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=모듈별로 유효성 제어
      -ThisIsModuleRules=이 모듈에 대한 규칙입니다.
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=잠재거래처 연락처
       CompanyDeleted=회사 "%s"이 (가) 데이터베이스에서 삭제되었습니다.
       ListOfContacts=연락처 / 주소 목록
      -ListOfContactsAddresses=연락처 / 주소 목록
      -ListOfThirdParties=협력업체 목록
      -ShowCompany=협력업체 표시
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=연락처 표시
       ContactsAllShort=모두 (필터 없음)
       ContactType=연락처 유형
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=이 연락처는 상업적 제안에 대한 연락처가
       NoContactForAnyContract=이 연락처는 어떤 계약의 연락처도 아닙니다.
       NoContactForAnyInvoice=이 연락처는 송장의 연락처가 아닙니다.
       NewContact=신규 연락처
      -NewContactAddress=신규 연락처 / 주소
      +NewContactAddress=New Contact/Address
       MyContacts=내 연락처
       Capital=자본
       CapitalOf=자본금 %s
       EditCompany=회사 편집
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=검사
      -VATIntraCheckDesc=링크 <b>%s</b> 는 유럽 VAT 검사 서비스에 문의할 수 있습니다. 이 서비스가 작동하려면 서버에서 외부 인터넷에 접속해야 합니다.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=유럽 ​​의회 사이트에서 사내 부가 가치세를 확인하십시오
      -VATIntraManualCheck=유럽 ​​웹 사이트 <a href="%s" target="_blank"> %s </a>에서 수동으로 확인할 수도 있습니다.
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=확인할 수 없습니다. 수표 서비스는 회원 국가에서 제공하지 않습니다 (%s).
      -NorProspectNorCustomer=잠재 고객이나 고객이 아닙니다.
      -JuridicalStatus=법적인 형식
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=직원
       ProspectLevelShort=가능성
       ProspectLevel=미래 잠재고객
      @@ -387,12 +387,12 @@ ExportCardToFormat=포맷으로 카드 내보내기
       ContactNotLinkedToCompany=협력업체와 연결되지 않은 연락처
       DolibarrLogin=Dolibarr 로그인
       NoDolibarrAccess=Dolibarr 접속 불가
      -ExportDataset_company_1=협력업체 (회사 / 재단 / 물리적 사람) 및 부동산
      -ExportDataset_company_2=연락처 및 속성
      -ImportDataset_company_1=협력업체 (회사 / 재단 / 물리적 사람) 및 부동산
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=가격 수준
       DeliveryAddress=배달 주소
       AddAddress=주소 추가
      @@ -402,16 +402,16 @@ DeleteFile=파일 삭제
       ConfirmDeleteFile=이 파일을 정말로 삭제 하시겠습니까?
       AllocateCommercial=영업 담당자에게 할당 됨
       Organization=조직
      -FiscalYearInformation=회계 연도에 대한 정보
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=회계 연도의 시작 달
      -YouMustAssignUserMailFirst=이 사용자에 대한 전자 메일을 먼저 만들어야 전자 메일 알림을 추가 할 수 있습니다.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=전자 메일 알림을 추가하려면 먼저 협력업체에 유효한 전자 메일이있는 연락처를 정의해야합니다
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=잠재 고객 목록
      -ListCustomersShort=고객 명단
      -ThirdPartiesArea=협력업체 및 연락처
      -LastModifiedThirdParties=최근 %s 수정 된 협력업체
      -UniqueThirdParties=각 협력업체 합계
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=열기
       ActivityCeased=닫음
       ThirdPartyIsClosed=협력업체 폐쇄 됨
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=현재 미결제 금액
       OutstandingBill=미결 한도
       OutstandingBillReached=미결 한도 금액 도달
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=코드는 무료입니다. 이 코드는 언제든지 수정할 수 있습니다.
       ManagingDirectors=관리자 이름 (CEO, 이사, 사장 ...)
       MergeOriginThirdparty=중복 된 협력업체 (삭제하려는 협력업체)
       MergeThirdparties=협력업체 병합
      -ConfirmMergeThirdparties=이 협력업체를 현재의 협력업체의 하나로 병합 하시겠습니까? 모든 링크 된 오브젝트 (송장, 주문 ...)는 현재 협력업체로 이동 한 후 협력업체가 삭제됩니다.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=영업 담당자 로그인
       SaleRepresentativeFirstname=영업 담당자의 이름
       SaleRepresentativeLastname=영업 대표자 성
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ko_KR/errors.lang b/htdocs/langs/ko_KR/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/ko_KR/errors.lang
      +++ b/htdocs/langs/ko_KR/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ko_KR/interventions.lang b/htdocs/langs/ko_KR/interventions.lang
      index b446460d449..4e8c7975bdf 100644
      --- a/htdocs/langs/ko_KR/interventions.lang
      +++ b/htdocs/langs/ko_KR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=중재
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/ko_KR/main.lang b/htdocs/langs/ko_KR/main.lang
      index 8f4c9c66cda..08503bb515d 100644
      --- a/htdocs/langs/ko_KR/main.lang
      +++ b/htdocs/langs/ko_KR/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=메일을 보내는 데 실패했습니다 (전송인=%s,
       ErrorFileNotUploaded=파일을 업로드할 수 없습니다. 파일 크기가 최대 허용량을 초과하지 않고, 디스크 내 충분한 저장 공간이 남아 있으며 또한 디렉토리에 같은 이름의 파일이 없는지를 확인하세요.
       ErrorInternalErrorDetected=오류 발견됨
       ErrorWrongHostParameter=잘못된 호스트 매개변수
      -ErrorYourCountryIsNotDefined=정의된 국가가 없습니다. 홈-설정-편집으로 가서 양식을 다시 게시하세요.
      -ErrorRecordIsUsedByChild=레코드를 삭제할 수 없습니다. 적어도 하나의 자식 레코드가 사용하고 있습니다.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=잘못된 값
       ErrorWrongValueForParameterX=%s 매개변수의 잘못된 값
       ErrorNoRequestInError=오류 요청이 없음
      -ErrorServiceUnavailableTryLater=현재 서비스를 이용할 수 없습니다. 나중에 시도하세요.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=고유한 필드에 중복된 값
      -ErrorSomeErrorWereFoundRollbackIsDone=오류가 있습니다. 변경을 하지 않습니다.
      -ErrorConfigParameterNotDefined=<b>%s</b> 매개변수를 Dolibarr 설정 파일 <b>conf.php</b> 내에서 지정할 수 없습니다.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Dolibarr 데이타베이스에서 <b>%s</b>유저를 찾을 수 없습니다.
       ErrorNoVATRateDefinedForSellerCountry=오류, '%s' 국가의 부가세율이 정의되지 않았습니다.
       ErrorNoSocialContributionForSellerCountry=오류, 국가 '%s'에 대해 정의 된 사회 / 재정 세금 유형이 없습니다.
       ErrorFailedToSaveFile=오류, 파일을 저장할 수 없습니다.
      -ErrorCannotAddThisParentWarehouse=이미 현재 사용중인 상위 창고를 추가하려고합니다.
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=귀하는 할 수있는 권한이 없습니다.
       SetDate=날짜 설정
       SelectDate=날짜 선택
      @@ -78,10 +78,10 @@ FileRenamed=파일 이름이 재명명 되었습니다.
       FileGenerated=파일이 성공적으로 생성되었습니다.
       FileSaved=파일이 성공적으로 저장되었습니다.
       FileUploaded=파일이 성공적으로 업로드 되었습니다.
      -FileTransferComplete=파일을 성공적으로 업로드했습니다.
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=파일이 성공적으로 삭제되었습니다.
       FileWasNotUploaded=첨부할 파일을 선택했지만 바로 업로드할 수는 없습니다. 업로드하려면 "파일 첨부"를 클릭하십시오.
      -NbOfEntries=엔트리 수
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=온라인 도움말 읽기 (인터넷 액세스 필요)
       GoToHelpPage=도움말 읽기
       RecordSaved=저장 레코드
      @@ -94,7 +94,7 @@ Undefined=정의되지 않음
       PasswordForgotten=암호를 잊어 버리셨습니까?
       NoAccount=No account?
       SeeAbove=상위 보기
      -HomeArea=홈 영역
      +HomeArea=홈
       LastConnexion=최근 연결
       PreviousConnexion=이전 연결
       PreviousValue=이전 값
      @@ -142,6 +142,7 @@ Closed=닫혔음
       Closed2=닫혔음
       NotClosed=마감되지 않음
       Enabled=사용
      +Enable=Enable
       Deprecated=사용 금지
       Disable=사용 안함
       Disabled=불용 상태
      @@ -153,7 +154,7 @@ Update=갱신
       Close=닫기
       CloseBox=대시 보드에서 위젯 제거
       Confirm=확인
      -ConfirmSendCardByMail=이 카드 내용을 정말로 <b>%s</b>이메일로 보내시겠습니까? 
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=삭제
       Remove=제거
       Resiliate=끝내기
      @@ -327,7 +328,7 @@ Copy=복사
       Paste=붙여넣기
       Default=생략시
       DefaultValue=생략값
      -DefaultValues=기본값
      +DefaultValues=Default values/filters/sorting
       Price=가격
       PriceCurrency=Price (currency)
       UnitPrice=단가
      @@ -347,7 +348,7 @@ AmountTTCShort=금액 (세금 포함)
       AmountHT=금액 (세금 별도)
       AmountTTC=금액 (세금 포함)
       AmountVAT=세액
      -MulticurrencyAlreadyPaid=이미 지불 된 원래 통화
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=원래 통화로 지불해야합니다.
       MulticurrencyPaymentAmount=지불 금액, 원래 통화
       MulticurrencyAmountHT=금액 (세금 별도), 원화
      @@ -428,7 +429,7 @@ ActionNotApplicable=해당 사항 없음
       ActionRunningNotStarted=착수 함
       ActionRunningShort=진행 중
       ActionDoneShort=끝 마침
      -ActionUncomplete=완료되지 않음
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=작성
       Duration=기간
       TotalDuration=총기간
       Summary=요약
      -DolibarrStateBoard=데이터베이스 통계
      -DolibarrWorkBoard=미결 항목 대시 보드
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=처리 할 열 요소가 없습니다.
       Available=가능
       NotYetAvailable=아직 가능 못함
      @@ -468,7 +469,7 @@ and=그리고
       or=또는
       Other=기타
       Others=기타
      -OtherInformations=기타 정보
      +OtherInformations=Other information
       Quantity=수량
       Qty=수량
       ChangedBy=변경자
      @@ -506,7 +507,7 @@ None=없음
       NoneF=없음
       NoneOrSeveral=없음 또는 여러 개
       Late=늦은
      -LateDesc=레코드가 늦었는지 아닌지를 정의하는 지연은 설정에 따라 다릅니다. 관리자에게 홈 - 셋업 - 경고 메뉴에서 지연을 변경하도록 요청하십시오.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=사진
       Photos=사진
      @@ -530,18 +531,6 @@ September=9월
       October=10월
       November=11월
       December=12 월
      -JanuaryMin=1월
      -FebruaryMin=2월
      -MarchMin=3월
      -AprilMin=4월
      -MayMin=5월
      -JuneMin=6월
      -JulyMin=7월
      -AugustMin=8월
      -SeptemberMin=9월
      -OctoberMin=10월
      -NovemberMin=11월
      -DecemberMin=12월
       Month01=1월
       Month02=2월
       Month03=3월
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=이메일
       NoEMail=이메일 없음
       Email=이메일
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=휴대 전화 없음
       Owner=소유자
       FollowingConstantsWillBeSubstituted=다음 상수는 해당 값으로 바뀝니다.
      @@ -677,7 +668,7 @@ NeverReceived=수령 못함
       Canceled=취소 됨
       YouCanChangeValuesForThisListFromDictionarySetup=이 목록의 값은 설정 - 딕셔너리 메뉴에서 변경할 수 있습니다
       YouCanChangeValuesForThisListFrom=메뉴에서이 목록의 값을 변경할 수 있습니다 %s
      -YouCanSetDefaultValueInModuleSetup=모듈 설정으로 새 레코드를 만들 때 사용되는 기본값을 설정할 수 있습니다
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=색상
       Documents=링크 된 파일
       Documents2=문서
      @@ -703,7 +694,7 @@ DateOfSignature=서명 날짜
       HidePassword=암호가 숨겨진 명령 표시
       UnHidePassword=명확한 암호로 실제 명령 표시
       Root=루트
      -Informations=정보
      +Informations=Information
       Page=페이지
       Notes=노트
       AddNewLine=새 줄 추가
      @@ -716,15 +707,15 @@ Merge=병합
       DocumentModelStandardPDF=표준 PDF 템플릿
       PrintContentArea=주요 컨텐츠 영역 인쇄 페이지 표시
       MenuManager=메뉴 관리자
      -WarningYouAreInMaintenanceMode=경고, 지금 유지 보수 모드이므로 로그인 시 <b>%s</b> 적용업무를 사용 할 때만 허용됩니다.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=시스템 오류
       CoreErrorMessage=죄송합니다. 오류가 발생했습니다. 자세한 정보를 얻으려면 시스템 관리자에게 로그를 확인하거나 $ dolibarr_main_prod = 1을 비활성화하십시오.
       CreditCard=신용 카드
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=<b>%s</b> 이 있는 필드는 반드시 입력해야 합니다.
      -FieldsWithIsForPublic=<b>%s</b> 이 (가) 있는 입력란은 공개 회원 목록에 표시됩니다. 이 기능을 사용하지 않으려면 "공용"상자를 선택하십시오.
      -AccordingToGeoIPDatabase=(GeoIP 변환에 따름)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=라인
       NotSupported=지원되지 않음
       RequiredField=필수 입력란
      @@ -732,6 +723,8 @@ Result=결과
       ToTest=테스트
       ValidateBefore=이 기능을 사용하려면 먼저 카드 유효성을 검사해야합니다.
       Visibility=시각성
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=사설
       Hidden=히든
       Resources=자원
      @@ -750,6 +743,7 @@ LinkTo=다음으로 연결
       LinkToProposal=제안서 링크
       LinkToOrder=주문 링크
       LinkToInvoice=송장 링크
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=공급자 주문 링크
       LinkToSupplierProposal=공급 업체 제안 링크
       LinkToSupplierInvoice=공급 업체 송장 링크
      @@ -758,6 +752,7 @@ LinkToIntervention=중재에 연결
       CreateDraft=초안 작성
       SetToDraft=초안으로 돌아 가기
       ClickToEdit=편집하려면 클릭하십시오.
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=일별
       BySalesRepresentative=영업 담당자 별
       LinkedToSpecificUsers=특정 사용자 연락처에 연결됨
       NoResults=결과 없음
      -AdminTools=관리자 도구
      +AdminTools=Admin Tools
       SystemTools=시스템 도구
       ModulesSystemTools=모듈 도구
       Test=테스트
       Element=요소
       NoPhotoYet=아직 사용할 수있는 사진이 없습니다.
       Dashboard=대시보드
      -MyDashboard=내 대시 보드
      +MyDashboard=My Dashboard
       Deductible=공제액
       from=부터
       toward=...쪽으로
      @@ -802,7 +797,7 @@ PrintFile=인쇄 파일 %s
       ShowTransaction=은행 계좌의 항목 표시
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=로고를 변경하거나 표시를 숨길려면 홈 - 설정 - 회사로 갑니다.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=기각
       Denied=기각됨
       ListOf=%s 목록
      @@ -818,12 +813,12 @@ Sincerely=친애하는
       DeleteLine=행 삭제
       ConfirmDeleteLine=이 행을 삭제 하시겠습니까?
       NoPDFAvailableForDocGenAmongChecked=확인 된 레코드 중 문서 생성에 사용할 수있는 PDF가 없습니다.
      -TooManyRecordForMassAction=대량 작업을 위해 선택된 레코드가 너무 많습니다. 작업은 %s 레코드 목록으로 제한됩니다.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=선택한 레코드가 없습니다.
       MassFilesArea=대량 작업으로 만들어진 파일 영역
       ShowTempMassFilesArea=대량 작업으로 작성된 파일의 영역 표시
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=관련 개체
       ClassifyBilled=청구서 분류
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=달력
       GroupBy=그룹화 ...
       ViewFlatList=평면 목록보기
       RemoveString='%s'문자열을 제거하십시오.
      -SomeTranslationAreUncomplete=일부 언어는 부분적으로 번역되거나 오류가있을 수 있습니다. 일부 파일을 발견하면 <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/에 등록하는 언어 파일을 수정할 수 있습니다. dolibarr / </a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=다운로드
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR 및 은행
       AutomaticallyCalculated=자동 계산 됨
       TitleSetToDraft=초안으로 돌아 가기
      -ConfirmSetToDraft=초안 상태로 돌아가시겠습니까?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=이벤트
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Project
       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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=월요일
       Tuesday=화요일
      @@ -927,15 +931,15 @@ SearchIntoInterventions=중재
       SearchIntoContracts=계약서
       SearchIntoCustomerShipments=고객 출하
       SearchIntoExpenseReports=경비 보고서
      -SearchIntoLeaves=떠나기
      +SearchIntoLeaves=Leave
       CommentLink=주석
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/ko_KR/other.lang b/htdocs/langs/ko_KR/other.lang
      index 03852604b66..4c7b15096e1 100644
      --- a/htdocs/langs/ko_KR/other.lang
      +++ b/htdocs/langs/ko_KR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/ko_KR/projects.lang b/htdocs/langs/ko_KR/projects.lang
      index 14371222e90..53fa214f0b8 100644
      --- a/htdocs/langs/ko_KR/projects.lang
      +++ b/htdocs/langs/ko_KR/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=관련 항목
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/lo_LA/admin.lang b/htdocs/langs/lo_LA/admin.lang
      index e64fb7c41b5..a9672281edb 100644
      --- a/htdocs/langs/lo_LA/admin.lang
      +++ b/htdocs/langs/lo_LA/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=ບັນ​ຊີ
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=ຊື່
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=​ໂຕ​ຕັ້ງ​ຄ່າ​ທັງ​ໝົດ
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=ຊື່
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/lo_LA/companies.lang b/htdocs/langs/lo_LA/companies.lang
      index b22eadb4aae..7f552e8ccdd 100644
      --- a/htdocs/langs/lo_LA/companies.lang
      +++ b/htdocs/langs/lo_LA/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/lo_LA/errors.lang b/htdocs/langs/lo_LA/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/lo_LA/errors.lang
      +++ b/htdocs/langs/lo_LA/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/lo_LA/interventions.lang b/htdocs/langs/lo_LA/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/lo_LA/interventions.lang
      +++ b/htdocs/langs/lo_LA/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/lo_LA/main.lang b/htdocs/langs/lo_LA/main.lang
      index f456d3566c1..6a538fa0b5a 100644
      --- a/htdocs/langs/lo_LA/main.lang
      +++ b/htdocs/langs/lo_LA/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=ປິດການນຳໃຊ້
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=ປັບປຸງ
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=ລຶບ
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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=ການອະນຸຍາດ
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/lo_LA/other.lang b/htdocs/langs/lo_LA/other.lang
      index a37d0058334..9530df0a502 100644
      --- a/htdocs/langs/lo_LA/other.lang
      +++ b/htdocs/langs/lo_LA/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=ເຄື່ອງມື
       TMenuTools=ເຄື່ອງມື
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/lo_LA/projects.lang b/htdocs/langs/lo_LA/projects.lang
      index c1e25abe41f..42e374dacf6 100644
      --- a/htdocs/langs/lo_LA/projects.lang
      +++ b/htdocs/langs/lo_LA/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/lt_LT/admin.lang b/htdocs/langs/lt_LT/admin.lang
      index 8ad0f313fae..10a2c81b6b5 100644
      --- a/htdocs/langs/lt_LT/admin.lang
      +++ b/htdocs/langs/lt_LT/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Plėtojimas
       VersionUnknown=Nežinomas
       VersionRecommanded=Rekomenduojamas
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Vedlys, sesijai išsaugoti
       SessionSavePath=Talpinimo sesijos lokalizavimas
       PurgeSessions=Sesijų išvalymas
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Sesijų išsaugojimo manipuliatoriaus PHP nustatymai neleidžia sudaryti visų vykdomų sesijų sąrašo.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Užrakinti naujus prisijungimus
      -ConfirmLockNewSessions=Ar tikrai norite apriboti bet kokius naujus Dolibarr prisijungimus prie programos. Atlikus pakeitimus tik vartotojas <b>%s</b> turės galimybę prisijungti.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Pašalinti prisijungimų užraktą
       YourSession=Jūsų sesija
      -Sessions=Naudotojo sesija
      +Sessions=Users sessions
       WebUserGroup=Tinklo serverio naudotojas/grupė
      -NoSessionFound=Regis jūsų PHP neleidžia sudaryti aktyvių sesijų sąrašo. Katalogas naudojamas sesijų išsaugojimui (<b>%s</b>) gali būti apsaugotas (Pavyzdžiui su OS leidimais arba PHP direktyva open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Duomenų bazės simbolių rinkinys duomenų talpinimui
       DBSortingCharset=Duomenų bazės simbolių rinkinys duomenų rūšiavimui
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Išorinis naudotojas
       InternalUsers=Vidiniai naudotojai
       ExternalUsers=Išoriniai naudotojai
       GUISetup=Atvaizdavimas
      -SetupArea=Paruošimo sritis
      +SetupArea=Nustatymai
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Failo-testo įkėlimo forma (pagal nustatymus)
       IfModuleEnabled=Pastaba: Patvirtinimas yra efektyvus tik, kai modulis <b>%s</b> yra aktyvus
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kode negali būti vertės 0
       DisableJavascript=Išjungti JavaScript ir Ajax funkcijas (Rekomenduojama aklam žmogui ar teksto naršyklėms)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Paieškai paleisti reikalingas simbolių skaičius: %s
       NotAvailableWhenAjaxDisabled=Neprieinamas, Ajax esant išjungtam
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Apžiūra negalima
       ThemeCurrentlyActive=Tema yra veikli
       CurrentTimeZone=Laiko juostos PHP (serveris)
       MySQLTimeZone=TimeZone MySQL (duomenų bazės)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Erdvė
       Table=Lentelė
       Fields=Laukai
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktyvus
       SetupShort=Nustatymai
       OtherOptions=Kitos parinktys
      -OtherSetup=Kiti nustatymai
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Dešimtainis skyriklis
       CurrentValueSeparatorThousand=Tūkstančių skyriklis
       Destination=Paskirties vieta
       IdModule=Modulio ID
       IdPermissions=Leidimų ID
       LanguageBrowserParameter=Parametro %-as
      -LocalisationDolibarrParameters=Vietos parametrai
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Kliento Laiko Juosta (vartotojas)
       ClientHour=Kliento laikas (vartotojas)
       OSTZ=Serverio OS laiko zona
      @@ -126,8 +126,8 @@ PHPTZ=PHP serverio Laiko Juosta
       DaylingSavingTime=Vasaros laikas
       CurrentHour=PHP serverio laikas 
       CurrentSessionTimeOut=Einamosios sesijos pertrauka
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Automatinis aptikimas (naršyklės kalba)
       FeatureDisabledInDemo=Funkcija išjungta demo versijoje
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Rodomi tik elementai iš <a href="%s">leidžiami moduliai</a>.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Naujas
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, oficiali Dolibarr ERP / CRM išorinių modulių parduotuvė
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Nuoroda
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Nesaugokite aiškių slaptažodžių duomenų bazėje, l
       MainDbPasswordFileConfEncrypted=Duomenų bazės slaptažodis užšifruotas conf.php (Activated recomended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Generuojamų PDF failų apsauga (Activated NOT recomended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Savybė
       DolibarrLicense=Licencija
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Vartotojo arba kūrėjo dokumentacijos (doc, DUK ...) <br> ieškoti Dolibarr Wiki: <br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Dėl kitų klausimų/pagalbos galite kreiptis į Dolibarr forumą: <br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Ši sritis gali padėti jums gauti Dolibarr Help žinyno palaikymo paslaugą
      -HelpCenterDesc2=Dalis šios paslaugos prieinama <b>tik anglų kalba.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Dabartinis meniu prižiūrėtojas
       MeasuringUnit=Matavimo vienetas
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/MTPS jungtis (port) (pagal nutylėjimą php.ini: <b>%s)</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS host (pagal nutylėjimą php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS jungtis (port) (neapibrėžtas PHP Unix tipo sistemose)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS host (neapibrėžtas PHP Unix tipo sistemose)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Sistemingai siųsti visų išsiųstų laiškų paslėptas kopijas BCC į 
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=El. pašto siuntimui naudoti metodą
      -MAIN_MAIL_SMTPS_ID=SMTP ID, jei reikalingas autentiškumo patvirtinimas
      -MAIN_MAIL_SMTPS_PW=SMTP slaptažodis, jei reikalingas autentiškumo patvirtinimas
      -MAIN_MAIL_EMAIL_TLS= Užšifravimui naudoti TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Išjungti visus SMS siuntimus (bandymo ar demo tikslais)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=SMS siuntimui naudoti metodą
      -MAIN_MAIL_SMS_FROM=SMS siuntimui naudojamas siuntėjo telefono numeris pagal nutylėjimą
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Funkcija negalima Unix tipo sistemose. Patikrinti el. pašto siuntimo vietinę programą.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Modulio nuostatos
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nenaudoti gamyboje
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Žingsnis %s
      -FindPackageFromWebSite=Ieškoti paketo, kuris suteikia norimą funkciją (pavyzdžiui oficialioje interneto svetainėje %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr dabartinė versija
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Tarpinės atminties (cache) eksporto reakcijos vėlinimas sekundėmis (0 arba tuščia, kai nėra tarpinės atminties)
       DisableLinkToHelpCenter=Paslėpti nuorodą "<b>"Reikia pagalbos ar techninio palaikymo</b>" prisijungimo prie Dolibarr puslapyje
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=Nėra automatinio eilutės perkėlimo. Todėl jei eilutė netelpa puslapyje, turite pridėti tekste perkėlimo simbolį.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimalus ilgis
       LanguageFilesCachedIntoShmopSharedMemory=Failai .lang pakrauti į bendro naudojimo atmintį
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Pavyzdžiai su dabartiniais nustatymais
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocument šablonų katalogų sąrašas
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=ODT/ODS šablonų failų rastų šiuose kataloguose skaičius
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Pavyzdys: <br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Norėdami sužinoti, kaip sukurti savo odt dokumentų šablonus, prieš išsaugant juos šiuose kataloguose, paskaityti Wiki dokumentus:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Pagrindiniai Web Services raktai (parameter "dolibarrkey
       TestSubmitForm=Įvedimo testo forma
       ThisForceAlsoTheme=Naudojant šį meniu valdiklį taip pat naudokite temą pagal savo pasirinkimą. Taip pat šis meniu valdiklis specializuotas išmaniesiems telefonams veikia ne su visais telefonais. Naudokite kitą meniu valdiklį, jei turite problemų su šiuo.
       ThemeDir=Vaizdinių stilių (skins) katalogas
      -ConnectionTimeout=Sujungimo pauzė
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Reakcijos pauzė
       SmsTestMessage=Testinė žinutė iš __PHONEFROM__ į __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=URL apsaugos raktai
      -NoSmsEngine=SMS siuntėjo vadovas neprieinamas. SMS siuntėjo vadovas nėra įdiegtas pagal nutylėjimą (nes jie priklauso nuo išorinio tiekėjo), bet jūs galite jį rasti %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Galite nustatyti kiekvieną bendrą opciją, susijusią su PDF generavimu
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Adresų dėžutės sudarymo taisyklės
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Generuojamuose PDF paslėpti produktų aprašymus
       HideRefOnPDF=Generuojamuose PDF paslėpti produktų referencijas
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=URL apsaugos parametrai
       SecurityTokenIsUnique=Kiekvienam URL naudokite unikalų apsaugos rakto parametrą
       EnterRefToBuildUrl=Įveskite nuorodą objektui %s
       GetSecuredUrl=Gauti apskaičiuotą URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Senas PVM tarifas
       NewVATRates=Naujas PVM tarifas
       PriceBaseTypeToChange=Modifikuoti kainas su apibrėžta bazinės vertės nuoroda
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Pasirinkti sąrašą
       ExtrafieldSelectList = Pasirinkite iš lentelės
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Slaptažodis
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Nuoroda į objektą,
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Nustatytoji nuoroda
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Įspėjimas, ši reikšmė gali būti perrašyta pagal vartotojo specifines nuostatas (kiekvienas vartotojas gali nustatyti savo clicktodial URL)
       ExternalModule=Išorinis modulis - Įdiegtas kataloge %s
      -BarcodeInitForThirdparties=Masinis brūkšniniųkodų paleidimas trečiosioms šalims
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Masiniss brūkšninių kodų paleidimas arba atstatymas produktams ar paslaugoms
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Pažymėti vertę kitiems %s tuštiems įrašams
       EraseAllCurrentBarCode=Ištrinti visas esamas brūkšninių kodų reikšmes
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Visos brūkšninių kodų vertės buvo ištrintos
      -NoBarcodeNumberingTemplateDefined=Brūkšninių kodų numeracijos šablonas nėra įjungtas  brūkšninio kodo modulio konfigūracijoje.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Laukas
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Vartotojai ir grupės
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Trečiosios šalys
      +Module1Name=Third Parties
       Module1Desc=Įmonių ir kontaktų valdymas (klientų, perspektyvų...)
       Module2Name=Prekybos
       Module2Desc=Komercinis valdymas
       Module10Name=Apskaita
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Pasiūlymai
       Module20Desc=Komercinių pasiūlymų valdymas
       Module22Name=Masiniai el. laiškai
      @@ -511,13 +517,13 @@ Module52Desc=Atsargų valdymas (produktai)
       Module53Name=Paslaugos
       Module53Desc=Paslaugų valdymas
       Module54Name=Sutartys / Abonentai
      -Module54Desc=Sutarčių valdymas (servisas arba periodinis abonementas)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Brūkšniniai kodai
       Module55Desc=Brūkšninių kodų valdymas
       Module56Name=Telefonija
       Module56Desc=Telefonijos integracija
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial sistemos integracija (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Išlaidos ir praradimai
       Module75Desc=Išlaidų ir praradimų valdymas
       Module80Name=Gabenimai
       Module80Desc=Gabenimų ir pristatymo užsakymų valdymas
      -Module85Name=Bankai ir pinigai
      +Module85Name=Banks and Cash
       Module85Desc=Banko ar pinigų sąskaitų valdymas
      -Module100Name=Išorinė svetainė
      -Module100Desc=Šis modulis įtraukia išorinę svetainę ar puslapį į Dolibarr meniu ir parodo jį Dolibarr aplinkoje
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Paštininkas ir SPIP
       Module105Desc=Paštininko arba SPIP sąsaja narių moduliui
       Module200Name=LDAP
      -Module200Desc=LDAP katalogų sinchronizavimas
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integracija
       Module240Name=Duomenų eksportas
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Duomenų importas
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Nariai
       Module310Desc=Organizacijos narių valdymas
       Module320Name=RSS mechanizmas
       Module320Desc=Pridėti RSS mechanizmą Dolibarr ekrano puslapių viduje
      -Module330Name=Žymekliai
      -Module330Desc=Žymeklių valdymas
      -Module400Name=Projektai / Galimybės / Iniciatyvos
      -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=Web kalendorius
       Module410Desc=Web kalendoriaus integracija
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Paskola
       Module520Desc=Paskolų valdymas
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Parama
       Module700Desc=Paramos valdymas
       Module770Name=Išlaidų ataskaitos
      -Module770Desc=Valdymo ir pretenzijų išlaidų ataskaitos (transportas, maistas, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Masinis pašto dokumentų generavimas
       Module1780Name=Žymės / Kategorijos
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG redaktorius
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinaminės kainos
       Module2200Desc=Nustatyti matematinių išraiškų naudojimą kainose
       Module2300Name=Suplanuoti darbai
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Nustatyti Dolibarr interneto paslaugų klientą (Gali būti naudojamas perkelti Duomenis / Prašymus į išorės serverius. Tiekėjo užsakymai palaikomi tik šiuo metu)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Naudokite Gravatar interneto paslaugą (www.gravatar.com) kad parodyti nuotrauką vartotojams/nariams (surandami prie jų laiškų). Reikalinga interneto prieiga.
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP klientas
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP MaxMind konvertavimo galimybes
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Žmogiškųjų išteklių valdymas (HRM)
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi įmonė
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leidimų valdymas
      -Module20000Desc=Darbuotojų leidimai
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Partija ar serijos numeris, produktų galiojimo ar pardavimo terminų valdymas
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Pardavimų taškas
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Pardavimo punktas
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=PayPal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Apskaita (Išankstinė)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Paraštės
       Module59000Desc=Paraščių valdymo modulis
       Module60000Name=Komisiniai
       Module60000Desc=Komisinių valdymo modulis
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ištekliai
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Skaityti klientų sąskaitas
      @@ -651,9 +661,9 @@ Permission32=Sukurti/pakeisti produktus
       Permission34=Ištrinti produktus
       Permission36=Žiūrėti/tvarkyti paslėptus produktus
       Permission38=Eksportuoti produktus
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Ištrinti projektus (bendrus projektus ir projektus, apie kuriuos kalbama)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Skaityti intervencijas
       Permission62=Sukurti/keisti intervencijas
      @@ -686,7 +696,7 @@ Permission109=Ištrinti siuntinius
       Permission111=Skaityti finansines ataskaitas
       Permission112=Sukurti/keisti/trinti ir palyginti sandorius/transakcijas
       Permission113=Finansinių sąskaitų nustatymas (sukurti, valdyti kategorijas)
      -Permission114=Operacijų suderinimas
      +Permission114=Reconcile transactions
       Permission115=Eksportuoti sandorius/transakcijas ir sąskaitos išrašus
       Permission116=Pervedimai tarp sąskaitų
       Permission117=Valdyti čekių atlikimą/įvykdymą
      @@ -694,15 +704,15 @@ Permission121=Skaityti trečiąsias šalis, susijusias su vartotoju
       Permission122=Sukurti/pakeisti trečiąsias šalis, susijusias su vartotoju
       Permission125=Ištrinti trečiąsias šalis, susijusias su vartotoju
       Permission126=Eksportuoti trečiąsias šalis
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Skaityti teikėjus
       Permission147=Skaityti statistinius duomenis
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Skaityti sutartis / pasirašymus
       Permission162=Sukurti / keisti sutartis / pasirašymus
       Permission163=Aktyvuoti sutarties aptarnavimą / pasirašymą
      @@ -725,7 +735,7 @@ Permission187=Uždaryti tiekėjo užsakymus
       Permission188=Nutraukti tiekėjo užsakymus
       Permission192=Sukurti rūšis/serijas
       Permission193=Nutraukti rūšis/serijas
      -Permission194=Skaityti resursų rūšis/serijas
      +Permission194=Read the bandwidth lines
       Permission202=Sukurti ADSL ryšius
       Permission203=Tvarkyti ryšių užsakymus
       Permission204=Tvarkyti ryšius
      @@ -750,12 +760,12 @@ Permission244=Pamatyti paslėptų kategorijų turinį
       Permission251=Skaityti kitus vartotojus ir grupes
       PermissionAdvanced251=Skaityti kitus vartotojus
       Permission252=Skaityti kitų vartotojų leidimus
      -Permission253=Sukurti/pakeisti kitus vartotojus, grupes ir leidimus
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Sukurti/keisti vidaus/išorės vartotojus ir leidimus
       Permission254=Sukurti/keisti tik išorės vartotojus
       Permission255=Keisti kitų vartotojų slaptažodžius
       Permission256=Ištrinti ar išjungti kitus vartotojus
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Skaityti CA
       Permission272=Skaityti sąskaitas faktūras
       Permission273=Išrašyti sąskaitas faktūras
      @@ -765,7 +775,7 @@ Permission283=Trinti adresatus
       Permission286=Eksportuoti adresatus
       Permission291=Skaityti tarifus
       Permission292=Nustatyti leidimus tarifams
      -Permission293=Keisti klientų tarifus
      +Permission293=Modify customers tariffs
       Permission300=Skaityti brūkšninius kodus
       Permission301=Sukurti/keisti brūkšninius kodus
       Permission302=Ištrinti brūkšninius kodus
      @@ -787,11 +797,9 @@ Permission401=Skaityti nuolaidas
       Permission402=Sukurti/keisti nuolaidas
       Permission403=Patvirtinti nuolaidas
       Permission404=Ištrinti nuolaidas
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Ištrinti atlyginimus
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Eksportuoti atlyginimus
       Permission520=Skaityti Paskolas
       Permission522=Sukurti / redaguoti paskolas
      @@ -844,8 +852,8 @@ Permission1251=Pradėti masinį išorinių duomenų importą į duomenų bazę (
       Permission1321=Eksportuoti klientų sąskaitas-faktūras, atributus ir mokėjimus
       Permission1322=Reopen a paid bill
       Permission1421=Eksportuoti klientų užsakymus ir atributus
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Perspektyvinio plano potencialo lygis
       DictionaryCanton=Valstybė/Regionas
       DictionaryRegion=Regionai
      @@ -894,7 +902,7 @@ DictionaryVAT=PVM tarifai ar Pardavimo mokesčio tarifai
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Apmokėjimo terminai
       DictionaryPaymentModes=Apmokėjimo būdai
      -DictionaryTypeContact=Adresatų/Adresų tipai
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Eco-Tax (WEEE)
       DictionaryPaperFormat=Popieriaus formatai
      @@ -908,47 +916,47 @@ DictionarySource=Pasiūlymų/užsakymų kilmė
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Sąskaitų plano modeliai
       DictionaryAccountancyJournal=Apskaitos žurnalai
      -DictionaryEMailTemplates=El.pašto pranešimų šablonai
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Vienetai
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Nustatymai išsaugoti
       SetupNotSaved=Setup not saved
       BackToModuleList=Atgal į modulių sąrašą
      -BackToDictionaryList=Atgal į žodynų sąrašą
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=PVM valdymas
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Pagal nutylėjimą siūloma PVM yra 0, kuris gali būti naudojamas kai kuriais atvejais, pvz.: asociacijoms, fiziniams asmenims ar mažoms įmonėms.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Norma
       LocalTax1IsNotUsed=Nenaudokite antro mokesčio
      -LocalTax1IsUsedDesc=Naudokite antro tipo mokesčių (išskyrus PVM)
      -LocalTax1IsNotUsedDesc=Nenaudokite kito tipo mokesčių (išskyrus PVM)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Antro tipo mokestis
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nenaudokite trečio mokesčio
      -LocalTax2IsUsedDesc=Naudokite trečio tipo mokestį (išskyrus PVM)
      -LocalTax2IsNotUsedDesc=Nenaudokite kitokio tipo mokesčių (išskyrus PVM)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Trečio tipo mokestis
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE valdymas
      -LocalTax1IsUsedDescES= RE norma pagal nutylėjimą, kuriant planus, sąskaitas-faktūras, užsakymus ir kt., pagal aktyvią standartinę taisyklę:<br>Jei  pirkėjas nėra RE mokėtojas, tai pagal nutylėjimą RE = 0. Taisyklės pabaiga.<br>Jei pirkėjas yra RE mokėtojas, tada RE taikoma pagal nutylėjimą. Taisyklės pabaiga.<br>
      -LocalTax1IsNotUsedDescES= Pagal nutylėjimą siūloma RE = 0. Taisyklės pabaiga.
      -LocalTax1IsUsedExampleES= Ispanijoje profesionalams taikomi Ispanijos IAE tam tikri spec. skyriai.
      -LocalTax1IsNotUsedExampleES= Ispanijoje profesionalams ir bendruomenėms taikomi Ispanijos IAE tam tikri spec. skyriai.
      -LocalTax2ManagementES= IRPF valdymas
      -LocalTax2IsUsedDescES= RE tarifas pagal nutylėjimą, kuriant planus, sąskaitas-faktūras, užsakymus ir kt., pagal aktyvią standartinę taisyklę:<br>Jei pardavėjui nėra taikomas IRPF, tada pagal nutylėjimą IRPF = 0. Taisyklės pabaiga.<br>Jeigu pardavėjui taikomas IRPF, tada IRPF tarifas nustatytas pagal nutylėjimą. Taisyklės pabaiga.<br>
      -LocalTax2IsNotUsedDescES= Pagal nutylėjimą siūloma IRPF yra 0. Taisyklės pabaiga.
      -LocalTax2IsUsedExampleES= Ispanijoje, laisvai samdomi ir nepriklausomi specialistai, kurie teikia paslaugas ir įmonės, kurios pasirinko modulių mokesčių sistemą.
      -LocalTax2IsNotUsedExampleES= Ispanijoje jie yra verslas, kuriam netaikoma modulių mokesčių sistema.
      +LocalTax1ManagementES=RE valdymas
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Pagal nutylėjimą siūloma RE = 0. Taisyklės pabaiga.
      +LocalTax1IsUsedExampleES=Ispanijoje profesionalams taikomi Ispanijos IAE tam tikri spec. skyriai.
      +LocalTax1IsNotUsedExampleES=Ispanijoje profesionalams ir bendruomenėms taikomi Ispanijos IAE tam tikri spec. skyriai.
      +LocalTax2ManagementES=IRPF valdymas
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Pagal nutylėjimą siūloma IRPF yra 0. Taisyklės pabaiga.
      +LocalTax2IsUsedExampleES=Ispanijoje, laisvai samdomi ir nepriklausomi specialistai, kurie teikia paslaugas ir įmonės, kurios pasirinko modulių mokesčių sistemą.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Ataskaitos apie vietinius mokesčius
       CalcLocaltax1=Pardavimai - Pirkimai
       CalcLocaltax1Desc=Vietinių mokesčių ataskaitos apskaičiuojamas kaip skirtumas tarp pardavimo vietinių mokesčių ir pirkimo vietinių mokesčių
      @@ -958,7 +966,8 @@ CalcLocaltax3=Pardavimai
       CalcLocaltax3Desc=Vietinių mokesčių ataskaitos yra pardavimo vietinių mokesčių suma iš viso
       LabelUsedByDefault=Etiketė naudojamas pagal nutylėjimą, jei kodui nerandamas vertimas
       LabelOnDocuments=Dokumentų etiketė
      -NbOfDays=Dienų skaičius
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Mėnesio pabaigoje
       CurrentNext=Current/Next
       Offset=Nuokrypis
      @@ -984,7 +993,7 @@ DatabaseUser=Duomenų bazės vartotojas
       DatabasePassword=Duomenų bazės slaptažodis
       Tables=Lentelės
       TableName=Lentelės pavadinimas
      -NbOfRecord=Įrašų skaičius
      +NbOfRecord=No. of records
       Host=Serveris
       DriverType=Tvarkyklės (driver) tipas
       SummarySystem=Sistemos informacijos santrauka
      @@ -996,7 +1005,7 @@ Skin=Grafinio vaizdo (skin) tema
       DefaultSkin=Grafinio vaizdo (skin) tema pagal nutylėjimą
       MaxSizeList=Maksimalus sąrašo ilgis
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Dienos pranešimas
       MessageLogin=Prisijungimo prie sistemos ekrano pranešimas
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Nuolatinė paieškos forma kairiajame meniu
       DefaultLanguage=Naudojama kalba pagal nutylėjimą (kalbos kodas)
       EnableMultilangInterface=Įjungti daugiakalbę sąsają
       EnableShowLogo=Rodyti logotipą kairiajame meniu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Pavadinimas/Vardas
       CompanyAddress=Adresas
       CompanyZip=Pašto kodas
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Banko sąskaitos %s savininkas
       BankModuleNotActive=Banko sąskaitos modulis neįjungtas
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Įspėjimai
      -DelaysOfToleranceBeforeWarning=Vėlavimų prieš įspėjimą tolerancija
      -DelaysOfToleranceDesc=Šis ekranas leidžia jums nustatyti toleruojamas vėlavimų prieš perspėjimus, pranešamus ekrane su piktograma %s, ribas kiekvienam vėluojamam elementui.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl pasiūlymų uždaryti
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl nepateiktų pasiūlymų
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl aktyvinamų paslaugų
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl pasibaigusių paslaugų
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl nesumokėtų tiekėjo sąskaitų-faktūrų
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl nesumokėtų kliento sąskaitų-faktūrų
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl banko laukiamo suderinimo
      -Delays_MAIN_DELAY_MEMBERS=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl uždelsto narystės mokesčio
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Vėlavimo tolerancija (dienų) prieš perspėjimą dėl čekių depozito įvykdymo
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Kiti meniu įrašai valdo laisvai pasirenkamus (optional) parametrus.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Saugumo audito įvykiai
       Audit=Auditas
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Čia galite leisti prisijungimą prie Dolibarr saugumo įvykių. Ad
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Sistemos informacija yra įvairi techninė informacija, kurią gausite tik skaitymo režimu, ir bus matoma tik sistemos administratoriams.
       SystemAreaForAdminOnly=Ši sritis yra skirta tik administratoriams. Nė vienas iš Dolibarr leidimų negali sumažinti šio apribojimo.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Čia galite rinktis ir keisti kiekvieną parametrą, susijusį su Dolibarr grafiniu vaizdu.
       AvailableModules=Available app/modules
       ToActivateModule=Norint įjungti modulius, reikia eiti į Nuostatų meniu (Pagrindinis-> Nuostatos-> Moduliai).
       SessionTimeOut=Sesijos laikas pasibaigė
      -SessionExplanation=Šis skaičius garantuoja, kad sesija niekada nesibaigs prieš šį vėlavimą, jeigu sesijos valymas atliktas Vidinio PHP sesijos valytojo (ir nieko daugiau). Vidinis PHP sesijos valytojas negarantuoja, kad sesija pasibaigs tik po šio vėlavimo. Ji baigsis po šio vėlavimo ir kai sesijos valymas vyko, todėl kiekvienos <b>%s/%s</b> prieigos, bet tik sesijų metu. <br> Pastaba: kai kuriuose serveriuose su išoriniais sesijos valymo mechanizmais (cron, Debian, Ubuntu ...) seansai gali būti nutraukti praėjus nustatytam pagal nutylėjimą <strong>session.gc_maxlifetime</strong> laikotarpiui, nesvarbu, kokia čia įrašyta reikšmė.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Galimi trigeriai
      -TriggersDesc=Trigeriai yra failai, kurie pakeičia Dolibarr elgesį, kai tik nukopijuojami į katalogą<b>htdocs/core/triggers</b>. Jie nustato naujus veiksmus, suaktyvintus Dolibarr įvykiuose (kuriant naują įmonę, pripažįstant sąskaitą-faktūrą, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Trigeriai šiame faile yra išjungti, panaudojant priesagą <b>-NORUN</b> jų pavadinimuose.
       TriggerDisabledAsModuleDisabled=Trigeriai šiame faile yra išjungti, nes modulis <b>%s</b> yra išjungtas.
       TriggerAlwaysActive=Trigeriai šiame faile yra visada aktyvūs, kokie bebūtų aktyvuoti Dolibarr moduliai.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Apribojimų/Tikslumo nustatymai
      -LimitsDesc=Čia galite nustatyti apribojimus, tikslumą ir optimizacijos priemones, naudojamas Dolibarr.
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Vieneto kainos maksimalus ženklų po kablelio skaičius
       MAIN_MAX_DECIMALS_TOT=Visos kainos maksimalus ženklų po kablelio skaičius
       MAIN_MAX_DECIMALS_SHOWN=Ekrane rodomų kainų maksimalus ženklų po kablelioskaičius (Pridėti <b>...</b> po šio numerio, jei norite pamatyti <b>...</b> kada ekrane rodomas skaičius yra sutrumpinamas)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Produkto grynoji vieneto kaina
       TotalPriceAfterRounding=Bendra kaina (grynoji kaina/PVM/su PVM) po apvalinimo
       ParameterActiveForNextInputOnly=Parametras veiksmingas tik kitam duomenų įvedimui
       NoEventOrNoAuditSetup=Dar nėra užfiksuotų saugumo įvykių. Tai yra normalu, jei auditas nebuvo įjungtas "Nuostatos - Saugumas - Auditas" puslapyje.
      -NoEventFoundWithCriteria=Saugumo įvykių pagal užduotus paieškos kriterijus nerasta.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Žiūrėti į vietinio el. pašto konfigūraciją
       BackupDesc=Norint padaryti pilną atsarginę Dolibarr kopiją, reikia:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Suarchyvuotas katalogas turi būti laikomas saugioje vietoje.
       BackupDescY=Sukurtas sandėlio failas turi būti laikomas saugioje vietoje.
      -BackupPHPWarning=Atsarginės kopijos sukūrimas negarantuojamas naudojant šį metodą. Teikite pirmenybę ankstesniam metodui.
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Norėdami atkurti Dolibarr iš atsarginės kopijos, turite:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL duomenų importas
       ForcedToByAModule= Ši taisyklė yra priverstinė <b>%s</b> pagal aktyvuotą modulį
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Jūs turite paleisti šią koma
       YourPHPDoesNotHaveSSLSupport=SSL funkcijos negalimos Jūsų PHP
       DownloadMoreSkins=Parsisiųsti daugiau grafinių vaizdų (skins)
       SimpleNumRefModelDesc=Grąžina nuorodos numerį, kurio formatas %syymm-nnnn, kur yy yra metai, mm mėnuo ir nnnn yra seka, be tarpų ir be apnulinimo.
      -ShowProfIdInAddress=Rodyti profesionalius ID su adresais ant dokumentų
      -ShowVATIntaInAddress=Paslėpti PVM Intra num su adresais ant dokumentų
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Dalinis vertimas
      -MAIN_DISABLE_METEO=Išjungti meteo vaizdus
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Bandyti prisijungti prie API
      -ProxyDesc=Kai kurios Dolibarr funkcijos darbe reikalauja interneto prieigos. Čia nustatykite parametrus. Jei Dolibarr serveris yra už proxy serverio, šie parametrai nurodo Dolibarr, kaip pasiekti internetą.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Išorinė prieiga
       MAIN_PROXY_USE=Naudoti proxy serverį (kitu atveju tiesioginę interneto prieigą)
       MAIN_PROXY_HOST=Proxy serverio pavadinimas/adresas
       MAIN_PROXY_PORT=Proxy serverio prievadas (port)
       MAIN_PROXY_USER=Prisijungti proxy serverio naudojimui
       MAIN_PROXY_PASS=Proxy serverio slaptažodis
      -DefineHereComplementaryAttributes=Čia nustatykite visus atributus, ne tik jau nustatytus pagal nutylėjimą, bet ir tuos, kuriuos Jūs norite, kad būtų palaikomi %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Papildomi požymiai
       ExtraFieldsLines=Papildomi atributai (linijos)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Papildomos savybės (užsakymo eilutės)
       ExtraFieldsSupplierInvoicesLines=Papildomos savybės (sąskaitos-faktūros eilutės)
       ExtraFieldsThirdParties=Papildomi požymiai (trečiosios šalys)
      -ExtraFieldsContacts=Papildomi požymiai (kontaktas/adresas)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Papildomi požymiai (narys)
       ExtraFieldsMemberType=Papildomi požymiai (nario tipas)
       ExtraFieldsCustomerInvoices=Papildomi atributai (sąskaitos-faktūros)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=Tik raidiniai-skaitmeniniai simboliai, mažosio
       SendmailOptionNotComplete=ĮSPĖJIMAS, kai kuriose Linux sistemose, norint siųsti el. laiškus iš savo pašto, vykdymo nuostatose turi būti opcija -ba (parametras mail.force_extra_parameters į savo php.ini failą). Jei kai kurie gavėjai niekada negauna el. laiškų, pabandykite redaguoti šį PHP parametrą su mail.force_extra_parameters = -ba).
       PathToDocuments=Kelias prie dokumentų
       PathDirectory=Katalogas
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Jūs turite įjungti bent 1 modulį
      -ClassNotFoundIntoPathWarning=Klasė %s nerasta į PHP kelią
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Taip vasarą
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sesijų saugykla užšifruota Suhosin
       ConditionIsCurrently=Dabartinė būklė yra %s
      -YouUseBestDriver=Jūs naudojate tvarkyklę %s, kuri yra geriausia tvarkyklė prieinama šiuo metu.
      -YouDoNotUseBestDriver=Jūs naudojate diską %s, bet rekomenduojama tvarkyklė (driver) %s.
      -NbOfProductIsLowerThanNoPb=Turite tik %s produktus/paslaugas duomenų bazėje. Tam nereikia jokio ypatingo optimizavimo.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Paieškos optimizavimas
      -YouHaveXProductUseSearchOptim=Jūs turite %s produktą duomenų bazėje. Jums reikia pridėti konstantą PRODUCT_DONOTSEARCH_ANYWHERE prie 1 į Pagrindinis-Nustatymai-Kiti. Jūs apribojate paiešką eilutės pradžia ir nustatote galimybę duomenų bazėjė naudoti indeksą ir jūs turėtumėte gauti greitesnius atsakymus į paieškos užklausas.
      -BrowserIsOK=Jūs naudojate interneto naršyklę %s. Ši naršyklė yra gera saugumo ir charakteristikų požiūriu.
      -BrowserIsKO=Jūs naudojate interneto naršyklę %s. Ši naršyklė yra žinoma, kaip blogas pasirinkimas saugumo, charakteristikų ir patikimumo požiūriu. Mes recommanduojame Jums Firefox, Chrome, Opera ar Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug yraužkrautas.
       XCacheInstalled=Xcache yra įkelta.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Lauko %s redagavimas
       FillThisOnlyIfRequired=Pavyzdys: +2 (pildyti tik tuomet, jei laiko juostos nuokrypio problemos yra žymios)
       GetBarCode=Gauti brūkšninį kodą
       ##### Module password generation
       PasswordGenerationStandard=Grąžinti pagal vidinį Dolibarr algoritmą sugeneruotą slaptažodį: 8 simbolių, kuriuose yra bendri skaičiai ir mažosios raidės.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Naujo vartotojo sukūrimui reikalingas el. paštas
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Įmonių modulio nuostatos
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Dokumentų šablonai
      -DocumentModelOdt=Sukurti dokumentus pagal OpenDocuments šablonus (.ODT arba .OAM failus OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vandens ženklas ant dokumento projekto
       JSOnPaimentBill=Aktyvuoti automatinio mokėjimo eilučių užpildymo mokėjimo formoje funkciją
      -CompanyIdProfChecker=Profesionalių IDS taisyklės
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Eksporto nuorodą į <b>%s</b> formatą galima rasti šiuo adresu: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Eksporto nuorodą į <b>%s</b> formatą galima rasti šiu
       BillsSetup=Sąskaitos-faktūros modulio nuostatos
       BillsNumberingModule=Sąskaitų-faktūrų ir kredito avizų numeravimo modulis
       BillsPDFModules=Sąskaitų-faktūrų dokumentų moduliai
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Kreditinė sąskaita-faktūra
       CreditNotes=Kreditinės sąskaitos-faktūros
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Valdyti kiekvieno nario Prisijungimą
       AdherentMailRequired=El. paštui reikia sukurti naują narį
       MemberSendInformationByMailByDefault=Patvirtinimas paukščiuku žymimame langelyje pašto siuntimui nariams (patvirtinimas arba nauja įmoka) yra pagal nutylėjimą
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP nuostatos
       LDAPGlobalParameters=Bendrieji parametrai
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Bandyti LDAP paiešką
       LDAPSynchroOK=Sinchronizacijos bandymas sėkmingas
       LDAPSynchroKO=Sinchronizacijos bandymas nepavyko
      -LDAPSynchroKOMayBePermissions=Sinchronizacijos bandymas nepavyko. Patikrinkite, ar prisijungimas prie serverio yra tinkamai sukonfigūruotas ir ar leidžiami LDAP atnaujinimai
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP prisijungimas prie LDAP serverio sėkmingas (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP prisijungimas prie LDAP serverio nepavyko (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Prisijungimas/Patvirtinimas prie LDAP serverio nepavyko (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP serveris sukonfigūruotas versijai 3
       LDAPSetupForVersion2=LDAP serveris sukonfigūruotas versijai 2
       LDAPDolibarrMapping=Dolibarr atvaizdavimas
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Prisijungti (samba, activedirectory)
       LDAPFieldLoginSambaExample=Pavyzdys: samaccountname
       LDAPFieldFullname=Pilnas pavadinimas/vardas
       LDAPFieldFullnameExample=Pavyzdys: cn
      -LDAPFieldPasswordNotCrypted=Slaptažodis nešifruotas
      -LDAPFieldPasswordCrypted=Slaptažodis šifruotas
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Pavyzdys: userPassword
       LDAPFieldCommonNameExample=Pavyzdys: cn
       LDAPFieldName=Pavadinimas/vardas
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Pavyzdinės reikšmės yra skirtos <b>OpenLDAP</b> su šiomis įkeltomis schemomis: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Jei naudojate tas reikšmes ir OpenLDAP, pakeiskite Jūsų LDAP konfigūracijos failą <b>slapd.conf</b> kad būtų visos šios schemos įkeltos.
       ForANonAnonymousAccess=Prieigai su patvirtinimu (pvz.: su įrašymo galimybe)
       PerfDolibarr=Charakteristikos nustatymo/optimizavimo ataskaita
      -YouMayFindPerfAdviceHere=Šiame puslapyje rasite kelis patikrinimus ar patarimus, susijusius su charakteristikomis.
      -NotInstalled=Nėra įdiegtas, todėl Jūsų serverio šitas neapkrauna ir nelėtina.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Taikomoji sparčioji tarpinė atmintis
       MemcachedNotAvailable=Taikomosios sparčiosios tarpinės atminties nerasta. Jūs galite padidinti efektyvumą įdiegdami atminties serverį Memcached ir įgalindami modulį naudoti šį atminties serverį.<br>Daugiau informacijos rasite čia <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Atkreipkite dėmesį, kad daugumas interneto talpinimo paslaugų teikėjų neteikia šitokių atminties serverių.
       MemcachedModuleAvailableButNotSetup=Modulis memcached taikomąjai atmintinei (cache) rastas, bet modulio nustatymai nėra baigti.
       MemcachedAvailableAndSetup=Modulis memcached, skirti naudoti memcached server yra įjungtas.
       OPCodeCache=OPCode sparčioji tarpinė atmintis (cache)
      -NoOPCodeCacheFound=OPCode sparčioji tarpinė atmintis nerasta. Galbūt, Jūs naudojate kitą OPCode atmintį nei XCache ar eAccelerator (gerai), o galbūt, Jūs neturite OPCode atminties (labai blogai).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP sparčioji tarpinė atmintis statiniams ištekliams (css, img, javascript)
       FilesOfTypeCached=%s tipo failai yra laikomi HTTP serverio tarpinėje sparčiojoje atmintyje
       FilesOfTypeNotCached=%s tipo failais nėra laikomi HTTP serverio tarpinėje sparčiojoje atmintyje
       FilesOfTypeCompressed=%s tipo failai yra suspausti HTTP serveryje
       FilesOfTypeNotCompressed=%s tipo failai nėra suspausti HTTP serveryje
       CacheByServer=Laikoma serverio atmintyje
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Laikoma naršyklės atmintyje
       CompressionOfResources=HTTP atsakymų suspaudimas
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Toks automatinis aptikimas negalimas su naudojama naršykle
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produktų modulio nuostatos
       ServiceSetup=Paslaugų modulio nuostatos
       ProductServiceSetup=Produktų ir paslaugų modulių nuostatos
       NumberOfProductShowInSelect=Maksimalus produktų skaičius grupiniuose pasirinkimo sąrašuose (0=neribojama)
      -ViewProductDescInFormAbility=Produktų aprašymų vizualizavimas formose (kitu būdu per "iššokantį" langą)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Brūkšninio kodo tipas produktams pagal nutylėjimą
       SetDefaultBarcodeTypeThirdParties=Brūkšninio kodo tipas trečiosioms šalims pagal nutylėjimą
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Siuntimo modulio nuostatos
       SendingsReceiptModel=Įplaukų siuntimo modelis
       SendingsNumberingModules=Siuntinių numeravimo modulis
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Laisvas tekstas siuntų dokumentuose
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produktų pristatymo kvitų numeravimo modulis
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Išplėstinis redaktorius
       ActivateFCKeditor=Įjungti išplėstinį redaktorių:
       FCKeditorForCompany=Elementų aprašymo ir pastabų WYSIWIG kūrimas/redagavimas (išskyrus produktus/paslaugas)
       FCKeditorForProduct=Produktų/paslaugų aprašymų ir pastabų WYSIWIG kūrimas/redagavimas
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG kūrimas/redagavimas masiniams e-laiškams (Tools-> eMailing)
       FCKeditorForUserSignature=Vartotojo parašo WYSIWIG kūrimas/redagavimas
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Sujungimas pavyko, bet duomenų bazė neatrodo esanti OSCommerce duomenų baze (Key%s nerastas table%s).
      -OSCommerceTestOk=Prisijungimas prie serverio '%s' duomenų bazėje "%s" su vartotoju '%s' sėkmingas.
      -OSCommerceTestKo1=Prisijungimas prie serverio '%s' pavyko, bet duomenų bazė "%s" nepasiekiama.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Prisijungimas prie serverio '%s' su vartotoju '%s' nepavyko.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Meniu ištrintas
       Menus=Meniu
      @@ -1548,7 +1561,7 @@ DetailRight=Sąlyga parodyti neleidžiamus pilkus meniu punktus
       DetailLangs=Lang failo pavadinimas etiketės kodo vertimui
       DetailUser=Vidinis / Išorinis / Visi
       Target=Duomenų adresatas
      -DetailTarget=Ryšių užduotis (_tuščias viršus atidaro naują langą)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Lygis (-1:viršutinis meniu, 0:antraštės meniu, >0 meniu ir submeniu)
       ModifMenu=Meniu keitimas
       DeleteMenu=Ištrinti meniu įrašą
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=PVM atsiranda:<br>- prekėms - nuo pristatymo (mes naudojam
       OptionVatDebitOptionDesc=PVM atsiranda: <br> - prekėms - nuo pristatymo (mes naudojame sąskaito-faktūros datą) <br> - paslaugoms - nuo sąskaitos-fakrtūros datos
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Laikas PVM išieškojimui pagal nutylėjimą pagal pasirinktą variantą:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Pristatymo metu
       OnPayment=Apmokėjimo metu
       OnInvoice=Sąskaitos-faktūros pateikimo metu
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Pirkimo sąskaita. Kodas
       AgendaSetup=Įvykių ir operacijų modulio nustatymas
       PasswordTogetVCalExport=Eksporto sąsajos leidimo mygtukas
       PastDelayVCalExport=Neeksportuoti įvykių senesnių nei
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Nustatyti automatiškai šio įvykio tipą paieškos filtrui darbotvarkėje
      -AGENDA_DEFAULT_FILTER_STATUS=Nustatyti automatiškai šio įvykio būklę paieškos filtrui darbotvarkėje
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Kurią kortelę norite atidaryti pagal nutylėjimą renkantis meniu Darbotvarkė
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial modulio nuostatos
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Pardavimų taškas
       CashDeskSetup=Pardavimų taško modulio nustatymas
      -CashDeskThirdPartyForSell=Bendras pagal nutylėjimą trečiajai šaliai naudoti pardavimams
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Sąskaita grynųjų pinigų įmokoms pagal nutylėjimą
       CashDeskBankAccountForCheque= Sąskaita čekių įmokoms pagal nutylėjimą
       CashDeskBankAccountForCB= Sąskaita įmokoms kreditinėmis kortelėmis pagal nutylėjimą
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Sulaikyti ir apriboti sandėlio naudojimą atsargų sumažėjimui
      -StockDecreaseForPointOfSaleDisabled=Atsargų sumažėjimas Pardavimo taške (Point of Sale) išjungtas
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Atsargų sumažėjimas POS nesuderinamas su partijos valdymu
      -CashDeskYouDidNotDisableStockDecease=Jūs neišjungiate atsargų sumažėjimo parduodami Pardavimo taške (Point of Sale). Taigi reikalingas sandėlis.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Žymeklių modulio nustatymas
      -BookmarkDesc=Šis modulis leidžia valdyti žymeklius. Taip pat galite pridėti trumpąsias nuorodas į bet kurį Dolibarr puslapį ar išorinį web tinklalapį Jūsų kairiajame meniu.
      +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.
       NbOfBoomarkToShow=Maksimalus žymeklių skaičius rodomas kairiajame meniu
       ##### WebServices #####
       WebServicesSetup=Webservices modulio nustatymas
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-įmonės modulio nustatymas
       ##### Suppliers #####
       SuppliersSetup=Tiekėjo modulio nustatymas
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Tiekėjo sąskaitų-faktūrų numeracijos modeliai
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekto modulio nustatymas
       ProjectsModelModule=Projekto ataskaitų dokumento modelis
       TasksNumberingModules=Užduočių numeracijos modulis
       TaskModelModule=Užduočių ataskaitų dokumento modelis
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=Fiksuotų pranešimų sąrašas
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Slenkstis
       BackupDumpWizard=Duomenų bazės atsarginės kopijos failo kūrimo vedlys
       SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Nustatyti TimeZone
      @@ -1731,7 +1745,7 @@ CurrentChecksum=Current Checksum
       ForcedConstants=Required constant values
       MailToSendProposal=Customer proposals
       MailToSendOrder=Customer orders
      -MailToSendInvoice=Customer invoices
      +MailToSendInvoice=Klientų sąskaitos faktūros
       MailToSendShipment=Pakrovimai
       MailToSendIntervention=Intervencijos
       MailToSendSupplierRequestForQuotation=Quotation request
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/lt_LT/companies.lang b/htdocs/langs/lt_LT/companies.lang
      index 3859d7b410b..fc35fa66904 100644
      --- a/htdocs/langs/lt_LT/companies.lang
      +++ b/htdocs/langs/lt_LT/companies.lang
      @@ -5,16 +5,16 @@ SelectThirdParty=Pasirinkite trečiają šalį
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Ištrinti adresatą/adresą
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Nauja trečioji šalis
      -MenuNewCustomer=Naujas klientas
      -MenuNewProspect=Naujas planas
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Naujas privatus asmuo
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Sukurkite trečią šalį (pardavėją)
       CreateThirdPartyOnly=Sukurti trečią šalį
      -CreateThirdPartyAndContact=Create a third party + a child contact
      +CreateThirdPartyAndContact=Sukurti trečią šalį + kontaktas
       ProspectionArea=Numatoma sritis
       IdThirdParty=Trečiosios šalies ID
       IdCompany=Įmonės ID
      @@ -25,22 +25,22 @@ ThirdPartyContact=Trečiosios šalies kontaktas/adresas
       Company=Įmonė
       CompanyName=Įmonės pavadinimas
       AliasNames=Pseudonimo pavadinimas (komercinis, prekės ženklas, ...)
      -AliasNameShort=Pseudonimas
      +AliasNameShort=Alias Name
       Companies=Įmonės
      -CountryIsInEEC=Šalis yra Europos Ekonominėje Bendrijoje
      -ThirdPartyName=Trečiosios šalies pavadinimas
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Trečioji šalis
      -ThirdParties=Trečiosios šalys
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Planai
       ThirdPartyProspectsStats=Planai
       ThirdPartyCustomers=Klientai
       ThirdPartyCustomersStats=Klientai
       ThirdPartyCustomersWithIdProf12=Klientai su %s arba %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Trečioji šalis tipas
      +ThirdPartyType=Type of company
       Individual=Privatus asmuo
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Motininė įmonė
       Subsidiaries=Dukterinės įmonės
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Pašto kodas
       Town=Miestas
       Web=WEB
       Poste= Pozicija
      -DefaultLang=Kalba pagal nutylėjimą
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=PVM nenaudojamas
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Pasiūlymai
      @@ -104,7 +104,7 @@ CustomerCodeModel=Kliento kodo modelis
       SupplierCodeModel=Vendor code model
       Gencod=Brūkšninis kodas
       ##### Professional ID #####
      -ProfId1Short=Prof ID 1
      +ProfId1Short=Juridinis kodas
       ProfId2Short=Prof ID 2
       ProfId3Short=Prof ID 3
       ProfId4Short=Prof ID 4
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Sintaksė galioja
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Šis klientas turi nuolaidą pagal nutylėjimą <b>%s
       CompanyHasNoRelativeDiscount=Šis klientas neturi santykinės nuolaidos pagal nutylėjimą
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Šis klientas dar turi kreditinių sąskaitų <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Nė vienas
      -Supplier=Tiekėjas
      +Supplier=Vendor
       AddContact=Sukurti kontaktą
       AddContactAddress=Sukurti kontaktą / adresą
       EditContact=Redaguoti adresatą
      @@ -303,22 +303,22 @@ AddThirdParty=Sukurti trečią šalį
       DeleteACompany=Ištrinti įmonę
       PersonalInformations=Asmeniniai duomenys
       AccountancyCode=Apskaitos sąskaita
      -CustomerCode=Kliento kodas
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kliento kodas
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kliento kodas, unikalus kiekvienam klientui
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Būtina, jei trečioji šalis yra klientas arba kandidatas
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Galiojimas kontroliuojamas modulio
      -ThisIsModuleRules=Šio modulio taisyklės
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Numatomas klientas susisiekti
       CompanyDeleted=Įmonė "%s" ištrinta iš duomenų bazės.
       ListOfContacts=Kontaktų/adresų sąrašas
       ListOfContactsAddresses=Kontaktų/adresų sąrašas
      -ListOfThirdParties=Trečiųjų šalių sąrašas
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Rodyti kontaktus
       ContactsAllShort=Visi (nėra filtro)
       ContactType=Kontakto tipas
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Šis kontaktas nėra kontaktas bet kuriam komerciniam pa
       NoContactForAnyContract=Šis kontaktas nėra kontaktas bet kuriai sutarčiai
       NoContactForAnyInvoice=Šis kontaktas nėra kontaktas bet kuriai sąskaitai-faktūrai
       NewContact=Naujas kontaktas
      -NewContactAddress=Naujas kontaktas/adresas
      +NewContactAddress=New Contact/Address
       MyContacts=Mano kontaktai
       Capital=Kapitalas
       CapitalOf=Kapitalas %s
       EditCompany=Redaguoti įmonę
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Patikrinti
      -VATIntraCheckDesc=Nuoroda <b>%s</b> leidžia paklausti Europos PVM tikrinimo paslaugas. Išorinė interneto prieiga iš serverio yra būtina.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Patikrinkite PVM Europos komisijos svetainėje
      -VATIntraManualCheck=Taip pat galite patikrinti rankiniu būdu Europos interneto svetainėje <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Tikrinimas negalimas. Tikrinimo paslauga nėra teikiama valstybės narės (%s).
      -NorProspectNorCustomer=Nei klientas, nei numatomas klientas
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personalas
       ProspectLevelShort=Potencialas
       ProspectLevel=Numatomų klientų potencialas
      @@ -387,12 +387,12 @@ ExportCardToFormat=Formuoti eksporto kortelę
       ContactNotLinkedToCompany=Kontaktas nėra susijęs su jokia trečiąja šalimi
       DolibarrLogin=Dolibarr prisijungimas
       NoDolibarrAccess=Nėra Dolibarr prieigos
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontaktai ir rekvizitai
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Kainos lygis
       DeliveryAddress=Pristatymo adresas
       AddAddress=Pridėti adresą
      @@ -402,16 +402,16 @@ DeleteFile=Ištrinti failą
       ConfirmDeleteFile=Ar tikrai norite ištrinti šį failą ?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizacija
      -FiscalYearInformation=Informacija apie finansinius metus
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Finansinių metų pirmas mėnuo
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Numatomų klientų sąrašas
      -ListCustomersShort=Klientų sąrašas
      -ThirdPartiesArea=Trečių šalių ir kontaktų sritis
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Viso unikalių trečiųjų šalių
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Atidaryta
       ActivityCeased=Uždarytas
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Dabartinė neapmokėta sąskaita-faktūra
       OutstandingBill=Neapmokėtų sąskaitų-faktūrų maksimumas
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Kodas yra nemokamas. Šis kodas gali būti modifikuotas bet kada.
       ManagingDirectors=Vadovo (-ų) pareigos (Vykdantysis direktorius (CEO), direktorius, prezidentas ...)
       MergeOriginThirdparty=Dubliuoti trečiąją šalį (trečiąją šalį, kurią norite ištrinti)
       MergeThirdparties=Sujungti trečiąsias šalis
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/lt_LT/errors.lang b/htdocs/langs/lt_LT/errors.lang
      index b6277a20632..a7c97b68da0 100644
      --- a/htdocs/langs/lt_LT/errors.lang
      +++ b/htdocs/langs/lt_LT/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Reikšmė '%s' turi neteisingą datos formatą
       ErrorWrongDate=Data yra neteisinga !
       ErrorFailedToWriteInDir=Nepavyko įrašyti į katalogą %s
       ErrorFoundBadEmailInFile=Rasta neteisinga elektroninio pašto sintaksė failo eilutėje %s (eilutės pavyzdys %s su e-paštas=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Kai kurie privalomi laukai nėra užpildyti.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Nepavyko sukurti aplanko. Įsitikinkite, kad web serverio vartotojas turi teisę rašyti į Dolibarr dokumentų aplanką. Jei parametras <b>safe_mode</b> yra įjungtas šio PHP, patikrinkite, ar Dolibarr PHP failai priklauso web serverio vartotojui (ar jų grupei).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Prašome užpildyti reikšmę pasirinkitam sąrašui
       ErrorNoValueForCheckBoxType=Prašome užpildyti reikšmę žymės laukelių sąrašui
       ErrorNoValueForRadioType=Prašome užpildyti reikšmę žymių (radio) sąrašui
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Laukelyje <b>%s</b> neturi būti specialiųjų simbolių
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Nėra aktyvaus apskaitos modulio
       ErrorExportDuplicateProfil=Profilio vardas jau egzistuoja šiam eksporto rinkiniui
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP derinimas nėra pilnas
       ErrorLDAPMakeManualTest=.ldif failas buvo sukurtas aplanke: %s. Pabandykite įkelti jį rankiniu būdu per komandinę eilutę, kad gauti daugiau informacijos apie klaidas
      -ErrorCantSaveADoneUserWithZeroPercentage=Negalima išsaugoti veiksmo su "Būklė nepradėta", jei laukelis "atliktas" taip pat užpildytas.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Nuoroda, naudojama sukūrimui, jau egzistuoja.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Nepavyko ištrinti įrašo. Jis jau naudojamas arba įtrauktas į kitą objektą.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=JavaScript turi būti neišjungtas, kad ši funkcija veiktų. Norėdami įjungti/išjungti JavaScript, eikite į meniu Pagrindinis-> Nustatymai->Ekranas.
       ErrorPasswordsMustMatch=Abu įvesti slaptažodžiai turi sutapti tarpusavyje
      -ErrorContactEMail=Įvyko techninė klaida. Kreipkitės į administratorių e-paštu <b>%s</b> ir pateikite klaidos kodą <b>%s</b> savo laiške, arba dar geriau, pridėkite šio puslapio ekrano kopiją.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Neteisinga laukelio numerio reikšmė <b>%s</b> (reikšmė '<b>%s</b>' neatitinka reguliarios išraiškos (regex) taisyklės <b>%s</b>)
       ErrorFieldValueNotIn=Neteisinga reikšmė laukelio numeriui <b>%s</b> (reikšmė '<b>%s</b>' nėra reikšmė galima laukeliui <b>%s</b> lentelėje <b>%s</b>
       ErrorFieldRefNotIn=Neteisinga reikšmė laukelio numeriui <b>%s</b> (reikšmė '<b>%s</b>' yra ne <b>%s</b> egzistuojanti nuoroda)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivirusinė programa negali patvirtinti failo (f
       ErrorSpecialCharNotAllowedForField=Specialūs simboliai neleidžiami laukelyje "%s"
       ErrorNumRefModel=Nuoroda yra į duomenų bazę (%s) ir yra nesuderinama su šiomis numeravimo tasyklėmis. Pašalinkite įrašą arba pervadinkite nuorodą, kad aktyvuoti šį modulį.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Maskavimo (mask) klaida
       ErrorBadMaskFailedToLocatePosOfSequence=Klaida, maskavimas be eilės numeris
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Klaida, bloga perkrovimo reikšmė
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Klaida. Pasirinkite bent vieną įrašą.
      -ErrorDeleteNotPossibleLineIsConsolidated=Ištrinti neįmanoma, nes įrašas yra susijęs su banko operacija, kuri suderinta
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s priskiriamas kitai trečiąjai šaliai
       ErrorFailedToSendPassword=Nepavyko išsiųsti slaptažodžio
       ErrorFailedToLoadRSSFile=Nepavyksta gauti RSS feed. Pabandykite pridėti konstantą MAIN_SIMPLEXMLLOAD_DEBUG, jei klaidų pranešimai nesuteikia pakankamai informacijos.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Vartotojas su prisijungimu <b>%s</b> nerastas
       ErrorLoginHasNoEmail=Šis vartotojas neturi e-pašto adreso. Procesas nutrauktas.
       ErrorBadValueForCode=Netinkama saugumo kodo reikšmė. Pabandykite dar kartą su nauja reikšme ...
       ErrorBothFieldCantBeNegative=Laukai %s ir %s negali būti abu neigiami
      +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=Vartotojo sąskaita <b>%s</b> naudojama web serverio vykdymui neturi leidimo tam.
       ErrorNoActivatedBarcode=Nėra įjungta brūkšninio kodo tipo
      @@ -138,7 +141,7 @@ ErrorBadFormat=Blogas formatas !
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Žymeklis tokiu pavadinimu ar šis tikslas (URL) ja
       WarningPassIsEmpty=Perspėjimas, duomenų bazės slaptažodis yra tuščias. Tai saugumo skylė. Jūs turite pridėti slaptažodį į savo duomenų bazę ir pakeisti savo conf.php failą to atspindėjimui.
       WarningConfFileMustBeReadOnly=Įspėjimas, Jūsų config failas (<b>htdocs/conf/conf.php</b>) gali būti perrašytas į web serverį. Tai rimta saugumo skylė. Pakeisti teises failui, kad būtų tik skaitymo režimas operacinės sistemos vartotojui naudojamam web serverio. Jei naudojate Windows ir FAT disko formatą, Jūs turite žinoti, kad ši failų sistema neleidžia pridėti teisių į failą, todėl negali būti visiškai saugi.
       WarningsOnXLines=Įspėjimai <b>%s</b> šaltinio įraše (-uose)
      -WarningNoDocumentModelActivated=Nėra įjungto modelio dokumentų generavimui. Bus pasirinktas modelis pagal nutylėjimą iki tol, kol patikrinsite modulio nustatymus.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Įspėjimas. Kai nustatymai yra baigti, Jūs turite išjungti įdiegimo/perkėlimo įrankius pridedant failą <b>install.lock</b> į aplanką <b>%s</b>. Šito failo nebuvimas yra saugumo skylė.
      -WarningUntilDirRemoved=Visi saugumo įspėjimai (matomi tik adminams) išliks aktyvūs tol, kol bus galimas pažeidžiamumas (arba konstanta MAIN_REMOVE_INSTALL_WARNING bus pridėta į Nustatymai-> Kiti).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Perspėjimas. Uždarymas padarytas, net jei suma skiriasi šaltinio ir tikslo elementuose. Įjunkite šią funkciją atsargiai.
       WarningUsingThisBoxSlowDown=Įspėjimas. Naudojant šią dėžutę sulėtėja visi puslapiai, rodantys šią dėžutę.
       WarningClickToDialUserSetupNotComplete=Nustatymo ClickToDial informacija savo vartotojui nėra išsamūs (žr. skirtuką ClickToDial savo vartotojo kortelėje).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/lt_LT/interventions.lang b/htdocs/langs/lt_LT/interventions.lang
      index 8059e2a5fc3..cbfb08fbb55 100644
      --- a/htdocs/langs/lt_LT/interventions.lang
      +++ b/htdocs/langs/lt_LT/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencijos
       InterventionCard=Intervencijos kortelė
       NewIntervention=Nauja intervencija
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Intervencijų sąrašas
       ActionsOnFicheInter=Intervencijos veiksmai
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/lt_LT/main.lang b/htdocs/langs/lt_LT/main.lang
      index c26d400de10..afef8b4e05c 100644
      --- a/htdocs/langs/lt_LT/main.lang
      +++ b/htdocs/langs/lt_LT/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Nepavyko išsiųsti laiško (siuntėjas=%s, gavėjas=%s)
       ErrorFileNotUploaded=Failas nebuvo įkeltas. Patikrinkite, ar jo dydis neviršija leistino, ar yra laisvos vietos diske ir ar jau nėra failo su tokiu pačiu pavadinimu šiame kataloge.
       ErrorInternalErrorDetected=Aptikta klaida
       ErrorWrongHostParameter=Neteisingas talpinimo parametras
      -ErrorYourCountryIsNotDefined=Jūsų šalis nėra apibrėžta. Eiti į Pagrindinis-Nustatymai-Redaguoti ir vėl užpildyti formą.
      -ErrorRecordIsUsedByChild=Nepavyko ištrinti šio įrašo. Šis įrašas yra naudojamas bent vieno iš jaunesnių įrašų.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Neteisinga reikšmė
       ErrorWrongValueForParameterX=Neteisinga parametro %s reikšmė
       ErrorNoRequestInError=Nėra užklausos dėl klaidos
      -ErrorServiceUnavailableTryLater=Paslauga neteikiama šiuo metu. Bandykite dar kartą vėliau.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Dubliuojanti reikšmė unikaliame lauke
      -ErrorSomeErrorWereFoundRollbackIsDone=Rastos kai kurios klaidos. Pakeitimai atšaukti.
      -ErrorConfigParameterNotDefined=Parametras <b>%s</b> nėra apibrėžta Dolibarr konfigūracijos faile <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Nepavyko rasti vartotojo <b>%s</b> Dolibarr duomenų bazėje.
       ErrorNoVATRateDefinedForSellerCountry=Klaida, nėra apibrėžtų PVM tarifų šaliai '%s'.
       ErrorNoSocialContributionForSellerCountry=Klaida, socialiniai / fiskaliniai mokesčiai neapibrėžti šaliai '%s'.
       ErrorFailedToSaveFile=Klaida, nepavyko išsaugoti failo.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Nustatyti datą
       SelectDate=Pasirinkti datą
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Failas buvo sėkmingai įkeltas
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Failas prikabinimui pasirinktas, bet dar nebuvo įkeltas. Paspauskite tam "Pridėti failą".
      -NbOfEntries=Įrašų skaičius
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Skaityti pagalbą
       RecordSaved=Įrašas išsaugotas
      @@ -94,7 +94,7 @@ Undefined=Neapibrėžtas
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Žiūrėti aukščiau
      -HomeArea=Pagrindinė sritis
      +HomeArea=Pagrindinis
       LastConnexion=Latest connection
       PreviousConnexion=Ankstesnis prisijungimas
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Uždarytas
       Closed2=Uždarytas
       NotClosed=Not closed
       Enabled=Įjungta
      +Enable=Įjungti
       Deprecated=Užprotestuotas
       Disable=Išjungti
       Disabled=Išjungtas
      @@ -153,7 +154,7 @@ Update=Atnaujinimas
       Close=Uždaryti
       CloseBox=Remove widget from your dashboard
       Confirm=Patvirtinti
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Ištrinti
       Remove=Pašalinti
       Resiliate=Terminate
      @@ -327,27 +328,27 @@ Copy=Kopijuoti
       Paste=Įklijuoti
       Default=Pagal nutylėjimą
       DefaultValue=Reikšmė pagal nutylėjimą
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Kaina
       PriceCurrency=Price (currency)
       UnitPrice=Vieneto kaina
       UnitPriceHT=Vieneto kaina (grynoji)
       UnitPriceHTCurrency=Unit price (net) (currency)
       UnitPriceTTC=Vieneto kaina
      -PriceU=U.P.
      -PriceUHT=U.P. (grynasis)
      +PriceU=Kaina vnt.
      +PriceUHT=Vnt. kaina (be PVM)
       PriceUHTCurrency=U.P (currency)
      -PriceUTTC=U.P. (įsk. mokesčius)
      +PriceUTTC=Vnt. kaina (su PVM)
       Amount=Suma
       AmountInvoice=Sąskaitos-faktūros suma
       AmountInvoiced=Amount invoiced
       AmountPayment=Mokėjimo suma
       AmountHTShort=Suma (grynoji)
      -AmountTTCShort=Suma (įskaitant mokesčius)
      -AmountHT=Suma (atskaičius mokesčius)
      -AmountTTC=Suma (įskaitant mokesčius)
      +AmountTTCShort=Suma (su PVM)
      +AmountHT=Suma (be PVM)
      +AmountTTC=Suma (su PVM)
       AmountVAT=Mokesčių suma
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -366,13 +367,13 @@ Total=Visas
       SubTotal=Tarpinė suma
       TotalHTShort=Iš viso (grynasis)
       TotalHTShortCurrency=Total (net in currency)
      -TotalTTCShort=Iš viso (įskaitant mokesčius)
      -TotalHT=Iš viso (atskaičius mokesčius)
      -TotalHTforthispage=Iš viso (atskaičius mokesčius) šiam puslapiui
      +TotalTTCShort=Iš viso (su PVM)
      +TotalHT=Iš viso (be PVM)
      +TotalHTforthispage=Iš viso (be PVM) šiam puslapiui
       Totalforthispage=Total for this page
      -TotalTTC=Iš viso (įskaitant mokesčius)
      -TotalTTCToYourCredit=Iš viso (įskaitant mokesčius) prie Jūsų kredito
      -TotalVAT=Iš viso mokesčių
      +TotalTTC=Iš viso (su PVM)
      +TotalTTCToYourCredit=Iš viso (su PVM) prie Jūsų kredito
      +TotalVAT=Iš viso PVM
       TotalVATIN=Total IGST
       TotalLT1=Iš viso mokesčių 2
       TotalLT2=Iš viso mokesčių 3
      @@ -380,11 +381,11 @@ TotalLT1ES=Iš viso RE
       TotalLT2ES=Iš viso IRPF
       TotalLT1IN=Total CGST
       TotalLT2IN=Total SGST
      -HT=Atskaityta mokesčių
      -TTC=Įtraukta mokesčių
      -INCVATONLY=Inc. VAT
      +HT=Atskaityta mokesčiai
      +TTC=Įtraukta mokesčiai
      +INCVATONLY=Su PVM
       INCT=Inc. all taxes
      -VAT=Pardavimo mokestis
      +VAT=PVM
       VATIN=IGST
       VATs=Pardavimų mokesčiai
       VATINs=IGST taxes
      @@ -428,7 +429,7 @@ ActionNotApplicable=Netaikomas
       ActionRunningNotStarted=Pradėti
       ActionRunningShort=In progress
       ActionDoneShort=Baigtas
      -ActionUncomplete=Nepilnas
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generuoti
       Duration=Trukmė
       TotalDuration=Bendra trukmė
       Summary=Suvestinė
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Prieinamas
       NotYetAvailable=Dar nėra prieinamas
      @@ -506,7 +507,7 @@ None=Nė vienas
       NoneF=Nė vienas
       NoneOrSeveral=None or several
       Late=Vėlai
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Nuotrauka
       Photos=Nuotraukos
      @@ -530,18 +531,6 @@ September=Rugsėjis
       October=Spalis
       November=Lapkritis
       December=Gruodis
      -JanuaryMin=Sau
      -FebruaryMin=Vas
      -MarchMin=Kov
      -AprilMin=Bal
      -MayMin=Geg
      -JuneMin=Bir
      -JulyMin=Lie
      -AugustMin=Rgp
      -SeptemberMin=Rgs
      -OctoberMin=Spa
      -NovemberMin=Lap
      -DecemberMin=Grd
       Month01=Sausis
       Month02=Vasaris
       Month03=Kovas
      @@ -646,6 +635,8 @@ SendMail=Siųsti e-laišką
       EMail=E-mail
       NoEMail=E-laiškų nėra
       Email=El. paštas
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nėra mobilaus telefono
       Owner=Savininkas
       FollowingConstantsWillBeSubstituted=Šios konstantos bus pakeistos atitinkamomis reikšmėmis
      @@ -677,7 +668,7 @@ NeverReceived=Niekada negautas
       Canceled=Atšauktas
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Spalva
       Documents=Susieti failai
       Documents2=Dokumentai
      @@ -716,15 +707,15 @@ Merge=Sujungti
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Rodyti puslapio pagrindinio turinio sritį spausdinimui
       MenuManager=Meniu vadovas
      -WarningYouAreInMaintenanceMode=Perspėjimas. Jūs esate serviso režime, todėl tik prisijungimas <b>%s</b> leidžiamas naudotis programa einamu momentu.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Sistemos klaida
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditinė kortelė
       ValidatePayment=Mokėjimą pripažinti galiojančiu
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Laukai su <b>%s</b> yra privalomi
      -FieldsWithIsForPublic=Laukai su <b>%s</b> yra rodomi viešame narių sąraše. Jei šito nenorite, išjunkite "public" langelį.
      -AccordingToGeoIPDatabase=(Pagal GeoIP konversiją)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Eilutė
       NotSupported=Nepalaikoma
       RequiredField=Reikalingas laukas
      @@ -732,6 +723,8 @@ Result=Rezultatas
       ToTest=Bandymas
       ValidateBefore=Kortelė turi būti patvirtinta prieš naudojant šią funkciją
       Visibility=Matomumas
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privatus
       Hidden=Paslėptas
       Resources=Ištekliai
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Sukurti projektą
       SetToDraft=Atgal į projektą
       ClickToEdit=Spausk redaguoti
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Pagal dieną
       BySalesRepresentative=Pagal pardavimo atstovą
       LinkedToSpecificUsers=Susieta su tam tikro vartotojo adresatu
       NoResults=Nėra rezultatų
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Sistemos įrankiai
       ModulesSystemTools=Modulių įrankiai
       Test=Bandymas
       Element=Elementas
       NoPhotoYet=Galimų nuotraukų dar nėra
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Atimamas
       from=nuo
       toward=būsimas
      @@ -802,7 +797,7 @@ PrintFile=Spausdinti failą %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Rodyti intervenciją
       ShowContract=Rodyti sutartį
      -GoIntoSetupToChangeLogo=Eiti į Pradžia - Nustatymai - Bendrovė, kad pakeisti logotipą arba eikite į Pradžia - Nustatymai - Ekranas, kad paslėpti.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Atmesti
       Denied=Atmestas
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Ištrinti eilutę
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Klasifikuoti su pateiktomis sąskaitomis-faktūromis
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalendorius
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Įvykiai
      -EMailTemplates=El.pašto pranešimų šablonai
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projektas
       Projects=Projektai
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Leidimai
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Pirmadienis
       Tuesday=Antradienis
      @@ -917,7 +921,7 @@ SearchIntoUsers=Vartotojai
       SearchIntoProductsOrServices=Products or services
       SearchIntoProjects=Projektai
       SearchIntoTasks=Uždaviniai
      -SearchIntoCustomerInvoices=Customer invoices
      +SearchIntoCustomerInvoices=Klientų sąskaitos faktūros
       SearchIntoSupplierInvoices=Vendor invoices
       SearchIntoCustomerOrders=Customer orders
       SearchIntoSupplierOrders=Purchase orders
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervencijos
       SearchIntoContracts=Sutartys
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Išlaidų ataskaitos
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Komentarai
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Visi
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Apmokėtas kieno
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Priskirtas
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/lt_LT/other.lang b/htdocs/langs/lt_LT/other.lang
      index 27b3d17dd53..d4c291a466e 100644
      --- a/htdocs/langs/lt_LT/other.lang
      +++ b/htdocs/langs/lt_LT/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Saugos kodas
       NumberingShort=N°
       Tools=Įrankiai
       TMenuTools=Įrankiai
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Gimimo diena
       BirthdayDate=Birthday date
       DateToBirth=Gimimo data
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Pranešimas patvirtinto mokėjimo grąžinimo puslapyje
       MessageKO=Pranešimas atšaukto mokėjimo grąžinimo puslapyje
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervencija patvirtinta
      -Notify_FICHINTER_SENTBYMAIL=Intervencija nusiųsta paštu
       Notify_ORDER_VALIDATE=Kliento užsakymas patvirtintas
       Notify_ORDER_SENTBYMAIL=Kliento užsakymas nusiųstas paštu
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Tiekėjo užsakymas išsiųstas paštu
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Tiekėjo užsakymas patvirtintas
       Notify_ORDER_SUPPLIER_REFUSE=Tiekėjo užsakymas atmestas
       Notify_PROPAL_VALIDATE=Kliento pasiūlymas patvirtintas
      -Notify_PROPAL_CLOSE_SIGNED=Kliento pasiūlymas uždarytas pasirašytas
      -Notify_PROPAL_CLOSE_REFUSED=Kliento pasiūlymas uždarytas po pasirašymo
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Komercinis pasiūlymas nusiųstas paštu
       Notify_WITHDRAW_TRANSMIT=Perdavimo atsiėmimas
       Notify_WITHDRAW_CREDIT=Kredito atšaukimas
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Trečioji šalis sukūrta
       Notify_COMPANY_SENTBYMAIL=Laiškai, siunčiami iš trečiosios šalies kortelės
       Notify_BILL_VALIDATE=Kliento sąskaita-faktūra patvirtinta
       Notify_BILL_UNVALIDATE=Kliento sąskaita-faktūra nepatvirtinta
      -Notify_BILL_PAYED=Kliento sąskaita-faktūra apmokėta
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Kliento sąskaita-faktūra atšaukta
       Notify_BILL_SENTBYMAIL=Kliento sąskaita-faktūra išsiųsta paštu
       Notify_BILL_SUPPLIER_VALIDATE=Tiekėjo sąskaita-faktūra patvirtinta
      -Notify_BILL_SUPPLIER_PAYED=Tiekėjo sąskaita-faktūra apmokėta
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Tiekėjo sąskaita-faktūra išsiųsta paštu
       Notify_BILL_SUPPLIER_CANCELED=Tiekėjo sąskaita-faktūra atšaukta
       Notify_CONTRACT_VALIDATE=Sutartis patvirtinta
       Notify_FICHEINTER_VALIDATE=Intervencija patvirtinta
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervencija nusiųsta paštu
       Notify_SHIPPING_VALIDATE=Pakrovimas patvirtintas
       Notify_SHIPPING_SENTBYMAIL=Pakrovimas (važtaraštis) išsiųstas paštu
       Notify_MEMBER_VALIDATE=Narys patvirtintas
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Projekto kūrimas
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Prikabintų failų/dokumentų skaičius
       TotalSizeOfAttachedFiles=Iš viso prikabintų failų/dokumentų dydis
       MaxSize=Maksimalus dydis
       AttachANewFile=Pridėti naują failą/dokumentą
       LinkedObject=Susietas objektas
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof ID%s</b> yra informacija, priklausoma nuo trečiosios šalies dalyvio šalies.<br>Pavyzdžiui, šaliai <b>%s</b>, jo kodas <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervencija %s buvo patvirtinta
       EMailTextInvoiceValidated=Sąskaita-faktūra %s buvo patvirtinta
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Pasiūlymas %s patvirtintas
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Užsakymas %s pripažintas galiojančiu
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Užsakymas %s buvo patvirtintas %s
       EMailTextOrderRefused=Užsakymas %s atmestas
       EMailTextOrderRefusedBy=Užsakymas %s atmestas %s
       EMailTextExpeditionValidated=Gabenimas %s pripažintas galiojančiu
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importavimo duomenų rinkinys
       DolibarrNotification=Automatinis pranešimas
       ResizeDesc=Įveskite naują plotį <b>arba</b> naują aukštį. Santykis bus išlaikomas keičiant dydį ...
      @@ -204,7 +212,7 @@ NewLength=Naujas plotis
       NewHeight=Naujas aukštis
       NewSizeAfterCropping=Naujas dydis po apkarpymo
       DefineNewAreaToPick=Pažymėti naują sritį ant paveikslėlio (paspauskite kairį pelės mygtuką ant nuotraukos, tada vilkite, kol pasieksite priešingą kampą)
      -CurrentInformationOnImage=Šis įrankis buvo sukurtas siekiant padėti keisti arba apkarpyti paveikslėlį. Tai informacija apie dabartinį redaguotą paveikslėlį.
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Paveikslėlio redaktorius
       YouReceiveMailBecauseOfNotification=Jūs gavote šį pranešimą, nes Jūsų e-pašto adresas įtrauktas į objektų, kurie turi būti informuoti apie kai kuriuos įvykius %s programose %s, sąrašą.
       YouReceiveMailBecauseOfNotification2=Šis įvykis yra sekantis:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Eksporto sritis
      diff --git a/htdocs/langs/lt_LT/projects.lang b/htdocs/langs/lt_LT/projects.lang
      index 39b55732516..f648ed87870 100644
      --- a/htdocs/langs/lt_LT/projects.lang
      +++ b/htdocs/langs/lt_LT/projects.lang
      @@ -33,14 +33,14 @@ 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=Rodyti projektą
       ShowTask=Rodyti užduotį
       SetProject=Nustatykite projektą
       NoProject=Nėra apibrėžto ar turimo projekto
      -NbOfProjects=Projektų skaičius
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Praleistas laikas
       TimeSpentByYou=Jūsų sugaištas laikas
       TimeSpentByUser=Vartotojo sugaištas laikas
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Komercinių pasiūlymų, susijusių su projektu, sąrašas
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Sudarytų sutarčių, susijusių su projektu, sąrašas
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Intervencijų, susijusių su projektu, sąrašas
      -ListExpenseReportsAssociatedProject=Išlaidų, susijusių su projektu, ataskaitų sąrašas.
      -ListDonationsAssociatedProject=Paaukotų lėšų, susijusių su projektu, sąrašas.
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Įvykių, susijusių su projektu, sąrašas
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Projekto užduotims sunaudoto laiko sąrašas.
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Užduotis %s sukurta
       TaskModifiedInDolibarr=Užduotis %s modifikuota
       TaskDeletedInDolibarr=Užduotis %s ištrinta
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Straipsnio autorius
       SelectElement=Pasirinkti elementą
       AddElement=Susieti su elementu
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planuojamas darbo krūvis
       PlannedWorkloadShort=Darbo krūvis
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projektai su šiuo vartotoju kaip kontaktu.
       TasksWithThisUserAsContact=Užduotys, priskirtos šiam vartotojui
       ResourceNotAssignedToProject=Nepriskirtas projektui
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Pasiūlymas
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/lv_LV/accountancy.lang b/htdocs/langs/lv_LV/accountancy.lang
      index 69d3bb0df97..c07fb461a57 100644
      --- a/htdocs/langs/lv_LV/accountancy.lang
      +++ b/htdocs/langs/lv_LV/accountancy.lang
      @@ -2,7 +2,7 @@
       Accounting=Grāmatvedība
       ACCOUNTING_EXPORT_SEPARATORCSV=Eksportējamā faila kolonnu atdalītājs
       ACCOUNTING_EXPORT_DATE=Eksportējamā faila datuma formāts
      -ACCOUNTING_EXPORT_PIECE=Export the number of piece
      +ACCOUNTING_EXPORT_PIECE=Eksportēt vienību skaitu
       ACCOUNTING_EXPORT_GLOBAL_ACCOUNT=Eksports ar globālo kontu
       ACCOUNTING_EXPORT_LABEL=Eksportēt etiķeti
       ACCOUNTING_EXPORT_AMOUNT=Eksporta summa
      @@ -38,6 +38,10 @@ GroupIsEmptyCheckSetup=Grupa ir tukša, pārbaudiet personalizētās grāmatved
       DetailByAccount=Parādīt detalizētu informāciju par kontu
       AccountWithNonZeroValues=Konti, kuriem nav nulles vērtības
       ListOfAccounts=Kontu saraksts
      +CountriesInEEC=Valstis EEK
      +CountriesNotInEEC=Valstis, kas nav EEK valstīs
      +CountriesInEECExceptMe=Valstis EEK, izņemot %s
      +CountriesExceptMe=Visas valstis, izņemot %s
       
       MainAccountForCustomersNotDefined=Galvenais grāmatvedības konts klientiem, kas nav definēti iestatījumos
       MainAccountForSuppliersNotDefined=Galvenais grāmatvedības konts piegādātājiem, kas nav definēti iestatījumos
      @@ -135,7 +139,7 @@ BANK_DISABLE_DIRECT_INPUT=Atspējot tiešu darījumu reģistrāciju bankas kont
       ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Iespējot eksporta projektu žurnālā
       
       ACCOUNTING_SELL_JOURNAL=Pārdošanas žurnāls
      -ACCOUNTING_PURCHASE_JOURNAL=Purchase journal
      +ACCOUNTING_PURCHASE_JOURNAL=Pirkuma žurnāls
       ACCOUNTING_MISCELLANEOUS_JOURNAL=Miscellaneous journal
       ACCOUNTING_EXPENSEREPORT_JOURNAL=Expense report journal
       ACCOUNTING_SOCIAL_JOURNAL=Sociālais žurnāls
      @@ -156,10 +160,11 @@ Docref=Atsauce
       LabelAccount=Konta nosaukums
       LabelOperation=Etiķetes darbība
       Sens=Sens
      +LetteringCode=Burtu kods
       Codejournal=Žurnāls
       NumPiece=Gabala numurs
       TransactionNumShort=Num. darījums
      -AccountingCategory=Personalized groups
      +AccountingCategory=Personalizētas grupas
       GroupByAccountAccounting=Grupēt pēc grāmatvedības konta
       AccountingAccountGroupsDesc=Šeit jūs varat definēt dažas grāmatvedības kontu grupas. Tie tiks izmantoti personificētiem grāmatvedības pārskatiem.
       ByAccounts=Pēc kontiem
      @@ -204,7 +209,7 @@ TotalVente=Total turnover before tax
       TotalMarge=Total sales margin
       
       DescVentilCustomer=Aplūkojiet šeit klienta rēķina līniju sarakstu, kas saistītas (vai nav) ar produktu grāmatvedības kontu
      -DescVentilMore=Vairumā gadījumu, ja jūs izmantojat iepriekš definētus produktus vai pakalpojumus, un produkta / pakalpojuma kartē norādiet konta numuru, programma varēs veikt visu saistību starp jūsu rēķina līnijām un jūsu kontu plāna grāmatvedības kontu, tikai vienu klikšķi, izmantojot pogu <strong> "%s" </ strong>. Ja konts nav iestatīts uz produktu / pakalpojumu kartēm vai ja jums joprojām ir dažas rindiņas, kurām nav saistības nevienā kontā, izvēlnē "<strong> %s </ strong>" būs jāveic manuāla piesaistīšana.
      +DescVentilMore=Vairumā gadījumu, ja jūs izmantojat iepriekš definētus produktus vai pakalpojumus, un produkta / pakalpojuma kartē norādiet konta numuru, programma varēs veikt visu saistību starp jūsu rēķina līnijām un jūsu kontu plāna grāmatvedības kontu, tikai vienu klikšķi, izmantojot pogu <strong> "%s" </ strong>. Ja konts nav iestatīts uz produktu / pakalpojumu kartēm vai ja jums joprojām ir dažas līnijas, kurām nav saistības ar kontu, izvēlnē "<strong> %s </ strong>" būs jāveic manuāla piesaistīšana.
       DescVentilDoneCustomer=Konsultējieties šeit ar rindu rēķinu klientu sarakstu un to produktu uzskaites kontu
       DescVentilTodoCustomer=Piesaistiet rēķina līnijas, kas vēl nav saistītas ar produkta grāmatvedības kontu
       ChangeAccount=Izmainiet produktu / pakalpojumu grāmatvedības kontu izvēlētajām līnijām ar šādu grāmatvedības kontu:
      @@ -221,6 +226,7 @@ AutomaticBindingDone=Automātiska piesaistīšana pabeigta
       
       ErrorAccountancyCodeIsAlreadyUse=Error, you cannot delete this accounting account because it is used
       MvtNotCorrectlyBalanced=Kustība nav pareizi sabalansēta. Debit = %s | Kredīts = %s
      +Balancing=Līdzsvarošana
       FicheVentilation=Iesiešanas kartiņa
       GeneralLedgerIsWritten=Darījumi ir rakstīti grāmatvedībā
       GeneralLedgerSomeRecordWasNotRecorded=Daži darījumi nevarēja tikt publicēti žurnālā. Ja nav citas kļūdas ziņojuma, iespējams, ka tie jau tika publicēti.
      @@ -232,7 +238,7 @@ NotYetAccounted=Vēl nav uzskaitīti virsgrāmatā
       
       ## Admin
       ApplyMassCategories=Pielietot masu sadaļas
      -AddAccountFromBookKeepingWithNoCategories=Pieejamais aprēķins vēl nav personalizētajā grupā
      +AddAccountFromBookKeepingWithNoCategories=Pieejamais konts, kas vēl nav personalizētajā grupā
       CategoryDeleted=Grāmatvedības konta kategorija ir noņemta
       AccountingJournals=Grāmatvedības žurnāli
       AccountingJournal=Grāmatvedības žurnāls
      @@ -247,7 +253,7 @@ AccountingJournalType5=Izdevumu pārskats
       AccountingJournalType8=Inventārs
       AccountingJournalType9=Ir jauns
       ErrorAccountingJournalIsAlreadyUse=Šis žurnāls jau ir izmantots
      -AccountingAccountForSalesTaxAreDefinedInto=Piezīme. Pārdošanas nodokļa grāmatvedības konts ir norādīts izvēlnē <b> %s </ b> - <b> %s </ b>.
      +AccountingAccountForSalesTaxAreDefinedInto=Piezīme. Pārdošanas nodokļa grāmatvedības konts ir norādīts izvēlnē <b> %s </b>- <b> %s </b>.
       
       ## Export
       ExportDraftJournal=Eksporta žurnāla projekts
      @@ -262,7 +268,8 @@ Modelcsv_quadratus=Export towards Quadratus QuadraCompta
       Modelcsv_ebp=Eksports uz EBP
       Modelcsv_cogilog=Eksportēt uz Cogilog
       Modelcsv_agiris=Eksports uz Agirisu
      -Modelcsv_configurable=Eksportēt konfigurējams
      +Modelcsv_configurable=Eksportēt CSV konfigurējamu
      +Modelcsv_FEC=Eksporta FEC (L47 A pants) (pārbaude)
       ChartofaccountsId=Kontu konts. Id
       
       ## Tools - Init accounting account on product / service
      @@ -289,18 +296,18 @@ Formula=Formula
       ## Error
       SomeMandatoryStepsOfSetupWereNotDone=Daži obligāti uzstādīšanas soļi nav pabeigti, lūdzu, aizpildiet tos
       ErrorNoAccountingCategoryForThisCountry=No accounting account group available for country %s (See Home - Setup - Dictionaries)
      -ErrorInvoiceContainsLinesNotYetBounded=Jūs mēģināt žurnalizēt dažas rindiņas <strong> %s </ strong>, bet citas rindas vēl nav saistītas ar grāmatvedības kontu. Visu rēķinu līniju žurnālu publicēšana par šo rēķinu tiek noraidīta.
      +ErrorInvoiceContainsLinesNotYetBounded=Jūs mēģināt žurnalizēt dažas rindiņas <strong> %s </strong>, bet citas rindas vēl nav saistītas ar grāmatvedības kontu. Visu rēķinu līniju žurnālu publicēšana par šo rēķinu tiek noraidīta.
       ErrorInvoiceContainsLinesNotYetBoundedShort=Dažas rēķina rindiņas nav saistītas ar grāmatvedības kontu.
       ExportNotSupported=Izveidotais eksporta formāts šajā lapā netiek atbalstīts
      -BookeppingLineAlreayExists=Jau esošas līnijas grāmatvedībā
      +BookeppingLineAlreayExists=Rindas, kas jau pastāv grāmatvedībā
       NoJournalDefined=Nav definēts žurnāls
       Binded=Līnijas saistītas
       ToBind=Rindiņas saistīt
      -UseMenuToSetBindindManualy=Autodekcija nav iespējama, izmantojiet izvēlni <a href="%s"> %s </a>, lai padarītu saistošu manuāli
      +UseMenuToSetBindindManualy=Līnijas, kas vēl nav saistītas, izmantojiet izvēlni <a href="%s"> %s </a>, lai padarītu saistošu manuāli
       
       ## Import
       ImportAccountingEntries=Grāmatvedības ieraksti
       
      -WarningReportNotReliable=Brīdinājums, šis pārskats nav balstīts uz grāmatvedi, tāpēc grāmatvedībā nav modificēta darījuma modificēšana. Ja žurnāls ir atjaunināts, grāmatvedības skats ir precīzāks.
      +WarningReportNotReliable=Brīdinājums. Šis pārskats nav balstīts uz grāmatvedi, tādēļ tajā nav darījumu, kas Manuāli ir manuāli modificēts. Ja žurnāls ir atjaunināts, grāmatvedības skats ir precīzāks.
       ExpenseReportJournal=Izdevumu atskaites žurnāls
       InventoryJournal=Inventāra žurnāls
      diff --git a/htdocs/langs/lv_LV/admin.lang b/htdocs/langs/lv_LV/admin.lang
      index de9d9d1b455..6273a2b5d82 100644
      --- a/htdocs/langs/lv_LV/admin.lang
      +++ b/htdocs/langs/lv_LV/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Attīstība
       VersionUnknown=Nezināms
       VersionRecommanded=Ieteicams
       FileCheck=Failu veseluma pārbaudītājs
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=Šis rīks ļauj pārbaudīt failu integritāti un jūsu lietojumprogrammas iestatījumus, salīdzinot katru failu ar oficiālo. Var pārbaudīt arī dažu iestatīšanas konstantes vērtību. Varat izmantot šo rīku, lai noteiktu, vai, piemēram, hacker ir modificējis dažus failus.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Failu integritātes pārbaude ir pagājusi, taču ir pievienoti daži jauni faili.
       FileIntegritySomeFilesWereRemovedOrModified=Failu integritātes pārbaude neizdevās. Daži faili tika mainīti, noņemti vai pievienoti.
       GlobalChecksum=Globālā kontrolsumma
       MakeIntegrityAnalysisFrom=Veiciet lietojumprogrammu failu integritātes analīzi no
      @@ -30,14 +30,14 @@ SessionSaveHandler=Pārdevējs, lai saglabātu sesijas
       SessionSavePath=Uzglabāšanas sesijas lokalizācija
       PurgeSessions=Iztīrīt sesijas
       ConfirmPurgeSessions=Vai jūs tiešām vēlaties iztīrītu visas sesijas? Tas atvienos katru lietotāju (izņemot sevi).
      -NoSessionListWithThisHandler=Saglabāt sesija apdarinātājs konfigurēts jūsu PHP neļauj uzskaitīt visas darbojošās sesijas.
      +NoSessionListWithThisHandler=Saglabāt sesijas apstrādātāju, kas konfigurēts jūsu PHP, neļauj uzskaitīt visas darbojas sesijas.
       LockNewSessions=Bloķēt jaunas sesijas
      -ConfirmLockNewSessions=Vai jūs tiešām vēlaties, ierobežot jebkuru jaunu Dolibarr savienojumu. Pēc tam varēs pieslēgties tikai lietotājs<b>%s</b>.
      +ConfirmLockNewSessions=Vai tiešām vēlaties ierobežot jebkuru jaunu Dolibarr savienojumu ar sevi? Pēc tam varēs izveidot savienojumu tikai lietotājs <b> %s </b>.
       UnlockNewSessions=Noņemt savienojuma bloķēšanu
       YourSession=Jūsu sesija
      -Sessions=Lietotāju sesija
      +Sessions=Lietotāju sesijas
       WebUserGroup=Web servera lietotājs/grupa
      -NoSessionFound=Jūsu PHP, šķiet, neļauj uzskaitīt aktīvās sesijas. Katalogs, ko izmanto sesiju saglabāšanai (<b>%s</b>), var būt aizsargāts (piemēram, ar OS atļaujām vai PHP direktīvu open_basedir).
      +NoSessionFound=Šķiet, ka jūsu PHP nepieļauj aktīvo sesiju uzskaitījumu. Sarakstu (<b> %s </b>) saglabātais katalogs var tikt aizsargāts (piemēram, ar OS atļaujām vai PHP direktīvu open_basedir).
       DBStoringCharset=Datu bāzes kodējuma datu uzglabāšanai
       DBSortingCharset=Datu bāzes rakstzīmju kopa, lai kārtotu datus
       ClientCharset=Klienta kodējums
      @@ -65,11 +65,11 @@ DictionarySetup=Vārdnīcas iestatījumi
       Dictionary=Vārdnīcas
       ErrorReservedTypeSystemSystemAuto=Vērtību "sistēma" un "systemauto" veida tiek aizsargātas. Jūs varat izmantot "lietotājs", kā vērtība, lai pievienotu savu ierakstu
       ErrorCodeCantContainZero=Kods nevar saturēt 0 vērtību
      -DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
      +DisableJavascript=Atspējot JavaScript un Ajax funkcijas (ieteicams neredzīgām personām vai teksta pārlūkiem)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Pagaidiet, kamēr nospiediet taustiņu, pirms ievietojat trešo pušu kombinēto sarakstu saturu (tas var palielināt veiktspēju, ja jums ir liels skaits trešo daļu, bet tas ir mazāk ērts).
      -DelaiedFullListToSelectContact=Pagaidiet, kamēr nospiedat taustiņu, pirms ievietojat kontaktpersonu saraksta saturu (tas var palielināt veiktspēju, ja jums ir liels skaits kontaktu, bet tas ir mazāk ērti).
      +DelaiedFullListToSelectCompany=Pagaidiet, kamēr tiek nospiests taustiņš, pirms ievietojat trešo pušu saraksta saturu. <br> Tas var palielināt veiktspēju, ja jums ir liels skaits trešo personu, taču tas ir mazāk ērti.
      +DelaiedFullListToSelectContact=Pagaidiet, līdz tiek nospiests taustiņš, pirms ievietojat kontaktpersonu saraksta saturu. <br> Tas var palielināt veiktspēju, ja jums ir liels kontaktpersonu skaits, bet tas ir mazāk ērti).
       NumberOfKeyToSearch=Rakstzīmju skaits, lai iedarbinātu meklēšanu: %s
       NotAvailableWhenAjaxDisabled=Nav pieejama, kad Ajax ir bloķēts
       AllowToSelectProjectFromOtherCompany=Trešās puses dokumentā var izvēlēties projektu, kas ir saistīts ar citu trešo personu
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Priekšskatījums nav pieejams
       ThemeCurrentlyActive=aktīvā tēma
       CurrentTimeZone=Laika josla PHP (servera)
       MySQLTimeZone=Laika zona MySql (datubāze)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Datus uzglabā un nodod atpakaļ datubāzes serverim tā, it kā tie tiktu turēti kā iesniegtā virkne. Laika josla ir spēkā tikai tad, ja tiek izmantota funkcija UNIX_TIMESTAMP (kuru nedrīkst izmantot Dolibarr, tāpēc datubāzei TZ nedrīkst būt nekādas ietekmes, pat ja tas ir mainīts pēc datu ievadīšanas).
       Space=Telpa
       Table=Tabula
       Fields=Lauki
      @@ -91,7 +91,7 @@ NextValueForInvoices=Nākošā vērtība (rēķini)
       NextValueForCreditNotes=Nākošā vērtība (kredīta piezīmes)
       NextValueForDeposit=Nākamā vērtība (pirmā iemaksa)
       NextValueForReplacements=Tālāk vērtība (nomaiņa)
      -MustBeLowerThanPHPLimit=Piezīme: jūsu PHP ierobežo katra failu augšupielādes lielumu, lai <b>%s</b> %s, neatkarīgi no šī parametra vērtība ir
      +MustBeLowerThanPHPLimit=Piezīme: jūsu PHP ierobežo katra failu augšupielādes lielumu <b>%s</b> %s, neatkarīgi no šī parametra vērtība ir
       NoMaxSizeByPHPLimit=Piezīme: Nav limits tiek noteikts jūsu PHP konfigurācijā
       MaxSizeForUploadedFiles=Maksimālais augšupielādējamo failu izmērs (0 nepieļaut failu augšupielādi)
       UseCaptchaCode=Izmantot grafisko kodu (CAPTCHA) pieteikšanās lapā
      @@ -126,8 +126,8 @@ PHPTZ=PHP servera Laika zona
       DaylingSavingTime=Vasaras laiks
       CurrentHour=PHP laiks (servera)
       CurrentSessionTimeOut=Pašreizējais sesijas taimauts
      -YouCanEditPHPTZ=Lai iestatītu citu PHP laika joslu (nav nepieciešams), varat mēģināt pievienot failu .htaccess ar tādu līniju kā "SetEnv TZ Europe / Paris"
      -HoursOnThisPageAreOnServerTZ=Brīdinājums, pretēji citiem ekrāniem, šīs lapas stundas neatrodas jūsu vietējā laika joslā, bet gan servera laika joslai.
      +YouCanEditPHPTZ=Lai iestatītu citu PHP laika joslu (nav nepieciešams), varat mēģināt pievienot .htaccess failu ar tādu līniju kā "SetEnv TZ Europe / Paris"
      +HoursOnThisPageAreOnServerTZ=Brīdinājums, pretēji citiem ekrāniem, šīs lapas stundas neatrodas jūsu vietējā laika joslā, bet servera laika joslā.
       Box=Logrīks
       Boxes=Logrīki
       MaxNbOfLinesForBoxes=Maksimālais logrīku līniju skaits
      @@ -144,14 +144,14 @@ SystemToolsArea=Sistēmas rīku iestatīšana
       SystemToolsAreaDesc=Šī sadaļa piedāvā administrēšanas funkcijas. Lietojiet izvēlni, lai izvēlētos funkciju kuru Jūs meklējat.
       Purge=Tīrīt
       PurgeAreaDesc=This page allows you to delete all files generated or stored by Dolibarr (temporary files or all files in <b>%s</b> directory). Using this feature is not necessary. It is provided as a workaround for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files generated by the web server.
      -PurgeDeleteLogFile=Dzēsiet žurnāla failus, tostarp <b> %s </ b>, kas definēti Syslog modulim (nav datu pazaudēšanas riska).
      -PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data)
      +PurgeDeleteLogFile=Dzēsiet žurnāla failus, tostarp <b> %s </b>, kas definēti Syslog modulim (nav datu pazaudēšanas riska).
      +PurgeDeleteTemporaryFiles=Dzēst visus pagaidu failus (nav datu pazaudēšanas riska)
       PurgeDeleteTemporaryFilesShort=Dzēst pagaidu failus
       PurgeDeleteAllFilesInDocumentsDir=Dzēst visus failus direktorijā <b>%s</b>. Pagaidu failus un arī datu bāzes rezerves dumpus, pievienotie faili pievienoti elementiem (trešās personas, rēķini, ...) un augšupielādēta ECM modulī tiks dzēsti.
       PurgeRunNow=Tīrīt tagad
       PurgeNothingToDelete=Nav mapes vai failu, kurus jādzēš.
       PurgeNDirectoriesDeleted=<b>%s</b> faili vai direktorijas dzēsti.
      -PurgeNDirectoriesFailed=Neizdevās izdzēst failus vai direktorijas <b> %s </ b>.
      +PurgeNDirectoriesFailed=Neizdevās izdzēst failus vai direktorijas <b>%s</b>.
       PurgeAuditEvents=Tīrīt visus drošības ierakstus
       ConfirmPurgeAuditEvents=Vai jūs tiešām vēlaties, lai iztīrīt visus drošības notikumus? Visi drošības žurnāli tiks dzēsti, nekādi citi dati netiks dzēsti.
       GenerateBackup=Izveidot rezerves kopiju
      @@ -186,33 +186,33 @@ NameColumn=Nosaukums kolonnas
       ExtendedInsert=Pagarināts INSERT
       NoLockBeforeInsert=Nav atslēga komandas ap INSERT
       DelayedInsert=Kavējas ieliktnis
      -EncodeBinariesInHexa=Šifrēt bināro datu heksadecimālo
      +EncodeBinariesInHexa=Šifrēt bināros datus heksadecimālajos
       IgnoreDuplicateRecords=Ignorēt dubulto ierakstu kļūdas (INSERT IGNORE)
       AutoDetectLang=Automātiski noteikt (pārlūka valoda)
       FeatureDisabledInDemo=Iespēja bloķēta demo versijā
       FeatureAvailableOnlyOnStable=Funkcija ir pieejama tikai oficiālajā stabilā versijā
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Logrīki ir sastāvdaļas, kas parāda informāciju, kuru varat pievienot, lai personalizētu dažas lapas. Varat izvēlēties starp widget parādīšanu, izvēloties mērķa lapu un noklikšķinot uz Aktivizēt, vai noklikšķinot uz atkritnes, lai to atspējotu.
       OnlyActiveElementsAreShown=Tikai elementus no <a href="%s">iespējotu moduļi</a> tiek parādīts.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      -ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=Ja to ļauj atļaujas jūsu failu sistēmā, varat izmantot šo rīku, lai izvietotu ārēju moduli. Tad modulis būs redzams cilnē <strong> %s </ strong>.
      +ModulesDesc=Moduļi / lietojumprogrammas nosaka, kādas funkcijas ir pieejamas programmatūrā. Daži moduļi pieprasa atļauju lietotājiem pēc moduļa aktivizēšanas. Noklikšķiniet uz ieslēgšanas / izslēgšanas pogas, lai iespējotu / atspējotu moduli / programmu.
      +ModulesMarketPlaceDesc=Jūs varat atrast vairāk moduļu, lai lejupielādētu ārējās tīmekļa vietnēs internetā ...
      +ModulesDeployDesc=Ja atļaujas jūsu failu sistēmā to atļauj, varat izmantot šo rīku, lai izvietotu ārēju moduli. Tad modulis būs redzams cilnē <strong> %s </ strong>.
       ModulesMarketPlaces=Atrastt ārējo lietotni / moduļus
       ModulesDevelopYourModule=Izstrādājiet savu lietotni / moduļus
      -ModulesDevelopDesc=Jūs varat attīstīt vai atrast partneri, kas izstrādās jums, jūsu personalizēto moduli
      -DOLISTOREdescriptionLong=Tā vietā, lai pārlūkotu <a href="https://www.dolistore.com"> www.dolistore.com </a> tīmekļa vietni, lai atrastu ārēju moduli, varat izmantot šo iegulto rīku, kas veic meklēšanu ārējā tirgus vieta jums (var būt lēns, nepieciešams interneta pieslēgums) ...
      +ModulesDevelopDesc=Varat arī izveidot savu moduli vai atrast partneri, lai to izveidotu jums.
      +DOLISTOREdescriptionLong=Tā vietā, lai pārlūkotu <a href="https://www.dolistore.com"> www.dolistore.com </a> tīmekļa vietni, lai atrastu ārēju moduli, varat izmantot šo iegulto rīku, kas veiks meklēšanu vietnē ārējā tirgus vieta jums (var būt lēns, nepieciešams interneta pieslēgums) ...
       NewModule=Jauns
       FreeModule=Bezmaksas
       CompatibleUpTo=Savietojams ar versiju %s
       NotCompatible=Šis modulis, šķiet, nav savietojams ar jūsu Dolibarr %s (Min %s - Max %s).
      -CompatibleAfterUpdate=Šis modulis prasa atjaunināt Dolibarr %s (Min %s - Max %s).
      +CompatibleAfterUpdate=Šis modulis prasa atjaunināt Dolibarr %s (Min %s - Maks %s).
       SeeInMarkerPlace=Skatiet Marketplace
       Updated=Atjaunots
       Nouveauté=Jaunums
       AchatTelechargement=Pirkt / lejupielādēt
       GoModuleSetupArea=Lai izvietotu / instalētu jaunu moduli, dodieties uz moduļa iestatīšanas apgabalu vietnē <a href="%s"> %s </a>.
       DoliStoreDesc=DoliStore ir oficiālā mājaslapa Dolibarr ERP / CRM papildus moduļiem
      -DoliPartnersDesc=Saraksts ar uzņēmumiem, kas piedāvā pielāgotus izstrādātus moduļus vai funkcijas (Piezīme: ikviens, kas pieredzējis PHP programmēšanu, var nodrošināt pielāgotu izstrādi atklātā pirmkoda projektam)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=Uzņēmumi, kas piedāvā pielāgotus izstrādātus moduļus vai funkcijas. <br> Piezīme: tā kā Dolibarr ir atvērtā koda programma, <i> ikviens </ i>, kurš ir pieredzējis PHP programmēšanā, var izveidot moduli.
      +WebSiteDesc=Ārējās vietnes vairākiem papildinājumiem (bez kodols) moduļiem ...
       DevelopYourModuleDesc=Daži risinājumi, lai izstrādātu savu moduli ...
       URL=Saite
       BoxesAvailable=Pieejamie logrīki
      @@ -227,9 +227,9 @@ Security=Drošība
       Passwords=Paroles
       DoNotStoreClearPassword=Neglabāt nešifrētas paroles datubāzē bet izmantot šifrētas (aktivizācija ieteicama)
       MainDbPasswordFileConfEncrypted=Datubāzes paroli šifrēti conf.php (aktivēt ieteicams)
      -InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
      +InstrucToEncodePass=Lai paroli šifrētu <b> conf.php </b> failā, nomainiet rindiņu <br><b> $ dolibarr_main_db_pass = "..."; </b>  <br>ar<br><b> $ dolibarr_main_db_pass = "crypted: %s"; </b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Ģenerēto PDF failu aizsardzība (aktivizēta NAV ieteicama, masveida pdf veidošanai)
      +ProtectAndEncryptPdfFiles=Radīto PDF failu aizsardzība NAV ieteicama (pārtraukumi masas PDF paaudzes)
       ProtectAndEncryptPdfFilesDesc=Aizsardzība PDF dokumentu saglabā to pieejamu lasīt un izdrukāt ar jebkuru PDF pārlūkprogrammu. Tomēr, rediģēšana un kopēšana nav iespējams vairs. Ņemiet vērā, ka, izmantojot šo funkciju veidojot kopējos apvienotos pdf nedarbojas (piemēram, neapmaksātiem rēķiniem). 
       Feature=Iespēja
       DolibarrLicense=Licence
      @@ -246,8 +246,8 @@ ExternalResources=Ārējie resursi
       SocialNetworks=Sociālie tīkli
       ForDocumentationSeeWiki=Par lietotāju vai attīstītājs dokumentācijas (Doc, FAQ ...), <br> ieskatieties uz Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=Attiecībā uz jebkuru citu jautājumu / palīdzēt, jūs varat izmantot Dolibarr forumu: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Šī sadaļa var palīdzēt jums, lai saņemtu palīdzības dienesta atbalstu Dolibarr programmai.
      -HelpCenterDesc2=Daži no šo pakalpojumu daļa ir pieejama <b>tikai angļu valodā.</b>
      +HelpCenterDesc1=Šeit ir daži resursi, lai iegūtu Dolibarr palīdzību un atbalstu.
      +HelpCenterDesc2=Daži no šiem resursiem ir pieejami tikai <b> angliski </b>.
       CurrentMenuHandler=Pašreizējais izvēlnes apstrādātājs
       MeasuringUnit=Mērvienības
       LeftMargin=Kreisā robeža
      @@ -262,31 +262,35 @@ NoticePeriod=Paziņojuma periods
       NewByMonth=Jauns pa mēnešiem
       Emails=E-pasti
       EMailsSetup=E-pastu iestatīšana
      -EMailsDesc=Šī lapa ļauj jums pārrakstīt jūsu PHP parametrus e-pasta nosūtīšanai. Vairumā gadījumu uz Unix / Linux OS, jūsu PHP iestatīšana ir pareiza, un šie parametri ir bezjēdzīgi.
      +EMailsDesc=Šī lapa ļauj jums ignorēt jūsu noklusējuma PHP parametrus e-pasta sūtīšanai. Vairumā gadījumu uz Unix / Linux OS, PHP iestatīšana ir pareiza, un šie parametri nav vajadzīgi.
       EmailSenderProfiles=E-pasta sūtītāju profili
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Ports (Pēc noklusējuma php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS serveris (Pēc noklusējuma php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Port (Nav noteikts uz PHP uz Unix, piemēram, sistēmas)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (Nav noteikts uz PHP uz Unix, piemēram, sistēmas)
      -MAIN_MAIL_EMAIL_FROM=Sūtītāja e-pasta ziņojums automātiskajiem e-pasta ziņojumiem (pēc noklusējuma lietotnē php.ini: <b> %s </ b>)
      -MAIN_MAIL_ERRORS_TO=Eemails, ko izmanto kļūdas gadījumā, atgriež e-pastus (laukos 'Kļūdas-To' e-pasta vēstulēs)
      -MAIN_MAIL_AUTOCOPY_TO= Nosūtīt sistemātiski visu nosūtīto e-pastu slēptu kopiju uz
      -MAIN_DISABLE_ALL_MAILS=Atspējot visus e-pasta sūtījumus (testēšanas nolūkos vai demos)
      +MAIN_MAIL_SMTP_PORT=SMTP / SMTPS ports (noklusējuma vērtība php.ini: <b> %s </b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (noklusējuma vērtība php.ini: <b> %s </b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS ports (nav definēts PHP uz Unix līdzīgām sistēmām)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS resursdators (nav definēts PHP uz Unix līdzīgām sistēmām)
      +MAIN_MAIL_EMAIL_FROM=Sūtītāja e-pasta ziņojums automātiskajiem e-pasta ziņojumiem (noklusējuma vērtība php.ini: <b> %s </b>)
      +MAIN_MAIL_ERRORS_TO=E-pasts, ko izmanto, lai kļūtu, atgriež e-pastus (laukos 'Kļūdas-To' e-pasta ziņojumos)
      +MAIN_MAIL_AUTOCOPY_TO= Kopija (Bcc) visi nosūtītie e-pasta ziņojumi uz
      +MAIN_DISABLE_ALL_MAILS=Atspējot visu e-pasta sūtīšanu (izmēģinājuma nolūkos vai demonstrācijās)
       MAIN_MAIL_FORCE_SENDTO=Nosūtiet visus e-pastus (nevis reāliem saņēmējiem, lai veiktu pārbaudes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Pievienojiet darbinieku lietotājus ar e-pasta adresi atļauto sarakstos
      -MAIN_MAIL_SENDMODE=Metode ko izmantot sūtot e-pastus
      -MAIN_MAIL_SMTPS_ID=SMTP ID ja autentificēšana nepieciešama
      -MAIN_MAIL_SMTPS_PW=SMTP parole ja autentificēšanās nepieciešama
      -MAIN_MAIL_EMAIL_TLS= Izmantot TLS (SSL) šifrēšanu
      -MAIN_MAIL_EMAIL_STARTTLS= Izmantot TLS (SSL) šifrēšanu
      -MAIN_DISABLE_ALL_SMS=Atslēgt visas SMS sūtīšanas (izmēģinājuma nolūkā vai demo)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Pievienojiet darbinieka lietotājus ar e-pasta adresi atļauto adresātu sarakstā
      +MAIN_MAIL_SENDMODE=E-pasta sūtīšanas veids
      +MAIN_MAIL_SMTPS_ID=SMTP ID (ja servera nosūtīšanai nepieciešama autentifikācija)
      +MAIN_MAIL_SMTPS_PW=SMTP parole (ja servera nosūtīšanai nepieciešama autentificēšana)
      +MAIN_MAIL_EMAIL_TLS=Izmantot TLS (SSL) šifrēšanu
      +MAIN_MAIL_EMAIL_STARTTLS=Izmantojiet TLS (STARTTLS) šifrēšanu
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Atspējot visas īsziņu sūtīšanas (testa nolūkos vai demos)
       MAIN_SMS_SENDMODE=Izmantojamā metode SMS sūtīšanai
      -MAIN_MAIL_SMS_FROM=Noklusētais sūtītāja tālruņa numurs SMS sūtīšanai
      -MAIN_MAIL_DEFAULT_FROMTYPE=Nosūtītāja e-pasts pēc noklusējuma manuālai sūtīšanai (lietotāja e-pasts vai uzņēmuma e-pasts)
      +MAIN_MAIL_SMS_FROM=Noklusētais sūtītāja tālruņa numurs SMS nosūtīšanai
      +MAIN_MAIL_DEFAULT_FROMTYPE=Noklusējuma sūtītāja e-pasta ziņojums manuālai sūtīšanai (lietotāja e-pasts vai uzņēmuma e-pasts)
       UserEmail=Lietotāja e-pasts
       CompanyEmail=Uzņēmuma e-pasts
       FeatureNotAvailableOnLinux=Iezīme nav pieejams Unix, piemēram, sistēmas. Pārbaudi savu sendmail programmai vietas.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=Ja šīs valodas tulkojums nav pabeigts vai jūs atradāt kļūdas, varat to labot, rediģējot failus katalogā <b> langs / %s </b> un iesniedziet izmaiņas vietnē www.transifex.com/dolibarr-association/dolibarr/.
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Moduļa iestatīšana
       ModulesSetup=Moduļu/Aplikāciju iestatīšana
      @@ -309,17 +313,17 @@ DoNotUseInProduction=Neizmantot produkcijā
       ThisIsProcessToFollow=Šie ir soļi, kas jāipilda:
       ThisIsAlternativeProcessToFollow=Tas ir alternatīvs iestatījums, lai apstrādātu manuāli:
       StepNb=Solis %s
      -FindPackageFromWebSite=Atrast paku, kas nodrošina iespēju,  kura jums ir nepieciešama (piemēram oficiālajā tīmekļa vietnē %s).
      +FindPackageFromWebSite=Atrodiet paketi, kurā ir norādītas vēlamās funkcijas (piemēram, oficiālajā tīmekļa vietnē %s).
       DownloadPackageFromWebSite=Lejupielādēt arhīvu (piem. no oficialās mājas lapas %s).
      -UnpackPackageInDolibarrRoot=Atarhivēt paku Dolibarr servera direktorijā, kas paredzēta Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Lai izvietotu / instalētu ārēju moduli, izpakojiet iepakotos failus serveru direktorijā, kas ir saistīts ar moduļiem: <b> %s </ b>
      -SetupIsReadyForUse=Moduļa izvietošana ir pabeigta. Tomēr jums ir jāiespējo un jāiestata modulis jūsu programmā, dodoties uz lapu, lai mainītu moduļu iestatījumus: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Ielieciet / noņemiet iepakotos failus servera direktorijā, kas veltīts Dolibarr: <b> %s </b>
      +UnpackPackageInModulesRoot=Lai izvietotu / instalētu ārējo moduli, izpakotu / izjauktu iepakotos failus ārējo moduļu servera direktorijā: <br> <b> %s </ b>
      +SetupIsReadyForUse=Moduļa izvietošana ir pabeigta. Tomēr savā pieteikumā ir jāiespējo un jāiestata modulis, dodoties uz lapu iestatīšanas moduļiem: <a href="%s"> %s </a>.
       NotExistsDirect=Alternatīva saknes direktorijs nav definēta.<br>
       InfDirAlt=Kopš 3 versijas, ir iespējams noteikt alternatīvu sakne directory.Tas ļauj jums saglabāt, tajā pašā vietā, papildinājumus un pielāgotas veidnes.<br> Jums tikai jāizveido direktoriju Dolibarr saknē (piemēram: custom).<br>
      -InfDirExample=<br> Pēc tam paziņojiet to failā <strong> conf.php </ strong> <br> $ dolibarr_main_url_root_alt = "/ custom" <br> <br> dolibarr_main_document_root_alt = '/ path / of / dolibarr / htdocs / custom' <br> Ja šīm rindiņām tiek komentētas ar "#", lai tās iespējotu, vienkārši izmainiet, noņemot "#" rakstzīmi.
      -YouCanSubmitFile=Šajā solī jūs varat iesniegt moduļu paketes zip failu šeit:
      +InfDirExample=<br> Pēc tam ierakstiet to failā <strong>conf.php </strong><br>$ dolibarr_main_url_root_alt = "/custom" <br>$dolibarr_main_document_root_alt = '/path/of/dolibarr/htdocs/ custom' <br> Ja šīm rindiņas ir komentētas ar "#", lai tās iespējotu, vienkārši noņemiet "#" simbolu.
      +YouCanSubmitFile=Varat arī augšupielādēt moduļa .zip failu paketi:
       CurrentVersion=Dolibarr pašreizējā versija
      -CallUpdatePage=Go to the page that updates the database structure and data: %s.
      +CallUpdatePage=Pārejiet uz lapu, kura atjaunina datu bāzes struktūru un datus: %s.
       LastStableVersion=Jaunākā stabilā versija
       LastActivationDate=Jaunākais aktivizācijas datums
       LastActivationAuthor=Jaunākais aktivizētāja autors
      @@ -329,7 +333,7 @@ WithCounter=Pārvaldīt skaitītāju
       GenericMaskCodes=Jūs varat ievadīt jebkuru numerācijas masku. Šajā maska, šādus tagus var izmantot: <br> <b>{000000}</b> atbilst skaitam, kas tiks palielināts par katru %s. Ievadīt tik daudz nullēm, kā vajadzīgajā garumā letes. Skaitītājs tiks pabeigts ar nullēm no kreisās puses, lai būtu tik daudz nullēm kā masku. <br> <b>{000000 000}</b> tāds pats kā iepriekšējais, bet kompensēt atbilst noteiktam skaitam pa labi uz + zīmi tiek piemērots, sākot ar pirmo %s. <br> <b>{000000 @ x}</b> tāds pats kā iepriekšējais, bet skaitītājs tiek atiestatīts uz nulli, kad mēnesī x ir sasniegts (x no 1 līdz 12, 0 vai izmantot agri no finanšu gada mēnešiem, kas noteiktas konfigurācijas, 99 vai atiestatīt uz nulli katru mēnesi ). Ja šis variants tiek izmantots, un x ir 2 vai vairāk, tad secība {gggg} {mm} vai {GGGG} {mm} ir arī nepieciešama. <br> <b>{Dd}</b> diena (no 01 līdz 31). <br> <b>{Mm}</b> mēnesi (no 01 līdz 12). <br> <b>{Yy}, {GGGG}</b> vai <b>{y}</b> gadu vairāk nekā 2, 4 vai 1 numuri. <br>
       GenericMaskCodes2=<b>{cccc}</b> the client code on n characters<br><b>{cccc000}</b> the client code on n characters is followed by a counter dedicated for customer. This counter dedicated to customer is reset at same time than global counter.<br><b>{tttt}</b> The code of third party type on n characters (see menu Home - Setup - Dictionary - Types of third parties). If you add this tag, the counter will be different for each type of third party.<br>
       GenericMaskCodes3=Visas citas rakstzīmes masku paliks neskartas.<br>Atstarpes nav atļautas.<br>
      -GenericMaskCodes4a=<u>Example on the 99th %s of the third party TheCompany, with date 2007-01-31:</u><br>
      +GenericMaskCodes4a=<u> Piemērs 99. %s no trešās personas TheCompany, ar datumu 2007-01-31: </u><br>
       GenericMaskCodes4b=<u>Piemērs trešā persona veidota 2007-03-01:</u><br>
       GenericMaskCodes4c=<u>Piemērs produkts veidots 2007-03-01:</u><br>
       GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC0701-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b><br><b>IN{yy}{mm}-{0000}-{t}</b> will give <b>IN0701-0099-A</b> if the type of company is 'Responsable Inscripto' with code for type that is 'A_RI'
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Apskatiet wiki lapu, lai uzzinātu visu dalībnieku un to orga
       UseACacheDelay= Kavēšanās caching eksporta atbildes sekundēs (0 vai tukšs bez cache)
       DisableLinkToHelpCenter=Paslēpt saites <b>"vajadzīga palīdzība vai atbalsts"</b> pieteikšanās lapā
       DisableLinkToHelp=Noslēpt saiti uz tiešsaistes palīdzību "<b>%s</b>"
      -AddCRIfTooLong=Nav automātiska iesaiņošanas, tādēļ, ja līnija ir no lapas uz dokumentiem, jo ​​pārāk ilgi, jums ir pievienot sev pārvadāšanas atdevi textarea.
      -ConfirmPurge=Vai jūs tiešām vēlaties, lai izpildītu šo attīrīta? <br> Tas izdzēsīs noteikti visus savus datu failus ar nekādi atjaunot to (ECM failus, pievienotos failus ...).
      +AddCRIfTooLong=Nav automātiskas teksta ietīšanas, pārāk garš teksts netiks parādīts dokumentos. Ja nepieciešams, lūdzu, pievienojiet teksta laukā tekstu.
      +ConfirmPurge=Vai tiešām vēlaties izpildīt šo tīrīšanu? <br> Tas neatgriezeniski izdzēsīs visus jūsu datu failus, tos nevarēs atjaunot (ECM faili, pievienoti faili ...).
       MinLength=Minimālais garums
       LanguageFilesCachedIntoShmopSharedMemory=Faili .lang ielādēti kopējā atmiņā
       LanguageFile=Valodas fails
      -ExamplesWithCurrentSetup=Piemēri ar pašreizējiem iestatījumiem
      +ExamplesWithCurrentSetup=Piemēri ar pašreizējo konfigurāciju
       ListOfDirectories=Saraksts OpenDocument veidnes katalogi
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Skaits ODT / ODS veidnes failiem atrast šajās katalogi
      +NumberOfModelFilesFound=ODT / ODS veidņu failu skaits, kas atrodams šajos katalogos
       ExampleOfDirectoriesForModelGen=Piemēri sintaksi: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Lai uzzinātu, kā izveidot savu odt dokumentu veidnes, pirms uzglabājot tos šajos katalogi, lasīt wiki dokumentus:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Galvenais, lai izmantotu Web Services (parametrs "doliba
       TestSubmitForm=Ievades testa forma
       ThisForceAlsoTheme=Izmantojot šo izvēlni vadītājs būs arī izmantot savu tēmu kāds ir lietotāja izvēles. Arī šī izvēlne vadītājs specializējies smartphones nav strādā uz visām viedtālrunis. Izmantot citu izvēlnes pārvaldnieku, ja jums rodas problēmas jums.
       ThemeDir=Izskata katalogs
      -ConnectionTimeout=Savienojuma taimauts
      +ConnectionTimeout=Savienojuma beigu laiks
       ResponseTimeout=Atbildes taimauts
       SmsTestMessage=Testa ziņojums no __ PHONEFROM__ to __ PHONETO__
       ModuleMustBeEnabledFirst=Modulim <b>%s</b> jābūt aktivizētam vispirms, ja jūs vēlaties izmantot šo funkciju.
       SecurityToken=Atslēga uz drošu saiti
      -NoSmsEngine=Nav SMS sūtītšanas iespēja pieejama. SMS sūtīšanas iespēja nav uzstādītas ar noklusējuma instalāciju (tāpēc, ka tas ir atkarīgs no ārēja piegādātāja), bet jūs varat atrast dažas sms sūtīšanas iespējas %s
      +NoSmsEngine=Nav pieejams SMS sūtītāju pārvaldnieks. SMS sūtītāju pārvaldnieks nav instalēts ar noklusējuma izplatīšanu, jo tas ir atkarīgs no ārējā piegādātāja, taču jūs varat atrast kādu no %s
       PDF=PDF
      -PDFDesc=Jūs varat iestatīt katru pasaules iespējas, kas saistītas ar PDF paaudzes
      +PDFDesc=Varat iestatīt katru globālo opciju, kas saistīta ar PDF ģenerēšanu
       PDFAddressForging=Noteikumi veidojot adreses lauku
       HideAnyVATInformationOnPDF=Slēpt visu ar pārdošanas nodokli / PVN saistīto informāciju par radīto PDF failu
       PDFRulesForSalesTax=Pārdošanas nodokļa / PVN noteikumi
       PDFLocaltax=Noteikumi par %s
      -HideLocalTaxOnPDF=Slēpt %s likmi pdf kolonnas nodokļu pārdošanas
      +HideLocalTaxOnPDF=Slēpt %s likmi pdf kolonnas nodokļu pārdošanā
       HideDescOnPDF=Slēpt produktu aprakstu radītos PDF
       HideRefOnPDF=Slēpt produktu ref. izveidotajos PDF
       HideDetailsOnPDF=Slēpt produktu līnijas detaļas izveidotajos PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametri, lai nodrošinātu drošas saites
       SecurityTokenIsUnique=Izmantojiet unikālu securekey parametrs katram URL
       EnterRefToBuildUrl=Ievadiet atsauci objektam %s
       GetSecuredUrl=Saņemt aprēķināto URL
      -ButtonHideUnauthorized=Slēpt pogas, kas nav pieejamas nevis rādīt tās pelēcīgas
      +ButtonHideUnauthorized=Slēpt pogas ne-admin lietotājiem, lai veiktu nesankcionētas darbības, nevis parādīt pelēkās pogas, kas ir atspējotas
       OldVATRates=Vecā PVN likme
       NewVATRates=Jaunā PVN likme
       PriceBaseTypeToChange=Pārveidot par cenām ar bāzes atsauces vērtību, kas definēta tālāk
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Izvēlēties sarakstu
       ExtrafieldSelectList = Izvēlieties kādu no tabulas
       ExtrafieldSeparator=Atdalītājs (nevis lauks)
       ExtrafieldPassword=Parole
      -ExtrafieldRadio=Radio pogas (tikai izvēlei)
      +ExtrafieldRadio=Radio pogas (tikai viena izvēle)
       ExtrafieldCheckBox=Izvēles rūtiņas
       ExtrafieldCheckBoxFromList=Izvēles rūtiņas no tabulas
       ExtrafieldLink=Saite uz objektu
       ComputedFormula=Aprēķinātais lauks
       ComputedFormulaDesc=Šeit varat ievadīt formulu, izmantojot citas objekta īpašības vai jebkuru PHP kodēšanu, lai iegūtu dinamisku aprēķinātu vērtību. Varat izmantot visas PHP saderīgās formulas, tostarp "?" nosacījumu operators un pēc globāla objekta: <strong> $ db, $ conf, $ langs, $ mysoc, $ user, $ object </ strong>. <br> <strong> BRĪDINĀJUMS </ strong>: tikai dažas $ objekts var būt pieejams. Ja jums ir vajadzīgas īpašības, kas nav ielādētas, vienkārši iegūstiet sev objektu savā formulā kā otrajā piemērā. <br> Izmantojot aprēķināto lauku, jūs nevarat ievadīt sev jebkādu vērtību no saskarnes. Arī tad, ja ir sintakses kļūda, formula var atgriezties neko. <br> <br> Formulas piemērs: <br> $ object-> id <10? ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2) <br> <br> Piemērs, lai atkārtoti ielādētu objektu <br> (($ reloadedobj = jauns Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj- rowid: $ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1' <br> <br> Cits piemērs formulas, lai piespiestu objekta un tā vecāka objekta slodzi: <br> (($ reloadedobj = jauns uzdevums ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = jauns projekts ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project )> 0))? $ secondloadedobj-> ref: 'Vecāks projekts nav atrasts'
      -ExtrafieldParamHelpPassword=Saglabājiet šo lauku tukša nozīmē, ka vērtība tiks saglabāta bez šifrēšanas (laukam jābūt tikai paslēptai ar zvaigznīti uz ekrāna). <br> Uzstādīt šeit vērtību "auto", lai izmantotu noklusējuma šifrēšanas kārtulu, lai saglabātu paroli datubāzē (pēc tam vērtība lasīt būs hash only, nekādā veidā noturēt sākotnējo vērtību)
      +ExtrafieldParamHelpPassword=Atstājot šo lauku tukšu, tas nozīmē, ka šī vērtība tiks saglabāta bez šifrēšanas (laukam jābūt paslēptai tikai ar zvaigznīti uz ekrāna). <br> Iestatiet 'auto', lai izmantotu noklusējuma šifrēšanas kārtulu, lai saglabātu paroli datubāzē (pēc tam vērtība lasīt būs ashh tikai, nav iespējams izgūt sākotnējo vērtību)
       ExtrafieldParamHelpselect=Vērtību sarakstam jābūt līnijām ar formāta atslēgu, vērtību (ja taustiņš nevar būt "0") <br> <br> piemēram: <br> 1, vērtība 1 <br> 2, vērtība 2 <br> kods3, vērtība3 < br> ... <br> <br> Lai sarakstu izveidotu atkarībā no cita papildinoša atribūtu saraksta: <br> 1, value1 | options_ <i> parent_list_code </ i>: parent_key <br> 2, value2 | options_ <i> parent_list_code </ i>: parent_key <br> <br> Lai saraksts būtu atkarīgs no cita saraksta: <br> 1, value1 | <i> parent_list_code </ i>: parent_key <br> 2, value2 | <i> parent_list_code </ i>: parent_key
       ExtrafieldParamHelpcheckbox=Vērtību sarakstam jābūt līnijām ar formāta atslēgu, vērtību (ja taustiņš nevar būt "0") <br> <br> piemēram: <br> 1, vērtība 1 <br> 2, vērtība 2 <br> 3, vērtība 3 < br> ...
       ExtrafieldParamHelpradio=Vērtību sarakstam jābūt līnijām ar formāta atslēgu, vērtību (ja taustiņš nevar būt "0") <br> <br> piemēram: <br> 1, vērtība 1 <br> 2, vērtība 2 <br> 3, vērtība 3 < br> ...
      @@ -432,39 +436,39 @@ DefaultLink=Noklusējuma saite
       SetAsDefault=Iestatīt kā noklusējumu
       ValueOverwrittenByUserSetup=Uzmanību, šī vērtība var pārrakstīt ar lietotāja konkrētu uzstādīšanas (katrs lietotājs var iestatīt savu clicktodial URL)
       ExternalModule=Ārējais modulis - Instalēts direktorijā %s
      -BarcodeInitForThirdparties=Masveida svītrkoda izveidošana trešajām personām
      +BarcodeInitForthird-parties=Masveida svītru kodu init trešajām personām
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
      -CurrentlyNWithoutBarCode=Pašlaik jums ir <strong> %s </ strong> ieraksts <strong> %s </ strong> %s bez marķējuma definēšanas.
      -InitEmptyBarCode=Init value for next %s empty records
      +CurrentlyNWithoutBarCode=Pašlaik jums ir <strong> %s </strong> ieraksts <strong> %s </strong> %s bez definēta svītrukoda.
      +InitEmptyBarCode=Sākotnējā vērtība nākamajiem %s tukšajiem ierakstiem
       EraseAllCurrentBarCode=Dzēst visas svītrkodu vērtības
       ConfirmEraseAllCurrentBarCode=Vai tiešām vēlaties dzēst visas svītrkodu vērtības ?
       AllBarcodeReset=Visas svītrkodu vērtības dzēstas
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=Svītrkoda moduļa iestatījumos nav iespējota neviena svītrkoda šablona.
       EnableFileCache=Iespējot faila kešu
       ShowDetailsInPDFPageFoot=Pievienojiet detalizētu informāciju PDF failu kājenē, piemēram, uzņēmuma adresi vai vadītāju vārdus (lai aizpildītu profesionālos identifikācijas datus, uzņēmuma kapitālu un PVN numuru).
      -NoDetails=Neviena detalizētā informācija nav iekļauta kājenē
      +NoDetails=Nav vairāk informācijas kājenē
       DisplayCompanyInfo=Rādīt uzņēmuma adresi
       DisplayCompanyManagers=Rādīt menedžeru vārdus
       DisplayCompanyInfoAndManagers=Rādīt uzņēmuma adresi un menedžeru vārdus
      -EnableAndSetupModuleCron=Ja vēlaties, lai šī atkārtotā rēķina izsūtīšana notiek automātiski, modulis * %s * ir jāaktivizē un jāuzstāda pareizi. Pretējā gadījumā rēķinu ģenerēšana no šī veidnes jāveic manuāli ar pogu * Izveidot *. Ņemiet vērā, ka pat tad, ja esat iespējojis automātisko ģenerēšanu, joprojām varat droši uzsākt manuālo ģenerēšanu. Dublikātu ģenerēšana par to pašu periodu nav iespējama.
      -ModuleCompanyCodeCustomerAquarium=%s, kam seko trešās puses klienta kods klienta grāmatvedības kodam
      -ModuleCompanyCodeSupplierAquarium=%s, kam seko trešās puses piegādātāja kods piegādātāja grāmatvedības kodam
      +EnableAndSetupModuleCron=Ja vēlaties, lai šis atkārtotās rēķins tiktu ģenerēts automātiski, modulis * %s * ir jāaktivizē un jāuzstāda pareizi. Pretējā gadījumā rēķinu ģenerēšana no šī veidnes jāveic manuāli, izmantojot pogu * Izveidot *. Ņemiet vērā, ka pat tad, ja esat iespējojis automātisko ģenerēšanu, joprojām varat droši uzsākt manuālo ģenerēšanu. Dublikātu ģenerēšana tajā pašā laika posmā nav iespējama.
      +ModuleCompanyCodeCustomerAquarium=%s, kam seko klienta kods klienta grāmatvedības kodam
      +ModuleCompanyCodeSupplierAquarium=%s, kam seko piegādātāja kods piegādātāja grāmatvedības kodam
       ModuleCompanyCodePanicum=Atgriezt tukšu grāmatvedības kodu.
       ModuleCompanyCodeDigitaria=Grāmatvedības kods ir atkarīgs no trešās puses koda. Kods sastāv no rakstzīmes "C" pirmajā pozīcijā, kam seko trešās puses pirmās 5 rakstzīmes.
       Use3StepsApproval=Pēc noklusējuma ir jābūt veidotam un apstiprinātam Pirkšanas pasūtījumam no 2 dažādiem lietotājiem (viens solis / lietotājs, lai izveidotu un viens solis / lietotājs apstiprinātu. Ņemiet vērā, ka, ja lietotājam ir gan atļauja izveidot un apstiprināt, viens solis / lietotājs būs pietiekams) . Ar šo opciju varat prasīt trešās pakāpes / lietotāja apstiprinājumu, ja summa ir lielāka par īpašo vērtību (tādēļ būs nepieciešami 3 soļi: 1 = validācija, 2 = pirmais apstiprinājums un 3 = otrais apstiprinājums, ja summa ir pietiekama). <br> Iestatiet, ka tas ir tukšs, ja pietiek vienam apstiprinājumam (2 pakāpieniem), ja tam vienmēr ir nepieciešams otrais apstiprinājums (3 pakāpieni).
       UseDoubleApproval=Izmantojiet 3 pakāpju apstiprinājumu, ja summa (bez nodokļiem) ir augstāka par ...
      -WarningPHPMail=BRĪDINĀJUMS: bieži vien labāk ir iestatīt izejošos e-pastus, lai izmantotu sava pakalpojumu sniedzēja e-pasta serveri, nevis noklusējuma iestatījumus. Daži e-pasta pakalpojumu sniedzēji (piemēram, Yahoo) neļauj sūtīt e-pastu no cita servera nekā viņu pašu serveris. Jūsu pašreizējā iestatīšana izmanto lietojumprogrammas serveri, lai nosūtītu e-pastu, nevis jūsu e-pasta pakalpojumu sniedzēja serveri, tādēļ daži saņēmēji (tie, kuri ir saderīgi ar ierobežojošo DMARC protokolu), jautās savam e-pasta pakalpojumu sniedzējam, ja viņi var pieņemt jūsu e-pastu un dažus e-pasta pakalpojumu sniedzējus (piemēram, Yahoo) var atbildēt "nē", jo serveris nav to serveris, tāpēc maz no jūsu nosūtītajiem e-pasta ziņojumiem var tikt pieņemti (uzmanīgi arī pie e-pasta pakalpojumu sniedzēja, kas sūta kvotu). <br> Ja jūsu e-pasta pakalpojumu sniedzējs (piemēram, Yahoo) ir šis ierobežojums, jums ir jāmaina e-pasta iestatīšana, lai izvēlētos citu metodi "SMTP serveris" un ievadiet SMTP serveri un akreditācijas datus, ko sniedz jūsu e-pasta pakalpojumu sniedzējs (lūdziet savam e-pasta pakalpojumu sniedzējam iegūt jūsu kontam SMTP akreditācijas datus).
      +WarningPHPMail=BRĪDINĀJUMS: bieži vien labāk ir iestatīt izejošos e-pastus, lai izmantotu sava pakalpojumu sniedzēja e-pasta serveri, nevis noklusējuma iestatījumus. Daži e-pasta pakalpojumu sniedzēji (piemēram, Yahoo) neļauj sūtīt e-pastu no cita servera, nevis no sava servera. Jūsu pašreizējā iestatīšana izmanto lietojumprogrammas serveri, lai nosūtītu e-pastu, nevis jūsu e-pasta pakalpojumu sniedzēja serveri, tādēļ daži adresāti (tie, kas ir saderīgi ar ierobežojošo DMARC protokolu), jautās savam e-pasta pakalpojumu sniedzējam, ja viņi var pieņemt jūsu e-pastu un dažus e-pasta pakalpojumu sniedzējus (piemēram, Yahoo) var atbildēt "nē", jo serveris nav viņu, tāpēc maz no jūsu nosūtītajiem e-pasta ziņojumiem var tikt pieņemti (uzmanieties arī no jūsu e-pasta pakalpojumu sniedzēja sūtīšanas kvotas). <br> Ja jūsu e-pasta pakalpojumu sniedzējs (piemēram, Yahoo) šis ierobežojums, jums ir jāmaina e-pasta iestatīšana, lai izvēlētos citu metodi "SMTP serveris" un ievadiet SMTP serveri un akreditācijas datus, ko sniedz jūsu e-pasta pakalpojumu sniedzējs (jautājiet savam e-pasta pakalpojumu sniedzējam, lai saņemtu sava konta SMTP akreditācijas datus).
       WarningPHPMail2=Ja jūsu e-pasta SMTP pakalpojumu sniedzējam ir jāierobežo e-pasta klients uz dažām IP adresēm (ļoti reti), tas ir jūsu ERP CRM lietojumprogrammas e-pasta lietotāja aģenta (MUA) IP adrese: <strong> %s </strong>.
       ClickToShowDescription=Noklikšķiniet, lai parādītu aprakstu
       DependsOn=Šim modulim nepieciešams modulis (-i)
      -RequiredBy=Šo moduli pieprasa modulis (-i)
      -TheKeyIsTheNameOfHtmlField=Šis ir HTML lauka nosaukums. Tam vajadzīgas tehniskas zināšanas, lai lasītu HTML lapas saturu, lai iegūtu lauka atslēgas nosaukumu.
      -PageUrlForDefaultValues=Šeit jāievada relatīvā lapas URL. Ja URL tiek iekļauti parametri, noklusējuma vērtības būs efektīvas, ja visi parametri ir vienādi. Piemēri:
      +RequiredBy=Šis modulis nepieciešams modulim (-ļiem)
      +TheKeyIsTheNameOfHtmlField=Šis ir HTML lauka nosaukums. Lai izlasītu HTML lapas saturu, ir nepieciešamas tehniskās zināšanas, lai iegūtu lauka atslēgas nosaukumu.
      +PageUrlForDefaultValues=Jums jāievada relatīvā lapas URL. Ja URL tiek iekļauti parametri, noklusējuma vērtības būs efektīvas, ja visi parametri ir vienādi. Piemēri:
       PageUrlForDefaultValuesCreate=<br> Veidā, lai izveidotu jaunu trešo personu, tas ir <strong> %s </ strong> <br> <br> Ja vēlaties tikai noklusējuma vērtību, ja url ir kāds parametrs, varat izmantot <strong> %s </ strong>
       PageUrlForDefaultValuesList=<br> Lapai, kas ir trešo pušu saraksts, tā ir <strong> %s </ strong> <br> <br> Ja vēlaties tikai noklusējuma vērtību, ja url ir kāds parametrs, varat izmantot <strong> %s </ strong>
       EnableDefaultValues=Iespējot personalizēto noklusēto vērtību izmantošanu
       EnableOverwriteTranslation=Iespējot pārrakstīto tulkojumu izmantošanu
      -GoIntoTranslationMenuToChangeThis=Taustiņam ir atrasts tulkojums ar šo kodu, tāpēc, lai mainītu šo vērtību, jums ir jāreģistrē fom Home-Setup-translation.
      +GoIntoTranslationMenuToChangeThis=Taustiņam ir atrasts tulkojums ar šo kodu. Lai mainītu šo vērtību, jums ir jārediģē no Home-Setup-translation.
       WarningSettingSortOrder=Brīdinājums, noklusējuma rūtiņu secības iestatīšana var radīt tehnisku kļūdu, apmeklējot saraksta lapu, ja lauks nav nezināma lauka. Ja rodas šāda kļūda, atgriezieties šajā lapā, lai noņemtu noklusējuma kārtošanas secību un atjaunotu noklusējuma darbību.
       Field=Lauks
       ProductDocumentTemplates=Dokumentu veidnes produkta dokumenta ģenerēšanai
      @@ -476,16 +480,18 @@ SendEmailsReminders=Sūtīt darba kārtībā atgādinājumus pa e-pastu
       davDescription=Pievienojiet komponents DAV serverim
       DAVSetup=DAV moduļa uzstādīšana
       DAV_ALLOW_PUBLIC_DIR=Iespējot publisko direktoriju (WebDav direktoriju bez nepieciešamības pieslēgties)
      -DAV_ALLOW_PUBLIC_DIRTooltip=Publiskais WebDav direktorijs ir WebDAV katalogs, kurā ikviens var piekļūt (lasīšanas un rakstīšanas režīmā), bez nepieciešamības / izmantot esošu lietotāja vārdu / paroli.
      +DAV_ALLOW_PUBLIC_DIRTooltip=Publiskā direktorija WebDav ir WebDAV katalogs, kuru ikvienam var piekļūt (lasīšanas un rakstīšanas režīmā), bez nepieciešamības / izmantot pašreizējo lietotāja vārdu / paroli.
      +DAV_ALLOW_ECM_DIR=Iespējot DMS / ECM moduļa saknes direktoriju (nepieciešams pieslēgums)
      +DAV_ALLOW_ECM_DIRTooltip=Saknes direktorija, kurā visi faili tiek manuāli augšupielādēti, izmantojot DMS / ECM moduli. Tāpat kā tīmekļa saskarnes funkcijai, lai piekļūtu tai, jums būs nepieciešama derīga ieeja / parole ar piešķirtajām atļaujām.
       # Modules
       Module0Name=Lietotāji un grupas
       Module0Desc=Lietotāju / Darbinieku un Grupu vadība
      -Module1Name=Trešās personas
      +Module1Name=Trešās puses
       Module1Desc=Uzņēmumu un kontaktinformācijas vadība (klientu, perspektīvu ...)
       Module2Name=Tirdzniecība
       Module2Desc=Komerciālā pārvaldība
       Module10Name=Grāmatvedība
      -Module10Desc=Vienkārši grāmatvedības pārskati (žurnāli, apgrozījums), pamatojoties uz datubāzes saturu. Neizmanto virsgrāmatu galdiņu.
      +Module10Desc=Vienkāršie grāmatvedības pārskati (žurnāli, apgrozījums), pamatojoties uz datubāzes saturu. Neizmanto virsgrāmatu galdiņu.
       Module20Name=Priekšlikumi
       Module20Desc=Komerc priekšlikumu vadība
       Module22Name=Masveida e-pasta sūtījumi
      @@ -511,13 +517,13 @@ Module52Desc=Krājumu pārvaldīšana (produkti)
       Module53Name=Pakalpojumi
       Module53Desc=Pakalpojumu vadība
       Module54Name=Līgumi / Abonementi
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Līgumu (pakalpojumu vai regulāru abonēšanas) vadība
       Module55Name=Svītrkodi
       Module55Desc=Svītrkodu vadība
       Module56Name=Telefonija
       Module56Desc=Telefonijas integrācija
      -Module57Name=Direct bank payment orders
      -Module57Desc=Standing orders and withdrawal management. Also includes generation of SEPA file for european countries.
      +Module57Name=Tiešie bankas maksājuma uzdevumi
      +Module57Desc=Tiešā debeta maksājuma uzdevumu pārvaldīšana. Tas ietver SEPA datnes izveidi Eiropas valstīm.
       Module58Name=NospiedLaiSavienotos
       Module58Desc=Integrācija ar ClickToDial sistēmas (zvaigznīte, ...)
       Module59Name=Bookmark4u
      @@ -528,10 +534,10 @@ Module75Name=Izdevumi un ceļojumu piezīmes
       Module75Desc=Izdevumi un ceļojumu piezīmju vadība
       Module80Name=Sūtījumi
       Module80Desc=Sūtījumu un piegādes rīkojumu vadība
      -Module85Name=Bankas un nauda
      +Module85Name=Bankas un skaidra nauda
       Module85Desc=Banku vai naudas kontu administrēšana
       Module100Name=Ārējā vietne
      -Module100Desc=Šis modulis ietver ārējo tīmekļa vietni vai lapu par Dolibarr izvēlnēm un apskatīt to uz Dolibarr rāmī
      +Module100Desc=Dolibarr izvēlnēs pievienojiet ārējās vietnes saiti, lai to skatītu Dolibarr rāmī
       Module105Name=Pastnieks un SPIP
       Module105Desc=Pastnieks vai SPIP saskarne loceklis moduli
       Module200Name=LDAP
      @@ -539,50 +545,50 @@ Module200Desc=LDAP direktoriju sinhronizācija
       Module210Name=PostNuke
       Module210Desc=PostNuke integrācija
       Module240Name=Datu eksports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Dolibarr datu eksportēšanas rīks (ar palīdzību)
       Module250Name=Datu imports
      -Module250Desc=Tool to import data in Dolibarr (with assistants)
      +Module250Desc=Instruments datu importēšanai Dolibarr (ar palīdzību)
       Module310Name=Dalībnieki
       Module310Desc=Fonda biedru vadība
       Module320Name=RSS barotne
       Module320Desc=Pievienot RSS plūsmu Dolibarr lapās
      -Module330Name=Grāmatzīmes
      -Module330Desc=Grāmatzīmju vadība
      -Module400Name=Projekti/Iespējas/Leads
      -Module400Desc=Projektu vadīšana, iespējas / vadība un / vai uzdevumi. Jūs varat arī piešķirt projektam jebkuru elementu (rēķins, pasūtījums, priekšlikums, iejaukšanās, ...) un iegūt projekta skatījumā šķērsvirzienu.
      +Module330Name=Grāmatzīmes un saīsnes
      +Module330Desc=Veidojiet īsceļus, vienmēr pieejamus, iekšējām vai ārējām lapām, kurām bieži piekļūstat
      +Module400Name=Projekti vai potenciālie pirkumi
      +Module400Desc=Projektu vadība, vadītāji / iespējas un / vai uzdevumi. Jūs varat arī piešķirt projektam jebkuru elementu (rēķins, pasūtījums, priekšlikums, iejaukšanās, ...) un iegūt projekta skatījumā šķērsvirzienu.
       Module410Name=Vebkalendārs
       Module410Desc=Web kalendāra integrācija
       Module500Name=Nodokļi un īpašie izdevumi
       Module500Desc=Citu izdevumu vadīšana (pārdošanas nodokļi, sociālie vai fiskālie nodokļi, dividendes, ...)
       Module510Name=Darbinieku algu izmaksa
      -Module510Desc=Ierakstiet un izpildiet savu darbinieku algu
      +Module510Desc=Ierakstiet un izsekojiet darbinieku maksājumus
       Module520Name=Aizdevums
      -Module520Desc=Management of loans
      +Module520Desc=Aizdevumu vadība
       Module600Name=Paziņojumi par biznesa pasākumiem
      -Module600Desc=Sūtīt paziņojumus par e-pastu (ko ieslēdz daži biznesa notikumi) lietotājiem (katram lietotājam iestatīta iestatīšana), trešo pušu kontaktpersonām (iestatīšana, kas noteikta katrā trešajā pusē) vai fiksētiem e-pasta ziņojumiem
      -Module600Long=Ņemiet vērā, ka šis modulis ir paredzēts, lai nosūtītu reāllaika e-pastus, kad notiek īpašs biznesa notikums. Ja jūs meklējat funkciju, lai nosūtītu atgādinājumus pa e-pastu no dienas kārtības notikumiem, dodieties uz moduļa darba kārtības iestatīšanu.
      +Module600Desc=Sūtiet e-pasta paziņojumus, ko aktivizē uzņēmējdarbības notikums, lietotājiem (katram lietotājam iestatīta iestatīšana), trešo pušu kontakti (iestatījums, kas noteikts katrā trešā puse) vai definētiem e-pasta ziņojumiem
      +Module600Long=Ņemiet vērā, ka šis modulis sūta e-pastus reāllaikā, kad rodas īpašs biznesa notikums. Ja jūs meklējat funkciju, lai nosūtītu e-pasta atgādinājumus par darba kārtības pasākumiem, dodieties uz moduļa darba kārtības iestatīšanu.
       Module610Name=Produkta varianti
      -Module610Desc=Ļauj izveidot produktu variantu, pamatojoties uz atribūtiem (krāsa, izmērs, ...)
      +Module610Desc=Produkta variantu veidošana (krāsa, izmērs utt.)
       Module700Name=Ziedojumi
       Module700Desc=Ziedojumu pārvaldība
       Module770Name=Izdevumu atskaites
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Izmaksu pārskatu pārvaldīšana un pieprasīšana (transportēšana, ēdināšana, ...)
       Module1120Name=Pārdevēja komerciāls piedāvājums
       Module1120Desc=Pieprasiet pārdevēju komerciālo priekšlikumu un cenas
       Module1200Name=Mantis
       Module1200Desc=Mantis integrācija
      -Module1520Name=Document Generation
      +Module1520Name=Dokumentu veidošana
       Module1520Desc=Mass mail document generation
      -Module1780Name=Tags/Categories
      +Module1780Name=Atslēgvārdi / sadaļas
       Module1780Desc=Izveidojiet tagus / kategoriju (produktus, klientus, pārdevējus, kontaktpersonas vai dalībniekus)
       Module2000Name=WYSIWYG redaktors
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Ļauj teksta laukus rediģēt, izmantojot CKEditor
       Module2200Name=Dinamiskas cenas
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Plānotie darbi
       Module2300Desc=Plānotais darbavietu vadība (alias cron vai chrono galds)
       Module2400Name=Pasākumi / darba kārtība
      -Module2400Desc=Izpildiet gatavotos un gaidītos notikumus. Ļaujiet lietojumprogrammām reģistrēt automātiskus notikumus izsekošanas nolūkos vai ierakstīt manuālus notikumus vai sarunas. Tas ir galvenais svarīgais modulis labam klientam vai piegādātāju saistību pārvaldībai.
      +Module2400Desc=Izsekot notikumus. Ļaujiet Dolibarr reģistrēt automātiskus notikumus izsekošanas nolūkos vai reģistrēt manuālus notikumus vai sanāksmes. Tas ir galvenais labais Klientu vai piegādātāju saistību pārvaldības modulis.
       Module2500Name=DMS / ECM
       Module2500Desc=Dokumentu vadības sistēma / elektroniskā satura vadība. Jūsu radīto vai saglabāto dokumentu automātiska organizēšana. Kopīgojiet tos pēc vajadzības.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,46 +596,50 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Dolibarr tīmekļa pakalpojumu klienta iespējošana (var tikt izmantota, lai nosūtītu datus / pieprasījumus ārējiem serveriem. Pašlaik tiek atbalstīti tikai piegādātāja pasūtījumi.)
       Module2700Name=Gravatar
      -Module2700Desc=Izmantot tiešsaistes Gravatar pakalpojumu (www.gravatar.com), lai parādītu fotogrāfijas lietotāju / dalībnieku (atrasts ar saviem e-pastiem). Nepieciešams interneta piekļuves
      +Module2700Desc=Izmantojiet Gravatar tiešsaistes pakalpojumu (www.gravatar.com), lai parādītu lietotāju / dalībnieku fotoattēlu (atrodams ar viņu e-pastu). Nepieciešama piekļuve internetam
       Module2800Desc=FTP klients
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP MaxMind pārveidošanu iespējas
       Module3100Name=Skaips
       Module3100Desc=Add a Skype button into card of users / third parties / contacts / members
       Module3200Name=Nemainīgi arhīvi
      -Module3200Desc=Aktivizējiet dažu biznesa notikumu žurnālu nemainīgā žurnālā. Notikumi tiek arhivēti reāllaikā. Žurnāls ir tabula ar ķēdes notikumiem, kurus var lasīt un eksportēt. Šis modulis dažās valstīs var būt obligāts.
      +Module3200Desc=Iespējojiet nemainīgu biznesa notikumu žurnālu. Notikumi tiek arhivēti reāllaikā. Žurnāls ir tikai lasāmu tabulu ķēdes notikumus, kurus var eksportēt. Šis modulis dažās valstīs var būt obligāts.
       Module4000Name=HRM
       Module4000Desc=Cilvēkresursu vadība (departamenta vadība, darbinieku līgumi un jūtas)
       Module5000Name=Multi-kompānija
       Module5000Desc=Ļauj jums pārvaldīt vairākus uzņēmumus
       Module6000Name=Darba plūsma
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=Darbplūsmas vadība (automātiska objekta izveide un / vai automātiska statusa maiņa)
       Module10000Name=Mājas lapas
       Module10000Desc=Izveidojiet publiskās vietnes ar WYSIWG redaktoru. Vienkārši uzstādiet savu tīmekļa serveri (Apache, Nginx, ...), lai norādītu uz īpašo Dolibarr direktoriju, lai to tiešsaistē varētu izmantot internetā ar savu domēna vārdu.
      -Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Name=Atvaļinājuma pieprasījumu pārvaldība
      +Module20000Desc=Atzīt un izsekot darbiniekiem atstāt pieprasījumus
       Module39000Name=Produktu partijas
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Daudzvalūtu
      +Module40000Desc=Izmantojiet alternatīvas valūtas cenās un dokumentos
       Module50000Name=Paybox
      -Module50000Desc=Modulis, lai piedāvātu tiešsaistes maksājuma lapu, kurā tiek pieņemti maksājumi ar kredītkarti / debetkarti, izmantojot PayBox. To var izmantot, lai jūsu klienti varētu veikt bezmaksas maksājumus vai maksājumus konkrētā Dolibarr objektā (rēķins, pasūtījums, ...)
      +Module50000Desc=Piedāvājiet klientiem PayBox tiešsaistes maksājumu lapu (kredītkartes / debetkartes). To var izmantot, lai jūsu klienti varētu veikt bezmaksas maksājumus vai maksājumus konkrētā Dolibarr objektā (rēķins, pasūtījums, ...)
       Module50100Name=Tirdzniecības punkts
      -Module50100Desc=Point of sales module (POS).
      +Module50100Desc=Pārdošanas moduļa vietne (POS).
      +Module50150Name=Tirdzniecības punkts
      +Module50150Desc=Tirdzniecības vietas modulis (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Modulis, lai piedāvātu tiešsaistes maksājuma lapu, kurā tiek pieņemti maksājumi, izmantojot PayPal (kredītkarte vai PayPal kredīts). To var izmantot, lai jūsu klienti varētu veikt bezmaksas maksājumus vai maksājumus konkrētā Dolibarr objektā (rēķins, pasūtījums, ...)
      +Module50200Desc=Piedāvājiet klientiem PayPal tiešsaistes maksājumu lapu (PayPal kontu vai kredītkartes / debetkartes). To var izmantot, lai jūsu klienti varētu veikt bezmaksas maksājumus vai maksājumus konkrētā Dolibarr objektā (rēķins, pasūtījums, ...)
       Module50400Name=Accounting (advanced)
       Module50400Desc=Grāmatvedības vadība (divkāršie ieraksti, atbalsta vispārējās un papildu grāmatiņas). Eksportēt virsgrāmatu vairākos citos grāmatvedības programmatūras formātos.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Tiešā druka (neatverot dokumentus), izmantojot Cups IPP saskarni (printerim jābūt redzamam no servera, un CUPS ir jāinstalē serverī).
       Module55000Name=Aptauja vai balsojums
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Modulis, lai izveidotu tiešsaistes aptaujas, aptaujas vai balsis (piemēram, Doodle, Studs, Rdvz, ...)
       Module59000Name=Malas
       Module59000Desc=Moduli, lai pārvaldītu peļņu
       Module60000Name=Komisijas
       Module60000Desc=Modulis lai pārvaldītu komisijas
       Module62000Name=Inkoterms
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Desc=Pievienojiet funkcijas, lai pārvaldītu Incoterms
       Module63000Name=Resursi
       Module63000Desc=Pārvaldīt resursus (printerus, automašīnas, istabu, ...), pēc tam varat dalīties ar notikumiem
       Permission11=Lasīt klientu rēķinus
      @@ -651,9 +661,9 @@ Permission32=Izveidot / mainīt produktus
       Permission34=Dzēst produktus
       Permission36=Skatīt/vadīt slēptos produktus
       Permission38=Eksportēt produktus
      -Permission41=Lasīt projektus un uzdevumus (kopējais projekts un projekti, ar kuriem esmu kontaktējies). Var arī ievadīt patērēto laiku man piešķirtajiem uzdevumiem (laika kontrolsaraksts)
      -Permission42=Izveidot / modificēt projektus (kopējais projekts un projekti, ar kuriem esmu kontaktējies). Var arī izveidot uzdevumus un piešķirt lietotājus projektam un uzdevumiem
      -Permission44=Dzēst projektus (dalīta projekts un projektu es esmu kontaktpersonai)
      +Permission41=Lasīt projektus un uzdevumus (kopīgs projekts un projekti, par kuriem es kontaktēju). Var arī ievadīt patērēto laiku man vai manai hierarhijai par piešķirtajiem uzdevumiem (laika kontrolsaraksts)
      +Permission42=Izveidojiet / modificējiet projektus (kopīgu projektu un projektus, par kuriem esmu kontaktējies). Var arī izveidot uzdevumus un piešķirt lietotājus projektam un uzdevumiem
      +Permission44=Dzēsiet projektus (kopīgots projekts un projekti, par kuriem es kontaktēju)
       Permission45=Eksportēt projektus
       Permission61=Lasīt intervences
       Permission62=Izveidot / mainīt intervences
      @@ -662,7 +672,7 @@ Permission67=Eksporta iejaukšanās
       Permission71=Lasīt dalībniekus
       Permission72=Izveidot/mainīt dalībniekus
       Permission74=Dzēst dalībniekus
      -Permission75=Setup types of membership
      +Permission75=Uzstādīt dalības veidus
       Permission76=Datu eksports
       Permission78=Lasīt abonementus
       Permission79=Izveidot/mainīt abonementus
      @@ -686,7 +696,7 @@ Permission109=Dzēst sūtījumus
       Permission111=Lasīt finanšu kontus
       Permission112=Izveidot/labot/dzēst un salīdzināt darījumus
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Vienkāršojiet darījumus
       Permission115=Eksportēt darījumus un kontu izrakstus
       Permission116=Pārvietot starp kontiem
       Permission117=Pārvaldīt pārbaudes dispečervadības
      @@ -694,22 +704,22 @@ Permission121=Skatīt trešās personas, kas saistītas ar lietotāju
       Permission122=Izveidot/labot trešās personas, kas saistītas ar lietotāju
       Permission125=Dzēst trešās personas, kas saistītas ar lietotāju
       Permission126=Eksportēt trešās puses
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Lasiet visus projektus un uzdevumus (arī privātos projektus, par kuriem es neesmu kontakts)
      +Permission142=Izveidojiet / modificējiet visus projektus un uzdevumus (arī privātos projektus, par kuriem es neesmu kontakts)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Lasīt pakalpojumu sniedzējus
       Permission147=Lasīt statistiku
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Ierakstiet kredītus / noraidiet tiešā debeta maksājuma uzdevumus
       Permission161=Apskatīt līgumus/subscriptions
       Permission162=Izveidot/labot līgumus/subscriptions
       Permission163=Activate a service/subscription of a contract
       Permission164=Disable a service/subscription of a contract
       Permission165=Dzēst līgumus/subscriptions
       Permission167=Eksportēt līgumus
      -Permission171=Read trips and expenses (yours and your subordinates)
      +Permission171=Lasīt ceļojumus un izdevumus (jūsu un jūsu padotajiem)
       Permission172=Izveidot/labot ceļojumu un izdevumus
       Permission173=Dzēst ceļojumus un izdevumus
       Permission174=Read all trips and expenses
      @@ -719,13 +729,13 @@ Permission181=Lasīt piegādātāju pasūtījumus
       Permission182=Izveidot/mainīt piegādātāju pasūtījumus
       Permission183=Apstiprināt piegādātāju pasūtījumus
       Permission184=Apstiprināt piegādātāja pasūtījumus
      -Permission185=Order or cancel supplier orders
      +Permission185=Pasūtiet vai atceliet piegādātāja pasūtījumus
       Permission186=Saņemt piegādātāju pasūtījumus
       Permission187=Aizvērt piegādātāja pasūtījumus
       Permission188=Atcelt piegādātāja pasūtījumus
       Permission192=Izveidot līnijas
       Permission193=Atcelt līnijas
      -Permission194=Lasīt joslas platums līnijām
      +Permission194=Lasīt joslas platuma līnijas
       Permission202=Izveidot ADSL savienojumu
       Permission203=Pasūtīt savienojumi pasūtījumi
       Permission204=Pasūtīt savienojumi
      @@ -750,12 +760,12 @@ Permission244=Skatīt saturu slēptām sadaļām
       Permission251=Lasīt citus lietotājus un grupas
       PermissionAdvanced251=Lasīt citus lietotājus
       Permission252=Lasīt atļaujas citiem lietotājiem
      -Permission253=Izveidot/mainīt citus lietotājus, grupas un tiesības
      +Permission253=Izveidojiet / modificējiet citus lietotājus, grupas un atļaujas
       PermissionAdvanced253=Izveidot/mainīt iekšējoss/ārējos lietotājus un atļaujas
       Permission254=Izveidot/mainīt ārējos lietotājus tikai
       Permission255=Mainīt citu lietotāju paroli
       Permission256=Izdzēst vai bloķēt citus lietotājus
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Paplašināt piekļuvi visām trešajām pusēm (ne tikai trešajām personām, kuras lietotājs ir pārdošanas pārstāvis). <br> Nav spēkā ārējiem lietotājiem (vienmēr vienīgi par sevi, par priekšlikumiem, rīkojumiem, rēķiniem, līgumiem uc) <br>projektiem (tikai noteikumi par projektu atļaujām, redzamību un uzdevumiem).
       Permission271=Lasīt CA
       Permission272=Lasīt rēķinus
       Permission273=Izrakstīt rēķinus
      @@ -765,7 +775,7 @@ Permission283=Dzēst kontaktus
       Permission286=Eksportēt kontaktus
       Permission291=Skatīt tarifus
       Permission292=Kas atļaujas par tarifiem
      -Permission293=Labot klientu tarifus
      +Permission293=Mainīt klientu tarifus
       Permission300=Lasīt svītrkodus
       Permission301=Izveidot / mainīt svītrkodus
       Permission302=Dzēst svītrkodus
      @@ -787,17 +797,15 @@ Permission401=Lasīt atlaides
       Permission402=Izveidot/mainīt atlaides
       Permission403=Apstiprināt atlaides
       Permission404=Dzēst atlaides
      -Permission501=Lasīt darba ņēmēju līgumus / algas
      -Permission502=Izveidot / mainīt darbinieku līgumus / algas
      -Permission511=Lasīt algu izmaksu
      -Permission512=Izveidojiet / labojiet algu izmaksu
      -Permission514=Dzēst algas
      +Permission511=Lasīt algu maksājumus
      +Permission512=Izveidojiet / modificējiet algu maksājumus
      +Permission514=Dzēst algu maksājumus
       Permission517=Eksportēt algas
      -Permission520=Read Loans
      -Permission522=Create/modify loans
      -Permission524=Delete loans
      -Permission525=Access loan calculator
      -Permission527=Export loans
      +Permission520=Lasīt aizdevumus
      +Permission522=Izveidot / labot aizdevumus
      +Permission524=Dzēst aizdevumus
      +Permission525=Piekļuves kredīta kalkulators
      +Permission527=Eksportēt kredītus
       Permission531=Lasīt pakalpojumus
       Permission532=Izveidot/mainīt pakalpojumus
       Permission534=Dzēst pakalpojumus
      @@ -808,11 +816,11 @@ Permission702=Izveidot/mainīt ziedojumus
       Permission703=Dzēst ziedojumus
       Permission771=Read expense reports (yours and your subordinates)
       Permission772=Create/modify expense reports
      -Permission773=Delete expense reports
      +Permission773=Dzēst izdevumu pārskatus
       Permission774=Read all expense reports (even for user not subordinates)
      -Permission775=Approve expense reports
      -Permission776=Pay expense reports
      -Permission779=Export expense reports
      +Permission775=Apstiprināt izdevumu pārskatus
      +Permission776=Apmaksāt izdevumu pārskatus
      +Permission779=Eksportēt izdevumu atskaites
       Permission1001=Lasīt krājumus
       Permission1002=Izveidot/labot noliktavas
       Permission1003=Dzēst noliktavas
      @@ -844,8 +852,8 @@ Permission1251=Palaist masveida importu ārējiem datiem datu bāzē (datu ielā
       Permission1321=Eksporta klientu rēķinus, atribūti un maksājumus
       Permission1322=Atkārtoti atvērt samaksāto rēķinu
       Permission1421=Eksportēt klientu pasūtījumus un atribūtus
      -Permission20001=Lasīt atvaļinājuma pieprasījumus (jūsu lapas un viens no jūsu padotajiem)
      -Permission20002=Izveidojiet / mainiet savus atvaļinājuma pieprasījumus (jūsu lapas un jūsu padotajiem)
      +Permission20001=Lasīt atvaļinājuma pieprasījumus (jūsu atvaļinājums un jūsu padoto atvaļinājums)
      +Permission20002=Izveidojiet / mainiet savus atvaļinājuma pieprasījumus (jūsu atvaļinājums un jūsu padotajiem atvaļinājums)
       Permission20003=Dzēst atvaļinājumu pieprasījumus
       Permission20004=Lasīt visus atvaļinājuma pieprasījumus (pat lietotājs nav pakļauts)
       Permission20005=Izveidot / mainīt atvaļinājumu pieprasījumus visiem (pat lietotājam nav padotajiem)
      @@ -880,8 +888,8 @@ Permission63001=Lasīt resursus
       Permission63002=Izveidot/labot resursus
       Permission63003=Dzēst resursus
       Permission63004=Saistīt resursus ar darba kārtības pasākumiem
      -DictionaryCompanyType=Trešo personu veidi
      -DictionaryCompanyJuridicalType=Juridiskais veids trešajām personām
      +DictionaryCompanyType=Trešo pušu veidi
      +DictionaryCompanyJuridicalType=Trešo pušu juridiskās formas
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=Valsts / province
       DictionaryRegion=Reģions
      @@ -894,7 +902,7 @@ DictionaryVAT=PVN likmes vai pārdošanas procentu likmes
       DictionaryRevenueStamp=Nodokļu zīmogu daudzums
       DictionaryPaymentConditions=Apmaksas noteikumi
       DictionaryPaymentModes=Maksājumu veidi
      -DictionaryTypeContact=Kontaktu/Adrešu veidi
      +DictionaryTypeContact=Kontaktpersonas adreses veidi
       DictionaryTypeOfContainer=Vietnes lapu / konteineru veids
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Papīra formāts
      @@ -908,11 +916,11 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalizētas grupas ziņojumiem
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Grāmatvedības žurnāli
      -DictionaryEMailTemplates=E-pastu paraugi
      +DictionaryEMailTemplates=E-pasta veidnes
       DictionaryUnits=Vienības
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Lapu veidi
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Atvaļinājumu veidi
      +DictionaryOpportunityStatus=Vadošais statuss projektu / vadībai
       DictionaryExpenseTaxCat=Izdevumu pārskats - transporta kategorijas
       DictionaryExpenseTaxRange=Izdevumu pārskats - diapazons pēc transporta kategorijas
       SetupSaved=Iestatījumi saglabāti
      @@ -920,45 +928,46 @@ SetupNotSaved=Iestatīšana nav saglabāta
       BackToModuleList=Atpakaļ uz moduļu sarakstu
       BackToDictionaryList=Atpakaļ uz vārdnīcu sarakstu
       TypeOfRevenueStamp=Nodokļu zīmoga veids
      -VATManagement=PVN Vadība
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold. End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Pēc noklusējuma piedāvātais PVN ir 0, ko var izmantot gadījumos, piemēram, asociācijās, idnividuālie komersanti.
      -VATIsUsedExampleFR=Francijā tas nozīmē uzņēmumus vai organizācijas, kurām ir reāla fiskālā sistēma (Vienkāršota īsta vai normāla reālā). Sistēma, kurā deklarē PVN.
      -VATIsNotUsedExampleFR=Francijā tas nozīmē asociācijas, kas nav deklarētas kā PVN, vai uzņēmumi, organizācijas vai brīvās profesijas, kas izvēlējušās mikrouzņēmumu fiskālo sistēmu (PVN franšīzes veidā) un maksā franšīzes PVN bez PVN deklarācijas. Šī izvēle rēķinos parādīs atsauci "CGI Neto PVN - art-293B".
      +VATManagement=Pārdošanas nodokļa vadība
      +VATIsUsedDesc=Pēc noklusējuma, veidojot izredzes, rēķinus, pasūtījumus utt., Pārdošanas nodokļa likme atbilst aktīvajam standarta noteikumam: <br> Ja pārdevējam nav jāmaksā pārdošanas nodoklis, tad Pārdošanas nodokļa noklusējums ir 0. Beigu punkts. <br> Ja (pārdevēja valsts = pircēja valsts), tad Pārdošanas nodoklis pēc noklusējuma ir vienāds ar Pārdošanas nodokli produkta pārdevējam valstī. Noteikuma beigas. <br> Ja pārdevējs un pircējs ir gan Eiropas Kopienā, gan preces ir ar transportu saistītas preces (pārvadājumi, nosūtīšana, aviokompānija), noklusējuma Pārdošanas nodoklis ir 0. Šis noteikums ir atkarīgs no pārdevēja valsts - lūdzu konsultējieties ar savu grāmatvedi. Pircējs maksā pārdošanas nodokli savā muitas iestādē savā valstī, nevis pārdevējam. Noteikuma beigas. <br> Ja pārdevējs un pircējs ir gan Eiropas Kopienā, gan pircējs nav uzņēmums (ar reģistrētu Kopienas iekšzemes pārdošanas nodokļa numuru), tad Pārdošanas nodoklis, neievērojot Pārdevēja valsts Pārdošanas nodokli . Noteikuma beigas. <br> Ja pārdevējs un pircējs ir gan Eiropas Kopienā, gan pircējs ir uzņēmums (ar reģistrētu Kopienas iekšējo pārdošanas nodokļa numuru), tad Pārdošanas nodoklis ir 0 pēc noklusējuma. Noteikuma beigas. <br> Jebkurā gadījumā ierosinātā noklusējuma vērtība ir Pārdošanas nodoklis = 0. Noteikuma beigas.
      +VATIsNotUsedDesc=Pēc noklusējuma ierosinātais pārdošanas nodoklis ir 0, ko var izmantot tādām lietām kā asociācijas, privātpersonas vai mazie uzņēmumi.
      +VATIsUsedExampleFR=Francijā tas nozīmē uzņēmumus vai organizācijas, kurām ir reāla fiskālā sistēma (Vienkāršota īsta vai normāla reālā). Sistēma, kurā tiek deklarēts pārdošanas nodoklis.
      +VATIsNotUsedExampleFR=Francijā tas nozīmē asociācijas, kas nav deklarētas par pārdošanas nodokli, vai uzņēmumi, organizācijas vai brīvās profesijas, kuras ir izvēlējušās mikrouzņēmumu fiskālo sistēmu (pārdošanas nodoklis franšīzē) un samaksājis franšīzes pārdošanas nodokli bez pārdošanas deklarācijas. Šī izvēle rēķinos parādīs atsauci "Nav piemērojams pārdošanas nodoklis - CGI art-293B".
       ##### Local Taxes #####
       LTRate=Likme
       LocalTax1IsNotUsed=Nelietot otru nodokli
      -LocalTax1IsUsedDesc=Izmantot otru nodokļu veidu (ne PVN)
      -LocalTax1IsNotUsedDesc=Neizmantojiet citu nodokļa veidu (ne PVN)
      +LocalTax1IsUsedDesc=Izmantojiet otra veida nodokļus (izņemot pirmo)
      +LocalTax1IsNotUsedDesc=Neizmantojiet cita veida nodokļus (izņemot pirmo)
       LocalTax1Management=Otrs nodokļa veids
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nelietot trešo nodokli
      -LocalTax2IsUsedDesc=Izmantojiet trešā veida nodokli (nav PVN)
      -LocalTax2IsNotUsedDesc=Neizmantojiet cita veida nodokļiem (izņemot PVN)
      +LocalTax2IsUsedDesc=Izmantojiet trešā veida nodokļus (izņemot pirmo)
      +LocalTax2IsNotUsedDesc=Neizmantojiet cita veida nodokļus (izņemot pirmo)
       LocalTax2Management=Trešais nodokļa veids
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE vadība
      -LocalTax1IsUsedDescES= RE līmenis pēc noklusējuma, veidojot izredzes, rēķini, rīkojumi uc sekot aktīvo standarta noteikums: <br> Ja te pircējs nav pakļauts RE, RE pēc noklusējuma = 0. Beigas varu. <br> Ja pircējs ir pakļauts RE tad RE pēc noklusējuma. Beigas varu. <br>
      -LocalTax1IsNotUsedDescES= Pēc noklusējuma ierosinātā RE ir 0. Beigas varu.
      -LocalTax1IsUsedExampleES= Spānijā tie ir profesionāļi, ņemot vērā dažas īpašas sadaļām Spānijas IAE.
      -LocalTax1IsNotUsedExampleES= Spānijā tie ir profesionāli un sabiedrībām un saskaņā ar dažiem sadaļām Spānijas IAE.
      -LocalTax2ManagementES= IRPF vadība
      -LocalTax2IsUsedDescES= RE līmenis pēc noklusējuma, veidojot izredzes, rēķini, rīkojumi uc sekot aktīvo standarta noteikums: <br> Ja pārdevējs nav pakļauta IRPF, tad IRPF pēc noklusējuma = 0. Beigas varu. <br> Ja pārdevējs ir pakļauta IRPF tad IRPF pēc noklusējuma. Beigas varu. <br>
      -LocalTax2IsNotUsedDescES= Pēc noklusējuma ierosinātā IRPF ir 0. Beigas varu.
      -LocalTax2IsUsedExampleES= Spānijā, ārštata un neatkarīgi profesionāļi, kas sniedz pakalpojumus un uzņēmumiem, kuri ir izvēlējušies nodokļu sistēmu moduļus.
      -LocalTax2IsNotUsedExampleES= Spānijā tie Bussines neattiecas uz nodokļu sistēmas moduļiem.
      +LocalTax1ManagementES=RE vadība
      +LocalTax1IsUsedDescES=RE-likme pēc noklusējuma, veidojot izredzes, rēķinus, pasūtījumus utt, atbilst aktīvajam standarta noteikumam: <br> Ja pircējs nav pakļauts RE, RE pēc noklusējuma = 0. Noteikuma beigas. <br> Ja pircējs tiek pakļauts RE, tad RE pēc noklusējuma. Noteikuma beigas. <br>
      +LocalTax1IsNotUsedDescES=Pēc noklusējuma ierosinātā RE ir 0. Beigas varu.
      +LocalTax1IsUsedExampleES=Spānijā tie ir profesionāļi, ņemot vērā dažas īpašas sadaļām Spānijas IAE.
      +LocalTax1IsNotUsedExampleES=Spānijā tie ir profesionāli un sabiedrībām un saskaņā ar dažiem sadaļām Spānijas IAE.
      +LocalTax2ManagementES=IRPF vadība
      +LocalTax2IsUsedDescES=IRPF likme pēc noklusējuma, veidojot izredzes, rēķinus, pasūtījumus utt, atbilst aktīvajam standarta noteikumam: <br> Ja pārdevējs nav pakļauts IRPF, tad IRPF pēc noklusējuma = 0. Noteikuma beigas. <br> Ja pārdevējs ir pakļauts IRPF, tad IRPF pēc noklusējuma. Noteikuma beigas. <br>
      +LocalTax2IsNotUsedDescES=Pēc noklusējuma ierosinātā IRPF ir 0. Beigas varu.
      +LocalTax2IsUsedExampleES=Spānijā, ārštata un neatkarīgi profesionāļi, kas sniedz pakalpojumus un uzņēmumiem, kuri ir izvēlējušies nodokļu sistēmu moduļus.
      +LocalTax2IsNotUsedExampleES=Spānijā šie uzņēmumi nav pakļauti moduļu nodokļu sistēmai.
       CalcLocaltax=Reports on local taxes
      -CalcLocaltax1=Sales - Purchases
      +CalcLocaltax1=Pārdošana - pirkumi
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      -CalcLocaltax2=Purchases
      +CalcLocaltax2=Pirkumi
       CalcLocaltax2Desc=Local Taxes reports are the total of localtaxes purchases
       CalcLocaltax3=Pārdošanas
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label izmantots pēc noklusējuma, ja nav tulkojuma var atrast kodu
       LabelOnDocuments=Dokumentu marķējums
      -NbOfDays=dienu sk
      +LabelOrTranslationKey=Uzlīme vai tulkošanas taustiņš
      +NbOfDays=Dienu skaits
       AtEndOfMonth=mēneša beigās
       CurrentNext=Pašreizējais / nākamais
       Offset=Kompensācija
      @@ -996,16 +1005,16 @@ Skin=Izskats
       DefaultSkin=Noklusētais izskats
       MaxSizeList=Maksimālais saraksta garums
       DefaultMaxSizeList=Noklusētais maksimālais sarakstu garums
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Īsu saraksta noklusējuma maksimālais garums (t.i., klienta kartē)
       MessageOfDay=Dienas ziņa
       MessageLogin=Iežurnalēšanās lapas paziņojums
       LoginPage=Pieteikšanās lapa
       BackgroundImageLogin=Fona attēls
       PermanentLeftSearchForm=Pastāvīgā meklēšanas forma kreisajā izvēlnē
      -DefaultLanguage=Noklusējuma izmantošanas valoda (valodas kods)
      +DefaultLanguage=Noklusējuma izmantojamā valoda (valodas kods)
       EnableMultilangInterface=Iespējot daudzvalodu interfeisu
       EnableShowLogo=Rādīt logotipu kreisajā izvēlnē
      -CompanyInfo=Uzņēmuma / organizācijas informācija
      +CompanyInfo=Uzņēmums / organizācija
       CompanyIds=Uzņēmuma / organizācijas identitāte
       CompanyName=Nosaukums
       CompanyAddress=Adrese
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Bankas konta īpašnieks %s
       BankModuleNotActive=Bankas kontu modulis nav ieslēgts
       ShowBugTrackLink=Rādīt saiti "<strong> %s </strong>"
       Alerts=Brīdinājumi
      -DelaysOfToleranceBeforeWarning=Pielaide kavēšanās pirms brīdinājums
      -DelaysOfToleranceDesc=Šis ekrāns ļauj definēt nepanesamas kavēšanos, pirms brīdinājums tiek ziņots uz ekrāna ar Piktogramma %s par katru nokavēto elementam.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (dienās) pirms brīdinājuma par projektu, kas nav slēgts laikā
      -Delays_MAIN_DELAY_TASKS_TODO=Kavējuma atlikšana (dienās) pirms brīdinājuma par plānotajiem uzdevumiem (projekta uzdevumi) vēl nav pabeigta
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Kavēšanās pielaide (dienās) pirms brīdinājums par priekšlikumiem, lai aizvērtu
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Kavēšanās pielaide (dienās) pirms brīdinājumu par priekšlikumiem nav jāmaksā
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance kavēšanās (dienās) pirms brīdinājumu par pakalpojumiem, lai aktivizētu
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance kavēšanās (dienās) pirms brīdinājumu par beidzies pakalpojumiem
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance kavēšanās (dienās) pirms brīdinājumu par nesamaksāto piegādātāja rēķiniem
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Neiecietības kavēšanās (dienās) pirms brīdinājumu par neapmaksātiem klientu rēķiniem
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance kavēšanās (dienās) pirms brīdinājumu par kamēr banku samierināšanās
      -Delays_MAIN_DELAY_MEMBERS=Tolerance kavēšanās (dienās) pirms brīdinājumu par novēlotu dalības maksa
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance kavēšanās (dienās) pirms brīdinājumu par pārbaudēm, depozītu darīt
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=Divas obligātās iestatīšanas darbības ir šādas darbības (divi pirmie ieraksti kreisajā iestatīšanas izvēlnē):
      -SetupDescription3=Iestatījumi izvēlnē <a href="%s"> %s -> %s </a>. Šis solis ir nepieciešams, jo tas nosaka datus, kas tiek izmantoti Dolibarr ekrānos, lai pielāgotu programmatūras noklusējuma darbību (piemēram, attiecībā uz valsti saistītām funkcijām).
      -SetupDescription4=Iestatījumi izvēlnē <a href="%s"> %s -> %s </a>. Šis solis ir nepieciešams, jo Dolibarr ERP / CRM ir vairāku moduļu / lietojumprogrammu kopums, kas ir vairāk vai mazāk neatkarīgi. Jaunas iespējas tiek pievienotas izvēlnēm katram aktivētajam modulim.
      -SetupDescription5=Citas izvēlnes ieraksti pārvaldīt izvēles parametrus.
      +DelaysOfToleranceBeforeWarning=Kavēšanās pirms brīdinājuma brīdinājuma parādīšanas
      +DelaysOfToleranceDesc=Šis ekrāns ļauj definēt kavēšanos, pirms brīdinājums tiek parādīts ekrānā ar ikonu %s katram vēlīnam elementam.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Kavēšanās (dienās) pirms brīdinājuma par plānotajiem pasākumiem (darba kārtības notikumi) vēl nav pabeigta
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Kavēšanās (dienās) pirms brīdinājuma par projektu, kas nav slēgts laikā
      +Delays_MAIN_DELAY_TASKS_TODO=Kavēšanās (dienās) pirms brīdinājuma par plānotajiem uzdevumiem (projekta uzdevumi) vēl nav pabeigta
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Kavējums (dienās) pirms brīdinājuma par pasūtījumiem, kas vēl nav apstrādāti
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Vēl aizkavēšanās (dienās) pirms brīdinājuma par pirkuma pasūtījumiem, kas vēl nav apstrādāti
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Aizkavēšanās (dienās) pirms brīdinājuma par priekšlikumiem slēgt
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Aizkavēšanās (dienās) pirms brīdinājuma par priekšlikumiem, par kuriem nav iekasēta samaksa
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Kavēšanās (dienās) pirms brīdinājuma par aktivizētajiem pakalpojumiem
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Kavējums (dienās) pirms brīdinājuma par pakalpojumiem, kuru termiņš ir beidzies
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (dienās) pirms brīdinājuma par neapmaksātiem piegādātāja rēķiniem
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Kavējums (dienās) pirms brīdinājuma par neapmaksātiem klienta rēķiniem
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (dienās) pirms brīdinājuma par notiekošo bankas saskaņošanu
      +Delays_MAIN_DELAY_MEMBERS=Kavēšanās (dienās) pirms brīdinājuma par atlikto dalības maksu
      +Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Delay (dienās) pirms brīdinājuma par čeka depozītu darīt
      +Delays_MAIN_DELAY_EXPENSEREPORTS=Aizkavēšanās (dienās) pirms brīdinājuma par izdevumu pārskatu apstiprināšanu
      +SetupDescription1=Pirms sākat lietot Dolibarr, jānosaka daži sākotnējie parametri un moduļi ir iespējoti / konfigurēti.
      +SetupDescription2=Obligātie iestatīšanas soļi ir 2 pirmie soļi iestatīšanas izvēlnē, proti:
      +SetupDescription3=<a href="%s"> %s -> %s </a> <br> Galvenie parametri, kurus izmanto, lai pielāgotu Dolibarr noklusējuma darbību (piemēram, attiecībā uz valstīm saistītām funkcijām).
      +SetupDescription4=<a href="%s"> %s -> %s </a> <br> Dolibarr ERP / CRM ir vairāku moduļu / lietojumprogrammu kolekcija, kas ir vairāk vai mazāk neatkarīgas. Jūsu vajadzībām atbilstošie moduļi ir jāaktivizē un jākonfigurē. Jaunas preces / iespējas tiek pievienotas izvēlnēm, aktivizējot moduli.
      +SetupDescription5=Citu iestatījumu izvēlnes ieraksti nodrošina papildu parametrus.
       LogEvents=Drošības audita notikumi
       Audit=Audits
       InfoDolibarr=Par Dolibarr
      @@ -1057,19 +1066,19 @@ BrowserOS=Pārlūkprogrammas OS
       ListOfSecurityEvents=Saraksts ar Dolibarr drošības pasākumiem
       SecurityEventsPurged=Drošības pasākumi dzēsti
       LogEventDesc=Jūs varat ļaut šeit reģistrēšanu Dolibarr drošības notikumiem. Administratori tad var redzēt tās saturu, izmantojot izvēlnes <b>Sistēmas rīki - revīzijas.</b> Uzmanību, šī funkcija var patērēt lielu daudzumu datu bāzē.
      -AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
      +AreaForAdminOnly=Iestatīšanas parametrus var iestatīt tikai <b> administratora lietotāji </b>.
       SystemInfoDesc=Sistēmas informācija ir dažādi tehniskā informācija jums tikai lasīšanas režīmā un redzama tikai administratoriem.
       SystemAreaForAdminOnly=Šī joma ir pieejama administratora lietotājiem. Neviens no Dolibarr atļauju var samazināt šo robežu.
      -CompanyFundationDesc=Šajā lapā rediģējiet visu zināmo informāciju par uzņēmumu vai fondu, kas jums jāpārvalda (šim nolūkam noklikšķiniet uz pogas "%s" vai "%s" lapas apakšdaļā).
      -AccountantDesc=Šajā lapā rediģējiet visu zināmo informāciju par savu grāmatvedi / grāmatvedi
      +CompanyFundationDesc=Rediģējiet uzņēmuma / organizācijas informāciju. Noklikšķiniet uz pogas "%s" vai "%s" lapas apakšdaļā.
      +AccountantDesc=Rediģējiet informāciju par savu grāmatvedi / grāmatvedi
       AccountantFileNumber=Faila numurs
      -DisplayDesc=Jūs varat izvēlēties katru parametru, kas saistīts ar Dolibarr izskatu un justies šeit
      +DisplayDesc=Jūs varat izvēlēties katru parametru, kas saistīts ar Dolibarr izskatu 
       AvailableModules=Pieejamās progrmma / moduļi
      -ToActivateModule=Lai aktivizētu moduļus, dodieties uz iestatīšanas zonas (Home->Setup->Moduļi).
      +ToActivateModule=Lai aktivizētu moduļus, dodieties uz iestatīšanas apgabalu (Sākums-> Iestatīšana-> Moduļi).
       SessionTimeOut=Sesijas pārtraukums
      -SessionExplanation=Šis numurs garantiju, ka sesija nekad beidzas pirms šī kavēšanās, ja sesija tīrītājs tiek darīts ar Iekšējā PHP sesijas tīrāku (un nekas cits). Iekšējā PHP sesijas tīrītājs nav garantija, ka sesija beigsies tikai pēc šīs kavēšanās. Tas beigsies, pēc šī kavēšanās, un, kad sesija tīrītājs ir ilga, tāpēc ik <b>%s / %s</b> piekļuves, bet tikai laikā piekļūt dokumentiem, ko citās sēdēs. <br> Piezīme: par dažiem ar ārēju sesijas tīrīšanas mehānisma (cron zem Debian, Ubuntu ...) serveriem, sesijas var tikt iznīcināti pēc posmā, kas noteikts pēc noklusējuma <strong>session.gc_maxlifetime,</strong> vienalga kāds vērtību ieraksta šeit.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Pieejamie aktivizētāji
      -TriggersDesc=Palaide ir faili, kas mainīs uz Dolibarr darbplūsmas uzvedību, kad nokopēto uz direktoriju <b>htdocs / core / izraisa.</b> Viņi saprata, jaunas darbības, aktivizēta Dolibarr notikumiem (jauns uzņēmums radīšana, rēķinu apstiprināšanu, ...).
      +TriggersDesc=Trigeri ir faili, kas modificēs Dolibarr darbplūsmas darbību pēc tam, kad būs nokopēti direktorijā <b> htdocs / core / triggers</b>. Viņi realizē jaunas darbības, kas aktivizētas Dolibarr notikumos (jauna uzņēmuma izveide, rēķinu apstiprināšana, ...).
       TriggerDisabledByName=Trigeri Šajā failā ir invalīdi <b>ar-NORUN</b> piedēkli savu vārdu.
       TriggerDisabledAsModuleDisabled=Trigeri Šajā failā ir invalīdi, kā modulis <b>%s</b> ir atspējots.
       TriggerAlwaysActive=Trigeri Šajā failā ir aktīva vienmēr, neatkarīgi ir aktivizēts Dolibarr moduļiem.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Ievietojiet visus atsauces datus. Varat pievienot savas vērtība
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Ierobežojumi / Precision iestatīšanas
      -LimitsDesc=Jūs varat noteikt limitus, precizējumus un optimizācijas, kas izmantotas ar Dolibarr šeit
      +LimitsDesc=Šeit jūs varat noteikt ierobežojumus, precizitātes un optimizāciju, ko Dolibarr izmanto
       MAIN_MAX_DECIMALS_UNIT=Maksimālais ciparu skaits aiz komata cenām
       MAIN_MAX_DECIMALS_TOT=Maksimālās decimāldaļas kopējai cenai
       MAIN_MAX_DECIMALS_SHOWN=Max aiz komata par cenām parādīta ekrānā (Add <b>...</b> pēc šo numuru, ja jūs vēlaties redzēt <b>...</b> kad numurs tiek apcirsti, kad redzams uz ekrāna)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Neto vienības produkta cena
       TotalPriceAfterRounding=Kopējā cena (neto/pvn/ar nodokli) pēc noapaļošanas
       ParameterActiveForNextInputOnly=Parametrs stājas spēkā no nākamās ievades
       NoEventOrNoAuditSetup=Nav drošības pasākumi ierakstīti vēl. Tas var būt normāli, ja audits nav iespējots "Iestatījumi - drošība - audtits" lapā.
      -NoEventFoundWithCriteria=Nav drošības pasākums ir atzīts par šādiem meklēšanas kritērijiem ir.
      +NoEventFoundWithCriteria=Šim meklēšanas kritērijam nav atrasts neviens drošības notikums.
       SeeLocalSendMailSetup=Skatiet sendmail iestatījumus
       BackupDesc=Lai izveidotu pilnu Dolibarr rezerves kopiju jums ir:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Saglabājiet datubāzes saturu (<b>%s</b>) noņemšanas failā. Šim nolūkam varat izmantot palīgu.
       BackupDescX=Arhivēto katalogs jāglabā drošā vietā.
       BackupDescY=Radītais dump fails jāglabā drošā vietā.
      -BackupPHPWarning=Rezerves nevar būt guaranted ar šo metodi. Dod iepriekšējo
      +BackupPHPWarning=Ar šo metodi nevar veikt rezerves kopijas. Ieteicams iepriekšējais.
       RestoreDesc=Lai atjaunotu Dolibarr rezeves kopiju jums ir:
      -RestoreDesc2=Atjaunot dokumentu direktorijas arhīva failu (piemēram zip fails), lai iegūtu failu struktūru jaunās Dolibarr instalācijas vai pašreizējā dokumentu direktorijā (<b>%s</b>).
      +RestoreDesc2=Atjaunojiet arhīvu failu (piemēram, zip fails) dokumentu direktorijā, lai iegūtu failu koku jaunā Dolibarr instalācijas dokumentu direktorijā vai šajā pašreizējā dokumentu direktorijā (<b> %s </b>).
       RestoreDesc3=Atjaunot datus no rezerves kopijas faila, datu bāzē jaunā Dolibarr instalācijā vai datu bāzē pašreizējajai instalācijai (<b>%s</b>). Brīdinājums, kad atjaunošana ir pabeigta, jums ir jāizmanto lietotāja vārds / parole, kas bija tad, kad tika veikta rezerves kopija, lai pieslēgtos atkal. Lai atjaunotu rezerves kopiju datubāzei esošajā instalācijā, jūs varat sekot šim palīgam.
       RestoreMySQL=MySQL imports
       ForcedToByAModule= Šis noteikums ir spiests <b>%s</b> ar aktivēto modulis
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Jums ir palaist šo komandu no
       YourPHPDoesNotHaveSSLSupport=SSL funkcijas, kas nav pieejama jūsu PHP
       DownloadMoreSkins=Vairāki izskati lejupielādei
       SimpleNumRefModelDesc=Atgriež atsauces numuru formātā %syymm-NNNN kur yy ir gads, MM ir mēnesis, un nnnn ir secība bez cauruma un bez reset
      -ShowProfIdInAddress=Rādīt professionnal id ar adresēm par dokumentu
      -ShowVATIntaInAddress=Slēpt PVN maksātāja numuru un adreses uz dokumentiem
      +ShowProfIdInAddress=Parādiet profesionālu ID ar adresēm uz dokumentiem
      +ShowVATIntaInAddress=Slēpt Kopienas iekšzemes PVN numuru ar adresēm dokumentos
       TranslationUncomplete=Daļējs tulkojums
      -MAIN_DISABLE_METEO=Atslēgt Meteo skatu
      +MAIN_DISABLE_METEO=Atspējot meteoroloģisko skatu
       MeteoStdMod=Standarta režīms
       MeteoStdModEnabled=Standarta režīms ir aktivizēts
       MeteoPercentageMod=Procentuālais režīms
       MeteoPercentageModEnabled=Procentuālais režīms ir aktivizēts
       MeteoUseMod=Noklikšķiniet, lai izmantotu %s
       TestLoginToAPI=Tests pieteikties API
      -ProxyDesc=Dažas Dolibarr funkcijas ir nepieciešama piekļuve internetam, lai strādātu. Noteikt šeit parametrus par to. Ja Dolibarr serveris ir aiz proxy serveri, šie parametri stāsta Dolibarr, kā piekļūt internetam, izmantojot to.
      +ProxyDesc=Dažām Dolibarr funkcijām ir nepieciešama piekļuve internetam. Šeit definējiet šeit parametrus. Ja Dolibarr serveris atrodas proxy serverī, šie parametri parāda Dolibarr, kā ar to piekļūt internetam.
       ExternalAccess=Ārējā piekļuve
       MAIN_PROXY_USE=Izmantot starpniekserveri (savādāk tieša piekļuve internetam)
       MAIN_PROXY_HOST=Nosaukums / adrese proxy serverim
       MAIN_PROXY_PORT=Proxy servera ports
       MAIN_PROXY_USER=Pieslēdzies, lai izmantotu starpniekserveri
       MAIN_PROXY_PASS=Parole, lai izmantotu starpniekserveri
      -DefineHereComplementaryAttributes=Definēt šeit visi atribūti, jau nav pieejama pēc noklusējuma, un, ka jūs vēlaties būt atbalstīta %s.
      -ExtraFields=Papildbarība atribūti
      +DefineHereComplementaryAttributes=Noteikt visus atribūtus, kas vēl nav pieejami pēc noklusējuma, un šeit vēlaties atbalstīt %s.
      +ExtraFields=Papildus atribūti
       ExtraFieldsLines=Papildinošas atribūti (līnijas)
       ExtraFieldsLinesRec=Papildu atribūti (veidņu rēķinu līnijas)
       ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
       ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
       ExtraFieldsThirdParties=Papildinošas atribūti (thirdparty)
      -ExtraFieldsContacts=Papildinošas atribūti (kontaktpersona / adrese)
      +ExtraFieldsContacts=Papildu atribūti (kontaktadrese)
       ExtraFieldsMember=Papildinošas atribūti (biedrs)
       ExtraFieldsMemberType=Papildinošas atribūti (biedrs tipa)
       ExtraFieldsCustomerInvoices=Papildinošas atribūti (rēķini)
      @@ -1141,48 +1150,49 @@ ExtraFieldsSupplierOrders=Papildinošas atribūti (rīkojumi)
       ExtraFieldsSupplierInvoices=Papildinošas atribūti (rēķini)
       ExtraFieldsProject=Papildinošas atribūti (projekti)
       ExtraFieldsProjectTask=Papildinošas atribūti (uzdevumi)
      -ExtraFieldHasWrongValue=Attribute %s has a wrong value.
      +ExtraFieldHasWrongValue=Parametram %s ir nepareiza vērtība.
       AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
       SendmailOptionNotComplete=Brīdinājums, par dažiem Linux sistēmām, lai nosūtītu e-pastu no jūsu e-pastu, sendmail izpilde uzstādīšana ir iekļauti variants-ba (parametrs mail.force_extra_parameters savā php.ini failā). Ja daži saņēmēji nekad saņemt e-pastus, mēģina labot šo PHP parametru ar mail.force_extra_parameters =-BA).
       PathToDocuments=Ceļš līdz dokumentiem
       PathDirectory=Katalogs
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Funkcija sūtīt vēstules, izmantojot metodi "PHP mail direct", ģenerēs pasta ziņojumu, kuru daži saņēmēji pasta serveri var nepareizi parsēt. Rezultāts ir tāds, ka atsevišķas vēstules nevar lasīt cilvēki, kurus ved uz šīm bugged platformām. Tas attiecas uz dažiem interneta pakalpojumu sniedzējiem (piem., Orange Francijā). Šī nav problēma ar Dolibarr vai PHP, bet ar saņēmēja pasta serveri. Tomēr, lai izvairītos no tā, var pievienot opciju MAIN_FIX_FOR_BUGGED_MTA līdz 1 iestatījumos - Citi, lai modificētu Dolibarr. Tomēr jums var rasties problēmas ar citiem serveriem, kas stingri izmanto SMTP standartu. Cits risinājums (ieteicams) ir izmantot metodi "SMTP ligzdu bibliotēka", kurai nav trūkumu.
       TranslationSetup=Tulkojumu konfigurēšana
       TranslationKeySearch=Meklēt tulkošanas atslēgu vai virkni
       TranslationOverwriteKey=Pārrakstīt rakstīšanas virkni
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=Jūs varat arī ignorēt virknes, kas aizpilda nākamo tabulu. Izvēlieties savu valodu no %s nolaižamās izvēlnes, ievietojiet tulkošanas taustiņu virkni uz "%s" un jauno tulkojumu uz "%s"
      -TranslationOverwriteDesc2=Varat izmantot citu cilni, lai palīdzētu jums zināt tulkošanas atslēgu, kuru vēlaties izmantot
      +TranslationOverwriteDesc2=Varat izmantot citu cilni, lai uzzinātu, kuru tulkošanas atslēgu izmantot
       TranslationString=Tulkošanas virkne
       CurrentTranslationString=Pašreizējā tulkošanas virkne
       WarningAtLeastKeyOrTranslationRequired=Vismaz atslēgas vai tulkošanas virknei ir nepieciešams meklēšanas kritērijs
       NewTranslationStringToShow=Jauna tulkošanas virkne, lai parādītu
       OriginalValueWas=Oriģinālais tulkojums ir pārrakstīts. Sākotnējā vērtība bija: <br> <br> %s
      -TransKeyWithoutOriginalValue=Jūs piespiedāt jaunu tulkojumu tulkošanas taustiņam "<strong> %s </ strong>", kas nevienā valodas failā nepastāv
      +TransKeyWithoutOriginalValue=Jūs piespiedā jaunu tulkojumu tulkošanas taustiņam "<strong> %s </ strong>", kas nevienā valodas failā nepastāv
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Jums ir jābūt ieslēgtam vismaz 1 modulim
      -ClassNotFoundIntoPathWarning=Klase %s nav atrasta PHP norādītajā ceļā
      +ClassNotFoundIntoPathWarning=Klase %s nav atrodama PHP ceļā
       YesInSummer=Jā vasarā
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Piezīme. Ārējiem lietotājiem (neatkarīgi no šādu lietotāju atļaujām) tiek atvērti tikai turpmāk minētie moduļi un tikai tad, ja tiek piešķirtas atļaujas:
       SuhosinSessionEncrypt=Sesija uzglabāšana šifrēta ar Suhosin
       ConditionIsCurrently=Stāvoklis šobrīd ir %s
      -YouUseBestDriver=Jūs varat izmantot vadītāja %s, kas ir labākais draiveris, kas pieejams šobrīd.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=Tev ir tikai %s produktus / pakalpojumus Into datu bāze. Tas nav nepieciešams kādu konkrētu optimizāciju.
      +YouUseBestDriver=Jūs izmantojat draiveri %s, kas pašlaik ir labākais draiveris.
      +YouDoNotUseBestDriver=Jūs izmantojat draiveri %s, bet ieteicams vadīt %s.
      +NbOfProductIsLowerThanNoPb=Jums ir tikai %s produkti / pakalpojumi datu bāzē. Tam nav nepieciešama īpaša optimizācija.
       SearchOptim=Meklēšanas optimizācija
      -YouHaveXProductUseSearchOptim=Jums ir %s ražojumu par datu bāzē. Jums vajadzētu pievienot pastāvīgu PRODUCT_DONOTSEARCH_ANYWHERE uz 1 par Home-Setup-citādi, jūs ierobežot meklēšanu uz sākuma stīgām padarot iespējams datubāzē izmantot indeksu, un jums vajadzētu saņemt tūlītēju atbildi.
      -BrowserIsOK=Jūs izmantojat interneta pārlūka %s. Šī pārlūkprogramma ir ok drošību un veiktspēju.
      -BrowserIsKO=Jūs izmantojat interneta pārlūka %s. Šī pārlūkprogramma ir zināms, ka slikta izvēle drošību, veiktspēju un uzticamību. Mēs recommand jums izmantot Firefox, Chrome, Opera vai Safari.
      +YouHaveXProductUseSearchOptim=Jūs esat %s produktu datu bāzē. Jums vajadzētu pievienot pastāvīgo PRODUCT_DONOTSEARCH_ANYWHERE uz 1 vietne Home-Setup-Other. Ierobežojiet meklēšanu ar virkņu sākumu, kas ļauj datubāzei izmantot indeksus, un jums vajadzētu saņemt tūlītēju atbildi.
      +BrowserIsOK=Jūs izmantojat tīmekļa pārlūku %s. Šī pārlūkprogramma ir droša un droša.
      +BrowserIsKO=Jūs izmantojat tīmekļa pārlūku %s. Šī pārlūka informācija ir slikta izvēle drošībai, veiktspējai un uzticamībai. Mēs iesakām izmantot Firefox, Chrome, Opera vai Safari.
       XDebugInstalled=XDebug ir ielādēts
      -XCacheInstalled=XCache ir piekrauts.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +XCacheInstalled=XCache ir ielādēts.
      +AddRefInList=Displejs Klienta / Piegādātāja ref. info saraksts (atlasiet sarakstu vai izvēles rūtiņu) un lielākā daļa hipersaišu. <br> Trešās personas parādīsies ar nosaukumu "CC12345 - SC45678 - The Big Company corp". "Big Company corp" vietā.
      +AddAdressInList=Parādiet Klienta / Piegādes adreses informācijas sarakstu (atlasiet sarakstu vai izvēles rūtiņu) <br> Trešās personas parādīsies ar nosaukumu "The Big Company corp" vietā ar nosaukumu "The Big Company corp. - 21 jump street 123456 Big city - USA".
      +AskForPreferredShippingMethod=Pieprasiet vēlamo piegādes metodi trešajām pusēm.
       FieldEdition=Izdevums lauka %s
       FillThisOnlyIfRequired=Piemērs: +2 (aizpildiet tikai, ja sastopaties ar problēmām)
       GetBarCode=Iegūt svītrukodu
       ##### Module password generation
       PasswordGenerationStandard=Atgriešanās paroli radīts saskaņā ar iekšējo Dolibarr algoritmu: 8 rakstzīmēm, kas satur kopīgos ciparus un rakstzīmes mazie burti.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Neiesakām ģenerētu paroli. Parole jāieraksta manuāli.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,30 +1205,31 @@ UserMailRequired=E-pasts nepieciešams, lai izveidotu jaunu lietotāju
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Uzņēmuma moduļa uzstādīšana
      -CompanyCodeChecker=Trešo personu kodu ģenerēšanas un pārbaudes modulis (klients vai pārdevējs)
      -AccountCodeManager=Grāmatvedības kodu ģenerēšanas modulis (klients vai pārdevējs)
      +CompanyCodeChecker=Iespējas, lai automātiski izveidotu klienta / pārdevēja kodus
      +AccountCodeManager=Iespējas automātiski ģenerēt klienta / pārdevēja grāmatvedības kodus
       NotificationsDesc=EMails notifications feature allows you to silently send automatic mail, for some Dolibarr events. Targets of notifications can be defined:
       NotificationsDescUser=* vienam lietotājam, vienam lietotājam laikā.
       NotificationsDescContact=* uz trešo pušu kontaktpersonām (klientiem vai pārdevējiem), vienu kontaktu laikā.
       NotificationsDescGlobal=* vai iestatot globālos mērķa e-pastus moduļa iestatīšanas lapā.
       ModelModules=Dokumentu veidnes
      -DocumentModelOdt=Izveidot dokumentus no OpenDocument veidnes (. ODT vai. ODS failus OpenOffice, KOffice, TextEdit, ...)
      +DocumentModelOdt=Izveidojiet dokumentus no OpenDocument veidnes (.ODT / .ODS faili no LibreOffice, OpenOffice, KOffice, TextEdit, ...)
       WatermarkOnDraft=Ūdenszīme dokumenta projektā
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Noteikumi par profesionālo IDS
      +CompanyIdProfChecker=Noteikumi par profesionāliem ID
       MustBeUnique=Jābūt unikālam?
      -MustBeMandatory=Mandatory to create third parties?
      +MustBeMandatory=Obligāts, lai izveidotu trešās puses (ja ir definēts PVN numurs vai uzņēmuma veids)?
       MustBeInvoiceMandatory=Mandatory to validate invoices?
       TechnicalServicesProvided=Tehniskie pakalpojumi
       #####DAV #####
      -WebDAVSetupDesc=Šīs ir saites, lai piekļūtu WebDAV direktorijai. Tas satur "publisku" direktoriju, kas pieejams jebkuram lietotājam, kurš zina URL (ja ir atļauta publiskā direktorija piekļuve) un "privātai" direktorijai, kurai ir nepieciešams esošs pieteikšanās konts / parole, lai piekļūtu.
      -WebDavServer=Root URL of %s server : %s
      +WebDAVSetupDesc=Šīs ir saites, lai piekļūtu WebDAV direktorijai. Tas satur "publisku" direktoriju, kas pieejams jebkuram lietotājam, kurš zina URL (ja ir atļauta publiskā direktorija piekļuve) un "privātai" direktorijai, kurai ir nepieciešams esošais pieteikšanās konts / parole.
      +WebDavServer=%sServera:%s saknes adrese
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Eksporta saite uz <b>%s</b> formātā ir pieejams šādā tīmekļa vietnē: %s
       ##### Invoices #####
       BillsSetup=Rēķinu moduļa uzstādīšana
       BillsNumberingModule=Rēķinu un kredītu piezīmes numerācijas modelis
       BillsPDFModules=Rēķina dokumentu modeļi
      +BillsPDFModulesAccordindToInvoiceType=Rēķinu dokumentu modeļi atbilstoši rēķina veidam
       PaymentsPDFModules=Maksājumu dokumentu paraugi
       CreditNote=Kredīta piezīme
       CreditNotes=Kredīta piezīmes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Pārvaldīt Pieteikšanos katram dalībniekam
       AdherentMailRequired=E-Mail nepieciešams, lai izveidotu jaunu locekli
       MemberSendInformationByMailByDefault=Rūtiņu, lai nosūtītu pasta apstiprinājums locekļiem (validāciju vai jauns abonements) ir ieslēgts pēc noklusējuma
       VisitorCanChooseItsPaymentMode=Apmeklētājs var izvēlēties pieejamos maksājumu veidus
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP iestatījumi
       LDAPGlobalParameters=Globālie parametri
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Testa dalībnieka tipa sinhronizācija
       LDAPTestSearch= Testēt LDAP meklēšanu
       LDAPSynchroOK=Sinhronizācijas tests veiksmīgi pabeigts
       LDAPSynchroKO=Neizdevās sinhronizācijas pārbaude
      -LDAPSynchroKOMayBePermissions=Neizdevās sinhronizācijas pārbaude. Pārbaudiet, vai saistība ar serveri ir pareizi konfigurēts un ļauj LDAP udpates
      +LDAPSynchroKOMayBePermissions=Neizdevās sinhronizācijas tests. Pārbaudiet, vai savienojums ar serveri ir pareizi konfigurēts un atļauj LDAP atjauninājumus
       LDAPTCPConnectOK=TCP savienojumu ar LDAP servera veiksmīgiem (Server = %s, Port = %s)
       LDAPTCPConnectKO=TCP savienojumu ar LDAP serveri neizdevās (Server = %s, Port = %s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Savienot / Authentificate ar LDAP serveri neizdevās (Server = %s, Port = %s, Admin = %s, Password = %s)
      +LDAPBindOK=Veiksmīgi pievienojiet / autentificējiet LDAP serveri (Server = %s, Port = %s, Admin = %s, Parole = %s)
      +LDAPBindKO=Nepieslēgties / autentificēt LDAP serverī (serveris = %s, ports = %s, Admin = %s, parole = %s)
       LDAPSetupForVersion3=LDAP serveris konfigurēts 3 versijai
       LDAPSetupForVersion2=LDAP serveris konfigurēta 2 versijai
       LDAPDolibarrMapping=Dolibarr kartēšana
      @@ -1387,8 +1399,8 @@ LDAPFieldTownExample=Piemērs: l
       LDAPFieldCountry=Valsts
       LDAPFieldDescription=Apraksts
       LDAPFieldDescriptionExample=Piemērs: apraksts
      -LDAPFieldNotePublic=Public Note
      -LDAPFieldNotePublicExample=Example : publicnote
      +LDAPFieldNotePublic=Publiskā piezīme
      +LDAPFieldNotePublicExample=Piemērs: publiskā piezīme
       LDAPFieldGroupMembers= Grupas dalībnieki
       LDAPFieldGroupMembersExample= Piemērs: uniqueMember
       LDAPFieldBirthdate=Dzimšanas diena
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Šī lapa ļauj definēt LDAP atribūtu nosaukumu LDAP kok
       LDAPDescValues=Piemērs vērtības ir paredzētas <b>OpenLDAP</b> ar šādām ielādes shēmu: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Ja jūs izmantojat thoose vērtības un OpenLDAP, mainīt savu LDAP config failu <b>slapd.conf</b> lai visi thoose shēmas ielādēta.
       ForANonAnonymousAccess=Par apstiprinātu piekļuvi (par rakstīšanas piekļuvi piemēram)
       PerfDolibarr=Performance uzstādīšana / optimizēt ziņojums
      -YouMayFindPerfAdviceHere=Jūs atradīsiet šajā lapā dažas pārbaudes, vai padomus, kas saistīti ar sniegumu.
      -NotInstalled=Nav uzstādīta, lai jūsu serveris nav palēnināt ar šo.
      +YouMayFindPerfAdviceHere=Šajā lapā ir sniegtas dažas pārbaudes vai ieteikumi saistībā ar veiktspēju.
      +NotInstalled=Nav uzstādīts, tāpēc jūsu serveris netiek palēnināts ar to.
       ApplicativeCache=Applicative kešatmiņa
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=Opcode cache
      -NoOPCodeCacheFound=Nav opcode cache atrasts. Var būt jūs izmantojat citu opcode cache nekā XCache vai eAccelerator (labi), var būt jums nav opcode cache (ļoti slikti).
      +NoOPCodeCacheFound=Nav atrasta OPCode kešatmiņa. Varbūt jūs izmantojat OPCode kešatmiņu, kas nav XCache vai eAccelerator (labi), vai varbūt jums nav OPCode kešatmiņas (ļoti slikta).
       HTTPCacheStaticResources=HTTP kešatmiņu statisko resursu (CSS, img, javascript)
       FilesOfTypeCached=Faili tipa %s ir kešatmiņā ar HTTP serveri
       FilesOfTypeNotCached=Faili tipa %s nav kešatmiņā ar HTTP serveri
       FilesOfTypeCompressed=Faili Tipa %s tiek saspiesti ar HTTP serveri
       FilesOfTypeNotCompressed=Faili Tipa %s nav saspiesti ar HTTP serveri
      -CacheByServer=Cache serverim
      +CacheByServer=Servera kešatmiņa
       CacheByServerDesc=Piemēram, izmantojot Apache direktīvu "ExpiresByType image / gif A2592000"
      -CacheByClient=Cache pārlūks
      +CacheByClient=Pārlūka kešatmiņa
       CompressionOfResources=Kompresijas HTTP atbildes
       CompressionOfResourcesDesc=Piemēram, izmantojot Apache direktīvu "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=Jūs varat definēt / piespiest šeit noklusējuma vērtību, kuru vēlaties iegūt, kad izveidojat jaunu ierakstu un / vai noņemat filtrus vai kārtotu kārtību, kad jūsu saraksts ieraksts.
      -DefaultCreateForm=Noklusējuma vērtības (veidlapās, kas jāizveido)
      +DefaultValuesDesc=Šeit jūs varat definēt / izpildīt noklusējuma vērtību, kuru vēlaties izveidot, kad izveidojat jaunu ierakstu un / vai noklusējuma filtrus, vai kārtot kārtību, kad jūsu saraksts ieraksta.
      +DefaultCreateForm=Noklusējuma vērtības (veidot veidlapās)
       DefaultSearchFilters=Noklusējuma meklēšanas filtri
       DefaultSortOrder=Noklusējuma kārtošanas kārtība
       DefaultFocus=Noklusējuma fokusa lauki
      +DefaultMandatory=Obligātie veidlapu lauki
       ##### Products #####
       ProductSetup=Produktu moduļa uzstādīšana
       ServiceSetup=Pakalpojumu moduļa uzstādīšana
       ProductServiceSetup=Produktu un pakalpojumu moduļu uzstādīšana
       NumberOfProductShowInSelect=Maksimālais skaits produktu kombinācijas izvēlētos sarakstus (0 = nav ierobežojumu)
      -ViewProductDescInFormAbility=Vizualizācija produktu aprakstiem formām (citādi kā popup Tooltip)
      +ViewProductDescInFormAbility=Parādīt produkta aprakstus veidlapās (citādi kā uznirstošo rīku padomu)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Displeja produktu apraksti trešās puses valodā
      +UseSearchToSelectProductTooltip=Arī tad, ja jums ir liels produktu skaits (> 100 000), varat palielināt ātrumu, iestatot iestatījumu -> Cits iestatījumu konstante PRODUCT_DONOTSEARCH_ANYWHERE uz 1. Tad meklēšana būs tikai virknes sākums.
      +UseSearchToSelectProduct=Pagaidiet, kamēr nospiedīsiet taustiņu, pirms ievietojat produktu kombinēto sarakstu saturu (tas var palielināt veiktspēju, ja jums ir daudz produktu, taču tas ir mazāk ērts).
       SetDefaultBarcodeTypeProducts=Noklusējuma svītrkoda veids izmantojams produktiem
       SetDefaultBarcodeTypeThirdParties=Svītrkodu veids pēc noklusējuma trešām personām
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1470,7 +1483,7 @@ PaperFormatModule=Drukāšanas formāta modulis
       BarcodeEncodeModule=Svītrkodu kodēšanas veids
       CodeBarGenerator=Svītrkodu ģenerators
       ChooseABarCode=Nav noteikts ģenerators
      -FormatNotSupportedByGenerator=Format not supported by this generator
      +FormatNotSupportedByGenerator=Šis ģenerators neatbalsta šo formātu
       BarcodeDescEAN8=Svītrkods EAN8 veids
       BarcodeDescEAN13=Svītrkods EAN13 veida
       BarcodeDescUPC=Svītrkoda veids UPC
      @@ -1499,11 +1512,11 @@ NotificationSetup=EMail notification module setup
       NotificationEMailFrom=Nosūtītāja e-pasts (No) uz e-pastu nosūtīti paziņojumi
       FixedEmailTarget=Fixed email target
       ##### Sendings #####
      -SendingsSetup=Nosūtot modulis iestatīšanu
      +SendingsSetup=Nosūtīšanas moduļa iestatīšana
       SendingsReceiptModel=Nosūtot saņemšanas modeli
       SendingsNumberingModules=Sendings numerācijas moduļus
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=Lielākajā daļā gadījumu piegādes lapas tiek izmantotas gan kā klientu pasūtījumu lapas (nosūtāmo produktu saraksts), gan arī klienta saņemtas un parakstītas lapas. Tādējādi produktu piegādes kvīts ir dublēta funkcija un reti tiek aktivizēta.
       FreeLegalTextOnShippings=Brīvais teksts piegādēs
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produkti piegādes kvīts numerācija modulis
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Uzlabotais redaktors
       ActivateFCKeditor=Aktivizēt uzlabotos redaktoru:
       FCKeditorForCompany=WYSIWYG izveidi / izdevums no elementiem apraksta un piezīmi (izņemot produktu / pakalpojumu)
       FCKeditorForProduct=WYSIWYG radīšana / izdevums produktu / pakalpojumu apraksts un atzīmēt
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>\n
      +FCKeditorForProductDetails=WYSIWIG produktu izveides / izlaiduma detalizētu informāciju par visām vienībām (priekšlikumi, pasūtījumi, rēķini utt.). <font class="warning"> Brīdinājums: šīs opcijas izmantošana šajā gadījumā nav nopietni ieteicama, jo, veidojot PDF failus, tas var radīt problēmas ar īpašām rakstzīmēm un lapu formatējumu. </font>
       FCKeditorForMailing= WYSIWYG izveide/ izdevums masveida emailings (Tools-> e-pastu)
       FCKeditorForUserSignature=WYSIWYG izveide/labošana lietotāja paraksta
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Savienojums izdevās, bet datu bāzē neizskatās būt OsCommerce datubāzi (Pamatrādītāji %s nav atrasts galda %s).
      -OSCommerceTestOk=Savienojums ar serveri '%s' par datu bāzē '%s' ar lietotāja '%s' sekmīgi pabeigta.
      -OSCommerceTestKo1=Savienojums ar serveri '%s' izdoties, bet datubāze '%s' nevar sasniegt.
      -OSCommerceTestKo2=Savienojums ar serveri '%s' ar lietotāja '%s' neizdevās.
      +OSCommerceErrorConnectOkButWrongDatabase=Savienojums ir sekmīgs, bet datu bāze, šķiet, nav OSCommerce datubāze (atslēga %s nav atrodama %s tabulā).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Pieslēgšana serverim '%s' izdevās, taču datubāzi '%s' nevarēja sasniegt.
      +OSCommerceTestKo2=Savienojums ar serveri '%s' ar lietotāju '%s' neizdevās.
       ##### Stock #####
       StockSetup=Krājumu moduļa iestatīšana
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=Ja jūs izmantojat Punkta pārdošanas moduli (POS), ko nodrošina pēc noklusējuma vai ārējais modulis, šo POS uzstādīšanu var ignorēt jūsu POS modulis. Lielākā daļa POS moduļu ir izveidoti pēc noklusējuma, lai nekavējoties izveidotu rēķinu un samazinātu krājumu neatkarīgi no iespējām šeit. Tātad, ja jums ir vai nav krājumu samazināšanās, reģistrējoties pārdošanai no jūsu POS, pārbaudiet arī POS moduļa iestatījumus.
       ##### Menu #####
       MenuDeleted=Izvēlne dzēsta
       Menus=Izvēlnes
      @@ -1548,22 +1561,22 @@ DetailRight=Nosacījums, lai parādītu neatļautu pelēks izvēlnes
       DetailLangs=Lang faila nosaukumu etiķetes kodu tulkošanai
       DetailUser=Iekšējie / Ārējie / Visi
       Target=Mērķis
      -DetailTarget=Mērķis saitēm (_blank top atvērts jauns logs)
      +DetailTarget=Mērķauditorijas saites (_blank augšā atver jaunu logu)
       DetailLevel=Līmenis (-1: top menu, 0: header menu >0 izvēlne un apakšizvēlne)
       ModifMenu=Izvēlnes maiņa
       DeleteMenu=Dzēst izvēlnes ierakstu
      -ConfirmDeleteMenu=Are you sure you want to delete menu entry <b>%s</b>?
      +ConfirmDeleteMenu=Vai tiešām vēlaties dzēst ierakstu <b> %s </b>?
       FailedToInitializeMenu=Failed to initialize menu
       ##### Tax #####
       TaxSetup=Taxes, social or fiscal taxes and dividends module setup
       OptionVatMode=PVN jāmaksā
       OptionVATDefault=Standarta bāze
      -OptionVATDebitOption=Accrual basis
      +OptionVATDebitOption=Uzkrājumu princips
       OptionVatDefaultDesc=PVN ir jāmaksā: <br> - Piegādes laikā precēm (mēs izmantojam rēķina datumu) <br> - Par maksājumiem par pakalpojumiem
       OptionVatDebitOptionDesc=PVN ir jāmaksā: <br> - Piegādes laikā precēm (mēs izmantojam rēķina datumu) <br> - Par rēķinu (debets) attiecībā uz pakalpojumiem
       OptionPaymentForProductAndServices=Naudas bāze produktiem un pakalpojumiem
       OptionPaymentForProductAndServicesDesc=PVN ir jāmaksā: <br> - par samaksu par precēm <br> - par maksājumiem par pakalpojumiem
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=PVN piemērošanas laiks pēc noklusējuma saskaņā ar izvēlēto iespēju:
       OnDelivery=Piegādes brīdī
       OnPayment=Par samaksu
       OnInvoice=Uz rēķina
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Iegādes konta. kods
       AgendaSetup=Notikumi un kārtības modulis uzstādīšana
       PasswordTogetVCalExport=Galvenais atļaut eksporta saiti
       PastDelayVCalExport=Neeksportē notikums, kuri vecāki par
      -AGENDA_USE_EVENT_TYPE=Izmantojiet notikumu tipus (tiek pārvaldīta izvēlnē Iestatīšana -> Vārdnīcas -> Darba kārtības notikumu veids).
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Izmantojiet notikumu tipus (tiek pārvaldīti izvēlnē Iestatīšana -> Vārdnīcas -> Darba kārtības notikumu veids).
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Veidojot notikuma veidlapu, automātiski iestatiet šo noklusējuma vērtību
      +AGENDA_DEFAULT_FILTER_TYPE=Šādu pasākumu automātiski iestatīt darba kārtības skatā meklēšanas filtūrā
      +AGENDA_DEFAULT_FILTER_STATUS=Automātiski iestatīt šo statusu notikumu skatīšanai darba filtru meklēšanas filtūrā
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
      -AGENDA_REMINDER_EMAIL=Iespējot notikumu atgādinājumu <b> pa e-pastu </ b> (atgādinājums par iespēju / kavēšanos var definēt katrā notikumā). Piezīme: modulis <strong> %s </ strong> ir jāaktivizē un pareizi iestatīts, lai atgādinājums tiktu nosūtīts pareizā frekvencē.
      -AGENDA_REMINDER_BROWSER=Iespējot notikumu atgādinājumu <b> lietotāju pārlūkā </ b> (kad tiek sasniegts notikuma datums, katrs lietotājs to var noraidīt no pārlūka apstiprinājuma jautājuma)
      +AGENDA_REMINDER_EMAIL=Iespējot notikumu atgādinājumu <b> pa e-pastu </b> (atgādinājums par iespēju / kavēšanos var definēt katrā notikumā). Piezīme: modulis <strong> %s </strong> ir jāaktivizē un pareizi jāiestata, lai atgādinājums tiktu nosūtīts pareizā laikā.
      +AGENDA_REMINDER_BROWSER=Iespējot notikuma atgādinājumu <b>lietotāja pārlūkā</b> (kad ir sasniegts notikuma datums, katrs lietotājs to var noraidīt no pārlūka apstiprinājuma jautājuma)
       AGENDA_REMINDER_BROWSER_SOUND=Iespējot skaņas paziņojumu
       AGENDA_SHOW_LINKED_OBJECT=Parādīt saistīto objektu darba kārtībā
       ##### Clicktodial #####
       ClickToDialSetup=Klikšķiniet lai  Dial moduļa uzstādīšanas
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=Šis modulis ļauj tālruņu numurus noklikšķināt. Klikšķis uz šīs ikonas tiks izsaukts, lai jūsu tālruņa zvanu veiktu tālruņa numurs. To var izmantot, lai zvanītu uz Dolibarr zvanu centra sistēmu, kas, piemēram, var izsaukt tālruņa numuru SIP sistēmā.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Izmantojiet šo metodi, ja jūsu lietotājiem ir programmatūras tālrunis vai programmatūras interfeiss, kas uzstādīts uz tā paša datora kā pārlūks, un tiek izsaukts, kad jūs noklikšķināt uz savas pārlūkprogrammas saites, kas sākas ar "tel:". Ja jums ir nepieciešams pilnīgs servera risinājums (nav nepieciešama lokālā programmatūras instalēšana), jums tas jādara, lai tas būtu "nē" un aizpildītu nākamo lauku.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Tirdzniecības punkts
       CashDeskSetup=Pārdošanas punktu moduļa iestatīšana
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Noklusējuma vispārējā trešā puse, ko izmanto pārdošanai
       CashDeskBankAccountForSell=Noklusējuma konts, lai izmantotu, lai saņemtu naudas maksājumus
       CashDeskBankAccountForCheque= Noklusējuma konts, lai izmantotu, lai saņemtu maksājumus ar čeku
       CashDeskBankAccountForCB= Noklusējuma konts, lai izmantotu, lai saņemtu maksājumus ar kredītkarti
      -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).
      +CashDeskDoNotDecreaseStock=Atspējot krājumu samazinājumu, kad pārdošana tiek veikta no tirdzniecības vietas (ja "nē", krājumu samazinājums tiek veikts par katru pārdošanu, kas veikta no POS, neatkarīgi no moduļa nolikumā norādītās iespējas).
       CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
      -StockDecreaseForPointOfSaleDisabled=Stock decrease from Point Of Sale disabled
      +StockDecreaseForPointOfSaleDisabled=Krājumu samazinājums no tirdzniecības vietām invalīdiem
       StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with lot management
      -CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sell from Point Of Sale. So a warehouse is required.
      +CashDeskYouDidNotDisableStockDecease=Veicot pārdošanu no pārdošanas vietām, jūs neesat atspējojis krājumu samazināšanos. Tādēļ ir vajadzīga noliktava.
       ##### Bookmark #####
       BookmarkSetup=Grāmatzīmju moduļa iestatīšana
      -BookmarkDesc=Šis modulis ļauj pārvaldīt grāmatzīmes. Jūs varat arī pievienot īsceļus uz jebkuru Dolibarr lapām vai externale tīmekļa vietnes uz jūsu kreisajā izvēlnē.
      +BookmarkDesc=Šis modulis ļauj pārvaldīt grāmatzīmes. Jūs varat pievienot īsceļus jebkurai Dolibarr lapai vai ārējām tīmekļa vietnēm kreisajā izvēlnē.
       NbOfBoomarkToShow=Maksimālais skaits, grāmatzīmes, lai parādītu kreisajā izvēlnē
       ##### WebServices #####
       WebServicesSetup=Veikalu modulis uzstādīšana
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-kompānija modulis iestatīšana
       ##### Suppliers #####
       SuppliersSetup=Piegādātāja moduļa iestatījumi
      -SuppliersCommandModel=Pilnīga prchase pasūtījuma veidne (logotips ...)
      +SuppliersCommandModel=Pilnīga pirkuma pasūtījuma veidne (logotips ...)
       SuppliersInvoiceModel=Pabeigt pārdevēja rēķina veidni (logotips ...)
       SuppliersInvoiceNumberingModel=Piegādātāju rēķinu numerācijas modeļus
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1652,9 +1665,9 @@ TestGeoIPResult=Tests pārveides IP -> valsts
       ProjectsNumberingModules=Projektu numerācijas modulis
       ProjectsSetup=Projekta moduļa iestatījumi
       ProjectsModelModule=Projekta ziņojumi dokumenta paraugs
      -TasksNumberingModules=Uzdevumi numerācijas modulis
      +TasksNumberingModules=Uzdevumu numerācijas modulis
       TaskModelModule=Uzdevumi ziņojumi dokumenta paraugs
      -UseSearchToSelectProject=Pagaidiet, kamēr nospiediet taustiņu, pirms ievietojat projekta kombinēto sarakstu saturu (tas var palielināt veiktspēju, ja jums ir liels projektu skaits, bet tas ir mazāk ērti).
      +UseSearchToSelectProject=Pagaidiet, līdz tiek nospiests taustiņš pirms satura pievienošanas saraksta Kombinācija sarakstā. <br> Tas var uzlabot veiktspēju, ja jums ir liels projektu skaits, bet tas ir mazāk ērti.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Pārskata periodi
      @@ -1688,8 +1701,8 @@ ListOfNotificationsPerUser=Paziņojumu saraksts katram lietotājam *
       ListOfNotificationsPerUserOrContact=Paziņojumu saraksts katram lietotājam * vai katram kontaktam **
       ListOfFixedNotifications=List of fixed notifications
       GoOntoUserCardToAddMore=Atveriet lietotāja cilni "Paziņojumi", lai pievienotu vai noņemtu paziņojumus lietotājiem
      -GoOntoContactCardToAddMore=Atveriet trešās personas cilni "Paziņojumi", lai pievienotu vai noņemtu paziņojumus par kontaktpersonām / adresēm
      -Threshold=Threshold
      +GoOntoContactCardToAddMore=Atveriet trešās personas cilni "Paziņojumi", lai pievienotu vai noņemtu paziņojumus par kontaktpersonu adresēm
      +Threshold=Slieksnis
       BackupDumpWizard=Wizard to build database backup dump file
       SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
       SomethingMakeInstallFromWebNotPossible2=For this reason, process to upgrade described here is only manual steps a privileged user can do.
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Install of external module from applic
       ConfFileMustContainCustom=Lai instalētu vai izveidotu ārēju moduli no lietojumprogrammas, moduļa faili jāiegādājas direktorijā <strong> %s </ strong>. Lai šo direktoriju apstrādātu Dolibarr, jums ir jāiestata <strong> conf / conf.php </ strong>, lai pievienotu 2 direktīvu līnijas: <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=Atzīmējiet līnijas krāsu, kad tā ir atzīmēta (atstājiet tukšu, lai izceltu)
       TextTitleColor=Lapas nosaukuma teksta krāsa
       LinkColor=Linku krāsa
       PressF5AfterChangingThis=Nospiediet CTRL + F5 uz tastatūras vai dzēsiet pārlūkprogrammas kešatmiņu pēc šīs vērtības mainīšanas, lai tā būtu efektīva
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Ievadiet šeit starp aplikācijām, baitu skaitļu sarakstu, kas attēlo valūtas simbolu. Piemēram: attiecībā uz $ ievadiet [36] - Brazīlijas reālajam R $ [82,36] - par € ievadiet [8364]
       ColorFormat=RGB krāsa ir HEX formātā, piemēram: FF0000
       PositionIntoComboList=Position of line into combo lists
       SellTaxRate=Sale tax rate
       RecuperableOnly=Jā par PVN "Neuztverams, bet atgūstams", kas paredzēts dažai Francijas valstij. Uzturiet vērtību "Nē" visos citos gadījumos.
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated by this rate to evaluate global amount all your opportunities may generate. Value is percent (between 0 and 100).
      +OpportunityPercent=Veidojot vadību, jūs definēsiet paredzēto projekta / svina apjomu. Saskaņā ar svina statusu šo summu var reizināt ar šo likmi, lai novērtētu globālo summu, ko var radīt visas jūsu iespējas. Vērtība ir procenti (no 0 līdz 100).
       TemplateForElement=This template record is dedicated to which element
      -TypeOfTemplate=Type of template
      -TemplateIsVisibleByOwnerOnly=Template is visible by owner only
      +TypeOfTemplate=Veidne
      +TemplateIsVisibleByOwnerOnly=Veidne ir redzama tikai īpašniekam
       VisibleEverywhere=Redzams visur
       VisibleNowhere=Redzams nekur
       FixTZ=Laika zonas labojums
      @@ -1733,12 +1747,12 @@ MailToSendProposal=Klienta piedāvājumi
       MailToSendOrder=Klienta pasūtījumi
       MailToSendInvoice=Klienta rēķini
       MailToSendShipment=Sūtījumi
      -MailToSendIntervention=Interventions
      +MailToSendIntervention=Intervences
       MailToSendSupplierRequestForQuotation=Cenas pieprasījums
       MailToSendSupplierOrder=Pirkuma pasūtījumi
       MailToSendSupplierInvoice=Piegādātāja rēķini
       MailToSendContract=Līgumi
      -MailToThirdparty=Trešās personas
      +MailToThirdparty=Trešās puses
       MailToMember=Dalībnieki
       MailToUser=Lietotāji
       MailToProject=Projektu lapa
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Jūs izmantojat pēdējo stabilo versiju
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s ir pieejams. Versija %s ir liela versija ar daudzām jaunām funkcijām gan lietotājiem, gan izstrādātājiem. Jūs varat to lejupielādēt no https://www.dolibarr.org portāla lejupielādes apgabala (apakšdirektorijā Stable versijas). Lai iegūtu pilnīgu izmaiņu sarakstu, varat izlasīt <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a>.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s ir pieejams. Versija %s ir uzturēšanas versija, tāpēc tajā ir tikai kļūdu labojumi. Mēs iesakām ikvienam, kurš izmanto vecāku versiju, jaunināt uz šo. Tā kā jebkurā tehniskās apkopes izlaidumā šajā versijā nav nevienas jaunas funkcijas vai datu struktūras izmaiņas. Jūs varat to lejupielādēt no https://www.dolibarr.org portāla lejupielādes apgabala (apakšdirektorijā Stable versijas). Lai iegūtu pilnīgu izmaiņu sarakstu, varat izlasīt <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a>.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s ir pieejams. Versija %s ir uzturēšanas versija, tāpēc tajā ir tikai kļūdu labojumi. Mēs iesakām ikvienam, kurš izmanto vecāku versiju, jaunināt uz šo. Tā kā jebkurā tehniskās apkopes izlaidumā šajā versijā nav jaunu funkciju vai datu struktūras izmaiņu. Jūs varat to lejupielādēt no https://www.dolibarr.org portāla lejupielādes apgabala (apakšdirektorijā Stable versijas). Lai iegūtu pilnīgu izmaiņu sarakstu, varat izlasīt <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a>.
      +MultiPriceRuleDesc=Ja ir ieslēgta opcija "Vairāki cenu līmeņi uz produktu / pakalpojumu", katram produktam varat noteikt atšķirīgas cenas (vienu cenu līmenī). Lai ietaupītu laiku, šeit jūs varat ievadīt kārtulu, lai katram līmenim aprēķinātu cenu saskaņā ar pirmā līmeņa cenu, tāpēc katram produktam būs jāievada tikai pirmā līmeņa cena. Šī lapa ir šeit, lai ietaupītu laiku un varētu būt noderīga tikai tad, ja jūsu cenas katram līmenim ir salīdzinātas ar pirmo līmeni. Jūs varat ignorēt šo lapu vairumā gadījumu.
       ModelModulesProduct=Veidlapas produktu dokumentos
      -ToGenerateCodeDefineAutomaticRuleFirst=Lai varētu automātiski ģenerēt kodus, vispirms ir jāiestata pārvaldnieks, lai automātiski noteiktu svītrkoda numuru.
      +ToGenerateCodeDefineAutomaticRuleFirst=Lai varētu automātiski ģenerēt kodus, vispirms ir jānosaka pārvaldnieks, lai automātiski noteiktu svītrkoda numuru.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=Skatīt ChangeLog failu (tikai angļu valodā)
       AllPublishers=Visi izdevēji
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Pievienot citas lapas vai pakalpojumus
       AddModels=Pievienojiet dokumentu vai numerācijas veidnes
       AddSubstitutions=Pievienot atslēgu aizvietojumus
       DetectionNotPossible=Atklāšana nav iespējama
      -UrlToGetKeyToUseAPIs=Url, lai saņemtu token lai izmantotu API (pēc tam, kad ir saņemts tokens, tas tiek saglabāts datu bāzes lietotāju tabulā, un tas jānorāda katrā API zvanā)
      +UrlToGetKeyToUseAPIs=URL, lai saņemtu token lai izmantotu API (pēc tam, kad ir saņemts tokens, tas tiek saglabāts datu bāzes lietotāju tabulā, un tas jānorāda katrā API zvanā)
       ListOfAvailableAPIs=Pieejamo API saraksts
      -activateModuleDependNotSatisfied=Modulis "%s" ir atkarīgs no trūkstošā moduļa "%s", tāpēc modulis "%1$s" var nedarboties. Lūdzu, instalējiet moduli "%2$s" vai deaktivizējiet moduli "%1$s", ja vēlaties būt drošs no pārsteiguma
      -CommandIsNotInsideAllowedCommands=Komanda, kuru mēģināt palaist, nav iekļauta atļauto komandu sarakstā, kas definēts parametrā <strong> $ dolibarr_main_restrict_os_commands </ strong> <strong> conf.php </ strong> failā.
      +activateModuleDependNotSatisfied=Modulis "%s" ir atkarīgs no moduļa "%s", tas trūkst, tāpēc modulis "%1$s" var nedarboties pareizi. Lūdzu, instalējiet moduli "%2$s" vai deaktivizējiet moduli "%1$s", ja vēlaties būt drošs no pārsteiguma
      +CommandIsNotInsideAllowedCommands=Komandu, kuru mēģināt palaist, nav atļauto komandu sarakstā, kas definēts <strong> $ dolibarr_main_restrict_os_commands </ strong> failā <strong> conf.php </ strong>.
       LandingPage=Galvenā lapa
      -SamePriceAlsoForSharedCompanies=Ja izmantojat vairāku kompāniju moduli, izvēloties "Vienotā cena", cena būs vienāda visiem uzņēmumiem, ja produkti tiek koplietoti vidēs
      +SamePriceAlsoForSharedCompanies=Ja jūs izmantojat daudzuzņēmumu moduli, ar izvēli "Vienotā cena", cena būs vienāda visām kompānijām, ja produkti tiek sadalīti starp vidēm
       ModuleEnabledAdminMustCheckRights=Modulis ir aktivizēts. Atļaujas aktivizētajam modulim (-iem) tika piešķirtas tikai administratoru lietotājiem. Nepieciešamības gadījumā Jums vajadzēs piešķirt tiesības citiem lietotājiem vai grupām manuāli.
      -UserHasNoPermissions=Šis lietotājs nav definējis atļauju
      -TypeCdr=Izmantojiet "Nav", ja maksājuma termiņa datums ir rēķina datums plus delta dienās (delta ir lauks "Nb dienas") <br> Lietojiet "mēneša beigās", ja pēc delta, datums ir jāpalielina lai sasniegtu mēneša beigas (+ izvēles "nobīde" dienās) <br> Izmantojiet "Pašreizējais / Nākamais", lai maksājuma termiņš būtu mēneša pirmais N (N tiek saglabāts laukā "Nb of dienas").
      +UserHasNoPermissions=Šis lietotājs nav definējis atļaujas
      +TypeCdr=Izmantojiet "Nav", ja maksājuma termiņa datums ir rēķina datums plus delta dienās (delta ir lauks "%s") <br> Lietojiet "mēneša beigās", ja pēc delta, datums ir jāpalielina, lai sasniegtu mēneša beigas (+ izvēles "%s" dienās) <br> Izmantojiet "Pašreizējais / Nākamais", lai maksājuma termiņš būtu mēneša pirmajā N mēnesī pēc delta (delta ir lauks "%s", N tiek saglabāts laukā "%s")
       BaseCurrency=Uzņēmuma atsauces valūta (iestatiet uzņēmuma iestatījumus, lai mainītu šo)
      -WarningNoteModuleInvoiceForFrenchLaw=Šis modulis %s atbilst Francijas tiesību aktiem (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Šis modulis %s atbilst krievu likumiem (Loi Finance 2016), jo modulis Non Reversible Logs tiek automātiski aktivizēts.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Jūs mēģināt instalēt moduli %s, kas ir ārējs modulis. Ārējā moduļa aktivizēšana nozīmē, ka jūs uzticaties moduļa izdevējai, un esat pārliecināts, ka šis modulis negatīvi nemaina jūsu lietojumprogrammas darbību un atbilst jūsu valsts tiesību aktiem (%s). Ja modulis nodrošina ne juridisku funkciju, jūs kļūstat atbildīgs par nevalstiskās programmatūras izmantošanu.
      +WarningNoteModuleInvoiceForFrenchLaw=Šis modulis %s atbilst Francijas likumiem (Loi Finance 2016).
      +WarningNoteModulePOSForFrenchLaw=Šis modulis %s atbilst Francijas likumiem (Loi Finance 2016), jo automātiski tiek aktivizēts modulis Non Reversible Logs.
      +WarningInstallationMayBecomeNotCompliantWithLaw=Jūs mēģināt instalēt moduli %s, kas ir ārējs modulis. Ārējā moduļa aktivizēšana nozīmē, ka jūs uzticaties šī moduļa izdevējam un vai esat pārliecināts, ka šis modulis nelabvēlīgi neietekmē jūsu lietojumprogrammas darbību un atbilst jūsu valsts tiesību aktiem (%s). Ja modulis ievieš nelegālu funkciju, jūs kļūstat atbildīgs par nelikumīgas programmatūras lietošanu.
       MAIN_PDF_MARGIN_LEFT=Kreisā puse PDF failā
       MAIN_PDF_MARGIN_RIGHT=Labā puse PDF failā
       MAIN_PDF_MARGIN_TOP=Galvene PDF failā
       MAIN_PDF_MARGIN_BOTTOM=Kājene PDF failā
      +NothingToSetup=Šajā modulī nav īpašu iestatījumu.
       SetToYesIfGroupIsComputationOfOtherGroups=Iestatiet to uz "jā", ja šī grupa ir citu grupu aprēķins
      -EnterCalculationRuleIfPreviousFieldIsYes=Ievadiet kalkulācijas kārtulu, ja iepriekšējais laukums ir iestatīts uz Jā (Piemēram, 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Ievadiet aprēķina kārtulu, ja iepriekšējais lauks ir iestatīts uz Jā (Piemēram, 'CODEGRP1 + CODEGRP2')
       SeveralLangugeVariatFound=Atrasti vairāki valodu varianti
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Noņemt īpašās rakstzīmes
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filtrs tīrajai vērtībai (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=GDPR kontakts
      -GDPRContactDesc=Ja jūs glabājat datus par Eiropas uzņēmumiem / pilsoni, šeit varat saglabāt kontaktpersonu, kas ir atbildīgs par vispārējo datu aizsardzības regulu
      +GDPRContact=Datu aizsardzības inspektors (DPO, datu konfidencialitāte vai GDPR kontakts)
      +GDPRContactDesc=Ja jūs glabājat datus par Eiropas uzņēmumiem / pilsoni, varat saglabāt kontaktpersonu, kas ir atbildīgs par vispārējo datu aizsardzības regulu šeit
      +HelpOnTooltip=Palīdzības teksts tiek parādīts rīka padomā
      +HelpOnTooltipDesc=Šeit ievietojiet tekstu vai tulkošanas taustiņu, lai teksts tiktu rādīts rīka padomē, kad šis lauks parādās formā
      +YouCanDeleteFileOnServerWith=Šo failu varat izdzēst serverī, izmantojot komandrindu: <br> %s
      +ChartLoaded=Konta diagramma ielādēta
      +SocialNetworkSetup=Moduļa Sociālo tīklu iestatīšana
      +EnableFeatureFor=Iespējot funkcijas <strong> %s </strong>
      +VATIsUsedIsOff=Piezīme. Iespēja izmantot pārdošanas nodokli vai PVN izvēlnē %s - %s ir iestatīts uz <strong> Izslēgts</strong>, tādēļ pārdošanas nodoklis vai izmantotā PVN vienmēr būs 0 pārdošanai.
      +SwapSenderAndRecipientOnPDF=Pārsūtīt sūtītāja un adresāta adresi PDF formātā
      +FeatureSupportedOnTextFieldsOnly=Brīdinājums, funkcija tiek atbalstīta tikai teksta laukos
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Konfigurācijas moduļa resurss
       UseSearchToSelectResource=Izmantojiet meklēšanas formu, lai izvēlētos resursu (nevis nolaižamo sarakstu).
       DisabledResourceLinkUser=Atspējot funkciju, lai resursus saistītu ar lietotājiem
       DisabledResourceLinkContact=Atspējot funkciju, lai resursu saistītu ar kontaktpersonām
       ConfirmUnactivation=Apstipriniet moduļa atiestatīšanu
      +OnMobileOnly=Tikai mazam ekrānam (viedtālrunim)
      +DisableProspectCustomerType=Atspējojiet "Prospect + Customer" trešās puses veidu (tādēļ trešai personai jābūt Prospect vai Klientam, bet nevar būt abas)
      diff --git a/htdocs/langs/lv_LV/agenda.lang b/htdocs/langs/lv_LV/agenda.lang
      index e40f2206320..03595ff6df6 100644
      --- a/htdocs/langs/lv_LV/agenda.lang
      +++ b/htdocs/langs/lv_LV/agenda.lang
      @@ -31,14 +31,15 @@ ViewWeek=Nedēļas skats
       ViewPerUser=Katra lietotāja skats
       ViewPerType=Viena veida skats
       AutoActions= Automātiskā aizpildīšana
      -AgendaAutoActionDesc= Define here events for which you want Dolibarr to create automatically an event in agenda. If nothing is checked, only manual actions will be included in logged and visible into agenda. Automatic tracking of business actions done on objects (validation, status change) will not be saved.
      -AgendaSetupOtherDesc= Šī lapa sniedz iespējas, lai ļautu eksportēt savu Dolibarr notikumiem uz ārēju kalendāru (Thunderbird, Google Calendar, ...)
      +AgendaAutoActionDesc= Šeit jūs varat definēt notikumus, kurus Dolibarr vēlaties automātiski izveidot programmā. Ja nekas nav atzīmēts, logos tiks iekļautas tikai rokasgrāmatas un parādīsies programmā. Automātiska biznesa darbību veikšana objektos (validācija, statusa maiņa) netiks saglabāta.
      +AgendaSetupOtherDesc= Šajā lapā ir iespējas, kā atļaut eksportēt jūsu Dolibarr notikumus ārējā kalendārā (pērkona negaiss, kalendārs google ...)
       AgendaExtSitesDesc=Šī lapa ļauj atzīt ārējos avotus kalendārus, lai redzētu savus notikumus uz Dolibarr kārtībā.
       ActionsEvents=Pasākumi, par kuriem Dolibarr radīs prasību kārtībā automātiski
      -EventRemindersByEmailNotEnabled=Pasākumu atgādinājumus pa e-pastu netika aktivizēts Agenda moduļa iestatījumos.
      +EventRemindersByEmailNotEnabled=Pasākumu atgādinājumi pa e-pastu netika iespējoti %s moduļa iestatījumos.
       ##### Agenda event labels #####
       NewCompanyToDolibarr=Trešā puse izveidota %s
       ContractValidatedInDolibarr=Līgumi %s apstiprināti
      +CONTRACT_DELETEInDolibarr=Līgums %s svītrots
       PropalClosedSignedInDolibarr=Piedāvājumi %s parakstīti
       PropalClosedRefusedInDolibarr=Piedāvājums %s atteikts
       PropalValidatedInDolibarr=Priekšlikums %s apstiprināts
      @@ -54,8 +55,8 @@ MemberModifiedInDolibarr=Dalībnieks %s labots
       MemberResiliatedInDolibarr=Dalībnieks %s ir izbeigts
       MemberDeletedInDolibarr=Dalībnieks %s dzēsts
       MemberSubscriptionAddedInDolibarr=Abonements %s dalībniekam %s pievienots
      -MemberSubscriptionModifiedInDolibarr=Abonements %s biedram %s ir modificēts
      -MemberSubscriptionDeletedInDolibarr=Abonements %s biedram %s svītrots
      +MemberSubscriptionModifiedInDolibarr=Abonements %s biedram %s ir labots
      +MemberSubscriptionDeletedInDolibarr=Abonements %s dalībniekam %s dzēsts
       ShipmentValidatedInDolibarr=Sūtījums %s apstiprināts
       ShipmentClassifyClosedInDolibarr=Sūtījums %s, kas klasificēts kā rēķins
       ShipmentUnClassifyCloseddInDolibarr=Sūtījums %s klasificēts atkārtoti atvērts
      @@ -74,7 +75,7 @@ OrderSentByEMail=Klienta pasūtījums %s nosūtīts pa e-pastu
       InvoiceSentByEMail=Klienta rēķins %s nosūtīts pa e-pastu
       SupplierOrderSentByEMail=Piegādātāja pasūtījums %s nosūtīts pa e-pastu
       SupplierInvoiceSentByEMail=Piegādātāja rēķins %s nosūtīts pa e-pastu
      -ShippingSentByEMail=Shipment %s sent by EMail
      +ShippingSentByEMail=Sūtījums %s nosūtīts pa e-pastu
       ShippingValidated= Sūtījums %s apstiprināts
       InterventionSentByEMail=Intervention %s sent by EMail
       ProposalDeleted=Piedāvājums dzēsts
      @@ -83,10 +84,10 @@ InvoiceDeleted=Rēķins dzēsts
       PRODUCT_CREATEInDolibarr=Produkts %s ir izveidots
       PRODUCT_MODIFYInDolibarr=Produkts %s ir labots
       PRODUCT_DELETEInDolibarr=Produkts %s dzēsts
      -EXPENSE_REPORT_CREATEInDolibarr=Izdevēja ziņojums %s izveidots
      +EXPENSE_REPORT_CREATEInDolibarr=Izdevumu pārskats %s izveidots
       EXPENSE_REPORT_VALIDATEInDolibarr=Izdevumu pārskats %s ir apstiprināts
       EXPENSE_REPORT_APPROVEInDolibarr=Izdevumu pārskats %s ir apstiprināts
      -EXPENSE_REPORT_DELETEInDolibarr=Izdevumu pārskats %s svītrots
      +EXPENSE_REPORT_DELETEInDolibarr=Izdevumu pārskats %s dzēsts
       EXPENSE_REPORT_REFUSEDInDolibarr=Izdevumu pārskats %s noraidītie
       PROJECT_CREATEInDolibarr=Projekts %s izveidots
       PROJECT_MODIFYInDolibarr=Projekts %s ir labots
      @@ -97,10 +98,10 @@ DateActionStart=Sākuma datums
       DateActionEnd=Beigu datums
       AgendaUrlOptions1=Jūs varat pievienot arī šādus parametrus, lai filtrētu produkciju:
       AgendaUrlOptions3=<b>logina=%s</b> to restrict output to actions owned by a user <b>%s</b>.
      -AgendaUrlOptionsNotAdmin=<b> logina =! %s </ b>, lai ierobežotu izvadi uz darbībām, kas nav lietotāja īpašumā <b> %s </ b>.
      +AgendaUrlOptionsNotAdmin=<b>logina =! %s</b>, lai ierobežotu izvadi darbībām, kas nav lietotāja īpašumā <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>, lai ierobežotu izlaidi darbībām, kas saistītas ar projektu <b> __ PROJECT_ID __ </ b>.
      -AgendaUrlOptionsNotAutoEvent=<b> notactiontype = systemauto </ b>, lai izslēgtu automātisku notikumu.
      +AgendaUrlOptionsNotAutoEvent=<b> notactiontype = systemauto </ b>, lai izslēgtu automātiskus notikumus.
       AgendaShowBirthdayEvents=Rādīt kontaktu dzimšanas dienas
       AgendaHideBirthdayEvents=Slēpt kontaktu dzimšanas dienas
       Busy=Aizņemts
      @@ -110,7 +111,7 @@ DefaultWorkingHours=Noklusējuma darba stundas dienā (Piemēram: 9-18)
       # External Sites ical
       ExportCal=Eksportēt kalendāru
       ExtSites=Importēt ārējos kalendārus
      -ExtSitesEnableThisTool=Show external calendars (defined into global setup) into agenda. Does not affect external calendars defined by users.
      +ExtSitesEnableThisTool=Rādiet ārējos kalendārus (definēti vispārējā iestatījumā) programmā. Neietekmē lietotāja definētie ārējie kalendāri.
       ExtSitesNbOfAgenda=Kalendāru skaits
       AgendaExtNb=Kalendāra Nr. %s
       ExtSiteUrlAgenda=URL, lai piekļūtu. ICal failam
      diff --git a/htdocs/langs/lv_LV/banks.lang b/htdocs/langs/lv_LV/banks.lang
      index f9eb621f7c2..9e2f2985f08 100644
      --- a/htdocs/langs/lv_LV/banks.lang
      +++ b/htdocs/langs/lv_LV/banks.lang
      @@ -7,7 +7,7 @@ BankName=Bankas nosaukums
       FinancialAccount=Konts
       BankAccount=Bankas konts
       BankAccounts=Banku konti
      -BankAccountsAndGateways=Bankas konti | Vārti
      +BankAccountsAndGateways=Banka | Vārti
       ShowAccount=Rādīt kontu
       AccountRef=Finanšu konta ref
       AccountLabel=Finanšu konts nosaukums
      @@ -35,7 +35,7 @@ SwiftValid=BIC / SWIFT derīgs
       SwiftVNotalid=BIC/SWIFT nav derīgs
       IbanValid=Derīgs BAN
       IbanNotValid=BAN nav derīgs
      -StandingOrders=Direct Debit orders
      +StandingOrders=Tiešā debeta pasūtījumi
       StandingOrder=Tiešā debeta rīkojums
       AccountStatement=Konta izraksts
       AccountStatementShort=Paziņojums
      @@ -46,7 +46,7 @@ BankAccountDomiciliation=Konta adrese
       BankAccountCountry=Konta valsts
       BankAccountOwner=Konta īpašnieka vārds
       BankAccountOwnerAddress=Konta īpašnieka adrese
      -RIBControlError=Integritātes pārbaude vērtību neizdodas. Tas nozīmē, ka informācija par šo konta numuru, nav pilnīga vai nepareizi (pārbaudiet valsti, numuri un IBAN).
      +RIBControlError=Vērtību integritātes pārbaude neizdodas. Tas nozīmē, ka informācija par šī konta numuru ir nepilnīga vai nepareiza (pārbaudiet valsti, ciparus un IBAN).
       CreateAccount=Izveidot kontu
       NewBankAccount=Jauns konts
       NewFinancialAccount=Jauns finanšu konts
      @@ -76,6 +76,7 @@ TransactionsToConciliate=Entries to reconcile
       Conciliable=Var saskaņot
       Conciliate=Samierināt
       Conciliation=Samierināšanās
      +SaveStatementOnly=Saglabāt tikai paziņojumu
       ReconciliationLate=Saskaņošana ir novēlota
       IncludeClosedAccount=Iekļaut slēgtos kontus
       OnlyOpenedAccount=Tikai atvērtie konti
      @@ -91,9 +92,9 @@ LineRecord=Darījums
       AddBankRecord=Pievienot ierakstu
       AddBankRecordLong=Pievienot ierakstu manuāli
       Conciliated=Saskaņots
      -ConciliatedBy=Jāsaskaņo ar
      +ConciliatedBy=Saskaņots ar
       DateConciliating=Izvērtējiet datumu
      -BankLineConciliated=Entry reconciled
      +BankLineConciliated=Ieraksts ir saskaņots
       Reconciled=Saskaņots
       NotReconciled=Nesaskaņot
       CustomerInvoicePayment=Klienta maksājums
      @@ -104,19 +105,19 @@ SocialContributionPayment=Social/fiscal tax payment
       BankTransfer=Bankas pārskaitījums
       BankTransfers=Bankas pārskaitījumi
       MenuBankInternalTransfer=Iekšējā pārsūtīšana
      -TransferDesc=Transfer from one account to another one, Dolibarr will write two record (a debit in source account and a credit in target account. The same amount (except sign), label and date will be used for this transaction)
      +TransferDesc=Pārejot no viena konta uz otru, Dolibarr uzraksta divus ierakstus (debeta avota kontā un kredīta mērķa kontā). Šim darījumam tiks izmantota tāda pati summa (izņemot zīmi), etiķeti un datumu)
       TransferFrom=No
       TransferTo=Kam
       TransferFromToDone=No <b>%s</b> nodošana <b>%s</b> par <b>%s</b> %s ir ierakstīta.
       CheckTransmitter=Raidītājs
      -ValidateCheckReceipt=Validate this check receipt?
      -ConfirmValidateCheckReceipt=Are you sure you want to validate this check receipt, no change will be possible once this is done?
      +ValidateCheckReceipt=Vai apstiprināt šo čeku?
      +ConfirmValidateCheckReceipt=Vai tiešām vēlaties apstiprināt šo čeka kvīti, ja vien tas nenotiks, izmaiņas nebūs iespējamas?
       DeleteCheckReceipt=Dzēst šo čeku?
       ConfirmDeleteCheckReceipt=Vai tiešām vēlaties dzēst šo čeka kvīti?
       BankChecks=Bankas čeki
      -BankChecksToReceipt=Checks awaiting deposit
      +BankChecksToReceipt=Pārbaudes, kas gaida noguldījumu
       ShowCheckReceipt=Rādīt pārbaude depozīta saņemšanu
      -NumberOfCheques=Pārbaužu skaits
      +NumberOfCheques=Čeku skaits
       DeleteTransaction=Dzēst ierakstu
       ConfirmDeleteTransaction=Vai tiešām vēlaties dzēst šo ierakstu?
       ThisWillAlsoDeleteBankRecord=Tas arī izdzēš izveidotos bankas darījumus
      @@ -135,8 +136,8 @@ BankTransactionLine=Bankas darījums
       AllAccounts=Visi bankas un naudas konti
       BackToAccount=Atpakaļ uz kontu
       ShowAllAccounts=Parādīt visiem kontiem
      -FutureTransaction=Darījumi ar Futur. Nav veids, kā samierināt.
      -SelectChequeTransactionAndGenerate=Izvēlieties / filtru pārbaudes, lai iekļautu uz pārbaudes depozīta saņemšanas un noklikšķiniet uz &quot;Izveidot&quot;.
      +FutureTransaction=Darījums nākotnē. Nav iespējams samierināties.
      +SelectChequeTransactionAndGenerate=Atlasiet / filtru pārbaudes, lai iekļautu čeku depozīta kvīti, un noklikšķiniet uz "Izveidot".
       InputReceiptNumber=Choose the bank statement related with the conciliation. Use a sortable numeric value: YYYYMM or YYYYMMDD
       EventualyAddCategory=Galu galā, norādiet kategoriju, kurā klasificēt ierakstus
       ToConciliate=Saskaņot?
      @@ -147,13 +148,13 @@ LabelRIB=BAN Label
       NoBANRecord=No BAN record
       DeleteARib=Delete BAN record
       ConfirmDeleteRib=Are you sure you want to delete this BAN record ?
      -RejectCheck=Check returned
      +RejectCheck=Čeks atgriezts
       ConfirmRejectCheck=Vai tiešām vēlaties atzīmēt šo pārbaudi kā noraidītu?
       RejectCheckDate=Date the check was returned
       CheckRejected=Check returned
       CheckRejectedAndInvoicesReopened=Check returned and invoices reopened
       BankAccountModelModule=Dokumentu veidnes banku kontiem
      -DocumentModelSepaMandate=SEPA mandāta veidne. Lietošanai eiropas valstīs tikai EEK.
      +DocumentModelSepaMandate=SEPA mandāta veidne. Noderīga Eiropas valstīm tikai EEK.
       DocumentModelBan=Veidne, lai izdrukātu lapu ar BAN informāciju.
       NewVariousPayment=Jauni dažādi maksājumi
       VariousPayment=Dažādi maksājumi
      @@ -162,4 +163,4 @@ ShowVariousPayment=Parādīt dažādus maksājumus
       AddVariousPayment=Pievienot dažādus maksājumus
       SEPAMandate=SEPA mandāts
       YourSEPAMandate=Jūsu SEPA mandāts
      -FindYourSEPAMandate=Tas ir jūsu SEPA mandāts, lai pilnvarotu mūsu uzņēmumu veikt tiešā debeta pasūtījumu savai bankai. Pateicamies, ka tas ir parakstīts (parakstītā dokumenta skenēšana) vai nosūtīts pa pastu uz adresi
      +FindYourSEPAMandate=Tas ir jūsu SEPA mandāts, lai pilnvarotu mūsu uzņēmumu veikt tiešā debeta pasūtījumu savai bankai. Atgriezt to parakstu (skenēt parakstīto dokumentu) vai nosūtīt pa pastu uz
      diff --git a/htdocs/langs/lv_LV/bills.lang b/htdocs/langs/lv_LV/bills.lang
      index e9bbe02852a..66104d0367a 100644
      --- a/htdocs/langs/lv_LV/bills.lang
      +++ b/htdocs/langs/lv_LV/bills.lang
      @@ -25,15 +25,15 @@ InvoiceProFormaAsk=Proforma rēķins
       InvoiceProFormaDesc=<b>Formāta rēķins</b> ir attēls patiesu rēķina, bet nav nekādas grāmatvedības uzskaites vērtības.
       InvoiceReplacement=Nomaiņas rēķins
       InvoiceReplacementAsk=Nomaiņa rēķins par rēķinu
      -InvoiceReplacementDesc=<b>Replacement invoice</b> is used to cancel and replace completely an invoice with no payment already received.<br><br>Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
      +InvoiceReplacementDesc=<b> Nomaiņa rēķins </ b> tiek izmantots, lai atceltu un pilnībā nomainītu rēķinu bez jau saņemta maksājuma. <br> <br> Piezīme. Var nomainīt tikai rēķinus bez maksājuma. Ja rēķins, kuru nomaināt, vēl nav aizvērts, tas tiks automātiski slēgts, lai "pamestu".
       InvoiceAvoir=Kredīta piezīme
       InvoiceAvoirAsk=Kredīta piezīme, lai koriģētu rēķinu
      -InvoiceAvoirDesc=<b>Kredīts piezīme</b> ir negatīvs rēķins izmantot, lai atrisinātu to, ka rēķins ir summa, kas atšķiras par summu, patiesībā maksā (jo klients maksā pārāk daudz kļūdas dēļ, vai arī nav samaksāta pilnībā, jo viņš atgriezās dažus produktus, piemēram).
      +InvoiceAvoirDesc=<b> kredītrēķins</b>  ir negatīvs faktūrrēķins, ko izmanto, lai labotu faktu, ka rēķinā ir summa, kas atšķiras no faktiski samaksātās summas (piemēram, klients ir kļūdaini samaksājis pārāk lielu summu vai pilnībā nemaksā, jo viņš atgriezīsies produkti).
       invoiceAvoirWithLines=Create Credit Note with lines from the origin invoice
       invoiceAvoirWithPaymentRestAmount=Create Credit Note with remaining unpaid of origin invoice
       invoiceAvoirLineWithPaymentRestAmount=Kredīta piezīme par atlikušo neapmaksāto summu
       ReplaceInvoice=Aizstāt rēķinu %s
      -ReplacementInvoice=Nomaiņa rēķins
      +ReplacementInvoice=Nomaiņas rēķins
       ReplacedByInvoice=Aizstāts ar rēķinu %s
       ReplacementByInvoice=Aizstāts ar rēķinu
       CorrectInvoice=Labot rēķinu %s
      @@ -66,12 +66,12 @@ paymentInInvoiceCurrency=rēķinu valūtā
       PaidBack=Atmaksāts atpakaļ
       DeletePayment=Izdzēst maksājumu
       ConfirmDeletePayment=Vai tiešām vēlaties dzēst šo maksājumu?
      -ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount ?<br>The amount will so be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
      -ConfirmConvertToReducSupplier=Vai jūs vēlaties pārvērst šo %s par absolūtu atlaidi? <br> Šī summa tiks saglabāta starp visām atlaidēm un varētu tikt izmantota kā atlaide pašreizējam vai nākamajam rēķinam šim piegādātājam.
      +ConfirmConvertToReduc=Vai jūs vēlaties pārvērst šo %s par absolūtu atlaidi? <br> Summa tiks saglabāta starp visām atlaidēm, un to varēs izmantot kā atlaidi pašreizējam vai turpmākam rēķinam šim klientam.
      +ConfirmConvertToReducSupplier=Vai jūs vēlaties pārvērst šo %s par absolūtu atlaidi? <br> Summa tiks saglabāta starp visām atlaidēm, un to varēs izmantot kā atlaidi pašreizējam vai turpmākam rēķinam šim piegādātājam.
       SupplierPayments=Piegādātāju maksājumi
       ReceivedPayments=Saņemtie maksājumi
       ReceivedCustomersPayments=Maksājumi, kas saņemti no klientiem
      -PayedSuppliersPayments=Payments payed to suppliers
      +PayedSuppliersPayments=Piegādātājiem maksātie maksājumi
       ReceivedCustomersPaymentsToValid=Saņemtās klientiem maksājumu apstiprināšanai,
       PaymentsReportsForYear=Maksājumu atskaites par %s
       PaymentsReports=Maksājumu atskaites
      @@ -91,8 +91,8 @@ PaymentConditionsShort=Apmaksas noteikumi
       PaymentAmount=Maksājuma summa
       ValidatePayment=Apstiprināt maksājumu
       PaymentHigherThanReminderToPay=Maksājumu augstāka nekā atgādinājums par samaksu
      -HelpPaymentHigherThanReminderToPay=Uzmanība, maksājuma summu, no vienas vai vairākām rēķinus, ir lielāks nekā pārējās maksāt. <br> Labot savu ierakstu, citādi apstiprināt un domāt par izveidot kredīta piezīmi par pārsnieguma saņem par katru pārmaksāto rēķiniem.
      -HelpPaymentHigherThanReminderToPaySupplier=Uzmanību, vienas vai vairāku rēķinu maksājuma summa ir augstāka nekā pārējā summa, kas jāmaksā. <br> Rediģējiet savu ierakstu, citādi apstipriniet un domājiet par kredīta paziņojuma izveidi par pārsniegto samaksu par katru pārmaksāto rēķinu.
      +HelpPaymentHigherThanReminderToPay=Uzmanību! Viena vai vairāku rēķinu maksājuma summa ir lielāka par nesamaksāto summu. <br> Rediģējiet savu ierakstu, citādi apstipriniet un apsveriet iespēju izveidot kredītzīmi par pārsniegto saņemto summu par katru pārmaksāto rēķinu.
      +HelpPaymentHigherThanReminderToPaySupplier=Uzmanību! Viena vai vairāku rēķinu maksājuma summa ir lielāka par nesamaksāto summu. <br> Rediģējiet savu ierakstu, citādi apstipriniet un apsveriet iespēju izveidot kredītzīmi par pārsniegto samaksu par katru pārmaksāto rēķinu.
       ClassifyPaid=Klasificēt "Apmaksāts"
       ClassifyPaidPartially=Klasificēt 'Apmaksāts daļēji'
       ClassifyCanceled=Klasificēt &quot;Abandoned&quot;
      @@ -131,7 +131,8 @@ BillStatusClosedUnpaid=Slēgts (nav apmaksāts)
       BillStatusClosedPaidPartially=Samaksāts (daļēji)
       BillShortStatusDraft=Melnraksts
       BillShortStatusPaid=Apmaksāts
      -BillShortStatusPaidBackOrConverted=Refund or converted
      +BillShortStatusPaidBackOrConverted=Atmaksāts vai konvertēts
      +Refunded=Atmaksāts
       BillShortStatusConverted=Apmaksāts
       BillShortStatusCanceled=Pamesti
       BillShortStatusValidated=Pārbaudīts
      @@ -141,16 +142,16 @@ BillShortStatusNotRefunded=Neatmaksā
       BillShortStatusClosedUnpaid=Slēgts
       BillShortStatusClosedPaidPartially=Samaksāts (daļēji)
       PaymentStatusToValidShort=Jāpārbauda
      -ErrorVATIntraNotConfigured=Intracommunautary PVN numurs vēl nav noteikta
      +ErrorVATIntraNotConfigured=Kopienas iekšējais PVN maksāšanas numurs vēl nav noteikts
       ErrorNoPaiementModeConfigured=Nav noklusējuma maksājumu režīms noteikts. Iet uz rēķinu modulis uzstādīšanas noteikt šo.
       ErrorCreateBankAccount=Izveidojiet bankas kontu, tad iet uz Setup paneli Rēķins moduli, lai noteiktu maksājumu veidiem
       ErrorBillNotFound=Rēķins %s neeksistē
      -ErrorInvoiceAlreadyReplaced=Kļūdas, jūs mēģināt apstiprināt rēķinu, lai aizstātu rēķinu %s. Bet tas viens jau ir aizstāts ar rēķinu %s.
      +ErrorInvoiceAlreadyReplaced=Kļūda, mēģinājāt apstiprināt rēķinu, lai aizstātu rēķinu %s. Bet šis jau ir aizstāts ar rēķinu %s.
       ErrorDiscountAlreadyUsed=Kļūda, atlaide jau tiek pielietota
       ErrorInvoiceAvoirMustBeNegative=Kļūda, pareizs rēķins, jābūt ar negatīvu summu
       ErrorInvoiceOfThisTypeMustBePositive=Kļūda, šim rēķina veidam ir jābūt ar pozitīvu summu
       ErrorCantCancelIfReplacementInvoiceNotValidated=Kļūda, nevar atcelt rēķinu, kas ir aizstāts ar citu rēķina, kas vēl ir projekta stadijā
      -ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Šī daļa jau ir izmantota, tāpēc noņemt atlaides seriju.
      +ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Šī daļa jau ir izmantota, tāpēc atlaides sērijas nevar noņemt.
       BillFrom=No
       BillTo=Kam
       ActionsOnBill=Pasākumi attiecībā uz rēķinu
      @@ -163,14 +164,14 @@ LastBills=Pēdējie %s rēķini
       LatestTemplateInvoices=Jaunākie %s veidņu rēķini
       LatestCustomerTemplateInvoices=Jaunākie %s klientu veidņu rēķini
       LatestSupplierTemplateInvoices=Jaunākie %s piegādātāju veidņu rēķini
      -LastCustomersBills=Latest %s customer invoices
      -LastSuppliersBills=Latest %s supplier invoices
      +LastCustomersBills=Jaunākie %s klientu rēķini
      +LastSuppliersBills=Jaunākie %s piegādātāja rēķini
       AllBills=Visi rēķini
       AllCustomerTemplateInvoices=Visi veidņu rēķini
       OtherBills=Citi rēķini
       DraftBills=Rēķinu sagatave
      -CustomersDraftInvoices=Customer draft invoices
      -SuppliersDraftInvoices=Supplier draft invoices
      +CustomersDraftInvoices=Klienta rēķinu sagataves
      +SuppliersDraftInvoices=Piegādātāja rēķinu sagataves
       Unpaid=Nesamaksāts
       ConfirmDeleteBill=Vai tiešām vēlaties dzēst šo rēķinu?
       ConfirmValidateBill=Vai jūs tiešām vēlaties apstiprināt šo rēķinu ar atsauci <b>%s</b>?
      @@ -179,20 +180,20 @@ ConfirmClassifyPaidBill=Vai esat pārliecināts, ka vēlaties mainīt rēķina <
       ConfirmCancelBill=Vai esat pārliecināts, ka vēlaties atcelt rēķinu <b>%s</b> ?
       ConfirmCancelBillQuestion=Kāpēc jūs vēlaties, lai klasificētu šo rēķinu 'pamests'?
       ConfirmClassifyPaidPartially=Vai esat pārliecināts, ka vēlaties mainīt rēķina <b>%s,</b> statusu uz samaksāts?
      -ConfirmClassifyPaidPartiallyQuestion=Šis rēķins nav samaksāts pilnībā. Kādi ir iemesli, lai aizvērtu šo rēķinu?
      -ConfirmClassifyPaidPartiallyReasonAvoir=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I regularise the VAT with a credit note.
      -ConfirmClassifyPaidPartiallyReasonDiscount=Atlikušais neapmaksātais <b> (%s %s) </ b> ir piešķirta atlaide, jo maksājums tika veikts pirms termiņa.
      +ConfirmClassifyPaidPartiallyQuestion=Šis rēķins nav pilnībā samaksāts. Kāds ir iemesls, kāpēc jūs slēdzat šo rēķinu?
      +ConfirmClassifyPaidPartiallyReasonAvoir=Atlikušais neapmaksātais <b> (%s %s) </b> ir piešķirta atlaide, jo maksājums tika veikts pirms termiņa. Es regulē PVN ar kredītzīmi.
      +ConfirmClassifyPaidPartiallyReasonDiscount=Atlikušais neapmaksātais <b> (%s %s) </b> ir piešķirta atlaide, jo maksājums tika veikts pirms termiņa.
       ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I accept to lose the VAT on this discount.
       ConfirmClassifyPaidPartiallyReasonDiscountVat=Remaining unpaid <b>(%s %s)</b> is a discount granted because payment was made before term. I recover the VAT on this discount without a credit note.
       ConfirmClassifyPaidPartiallyReasonBadCustomer=Slikts klients
       ConfirmClassifyPaidPartiallyReasonProductReturned=Produkti daļēji atgriezti
       ConfirmClassifyPaidPartiallyReasonOther=Summa pamesti cita iemesla dēļ
      -ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Šī izvēle ir iespējama, ja jūsu rēķins ir nodrošinātas ar piemērotu komentāru. (Piemērs «tikai nodoklis, kas atbilst cenai, kas ir faktiski samaksāta dod tiesības atskaitīt»)
      -ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=Dažās valstīs, šī izvēle varētu būt iespējama tikai tad, ja rēķins ir pareizo noti.
      +ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Šī izvēle ir iespējama, ja jūsu rēķinā tiek piedāvāti piemēroti komentāri. (Piemērs "Tikai nodoklis, kas atbilst faktiski samaksātajai cenai, dod tiesības uz atskaitījumu")
      +ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=Dažās valstīs šī izvēle var būt iespējama tikai tad, ja jūsu rēķins satur pareizas piezīmes.
       ConfirmClassifyPaidPartiallyReasonAvoirDesc=Izmantojiet šo izvēli, ja visi citi neapmierina
      -ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=<b>Slikts klients</b> ir klients, kas atsakās samaksāt savu parādu.
      +ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=<b> sliktais pircējs</b>  ir klients, kurš atsakās maksāt parādu.
       ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Šo izvēli izmanto, ja samaksa nav bijusi pilnīga, jo daži no produktiem, tika atgriezti
      -ConfirmClassifyPaidPartiallyReasonOtherDesc=Izmantot šo izvēli, ja visi citi nav piemēroti, piemēram, šādos apstākļos: <br> - Maksājums nav pabeigta, jo daži produkti tika nosūtīti atpakaļ <br> - Pieprasītā summa ir pārāk svarīgs, jo atlaide bija aizmirsts <br> Visos gadījumos, summa pār-apgalvots, ir jākoriģē uzskaites sistēmā, izveidojot kredītu piezīmi.
      +ConfirmClassifyPaidPartiallyReasonOtherDesc=Izmantojiet šo izvēli, ja visi citi nav piemēroti, piemēram, šādā situācijā: <br> - maksājums nav pabeigts, jo daži produkti tika nosūtīti atpakaļ <br> - pieprasītā summa ir pārāk svarīga, jo atlaide tika aizmirsta <br> visos gadījumos summa Pārmērīgi liels pieprasījums ir jālabo grāmatvedības sistēmā, izveidojot kredītzīmi.
       ConfirmClassifyAbandonReasonOther=Cits
       ConfirmClassifyAbandonReasonOtherDesc=Šī izvēle tiek izmantota visos citos gadījumos. Piemēram, tāpēc, ka jūs plānojat, lai izveidotu aizstāt rēķinu.
       ConfirmCustomerPayment=Vai jūs apstiprināt šo maksājuma ievadi, <b>%s</b> %s?
      @@ -201,8 +202,9 @@ ConfirmValidatePayment=Vai jūs tiešām vēlaties apstiprināt šo maksājumu?
       ValidateBill=Apstiprināt rēķinu
       UnvalidateBill=Nepārbaudīts rēķins
       NumberOfBills=Rēķinu skaits
      -NumberOfBillsByMonth=Rēķinu skaits pa mēnešiem
      +NumberOfBillsByMonth=Rēķinu skaits mēnesī
       AmountOfBills=Rēķinu summa
      +AmountOfBillsHT=Rēķinu summa (bez nodokļiem)
       AmountOfBillsByMonthHT=Summa rēķini mēnesī (neto pēc nodokļiem)
       ShowSocialContribution=Show social/fiscal tax
       ShowBill=Rādīt rēķinu
      @@ -220,15 +222,15 @@ RemainderToPay=Neapmaksāts
       RemainderToTake=Atlikusī summa, kas jāsaņem
       RemainderToPayBack=Remaining amount to refund
       Rest=Gaida
      -AmountExpected=Pieprasīto summu
      -ExcessReceived=Excess saņemti
      +AmountExpected=Pieprasītā summa
      +ExcessReceived=Saņemts pārpalikums
       ExcessPaid=Pārmaksātā summa
       EscompteOffered=Piedāvāta atlaide (maksājums pirms termiņa)
       EscompteOfferedShort=Atlaide
       SendBillRef=Submission of invoice %s
       SendReminderBillRef=Submission of invoice %s (reminder)
      -StandingOrders=Direct debit orders
      -StandingOrder=Direct debit order
      +StandingOrders=Tiešā debeta pasūtījumi
      +StandingOrder=Tiešā debeta pasūtījums
       NoDraftBills=Nav rēķinu sagataves
       NoOtherDraftBills=Nekādi citi projekti rēķini
       NoDraftInvoices=Nav projektu rēķini
      @@ -260,9 +262,9 @@ Repeatables=Sagataves
       ChangeIntoRepeatableInvoice=Pārveidot par parauga rēķinu
       CreateRepeatableInvoice=Izveidot rēķina paraugu
       CreateFromRepeatableInvoice=Izveidot no parauga rēķina
      -CustomersInvoicesAndInvoiceLines=Klientu rēķinus un rēķinu s līnijas
      +CustomersInvoicesAndInvoiceLines=Klientu rēķini un rēķina dati
       CustomersInvoicesAndPayments=Klientu rēķini un maksājumi
      -ExportDataset_invoice_1=Klientu rēķinu sarakstu un rēķins ir līnijas
      +ExportDataset_invoice_1=Klientu rēķini un rēķina dati
       ExportDataset_invoice_2=Klientu rēķiniem un maksājumiem
       ProformaBill=Proforma Bils:
       Reduction=Atlaide
      @@ -282,9 +284,9 @@ RelativeDiscount=Relatīva atlaide
       GlobalDiscount=Globālā atlaide
       CreditNote=Kredīta piezīme
       CreditNotes=Kredīta piezīmes
      -CreditNotesOrExcessReceived=Credit notes or excess received
      -Deposit=Down payment
      -Deposits=Down payments
      +CreditNotesOrExcessReceived=Kredītkritumi vai saņemtie pārsniegumi
      +Deposit=Sākuma maksājums
      +Deposits=Sākuma maksājumi
       DiscountFromCreditNote=Atlaide no kredīta piezīmes %s
       DiscountFromDeposit=Down payments from invoice %s
       DiscountFromExcessReceived=Maksājumi, kas pārsniedz rēķinu %s
      @@ -302,9 +304,9 @@ DiscountAlreadyCounted=Atlaides vai kredīti, kas jau ir iztērēti
       CustomerDiscounts=Klientu atlaides
       SupplierDiscounts=Pārdevēja atlaides
       BillAddress=Rēķina adrese
      -HelpEscompte=Šī atlaide ir piešķirta klientam, jo ​​tas maksājumu veica pirms termiņa.
      -HelpAbandonBadCustomer=Šī summa ir pamests (klients teica, ka slikts klients), un tiek uzskatīts par ārkārtēju zaudēt.
      -HelpAbandonOther=Šī summa ir atteikusies, jo tā bija kļūda (nepareizs klients vai rēķins aizstāt ar citiem, piemēram)
      +HelpEscompte=Šī atlaide ir atlaide, kas piešķirta klientam, jo ​​maksājums tika veikts pirms termiņa.
      +HelpAbandonBadCustomer=Šī summa ir atteikta (klients uzskata par sliktu klientu), un tiek uzskatīts par ārkārtas zaudējumiem.
      +HelpAbandonOther=Šī summa ir pārtraukta, jo tā bija kļūda (piemēram, nepareizs klients vai rēķins).
       IdSocialContribution=Social/fiscal tax payment id
       PaymentId=Maksājuma id
       PaymentRef=Maksājumu ref.
      @@ -321,22 +323,22 @@ InvoiceNotChecked=Nav izvēlēts rēķins
       CloneInvoice=Klonēt rēķinu
       ConfirmCloneInvoice=Vai tiešām vēlaties klonēt šo rēķinu <b>%s</b>?
       DisabledBecauseReplacedInvoice=Darbība atspējots, jo rēķins ir aizstāts
      -DescTaxAndDividendsArea=This area presents a summary of all payments made for special expenses. Only record with payment during the fixed year are included here.
      +DescTaxAndDividendsArea=This area presents a summary of all payments made for special expenses. Only records with payment during the fixed year are included here.
       NbOfPayments=Maksājumu skaits
       SplitDiscount=Sadalīt atlaidi divās
      -ConfirmSplitDiscount=Are you sure you want to split this discount of <b>%s</b> %s into 2 lower discounts?
      -TypeAmountOfEachNewDiscount=Ievadiet summu par katru no divām daļām:
      -TotalOfTwoDiscountMustEqualsOriginal=Divām jaunajām atlaidēm jābūt vienādam ar sākotnējo atlaižu summu.
      +ConfirmSplitDiscount=Vai tiešām vēlaties sadalīt šo <b> %s </ b> %s atlaidi 2 mazākām atlaidēm?
      +TypeAmountOfEachNewDiscount=Ievades daudzums katrā no divām daļām:
      +TotalOfTwoDiscountMustEqualsOriginal=Kopā divām jaunām atlaidēm jābūt vienādām ar sākotnējo diskonta summu.
       ConfirmRemoveDiscount=Are you sure you want to remove this discount?
       RelatedBill=Saistītais rēķins
       RelatedBills=Saistītie rēķini
      -RelatedCustomerInvoices=Related customer invoices
      -RelatedSupplierInvoices=Related supplier invoices
      +RelatedCustomerInvoices=Saistītie klientu rēķini
      +RelatedSupplierInvoices=Saistītie piegādātāju rēķini
       LatestRelatedBill=Jaunākais sasitītais rēķins
      -WarningBillExist=Uzmanību, viens vai vairāki rēķini jau eksistē
      +WarningBillExist=Brīdinājums, jau ir viens vai vairāki rēķini
       MergingPDFTool=Merging PDF tool
       AmountPaymentDistributedOnInvoice=Maksājuma summa ir sadalīta rēķinā
      -PaymentOnDifferentThirdBills=Atļaut maksājumus dažādiem trešo valstu rēķiniem, bet tas pats mātes uzņēmums
      +PaymentOnDifferentThirdBills=Atļaut maksājumus dažādām trešo personu parādzīmēm, bet vienai mātes sabiedrībai
       PaymentNote=Maksājuma piezīmes
       ListOfPreviousSituationInvoices=Iepriekšējo situāciju rēķinu saraksts
       ListOfNextSituationInvoices=Nākamo situāciju rēķinu saraksts
      @@ -344,7 +346,7 @@ ListOfSituationInvoices=Rēķinu par situāciju saraksts
       CurrentSituationTotal=Kopējā pašreizējā situācija
       DisabledBecauseNotEnouthCreditNote=Lai noņemtu situācijas rēķinu no cikla, šajā rēķina kredītzīmju kopsummā jāaptver šis kopējais rēķins
       RemoveSituationFromCycle=Noņemiet šo rēķinu no cikla
      -ConfirmRemoveSituationFromCycle=Noņemiet šo rēķinu %s no cikla?
      +ConfirmRemoveSituationFromCycle=Noņemt šo rēķinu %s no cikla?
       ConfirmOuting=Apstipriniet atpūtu
       FrequencyPer_d=Katras %s dienas
       FrequencyPer_m=Katrus %s mēnešus
      @@ -394,7 +396,7 @@ PaymentConditionShort14DENDMONTH=Mēneša 14 dienas
       PaymentCondition14DENDMONTH=14 dienu laikā pēc mēneša beigām
       FixAmount=Noteikt daudzumu
       VarAmount=Mainīgais apjoms (%% tot.)
      -VarAmountOneLine=Variable amount (%% tot.) - 1 line with label '%s'
      +VarAmountOneLine=Mainīgā summa (%% kopā) - 1 rinda ar etiķeti '%s'
       # PaymentType
       PaymentTypeVIR=Bankas pārskaitījums
       PaymentTypeShortVIR=Bankas pārskaitījums
      @@ -416,11 +418,11 @@ PaymentTypeFAC=Faktors
       PaymentTypeShortFAC=Faktors
       BankDetails=Bankas rekvizīti
       BankCode=Bankas kods
      -DeskCode=Galda kods
      +DeskCode=Biroja kods
       BankAccountNumber=Konta numurs
      -BankAccountNumberKey=Taustiņš
      -Residence=Direct debit
      -IBANNumber=IBAN numurs
      +BankAccountNumberKey=Pārbaudiet ciparus
      +Residence=Tiešais debets
      +IBANNumber=IBAN pilnīgs konta numurs
       IBAN=IBAN
       BIC=BIC/SWIFT
       BICNumber=BIC / SWIFT numurs
      @@ -445,7 +447,7 @@ PaymentByTransferOnThisBankAccount=Apmaksa ar pārskaitījumu uz šādu bankas k
       VATIsNotUsedForInvoice=* Nav piemērojams PVN art-293B ar CGI
       LawApplicationPart1=Piemērojot likuma 80,335 no 12/05/80
       LawApplicationPart2=preces paliek īpašumā
      -LawApplicationPart3=pārdevējs kamēr pilnīga Čeka
      +LawApplicationPart3=pārdevējs, kamēr nav pilnībā samaksāts
       LawApplicationPart4=viņu cena.
       LimitedLiabilityCompanyCapital=SARL ar galvaspilsētu
       UseLine=Pielietot
      @@ -454,7 +456,7 @@ UseCredit=Izmantot kredītu
       UseCreditNoteInInvoicePayment=Samazināt summu ko maksā ar šo kredītu
       MenuChequeDeposits=Pārbauda noguldījumus
       MenuCheques=Pārbaudes
      -MenuChequesReceipts=Pārbaudes ieņēmumi
      +MenuChequesReceipts=Čeka kvītis
       NewChequeDeposit=Jauns noguldījums
       ChequesReceipts=Pārbaudes ieņēmumi
       ChequesArea=Pārbaudes noguldījumi zona
      @@ -476,19 +478,20 @@ CantRemovePaymentWithOneInvoicePaid=Nevar dzēst maksājumu, jo eksistē kaut vi
       ExpectedToPay=Gaidāmais maksājums
       CantRemoveConciliatedPayment=Nevar noņemt saskaņoto maksājumu
       PayedByThisPayment=Samaksāts ar šo maksājumu
      -ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices entirely paid.
      +ClosePaidInvoicesAutomatically=Klasificējiet "Apmaksā" visus standartus, iemaksājamos maksājumus vai nomainītos rēķinus, kas pilnībā samaksāti.
       ClosePaidCreditNotesAutomatically=Classify "Paid" all credit notes entirely paid back.
       ClosePaidContributionsAutomatically=Klasificējiet "Apmaksā" visas sociālās vai fiskālās iemaksas, kas pilnībā samaksātas.
      -AllCompletelyPayedInvoiceWillBeClosed=Visi rēķini, kas ir apmaksāti pilnībā automātiski tiks aizvērti ar statusu "Samaksāts".
      +AllCompletelyPayedInvoiceWillBeClosed=Viss rēķins bez atlikuma maksājuma tiks automātiski slēgts ar statusu "Apmaksāts".
       ToMakePayment=Maksāt
       ToMakePaymentBack=Atmaksāt
       ListOfYourUnpaidInvoices=Saraksts ar neapmaksātiem rēķiniem
       NoteListOfYourUnpaidInvoices=Piezīme: Šis saraksts satur tikai rēķinus par trešo pušu Jums ir saistīti ar kā pārdošanas pārstāvis.
       RevenueStamp=Ieņēmumi zīmogs
      -YouMustCreateInvoiceFromThird=This option is only available when creating invoice from tab "customer" of third par
      -YouMustCreateInvoiceFromSupplierThird=Šī opcija ir pieejama tikai, veidojot rēķinu no trešās puses cilnes "piegādātājs"
      +YouMustCreateInvoiceFromThird=Šī opcija ir pieejama tikai tad, ja izveidojat rēķinus no trešās puses cilnes "klients"
      +YouMustCreateInvoiceFromSupplierThird=Šī opcija ir pieejama tikai, veidojot rēķinus no trešās puses cilnes "piegādātājs"
       YouMustCreateStandardInvoiceFirstDesc=Vispirms vispirms jāizveido standarta rēķins un jāpārveido tas par "veidni", lai izveidotu jaunu veidnes rēķinu
       PDFCrabeDescription=Rēķina PDF  paraugs. Pilnākais rēķina paraugs (vēlamais paraugs)
      +PDFSpongeDescription=Rēķina PDF veidne Sponge. Pilnīga rēķina veidne
       PDFCrevetteDescription=Rēķina PDF veidne Crevette. Pabeigta rēķina veidne situāciju rēķiniem
       TerreNumRefModelDesc1=Return number with format %syymm-nnnn for standard invoices and %syymm-nnnn for credit notes where yy is year, mm is month and nnnn is a sequence with no break and no return to 0
       MarsNumRefModelDesc1=Atgriež numuru ar formātu %syymm-nnnn par standarta rēķiniem, %syymm-nnnn par nomainītajiem rēķiniem, %syymm-nnnn par norēķinu rēķiniem un %syymm-nnnn par kredītzīmēm, kur yy ir gads, mm ir mēnesis, un nnnn ir secība bez pārtraukuma un nē atgriezties pie 0
      @@ -533,7 +536,7 @@ invoiceLineProgressError=Rēķina līnijas progress nedrīkst būt lielāks vai
       updatePriceNextInvoiceErrorUpdateline=Kļūda: atjauniniet cenu rēķina līnijā: %s
       ToCreateARecurringInvoice=To create a recurring invoice for this contract, first create this draft invoice, then convert it into an invoice template and define the frequency for generation of future invoices.
       ToCreateARecurringInvoiceGene=To generate future invoices regularly and manually, just go on menu <strong>%s - %s - %s</strong>.
      -ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask you administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
      +ToCreateARecurringInvoiceGeneAuto=Ja jums automātiski jārada šādi rēķini, jautājiet administratoram, lai iespējotu un iestatītu moduli <strong> %s </ strong>. Ievērojiet, ka abas metodes (manuālas un automātiskas) var izmantot kopā ar dublēšanas risku.
       DeleteRepeatableInvoice=Dzēst veidnes rēķinu
       ConfirmDeleteRepeatableInvoice=Vai tiešām vēlaties izdzēst veidnes rēķinu?
       CreateOneBillByThird=Izveidojiet vienu rēķinu par trešo pusi (citādi, vienu rēķinu par pasūtījumu)
      @@ -546,3 +549,4 @@ AutoFillDateFromShort=Iestatīt sākuma datumu
       AutoFillDateTo=Iestatīt pakalpojuma līnijas beigu datumu ar nākamo rēķina datumu
       AutoFillDateToShort=Iestatīt beigu datumu
       MaxNumberOfGenerationReached=Maksimālais gen. sasniedza
      +BILL_DELETEInDolibarr=Rēķins dzēsts
      diff --git a/htdocs/langs/lv_LV/cashdesk.lang b/htdocs/langs/lv_LV/cashdesk.lang
      index fe486073f3d..dc7c0a877c6 100644
      --- a/htdocs/langs/lv_LV/cashdesk.lang
      +++ b/htdocs/langs/lv_LV/cashdesk.lang
      @@ -22,13 +22,22 @@ NoArticle=Nav preču
       Identification=Identifikācija
       Article=Raksts
       Difference=Atšķirība
      -TotalTicket=Kopējā biļete
      +TotalTicket=Pieteikumi pavisam
       NoVAT=Nav PVN šo pārdošanu
      -Change=Excess saņemti
      -BankToPay=Account for payment
      +Change=Saņemts pārpalikums
      +BankToPay=Konts maksājumam
       ShowCompany=Rādīt uzņēmumu
       ShowStock=Rādīt noliktavu
       DeleteArticle=Klikšķiniet, lai izņemtu šo rakstu
       FilterRefOrLabelOrBC=Meklēšana (Ref/Nosaukums)
      -UserNeedPermissionToEditStockToUsePos=Jūs vēlaties samazināt krājumus rēķinu izveides brīdī. Lietotājs, kas izmanto POS nepieciešama atļauja rediģēt krājumus.
      -DolibarrReceiptPrinter=Dolibarr Receipt Printer
      +UserNeedPermissionToEditStockToUsePos=Jūs lūdzat samazināt krājumus rēķina izveidē, tāpēc lietotājam, kurš izmanto POS, ir jābūt atļaujai rediģēt krājumus.
      +DolibarrReceiptPrinter=Dolibarr čeku printeris
      +PointOfSale=Tirdzniecības punkts
      +CloseBill=Aizvērt rēķinu
      +Floors=Stāvi
      +Floor=Stāvs
      +AddTable=Pievienot tabulu
      +Place=Vieta
      +TakeboxNecesary=Nepieciešams lietot "TakeBOX"
      +OrderPrinters=Pasūtīt printerus
      +SearchProduct=Meklēt produktu
      diff --git a/htdocs/langs/lv_LV/categories.lang b/htdocs/langs/lv_LV/categories.lang
      index 914b413fb8f..78bb10fd7da 100644
      --- a/htdocs/langs/lv_LV/categories.lang
      +++ b/htdocs/langs/lv_LV/categories.lang
      @@ -13,10 +13,11 @@ ProductsCategoriesArea=Preču/Pakalpojumu etiķešu /sadaļa
       SuppliersCategoriesArea=Suppliers tags/categories area
       CustomersCategoriesArea=Customers tags/categories area
       MembersCategoriesArea=Members tags/categories area
      -ContactsCategoriesArea=Contacts tags/categories area
      -AccountsCategoriesArea=Accounts tags/categories area
      -ProjectsCategoriesArea=Projects tags/categories area
      -SubCats=Sub-categories
      +ContactsCategoriesArea=Kontaktu tagi / sadaļu apgabals
      +AccountsCategoriesArea=Kontu atzīmes / kategoriju apgabals
      +ProjectsCategoriesArea=Projektu tagi / kategoriju apgabals
      +UsersCategoriesArea=Lietotāju tagu / kategoriju apgabals
      +SubCats=Apakšsadaļas
       CatList=List of tags/categories
       NewCategory=Jauna etiķete/sadaļa
       ModifCat=Labot etiķeti/sadaļu
      @@ -26,7 +27,7 @@ CreateThisCat=Izveidot šo etiķeti/sadaļu
       NoSubCat=Nav apakšsadaļas.
       SubCatOf=Apakšsadaļa
       FoundCats=Atrastas etiķetes/sadaļas
      -ImpossibleAddCat=Impossible to add the tag/category %s
      +ImpossibleAddCat=Nevar pievienot tagu / sadaļu %s
       WasAddedSuccessfully=<b>%s</b> tika veiksmīgi pievienots.
       ObjectAlreadyLinkedToCategory=Element is already linked to this tag/category.
       ProductIsInCategories=Product/service is linked to following tags/categories
      @@ -38,9 +39,9 @@ ProductHasNoCategory=Šī prece/pakalpijums nav nevienā sadaļā
       CompanyHasNoCategory=This third party is not in any tags/categories
       MemberHasNoCategory=This member is not in any tags/categories
       ContactHasNoCategory=This contact is not in any tags/categories
      -ProjectHasNoCategory=This project is not in any tags/categories
      +ProjectHasNoCategory=Šis projekts nav nevienā tagā / kategorijā
       ClassifyInCategory=Add to tag/category
      -NotCategorized=Without tag/category
      +NotCategorized=Bez taga / sadaļas
       CategoryExistsAtSameLevel=Šī sadaļa jau pastāv ar šo ref
       ContentsVisibleByAllShort=Saturs redzams visiem
       ContentsNotVisibleByAllShort=Saturu visi neredz
      @@ -49,17 +50,18 @@ ConfirmDeleteCategory=Are you sure you want to delete this tag/category?
       NoCategoriesDefined=No tag/category defined
       SuppliersCategoryShort=Suppliers tag/category
       CustomersCategoryShort=Customers tag/category
      -ProductsCategoryShort=Products tag/category
      +ProductsCategoryShort=Produktu tag / sadaļa
       MembersCategoryShort=Members tag/category
       SuppliersCategoriesShort=Suppliers tags/categories
       CustomersCategoriesShort=Customers tags/categories
      -ProspectsCategoriesShort=Prospects tags/categories
      -CustomersProspectsCategoriesShort=Custo / prosp. sadaļas
      -ProductsCategoriesShort=Products tags/categories
      -MembersCategoriesShort=Members tags/categories
      +ProspectsCategoriesShort=Izredzes tagi / kategorijas
      +CustomersProspectsCategoriesShort=Cust /.Prosp. tagi / kategorijas
      +ProductsCategoriesShort=Produktu tagi / sadaļas
      +MembersCategoriesShort=Lietotāju tagi / sadaļas
       ContactCategoriesShort=Contacts tags/categories
      -AccountsCategoriesShort=Accounts tags/categories
      -ProjectsCategoriesShort=Projects tags/categories
      +AccountsCategoriesShort=Kontu atzīmes / sadaļas
      +ProjectsCategoriesShort=Projektu tagi / sadaļas
      +UsersCategoriesShort=Lietotāju atzīmes / kategorijas
       ThisCategoryHasNoProduct=Šī sadaļā nav produktu.
       ThisCategoryHasNoSupplier=Šajā sadaļā nav neviena piegādātāja.
       ThisCategoryHasNoCustomer=Šī sadaļa nesatur klientu.
      @@ -73,10 +75,10 @@ CatCusList=List of customer/prospect tags/categories
       CatProdList=List of products tags/categories
       CatMemberList=List of members tags/categories
       CatContactList=List of contact tags/categories
      -CatSupLinks=Links between suppliers and tags/categories
      +CatSupLinks=Saites starp piegādātājiem un tagiem / sadaļām
       CatCusLinks=Links between customers/prospects and tags/categories
       CatProdLinks=Links between products/services and tags/categories
      -CatProJectLinks=Links between projects and tags/categories
      +CatProJectLinks=Saiknes starp projektiem un tagiem / kategorijām
       DeleteFromCat=Remove from tags/category
       ExtraFieldsCategories=Complementary attributes
       CategoriesSetup=Tags/categories setup
      @@ -85,4 +87,4 @@ CategorieRecursivHelp=If activated, product will also linked to parent category
       AddProductServiceIntoCategory=Add the following product/service
       ShowCategory=Show tag/category
       ByDefaultInList=By default in list
      -ChooseCategory=Choose category
      +ChooseCategory=Izvēlies sadaļu
      diff --git a/htdocs/langs/lv_LV/commercial.lang b/htdocs/langs/lv_LV/commercial.lang
      index b51572cb047..a2c44e89d28 100644
      --- a/htdocs/langs/lv_LV/commercial.lang
      +++ b/htdocs/langs/lv_LV/commercial.lang
      @@ -29,7 +29,7 @@ ShowCustomer=Rādīt klientu
       ShowProspect=Parādīt perspektīvu
       ListOfProspects=Perspektīvu saraksts
       ListOfCustomers=Klientu saraksts
      -LastDoneTasks=Latest %s completed actions
      +LastDoneTasks=Jaunākās %s pabeigtās darbības
       LastActionsToDo=Vecākās %s nepabeigtās darbības
       DoneAndToDoActions=Pabeigts un Lai to izdarītu notikumus
       DoneActions=Īstenotie pasākumi
      @@ -40,7 +40,7 @@ StatusNotApplicable=Nav piemērojams
       StatusActionToDo=Jāizdara
       StatusActionDone=Pabeigts
       StatusActionInProcess=Procesā
      -TasksHistoryForThisContact=Pasākumi šo kontaktu
      +TasksHistoryForThisContact=Notikumi šim kontaktam
       LastProspectDoNotContact=Nesazināties
       LastProspectNeverContacted=Nekad neesam sazinājušies
       LastProspectToContact=Jāsazinās
      @@ -72,8 +72,8 @@ StatusProsp=Prospekta statuss
       DraftPropals=Izstrādā komerciālos priekšlikumus
       NoLimit=Nav ierobežojuma
       ToOfferALinkForOnlineSignature=Saite uz tiešsaistes parakstu
      -WelcomeOnOnlineSignaturePage=Laipni lūdzam lapā, lai pieņemtu %s komerciālos piedāvājumus
      +WelcomeOnOnlineSignaturePage=Laipni lūdzam lapā, lai pieņemtu komerciālos piedāvājumus no %s
       ThisScreenAllowsYouToSignDocFrom=Šis ekrāns ļauj pieņemt un parakstīt vai noraidīt citātu / komerciālu piedāvājumu
      -ThisIsInformationOnDocumentToSign=Šī ir informācija par dokumentu, kas pieņemams vai noraidīts
      -SignatureProposalRef=Citāts / komerciālā piedāvājuma paraksts %s
      +ThisIsInformationOnDocumentToSign=Šī ir informācija par dokumentu, kas pieņemams vai noraidāms
      +SignatureProposalRef=Cenas / komerciālā piedāvājuma parakstīšana %s
       FeatureOnlineSignDisabled=Pirms funkcija tika aktivizēta, funkcija tiešsaistes parakstīšanai ir atspējota vai dokuments ir izveidots
      diff --git a/htdocs/langs/lv_LV/companies.lang b/htdocs/langs/lv_LV/companies.lang
      index 0f5b3264b9e..e0fac03e5b2 100644
      --- a/htdocs/langs/lv_LV/companies.lang
      +++ b/htdocs/langs/lv_LV/companies.lang
      @@ -7,14 +7,14 @@ DeleteContact=Izdzēst kontaktu / adresi
       ConfirmDeleteContact=Vai tiešām vēlaties dzēst šo kontaktu un visu informāciju par šo kontaktu?
       MenuNewThirdParty=Jauna trešā persona
       MenuNewCustomer=Jauns klients
      -MenuNewProspect=Jauna perspektīva
      -MenuNewSupplier=New vendor
      +MenuNewProspect=Jauns prospekts
      +MenuNewSupplier=Jauns pārdevējs
       MenuNewPrivateIndividual=Jauna privātpersona
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewThirdParty=Jauna trešā persona (izredzes, klients, pārdevējs)
      +CreateDolibarrThirdPartySupplier=Izveidot trešo pusi (pārdevējs)
       CreateThirdPartyOnly=Izveidot trešo personu
      -CreateThirdPartyAndContact=Create a third party + a child contact
      +CreateThirdPartyAndContact=Izveidojiet trešo personu + bērnu kontaktu
       ProspectionArea=Apzināšanas lauks
       IdThirdParty=Trešās personas Id
       IdCompany=Uzņēmuma Id
      @@ -25,26 +25,26 @@ ThirdPartyContact=Trešās puses kontakts / adrese
       Company=Uzņēmums
       CompanyName=Uzņēmuma nosaukums
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias ​​vārds
       Companies=Uzņēmumi
      -CountryIsInEEC=Valsts ir Eiropas Ekonomikas kopienas dalībvalsts
      +CountryIsInEEC=Valsts atrodas Eiropas Ekonomikas kopienā
       ThirdPartyName=Trešās puses nosaukums
       ThirdPartyEmail=Trešās puses e-pasts
       ThirdParty=Trešā puse
      -ThirdParties=Trešās personas
      +ThirdParties=Trešās puses
       ThirdPartyProspects=Perspektīvas
       ThirdPartyProspectsStats=Perspektīvas
       ThirdPartyCustomers=Klienti
       ThirdPartyCustomersStats=Klienti
       ThirdPartyCustomersWithIdProf12=Klienti ar %s vai %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Trešās puses tips
      +ThirdPartySuppliers=Pārdevēji
      +ThirdPartyType=Uzņēmuma veids
       Individual=Privātpersona
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Izveidos Trešo personu un saistītu Kontaktpersonu / Adrese ar tādu pašu informāciju kā Trešā Puse. Lielākajā daļā gadījumu, pat ja jūsu trešā persona ir fiziska persona, pietiek ar tikai trešās puses izveidi.
       ParentCompany=Mātes uzņēmums
       Subsidiaries=Filiāles
      -ReportByMonth=Report by month
      -ReportByCustomers=Report by customer
      +ReportByMonth=Atskaite par mēnesi
      +ReportByCustomers=Klienta ziņojums
       ReportByQuarter=Kursa/ reitinga ziņojums
       CivilityCode=Pieklājība kods
       RegisteredOffice=Juridiskā adrese
      @@ -52,12 +52,12 @@ Lastname=Uzvārds
       Firstname=Vārds
       PostOrFunction=Ieņemamais amats
       UserTitle=Virsraksts
      -NatureOfThirdParty=Nature of Third party
      +NatureOfThirdParty=Trešo personu būtība
       Address=Adrese
       State=Valsts / province
      -StateShort=State
      +StateShort=Valsts
       Region=Rajons
      -Region-State=Region - State
      +Region-State=Reģions - valsts
       Country=Valsts
       CountryCode=Valsts kods
       CountryId=Valsts id
      @@ -75,17 +75,17 @@ Zip=Pasta indekss
       Town=Pilsēta
       Web=Mājaslapa
       Poste= Pozīcija
      -DefaultLang=Valoda pēc noklusējuma
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      +DefaultLang=Valodas noklusējums
      +VATIsUsed=Izmantotais pārdošanas nodoklis
      +VATIsUsedWhenSelling=Tas nosaka, vai šī trešā persona iekļauj pārdošanas nodokli vai ne, kad rēķins tiek nosūtīts saviem klientiem
      +VATIsNotUsed=Pārdošanas nodoklis netiek izmantots
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      -PaymentBankAccount=Payment bank account
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Trešā persona, ne klients, ne pārdevējs, nav pieejami atsauces objekti
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Trešās personas, ne klients, ne piegādātājs, atlaides nav pieejamas
      +PaymentBankAccount=Maksājumu bankas konts
       OverAllProposals=Priekšlikumi
       OverAllOrders=Pasūtījumi
      -OverAllInvoices=Pavadzīmes
      +OverAllInvoices=Rēķini
       OverAllSupplierProposals=Cenas pieprasījumi
       ##### Local Taxes #####
       LocalTax1IsUsed=Pielietot otru nodokli
      @@ -99,9 +99,9 @@ LocalTax2ES=INFP
       TypeLocaltax1ES=RE Type
       TypeLocaltax2ES=IRPF Type
       WrongCustomerCode=Klienta kods nederīgs
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Pārdevēja kods nav derīgs
       CustomerCodeModel=Klienta koda modelis
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Pārdevēja koda modelis
       Gencod=Svītrkods
       ##### Professional ID #####
       ProfId1Short=Prof. id 1
      @@ -242,7 +242,7 @@ ProfId3TN=Prof Id 3 (Douane kods)
       ProfId4TN=Prof Id 4 (BAN)
       ProfId5TN=-
       ProfId6TN=-
      -ProfId1US=Prof Id (FEIN)
      +ProfId1US=Prof. Id (FEIN)
       ProfId2US=-
       ProfId3US=-
       ProfId4US=-
      @@ -258,36 +258,36 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      -VATIntraShort=Tax ID
      +VATIntra=Pārdošanas nodoklis / PVN ID
      +VATIntraShort=Nodokļu ID
       VATIntraSyntaxIsValid=Sintakse ir pareiza
      -VATReturn=VAT return
      +VATReturn=PVN atgriezšana
       ProspectCustomer=Prospect / Klients
       Prospect=Perspektīva
       CustomerCard=Klienta kartiņa
       Customer=Klients
       CustomerRelativeDiscount=Relatīvā klienta atlaide
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Relatīvā pārdevēju atlaide
       CustomerRelativeDiscountShort=Relatīvā atlaide
       CustomerAbsoluteDiscountShort=Absolūtā atlaide
       CompanyHasRelativeDiscount=Šim klientam ir pastāvīgā atlaide <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Šim klientam nav relatīvā atlaide pēc noklusējuma
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      -HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +HasRelativeDiscountFromSupplier=Jums ir šī piegādātāja noklusējuma atlaide <b>%s%%</b>
      +HasNoRelativeDiscountFromSupplier=Jums nav noklusējuma relatīvās atlaides no šī piegādātāja
      +CompanyHasAbsoluteDiscount=Šim klientam ir pieejamas atlaides (kredītzīmes vai maksājumi) par <b> %s </ b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=Šim klientam ir pieejamas atlaides (komerciālie, iemaksātie maksājumi) par <b>%s</b> %s
       CompanyHasCreditNote=Šim klientam joprojām ir kredīta piezīmes <b>%s</b> %s
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      +HasNoAbsoluteDiscountFromSupplier=Jums nav atlaides kredītu no šī piegādātāja
      +HasAbsoluteDiscountFromSupplier=Jums ir pieejamas atlaides (kredītzīmes vai norēķinu maksājumi) par <b>%s</b> %s no šī piegādātāja
      +HasDownPaymentOrCommercialDiscountFromSupplier=Jums ir pieejamas atlaides (komerciālie, iemaksātie) par <b>%s</b> %s no šī piegādātāja
      +HasCreditNoteFromSupplier=Šim piegādātājam ir kredītzīmes par <b> %s </b> %s
       CompanyHasNoAbsoluteDiscount=Šim klientam nav  pieejams atlaižu kredīts
      -CustomerAbsoluteDiscountAllUsers=Absolute customer discounts (granted by all users)
      -CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +CustomerAbsoluteDiscountAllUsers=Absolūtās klientu atlaides (ko piešķir visi lietotāji)
      +CustomerAbsoluteDiscountMy=Absolūtās klientu atlaides (ko piešķir pats)
      +SupplierAbsoluteDiscountAllUsers=Absolūtā pārdevēju atlaides (ievada visi lietotāji)
      +SupplierAbsoluteDiscountMy=Absolūtā pārdevēja atlaides (ievadījis pats)
       DiscountNone=Nav
      -Supplier=Piegādātājs
      +Supplier=Pārdevējs
       AddContact=Izveidot kontaktu
       AddContactAddress=Izveidot kontaktu/adresi
       EditContact=Labot kontaktu
      @@ -302,23 +302,23 @@ DefaultContact=Noklsētais kontakts / adrese
       AddThirdParty=Izveidot trešo personu
       DeleteACompany=Dzēst uzņēmumu
       PersonalInformations=Personas dati
      -AccountancyCode=Accounting account
      +AccountancyCode=Grāmatvedības konts
       CustomerCode=Klienta kods
      -SupplierCode=Vendor code
      +SupplierCode=Pārdevēja kods
       CustomerCodeShort=Klienta kods
      -SupplierCodeShort=Vendor code
      +SupplierCodeShort=Pārdevēja kods
       CustomerCodeDesc=Klienta kods, unikāls visiem klientiem
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +SupplierCodeDesc=Pārdevēja kods, unikāls visiem pārdevējiem
       RequiredIfCustomer=Nepieciešams, ja trešā puse ir klients vai perspektīva
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Derīguma vadību kontrolēta ar moduli
      -ThisIsModuleRules=Šie noteikumi šim modulim
      +RequiredIfSupplier=Nepieciešams, ja trešā puse ir pārdevējs
      +ValidityControledByModule=Derīguma termiņš, ko kontrolē modulis
      +ThisIsModuleRules=Noteikumi par šo moduli
       ProspectToContact=Perspektīva ar ko sazināties
       CompanyDeleted=Kompānija "%s" dzēsta no datubāzes.
       ListOfContacts=Kontaktu / adrešu saraksts
       ListOfContactsAddresses=Kontaktu / adrešu saraksts
       ListOfThirdParties=Trešo personu saraksts
      -ShowCompany=Rādīt trešās personas
      +ShowCompany=Rādīt trešo personu
       ShowContact=Rādīt kontaktu
       ContactsAllShort=Visi (Bez filtra)
       ContactType=Kontakta veids
      @@ -328,25 +328,25 @@ ContactForProposals=Piedāvājumu  kontakti
       ContactForContracts=Līgumu kontakti
       ContactForInvoices=Rēķinu kontakti
       NoContactForAnyOrder=Šis kontakts ir ne kontaktu, lai jebkurā secībā
      -NoContactForAnyOrderOrShipments=This contact is not a contact for any order or shipment
      +NoContactForAnyOrderOrShipments=Šis kontakts nav kontakts jebkuram pasūtījumam vai sūtījumam
       NoContactForAnyProposal=Šis kontakts ir ne kontaktu par jebkuru komerciālu priekšlikumu
       NoContactForAnyContract=Šis kontakts nav neviena līguma kontaktpersona
       NoContactForAnyInvoice=Šis kontakts nav neviena rēķina kontaktpersona
       NewContact=Jauns kontakts
      -NewContactAddress=Jauna kontakta / adrese
      +NewContactAddress=Jauns kontakts / adrese
       MyContacts=Mani kontakti
       Capital=Kapitāls
       CapitalOf=Capital %s
       EditCompany=Labot uzņēmumu
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=Šis lietotājs nav izredzes, klients vai pārdevējs
       VATIntraCheck=Pārbaudīt
      -VATIntraCheckDesc=Saite <b>%s</b> ļauj lūgt Eiropas PVN pārbaudītājs pakalpojumu. Ārējo interneta pieslēgums no servera ir nepieciešams šo pakalpojumu, lai strādātu.
      +VATIntraCheckDesc=Saikne <b> %s </b> izmanto Eiropas PVN pārbaudītāja pakalpojumu (VIES). Lai šis pakalpojums darbotos, ir nepieciešama ārēja piekļuve internetam no servera.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Pārbaudiet Intracomunnautary PVN par Eiropas komisijā vietas
      -VATIntraManualCheck=Jūs varat pārbaudīt manuāli eiropas mājas lapā <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Pārbaudiet Kopienas iekšējo PVN Eiropas Komisijas tīmekļa vietnē
      +VATIntraManualCheck=Jūs varat manuāli pārbaudīt arī Eiropas Komisijas vietnē <a href="%s" target="_blank"> %s </a>
       ErrorVATCheckMS_UNAVAILABLE=Pārbaude nav iespējams. Pārbaudes pakalpojums netiek nodrošināts no dalībvalsts (%s).
      -NorProspectNorCustomer=Tāpat arī izredzes, ne klientu
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Nav perspektīva, vai klients
      +JuridicalStatus=Juridiskās personas veids
       Staff=Personāls
       ProspectLevelShort=Potenciāls
       ProspectLevel=Prospect potenciālu
      @@ -373,7 +373,7 @@ TE_PRIVATE=Privātpersona
       TE_OTHER=Cits
       StatusProspect-1=Nesazināties
       StatusProspect0=Nekad neesam saznājušies
      -StatusProspect1=To be contacted
      +StatusProspect1=Sazināsimies
       StatusProspect2=Sazināšanās procesā
       StatusProspect3=Sazinājušies esam
       ChangeDoNotContact=Mainīt statusu uz 'Nesazināties'
      @@ -387,48 +387,48 @@ ExportCardToFormat=Eksporta karti formātā
       ContactNotLinkedToCompany=Kontakts nav saistīts ar trešajām personām
       DolibarrLogin=Dolibarr pieteikšanās
       NoDolibarrAccess=Nav Dolibarr piekļuve
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and proper
      -ExportDataset_company_2=Kontakti un rekvizīti
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and proper
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +ExportDataset_company_1=Trešās puses (uzņēmumi / fondi / fiziskie cilvēki) un to īpašības
      +ExportDataset_company_2=Kontakti un to īpašības
      +ImportDataset_company_1=Trešās puses (uzņēmumi / fondi / fiziskie cilvēki) un to īpašības
      +ImportDataset_company_2=Kontakti / adreses un atribūti
      +ImportDataset_company_3=Trešo personu bankas konti
      +ImportDataset_company_4=Trešās puses - tirdzniecības pārstāvji (piešķir pārdošanas pārstāvjiem / lietotājiem uzņēmumos)
       PriceLevel=Cenu līmenis
       DeliveryAddress=Piegādes adrese
       AddAddress=Pievienot adresi
      -SupplierCategory=Vendor category
      +SupplierCategory=Pārdevēja sadaļa
       JuridicalStatus200=Neatkarīgs
       DeleteFile=Izdzēst failu
       ConfirmDeleteFile=Vai jūs tiešām vēlaties izdzēst šo failu?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizācija
      -FiscalYearInformation=Informācija par fiskālo gadu
      +FiscalYearInformation=Fiskālais gads
       FiscalMonthStart=Fiskālā gada pirmais mēnesis
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=Lai varētu pievienot e-pasta paziņojumu, šim lietotājam ir jāizveido e-pasts.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Saraksts perspektīvas
      +ListSuppliersShort=Pārdevēju saraksts
      +ListProspectsShort=Perspektīvu saraksts
       ListCustomersShort=Klientu saraksts
      -ThirdPartiesArea=Trešās personas u kontaktu sadaļa
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Kopējās unikālās trešās personas
      +ThirdPartiesArea=Trešās puses / Kontakti
      +LastModifiedThirdParties=Pēdējais %s modificēts trešās puses
      +UniqueThirdParties=Trešo personu kopskaits
       InActivity=Atvērts
       ActivityCeased=Slēgts
      -ThirdPartyIsClosed=Third party is closed
      +ThirdPartyIsClosed=Trešā persona ir slēgta
       ProductsIntoElements=List of products/services into %s
       CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Maks. par izcilu rēķinu
      -OutstandingBillReached=Max. for outstanding bill reached
      -OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +OutstandingBillReached=Maks. par izcilu rēķinu
      +OrderMinAmount=Minimālā summa pasūtījumam
      +MonkeyNumRefModelDesc=Atgrieziet numuru ar kodu %syymm-nnnn klienta kodam un %syymm-nnnn par pārdevēja kodu, kur yy ir gads, mm ir mēnesis, un nnnn ir secība bez pārtraukuma un nav atgriezties pie 0.
       LeopardNumRefModelDesc=Kods ir bez maksas. Šo kodu var mainīt jebkurā laikā.
       ManagingDirectors=Menedžera(u) vārds (CEO, direktors, prezidents...) 
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      +ConfirmMergeThirdparties=Vai tiešām vēlaties apvienot šo trešo personu ar pašreizējo? Visi saistītie objekti (rēķini, pasūtījumi, ...) tiks pārvietoti uz pašreizējo trešo pusi, tad trešā puse tiks dzēsta.
      +ThirdpartiesMergeSuccess=Trešās puses ir apvienotas
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=Tirdzniecības pārstāvja vārds
       SaleRepresentativeLastname=Tirdzniecības pārstāvja uzvārds
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +ErrorThirdpartiesMerge=Pašalot trešās puses, radās kļūda. Lūdzu, pārbaudiet žurnālu. Izmaiņas ir atgrieztas.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/lv_LV/compta.lang b/htdocs/langs/lv_LV/compta.lang
      index 840a653e48f..a20bed03dde 100644
      --- a/htdocs/langs/lv_LV/compta.lang
      +++ b/htdocs/langs/lv_LV/compta.lang
      @@ -20,7 +20,7 @@ Outcome=Izdevumi
       MenuReportInOut=Ienākumi / izdevumi
       ReportInOut=Ienākumu un izdevumu bilance
       ReportTurnover=Apgrozījums ir izrakstīts rēķinā
      -ReportTurnoverCollected=Turnover collected
      +ReportTurnoverCollected=Savākto apgrozījumu
       PaymentsNotLinkedToInvoice=Maksājumi, kas nav saistīti ar kādu rēķinu, tāpēc nav saistīts ar trešajām personām
       PaymentsNotLinkedToUser=Maksājumi, kas nav saistīti ar jebkuru lietotāju
       Profit=Peļņa
      @@ -78,7 +78,7 @@ MenuNewSocialContribution=New social/fiscal tax
       NewSocialContribution=New social/fiscal tax
       AddSocialContribution=Pievienot sociālo / fiskālo nodokli
       ContributionsToPay=Social/fiscal taxes to pay
      -AccountancyTreasuryArea=Billing and payment area
      +AccountancyTreasuryArea=Norēķinu un maksājumu zona
       NewPayment=Jauns maksājums
       Payments=Maksājumi
       PaymentCustomerInvoice=Klienta rēķina apmaksa
      @@ -126,23 +126,23 @@ ByThirdParties=Trešās personas
       ByUserAuthorOfInvoice=Ar rēķinu autors
       CheckReceipt=Čeka depozīts
       CheckReceiptShort=Pārbaudīt depozītu
      -LastCheckReceiptShort=Jaunākie %s čeku čeki
      +LastCheckReceiptShort=Jaunākie %s čeki
       NewCheckReceipt=Jauna atlaide
       NewCheckDeposit=Jauns pārbaude depozīts
       NewCheckDepositOn=Izveidot kvīti par depozīta kontā: %s
       NoWaitingChecks=No checks awaiting deposit.
       DateChequeReceived=Pārbaudiet uzņemšanas datumu
      -NbOfCheques=Nb Pārbaužu
      +NbOfCheques=Pārbaužu skaits
       PaySocialContribution=Pay a social/fiscal tax
       ConfirmPaySocialContribution=Are you sure you want to classify this social or fiscal tax as paid?
      -DeleteSocialContribution=Delete a social or fiscal tax payment
      -ConfirmDeleteSocialContribution=Are you sure you want to delete this social/fiscal tax payment?
      +DeleteSocialContribution=Dzēst sociālo vai fiskālo nodokļu maksājumu
      +ConfirmDeleteSocialContribution=Vai tiešām vēlaties dzēst šo sociālo / fiskālo nodokļu maksājumu?
       ExportDataset_tax_1=Social and fiscal taxes and payments
       CalcModeVATDebt=Mode <b>%sVAT par saistību accounting%s.</b>
       CalcModeVATEngagement=Mode <b>%sVAT par ienākumu-expense%sS.</b>
       CalcModeDebt=Zināma reģistrēto rēķinu analīze, pat ja tie vēl nav uzskaitīti virsgrāmatā.
       CalcModeEngagement=Zināma reģistrēto maksājumu analīze, pat ja tie vēl nav uzskaitīti Ledger.
      -CalcModeBookkeeping=Grāmatvedības tabulas tabulā <b> dati tiek analizēti </ b>
      +CalcModeBookkeeping=Grāmatvedības grāmatiņas žurnālā publicēto datu analīze.
       CalcModeLT1= Mode <b>%sRE on customer invoices - suppliers invoices%s</b>
       CalcModeLT1Debt=Mode <b>%sRE on customer invoices%s</b>
       CalcModeLT1Rec= Mode <b>%sRE on suppliers invoices%s</b>
      @@ -152,10 +152,10 @@ CalcModeLT2Rec= Mode <b>%sIRPF on suppliers invoices%s</b>
       AnnualSummaryDueDebtMode=Līdzsvars ienākumiem un izdevumiem, gada kopsavilkums
       AnnualSummaryInputOutputMode=Līdzsvars ienākumiem un izdevumiem, gada kopsavilkums
       AnnualByCompanies=Ieņēmumu un izdevumu līdzsvars pēc iepriekš definētām kontu grupām
      -AnnualByCompaniesDueDebtMode=Ieņēmumu un izdevumu bilance, detalizēti pēc iepriekš definētām grupām, režīms <b> %sClaims-Debts%s </ b> norādīja <b> Saistību grāmatvedība </ b>.
      -AnnualByCompaniesInputOutputMode=Ieņēmumu un izdevumu līdzsvars, detalizēti pēc iepriekš definētām grupām, režīms <b> %sIncomes-Expenses%s </ b> norādīja <b> naudas līdzekļu uzskaiti </ b>.
      -SeeReportInInputOutputMode=See %sanalysis of payments%s for a calculation on actual payments made even if they are not yet accounted in Ledger.
      -SeeReportInDueDebtMode=See %sanalysis of invoices%s for a calculation based on known recorded invoices even if they are not yet accounted in Ledger.
      +AnnualByCompaniesDueDebtMode=Ieņēmumu un izdevumu bilance, detalizēti pēc iepriekš definētām grupām, režīms <b> %sClaims-Debts%s </b> norādīja <b> Saistību grāmatvedība </b>.
      +AnnualByCompaniesInputOutputMode=Ieņēmumu un izdevumu līdzsvars, detalizēti pēc iepriekš definētām grupām, režīms <b> %sIncomes-Expenses%s </b> norādīja <b> naudas līdzekļu uzskaiti </b>.
      +SeeReportInInputOutputMode=Skatīt %s maksājumu analīzi %s, lai aprēķinātu veiktos faktiskos maksājumus, pat ja tie vēl nav uzskaitīti Virsgrāmatā.
      +SeeReportInDueDebtMode=Skatīt %srēķinu analīzi %s, lai aprēķiniem izmantotu zināmos reģistrētos rēķinus, pat ja tie vēl nav uzskaitīti Virsgrāmatā.
       SeeReportInBookkeepingMode=Lai skatītu <b> Grāmatvedības grāmatvedības tabulu </ b>, skatiet <b> %sBookBooking report%s </ b>
       RulesAmountWithTaxIncluded=- Uzrādītas summas ir ar visiem ieskaitot nodokļus
       RulesResultDue=- It includes outstanding invoices, expenses, VAT, donations whether they are paid or not. Is also includes paid salaries.<br>- It is based on the validation date of invoices and VAT and on the due date for expenses. For salaries defined with Salary module, the value date of payment is used.
      @@ -167,7 +167,7 @@ RulesAmountOnInOutBookkeepingRecord=Tas ietver jūsu Ledger ierakstu ar grāmatv
       RulesResultBookkeepingPredefined=Tas ietver jūsu Ledger ierakstu ar grāmatvedības kontiem, kuriem ir grupa "IZDEVUMS" vai "IENĀKUMS"
       RulesResultBookkeepingPersonalized=Tas rāda jūsu grāmatvedībā ierakstu ar grāmatvedības kontiem <b> grupējot pēc personalizētām grupām </ b>
       SeePageForSetup=Lai iestatītu, skatiet sadaļu <a href="%s"> %s </a>
      -DepositsAreNotIncluded=- Down payment invoices are nor included
      +DepositsAreNotIncluded=- Sākuma rēķini nav iekļauti
       DepositsAreIncluded=- Down payment invoices are included
       LT1ReportByCustomers=Trešo personu nodokļu pārskats 2
       LT2ReportByCustomers=Ziņojiet par trešās personas nodokli 3
      @@ -229,11 +229,11 @@ ACCOUNTING_VAT_SOLD_ACCOUNT=Grāmatvedības konts pēc noklusējuma par PVN pār
       ACCOUNTING_VAT_BUY_ACCOUNT=Grāmatvedības konts pēc noklusējuma par PVN pirkumiem (tiek izmantots, ja nav definēts, izmantojot PVN vārdnīcas iestatījumus).
       ACCOUNTING_VAT_PAY_ACCOUNT=Grāmatvedības konts pēc noklusējuma PVN maksāšanai
       ACCOUNTING_ACCOUNT_CUSTOMER=Grāmatvedības konts, kas tiek izmantots klientu trešajām pusēm
      -ACCOUNTING_ACCOUNT_CUSTOMER_Desc=Īpašais grāmatvedības konts, kas noteikts trešās personas kartē, tiks izmantots tikai pakārtotā izsaukšanai. Šis viens tiks izmantots General Ledger un kā noklusējuma vērtība Subledged grāmatvedībai, ja trešās puses īpašais klientu piesaistīšanas konts nav definēts.
      +ACCOUNTING_ACCOUNT_CUSTOMER_Desc=Īpašais grāmatvedības konts, kas noteikts trešās personas kartē, tiks izmantots tikai pakārtotajam grāmatvedim. Šis tiek izmantots General Ledger un noklusējuma vērtība Subledged grāmatvedībai, ja trešās personas īpašais klientu grāmatvedības konts nav definēts.
       ACCOUNTING_ACCOUNT_SUPPLIER=Pārdevēja trešo personu grāmatvedības konts
      -ACCOUNTING_ACCOUNT_SUPPLIER_Desc=Īpašais grāmatvedības konts, kas noteikts trešās personas kartē, tiks izmantots tikai pakārtotā izsaukšanai. Šis tiek izmantots General Ledger un noklusējuma vērtība Subledged grāmatvedībai, ja trešās puses īpašā piegādātāja konts nav definēts.
      +ACCOUNTING_ACCOUNT_SUPPLIER_Desc=Īpašais grāmatvedības konts, kas noteikts trešās personas kartē, tiks izmantots tikai pakārtotajam grāmatvedim. Šis tiek izmantots General Ledger un noklusējuma vērtība Subledged grāmatvedībai, ja trešās personas īpašais piegādātāja grāmatvedības konts nav definēts.
       CloneTax=Clone a social/fiscal tax
      -ConfirmCloneTax=Confirm the clone of a social/fiscal tax payment
      +ConfirmCloneTax=Apstipriniet sociālā / fiskālā nodokļa klonu
       CloneTaxForNextMonth=Klonēt nākošam mēnesim
       SimpleReport=Vienkāršs pārskats
       AddExtraReport=Papildu pārskati (pievienojiet ārvalstu un valsts klientu pārskatu)
      diff --git a/htdocs/langs/lv_LV/contracts.lang b/htdocs/langs/lv_LV/contracts.lang
      index e86eef5e821..f705d6d5a52 100644
      --- a/htdocs/langs/lv_LV/contracts.lang
      +++ b/htdocs/langs/lv_LV/contracts.lang
      @@ -40,7 +40,7 @@ ConfirmCloseContract=This will close all services (active or not). Are you sure
       ConfirmCloseService=Vai jūs tiešām vēlaties aizvērt šo pakalpojumu ar datumu <b>%s</b> ?
       ValidateAContract=Apstiprināt līgumu
       ActivateService=Aktivizēt pakalpojumu
      -ConfirmActivateService=Are you sure you want to activate this service with date <b>%s</b>?
      +ConfirmActivateService=Vai tiešām vēlaties aktivizēt šo pakalpojumu sākot ar datumu <b> %s </b>?
       RefContract=Līguma atsauce
       DateContract=Līguma datums
       DateServiceActivate=Pakalpojuma aktivizēšanas datums
      @@ -52,7 +52,7 @@ ListOfRunningServices=Saraksts ar aktīvajiem pakalpojumiem
       NotActivatedServices=Neaktīvais pakalpojumi (starp apstiprinātiem līgumiem)
       BoardNotActivatedServices=Pakalpojumi aktivizēt starp apstiprinātiem līgumiem
       LastContracts=Jaunākie %s līgumi
      -LastModifiedServices=Pēdējais %s labotais pakalpojums
      +LastModifiedServices=Jaunākais %s labotais pakalpojums
       ContractStartDate=Sākuma datums
       ContractEndDate=Beigu datums
       DateStartPlanned=Plānotais sākuma datums
      @@ -67,7 +67,7 @@ CloseService=Aizvērt pakalpojumu
       BoardRunningServices=Beigušies darbojošies pakalpojumi
       ServiceStatus=Pakalpojuma statuss
       DraftContracts=Projektu līgumi
      -CloseRefusedBecauseOneServiceActive=Līgumu nevar tikt slēgts kā tur ir vismaz viens atvērts pakalpojums uz to
      +CloseRefusedBecauseOneServiceActive=Līgumu nevar slēgt, jo tajā ir vismaz viens atvērts pakalpojums
       ActivateAllContracts=Aktivizējiet visas līguma līnijas
       CloseAllContracts=Aizveriet visus līguma līnijas
       DeleteContractLine=Izdzēst līgumu līniju
      @@ -89,6 +89,7 @@ CloneContract=Klonēt līgumu
       ConfirmCloneContract=Vai tiešām vēlaties klonēt līgumu <b> %s </b>?
       LowerDateEndPlannedShort=Aktīvo pakalpojumu beigu datums
       SendContractRef=Informācija par līgumu __REF__
      +OtherContracts=Citi līgumi
       ##### Types de contacts #####
       TypeContact_contrat_internal_SALESREPSIGN=Tirdzniecības pārstāvis, parakstot līgumu,
       TypeContact_contrat_internal_SALESREPFOLL=Tirdzniecības pārstāvis, turpinot darboties līgums
      diff --git a/htdocs/langs/lv_LV/deliveries.lang b/htdocs/langs/lv_LV/deliveries.lang
      index 0f91ffe7cb4..4eb77826a49 100644
      --- a/htdocs/langs/lv_LV/deliveries.lang
      +++ b/htdocs/langs/lv_LV/deliveries.lang
      @@ -1,16 +1,16 @@
       # Dolibarr language file - Source file is en_US - deliveries
       Delivery=Piegāde
      -DeliveryRef=Ref Delivery
      -DeliveryCard=Receipt card
      +DeliveryRef=Art piegādei
      +DeliveryCard=Čeka kartiņa
       DeliveryOrder=Piegādes pasūtījums
       DeliveryDate=Piegādes datums
      -CreateDeliveryOrder=Generate delivery receipt
      -DeliveryStateSaved=Delivery state saved
      +CreateDeliveryOrder=Izveidot piegādes kvīti
      +DeliveryStateSaved=Piegādes stāvoklis saglabāts
       SetDeliveryDate=Uzstādīt piegādes datumu
      -ValidateDeliveryReceipt=Apstiprināt piegādes saņemšanu
      -ValidateDeliveryReceiptConfirm=Are you sure you want to validate this delivery receipt?
      +ValidateDeliveryReceipt=Pārbaudiet piegādes kvīti
      +ValidateDeliveryReceiptConfirm=Vai tiešām vēlaties apstiprināt piegādes kvīti?
       DeleteDeliveryReceipt=Dzēst piegādes saņemšanu
      -DeleteDeliveryReceiptConfirm=Are you sure you want to delete delivery receipt <b>%s</b>?
      +DeleteDeliveryReceiptConfirm=Vai tiešām vēlaties dzēst piegādes kvīti <b> %s </b>?
       DeliveryMethod=Piegādes metode
       TrackingNumber=Sekošanas numurs
       DeliveryNotValidated=Piegāde nav apstiprināta
      @@ -19,12 +19,13 @@ StatusDeliveryDraft=Melnraksts
       StatusDeliveryValidated=Saņemts
       # merou PDF model
       NameAndSignature=Vārds, uzvārds un paraksts:
      -ToAndDate=To___________________________________ uz ____ / _____ / __________
      -GoodStatusDeclaration=Ir saņēmuši preces iepriekš labā stāvoklī,
      +ToAndDate=Kam___________________________________ uz ____ / _____ / __________
      +GoodStatusDeclaration=Ir saņēmuši iepriekš minētās preces labā stāvoklī,
       Deliverer=Piegādātājs:
       Sender=Nosūtītājs
       Recipient=Saņēmējs
       ErrorStockIsNotEnough=Nav pietiekami daudz krājumu
       Shippable=Shippable
      -NonShippable=Not Shippable
      -ShowReceiving=Show delivery receipt
      +NonShippable=Nav nosūtāms
      +ShowReceiving=Rādīt piegādes kvīti
      +NonExistentOrder=Pasūtījums neeksistē
      diff --git a/htdocs/langs/lv_LV/errors.lang b/htdocs/langs/lv_LV/errors.lang
      index c641357abf7..8b39149f463 100644
      --- a/htdocs/langs/lv_LV/errors.lang
      +++ b/htdocs/langs/lv_LV/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Vērtībai '%s' ir nepareizs datuma formāts
       ErrorWrongDate=Datums nav pareizs
       ErrorFailedToWriteInDir=Neizdevās ierakstīt direktorijā %s
       ErrorFoundBadEmailInFile=Atrasts nepareiza e-pasta sintakse %s līnijām failā (piemērs line %s ar e-pasta = %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=Lietotāju nevar izdzēst. Varbūt tas ir saistīts ar Dolibarr vienībām.
       ErrorFieldsRequired=Daži nepieciešamie lauki netika aizpildīti.
       ErrorSubjectIsRequired=E-pasta tēma ir nepieciešama
       ErrorFailedToCreateDir=Neizdevās izveidot direktoriju. Pārbaudiet, vai Web servera lietotājam ir tiesības rakstīt uz Dolibarr dokumentus direktorijā. Ja parametrs <b>safe_mode</b> ir iespējots uz šo PHP, pārbaudiet, Dolibarr php faili pieder web servera lietotājam (vai grupa).
      @@ -65,29 +65,31 @@ ErrorNoValueForSelectType=Lūdzu izvēlieties vērtību no saraksta
       ErrorNoValueForCheckBoxType=Lūdzu, aizpildiet vērtību rūtiņu sarakstā
       ErrorNoValueForRadioType=Lūdzu, aizpildiet vērtību radio pogu sarakstā
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Lauks <b>%s</b> nedrīkst saturēt speciālos simbolus.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=Laukā <b> %s </b> nedrīkst būt īpašas rakstzīmes.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=Laukā <b> %s </b> nedrīkst būt speciālās rakstzīmes vai lielformāta rakstzīmes, un tajos nedrīkst būt tikai cipari.
      +ErrorFieldMustHaveXChar=Laukā <b>%s</b>jābūt vismaz %s rakstzīmēm.
       ErrorNoAccountancyModuleLoaded=Nav grāmatvedības modulis aktivizēts
       ErrorExportDuplicateProfil=Šāds profila nosaukums jau eksistē šim eksportam.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP saskaņošana nav pilnīga.
       ErrorLDAPMakeManualTest=. LDIF fails ir radīts direktorija %s. Mēģināt ielādēt manuāli no komandrindas, lai būtu vairāk informācijas par kļūdām.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nevar saglabāt prasību ar &quot;statut nav uzsākta&quot;, ja lauks &quot;izdarīt&quot;, ir arī piepildīta.
      +ErrorCantSaveADoneUserWithZeroPercentage=Nevar saglabāt darbību ar statusu, kas nav startēts, ja arī aizpildīts lauks "done by".
       ErrorRefAlreadyExists=Ref izmantot izveidot jau pastāv.
       ErrorPleaseTypeBankTransactionReportName=Lūdzu, ievadiet bankas izraksta nosaukumu, kurā ieraksts jāpaziņo (formāts GGGGMM vai GGGGMMDD).
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Neizdevās dzēst ierakstu, jo tajā ir daži bērnu ieraksti.
       ErrorRecordHasAtLeastOneChildOfType=Objektam ir vismaz viens bērns no tipa %s
      -ErrorRecordIsUsedCantDelete=Nevar izdzēst ierakstu. Tas ir pievienots citam objektam.
      +ErrorRecordIsUsedCantDelete=Nevar izdzēst ierakstu. Tas jau ir izmantots vai iekļauts citā objektā.
       ErrorModuleRequireJavascript=Javascript nedrīkst tikt izslēgti, ka šī funkcija strādā. Lai aktivizētu / deaktivizētu Javascript, dodieties uz izvēlni Home-&gt; Setup-&gt; Display.
       ErrorPasswordsMustMatch=Abām ievadītām parolēm jāsakrīt
      -ErrorContactEMail=Tehniska kļūda. Lūdzu, sazinieties ar administratoru pa sekojošu e-pastu <b>%s</b>, lai iesniegtu kļūdas kodu <b>%s</b> jūsu ziņojumā, vai labāk, pievienojot šīs lapas ekrāna.
      +ErrorContactEMail=Radās tehniska kļūda. Lūdzu, sazinieties ar administratoru uz šādu e-pastu <b> %s </b> un savā ziņojumā uzrakstiet kļūdas kodu <b> %s </b> vai pievienojiet šīs lapas ekrāna kopiju.
       ErrorWrongValueForField=Nepareiza vērtība lauka numuru <b>%s</b> (vērtība '<b>%s</b>' nesakrīt regex noteikums <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Nepareiza vērtība lauka numuru <b>%s</b> (vērtība <b>&quot;%s&quot;</b> nav <b>%s</b> esošo ref)
       ErrorsOnXLines=Kļūdas <b>%s</b> avota ierakstu (-s)
      -ErrorFileIsInfectedWithAVirus=Antivīrusu programma nevarēja apstiprināt failu (fails varētu būt inficēti ar vīrusu)
      -ErrorSpecialCharNotAllowedForField=Speciālās rakstzīmes nav atļautas lauka &quot;%s&quot;
      +ErrorFileIsInfectedWithAVirus=Antivīrusu programma nevarēja pārbaudīt failu (fails varētu būt inficēts ar vīrusu)
      +ErrorSpecialCharNotAllowedForField=Speciālās rakstzīmes nav atļautas laukam "%s"
       ErrorNumRefModel=Norāde pastāv to datubāzē (%s), un tas nav saderīgs ar šo numerācijas noteikuma. Noņemt ierakstu vai pārdēvēts atsauci, lai aktivizētu šo moduli.
       ErrorQtyTooLowForThisSupplier=Šim pārdevējam pārāk zems daudzums vai šī produkta piegādātājam nav noteikta cena
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complet
       ErrorBadMask=Kļūda masku
       ErrorBadMaskFailedToLocatePosOfSequence=Kļūda, maska ​​bez kārtas numuru
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Kļūdas, slikta reset vērtība
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Kļūda. Izvēlieties vismaz vienu ierakstu.
      -ErrorDeleteNotPossibleLineIsConsolidated=Izdzēst nav iespējams, jo ieraksts ir saistīts ar bankas darījumu summa, kas tiek conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Dzēšana nav iespējama, jo ieraksts ir saistīts ar bankas darījumu, kas ir saskaņots
       ErrorProdIdAlreadyExist=%s piešķirta citai trešajai
       ErrorFailedToSendPassword=Neizdevās nosūtīt paroli
       ErrorFailedToLoadRSSFile=Nespēj iegūt RSS barotni. Centieties, lai pievienotu pastāvīgu MAIN_SIMPLEXMLLOAD_DEBUG ja kļūdu ziņojumi nesniedz pietiekamu informāciju.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Lietotāju ar pieteikšanos <b>%s</b> nevar atrast.
       ErrorLoginHasNoEmail=Šim lietotājam nav e-pasta adrese. Process atcelts.
       ErrorBadValueForCode=Nepareiza drošības koda vērtība. Mēģiniet vēlreiz ar jauno vērtību ...
       ErrorBothFieldCantBeNegative=Lauki %s un %s nevar būt abi negatīvi
      +ErrorFieldCantBeNegativeOnInvoice=Laukā <strong> %s </strong>šāda veida rēķins nevar būt negatīvs. Ja vēlaties pievienot atlaides līniju, vispirms izveidojiet atlaidi ar saiti %s ekrānā un izmantojiet to rēķinā. Varat arī lūgt administratoram iestatīt iespēju FACTURE_ENABLE_NEGATIVE_LINES līdz 1, lai atjaunotu veco uzvedību.
       ErrorQtyForCustomerInvoiceCantBeNegative=Quantity for line into customer invoices can't be negative
       ErrorWebServerUserHasNotPermission=Lietotāja konts <b>%s</b> izmantot, lai veiktu web serveri nav atļauja, kas
       ErrorNoActivatedBarcode=Nav svītrkodu veids aktivizēts
      @@ -138,7 +141,7 @@ ErrorBadFormat=Nepareizs formāts
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Kļūda, šis dalībnieks vēl nav saistīts ar kādu trešo pusi. Saistiet esošās trešās personas biedru vai izveidojiet jaunu trešo pusi, pirms izveidojat abonementu ar rēķinu.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Nevar izdzēst maksājumu, kas ir izveidojis bankas ierakstu, kas tika saskaņots
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Nevar izdzēst maksājumu, kas kopīgs ar vismaz vienu rēķinu ar statusu Apmaksāts
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,12 +150,12 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operatoram '%s' nav operandes
       ErrorPriceExpression11=Expecting '%s'
      -ErrorPriceExpression14=Division by zero
      +ErrorPriceExpression14=Dalīts ar nulli
       ErrorPriceExpression17=Nedefinēta vērtība '%s'
      -ErrorPriceExpression19=Expression not found
      -ErrorPriceExpression20=Empty expression
      +ErrorPriceExpression19=Izteiksme nav atrasta
      +ErrorPriceExpression20=Tukša izteiksme
       ErrorPriceExpression21=Nav rezultāta '%s'
       ErrorPriceExpression22=Negatīvs rezultāts '%s'
       ErrorPriceExpression23=Nezināms vai nenoteikts mainīgais "%s" %s
      @@ -171,10 +174,10 @@ 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=Jūs iestatāt paredzēto summu šim svinam / svinam. Tāpēc jums ir jāievada arī tā statuss
       ErrorFailedToLoadModuleDescriptorForXXX=Neizdevās ielādēt moduļa deskriptoru klasi %s
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Bad Definition Of Menu Array In Module Descriptor (bad value for key fk_menu)
      -ErrorSavingChanges=Kļūda saglabājot izmaiņas
      +ErrorSavingChanges=Saglabājot izmaiņas, radās kļūda
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Šī piegādātāja valsts nav definēta. Vispirms labojiet to.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Fails netika atrasts. Var mainīt koplietošanas
       ErrorProductBarCodeAlreadyExists=Produkta svītrkoda %s jau pastāv citā produkta atsaucei.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Ņemiet vērā arī, ka virtuālā produkta izmantošana, lai automātiski palielinātu vai samazinātu subproduktus, nav iespējama, ja vismaz vienam produktam (vai blakusproduktam) ir nepieciešams sērijas / partijas numurs.
       ErrorDescRequiredForFreeProductLines=Apraksts ir obligāts līnijām ar bezmaksas produktu
      +ErrorAPageWithThisNameOrAliasAlreadyExists=Lapā / konteinerā <strong> %s </strong>ir tāds pats nosaukums vai alternatīvs aizstājvārds, kuru izmantojat
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Ar šo nosaukumu, vai šī mērķa grāmatzīmes (U
       WarningPassIsEmpty=Brīdinājums, datu bāzes parole ir tukša. Tas ir drošības caurums. Jums vajadzētu pievienot paroli, lai jūsu datu bāzi un mainīt savu conf.php failu, lai atspoguļotu šo.
       WarningConfFileMustBeReadOnly=Uzmanību, jūsu config failu <b>(htdocs / conf / conf.php)</b> var pārrakstīt ar web serveri. Tas ir nopietns drošības caurums. Mainīt atļaujas faila būt tikai lasīšanas pēc operētājsistēmas lietotāja režīmu, ko izmanto tīmekļa serveri. Ja jūs izmantojat Windows un FAT formātu, lai jūsu diska, jums ir jāzina, ka šī failu sistēma neļauj pievienot atļaujas par failu, tāpēc nevar būt pilnīgi droša.
       WarningsOnXLines=Brīdinājumi par <b>%s</b> avota ierakstu(-iem)
      -WarningNoDocumentModelActivated=Nē modelis, dokumentu paaudzes ir aktivizēts. Modelis tiks choosed pēc noklusējuma, kamēr jūs pārbaudīt savu modulis iestatīšanu.
      +WarningNoDocumentModelActivated=Neviens modelis dokumentu ģenerēšanai nav aktivizēts. Modeli izvēlēsies pēc noklusējuma, līdz jūs pārbaudīsit sava moduļa iestatījumus.
       WarningLockFileDoesNotExists=Brīdinājums, kad uzstādīšana ir pabeigta, jums ir atslēgt instalēt / migrē instrumentus, pievienojot failu <b>install.lock</b> uz uzziņu <b>%s.</b> Trūkst šo failu, ir drošības caurums.
      -WarningUntilDirRemoved=Visi drošības brīdinājumi (redzami admin lietotājiem) paliks aktīvs tik ilgi, kamēr neaizsargātība ir klāt (vai ka pastāvīga MAIN_REMOVE_INSTALL_WARNING pievieno Setup-&gt; Citi uzstādīšanas).
      +WarningUntilDirRemoved=Visi drošības brīdinājumi (redzami tikai administratora lietotājiem) paliks aktīvi, kamēr būs ievainojamība (vai pastāvīgā MAIN_REMOVE_INSTALL_WARNING tiek pievienota iestatījumam-> Citi iestatījumi).
       WarningCloseAlways=Brīdinājums, aizvēršanas tiek darīts, pat ja summa atšķiras no avota un mērķa elementi. Aktivizēt šo funkciju piesardzīgi.
       WarningUsingThisBoxSlowDown=Uzmanību, izmantojot šo lodziņu palēnināt nopietni visas lapas, kas parāda lodziņu.
       WarningClickToDialUserSetupNotComplete=Iestatīšana ClickToDial informāciju par jūsu lietotāja nav pilnīga (skat. tab ClickToDial uz jūsu lietotāja kartes).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Daži lietotāji dažreiz ierakstīja, bet viņu stundas likme netika definēta. Tika izmantota vērtība 0 %s stundā, taču tas var novest pie nepareiza pavadītā laika vērtējuma.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=Šīs valodas tulkošanas taustiņam jau ir ieraksts
      -WarningNumberOfRecipientIsRestrictedInMassAction=Brīdinot, dažādu saņēmēju skaits ir ierobežots līdz <b> %s </ b>, ja tiek izmantota lielākā daļa darbību sarakstos
      +WarningNumberOfRecipientIsRestrictedInMassAction=Brīdinājums, ja izmantojat masveida darbību sarakstos, cita saņēmēja skaitam ir ierobežots <b> %s </ b>
       WarningDateOfLineMustBeInExpenseReportRange=Brīdinājums, rindas datums nav izdevumu pārskata diapazonā
      diff --git a/htdocs/langs/lv_LV/holiday.lang b/htdocs/langs/lv_LV/holiday.lang
      index 61b1aba0acf..dd3567eee4b 100644
      --- a/htdocs/langs/lv_LV/holiday.lang
      +++ b/htdocs/langs/lv_LV/holiday.lang
      @@ -1,10 +1,10 @@
       # Dolibarr language file - Source file is en_US - holiday
       HRM=CRV
      -Holidays=Brīvdienas
      -CPTitreMenu=Brīvdienas
      +Holidays=Atstājiet
      +CPTitreMenu=Atstājiet
       MenuReportMonth=Ikmēneša paziņojums
       MenuAddCP=Jauns atvaļinājuma pieprasījums
      -NotActiveModCP=You must enable the module Leaves to view this page.
      +NotActiveModCP=Jums ir jāiespējo modulis Atlaist, lai apskatītu šo lapu.
       AddCP=Izveidot atvaļinājuma pieprasījumu
       DateDebCP=Sākuma datums
       DateFinCP=Beigu datums
      @@ -15,7 +15,7 @@ ApprovedCP=Apstiprināts
       CancelCP=Atcelts
       RefuseCP=Atteikts
       ValidatorCP=Asistents
      -ListeCP=Atvaļinājumu saraksts
      +ListeCP=Atvaļinājuma saraksts
       LeaveId=Atvaļinājuma ID
       ReviewedByCP=To apstiprinās
       UserForApprovalID=Lietotājs apstiprinājuma ID
      @@ -25,8 +25,8 @@ UserForApprovalLogin=Apstiprinājuma lietotāja pieteikšanās
       DescCP=Apraksts
       SendRequestCP=Izveidot atvaļinājuma pieprasījumu
       DelayToRequestCP=Leave requests must be made at least <b>%s day(s)</b> before them.
      -MenuConfCP=Balance of leaves
      -SoldeCPUser=Atvaļinājums ir <b> %s </b> dienas.
      +MenuConfCP=Atvaļinājuma atlikums
      +SoldeCPUser=Atvaļinājumu līdzsvars ir <b> %s </b> dienas.
       ErrorEndDateCP=Jums ir jāizvēlas beigu datumu lielāks par sākuma datums.
       ErrorSQLCreateCP=SQL kļūda izveides laikā:
       ErrorIDFicheCP=An error has occurred, the leave request does not exist.
      @@ -51,7 +51,7 @@ StatutCP=Statuss
       TitleDeleteCP=Dzēst atvaļinājuma pieprasījumu
       ConfirmDeleteCP=Confirm the deletion of this leave request?
       ErrorCantDeleteCP=Error you don't have the right to delete this leave request.
      -CantCreateCP=You don't have the right to make leave requests.
      +CantCreateCP=Jums nav tiesību veikt atvaļinājumu pieprasījumus.
       InvalidValidatorCP=You must choose an approbator to your leave request.
       NoDateDebut=Jums ir jāizvēlas sākuma datums.
       NoDateFin=Jums ir jāizvēlas beigu datums.
      @@ -60,7 +60,7 @@ TitleValidCP=Apstipriniet atvaļinājuma pieprasījumu
       ConfirmValidCP=Vai tiešām vēlaties apstiprināt atvaļinājuma pieprasījumu?
       DateValidCP=Datums apstiprināts
       TitleToValidCP=Nosūtīt atvaļinājuma pieprasījumu
      -ConfirmToValidCP=Are you sure you want to send the leave request?
      +ConfirmToValidCP=Vai tiešām vēlaties nosūtīt atvaļinājuma pieprasījumu?
       TitleRefuseCP=Atteikties no atvaļinājuma pieprasījuma
       ConfirmRefuseCP=Vai tiešām vēlaties atteikt atvaļinājuma pieprasījumu?
       NoMotifRefuseCP=Jums ir jāizvēlas iemesls kāpēc atteikt pieprasījums.
      @@ -101,8 +101,8 @@ LEAVE_SICK=Slimības lapa
       LEAVE_OTHER=Cits atvaļinājums
       LEAVE_PAID_FR=Apmaksāts atvaļinājums
       ## Configuration du Module ##
      -LastUpdateCP=Latest automatic update of leaves allocation
      -MonthOfLastMonthlyUpdate=Month of latest automatic update of leaves allocation
      +LastUpdateCP=Jaunākais automātiska atvaļinājuma piešķiršanas atjaunināšana
      +MonthOfLastMonthlyUpdate=Pēdējā automātiskā atvaļinājuma piešķiršanas mēneša pēdējā mēneša laikā
       UpdateConfCPOK=Veiksmīgi atjaunināta.
       Module27130Name= Management of leave requests
       Module27130Desc= Atvaļinājumu pieprasījumu vadīšana
      @@ -112,13 +112,18 @@ NoticePeriod=Paziņojuma periods
       HolidaysToValidate=Validate leave requests
       HolidaysToValidateBody=Zemāk ir atvaļinājuma pieprasījums kuru jāapstiprina
       HolidaysToValidateDelay=This leave request will take place within a period of less than %s days.
      -HolidaysToValidateAlertSolde=The user who made this leave reques do not have enough available days.
      +HolidaysToValidateAlertSolde=Lietotājam, kurš ir iesniedzis šo atvaļinājuma pieprasījumu, ir pietiekami daudz pieejamo dienu.
       HolidaysValidated=Apstiprinātie atvaļinājumu pieprasījumi
      -HolidaysValidatedBody=Your leave request for %s to %s has been validated.
      +HolidaysValidatedBody=Jūsu atvaļinājuma pieprasījums no %s līdz %s ir ticis apstiprināts.
       HolidaysRefused=Pieprasījums noraidīts
      -HolidaysRefusedBody=Your leave request for %s to %s has been denied for the following reason :
      -HolidaysCanceled=Canceled leaved request
      -HolidaysCanceledBody=Your leave request for %s to %s has been canceled.
      +HolidaysRefusedBody=Jūsu atvaļinājuma pieprasījums %s līdz %s tika noraidīts šāda iemesla dēļ:
      +HolidaysCanceled=Atcelts atvaļinājuma pieprasījums
      +HolidaysCanceledBody=Jūsu atvaļinājuma pieprasījums no %s līdz %s ir atcelts.
       FollowedByACounter=1: Šāda veida atvaļinājumam jāievēro skaitītājs. Skaitījtājs tiek palielināts manuāli vai automātiski, un, ja atvaļinājuma pieprasījums ir apstiprināts, skaitītājs tiek samazināts. <br> 0: neseko skaitītājs.
       NoLeaveWithCounterDefined=There is no leave types defined that need to be followed by a counter
      -GoIntoDictionaryHolidayTypes=Go into <strong>Home - Setup - Dictionaries - Type of leaves</strong> to setup the different types of leaves.
      +GoIntoDictionaryHolidayTypes=Iet uz <strong> Sākums - Iestatīšana - Vārdnīcas - Atvaļinājuma veids </ strong>, lai iestatītu dažādu veidu lapas.
      +HolidaySetup=Moduļa brīvdienas uzstādīšana
      +HolidaysNumberingModules=Atstājiet pieprasījumu numerācijas modeļus
      +TemplatePDFHolidays=Veidne atvaļinājumu pieprasīšanai PDF
      +FreeLegalTextOnHolidays=Brīvs teksts PDF
      +WatermarkOnDraftHolidayCards=Ūdenszīmes uz izbraukšanas pieprasījumiem
      diff --git a/htdocs/langs/lv_LV/install.lang b/htdocs/langs/lv_LV/install.lang
      index 23a8e5d909f..615600773c9 100644
      --- a/htdocs/langs/lv_LV/install.lang
      +++ b/htdocs/langs/lv_LV/install.lang
      @@ -2,37 +2,37 @@
       InstallEasy=Sekojiet instrukcijām soli pa solim.
       MiscellaneousChecks=Priekšnoteikumu pārbaude
       ConfFileExists=Konfigurācijas fails <b>%s</b> eksistē.
      -ConfFileDoesNotExistsAndCouldNotBeCreated=Konfigurācijas fails <b>%s</b> nav un nevar tikt izveidots!
      +ConfFileDoesNotExistsAndCouldNotBeCreated=Konfigurācijas fails <b> %s </b> nepastāv un to nevarēja izveidot!
       ConfFileCouldBeCreated=Konfigurācijas failu <b>%s</b> var izveidot.
      -ConfFileIsNotWritable=Konfigurācijas failam <b>%s</b> nav rakstīšanas tiesības. Pārbaudiet atļaujas. Par pirmo instalēt, jūsu tīmekļa serveris ir jāpiešķir, lai varētu rakstīt šajā failā laikā konfigurācijas process ("chmod 666", piemēram, uz kā OS UNIX).
      +ConfFileIsNotWritable=Konfigurācijas fails <b> %s </ b> nav rakstāms. Pārbaudīt atļaujas. Pirmajai instalēšanai jūsu tīmekļa serverim jāspēj rakstīt šajā failā konfigurācijas procesa laikā ("chmod 666", piemēram, operētājsistēmā Unix, piemēram).
       ConfFileIsWritable=Konfigurācijas failā <b>%s</b> var ierakstīt.
       ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
      -ConfFileReload=Pārlādē visu informāciju no konfigurācijas faila.
      +ConfFileReload=Pārsūtot parametrus no konfigurācijas faila.
       PHPSupportSessions=PHP atbalsta sesijas.
       PHPSupportPOSTGETOk=PHP atbalsta mainīgos POST un GET.
      -PHPSupportPOSTGETKo=Iespējams, ka jūsu PHP neatbalsta mainīgos POST un / vai GET. Pārbaudiet parametrus <b>variables_order</b> failā php.ini.
      -PHPSupportGD=PHP atbalsta GD grafiskās funkcijas.
      -PHPSupportCurl=Šis PHP atbalsts Curl.
      -PHPSupportUTF8=PHP atbalsta UTF8 funkcijas.
      +PHPSupportPOSTGETKo=Iespējams, ka jūsu PHP iestatīšana neatbalsta mainīgos POST un / vai GET. Pārbaudiet parametru <b> variables_order </ b> php.ini.
      +PHPSupportGD=Šis PHP atbalsta GD grafiskās funkcijas.
      +PHPSupportCurl=Šis PHP atbalsta Curl.
      +PHPSupportUTF8=Šis PHP atbalsta UTF8 funkcijas.
       PHPMemoryOK=Jūsu PHP maksimālā sesijas atmiņa ir iestatīts uz <b>%s.</b> Tas ir pietiekami.
      -PHPMemoryTooLow=Jūsu PHP max sesijas atmiņa ir iestatīts uz <b>%s</b> baitu. Tas būtu pārāk mazs. Mainiet savu <b>php.ini</b> lai uzstādītu <b>memory_limit</b> parametrs vismaz <b>%s</b> baitos.
      -Recheck=Klikšķiniet šeit, lai vairāk izceltu testu
      -ErrorPHPDoesNotSupportSessions=PHP instalācija neatbalsta sesijas. Šī funkcija ir nepieciešama lai Dolibarr strādātu. Pārbaudiet savus PHP iestatījumus.
      -ErrorPHPDoesNotSupportGD=PHP instalācija neatbalsta grafisko funkciju GD. Nebūs pieejami grafiki.
      +PHPMemoryTooLow=Jūsu PHP max sesijas atmiņa ir iestatīta uz <b> %s </ b> baitiem. Tas ir pārāk zems. Mainiet <b> php.ini </ b>, lai iestatītu <b> memory_limit </ b> parametru vismaz <b> %s </ b> baitiem.
      +Recheck=Noklikšķiniet šeit, lai iegūtu sīkāku pārbaudi
      +ErrorPHPDoesNotSupportSessions=Jūsu PHP instalācija neatbalsta sesijas. Šī funkcija ir nepieciešama, lai Dolibarr darbotos. Pārbaudiet sesiju direktorijas PHP iestatījumus un atļaujas.
      +ErrorPHPDoesNotSupportGD=Jūsu PHP instalācija neatbalsta GD grafiskās funkcijas. Nav neviena grafika.
       ErrorPHPDoesNotSupportCurl=Jūsu PHP instalācija neatbalsta Curl.
      -ErrorPHPDoesNotSupportUTF8=PHP instalācija neatbalsta UTF8 funkciju. Dolibarr nevar strādāt pareizi. Atrisiniet šo pirms instalējat Dolibarr.
      +ErrorPHPDoesNotSupportUTF8=Jūsu PHP instalācija neatbalsta UTF8 funkcijas. Dolibarr nevar darboties pareizi. Atrisiniet to pirms Dolibarr instalēšanas.
       ErrorDirDoesNotExists=Katalogs %s neeksistē.
      -ErrorGoBackAndCorrectParameters=Atgriezieties un labojiet nepareizos parametrus.
      +ErrorGoBackAndCorrectParameters=Atgriezieties un pārbaudiet / labojiet parametrus.
       ErrorWrongValueForParameter=Iespējams, esat ievadījis nepareizu vērtību parametrā '%s'.
       ErrorFailedToCreateDatabase=Neizdevās izveidot datubāzi '%s'.
       ErrorFailedToConnectToDatabase=Neizdevās izveidot savienojumu ar datu bāzi '%s'.
       ErrorDatabaseVersionTooLow=Datu bāzes versija (%s) pārāk veca. Versija %s vai augstāka ir nepieciešama.
       ErrorPHPVersionTooLow=PHP versija ir pārāk veca. Versija %s ir nepieciešama.
      -ErrorConnectedButDatabaseNotFound=Savienojums ar serveri sekmīgi pabeigts, bet datubāze '%s' nav atrasta.
      +ErrorConnectedButDatabaseNotFound=Savienojums ar serveri ir veiksmīgs, bet datubāze '%s' nav atrasta.
       ErrorDatabaseAlreadyExists=Datubāze '%s' jau eksistē.
      -IfDatabaseNotExistsGoBackAndUncheckCreate=Ja datu bāzē neeksistē, dodieties atpakaļ un pārbaudiet opciju "Izveidot datu bāzi".
      +IfDatabaseNotExistsGoBackAndUncheckCreate=Ja datubāze nepastāv, atveriet un atzīmējiet opciju "Izveidot datubāzi".
       IfDatabaseExistsGoBackAndCheckCreate=Ja datu bāze jau pastāv, dodieties atpakaļ un izņemiet ķeksi "Izveidot datu bāzi".
      -WarningBrowserTooOld=Pārāk vecs pārlūkprogrammas versija. Pārlūkprogrammu Firefox, Chrome vai Opera jaunāko versiju uzstādīšana  ir ļoti ieteicama.
      +WarningBrowserTooOld=Pārlūkprogrammas versija ir pārāk veca. Ir ļoti ieteicams jaunināt pārlūku uz jaunāko Firefox, Chrome vai Opera versiju.
       PHPVersion=PHP versija
       License=Izmantojot licenci
       ConfigurationFile=Konfigurācijas fails
      @@ -45,22 +45,23 @@ DolibarrDatabase=Dolibarr datubāze
       DatabaseType=Datubāzes tips
       DriverType=Draivera veids
       Server=Serveris
      -ServerAddressDescription=Nosaukums vai IP adrese datu bāzes serverim - parasti 'localhost', ja datu bāzes serveris ir izvietots uz tā paša servera uz kura atrodas web serveris
      +ServerAddressDescription=Datu bāzes servera nosaukums vai ip adrese. Parasti "localhost", ja datu bāzes serveris ir izvietots tajā pašā serverī kā tīmekļa serveris.
       ServerPortDescription=Datu bāzes servera ports. Atstājiet tukšu, ja nav zināms.
       DatabaseServer=Datubāzes serveris
       DatabaseName=Datubāzes nosaukums
      -DatabasePrefix=Datubāzes tabulu prefikss
      -AdminLogin=Dolibarr datu bāzes īpašnieka lietotājvārds
      -PasswordAgain=Atkārtot paroli otrreiz
      +DatabasePrefix=Datubāzes galda prefikss
      +DatabasePrefixDescription=Datubāzes galda prefikss. Ja tukšs, noklusējums ir llx_.
      +AdminLogin=Dolibarr datu bāzes īpašnieka lietotāja konts.
      +PasswordAgain=Atkārtot paroles apstiprināšanu
       AdminPassword=Parole Dolibarr datu bāzes īpašniekam.
       CreateDatabase=Izveidot datubāzi
      -CreateUser=Izveidojiet īpašnieku vai piešķiriet viņam atļauju datu bāzē
      +CreateUser=Izveidojiet lietotāja kontu vai piešķiriet lietotāja konta atļauju Dolibarr datubāzē
       DatabaseSuperUserAccess=Datu bāzes serveris - superlietotājs piekļuve
      -CheckToCreateDatabase=Ieķeksējiet, ja datu bāze neeksistē, un tā ir jāizveido. <br> Tādā gadījumā, jums ir jāaizpilda pieteikšanās / paroli SuperUser kontā šīs lapas apakšā.
      -CheckToCreateUser=Atzīmējiet izvēles rūtiņu, ja datubāzes īpašnieks neeksistē un tas ir jāizveido vai ja tas ir pieejams, bet datu bāze neeksistē un atļaujas ir jāpiešķir. <br> Šajā gadījumā jums ir jāizvēlas tā lietotājvārds un parole, kā arī jāaizpilda lietotājvārds / parole Lietotāja kontu šīs lapas apakšdaļā. Ja šī rūtiņa nav atzīmēta, jābūt īpašnieka datu bāzei un tās parolēm.
      -DatabaseRootLoginDescription=Lietotāja vārds, kas var izveidot datubāzes vai jaunos lietotājus. Obligāti jāaizpilda, ja datubāze vai tās īpašnieks jau neeksistē.
      -KeepEmptyIfNoPassword=Atstājiet tukšu, ja lietotājam nav vajadzīga parole (izvairieties no bezparoles lietotāja vārda)
      -SaveConfigurationFile=Saglabā vērtības
      +CheckToCreateDatabase=Atzīmējiet izvēles rūtiņu, ja datubāze vēl neeksistē, un tā ir jāizveido. <br> Šajā gadījumā arī šīs lapas apakšdaļā ir jāaizpilda lietotāja konta lietotājvārds un parole.
      +CheckToCreateUser=Atzīmējiet izvēles rūtiņu, ja: <br> datu bāzes lietotāja kontā vēl nav, un tā ir jāveido vai arī, ja lietotāja konts pastāv, bet datubāze nepastāv un atļaujas ir jāpiešķir. <br> Šajā gadījumā jums jāievada lietotāja konts un parole, kā arī <b> arī </ b> administratora konta nosaukums un parole šīs lapas apakšdaļā. Ja šī rūtiņa nav atzīmēta, datu bāzes īpašniekam un parolei jau ir jābūt.
      +DatabaseRootLoginDescription=Superuser konta nosaukums (lai izveidotu jaunas datubāzes vai jaunus lietotājus), obligāti, ja datubāze vai tā īpašnieks vēl nav izveidota.
      +KeepEmptyIfNoPassword=Atstājiet tukšu, ja lietotājam nav paroles (neiesaka)
      +SaveConfigurationFile=Saglabāt parametrus
       ServerConnection=Servera savienojums
       DatabaseCreation=Datubāzes izveidošana
       CreateDatabaseObjects=Datu bāzes objektu izveide
      @@ -71,8 +72,8 @@ CreateOtherKeysForTable=Izveidot ārvalstu atslēgas un indeksi attiecībā uz g
       OtherKeysCreation=Atslēgu un indeksu veidošana
       FunctionsCreation=Funkciju izveide
       AdminAccountCreation=Administratora pieteikšanās izveide
      -PleaseTypePassword=Lūdzu, ievadiet paroli, tukšas paroles ir aizliegtas!
      -PleaseTypeALogin=Lūdzu ierakstiet lietotāja vārdu!
      +PleaseTypePassword=Lūdzu, ierakstiet paroli, tukšas paroles nav atļautas!
      +PleaseTypeALogin=Lūdzu, ierakstiet pieteikšanos!
       PasswordsMismatch=Paroles atšķiras, lūdzu, mēģiniet vēlreiz!
       SetupEnd=Beigas iestatīšanas
       SystemIsInstalled=Instalācija ir pabeigta.
      @@ -81,65 +82,65 @@ YouNeedToPersonalizeSetup=Jums ir jākonfigurēt Dolibarr, lai atbilstu Jūsu va
       AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
       GoToDolibarr=Iet uz Dolibarr
       GoToSetupArea=Iet uz Dolibarr (iestatīšanas apgabalu)
      -MigrationNotFinished=Jūsu datu bāzes versija nav pilnībā atjaunināta, tāpēc jums ir par jaunu jāpalaiž atjaunināšanas process.
      +MigrationNotFinished=Datubāzes versija nav pilnībā atjaunināta: atkal palaidiet jaunināšanas procesu.
       GoToUpgradePage=Iet uz atjaunošanas lapu atkal
       WithNoSlashAtTheEnd=Bez slīpsvītras "/" beigās
      -DirectoryRecommendation=Ieteicams izmantot mapi ārpus mājas lapas failu direktorijas.
      +DirectoryRecommendation=Ieteicams izmantot direktoriju ārpus tīmekļa lapām.
       LoginAlreadyExists=Jau eksistē
       DolibarrAdminLogin=Dolibarr administratora lietotāja vārds
      -AdminLoginAlreadyExists=Dolibarr administratora konts '<b>%s</b>' jau eksistē. Dodieties atpakaļ, ja jūs vēlaties izveidot vēl vienu kontu.
      +AdminLoginAlreadyExists=Dolibarr administratora konts '<b> %s </ b>' jau pastāv. Atgriezieties, ja vēlaties izveidot vēl vienu.
       FailedToCreateAdminLogin=Neizdevās izveidot Dolibarr administratora kontu.
      -WarningRemoveInstallDir=Brīdinājums, drošības apsvērumu dēļ pēc instalēšanas vai atjaunināšanas beigām, lai izvairītos no instalēšanas rīku atkārtotas izmantošanas, Jums jāpievieno failu ar nosaukumu <b>install.lock</b> Dolibarr dokumentu direktorijā, lai novērstu ļaunprātīgu instalācijas izmantošanu.
      -FunctionNotAvailableInThisPHP=Nav pieejams šajā PHP versijā
      +WarningRemoveInstallDir=Drošības apsvērumu dēļ, instalēšanas vai jaunināšanas pabeigšanas brīdī drošības nolūkos Dolibarr dokumentu direktorijā jāievieto fails <b> install.lock </ b>, lai novērstu nejaušu / ļaunprātīgu instalēšanas rīku lietošanu.
      +FunctionNotAvailableInThisPHP=Nav pieejams šajā PHP
       ChoosedMigrateScript=Izvēlieties migrācijas skriptu
       DataMigration=Datubāzes migrācijas (dati)
       DatabaseMigration=Datubāzes migrācija (struktūra + daži dati)
       ProcessMigrateScript=Skripts darbojas
       ChooseYourSetupMode=Izvēlies savu instalācijas režīmu un noklikšķiniet uz "Sākt" ...
       FreshInstall=Svaiga instalēšana
      -FreshInstallDesc=Izmantojiet šo režīmu, ja pirmo reizi instalējat. Ja nē, šis režīms var izlabot nepilnīgu iepriekšējo instalāciju. Ja jūs vēlaties atjaunot versiju, izvēlieties "Atjaunošanas" režīmu.
      +FreshInstallDesc=Izmantojiet šo režīmu, ja šī ir jūsu pirmā instalācija. Ja nē, šis režīms var novērst nepilnīgu iepriekšējo instalēšanu. Ja vēlaties atjaunināt savu versiju, izvēlieties "Upgrade" režīmu.
       Upgrade=Atjaunot
       UpgradeDesc=Izmantojiet šo režīmu, ja vēlaties atjaunot veco Dolibarr versiju uz jaunāku. Šis process atjauno datu bāzi un failus.
       Start=Sākt
       InstallNotAllowed=Instalēšana nav atļauta ar <b>conf.php</b> tiesībām
       YouMustCreateWithPermission=Jums ir jāizveido fails %s un jāpiešķir rakstīšanas atļaujas tam, lai web serveris instalēšanas laikā varētu to izmantot.
      -CorrectProblemAndReloadPage=Lūdzu atrisiniet problēmu un nospiediet F5, lai pārlādētu lapu.
      +CorrectProblemAndReloadPage=Lūdzu, novērsiet problēmu un nospiediet F5, lai pārlādētu lapu.
       AlreadyDone=Jau pārvietoti
       DatabaseVersion=Datubāzes versija
       ServerVersion=Datubāzes servera versija
       YouMustCreateItAndAllowServerToWrite=Jums ir jāizveido šo direktoriju un jāļauj web serverim tajā rakstīt.
       DBSortingCollation=Rakstzīmju šķirošanas secība
      -YouAskDatabaseCreationSoDolibarrNeedToConnect=Jūs lūdzat, lai izveidotu datu bāzi <b>%s,</b> bet par to, Dolibarr ir nepieciešams, lai izveidotu savienojumu ar serveri <b>%s</b> ar super lietotāja <b>%s</b> atļaujas.
      -YouAskLoginCreationSoDolibarrNeedToConnect=Jūs lūdzat, lai izveidotu datu bāzi pieteikšanās <b>%s,</b> bet par to, Dolibarr ir nepieciešams, lai izveidotu savienojumu ar serveri <b>%s</b> ar super lietotāja <b>%s</b> atļaujas.
      -BecauseConnectionFailedParametersMayBeWrong=Kā savienojums neizdevās, uzņēmēja vai super lietotāju parametri ir nepareizi.
      +YouAskDatabaseCreationSoDolibarrNeedToConnect=Jūs izvēlējāties izveidot datubāzi <b> %s </ b>, bet šim nolūkam Dolibarr ir nepieciešams savienojums ar serveri <b> %s </ b> ar super lietotāju <b> %s </ b> atļaujām.
      +YouAskLoginCreationSoDolibarrNeedToConnect=Jūs izvēlējāties izveidot datubāzes lietotāju <b> %s </ b>, bet šim nolūkam Dolibarr ir nepieciešams savienojums ar serveri <b> %s </ b> ar super lietotāju <b> %s </ b> atļaujām.
      +BecauseConnectionFailedParametersMayBeWrong=Datubāzes savienojums neizdevās: uzņēmēja vai super lietotāja parametriem jābūt nepareiziem.
       OrphelinsPaymentsDetectedByMethod=Bāreņi maksājums atklāj metode %s
       RemoveItManuallyAndPressF5ToContinue=Noņemiet to manuāli un nospiediet F5, lai turpinātu.
       FieldRenamed=Lauks pārdēvēts
      -IfLoginDoesNotExistsCheckCreateUser=Ja lietotājs neeksistē, jums ir jāizvēlas opciju "Izveidot lietotāju"
      -ErrorConnection=Server "<b>%s</b>", datu bāzes nosaukums "<b>%s</b>" login "<b>%s</b>", vai datu bāzes parole var būt nepareizi vai PHP klienta versijas var būt pārāk vecs, salīdzinot ar bāzes versiju.
      +IfLoginDoesNotExistsCheckCreateUser=Ja lietotājs vēl neeksistē, jums jāpārbauda opcija "Izveidot lietotāju"
      +ErrorConnection=Serveris "<b> %s </ b>", datubāzes nosaukums "<b> %s </ b>", login "<b> %s </ b>" vai datu bāzes parole var būt nepareiza vai arī PHP klienta versija salīdzinot ar datubāzes versiju.
       InstallChoiceRecommanded=Ieteicams izvēlēties, lai instalētu versiju <b>%s</b> no jūsu pašreizējā versijā <b>%s</b>
       InstallChoiceSuggested=<b>Instalācijas sistēmas izvēle.</b>
      -MigrateIsDoneStepByStep=Mērķtiecīga versija (%s) ir plaisa vairākas versijas, tāpēc instalēt vednis nāks atpakaļ ieteikt nākamo migrāciju, kad tas viens būs pabeigts.
      -CheckThatDatabasenameIsCorrect=Pārbaudiet, ka datubāzes nosaukums <b>"%s"</b> ir pareizs.
      +MigrateIsDoneStepByStep=Mērķa versijai (%s) ir vairākas versijas. Instalēšanas vednis atgriezīsies, lai ierosinātu turpmāku migrāciju, kad tas būs pabeigts.
      +CheckThatDatabasenameIsCorrect=Pārbaudiet, vai datubāzes nosaukums "<b> %s </b>" ir pareizs.
       IfAlreadyExistsCheckOption=Ja šis vārds ir pareizs un ka datu bāze neeksistē vēl, jums ir pārbaudīt opciju "Izveidot datu bāzi".
       OpenBaseDir=PHP openbasedir parametrs
      -YouAskToCreateDatabaseSoRootRequired=Jūs pārbauda kaste "Izveidot datu bāzi". Lai to izdarītu, jums ir nepieciešams, lai nodrošinātu login / paroles no superlietotājs (apakšējā formas).
      -YouAskToCreateDatabaseUserSoRootRequired=Jūs pārbauda kaste "Izveidot datu bāzes lietotāju". Lai to izdarītu, jums ir nepieciešams, lai nodrošinātu login / paroles no superlietotājs (apakšējā formas).
      -NextStepMightLastALongTime=Pašreizējā posms var ilgt vairākas minūtes. Lūdzu uzgaidiet, kamēr nākamais ekrāns tiek parādīts, lai varētu turpināt.
      +YouAskToCreateDatabaseSoRootRequired=Jūs atzīmējāt lodziņu "Izveidot datu bāzi". Lai to izdarītu, jums ir jāuzrāda administratora lietotājvārds / parole (veidlapas apakšdaļa).
      +YouAskToCreateDatabaseUserSoRootRequired=Jūs atzīmējāt lodziņu "Izveidot datu bāzes īpašnieku". Lai to izdarītu, jums ir jāuzrāda administratora lietotājvārds / parole (veidlapas apakšdaļa).
      +NextStepMightLastALongTime=Pašreizējais solis var aizņemt vairākas minūtes. Lūdzu, uzgaidiet, līdz nākamais ekrāns tiek parādīts pilnīgi pirms turpināšanas.
       MigrationCustomerOrderShipping=Migrēt piegāde par klientu pasūtījumu uzglabāšanai
       MigrationShippingDelivery=Upgrade uzglabāšanu kuģniecības
       MigrationShippingDelivery2=Upgrade uzglabāšanu 2 kuģniecības
       MigrationFinished=Migrācija pabeigta
      -LastStepDesc=<strong>Pēdējais solis:</strong> Norādīt pieteikšanās lietotāja vārdu un paroli, kuru Jūs plānojat izmantot, lai izveidotu savienojumu ar programmu. Nepalaidiet garām šo, jo šis konts varēs administrēt visus pārējos.
      +LastStepDesc=<strong> Pēdējais solis </ strong>: šeit norādiet pieteikšanos un paroli, kuru vēlaties izmantot, lai izveidotu savienojumu ar Dolibarr. <b> Nepalaidiet to, jo tas ir galvenais konts, lai pārvaldītu visus pārējos / papildu lietotāju kontus. </ b>
       ActivateModule=Aktivizēt moduli %s
       ShowEditTechnicalParameters=Noklikšķiniet šeit, lai parādītu / rediģēt papildu parametrus (ekspertu režīmā)
      -WarningUpgrade=Brīdinājums:\nVai vispirms izmantojāt datu bāzi?\nTas ir ļoti ieteicams: piemēram, datu bāzu sistēmu (piemēram, mysql versijas 5.5.40 / 41/42/43) dēļ dažu datu vai tabulu dēļ var tikt zaudēti daži dati vai tabulas, tādēļ ir ļoti ieteicams izveidot pabeigtu datu bāzē pirms migrācijas sākšanas.\n\nNoklikšķiniet uz OK, lai sāktu migrācijas procesu ...
      -ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug making data loss if you make structure change on your database, like it is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a higher fixed version (list of known bugged version: %s)
      -KeepDefaultValuesWamp=Jūs izmantojat Dolibarr iestatīšanas vedni no DoliWamp, tāpēc vērtības šeit jau ir optimizētas. Mainiet tikai tad, ja jūs zināt, ko darāt.
      -KeepDefaultValuesDeb=Jūs izmantojat Dolibarr iestatīšanas vedni no Linux paketi (Ubuntu, Debian, Fedora ...), tāpēc vērtības ierosinātās šeit jau ir optimizēta. Tikai datu bāzes īpašnieks, lai izveidotu paroli jāpabeidz. Mainītu citus parametrus tikai tad, ja jūs zināt, ko jūs darāt.
      -KeepDefaultValuesMamp=Jūs izmantojat Dolibarr iestatīšanas vedni no DoliMamp, tāpēc vērtības ierosinātās šeit jau ir optimizēta. Mainīt tikai tad, ja jūs zināt, ko jūs darāt.
      -KeepDefaultValuesProxmox=Jūs izmantojat Dolibarr iestatīšanas vedni no Proxmox virtuālās ierīces, tāpēc vērtības ierosinātās šeit jau ir optimizēta. Mainīt tikai tad, ja jūs zināt, ko jūs darāt.
      -UpgradeExternalModule=Izpildiet īpašu ārējo moduļu jaunināšanas procesu
      +WarningUpgrade=Brīdinājums:\nVai vispirms izmantojāt datu bāzi?\nTas ir ļoti ieteicams. Šajā procesā var būt iespējama datu zudums (piemēram, kļūdas mysql versijā 5.5.40 / 41/42/43), tāpēc pirms migrēšanas sākuma ir svarīgi veikt pilnīgu datplūsmas noņemšanu.\n\nNoklikšķiniet uz OK, lai sāktu migrācijas procesu ...
      +ErrorDatabaseVersionForbiddenForMigration=Jūsu datubāzes versija ir %s. Tam ir kritiska kļūda, kas var radīt datu zudumu, ja veicat strukturālas izmaiņas jūsu datubāzē, piemēram, kā to pieprasa migrācijas process. Viņa iemesla dēļ migrācija netiks atļauta, kamēr jūs jaunināt savu datubāzi uz slāņa (ielīmētas) versiju (zināmu buggy versiju saraksts: %s)
      +KeepDefaultValuesWamp=Jūs izmantojāt Dolibarr iestatīšanas vedni no DoliWamp, tādēļ šeit piedāvātās vērtības jau ir optimizētas. Mainiet tos tikai tad, ja zināt, ko jūs darāt.
      +KeepDefaultValuesDeb=Jūs izmantojāt Dolibarr iestatīšanas vedni no Linux paketes (Ubuntu, Debian, Fedora ...), tāpēc šeit piedāvātās vērtības jau ir optimizētas. Jāievada tikai datu bāzes īpašnieka izveidotā parole. Mainiet citus parametrus tikai tad, ja zināt, ko jūs darāt.
      +KeepDefaultValuesMamp=Jūs izmantojāt Dolibarr iestatīšanas vedni no DoliMamp, tāpēc šeit piedāvātās vērtības jau ir optimizētas. Mainiet tos tikai tad, ja zināt, ko jūs darāt.
      +KeepDefaultValuesProxmox=Jūs izmantojāt Dolbyarr iestatīšanas vedni no Proxmox virtuālās ierīces, tāpēc šeit piedāvātās vērtības jau ir optimizētas. Mainiet tos tikai tad, ja zināt, ko jūs darāt.
      +UpgradeExternalModule=Darbiniet ārējo moduļa ārējo jaunināšanas procesu
       SetAtLeastOneOptionAsUrlParameter=Iestatiet vismaz vienu opciju kā parametru URL. Piemēram: "... repair.php? Standard = apstiprināts"
       NothingToDelete=Nav ko tīrīt / dzēst
       NothingToDo=Nav ko darīt
      @@ -153,7 +154,7 @@ MigrationInvoice=Klienta rēķinu datu migrācija
       MigrationContract=Datu migrācija līgumiem
       MigrationSuccessfullUpdate=Atjaunošana veiksmīga
       MigrationUpdateFailed=Neizdevās atjaunināšanas process
      -MigrationRelationshipTables=Datu migrācija uz attiecībām tabulām (%s)
      +MigrationRelationshipTables=Datu migrācija uz attiecīgām tabulām (%s)
       MigrationPaymentsUpdate=Maksājumu datu korekcija
       MigrationPaymentsNumberToUpdate=%s maksājums (-iem), lai atjauninātu
       MigrationProcessPaymentUpdate=Atjaunināt maksājumu(-us) %s
      @@ -162,15 +163,15 @@ MigrationPaymentsNothingUpdatable=Ne vairāk maksājumus, kas var tikt izlabotas
       MigrationContractsUpdate=Līgumu datu korekcija
       MigrationContractsNumberToUpdate=%s līgumu (-iem), lai atjauninātu
       MigrationContractsLineCreation=Izveidot līgumu līniju līguma ref %s
      -MigrationContractsNothingToUpdate=Nav daudz lietas, kas darīt
      -MigrationContractsFieldDontExist=Lauks fk_facture neeksistē vairs. Nav nekas ko darīt.
      +MigrationContractsNothingToUpdate=Nav daudz lietu ko darīt
      +MigrationContractsFieldDontExist=Lauks fk_facture vairs nepastāv. Nav ko darīt.
       MigrationContractsEmptyDatesUpdate=Līgums tukšs datums korekcija
      -MigrationContractsEmptyDatesUpdateSuccess=Contract emtpy date correction done successfully
      +MigrationContractsEmptyDatesUpdateSuccess=Veicot veiksmīgu līguma tukšu datuma korekciju
       MigrationContractsEmptyDatesNothingToUpdate=Nav līguma tukša diena, lai labotu
       MigrationContractsEmptyCreationDatesNothingToUpdate=Nav līguma izveides datums, lai labotu
       MigrationContractsInvalidDatesUpdate=Bad valutēšanas datums līgums korekcija
       MigrationContractsInvalidDateFix=Pareizs līgums %s (līguma datumu = %s, sākot izsniegšanas datumu min = %s)
      -MigrationContractsInvalidDatesNumber=%s līgumi modificēts
      +MigrationContractsInvalidDatesNumber=%s līgumi laboti
       MigrationContractsInvalidDatesNothingToUpdate=Nē dienu ar sliktu vērtību, lai labotu
       MigrationContractsIncoherentCreationDateUpdate=Bad vērtība līguma izveides datums korekcija
       MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
      @@ -187,24 +188,24 @@ MigrationDeliveryDetail=Piegādes atjaunināšana
       MigrationStockDetail=Atjaunināt noliktavas produktu vērtību
       MigrationMenusDetail=Atjaunināt dinamisks izvēlnes tabulas
       MigrationDeliveryAddress=Atjaunināt piegādes adresi sūtījumiem
      -MigrationProjectTaskActors=Datu migrācija uz llx_projet_task_actors galda
      +MigrationProjectTaskActors=Datu migrācija tabulai llx_projet_task_actors
       MigrationProjectUserResp=Datu migrācija jomā fk_user_resp no llx_projet lai llx_element_contact
       MigrationProjectTaskTime=Atjaunināšanas laiks sekundēs
       MigrationActioncommElement=Atjaunināt informāciju par pasākumiem
       MigrationPaymentMode=Datu migrācija uz maksājumu režīmā
       MigrationCategorieAssociation=Kategoriju migrācija
      -MigrationEvents=Migration of events to add event owner into assignement table
      -MigrationEventsContact=Notikumu migrēšana, lai pievienotu notikuma kontaktu nodalīšanas tabulā
      +MigrationEvents=Notikumu migrācija, lai notikuma īpašnieku pievienotu uzdevumu tabulai
      +MigrationEventsContact=Notikumu migrācija, lai notikuma kontaktu pievienotu uzdevumu tabulai
       MigrationRemiseEntity=Atjauniniet llx_societe_remise objekta lauka vērtību
       MigrationRemiseExceptEntity=Atjauniniet llx_societe_remise_except objekta lauka vērtību
       MigrationUserRightsEntity=Atjauniniet llx_user_rights objekta lauka vērtību
       MigrationUserGroupRightsEntity=Atjauniniet llx_usergroup_rights objekta lauka vērtību
       MigrationReloadModule=Reload module %s
       MigrationResetBlockedLog=Atjaunot moduli BlockedLog par v7 algoritmu
      -ShowNotAvailableOptions=Rādīt nepieejamās iespējas
      -HideNotAvailableOptions=Slēpt nepieejamās iespējas
      -ErrorFoundDuringMigration=Migrēšanas procesa laikā tika ziņots par kļūdu, tāpēc nākamais solis nav pieejams. Lai ignorētu kļūdas, varat <a href="%s"> noklikšķināt šeit </a>, taču lietojumprogramma vai dažas funkcijas, iespējams, nedarbosies pareizi, līdz tās nav fiksētas.
      -YouTryInstallDisabledByDirLock=Lietojumprogramma mēģina uzlabot versiju, bet instalēšanas / jaunināšanas lapas ir atspējotas drošības apsvērumu dēļ (katalogs tiek pārdēvēts ar .lock sufiksu). <br>
      -YouTryInstallDisabledByFileLock=Lietojumprogramma mēģina uzlabot versiju, bet lapu instalēšana / pilnveidošana lapas drošības apsvērumu dēļ ir atspējotas (ar bloķēšanas failu <strong> install.lock </ strong> iekļauta Dolibarr dokumentu direktorijā). <br>
      +ShowNotAvailableOptions=Parādīt nepieejamās opcijas
      +HideNotAvailableOptions=Slēpt nepieejamās opcijas
      +ErrorFoundDuringMigration=Migrēšanas laikā tika ziņots par kļūdu (-ēm), tāpēc nākamais solis nav pieejams. Lai ignorētu kļūdas, varat <a href="%s"> noklikšķināt šeit </a>, bet lietojumprogramma vai dažas funkcijas var nedarboties pareizi, līdz kļūdas nav atrisinātas.
      +YouTryInstallDisabledByDirLock=Pieteikums mēģināja pašupjaunināt, bet instalēšanas / jaunināšanas lapas tika atspējotas drošībai (direktorija nosaukums tika pārdēvēts ar .lock sufiksu). <br>
      +YouTryInstallDisabledByFileLock=Lietojumprogramma mēģināja pašatjaunināties, bet instalēšanas/atjaunināšanas lapas tika bloķētas drošībai (ar bloķēšanas failu <strong>install.lock</strong> Dolibarr dokumentu direktorijā). <br>
       ClickHereToGoToApp=Noklikšķiniet šeit, lai pārietu uz savu pieteikumu
      -ClickOnLinkOrRemoveManualy=Noklikšķiniet uz šādas saites un, ja jūs vienmēr sasniedzat šo lapu, jums manuāli jāinstalē faila installock
      +ClickOnLinkOrRemoveManualy=Noklikšķiniet uz šīs saites. Ja jūs vienmēr redzat šo pašu lapu, dokumenta direktorijā ir jāizņem / jānomaina faila instal.lock.
      diff --git a/htdocs/langs/lv_LV/interventions.lang b/htdocs/langs/lv_LV/interventions.lang
      index aa12224039b..6dd754a7268 100644
      --- a/htdocs/langs/lv_LV/interventions.lang
      +++ b/htdocs/langs/lv_LV/interventions.lang
      @@ -3,29 +3,30 @@ Intervention=Iejaukšanās
       Interventions=Iejaukšanās
       InterventionCard=Iejaukšanās kartiņa
       NewIntervention=Jauna iejaukšanās
      -AddIntervention=Create intervention
      +AddIntervention=Izveidojiet iejaukšanos
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Iejaukšanās saraksts
       ActionsOnFicheInter=Pasākumi attiecībā uz intervenci
      -LastInterventions=Latest %s interventions
      +LastInterventions=Jaunākās %s iejaukšanās
       AllInterventions=Visas iejaukšanās
       CreateDraftIntervention=Izveidot projektu
       InterventionContact=Intervences kontakts
      -DeleteIntervention=Dzēst iejaukšanās
      +DeleteIntervention=Dzēst iejaukšanos
       ValidateIntervention=Apstiprināt iejaukšanās
       ModifyIntervention=Modificēt iejaukšanās
       DeleteInterventionLine=Dzēst intervences līnija
       CloneIntervention=Klonēt iejaukšanās
      -ConfirmDeleteIntervention=Are you sure you want to delete this intervention?
      -ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      -ConfirmModifyIntervention=Are you sure you want to modify this intervention?
      -ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line?
      +ConfirmDeleteIntervention=Vai tiešām vēlaties izdzēst šo iejaukšanos?
      +ConfirmValidateIntervention=Vai tiešām vēlaties apstiprināt šo iejaukšanos ar nosaukumu <b> %s </b>?
      +ConfirmModifyIntervention=Vai tiešām vēlaties mainīt šo notikumu?
      +ConfirmDeleteInterventionLine=Vai tiešām vēlaties dzēst šo intervences līniju?
       ConfirmCloneIntervention=Vai tiešām vēlaties klonēt šo iejaukšanos?
      -NameAndSignatureOfInternalContact=Vārds, uzvārds un paraksts iejaukties:
      +NameAndSignatureOfInternalContact=Vārds, uzvārds un paraksts intervētāja:
       NameAndSignatureOfExternalContact=Vārds un klienta paraksts:
       DocumentModelStandard=Standarta dokumenta paraugs intervencēm
       InterventionCardsAndInterventionLines=Iejaukšanās un līnijas intervenču
       InterventionClassifyBilled=Classify "Billed"
      -InterventionClassifyUnBilled=Classify "Unbilled"
      +InterventionClassifyUnBilled=Klasificēt "neapmaksātas"
       InterventionClassifyDone=Klasificēt "Pabeigts"
       StatusInterInvoiced=Jāmaksā
       SendInterventionRef=Submission of intervention %s
      @@ -40,19 +41,19 @@ InterventionDeletedInDolibarr=Intervention %s deleted
       InterventionsArea=Interventions area
       DraftFichinter=Draft interventions
       LastModifiedInterventions=Latest %s modified interventions
      -FichinterToProcess=Interventions to process
      +FichinterToProcess=Intervences process
       ##### Types de contacts #####
       TypeContact_fichinter_external_CUSTOMER=Šādi-up klientu kontaktu
       # Modele numérotation
      -PrintProductsOnFichinter=Print also lines of type "product" (not only services) on intervention card
      +PrintProductsOnFichinter=Drukājiet arī intervences kartē norādītās "produkta" (ne tikai pakalpojumu) līnijas
       PrintProductsOnFichinterDetails=interventions generated from orders
      -UseServicesDurationOnFichinter=Use services duration for interventions generated from orders
      -UseDurationOnFichinter=Hides the duration field for intervention records
      -UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
      -InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +UseServicesDurationOnFichinter=Izmantojiet pasūtījumu veikšanai paredzēto iejaukšanās pakalpojumu ilgumu
      +UseDurationOnFichinter=Paslēpj intervences ierakstu ilguma lauku
      +UseDateWithoutHourOnFichinter=Slepeni ieraksta stundas un minūtes no datuma lauka
      +InterventionStatistics=Intervences statistika
      +NbOfinterventions=Intervences karšu skaits
      +NumberOfInterventionsByMonth=Intervences karšu skaits pēc mēneša (validācijas datums)
      +AmountOfInteventionNotIncludedByDefault=Ienākuma summa pēc noklusējuma netiek iekļauta peļņā (vairumā gadījumu laika kontrolsaraksts tiek izmantots, lai uzskaitītu pavadīto laiku). Lai tos iekļautu, pievienojiet opciju PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT uz 1 sākuma iestatīšanas pogu.
       ##### Exports #####
       InterId=Intervention id
       InterRef=Intervention ref.
      diff --git a/htdocs/langs/lv_LV/loan.lang b/htdocs/langs/lv_LV/loan.lang
      index a1b5567aef5..d06df8df3c6 100644
      --- a/htdocs/langs/lv_LV/loan.lang
      +++ b/htdocs/langs/lv_LV/loan.lang
      @@ -9,7 +9,7 @@ ShowLoanPayment=Rādīt aizdevuma maksājumu
       LoanCapital=Kapitāls
       Insurance=Apdrošināšana
       Interest=Interese
      -Nbterms=Number of terms
      +Nbterms=Noteikumu skaits
       Term=Termiņš
       LoanAccountancyCapitalCode=Accounting account capital
       LoanAccountancyInsuranceCode=Accounting account insurance
      @@ -17,7 +17,7 @@ LoanAccountancyInterestCode=Accounting account interest
       ConfirmDeleteLoan=Apstipriniet aizdevuma dzēšanu
       LoanDeleted=Aizdevums veiksmīgi dzēsts
       ConfirmPayLoan=Confirm classify paid this loan
      -LoanPaid=Loan Paid
      +LoanPaid=Aizdevums ir apmaksāts
       ListLoanAssociatedProject=Ar projektu saistīto aizdevumu saraksts
       AddLoan=Izveidot aizdevumu
       FinancialCommitment=Finanšu saistības
      diff --git a/htdocs/langs/lv_LV/main.lang b/htdocs/langs/lv_LV/main.lang
      index 29826e30dad..90c171e4788 100644
      --- a/htdocs/langs/lv_LV/main.lang
      +++ b/htdocs/langs/lv_LV/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Neizdevās nosūtīt pastu (sūtītājs = %s, saņēmējs
       ErrorFileNotUploaded=Fails netika augšupielādēts. Pārbaudiet vai izmērs nepārsniedz maksimāli pieļaujamo un, ka brīvas vietas ir pieejama uz diska, un nav jau failu ar tādu pašu nosaukumu šajā direktorijā.
       ErrorInternalErrorDetected=Atklāta kļūda
       ErrorWrongHostParameter=Nepareizs servera parametrs
      -ErrorYourCountryIsNotDefined=Jūsu valsts nav definēta. Ejiet uz Sākums-Iestatījumi-Labot un tad mēģiniet vēlreiz aizpildīt formu.
      -ErrorRecordIsUsedByChild=Neizdevās dzēst šo ierakstu. Šis ieraksts tiek izmantots vismaz viena bērna ierakstuam.
      +ErrorYourCountryIsNotDefined=Jūsu valsts nav definēta. Atveriet Home-Setup-Edit un pēc tam ievietojiet veidlapu.
      +ErrorRecordIsUsedByChild=Neizdevās izdzēst šo ierakstu. Šo ierakstu izmanto vismaz viens bērna ieraksts.
       ErrorWrongValue=Nepareizs vērtība
       ErrorWrongValueForParameterX=Nepareiza vērtība parametram %s
       ErrorNoRequestInError=Nav pieprasījums kļūdā
      -ErrorServiceUnavailableTryLater=Pakalpojums nav pieejams uz šo brīdi. Mēģiniet vēlreiz vēlāk.
      +ErrorServiceUnavailableTryLater=Pakalpojums pašlaik nav pieejams. Pamēģini vēlreiz vēlāk.
       ErrorDuplicateField=Dubulta vērtība unikālā laukā
      -ErrorSomeErrorWereFoundRollbackIsDone=Dažas kļūdas tika atrastas. Mēs atgriezām atpakaļ visu izejas pozīcijā.
      -ErrorConfigParameterNotDefined=Parametrs <b>%s</b> nav definētas Dolibarr konfigurācijas failā <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Tika atklātas dažas kļūdas. Izmaiņas ir atgrieztas atpakaļ.
      +ErrorConfigParameterNotDefined=Parametrs <b> %s </b> Dolibarr konfigurācijas failā <b> conf.php </b> nav definēts.
       ErrorCantLoadUserFromDolibarrDatabase=Neizdevās atrast lietotāju <b>%s</b> Dolibarr datu bāzē.
       ErrorNoVATRateDefinedForSellerCountry=Kļūda, PVN likme nav definēta sekojošai valstij '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Kļūda, neizdevās saglabāt failu.
       ErrorCannotAddThisParentWarehouse=Jūs mēģināt pievienot vecāku noliktavu, kas jau ir pašreizējā bērns
      -MaxNbOfRecordPerPage=Maksimālais ierakstu skaits lapā
      +MaxNbOfRecordPerPage=Maksimālais ierakstu skaits vienā lapā
       NotAuthorized=Jums nav tiesību, lai veiktu šo darbību.
       SetDate=Iestatīt datumu
       SelectDate=Izvēlēties datumu
      @@ -78,10 +78,10 @@ FileRenamed=Fails tika veiksmīgi pārdēvēts
       FileGenerated=Fails tika veiksmīgi ģenerēts
       FileSaved=Fails tika veiksmīgi saglabāts
       FileUploaded=Fails veiksmīgi augšupielādēts
      -FileTransferComplete=Fails(i) tika augšupielādēts veiksmīgi
      +FileTransferComplete=Fails(i) tika veiksmīgi augšupielādēti
       FilesDeleted=Fails (-i) ir veiksmīgi dzēsti
       FileWasNotUploaded=Fails ir izvēlēts pielikumam,  bet vēl nav augšupielādēti. Noklikšķiniet uz &quot;Pievienot failu&quot;, lai to pievienotu.
      -NbOfEntries=Ierakstu sk
      +NbOfEntries=Ierakstu skaits
       GoToWikiHelpPage=Lasīt tiešsaistes palīdzību (nepieciešams interneta piekļuve)
       GoToHelpPage=Lasīt palīdzību
       RecordSaved=Ieraksts saglabāts
      @@ -94,8 +94,8 @@ Undefined=Nav definēts
       PasswordForgotten=Aizmirsāt paroli?
       NoAccount=Nav konts?
       SeeAbove=Skatīt iepriekš
      -HomeArea=Mājas sadaļa
      -LastConnexion=Latest connection
      +HomeArea=Mājās
      +LastConnexion=Jaunākais savienojums
       PreviousConnexion=Iepriekšējā pieslēgšanās
       PreviousValue=Iepriekšējā vērtība
       ConnectedOnMultiCompany=Pieslēgts videi
      @@ -103,7 +103,7 @@ ConnectedSince=Pievienots kopš
       AuthenticationMode=Autentifikācija režīms
       RequestedUrl=Pieprasīts URL
       DatabaseTypeManager=Datu bāzes menedžeris
      -RequestLastAccessInError=Latest database access request error
      +RequestLastAccessInError=Jaunākās datubāzes piekļuves pieprasījuma kļūdas
       ReturnCodeLastAccessInError=Return code for latest database access request error
       InformationLastAccessInError=Information for latest database access request error
       DolibarrHasDetectedError=Dolibarr ir atklājis tehnisku kļūdu
      @@ -142,6 +142,7 @@ Closed=Slēgts
       Closed2=Slēgts
       NotClosed=Nav slēgts
       Enabled=Atvienots
      +Enable=Ieslēgt
       Deprecated=Novecojusi
       Disable=Atslēgt
       Disabled=Atslēgts
      @@ -153,7 +154,7 @@ Update=Atjaunot
       Close=Aizvērt
       CloseBox=Noņemiet logrīku no sava informācijas paneļa
       Confirm=Apstiprināt
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Vai tiešām vēlaties nosūtīt šīs kartes saturu pa pastu uz <b> %s </b>?
       Delete=Izdzēst
       Remove=Noņemt
       Resiliate=Pārtraukt
      @@ -161,7 +162,7 @@ Cancel=Atcelt
       Modify=Modificēt
       Edit=Rediģēt
       Validate=Pārbaudīt
      -ValidateAndApprove=Validate and Approve
      +ValidateAndApprove=Pārbaudiet un apstipriniet
       ToValidate=Jāpārbauda
       NotValidated=Nav apstiprināts
       Save=Saglabāt
      @@ -181,8 +182,8 @@ Search=Meklēšana
       SearchOf=Meklēšana
       Valid=Derīgs
       Approve=Apstiprināt
      -Disapprove=Disapprove
      -ReOpen=Atvērt par jaunu
      +Disapprove=Noraidīt
      +ReOpen=Atvērt pa jaunu
       Upload=Augšupielādēt failu
       ToLink=Saite
       Select=Atlasīt
      @@ -220,7 +221,7 @@ Info=Pieteikties
       Family=Ģimene
       Description=Apraksts
       Designation=Apraksts
      -Model=Doc template
      +Model=Doc veidne
       DefaultModel=Default doc template
       Action=Notikums
       About=Par
      @@ -252,7 +253,7 @@ DateCreation=Izveidošanas datums
       DateCreationShort=Izv. datums
       DateModification=Labošanas datums
       DateModificationShort=Modif. datums
      -DateLastModification=Latest modification date
      +DateLastModification=Jaunākais labošanas datums
       DateValidation=Apstiprināšanas datums
       DateClosing=Beigu datums
       DateDue=Izpildes datums
      @@ -327,7 +328,7 @@ Copy=Kopēt
       Paste=Ielīmēt
       Default=Noklusējums
       DefaultValue=Noklusējuma vērtība
      -DefaultValues=Noklusējuma vērtības
      +DefaultValues=Noklusētās vērtības / filtri / šķirošana
       Price=Cena
       PriceCurrency=Cena (valūta)
       UnitPrice=Vienības cena
      @@ -347,7 +348,7 @@ AmountTTCShort=Summa (ar PVN)
       AmountHT=Daudzums (neto pēc nodokļiem)
       AmountTTC=Summa (ar PVN)
       AmountVAT=Nodokļa summa
      -MulticurrencyAlreadyPaid=Jau samaksāta, oriģināla valūta
      +MulticurrencyAlreadyPaid=Jau samaksāta sākotnējā valūta
       MulticurrencyRemainderToPay=Atlikums, kas jāsamaksā oriģinālā valūtā
       MulticurrencyPaymentAmount=Maksājuma summa, oriģinālajā valūtā
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -386,7 +387,7 @@ INCVATONLY=ar PVN
       INCT=Inc visiem nodokļiem
       VAT=PVN
       VATIN=IGST
      -VATs=Sales taxes
      +VATs=Pārdošanas nodokļi
       VATINs=IGST nodokļi
       LT1=Pārdošanas nodoklis 2
       LT1Type=Pārdošanas nodoklis 2 tips
      @@ -403,7 +404,7 @@ DefaultTaxRate=Noklusētā nodokļa likme
       Average=Vidējais
       Sum=Summa
       Delta=Delta
      -RemainToPay=Paliek maksāt
      +RemainToPay=Vēl jāsamaksā
       Module=Module/Application
       Modules=Moduļi/lietojumprogrammas
       Option=Iespējas
      @@ -453,14 +454,14 @@ Generate=Izveidot
       Duration=Ilgums
       TotalDuration=Kopējais pasākuma ilgums
       Summary=Kopsavilkums
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Datu bāzes statistika
      +DolibarrWorkBoard=Gaidoši vienumi
       NoOpenedElementToProcess=Nav atvērts elements apstrādāt
       Available=Pieejams
       NotYetAvailable=Nav vēl pieejams
       NotAvailable=Nav pieejams
      -Categories=Tags/categories
      -Category=Tag/category
      +Categories=Atslēgvārdi / sadaļas
      +Category=Atslēgvārds / sadaļa
       By=Līdz
       From=No
       to=līdz
      @@ -468,11 +469,11 @@ and=un
       or=vai
       Other=Cits
       Others=Citi
      -OtherInformations=Citas informācija
      +OtherInformations=Cita informācija
       Quantity=Daudzums
       Qty=Daudz
       ChangedBy=Labojis
      -ApprovedBy=Approved by
      +ApprovedBy=Apstiprināja
       ApprovedBy2=Approved by (second approval)
       Approved=Apstiprināts
       Refused=Atteikts
      @@ -484,7 +485,7 @@ Draft=Melnraksts
       Drafts=Melnraksti
       StatusInterInvoiced=
       Validated=Apstiprināts
      -Opened=Atvērts
      +Opened=Atvērt
       New=Jauns
       Discount=Atlaide
       Unknown=Nezināms
      @@ -506,8 +507,8 @@ None=Nav
       NoneF=Nav
       NoneOrSeveral=Neviens vai vairāki
       Late=Vēlu
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      -NoItemLate=No late item
      +LateDesc=Kavējums, lai noteiktu, vai ieraksts ir novēlots vai nav, ir atkarīgs no jūsu iestatīšanas. Uzdod administratoram mainīt kavēšanos no izvēlnes Home - Setup - Alerts.
      +NoItemLate=Nav vēlu priekšmetu
       Photo=Attēls
       Photos=Attēli
       AddPhoto=Pievienot attēlu
      @@ -530,18 +531,6 @@ September=Septembris
       October=Oktobris
       November=Novembris
       December=Decembris
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Mai
      -JuneMin=Jūn
      -JulyMin=Jūl
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
       Month01=Janvāris
       Month02=Februāris
       Month03=Marts
      @@ -567,14 +556,14 @@ MonthShort10=Okt
       MonthShort11=Nov
       MonthShort12=Dec
       MonthVeryShort01=J
      -MonthVeryShort02=P
      -MonthVeryShort03=P
      +MonthVeryShort02=Feb
      +MonthVeryShort03=Mar
       MonthVeryShort04=A
      -MonthVeryShort05=P
      -MonthVeryShort06=J
      -MonthVeryShort07=J
      -MonthVeryShort08=A
      -MonthVeryShort09=Sv
      +MonthVeryShort05=Mai
      +MonthVeryShort06=Jūn
      +MonthVeryShort07=Jūl
      +MonthVeryShort08=Aug
      +MonthVeryShort09=Sep
       MonthVeryShort10=O
       MonthVeryShort11=N
       MonthVeryShort12=D
      @@ -611,7 +600,7 @@ DateFromTo=No %s līdz %s
       DateFrom=No %s
       DateUntil=Līdz %s
       Check=Pārbaudīt
      -Uncheck=Uncheck
      +Uncheck=Noņemt atzīmi
       Internal=Iekšējs
       External=Ārējs
       Internals=Iekšējs
      @@ -640,12 +629,14 @@ Response=Atbilde
       Priority=Prioritāte
       SendByMail=Sūtīt pa e-pastu
       MailSentBy=Nosūtīts e-pasts ar
      -TextUsedInTheMessageBody=E-pasts ķermeņa
      +TextUsedInTheMessageBody=E-pasta ķermenis
       SendAcknowledgementByMail=Sūtīt apstiprinājuma e-pastu
       SendMail=Sūtīt e-pastu
       EMail=E-pasts
       NoEMail=Nav e-pasta
       Email=E-pasts
      +AlreadyRead=Alreay read
      +NotRead=Nav lasāms
       NoMobilePhone=Nav mob. tel.
       Owner=Īpašnieks
       FollowingConstantsWillBeSubstituted=Šādas konstantes tiks aizstāts ar atbilstošo vērtību.
      @@ -682,7 +673,7 @@ Color=Krāsa
       Documents=Piesaistītie faili
       Documents2=Dokumenti
       UploadDisabled=Augšupielāde bloķēta
      -MenuAccountancy=Accounting
      +MenuAccountancy=Grāmatvedība
       MenuECM=Dokumenti
       MenuAWStats=AWStats
       MenuMembers=Dalībnieki
      @@ -716,15 +707,15 @@ Merge=Apvienot
       DocumentModelStandardPDF=Standarta PDF veidne
       PrintContentArea=Rādīt lapu drukāt galveno satura jomā
       MenuManager=Izvēlnes iestatīšana
      -WarningYouAreInMaintenanceMode=Uzmanību, jūs esat uzturēšanas režīmā, t.i. tikai pieteikšanās <b>%s</b> ir atļauts lietot programmu.
      +WarningYouAreInMaintenanceMode=Brīdinājums! Jūs esat uzturēšanas režīmā, tāpēc šajā laikā ir atļauts izmantot tikai pieteikumu <b> %s </ b>.
       CoreErrorTitle=Sistēmas kļūda
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kredītkarte
       ValidatePayment=Apstiprināt maksājumu
       CreditOrDebitCard=Kredīta vai debetkarte
       FieldsWithAreMandatory=Lauki ar <b>%s</b> ir obligāti aizpildāmi
      -FieldsWithIsForPublic=Lauki ar <b>%s</b> parāda sabiedrības locekļu sarakstu. Ja jūs nevēlaties to, tad izņemiet ķeksi pie &quot;sabiedrības&quot; lodziņa.
      -AccordingToGeoIPDatabase=(Saskaņā ar GeoIP)
      +FieldsWithIsForPublic=Lauki ar <b> %s </ b> ir redzami dalībnieku publiskajā sarakstā. Ja jūs to nevēlaties, noņemiet atzīmi no lauka "public".
      +AccordingToGeoIPDatabase=(saskaņā ar GeoIP konvertēšanu)
       Line=Līnija
       NotSupported=Netiek atbalstīts
       RequiredField=Obligāti aizpildāms lauks
      @@ -732,6 +723,8 @@ Result=Rezultāts
       ToTest=Pārbaude
       ValidateBefore=Kartiņa ir jāapstiprina, pirms lietojat šo funkciju
       Visibility=Redzamība
      +Totalizable=Kopējais skaits
      +TotalizableDesc=Šis lauks ir totalizable sarakstā
       Private=Privāts
       Hidden=Slēpts
       Resources=Resursi
      @@ -750,6 +743,7 @@ LinkTo=Saite uz
       LinkToProposal=Saite uz priekšlikumu
       LinkToOrder=Link to order
       LinkToInvoice=Saite uz rēķinu
      +LinkToTemplateInvoice=Saite uz veidnes rēķinu
       LinkToSupplierOrder=Saite uz piegādātāja pasūtījumu
       LinkToSupplierProposal=Saite uz piegādātāja piedāvājumu
       LinkToSupplierInvoice=Saite uz piegādātāja rēķinu
      @@ -758,6 +752,7 @@ LinkToIntervention=Saikne ar intervenci
       CreateDraft=Izveidot melnrakstu
       SetToDraft=Atpakaļ uz melnrakstu
       ClickToEdit=Klikšķiniet, lai rediģētu
      +ClickToRefresh=Click to refresh
       EditWithEditor=Rediģēt ar CKEditor
       EditWithTextEditor=Rediģēt ar teksta redaktoru
       EditHTMLSource=Rediģēt HTML avotu
      @@ -772,14 +767,14 @@ ByDay=Pēc dienas
       BySalesRepresentative=Pēc tirdzniecības pārstāvja
       LinkedToSpecificUsers=Saistītas ar noteiktu lietotāja kontaktu
       NoResults=Nav rezultātu
      -AdminTools=Administratora rīki
      +AdminTools=Admin Tools
       SystemTools=Sistēmas rīki
       ModulesSystemTools=Moduļi instrumenti
       Test=Pārbaude
       Element=Elements
       NoPhotoYet=Nav bildes
       Dashboard=Informācijas panelis
      -MyDashboard=Informācijas panelis
      +MyDashboard=Mans informācijas panelis
       Deductible=Pašrisks
       from=no
       toward=uz
      @@ -802,34 +797,34 @@ PrintFile=Drukāt failu %s
       ShowTransaction=Rādīt ierakstu bankas kontā
       ShowIntervention=Rādīt iejaukšanās
       ShowContract=Rādīt līgumu
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      -Deny=Deny
      -Denied=Denied
      +GoIntoSetupToChangeLogo=Iet uz mājas lapu - Uzstādīšana - Uzņēmums mainīs logotipu vai dodieties uz mājām - Iestatīšana - Displejs, lai paslēptu.
      +Deny=Aizliegt
      +Denied=Aizliegts
       ListOf=%s saraksts
      -ListOfTemplates=List of templates
      +ListOfTemplates=Saraksts ar veidnēm
       Gender=Dzimums
       Genderman=Vīrietis
       Genderwoman=Sieviete
       ViewList=List view
       Mandatory=Mandatory
      -Hello=Hello
      +Hello=Labdien
       GoodBye=Uz redzēšanos
      -Sincerely=Sincerely
      +Sincerely=Ar cieņu
       DeleteLine=Delete line
       ConfirmDeleteLine=Vai Jūs tiešām vēlaties izdzēst šo līniju?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Pārāk daudzi ieraksti atlasīti masveida rīcībai. Darbība ir ierobežota ar %s ierakstu sarakstu.
       NoRecordSelected=Nav atlasīts neviens ieraksts
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Lielapjoma dzēšanas apstiprinājums
      -ConfirmMassDeletionQuestion=Vai tiešām vēlaties dzēst izvēlēto ierakstu %s?
      +ConfirmMassDeletion=Masveida dzēšanas apstiprinājums
      +ConfirmMassDeletionQuestion=Vai tiešām vēlaties dzēst atlasīto ierakstu %s?
       RelatedObjects=Saistītie objekti
       ClassifyBilled=Klasificēt apmaksāts
       ClassifyUnbilled=Klasificēt neapmaksāts
       Progress=Progress
       FrontOffice=birojs
      -BackOffice=Back office
      +BackOffice=Birojs
       View=Izskats
       Export=Eksportēt
       Exports=Eksports
      @@ -841,7 +836,7 @@ Calendar=Kalendārs
       GroupBy=Kārtot pēc...
       ViewFlatList=Skatīt plakanu sarakstu
       RemoveString=Noņemt virkni '%s'
      -SomeTranslationAreUncomplete=Dažas valodas var būt daļēji tulkotas vai tām var būt kļūdas. Ja konstatējat dažus, varat iestatīt valodas failus, reģistrējoties <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/ dolibarr / </a>.
      +SomeTranslationAreUncomplete=Dažas piedāvātās valodas var būt tikai daļēji tulkotas vai var saturēt kļūdas. Lūdzu, palīdziet labot savu valodu, reģistrējoties <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/dolibarr/ < / a>, lai pievienotu savus uzlabojumus.
       DirectDownloadLink=Tiešā lejupielādes saite (publiska / ārēja)
       DirectDownloadInternalLink=Tiešā lejupielādes saite (ir jāreģistrē un tai ir nepieciešamas atļaujas).
       Download=Lejupielādēt
      @@ -864,13 +859,22 @@ TitleSetToDraft=Atgriezties uz melnrakstu
       ConfirmSetToDraft=Vai tiešām vēlaties atgriezties pie melnrakstu statusa?
       ImportId=Importēt ID
       Events=Pasākumi
      -EMailTemplates=E-pastu paraugi
      -FileNotShared=Fails nav koplietots ar exernal sabiedrību
      +EMailTemplates=E-pasta veidnes
      +FileNotShared=Fails nav kopīgots ārējai publikai
       Project=Projekts
       Projects=Projekti
      +LeadOrProject=Svins | Projekts
      +LeadsOrProjects=Sasaistes | Projekti
      +Lead=Svins
      +Leads=Sasaistes
      +ListOpenLeads=Sarakstu atklātie vadītāji
      +ListOpenProjects=Atvērto projektu saraksts
      +NewLeadOrProject=Jauns svins vai projekts
       Rights=Atļaujas
       LineNb=Rinda Nr.
       IncotermLabel=Inkoterms
      +TabLetteringCustomer=Klientu apzīmējumi
      +TabLetteringSupplier=Piegādātāja burts
       # Week day
       Monday=Pirmdiena
       Tuesday=Otrdiena
      @@ -905,8 +909,8 @@ SetRef=Set ref
       Select2ResultFoundUseArrows=Daži rezultāti ir atrasti. Izmantojiet bultiņas, lai izvēlētos.
       Select2NotFound=Rezultāti nav atrasti
       Select2Enter=Ieiet
      -Select2MoreCharacter=vai vairāk rakstzīmes
      -Select2MoreCharacters=vai vairāk simbolus
      +Select2MoreCharacter=vai vairāk zīmes
      +Select2MoreCharacters=vai vairāk simbolu
       Select2MoreCharactersMore=<strong> Meklēšanas sintakse: </ strong> </ kbd> <strong> * </ strong> </ kbd> <kbd> Jebkurš raksturs </ kbd> (a * b) <br> <kbd> <strong> ^ </ strong> </ kbd> <kbd> Sāciet ar </ kbd> (^ ab) <br> <kbd> <strong> $ </ strong> </ kbd> <kbd> Beigt ar </ kbd> (ab $) <br>
       Select2LoadingMoreResults=Ielādē vairāk rezultātus...
       Select2SearchInProgress=Meklēšana procesā...
      @@ -927,24 +931,25 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Līgumi
       SearchIntoCustomerShipments=Klientu sūtījumi
       SearchIntoExpenseReports=Izdevumu atskaites
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Atstājiet
       CommentLink=Komentāri
       NbComments=Komentāru skaits
       CommentPage=Komentāru telpa
       CommentAdded=Komentārs pievienots
       CommentDeleted=Komentārs dzēsts
      -Everybody=Visi
      -PayedBy=Samaksājis
      -PayedTo=Samaksāts
      +Everybody=Ikviens
      +PayedBy=Apmaksājis
      +PayedTo=Apmaksāts
       Monthly=Katru mēnesi
       Quarterly=Ceturksnis
      -Annual=Gada
      +Annual=Ikgadējais
       Local=Vietējais
       Remote=Attālinātais
       LocalAndRemote=Vietējais un attālais
       KeyboardShortcut=Tastatūras saīsne
       AssignedTo=Piešķirts
       Deletedraft=Dzēst melnrakstu
      -ConfirmMassDraftDeletion=Melnraksta dzēšanas apstiprinājuma projekts
      +ConfirmMassDraftDeletion=Projekta masveida dzēšanas apstiprinājums
       FileSharedViaALink=Fails koplietots, izmantojot saiti
      -
      +SelectAThirdPartyFirst=Vispirms izvēlieties trešo pusi ...
      +YouAreCurrentlyInSandboxMode=Pašlaik esat %s "smilšu kastes" režīmā
      diff --git a/htdocs/langs/lv_LV/members.lang b/htdocs/langs/lv_LV/members.lang
      index 34105afcc03..77333fb8d09 100644
      --- a/htdocs/langs/lv_LV/members.lang
      +++ b/htdocs/langs/lv_LV/members.lang
      @@ -54,8 +54,8 @@ MembersStatusResiliated=Terminated members
       NewCotisation=Jauns ieguldījums
       PaymentSubscription=Jauns ieguldījums maksājums
       SubscriptionEndDate=Abonēšanas beigu datums
      -MembersTypeSetup=Dalībnieki tipa iestatīšana
      -MemberTypeModified=Dalībnieka tips ir modificēts
      +MembersTypeSetup=Dalībnieku veida iestatīšana
      +MemberTypeModified=Dalībnieka veids ir labots
       DeleteAMemberType=Dzēst biedra veidu
       ConfirmDeleteMemberType=Vai tiešām vēlaties dzēst šo dalībnieka veidu?
       MemberTypeDeleted=Dalībnieka veids dzēsts
      @@ -72,7 +72,7 @@ AddMember=Izveidot biedru
       NoTypeDefinedGoToSetup=Neviens dalībnieka veids nav definēts. Iet uz izvēlnes "Dalībnieku veidi"
       NewMemberType=Jauns dalībnieka veids
       WelcomeEMail=Sveiciena e-pasts
      -SubscriptionRequired=Abonēšanas nepieciešams
      +SubscriptionRequired=Abonēšana nepieciešama
       DeleteType=Dzēst
       VoteAllowed=Balsot atļauts
       Physical=Fizisks
      @@ -88,7 +88,7 @@ ConfirmDeleteSubscription=Are you sure you want to delete this subscription?
       Filehtpasswd=Htpasswd fails
       ValidateMember=Apstiprināt dalībnieku
       ConfirmValidateMember=Are you sure you want to validate this member?
      -FollowingLinksArePublic=Šādas saites ir atvērtas lapas, kas nav aizsargāti ar kādu Dolibarr atļauju. Tie nav formated lapas, sniedz kā piemērs, lai parādītu, kā uzskaitīt biedrus datu bāzi.
      +FollowingLinksArePublic=Šīs saites ir atvērtas lapas, kuras nav aizsargātas ar Dolibarr atļaujām. Tās nav formatētas lapas, kas tiek piedāvātas kā piemērs, lai parādītu, kā sarakstu dalībnieku datu bāzi.
       PublicMemberList=Sabiedrības Biedru saraksts
       BlankSubscriptionForm=Publiska pašapkalpošanās veidlapa
       BlankSubscriptionFormDesc=Dolibarr var nodrošināt jums publisku URL / tīmekļa vietni, lai ļautu ārējiem apmeklētājiem lūgt parakstīties uz fondu. Ja ir iespējots tiešsaistes maksājumu modulis, maksājuma veidlapa var tikt automātiski nodrošināta.
      @@ -108,10 +108,10 @@ AddSubscription=Izveidot abonementu
       ShowSubscription=Rādīt abonementu
       # Label of email templates
       SendingAnEMailToMember=Sūtīt informācijas e-pastu dalībniekam
      -SendingEmailOnAutoSubscription=E-pasta sūtīšana uz automātisko reģistrāciju
      -SendingEmailOnMemberValidation=E-pasta sūtīšana uz jauno dalībnieku apstiprināšanu
      +SendingEmailOnAutoSubscription=E-pasta sūtīšana automātiskajai reģistrācijai
      +SendingEmailOnMemberValidation=E-pasta sūtīšana jauno dalībnieku apstiprināšana
       SendingEmailOnNewSubscription=E-pasta sūtīšana uz jaunu abonementu
      -SendingReminderForExpiredSubscription=Atgādinājuma nosūtīšana uz abonementu beigu datumu
      +SendingReminderForExpiredSubscription=Atgādinājuma nosūtīšana par abonementu beigu datumu
       SendingEmailOnCancelation=E-pasta sūtīšana par atcelšanu
       # Topic of email templates
       YourMembershipRequestWasReceived=Jūsu dalība tika saņemta.
      @@ -124,7 +124,7 @@ CardContent=Saturu jūsu dalības kartes
       ThisIsContentOfYourMembershipRequestWasReceived=Mēs vēlamies jūs informēt, ka jūsu dalības pieprasījums ir saņemts. <br> <br>
       ThisIsContentOfYourMembershipWasValidated=Mēs vēlamies jūs informēt, ka jūsu dalība tika apstiprināta ar šādu informāciju: <br> <br>
       ThisIsContentOfYourSubscriptionWasRecorded=Mēs vēlamies jūs informēt, ka jūsu jaunais abonements tika reģistrēts. <br> <br>
      -ThisIsContentOfSubscriptionReminderEmail=Mēs vēlamies jūs paziņot, ka jūsu abonēšanas termiņš beigsies. Mēs ceram, ka jūs varat to atjaunot. <br> <br>
      +ThisIsContentOfSubscriptionReminderEmail=Mēs vēlamies jūs informēt, ka jūsu abonēšanas termiņš beigsies vai jau ir beidzies (__MEMBER_LAST_SUBSCRIPTION_DATE_END__). Mēs ceram, ka jūs varat to atjaunot. <br> <br>
       ThisIsContentOfYourCard=Tas ir atgādinājums par informāciju, kuru mēs saņemam par jums. Jūtieties brīvi sazināties ar mums, ja kaut kas izskatās nepareizi. <br> <br>
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Priekšmets e-pastu saņēma, ja auto-uzrakstu viesis
       DescADHERENT_AUTOREGISTER_NOTIF_MAIL=E-pasts saņemta gadījumā auto-uzrakstu viesis
      @@ -157,7 +157,7 @@ DocForOneMemberCards=Izveidot vizītkartes kādā konkrētā dalībnieka
       DocForLabels=Izveidot adrešu lapas
       SubscriptionPayment=Abonēšanas maksa
       LastSubscriptionDate=Jaunākais piereģistrēšanās datums
      -LastSubscriptionAmount=Latest subscription amount
      +LastSubscriptionAmount=Jaunākās abonēšanas summa
       MembersStatisticsByCountries=Dalībnieku statistika pa valstīm
       MembersStatisticsByState=Dalībnieku statistika pēc štatiem/provincēm
       MembersStatisticsByTown=Dalībnieku statistika pa pilsētām
      @@ -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=PVN likme izmantot abonementu
       NoVatOnSubscription=Nav TVA par abonēšanu
      -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=Vārds vai uzņēmums
       SubscriptionRecorded=Abonements ir ierakstīts
       NoEmailSentToMember=Biedram nav nosūtīts neviens e-pasts
       EmailSentToMember=E-pasts tiek nosūtīts dalībniekam %s
       SendReminderForExpiredSubscriptionTitle=Nosūtiet atgādinājumu pa e-pastu, kad esat beidzis abonementu
      -SendReminderForExpiredSubscription=Nosūtiet atgādinājumu pa e-pastu dalībniekiem, kad abonements beigsies (parametrs ir dienu skaits pirms abonēšanas beigām, lai nosūtītu atgādinājumu).
      +SendReminderForExpiredSubscription=Sūtīt atgādinājumu pa e-pastu dalībniekiem, kad abonements beigsies (parametrs ir dienu skaits pirms abonementa beigām, lai nosūtītu atgādinājumu. Tas var būt dienu saraksts, kas atdalīti ar semikolu, piemēram, '10; 5; 0; -5 ")
      diff --git a/htdocs/langs/lv_LV/modulebuilder.lang b/htdocs/langs/lv_LV/modulebuilder.lang
      index a70b03d2c69..49e2ec7c3c5 100644
      --- a/htdocs/langs/lv_LV/modulebuilder.lang
      +++ b/htdocs/langs/lv_LV/modulebuilder.lang
      @@ -1,19 +1,19 @@
       # Dolibarr language file - Source file is en_US - loan
      -ModuleBuilderDesc=Šie rīki ir jāizmanto pieredzējušiem lietotājiem vai izstrādātājiem. Tas dod jums programmu, lai izveidotu vai rediģētu savu moduli (dokumentācija alternatīvu <a href="%s" target="_blank"> manuālajai izstrādei ir pieejama šeit </a>).
      +ModuleBuilderDesc=Šo rīku drīkst izmantot tikai pieredzējuši lietotāji vai izstrādātāji. Tas dod jums utilītus, lai izveidotu vai rediģētu savu moduli. <br> Dokumentācija alternatīvai <a href="%s" target="_blank"> manuālajai izstrādei ir pieejama šeit </a>.
       EnterNameOfModuleDesc=Enter name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
       EnterNameOfObjectDesc=Enter name of the object to create with no spaces. Use uppercase to separate words (For example: MyObject, Student, Teacher...). The CRUD class file, but also API file, pages to list/add/edit/delete object and SQL files will be generated.
       ModuleBuilderDesc2=Path where modules are generated/edited (first alternative directory defined into %s): <strong>%s</strong>
       ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
      -ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory
      +ModuleBuilderDesc4=Modulis identificēts kā "rediģējams", kad moduļa saknes direktorijā  atrodas fails <strong> %s </strong>
       NewModule=Jauns modulis
       NewObject=Jauns objekts
       ModuleKey=Moduļa atslēga
       ObjectKey=Objekta atslēga
       ModuleInitialized=Modulis inicializēts
       FilesForObjectInitialized=Files for new object '%s' initialized
      -FilesForObjectUpdated=Files for object '%s' updated (.sql files and .class.php file)
      +FilesForObjectUpdated=Atjaunots objektu '%s' faili (.sql faili un .class.php fails)
       ModuleBuilderDescdescription=Enter here all general information that describe your module.
      -ModuleBuilderDescspecifications=Šeit varat ievadīt garu tekstu, lai aprakstītu moduļa specifikācijas, kas vēl nav strukturētas citās cilnēs. Tātad jums ir viegli sasniegt visus noteikumus, kas jāattīsta. Arī šis teksta saturs tiks iekļauts ģenerētajā dokumentācijā (skatiet pēdējo rindkopu). Jūs varat izmantot Markdown formātu, bet tiek ieteikts izmantot Asciidoc formātu (salīdzinājums starp .md un .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
      +ModuleBuilderDescspecifications=Jūs varat ievadīt šeit detalizētu aprakstu par jūsu moduļa specifikācijām, kas vēl nav strukturētas citās cilnēs. Tātad jums ir viegli sasniegt visus noteikumus, kas jāattīsta. Arī šis teksta saturs tiks iekļauts ģenerētajā dokumentācijā (skatiet pēdējo cilni). Jūs varat izmantot Markdown formātu, taču ieteicams izmantot Asciidoc formātu (salīdzinājums starp .md un .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
       ModuleBuilderDescobjects=Šeit definējiet objektus, kurus vēlaties pārvaldīt, izmantojot moduli. Tiks izveidots CRUD DAO klase, SQL faili, objektu ierakstu saraksta lapa, lai izveidotu / rediģētu / skatītu ierakstu un API.
       ModuleBuilderDescmenus=Šī cilne ir paredzēta, lai definētu izvēlnes ierakstus, ko nodrošina jūsu modulis.
       ModuleBuilderDescpermissions=Šī cilne ir paredzēta, lai definētu jaunās atļaujas, kuras vēlaties nodrošināt ar savu moduli.
      @@ -21,12 +21,12 @@ ModuleBuilderDesctriggers=Tas ir moduļa sniegto aktivitāšu skatījums. Lai ie
       ModuleBuilderDeschooks=Šī cilne ir paredzēta āķiem.
       ModuleBuilderDescwidgets=Šī cilne ir paredzēta, lai pārvaldītu/veidotu logrīkus.
       ModuleBuilderDescbuildpackage=Jūs varat ģenerēt šeit moduļa "gatavs izplatīšanai" pakotnes failu (standartizētu .zip failu) un dokumentācijas failu "gatavs izplatīšanai". Vienkārši noklikšķiniet uz pogas, lai izveidotu paketi vai dokumentācijas failu.
      -EnterNameOfModuleToDeleteDesc=Varat izdzēst savu moduli. BRĪDINĀJUMS: visi moduļa faili, kā arī strukturētie dati un dokumentācija noteikti tiks zaudēti!
      -EnterNameOfObjectToDeleteDesc=Jūs varat izdzēst objektu. BRĪDINĀJUMS: visi faili, kas saistīti ar objektu, tiks noteikti zaudēti!
      +EnterNameOfModuleToDeleteDesc=Varat izdzēst savu moduli. BRĪDINĀJUMS: visi moduļa un strukturēto datu un dokumentācijas faili tiks dzēsti!
      +EnterNameOfObjectToDeleteDesc=Jūs varat izdzēst objektu. BRĪDINĀJUMS: visi ar objektu saistītie faili tiks dzēsti!
       DangerZone=Bīstamā zona
       BuildPackage=Veidojiet paketi / dokumentāciju
       BuildDocumentation=Izveidot dokumentāciju
      -ModuleIsNotActive=Šis modulis vēl nav aktivizēts. Iet uz %s, lai to veiktu, vai arī noklikšķiniet šeit:
      +ModuleIsNotActive=Šis modulis vēl nav aktivizēts. Lai to veiktu, spiediet uz %s vai noklikšķiniet šeit:
       ModuleIsLive=Šis modulis ir aktivizēts. Jebkuras izmaiņas tajā var pārtraukt pašreizējo aktīvo funkciju.
       DescriptionLong=Apraksts
       EditorName=Redaktora vārds
      @@ -47,7 +47,7 @@ RegenerateClassAndSql=Dzēst un atjaunot klases un sql failus
       RegenerateMissingFiles=Izveidot trūkstošos failus
       SpecificationFile=Fails ar uzņēmējdarbības noteikumiem
       LanguageFile=Valoda
      -ConfirmDeleteProperty=Vai tiešām vēlaties dzēst īpašumu <strong> %s </ strong>? Tas mainīs kodu PHP klasē, bet no tabulas definīcijas no kolonnas noņems arī objektu.
      +ConfirmDeleteProperty=Vai tiešām vēlaties dzēst īpašumu <strong> %s </strong>? Tas mainīs kodu PHP klasē, un no tabulas definīcijas kolonnas noņems arī objektu.
       NotNull=Nav NULL
       NotNullDesc=1 = Iestatiet datubāzi NOT NULL. -1 = Atļaut nulles vērtības un spēka vērtību NULL, ja tukšs ('' vai 0).
       SearchAll=Lietots, lai "meklētu visu"
      @@ -66,7 +66,7 @@ PageForLib=PHP bibliotēku fails
       SqlFileExtraFields=Sql fails papildu atribūtiem
       SqlFileKey=Sql failu atslēgas
       AnObjectAlreadyExistWithThisNameAndDiffCase=Priekšmets jau pastāv ar šo vārdu un citu lietu
      -UseAsciiDocFormat=Jūs varat izmantot Markdown formātu, bet tiek ieteikts izmantot Asciidoc formātu (salīdzinājums starp .md un .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
      +UseAsciiDocFormat=Jūs varat izmantot Markdown formātu, taču ieteicams izmantot Asciidoc formātu (salīdzinājums starp .md un .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
       IsAMeasure=Vai pasākums
       DirScanned=Direktorija skenēta
       NoTrigger=Nav sprūda
      @@ -74,7 +74,7 @@ NoWidget=Nav logrīku
       GoToApiExplorer=Iet uz API pētnieku
       ListOfMenusEntries=Izvēlnes ierakstu saraksts
       ListOfPermissionsDefined=Noteikto atļauju saraksts
      -SeeExamples=See examples here
      +SeeExamples=Skatiet piemērus šeit
       EnabledDesc=Nosacījums, lai šis lauks būtu aktīvs (piemēri: 1 vai $ conf-> globāla-> MYMODULE_MYOPTION)
       VisibleDesc=Vai lauks ir redzams? (Piemēri: 0 = Nekad nav redzams, 1 = Redzams sarakstā un izveido / atjaunina / skata veidlapas, 2 = Redzams tikai sarakstā, 3 = Redzams tikai veidojot / atjauninot / skata formu. saraksta noklusējums, bet to var atlasīt skatīšanai)
       IsAMeasureDesc=Vai lauka vērtību var uzkrāties, lai kopsumma tiktu iekļauta sarakstā? (Piemēri: 1 vai 0)
      @@ -88,7 +88,7 @@ TriggerDefDesc=Sprūda failā definējiet kodu, kuru vēlaties izpildīt katram
       SeeIDsInUse=Skatiet jūsu instalācijā izmantotos ID
       SeeReservedIDsRangeHere=Skatiet rezervēto ID diapazonu
       ToolkitForDevelopers=Dolibarr izstrādātāju rīks
      -TryToUseTheModuleBuilder=Ja jums ir zināšanas SQL un PHP, varat mēģināt izmantot vietējo moduļu veidotāja vedni. Vienkārši aktivizējiet moduli un izmantojiet vedni, noklikšķinot uz <span class = "fa fa-bug"> </ span> augšējā labajā izvēlnē. Brīdinājums: šī ir izstrādātāja funkcija, jo slikta lietošana var pārtraukt jūsu lietojumprogrammas darbību.
      +TryToUseTheModuleBuilder=Ja jums ir zināšanas par SQL un PHP, jūs varat izmantot native moduļa veidotāja vedni. <br> Ieslēdziet moduli <strong> %s </ strong> un izmantojiet vedni, noklikšķinot uz <span class = "fa fa-bug"> </ span> augšējā labajā izvēlnē. <br> Brīdinājums: šī ir uzlabotas izstrādātāja funkcija, <b> ne </ b> eksperimentējiet savā ražotnē!
       SeeTopRightMenu=Augšējā labajā izvēlnē skatiet <span class="fa fa-bug"></span>
       AddLanguageFile=Pievienot valodas failu
       YouCanUseTranslationKey=Šeit varat izmantot atslēgu, kas ir tulkošanas atslēga, kas tiek atrasta valodas failā (sk. Cilni "Valodas").
      @@ -96,6 +96,7 @@ DropTableIfEmpty=(Dzēst tabulu, ja tukša)
       TableDoesNotExists=Tabula %s nepastāv
       TableDropped=Tabula %s dzēsta
       InitStructureFromExistingTable=Veidojiet esošās tabulas struktūras masīva virkni
      -UseAboutPage=Disallow the about page
      -UseDocFolder=Disallow the documentation folder
      -UseSpecificReadme=Use a specific ReadMe
      +UseAboutPage=Atspējot par lapu
      +UseDocFolder=Atspējot dokumentācijas mapi
      +UseSpecificReadme=Izmantot īpašu IzlasiMani
      +RealPathOfModule=Reālais moduļa ceļš
      diff --git a/htdocs/langs/lv_LV/other.lang b/htdocs/langs/lv_LV/other.lang
      index c03dc12a691..2487855143c 100644
      --- a/htdocs/langs/lv_LV/other.lang
      +++ b/htdocs/langs/lv_LV/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Drošības kods
       NumberingShort=N°
       Tools=Darbarīki
       TMenuTools=Rīki
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=Visi instrumenti, kas nav iekļauti citos izvēlnes ierakstos, tiek sagrupēti šeit. <br> Visiem rīkiem var piekļūt, izmantojot kreiso izvēlni.
       Birthday=Dzimšanas diena
       BirthdayDate=Dzimšanas diena
       DateToBirth=Dzimšanas datums
      @@ -11,7 +11,7 @@ BirthdayAlertOn=dzimšanas dienas brīdinājums aktīvs
       BirthdayAlertOff=dzimšanas dienas brīdinājums neaktīvs
       TransKey=Translation of the key TransKey
       MonthOfInvoice=Rēķina datuma mēnesis (no 1-12)
      -TextMonthOfInvoice=Month (text) of invoice date
      +TextMonthOfInvoice=Rēķina datuma mēnesis (teksts)
       PreviousMonthOfInvoice=Rēķina datuma iepriekšējais mēnesis (no 1-12)
       TextPreviousMonthOfInvoice=Previous month (text) of invoice date
       NextMonthOfInvoice=Pēc mēneša (no 1-12) rēķina datums
      @@ -23,7 +23,7 @@ MessageForm=Ziņa par tiešsaistes maksājuma veidlapu
       MessageOK=Ziņu kopā ar apstiprinātu maksājuma atgriešanās lapā
       MessageKO=Ziņa par atcelto maksājumu atgriešanās lapā
       ContentOfDirectoryIsNotEmpty=Šīs direktorijas saturs nav tukšs.
      -DeleteAlsoContentRecursively=Pārbaudiet, lai izdzēstu visu rekursīvu saturu
      +DeleteAlsoContentRecursively=Pārbaudiet, lai rekursīvi izdzēstu visu saturu
       
       YearOfInvoice=Rēķina datums
       PreviousYearOfInvoice=Iepriekšējā rēķina datuma gads
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Pēc gada rēķina datuma
       DateNextInvoiceBeforeGen=Nākamā rēķina datums (pirms paaudzes)
       DateNextInvoiceAfterGen=Nākamā rēķina datums (pēc paaudzes)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervences apstiprināts
      -Notify_FICHINTER_SENTBYMAIL=Intervences nosūtīt pa pastu
       Notify_ORDER_VALIDATE=Klienta pasūtījums apstiprināts
       Notify_ORDER_SENTBYMAIL=Klienta rīkojumam, kas nosūtīts pa pastu
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Piegādātājs rīkojumam, kas nosūtīts pa pastu
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Piegādātāja pasūtījums reģistrēts
       Notify_ORDER_SUPPLIER_APPROVE=Piegādātājs, lai apstiprinātu
       Notify_ORDER_SUPPLIER_REFUSE=Piegādātājs lai atteicās
       Notify_PROPAL_VALIDATE=Klientu priekšlikums apstiprināts
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Klienta piedāvājums ir noslēgts parakstīts
      +Notify_PROPAL_CLOSE_REFUSED=Klienta iesniegtais piedāvājums ir noraidīts
       Notify_PROPAL_SENTBYMAIL=Commercial priekšlikums nosūtīts pa pastu
       Notify_WITHDRAW_TRANSMIT=Pārraides atsaukšana
       Notify_WITHDRAW_CREDIT=Kredīta izņemšana
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Trešās puse izveidota
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Klienta rēķins apstiprināts
       Notify_BILL_UNVALIDATE=Klienta rēķins neapstiprināts
      -Notify_BILL_PAYED=Klienta rēķins samaksāts
      +Notify_BILL_PAYED=Klienta rēķins ir samaksāts
       Notify_BILL_CANCEL=Klienta rēķins atcelts
       Notify_BILL_SENTBYMAIL=Klienta rēķins nosūtīts pa pastu
       Notify_BILL_SUPPLIER_VALIDATE=Piegādātāja rēķins apstiprināts
      -Notify_BILL_SUPPLIER_PAYED=Piegādātāja rēķins jāapmaksā
      +Notify_BILL_SUPPLIER_PAYED=Piegādātāja rēķins ir samaksāts
       Notify_BILL_SUPPLIER_SENTBYMAIL=Piegādātāja rēķins nosūtīts pa pastu
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Līgums ir apstiprināts
       Notify_FICHEINTER_VALIDATE=Intervences apstiprināts
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervences nosūtīt pa pastu
       Notify_SHIPPING_VALIDATE=Piegāde apstiprināta
       Notify_SHIPPING_SENTBYMAIL=Piegāde nosūtīta pa pastu
       Notify_MEMBER_VALIDATE=Dalībnieks apstiprināts
      @@ -71,29 +70,33 @@ Notify_PROJECT_CREATE=Projekts izveidots
       Notify_TASK_CREATE=Uzdevums izveidots
       Notify_TASK_MODIFY=Uzdevums labots
       Notify_TASK_DELETE=Uzdevums dzēsts
      +Notify_EXPENSE_REPORT_VALIDATE=Izdevumu pārskats apstiprināts (nepieciešams apstiprinājums)
      +Notify_EXPENSE_REPORT_APPROVE=Izdevumu pārskats ir apstiprināts
      +Notify_HOLIDAY_VALIDATE=Atteikt pieprasījumu apstiprināt (nepieciešams apstiprinājums)
      +Notify_HOLIDAY_APPROVE=Atvaļinājuma pieprasījums apstiprināts
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Skaits pievienotos failus / dokumentus
       TotalSizeOfAttachedFiles=Kopējais apjoms pievienotos failus / dokumentus
       MaxSize=Maksimālais izmērs
       AttachANewFile=Pievienot jaunu failu / dokumentu
       LinkedObject=Saistītais objekts
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      -PredefinedMailTest=__(Sveiki)__\nŠis ir testa pasts, kas nosūtīts uz __EMAIL__.\nAbas līnijas ir atdalītas ar vagona atgriešanu.\n\n__USER_SIGNATURE__
      -PredefinedMailTestHtml=__(Sveiki)__\nŠis ir <b> testa </ ​​b> pasts (vārda pārbaude ir treknrakstā). <br> Divas rindas atdala ar rāmja atgriešanu. <br> <br> __USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Sveiki)__\n\nŠeit jūs atradīsiet komerciālu priekšlikumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Sveiki)__\n\nŠeit jūs atradīsiet cenu pieprasījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Sveiki)__\n\nJūs atradīsit šeit pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Sveiki)__\n\nJūs atradīsiet šeit mūsu pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Sveiki)__\n\nŠeit jūs atradīsiet rēķinu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Sveiki)__\n\nŠeit jūs atradīsit piegādi __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Sveiki)__\n\nŠeit jūs atradīsiet intervenci __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +NbOfActiveNotifications=Paziņojumu skaits (saņēmēju e-pasta ziņojumu skaits)
      +PredefinedMailTest=__(Labdien)__\nŠis ir testa pasts, kas nosūtīts uz __EMAIL__.\nAbas līnijas ir atdalītas.\n\n__USER_SIGNATURE__
      +PredefinedMailTestHtml=__(Labdien)__\nŠis ir <b> testa </b>pasts (vārds testa ir jābūt treknrakstā). <br> Divas rindas atdala ar rāmi. <br> <br> __USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Labdien)__\n\nLūdzu, pievienojiet rēķinu __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Labdien)__\n\nMēs vēlamies jūs brīdināt, ka rēķins __REF__, šķiet, nav samaksāts. Rēķins ir pievienots kā atgādinājums.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Labdien)__\n\nLūdzu, pievienojiet komerciālu priekšlikumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Sveiki)__\n\nLūdzu, pievienojiet cenu pieprasījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Labdien)__\n\nLūdzu, pievienojiet pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Labdien)__\n\nLūdzu, pievienojiet mūsu pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Labdien)__\n\nLūdzu, pievienojiet rēķinu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Labdien)__\n\nLūdzu, pievienojiet piegādi __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Labdien)__\n\nLūdzu, pievienojiet intervenci __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Sveiki)__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Sveiki)__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      -DemoDesc=Dolibarr is a compact ERP/CRM supporting several business modules. A demo showcasing all modules makes no sense as this scenario never occurs (several hundred available). So, several demo profiles are available.
      -ChooseYourDemoProfil=Choose the demo profile that best suits your needs...
      +PredefinedMailContentLink=Jūs varat noklikšķināt uz zemāk esošās saites, lai veiktu maksājumu, ja tas vēl nav izdarīts.\n\n%s\n\n
      +DemoDesc=Dolibarr ir kompakts ERP / CRM, kas atbalsta vairākus biznesa moduļus. Demonstrācija, kas demonstrē visus moduļus, nav jēga, jo šis scenārijs nekad nenotiek (pieejami vairāki simti). Tātad, ir pieejami vairāki demo profili.
      +ChooseYourDemoProfil=Izvēlies demo profilu, kas vislabāk atbilst jūsu vajadzībām ...
       ChooseYourDemoProfilMore=... vai izveidojiet savu profilu <br> (manuālā moduļa izvēle)
       DemoFundation=Pārvaldīt locekļus nodibinājumam
       DemoFundation2=Pārvaldīt dalībniekus un bankas kontu nodibinājumam
      @@ -164,15 +167,15 @@ SizeUnitmm=mm
       SizeUnitinch=colla
       SizeUnitfoot=pēda
       SizeUnitpoint=punkts
      -BugTracker=Bug tracker
      +BugTracker=Kļūdu meklētājs
       SendNewPasswordDesc=Šī veidlapa ļauj pieprasīt jaunu paroli. Tas tiks nosūtīts uz jūsu e-pasta adresi. <br> Mainīšana stāsies spēkā pēc tam, kad noklikšķināsit uz e-pasta ziņojuma apstiprinājuma saites. <br> Pārbaudiet savu iesūtni.
       BackToLoginPage=Atpakaļ uz autorizācijas lapu
       AuthenticationDoesNotAllowSendNewPassword=Autentifikācijas režīms ir <b>%s.</b> <br> Šajā režīmā, Dolibarr nevar zināt, ne nomainīt savu paroli. <br> Sazinieties ar sistēmas administratoru, ja jūs vēlaties mainīt savu paroli.
      -EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use this option.
      +EnableGDLibraryDesc=Instalējiet vai iespējojiet GD bibliotēku savā PHP instalācijā, lai izmantotu šo opciju.
       ProfIdShortDesc=<b>Prof ID %s</b> ir informācija, atkarībā no trešās puses valstīm. <br> Piemēram, attiecībā uz valstu <b>%s,</b> tas ir kods <b>%s.</b>
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Pārskatu subjektu skaita statistika (rēķina numurs vai pasūtījums ...)
       NumberOfProposals=Priekšlikumu skaits
       NumberOfCustomerOrders=Klientu pasūtījumu skaits
       NumberOfCustomerInvoices=Klientu rēķinu skaits
      @@ -185,11 +188,12 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Vienību skaits pēc piegādātāju priekšlikumiem
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=Jums ir piešķirta jauna iejaukšanās %s.
       EMailTextInterventionValidated=Iejaukšanās %s ir apstiprināta.
       EMailTextInvoiceValidated=Rēķins %s ir apstiprināts.
      +EMailTextInvoicePayed=Rēķins %s ir samaksāts.
       EMailTextProposalValidated=Priekšlikums %s ir apstiprināts.
      -EMailTextProposalClosedSigned=Priekšlikums %s ir slēgts parakstīts.
      +EMailTextProposalClosedSigned=Priekšlikums %s ir slēgts, parakstīts.
       EMailTextOrderValidated=Pasūtījums %s ir apstiprināts.
       EMailTextOrderApproved=Pasūtījums %s ir apstiprināts.
       EMailTextOrderValidatedBy=The order %s has been recorded by %s.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Pasūtījumu %s ir apstiprinājis %s.
       EMailTextOrderRefused=Pasūtījums %s ir noraidīts.
       EMailTextOrderRefusedBy=Pasūtījums %s ir noraidījis %s.
       EMailTextExpeditionValidated=Kuģniecības %s ir apstiprināta.
      +EMailTextExpenseReportValidated=Izdevumu pārskats %s ir ticis apstiprināts.
      +EMailTextExpenseReportApproved=Izdevumu pārskats %s ir apstiprināts.
      +EMailTextHolidayValidated=Atvaļinājuma pieprasījums %s ir ticis apstiprināts.
      +EMailTextHolidayApproved=Atvaļinājuma pieprasījums %s ir apstiprināts.
       ImportedWithSet=Ievešanas datu kopu
       DolibarrNotification=Automātiska paziņošana
       ResizeDesc=Ievadiet jaunu platumu <b>vai</b> jaunu augstumu. Attiecība būs jātur laikā izmēru maiņas ...
      @@ -204,7 +212,7 @@ NewLength=Jauns platums
       NewHeight=Jauns augstums
       NewSizeAfterCropping=Jauns izmērs pēc apgriešanas
       DefineNewAreaToPick=Definēt jaunu apgabalu uz attēla, lai uzņemt (pa kreisi noklikšķiniet uz attēla, pēc tam velciet, līdz jūs sasniegsiet pretējo stūri)
      -CurrentInformationOnImage=Šis rīks ir izstrādāts, lai palīdzētu jums, lai mainītu vai apgrieztu attēlu. Šī ir informācija par pašreizējo edited attēlu
      +CurrentInformationOnImage=Šis rīks tika izveidots, lai palīdzētu jums mainīt attēla izmērus vai apgriezt tos. Šī ir informācija par pašreizējo rediģēto attēlu
       ImageEditor=Attēlu redaktors
       YouReceiveMailBecauseOfNotification=Jūs saņemat šo ziņojumu, jo jūsu e-pasts ir pievienota saraksta mērķiem ir informēt par konkrētiem notikumiem uz %s programmatūru %s.
       YouReceiveMailBecauseOfNotification2=Šis notikums ir šādi:
      @@ -225,7 +233,7 @@ NewKeyWillBe=Jūsu jaunais galvenais, lai pieteiktos uz programmatūru, būs
       ClickHereToGoTo=Klikšķiniet šeit, lai dotos uz %s
       YouMustClickToChange=Jums ir Taču vispirms noklikšķiniet uz šīs saites, lai apstiprinātu šo paroles maiņa
       ForgetIfNothing=Ja Jums nav lūgt šīs izmaiņas, vienkārši aizmirst šo e-pastu. Jūsu akreditācijas dati tiek glabāti drošībā.
      -IfAmountHigherThan=If amount higher than <strong>%s</strong>
      +IfAmountHigherThan=Ja summa pārsniedz  <strong>%s </strong>
       SourcesRepository=Repository for sources
       Chart=Diagramma
       PassEncoding=Paroles kodēšana
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Jūsu parolei ir jābūt vismaz <strong> %s </
       YourPasswordHasBeenReset=Jūsu parole ir veiksmīgi atiestatīta
       ApplicantIpAddress=Pieteikuma iesniedzēja IP adrese
       SMSSentTo=SMS nosūtīta uz %s
      +MissingIds=Trūkst ID
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Eksportēšanas sadaļa
      diff --git a/htdocs/langs/lv_LV/projects.lang b/htdocs/langs/lv_LV/projects.lang
      index b81f2d75a38..4c995da1c0a 100644
      --- a/htdocs/langs/lv_LV/projects.lang
      +++ b/htdocs/langs/lv_LV/projects.lang
      @@ -24,7 +24,7 @@ TasksDesc=Šo viedokli iepazīstina visus projektus un uzdevumus (jūsu lietotā
       AllTaskVisibleButEditIfYouAreAssigned=Visi uzdevumi kvalificētiem projektiem ir redzami, taču jūs varat ievadīt laiku tikai tam uzdevumam, kas piešķirts izvēlētajam lietotājam. Piešķirt uzdevumu, ja uz to ir jāievada laiks.
       OnlyYourTaskAreVisible=Ir redzami tikai jums uzdotie uzdevumi. Piešķiriet uzdevumu sev, ja tas nav redzams, un tam ir jāievada laiks.
       ImportDatasetTasks=Projektu uzdevumi
      -ProjectCategories=Projekta tagi / kategorijas
      +ProjectCategories=Projekta tagi / sadaļas
       NewProject=Jauns projekts
       AddProject=Izveidot projektu
       DeleteAProject=Dzēst projektu
      @@ -33,25 +33,25 @@ ConfirmDeleteAProject=Vai tiešām vēlaties dzēst šo projektu?
       ConfirmDeleteATask=Vai tiešām vēlaties dzēst šo uzdevumu?
       OpenedProjects=Atvērtie projekti
       OpenedTasks=Atvērtie uzdevumi
      -OpportunitiesStatusForOpenedProjects=Atvērto projektu iespējas pēc statusa
      -OpportunitiesStatusForProjects=Iespēju skaits pēc projektu statusa
      +OpportunitiesStatusForOpenedProjects=Sasaistīto projektu skaits pēc statusa
      +OpportunitiesStatusForProjects=Sasniedz projektu skaitu pēc statusa
       ShowProject=Rādīt projektu
       ShowTask=Rādīt uzdevumu
       SetProject=Izvēlēties projektu
       NoProject=Neviens projekts nosaka, vai īpašumā
      -NbOfProjects=Nb projektu
      -NbOfTasks=Uzdevumu sk.
      +NbOfProjects=Projektu skaits
      +NbOfTasks=Uzdevumu skaits
       TimeSpent=Laiks, kas pavadīts
       TimeSpentByYou=Jūsu patērētais laiks
       TimeSpentByUser=Lietotāja patērētais laiks
       TimesSpent=Laiks, kas patērēts
       RefTask=Ref. uzdevums
      -LabelTask=Label uzdevums
      +LabelTask=Uzlīmes uzdevums
       TaskTimeSpent=Pavadītais laiks veicot uzdevumus
       TaskTimeUser=Lietotājs
       TaskTimeNote=Piezīme
       TaskTimeDate=Datums
      -TasksOnOpenedProject=Tasks on open projects
      +TasksOnOpenedProject=Uzdevumi atvērtajiem projektiem
       WorkloadNotDefined=Darba slodze nav definēta
       NewTimeSpent=Laiks, kas patērēts
       MyTimeSpent=Mans pavadīts laiks
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Doties uz uzdevumu sarakstu
       GoToGanttView=Doties uz Ganta skatu
       GanttView=Ganta skats
      -ListProposalsAssociatedProject=Saraksts tirdzniecības priekšlikumiem saistībā ar projektu
      -ListOrdersAssociatedProject=Saraksts ar klienta pasūtījumiem saistīts ar projektu
      -ListInvoicesAssociatedProject=Saraksts ar klienta rēķiniem, kas piesaistīti projektam
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Līgumu sarakstu kas saistīti ar projektu
      -ListShippingAssociatedProject=Sūtījumu saraksts, kas saistīts ar projektu
      -ListFichinterAssociatedProject=Saraksts iejaukšanās saistīts ar projektu
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=Dažādu ar projektu saistīto maksājumu saraksts
      -ListActionsAssociatedProject=Saraksts ar notikumiem, kas saistīti ar projektu
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=Uzdevumā patērētā laika saraksts
       ActivityOnProjectToday=Activity on project today
      @@ -103,7 +104,7 @@ ChildOfProjectTask=Bērna projekta / uzdevuma
       ChildOfTask=Apakš uzdevums
       TaskHasChild=Uzdevumam ir bērns
       NotOwnerOfProject=Ne īpašnieks šo privātam projektam
      -AffectedTo=Piešķirtas
      +AffectedTo=Piešķirts
       CantRemoveProject=Šo projektu nevar noņemt, jo tam ir atsauce ar kādu citu objektu (rēķinu, rīkojumus vai cits). Skatīt atsauču sadaļa.
       ValidateProject=Apstiprināt Projet
       ConfirmValidateProject=Vai jūs tiešām vēlaties apstiprināt šo projektu?
      @@ -117,7 +118,7 @@ TaskContact=Uzdevumu kontakti
       ActionsOnProject=Pasākumi par projektu
       YouAreNotContactOfProject=Jūs neesat kontakpersona šim privātam projektam
       UserIsNotContactOfProject=Lietotājs nav šī privātā projekta kontaktpersona
      -DeleteATimeSpent=Dzēst pavadīts laiks
      +DeleteATimeSpent=Dzēst patērēto laiku
       ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent?
       DoNotShowMyTasksOnly=See also tasks not assigned to me
       ShowMyTasksOnly=Skatīt tikai uzdevumus, kas piešķirti man
      @@ -136,8 +137,8 @@ CloneNotes=Klonēt piezīmes
       CloneProjectFiles=Klons projekts pievienojās failus
       CloneTaskFiles=Klons uzdevums (-i) pievienotie failus (ja uzdevums (-i) klonēt)
       CloneMoveDate=Vai tagad atjaunināt projektu / uzdevumus?
      -ConfirmCloneProject=Are you sure to clone this project?
      -ProjectReportDate=Change task dates according to new project start date
      +ConfirmCloneProject=Vai tiešām vēlaties klonēt šo projektu?
      +ProjectReportDate=Mainīt uzdevumu datumus saskaņā ar jauno projekta sākuma datumu
       ErrorShiftTaskDate=Nav iespējams novirzīt uzdevumu datumu saskaņā ar jaunu projektu uzsākšanas datuma
       ProjectsAndTasksLines=Projekti un uzdevumi
       ProjectCreatedInDolibarr=Projekts %s izveidots
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projekts %s ir labots
       TaskCreatedInDolibarr=Uzdevums %s izveidots
       TaskModifiedInDolibarr=Uzdevums %s labots
       TaskDeletedInDolibarr=Uzdevums %s dzēsts
      -OpportunityStatus=Iespēju statuss
      +OpportunityStatus=Svina statuss
       OpportunityStatusShort=Opp. status
      -OpportunityProbability=Iespējas varbūtība
      +OpportunityProbability=Svina varbūtība
       OpportunityProbabilityShort=Opp probab
      -OpportunityAmount=Opportunity amount
      +OpportunityAmount=Svina daudzums
       OpportunityAmountShort=Opp. amount
       OpportunityAmountAverageShort=Vidējā opcija summa
       OpportunityAmountWeigthedShort=Svērtā opcija summa
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Ieguldītājs
       SelectElement=Izvēlieties elementu
       AddElement=Saite uz elementu
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Saistīto objektu kopsavilkuma projekta dokumenta veidne
      +DocumentModelBaleine=Projekta dokumenta veidne uzdevumiem
      +DocumentModelTimeSpent=Projekta pārskata veidne par pavadīto laiku
       PlannedWorkload=Plānotais darba apjoms
       PlannedWorkloadShort=Darba slodze
       ProjectReferers=Saistītās vienības
      @@ -182,49 +184,53 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Uzdevumam nav piešķirts
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Pavadītais laiks
       TasksAssignedTo=Uzdevumi, kas piešķirti
       AssignTaskToMe=Assign task to me
       AssignTaskToUser=Piešķirt uzdevumu %s
       SelectTaskToAssign=Atlasiet uzdevumu, lai piešķirtu ...
      -AssignTask=Assign
      -ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +AssignTask=Piešķirt
      +ProjectOverview=Pārskats
      +ManageTasks=Izmantojiet projektus, lai veiktu uzdevumus un / vai ziņotu par pavadīto laiku (laika kontrolsaraksts)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb izveidoto darbu pēc mēneša
      -ProjectOppAmountOfProjectsByMonth=Amount of opportunities by month
      -ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of opportunities by month
      -ProjectOpenedProjectByOppStatus=Atklāts projekts / vadība ar iespēju statusu
      +ProjectNbProjectByMonth=Izveidoto projektu skaits pēc mēneša
      +ProjectNbTaskByMonth=Izveidoto darbu skaits pēc mēneša
      +ProjectOppAmountOfProjectsByMonth=Izložu skaits pēc mēnešiem
      +ProjectWeightedOppAmountOfProjectsByMonth=Vidējā svērto klientu skaits pēc mēneša
      +ProjectOpenedProjectByOppStatus=Atklāts projekts / vadošais statuss
       ProjectsStatistics=Statistics on projects/leads
       TasksStatistics=Statistika par projektu / vadošajiem uzdevumiem
       TaskAssignedToEnterTime=Task assigned. Entering time on this task should be possible.
       IdTaskTime=Id task time
       YouCanCompleteRef=Ja vēlaties pabeigt ref ar kādu informāciju (lai to izmantotu kā meklēšanas filtrus), to ieteicams pievienot rakstzīmi, lai to nošķirtu, tāpēc automātiska numerācija joprojām darbosies nākamajiem projektiem. Piemēram %s-ABC. Varat arī ieteicams pievienot meklēšanas atslēgas etiķetē. Bet labākā prakse var būt pievienot īpašu jomu, ko sauc arī par papildinošiem atribūtiem.
       OpenedProjectsByThirdparties=Atvērt trešo pušu projektus
      -OnlyOpportunitiesShort=Tikai iespējas
      -OpenedOpportunitiesShort=Atvērtās iespējas
      -NotAnOpportunityShort=Not an opportunity
      -OpportunityTotalAmount=Opportunities total amount
      -OpportunityPonderatedAmount=Opportunities weighted amount
      -OpportunityPonderatedAmountDesc=Iespēju summa, kas svērta ar varbūtību
      +OnlyOpportunitiesShort=Tikai ved
      +OpenedOpportunitiesShort=Atveriet vadus
      +NotOpenedOpportunitiesShort=Nav atvērti vadi
      +NotAnOpportunityShort=Nav vads
      +OpportunityTotalAmount=Kopējais potenciālo klientu skaits
      +OpportunityPonderatedAmount=Vērtētā potenciālā pirkuma summa
      +OpportunityPonderatedAmountDesc=Sasaistīto summu svēršana ar varbūtību
       OppStatusPROSP=Prospection
       OppStatusQUAL=Kvalifikācija
       OppStatusPROPO=Priekšlikums
      -OppStatusNEGO=Negociation
      +OppStatusNEGO=Pārrunas
       OppStatusPENDING=Gaida
       OppStatusWON=Uzvarēja
       OppStatusLOST=Zaudēja
       Budget=Budžets
       AllowToLinkFromOtherCompany=Atļaut saistīt projektu ar citu uzņēmumu <br> <br> <u> Atbalstītās vērtības: </ u> <br> - Uzglabāt tukšs: var saistīt jebkuru uzņēmuma projektu (noklusējums) <br> - "visi": var saiti jebkurš projekts, pat citu uzņēmumu projekts <br> - Trešās puses identifikācijas numurs, kas atdalīts ar komatu: var sasaistīt visus šo trešās puses projektu (Piemērs: 123,4795,53) <br>
       LatestProjects=Pēdējie %s projekti
      -LatestModifiedProjects=Jaunākie %s modificētie projekti
      +LatestModifiedProjects=Jaunākie %s labotie projekti
       OtherFilteredTasks=Citi filtrētie uzdevumi
       NoAssignedTasks=Nav piešķirtu uzdevumu (piešķiriet projektu / uzdevumus pašreizējam lietotājam no augšējā atlases lodziņa, lai tajā ievadītu laiku)
       # Comments trans
       AllowCommentOnTask=Atļaut lietotāju komentārus par uzdevumiem
       AllowCommentOnProject=Atļaut lietotājam komentēt projektus
       DontHavePermissionForCloseProject=Jums nav tiesību aizvērt projektu %s
      -DontHaveTheValidateStatus=Projektam %s jābūt atvērtai slēgšanai
      -RecordsClosed=%s projekts (-i) ir slēgts
      +DontHaveTheValidateStatus=Projektam %s jābūt atvērtam slēgšanai
      +RecordsClosed=%s projekts (-i) slēgts
       SendProjectRef=Informācijas projekts %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Jāizveido modulis "Darbinieku algu izmaksa", lai definētu darbinieka stundas likmi, lai iztērētos laiku novērtētu
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/lv_LV/propal.lang b/htdocs/langs/lv_LV/propal.lang
      index 7c532ebc615..a8a6b9a2638 100644
      --- a/htdocs/langs/lv_LV/propal.lang
      +++ b/htdocs/langs/lv_LV/propal.lang
      @@ -29,11 +29,11 @@ PropalsDraft=Sagatave
       PropalsOpened=Atvērts
       PropalStatusDraft=Sagatave (ir jāapstiprina)
       PropalStatusValidated=Apstiprināts (priekšlikums ir atvērts)
      -PropalStatusSigned=Parakstīts (vajadzības rēķinu)
      +PropalStatusSigned=Parakstīts (vajadzīgs rēķins)
       PropalStatusNotSigned=Nav parakstīts (slēgts)
       PropalStatusBilled=Jāmaksā
       PropalStatusDraftShort=Melnraksts
      -PropalStatusValidatedShort=Apstiprināts
      +PropalStatusValidatedShort=Apstiprināts (atvērt)
       PropalStatusClosedShort=Slēgts
       PropalStatusSignedShort=Parakstīts
       PropalStatusNotSignedShort=Nav parakstīts
      @@ -44,16 +44,16 @@ ListOfProposals=Saraksts tirdzniecības priekšlikumiem
       ActionsOnPropal=Pasākumi attiecībā uz priekšlikumu
       RefProposal=Commercial priekšlikums ref
       SendPropalByMail=Nosūtīt komerciālo priekšlikumu pa pastu
      -DatePropal=Datums, kad priekšlikumu
      +DatePropal=Priekšlikuma datums
       DateEndPropal=Derīguma beigu datums
       ValidityDuration=Derīguma termiņš
       CloseAs=Iestatīt statusu uz
       SetAcceptedRefused=Iestatījums ir pieņemts / noraidīts
      -ErrorPropalNotFound=Propal %s nav atrasts
      +ErrorPropalNotFound=Piedāvājums %s nav atrasts
       AddToDraftProposals=Pievienot pie priekšlikuma projektā
       NoDraftProposals=Nav sagatavot priekšlikumus
       CopyPropalFrom=Izveidot komerciālo priekšlikumu, kopējot esošo priekšlikumu
      -CreateEmptyPropal=Izveidojiet tukšu komerciālu priekšlikumi Jaunava vai no saraksta produktu / pakalpojumu
      +CreateEmptyPropal=Izveidojiet tukšus komerciālus priekšlikumus vai produktu / pakalpojumu sarakstu
       DefaultProposalDurationValidity=Default komerciālā priekšlikumu derīguma termiņš (dienās)
       UseCustomerContactAsPropalRecipientIfExist=Izmantojiet klientu kontaktu adresi, ja noteikta nevis trešās puses adresi priekšlikumu saņēmēja adresi
       ClonePropal=Klonēt tirdzniecības priekšlikumu
      @@ -78,6 +78,7 @@ TypeContact_propal_external_CUSTOMER=Klientu kontaktu turpinot darboties priekš
       TypeContact_propal_external_SHIPPING=Klienta kontaktpersona piegādei
       # Document models
       DocModelAzurDescription=Pilnīgs priekšlikums modelis (logo. ..)
      +DocModelCyanDescription=Pilnīgs priekšlikums modelis (logo. ..)
       DefaultModelPropalCreate=Default modeļa izveide
       DefaultModelPropalToBill=Noklusējuma veidne aizverot uzņēmējdarbības priekšlikumu (tiks izrakstīts rēķins)
       DefaultModelPropalClosed=Noklusējuma veidne aizverot uzņēmējdarbības priekšlikumu (unbilled)
      diff --git a/htdocs/langs/lv_LV/resource.lang b/htdocs/langs/lv_LV/resource.lang
      index f230757fff1..f28b4ca5b0f 100644
      --- a/htdocs/langs/lv_LV/resource.lang
      +++ b/htdocs/langs/lv_LV/resource.lang
      @@ -5,7 +5,7 @@ DeleteResource=Dzēst resursu
       ConfirmDeleteResourceElement=Apstiprināt resursu dzēšanu šim elementam
       NoResourceInDatabase=Nav datubāzē resursu
       NoResourceLinked=Nav saistītu resursu
      -
      +ActionsOnResource=Notikumi šim resursam
       ResourcePageIndex=Resursu saraksts
       ResourceSingular=Resursi
       ResourceCard=Resursu karte
      @@ -30,7 +30,7 @@ DictionaryResourceType=Resursa veids
       
       SelectResource=Izvēlēties resursu
       
      -IdResource=Id resource
      +IdResource=Id resurss
       AssetNumber=Sērijas numurs
      -ResourceTypeCode=Resource type code
      +ResourceTypeCode=Resursa veida kods
       ImportDataset_resource_1=Resursi
      diff --git a/htdocs/langs/lv_LV/salaries.lang b/htdocs/langs/lv_LV/salaries.lang
      index 6e3e9361975..970a5f58edf 100644
      --- a/htdocs/langs/lv_LV/salaries.lang
      +++ b/htdocs/langs/lv_LV/salaries.lang
      @@ -1,18 +1,19 @@
       # Dolibarr language file - Source file is en_US - salaries
       SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Accounting account used for user third parties
      -SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=The dedicated accounting account defined on user card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated user accouting account on user is not defined.
      +SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=Lietotāja kartē norādītais grāmatvedības konts tiks izmantots tikai pakārtotajam grāmatvedim. Šis viens tiks izmantots General Ledger un noklusējuma vērtība Subledged grāmatvedībai, ja lietotāja definēts lietotāju grāmatvedības konts nav definēts.
       SALARIES_ACCOUNTING_ACCOUNT_CHARGE=Accounting account by default for wage payments
       Salary=Alga
       Salaries=Algas
       NewSalaryPayment=Jauna algas izmaksa
      +AddSalaryPayment=Pievienot algas maksājumu
       SalaryPayment=Algas maksājums
       SalariesPayments=Algu maksājumi
       ShowSalaryPayment=Rādīt algu maksājumus
       THM=Vidējā stundas cena
       TJM=Vidējā dienas likme
      -CurrentSalary=Current salary
      +CurrentSalary=Pašreizējā alga
       THMDescription=This value may be used to calculate cost of time consumed on a project entered by users if module project is used
       TJMDescription=This value is currently as information only and is not used for any calculation
      -LastSalaries=Latest %s salary payments
      -AllSalaries=All salary payments
      -SalariesStatistics=Statistiques salaires
      +LastSalaries=Jaunākie %s algu maksājumi
      +AllSalaries=Visi algu maksājumi
      +SalariesStatistics=Algas statistika
      diff --git a/htdocs/langs/lv_LV/stocks.lang b/htdocs/langs/lv_LV/stocks.lang
      index cf87f02b0ee..82bac8387cd 100644
      --- a/htdocs/langs/lv_LV/stocks.lang
      +++ b/htdocs/langs/lv_LV/stocks.lang
      @@ -44,7 +44,6 @@ TransferStock=Pārvietot krājumus
       MassStockTransferShort=Masveida krājumu pārvietošana
       StockMovement=Krājumu pārvietošana
       StockMovements=Krājumu pārvietošanas
      -LabelMovement=Kustību nosaukums
       NumberOfUnit=Vienību skaits
       UnitPurchaseValue=Vienības iepirkuma cena
       StockTooLow=Krājumi pārāk maz
      @@ -55,20 +54,20 @@ PMPValueShort=VSC
       EnhancedValueOfWarehouses=Noliktavas vērtība
       UserWarehouseAutoCreate=Lietotāja noliktavas izveide, izveidojot lietotāju
       AllowAddLimitStockByWarehouse=Ļauj pievienot ierobežojumu un vēlamo krājumu uz pāris (produkts, noliktava), nevis uz produktu
      -IndependantSubProductStock=Product stock and subproduct stock are independant
      +IndependantSubProductStock=Produktu krājumi un blakusprodukti ir neatkarīgi
       QtyDispatched=Nosūtītais daudzums
       QtyDispatchedShort=Daudz. nosūtīts
       QtyToDispatchShort=Daudzums nosūtīšanai
       OrderDispatch=Posteņu ieņēmumi
      -RuleForStockManagementDecrease=Rule for automatic stock management decrease (manual decrease is always possible, even if an automatic decrease rule is activated)
      -RuleForStockManagementIncrease=Rule for automatic stock management increase (manual increase is always possible, even if an automatic increase rule is activated)
      -DeStockOnBill=Samazināt nekustamā krājumi uz klientu rēķinu / kredīta piezīmes apstiprināšanu
      -DeStockOnValidateOrder=Samazināt nekustamā krājumus klientu pasūtījumus apstiprināšanu
      +RuleForStockManagementDecrease=Lai automātiski samazinātu krājumu samazinājumu, izvēlieties noteikumu (manuāla samazināšana vienmēr ir iespējama, pat ja ir aktivizēts automātiskais samazināšanas noteikums).
      +RuleForStockManagementIncrease=Izvēlieties noteikumu automātiskai krājumu palielināšanai (manuāla palielināšana vienmēr ir iespējama, pat ja ir aktivizēts automātiskais pieauguma noteikums).
      +DeStockOnBill=Samaziniet reālos krājumus klienta rēķina / kredītzīmes atzīmēšanā
      +DeStockOnValidateOrder=Samazināt reālos krājumus klienta pasūtījuma validācijā
       DeStockOnShipment=Samazināt reālos krājumus piegādes apstiprinājuma gadījumā
       DeStockOnShipmentOnClosing=Samazināt reālās krājumus kuģošanas klasifikācijā
      -ReStockOnBill=Palielināt nekustamā krājumus piegādātāju rēķinu / kredīta piezīmes apstiprināšanu
      -ReStockOnValidateOrder=Increase real stocks on purchase orders approbation
      -ReStockOnDispatchOrder=Increase real stocks on manual dispatching into warehouses, after supplier order receipt of goods
      +ReStockOnBill=Palieliniet reālo krājumus, pārbaudot piegādātāja rēķinu / kredītzīmi
      +ReStockOnValidateOrder=Palieliniet reālo krājumu pirkšanas pasūtījuma apstiprinājumā
      +ReStockOnDispatchOrder=Palielināt reālo krājumus, manuāli nosūtīt uz noliktavu pēc piegādātāja pasūtījuma preču saņemšanas
       OrderStatusNotReadyToDispatch=Lai vēl nav vai vairs statusu, kas ļauj sūtījumiem produktu krājumu noliktavās.
       StockDiffPhysicTeoric=Explanation for difference between physical and virtual stock
       NoPredefinedProductToDispatch=Nav iepriekš produktu šo objektu. Līdz ar to nav nosūtot noliktavā ir nepieciešama.
      @@ -130,10 +129,11 @@ RecordMovement=Ierakstīt pārvietošanu
       ReceivingForSameOrder=Receipts for this order
       StockMovementRecorded=Krājumu pārvietošana saglabāta
       RuleForStockAvailability=Noteikumi krājumu nepieciešamībai
      -StockMustBeEnoughForInvoice=Krājumu līmenim ir jābūt pietiekamam, lai produktu / pakalpojumu pievienotu rēķinam (pārbaudīt tiek veikta, izmantojot esošo reālo krājumus, pievienojot rindu rēķinā neatkarīgi no tā, vai ir spēkā automātiskas krājumu izmaiņas)
      -StockMustBeEnoughForOrder=Krājumu līmenim ir jābūt pietiekamam, lai produktu / pakalpojumu pasūtītam pēc pasūtījuma (pārbaude tiek veikta, izmantojot esošo reālo krājumus, pievienojot rindu kārtībā neatkarīgi no tā, kāds ir noteikums par automātisko krājumu maiņu)
      -StockMustBeEnoughForShipment= Krājumu līmenim ir jābūt pietiekamam, lai produktam / pakalpojumam pievienotu sūtījumu (pārbaude tiek veikta, izmantojot pašreizējo reālo krājumu, pievienojot līniju sūtījumā neatkarīgi no tā, vai ir spēkā automātiskas krājumu izmaiņas)
      -MovementLabel=Label of movement
      +StockMustBeEnoughForInvoice=Krājumu līmenim ir jābūt pietiekamam, lai produktu / pakalpojumu pievienotu rēķinam (pārbaudiet, vai pašreizējā reālā krājumā tiek pievienota rinda rēķinā neatkarīgi no automātiskās krājumu maiņas noteikuma)
      +StockMustBeEnoughForOrder=Krājuma līmenim ir jābūt pietiekamam, lai produktu / pakalpojumu pasūtītam pēc pasūtījuma (pārbaudiet, vai pašreizējā reālā krājumā tiek pievienota rinda, lai kāds būtu noteikums automātiskai krājumu maiņai).
      +StockMustBeEnoughForShipment= Krājumu līmenim ir jābūt pietiekamam, lai produktu / pakalpojumu nosūtītu sūtījumam (pārbaudiet pašreizējo reālo krājumu, pievienojot līniju sūtījumā neatkarīgi no automātiskās krājumu maiņas)
      +MovementLabel=Kustības marķējums
      +TypeMovement=Kustības veids
       DateMovement=Pārvietošanas datums
       InventoryCode=Movement or inventory code
       IsInPackage=Contained into package
      @@ -172,7 +172,7 @@ inventoryDraft=Darbojas
       inventorySelectWarehouse=Noliktavas izvēle
       inventoryConfirmCreate=Izveidot
       inventoryOfWarehouse=Noliktavas inventārs : %s
      -inventoryErrorQtyAdd=Kļūda: viens daudzums ir leaser nekā nulle
      +inventoryErrorQtyAdd=Kļūda: viens daudzums ir mazāks par nulli
       inventoryMvtStock=Pēc inventāra
       inventoryWarningProductAlreadyExists=Šis produkts jau ir iekļauts sarakstā
       SelectCategory=Sadaļu filtrs
      @@ -201,6 +201,10 @@ ExitEditMode=Iziet no labošanas
       inventoryDeleteLine=Delete line
       RegulateStock=Regulēt krājumus
       ListInventory=Saraksts
      -StockSupportServices=Stock management support services
      +StockSupportServices=Stock management atbalsta Pakalpojumi
       StockSupportServicesDesc=Pēc noklusējuma varat iegādāties tikai produktu ar veidu "produkts". Ja ieslēgts un ja moduļa pakalpojums ir ieslēgts, varat arī nolikt produktu ar tipu "pakalpojums"
       ReceiveProducts=Saņemt priekšmetus
      +StockIncreaseAfterCorrectTransfer=Palielināt ar korekciju/pārvietošanu
      +StockDecreaseAfterCorrectTransfer=Samazināt pēc korekcijas/pārsvietošanas
      +StockIncrease=Krājumu pieaugums
      +StockDecrease=Krājumu samazinājums
      diff --git a/htdocs/langs/lv_LV/stripe.lang b/htdocs/langs/lv_LV/stripe.lang
      index 51b07f02695..057df9d4b6b 100644
      --- a/htdocs/langs/lv_LV/stripe.lang
      +++ b/htdocs/langs/lv_LV/stripe.lang
      @@ -61,3 +61,4 @@ ConfirmDeleteCard=Vai tiešām vēlaties izdzēst šo kredītkarti vai debetkart
       CreateCustomerOnStripe=Izveidojiet klientu joslā
       CreateCardOnStripe=Izveidojiet karti joslā
       ShowInStripe=Rādīt joslā
      +StripeUserAccountForActions=Lietotāja konts, lai izmantotu dažu e-pasta paziņojumu par joslu notikumiem (Stripe payouts)
      diff --git a/htdocs/langs/lv_LV/trips.lang b/htdocs/langs/lv_LV/trips.lang
      index 471d8f1ebe3..ab849cf1a7e 100644
      --- a/htdocs/langs/lv_LV/trips.lang
      +++ b/htdocs/langs/lv_LV/trips.lang
      @@ -102,7 +102,7 @@ NOT_AUTHOR=You are not the author of this expense report. Operation cancelled.
       ConfirmRefuseTrip=Vai jūs tiešām vēlaties bloķēt šo izdevumu pārskatu?
       ValideTrip=Apstiprināt izdevumu pārskatu
       ConfirmValideTrip=Vai tiešām vēlaties apstiprināt šo izdevumu atskaiti?
      -PaidTrip=Pay an expense report
      +PaidTrip=Izmaksu pārskats
       ConfirmPaidTrip=Vai tiešām vēlaties mainīt šī izdevumu pārskata statusu uz "Apmaksātais"?
       ConfirmCancelTrip=Vai tiešām vēlaties atcelt šo izdevumu pārskatu?
       BrouillonnerTrip=Move back expense report to status "Draft"
      @@ -117,7 +117,7 @@ CloneExpenseReport=Klonēt izdevumu pārskatu
       ConfirmCloneExpenseReport=Vai tiešām vēlaties klonēt šo izdevumu pārskatu?
       ExpenseReportsIk=Izdevumu pārskats, kurā ir indekss
       ExpenseReportsRules=Izdevumu pārskatu noteikumi
      -ExpenseReportIkDesc=Varat mainīt kilometru izdevumu aprēķinu pa kategorijām un diapazoniem, kurus tie iepriekš ir definējuši. <b> d </ b> ir attālums kilometros
      +ExpenseReportIkDesc=Varat mainīt kilometru izdevumu aprēķinu pa kategorijām un diapazoniem, kurus tie iepriekš ir definējuši. <b> d </b> ir attālums kilometros
       ExpenseReportRulesDesc=Jūs varat izveidot vai atjaunināt visus aprēķina noteikumus. Šī daļa tiks izmantota, ja lietotājs izveidos jaunu izdevumu pārskatu
       expenseReportOffset=Kompensācija
       expenseReportCoef=Koeficents
      diff --git a/htdocs/langs/lv_LV/users.lang b/htdocs/langs/lv_LV/users.lang
      index 440a74419c4..21a1f778e62 100644
      --- a/htdocs/langs/lv_LV/users.lang
      +++ b/htdocs/langs/lv_LV/users.lang
      @@ -35,7 +35,7 @@ SuperAdministrator=Super administrators
       SuperAdministratorDesc=Galvenais administrators
       AdministratorDesc=Administrators
       DefaultRights=Noklusējuma atļaujas
      -DefaultRightsDesc=Definēt šeit <u>noklusējuma</u> atļaujas, kas automātiski tiek piešķirtas uz <u>Jaunizveidotās</u> lietotājs (Doties uz lietotāja kartes, lai mainītu atļaujas esošās lietotājs).
      +DefaultRightsDesc=Definējiet šeit <u> noklusējuma </u> atļaujas, kuras automātiski piešķir jaunam </ u> lietotājam (dodieties uz lietotāja karti, lai mainītu esoša lietotāja atļauju).
       DolibarrUsers=Dolibarr lietotājiem
       LastName=Uzvārds
       FirstName=Vārds
      @@ -66,7 +66,7 @@ CreateDolibarrThirdParty=Izveidot trešo pusi
       LoginAccountDisableInDolibarr=Konts bloķēts Dolibarr.
       UsePersonalValue=Izmantot personisko vērtību
       InternalUser=Iekšējais lietotājs
      -ExportDataset_user_1=Dolibarr lietotāji un īpašības
      +ExportDataset_user_1=Lietotāji un to īpašības
       DomainUser=Domēna lietotājs %s
       Reactivate=Aktivizēt
       CreateInternalUserDesc=Šī veidlapa ļauj izveidot uzņēmuma / organizācijas iekšējo lietotāju. Lai izveidotu ārēju lietotāju (klientu, piegādātāju, ...), izmantojiet pogu "Izveidot Dolibarr lietotāju" no trešās personas kontakta kartītes.
      @@ -83,7 +83,7 @@ UserDisabled=Lietotājs %s bloķēts
       UserEnabled=Lietotājs %s aktivizēts
       UserDeleted=Lietotājs %s noņemts
       NewGroupCreated=Grupa %s izveidota
      -GroupModified=Group %s modified
      +GroupModified=Grupa %s ir labota
       GroupDeleted=Grupa %s noņemta
       ConfirmCreateContact=Vai Jūs tiešām vēlaties izveidot Dolibarr kontu šim kontaktam?
       ConfirmCreateLogin=Vai jūs tiešām vēlaties izveidot Dolibarr kontu šim lietotājam?
      @@ -92,8 +92,8 @@ LoginToCreate=Pieslēdzies, lai izveidotu
       NameToCreate=Nosaukums trešās puses, lai radītu
       YourRole=Jūsu lomas
       YourQuotaOfUsersIsReached=Jūsu aktīvo lietotāju limits ir sasniegts!
      -NbOfUsers=Lietotāju sk
      -NbOfPermissions=Nb atļauju
      +NbOfUsers=Lietotāju skaits
      +NbOfPermissions=Atļauju skaits
       DontDowngradeSuperAdmin=Tikai superadmins var pazemināt superadminu
       HierarchicalResponsible=Uzraugs
       HierarchicView=Hierarhiska view
      @@ -108,3 +108,4 @@ UserAccountancyCode=Lietotāja grāmatvedības kods
       UserLogoff=Lietotājs atslēdzies
       UserLogged=Lietotājs pieteicies
       DateEmployment=Darba uzsākšanas datums
      +DateEmploymentEnd=Nodarbinātības beigu datums
      diff --git a/htdocs/langs/lv_LV/website.lang b/htdocs/langs/lv_LV/website.lang
      index 02ba0404abf..2daf26d8027 100644
      --- a/htdocs/langs/lv_LV/website.lang
      +++ b/htdocs/langs/lv_LV/website.lang
      @@ -1,8 +1,8 @@
       # Dolibarr language file - Source file is en_US - website
       Shortname=Kods
      -WebsiteSetupDesc=Create here as much entry as number of different websites you need. Then go into menu Websites to edit them.
      +WebsiteSetupDesc=Izveidojiet šeit vietnes, kuras vēlaties izmantot. Pēc tam dodieties uz izvēlņu vietnes, lai tās rediģētu.
       DeleteWebsite=Dzēst mājaslapu
      -ConfirmDeleteWebsite=Vai tiešām vēlaties dzēst šo tīmekļa vietni. Visas tās lapas un saturs tiks dzēstas.
      +ConfirmDeleteWebsite=Vai tiešām vēlaties dzēst šo vietni? Visas tās lapas un saturs tiks noņemtas.
       WEBSITE_TYPE_CONTAINER=Lapas / konteinera veids
       WEBSITE_PAGE_EXAMPLE=Tīmekļa lapa, ko izmantot kā piemēru
       WEBSITE_PAGENAME=Lapas nosaukums / pseidonīms
      @@ -18,17 +18,19 @@ HtmlHeaderPage=HTML virsraksts (tikai šai lapai)
       PageNameAliasHelp=Lapas nosaukums vai pseidonīms. <br> Šis aizstājvārds tiek izmantots arī, lai izveidotu SEO vietrādi, ja vietne tiek izmantota no Web servera virtuālās saimniekdatora (piemēram, Apacke, Nginx, ...). Izmantojiet pogu "<strong> %s </strong>, lai rediģētu šo aizstājvārdu.
       EditTheWebSiteForACommonHeader=Piezīme: ja vēlaties norādīt personalizētu galveni visām lapām, rediģējiet virsrakstu vietnes līmenī, nevis lapā / konteinerā.
       MediaFiles=Mediju bibliotēka
      -EditCss=Rediģēt stilu / CSS vai HTML virsrakstu
      +EditCss=Rediģēt vietnes rekvizīt
       EditMenu=Labot izvēlni
       EditMedias=Rediģēt medijus
      -EditPageMeta=Rediģēt meta
      +EditPageMeta=Rediģējiet lapas / konteinera īpašības
      +EditInLine=Rediģēt inline
       AddWebsite=Pievienot vietni
       Webpage=Web lapa / konteiners
       AddPage=Pievienot lapu / konteineru
       HomePage=Mājas lapa
       PageContainer=Lapa / konteiners
      -PreviewOfSiteNotYetAvailable=Jūsu tīmekļa vietnes priekšskatījums <strong> %s</strong>vēl nav pieejams. Vispirms jāpievieno lapa.
      +PreviewOfSiteNotYetAvailable=Jūsu vietnes <strong> %s </ strong> priekšskatījums vēl nav pieejams. Vispirms jums ir jāievieto <strong> Importēt pilnu vietnes veidni </ strong> vai vienkārši <strong> Pievienot lapu / konteineru </ strong> ".
       RequestedPageHasNoContentYet=Pieprasītā lapa ar id %s vēl nav ievietota, vai kešatmiņas fails .tpl.php tika noņemts. Rediģējiet lapas saturu, lai to atrisinātu.
      +SiteDeleted=Tīmekļa vietne '%s' dzēsta
       PageContent=Lapa / Konteiners
       PageDeleted=Lapa / Saturs %s "%s" ir izdzēsts
       PageAdded=Lapa / Konteiners '%s' ir pievienota
      @@ -37,18 +39,19 @@ ViewPageInNewTab=Skatīt lapu jaunā cilnē
       SetAsHomePage=Iestatīt kā mājas lapu
       RealURL=Reāls URL
       ViewWebsiteInProduction=Apskatīt vietni, izmantojot mājas URL
      -SetHereVirtualHost=Ja varat savā tīmekļa serverī (Apache, Nginx, ...) izveidot īpašu virtuālo saimniekdatoru ar iespējotu PHP un Saknes direktoriju vietnē <strong> %s </ strong> <br>, tad ievadiet šeit virtuālo jūsu izveidotā saimniekdatora nosaukumu, tāpēc priekšskatījumu var veikt arī, izmantojot šo īpašo tīmekļa servera piekļuvi, nevis tikai Dolibarr servera izmantošanu.
      -YouCanAlsoTestWithPHPS=Izstrādājot vidi, jūs varat izvēlēties testēt vietni ar PHP iegulto tīmekļa serveri (nepieciešams PHP 5.5), palaižot <strong> php -S 0.0.0.0:8080 -t %s </ strong>
      -CheckVirtualHostPerms=Pārbaudiet arī to, vai virtuālajam uzņēmējam ir atļauja <strong> %s </ strong> failiem vietnē <strong> %s </ strong>
      +SetHereVirtualHost=<u> Izmantojiet ar Apache / NGinx /...</ u> <br> Ja jūs savā tīmekļa serverī (Apache, Nginx, ...) izveidojat speciālu virtuālo serveri ar iespējotu PHP un saknes direktoriju <br> <strong> %s </ strong> <br> pēc tam ievadiet šeit izveidoto virtuālo saimniekdatora nosaukumu, tāpēc priekšskatījumu var veikt arī, izmantojot šo īpašo tīmekļa servera piekļuvi, nevis tikai Dolibarr servera lietošanu.
      +YouCanAlsoTestWithPHPS=<u> Izmantojiet ar PHP serveri. </u> <br> Izstrādājot vidi, jūs varat izvēlēties testēt vietni ar PHP tīmekļa serveri (nepieciešams PHP 5.5), palaižot <br><strong> php -S 0.0. 0.0 8080-t %s</strong>
      +CheckVirtualHostPerms=Pārbaudiet arī to, vai virtuālajam serverim ir atļauja <strong>%s</strong> failiem vietnē <br><strong>%s</strong>
       ReadPerm=Lasīt
       WritePerm=Rakstīt
       PreviewSiteServedByWebServer=<u>Preview %s in a new tab.</u><br><br>The %s will be served by an external web server (like Apache, Nginx, IIS). You must install and setup this server before to point to directory:<br><strong>%s</strong><br>URL served by external server:<br><strong>%s</strong>
       PreviewSiteServedByDolibarr=<u> Priekšskatīt %s jaunā cilnē. </ u> <br> <br> Dolibarr serveris izsniegs %s, tāpēc tam nevajadzēs instalēt papildu tīmekļa serveri (piemēram, Apache, Nginx, IIS). < br> Nelabvēlīgi ir tas, ka lapu URL nav lietotājam draudzīgs un sākas ar jūsu Dolibarr ceļu. <br> URL, ko izsniedz Dolibarr: <br> <strong> %s </ strong> <br> <br> Lai izmantotu savu ārējais tīmekļa serveris, kas kalpo šai vietnei, izveido virtuālo saimniekdatoru savā tīmekļa serverī, kas norādīts direktorijā <br> <strong> %s </ strong> <br>, pēc tam ievadiet šī virtuālā servera nosaukumu un noklikšķiniet uz citas priekšskatījuma pogas .
       VirtualHostUrlNotDefined=Virtuālā resursdatora adrese, kuru apkalpo ārējs tīmekļa serveris, nav definēts
       NoPageYet=Vēl nav nevienas lapas
      +YouCanCreatePageOrImportTemplate=Jūs varat izveidot jaunu lapu vai importēt pilnu vietnes veidni
       SyntaxHelp=Palīdzība par konkrētiem sintakses padomiem
       YouCanEditHtmlSourceckeditor=Jūs varat rediģēt HTML avota kodu, izmantojot redaktorā pogu "Avots".
      -YouCanEditHtmlSource=<br> <span class = "fa fa-bug"> </ span> Jūs varat iekļaut PHP kodu šajā avotā, izmantojot tagus <strong> &lt;? php? &gt; </ strong>. Pieejami šādi globālie mainīgie: $ conf, $ langs, $ db, $ mysoc, $ user, $ website. <br> <br> <span class = "fa fa-bug"> </ span> Jūs varat arī iekļaut cita lapas / konteinera saturs ar šādu sintaksi: <br> <strong> &lt;? php includeContainer ('alias_of_container_to_include'); ? &gt; </ strong> <br> <br> <span class = "fa fa-bug"> </ span> Jūs varat veikt novirzīšanu uz citu lapu / konteineru ar šādu sintaksi: <br> <strong> &lt;? php redirectToContainer ('alias_ofcontainer_to_redirect_to'); ? &gt; </ strong> <br> <br> <span class = "fa fa-download"> </ span> Lai iekļautu <strong> saiti, lai lejupielādētu </ strong> failu, kas saglabāts <strong> dokumentos < / strong> direktorijā izmantojiet iesaiņojuma <strong> document.php </ strong> mapi: <br> Piemērs failam dokumentos / ecm (jāreģistrē) sintakse ir: <br> <strong> &lt;a href = "/document.php?modulepart=ecm&file=[relative_dir/]filename.ext" &gt; </ strong> <br> Ja failā ir dokumenti / mediji (atvērtā direktorijā publiskai piekļuvei), sintakse ir: <br> <strong> &lt;a href = "/ document.php? modulepart = media_file =" [relative_dir /] filename.ext "&gt; </ strong> <br> par failu, kas koplietots ar koplietošanas saiti (atvērtā piekļuve, izmantojot faila koplietošanas hash atslēgu), sintakse ir: <br> <strong> &lt;a href = "/ document.php? hashp = publicsharekeyoffile" &gt; </ strong> <br> <br> <span class = "fa fa-picture-o"> </ span> Lai ietver <strong> attēlu </ strong>, kas tiek glabāts direktorijā <strong> documents </ strong>, izmantojiet apvalku <strong> viewimage.php </ strong>: <br> piemēram, attēlam uz dokumentiem / medijiem (atvērtā piekļuve) sintakse ir: <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> Jūs varat iekļaut PHP kodu šajā avotā, izmantojot tagus <strong> &lt;? php? &gt; </ strong>. Pieejami šādi globālie mainīgie: $ conf, $ db, $ mysoc, $ user, $ website, $ websitepage, $ weblangs. <br> <br> <span class = "fa fa-bug"> </ span> Jūs var iekļaut arī citu lapas / konteinera saturu ar šādu sintaksi: <br> <strong> &lt;? php includeContainer ('alias_of_container_to_include'); ? &gt; </ strong> <br> <br> <span class = "fa fa-bug"> </ span> Jūs varat veikt novirzīšanu uz citu lapu / konteineru ar šādu sintaksi (Piezīme: novirzīšana): <br> <strong> &lt;? php redirectToContainer ('alias_ofcontainer_to_redirect_to'); ? &gt; </ strong> <br> <br> <span class = "fa fa-link"> </ span> Lai pievienotu saiti uz citu lapu, izmantojiet sintaksi: <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> Lai iekļautu <strong> saiti, lai lejupielādētu </ strong> failu, kas saglabāts <strong> dokumentiem </ strong>, izmantojiet iesaiņojuma <strong> document.php </ strong> mapi: <br> Piemēram, failam dokumentos / ecm (jāreģistrē) sintakse ir: <br> <strong> &lt;a href = "/ document.php? modulepart = ecm & file = [relative_dir /] filename.ext" &gt; </ strong> <br> Ja failā ir dokumenti / mediji (atvērtā direktorijā publiskai piekļuvei), sintakse ir: <br> < strong> &lt;a href = "/ document.php? modulepart = media & file =" [relative_dir /] filename.ext "&gt; </ strong> <br> par failu, kas koplietots ar koplietošanas saiti (atvērtā piekļuve, izmantojot faila koplietošanas hash atslēgu) , sintakse ir: <br> <strong> &lt;a href = "/ document.php? hashp = publicsharekeyoffile" &gt; </ strong> <br> <br> <span clas s = "fa fa-picture-o"> </ span> Lai iekļautu <strong> attēlu </ strong>, kas saglabāts direktorijā <strong> documents </ strong>, izmantojiet <strong> viewimage.php </ strong > iesaiņojums: <br> Piemērs, lai attēls būtu pieejams dokumentos / plašsaziņas līdzekļos (atvērtā direktorijā publiskai piekļuvei), sintakse ir: <br> <strong> &lt;img src = "/ viewimage.php? modulepart = medias&amp;file = [relative_dir /] filename .ext "&gt; </ strong> <br>
       ClonePage=Klonēt lapu / konteineru
       CloneSite=Klonēt vietni
       SiteAdded=Pievienota vietne
      @@ -58,9 +61,10 @@ LanguageMustNotBeSameThanClonedPage=Jūs klons lapas kā tulkojumu. Jaunās lapa
       ParentPageId=Vecāku lapas ID
       WebsiteId=Vietnes ID
       CreateByFetchingExternalPage=Izveidojiet lapu / konteineru, ielādējot lapu no ārējā URL ...
      -OrEnterPageInfoManually=Vai arī izveidojiet tukšu lapu no sākuma ...
      +OrEnterPageInfoManually=Vai arī izveidojiet lapu no jauna vai no lapas veidnes ...
       FetchAndCreate=Ielādēt un izveidot
      -ExportSite=Eksporta vietne
      +ExportSite=Eksportēt vietni
      +ImportSite=Importēt vietnes veidni
       IDOfPage=Lapas ID
       Banner=Baneris
       BlogPost=Emuāra ziņa
      @@ -74,13 +78,18 @@ AnotherContainer=Vēl viens konteiners
       WEBSITE_USE_WEBSITE_ACCOUNTS=Iespējot tīmekļa vietnes kontu tabulu
       WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Iespējojiet tabulu, lai saglabātu tīmekļa vietnes kontus (login / pass) katram vietnei / trešās puses kontam
       YouMustDefineTheHomePage=Vispirms ir jādefinē noklusējuma sākumlapa
      -OnlyEditionOfSourceForGrabbedContentFuture=Piezīme. Tikai HTML avota izdevums būs iespējams, ja lapas saturs tiks sākts, satverot to no ārējās lapas (WYSIWYG redaktors nebūs pieejams).
      +OnlyEditionOfSourceForGrabbedContentFuture=Brīdinājums: tīmekļa lapas izveide, importējot ārēju tīmekļa lapu, ir rezervēta pieredzējušam lietotājam. Atkarībā no avota lapas sarežģītības, importēšanas rezultāts var atšķirties, kad tas tiek importēts no oriģināla. Arī tad, ja avota lapā tiek izmantots visbiežāk izmantotais CSS stils vai nesaderīgs javascript, tad, strādājot šajā lapā, tas var pārtraukt tīmekļa vietnes redaktora izskatu vai funkcijas. Šī metode ir ātrāks veids, kā izveidot lapu, bet tā tiek ieteikta, lai izveidotu savu jauno lapu no jauna vai no ieteiktās lapas veidnes. <br> Jāņem vērā arī tas, ka tikai HTML avota izdevums būs pieejams tikai tad, ja lapas saturs ir inicializēts, satverot tas no ārējās lapas ("Online" redaktors NĒ būs pieejams)
       OnlyEditionOfSourceForGrabbedContent=Tikai HTML avota izdevums ir pieejams, ja saturs tiek satverts no ārējas vietnes
       GrabImagesInto=Grab arī attēlus, kas atrodami CSS un lapā.
       ImagesShouldBeSavedInto=Attēli jāuzglabā mapē
       WebsiteRootOfImages=Mājaslapu attēlu sakņu direktorija
       SubdirOfPage=Apakškatalogs, kas veltīts lapai
      -AliasPageAlreadyExists=Aliases lapa <strong> %s </ strong> jau pastāv
      +AliasPageAlreadyExists=Aliases lapa <strong>%s</strong> jau pastāv
       CorporateHomePage=Korporatīvā mājas lapa
       EmptyPage=Tukša lapa
       ExternalURLMustStartWithHttp=Ārējam URL ir jāsākas ar http: // vai https: //
      +ZipOfWebsitePackageToImport=Zip faila vietnes pakotne
      +ShowSubcontainers=Rādīt iekļautos konteinerus
      +InternalURLOfPage=Lapas iekšējais URL
      +ThisPageIsTranslationOf=Šī lapa / konteiners ir tulkojums
      +ThisPageHasTranslationPages=Šajā lapā / konteinerā ir tulkojums
      diff --git a/htdocs/langs/mk_MK/admin.lang b/htdocs/langs/mk_MK/admin.lang
      index 26e1fdc3347..83a7073148c 100644
      --- a/htdocs/langs/mk_MK/admin.lang
      +++ b/htdocs/langs/mk_MK/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/mk_MK/companies.lang b/htdocs/langs/mk_MK/companies.lang
      index b3e1e7b6c86..e5de5614886 100644
      --- a/htdocs/langs/mk_MK/companies.lang
      +++ b/htdocs/langs/mk_MK/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/mk_MK/errors.lang b/htdocs/langs/mk_MK/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/mk_MK/errors.lang
      +++ b/htdocs/langs/mk_MK/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/mk_MK/interventions.lang b/htdocs/langs/mk_MK/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/mk_MK/interventions.lang
      +++ b/htdocs/langs/mk_MK/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/mk_MK/main.lang b/htdocs/langs/mk_MK/main.lang
      index f4e70a13aa4..9dda1818253 100644
      --- a/htdocs/langs/mk_MK/main.lang
      +++ b/htdocs/langs/mk_MK/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/mk_MK/other.lang b/htdocs/langs/mk_MK/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/mk_MK/other.lang
      +++ b/htdocs/langs/mk_MK/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/mk_MK/projects.lang b/htdocs/langs/mk_MK/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/mk_MK/projects.lang
      +++ b/htdocs/langs/mk_MK/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/mn_MN/admin.lang b/htdocs/langs/mn_MN/admin.lang
      index d7042e784dc..08508d4e6e8 100644
      --- a/htdocs/langs/mn_MN/admin.lang
      +++ b/htdocs/langs/mn_MN/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/mn_MN/companies.lang b/htdocs/langs/mn_MN/companies.lang
      index b3e1e7b6c86..e5de5614886 100644
      --- a/htdocs/langs/mn_MN/companies.lang
      +++ b/htdocs/langs/mn_MN/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/mn_MN/errors.lang b/htdocs/langs/mn_MN/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/mn_MN/errors.lang
      +++ b/htdocs/langs/mn_MN/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/mn_MN/interventions.lang b/htdocs/langs/mn_MN/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/mn_MN/interventions.lang
      +++ b/htdocs/langs/mn_MN/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/mn_MN/main.lang b/htdocs/langs/mn_MN/main.lang
      index ea2e4bee29c..50b93cb6048 100644
      --- a/htdocs/langs/mn_MN/main.lang
      +++ b/htdocs/langs/mn_MN/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/mn_MN/other.lang b/htdocs/langs/mn_MN/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/mn_MN/other.lang
      +++ b/htdocs/langs/mn_MN/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/mn_MN/projects.lang b/htdocs/langs/mn_MN/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/mn_MN/projects.lang
      +++ b/htdocs/langs/mn_MN/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/nb_NO/admin.lang b/htdocs/langs/nb_NO/admin.lang
      index ce81665069d..bf3a34128a9 100644
      --- a/htdocs/langs/nb_NO/admin.lang
      +++ b/htdocs/langs/nb_NO/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Utviklingsversjon
       VersionUnknown=Ukjent
       VersionRecommanded=Anbefalt
       FileCheck=Filintegritetssjekker
      -FileCheckDesc=Dette verktøyet lar deg sjekke integriteten av filer og oppsett av programmet ved å sammenligne hver fil med de offisielle. Verdien av noen konstanter kan også sjekkes. Du kan bruke dette verktøyet til å oppdage om noen filer ble endret av f.eks hackere
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Filintegriteter er strengt dannet med referansen.
      -FileIntegrityIsOkButFilesWereAdded=Fil-integritetssjekk ble godkjent, men noen nye filer ble lagt til.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Filintegritetssjekk mislyktes. Noen filer ble endret, fjernet eller lagt til.
       GlobalChecksum=Global sjekksum
       MakeIntegrityAnalysisFrom=Opprett integritetsanalyse av applikasjonsfiler fra
      @@ -30,14 +30,14 @@ SessionSaveHandler=Håndterer for å lagre sesjoner
       SessionSavePath=Sted for lagring av økt 
       PurgeSessions=Utrenskning av øktene
       ConfirmPurgeSessions=Vil du virkelig rense alle økter? Dette vil frakoble alle brukere (bortsett fra deg selv).
      -NoSessionListWithThisHandler=Øktlagrings-behandleren i PHP tillater ikke å vise alle kjørende økter.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lås nye tilkoblinger
      -ConfirmLockNewSessions=Er du sikker på at du vil begrense eventuelle nye Dolibarr tilkoblinger til deg selv?. Bare brukeren <b>%s</b> vil kunne koble til etter det.
      +ConfirmLockNewSessions=Er du sikker på at du vil begrense en ny Dolibarr-forbindelse til deg selv? Kun brukeren <b> %s </b> vil kunne koble til etter det.
       UnlockNewSessions=Fjern forbindelseslås
       YourSession=Din økt
      -Sessions=Brukerøkter
      +Sessions=Brukers økter
       WebUserGroup=Webserver bruker/gruppe
      -NoSessionFound=Din PHP synes å ikke tillate å liste aktive økter. Mappen brukt til å lagre økter <b>(%s)</b> kan være beskyttet (for eksempel etter OS tillatelser eller PHP direktiv open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Databasetegnsett for lagring av data
       DBSortingCharset=Databasetegnsett for sortering av data
       ClientCharset=Klien karaktersett
      @@ -50,7 +50,7 @@ ExternalUser=Ekstern bruker
       InternalUsers=Interne brukere
       ExternalUsers=Eksterne brukere
       GUISetup=Visning
      -SetupArea=Oppsettsområde
      +SetupArea=Oppsett
       UploadNewTemplate=Last opp ny mal(er)
       FormToTestFileUploadForm=Skjema for å teste opplasting (i henhold til oppsett)
       IfModuleEnabled=Merk: Ja er bare effektiv hvis modulen <b>%s</b> er aktivert
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Koden kan ikke inneholde verdien 0
       DisableJavascript=Deaktiver JavaScript og Ajax funksjoner (Anbefalt for tekstbaserte nettlesere og blinde)
       UseSearchToSelectCompanyTooltip=Hvis du har et stort antall tredjeparter (> 100 000), kan du øke hastigheten ved å sette konstant COMPANY_DONOTSEARCH_ANYWHERE til 1 i Oppsett-> Annet. Søket vil da være begrenset til starten av strengen.
       UseSearchToSelectContactTooltip=Hvis du har et stort antall tredjeparter (> 100 000), kan du øke hastigheten ved å sette konstant CONTACT_DONOTSEARCH_ANYWHERE til 1 i Oppsett-> Annet. Søket vil da være begrenset til starten av strengen.
      -DelaiedFullListToSelectCompany=Vent med å trykke på en tast før innholdet av tredjepart-kombinasjonslisten er lastet (Dette kan øke ytelsen hvis du har mange tredjeparter)
      -DelaiedFullListToSelectContact=Vent med å trykke på en tast før innholdet av kontakt-kombinasjonslisten er lastet (Dette kan øke ytelsen hvis du har mange kontakter)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Antall tegn for å starte søk: %s
       NotAvailableWhenAjaxDisabled=Ikke tilgjengelig når Ajax er slått av
       AllowToSelectProjectFromOtherCompany=På elementer av en tredjepart, kan du velge et prosjekt knyttet til en annen tredjepart
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Forhåndsvisning ikke tilgjengelig
       ThemeCurrentlyActive=Gjeldende tema
       CurrentTimeZone=Tidssone for PHP (server)
       MySQLTimeZone=Tidssone MySql (database)
      -TZHasNoEffect=Datoer lagres og returneres av databaseserver som innsendt streng. Tidssonen har kun effekt ved bruk av UNIX_TIMESTAMP funksjon (som ikke bør brukes av Dolibarr, slik database TZ ikke skal ha noen effekt, selv om den ble endret etter at data ble lagt inn).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Mellomrom
       Table=Tabell
       Fields=Felt
      @@ -111,14 +111,14 @@ NotConfigured=Modul/applikasjon ikke konfigurert
       Active=Aktiv
       SetupShort=Oppsett
       OtherOptions=Andre innstillinger
      -OtherSetup=Andre innstillinger
      +OtherSetup=Annet oppsett
       CurrentValueSeparatorDecimal=Desimaltegn
       CurrentValueSeparatorThousand=Tusenskille
       Destination=Mål
       IdModule=Modul ID
       IdPermissions=Rettigheter ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Språkparametere for Dolibarr
      +LocalisationDolibarrParameters=Lokaliseringsparametere
       ClientTZ=Tidssone (bruker)
       ClientHour=Klienttid (bruker)
       OSTZ=Server OS Tidssone
      @@ -126,8 +126,8 @@ PHPTZ=Tidssone PHP-server
       DaylingSavingTime=Sommertid
       CurrentHour=PHP tid (server)
       CurrentSessionTimeOut=Gjeldende økt-timeout
      -YouCanEditPHPTZ=For å angi en annen PHP tidssone (ikke nødvendig), kan du prøve å legge til en fil .htaccess med en linje som denne "SetEnv TZ Europe/Oslo"
      -HoursOnThisPageAreOnServerTZ=Advarsel, i motsetning til andre skjermer, er timer på denne siden ikke i din lokale tidssone, men i tidssonen til serveren.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgeter
       MaxNbOfLinesForBoxes=Maks. antall linjer for widgeter
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorer feil ved postduplisering (INSERT IGNORE)
       AutoDetectLang=Auto-oppdag (nettleserspråk)
       FeatureDisabledInDemo=Funksjonen er slått av i demo
       FeatureAvailableOnlyOnStable=Egenskapen er kun tilgjengelig på offisielle, stabile versjoner
      -BoxesDesc=Widgeter er komponenter som viser litt informasjon som du kan legge til for å tilpasse enkelte sider. Du kan velge mellom å vise widgeten eller ikke ved å velge målside og klikke på 'Aktiver', eller ved å klikke på søppelkassen for å deaktivere den.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Bare elementer fra <a href="%s">aktiverte moduler</a> vises.
      -ModulesDesc=Dolibarr-moduler definerer hvilken applikasjon/funksjon som er aktivert i programvaren. Enkelte applikasjoner/moduler krever tillatelser du må gi til brukere, etter at du har aktivert dem. Klikk på knappen på/av for å aktivere en modul/applikasjon.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Du kan finne flere moduler for nedlasting på eksterne nettsteder.
      -ModulesDeployDesc=Hvis tillatelser for filsystemet tillater det, kan du bruke dette verktøyet til å distribuere en ekstern modul. Modulen vil da være synlig under fanen <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Finn eksterne apper/moduler
       ModulesDevelopYourModule=Utvikle dine egen apper/moduler
      -ModulesDevelopDesc=Du kan utvikle eller finne en partner for å utvikle din personlige modul,
      -DOLISTOREdescriptionLong=I stedet for å slå på <a href="https://www.dolistore.com"> www.dolistore.com </a> nettstedet for å finne en ekstern modul, kan du bruke dette innebygde verktøyet til å utføre søkingen på eksternt marked for deg (kan være tregt, trenger Internett-tilgang) ...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Ny
       FreeModule=Gratis
       CompatibleUpTo=Kompatibel med versjon %s
      @@ -211,8 +211,8 @@ Nouveauté=Nyhet
       AchatTelechargement=Kjøp/Last ned
       GoModuleSetupArea=For å distribuere/installere en ny modul, gå til området for Moduloppsett på <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, den offisielle markedsplassen for eksterne moduler til Dolibarr ERP/CRM 
      -DoliPartnersDesc=Liste over selskaper som tilbyr spesialtilpassede moduler og funksjoner (Merk: Erfarne PHP-programmerere kan gi tilpasset utvikling for åpen kildekode)
      -WebSiteDesc=Referansesider for å finne flere moduler.
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Noen løsninger for å utvikle din egen modul...
       URL=Lenke
       BoxesAvailable=Tilgjengelige widgeter
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Lagrer passord i krypert form og ikke i klartekst (Aktiv
       MainDbPasswordFileConfEncrypted=Databasepassord kryptert i conf.php (Aktivering anbefales)
       InstrucToEncodePass=For å kryptere passordet i <b>conf.php</b> , bytt ut linjen <br><b>$dolibarr_main_db_pass="...";</b><br>med<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=For passord i klartekst(helst ikke) i <b>conf.php</b> , bytt ut linjen <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>med<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Beskytt genererte pdf-filer (anbefales ikke, fjerner mulighet for massegenerering av PDF'er)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Beskyttelse av et PDF-dokument gjør det tilgjengelig for å lese og skrive det ut med hvilken som helst PDF-leser. Det er imidlertid ikke mulig å redigere og kopiere. Legg merke til at bruk av denne funksjonen gjør det mulig å bygge en globalt sammensatt PDF-fil som ikke fungerer.
       Feature=Funksjon
       DolibarrLicense=Lisens
      @@ -246,8 +246,8 @@ ExternalResources=Eksterne ressurser
       SocialNetworks=Sosiale nettverk
       ForDocumentationSeeWiki=For bruker- eller utviklerdokumentasjon (Doc, FAQs ...), <br> ta en titt på Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=For andre spørsmål/hjelp, kan du bruke Dolibarr forumet: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Dette området kan hjelpe deg å få support-tjeneste med Dolibarr.
      -HelpCenterDesc2=Enkelte deler av denne tjenesten er <b>kun</b> tilgjengelig på <b>engelsk.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Gjeldende menyen behandler
       MeasuringUnit=Måleenhet
       LeftMargin=Venstremarg
      @@ -262,31 +262,35 @@ NoticePeriod=Oppsigelsestid
       NewByMonth=Ny etter måned
       Emails=Epost
       EMailsSetup=Oppsett av e-post
      -EMailsDesc=Denne siden lar deg overskrive PHP-parametrene for sending av e-post. I de fleste tilfeller på Unix/Linux OS er PHP-oppsettet ditt riktig og disse parameterne er ubrukelige.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=E-postsender-profiler
      -MAIN_MAIL_SMTP_PORT=SMTP-port (Standard i php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP-server (Standard i php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP-port (Settes ikke i PHP på Unix/Linux)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP-server (Settes ikke i PHP på Unix/Linux)
      -MAIN_MAIL_EMAIL_FROM=Avsender-e-post for automatiske e-poster (Som standard i php.ini: <b> %s</b>)
      -MAIN_MAIL_ERRORS_TO=Epost brukt til returnerte epostmeldinger (felt 'Feil-til' i e-postmeldinger sendt)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematisk en skjult karbon-kopi av alle sendte e-post til
      -MAIN_DISABLE_ALL_MAILS=Deaktiver alle e-postmeldinger (for testformål eller demoer)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send alle e-post til (i stedet for ekte mottakere, til testformål)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Legg til ansatte brukere med epost i tillatt mottaker-liste
      -MAIN_MAIL_SENDMODE=Metode for å sende e-post
      -MAIN_MAIL_SMTPS_ID=SMTP-ID hvis godkjenning kreves
      -MAIN_MAIL_SMTPS_PW=SMTP-passord hvis godkjenning kreves
      -MAIN_MAIL_EMAIL_TLS= Bruk TLS (SSL) kryptering
      -MAIN_MAIL_EMAIL_STARTTLS= Bruk TLS (STARTTL) kryptering
      -MAIN_DISABLE_ALL_SMS=Deaktiver alle SMS sendings (for testformål eller demoer)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metode for å sende SMS
      -MAIN_MAIL_SMS_FROM=Standard avsender telefonnummer for sending av SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Standard sender e-post som for manuelle sendinger (bruker e-post eller firmanavn)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Bruker-epost
       CompanyEmail=Firma-epost
       FeatureNotAvailableOnLinux=Funksjonen er ikke tilgjengelig på Unix/Linux. Test sendmail lokalt.
      -SubmitTranslation=Hvis oversettelsen for dette språket ikke er fullstendig eller du finner feil, kan du rette opp dette ved å redigere filene i katalogen <b>langs/%s</b> og sende endrede filer til www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Hvis oversettelse for dette språket ikke er fullstendig eller du finner feil, kan du korrigere dette ved å redigere filer i katalogen <b>langs/%s</b> og sende endrede filer på dolibarr.org/forum eller for utviklere på github.com/Dolibarr/dolibarr.
       ModuleSetup=Modulinnstillinger
       ModulesSetup=Moduler/Applikasjonsoppsett
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Ikke bruk i produksjon
       ThisIsProcessToFollow=Disse skrittene må gjennomføres:
       ThisIsAlternativeProcessToFollow=Dette er et alternativt oppsett for manuell behandling:
       StepNb=Trinn %s
      -FindPackageFromWebSite=Finn en pakke som inneholder funksjonen du vil bruke (for eksempel på nettsider %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Last ned pakke (for eksempel fra den offisielle websiden %s).
      -UnpackPackageInDolibarrRoot=Pakk ut filene til serverkatalogen til Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=For å distribuere/installere en ekstern modul, pakk ut filene i servermappen dedikert for moduler: <b>%s</b>
      -SetupIsReadyForUse=Moduldistribusjon er ferdig. Du må imidlertid aktivere og sette opp modulen i programmet ved å gå til siden: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Alternativ rotkatalog er ikke definert til en eksisterende katalog.<br>
       InfDirAlt=Fra versjon 3 er det mulig å definere en alternativ rotkatalog. Dette gjør det mulig å lagre plug-ins og egendefinerte maler.<br>Opprett en katalog i roten til Dolibarr (f.eks min katalog).<br>
       InfDirExample=<br> Deklarer det i filen <strong>conf.php</strong> <br> $ dolibarr_main_url_root_alt='/custom' <br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/tilpasset' <br> Hvis disse linjene er kommentert med "#", er det bare å fjerne tegnet "#" for å aktivere linjene.
      -YouCanSubmitFile=For dette trinnet kan du sende inn .zip-filen til modulpakken her:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Gjeldende versjon av Dolibarr 
       CallUpdatePage=Gå til siden som oppdaterer data og databasestruktur: %s.
       LastStableVersion=Siste stabile versjon
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Ta en titt på wikisiden for en fullstendig liste over alle de
       UseACacheDelay= Forsinkelse for cache eksport respons i sekunder (0 eller tom for ingen cache)
       DisableLinkToHelpCenter=Skjul linken <b>"Trenger du hjelp eller støtte"</b> på innloggingssiden
       DisableLinkToHelp=Skjul lenke til online hjelp "<b>%s</b>"
      -AddCRIfTooLong=Det er ingen automatisk linjeskift, så hvis linjene er for lange og når ut av siden på dokumenter, må du legge til vognreturer i tekstfeltet.
      -ConfirmPurge=Er du sikker på at du vil kjøre denne rensingen?<br> Det vil føre til at alle datafiler blir slettet, uten at du kan hente dem tilbake (ECM-filer, vedlegg...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum lengde
       LanguageFilesCachedIntoShmopSharedMemory=Filer .lang lastet i delt minne
       LanguageFile=Språkfil
      -ExamplesWithCurrentSetup=Eksempler med gjeldende oppsett
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Liste over OpenDocument-mapper med maler
       ListOfDirectoriesForModelGenODT=Liste over kataloger som inneholder mal-filer med Opendocument format.<br><br>Sett inn hele banen til kataloger her.<br>Legg til et linjeskift mellom hver katalog.<br>For å legge til en katalog av GED modulen, legg til <b>DOL_DATA_ROOT/ECM/dittkatalognavn her</b>. <br><br>Filer i disse katalogene må slutte med <b>.odt</b> eller <b>.ods</b>.
      -NumberOfModelFilesFound=Antall ODT / ODS maler filer som finnes i disse mappene
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Eksempler på syntaks:<br>c:\\mydir<br>/Home/mydir<br>DOL_DATA_ROOT/ECM/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>For å lære hvordan du oppretter ODT dokumentmaler, og før du lagrer dem, les wiki-dokumentasjon:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Nøkkel til bruk Web Services (parameter "dolibarrkey" i
       TestSubmitForm=Utfylling testskjema
       ThisForceAlsoTheme=Når denne menyen er i bruk vil den velge tema uansett hva brukeren har valgt. Denne menyen er spesialisert for smarttelefoner, men fungerer ikke på alle smarttelefoner. Bruk en annen meny manager hvis du opplever problemer.
       ThemeDir=Skins-mappe
      -ConnectionTimeout=Tidsavbrudd for tilkobling
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Respons tidsavbrudd
       SmsTestMessage=Test melding fra __ PHONEFROM__ til __ PHONETO__
       ModuleMustBeEnabledFirst=Modulen <b>%s</b> må aktiveres før du kan bruke denne egenskapen.
       SecurityToken=Nøkkel til sikre nettadresser
      -NoSmsEngine=Ingen SMS avsender tilgjengelig. SMS håndterer er ikke installert med standardinstallasjon (fordi de er avhengig av en ekstern leverandør), men du kan finne noen på %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Du kan angi globale alternativer relatert til PDF-generering
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regler for å lage adressebokser
       HideAnyVATInformationOnPDF=Skjul all informasjon relatert til Salgsskatt/MVA på generert PDF
       PDFRulesForSalesTax=Regler for salgsskatt/mva
       PDFLocaltax=Regler for %s
      -HideLocalTaxOnPDF=Skjul %s rente i pdf kolonne 
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Skjul varebeskrivelse på generert PDF
       HideRefOnPDF=Skjul varereferanse på generert PDF
       HideDetailsOnPDF=Skjul linjer med varedetaljer på genererte PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametre for å sikre nettadresser
       SecurityTokenIsUnique=Bruk en unik securekey parameter for hver webadresse
       EnterRefToBuildUrl=Oppgi referanse for objekt %s
       GetSecuredUrl=Få beregnet URL
      -ButtonHideUnauthorized=Skjul knapper for brukere uten administratorrettigheter i stedet for å vise dem som grå
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Gammel MVA-sats
       NewVATRates=Ny MVA-sats
       PriceBaseTypeToChange=Endre på prisene med base referanseverdi definert på
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Velg liste
       ExtrafieldSelectList = Velg fra tabell
       ExtrafieldSeparator=Separator (ikke et felt)
       ExtrafieldPassword=Passord
      -ExtrafieldRadio=Radioknapper (kun på valg)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Sjekkbokser
       ExtrafieldCheckBoxFromList=Avkrysningsbokser fra tabell
       ExtrafieldLink=Lenke til et objekt
       ComputedFormula=Beregnet felt
       ComputedFormulaDesc=Her kan du skrive inn en formel ved hjelp av andre objektegenskaper eller PHP-koding for å få en dynamisk beregningnet verdi. Du kan bruke PHP-kompatible formler, inkludert "?" operator og følgende globale objekt: <strong> $db, $conf, $langs, $mysoc, $user, $objekt </strong>. <br><br><Strong> ADVARSEL </strong>: Kanskje bare noen egenskaper på $objekt er tilgjengelig. Hvis du trenger egenskaper som ikke er lastet, kan du bare hente objektet i formelen din som i det andre eksempelet. <br> Ved å bruke et beregnet felt betyr det at du ikke selv kan angi noen verdi fra grensesnittet. Også, hvis det er en syntaksfeil, kan det hende formelen ikke returnerer noe. <br> <br> Eksempel på formel: <br> $objekt->id<10? round ($object->id / 2, 2) : ($object-> id + 2 *$user->id) * (int) substr($mysoc->zip, 1, 2) <br> <br> Eksempel på å ny innlasting av objekt <br> (($reloadedobj = new Societe ($db)) && ($reloadedobj->fetch($obj-> id? $ obj-> id: ($obj-> rowid? $obj-> rowid: $object-> id))> 0))? $reloadedobj-> array_options ['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1' <br> <br> Annet eksempel på formel for å tvinge lasting av objekt og dets overordnede objekt: <br> (($reloadedobj = Ny oppgave ($db)) && ($reloadedobj->fetch($objekt->id)> 0) && ($secondloadedobj = nytt prosjekt ($db)) && ($secondloadedobj->fetch($reloadedobj-> fk_project )> 0))? $secondloadedobj-> ref: 'Foreldreprosjekt ikke funnet'
      -ExtrafieldParamHelpPassword=Hold dette feltet tomt betyr at verdien vil bli lagret uten kryptering (feltet må bare skjules med stjerne på skjermen). <br> Her angir du verdien 'auto' for å bruke standard krypteringsregel for å lagre passordet i databasen (da vil lest verdi kun være hash-innholdet og ingen måte å lese den opprinnelige verdien)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')<br><br>for eksempel:<br>1,verdi1<br>2,verdi2<br>kode3,verdi3<br>...<br><br>For å få listen avhengig av en annen komplementær attributtliste:<br>1,verdi1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>: parent_key<br><br>For å få listen avhengig av en annen liste:<br>1,verdi1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code </i>: parent_key
       ExtrafieldParamHelpcheckbox=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')<br><br>for eksempel:<br>1,verdi1 <br>2,verdi2<br>3,verdi3<br> ...
       ExtrafieldParamHelpradio=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')<br><br>for eksempel:<br>1,verdi1 <br>2,verdi2<br>3,verdi3<br> ...
      @@ -432,39 +436,39 @@ DefaultLink=Standard kobling
       SetAsDefault=Sett som standard
       ValueOverwrittenByUserSetup=Advarsel, denne verdien kan bli overskrevet av brukerspesifikke oppsett (hver bruker kan sette sitt eget clicktodial url)
       ExternalModule=Ekstern modul - Installert i katalog %s
      -BarcodeInitForThirdparties=Masseinitiering av strekkoder for tredjeparter
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Masseinitiering eller sletting av strekkoder for varer og tjenester
       CurrentlyNWithoutBarCode=For øyeblikket har du <strong>%s</strong> poster på <strong>%s</strong> %s uten strekkode.
       InitEmptyBarCode=Startverdi for neste %s tomme post
       EraseAllCurrentBarCode=Slett alle gjeldende strekkode-verdier
       ConfirmEraseAllCurrentBarCode=Er du sikker på at du vil slette alle nåværende strekkodeverdier?
       AllBarcodeReset=Alle strekkode-verdier er blitt slettet
      -NoBarcodeNumberingTemplateDefined=Ingen mal for strekkodenummerering er aktivert strekkodemodulen
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Aktiver fil-cache
       ShowDetailsInPDFPageFoot=Legg til flere detaljer i bunnteksten av PDF-filer, som din firmaadresse eller leder (for å komplettere profesjonelle IDer, selskapskapital og MVA-nummer).
       NoDetails=Ingen flere detaljer i bunntekst
       DisplayCompanyInfo=Vis firmaadresse
       DisplayCompanyManagers=Vis ledernavn
       DisplayCompanyInfoAndManagers=Vis firmaadresser og ledernavn
      -EnableAndSetupModuleCron=Hvis du ønsker at gjentakende fakturaer skal genereres automatisk, må modulen *%s* være aktivert og riktig konfigurert. Ellers må generering av fakturaer gjøres manuelt fra denne malen med knapp *Lag*. Merk at selv om du har aktivert automatisk generering, kan du likevel trygt starte manuell generasjon. Generering av duplikater for samme periode er ikke mulig.
      -ModuleCompanyCodeCustomerAquarium=%s etterfulgt av tredjeparts kundekode for en kunderegnskapskode
      -ModuleCompanyCodeSupplierAquarium=%s etterfulgt av tredjepart leverandørkode for en leverandør-regnskapskode
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Returner en tom regnskapskode.
       ModuleCompanyCodeDigitaria=Regnskapskode avhenger av tredjepartskode. Koden består av tegnet "C" i den første stillingen etterfulgt av de første 5 tegnene til tredjepartskoden.
       Use3StepsApproval=Som standard må innkjøpsordrer opprettes og godkjennes av 2 forskjellige brukere (ett trinn/bruker for å opprette og ett trinn/bruker for å godkjenne. Merk at hvis brukeren har både tillatelse til å opprette og godkjenne, vil ett trinn/ bruker vil være nok). Du kan bruke dette alternativet for å innføre et tredje trinn/bruker godkjenning, hvis beløpet er høyere enn en spesifisert verdi (så vil 3 trinn være nødvendig: 1=validering, 2=første godkjenning og 3=andre godkjenning dersom beløpet er høyt nok). <br> Sett denne tom en godkjenning (2 trinn) er nok, sett den til en svært lav verdi (0,1) hvis det alltid kreves en andre godkjenning (3 trinn).
       UseDoubleApproval=Bruk 3-trinns godkjennelse når beløpet (eks. MVA) er høyere enn...
      -WarningPHPMail=ADVARSEL: Det er ofte bedre å sette utgående eposter til å bruke epostserveren til leverandøren din i stedet for standardoppsettet. Noen epostleverandører (som Yahoo) tillater ikke at du sender en epost fra en annen server enn deres egen server. Ditt nåværende oppsett bruker serveren i programmet til å sende epost og ikke serveren til epostleverandøren din, så noen mottakere (den som er kompatibel med den restriktive DMARC-protokollen), vil spørre epostleverandøren din om de kan godta eposten din og noen epostleverandører (som Yahoo) kan svare "nei" fordi serveren ikke er en deres servere, så få av dine sendte e-poster kan ikke aksepteres (vær også oppmerksom på epostleverandørens sendekvote). <br> Hvis din epostleverandør (som Yahoo) har denne begrensningen, må du endre epostoppsett til å velge den andre metoden "SMTP-server" og angi SMTP-serveren og legitimasjonene som tilbys av epostleverandøren din (spør epostleverandøren din for å få SMTP-legitimasjon for kontoen din).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=Hvis din epost-SMTP-leverandør må begrense epostklienten til noen IP-adresser (svært sjelden), er dette IP-adressen til epost-brukeragenten (MUA) for ERP CRM-programmet: <strong> %s </strong>.
       ClickToShowDescription=Klikk for å vise beskrivelse
      -DependsOn=Denne modulen trenger modulen(ene)
      +DependsOn=This module needs the module(s)
       RequiredBy=Denne modulen er påkrevd av modul(ene)
      -TheKeyIsTheNameOfHtmlField=Dette er navnet på HTML-feltet. Dette må ha tekniske egenskaper for å lese innholdet på HTML-siden for å få nøkkelnavnet til et felt.
      -PageUrlForDefaultValues=Du må skrive inn den relative nettadressen til siden. Hvis du inkluderer parametere i URL, vil standardverdiene være effektive hvis alle parametere er satt til samme verdi. Eksempler:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br> For skjema for å lage en ny tredjepart, er det <strong> %s</strong>, <br> Hvis du bare vil ha standardverdi hvis url har noen parameter, kan du bruke <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br> For side som viser tredjeparter, er det <strong>%s</strong>,<br>Hvis du bare vil ha standardverdi hvis url har noen parametre, kan du bruke<strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Aktiver bruk av personlige standardverdier
      -EnableOverwriteTranslation=Aktiver bruk av overskrivende oversettelse
      -GoIntoTranslationMenuToChangeThis=En oversettelse har blitt funnet for nøkkelen med denne koden, så for å endre denne verdien må du redigere den fra Home-Setup-Oversettelse.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Advarsel, å angi en standard sorteringsrekkefølge kan føre til en teknisk feil når du går på listesiden dersom feltet er et ukjent felt. Hvis du opplever en slik feil, kan du komme tilbake til denne siden for å fjerne standard sorteringsrekkefølge og gjenopprette standardoppførsel.
       Field=Felt
       ProductDocumentTemplates=Dokumentmaler for å generere produktdokument
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agendapåminnelser via e-post
       davDescription=Legg til en komponent for å være en DAV-server
       DAVSetup=Oppsett av DAV-modulen
       DAV_ALLOW_PUBLIC_DIR=Aktiver den offentlige katalogen (WebDav-katalog uten innlogging kreves)
      -DAV_ALLOW_PUBLIC_DIRTooltip=WebDavs offentlige katalog er en WebDAV-katalog som alle kan få tilgang til (i lese- og skrivemodus), uten å måtte ha/bruke en eksisterende påloggings-/passordkonto.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Brukere & grupper
      +Module0Name=Brukere og grupper
       Module0Desc=Håndtering av Brukere/Ansatte og Grupper
      -Module1Name=Tredjeparter
      +Module1Name=Third Parties
       Module1Desc=Behandling av bedrifter og kontaktpersoner
       Module2Name=Handel
       Module2Desc=Behandling av handelsfunksjoner
       Module10Name=Regnskap
      -Module10Desc=Enkle regnskapsrapporter (tidsskrifter, omsetning) basert på databaseinnhold. Bruker ikke en hovedbok.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Tilbud
       Module20Desc=Behandling av tilbud
       Module22Name=E-postutsendelser
      @@ -511,13 +517,13 @@ Module52Desc=Behandling av lagerbeholdning
       Module53Name=Tjenester
       Module53Desc=Behandling av tjenester
       Module54Name=Kontrakter/abonnement
      -Module54Desc=Administrasjon av  kontrakter (tjenester og abonnementer)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Strekkoder
       Module55Desc=Behandling av strekkoder
       Module56Name=Telefoni
       Module56Desc=Telefoniintegrasjon
       Module57Name=Direktedebet betalingsordre
      -Module57Desc=Håndtering av direktedebet betalingsordre. Inkluderer generering av SEPA-fil for europeiske land
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial integrasjon
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Reisekostnader og notater
       Module75Desc=Behandling av reisekostnader og notater
       Module80Name=Forsendelser
       Module80Desc=Behandlinger av forsendelser og leveringsordre
      -Module85Name=Banker og kontanter
      +Module85Name=Banks and Cash
       Module85Desc=Behandling av bank- og kassekonti
      -Module100Name=Ekstern side
      -Module100Desc=Ta med en ekstern nettside inn i Dolibarr menyen og se den inn i en ramme i Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman og SPIP
       Module105Desc=Mailman- eller SPIP-grensesnitt for medlemsmodulen
       Module200Name=LDAP
      -Module200Desc=LDAP mappesynkronisering
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integrasjon
       Module240Name=Dataeksport
      -Module240Desc=Verktøy for å eksportere Dolibarr-data (med assistent)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Dataimport
      -Module250Desc=Verktøy for å importere data til Dolibarr (med assistent)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Medlemmer
       Module310Desc=Behandling av organisasjonsmedlemmer
       Module320Name=RSS nyhetsstrøm
       Module320Desc=Legg til RSS nyhetsstrøm på Dolibarrsider
      -Module330Name=Bookmerker
      -Module330Desc=Bokmerkebehandling
      -Module400Name=Prosjekter/Muligheter
      -Module400Desc=Håndtering av prosjekter, muligheter og/eller oppgaver. Du kan også tildele et element (faktura, rekkefølge, forslag, intervensjon, ...) til et prosjekt og få en tverrgående visning fra prosjektvisningen.
      +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=Webkalender
       Module410Desc=Integrasjon med webkalender
       Module500Name=Skatter og spesialutgifter
       Module500Desc=Håndtering av andre utgifter (salgsskatt, sosiale eller skattemessige skatter, utbytte, ...)
       Module510Name=Betaling av lønn til ansatte
      -Module510Desc=Legg inn og følg betalingen av ansattes lønn
      +Module510Desc=Record and track employee payments
       Module520Name=Lån
       Module520Desc=Administrering av lån
       Module600Name=Varsler om forretningshendelser
      -Module600Desc=Send e-postvarsler (utløst av enkelte forretningshendelser) til brukere (definert for hver bruker), til tredjeparts kontakter (definert for hver tredjepart) eller til faste e-poster
      -Module600Long=Merk at denne modulen er dedikert til å sende sanntids e-post når en dedikert forretningshendelse oppstår. Hvis du leter etter en funksjon for å sende påminnelser via e-post til agendahendelsene dine, går du inn i oppsettet av modulen Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Varevarianter
      -Module610Desc=Tillater opprettelse av varevariant basert på attributter (farge, størrelse, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donasjoner
       Module700Desc=Behandling av donasjoner
       Module770Name=Utgiftsrapporter
      -Module770Desc=Håndtering av utgiftsrapporter (reise, diett, mm)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Leverandørtilbud
       Module1120Desc=Be om leverandørtilbud og priser
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Masse-epost dokumentgenerering
       Module1780Name=Merker/kategorier
       Module1780Desc=Opprett etikett/kategori (varer, kunder, leverandører, kontakter eller medlemmer)
       Module2000Name=WYSIWYG Editor
      -Module2000Desc=Tillater å endre tekstområder med en avansert editor (Basert på CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamiske priser
       Module2200Desc=Aktiver mulighet for matematiske utrykk for å beregne priser
       Module2300Name=Planlagte jobber
       Module2300Desc=Planlagt jobbadministrasjon (alias cron- eller chronotabell)
       Module2400Name=Hendelser/Agenda
      -Module2400Desc=Følg ferdige og kommende hendelser. La applikasjonen logge hendelser automatisk for sporing eller registrer hendelser eller møter manuelt. Dette er den viktigste viktige modulen for en god kunde- eller leverandørforholdsstyring.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Dokumenthåndteringssystem / Elektronisk innholdshåndtering. Automatisk organisering av dine genererte eller lagrede dokumenter. Del dem når du trenger det.
       Module2600Name=API/Web tjenseter(SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Aktiver Dolibarrs SOAP-server for å kunne bruke API-tjenester
       Module2610Name=API/Web tjenester (REST server)
       Module2610Desc=Aktiver Dolibarrs REST-server for å kunne bruke API-tjenester
       Module2660Name=Kall webtjenester (SOAP klient)
      -Module2660Desc=Aktiver Dolibarrs webtjenesteklient (Kan brukes til push data/forespørsler mot eksterne servere. Kun støtte for leverandørordre foreløpig)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Bruk elektronisk Gravatar-tjeneste (www.gravatar.com) for å vise bilde av brukere/medlemmer (funnet med e-post). Du trenger internett-tilgang
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP-klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind konverteringsegenskaper
       Module3100Name=Skype
       Module3100Desc=Legg til en Skype-knapp i brukere/tredjeparter/kontakter/medlemskort
       Module3200Name=Uforanderlige arkiver
      -Module3200Desc=Aktiver logg av enkelte forretningsarrangementer i en uforanderlig logg. Hendelser arkiveres i sanntid. Loggen er en tabell med kjedede hendelser som kan leses og eksporteres. Denne modulen kan være obligatorisk for enkelte land.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=HRM (håndtering av avdeling, arbeidskontrakter og personell)
       Module5000Name=Multi-selskap
      @@ -609,27 +615,31 @@ Module6000Desc=Arbeidsflytbehandling (automatisk opprettelse av objekt og/eller
       Module10000Name=Websider
       Module10000Desc=Opprett offentlige nettsteder med en WYSIWG-editor. Bare sett opp webserveren din (Apache, Nginx, ...) for å peke mot den dedikerte Dolibarr-katalogen for å få den online på Internett med ditt eget domenenavn.
       Module20000Name=Administrasjon av ferieforespørsler
      -Module20000Desc=Oppfølging av ansattes ferieforespørsler
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Varelotter
       Module39000Desc=Oppsett av lot eller serienummer, best før og siste forbruksdag på varer
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Modul for å tilby en online betalingsside som godtar betalinger med kreditt-/debetkort via PayBox. Dette kan brukes til å la kundene utføre gratis betalinger eller for betaling på et bestemt Dolibarr-objekt (faktura, bestilling, ...)
      +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=Kassaapparat
       Module50100Desc=Salgssted-modul (POS).
      +Module50150Name=Kassaapparat
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Modul for å tilby en online betalingsside som godtar betaling ved hjelp av PayPal (kredittkort eller PayPal-kreditt). Dette kan brukes til å la kundene utføre gratis betalinger eller for betaling på et bestemt Dolibarr-objekt (faktura, bestilling, ...)
      +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=Regnskap (avansert)
      -Module50400Desc=Regnskapsadministrasjon (dobbeltoppføringer, generell støtte og ekstra regnskapsbøker). Eksporter hovedboken til flere formater.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direkteutskrift (uten å åpne dokumentet)ved hjelp av CUPS IPP inteface (Skriveren må være synlig for serveren, og CUPS må være installert på serveren)
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Meningsmåling, undersøkelse eller avstemming
      -Module55000Desc=Modul for å lage meningsmåling, undersøkelse eller avstemming ( som Doodle, Studs, Rdvz, m.m)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marginer
       Module59000Desc=Modul for å administrere marginer
       Module60000Name=Provisjoner
       Module60000Desc=Modul for å administrere provisjoner
      -Module62000Name=Incoterm
      -Module62000Desc=Legg til egenskaper for å administrere Incoterm
      +Module62000Name=Incotermer
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ressurser
       Module63000Desc=Håndter ressurser (skrivere, biler, rom,..). Etterpå kan du legge dem til hendelser
       Permission11=Vis kundefakturaer
      @@ -651,9 +661,9 @@ Permission32=Opprett/endre varer
       Permission34=Slett varer
       Permission36=Se/administrer skjulte varer
       Permission38=Eksporter varer
      -Permission41=Les prosjekter og oppgaver (delt prosjekt og prosjekter jeg er kontakt for). Kan også skrive inn tidsforbruk for meg eller mitt hierarki, på tildelte oppgaver (Tidsskjema)
      -Permission42=Opprett/endre prosjekter (delte prosjekter og de jeg er kontakt for). Kan også opprette oppgaver og tildele prosjekter og oppgaver til brukere.
      -Permission44=Slett prosjekter (delte og mine egne)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Eksporter prosjekter
       Permission61=Vis intervensjoner
       Permission62=Opprett/endre intervensjoner
      @@ -686,7 +696,7 @@ Permission109=Slett forsendelser
       Permission111=Vis kontoutdrag
       Permission112=Opprett/endre/slett og sammenligne transaksjoner
       Permission113=Oppsett av finanskontoer (Opprett, håndter kategorier)
      -Permission114=Avstemming av transaksjoner
      +Permission114=Reconcile transactions
       Permission115=Eksportere transaksjoner og kontoutdrag
       Permission116=Overføringer mellom konti
       Permission117=Håndtere sjekkutsteding
      @@ -694,15 +704,15 @@ Permission121=Les tredjeparter lenket til bruker
       Permission122=Opprett/endre tredjeparter lenket til bruker
       Permission125=Slett tredjeparter lenket til bruker
       Permission126=Eksportere tredjeparter
      -Permission141=Les alle prosjekter og oppgaver (også prosjekter jeg ikke er kontakt for)
      -Permission142=Opprett/endre alle prosjekter og oppgaver (også prosjekter jeg ikke er kontakt for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Slett alle prosjekter og oppgaver (også prosjekter jeg ikke er kontakt for)
       Permission146=Les tilbydere
       Permission147=Les statistikk
       Permission151=Les direktedebet betalingsordre
       Permission152=Opprett/endre direktedebet betalingsordre
       Permission153=Send/overfør direktedebet betalingsordre
      -Permission154=Registrer kredit/avvisninger av direktedebet betalingsordre
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Les kontrakter/abonnementer
       Permission162=Opprett/endre kontrakter/abonnementer
       Permission163=Aktiver en tjeneste/abonnement i en kontrakt
      @@ -725,7 +735,7 @@ Permission187=Lukke leverandørordre
       Permission188=Avbryt leverandørordre
       Permission192=Lag linjer
       Permission193=Avbryt linjer
      -Permission194=Les båndbreddelinjene
      +Permission194=Read the bandwidth lines
       Permission202=Oppret  ADSL-tilkoblinger
       Permission203=Bestill tilkoblinger
       Permission204=Bestill tilkoblinger
      @@ -750,12 +760,12 @@ Permission244=Se innholdet i skjulte kategorier
       Permission251=Vis andre brukere og grupper
       PermissionAdvanced251=Vis andre brukere
       Permission252=Lage/endre andre brukere, grupper og deres rettigheter
      -Permission253=Endre andre brukeres passord
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Opprett/endre interne/eksterne brukere og tillatelser
       Permission254=Slette eller deaktivere andre brukere
       Permission255=Opprett/endre egen brukerinformasjon
       Permission256=Slett eller deaktiver andre brukere
      -Permission262=Utvid tilgangen til alle tredjeparter (ikke bare tredjeparter der brukeren er en salgsrepresentant).<br>Virker ikke på eksterne brukere (alltid begrenset til egne tilbud, ordre, fakturaer, kontrakter mm).<br>Virker ikke på prosjekter (kun regler for prosjekttillatelser, synlighet og tildeling gjelder).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Vis CA
       Permission272=Vis fakturaer
       Permission273=Opprett fakturaer
      @@ -765,7 +775,7 @@ Permission283=Slett kontaktpersoner
       Permission286=Eksportere kontakter
       Permission291=Vis tariffer
       Permission292=Angi tillatelser på tariffer
      -Permission293=Endre kundetariffer
      +Permission293=Modify customers tariffs
       Permission300=Les strekkoder
       Permission301=Opprett/endre strekkoder
       Permission302=Slett strekkoder
      @@ -787,11 +797,9 @@ Permission401=Vis rabatter
       Permission402=Opprett/endre rabatter
       Permission403=Valider rabatter
       Permission404=Slett rabatter
      -Permission501=Les arbeidskontrakter/lønn
      -Permission502=Opprett/endre arbeidskontrakter/lønn
      -Permission511=Les lønnsutbetalinger
      -Permission512=Opprett/endre betaling av lønn
      -Permission514=Slett lønn
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Eksporter lønn
       Permission520=Les lån
       Permission522=Opprett/endre lån
      @@ -844,8 +852,8 @@ Permission1251=Kjør masseimport av eksterne data til database (datalast)
       Permission1321=Eksportere kundefakturaer, attributter og betalinger
       Permission1322=Gjenåpne en betalt regning
       Permission1421=Eksport kundeordre og attributter
      -Permission20001=Les ferieforespørsler (dine ferier og underordnedes)
      -Permission20002=Opprett / modifiser dine ferieforespørsler (dine ferier og dine underordnedes)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Slett ferieforespørsler
       Permission20004=Les alle permisjonsforespørsler (selv om bruker ikke er underordnet)
       Permission20005=Opprett/endre permisjonsforespørsler for alle (selv om bruker ikke er underordnet)
      @@ -880,8 +888,8 @@ Permission63001=Les ressurser
       Permission63002=Opprett/endre ressurser
       Permission63003=Slett ressurser
       Permission63004=Koble ressurser til agendahendelser
      -DictionaryCompanyType=Type tredjeparter
      -DictionaryCompanyJuridicalType=Juridisk status for tredjeparter
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospektpotensiale
       DictionaryCanton=Stat/provins
       DictionaryRegion=Region
      @@ -894,7 +902,7 @@ DictionaryVAT=MVA satser
       DictionaryRevenueStamp=Beløp for skattestempel
       DictionaryPaymentConditions=Betalingsbetingelser
       DictionaryPaymentModes=Betalingsmåter
      -DictionaryTypeContact=Kontakt/adressetyper
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type nettsider/containere
       DictionaryEcotaxe=Miljøgebyr (WEEE)
       DictionaryPaperFormat=Papirformater
      @@ -908,47 +916,47 @@ DictionarySource=Tilbud/ordre-opprinnelse
       DictionaryAccountancyCategory=Personlige grupper for rapporter
       DictionaryAccountancysystem=Diagram-modeller for kontoer
       DictionaryAccountancyJournal=Regnskapsjournaler
      -DictionaryEMailTemplates=E-postmaler
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Enheter
       DictionaryProspectStatus=Prospektstatus
      -DictionaryHolidayTypes=Ferietyper
      -DictionaryOpportunityStatus=Mulighet-status for prosjekt
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Utgiftsrapport - Transportkategorier
       DictionaryExpenseTaxRange=Utgiftsrapport - Rangert etter transportkategori
       SetupSaved=Innstillinger lagret
       SetupNotSaved=Oppsettet er ikke lagret
       BackToModuleList=Tilbake til moduloversikt
      -BackToDictionaryList=Tilbake til ordliste
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type skattestempel
      -VATManagement=MVA-håndtering
      -VATIsUsedDesc=Som standard når du oppretter muligheter, fakturaer, bestillinger osv, følger MVA-satsen aktivt standard regel:<br> Dersom selgeren ikke utsettes for MVA, settes MVA til 0. Slutt på regelen <br> Hvis (selgerland = kjøperland), settes merverdiavgift som standard lik MVA for produktet i selgerandet. Slutt på regelen. <br> Hvis både selger og kjøper er i EU og varene er transportprodukter (bil, båt, fly), er standard MVA 0 (MVA skal betales til tollen i sitt land og ikke til selger). Slutt på regelen. <br> Hvis både selgeren og kjøperen er i EU og kjøper er ikke et selskap, settes MVA til MVA på produktet som selges. Slutt på regelen. <br> Hvis både selgeren og kjøperen er i EU og kjøper er et selskap, settes MVA til 0 som standard. Slutt på regelen. <br> I alle andre tilfeller er standard MVA=0. Slutt på regelen.
      -VATIsNotUsedDesc=Som standard er den foreslåtte MVA 0 som kan brukes for tilfeller som foreninger, enkeltpersoner og små selskaper.
      -VATIsUsedExampleFR=I Frankrike betyr det at bedrifter eller organisasjoner har et reelt finanssystem (forenklet reell eller normal reell). Et system hvor mva er deklarert.
      -VATIsNotUsedExampleFR=I Frankrike betyr det foreninger som ikke er mva-registrert, eller selskaper, organisasjoner eller liberale yrker som har valgt micro-entreprise skattesystemet (mva i franchise) og betalt en franchise-mva uten mva-angivelse. Dette valget vil vise referansen "Ikke aktuell for MVA - art-293B av CGI" på fakturaer.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Ikke bruk andre skatter
      -LocalTax1IsUsedDesc=Bruk en annen type skatt (annet enn MVA)
      -LocalTax1IsNotUsedDesc=Ikke bruk annen type skatt (annet enn MVA)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Andre type skatt
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Ikke bruk tredje skatt
      -LocalTax2IsUsedDesc=Bruk en tredje type skatt (annet enn MVA)
      -LocalTax2IsNotUsedDesc=Ikke bruk annen type skatt (annet enn MVA)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tredje type skatt
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Håndtering
      -LocalTax1IsUsedDescES= Standard RE-rate når du oppretter prospekter, fakturaer, ordre etc følger den aktive standardregelen: <br> Hvis kjøperen ikke utsettes for RE, er RE-standard = 0. Slutt på regelen. <br> Hvis kjøperen blir utsatt for RE, deretter RE som standard. Slutt på regelen. <br>
      -LocalTax1IsNotUsedDescES= Som standard er den foreslåtte RE er 0. Slutt på regelen.
      -LocalTax1IsUsedExampleES= I Spania er de profesjonelle underlagt noen spesifikke deler av den spanske IAE.
      -LocalTax1IsNotUsedExampleES= I Spania er de profesjonelle og samfunn, og på visse deler av den spanske IAE.
      -LocalTax2ManagementES= IRPF oppsett
      -LocalTax2IsUsedDescES= Standard RE-sats når du oppretter prospekter, fakturaer, ordre etc følger den aktive standardregelen: <br> Dersom selgeren ikke utsettes for IRPF, så er IRPF som standard = 0. Slutt på regelen. <br> Hvis selgeren er utsatt for IRPF, så er IRPF som standard. Slutt på regelen. <br>
      -LocalTax2IsNotUsedDescES= Som standard er den foreslåtte IRPF er 0. Slutt på regelen.
      -LocalTax2IsUsedExampleES= I Spania, for frilansere og selvstendige som leverer tjenester, og bedrifter som har valgt moduler for skattesystem.
      -LocalTax2IsNotUsedExampleES= I Spania er de bedrifter som ikke er ikke skattepliktige
      +LocalTax1ManagementES=RE Håndtering
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Som standard er den foreslåtte RE er 0. Slutt på regelen.
      +LocalTax1IsUsedExampleES=I Spania er de profesjonelle underlagt noen spesifikke deler av den spanske IAE.
      +LocalTax1IsNotUsedExampleES=I Spania er de profesjonelle og samfunn, og på visse deler av den spanske IAE.
      +LocalTax2ManagementES=IRPF oppsett
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Som standard er den foreslåtte IRPF er 0. Slutt på regelen.
      +LocalTax2IsUsedExampleES=I Spania, for frilansere og selvstendige som leverer tjenester, og bedrifter som har valgt moduler for skattesystem.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Rapport over lokale avgifter 
       CalcLocaltax1=Salg - Innkjøp
       CalcLocaltax1Desc=Lokale skatter-rapporter kalkuleres med forskjellen mellom kjøp og salg
      @@ -958,7 +966,8 @@ CalcLocaltax3=Salg
       CalcLocaltax3Desc=Lokale skatter-rapportene viser totalt salg
       LabelUsedByDefault=Etiketten som brukes som standard hvis ingen oversettelse kan bli funnet for kode
       LabelOnDocuments=Etiketten på dokumenter
      -NbOfDays=Antall dager
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Ved månedsslutt
       CurrentNext=Nåværende/Neste
       Offset=Forskyvning
      @@ -984,7 +993,7 @@ DatabaseUser=Database bruker
       DatabasePassword=Database passord
       Tables=Tabeller
       TableName=Tabellnavn
      -NbOfRecord=Antall poster
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=Systeminformasjon - oppsummering
      @@ -996,7 +1005,7 @@ Skin=Tema
       DefaultSkin=Standard tema
       MaxSizeList=Makslengde på lister
       DefaultMaxSizeList=Standard maks.lengde for lister
      -DefaultMaxSizeShortList=Standard maxlengde for korte lister (f.eks på kundekort)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Dagens melding
       MessageLogin=Meldingstekst på innloggingsbildet
       LoginPage=Innloggingsside
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent søkeskjema i venstre meny
       DefaultLanguage=Ønsket standardspråk (språkkode)
       EnableMultilangInterface=Aktiver flerspråklig grensesnitt
       EnableShowLogo=Vis logo i venstre meny
      -CompanyInfo=Firma-/organisasjonsinformasjon
      -CompanyIds=Firma-/organisasjonsidentiteter
      +CompanyInfo=Firma/organisasjon
      +CompanyIds=Company/Organization identities
       CompanyName=Navn
       CompanyAddress=Adresse
       CompanyZip=Postnummer
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Eier av bankkonto  %s
       BankModuleNotActive=Bankkontomodul ikke slått på
       ShowBugTrackLink=Vis lenken "<strong>%s</strong>"
       Alerts=Varsler
      -DelaysOfToleranceBeforeWarning=Forsinkelsestoleranse før varsling
      -DelaysOfToleranceDesc=Denne siden lar deg angi antall 'toleransedager' du ønsker før en forsinkelse skal varsles på skjermen med ikonet %s for hvert forsinkede element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Forsinkelsestoleranse (i dager) før varsel om planlagte hendelser (agendahendelser) som ikke er fullført 
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Forsinkelsestoleranse (i dager) før varsel om prosjekter som ikke er lukket i tide
      -Delays_MAIN_DELAY_TASKS_TODO=Forsinkelsestoleranse (i dager) før varsel om planlagte oppgaver (prosjektoppgaver) som ikke er fullført
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Forsinkelsestoleranse (i dager) før varsel om ordre som ikke er fullført
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Forsinketoleranse (i dager) før varsel om at innkjøpsordre ikke er behandlet ennå
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Forsinkelsestoleranse (i dager) før varsel om tilbud som ikke er lukket
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Forsinkelsestoleranse (i dager) før varsel om tilbud som ikke er fakturert
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Forsinkelsestoleranse (i dager) før varsel om tjenester som ikke er aktivert
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Forsinkelsestoleranse (i dager) før varsel om utløpte tjenester
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Forsinkelsestoleranse (i dager) før varsel om ubetalte leverandørfakturaer
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Forsinkelsestoleranse (i dager) før varsel om ubetalte kundefakturaer
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Forsinkelsestoleranse (i dager) før varsel om forfalt bankavstemming
      -Delays_MAIN_DELAY_MEMBERS=Forsinkelsestoleranse (i dager) før varsel om forsinket medlemskontingent
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Forsinkelsestoleranse (i dager) før varsel om sjekker som må settes inn i bank
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tillatt forsinkelse (i dager) før varsel om at utgiftsrapport skal godkjennes
      -SetupDescription1=Oppsettområdet er for førstegangsparametre før du begynner å bruke Dolibarr.
      -SetupDescription2=De to obligatoriske oppsettstrinnene er følgende (de to første oppføringene i den venstre oppsettmenyen):
      -SetupDescription3=Innstillinger i menyen <a href="%s"> %s -> %s </a>. Dette trinnet er nødvendig fordi det definerer data som brukes på Dolibarr-sider for å tilpasse standardoppførelsen til programvaren (for landrelaterte funksjoner for eksempel).
      -SetupDescription4=Innstillinger i menyen <a href="%s"> %s -> %s </a>. Dette trinnet er nødvendig fordi Dolibarr ERP / CRM er en samling av flere moduler / applikasjoner, alle mer eller mindre uavhengige. Nye funksjoner legges til menyer for hver modul du aktiverer.
      -SetupDescription5=Administrere andre menyoppføringers valgfrie parametre.
      +DelaysOfToleranceBeforeWarning=Forsinkelser før du viser en varsel
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Hendelser relatert til sikkerhet
       Audit=Revisjon
       InfoDolibarr=Om Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Her kan du slå på loggen for sikkerhetshendelser i Dolibarr. Admi
       AreaForAdminOnly=Oppsettparametere kan bare angis av <b> administratorbrukere </b>.
       SystemInfoDesc=Systeminformasjon er diverse teknisk informasjon som kun vises i skrivebeskyttet modus, og som kun er synlig for administratorer.
       SystemAreaForAdminOnly=Dette området er bare tilgjengelig for administratorer. Ingen av tillatelsene i Dolibarr kan senke denne grensen.
      -CompanyFundationDesc=På denne siden redigeres alle kjente opplysninger fra firmaet du administrerer (For dette, klikk på "%s" eller "%s" knappen nederst på siden)
      -AccountantDesc=På denne siden redigeres alle kjente opplysninger om din regnskapsfører/bokholder
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=Filnummer
       DisplayDesc=Her kan du velge innstillinger som styrer Dolibarrs utseende og virkemåte
       AvailableModules=Tilgjengelige apper/moduler
       ToActivateModule=Gå til innstillinger for å aktivere moduler.
       SessionTimeOut=Tidsgrense for økter
      -SessionExplanation=Dette tallet garanterer at økten aldri utløper før denne forsinkelsen, hvis økten kjøres med intern PHP-session cleaner (og ingenting annet). Intern PHP session cleaner garanterer ikke at økten utløper like etter denne forsinkelsen. Det utløper etter denne forsinkelsen, og når session cleaner er ferdig,  hver <b>%s/%s</b> tilgang, men bare under tilgang fra andre økter <br>. Merk: på noen servere med en ekstern session cleaner(cron under debian, ubuntu ...), øktene kan bli ødelagt etter en periode definert av standard <strong> session.gc_maxlifetime </strong>, uansett verdien som er angitt her.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Tilgjengelige utløsere
      -TriggersDesc=Utløsere (triggers) er filer som vil påvirke Dolibarrs virkemåte og arbeidsflyt når de kopieres inn i mappen <b>htdocs/core/triggers</b>. De aktiverer nye handlinger, aktivert av Dolibarrhendelser (ny tredjepart, opprette faktura ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Utløserne i denne filen er slått av med endelsen <b>-NORUN</b> i navnet.
       TriggerDisabledAsModuleDisabled=Utløserne i denne filen er slått av ettersom modulen <b>%s</b> er slått av.
       TriggerAlwaysActive=Utløserne i denne filen er alltid slått på, uansett hvilke moduler som er slått på.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Sett alle referansedata. Du kan legge til dine verdier som standa
       ConstDesc=Denne siden lar deg redigere alle andre parametere som ikke finnes på foregående sidene. Disse er stort sett forbeholdt parametere for utviklere eller avansert feilsøking. For en liste over alternativer <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">klikk her</a>.
       MiscellaneousDesc=Alle andre sikkerhetsrelaterte parametre er definert her.
       LimitsSetup=Grenser/presisjon
      -LimitsDesc=Her angir du grenser og presisjon som skal brukes i programmet
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Desimaler i enhetspriser
       MAIN_MAX_DECIMALS_TOT=Desimaler i totalpriser
       MAIN_MAX_DECIMALS_SHOWN=Desimaler for priser når de vises på skjerm  (Legg til <b>...</b> etter dette tallet dersom du ønsker å se <b>...</b> når et tall er forkortet i skjermvisning)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Netto enhetspris på en vare
       TotalPriceAfterRounding=Total pris (netto / moms / inkl. moms) etter avrunding
       ParameterActiveForNextInputOnly=Innstillingene gjelder først fra neste inntasting
       NoEventOrNoAuditSetup=Ingen sikkerhetsinnstillinger er registrert ennå. Dette kan være normalt hvis revisjon ikke er slått på  ("innstillinger - sikkerhet - revisjon").
      -NoEventFoundWithCriteria=Ingen søketreff i sikkerhetshendelser.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Se lokalt sendmail-oppsett
       BackupDesc=For å lage en komplett sikkerhetskopi av Dolibarr, må du:
       BackupDesc2=Lagre innhold av dokumentmappen (<b>%s</b>) som inneholder alle opplastede og genererte filer (Slik at den inkluderer alle dumpfiler som er generert på trinn 1).
      -BackupDesc3=Lagre innholdet i databasen (<b>%s</b>) i en dump-fil. For å gjøre dette, kan du bruke følgende assistent:
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arkiverte mapper bør oppbevares på et trygt sted.
       BackupDescY=Den genererte dumpfilen bør oppbevares på et trygt sted.
      -BackupPHPWarning=Backup kan ikke garanteres med denne metoden. Foretrekker forrige
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Hvis du vil gjenopprette en Dolibarr sikkerhetskopi , må du:
      -RestoreDesc2=Gjenopprett arkivfil (zip-fil for eksempel) av dokumentmappe for å hente ut filer til en ny Dolibarr-installasjon eller inn i gjeldende mappe (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Gjenopprett data fra en backup-fil til databasen i den nye Dolibarr-installasjon eller til databasen av gjeldende installasjon (<b>%s</b>). Advarsel! Når gjenopprettingen er ferdig, må du bruke et brukernavn/passord, som fantes da sikkerhetskopien ble laget, for å koble til igjen. For å gjenopprette en sikkerhetskopiert database til gjeldende installasjon, kan du følge denne assistenten:
       RestoreMySQL=MySQL import
       ForcedToByAModule= Denne regelen er tvunget til å <b>%s</b> av en aktivert modul
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Du må kjøre denne kommandoen
       YourPHPDoesNotHaveSSLSupport=SSL funksjoner ikke tilgjengelige i din PHP
       DownloadMoreSkins=Flere skins å laste ned
       SimpleNumRefModelDesc=Returner referansenummeret med format %syymm-nnnn der åå er år, er mm måned og nnnn er en sekvens uten hull og uten tilbakestilling
      -ShowProfIdInAddress=Vis Profesjonell ID med adresser på dokumenter
      -ShowVATIntaInAddress=Skjul MVA Intra num med adresser på dokumenter
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Delvis oversettelse
      -MAIN_DISABLE_METEO=Deaktiver Meteo visning
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standardmodus
       MeteoStdModEnabled=Standard modus aktivert
       MeteoPercentageMod=Prosentmodus
       MeteoPercentageModEnabled=Prosentmodus aktivert
       MeteoUseMod=Klikk for å bruke %s
       TestLoginToAPI=Test-innlogging til API
      -ProxyDesc=Enkelte funksjoner i Dolibarr må ha en Internett-tilgang for å fungere. Definer parametere for dette her. Hvis Dolibarr-serveren er bak en proxy-server, forteller disse parametrene Dolibarr hvordan få tilgang til Internett gjennom den.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Ekstern tilgang
       MAIN_PROXY_USE=Bruk en proxy-server (ellers direkte tilgang til internett)
       MAIN_PROXY_HOST=Navn/adresse til proxy-server
       MAIN_PROXY_PORT=Proxy server port
       MAIN_PROXY_USER=Logg-inn for å bruke proxy-server
       MAIN_PROXY_PASS=Passord for å bruke proxy-server
      -DefineHereComplementaryAttributes=Her defineres alle attributter som ikke allerede er tilgjengelig som standard, og at du ønsker å få støtte for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Komplementære attributter
       ExtraFieldsLines=Utfyllende attributter (linjer)
       ExtraFieldsLinesRec=Komplementære attributter (fakturalinjermaler )
       ExtraFieldsSupplierOrdersLines=Komplementære attributter (ordrelinjer)
       ExtraFieldsSupplierInvoicesLines=Komplementære attributter (fakturalinjer)
       ExtraFieldsThirdParties=Komplementære attributter (tredjepart)
      -ExtraFieldsContacts=Komplementære attributter (kontakt/adresse)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Komplementære attributter (medlem)
       ExtraFieldsMemberType=Komplementære attributter (medlem type)
       ExtraFieldsCustomerInvoices=Tilleggsattributter (faktura)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=kun alfanumeriske tegn og små bokstaver uten m
       SendmailOptionNotComplete=Advarsel, på noen Linux-systemer, for å sende fra din e-post, må oppsettet av sendmail-kjøring inneholde opsjon -ba (parameter mail.force_extra_parameters i din php.ini fil). Hvis noen mottakere aldri mottar e-post, kan du prøve å redigere PHP parameter med mail.force_extra_parameters = -ba).
       PathToDocuments=Bane til dokumenter
       PathDirectory=Mappe
      -SendmailOptionMayHurtBuggedMTA=Funksjonen for å sende e-post ved hjelp av metoden "PHP mail direct" vil generere en melding som kanskje ikke oversatt riktig av enkelte e-postservere. Resultatet er at enkelte e-poster ikke kan leses av personer som mottar e-post gjennom disse serverene (f.eks Orange i Frankrike). Dette er ikke et Dolibarr-problem i, heller ikke PHP, men på mottakende e-postserver. Du kan imidlertid legge til alternativet MAIN_FIX_FOR_BUGGED_MTA til 1 i oppsettet, heller enn å endre Dolibarr for å unngå dette. Du kan oppleve problemer med andre servere som følger SMTP-standarden nøyaktig. Den andre løsningen (anbefales) er å bruke metoden "SMTP socket library" som ikke har noen ulemper.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Oppsett av oversettelse
       TranslationKeySearch=Søk etter oversettelsesnøkkel eller -streng
       TranslationOverwriteKey=Overskriv oversettelse
       TranslationDesc=Slik angir du det viste applikasjonsspråket: <br> * Systemwide: Meny <strong> Hjem - Oppsett - Skjerm </strong> <br> * Per bruker: Bruk <strong> Brukeroppsettoppsett </strong> -fanen på brukerkortet ( klikk på brukernavnet øverst på skjermen).
       TranslationOverwriteDesc=Du kan også overstyre strenger ved å fylle ut tabellen nedenfor. Velg språk fra "%s" nedtrekkslisten, sett inn oversettelsesstrengen i "%s" og din nye oversettelse i "%s"
      -TranslationOverwriteDesc2=Du kan bruke den andre fanen for å finne rett oversettelsesnøkkel
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Oversettelsesstreng
       CurrentTranslationString=Gjeldende oversettelsesstreng
       WarningAtLeastKeyOrTranslationRequired=Et søkekriterie er nødvendig for nøkkel eller oversettelsesstreng
       NewTranslationStringToShow=Ny oversettelsesstreng som skal vises
       OriginalValueWas=Den originale oversettelsen er overskrevet. Original verdi var:<br><br>%s
      -TransKeyWithoutOriginalValue=Du tvang en ny oversettelse for oversettelsesnøkkelen '<strong> %s</strong>' som ikke finnes i noen språkfiler
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Aktiverte applikasjoner/moduler: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Du må minst aktivere en modul
      -ClassNotFoundIntoPathWarning=Klasse %s ikke funnet i PHP banen
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Ja i sommer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Merk, bare følgende moduler blir åpnet for eksterne brukere (uansett tidligere tillatelser gitt disse brukerene) og bare hvis tillatelser ble gitt:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session lagring kryptert av Suhosin
       ConditionIsCurrently=Tilstand er for øyeblikket %s
      -YouUseBestDriver=Du bruker driveren %s, som er den beste tilgjengelige for øyeblikket.
      -YouDoNotUseBestDriver=Du bruker driveren %s. Driver %s anbefales.
      -NbOfProductIsLowerThanNoPb=Du har bare %s varer/tjenester i database. Ingen optimalisering er påkrevet
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Forbedre søket
      -YouHaveXProductUseSearchOptim=Du har %s varer i databasen. Du bør legge til konstanten PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Hjem-Oppsett-Annet for å begrense søket til begynnelsen av strenger. Dette gjør det mulig for databasen å bruke indeksen og du bør få en raskere respons.
      -BrowserIsOK=Du bruker nettleseren %s. Denne nettleseren er ok for sikkerhet og ytelse.
      -BrowserIsKO=Du bruker nettleseren %s. Denne nettleseren er kjent for å være et dårlig valg for sikkerhet, ytelse og pålitelighet. Vi anbefaler deg å bruke Firefox, Chrome, Opera eller Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug er lastet
       XCacheInstalled=XCache er lastet
      -AddRefInList=Vis kunde/leverandør-ref i liste (velg liste eller kombinasjonsboks), og det meste av hyperkobling. Tredjepart vil vises med navnet "CC12345 - SC45678 - Digert selskap", i stedet for "Digert selskap".
      -AskForPreferredShippingMethod=Spør etter foretrukket sendingsmetode for tredjeparter
      +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 shipping method for Third Parties.
       FieldEdition=Endre felt %s
       FillThisOnlyIfRequired=Eksempel: +2 (brukes kun hvis du opplever problemer med tidssone offset)
       GetBarCode=Hent strekkode
       ##### Module password generation
       PasswordGenerationStandard=Gir et automatisk laget passord med 8 tegn (bokstaver og tall) i små bokstaver.
      -PasswordGenerationNone=Ikke foreslå å generere passord. Passord må legges inn manuelt.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Returner et passord i følge din personlige konfigurasjon
       SetupPerso=I følge din konfigurasjon
       PasswordPatternDesc=Beskrivelse av passordmønster
      @@ -1195,23 +1205,23 @@ UserMailRequired=E-postadresse kreves for å opprette en ny bruker
       HRMSetup=Oppsett av HRM-modul
       ##### Company setup #####
       CompanySetup=Firmamodul
      -CompanyCodeChecker=Modul for tredjeparts kodegenerering og -kontroll (kunde eller leverandør)
      -AccountCodeManager=Modul for generering av regnskapskoder (kunde eller leverandør)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Funksjonen E-postvarslinger lar deg automatisk sende stille e-poster for noen Dolibarrhendelser. Mål for meldinger kan defineres:
       NotificationsDescUser=* pr. bruker, en bruker om gangen
       NotificationsDescContact=* Per tredjeparts kontakter (kunder eller leverandører), en kontakt til tiden.
       NotificationsDescGlobal=* eller ved å sette global mål-e-post i modulen Oppsett
      -ModelModules=Dokumentmaler
      -DocumentModelOdt=Generer dokumenter fra OpenDocument-maler (.ODT eller .ODS fra OpenOffice, KOffice, TextEdit, mm)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vannmerke på utkast
       JSOnPaimentBill=Aktiver egenskap for å autoutfylle betalingslinjer i betalingsskjema
      -CompanyIdProfChecker=Regler for profesjonell ID
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Må være unik?
      -MustBeMandatory=Obligatorisk å opprette tredjeparter?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Obligatorisk å validere fakturaer?
       TechnicalServicesProvided=Tekniske tjenester som tilbys
       #####DAV #####
      -WebDAVSetupDesc=Dette er koblingene for å få tilgang til WebDAV-katalogen. Den inneholder en "offentlig" mappe, åpen for enhver bruker som kjenner nettadressen (hvis tilgang til offentlig mappe er tillatt), og en "privat" mappe som trenger en eksisterende påloggningskonto/passord for å få tilgang.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Rot-URL til %s server: %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=En eksportlenke til <b>%s</b> formatet er tilgjengelig på følgende lenke: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=En eksportlenke til <b>%s</b> formatet er tilgjengelig p
       BillsSetup=Innstillinger for fakturamodul
       BillsNumberingModule=Nummereringsmodul for fakturaer og kreditnotaer
       BillsPDFModules=Fakturamaler
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Betalingsdokumentmodeller
       CreditNote=Kreditnota
       CreditNotes=Kreditnotaer
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Opprett innlogging for hvert medlem
       AdherentMailRequired=E-post kreves for å lage et nytt medlem
       MemberSendInformationByMailByDefault=Valg for å sende e-postbekreftelse til medlemmer (validering eller nytt abonnement) er krysset av som standard
       VisitorCanChooseItsPaymentMode=Besøkende kan velge blant tilgjengelige betalingsmåter
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Globale parametre
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test synkronisering av medlemstype
       LDAPTestSearch= Test et LDAP søk
       LDAPSynchroOK=Vellykket synkroniseringstest
       LDAPSynchroKO=Sykroniseringstesten feilet
      -LDAPSynchroKOMayBePermissions=Synkroniseringstest feilet. Sjekk at tilkobling til server er riktig konfigurert og tillater LDAP oppdateringer
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP tilkobling til LDAP server vellykket (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP tilkobling til LDAP server feilet (Server=%s, Port=%s)
      -LDAPBindOK=Tilkobling/Autentisering til LDAP server var vellykket (Server=%s, Port=%s, Admin=%s, Passord=%s)
      -LDAPBindKO=Tilkobling/Autentisering til LDAP server feilet (Server=%s, Port=%s, Admin=%s, Passord=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server konfigurert for versjon 3
       LDAPSetupForVersion2=LDAP server konfigurert for versjon 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Eksempel : samaccountname
       LDAPFieldFullname=Fullt navn
       LDAPFieldFullnameExample=Eksempel : cn
      -LDAPFieldPasswordNotCrypted=Passord ikke kryptert
      -LDAPFieldPasswordCrypted=Passord kryptert
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Eksempel: brukerPassord
       LDAPFieldCommonNameExample=Eksempel: cn
       LDAPFieldName=Navn
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Denne siden lar deg definere LDAP attributtnavn i LDAP-tre
       LDAPDescValues=Eksempelverdier er designet for <b>OpenLDAP</b> med følgende lastede skjemaer: <b> core.schema, cosine.schema, inetorgperson.schema</b>). Hvis du bruker disse verdiene og OpenLDAP, endre LDAP configfilen <b> slapd.conf </b> for å ha alle disse skjemaene lastet.
       ForANonAnonymousAccess=For autentisert tilgang (f.eks skrivetilgang)
       PerfDolibarr=Ytelse oppsett/optimaliseringsrapport
      -YouMayFindPerfAdviceHere=På denne siden vil du finne noen sjekkpunkt og råd relatert til ytelse
      -NotInstalled=Ikke installert, så serveren taper ikke ytelse pga. denne.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applikasjons-cache
       MemcachedNotAvailable=Ingen applikativ cache funnet. Du kan forbedre ytelsen ved å installere en cache-server Memcached og en modul som kan bruke denne cache-serveren. <br> Mer informasjon her <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Merk: Mange webhosting-leverandører har ikke en slik cache-server.
       MemcachedModuleAvailableButNotSetup=Modulen memcache er funnet, men oppsett er ikke komplett
       MemcachedAvailableAndSetup=Modulen memcache er aktivert
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=Ingen OPCode cache funnet. Kan være du bruker en annen OPCode-cache enn XCache eller eAccelerator (bra). Det kan også være at du ikke har OPCode-cache (svært dårlig).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for statiske ressurser (css, img, javascript)
       FilesOfTypeCached=Filtypene %s er cachet av HTTP-server
       FilesOfTypeNotCached=Filtypene %s er ikke cachet av HTTP-server
       FilesOfTypeCompressed=Filtypene %s er undertrykket av HTTP-server
       FilesOfTypeNotCompressed=Filtypene %s er ikke undertrykket av HTTP-server
       CacheByServer=Server-cache
      -CacheByServerDesc=For eksempel ved å bruk Apache-direktivet "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Nettleser-cache
       CompressionOfResources=Undertrykkelse av HTTP-respons
      -CompressionOfResourcesDesc=For eksempel ved bruk av Apache-direktivet "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=En slik automatisk deteksjon er ikke mulig med nåværende nettlesere
      -DefaultValuesDesc=Her kan du definere/tvinge standardverdien du vil ha når du oppretter en ny post, og/eller standardfiltre eller sorteringsrekkefølge når du lister poster.
      -DefaultCreateForm=Standardverdier (ved opprettelse av skjema)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Standard søkefiltre
       DefaultSortOrder=Standard sorteringsorden
       DefaultFocus=Standard fokusfelt
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Innstillinger for varemodul
       ServiceSetup=Oppsett av tjenester-modulen
       ProductServiceSetup=Oppsett av varer- og tjenester-modulen
       NumberOfProductShowInSelect=Maks. antall varer i utvalgslister (0=ingen grenser)
      -ViewProductDescInFormAbility=Visualisering av varebeskrivelser i skjemaer (ellers som oppsprett-tips)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=I "Vedlagte filer"-fanen i "Varer og tjenester" kan du aktivere en opsjon for å flette PDF-varedokument til tilbud PDF-azur hvis varen/tjenesten er i tilbudet
      -ViewProductDescInThirdpartyLanguageAbility=Visualisering av varebeskrivelser i tredjepartens språk
      -UseSearchToSelectProductTooltip=Hvis du har mange varer (>100 000), kan du øke hastigeten ved å sette konstanten PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Oppsett->Annet. Søket vil da begrenses til starten av søkestrengen
      -UseSearchToSelectProduct=Vent med å trykke på en tast før innholdet av vare-kombinasjonslisten er lastet (Dette kan øke ytelsen hvis du har mange varer)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Standard strekkodetype for varer
       SetDefaultBarcodeTypeThirdParties=Standard strekkodetype for tredjeparter
       UseUnits=Definer måleenhet for kvantitet ved opprettelse av ordre, tilbud eller faktura
      @@ -1503,7 +1516,7 @@ SendingsSetup=Oppsett av forsendelsesmodulen
       SendingsReceiptModel=Modell for forsendelseskvitteringer
       SendingsNumberingModules=Nummereringsmodell for for sendelser
       SendingsAbility=Støtt forsendelsesskjemaer for kundeleveranser
      -NoNeedForDeliveryReceipts=I de fleste tilfeller er forsendelsesskjemaer bruket både som skjema for kundeleveranser (liste over varer som skal sendes) og skjema som er mottatt og signert av kunden. Så produktleveranse-kvitteringer er en duplisert funksjon og er sjelden aktivert.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Fritekst på leveringer
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Nummereringsmodul for vareleveringskvitteringer
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Avansert editor
       ActivateFCKeditor=Aktiver avansert editor for:
       FCKeditorForCompany=WYSIWIG opprettelse/endring av elementbeskrivelse og notater (untatt varer og tjenester)
       FCKeditorForProduct=WYSIWIG opprettelse/endring av vare-/tjenestebeskrivelse og notater
      -FCKeditorForProductDetails=WYSIWIG opprettelse/endring av varedetaljer for alle enheter (tilbud, ordre, fakturaer, osv ...). <font class="warning"> Advarsel! Bruk av dette alternativet er i dette tilfellet ikke anbefalt, da det kan skape problemer med spesialkarakterer og sideformatering ved opprettelse av PDF-filer.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG opprettelse/endring av masse-e-postutsendelser (Verktøy->E-post)
       FCKeditorForUserSignature=WYSIWIG-opprettelse av signatur
       FCKeditorForMail=WYSIWIG opprettelse/redigering for all post (unntatt Verktøy ->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Tilkoblingen var vellykket men databasen ser ikke ut til å være en OSCommerce database (Nøkkel %s ikke funnet i tabell %s).
      -OSCommerceTestOk=Tilkobling til server '%s' for database '%s' med bruker '%s' var vellykket.
      -OSCommerceTestKo1=Tilkobling til server '%s' var vellykket, men databasen '%s' kunne ikke nåes.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Tilkobling til serveren '%s' sin database '%s' med bruker '%s' var vellykket.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Tilkobling til server '%s' med bruker '%s' feilet.
       ##### Stock #####
       StockSetup=Oppsett av lagermodul
      -IfYouUsePointOfSaleCheckModule=Hvis du bruker en Point-of-Sale-modul (standard POS-modul eller en annen ekstern modul), kan dette oppsettet bli ignorert av din Point-Of-Sale modul. De fleste POS-moduler er designet for øyeblikkelig å lage faktura og redusere lager som standard, uansett hva som settes her. Så husk å sjekke hvordan POS-modulen er satt opp.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menyen er slettet
       Menus=Menyer
      @@ -1548,7 +1561,7 @@ DetailRight=Tilstand for å vise uautoriserte grå menyer
       DetailLangs=Språkfil-navn for etikettkode-oversettelse
       DetailUser=Intern/Ekstern/Alle
       Target=Mål
      -DetailTarget=Mål for lenker (blank topp åpner et nytt vindu)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivå (-1:toppmeny, 0:headermeny, >0 meny og undermeny)
       ModifMenu=Menyendring
       DeleteMenu=Slett menyoppføring
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=Mva skal beregnes:<br>- ved levering av varer<br>- ved leve
       OptionVatDebitOptionDesc=MVA skal beregnes: :<br>- ved levering av varer<br>- ved fakturering av tjenester
       OptionPaymentForProductAndServices=Kontantgrunnlag for varer og tjenester
       OptionPaymentForProductAndServicesDesc=MVA forfaller: <br> - ved betaling for varer <br> - på betalinger for tjenester
      -SummaryOfVatExigibilityUsedByDefault=Tidspunkt for MVA-innbetaling som standard i henhold til valgt alternativ:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Ved levering
       OnPayment=Vedbetaling
       OnInvoice=Ved faktura
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Kontokode for innkjøp
       AgendaSetup=Innstillinger for modulen hendelser og agenda
       PasswordTogetVCalExport=Nøkkel for å autorisere eksportlenke
       PastDelayVCalExport=Ikke eksporter hendelser eldre enn
      -AGENDA_USE_EVENT_TYPE=Bruk hendelsestyper (administrert i menyoppsett -> Ordbøker -> Type agendahendelser)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Sett denne standardverdien automatisk for hendelsestype ved opprettels av hendelses-skjema
      -AGENDA_DEFAULT_FILTER_TYPE=Sett denne hendelsestypen automatisk i søkefilteret til Agenda-visning
      -AGENDA_DEFAULT_FILTER_STATUS=Sett denne statustypen automatisk i søkefilteret til Agenda-visning
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Hvilken fane vil åpne som standard når du velger Agenda-menyen?
       AGENDA_REMINDER_EMAIL=Aktiver hendelsespåminnelse <b> via e-post </b> (påminnelsesalternativ/forsinkelse kan defineres for hver hendelse). Merk: Modul <strong> %s</strong> må være aktivert og riktig satt opp for å få påminnelse sendt med riktig frekvens.
      -AGENDA_REMINDER_BROWSER=Aktiver hendelsespåminnelse <b> i brukerens nettleser </b> (når hendelsesdatoen er nådd, kan hver bruker nekte dette fra spørsmålet om nettleserbekreftelse)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Aktiver lydvarsler
       AGENDA_SHOW_LINKED_OBJECT=Vis koblet objekt i agendavisning
       ##### Clicktodial #####
       ClickToDialSetup='Click To Dial' modul
       ClickToDialUrlDesc=Url som kalles når man klikker på telefonpiktogrammet. I URL kan du bruke koder <br> <b> __ PHONETO __ </b> som blir erstattet med telefonnummeret til personen som skal ringes <br> <b> __ PHONEFROM __ </b> som blir erstattet med telefonnummeret til den som ringer(din) <br> <b> __ LOGIN __ </b> som vil bli erstattet med clicktodial login (definert på brukerkort) <br> <b> __ PASS __ </b> som vil bli erstattet med clicktodial passord (definert på brukerkort).
      -ClickToDialDesc=Denne modulen gjør telefonnumre klikkbare. Ved å klikke på dette ikonet vil telefonen din ringe opp nummeret.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Bruk kun en lenke "tlf:" for telefonnumre
      -ClickToDialUseTelLinkDesc=Bruk denne metoden hvis brukerne har en softphone eller et programvaregrensesnitt installert på samme datamaskin som nettleseren, og kalles når du klikker på en link i nettleseren din som starter med "tel:". Hvis du trenger en full server-løsning (uten behov for lokal installasjon av programvare), må du sette denne på "Nei" og fylle neste felt.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Kassaapparat
       CashDeskSetup=Innstillinger for modulen kassaapparat
      -CashDeskThirdPartyForSell=Standard generisk tredjepart for salg
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Kassekonto som skal brukes til kontantsalg
       CashDeskBankAccountForCheque= Konto som skal brukes til å motta utbetalinger via sjekk
       CashDeskBankAccountForCB= Konto som skal brukes til å motta kontant betaling med kredittkort
      -CashDeskDoNotDecreaseStock=Deaktiver lagerreduksjon fra Poin-of-Sale (hvis "nei", vil lagerreduksjon bli utført for hvert salg utført fra POS, uansett hva som er innstilt i Lager-modulen).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Tving/begrens lager til å bruke varereduksjon ved salg
      -StockDecreaseForPointOfSaleDisabled=Lagerreduksjon fra Point-of-Sale deaktivert
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Varereduksjon i POS er ikke kompatibel med lot-håndtering
      -CashDeskYouDidNotDisableStockDecease=Lagerreduksjon ble ikke utført ved salg fra Point-of-Sale. Velg et lager
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Oppsett av bokmerkemodulen
      -BookmarkDesc=Med denne modulen kan du administrere bokmerker. Du kan også legge til snarveier til noen Dolibarr-sider eller eksterne nettsteder i venstre meny.
      +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.
       NbOfBoomarkToShow=Maksimalt antall bokmerker som skal vises i venstre meny
       ##### WebServices #####
       WebServicesSetup=Oppsett av webservices-modul
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Nummereringsmodul for sjekk-kvitteringer
       MultiCompanySetup=Oppsett av multi-selskap-modulen
       ##### Suppliers #####
       SuppliersSetup=Oppsett av  leverandørmodulen
      -SuppliersCommandModel=Komplett mal for innkjøpsordre (logo ...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Komplett mal for leverandørfaktura (logo ...)
       SuppliersInvoiceNumberingModel=Nummereringsmodel for leverandørfakturaer
       IfSetToYesDontForgetPermission=Hvis ja, ikke glem å gi tillatelser til grupper eller brukere tillatt for 2. godkjenning
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Oppsett av  Prosjektmodulen
       ProjectsModelModule=Dokumentmodell for prosjektrapporter
       TasksNumberingModules=Modul for oppgavenummerering
       TaskModelModule=Dokumentmal for oppgaverapporter
      -UseSearchToSelectProject=Vent med å trykke på en tast når du laster inn innholdet i prosjekt-kombinasjonslisten (Dette kan øke ytelsen hvis du har et stort antall prosjekter, men det er mindre praktisk)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Regnskapsperioder
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan finne alternativer
       ListOfNotificationsPerUser=Liste over varslinger pr. bruker*
       ListOfNotificationsPerUserOrContact=Liste over varslinger pr. bruker* eller pr. kontakt**
       ListOfFixedNotifications=Liste over faste varslinger
      -GoOntoUserCardToAddMore=Gå til fanen "Varslinger" hos en bruker for å legge til eller fjerne en varsling
      -GoOntoContactCardToAddMore=Gå til fanen "Notefikasjoner" hos en tredjepart for å legge til notifikasjoner for kontakter/adresser
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Terskel
       BackupDumpWizard=Veiviser for å bygge database-backup dumpfil
       SomethingMakeInstallFromWebNotPossible=Installasjon av ekstern modul er ikke mulig fra webgrensesnittet på grunn av:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Administrator har deaktivert mulighete
       ConfFileMustContainCustom=Ved installering eller bygging av en ekstern modul fra programmet må modulfilene lagres i katalogen <strong> %s</strong>. Hvis du vil ha denne katalogen behandlet av Dolibarr, må du sette opp <strong> conf/conf.php</strong> for å legge til 2 direktivlinjer: <br><strong> $dolibarr_main_url_root_alt = '/custom'; </strong><br><strong> $dolibarr_main_document_root_alt = '%s/custom'; </strong>
       HighlightLinesOnMouseHover=Fremhev tabellinjer når musen flyttes over
       HighlightLinesColor=Uthev fargen på linjen når musen føres over (holdes tom for ingen uthevning)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Tekstfarge på sidetittel
       LinkColor=Farge på lenker
       PressF5AfterChangingThis=Trykk CTRL+F5 på tastaturet eller tøm nettlesercache når du har endret denne verdien for å få den til å fungere effektivt
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Bakgrunnsfarge for partalls-tabellinjer
       MinimumNoticePeriod=Frist for beskjed (Feriesøknaden må sendes inn før denne fristen)
       NbAddedAutomatically=Antall dager pr. måned som blir lagt til av brukerenes tellere(automatisk)
       EnterAnyCode=Dette feltet inneholder en referanse til identifikasjon av linje. Bruk kun verdier uten spesialkarakterer
      -UnicodeCurrency=Her legger du inn en liste med Ascii-verdier, som representerer et valutasymbol. For eksempel: $ = [36], Brasilsk real R$ = [82,36], € = [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=RGB-fargen er i HEX-format, for eksempel: FF0000
       PositionIntoComboList=Plassering av linje i kombinasjonslister
       SellTaxRate=Salgs-skattesats
       RecuperableOnly=Ja for MVA"Ikke oppfattet, men gjenopprettelig" dedikert til noen steder i Frankrike. Hold verdien til "Nei" i alle andre tilfeller.
       UrlTrackingDesc=Hvis leverandøren eller transporttjenesten tilbyr en side eller et nettsted for å sjekke status på din forsendelse, kan du skrive det her. Du kan bruke tasten {TRACKID} for å sette inn sporingnummer på webstedet.
      -OpportunityPercent=Når du oppretter en mulighet, vil du estimere et visst beløp for prosjekt. Ifølge status på muligheter, kan dette beløpet multipliseres med denne raten for å finne global verdi alle dine muligheter kan generere. Verdien er en prosentverdi (mellom 0 og 100).
      +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=Mal dedikert til element
       TypeOfTemplate=Mal-type
      -TemplateIsVisibleByOwnerOnly=Mal er kun synlig for eier
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Synlig overalt
       VisibleNowhere=Ikke synlig noen steder
       FixTZ=Tidssone offset
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Du bruker siste stabile versjon
       TitleExampleForMajorRelease=Eksempel på melding du kan bruke for å annonsere større oppdateringer (du kan bruke denne på dine websider)
       TitleExampleForMaintenanceRelease=Eksempel på beskjed du kan bruke for å annonsere denne vedlikeholdsversjonen (du kan bruke den på dine websider)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s er tilgjengelig. Versjon %s er en stor utgivelse med en rekke nye funksjoner for både brukere og utviklere. Du kan laste ned fra nedlastingsområdet https://www.dolibarr.org portal (underkatalog Stabile versjoner). Du kan lese <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">Endringslogg</a> for en komplett liste over endringer.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s er tilgjengelig. Versjon %s er en vedlikeholdsversjon, så den inneholder bare reparasjoner av bugs. Vi anbefaler alle å bruke en eldre versjon for å oppgradere til denne. Som enhver vedlikeholdsutgivelse, er det ingen nye funksjoner, eller datastruktur-endringer i denne versjonen. Du kan laste ned fra nedlastingsområdet https://www.dolibarr.org portal (underkatalog Stabile versjoner). Du kan lese <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">Endringslogg</a> for en komplett liste over endringer.
      -MultiPriceRuleDesc=Når alternativet "Flere prisnivået per vare/tjeneste" er på, kan du definere forskjellige priser (ett pr prisnivå) for hvert produkt. For å spare tid, kan du lage en regel som gir pris for hvert nivå autokalkulert i forhold til prisen på første nivå, slik at du bar legger inn en pris for hvert produkt. Denne siden er laget for å spare tid og kan være nyttig hvis prisene for hvert nivå står i forhold til første nivå. Du kan ignorere denne siden i de fleste tilfeller.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Maler for produkt-dokumenter
      -ToGenerateCodeDefineAutomaticRuleFirst=For å være i stand til å generere automatiske koder, må du først definere program for å automatisk definere strekkodenummer.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Relaterte gjentakende fakturaer
       SeeChangeLog=Se Endringslogg-fil (kun på engelsk)
       AllPublishers=Alle utgivere
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Legg til andre sider eller tjenester
       AddModels=Legg til dokument eller nummereringsmaler
       AddSubstitutions=Legg til tast-erstatninger
       DetectionNotPossible=Detektering ikke mulig
      -UrlToGetKeyToUseAPIs=Url til API-nøkkel (når nøkkel er mottatt blir den lagret på databasebruker-tabell og må brukes for hvert API-kall)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Liste over tilgjengelige API'er
      -activateModuleDependNotSatisfied=Modul "%s" avhenger av modulen "%s", som mangler, slik at modulen "%1$s" kanskje ikke virker korrekt. Installer modulen "%2$s" eller deaktiver modulen "%1$s" hvis du vil unngå ubehagelige overraskelser
      -CommandIsNotInsideAllowedCommands=Kommandoen du prøver å kjøre er ikke i listen over tillatte kommandoer definert i parameter <strong>$dolibarr_main_restrict_os_commands</strong> i <strong>conf.php</strong> filen.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Landingsside
      -SamePriceAlsoForSharedCompanies=Hvis du bruker en multiselskapsmodul, og har valgt "En pris", vil prisen være den samme for alle selskaper om varene er delt mellom miljøer
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Modulen er aktivert. Tillatelser for aktiverte module(r) ble kun gitt til admin-brukere. Du må kanskje gi tillatelser til andre brukere eller grupper manuelt om nødvendig.
      -UserHasNoPermissions=Denne brukeren har ingen tillatelser
      -TypeCdr=Bruk "Ingen" hvis dato for betalingsfrist er fakturadato pluss en delta i dager (delta er feltet "Antall dager")<br>Bruk "På slutten av måneden", dersom det etter delta, at dato må økes for å komme til slutten av måneden (+ en valgfri "Offset" i dager)<br>Bruk "Nåværene/Neste" for å få betalingsdato til å være den første N-te i måneden (N lagres i feltet "Antall dager")
      +UserHasNoPermissions=This user has no permissions defined
      +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=Referansevaluta for selskapet (gå inn i oppsett av firma for å endre dette)
      -WarningNoteModuleInvoiceForFrenchLaw=Denne modulen %s er i samsvar med franske lover (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Denne modulen %s er i samsvar med franske lover (Loi Finance 2016) fordi modulen Ikke reversible logger er automatisk aktivert.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Du prøver å installere modulen %s som er en ekstern modul. Aktivering av en ekstern modul betyr at du stoler på utgiveren av modulen, og at du er sikker på at denne modulen ikke endrer oppførselen til applikasjonen din negativt, og er i overensstemmelse med lovene i ditt land (%s). Hvis modulen gir en ulovlig funksjon, blir du ansvarlig for bruken av en ulovlig programvare.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Venstremarg på PDF
       MAIN_PDF_MARGIN_RIGHT=Høyremarg på PDF
       MAIN_PDF_MARGIN_TOP=Toppmarg på PDF
       MAIN_PDF_MARGIN_BOTTOM=Bunnmarg på PDF
      +NothingToSetup=There is no specific setup to do for this module.
       SetToYesIfGroupIsComputationOfOtherGroups=Sett til ja hvis denne gruppen er en beregning av andre grupper
      -EnterCalculationRuleIfPreviousFieldIsYes=Oppgi beregningsregel hvis tidligere felt ble satt til Ja (for eksempel 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Flere språkvarianter funnet
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Fjern spesialtegn
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter til ren verdi (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=GDPR-kontakt
      -GDPRContactDesc=Hvis du lagrer data om europeiske firmaer/borgere, kan du lagre den kontakten som er ansvarlig for GDPR - General Data Protection Regulation
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Oppsett av Ressursmodulen
       UseSearchToSelectResource=Bruk et søkeskjema for å velge en ressurs (i stedet for en nedtrekksliste).
       DisabledResourceLinkUser=Deaktiver funksjonen for å koble en ressurs til brukere
       DisabledResourceLinkContact=Deaktiver funksjonen for å koble en ressurs til kontakter
       ConfirmUnactivation=Bekreft nullstilling av modul
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/nb_NO/companies.lang b/htdocs/langs/nb_NO/companies.lang
      index 70f1dd4f3fb..38e954866dc 100644
      --- a/htdocs/langs/nb_NO/companies.lang
      +++ b/htdocs/langs/nb_NO/companies.lang
      @@ -5,14 +5,14 @@ SelectThirdParty=Velg en tredjepart
       ConfirmDeleteCompany=Er du sikker på at du vil slette dette firmaet og all tilhørende informasjon?
       DeleteContact=Slett kontaktperson
       ConfirmDeleteContact=Er du sikker på at du vil slette denne kontakten og all tilhørende informasjon?
      -MenuNewThirdParty=Ny tredjepart
      -MenuNewCustomer=Ny kunde
      -MenuNewProspect=Nytt prospekt
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Ny privatperson
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Nytt selskap (prospekt, kunde, leverandør)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Opprett en tredjepart (leverandør)
       CreateThirdPartyOnly=Opprett tredjepart
       CreateThirdPartyAndContact=Opprett en tredjepart med underkontakt
       ProspectionArea=Prospektområde
      @@ -25,25 +25,25 @@ ThirdPartyContact=Tredjepartskontakt
       Company=Bedrift
       CompanyName=Firmanavn
       AliasNames=Alias (kommersielt, trademark,...)
      -AliasNameShort=Alias
      +AliasNameShort=Alias ​​Navn
       Companies=Bedrifter
      -CountryIsInEEC=Landet er en del av det europeiske økonomiske fellesskap
      -ThirdPartyName=Tredjepart navn
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Tredjeparts e-post
      -ThirdParty=Tredjepart
      -ThirdParties=Tredjeparter
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospekter
       ThirdPartyProspectsStats=Prospekter
       ThirdPartyCustomers=Kunder
       ThirdPartyCustomersStats=Kunder
       ThirdPartyCustomersWithIdProf12=Kunder med %s eller %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Type tredjepart
      +ThirdPartySuppliers=Leverandører
      +ThirdPartyType=Type of company
       Individual=Privatperson
      -ToCreateContactWithSameName=Vil opprette en kontakt/adresse med samme informasjon som tredjeparten, under tredjeparten, automatisk. I de fleste tilfeller, selv om tredjeparten er en privatperson, vil det være nok å opprette en tredjepart
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Morselskap
       Subsidiaries=Datterselskaper
      -ReportByMonth=Report by month
      +ReportByMonth=Rapporter etter måned
       ReportByCustomers=Rapporter etter kunde
       ReportByQuarter=Rapporter pr sats
       CivilityCode=Civility code (ikke i Norge)
      @@ -75,13 +75,13 @@ Zip=Postnummer
       Town=Poststed
       Web=Web
       Poste= Posisjon
      -DefaultLang=Standardspråk
      -VATIsUsed=Salgsavgift er brukt
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Salgsavgift er ikke brukt
       CopyAddressFromSoc=Fyll inn adressen med tredjepartsadressen
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tredjeparts verken kunde eller leverandør. Rabatter er ikke tilgjengelige
       PaymentBankAccount=Bankkonto betaling
       OverAllProposals=Tilbud
       OverAllOrders=Ordre
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=RE Type
       TypeLocaltax2ES=IRPF Type
       WrongCustomerCode=Ugyldig kundekode
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Leverandørkode ugyldig
       CustomerCodeModel=Mal kundekode
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Leverandørkode modell
       Gencod=Strekkode
       ##### Professional ID #####
       ProfId1Short=Prof. id 1
      @@ -258,36 +258,36 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Salgsavgift-ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Avgifts-ID
       VATIntraSyntaxIsValid=Gyldig syntaks
      -VATReturn=VAT return
      +VATReturn=MVA-retur
       ProspectCustomer=Prospekt/Kunde
       Prospect=Prospekt
       CustomerCard=Kundekort
       Customer=Kunde
       CustomerRelativeDiscount=Relativ kunderabatt
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Relativ leverandørrabatt
       CustomerRelativeDiscountShort=Relativ rabatt
       CustomerAbsoluteDiscountShort=Absolutt rabatt
       CompanyHasRelativeDiscount=Denne kunden har en rabatt på <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Denne kunden har ingen relative rabatter angitt
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      +HasRelativeDiscountFromSupplier=Du har en standardrabatt på <b> %s%% </b> fra denne leverandøren
       HasNoRelativeDiscountFromSupplier=Du har ingen standard relativ rabatt fra denne leverandøren
      -CompanyHasAbsoluteDiscount=Denne kunden har tilgjengelige prisavslag (kreditnotaer eller tidligere innbetalinger) for <b>%s</b>%s
      -CompanyHasDownPaymentOrCommercialDiscount=Denne kunden har rabatt tilgjengelig (tilbud, nedbetalinger) for <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Denne kunden har fortsatt kreditnotaer for <b>%s %s</b>
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      +HasNoAbsoluteDiscountFromSupplier=Du har ingen rabatt tilgjengelig fra denne leverandøren
      +HasAbsoluteDiscountFromSupplier=Du har rabatter tilgjengelig (studiepoeng eller nedbetalinger) for <b> %s </b> %s fra denne leverandøren
      +HasDownPaymentOrCommercialDiscountFromSupplier=Du har rabatter tilgjengelig (kommersielle, nedbetalinger) for <b> %s </b> %s fra denne leverandøren
      +HasCreditNoteFromSupplier=Du har kreditnotater for <b> %s </b> %s fra denne leverandøren
       CompanyHasNoAbsoluteDiscount=Denne kunden har ingen rabatt tilgjengelig
       CustomerAbsoluteDiscountAllUsers=Absolutte kunderabatter (gitt av alle brukere)
       CustomerAbsoluteDiscountMy=Absolutte kunderabatter (gitt av deg selv)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Absolutte leverandørrabatter (oppgitt av alle brukere)
      +SupplierAbsoluteDiscountMy=Absolutt leverandørrabatter (oppgitt av deg selv)
       DiscountNone=Ingen
      -Supplier=Leverandør
      +Supplier=Vendor
       AddContact=Opprett kontakt
       AddContactAddress=Opprett kontakt/adresse
       EditContact=Endre kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Opprett tredjepart
       DeleteACompany=Slett et firma
       PersonalInformations=Personlig informasjon
       AccountancyCode=Regnskapskonto
      -CustomerCode=Kundekode
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kundekode
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kundekode, unik for alle kunder
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Påkrevet hvis tredjeparten er kunde eller prospekt
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Gyldighet kontrollert av modulen
      -ThisIsModuleRules=Dette er reglene for denne modulen
      +RequiredIfSupplier=Påkrevd hvis tredjepart er en leverandør
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospekt til kontakt
       CompanyDeleted=Firma "%s" er slettet fra databasen.
       ListOfContacts=Oversikt over kontaktpersoner
      -ListOfContactsAddresses=Liste over kontakter / adresser
      -ListOfThirdParties=Oversikt over tredjeparter
      -ShowCompany=Vis tredjepart
      +ListOfContactsAddresses=Oversikt over kontaktpersoner
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Vis kontaktperson
       ContactsAllShort=Alle (ingen filter)
       ContactType=Kontaktperson type
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Kontaktpersonen er ikke tilknyttet noen tilbud
       NoContactForAnyContract=Kontaktpersonen er ikke tilknyttet noen kontrakt
       NoContactForAnyInvoice=Kontaktpersonen er ikke tilknyttet noen faktura
       NewContact=Ny kontaktperson
      -NewContactAddress=Ny kontakt/adresse
      +NewContactAddress=New Contact/Address
       MyContacts=Mine kontaktpersoner
       Capital=Aksjekapital
       CapitalOf=Aksjekapital på %s
       EditCompany=Rediger firma
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Sjekk
      -VATIntraCheckDesc=Lenken <b>%s</b> slår opp i den europeiske kontrolltjenesten for MVA (gjelder ikke norske foretak). Serveren må ha ekstern internettilgang for at denne funksjonen skal virke.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Slå opp i Intracomunnautary VAT på EU-kommisjonens nettsted
      -VATIntraManualCheck=Du kan også sjekke manuelt på <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Sjekk er ikke tilgjengelig. Tjenesten er ikke tilgjengelig for landet (%s).
      -NorProspectNorCustomer=Hverken prospekt eller kunde
      -JuridicalStatus=Juridisk status
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Ansatte
       ProspectLevelShort=Potensiell
       ProspectLevel=Prospektpotensiale
      @@ -387,31 +387,31 @@ ExportCardToFormat=Eksporter kort til format
       ContactNotLinkedToCompany=Kontaktpersonen er ikke lenket til noen tredjepart
       DolibarrLogin=Dolibarr innlogging
       NoDolibarrAccess=Ingen tilgang til Dolibarr
      -ExportDataset_company_1=Tredjeparter (Firmaer, organisasjoner, personer) og egenskaper
      -ExportDataset_company_2=Kontaktpersoner og egenskaper
      -ImportDataset_company_1=Tredjeparter (Firmaer, organisasjoner, personer) og egenskaper
      -ImportDataset_company_2=Kontakter/adresser (til tredjeparter eller ikke) og attributter
      -ImportDataset_company_3=Tredjeparters bankkontoer 
      -ImportDataset_company_4=Tredjeparter/Salgsrepresentanter (Tilordne salgsrepresentanters brukere til bedrifter)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Prisnivå
       DeliveryAddress=Leveringsadresse
       AddAddress=Legg til adresse
      -SupplierCategory=Vendor category
      +SupplierCategory=Leverandør kategori
       JuridicalStatus200=Uavhengig
       DeleteFile=Slett fil
       ConfirmDeleteFile=Er du sikker på at du vil slette denne filen?
       AllocateCommercial=Tildelt salgsrepresentant
       Organization=Organisasjon
      -FiscalYearInformation=Informasjon om regnskapsåret
      +FiscalYearInformation=Regnskapsår
       FiscalMonthStart=Første måned i regnskapsåret
      -YouMustAssignUserMailFirst=Du må opprette e-postadresse for denne brukeren først for være i stand til å legge til e-postvarslinger for ham.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=For å kunne legge til e-postvarsler, må du først definere kontakter med gyldige e-postadresser hos tredjepart
      -ListSuppliersShort=List of vendors
      +ListSuppliersShort=Liste over leverandører
       ListProspectsShort=Liste over prospekter
       ListCustomersShort=Liste over kunder
      -ThirdPartiesArea=Tredjepart og kontaktområde
      +ThirdPartiesArea=Tredjeparter / Kontakter
       LastModifiedThirdParties=Siste %s endrede tredjeparter
      -UniqueThirdParties=Totalt antall unike tredjeparter
      +UniqueThirdParties=Totalt antall tredjeparter
       InActivity=Åpent
       ActivityCeased=Stengt
       ThirdPartyIsClosed=Tredjepart er stengt
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Gjeldende utestående regning
       OutstandingBill=Max. utestående beløp
       OutstandingBillReached=Maksimun utestående beløp nådd
       OrderMinAmount=Minimumsbeløp for bestilling
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Fri kode. Denne koden kan endres når som helst.
       ManagingDirectors=(E) navn (CEO, direktør, president ...)
       MergeOriginThirdparty=Dupliser tredjepart (tredjepart du vil slette)
       MergeThirdparties=Flett tredjeparter
      -ConfirmMergeThirdparties=Er du sikker på at du vil slå sammen denne tredjeparten med den nåværende? Alle koblede objekter (fakturaer, ordre, ...) blir flyttet til nåværende tredjepart, og tredjeparten blir slettet.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Tredjeparter har blitt flettet
       SaleRepresentativeLogin=Innlogging for salgsrepresentant
       SaleRepresentativeFirstname=Selgers fornavn
       SaleRepresentativeLastname=Selgers etternavn
       ErrorThirdpartiesMerge=Det oppsto en feil ved sletting av tredjepart. Vennligst sjekk loggen. Endringer er blitt tilbakestilt.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/nb_NO/errors.lang b/htdocs/langs/nb_NO/errors.lang
      index 9ccb0276763..3515e5734ae 100644
      --- a/htdocs/langs/nb_NO/errors.lang
      +++ b/htdocs/langs/nb_NO/errors.lang
      @@ -32,9 +32,9 @@ ErrorBarCodeRequired=Strekkode påkrevet
       ErrorCustomerCodeAlreadyUsed=Kundekoden er allerede benyttet
       ErrorBarCodeAlreadyUsed=Strekkode allerede brukt
       ErrorPrefixRequired=Prefiks påkrevet
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=Feil syntaks for leverandørkode
      +ErrorSupplierCodeRequired=Leverandørkode kreves
      +ErrorSupplierCodeAlreadyUsed=Leverandørkode allerede brukt
       ErrorBadParameters=Ugyldige parametere
       ErrorBadValueForParameter=Feil verdi '%s' for parameter '%s'
       ErrorBadImageFormat=Bildeformatet støttes ikke (Din PHP støtter ikke konvertering av dette formatet)
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Verdien '%s' har feil datoformat
       ErrorWrongDate=Dato er feil!
       ErrorFailedToWriteInDir=Kan ikke skrive til mappen %s
       ErrorFoundBadEmailInFile=Feil e-postsyntaks for %s linjer i filen (for eksempel linje %s med e-post=%s)
      -ErrorUserCannotBeDelete=Bruker kan ikke slettes. Kan være knyttet til Dolibarr-enheter.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Noen påkrevde felt er ikke fylt ut.
       ErrorSubjectIsRequired=Epost-emnet er påkrevd
       ErrorFailedToCreateDir=Kunne ikke opprette mappen. Kontroller at webserverbrukeren har skriverettigheter i dokumentmappen i Dolibarr. Hvis <b>safe_mode</b> er akivert i PHP, sjekk at webserveren eier eller er med i gruppen(eller bruker) for Dolibarr php-filer.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Sett inn verdi for å velge liste
       ErrorNoValueForCheckBoxType=Sett inn verdi for å velge avkrysningsboks-liste
       ErrorNoValueForRadioType=Sett i verdi for radioknapp-liste
       ErrorBadFormatValueList=Listeverdien kan ikke ha mer enn ett komma: <u>%s</u>, men må ha minst ett: nøkkel,verdi
      -ErrorFieldCanNotContainSpecialCharacters=Feltet <b>%s</b> kan ikke inneholde spesialtegn.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Feltet <b>%s</b> må ikke inneholde spesialkarakterer, ikke store bokstaver og ikke bare tall
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Ingen regnskapsmodul aktivert
       ErrorExportDuplicateProfil=Profilnavnet til dette eksport-oppsettet finnes allerede
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP oppsett er ikke komplett.
       ErrorLDAPMakeManualTest=En .ldif fil er opprettet i mappen %s. Prøv å lese den manuelt for å se mer informasjon om feil.
      -ErrorCantSaveADoneUserWithZeroPercentage=Kan ikke lagre en handling med "status ikke startet" hvis feltet "gjort av" også er utfylt.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref bruket til oppretting finnes allerede.
       ErrorPleaseTypeBankTransactionReportName=Vennligst skriv inn kontoutskriftsnavnet der oppføringen skal rapporteres (Format YYYYMM eller YYYYMMDD)
      -ErrorRecordHasChildren=Kunne ikke slette posten da den har koblinger.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Objektet har minst under-objekt av typen %s
      -ErrorRecordIsUsedCantDelete=Kan ikke slette posten. Den er allerede brukt eller inkludert i et annet objekt
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript må være aktivert for å kunne bruke denne funksjonen. For å aktivere/deaktivere Javascript, gå til menyen Hjem-> Oppsett-> Visning.
       ErrorPasswordsMustMatch=Passordene må samsvare med hverandre
      -ErrorContactEMail=En teknisk feil oppsto. Vennligst kontakt administrator på e-post <b>%s</b> og oppgi feilkoden <b>%s</b> i meldingen, eller enda bedre, ved å legge til en skjermdump av denne siden.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Feil verdi for feltnummeret <b>%s</b> (verdien <b>«%s"</b> samsvarer ikke med regex regel <b>%s)</b>
       ErrorFieldValueNotIn=Feil verdi for feltnummer <b>%s</b> (verdi '<b>%s</b>' er ikke tillatt i feltet <b>%s</b> i tabell <b>%s</b>)
       ErrorFieldRefNotIn=Feil verdi for feltnummer <b>%s</b> (verdien '<b>%s</b>' er ikke en <b>%s</b> eksisterende ref)
      @@ -87,7 +88,8 @@ ErrorsOnXLines=Feil på <b>%s</b> kildelinje(r)
       ErrorFileIsInfectedWithAVirus=Antivirus-programmet var ikke i stand til å validere filen (filen kan være infisert av et virus)
       ErrorSpecialCharNotAllowedForField=Spesialtegn er ikke tillatt for feltet "%s"
       ErrorNumRefModel=En referanse finnes i databasen (%s), og er ikke kompatibel med denne nummereringsregelen. Fjern posten eller omdøp referansen for å aktivere denne modulen.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=Mengde for lavt for denne leverandøren eller ingen pris angitt på dette produktet for denne leverandøren
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Oppsett av modulen ser ikke ut til å være komplett. Gå til Hjem - Oppsett - Moduler for å fullføre.
       ErrorBadMask=Feil på maske
       ErrorBadMaskFailedToLocatePosOfSequence=Feil! Maske uten sekvensnummer
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Feil, ikke korrekt tilbakestillingsverdi
       ErrorMaxNumberReachForThisMask=Maksimum nummer nådd for denne masken
       ErrorCounterMustHaveMoreThan3Digits=Teller må ha mer enn 3 siffer
       ErrorSelectAtLeastOne=Feil! Velg minst én oppføring.
      -ErrorDeleteNotPossibleLineIsConsolidated=Sletting ikke mulig fordi posten er knyttet til en banktransaksjonen som er avstemt
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s er tilordnet en annen tredjepart
       ErrorFailedToSendPassword=Klarte ikke å sende passord
       ErrorFailedToLoadRSSFile=Klarer ikke hente RSS-feed. Prøv å legge konstant MAIN_SIMPLEXMLLOAD_DEBUG hvis feilmeldinger ikke gir nok informasjon.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Bruker med loginn <b>%s</b> kunne ikke bli funnet.
       ErrorLoginHasNoEmail=Denne brukeren har ingen e-postadresse. Prosess avbrutt.
       ErrorBadValueForCode=Feil verdi for sikkerhetskode. Prøv igjen med ny verdi ...
       ErrorBothFieldCantBeNegative=Feltene %s og %s kan ikke begge være 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=Kvantum på linjer i kundefakturaer kan ikke være negativ
       ErrorWebServerUserHasNotPermission=Brukerkonto <b>%s</b> som brukes til å kjøre web-server har ikke tillatelse til det
       ErrorNoActivatedBarcode=Ingen strekkodetype aktivert
      @@ -138,7 +141,7 @@ ErrorBadFormat=Feil format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Feil, dette medlemmet er ennå ikke knyttet til noen tredjepart. Koble medlemmet til en eksisterende tredjepart eller opprett en ny tredjepart før du oppretter abonnement med faktura.
       ErrorThereIsSomeDeliveries=Feil! Det er noen leveringer knyttet til denne forsendelsen. Sletting nektet
       ErrorCantDeletePaymentReconciliated=Kan ikke slette en betaling etter at det er blitt generert en bankoppføring som er blitt avstemt
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Kan ikke slette en betaling delt med minst en faktura med status Betalt
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Kan ikke tildele til konstant '%s'
       ErrorPriceExpression2=Kan ikke omdefinere innebygd funksjon '%s'
       ErrorPriceExpression3=Udefinert variabel '%s' i funksjon
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Uventet '%s'
       ErrorPriceExpression6=Feil antall argumenter (%s er gitt, %s er forventet)
       ErrorPriceExpression8=Uventet operator '%s'
       ErrorPriceExpression9=En uventet feil oppsto
      -ErrorPriceExpression10=Operator '%s' mangler operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Forventet '%s'
       ErrorPriceExpression14=Delt på null
       ErrorPriceExpression17=Udefinert variabel '%s'
      @@ -171,13 +174,13 @@ ErrorGlobalVariableUpdater4=SOAP klienten feilet med meldingen '%s'
       ErrorGlobalVariableUpdater5=Ingen global variabel valgt
       ErrorFieldMustBeANumeric=Feltet <b>%s</b> må være en numerisk verdi
       ErrorMandatoryParametersNotProvided=Obligatorisk(e) parametre ikke angitt
      -ErrorOppStatusRequiredIfAmount=Sett inn et estimert beløp for denne muligheten. Status må også settes
      +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
       ErrorFailedToLoadModuleDescriptorForXXX=Kunne ikke laste moduldeskriptorklassen for %s
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Bad Definition Of Menu Array In Module Descriptor (bad value for key fk_menu)
      -ErrorSavingChanges=En feil oppsto under lagring av endringer
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Lager er obligatorisk for å kunne levere
       ErrorFileMustHaveFormat=Filen må ha formatet %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=Land for denne leverandøren er ikke definert. Rett dette først.
       ErrorsThirdpartyMerge=Klarte ikke å flette de to postene. Forespørsel ble avbrutt.
       ErrorStockIsNotEnoughToAddProductOnOrder=Lagernivå er for lavt for å legge %s til i en ny ordre
       ErrorStockIsNotEnoughToAddProductOnInvoice=Lagernivå er for lavt for å legge %s til i en ny faktura
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Filen ble ikke funnet. Kanskje delingsnøkkelen
       ErrorProductBarCodeAlreadyExists=Vare-strekkoden %s finnes allerede i en annen produktreferanse.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Vær også oppmerksom på at bruk av virtuelle varer som har automatisk økning/reduksjon av undervarer, ikke er mulig når minst en undervare (eller undervare av undervarer) trenger et serienummer/lotnummer.
       ErrorDescRequiredForFreeProductLines=Beskrivelse er obligatorisk for linjer med gratis vare
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Et passord ble satt for dette medlemmet, men ingen brukerkonto ble opprettet. Det fører til at passordet ikke kan benyttes for å logge inn på Dolibarr. Det kan brukes av en ekstern modul/grensesnitt, men hvis du ikke trenger å definere noen innlogging eller passord for et medlem, kan du deaktivere alternativet "opprett en pålogging for hvert medlem" fra medlemsmodul-oppsettet. Hvis du trenger å administrere en pålogging, men ikke trenger noe passord, kan du holde dette feltet tomt for å unngå denne advarselen. Merk: E-post kan også brukes som en pålogging dersom medlemmet er knyttet til en bruker.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Et bokmerke med denne tittelen eller denne URL'en e
       WarningPassIsEmpty=Advarsel: databasepassordet er tomt. Dette er en sikkerhetsrisiko. Du bør passordbeskytte databasen og endre filen conf.php
       WarningConfFileMustBeReadOnly=Advarsel, config-filen din <b>(htdocs / conf / conf.php)</b> kan overskrives av webserveren. Dette er et alvorlig sikkerhetshull. Endre tillatelser på filen til skrivebeskyttet modus for operativsystem-brukeren brukt av web-server. Hvis du bruker Windows og FAT format for disken din, må du vite at dette filsystemet ikke tillater å legge til tillatelser på filen, så du kan ikke være helt sikker.
       WarningsOnXLines=Advarsler på <b>%s</b> kildelinje(r)
      -WarningNoDocumentModelActivated=Ingen modell, for dokumentgenerrering, er blitt aktivert. En modell vil bli valgt som standard til du kontrollerer moduloppsettet.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=ADVARSEL! Når setup er ferdig, må du deaktivere installasjon/migrasjons-verktøy ved å legge til filen <b>install.lock</b> i mappen <b>%s</b>. Uten denne filen er sikkerheten kraftig redusert
      -WarningUntilDirRemoved=Alle sikkerhetsadvarsler (synlige for admin-brukere) vil være aktiv så lenge sårbarhet er tilstede (eller at konstant MAIN_REMOVE_INSTALL_WARNING legges i Oppset-> Andre innstillinger).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Advarsel! Avsluttes selv om beløpet er forskjellig mellom kilde- og målelementer. Aktiver denne funksjonen med forsiktighet.
       WarningUsingThisBoxSlowDown=Advarsel! Ved å bruke denne boksen vil du gjøre alle sider som bruker den, tregere.
       WarningClickToDialUserSetupNotComplete=Oppsett av KlikkForÅRinge informasjon for din bruker er ikke komplett (Se fanen KlikkForÅRinge på ditt bruker-kort)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=For mange data (mer enn %s linjer). Bruk
       WarningSomeLinesWithNullHourlyRate=Noen tider ble registrert av noen brukere mens deres timepris ikke var definert. En verdi på 0 %s pr. time ble brukt, men dette kan føre til feil verdivurdering av tidsbruk.
       WarningYourLoginWasModifiedPleaseLogin=Din innlogging er blitt endret. Av sikkerhetsgrunner må du logge inn på nytt før du kan gjøre noe.
       WarningAnEntryAlreadyExistForTransKey=En oppføring eksisterer allerede for oversettelsesnøkkel for dette språket
      -WarningNumberOfRecipientIsRestrictedInMassAction=Advarsel, antall forskjellige mottakere er begrenset til <b> %s</b> når du bruker bulkhandlinger på lister
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Advarsel, datoen for linjen ligger utenfor tiden til utgiftsrapporten
      diff --git a/htdocs/langs/nb_NO/interventions.lang b/htdocs/langs/nb_NO/interventions.lang
      index 09ef216fcdc..fa1566dac40 100644
      --- a/htdocs/langs/nb_NO/interventions.lang
      +++ b/htdocs/langs/nb_NO/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervensjoner
       InterventionCard=Intervensjonskort
       NewIntervention=Ny intervensjon
       AddIntervention=Opprett intervensjon
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Oversikt over intervensjoner
       ActionsOnFicheInter=Handlinger ved intervensjon
       LastInterventions=Siste %s intervensjoner
      @@ -51,7 +52,7 @@ UseDurationOnFichinter=Skjuler varighet-feltet for intervensjonsposter
       UseDateWithoutHourOnFichinter=Skjuler timer- og minutt-feltene for intervensjonsposter
       InterventionStatistics=Statistikk over intervensjoner
       NbOfinterventions=Antall intervensjonskort
      -NumberOfInterventionsByMonth=Antall intervensjonskort etter måned (validasjonsdato)
      +NumberOfInterventionsByMonth=Antall intervensjonskort etter måned (dato for validering)
       AmountOfInteventionNotIncludedByDefault=Beløp fra intervensjoner er ikke inkludert som standard i overskudd (i de fleste tilfeller er tidsplaner brukt til å regne tid brukt). Legg til alternativ PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT til 1 i hjem-oppsett-andre for å inkludere dem.
       ##### Exports #####
       InterId=Intervensjons-ID
      diff --git a/htdocs/langs/nb_NO/main.lang b/htdocs/langs/nb_NO/main.lang
      index 1bf0bb77cbc..13f3c8ce16a 100644
      --- a/htdocs/langs/nb_NO/main.lang
      +++ b/htdocs/langs/nb_NO/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Klarte ikke å sende epost (avsender=%s, mottager=%s)
       ErrorFileNotUploaded=Filen ble ikke lastet oppp. Sjekk at den ikke er større en maksimumsgrensen, at det er plass igjen på disken og at det ikke ligger en fil med samme navn i katalogen.
       ErrorInternalErrorDetected=Feil oppdaget 
       ErrorWrongHostParameter=Feil vertsparameter
      -ErrorYourCountryIsNotDefined=Landet ditt er ikke definert. Gå til Hjem-Innstillinger-Rediger og fyll ut skjemaet igjen.
      -ErrorRecordIsUsedByChild=Kan ikke slette posten. Posten refereres til av minst en annen post.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Feil verdi
       ErrorWrongValueForParameterX=Feil verdi for parameter %s
       ErrorNoRequestInError=Ingen forepørsel i feil
      -ErrorServiceUnavailableTryLater=Tjenesten er utilgjengelig for øyeblikket. Prøv igjen senere.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplikate verdier i unik felttype
      -ErrorSomeErrorWereFoundRollbackIsDone=Det ble oppdaget feil. Endringer rulles tilbake.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> er ikke definert i konfigurasjonsfil <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Fant ikke brukeren <b>%s</b> i databasen.
       ErrorNoVATRateDefinedForSellerCountry=Feil: Det er ikke definert noen MVA-satser for landet '%s'.
       ErrorNoSocialContributionForSellerCountry=Feil! Ingen skatter og avgifter definert for landet '%s'
       ErrorFailedToSaveFile=Feil: Klarte ikke å lagre filen.
      -ErrorCannotAddThisParentWarehouse=Du prøver å legge til en forelder-lager som allerede er et barn av nåværende
      -MaxNbOfRecordPerPage=Maks antall poster per side
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Du er ikke autorisert for å gjøre dette.
       SetDate=Still dato
       SelectDate=Velg en dato
      @@ -78,10 +78,10 @@ FileRenamed=Filen har fått nytt navn
       FileGenerated=Filen ble opprettet
       FileSaved=Filen ble lagret
       FileUploaded=Opplastningen var vellykket
      -FileTransferComplete=Fil(er) ble lastet opp
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Fil(er) slettet
       FileWasNotUploaded=En fil er valgt som vedlegg, men er ennå ikke lastet opp. Klikk på "Legg ved fil" for dette.
      -NbOfEntries=Antall oppføringer
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Les online-hjelp (Du må være tilknyttet internett)
       GoToHelpPage=Les hjelp
       RecordSaved=Posten er lagret
      @@ -94,7 +94,7 @@ Undefined=Udefinert
       PasswordForgotten=Glemt passordet?
       NoAccount=Ingen konto?
       SeeAbove=Se ovenfor
      -HomeArea=Hjemmeområde
      +HomeArea=Hjem
       LastConnexion=Siste forbindelse
       PreviousConnexion=Forrige tilkobling
       PreviousValue=Forrige verdi
      @@ -142,6 +142,7 @@ Closed=Lukket
       Closed2=Lukket
       NotClosed=Ikke lukket
       Enabled=Slått på
      +Enable=Aktiver
       Deprecated=Utdatert
       Disable=Slå av
       Disabled=Slått av
      @@ -153,7 +154,7 @@ Update=Oppdater
       Close=Lukk
       CloseBox=Fjern widget fra kontrollpanelet
       Confirm=Bekreft
      -ConfirmSendCardByMail=Vil du virkelig sende innholdet av dette kortet med epost til <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Slett
       Remove=Fjern
       Resiliate=Terminer
      @@ -327,7 +328,7 @@ Copy=Kopier
       Paste=Lim inn
       Default=Standard
       DefaultValue=Standardverdi
      -DefaultValues=Standardverdier
      +DefaultValues=Default values/filters/sorting
       Price=Pris
       PriceCurrency=Pris (valuta)
       UnitPrice=Enhetspris
      @@ -347,7 +348,7 @@ AmountTTCShort=Beløp (inkl. MVA)
       AmountHT=Beløp (eksl. MVA)
       AmountTTC=Beløp (inkl. MVA)
       AmountVAT=MVA beløp
      -MulticurrencyAlreadyPaid=Allerede betalt, original valuta
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Gjenstår å betale, original valuta
       MulticurrencyPaymentAmount=Beløp, original valuta
       MulticurrencyAmountHT=Beløp (eks. MVA), original valuta
      @@ -428,7 +429,7 @@ ActionNotApplicable=Ikke aktuelt
       ActionRunningNotStarted=Ikke startet
       ActionRunningShort=Pågår
       ActionDoneShort=Fullført
      -ActionUncomplete=Ikke komplett
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Siste %s koblede hendelser
       CompanyFoundation=Firma/organisasjon
       Accountant=Regnskapsfører
      @@ -453,8 +454,8 @@ Generate=Generer
       Duration=Varighet
       TotalDuration=Total varighet
       Summary=Oppsummering
      -DolibarrStateBoard=Databasestatistikk
      -DolibarrWorkBoard=Kontrollpanel for åpne elementer
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Ingen åpne elementer å behandle
       Available=Tilgjengelig
       NotYetAvailable=Ikke tilgjengelig ennå
      @@ -506,7 +507,7 @@ None=Ingen
       NoneF=Ingen
       NoneOrSeveral=Ingen eller flere
       Late=Forsinket
      -LateDesc=Forsinkelse for å bestemme om en post er forsinket eller ikke bestemmes i oppsettet. Kontakt Admin for å endre dette i Hjem - Oppsett - Varslinger.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=Ingen forsinket enhet
       Photo=Bilde
       Photos=Bilder
      @@ -530,18 +531,6 @@ September=September
       October=Oktober
       November=November
       December=Desember
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Mai
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Des
       Month01=januar
       Month02=februar
       Month03=mars
      @@ -646,6 +635,8 @@ SendMail=Send e-post
       EMail=E-post
       NoEMail=Ingen e-post
       Email=E-post
      +AlreadyRead=Alreay read
      +NotRead=Ikke lest
       NoMobilePhone=Ingen mobiltelefon
       Owner=Eier
       FollowingConstantsWillBeSubstituted=Følgende konstanter vil bli erstattet med korresponderende verdi.
      @@ -677,7 +668,7 @@ NeverReceived=Aldri mottatt
       Canceled=Kansellert
       YouCanChangeValuesForThisListFromDictionarySetup=Du kan endre verdier for denne listen fra menyen Oppsett - Ordbøker
       YouCanChangeValuesForThisListFrom=Du kan endre verdier for denne listen fra menyen %s
      -YouCanSetDefaultValueInModuleSetup=Du kan sette standardverdi for nye poster i Oppsett-modulen
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Farge
       Documents=Tilknyttede filer
       Documents2=Dokumenter
      @@ -716,15 +707,15 @@ Merge=Flett
       DocumentModelStandardPDF=Standard PDF-mal
       PrintContentArea=Vis nettstedet for å skrive ut innholdet på hovedområdet
       MenuManager=Menymanager
      -WarningYouAreInMaintenanceMode=Advarsel, du er i vedlikeholds-modus, så bare <b>%s</b> har lov til å bruke programmet for øyeblikket.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systemfeil
       CoreErrorMessage=Beklager, en feil oppsto. Kontakt din systemadministrator for å sjekke loggene eller deaktiver $dolibarr_main_prod=1 for mer informasjon
       CreditCard=Kredittkort
       ValidatePayment=Godkjenn betaling
       CreditOrDebitCard=Kreditt- eller debetkort
       FieldsWithAreMandatory=Felt med <b>%s</b> er obligatoriske
      -FieldsWithIsForPublic=Felt med <b>%s</b> er vist på den offentlige listen over medlemmene. Hvis du ikke ønsker dette, fjern merket "offentlig".
      -AccordingToGeoIPDatabase=(Ifølge GeoIP konvertering)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linje
       NotSupported=Støttes ikke
       RequiredField=Obligatorisk felt
      @@ -732,6 +723,8 @@ Result=Resultater
       ToTest=Test
       ValidateBefore=Kortet må valideres før du bruker denne funksjonen
       Visibility=Synlighet
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privat
       Hidden=Skjult
       Resources=Ressurser
      @@ -750,6 +743,7 @@ LinkTo=Lenke til
       LinkToProposal=Lenke til tilbud
       LinkToOrder=Lenke til ordre
       LinkToInvoice=Lenke til faktura
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Lenke til leverandørordre
       LinkToSupplierProposal=Lenke til leverandørtilbud
       LinkToSupplierInvoice=Lenke til leverandørfaktura
      @@ -758,6 +752,7 @@ LinkToIntervention=Lenke til intervensjon
       CreateDraft=Lag utkast
       SetToDraft=Tilbake til kladd
       ClickToEdit=Klikk for å redigere
      +ClickToRefresh=Click to refresh
       EditWithEditor=Rediger med CKEditor
       EditWithTextEditor=Rediger med tekstbehandler
       EditHTMLSource=Rediger HTML-kilde
      @@ -772,14 +767,14 @@ ByDay=Etter dag
       BySalesRepresentative=Etter salgsrepresentant
       LinkedToSpecificUsers=Knyttet til en bestemt brukerkontakt
       NoResults=Ingen resultater
      -AdminTools=Administrative verktøy
      +AdminTools=Admin Tools
       SystemTools=Systemverktøy
       ModulesSystemTools=Modulverktøy
       Test=Test
       Element=Element
       NoPhotoYet=Ingen bilder tilgjengelig ennå
       Dashboard=Kontrollpanel
      -MyDashboard=Mitt kontrollpanel
      +MyDashboard=My Dashboard
       Deductible=Egenandel
       from=fra
       toward=mot
      @@ -802,7 +797,7 @@ PrintFile=Skriv fil %s
       ShowTransaction=Vis oppføring på bankkonto
       ShowIntervention=Vis intervensjon
       ShowContract=Vis kontrakt
      -GoIntoSetupToChangeLogo=Gå til Hjem - Oppsett - Firma for å skifte logo eller Hjem - Oppsett -  Display for å skjule.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Avvis
       Denied=Avvist
       ListOf=Liste over %s
      @@ -818,12 +813,12 @@ Sincerely=Med vennlig hilsen
       DeleteLine=Slett linje
       ConfirmDeleteLine=Er du sikker på at du vil slette denne linjen?
       NoPDFAvailableForDocGenAmongChecked=Ingen PDF var tilgjengelig for dokumentgenerering blant kontrollerte poster
      -TooManyRecordForMassAction=For mange poster valgt for massehandling. Handlingen er begrenset til en liste på%s poster.
      +TooManyRecordForMassAction=For mange poster valgt for masseutførelse. Maksimum %s poster er tillatt.
       NoRecordSelected=Ingen poster valgt
       MassFilesArea= Filområde bygget av massehandlinger
       ShowTempMassFilesArea=Vis filområde bygget av massehandlinger
      -ConfirmMassDeletion=Bekreftelse av massesletting
      -ConfirmMassDeletionQuestion=Er du sikker på at du vil slette den %s valgte posten?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Relaterte objekter
       ClassifyBilled=Klassifisert fakturert
       ClassifyUnbilled=Klassifiser ufakturert
      @@ -841,7 +836,7 @@ Calendar=Kalender
       GroupBy=Grupper etter...
       ViewFlatList=Vis liste
       RemoveString=Fjern strengen '%s'
      -SomeTranslationAreUncomplete=Noen språk kan delvis oversettes eller kan inneholde feil. Hvis du oppdager feil, kan du fikse språkfiler ved å registrere deg på <a href="https://transifex.com/projects/p/dolibarr/" target="_blank"> https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direkte nedlastingslink (offentlig/ekstern)
       DirectDownloadInternalLink=Direkte nedlastingslink (må være logget på og trenger tillatelser)
       Download=Last ned
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR og Bank
       AutomaticallyCalculated=Automatisk beregnet
       TitleSetToDraft=Gå tilbake til utkast
      -ConfirmSetToDraft=Er du sikker på at du vil gå tilbake til utkaststatus?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import ID
       Events=Hendelser
      -EMailTemplates=E-postmaler
      -FileNotShared=Filen er ikke delt eksternt
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Prosjekt
       Projects=Prosjekter
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Rettigheter
       LineNb=Linje nr.
       IncotermLabel=Incotermer
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Mandag
       Tuesday=Tirsdag
      @@ -927,7 +931,7 @@ SearchIntoInterventions=Intervensjoner
       SearchIntoContracts=Kontrakter
       SearchIntoCustomerShipments=Kundeforsendelser
       SearchIntoExpenseReports=Utgiftsrapporter
      -SearchIntoLeaves=Ferier
      +SearchIntoLeaves=Leave
       CommentLink=Kommentarer
       NbComments=Antall kommentarer
       CommentPage=Kommentarfelt
      @@ -935,7 +939,7 @@ CommentAdded=Kommentar lagt til
       CommentDeleted=Kommentar slettet
       Everybody=Alle
       PayedBy=Betalt av
      -PayedTo=Betalt til
      +PayedTo=Paid to
       Monthly=Månedlig
       Quarterly=Kvartalsvis
       Annual=Årlig
      @@ -945,6 +949,7 @@ LocalAndRemote=Lokal og ekstern
       KeyboardShortcut=Tastatursnarvei
       AssignedTo=Tildelt
       Deletedraft=Slett utkast
      -ConfirmMassDraftDeletion=Bekreft massesletting av utkast
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Fil delt via en lenke
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Du er for øyeblikket i %s "sandbox" -modus
      diff --git a/htdocs/langs/nb_NO/other.lang b/htdocs/langs/nb_NO/other.lang
      index 845c757bd0a..8089a1d8672 100644
      --- a/htdocs/langs/nb_NO/other.lang
      +++ b/htdocs/langs/nb_NO/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Sikkerhetskode
       NumberingShort=Nr
       Tools=Verktøy
       TMenuTools=Verktøy
      -ToolsDesc=Alle diverse-verktøy som ikke er inkludert i andre menyoppføringer, samles her. <br> <br> Alle verktøyene kan nås i venstre meny.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Fødselsdag
       BirthdayDate=Fødselsdag
       DateToBirth=Fødselsdag
      @@ -23,7 +23,7 @@ MessageForm=Melding på elektronisk betalingsformular
       MessageOK=Returside for melding om validert betaling
       MessageKO=Returside for melding om avbrutt betaling
       ContentOfDirectoryIsNotEmpty=Denne katalogen er ikke tom.
      -DeleteAlsoContentRecursively=Kryss av for å slette alt innhold rekursivt
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=År av fakturadato
       PreviousYearOfInvoice=Forrige års fakturadato
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Følgende år av fakturadato
       DateNextInvoiceBeforeGen=Dato for neste faktura (før generering)
       DateNextInvoiceAfterGen=Dato for neste faktura (etter generering)
       
      -Notify_FICHINTER_ADD_CONTACT=Kontakt lagt til intervensjon
      -Notify_FICHINTER_VALIDATE=Intervensjon validert
      -Notify_FICHINTER_SENTBYMAIL=Intervensjon sendt med post
       Notify_ORDER_VALIDATE=Kundeordre validert
       Notify_ORDER_SENTBYMAIL=Kundeordre sendt i posten
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Leverandørordre sendt med post
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Leverandørordre opptatt
       Notify_ORDER_SUPPLIER_APPROVE=Leverandørordre godkjent
       Notify_ORDER_SUPPLIER_REFUSE=Leverandørordre avvist
       Notify_PROPAL_VALIDATE=Kundentilbud validert
      -Notify_PROPAL_CLOSE_SIGNED=Lukket tilbud signert
      -Notify_PROPAL_CLOSE_REFUSED=Lukket tilbud avvist
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Tilbud sendt med post
       Notify_WITHDRAW_TRANSMIT=Overføring avbrudt
       Notify_WITHDRAW_CREDIT=Kreditt tilbaketrekning
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Tredjepart opprettet
       Notify_COMPANY_SENTBYMAIL=E-poster sendt fra tredjeparts-kort
       Notify_BILL_VALIDATE=Kundefaktura validert
       Notify_BILL_UNVALIDATE=Validering fjernet på kundefaktura
      -Notify_BILL_PAYED=Kundefaktura betalt
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Kundefaktura kansellert
       Notify_BILL_SENTBYMAIL=Kundefaktura sendt i posten
       Notify_BILL_SUPPLIER_VALIDATE=Leverandørfaktura validert
      -Notify_BILL_SUPPLIER_PAYED=Leverandørfaktura betalt
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Leverandørfaktura sendt i posten
       Notify_BILL_SUPPLIER_CANCELED=Leverandørfaktura kansellert
       Notify_CONTRACT_VALIDATE=Kontrakt validert
       Notify_FICHEINTER_VALIDATE=Intervensjon validert
      +Notify_FICHINTER_ADD_CONTACT=Kontakt lagt til intervensjon
      +Notify_FICHINTER_SENTBYMAIL=Intervensjon sendt med post
       Notify_SHIPPING_VALIDATE=Leveranse validert
       Notify_SHIPPING_SENTBYMAIL=Leveranse sendt i posten
       Notify_MEMBER_VALIDATE=Medlem validert
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Opprettelse av prosjekt
       Notify_TASK_CREATE=Oppgave opprettet
       Notify_TASK_MODIFY=Oppgave endret
       Notify_TASK_DELETE=Oppgave slettet
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Se oppsett av modul %s
       NbOfAttachedFiles=Antall vedlagte filer/dokumenter
       TotalSizeOfAttachedFiles=Total størrelse på vedlagte filer/dokumenter
       MaxSize=Maksimal størrelse
       AttachANewFile=Legg ved ny fil/dokument
       LinkedObject=Lenkede objekter
      -NbOfActiveNotifications=Antall notifikasjoner (antall e-postmottakere)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hei)__\nDette er en testmelding sendt til __EMAIL__.\nDe to linjene er skilt fra hverandre med et linjeskift.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hei)__\nDette er en <b> test </b> e-post (ordtesten må være i fet skrift). De to linjene skilles med et linjeskift.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hei)__\n\nVedlagt følger faktura __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Med vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hei)__\n\nVi kan ikke se at fakturaen __REF__ er betalt. Vedlagt følger fakturaen igjen, som en påminnelse.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Med vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hei)__\n\nVedlagt tilbud __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hei)__\n\nVedlagt tilbud som avtalt __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hei)__\n\nVedlagt ordre __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hei)__\n\nVedlagt vår bestilling __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hei)__\n\nVedlagt faktura __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hei)__\n\nVedlagt finner du forsendelsesinfo __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hei)__\n\nVedlagt intervensjon __REF__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=Du kan klikke på linken under for å utføre betalingen din, hvis det ikke allerede er gjort.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Installer eller aktiver GD-bibliotek i din PHP-installasjon
       ProfIdShortDesc=<b>Prof-ID %s</b> er avhengig av tredjepartens land.<br>For eksempel er det for <b>%s</b>, koden <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistikk over summen av produkter/tjenester
      -StatsByNumberOfEntities=Statistikk i antall henvisende enheter (antall fakturaer, eller ordre...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Antall tilbud
       NumberOfCustomerOrders=Antall kundeordre
       NumberOfCustomerInvoices=Antall kundefakturaer
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Antall enheter i kundefakturaer
       NumberOfUnitsSupplierProposals=Antall enheter i leverandørtilbud
       NumberOfUnitsSupplierOrders=Antall enheter på leverandørordre
       NumberOfUnitsSupplierInvoices=Antall enheter i leverandørfakturaer
      -EMailTextInterventionAddedContact=En ny intervensjon %s er blitt tildelt deg.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervensjonen %s har blitt validert.
       EMailTextInvoiceValidated=Fakturaen %s har blitt validert.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Tilbudet %s har blitt validert.
       EMailTextProposalClosedSigned=Forslaget %s er lukket signert.
       EMailTextOrderValidated=Ordren %s har blitt validert.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Ordren %s er godkjent av %s.
       EMailTextOrderRefused=Ordren %s har blitt avvist.
       EMailTextOrderRefusedBy=Ordren %s har blitt avvist av %s.
       EMailTextExpeditionValidated=Leveransen %s er blitt validert
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Datasett for import
       DolibarrNotification=Automatisk varsling
       ResizeDesc=Skriv inn ny bredde <b>eller</b> ny høyde. BxH forhold vil bli beholdt .
      @@ -204,7 +212,7 @@ NewLength=Ny bredde
       NewHeight=Ny høyde
       NewSizeAfterCropping=Ny størrelse etter beskjæring
       DefineNewAreaToPick=Definer nytt område på bildet for å hente (venstreklikk på bildet og dra til du kommer til motsatt hjørne)
      -CurrentInformationOnImage=Informasjon om gjeldende bilde
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Billedbehandler
       YouReceiveMailBecauseOfNotification=Du mottar denne meldingen fordi din e-post har blitt lagt til listen over mål for å bli informert om spesielle hendelser i %s programvare av %s.
       YouReceiveMailBecauseOfNotification2=Denne hendelsen er følgende:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Passordet ditt må ha minst <strong> %s </stro
       YourPasswordHasBeenReset=Ditt passord er tilbakestilt
       ApplicantIpAddress=IP-adresse til søkeren
       SMSSentTo=SMS sendt til %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Eksportområde
      diff --git a/htdocs/langs/nb_NO/projects.lang b/htdocs/langs/nb_NO/projects.lang
      index f67184f793c..259045027e5 100644
      --- a/htdocs/langs/nb_NO/projects.lang
      +++ b/htdocs/langs/nb_NO/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Er du sikker på at du vil slette dette prosjektet?
       ConfirmDeleteATask=Er du sikker på at du vil slette denne oppgaven?
       OpenedProjects=Åpne prosjekter
       OpenedTasks=Åpne oppgaver
      -OpportunitiesStatusForOpenedProjects=Mulighet-beløp på åpne prosjekter etter status
      -OpportunitiesStatusForProjects=Mulighet - beløp på prosjekter etter status
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Vis prosjekt
       ShowTask=Vis oppgave
       SetProject=Sett prosjekt
       NoProject=Ingen prosjekter definert
      -NbOfProjects=Antall prosjekter
      -NbOfTasks=Antall oppgaver
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Tid brukt
       TimeSpentByYou=Tid bruk av deg
       TimeSpentByUser=Tid brukt av bruker
      @@ -77,21 +77,22 @@ Time=Tid
       ListOfTasks=Oppgaveliste
       GoToListOfTimeConsumed=Gå til liste for tidsbruk
       GoToListOfTasks=Gå til oppgaveliste
      -GoToGanttView=Go to Gantt view
      +GoToGanttView=Gå til Gantt-visning
       GanttView=Gantt visning
      -ListProposalsAssociatedProject=Oversikt over tilbud relatert til dette prosjektet
      -ListOrdersAssociatedProject=Liste over kundeordre tilknyttet prosjektet
      -ListInvoicesAssociatedProject=Liste over kundefakturaer tilknyttet prosjektet
      -ListPredefinedInvoicesAssociatedProject=Liste over kundefaktura-maler tilknyttet prosjektet
      -ListSupplierOrdersAssociatedProject=Liste over leverandørordre tilknyttet prosjektet
      -ListSupplierInvoicesAssociatedProject=Liste over leverandørfakturaer tilknyttet prosjektet
      -ListContractAssociatedProject=Liste over kontrakter knyttet til prosjektet
      -ListShippingAssociatedProject=Liste over forsendelser som er knyttet til prosjektet
      -ListFichinterAssociatedProject=Liste over intervensjoner knyttet til prosjektet
      -ListExpenseReportsAssociatedProject=Liste over utgiftsrapporter tilknyttet prosjektet
      -ListDonationsAssociatedProject=Liste over donasjoner tilknyttet prosjektet
      -ListVariousPaymentsAssociatedProject=Liste over diverse betalinger knyttet til prosjektet
      -ListActionsAssociatedProject=Liste over hendelser knyttet til prosjektet
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Liste over tidsbruk på oppgaver i prosjektet
       ListTaskTimeForTask=Liste over tid forbruket på oppgaven
       ActivityOnProjectToday=Prosjektaktivitet i dag
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Prosjekt %s er endret
       TaskCreatedInDolibarr=Oppgave %s opprettet
       TaskModifiedInDolibarr=Oppgave %s endret
       TaskDeletedInDolibarr=Oppgave %s slettet
      -OpportunityStatus=Mulighet-status
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Tilbudsstatus
      -OpportunityProbability=Mulighet - sannsynlighet
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Mulig.sans.
      -OpportunityAmount=Mulighet beløp
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Tilbudsbeløp
       OpportunityAmountAverageShort=Gj.snitt tilbudsbeløp
       OpportunityAmountWeigthedShort=Vektet tilbudsbeløp
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Bidragsyter
       SelectElement=Velg element
       AddElement=Lenke til element
       # Documents models
      -DocumentModelBeluga=Oversikt over prosjektmaler for lenkede objekter
      -DocumentModelBaleine=Prosjekt-rapportmal for oppgaver
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planlagt arbeidsmengde
       PlannedWorkloadShort=Arbeidsmengde
       ProjectReferers=Relaterte elementer
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Prosjekter med denne brukeren som kontakt
       TasksWithThisUserAsContact=Oppgaver tildelt denne brukeren
       ResourceNotAssignedToProject=Ikke tildelt til prosjekt
       ResourceNotAssignedToTheTask=Ikke tildelt oppgaven
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Tid brukt av
       TasksAssignedTo=Oppgaver tildelt
       AssignTaskToMe=Tildel oppgaven til meg
      @@ -189,25 +192,26 @@ AssignTaskToUser=Tildel oppgave til %s
       SelectTaskToAssign=Velg oppgave å tildele...
       AssignTask=Tildel
       ProjectOverview=Oversikt
      -ManageTasks=Bruk prosjekter for å følge oppgaver og tidsbruk
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Bruk prosjekter for å følge muligheter
      -ProjectNbProjectByMonth=Antall prosjekter opprettet etter måned
      -ProjectNbTaskByMonth=Antall opprettede oppgaver etter måned
      -ProjectOppAmountOfProjectsByMonth=Tilbudsbeløp etter måned
      -ProjectWeightedOppAmountOfProjectsByMonth=Gjennomsnittsbeløp på muligheter etter måned
      -ProjectOpenedProjectByOppStatus=Åpne prosjekter etter mulighet-status
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistikk over muligheter
       TasksStatistics=Statistikk over prosjekter/hovedoppgaver
       TaskAssignedToEnterTime=Oppgave tildelt. Tidsbruk kan legges til
       IdTaskTime=Oppgave-tid ID
       YouCanCompleteRef=Hvis du ønsker å tilføre referansen med litt informasjon (for å bruke det som søkefiltre ), er det anbefalt å legge til et - tegn for å skille den, så den automatiske nummereringen fortsatt fungerer korrekt for neste prosjekt. For eksempel %s-ABC. Du kan også foretrekke å legge søkenøkler til etiketten. Men beste praksis kan være å legge et dedikert felt, også kalt komplementære egenskaper.
       OpenedProjectsByThirdparties=Åpne prosjekter etter tredjeparter
      -OnlyOpportunitiesShort=Kun muligheter
      -OpenedOpportunitiesShort=Åpne muligheter
      -NotAnOpportunityShort=Ikke en mulighet
      -OpportunityTotalAmount=Totalbeløp på muligheter
      -OpportunityPonderatedAmount=Gjennomsnittsbeløp på muligheter
      -OpportunityPonderatedAmountDesc=Muligheter - beløp vektet med sannsynlighet
      +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=Utforskning
       OppStatusQUAL=Kvalifikasjon
       OppStatusPROPO=Tilbud
      @@ -227,4 +231,6 @@ AllowCommentOnProject=Tillat brukerkommentarer på prosjekter
       DontHavePermissionForCloseProject=Du har ikke tillatelse til å lukke prosjektet %s
       DontHaveTheValidateStatus=Prosjektet %s må være åpent for å kunne lukkes
       RecordsClosed=%s prosjekt(er) lukket
      -SendProjectRef=Information project %s
      +SendProjectRef=Informasjon prosjekt %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/nl_BE/admin.lang b/htdocs/langs/nl_BE/admin.lang
      index e4ea06291c4..2c87937cd25 100644
      --- a/htdocs/langs/nl_BE/admin.lang
      +++ b/htdocs/langs/nl_BE/admin.lang
      @@ -23,16 +23,13 @@ ImportMySqlDesc=Voor de invoer van een backupbestand, voert u het mysql-commando
       CommandsToDisableForeignKeysForImportWarning=Verplicht als je je sql neerslag later wil gebruiken
       ExportStructure=Struktuur
       NameColumn=Kollomennaam
      -BoxesDesc=Widgets ( grafisch object of element) zijn componenten om specifieke informatie toe te voegen om bepaalde pagina's te personaliseren. Je hebt de keuze om al dan niet de widget te laten zien door de doelpagina te selecteren en te klikken op 'Activeren', of te klikken op het vuilbakje om het uit te schakelen.
       ModulesMarketPlaceDesc=Je kan meer modules vinden door te zoeken op andere externe websites, waar je ze kan downloaden
       ModulesMarketPlaces=Zoek externe app / modules
       DoliStoreDesc=DoliStore, de officiële markt voor externe Dolibarr ERP / CRM modules
      -WebSiteDesc=Linken naar websites om naar extra modules te zoeken 
       BoxesActivated=Geactiveerde widgets
       ProtectAndEncryptPdfFilesDesc=Een beveiligd PDF document kan gelezen en afgedrukt worden met elke PDF browser of lezer. Echter, bewerken en kopiëren van gegevens in een beveiligd document is niet meer mogelijk. Door het gebruik van deze functionaliteit, is het niet mogelijk om een globaal samengevoegd PDF document te maken van meerdere beveiligde PDF documenten.
       MeasuringUnit=Maateenheid
       EMailsSetup=Email instellingen
      -SubmitTranslation=Indien de vertaling voor deze taal niet compleet is of fouten bevat in de vertaling, dan kan u die verbeteren door de bestanden in de folder <b>langs/%s</b> aan te passen en uw aanpassingen in te dienen bij www.transifex.com/dolibarr-association/dolibarr/ of via op het forum van Dolibarr : www.dolibarr.org
       SubmitTranslationENUS=Als de vertaling voor deze taal niet volledig is of een fout bevat, dan kunt u dit corrigeren door het bewuste taalbestand in de map <b>Langs/%s</b> te wijzigen en de wijzigingen op het Dolibarr forum te delen met anderen: www.dolibarr.org.
       ModulesSetup=Instellingen voor Modules / Applicaties
       ModuleFamilyProducts=Producten Beheer (PB)
      @@ -43,7 +40,6 @@ LibraryToBuildPDF=Bibliotheek om PDF bestanden te genereren.
       Module1780Name=Labels/Categorien
       Permission1004=Bekijk voorraadmutaties
       Permission1005=Creëren / wijzigen voorraadmutaties
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
       SalariesSetup=Setup van module salarissen
       MailToSendProposal=Klant voorstellen
       MailToSendOrder=Klant bestellingen
      diff --git a/htdocs/langs/nl_BE/agenda.lang b/htdocs/langs/nl_BE/agenda.lang
      index 099cda7490d..df9b1d2a2cf 100644
      --- a/htdocs/langs/nl_BE/agenda.lang
      +++ b/htdocs/langs/nl_BE/agenda.lang
      @@ -8,9 +8,7 @@ NewCompanyToDolibarr=Derde %s aangemaakt
       ContractValidatedInDolibarr=Contract %s goedgekeurd
       MemberModifiedInDolibarr=Lid %s werd aangepast
       MemberResiliatedInDolibarr=Lid %s verwijderd
      -MemberSubscriptionAddedInDolibarr=Abonnement %s voor lid %s toegevoegd
       MemberSubscriptionModifiedInDolibarr=Abonnement %s voor lid %s aangepast
      -MemberSubscriptionDeletedInDolibarr=Abonnement %s voor lid %s verwijderd
       ShipmentValidatedInDolibarr=Shipment %s goedgekeurd
       ShipmentClassifyClosedInDolibarr=Verzending %s werd geclassificeerd als gefactureerd
       ShipmentUnClassifyCloseddInDolibarr=Verzending %s werd geclassificieerd als opnieuw geopend
      @@ -30,5 +28,4 @@ AgendaUrlOptionsProject=<b>project=__PROJECT_ID__</b> om de uitvoer te beperken
       AgendaUrlOptionsNotAutoEvent=<b>notactiontype=systemauto</b> om automatische gebeurtenis uit te sluiten.
       AgendaShowBirthdayEvents=Toon verjaardagen van contacten
       AgendaHideBirthdayEvents=Verberg verjaardagen van contacten
      -AgendaExtNb=Kalender nr. %s
       ConfirmCloneEvent=Weet u zeker als u event <b>%s</b> wilt klonen?
      diff --git a/htdocs/langs/nl_BE/companies.lang b/htdocs/langs/nl_BE/companies.lang
      index 2c4af927a47..68a7895274a 100644
      --- a/htdocs/langs/nl_BE/companies.lang
      +++ b/htdocs/langs/nl_BE/companies.lang
      @@ -1,7 +1,6 @@
       # Dolibarr language file - Source file is en_US - companies
       ConfirmDeleteCompany=Weet u zeker dat u dit bedrijf en alle geërfde gegevens wilt verwijderen?
       ConfirmDeleteContact=Weet u zeker dat u deze contactpersoon en alle geërfde gegevens wilt verwijderen ?
      -ToCreateContactWithSameName=Maakt automatisch een contact/adres met dezelfde informatie als de derde onder de derde. In de meeste gevallen is het voldoende om een derde partij aan te maken.
       RegisteredOffice=Maarschappelijke zetel
       StateShort=Staat
       PhoneShort=Telefoonnummer
      @@ -23,10 +22,8 @@ ProfId3MX=Prof Id 3 (Professioneel Charter)
       ProfId2PT=Prof. id 2 (INSZ-nummer)
       ProfId3PT=Prof. Id 3 (Commerciële fiche aantal)
       ProfId2TN=Prof. id 2 (Fiscale inschrijving)
      -CompanyHasAbsoluteDiscount=Deze afnemer heeft nog een kortingstegoed van <b> %s %s</b>
       CompanyHasCreditNote=Deze afnemer heeft nog creditnota's of eerdere stortingen voor <b> %s %s</b>
      -FromContactName=Naam:
      -CustomerCodeShort=Klant code
      +RequiredIfCustomer=Vereist als Klant een afnemer of prospect is
       ContactForOrders=Contactpersoon opdrachten
       ContactForOrdersOrShipments=Contactpersoon voor orders of zendingen
       ContactForProposals=Contactpersoon offertes
      @@ -37,17 +34,13 @@ ContactOthers=Ander
       StatusProspect1=Contact opnemen
       StatusProspect2=Contact lopende
       ChangeToContact=Status veranderen naar 'Contact opnemen'
      -ExportDataset_company_1=Derde partijen (Bedrijf/stichting/fysieke personen) en eigenschappen
      -ImportDataset_company_1=Derde partijen (Bedrijven/stichtingen/fysieke mensen) en eigenschappen
       AllocateCommercial=Toegewezen aan de verkoopsverantwoordelijke
       YouMustCreateContactFirst=U dient voor de Klant eerst contactpersonen met een e-mailadres in te stellen, voordat u kennisgevingen per e-mail kunt sturen.
      -LastModifiedThirdParties=Laatste %s bewerkte derde partijen
       ThirdPartyIsClosed=Derde partij is gesloten
       ProductsIntoElements=Lijst van producten/diensten in %s
       OutstandingBillReached=Maximum bereikt voor openstaande rekening
       MergeOriginThirdparty=Kopieer derde partij (derde partij die je wil verwijderen)
       MergeThirdparties=Voeg derde partijen samen
      -ConfirmMergeThirdparties=Bent u zeker dat u deze derde partij wil samenvoegen met de huidige? Alle gekoppelde objecten (facturen, orders, ...) worden verplaatst naar de huidige derde partij zodat u de gedupliceerde kan verwijderen.
       SaleRepresentativeLogin=Login van de verkoopsverantwoordelijke
       SaleRepresentativeFirstname=Voornaam van de verkoopsverantwoordelijke
       SaleRepresentativeLastname=Familienaam van de verkoopsverantwoordelijke
      diff --git a/htdocs/langs/nl_BE/errors.lang b/htdocs/langs/nl_BE/errors.lang
      index 0530bb76d67..dbfa039f8a4 100644
      --- a/htdocs/langs/nl_BE/errors.lang
      +++ b/htdocs/langs/nl_BE/errors.lang
      @@ -1,6 +1,5 @@
       # Dolibarr language file - Source file is en_US - errors
       ErrorBadFormatValueList=De waarde uit de lijst kan niet meer dan 1 komma bevatten :  <u>%s</u>, maar op zijn minst een : key,value
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Verkeerde Definition Of Menu Array in de Module Descriptor (verkeerde waarde voor referentie fk_menu)
      -ErrorSavingChanges=Er is een fout opgetreden tijdens het wegschrijven van de veranderingen
       WarningPasswordSetWithNoAccount=Een paswoord is aanwezig voor deze gebruiker. Alhoewel, geen gebruikers account werd aangemaakt. Dus dit paswoord is bewaard maar kan niet gebruikt worden om in te loggen in Dolibarr. Het kan zij dat het gebruikt wordt door een externe module/interface maar indien je het niet nodig acht om een login noch paswoord te definiëren voor een gebruiker,  kan je de optie "Manage a login for each member" deactiveren van de Member module setup. Indien je een login dient te begeren maar zonder paswoord, dan kun je dit veld leeg laten om deze waarschuwing te vermijden. Nota: Email kan ook gebruikt worden als login indien het lid gekoppeld is aan een gebruiker.
       WarningTooManyDataPleaseUseMoreFilters=Te veel gegevens (meer dan %s lijnen). Gebruik meer filters of zet deze constante %s op een hogere limiet.
      diff --git a/htdocs/langs/nl_BE/hrm.lang b/htdocs/langs/nl_BE/hrm.lang
      index db7fdd34570..15edcc42c1e 100644
      --- a/htdocs/langs/nl_BE/hrm.lang
      +++ b/htdocs/langs/nl_BE/hrm.lang
      @@ -7,4 +7,3 @@ DeleteEstablishment=Verwijderen inrichting
       OpenEtablishment=Open inrichting
       CloseEtablishment=Sluit inrichting
       DictionaryDepartment=HRM - afdelingen lijst
      -DictionaryFunction=HRM - Functielijst
      diff --git a/htdocs/langs/nl_BE/interventions.lang b/htdocs/langs/nl_BE/interventions.lang
      index 2251b0d6e6d..937ada94ffc 100644
      --- a/htdocs/langs/nl_BE/interventions.lang
      +++ b/htdocs/langs/nl_BE/interventions.lang
      @@ -3,10 +3,7 @@ InterventionsArea=Interventieruimte
       DraftFichinter=Concept interventie
       LastModifiedInterventions=Laatste %s gemodificeerde interventies
       InterventionStatistics=Statistieken van de interventies
      -NbOfinterventions=Nr van de interventiekaarten
      -NumberOfInterventionsByMonth=Nr van de interventiekaarten per maand (datum van goedkeuring)
       InterId=Interventie id
      -InterRef=Interventie ref.
       InterDateCreation=Datum aanmaak interventie
       InterDuration=Duur interventie
       InterStatus=Status interventie
      diff --git a/htdocs/langs/nl_BE/main.lang b/htdocs/langs/nl_BE/main.lang
      index a0479f97a11..1fc7725e51b 100644
      --- a/htdocs/langs/nl_BE/main.lang
      +++ b/htdocs/langs/nl_BE/main.lang
      @@ -22,7 +22,6 @@ FormatDateHourText=%d %B %Y %H:%M
       NoRecordFound=Geen record gevonden
       ErrorFileNotUploaded=Bestand is niet geüpload. Controleer of de grootte niet meer is dan maximaal toegestaan, of er vrije ruimte beschikbaar is op de schijf en of er niet al een bestand met dezelfde naam in deze map bestaat.
       ErrorWrongHostParameter=Verkeerde host instelling
      -ErrorRecordIsUsedByChild=Tabelregel verwijderen mislukt. Deze tabelregel wordt gebruikt door ten minste een onderliggend tabelregel.
       NotAuthorized=U bent niet toegelaten om dat te doen.
       FileWasNotUploaded=Een bestand is geselecteerd als bijlage, maar is nog niet geupload. Klik hiervoor op "Bevestig dit bestand".
       GoToHelpPage=Contacteer helpdesk
      @@ -39,7 +38,6 @@ Running=Bezig
       Categories=Tags / categorieën
       Category=Tag / categorie
       ApprovedBy2=Goedgekeurd door (tweede goedkeuring)
      -YouCanSetDefaultValueInModuleSetup=Je kan de standaard waarde gebruiken wanneer je een nieuw record plaatst in de module setup
       SetLinkToAnotherThirdParty=Link naar een derde partij
       SelectAction=Selecteer actie
       Deny=Weigeren
      @@ -48,7 +46,6 @@ Sincerely=Met vriendelijke groeten
       DeleteLine=Verwijder lijn
       ClassifyBilled=Wijzig Status naar "gefactureerd"
       Exports=Exporten
      -WebSite=Website
       ExpenseReports=Uitgaven rapporten
       Select2NotFound=Geen resultaten gevonden
       Select2LoadingMoreResults=Laden van meer resultaten...
      diff --git a/htdocs/langs/nl_BE/projects.lang b/htdocs/langs/nl_BE/projects.lang
      index 31acdc03ff4..a6538578348 100644
      --- a/htdocs/langs/nl_BE/projects.lang
      +++ b/htdocs/langs/nl_BE/projects.lang
      @@ -1,6 +1,4 @@
       # Dolibarr language file - Source file is en_US - projects
       ProjectsArea=Project Omgeving
       OpenedProjects=Open projecten
      -OpenedTasks=Open taken
      -ListOrdersAssociatedProject=Lijst van klantbestellingen die aan dit project gekoppeld zijn
       ProjectModifiedInDolibarr=Project %s gewijzigd
      diff --git a/htdocs/langs/nl_BE/sendings.lang b/htdocs/langs/nl_BE/sendings.lang
      index eda1298723c..2a89eff75d3 100644
      --- a/htdocs/langs/nl_BE/sendings.lang
      +++ b/htdocs/langs/nl_BE/sendings.lang
      @@ -9,7 +9,6 @@ ConfirmDeleteSending=Weet u zeker dat u deze verzending wilt verwijderen?
       ConfirmValidateSending=Weet u zeker dat u deze verzending met referentie <b>%s</b> wilt valideren?
       DateDeliveryPlanned=Verwachte leveringsdatum
       RefDeliveryReceipt=Referentie ontvangstbevestiging
      -StatusReceipt=Status ontvangstbevestiging
       ActionsOnShipping=Events i.v.m. verzending
       ProductQtyInSuppliersShipmentAlreadyRecevied=Ontvangen hoeveelheid producten uit geopende leveranciersbestelling
       NoProductToShipFoundIntoStock=Geen product om te verzenden gevonden in magazijn <b>%s</b>. Werk stock bij of ga terug en kies een ander magazijn.
      diff --git a/htdocs/langs/nl_NL/accountancy.lang b/htdocs/langs/nl_NL/accountancy.lang
      index c603eeadb92..7a6404ca69f 100644
      --- a/htdocs/langs/nl_NL/accountancy.lang
      +++ b/htdocs/langs/nl_NL/accountancy.lang
      @@ -36,15 +36,19 @@ AlreadyInGeneralLedger=Reeds doorgeboekt
       NotYetInGeneralLedger=Nog niet doorgeboekt
       GroupIsEmptyCheckSetup=Groep is leeg. Controleer instellingen bij gepersonaliseerde rekeninggroep
       DetailByAccount=Details grootboekrekening
      -AccountWithNonZeroValues=Grootboekrekeningen met boekingen
      +AccountWithNonZeroValues=Grootboekrekeningen met niet-nulwaarden
       ListOfAccounts=Overzicht grootboekrekeningen
      +CountriesInEEC=Landen in de EEG
      +CountriesNotInEEC=Landen niet in EEG
      +CountriesInEECExceptMe=Landen in de EEG behalve %s
      +CountriesExceptMe=Alle landen behalve %s
       
       MainAccountForCustomersNotDefined=De standaard grootboekrekening voor klanten is niet vastgelegd bij de instellingen
      -MainAccountForSuppliersNotDefined=Main accounting account for vendors not defined in setup
      +MainAccountForSuppliersNotDefined=Hoofdrekening voor leveranciers die niet zijn gedefinieerd in de configuratie
       MainAccountForUsersNotDefined=De standaard grootboekrekening voor gebruikers is niet vastgelegd bij de instellingen
       MainAccountForVatPaymentNotDefined=Standaard grootboekrekening voor betaalde BTW is niet vastgelegd bij instellingen
       
      -AccountancyArea=Accounting area
      +AccountancyArea=Boekhouding
       AccountancyAreaDescIntro=Het gebruiken van de boekhoudmodule gaat met verschillende stappen
       AccountancyAreaDescActionOnce=De volgende werkzaamheden worden maar één keer uitgevoerd of jaarlijks
       AccountancyAreaDescActionOnceBis=De volgende stappen kunnen in de toekomst een tijdsbesparing opleveren bij het aanmaken van journaalposten (bij het schrijven van de journaalposten in de boekhouding)
      @@ -55,10 +59,10 @@ AccountancyAreaDescChartModel=STAP %s: Maak rekeningschema aan vanuit menu %s
       AccountancyAreaDescChart=STAP %s: Aanmaken of controleren van het rekeningschema menu %s
       
       AccountancyAreaDescVat=STAP %s: Vastleggen grootboekrekeningen voor BTW registratie. Gebruik hiervoor menukeuze %s. 
      -AccountancyAreaDescDefault=STEP %s: Define default accounting accounts. For this, use the menu entry %s.
      +AccountancyAreaDescDefault=STAP %s: standaard grootboekrekeningen vastleggen. Gebruik hiervoor het menu-item %s.
       AccountancyAreaDescExpenseReport=STAP %s: Vastleggen grootboekrekeningen voor elke soort kostenoverzicht. Gebruik hiervoor menukeuze %s.
       AccountancyAreaDescSal=STAP %s: Vastleggen grootboekrekeningen voor salarisbetalingen. Gebruik hiervoor menukeuze %s.
      -AccountancyAreaDescContrib=STAP %s: Vastleggen grootboekrekeningen bij overige kosten (diverse belastingen). Gebruik hiervoor menukeuze %s;
      +AccountancyAreaDescContrib=STAP %s: Definieer standaard grootboekrekeningen voor speciale uitgaven (diverse belastingen). Gebruik hiervoor het menu-item %s.
       AccountancyAreaDescDonation=STAP %s : Vastleggen grootboekrekeningen voor donaties. Gebruik hiervoor menukeuze %s.
       AccountancyAreaDescMisc=STAP %s: Vastleggen standaard grootboekrekeningen voor overige transacties. Gebruik hiervoor menukeuze %s.
       AccountancyAreaDescLoan=STAP %s: Vastleggen grootboekrekeningen voor salarisbetalingen. Gebruik hiervoor menukeuze %s.
      @@ -91,7 +95,7 @@ MenuProductsAccounts=Grootboekrekeningen producten
       ProductsBinding=Grootboekrekeningen producten
       Ventilation=Koppelen aan grootboekrekening
       CustomersVentilation=Koppeling verkoopfacturen klant
      -SuppliersVentilation=Vendor invoice binding
      +SuppliersVentilation=Koppeling factuur leverancier
       ExpenseReportsVentilation=Declaraties koppelen aan rekening
       CreateMvts=Nieuwe boeking
       UpdateMvts=Aanpassing boeking
      @@ -123,23 +127,23 @@ XLineSuccessfullyBinded=%s producten/diensten met succes gekoppeld aan een groot
       XLineFailedToBeBinded=%s producten/diensten zijn niet gekoppeld aan een grootboekrekening
       
       ACCOUNTING_LIMIT_LIST_VENTILATION=Aantal verbonden elementen per pagina (voorstel: max. 50)
      -ACCOUNTING_LIST_SORT_VENTILATION_TODO=Begin the sorting of the page "Binding to do" by the most recent elements
      -ACCOUNTING_LIST_SORT_VENTILATION_DONE=Begin the sorting of the page "Binding done" by the most recent elements
      +ACCOUNTING_LIST_SORT_VENTILATION_TODO=Begin met het sorteren van de pagina "Koppelingen uit te voeren" door de meest recente elementen
      +ACCOUNTING_LIST_SORT_VENTILATION_DONE=Begin met het sorteren van de pagina "Koppelen voltooid" door de meest recente elementen
       
      -ACCOUNTING_LENGTH_DESCRIPTION=Truncate product & services description in listings after x chars (Best = 50)
      -ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Truncate product & services account description form in listings after x chars (Best = 50)
      +ACCOUNTING_LENGTH_DESCRIPTION=Afkorting van product- en servicebeschrijving in lijsten na x aantal tekens (Best = 50)
      +ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Afkorting van omschrijving product- en services-rekeningen, afbreken in vermeldingen na x tekens (Beste = 50)
       ACCOUNTING_LENGTH_GACCOUNT=Lengte grootboekrekeningnummer (indien lengte op 6 is gezet, zal rekeningnummer 706 op het scherm worden weergegeven als 706000)
      -ACCOUNTING_LENGTH_AACCOUNT=Length of the third party accounting accounts (If you set value to 6 here, the account '401' will appear like '401000' on screen)
      +ACCOUNTING_LENGTH_AACCOUNT=Lengte van de grootboekrekeningen van derden (als u hier waarde 6 instelt, verschijnt rekening '401' op het scherm als '401000')
       ACCOUNTING_MANAGE_ZERO=Sta toe om het aantal nullen aan het einde van een account te beheren. Dit is nodig in sommige landen (zoals Zwitserland). Bij optie uit (standaard), kunt u de volgende 2 parameters instellen om te vragen of de applicatie virtuele nul toevoegt.
       BANK_DISABLE_DIRECT_INPUT=Rechtstreeks boeken van transactie in bankboek uitzetten
      -ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Enable draft export on journal
      +ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Schakel concept export van het journaal in
       
       ACCOUNTING_SELL_JOURNAL=Verkoopboek
       ACCOUNTING_PURCHASE_JOURNAL=Inkoopboek
       ACCOUNTING_MISCELLANEOUS_JOURNAL=Miscellaneous journal
       ACCOUNTING_EXPENSEREPORT_JOURNAL=Expense report journal
       ACCOUNTING_SOCIAL_JOURNAL=Social journal
      -ACCOUNTING_HAS_NEW_JOURNAL=Has new Journal
      +ACCOUNTING_HAS_NEW_JOURNAL=Nieuw Has Journaal
       
       ACCOUNTING_ACCOUNT_TRANSFER_CASH=Grootboekrekening kruisposten
       ACCOUNTING_ACCOUNT_SUSPENSE=Grootboekrekening kruisposten (dagboeken)
      @@ -154,14 +158,15 @@ Doctype=Type of document
       Docdate=Date
       Docref=Reference
       LabelAccount=Label account
      -LabelOperation=Label operation
      +LabelOperation=Werking label
       Sens=Sens
      +LetteringCode=Belettering code
       Codejournal=Journaal
       NumPiece=Boekingstuk
       TransactionNumShort=Transactienummer
       AccountingCategory=Gepersonaliseerde groepen
       GroupByAccountAccounting=Groeperen per grootboekrekening
      -AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.
      +AccountingAccountGroupsDesc=Hier kunt u enkele grootboekrekening-groepen definiëren. Deze worden gebruikt voor gepersonaliseerde boekhoudrapporten.
       ByAccounts=Op grootboekrekening
       ByPredefinedAccountGroups=Op voorgedefinieerde groepen
       ByPersonalizedAccountGroups=Op gepersonaliseerde groepen
      @@ -170,12 +175,12 @@ NotMatch=Niet ingesteld
       DeleteMvt=Verwijder boekingsregels
       DelYear=Te verwijderen jaar
       DelJournal=Te verwijderen journaal
      -ConfirmDeleteMvt=This will delete all lines of the Ledger for year and/or from a specific journal. At least one criteria is required.
      +ConfirmDeleteMvt=Hiermee worden alle regels van het grootboek voor het jaar en / of uit een specifiek journaal verwijderd. Er is minimaal één criterium vereist.
       ConfirmDeleteMvtPartial=Dit zal de boeking verwijderen uit de boekhouding (tevens ook alle regels die met deze boeking verbonden zijn)
       FinanceJournal=Finance journal
       ExpenseReportsJournal=Overzicht resultaatrekening
       DescFinanceJournal=Finance journal including all the types of payments by bank account
      -DescJournalOnlyBindedVisible=This is a view of record that are bound to an accounting account and can be recorded into the Ledger.
      +DescJournalOnlyBindedVisible=Dit is een recordweergave die is gekoppeld aan een grootboekrekening en die kan worden vastgelegd in het grootboek.
       VATAccountNotDefined=BTW rekeningen niet gedefinieerd
       ThirdpartyAccountNotDefined=Grootboekrekening van relatie niet gedefinieerd
       ProductAccountNotDefined=Grootboekrekening producten niet gedefinieerd
      @@ -189,38 +194,39 @@ ListeMvts=Omzet
       ErrorDebitCredit=Debet en Credit mogen niet gelijktijdig worden opgegeven.
       AddCompteFromBK=Grootboekrekeningen aan groep toevoegen
       ReportThirdParty=Relatie grootboeknummers
      -DescThirdPartyReport=Consult here the list of the third party customers and vendors and their accounting accounts
      +DescThirdPartyReport=Raadpleeg hier de lijst met externe klanten en leveranciers en hun financiële administratie
       ListAccounts=List of the accounting accounts
       UnknownAccountForThirdparty=Onbekende relatie grootboekrekening. Gebruikt wordt %s
       UnknownAccountForThirdpartyBlocking=Blokkeringsfout. Onbekende relatierekening. 
      -UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Unknown third party account and waiting account not defined. Blocking error
      -PaymentsNotLinkedToProduct=Payment not linked to any product / service
      +UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Onbekend grootboekrekening van relatie en tussenrekening niet gedefinieerd. Blokkeringsfout
      +PaymentsNotLinkedToProduct=Betaling niet gekoppeld aan een product / dienst
       
       Pcgtype=Rekening hoofdgroep
       Pcgsubtype=Rekening subgroep
      -PcgtypeDesc=Group and subgroup of account are used as predefined 'filter' and 'grouping' criterias for some accounting reports. For example, 'INCOME' or 'EXPENSE' are used as groups for accounting accounts of products to build the expense/income report.
      +PcgtypeDesc=Groep en subgroep van accounts worden gebruikt als vooraf gedefinieerde criteria voor 'filter' en 'groepering' voor sommige boekhoudrapporten. 'INCOME' of 'EXPENSE' worden bijvoorbeeld gebruikt als groepen voor accountingrekeningen van producten om het declaratie- / inkomstenrapport samen te stellen.
       
       TotalVente=Total turnover before tax
       TotalMarge=Total sales margin
       
      -DescVentilCustomer=Consult here the list of customer invoice lines bound (or not) to a product accounting account
      -DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on product/service cards or if you still has some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      -DescVentilDoneCustomer=Consult here the list of the lines of invoices customers and their product accounting account
      +DescVentilCustomer=Raadpleeg hier de lijst met klant factuurregels die (al dan niet) zijn gekoppeld aan een grootboekrekening vaneen product
      +DescVentilMore=In de meeste gevallen, als u vooraf gedefinieerde producten of diensten gebruikt en u het rekeningnummer instelt op de product- / servicekaart, kan de toepassing alle koppelingen tussen uw factuurregels en de boekhoudrekening van uw rekeningschema maken, met één druk op de knop <strong>"%s"</strong>. Als er geen rekenig is ingesteld op de product- / servicekaarten of als u nog enkele regels hebt die niet aan een rekening zijn gekoppeld, moet u een handmatige koppeling maken via het menu "<strong>%s</strong>".
      +DescVentilDoneCustomer=Bekijk hier de lijst met factuurregels en hun grootboekrekening
       DescVentilTodoCustomer=Koppel factuurregels welke nog niet verbonden zijn met een product grootboekrekening
      -ChangeAccount=Change the product/service accounting account for selected lines with the following accounting account:
      +ChangeAccount=Wijzig de product/dienst grootboekrekening voor geselecteerde regels met de volgende grootboekrekening:
       Vide=-
      -DescVentilSupplier=Consult here the list of vendor invoice lines bound or not yet bound to a product accounting account
      -DescVentilDoneSupplier=Consult here the list of the lines of invoices vendors and their accounting account
      +DescVentilSupplier=Raadpleeg hier de lijst met leveranciersfactuurregels die al dan niet gebonden zijn aan een productaccount
      +DescVentilDoneSupplier=Raadpleeg hier de lijst met de regels met leveranciers van facturen en hun grootboekrekening
       DescVentilTodoExpenseReport=Koppel kosten-boekregels aan grootboekrekeningen welke nog niet zijn vastgelegd
       DescVentilExpenseReport=Hier kunt u de lijst raadplegen van kostenregels om te koppelen aan een grootboekrekening (of niet).
      -DescVentilExpenseReportMore=Als er bij de instellingen bij de kostenposten een grootboekrekening is toegekend, zal het programma deze met een enkele muisklik <strong>"%s"</strong> kunnen koppelen. Als dit niet is gebeurt en u moet regels koppelen, dan zal dit handmatig moeten gebeuren via menu "<strong>%s</strong>".
      +DescVentilExpenseReportMore=Als u een account instelt op het type onkostendeclaratieregels, kan de toepassing alle bindingen maken tussen uw declaratieregels en de boekhoudrekening van uw rekeningschema, met één klik met de knop <strong> "%s" </ strong>. Als het account niet is ingesteld op het tarievenwoordenboek of als u nog steeds regels hebt die niet aan een account zijn gekoppeld, moet u een manuele binding maken via het menu "<strong> %s </ strong>".
       DescVentilDoneExpenseReport=Hier kunt u de lijst raadplegen van kostenregels met hun tegenrekening
       
       ValidateHistory=Automatisch boeken
       AutomaticBindingDone=Automatisch koppelen voltooid
       
       ErrorAccountancyCodeIsAlreadyUse=Error, you cannot delete this accounting account because it is used
      -MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
      +MvtNotCorrectlyBalanced=Boeking is niet in balans. Debet = %s | Credit = %s
      +Balancing=Balancen
       FicheVentilation=Koppelen card
       GeneralLedgerIsWritten=Grootboek transacties
       GeneralLedgerSomeRecordWasNotRecorded=Sommige transacties konden niet worden doorgeboekt. Als er geen andere foutmelding is, komt dit waarschijnlijk omdat ze reeds zijn doorgeboekt.
      @@ -231,9 +237,9 @@ Accounted=Geboekt in grootboek
       NotYetAccounted=Nog niet doorgeboekt in boekhouding
       
       ## Admin
      -ApplyMassCategories=Apply mass categories
      -AddAccountFromBookKeepingWithNoCategories=Available acccount not yet in a personalized group
      -CategoryDeleted=Category for the accounting account has been removed
      +ApplyMassCategories=Categorieën  a-mass toepassen
      +AddAccountFromBookKeepingWithNoCategories=Beschikbaar account nog niet in een gepersonaliseerde groep
      +CategoryDeleted=Categorie van deze grootboekrekening is verwijderd
       AccountingJournals=Dagboeken
       AccountingJournal=Dagboek
       NewAccountingJournal=Nieuw dagboek
      @@ -259,15 +265,16 @@ Modelcsv_COALA=Exporteren naar Sage Coala
       Modelcsv_bob50=Exporteren naar Sage BOB 50
       Modelcsv_ciel=Exporteren naar Sage Ciel Compta of Compta Evolution
       Modelcsv_quadratus=Exporteren naar Quadratus QuadraCompta
      -Modelcsv_ebp=Export towards EBP
      -Modelcsv_cogilog=Export towards Cogilog
      +Modelcsv_ebp=Exporteer naar EBP
      +Modelcsv_cogilog=Exporteer naar Cogilog
       Modelcsv_agiris=Exporteren naar Agiris
      -Modelcsv_configurable=Export Configurable
      +Modelcsv_configurable=Configureerbare CSV export
      +Modelcsv_FEC=FEC exporteren (artikel L47 A) (test)
       ChartofaccountsId=Rekeningschema Id
       
       ## Tools - Init accounting account on product / service
       InitAccountancy=Instellen boekhouding
      -InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
      +InitAccountancyDesc=Deze pagina kan worden gebruikt om een ​​grootboekrekening toe te wijzen aan producten en services waarvoor geen grootboekrekening is gedefinieerd voor verkopen en aankopen.
       DefaultBindingDesc=Hier kunt u een standaard grootboekrekening koppelen aan salaris betalingen, donaties, belastingen en BTW, wanneer deze nog niet apart zijn ingesteld.
       Options=Opties
       OptionModeProductSell=Instellingen verkopen
      @@ -279,7 +286,7 @@ CleanHistory=Verwijder alle koppelingen van gekozen boekjaar,
       PredefinedGroups=Voorgedefinieerde groepen
       WithoutValidAccount=Zonder geldig toegewezen grootboekrekening
       WithValidAccount=Met geldig toegewezen grootboekrekening
      -ValueNotIntoChartOfAccount=This value of accounting account does not exist into chart of account
      +ValueNotIntoChartOfAccount=Deze grootboekrekening is niet aanwezig in het rekeningschema
       
       ## Dictionary
       Range=Grootboeknummer van/tot
      @@ -288,19 +295,19 @@ Formula=Formule
       
       ## Error
       SomeMandatoryStepsOfSetupWereNotDone=Sommige verplichte stappen zijn nog niet volledig uitgevoerd. Maak deze alsnog.
      -ErrorNoAccountingCategoryForThisCountry=No accounting account group available for country %s (See Home - Setup - Dictionaries)
      +ErrorNoAccountingCategoryForThisCountry=Geen rekeningschema beschikbaar voor land %s (zie Home - Setup - Woordenboeken)
       ErrorInvoiceContainsLinesNotYetBounded=U probeert regels van factuur <strong>%s</strong> door te boeken, maar er zijn regels die nog niet verbonden zijn aan een grootboekrekening. Het doorboeken is daarom geannuleerd.
      -ErrorInvoiceContainsLinesNotYetBoundedShort=Some lines on invoice are not bound to accounting account.
      -ExportNotSupported=The export format setuped is not supported into this page
      -BookeppingLineAlreayExists=Regels al aanwezig in de boekhouding
      +ErrorInvoiceContainsLinesNotYetBoundedShort=Sommige regels op de factuur zijn niet gekoppeld aan een grootboekrekening.
      +ExportNotSupported=Het ingestelde exportformaat wordt niet ondersteund op deze pagina
      +BookeppingLineAlreayExists=Reeds doorgeboekte regels
       NoJournalDefined=Geen dagboek ingesteld
       Binded=Geboekte regels
       ToBind=Te boeken regels
      -UseMenuToSetBindindManualy=Autodetectie niet mogelijk., gebruik menukeuze <a href="%s">%s</a> om koppeling handmatig te maken.
      +UseMenuToSetBindindManualy=Regels die nog niet zijn gebonden, gebruik het menu <a href="%s"> %s </a> om de binding handmatig te maken
       
       ## Import
      -ImportAccountingEntries=Accounting entries
      +ImportAccountingEntries=Boekingen
       
      -WarningReportNotReliable=Pas op. Dit overzicht is niet afkomstig vanuit de boekhouding. Hierdoor bevat deze geen modificaties verricht in de boekhouding. Als het doorboeken up-to-date is, geeft de boekhouding een beter overzicht.
      -ExpenseReportJournal=Expense Report Journal
      -InventoryJournal=Inventory Journal
      +WarningReportNotReliable=Waarschuwing, dit rapport is niet gebaseerd op het grootboek, dus bevat het niet de transactie die handmatig in het grootboek is gewijzigd. Als uw journalisatie up-to-date is, is de weergave van de boekhouding nauwkeuriger.
      +ExpenseReportJournal=Kostenoverzicht
      +InventoryJournal=Inventarisatie
      diff --git a/htdocs/langs/nl_NL/admin.lang b/htdocs/langs/nl_NL/admin.lang
      index bbc98d46a1b..15e3b0e97e2 100644
      --- a/htdocs/langs/nl_NL/admin.lang
      +++ b/htdocs/langs/nl_NL/admin.lang
      @@ -9,35 +9,35 @@ VersionExperimental=Experimenteel
       VersionDevelopment=Ontwikkeling
       VersionUnknown=Onbekend
       VersionRecommanded=Aanbevolen
      -FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      -FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      -FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
      -GlobalChecksum=Global checksum
      +FileCheck=Bestanden integriteits controle
      +FileCheckDesc=Met deze tool kunt u de integriteit van bestanden en instellingen van uw toepassing controleren, waarbij elk bestand wordt vergelijkt met de officiële bestanden. De waarde van sommige setup-constanten kan ook worden gecontroleerd. U kunt deze tool gebruiken om te detecteren of sommige bestanden zijn gewijzigd door bijvoorbeeld een hacker.
      +FileIntegrityIsStrictlyConformedWithReference=Bestandsintegriteit is strikt conform de referentie.
      +FileIntegrityIsOkButFilesWereAdded=Er heeft controle plaatsgevonden van de bestandsintegriteit, maar er zijn enkele nieuwe bestanden toegevoegd.
      +FileIntegritySomeFilesWereRemovedOrModified=Controle op integriteit van de bestanden is mislukt. Sommige bestanden zijn gewijzigd, verwijderd of toegevoegd.
      +GlobalChecksum=Globaal controlegetal
       MakeIntegrityAnalysisFrom=Maak integriteitsanalyse van toepassingsbestanden van
      -LocalSignature=Embedded local signature (less reliable)
      -RemoteSignature=Remote distant signature (more reliable)
      +LocalSignature=Ingebedde lokale handtekening (minder betrouwbaar)
      +RemoteSignature=Remote handtekening (betrouwbaarder)
       FilesMissing=Ontbrekende bestanden
       FilesUpdated=Bijgewerkte bestanden
      -FilesModified=Modified Files
      +FilesModified=Bijgewerkte bestanden
       FilesAdded=Toegevoegde bestanden
      -FileCheckDolibarr=Check integrity of application files
      -AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
      -XmlNotFound=Xml Integrity File of application not found
      +FileCheckDolibarr=Controleer de integriteit van applicatiebestanden
      +AvailableOnlyOnPackagedVersions=Het lokale bestand voor integriteitscontrole is alleen beschikbaar als de toepassing is geïnstalleerd vanuit een officieel pakket
      +XmlNotFound=Xml-integriteitsbestand van de toepassing is niet gevonden
       SessionId=Sessie-ID
       SessionSaveHandler=Wijze van sessieopslag
       SessionSavePath=Sessie opslaglocatie
       PurgeSessions=Verwijderen van sessies
       ConfirmPurgeSessions=Wilt u werkelijk alle sessies sluiten? Dit zal elke gebruikerssessie afbreken (behalve die van uzelf).
      -NoSessionListWithThisHandler=De waarde van 'save session handler' ingesteld in uw PHP instellingen staat het niet toe een lijst van alle lopende sessies weer te geven.
      +NoSessionListWithThisHandler=Save session handler geconfigureerd in uw PHP staat niet toe dat alle lopende sessies worden vermeld.
       LockNewSessions=Blokkeer nieuwe sessies
      -ConfirmLockNewSessions=Weet u zeker dat u alle sessies wilt beperken tot uzelf? Alleen de gebruiker <b>%s</b> kan dan nog met Dolibarr verbinden.
      +ConfirmLockNewSessions=Weet je zeker dat je elke nieuwe Dolibarr-verbinding wilt beperken tot jezelf? Alleen gebruiker <b>%s</b> kan daarna verbinding maken.
       UnlockNewSessions=Verwijder sessieblokkering
       YourSession=Uw sessie
      -Sessions=Gebruikers-sessies
      +Sessions=Gebruikerssessies
       WebUserGroup=Webserver gebruiker / groep
      -NoSessionFound=Uw PHP installatie lijkt het niet toe te staan een lijst van actieve sessies weer te geven. De map waarin sessies worden opgeslagen (<b>%s</b>) zou afgeschermd kunnen zijn (bijvoorbeeld, door OS rechten of via de PHP instelling open_basedir).
      +NoSessionFound=Je PHP lijkt geen lijst met actieve sessies toe te staan. De map die wordt gebruikt om sessies op te slaan (<b>%s</b>) kan mogelijk worden beveiligd (bijvoorbeeld door OS-machtigingen of door PHP-instructie open_basedir).
       DBStoringCharset=Database karakterset voor het opslaan van gegevens
       DBSortingCharset=Database karakterset voor het sorteren van gegevens
       ClientCharset=Cliënt tekenset
      @@ -50,14 +50,14 @@ ExternalUser=Externe gebruiker
       InternalUsers=Interne gebruikers
       ExternalUsers=Externe gebruikers
       GUISetup=Scherm
      -SetupArea=Instellingenoverzicht
      +SetupArea=Instellingen
       UploadNewTemplate=Nieuwe template(s) uploaden
       FormToTestFileUploadForm=Formulier waarmee bestandsupload kan worden getest (afhankelijk van de gekozen opties)
       IfModuleEnabled=Opmerking: Ja, is alleen effectief als module <b>%s</b> is geactiveerd
       RemoveLock=Verwijder, als het bestaat, het bestand <b>%s</b> om gebruik te kunnen maken van de updatetool.
       RestoreLock=Voorzie het bestand <b>%s</b> van 'alleen-bekijken' rechten om updaten te voorkomen.
       SecuritySetup=Beveiligingsinstellingen
      -SecurityFilesDesc=Define here options related to security about uploading files.
      +SecurityFilesDesc=Definieer hier de opties met betrekking tot beveiliging bij het uploaden van bestanden.
       ErrorModuleRequirePHPVersion=Fout, deze module vereist PHP versie %s of hoger.
       ErrorModuleRequireDolibarrVersion=Fout, deze module vereist Dolibarr versie %s of hoger.
       ErrorDecimalLargerThanAreForbidden=Fout, een nauwkeurigheid van meer dan <b>%s</b> wordt niet ondersteund.
      @@ -66,21 +66,21 @@ Dictionary=Woordenboeken
       ErrorReservedTypeSystemSystemAuto=De waarde 'system' en 'systemauto' als type zijn voorbehouden voor het systeem.  Je kan 'user' als waarde gebruiken om je eigen gegevens-record toe te voegen.
       ErrorCodeCantContainZero=Code mag geen 0 bevatten
       DisableJavascript=JavaScript en Ajax functies uitzetten (Aanbevolen voor blinden of tekst browsers)
      -UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +UseSearchToSelectCompanyTooltip=Ook als u een groot aantal relaties (> 100 000) heeft, kunt u de snelheid verhogen door in de Setup-> Overig constant COMPANY_DONOTSEARCH_ANYWHERE op 1 te zetten. Zoeken wordt dan beperkt tot het begin van de reeks.
      +UseSearchToSelectContactTooltip=Ook als u een groot aantal relaties (> 100 000) heeft, kunt u de snelheid verhogen door constante CONTACT_DONOTSEARCH_ANYWHERE in Setup -> Overig op 1 te zetten. Zoeken wordt dan beperkt tot het begin van de reeks.
      +DelaiedFullListToSelectCompany=Wacht tot een toets wordt ingedrukt voordat inhoud van de keuzelijst met relaties wordt geladen.<br>Dit kan de prestaties verbeteren als u een groot aantal relaties hebt, maar dit is minder handig.
      +DelaiedFullListToSelectContact=Wacht tot een toets wordt ingedrukt voordat inhoud van Contact combo-lijst wordt geladen. <br> Dit kan de prestaties verbeteren als je een groot aantal contacten hebt, maar het is minder handig)
       NumberOfKeyToSearch=Aantal karakters om een zoekopdracht te initiëren: %s
       NotAvailableWhenAjaxDisabled=Niet beschikbaar wanneer AJAX functionaliteit uitgeschakeld is
      -AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      +AllowToSelectProjectFromOtherCompany=Bij een document van een relatiej, kan een project worden gekozen dat is gekoppeld aan een relatie
       JavascriptDisabled=JavaScript uitgeschakeld
       UsePreviewTabs=Gebruik voorbeelweergavetabbladen
       ShowPreview=Toon voorbeelweergave
       PreviewNotAvailable=Voorbeeldweergave niet beschikbaar
       ThemeCurrentlyActive=Huidige thema
       CurrentTimeZone=Huidige Tijdszone
      -MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +MySQLTimeZone=Tijdzone(database)
      +TZHasNoEffect=Datums worden opgeslagen en geretourneerd door de databaseserver alsof ze werden bewaard als ingeleverde reeks. De tijdzone heeft alleen effect wanneer de UNIX_TIMESTAMP-functie wordt gebruikt (die niet door Dolibarr zou moeten worden gebruikt, dus database-TZ zou geen effect moeten hebben, zelfs als deze werd gewijzigd nadat gegevens waren ingevoerd).
       Space=Ruimte
       Table=Tabel
       Fields=Velden
      @@ -111,7 +111,7 @@ NotConfigured=Module/applicatie niet geconfigureerd
       Active=Actief
       SetupShort=Instellingen
       OtherOptions=Overige opties
      -OtherSetup=Overige instellingen
      +OtherSetup=Andere instellingen
       CurrentValueSeparatorDecimal=Decimaal scheidingsteken
       CurrentValueSeparatorThousand=Duizend scheidingsteken
       Destination=Bestemming
      @@ -126,8 +126,8 @@ PHPTZ=Tijdzone binnen de PHP server
       DaylingSavingTime=Zomertijd (gebruiker)
       CurrentHour=Huidige tijd op server
       CurrentSessionTimeOut=Huidige sessie timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=Om een ​​andere PHP-tijdzone in te stellen (niet verplicht), kunt u proberen een .htaccess-bestand toe te voegen met de volgende regel: "SetEnv TZ Europe / Paris"
      +HoursOnThisPageAreOnServerTZ=Waarschuwing, in tegenstelling tot andere schermen, bevinden de uren op deze pagina zich niet in uw lokale tijdzone, maar in de tijdzone van de server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Maximaal aantal regels voor widgets
      @@ -135,7 +135,7 @@ AllWidgetsWereEnabled=Alle beschikbare widgets zijn geactiveerd
       PositionByDefault=Standaard volgorde
       Position=Positie
       MenusDesc=Menu-managers bepalen de inhoud van de twee menubalken in (horizontaal en verticaal).
      -MenusEditorDesc=Met behulp van de menu-editor kunt u gepersonaliseerde items in menu's instellen. Gebruik deze functionaliteit zorgvuldig om te vermijden dat Dolibarr instabiel wordt en menu-items permanent onbereikbaar worden.<br>Sommige modules voegen items toe in de menu's (in de meeste gevallen in het menu <b>Alle</b>). Als u sommige van deze items abusievelijk verwijderd, dan kunt u ze herstellen door de module eerst uit te schakelen en daarna opnieuw in te schakelen. 
      +MenusEditorDesc=Met behulp van de menu-editor kunt u gepersonaliseerde items in menu's instellen. Gebruik deze functionaliteit zorgvuldig om te vermijden dat Dolibarr instabiel wordt en menu-items permanent onbereikbaar worden.<br>Sommige modules voegen items toe in de menu's (in de meeste gevallen in het menu <b>Alle</b>). Als u sommige van deze items abusievelijk verwijderd, dan kunt u ze herstellen door de module eerst uit te schakelen en daarna opnieuw in te schakelen.
       MenuForUsers=Gebruikersmenu
       LangFile=.lang bestand
       System=Systeem
      @@ -151,7 +151,7 @@ PurgeDeleteAllFilesInDocumentsDir=Verwijder alle bestanden in de map <b>%s.</b>.
       PurgeRunNow=Nu opschonen
       PurgeNothingToDelete=Geen directory of bestanden om te verwijderen.
       PurgeNDirectoriesDeleted=<b>%s</b> bestanden of mappen verwijderd.
      -PurgeNDirectoriesFailed=Failed to delete <b>%s</b> files or directories.
      +PurgeNDirectoriesFailed=Kan <b>%s</b>bestanden of mappen niet verwijderen.
       PurgeAuditEvents=Verwijder alle beveiligingsgerelateerde gebeurtenissen
       ConfirmPurgeAuditEvents=Weet u zeker dat u alle beveiligingsgerelateerde gebeurtenissen wilt verwijderen? Alle beveiligingsgerelateerde logbestanden zullen worden verwijderd. Er zullen geen andere gegevens worden verwijderd.
       GenerateBackup=Genereer backup
      @@ -190,29 +190,29 @@ EncodeBinariesInHexa=Codeer binaire data in hexadecimalen
       IgnoreDuplicateRecords=Negeer fouten van dubbele tabelregels (INSERT negeren)
       AutoDetectLang=Automatisch detecteren (taal van de browser)
       FeatureDisabledInDemo=Functionaliteit uitgeschakeld in de demonstratie
      -FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Vakken zijn delen op het scherm die bepaalde informatie tonen op geselecteerde pagina's. U kunt een vak in- of uitschakelen door de doelpagina te selecteren en op "activeren" te klikken of door op de prullenbak te klikken om het vak uit te schakelen.
      +FeatureAvailableOnlyOnStable=Functie alleen beschikbaar bij officiële stabiele versies
      +BoxesDesc=Widgets zijn componenten die informatie tonen die u kunt toevoegen om sommige pagina's te personaliseren. U kunt kiezen of u de widget wilt weergeven of niet door de doelpagina te selecteren en op 'Activeren' te klikken of door op de prullenbak te klikken om deze uit te schakelen.
       OnlyActiveElementsAreShown=Alleen elementen van ingeschakelde <a href="%s">modules</a> worden getoond.
      -ModulesDesc=Dolibarr modules bepalen welke functionaliteit is ingeschakeld in de software. Voor enkele applicatiemodules is het noodzakelijk, zodra de module is ingeschakeld, rechten te verlenen aan de gebruikers. Klik op de knop uit / aan in de kolom "Status" om een module / functionaliteit in of uit te schakelen.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=U kunt meer modules downloaden van externe websites op het internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Vind externe apps of modules
       ModulesDevelopYourModule=Ontwikkel uw eigen app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nieuw
       FreeModule=Gratis
       CompatibleUpTo=Compatibel met versie %s
      -NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).
      -CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
      -SeeInMarkerPlace=See in Market place
      +NotCompatible=Deze module lijkt niet compatibel met uw Dolibarr %s (Min %s - Max %s).
      +CompatibleAfterUpdate=Deze module vereist een update van uw Dolibarr %s (Min %s - Max %s).
      +SeeInMarkerPlace=Zie op de Marktplaats
       Updated=Bijgewerkt
      -Nouveauté=Novelty
      +Nouveauté=Nieuwigheid
       AchatTelechargement=Kopen/Downloaden
      -GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
      +GoModuleSetupArea=Om een nieuwe module te activeren of te installeren, ga naar module setup <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, de officiële markt voor externe Dolibarr ERP / CRM modules.
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Websiteaanbieders waarop u naar meer modules kunt zoeken
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=Externe websites voor meer add-on (niet-core) modules ...
       DevelopYourModuleDesc=Enkele oplossingen om uw eigen module te ontwikkelen ...
       URL=Link
       BoxesAvailable=Beschikbare widgets
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Geen onversleutelde wachtwoorden opslaan in de database,
       MainDbPasswordFileConfEncrypted=Databasewachtwoord versleuteld opslaan in conf.php (Activering aanbevolen)
       InstrucToEncodePass=Om je paswoord versleuteld (gecodeerd) te krijgen in dit bestand <b>conf.php</b> , vervang de regel <br><b>$dolibarr_main_db_pass="...";</b><br>door<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Om je paswoord gedecodeerd te verkrijgen in dit bestand <b>conf.php</b>,  vervang de regel <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>door<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Bescherming van gecreëerde PDF files. (Activering NIET aanbevolen, omdat dit de aanmaak van meerdere bestanden onmogelijk maakt)
      +ProtectAndEncryptPdfFiles=Bescherming van gegenereerde PDF-bestanden NIET aanbevolen (breekt massale PDF-generatie)
       ProtectAndEncryptPdfFilesDesc=Bescherming van PDF files, deze kunnen nog gelezen en afgedrukt worden met behulp van een PDF-lezer. Echter, het bewerken en kopiëren is niet meer mogelijk. Let op dat door het gebruik van deze functionaliteit, de bouw van een globale samengevoegde PDF niet werkt zoals bij onbetaalde facturen.
       Feature=Functionaliteit
       DolibarrLicense=Licentie
      @@ -246,8 +246,8 @@ ExternalResources=Externe bronnen
       SocialNetworks=Sociale netwerken
       ForDocumentationSeeWiki=Documentatie voor gebruikers of ontwikkelaars kunt u inzien door <br>te kijken op de Dolibarr Wiki-pagina's:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Voor alle andere vragen / hulp, kunt u gebruik maken van het Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Dit scherm kan u helpen om ondersteuning voor Dolibarr te krijgen.
      -HelpCenterDesc2=Kies de ondersteuning die overeenkomt met uw behoeften door te klikken op de betreffende link (Sommige van deze diensten zijn alleen beschikbaar in het <b>Engels</b>).
      +HelpCenterDesc1=Hier enkele bronnen voor hulp en ondersteuning met Dolibarr.
      +HelpCenterDesc2=Enkele bronnen zijn alleen beschikbaar in het <b>Engels</b>.
       CurrentMenuHandler=Huidige menuverwerker
       MeasuringUnit=Meeteenheid
       LeftMargin=Linker marge
      @@ -258,36 +258,40 @@ SpaceX=Ruimte X
       SpaceY=Ruimte Y
       FontSize=Formaat lettertype
       Content=Inhoud
      -NoticePeriod=Notice period
      +NoticePeriod=Opzegtermijn
       NewByMonth=Nieuw per maand
       Emails=E-mails
       EMailsSetup=E-mail instellingen
      -EMailsDesc=Met behulp van deze pagina kunt u PHP instellingen om e-mails te verzenden overschrijven. Op Unix / Linux besturingssystemen zijn deze in de meeste gevallen goed ingesteld en zijn deze instellingen nutteloos.
      +EMailsDesc=Op deze pagina kunt u uw standaard PHP-parameters voor e-mailverzending negeren. In de meeste gevallen op Unix / Linux OS is de PHP-instelling correct en zijn deze parameters niet nodig.
       EmailSenderProfiles=Verzender e-mails profielen
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS-poort (standaard in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (standaard in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS-poort (niet gedefinieerd in PHP op Unix-achtige systemen)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS-host (Niet gedefinieerd in PHP op Unix-achtige systemen)
      -MAIN_MAIL_EMAIL_FROM=E-mail afzender voor automatische e-mails (Standaard in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Stuur systematisch een verborgen zogenoemde 'Carbon-Copy' van alle verzonden e-mails naar
      -MAIN_DISABLE_ALL_MAILS=Schakel het versturen van alle e-mails uit (voor testdoeleinden of demonstraties)
      -MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Te gebruiken methode om e-mails te verzenden
      -MAIN_MAIL_SMTPS_ID=SMTP-gebruikersnaam indien verificatie vereist
      -MAIN_MAIL_SMTPS_PW=SMTP-wachtwoord indien verificatie vereist
      -MAIN_MAIL_EMAIL_TLS= Gebruik TLS (SSL) encryptie
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Schakel alle SMS verzendingen (voor test doeleinden of demo)
      +MAIN_MAIL_SMTP_PORT=SMTP / SMTPS-poort (standaardwaarde in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS-host (standaardwaarde in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS-poort (niet gedefinieerd in PHP op Unix-achtige systemen)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (niet gedefinieerd in PHP op Unix-achtige systemen)
      +MAIN_MAIL_EMAIL_FROM=E-mail afzender voor automatische e-mails (standaardwaarde in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=E-mailadres voor gebruikt foute e-mails (velden 'Fout-Aan' in verzonden e-mails)
      +MAIN_MAIL_AUTOCOPY_TO= Kopieer (Bcc) alle verzonden e-mails naar
      +MAIN_DISABLE_ALL_MAILS=Schakel alle e-mailverzending uit (voor testdoeleinden of demo's)
      +MAIN_MAIL_FORCE_SENDTO=Stuur alle e-mails naar (in plaats van echte ontvangers, voor testdoeleinden)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=E-mail verzendmethode
      +MAIN_MAIL_SMTPS_ID=SMTP ID (als het verzenden vanaf de server authenticatie vereist)
      +MAIN_MAIL_SMTPS_PW=SMTP-wachtwoord (als het verzenden vanaf de server authenticatie vereist)
      +MAIN_MAIL_EMAIL_TLS=Gebruik TLS (SSL) encryptie
      +MAIN_MAIL_EMAIL_STARTTLS=Gebruik TLS (STARTTLS) -codering
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Schakel alle sms-verzending uit (voor testdoeleinden of demo's)
       MAIN_SMS_SENDMODE=Methode te gebruiken om SMS te verzenden
      -MAIN_MAIL_SMS_FROM=Standaard afzender telefoonnummer voor Sms versturen
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Standaard afzender telefoonnummer voor SMS-verzending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Standaard afzender e-mail voor handmatig verzenden (e-mailadres gebruiker of bedrijfs e-mail)
       UserEmail=E-mailadres gebruiker
       CompanyEmail=E-mailadres bedrijf
       FeatureNotAvailableOnLinux=Functionaliteit niet beschikbaar op Unix-achtige systemen. Test uw lokale 'sendmail' programma.
      -SubmitTranslation=Indien de vertaling voor deze taal nog niet volledig is of je vindt fouten, dan kan je dit verbeteren door de bestanden te editeren in de volgende directory <b>langs/%s</b> en stuur uw wijzigingen door naar www.transifex.com/dolibarr-association/dolibarr/
      -SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslationENUS=Als vertaling voor deze taal niet compleet is of als u fouten aantreft, kunt u dit corrigeren door bestanden in map <b>langs / %s</b> te bewerken en gewijzigde bestanden in te dienen op dolibarr.org/forum of voor ontwikkelaars op github.com/Dolibarr/dolibarr.
       ModuleSetup=Module-instellingen
       ModulesSetup=Instellingen van modules & applicatie
       ModuleFamilyBase=Systeem
      @@ -307,17 +311,17 @@ MenuHandlers=Menuverwerkers
       MenuAdmin=Menu wijzigen
       DoNotUseInProduction=Niet in productie gebruiken
       ThisIsProcessToFollow=Dit zijn de stappen om te verwerken:
      -ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
      +ThisIsAlternativeProcessToFollow=Dit is een alternatieve setup om handmatig te verwerken:
       StepNb=Stap %s
      -FindPackageFromWebSite=Vind een pakket die u de functionaliteit geeft die u wilt (bijvoorbeeld op de officiële website van %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download het pakket (voorbeeld vanaf de officiële web site %s).
      -UnpackPackageInDolibarrRoot=Pak bestand uit op de Dolibarr server directory toegewezen aan de externe modules: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module geïnstalleerd. U moet deze nog wel activeren en instellen: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Pak de uitgepakte bestanden uit of pak deze uit in de servermap welke is toegewezen aan Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=De alternatieve hoofdmap is niet gedefinieerd in een bestaande map.<br>
       InfDirAlt=Vanaf versie 3 is het mogelijk om een alternatieve root directory te definiëren.  Dit stelt je in staat om op dezelfde plaats zowel plug-ins als eigen templates te bewaren. <br>Maak gewoon een directory op het niveau van de root van Dolibarr (bv met de naam: aanpassing).<br>
       InfDirExample=<br>Leg dit vast in het bestand <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>Als deze lijnen zijn inactief gemaakt met een "#" teken, verwijder dit teken dan om ze te activeren.
      -YouCanSubmitFile=Voor deze stap kunt u een .zip bestand of module pakket hier verzenden :
      +YouCanSubmitFile=Als alternatief kunt u de module als .zip-bestandspakket uploaden:
       CurrentVersion=Huidige versie van Dolibarr
       CallUpdatePage=Ga naar de pagina die de databasestructuur en gegevens bijwerkt: %s.
       LastStableVersion=Laatste stabiele versie
      @@ -325,7 +329,7 @@ LastActivationDate=Laatste activeringsdatum
       LastActivationAuthor=Laatste activeringsauteur
       LastActivationIP=Laatste activerings-IP
       UpdateServerOffline=Updateserver offline
      -WithCounter=Manage a counter
      +WithCounter=Beheer een teller
       GenericMaskCodes=U kunt elk gewenst maskernummer invoeren. In dit masker, kunnen de volgende tags worden gebruikt:<br><b>{000000}</b> correspondeert met een nummer welke vermeerderd zal worden op elke %s. Voer zoveel nullen in als de gewenste lengte van de teller. De teller wordt aangevuld met nullen vanaf links zodat er zoveel nullen zijn als in het masker.<br><b>{000000+000}</b> hetzelfde als voorgaand maar een offset corresponderend met het nummer aan de rechterkant van het + teken is toegevoegd startend op de eerste %s. <br><b>{000000@x}</b> hetzelfde als voorgaande maar de teller wordt gereset naar nul, wanneer maand x is bereikt (x tussen 1 en 12). Als deze optie is gebruikt en x is 2 of hoger, dan is de volgorde {yy}{mm} of {yyyy}{mm} ook vereist. <br><b>{dd}</b> dag (01 t/m 31).<br><b>{mm}</b> maand (01 t/m 12).<br><b>{yy}</b>, <b>{yyyy}</b> of <b>{y}</b> jaat over 2, 4 of 1 nummer(s). <br>
       GenericMaskCodes2=<b>{cccc}</b>de clientcode op n tekens<br> <b>{cccc000}</b> de cliëntcode op n tekens wordt gevolgd door een teller die is toegewezen aan de klant. Deze teller voor de klant wordt op hetzelfde moment gereset als de globale teller.<br><b> {tttt}</b> De code van het type van derden op n tekens (zie menu Home - Setup - Woordenboek - Soorten derden) . Als u deze label toevoegt, is de teller anders voor elk type derde partij.<br>
       GenericMaskCodes3=Alle andere karakters in het masker zullen intact blijven.<br>Spaties zijn niet toegestaan.<br>
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Ga naar de wiki-pagina voor een opsomming van alle acteurs en
       UseACacheDelay= Ingestelde vertraging voor de cacheexport in secondes (0 of leeg voor geen cache)
       DisableLinkToHelpCenter=Verberg de link "<b>ondersteuning of hulp nodig</b>" op de inlogpagina
       DisableLinkToHelp=Verberg de link naar online hulp "<b>%s</b>"
      -AddCRIfTooLong=Er zijn geen automatische regeleinden, dus als uw tekst in de documenten te lang is, moet u zelf regeleinden in de teksteditor invoeren.
      -ConfirmPurge=Weet u zeker dat u ALLES wilt verwijderen? <br> Dit zal alle bestanden definitief verwijderen zonder de mogelijkheid deze terug te halen (ECM bestanden, gekoppelde bestanden....).
      +AddCRIfTooLong=Er is geen automatische tekstterugloop, tekst die te lang is, wordt niet weergegeven in documenten. Voeg zo nodig carriage returns toe in het tekstgebied.
      +ConfirmPurge=Weet u zeker dat u deze zuivering wilt uitvoeren? <br> Hiermee worden al uw gegevensbestanden permanent verwijderd zonder dat ze worden teruggezet (ECM-bestanden, bijgevoegde bestanden ...).
       MinLength=Minimale lengte
       LanguageFilesCachedIntoShmopSharedMemory=Bestanden .lang in het gedeelde geheugen
       LanguageFile=Taalbestand
      -ExamplesWithCurrentSetup=Voorbeelden met de huidige actieve configuratie
      +ExamplesWithCurrentSetup=Voorbeelden met huidige configuratie
       ListOfDirectories=Lijst van OpenDocument sjablonenmappen
       ListOfDirectoriesForModelGenODT=Lijst van de directorie's die de templates bevatten in OpenDocument formaat.<br><br>Plaats hier het volledige pad van de directorie.<br>Voeg een nieuwe lijn tussen elke directorie.<br>Om een directorie van de GED module bij te voegen, voeg hier <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b> toe.<br><br>Bestanden in deze directorie's moeten eindigen op <b>.odt</b> of <b>.ods</b>.
      -NumberOfModelFilesFound=Aantal ODT/ODS templates gevonden in deze mappen
      +NumberOfModelFilesFound=Aantal  gevonden ODT/ODS-sjabloonbestanden
       ExampleOfDirectoriesForModelGen=Voorbeelden van de syntaxis: <br>c:\\mijndir<br>/home/mijndir<br>DOL_DATA_ROOT/ECM/ecmdir
       FollowingSubstitutionKeysCanBeUsed=Door het plaatsen van de volgende velden in het sjabloon krijgt u een vervanging met de aangepaste waarde bij het genereren van het document:
       FullListOnOnlineDocumentation=De complete lijst met beschikbare velden is te vinden in de gebruikersdocumentatie op de Wiki van Dolibar: http://wiki.dolibarr.org.
      @@ -365,36 +369,36 @@ KeyForWebServicesAccess=Sleutel om webdiensten te gebruiken (waarde "dolibarrkey
       TestSubmitForm=Invoer testformulier
       ThisForceAlsoTheme=Met behulp van dit menu manager zal ook gebruik maken van een eigen thema wat er keuze van de gebruiker. Ook dit menu manager gespecialiseerd smartphones niet werkt op alle smartphone. Gebruik een ander menu manager als u problemen ondervindt op het jouwe.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion time-out
      +ConnectionTimeout=Time-out  verbinding
       ResponseTimeout=Time-out antwoord
       SmsTestMessage=Testbericht van __PHONEFROM__ naar __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> moet eerst worden ingeschakeld als je deze functie wilt gebruiken.
       SecurityToken=Sleutel tot URL beveiligen
      -NoSmsEngine=Geen SMS afzender manager beschikbaar. SMS afzender manager zijn niet geïnstalleerd met de standaard distributie (omdat ze afhankelijk is van een externe leverancier), maar u kunt vinden op een aantal http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=U kunt elke globale opties met betrekking tot de PDF-generatie
      +PDFDesc=U kunt elke algemene optie met betrekking tot de PDF-generatie instellen
       PDFAddressForging=Regels aan te pakken dozen te smeden
      -HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
      -PDFRulesForSalesTax=Rules for Sales Tax / VAT
      -PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideAnyVATInformationOnPDF=Alle informatie met betrekking tot omzet-belasting / btw op gegenereerde PDF verbergen
      +PDFRulesForSalesTax=Regels voor omzet-belasting/btw
      +PDFLocaltax=Regels voor %s
      +HideLocalTaxOnPDF=Verberg %s-tarief in pdf-kolom BTW
       HideDescOnPDF=Verberg productbeschrijving op gemaakte PDF
       HideRefOnPDF=Verberg productreferentie op gemaakte PDF
       HideDetailsOnPDF=Laat productdetails niet zien in PDF
      -PlaceCustomerAddressToIsoLocation=Use french standard position (La Poste) for customer address position
      +PlaceCustomerAddressToIsoLocation=Gebruik de Franse standaardpositie (La Poste) als positie van het klant-adres
       Library=Bibliotheek
       UrlGenerationParameters=Parameters om URL beveiligen
       SecurityTokenIsUnique=Gebruik een unieke securekey parameter voor elke URL
       EnterRefToBuildUrl=Geef referentie voor object %s
       GetSecuredUrl=Get berekend URL
      -ButtonHideUnauthorized=Verberg knoppen i.p.v. ontoegankelijk maken voor niet beheerders.
      +ButtonHideUnauthorized=Verberg de knoppen voor niet-beheerders bij ongeoorloofde acties in plaats van grijs gekleurde, uitgeschakelde knoppen
       OldVATRates=Oud BTW tarief
       NewVATRates=Nieuw BTW tarief
       PriceBaseTypeToChange=Wijzig op prijzen waarop een base reference waarde gedefiniëerd is
       MassConvert=Start algemene omzetting
       String=String
       TextLong=Lange tekst
      -HtmlText=Html text
      +HtmlText=HTML-tekst
       Int=Integer
       Float=Float
       DateAndTime=Datum en uur
      @@ -408,19 +412,19 @@ ExtrafieldSelect = Keuze lijst
       ExtrafieldSelectList = Kies uit tabel
       ExtrafieldSeparator=Scheidingsteken (geen veld)
       ExtrafieldPassword=Wachtwoord
      -ExtrafieldRadio=Radio buttons (alleen keuze)
      +ExtrafieldRadio=Radio buttons (slechts één keuze)
       ExtrafieldCheckBox=Checkboxen
       ExtrafieldCheckBoxFromList=Checkboxen uit tabel
       ExtrafieldLink=Link naar een object
       ComputedFormula=Berekend veld
      -ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ComputedFormulaDesc=U kunt hier een formule invoeren met andere eigenschappen van het object of een willekeurige PHP-codering om een ​​dynamische berekende waarde te krijgen. U kunt alle PHP-compatibele formules gebruiken, inclusief de "?" voorwaardeoperator en volgend globaal object: <strong>$ db, $ conf, $ langs, $ mysoc, $ user, $ object</strong>. <br> <strong> WAARSCHUWING </strong>: slechts enkele eigenschappen van $ object mogelijk beschikbaar. Als u eigenschappen nodig hebt die niet zijn geladen, haalt u het object eenvoudig in uw formule op, zoals in het tweede voorbeeld. <br> Het gebruik van een berekend veld betekent dat u geen waarde uit de interface kunt invoeren. Ook als er een syntaxisfout is, kan de formule niets retourneren. <br><br> Voorbeeld van formule:<br>$ object-> id <10? round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2) <br><br> Voorbeeld om object opnieuw te laden <br> (($ reloadedobj = nieuwe Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj-> rowid: $ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1' <br> <br> Ander voorbeeld van formule om load van object en zijn bovenliggende object te forceren: <br> (($ reloadedobj = nieuwe taak ($ ​​db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = nieuw project ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project )> 0))? $ secondloadedobj-> ref: 'Ouderproject niet gevonden'
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=Lijst met waarden moet regels zijn met een indelingssleutel, waarde (waarbij de sleutel niet '0' kan zijn) <br> <br> bijvoorbeeld: <br> 1, waarde1 <br>2, waarde2 <br>code3, waarde3 <br> ...  <br> <br>Om de lijst te laten afhangen van een andere aanvullende attributenlijst:  <br>1, value1 | options_ <i> parent_list_code</i>: parent_key  <br>2, value2 | options_ <i> parent_list_code </i>: parent_key  <br> <br>Om de lijst afhankelijk te maken van een andere lijst: <br> 1, value1 |<i> parent_list_code </i>: parent_key <br> 2, value2 | <i> parent_list_code</i>: parent_key
       ExtrafieldParamHelpcheckbox=Lijst van parameters moet telkens bestaan uit sleutel,waarde (waarbij de sleutel geen '0' kan zijn)<br><br>bv:<br>1,waarde<br>2,waarde2<br>3,waarde3<br>...
       ExtrafieldParamHelpradio=Lijst van parameters moet telkens bestaan uit sleutel,waarde<br><br>bv:<br>1,waarde<br>2,waarde2<br>3,waarde3<br>...
       ExtrafieldParamHelpsellist=Lijst met waarden komt uit een tabel <br> Syntaxis: table_name: label_field: id_field :: filter <br> Voorbeeld: c_typent: libelle: id :: filter <br> <br> - idfilter is noodzakelijkerwijs een primaire int-sleutel <br> - filter kan een eenvoudige test zijn (bv. actief = 1) om alleen actieve waarde weer te geven <br> U kunt ook $ ID $ in filter gebruiken dat is het huidige id van huidig ​​object <br> Om een ​​SELECT in filter te doen, gebruik $ SEL $ <br> als u op extra velden wilt filteren, gebruikt u de syntaxis extra.fieldcode = ... (waarbij veldcode de code van extrafield is) <br> <br> Om de lijst afhankelijk te maken van een andere aanvullende attributenlijst: <br> c_typent: libelle: id: options_ <i> parent_list_code</i>| parent_column: filter  <br> <br>Om de lijst te laten afhangen van een andere lijst: <br>c_typent: libelle: id: <i> parent_list_code</i> | parent_column: filter
      -ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list :<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      -ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax : ObjectName:Classpath<br>Examples :<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
      +ExtrafieldParamHelpchkbxlst=Lijst met waarden komt uit een tabel<br>Syntaxis: table_name: label_field: id_field :: filter<br>Voorbeeld: c_typent: libelle: id :: filter<br><br>filter kan ook een eenvoudige test zijn (bv. Actief = 1 ) om alleen de actieve waarde weer te geven<br>U kunt ook $ID$ in het filter gebruiken, dat de huidige id van het huidige object is<br> Als u een SELECT in filter wilt gebruiken, gebruikt u $SEL$ <br>Als u op extra velden wilt filteren syntaxis extra.fieldcode = ... (waarbij veldcode de code van extrafield is)<br><br>Om de lijst afhankelijk te maken van een andere aanvullende attributenlijst <br>:c_typent: libelle: id: options_<i>parent_list_code</i>| parent_column: filter<br><br>Om de lijst afhankelijk te laten zijn van een andere lijst:<br>c_typent: libelle: id:<i>parent_list_code</i> | parent_column: filter
      +ExtrafieldParamHelplink=Parameters moeten zijn ObjectName: Classpath<br>Syntax: ObjectName: Classpath<br>Voorbeelden:<br>Societe: societe / class / societe.class.php <br>Contact: contact / class / contact.class.php
       LibraryToBuildPDF=Gebruikte library voor generen PDF
       LocalTaxDesc=Sommige landen gebruiken 2 of 3 belastingen op iedere factuurregel. Als dit het geval is, kies type voor tweede en derde belasting en het tarief. Mogelijke typen zijn: <br>1 : Locale belasting van toepassing op producten en diensten zonder btw (btw wordt niet toegepast op locale belasting)<br>2 : Locale belasting van toepassing op producten en diensten voor btw (btw wordt berekend op bedrag + locale belasting )<br>3 : Locale belasting van toepassing op producten zonder btw  (btw wordt niet toegepast op locale belasting)<br>4 : Locale belasting van toepassing op producten voor btw (btw wordt berekend op bedrag + locale belasting)<br>5 : Locale belasting van toepassing op diensten zonder btw  (btw wordt niet toegepast op locale belasting)<br>6 :  Locale belasting van toepassing op diensten voor btw  (btw wordt berekend op bedrag + locale belasting )
       SMS=SMS
      @@ -432,60 +436,62 @@ DefaultLink=Standaard link
       SetAsDefault=Gebruik standaard
       ValueOverwrittenByUserSetup=Waarschuwing, deze waarde kan worden overschreven door de gebruiker specifieke setup (elke gebruiker kan zijn eigen ClickToDial url ingestellen)
       ExternalModule=Externe module - geïnstalleerd in map %s
      -BarcodeInitForThirdparties=Mass barcode initialisatie voor relaties
      +BarcodeInitForthird-parties=Massa streepjescode initialisatie relaties
       BarcodeInitForProductsOrServices=Mass barcode init of reset voor producten of diensten
      -CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
      +CurrentlyNWithoutBarCode=Momenteel hebt u een <strong>%s</strong> record op <strong>%s</strong>%s zonder gedefinieerde streepjescode.
       InitEmptyBarCode=Init waarde voor de volgende %s lege records
       EraseAllCurrentBarCode=Wis alle huidige barcode waarden
      -ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
      +ConfirmEraseAllCurrentBarCode=Weet u zeker dat u alle huidige streepjescode-waarden wilt wissen?
       AllBarcodeReset=Alle barcode waarden zijn verwijderd
      -NoBarcodeNumberingTemplateDefined=Geen barcode nummering sjabloon ingeschakeld in barcode module setup.
      +NoBarcodeNumberingTemplateDefined=Er is geen barcode nummeringssjabloon ingeschakeld in de instellingen van de barcodemodule.
       EnableFileCache=Gebruik cache voor bestanden
      -ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
      +ShowDetailsInPDFPageFoot=Voeg meer details toe aan het PDF-voetbestand, zoals uw bedrijfsadres of beheerdersnamen (om professionele id's, bedrijfskapitaal en btw-nummer in te vullen).
       NoDetails=Niet meer details in footer
       DisplayCompanyInfo=Geen adresgegevens bedrijf weer
      -DisplayCompanyManagers=Display manager names
      +DisplayCompanyManagers=Toon namen managers
       DisplayCompanyInfoAndManagers=Geef adresgegevens en namen manager weer
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      -ModuleCompanyCodePanicum=Return an empty accounting code.
      -ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
      -Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
      -UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      -WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s gevolgd door klantcode voor een klantaccountingcode
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
      +ModuleCompanyCodePanicum=Retourneer een lege accountingcode.
      +ModuleCompanyCodeDigitaria=Boekhoudcode is afhankelijk van de code van derden. De code bestaat uit het teken "C" in de eerste positie gevolgd door de eerste 5 tekens van de code van derden.
      +Use3StepsApproval=Bestellingen moeten standaard worden gemaakt en goedgekeurd door 2 verschillende gebruikers (één stap / gebruiker om te maken en één stap / gebruiker goed te keuren. Merk op dat als gebruiker zowel toestemming heeft om te maken en goed te keuren, één stap / gebruiker volstaat) . U kunt met deze optie vragen om een ​​derde stap / gebruikersgoedkeuring in te voeren, als het bedrag hoger is dan een speciale waarde (dus 3 stappen zijn nodig: 1 = validatie, 2 = eerste keer goedkeuren en 3 = tweede keer goedkeuren als het bedrag voldoende is). <br> Stel deze optie in op leeg als één goedkeuring (2 stappen) voldoende is, stel deze in op een zeer lage waarde (0,1) als een tweede goedkeuring (3 stappen) altijd vereist is.
      +UseDoubleApproval=Gebruik een goedkeuring in 3 stappen als het bedrag (zonder belasting) hoger is dan ...
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
      +WarningPHPMail2=Als uw e-mail SMTP-provider de e-mailclient moet beperken tot bepaalde IP-adressen (zeer zeldzaam), is dit het IP-adres van de mail user agent (MUA) voor uw ERP CRM-toepassing: <strong>%s</strong>.
       ClickToShowDescription=Klik voor omschrijving
      -DependsOn=Deze module heeft de volgende module(s) nodig
      +DependsOn=Deze module heeft de module(s) nodig
       RequiredBy=Deze module is vereist bij module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=U moet hier de relatieve URL van de pagina invoeren. Als u parameters opneemt in URL, zijn de standaardwaarden effectief als alle parameters op dezelfde waarde zijn ingesteld. Voorbeelden:
      -PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +PageUrlForDefaultValuesCreate=<br> Voor het formulier om een ​​nieuwe relatie te maken, is dit <strong> %s </strong>. <br> Als u alleen de standaardwaarde wilt als url een bepaalde parameter heeft, kunt u<strong>%s</strong>gebruiken
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Schakel het gebruik van gepersonaliseerde standaardwaarden in
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      -WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
      +EnableOverwriteTranslation=Schakel het gebruik van de overschreven vertaling in
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
      +WarningSettingSortOrder=Pas op. Het instellen van een standaardsorteervolgorde kan resulteren in een technische fout wanneer u op de lijstpagina gaat als veld een onbekend veld is. Als u een dergelijke fout ondervindt, gaat u terug naar deze pagina om de standaard sorteervolgorde te verwijderen en het standaardgedrag te herstellen.
       Field=veld
      -ProductDocumentTemplates=Document templates to generate product document
      -FreeLegalTextOnExpenseReports=Free legal text on expense reports
      -WatermarkOnDraftExpenseReports=Watermark on draft expense reports
      +ProductDocumentTemplates=Documentsjablonen om een ​​productdocument te genereren
      +FreeLegalTextOnExpenseReports=Gratis juridische tekst over onkostendeclaraties
      +WatermarkOnDraftExpenseReports=Watermerk op ontwerp onkostendeclaraties
       AttachMainDocByDefault=Zet dit op 1 als u het hoofddocument als standaard aan e-mail wilt toevoegen (indien van toepassing)
       FilesAttachedToEmail=Voeg een bestand toe
       SendEmailsReminders=Stuur agendaherinneringen per e-mail
      -davDescription=Add a component to be a DAV server
      -DAVSetup=Setup of module DAV
      -DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +davDescription=Voeg een component toe als DAV-server
      +DAVSetup=Installatie van DAV module
      +DAV_ALLOW_PUBLIC_DIR=Activeer de openbare map (WebDav-map zonder dat inloggen vereist is)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Gebruikers & groepen
       Module0Desc=Groepenbeheer gebruikers/werknemers
      -Module1Name=Beheer derde partijen
      +Module1Name=Relaties
       Module1Desc=Beheer van derde partijen (klanten, leveranciers en contactpersonen). Ook kunt u hier sjabloondocumenten uploaden.
       Module2Name=Commercieel
       Module2Desc=Commercieel beheer
       Module10Name=Boekhouding
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Zakelijke voorstellen / Offertes
       Module20Desc=Beheer van offertes
       Module22Name=EMailings
      @@ -497,7 +503,7 @@ Module25Desc=Beheer van de bestellingen door klanten
       Module30Name=Facturen
       Module30Desc=Factuur- en creditnotabeheer voor klanten. Factuurbeheer voor leveranciers
       Module40Name=Leveranciers
      -Module40Desc=Suppliers and purchase management (purchase orders and billing)
      +Module40Desc=Leveranciers- en inkoopbeheer (inkooporders en facturering)
       Module42Name=Debug logs
       Module42Desc=Mogelijkheden voor een log (file,syslog, ...). Deze log-files zijn voor technische/debug ondersteuning.
       Module49Name=Editors
      @@ -511,13 +517,13 @@ Module52Desc=Productenvoorraadbeheer
       Module53Name=Diensten
       Module53Desc=Dienstenbeheer
       Module54Name=Contracten/Abonnementen
      -Module54Desc=Contractmanagement (diensten of herhalende abonnementen)
      +Module54Desc=Beheer van contracten (diensten of terugkerende abonnementen)
       Module55Name=Streepjescodes
       Module55Desc=Streepjescodesbeheer
       Module56Name=Telefonie
       Module56Desc=Telefoniebeheer
       Module57Name=Incasso-opdrachten
      -Module57Desc=Beheer van Incasso opdrachten. Inclusief het aanmaken van een SEPA bestand zoals gebruikt in Europese landen.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integratie van een 'ClickToDial' systeem (Asterisk, etc)
       Module59Name=Bookmark4u
      @@ -528,78 +534,78 @@ Module75Name=Reisnotities en -kosten
       Module75Desc=Beheer van reisnotities en -kosten
       Module80Name=Verzendingen
       Module80Desc=Beheer afnemersverzending en -ontvangst
      -Module85Name=Bank en Contant
      +Module85Name=Kas en bank
       Module85Desc=Beheer van bank- en / of kasrekeningen
       Module100Name=Externe site
      -Module100Desc=Voeg een externe website in het Dolibarr menu toe en bekijk deze in een frame
      +Module100Desc=Voeg externe websitelink toe aan Dolibarr-menu's om het in een Dolibarr-frame te bekijken
       Module105Name=Mailman en SPIP
       Module105Desc=Mailman of SPIP-interface voor leden-module
       Module200Name=LDAP
      -Module200Desc=LDAP mappen synchronisatie
      +Module200Desc=LDAP-directorysynchronisatie
       Module210Name=PostNuke
       Module210Desc='PostNuke'-integratie
       Module240Name=Uitvoer gegevens (exporteren)
      -Module240Desc=Gereedschap om Dolibarr data te exporteren (met hulp)
      +Module240Desc=Hulpmiddel om Dolibarr-gegevens te exporteren (met assistentie)
       Module250Name=Invoer gegevens (importeren)
      -Module250Desc=Gereedschap om Dolibarr data te importeren (met hulp)
      +Module250Desc=Hulpmiddel om gegevens in Dolibarr te importeren (met assistentie)
       Module310Name=Leden
       Module310Desc=Ledenbeheer (van een vereniging)
       Module320Name=RSS-feeds
       Module320Desc=Voeg een RSS feed toe in de informatieschermen van Dolibarr
      -Module330Name=Weblinks (Favouriete internetpagina's in het menu weergeven)
      -Module330Desc=Internetfavorietenbeheer
      -Module400Name=Projecten/Kansen/Leads
      -Module400Desc=Beheer van projecten, kansen / leads en / of taken. U kunt ook elk element (factuur, bestelling, voorstel, interventie, ...) toewijzen aan een project en een transversaal beeld krijgen van de projectweergave.
      +Module330Name=Bladwijzers en snelkoppelingen
      +Module330Desc=Create shortcuts, always accessible, to the internal or external pages to which you frequently access
      +Module400Name=Projecten of 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=Webkalender
       Module410Desc=Integratie van een webkalender
      -Module500Name=Taxes and Special expenses
      -Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
      -Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module500Name=Belastingen en speciale uitgaven
      +Module500Desc=Beheer van andere uitgaven (verkoopbelastingen, sociale of fiscale belastingen, dividenden, ...)
      +Module510Name=Betaling van werknemerslonen
      +Module510Desc=Record and track employee payments
       Module520Name=Lening
       Module520Desc=Het beheer van de leningen
       Module600Name=Notificaties van bedrijfs-evenementen
      -Module600Desc=Stuur e-mailmeldingen (geactiveerd door sommige zakelijke evenementen) naar gebruikers (instelling gedefinieerd op elke gebruiker), naar externe contactpersonen (set-up gedefinieerd op elke externe partij) of naar vaste e-mails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      -Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
      +Module610Name=Productvarianten
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Giften
       Module700Desc=Donatiebeheer
      -Module770Name=Onkostennota's 
      -Module770Desc=Management en vordering onkostennota's (vervoer, maaltijden, ...)
      -Module1120Name=Vendor commercial proposal
      -Module1120Desc=Request vendor commercial proposal and prices
      +Module770Name=Onkostennota's
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
      +Module1120Name=Commercieel voorstel van de leverancier
      +Module1120Desc=Vraag commercieel voorstel en prijzen aan
       Module1200Name=Mantis
       Module1200Desc=Mantis integratie
       Module1520Name=Documenten genereren
       Module1520Desc=Massa mail document generen
       Module1780Name=Kenmerk/Categorieën
      -Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
      +Module1780Desc=Aanmaken tags/categorie (producten, klanten, leveranciers, contacten of leden)
       Module2000Name=Fckeditor
      -Module2000Desc=Toestaan aanpassen tekst met behulp de uitgebreide editor( Gebaseerd op de CKEditor)
      +Module2000Desc=Toestaan ​​dat tekstvelden worden bewerkt met behulp van CKEditor
       Module2200Name=Dynamische prijzen
       Module2200Desc=Het gebruik van wiskundige uitdrukkingen voor prijzen mogelijk te maken
       Module2300Name=Geplande taken
       Module2300Desc=Taakplanning (ook wel cron of chrono tabel)
       Module2400Name=Gebeurtenissen/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Geautomatiseerde organisatie van gemaakte en opgeslagen documenten. Deel deze indien gewenst.
       Module2600Name=API/Web services (SOAP server)
       Module2600Desc=Schakel de Dolibarr SOAP server in die API services aanbiedt
      -Module2610Name=API/Web services (REST server)
      +Module2610Name=API / webservices (REST-server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Schakel de Dolibarr webservices client aan (Kan worden gebruikt om gegevens en / of aanvragen duwen naar externe servers. Leverancier bestellingen alleen ondersteund voor het moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Gebruik de online dienst 'Gravatar' (www.gravatar.com) voor het posten van afbeeldingen van gebruikers / leden (gevonden door hun e-mails). Internet toegang vereist.
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Capaciteitconversie GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-bedrijf
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Beheer van verlofverzoeken
      -Module20000Desc=Bevestig en volg verlofverzoeken van medewerkers
      +Module20000Desc=Aanmaken en volgen verlofaanvragen
       Module39000Name=Products lots
       Module39000Desc=Lot of serienummer, vervaldatum en de uiterste verkoopdatum beheer van producten
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module om een ​​online betaalpagina aan te bieden die betalingen met een creditcard / betaalpas accepteert via PayBox. Dit kan worden gebruikt om uw klanten toe te staan ​​om gratis betalingen te doen of om een ​​betaling uit te voeren voor een bepaald Dolibarr-object (factuur, bestelling, ...)
      +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=Verkooppunt
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Punt van de omzet
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module om een ​​online betalingspagina aan te bieden die betalingen met PayPal accepteert (creditcard of PayPal-tegoed). Dit kan worden gebruikt om uw klanten toe te staan ​​om gratis betalingen te doen of om een ​​betaling uit te voeren voor een bepaald Dolibarr-object (factuur, bestelling, ...)
      +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=Boekhouding
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (zonder het openen van de documenten) met behulp van Cups IPP-interface (Printer moet zichtbaar zijn vanaf de server zijn, en CUPS moet geinstalleerd zijn op de server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Onderzoek of Stemmen
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marges
       Module59000Desc=Module om de marges te beheren
       Module60000Name=Commissies
       Module60000Desc=Module om commissies te beheren
      -Module62000Name=Incoterm
      -Module62000Desc=Onderdelen toevoegen voor Incoterms
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Bronnen
       Module63000Desc=Bronnen beheren (printers, auto's kamers, ...) zodat u deze kunt delen met evenementen
       Permission11=Bekijk afnemersfacturen
      @@ -651,9 +661,9 @@ Permission32=Creëer / wijzig producten / diensten
       Permission34=Verwijderen producten / diensten
       Permission36=Exporteer producten / diensten
       Permission38=Export producten
      -Permission41=Inlezen projecten en taken (gedeeld project en project waarbij ik decontactpersoon ben). Kan ook de gebruikte tijd invoeren op toegewezen taken (rooster).
      -Permission42=Maak / wijzig projecten (gedeeld project en projecten waarvan ik contactpersoon ben). Kan ook taken aanmaken en gebruikers toewijzen aan deze projecten en taken
      -Permission44=Verwijder projecten (Gedeelde projecten en projecten waarvoor ik de contactpersoon ben)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Projecten verwijderen (gedeeld project en projecten waar ik contact mee heb)
       Permission45=Exporteer projecten
       Permission61=Bekijk interventies
       Permission62=Creëer / wijzig interventies
      @@ -686,7 +696,7 @@ Permission109=Verwijder verzendingen
       Permission111=Bekijk de financiële rekeningen
       Permission112=Creëer / wijzig / verwijder en vergelijk transacties
       Permission113=Stel financiële rekeningen in (creëer, beheer, categoriseer)
      -Permission114=Afstemming overboekingen
      +Permission114=Consolideer transacties
       Permission115=Exporteer transacties en rekeningafschriften
       Permission116=Overschrijvingen tussen rekeningen
       Permission117=Beheer cheques verzending
      @@ -694,15 +704,15 @@ Permission121=Bekijk derde partijen gelinkt aan de gebruiker
       Permission122=Creëer / wijzig derden gelinkt aan gebruiker
       Permission125=Verwijderen van derden gelinkt aan gebruiker
       Permission126=Exporteer derden
      -Permission141=Lees alle projecten en taken (ook private projecten waar ik niet de contactpersoon ben)
      -Permission142=Aanmaak/wijzig alle projecten en taken (ook private projecten waar ik niet de contactpersoon ben)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Verwijder alle projecten en taken (ook de private projecten waarvoor ik geen contactpersoon ben)
       Permission146=Bekijk leveranciers
       Permission147=Bekijk statistieken
       Permission151=Inlezen incasso-opdracht
       Permission152=Aanmaken/aanpassen incasso-opdracht
       Permission153=Versturen/verzenden incasso-opdrachten
      -Permission154=Overzicht crediteringen/afkeuringen incasso opdrachten
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Lees contracten/abonnementen
       Permission162=Creëren/aanpassen contracten/abonnementen
       Permission163=Een dienst/abonnement van een contract activeren
      @@ -725,7 +735,7 @@ Permission187=Sluiten leverancieropdrachten
       Permission188=Annuleren leverancieropdrachten
       Permission192=Regels aanmaken
       Permission193=Regels beëindigen
      -Permission194=Consult marge regels
      +Permission194=Read the bandwidth lines
       Permission202=Creëer DSL-aansluitingen
       Permission203=links inzien
       Permission204=Creëer links
      @@ -750,12 +760,12 @@ Permission244=Zie de inhoud van de verborgen categorieën
       Permission251=Bekijk de andere gebruikers en groepen
       PermissionAdvanced251=Lees andere gebruikers
       Permission252=Creëren / wijzigen van andere gebruikers, groepen en rechten
      -Permission253=Wijzigen van andere gebruikers wachtwoord
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Creëer / wijzig de rechten van internet / externe gebruikers
       Permission254=Verwijderen of uitschakelen van andere gebruikers
       Permission255=Creëren / wijzigen eigen gebruikersgegevens
       Permission256=Wijzigen eigen wachtwoord
      -Permission262=Verleng de toegang tot alle relaties (niet alleen relaties waarvan de gebruiker een verkoopvertegenwoordiger is). <br> Niet effectief voor externe gebruikers (altijd beperkt tot offertes, bestellingen, facturen, contracten, enz.). <br>Niet effectief voor projecten (alleen regels over projectrechten, zichtbaarheid en toewijzing zijn van belang).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Lees CA
       Permission272=Facturen inzien
       Permission273=Facturen uitgeven
      @@ -765,7 +775,7 @@ Permission283=Contactpersonen verwijderen
       Permission286=Contactpersonen Exporteren
       Permission291=Tarieven inzien
       Permission292=Stel rechten voor tarieven in
      -Permission293=Wijzig afnemerstarieven
      +Permission293=Modify customers tariffs
       Permission300=Bekijk streepjescodes
       Permission301=Creëren / wijzigen streepjescodes
       Permission302=Verwijderen streepjescodes
      @@ -787,11 +797,9 @@ Permission401=Bekijk kortingen
       Permission402=Creëren / wijzigen kortingen
       Permission403=Kortingen valideren
       Permission404=Kortingen verwijderen
      -Permission501=Lees werknemerscontracten/salarissen
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Betaling van salarissen
      -Permission512=Create/modify payment of salaries
      -Permission514=Verwijder salarissen
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Export salarissen
       Permission520=Lees Leningen
       Permission522=Creëer/wijzigen leningen
      @@ -807,12 +815,12 @@ Permission701=Bekijk donaties
       Permission702=Creëren / wijzigen donaties
       Permission703=Verwijderen donaties
       Permission771=Declaraties (eigen en ondergeschikten)
      -Permission772=Creëer / wijzigen onkostennota's 
      -Permission773=Verwijderen onkostennota's 
      +Permission772=Creëer / wijzigen onkostennota's
      +Permission773=Verwijderen onkostennota's
       Permission774=Lees alle onkostennota's (ook voor de gebruiker niet ondergeschikten)
      -Permission775=Goedkeuren onkostennota's 
      -Permission776=Betalen onkostennota's 
      -Permission779=Export onkostennota's 
      +Permission775=Goedkeuren onkostennota's
      +Permission776=Betalen onkostennota's
      +Permission779=Export onkostennota's
       Permission1001=Bekijk voorraden
       Permission1002=Toevoegen/wijzigen van een magazijn
       Permission1003=Verwijder magazijnen
      @@ -844,8 +852,8 @@ Permission1251=Voer massale invoer van externe gegevens in de database uit (data
       Permission1321=Exporteer afnemersfacturen, attributen en betalingen
       Permission1322=Open een betaalde factuur
       Permission1421=Exporteer afnemersfacturen en attributen
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Verlofaanvragen verwijderen
       Permission20004=Alle verlofaanvragen (zelfs van gebruiker, niet ondergeschikten)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Bronnen lezen
       Permission63002=Create/modify resources
       Permission63003=Verwijder resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Relatiesoort
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potentiële niveau
       DictionaryCanton=Provincie
       DictionaryRegion=Regio
      @@ -894,7 +902,7 @@ DictionaryVAT=BTW-tarieven of Verkoop Tax tarieven
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Betalingsvoorwaarden
       DictionaryPaymentModes=Betaalwijzen
      -DictionaryTypeContact=Contact / Adres soorten
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Papierformaten
      @@ -908,47 +916,47 @@ DictionarySource=Oorsprong van offertes / bestellingen
       DictionaryAccountancyCategory=Gepersonaliseerde groepen voor rapporten
       DictionaryAccountancysystem=Modellen voor rekeningschema
       DictionaryAccountancyJournal=Daboeken
      -DictionaryEMailTemplates=Email documentensjablonen
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Eenheden
       DictionaryProspectStatus=Status prospect
      -DictionaryHolidayTypes=Soort vergoeding
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Onkostenoverzicht - bereik per transportcategorie
       SetupSaved=Instellingen opgeslagen
       SetupNotSaved=Installatie niet opgeslagen
       BackToModuleList=Terug naar moduleoverzicht
      -BackToDictionaryList=Terug naar de woordenboeken lijst
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=BTW-beheer
      -VATIsUsedDesc=Het standaard BTW-tarief bij het aanmaken van prospecten, facturen, orders etc volgt de actieve standaard regel:<br>Als de verkoper onderworpen is aan BTW, dan wordt BTW standaard op 0 gezet. Einde van de regel.<br>Als het 'land van de verkoper' = 'het land van de koper' dan wordt de BTW standaard ingesteld op de BTW van het product in het verkopende land. Einde van de regel.<br>Als verkoper en koper zich in de Europese Gemeenschap bevinden en het betreft een nieuw vervoersmiddel (auto, boot, vliegtuig), dan wordt de BTW standaard ingesteld op 0 (De BTW moet worden betaald door koper in het grenskantoor van zijn land en niet door de verkoper). Einde van de regel.<br>Als verkoper en koper zich in de Europese Unie bevinden en de koper is een persoon of bedrijf zonder BTW-registratienummer = BTW-standaard van het verkochte product. Einde van de regel.<br>Als verkoper en koper zich in de Europese Gemeenschap bevinden en de koper geen bedrijf is, dan wordt de BTW standaard ingesteld op de BTW van het verkochte product. Einde van de regel<br><br>In alle andere gevallen wordt de BTW standaard ingesteld op 0. Einde van de regel.<br>
      -VATIsNotUsedDesc=Standaard is de voorgestelde BTW 0. Dit kan gebruikt worden in situaties zoals verenigingen, particulieren of kleine bedrijven.
      -VATIsUsedExampleFR=In Frankrijk betekent dit dat bedrijven of organisaties een echt fiscaal systeem hebben (Vereenvoudigd echt of normaal echt). Een systeem waarin btw wordt aangegeven.
      -VATIsNotUsedExampleFR=In Frankrijk betekent dit verenigingen zonder BTW-aangifte of bedrijven, organisaties of vrije beroepen die voor het fiscale systeem voor micro-ondernemingen (btw in franchise) hebben gekozen en een franchisebetaling zonder BTW-aangifte hebben betaald. Deze keuze zal de referentie "Niet van toepassing zijnde BTW - art-293B van CGI" op facturen weergeven.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Tarief
       LocalTax1IsNotUsed=Gebruik geen tweede belasting
      -LocalTax1IsUsedDesc=Gebruik een tweede type van belasting (met uitzondering van de BTW)
      -LocalTax1IsNotUsedDesc=Gebruik geen ander type van belasting (andere dan BTW)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Tweede soort belasting
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Derde belasting niet gebruiken
      -LocalTax2IsUsedDesc=Gebruik een derde type van belasting (met uitzondering van de BTW)
      -LocalTax2IsNotUsedDesc=Gebruik geen ander type van belasting (andere dan BTW)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Derde type belasting
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= Gestion RE
      -LocalTax1IsUsedDescES= Het RE tarief volgt standaard de actieve standaardregel (bij het maken van prospecten, facturen, opdrachten etc)<br> Als de koper niet is onderworpen aan RE, wordt de RE standaard standaard ingesteld op 0. Einde van de regel.<br>Indien de koper wordt onderworpen aan dan de RE dan standaard RE. Einde van de regel.<br>
      -LocalTax1IsNotUsedDescES= Standaard is de voorgestelde RE 0. Einde van de regel.
      -LocalTax1IsUsedExampleES= In Spanje zijn zij professionals die onderworpen zijn aan enkele specifieke secties van het Spaanse IAE.
      -LocalTax1IsNotUsedExampleES= In Spanje zijn zij professionals en verenigingen die onderworpen zijn aan bepaalde secties van het Spaanse IAE.
      -LocalTax2ManagementES= IRPF beheer
      -LocalTax2IsUsedDescES= Het standaard RE tarief bij het aanmaken van prospecten, facturen, opdrachten, etc volgt de actieve standaardregel:<br>Wanneer de verkoper niet onderworpen is aan de IRPF, dan wordt IRPF ingesteld op o. Einde van de regel.<br>Wanneer de verkoper onderworpen is aan de IRPF, dan wordt standaard de IRPF insgesteld. Einde van regel.<br>
      -LocalTax2IsNotUsedDescES= Standaard is de voorgestelde IRPF 0. Einde van de regel.
      -LocalTax2IsUsedExampleES= In Spanje, freelancers en onafhankelijke professionals die diensten aanbieden alsmede bedrijven die voor het belastingsysteem van modules hebben gekozen.
      -LocalTax2IsNotUsedExampleES= In Spanje zijn zij bedrijven die niet onderworpen zijn aan het belastingsysteem van modules.
      +LocalTax1ManagementES=Gestion RE
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Standaard is de voorgestelde RE 0. Einde van de regel.
      +LocalTax1IsUsedExampleES=In Spanje zijn zij professionals die onderworpen zijn aan enkele specifieke secties van het Spaanse IAE.
      +LocalTax1IsNotUsedExampleES=In Spanje zijn zij professionals en verenigingen die onderworpen zijn aan bepaalde secties van het Spaanse IAE.
      +LocalTax2ManagementES=IRPF beheer
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Standaard is de voorgestelde IRPF 0. Einde van de regel.
      +LocalTax2IsUsedExampleES=In Spanje, freelancers en onafhankelijke professionals die diensten aanbieden alsmede bedrijven die voor het belastingsysteem van modules hebben gekozen.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Rapporten over lokale belastingen
       CalcLocaltax1=Verkopen - Aankopen
       CalcLocaltax1Desc=Lokale belastings rapporten worden berekend met het verschil tussen verkopen en aankopen
      @@ -958,6 +966,7 @@ CalcLocaltax3=Verkopen
       CalcLocaltax3Desc=Lokale Belastingen rapporten zijn het totaal van belastingen verkoop
       LabelUsedByDefault=Standaard te gebruiken label indien er geen vertaling kan worden gevonden voor de code
       LabelOnDocuments=Etiket op documenten
      +LabelOrTranslationKey=Label or translation key
       NbOfDays=Aantal dagen
       AtEndOfMonth=Aan het einde van de maand
       CurrentNext=Huidige/volgende
      @@ -984,7 +993,7 @@ DatabaseUser=Databasegebruikersnaam
       DatabasePassword=Databasewachwoord
       Tables=Tabellen
       TableName=Tabelnaam
      -NbOfRecord=Aantal tabelregels
      +NbOfRecord=Aantal records
       Host=Server
       DriverType=Drivertype
       SummarySystem=Samenvatting van systeeminformatie
      @@ -996,7 +1005,7 @@ Skin=Uiterlijksthema
       DefaultSkin=Standaard uiterlijksthema
       MaxSizeList=Maximale lijstlengte
       DefaultMaxSizeList=Standaard maximum lengte voor lijsten
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Bericht van de dag
       MessageLogin=Bericht op inlogpagina
       LoginPage=Inlogpagina
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent zoekformulier in linker menu
       DefaultLanguage=Standaard te gebruiken taal (taal-code)
       EnableMultilangInterface=Inschakelen meertalige interface
       EnableShowLogo=Toon logo in het linker menu
      -CompanyInfo=Informatie bedrijf/organisatie
      -CompanyIds=Informatie bedrijf/organisatie
      +CompanyInfo=Bedrijf/Organisatie
      +CompanyIds=Bedrijfs-/organisatie-identiteiten
       CompanyName=Naam
       CompanyAddress=Adres
       CompanyZip=Postcode
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Eigenaar van bankrekening %s
       BankModuleNotActive=Bankrekeningen module niet ingeschakeld
       ShowBugTrackLink=Toon de link "<strong>%s</strong>"
       Alerts=Kennisgevingen
      -DelaysOfToleranceBeforeWarning=Getolereerde vertraging voor kennisgeving
      -DelaysOfToleranceDesc=In dit scherm kunt u de getolereerde vertraging voordat een kennisgeving wordt gemeld op het scherm met een icoontje %s voor elk te laat element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Getolereerde vertraging (in dagen) voor geplande evenementen (agenda) nog niet voltooid
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Vertragingstolerantie (in dagen) vóór melding bij project niet tijdig afgesloten
      -Delays_MAIN_DELAY_TASKS_TODO=Getolereerde vertraging (in dagen) voor geplande taken (project-taken) nog niet voltooid
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Getolereerde vertraging (in dagen) voor een kennisgeving, op nog niet uitgevoerde orders.
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Getolereerde vertraging (in dagen) voor een kennisgeving, op af te sluiten offertes word getoond
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Getolereerde vertraging (in dagen) voor een kennisgeving, op niet-gefactureerde offertes word getoond
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Getolereerde vertraging (in dagen) voor een kennisgeving, op te activeren diensten word getoond
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Getolereerde vertraging (in dagen) voor een kennisgeving, op afgelopen diensten word getoond
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Getolereerde vertraging (in dagen) voor een kennisgeving, op een onbetaalde leveranciersfactuur word getoond
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Getolereerde vertraging (in dagen) voor een kennisgeving, op een onbetaalde afnemersfactuur word getoond
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Getolereerde vertraging (in dagen) voor een kennisgeving, op bank conciliatie word getoond
      -Delays_MAIN_DELAY_MEMBERS=Getolereerde vertraging (in dagen) voor een kennisgeving, op niet betaalde contributie word getoond
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Getolereerde vertraging (in dagen) voor de kennisgeving voor nog te doen cheques aanbetaling
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=Bij Instellingen kunt u de onderdelen instellen voordat u begint Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Andere menu-items beheren / optionele instellingen.
      +DelaysOfToleranceBeforeWarning=Vertragingen voor het weergeven van een waarschuwing
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Vertraging (in dagen) vóór waarschuwing betreft het te sluiten van voorstellen
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Veiligheidsauditgebeurtenissen
       Audit=Audit
       InfoDolibarr=Over Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Hier kunt u de de gewenste veiligheidslogs in- of uitschakelen. Beh
       AreaForAdminOnly=Setup functies kunnen alleen door <b>Administrator gebruikers</b> worden ingesteld
       SystemInfoDesc=Systeeminformatie is technische informatie welke u in alleen-lezen modus krijgt en alleen door beheerders is in te zien.
       SystemAreaForAdminOnly=Dit scherm is alleen beschikbaar voor de beheerders. Andere Dolibarr gebruikers kunnen hier niets wijzigen.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=U kunt hier instellingen doen die het uiterlijk van Dolibarr instellen
       AvailableModules=Beschikbare app/modules
       ToActivateModule=Om modules te activeren, ga naar Home->Instellingen->Modules.
       SessionTimeOut=Time-out van de sessie
      -SessionExplanation=De hier ingestelde waarde garandeert dat de sessie nooit zal verlopen voordat deze periode is verlopen, maar niet dat de sessie wel verloopt na deze vertraging, omdat sessies worden worden verwijderd wanneer het systeem zelf een opschoning begint.<br>Opmerking: bij geen specifiek systeem, zal PHP elke sessie wissen rond <b>%s/%s</b> toegang, maar alleen tijdens de toegang van andere sessies.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Beschikbare initiatoren (triggers)
      -TriggersDesc=Initiatoren zijn bestanden die het gedrag van de 'workflow' van Dolibarr zullen beïnvloeden vanaf het moment dat zij zijn gekopieerd naar de map <b>htdocs/core/triggers.</b>Zij initiëren nieuwe acties, geactiveerd door Dolibarr gebeurtenissen (de creatie van nieuwe bedrijven, factuur validatie, etc).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Initiatoren in dit bestand zijn uitgeschakeld door het <b>NoRun</b> achtervoegsel in hun naam.
       TriggerDisabledAsModuleDisabled=Initiatoren in dit bestand zijn uitgeschakeld als module <b>%s</b> is uitgeschakeld.
       TriggerAlwaysActive=Initiatoren in dit bestand zijn altijd actief, ongeacht de geactiveerde modules in Dolibarr.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Voer alle referentiegegevens in. U kunt uw waarden toevoegen aan
       ConstDesc=Op deze pagina kunt u alle andere parameters bewerken die niet beschikbaar zijn op de vorige pagina's. Dit zijn meestal gereserveerde parameters voor ontwikkelaars of geavanceerde probleemoplossing. Voor een lijst met opties <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">kijk hier</a>,
       MiscellaneousDesc=Overige beveiliging gerelateerde instellingen worden hier vastgelegd.
       LimitsSetup=Limieten- en precisieinstellingen
      -LimitsDesc=U kunt hier limieten en preciseringen die Dolibarr gebruikt instellen
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Maximaal aantal decimalen voor eenheidsprijzen
       MAIN_MAX_DECIMALS_TOT=Maximaal aantal decimalen voor de totale prijs
       MAIN_MAX_DECIMALS_SHOWN=Maximaal aantal decimalen voor de prijzen weergegeven op het scherm (Voeg <b>...</b> toe na dit nummer als u <b>...</b> wilt zien als het nummer wordt afgekapt op het scherm)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Prijs per eenheid van een product
       TotalPriceAfterRounding=Totale prijs inclusief na afronding
       ParameterActiveForNextInputOnly=De instelling word pas actief voor de volgende invoer
       NoEventOrNoAuditSetup=Geen geregistreerde auditgebeurtenis. Dit is normaal als de audit nog niet is ingeschakeld in "Home->Instellingen->Beveiliging->Audit".
      -NoEventFoundWithCriteria=Geen beveiligingsgebeurtenis gevonden met deze zoek criteria.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Controleer de instellingen van uw lokale "sendmail"-programma
       BackupDesc=Om een complete backup van Dolibarr te maken, dient u:
       BackupDesc2=Bewaren van bestanden in de documenten directorie (<b>%s</b>) dat alle opgeladen en gegenereerde bestanden bevat. (Het bevat ook alle bestanden gegenereerd bij stap 1).
      -BackupDesc3=- Bewaar de inhoud van uw database in een dump bestand. Om dit te doen, kunt u gebruik maken van de volgende assistent.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Gearchiveerde map-bestand moet op een veilige plaats worden opgeslagen.
       BackupDescY=De gemaakte dump bestand moet op een veilige plaats worden opgeslagen.
      -BackupPHPWarning=Backup niet gegarandeerd met deze methode. Gebruik beter de vorige
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Om een Dolibarr backup terug te zetten, dient u:
      -RestoreDesc2=- Herstel archiefbestand (zip bestand bijvoorbeeld) van de oude documentenmap in de documentenmap van de nieuwe Dolibarr installatie of in huidige documentenmap (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=- Herstel de gegevens van een backup dumpbestand, in de database van de nieuwe Dolibarr installatie of in de database van de huidige installatie. Waarschuwing, zodra een herstel is gedaan, zult u de gebruikersnaam en wachtwoord die bestonden toen de backup werd gemaakt, moeten gebruiken. Om een backupdatabase in de huidige installatie te herstellen, kunt u de assistent (wizard) volgen.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Geforceerd tot <b>%s</b> door een geactiveerde module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=U dient dit commando vanaf de o
       YourPHPDoesNotHaveSSLSupport=SSL functies niet beschikbaar in uw PHP installatie
       DownloadMoreSkins=Meer uiterlijkthema's om te downloaden
       SimpleNumRefModelDesc=Geeft het referentienummer terug in het formaat %sjjmm-nnnn waar jj jaar is, mm de maand en nnnn een opeenvolgende aaneengesloten reeks en zonder vervangende 0
      -ShowProfIdInAddress=Toon in het adresgedeelte van documenten het 'professioneel ID'
      -ShowVATIntaInAddress=Verberg BTW Intra num met adressen op documenten
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Onvolledige vertaling
      -MAIN_DISABLE_METEO=Schakel "Meteo"-weergave uit
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standaard mode
       MeteoStdModEnabled=Standaard mode geactiveerd
       MeteoPercentageMod=Percentage modus
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test inloggen op API
      -ProxyDesc=Sommige functies van Dolibarr moet een toegang tot internet aan het werk te hebben. Definieer hier parameters voor deze. Als de Dolibarr server zich achter een Proxy server, deze parameters vertelt Dolibarr hoe toegang tot internet via het.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Externe toegang
       MAIN_PROXY_USE=Gebruik een proxy server (anders directe toegang tot internet)
       MAIN_PROXY_HOST=Naam / adres van de proxy server
       MAIN_PROXY_PORT=Poort van de proxy server
       MAIN_PROXY_USER=Inloggen op de proxyserver te gebruiken
       MAIN_PROXY_PASS=Wachtwoord voor de proxy-server te gebruiken
      -DefineHereComplementaryAttributes=Definieer hier alle attributen, niet reeds standaard beschikbaar, en dat je wilt worden ondersteund voor %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Aanvullende attributen
       ExtraFieldsLines=Aanvullende kenmerken (lijnen)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Complementaire attributen (orderregels)
       ExtraFieldsSupplierInvoicesLines=Complementaire attributen (factuurregels)
       ExtraFieldsThirdParties=Aanvullende kenmerken (relaties)
      -ExtraFieldsContacts=Aanvullende kenmerken (contact / adres)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Aanvullende kenmerken (lid)
       ExtraFieldsMemberType=Aanvullende kenmerken (soort lid)
       ExtraFieldsCustomerInvoices=Aanvullende kenmerken (facturen)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=alleen alfanumerieke tekens en kleine letters z
       SendmailOptionNotComplete=Waarschuwing, op sommige Linux-systemen, e-mail verzenden vanaf uw e-mail, sendmail uitvoering setup moet conatins optie-ba (parameter mail.force_extra_parameters in uw php.ini-bestand). Als sommige ontvangers nooit e-mails ontvangen, probeer dit PHP parameter bewerken met mail.force_extra_parameters =-ba).
       PathToDocuments=Pad naar documenten
       PathDirectory=Map
      -SendmailOptionMayHurtBuggedMTA=Feature om e-mails met behulp van methode "PHP mail direct" te sturen zal een e-mailbericht dat niet goed zou kunnen worden ontleed door sommige het ontvangen van e-mailservers. Resultaat is dat sommige mails niet kunnen worden gelezen door mensen gehost door thoose afgeluisterd platforms. Het is het geval voor sommige Internet providers (Ex: Orange in Frankrijk). Dit is geen probleem in Dolibarr noch in PHP, maar op het ontvangen van e-mailserver. U kunt de optie MAIN_FIX_FOR_BUGGED_MTA echter toe te voegen aan 1 in setup - andere om Dolibarr wijzigen om dit te voorkomen. Echter, kunnen er problemen met andere servers dat opzicht strikt de SMTP-standaard. De andere oplossing (aanbevolen) is het gebruik van de methode "SMTP-socket bibliotheek" dat er geen nadelen heeft.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Vertaal instellingen
       TranslationKeySearch=Zoek een vertaalsleutel of tekenreeks
       TranslationOverwriteKey=Vertaling vervangen
       TranslationDesc=De weergegeven taal voor de toepassing instellen:<br>* Voor gehele systeem: menu <strong>Startpagina - instellen - Weergeven</strong><br> * Per gebruiker: gebruik het tabblad <strong>Weergave gebruiker instellen</strong>op gebruikerskaart ( klik op gebruikersnaam bovenaan het scherm).
       TranslationOverwriteDesc=U kunt ook de teksten aanpassen door de volgende tabel in te vullen. Kies uw taal uit keuzelijst "%s", plaats de tekenreeks van de vertaling in "%s" en uw nieuwe vertaling in "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Vertaal regel
       CurrentTranslationString=Huidige vertaling
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=Weergeven nieuwe vertaal string
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Geactiveerde applicaties/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Je moet minstens 1 module aktiveren
      -ClassNotFoundIntoPathWarning=Classe %s niet gevonden in PHP pad
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Ja in de zomer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Let op, alleen de volgende modules worden geopend voor externe gebruikers (ongeacht hun rechten) en alleen als machtigingen zijn verleend:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sessie opslag geencrypteerd door Suhosin
       ConditionIsCurrently=Voorwaarde is momenteel %s
      -YouUseBestDriver=U gebruikt driver %s die momenteel meest geschikt is.
      -YouDoNotUseBestDriver=U gebruikt driver %s, maar driver %s is aangeraden
      -NbOfProductIsLowerThanNoPb=U hebt enkel %s producten/diensten in de database. Er is geen optimalisatie nodig.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Zoekmachine optimalisatie
      -YouHaveXProductUseSearchOptim=U hebt %s producten in de database. U kan best de constante PRODUCT_DONOTSEARCH_ANYWHERE op 1 zetten in Home-instellingen-andere, u beperkt het zoeken tot begin van strings, waardoor de database een index kan gebruiken en een onmiddelijk resultaat geeft.
      -BrowserIsOK=U gebruikt de webbrowser %s. Deze browser is in orde voor beveiliging en prestaties.
      -BrowserIsKO=U gebruikt de webbrowser %s. Deze browser is een slechte keuze voor veiligheid, prestaties en betrouwbaarheid. Wij raden u aan Firefox, Chrome, Opera of Safari gebruiken.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=Xdebug is geladen.
       XCacheInstalled=Xcache is geladen.
      -AddRefInList=Weergave klant / leverancier ref in lijst (lijst of combobox) en de meeste van hyperlink. Relaties verschijnen met de naam "CC12345 - SC45678 - Het groot bedrijf coorp", in plaats van "Het groot bedrijf coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Wijziging van het veld %s
       FillThisOnlyIfRequired=Voorbeeld: +2 (alleen invullen als tijdzone offset problemen worden ervaren)
       GetBarCode=Haal barcode
       ##### Module password generation
       PasswordGenerationStandard=Geeft een wachtwoord terug dat gegenereerd is volgens het interne Dolibarr algoritme: 8 karakters met gedeelde nummers en tekens in kleine letters.
      -PasswordGenerationNone=Stel geen automatisch gegenereerd wachtwoord voor. Wachtwoord moet manueel ingetoetst worden.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=Volgens uw configuratie
       PasswordPatternDesc=Omschrijving wachtwoord patroon
      @@ -1195,23 +1205,23 @@ UserMailRequired=E-mail verplicht om een nieuwe gebruiker creëren
       HRMSetup=Instellingen HRM module
       ##### Company setup #####
       CompanySetup=Derde partijenmoduleinstellingen
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=E-mailmeldingen stelt u in staat om automatische e-mail te verzenden voor sommige Dolibarr onderdelen. Doelen van meldingen kunnen worden gedefinieerd:
       NotificationsDescUser=*per gebruiker, één tegelijk.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documentensjablonen
      -DocumentModelOdt=Genereer documenten uit OpenDocuments sjablonen (. ODT of. ODS-bestanden voor OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermerk op conceptdocumenten
       JSOnPaimentBill=Activeert functie om de betalingslijnen op betalingsformulieren automatisch aan te vullen
      -CompanyIdProfChecker=Professionele Id unieke
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Moet het uniek zijn?
      -MustBeMandatory=Verplichting voor aanmaken derde partij?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Verplichting om facturen te valideren?
       TechnicalServicesProvided=Technical services provided
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Een exportlink naar het <b>%s</b> formaat is beschikbaar onder de volgende link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Een exportlink naar het <b>%s</b> formaat is beschikbaar
       BillsSetup=Facturenmodule instellen
       BillsNumberingModule=Nummeringsmodule voor facturen en creditnota's
       BillsPDFModules=Factuur documentsjablonen
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Modellen betaal documenten
       CreditNote=Creditnota
       CreditNotes=Creditnota's
      @@ -1230,7 +1241,7 @@ FreeLegalTextOnInvoices=Vrije tekst op facturen
       WatermarkOnDraftInvoices=Watermerk op ontwerp-facturen (geen indien leeg)
       PaymentsNumberingModule=Payments numbering model
       SuppliersPayment=Leveranciersbetalingen
      -SupplierPaymentSetup=Instellingen leveranciers betalingen 
      +SupplierPaymentSetup=Instellingen leveranciers betalingen
       ##### Proposals #####
       PropalSetup=Offertemoduleinstellingen
       ProposalsNumberingModules=Offertenummeringmodules
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Beheren van een login voor elk lid
       AdherentMailRequired=E-mail is vereist om een nieuw lid te creeren
       MemberSendInformationByMailByDefault=Vinkvakje om een bevestigingse-mail te sturen naar leden (validatie van nieuwe abonnementen). Staat standaard aan.
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP-instellingen
       LDAPGlobalParameters=Globale instellingen
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test type lid synchronisatie
       LDAPTestSearch= Test een LDAP-zoekopdracht
       LDAPSynchroOK=Synchronisatietest succesvol
       LDAPSynchroKO=Synchronisatietest mislukt
      -LDAPSynchroKOMayBePermissions=Synchronisatie test mislukt. Controleer of de verbinding met de server correct is ingesteld en LDAP udpates toestaat.
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP verbinding met de LDAP-server succesvol (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP verbinding met de LDAP-server mislukt (Server=%s, Port=%s)
      -LDAPBindOK=Verbinden en autorisatie met LDAP server geslaagd (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Verbinden en autoriseren met LDAP server mislukt (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-server ingesteld voor versie 3
       LDAPSetupForVersion2=LDAP-server ingesteld voor versie 2
       LDAPDolibarrMapping=Dolibarr-mapping (in kaart brengen)
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Gebruikersnaam (samba, activedirectory)
       LDAPFieldLoginSambaExample=Voorbeeld: sAMAccountName
       LDAPFieldFullname=Voornaam Achternaam
       LDAPFieldFullnameExample=Voorbeeld: cn
      -LDAPFieldPasswordNotCrypted=Wachtwoord niet versleuteld
      -LDAPFieldPasswordCrypted=Wachtwoord versleuteld
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Voorbeeld: userPassword
       LDAPFieldCommonNameExample=Voorbeeld: cn
       LDAPFieldName=Naam
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Op deze pagina kunt u de LDAP kenmerknaam in de LDAP struct
       LDAPDescValues=Voorbeeldwaarden zijn ingesteld voor <b>OpenLDAP</b> geladen met de volgende schema's: TODO {VAR INSTELLEN?)<b>core.schema, cosine.schema, inetorgperson.schema</b>). Als udie waarden gebruikt en OpenLDAP, wijzigen dan uw LDAP 'config'-bestand <b>slapd.conf</b> om alle die schema's te laden.
       ForANonAnonymousAccess=Voor een geautoriseerde verbinding (bijvoorbeeld om over schrijfrechten te beschikken)
       PerfDolibarr=Prestaties setup / optimaliseren rapport
      -YouMayFindPerfAdviceHere=U vindt op deze pagina een aantal controles of adviezen met betrekking tot de prestaties.
      -NotInstalled=Niet geïnstalleerd, zodat uw server niet vertraagt
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicatieve cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      -HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
      +HTTPCacheStaticResources=HTTP-cache voor statische bronnen (css, img, javascript)
       FilesOfTypeCached=Bestandtype %s wordt gecached door de HTTP server
       FilesOfTypeNotCached=Bestanden van het type %s, worden niet bewaard door de HTTP server
       FilesOfTypeCompressed=Bestanden van het type %s , worden gecomprimeerd door de HTTP server
       FilesOfTypeNotCompressed=Bestanden van het type %s , worden niet gecomprimeerd door de HTTP server
       CacheByServer=Cache via server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache via browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Automatische detectie niet mogelijk
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Standaardwaarden (voor nieuwe formulieren)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Standaard zoekfilters
       DefaultSortOrder=Standaard order-sortering
       DefaultFocus=Standaard velden voor focus
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Productenmoduleinstellingen
       ServiceSetup=Services module setup
       ProductServiceSetup=Producten en Diensten modules setup
       NumberOfProductShowInSelect=Maximaal aantal producten in 'combo-lijsten' (0 = onbeperkt)
      -ViewProductDescInFormAbility=Visualisatie van de productomschrijvingen in de formulieren (anders getoond als popup-tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualisatie van productomschrijvingen in andere taal
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Systeem begint te zoeken uit de combolijst op het moment dat u een toets indrukt (dit kan de prestaties aanzienlijk verhogen bij het zoeken in een groot aantal artikelen, maar als minder gebruiksvriendelijk worden ervaren)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Standaard streepjescodetype voor produkten
       SetDefaultBarcodeTypeThirdParties=Standaard streepjescodetype voor derde partijen
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1459,8 +1472,8 @@ YouCanUseDOL_DATA_ROOT=U kunt DOL_DATA_ROOT/dolibarr.log gebruiken voor een logb
       ErrorUnknownSyslogConstant=Constante %s is geen bekende 'syslog' constante
       OnlyWindowsLOG_USER=Windows only supports LOG_USER
       CompressSyslogs=Compression and backup of debug log files (generated by module Log for debug)
      -SyslogFileNumberOfSaves=Log backups
      -ConfigureCleaningCronjobToSetFrequencyOfSaves=Configure cleaning scheduled job to set log backup frequency
      +SyslogFileNumberOfSaves=Log back-ups
      +ConfigureCleaningCronjobToSetFrequencyOfSaves=Configureer de geplande taak opschonen om de frequentie van de logboekback-up in te stellen
       ##### Donations #####
       DonationsSetup=Donatiemoduleinstellingen
       DonationsReceiptModel=Sjabloon van donatie-ontvangst
      @@ -1477,8 +1490,8 @@ BarcodeDescUPC=Streepjescodetype UPC
       BarcodeDescISBN=Streepjescodetype ISBN
       BarcodeDescC39=Streepjescodetype C39
       BarcodeDescC128=Streepjescodetype C128
      -BarcodeDescDATAMATRIX=Barcode of type Datamatrix
      -BarcodeDescQRCODE=Barcode of type QR code
      +BarcodeDescDATAMATRIX=Streepjescode van het type Datamatrix
      +BarcodeDescQRCODE=Streepjescode van type QR-code
       GenbarcodeLocation=Opdrachtregelprogramma voor streepjescodegeneratie (gebruikt door interne generator voor sommige barcode types). Moet compatible zijn met "genbarcode". <br>vb: /usr/local/bin/genbarcode
       BarcodeInternalEngine=Internal engine
       BarCodeNumberManager=Beheerder om automatisch barcode nummers te bepalen.
      @@ -1493,7 +1506,7 @@ RSSUrlExample=Een interessante RSS-feed
       MailingSetup=EMailingmoduleinstellingen
       MailingEMailFrom=E-mailafzender (Van) voor e-mails die verstuurd worden door de EMailingmodule
       MailingEMailError=Retoure-mailadres (Errors-to) voor e-mails met fouten
      -MailingDelay=Seconds to wait after sending next message
      +MailingDelay=Seconden te wachten na het verzenden van het volgende bericht
       ##### Notification #####
       NotificationSetup=Moduleinstellingen voor kennisgeving door e-mail
       NotificationEMailFrom=E-mailafzender (van) voor e-mails die verstuurd worden voor kennisgevingen
      @@ -1503,7 +1516,7 @@ SendingsSetup=Verzendingsmoduleinstellingen
       SendingsReceiptModel=Verzendontvangstsjabloon
       SendingsNumberingModules=Verzendingen nummering modules
       SendingsAbility=Ondersteun verzendingsbrieven voor afnemersleveringen
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Vrije tekst op verzendingen
       ##### Deliveries #####
       DeliveryOrderNumberingModules=ontvangstbevestigingennummeringsmodule
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Geavanceerde editor
       ActivateFCKeditor=Activeer FCKeditor voor:
       FCKeditorForCompany=WYSIWIG creatie / bewerking van bedrijfsomschrijving en notities
       FCKeditorForProduct=WYSIWIG creatie / bewerking van product- / dienstomschrijving en notities
      -FCKeditorForProductDetails=WYSIWIG creatie / bewerking van produktdetailregels voor alle entiteiten (Offertes, opdrachten, facturen, etc)<br><font class="warning">Waarschuwing: Gebruik van deze optie, voor dit doeleinde, wordt sterk afgeraden, omdat het problemen kan geven met speciale karakters en de paginaopmaak wanneer er PDF bestanden worden gegenereerd van deze gegevens.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creatie / bewerking van mailings
       FCKeditorForUserSignature=WYSIWIG creatie /aanpassing van ondertekening
       FCKeditorForMail=WYSIWIG creatie / bewerking voor alle e-mail (behalve Gereedschap-> E-mailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Verbinding geslaagd, maar de database lijkt geen OSCommerce database te zijn (Sleutel %s niet gevonden in tabel %s).
      -OSCommerceTestOk=Verbinding met de server '%s' en database '%s' met gebruiker '%s' succesvol.
      -OSCommerceTestKo1=Verbinding met de server '%s' gelukt maar de database '%s' kon niet worden bereikt.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Verbinding met server '%s' op de database '%s' met gebruiker '%s' succesvol.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Verbinding met server '%s' met gebruiker '%s' mislukt.
       ##### Stock #####
      -StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Als u de verkooppunt module (de standaard POS module of een andere externe module) gebruikt, kan deze setup worden genegeerd door uw verkooppunt  module. De meeste verkooppunt modules zijn ontworpen om onmiddellijk een factuur te creëren en het standaard verlagen van voorraad. Dus, als je ja of nee een voorraad daling nodig hebt om bij het registreren van een verkoop op uw verkooppunt, controleer ook uw POS-module instellingen.
      +StockSetup=Voorraad-module instellen
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu verwijderd
       Menus=Menu's
      @@ -1548,7 +1561,7 @@ DetailRight=Voorwaarde om onbevoegde grijze menu's weer te geven
       DetailLangs=.lang bestandsnaam voor labelcodevertaling
       DetailUser=Intern / Extern / Alle
       Target=Doel
      -DetailTarget=Doel van links (_blank opent een nieuw venster)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Niveau (-1: menu bovenaan, 0: header menu, >0 menu en submenu)
       ModifMenu=Menu-item wijzigen
       DeleteMenu=Menu-item verwijderen
      @@ -1561,9 +1574,9 @@ OptionVATDefault=Standaard basis
       OptionVATDebitOption=Transactiebasis
       OptionVatDefaultDesc=BTW is verplicht:<br>- op levering / betalingen van goederen (wij gebruiken de factuurdatum)<br>- op betalingen van diensten
       OptionVatDebitOptionDesc=BTW is verplicht:<br>- op levering / betalingen van goederen<br>- op factuur (debet) voor diensten
      -OptionPaymentForProductAndServices=Cash basis for products and services
      +OptionPaymentForProductAndServices=Kasbasis voor producten en diensten
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Tijd van BTW opeisbaarheid standaard volgens gekozen optie:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Bij levering
       OnPayment=Bij betaling
       OnInvoice=Op factuur
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Boekhoudkundige leverancierscode
       AgendaSetup=Acties- en agendamoduleinstellingen
       PasswordTogetVCalExport=autorisatiecode van de exportlink
       PastDelayVCalExport=Exporteer geen gebeurtenissen ouder dan
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Stel automatisch dit soort evenementen in zoekfilter van agendaweergave
      -AGENDA_DEFAULT_FILTER_STATUS=Stel automatisch deze status voor evenementen in zoekfilter van agendaweergave
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Welk tabblad wilt u standaard openen bij het selecteren van menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      -AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
      -AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER_SOUND=Schakel geluidsmelding in
      +AGENDA_SHOW_LINKED_OBJECT=Gekoppeld object weergeven in agendaweergave
       ##### Clicktodial #####
       ClickToDialSetup='Click-To-Dial' moduleinstellingen
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Gebruik alleen de link "tel:" bij telefoonnummers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Verkooppunten
       CashDeskSetup=Verkooppuntenmoduleinstellingen
      -CashDeskThirdPartyForSell=Algemene Klant te gebruiken bij verkopen
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Te gebruiken rekening voor ontvangst van contacte betalingen
       CashDeskBankAccountForCheque= Te gebruiken rekening voor ontvangst van betalingen per cheque
       CashDeskBankAccountForCB= Te gebruiken rekening voor ontvangst van betalingen per CreditCard
      -CashDeskDoNotDecreaseStock=Uitschakelen voorraad daling bij een verkoop via verkooppunt (indien "Nee", stock daling wordt gedaan voor elke verkoope gedaan via POS, wat er ook in de opties ingesteld staat in de module Stock).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Kies magazijn te gebruiken voor voorraad daling
      -StockDecreaseForPointOfSaleDisabled=Stock daling van verkooppunt uitgeschakeld
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=De stock afname van POS is niet compatibel met lot/serienummer beheer
      -CashDeskYouDidNotDisableStockDecease=Je hebt  voorraad daling bij het maken van een verkoop via verkooppunt niet uitgeschakeld. Dus een magazijn is vereist.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Weblinkmoduleinstellingen
      -BookmarkDesc=Deze module maakt het u mogelijk 'weblinks' te beheren. U kunt ook verwijzingen naar elke Dolibarr pagina of externe website in uw linker menu zetten.
      +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.
       NbOfBoomarkToShow=Maximaal aantal 'weblinks' die in het linker menu getoond worden
       ##### WebServices #####
       WebServicesSetup=Webdienstenmoduleinstellingen
      @@ -1617,12 +1630,12 @@ WebServicesDesc=Door het inschakelen van deze module, word Dolibarr een webdiens
       WSDLCanBeDownloadedHere='WSDL descriptor'-bestanden van de aangeboden diensten kunnen hier gedownload worden
       EndPointIs=SOAP-clients moeten hun verzoeken verzenden naar het Dolibarr-eindpunt dat beschikbaar is op URL
       ##### API ####
      -ApiSetup=API module setup
      +ApiSetup=API-module instellen
       ApiDesc=By enabling this module, Dolibarr become a REST server to provide miscellaneous web services.
       ApiProductionMode=Enable production mode (this will activate use of a cache for services management)
      -ApiExporerIs=You can explore and test the APIs at URL
      +ApiExporerIs=U kunt de API's op URL verkennen en testen
       OnlyActiveElementsAreExposed=Only elements from enabled modules are exposed
      -ApiKey=Key for API
      +ApiKey=Sleutel voor API
       WarningAPIExplorerDisabled=The API explorer has been disabled. API explorer is not required to provide API services. It is a tool for developer to find/test REST APIs. If you need this tool, go into setup of module API REST to activate it.
       ##### Bank #####
       BankSetupModule=Bankmoduleinstellingen
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-Bedrijfmoduleinstellingen
       ##### Suppliers #####
       SuppliersSetup=Leveranciersmoduleinstellingen
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Leveranciersfacturen nummering modellen
       IfSetToYesDontForgetPermission=Indien ingesteld op ja, vergeet dan niet om machtigingen te verlenen aan groepen of gebruikers ​​voor het toestaan van de tweede goedkeuring
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projectenmoduleinstellingen
       ProjectsModelModule=Projectenrapportagedocumentsjabloon
       TasksNumberingModules=Taken nummering module
       TaskModelModule=Taken rapporten documentmodel
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Boekingsperioden
      @@ -1679,90 +1692,91 @@ TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers
       IncludePath=Include path (gedefinieerd in de variabele %s)
       ExpenseReportsSetup=Setup van module onkostennota's
       TemplatePDFExpenseReports=Document sjablonen om onkostennota's document te genereren
      -ExpenseReportsIkSetup=Setup of module Expense Reports - Milles index
      +ExpenseReportsIkSetup=Setup van module onkostendeclaraties - Milles index
       ExpenseReportsRulesSetup=Opzetten van module onkostendeclaraties - regels
      -ExpenseReportNumberingModules=Expense reports numbering module
      +ExpenseReportNumberingModules=Onkostenrapportage nummeringsmodule
       NoModueToManageStockIncrease=Geen module in staat om automatische voorraad toename beheren is geactiveerd. Stock verhoging zal worden gedaan via handmatige invoer.
       YouMayFindNotificationsFeaturesIntoModuleNotification=U kunt opties voor e-mailberichten door het inschakelen en configureren van de module "Meldingen " te vinden.
       ListOfNotificationsPerUser=Lijst van meldingen per gebruiker*
      -ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
      +ListOfNotificationsPerUserOrContact=Lijst met meldingen per gebruiker * of per contact **
       ListOfFixedNotifications=Lijst met vaste meldingen
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Drempel
       BackupDumpWizard=Wizard om database backup dump bestand op te bouwen
       SomethingMakeInstallFromWebNotPossible=Installatie van externe module is niet mogelijk via de webinterface om de volgende reden:
       SomethingMakeInstallFromWebNotPossible2=Om deze reden, is het upgrade process hier beschreven alleen in handmatige stappen door een bevoorrechte gebruiker te doen.
       InstallModuleFromWebHasBeenDisabledByFile=Installeren van externe module van toepassing is uitgeschakeld door uw beheerder. Je moet hem vragen om het bestand <strong>%s</strong>  te verwijderen om deze functie mogelijk te maken.
       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)
      -TextTitleColor=Text color of Page title
      +HighlightLinesOnMouseHover=Markeer tabellijnen wanneer u er met de muis overheen gaat
      +HighlightLinesColor=Markeer de kleur van de lijn wanneer u er met de muis overheengaat (blijf anders leeg)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
      +TextTitleColor=Tekstkleur van paginatitel
       LinkColor=Link-kleur
      -PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      -NotSupportedByAllThemes=Will works with core themes, may not be supported by external themes
      -BackgroundColor=Background color
      -TopMenuBackgroundColor=Background color for Top menu
      +PressF5AfterChangingThis=Druk op CTRL + F5 op het toetsenbord of wis de cache van uw browser nadat u deze waarde hebt gewijzigd om deze effectief te maken
      +NotSupportedByAllThemes=Werkt met kernthema's, mogelijk niet ondersteund door externe thema's
      +BackgroundColor=Achtergrond kleur
      +TopMenuBackgroundColor=Achtergrondkleur voor hoofdmenu
       TopMenuDisableImages=Verberg afbeeldingen in Top menu
      -LeftMenuBackgroundColor=Background color for Left menu
      -BackgroundTableTitleColor=Background color for Table title line
      -BackgroundTableTitleTextColor=Text color for Table title line
      -BackgroundTableLineOddColor=Background color for odd table lines
      -BackgroundTableLineEvenColor=Background color for even table lines
      -MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
      -NbAddedAutomatically=Number of days added to counters of users (automatically) each month
      +LeftMenuBackgroundColor=Achtergrondkleur voor linkermenu
      +BackgroundTableTitleColor=Achtergrondkleur voor tabeltitelregel
      +BackgroundTableTitleTextColor=Tekstkleur voor tabeltitelregel
      +BackgroundTableLineOddColor=Achtergrondkleur voor oneven tabellijnen
      +BackgroundTableLineEvenColor=Achtergrondkleur voor gelijkmatige tabellijnen
      +MinimumNoticePeriod=Minimale opzegtermijn (uw verlofaanvraag moet vóór deze vertraging worden gedaan)
      +NbAddedAutomatically=Aantal dagen toegevoegd aan tellers van gebruikers (automatisch) elke maand
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      -ColorFormat=The RGB color is in HEX format, eg: FF0000
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +ColorFormat=De RGB-kleur heeft het HEX-formaat, bijvoorbeeld: FF0000
       PositionIntoComboList=Positie van regel in combolijst
       SellTaxRate=BTW tarief
      -RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
      +RecuperableOnly=Ja voor BTW  "Niet waargemaakt maar herstelbaar", bestemd voor een deelstaat in Frankrijk. Houd in alle andere gevallen de waarde "Nee" aan.
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +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=Deze sjabloonrecord is gewijd aan welk element
       TypeOfTemplate=Template soort
      -TemplateIsVisibleByOwnerOnly=Template alleen zichtbaar voor eigenaar
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Overal zichtbaar
      -VisibleNowhere=Visible nowhere
      +VisibleNowhere=Nergens zichtbaar
       FixTZ=TimeZone fix
       FillFixTZOnlyIfRequired=Voorbeeld: +2 (alleen invullen bij problemen)
       ExpectedChecksum=Verwachte checksum
       CurrentChecksum=Huidige controlesom
      -ForcedConstants=Required constant values
      +ForcedConstants=Vereiste constante waarden
       MailToSendProposal=Klantenoffertes
       MailToSendOrder=Klantenbestelling
       MailToSendInvoice=Klantenfactuur
       MailToSendShipment=Verzendingen
       MailToSendIntervention=Interventies
      -MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierRequestForQuotation=Offerte aanvraag
      +MailToSendSupplierOrder=Inkooporders
      +MailToSendSupplierInvoice=Facturen van leveranciers
       MailToSendContract=Contracten
       MailToThirdparty=Klant
       MailToMember=Leden
       MailToUser=Gebruikers
      -MailToProject=Projects page
      +MailToProject=Projecten pagina
       ByDefaultInList=Standaard weergeven in de lijstweergave
       YouUseLastStableVersion=U gebruikt de nieuwste stabiele versie
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Sjablonen voor productdocumenten
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      -SeeSubstitutionVars=See * note for list of possible substitution variables
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
      +SeeSubstitutionVars=Zie * opmerking voor een lijst met mogelijke substitutievariabelen
       SeeChangeLog=Zie ChangeLog bestand (alleen in het Engels)
       AllPublishers=Alle uitgevers
       UnknownPublishers=Onbekende uitgevers
       AddRemoveTabs=Verwijder of voeg tabs toe
      -AddDataTables=Add object tables
      +AddDataTables=Objecttabellen toevoegen
       AddDictionaries=Voeg woordenboeken toe
      -AddData=Add objects or dictionaries data
      -AddBoxes=Add widgets
      -AddSheduledJobs=Add scheduled jobs
      -AddHooks=Add hooks
      -AddTriggers=Add triggers
      +AddData=Objecten of woordenboekgegevens toevoegen
      +AddBoxes=Voeg widgets toe
      +AddSheduledJobs=Voeg geplande taken toe
      +AddHooks=Voeg haken toe
      +AddTriggers=Voeg triggers toe
       AddMenus=Voeg menu's toe
       AddPermissions=Voeg rechten toe
       AddExportProfiles=Voeg exporteer-profiel toe
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Voeg andere pagina's of diensten toe
       AddModels=Voeg document of genummerde templates toe
       AddSubstitutions=Voeg vervangende toetscombinaties toe
       DetectionNotPossible=Detectie is niet mogelijk
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Lijst beschikbare APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Startpagina
      -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=Deze gebruiker heeft geen toestemming gedefinieerd
      -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")
      -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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
      +ModuleEnabledAdminMustCheckRights=Module is geactiveerd. Machtigingen voor geactiveerde module (s) werden alleen aan beheerders gegeven. Mogelijk moet u, indien nodig, handmatig rechten verlenen aan andere gebruikers of groepen.
      +UserHasNoPermissions=This user has no permissions defined
      +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=Referentievaluta van het bedrijf (ga naar de setup van het bedrijf om dit te wijzigen)
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Linker marge op PDF
       MAIN_PDF_MARGIN_RIGHT=Rechter marge op PDF
       MAIN_PDF_MARGIN_TOP=Bovenmarge op PDF
      -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      -SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
      -EnterCalculationRuleIfPreviousFieldIsYes=Enter calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      -SeveralLangugeVariatFound=Several language variants found
      +MAIN_PDF_MARGIN_BOTTOM=Onder-marge op PDF
      +NothingToSetup=There is no specific setup to do for this module.
      +SetToYesIfGroupIsComputationOfOtherGroups=Stel dit in op Ja als deze groep een berekening van andere groepen is
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +SeveralLangugeVariatFound=Verschillende taalvarianten gevonden
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Verwijder speciale tekens
      -COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=AVG contactpersoon
      -GDPRContactDesc=Als u gegevens over Europese bedrijven / burgers opslaat, kunt u hier de contactpersoon opslaan welke verantwoordelijk is voor de Algemene Verordening Gegevensbescherming
      +COMPANY_AQUARIUM_CLEAN_REGEX=Regex-filter om waarde te reinigen (COMPANY_AQUARIUM_CLEAN_REGEX)
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +ResourceSetup=Resource Module configureren
      +UseSearchToSelectResource=Gebruik een zoekformulier om een ​​resource te kiezen (in plaats van een vervolgkeuzelijst).
      +DisabledResourceLinkUser=Schakel functie uit om een ​​bron te koppelen aan gebruikers
      +DisabledResourceLinkContact=Schakel functie uit om een ​​bron te koppelen aan contacten
      +ConfirmUnactivation=Bevestig de module-reset
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/nl_NL/agenda.lang b/htdocs/langs/nl_NL/agenda.lang
      index d7dc3c5e1cb..9d39904b900 100644
      --- a/htdocs/langs/nl_NL/agenda.lang
      +++ b/htdocs/langs/nl_NL/agenda.lang
      @@ -31,14 +31,15 @@ ViewWeek=Weekweergave
       ViewPerUser=Per gebruiker weergave
       ViewPerType=Weergave per type
       AutoActions= Automatisch invullen van de agenda
      -AgendaAutoActionDesc= Definieer hier een gebeurtenis waar Dolibarr deze automatisch in de agenda plaatst. Als niets is aangevinkt worden alleen handmatige acties zichtbaar in de agenda. Automatisch volgen van acties gedaan op objecten (zoals valideren, status wijzigingen) worden niet opgeslagen.
      -AgendaSetupOtherDesc= Op deze pagina kunt u andere instellingen van de agendamodule instellen.
      +AgendaAutoActionDesc= Hier kunt u gebeurtenissen definiëren die Dolibarr automatisch in Agenda moet maken. Als niets wordt gecontroleerd, worden alleen handmatige acties opgenomen in logboeken en weergegeven in Agenda. Automatisch bijgehouden zakelijke acties die worden uitgevoerd op objecten (validatie, statuswijziging), worden niet opgeslagen.
      +AgendaSetupOtherDesc= Deze pagina biedt opties om export van uw Dolibarr-evenementen naar een externe agenda (thunderbird, google calendar, ...) mogelijk te maken
       AgendaExtSitesDesc=Op deze pagina kunt configureren externe agenda.
       ActionsEvents=Gebeurtenissen waarvoor Dolibarr automatisch een item zal maken in de agenda
      -EventRemindersByEmailNotEnabled=Herinneringen via e-mail van agenda afspraken is niet aangezet in de module set-up van het Agenda onderdeel.
      +EventRemindersByEmailNotEnabled=Gebeurtenisherinneringen per e-mail zijn niet ingeschakeld in %s-module setup.
       ##### Agenda event labels #####
      -NewCompanyToDolibarr=Derde partij %s aangemaakt
      +NewCompanyToDolibarr=Relatie %s aangemaakt
       ContractValidatedInDolibarr=Contract %s gevalideerd
      +CONTRACT_DELETEInDolibarr=Contract %s verwijderd
       PropalClosedSignedInDolibarr=Voorstel %s getekend
       PropalClosedRefusedInDolibarr=Voorstel %s afgewezen
       PropalValidatedInDolibarr=Voorstel %s gevalideerd
      @@ -53,9 +54,9 @@ MemberValidatedInDolibarr=Lid %s gevalideerd
       MemberModifiedInDolibarr=Lid %s gewijzigd
       MemberResiliatedInDolibarr=Lidmaatschap %s beëindigd
       MemberDeletedInDolibarr=Lid %s verwijderd
      -MemberSubscriptionAddedInDolibarr=Subscription %s for member %s added
      -MemberSubscriptionModifiedInDolibarr=Subscription %s for member %s modified
      -MemberSubscriptionDeletedInDolibarr=Subscription %s for member %s deleted
      +MemberSubscriptionAddedInDolibarr=Abonnement %s voor lid %s toegevoegd
      +MemberSubscriptionModifiedInDolibarr=Abonnement %s voor lid %s gewijzigd
      +MemberSubscriptionDeletedInDolibarr=Abonnement %s voor lid %s verwijderd
       ShipmentValidatedInDolibarr=Verzending %s gevalideerd
       ShipmentClassifyClosedInDolibarr=Verzending %s geclassificeerd als gefactureerd
       ShipmentUnClassifyCloseddInDolibarr=Verzending %s geclassificeerd als heropend
      @@ -97,10 +98,10 @@ DateActionStart=Startdatum
       DateActionEnd=Einddatum
       AgendaUrlOptions1=U kunt ook de volgende parameters gebruiken om te filteren:
       AgendaUrlOptions3=<b>login=%s</b> om uitvoer van acties gedaan door gebruiker <b>%s</b> te beperken.
      -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.
      +AgendaUrlOptionsNotAdmin=<b>login=%s</b> om uitvoer van acties die niet zijn toegewezen aan gebruiker <b>%s</b> te beperken.
      +AgendaUrlOptions4=<b> logint = %s </b>om de uitvoer te beperken tot acties die zijn toegewezen aan gebruiker <b> %s </b>(eigenaar en anderen).
      +AgendaUrlOptionsProject=<b>project=PROJECT_ID</b> om uitvoer van acties gekoppeld aan project<b>PROJECT_ID</b> te beperken.
      +AgendaUrlOptionsNotAutoEvent=<b>notactiontype=systemauto</b> om automatische gebeurtenissen uit te sluiten.
       AgendaShowBirthdayEvents=Verjaardagen van contacten weergeven
       AgendaHideBirthdayEvents=Verjaardagen van contacten verbergen
       Busy=Bezig
      @@ -110,9 +111,9 @@ DefaultWorkingHours=Default werkuren in dag (Voorbeeld: 9-18)
       # External Sites ical
       ExportCal=Export kalender
       ExtSites=Externe agenda
      -ExtSitesEnableThisTool=Toon externe kalenders (gedefinieerd in de globale setup) in de agenda. Heeft geen invloed op de externe agenda's gedefinieerd door gebruikers.
      +ExtSitesEnableThisTool=Toon externe agenda's (gedefinieerd in algemene setup) in Agenda. Heeft geen invloed op externe agenda's die door gebruikers zijn gedefinieerd.
       ExtSitesNbOfAgenda=Aantal kalenders
      -AgendaExtNb=Calendar no. %s
      +AgendaExtNb=Kalender nr. %s
       ExtSiteUrlAgenda=URL aan. Ical bestand te openen
       ExtSiteNoLabel=Geen omschrijving
       VisibleTimeRange=Zichtbare werktijd
      diff --git a/htdocs/langs/nl_NL/banks.lang b/htdocs/langs/nl_NL/banks.lang
      index 1b0ba8e8be4..63f8bea5ec0 100644
      --- a/htdocs/langs/nl_NL/banks.lang
      +++ b/htdocs/langs/nl_NL/banks.lang
      @@ -7,7 +7,7 @@ BankName=Banknaam
       FinancialAccount=Rekening
       BankAccount=Bankrekening
       BankAccounts=Bankrekeningen
      -BankAccountsAndGateways=Bank accounts | Gateways
      +BankAccountsAndGateways=Bank | Gateways
       ShowAccount=Toon rekening
       AccountRef=Financiële rekening referentie
       AccountLabel=Financiële rekening label
      @@ -46,7 +46,7 @@ BankAccountDomiciliation=Adres rekeninghouder
       BankAccountCountry=Land van rekening
       BankAccountOwner=Naam rekeninghouder
       BankAccountOwnerAddress=Adres rekeninghouder
      -RIBControlError=Integriteitscontrole mislukt. Dit betekend dat de informatie van deze bankrekening onvolledig of onjuist is (controleer het land, de nummers en de IBAN code).
      +RIBControlError=Integrity check of values fails. This means the information for this account number is incomplete or incorrect (check country, numbers and IBAN).
       CreateAccount=Creëer rekening
       NewBankAccount=Nieuwe rekening
       NewFinancialAccount=Nieuwe financiële rekening
      @@ -76,6 +76,7 @@ TransactionsToConciliate=Items af te stemmen
       Conciliable=Kunnen worden afgestemd
       Conciliate=Afstemmen
       Conciliation=Afstemming
      +SaveStatementOnly=Save statement only
       ReconciliationLate=Reconciliation late
       IncludeClosedAccount=Inclusief opgeheven rekeningen
       OnlyOpenedAccount=Alleen open accounts
      @@ -103,8 +104,8 @@ WithdrawalPayment=Intrekking betaling
       SocialContributionPayment=Sociale/fiscale belastingbetaling
       BankTransfer=Bankoverboeking
       BankTransfers=Bankoverboeking
      -MenuBankInternalTransfer=Internal transfer
      -TransferDesc=Transfer from one account to another one, Dolibarr will write two record (a debit in source account and a credit in target account. The same amount (except sign), label and date will be used for this transaction)
      +MenuBankInternalTransfer=Interne overboeking
      +TransferDesc=Transfer from one account to another one, Dolibarr will write two records (a debit in source account and a credit in target account). The same amount (except sign), label and date will be used for this transaction)
       TransferFrom=Van
       TransferTo=Aan
       TransferFromToDone=Een overboeking van <b>%s</b> naar <b>%s</b> van <b>%s</b> is geregistreerd.
      @@ -116,7 +117,7 @@ ConfirmDeleteCheckReceipt=Weet u zeker dat u deze betaling via cheque wilt verwi
       BankChecks=Bankcheque
       BankChecksToReceipt=Cheques in afwachting van storting
       ShowCheckReceipt=Toon controleren stortingsbewijs
      -NumberOfCheques=Aantal cheques
      +NumberOfCheques=No. of check
       DeleteTransaction=Ingave verwijderen
       ConfirmDeleteTransaction=Weet u zeker dat u deze boeking wilt verwijderen?
       ThisWillAlsoDeleteBankRecord=Hiermee wordt ook de boeking in de bank verwijderd
      @@ -135,8 +136,8 @@ BankTransactionLine=Bankmutatie
       AllAccounts=All bank and cash accounts
       BackToAccount=Terug naar rekening
       ShowAllAccounts=Toon alle rekeningen
      -FutureTransaction=Overboeking in de toekomst. Geen manier mogelijk om af te stemmen
      -SelectChequeTransactionAndGenerate=Select / filter controleert op te nemen in het controleren stortingsbewijs en op &quot;Create&quot; klikken.
      +FutureTransaction=Transaction in future. No way to reconcile.
      +SelectChequeTransactionAndGenerate=Select/filter checks to include in the check deposit receipt and click on "Create".
       InputReceiptNumber=Kies het bankafschrift in verband met de bemiddeling. Gebruik een sorteerbaar numerieke waarde: YYYYMM of YYYYMMDD
       EventualyAddCategory=Tenslotte een categorie opgeven waarin de gegevens bewaard kunnen worden
       ToConciliate=Afstemmen?
      @@ -146,20 +147,20 @@ AllRIB=Alle BAN
       LabelRIB=BAN label
       NoBANRecord=Geen BAN gegeven
       DeleteARib=Verwijderen BAN gegeven
      -ConfirmDeleteRib=Are you sure you want to delete this BAN record?
      +ConfirmDeleteRib=Weet u zeker dat u dit BAN-record wilt verwijderen?
       RejectCheck=Teruggekeerde cheque
      -ConfirmRejectCheck=Are you sure you want to mark this check as rejected?
      +ConfirmRejectCheck=Weet u zeker dat u deze controle wilt markeren als afgewezen?
       RejectCheckDate=Teruggave datum cheque
       CheckRejected=Teruggekeerde cheque
       CheckRejectedAndInvoicesReopened=Cheque teruggekeerd en facturen heropend
       BankAccountModelModule=Document templates for bank accounts
      -DocumentModelSepaMandate=Template of SEPA mandate. Usefull for european countries in EEC only.
      +DocumentModelSepaMandate=Template of SEPA mandate. Useful for European countries in EEC only.
       DocumentModelBan=Template to print a page with BAN information.
       NewVariousPayment=Nieuwe diverse betalingen
       VariousPayment=Diverse betalingen
       VariousPayments=Diverse betalingen
       ShowVariousPayment=Toon diverse betalingen
       AddVariousPayment=Voeg verschillende betalingen toe
      -SEPAMandate=SEPA mandate
      -YourSEPAMandate=Your SEPA mandate
      -FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Thanks to return it signed (scan of the signed document) or sent it by mail to
      +SEPAMandate=SEPA-mandaat
      +YourSEPAMandate=Uw SEPA-mandaat
      +FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Return it signed (scan of the signed document) or send it by mail to
      diff --git a/htdocs/langs/nl_NL/companies.lang b/htdocs/langs/nl_NL/companies.lang
      index f2c3db9a184..8727ab821bf 100644
      --- a/htdocs/langs/nl_NL/companies.lang
      +++ b/htdocs/langs/nl_NL/companies.lang
      @@ -5,14 +5,14 @@ SelectThirdParty=Selecteer een derde
       ConfirmDeleteCompany=Weet u zeker dat u dit bedrijf en alle overgenomen informatie wilt verwijderen?
       DeleteContact=Contactpersoon verwijderen
       ConfirmDeleteContact=Weet u zeker dat u deze contactpersoon en alle overgenomen informatie wilt verwijderen?
      -MenuNewThirdParty=Nieuwe Klant
      -MenuNewCustomer=Nieuwe afnemer
      -MenuNewProspect=Nieuw prospect
      +MenuNewThirdParty=Nieuwe relatie
      +MenuNewCustomer=Nieuwe klant
      +MenuNewProspect=Nieuwe prospect
       MenuNewSupplier=Nieuwe leverancier
       MenuNewPrivateIndividual=Nieuwe particulier
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Nieuwe onderneming (prospect, klant, leverancier)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Aanmaken relatie (leverancier)
       CreateThirdPartyOnly=Nieuwe relatie
       CreateThirdPartyAndContact=Creëer nieuwe klant + nieuw contact
       ProspectionArea=Prospectenoverzicht
      @@ -25,25 +25,25 @@ ThirdPartyContact=Contactpersoon van Klant
       Company=Bedrijf
       CompanyName=Bedrijfsnaam
       AliasNames=Alias naam (commercieel, handelsmerk, ...)
      -AliasNameShort=Alias naam
      +AliasNameShort=Alias Name
       Companies=Bedrijven
      -CountryIsInEEC=Lidstaat van de Europese Unie
      -ThirdPartyName=Naam van Klant
      -ThirdPartyEmail=Third party email
      -ThirdParty=Klant
      -ThirdParties=Klant
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Naam relatie
      +ThirdPartyEmail=E-mailadres relatie
      +ThirdParty=Relatie
      +ThirdParties=Relaties
       ThirdPartyProspects=Prospecten
       ThirdPartyProspectsStats=Prospecten
       ThirdPartyCustomers=Afnemers
       ThirdPartyCustomersStats=Klanten
       ThirdPartyCustomersWithIdProf12=Afnemers met %s of %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Type Klant
      +ThirdPartySuppliers=Leveranciers
      +ThirdPartyType=Type of company
       Individual=Particulier
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Moedermaatschappij
       Subsidiaries=Dochterondernemingen
      -ReportByMonth=Report by month
      +ReportByMonth=Rapportage per maand
       ReportByCustomers=Overzicht op klant
       ReportByQuarter=Rapportage naar kwartaal
       CivilityCode=Aanspreekvorm
      @@ -52,12 +52,12 @@ Lastname=Achternaam
       Firstname=Voornaam
       PostOrFunction=Functie
       UserTitle=Titel
      -NatureOfThirdParty=Nature of Third party
      +NatureOfThirdParty=Aard van relatie
       Address=Adres
       State=Provincie
       StateShort=Provincie
       Region=Regio
      -Region-State=Region - State
      +Region-State=Regio - Staat
       Country=Land
       CountryCode=Landcode
       CountryId=Land-ID
      @@ -76,12 +76,12 @@ Town=Plaats
       Web=Internetadres
       Poste= Functie
       DefaultLang=Standaard taal
      -VATIsUsed=BTW wordt gebruikt
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsUsed=Gebruikte BTW
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=BTW wordt niet gebruikt
       CopyAddressFromSoc=Vul het adres in van een relatie
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Relatie is geen klant of leverancier. Kortingen zijn niet mogelijk.
       PaymentBankAccount=Bank voor te ontvangen betaling
       OverAllProposals=Zakelijke voorstellen / Offertes
       OverAllOrders=Orders
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=RE Type
       TypeLocaltax2ES=IRPF Type
       WrongCustomerCode=Ongeldige afnemerscode
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Ongeldige leveranciercode
       CustomerCodeModel=Afnemersmodel
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Leveranciercode model
       Gencod=Streepjescode
       ##### Professional ID #####
       ProfId1Short=Prof id 1
      @@ -200,7 +200,7 @@ ProfId3IN=Prof Id 3
       ProfId4IN=Prof Id 4
       ProfId5IN=Prof-id 5
       ProfId6IN=-
      -ProfId1LU=Id. prof. 1 (R.C.S. Luxembourg)
      +ProfId1LU=Id. prof. 1 (R.C.S. Luxemburg)
       ProfId2LU=Id. prof. 2 (Business permit)
       ProfId3LU=-
       ProfId4LU=-
      @@ -261,33 +261,33 @@ ProfId4DZ=NIS
       VATIntra=BTW-nummer
       VATIntraShort=BTW nr
       VATIntraSyntaxIsValid=Syntax is geldig
      -VATReturn=VAT return
      +VATReturn=BTW retour
       ProspectCustomer=Prospect / afnemer
       Prospect=Prospect
       CustomerCard=Afnemerskaart
       Customer=Afnemer
       CustomerRelativeDiscount=Kortingspercentage
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Kortingspercentage leverancier
       CustomerRelativeDiscountShort=Kortingspercentage
       CustomerAbsoluteDiscountShort=Kortingsbedrag
       CompanyHasRelativeDiscount=Voor deze afnemer geldt een kortingspercentage van <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Voor deze afnemer geldt geen kortingspercentage
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      -HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +HasRelativeDiscountFromSupplier=U heeft een standaard korting van <b>%s%%</b> bij deze leverancier
      +HasNoRelativeDiscountFromSupplier=U heeft geen standaard korting bij deze leverancier
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Deze afnemer heeft nog creditnota's of eerder stortingen voor <b> %s %s</b>
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      +HasNoAbsoluteDiscountFromSupplier=Er is geen korting korting beschikbaar van deze leverancier
      +HasAbsoluteDiscountFromSupplier=Er zijn kortingen beschikbaar (credit-facturen of aanbetalingen) van <b>%s</b> %s bij deze leverancier
      +HasDownPaymentOrCommercialDiscountFromSupplier=Er zijn kortingen beschikbaar (commercieel, aanbetalingen) van <b>%s</b> %s bij deze leverancier
      +HasCreditNoteFromSupplier=Er zijn credit-facturen van <b>%s</b> %s bij deze leverancier
       CompanyHasNoAbsoluteDiscount=Voor deze afnemer is geen kortingsbedrag ingesteld
       CustomerAbsoluteDiscountAllUsers=Vastgelegde klant kortingen (toegekend door alle gebruikers)
       CustomerAbsoluteDiscountMy=Vastgelegde klant kortingen (toegekend door uzelf)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Vastgelegde leverancier kortingen (toegekend door alle gebruikers)
      +SupplierAbsoluteDiscountMy=Vastgelegde klant kortingen (toegekend door uzelf)
       DiscountNone=Geen
      -Supplier=Leverancier
      +Supplier=Verkoper
       AddContact=Nieuwe contactpersoon
       AddContactAddress=Nieuw contact/adres
       EditContact=Bewerk contact / adres
      @@ -295,7 +295,7 @@ EditContactAddress=Wijzig contact/adres
       Contact=Contactpersoon
       ContactId=ID contactpersoon
       ContactsAddresses=Contacpersonen / adressen
      -FromContactName=Name:
      +FromContactName=Naam:
       NoContactDefinedForThirdParty=Geen contact opgegeven voor deze derde partij
       NoContactDefined=Geen contactpersoon ingesteld voor deze Klant
       DefaultContact=Standaard contactpersoon
      @@ -303,50 +303,50 @@ AddThirdParty=Nieuwe relatie
       DeleteACompany=Bedrijf verwijderen
       PersonalInformations=Persoonlijke gegevens
       AccountancyCode=Accounting account
      -CustomerCode=Afnemerscode
      -SupplierCode=Vendor code
      -CustomerCodeShort=Klantcode
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Afnemerscode, uniek voor alle afnemers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      -RequiredIfCustomer=Vereist als Klant een afnemer of prospect is
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Geldigheid gecontroleerd door module
      -ThisIsModuleRules=Dit zijn de regels voor deze module
      +CustomerCode=Klant-code
      +SupplierCode=Leverancier-code
      +CustomerCodeShort=Klantencode
      +SupplierCodeShort=Leverancier-code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
      +RequiredIfCustomer=Vereist als relatie een afnemer of prospect is
      +RequiredIfSupplier=Vereist als relatie een leverancier is
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect om contact mee op te nemen
       CompanyDeleted=Bedrijf '%s' verwijderd uit de database.
       ListOfContacts=Contactpersonen- / adressenlijst
      -ListOfContactsAddresses=Lijst van contacten/adressen
      -ListOfThirdParties=Lijst van derde partijen
      -ShowCompany=Toon relatie
      +ListOfContactsAddresses=Contactpersonen- / adressenlijst
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Toon contactpersoon
       ContactsAllShort=Alle (Geen filter)
       ContactType=Type contactpersoon
       ContactForOrders=Opdrachtencontactpersoon
      -ContactForOrdersOrShipments=Order's or shipment's contact
      +ContactForOrdersOrShipments=Contactpersoon bij order of verzending
       ContactForProposals=Offertecontactpersoon
       ContactForContracts=Contractencontactpersoon
       ContactForInvoices=Facturencontactpersoon
       NoContactForAnyOrder=Deze contactpersoon is geen contactpersoon voor enige opdracht
      -NoContactForAnyOrderOrShipments=This contact is not a contact for any order or shipment
      +NoContactForAnyOrderOrShipments=Deze contactpersoon is geen contactpersoon voor enige order of verzending.
       NoContactForAnyProposal=Deze contactpersoon is geen contactpersoon voor enige offerte
       NoContactForAnyContract=Deze contactpersoon is geen contactpersoon voor enig contract
       NoContactForAnyInvoice=Deze contactpersoon is geen contactpersoon voor enige factuur
       NewContact=Nieuwe contactpersoon
      -NewContactAddress=Nieuw contact/adres
      +NewContactAddress=New Contact/Address
       MyContacts=Mijn contacten
       Capital=Kapitaal
       CapitalOf=Kapitaal van %s
       EditCompany=Bedrijf bewerken
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Controleren
      -VATIntraCheckDesc=De link <b>%s</b> maakt het mogelijk om de Europese BTW-controledienst te raadplegen. Voor deze dienst is een externe internettoegang vanaf de webserver vereist.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Controleer de Intracommunautaire BTW op de website van de Europese Commissie
      -VATIntraManualCheck=U kunt ook handmatig controleren via de Europese website <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Controle niet mogelijk. Controleerdienst wordt niet verleend door lidstaat (%s).
      -NorProspectNorCustomer=Noch prospect, noch afnemer
      -JuridicalStatus=Juridische status
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personeel
       ProspectLevelShort=Potentieel
       ProspectLevel=Prospectpotentieel
      @@ -387,48 +387,48 @@ ExportCardToFormat=Export details naar formaat
       ContactNotLinkedToCompany=Contact niet gekoppeld aan enige Klant
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Geen Dolibarr toegang
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contactpersonen en eigenschappen
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bankrekeningen van relaties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Prijsniveau
       DeliveryAddress=Afleveradres
       AddAddress=Adres toevoegen
      -SupplierCategory=Vendor category
      +SupplierCategory=Categorie leverancier
       JuridicalStatus200=Onafhankelijk
       DeleteFile=Bestand verwijderen
       ConfirmDeleteFile=Weet u zeker dat u dit bestand wilt verwijderen?
       AllocateCommercial=Toegekend aan vertegenwoordiger
       Organization=Organisatie
      -FiscalYearInformation=Informatie over het fiscale jaar
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Startmaand van het fiscale jaar
      -YouMustAssignUserMailFirst=U moet eerst een e-mail voor deze gebruiker maken om e-mailmeldingen voor hem te kunnen toevoegen.
      -YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=Leverancierslijst
      -ListProspectsShort=Prospectenoverzicht
      -ListCustomersShort=Afnemersoverzicht
      -ThirdPartiesArea=Relaties en contactpersonen
      -LastModifiedThirdParties=Laatste %s gewijzigde relaties
      -UniqueThirdParties=Totaal aantal unieke derde partijen
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
      +YouMustCreateContactFirst=U moet eerst een e-mail voor deze contactpersoon aanmaken om e-mail meldingen voor deze te kunnen toevoegen.
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Gesloten
      -ThirdPartyIsClosed=Third party is closed
      +ThirdPartyIsClosed=Relatie is gesloten
       ProductsIntoElements=Lijst producten/diensten in %s
       CurrentOutstandingBill=Huidige openstaande rekening
       OutstandingBill=Max. voor openstaande rekening
      -OutstandingBillReached=Max. for outstanding bill reached
      -OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +OutstandingBillReached=Max. krediet voor openstaande facturen is bereikt
      +OrderMinAmount=Minimum orderbedrag
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Afnemers- / leverancierscode is vrij. Deze code kan te allen tijde worden gewijzigd.
       ManagingDirectors=Manager(s) Naam (CEO, directeur, voorzitter ...)
       MergeOriginThirdparty=Dupliceren third party (third party die u wilt verwijderen)
       MergeThirdparties=Samenvoegen third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      -SaleRepresentativeLogin=Login of sales representative
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
      +ThirdpartiesMergeSuccess=Relaties zijn samengevoegd
      +SaleRepresentativeLogin=Login vertegenwoordiger
       SaleRepresentativeFirstname=Vertegenwoordiger voornaam
       SaleRepresentativeLastname=Vertegenwoordiger achternaam
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +ErrorThirdpartiesMerge=Er is een fout opgetreden bij het verwijderen van de relatie. Controleer het log. Wijzigingen zijn ongedaan gemaakt.
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/nl_NL/compta.lang b/htdocs/langs/nl_NL/compta.lang
      index 5f8ccfea251..06f6b05dc04 100644
      --- a/htdocs/langs/nl_NL/compta.lang
      +++ b/htdocs/langs/nl_NL/compta.lang
      @@ -19,13 +19,13 @@ Income=Inkomsten
       Outcome=Kosten
       MenuReportInOut=Opbrengsten / kosten
       ReportInOut=Saldo van baten en lasten
      -ReportTurnover=Turnover invoiced
      -ReportTurnoverCollected=Turnover collected
      +ReportTurnover=Omzet gefactureerd
      +ReportTurnoverCollected=Omzet verzameld
       PaymentsNotLinkedToInvoice=Betalingen niet gekoppeld aan een factuur, dus niet gekoppeld aan een derde partij
       PaymentsNotLinkedToUser=Betalingen niet gekoppeld aan een gebruiker
       Profit=Winst
       AccountingResult=Boekhoudkundig resultaat
      -BalanceBefore=Balance (before)
      +BalanceBefore=Saldo (vóór)
       Balance=Saldo
       Debit=Debet
       Credit=Credit
      @@ -35,33 +35,33 @@ AmountHTVATRealPaid=Netto betaald
       VATToPay=Belasting op verkopen
       VATReceived=Ontvangen Omzet-belasting
       VATToCollect=Belasting aankopen
      -VATSummary=Tax monthly
      +VATSummary=BTW maandelijks
       VATBalance=Saldo belasting
       VATPaid=Betaalde belasting
      -LT1Summary=Tax 2 summary
      -LT2Summary=Tax 3 summary
      +LT1Summary=Belasting 2 samenvatting
      +LT2Summary=Belasting 3 samenvatting
       LT1SummaryES=RE Balance
       LT2SummaryES=IRPF Balance
      -LT1SummaryIN=CGST Balance
      -LT2SummaryIN=SGST Balance
      -LT1Paid=Tax 2 paid
      -LT2Paid=Tax 3 paid
      +LT1SummaryIN=CGST-saldo
      +LT2SummaryIN=SGST-saldo
      +LT1Paid=Belasting 2 betaald
      +LT2Paid=Belasting 3 betaald
       LT1PaidES=RE Betaald
       LT2PaidES=IRPF Betaalde
      -LT1PaidIN=CGST Paid
      -LT2PaidIN=SGST Paid
      -LT1Customer=Tax 2 sales
      -LT1Supplier=Tax 2 purchases
      +LT1PaidIN=CGST betaald
      +LT2PaidIN=SGST betaald
      +LT1Customer=Belasting 2 verkopen
      +LT1Supplier=Belasting 2 aankopen
       LT1CustomerES=RE verkoop
       LT1SupplierES=RE aankopen
      -LT1CustomerIN=CGST sales
      -LT1SupplierIN=CGST purchases
      -LT2Customer=Tax 3 sales
      -LT2Supplier=Tax 3 purchases
      +LT1CustomerIN=CGST verkoop
      +LT1SupplierIN=CGST-aankopen
      +LT2Customer=Belasting 3 verkoop
      +LT2Supplier=Belasting 3 aankopen
       LT2CustomerES=IRPF verkoop
       LT2SupplierES=IRPF aankopen
      -LT2CustomerIN=SGST sales
      -LT2SupplierIN=SGST purchases
      +LT2CustomerIN=SGST-verkoop
      +LT2SupplierIN=SGST-aankopen
       VATCollected=Geïnde  BTW
       ToPay=Te betalen
       SpecialExpensesArea=Ruimte voor alle bijzondere betalingen
      @@ -69,25 +69,25 @@ SocialContribution=Sociale of fiscale heffingen/belasting
       SocialContributions=Sociale of fiscale heffingen/belastingen
       SocialContributionsDeductibles=Aftrekbare sociale/fiscale lasten/belastingen
       SocialContributionsNondeductibles=Niet aftrekbare sociale/fiscale lasten/belastingen
      -LabelContrib=Label contribution
      -TypeContrib=Type contribution
      +LabelContrib=Labelbijdrage
      +TypeContrib=Type bijdrage
       MenuSpecialExpenses=Speciale uitgaven
       MenuTaxAndDividends=Belastingen en dividenden
       MenuSocialContributions=Sociale/fiscale heffingen/belastingen
       MenuNewSocialContribution=Nw soc./fiscale h/b.
       NewSocialContribution=Nw soc./fiscale h/b.
      -AddSocialContribution=Add social/fiscal tax
      +AddSocialContribution=Voeg sociale/fiscale belasting toe
       ContributionsToPay=Sociale- en fiscale lasten om te betalen
      -AccountancyTreasuryArea=Billing and payment area
      +AccountancyTreasuryArea=Factuur- en betalingsgebied
       NewPayment=Nieuwe betaling
       Payments=Betalingen
       PaymentCustomerInvoice=Afnemersfactuur betaling
      -PaymentSupplierInvoice=Vendor invoice payment
      +PaymentSupplierInvoice=Leverancier factuur-betaling
       PaymentSocialContribution=Sociale/fiscale belastingbetaling
       PaymentVat=BTW betaling
       ListPayment=Betalingenlijst
       ListOfCustomerPayments=Afnemersbetalingenlijst
      -ListOfSupplierPayments=List of vendor payments
      +ListOfSupplierPayments=Lijst met leveranciersbetalingen
       DateStartPeriod=Startdatum periode
       DateEndPeriod=Einddatum periode
       newLT1Payment=New tax 2 payment
      @@ -118,9 +118,9 @@ CustomerAccountancyCodeShort=Klant account. code
       SupplierAccountancyCodeShort=Lev. account. code
       AccountNumber=Rekeningnummer
       NewAccountingAccount=Nieuwe rekening
      -Turnover=Turnover invoiced
      -TurnoverCollected=Turnover collected
      -SalesTurnoverMinimum=Minimum turnover
      +Turnover=Omzet gefactureerd
      +TurnoverCollected=Omzet verzameld
      +SalesTurnoverMinimum=Minimum omzet
       ByExpenseIncome=By expenses & incomes
       ByThirdParties=Door derde partijen
       ByUserAuthorOfInvoice=Op factuurauteur
      @@ -132,7 +132,7 @@ NewCheckDeposit=Nieuwe chequestorting
       NewCheckDepositOn=Creeer een kwitantie voor de storting op rekening: %s
       NoWaitingChecks=Geen cheques om af te storten.
       DateChequeReceived=Ontvangstdatum cheque
      -NbOfCheques=Aantal cheques
      +NbOfCheques=No. of checks
       PaySocialContribution=Betaal een sociale/fiscale vordering
       ConfirmPaySocialContribution=Are you sure you want to classify this social or fiscal tax as paid?
       DeleteSocialContribution=Verwijder een sociale/fiscale betaling
      @@ -142,7 +142,7 @@ CalcModeVATDebt=Mode <b>%sBTW op verbintenissenboekhouding %s.</b>
       CalcModeVATEngagement=Mode <b>%sBTW op de inkomens-uitgaven %s.</b>
       CalcModeDebt=Analysis of known recorded invoices even if they are not yet accounted in ledger.
       CalcModeEngagement=Analysis of known recorded payments, even if they are not yet accounted in Ledger.
      -CalcModeBookkeeping=Analyse van <b>boekingen in het grootboek</b>
      +CalcModeBookkeeping=Analysis of data journalized in Bookkeeping Ledger table.
       CalcModeLT1= <b>Modus %s RE op klant- leveranciers facturen %s</b>
       CalcModeLT1Debt=Mode <b>%sRE on customer invoices%s</b>
       CalcModeLT1Rec= Mode <b>%sRE on suppliers invoices%s</b>
      @@ -167,7 +167,7 @@ RulesAmountOnInOutBookkeepingRecord=It includes record in your Ledger with accou
       RulesResultBookkeepingPredefined=It includes record in your Ledger with accounting accounts that has the group "EXPENSE" or "INCOME"
       RulesResultBookkeepingPersonalized=It show record in your Ledger with accounting accounts <b>grouped by personalized groups</b>
       SeePageForSetup=See menu <a href="%s">%s</a> for setup
      -DepositsAreNotIncluded=- Facturen met vooruitbetaling zijn niet inbegrepen
      +DepositsAreNotIncluded=- Down payment invoices are not included
       DepositsAreIncluded=- Facturen met vooruitbetaling zijn inbegrepen
       LT1ReportByCustomers=Report tax 2 by third party
       LT2ReportByCustomers=Report tax 3 by third party
      @@ -225,18 +225,18 @@ TurnoverPerProductInCommitmentAccountingNotRelevant=The report of Turnover colle
       TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=The report of Turnover collected per sale tax rate is not available. This report is only available for turnover invoiced.
       CalculationMode=Berekeningswijze
       AccountancyJournal=Accounting code journal
      -ACCOUNTING_VAT_SOLD_ACCOUNT=Accounting account by default for VAT on sales (used if not defined on VAT dictionary setup)
      +ACCOUNTING_VAT_SOLD_ACCOUNT=Grootboekrekening BTW
       ACCOUNTING_VAT_BUY_ACCOUNT=Accounting account by default for VAT on purchases (used if not defined on VAT dictionary setup)
       ACCOUNTING_VAT_PAY_ACCOUNT=Standaard grootboekrekening BTW af te dragen
      -ACCOUNTING_ACCOUNT_CUSTOMER=Accounting account used for customer third parties
      -ACCOUNTING_ACCOUNT_CUSTOMER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated customer accouting account on third party is not defined.
      -ACCOUNTING_ACCOUNT_SUPPLIER=Accounting account used for vendor third parties
      -ACCOUNTING_ACCOUNT_SUPPLIER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated supplier accouting account on third party is not defined.
      +ACCOUNTING_ACCOUNT_CUSTOMER=Grootboekrekening debiteuren
      +ACCOUNTING_ACCOUNT_CUSTOMER_Desc=De speciale account die is gedefinieerd op de kaart van ralatie, wordt alleen gebruikt voor de Subledger-accounting. Deze wordt gebruikt voor grootboek en als standaardwaarde voor Subledger-boekhouding als er geen specifieke klantaccount voor derden is gedefinieerd.
      +ACCOUNTING_ACCOUNT_SUPPLIER=Grootboekrekening crediteuren
      +ACCOUNTING_ACCOUNT_SUPPLIER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accounting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated supplier accounting account on third party is not defined.
       CloneTax=Clone a social/fiscal tax
      -ConfirmCloneTax=Confirm the clone of a social/fiscal tax payment
      +ConfirmCloneTax=Confirm the clone of a social/fiscal tax
       CloneTaxForNextMonth=Kloon het voor volgende maand
       SimpleReport=Simple report
      -AddExtraReport=Extra reports (add foreign and national customer report)
      +AddExtraReport=Extra rapportages (voeg een rapport van binnen- en buitenlandse relaties toe)
       OtherCountriesCustomersReport=Foreign customers report
       BasedOnTwoFirstLettersOfVATNumberBeingDifferentFromYourCompanyCountry=Based on the two first letters of the VAT number being different from your own company's country code
       SameCountryCustomersWithVAT=National customers report
      @@ -248,12 +248,12 @@ ErrorBankAccountNotFound=Error: Bank account not found
       FiscalPeriod=Boekingsperiode
       ListSocialContributionAssociatedProject=List of social contributions associated with the project
       DeleteFromCat=Remove from accounting group
      -AccountingAffectation=Accounting assignement
      +AccountingAffectation=Accounting assignment
       LastDayTaxIsRelatedTo=Last day of period the tax is related to
       VATDue=Sale tax claimed
       ClaimedForThisPeriod=Claimed for the period
       PaidDuringThisPeriod=Paid during this period
       ByVatRate=By sale tax rate
      -TurnoverbyVatrate=Turnover invoiced by sale tax rate
      +TurnoverbyVatrate=Omzet gefactureerd op omzetbelasting-tarief
       TurnoverCollectedbyVatrate=Turnover collected by sale tax rate
       PurchasebyVatrate=Purchase by sale tax rate
      diff --git a/htdocs/langs/nl_NL/dict.lang b/htdocs/langs/nl_NL/dict.lang
      index 20238fb1493..52142faf94e 100644
      --- a/htdocs/langs/nl_NL/dict.lang
      +++ b/htdocs/langs/nl_NL/dict.lang
      @@ -116,7 +116,7 @@ CountryHM=Heard Island en McDonald
       CountryVA=Heilige Stoel (Vaticaanstad)
       CountryHN=Honduras
       CountryHK=Hong Kong
      -CountryIS=Icelande
      +CountryIS=IJsland
       CountryIN=India
       CountryID=Indonesië
       CountryIR=Iran
      @@ -131,7 +131,7 @@ CountryKI=Kiribati
       CountryKP=Noord-Korea
       CountryKR=Zuid-Korea
       CountryKW=Koeweit
      -CountryKG=Kyrghyztan
      +CountryKG=Kirgizië
       CountryLA=Laotiaans
       CountryLV=Letland
       CountryLB=Libanon
      @@ -160,7 +160,7 @@ CountryMD=Moldavië
       CountryMN=Mongolië
       CountryMS=Montserrat
       CountryMZ=Mozambique
      -CountryMM=Birmania (Myanmar)
      +CountryMM=Myanmar (Birma)
       CountryNA=Namibië
       CountryNR=Nauru
       CountryNP=Nepal
      @@ -223,7 +223,7 @@ CountryTO=Tonga
       CountryTT=Trinidad en Tobago
       CountryTR=Turkije
       CountryTM=Turkmenistan
      -CountryTC=Turken en Cailos Eilanden
      +CountryTC=Turks- en Caicoseilanden
       CountryTV=Tuvalu
       CountryUG=Oeganda
       CountryUA=Oekraïne
      @@ -295,7 +295,7 @@ CurrencyCentINR=paisa
       CurrencyCentSingINR=paise
       CurrencyThousandthSingTND=duizend
       #### Input reasons #####
      -DemandReasonTypeSRC_INTE=Internet
      +DemandReasonTypeSRC_INTE=Internetaaa
       DemandReasonTypeSRC_CAMP_MAIL=Mailing campagne
       DemandReasonTypeSRC_CAMP_EMAIL=E-mailen campagne
       DemandReasonTypeSRC_CAMP_PHO=Telefoon campagne
      @@ -328,7 +328,7 @@ PaperFormatCAP5=Grootte Canada P5
       PaperFormatCAP6=Grootte Canada P6
       #### Expense report categories ####
       ExpAutoCat=Auto
      -ExpCycloCat=Moped
      +ExpCycloCat=Bromfiets
       ExpMotoCat=Motorfiets
       ExpAuto3CV=3 CV
       ExpAuto4CV=4 CV
      @@ -341,17 +341,17 @@ ExpAuto10CV=10 CV
       ExpAuto11CV=11 CV
       ExpAuto12CV=12 CV
       ExpAuto3PCV=3 CV en meer
      -ExpAuto4PCV=4 CV and more
      -ExpAuto5PCV=5 CV and more
      -ExpAuto6PCV=6 CV and more
      -ExpAuto7PCV=7 CV and more
      -ExpAuto8PCV=8 CV and more
      +ExpAuto4PCV=4 CV en meer
      +ExpAuto5PCV=5 CV en meer
      +ExpAuto6PCV=6 CV en meer
      +ExpAuto7PCV=7 CV en meer
      +ExpAuto8PCV=8 CV en meer
       ExpAuto9PCV=9 CV en meer
      -ExpAuto10PCV=10 CV and more
      +ExpAuto10PCV=10 CV en meer
       ExpAuto11PCV=11 CV en meer
       ExpAuto12PCV=12 CV en meer
      -ExpAuto13PCV=13 CV and more
      -ExpCyclo=Capacity lower to 50cm3
      +ExpAuto13PCV=13 CV en meer
      +ExpCyclo=Capaciteit minder dan 50cm3
       ExpMoto12CV=Motorfiets 1 of 2 CV
       ExpMoto345CV=Motorfiets 3, 4 of 5 CV
      -ExpMoto5PCV=Motorbike 5 CV and more
      +ExpMoto5PCV=Motor 5 CV en meer
      diff --git a/htdocs/langs/nl_NL/ecm.lang b/htdocs/langs/nl_NL/ecm.lang
      index b2ce45ee11e..11cf18b992b 100644
      --- a/htdocs/langs/nl_NL/ecm.lang
      +++ b/htdocs/langs/nl_NL/ecm.lang
      @@ -1,5 +1,5 @@
       # Dolibarr language file - Source file is en_US - ecm
      -ECMNbOfDocs=Aantal documenten in de map
      +ECMNbOfDocs=Aantal documenten in map
       ECMSection=Bedrijvengids
       ECMSectionManual=Handmatige map
       ECMSectionAuto=Automatisch map
      @@ -14,11 +14,11 @@ ECMNbOfFilesInDir=Aantal bestanden in de map
       ECMNbOfSubDir=Aantal onderliggende mappen
       ECMNbOfFilesInSubDir=Aantal bestanden in submappen
       ECMCreationUser=Ontwerper
      -ECMArea=DMS/ECM area
      -ECMAreaDesc=The DMS/ECM (Document Management System / Electronic Content Management) area allows you to save, share and search quickly all kind of documents in Dolibarr.
      +ECMArea=DMS/ECM omgeving
      +ECMAreaDesc=In het gebied DMS / ECM (Document Management System / Electronic Content Management) kunt u alle soorten documenten in Dolibarr snel opslaan, delen en zoeken.
       ECMAreaDesc2=* Automatische mappen zijn automatisch gevuld bij het toevoegen, vanaf een kaart van een element. <br> * Handmatige mappen kunnen worden gebruikt voor het opslaan van documenten die niet gekoppeld zijn aan een bepaald element.
       ECMSectionWasRemoved=Map <b>%s</b> is verwijderd.
      -ECMSectionWasCreated=Directory <b>%s</b> has been created.
      +ECMSectionWasCreated=Directory <b>%s</b> is gemaakt.
       ECMSearchByKeywords=Zoeken op trefwoorden
       ECMSearchByEntity=Zoek op object
       ECMSectionOfDocuments=Mappen van documenten
      @@ -39,13 +39,12 @@ ShowECMSection=Toon map
       DeleteSection=Verwijder map
       ConfirmDeleteSection=Can you confirm you want to delete the directory <b>%s</b>?
       ECMDirectoryForFiles=Relatieve map voor bestanden
      -CannotRemoveDirectoryContainsFilesOrDirs=Removal not possible because it contains some files or sub-directories
      -CannotRemoveDirectoryContainsFiles=Removal not possible because it contains some files
      +CannotRemoveDirectoryContainsFilesOrDirs=Verwijderen is niet mogelijk omdat het enkele bestanden of submappen bevat
      +CannotRemoveDirectoryContainsFiles=Verwijderen is niet mogelijk omdat het enkele bestanden bevat
       ECMFileManager=Bestandsbeheer
       ECMSelectASection=Selecteer een map in de boomstructuur ...
       DirNotSynchronizedSyncFirst=This directory seems to be created or modified outside ECM module. You must click on "Resync" button first to synchronize disk and database to get content of this directory.
      -ReSyncListOfDir=Resync list of directories
      -HashOfFileContent=Hash of file content
      +ReSyncListOfDir=Hersynchroniseer de lijst met mappen
      +HashOfFileContent=Hash van bestandsinhoud
      +NoDirectoriesFound=Geen mappen gevonden
       FileNotYetIndexedInDatabase=Bestand nog niet geïndexeerd in database (probeer deze opnieuw te uploaden)
      -FileSharedViaALink=File shared via a link
      -NoDirectoriesFound=No directories found
      diff --git a/htdocs/langs/nl_NL/errors.lang b/htdocs/langs/nl_NL/errors.lang
      index 3462750b63b..afb87a728e0 100644
      --- a/htdocs/langs/nl_NL/errors.lang
      +++ b/htdocs/langs/nl_NL/errors.lang
      @@ -6,7 +6,7 @@ NoErrorCommitIsDone=Geen fout, wij bevestigen
       ErrorButCommitIsDone=Fouten gevonden maar we valideren toch
       ErrorBadEMail=Ongeldige e-mail %s
       ErrorBadUrl=Ongeldige Url %s
      -ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing.
      +ErrorBadValueForParamNotAString=Slechte parameterwaarde. Wordt over het algemeen gegenereerd als de vertaling ontbreekt.
       ErrorLoginAlreadyExists=Inlog %s bestaat reeds.
       ErrorGroupAlreadyExists=Groep %s bestaat reeds.
       ErrorRecordNotFound=Tabelregel niet gevonden.
      @@ -32,17 +32,17 @@ ErrorBarCodeRequired=Bar code nodig
       ErrorCustomerCodeAlreadyUsed=Afnemerscode al gebruikt
       ErrorBarCodeAlreadyUsed=Bar code al gebruikt
       ErrorPrefixRequired=Voorvoegsel vereist
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      +ErrorBadSupplierCodeSyntax=Slechte syntaxis voor leverancierscode
      +ErrorSupplierCodeRequired=Vendor code vereist
       ErrorSupplierCodeAlreadyUsed=Vendor code already used
       ErrorBadParameters=Verkeerde parameters
      -ErrorBadValueForParameter=Wrong value '%s' for parameter '%s'
      +ErrorBadValueForParameter=Verkeerde waarde '%s' voor parameter '%s'
       ErrorBadImageFormat=Image file has not a supported format (Your PHP does not support functions to convert images of this format)
       ErrorBadDateFormat=Waarde %s heeft verkeerde datum formaat
       ErrorWrongDate=Datum is niet correct!
       ErrorFailedToWriteInDir=Schrijven in de map %s mislukt
       ErrorFoundBadEmailInFile=Onjuist e-mail syntax gevonden voor %s regels in het bestand (bijvoorbeeld regel %s met email=%s)
      -ErrorUserCannotBeDelete=Gebruiker kan niet worden verwijderd. Mogelijk is het geassocieerd met andere Dolibarr-onderdelen.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Enkele verplichte velden zijn niet ingevuld.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Creëren van een map mislukt. Controleer of de Webservergebruiker toestemming heeft om te schrijven in Dolibarr documentenmap. Wanneer de parameter <b>safe_mode</b> is ingeschakeld in PHP, controleer dan dat de Dolibarr php bestanden eigendom zijn van de de webserve gebruiker (of groep).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Vul waarde in voor selectielijst
       ErrorNoValueForCheckBoxType=Vul waarde in voor checkbox lijst
       ErrorNoValueForRadioType=Vul waarde in voor knoppen lijst
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Veld <b>%s</b> mag geen speciale tekens bevat.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Geen boekhoudingsmodule geactiveerd
       ErrorExportDuplicateProfil=Deze profile naam bestaat al voor deze export set.
       ErrorLDAPSetupNotComplete=De Dolibarr-LDAP installatie is niet compleet.
       ErrorLDAPMakeManualTest=Een .ldif bestand is gegenereerd in de map %s. Probeer het handmatig te laden vanuit een opdrachtregel om meer informatie over fouten te verkrijgen.
      -ErrorCantSaveADoneUserWithZeroPercentage=Kan een actie met de status "Nog niet gestart" niet opslaan als het veld "door" niet ook gevuld is.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=De referentie gebruikt voor het maken bestaat al
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Kan record niet verwijderen omdat er onderliggende data aanwezig is.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Kan record niet verwijderen. Het wordt al gebruikt of opgenomen in een ander object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript dient niet uitgeschakeld te zijn voor deze functionaliteit. Om Javascript aan of uit te zetten gaat u naar het menu Home->instellingen->Scherm
       ErrorPasswordsMustMatch=De twee ingevoerde wachtwoorden komen niet overeen.
      -ErrorContactEMail=Er is een technische fout opgetreden. Neemt u alstublieft contact op met de beheerder via het e-mailadres <b>%s</b> en vermeld de volgende foutcode <b>%s</b> in uw bericht, of nog beter voeg een schermafbeelding van de pagina toe.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Foutiefe waarde voor het veld nummer <b>%s</b> (waarde <b>%s</b> voldoet niet aan de reguliere expressieregel <b>%s</b>)
       ErrorFieldValueNotIn=Verkeerde waarde voor het veld nummer <b>%s</b> (Waarde '<b>%s</b>' is geen waarde beschikbaar in het veld <b>%s</b> van de tabel <b>%s</b>)
       ErrorFieldRefNotIn=Verkeerde waarde voor veldnummer <b>%s</b> (waarde <b>'%s'</b> is geen <b>%s</b> bestaande ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Het antivirusprogramma kon dit bestand niet valide
       ErrorSpecialCharNotAllowedForField=Speciale tekens zijn niet toegestaan in het veld " %s"
       ErrorNumRefModel=Er bestaat een verwijzing in de database (%s) en deze is niet compatibel met deze nummeringsregel. Verwijder de tabelregel of hernoem de verwijzing om deze module te activeren.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Het instellen van de module lijkt onvolledig. Ga naar Home - Setup - Modules om te voltooien.
       ErrorBadMask=Fout bij het masker
       ErrorBadMaskFailedToLocatePosOfSequence=Fout, masker zonder het volgnummer
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Fout, slechte resetwaarde
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Teller moet uit meer dan 3 cijfers bestaan
       ErrorSelectAtLeastOne=Fout. Kies ten minste een item.
      -ErrorDeleteNotPossibleLineIsConsolidated=Verwijderen niet mogelijk, omdat record is gekoppeld aan een bank transation dat is verzoend
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is toegewezen aan een derde
       ErrorFailedToSendPassword=Mislukt om het wachtwoord te sturen
       ErrorFailedToLoadRSSFile=Niet in slaagt om RSS feed. Probeer een constante MAIN_SIMPLEXMLLOAD_DEBUG toe te voegen als foutmeldingen niet voldoende informatie.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Gebruiker met gebruikersnaam <b>%s</b> kon niet worden g
       ErrorLoginHasNoEmail=Deze gebruiker heeft geen e-mail adres. Proces afgebroken.
       ErrorBadValueForCode=Onjuist waardetypen voor code. Probeer het opnieuw met een nieuwe waarde
       ErrorBothFieldCantBeNegative=Velden %s %s en kan niet beide negatief
      +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> gebruikt om web-server uit te voeren heeft geen toestemming voor die
       ErrorNoActivatedBarcode=Geen geactiveerde barcode soort
      @@ -138,7 +141,7 @@ ErrorBadFormat=Verkeerd formaat!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Fout, er sommige leveringen gekoppeld met deze verzending. Schrapping geweigerd.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP client failed with error '%s'
       ErrorGlobalVariableUpdater5=Geen globale variabele geselecteerd
       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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,18 +211,19 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
      -WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      +WarningPasswordSetWithNoAccount=Er is een wachtwoord ingesteld voor dit lid. Er is echter geen gebruikersaccount gemaakt. Dus dit wachtwoord is opgeslagen maar kan niet worden gebruikt om in te loggen bij Dolibarr. Het kan worden gebruikt door een externe module / interface, maar als u geen gebruikersnaam of wachtwoord voor een lid hoeft aan te maken, kunt u de optie "Beheer een login voor elk lid" in de module-setup van Member uitschakelen. Als u een login moet beheren maar geen wachtwoord nodig heeft, kunt u dit veld leeg houden om deze waarschuwing te voorkomen. Opmerking: e-mail kan ook worden gebruikt als login als het lid aan een gebruiker is gekoppeld.
       WarningMandatorySetupNotComplete=Verplichte setup parameters zijn nog niet gedefinieerd
       WarningSafeModeOnCheckExecDir=Waarschuwing, de instelling <b>safe_mode</b> van PHP staat aan daarom moet het commando opgeslagen worden in een map die gedeclareerd is door de PHP instelling <b>safe_mode_exec_dir.</b>
       WarningBookmarkAlreadyExists=Een weblink met deze titel of dit doel (URL) bestaat al.
       WarningPassIsEmpty=Waarschuwing, het databasewachtwoord is leeg. Dit is een lek in de beveiliging. U dient een wachtwoord aan uw database toe te voegen en deze wijziging in uw conf.php te verwerken.
       WarningConfFileMustBeReadOnly=Pas op, uw configuratiebestand (</b>htdocs/conf/conf.php</b>) is schrijfbaar voor de webserver. Dit vormt een ernstig veiligheidslek. Wijzig de rechten naar alleen-lezen voor de account van de webserver. Als u Windows draait op een harde schijf met een FAT-formaat, dient u zich ervan bewust te zijn dat dit bestandssysteem geen rechten van bestanden kan toevoegen en daarom niet compleet veilig kan zijn.
       WarningsOnXLines=Waarschuwing op bronregels <b>%s</b>
      -WarningNoDocumentModelActivated=Er is geen model geactiveerd voor het maken van documenten. Er wordt een standaard model gekozen totdat u uw module instellingen heeft gecontroleerd / aangepast.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Waarschuwing, zodra de installatie voltooid is, moet u de installatie / migratie tools uitschakelen door het toevoegen van een bestand <b>install.lock</b> in <b>map %s.</b> Ontbreekt dit bestand dan is een beveiligings issue.
      -WarningUntilDirRemoved=Alle beveiligingswaarschuwingen (alleen zichtbaar voor de beheerders) zullen actief blijven zolang de kwetsbaarheden nog bestaan. (of totdat de contante MAIN_REMOVE_INSTALL_WARNING wordt toegevoegd aan Home->Instellingen->Overige).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/nl_NL/hrm.lang b/htdocs/langs/nl_NL/hrm.lang
      index 5c831ef537a..6ff5f7b1d5d 100644
      --- a/htdocs/langs/nl_NL/hrm.lang
      +++ b/htdocs/langs/nl_NL/hrm.lang
      @@ -1,16 +1,16 @@
       # Dolibarr language file - en_US - hrm
       # Admin
      -HRM_EMAIL_EXTERNAL_SERVICE=Email to prevent HRM external service
      -Establishments=Establishments
      -Establishment=Establishment
      -NewEstablishment=New establishment
      -DeleteEstablishment=Delete establishment
      -ConfirmDeleteEstablishment=Are-you sure to delete this establishment?
      -OpenEtablishment=Open establishment
      -CloseEtablishment=Close establishment
      +HRM_EMAIL_EXTERNAL_SERVICE=E-mail om externe HRM services te verhinderen.
      +Establishments=Bedrijven
      +Establishment=Bedrijf
      +NewEstablishment=Nieuw bedrijf
      +DeleteEstablishment=Verwijder bedrijf
      +ConfirmDeleteEstablishment=Weet u zeker dat u deze vestiging wilt verwijderen?
      +OpenEtablishment=Open bedrijf
      +CloseEtablishment=Sluit bedrijf
       # Dictionary
       DictionaryDepartment=HRM - Afdelingslijst
      -DictionaryFunction=HRM - Function list
      +DictionaryFunction=HRM - Functielijst
       # Module
       Employees=Werknemers
       Employee=Werknemer
      diff --git a/htdocs/langs/nl_NL/interventions.lang b/htdocs/langs/nl_NL/interventions.lang
      index 8466a404a27..e71a7f08a52 100644
      --- a/htdocs/langs/nl_NL/interventions.lang
      +++ b/htdocs/langs/nl_NL/interventions.lang
      @@ -4,9 +4,10 @@ Interventions=Interventies
       InterventionCard=Interventiedetails
       NewIntervention=Nieuwe interventie
       AddIntervention=Nieuwe interventie
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Interventielijst
       ActionsOnFicheInter=Acties bij interventie
      -LastInterventions=Latest %s interventions
      +LastInterventions=Laatste %s interventies
       AllInterventions=Alle interventies
       CreateDraftIntervention=Creëer conceptinterventie
       InterventionContact=Interventiecontactpersoon
      @@ -14,19 +15,19 @@ DeleteIntervention=Interventie verwijderen
       ValidateIntervention=Inteverntie valideren
       ModifyIntervention=Interventie aanpassen
       DeleteInterventionLine=Interventieregel verwijderen
      -CloneIntervention=Clone intervention
      -ConfirmDeleteIntervention=Are you sure you want to delete this intervention?
      -ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      -ConfirmModifyIntervention=Are you sure you want to modify this intervention?
      -ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line?
      -ConfirmCloneIntervention=Are you sure you want to clone this intervention?
      +CloneIntervention=Kloon interventie
      +ConfirmDeleteIntervention=Weet u zeker dat u deze interventie wilt verwijderen?
      +ConfirmValidateIntervention=Weet u zeker dat u deze interventie wilt valideren onder naam <b>%s</b>?
      +ConfirmModifyIntervention=Weet u zeker dat u deze interventie wilt wijzigen?
      +ConfirmDeleteInterventionLine=Weet u zeker dat u deze interventieregel wilt verwijderen?
      +ConfirmCloneIntervention=Weet je zeker dat je deze interventie wilt klonen?
       NameAndSignatureOfInternalContact=Naam en handtekening van de uitvoerder:
       NameAndSignatureOfExternalContact=Naam en handtekening van de afnemer:
       DocumentModelStandard=Standaard modeldocument voor interventies
       InterventionCardsAndInterventionLines=Inteventiebladen en -regels
       InterventionClassifyBilled=Classificeer "gefactureerd"
       InterventionClassifyUnBilled=Classificeer "Nog niet gefactureerd"
      -InterventionClassifyDone=Classify "Done"
      +InterventionClassifyDone=Classificeer "Klaar"
       StatusInterInvoiced=Gefactureerd
       SendInterventionRef=Indiening van de interventie %s
       SendInterventionByMail=Stuur intervemtie per e-mail
      @@ -37,30 +38,30 @@ InterventionClassifiedBilledInDolibarr=Interventie %s als gefactureerd geclassif
       InterventionClassifiedUnbilledInDolibarr=Interventie %s als nog niet gefactureerd geclassificeerd
       InterventionSentByEMail=Interventie %s per e-mail verstuurd
       InterventionDeletedInDolibarr=Interventie %s verwijderd
      -InterventionsArea=Interventions area
      -DraftFichinter=Draft interventions
      -LastModifiedInterventions=Latest %s modified interventions
      -FichinterToProcess=Interventions to process
      +InterventionsArea=Interventies onderdeel
      +DraftFichinter=Concept-interventies
      +LastModifiedInterventions=Laatste %s aangepaste interventies
      +FichinterToProcess=Interventies om te verwerken
       ##### Types de contacts #####
       TypeContact_fichinter_external_CUSTOMER=Nabehandeling afnemerscontact
       # Modele numérotation
      -PrintProductsOnFichinter=Print also lines of type "product" (not only services) on intervention card
      +PrintProductsOnFichinter=Print ook regels van het type "product" (niet alleen diensten) op de interventiekaart
       PrintProductsOnFichinterDetails=Interventies gegenereerd op basis van bestellingen
      -UseServicesDurationOnFichinter=Use services duration for interventions generated from orders
      -UseDurationOnFichinter=Hides the duration field for intervention records
      -UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
      -InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +UseServicesDurationOnFichinter=Gebruik de duur van de services voor interventies die zijn gegenereerd op basis van bestellingen
      +UseDurationOnFichinter=Verbergt het duurveld voor interventierecords
      +UseDateWithoutHourOnFichinter=Verbergt uren en minuten uit het datumveld voor interventierecords
      +InterventionStatistics=Interventie statistieken
      +NbOfinterventions=Aantal interventiekaarten
      +NumberOfInterventionsByMonth=Aantal interventiekaarten per maand (datum van validatie)
      +AmountOfInteventionNotIncludedByDefault=Het bedrag voor interventie is niet standaard opgenomen in de winst (in de meeste gevallen worden de urenstaten gebruikt om de bestede tijd te tellen). Voeg optie PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT toe aan 1 in home-setup-diversen om ze op te nemen.
       ##### Exports #####
      -InterId=Intervention id
      -InterRef=Intervention ref.
      -InterDateCreation=Date creation intervention
      -InterDuration=Duration intervention
      -InterStatus=Status intervention
      -InterNote=Note intervention
      -InterLineId=Line id intervention
      -InterLineDate=Line date intervention
      -InterLineDuration=Line duration intervention
      -InterLineDesc=Line description intervention
      +InterId=Interventie-ID
      +InterRef=Interventie ref.
      +InterDateCreation=Aanmaakdatum interventie
      +InterDuration=Interventieduur
      +InterStatus=Interventiestatus
      +InterNote=Opmerking interventie
      +InterLineId=Regel ID-interventie
      +InterLineDate=Datum regel interventie
      +InterLineDuration=Duur regel interventie
      +InterLineDesc=Opmerking regel interventie
      diff --git a/htdocs/langs/nl_NL/languages.lang b/htdocs/langs/nl_NL/languages.lang
      index f63777e45ee..45075761bf1 100644
      --- a/htdocs/langs/nl_NL/languages.lang
      +++ b/htdocs/langs/nl_NL/languages.lang
      @@ -1,6 +1,6 @@
       # Dolibarr language file - Source file is en_US - languages
       Language_ar_AR=Arabisch
      -Language_ar_EG=Arabic (Egypt)
      +Language_ar_EG=Arabisch (Egyptisch)
       Language_ar_SA=Arabisch
       Language_bn_BD=Bengaals
       Language_bg_BG=Bulgaarse
      @@ -13,7 +13,7 @@ Language_de_DE=Duits
       Language_de_AT=Duits (Oostenrijk)
       Language_de_CH=Duits (Zwitserland)
       Language_el_GR=Grieks
      -Language_el_CY=Greek (Cyprus)
      +Language_el_CY=Grieks (Cyprus)
       Language_en_AU=Engels (Australië)
       Language_en_CA=Engels (Canada)
       Language_en_GB=Engels (Groot Brittannië)
      @@ -24,23 +24,23 @@ Language_en_US=Engels (Verenigde Staten)
       Language_en_ZA=Engels (Zuid-Afrika)
       Language_es_ES=Spaans
       Language_es_AR=Spaans (Argentinië)
      -Language_es_BO=Spanish (Bolivia)
      +Language_es_BO=Spaans (Bolivia)
       Language_es_CL=Spaans (Chili)
       Language_es_CO=Spaans (Colombia)
       Language_es_DO=Spaans (Dominicaanse Republiek)
      -Language_es_EC=Spanish (Ecuador)
      +Language_es_EC=Spaans (Ecuador)
       Language_es_HN=Spaans (Honduras)
       Language_es_MX=Spaans (Mexico)
      -Language_es_PA=Spanish (Panama)
      +Language_es_PA=Spaans (Panama)
       Language_es_PY=Spaans (Paraguay)
       Language_es_PE=Spaans (Peru)
       Language_es_PR=Spaans (Puerto Rico)
      -Language_es_UY=Spanish (Uruguay)
      -Language_es_VE=Spanish (Venezuela)
      +Language_es_UY=Spaans (Uruguay)
      +Language_es_VE=Spaans (Venezuela)
       Language_et_EE=Estlands
       Language_eu_ES=Bask
       Language_fa_IR=Perzisch
      -Language_fi_FI=Finnish
      +Language_fi_FI=Voltooi
       Language_fr_BE=Frans (België)
       Language_fr_CA=Frans (Canada)
       Language_fr_CH=Frans (Zwitserland)
      @@ -62,7 +62,7 @@ Language_lo_LA=Laotiaans
       Language_lt_LT=Litouws
       Language_lv_LV=Lets
       Language_mk_MK=Macedonisch
      -Language_mn_MN=Mongolian
      +Language_mn_MN=Mongools
       Language_nb_NO=Noors (Bokmål)
       Language_nl_BE=Nederlands (België)
       Language_nl_NL=Nederlands (Nederland)
      @@ -78,7 +78,7 @@ Language_sv_SV=Zweeds
       Language_sv_SE=Zweeds
       Language_sq_AL=Albanees
       Language_sk_SK=Slovakian
      -Language_sr_RS=Serbian
      +Language_sr_RS=Servisch
       Language_sw_SW=Kiswahili
       Language_th_TH=Thai
       Language_uk_UA=Oekraïens
      @@ -86,3 +86,4 @@ Language_uz_UZ=Oezbeeks
       Language_vi_VN=Vietnamees
       Language_zh_CN=Chinees
       Language_zh_TW=Chinees (traditioneel)
      +Language_bh_MY=Maleis-
      diff --git a/htdocs/langs/nl_NL/ldap.lang b/htdocs/langs/nl_NL/ldap.lang
      index 1057185d34b..b72b2e0cc7d 100644
      --- a/htdocs/langs/nl_NL/ldap.lang
      +++ b/htdocs/langs/nl_NL/ldap.lang
      @@ -24,4 +24,4 @@ MemberTypeSynchronized=Soort lidmaatschap gesynchroniseerd
       ContactSynchronized=Contact gesynchroniseerd
       ForceSynchronize=Forceer synchronisatie Dolibarr -> LDAP
       ErrorFailedToReadLDAP=Kon niet lezen uit de LDAP-database. Controleer de instellingen van de LDAP module en database toegankelijkheid.
      -PasswordOfUserInLDAP=Password of user in LDAP
      +PasswordOfUserInLDAP=Wachtwoord van gebruiker in LDAP
      diff --git a/htdocs/langs/nl_NL/main.lang b/htdocs/langs/nl_NL/main.lang
      index 28639d67dad..f1d59268b82 100644
      --- a/htdocs/langs/nl_NL/main.lang
      +++ b/htdocs/langs/nl_NL/main.lang
      @@ -24,8 +24,8 @@ FormatDateHourSecShort=%d/%m/%Y %I:%M:%S %p
       FormatDateHourTextShort=%d %b %Y %H:%M
       FormatDateHourText=%d %B %Y %H:%M
       DatabaseConnection=Databaseverbinding
      -NoTemplateDefined=No template available for this email type
      -AvailableVariables=Available substitution variables
      +NoTemplateDefined=Geen sjabloon beschikbaar voor dit e-mailtype
      +AvailableVariables=Beschikbare substitutievariabelen
       NoTranslation=Geen vertaling
       Translation=Vertaling
       NoRecordFound=Geen item gevonden
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Mail versturen mislukt (afzender=%s, ontvanger=%s)
       ErrorFileNotUploaded=Bestand is niet geüploadet. Controleer of de grootte niet meer is dan maximaal toegestaan, of er vrije ruimte beschikbaar is op de schijf en of er niet al een bestand met dezelfde naam in deze map bestaat.
       ErrorInternalErrorDetected=Fout ontdekt
       ErrorWrongHostParameter=Verkeerde host-instelling
      -ErrorYourCountryIsNotDefined=Uw land is niet gedefinieerd. Corrigeer in Home->Instellingen-Bewerk en verstuur het formulier opnieuw.
      -ErrorRecordIsUsedByChild=Item verwijderen mislukt. Dit item wordt gebruikt door ten minste één onderliggend item.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Verkeerde waarde
       ErrorWrongValueForParameterX=Verkeerde waarde voor de parameter %s
       ErrorNoRequestInError=Geen verzoek mislukt
      -ErrorServiceUnavailableTryLater=Service op dit moment niet beschikbaar. Probeer het later opnieuw.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Dubbele waarde in een uniek veld
      -ErrorSomeErrorWereFoundRollbackIsDone=Fouten gevonden. Wij draaien de veranderingen terug.
      -ErrorConfigParameterNotDefined=<b>Parameter %s</b> is niet gedefinieerd binnen Dolibarr configuratiebestand <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Kan <b>gebruiker %s</b> niet in de Dolibarr database vinden.
       ErrorNoVATRateDefinedForSellerCountry=Fout, geen BTW-tarieven voor land '%s'.
       ErrorNoSocialContributionForSellerCountry=Fout, geen sociale/fiscale belastingtypen gedefinieerd voor land '%s'.
       ErrorFailedToSaveFile=Fout, bestand opslaan mislukt.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=U bent hiervoor niet bevoegd.
       SetDate=Stel datum in
       SelectDate=Selecteer een datum
      @@ -74,25 +74,25 @@ ClickHere=Klik hier
       Here=Hier
       Apply=Toepassen
       BackgroundColorByDefault=Standaard achtergrondkleur
      -FileRenamed=The file was successfully renamed
      +FileRenamed=Het bestand is met succes hernoemd
       FileGenerated=Het bestand is succesvol aangemaakt
       FileSaved=Het bestand is succesvol opgeslagen
       FileUploaded=Het bestand is geüpload
      -FileTransferComplete=Bestand(en) succesvol geupload
      -FilesDeleted=File(s) successfully deleted
      +FileTransferComplete=File(s) uploaded successfully
      +FilesDeleted=Bestand (en) succesvol verwijderd
       FileWasNotUploaded=Een bestand is geselecteerd als bijlage, maar is nog niet geüploadet. Klik hiervoor op "Bevestig dit bestand".
      -NbOfEntries=Aantal invoeringen
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Lees de online hulptekst (internettoegang vereist)
       GoToHelpPage=Lees de hulptekst
       RecordSaved=Item opgeslagen
       RecordDeleted=Item verwijderd
       LevelOfFeature=Niveau van de functionaliteiten
       NotDefined=Niet gedefinieerd
      -DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is set to <b>%s</b> in configuration file <b>conf.php</b>.<br>This means that the password database is external to Dolibarr, so changing this field may have no effect.
      +DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr Authenticatie modus is ingesteld op <b>%s</b> in configuratiebestand <b>conf.php</b>. <br>Dit betekent dat de wachtwoorddatabase extern is van Dolibarr. Dit veld wijzigen heeft mogelijk geen effect .
       Administrator=Beheerder
       Undefined=Ongedefineerd
       PasswordForgotten=Wachtwoord vergeten?
      -NoAccount=No account?
      +NoAccount=Geen account?
       SeeAbove=Zie hierboven
       HomeArea=Home
       LastConnexion=Laatste connectie
      @@ -107,8 +107,8 @@ RequestLastAccessInError=Database fout bij laatste verzoek
       ReturnCodeLastAccessInError=Retourcode voor de meest recente fout bij het toegangsverzoek voor de database
       InformationLastAccessInError=Informatie voor de meest recente database-toegangsverzoekfout
       DolibarrHasDetectedError=Dolibarr heeft een technische fout gedetecteerd
      -YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information.
      -InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices)
      +YouCanSetOptionDolibarrMainProdToZero=U kunt het logbestand lezen of de optie $dolibarr_main_prod instellen op '0' in uw configuratiebestand voor meer informatie.
      +InformationToHelpDiagnose=Deze informatie kan nuttig zijn voor diagnostische doeleinden (u kunt optie $dolibarr_main_prod instellen op '1' om dergelijke kennisgevingen te verwijderen)
       MoreInformation=Meer informatie
       TechnicalInformation=Technische gegevens
       TechnicalID=Technische ID
      @@ -128,32 +128,33 @@ Home=Home
       Help=Help
       OnlineHelp=Online hulp
       PageWiki=Wiki Pagina
      -MediaBrowser=Media browser
      +MediaBrowser=Mediabrowser
       Always=Altijd
       Never=Nooit
       Under=onder
       Period=Looptijd
       PeriodEndDate=Einddatum looptijd
      -SelectedPeriod=Selected period
      -PreviousPeriod=Previous period
      +SelectedPeriod=Geselecteerde periode
      +PreviousPeriod=Vorige periode
       Activate=Activeren
       Activated=Geactiveerd
       Closed=Gesloten
       Closed2=Gesloten
       NotClosed=Niet gesloten
       Enabled=Ingeschakeld
      +Enable=Activeren
       Deprecated=Deprecated
       Disable=Uitschakelen
       Disabled=Uitgeschakeld
       Add=Toevoegen
       AddLink=Link toevoegen
       RemoveLink=Verwijder link
      -AddToDraft=Add to draft
      +AddToDraft=Toevoegen aan concept
       Update=Update
       Close=Sluiten
      -CloseBox=Remove widget from your dashboard
      +CloseBox=Verwijder widget van uw dashboard
       Confirm=Bevestig
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Wissen
       Remove=Verwijderen
       Resiliate=Afbreken
      @@ -188,7 +189,7 @@ ToLink=Link
       Select=Selecteer
       Choose=Kies
       Resize=Schalen
      -ResizeOrCrop=Resize or Crop
      +ResizeOrCrop=Formaat wijzigen of bijsnijden
       Recenter=Hercentreer
       Author=Auteur
       User=Gebruiker
      @@ -267,13 +268,13 @@ DateBuild=Datum van rapportgeneratie
       DatePayment=Datum van betaling
       DateApprove=Goedkeurings datum
       DateApprove2=Datum akkoord (tweede)
      -RegistrationDate=Registration date
      +RegistrationDate=Registratie datum
       UserCreation=Aanmaken gebruiker
       UserModification=Wijzigen gebruiker
      -UserValidation=Validation user
      +UserValidation=Validatie gebruiker
       UserCreationShort=Gebruiker aanmaken
       UserModificationShort=Gebruiker wijzigen
      -UserValidationShort=Valid. user
      +UserValidationShort=Geldige gebruiker
       DurationYear=jaar
       DurationMonth=maand
       DurationWeek=week
      @@ -315,8 +316,8 @@ KiloBytes=KiloBytes
       MegaBytes=MegaBytes
       GigaBytes=GigaBytes
       TeraBytes=Terabytes
      -UserAuthor=User of creation
      -UserModif=User of last update
      +UserAuthor=Gebruiker van creatie
      +UserModif=Gebruiker van de laatste update
       b=b
       Kb=Kb
       Mb=Mb
      @@ -327,12 +328,12 @@ Copy=Kopiëren
       Paste=Plakken
       Default=Standaard
       DefaultValue=Standaardwaarde
      -DefaultValues=Standaard waarden
      +DefaultValues=Default values/filters/sorting
       Price=Prijs
      -PriceCurrency=Price (currency)
      +PriceCurrency=Prijs (valuta)
       UnitPrice=Eenheidsprijs
       UnitPriceHT=Eenheidsprijs (netto)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHTCurrency=Eenheidsprijs (netto) (valuta)
       UnitPriceTTC=Eenheidsprijs (bruto)
       PriceU=E.P.
       PriceUHT=EP (netto)
      @@ -340,16 +341,16 @@ PriceUHTCurrency=Valuta
       PriceUTTC=U.P. (inc. belasting)
       Amount=Hoeveelheid
       AmountInvoice=Factuurbedrag
      -AmountInvoiced=Amount invoiced
      +AmountInvoiced=Gefactureerd bedrag
       AmountPayment=Betalingsbedrag
       AmountHTShort=Bedrag ex. BTW
       AmountTTCShort=Bedrag met BTW
       AmountHT=Bedrag (exclusief BTW)
       AmountTTC=Bedrag (incl. BTW)
       AmountVAT=Bedrag BTW
      -MulticurrencyAlreadyPaid=Reeds betaald, originele valuta
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Rest openstaand, originele valuta
      -MulticurrencyPaymentAmount=Payment amount, original currency
      +MulticurrencyPaymentAmount=Betalingsbedrag, originele valuta
       MulticurrencyAmountHT=Nettobedrag, oorspronkelijke valuta
       MulticurrencyAmountTTC=Bedrag (incl. BTW), oorspronkelijke valuta
       MulticurrencyAmountVAT=BTW bedrag, oorspronkelijke valuta
      @@ -360,7 +361,7 @@ AmountLT2ES=Bedrag IRPF
       AmountTotal=Totaal bedrag
       AmountAverage=Gemiddeld bedrag
       PriceQtyMinHT=Prijs hoeveelheid min. (exclusief BTW)
      -PriceQtyMinHTCurrency=Price quantity min. (net of tax) (currency)
      +PriceQtyMinHTCurrency=Prijs hoeveelheid min. (na aftrek van btw) (valuta)
       Percentage=Percentage
       Total=Totaal
       SubTotal=Subtotaal
      @@ -373,39 +374,39 @@ Totalforthispage=Totaal voor deze pagina
       TotalTTC=Totaal (incl. BTW)
       TotalTTCToYourCredit=Totaal (incl. BTW) op uw krediet
       TotalVAT=Totaal BTW
      -TotalVATIN=Total IGST
      +TotalVATIN=Totale IGST
       TotalLT1=Totaal tax 2
       TotalLT2=Totaal tax 3
       TotalLT1ES=Totaal RE
       TotalLT2ES=Totaal IRPF
      -TotalLT1IN=Total CGST
      -TotalLT2IN=Total SGST
      +TotalLT1IN=Totaal CGST
      +TotalLT2IN=Totaal SGST
       HT=Exclusief BTW
       TTC=Inclusief BTW
      -INCVATONLY=Inc. VAT
      +INCVATONLY=Incl. BTW
       INCT=Incl. alle belastingen
       VAT=BTW
       VATIN=IGST
       VATs=BTW
      -VATINs=IGST taxes
      -LT1=Sales tax 2
      -LT1Type=Sales tax 2 type
      -LT2=Sales tax 3
      -LT2Type=Sales tax 3 type
      +VATINs=IGST belastingen
      +LT1=Omzetbelasting 2
      +LT1Type=BTW type 2
      +LT2=Omzetbelasting 3
      +LT2Type=BTW type 3
       LT1ES=RE
       LT2ES=IRPF
       LT1IN=CGST
       LT2IN=SGST
       VATRate=BTW-tarief
      -VATCode=Tax Rate code
      -VATNPR=Tax Rate NPR
      +VATCode=Belastingtariefcode
      +VATNPR=NPR belastingtarief
       DefaultTaxRate=BTW tarief
       Average=Gemiddeld
       Sum=Som
       Delta=Variantie
      -RemainToPay=Remain to pay
      +RemainToPay=Restant te betalen
       Module=Module/Applicatie
      -Modules=Modules/Applications
      +Modules=Modules / Applicaties
       Option=Optie
       List=Lijstoverzicht
       FullList=Volledig overzicht
      @@ -416,7 +417,7 @@ Favorite=Favoriet
       ShortInfo=Info.
       Ref=Referentie
       ExternalRef=Ref. extern
      -RefSupplier=Ref. vendor
      +RefSupplier=Ref. verkoper
       RefPayment=Betalingskenmerk
       CommercialProposalsShort=Offertes
       Comment=Opmerking
      @@ -428,7 +429,7 @@ ActionNotApplicable=Niet van toepassing
       ActionRunningNotStarted=Niet gestart
       ActionRunningShort=Reeds bezig
       ActionDoneShort=Uitgevoerd
      -ActionUncomplete=Onvolledig
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Laatste %s gekoppelde evenementen
       CompanyFoundation=Bedrijf/Organisatie
       Accountant=Accountant
      @@ -437,10 +438,10 @@ ContactsAddressesForCompany=Contacten / adressen voor deze relatie
       AddressesForCompany=Adressen voor deze relatie
       ActionsOnCompany=Acties voor bedrijf
       ActionsOnMember=Events over dit lid
      -ActionsOnProduct=Events about this product
      +ActionsOnProduct=Evenementen in dit product
       NActionsLate=%s is laat
       ToDo=Te doen
      -Completed=Completed
      +Completed=Voltooid
       Running=Reeds bezig
       RequestAlreadyDone=Aanvraag reeds opgenomen
       Filter=Filter
      @@ -453,9 +454,9 @@ Generate=Genereer
       Duration=Duur
       TotalDuration=Totale duur
       Summary=Samenvatting
      -DolibarrStateBoard=Database statistieken
      -DolibarrWorkBoard=In behandeling
      -NoOpenedElementToProcess=No opened element to process
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
      +NoOpenedElementToProcess=Geen geopend element om te verwerken
       Available=Beschikbaar
       NotYetAvailable=Nog niet beschikbaar
       NotAvailable=Niet beschikbaar
      @@ -490,12 +491,12 @@ Discount=Korting
       Unknown=Onbekend
       General=Algemeen
       Size=Grootte
      -OriginalSize=Original size
      +OriginalSize=Originele grootte
       Received=Ontvangen
       Paid=Betaald
       Topic=Onderwerp
       ByCompanies=Door bedrijven
      -ByUsers=By user
      +ByUsers=Door gebruiker
       Links=Links
       Link=Link
       Rejects=Verworpen
      @@ -504,20 +505,20 @@ NextStep=Volgende stap
       Datas=Gegevens
       None=Geen
       NoneF=Geen
      -NoneOrSeveral=None or several
      +NoneOrSeveral=Geen of meerdere
       Late=Vertraagd
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=Geen laat item
       Photo=Afbeelding
       Photos=Afbeeldingen
       AddPhoto=Afbeelding toevoegen
       DeletePicture=Afbeelding verwijderen
       ConfirmDeletePicture=Bevestig verwijderen afbeelding
       Login=Login
      -LoginEmail=Login (email)
      -LoginOrEmail=Login or Email
      +LoginEmail=Login (e-mail)
      +LoginOrEmail=Inlog of e-mail
       CurrentLogin=Huidige login
      -EnterLoginDetail=Enter login details
      +EnterLoginDetail=Voer inloggegevens in
       January=Januari
       February=Februari
       March=Maart
      @@ -530,18 +531,6 @@ September=September
       October=Oktober
       November=November
       December=December
      -JanuaryMin=Jan
      -FebruaryMin=Februari
      -MarchMin=Mar
      -AprilMin=April
      -MayMin=Kunnen
      -JuneMin=Juni
      -JulyMin=Juli
      -AugustMin=Augustus
      -SeptemberMin=September
      -OctoberMin=Oktober
      -NovemberMin=November
      -DecemberMin=December
       Month01=januari
       Month02=februari
       Month03=maart
      @@ -579,7 +568,7 @@ MonthVeryShort10=O
       MonthVeryShort11=N
       MonthVeryShort12=D
       AttachedFiles=Bijgevoegde bestanden en documenten
      -JoinMainDoc=Join main document
      +JoinMainDoc=Word hoofddocument
       DateFormatYYYYMM=JJJJ-MM
       DateFormatYYYYMMDD=JJJJ-MM-DD
       DateFormatYYYYMMDDHHMM=JJJJ-MM-DD HH: SS
      @@ -622,9 +611,9 @@ BuildDoc=Genereer Document
       Entity=Entiteit
       Entities=Entiteiten
       CustomerPreview=Afnemersvoorbeeldweergave
      -SupplierPreview=Vendor preview
      +SupplierPreview=Voorbeeld van leverancier
       ShowCustomerPreview=Toon afnemersvoorbeeldweergave
      -ShowSupplierPreview=Show vendor preview
      +ShowSupplierPreview=Laat voorbeeld leverancier zien
       RefCustomer=Referentie afnemer
       Currency=Valuta
       InfoAdmin=Informatie voor beheerders
      @@ -632,7 +621,7 @@ Undo=Ongedaan maken
       Redo=Opnieuw
       ExpandAll=Alles uitklappen
       UndoExpandAll=Ongedaan maken alles uitklappen
      -SeeAll=See all
      +SeeAll=Alles zien
       Reason=Reden
       FeatureNotYetSupported=Functie nog niet ondersteund
       CloseWindow=Sluit venster
      @@ -646,6 +635,8 @@ SendMail=Verzend e-mail
       EMail=E-mail
       NoEMail=Geen e-mail
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Niet gelezen
       NoMobilePhone=Geen mobiele telefoon
       Owner=Eigenaar
       FollowingConstantsWillBeSubstituted=De volgende constanten worden vervangen met de overeenkomstige waarde.
      @@ -668,8 +659,8 @@ NotEnoughPermissions=U heeft geen toestemming voor deze actie
       SessionName=Sessienaam
       Method=Methode
       Receive=Ontvangen
      -CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
      -ExpectedValue=Expected Value
      +CompleteOrNoMoreReceptionExpected=Voltooid of niets meer verwacht
      +ExpectedValue=Verwachte waarde
       CurrentValue=Huidige waarde
       PartialWoman=Gedeeltelijke
       TotalWoman=Totaal
      @@ -677,7 +668,7 @@ NeverReceived=Nooit ontvangen
       Canceled=Geannuleerd
       YouCanChangeValuesForThisListFromDictionarySetup=U kunt waarden voor deze lijst wijzigen via menu-instellingen - woordenboek
       YouCanChangeValuesForThisListFrom=U kunt de waarden van dit menu aanpassen via %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Kleur
       Documents=Gekoppelde bestanden
       Documents2=Documenten
      @@ -708,23 +699,23 @@ Page=Pagina
       Notes=Notitie
       AddNewLine=Voeg nieuwe regel toe
       AddFile=Voeg bestand toe
      -FreeZone=Not a predefined product/service
      -FreeLineOfType=Not a predefined entry of type
      +FreeZone=Geen vooraf gedefinieerde product/dienst
      +FreeLineOfType=Geen vooraf gedefinieerde invoer van het type
       CloneMainAttributes=Kloon het object met de belangrijkste kenmerken
       PDFMerge=Voeg PDF samen
       Merge=Samenvoegen
       DocumentModelStandardPDF=Standaard PDF sjabloon
       PrintContentArea=Toon printervriendelijke pagina
       MenuManager=Standaard menuverwerker
      -WarningYouAreInMaintenanceMode=Let op, u bevind zich in de onderhoudmodus, dus alleen de login <b>%s</b> is gemachtigd om de applicatie op dit moment te gebruiken.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systeemfout
      -CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
      +CoreErrorMessage=Sorry, er is een fout opgetreden. Neem contact op met uw systeembeheerder om de logboeken te controleren of $dolibarr_main_prod = 1 uit te schakelen voor meer informatie.
       CreditCard=CreditCard
       ValidatePayment=Valideer deze betaling
      -CreditOrDebitCard=Credit or debit card
      +CreditOrDebitCard=Creditcard of bankpas
       FieldsWithAreMandatory=Velden met een <b>%s</b> zijn verplicht
      -FieldsWithIsForPublic=Velden gemarkeerd door <b>%s</b> zullen worden geplaatst op de openbare lijst van de leden. Indien u dat niet wenst, schakelt u de toegang "publiek" uit.
      -AccordingToGeoIPDatabase=(verkregen door conversie GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Regel
       NotSupported=Niet ondersteund
       RequiredField=Verplicht veld
      @@ -732,6 +723,8 @@ Result=Resultaat
       ToTest=Testen
       ValidateBefore=Het geheel moet worden gevalideerd om deze functie te kunnen gebruiken
       Visibility=Zichtbaarheid
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privé
       Hidden=Verborgen
       Resources=Middelen
      @@ -750,17 +743,19 @@ LinkTo=Link naar
       LinkToProposal=Link naar offerte
       LinkToOrder=gekoppeld aan bestelling
       LinkToInvoice=Link naar factuur
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link naar order leverancier
       LinkToSupplierProposal=Link naar offerte leverancier
       LinkToSupplierInvoice=Link naar factuur leverancier
       LinkToContract=Link naar contract
      -LinkToIntervention=Link to intervention
      +LinkToIntervention=Link naar interventie
       CreateDraft=Maak een ontwerp
       SetToDraft=Terug naar ontwerp
       ClickToEdit=Klik om te bewerken
      -EditWithEditor=Edit with CKEditor
      -EditWithTextEditor=Edit with Text editor
      -EditHTMLSource=Edit HTML Source
      +ClickToRefresh=Click to refresh
      +EditWithEditor=Bewerken met CKEditor
      +EditWithTextEditor=Bewerken met teksteditor
      +EditHTMLSource=Bewerk de HTML-bron
       ObjectDeleted=Object %s verwijderd
       ByCountry=Per land
       ByTown=Door de stad
      @@ -772,14 +767,14 @@ ByDay=Per dag
       BySalesRepresentative=Door vertegenwoordiger
       LinkedToSpecificUsers=Gekoppeld aan een bepaalde gebruiker contact
       NoResults=Geen resultaten
      -AdminTools=Systeemwerkset
      +AdminTools=Admin Tools
       SystemTools=Systeem tools
       ModulesSystemTools=Modules gereedschappen
       Test=Test
       Element=Element
       NoPhotoYet=Nog geen fotos beschikbaar
       Dashboard=Dashboard
      -MyDashboard=Mijn dashboard
      +MyDashboard=My Dashboard
       Deductible=Aftrekbaar
       from=van
       toward=richting
      @@ -794,15 +789,15 @@ SetBankAccount=Definieer Bank Rekening
       AccountCurrency=Rekening Valuta
       ViewPrivateNote=Notities bekijken
       XMoreLines=%s regel(s) verborgen
      -ShowMoreLines=Show more/less lines
      +ShowMoreLines=Laat meer/minder regels zien
       PublicUrl=Openbare URL
       AddBox=Box toevoegen
      -SelectElementAndClick=Select an element and click %s
      +SelectElementAndClick=Selecteer een element en klik op %s
       PrintFile=Bestand afdrukken %s
       ShowTransaction=Toon bankmutatie
       ShowIntervention=Tonen tussenkomst
       ShowContract=Toon contract
      -GoIntoSetupToChangeLogo=Ga naar Home - Setup - Bedrijf om logo te wijzigen of ga naar Home - Instellingen - Scherm om te verbergen.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Wijgeren
       Denied=Gewijgerd
       ListOf=Lijst van %s
      @@ -813,20 +808,20 @@ Genderwoman=Vrouw
       ViewList=Bekijk lijst
       Mandatory=Verplicht
       Hello=Hallo
      -GoodBye=GoodBye
      +GoodBye=Tot ziens
       Sincerely=Oprecht
       DeleteLine=Verwijderen regel
       ConfirmDeleteLine=Weet u zeker dat u deze regel wilt verwijderen?
       NoPDFAvailableForDocGenAmongChecked=Er was geen PDF beschikbaar voor het genereren van documenten bij gecontroleerde records
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Geen record geselecteerd
      -MassFilesArea=Area for files built by mass actions
      -ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      -RelatedObjects=Related Objects
      +MassFilesArea=Omgeving voor bestanden die zijn gebouwd met massa-acties
      +ShowTempMassFilesArea=Toon gebied van bestanden gebouwd door massale acties
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
      +RelatedObjects=Gerelateerde objecten
       ClassifyBilled=Classificeer als gefactureerd
      -ClassifyUnbilled=Classify unbilled
      +ClassifyUnbilled=Classificeer ongevuld
       Progress=Voortgang
       FrontOffice=Front office
       BackOffice=Back office
      @@ -841,36 +836,45 @@ Calendar=Kalender
       GroupBy=Sorteer op
       ViewFlatList=Weergeven als lijst
       RemoveString='%s' string verwijderen
      -SomeTranslationAreUncomplete=Sommige talen zijn mogelijk gedeeltelijk vertaald of bevatten fouten. Als u dit ziet kunt u taalbestanden repareren door u zich registreren op <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/ Dolibarr /</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Directe download link (openbaar/extern)
      -DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
      +DirectDownloadInternalLink=Directe downloadlink (moet worden gelogd en heeft machtigingen nodig)
       Download=Downloaden
       DownloadDocument=Download document
       ActualizeCurrency=Bijwerken valutakoers
       Fiscalyear=Boekjaar
       ModuleBuilder=Module ontwerper
       SetMultiCurrencyCode=Kies valuta
      -BulkActions=Bulk actions
      -ClickToShowHelp=Click to show tooltip help
      -WebSite=Web site
      -WebSites=Web sites
      -WebSiteAccounts=Web site accounts
      -ExpenseReport=Expense report
      +BulkActions=Bulkacties
      +ClickToShowHelp=Klik om tooltip-help weer te geven
      +WebSite=Website
      +WebSites=Websites
      +WebSiteAccounts=Websiteaccounts
      +ExpenseReport=Rapportage kosten
       ExpenseReports=Onkostennota's 
       HR=HR
       HRAndBank=HR en Bank
       AutomaticallyCalculated=Automatisch berekend
      -TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      -ImportId=Import id
      +TitleSetToDraft=Ga terug naar concept
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
      +ImportId=ID importeren
       Events=Gebeurtenissen
      -EMailTemplates=Email documentensjablonen
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Project
       Projects=Projecten
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Rechten
      -LineNb=Line no.
      +LineNb=Regelnr.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Maandag
       Tuesday=Dinsdag
      @@ -902,12 +906,12 @@ ShortSaturday=Za
       ShortSunday=Zo
       SelectMailModel=Selecteer een e-mail template
       SetRef=Stel ref in
      -Select2ResultFoundUseArrows=Some results found. Use arrows to select.
      +Select2ResultFoundUseArrows=Resultaten gevonden. Gebruik de pijlen om te selecteren.
       Select2NotFound=Geen resultaat gevonden
       Select2Enter=Enter
      -Select2MoreCharacter=or more character
      +Select2MoreCharacter=of meerdere karakters
       Select2MoreCharacters=of meer karakters
      -Select2MoreCharactersMore=<strong>Search syntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Any character</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Start with</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> End with</kbd> (ab$)<br>
      +Select2MoreCharactersMore=<strong>Zoek syntax:</strong><br><kbd><strong>|</strong></kbd><kbd>OF</kbd>(a|b)<br><kbd> <strong>*</strong></kbd><kbd>Elk teken</kbd> (a * b)<br><kbd><strong>^</strong></kbd><kbd>Beginnen met</kbd>(^ab)<br><kbd><strong>$</strong></kbd><kbd> Einde met</kbd>(ab$)<br>
       Select2LoadingMoreResults=Laad meer resultaten...
       Select2SearchInProgress=Zoeken...
       SearchIntoThirdparties=Klant
      @@ -918,33 +922,34 @@ SearchIntoProductsOrServices=Diensten of Producten
       SearchIntoProjects=Projecten
       SearchIntoTasks=Taken
       SearchIntoCustomerInvoices=Klantenfactuur
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Facturen van leveranciers
       SearchIntoCustomerOrders=Klantenbestelling
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Inkooporders
       SearchIntoCustomerProposals=Klantenoffertes
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Leveranciersvoorstellen
       SearchIntoInterventions=Interventies
       SearchIntoContracts=Contracten
       SearchIntoCustomerShipments=Klantzendingen
       SearchIntoExpenseReports=Onkostennota's 
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Opmerkingen
      -NbComments=Number of comments
      -CommentPage=Comments space
      -CommentAdded=Comment added
      -CommentDeleted=Comment deleted
      +NbComments=Aantal reacties
      +CommentPage=Reacties ruimte
      +CommentAdded=Reactie toegevoegd
      +CommentDeleted=Reactie verwijderd
       Everybody=Iedereen
      -PayedBy=Payed by
      -PayedTo=Payed to
      -Monthly=Monthly
      -Quarterly=Quarterly
      -Annual=Annual
      -Local=Local
      -Remote=Remote
      -LocalAndRemote=Local and Remote
      -KeyboardShortcut=Keyboard shortcut
      +PayedBy=Betaald door
      +PayedTo=Paid to
      +Monthly=Maandelijks
      +Quarterly=Per kwartaal
      +Annual=Jaarlijks
      +Local=lokaal
      +Remote=Op afstand
      +LocalAndRemote=Lokaal en op afstand
      +KeyboardShortcut=Sneltoets
       AssignedTo=Geaffecteerden
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +Deletedraft=Concept verwijderen
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
      +FileSharedViaALink=Bestand gedeeld via een link
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=U bent momenteel in de %s "sandbox" -modus
      diff --git a/htdocs/langs/nl_NL/margins.lang b/htdocs/langs/nl_NL/margins.lang
      index 3ebafd0a4d7..cb25c70eb60 100644
      --- a/htdocs/langs/nl_NL/margins.lang
      +++ b/htdocs/langs/nl_NL/margins.lang
      @@ -21,17 +21,17 @@ ProductService=Trainning of Dienst
       AllProducts=Alle Trainingen en Diensten
       ChooseProduct/Service=Kies Training of Dienst
       ForceBuyingPriceIfNull=Forceren inkoop/kostprijs naar verkoopprijs als dit niet is gedefinieerd
      -ForceBuyingPriceIfNullDetails=If buying/cost price not defined, and this option "ON", margin will be zero on line (buying/cost price = selling price), otherwise ("OFF"), marge will be equal to suggested default.
      +ForceBuyingPriceIfNullDetails=Als inkoop / kostprijs niet is gedefinieerd en deze optie staat op "AAN", zal de marge nul zijn (inkoop / kostprijs = verkoopprijs). Indien ("UIT"), zal marge gelijk zijn aan de voorgestelde standaard.
       MARGIN_METHODE_FOR_DISCOUNT=Marge methode voor globale discounts
       UseDiscountAsProduct=Als een training
       UseDiscountAsService=Als een dienst
       UseDiscountOnTotal=Op subtotaal
       MARGIN_METHODE_FOR_DISCOUNT_DETAILS=Definieert als een globale discount wordt behandelt als een training, een dienst, of alleen een subtotaal voor marge berekening.
       MARGIN_TYPE=Inkoop/kostprijs voorgesteld al standaard bij margeberekening
      -MargeType1=Margin on Best vendor price
      +MargeType1=Marge op de beste verkoopprijs
       MargeType2=Marge op gewogen inkoopprijs (GIP)
       MargeType3=Marge inkoopprijs
      -MarginTypeDesc=* Margin on best buying price = Selling price - Best vendor price defined on product card<br>* Margin on Weighted Average Price (WAP) = Selling price - Product Weighted Average Price (WAP) or best supplier price if WAP not yet defined<br>* Margin on Cost price = Selling price - Cost price defined on product card or WAP if cost price not defined, or best supplier price if WAP not yet defined
      +MarginTypeDesc=* Marge op beste aankoopprijs = verkoopprijs - beste leveranciersprijs gedefinieerd op productkaart <br> * Marge op gewogen gemiddelde prijs (GGP) = verkoopprijs - product gewogen gemiddelde prijs (GGP) of beste leverancier prijs als GGP nog niet is gedefinieerd <br> * Marge op kostprijs = Verkoopprijs - Kostprijs gedefinieerd op productkaart of GGP als kostprijs niet is gedefinieerd, of beste leverancier prijs als GGP nog niet is gedefinieerd
       CostPrice=Kostprijs
       UnitCharges=Unit toeslag
       Charges=Toeslag
      @@ -41,4 +41,4 @@ rateMustBeNumeric=Tarief moet een numerieke waarde zijn
       markRateShouldBeLesserThan100=Markeer tarief moet lager zijn dan 100 zijn
       ShowMarginInfos=Toon marge info
       CheckMargins=Marge details
      -MarginPerSaleRepresentativeWarning=The report of margin per user use the link between third parties and sale representatives to calculate the margin of each sale representative. Because some thirdparties may not have any ddiated sale representative and some thirdparties may be linked to several, some amounts may not be included into this report (if there is no sale representative) and some may appear on different lines (for each sale representative).
      +MarginPerSaleRepresentativeWarning=Het rapport van marge per gebruiker gebruikt de koppeling tussen derden en verkoopvertegenwoordigers om de marge van elke verkoopvertegenwoordiger te berekenen. Omdat sommige derde partijen mogelijk geen speciale verkoopvertegenwoordiger hebben en sommige derde partijen mogelijk aan meerdere zijn gekoppeld, zijn sommige bedragen mogelijk niet opgenomen in dit rapport (als er geen verkoopvertegenwoordiger is) en sommige kunnen op verschillende regels worden weergegeven (voor elke verkoopvertegenwoordiger) .
      diff --git a/htdocs/langs/nl_NL/oauth.lang b/htdocs/langs/nl_NL/oauth.lang
      index cafca379f6f..309f306e77f 100644
      --- a/htdocs/langs/nl_NL/oauth.lang
      +++ b/htdocs/langs/nl_NL/oauth.lang
      @@ -1,30 +1,30 @@
       # Dolibarr language file - Source file is en_US - oauth
      -ConfigOAuth=Oauth Configuration
      +ConfigOAuth=Oauth configuratie
       OAuthServices=OAuth services
      -ManualTokenGeneration=Manual token generation
      +ManualTokenGeneration=Handmatig aanmaken token
       TokenManager=Token manager
      -IsTokenGenerated=Is token generated ?
      -NoAccessToken=No access token saved into local database
      -HasAccessToken=A token was generated and saved into local database
      -NewTokenStored=Token received and saved
      -ToCheckDeleteTokenOnProvider=Click here to check/delete authorization saved by %s OAuth provider
      -TokenDeleted=Token deleted
      -RequestAccess=Click here to request/renew access and receive a new token to save
      -DeleteAccess=Click here to delete token
      -UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credential on your OAuth provider:
      -ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules that need OAuth2 authentication.
      -OAuthSetupForLogin=Page to generate an OAuth token
      -SeePreviousTab=See previous tab
      -OAuthIDSecret=OAuth ID and Secret
      -TOKEN_REFRESH=Token Refresh Present
      -TOKEN_EXPIRED=Token expired
      -TOKEN_EXPIRE_AT=Token expire at
      -TOKEN_DELETE=Delete saved token
      +IsTokenGenerated=Is token aangemaakt?
      +NoAccessToken=Token voor toegang is niet opgeslagen in locale database
      +HasAccessToken=Token is gegenereerd en opgeslagen in locale database
      +NewTokenStored=Token ontvangen en opgeslagen
      +ToCheckDeleteTokenOnProvider=Klik hier om de autorisatie te controleren/verwijderen die is opgeslagen door%sOAuth-provider
      +TokenDeleted=Token verwijderd
      +RequestAccess=Klik hier voor her-opvragen/vernieuwen van toegang en ontvang een nieuw token te bewaren.
      +DeleteAccess=Klik hier om token te verwijderen
      +UseTheFollowingUrlAsRedirectURI=Gebruik de volgende URL als omleidings-URI bij het maken van uw referentie op uw OAuth-provider:
      +ListOfSupportedOauthProviders=Voer hier de inloggegevens in die zijn verstrekt door uw OAuth2-provider. Alleen ondersteunde OAuth2-providers zijn hier zichtbaar. Deze setup kan worden gebruikt door andere modules die OAuth2-authenticatie nodig hebben.
      +OAuthSetupForLogin=Pagina om Oauth token te genereren
      +SeePreviousTab=Zie vorige tab
      +OAuthIDSecret=OAuth ID en Secret
      +TOKEN_REFRESH=Token Vernieuw aanwezig
      +TOKEN_EXPIRED=Token verlopen
      +TOKEN_EXPIRE_AT=Token verloopt op
      +TOKEN_DELETE=Verwijder opgeslagen token
       OAUTH_GOOGLE_NAME=Oauth Google service
       OAUTH_GOOGLE_ID=Oauth Google Id
       OAUTH_GOOGLE_SECRET=Oauth Google Secret
      -OAUTH_GOOGLE_DESC=Go on <a class="notasortlink" href="https://console.developers.google.com/" target="_blank">this page</a> then "Credentials" to create Oauth credentials
      +OAUTH_GOOGLE_DESC=Ga op <a class="notasortlink" href="https://console.developers.google.com/" target="_blank"> deze pagina </a> en vervolgens 'Credentials' om Oauth-inloggegevens te maken
       OAUTH_GITHUB_NAME=Oauth GitHub service
       OAUTH_GITHUB_ID=Oauth GitHub Id
       OAUTH_GITHUB_SECRET=Oauth GitHub Secret
      -OAUTH_GITHUB_DESC=Go on <a class="notasortlink" href="https://github.com/settings/developers" target="_blank">this page</a> then "Register a new application" to create Oauth credentials
      +OAUTH_GITHUB_DESC=Ga op <a class="notasortlink" href="https://github.com/settings/developers" target="_blank"> deze pagina </a> en vervolgens "Registreer een nieuwe applicatie" om Oauth-inloggegevens te maken
      diff --git a/htdocs/langs/nl_NL/other.lang b/htdocs/langs/nl_NL/other.lang
      index 4b5fab799ac..3538c25c87e 100644
      --- a/htdocs/langs/nl_NL/other.lang
      +++ b/htdocs/langs/nl_NL/other.lang
      @@ -3,13 +3,13 @@ SecurityCode=Beveiligingscode
       NumberingShort=N °
       Tools=Gereedschap
       TMenuTools=Gereedschap
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Verjaardag
       BirthdayDate=Geboorte datum
       DateToBirth=Geboortedatum
       BirthdayAlertOn=Verjaardagskennisgeving actief
       BirthdayAlertOff=Verjaardagskennisgeving inactief
      -TransKey=Translation of the key TransKey
      +TransKey=Vertaling van de sleutel TransKey
       MonthOfInvoice=Maand (nummer 1-12) van factuurdatum
       TextMonthOfInvoice=Maand (tekst) van factuurdatum
       PreviousMonthOfInvoice=Vorige maand (nummer 1-12) van factuurdatum
      @@ -18,31 +18,28 @@ NextMonthOfInvoice=Volgende maand (nummer 1-12) van factuurdatum
       TextNextMonthOfInvoice=Volgende maand (tekst) van factuurdatum
       ZipFileGeneratedInto=ZIP bestand aangemaakt in <b>%s</b>.
       DocFileGeneratedInto=Doc-bestand aangemaakt in <b>%s</b>.
      -JumpToLogin=Disconnected. Go to login page...
      -MessageForm=Message on online payment form
      +JumpToLogin=Verbinding verbroken. Ga naar het loginscherm...
      +MessageForm=Bericht op online betalingsformulier
       MessageOK=Bericht opde  bevestigingspagina van een gevalideerde betaling
       MessageKO=Bericht op de bevestigingspagina van een geannuleerde betaling
      -ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +ContentOfDirectoryIsNotEmpty=De inhoud van deze map is niet leeg.
      +DeleteAlsoContentRecursively=Vink aan om alle inhoud recursief te verwijderen
       
       YearOfInvoice=Jaar van factuurdatum
       PreviousYearOfInvoice=Voorgaand jaar van factuurdatum
       NextYearOfInvoice=Volgend jaar van factuurdatum
      -DateNextInvoiceBeforeGen=Date of next invoice (before generation)
      -DateNextInvoiceAfterGen=Date of next invoice (after generation)
      +DateNextInvoiceBeforeGen=Datum volgende factuur (vóór productie)
      +DateNextInvoiceAfterGen=Datum van de volgende factuur (na genereren)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Interventie gevalideerd
      -Notify_FICHINTER_SENTBYMAIL=Interventie via mail verzonden
       Notify_ORDER_VALIDATE=Bestelling van de klant gevalideerd
       Notify_ORDER_SENTBYMAIL=Bestelling van de klant per e-mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Leverancier bestellen per e-mail
      -Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
      +Notify_ORDER_SUPPLIER_VALIDATE=Leverancier bestelling opgeslagen
       Notify_ORDER_SUPPLIER_APPROVE=Leverancier te zijn goedgekeurd
       Notify_ORDER_SUPPLIER_REFUSE=Leverancier bestellen geweigerd
       Notify_PROPAL_VALIDATE=Klant voorstel gevalideerd
      -Notify_PROPAL_CLOSE_SIGNED=Klant offerte gesloten en ondertekend
      -Notify_PROPAL_CLOSE_REFUSED=Klant offerte gesloten en geweigerd
      +Notify_PROPAL_CLOSE_SIGNED=Klant voorstel ondertekend afgesloten
      +Notify_PROPAL_CLOSE_REFUSED=Klant voorstel afwezen afgesloten
       Notify_PROPAL_SENTBYMAIL=Commercieel voorstel per e-mail
       Notify_WITHDRAW_TRANSMIT=Transmissie terugtrekking
       Notify_WITHDRAW_CREDIT=Credit terugtrekking
      @@ -60,6 +57,8 @@ Notify_BILL_SUPPLIER_SENTBYMAIL=Leverancier verzonden factuur per post
       Notify_BILL_SUPPLIER_CANCELED=Leverancier factuur geannuleerd
       Notify_CONTRACT_VALIDATE=Contract gevalideerd
       Notify_FICHEINTER_VALIDATE=Interventie gevalideerd
      +Notify_FICHINTER_ADD_CONTACT=Contact toegevoegd aan Intervention
      +Notify_FICHINTER_SENTBYMAIL=Interventie via mail verzonden
       Notify_SHIPPING_VALIDATE=Verzenden gevalideerd
       Notify_SHIPPING_SENTBYMAIL=Verzenden per e-mail
       Notify_MEMBER_VALIDATE=Lid gevalideerd
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Creatie project
       Notify_TASK_CREATE=Taak gemaakt
       Notify_TASK_MODIFY=Taak gewijzigd
       Notify_TASK_DELETE=Taak verwijderd
      +Notify_EXPENSE_REPORT_VALIDATE=Onkosten rapport gevalideerd (goedkeuring vereist)
      +Notify_EXPENSE_REPORT_APPROVE=Onkosten rapport goedgekeurd
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Aantal bijgevoegde bestanden / documenten
       TotalSizeOfAttachedFiles=Totale omvang van de bijgevoegde bestanden / documenten
       MaxSize=Maximale grootte
       AttachANewFile=Voeg een nieuw bestand / document bij
       LinkedObject=Gekoppeld object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Geachte)__\n\nU ontvangt hierbij order  __REF__\n\n\n__(Hoogachtend)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -105,11 +108,11 @@ CreatedBy=Gecreëerd door %s
       ModifiedBy=Gewijzigd door %s
       ValidatedBy=Gevalideerd door %s
       ClosedBy=Gesloten door %s
      -CreatedById=User id who created
      +CreatedById=Aangemaakt door gebruiker ID
       ModifiedById=Gebruikers-ID van diegene die de laatste wijziging heeft aangebracht
      -ValidatedById=User id who validated
      -CanceledById=User id who canceled
      -ClosedById=User id who closed
      +ValidatedById=Gevalideerd door gebruiker ID
      +CanceledById=Afgebroken door gebruiker ID
      +ClosedById=Gesloten door gebruiker ID
       CreatedByLogin=User login who created
       ModifiedByLogin=Gebruikerslogin van diegene die de laatste wijziging heeft aangebracht
       ValidatedByLogin=User login who validated
      @@ -118,7 +121,7 @@ ClosedByLogin=User login who closed
       FileWasRemoved=Bestand %s is verwijderd
       DirWasRemoved=Map %s is verwijderd
       FeatureNotYetAvailable=Onderdeel nog niet beschikbaar in huidige versie
      -FeaturesSupported=Supported features
      +FeaturesSupported=Ondersteunde functies
       Width=Breedte
       Height=Hoogte
       Depth=Diepte
      @@ -129,7 +132,7 @@ Right=Rechts
       CalculatedWeight=Berekend gewicht
       CalculatedVolume=Berekend volume
       Weight=Gewicht
      -WeightUnitton=tonne
      +WeightUnitton=ton
       WeightUnitkg=kg
       WeightUnitg=g
       WeightUnitmg=mg
      @@ -168,26 +171,27 @@ BugTracker=Bug tracker
       SendNewPasswordDesc=This form allows you to request a new password. It will be sent to your email address.<br>Change will become effective once you click on the confirmation link in the email.<br>Check your inbox.
       BackToLoginPage=Terug naar de inlogpagina
       AuthenticationDoesNotAllowSendNewPassword=Authenticatiemodus is <b>%s</b>.<br>In deze modus kan Dolibarr uw wachtwoord niet weten of wijzigen.<br>Neem contact op met uw systeembeheerder als u uw wachtwoord  wilt wijzigen.
      -EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use this option.
      +EnableGDLibraryDesc=Installeer of schakel GD-bibliotheek op uw PHP-installatie in om deze optie te gebruiken.
       ProfIdShortDesc=Prof. id <b>%s</b> is een gegeven afhankelijk van het land.<br>Voor land <b>%s</b>, is de code bijvoorbeeld <b>%s</b>.
       DolibarrDemo=Dolibarr ERP / CRM demonstratie
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      -NumberOfProposals=Number of proposals
      -NumberOfCustomerOrders=Number of customer orders
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
      +NumberOfProposals=Aantal voorstellen
      +NumberOfCustomerOrders=Aantal klantenorders
       NumberOfCustomerInvoices=Aantal klant facturen
      -NumberOfSupplierProposals=Number of supplier proposals
      -NumberOfSupplierOrders=Number of supplier orders
      -NumberOfSupplierInvoices=Number of supplier invoices
      -NumberOfUnitsProposals=Number of units on proposals
      -NumberOfUnitsCustomerOrders=Number of units on customer orders
      +NumberOfSupplierProposals=Aantal voorstellen van leveranciers
      +NumberOfSupplierOrders=Aantal leverancierorders
      +NumberOfSupplierInvoices=Aantal leverancier facturen
      +NumberOfUnitsProposals=Aantal eenheden in voorstel
      +NumberOfUnitsCustomerOrders=Aantal eenheden in klant orders
       NumberOfUnitsCustomerInvoices=Aantal eenheden op klant facturen
      -NumberOfUnitsSupplierProposals=Number of units on supplier proposals
      -NumberOfUnitsSupplierOrders=Number of units on supplier orders
      -NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +NumberOfUnitsSupplierProposals=Aantal eenheden in leverancier voorstellen
      +NumberOfUnitsSupplierOrders=Aantal eenheden in leverancier orders
      +NumberOfUnitsSupplierInvoices=Aantal eenheden van leverancier facturen
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=De interventie %s is gevalideerd
       EMailTextInvoiceValidated=De factuur %s is gevalideerd
      +EMailTextInvoicePayed=Factuur %s is betaald.
       EMailTextProposalValidated=De offerte %s is gevalideerd.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=De opdracht %s is gevalideerd.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=De order %s is goedgekeuerd door %s.
       EMailTextOrderRefused=De order %s is geweigerd.
       EMailTextOrderRefusedBy=De order %s is geweigerd door %s.
       EMailTextExpeditionValidated=De verzending %s is gevalideerd.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Invoer dataset
       DolibarrNotification=Automatische kennisgeving
       ResizeDesc=Voer een nieuwe breedte <b>of</b> nieuwe hoogte in. Verhoudingen zullen intact blijven tijdens het schalen
      @@ -204,7 +212,7 @@ NewLength=Nieuwe breedte
       NewHeight=Nieuwe hoogte
       NewSizeAfterCropping=Nieuwe grootte na bijsnijden
       DefineNewAreaToPick=Selecteer nieuwe gebied van de afbeelding om te gebruiken (klik links op de afbeelding en sleep totdat u bij de tegenoverliggende hoek bent aangekomen)
      -CurrentInformationOnImage=Deze tool is ontworpen om u te helpen bij het schalen van een afbeelding. Dit is informatie over de afbeelding die bewerkt wordt
      +CurrentInformationOnImage=Deze tool is ontworpen om u te helpen bij het verkleinen of bijsnijden van een afbeelding. Dit is de informatie over de huidige bewerkte afbeelding
       ImageEditor=Beeldbewerkingsprogramma
       YouReceiveMailBecauseOfNotification=U ontvangt dit bericht omdat uw e-mail is opgenomen in een lijst van geaddresseerden die geïnformeerd dienen te worden over bepaalde gebeurtenissen in de software van %s %s.
       YouReceiveMailBecauseOfNotification2=Deze gebeurtenis is de volgende:
      @@ -217,8 +225,8 @@ StartUpload=Start uploaden
       CancelUpload=Uploaden annuleren
       FileIsTooBig=Bestanden is te groot
       PleaseBePatient=Even geduld a.u.b.
      -NewPassword=New password
      -ResetPassword=Reset password
      +NewPassword=Nieuw wachtwoord
      +ResetPassword=Wachtwoord opnieuw instellen
       RequestToResetPasswordReceived=A request to change your password has been received.
       NewKeyIs=Dit is uw nieuwe sleutel om in te loggen
       NewKeyWillBe=Uw nieuwe sleutel in te loggen zal zijn
      @@ -227,26 +235,30 @@ YouMustClickToChange=Je moet echter wel eerst klikken op de volgende link om de
       ForgetIfNothing=Als u deze wijziging niet heeft aangevraagd, negeer deze e-mail. Uw referenties blijven veilig bewaard.
       IfAmountHigherThan=If amount higher than <strong>%s</strong>
       SourcesRepository=Repository for sources
      -Chart=Chart
      -PassEncoding=Password encoding
      -PermissionsAdd=Permissions added
      -PermissionsDelete=Permissions removed
      -YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</strong> chars
      -YourPasswordHasBeenReset=Your password has been reset successfully
      -ApplicantIpAddress=IP address of applicant
      -SMSSentTo=SMS sent to %s
      +Chart=Tabel
      +PassEncoding=Wachtwoord codering
      +PermissionsAdd=Rechten toegevoegd
      +PermissionsDelete=Rechten verwijderd
      +YourPasswordMustHaveAtLeastXChars=Uw wachtwoord moet minimaal <strong>%s</strong> karakters bevatten
      +YourPasswordHasBeenReset=Uw wachtwoord is met succes gereset
      +ApplicantIpAddress=IP-adres van aanvrager
      +SMSSentTo=SMS verzonden naar %s
      +MissingIds=Missende ID's
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Uitvoeroverzicht
       AvailableFormats=Beschikbare formaten
       LibraryUsed=Gebruikte bibliotheek
      -LibraryVersion=Library version
      +LibraryVersion=Bibliotheek versie
       ExportableDatas=Exporteerbare gegevens
       NoExportableData=Geen exporteerbare gegevens (geen modules met exporteerbare gegevens geladen, of niet genoeg rechten)
       ##### External sites #####
      -WebsiteSetup=Setup of module website
      -WEBSITE_PAGEURL=URL of page
      +WebsiteSetup=Installatie van module website
      +WEBSITE_PAGEURL=URL van pagina
       WEBSITE_TITLE=Titel
       WEBSITE_DESCRIPTION=Omschrijving
      -WEBSITE_KEYWORDS=Keywords
      +WEBSITE_KEYWORDS=Sleutelwoorden
       LinesToImport=Regels om te importeren
      diff --git a/htdocs/langs/nl_NL/paybox.lang b/htdocs/langs/nl_NL/paybox.lang
      index 01c1584c7d7..489158a2dda 100644
      --- a/htdocs/langs/nl_NL/paybox.lang
      +++ b/htdocs/langs/nl_NL/paybox.lang
      @@ -3,14 +3,14 @@ PayBoxSetup=PayBox module instellen
       PayBoxDesc=Deze module bied pagina's om betalingen via <a href="http://www.paybox.com" target="_blank">Paybox</a> mogelijk te maken door afnemers. Dit kan gebruikt worden voor een vrije betaling (donatie) of voor een specifiek Dolibarr object (factuur, order, etc)
       FollowingUrlAreAvailableToMakePayments=De volgende URL's zijn beschikbaar om een pagina te bieden aan afnemers voor het doen van een betaling van Dolibarr objecten
       PaymentForm=Betalingsformulier
      -WelcomeOnPaymentPage=Welkom bij onze online betalingsdienst
      +WelcomeOnPaymentPage=Welkom bij onze online betaaldienst
       ThisScreenAllowsYouToPay=Dit scherm staat u toe om een online betaling te doen aan %s
       ThisIsInformationOnPayment=Informatie over de nog uit te voeren betalingen
       ToComplete=Nog te doen
       YourEMail=E-mail om betalingsbevestiging te ontvangen
       Creditor=Crediteur
       PaymentCode=Betalingscode
      -PayBoxDoPayment=Pay with Credit or Debit Card (Paybox)
      +PayBoxDoPayment=Betalen met prepaid creditcard (Paybox)
       ToPay=Doe een betaling
       YouWillBeRedirectedOnPayBox=U wordt doorverwezen naar een beveiligde Paybox pagina om uw credit card informatie in te voeren
       Continue=Volgende
      @@ -21,18 +21,18 @@ ToOfferALinkForOnlinePaymentOnContractLine=URL om een %s online betalingsgebruik
       ToOfferALinkForOnlinePaymentOnFreeAmount=URL om een %s online betalingsgebruikersinterface aan te bieden voor een donatie
       ToOfferALinkForOnlinePaymentOnMemberSubscription=URL om een %s online betalingsgebruikersinterface aan te bieden voor een ledenabonnement
       YouCanAddTagOnUrl=U kunt ook een URL (GET) parameter <b>&tag=<i>waarde</i></b> toevoegen aan elk van deze URL's (enkel nodig voor een donatie) om deze van uw eigen betalingscommentaar te voorzien
      -SetupPayBoxToHavePaymentCreatedAutomatically=Stel uw PayBox met url <b>%s</b> in om een betaling automatisch te maken zodra de betalings is gevallideerd door paybox.
      +SetupPayBoxToHavePaymentCreatedAutomatically=Stel uw Paybox in met url <b> %s </b> om de betaling automatisch te laten aanmaken na validatie door Paybox.
       YourPaymentHasBeenRecorded=Deze pagina bevestigd dat uw betaling succesvol in geregistreerd. Dank u.
      -YourPaymentHasNotBeenRecorded=Uw betaling is niet geregistreerd en de transactie is geannuleerd. Dank u.
      +YourPaymentHasNotBeenRecorded=Uw betaling is NIET geboekt en de transactie is geannuleerd. Dankuwel.
       AccountParameter=Accountwaarden
       UsageParameter=Met gebruik van de waarden
       InformationToFindParameters=Hulp om uw %s accountinformatie te vinden
       PAYBOX_CGI_URL_V2=URL van de Paybox CGI module voor betalingen
       VendorName=Verkopersnaam
       CSSUrlForPaymentForm=URL van het CSS-stijlbestand voor het betalingsformulier
      -NewPayboxPaymentReceived=New Paybox payment received
      -NewPayboxPaymentFailed=New Paybox payment tried but failed
      -PAYBOX_PAYONLINE_SENDEMAIL=EMail to warn after a payment (success or failed)
      -PAYBOX_PBX_SITE=Value for PBX SITE
      -PAYBOX_PBX_RANG=Value for PBX Rang
      -PAYBOX_PBX_IDENTIFIANT=Value for PBX ID
      +NewPayboxPaymentReceived=Betaling met Paybox ontvangen
      +NewPayboxPaymentFailed=Poging te betalen met Paybox mislukt
      +PAYBOX_PAYONLINE_SENDEMAIL=E-mail na betaling (geslaagd of mislukt)
      +PAYBOX_PBX_SITE=Waarde PBX SITE
      +PAYBOX_PBX_RANG=Waarde PBX Rang
      +PAYBOX_PBX_IDENTIFIANT=Waarde PBX ID
      diff --git a/htdocs/langs/nl_NL/printing.lang b/htdocs/langs/nl_NL/printing.lang
      index f62c1a6a01e..123e3fbf68a 100644
      --- a/htdocs/langs/nl_NL/printing.lang
      +++ b/htdocs/langs/nl_NL/printing.lang
      @@ -2,38 +2,38 @@
       Module64000Name=Direct afdrukken
       Module64000Desc=Direct afdruksysteem inschakelen
       PrintingSetup=Installatie van Direct Printing System
      -PrintingDesc=This module adds a Print button to send documents directly to a printer (without opening document into an application) with various module.
      +PrintingDesc=Deze module voegt een afdrukknop toe aan verschillende modules zodat documenten rechtstreeks naar een printer kunnen worden afgedrukt zonder dat het document in een andere toepassing hoeft te worden geopend.
       MenuDirectPrinting=Directe print opdrachten
       DirectPrint=Direct afdrukken
      -PrintingDriverDesc=Configuration variables for printing driver.
      +PrintingDriverDesc=Configuratievariabelen voor printerdriver.
       ListDrivers=Lijst met stuurprogramma's
       PrintTestDesc=Lijst met printers.
      -FileWasSentToPrinter=File %s was sent to printer
      -ViaModule=via the module
      -NoActivePrintingModuleFound=No active driver to print document. Check setup of module %s.
      -PleaseSelectaDriverfromList=Please select a driver from list.
      -PleaseConfigureDriverfromList=Please configure the selected driver from list.
      -SetupDriver=Driver setup
      -TargetedPrinter=Targeted printer
      -UserConf=Setup per user
      +FileWasSentToPrinter=Bestand %s is naar de printer verzonden
      +ViaModule=via de module
      +NoActivePrintingModuleFound=Geen actieve driver om document af te drukken. Controleer de instellingen van module %s.
      +PleaseSelectaDriverfromList=Selecteer een stuurprogramma uit de lijst.
      +PleaseConfigureDriverfromList=Configureer het geselecteerde stuurprogramma in de lijst.
      +SetupDriver=Stuurprogramma instellen
      +TargetedPrinter=Gekozen printer
      +UserConf=Instellen per gebruiker
       PRINTGCP_INFO=Google OAuth API setup
       PRINTGCP_AUTHLINK=Authenticatie
       PRINTGCP_TOKEN_ACCESS=Google Cloud Print OAuth-token
      -PrintGCPDesc=This driver allow to send documents directly to a printer with Google Cloud Print.
      +PrintGCPDesc=Met dit stuurprogramma kunt u documenten rechtstreeks naar een printer verzenden met Google Cloudprinter.
       GCP_Name=Achternaam
      -GCP_displayName=Display Name
      -GCP_Id=Printer Id
      -GCP_OwnerName=Owner Name
      +GCP_displayName=Weergavenaam
      +GCP_Id=Printer-ID
      +GCP_OwnerName=Naam eigenaar
       GCP_State=Printerstatus
      -GCP_connectionStatus=Online State
      +GCP_connectionStatus=Online status
       GCP_Type=Printer Type
      -PrintIPPDesc=This driver allow to send documents directly to a printer. It requires a Linux system with CUPS installed.
      -PRINTIPP_HOST=Print server
      +PrintIPPDesc=Met dit stuurprogramma kunnen documenten rechtstreeks naar een printer worden verzonden. Het vereist een Linux-systeem waarop CUPS is geïnstalleerd.
      +PRINTIPP_HOST=Printserver
       PRINTIPP_PORT=Poort
       PRINTIPP_USER=Login
       PRINTIPP_PASSWORD=Wachtwoord
      -NoDefaultPrinterDefined=No default printer defined
      -DefaultPrinter=Default printer
      +NoDefaultPrinterDefined=Geen standaardprinter gedefinieerd
      +DefaultPrinter=Standaard printer
       Printer=Printer
       IPP_Uri=Printer Uri
       IPP_Name=Printernaam
      @@ -45,10 +45,10 @@ IPP_Color=Kleur
       IPP_Device=Apparaat
       IPP_Media=Printer media
       IPP_Supported=Soort media
      -DirectPrintingJobsDesc=This page lists printing jobs found for available printers.
      -GoogleAuthNotConfigured=Google OAuth setup not done. Enable module OAuth and set a Google ID/Secret.
      -GoogleAuthConfigured=Google OAuth credentials were found into setup of module OAuth.
      -PrintingDriverDescprintgcp=Configuration variables for printing driver Google Cloud Print.
      -PrintingDriverDescprintipp=Configuration variables for printing driver Cups.
      -PrintTestDescprintgcp=List of Printers for Google Cloud Print.
      -PrintTestDescprintipp=List of Printers for Cups.
      +DirectPrintingJobsDesc=Deze pagina geeft een overzicht van de afdruktaken die voor beschikbare printers zijn gevonden.
      +GoogleAuthNotConfigured=Google OAuth-installatie niet voltooid. Schakel OAuth-module in en stel een Google ID / geheim in.
      +GoogleAuthConfigured=OAuth-referenties van Google zijn gevonden bij het instellen van de module OAuth.
      +PrintingDriverDescprintgcp=Configuratievariabelen voor het afdrukken van stuurprogramma Google Cloudprinter.
      +PrintingDriverDescprintipp=Configuratievariabelen voor het afdrukken van Driver Cups.
      +PrintTestDescprintgcp=Lijst met printers voor Google Cloudprinter.
      +PrintTestDescprintipp=Lijst met printers voor Cups.
      diff --git a/htdocs/langs/nl_NL/productbatch.lang b/htdocs/langs/nl_NL/productbatch.lang
      index 392837c87bf..3c77db06fef 100644
      --- a/htdocs/langs/nl_NL/productbatch.lang
      +++ b/htdocs/langs/nl_NL/productbatch.lang
      @@ -16,7 +16,7 @@ printEatby=Verval: %s
       printSellby=Verkoop: %s
       printQty=Aantal: %d
       AddDispatchBatchLine=Voeg een regel toe voor houdbaarheids ontvangst
      -WhenProductBatchModuleOnOptionAreForced=When module Lot/Serial is on, automatic stock decrease  is forced to 'Decrease real stocks on shipping validation' and automatic increase mode is forced to 'Increase real stocks on manual dispatching into warehouses' and can't be edited. Other options can be defined as you want.
      +WhenProductBatchModuleOnOptionAreForced=Wanneer module Lot / Serie is ingeschakeld, wordt de automatische voorraadafname gedwongen om 'werkelijke voorraad bij de verzendvalidatie te verlagen' en wordt de automatische toenamemodus gedwongen om 'Verhoog voorraad bij handmatig verzenden naar magazijnen ' te verhogen en kan deze niet worden bewerkt. Andere opties kunnen worden gedefinieerd zoals u dat wilt.
       ProductDoesNotUseBatchSerial=Dit product maakt geen gebruik van lot/serial nummer
       ProductLotSetup=Module instellingen voor lot/serial
       ShowCurrentStockOfLot=Toon huidige voorraad voor product/lot paar
      diff --git a/htdocs/langs/nl_NL/projects.lang b/htdocs/langs/nl_NL/projects.lang
      index d6259b07337..37063ab4235 100644
      --- a/htdocs/langs/nl_NL/projects.lang
      +++ b/htdocs/langs/nl_NL/projects.lang
      @@ -7,10 +7,10 @@ ProjectsArea=Project omgeving
       ProjectStatus=Project status
       SharedProject=Iedereen
       PrivateProject=Projectcontacten
      -ProjectsImContactFor=Projects I'm explicitely a contact of
      -AllAllowedProjects=All project I can read (mine + public)
      +ProjectsImContactFor=Projecten waar ik expliciet een contactpersoon van ben
      +AllAllowedProjects=Alle projecten die ik kan lezen (mine + public)
       AllProjects=Alle projecten
      -MyProjectsDesc=This view is limited to projects you are a contact for
      +MyProjectsDesc=Deze weergave is beperkt tot projecten waarvan u een contactpersoon bent
       ProjectsPublicDesc=Deze weergave toont alle projecten waarvoor u gerechtigd bent deze in te zien.
       TasksOnProjectsPublicDesc=Dit overzicht laat alle taken zien van projecten waarvoor u gemachtigd bent.
       ProjectsPublicTaskDesc=Deze weergave toont alle projecten en taken die je mag lezen.
      @@ -32,15 +32,15 @@ DeleteATask=Taak verwijderen
       ConfirmDeleteAProject=Weet u zeker dat u dit project wilt verwijderen?
       ConfirmDeleteATask=Weet u zeker dat u deze taak wilt verwijderen?
       OpenedProjects=Projecten in bewerking
      -OpenedTasks=Open tasks
      -OpportunitiesStatusForOpenedProjects=Kansen bij projecten in bewerking per status
      -OpportunitiesStatusForProjects=Opportunities amount of projects by status
      +OpenedTasks=Open taken
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Toon project
       ShowTask=Toon taak
       SetProject=Stel project in
       NoProject=Geen enkel project gedefinieerd of in eigendom
      -NbOfProjects=Aantal projecten
      -NbOfTasks=Aantal taken
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Bestede tijd
       TimeSpentByYou=Uw tijdsbesteding
       TimeSpentByUser=Gebruikers tijdsbesteding
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lijst van aan het project verbonden offertes
      -ListOrdersAssociatedProject=Lijst met relaties gekoppeld aan dit project
      -ListInvoicesAssociatedProject=Lijst met facturen gekoppeld aan dit project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Lijst van aan het project verbonden contracten
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lijst van aan het project verbonden interventies
      -ListExpenseReportsAssociatedProject=Lijst van onkostennota's in verband met het project
      -ListDonationsAssociatedProject=Lijst van donaties in verband met het project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Lijst van aan het project verbonden acties
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s aangepast
       TaskCreatedInDolibarr=Taak %s gecreëerd
       TaskModifiedInDolibarr=Taak %s gewijzigd
       TaskDeletedInDolibarr=Taak %s verwijderd
      -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. bedrag
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Inzender
       SelectElement=Kies een element
       AddElement=Koppeling naar element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Geplande workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Gerelateerde items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Taken toegekend aan gebruiker
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Taken toegekend aan
       AssignTaskToMe=Taak aan mij toewijzen
      @@ -189,25 +192,26 @@ AssignTaskToUser=Ken taak toe aan %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Toewijzen
       ProjectOverview=Overzicht
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Aantal nieuwe projecten per maand
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Aantal kansen per maand
      -ProjectWeightedOppAmountOfProjectsByMonth=Gewogen aantal kansen per maand
      -ProjectOpenedProjectByOppStatus=Open project/lead op status van kans
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Projecten/leads statistieken
       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=Projecten in bewerking bij relaties
      -OnlyOpportunitiesShort=Alleen kansen
      -OpenedOpportunitiesShort=Open kansen
      -NotAnOpportunityShort=Geen kans
      -OpportunityTotalAmount=Totaalbedrag aan kansen
      -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=Prospectie
       OppStatusQUAL=Kwalificatie
       OppStatusPROPO=Offerte
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/nl_NL/propal.lang b/htdocs/langs/nl_NL/propal.lang
      index 2cba7222128..fc3b8010737 100644
      --- a/htdocs/langs/nl_NL/propal.lang
      +++ b/htdocs/langs/nl_NL/propal.lang
      @@ -33,7 +33,7 @@ PropalStatusSigned=Ondertekend (te factureren)
       PropalStatusNotSigned=Niet ondertekend (gesloten)
       PropalStatusBilled=Gefactureerd
       PropalStatusDraftShort=Concept
      -PropalStatusValidatedShort=Gevalideerd
      +PropalStatusValidatedShort=Gevalideerd (open)
       PropalStatusClosedShort=Gesloten
       PropalStatusSignedShort=Ondertekend
       PropalStatusNotSignedShort=Niet ondertekend
      @@ -53,7 +53,7 @@ ErrorPropalNotFound=Offerte %s niet gevonden
       AddToDraftProposals=Toevoegen aan ontwerp offerte
       NoDraftProposals=Geen ontwerpoffertes
       CopyPropalFrom=Maak offerte door het kopiëren van een bestaande offerte
      -CreateEmptyPropal=Creëer een lege offerte of uit de lijst van producten / diensten
      +CreateEmptyPropal=Maak een leeg commercieel voorstel of uit een lijst met producten / services
       DefaultProposalDurationValidity=Standaardgeldigheid offerte (in dagen)
       UseCustomerContactAsPropalRecipientIfExist=Gebruik,  indien ingesteld, het afnemerscontactadres als offerteontvangstadres in plaats van het adres van de Klant
       ClonePropal=Kloon offerte
      @@ -75,9 +75,10 @@ AvailabilityTypeAV_1M=1 maand
       TypeContact_propal_internal_SALESREPFOLL=Vertegenwoordiger die de follow-up van de offerte doet
       TypeContact_propal_external_BILLING=Afnemersfactuurcontactpersoon
       TypeContact_propal_external_CUSTOMER=Afnemerscontactpersoon follow-up voorstel
      -TypeContact_propal_external_SHIPPING=Customer contact for delivery
      +TypeContact_propal_external_SHIPPING=Klant contact voor levering
       # Document models
       DocModelAzurDescription=Een compleet offertemodel (logo, etc)
      +DocModelCyanDescription=Een compleet offertemodel (logo, etc)
       DefaultModelPropalCreate=Standaard model aanmaken
       DefaultModelPropalToBill=Standaard sjabloon bij het sluiten van een zakelijk voorstel (te factureren)
       DefaultModelPropalClosed=Standaard sjabloon bij het sluiten van een zakelijk voorstel (nog te factureren)
      diff --git a/htdocs/langs/nl_NL/resource.lang b/htdocs/langs/nl_NL/resource.lang
      index 5eefd6441e4..effac7469e0 100644
      --- a/htdocs/langs/nl_NL/resource.lang
      +++ b/htdocs/langs/nl_NL/resource.lang
      @@ -5,7 +5,7 @@ DeleteResource=Verwijder resource
       ConfirmDeleteResourceElement=Bevestig het verwijderen van de resource voor dit element
       NoResourceInDatabase=Geen resource in de database
       NoResourceLinked=Geen gelinkte resource
      -
      +ActionsOnResource=Gebeurtenissen over deze bron
       ResourcePageIndex=Resource lijst
       ResourceSingular=Resource
       ResourceCard=Resource kaart
      diff --git a/htdocs/langs/nl_NL/salaries.lang b/htdocs/langs/nl_NL/salaries.lang
      index 77c714ed739..c543aeb94a9 100644
      --- a/htdocs/langs/nl_NL/salaries.lang
      +++ b/htdocs/langs/nl_NL/salaries.lang
      @@ -1,10 +1,11 @@
       # Dolibarr language file - Source file is en_US - salaries
       SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Grootboekrekening voor medewerker derde partij
      -SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=De toegewezen grootboekrekening welke is vastgelegd bij de medewerker, zal alleen gebruikt in de sub-boekhouding. Deze grootboekrekening zal worden gebruikt in de -boekhouding indien de toegewezen gebruikers grootboekrekening bij de medewerker niet is gedefinieerd.
      +SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=De specifieke account die op de gebruikerskaart is gedefinieerd, wordt alleen voor de boekhouding van subgrootboek gebruikt. Deze wordt gebruikt voor grootboek en als standaardwaarde voor subgrootboek-boekhouding als specifieke gebruikersaccount voor de account op gebruiker niet is gedefinieerd.
       SALARIES_ACCOUNTING_ACCOUNT_CHARGE=Standaard grootboekrekening voor salaris betalingen
       Salary=Salaris
       Salaries=Salarissen
       NewSalaryPayment=Nieuwe salarisbetaling
      +AddSalaryPayment=Salarisbetaling toevoegen
       SalaryPayment=Salarisbetaling
       SalariesPayments=Salarissen betalingen
       ShowSalaryPayment=Toon salarisbetaling
      @@ -15,4 +16,4 @@ THMDescription=Deze waarde kan worden gebruikt om de kosten te berekenen van de
       TJMDescription=Deze waarde is momenteel alleen voor informatie en wordt niet gebruikt in een berekening
       LastSalaries=Laatste %s salaris betalingen
       AllSalaries=Alle salarisbetalingen
      -SalariesStatistics=Statistiques salaires
      +SalariesStatistics=Salarisstatistieken
      diff --git a/htdocs/langs/nl_NL/sendings.lang b/htdocs/langs/nl_NL/sendings.lang
      index b0bf8416a45..b1f26e0fd36 100644
      --- a/htdocs/langs/nl_NL/sendings.lang
      +++ b/htdocs/langs/nl_NL/sendings.lang
      @@ -6,7 +6,7 @@ AllSendings=Alle zendingen
       Shipment=Verzending
       Shipments=Verzendingen
       ShowSending=Toon zendingen
      -Receivings=Delivery Receipts
      +Receivings=Ontvangstbevestigingen
       SendingsArea=Zendingenoverzicht
       ListOfSendings=Verzendlijst
       SendingMethod=Verzendwijze
      @@ -19,14 +19,14 @@ NewSending=Nieuwe verzending
       CreateShipment=Creëer verzending
       QtyShipped=Aantal verzonden
       QtyShippedShort=Stk verz.
      -QtyPreparedOrShipped=Qty prepared or shipped
      +QtyPreparedOrShipped=Aantal bereid of verzonden
       QtyToShip=Aantal te verzenden
       QtyReceived=Aantal ontvangen
      -QtyInOtherShipments=Qty in other shipments
      +QtyInOtherShipments=Aantal in andere zendingen
       KeepToShip=Resterend te verzenden
      -KeepToShipShort=Remain
      +KeepToShipShort=Rest
       OtherSendingsForSameOrder=Andere verzendingen voor deze opdracht
      -SendingsAndReceivingForSameOrder=Shipments and receipts for this order
      +SendingsAndReceivingForSameOrder=Verzendingen en ontvangsten voor deze bestelling
       SendingsToValidate=Te valideren verzendingen
       StatusSendingCanceled=Geannuleerd
       StatusSendingDraft=Concept
      @@ -43,8 +43,8 @@ DocumentModelMerou=Merou A5 model
       WarningNoQtyLeftToSend=Waarschuwing, geen producten die op verzending wachten.
       StatsOnShipmentsOnlyValidated=Statistiek op verzendingen die bevestigd zijn.  Datum is de datum van bevestiging van de verzending (geplande leverdatum is niet altijd bekend).
       DateDeliveryPlanned=Verwachte leverdatum
      -RefDeliveryReceipt=Ref delivery receipt
      -StatusReceipt=Status delivery receipt
      +RefDeliveryReceipt=Ref-ontvangstbewijs
      +StatusReceipt=Status ontvangstbevestiging
       DateReceived=Datum leveringsonvangst
       SendShippingByEMail=Stuur verzending per e-mail
       SendShippingRef=Indiening van de zending %s
      @@ -52,13 +52,13 @@ ActionsOnShipping=Acions op verzendkosten
       LinkToTrackYourPackage=Link naar uw pakket
       ShipmentCreationIsDoneFromOrder=Op dit moment, is oprichting van een nieuwe zending gedaan van de volgorde kaart.
       ShipmentLine=Verzendingslijn
      -ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
      -ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
      -ProductQtyInShipmentAlreadySent=Product quantity from open customer order already sent
      -ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open supplier order already received
      -NoProductToShipFoundIntoStock=No product to ship found into warehouse <b>%s</b>. Correct stock or go back to choose another warehouse.
      -WeightVolShort=Weight/Vol.
      -ValidateOrderFirstBeforeShipment=You must first validate the order before being able to make shipments.
      +ProductQtyInCustomersOrdersRunning=Hoeveelheid producten in openstaande klant bestellingen
      +ProductQtyInSuppliersOrdersRunning=Productaantallen in openstaande bestellingen bij leveranciers
      +ProductQtyInShipmentAlreadySent=Hoeveelheid producten van openstaande klant bestelling is al verzonden
      +ProductQtyInSuppliersShipmentAlreadyRecevied=Hoeveelheid producten van openstaande leverancier bestelling reeds ontvangen 
      +NoProductToShipFoundIntoStock=Geen product te verzenden in het magazijn <b> %s </b>. Corrigeer voorraad of teruggaan om een ​​ander magazijn te kiezen.
      +WeightVolShort=Gewicht / Vol.
      +ValidateOrderFirstBeforeShipment=U moet eerst de bestelling valideren voordat u zendingen kunt maken.
       
       # Sending methods
       # ModelDocument
      diff --git a/htdocs/langs/nl_NL/stripe.lang b/htdocs/langs/nl_NL/stripe.lang
      index 7a54b571d6a..faa46c90ac3 100644
      --- a/htdocs/langs/nl_NL/stripe.lang
      +++ b/htdocs/langs/nl_NL/stripe.lang
      @@ -1,18 +1,18 @@
       # Dolibarr language file - Source file is en_US - stripe
       StripeSetup=Stripe-module instellen
      -StripeDesc=Module to offer an online payment page accepting payments with Credit/Debit card via <a href="http://www.stripe.com" target="_blank">Stripe</a>. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +StripeDesc=Module om een ​​online betalingspagina aan te bieden die betalingen met een creditcard / betaalpas accepteert via <a href="http://www.stripe.com" target="_blank">Stripe</a>. Hiermee kunnen uw klanten gratis betalen of betalen voor een bepaald Dolibarr-object (factuur, bestelling, ...)
       StripeOrCBDoPayment=Betaal met creditcard of Stripe
       FollowingUrlAreAvailableToMakePayments=De volgende URL's zijn beschikbaar om een pagina te bieden aan afnemers voor het doen van een betaling van Dolibarr objecten
       PaymentForm=Betalingsformulier
      -WelcomeOnPaymentPage=Welkom bij onze online betalingsdienst
      +WelcomeOnPaymentPage=Welkom bij onze online betaaldienst
       ThisScreenAllowsYouToPay=Dit scherm staat u toe om een online betaling te doen aan %s
       ThisIsInformationOnPayment=Informatie over de nog uit te voeren betalingen
       ToComplete=Nog te doen
       YourEMail=E-mail om betalingsbevestiging te ontvangen
      -STRIPE_PAYONLINE_SENDEMAIL=EMail to warn after a payment (success or not)
      +STRIPE_PAYONLINE_SENDEMAIL=E-mail om te waarschuwen na een betaling (gelukt of niet)
       Creditor=Crediteur
       PaymentCode=Betalingscode
      -StripeDoPayment=Pay with Credit or Debit Card (Stripe)
      +StripeDoPayment=Betaal met creditcard of betaalkaart (Stripe)
       YouWillBeRedirectedOnStripe=You will be redirected on secured Stripe page to input you credit card information
       Continue=Volgende
       ToOfferALinkForOnlinePayment=URL voor %s betaling
      @@ -30,12 +30,12 @@ STRIPE_CGI_URL_V2=Url of Stripe CGI module for payment
       VendorName=Verkopersnaam
       CSSUrlForPaymentForm=URL van het CSS-stijlbestand voor het betalingsformulier
       NewStripePaymentReceived=New Stripe payment received
      -NewStripePaymentFailed=New Stripe payment tried but failed
      -STRIPE_TEST_SECRET_KEY=Secret test key
      -STRIPE_TEST_PUBLISHABLE_KEY=Publishable test key
      +NewStripePaymentFailed=Nieuwe Stripe-betaling geprobeerd, maar mislukt
      +STRIPE_TEST_SECRET_KEY=Geheime testsleutel
      +STRIPE_TEST_PUBLISHABLE_KEY=Publiceerbare testsleutel
       STRIPE_TEST_WEBHOOK_KEY=Webhook test key
      -STRIPE_LIVE_SECRET_KEY=Secret live key
      -STRIPE_LIVE_PUBLISHABLE_KEY=Publishable live key
      +STRIPE_LIVE_SECRET_KEY=Geheime livesleutel
      +STRIPE_LIVE_PUBLISHABLE_KEY=Publiceerbare live sleutel
       STRIPE_LIVE_WEBHOOK_KEY=Webhook live key
       ONLINE_PAYMENT_WAREHOUSE=Stock to use for stock decrease when online payment is done<br>(TODO When option to decrease stock is done on an action on invoice and the online payment generate itself the invoice ?)
       StripeLiveEnabled=Stripe live enabled (otherwise test/sandbox mode)
      @@ -61,3 +61,4 @@ 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
      +StripeUserAccountForActions=User account to use for some emails notification of Stripe events (Stripe payouts)
      diff --git a/htdocs/langs/nl_NL/users.lang b/htdocs/langs/nl_NL/users.lang
      index e18e9e0d758..be991462be7 100644
      --- a/htdocs/langs/nl_NL/users.lang
      +++ b/htdocs/langs/nl_NL/users.lang
      @@ -35,7 +35,7 @@ SuperAdministrator=Super administrator
       SuperAdministratorDesc=Super administrateur heeft volledige rechten
       AdministratorDesc=Administrator
       DefaultRights=Standaardrechten
      -DefaultRightsDesc=Stel hier de standaardrechten in die automatisch toegekend worden aan nieuwe gebruiker.
      +DefaultRightsDesc=Define here <u>default</u> permissions that are automatically granted to a <u>new created</u> user (Go to user card to change permission of an existing user).
       DolibarrUsers=Dolibarr gebruikers
       LastName=Achternaam
       FirstName=Voornaam
      @@ -66,7 +66,7 @@ CreateDolibarrThirdParty=Creëer nieuwe klant
       LoginAccountDisableInDolibarr=Account uitgeschakeld in Dolibarr.
       UsePersonalValue=Gebruik persoonlijke waarde
       InternalUser=Interne gebruiker
      -ExportDataset_user_1=Dolibarr's gebruikers en eigenschappen
      +ExportDataset_user_1=Gebruikers en hun eigenschappen
       DomainUser=Domeingebruikersaccount %s
       Reactivate=Reactiveren
       CreateInternalUserDesc=This form allows you to create an user internal to your company/organization. To create an external user (customer, supplier, ...), use the button 'Create Dolibarr user' from third party's contact card.
      @@ -92,7 +92,7 @@ LoginToCreate=Te creëren gebruikersnaam
       NameToCreate=Naam van derden maken
       YourRole=Uw rollen
       YourQuotaOfUsersIsReached=Uw quotum van actieve gebruikers is bereikt!
      -NbOfUsers=Nb van gebruikers
      +NbOfUsers=Aantal gebruikers
       NbOfPermissions=Aantal rechten
       DontDowngradeSuperAdmin=Alleen een superadmin kan downgrade een superadmin
       HierarchicalResponsible=Opzichter
      @@ -108,3 +108,4 @@ UserAccountancyCode=Gebruiker accounting code
       UserLogoff=Gebruiker uitgelogd
       UserLogged=Gebruiker gelogd
       DateEmployment=Datum van indiensttreding
      +DateEmploymentEnd=Einddatum van de tewerkstelling
      diff --git a/htdocs/langs/pl_PL/admin.lang b/htdocs/langs/pl_PL/admin.lang
      index 3150854cbac..70b6f079a2f 100644
      --- a/htdocs/langs/pl_PL/admin.lang
      +++ b/htdocs/langs/pl_PL/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Rozwój
       VersionUnknown=Nieznany
       VersionRecommanded=Zalecana
       FileCheck=Sprawdzanie integralności plików
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Integralność plików jest ściśle zgodna z referencją.
      -FileIntegrityIsOkButFilesWereAdded=Sprawdzenie integralności plików przebiegło pomyślnie, ale dodano nowe pliki.
      +FileIntegrityIsOkButFilesWereAdded=Sprawdzenie integralności plików przebiegło pomyślnie, aczkolwiek jakieś nowe pliki zostały dodane.
       FileIntegritySomeFilesWereRemovedOrModified=Sprawdzenie integralności plików zakończylo się niepowodzeniem. Niektóre pliki zostaly zmodyfikowane, usunięte lub dodane.
       GlobalChecksum=Globalna suma kontrolna
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Asystent zapisu sesji
       SessionSavePath=Lokalizacja sesji danych
       PurgeSessions=Czyszczenie sesji
       ConfirmPurgeSessions=Czy na pewno chcesz usunąć wszystkie sesje? Spowoduje to odłączenie każdego użytkownika (oprócz ciebie).
      -NoSessionListWithThisHandler=Asystent zapisu sesji skonfigurowany w PHP nie zezwala na wyświetlenie wszystkich aktywnych sesji.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zablokuj nowe połączenia
      -ConfirmLockNewSessions=Czy na pewno chcesz ograniczyć wszelkie nowe połączenie Dolibarr do siebie. Tylko <b>%s</b> użytkownik będzie mógł się połączyć po tym.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Usuwanie blokady połączeń
       YourSession=Twoja sesja
      -Sessions=Sesja użytkowników
      +Sessions=Users sessions
       WebUserGroup=Serwer sieci Web użytkownik / grupa
      -NoSessionFound=PHP wydaje się nie dopuścić do listy aktywnych sesji. Katalog używany do zapisywania sesji <b>(%s)</b> mogą być chronione (np. przez uprawnienia OS dyrektywy open_basedir lub PHP).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Kodowanie bazy danych do przechowywania danych
       DBSortingCharset=Kodowanie bazy danych by sortować dane
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Zewnętrzny użytkownik
       InternalUsers=Wewnętrzni użytkownicy
       ExternalUsers=Zewnetrzni użytkownicy
       GUISetup=Wyświetlanie
      -SetupArea=Dział konfiguracji
      +SetupArea=Konfiguracja
       UploadNewTemplate=Załaduj nowy szablon(y)
       FormToTestFileUploadForm=Formularz do wysyłania pliku testowego (według konfiguracji)
       IfModuleEnabled=Uwaga: tak jest skuteczne tylko wtedy, gdy <b>moduł %s</b> jest aktywny
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kod nie może zawierać wartości "0"
       DisableJavascript=Wyłącz funkcje JavaScript i Ajax (rekomendowane dla osób niewidomych oraz przeglądarek tekstowych)
       UseSearchToSelectCompanyTooltip=Także jeśli masz dużą liczbę osób trzecich (> 100 000), można zwiększyć prędkość przez ustawienie stałej COMPANY_DONOTSEARCH_ANYWHERE do 1 w Setup-> Inne. Szukaj zostaną ograniczone do początku łańcucha.
       UseSearchToSelectContactTooltip=Także jeśli masz dużą liczbę osób trzecich (> 100 000), można zwiększyć prędkość przez ustawienie stałej CONTACT_DONOTSEARCH_ANYWHERE do 1 w Setup-> Inne. Szukaj zostaną ograniczone do początku łańcucha.
      -DelaiedFullListToSelectCompany=Poczekaj  na kliknięcia na przycisk przed załadowaniem zawartości do listy kontrahentów (opcja może zwiększyć wydajność jeżeli masz dużą ilość kontrahentów, ale zmniejszy wygodę użytkowania)
      -DelaiedFullListToSelectContact=Poczekaj  na kliknięcia na przycisk przed załadowaniem zawartości do listy kontaktów (opcja może zwiększyć wydajność jeżeli masz dużą ilość kontrahentów, ale zmniejszy wygodę użytkowania)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Liczba znaków do wyszukiwania: %s
       NotAvailableWhenAjaxDisabled=Niedostępne kiedy Ajax nie działa
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Podgląd niedostępny
       ThemeCurrentlyActive=Temat obecnie aktywny
       CurrentTimeZone=Strefa czasowa PHP (server)
       MySQLTimeZone=Strefa czasowa MySQL (baza danych)
      -TZHasNoEffect=Daty są przechowywane i zwrócone przez serwer bazy danych, jak gdyby były przechowywane jako zgłosił ciąg. Strefa czasowa ma wpływ tylko wtedy, gdy przy użyciu funkcji UNIX_TIMESTAMP (które nie powinny być używane przez Dolibarr, więc TZ bazy danych nie powinny mieć wpływu, nawet jeśli zmienił się po dane zostały wprowadzone).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Przestrzeń
       Table=Tabela
       Fields=Pola
      @@ -111,14 +111,14 @@ NotConfigured=Moduł/Aplikacja nie skonfigurowana
       Active=Aktywne
       SetupShort=Konfiguracja
       OtherOptions=Inne opcje
      -OtherSetup=Inne konfiguracje
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Separator dziesiętny
       CurrentValueSeparatorThousand=Separator tysięczny
       Destination=Miejsce przeznaczenia
       IdModule=Identyfikator modułu
       IdPermissions=ID uprawnień
       LanguageBrowserParameter=Parametr %s
      -LocalisationDolibarrParameters=Parametry lokalizacji
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Strefa Czasowa Klienta (użytkownik)
       ClientHour=Czas klienta (użytkownik)
       OSTZ=Strefa czasowa Serwera OS
      @@ -126,8 +126,8 @@ PHPTZ=Strefa czasowa serwera PHP
       DaylingSavingTime=Czas letni (użytkownik)
       CurrentHour=Aktualna godzina
       CurrentSessionTimeOut=Obecna sesja wygasła
      -YouCanEditPHPTZ=Aby ustawić inną strefę czasową PHP (nie wymagane) spróbuj dodać plik .htaccess z wpisem takim jak "SetEnv TZ Europe/Warszawa"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widżet
       Boxes=Widżety
       MaxNbOfLinesForBoxes=Maks. ilość linii dla widgetów
      @@ -191,28 +191,28 @@ IgnoreDuplicateRecords=Ignoruj błędy zduplikowanych rekordów (INSERT IGNORE)
       AutoDetectLang=Autodetekcja (język przeglądarki)
       FeatureDisabledInDemo=Funkcja niedostępna w wersji demo
       FeatureAvailableOnlyOnStable=Funkcjonalność dostępna tylko w oficjalnej stabilnej wersji
      -BoxesDesc=Widgety są komponentami pokazującymi pewne informacje, które możesz dodać w celu spersonalizowania niektórych stron. Możesz wybrać pomiędzy pokazaniem wigetu lub nie poprzez wybranie docelowej strony i kliknięcie "Aktywacja", lub poprzez kliknięcie na kosz w celu wyłączenia go.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Tylko elementy z <a href="%s">aktywnych modułów</a> są widoczne.
      -ModulesDesc=Moduły Dolibarr definiują, która aplikacja / funkcja jest włączona w oprogramowaniu. Niektóre aplikacje / moduły wymagają uprawnień, które musisz przyznać użytkownikom po ich aktywacji. Kliknij przycisk ON/OFF, aby włączyć moduł/aplikację.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Możesz znaleźć więcej modułów do pobrania na zewnętrznych stronach internetowych...
      -ModulesDeployDesc=Jeżeli uprawnienia do twojego systemu plików pozwolą, możesz użyć tego narzędzia do wdrożenia zewnętrznego modułu. Moduł wówczas będzie widoczny w zakładce <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Znajdź dodatkowe aplikacje / moduły
       ModulesDevelopYourModule=Stwórz własną aplikację/moduły
      -ModulesDevelopDesc=Możesz opracować lub znaleźć partnera, który opracuje dla Ciebie twój spersonalizowany moduł
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nowy
       FreeModule=Darmowe
       CompatibleUpTo=Kompatybilne z wersją %s
       NotCompatible=ten moduł nie jest kompatybilny z twoją wersją Dolibarr %s (Min %s - Max %s).
       CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
       SeeInMarkerPlace=See in Market place
      -Updated=Updated
      +Updated=Zaktualizowane
       Nouveauté=Nowość
       AchatTelechargement=Kup / Pobierz
       GoModuleSetupArea=Aby udostępnić/zainstalowac nowy moduł, przejdź do ustawień Modułu <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, oficjalny kanał dystrybucji zewnętrznych modułów Dolibarr ERP / CRM
      -DoliPartnersDesc=Lista firm dostarczających niestandardowe moduły lub funkcje (Uwaga: każdy doświadczony w programowaniu PHP może udostępnić niestandardowy opracowanie dla projektu open source)
      -WebSiteDesc=Powiązane strony z modułami...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Łącze
       BoxesAvailable=Dostępne widgety
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Nie przechowuj w bazie danych niezakodowanych haseł. Pr
       MainDbPasswordFileConfEncrypted=Hasło bazy danych zakodowane w conf.php
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Ochrona generowanych plików PDF (Aktywowany nie jest zalecany, przerwa masowe generowanie plików pdf)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Ochrona dokumentu PDF umożliwia jego odczyt i druk w dowolnej przeglądarce PDF. Jednak edytowanie i kopiowanie nie jest już możliwe. Zauważ, że korzystanie z tej funkcji sprawia, że tworzenie globalnie połączonych plików PDF nie działa.
       Feature=Funkcja
       DolibarrLicense=Licencja
      @@ -246,8 +246,8 @@ ExternalResources=Zasoby zewnętrzne
       SocialNetworks=Sieci społecznościowe
       ForDocumentationSeeWiki=Aby zapoznać się z dokumentacją użytkownika lub dewelopera (Doc, FAQ ...), <br> zajrzyj do Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=Aby znaleźć odpowiedzi na pytania / uzyskać dodatkową pomoc, możesz skorzystać z  forum Dolibarr : <br> <a href="%s" target="_blank"><b> %s</b></a>
      -HelpCenterDesc1=Obszar ten może pomóc w uzyskaniu wsparcia dla usługi Dolibarr.
      -HelpCenterDesc2=Niektóre elementy tej usługi są dostępne <b>tylko</b> w języku <b>angielskim.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Aktualne menu obsługi
       MeasuringUnit=Jednostki pomiarowe
       LeftMargin=Lewy margines
      @@ -262,31 +262,35 @@ NoticePeriod=Okres wypowiedzenia
       NewByMonth=New by month
       Emails=Wiadomości email
       EMailsSetup=Ustawienia wiadomości email
      -EMailsDesc=Ta strona pozwala na nadpisanie parametrów PHP dla wysyłki wiadomości email. W większości przypadków w systemach Unix/Linux, twoje ustawienia PHP są poprawne i te parametry są bezużyteczne.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=Port SMTP (domyślnie w <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_SERVER=Host SMTP (domyślnie w <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Port SMTP (Nie zdefiniowany w PHP dla systemów z rodziny Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Host SMTP (Nie zdefiniowany w PHP dla systemów z rodziny Unix)
      -MAIN_MAIL_EMAIL_FROM=E-mail wysyłający do automatycznych wiadomości e-mail (domyślnie w php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Wysyłaj systematycznie ukryte kopie wszystkich wysłanych e-maili do
      -MAIN_DISABLE_ALL_MAILS=Wyłącz wszystkie wysyłki wiadomości (dla testu ustawień lub trybu demo)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Kopiuj (Cc) wszystkie wysłane emaile do
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metoda używana do wysłania E-maili
      -MAIN_MAIL_SMTPS_ID=Identyfikator SMTP, jeżeli wymaga uwierzytelniania
      -MAIN_MAIL_SMTPS_PW=Hasło SMTP , jeżeli wymagane uwierzytelniania
      -MAIN_MAIL_EMAIL_TLS= Użyj szyfrowania TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Użyj szyfrowania TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Wyłącz wysyłanie wszystkich SMS (do celów badawczych lub testowych)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metoda służy do wysyłania wiadomości SMS
      -MAIN_MAIL_SMS_FROM=Nadawca domyślny numer telefonu wysyłaniu SMS-ów
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Adres email użytkownika
       CompanyEmail=Adres email firmy
       FeatureNotAvailableOnLinux=Cechy te nie są dostępne w systemach Unix, takich jak. Przetestuj swój program sendmail lokalnie.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Moduł konfiguracji
       ModulesSetup=Ustawienia Modułów/Aplikacji
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nie używaj w produkcji
       ThisIsProcessToFollow=To jest krok do procesu:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Krok %s
      -FindPackageFromWebSite=Odnajdź pakiet, który zapewnia wybraną przez Ciebię funkcję (np. na oficjalnej stronie internetowej %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Rozpakuj spakowane pliki do katalogu serwera przeznaczonego na Dollibar:<b>%s</b>
      -UnpackPackageInModulesRoot=Aby udostępnić/zainstalować dodatkowy moduł, rozpakuj pliki na serwerze do katalogu dedycowanego modułom: <b>%s</b>.
      -SetupIsReadyForUse=Wdrażanie modułu zostało zakończone. Musisz jednak włączyć i skonfigurować moduł w aplikacji, przechodząc na stronę do konfiguracji modułów: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Alternatywny katalog główny nie jest zdefiniowany w istniejącym katalogu.<br>
       InfDirAlt=Od wersji 3 możliwe jest zdefiniowanie alternatywnego katalogu głównego. Pozwala to na przechowywanie w dedykowanym katalogu wtyczek oraz niestandardowych szablonów. <br>Wystarczy utworzyć katalog w lokalizacji plików Dolibarr (na przykład: niestandardowe).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Aktualna wersja Dolibarr
       CallUpdatePage=Przejdź na stronę, która pomoże w zaktualizować strukturę bazy danych i dane: %s.
       LastStableVersion=Ostatnia stabilna wersja
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Opóźnienie dla buforowania odpowiedzi eksportu w sekundach (0 lub puste pole oznacza brak buforowania)
       DisableLinkToHelpCenter=Ukryj link <b>"Potrzebujesz pomocy lub wsparcia"</b> na stronie logowania
       DisableLinkToHelp=Ukryj link <b>" %s Pomoc online"</b> w lewym menu
      -AddCRIfTooLong=Brak automatycznego zawijania. Jeśli linia znajduje się poza dokumentem, należy dodać znak powrotu w polu tekstowym.
      -ConfirmPurge=Czy na pewno chcesz wykonać to czyszczenie? <br> Usunie to ostatecznie wszystkie pliki z danymi danych bez możliwości ich przywrócenia (pliki ECM, załączone pliki...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimalna długość
       LanguageFilesCachedIntoShmopSharedMemory=Pliki. Lang załadowane do pamięci współdzielonej
       LanguageFile=Plik języka
      -ExamplesWithCurrentSetup=Przykłady z obecnie działającą konfiguracją
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Lista katalogów szablonów OpenDocument
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Liczba plików szablonów ODT/ODS znalezionych we wskazanych katalogach
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Przykłady składni: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Aby dowiedzieć się jak stworzyć szablony dokumentów odt, przed zapisaniem ich w katalogach, zapoznaj się z dokumentacją wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Kluczem do korzystania z usług internetowych (parametr
       TestSubmitForm=Formularz testowy wprowadzania
       ThisForceAlsoTheme=Za pomocą tego menedżera menu będzie wykorzystywać własne temat cokolwiek jest wybór użytkownika. Również w tym kierownik menu specjalizuje dla smartfonów nie działa na wszystkich smartphone. Użyj innego menedżera menu, jeśli masz problemy na Ciebie.
       ThemeDir=Katalog Skórek
      -ConnectionTimeout=Przekroczony czas połączenia
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Przekroczony czas odpowiedzi
       SmsTestMessage=Wiadomość testowa z PHONEFROM__ __ do __ PHONETO__
       ModuleMustBeEnabledFirst=<b>%s</b> moduł musi być włączony przed użyciem tej funkcji.
       SecurityToken=Klucz do bezpiecznego URL
      -NoSmsEngine=Brak menedżera SMSów nadawczych. Menedżer SMSów nadawczych nie jest instalowany z domyślną dystrybucją (dystrybucje zależne są od dostawcy zewnętrznego). Menedżera można znaleźć pod adresem http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Można ustawić każdą opcję globalną związaną z generowaniem PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Zasady złączania pól adresowych
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Zasady dla %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Ukryj opis produktów w wygenerowanych plikach PDF
       HideRefOnPDF=Ukryj numer referencyjny produktów w generowanych plikach PDF
       HideDetailsOnPDF=Ukryj linię z szczegółami produktu w generowanym pliku PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametry do zabezpiecznie adresu URL
       SecurityTokenIsUnique=Użyj unikalnego klucza zabezpieczeń dla każdego adresu
       EnterRefToBuildUrl=Wprowadź odwołanie do obiektu %s
       GetSecuredUrl=Pobierz obliczony adres URL
      -ButtonHideUnauthorized=Ukryj przyciski dla użytkowników nie będących administratorami zamiast pokazywać szare wyłączone przyciski
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Poprzednia stawka VAT
       NewVATRates=Nowa stawka VAT
       PriceBaseTypeToChange=Zmiana dla cen opartych na wartości referencyjnej ustalonej na
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Wybierz listę
       ExtrafieldSelectList = Wybierz z tabeli
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Hasło
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Pola wyboru
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link do obiektu
       ComputedFormula=Obliczone pole
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=Lista wartości musi być zapisana w liniach w formacie klucz,wartość (gdzie klucz nie może być '0')<br><br>Na przykład:<br>1,wartosc12,<br>wartosc2<br>3,wartosc3<br>...
       ExtrafieldParamHelpradio=Lista wartości musi być zapisana w liniach w formacie klucz,wartość (gdzie klucz nie może być '0')<br><br>Na przykład:<br>1,wartosc1<br>2,wartosc2<br>3,wartosc3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Domyślny link
       SetAsDefault=Ustaw jako domyślny
       ValueOverwrittenByUserSetup=Uwaga, ta wartość może być zastąpiona przez specyficzną konfiguracją użytkownika (każdy użytkownik może ustawić własny clicktodial url)
       ExternalModule=Moduł zewnętrzny - Zainstalowane w katalogu% s
      -BarcodeInitForThirdparties=Masowa inicjalizacja kodów kreskowych dla kontrahentów
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Masowe generowanie kodów lub reset kodów kreskowych dla usług i produktów
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Generuj wartość dla kolejnych %s pustych wpisów
       EraseAllCurrentBarCode=Usuń wszystkie aktualne kody kreskowe
       ConfirmEraseAllCurrentBarCode=Jesteś pewien, że chcesz usunąć wszystkie aktualne wartości kodów kreskowych?
       AllBarcodeReset=Wszystkie wartości kodów kreskowych zostały usunięte
      -NoBarcodeNumberingTemplateDefined=Nie szablonu numeracji kodów kreskowych włączona w konfiguracji modułu kodów kreskowych.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Włącz cache plików
       ShowDetailsInPDFPageFoot=Dodaj więcej szczegółów w stopce dokumentów PDF takich jak adres twojej firmy lub dane menadżerów (w celu dodatnia numeru REGON, kapitału zakładowego i numeru NIP)
       NoDetails=No more details in footer
       DisplayCompanyInfo=Wyświetl adres firmy
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Wyświetl adres firmy i dane menadżerów
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Zwróć pusty kod księgowy
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Kliknij aby zobaczyć opis
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=Ten moduł wymagany jest przez moduł(y)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Pole
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Użytkownicy i grupy
       Module0Desc=Zarządzanie Użytkownikami/Pracownikami i Grupami
      -Module1Name=Kontrahenci
      +Module1Name=Third Parties
       Module1Desc=Zarządzanie firmami oraz kontaktami (klienci, prospekty...)
       Module2Name=Reklama
       Module2Desc=Zarządzanie reklamą
       Module10Name=Księgowość
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Propozycje
       Module20Desc=Zarządzanie propozycjami reklam
       Module22Name=Masowe wysyłanie E-maili
      @@ -511,13 +517,13 @@ Module52Desc=Zarządzanie zapasami (produkty)
       Module53Name=Usługi
       Module53Desc=Zarządzanie usługami
       Module54Name=Kontrakty/Subskrypcje
      -Module54Desc=Zarządzanie umowami (usług lub subskrypcji)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Kody kreskowe
       Module55Desc=Kody kreskowe zarządzania
       Module56Name=Telefonia
       Module56Desc=Integracja telefonii
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integracja systemu ClickToDial (Asterisk,...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Koszty wyjazdów i notatki
       Module75Desc=Zarządzanie kosztami wyjazdów oraz notatkami
       Module80Name=Wysyłki
       Module80Desc=Zarządzanie wysyłkami oraz kolejnością zamówień
      -Module85Name=Banki oraz gotówka
      +Module85Name=Banks and Cash
       Module85Desc=Zarządzanie kontami bankowymi lub gotówkowymi
      -Module100Name=Strona zewnętrzna
      -Module100Desc=Moduł ten umieszcza zewnętrzną stronę internetową w menu Dolibarr i wyświetla ją w ramce Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman i SPIP
       Module105Desc=Interfejs Mailman lub SPIP dla członka modułu
       Module200Name=LDAP
      -Module200Desc=Synchronizacji katalogu LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Integracja PostNuke
       Module240Name=Eksport danych
      -Module240Desc=Narzędzie do eksportu danych w Dolibarr (z asystentami)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Import danych
      -Module250Desc=Narzędzie do importu danych w Dolibarr (z asystentami)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Członkowie
       Module310Desc=Zarządzanie członkami fundacji
       Module320Name=RSS Feed
       Module320Desc=Dodaj kanał RSS Dolibarr wewnątrz stron
      -Module330Name=Zakładki
      -Module330Desc=Zarządzanie zakładkami
      -Module400Name=Projekty / Możliwości / Wskazówki
      -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=Integracja Webcalendar
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Pożyczka
       Module520Desc=Zarządzanie kredytów
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Darowizny
       Module700Desc=Zarządzanie darowiznami
       Module770Name=Expense reports
      -Module770Desc=Zarządzanie i roszczenia raporty wydatków (transport, posiłek, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Dokument poczty masowej generacji
       Module1780Name=Tagi / Kategorie
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Edytor WYSIWYG
      -Module2000Desc=Pozwól na edycję niektórych pól tekstowych z użyciem zaawansowanego edytora (bazującego na CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamiczne Ceny
       Module2200Desc=Włącz użycie wyrażeń matematycznych dla cen
       Module2300Name=Zaplanowane zadania
       Module2300Desc=Zarządzanie zaplanowanymi zadaniami (jak cron lub chrono table)
       Module2400Name=Wydarzenia/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=SZD / ZZE
       Module2500Desc=System Zarządzania Dokumentami / Zarządzanie Zawartością Elektroniczną. Automatyczna organizacja twoich wygenerowanych lub składowanych dokumentów. Udostępniaj je kiedy chcesz.
       Module2600Name=API services (Web services SOAP)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API services (Web services REST)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Połączeń WebServices (klient SOAP)
      -Module2660Desc=Włącz Dolibarr serwisów internetowych klienta (może być używany do pchania danych / wnioski o dopuszczenie do zewnętrznych serwerów. Zamówień Dostawca obsługiwane tylko na chwilę)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Użyj usług online Gravatar  (www.gravatar.com), aby pokazać zdjęcia użytkowników / członków (dopasowanych na podstawie e-maili). Wymagany jest dostęp do Internetu
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Możliwości konwersji GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HR
       Module4000Desc=Zarządzanie zasobami ludzkimi (zarządzanie departamentami, umowami pracowników,...)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Strony internetowe
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Zarządzanie "Pozostaw Żądanie"
      -Module20000Desc=Zadeklaruj oraz nadzoruj wnioski pracowników dotyczące wyjść z pracy
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Partia lub numer seryjny, zarządzanie według daty ważności lub daty sprzedaży produktów
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Moduł oferujący stronę płatności online akceptujący płatności za pośrednictwem kart debetowych/kredytowych poprzez PayBox. Może zostać użyty do zapewnienia twoim klientom możliwości darmowych płatności za konkretne dokumenty Dolibarr (faktury, zamówienia, ...)
      +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=Punkt sprzedaży
       Module50100Desc=Punkty sprzedaży (POS)
      +Module50150Name=Punktów sprzedaży
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Moduł oferujący stronę płatności online akceptujący płatności za pośrednictwem PayPal (karty kredytowe lub środki PayPal). Może zostać użyty do zapewnienia twoim klientom możliwości darmowych płatności za konkretne dokumenty Dolibarr (faktury, zamówienia, ...)
      +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=Rachunkowość (zaawansowane)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Druk bezpośredni (bez otwierania dokumentów) za pomocą interfejsu Puchary IPP (drukarki muszą być widoczne z serwera, a CUPS musi być installé na serwerze).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marże
       Module59000Desc=Moduł do zarządzania marżami
       Module60000Name=Prowizje
       Module60000Desc=Moduł do zarządzania prowizjami
      -Module62000Name=Międzynarodowe Reguły Handlu
      -Module62000Desc=Dodaj funkcje do zarządzania Międzynarodowymi Regułami Handlu
      +Module62000Name=Formuły handlowe
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Zasoby
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Czytaj faktur klientów
      @@ -651,9 +661,9 @@ Permission32=Tworzenie / modyfikacja produktów
       Permission34=Usuwanie produktów
       Permission36=Podejrzyj / zarządzaj ukrytymi produktami
       Permission38=Eksport produktów
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Twórz/modyfikuj projekty (projekty udostępnione i projekty dla których jestem kontaktem). Można tworzyć zadania i przypisywać  użytkowników to projektów i zadań
      -Permission44=Usuwanie projektów (projekty współdzielone oraz projekty, w których biorę udział)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Eksportuj projekty
       Permission61=Czytaj interwencje
       Permission62=Tworzenie / modyfikacja interwencji
      @@ -686,7 +696,7 @@ Permission109=Usuń wysyłki
       Permission111=Czytaj raporty finansowe
       Permission112=Tworzenie / modyfikacja / usuwanie oraz porównywanie transakcji
       Permission113=Konfiguracja sprawozdań finansowych (tworzenie, zarządzanie kategoriami)
      -Permission114=Skonsoliduj transakcje
      +Permission114=Reconcile transactions
       Permission115=Eksport transakcji oraz oświadczeń obrachunkowych
       Permission116=Przelewy pomiędzy rachunkami
       Permission117=Zarządzanie wysyłką czeków
      @@ -694,15 +704,15 @@ Permission121=Przeglądaj kontrahentów związanych z użytkownikiem
       Permission122=Tworzenie / modyfikacja stron trzecich związanych z użytkownikiem
       Permission125=Usuń kontrahentów związanych z użytkownikiem z użytkownikiem
       Permission126=Eksport stron trzecich
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Czytaj dostawców
       Permission147=Czytaj statystyki
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Czytaj umowy / subskrypcje
       Permission162=Tworzenie / modyfikacja umowy / subskrypcji
       Permission163=Aktywacja usługi / subskrypcji umowy
      @@ -725,7 +735,7 @@ Permission187=Zamknij zamówienie dostawcy
       Permission188=Anuluj zamówienie dostawcy
       Permission192=Tworzenie linii
       Permission193=Zlikwiduj linię
      -Permission194=Czytaj przepustowość linii
      +Permission194=Read the bandwidth lines
       Permission202=Tworzenie połączenia ADSL
       Permission203=Zamów połączenie zamówień
       Permission204=Zamów połączenia
      @@ -750,12 +760,12 @@ Permission244=Zobacz zawartość ukrytych kategorii
       Permission251=Czytaj innych użytkowników i grupy
       PermissionAdvanced251=Czytaj innych użytkowników
       Permission252=Czytaj uprawnienia innych użytkowników
      -Permission253=Tworzenie / modyfikacja innych użytkowników, grup i uprawnień
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Tworzenie / modyfikacja wewnętrznych / zewnętrznych użytkowników i uprawnień
       Permission254=Tworzenie / modyfikacja jedynie zewnętrznych użytkowników
       Permission255=Modyfikacja haseł innych użytkowników
       Permission256=Usuń lub dezaktywuj innych użytkowników
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Czytaj CA
       Permission272=Czytaj faktury
       Permission273=Wystawienie faktur
      @@ -765,7 +775,7 @@ Permission283=Usuwanie kontaktów
       Permission286=Eksport kontaktów
       Permission291=Czytaj taryfy
       Permission292=Ustaw uprawnienia dotyczące taryf
      -Permission293=Modyfikuj taryfy klientów
      +Permission293=Modify customers tariffs
       Permission300=Odczyt kodów kreskowych
       Permission301=Tworzenie / modyfikacja kodów kreskowych
       Permission302=Usuwanie kodów kreskowych
      @@ -787,11 +797,9 @@ Permission401=Odczytaj zniżki
       Permission402=Tworzenie / modyfikacja zniżek
       Permission403=Walidacja zniżek
       Permission404=Usuwanie zniżek
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Utwórz/Modyfikuj płatność wynagrodzenia
      -Permission514=Usuń pensje
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Wynagrodzenia eksport
       Permission520=Czytaj Kredyty
       Permission522=Tworzenie / modyfikacja kredytów
      @@ -844,8 +852,8 @@ Permission1251=Uruchom masowy import danych zewnętrznych do bazy danych (wgrywa
       Permission1321=Eksport faktur klienta, atrybutów oraz płatności
       Permission1322=Reopen a paid bill
       Permission1421=Eksport zamówień oraz atrybutów klienta
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Czytaj zasoby
       Permission63002=Utwórz/modyfikuj zasoby
       Permission63003=Usuń zasoby
       Permission63004=Dołącz zasoby do zdarzeń w agendzie
      -DictionaryCompanyType=Typy kontrahentów
      -DictionaryCompanyJuridicalType=Formy prawne kontrahentów
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Potencjalny poziom możliwości
       DictionaryCanton=Stany/Kantony
       DictionaryRegion=Regiony
      @@ -894,7 +902,7 @@ DictionaryVAT=Stawki VAT lub stawki podatku od sprzedaży
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Warunki płatności
       DictionaryPaymentModes=Tryby płatności
      -DictionaryTypeContact=Typy kontaktu/adresu
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Podatku ekologicznego (WEEE)
       DictionaryPaperFormat=Formaty papieru
      @@ -908,47 +916,47 @@ DictionarySource=Pochodzenie wniosków / zleceń
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modele dla planu kont
       DictionaryAccountancyJournal=Dzienniki księgowe
      -DictionaryEMailTemplates=Szablony wiadomości e-mail
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Status możliwości
      -DictionaryHolidayTypes=Rodzaje urlopów
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Konfiguracja zapisana
       SetupNotSaved=Ustawienia nie zapisane
       BackToModuleList=Powrót do listy modułów
      -BackToDictionaryList=Powrót do listy słowników
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Zarządzanie VAT
      -VATIsUsedDesc=Domyślnie kiedy tworzysz perspektywy, faktury, zamówienia itd. stawka VAT pobiera z aktywnej reguły standardowej:<br>Jeżeli sprzedawca nie jest płatnikiem VAT, wówczas stawka VAT domyślnie jest równa 0. Koniec reguły.<br>Jeżeli kraj sprzedaży jest taki sam jak kraj zakupu, wówczas stawka VAT jest równa stawce VAT na produkt w kraju sprzedaży. Koniec reguły.<br>Jeżeli sprzedawca i kupujący należą do Unii Europejskiej i dobra są środkami transportu (samochody, statki, samoloty...), domyślna stawka VAT wynosi 0% (VAT powinien być zapłacony przez kupującego w jego kraju w odpowiednim urzędzie skarbowym). Koniec reguły.<br>Jeżeli sprzedawca i kupujący należą do Unii Europejskiej i kupujący jest osobą prywatną, wówczas stawka VAT jest równa stawce obowiązującej w kraju sprzedaży.Koniec reguły.<br>Jeżeli sprzedawca i kupujący należą do Unii Europejskiej i kupujący jest firmą, wówczas stawka VAT jest równa 0%. Koniec reguły.<br>W każdym innym przypadku domyślna stawka VAT jest równa 0%. Koniec reguły.
      -VATIsNotUsedDesc=Domyślnie proponowany VAT wynosi 0. Może być wykorzystany w przypadku takich stowarzyszeń, osób fizycznych lub małych firm.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Stawka
       LocalTax1IsNotUsed=Nie należy używać drugiego podatku
      -LocalTax1IsUsedDesc=Użyj drugi typ podatku (innego niż VAT)
      -LocalTax1IsNotUsedDesc=Nie należy używać innego rodzaju podatków (innych niż VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Drugi rodzaj podatku
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nie używaj trzeciego podatku
      -LocalTax2IsUsedDesc=Użyj trzeciego rodzaju podatku (innego niż VAT)
      -LocalTax2IsNotUsedDesc=Nie należy używać innego rodzaju podatków (innych niż VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Trzeci rodzaj podatku
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= RE stawki domyślnie podczas tworzenia perspektyw, faktury, zamówienia itp. postępuj zgodnie z aktywnych zasadę: <br> Jeśli te kupujący nie podlega RE, RE domyślnie = 0. Koniec panowania. <br> Jeśli kupujący jest poddawany RE następnie RE domyślnie. Koniec panowania. <br>
      -LocalTax1IsNotUsedDescES= Domyślnie proponowany RE wynosi 0. Koniec zasady.
      -LocalTax1IsUsedExampleES= W Hiszpanii są specjaliści z zastrzeżeniem niektórych szczególnych grup hiszpański IAE.
      -LocalTax1IsNotUsedExampleES= W Hiszpanii są zawodowej i społecznej oraz z zastrzeżeniem pewnych odcinkach hiszpański IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= RE stawki domyślnie podczas tworzenia perspektyw, faktury, zamówienia itp. postępuj zgodnie z aktywnych zasadę: <br> Jeśli sprzedający nie jest poddawany IRPF, a następnie IRPF domyślnie = 0. Koniec panowania. <br> Jeżeli sprzedający jest poddawany IRPF następnie IRPF domyślnie. Koniec panowania. <br>
      -LocalTax2IsNotUsedDescES= Domyślnie proponowany IRPF wynosi 0. Koniec zasady.
      -LocalTax2IsUsedExampleES= W Hiszpanii, freelancerów i przedstawicieli wolnych zawodów, którzy świadczą usługi i przedsiębiorstwa, którzy wybrali system podatkowy modułów.
      -LocalTax2IsNotUsedExampleES= W Hiszpanii nie są one przedmiotem Bussines modułów systemu podatkowego.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Domyślnie proponowany RE wynosi 0. Koniec zasady.
      +LocalTax1IsUsedExampleES=W Hiszpanii są specjaliści z zastrzeżeniem niektórych szczególnych grup hiszpański IAE.
      +LocalTax1IsNotUsedExampleES=W Hiszpanii są zawodowej i społecznej oraz z zastrzeżeniem pewnych odcinkach hiszpański IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Domyślnie proponowany IRPF wynosi 0. Koniec zasady.
      +LocalTax2IsUsedExampleES=W Hiszpanii, freelancerów i przedstawicieli wolnych zawodów, którzy świadczą usługi i przedsiębiorstwa, którzy wybrali system podatkowy modułów.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Raporty odnośnie podatków lokalnych
       CalcLocaltax1=Sprzedaż - Zakupy
       CalcLocaltax1Desc=Lokalne raporty Podatki są obliczane z różnicy między sprzedażą localtaxes i localtaxes zakupów
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sprzedaż
       CalcLocaltax3Desc=Lokalne raporty Podatki są za łączną sprzedaży localtaxes
       LabelUsedByDefault=Wytwórnia używany domyślnie, jeśli nie można znaleźć tłumaczenie dla kodu
       LabelOnDocuments=Etykieta na dokumenty
      -NbOfDays=Nb dni
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Na koniec miesiąca
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Użytkownik bazy danych
       DatabasePassword=Hasło bazy danych
       Tables=Tabele
       TableName=Nazwa tabeli
      -NbOfRecord=Liczna rekordów
      +NbOfRecord=No. of records
       Host=Serwer
       DriverType=Typ sterownika
       SummarySystem=Podsumowanie informacji systemowych
      @@ -996,7 +1005,7 @@ Skin=Skórka
       DefaultSkin=Domyślna skórka
       MaxSizeList=Maksymalna długość listy
       DefaultMaxSizeList=Domyślna maksymalna długość listy
      -DefaultMaxSizeShortList=Domyślna maksymalna długość dla krótkiej listy (przykłado na karcie klienta)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Wiadomość dnia
       MessageLogin=Wiadomość strona logowania
       LoginPage=Strona logowania
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Stały formularz wyszukiwania w lewym menu
       DefaultLanguage=Domyślny język do użytku (kod języka)
       EnableMultilangInterface=Włącz wielojęzyczny interfejs
       EnableShowLogo=Pokaż logo w menu po lewej stronie
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Firma/Organizacja
      +CompanyIds=Company/Organization identities
       CompanyName=Nazwa firmy
       CompanyAddress=Adres
       CompanyZip=Kod pocztowy
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Właściciel konta bankowego %s
       BankModuleNotActive=Moduł Rachunków bankowych jest nie aktywny
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alarmy
      -DelaysOfToleranceBeforeWarning=Tolerancja opóźnień przed ostrzeżeniem
      -DelaysOfToleranceDesc=Ten ekran pozwala na określenie dopuszczalnego opóźnienia przed uruchomieniem alarmu na ekranie z pictogramami %s dla każdego opóźnionego elementu.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Dopuszczalne opóźnienie (w dniach) przed alarmem o niezakończonych zaplanowanych wydarzeniach (wydarzeniach a agendzie)
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Dopuszczalne opóźnienie (w dniach) przed alarmem o nieprzetworzonych zamówieniach
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Opóźnienie tolerancji (w dniach) przed wpisu w sprawie propozycji, aby zamknąć
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Opóźnienie tolerancji (w dniach) przed wpisu na temat propozycji nie rozliczone
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerancja opóźnienia (liczba dni) przed wpisu na usługi, aby uaktywnić
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerancja opóźnienie (w dniach) upłynął przed wpisu na usługi
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerancja opóźnienia (liczba dni) przed wpisu na dostawcę niezapłaconych faktur
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Opóźnienie (w dniach) przed alertem o niezapłaconych fakturach
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerancja opóźnienia (liczba dni) przed wpisu w oczekiwaniu banku pojednania
      -Delays_MAIN_DELAY_MEMBERS=Tolerancja opóźnienie (w dniach) przed wpisu na opóźnione składki członkowskiej
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerancja opóźnienia (liczba dni) przed wpisu do deponowania czeków do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Opóźnienie tolerancji (w dniach) przed wpisu do zestawienia wydatków do zatwierdzenia
      -SetupDescription1=Obszar ustawień jest przeznaczony dla ustawienia startowych parametrów zanim zaczniesz używać Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Inne pozycje menu zarządzają opcjonalnymi parametrami.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Zdarzenia audytu bezpieczeństwa
       Audit=Audyt
       InfoDolibarr=O Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Można włączyć dziennik Dolibarr bezpieczeństwa imprez tutaj. A
       AreaForAdminOnly=Parametry mogą być ustawiane tylko przez <b>użytkowników z prawami administratora</b>.
       SystemInfoDesc=System informacji jest różne informacje techniczne można uzyskać w trybie tylko do odczytu i widoczne tylko dla administratorów.
       SystemAreaForAdminOnly=Obszar ten jest dostępny tylko dla użytkowników na prawach administratora. Żadne z uprawnień Dolibarr nie zniesie tego ograniczenia.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Tutaj możesz ustawić każdy z parametrów związanych z wyglądem i zachowaniem Dolibarr
       AvailableModules=Dostępne aplikacje / moduły
       ToActivateModule=Aby uaktywnić modules, przejdź na konfigurację Powierzchnia.
       SessionTimeOut=Limit czasu dla sesji
      -SessionExplanation=Numer ten gwarantuje, że sesja nigdy nie wygaśnie przed upływem tego opóźnienia. Ale PHP sessoin zarządzania nie zawsze gwarantują, że sesja wygasa po tym terminie: Ten problem występuje, jeśli system do czyszczenia Wikisłowniku sesji jest uruchomiony. <br> Uwaga: nie szczególności systemu wewnętrznej PHP będzie czyste sesji każdy <b>temat %s / %s</b> dostępu, ale tylko podczas dostępu przez innych sesji.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Dostępne wyzwala
      -TriggersDesc=Wyzwalacze są pliki, które będą modyfikować zachowania Dolibarr pracy po skopiowaniu do katalogu <b>htdocs / includes / wyzwala.</b> One zrealizowane nowych działań, uaktywnionego Dolibarr na imprezy (utworzenie nowej spółki, zatwierdzania faktur, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Wyzwalacze w tym pliku są wyłączone przez <b>NORUN-suffix</b> w ich imieniu.
       TriggerDisabledAsModuleDisabled=Wyzwalacze w tym pliku są wyłączone jako <b>modułu %s</b> została wyłączona.
       TriggerAlwaysActive=Wyzwalacze w tym pliku są zawsze aktywne, niezależnie są aktywowane Dolibarr modułów.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Wprowadź wszystkie potrzebne dane. Wartości można dodać do us
       ConstDesc=Ta strona pozwoli ci na edycję wszystkich innych parametrów nie dostępnych na poprzednich stronach. Są to głównie parametry zastrzeżone dla programistów lub zaawansowanych użytkowników. Aby uzyskać listę opcji <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">kliknij tutaj</a>.
       MiscellaneousDesc=Inne powiązane parametry bezpieczeństwa są zdefiniowane tutaj
       LimitsSetup=Ograniczenia / Precision konfiguracji
      -LimitsDesc=Można określić limity, doprecyzowanie i optymalizacje stosowane przez Dolibarr tutaj
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max dziesiętnych na ceny jednostkowe
       MAIN_MAX_DECIMALS_TOT=Max dziesiętnych dla całkowitej ceny
       MAIN_MAX_DECIMALS_SHOWN=Max dziesiętnych ceny wyświetlane na ekranie (Dodaj <b>...</b> po ten numer, jeśli chcesz zobaczyć <b>...</b> kiedy liczba jest obcięty przy wyświetlane na ekranie)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Cena netto jednostki produktu
       TotalPriceAfterRounding=Łączna cena (netto / VAT / wraz z podatku) po zaokrągleniu
       ParameterActiveForNextInputOnly=Parametr skuteczne wejście tylko dla najbliższych
       NoEventOrNoAuditSetup=Nr bezpieczeństwa zdarzenie zostało jeszcze zarejestrowane. To może być normalne, jeśli kontrola nie została włączona w "setup - bezpieczeństwo - audytu" strony.
      -NoEventFoundWithCriteria=Nr bezpieczeństwa zdarzenie zostało znalezionych dla takich kryteriów wyszukiwania.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Zobacz lokalnej konfiguracji sendmaila
       BackupDesc=Aby wykonać pełną kopię zapasową Dolibarr, musisz:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Zapisz zawartość Twojej bazy danych (<b>%s</b>) do kopi zapasowej. Aby tego dokonać, możesz użyć asystenta.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Zarchiwizowane katalogu należy przechowywać w bezpiecznym miejscu.
       BackupDescY=Wygenerowany plik zrzutu powinny być przechowywane w bezpiecznym miejscu.
      -BackupPHPWarning=Kopia zapasowa nie może być gwarantowana przy użyciu tej metody. Wolę poprzedni
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Aby przywrócić Dolibarr zapasowej, należy:
      -RestoreDesc2=Przywróć pliki archiwalny (np. ZIP) katalogu dokumentów, aby wyodrębnić drzewa plików w katalogu dokumentów do nowej instalacji Dolibarr lub do bieżącego katalogu dokumentów <b>( %s).</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Przywróć dane z pliku kopii zapasowej, do bazy danych nowej instalacji Dolibarr lub do bazy danych tej bieżącej instalacji (<b>%s</b>). Uwaga, gdy przywracanie zostanie zakończone, należy użyć loginu i hasła, które istniały, gdy kopia zapasowa została utworzona, aby połączyć się ponownie. Aby przywrócić kopię zapasową bazy danych do bieżącej instalacji, można użyć tego asystenta.
       RestoreMySQL=Import MySQL
       ForcedToByAModule= Ta zasada jest zmuszona <b>do %s</b> przez aktywowany modułu
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Należy uruchomić to polecenie
       YourPHPDoesNotHaveSSLSupport=funkcji SSL nie są dostępne w PHP
       DownloadMoreSkins=Więcej skórek do pobrania
       SimpleNumRefModelDesc=Zwraca numer w farmacie %syymm nnnn, gdzie yy to rok, mm to miesiąc i nnnn jest ciągiem cyfr bez przerwania i bez możliwości resetu do wartości początkowej
      -ShowProfIdInAddress=Pokaż zawodami identyfikator z adresów na dokumentach
      -ShowVATIntaInAddress=Ukryj VAT Intra num z adresów na dokumenty
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Częściowe tłumaczenie
      -MAIN_DISABLE_METEO=Wyłącz widok pictogramów meteo
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Przetestuj się zalogować do interfejsu API
      -ProxyDesc=Niektóre funkcje Dolibarr muszą mieć dostęp do Internetu. Tutaj możesz określić parametry tego dostępu. Jeśli serwer Dolibarr jest za serwerem proxy, te parametry określą jak uzyskać dostęp do Internetu za jego pośrednictwem.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Zewnętrzny dostęp
       MAIN_PROXY_USE=Użyj serwera proxy (inaczej bezpośredni dostęp do internetu)
       MAIN_PROXY_HOST=Imię i nazwisko / adres serwera proxy
       MAIN_PROXY_PORT=Port serwera proxy
       MAIN_PROXY_USER=Zaloguj się, aby korzystać z serwera proxy
       MAIN_PROXY_PASS=Hasło do korzystania z serwera proxy
      -DefineHereComplementaryAttributes=Określ tutaj wszystkie atrybuty, niedostępne jako domyślne, które mają być obsługiwane dla  %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Uzupełniające atrybuty
       ExtraFieldsLines=Atrybuty uzupełniające (linie)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=(Linie uzupełniające atrybuty order)
       ExtraFieldsSupplierInvoicesLines=Atrybuty uzupełniające (linie na fakturze)
       ExtraFieldsThirdParties=Atrybuty uzupełniające (thirdparty)
      -ExtraFieldsContacts=Atrybuty uzupełniające (kontakt / adres)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Atrybuty uzupełniające (członek)
       ExtraFieldsMemberType=Atrybuty uzupełniające (typ członkiem)
       ExtraFieldsCustomerInvoices=Atrybuty uzupełniające (faktury)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=tylko alphanumericals i małe litery bez przest
       SendmailOptionNotComplete=Uwaga, w niektórych systemach Linux, aby wysłać e-mail z poczty elektronicznej, konfiguracja wykonanie sendmail musi conatins opcja-ba (mail.force_extra_parameters parametr w pliku php.ini). Jeśli nigdy niektórzy odbiorcy otrzymywać e-maile, spróbuj edytować ten parametr PHP z mail.force_extra_parameters =-ba).
       PathToDocuments=Ścieżka do dokumentów
       PathDirectory=Katalog
      -SendmailOptionMayHurtBuggedMTA=Funkcja wysłać maile za pomocą metody "PHP poczty bezpośredniej" wygeneruje wiadomości, że może nie być prawidłowo przeanalizowany przez niektórych otrzymujących serwerów pocztowych. Powoduje to, że niektóre maile nie mogą być odczytywane przez ludzi obsługiwanych przez te platformy podsłuchu. To przypadku niektórych dostawców internetowych (Ex: Pomarańczowy we Francji). To nie jest problem w Dolibarr, ani w PHP, ale na otrzymywanie serwera poczty. Możesz jednak dodać opcję MAIN_FIX_FOR_BUGGED_MTA do 1 w konfiguracji - inne zmodyfikować Dolibarr, aby tego uniknąć. Jednakże, mogą wystąpić problemy z innymi serwerami, które przestrzegają ściśle standardu SMTP. Inne rozwiązanie (zalecane) jest użycie metody "gniazdo SMTP biblioteki", który nie ma wad.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Ustawienia tłumaczenia
       TranslationKeySearch=Szukaj klucza lub ciągu tłumaczenia
       TranslationOverwriteKey=Nadpisz tłumaczony ciąg
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Tłumaczony ciąg
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Aktywowane aplikacje/moduły: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Musisz przynajmniej umożliwić 1 moduł
      -ClassNotFoundIntoPathWarning=Klasa% s nie znaleziono na drodze PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Tak w lecie
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Przechowywania sesji szyfrowane Suhosin
       ConditionIsCurrently=Stan jest obecnie% s
      -YouUseBestDriver=Za pomocą sterownika% s, który jest najlepszym kierowcą dostępne obecnie.
      -YouDoNotUseBestDriver=Używać dysku% s% s, ale kierowca jest zalecane.
      -NbOfProductIsLowerThanNoPb=Masz tylko% s produktów / usług do bazy danych. W ten sposób nie wymaga żadnej szczególnej optymalizacji.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Pozycjonowanie
      -YouHaveXProductUseSearchOptim=Masz% s produktu w bazie danych. Należy dodać stałą PRODUCT_DONOTSEARCH_ANYWHERE do 1 w Home-Setup-Inne, można ograniczyć wyszukiwanie do początku ciągów składających możliwe dla bazy danych do wykorzystania indeksu i powinieneś otrzymać natychmiastową odpowiedź.
      -BrowserIsOK=Używasz przeglądarki internetowej% s. Ta przeglądarka jest ok dla bezpieczeństwa i wydajności.
      -BrowserIsKO=Używasz przeglądarki internetowej% s. Ta przeglądarka jest znany zły wybór dla bezpieczeństwa, wydajności i niezawodności. Mamy polecam do korzystania z przeglądarki Firefox, Chrome, Opera lub Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug jest załadowany.
       XCacheInstalled=XCache jest załadowany.
      -AddRefInList=Wyświetlacz klienta / ref dostawcą na liście (wybierz listy lub combobox) i większość z hiperłącza. Osób trzecich pojawia się nazwa "CC12345 - SC45678 - duży coorp firmy", zamiast "The big coorp firmy".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edycja pola% s
       FillThisOnlyIfRequired=Przykład: +2 (wypełnić tylko w przypadku strefy czasowej w stosunku problemy są doświadczeni)
       GetBarCode=Pobierz kod kreskowy
       ##### Module password generation
       PasswordGenerationStandard=Wróć hasło generowane zgodnie z wewnętrznym Dolibarr algorytmu: 8 znaków zawierających cyfry i znaki udostępniony w małe.
      -PasswordGenerationNone=Nie zgłosił żadnych wygenerowane hasło. Hasło należy wpisać ręcznie.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Powrót hasło zależności osobiście określonej konfiguracji.
       SetupPerso=Zgodnie z twoją konfiguracją
       PasswordPatternDesc=Opis wzoru hasła
      @@ -1195,23 +1205,23 @@ UserMailRequired=Email wymagane, aby utworzyć nowego użytkownika
       HRMSetup=Ustawianie modułu HR
       ##### Company setup #####
       CompanySetup=Firmy konfiguracji modułu
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Powiadomienia email pozwalają na wysyłanie automatycznych wiadomości email w tle dla pewnym zdarzeń w aplikacji Dolibarr. Odbiorca powiadomień może być zdefiniowany:
       NotificationsDescUser=* per users, one user at time.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Szablony dokumentów
      -DocumentModelOdt=Generowanie dokumentów z szablonów (.odt OpenDocuments lub ods pliki dla OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Znak wodny w sprawie projektu dokumentu
       JSOnPaimentBill=Aktywuj funkcję automatyczne wypełnianie linii płatności w formie płatności
      -CompanyIdProfChecker=Profesjonalny Identyfikator unikalny
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Musi być unikatowy?
      -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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Wywóz <b>link %s</b> format jest dostępny na poniższy link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Wywóz <b>link %s</b> format jest dostępny na poniższy
       BillsSetup=Konfiguracja modułu faktur
       BillsNumberingModule=Faktur i not kredytowych numeracji modułu
       BillsPDFModules=Faktura dokumentów modele
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Nota kredytowa
       CreditNotes=Not kredytowych
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Zarządzanie logowania dla każdego członka
       AdherentMailRequired=Email wymagane, aby utworzyć nowy członek
       MemberSendInformationByMailByDefault=Checkbox wysłać mail z potwierdzeniem do członków jest domyślnie
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Konfiguracja LDAP
       LDAPGlobalParameters=Parametry globalne
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testowanie wyszukiwania LDAP
       LDAPSynchroOK=Synchronizacja udany test
       LDAPSynchroKO=Niepowodzenie testu synchronizacji
      -LDAPSynchroKOMayBePermissions=Niepowodzenie testu synchronizacji. Upewnij się, że połączenie z serwerem jest poprawnie skonfigurowane i pozwala na aktualizacje LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP podłączyć do serwera LDAP powiodło się (Server= %s, port= %s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP podłączyć do serwera LDAP nie powiodło się (Server= %s, port= %s)
      -LDAPBindOK=Połącz / Authentificate na serwerze LDAP sukces (Server =% s, port =% s, Admin =% s, hasło =% s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=Kontakt / Authentificate do serwera LDAP nie powiodło się (Server= %s, port= %s, %s= Administrator, Password= %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=Serwer LDAP skonfigurowany dla wersji 3
       LDAPSetupForVersion2=Serwer LDAP skonfigurowany dla wersji 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Przykład: sAMAccountName
       LDAPFieldFullname=Imię i nazwisko
       LDAPFieldFullnameExample=Przykład: cn
      -LDAPFieldPasswordNotCrypted=Hasło nie zaszyfrowane
      -LDAPFieldPasswordCrypted=Zaszyfrowane hasło
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Przykład: userPassword
       LDAPFieldCommonNameExample=Przykład: cn
       LDAPFieldName=Nazwa
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Przykład wartości są dla <b>OpenLDAP</b> ładowane z następujących schematów: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Jeśli używasz thoose wartości i OpenLDAP, zmodyfikować plik konfiguracyjny LDAP <b>slapd.conf</b> do wszystkich thoose schemas załadowany.
       ForANonAnonymousAccess=Dla uwierzytelniane dostęp (do zapisu na przykład)
       PerfDolibarr=Konfiguracja Wyniki / optymalizacja raport
      -YouMayFindPerfAdviceHere=Znajdziesz na tej stronie kilka czeków lub porad związanych z realizacją.
      -NotInstalled=Nie jest zainstalowany, więc serwer nie jest wolniejsze od tego.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplikacyjnych cache
       MemcachedNotAvailable=Nie znaleziono cache aplikacyjnych. Możesz zwiększyć wydajność poprzez zainstalowanie serwera cache i Memcached moduł w stanie korzystać z tego serwera cache. <br> Więcej informacji tutaj <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a> . <br> Należy pamiętać, że wiele hosting provider nie zapewnia takiego serwera cache.
       MemcachedModuleAvailableButNotSetup=Moduł memcached dla aplikacyjnej cache znaleźć, ale konfiguracja modułu nie jest kompletna.
       MemcachedAvailableAndSetup=Moduł memcached dedykowane obsłudze serwer memcached jest włączony.
       OPCodeCache=OPCODE cache
      -NoOPCodeCacheFound=Nie znaleziono OpCode cache. Może użyć innego cache OPCODE niż XCache lub eAccelerator (dobry), może nie masz OPCODE cache (bardzo źle).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Cache HTTP do zasobów statycznych (css, img, JavaScript)
       FilesOfTypeCached=Pliki typu %s są buforowane przez serwer HTTP
       FilesOfTypeNotCached=Pliki typu %s nie są buforowane przez serwer HTTP
       FilesOfTypeCompressed=Pliki typu %s są kompresowane przez serwer HTTP
       FilesOfTypeNotCompressed=Pliki typu %s nie są kompresowane przez serwer HTTP
       CacheByServer=Cache przez serwer
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache przez przeglądarkę
       CompressionOfResources=Kompresja odpowiedzi HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Taka automatyczna detekcja nie jest możliwe przy obecnych przeglądarek
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Domyślna kolejność sortowania
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produkty konfiguracji modułu
       ServiceSetup=Konfiguracja modułu Usługi
       ProductServiceSetup=Produkty i usługi moduły konfiguracyjne
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=Maksymalna liczba produktów combo wybrać list (0= bez limitu)
      -ViewProductDescInFormAbility=Wizualizacja opisy produktów w formach (inaczej jak popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Także jeśli masz dużą ilość produktu (> 100 000), można zwiększyć prędkość przez ustawienie stałej PRODUCT_DONOTSEARCH_ANYWHERE do 1 w Setup-> Inne. Szukaj zostaną ograniczone do początku łańcucha.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Domyślny kod kreskowy typu użyć do produktów
       SetDefaultBarcodeTypeThirdParties=Domyślny typ kodu kreskowego używanego dla kontahentów
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Konfiguracja modułu wysyłek
       SendingsReceiptModel=Wysyłanie otrzymania modelu
       SendingsNumberingModules=Sendings numerowania modułów
       SendingsAbility=Obsługuj arkusze wysyłkowe dla dostaw do klientów
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Dowolny tekst sprawie przemieszczania
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produkty dostaw otrzymania numeracji modułu
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Zaawansowany edytor
       ActivateFCKeditor=Uaktywnij FCKeditor za:
       FCKeditorForCompany=WYSIWIG tworzenie / edycja spółek opis i notatki
       FCKeditorForProduct=WYSIWIG tworzenie / edycja produktów / usług "opis i notatki
      -FCKeditorForProductDetails=WYSIWIG tworzenie / edycja produktów szczegóły linii dla wszystkich podmiotów (wnioski, zamówienia, faktury, itp ...). <font class="warning">Ostrzeżenie: Użycie tej opcji w tym przypadku nie jest zalecane, ponieważ może poważnie to spowodować problemy z znaków specjalnych i strona formatowania, gdy buduje PDF pliki.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG tworzenie / edycja wiadomości
       FCKeditorForUserSignature=WYSIWIG tworzenie / edycja podpisu użytkownika
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Połączenie udało, ale baza danych nie patrzy się osCommerce danych (klucz %s nie został znaleziony w tabeli %s).
      -OSCommerceTestOk=Połączenie do serwera ' %s' z bazą danych " %s" z użytkownikiem '%s' powiodło się.
      -OSCommerceTestKo1=Pomyślnie połączono się z serwerem '%s', ale baza danych '%s' jest niedostępna.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Połączenie do serwera '% s' w bazie danych '% s' z użytkownika '% s' sukces.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Połączenie do serwera '%s' z użytkownikiem '%s' nie powiodło się.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=W przypadku korzystania z modułu Point of Sale (moduł POS dostarczony domyślnie lub inny moduł zewnętrzny), ta konfiguracja może być ignorowana przez twój moduł POS. Większość modułów POS jest zaprojektowana, aby wystawiać natychmiast fakturę i obniżać zapas domyślnie, czyli podobnie jak poniższe opcje. Tak więc, jeśli chcesz lub nie, aby twój moduł POS obsłużył zmniejszanie zapasu na magazynie podczas rejestrowania sprzedaży, sprawdź konfigurację twojego modułu POS.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu skreślony
       Menus=Menu
      @@ -1548,7 +1561,7 @@ DetailRight=Warunek, aby wyświetlić menu nieautoryzowanych szary
       DetailLangs=Lang nazwy etykiety kodów
       DetailUser=Intern / Pomocy Wszystkie
       Target=Cel
      -DetailTarget=Target dla linków (_blank górę otworzyć nowe okno)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Poziom (-1: top menu 0: nagłówek menu&gt; 0 menu i podmenu)
       ModifMenu=Menu zmiany
       DeleteMenu=Usuń element menu
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT jest należny: <br> - W dniu dostawy / płatności za t
       OptionVatDebitOptionDesc=VAT jest należny: <br> - W dniu dostawy / płatności za towary <br> - Na fakturze (obciążenie) na usługi
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Czas VAT exigibility domyślnie wg wybranej opcji:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Na dostawy
       OnPayment=W sprawie wypłaty
       OnInvoice=Na fakturze
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Kup konto. kod
       AgendaSetup=Działania i porządku konfiguracji modułu
       PasswordTogetVCalExport=Klucz do wywozu zezwolić na link
       PastDelayVCalExport=Nie starsze niż eksport przypadku
      -AGENDA_USE_EVENT_TYPE=Użyj typów zdarzeń (zarządzanie w menu Konfiguracja -> Słowniki -> Typ zdarzeń w agendzie)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Ustaw automatycznie tego typu imprezy w filtrze wyszukiwania widzenia porządku obrad
      -AGENDA_DEFAULT_FILTER_STATUS=Ustaw automatycznie tego stanu dla wydarzeń w filtrze wyszukiwania widzenia porządku obrad
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Która karta chcesz otworzyć domyślnie po wybraniu menu Agendę
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Kliknij, aby Dial konfiguracji modułu
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Moduł ten pozwala dodać ikonę po numer telefonu Dolibarr kontakty. Kliknięcie na tę ikonę, będzie połączenie z serveur z danego adresu URL można zdefiniować poniżej. Może to być wykorzystane, aby połączyć się z Call Center z systemu Dolibarr, że mogą dzwonić na numer telefonu SIP system przykład.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Używaj tylko łącza "tel:" na numery telefonów
      -ClickToDialUseTelLinkDesc=Użyj tej metody, jeśli użytkownicy mają softphone lub interfejs oprogramowania zainstalowanego na tym samym komputerze, niż przeglądarce i nazywa się po kliknięciu na link w przeglądarce, które zaczynają się od "tel:". Jeśli potrzebujesz pełne rozwiązanie serwera (bez potrzeby instalacji oprogramowania lokalnego), należy ustawić na "Nie" i wypełnić następne pole.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Punktów sprzedaży
       CashDeskSetup=Kasa konfiguracji modułu
      -CashDeskThirdPartyForSell=Domyślnie ogólny osób trzecich do korzystania z Sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Środki pieniężne na rachunku do korzystania sprzedaje
       CashDeskBankAccountForCheque= Chcesz używać do otrzymywania płatności w formie czeku
       CashDeskBankAccountForCB= Chcesz używać do przyjmowania płatności gotówkowych za pomocą kart kredytowych
      -CashDeskDoNotDecreaseStock=Wyłącz spadek akcji, gdy sprzedaż odbywa się z punktów sprzedaży (jeśli "nie", spadek zapasów odbywa się dla każdego sprzedają zrobić z POS, co jest rozwiązaniem określonym w module magazynie).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Życie i ograniczyć magazyn użyć do spadku magazynie
      -StockDecreaseForPointOfSaleDisabled=Spadek Zdjęcie z punktach sprzedaży wyłączony
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Zmniejszenie liczby zapasów w POS nie jest kompatybilne z systemem zarządzania partiami
      -CashDeskYouDidNotDisableStockDecease=Nie wyłączono spadek akcji podczas dokonywania sprzedaży od punktu sprzedaży. Więc jest wymagane magazynu.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Zakładka konfiguracji modułu
      -BookmarkDesc=Moduł ten umożliwia zarządzanie zakładkami. Możesz także dodać skróty do jakichkolwiek Dolibarr strony lub stron internetowych externale po lewej stronie menu.
      +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.
       NbOfBoomarkToShow=Maksymalna liczba zakładek, aby pokazać, w lewym menu
       ##### WebServices #####
       WebServicesSetup=WebServices konfiguracji modułu
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Firma Multi-Moduł konfiguracji
       ##### Suppliers #####
       SuppliersSetup=Dostawca konfiguracji modułu
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Modele numeracji faktur dostawcy
       IfSetToYesDontForgetPermission=Jeśli jest ustawiona na yes, nie zapomnij, aby zapewnić uprawnień do grup lub użytkowników dopuszczonych do drugiego zatwierdzenia
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekt instalacji modułu
       ProjectsModelModule=Wzór dokumentu projektu sprawozdania
       TasksNumberingModules=Zadania numeracji modułu
       TaskModelModule=Zadania raporty modelu dokumentu
      -UseSearchToSelectProject=Czekaj na wciśnięcie klawisza przed załadowaniem zawartości listy (To może zwiększyć wydajność jeżeli masz dużą ilość projektów, ale zmniejszy wygodę użytkowania)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Okresy rozliczeniowe
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Możesz znaleźć opcje po
       ListOfNotificationsPerUser=Lista powiadomień na użytkownika*
       ListOfNotificationsPerUserOrContact=Lista powiadomień na użytkownika* lub na kontakt**
       ListOfFixedNotifications=Lista stałych powiadomień
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Próg
       BackupDumpWizard=Konfigurator wykonywania kopii zapasowej bazy danych
       SomethingMakeInstallFromWebNotPossible=Instalacja zewnętrznych modułów za pomocą interfejsu sieciowego nie jest możliwa z powodu następujących przyczyn:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Instalacja zewnętrznych modułów z p
       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=Kolor podświetlenia linii przy najechaniu na nią myszą (pozostaw puste jeżeli ma nie być podświetlona)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=Kolor odnośników
       PressF5AfterChangingThis=Naciśnij CTRL+F5 na klawiaturze aby wyczyścić cache w przeglądarce po zmianie tej wartości, aby zobaczyć efekt tej zmiany
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Kolor tła dla równomiernych lini tabeli
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Widoczne wszędzie
       VisibleNowhere=Visible nowhere
       FixTZ=Strefa czasowa fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Używasz ostatniej stabilnej wersji
       TitleExampleForMajorRelease=Przykład wiadomości można użyć, aby ogłosić to główne wydanie (prosimy używać go na swoich stronach internetowych)
       TitleExampleForMaintenanceRelease=Przykład wiadomości można użyć, aby ogłosić wydanie konserwacji (prosimy używać go na swoich stronach internetowych)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s jest dostępny. Wersja %s  jest głównym wydaniem z dużą ilością nowych funkcji dla użytkowników i deweloperów. Możesz ją pobrać na stronie https://www.dolibarr.org (podkatalog Wersje stabilne). Pełna lista zmian dostępna jest w <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a>.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s jest dostępny. Wersja %s jest wydaniem poprawkowym, więc zawiera tylko poprawki naprawiające błędy. Zalecamy wszystkim użycie starszej wersji do aktualizacji do tej wersji. Jak w każdej wersji poprawkowej, nie ma tutaj nowych funkcjonalności, zmian w strukturze danych w porównaniu do aktualnej wersji. Możesz ją pobrać na stronie https://www.dolibarr.org (podkatalog Wersje stabilne). Pełna lista zmian dostępna jest w <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a>.
      -MultiPriceRuleDesc=Gdy opcja "Kilka poziom cen na produkt / usługę" jest włączone, można zdefiniować różne ceny (jeden na poziomie cen) dla każdego produktu. Aby zaoszczędzić czas, można wprowadzić tutaj rządzić mieć cenę każdego poziomu autocalculated według ceny pierwszym poziomie, więc trzeba będzie wprowadzić tylko cenę za pierwszego poziomu na każdym produkcie. Ta strona jest tutaj, aby zaoszczędzić czas i może być przydatne tylko wtedy, jeśli ceny każdego poziomó są w stosunku do pierwszego poziomu. Można zignorować tę stronę w większości przypadków.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Szablon dokumentu produktu
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=Wszyscy wydawcy
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Wykrycie niemożliwe
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Lista dostępnych API
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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=Ten użytkownik nie ma zdefiniowanych uprawnień
      -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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/pl_PL/companies.lang b/htdocs/langs/pl_PL/companies.lang
      index bde9269a0e3..1bf1fad19d4 100644
      --- a/htdocs/langs/pl_PL/companies.lang
      +++ b/htdocs/langs/pl_PL/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Wybierz kontrahenta
       ConfirmDeleteCompany=Czy jesteś pewien, ze chcesz usunąć tą firmę i wszystkie zawarte informacje?
       DeleteContact=Usuń kontakt/adres
       ConfirmDeleteContact=Czy jesteś pewien, ze chcesz usunąć ten kontakt i wszystkie zawarte informacje?
      -MenuNewThirdParty=Nowy kontrahent
      -MenuNewCustomer=Nowy klient
      -MenuNewProspect=Nowy potencjalny klient
      -MenuNewSupplier=Nowy dostawca
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nowa osoba prywatna
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Stwórz kontrahenta (dostawcę)
       CreateThirdPartyOnly=Utwórz kontrahenta
       CreateThirdPartyAndContact=Utwórz kontrahenta i potomny kontakt
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kontakty/adresy kontrahenta
       Company=Firma
       CompanyName=Nazwa firmy
       AliasNames=Alias (handlowy, znak firmowy, ...)
      -AliasNameShort=Alias
      +AliasNameShort=Alias Name
       Companies=Firmy
      -CountryIsInEEC=Kraj należy do Europejskiej Strefy Ekonomicznej
      -ThirdPartyName=Nazwa kontrahenta
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Email kontrahenta
      -ThirdParty=Kontrahent
      -ThirdParties=Kontrahenci
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Potencjalni klienci
       ThirdPartyProspectsStats=Potencjalni klienci
       ThirdPartyCustomers=Klienci
       ThirdPartyCustomersStats=Klienci
       ThirdPartyCustomersWithIdProf12=Klienci z %s lub %s
       ThirdPartySuppliers=Dostawcy
      -ThirdPartyType=Typ kontrahenta
      +ThirdPartyType=Type of company
       Individual=Osoba prywatna
      -ToCreateContactWithSameName=Utworzy automatycznie kontakt/adres z takimi samymi informacjami jak dane kontrahenta. Najczęściej jeżeli twój kontrahent jest osobą fizyczną, wystarczy utworzenie samego kontrahenta.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Firma macierzysta
       Subsidiaries=Oddziały
       ReportByMonth=Raport za miesiąc
      @@ -75,12 +75,12 @@ Zip=Kod pocztowy
       Town=Miasto
       Web=Strona www
       Poste= Stanowisko
      -DefaultLang=Domyślny język
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=Nie jest płatnikiem VAT
       CopyAddressFromSoc=Uzupełnij adres danymi kontrahenta
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Konto bankowe dla płatności
       OverAllProposals=Propozycje
      @@ -258,10 +258,10 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Składnia jest poprawna
      -VATReturn=VAT return
      +VATReturn=Zwrot VAT
       ProspectCustomer=Perspektywa/Klient
       Prospect=Perspektywa
       CustomerCard=Karta Klienta
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Ten klient ma standardowy rabat <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Ten klient domyślnie nie posiada względnego rabatu
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=Ten klient ma dostępny rabat (kredyty lub zaliczki) dla <b>%s</b>%s
      -CompanyHasDownPaymentOrCommercialDiscount=Ten klient ma dostępny rabat (komercyjny, zaliczki) dla <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ten klient nadal posiada noty kredytowe dla <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Żaden
      -Supplier=Dostawca
      +Supplier=Vendor
       AddContact=Stwórz konktakt
       AddContactAddress=Stwórz kontakt/adres
       EditContact=Edytuj kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Dodaj kontrahenta
       DeleteACompany=Usuń firmę
       PersonalInformations=Prywatne dane osobowe
       AccountancyCode=Konto księgowe
      -CustomerCode=Kod Klienta
      -SupplierCode=Kod dostawcy
      -CustomerCodeShort=Kod klienta
      -SupplierCodeShort=Kod dostawcy
      -CustomerCodeDesc=Kod Klienta, unikatowy dla wszystkich klientów
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Wymagane, jeżeli Kontrahent jest klientem lub potencjalnym klientem
       RequiredIfSupplier=Wymagane jeżeli kontrahent jest dostawcą
      -ValidityControledByModule=Ważność kontrolowana przez moduł
      -ThisIsModuleRules=To są zasady tego modułu
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Potencjalny Klient do kontaktu
       CompanyDeleted=Firma " %s" usunięta z bazy danych.
       ListOfContacts=Lista kontaktów/adresów
       ListOfContactsAddresses=Lista kontaktów/adresów
      -ListOfThirdParties=Lista kontrahentów
      -ShowCompany=Pokaż kontrahentów
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Pokaż kontakt
       ContactsAllShort=Wszystkie (bez filtra)
       ContactType=Typ kontaktu
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ten kontakt nie jest kontaktem dla żadnej oferty handlo
       NoContactForAnyContract=Ten kontakt nie jest kontaktem dla żadnego kontraktu
       NoContactForAnyInvoice=Ten kontakt nie jest kontaktem dla żadnej faktury
       NewContact=Nowy kontakt
      -NewContactAddress=Nowy kontakt / adres
      +NewContactAddress=New Contact/Address
       MyContacts=Moje kontakty
       Capital=Kapitał
       CapitalOf=Kapitał %s
       EditCompany=Edycja firmy
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Sprawdź
      -VATIntraCheckDesc=Kliknij tutaj <b>%s</b> aby sprawdzić NIP Klienta w serwisie Europejskiej Komisji VAT. Wymagany jest dostęp do internetu.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do?locale=pl
      -VATIntraCheckableOnEUSite=Sprawdź NIP Klienta w serwisie Europejskiej Komisji VAT
      -VATIntraManualCheck=Możesz również sprawdzić ręcznie wchodząc na stonie Europejskiej Komisji VAT <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Brak możliwości sprawdzenia. Usługa nie jest dostarczana dla wybranego regionu (%s).
      -NorProspectNorCustomer=Ani perspektywa, ani klient
      -JuridicalStatus=Forma prawna
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personel
       ProspectLevelShort=Potencjał
       ProspectLevel=Potencjał potencjalnego klienta
      @@ -387,12 +387,12 @@ ExportCardToFormat=Eksport karty do formatu
       ContactNotLinkedToCompany=Kontakt nie połączony z żadnym kontrahentem
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Brak dostępu do Dolibarr
      -ExportDataset_company_1=Kontrahenci (Firmy/Fundacje/Osoby fizyczne) i ich ustawienia
      -ExportDataset_company_2=Kontakty i właściwości
      -ImportDataset_company_1=Kontrahenci (Firmy/Fundacje/Osoby fizyczne) i ich ustawienia
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Konta bankowe kontrahentów
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Poziom cen
       DeliveryAddress=Adres dostawy
       AddAddress=Dodaj adres
      @@ -402,16 +402,16 @@ DeleteFile=Usuń plik
       ConfirmDeleteFile=Czy na pewno chcesz usunąć ten plik?
       AllocateCommercial=Przypisać do przedstawiciela
       Organization=Organizacja
      -FiscalYearInformation=Informacje dotyczące roku podatkowego
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Pierwszy miesiąc roku podatkowego
      -YouMustAssignUserMailFirst=Musisz w pierwszej kolejności dodać adres email dla tego użytkownika aby udostępnić powiadomienia email dla niego.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Żeby dodać powiadomienia email, najpierw musisz określić kontakty z ważnymi adresami email dla kontrahentów
      -ListSuppliersShort=Lista dostawców
      -ListProspectsShort=Lista potencjalnych klientów
      -ListCustomersShort=Lista klientów
      -ThirdPartiesArea=Zamówienie i konktakt 
      -LastModifiedThirdParties=Ostatnich %s modyfikowanych kontrahentów
      -UniqueThirdParties=Łącznie unikatowych kontrahentów
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Otwarte
       ActivityCeased=Zamknięte
       ThirdPartyIsClosed=Kontrahent jest zamknięty
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Biężący, niezapłacony rachunek
       OutstandingBill=Maksymalna kwota niezapłaconego rachunku
       OutstandingBillReached=Maksymalna kwota dla niespłaconych rachunków osiągnięta
       OrderMinAmount=Minimalna kwota dla zamówienia
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Dowolny kod Klienta / Dostawcy. Ten kod może być modyfikowany w dowolnym momencie.
       ManagingDirectors=Funkcja(e) managera (prezes, dyrektor generalny...)
       MergeOriginThirdparty=Duplikuj kontrahenta (kontrahenta, którego chcesz usunąć)
       MergeThirdparties=Scal kontrahentów
      -ConfirmMergeThirdparties=Jesteś pewien, że chcesz połączyć tego kontrahenta z obecny? Wszystkie połączone dokumenty (faktury, zamówienia, ...) zostaną przeniesione do obecnego kontrahenta, a wtedy ten kontrahent zostanie usunety.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login przedstawiciela handlowego
       SaleRepresentativeFirstname=Imię przedstawiciela handlowego
       SaleRepresentativeLastname=Nazwisko przedstawiciela handlowego
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/pl_PL/errors.lang b/htdocs/langs/pl_PL/errors.lang
      index ce6a8de3891..7d0d726e9ef 100644
      --- a/htdocs/langs/pl_PL/errors.lang
      +++ b/htdocs/langs/pl_PL/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Wartość '%s' ma zły format daty
       ErrorWrongDate=Data nie jest poprawna!
       ErrorFailedToWriteInDir=Nie można zapisać w katalogu %s
       ErrorFoundBadEmailInFile=Znaleziono nieprawidłową składnię adresu email dla %s linii w pliku (przykładowo linia %s z adresem email %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Niektóre pola wymagane nie były uzupełnione.
       ErrorSubjectIsRequired=Temat wiadomości jest wymagany
       ErrorFailedToCreateDir=Nie można utworzyć katalogu. Sprawdź, czy serwer WWW użytkownik ma uprawnienia do zapisu do katalogu dokumentów Dolibarr. Jeśli parametr <b>safe_mode</b> jest włączona w tym PHP, czy posiada Dolibarr php pliki do serwera internetowego użytkownika (lub grupy).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Proszę wypełnić wartości dla listy wyboru
       ErrorNoValueForCheckBoxType=Proszę wypełnić wartości dla listy checkbox
       ErrorNoValueForRadioType=Proszę wypełnić wartość liście radiowej
       ErrorBadFormatValueList=Wartość na tej liście nie może mieć więcej niż jeden <u>przecinek: %s,</u> ale wymagany jest przynajmniej jeden: klucz, wartość
      -ErrorFieldCanNotContainSpecialCharacters=<b>Pole %s</b> nie zawiera znaki specjalne.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=<b>Pole% s nie</b> może zawierać znaków specjalnych, ani wielkich liter i nie może zawierać tylko liczby.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Nie aktywowano modułu księgowości
       ErrorExportDuplicateProfil=Ta nazwa profil już istnieje dla tego zestawu eksportu.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP dopasowywania nie jest kompletna.
       ErrorLDAPMakeManualTest=A. LDIF plik został wygenerowany w katalogu %s. Spróbuj załadować go ręcznie z wiersza polecenia, aby mieć więcej informacji na temat błędów.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nie można zapisać działania z "Statut nie rozpocznie", jeśli pole "wykonana przez" jest wypełniona.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Numer identyfikacyjny używany do tworzenia już istnieje.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Nie udało się usunąć rekordu, ponieważ ma on pewne potomstwo.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Nie można usunąc wpisu. Jest on już używany lub dołączony do innego obiektu.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=JavaScript nie może być wyłączony aby korzystać z tej funkcji. Aby włączyć/wyłączyć Javascript, przejdź do menu Start->Ustawienia->Ekran.
       ErrorPasswordsMustMatch=Zarówno wpisane hasło musi się zgadzać się
      -ErrorContactEMail=Błąd techniczny. Proszę skontaktować się z administratorem, pod adresem email <b>%s</b> podając kod błędu <b>%s</b> w wiadomości, lub lepiej - zrzut ekranu.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Nieprawidłowa wartość dla <b>%s</b> numer pola (wartość <b>&quot;%s&quot;</b> nie pasuje regex <b>%s</b> zasady)
       ErrorFieldValueNotIn=Błędna wartość numeru <b>pola% s (wartości '%</b> s' nie jest wartością pola dostępne w <b>tabeli% s% s)</b>
       ErrorFieldRefNotIn=Nieprawidłowa wartość dla <b>%s</b> liczba pól (wartość <b>'%s</b> &quot;nie jest <b>%s</b> istniejących ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Program antywirusowy nie był w stanie potwierdzi
       ErrorSpecialCharNotAllowedForField=Znaki specjalne nie są dozwolone dla pola "%s"
       ErrorNumRefModel=Odniesienia nie istnieje w bazie danych (%s) i nie jest zgodna z tą zasadą numeracji. Zmiana nazwy lub usuwanie zapisu w odniesieniu do aktywacji tego modułu.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Ustawienia modułu wyglądają na niekompletne. Idź do Strona główna - Konfiguracja - Moduły aby ukończyć.
       ErrorBadMask=Błąd w masce wprowadzania
       ErrorBadMaskFailedToLocatePosOfSequence=Błąd, maska ​​bez kolejnego numeru
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Błąd, zła wartość zresetowane
       ErrorMaxNumberReachForThisMask=Maksymalna liczba zasięg dla tej maski
       ErrorCounterMustHaveMoreThan3Digits=Licznik musi mieć więcej niż 3 cyfry
       ErrorSelectAtLeastOne=Błąd. Wybierz co najmniej jeden wpis.
      -ErrorDeleteNotPossibleLineIsConsolidated=Usunięcie nie możliwe, ponieważ wpis jest związany z transakcją bankową, która była konsyliowana
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s jest przypisany do innego państwa
       ErrorFailedToSendPassword=Nie można wysłać hasła
       ErrorFailedToLoadRSSFile=Nie dostać kanału RSS. Spróbuj dodać stałą MAIN_SIMPLEXMLLOAD_DEBUG czy komunikaty o błędach nie zawiera wystarczających informacji.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Użytkownik <b>%s</b> nie został znaleziony.
       ErrorLoginHasNoEmail=Ten użytkownik nie ma adresu e-mail. Proces przerwany.
       ErrorBadValueForCode=Zła wartość kody zabezpieczeń. Wprowadź nową wartość...
       ErrorBothFieldCantBeNegative=Pola %s i %s nie może być zarówno negatywny
      +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=Ilość linii do faktur dla klientów nie może być ujemna
       ErrorWebServerUserHasNotPermission=Konto użytkownika <b>%s</b> wykorzystywane do wykonywania serwer WWW nie ma zgody na który
       ErrorNoActivatedBarcode=Nie Typ aktywny kodów kreskowych
      @@ -138,7 +141,7 @@ ErrorBadFormat=Zły format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Błąd, występuje kilka dostaw związanych z tą przesyłką. Usunięcie odrzucone.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Nie można usunąć płatności udostępnionej przez co najmniej jednego stanu zapłaci faktury z
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Nie można przypisać do stałej '% s'
       ErrorPriceExpression2=Nie można przedefiniować wbudowanej funkcji "%s"
       ErrorPriceExpression3=Niezdefiniowana zmienna '% s' w definicji funkcji
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Nieoczekiwany '%s'
       ErrorPriceExpression6=Błędna liczba argumentów (%s podano, %s oczekiwany)
       ErrorPriceExpression8=Nieoczekiwany operator '%s'
       ErrorPriceExpression9=Wystąpił nieoczekiwany błąd
      -ErrorPriceExpression10=Iperator '% s' nie ma argumentu
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Spodziewając '% s'
       ErrorPriceExpression14=Dzielenie przez zero
       ErrorPriceExpression17=Niezdefiniowana zmienna '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=Klient SOAP nie powiodło się z powodu błędu '% s
       ErrorGlobalVariableUpdater5=Nie wybrano zmiennej globalnej
       ErrorFieldMustBeANumeric=Pole <b>%s</b> musi mieć wartość numeryczną
       ErrorMandatoryParametersNotProvided=Obowiązkowe parametr (y) nie przewidziane
      -ErrorOppStatusRequiredIfAmount=Możesz ustawić szacunkową kwotę za możliwość / ołowiu. Więc należy także wprowadzić swój 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 definicja tablicy w menu modułu deskryptora (zły stosunek jakości do kluczowego fk_menu)
      -ErrorSavingChanges=Wystąpił błąd podczas zapisywania zmian
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=Flik musi mieć format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Hasło zostało ustawione dla tego użytkownika. Jednakże nie Konto użytkownika zostało utworzone. Więc to hasło jest przechowywane, ale nie mogą być używane do logowania do Dolibarr. Może być stosowany przez zewnętrzny moduł / interfejsu, ale jeśli nie trzeba definiować dowolną logowania ani hasła do członka, można wyłączyć opcję "Zarządzaj login dla każdego członka" od konfiguracji modułu użytkownika. Jeśli potrzebujesz zarządzać logowanie, ale nie wymagają hasła, możesz zachować to pole puste, aby uniknąć tego ostrzeżenia. Uwaga: E może być również stosowany jako login, jeśli element jest połączony do użytkownika.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Zakładka z tego tytułu lub ten cel (URL) już ist
       WarningPassIsEmpty=Ostrzeżenie, hasło do bazy danych jest puste. Jest to luka w zabezpieczeniach. Powinieneś dodać hasło do bazy danych i zmienić wpis w pliku conf.php aby zmiany przyniosły efekt.
       WarningConfFileMustBeReadOnly=Uwaga, plik konfiguracyjny <b>(htdocs / conf / conf.php)</b> mogą być zastąpione przez serwer internetowy. Jest to poważna luka w zabezpieczeniach. Modyfikowanie uprawnień na wniosek jest w trybie tylko do odczytu dla użytkownika system operacyjny używany przez serwer sieci Web. Jeśli używasz systemu Windows i format FAT na dysku, musisz wiedzieć, że ten system plików nie pozwala na dodawanie uprawnień do pliku, więc nie może być całkowicie bezpieczne.
       WarningsOnXLines=Ostrzeżeń na linii źródło <b>%s</b>
      -WarningNoDocumentModelActivated=Nie modelu do generowania dokumentu, został aktywowany. Model będzie wybraną domyślnie dopóki nie zajrzysz do modułu konfiguracji.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Uwaga, po zakończeniu instalacji, musisz wyłączyć narzędzia instalacji/migracji poprzez dodanie pliku <b>install.lock</b> do katalogu <b>%s</b>. Brak tego pliku jest luką w zabezpieczeniach.
      -WarningUntilDirRemoved=Wszystkie ostrzeżenia na temat bezpieczeństwa (widoczne tylko dla użytkowników z uprawnieniami Administratora) pozostaną aktywne tak długo jak luka w zabezpieczeniach istnieje (lub stała MAIN_REMOVE_INSTALL_WARNING zostanie dodana w menu Konfiguracja -> Inne konfiguracje).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Ostrzeżenie, zamykanie odbywa się nawet wtedy, gdy kwota zależy od elementów źródłowych i docelowych. Włącz tę funkcję, z zachowaniem ostrożności.
       WarningUsingThisBoxSlowDown=Ostrzeżenie, za pomocą tego pola spowolnić poważnie do wszystkich stron zawierających pola.
       WarningClickToDialUserSetupNotComplete=Konfiguracja ClickToDial informacji dla użytkownika nie są kompletne (patrz zakładka ClickToDial na kartę użytkownika).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Zbyt wiele danych (więcej niż% s linii)
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Twój login został zmodyfikowany. Z powodów bezpieczeństwa musisz zalogować się z użyciem nowego loginy przed kolejną czynnością.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/pl_PL/interventions.lang b/htdocs/langs/pl_PL/interventions.lang
      index d1dc89bbd87..a239355b677 100644
      --- a/htdocs/langs/pl_PL/interventions.lang
      +++ b/htdocs/langs/pl_PL/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interwencje
       InterventionCard=Karta interwencji
       NewIntervention=Nowa interwencja
       AddIntervention=Tworzenie interwencji
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Wykaz interwencji
       ActionsOnFicheInter=Działania w zakresie interwencji
       LastInterventions=Ostatnie %s interwencje
      @@ -47,12 +48,12 @@ TypeContact_fichinter_external_CUSTOMER=W ślad za kontakt z klientem
       PrintProductsOnFichinter=Wydrukuj również linie typu "produkt" (nie tylko usługi) na karcie interwencji
       PrintProductsOnFichinterDetails=Interwencje generowane z zamówień
       UseServicesDurationOnFichinter=Użyj czasu trwania usług dla interwencji generowanych przez zamówienia
      -UseDurationOnFichinter=Hides the duration field for intervention records
      -UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
      +UseDurationOnFichinter=Ukrywa pole trwania dla rekordów interwencji
      +UseDateWithoutHourOnFichinter=Ukrywa godziny i minuty z pola dat dla rekordów interwencji
       InterventionStatistics=Statystyki interwencji
      -NbOfinterventions=Liczba kart interwencji
      -NumberOfInterventionsByMonth=Liczba kart interwencji w miesiącu (data potwierdzenia) 
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +NbOfinterventions=Ilość kart interwencji
      +NumberOfInterventionsByMonth=Ilość kart interwencji w miesiącu (data potwierdzenia)
      +AmountOfInteventionNotIncludedByDefault=Ilość interwencji nie jest domyślnie uwzględniana w zysku (w większości przypadków do obliczania czasu wykorzystano karty czasu pracy). Ustaw opcję PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT na 1 w konfiguracji domowej - inne, aby je uwzględnić.
       ##### Exports #####
       InterId=ID interwencji
       InterRef=Numer referencyjny interwencji
      diff --git a/htdocs/langs/pl_PL/main.lang b/htdocs/langs/pl_PL/main.lang
      index 68817aaf670..6de29454e6b 100644
      --- a/htdocs/langs/pl_PL/main.lang
      +++ b/htdocs/langs/pl_PL/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Próba wysłania maila nie udana (nadawca=%s, odbiorca=%s)
       ErrorFileNotUploaded=Plik nie został załadowany. Sprawdź, czy rozmiar nie przekracza maksymalnej dopuszczalnej wagi, lub czy wolne miejsce jest dostępne na dysku. Sprawdz czy nie ma już pliku o takiej samej nazwie w tym katalogu.
       ErrorInternalErrorDetected=Wykryto błąd
       ErrorWrongHostParameter=Niewłaściwy parametr hosta
      -ErrorYourCountryIsNotDefined=Twój kraj nie został zdefiniowany. Przejdź do Start-setup-Edycja i wypełnij poprawnie  formularz.
      -ErrorRecordIsUsedByChild=Nie można usunąć rekordu. Ten zapis jest używany przez co najmniej jeden pokrewny rekord.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Błędna wartość
       ErrorWrongValueForParameterX=Nieprawidłowa wartość dla parametru %s
       ErrorNoRequestInError=Nie wykryto żadneog błednego zapytania.
      -ErrorServiceUnavailableTryLater=Usługa nie jest dostępna w tej chwili. Spróbuj ponownie później.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Zduplikuj niepowtarzalną wartość w polu
      -ErrorSomeErrorWereFoundRollbackIsDone=Znaleziono błedy. Cofam zmiany
      -ErrorConfigParameterNotDefined=<b>Parametr %s</b> nie jest zdefiniowany wewnątrz pliku konfiguracyjnego <b>conf.php.</b> Dollibara
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Nie można znaleźć <b>użytkownika %s</b> Dolibarra w bazie danych.
       ErrorNoVATRateDefinedForSellerCountry=Błąd, nie określono stawki VAT dla kraju " %s".
       ErrorNoSocialContributionForSellerCountry=Błąd, brak określonej stopy podatkowej dla kraju '%s'.
       ErrorFailedToSaveFile=Błąd, nie udało się zapisać pliku.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Maksymalna ilość wpisów na stronę
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Nie masz autoryzacji aby to zrobić
       SetDate=Ustaw datę
       SelectDate=Wybierz datę
      @@ -78,10 +78,10 @@ FileRenamed=Nazwa pliku została pomyślnie zmieniona
       FileGenerated=Plik został wygenerowany pomyślnie
       FileSaved=Plik został zapisany pomyślnie
       FileUploaded=Plik został pomyślnie przesłany
      -FileTransferComplete=Plik(i) załadowane pomyślnie
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Plik(i) usunięte pomyślnie
       FileWasNotUploaded=Wybrano pliku do zamontowaia, ale jeszcze nie wysłano. W tym celu wybierz opcję "dołącz plik".
      -NbOfEntries=Liczba wejść
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Przeczytaj pomoc online (wymaga połączenia z internetem)
       GoToHelpPage=Przeczytaj pomoc
       RecordSaved=Rekord zapisany
      @@ -92,9 +92,9 @@ DolibarrInHttpAuthenticationSoPasswordUseless=Tryb uwierzytelniania Dolibarr jes
       Administrator=Administrator
       Undefined=Niezdefiniowano
       PasswordForgotten=Zapomniałeś hasła?
      -NoAccount=No account?
      +NoAccount=Brak konta?
       SeeAbove=Patrz wyżej
      -HomeArea=Strona Startowa
      +HomeArea=STRONA GŁÓWNA
       LastConnexion=Ostatnie logowanie
       PreviousConnexion=Poprzednie połączenia
       PreviousValue=Poprzednia wartość
      @@ -142,6 +142,7 @@ Closed=Zamknięte
       Closed2=Zamknięte
       NotClosed=Nie zamknięte
       Enabled=Dostępne
      +Enable=Włączone
       Deprecated=Nieaktualne
       Disable=Niedostępne
       Disabled=Niedostępne/Wyłączone
      @@ -153,7 +154,7 @@ Update=Uaktualnić
       Close=Zamknij
       CloseBox=Usuń widget ze swojej tablicy
       Confirm=Potwierdź
      -ConfirmSendCardByMail=Czy na pewno chcesz wysłać treść tej karty pocztą do <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Skasować
       Remove=Usunąć
       Resiliate=Zakończ
      @@ -327,12 +328,12 @@ Copy=Kopiowanie
       Paste=Wklej
       Default=Domyślny
       DefaultValue=Wartość domyślna
      -DefaultValues=Domyślne wartości
      +DefaultValues=Default values/filters/sorting
       Price=Cena
       PriceCurrency=Cena (waluta)
       UnitPrice=Cena jednostkowa
       UnitPriceHT=Cena jednostkowa (netto)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHTCurrency=Cena jednostkowa (netto) (waluta)
       UnitPriceTTC=Cena jednostkowa
       PriceU=cen/szt.
       PriceUHT=cen/szt (netto)
      @@ -340,14 +341,14 @@ PriceUHTCurrency=cen/szt (w walucie)
       PriceUTTC=Podatek należny/naliczony
       Amount=Ilość
       AmountInvoice=Kwota faktury
      -AmountInvoiced=Amount invoiced
      +AmountInvoiced=Kwota zafakturowana
       AmountPayment=Kwota płatności
       AmountHTShort=Kwota (netto)
       AmountTTCShort=Kwota (zawierająca VAT)
       AmountHT=Kwota (netto bez podatku)
       AmountTTC=Kwota (zawierająca VAT)
       AmountVAT=Kwota podatku VAT
      -MulticurrencyAlreadyPaid=Zapłacono, oryginalna waluta
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Pozostało do zapłaty, oryginalna waluta
       MulticurrencyPaymentAmount=Kwota płatności, oryginalna waluta
       MulticurrencyAmountHT=Kwota (bez VAT), oryginalna waluta
      @@ -416,7 +417,7 @@ Favorite=Ulubiony
       ShortInfo=Info.
       Ref=Nr ref.
       ExternalRef=Ref. zewnętrzny
      -RefSupplier=Ref. vendor
      +RefSupplier=Symbol dostawcy
       RefPayment=Nr ref. płatności
       CommercialProposalsShort=Oferty komercyjne
       Comment=Komentarz
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nie dotyczy
       ActionRunningNotStarted=By rozpocząć
       ActionRunningShort=W trakcie
       ActionDoneShort=Zakończone
      -ActionUncomplete=Niekompletne
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Firma/Organizacja
       Accountant=Księgowa
      @@ -453,8 +454,8 @@ Generate=Wygeneruj
       Duration=Czas trwania
       TotalDuration=Łączny czas trwania
       Summary=Podsumowanie
      -DolibarrStateBoard=Statystyki bazy danych
      -DolibarrWorkBoard=Otwórz listę elementów
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Brak otwartego elementu do przetwarzania
       Available=Dostępny
       NotYetAvailable=Nie są jeszcze dostępne
      @@ -506,7 +507,7 @@ None=Żaden
       NoneF=Żaden
       NoneOrSeveral=Brak lub kilka
       Late=Późno
      -LateDesc=Opóźnienie w celu określenia, czy rekord jest opóźniony, czy nie zależy od konfiguracji. Poproś swojego administratora o zmianę opóźnienia z menu Strona główna - Konfiguracja - Alerty.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Obraz
       Photos=Obrazy
      @@ -530,18 +531,6 @@ September=Wrzesień
       October=Październik
       November=Listopad
       December=Grudzień
      -JanuaryMin=Sty
      -FebruaryMin=Lut
      -MarchMin=Mar
      -AprilMin=Kwi
      -MayMin=Maj
      -JuneMin=Cze
      -JulyMin=Lip
      -AugustMin=Sier
      -SeptemberMin=Wrz
      -OctoberMin=Paź
      -NovemberMin=Lis
      -DecemberMin=Gru
       Month01=styczeń
       Month02=luty
       Month03=marzec
      @@ -646,6 +635,8 @@ SendMail=Wyślij wiadomość email
       EMail=E-mail
       NoEMail=Brak e-mail
       Email=Adres e-mail
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Brak telefonu komórkowego
       Owner=Właściciel
       FollowingConstantsWillBeSubstituted=Kolejna zawartość będzie zastąpiona wartością z korespondencji.
      @@ -677,7 +668,7 @@ NeverReceived=Nigdy nie otrzymała
       Canceled=Anulowany
       YouCanChangeValuesForThisListFromDictionarySetup=Wartości dla tej listy można zmieniać w menu Konfiguracja - Słowniki
       YouCanChangeValuesForThisListFrom=Możesz zmienić wartości dla tej listy z menu %s
      -YouCanSetDefaultValueInModuleSetup=Możesz ustawić domyślną wartość używaną podczas tworzenia nowego rekordu w konfiguracji modułu
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Kolor
       Documents=Związanych plików
       Documents2=Dokumenty
      @@ -703,7 +694,7 @@ DateOfSignature=Data podpisu
       HidePassword=Pokaż polecenie z ukrytym hasłem
       UnHidePassword=Pokaż prawdziwe polecenie z otwartym hasłem
       Root=Root
      -Informations=Informacje
      +Informations=Informacja
       Page=Strona
       Notes=Uwagi
       AddNewLine=Dodaj nowy wiersz
      @@ -716,15 +707,15 @@ Merge=Scalanie/ dzielenie
       DocumentModelStandardPDF=Standardowy szablon PDF
       PrintContentArea=Pokaż stronę do wydruku głównej treści
       MenuManager=Menu menager
      -WarningYouAreInMaintenanceMode=Uwaga, jesteś w trybie konserwacji, więc tylko zalogowani <b>%s</b> mogą używać aplikacji w danym momencie.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Błąd systemu
       CoreErrorMessage=Przepraszamy, napotkano błąd. Skontaktuj się z administratorem w celu sprawdzenia logów lub wyłącz $dolibarr_main_prod=1 aby uzyskać więcej informacji.
       CreditCard=Karta kredytowa
       ValidatePayment=Weryfikacja płatności
       CreditOrDebitCard=Karta debetowa lub kredytowa
       FieldsWithAreMandatory=Pola <b>%s</b>  są obowiązkowe
      -FieldsWithIsForPublic=Pola <b>%s</b> są wyświetlane na publiczną listę członków. Jeśli nie chcesz, odznacz opcję "publiczny".
      -AccordingToGeoIPDatabase=(Zgodnie z konwersji GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linia
       NotSupported=Nie są obsługiwane
       RequiredField=Pole wymagane
      @@ -732,6 +723,8 @@ Result=Wynik
       ToTest=Test
       ValidateBefore=Karty muszą być zatwierdzone przed użyciem tej funkcji
       Visibility=Widoczność
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Prywatny
       Hidden=Ukryty
       Resources=Zasoby
      @@ -750,6 +743,7 @@ LinkTo=Link do
       LinkToProposal=Link do oferty
       LinkToOrder=Link do zamówienia
       LinkToInvoice=Link do faktury
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link do zamówienia dostawcy
       LinkToSupplierProposal=Link do oferty dostawcy
       LinkToSupplierInvoice=Link do faktury dostawcy
      @@ -758,6 +752,7 @@ LinkToIntervention=Link do interwencji
       CreateDraft=Utwórz Szic
       SetToDraft=Wróć do szkicu
       ClickToEdit=Kliknij by edytować
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edytuj w edytorze tekstowym
       EditHTMLSource=Edytuj źródło HTML
      @@ -772,7 +767,7 @@ ByDay=Według dnia
       BySalesRepresentative=Według przedstawiciela handlowego
       LinkedToSpecificUsers=Podpięty do kontaktu współużytkownika
       NoResults=Brak wyników
      -AdminTools=Narzędzia administracyjne
      +AdminTools=Admin Tools
       SystemTools=Narzędzia systemowe
       ModulesSystemTools=Narzędzia modułów
       Test=Test
      @@ -802,7 +797,7 @@ PrintFile=Wydrukuj plik %s
       ShowTransaction=Pokaż wpisy na koncie bankowym
       ShowIntervention=Pokaż interwencję
       ShowContract=Pokaż umowę
      -GoIntoSetupToChangeLogo=Wejdź w Strona główna - Ustawienia- Firma by zmienić logo lub przejdź do Strona główna- Ustawienia - Wyświetl do ukrycia.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Zabraniać
       Denied=Zabroniony
       ListOf=Lista %s
      @@ -818,12 +813,12 @@ Sincerely=Z poważaniem
       DeleteLine=Usuń linię
       ConfirmDeleteLine=Czy jesteś pewien, że chcesz usunąć tą linię?
       NoPDFAvailableForDocGenAmongChecked=Na potrzeby generowania dokumentów nie było dostępnych plików PDF
      -TooManyRecordForMassAction=Zbyt wiele rekordów wybranych do masowej akcji. Czynność jest ograniczona do listy %s rekordów
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Nie wybrano wpisu
       MassFilesArea=Obszar plików zbudowanych masowo
       ShowTempMassFilesArea=Wyświetl obszar plików zbudowanych masowo
      -ConfirmMassDeletion=Zbiorcze potwierdzenie usunięcia
      -ConfirmMassDeletionQuestion=Jesteś pewnien, że chcesz usunąć %s zaznaczonych rekodów?
      +ConfirmMassDeletion=Masowe usuwanie konformacji
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Powiązane obiekty
       ClassifyBilled=Oznacz jako zafakturowana
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalendarz
       GroupBy=Grupuj według
       ViewFlatList=Zobacz płaską listę
       RemoveString=Usuń ciąg '%s'
      -SomeTranslationAreUncomplete=Co poniektóre języki mogą być częściowo przetłumaczone bądź mogą zawierać błędy. Jeśli zauważysz błędy w tłumaczeniu, możesz je naprawić rejestrując się na <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Bezpośredni link do pobierania (publiczny / zewnętrzny)
       DirectDownloadInternalLink=Bezpośredni link do pobrania (musisz się zalogować i potrzebujesz uprawnień)
       Download=Pobierz
      @@ -861,16 +856,25 @@ HR=Dział personalny
       HRAndBank=HR i Bank
       AutomaticallyCalculated=Automatycznie przeliczone
       TitleSetToDraft=Powróć do wersji roboczej
      -ConfirmSetToDraft=Jesteś pewien, że chcesz powrócić do wersji roboczej?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=ID importu
       Events=Wydarzenia
      -EMailTemplates=Szablony wiadomości e-mail
      -FileNotShared=Plik nie jest udostępniany na zewnątrz
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekty
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Uprawnienia
       LineNb=Linia nr
       IncotermLabel=Formuły handlowe
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Poniedziałek
       Tuesday=Wtorek
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interwencje
       SearchIntoContracts=Kontrakty
       SearchIntoCustomerShipments=Wysyłki klienta
       SearchIntoExpenseReports=Zestawienia wydatków
      -SearchIntoLeaves=Urlopy
      +SearchIntoLeaves=Leave
       CommentLink=Komentarze
       NbComments=Ilość komentarzy
       CommentPage=Miejsce na komentarze
       CommentAdded=Komentarz dodany
       CommentDeleted=Komentarz usunięty
       Everybody=Wszyscy
      -PayedBy=Opłacone przez
      -PayedTo=Opłacone do
      +PayedBy=Płacone przez
      +PayedTo=Paid to
       Monthly=Miesięcznie
       Quarterly=Kwartalnie
       Annual=Rocznie
      @@ -945,6 +949,7 @@ LocalAndRemote=Lokalnie i zdalnie
       KeyboardShortcut=Skróty klawiaturowe
       AssignedTo=Przypisany do
       Deletedraft=Usuń szkic
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=File shared via a link
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Aktualnie korzystasz z trybu "sandbox" %s
      diff --git a/htdocs/langs/pl_PL/other.lang b/htdocs/langs/pl_PL/other.lang
      index 0865c2532da..fcaa9192429 100644
      --- a/htdocs/langs/pl_PL/other.lang
      +++ b/htdocs/langs/pl_PL/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Kod zabezpieczający
       NumberingShort=N°
       Tools=Narzędzia
       TMenuTools=Narzędzia
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Urodziny
       BirthdayDate=Data urodzin
       DateToBirth=Data urodzenia
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Wiadomość dla zatwierdzonych stron. Powrót do płatności
       MessageKO=Wiadomość dla odwołanych stron. Powrót do płatności
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Data kolejnej faktury (przed wygenerowaniem)
       DateNextInvoiceAfterGen=Data następnej faktury (po wygenerowaniu)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Interwencja zatwierdzona
      -Notify_FICHINTER_SENTBYMAIL=Interwencja wysłana za pośrednictwem wiadomości email
       Notify_ORDER_VALIDATE=Zamówienie klienta potwierdzone
       Notify_ORDER_SENTBYMAIL=Zamówienie klienta wysyłane za pośrednictwem wiadomości email
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Zamówienie dostawcy wysłane za pośrednictwem wiadomości email
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Zamówienie dostawcy zarejestrowane
       Notify_ORDER_SUPPLIER_APPROVE=Zamówienie dostawcy zaakceptowane
       Notify_ORDER_SUPPLIER_REFUSE=Zamówienie dostawcy odrzucone
       Notify_PROPAL_VALIDATE=Oferta klienta potwierdzona
      -Notify_PROPAL_CLOSE_SIGNED=Zamknięte podpisane PROPAL klienta
      -Notify_PROPAL_CLOSE_REFUSED=PROPAL klienta zamknięte odmówił
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Propozycja handlowa wysłana za pośrednictwem wiadomości email
       Notify_WITHDRAW_TRANSMIT=Wycofanie transmisji
       Notify_WITHDRAW_CREDIT=Wycofanie kredyt
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Kontrahent utworzony
       Notify_COMPANY_SENTBYMAIL=Maile wysyłane z karty przez osoby trzecie
       Notify_BILL_VALIDATE=Faktura klienta zatwierdzona
       Notify_BILL_UNVALIDATE=Faktura klienta nie- zwalidowane
      -Notify_BILL_PAYED=Faktura klienta zapłacona
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Faktura klienta anulowana
       Notify_BILL_SENTBYMAIL=Faktura klienta wysyłana za pośrednictwem wiadomości email
       Notify_BILL_SUPPLIER_VALIDATE=Faktura dostawcy zatwierdzona
      -Notify_BILL_SUPPLIER_PAYED=Faktura dostawcy zapłacona
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Faktura dostawcy wysłana za pośrednictwem wiadomości email
       Notify_BILL_SUPPLIER_CANCELED=Dostawca anulowania faktury
       Notify_CONTRACT_VALIDATE=Umowa zatwierdzona
       Notify_FICHEINTER_VALIDATE=Interwencja zatwierdzona
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Interwencja wysłana za pośrednictwem wiadomości email
       Notify_SHIPPING_VALIDATE=Wysyłka zatwierdzona
       Notify_SHIPPING_SENTBYMAIL=Wysyłka wysłane pocztą
       Notify_MEMBER_VALIDATE=Członek zatwierdzony
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Stworzenie projektu
       Notify_TASK_CREATE=Zadanie utworzone
       Notify_TASK_MODIFY=Zadanie zmodyfikowane
       Notify_TASK_DELETE=Zadanie usunięte
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Zobacz konfigurację modułu% s
       NbOfAttachedFiles=Liczba załączonych plików / dokumentów
       TotalSizeOfAttachedFiles=Całkowita wielkość załączonych plików / dokumentów
       MaxSize=Maksymalny rozmiar
       AttachANewFile=Załącz nowy plik / dokument
       LinkedObject=Związany obiektu
      -NbOfActiveNotifications=Liczba zgłoszeń (nb e-maili odbiorców)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof ID %s</b> jest informacji w zależności od trzeciej kraju. <br> Na przykład, dla <b>kraju, %s,</b> jest to <b>kod %s.</b>
       DolibarrDemo=Demo Dolibarr ERP/CRM
       StatsByNumberOfUnits=Statystyki dla sum ilości produktów / usług
      -StatsByNumberOfEntities=Statystyki w ilość powiązanych wpisów (ilość faktur, zamówień...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Ilość zamówień klientów
       NumberOfCustomerInvoices=Ilość faktur klientów
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=Nowa interwencja %s została przypisana do ciebie.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Interwencja %s zatwierdzona
       EMailTextInvoiceValidated=Faktura %s została zatwierdzona
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Forslaget %s har blitt validert.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Zamówienie %s zostało zatwierdzone
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Zamówienie %s zostało zaakceptowane przez %s.
       EMailTextOrderRefused=Zamówienie %s zostało odrzucone.
       EMailTextOrderRefusedBy=Zamówienie %s zostało odrzucone przez %s.
       EMailTextExpeditionValidated=Wysyłka %s została zatwierdzone.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Przywóz zestaw danych
       DolibarrNotification=Automatyczne powiadomienie
       ResizeDesc=Skriv inn ny <b>bredde</b> eller ny høyde. Forhold vil bli holdt under resizing ...
      @@ -204,7 +212,7 @@ NewLength=Nowa szerokość
       NewHeight=Nowa waga
       NewSizeAfterCropping=Nowy rozmiar po przycięciu
       DefineNewAreaToPick=Definer nytt område på bildet for å plukke (venstre klikk på bildet og dra til du kommer til motsatt hjørne)
      -CurrentInformationOnImage=To narzędzie zostało zaprojektowane aby pomóc ci w zmianie wielkości lub przycięciu obrazu.
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Edytor obrazów
       YouReceiveMailBecauseOfNotification=Du mottar denne meldingen fordi din e-post har blitt lagt til listen over mål for å bli informert om spesielle hendelser i %s programvare av %s.
       YouReceiveMailBecauseOfNotification2=Denne hendelsen er følgende:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Twoje hasło musi składać się z <strong>%s<
       YourPasswordHasBeenReset=Twoje hasło zostało zresetowane pomyślnie
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Wywóz obszarze
      diff --git a/htdocs/langs/pl_PL/projects.lang b/htdocs/langs/pl_PL/projects.lang
      index 2d656d757e8..1c85219e122 100644
      --- a/htdocs/langs/pl_PL/projects.lang
      +++ b/htdocs/langs/pl_PL/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Czy usunąć ten projekt?
       ConfirmDeleteATask=Czy usunąć to zadanie?
       OpenedProjects=Otwarte projekty
       OpenedTasks=Otwarte zadania
      -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=Pokaż projekt
       ShowTask=Pokaż zadanie
       SetProject=Ustaw projekt
       NoProject=Żadny projekt niezdefiniowany lub nie jest twoją własnością
      -NbOfProjects=Liczba projektów
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Czas spędzony
       TimeSpentByYou=Czas spędzony przez Ciebie
       TimeSpentByUser=Czas spędzony przez użytkownika
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Idź do listy zadań
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lista ofert handlowcych związanych z projektem
      -ListOrdersAssociatedProject=Lista zamówień klientów powiązanych z projektem
      -ListInvoicesAssociatedProject=Lista faktur klientów powiązanych z projektem
      -ListPredefinedInvoicesAssociatedProject=Lista szablonów faktur klientów powiązanych z projektem
      -ListSupplierOrdersAssociatedProject=Lista zamówień dostawców powiązanych z projektem
      -ListSupplierInvoicesAssociatedProject=Lista faktur dostawców powiązanych z projektem
      -ListContractAssociatedProject=Wykaz umów związanych z projektem
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Wykaz interwencji związanych z projektem
      -ListExpenseReportsAssociatedProject=Lista raportów o wydatkach związanych z projektem
      -ListDonationsAssociatedProject=Lista dotacji związanych z projektem
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Wykaz działań związanych z projektem
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Lista czasu poświęconego na zadania w projekcie
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Dzisiejsza aktywnośc w projekcie
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projekt %s zmodyfikowany
       TaskCreatedInDolibarr=Zadanie %s utworzono
       TaskModifiedInDolibarr=Zadań %s zmodyfikowano
       TaskDeletedInDolibarr=Zadań %s usunięto
      -OpportunityStatus=Stan okazja
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Opp. status
      -OpportunityProbability=Opportunity probability
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=Kwota okazja
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Opp. ilość
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Współpracownik
       SelectElement=Wybierz element
       AddElement=Link do elementu
       # Documents models
      -DocumentModelBeluga=Szablon projektu na przegląd połączonych obiektów
      -DocumentModelBaleine=Szablon projektu raportu dla zadań
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planowany nakład pracy
       PlannedWorkloadShort=Nakład pracy
       ProjectReferers=Powiązane elementy
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekty z tym użytkownika jako kontakt
       TasksWithThisUserAsContact=Zadania dopisane do tego użytkownika
       ResourceNotAssignedToProject=Nie przypisane do projektu
       ResourceNotAssignedToTheTask=Nie dopisane do zadania
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Przypisz zadanie do mnie
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Przydzielać
       ProjectOverview=Przegląd
      -ManageTasks=Użyj projektów do śledzenia zadań i czasu
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Użyj projekty śledzić pozostawienie danych kontaktowych / opportinuties
      -ProjectNbProjectByMonth=Liczba stworzynych projektów w miesiącu
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Ilość możliwości w danym miesiącu
      -ProjectWeightedOppAmountOfProjectsByMonth=Ważona ilość szans na miesiąc
      -ProjectOpenedProjectByOppStatus=Open project/lead by opportunity status
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statystyki dotyczące projektów / przewodów
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Zadanie przypisanie. Wprowadzenie czasu na zadanie powinno być możliwe.
       IdTaskTime=Id razem zadaniem
       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=Szanse Całkowita ilość
      -OpportunityPonderatedAmount=Ilość możliwości ważone
      -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=Poszukiwania
       OppStatusQUAL=Kwalifikacja
       OppStatusPROPO=Wniosek
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/pt_BR/admin.lang b/htdocs/langs/pt_BR/admin.lang
      index 393dc1328a1..5dc6f379ef4 100644
      --- a/htdocs/langs/pt_BR/admin.lang
      +++ b/htdocs/langs/pt_BR/admin.lang
      @@ -7,9 +7,7 @@ VersionDevelopment=Versão de Desenvolvimento
       VersionUnknown=Versão Desconhecida
       VersionRecommanded=Versão Recomendada
       FileCheck=Verificador da integridade dos arquivos
      -FileCheckDesc=Esta ferramenta lhe permite verificar a integridade dos arquivos e da configuração do seu aplicativo, comparando cada arquivo com os oficiais. Os valores de algumas constantes da configuração também podem ser verificados. Você pode usar esta ferramenta para detetar se alguns arquivos foram modificados por um 'hacker', por exemplo.
       FileIntegrityIsStrictlyConformedWithReference=A integridade dos arquivos está estritamente de acordo com a referência.
      -FileIntegrityIsOkButFilesWereAdded=A verificação da integridade dos arquivos passou, entretanto alguns novos arquivos foram adicionados.
       FileIntegritySomeFilesWereRemovedOrModified=A verificação da integridade dos arquivos falhou. Alguns arquivos foram modificados, removidos ou adicionados.
       GlobalChecksum=Verificação global
       MakeIntegrityAnalysisFrom=Realizar a análise da integridade dos arquivos do aplicativo em
      @@ -27,14 +25,10 @@ SessionSaveHandler=Manipulador para salvar sessão
       SessionSavePath=Caminho para salvar sessão
       PurgeSessions=Purgar Sessão
       ConfirmPurgeSessions=Você tem certeza que quer remover toas as sessões? Isto ira desconectar todos os usuários (exceto você)
      -NoSessionListWithThisHandler=Salvar manipulador de sessão configurado no PHP não permite listar todas as sessões em execução.
       LockNewSessions=Bloquear Novas Sessões
      -ConfirmLockNewSessions=Restringir qualquer nova conexão Dolibarr para si mesmo. (Apenas usuário <b>%s</b> será capaz de se conectar depois)
       UnlockNewSessions=Remover Bloqueio de Conexão
       YourSession=Sua Sessão
      -Sessions=Sessões de Usuários
       WebUserGroup=Servidor Web para usuário/grupo
      -NoSessionFound=Seu PHP parece não permitir listar as sessões ativas. Diretório usado para salvar sessões (<b>%s</ b>) pode ser protegido (por exemplo, pelas permissões do sistema operacional ou por diretiva PHP "open_basedir").
       DBStoringCharset=Charset base de dados para armazenamento de dados (Database charset to store data)
       DBSortingCharset=Charset base de dados para classificar os dados (Database charset to sort data)
       ClientCharset=Conjunto de clientes
      @@ -46,7 +40,6 @@ InternalUser=Usuário Interno
       ExternalUser=Usuário Externo
       InternalUsers=Usuários Internos
       ExternalUsers=Usuários Externos
      -SetupArea=Configurações da Área
       UploadNewTemplate=Carregar novo(s) tema(s)
       FormToTestFileUploadForm=Formulário para teste de upload de arquivo
       IfModuleEnabled=OBS: Sim só é eficaz se o módulo <b>%s</b> estiver ativado
      @@ -63,8 +56,6 @@ ErrorCodeCantContainZero=A variável não pode conter valor "0" (zero)
       DisableJavascript=Desativar as funções Javascript e Ajax
       UseSearchToSelectCompanyTooltip=Além disso, se você tem um grande número de terceiros (> 100 000), você pode aumentar a velocidade, definindo COMPANY_DONOTSEARCH_ANYWHERE constante a 1 em Setup-> Outro. Busca, então, ser limitada até o início da string.
       UseSearchToSelectContactTooltip=Além disso, se você tem um grande número de terceiros (> 100 000), você pode aumentar a velocidade, definindo CONTACT_DONOTSEARCH_ANYWHERE constante a 1 em Setup-> Outro. Busca, então, ser limitada até o início da string.
      -DelaiedFullListToSelectCompany=Aguarda você pressionar uma tecla antes de carregar o conteúdo de uma lista de combos de terceiros (isto pode melhorar o desempenho se você tiver um grande número de terceiros, mas é menos conveniente)
      -DelaiedFullListToSelectContact=Aguarda você pressionar uma tecla antes de carregar o conteúdo de uma lista de combos de contatos (isto pode melhorar o desempenho se você tiver um grande número de contatos, mas é menos conveniente)
       NumberOfKeyToSearch='Nbr' dos caracteres para 'trigger search': %s
       NotAvailableWhenAjaxDisabled=Indisponível quando o Ajax esta desativado
       AllowToSelectProjectFromOtherCompany=No documento de um terceiro, pode-se escolher um projeto conectado a outro terceiro
      @@ -74,7 +65,6 @@ PreviewNotAvailable=Previsão Indisponível
       ThemeCurrentlyActive=Tema Ativo
       CurrentTimeZone=Timezone PHP (do servidor apache)
       MySQLTimeZone=Timezone Mysql (do servidor sql)
      -TZHasNoEffect=A data é armazenada e retornada pelo servidor sql se eles manterem a string apresentada. A timezone é resultado somente se for usado a função UNIX_TIMESTAMP (Não deve ser usada pelo Dolibarr, se não a database TZ não terá efeito, mesmo se tivesse trocada depois da data ter entrado).
       NextValue=Próximo Valor
       NextValueForInvoices=Próximo Valor (Faturas)
       NextValueForCreditNotes=Próximo Valor (Notas de Crédito)
      @@ -98,20 +88,16 @@ DetailPosition=Define as posições do menu em ordem numérica
       NotConfigured=Módulo/Aplicativo não configurado
       SetupShort=Conf.
       OtherOptions=Outras Opções
      -OtherSetup=Outras Configurações
       CurrentValueSeparatorThousand=Separador de milhar
       IdModule=Módulo ID
       IdPermissions=Permissão ID
       LanguageBrowserParameter=Parâmetro de Linguagem %s
      -LocalisationDolibarrParameters=Parâmetros de Localização
       ClientTZ=Fuso Horário do cliente (usuário)
       ClientHour=Horário do Cliente (usuário)
       OSTZ=Fuso Horário do OS do Servidor
       PHPTZ=Fuso Horário do servidor PHP
       CurrentHour=Horário PHP (servidor)
       CurrentSessionTimeOut=A sessão expirou
      -YouCanEditPHPTZ=Para definir um fuso horário diferente no PHP (não exigido), você pode tentar adicionar um arquivo .htaccess com uma linha como esta : "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Atenção, ao contrário de outras telas, o horário nesta página não está no seu fuso horário local, mas no fuso horário do servidor.
       MaxNbOfLinesForBoxes=Número máximo de linahs para os widgets
       AllWidgetsWereEnabled=Todos as ferramentas disponíveis estão habilitadas
       PositionByDefault=Posição Padrão(default)
      @@ -165,23 +151,16 @@ IgnoreDuplicateRecords=Ignorar erros de registro duplicado (INSERT IGNORE)
       AutoDetectLang=Autodetecção de idioma pelo navegador
       FeatureDisabledInDemo=Algumas funções desabilitada no Demo
       FeatureAvailableOnlyOnStable=Funcionalidade somente disponível em versões estáveis oficiais
      -BoxesDesc=Os widgets são componentes que exibem alguma informação que você pode adicionar para personalizar algumas páginas. Você pode escolher entre a exibição ou não do widget pela seleção da página de destino e clicando em "Ativar", ou clicando na lixeira para desabilitá-lo.
       OnlyActiveElementsAreShown=Somente elementos de <a href="%s">módulos ativos</a> são mostrado.
      -ModulesDesc=Os módulos do Dolibarr definem qual aplicativo/função está habilitado no programa. Alguns aplicativos/módulos requerem permissões que você deve garantir aos usuários, após ativá-los. Clique no botão on/off para habilitar um módulo/aplicativo.
       ModulesMarketPlaceDesc=Você pode encontrar mais módulos para download em sites externos na Internet ...
      -ModulesDeployDesc=Se as permissões no seu sistema de arquivos permitirem isso, você pode usar esta ferramenta para lançar um módulo externo. O módulo será então visível na aba <strong>%s</strong>.
       ModulesMarketPlaces=Encontrar app/módulos externos
       ModulesDevelopYourModule=Desenvolver seus próprios app/módulos
      -ModulesDevelopDesc=Você pode desenvolver ou encontrar um parceiro que faça isso, o seu módulo personalizado
      -DOLISTOREdescriptionLong=Ao invés de trocar para o website em <a href="https://www.dolistore.com">www.dolistore.com</a> para encontrar um módulo externo, você pode usar esta ferramenta integrada que realizará a busca na loja virtual externa pra você (pode ser lento, precisa de um acesso à Internet)...
       FreeModule=Grátis
       NotCompatible=Este módulo não parece ser compatível com o seu Dolibarr %s (Mín %s - Máx %s).
       CompatibleAfterUpdate=Este módulo exige uma atualização do seu Dolibarr %s (Mín %s - Máx %s).
       SeeInMarkerPlace=Ver na Loja Virtual
       GoModuleSetupArea=Para lançar/instalar um novo módulo, vá para a área de configuração do Módulo em <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, o site oficial para baixar módulos externos.
      -DoliPartnersDesc=Lista das empresas que realizam o serviço de desenvolvimento de módulos ou funcionalidades personalizadas (Nota: qualquer pessoa com experiência na programação em PHP pode realizar o desenvolvimento personalizado para um projeto com código fonte aberto)
      -WebSiteDesc=Sites de referência para encontrar mais módulos ...
       DevelopYourModuleDesc=Algumas soluções para o desenvolvimento do seu próprio módulo...
       URL=Site
       BoxesAvailable=Widgets disponíveis
      @@ -196,7 +175,6 @@ DoNotStoreClearPassword=Não armazenar senhas em branco no banco de dados, somen
       MainDbPasswordFileConfEncrypted=Criptografar senha do banco de dados no arquivo conf.php
       InstrucToEncodePass=Para ter a senha codificada no arquivo <b>conf.php</b>, substitua a linha <br><b>$dolibarr_main_db_pass="..."</b><br>por<br><b>$dolibarr_main_db_pass="crypted:%s"</b>
       InstrucToClearPass=Para ter a senha não codificada(limpa) no arquivo <b>conf.php</b>, substitua a linha <br><b>$dolibarr_main_db_pass="crypted:..."</b><br>por<br><b>$dolibarr_main_db_pass="%s"</b>
      -ProtectAndEncryptPdfFiles=Criptografar a geração de arquivos em PDF (NÃO RECOMENDADO, póis pode deixar instável a geração de PDFs massivos)
       ProtectAndEncryptPdfFilesDesc=Proteção de um documento PDF mantém ele disponível para ler e imprimir com qualquer navegador PDF. No entanto, edição e cópia não é possível. Observe que a utilização deste recurso faz com que a construção de um PDF global mesclado não funcione.
       Feature=Destaque
       Developpers=Desenvolvedores/Contribuidores
      @@ -210,35 +188,16 @@ ReferencedPreferredPartners=Parceiro preferido
       SocialNetworks=Redes Sociais
       ForDocumentationSeeWiki=Documentos para usuários e desenvolvedores (Doc, FAQs...), <br>de uma olhada no Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Para outras questões/ajudas, você pode usar o forum do Dolibar:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Essa área pode ajudar você a conseguir serviço de suporte no Dolibarr.
      -HelpCenterDesc2=Uma parte desse serviço está disponivel em <b>inglês</b>.
       CurrentMenuHandler=Gestor atual de menu
       MeasuringUnit=Unidade de medida
       FontSize=Tamanho da fonte
       Emails=E-mails
       EMailsSetup=Configuração dos e-mails
      -EMailsDesc=Esta página permite que você sobrescreva os seus parâmetros PHP para o envio de e-mails. Na maioria dos casos no SO Unix/Linux, a sua configuração do PHP está correta e estes parâmetros são inúteis.
       EmailSenderProfiles=Perfis dos e-mails de envio
      -MAIN_MAIL_SMTP_PORT=Porta SMTP/SMTPS (Como padrão em php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=Servidor SMTP/SMTPS (Como padrão em php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Porta SMTP/SMTPS (Não definido no PHP nos sistemas tipo Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Servidor SMTP/SMTPS (Não definido no PHP nos sistemas tipo Unix)
      -MAIN_MAIL_EMAIL_FROM=E-mail de envio para os e-mails automáticos (Como padrão no php.ini: <b>%s</b>)
      -MAIN_MAIL_AUTOCOPY_TO=Enviar sistematicamente uma cópia carbono oculta de todos os e-mails enviados para
      -MAIN_DISABLE_ALL_MAILS=Desabilitar todos os envios de e-mail (com o objetivo de teste ou demonstração)
       MAIN_MAIL_FORCE_SENDTO=Envie todos os e-mails para (em vez de destinatários reais, para fins de teste)
      -MAIN_MAIL_SENDMODE=Método usado para o envio de E-Mails
      -MAIN_MAIL_SMTPS_ID=ID SMTP se a autentificação é exigida
      -MAIN_MAIL_SMTPS_PW=Senha SMTP se a autenticação é exigida
      -MAIN_MAIL_EMAIL_TLS=Usar criptografia TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS=Use criptografia TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Desabilitar todos envios de SMS (Para testes ou demo)
       MAIN_SMS_SENDMODE=Método usado para enviar SMS
      -MAIN_MAIL_SMS_FROM=Número de telefone padrão para o envio de SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=E-mail de envio padrão para envios manuais (E-mail do usuário ou e-mail da Companhia)
       UserEmail=E-mail do usuário
       FeatureNotAvailableOnLinux=Função não disponível para sistemas tipo Unix. Teste de envio local.
      -SubmitTranslation=Se a tradução deste idioma não estiver completa ou se encontrar erros, você poderá corrigir editando os arquivos no diretório <b>langs/%s</b> e submeter sua alteração em www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Se a tradução para este idioma não está completa ou você encontrar erros, você pode corrigir pela edição dos arquivos no diretório <b>langs/%s</b> e enviar os arquivos modificados para dolibarr.org/forum ou para os desenvolvedores em github.com/Dolibarr/dolibarr.
       ModuleSetup=Conf. do módulo
       ModulesSetup=Configuração de Módulos/Aplicativos
      @@ -255,15 +214,10 @@ MenuHandlers=Gestor de Menus
       MenuAdmin=Editor menus
       DoNotUseInProduction=Não utilizar em produção
       ThisIsProcessToFollow=Estas são as etapas para o processo:
      -FindPackageFromWebSite=Achar um pacote que possue as funções desejadas (por exemplo no site oficial %s).
       DownloadPackageFromWebSite=Baixar pacote.
      -UnpackPackageInDolibarrRoot=Descompacte os arquivos no diretório do servidor dedicado ao Dolibarr:<b>%s</b>
      -UnpackPackageInModulesRoot=Para lançar/instalar um módulo externo, descomprima os arquivos compactados em um diretório no servidor dedicado aos módulos : <b>%s</b>
      -SetupIsReadyForUse=A implantação do módulo está concluída. No entanto, você deve habilitar e configurar o módulo em sua aplicatição, indo na página para configurar os módulos: <a href="%s">%s</a>.
       NotExistsDirect=O diretório root alternativo não está definido para um diretório existente.<br>
       InfDirAlt=Desde a versão 3, é possível definir um diretório-root alternativo. Isso permite que você armazene, em um diretório dedicado, plug-ins e modelos personalizados. <br> Basta criar um diretório na raiz de Dolibarr (por exemplo:custom).<br>
       InfDirExample=<br>Então declare no arquivo <strong>conf.php</strong><br>$dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br> Se estas linhas estão comentadas com "#", para serem habilitadas, apenas remova o caractere "#".
      -YouCanSubmitFile=Para esta etapa, você pode enviar o arquivo .zip do pacote do módulo para cá :
       CallUpdatePage=Vá para a página que atualiza a estrutura de banco de dados e os dados:% s.
       LastActivationAuthor=Último autor da ativação
       LastActivationIP=Último IP de ativação
      @@ -289,14 +243,10 @@ UMaskExplanation=Esses parâmetros permitem você definir permissões por defaul
       UseACacheDelay=Atraso para exportação de cache em segundos (0 ou vazio para sem cache)
       DisableLinkToHelpCenter=Esconder link "<b>Precisa de ajuda ou suporte</b>" na página de login
       DisableLinkToHelp=Ocultar link para ajuda online "<b>%s</b>"
      -AddCRIfTooLong=Não possui nenhum empacotamento automático, então se a linha sair da página do documento é porque é muito comprida, você precisa adicionar você mesmo um retorno de transporte(carriage) na área de texto.
      -ConfirmPurge=Você tem certeza que deseja executar esta limpeza?<br>Isto excluirá definitivamente todos os arquivos de dados sem qualquer chance de restaurá-los (arquivos ECM, arquivos anexos...).
       LanguageFilesCachedIntoShmopSharedMemory=Os arquivos .lang foram carregados na memória compartilhada
       LanguageFile=Arquivo de idioma
      -ExamplesWithCurrentSetup=Exemplos com atuais configurações que estão rodando
       ListOfDirectories=Lista de diretórios com templates de documentos abertos(.odt)
       ListOfDirectoriesForModelGenODT=A lista de diretórios contém modelos de arquivos no formato OpenDocument.<br><br>Insira aqui o caminho dos diretórios.<br>Adicione uma quebra de linha entre cada diretório.<br>Para adicionar um diretório do módulo GED, adicione aqui <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Os arquivos  nestes diretórios devem terminar com <b>.odt</b> ou <b>.ods</b>.
      -NumberOfModelFilesFound=Número de arquivos de temas ODT/ODS encontrados nestes diretórios
       ExampleOfDirectoriesForModelGen=Exemplo de sintaxe:<br>c:\\meudir<br>/home/meudir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Para saber como criar seus temas de documento em ODT, antes de armazená-los nesses diretórios, leia a documentação wiki:
       FirstnameNamePosition=Posição do Nome/Sobrenome
      @@ -305,15 +255,13 @@ KeyForWebServicesAccess=Chave para usar o Serviços Web (parâmetro "dolibarrkey
       TestSubmitForm=Teste de entrada de formulário
       ThisForceAlsoTheme=Usando esse gerenciador de menus e também usando seu próprio tema qualquer que seja a sua escolha. Além disso se o gerenciador de menus especializado em smartphone não funcionar em todos os smartphones. Use outro gerenciador de menus se tiver problemas com o seu.
       ThemeDir=Diretório de Layouts
      -ConnectionTimeout=Tempo de conexão esgotado
       ResponseTimeout=Tempo de resposta esgotado
       SmsTestMessage=Mensagem Teste de __PHONEFROM__ para __PHONETO__
       ModuleMustBeEnabledFirst=O módulo <b>%s</b> deve estar primeiramente habilitado se você precisa desta funcionalidade.
       SecurityToken=Chave para proteção das URLs
      -NoSmsEngine=Sem gestor de envido de SMS disponível. Por default o gestor de envio de SMS não vêm instalado (porque depende de um fornecedor externo) mas você pode achar um em %s
      -PDFDesc=Você pode configurar cada opção global relacionada com geração de PDF
       PDFAddressForging=Regras para forjar caixas de endereços
      -HideLocalTaxOnPDF=Ocultar %s taxa na coluna de taxa de venda no PDF
      +HideAnyVATInformationOnPDF=Ocultar informações de ICMS no PDF
      +PDFRulesForSalesTax=Regras para ICMS
       HideDescOnPDF=Esconder todas as descrições de produto na geração de PDF
       HideRefOnPDF=Esconder ref. dos produtos na geração de PDF
       HideDetailsOnPDF=Esconder a linha de detalhes dos produtos na geração de PDF
      @@ -322,7 +270,6 @@ UrlGenerationParameters=Parâmetros para URLs de segurança
       SecurityTokenIsUnique=Usar um único parâmetro na chave de segurança para cada URL
       EnterRefToBuildUrl=Entre com a referência do objeto %s
       GetSecuredUrl=Conseguir URL calculada
      -ButtonHideUnauthorized=Esconder botões não autorizados ao invés de mostra-los cinza e desabilitados
       OldVATRates=Taxa de ICMS antiga
       NewVATRates=Taxa de ICMS nova
       PriceBaseTypeToChange=Modificar os preços com base no valor de referência defino em
      @@ -336,7 +283,6 @@ ExtrafieldMail =E-mail
       ExtrafieldUrl =URL
       ExtrafieldSelect =Selecionar lista
       ExtrafieldPassword=Senha
      -ExtrafieldRadio=Botões de seleção única (apenas na escolha)
       ExtrafieldCheckBox=Caixas de seleção
       ExtrafieldCheckBoxFromList=Caixas de seleção da tabela
       ExtrafieldLink=Link para um objeto
      @@ -358,40 +304,31 @@ DefaultLink=Link padrão
       SetAsDefault=Definir como padrão
       ValueOverwrittenByUserSetup=Aviso, esse valor pode ser substituido pela configuração especifícada pelo usuário (cada usuário pode ter seu propria URL CliqueParaDiscar)
       ExternalModule=Módulo externo - Instalado no diretório
      -BarcodeInitForThirdparties=Inicialização de código de barras em massa para clientes
       BarcodeInitForProductsOrServices=Inicialização de código de barras em massa ou redefinir de produtos ou serviços
       CurrentlyNWithoutBarCode=Atualmente, você tem <strong>%s</strong> registro(s) no <strong>%s</strong> %s sem um código de barras definido.
       InitEmptyBarCode=Valor Init para o próximo registros vazios
       EraseAllCurrentBarCode=Apague todos os valores de código de barras atuais
       ConfirmEraseAllCurrentBarCode=Você tem certeza que deseja apagar todos os valores atuais do código de barras?
       AllBarcodeReset=Todos os valores de código de barras foram removidas
      -NoBarcodeNumberingTemplateDefined=Nenhum modelo de numeração de código de barras habilitado para configuração do módulo de código de barras.
       EnableFileCache=Ativar cache de arquivos
       ShowDetailsInPDFPageFoot=Adicionar mais detalhes no rodapé dos arquivos PDF, tais como o endereço da empresa, ou os nomes dos gerentes (para completar as IDs profissionais, capital da empresa e o número VAT).
       DisplayCompanyInfo=Exibir endereço da empresa
       DisplayCompanyManagers=Exibir nomes dos gerentes
       DisplayCompanyInfoAndManagers=Exibir o endereço da empresa e os nomes dos gerentes
      -EnableAndSetupModuleCron=Se você deseja ter esta fatura recorrente sendo gerada automaticamente, o módulo *%s* deve estar habilitado e corretamente configurado. Do contrário, a geração de faturas deve ser feita manualmente a partir deste tema com o botão "Criar". Note que mesmo se você habilitar a geração automática, poderás ainda realizar a geração manual com segurança. A geração duplicada para um mesmo período não é possível.
       ModuleCompanyCodePanicum=Retornar um código contábil vazio
       ModuleCompanyCodeDigitaria=O código contábil depende de um código de terceiros. O código é composto pelo caractere "C" na primeira posição seguido pelos primeiros 5 caracteres do código de terceiros.
       Use3StepsApproval=Por padrão, os Pedidos de Compra necessitam ser criados e aprovados por 2 usuários diferentes (uma etapa para a criação e a outra etapa para a aprovação. Note que se o usuário possui ambas permissões para criar e aprovar, uma única etapa por usuário será suficiente). Você pode pedir, com esta opção, para introduzir uma terceira etapa para aprovação por outro usuário, se o montante for superior a um determinado valor (assim 3 etapas serão necessárias : 1=validação, 2=primeira aprovação e 3=segunda aprovação se o montante for suficiente). <br>Defina como vazio se uma aprovação (2 etapas) é suficiente, defina com um valor muito baixo (0.1) se uma segunda aprovação (3 etapas) é sempre exigida.
       UseDoubleApproval=Usar uma aprovação de 3 etapas quando o valor (sem taxa) é maior do que ...
       ClickToShowDescription=Clique para exibir a descrição
      -DependsOn=Este módulo precisa de módulo(s)
       RequiredBy=Este módulo é exigido por módulo(s)
      -TheKeyIsTheNameOfHtmlField=Este é o nome do campo HTML. Ele precisa ter conhecimentos técnicos para ler o conteúdo da página HTML para obter o nome da chave de um campo.
      -PageUrlForDefaultValues=Você deve inserir aqui a URL relativa da sua página. Se você incluir parâmetros na URL, os valores padrão serão efetivos se todos os parâmetros são definidos no mesmo valor. Exemplos :
       PageUrlForDefaultValuesCreate=<br>Para o formulário que cria um novo terceiro, isto é <strong>%s</strong>,<br>Se você deseja apenas o valor padrão se a URL tem algum parâmetro, você pode usar <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>Para a página que relaciona os terceiros, isto é <strong>%s</strong>,<br>Se você deseja apenas o valor padrão se a URL tem algum parâmetro, você pode usar <strong>%s</strong>
       EnableDefaultValues=Habilita o uso de valores padrão personalizados
      -EnableOverwriteTranslation=Habilita o uso da tradução substituída
      -GoIntoTranslationMenuToChangeThis=A tradução foi encontrada para a chave com este código, desta forma, para mudar esse valor, você deve editá-la em Início - Configurações - Tradução.
       WarningSettingSortOrder=Atenção, a configuração de um ordenamento padrão par os pedidos pode resultar em um erro técnico quando indo para a página da lista, se o campo é um campo desconhecido. Se você se depara com tal erro, volte para esta página para remover o ordenamento padrão dos pedidos e restaure o comportamento padrão.
       ProductDocumentTemplates=Temas de documentos para a geração do documento do produto
       WatermarkOnDraftExpenseReports=Marca d'água nos relatórios de despesas
       AttachMainDocByDefault=Defina isto como 1 se você deseja anexar o documento principal por e-mail como padrão (se aplicável)
       FilesAttachedToEmail=Anexar arquivo
      -Module0Name=Usuários e grupos
      +Module0Name=Usuários e Grupos
       Module0Desc=Gerenciamento de Usuários / Funcionários e Grupos
       Module1Desc=Gerenciamento de empresas e contatos (clientes, prospecção, etc.)
       Module2Desc=Gestor Comercial
      @@ -412,13 +349,11 @@ Module52Name=Estoques
       Module52Desc=Gestor de Estoques (produtos)
       Module53Desc=Gestor de Serviços
       Module54Name=Contratos/Assinaturas
      -Module54Desc=Gestor de Contratos (serviços e assinaturas recorrentes)
       Module55Name=Códigos de Barra
       Module55Desc=Gestor de Códigos de Barra
       Module56Name=Telefonia
       Module56Desc=Integração Telefônica
       Module57Name=Ordens de pagamento bancárias diretas
      -Module57Desc=Gerenciamento dos pedidos de pagamento com Débito Direto. Isto inclui a geração do arquivo SEPA para os países europeus.
       Module58Name=CliqueParaDiscarl
       Module58Desc=Integração do Sistema CliqueParaDiscar (Asterisk, etc.)
       Module59Desc=Adicione uma função para gerar uma conta Bookmark4u de uma conta Dolibarr
      @@ -427,40 +362,24 @@ Module75Name=Despesas e Notas de Viagem
       Module75Desc=Gestor de Despesas e Notas de Viagem. Administração das notas de despesas e deslocamentos
       Module80Name=Fretes
       Module80Desc=Gestor de Fretes e Carregamentos
      -Module85Name=Bancos e Caixas
       Module85Desc=Gestor de Bancos e Caixas
      -Module100Name=Site Externo
      -Module100Desc=Incluir seu site no menu superior do Dolibarr
       Module105Name=Carteiro e SPIP
       Module105Desc=Carteiro ou Interface SPIP para Módulo MembroMailman or SPIP interface for member module
      -Module200Desc=Diretório de sincronização do LDAP
       Module240Name=Exportações de Dados
      -Module240Desc=Ferramenta para exportar dados do Dolibarr (com assistentes)
       Module250Name=Importação de Dados
      -Module250Desc=Ferramenta para importar dados para o Dolibarr (com assistentes)
       Module310Desc=Gestor de Associação de Membros
       Module320Desc=Adiciona um RSS feed dentro das páginas de tela do Dolibarr
      -Module330Name=Marcadores de Página
      -Module330Desc=Gerenciamento de agendamentos
      -Module400Name=Projetos
      -Module400Desc=Gestão de projetos, oportunidades / espera e / ou tarefas. Você também pode atribuir qualquer elemento (fatura, ordem, proposta, intermediação, ...) a um projeto e obter uma visão panorâmica do projeto.
       Module410Desc=Integração do Webcalendar
       Module510Name=Pagamento dos salários dos funcionários
      -Module510Desc=Registrar e acompanhar o pagamento dos salários do seu empregado
       Module520Desc=Gestão dos empréstimos
       Module600Name=Notificações sobre eventos de negócio
      -Module600Desc=Enviar notificações por EMail (disparadas por alguns eventos de negócio) para usuários (configuração definida em cada usuário), para contatos de terceiros (configuração definida em cada terceiro) ou para emails fixos
      -Module600Long=Note que este módulo é dedicado a enviar e-mails em tempo real quando um evento de negócio dedicado ocorre. Se você está buscando uma função para enviar avisos por e-mail sobre os eventos da sua agenda, vá para a configuração do módulo Agenda.
       Module610Name=Variáveis de produtos
      -Module610Desc=Permite a criação de variável de produtos com base em atributos (cor, tamanho, ...)
       Module700Name=Doações
       Module700Desc=Gestor de Doações
      -Module770Desc=Gestão e reivindicação de relatórios de despesas (transporte, refeição, ...)
       Module1200Desc=Integração Mantis
       Module1520Name=Geração de Documentos
       Module1520Desc=Geração de documentos via e-mail em massa
       Module1780Name=Categorias
      -Module2000Desc=Permitir editar alguma área do texto usando um editor avançado (Baseado no CKEditor)
       Module2200Desc=Habilitar o uso de expressões matemáticas para os preços
       Module2300Desc=Gerenciamento dos trabalhos agendados (alias cron ou tabela chrono)
       Module2400Name=Eventos / Agenda
      @@ -470,11 +389,8 @@ Module2600Name=Serviços API/Web (Servidor SOAP)
       Module2600Desc=Ativa o servidor de serviços web do Dolibarr
       Module2610Desc=Permitir que o servidor prestação de serviços de API REST do Dolibarr
       Module2660Name=Chamar ServiçosWeb (cliente SOAP)
      -Module2660Desc=Habilitar o webservices do Dolibarr (pode ser usado para empurrar de dados / pedidos de servidores externos. Ordens Fornecedor suporte apenas para o momento)
      -Module2700Desc=Usar serviço online do Gravatar (www.gravatar.com) para mostrar foto de usuários/membros (achado pelos emails deles). Precisa de acesso a internet
       Module2900Desc=Capacidade de conversão com o GeoIP Maxmind
       Module3100Desc=Adicionar um botão Skype nos cartões dos usuários / terceiros / contatos membros
      -Module3200Desc=Ative gerador de log de alguns eventos comerciais em um registro inalterável. Os eventos são arquivados em tempo real. O gerador de log é uma tabela de eventos encadeados que podem ser lidos e exportados somente. Este módulo pode ser obrigatório para alguns países.
       Module4000Name=RH
       Module4000Desc=Gerenciamento de recursos humanos (gerenciamento do departamento, contratos dos funcionários e benefícios)
       Module5000Name=Multi-Empresas
      @@ -482,19 +398,14 @@ Module5000Desc=Permite gerenciar várias empresas
       Module6000Name=Fluxo de Trabalho
       Module10000Desc=Crie sites públicos com um editor WYSIWYG. Basta configurar seu servidor web (Apache, Nginx, ...) para apontar para o diretório dedicado ao Dolibarr para tê-lo online na Internet com seu próprio nome de domínio.
       Module20000Name=Gerenciamento de folgas e férias
      -Module20000Desc=Autorizar e acompanhar solicitações de licença de funcionários
       Module39000Desc=Lote ou número de serie, para compra e venda administrado produtos
      -Module50000Desc=Módulo para oferecer uma página de pagamento on-line aceitando pagamentos com cartão de crédito / débito via PayBox. Isso pode ser usado para permitir que seus clientes façam pagamentos gratuitos ou para um pagamento em um determinado objeto Dolibarr (fatura, pedido, ...)
       Module50100Name=Ponto de Vendas
       Module50100Desc=Módulo ponto de vendas (PDV)
      -Module50200Desc=Módulo para oferecer uma página de pagamento on-line aceitando pagamentos usando o PayPal (cartão de crédito ou crédito PayPal). Isso pode ser usado para permitir que seus clientes façam pagamentos gratuitos ou para um pagamento em um determinado objeto Dolibarr (fatura, pedido, ...)
      +Module50150Name=Ponto de Vendas
       Module54000Name=ImprimirIPP
      -Module54000Desc=Imprima via Cups IPP
       Module55000Name=Pesquisa Aberta
      -Module55000Desc=Módulo que integra pesquisa (tipo: Doodle, Studs, Rdvz, ...)
       Module59000Desc=Módulo para gerenciar margens
       Module60000Desc=Módulo para gerenciar comissão
      -Module62000Desc=Adicionar recursos para gerenciar Incoterm
       Module63000Desc=Gerenciar recursos (impressoras, carros, salas, etc.) que você pode compartilhar em eventos.
       Permission11=Ler Faturas de Clientes
       Permission12=Criar/Modificar Faturas de Clientes
      @@ -515,9 +426,6 @@ Permission32=Criar/Modificar Produtos
       Permission34=Deletar Produtos
       Permission36=Ver/Gerenciar Produtos Ocultos
       Permission38=Exportar Produtos
      -Permission41=Leia projetos e tarefas (projeto compartilhado e projetos para os quais eu sou um contato). Também pode inserir o tempo consumido, para mim ou minha hierarquia, nas tarefas atribuídas (Folha de horários)
      -Permission42=Criar / modificar projetos (projeto compartilhado e projetos para os quais eu sou um contato). Também pode criar tarefas e atribuir usuários a projetos e tarefas
      -Permission44=Deletar Projetos (Projetos Compartilhados e Projetos que eu contratei para)
       Permission61=Ler Intervenções
       Permission62=Criar/Modificar Intervenções
       Permission64=Deletar Intervenções
      @@ -548,7 +456,6 @@ Permission109=Deletar Envios
       Permission111=Ler Contas Financeiras
       Permission112=Criar/Modificar/Deletar e Comparar Transações
       Permission113=Configurar Contas Financeiras (criar, gerenciar categorias)
      -Permission114=Consolidar Transações
       Permission115=Exportar Transações e Extratos Bancários
       Permission116=Transferência entre Contas
       Permission117=Gerenciar Envios de Cheques
      @@ -556,15 +463,12 @@ Permission121=Ler Terceiros Vinculado ao Usuário
       Permission122=Criar/Modificar Terceiros
       Permission125=Deletar Terceiros
       Permission126=Exportar Terceiros
      -Permission141=Ler Projetos (Projetos Compartilhados e Projetos que eu contratei para)
      -Permission142=Criar/Modificar Projetos (Projetos Compartilhados e Projetos que eu contratei para)
       Permission144=Deletar Projetos (Projetos Compartilhados e Projetos que eu contratei para)
       Permission146=Ler Provedores
       Permission147=Ler Estatísticas
       Permission151=Ler pedidos com pagamento por débito direto
       Permission152=Criar/Modificar pedidos com pagamento por débito direto
       Permission153=Enviar/Transmitir pedidos com pagamento por débito direto
      -Permission154=Registro de Créditos/Recusas de pedidos com pagamento por débito direto
       Permission161=Ler Contratos
       Permission162=Criar/Modificar Contratos
       Permission163=Ativar Serviço de um Contrato
      @@ -586,7 +490,6 @@ Permission187=Fechar Pedidos para Fornecedores
       Permission188=Cancelar Pedidos para Fornecedores
       Permission192=Criar Linhas
       Permission193=Cancelar Linhas
      -Permission194=Ler as Linhas de Bandwith
       Permission202=Criar Conexões ADSL
       Permission203=Pedir Pedidos de Conexões
       Permission204=Pedir Conexões
      @@ -611,12 +514,10 @@ Permission244=Visualisar o Conteúdo de Categorias Ocultas
       Permission251=Ler Outros Usuários e Grupos
       PermissionAdvanced251=Ler Outros Usuários
       Permission252=Ler Permissões de Outros Usuários
      -Permission253=Criar/Modificar Outros Usuários, Grupos e Permissões
       PermissionAdvanced253=Criar/Modificar Usuários internos/externos e suas Permissões
       Permission254=Criar/Modificar Usuários Externos
       Permission255=Modificar Senha de Outros Usuários
       Permission256=Deletar ou Desativar Outros Usuários
      -Permission262=Estender o acesso a todos os terceiros (não apenas os terceiros para os quais o usuário é um representante de venda).<br> Não é efetivo para usuários externos (sempre limitados a si próprios para propostas, pedidos, faturas, contratos, etc.).<br> Não é efetivo para Projetos (apenas regras sobre permissões do projeto, visibilidade e questões de atribuição).
       Permission271=Ler CA
       Permission272=Ler Faturas
       Permission273=Emitir Fatura
      @@ -626,7 +527,6 @@ Permission283=Deletar Contatos
       Permission286=Exportar Contatos
       Permission291=Ler Tarifas
       Permission292=Definir Permissões das Tarifas
      -Permission293=Modificar Tarifas de Clientes
       Permission300=Ler Código de Barras
       Permission301=Criar/Modificar Códigos de Barras
       Permission302=Deletar Código de Barras
      @@ -648,11 +548,6 @@ Permission401=Ler Descontos
       Permission402=Criar/Modificar Descontos
       Permission403=Validar Descontos
       Permission404=Excluir Descontos
      -Permission501=Ler os contratos/salários dos funcionários
      -Permission502=Criar/Modificar os contratos/salários dos funcionários
      -Permission511=Ler o pagamento dos salários
      -Permission512=Criar/Modificar o pagamento dos salários
      -Permission514=Excluir salários
       Permission517=Salários de exportação
       Permission520=Leia Empréstimos
       Permission522=Criar / modificar empréstimos
      @@ -735,7 +630,6 @@ Permission63001=Ler recursos
       Permission63002=Criar/Modificar recursos
       Permission63003=Excluir recursos
       Permission63004=Conectar os recursos aos eventos da agenda
      -DictionaryCompanyJuridicalType=Formas legais dos terceiros
       DictionaryProspectLevel=Nível potencial Prospect
       DictionaryCanton=Estado/Província
       DictionaryRegion=Regiões
      @@ -743,7 +637,6 @@ DictionaryActions=Tipos de eventos na agenda
       DictionarySocialContributions=Tipos de encargos sociais e fiscais
       DictionaryVAT=Taxas de VAT ou imposto sobre vendas de moeda
       DictionaryPaymentModes=Modos de pagamento
      -DictionaryTypeContact=Tipos Contato / Endereço
       DictionaryEcotaxe=Ecotaxa (REEE)
       DictionaryPaperFormat=Formatos de papel
       DictionaryFormatCards=Formatos dos cartões
      @@ -755,33 +648,19 @@ DictionarySource=Origem das propostas / ordens
       DictionaryAccountancyCategory=Grupos personalizados para relatórios
       DictionaryAccountancysystem=Modelos para o plano de contas
       DictionaryAccountancyJournal=Relatórios da contabilidade
      -DictionaryEMailTemplates=Modelos de E-mails
       DictionaryProspectStatus=Status de Prospecção
      -DictionaryHolidayTypes=Tipos de licenças
      -DictionaryOpportunityStatus=Status oportunidade para projeto / lead
       SetupSaved=Configurações Salvas
       SetupNotSaved=Configuração não salva
      -BackToDictionaryList=Voltar para a lista de dicionários
      -VATManagement=Gestor de ICMS
      -VATIsUsedDesc=Como padrão, quando da criação de orçamentos, faturas, pedidos, etc. a taxa do ICMS acompanha a regra padrão ativa:<br>se o vendedor não estiver sujeito ao ICMS, então o padrão do ICMS é 0. Fim da regra.<br>Se o (país da venda= país da compra), então o ICMS por padrão é igual ao ICMS do produto no país da venda. Fim da regra. <br>Se o vendedor e o comprador estão na Comunidade Europeia e os produtos são meios de transporte (carro, navio, avião), o VAT padrão é 0 (O VAT deverá ser pago pelo comprador à receita federal do seu país e não ao vendedor). Fim da regra.<br>Se o vendedor e o comprador estão na Comunidade Europeia e o comprador não é uma pessoa jurídica, então o VAT por padrão é o VAT do produto vendido. Fim da regra.<br>Se o vendedor e o comprador estão na Comunidade Europeia e o comprador é uma pessoa jurídica, então o VAT é 0 por padrão . Fim da regra.<br>Em qualquer outro caso o padrão proposto é ICMS=0. Fim da regra.
      -VATIsNotUsedDesc=Por padrão o ICMS sugerido é 0, o que pode ser usado em casos tipo associações, pessoas ou pequenas empresas.
       LTRate=Rata
       LocalTax1IsNotUsed=Não utilizar segundo imposto
      -LocalTax1IsUsedDesc=Utilizar um segundo tipo de imposto (outro que não seja ICMS)
      -LocalTax1IsNotUsedDesc=Não utilizar outro tipo de imposto (outro que não seja ICMS)
       LocalTax2IsNotUsed=Não utilizar terceiro imposto
      -LocalTax2IsUsedDesc=Utilizar um terceiro tipo de imposto (outro que não seja ICMS)
      -LocalTax2IsNotUsedDesc=Não utilizar outro tipo de imposto (outro que não seja ICMS)
       LocalTax1ManagementES=Gestor RE
      -LocalTax1IsUsedDescES=A taxa RE padrão, quando criando orçamentos, faturas, pedidos, etc., segue a regra padrão ativa:<br>Se o comprador não estiver sujeito à RE, a RE por padrão=0. Fim da regra.<br>Se o comprador for sujeito à RE, então será aplicada a RE padrão. Fim da regra.<br>
       LocalTax1IsNotUsedDescES=A RE padrão proposta é 0. Fim da regra.
       LocalTax1IsUsedExampleES=Na Espanha eles são profissionais sujeito a alguma seção especifica da IAE espanhola.
       LocalTax1IsNotUsedExampleES=Na Espanha eles são proficionais e sócios e sujeito a uma certa seção da IAE espanhola.
       LocalTax2ManagementES=Gestor IRPF
      -LocalTax2IsUsedDescES=A taxa RE padrão, quando criando orçamentos, faturas, pedidos, etc., acompanha a regra padrão ativa:<br>Se o vendedor não estiver sujeito ao IRPF, então o IRPF por padrão=0. Fim da regra.<br>Se o vendedor estiver sujeito ao IRPF, então aplica-se o IRPF padrão. Fim da regra.<br>
       LocalTax2IsNotUsedDescES=Por padrão, o iRPF sugerido é 0. Fim da regra.
       LocalTax2IsUsedExampleES=Na Espanha, freelancers e profissionais independentes que oferecem serviços e empresas que tenham escolhidos o módulo de sistema de imposto.
      -LocalTax2IsNotUsedExampleES=Na Espanha eles são negócios não sujeito ao módulo de sistema de imposto.
       CalcLocaltax=Relatórios sobre os impostos locais
       CalcLocaltax1Desc=Relatorios de taxas locais são calculados pela differença entre taxas locais de venda e taxas locais de compra
       CalcLocaltax2Desc=Relatorio de taxas locais e o total de taxas locais nas compras
      @@ -789,7 +668,6 @@ CalcLocaltax3=De vendas
       CalcLocaltax3Desc=Relatorio de taxas locais e o total de taxas locais de vendas
       LabelUsedByDefault=Etiqueta usado por default se nenhuma tradução não for encontrado para o código =/
       LabelOnDocuments=Etiqueta nos documentos
      -NbOfDays=Nº de dias
       CurrentNext=Atual/Próxima
       Offset=Compensar
       Upgrade=Atualizar
      @@ -806,7 +684,6 @@ DatabasePort=Porta do Banco de Dados
       DatabaseUser=Usuário do Banco de Dados
       DatabasePassword=Senha do Banco de Dados
       TableName=Nome da Tabela
      -NbOfRecord=Núm de gravações
       DriverType=Tipo de Driver
       SummarySystem=Resumo de informações do sistema
       SummaryConst=Lista de todos os parâmetros de configurações do Dolibarr
      @@ -816,7 +693,6 @@ Skin=Tema Visual
       DefaultSkin=Tema visual default
       MaxSizeList=Comprimento máximo de lista
       DefaultMaxSizeList=Comprimento máximo padrão para listas
      -DefaultMaxSizeShortList=Comprimento máximo padrão para as listas curtas (p. ex. no cartão do cliente)
       MessageOfDay=Mensagem do dia
       MessageLogin=Mensagem da página de login
       LoginPage=Página de login
      @@ -831,24 +707,6 @@ CompanyTown=Município
       NoActiveBankAccountDefined=Nenhuma conta bancária ativa está definida
       BankModuleNotActive=O módulo de contas bancárias não está habilitado
       ShowBugTrackLink=Mostrar link "<strong>%s</strong>"
      -DelaysOfToleranceBeforeWarning=Prazos de tolerância antes do aviso
      -DelaysOfToleranceDesc=Esta janela permite definir os prazos de tolerância antes que o aviso é reportado na tela com o símbolo %s, sobre cada elemento em atraso.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Prazo de tolerância (em dias) antes do alerta sobre eventos planejados (eventos da agenda) ainda não concluídos
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Prazo de tolerância (em dias) antes do alerta sobre projetos não concluídos a tempo
      -Delays_MAIN_DELAY_TASKS_TODO=Prazo de tolerância (em dias) antes do alerta sobre as tarefas planejadas (tarefas de projeto) ainda não concluídas
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Prazo de tolerância (em dias) antes do alerta sobre pedidos ainda não processados
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Prazo de tolerância (em dias) antes do aviso nos orçamentos que não foram fechados
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Prazo de tolerância (em dias) antes do aviso nos orçamentos não faturadas
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Prazo de tolerância (em dias) antes do aviso nos serviços para ativar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Prazo de tolerância (em dias) antes do aviso nos serviços expirados
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Prazo de tolerância (em dias) antes do aviso para faturas de fornecedores não paga
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Prazo de tolerância (em dias) antes do aviso para faturas de clientes não paga
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Prazo de tolerância (em dias) antes do aviso para reconciliação pendente no banco
      -Delays_MAIN_DELAY_MEMBERS=Prazo de tolerância (em dias) antes do aviso do atraso da taxa de afiliação
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Prazo de tolerância (em dias) antes do aviso de fazer depósitos de cheques
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Prazo de tolerância (em dias) antes do alerta para aprovação do relatório de despesas
      -SetupDescription1=A área de configuração é para a definição dos parâmetros iniciais antes de se usar o Dolibarr.
      -SetupDescription5=Outros menu precisa entrar com parâmetros opcionais do gestor.
       LogEvents=Auditoría de segurança dos eventos
       Audit=Auditoría
       InfoOS=Sobre o SO
      @@ -865,9 +723,7 @@ DisplayDesc=Você pode escolher cada parâmetro relacionado com a aparência do
       AvailableModules=App/Módulos disponíveis
       ToActivateModule=Para ativar os módulos, vá à área de configuração (Home->Configuração->Módulo).
       SessionTimeOut=Expiro tempo de sessão
      -SessionExplanation=Esse número garante que a sessão nunca irá expirar antes desse tempo de atraso, se o <b>session cleaner</b> for feito pelo <b>Internal PHP session cleaner</b> (e nada mais). O <b>Internal PHP session cleaner</b> não garante que irá expirar nesse tempo de atraso. Ele vai expirar, depois desse tempo de atraso, e quando o <b>session cleaner</b> está na RAM, então cada <b>%s/%s</b> acesso, mas somente durante o acesso feito pelos outros usuários.<br> Nota: em alguns servidores com mecanismo de "external session cleaning" (cron no Debian, Ubuntu ...), a sessão pode ser perdida depois desse periodo definido por default <strong>session.gc_maxlifetime</strong>, não importando importando o valor entrado aqui.
       TriggersAvailable=Triggers disponível
      -TriggersDesc=Triggers são arquivos que modificam o comportamento do Dolibarr <b>fluxo de trabalho</b> uma vez copiado dentro do diretório <b>htdocs/core/triggers</b>. Eles realizam novas ações, ativado em eventos do Dolibarr (criar nova empresa, validação de fatura, ...).
       TriggerDisabledByName=Triggers neste arquivo estão desativados pelo sufixo <b>-NORUN</b> em seu nome.
       TriggerDisabledAsModuleDisabled=Triggers neste arquivo está desabilitado assim como o módulo <b>%s</b> está desabilitado.
       TriggerAlwaysActive=Triggers neste arquivo está sempre ativo, não importando os módulos ativos no Dolibarr.
      @@ -877,7 +733,6 @@ DictionaryDesc=Inserir todos os dados de referência. Você pode adicionar seus
       ConstDesc=Esta página permite editar todos os outros parâmetros não disponíveis nas páginas anteriores. Estes são principalmente parâmetros reservados para desenvolvedores ou solução de problemas avançada. Para uma lista de opções <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">verifique aqui</a>.
       MiscellaneousDesc=Todos os outros parâmetros relacionados com a segurança são definidos aqui.
       LimitsSetup=Configurações de Limites/Precisões
      -LimitsDesc=Você pode definir limites, precisões e otimizações utilizadas pelo Dolibarr aqui
       MAIN_MAX_DECIMALS_UNIT=Máxima casas decimais para preços unitários
       MAIN_MAX_DECIMALS_TOT=Máxima casas decimais para preços totais
       MAIN_MAX_DECIMALS_SHOWN=Máxima casas decimais para preços mostrado na tela (adicionar <b>...</b> depois desse número se você deseja ver <b>...</b> quando um número é truncado quando mostrado na tela)
      @@ -886,16 +741,12 @@ UnitPriceOfProduct=Unidade líquida do preço do produto
       TotalPriceAfterRounding=Preço Total (Líquido,ICMS,taxa local) depois do arredontamento
       ParameterActiveForNextInputOnly=Parâmetro efetivo somente para a próxima entrada
       NoEventOrNoAuditSetup=Nenhum evento de segurança foi gravado ainda. Isso pode ser normal de o auditar não foi ativado na página "Conf. - Segurança - Auditar"
      -NoEventFoundWithCriteria=Nenhum evento de segurança foi achado pelos critérios de pesquisa.
       SeeLocalSendMailSetup=Ver sua configuração local de envio de correspondência
       BackupDesc=Para fazer um backup completo do Dolibarr, você deve:
       BackupDesc2=* Salvar os documentos do diretório (<b>%s</b>) que contém todos os arquivos uploaded e arquivos gerados (Você pode criar um arquivo zipado por exemplo).
      -BackupDesc3=* Salvar o banco de dados em um arquivo de despejo. Para isso, você pode seguir o assistente.
       BackupDescX=O diretório do arquivo deverá ser armazenado em um local seguro.
       BackupDescY=O arquivo de despeja gerado deverá ser armazenado em um local seguro.
      -BackupPHPWarning=O backup não pode ser garantido por esse método. Prefira o anterior
       RestoreDesc=Para restaurar o backup Dolibarr, você deve:
      -RestoreDesc2=* Restaurar o arquivo de backup (zipado) no diretório dos documentos, para extrair a arvore de arquivos no diretório do documento da nova instalação do Dolibarr ou dentro do atual diretório dos documentos (<b>%s</b>).
       RestoreDesc3=* Restaurar os dados de backup do arquivo de despejo, para dentro do banco de dados da nova instalação do Dolibarr ou para dentro da atual instalação. Aviso, uma vez a restauração completa, você deve usar o login/senha, que existia quando o backup foi feito, para conectar denovo. Para restaurar o backup do banco de dados para dentro da atual instalação, você pode seguir esse assistente.
       RestoreMySQL=Importar MySQL
       ForcedToByAModule=Essa Regra é forçada para <b>%s</b> by um módulo ativado
      @@ -905,24 +756,18 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Você deve rodar esse comando n
       YourPHPDoesNotHaveSSLSupport=Função SSL functions não está disponível no seu PHP
       DownloadMoreSkins=Mais skins para baixar
       SimpleNumRefModelDesc=Retorna o número de referênciaReturns com o formato %syymm-nnnn onde yy é o ano, mm é o mês é nnnn é a sequencia sem buraco e sem reset
      -ShowProfIdInAddress=Mostrar id proficional com endereço no documento
      -ShowVATIntaInAddress=Esconder ICMS dentro num com endereços no documento
      -MAIN_DISABLE_METEO=Desativar visualização meteo
       MeteoStdModEnabled=Modo padrão habilitado
       MeteoPercentageMod=Modo porcentagem
       MeteoPercentageModEnabled=Modo de porcentagem habilitado
       TestLoginToAPI=Teste de login para API
      -ProxyDesc=Algumas funções do Dolibarr precisam ter acesso a internet para funcionar. Defina esses parâmetros aqui. se o servidor Dolibarr esta atrás de um servidor de proxy, esses parâmetros falam pro Dolibarr como acessar a internet através disso.
       MAIN_PROXY_USE=Use um servidor de proxy (caso contrário acesso direto a internet)
       MAIN_PROXY_HOST=Nome/Endereço do servidor de proxy
       MAIN_PROXY_PORT=Porta do servidor de proxy
       MAIN_PROXY_USER=Login para usar no servidor de proxy
       MAIN_PROXY_PASS=Senha para usar no servidor de proxy
      -DefineHereComplementaryAttributes=Defina aqui todos os atributos, não disponível por default, e que você quer que seja suportado por %s.
       ExtraFieldsLinesRec=Atributos complementares (linhas dos temas das faturas)
       ExtraFieldsSupplierOrdersLines=Atributos complementares (linhas de encomenda)
       ExtraFieldsThirdParties=Atributos complementares (terceiros)
      -ExtraFieldsContacts=Atributos complementares (contato/endereço)
       ExtraFieldsMember=Atributos complementares (membros)
       ExtraFieldsCustomerInvoicesRec=Atributos complementares (temas das faturas)
       ExtraFieldsSupplierOrders=Atributos complementares (pedidos)
      @@ -930,38 +775,25 @@ ExtraFieldHasWrongValue=Atributo %s tem um valor errado.
       AlphaNumOnlyLowerCharsAndNoSpace=apenas alfanumérico e minúsculas, sem espaço
       SendmailOptionNotComplete=Aviso, em alguns sistemas Linux, para enviar email para seu email, sendmail executa a configuração que deve conter opção -ba (parâmetro mail.force_extra_parameters dentro do seu arquivo php.ini). Se algum destinatário não receber emails, tente editar esse parâmetro PHP com mail.force_extra_parameters = -ba).
       PathToDocuments=Caminho para documentos
      -SendmailOptionMayHurtBuggedMTA=Função para envios de correspondência usando o método "PHP mail direct" irá gerar uma mensagem na correspondência que pode não estar corretamente analisada por algum servidor de recepção de correspondência. Resultando que essa correspondência não pode ser lida pela pessoa hostiada por essa plataforma bugada. É caso de alguns provedores de internet (Ex: Orange na França). Isso não é um problema para o Dolibarr nem dentro PHP mas para servidor receptor de correspondência. Você pode contudo adicionar a opção MAIN_FIX_FOR_BUGGED_MTA para 1 dentro da configuração, outra modificação do Dolibarr para evitar isso. Contudo você pode sofrer problemas com outros servidores que respeitão estritamente os padrões SMTP. A outra solução (RECOMENDADA) é usar o método "SMTP socket library" que não tem desvantagens.
       TranslationKeySearch=Buscar uma chave ou variável de tradução
       TranslationOverwriteKey=Sobrescrever uma variável de tradução
       TranslationDesc=Como definir o idioma do aplicativo exibido: <br> * Systemwide: menu <strong> Início - Configuração - Exibição </strong> <br> * Por usuário: use a guia <strong> Configuração da tela do usuário </strong> no cartão do usuário ( clique no nome de usuário na parte superior da tela).
       TranslationOverwriteDesc=Você também pode sobrescrever as variáveis preenchendo a tabela a seguir. Escolha o seu idioma a partir do "%s" dropdown, insira a variável com a chave da transação em "%s" e a sua nova tradução em "%s"
      -TranslationOverwriteDesc2=Você pode usar a outra aba para lhe ajudar a conhecer a chave de tradução a ser empregada
       TranslationString=Variável de tradução
       CurrentTranslationString=Variável de tradução atual
       WarningAtLeastKeyOrTranslationRequired=Pelo menos um critério de busca é exigido para a chave ou variável de tradução.
       NewTranslationStringToShow=Nova variável de tradução a ser exibida
       OriginalValueWas=A tradução original foi sobrescrita. O valor original era:<br><br>%s
      -TransKeyWithoutOriginalValue=Você forçou uma nova tradução para a chave de tradução '<strong>%s</strong>' que não existe em qualquer um dos arquivos de idioma
       TotalNumberOfActivatedModules=Aplicação / módulos ativados: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Você pelo menos deve ativar 1 módulo
      -ClassNotFoundIntoPathWarning=Classe %s não achado dentro o caminho PHP
       YesInSummer=Sim em verão
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, apenas os seguintes módulos são abertos para usuários externos (seja qual for a permissão de tais usuários) e somente se as permissões fossem concedidas:
       SuhosinSessionEncrypt=Sessão armazenada criptografada pelo Suhosin
       ConditionIsCurrently=Condição é atualmente %s
      -YouUseBestDriver=Você usa o driver %s que é o melhor driver disponível atualmente.
      -YouDoNotUseBestDriver=Você usa o driver %s mas o driver %s é o mais recomendado.
      -NbOfProductIsLowerThanNoPb=Você tem somente %s produtos/serviços no seu banco de dados. Isso não requer qualquer particular otimização.
       SearchOptim=Procurar Otimização
      -YouHaveXProductUseSearchOptim=Você tem %s produtos dentro do banco de dados. Você deveria adicionar a constante PRODUCT_DONOTSEARCH_ANYWHERE para 1 em Home->Configuração->Outros, seu limite para a procura começar na strings fazendo possível para o banco de dados usar o index e você deveria receber uma resposta imediata.
      -BrowserIsOK=Você está usando o navegador %s. Esse navegador está OK com a segurança e performa.
      -BrowserIsKO=Você está usando o navegador %s. Esse navegador é uma péssima escolha para segurança, performa e confiabilidade. Nós recomendandos usar Firefox, Chrome, Opera ou Safari.
       XDebugInstalled=XDebug é carregado.
       XCacheInstalled=XCache é carregado.
      -AddRefInList=Aparência cliente/fornecedor ref dentro da lista (escolha a lista ou combobox) e mais o hyperlink. Terceiros serão exibidos co o nome "CC12345 - SC45678 - A grande corporação", ao invés de "A grande corporação".
       FillThisOnlyIfRequired=Exemplo: +2 (Preencha somente se compensar o problema do timezone é experiente)
       PasswordGenerationStandard=Retorna uma senha gerara de acordo com o algorítimo interno do Dolibarr: 8 caracteres contendo números e letras em letras minusculas.
      -PasswordGenerationNone=Não sugerimos qualquer senha gerada. A senha deve ser inserida manualmente.
       PasswordGenerationPerso=Retornar uma senha de acordo com a configuração definida para a sua personalidade.
       PasswordPatternDesc=Descrição do padrão de senha
       RuleForGeneratedPasswords=Regra para sugerir uma senha gerada ou validação de senha
      @@ -973,12 +805,8 @@ CompanySetup=Configurações de módulo das empresas
       NotificationsDesc=A funcionalidade de notificações por e-mail lhe permite enviar silenciosamente e-mail automático para alguns eventos do Dolibarr. Os destinatários das notificações podem ser definidos:
       NotificationsDescUser=* por usuários, um usuário de cada vez.
       NotificationsDescGlobal=* ou pela definição de um destinatário global para os e-mails na página de configuração do módulo.
      -ModelModules=Temas de documentos
      -DocumentModelOdt=Gerar documentos dos templates livres (Arquivos .ODT ou .ODS do libreoffice, KOffice, TextEdit, ...)
       WatermarkOnDraft=Marca d'água no documento de rascuno
       JSOnPaimentBill=Ative a função de preenchimento automático de linhas no formulário de pagamento
      -CompanyIdProfChecker=Regras no Ids profissional
      -MustBeMandatory=Obrigatória a criação de terceiros?
       MustBeInvoiceMandatory=Obrigatória a validação de faturas?
       WebCalUrlForVCalExport=Uma exportação de link para o formato <b>%s</b> está disponível no seguinte link: %s
       BillsSetup=Configurações do módulo de faturas
      @@ -1071,19 +899,14 @@ LDAPTestSynchroMemberType=Teste da sincronização dos tipos de membro
       LDAPTestSearch=Teste de pesquisa LDAP
       LDAPSynchroOK=Teste de sincronização foi um sucesso
       LDAPSynchroKO=Teste de sincronização falhou
      -LDAPSynchroKOMayBePermissions=Teste de sincronização falhou. Verifique se a conexão do servidor está corretamente configurada e que permita atualizações LDAP
       LDAPTCPConnectOK=Conexão TCP para o servidor LDAP foi um sucesso (Servidor=%s, Porta=%s)
       LDAPTCPConnectKO=Conexão TCP para o servidor LDAP falhou (Servidor=%s, Porta=%s)
      -LDAPBindOK=Conexão/Autenticação do servidor LDAP foi um sucesso (Servidor=%s, Porta=%s, Admin=%s, Senha=%s)
      -LDAPBindKO=Conexão/Autenticação do servidor LDAP falhou (Servidor=%s, Porta=%s, Admin=%s, Senha=%s)
       LDAPSetupForVersion3=Servidor LDAP configurado para versão 3
       LDAPSetupForVersion2=Servidor LDAP configurado para versão 2
       LDAPFieldLoginExample=Exemplo : uid
       LDAPFilterConnectionExample=Exemplo : &(objectClass=inetOrgPerson)
       LDAPFieldLoginSambaExample=Exemplo : ananomedaconta
       LDAPFieldFullnameExample=Exemplo : cn
      -LDAPFieldPasswordNotCrypted=Senha não criptografada
      -LDAPFieldPasswordCrypted=Senha criptografada
       LDAPFieldPasswordExample=Exemplo : SenhaUsuário
       LDAPFieldCommonNameExample=Exemplo : cn
       LDAPFieldNameExample=Exemplo : sn
      @@ -1121,22 +944,17 @@ LDAPDescMembersTypes=Esta página permite que você defina os atributos do nome
       LDAPDescValues=Exemplos de valores são projetados pelo <b>OpenLDAP</b> seguido dos temas carregados: <b>core.schema, cosine.schema, inetorgperson.schema</b>). Se você usa esses valores e OpenLDAP, modifique seu arquivo de configurações LDAP <b>slapd.conf</b> para ter todos esses temas carregados.
       ForANonAnonymousAccess=Para um acesso autenticado (para um acesso de escrita por exemplo)
       PerfDolibarr=Configurações/otimizações de relatório de performance
      -YouMayFindPerfAdviceHere=Você achará nesta página alguns checks ou conselhos relatados sobre a performance.
      -NotInstalled=Não instalado, então seu servidor não está lento por causa disso.
       ApplicativeCache=cache de aplicativo
       MemcachedNotAvailable=Nenhum cache de aplicativo foi encontrado. Você pode aumentar a performance instalando um servidor de cache Memcached e o módulo será capaz de usar esse servidor de cache. Mais informações aqui http://wiki.dolibarr.org/index.php/Module_MemCached_EN. Note que vários provedores de host web não dispõem de tal servidor de cache.
       MemcachedModuleAvailableButNotSetup=Módulo de aceleração da memória cache está ativado mas a configuração não está completa
       MemcachedAvailableAndSetup=Módulo de aceleração da memória cache está ativado e a configuração está completa
       OPCodeCache=cache OPCode
      -NoOPCodeCacheFound=Nenhum cache OPCode foi achado. Pode ser que você use outro cache OPCode do que XCache ou eAccelerator (bom), pode ser que você não tenha cache OPCode (muito mau).
       FilesOfTypeCached=Arquivos do tipo %s estão no cache pelo servidor HTTP
       FilesOfTypeNotCached=Arquivos do tipo %s não estão no cache pelo servidor HTTP
       FilesOfTypeCompressed=Arquivos do tipo %s estão comprimidos pelo servidor HTTP
       FilesOfTypeNotCompressed=Arquivos do tipo %s não estão comprimidos pelo servidor HTTP
      -CacheByServerDesc=Por exemplo, usando a diretiva Apache "ExpiresByType image/gif A2592000"
       CompressionOfResources=Comprimir as respostas HTTP
       TestNotPossibleWithCurrentBrowsers=Não é possível detecção automática
      -DefaultValuesDesc=Você pode definir/forçar aqui o valor padrão que desejas obter quando crias um novo registro, e/ou os filtros padrão ou a ordem dos pedidos quando você lista um registro.
       DefaultSearchFilters=Filtros de busca padrão
       DefaultSortOrder=Ordem padrão dos pedidos
       DefaultFocus=Campos de foco padrão
      @@ -1144,11 +962,7 @@ ProductSetup=Configurações do módulo dos produtos
       ServiceSetup=Configurações do módulo de serviços
       ProductServiceSetup=Configurações dos módulos de produtos e serviços
       NumberOfProductShowInSelect=Max número de produtos na lista selecionada (0=sem limite)
      -ViewProductDescInFormAbility=Visualização das descrições do produto nos formulários (caso contrário como popup tooltip)
       MergePropalProductCard=Ativar na aba Arquivos Anexos ao produto/serviço uma opção para mesclar o documento PDF do produto à proposta PDF se o produto/serviço estiver na proposta
      -ViewProductDescInThirdpartyLanguageAbility=Visualização das descrições dos produtos no idioma do terceiro
      -UseSearchToSelectProductTooltip=Além disso, se você tem um grande número de produtos (> 100 000), você pode aumentar a velocidade, definindo PRODUCT_DONOTSEARCH_ANYWHERE constante a 1 em Setup Outro. Busca, então, ser limitada até o início da string.
      -UseSearchToSelectProduct=Aguarda você pressionar uma tecla antes de carregar o conteúdo de uma lista de produtos combo (isto pode melhorar o desempenho se você tiver um grande número de produtos, mas é menos conveniente)
       SetDefaultBarcodeTypeProducts=Tipo de código de barras default para usar nós produtos
       SetDefaultBarcodeTypeThirdParties=Tipo de código de barras default para usar nós terceiros
       UseUnits=Definir uma unidade de medida para a Quantidade durante a edição das linhas do pedido, proposta ou fatura
      @@ -1194,7 +1008,6 @@ SendingsSetup=Configurações do módulo de envios
       SendingsReceiptModel=Modelo de recibo do envio
       SendingsNumberingModules=Módulos de númeração de envios
       SendingsAbility=Suporte para folhas de envios, para entregas de cliente
      -NoNeedForDeliveryReceipts=Na maioria dos casos, as planilhas de envio são usadas como planilhas para as entregas do cliente (lista de produtos para envio) e planilhas que são recebidas e assinadas pelo cliente. Dessa forma os recibos das entregas são uma função duplicada e é raramente ativada.
       FreeLegalTextOnShippings=Texto livre para envios
       DeliveryOrderNumberingModules=Módulo de numeração de recibos de produtos entregues
       DeliveryOrderModel=Modelo de recibo de produtos entregues
      @@ -1203,15 +1016,11 @@ FreeLegalTextOnDeliveryReceipts=Texto livre em recibos de entregas
       ActivateFCKeditor=Editor avançado ativo por:
       FCKeditorForCompany=Criação/edição do WYSIWIG nas descrições de elementos e nota (exceto produtos/serviços)
       FCKeditorForProduct=Criação/edição do WYSIWIG nas descrições de  produtos/serviços e nota
      -FCKeditorForProductDetails=Criação/edição do WYSIWIG nas linhas dos detalhes de produtos de todas entidades (orçamentos, pedidos, faturas, etc...). <font class="warning">Aviso: Usando essa opção nesse caso é extremamente NÃO recomendado, podendo causar problemas com caracteres especiais e no formato da página na construção do arquivo PDF.</font>
       FCKeditorForMailing=Criação/edição do WYSIWIG nos E-Mails massivos (ferramentas->emailing)
       FCKeditorForUserSignature=criação/edição do WYSIWIG nas assinaturas de usuários
       FCKeditorForMail=Criação/Edição WYSIWIG para todos os e-mails (exceto Ferramentas->eMailing)
      -OSCommerceErrorConnectOkButWrongDatabase=Conexão foi um sucesso mas o banco de dados não enxerga o banco de dados do OSCommerce (chave %s não achada na tabela %s).
      -OSCommerceTestOk=Conexão ao servidor '%s' no banco de dados '%s' com o usuário '%s' foi um sucesso.
      -OSCommerceTestKo1=Conexão ao servidor '%s' foi um sucesso mas o banco de dados '%s' não foi alcançado.
      +OSCommerceTestOk=Conexão para o servidor '%s' no banco de dados '%s' com o usuário '%s' foi bem sucedida.
       OSCommerceTestKo2=Conexão ao servidor '%s' com o usuário '%s' falhou.
      -IfYouUsePointOfSaleCheckModule=Se você usar um módulo Ponto de Venda (POS módulo fornecido por padrão ou outro módulo externo), esta configuração pode ser ignorado pelo seu modulo ponto de Venda. A maioria modulo ponto de Vendas são projetados para criar imediatamente uma fatura e diminuir estoque por padrão tudo o que são opções aqui. Então, se você precisa ou não ter uma diminuição de ações quando registrar uma venda a partir do seu ponto de venda, verifique também a configuração do seu módulo POS.
       MenuDeleted=Menu Deletado
       NotTopTreeMenuPersonalized=Menus personalizados não conectados à uma entrada do menu superior
       NewMenu=Novo Menu
      @@ -1226,7 +1035,6 @@ DetailUrl=URL onde o menu envia para você (URL absoluta ou link externo com htt
       DetailEnabled=Condição para mostra ou não entrar
       DetailRight=Condição para mostrar menus não autorizados em cinza
       DetailLangs=Nomes de arquivos lang para código de etiqueta da tradução
      -DetailTarget=Alvos por links (_blank topo abre uma nova janela)
       DetailLevel=Nível (-1:menu superior, 0:menu do cabeçario, >0 menu e sub-menu)
       ModifMenu=Modificar menu
       DeleteMenu=Deletar entrada do menu
      @@ -1237,7 +1045,6 @@ OptionVatMode=Imposto ICMS
       OptionVATDebitOption=Base em Acréscimo
       OptionVatDefaultDesc=ICMS é um imposto:<br>- Nas entregas dos bens (Nós usamos a data da fatura)<br>- Nos pagamentos dos serviços
       OptionVatDebitOptionDesc=ICMS é um imposto:<br>- Nas entregas dos bens (Nós usamos a data da fatura)<br>- Na emissão da fatura do serviço
      -SummaryOfVatExigibilityUsedByDefault=O tempo do ICMS exige por default as seguintes opções a serem escolhidas:
       SupposedToBePaymentDate=Data usada no pagamento
       SupposedToBeInvoiceDate=Data usada na fatura
       Buy=Compra
      @@ -1249,32 +1056,20 @@ AccountancyCodeBuy=Código de contas de compras
       AgendaSetup=Configurações do módulo de eventos e agenda
       PasswordTogetVCalExport=Chave para autorizar exportação do link
       PastDelayVCalExport=Não exportar eventos antigos de
      -AGENDA_USE_EVENT_TYPE=Usar os tipos de eventos (gerenciado no menu Configurações -> Dicionários -> Tipos de eventos da agenda)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Definido automaticamente esse valor padrão para o tipo de evento em evento criar formulário
      -AGENDA_DEFAULT_FILTER_TYPE=Use automaticamente este tipo de evento no filtro de busca da agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Use automaticamente este estado no filtro das buscas da agenda
       AGENDA_DEFAULT_VIEW=Qual aba voçê quer abrir por padrão quando o menu Agenda e selecionado
       AGENDA_REMINDER_EMAIL=Ativar lembrete de evento <b> por emails </b> (A opção de lembrar / atraso pode ser definida em cada evento). Nota: Módulo <strong> 1 %s </strong> deve ser habilitado e configurado corretamente para que o lembrete seja enviado na freqüência correta.
      -AGENDA_REMINDER_BROWSER=Ativar lembrete de envento <b> no navegador de usuários </b> (quando a data do evento é atingida, cada usuário pode recusar isso a partir da pergunta de confirmação do navegador)
       AGENDA_REMINDER_BROWSER_SOUND=Habilitar a notificação sonora
       AGENDA_SHOW_LINKED_OBJECT=Exibir objeto conectado na visualização da agenda
       ClickToDialSetup=Configurações do módulo clique para discar
       ClickToDialUrlDesc=URL chamada quando clica-se no ícone do telefone.  Na URL, você pode usar as tags<br><b>__PHONETO__</b> que será substituída pelo número do telefone da pessoa a chamar<br><b>__PHONEFROM__</b> que será substituída pelo telefone da pessoa que está chamando (o seu)<br><b>__LOGIN__</b> que será substituída pelo login clicktodial (definido no cartão do usuário)<br><b>__PASS__</b> que será substituída pela senha clicktodial (definida no cartão do usuário).
      -ClickToDialDesc=Esto modo permite tornar os números telefônicos em link. Um clique neste ícone fará com que o seu telefone ligue para o número exibido. Isto pode ser usado para ligar para um sistema de Call Center do Dolibarr, o qual poderá ligar para um número em um sistema SIP, por exemplo.
       ClickToDialUseTelLink=Use apenas o link "tel." para os números de telefone
      -ClickToDialUseTelLinkDesc=Use este método se os seus usuários possuírem um softphone ou uma interface de programa instalada no mesmo computador do navegador, e usado para ligar quando você clica em um link no seu navegador que inicia com "tel.". Se você precisar de uma solução de um servidor completo (sem a necessidade de instalação de um programa local), você deve definir isto para "Não" e preencher o próximo campo.
       CashDeskSetup=Configurações do módulo do ponto de vendas
      -CashDeskThirdPartyForSell=Terceiro genérico para usar nas vendas
       CashDeskBankAccountForSell=Conta default para usar nos pagamentos em dinheiro
       CashDeskBankAccountForCheque=Conta default para usar nos pagamentos em cheque
       CashDeskBankAccountForCB=Conta default para usar nos pagamentos em cartão de crédito
      -CashDeskDoNotDecreaseStock=Desativar diminuição de ações quando uma venda é feita a partir de ponto de venda (se "não", diminuição de ações é feito para cada vendem feito a partir de POS, o que for opção definida no módulo de estoque).
       CashDeskIdWareHouse=Depósito para usar nas vendas
      -StockDecreaseForPointOfSaleDisabled=Diminuição do estoque pelo PDV desativado
       StockDecreaseForPointOfSaleDisabledbyBatch=Diminuir estoque no Ponto De Vendas não é compativel com o gerenciamento do lote
      -CashDeskYouDidNotDisableStockDecease=Você não desabilitou a redução do estoque quando realizando uma venda a partir do Ponto de Venda. Por isso um armazém é exigido.
       BookmarkSetup=Configurações do módulo de marcadores
      -BookmarkDesc=Esse módulo permite você gerenciar marcadores. Você pode também adicionar atalhos para qualquer página do Dolibarr ou sites externos no seu menu esquerdo.
       NbOfBoomarkToShow=Número máximo de marcadores para mostrar no menu esquerdo
       WebServicesSetup=Configurações do módulo de serviço de web
       WebServicesDesc=Ativando esse módulo, Dolibarr se torna um servidor de serviços web e fornece vários serviços web.
      @@ -1309,7 +1104,6 @@ ProjectsSetup=Configurações do módulo de projetos
       ProjectsModelModule=Modelo de documento de relatório de projeto
       TasksNumberingModules=Modelo de numeração de tarefas
       TaskModelModule=Modelo de numeração de relatório de tarefas
      -UseSearchToSelectProject=Aguardar você pressionar uma tecla antes de carregar o conteúdo da lista de projetos combinados (Isto pode aumentar a performance se você possui um grande número de projetos, mas isto não é tão conveniente)
       NewFiscalYear=Novo período de contabilidade
       OpenFiscalYear=Período da contabilidade em aberto
       CloseFiscalYear=Período da contabilidade fechada
      @@ -1333,8 +1127,6 @@ NoModueToManageStockIncrease=Nenhum módulo disponível foi ativado para gerenci
       YouMayFindNotificationsFeaturesIntoModuleNotification=Você pode encontrar opções para notificações por email por habilitar e configurar o módulo "Notificação".
       ListOfNotificationsPerUser=Lista de notificações por usuário*
       ListOfNotificationsPerUserOrContact=Lista de notificações por usuário* ou por contato**
      -GoOntoUserCardToAddMore=Ir para a aba "Notificações" de um usuário para adicionar ou remover as notificações para os usuários
      -GoOntoContactCardToAddMore=Ir para a aba "Notificações" de um terceiro para adicionar ou remover as notificações para contatos/endereços
       BackupDumpWizard=Assistente para construir arquivo de despejo de backup do banco de dados
       SomethingMakeInstallFromWebNotPossible=A instalação do módulo externo não é possível a partir da interface web pelo seguinte motivo:
       SomethingMakeInstallFromWebNotPossible2=Por esta razão, o processo de atualização descrito aqui é apenas manual de passos que um usuário privilegiado pode fazer.
      @@ -1354,15 +1146,12 @@ BackgroundTableLineEvenColor=Cor do fundo, mesmo para linhas de tabela
       MinimumNoticePeriod=O período mínimo de observação (O seu pedido de licença deve ser feito antes de esse atraso)
       NbAddedAutomatically=Número de dias adicionados para contadores de usuários (automaticamente) a cada mês
       EnterAnyCode=Este campo contém uma referência para identificar uma linha. Digite qualquer valor de sua escolha, mas sem caracteres especiais.
      -UnicodeCurrency=Insira aqui entre colchetes, o número em bytes que representam o símbolo da moeda. Por exemplo: para $, inserir [36] - para real brasileiro R$ [82,36] - para €, inserir [8364]
       ColorFormat=A cor RGB está no formato HEX, ex.: FF0000
       PositionIntoComboList=Posição de linha em listas de combinação
       SellTaxRate=Taxa de imposto sobre venda
       RecuperableOnly=Sim para VAT "Não Percebido, mas Recuperável" dedicado a alguns estados na França. Mantenha o valor como "Não" em todos os outros casos.
       UrlTrackingDesc=Se o prestador do serviço de transporte oferece uma página ou um site na web para verificação da situação do seu envio, você pode inserir seu endereço aqui. Você pode usar a chave {TRACKID} nos parâmetros da URL de forma que o sistema a substitua com o valor do número de rastreamento que o usuário inseriu no cartão de envio.
      -OpportunityPercent=Quando você cria uma oportunidade, você definiu um valor estimado para o projeto. De acordo com a situação da oportunidade, este valor pode ser multiplicado por esta taxa para avaliação do valor global que todas as suas oportunidades podem gerar. O valor é uma porcentagem (entre 0 e 100).
       TemplateForElement=O registro deste tema é dedicado a qual elemento
      -TemplateIsVisibleByOwnerOnly=Template é visível somente pelo proprietário
       VisibleEverywhere=Visível em qualquer lugar
       VisibleNowhere=Agora visível
       FixTZ=Consertar TimeZone
      @@ -1378,10 +1167,7 @@ YouUseLastStableVersion=Você utiliza a última versão estável
       TitleExampleForMajorRelease=Exemplo de mensagem que você pode usar para anunciar esta importante versão (sinta-se à vontade para usar isso nos seus websites)
       TitleExampleForMaintenanceRelease=Exemplo de mensagem que você pode usar para anunciar esta versão de manutenção (sinta-se à vontade para usar isso nos seus websites)
       ExampleOfNewsMessageForMajorRelease=O ERP e CRM Dolibarr %s está disponível. A versão %s é um lançamento principal com diversas novas funções para os usuários e desenvolvedores. Você pode baixá-la a partir da área de download do portal https://www.dolibarr.org (sub-diretório Versões estáveis). Você pode ler o <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> com a lista completa de mudanças.
      -ExampleOfNewsMessageForMaintenanceRelease=O ERP e CRM Dolibarr %s está disponível. A versão %s é uma versão de manutenção, assim ela contém somente correção de bugs. Nós recomendamos que qualquer um use uma versão mais antiga para então atualizá-la. Como qualquer versão de manutenção, nenhuma nova função, nem uma mudança na estrutura dos dados está presente. Você pode baixá-la a partir da área de download no portal https://www.dolibarr.org (no sub-diretório de Versões estáveis). Você pode ler o arquivo <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> com a relação completa de mudanças.
      -MultiPriceRuleDesc=Quando a opção "Diversos níveis de preço por produto/serviço" estiver habilitada, você pode definir diferentes preços (um por nível de preço) para cada produto. Para ganhar tempo, você pode inserir aqui a regra para ter um preço para cada nível sendo calculada automaticamente de acordo com o preço do primeiro nível, desta forma você precisará apenas inserir o preço do primeiro nível para cada produto. Está página existe apenas para lhe ajudar a ganhar tempo e pode ser útil somente se os seus preços para cada nível estão relacionados ao primeiro nível. Você pode ignorar esta página na maioria das vezes.
       ModelModulesProduct=Temas para os documentos do produto
      -ToGenerateCodeDefineAutomaticRuleFirst=Para estar apto a gerar códigos automaticamente, você deve definir primeiro um gerente para definir automaticamente o número do código de barras.
       SeeSubstitutionVars=Veja * nota para a lista das possíveis variáveis de substituição
       SeeChangeLog=Ver o arquivo ChangeLog (somente em inglês)
       AllPublishers=Todos os que publicam
      @@ -1394,19 +1180,10 @@ AddHooks=Adicionar ganchos
       AddTriggers=Adicionar disparadores
       AddModels=Adicionar temas de documentos ou de numeração
       DetectionNotPossible=Não foi possível a detecção
      -UrlToGetKeyToUseAPIs=URL para obtenção do token para usar a API (uma vez que o token tenha sido recebido, ele é salvo na tabela do usuário no banco de dados e deve ser inserido em cada chamada de API)
       ListOfAvailableAPIs=Lista de API's disponíveis
      -activateModuleDependNotSatisfied=O módulo "%s" depende do módulo "%s" que está faltando, assim o módulo "%1$s" pode não funcionar corretamente. Favor instalar o módulo "%2$s" ou desabilitar o módulo "%1$s" se você deseja estar livre de qualquer surpresa.
      -CommandIsNotInsideAllowedCommands=O comando que você tenta executar não está na lista de comandos permitidos definidos no parâmetro <strong>$dolibarr_main_restrict_os_commands</strong> no arquivo <strong>conf.php</strong>.
       LandingPage=Página de destino
      -SamePriceAlsoForSharedCompanies=Se você usa um módulo de múltiplas empresas, com a escolha de "Preço único", o preço será também o mesmo para todas as empresas se os produtos são compartilhados entre os ambientes.
       ModuleEnabledAdminMustCheckRights=O módulo foi ativado. As permissões para módulo(s) ativado foram fornecidas apenas aos usuários de administração. Talvez seja necessário conceder permissões para outros usuários ou grupos manualmente, se necessário.
      -UserHasNoPermissions=Este usuário não possui permissões definidas
      -TypeCdr=Use "Nenhum" se a data do prazo de pagamento da fatura mais um delta em dias (delta é o campo "Nº de dias")<br>Use "No fim do mês", se, após o delta, a data deve ser aumentada para alcançar o fim do mês (+ um "Prazo" opcional em dias)<br>Use "Atual/Próximo" para ter a data do prazo de pagamento sendo o primeiro Nº do mês (N é armazenado no campo "Nº de dias")
       BaseCurrency=Moeda de referência da companhia (ir para a configuração da companhia para alterá-la)
      -WarningNoteModuleInvoiceForFrenchLaw=Este módulo %s é compatível com as leis francesas (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Este módulo %s está em conformidade com as leis francesas (Loi Finance 2016), pois o módulo Registros Não Reversíveis é ativado automaticamente.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Você tenta instalar o módulo %s que é um módulo externo. A ativação de um módulo externo significa que você confia em quem o desenvolveu e que você tem certeza que este módulo não altera negativamente o comportamento do aplicativo e que está em conformidade com as leis do seu país (%s). Se o módulo traz uma função ilegal, você se torna responsável pelo uso de um programa não legal.
       MAIN_PDF_MARGIN_LEFT=Margem esquerda no PDF
       MAIN_PDF_MARGIN_RIGHT=Margem direita no PDF
       MAIN_PDF_MARGIN_TOP=Margem superior no PDF
      diff --git a/htdocs/langs/pt_BR/companies.lang b/htdocs/langs/pt_BR/companies.lang
      index b7a44346b8d..da0e207997a 100644
      --- a/htdocs/langs/pt_BR/companies.lang
      +++ b/htdocs/langs/pt_BR/companies.lang
      @@ -4,9 +4,6 @@ ErrorSetACountryFirst=Defina o país primeiro
       ConfirmDeleteCompany=Você tem certeza que deseja excluir esta empresa e toda a informação associada?
       DeleteContact=Excluir um contato/endereço
       ConfirmDeleteContact=Você tem certeza que deseja excluir este contato e toda a informação associada?
      -MenuNewThirdParty=Novo terceiro
      -MenuNewCustomer=Novo cliente
      -MenuNewProspect=Novo prospecto de cliente
       MenuNewPrivateIndividual=Novo particular
       CreateThirdPartyOnly=Adicionar terceiro
       CreateThirdPartyAndContact=Criar um terceiro + um contato interno
      @@ -18,16 +15,11 @@ Contacts=Contatos/Endereços
       ThirdPartyContacts=Contato de terceiros
       ThirdPartyContact=Contato/endereço de terceiro
       AliasNames=Nome de fantasia (nome comercial, marca registrada etc.)
      -AliasNameShort=Nome de fantasia
      -CountryIsInEEC=O país integra a Comunidade Econômica Europeia
      -ThirdPartyName=Nome do terceiro
       ThirdPartyEmail=Email de terceiros
       ThirdPartyProspects=Prospectos de cliente
       ThirdPartyProspectsStats=Prospectos de cliente
       ThirdPartyCustomersWithIdProf12=Clientes com %s ou %s
      -ThirdPartyType=Tipo de terceiro
       Individual=Pessoa física
      -ToCreateContactWithSameName=Um contato/endereço será criado automaticamente com a mesma informação do terceiro. Na maioria dos casos, mesmo que o terceiro seja uma pessoa física, a criação de um único terceiro é suficiente.
       ParentCompany=Matriz
       Subsidiaries=Filiais
       ReportByQuarter=Relatório pela taxa
      @@ -51,7 +43,9 @@ No_Email=Recusar e-mails em massa
       Zip=CEP
       Town=Município
       Web=Website
      -DefaultLang=Idioma ordinário
      +DefaultLang=Padrão de idioma
      +VATIsUsed=Imposto sobre vendas usado
      +VATIsNotUsed=O imposto sobre vendas não é usado
       CopyAddressFromSoc=Preencher o endereço com os dados do terceiro
       PaymentBankAccount=Pagamento conta bancária
       OverAllOrders=Pedidos
      @@ -111,11 +105,8 @@ ProspectCustomer=Possível cliente / Cliente
       Prospect=Prospecto de cliente
       CustomerRelativeDiscount=Desconto relativo do cliente
       CustomerRelativeDiscountShort=Desconto relativo
      -CustomerAbsoluteDiscountShort=Desconto fixo
       CompanyHasRelativeDiscount=Esse cliente tem um desconto padrão de <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Esse cliente não tem desconto relativo por padrão
      -CompanyHasAbsoluteDiscount=Este cliente possui desconto disponível (notas de créditos ou adiantamentos) para <b> %s </b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Este cliente possui desconto disponível (comercial, adiantamentos) para <b> %s </b> %s
       CompanyHasCreditNote=Esse cliente ainda tem notas de crédito por <b>%s</b> %s
       CompanyHasNoAbsoluteDiscount=Esse cliente não tem desconto de crédito disponível
       DiscountNone=Nenhum
      @@ -132,17 +123,11 @@ DefaultContact=Contato/endereço padrão
       AddThirdParty=Adicionar terceiro
       DeleteACompany=Excluir empresa
       PersonalInformations=Dados pessoais
      -CustomerCode=Código de cliente
      -CustomerCodeShort=Código de cliente
      -CustomerCodeDesc=Código de cliente, único para todos os clientes
       RequiredIfCustomer=Necessário se o terceiro for um cliente ou um possível cliente
      -ValidityControledByModule=Validação controlada pelo módulo
      -ThisIsModuleRules=Esta é a regra é para esse módulo
       ProspectToContact=Prospecto de cliente a contactar
       CompanyDeleted=A empresa "%s" foi excluída do banco de dados.
       ListOfContacts=Lista de contatos/endereços
      -ListOfContactsAddresses=Lista de Contatos/Endereços
      -ListOfThirdParties=Lista de terceiros
      +ListOfContactsAddresses=Lista de contatos/endereços
       ShowContact=Mostrar contato
       ContactType=Tipo de contato
       ContactForOrders=Contato de pedidos
      @@ -156,16 +141,11 @@ NoContactForAnyProposal=Esse contato não é de nenhum orçamento
       NoContactForAnyContract=Esse contato não é de nenhum contrato
       NoContactForAnyInvoice=Esse contato não é de nenhuma fatura
       NewContact=Novo contato
      -NewContactAddress=Novo contato/endereço
      +NewContactAddress=Novo contato / endereço
       MyContacts=Meus contatos
       CapitalOf=Capital de %s
       EditCompany=Editar empresa
      -VATIntraCheckDesc=Esse link <b>%s</b> permite perguntar ao serviço de verificação da VAT europeia. Acesso externo a internet é necessário para o serviço.
      -VATIntraCheckableOnEUSite=Verificar taxa VAT no site da comissão europeia
      -VATIntraManualCheck=Você pode também verificar manualmente no site europeu <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Verificação não é possível. Verifique o serviço não é necessário por um membro de estado (%s).
      -NorProspectNorCustomer=Nem prospecto de cliente, nem cliente
      -JuridicalStatus=Natureza jurídica
       Staff=Número de funcionários
       ProspectLevelShort=Pos. Cli.
       ProspectLevel=Possível cliente
      @@ -193,9 +173,6 @@ ChangeContactDone=Trocar status para 'Contato feito'
       ProspectsByStatus=Prospectos por status
       ContactNotLinkedToCompany=Contato não esta vinculado a nenhum terceiro
       NoDolibarrAccess=Sem acesso ao Dolibarr
      -ExportDataset_company_1=Terceiros (Empresas / Fundações / Pessoas físicas) e propriedades
      -ExportDataset_company_2=Contatos e propriedades
      -ImportDataset_company_1=Terceiros (Empresas / Fundações / Pessoas físicas) e propriedades.
       PriceLevel=Faixa de preço
       DeliveryAddress=Endereço de entrega
       AddAddress=Adicionar endereço
      @@ -203,13 +180,10 @@ DeleteFile=Excluir arquivo
       ConfirmDeleteFile=Você tem certeza que deseja deletar esse arquivo?
       AllocateCommercial=Designado para representante comercial
       Organization=Organização
      -FiscalYearInformation=Informações do ano fiscal
      +FiscalYearInformation=Ano fiscal
       FiscalMonthStart=Primeiro mês do ano fiscal
      -YouMustAssignUserMailFirst=Você deve criar um e-mail para este usuário para poder adicionar as notificações por e-mail para ele.
       YouMustCreateContactFirst=Para estar apto a adicionar notificações por e-mail, você deve primeiramente definir contatos com e-mails válidos para o terceiro
      -ListProspectsShort=Lista de prospectos de cliente
      -ThirdPartiesArea=Área de terceiros
      -UniqueThirdParties=Total de terceiros
      +ListCustomersShort=Lista de Clientes
       ActivityCeased=Inativo
       ThirdPartyIsClosed=O terceiro está fechado
       ProductsIntoElements=Lista de produtos/serviços em %s
      @@ -220,6 +194,5 @@ LeopardNumRefModelDesc=O código é livre. Esse código pode ser modificado a qu
       ManagingDirectors=Nome do Representante(CEO,Diretor,Presidente...)
       MergeOriginThirdparty=Duplicar terceiros (terceiros que deseja excluir)
       MergeThirdparties=Mesclar terceiros
      -ConfirmMergeThirdparties=Tem certeza de que deseja juntar esse terceiro no atual? Todos os objetos vinculados (faturas, pedidos, ...) serão movidos para o terceiro atual, então a terceira parte será excluída.
       SaleRepresentativeLogin=Login para o representante de vendas
       SaleRepresentativeLastname=Sobrenome do representante de vendas
      diff --git a/htdocs/langs/pt_BR/errors.lang b/htdocs/langs/pt_BR/errors.lang
      index f2dd85d0117..7b00b4ae4f3 100644
      --- a/htdocs/langs/pt_BR/errors.lang
      +++ b/htdocs/langs/pt_BR/errors.lang
      @@ -29,8 +29,8 @@ ErrorBadDateFormat=O valor '%s' tem o formato de data errada
       ErrorWrongDate=A data não está correta!
       ErrorFailedToWriteInDir=Houve uma falha ao escrever no diretório %s
       ErrorFoundBadEmailInFile=Encontrada sintaxis incorreta em email em %s linhas em Arquivo (Exemplo linha %s com email
      -ErrorUserCannotBeDelete=O usuário não pode ser eliminado. Talvez esteja associado a entidades do Dolibarr.
       ErrorFieldsRequired=Alguns campos obrigatórios não foram preenchidos.
      +ErrorSubjectIsRequired=O tópico do email é obrigatório
       ErrorFailedToCreateDir=Error na creação de uma carpeta. Compruebe que 0 usuario del servidor Web tiene derechos de escritura en las carpetas de documentos de Dolibarr. Si 0  parámetro <b>safe_mode</b> está ativo en este PHP, Compruebe que los archivos php dolibarr pertencen ao usuario del servidor Web.
       ErrorNoMailDefinedForThisUser=Nenhum e-mail definido para este usuário
       ErrorFeatureNeedJavascript=Esta funcionalidade requer que o javascript seja ativado para funcionar. Altere isto em Configuração >> Aparência.
      @@ -51,19 +51,14 @@ ErrorNoValueForSelectType=Por favor, escolha uma opção da lista
       ErrorNoValueForCheckBoxType=Por favor, marque uma opção da lista
       ErrorNoValueForRadioType=Por favor, selecione uma opção da lista
       ErrorBadFormatValueList=O valor da lista não pode ter mais de uma vírgula: <u>%s</u>, mas precisa de ao menos uma: chave,valor
      -ErrorFieldCanNotContainSpecialCharacters=O campo <b>%s</b> não deve conter caracteres especiais.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=O campo <b>%s</b> não aceita caracteres especiais, nem letras maiúsculas e não pode conter números apenas.
       ErrorNoAccountancyModuleLoaded=Módulo de Contabilidade não ativado
       ErrorExportDuplicateProfil=Este nome de perfil já existe para este lote de exportação.
       ErrorLDAPSetupNotComplete=A correspondência Dolibarr-LDAP não está completa.
       ErrorLDAPMakeManualTest=foi criado unn Arquivo .ldif na pasta %s. Trate de gastor manualmente este Arquivo a partir da linha de comandos para Obter mais detalles acerca do error.
      -ErrorCantSaveADoneUserWithZeroPercentage=Não é possível salvar uma ação com status "sem começar" se o campo "feito por" estiver preenchido.
      +ErrorCantSaveADoneUserWithZeroPercentage=Não é possível salvar uma ação com "status não iniciado" se o campo "concluído por" também estiver preenchido.
       ErrorRefAlreadyExists=A ref. utilizada para a criação já existe.
      -ErrorRecordHasChildren=Falha na exclusão do registro, uma vez que ele possui dependentes.
      -ErrorRecordIsUsedCantDelete=Não é possível excluir o registro. Ele já é usado por ou integra outro objeto.
       ErrorModuleRequireJavascript=Javascript não deve ser desativado para ter esse recurso funcionando. Para ativar / desativar o Javascript, vá ao menu Home-> Configuração-> Display.
       ErrorPasswordsMustMatch=Deve existir correspondência entre as senhas digitadas
      -ErrorContactEMail=Ocorreu um erro técnico. Por favor, contate o administrador no seguinte e-mail <b>%s</b> e forneça o seguinte código de erro <b>%s</b> em sua mensagem. Ou, se possível, adicione uma foto da tela - print screen.
       ErrorWrongValueForField=Valor errado para o número do <b>campo% s</b> (valor <b>'% s'</b> não corresponde <b>regra% s)</b>
       ErrorFieldValueNotIn=Valor errado para o número de campo <b>%s</b> (valor '<b>%s</b>' não é um valor disponível no campo <b>%s</b> da tabela <b>%s</b>)
       ErrorFieldRefNotIn=Valor errado para o número do <b>campo% s</b> (valor <b>'% s'</b> não é <b>um% s</b> ref existente)
      @@ -76,7 +71,7 @@ ErrorBadMaskFailedToLocatePosOfSequence=Erro, máscara sem número de sequência
       ErrorBadMaskBadRazMonth=Erro, valor de redefinição ruim
       ErrorMaxNumberReachForThisMask=Número máximo de alcance para essa máscara
       ErrorCounterMustHaveMoreThan3Digits=Contador deve ter mais de 3 dígitos
      -ErrorDeleteNotPossibleLineIsConsolidated=Não e possívelexcluir porque registro está ligada a uma transação bancária que está conciliada
      +ErrorDeleteNotPossibleLineIsConsolidated=Excluir não é possível porque o registro está vinculado a uma transação bancária conciliada
       ErrorProdIdAlreadyExist=%s é atribuído a outro terço
       ErrorFailedToSendPassword=Houve uma falha no envio da senha
       ErrorForbidden=Acesso negado. <br> Você tenta acessar a uma página, área ou característica de um módulo desativado ou sem estar em uma sessão autenticada ou que não é permitido para o usuário.
      @@ -84,6 +79,7 @@ ErrorForbidden2=Os permissões para este usuário podem ser designados por o adm
       ErrorForbidden3=Dolibarr não parece funcionar em uma Sessão autentificada. Consulte a documentação de Instalação de Dolibarr para saber cómo administrar as autenticaciones (htaccess, mod_auth u outro...).
       ErrorNoImagickReadimage=a função imagick_readimage não está presente nesta Instalação de PHP. a resenha não está pois disponível. Os administradores podem desativar esta separador ao menu configuração - visualização.
       ErrorRecordAlreadyExists=O registro já existe
      +ErrorLabelAlreadyExists=Esta etiqueta já existe
       ErrorCantReadFile=Houve uma falha ao ler o arquivo '%s'
       ErrorCantReadDir=Houve uma falha ao ler o diretório '%s'
       ErrorBadLoginPassword=Identificadores de usuário o senha incorretos
      @@ -99,6 +95,7 @@ ErrorWebServerUserHasNotPermission=A conta de usuário <b>%s</b> usada para exec
       ErrorNoActivatedBarcode=Nenhum tipo de código de barras foi ativado
       ErrUnzipFails=Houve uma falha ao descompactar %s com ZipArchive
       ErrorFileMustBeADolibarrPackage=O arquivo %s deve ser um pacote zipado do Dolibarr
      +ErrorModuleFileRequired=Você deve selecionar um arquivo de pacote do módulo Dolibarr
       ErrorPhpCurlNotInstalled=O PHP CURL não está instalado, isto é essencial para conversar com Paypal
       ErrorFailedToAddToMailmanList=Falha ao adicionar registro% s para% s Mailman lista ou base SPIP
       ErrorFailedToRemoveToMailmanList=Falha ao remover registro% s para% s Mailman lista ou base SPIP
      @@ -113,7 +110,6 @@ ErrorWarehouseMustDiffers=A conta origem e destino devem ser diferentes
       ErrorBadFormat=Formato ruim!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Erro, este membro não está ainda conectado a qualquer terceiro. Conectar o membro a um terceiro existente ou criar um novo terceiro antes de criar uma assinatura com fatura.
       ErrorThereIsSomeDeliveries=Erro, há algumas entregas ligados a este envio. Supressão recusou.
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Não e possivel cancelar o pagamento condiviso para pelo menos uma fatura com estado Pago
       ErrorPriceExpression1=Não é possível atribuir a constante %s'
       ErrorPriceExpression2=Não é possível redefinir a função built-in '%s'
       ErrorPriceExpression3=variavel não definida '%s' na definição de função
      @@ -122,7 +118,6 @@ ErrorPriceExpression5=Inesperado '%s'
       ErrorPriceExpression6=Número errado de argumentos (fornecidos %s, esperados %s)
       ErrorPriceExpression8=Operador Inesperado '%s'
       ErrorPriceExpression9=Ocorreu um erro inesperado
      -ErrorPriceExpression10=Iperator '%s' não tem operando
       ErrorPriceExpression11=Esperando '%s'
       ErrorPriceExpression14=Divisão por zero
       ErrorPriceExpression17=Variável não definida '%s'
      @@ -143,13 +138,16 @@ ErrorGlobalVariableUpdater4=Cliente SOAP falhou com o erro '%s'
       ErrorGlobalVariableUpdater5=Nenhuma variável global selecionado
       ErrorFieldMustBeANumeric=O campo <b>%s</b> deve ser um valor numérico
       ErrorMandatoryParametersNotProvided=Parâmetro (s) de preenchimento obrigatório não fornecidas
      -ErrorOppStatusRequiredIfAmount=Você define um montante estimado para esta oportunidade/vantagem. Assim, você também deve inserir seu estado
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Má definição da matriz Menu No Módulo Descritor (mau valor para fk_menu chave)
       ErrorSavingChanges=Ocorreu um erro ao salvar as alterações
       ErrorWarehouseRequiredIntoShipmentLine=É exigido um armazém na linha para a remessa
       ErrorFileMustHaveFormat=O arquivo deve ter o formato %s
       ErrorsThirdpartyMerge=Falha em mesclar os dois registros. Solicitação cancelada.
       ErrorModuleNotFound=O arquivo do módulo não foi encontrado.
      +ErrorTaskAlreadyAssigned=Tarefa já atribuída ao usuário
      +ErrorNoWarehouseDefined=Erro, nenhum armazém definido.
      +ErrorTooManyErrorsProcessStopped=Muitos erros. Processo foi parado.
      +ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Somente faturas validadas podem ser enviadas usando a ação em massa "Enviar por e-mail".
       WarningPasswordSetWithNoAccount=A senha foi definida para esse membro. No entanto, nenhuma conta de usuário foi criada. Portanto, esta senha é armazenada, mas não pode ser usado para acessar Dolibarr. Ele pode ser usado por um módulo / interface externa, mas se você não precisa definir qualquer login nem palavra-passe para um membro, você pode desabilitar a opção "Gerenciar um login para cada membro" da configuração do módulo-Membro. Se você precisa para gerenciar um login, mas não precisa de qualquer senha, você pode manter este campo em branco para evitar este aviso. Nota: E-mail pode também ser utilizado como uma entre o membro se está ligado a um utilizador.
       WarningMandatorySetupNotComplete=Há parâmetros de configuração obrigatórios ainda não definidos
       WarningSafeModeOnCheckExecDir=Atenção, a opção PHP <b>safe_mode</b> está em modo de comando devem ser armazenados dentro de um diretório declarado pelo php parâmetro <b>safe_mode_exec_dir.</b>
      @@ -157,9 +155,7 @@ WarningBookmarkAlreadyExists=já existe um marcador com este título o esta URL.
       WarningPassIsEmpty=Atenção: a senha da base de dados está vazia. Esto é buraco na segurança. deve agregar uma senha e a sua base de dados e alterar a sua Arquivo conf.php para reflejar esto.
       WarningConfFileMustBeReadOnly=Atenção, o seu arquivo de configuração <b>(htdocs / conf / conf.php)</b> pode ser substituído pelo servidor web. Esta é uma falha de segurança grave. Modificar permissões em arquivos para estar no modo de somente leitura para usuário do sistema operacional utilizado pelo servidor web. Se você usa o formato Windows e FAT para o seu disco, você deve saber que este sistema de arquivos não permite adicionar permissões em arquivos, por isso não pode ser completamente seguro.
       WarningsOnXLines=Advertências sobre registro de <b>origem% s</b> (s)
      -WarningNoDocumentModelActivated=Não existe um modelo, para a geração de documentos, foi ativado. A modelo será escolhida por padrão até que você verifique a sua configuração do módulo.
       WarningLockFileDoesNotExists=Atenção, uma vez que a instalação estiver concluída, você deve desabilitar a instalação / migrar ferramentas, adicionando um <b>install.lock</b> arquivo no <b>diretório% s.</b> Faltando este arquivo é uma falha de segurança.
      -WarningUntilDirRemoved=Esta alerta seguirá ativa mientras a pasta exista (alerta visivel para Os Usuários admin somente).
       WarningCloseAlways=Atenção, o fechamento é feito mesmo se o valor difere entre elementos de origem e de destino. Ative esse recurso com cautela.
       WarningUsingThisBoxSlowDown=Atenção, utilizando esta caixa de abrandar a sério todas as páginas que mostram a caixa.
       WarningClickToDialUserSetupNotComplete=Configuração de informações ClickToDial para o usuário não são completas (ver guia ClickToDial no seu cartão de usuário).
      @@ -168,3 +164,4 @@ WarningPaymentDateLowerThanInvoiceDate=A data de pagamento (%s) é anterior a da
       WarningTooManyDataPleaseUseMoreFilters=Dados em demasia (mais de %s linhas). Por favor, utilize mais filtros ou defina a constante %s para um limite maior.
       WarningSomeLinesWithNullHourlyRate=Algumas vezes foram registrados por alguns usuários enquanto sua taxa por hora não foi definida. Um valor de 0 %s por hora foi usado, mas isto pode resultar em uma valoração errada do tempo gasto.
       WarningYourLoginWasModifiedPleaseLogin=O seu login foi modificado. Por questões de segurança, você terá de autenticar-se com o seu novo login antes da próxima ação.
      +WarningDateOfLineMustBeInExpenseReportRange=Atenção, a data da linha não está no intervalo do relatório de despesas
      diff --git a/htdocs/langs/pt_BR/interventions.lang b/htdocs/langs/pt_BR/interventions.lang
      index dafe7ffb001..4125e31db0d 100644
      --- a/htdocs/langs/pt_BR/interventions.lang
      +++ b/htdocs/langs/pt_BR/interventions.lang
      @@ -1,8 +1,10 @@
       # Dolibarr language file - Source file is en_US - interventions
       InterventionCard=Ficha de Intervenção
      +NewIntervention=Nova Intervenção
       AddIntervention=Criar Intervenção
       ActionsOnFicheInter=Açoes na intervençao
       InterventionContact=Contato Intervenção
      +ValidateIntervention=Confirmar Intervenção
       ModifyIntervention=Modificar intervençao
       ConfirmDeleteIntervention=Você tem certeza que deseja excluir esta intervenção?
       ConfirmValidateIntervention=Você tem certeza que deseja validar esta intervenção sob o nome <b>%s</b>?
      @@ -29,8 +31,6 @@ UseServicesDurationOnFichinter=duração de uso de serviços para intervenções
       UseDurationOnFichinter=Esconde o campo de duração para os registros de intermediações
       UseDateWithoutHourOnFichinter=Oculta horas e minutos fora do campo de data para registros de intermediação
       InterventionStatistics=Estatística de intervenções
      -NbOfinterventions=Nº de fichas de intervenção
      -NumberOfInterventionsByMonth=Nº de fichas de intervenção por mês (data de validação)
       AmountOfInteventionNotIncludedByDefault=A quantidade de intervenção não é incluída por padrão no lucro (na maioria dos casos, as planilhas de tempo são usadas para contar o tempo gasto). Adicione a opção PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT para 1 em home-setup-other para incluí-los.
       InterId=ID de intervenção
       InterRef=Intervenção ref.
      diff --git a/htdocs/langs/pt_BR/main.lang b/htdocs/langs/pt_BR/main.lang
      index 68f99b64b5e..f1bbc1a1ac8 100644
      --- a/htdocs/langs/pt_BR/main.lang
      +++ b/htdocs/langs/pt_BR/main.lang
      @@ -20,6 +20,7 @@ FormatDateHourSecShort=%d/%m/%Y %I:%M:%S %p
       FormatDateHourTextShort=%d %b, %Y, %I:%M %p
       FormatDateHourText=%d %B, %Y, %I:%M %p
       DatabaseConnection=Login à Base de Dados
      +NoTemplateDefined=Nenhum modelo disponível para este tipo de email
       NoRecordFound=Nenhum registro encontrado
       NoRecordDeleted=Nenhum registro foi deletado
       NotEnoughDataYet=Sem dados suficientes
      @@ -33,13 +34,9 @@ ErrorLogoFileNotFound=O arquivo logo '%s' não se encontra
       ErrorGoToGlobalSetup=Vai ao 'Empresa/Oragnisacao' configuracao para resolver isto
       ErrorFailedToSendMail=Erro ao envio do e-mail (emissor
       ErrorFileNotUploaded=O arquivo não foi possível transferir
      -ErrorYourCountryIsNotDefined=O seu país não está definido. corrija indo a Configuração-Geral-Editar
      -ErrorRecordIsUsedByChild=Impossível de suprimir este registo. Esta sendo utilizado como pai pelo menos em um registo filho.
      +ErrorWrongHostParameter=Parâmetro Servidor inválido
       ErrorWrongValue=Valor incorreto
       ErrorWrongValueForParameterX=Valor incorreto para o parâmetro %s
      -ErrorServiceUnavailableTryLater=Serviço não disponível no momento. Tente novamente mais tarde.
      -ErrorSomeErrorWereFoundRollbackIsDone=Foram encontrados alguns erros. Alterações revertidas.
      -ErrorConfigParameterNotDefined=O parâmetro <b>%s</b> não está definido ao arquivo de configuração Dolibarr <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Impossível encontrar o usuário <b>%s</b> na base de dados do Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Erro, nenhum tipo de ICMS definido para o país '%s'.
       ErrorNoSocialContributionForSellerCountry=Erro, nenhum tipo de imposto social / fiscal definidos para o país '%s'.
      @@ -52,9 +49,9 @@ ClickHere=Clickque aqui
       BackgroundColorByDefault=Cor do fundo padrão
       FileRenamed=O arquivo foi renomeado com sucesso
       FileGenerated=O arquivo foi gerado com sucesso
      +FileSaved=O arquivo foi salvo com sucesso
       FileUploaded=O arquivo foi carregado com sucesso
       FileWasNotUploaded=O arquivo foi selecionado, mas nao foi ainda enviado. Clique no "Anexar arquivo" para proceder.
      -NbOfEntries=Nr. de entradas
       GoToWikiHelpPage=Ler a ajuda online (necessário acesso a Internet)
       GoToHelpPage=Consulte a ajuda (pode necessitar de acesso à internet)
       RecordDeleted=Registro apagado
      @@ -62,6 +59,7 @@ LevelOfFeature=Nível de funções
       DolibarrInHttpAuthenticationSoPasswordUseless=Modo de autenticação do Dolibarr está definido como <b>%s</b> no arquivo de configuração<b>conf.php</b>.<br>Isso significa que o banco de dados das senhas é externo ao Dolibarr, assim mudar este campo, pode não ter efeito.
       PasswordForgotten=Esqueceu a senha?
       SeeAbove=Mencionar anteriormente
      +HomeArea=Inicio
       LastConnexion=Ultima conexao
       PreviousConnexion=último login
       ConnectedOnMultiCompany=Conectado no ambiente
      @@ -75,6 +73,7 @@ PrecisionUnitIsLimitedToXDecimals=Dolibarr está configurado para limitar a prec
       NoFilter=Nenhum filtro
       WarningYouHaveAtLeastOneTaskLate=Atenção, tem um elemento a menos que passou a data de tolerância.
       no=não
      +Home=Inicio
       OnlineHelp=Ajuda online
       PageWiki=Pagina wiki
       MediaBrowser=Navegador de mídia
      @@ -90,7 +89,6 @@ AddLink=Adicionar link
       RemoveLink=Remover o link
       Update=Modificar
       CloseBox=Remover o widget do seu painel de controle
      -ConfirmSendCardByMail=Você realmente quer enviar o conteúdo deste cartão por e-mail para  <b>%s</b>?
       Remove=Retirar
       Resiliate=Concluir
       Validate=Confirmar
      @@ -117,6 +115,7 @@ CurrentValue=Valor atual
       MultiLanguage=Multi Idioma
       RefOrLabel=Ref. da etiqueta
       Model=Template doc
      +DefaultModel=Modelo de documento padrão
       Action=Ação
       About=Acerca de
       NumberByMonth=Numero por mes
      @@ -129,6 +128,7 @@ DateEnd=Data de término
       DateCreationShort=Data Criação
       DateModification=Data Modificação
       DateModificationShort=Data Modif.
      +DateLastModification=Última data de modificação
       DateValidation=Data Validação
       DateDue=Data Vencimento
       DateValue=Data Valor
      @@ -138,6 +138,7 @@ DateOperationShort=Data Op.
       DateLimit=Data Límite
       DateRequest=Data Consulta
       DateProcess=Data Processo
      +RegistrationDate=Data de registro
       UserCreation=Criado por
       UserModification=Alterado por
       UserValidation=Usuario validado
      @@ -206,7 +207,6 @@ Comments=Comentarios
       ActionsToDo=Ações a realizar
       ActionNotApplicable=Não aplicavel
       ActionRunningNotStarted=A Iniciar
      -ActionUncomplete=Imcompleto
       ContactsForCompany=Contatos desta empresa
       ContactsAddressesForCompany=Contatos/Endereços do Cliente ou Fornecedor
       AddressesForCompany=Endereços para este terceiro
      @@ -224,20 +224,14 @@ NotAvailable=Não disponível
       Categories=Tags / categorias
       Category=Tag / categoria
       to=para
      +OtherInformations=Outra informação
       ApprovedBy2=Aprovado pelo (segunda aprovação)
      -LateDesc=O atraso na definição se o registro é tardio ou não, depende da sua configuração. Peça ao seu Administrador para alterar o atraso no menu Início - Configuração - Alertas.
      +ByUsers=Pelo usuário
       DeletePicture=Apagar foto
       ConfirmDeletePicture=Confirmar eliminação de fotografias
       LoginEmail=Usuario (email)
       LoginOrEmail=Usuraio ou Email
       CurrentLogin=Login atual
      -FebruaryMin=Fev
      -AprilMin=Abr
      -MayMin=Mai
      -AugustMin=Ago
      -SeptemberMin=Set
      -OctoberMin=Out
      -DecemberMin=Dez
       MonthShort02=Fev
       MonthShort04=Abr
       MonthShort05=Mai
      @@ -278,9 +272,8 @@ MoveBox=Widget de movimento
       NotEnoughPermissions=Não tem permissões para esta ação
       Receive=Recepção
       CompleteOrNoMoreReceptionExpected=Completo nada mais a fazer
      -YouCanSetDefaultValueInModuleSetup=Você pode definir o valor padrão usado quando da criação de um novo registro na configuração do módulo
       UploadDisabled=Carregamento Desativada
      -CurrentUserLanguage=Idioma atual
      +ThisLimitIsDefinedInSetup=Límite Dolibarr (menu inicio-configuração-segurança): %s Kb, PHP limit: %s Kb
       CurrentTheme=Tema atual
       CurrentMenuManager=Administração do menu atual
       DisabledModules=Módulos desativados
      @@ -292,12 +285,9 @@ PDFMerge=Fusão de PDF
       Merge=Fusão
       PrintContentArea=Mostrar pagina a se imprimir na area principal
       MenuManager=Administração do menu
      -WarningYouAreInMaintenanceMode=Atenção, voce esta no modo de manutenção, somente o login <b>%s</b> tem permissões para uso da aplicação no momento.
       CreditCard=Cartão de credito
       CreditOrDebitCard=Cartao de credito ou debito
       FieldsWithAreMandatory=Campos com <b>%s</b> são obrigatorios
      -FieldsWithIsForPublic=Campos com <b>%s</b> são mostrados na lista publica de membros. Se não deseja isto, deselecione a caixa "publico".
      -AccordingToGeoIPDatabase=(conforme a convenção GeoIP)
       NotSupported=Não suportado
       RequiredField=Campo obrigatorio
       ValidateBefore=Precisa de um cartão valido antes de usar esta função
      @@ -327,7 +317,7 @@ ByMonth=Por mes
       ByDay=Por día
       BySalesRepresentative=Por vendedor representante
       LinkedToSpecificUsers=Conectado com um contato particular do usuario
      -AdminTools=Ferram. admin.
      +AdminTools=Ferramentas de administração
       ModulesSystemTools=Ferramentas de modulos
       NoPhotoYet=Sem fotos disponiveis no momento
       Dashboard=Painel de Controle
      @@ -346,7 +336,6 @@ PublicUrl=URL pública
       AddBox=Adicionar caixa
       PrintFile=Imprimir arquivo %s
       ShowIntervention=Mostrar intervençao
      -GoIntoSetupToChangeLogo=Vá para casa - Configuração - Empresa de mudar logotipo ou ir para casa - Setup - Display para esconder.
       Denied=Negado
       Gender=Gênero
       ViewList=Exibição de lista
      @@ -355,8 +344,6 @@ DeleteLine=Apagar linha
       ConfirmDeleteLine=Você tem certeza que deseja excluir esta linha?
       MassFilesArea=Área para os arquivos gerados pelas ações em massa
       ShowTempMassFilesArea=Exibir área dos arquivos gerados pelas ações em massa
      -ConfirmMassDeletion=Confirmar deleite em massa
      -ConfirmMassDeletionQuestion=Voce tem certeza que quer apagar o %s registro selecionado ?
       RelatedObjects=Objetos Relacionados
       ClassifyBilled=Classificar Faturado
       ClassifyUnbilled=Classificar nao faturado
      @@ -373,7 +360,6 @@ Fiscalyear=Ano fiscal
       WebSite=Web Site
       WebSites=Sites web
       WebSiteAccounts=Contas do site
      -EMailTemplates=Modelos de E-mails
       Saturday=Sabado
       SaturdayMin=Sab
       SetRef=Escolher referência
      @@ -390,4 +376,4 @@ SearchIntoCustomerShipments=Remessas do cliente
       CommentLink=Comentarios
       CommentPage=Espaço para comentarios
       Everybody=A todos
      -PayedBy=Pago de
      +PayedBy=Pago por
      diff --git a/htdocs/langs/pt_BR/members.lang b/htdocs/langs/pt_BR/members.lang
      index 8c6f4f2bd83..c75a753181a 100644
      --- a/htdocs/langs/pt_BR/members.lang
      +++ b/htdocs/langs/pt_BR/members.lang
      @@ -97,5 +97,4 @@ MembersByNature=Esta tela mostrará estatísticas por natureza de usuários.
       MembersByRegion=Esta tela mostrará estatísticas sobre usuários por região.
       VATToUseForSubscriptions=Taxa de VAT para utilizar as assinaturas
       NoVatOnSubscription=Não TVA para assinaturas
      -MEMBER_PAYONLINE_SENDEMAIL=E-mail para usar para alerta e-mail quando Dolibarr receber uma confirmação de um pagamento validado por uma assinatura (Exemplo: paymentdone@example.com)
       ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Produto utilizado para a linha de assinatura em nota fiscal: %s
      diff --git a/htdocs/langs/pt_BR/other.lang b/htdocs/langs/pt_BR/other.lang
      index 25a7ab19281..ef616aa7c2c 100644
      --- a/htdocs/langs/pt_BR/other.lang
      +++ b/htdocs/langs/pt_BR/other.lang
      @@ -6,9 +6,6 @@ BirthdayAlertOn=Alerta de aniversário ativo
       BirthdayAlertOff=Alerta de aniversário desativado
       MessageOK=Mensagem na pagina do pagamento validada
       MessageKO=Mensagem na página de retorno de pagamento cancelado
      -Notify_FICHINTER_ADD_CONTACT=Contato adicionado à intervenção
      -Notify_FICHINTER_VALIDATE=Intervenção confirmada
      -Notify_FICHINTER_SENTBYMAIL=Intervenção enviada por e-mail
       Notify_ORDER_VALIDATE=Pedido de cliente confirmado
       Notify_ORDER_SENTBYMAIL=Pedido cliente enviado por e-mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Pedido fornecedor enviado por e-mail
      @@ -16,8 +13,6 @@ Notify_ORDER_SUPPLIER_VALIDATE=Ordem fornecedor registrado
       Notify_ORDER_SUPPLIER_APPROVE=Pedido a fornecedor aprovado
       Notify_ORDER_SUPPLIER_REFUSE=Pedido a fornecedor recusado
       Notify_PROPAL_VALIDATE=Proposta cliente validada
      -Notify_PROPAL_CLOSE_SIGNED=Propal Cliente fechado assinado
      -Notify_PROPAL_CLOSE_REFUSED=Propal Cliente fechado recusou
       Notify_PROPAL_SENTBYMAIL=Proposta comercial enviada por e-mail
       Notify_WITHDRAW_TRANSMIT=Revogação de transmissão
       Notify_WITHDRAW_CREDIT=Revogação de credito
      @@ -25,14 +20,14 @@ Notify_WITHDRAW_EMIT=Revogação de performance
       Notify_COMPANY_SENTBYMAIL=E-mails enviados a partir do cartão de terceiros
       Notify_BILL_VALIDATE=Fatura de cliente confirmada
       Notify_BILL_UNVALIDATE=Fatura de cliente anulada
      -Notify_BILL_PAYED=Fatura cliente paga
       Notify_BILL_CANCEL=Fatura cliente cancelada
       Notify_BILL_SENTBYMAIL=Fatura cliente enviada por e-mail
       Notify_BILL_SUPPLIER_VALIDATE=Fatura fornecedor validada
      -Notify_BILL_SUPPLIER_PAYED=Fatura fornecedor paga
       Notify_BILL_SUPPLIER_SENTBYMAIL=Fatura fornecedor enviada por e-mail
       Notify_BILL_SUPPLIER_CANCELED=Fornecedor fatura cancelada
       Notify_FICHEINTER_VALIDATE=Intervenção validada
      +Notify_FICHINTER_ADD_CONTACT=Contato adicionado à intervenção
      +Notify_FICHINTER_SENTBYMAIL=Intervenção enviada por e-mail
       Notify_SHIPPING_VALIDATE=Envio validado
       Notify_SHIPPING_SENTBYMAIL=Envio enviado por e-mail
       Notify_MEMBER_SUBSCRIPTION=Membro inscrito
      @@ -46,7 +41,6 @@ NbOfAttachedFiles=Número Arquivos/Documentos Anexos
       TotalSizeOfAttachedFiles=Tamanho Total dos Arquivos/Documentos Anexos
       AttachANewFile=Adicionar Novo Arquivo/Documento
       LinkedObject=Arquivo Anexo
      -NbOfActiveNotifications=Número de notificações (nb de e-mails de destinatários)
       DemoDesc=Dolibarr e um ERP/CRM compacto, o qual suporta varios modulos para negocios. Uma demo mostrando todos os modulos nao faz sentido pois este cenario nunca occore (mais de cem modulos disponiveis). Portanto varios perfis de demo estao a disposicao.
       ChooseYourDemoProfil=Escolha o perfil de demonstração que melhor se enquadra nas suas necessidades...
       DemoFundation=Administração de Membros de uma associação
      @@ -80,7 +74,6 @@ AuthenticationDoesNotAllowSendNewPassword=o modo de autentificação de Dolibarr
       EnableGDLibraryDesc=Instale ou ative a biblioteca GD da sua instalação PHP para usar esta opção.
       ProfIdShortDesc=<b>Prof Id %s</b> é uma informação dePendente do país do Fornecedor.<br>Por Exemplo, para o país  <b>%s</b>, é o código <b>%s</b>.
       StatsByNumberOfUnits=Estatisticas para soma das quantidades nos produtos/servicos
      -StatsByNumberOfEntities=Estatisticas numerais das entidades (nr. de faturas, pedidos)
       NumberOfProposals=Numero de propostas
       NumberOfCustomerOrders=Numero de pedidos de clientes
       NumberOfCustomerInvoices=Numero de faturas de clientes
      @@ -91,7 +84,6 @@ NumberOfUnitsCustomerOrders=Numero de unidades nos pedidos dos clientes
       NumberOfUnitsCustomerInvoices=Numero de unidades nas faturas dos clientes
       NumberOfUnitsSupplierOrders=Numero de unidades nos pedidos dos fornecedores
       NumberOfUnitsSupplierInvoices=Numero de unidades nas faturas dos fornecedores
      -EMailTextInterventionAddedContact=Uma nova intervenção %s foi atribuída a você.
       EMailTextInterventionValidated=A intervenção %s foi validada
       EMailTextProposalValidated=A proposta %s foi validada.
       EMailTextOrderValidated=O pedido %s foi validado.
      @@ -102,7 +94,6 @@ ResizeDesc=Insira a nova largura <b>OU</b> o novo peso. A proporção sera manti
       NewHeight=Nova altrua
       NewSizeAfterCropping=Nova dimensao depois do recorte
       DefineNewAreaToPick=Definir nova area na imagem para escolher ( click esquerdo na imagem e depois arastar ate o canto oposto)
      -CurrentInformationOnImage=Esta ferramenta foi desenvolvida para ajuda-lo a redimensionar ou recortar uma imagem. Estas são as informações na imagem editada no momento
       ImageEditor=Editor de imagems
       YouReceiveMailBecauseOfNotification=Voce recebeu esta mensagem porque o seu endereco de e-mail foi adicionado a lista de alvos a ser informados de algums eventos no %s software de %s.
       YouReceiveMailBecauseOfNotification2=Este evento e o seguinte:
      diff --git a/htdocs/langs/pt_BR/paypal.lang b/htdocs/langs/pt_BR/paypal.lang
      index 59af70c7c2e..72be5cc803c 100644
      --- a/htdocs/langs/pt_BR/paypal.lang
      +++ b/htdocs/langs/pt_BR/paypal.lang
      @@ -14,7 +14,6 @@ PaypalModeOnlyPaypal=PayPal apenas
       ONLINE_PAYMENT_CSS_URL=URL opcional de CSS na página de pagamento
       ThisIsTransactionId=Eis o id da transação: <b>%s</b>
       PAYPAL_ADD_PAYMENT_URL=Adicionar URL do pagamento Paypal quando se envia o documento por e-mail
      -YouAreCurrentlyInSandboxMode=No momento você está no %s modo "caixa de areia"
       NewOnlinePaymentFailed=Foi tentado novo pagamento online, mas sem hêxito
       ONLINE_PAYMENT_SENDEMAIL=Endereço e-mail para aviso apos o pagamento (positivo ou nao)
       ReturnURLAfterPayment=Retornar ao URL após o pagamento
      diff --git a/htdocs/langs/pt_BR/projects.lang b/htdocs/langs/pt_BR/projects.lang
      index 3f1f3882f44..a80abe54d73 100644
      --- a/htdocs/langs/pt_BR/projects.lang
      +++ b/htdocs/langs/pt_BR/projects.lang
      @@ -14,7 +14,6 @@ OnlyOpenedProject=Só os projetos abertos são visíveis (projetos em fase de pr
       ClosedProjectsAreHidden=Projetos encerrados não são visíveis.
       TasksPublicDesc=Essa exibição apresenta todos os projetos e tarefas que você tem permissão para ler.
       TasksDesc=Essa exibição apresenta todos os projetos e tarefas (suas permissões de usuário concede-lhe ver tudo).
      -NewProject=Novo projeto
       AddProject=Criar projeto
       DeleteAProject=Excluir um projeto
       DeleteATask=Excluir uma tarefa
      @@ -22,12 +21,9 @@ ConfirmDeleteAProject=Você tem certeza que deseja excluir este projeto?
       ConfirmDeleteATask=Você tem certeza que deseja excluir esta tarefa?
       OpenedProjects=Projetos em andamento
       OpenedTasks=Tarefas em andamento
      -OpportunitiesStatusForOpenedProjects=Montante de oportunidades de projetos abertos de acordo com a situação
      -OpportunitiesStatusForProjects=Montante de oportunidades dos projetos pela situação
       ShowProject=Mostrar projeto
       ShowTask=Mostrar tarefa
       NoProject=Nenhum Projeto Definido
      -NbOfProjects=Nº de projetos
       TimeSpent=Dispêndio de tempo
       TimeSpentByUser=Tempo gasto por usuário
       TimesSpent=Dispêndio de tempo
      @@ -37,7 +33,6 @@ TaskTimeUser=Usuário
       NewTimeSpent=Dispêndio de tempo
       MyTimeSpent=Meu dispêndio de tempo
       TaskDateEnd=Data final da tarefa
      -NewTask=Nova tarefa
       AddTask=Criar tarefa
       Activities=Tarefas/atividades
       MyActivities=Minhas Tarefas/Atividades
      @@ -45,13 +40,6 @@ MyProjectsArea=Minha Área de projetos
       ProgressDeclared=o progresso declarado
       ProgressCalculated=calculado do progresso
       GoToListOfTimeConsumed=Ir para a lista de dispêndios de tempo
      -ListOrdersAssociatedProject=Lista de pedidos do cliente associados ao projeto
      -ListInvoicesAssociatedProject=Lista de faturas do cliente associadas ao projeto
      -ListPredefinedInvoicesAssociatedProject=Lista de temas das faturas associadas ao projeto
      -ListSupplierOrdersAssociatedProject=Lista de pedidos do fornecedor associados ao projeto
      -ListSupplierInvoicesAssociatedProject=Lista de faturas do fornecedor associadas ao projeto
      -ListExpenseReportsAssociatedProject=Lista de relatórios de despesas associadas ao projeto
      -ListDonationsAssociatedProject=Lista de doações associados ao projeto
       ListTaskTimeUserProject=Lista de tempo consumido nas tarefas de projecto
       ActivityOnProjectToday=Atividade no projeto hoje
       ActivityOnProjectYesterday=Atividade de ontem no projeto
      @@ -91,7 +79,6 @@ TaskModifiedInDolibarr=Tarefa %s alterada
       TaskDeletedInDolibarr=Tarefa %s excluída
       OpportunityStatusShort=Est. da oprtnd.
       OpportunityProbabilityShort=Prob. oport.
      -OpportunityAmount=Montante de oportunidades
       OpportunityAmountShort=Montante de oport.
       OpportunityAmountAverageShort=Montante médio de oport.
       OpportunityAmountWeigthedShort=Montante de oport. ponderadas
      @@ -102,8 +89,6 @@ TypeContact_project_task_internal_TASKEXECUTIVE=Tarefa executada
       TypeContact_project_task_external_TASKEXECUTIVE=Tarefa executada
       SelectElement=Selecionar componente
       AddElement=Link para componente
      -DocumentModelBeluga=Modelo de projeto para visão geral objetos ligados
      -DocumentModelBaleine=Modelo de relatório do Projeto para tarefas
       PlannedWorkload=carga horária planejada
       PlannedWorkloadShort=Carga de trabalho
       ProjectMustBeValidatedFirst=O projeto tem que primeiramente ser validado
      @@ -116,20 +101,11 @@ ResourceNotAssignedToProject=Não atribuído ao projeto
       ResourceNotAssignedToTheTask=Não atribuído à tarefa
       AssignTaskToMe=Atribuir tarefa para mim
       ProjectOverview=Visão geral
      -ManageTasks=Use projetos para acompanhar tarefas e tempo
       ManageOpportunitiesStatus=Use projetos para acompanhar leads / opportinuties
      -ProjectNbProjectByMonth=N ° de projetos criados por mês
      -ProjectOppAmountOfProjectsByMonth=Montante de oportunidades no mês
      -ProjectWeightedOppAmountOfProjectsByMonth=Montante de oportunidades ponderadas no mês
      -ProjectOpenedProjectByOppStatus=Projeto/Guia aberto pela situação da oportunidade
       ProjectsStatistics=As estatísticas sobre projetos / leads
       TaskAssignedToEnterTime=Tarefa atribuída. Entrando tempo nesta tarefa deve ser possível.
       IdTaskTime=Horário do ID da tarefa
       YouCanCompleteRef=Se você deseja completar a referência com alguma informação (para usar como filtro de busca), recomenda-se a adição do carácter "-" para separação, desta forma a numeração automática ainda funcionará corretamente para os próximos projetos. Por exemplo: %s-ABC. Você também pode preferir adicionar chaves de busca no rótulo. Mas a melhor prática pode ser adicionar um campo dedicado, também chamado de atributos complementares.
      -OnlyOpportunitiesShort=Somente oportunidades
      -OpenedOpportunitiesShort=Oportunidades em andamento
      -OpportunityTotalAmount=Montante total de oportunidades
      -OpportunityPonderatedAmount=Montante de oportunidades ponderadas
      -OpportunityPonderatedAmountDesc=Montante de oportunidades ponderadas com probalidade
       OppStatusPROSP=Prospecção
      +OppStatusPROPO=Proposta
       OppStatusWON=Ganhou
      diff --git a/htdocs/langs/pt_BR/stocks.lang b/htdocs/langs/pt_BR/stocks.lang
      index 136d2694779..b0ffdcb91e1 100644
      --- a/htdocs/langs/pt_BR/stocks.lang
      +++ b/htdocs/langs/pt_BR/stocks.lang
      @@ -24,7 +24,6 @@ TransferStock=Tranferencia de Estoque
       MassStockTransferShort=Transferência de estoque em massa
       StockMovement=Movimento de estoque
       StockMovements=Movimentações de estoque
      -LabelMovement=Rótulo para a movimentação
       UnitPurchaseValue=Preço unitário de compra
       StockTooLow=Estoque muito baixo
       EnhancedValueOfWarehouses=Valor de estoques
      diff --git a/htdocs/langs/pt_PT/admin.lang b/htdocs/langs/pt_PT/admin.lang
      index 0bd9d6a3970..6bf96e95f1d 100644
      --- a/htdocs/langs/pt_PT/admin.lang
      +++ b/htdocs/langs/pt_PT/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Desenvolvimento
       VersionUnknown=Desconhecida
       VersionRecommanded=Recomendada
       FileCheck=Verificador da integridade dos ficheiros
      -FileCheckDesc=Esta ferramenta permite que você verifique a integridade dos arquivos e a configuração do seu aplicativo, comparando cada arquivo com o oficial. O valor de algumas constantes de configuração também pode ser verificado. Você pode usar essa ferramenta para detectar se alguns arquivos foram modificados por um hacker, por exemplo.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=A integridade dos ficheiros é ajustada rigorosamente conforme a referência.
      -FileIntegrityIsOkButFilesWereAdded=A verificação da integridade dos arquivos passou, no entanto, alguns arquivos novos foram adicionados.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=A verificação da integridade dos ficheiros falhou. Alguns ficheiros foram modificados, removidos ou adicionados.
       GlobalChecksum=Checksum global
       MakeIntegrityAnalysisFrom=Fazer a análise de integridade dos ficheiros de aplicativos a partir de
      @@ -30,32 +30,32 @@ SessionSaveHandler=Utilizador para guardar as sessões
       SessionSavePath=Localização de armazenamento da sessão
       PurgeSessions=Limpeza das sessões
       ConfirmPurgeSessions=Deseja mesmo limpar todas as sessões? Isto irá desassociar todos os utilizadores (exceto você).
      -NoSessionListWithThisHandler=O utilizador para guardar a sessão configurado no seu PHP não permite listar todas as sessões em execução.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Bloquear novas ligações
      -ConfirmLockNewSessions=Tem a certeza que pretende restringir qualquer nova conexão Dolibarr para si? Depois disso, só o utilizador <b>%s</b> poderá ligar.
      -UnlockNewSessions=Remover bloqueio de conexão
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
      +UnlockNewSessions=Remover bloqueio de ligação
       YourSession=A sua sessão
      -Sessions=Sessão de utilizadores
      +Sessions=Sessões dos utilizadores
       WebUserGroup=Utilizador/grupo do servidor da Web
      -NoSessionFound=O seu PHP parece não permitir a listagem das sessões ativas. A diretoria utilizada para guardar as sessões <b>(%s)</b> poderá estar protegida (por exemplo, pelas permissões do SO ou pela diretiva open_basedir PHP ).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Conjunto de carateres  da base de dados para guardar os dados
       DBSortingCharset=Conjunto de carateres da base de dados para ordenar os dados
       ClientCharset=Jogo de caráter Cliente
       ClientSortingCharset=Colação de clientes
       WarningModuleNotActive=O módulo <b>%s</b> deve estar ativado
      -WarningOnlyPermissionOfActivatedModules=Só são mostradas aqui as permissões relacionadas com os módulos ativados. Pode ativar outros módulos em Início->Configuração->Módulos.
      +WarningOnlyPermissionOfActivatedModules=Só são mostradas aqui as permissões relacionadas com os módulos ativados. Pode ativar outros módulos na página de Início-> Configuração-> Módulos.
       DolibarrSetup=Instalar ou atualizar o Dolibarr
       InternalUser=Utilizador interno
       ExternalUser=Utilizador externo
       InternalUsers=Utilizadores internos
       ExternalUsers=Utilizadores externos
       GUISetup=Aparência
      -SetupArea=Área de configuração
      +SetupArea=Configuração
       UploadNewTemplate=Carregar novo(s) modelo(s)
       FormToTestFileUploadForm=Formulário para testar o envio de ficheiro (de acordo com a configuração)
      -IfModuleEnabled=Nota: sim, só é eficaz se <b>módulo %s</b> estiver ativado
      -RemoveLock=Se este existir, remova o ficheiro <b>%s</b> para permitir a utilização da ferramenta de atualização.
      -RestoreLock=Restaure o ficheiro <b>%s</b>, apenas com permissão de só de leitura, para desativar qualquer utilização da ferramenta de atualização.
      +IfModuleEnabled=Nota: sim, só é eficaz se o <b>módulo %s</b> estiver ativado
      +RemoveLock=Remova o ficheiro <b>%s</b> se este existir, para permitir a utilização da ferramenta de atualização.
      +RestoreLock=Restaure o ficheiro <b>%s</b>, apenas com permissão 'só de leitura', para desativar qualquer utilização da ferramenta de atualização.
       SecuritySetup=Configuração de segurança
       SecurityFilesDesc=Defina aqui opções relacionadas com a segurança de ficheiros carregados.
       ErrorModuleRequirePHPVersion=Erro, este módulo requer a versão %s ou superior do PHP
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=O código não pode conter o valor 0
       DisableJavascript=Desativar as funções de Javascript e Ajax (Recomendado para pessoas invisuais ou navegadores de texto)
       UseSearchToSelectCompanyTooltip=Se tiver um grande número de terceiros (> 100 000), pode aumentar a velocidade, configurando a constante COMPANY_DONOTSEARCH_ANYWHERE para 1 em Configuração->Outros. A procura depois será limitada para o início da sequência de carateres.
       UseSearchToSelectContactTooltip=Se você tiver grande número de contactos (> 100 000), você pode aumentar a velocidade, definindo a constante CONTACT_DONOTSEARCH_ANYWHERE para 1 em Configuração -> Outros. A pesquisa será então limitada ao início da sequência de caracteres.
      -DelaiedFullListToSelectCompany=Esperar até que introduza valores no campo antes de carregar a lista de terceiros (isto pode aumentar a performance se você tiver um elevado número de terceiros, mas é menos conveniente)
      -DelaiedFullListToSelectContact=Esperar até que introduza valores no campo antes de carregar a lista de contactos (isto pode aumentar a performance se você tiver um elevado número de contactos, mas é menos conveniente)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Número de carateres para acionar a procura: %s
       NotAvailableWhenAjaxDisabled=Não está disponível quando o Ajax está desativado
       AllowToSelectProjectFromOtherCompany=No documento de um terceiro, pode escolher um projeto associado a outro terceiro
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Pré-visualização não disponível
       ThemeCurrentlyActive=Tema atualmente ativo
       CurrentTimeZone=Zona Horária PHP (servidor)
       MySQLTimeZone=Fuso Horário MySQL (base de dados)
      -TZHasNoEffect=As datas são armazenadas e retornadas pela base de dados como se elas fossem submetidas como sequência de caracteres. O fuso horário tem efeito somente ao usar a função UNIX_TIMESTAMP (que não deve ser usada pelo Dolibarr, portanto a base de dados TZ não deve ter nenhum efeito, mesmo se alterado depois da submissão de dados).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Área
       Table=Tabela
       Fields=Campos
      @@ -111,7 +111,7 @@ NotConfigured=Módulo/Aplicação não configurados
       Active=Ativo
       SetupShort=Config.
       OtherOptions=Outras opções
      -OtherSetup=Outras configurações
      +OtherSetup=Outra Configuração
       CurrentValueSeparatorDecimal=Separador decimal
       CurrentValueSeparatorThousand=Separador dos milhares
       Destination=Destino
      @@ -126,8 +126,8 @@ PHPTZ=Fuso Horário do servidor do PHP
       DaylingSavingTime=Horário de verão
       CurrentHour=Hora do PHP (servidor)
       CurrentSessionTimeOut=Sessão atual expirou
      -YouCanEditPHPTZ=Para definir um fuso horário diferente do PHP (não é necessário), você pode tentar adicionar um ficheiro .htaccess contendo uma linha como esta "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Aviso, ao contrário de outras ecrans, as horas nesta página não estão no seu fuso horário local, mas para o fuso horário do servidor.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Número máximo de linhas para os widgets
      @@ -188,18 +188,18 @@ NoLockBeforeInsert=Nenhum comando de bloqueio em torno de Inserção
       DelayedInsert=Adições com atraso
       EncodeBinariesInHexa=Codificar os campos binários em hexadecimal
       IgnoreDuplicateRecords=Ignorar erros de registos duplicados (INSERT IGNORE)
      -AutoDetectLang=Autodeteção (navegador)
      +AutoDetectLang=Detetar Automático (idioma do navegador)
       FeatureDisabledInDemo=Opção desativada em demo
       FeatureAvailableOnlyOnStable=Funcionalidade apenas disponível em versões estáveis ​​oficiais
      -BoxesDesc=Widgets são componentes que mostram alguma informação, os quais pode adicionar a algumas páginas. Pode escolher entre mostrar a widget ou não selecionando a página alvo e clicar em 'Ativar', ou clicando no caixote do lixo para a desativar.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Só são mostrados os elementos de <a href="%s">módulos ativos</a>.
      -ModulesDesc=Os módulos Dolibarr definem as funcionalidades que estão ativas no programa. Alguns módulos requerem permissões de utilizadores, depois de serem ativados. Clique no botão on/off para ativar o módulo/funcionalidade.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Pode encontrar mais módulos para descarregar noutros sites da internet...
      -ModulesDeployDesc=Se as permissões no seu sistema de ficheiros o permitir, você pode usar esta ferramenta para implementar um módulo externo. O módulo será então visível no separador <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Procurar aplicações/módulos externos
       ModulesDevelopYourModule=Desenvolva as suas próprias aplicações/módulos
      -ModulesDevelopDesc=Pode desenvolver ou encontrar um parceiro para desenvolver por você, o seu módulo personalizado
      -DOLISTOREdescriptionLong=Em vez de ligar o site <a href="https://www.dolistore.com">www.dolistore.com</a> para encontrar um módulo externo, você pode usar esta ferramenta incorporada que tornará a procura no mercado externo para você (pode ser lento, precisa de um acesso à internet) ...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Novo
       FreeModule=Livre
       CompatibleUpTo=Compatível com a versão %s
      @@ -211,8 +211,8 @@ Nouveauté=Novidade
       AchatTelechargement=Comprar / Download
       GoModuleSetupArea=Para implementar/instalar um novo módulo, vá para a área de configuração do Módulo em <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, o mercado oficial para módulos externos Dolibarr ERP/CRM
      -DoliPartnersDesc=Lista de empresas que desenvolvem módulos ou funcionalidades personalizadas (Nota: qualquer pessoa com experiência em programação PHP pode proporcionar o desenvolvimento personalizado para um projeto open source)
      -WebSiteDesc=Indique sites de referência para encontrar mais módulos...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Algumas soluções para desenvolver seu próprio módulo ...
       URL=Hiperligação
       BoxesAvailable=Aplicativos disponíveis
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Não guardar as palavras-passe na base de dados, mas gua
       MainDbPasswordFileConfEncrypted=Palavra-passe da base de dados encriptada no ficheiro conf.php (recomendado: Ativada)
       InstrucToEncodePass=Para que a palavra passe seja codificada no ficheiro <b>conf.php</b>, substitua a linha <br><b>$dolibarr_main_db_pass="...";</b><br>por<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Para que a palavra passe seja descodificada no ficheiro <b>conf.php</b>, substitua a linha <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>por<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protecção e encriptação dos ficheiros PDF criados (recomendado: Desativado, pode provocar problemas na produção de PDFs)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=A proteção de um documento PDF faz com que este esteja disponível para ler e imprimir a partir de qualquer navegador. No entanto, a edição e cópia do documento deixam de ser possíveis. Nota: ao usar esta funcionalidade deixa de ser possível juntar documentos PDFs singulares num único documento PDF global.
       Feature=Funcionalidade
       DolibarrLicense=Licença
      @@ -239,15 +239,15 @@ OfficialWebSiteLocal=Website local (%s)
       OfficialWiki=Documentação Dolibarr na Wiki
       OfficialDemo=Demo online Dolibarr
       OfficialMarketPlace=Mercado externo oficial para os módulos/addons
      -OfficialWebHostingService=Serviços web hosting referenciados (hospedagem na nuvem)
      +OfficialWebHostingService=Serviços de hospedagem na Web referenciados (hospedagem na Nuvem)
       ReferencedPreferredPartners=Parceiros preferidos
       OtherResources=Outros recursos
       ExternalResources=Recursos externos
       SocialNetworks=Redes sociais
       ForDocumentationSeeWiki=Para a documentação de utilizador, programador ou Perguntas Frequentes (FAQ), consulte o wiki do Dolibarr<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Para outras questões, como efectuar as consultas, pode utilizar o forum do Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Esta área permite ajudá-lo a obter um serviço de suporte para o Dolibarr.
      -HelpCenterDesc2=Alguns destes serviços só estão disponíveis em <b>inglês</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Gestor de menu atual
       MeasuringUnit=Unidade de medição
       LeftMargin=Margem esquerda
      @@ -262,32 +262,36 @@ NoticePeriod=Período de aviso
       NewByMonth=Novo por mês
       Emails=Emails
       EMailsSetup=Configuração de emails
      -EMailsDesc=Esta página permite substituir os parâmetros PHP relacionados com o envio de emails. Na maioria dos casos em sistemas operativos Unix/Linux, a configuração PHP está correta e estes parâmetros são inúteis.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Perfis do remetente de e-mails
       MAIN_MAIL_SMTP_PORT=Porta de SMTP/SMTPS (Por predefinição no php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=Servidor SMTP/SMTPS (Por predefinição no php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Porta do servidor SMTP (Não definido em PHP em sistemas de tipo Unix)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Servidor SMTP/SMTPS (Não definido em PHP em sistemas de tipo Unix)
      -MAIN_MAIL_EMAIL_FROM=Email do emissor para envios email automáticos (Por defeito em php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Remetente de email usado para emails enviados que retornaram erro
      -MAIN_MAIL_AUTOCOPY_TO= Enviar sistematicamente uma cópia carbono de todos os emails enviados para
      -MAIN_DISABLE_ALL_MAILS=Desativar globalmente todo o envio de emails (para fins de teste ou demonstrações)
      +MAIN_MAIL_SMTP_SERVER=Hospedeiro de SMTP/SMTPS (Por predefinição no php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=Hospedeiro de SMTP/SMTPS (Não definido no PHP nos sistemas de tipo Unix)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Enviar todos os e-mails para (em vez de enviar para destinatários reais, para fins de teste)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Adicionar funcionários utilizadores com e-mail à lista de destinatários permitidos
      -MAIN_MAIL_SENDMODE=Método de envio de emails
      -MAIN_MAIL_SMTPS_ID=ID SMTP, se necessário a autenticação
      -MAIN_MAIL_SMTPS_PW=Palavra-passe de SMTP, se necessário a autenticação
      -MAIN_MAIL_EMAIL_TLS= Utilizar criptografia TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Utilizar encriptação TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Desative todos os envios de SMS (para fins de teste ou demonstrações)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Método a usar para enviar SMS
      -MAIN_MAIL_SMS_FROM=Número de telefone predefinido do remetente para envio de SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Email do remetente por predefinição para os envios manuais (E-mail do Utilizador ou da Empresa)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Email do utilizador
       CompanyEmail=E-mail da empresa
       FeatureNotAvailableOnLinux=Funcionalidade não disponivel em sistemas  Unix. Teste parâmetros sendmail localmente.
      -SubmitTranslation=Se a tradução para esta lingua não estiver completa ou se encontrar erros, pode corrigi-los editando os ficheiros no diretório <b>langs/%s</b> e submetendo-os em www.transifex.com/dolibarr-association/dolibarr/
      -SubmitTranslationENUS=Se a tradução para este idioma não estiver completa ou você encontrar erros, você pode corrigir isso editando arquivos em idiomas de diretório <b>langs/ %s </b>e enviar arquivos modificados em dolibarr.org/forum ou para desenvolvedores em github.com/Dolibarr/dolibarr.
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslationENUS=Se a tradução para este idioma não estiver completa ou se encontrar erros, pode corrigi-los editando os ficheiros na diretoria <b>langs/ %s</b> e submeta os ficheiros modificados em dolibarr.org/forum ou para os programadores em github.com/Dolibarr/dolibarr.
       ModuleSetup=Configuração do módulo
       ModulesSetup=Módulos/Aplicação - Configuração
       ModuleFamilyBase=Sistema
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Não utilizar em ambiente de produção
       ThisIsProcessToFollow=Estes são os passos a processar:
       ThisIsAlternativeProcessToFollow=Esta é uma configuração alternativa para processar manualmente:
       StepNb=Passo %s
      -FindPackageFromWebSite=Encontre um pacote que fornece a funcionalidade desejada (por exemplo, na página oficial %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Descarregue o pacote (por exemplo, da página oficial %s).
      -UnpackPackageInDolibarrRoot=Descompactar os ficheiros para a raiz da instalação Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Para implantar / instalar um módulo externo, descompacte os arquivos empacotados no diretório do servidor dedicado aos módulos:<b>%s</b>
      -SetupIsReadyForUse=A instalação do módulo terminou. No entanto você deve ativar e configurar o módulo na sua aplicação, indo à página de configuração de módulos: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=O diretório raiz alternativo não está definido para um diretório existente.<br>
       InfDirAlt=Desde a versão 3 do Dolibarr que é possível definir um diretório raiz alternativo. Isto permite que você consiga armazenar plug-ins e templates, num diretório dedicado.<br>Para tal basta criar um dirétorio na raiz do Dolibarr (ex: dedicado). <br>
       InfDirExample=<br>Depois declare-o no ficheiro <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>Se estas linhas estiverem comentadas com um "#", descomente-as removendo o caracter "#".
      -YouCanSubmitFile=Para esta etapa, você pode submeter aqui o ficheiro .zip do pacote do módulo:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Versão atual do Dolibarr
       CallUpdatePage=Vá à página que atualiza a estrutura e dados da base de dados: %s.
       LastStableVersion=Última versão estável
      @@ -327,7 +331,7 @@ LastActivationIP=Último IP ativo
       UpdateServerOffline=Atualizar servidor offline
       WithCounter=Gerir um contador
       GenericMaskCodes=Pode introduzir qualquer máscara numérica. Nesta máscara, pode utilizar as seguintes etiquetas: <br><b>{000000}</b> corresponde a um número que se incrementa em cada um de %s. Introduza um número de zeros idêntico ao comprimento do número que deseja mostrar. O contador completar-se-á a partir de zeros pela esquerda de forma a ter tantos zeros como a máscara. <br><b>{000000+000}</b> igual ao anterior, com uma compensação em algarismos correspondente ao número à direita do sinal + que é aplicada a partir do primeiro %s. <br><b>{000000@x}</b> igual ao anterior, mas o contador volta a zero quando se chega ao mês x (x entre 1 e 12, 0 para usar o primeiros meses do mês fiscal definido na sua configuração, 99 para voltar a zero todos os meses). Se esta opção se utiliza e x é igual ou superior a 2, então a sequência {yy}{mm} ou {yyyy}{mm} também é necessária. <br><b>{dd}</b> días (01 a 31). <br><b>{mm}</b> mês (01 a 12). <br><b>{yy}</b>, <b>{yyyy}</b> ou <b>{y}</b> ano formatado em 2, 4 ou 1 algarismos.<br>
      -GenericMaskCodes2=<b>{cccc}</b> o código do cliente em N caracteres<br><b>{cccc000}</b> o código de cliente em N caracteres, seguido de um contador dedicado ao cliente. Este contador é reiniciado ao mesmo tempo que o contador global.<br><b>{tttt}</b> O código do tipo de terceiro em N caracteres (ver dicionário->Tipos de terceiros).<br>
      +GenericMaskCodes2=<b>{cccc}</b> o código do cliente em N carateres<br><b>{cccc000}</b> o código de cliente em N carateres, seguido de um contador dedicado para o cliente. Este contador é reiniciado ao mesmo tempo que o contador global.<br><b>{tttt}</b> O código do tipo de terceiro em N carateres (consulte o menu Início->Configuração->Dicionário->Tipos de terceiros). Se adicionou esta etiqueta, o contador será diferente para cada tipo de terceiro.<br>
       GenericMaskCodes3=Quaisquer outros caracteres na máscara não sofrerão alterações.<br>Não são permitidos espaços.<br>
       GenericMaskCodes4a=<u>Exemplo no 99º %s de terceiro 'A Empresa', com a data 31-01-2007:</u><br>
       GenericMaskCodes4b=<u>Exemplo sobre um terceiro criado a 31-03-2007:</u><br>
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Consulte a página wiki para obter uma lista completa de todos
       UseACacheDelay= Atraso, em segundos, para o caching de exportação (0 ou em branco para não criar cache)
       DisableLinkToHelpCenter=Ocultar hiperligação <b>"Precisa de ajuda ou apoio"</b> na página de inicio de sessão
       DisableLinkToHelp=Ocultar a hiperligação para a ajuda on-line "<b>%s</b>"
      -AddCRIfTooLong=Não há envolvimento automático, por isso, se estiver fora de linha da página de documentos, por ser demasiado longo, deve adicionar um parágrafo, "Enter", na área de texto.
      -ConfirmPurge=De certeza que quer executar esta limpeza?<br>Isto eliminará definitivamente todos os seus ficheiros de dados sem forma de os recuperar (ficheiros GCE, ficheiros anexados)
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Comprimento mínimo
       LanguageFilesCachedIntoShmopSharedMemory=Ficheiros .lang carregados na memória partilhada
       LanguageFile=Ficheiro de idioma
      -ExamplesWithCurrentSetup=Exemplos com a configuração atual
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Lista de diretórios com modelos OpenDocument
       ListOfDirectoriesForModelGenODT=Lista de diretórios que contêm ficheiros template com formato OpenDocument.<br><br>Digite aqui o caminho completo dos diretórios.<br>Adicione um "Enter" entre cada diratório.<br>Para adicionar um diretório do módulo GCE, adicione aqui <b>DOL_DATA_ROOT/ecm/seudiretorio</b>.<br><br>Ficheiros nesses diretórios têm de acabar com <b>.odt</b> ou <b>.ods</b>.
      -NumberOfModelFilesFound=Número de ficheiros de modelos ODT/ODS encontrados nesses diretórios
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Exemplos de sintaxe: <br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Para saber como criar os seus modelos de documentos ODT, antes de armazená-los nestes diretórios, leia a documentação no wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Chave para usar Web Services (parâmetro "dolibarrkey" n
       TestSubmitForm=Formulário de teste de introdução
       ThisForceAlsoTheme=Ao utilizar este gestor de menu também vai utilizar o seu tema, independentemente da escolha do utilizador. Para além disso, este gestor de menu especializado em smartphones não funciona em todos os smartphones. Utilize outro gestor de menu se você tiver problemas.
       ThemeDir=Diretório de temas
      -ConnectionTimeout=Tempo limite de conexão
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Tempo limite de resposta
       SmsTestMessage=Mensagem teste de __PHONEFROM__ para __PHONETO__
       ModuleMustBeEnabledFirst=Se precisa desta função, o módulo <b>%s</b> deve ser ativado antes.
       SecurityToken=A chave para URLs seguras
      -NoSmsEngine=Nenhum mecanismo de envio de SMS disponível. Mecanismos de SMS, não são instalados juntamente com a distribuição (porque depende de um fornecedor externo), mas você pode encontrar alguns em %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Você pode definir cada uma das opções globais relacionadas com a criação de PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regras para criar caixas de endereço
       HideAnyVATInformationOnPDF=Ocultar todas as informações relacionadas com Imposto sobre Vendas / IVA em PDFs gerados
       PDFRulesForSalesTax=Regras para Imposto sobre Vendas / IVA
       PDFLocaltax=Regras para %s
      -HideLocalTaxOnPDF=Ocultar taxa %s na coluna de impostos do PDF
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Ocultar a descrição dos produtos no PDF gerado
       HideRefOnPDF=Ocultar a referência dos produtos no PDF gerado
       HideDetailsOnPDF=Esconder linhas de detalhes do produto no PDF gerado
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parâmetros para tornar URLs seguros
       SecurityTokenIsUnique=Use um parâmetro securekey único para cada URL
       EnterRefToBuildUrl=Digite a referência para o objeto %s
       GetSecuredUrl=Obter URL seguro
      -ButtonHideUnauthorized=Esconder botões de ações não autorizados a utilizadores não administradores, em vez de mostrá-los com cor cinza e desativados.
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Taxa de IVA antiga
       NewVATRates=Nova taxa de IVA
       PriceBaseTypeToChange=Modificar nos preços com valor de referência base definido em
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Lista de selecção
       ExtrafieldSelectList = Selecionar da tabela
       ExtrafieldSeparator=Separador (não um campo)
       ExtrafieldPassword=Palavra Passe
      -ExtrafieldRadio=Radio buttons (apenas em escolha múltipla)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Caixas de marcação
       ExtrafieldCheckBoxFromList=Caixas de marcação da tabela
       ExtrafieldLink=Vincular a um objeto
       ComputedFormula=Campo calculado
       ComputedFormulaDesc=Você pode inserir aqui uma fórmula usando outras propriedades do objeto ou qualquer codificação PHP para obter um valor calculado dinâmico. Você pode usar todas as fórmulas compatíveis com PHP, incluindo o "?" operador de condição e seguinte objeto global: <strong>$db, $conf, $langs, $mysoc, $user, $object.</strong><br><strong>AVISO</strong>: Somente algumas propriedades de $object podem estar disponíveis. Se você precisa de propriedades não carregadas, basta buscar o objeto na sua fórmula, como no segundo exemplo. <br>Usando um campo calculado significa que você não pode entrar qualquer valor da interface. Além disso, se houver um erro de sintaxe, a fórmula pode retornar nada.<br><br> Exemplo de fórmula: <br>$object-> id <10? round ($object-> id / 2, 2): ($object-> id + 2 * $user-> id) * (int) substr($mysoc-> zip, 1, 2) <br><br>Exemplo para recarregar o objeto <br>(($reloadedobj = new Societe ($db)) && ($reloadedobj->fetch($obj-> id? $obj-> id: ($obj-> rowid? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options ['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'<br><br>Outro exemplo de fórmula para forçar a carga do objeto e seu objeto pai:<br> (($reloadedobj = new Task ($db)) && ($reloadedobj->fetch ($object-> id)> 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj-> fetch($reloadedobj->fk_project)> 0)) ? $secondloadedobj->ref: 'Projeto pai não encontrado'
      -ExtrafieldParamHelpPassword=Manter este campo vazio significa que o valor será armazenado sem ser encriptado (campo deve ser escondido apenas com estrela na tela). <br> Defina aqui o valor 'auto' para usar a regra de encriptação predefinida ao registar palavras-passe na base de dados (o valor lido será o apenas hash, não há maneira de recuperar o valor original)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=A lista de parâmetros tem seguir o seguinte esquema chave,valor (no qual a chave não pode ser '0')<br><br> por exemplo: <br>1,value1<br>2,value2<br>3,value3<br>...<br><br>Para que a lista dependa noutra lista de atributos complementares:<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>Para que a lista dependa doutra lista:<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=A lista de valores tem de seguir o seguinte esquema chave,valor (onde a chave não pode ser '0')<br><br> por exemplo:<br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=A lista de valores tem de seguir o seguinte esquema chave,valor (onde a chave não pode ser '0')<br><br> por exemplo:<br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Hiperligação predefinida
       SetAsDefault=Definir como predefinição
       ValueOverwrittenByUserSetup=Aviso: Este valor pode ter sido modificado pela configuração específica de um utilizador (cada utilizador pode definir o seu próprio link ClickToDial)
       ExternalModule=Módulo externo - Instalado no diretório %s
      -BarcodeInitForThirdparties=Inicialização em massa de códigos de barras para terceiros
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Inicialização ou reposição de códigos de barras em massa para produtos ou serviços
       CurrentlyNWithoutBarCode=Atualmente, você tem o registo <strong>%s</strong> em <strong>%s</strong> %s sem o código de barras definido.
       InitEmptyBarCode=Inicializar o valor para os próximos %s registos vazios
       EraseAllCurrentBarCode=Apagar todos os códigos de barras atuais
       ConfirmEraseAllCurrentBarCode=Tem certeza de que deseja apagar todos os códigos de barras atuais?
       AllBarcodeReset=Todos os códigos de barras foram removidos
      -NoBarcodeNumberingTemplateDefined=Nenhum modelo de numeração de códigos de barras ativo na configuração do módulo "Código de barras".
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Ativar cache de ficheiros
       ShowDetailsInPDFPageFoot=Adicionar mais detalhes no rodapé dos ficheiros PDF, como a morada da sua empresa, ou nomes de gerente (para completar IDs profissionais, capital da empresa e número de IVA).
       NoDetails=Sem mais detalhes no rodapé
       DisplayCompanyInfo=Exibir morada da empresa
       DisplayCompanyManagers=Mostrar nomes dos gestores
       DisplayCompanyInfoAndManagers=Exibir a morada da empresa e menus de gestor
      -EnableAndSetupModuleCron=Se você deseja que esta fatura periódica seja gerada automaticamente, o módulo *1 %s* deve ser habilitado e configurado corretamente. Caso contrário, a geração de faturas deve ser feita manualmente a partir deste modelo com o botão * Criar *. Observe que, mesmo que você tenha ativado a geração automática, você ainda pode iniciar com segurança a geração manual. A geração de duplicatas para o mesmo período não é possível.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Retornar um código de contabilidade vazio.
       ModuleCompanyCodeDigitaria=O código de contabilidade depende do código de terceiros. O código é composto pelo caractere "C" na primeira posição seguida pelos primeiros 5 caracteres do código de terceiros.
      -Use3StepsApproval=Por padrão, as ordens de compra precisam ser criadas e aprovadas por 2 usuários diferentes (um passo / usuário para criar e um passo / usuário para aprovar. Note que, se o usuário tiver permissão para criar e aprovar, um passo / usuário será suficiente) . Você pode solicitar esta opção para introduzir uma terceira etapa / aprovação do usuário, se o valor for superior a um valor dedicado (então serão necessárias 3 etapas: 1 = validação, 2 = primeira aprovação e 3 = segunda aprovação se a quantidade for suficiente). 1 <br>Defina isto como vazio se uma aprovação (2 etapas) for suficiente, ajuste-o para um valor muito baixo (0,1) se uma segunda aprovação (3 etapas) for sempre necessária.
      +Use3StepsApproval=Por padrão, as ordens de compra precisam ser criadas e aprovadas por 2 utilisadores diferentes (um passo / utilisador para criar e um passo / utilisador para aprovar. Note que, se o utilisador tiver permissão para criar e aprovar, um passo / utilisador será suficiente) . Você pode solicitar esta opção para introduzir uma terceira etapa / aprovação do utilisador, se o valor for superior a um valor dedicado (então serão necessárias 3 etapas: 1 = validação, 2 = primeira aprovação e 3 = segunda aprovação se a quantidade for suficiente). 1 <br>Defina isto como vazio se uma aprovação (2 etapas) for suficiente, ajuste-o para um valor muito baixo (0,1) se uma segunda aprovação (3 etapas) for sempre necessária.
       UseDoubleApproval=Utilizar uma aprovação de 3 etapas quando o valor (sem impostos) for superior a...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      -WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
      +WarningPHPMail2=Se o seu serviço de e-mail SMTP restringir o cliente de e-mail a alguns endereços IP (muito raro), utilize o seguinte endereço IP da sua instalação ERP CRM Dolibarr: <strong>%s</strong>.
       ClickToShowDescription=Clique para mostrar a descrição
      -DependsOn=Este módulo depende do(s) módulo(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=Este módulo é necessário para o(s) módulo(s)
      -TheKeyIsTheNameOfHtmlField=Este é o nome do campo HTML. Esta necessidade de ter conhecimentos técnicos para ler o conteúdo da página HTML para obter o nome-chave de um campo.
      -PageUrlForDefaultValues=Você deve inserir aqui a URL relativa da página. Se você incluir parâmetros em URL, os valores padrão serão efetivos se todos os parâmetros estiverem configurados para o mesmo valor. Exemplos:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>Para que o formulário crie um novo treceiro, é<strong>%s</strong>,<br> se você quiser o valor padrão somente se url tiver algum parâmetro, você pode usar<strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>Para a página que lista terceiros, é<strong>%s</strong>, <br>se você quiser o valor padrão somente se url tiver algum parâmetro, você pode usar<strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Permitir o uso de valores predefinidos personalizados
      -EnableOverwriteTranslation=Permitir o uso da tradução substituída
      -GoIntoTranslationMenuToChangeThis=Uma tradução foi encontrada para a chave com este código, então, para alterar esse valor, você deve editá-lo para a tradução do Home-Setup.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Aviso, definir uma ordem de classificação padrão pode resultar em um erro técnico ao entrar na página da lista se o campo for um campo desconhecido. Se você tiver um erro desse tipo, volte para esta página para remover a ordem de classificação padrão e restaurar o comportamento padrão.
       Field=Campo
       ProductDocumentTemplates=Modelos de documento para gerar documento do produto
      @@ -476,16 +480,18 @@ SendEmailsReminders=Envie lembretes da agenda por e-mails
       davDescription=Adicionar um componente para ser um servidor DAV
       DAVSetup=Configuração do módulo DAV
       DAV_ALLOW_PUBLIC_DIR=Ativar o diretório público (diretório WebDav sem necessidade de iniciar sessão)
      -DAV_ALLOW_PUBLIC_DIRTooltip=O diretório público WebDav é um diretório ao qual todos podem aceder (no modo de leitura e escrita), sem necessidade de ter/usar uma conta de login/senha existente.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Utilizadores e grupos
      +Module0Name=Utilizadores e Grupos
       Module0Desc=Gestão de Utilizadores / Funcionários e Grupos
       Module1Name=Terceiros
       Module1Desc=Gestão de terceiros (empresas, particulares) e contactos
       Module2Name=Comercial
       Module2Desc=Gestão comercial
       Module10Name=Contabilidade
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Orçamentos
       Module20Desc=Gestão de orçamentos
       Module22Name=Emails em massa
      @@ -511,13 +517,13 @@ Module52Desc=Gestão de stocks (produtos)
       Module53Name=Serviços
       Module53Desc=Gestão de serviços
       Module54Name=Contractos/Subscrições
      -Module54Desc=Gestão de contractos (serviços ou subscrições periódicas)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Códigos de barras
       Module55Desc=Gestão dos códigos de barras
       Module56Name=Central telefónica
       Module56Desc=Gestão de central telefónica
       Module57Name=Ordens de pagamento por débito direto
      -Module57Desc=Gestão de ordens de pagamento por débito direto. Inclui a produção de ficheiros SEPA para países europeus.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integração com um sistema ClickToDial (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Notas de despesas e deslocações
       Module75Desc=Gestão das notas de despesas e deslocações
       Module80Name=Expedições
       Module80Desc=Gestão de expedições e notas de encomenda
      -Module85Name=Bancos e caixas
      +Module85Name=Bancos e Caixa
       Module85Desc=Gestão das contas financeiras ou contas bancárias (prazo ou efetivo)
      -Module100Name=Página externa
      -Module100Desc=Incluir página externa no menu e visualizá-la a partir do Dolibarr
      +Module100Name=Site Externo
      +Module100Desc=Adicionar uma hiperligação do site da Web externo nos menus do Dolibarr para a ver na estrutura do Dolibarr
       Module105Name=Mailman e SPIP
       Module105Desc=Interface Mailman ou SPIP para módulo membro
       Module200Name=LDAP
      -Module200Desc=Sincronização de diretórios com LDAP
      +Module200Desc=Sincronização da diretoria LDAP
       Module210Name=PostNuke
       Module210Desc=Integração com PostNuke
       Module240Name=Exportações de dados
      -Module240Desc=Ferramenta para exportação dos dados do Dolibarr
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Importação de dados
      -Module250Desc=Ferramenta para importação dos dados do Dolibarr
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Membros
       Module310Desc=Gestão de membros de uma fundação
       Module320Name=Feed RSS
       Module320Desc=Adicionar feed RSS às páginas Dolibarr
      -Module330Name=Marcadores
      -Module330Desc=Gestão de marcadores
      -Module400Name=Projetos/Oportunidades/Leads
      -Module400Desc=Gestão de projetos, oportunidades e/ou tarefas. Também pode atribuir qualquer elemento (fatura, encomenda, orçamento, intervenção, ...) a um projeto e obter uma visão transversal do projeto.
      +Module330Name=Marcadores e atalhos
      +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=Integração com Webcalendar
       Module500Name=Impostos e Despesas especiais
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Pagamento dos salários dos empregados
      -Module510Desc=Registe e dê seguimento aos pagamentos dos salários dos seus funcionários
      +Module510Desc=Record and track employee payments
       Module520Name=Empréstimo
       Module520Desc=Gestão de empréstimos
       Module600Name=Notificações sobre eventos comerciais
      -Module600Desc=Envio de Email de notificação (desactiva para alguns eventos de negocio) para utilisadores (na configuração define-se cada usuário), para os contactos dos terceiros (na configuração define-se os terceiros) ou os emails defenidos.
      -Module600Long=Observe que este módulo é dedicado a enviar emails em tempo real quando ocorre um evento comercial dedicado. Se você está procurando um recurso para enviar lembretes por e-mail de seus eventos da agenda, entre na configuração do módulo Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Variantes de produtos
      -Module610Desc=Permite a criação de variante de produtos com base em atributos (cor, tamanho, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donativos
       Module700Desc=Gestão de donativos
       Module770Name=Relatórios de despesas
      -Module770Desc=Gestão e reivindicação de relatórios de despesas (deslocação, refeição, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Orçamentos de fornecedor
       Module1120Desc=Solicitar orçamento e preços do fornecedor
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Produção do documento da emails em massa
       Module1780Name=Etiquetas/Categorias
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Editor WYSIWYG
      -Module2000Desc=Permitir a edição de texto utilizando um editor avançado (baseado no CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Preços dinâmicos
       Module2200Desc=Permitir a utilização de expressões matemáticas para os preços
       Module2300Name=Tarefas agendadas
       Module2300Desc=Gestão de trabalhos agendados (alias cron ou tabela chrono)
       Module2400Name=Eventos/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=SGD / GEC
       Module2500Desc=Sistema de Gestão de Documentos / Gestão de Conteúdo Eletrónico. Organização automática dos seus documentos gerados ou armazenados. Compartilhe-os quando precisar.
       Module2600Name=Serviços API/Web (servidor SOAP)
      @@ -590,16 +596,16 @@ Module2600Desc=Ativar o servidor SOAP do Dolibarr, fornecendo serviços API
       Module2610Name=Serviços API/Web (servidor REST)
       Module2610Desc=Ativar os serviços API do servidor REST do Dolibarr
       Module2660Name=Serviços Web de chamada (cliente SOAP)
      -Module2660Desc=Ativar o cliente de serviços web Dolibarr (pode ser usado para enviar dados/pedidos a servidores externos. Suporta apenas encomendas a fornecedores de momento)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Usar o serviço online Gravatar (www.gravatar.com) para mostrar as fotos dos utilizadores/membros (que encontrar nos seus e-mails). Necessita de um acesso à Internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=Cliente FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Capacidades de conversões GeoIP Maxmind
       Module3100Name=Skype
      -Module3100Desc=Adicionar um botão Skype nas fichas dos usuários/terceiros/contactos/membros
      +Module3100Desc=Adicionar um botão Skype nas fichas dos utilisador/terceiros/contactos/membros
       Module3200Name=Arquivos inalteráveis
      -Module3200Desc=Ativar o registo de alguns eventos em registos inalteráveis. Os eventos são arquivados em tempo real. O registo é uma tabela de eventos encadeados que podem ser lidos somente e exportados. Este módulo pode ser obrigatório para alguns países.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=GRH
       Module4000Desc=Gestão de recursos humanos (gestão de departamento e contratos de funcionários)
       Module5000Name=Multiempresa
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Sites da Web
       Module10000Desc=Crie sites públicos com um editor WYSIWYG. Basta configurar seu servidor web (Apache, Nginx, ...) para apontar para o diretório Dolibarr dedicado para tê-lo online na Internet com seu próprio nome de domínio.
       Module20000Name=Gestão de pedidos de licença
      -Module20000Desc=Declarar e seguir os pedidos de licença dos funcionários
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Lotes de produtos
       Module39000Desc=Gestão de produtos por lotes ou números de série
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Modulo que permite pagina online de pagamento com cartões de crédito/débito via PayBox. Pode ser utilisado para permitir ao cliente para fazer pagamentos libre ou pagamentos ligados a objetos do Dolibarr (faturas, encomendas, ...)
      +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=Ponto de vendas
       Module50100Desc=Modúlo de ponto de vendas (POS).
      +Module50150Name=Ponto de vendas
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Modulo que permite pagina online de pagamento aceitando pagamentos utilisando PayPal (cartões de crédito ou crédito PayPal). Pode ser utilisado para permitir ao cliente para fazer pagamentos libre ou pagamentos ligados a objetos do Dolibarr (faturas, encomendas, ...)
      +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=Contabilidade (avançada)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=impressão direta (sem abrir os documentos) usando a interface Cups IPP (A impressora deve ser visível a partir do servidor, e o CUPS deve estar instalado no servidor).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Votação ou Questionário
      -Module55000Desc=Módulo para fazer votações ou questionários online (como Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margens
       Module59000Desc=Módulo para gerir margens
       Module60000Name=Comissões
       Module60000Desc=Módulo para gerir comissões
      -Module62000Name=Incoterm
      -Module62000Desc=Adione funções para gerir Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Recursos
       Module63000Desc=Gerir recursos (impressoras, carros, ...) que pode partilhar em eventos
       Permission11=Consultar faturas a clientes
      @@ -651,9 +661,9 @@ Permission32=Criar/Modificar produtos
       Permission34=Eliminar produtos
       Permission36=Ver/Gerir produtos ocultos
       Permission38=Exportar produtos
      -Permission41=Consultar projetos e tarefas (projetos partilhados e projetos nos quais sou contacto). Permite também introduzir tempo consumido em tarefas atribuídas (folha de tempo)
      -Permission42=Criar/modificar projetos (projetos partilhados e projetos nos quais sou contacto). Permite também criar tarefas e atribuir utilizadores a projetos e tarefas
      -Permission44=Eliminar projectos (projetos partilhados e projetos dos quais sou contacto)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Exportar projetos
       Permission61=Consultar intervenções
       Permission62=Criar/Modificar intervenções
      @@ -686,7 +696,7 @@ Permission109=Eliminar envios
       Permission111=Consultar contas financeiras (contas bancárias, caixas)
       Permission112=Criar/modificar/eliminar e comparar trasações
       Permission113=Configurar as contas ficnanceiras (criar, gerir categorias)
      -Permission114=Reconciliar transações
      +Permission114=Reconcile transactions
       Permission115=Exportar transacções e extractos
       Permission116=Transferências entre contas
       Permission117=Gerir envio de cheques
      @@ -694,15 +704,15 @@ Permission121=Consultar terceiros associados ao utilizador
       Permission122=Criar/modificar terceiros associados ao utilizador
       Permission125=Eliminar terceiros associados ao utilizador
       Permission126=Exportar terceiros
      -Permission141=Ler todos os projetos e tarefas (também os projetos privados para os quais não sou contatado)
      -Permission142=Criar/modificar todos os projetos e tarefas (também os projetos privados para os quais não sou contactado)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Eliminar todos os projetos e tarefas (também os projetos privados para os quais não sou contactado)
       Permission146=Consultar fornecedores de rede
       Permission147=Consultar estados
       Permission151=Consultar ordens de pagamento por débito direto
       Permission152=Criar/modificar ordens de pagamento por débito direto
       Permission153=Enviar/transimitir ordens de pagamento por débito direto
      -Permission154=Registar Créditos/Rejeições de ordens de pagamento por débito direto
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Consultar contratos/subscrições
       Permission162=Criar/modificar contratos/subscrições
       Permission163=Ativar um serviço/subscrição de um contrato
      @@ -725,7 +735,7 @@ Permission187=Fechar encomendas a fornecedores
       Permission188=Cancelar encomendas a fornecedores
       Permission192=Criar linhas de rede
       Permission193=Cancelar linhas de rede
      -Permission194=Consultar linhas de largura de banda
      +Permission194=Ler as linhas de largura de banda
       Permission202=Criar ligações ADSL
       Permission203=Encomendar encomendas de ligações
       Permission204=Encomendar ligações
      @@ -755,7 +765,7 @@ PermissionAdvanced253=Criar/modificar utilizadores internos/externos e permissõ
       Permission254=Criar/modificar apenas utilizadores externos
       Permission255=Modificar a palavra-passe de outros utilizadores
       Permission256=Eliminar ou desativar outros utilizadores
      -Permission262=Estender o acesso para todos os terceiros (e não apenas aos terceiros que o utilizador é representante de vendas).<br>Não eficiente para os utilizadores externos (sempre limitados aos orçamentos, encomendas, faturas, contratos, etc., dos mesmos)<br>Não eficiente para os projetos (apenas regras nas permissões do projeto, visibilidade e atribuição de assuntos).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Consultar CA
       Permission272=Consultar faturas
       Permission273=Emitir fatura
      @@ -765,7 +775,7 @@ Permission283=Eliminar contactos
       Permission286=Exportar contactos
       Permission291=Consultar tarifas
       Permission292=Definir permissões das tarifas
      -Permission293=Modificar tarifas de clientes
      +Permission293=Modify customers tariffs
       Permission300=Consultar códigos de barra
       Permission301=Criar/modificar códigos de barra
       Permission302=Eliminar código de barras
      @@ -787,11 +797,9 @@ Permission401=Consultar descontos
       Permission402=Criar/modificar descontos
       Permission403=Validar descontos
       Permission404=Eliminar descontos
      -Permission501=Consultar salários/contratos dos funcionários
      -Permission502=Criar/modificar salários/contratos dos funcionários
      -Permission511=Consultar pagamentos de salários
      -Permission512=Criar/modificar pagamentos de salários
      -Permission514=Apagar salários
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Exportar salários
       Permission520=Consultar empréstimos
       Permission522=Criar/modificar empréstimos
      @@ -844,8 +852,8 @@ Permission1251=Executar importações em massa de dados externos para a bases de
       Permission1321=Exportar faturas, atributos e cobranças de clientes
       Permission1322=Reabrir uma fatura paga
       Permission1421=Exportar faturas e atributos de clientes
      -Permission20001=Consultar pedidos de licença (seus e dos seus subordinados)
      -Permission20002=Criar/modificar pedidos de licença (seus e dos seus subordinados)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Eliminar pedidos de licença
       Permission20004=Consultar todos os pedidos de licença (incluindo os dos utilizadores não são seus subordinados)
       Permission20005=Criar/modificar pedidos de licença de todos (incluindo os dos utilizadores não são seus subordinados)
      @@ -880,8 +888,8 @@ Permission63001=Consultar recursos
       Permission63002=Criar/modificar recursos
       Permission63003=Eliminar recursos
       Permission63004=Associar recursos a eventos da agenda
      -DictionaryCompanyType=Tipos de terceiros
      -DictionaryCompanyJuridicalType=Formulários legais de terceiros
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Nível de potencial da prospeção
       DictionaryCanton=Concelho
       DictionaryRegion=Distritos
      @@ -894,7 +902,7 @@ DictionaryVAT=Taxa de IVA
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Condições de pagamento
       DictionaryPaymentModes=Métodos de pagamento
      -DictionaryTypeContact=Tipos de contacto/endereço
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Tipo de páginas/conteúdos do site
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Formatos de Papel
      @@ -908,47 +916,47 @@ DictionarySource=Origem dos orçamentos/encomendas
       DictionaryAccountancyCategory=Grupos personalizados para os relatórios
       DictionaryAccountancysystem=Modelos para o gráfíco de contas
       DictionaryAccountancyJournal=Diários contabilisticos
      -DictionaryEMailTemplates=Modelos de emails
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Unidades
       DictionaryProspectStatus=Estado da prospeção
      -DictionaryHolidayTypes=Tipos de licença
      -DictionaryOpportunityStatus=Estado da oportunidade para o projeto/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Relatório de despesas - categorias de transporte
       DictionaryExpenseTaxRange=Relatório de despesas - Escala por categoria de transporte
       SetupSaved=Configuração guardada
       SetupNotSaved=A configuração não foi guardada
       BackToModuleList=Voltar à lista de módulos
      -BackToDictionaryList=Voltar à lista de dicionários
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Gestão de IVA
      -VATIsUsedDesc=Por defeito, quando prospeções; faturas; encomendas; etc. são criadas, a taxa de IVA segue a seguinte regra:<br>Se o vendedor não estiver sujeito a IVA, então este é igual a 0. Fim da regra.<br>Se o país de venda for igual ao país de compra, então o valor do IVA passa a ser o aplicado no país de venda. Fim da regra.<br>Se o vendedor e o comprador fizerem parte da União Europeia e os bens forem produtos de transporte (carro, navio, avião), o IVA é 0 (o IVA deverá ser pago pelo comprador à alfândega do seu país, e não ao vendedor). Fim da regra.<br>Se o vendedor e o comprador fizerem parte da União Europeia e o comprador não for uma empresa, então o IVA é igual ao IVA aplicado no produto vendido. Fim da regra.<br>Se o vendedor e o comprador fizerem parte da União Europeia e o comprador for uma empresa, então o IVA é igual a 0. Fim da regra.<br>Noutros casos o IVA por defeito é igual a 0. Fim da regra.
      -VATIsNotUsedDesc=O tipo de IVA proposto por defeito é 0, este pode ser usado em casos como associações, indivíduos ou pequenas empresas.
      -VATIsUsedExampleFR=Em França, trata-se de empresas ou organizações que possuem um sistema fiscal real (real simplificado ou real normal). Um sistema no qual se declara o IVA.
      -VATIsNotUsedExampleFR=Em França, trata-se de associações isentas de IVA, ou, empresas, organizações ou profissões liberais que escolheram o regime fiscal de módulos (IVA em franquia) e pagaram um IVA em franquia sem fazer declarações de IVA. Esta escolha faz com apareça a anotação "IVA não aplicável" nas faturas.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Taxa
       LocalTax1IsNotUsed=Não utilizar um segundo imposto
      -LocalTax1IsUsedDesc=Utilizar um segundo tipo de imposto (para além do IVA)
      -LocalTax1IsNotUsedDesc=Não utilizar outro tipo de imposto (para além do IVA)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Segundo tipo de imposto
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Não utilizar um terceiro imposto
      -LocalTax2IsUsedDesc=Utilizar um terceiro tipo de imposto (a parte do IVA)
      -LocalTax2IsNotUsedDesc=Não utilizar outro tipo de imposto (para além do IVA)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Terceiro tipo de imposto
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Gestão
      -LocalTax1IsUsedDescES= A taxa de RE por padrão, quando as perspectivas de criação, faturas, pedidos, etc,  seguir a regra activa padrão: <br> Se o comprador não está sujeita a RE por defeito
      -LocalTax1IsNotUsedDescES= Por padrão, o RE proposto é 0. Fim da regra.
      -LocalTax1IsUsedExampleES= Em Espanha, eles são profissionais sujeitos a algumas secções específicas do IAE Espanhol.
      -LocalTax1IsNotUsedExampleES= Em Espanha por exemplo, eles são profissionais e sociedades, sujeitos a certas secções do IAE Espanhol.
      -LocalTax2ManagementES= Gestão de Imposto sobre o Rendimento das Pessoas Singulares (IRS)
      -LocalTax2IsUsedDescES= A taxa de RE por padrão, quando as perspectivas de criação, faturas, pedidos, etc seguir a regra activa padrão: <br> Se o vendedor não está sujeito ao IRPF, IRPF, seguida, por defeito
      -LocalTax2IsNotUsedDescES= Por defeito, o IRS proposto é 0. Fim da regra.
      -LocalTax2IsUsedExampleES= Em Espanha, os freelancers e profissionais liberais que prestam serviços e empresas que escolheram o regime fiscal dos módulos.
      -LocalTax2IsNotUsedExampleES= Em Espanha, eles são negócios que não estão sujeitos ao regime fiscal de módulos.
      +LocalTax1ManagementES=RE Gestão
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Por padrão, o RE proposto é 0. Fim da regra.
      +LocalTax1IsUsedExampleES=Em Espanha, eles são profissionais sujeitos a algumas secções específicas do IAE Espanhol.
      +LocalTax1IsNotUsedExampleES=Em Espanha por exemplo, eles são profissionais e sociedades, sujeitos a certas secções do IAE Espanhol.
      +LocalTax2ManagementES=Gestão de Imposto sobre o Rendimento das Pessoas Singulares (IRS)
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Por defeito, o IRS proposto é 0. Fim da regra.
      +LocalTax2IsUsedExampleES=Em Espanha, os freelancers e profissionais liberais que prestam serviços e empresas que escolheram o regime fiscal dos módulos.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Relatórios sobre impostos locais
       CalcLocaltax1=Vendas - Compras
       CalcLocaltax1Desc=Os relatórios de impostos locais são calculados através da diferença entre as vendas de impostos locais e as compras de impostos locais
      @@ -958,7 +966,8 @@ CalcLocaltax3=Vendas
       CalcLocaltax3Desc=Os relatórios de impostos locais são o total de vendas de impostos locais
       LabelUsedByDefault=Etiqueta que será utilizada por defeito se não for encontrada tradução para este código
       LabelOnDocuments=Etiqueta sobre documentos
      -NbOfDays=Nº de Dias
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=N.º de dias
       AtEndOfMonth=No fim de mês
       CurrentNext=Atual/Seguinte
       Offset=Desvio
      @@ -977,14 +986,14 @@ PhpWebLink=Ligação Web-PHP
       Browser=Navegador
       Server=Servidor
       Database=Base de dados
      -DatabaseServer=Servidor da base de dados
      +DatabaseServer=Hospedeiro da base de dados
       DatabaseName=Nome da base de dados
       DatabasePort=Porta da base de dados
       DatabaseUser=Utilizador da base de dados
       DatabasePassword=Palavra-passe da base de dados
       Tables=Tabelas
       TableName=Nome da tabela
      -NbOfRecord=Nº de registos
      +NbOfRecord=N.ª de registos
       Host=Servidor
       DriverType=Tipo de driver
       SummarySystem=Resumo da informação do sistema
      @@ -996,7 +1005,7 @@ Skin=Tema
       DefaultSkin=Tema predefinido
       MaxSizeList=Tamanho máximo da lista
       DefaultMaxSizeList=Tamanho máximo predefinido para listas
      -DefaultMaxSizeShortList=Tamanho máximo predefinido para listas curtas (por exemplo, listas na ficha de cliente)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Mensagem do día
       MessageLogin=Mensagem da página de inicio de sessão
       LoginPage=Página de inicio de sessão
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Zona de pesquisa permanente no menu esquerdo
       DefaultLanguage=Idioma por defeito a utilizar (código idioma)
       EnableMultilangInterface=Ativar interface multi-idioma
       EnableShowLogo=Mostrar o logótipo no menu esquerdo
      -CompanyInfo=Informação da empresa/organização
      -CompanyIds=Identidades da empresa/organização
      +CompanyInfo=Empresa/Organização
      +CompanyIds=Identidades da Empresa/Organização
       CompanyName=Nome/Razão social
       CompanyAddress=Morada
       CompanyZip=Código Postal
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Titular da conta bancária %s
       BankModuleNotActive=O módulo de contas bancarias não se encontra ativado
       ShowBugTrackLink=Mostrar hiperligação "<strong>%s</strong>"
       Alerts=Alertas
      -DelaysOfToleranceBeforeWarning=Prazos de tolerância antes de notificação
      -DelaysOfToleranceDesc=Esta janela permite configurar os prazos de tolerância antes da emissão de um alerta no ecrã, com o símbolo %s, sobre cada elemento em atraso.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Tolerância de atraso (em dias) antes da emissão de um alerta para eventos planeados (eventos da agenda) que não estejam terminados
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Tolerância de atraso (em dias) antes da emissão de um alerta para projetos não fechados dentro da data limite
      -Delays_MAIN_DELAY_TASKS_TODO=Tolerância de atraso (em dias) antes da emissão de alertas para tarefas planeadas (tarefas de projeto) ainda não concluídas
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Tolerância de atraso (em dias) antes da emissão de um alerta para encomendas de cleintes não processadas
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Tolerância de atraso (em dias) antes de alertar nos orçamentos a fechar
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Tolerância de atraso (em dias) antes de alertar nos orçamentos não faturados
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerância de atraso (em dias) antes da emissão de um alerta para serviços por ativar
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerância de atraso (em dias) antes da emissão de um alerta para serviços expirados
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerância de atraso (em dias) antes da emissão de um alerta para faturas de fornecedores por pagar
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerância de atraso (em dias) antes da emissão de um alerta para faturas a clientes por pagar
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerância de atraso (em dias) antes da emissão de um alerta para reconcilizações bancárias pendentes
      -Delays_MAIN_DELAY_MEMBERS=Tolerância de atraso (em dias) antes da emissão de um alerta para atrasos de pagamentos para taxas de associação
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerância de atraso (em dias) antes da emissão de um alerta para depósitos em cheques, por efetuar
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Atraso de tolerância (em dias) antes da emissão de um alerta para relatórios de despesas por aprovar
      -SetupDescription1=A área de configuração é para parâmetros de configuração iniciais, antes do primeiro uso do Dolibarr
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Outros itens do menu, gerir parâmetros opcionais.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Eventos de auditoria da segurança
       Audit=Auditoria
       InfoDolibarr=Sobre o Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Pode ativar o registo de eventos de segurança Dolibarr aqui. Os ad
       AreaForAdminOnly=Os parâmetros de configuração só podem ser definidos pelos <b>utilizadores administradores</b>.
       SystemInfoDesc=Esta informação do sistema é uma informação técnica acessível só para leitura dos administradores.
       SystemAreaForAdminOnly=Esta área só é acessível aos utilizadores administradores. Nenhuma permissão do Dolibarr permite reduzir esta limitação.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edite, nesta página, todas as informações conhecidas relacionadas com o seu contabilista
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Pode encontrar aqui todos os parâmetros relacionados com a aparência do Dolibarr
       AvailableModules=Aplicações/módulos disponíveis
      -ToActivateModule=Para ativar módulos, aceder à área de configuração (Configuração->Módulos).
      +ToActivateModule=Para ativar os módulos, vá para a Área (Início->Configuração->Módulos).
       SessionTimeOut=Tempo limite para a sessão
      -SessionExplanation=Este valor assegura que o período de sessões não expirará antes deste momento, se a limpeza de sessão for efetuada internamente pelo PHP (e nada mais). A limpeza de sessões interna do PHP não garante que a sessão expire logo a seguir ao atraso definido. A sessão irá expirar, após o atraso aqui definido, e quando a limpeza de sessão ocorrer, normalmente após cada <b>%s/%s</b> acessos feitos para além deste.<br>Nota: em alguns servidores que possuem mecanismos de limpeza de sessão (cron), as sessões expirarão após o perído predefinido <strong>session.gc_maxlifetime</strong>, independentemente do valor aqui introduzido.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Acionadores disponíveis
      -TriggersDesc=Os acionadores são ficheiros que irão modificar o comportamento do fluxo de trabalho do Dolibarr, assim que estes forem copiados para i diretório <b>htdocs/core/triggers</b>. Estes realizam novas ações, ativadas sobre eventos do Dolibarr (criação de novos terceiros, validação de faturas, etc.).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Os acionadores neste ficheiro estão desativados pelo sufixo <b>-NORUN</b> presente no nome.
       TriggerDisabledAsModuleDisabled=Os acionadores neste ficheiro estão desativados porque o módulo <b>%s</b> está desativado.
       TriggerAlwaysActive=Os acionadores neste ficheiro estão sempre ativos, independentemente de quais são os módulos ativados.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insira todos os dados de referência. Você pode adicionar os seu
       ConstDesc=Esta página permite que modifique todos os outros parâmetros não disponíveis nas páginas anteriores. Estes são na sua maioria parâmetros reservados para programadores ou solução avançada de problemas. Para uma lista de opções <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">consulte aqui</a>.
       MiscellaneousDesc=Aqui são definidos todos os outros parâmetros relacionados com segurança.
       LimitsSetup=Configuração de limites/precisão
      -LimitsDesc=Pode definir aqui os limites, precisão e otimizações utilizados pelo Dolibarr
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Número de casas decimais máximo para os preços unitários
       MAIN_MAX_DECIMALS_TOT=Número de casas decimais máximo para os preços totais
       MAIN_MAX_DECIMALS_SHOWN=Número de casas decimais máximo para os valores mostrados na janela (Colocar <b>...</b> depois do número de casas decimais máximo quando o número for truncado)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Preço unitário líquido de um produto
       TotalPriceAfterRounding=Preço total (líquido/IVA/inclui impostos) após arredondamento
       ParameterActiveForNextInputOnly=Parâmetro efetivo somente para as próximas sessões
       NoEventOrNoAuditSetup=Ainda não foram registados eventos de segurança. Isto é comum no caso de "Auditoria" não estar ativa na página "Configuração->Segurança->Auditoria".
      -NoEventFoundWithCriteria=Não foram encontrados eventos de segurança para os critérios de pesquisa introduzidos.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Verifique a configuração local de sendmail
       BackupDesc=Para realizar uma cópia de segurança completa do Dolibarr, deve:
       BackupDesc2=Guarde o conteúdo do diretório de documentos (<b>%s</b>) que contém todos ficheiros carregados e gerados (de forma a que inclua todos os ficheiros dump gerados no passo 1).
      -BackupDesc3=Guarde o conteúdo da sua base de dados (<b>%s</b>) num ficheiro dump. Para isso, pode usar o assistente seguinte.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=O diretório arquivado deverá ser guardado num local seguro.
       BackupDescY=A cópia de segurança gerada deve ser armazenada num local seguro.
      -BackupPHPWarning=O backup não pode ser garantido com este método. Utilize o anterior
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Para restaurar uma cópia de segurança do Dolibarr, você deve:
      -RestoreDesc2=Restaurar o ficheiro de arquivo (ficheiro .zip por exemplo) do diretório de documentos para extrair árvore de ficheiros no diretório de documentos de uma nova instalação Dolibarr ou no atual diretório de documentos (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restaurar os dados, a partir de um ficheiro dump backup, na base de dados da nova instalação Dolibarr ou na base de dados da instalação atual (<b>%s</b>). Aviso: uma vez que a restauração esteja concluída, você deve usar um login/palavra passe, que existia quando o backup foi feito, para iniciar a sessão novamente. Para restaurar um backup da base de dados para a instalação atual, pode seguir este assistente.
       RestoreMySQL=Importação MySQL
       ForcedToByAModule= Esta regra é forçada a <b>a %s</b>, por um módulo ativo
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Deve executar este comando a pa
       YourPHPDoesNotHaveSSLSupport=Funções SSL não estão disponíveis no seu PHP
       DownloadMoreSkins=Mais temas para descarregar
       SimpleNumRefModelDesc=Retorna o número de referência, com o formato %syymm-nnnn, onde "yy" é o ano, "mm" é o mês e "nnnn" é uma sequência.
      -ShowProfIdInAddress=Mostrar ID professionnal com endereços em documentos
      -ShowVATIntaInAddress=Ocultar o número IVA Intra-Comunitário com endereços em documentos
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Tradução parcial
      -MAIN_DISABLE_METEO=Desativar vista de meteorologia
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Modo padrão
       MeteoStdModEnabled=Modo padrão ativado
       MeteoPercentageMod=Modo percentagem
       MeteoPercentageModEnabled=Modo percentagem ativado
       MeteoUseMod=Clique para usar %s
       TestLoginToAPI=Teste o login à API
      -ProxyDesc=Algumas características do Dolibarr precisam de acesso à Internet para funcionar. Defina aqui os parâmetros necessários para tal. Se o servidor Dolibarr estiver atrás de um servidor Proxy, esses parâmetros informam o Dolibarr como aceder à internet através dele.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Acesso externo
       MAIN_PROXY_USE=Utilizar um servidor proxy (se não, o acesso à internet é direto)
       MAIN_PROXY_HOST=Nome/Endereço de servidor proxy
       MAIN_PROXY_PORT=Porta do servidor proxy
       MAIN_PROXY_USER=Inicie a sessão para usar o servidor proxy
       MAIN_PROXY_PASS=Palavra-passe para utilizar o servidor proxy
      -DefineHereComplementaryAttributes=Defina aqui todos os atributos complementares, que não estejam disponíveis por defeito, e que deseja que seja suportado por %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Atributos complementares
       ExtraFieldsLines=Atributos complementares (linhas)
       ExtraFieldsLinesRec=Atributos complementares (linhas de faturas de modelos)
       ExtraFieldsSupplierOrdersLines=Atributos complementares (linhas da encomenda)
       ExtraFieldsSupplierInvoicesLines=Atributos complementares (linhas da fatura)
       ExtraFieldsThirdParties=Atributos complementares (terceiro)
      -ExtraFieldsContacts=Atributos complementares (contacto/morada)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Atributos complementares (membro)
       ExtraFieldsMemberType=Atributos complementares (tipo de membro)
       ExtraFieldsCustomerInvoices=Atributos complementares (faturas)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=somente caracteres alfanuméricos e minúsculas
       SendmailOptionNotComplete=Aviso, em alguns sistemas Linux, para enviar emails, a configuração sendmail deve conter a opção -ba (o parâmetro mail.force_extra_parameters no seu ficheiro php.ini). Se alguns destinatários não receberem e-mails, tente editar este parâmetro PHP com mail.force_extra_parameters = -ba
       PathToDocuments=Caminhos de acesso a documentos
       PathDirectory=Diretório
      -SendmailOptionMayHurtBuggedMTA=Funcionalidade para enviar e-mails usando o método "PHP mail direct" irá gerar uma mensagem de correio que poderá não ser lida corretamente por alguns servidores de e-mail. O resultado será que alguns e-mails não poderão ser lidos por utilizadores que usem essas plataformas com problemas. Isto é o caso de alguns fornecedores de Internet (Ex: MEO em Portugal). Este problema não está relacionado com o Dolibarr nem o PHP, mas sim com o servidor de correio que recebe os e-mails. No entanto, você pode adicionar a opção MAIN_FIX_FOR_BUGGED_MTA a 1 na configuração de forma contornar esta questão. No entanto, você pode ter problemas com outros servidores que respeitam estritamente o padrão SMTP. A outra solução (recomendada) é usar o método "SMTP socket library" que não traz desvantagens.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Configuração da tradução
       TranslationKeySearch=Procurar uma chave ou texto de tradução
       TranslationOverwriteKey=Modificar o texto de uma tradução
      -TranslationDesc=Como seleccionar os idiomas do aplicativo exibidos : <br>* Sistema amplo : menu <strong>Inicio - Configuração - Display </strong><br>*Por  usuário: use o <strong>usuário configuração display </strong>guia da ficha usuário (clic no nome do usuário no cima do écran).
      -TranslationOverwriteDesc=Você pode substituir as traduções na seguinte tabela. Escolha o seu idioma na caixa de seleção "%s", insira a chave tradução rm "%s" e sua nova tradução em "%s"
      -TranslationOverwriteDesc2=Você pode utilizar o outro separador para ajudá-lo a saber a chave de tradução que tem de usar
      +TranslationDesc=Como definir o idioma da aplicação exibido : <br>* Sistema amplo : menu <strong>Inicio->Configuração->Exibir </strong><br>*Por  utilizador: utilize o separador <strong>Configuração do ecrã do utilizador</strong>da ficha do utilizador (clique no nome do utilizador no topo do ecrã).
      +TranslationOverwriteDesc=Pode substituir as entradas na seguinte tabela. Escolha o seu idioma no menu suspenso "%s", insira a chave da tradução em "%s" e a sua nova tradução em "%s"
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Texto de tradução
       CurrentTranslationString=Texto de tradução atual
       WarningAtLeastKeyOrTranslationRequired=É necessário pelo menos um critério de pesquisa para a chave ou texto de tradução
       NewTranslationStringToShow=Novo texto de tradução a exibir
       OriginalValueWas=A tradução original foi alterada. O valor original era: <br><br>%s
      -TransKeyWithoutOriginalValue=Você forçou uma nova tradução para a chave de tradução '<strong>%s</strong>' que não existe em nenhum arquivo de idioma
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Aplicação/módulos ativados: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Deve ativar, pelo menos, 1 módulo
      -ClassNotFoundIntoPathWarning=A classe %s não foi encontrada no caminho PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Sim no verão
      -OnlyFollowingModulesAreOpenedToExternalUsers=Nota: apenas os seguintes módulos é que estão disponíveis a utilizadores externos (independentemente das permissões definidas para tais utilizadores) e somente se as permissões foram concedidas:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Sessão de armazenamento encriptada por Suhosin
       ConditionIsCurrently=A condição está atualmente %s
      -YouUseBestDriver=Você está a utilizar a driver %s, sendo esta a melhor driver disponível atualmente.
      -YouDoNotUseBestDriver=Você está a utilizar a driver %s, mas a driver %s é recomendada.
      -NbOfProductIsLowerThanNoPb=Você apenas possui %s  produtos/serviços na base de dados. Assim sendo não é necessário qualquer tipo de otimização.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimização da pesquisa
      -YouHaveXProductUseSearchOptim=Você possui %s produtos na base de dados. Deve adicionar a constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 em Início->Configuração->Outros, assim limita a pesquisa ao início de sequências de caracteres tornando possível para a base de dados usar índices e você deve obter uma resposta imediata.
      -BrowserIsOK=Você está utilizar o navegador %s. Este navegador não tem quaisquer problemas relacionados com segurança e desempenho.
      -BrowserIsKO=Você está utilizar o navegador %s. Este navegador é conhecido por ter problemas a nível de segurança e desempenho. Recomendamos que utilize o Firefox, Chrome, Opera ou o Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug está carregado.
       XCacheInstalled=XCache está carregada.
      -AddRefInList=Exibir a referência do cliente/fornecedor na lista (lista de seleção) e na maioria das hiperligações. Os terceiros aparecerão com o nome "CC12345 - SC45678 - A grande empresa", em vez de apenas "A grande empresa".
      -AskForPreferredShippingMethod=Perguntar pelo Método de Envio preferido para Terceiros
      +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 shipping method for Third Parties.
       FieldEdition=Edição do campo %s
       FillThisOnlyIfRequired=Exemplo: +2 (para preencher apenas se existir problemas de desvios de fuso horário)
       GetBarCode=Obter código de barras
       ##### Module password generation
       PasswordGenerationStandard=Devolve uma palavra-passe gerada pelo algoritmo interno Dolibarr: 8 caracteres no mínimo, contendo números e letras minúsculas.
      -PasswordGenerationNone=Não sugerir qualquer palavra-passe gerada. A palavra-passe deve ser introduzida manualmente.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Retornar uma palavra-passe que esteja de acordo com sua configuração definida.
       SetupPerso=De acordo com a sua configuração
       PasswordPatternDesc=Descrição do padrão da palavra-passe
      @@ -1195,23 +1205,23 @@ UserMailRequired=O email é obrigatório para poder criar um novo utilizador
       HRMSetup=Configuração do módulo "GRH"
       ##### Company setup #####
       CompanySetup=Configuração do módulo "Empresas"
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=O funcionalidade "Notificações por email" permite que você envie mensagens automáticas para alguns eventos Dolibarr. Os destinatários das notificações podem ser definidos:
       NotificationsDescUser=* por utilizador, um utilizador de cada vez
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* ou definindo o recipiente de emails global no página de configuração do módulo
      -ModelModules=Documentos modelos
      -DocumentModelOdt=Crie documentos a partir dos modelos OpenDocuments (ficheiros .ODT ou .ODS para o KOffice, OpenOffice, TextEdit,...)
      +ModelModules=Modelos de Documento
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Marca d'água no documento rascunho
       JSOnPaimentBill=Ative a funcionalidade para preencher automaticamente as linhas de pagamento no formulário de pagamento
      -CompanyIdProfChecker=Regras sobre IDs profissionais
      +CompanyIdProfChecker=Regras para as Id. Profissionais
       MustBeUnique=Deve ser único?
      -MustBeMandatory=Obrigatório para criar terceiros?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Obrigatório para validar faturas?
       TechnicalServicesProvided=Serviços técnicos fornecidos
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Uma hiperligação de exportação para o formato <b>%s</b> está disponivel na seguinte hiperligação: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Uma hiperligação de exportação para o formato <b>%s</
       BillsSetup=Configuração do módulo "Faturas"
       BillsNumberingModule=Módulo de numeração de faturas e entregas
       BillsPDFModules=Modelo de documentos de faturas
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Modelos de documentos de pagamento
       CreditNote=Nota de crédito
       CreditNotes=Notas de crédito
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Gerir um login para cada membro
       AdherentMailRequired=O email é obrigatório para criar um novo membro
       MemberSendInformationByMailByDefault=Selecione para enviar email de confirmação aos membros (validação ou nova subscrição), está ativada por defeito
       VisitorCanChooseItsPaymentMode=O visitante pode escolher entre os modos de pagamento disponíveis
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Configuração do módulo "LDAP"
       LDAPGlobalParameters=Parâmetros globais
      @@ -1308,7 +1320,7 @@ LDAPUserDn=DN dos utilizadores
       LDAPUserDnExample=DN completo (ex: ou=users,dc=example,dc=com)
       LDAPGroupDn=DN dos grupos
       LDAPGroupDnExample=DN completo (ex: ou=groups,dc=example,dc=com)
      -LDAPServerExample=Endereço do servidor (ex: localhost, 192.168.0.2, ldaps://ldap.example.com/)
      +LDAPServerExample=Endereço do servidor (por exemplo: hospedeiro local, 192.168.0.2, ldaps://ldap.example.com/)
       LDAPServerDnExample=DN completo (ex: dc=example,dc=com)
       LDAPDnSynchroActive=Sincronização de utilizadores e grupos
       LDAPDnSynchroActiveExample=Sincronização LDAP para Dolibarr ou Dolibarr para LDAP
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Sincronização do tipo de membro do teste
       LDAPTestSearch= Testar pesquisa LDAP
       LDAPSynchroOK=Teste de sincronização realizado com sucesso
       LDAPSynchroKO=O teste de sincronização falhou
      -LDAPSynchroKOMayBePermissions=O teste de sincronização falhou. Verifique se a conexão ao servidor está corretamente configurada e que permite atualizações LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=Conexão TCP ao servidor LDAP efetuada com sucesso (Servidor=%s, Porta=%s)
       LDAPTCPConnectKO=Falha de conexão TCP ao servidor LDAP (Servidor=%s, Porta=%s)
      -LDAPBindOK=Conexão/Autenticação ao servidor LDAP efetuada com êxito (Servidor=%s, Porta=%s, Admin=%s, Palavra passe=%s)
      -LDAPBindKO=A conexão/autenticação ao servidor LDAP falhou (Servidor=%s, Porta=%s, Administrador=%s, Palavra-passe=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=Servidor LDAP configurado para a versão 3
       LDAPSetupForVersion2=Servidor LDAP configurado para a versão 2
       LDAPDolibarrMapping=Mapeamento Dolibarr
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Nome de utilizador (samba, activedirectory)
       LDAPFieldLoginSambaExample=Exemplo: sambaccountname
       LDAPFieldFullname=Nome completo
       LDAPFieldFullnameExample=Exemplo: cn
      -LDAPFieldPasswordNotCrypted=Palavra-passe não encriptada
      -LDAPFieldPasswordCrypted=Palavra-passe encriptada
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Exemplo: userPassword
       LDAPFieldCommonNameExample=Exemplo: cn
       LDAPFieldName=Nome
      @@ -1399,7 +1411,7 @@ LDAPFieldSidExample=Exemplo : objectsid
       LDAPFieldEndLastSubscription=Data de fim da subscrição
       LDAPFieldTitle=Cargo
       LDAPFieldTitleExample=Exemplo: title
      -LDAPSetupNotComplete=Configuração LDAP incompleta
      +LDAPSetupNotComplete=Configuração LDAP incompleta (va a outro separador)
       LDAPNoUserOrPasswordProvidedAccessIsReadOnly=Não foi indicado o administrador ou palavra-passe. Os acessos LDAP serão anónimos e no modo só de leitura.
       LDAPDescContact=Esta página permite definir o nome dos atributos da árvore LDAP para cada contacto registado no Dolibarr.
       LDAPDescUsers=Esta página permite definir o nome dos atributos da árvore LDAP para cada utilizador registado no Dolibarr.
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=Esta página permite que você defina o nome dos atributos
       LDAPDescValues=Os valores de exemplo foram construídos para o <b>OpenLDAP</b> com os seguintes esquemas carregados: <b>core.schema, cosine.schema, inetorgperson.schema</b>. Se você utiliza esses valores e o OpenLDAP, então modifique o seu ficheiro de configuração LDAP, <b>slapd.conf</b>, para carregar todos esses esquemas.
       ForANonAnonymousAccess=Para um acesso autentificado
       PerfDolibarr=Relatório de configuração/otimização de desempenho
      -YouMayFindPerfAdviceHere=Nesta página encontrará algumas dicas relacionadas com desempenho.
      -NotInstalled=Não instalado, o servidor não está mais lento por isso.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Cache de aplicativo
      -MemcachedNotAvailable=Não foi encontrada cache de aplicativo. Você pode melhorar o desempenho através da instalação de um servidor de cache Memcached e um módulo capaz de utilizar este servidor de cache.<br>Mais informações em  <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note que muitos fornecedores de hospedagem web não fornece tais servidores de cache.
      +MemcachedNotAvailable=Não foi encontrada nenhuma cache da aplicação. Pode melhorar o desempenho, instalando um servidor de cache "Memcached" e um módulo que possa utilizar este servidor de cache.<br>Mais informação em  <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note que muitos provedores de hospedagem da Web não fornecem tais servidores de cache.
       MemcachedModuleAvailableButNotSetup=Encontrado módulo memcached para cache de aplicativo, mas a configuração deste não está completa.
       MemcachedAvailableAndSetup=O módulo memcached dedicado está ativo.
       OPCodeCache=Cache OPCode
      -NoOPCodeCacheFound=Nenhuma cache OPCode encontrada. Pode ser que você utilize outro tipo de cache OPCode sem ser XCache ou eAccelerator, pode ser que você não tenha cache OPCode.
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Cache HTTP para recursos estáticos (css, img, javascript)
       FilesOfTypeCached=Ficheiros do tipo %s são guardados na cache do servidor HTTP
       FilesOfTypeNotCached=Ficheiros do tipo %s não são guardados na cache do servidor HTTP
       FilesOfTypeCompressed=Ficheiros do tipo %s são comprimidos pelo servidor HTTP
       FilesOfTypeNotCompressed=Ficheiros do tipo %s não são comprimidos pelo servidor HTTP
       CacheByServer=Cache pelo servidor
      -CacheByServerDesc=Por exemplo, usando a diretiva Apache "ExpiresByType image / gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache pelo navegador
       CompressionOfResources=Compressão das respostas HTTP
      -CompressionOfResourcesDesc=Por exemplo, usando a diretiva Apache "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=A detecção automática não é possível com os navegadores atuais
      -DefaultValuesDesc=Você pode definir / forçar aqui o valor padrão que deseja obter quando criar um novo registro e / ou defautar filtros ou ordem de classificação quando o registro da lista.
      -DefaultCreateForm=Valores padrão (nos formulários a serem criados)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Filtros de pesquisa predefinidos
       DefaultSortOrder=Pedidos de classificação padrão
       DefaultFocus=Campos de foco predefinidos
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Configuração do módulo "Produtos"
       ServiceSetup=Configuração do módulo "Serviços"
       ProductServiceSetup=Configuração do módulo "Produtos e Serviços"
       NumberOfProductShowInSelect=Nº máximo de produtos apresentados em listas (0=sem limite)
      -ViewProductDescInFormAbility=Visualização das descrições dos produtos nos formulários (de outra forma serão apresentados em popups)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Ative no separador "Ficheiros Anexados" do produto/serviço uma opção para unir o documento em PDF ao orçamento em PDF, se o produto/serviço estiver no orçamento
      -ViewProductDescInThirdpartyLanguageAbility=Visualização das descrições de produtos na língua do terceiro
      -UseSearchToSelectProductTooltip=Se você tiver grande número de produtos (> 100 000), você pode aumentar a velocidade, definindo a constante PRODUCT_DONOTSEARCH_ANYWHERE para 1 em Configuração -> Outros. A pesquisa será então limitada ao início da sequência de caracteres.
      -UseSearchToSelectProduct=Aguardar até que seja preenchido parte do campo antes de carregar o conteúdo da lista de produtos (isto pode aumentar o desempenho se você tiver um grande número de produtos, mas é menos conveniente)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Tipo de código de barras predefinido para produtos
       SetDefaultBarcodeTypeThirdParties=Tipo de código de barras predefinido para terceiros
       UseUnits=Defina uma unidade de medida para a "Quantidade" durante a edição das linhas de uma encomenda, orçamento ou fatura
      @@ -1503,7 +1516,7 @@ SendingsSetup=Configuração do módulo "Envios"
       SendingsReceiptModel=Modelo do recibo de expedição
       SendingsNumberingModules=Envios módulos numerados
       SendingsAbility=Suporte para guias de transporte para entregas a clientes
      -NoNeedForDeliveryReceipts=Na maioria dos casos, as guias de transporte são usadas tanto como folhas para entregas do cliente (lista de produtos para enviar), como folhas que são recebidas e assinadas pelo cliente. Deste modo, os recibos de entregas de produtos são uma funcionalidade duplicada e raramente é ativada.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Texto livre nas expedições
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Módulo de numeração de notas de entrega de produtos
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Editor avançado
       ActivateFCKeditor=Ativar editor avançado para:
       FCKeditorForCompany=Criação/Edição WYSIWIG da descrição e notas de elementos (exceto produtos/services)
       FCKeditorForProduct=Criação/Edição WYSIWIG da descrição e notas dos produtos/serviços
      -FCKeditorForProductDetails=Edição/criação WYSIWIG das linhas dos detalhes dos produtos para todas as entidades (orçamentos, encomendas, faturas, etc.). <font class="warning">Aviso: utilizar esta opção para este caso não é muito recomendado, porque esta pode criar problemas com os carateres especiais e a formatação da página quando criar ficheiros em PDF.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= Criação/Edição WYSIWIG para emails em massa (Ferramentas->eMailing)
       FCKeditorForUserSignature=Criação/Edição WYSIWIG da assinatura do utilizador
       FCKeditorForMail=Criação/Edição WYSIWIG para todo o correio (exceto Ferramentas->eMailling)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=A conexão foi estabelecida, mas a base de dados não parece ser de OSCommerce (A chave %s não foi encontrada na tabela %s).
      -OSCommerceTestOk=A conexão ao servidor '%s', à base de dados '%s' através do utilizador '%s' foi efetuada com sucesso.
      -OSCommerceTestKo1=A conexão ao servidor '%s' foi efetuada com sucesso, no entanto não foi possível comunicar com a base de dados '%s'.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=A conexão ao servidor '%s' através do utilizador '%s'  não foi possível.
       ##### Stock #####
       StockSetup=Configuração do módulo Stock
      -IfYouUsePointOfSaleCheckModule=Se você utiliza um módulo de Ponto de Venda (o módulo POS/PDV fornecido por defeito ou outro módulo externo), esta configuração pode ser ignorada pelo seu módulo de Ponto de Venda. A maioria dos módulos de pontos de venda são desenhados para criar imediatamente uma fatura e diminuir o stock por defeito, qualquer que seja a opção aqui. Se você precisar ou não ter uma diminuição de stock ao registar uma venda no seu ponto de venda, verifique também a configuração do seu módulo POS/PDV.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu eliminado
       Menus=Menus
      @@ -1542,13 +1555,13 @@ DetailMenuHandler=Gestor de menus onde será exibido o novo menu
       DetailMenuModule=Nome do módulo, no caso da entrada do menu ser resultante de um módulo
       DetailType=Tipo de menu (superior ou esquerdo)
       DetailTitre=Etiqueta do menu ou código da etiqueta para tradução
      -DetailUrl=URL da página para a qual o menu aponta (URL absoluto or hiperligação externa com http://)
      +DetailUrl=URL da página para a qual o menu aponta (Hiperligação do URL fixa ou hiperligação externa com http://)
       DetailEnabled=Condição para mostrar, ou não, a entrada
       DetailRight=Condição para mostrar menus cinza não autorizados
       DetailLangs=Nome do ficheiro. lang para a tradução de códigos de etiquetas
       DetailUser=Interno / Externo / Todos
       Target=Alvo
      -DetailTarget=Alvo para hiperligações (_blank para abrir numa nova janela)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivel (-1:menu superior, 0:principal, >0 menu e submenu)
       ModifMenu=Modificação do menu
       DeleteMenu=Eliminar entrada de menu
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=O IVA é aplicado:<br>- ao envio dos bens (é utilizada a d
       OptionVatDebitOptionDesc=O IVA é aplicado:<br>- ao envio dos bens (é utilizada a data da fatura)<br>- sobre a faturação (débito) dos serviços
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=IVA é devido: <br> - em pagamento de mercadorias <br>- em pagamentos de serviços
      -SummaryOfVatExigibilityUsedByDefault=Tempo de exigibilidade do IVA prédefinido, de acordo com a opção escolhida:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Na entrega
       OnPayment=No pagamento
       OnInvoice=Na fatura
      @@ -1572,7 +1585,7 @@ SupposedToBeInvoiceDate=Data da fatura usada
       Buy=Comprar
       Sell=Vender
       InvoiceDateUsed=Data da fatura usada
      -YourCompanyDoesNotUseVAT=Sua empresa foi configurada para não usar o IVA (Home - Configuração - Empresa/Organização), pelo que não há opções relacionadas com o IVA a configurar.
      +YourCompanyDoesNotUseVAT=A sua empresa foi definida para não utilizar IVA (Início->Configuração->Empresa/Organização), assim, não há opções relacionadas com o IVA para configurar.
       AccountancyCode=Código de Contabilidade
       AccountancyCodeSell=Código de contabilidade de vendas
       AccountancyCodeBuy=Código de contabilidade de compras
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Código de contabilidade de compras
       AgendaSetup=Configuração do módulo "Eventos e agenda"
       PasswordTogetVCalExport=Chave de autorização para exportação do link vcal.
       PastDelayVCalExport=Não exportar evento com mais de
      -AGENDA_USE_EVENT_TYPE=Usar tipos de eventos (gerido através do menu Configuração -> Dicionário -> Tipo de eventos da agenda)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Definir este valor automaticamente como o valor predefinido para o campo tipo de evento, no formulário de criação de evento
      -AGENDA_DEFAULT_FILTER_TYPE=Definir automaticamente este tipo de evento no filtro de pesquisa da vista agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Definido automaticamente este estado para eventos no filtro de pesquisa da vista agenda
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Qual é o separador que você deseja abrir por defeito quando seleciona o menu "Agenda"
       AGENDA_REMINDER_EMAIL=Ativar lembrete de eventos <b>por e-mails</b> (lembrar opção / atraso pode ser definido em cada evento). Nota: O módulo <strong>%s</strong>deve estar habilitado e configurado corretamente para que o lembrete seja enviado na freqüência correta.
      -AGENDA_REMINDER_BROWSER=Ativar lembrete de eventos <b>no navegador de usuários</b> (quando a data do evento é atingida, cada usuário pode recusar isso a partir da pergunta de confirmação do navegador)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Ativar notificação sonora
       AGENDA_SHOW_LINKED_OBJECT=Mostrar o objeto associado na vista de agenda
       ##### Clicktodial #####
       ClickToDialSetup=Configuração do módulo "Click To Dial"
       ClickToDialUrlDesc=Uma chamada é efetuada quando o icon é clicado. No URL pode usar as tags:<br><b>__PHONETO__</b> que será substituída pelo número do destinatário<br><b>__PHONEFROM__</b> que será substituída pelo número do remetente<br><b>__LOGIN__</b> que será substituída pelo nome de utilizador da sua conta ClickToDial (definido no seu cartão de utilizador)<br><b>__PASS__</b>  que será substituída pela palavra-passe da sua conta ClickToDial (definida no seu cartão de utilizador).
      -ClickToDialDesc=Este módulo torna os números de telefone clicáveis. Um clique neste ícone fará com que o seu telefone ligue para o número de telefone. Isto pode ser usado para chamar um sistema de call-center a partir do Dolibarr que por sua vez pode ligar ao número de telefone num sistema SIP, por exemplo.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Usar apenas um link "tel:" em números de telefone
      -ClickToDialUseTelLinkDesc=Utilize este método se os seus utilizadores possuem um telemóvel ou uma interface de software, instalado no mesmo computador que o navegador, que permita efetuar uma chamada quando links que começam com "tel:" são clicados. Se você precisa de uma solução de servidor (sem necessidade de instalação de software local), você deve definir este como "Não" e preencher o próximo campo.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Pontos de vendas
       CashDeskSetup=Configuração do módulo "Ponto de vendas"
      -CashDeskThirdPartyForSell=Terceiro genérico a usar para as vendas
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Conta a ser usada para receber pagamentos em dinheiro
       CashDeskBankAccountForCheque= Conta a ser usada para receber pagamentos através de cheques
       CashDeskBankAccountForCB= Conta a ser usada para receber pagamentos por cartões de crédito
      -CashDeskDoNotDecreaseStock=Decréscimo de stock quando é efetuada uma venda a partir do Ponto de Venda desativado  (se "não", o decréscimo do stock e feito após cada venda, para qualquer opção definida no módulo "Stock")
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Forçar e restringir o armazém a usar para o decréscimo de stock
      -StockDecreaseForPointOfSaleDisabled=Decréscimo de stock a partir do Ponto de Venda desativado
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Decréscimo de stock a partir do Ponto de Venda não é compatível com a gestão de lotes
      -CashDeskYouDidNotDisableStockDecease=Não desativou o decréscimo de stock para quando é efetuada uma venda a partir do Ponto de Venda, como tal é necessário ter um armazém definido.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Configuração do módulo "Marcadores"
      -BookmarkDesc=Este módulo permite gerir os marcadores. Também permite adicionar qualquer página do Dolibarr ou links externos ao menu de acesso rápido na esquerda.
      +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.
       NbOfBoomarkToShow=Número máximo de marcadores a mostrar no menu esquerdo
       ##### WebServices #####
       WebServicesSetup=Configuração do módulo "Webservices"
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Módulo de numeração para recibos de pagamento e
       MultiCompanySetup=Configuração do módulo "Multi-empresa"
       ##### Suppliers #####
       SuppliersSetup=Configuração do módulo "Fornecedor"
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Modelos de numeração de faturas de fornecedores
       IfSetToYesDontForgetPermission=Se definido a "sim", não se esqueça de atribuir permissões a utilizadores ou grupos de utilizadores que possam efetuar a segunda aprovação
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Configuração do módulo "Projetos"
       ProjectsModelModule=Modelo de documento para relatórios de projeto
       TasksNumberingModules=Módulo de numeração de tarefas
       TaskModelModule=Modelo de documento dos relatórios de tarefasl
      -UseSearchToSelectProject=Espere antes de presar a chave que carregue o conteúdo da lista de combinação de projetos (Isso pode aumentar o desempenho se você tiver um grande número de projetos, mas é menos conveniente)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Períodos de contabilidade
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Poderá encontrar as opç
       ListOfNotificationsPerUser=Lista de notificações por utilizador*
       ListOfNotificationsPerUserOrContact=Lista de notificações por utilizador* ou por contact**
       ListOfFixedNotifications=Lista de notificações fixas
      -GoOntoUserCardToAddMore=Vá ao separador "Notificações" de um utilizador para adicionar ou remover notificações
      -GoOntoContactCardToAddMore=Vá ao separador "Notificações" de um terceiro para adicionar ou remover as notificações de contactos/endereços
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Limite
       BackupDumpWizard=Assistente para construir o ficheiro dump de backup da base de dados
       SomethingMakeInstallFromWebNotPossible=Instalação do módulo externo não é possível a partir da interface web pelo seguinte motivo:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Instalação de um módulo externo da
       ConfFileMustContainCustom=Instalar ou construir um módulo externo do aplicativo precisa salvar os arquivos do módulo no diretório. <strong>%s</strong>Para que este diretório seja processado pelo Dolibarr, você deve configurar seu <strong>conf/conf.php</strong> para adicionar as 2 linhas diretivas:<br><strong> $dolibarr_main_url_root_alt ='/ custom';</strong><br><strong> $dolibarr_main_document_root_alt='%s/ custom';</strong>
       HighlightLinesOnMouseHover=Realçar as linhas da tabela quando o rato passar sobre elas
       HighlightLinesColor=Realçar a cor da linha quando o rato passa por cima (manter vazio para não realçar)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=Cor dos links
       PressF5AfterChangingThis=Pressione CTRL+F5 no teclado ou limpe a cache do navegador depois de mudar este valor de forma a gravar as alterações
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Cor de fundo para linhas pares da tabela
       MinimumNoticePeriod=Período mínimo de notificação (o seu pedido de licença deve ser feito antes deste período)
       NbAddedAutomatically=Número de dias adicionados ao contadores dos utilizadores (automaticamente) cada mês
       EnterAnyCode=Este campo contém uma referência para identificar a linha. Digite qualquer valor sem caracteres especiais.
      -UnicodeCurrency=Digite aqui entre parêntesis retos, a lista  de bytes que representam o símbolo da moeda. Por exemplo: para o dólar americano $, digite [36] - para o real braisleiro, R$ [82,36] - para o euro €, digite [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=As cores RGB está no formato HEX, por exemplo: FF0000
       PositionIntoComboList=Posição da linha nas listas de seleção
       SellTaxRate=Taxa de imposto de venda
       RecuperableOnly=Sim para IVA "Não Percebido, mas Recuperável" dedicado a algum regiões ultramarinas da França. Mantenha o valor de "Não" em todos os outros casos.\n\n
       UrlTrackingDesc=Se a transportadora oferecer uma página da Internet para verificar o estado da sua encomenda, pode introduzi-lo aqui. Você pode usar a chave {TRACKID} nos  parâmetros do URL para que o sistema possa substituí-lo na ficha de expedição.
      -OpportunityPercent=Quando você cria uma oportunidade, você vai definir um valor estimado de projeto/lead. De acordo com o estado da oportunidade, este montante poderá ser multiplicado por esta taxa para avaliar o montante global que todas as suas oportunidades pode gerar. O valor é percentual (entre 0 e 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=Este registo modelo é dedicado a qual elemento
       TypeOfTemplate=Tipo de modelo
      -TemplateIsVisibleByOwnerOnly=Modelo é visível apenas pelo dono
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visível em todo lado
       VisibleNowhere=Visível em nenhum lado
       FixTZ=Corrigir Fuso Horário
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Você possui a última versão estável
       TitleExampleForMajorRelease=Exemplo de mensagem que você pode usar para anunciar esta versão principal (sinta-se livre para usá-la nas suas páginas da Internet)
       TitleExampleForMaintenanceRelease=Exemplo de mensagem que você pode usar para anunciar esta versão de manutenção (sinta-se livre para usá-la nas suas páginas da Internet)
       ExampleOfNewsMessageForMajorRelease=O Dolibarr ERP e CRM %s está disponível. A versão %s é um grande lançamento com várias funcionalidades novas. Você pode transferi-lo a partir da área de downloads do portal https://www.dolibarr.org (subdiretório: versões estáveis). Você pode ler o <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> para consultar a lista completa de alterações.
      -ExampleOfNewsMessageForMaintenanceRelease=O Dolibarr ERP e CRM %s está disponível. A versão %s é uma versão de manutenção, por isso contém apenas correções de bugs. Recomendamos que atualize para este. Como com qualquer versão de manutenção, não há novas funcionalidades, nem foi mudada a estrutura de dados presente nesta versão. Você pode transferi-lo a partir da área de downloads da página https://www.dolibarr.org (subdiretório: versões estáveis). Você pode consultar <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> para a lista completa de alterações.
      -MultiPriceRuleDesc=Quando a opção "Vários níveis de preços por produto / serviço" está ativada, você pode definir diferentes preços (um por nível de preço) para cada produto. Para economizar tempo, você pode inserir aqui uma regra para que o preço de cada nível seja calculado automaticamente de acordo com o preço do primeiro nível, então você terá que inserir apenas o preço do primeiro nível em cada produto. Esta página está aqui para poupar tempo e pode ser útil somente se seus preços para cada nível forem relativos ao primeiro nível. Você pode ignorar esta página na maioria dos casos.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Modelos para documentos de produto
      -ToGenerateCodeDefineAutomaticRuleFirst=Para ser possível criar códigos automaticamente, você deve primeiro definir um gestor para auto definir o número de código de barras.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Veja a nota * para uma lista de possíveis variáveis ​​de substituição
       SeeChangeLog=Consulte o arquivo ChangeLog (somente em inglês)
       AllPublishers=Todos os editores
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Adicionar outras páginas ou serviços
       AddModels=Adicionar modelos de documento ou numeração
       AddSubstitutions=Adicionar substituições de chaves
       DetectionNotPossible=Deteção não é possível
      -UrlToGetKeyToUseAPIs=Url para obter token para usar API (uma vez que o token foi recebido é salvo na tabela de usuário do banco de dados e deve ser fornecido em cada chamada de API)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Lista de APIs disponíveis
      -activateModuleDependNotSatisfied=O módulo "%s" depende do módulo "%s" que está em falta, então o módulo "%1$s" poderá não funcionar corretamente. Instale o módulo "%2$s" ou desabilite o módulo "%1$s"
      -CommandIsNotInsideAllowedCommands=O comando que você tenta executar não está dentro da lista de comandos permitidos definidos no parâmetro <strong>$dolibarr_main_restrict_os_commands</strong> no arquivo <strong>conf.php</strong>.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Página Inicial
      -SamePriceAlsoForSharedCompanies=Se utiliza a opção multi-empresa, com a escolha de "Preço único", o preço será igual em todas as empresas, se o produto for partilhado entre as empresas
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=O módulo foi ativado. As permissões para o(s) módulo(s) ativado(s) foram adicionadas apenas aos utilizadores administradores. Talvez seja necessário conceder permissões para outros utilizadores ou grupos manualmente.
      -UserHasNoPermissions=Este utilizador não tem permissões definidas
      -TypeCdr=Use "Nenhum" se a data do prazo de pagamento for a data da fatura mais um delta em dias (o delta é o campo "Nb de dias") <br>Use "No final do mês", se, após o delta, a data deve ser aumentada para alcançar o fim de mês (+ opcional "Offset" em dias)<br> Use "Current / Next" para que a data do prazo de pagamento seja o primeiro Nth do mês (N é armazenado no campo "Nb de dias")
      +UserHasNoPermissions=This user has no permissions defined
      +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=Moeda de referência da empresa (vá à configuração da empresa para alterar)
      -WarningNoteModuleInvoiceForFrenchLaw=Este módulo %s está de acordo com as leis francesas (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Este módulo %s está de acordo com as leis francesas (Loi Finance 2016) porque o módulo Registos Não Reversíveis é ativado automaticamente.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Você tenta instalar o módulo %sque é um módulo externo. A ativação de um módulo externo significa que você confia na editora do módulo e tem certeza de que este módulo não altera negativamente o comportamento do seu aplicativo e está em conformidade com as leis do seu país (%s). Se o módulo traz uma característica não legal, você se torna responsável pelo uso de um software não legal.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Margem esquerda do PDF
       MAIN_PDF_MARGIN_RIGHT=Margem direita do PDF
       MAIN_PDF_MARGIN_TOP=Margem superior do PDF
       MAIN_PDF_MARGIN_BOTTOM=Margem inferior do PDF
      +NothingToSetup=There is no specific setup to do for this module.
       SetToYesIfGroupIsComputationOfOtherGroups=Defina isto como "sim" se este grupo for uma computação de outros grupos
      -EnterCalculationRuleIfPreviousFieldIsYes=Insira a regra de cálculo no caso do campo anterior ter sido definido como "Sim" (por exemplo, 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Várias variantes de idiomas encontradas
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Configuração do módulo Recursos
       UseSearchToSelectResource=Utilizar um formulário de pesquisa para escolher um recurso (em vez de uma lista)
       DisabledResourceLinkUser=Desativar funcionalidade que permite vincular um recurso aos utilizadores
       DisabledResourceLinkContact=Desativar funcionalidade que permite vincular um recurso aos contactos
       ConfirmUnactivation=Confirmar restauração do módulo
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/pt_PT/companies.lang b/htdocs/langs/pt_PT/companies.lang
      index 9c812c24e54..431010fdfd1 100644
      --- a/htdocs/langs/pt_PT/companies.lang
      +++ b/htdocs/langs/pt_PT/companies.lang
      @@ -8,10 +8,10 @@ ConfirmDeleteContact=Deseja eliminar este contacto e toda a sua informação?
       MenuNewThirdParty=Novo Terceiro
       MenuNewCustomer=Novo Cliente
       MenuNewProspect=Novo Potencial Cliente
      -MenuNewSupplier=Novo fornecedor
      +MenuNewSupplier=Novo Fornecedor
       MenuNewPrivateIndividual=Novo Particular
      -NewCompany=Nova empresa (cliente potencial, cliente, fornecedor)
      -NewThirdParty=Novo terceiro (prospeto, cliente, fornecedor)
      +NewCompany=Nova empresa (potencial cliente, cliente, fornecedor)
      +NewThirdParty=Novo Terceiro (potencial cliente, cliente, fornecedor)
       CreateDolibarrThirdPartySupplier=Criar um terceiro (fornecedor)
       CreateThirdPartyOnly=Criar terceiro
       CreateThirdPartyAndContact=Criar um terceiro e um dos seus contactos
      @@ -25,10 +25,10 @@ ThirdPartyContact=Contacto de Terceiro
       Company=Empresa
       CompanyName=Razão social
       AliasNames=Pseudónimo (comercial, marca registada, ...)
      -AliasNameShort=Pseudónimo
      +AliasNameShort=Alias Name
       Companies=Empresas
      -CountryIsInEEC=País da Comunidade Económica Europeia
      -ThirdPartyName=Nome de terceiros
      +CountryIsInEEC=País faz parte da Comunidade Económica Europeia
      +ThirdPartyName=Nome do Terceiro
       ThirdPartyEmail=Email do terceiro
       ThirdParty=Terceiro
       ThirdParties=Terceiros
      @@ -38,9 +38,9 @@ ThirdPartyCustomers=Clientes
       ThirdPartyCustomersStats=Clientes
       ThirdPartyCustomersWithIdProf12=Clientes com %s ó %s
       ThirdPartySuppliers=Fornecedores
      -ThirdPartyType=Tipo de Terceiro
      +ThirdPartyType=Type of company
       Individual=Particular
      -ToCreateContactWithSameName=Isto irá criar automaticamente um contacto/morada com a mesma informação do terceiro. Na maioria dos casos, mesmo que o terceiro seja uma pessoa física, criar um terceiro apenas é suficiente.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Empresa-mãe
       Subsidiaries=Subsidiárias
       ReportByMonth=Relatório por mês
      @@ -50,7 +50,7 @@ CivilityCode=Código cortesía
       RegisteredOffice=Domicilio social
       Lastname=Apelidos
       Firstname=Primeiro Nome
      -PostOrFunction=Posto de trabalho
      +PostOrFunction=Posição da tarefa
       UserTitle=Título
       NatureOfThirdParty=Natureza do terceiro
       Address=Direcção
      @@ -75,12 +75,12 @@ Zip=Código postal
       Town=Localidade
       Web=Web
       Poste= Posição
      -DefaultLang=Língua por omissão
      -VATIsUsed=Sujeito a IVA
      -VATIsUsedWhenSelling=Isto define se este terceiro inclui um imposto sobre vendas, ou não, quando faz uma fatura para seus próprios clientes
      +DefaultLang=Idioma predefinido
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Não sujeito a IVA
       CopyAddressFromSoc=Preencha a morada com a morada do terceiro
      -ThirdpartyNotCustomerNotSupplierSoNoRef=O terceiro não é cliente nem fornecedor, não contém qualquer objeto de referência
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=O terceiro não é cliente nem fornecedor, descontos não estão disponíveis
       PaymentBankAccount=Conta bancária de pagamentos
       OverAllProposals=Orçamentos
      @@ -99,7 +99,7 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=Tipo RE
       TypeLocaltax2ES=Tipo IRPF
       WrongCustomerCode=Código cliente incorrecto
      -WrongSupplierCode=Código do fornecedor inválido
      +WrongSupplierCode=Código de fornecedor inválido
       CustomerCodeModel=Modelo de código cliente
       SupplierCodeModel=Modelo de código de fornecedor
       Gencod=Código de barras
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Número de identificação para efeitos de IVA (VIES)
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Número de identificação para efeitos de IVA
       VATIntraSyntaxIsValid=Sintaxe Válida
       VATReturn=Retorno do IVA
      @@ -269,23 +269,23 @@ Customer=Cliente
       CustomerRelativeDiscount=Desconto Cliente Relativo
       SupplierRelativeDiscount=Desconto relativo do fornecedor
       CustomerRelativeDiscountShort=Desconto Relativo
      -CustomerAbsoluteDiscountShort=Desconto Fixo
      +CustomerAbsoluteDiscountShort=Desconto fixo
       CompanyHasRelativeDiscount=Este cliente tem um desconto por defeito de <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Este cliente não tem descontos relativos por defeito
       HasRelativeDiscountFromSupplier=Você tem um desconto predefinido de <b> %s%%</b> deste fornecedor
       HasNoRelativeDiscountFromSupplier=Você não tem desconto relativo predefinido deste fornecedor
      -CompanyHasAbsoluteDiscount=Este cliente ainda tem créditos de desconto ou depósitos para <b>%s </b>%s
      -CompanyHasDownPaymentOrCommercialDiscount=Este cliente tem descontos disponíveis (comercial, pronto pagamento) para <b>%s</b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Este cliente ainda tem notas de crédito para <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=Você não tem desconto ou nota de crédito disponível neste fornecedor
       HasAbsoluteDiscountFromSupplier=Você tem descontos disponíveis (notas de créditos ou adiantamentos) para <b>%s</b> %s deste fornecedor
       HasDownPaymentOrCommercialDiscountFromSupplier=Você tem descontos disponíveis (comerciais, adiantamentos) para <b>%s</b> %s deste fornecedor
       HasCreditNoteFromSupplier=Você tem notas de crédito para <b>%s</b> %s deste fornecedor
       CompanyHasNoAbsoluteDiscount=Este cliente não tem mas descontos fixos disponiveis
      -CustomerAbsoluteDiscountAllUsers=Descontos absolutos de clientes (concedidos por todos os utilizadores)
      -CustomerAbsoluteDiscountMy=Descontos absolutos de clientes (concedidos por si)
      -SupplierAbsoluteDiscountAllUsers=Descontos absolutos do fornecedor (introduzidos por todos os utilizadores)
      -SupplierAbsoluteDiscountMy=Descontos absolutos de fornecedores (introduzidos por si)
      +CustomerAbsoluteDiscountAllUsers=Descontos de cliente fixos (concedidos por todos os utilizadores)
      +CustomerAbsoluteDiscountMy=Descontos de cliente fixos (concedidos por si)
      +SupplierAbsoluteDiscountAllUsers=Descontos de fornecedor fixos (inseridos por todos os utilizadores)
      +SupplierAbsoluteDiscountMy=Descontos de fornecedor fixos (inseridos por si)
       DiscountNone=Nenhuma
       Supplier=Fornecedor
       AddContact=Criar contacto
      @@ -303,22 +303,22 @@ AddThirdParty=Criar terceiro
       DeleteACompany=Eliminar uma Empresa
       PersonalInformations=Informação Pessoal
       AccountancyCode=Conta contabilistica
      -CustomerCode=Código Cliente
      -SupplierCode=Código do fornecedor
      -CustomerCodeShort=Código Cliente
      -SupplierCodeShort=Código do fornecedor
      -CustomerCodeDesc=Código único cliente para cada cliente
      -SupplierCodeDesc=Código do fornecedor, exclusivo para todos os fornecedores
      +CustomerCode=Customer Code
      +SupplierCode=Código de Fornecedor
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Código de Fornecedor
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Código de Fornecedor, exclusivo para todos os fornecedores
       RequiredIfCustomer=Requerida se o Terceiro for Cliente ou Cliente Potencial
       RequiredIfSupplier=Obrigatório se os terceiros forem fornecedores
      -ValidityControledByModule=Validação Controlada pelo Módulo
      -ThisIsModuleRules=Esta é a regra para este módulo
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Cliente Potencial a Contactar
       CompanyDeleted=A Empresa "%s" foi Eliminada
       ListOfContacts=Lista de Contactos
      -ListOfContactsAddresses=Lista de contactos/endereços
      -ListOfThirdParties=Lista de Terceiros
      -ShowCompany=Mostrar terceiros
      +ListOfContactsAddresses=Lista de Contactos
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Mostrar Contacto
       ContactsAllShort=Todos (sem filtro)
       ContactType=Tipo de Contacto
      @@ -332,21 +332,21 @@ NoContactForAnyOrderOrShipments=Este contacto não é um contacto para qualquer
       NoContactForAnyProposal=Este contacto não é um contacto para qualquer orçamento
       NoContactForAnyContract=Este contacto não é contacto de nenhum contrato
       NoContactForAnyInvoice=Este contacto não é contacto de nenhuma fatura
      -NewContact=Novo Contacto
      -NewContactAddress=Novo Contato/Morada
      +NewContact=Novo contacto
      +NewContactAddress=Novo Contacto/Morada
       MyContacts=Os Meus Contactos
       Capital=Capital
       CapitalOf=Capital Social de %s
       EditCompany=Modificar Empresa
      -ThisUserIsNot=Este utilizador não é um cliente potencial, cliente ou fornecedor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Verificar
      -VATIntraCheckDesc=o link <b>%s</b> permite consultar à serviço europeu de control de números de IVA intracomunitario. Requer acesso á internet para que o serviço funcione
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Verificar na web da Comissão Europeia
      -VATIntraManualCheck=Pode também realizar uma verificação manual na web europea <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Verificação Impossivel. O serviço de verificação não é prestado pelo país membro (%s).
      -NorProspectNorCustomer=Nem Cliente, Nem Cliente Potencial
      -JuridicalStatus=Forma jurídica
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Empregados
       ProspectLevelShort=Cli. Potenc.
       ProspectLevel=Cliente Potencial
      @@ -387,12 +387,12 @@ ExportCardToFormat=Exportar ficha para o formato
       ContactNotLinkedToCompany=Contacto não vinculado a um Terceiro
       DolibarrLogin=Dolibarr - Iniciar Sessão
       NoDolibarrAccess=Sem Acesso
      -ExportDataset_company_1=Terceiros (empresas/fundações/pessoas físicas) e propriedades
      -ExportDataset_company_2=Contactos de Terceiro e Atributos
      -ImportDataset_company_1=Terceiros (empresas/fundações/pessoas físicas) e propriedades
      -ImportDataset_company_2=Contactos/Endereços (de terceiros ou não) e atributos
      -ImportDataset_company_3=Contas bancárias de terceiros
      -ImportDataset_company_4=Terceiros/Representantes de vendas (atribuir utilizadores representantes de vendas a terceiros)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Nível de preços
       DeliveryAddress=Direcção de Envío
       AddAddress=Adicionar Direcção
      @@ -402,16 +402,16 @@ DeleteFile=Eliminar ficheiro
       ConfirmDeleteFile=Tem a certeza que quer eliminar este ficheiro?
       AllocateCommercial=Atribuído a representante de vendas
       Organization=Organismo
      -FiscalYearInformation=Informação do Ano Fiscal
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Mês de Inicio do Exercício
      -YouMustAssignUserMailFirst=Você deve adicionar um e-mail a este utilizador de forma a permitir que este receba notificações por e-mail.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Para adicionar a funcionalidade de notificações por e-mail, você deve definir contactos com e-mails válidos para o terceiro.
      -ListSuppliersShort=Lista de fornecedores
      -ListProspectsShort=Lista das perspectivas
      -ListCustomersShort=Lista de clientes
      -ThirdPartiesArea=Área de Terceiros e Contactos
      -LastModifiedThirdParties=Últimos %s terceiros modificados
      -UniqueThirdParties=Total de originais terceiros
      +ListSuppliersShort=Lista de Fornecedores
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Aberto
       ActivityCeased=Fechado
       ThirdPartyIsClosed=O terceiro encontra-se fechado
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Risco alcançado
       OutstandingBill=Montante máximo para faturas pendentes
       OutstandingBillReached=Montante máximo para faturas pendente foi alcançado
       OrderMinAmount=Quantidade mínima para encomenda
      -MonkeyNumRefModelDesc=Devolve um número com formato %syymm-nnnn para os códigos clientes e %syymm-nnnn para os códigos de fornecedores, onde yy representa o ano, mm o mês e nnnn um contador sequencial que não quebra e não regressa a 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Código de cliente/fornecedor livre sem verificação. pode ser modificado em qualquer momento.
       ManagingDirectors=Nome Diretor(es) (DE, diretor, presidente ...)
       MergeOriginThirdparty=Terceiro duplicado (terceiro que deseja eliminar)
       MergeThirdparties=Gerir terceiros
      -ConfirmMergeThirdparties=Tem a certeza que pretende fundir este terceiro com o atual? Todos os objetos ligados a este serão movidos para o terceiro atual e depois o anterior será eliminado.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Os terceiros foram fundidos
       SaleRepresentativeLogin=Nome de utilizador do representante de vendas
       SaleRepresentativeFirstname=Primeiro nome do representante de vendas
       SaleRepresentativeLastname=Último nome do representante de vendas
       ErrorThirdpartiesMerge=Houve um erro ao eliminar os terceiros. Por favor, verifique o registo. As alterações foram revertidas.
      -NewCustomerSupplierCodeProposed=O código do cliente ou fornecedor sugerido encontra-se duplicado
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/pt_PT/errors.lang b/htdocs/langs/pt_PT/errors.lang
      index 0c6d157d662..d7d5889b447 100644
      --- a/htdocs/langs/pt_PT/errors.lang
      +++ b/htdocs/langs/pt_PT/errors.lang
      @@ -33,8 +33,8 @@ ErrorCustomerCodeAlreadyUsed=Código de cliente já utilizado
       ErrorBarCodeAlreadyUsed=Código de barras em utilização
       ErrorPrefixRequired=Prefixo obrigatório
       ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Código de fornecedor obrigatório
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorSupplierCodeRequired=Obrigatório código de fornecedor
      +ErrorSupplierCodeAlreadyUsed=Código de fornecedor já utilizado
       ErrorBadParameters=Parâmetros incorrectos
       ErrorBadValueForParameter=Valor errado '%s' para o parâmetro '%s'
       ErrorBadImageFormat=Image file has not a supported format (Your PHP does not support functions to convert images of this format)
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=&quot;%s&quot; Valor tem formato de data errado
       ErrorWrongDate=A data não está correcta!
       ErrorFailedToWriteInDir=Impossivel escrever na pasta %s
       ErrorFoundBadEmailInFile=Encontrada sintaxis incorrecta em email em %s linhas em Ficheiro (Exemplo linha %s com email=%s)
      -ErrorUserCannotBeDelete=O utilizador não pode ser eliminado. Pode estar associado a entidades do Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Não se indicaram alguns campos obrigatórios
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Erro na criação de uma pasta. Verifique se o usuário do servidor Web tem acesso de escrita aos documentos Dolibarr. Se o parâmetro <b> safe_mode </ b> está ativo no PHP, Verifique se os arquivos php do Dolibarr são da propriedade do usuário do servidor web.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Por favor, preencha o valor para lista de selecção
       ErrorNoValueForCheckBoxType=Preencha o valor da lista da caixa de seleção
       ErrorNoValueForRadioType=Por favor, preencha o valor da lista
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=O campo <b>%s</b> não deve conter carácteres especiais
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Módulo de Contabilidade não activado
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=A configuração Dolibarr-LDAP é incompleta.
       ErrorLDAPMakeManualTest=Foi criado um Ficheiro .ldif na pasta %s. Trate de gerir manualmente este Ficheiro desde a linha de comandos para Obter mais detalhes acerca do erro.
      -ErrorCantSaveADoneUserWithZeroPercentage=Você não pode mudar uma ação de estado, se um usuário começou a realizante ação.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=A referencia utilizada para a criação já existe
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Falha ao eliminar o registo, pois tem alguns elementos associados.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=O objeto tem pelo menos um elemento do tipo %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      -ErrorModuleRequireJavascript=Javascript não deve ser desativado para que este recurso de trabalho. Para ativar / desativar o JavaScript, vá ao menu Home -> Configuração -> Mostrar.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
      +ErrorModuleRequireJavascript=Javascript não deve estar desativado para que esta funcionalidade funcione. Para ativar/desativar o JavaScript, vá para o menu Início->Configuração->Exibir.
       ErrorPasswordsMustMatch=Ambas as senhas digitadas devem corresponder entre si
      -ErrorContactEMail=Um erro técnico ocorreu. Por favor, contacte o administrador para seguir <b>%s</b> e-mail em fornecer os <b>%s</b> código de erro na sua mensagem, ou melhor ainda pela adição de uma cópia de tela da página.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Valor errado para o número <b>%s</b> campo (valor <b>&quot;%s&quot;</b> não coincide com <b>%s</b> regra regex)
       ErrorFieldValueNotIn=Valor errado para <b>%s</b> campo de número <b>(&quot;%s&quot;</b> de valor não é um valor disponível em <b>%s %s</b> campo de tabela)
       ErrorFieldRefNotIn=Valor errado para <b>%s</b> número de campo <b>(&quot;%s&quot;</b> valor não é um ref <b>%s</b> existente)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=O programa antivírus não foi capaz de validar o
       ErrorSpecialCharNotAllowedForField=Os caracteres especiais não são permitidos para o campo &quot;%s&quot;
       ErrorNumRefModel=Existe uma referência em banco de dados (%s) e não é compatível com esta regra de numeração. Remover registro ou renomeado de referência para ativar este módulo.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Erro na máscara
       ErrorBadMaskFailedToLocatePosOfSequence=Máscara de erro, sem número de seqüência
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Erro, o valor de reset ruim
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Erro. Selecione pelo menos uma entrada.
      -ErrorDeleteNotPossibleLineIsConsolidated=Excluir registro não é possível porque está ligado a uma transacção bancária conciliada
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s é atribuído a um terço
       ErrorFailedToSendPassword=Erro ao enviar a palavra-passe
       ErrorFailedToLoadRSSFile=Falha ao obter feed RSS. Tente adicionar MAIN_SIMPLEXMLLOAD_DEBUG constante se as mensagens de erro não fornecer informações suficientes.
      @@ -113,8 +115,9 @@ ErrorFailedToRunExternalCommand=Erro ao tentar o comando externo. verifique que
       ErrorFailedToChangePassword=Erro na modificação da palavra-passe
       ErrorLoginDoesNotExists=a conta de utilizador de <b>%s</b> não foi encontrado.
       ErrorLoginHasNoEmail=Este utilizador não tem e-mail. impossivel continuar.
      -ErrorBadValueForCode=Valor incorrecto para o código. volte a \ttentar com um Novo valor...
      +ErrorBadValueForCode=Valor incorreto para o código de segurança. Tente novamente com um novo valor...
       ErrorBothFieldCantBeNegative=Campos %s %s e não pode ser tanto negativo
      +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=Conta de usuário utilizada para executar <b>%s</b> servidor web não tem permissão para que
       ErrorNoActivatedBarcode=Nenhum tipo de código de barras ativado
      @@ -138,7 +141,7 @@ ErrorBadFormat=Formato incorrecto!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,13 +174,13 @@ 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=Definiu um valor estimado para esta oportunidado/lead. Também deve inserir o seu estado
      +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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=O país para este fornecedor não está definido. Corrija isto primeiro.
       ErrorsThirdpartyMerge=Failed to merge the two records. Request canceled.
       ErrorStockIsNotEnoughToAddProductOnOrder=Stock is not enough for product %s to add it into a new order.
       ErrorStockIsNotEnoughToAddProductOnInvoice=Stock is not enough for product %s to add it into a new invoice.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=Ficheiro não encontrado. É possível que a cha
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Já existe um marcador com este título o esta URL.
       WarningPassIsEmpty=Atenção:A palavra-passe da base de dados está vazia. ISto é um buraco na segurança. deve agregar uma palavra-passe á sua base de dados e alterar o seu Ficheiro conf.php para reflectir isto.
       WarningConfFileMustBeReadOnly=Atenção, seu arquivo de configuração <b>(htdocs / conf / conf.php)</b> pode ser substituído pelo servidor web. Esta é uma falha de segurança grave. Modificar permissões no arquivo a ser em modo de leitura apenas para usuário do sistema operacional usado pelo servidor web. Se você usa Windows e no formato FAT para o seu disco, você deve saber que este sistema de arquivos não permite adicionar permissões em arquivo, por isso não pode ser completamente seguro.
       WarningsOnXLines=<b>%s</b> em linhas de código Avisos
      -WarningNoDocumentModelActivated=Não existe um modelo para geração de documentos, foi ativado. A modelo será escolhida por padrão até que você verifique a configuração do módulo.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Esta alerta seguirá activa mientras a pasta exista (alerta visivel para Os Utilizadores admin somente).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=A configuração das informações ClickToDial do seu utilizador não está completa (consulte o separador ClickToDial no sua ficha de utilizador).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=O seu login foi modificado. Por motivos de segurança, você terá que iniciar a sessão com seu novo login antes da próxima ação.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Aviso, o número de destinatários diferentes é limitado a <b> %s </b> ao usar as ações em massa em listas
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/pt_PT/interventions.lang b/htdocs/langs/pt_PT/interventions.lang
      index 895d64743bc..413d4dba8c6 100644
      --- a/htdocs/langs/pt_PT/interventions.lang
      +++ b/htdocs/langs/pt_PT/interventions.lang
      @@ -2,8 +2,9 @@
       Intervention=Intervenção
       Interventions=Intervenções
       InterventionCard=Ficha de intervenção
      -NewIntervention=Nova Intervenção
      +NewIntervention=Nova intervenção
       AddIntervention=Criar intervenção
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Lista de Intervenções
       ActionsOnFicheInter=Ações de intervenção
       LastInterventions=Últimas %s intervenções 
      @@ -50,9 +51,9 @@ UseServicesDurationOnFichinter=Utilizar a duração do serviço para as interven
       UseDurationOnFichinter=Oculta o campo de duração dos registos das intervenções
       UseDateWithoutHourOnFichinter=Oculta as horas e minutos campo de data dos registos das intervenções
       InterventionStatistics=Estatísticas das intervenções
      -NbOfinterventions=Número de fichas de intervenção
      -NumberOfInterventionsByMonth=Número de fcihas de intervenção por mês (data de validação)
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
      +AmountOfInteventionNotIncludedByDefault=O montante da intervenção não é incluído, por defeito, no lucro (na maioria dos casos, os quadros de horários são usados ​​para contar o tempo gasto). Adicione a opção PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT com o valor 1 em Inicio->Configurações->Outras configurações para incluí-los.
       ##### Exports #####
       InterId=ID da intervenção
       InterRef=Ref. da intervenção
      diff --git a/htdocs/langs/pt_PT/main.lang b/htdocs/langs/pt_PT/main.lang
      index 5158a301118..d7a8f171d78 100644
      --- a/htdocs/langs/pt_PT/main.lang
      +++ b/htdocs/langs/pt_PT/main.lang
      @@ -49,22 +49,22 @@ ErrorGoToModuleSetup=Ir á configuração do módulo para corrigir
       ErrorFailedToSendMail=Erro ao envio do e-mail (emissor=%s, destinatário=%s)
       ErrorFileNotUploaded=Não foi possivel transferir o ficheiro
       ErrorInternalErrorDetected=Erro detectado
      -ErrorWrongHostParameter=Parâmetro Servidor inválido
      -ErrorYourCountryIsNotDefined=O seu país não está definido. Corrija em Configuração-Geral-Editar
      -ErrorRecordIsUsedByChild=Não foi possível eliminar este registo. Esta ser utilizado como pai pelo menos num registo filho.
      +ErrorWrongHostParameter=Parâmetro do hospedeiro inválido
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Valor incorrecto
       ErrorWrongValueForParameterX=Valor incorrecto do parâmetro %s
       ErrorNoRequestInError=Nenhuma petição em erro
      -ErrorServiceUnavailableTryLater=Serviço não disponivel actualmente. Volte a execução mais tarde.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicado num campo único
      -ErrorSomeErrorWereFoundRollbackIsDone=Encontraram-se alguns erros. Modificações desfeitas.
      -ErrorConfigParameterNotDefined=O parâmetro <b>%s</b> não está definido ao fichero de configuração Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Impossivel encontrar o utilizador <b>%s</b> na base de dados do Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Erro, nenhum tipo de IVA definido para o país '%s'.
       ErrorNoSocialContributionForSellerCountry=Erro, nenhum tipo de contribuição social definida para o país %s.
       ErrorFailedToSaveFile=Erro, o registo do ficheiro falhou.
      -ErrorCannotAddThisParentWarehouse=Está a tentar adicionar um armazém pai que já é filho do armazém atual
      -MaxNbOfRecordPerPage=Número máximo de registos por página
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Não tem permissão para efetuar essa operação
       SetDate=Definir data
       SelectDate=Seleccionar uma data
      @@ -78,10 +78,10 @@ FileRenamed=O ficheiro foi renomeado com sucesso
       FileGenerated=O ficheiro foi gerado com sucesso
       FileSaved=O ficheiro foi guardado com sucesso
       FileUploaded=O ficheiro foi enviado com sucesso
      -FileTransferComplete=Ficheiros foram carregados com sucesso
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Ficheiros eliminados com sucesso
       FileWasNotUploaded=Um ficheiro foi seleccionada para ser anexado, mas ainda não foi carregado. Clique em 'Adicionar este Ficheiro' para anexar.
      -NbOfEntries=Nº de entradas
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Consultar ajuda online (necessita de acesso à Internet)
       GoToHelpPage=Ir para páginas de ajuda
       RecordSaved=Registo Guardado
      @@ -94,7 +94,7 @@ Undefined=Não Definido
       PasswordForgotten=Esqueceu-se da sua palavra-passe?
       NoAccount=Não possui conta?
       SeeAbove=Ver acima
      -HomeArea=Área Principal
      +HomeArea=Início
       LastConnexion=Ultima conexão
       PreviousConnexion=Conexão anterior
       PreviousValue=Valor anterior
      @@ -124,7 +124,7 @@ Yes=Sim
       no=Não
       No=Não
       All=Tudo
      -Home=Inicio
      +Home=Início
       Help=Ajuda
       OnlineHelp=Ajuda On-line
       PageWiki=Página Wiki
      @@ -142,6 +142,7 @@ Closed=Fechado
       Closed2=Fechado
       NotClosed=Não fechado
       Enabled=Activado
      +Enable=Ativar
       Deprecated=Obsoleto
       Disable=Desactivar
       Disabled=Desactivado
      @@ -153,7 +154,7 @@ Update=Atualizar
       Close=Fechar
       CloseBox=Remover widget do painel
       Confirm=Confirmar
      -ConfirmSendCardByMail=Deseja enviar o conteúdo desta ficha por email para <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Eliminar
       Remove=Remover
       Resiliate=Cancelar
      @@ -327,7 +328,7 @@ Copy=Copiar
       Paste=Colar
       Default=Predefinição
       DefaultValue=Valor Predefinido
      -DefaultValues=Valores predefinidos
      +DefaultValues=Default values/filters/sorting
       Price=Preço
       PriceCurrency=Preço (moeda)
       UnitPrice=Preço Unitário
      @@ -347,7 +348,7 @@ AmountTTCShort=Montante (IVA inc.)
       AmountHT=Montante (sem IVA)
       AmountTTC=Montante (IVA inc.)
       AmountVAT=Montante do IVA
      -MulticurrencyAlreadyPaid=Montante pago, moeda original
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Montante por pagar, moeda original
       MulticurrencyPaymentAmount=Montante do pagamento, moeda original
       MulticurrencyAmountHT=Montante (sem IVA), moeda original
      @@ -428,7 +429,7 @@ ActionNotApplicable=Não aplicável
       ActionRunningNotStarted=Não Iniciado
       ActionRunningShort=Em progresso
       ActionDoneShort=Terminado
      -ActionUncomplete=Incompleta
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Os últimos %s eventos relacionados
       CompanyFoundation=Empresa/Organização
       Accountant=Contabilista
      @@ -453,8 +454,8 @@ Generate=Gerar
       Duration=Duração
       TotalDuration=Duração total
       Summary=Resumo
      -DolibarrStateBoard=Estatísticas da base-de-dados
      -DolibarrWorkBoard=Abrir painel de itens
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Nenhum elemento aberto para processar
       Available=Disponível
       NotYetAvailable=Ainda não disponivel
      @@ -468,7 +469,7 @@ and=e
       or=ou
       Other=Outro
       Others=Outros
      -OtherInformations=Outras Informações
      +OtherInformations=Other information
       Quantity=quantidade
       Qty=Quant.
       ChangedBy=Modificado por
      @@ -506,7 +507,7 @@ None=Nenhum
       NoneF=Nenhuma
       NoneOrSeveral=Nenhum ou vários
       Late=Atraso
      -LateDesc=O tempo de atraso predefinido que define se um determinado registo está atrasado ou não depende da configuração do sistema. Peça ao seu administrador do sistema para alterar o tempo de atraso predefinido.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Foto
       Photos=Fotos
      @@ -530,18 +531,6 @@ September=Setembro
       October=Outubro
       November=Novembro
       December=Dezembro
      -JanuaryMin=Janeiro
      -FebruaryMin=Fevereiro
      -MarchMin=Mar
      -AprilMin=Abril
      -MayMin=Maio
      -JuneMin=Junho
      -JulyMin=Julho
      -AugustMin=Agosto
      -SeptemberMin=Setembro
      -OctoberMin=Outubro
      -NovemberMin=Novembro
      -DecemberMin=Dezembro
       Month01=Janeiro
       Month02=Fevereiro
       Month03=Março
      @@ -646,6 +635,8 @@ SendMail=Enviar e-mail
       EMail=E-mail
       NoEMail=Sem e-mail
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Sem telefone móvel
       Owner=Proprietário
       FollowingConstantsWillBeSubstituted=As seguintes constantes serão substituidas pelo seu valor correspondente.
      @@ -677,7 +668,7 @@ NeverReceived=Nunca Recebido
       Canceled=Cancelado
       YouCanChangeValuesForThisListFromDictionarySetup=Pode alterar estes valores para esta lista a partir do menu Configuração -> Dicionários
       YouCanChangeValuesForThisListFrom=Pode alterar os valores desta lista a partir do menu %s
      -YouCanSetDefaultValueInModuleSetup=Você pode predefinir o valou a usar na criação de um novo registo na configuração de módulos.
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Cor
       Documents=Documentos
       Documents2=Documentos
      @@ -687,9 +678,9 @@ MenuECM=Documentos
       MenuAWStats=Estatisticas
       MenuMembers=Membros
       MenuAgendaGoogle=Agenda Google
      -ThisLimitIsDefinedInSetup=Límite Dolibarr (menu inicio-configuração-segurança): %s Kb, PHP limit: %s Kb
      +ThisLimitIsDefinedInSetup=Límite Dolibarr (Menu inicio->configuração->segurança): %s Kb, PHP limit: %s Kb
       NoFileFound=Não existem documentos guardados nesta pasta
      -CurrentUserLanguage=Idioma Actual
      +CurrentUserLanguage=Idioma atual
       CurrentTheme=Tema Actual
       CurrentMenuManager=Gestor de menu atual
       Browser=Browser
      @@ -716,15 +707,15 @@ Merge=Junção
       DocumentModelStandardPDF=Modelo PDF padrão
       PrintContentArea=Visualizar página para impressão área de conteúdo principal
       MenuManager=Gestão do menu
      -WarningYouAreInMaintenanceMode=Atenção, você está em um modo de manutenção, tão somente <b>%s</b> login é permitido o uso de aplicativos no momento.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Erro de sistema
       CoreErrorMessage=Ocorreu um erro. Contacte o seu administrador do sistema de forma a que este proceda à análise do relatórios ou desative a opção $dolibarr_main_prod=1 para obter mais informação.
       CreditCard=Cartão de crédito
       ValidatePayment=Validar pagamento
       CreditOrDebitCard=Cartão de crédito ou débito
       FieldsWithAreMandatory=Os campos com <b>%s</b> são obrigatórios
      -FieldsWithIsForPublic=Os campos com <b>%s</b> são mostrados na lista pública dos membros. Se você não quer isso, verificar o &quot;caixa&quot; do público.
      -AccordingToGeoIPDatabase=(De acordo com GeoIP conversão)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linha
       NotSupported=Não é suportado
       RequiredField=Campo obrigatório
      @@ -732,6 +723,8 @@ Result=Resultado
       ToTest=Teste
       ValidateBefore=O cartão deve ser validado antes de usar esta funcionalidade
       Visibility=Visibilidade
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privado
       Hidden=Oculto
       Resources=Recursos
      @@ -750,6 +743,7 @@ LinkTo=Associar a
       LinkToProposal=Associar ao orçamento
       LinkToOrder=Hiperligação para encomendar
       LinkToInvoice=Associar a fatura
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Associar a encomenda ao fornecedor
       LinkToSupplierProposal=Associar ao orçamento de fornecedor
       LinkToSupplierInvoice=Associar a fatura do fornecedor
      @@ -758,6 +752,7 @@ LinkToIntervention=Associar a intervenção
       CreateDraft=Criar Rascunho
       SetToDraft=Voltar para o rascunho
       ClickToEdit=Clique para editar
      +ClickToRefresh=Click to refresh
       EditWithEditor=Editar com CKEditor
       EditWithTextEditor=Editar com editor de texto
       EditHTMLSource=Editar código-fonte HTML
      @@ -772,14 +767,14 @@ ByDay=Por dia
       BySalesRepresentative=Por representante de vendas
       LinkedToSpecificUsers=Associado ao contacto de um utilizador
       NoResults=Sem resultados
      -AdminTools=Ferramentas de administrador
      +AdminTools=Admin Tools
       SystemTools=Ferramentas do sistema
       ModulesSystemTools=Módulos de ferramentas
       Test=Teste
       Element=Elemento
       NoPhotoYet=Sem imagem disponível ainda
       Dashboard=Painel
      -MyDashboard=O meu painel
      +MyDashboard=My Dashboard
       Deductible=Dedutível
       from=Emissor
       toward=relativamente a
      @@ -802,7 +797,7 @@ PrintFile=Imprimir Ficheiro %s
       ShowTransaction=Mostrar transação
       ShowIntervention=Mostrar intervenção
       ShowContract=Mostrar contrato
      -GoIntoSetupToChangeLogo=Vá Início - Configurar - Empresa para alterar o logótipo ou vá a Início - Configurar - Exibir para ocultar.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Negar
       Denied=Negada
       ListOf=Lista de %s
      @@ -818,12 +813,12 @@ Sincerely=Atenciosamente
       DeleteLine=Apagar a linha
       ConfirmDeleteLine=Tem a certeza que deseja eliminar esta linha?
       NoPDFAvailableForDocGenAmongChecked=Não existia documento PDF disponível para a geração de documentos entre os registos assinalados
      -TooManyRecordForMassAction=Foram selecionados demasiados registos para a ação em massa. Esta ação está restringida a um número máximo de %s registos.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Nenhum registo selecionado
       MassFilesArea=Área para os ficheiros criados através de ações em massa
       ShowTempMassFilesArea=Mostrar área para os ficheiros criados através de ações em massa
      -ConfirmMassDeletion=Confirmação de eliminação em massa
      -ConfirmMassDeletionQuestion=Tem certeza de que deseja eliminar o registo %s selecionado ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Objetos relacionados
       ClassifyBilled=Classificar como faturado
       ClassifyUnbilled=Classificar como não faturado
      @@ -841,7 +836,7 @@ Calendar=Calendario
       GroupBy=Agrupar por...
       ViewFlatList=Vista de lista
       RemoveString=Remover texto '%s'
      -SomeTranslationAreUncomplete=Algumas línguas podem estar apenas parcialmente traduzidas ou podem conter erros. Se detetar erros de tradução, pode ajudar na melhoria da tradução registando-se em <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Link de download direto (público/externo)
       DirectDownloadInternalLink=Link de download direto (precisa de ter sessão iniciada e precisa de permissões)
       Download=Download
      @@ -861,16 +856,25 @@ HR=RH
       HRAndBank=RH e Banco
       AutomaticallyCalculated=Calculado automaticamente
       TitleSetToDraft=Repôr para rascunho
      -ConfirmSetToDraft=Tem a certeza que pretende repôr para o estado de Rascunho?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=ID de importação
       Events=Eventos
      -EMailTemplates=Modelos de emails
      -FileNotShared=Ficheiro não partilhado
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projeto
       Projects=Projetos
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Permissões
       LineNb=Linha número
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Segunda-feira
       Tuesday=Terça-feira
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervenções
       SearchIntoContracts=contractos
       SearchIntoCustomerShipments=Expedições do cliente
       SearchIntoExpenseReports=Relatórios de despesas
      -SearchIntoLeaves=Licenças
      +SearchIntoLeaves=Leave
       CommentLink=Comentários
       NbComments=Número de comentários
       CommentPage=Espaço de comentários
       CommentAdded=Comentário adicionado
       CommentDeleted=Comentário eliminado
       Everybody=Todos
      -PayedBy=Pago por
      -PayedTo=Pago a
      +PayedBy=Paga por
      +PayedTo=Paid to
       Monthly=Mensal
       Quarterly=Trimestral
       Annual=Anual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local e Remoto
       KeyboardShortcut=Atalho de teclado
       AssignedTo=Atribuído a
       Deletedraft=Eliminar rascunho
      -ConfirmMassDraftDeletion=Confirmação da eliminação de rascunhos em massa
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Ficheiro partilhado via link
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=Você está atualmente no modo %s "sandbox"
      diff --git a/htdocs/langs/pt_PT/other.lang b/htdocs/langs/pt_PT/other.lang
      index 8aa53591b5b..19e25095a6c 100644
      --- a/htdocs/langs/pt_PT/other.lang
      +++ b/htdocs/langs/pt_PT/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Código de segurança
       NumberingShort=N°
       Tools=Utilidades
       TMenuTools=Ferramentas
      -ToolsDesc=Todas as ferramentas não incluídas noutras entradas do menu são colocadas aqui. <br><br> Todas as ferramentas podem ser alcançadas no menu à esquerda.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Aniversario
       BirthdayDate=Data de nascimento
       DateToBirth=Data de Nascimento
      @@ -23,7 +23,7 @@ MessageForm=Mensagem no formulário de pagamento online
       MessageOK=Mensagem na página validado o pagamento de retorno
       MessageKO=Mensagem na página de pagamento cancelado retorno
       ContentOfDirectoryIsNotEmpty=O diretório não está vazio.
      -DeleteAlsoContentRecursively=Selecione para eliminar todo o conteúdo recursivamente
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Ano da data da fatura
       PreviousYearOfInvoice=Ano anterior à data da fatura
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Ano seguinte à data da fatura
       DateNextInvoiceBeforeGen=Data da próxima fatura (antes da geração)
       DateNextInvoiceAfterGen=Data da próxima fatura (após geração)
       
      -Notify_FICHINTER_ADD_CONTACT=Adicionado contato à intervenção
      -Notify_FICHINTER_VALIDATE=Intervenção validada
      -Notify_FICHINTER_SENTBYMAIL=Intervenções enviadas por correio
       Notify_ORDER_VALIDATE=Pedido do cliente validado
       Notify_ORDER_SENTBYMAIL=Pedido do cliente enviado pelo correio
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Para fornecedor enviada por correio
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Encomenda a fornecedor registada
       Notify_ORDER_SUPPLIER_APPROVE=Fornecedor fim aprovado
       Notify_ORDER_SUPPLIER_REFUSE=Fornecedor fim recusado
       Notify_PROPAL_VALIDATE=Orçamento validado
      -Notify_PROPAL_CLOSE_SIGNED=Orçamento para cliente fechado, assinado
      -Notify_PROPAL_CLOSE_REFUSED=Orçamento para cliente fechado, recusado
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Orçamento enviado por correio
       Notify_WITHDRAW_TRANSMIT=Retirada de transmissão
       Notify_WITHDRAW_CREDIT=Retirada de crédito
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Terceiro criado
       Notify_COMPANY_SENTBYMAIL=Emails enviadas a partir da ficha de terceiros
       Notify_BILL_VALIDATE=Fatura do cliente validada
       Notify_BILL_UNVALIDATE=Fatura do cliente não validada
      -Notify_BILL_PAYED=Fatura a cliente paga
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Fatura do cliente cancelada
       Notify_BILL_SENTBYMAIL=Fatura do cliente enviada pelo correio
       Notify_BILL_SUPPLIER_VALIDATE=Fatura do fornecedor validado
      -Notify_BILL_SUPPLIER_PAYED=Fatura do fornecedor paga
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Fatura do fornecedor enviada por correio
       Notify_BILL_SUPPLIER_CANCELED=Fatura do fornecedor cancelada
       Notify_CONTRACT_VALIDATE=Contrato validado
       Notify_FICHEINTER_VALIDATE=Intervenção validado
      +Notify_FICHINTER_ADD_CONTACT=Adicionado contato à intervenção
      +Notify_FICHINTER_SENTBYMAIL=Intervenções enviadas por correio
       Notify_SHIPPING_VALIDATE=Transporte validado
       Notify_SHIPPING_SENTBYMAIL=Envio por correio
       Notify_MEMBER_VALIDATE=Membro validado
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Criação do projeto
       Notify_TASK_CREATE=Tarefa criada
       Notify_TASK_MODIFY=Tarefa modificada
       Notify_TASK_DELETE=Tarefa eliminada
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Veja a configuração do módulo %s
       NbOfAttachedFiles=Número Ficheiros/Documentos anexos
       TotalSizeOfAttachedFiles=Tamanho Total dos Ficheiros/Documentos anexos
       MaxSize=Tamanho Máximo
      -AttachANewFile=Adicionar Novo Ficheiro/documento
      +AttachANewFile=Adicionar um novo documento/ficheiro
       LinkedObject=Objecto adjudicado
      -NbOfActiveNotifications=Número de notificações
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Exmos. Srs.,)__\n\nIrá encontrar aqui o orçamento __REF__\n\n\n__(Com os melhores cumprimentos,)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -165,14 +168,14 @@ SizeUnitinch=polegada
       SizeUnitfoot=pé
       SizeUnitpoint=ponto
       BugTracker=Incidencias
      -SendNewPasswordDesc=Este formulário permite que você solicite uma nova palavra-passe. Esta solicitação será enviada para seu endereço de e-mail.<br>A alteração entrará em vigor quando você clicar no link de confirmação no e-mail.<br>Verifique sua caixa de entrada.
      +SendNewPasswordDesc=Este formulário permite-lhe solicitar uma nova palavra-passe. Esta será enviada para o seu endereço de e-mail.<br>A alteração será aplicada quando clicar na hiperligação de confirmação na mensagem.<br>Verifique a sua caixa de entrada.
       BackToLoginPage=Voltar à página de iniciar a sessão
       AuthenticationDoesNotAllowSendNewPassword=o modo de autenticação de Dolibarr está configurado como "<b>%s</b>".<br>em este modo Dolibarr não pode conocer ni modificar a sua palavra-passe<br>Contacte com a sua administrador para conocer as modalidades de alterar.
       EnableGDLibraryDesc=Instale ou ative a biblioteca GD na instalação do PHP para usar esta opção.
       ProfIdShortDesc=<b>ID Prof. %s</b> é uma informação dependente do país do Terceiro.<br>Por Exemplo, para o país  <b>%s</b>, é o código <b>%s</b>.
       DolibarrDemo=Demo de Dolibarr ERP/CRM
       StatsByNumberOfUnits=Estatísticas para o somatório da quantidade de produtos/serviços
      -StatsByNumberOfEntities=Estatísticas em número de entidades referentes (número de fatura, ou ordem...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Número de orçamentos
       NumberOfCustomerOrders=Número de encomendas de clientes
       NumberOfCustomerInvoices=Número de faturas a clientes
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Número de unidades em faturas a clientes
       NumberOfUnitsSupplierProposals=Número de unidades nos orçamentos de fornecedor
       NumberOfUnitsSupplierOrders=Número de unidades em encomendas a fornecedores
       NumberOfUnitsSupplierInvoices=Número de unidades nas faturas de fornecedores
      -EMailTextInterventionAddedContact=Foi atribuída uma nova intervenção, %s, a si.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervenção %s validados
       EMailTextInvoiceValidated=A fatura %s foi validada.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=O orçamento %s foi validado.
       EMailTextProposalClosedSigned=O orçamento %s foi fechado e assinado.
       EMailTextOrderValidated=O %s pedido foi validado.
      @@ -197,14 +201,18 @@ EMailTextOrderApprovedBy=Pedido %s Aprovado por %s
       EMailTextOrderRefused=Pedido %s Reprovado
       EMailTextOrderRefusedBy=Pedido %s Reprovado por %s
       EMailTextExpeditionValidated=O envio %s foi validado.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importação conjunto de dados
       DolibarrNotification=Notificação automática
      -ResizeDesc=Digite a nova largura <b>ou</b> altura nova. Razão será mantida durante o redimensionamento ...
      +ResizeDesc=Insira a nova largura <b>OU</b> altura. A proporção será mantida durante o redimensionamento...
       NewLength=Nova largura
       NewHeight=Nova altura
      -NewSizeAfterCropping=Novo tamanho após a corte
      -DefineNewAreaToPick=Definir nova área na imagem para escolher (clique na imagem à esquerda, em seguida, arraste até chegar ao canto oposto)
      -CurrentInformationOnImage=Esta ferramenta foi projetada para ajudá-lo a redimensionar ou recortar uma imagem. Esta é informação sobre a imagem editada atual
      +NewSizeAfterCropping=Novo tamanho depois de recortar
      +DefineNewAreaToPick=Definir nova área na imagem para escolher (clique esquerdo na imagem e depois arraste até chegar ao canto oposto)
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=editor de imagem
       YouReceiveMailBecauseOfNotification=Você recebe essa mensagem porque seu e-mail foi adicionado à lista de metas a serem informados de eventos particulares no software %s %s de.
       YouReceiveMailBecauseOfNotification2=Este evento é o seguinte:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=A sua palavra-passe deve ter pelo menos estes
       YourPasswordHasBeenReset=A sua palavra-passe foi reposta com sucesso
       ApplicantIpAddress=Endereço IP do requerente
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Área de Exportações
      diff --git a/htdocs/langs/pt_PT/projects.lang b/htdocs/langs/pt_PT/projects.lang
      index 6030196741d..a7b4655ac3e 100644
      --- a/htdocs/langs/pt_PT/projects.lang
      +++ b/htdocs/langs/pt_PT/projects.lang
      @@ -8,7 +8,7 @@ ProjectStatus=Estado do projeto
       SharedProject=Toda a Gente
       PrivateProject=Contactos do Projeto
       ProjectsImContactFor=Projetos nos quais sou um contacto
      -AllAllowedProjects=All project I can read (mine + public)
      +AllAllowedProjects=Todos os projetos que eu posso ler (meus + público)
       AllProjects=Todos os Projetos
       MyProjectsDesc=This view is limited to projects you are a contact for
       ProjectsPublicDesc=Esta visualização apresenta todos os projetos que está autorizado a ler.
      @@ -24,8 +24,8 @@ TasksDesc=Esta visualização apresenta todos os projetos e tarefas (as suas per
       AllTaskVisibleButEditIfYouAreAssigned=All tasks for qualified projects are visible, but you can enter time only for task assigned to selected user. Assign task if you need to enter time on it.
       OnlyYourTaskAreVisible=Only tasks assigned to you are visible. Assign task to yourself if it is not visible and you need to enter time on it.
       ImportDatasetTasks=Tarefas dos projetos
      -ProjectCategories=Project tags/categories
      -NewProject=Novo Projeto
      +ProjectCategories=Etiquetas/categorias de projeto
      +NewProject=Novo projeto
       AddProject=Criar Projeto
       DeleteAProject=Apagar um Projeto
       DeleteATask=Apagar uma Tarefa
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Tem certeza de que deseja eliminar este projeto?
       ConfirmDeleteATask=Tem certeza de que deseja eliminar esta tarefa?
       OpenedProjects=Projetos abertos
       OpenedTasks=Abrir tarefas
      -OpportunitiesStatusForOpenedProjects=Quantia das oportunidades de projetos abertos, por estado
      -OpportunitiesStatusForProjects=Quantia das oportunidades de projetos, por estado
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Mostrar Projeto
       ShowTask=Ver tarefa
       SetProject=Definir Projeto
       NoProject=Nenhum projeto definido ou possuído
      -NbOfProjects=Nr. de Projetos
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Tempo Dispendido
       TimeSpentByYou=Tempo gasto por você
       TimeSpentByUser=Tempo gasto pelo utilizador
      @@ -61,7 +61,7 @@ Task=Tarefa
       TaskDateStart=Data de início da tarefa
       TaskDateEnd=Data do fim da tarefa
       TaskDescription=Descrição da tarefa
      -NewTask=Nova Tarefa
      +NewTask=Nova tarefa
       AddTask=Criar Tarefa
       AddTimeSpent=Create time spent
       AddHereTimeSpentForDay=Add here time spent for this day/task
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Ir para a lista de tarefas
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lista de orçamentos associados com o projeto
      -ListOrdersAssociatedProject=Lista de encomendas de clientes associadas ao projeto
      -ListInvoicesAssociatedProject=Lista de faturas a clientes associadas ao projeto
      -ListPredefinedInvoicesAssociatedProject=Lista de faturas modelo de clientes associadas ao projeto
      -ListSupplierOrdersAssociatedProject=Lista de notas de encomenda de fornecedores associadas ao projeto
      -ListSupplierInvoicesAssociatedProject=Lista de faturas de fornecedores associadas ao projeto
      -ListContractAssociatedProject=Lista de Contratos Associados ao Projeto
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lista de intervenções associadas ao projeto
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Lista de eventos associados ao projeto
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -138,7 +139,7 @@ CloneTaskFiles=Clone task(s) joined files (if task(s) cloned)
       CloneMoveDate=Atualizar as datas dos projetos/tarefas a partir de agora?
       ConfirmCloneProject=Tem a certeza de que deseja clonar este projeto?
       ProjectReportDate=Alterar as datas das tarefas de acordo com a nova data de início do projeto
      -ErrorShiftTaskDate=Impossible to shift task date according to new project start date
      +ErrorShiftTaskDate=Impossível deslocar a data da tarefa de acordo com a data de início do novo projeto
       ProjectsAndTasksLines=Projetos e tarefas
       ProjectCreatedInDolibarr=Projeto %s criado
       ProjectValidatedInDolibarr=Projeto %s validado
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Projeto %s, modificado
       TaskCreatedInDolibarr=%s tarefas criadas
       TaskModifiedInDolibarr=%s tarefas modificadas
       TaskDeletedInDolibarr=%s tarefas apagadas
      -OpportunityStatus=Estado da oportunidade
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Estado da Opu.
      -OpportunityProbability=Probabilidade da oportunidade
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=Montante da oportunidade
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Opp. amount
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Colaborador
       SelectElement=Selecionar elemento
       AddElement=Ligar ao elemento
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Carga de trabalho prevista
       PlannedWorkloadShort=Workload
       ProjectReferers=Itens relacionados
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projetos com este utilizador como contacto
       TasksWithThisUserAsContact=Tarefas atribuídas a este utilizador
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Atribuir 
       ProjectOverview=Resumo
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Usar projetos para seguir leads/oportunidades
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Amount of opportunities by month
      -ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of opportunities by month
      -ProjectOpenedProjectByOppStatus=Projeto/lead aberto, por estado de oportunidade
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Projetos abertos, por terceiros
      -OnlyOpportunitiesShort=Apenas oportunidades
      -OpenedOpportunitiesShort=Open opportunities
      -NotAnOpportunityShort=Não é uma oportunidade
      -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=Prospeção
       OppStatusQUAL=Qualificação
       OppStatusPROPO=Orçamento
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=O projeto %s deve estar ativo para ser desativado
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ro_RO/admin.lang b/htdocs/langs/ro_RO/admin.lang
      index fd9c282f388..586b425787c 100644
      --- a/htdocs/langs/ro_RO/admin.lang
      +++ b/htdocs/langs/ro_RO/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Dezvoltare
       VersionUnknown=Necunoscut
       VersionRecommanded=Recomandat
       FileCheck=Cercetarea integrității fișierelor
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler pentru a salva sesiunile
       SessionSavePath=Storage sesiune localizare
       PurgeSessions=Goleşte sesiunile
       ConfirmPurgeSessions=Chiar vrei să ștergi toate sesiunile? Acest lucru va deconecta fiecare utilizator (cu excepția dvs.).
      -NoSessionListWithThisHandler=Salvaţi sesiunea de manipulare configurat în PHP nu vă permite pentru a lista toate sesiunile de rulare.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Blocare  conexiuni noi
      -ConfirmLockNewSessions=Sunteţi sigur că doriţi să restricţionaţi oricare noău conexiune Dolibarr pentru tine. Numai utilizatorul <b>%s</b> va fi capabil să se conecteze după aceea.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Înlăturaţi blocarea  conexiunii
       YourSession=Sesiuniea dvs
      -Sessions=Sesiune utilizatori
      +Sessions=Users sessions
       WebUserGroup=Web Server utilizator / grup
      -NoSessionFound=PHP pare a nu permite  listarea sesiunilor active. Directorul folosit pentru salvarea sesiunilor <b>(%s)</b> ar putea fi protejat (De exemplu, de permisiunile SO sau de directiva PHP  open_basedir ).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Set caractere  al bazei de date pentru  stocarea datelor
       DBSortingCharset=Set caractereal bazei de date pentru sortarea datelor
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Utilizator extern
       InternalUsers=Utilizatori interni
       ExternalUsers=Utilizatori externi
       GUISetup=Afişare
      -SetupArea=CONFIGURARE
      +SetupArea=Setări
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Formular pentru testarear încărcării de  fişiere (în funcţie de configurare)
       IfModuleEnabled=Notă: Da este folositor numai dacă modul  <b>%s</b> este activat
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Codul nu poate conţine valoarea 0
       DisableJavascript=Dezactivează funcţiile JavaScript si Ajax (Recomandat pentru persoanele oarbe sau browserele text )
       UseSearchToSelectCompanyTooltip= De asemenea, dacă aveți un număr mare de terţi (> 100 000), puteți crește viteza prin setarea constantei COMPANY_DONOTSEARCH_ANYWHERE la 1 la Setup->Other. Căutarea va fi limitată la începutul șirului.
       UseSearchToSelectContactTooltip=De asemenea, dacă aveți un număr mare de terţi (> 100 000), puteți crește viteza prin setarea constantei COMPANY_DONOTSEARCH_ANYWHERE la 1 la Setup->Other. Căutarea va fi limitată la începutul șirului.
      -DelaiedFullListToSelectCompany=Așteptați să apăsați o cheie înainte de a încărca conținutul listei combo a terților (Aceasta poate crește performanța dacă aveți un număr mare de terțe părți, dar este mai puțin convenabil)
      -DelaiedFullListToSelectContact=Așteptați să apăsați o cheie înainte de a încărca conținutul listei combo de contacte (Aceasta poate crește performanța dacă aveți un număr mare de contacte, dar este mai puțin convenabil)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nr caractere pentru a declanşa căutare: %s
       NotAvailableWhenAjaxDisabled=Nu este disponibil, atunci când Ajax cu handicap
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview nu este disponibil
       ThemeCurrentlyActive=Tema activă în prezent
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Datele sunt stocate și returnate de către serverul de baze de date ca și în cazul în care au fost păstrate ca șiruri transmise. Timezone are efect numai atunci când se utilizează funcția UNIX_TIMESTAMP (care nu ar trebui să fie utilizate de către Dolibarr, astfel TZ al bazei de date ar trebui să aibă nici un efect, chiar dacă sa schimbat după ce a fost introduse date).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Spaţiu
       Table=Tabel
       Fields=Câmpuri
      @@ -111,14 +111,14 @@ NotConfigured=Modulul / aplicația nu a fost configurată
       Active=Activ
       SetupShort=Setări
       OtherOptions=Alte opţiuni
      -OtherSetup=Alte Setări
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Separator zecimal
       CurrentValueSeparatorThousand=Separator mii
       Destination=Destinaţii
       IdModule=ID Modul
       IdPermissions=ID Permisiuni
       LanguageBrowserParameter=Parametru %s
      -LocalisationDolibarrParameters=Parametrii Localizare
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Time Zone client (utilizator)
       ClientHour=Client Time(utilizator)
       OSTZ=Time Zone Server OS
      @@ -126,8 +126,8 @@ PHPTZ=Time Zone Server PHP
       DaylingSavingTime=Ora de vară (utilizator)
       CurrentHour=Timp  PHP (server)
       CurrentSessionTimeOut=Sesiunea curentă timeout
      -YouCanEditPHPTZ=Pentru a seta un alt fus orar PHP (nu este necesar), puteți încerca să adăugați un fișier .htaccess cu o linie precum "SetEnv TZ Europe / Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgeturi
       MaxNbOfLinesForBoxes=Număr maxim de linii pentru widgeturi
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorați erorile de înregistrare duplicat (INSERT IGNOR
       AutoDetectLang=Autodetect (browser limbă)
       FeatureDisabledInDemo=Funcţonalitate dezactivată în demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgeturile sunt componente care prezintă unele informații pe care le puteți adăuga pentru a personaliza unele pagini. Aveți posibilitatea să alegeți între afișarea widget-ului sau nu, selectând pagina țintă și făcând clic pe "Activare" sau făcând clic pe coșul de gunoi pentru a-l dezactiva.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Numai elementele din <a href="%s"> module activate </a> sunt afişate.
      -ModulesDesc=Modulele Dolibarr definesc ce aplicație / caracteristică este activată în software. Unele aplicații / module necesită permisiuni pe care trebuie să le acordați utilizatorilor, după activarea acestora. Faceți clic pe butonul On / Off pentru a activa un modul / aplicație.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Puteți descărca mai multe module de pe site-uri externe de pe Internet ...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Găsiți aplicația / modulele externe
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nou
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, market place oficial  pentru  module externe Dolibarr ERP / CRM
      -DoliPartnersDesc=Lista companiilor care oferă module sau caracteristici dezvoltate personalizate (Notă: oricine are experiență în programarea PHP poate oferi dezvoltare personalizată pentru un proiect open source)
      -WebSiteDesc=Site-uri web de referință pentru a găsi mai multe module ...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgeturi disponibile
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Nu stoca parole în mod clar în baza de date
       MainDbPasswordFileConfEncrypted=Baza de date parola criptat în conf.php
       InstrucToEncodePass=Pentru a fi parola codificată în dosarul <b>conf.php</b>, înlocuiţi linia  <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Pentru a avea o parolă decodificată în fișierul <b> conf.php </b>, înlocuiți linia <br> <b> $dolibarr_main_db_pass = "cripted:..."; </b> <br> cu <br> <b> $ dolibarr_main_db_pass = "%s"; </br>
      -ProtectAndEncryptPdfFiles=Protecţie a generat pdf (nu recommandd, pauzele de masă PDF Generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protecția unui document PDF îi permite să fie citit și imprimat cu orice browser PDF. Cu toate acestea, editarea și copierea nu mai sunt posibile. Rețineți că utilizarea acestei funcții face  nefunctională construirea unui fișier PDF global .
       Feature=Funcţionalitate
       DolibarrLicense=Licenţa
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Pentru utilizator sau developer documentaţia (doc, FAQs ...), <br> aruncăm o privire la Dolibarr Wiki: <br> <a href="%s" target="_blank"><b> %s</b></a>
       ForAnswersSeeForum=Pentru orice alte întrebări / ajutor, se poate utiliza Dolibarr forum: <br> <a href="%s" target="_blank"><b> %s</b></a>
      -HelpCenterDesc1=Această zonă vă poate ajuta să obţineţi un suport de Ajutor de servicii pe Dolibarr.
      -HelpCenterDesc2=Unii o parte din acest serviciu sunt disponibile <b>numai</b> în limba <b>engleză.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Gestionarul meniu curent
       MeasuringUnit=Unitate de măsură
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Perioadă notita
       NewByMonth=New by month
       Emails=E-mailuri
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP Port (în mod implicit în <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP-gazdă (în mod implicit în <b>php.ini: %s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP Port (Nu este definită în PHP pe Unix, cum ar fi sisteme)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP-gazdă (Nu este definită în PHP pe Unix, cum ar fi sisteme)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Trimite un mod sistematic ascunse carbon copie a tuturor e-mailuri trimise la
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metoda de a folosi pentru a trimite email-uri
      -MAIN_MAIL_SMTPS_ID=SMTP ID-ul de autentificare necesare în cazul în
      -MAIN_MAIL_SMTPS_PW=SMTP parola, dacă se cere autentificare
      -MAIN_MAIL_EMAIL_TLS= Utilizaţi  criptare TLS (SSL)
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Dezactivaţi toate trimiteri SMS (în scopuri de testare sau demo-uri)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metoda de  utilizare  pentru  trimiterea SMS-urilor
      -MAIN_MAIL_SMS_FROM=Numărul de telefon expeditor implicit   pentru trimiterea de SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Caracteristicã nu sunt disponibile pe Unix, cum ar fi sisteme. Testaţi-vă sendmail program la nivel local.
      -SubmitTranslation=Dacă traducerea este incompletă sau găsiți erori, puteți corecta prin editarea fișierului în directorul <b>langs/%s</b> și trimite schimbările la www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Configurare Modul
       ModulesSetup=Configurare Module / Aplicație
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nu utilizaţi în producţie
       ThisIsProcessToFollow=Acestia sunt pasii proiectului:
       ThisIsAlternativeProcessToFollow=Aceasta este o configurare alternativă de procesare manuală:
       StepNb=Pasul %s
      -FindPackageFromWebSite=Găsiţi un pachet care ofera facilitate dorit (de exemplu, pe site-ul web %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Descărcați pachetul (de exemplu de pe site-ul web oficial %s).
      -UnpackPackageInDolibarrRoot=Despachetați fișierele arhivate în directorul server dedicat Dolibarr: <b> %s </b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Implementarea modulului a fost terminată. Cu toate acestea, trebuie să activați și să configurați modulul în aplicație, accesând pagina pentru configurarea modulelor: <a href="%s"> %s </a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Directorul rădăcină alternativ nu este atribuit unui director existent. <br>
       InfDirAlt=De la versiunea 3, este posibil să se definească un director rădăcină alternativ. Acest lucru vă permite să stocați, într-un director dedicat, plug-in-uri și șabloane personalizate. <br> Doar creați un director in rădăcina Dolibarr (de exemplu: personalizat).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr versiunea curentă
       CallUpdatePage=Accesați pagina care actualizează structura și datele bazei de date: %s.
       LastStableVersion=Ultima versiune stabilă
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Întârziere pentru caching de export de răspuns în câteva secunde (0 sau gol pentru nici un cache)
       DisableLinkToHelpCenter=Ascundere link-ul <b>"Aveţi nevoie de ajutor sau sprijin"</b> de la pagina de login
       DisableLinkToHelp=Ascunde link-ul Ajutor Online "<b>%s</b>"
      -AddCRIfTooLong=Nu exista un ambalaj, aşa că, dacă este linia de documente pe pagină, pentru că prea mult timp, trebuie să adăugaţi-vă revine transportului în textarea.
      -ConfirmPurge=Sigur doriți să executați această curatare? <br> Aceasta va șterge definitiv toate fișierele de date, fără a le putea restabili (fișiere ECM, fișiere atașate ...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Lungimea minimă
       LanguageFilesCachedIntoShmopSharedMemory=Fişierele  .lang încărcate în memorie partajata
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Exemple cu care rulează curent setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Lista de directoare OpenDocument template-uri
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Numărul de şabloane fişiere ODT/ODS   găsite în acele directoare
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Exemple de sintaxa: <br> c: mydir \\ <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Pentru a şti cum să vă creaţi şabloane DOCX, ODT documente, înainte de a le stoca în aceste directoare, citiţi documentaţia wiki:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Pentru a utiliza Web Services (parametru &quot;dolibarrk
       TestSubmitForm=Intrare test de formă
       ThisForceAlsoTheme=Folosind acest meniu managerul va folosi, de asemenea, propria temă tot ce este alegerea de către utilizator. De asemenea, acest manager de meniu specializat pentru smartphone-uri nu functioneaza pe toate smartphone-uri. Utilizaţi un alt manager de meniu, dacă aveţi probleme pe a ta.
       ThemeDir=Director Teme
      -ConnectionTimeout=Conexiune timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Răspuns timeout
       SmsTestMessage=Mesaj de test de la PHONEFROM__ __ la __ PHONETO__
       ModuleMustBeEnabledFirst=Modulul <b> %s</b> trebuie să fie activat daca aveti nevoie de aceasta functie
       SecurityToken=Cheia pentru URL-uri sigure
      -NoSmsEngine=Nu expeditor SMS Manager disponibile. SMS expeditor manager nu sunt instalate implicit cu distribuţia (deoarece depinde de un furnizor extern), dar puteţi găsi unele pe http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Puteţi seta opţiunile de fiecare globale referitoare la generarea PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Reguli de creare a casetelor adresa
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Ascunde descrierea produselor pe PDF ul generat
       HideRefOnPDF=Ascunde ref. produs pe PDF ul generat
       HideDetailsOnPDF=Ascunde detaliile liniilor de produs în PDF-ul generat
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametrii pentru a asigura URL-uri
       SecurityTokenIsUnique=Utilizaţi un unic parametru securekey pentru fiecare URL
       EnterRefToBuildUrl=Introduceţi de referinţă pentru %s obiect
       GetSecuredUrl=Obţineţi URL-ul calculat
      -ButtonHideUnauthorized=Ascundeți butoanele pentru utilizatorii care nu sunt administratori pentru acțiuni neautorizate, în loc să apară butoane dezactivate în culoarea gri.
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Vechea rată TVA
       NewVATRates=Noua rată TVA
       PriceBaseTypeToChange=Modifică la prețuri cu valoarea de referință de bază definit pe
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select Listă
       ExtrafieldSelectList = Select din tabel
       ExtrafieldSeparator=Separator (nu un câmp)
       ExtrafieldPassword=Parolă
      -ExtrafieldRadio=Butoane radio (numai la alegere)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Casetele de selectare
       ExtrafieldCheckBoxFromList=Căsuțele de selectare din tabel
       ExtrafieldLink=Link către un obiect
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Link implicit
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Atenție, această valoare poate fi suprascrisă de setările specifice utilizatorului (fiecare utilizator poate seta propriul url clicktodial)
       ExternalModule=Modul extern - instalat în directorul %s
      -BarcodeInitForThirdparties=Init cod de bare în  masă pentru terţi
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Init sau reset cod de bare în  masă pentru produse şi servicii
       CurrentlyNWithoutBarCode=În prezent, aveti <strong> %s </strong>inregistrari pe <strong> %s</strong> %s fără cod de bare definit.
       InitEmptyBarCode=Valoare inițializare pentru următoarele %s înregistrări goale
       EraseAllCurrentBarCode=Ștergeți toate valorile curente de coduri de bare 
       ConfirmEraseAllCurrentBarCode=Sigur doriți să ștergeți toate valorile actuale ale codurilor de bare?
       AllBarcodeReset=Toate valorile codurilor de bare au fost eliminate
      -NoBarcodeNumberingTemplateDefined=Niciun model numeric de cod de bare disponibil in configurarea modulului cod de bare
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Afiseaza adresa societatii
       DisplayCompanyManagers=Afiseaza nume manager
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Câmp
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Utilizatori & grupuri
      +Module0Name=Utilizatorii & Grupuri
       Module0Desc=Managementul Utilizatorilor/Angajaților și Grupurilor
      -Module1Name=Terţi
      +Module1Name=Third Parties
       Module1Desc=Managementul terţilor (societăţi, particulari) şi contactelor
       Module2Name=Comercial
       Module2Desc=Management Comercial
       Module10Name=Contabilitate
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Oferte
       Module20Desc=Managementul Ofertelor Comerciale
       Module22Name=Emailing
      @@ -511,13 +517,13 @@ Module52Desc=Managementul Stocurilor (produse)
       Module53Name=Servicii
       Module53Desc=Managementul Serviciilor
       Module54Name=Contracte / Abonamente
      -Module54Desc=Managementul contractelor (servicii sau abonamente periodice)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Coduri de bare
       Module55Desc=Coduri de bare "de gestionare a
       Module56Name=Telefonie
       Module56Desc=Telefonie integrare
       Module57Name=Ordine de plată bancare directe
      -Module57Desc=Managementul ordinelor de plată prin debit direct. Acesta include generarea de fișiere SEPA pentru țările europene.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=ClickToDial integrare
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Ordine de deplasare şi Note de Cheltuieli
       Module75Desc=Managementul Ordinele de deplasare şi Notelor de Cheltuieli
       Module80Name=Livrări
       Module80Desc=Managementul Livrărilor şi a Recepţiilor
      -Module85Name=Banca si Casa
      +Module85Name=Banks and Cash
       Module85Desc=Managementul conturilor bancare şi in numerar
      -Module100Name=Site Extern
      -Module100Desc=Includeţi orice site web externe Dolibarr în meniuri şi vizualiza într-o ramă Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman şi SIP
       Module105Desc=Interfaţă Mailman sau SPIP pentru modul membru
       Module200Name=LDAP
      -Module200Desc=LDAP directorul de sincronizare
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integrare
       Module240Name=Exportul de date
      -Module240Desc=Instrument pentru a exporta date Dolibarr (cu asistenți)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Date importurile
      -Module250Desc=Instrument pentru a importa date în Dolibarr (cu asistenți)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Membri
       Module310Desc=Fundatia membri de management
       Module320Name=Feed RSS
       Module320Desc=Adauga RSS feed interiorul Dolibarr ecran pagini
      -Module330Name=Marcaje
      -Module330Desc=Management bookmark-uri
      -Module400Name=Proiecte / Oportunitati  / Prospecți
      -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 integrare
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Plata salariilor angajaților
      -Module510Desc=Înregistrați și urmați plata salariilor angajaților dvs.
      +Module510Desc=Record and track employee payments
       Module520Name=Credit
       Module520Desc=Gestionarea creditelor
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donatii
       Module700Desc=MAnagementul Donaţiilor
       Module770Name=Rapoarte Cheltuieli
      -Module770Desc=Managementul rapoartelor de cheltuieli (transport, masă, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Generarea de documente de poștă electronică in masa
       Module1780Name=Tag-uri / Categorii
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Fckeditor
      -Module2000Desc=Permite modificarea unor zone din text folosind un editor avansat (Bazat pe CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Preţuri dinamice
       Module2200Desc=Activați utilizarea expresii matematice pentru prețuri
       Module2300Name=Joburi programate
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Evenimente / Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Activați serviciile serverului Dolibarr SOAP care furnizează se
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Activați Servicii web a clientului Dolibarr  (Poate fi folosit pentru a da date / cererile de servere externe. Doar Comenzi Furnizor sunt acceptate  pentru moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Folosiţi serviciul online Gravatar (www.gravatar.com) pentru a arăta fotografie de utilizatori / membri (găsit cu mesajele de poştă electronică). Aveţi nevoie de un acces la internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP conversii Maxmind capacităţile
       Module3100Name=Skype
       Module3100Desc=Adăugați un buton Skype la utilizatori / terțe parti / contacte / membri
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-societate
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Managementul cererilor de concedii
      -Module20000Desc=Declară şi urmăreşte cererile de concedii ale angajaţilor
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lotul sau numărul de serie, consumul de date manuale și vânzări pe produse
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Punct de Vanzare
       Module50100Desc=Modulul Punct de vânzări (POS)
      +Module50150Name=Punct de vânzări
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=PayPal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Contabilitate (avansat)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=Print lP IPrinter
      -Module54000Desc=Imprimare directă (fără a deschide documentele) folosind interfața CUPS IPP (imprimanta trebuie să fie vizibilă de pe server și CUPS trebuie să fie instalat pe server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Sondaj, supraveghere sau vot
      -Module55000Desc=Modulul pentru a face sondaje online, supravegheri sau voturi (cum ar fi Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marje
       Module59000Desc=Modul management marje
       Module60000Name=Comisioane
       Module60000Desc=Modul management comisioane
       Module62000Name=Incoterm
      -Module62000Desc=Adaugă functionalitati  pentru  gestionarea  Incoterm
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resurse
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Citeşte facturi
      @@ -651,9 +661,9 @@ Permission32=Creare / Modificare produse / servicii
       Permission34=Ştergere produse / servicii
       Permission36=Exportul de produse / servicii
       Permission38=Exportul de produse
      -Permission41=Citeste proiectele și sarcinile (proiect comun și proiecte pentru care eu sunt persoana de contact). Se poate intoduce, de asemenea, timpul consumat cu sarcinile atribuite (Timesheet), pentru mine sau pentru ierarhia mea, 
      -Permission42=Creați / modificați proiecte (proiecte și proiecte comune pentru care sunt persoana de contact). De asemenea, se pot crea sarcini și atribui proiecte și sarcini utilizatorilor.
      -Permission44=Ştergere proiecte
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export proiecte
       Permission61=Citeşte intervenţii
       Permission62=Creare / Modificare intervenţii
      @@ -686,7 +696,7 @@ Permission109=Ştergere sendings
       Permission111=Citeşte conturile financiare
       Permission112=Crea / modifica / delete şi compara tranzacţiile
       Permission113=Configurare conturi financiare( creare, gestionare categorii)
      -Permission114=Tranzactii Reconciliate
      +Permission114=Reconcile transactions
       Permission115=Tranzacţii de export şi în declaraţiile
       Permission116=Transferuri între conturile
       Permission117=Gestionare cecuri de expediţie
      @@ -694,15 +704,15 @@ Permission121=Citiţi cu terţe părţi legate de utilizator
       Permission122=Creare / Modificare terţe părţi legate de utilizator
       Permission125=Ştergere terţe părţi legate de utilizator
       Permission126=Export terţi
      -Permission141=Citește toate proiectele și sarcinile (inclusiv proiectele private pentru care nu sunt persoană de contact)
      -Permission142=Creați/modificați toate proiectele și sarcinile (inclusiv proiectele private pentru care nu sunt persoană de contact)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Şterge toate proiectele și sarcinile (inclusiv proiectele private pentru care nu sunt persoană de contact)
       Permission146=Citiţi cu furnizorii
       Permission147=Citeşte stats
       Permission151=Citiți comenzile de plată prin debitare directă
       Permission152=Creați/modificați un ordin de plată prin debit direct
       Permission153=Trimite/transmite ordine de plată prin debit direct
      -Permission154=Inregistreaza creditarea / respingerea ordinelor de plată prin debitare directă
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Citește contracte / abonamente
       Permission162=Creare / modificare contracte / abonamente
       Permission163=Activează un serviciu / abonament al unui contract
      @@ -725,7 +735,7 @@ Permission187=Inchide furnizor ordinelor
       Permission188=Anulare furnizor ordinelor
       Permission192=Creaţi linii
       Permission193=Anulare linii
      -Permission194=Citiţi cu latimea de banda de linii
      +Permission194=Read the bandwidth lines
       Permission202=Creaţi conexiuni ADSL
       Permission203=Ordinul de conexiuni ordinelor
       Permission204=Ordinul de conexiuni
      @@ -750,12 +760,12 @@ Permission244=A se vedea conţinutul ascunse categorii
       Permission251=Citiţi cu alţi utilizatori şi grupuri
       PermissionAdvanced251=Citeste alţi utilizatori
       Permission252=Creare / Modificare altor utilizatori, grupuri şi a ta permisssions
      -Permission253=Modificare de alţi utilizatori parola
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Crearea / modificarea utilizatorii interni / externi şi permisiuni
       Permission254=Ştergere sau dezactiva alţi utilizatori
       Permission255=Creaţi / modifica propriile informaţii de utilizator
       Permission256=Modificare propria parolă
      -Permission262=Extindeți accesul la toate părțile terțe (nu numai terțelor părți al căror utilizator este un reprezentant de vânzari). <br> Nu este utilizabil pentru utilizatorii externi (doar pentru uz intern, pentru propuneri, ordine, facturi, contracte etc.). <br> Nu este utilizabil pentru proiecte (doar reguli privind permisiunile de proiect, aspecte de vizibilitate și de atribuire).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Citeşte CA
       Permission272=Citeşte facturi
       Permission273=Problema facturilor
      @@ -765,7 +775,7 @@ Permission283=Ştergere contacte
       Permission286=Exportaţi contacte
       Permission291=Citeşte tarife
       Permission292=Setaţi permisiunile cu privire la tarifele de
      -Permission293=Modificare clienti tarife
      +Permission293=Modify customers tariffs
       Permission300=Citiţi cu coduri de bare
       Permission301=Creare / Modificare coduri de bare
       Permission302=Ştergere coduri de bare
      @@ -787,11 +797,9 @@ Permission401=Citiţi cu reduceri
       Permission402=Creare / Modificare reduceri
       Permission403=Validate reduceri
       Permission404=Ştergere reduceri
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Şterge salarii
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Export salarii
       Permission520=Citeşte credite
       Permission522=Creare/modificare credite
      @@ -844,8 +852,8 @@ Permission1251=Run masa importurile de date externe în baza de date (date de sa
       Permission1321=Export client facturi, atribute şi plăţile
       Permission1322=Reopen a paid bill
       Permission1421=Export client ordinele şi atribute
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Şterge cererile de concediu
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Tipuri terţi
      -DictionaryCompanyJuridicalType=Forme Legale Terti
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Nivel potenţial Prospect
       DictionaryCanton=Regiune / Judeţ
       DictionaryRegion=Regiuni
      @@ -894,7 +902,7 @@ DictionaryVAT=Cote TVA sau Cote Taxe Vanzări
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Conditiile de plata
       DictionaryPaymentModes=Moduri plată
      -DictionaryTypeContact=Tipuri Contact/adresă
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (DEEE)
       DictionaryPaperFormat=Formate hârtie
      @@ -908,47 +916,47 @@ DictionarySource=Originea ofertei  / comenzi
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Model pentru plan de conturi
       DictionaryAccountancyJournal=Jurnalele contabile
      -DictionaryEMailTemplates=Șabloane e-mailuri 
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Unităţi
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Tipuri concedii
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup salvate
       SetupNotSaved=Setup not saved
       BackToModuleList=Inapoi la lista de module
      -BackToDictionaryList=Inapoi la lista de dicţionare
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=TVA-ul de management
      -VATIsUsedDesc=În mod implicit, când se creează perspective, facturi, comenzi etc., rata TVA respectă regula standard activă: <br> Dacă vânzătorul nu este supus TVA, valoarea TVA este implicit 0. Sfârșitul regulii. <br> Dacă (țara de vânzare = tara de cumpărare), atunci TVA-ul este implicit egal cu TVA-ul produsului în țara de vânzare. Sfârșitul regulii. <br> Dacă vânzătorul și cumpărătorul sunt ambele în Comunitatea Europeană, iar bunurile sunt produse de transport (mașină, navă, avion), TVA-ul implicit este 0 (TVA trebuie plătit de cumpărător la vama țării sale și nu la vânzător). Sfârșitul regulii. <br> Dacă vânzătorul și cumpărătorul sunt ambele în Comunitatea Europeană, iar cumpărătorul nu este o companie, atunci TVA-ul este implicit TVA-ul produsului vândut. Sfârșitul regulii. <br> Dacă vânzătorul și cumpărătorul sunt ambii în Comunitatea Europeană, iar cumpărătorul este o companie, atunci TVA este 0 în mod prestabilit. Sfârșitul regulii. <br> În orice alt caz, valoarea implicită propusă este TVA = 0. Sfârșitul regulii.
      -VATIsNotUsedDesc=În mod implicit propuse de TVA este 0, care poate fi utilizat pentru cazuri ca asociaţiile, persoane fizice ou firme mici.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rată
       LocalTax1IsNotUsed=Nu utilizează taxa secundă
      -LocalTax1IsUsedDesc=Utilizează un al doilea tip de taxă ( altul decât TVA )
      -LocalTax1IsNotUsedDesc=Nu utilizează un al tip de taxă ( altul decât TVA )
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Tip secund taxă
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nu utilizează taxa treia
      -LocalTax2IsUsedDesc=Utilizează un al treilea tip de taxă ( altul decât TVA )
      -LocalTax2IsNotUsedDesc=Nu utilizează un al tip de taxă ( altul decât TVA )
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tipul trei al taxei
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= Rata de RE, în mod implicit atunci când perspectivele crearea, facturi, comenzi etc urmeze regula activă standard: <br> Dacă te cumpărător nu este supus la RE, RE implicit = 0. Sfârşitul regulă. <br> În cazul în care cumpărătorul este supus la RE apoi RE în mod implicit. Sfârşitul regulă. <br>
      -LocalTax1IsNotUsedDescES= În mod implicit RE propus este 0. Sfârşitul regulă.
      -LocalTax1IsUsedExampleES= În Spania sunt profesionisti supuse unor secţiuni specifice ale IAE spaniole.
      -LocalTax1IsNotUsedExampleES= În Spania sunt profesionişti şi societăţile şi sub rezerva la anumite secţiuni ale IAE spaniole.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= Rata de RE, în mod implicit atunci când perspectivele crearea, facturi, comenzi etc urmeze regula activă standard: <br> În cazul în care vânzătorul nu este supus IRPF, apoi IRPF implicit = 0. Sfârşitul regulă. <br> În cazul în care vânzătorul este supus IRPF apoi IRPF în mod implicit. Sfârşitul regulă. <br>
      -LocalTax2IsNotUsedDescES= În mod implicit propus IRPF este 0. Sfârşitul regulă.
      -LocalTax2IsUsedExampleES= În Spania, liber profesionişti şi specialişti independenţi, care presta servicii şi companiile care au ales sistemul de impozitare de module.
      -LocalTax2IsNotUsedExampleES= În Spania nu sunt afaceri care fac obiectul sistemului de impozitare de module.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=În mod implicit RE propus este 0. Sfârşitul regulă.
      +LocalTax1IsUsedExampleES=În Spania sunt profesionisti supuse unor secţiuni specifice ale IAE spaniole.
      +LocalTax1IsNotUsedExampleES=În Spania sunt profesionişti şi societăţile şi sub rezerva la anumite secţiuni ale IAE spaniole.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=În mod implicit propus IRPF este 0. Sfârşitul regulă.
      +LocalTax2IsUsedExampleES=În Spania, liber profesionişti şi specialişti independenţi, care presta servicii şi companiile care au ales sistemul de impozitare de module.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Rapoarte pe taxe locale
       CalcLocaltax1=Vânzări - Cumpârări
       CalcLocaltax1Desc=Rapoarte Taxe Locale este calcult ca diferenţă dintre taxele locale de vanzare şi taxele locale de cumparare
      @@ -958,7 +966,8 @@ CalcLocaltax3=Vânzări
       CalcLocaltax3Desc=Rapoarte Taxe Locale este totalul taxelor locale de vanzare
       LabelUsedByDefault=Eticheta utilizat în mod implicit în cazul în care nu poate fi găsit de traducere pentru codul
       LabelOnDocuments=Eticheta de pe documente
      -NbOfDays=Nr zile
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=La sfârşitul lunii
       CurrentNext=Current/Next
       Offset=Decalaj
      @@ -984,7 +993,7 @@ DatabaseUser=Baza de date de utilizator
       DatabasePassword=Baza de date parola
       Tables=Tabele
       TableName=Nume Tabel
      -NbOfRecord=Nr  înregistrări
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver de tip
       SummarySystem=Sistemul de informaţii rezumat
      @@ -996,7 +1005,7 @@ Skin=Tema vizuală
       DefaultSkin=Tema vizuală Implicită
       MaxSizeList=Lungime  max pentru lista
       DefaultMaxSizeList=Lungime max implicită pentru lista
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Mesajul zilei
       MessageLogin=Mesaj pagina login
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Formular de căutare permanent in meniu din  stânga
       DefaultLanguage=Limba folosita  implicit (cod limba)
       EnableMultilangInterface=Activaţi multilingv interfaţă
       EnableShowLogo=Afişare logo în meniul stânga
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Nume
       CompanyAddress=Adresă
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Titular de cont bancar %s
       BankModuleNotActive=Conturi bancare de module nu a permis
       ShowBugTrackLink=Arată link-ul "<strong>%s</strong>"
       Alerts=Alerte
      -DelaysOfToleranceBeforeWarning=Toleranta întârzieri înainte de avertisment
      -DelaysOfToleranceDesc=Acest ecran vă permite să definiţi de tolerat întârzieri înainte de o alertă este raportat de pe ecran cu picto %s târziu, pentru fiecare element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Întârziere acceptată (în zile) înainte de a alerta cu privire la evenimentele planificate (evenimentele de pe ordinea de zi) care nu au fost finalizate încă
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Întârziere acceptată (în zile) înainte de a alerta cu privire la comenzile care nu au fost procesate încă
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Întârziere toleranță (în zile) înainte de alertă cu privire la propunerile de a închide
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Toleranţă întârziere (în zile) înainte de alertă cu privire la propuneri nu facturat
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Toleranta întârziere (în zile) înainte de alertă cu privire la servicii, pentru a activa
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Toleranta întârziere (în zile) înainte de alertă cu privire la serviciile expirat
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Toleranta întârziere (în zile) înainte de alertă cu privire la facturile neachitate furnizorului
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Toleranta întârziere (în zile) înainte de alertă cu privire la facturile neachitate de client
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Toleranta întârziere (în zile) înainte de alertă în aşteptarea de pe banca de reconciliere
      -Delays_MAIN_DELAY_MEMBERS=Toleranta întârziere (în zile) înainte de alertă privind taxa de membru întârziat
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Toleranta întârziere (în zile) înainte de alertă pentru cecuri de depozit pentru a face
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=\nZona de configurare este pentru parametrii de configurare inițiali înainte de a începe să se utilizeze Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Alte meniul intrări gestiona parametri opţionali.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Audit de securitate evenimente
       Audit=Audit
       InfoDolibarr=Despre Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Puteţi activa jurnalul de evenimente de securitate Dolibarr aici.
       AreaForAdminOnly=Parametrii de configurare pot fi setați numai de <b> utilizatorii administratori </b>.
       SystemInfoDesc=Sistemul de informare este diverse informaţii tehnice ai citit doar în modul şi vizibil doar pentru administratori.
       SystemAreaForAdminOnly=Această zonă este disponibil numai pentru utilizatorii de administrator. Nici una din Dolibarr permisiunile pot reduce această limită.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Puteţi alege fiecare parametru legate de Dolibarr aspect aici
       AvailableModules=Available app/modules
       ToActivateModule=Pentru a activa modulele, du-te la zona de configurare.
       SessionTimeOut=Time out pentru sesiune
      -SessionExplanation=Acest număr de sesiune se va garanta că nu expiră înainte de această întârziere. Dar PHP sessoin de management nu garanţie că întotdeauna sesiune expira după această întârziere: Acest lucru se produce în cazul în care un sistem pentru a curăţa cache-ul de sesiune se execută. <br> Notă: cu nici un sistem special, interne PHP proces va curat la fiecare sesiune <b>despre %s / %s</b> de acces, dar numai în timpul acces făcute de alte sesiuni.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Disponibil declanşează
      -TriggersDesc=Declanşările sunt fişiere care vor modifica comportamentul Dolibarr flux de lucru, o dată copiată în directorul <b>htdocs / includes / declanşează.</b> Ei realizate de noi acţiuni, pe activat Dolibarr evenimente (crearea de noi societăţi, factura de validare, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Declanşările în acest dosar sunt dezactivate <b>de-NoRun</b> sufix în numele lor.
       TriggerDisabledAsModuleDisabled=Declanşările în acest dosar sunt dezactivate ca <b>modul %s</b> este dezactivat.
       TriggerAlwaysActive=Declanşările în acest dosar sunt întotdeauna activ, ce sunt activate Dolibarr module.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Introduceți toate datele de referință. Puteți adăuga valoril
       ConstDesc=Această pagină vă permite să editați toți ceilalți parametri care nu sunt disponibili în paginile anterioare. Acestia sunt în principal parametrii rezervați pentru dezvoltatori sau soluții avansate de depanare. Pentru o listă de opțiuni <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site-deschide într-o fereastră nouă" target="_blank"> verificați aici </a>.
       MiscellaneousDesc=Toți ceilalți parametri legați de securitate sunt definiți aici.
       LimitsSetup=Limitele / Precizie
      -LimitsDesc=Puteţi defini limitele, preciziile şi optimizarile utilizate de către Dolibarr aici
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Zecimale max pentru preturi unitare
       MAIN_MAX_DECIMALS_TOT=Zecimale max pentru preturi totale
       MAIN_MAX_DECIMALS_SHOWN=Zecimale max pentru  preţurile afişate pe ecran (Adăugaţi <b>...</b> după acest număr, dacă doriţi să vezi <b>...</b> când numărul este trunchiat atunci când sunt afişate pe ecran)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=preţul unitar net al unui produs
       TotalPriceAfterRounding=Pret total (net / TVA / inclusiv fiscale) după rotunjirea
       ParameterActiveForNextInputOnly=Parametru de eficient pentru următoarea intrare numai
       NoEventOrNoAuditSetup=Nici un eveniment de securitate a fost înregistrată încă. Acest lucru poate fi normală de audit, dacă nu a fost activată la "setup - securitate - audit" paginii.
      -NoEventFoundWithCriteria=Nici un eveniment de securitate a fost găsit pentru o astfel de criterii de căutare.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Vedeţi-vă locale sendmail setup
       BackupDesc=Pentru a face o copie de siguranţă completă de Dolibarr, trebuie să:
       BackupDesc2=Salvați conținutul directorului de documente (<b> %s</b>) care conține toate fișierele încărcate și generate (Deci include toate fișierele dump generate la pasul 1).
      -BackupDesc3=Salvați conținutul bazei dvs. de date (<b> %s</b>) într-un fișier dump. Pentru aceasta, puteți utiliza următorul asistent.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arhivat directorul trebuie să fie depozitate într-un loc sigur.
       BackupDescY=Generate de fişier de imagine memorie trebuie să fie depozitate într-un loc sigur.
      -BackupPHPWarning=Backupul nu poate fi garantat cu această metodă. Preferă una precedent
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Pentru a restabili o Dolibarr de rezervă, trebuie să:
      -RestoreDesc2=Restaurați fișierul arhivă (de exemplu fișierul zip) din directorul de documente pentru a extrage arborele fișierelor in directorul de documente al unei noi instalări Dolibarr sau în acest director curent de documente (<b> %s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restaurați datele, dintr-un fișier de memorie de rezervă, în baza de date a noii instalări Dolibarr sau în baza de date a instalării curente (<b> %s</b>). Avertisment, odată ce restaurarea este terminată, trebuie să utilizați o autentificare/parolă, care a existat atunci când a fost efectuată copia de rezervă, pentru a vă conecta din nou. Pentru a restaura o bază de date de rezervă în această instalare curentă, puteți urmari acest asistent.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Această regulă este obligat <b>la %s</b> către un activat modulul
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Trebuie să rulaţi această co
       YourPHPDoesNotHaveSSLSupport=SSL funcţii nu sunt disponibile în PHP dvs.
       DownloadMoreSkins=Mai multe teme de  descărcat
       SimpleNumRefModelDesc=Întoarce numărul de referinţă cu formatul %syymm-NNNN unde YY este anul, MM este luna şi NNNN este o secvenţă, fără gaură şi fără a nu putea suporta
      -ShowProfIdInAddress=Arată id professionnal cu adrese pe documente
      -ShowVATIntaInAddress=Ascunde  codul TVA Intra  cu adresa pe documente
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Parţială traducere
      -MAIN_DISABLE_METEO=Dezactivează meteo vedere
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Testaţi logati pentru a API
      -ProxyDesc=Unele caracteristici ale Dolibarr trebuie să aibă acces la Internet pentru a lucra. Definirea aici parametrii pentru aceasta. Dacă serverul Dolibarr se află în spatele unui server proxy, acei parametri Dolibarr spune cum de a accesa Internetul prin ea.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Extern de acces
       MAIN_PROXY_USE=Utilizaţi un server proxy (acces direct la internet altfel)
       MAIN_PROXY_HOST=Numele / adresa de server proxy
       MAIN_PROXY_PORT=Portul de server proxy
       MAIN_PROXY_USER=Autentifica-te pentru a utiliza server proxy
       MAIN_PROXY_PASS=Parolă pentru a utiliza server proxy
      -DefineHereComplementaryAttributes=Definiţi aici toate atributele, care nu sunt deja disponibile în mod implicit, şi că doriţi să fie sprijinite pentru %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Atribute complementare
       ExtraFieldsLines=Atribute complementare (linii)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Atribute complementare (linii de comandă)
       ExtraFieldsSupplierInvoicesLines=Atribute complementare (linii de facturare)
       ExtraFieldsThirdParties=Atribute complementare ( terţi)
      -ExtraFieldsContacts=Atribute complementare (contact/addresă )
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Atribute complementare (membri)
       ExtraFieldsMemberType=Atribute complementare (tip membri)
       ExtraFieldsCustomerInvoices=Atribute complementare (facturi)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=numai caractere minuscule,  alfanumerice fără
       SendmailOptionNotComplete=Atenţie, pe unele sisteme Linux, pentru a trimite e-mail de la e-mail, sendmail configurare execuţie trebuie să conatins optiunea-ba (mail.force_extra_parameters parametri în fişierul php.ini). Dacă nu unor destinatari a primi e-mailuri, încercaţi să editaţi acest parametru PHP cu mail.force_extra_parameters =-BA).
       PathToDocuments=Cale de acces documente
       PathDirectory=Director
      -SendmailOptionMayHurtBuggedMTA=Functionalitate pentru a trimite mesaje utilizând metoda "mail PHP direct" va genera un mesaj e-mail care nu s-ar putea să fie corect interpretat de către unele servere de e-mail . Rezultatul este că unele mail-uri nu pot fi citite de unele persoane . Este cazul unor furnizori de Internet (Ex: Orange în Franţa). Aceasta nu este o problemă în Dolibarr nici în PHP, dar primesc pe serverul de poştă electronică. Puteţi adăuga toate acestea, opţiunea MAIN_FIX_FOR_BUGGED_MTA la 1 în configurare - pentru a modifica alte Dolibarr pentru a evita acest lucru. Cu toate acestea, este posibil să aveţi probleme cu alte servere care sens strict standard SMTP. Altă soluţie (recommanded) este de a utiliza metoda "SMTP socket bibliotecă", care nu are dezavantaje.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Configurarea traducerii
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Aplicație / module activate: <b> %s </b> / <b> %s </b>
       YouMustEnableOneModule=Trebuie activat cel puţin 1 modul
      -ClassNotFoundIntoPathWarning=Clasa %s negăsită în calea PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Da în vară
      -OnlyFollowingModulesAreOpenedToExternalUsers=Rețineți, numai următoarele module sunt deschise utilizatorilor externi (indiferent de permisiunea unor astfel de utilizatori) și numai dacă au fost acordate permisiuni:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Stocarea sesiune criptată prin Suhosin
       ConditionIsCurrently=Condiția este momentan %s
      -YouUseBestDriver=Utilizaţi driverul %s care este cel mai bun driver disponibil acum.
      -YouDoNotUseBestDriver=Utilizaţi driverul %s dar driverul %s este recomandat.
      -NbOfProductIsLowerThanNoPb=Aveți doar % s produse / servicii în baza de date. Aceasta nu necesită  nicio optimizare specială.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimizare căutare
      -YouHaveXProductUseSearchOptim=Aveți  % s produse în baza de date. Ar trebui să adăugați   constanta PRODUCT_DONOTSEARCH_ANYWHERE la 1 în Acasă-Setup-Altele, să limitați căutarea la începutul siruri de caractere ţi a face posibil ca baza de date să utilizeze indexul și să obțineți un răspuns imediat.
      -BrowserIsOK=Folosiţi navigatorul web %s. Acest navigator este ok pentru performanţă şi securitate.
      -BrowserIsKO=Folosiţi  browser-ul % s. Acest browser-ul pare a fi o alegere proasta pentru securitate, performanță și fiabilitate. Noi recomandam sa folositi Firefox, Chrome, Opera sau Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug este încărcat.
       XCacheInstalled=XCache este încărcată.
      -AddRefInList=Afișează ref client / furnizor în lista (listă select sau combobox) și mai multe hyperlinkuri. Terții vor apare cu numele "CC12345 - SC45678 - The big company coorp", în loc de "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Editarea  campului %s
       FillThisOnlyIfRequired=Exemplu: +2 (completați numai dacă problemele decalajjului fusului orar sunt cunoscute)
       GetBarCode=Dă codbare
       ##### Module password generation
       PasswordGenerationStandard=Întoarceţi-vă o parolă generate în funcţie de interne Dolibarr algoritmul: 8 caractere care conţin numere în comun şi în caractere minuscule.
      -PasswordGenerationNone=Nu sugera nici o parolă generată . Parola trebuie să fie introdusă manual.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail necesare pentru a crea un utilizator nou
       HRMSetup=Configurare Modul HRM
       ##### Company setup #####
       CompanySetup=Setări Modul Terţi
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Funcția notificări prin e-mail permite trimiterea de email-uri automate pentru anumite evenimente Dolibarr. Recipienții notificărilor pot fi definiți.
       NotificationsDescUser=* per users, one user at time.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documente şabloane
      -DocumentModelOdt=Generare din modelele OpenDocument (Fichier .ODT ou .ODS OpenOffice, KOffice, TextEdit…)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark pe schiţa de document
       JSOnPaimentBill=Activaţi funcţia de autocompletare a liniilor de plata pe formularul de plată
      -CompanyIdProfChecker=Professional ID unic
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Trebuie sa fie unic?
      -MustBeMandatory=Este obligatorie crearea unor terțe părți?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Este obligatorie validarea facturilor?
       TechnicalServicesProvided=Technical services provided
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=O export se leagă de <b>format %s</b> este disponibil la următoarea adresă: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=O export se leagă de <b>format %s</b> este disponibil la
       BillsSetup=Facturi modul de configurare
       BillsNumberingModule=Facturi şi note de credit, modul de numerotare
       BillsPDFModules=Factura modele de documente
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Nota de credit
       CreditNotes=Credit note
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Gestiona un Autentificare pentru fiecare membru
       AdherentMailRequired=EMail necesare pentru a crea un nou membru
       MemberSendInformationByMailByDefault=Validare pentru a trimite mail de confirmare a membrilor este în mod implicit
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parametrii
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test căutare LDAP
       LDAPSynchroOK=Sincronizare încercare reuşită
       LDAPSynchroKO=Eşuare încercare de sincronizare
      -LDAPSynchroKOMayBePermissions=Eşuare încercare de sincronizare. Verificaţi dacă conexiune la serverul este configurat corect şi permite LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP se conecteze la serverul LDAP de succes (Server= %s, port= %s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP se conecteze la serverul LDAP a eşuat (Server= %s, port= %s)
      -LDAPBindOK=Conectare/Autentificare la  serverul LDAP cu succes (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=Conectare / Authentificate la serverul LDAP a eşuat (Server= %s, port= %s, %s= admin, parola= %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configurat pentru versiunea 3
       LDAPSetupForVersion2=LDAP server configurat pentru versiunea 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Exemplu: samaccountname
       LDAPFieldFullname=Prenume Nume
       LDAPFieldFullnameExample=Exemplu: NC
      -LDAPFieldPasswordNotCrypted=Parola nu Crypted
      -LDAPFieldPasswordCrypted=Parola Crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Exemplu: userPassword
       LDAPFieldCommonNameExample=Exemplu: NC
       LDAPFieldName=Nume
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Exemplu de valori sunt proiectate pentru <b>OpenLDAP</b> încărcate cu următoarele scheme: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Dacă utilizaţi thoose valori şi OpenLDAP, vă modifica LDAP fişier de configurare <b>slapd.conf</b> de a avea toate thoose scheme încărcate.
       ForANonAnonymousAccess=Pentru un acces autentificat (pentru o scriere de exemplu)
       PerfDolibarr=Raport performanţă setări/optimizări
      -YouMayFindPerfAdviceHere=Veți găsi pe această pagină unele verificări sau sfaturi privind performanţa.
      -NotInstalled=Neinstalat,  astfel serverul dvs nu este încetinit de acesta.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Cache aplicativ
       MemcachedNotAvailable=Niciun cache aplicatie găsit. Puteți îmbunătăți performanța prin instalarea unui server de cache memcached și un modul capabil de a utiliza acest server cache. <br>Mai multe informatii aici <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.\n<br>Rețineți că o mulțime de furnizor de web hosting nu oferă astfel de server de cache.
       MemcachedModuleAvailableButNotSetup=Modulul memcahed pentru aplicarea cache este găsit dar nu este configurat complet
       MemcachedAvailableAndSetup=Modulul Memcached  pentru a utiliza serverul memcached este activat.
       OPCodeCache=Cache OPCode
      -NoOPCodeCacheFound=Niciun cache Opcode găsit. Puteţi să folosiți un alt cache Opcode decât XCache sau eAccelerator (bun), poate nu ai cache Opcode (foarte rău).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache pentru resursele statice (CSS, img, javascript)
       FilesOfTypeCached=Fișierele de tip %s sunt puse în cache de serverul HTTP
       FilesOfTypeNotCached=Fișierele de tip %s nu sunt puse în cache de serverul HTTP
       FilesOfTypeCompressed=Fișierele de tip %s sunt comprimate de serverul HTTP
       FilesOfTypeNotCompressed=Fișierele de tip %s nu sunt comprimate de serverul HTTP
       CacheByServer=Cache pe server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache pe browser
       CompressionOfResources=Compresie a răspunsului HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=O astfel de detectare automată nu este posibilă cu browserele curente
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produse modul de configurare
       ServiceSetup=Servicii de modul de configurare
       ProductServiceSetup=Produse şi Servicii de module de configurare
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=Max număr de produse din combos selectaţi liste (0= nici o limită)
      -ViewProductDescInFormAbility=Vizualizare descrierile de produs, în forme (de altfel ca popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Vizualizarea descrierii produsului in limba terței părți.
      -UseSearchToSelectProductTooltip=De asemenea, dacă aveți un număr mare produse (> 100 000), puteți crește viteza prin setarea constantei COMPANY_DONOTSEARCH_ANYWHERE la 1 la Setup->Other. Căutarea va fi limitată la începutul șirului.
      -UseSearchToSelectProduct=Așteptați să apăsați o cheie înainte de a încărca conținutul listei combo de produse (aceasta poate crește performanța dacă aveți un număr mare de produse, dar este mai puțin convenabil)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Implicit tip de cod de bare de a utiliza pentru produse
       SetDefaultBarcodeTypeThirdParties=Implicit tip de cod de bare de a utiliza pentru terţi
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Trimiterea de modul de configurare
       SendingsReceiptModel=Trimiterea primirea model
       SendingsNumberingModules=Trimiteri de numerotare module
       SendingsAbility=Foi de transport suport pentru livrările către clienți.
      -NoNeedForDeliveryReceipts=În majoritatea cazurilor, foile de expediere sunt utilizate atât ca foi pentru livrările clienților (lista de produse care trebuie trimise), cât și pentru foile care sunt primite și semnate de către client. Prin urmare, chitanțele livrărilor de produse reprezintă o caracteristică dublă și sunt rareori activate.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Text liber pe livrari
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produse livrările primirea modul de numerotare
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Editor avansat
       ActivateFCKeditor=Activaţi FCKeditor pentru:
       FCKeditorForCompany=WYSIWIG crearea / editie a companiilor şi de note descriere
       FCKeditorForProduct=WYSIWIG crearea / editie a produselor / serviciilor "descrierea şi nota
      -FCKeditorForProductDetails=WYSIWIG creare / editare detalii linii de produse pentru toate entităţile (propuneri, comenzilor, facturilor, etc ..) <font class="warning"> Atenţie: Folosind această opţiune nu este recommanda deoarece astfel  pot apare  probleme la caracterele speciale şi paginare atunci când se creaza fişiere PDF.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG crearea / ediţie de mailing
       FCKeditorForUserSignature=Creare/editare WYSIWIG  a semnăturii utilizatorilor
       FCKeditorForMail=Crearea / editarea WYSIWIG pentru toate e-mailurile (cu excepția Tools-> eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Conexiunii la baza de date a reusit, dar nu arata a fi o bază de date OSCommerce (cheie %s nu a fost găsit în tabelul %s).
      -OSCommerceTestOk=Conectarea la server ' %s' pe bază de date " %s" cu utilizatorul " %s" de succes.
      -OSCommerceTestKo1=Conectarea la server ' %s' reuseste, dar baza de date " %s" nu a putut fi atins.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Conectarea la server ' %s' pe bază de date " %s" cu utilizatorul " %s" cu succes.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Conectarea la server ' %s' cu utilizatorul " %s" nu a reuşit.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Dacă utilizați unmodul punct de vânzare  (modulul POS furnizat în mod implicit sau un alt modul extern), acest setup poate fi ignorat de către modul punctul de vânzare . Cele mai multe module de puncte  de vânzări sunt concepute pentru a crea imediat o factură și reduce stocul implicit indiferent de ce optiune  aveţi aici. Deci, dacă aveți nevoie sau nu de a avea o scădere de stoc la înregistrarea unei vinzări din punctul dvs. de vânzare, verificați de asemenea modulul POS configurat.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Meniu eliminat
       Menus=Meniuri
      @@ -1548,7 +1561,7 @@ DetailRight=Conditia pentru a afişa neautorizate gri meniuri
       DetailLangs=Lang de nume de fişier pentru eticheta cod de traducere
       DetailUser=Intern / Extern / Toate
       Target=Ţintă
      -DetailTarget=Ţintă pentru link-uri (_blank top deschide o fereastră nouă)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivel (-1: meniul de sus, 0: antet meniu,&gt; 0 meniu şi submeniu)
       ModifMenu=Schimbare Meniu
       DeleteMenu=Ştergere intrare în meniu
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=TVA este datorată: <br> - La livrare / plăţile pentru m
       OptionVatDebitOptionDesc=TVA este datorată: <br> - La livrare / plăţile pentru mărfurile <br> - Pe factura (de debit) pentru serviciile
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Momentul implicit  TVA-ului exigibil pentru opțiunea selectată:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Pe  livrare
       OnPayment=Pe  plată
       OnInvoice=Pe factura
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Cont cumpărare. cod
       AgendaSetup=Acţiuni de ordine de zi şi de modul de configurare
       PasswordTogetVCalExport=Cheia de a autoriza export link
       PastDelayVCalExport=Nu de export eveniment mai în vârstă decât
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Setați automat acest tip de eveniment în filtrul de căutare al vederii agenda
      -AGENDA_DEFAULT_FILTER_STATUS=Setați automat acest statut în filtrul de căutare al vederii agenda
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Care tab doriţi să deschideţi când selectaţi meniul Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click pentru a Dial modul setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Acest modul permite efectuarea de clicuri pentru numere de telefon. Dacă faceți clic pe această pictogramă, telefonul dvs. va apela numărul de telefon. Acest lucru poate fi folosit pentru a apela un sistem de call center de la Dolibarr care poate apela numărul de telefon dintr-un sistem SIP, de exemplu.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Punctul de vânzare
       CashDeskSetup=Casierie modul de configurare
      -CashDeskThirdPartyForSell=Terț generic implicit utilizat pentru vânzări
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Case de cont pentru a utiliza pentru vinde
       CashDeskBankAccountForCheque= Cont pentru a utiliza pentru a primi plăţi prin cec
       CashDeskBankAccountForCB= Cont pentru a folosi pentru a primi plăţi în numerar de carduri de credit
      -CashDeskDoNotDecreaseStock=Dezactivați scăderea stocului atunci când o vânzare se face de la punctul de vânzare (dacă "nu", scaderea stocului se face pentru fiecare vânzare făcută din POS, indiferent de opțiunea stabilită în modulul Stoc).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Forţează și limitează depozitul să folosească scăderea stocului
      -StockDecreaseForPointOfSaleDisabled=Scădere stoc de la Point of Sale dezactivat
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Scăderea stocului în POS nu este compatibilă cu gestionarea lotului
      -CashDeskYouDidNotDisableStockDecease=Nu ai dezactivați scăderea de stocului atunci când se face o vinzare de la Point Of Sale. Astfel, este necesar un depozit.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Bookmark modul de configurare
      -BookmarkDesc=Acest modul vă permite să gestionaţi marcaje. De asemenea, puteţi adăuga comenzi rapide pentru orice Dolibarr pagini sau site-uri web externale pe partea stanga de meniu.
      +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.
       NbOfBoomarkToShow=Numărul maxim de marcaje în stânga pentru a afişa meniul
       ##### WebServices #####
       WebServicesSetup=WebServices modul de configurare
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-societate modul setup
       ##### Suppliers #####
       SuppliersSetup=Furnizorul modul de configurare
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Modele numerotaţie al facturilor furnizori
       IfSetToYesDontForgetPermission=Dacă este setat la da, nu uitați să furnizați permisiuni grupurilor sau utilizatorilor cărora li se permite a doua aprobare
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Proiect modul de configurare
       ProjectsModelModule=Proiectul de raport document model
       TasksNumberingModules=Model de numerotaţie al taskurilor
       TaskModelModule=Modele  de document de rapoarte taskuri
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Puteți găsi opțiuni pen
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=Lista notificărilor fixe
      -GoOntoUserCardToAddMore=Go on the tab "Notifications" of a user to add or remove notifications for users
      -GoOntoContactCardToAddMore=Mergeți în fila "Notificări" a unei terțe părți pentru a adăuga sau elimina notificări pentru contacte / adrese
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Prag
       BackupDumpWizard=Expertul pentru a crea un fișier de bază de date de rezervă pentru baza de date
       SomethingMakeInstallFromWebNotPossible=Instalarea modulului extern nu este posibilă din interfața web din următorul motiv:
      @@ -1697,6 +1710,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=Culoare link-uri
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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=Tip Model
      -TemplateIsVisibleByOwnerOnly=Template is visible by owner only
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Fixează TimeZone
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ro_RO/companies.lang b/htdocs/langs/ro_RO/companies.lang
      index 8b410df73da..f46276875e8 100644
      --- a/htdocs/langs/ro_RO/companies.lang
      +++ b/htdocs/langs/ro_RO/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Selectaţi un terţ
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Şterge un contact
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Terţ nou
      -MenuNewCustomer=Client nou
      -MenuNewProspect=Prospect nou
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Particular nou
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Creare terţ
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Contact Terţ
       Company=Societate
       CompanyName=Nume  societate
       AliasNames=Alias nume (comercial, marca inregistrata, ...)
      -AliasNameShort=Nume Alias
      +AliasNameShort=Alias Name
       Companies=Societăţi
      -CountryIsInEEC=Ţara este în interiorul Comunităţii Economice Europene
      -ThirdPartyName=Nume Terţ
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Terţ
      -ThirdParties=Terţi
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospecte
       ThirdPartyProspectsStats=Prospecte
       ThirdPartyCustomers=Clienţi
       ThirdPartyCustomersStats=Clienţi
       ThirdPartyCustomersWithIdProf12=Clienţii cu %s sau %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tip de terţi
      +ThirdPartyType=Type of company
       Individual=Persoană privată
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Societatea-mamă
       Subsidiaries=Filiale
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Cod postal
       Town=Oraş
       Web=Web
       Poste= Poziţie
      -DefaultLang=Limba implicită
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Oferte
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Sintaxa este validă
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Acest client are un discount <b>de %s%%</b>
       CompanyHasNoRelativeDiscount=Acest client nu are nici un discount în mod implicit
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Acest client are încă note de credit pentru <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Niciunul
      -Supplier=Furnizor
      +Supplier=Vendor
       AddContact=Creare contact
       AddContactAddress=Creare contact/adresă
       EditContact=Editare contact
      @@ -303,22 +303,22 @@ AddThirdParty=Creare terţ
       DeleteACompany=Şterge o societate
       PersonalInformations=Informaţii personale
       AccountancyCode=Cont contabil
      -CustomerCode=Cod Client
      -SupplierCode=Vendor code
      -CustomerCodeShort=Cod Client
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Cod Client,  unic pentru toţi clienţii
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Obligatoriu, dacă un terţ este un client sau prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Valabilitatea controlate de modulul
      -ThisIsModuleRules=Aici sunt regulile pentru acest modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect de contact
       CompanyDeleted=Societatea " %s" a fost ştearsă din baza de date.
       ListOfContacts=Lista Contacte
      -ListOfContactsAddresses=Lista  contacte
      -ListOfThirdParties=Lista  terţi
      -ShowCompany=Show third party
      +ListOfContactsAddresses=Lista Contacte
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Afişeză contact
       ContactsAllShort=Toate (fără filtru)
       ContactType=Tip Contact
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Acest contact nu este contact pentru nicio ofertă comer
       NoContactForAnyContract=Acest contact nu este  contact pentru nici un contract
       NoContactForAnyInvoice=Acest contact nu este  contact pentru nici o factură
       NewContact=Contact nou
      -NewContactAddress=Contact nou
      +NewContactAddress=New Contact/Address
       MyContacts=Contactele mele
       Capital=Capital
       CapitalOf=Capital de % s
       EditCompany=Modifică societate
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Verifică
      -VATIntraCheckDesc=Linkul  <b>%s</b>permite solicitarea verificării TVA european . Este necesar  acces la internet  pentru  ca acest  serviciu să funcționeze.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Verificaţi codul de TVA Intracomunitar de pe site-ul Comisiei Europene
      -VATIntraManualCheck=De asemenea, puteți verifica manual de la  site-ul European <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Verificare imposibilă. Verificaţi dacă serviciu nu este furnizat de către statul membru ( %s).
      -NorProspectNorCustomer=Nici prospect, nici client
      -JuridicalStatus=Forma juridică
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Efectiv
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potenţial
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export fişă în format
       ContactNotLinkedToCompany=Contact nelegat la un terţ
       DolibarrLogin=Identificator utilizator
       NoDolibarrAccess=Niciun acces utilizator
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacte şi atribute
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Nivel de Pret
       DeliveryAddress=Adresă de livrare
       AddAddress=Adaugă adresă
      @@ -402,16 +402,16 @@ DeleteFile=Şterge fişier
       ConfirmDeleteFile=Sigur  doriţi să ştergeţi acest fişier?
       AllocateCommercial=Asociat la reprezentant vânzări
       Organization=Organizaţia
      -FiscalYearInformation=Informaţii pe anul fiscal
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Luna de început a anului fiscal
      -YouMustAssignUserMailFirst=Mai întâi trebuie creată o adresa de email pentru acest utilizator pentru a putea adaugă notificări pe email pentru el
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Pentru a putea adaugă notificări pe email, este necesară definirea unor contacte pentru terţi cu adresa de email validă
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Lista  prospecte
      -ListCustomersShort=Lista  clienţi
      -ThirdPartiesArea=Terţi şi Contacte
      -LastModifiedThirdParties=Ultimii %s parteneri  modificați
      -UniqueThirdParties=Total terţi unici
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Deschis
       ActivityCeased=Închis
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Facturi in suspensie curente
       OutstandingBill=Max. limită credit
       OutstandingBillReached=Limită credit depăsită 
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Codul este liber fîrî verificare. Acest cod poate fi modificat în orice moment.
       ManagingDirectors=Nume Manager(i) nume (CEO, director, preşedinte...)
       MergeOriginThirdparty=Duplica terț (terț dorit să-l ștergeți)
       MergeThirdparties=Imbina terti
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Autentificare reprezentant vânzări
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ro_RO/errors.lang b/htdocs/langs/ro_RO/errors.lang
      index 7951579ab35..ff9165fb26e 100644
      --- a/htdocs/langs/ro_RO/errors.lang
      +++ b/htdocs/langs/ro_RO/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=&quot;%s&quot; Valoarea are formatul de dată greşit
       ErrorWrongDate=Data nu este corecta!
       ErrorFailedToWriteInDir=Nu a reuşit să scrie în directorul %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=Found incorecte de email sintaxă pentru %s linii în fişier (de exemplu linia de e-mail cu %s= %s)
      -ErrorUserCannotBeDelete=Utilizatorul nu poate fi şters. Poate fi asociat la o entitate Dolibarr.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Unele campuri obligatorii nu au fost ocupate.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Nu a reuşit să creeze un director. Verificaţi ca server Web utilizator are permisiuni pentru a scrie în directorul de Dolibarr documente. Dacă <b>safe_mode</b> parametru este activat pe această PHP, Dolibarr verifica faptul că fişierele PHP detine la server web utilizator (sau grup).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Completaţi valorile pentru lista de selecţie
       ErrorNoValueForCheckBoxType=Completaţi valorile pentru lista checkbox
       ErrorNoValueForRadioType=Completaţi valorile pentru lista radio
       ErrorBadFormatValueList=Valorile din lista nu pot avea mai mult de o virgulă: <u>%s</u>, dar trebuie să aibă cel puțin o: cheie, valoare
      -ErrorFieldCanNotContainSpecialCharacters=<b>Câmp %s</b> trebuie să nu conţine caractere speciale.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Câmpul <b>%s</b> nu trebuie să conțină caractere speciale, nici litere mari și nu poate conține doar cifre.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Modul de contabilitate neactivat 
       ErrorExportDuplicateProfil=Acest profil nume există deja pentru acest set de export.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP de potrivire nu este completă.
       ErrorLDAPMakeManualTest=A. Ldif fişier a fost generat în directorul %s. Încercaţi să încărcaţi manual de la linia de comandă pentru a avea mai multe informatii cu privire la erori.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nu se poate salva o acţiune cu "statut nu a început" în cazul în domeniu "realizat de către" este, de asemenea, completat.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref utilizate pentru crearea există deja.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Nu se ppate sterge inregistrarea. Este inca utilizata sau inclusa intr-un alt obiect
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript nu trebuie să fie dezactivate pentru a avea această facilitate de lucru. Pentru a activa / dezactiva Javascript, du-te la meniul Home-> Configurare-> Display.
       ErrorPasswordsMustMatch=Ambele parolele tastate trebuie să se potrivească reciproc
      -ErrorContactEMail=O eroare de tehnică avut loc. Vă rugăm, contactaţi administratorul de a urma <b>%s</b> de e-mail ro oferi <b>%s</b> cod de eroare în mesajul Dvs., sau chiar mai bine prin adăugarea o copie ecran a acestei pagini.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Valoarea greşit pentru <b>%s</b> numărul de câmp (valoarea <b>"%s"</b> nu se potriveste cu regula <b>%s</b> regex)
       ErrorFieldValueNotIn=Valoare greşită pentru câmpul numărul <b>%s</b> (valoarea '<b>%s</b>' nu este disponibilă in câmpul <b>%s</b> din tabela <b>%s</b>)
       ErrorFieldRefNotIn=Valoare greşită pentru <b>%s</b> numărul de câmp <b>(&quot;%s&quot;</b> valoarea nu este o ref <b>%s</b> existente)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Programul antivirus nu a validet fisierul (fisieru
       ErrorSpecialCharNotAllowedForField=Caractere speciale nu sunt permise pentru domeniul "%s"
       ErrorNumRefModel=O referire există în baza de date (%s) şi nu este compatibilă cu această regulă de numerotare. înregistra Remove sau redenumite de referinţă pentru a activa acest modul.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Configurarea modulului pare a nu fi completă. Mergeți la Setup - Module pentru a finaliza.
       ErrorBadMask=Eroare pe masca
       ErrorBadMaskFailedToLocatePosOfSequence=Eroare, fără a masca numărul de ordine
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Eroare, Bad resetare valoarea
       ErrorMaxNumberReachForThisMask=Numar max atins pentru aceasta masca
       ErrorCounterMustHaveMoreThan3Digits=Contorul trebuie sa aiba mai mult de 3 cifre
       ErrorSelectAtLeastOne=Eroare. Selectaţi cel puţin o intrare.
      -ErrorDeleteNotPossibleLineIsConsolidated=Ştergerea nu este posibilă, deoarece înregistrarea este legată de tranzacţie  bancară, care a fost decontată
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s se atribuie o altă treime
       ErrorFailedToSendPassword=Nu a reuşit să trimită parola
       ErrorFailedToLoadRSSFile=Nu pentru a obţine RSS feed. Încercaţi să adăugaţi MAIN_SIMPLEXMLLOAD_DEBUG constantă în cazul în care mesajele de eroare nu furnizează suficiente informaţii.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=User login <b>cu %s</b> nu a putut fi găsit.
       ErrorLoginHasNoEmail=Acest utilizator nu are nici o adresa de e-mail. Procesul de anulată.
       ErrorBadValueForCode=Bad valoare tipuri de cod. Încercaţi din nou cu o nouă valoare ...
       ErrorBothFieldCantBeNegative=%s Domenii şi %s nu poate fi atât negativ
      +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=Cantitatea pentru linia unei facturi client nu poate fi negativa.
       ErrorWebServerUserHasNotPermission=Contul de utilizator <b>%s</b> folosite pentru a executa serverul de web nu are permisiunea, pentru că
       ErrorNoActivatedBarcode=Niciun tip de coduri de bare activat
      @@ -138,7 +141,7 @@ ErrorBadFormat=Format gresit!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Eroare, există unele livrări legate de acest transport. Ștergere refuzată.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Nu se poate șterge o plată partajată de cel puțin un factură cu statutul platită
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Nu se poate atribui la constanta '%s'
       ErrorPriceExpression2=Nu se poate redefini  funcția built-in  '%s'
       ErrorPriceExpression3=Variabila nedefinita '%s'  în definiția funcției
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Neașteptat '%s'
       ErrorPriceExpression6=Număr greșit de argumente (%s dat, %s așteptat)
       ErrorPriceExpression8=Operator neașteptat '%s'
       ErrorPriceExpression9=A apărut o eroare neașteptată
      -ErrorPriceExpression10=Iperator '%s' lipsă operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Asteptam '%s'
       ErrorPriceExpression14=Împărţirea la zero,
       ErrorPriceExpression17=Variabila  '%s' nedefinită
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=Client SOAP esuat cu eroarea '%s'
       ErrorGlobalVariableUpdater5=Nicio varialbila globala selectata
       ErrorFieldMustBeANumeric=Campul <b>%s</b> trebuie sa fie  o valoare numerica
       ErrorMandatoryParametersNotProvided= Parametrii obligatorii nu au fost furnizați 
      -ErrorOppStatusRequiredIfAmount=Stabiliți o sumă estimată pentru această oportunitate / lead. Astfel, trebuie să introduceți, de asemenea, stadiul său.
      +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=Definire greșită pentru Menu Array in descriptorul modulului (valoare greșită pentru cheia fk_menu)
      -ErrorSavingChanges=A apărut o eroare la salvarea modificărilor
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Depozitul este obligatoriu pe linie pentru livrare
       ErrorFileMustHaveFormat=Fisierul trebuie sa aiba format '%s'
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount= O parolă a fost trimisă către acest membru. Cu toate acestea, nu a fost creat nici un cont de utilizator. Astfel, această parolă este stocată, dar nu poate fi utilizată pentru autentificare. Poate fi utilizată de către un modul / interfată externă, dar dacă nu aveți nevoie să definiți un utilizator sau o parolă pentru un membru, puteți dezactiva opțiunea "Gestionați o conectare pentru fiecare membru" din modul de configurare membri. În cazul în care aveți nevoie să gestionați un utilizator, dar nu este nevoie de parolă, aveți posibilitatea să păstrați acest câmp gol pentru a evita acest avertisment. Notă: Adresa de e-mail poate fi utilizată ca utilizator la autentificare, în cazul în care membrul este legat de un utilizator. 
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Un marcaj cu acest titlu sau acest obiectiv (URL) e
       WarningPassIsEmpty=Atenţie, parola baza de date este gol. Aceasta este o gaura de securitate. Ar trebui să adăugaţi o parolă pentru a vă baza de date şi să vă schimbaţi conf.php fişier, pentru a reflecta acest lucru.
       WarningConfFileMustBeReadOnly=Atenţie, fişierul de configurare dvs. <b>(htdocs / conf / conf.php)</b> poate fi suprascrise de către serverul de web. Aceasta este o gaura de securitate grave. Modificare permisiuni pe fişier pentru a fi citit în modul doar pentru utilizatorul sistemului de operare folosit de server Web. Dacă utilizaţi Windows şi formatul FAT pentru discul dvs., vă trebuie să ştiţi că acest sistem de fişier nu se permite to adăuga permisiuni la dosar, deci nu poate fi complet safe.
       WarningsOnXLines=Avertismentele privind sursa <b>%s</b> linii
      -WarningNoDocumentModelActivated=Nici un model, pentru generarea de document, a fost activat. Un model va fi ales în mod implicit, până când a verifica configurarea modulului.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Atenţie, odată terminată instalarea, trebui să dezactivaţi  instrumentele instalare/migrare prin adăugarea unui fișier<b>install.lock</b> în directorul <b> %s </ b>. Absența acestui fișier este o breşă de securitate.
      -WarningUntilDirRemoved=Acest avertisment va rămâne activ, atât timp cât acest director este prezent (afişat numai la admin utilizatori).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Atenţie, închiderea are loc chiar dacă suma diferă. Nu activati aceasta funcţionalitate decât  în cunoaștinţă de cauză.
       WarningUsingThisBoxSlowDown=Atenție, folosind această casetă încetiniţi serios toate paginile ce arată caseta.
       WarningClickToDialUserSetupNotComplete=Setările informațiilor ClickToDial pentru userul dvs. nu sunt complete (vezi tabul ClickToDial pe fişal dvs. de utilizator).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters= Prea multe date (mai mult de %s linii).
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Utilizatorul-ul a fost modificat. Din motive de securitate, va trebui să vă conectați cu noul dvs. utilizator înainte de următoarea acțiune.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ro_RO/interventions.lang b/htdocs/langs/ro_RO/interventions.lang
      index d2239d760e9..c8c9ebd5eb8 100644
      --- a/htdocs/langs/ro_RO/interventions.lang
      +++ b/htdocs/langs/ro_RO/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervenţii
       InterventionCard=Fişă intervenţie
       NewIntervention=Intervenţie nouă
       AddIntervention=Crează intervenţie
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Lista  intervenţii
       ActionsOnFicheInter=Acţiuni privind intervenţia
       LastInterventions=Ultimele %s intervenţii
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Utilizați durata serviciilor pentru intervenții
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistici intervenţii
      -NbOfinterventions=Numar Fişe intervenţie
      -NumberOfInterventionsByMonth=Numarul Fişelor intervenţie pe luna(data validare)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Id Intervenţie
      diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang
      index 686707a81ca..99e1fa9fd0b 100644
      --- a/htdocs/langs/ro_RO/main.lang
      +++ b/htdocs/langs/ro_RO/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Nu se poate  trimite e-mail (expeditor=% s,  destinatar =%
       ErrorFileNotUploaded=Fișierul nu a fost încărcat. Verificați ca dimensiunea să nu depășească maximul permis, că spațiu pe disc este disponibil  și că nu există deja un fișier cu același nume, în acest director.
       ErrorInternalErrorDetected=Eroare detectată
       ErrorWrongHostParameter=Parametru Server greșit
      -ErrorYourCountryIsNotDefined=Țara dvs nu este definită. Cotrectaţi mergînd la Home- Setări Societate/Fundaţie - Edit.
      -ErrorRecordIsUsedByChild=Eşec la ștergerea aceastei înregistrări. Această înregistrare este utilizată de cel puțin o înregistrarei copil.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Valoarea  incorectă
       ErrorWrongValueForParameterX=Valoarea  incorectă pentru parametrul% s
       ErrorNoRequestInError=Nicio cerere în eroare
      -ErrorServiceUnavailableTryLater=Serviciul indisponibil pentru moment. Încercaţi din nou mai târziu.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Valoare duplicat într-un câmp unic
      -ErrorSomeErrorWereFoundRollbackIsDone=Câteva erori găsite . Vom reveni asupra modificarilor
      -ErrorConfigParameterNotDefined=Parametrul <b> %s</b> nu este definit în  fişierul de configurare  Dolibarr<b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Utilizatorul<b>%s</b>  negăsit  în baza de date Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Eroare,  nici o cota de TVA definită pentru  ţara '% s'.
       ErrorNoSocialContributionForSellerCountry=Eroare, niciun tip taxa sociala /fiscala definit pentru ţara '%s'.
       ErrorFailedToSaveFile=Eroare,  salvarea fişierului eşuată.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Dvs nu aveti dreptusa faceti aceasta.
       SetDate=setează data
       SelectDate=selectează data
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Fişierul a fost încărcat cu succes
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Un fișier este selectat pentru atașament, dar nu a fost încă încărcat. Clic pe "Ataşează fișier" pentru aceasta.
      -NbOfEntries=Nr intrări
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Citeşte ajutorul online (Acces la Internet necesar)
       GoToHelpPage=Citeşte  Ajutorul
       RecordSaved=Înregistrare salvată
      @@ -142,6 +142,7 @@ Closed=Închide
       Closed2=Închis
       NotClosed=Not closed
       Enabled=Activat
      +Enable=Activare
       Deprecated=Depreciat
       Disable=Dezactivează
       Disabled=Dezactivat
      @@ -153,7 +154,7 @@ Update=Modifică
       Close=Închide
       CloseBox=Remove widget from your dashboard
       Confirm=Confirmă
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Şterge
       Remove=Elimină
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Copiază
       Paste=Lipeşte
       Default=Implicit
       DefaultValue=Valoare implicită
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Preţ
       PriceCurrency=Price (currency)
       UnitPrice=Preţ unitar
      @@ -347,7 +348,7 @@ AmountTTCShort=Valoare (inc. taxe)
       AmountHT=Valoare (net)
       AmountTTC=Valoare (inc. taxe)
       AmountVAT=Valoare  TVA
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Valoare (net), moneda originala
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nu se aplică
       ActionRunningNotStarted=De realizat
       ActionRunningShort=In progress
       ActionDoneShort=Terminat
      -ActionUncomplete=Incomplet
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generează
       Duration=Durata
       TotalDuration=Durată totală
       Summary=Sumar
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Disponibil
       NotYetAvailable=Nedisponibil încă
      @@ -468,7 +469,7 @@ and=şi
       or=sau
       Other=Alt
       Others=Altele
      -OtherInformations=Alte informatii
      +OtherInformations=Alte informații
       Quantity=Cantitate
       Qty=Cant
       ChangedBy=Modificat de
      @@ -506,7 +507,7 @@ None=Niciunul
       NoneF=Niciunul
       NoneOrSeveral=None or several
       Late=Întârziat
      -LateDesc=Durata care defineşte dacă o înregistrare este întârziată depinde de configurare. Contactaţi administratorul pentru a schimbă durata din Acasă - Setări - Alerte.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Foto
       Photos=Fotografii
      @@ -530,18 +531,6 @@ September=Septembrie
       October=Octombrie
       November=Noiembrie
       December=Decembrie
      -JanuaryMin=Ian
      -FebruaryMin=Febr
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Mai
      -JuneMin=Iun
      -JulyMin=Iul
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Oct
      -NovemberMin=Noi
      -DecemberMin=Dec
       Month01=ianuarie
       Month02=februarie
       Month03=martie
      @@ -646,6 +635,8 @@ SendMail=Trimite un email
       EMail=E-mail
       NoEMail=Niciun email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Fără număr mobil
       Owner=Proprietar
       FollowingConstantsWillBeSubstituted=Următoarele constante vor fi înlocuite cu valoarea corespunzătoare.
      @@ -677,7 +668,7 @@ NeverReceived=Niciodată primit
       Canceled=Anulată
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Valoarea implicită pentru o nouă înregistrare se poate defini în configirarea modulului
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Culoare
       Documents=Fişiere ataşate
       Documents2=Documente
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Afișare comanda cu parola ascunsă
       UnHidePassword=Afișare comanda reală cu parola în clar
       Root=Rădăcină
      -Informations=Informatii
      +Informations=Informatie
       Page=Pagină
       Notes=Note
       AddNewLine=Adaugă linie nouă
      @@ -716,15 +707,15 @@ Merge=Îmbină
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Afişaţi pagina pentru imprimat în zona conţinutului principal
       MenuManager=Manager Meniu
      -WarningYouAreInMaintenanceMode=Atenție, vă aflați în modul de întreținere, astfel încât numai <b>%s</b> este permis să utilizeze aplicația în acest moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Eroare de sistem
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Card de credit
       ValidatePayment=Validează plata
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Campurile marcate cu <b>%s</b> sunt obligatorii
      -FieldsWithIsForPublic=Câmpurile  cu <b>%s</b> vor fi  afișate pe lista publică de membri. Dacă nu doriți acest lucru, debifaţi căsuţa "public".
      -AccordingToGeoIPDatabase=(Conform conversiei GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linie
       NotSupported=Nesuportat
       RequiredField=Câmp obligatoriu
      @@ -732,6 +723,8 @@ Result=Rezultat
       ToTest=Testează
       ValidateBefore=Fişa trebuie  validată înainte de a utiliza această funcţionalitate
       Visibility=Vizibilitate
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privată
       Hidden=Ascunsă
       Resources=Resurse
      @@ -750,6 +743,7 @@ LinkTo=Link la
       LinkToProposal=Link la propunere
       LinkToOrder=Link către comandă
       LinkToInvoice=Link la factura
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link către comandă furnizaor
       LinkToSupplierProposal=Link catre propunere furnizor
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Creareză schiţă
       SetToDraft=Inapoi la schiţă
       ClickToEdit=Clic pentru a edita
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Pe zi
       BySalesRepresentative=Pe  reprezentant de vânzări
       LinkedToSpecificUsers=Link către un contact utilizator particular
       NoResults=Niciun Rezultat
      -AdminTools=Instrumente Administrare
      +AdminTools=Admin Tools
       SystemTools=Instrumente Sistem
       ModulesSystemTools=Module Instrumente
       Test=Test
       Element=Element
       NoPhotoYet=Nicio imagine disponibilă
       Dashboard=Tablou de bord
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductibile
       from=de la
       toward=spre
      @@ -802,7 +797,7 @@ PrintFile=Printeaza Fisierul %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Afişează  intervenţie
       ShowContract=Afişează contract
      -GoIntoSetupToChangeLogo=Mergi la  Home - Setup - Company pentru a schimba logo - ul sau mergi la  Home - Setup - Display pentru a ascunde.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Respinge
       Denied=Respins
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Cu sinceritate
       DeleteLine=Şterge linie
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Zona pentru fişiere generate prin acţiuni în masă
       ShowTempMassFilesArea=Afişează zona pentru fişiere generate prin acţiuni în masă
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Obiecte asociate
       ClassifyBilled=Clasează facturată
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Evenimente
      -EMailTemplates=Șabloane e-mailuri 
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Proiect
       Projects=Proiecte
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Permisiuni
       LineNb=Line no.
       IncotermLabel=Incoterm
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Luni
       Tuesday=Marţi
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervenţii
       SearchIntoContracts=Contracte
       SearchIntoCustomerShipments=Livrări Client
       SearchIntoExpenseReports=Rapoarte Cheltuieli
      -SearchIntoLeaves=Concedii
      +SearchIntoLeaves=Leave
       CommentLink=Comentarii
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Toată lumea
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Plătite de 
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Atribuit lui
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/ro_RO/other.lang b/htdocs/langs/ro_RO/other.lang
      index fb3cb243174..6f6f2127856 100644
      --- a/htdocs/langs/ro_RO/other.lang
      +++ b/htdocs/langs/ro_RO/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Cod de securitate
       NumberingShort=N°
       Tools=Instrumente
       TMenuTools=Instrumente
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Zi de naştere
       BirthdayDate=Data naştere
       DateToBirth=Data naşterii
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Mesaj de pe pagina de întoarcere a platii validate
       MessageKO=Mesaj de pe pagina anulat schimbul de plată
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Adaugat contact la Interventie
      -Notify_FICHINTER_VALIDATE=Validate intervenţie
      -Notify_FICHINTER_SENTBYMAIL=Intervenţie trimisă prin mail
       Notify_ORDER_VALIDATE=Comandă client validată
       Notify_ORDER_SENTBYMAIL=Comanda clientului trimise prin poştă
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Pentru furnizorul trimis prin e-mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Comandă Furnizor inregistrata
       Notify_ORDER_SUPPLIER_APPROVE=Furnizor pentru a aprobat
       Notify_ORDER_SUPPLIER_REFUSE=Furnizor pentru a refuzat
       Notify_PROPAL_VALIDATE=Ofertă client validată
      -Notify_PROPAL_CLOSE_SIGNED=Propunere client semnată inchisă
      -Notify_PROPAL_CLOSE_REFUSED=Propunere client refuzată inchisă
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Ofertă comercială  trimisă prin mail
       Notify_WITHDRAW_TRANSMIT=Transmitere de retragere
       Notify_WITHDRAW_CREDIT=Credit de retragere
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Terţ a creat
       Notify_COMPANY_SENTBYMAIL=Emailuri trimise din cardul terţului
       Notify_BILL_VALIDATE=Factura client validată
       Notify_BILL_UNVALIDATE=Factura client nevalidată
      -Notify_BILL_PAYED=Factura platita clienţilor
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Factura client anulat
       Notify_BILL_SENTBYMAIL=Factura client trimis prin e-mail
       Notify_BILL_SUPPLIER_VALIDATE=Factura furnizorului validate
      -Notify_BILL_SUPPLIER_PAYED=Factura platita cu furnizorul
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Factura Furnizor trimise prin poştă
       Notify_BILL_SUPPLIER_CANCELED=Factură Furnizor anulată
       Notify_CONTRACT_VALIDATE=Contract validate
       Notify_FICHEINTER_VALIDATE=De intervenţie validate
      +Notify_FICHINTER_ADD_CONTACT=Adaugat contact la Interventie
      +Notify_FICHINTER_SENTBYMAIL=Intervenţie trimisă prin mail
       Notify_SHIPPING_VALIDATE=Transport validate
       Notify_SHIPPING_SENTBYMAIL=Transport trimise prin poştă
       Notify_MEMBER_VALIDATE=Membru validate
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Creare proiect
       Notify_TASK_CREATE=Task creat
       Notify_TASK_MODIFY=Task modificat
       Notify_TASK_DELETE=Task sters
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Vezi setare modul %s
       NbOfAttachedFiles=Numărul de ataşat fişiere / documente
       TotalSizeOfAttachedFiles=Total marimea ataşat fişiere / documente
       MaxSize=Mărimea maximă a
       AttachANewFile=Ataşaţi un fişier nou / document
       LinkedObject=Legate de obiectul
      -NbOfActiveNotifications=Numărul de notificări (Nr de e-mailuri beneficiare)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id-ul %s</b> este una de informaţii în funcţie de ţară terţă parte. <br> De exemplu, pentru <b>ţara %s,</b> este <b>codul %s.</b>
       DolibarrDemo=Demo Dolibarr ERP / CRM
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=O noua interventie %s ti- a fost atribuita 
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervenţia %s validată
       EMailTextInvoiceValidated=Factura %s validată
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Oferta %s a fost validată.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Comanda %s a fost validată
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Comanda %s aprobată de către %s
       EMailTextOrderRefused=Comanda %s a fost refuzată
       EMailTextOrderRefusedBy=Comanda %s a fost refuzată de către %s
       EMailTextExpeditionValidated=Livrarea %s a fost validată.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Import de date
       DolibarrNotification=Notificare Automată
       ResizeDesc=Introduceţi lăţimea noi <b>sau</b> înălţimea noi. Raportul va fi păstrat în timpul redimensionare ...
      @@ -204,7 +212,7 @@ NewLength=Lăţime nouă
       NewHeight=Înălţime nouă
       NewSizeAfterCropping=noi dimensiuni după recoltare
       DefineNewAreaToPick=Definiţi zona noi pe imagine pentru a alege (click stanga pe imagine, apoi glisaţi până când ajunge la coltul opus)
      -CurrentInformationOnImage=Informatii privind imaginea curentă
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor de imagine
       YouReceiveMailBecauseOfNotification=Veţi primi acest mesaj deoarece adresa dvs. de email a fost adăugat la lista de obiective care urmează să fie informat cu privire la evenimentele special în software-ul de %s %s.
       YouReceiveMailBecauseOfNotification2=Acest eveniment este următoarea:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Export
      diff --git a/htdocs/langs/ro_RO/projects.lang b/htdocs/langs/ro_RO/projects.lang
      index 3ad5c5507b6..cb3ce2e9bb8 100644
      --- a/htdocs/langs/ro_RO/projects.lang
      +++ b/htdocs/langs/ro_RO/projects.lang
      @@ -33,14 +33,14 @@ 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=Afişează proiect
       ShowTask=Arată sarcină
       SetProject=Setare proiect
       NoProject=Niciun proiect definit sau responsabil
      -NbOfProjects=Nr proiecte
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Timp comsumat
       TimeSpentByYou=Timpul consumat  da tine
       TimeSpentByUser=Timp consumat pe utilizator
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lista oferte comerciale asociate la proiect
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Lista contracte  asociate  la  proiect
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lista intervenţii  asociate  la  proiectului
      -ListExpenseReportsAssociatedProject=Lista rapoartelor cheltuieli  asociate proiectului
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Lista evenimentelor  asociate la proiectului
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Proiect %s modificat
       TaskCreatedInDolibarr=Task %s creat
       TaskModifiedInDolibarr=Task %s modificat
       TaskDeletedInDolibarr=Task %s sters
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Selectați elementul
       AddElement=Link către element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Volum de lucru Planificat
       PlannedWorkloadShort=Volum de muncă
       ProjectReferers=Obiecte asociate
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Prospect
       OppStatusQUAL=Calificare
       OppStatusPROPO=Ofertă 
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ru_RU/admin.lang b/htdocs/langs/ru_RU/admin.lang
      index 785272e6df3..2a3b9967574 100644
      --- a/htdocs/langs/ru_RU/admin.lang
      +++ b/htdocs/langs/ru_RU/admin.lang
      @@ -4,15 +4,15 @@ Version=Версия
       Publisher=Издатель
       VersionProgram=Версия программы
       VersionLastInstall=Начальная версия установки
      -VersionLastUpgrade=Последнее обновление версии
      +VersionLastUpgrade=Обновление до последней версии
       VersionExperimental=Экспериментальная
       VersionDevelopment=Разработка
       VersionUnknown=Неизвестно
       VersionRecommanded=Рекомендуемые
       FileCheck=Проверка целостности файлов
      -FileCheckDesc=Этот инструмент позволяет проверять целостность файлов и настройку вашего приложения, сравнивая каждый файл с официальными. Можно также проверить значение некоторых установочных констант. Вы можете использовать этот инструмент, чтобы определить, были ли некоторые файлы изменены хакером, например.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Целостность файлов строго соответствует ссылке.
      -FileIntegrityIsOkButFilesWereAdded=Проверка целостности файлов прошла, однако некоторые новые файлы были добавлены.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Ошибка проверки целостности файлов. Некоторые файлы были изменены, удалены или добавлены.
       GlobalChecksum=Глобальная контрольная сумма
       MakeIntegrityAnalysisFrom=Сделайте анализ целостности файлов приложений
      @@ -30,14 +30,14 @@ SessionSaveHandler=Обработчик для сохранения сессий
       SessionSavePath=Хранение локализации сессий
       PurgeSessions=Очистка сессий
       ConfirmPurgeSessions=Вы хотите завершить все сессии? Это действие отключит всех пользователей (кроме вас).
      -NoSessionListWithThisHandler=Обработчик сохранения сессий, настроенный в вашем PHP, не позволяет получать список всех открытых сессий.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Заблокировать новые подключения
      -ConfirmLockNewSessions=Вы уверены, что хотите ограничить любые новые подключения Dolibarr к себе? Только пользователь <b>%s</b>  будет иметь возможность подключиться после этого.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Удалить блокировку подключений
       YourSession=Ваша сессия
      -Sessions=Сессия пользователя
      +Sessions=Users sessions
       WebUserGroup=Пользователь / группа Web-сервера
      -NoSessionFound=Ваш PHP, кажется, не позволяет вывести список активных сессий. Возможно, директория, используемаяя для сохранения сессий <b>(%s)</b> защищена (например, правами в ОС или директивой PHP open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Кодировка базы данных для хранения данных
       DBSortingCharset=Кодировка базы данных для сортировки данных
       ClientCharset=Клиентская кодировка
      @@ -50,7 +50,7 @@ ExternalUser=Внешний пользователь
       InternalUsers=Внутренние пользователи
       ExternalUsers=Внешние пользователи
       GUISetup=Внешний вид
      -SetupArea=Раздел настроек
      +SetupArea=Настройка
       UploadNewTemplate=Загрузить новый шаблон (ы)
       FormToTestFileUploadForm=Форма для проверки загрузки файлов (в зависимости от настройки)
       IfModuleEnabled=Примечание: "Да" влияет только тогда, когда модуль <b>%s</b> включен
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Код не может содержать значен
       DisableJavascript=Отключить JavaScript и Ajax (Рекомендуется если пользователи пользуются текстовыми браузерами)
       UseSearchToSelectCompanyTooltip=Кроме того, если у вас есть большое количество третьих лиц (> 100 000), вы можете увеличить скорость, установив постоянную COMPANY_DONOTSEARCH_ANYWHERE на 1 в Setup-> Other. Затем поиск будет ограничен началом строки.
       UseSearchToSelectContactTooltip=Кроме того, если у вас есть большое количество третьих лиц (> 100 000), вы можете увеличить скорость, установив постоянную связь CONTACT_DONOTSEARCH_ANYWHERE в 1 в Setup-> Other. Затем поиск будет ограничен началом строки.
      -DelaiedFullListToSelectCompany=Подождите, пока вы нажмете клавишу перед загрузкой содержимого списка со списком сторонних партнеров (это может повысить производительность, если у вас есть большое количество третьих сторон, но это менее удобно)
      -DelaiedFullListToSelectContact=Подождите, пока вы нажмете клавишу до загрузки содержимого списка контактов (это может повысить производительность, если у вас большое количество контактов, но это менее удобно)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Кол-во символов для запуска поиска: %s
       NotAvailableWhenAjaxDisabled=Недоступно при отключенном Ajax
       AllowToSelectProjectFromOtherCompany=В документе третьей стороны можно выбрать проект, связанный с другой третьей стороной
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Предварительный просмотр не дос
       ThemeCurrentlyActive=Текущая тема
       CurrentTimeZone=Текущий часовой пояс в настройках PHP
       MySQLTimeZone=Часовой пояс БД (MySQL)
      -TZHasNoEffect=Даты сохраняются и возвращаются сервером базы данных, как если бы они хранились в виде строки. Временной зонд имеет эффект только при использовании UNIX_TIMESTAMP (который не должен использоваться Dolibarr, поэтому база данных TZ не должна иметь эффекта, даже если она была изменена после ввода данных).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Пробел
       Table=Таблица
       Fields=Поля
      @@ -111,14 +111,14 @@ NotConfigured=Модуль/Приложение не настроен
       Active=Активная
       SetupShort=Настройка
       OtherOptions=Другие настройки
      -OtherSetup=Другие настройки
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Десятичный разделитель
       CurrentValueSeparatorThousand=Разделитель разрядов
       Destination=Назначение
       IdModule=ID модуля
       IdPermissions=ID прав доступа
       LanguageBrowserParameter=Параметр %s
      -LocalisationDolibarrParameters=Параметры локализации
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Часовой пояс пользователя
       ClientHour=Время клиента (пользователя)
       OSTZ=Часовой пояс сервера
      @@ -126,8 +126,8 @@ PHPTZ=Часовой пояс PHP сервера
       DaylingSavingTime=Летнее время
       CurrentHour=Время PHP (на PHP-сервере)
       CurrentSessionTimeOut=Тайм-аут текущей сессии
      -YouCanEditPHPTZ=Чтобы установить другой часовой пояс PHP (не требуется), вы можете попробовать добавить файл .htaccess с помощью строки «SetEnv TZ Europe/Paris»,
      -HoursOnThisPageAreOnServerTZ=Предупреждение, в отличие от других экранов, часы на этой странице не находятся в вашем локальном часовом поясе, а в часовом поясе сервера.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Виджет
       Boxes=Виджеты
       MaxNbOfLinesForBoxes=Максимальное количество строк для виджетов
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords= Игнорировать ошибки дублирующ
       AutoDetectLang=Автоопределение (язык браузера)
       FeatureDisabledInDemo=Функция отключена в демо -
       FeatureAvailableOnlyOnStable=Функция доступна только в официальных стабильных версиях
      -BoxesDesc=Виджеты компонентов отображают такую же информацию которую вы можете добавить к персонализированным страницам. Вы можете выбрать между показом виджета или не выбирая целевую страницу нажать "Активировать", или выбрать корзину для отключения.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Показаны только элементы из <a href="%s">включенных модулей</a>
      -ModulesDesc=Модули Dolibar определяют какие возможности будут включены в приложении. Некоторые приложения/модули требуют разрешения которые вы должны предоставить пользователям, после их активации. Нажмите на кнопку on/off для включения или отключения модулей.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=В интернете вы можете найти больше модулей для загрузки...
      -ModulesDeployDesc=Если разрешения для вашей файловой системы позволяют это, вы можете использовать этот инструмент для развертывания внешнего модуля. Затем модуль будет виден на вкладке<strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Поиск внешних приложений/модулей
       ModulesDevelopYourModule=Разработка собственного приложения/модулей
      -ModulesDevelopDesc=Вы можете разработать или найти партнера для разработки, ваш персонализированный модуль
      -DOLISTOREdescriptionLong=Вместо того, чтобы переходить на веб-сайт <a href="https://www.dolistore.com">www.dolistore.com</a>, чтобы найти внешний модуль, вы можете использовать этот встроенный инструмент, который сделает ваше путешествие на внешнем рынке (может быть медленным, нужен доступ в Интернет) ...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Новый
       FreeModule=Свободно
       CompatibleUpTo=Совместимость с версией %s
      @@ -211,8 +211,8 @@ Nouveauté=Новое
       AchatTelechargement=Купить/Скачать
       GoModuleSetupArea=Чтобы развернуть/установить новый модуль, перейдите в область настройки модуля с <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, официальный магазин внешних модулей Dolibarr ERP / CRM
      -DoliPartnersDesc=Список компаний, предоставляющих индивидуально разработанные модули или функции (Примечание: любой, кто имеет опыт программирования на PHP, может предоставить пользовательскую разработку для проекта с открытым исходным кодом)
      -WebSiteDesc=Ссылки на веб-сайты, чтобы найти больше модулей...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Некоторые решения для разработки собственного модуля ...
       URL=Ссылка
       BoxesAvailable=Доступные виджеты
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Не хранить пароли в открытом в
       MainDbPasswordFileConfEncrypted=Зашифровать пароль к базе в conf.php (Рекомендуется)
       InstrucToEncodePass=Чтобы поместить зашифрованный пароль в <b>conf.php</b> файл, замените строку <br><b>$dolibarr_main_db_pass ="..."</b><br>на<br><b>$dolibarr_main_db_pass"=crypted:%s"</b>
       InstrucToClearPass=Чтобы поместить не зашифрованный пароль в <b>conf.php</b> файл, замените строку <br><b>$dolibarr_main_db_pass="crypted:..."</b><br>на<br><b>$dolibarr_main_db_pass="%s"</b>
      -ProtectAndEncryptPdfFiles=Защита создаваемых PDF файлов (НЕ РЕКОМЕНДУЕТСЯ при массовом создании PDF)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Защита документов PDF допускает чтение и распечатку любым приложением просмотра файлов PDF. Однако редактирование и копирование не возможно. Использование этой возможности не позволит глобальное объединение файлов PDF.
       Feature=Возможность
       DolibarrLicense=Лицензия
      @@ -246,8 +246,8 @@ ExternalResources=Внешние ресурсы
       SocialNetworks=Социальные сети
       ForDocumentationSeeWiki=Для получения документации пользователя или разработчика (документация, часто задаваемые вопросы...),<br> посетите Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Для любых других вопросов / помощи, вы можете использовать форум Dolibarr:<br><b><a href="%s" target="_blank">%s</b></a>
      -HelpCenterDesc1=Этот раздел может помочь вам получить помощь службы поддержки по Dolibarr.
      -HelpCenterDesc2=Некоторые части этого сервиса доступны <b>только на английском языке.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Обработчик текущего меню
       MeasuringUnit=Единица измерения
       LeftMargin=Левое поле
      @@ -262,31 +262,35 @@ NoticePeriod=Период уведомления
       NewByMonth=Новые по месяцам
       Emails=Электронная почта
       EMailsSetup=Настройка электронной почты
      -EMailsDesc=Эта страница позволяет вам переписывать PHP параметры для отправки писем. В большинстве случаев в операционных системах Unix/Linux настройки PHP корректны и менять их не нужно.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Профили отправителей электронной почты
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS порт (По умолчанию в php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS сервер (по умолчанию в php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Порт (Не определен в PHP на Unix-подобных системах)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS сервер (Не определен в PHP на Unix-подобных системах)
      -MAIN_MAIL_EMAIL_FROM=Отправитель писем для автоматических рассылок (В php.ini указан: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=E-mail используется для отправки сообщений об ошибках (поля «Errors-To» в отправленных сообщениях)
      -MAIN_MAIL_AUTOCOPY_TO= Скрыто отправлять копии всех отправляемых писем на 
      -MAIN_DISABLE_ALL_MAILS=Отключить отправку всех писем (для тестирования или демонстраций)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Отправляйте все электронные письма (вместо реальных получателей, для целей тестирования)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Добавить пользователей сотрудников с электронной почтой в список разрешенных судебных органов
      -MAIN_MAIL_SENDMODE=Метод, используемый для отправки электронной почты
      -MAIN_MAIL_SMTPS_ID=SMTP ID, если требуется проверка подлинности
      -MAIN_MAIL_SMTPS_PW=SMTP пароль, если требуется проверка подлинности
      -MAIN_MAIL_EMAIL_TLS= Использовать TLS (SSL) шифрование
      -MAIN_MAIL_EMAIL_STARTTLS= Использовать шифрование TLS (STARTTLS)
      -MAIN_DISABLE_ALL_SMS=Отключить отправку всех SMS (для тестирования или демонстрации)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Метод, используемый для передачи SMS
      -MAIN_MAIL_SMS_FROM=Номер отправителя для отправки SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Письмо отправителя по умолчанию для отправки вручную (электронная почта пользователя или электронная почта компании)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Электронная почта пользователя
       CompanyEmail=Электронная почта компании
       FeatureNotAvailableOnLinux=Функция недоступна на Unix подобных систем. Проверьте вашу программу для отправки почты локально.
      -SubmitTranslation=Если перевод на этот язык не завершен или вы нашли ошибки, вы можете исправить их отредактировав файлы в папке <b>langs/%s</b> и отправив внесенные изменения на www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Если перевод для этого языка не завершен или вы обнаружите ошибки, вы можете исправить это, отредактировав файлы в каталог <b>langs/%s</b> и отправив измененные файлы на dolibarr.org/forum или для разработчиков на github.com/Dolibarr/dolibarr.
       ModuleSetup=Настройка модуля
       ModulesSetup=Настройка Модулей/Приложений
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Не используйте в производстве
       ThisIsProcessToFollow=Это шаги для процесса:
       ThisIsAlternativeProcessToFollow=Это альтернативная настройка для обработки вручную:
       StepNb=Шаг %s
      -FindPackageFromWebSite=Поиск пакета, который обеспечивает функции которые вы хотите (например, на официальном веб-сайте %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Загрузка пакета (например, на официальном веб-сайте %s).
      -UnpackPackageInDolibarrRoot=Распаковка файлов пакета на сервере Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=Чтобы развернуть/установить внешний модуль, распакуйте упакованные файлы в каталог сервера, предназначенный для модулей: <b>%s</b>
      -SetupIsReadyForUse=Развертывание модуля завершено. Теперь необходимо включить и настроить модуль в вашей программе на странице настройки модуля: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Альтернативная корневая директория не задана.<br>
       InfDirAlt=Начиная с 3-ей версии, можно определить альтернативный корневой каталог. Это позволяет вам хранить в специальном каталоге, плагины и настраиваемые шаблоны. <br> Просто создайте каталог в корне Dolibarr (например: custom). <br>
       InfDirExample=<br>Затем объявите его в файле <strong>conf.php</strong><br> $dolibarr_main_url_root_alt = '/custom'<br> $dolibarr_main_document_root_alt ='/path/of/dolibarr/htdocs/custom'<br>Если эти строки комментируются с помощью ''#", чтобы включить их, просто раскомментируйте, удалив символ "#''.
      -YouCanSubmitFile=На этом шаге вы можете отправить .zip-файл пакета модулей здесь:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Текущая версия Dolibarr
       CallUpdatePage=Перейдите на страницу, где вы сможете обновить структуру базы данных и данные: %s.
       LastStableVersion=Последняя стабильная версия
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Взгляните на страницу вики для по
       UseACacheDelay= Задержка для кэширования при экспорте в секундах (0 или пусто для отключения кэширования)
       DisableLinkToHelpCenter=Скрыть ссылку <b>"нужна помощь или поддержка"</b> на странице авторизации
       DisableLinkToHelp=Скрыть ссылку интернет-справки "<b>%s</b>"
      -AddCRIfTooLong=Автоматические переносы отсутствуют, по этому если строка в документе слишком длинная, вы должны самостоятельно выполнить перевод строки в текстовом поле.
      -ConfirmPurge=Вы уверены что хотите выполнить эту очистку?<br> Это действие удалит все ваши файлы с данными без возможности восстановления (ECM файлы, прикрепленные файлы...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Минимальная длина
       LanguageFilesCachedIntoShmopSharedMemory=Файлы .lang, загружены в общую памяти
       LanguageFile=Языковой файл
      -ExamplesWithCurrentSetup=Примеры с текущими настройками
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Список каталогов с шаблонами OpenDocument
       ListOfDirectoriesForModelGenODT=Список каталогов содержащих файлы шаблонов в форматеOpenDocument. <br><br>Укажите здесь полный пусть к каталогу.<br>Каждый каталог с новой строки.<br>Для добавления каталога GED-модулей, добавьте здесь <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Файлы в этих каталогах должны заканчиваться символами <b>.odt</b> или <b>.ods</b>.
      -NumberOfModelFilesFound=Количество шаблонов в форматах ODT/ODS, найденных в этих папках
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Примеры синтаксиса: <br> C: \\ MYDIR <br> / home / mydir <br> DOL_DATA_ROOT / ecm / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Прежде чем сохранить шаблоны в этих каталогах прочитайте документацию на Wiki чтобы узнать, как создать свой шаблоны ODT документов:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Ключ к использованию веб-служб
       TestSubmitForm=Форма тестового ввода
       ThisForceAlsoTheme=Используя этот менеджер меню будет использоваться тема выбранная пользователем. Также этот менеджер меню для смартфонах работает не на всех смартфонах. Используйте другой менеджер меню если у вас возникли проблемы.
       ThemeDir=Каталог тем оформления
      -ConnectionTimeout=Время ожидания подключения
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Время ожидания ответа
       SmsTestMessage=Пробное сообщение от __PHONEFROM__ к ​​__PHONETO__
       ModuleMustBeEnabledFirst=Для использования этой функции необходимо сначала включить модуль <b>%s</b>
       SecurityToken=Ключ для шифрования URL-адресов
      -NoSmsEngine=Нет доступного менеджера SMS-рассылки. По умолчанию менеджер SMS-рассылки не установливаются (потому что они зависят от внешних поставщиков), но вы можете найти его на %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Вы можете настроить каждую глобальную опции для создания PDF-файлов
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Правила придумывания почтовых ящиков
       HideAnyVATInformationOnPDF=Скрыть всю информацию, связанную с налогом с продаж/НДС в сгенерированном PDF-файле
       PDFRulesForSalesTax=Правила для налога с продаж/НДС
       PDFLocaltax=Правила для %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Скрывать описания продуктов в создаваемых PDF-файлах
       HideRefOnPDF=Скрывать артикул товара в создаваемых PDF-файлах
       HideDetailsOnPDF=Скрывать строки с деталями продукции в создаваемых PDF-файлах
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Параметры безопасных URL`ов
       SecurityTokenIsUnique=Использовать уникальный параметр securekey для каждого URL
       EnterRefToBuildUrl=Введите ссылку на объект %s
       GetSecuredUrl=Получить рассчитанный URL
      -ButtonHideUnauthorized=Скрыть кнопки у пользователей не являющихся администраторами вместо отображения их в отключенном виде
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Предыдущее значение НДС
       NewVATRates=Новое значение НДС
       PriceBaseTypeToChange=Изменять базовые цены на определенную величину
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Выбрать из списка
       ExtrafieldSelectList = Выбрать из таблицы
       ExtrafieldSeparator=Разделитель (не поле)
       ExtrafieldPassword=Пароль
      -ExtrafieldRadio=Радио-кнопка (только по выбору)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Флажок
       ExtrafieldCheckBoxFromList=Флажки из таблицы
       ExtrafieldLink=Ссылка на объект
       ComputedFormula=Вычисленное поле
       ComputedFormulaDesc=Вы можете ввести здесь формулу, используя другие свойства объекта или любое PHP-кодирование, чтобы получить динамическое вычисленное значение. Вы можете использовать любые совместимые с PHP формулы, включая «?» оператор условия и следующий глобальный объект: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>Предупреждение</strong>: Доступны только некоторые свойства объекта $. Если вам нужны не загруженные свойства, просто введите себе объект в формулу, как во втором примере. <br>Использование вычисленного поля означает, что вы не можете вводить себе какое-либо значение из интерфейса. Кроме того, если есть синтаксическая ошибка, формула может ничего не возвращать.<br><br> Пример формулы: <br>$object-> id <10? round ($object-> id/2, 2): ($object-> id + 2 * $user-> id) * (int) substr ($mysoc-> zip, 1, 2) <br><br> Пример для перезагрузки объектаe<br> (( $reloadedobj = new Societe ($db)) && ($reloadedobj-> fetch ($obj-> id? $obj-> id: ($obj-> rowid? $obj-> rowid: $object-> id)) > 0))? $reloadedobj-> array_options ['options_extrafieldkey'] * $reloadedobj-> capital/5: '-1' <br><br>Другой пример формулы для принудительной загрузки объекта и его родительского объекта: <br> (($reloadedobj = new Task ($db)) && ($reloadedobj-> fetch ($object-> id)> 0) && ($secondloadedobj = new Project ($db)) && ($secondloadedobj-> fetch ($reloadedobj-> fk_project)> 0))? $secondloadedobj-> ref: «Родительский проект не найден»
      -ExtrafieldParamHelpPassword=Сохраните это поле пустым, значение будет сохранено без шифрования (поле должно быть скрыто только со звездой на экране) .<br>Установите здесь значение «авто», чтобы использовать правило шифрования по умолчанию для сохранения пароля в базу данных (тогда значение read будет хешем, нет способа вернуть первоначальное значение)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=Список значений должен быть строками с ключом формата, значением (где ключ не может быть «0») <br><br>, например: <br>1, значение1<br>2, значение2<br>code3, значение3<br> ... <br><br> Для того, чтобы список был в зависимости от другого списка дополнительных атрибутов: <br>1 , value1 | options_<i>parent_list_code</i>: parent_key<br>2, value2 | options_<i>parent_list_code</i>: parent_key <br><br> Для того, чтобы список был в зависимости от другого списка: <br>1, value1 | <i>parent_list_code</i>: parent_key<br>2, value2| <i>parent_list_code</i>: parent_key
       ExtrafieldParamHelpcheckbox=Список значений должен быть строками с ключом формата, значением (где ключ не может быть «0») <br><br>, например: <br>1, значение1<br>2, значение2<br>3, значение3<br> ...
       ExtrafieldParamHelpradio=Список значений должен быть строками с ключом формата, значением (где ключ не может быть «0») <br><br>, например: <br>1, значение1<br>2, значение2<br>3, значение3<br> ...
      @@ -432,39 +436,39 @@ DefaultLink=Ссылка по умолчанию
       SetAsDefault=Установить по умолчанию
       ValueOverwrittenByUserSetup=Предупреждение: это значение может быть перезаписано в настройках пользователя (каждый пользователь может задать свои настройки ссылки ClickToDial)
       ExternalModule=Внешний модуль - установлен в директорию %s
      -BarcodeInitForThirdparties=Массовое создание штрих-кодов для Контрагентов
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Массовое создание или удаление штрих-кода для Товаров или Услуг
       CurrentlyNWithoutBarCode=В настоящее время у вас есть <strong>%s</strong>запись на <strong>%s</strong>%s без определенного штрих-кода.
       InitEmptyBarCode=Начальное значения для следующих %s пустых записей
       EraseAllCurrentBarCode=Стереть все текущие значения штрих-кодов
       ConfirmEraseAllCurrentBarCode=Вы действительно хотите удалить все текущие значения штрих-кода?
       AllBarcodeReset=Все значения штрих-кодов были удалены
      -NoBarcodeNumberingTemplateDefined=В модуле формирования штрих-кодов не определен шаблон нумерации
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Включить кеш файлов
       ShowDetailsInPDFPageFoot=Добавьте более подробную информацию в нижний колонтитул PDF-файлов, например, адрес вашей компании или имена менеджеров (для заполнения профессиональных идентификаторов, капитала компании и номера НДС).
       NoDetails=Нет подробностей в нижнем колонтитуле
       DisplayCompanyInfo=Показать адрес компании
       DisplayCompanyManagers=Отображать имена менеджеров
       DisplayCompanyInfoAndManagers=Отображать имена адресов и менеджеров компаний
      -EnableAndSetupModuleCron=Если вы хотите, чтобы этот повторяющийся счет был создан автоматически, модуль *%s* должен быть включен и правильно настроен. В противном случае генерация счетов-фактур должна быть произведена вручную из этого шаблона с помощью кнопки * Создать *. Обратите внимание, что даже если вы включили автоматическую генерацию, вы можете безопасно запустить ручную генерацию. Генерация дубликатов за тот же период невозможна.
      -ModuleCompanyCodeCustomerAquarium=%s с последующим сторонним кодом клиента для кода учета клиентов
      -ModuleCompanyCodeSupplierAquarium=%s а затем код поставщика третьей стороны для кода учета поставщика
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Верните пустой учетный код.
       ModuleCompanyCodeDigitaria=Код учета зависит от стороннего кода. Код состоит из символа «C» в первой позиции, за которым следуют первые 5 символов кода третьей стороны.
       Use3StepsApproval=По умолчанию заказы на поставку должны быть созданы и одобрены двумя разными пользователями (один шаг/пользователь для создания и один шаг/пользователь для одобрения. Обратите внимание, что если у пользователя есть как разрешение на создание и утверждение, достаточно одного шага/пользователя) , Вы можете задать эту опцию, чтобы ввести утверждение третьего шага/пользователя, если сумма превышает выделенное значение (так что потребуется 3 шага: 1 = валидация, 2 = первое утверждение и 3 = второе одобрение, если суммы достаточно). <br>Установите это для пустого, если достаточно одного утверждения (2 шага), установите его на очень низкое значение (0,1), если требуется второе утверждение (3 шага).
       UseDoubleApproval=Используйте одобрение на 3 шага, когда сумма (без налога) выше ...
      -WarningPHPMail= ПРЕДУПРЕЖДЕНИЕ. Часто лучше настроить исходящие письма на использование сервера электронной почты вашего провайдера вместо настройки по умолчанию. Некоторые поставщики электронной почты (например, Yahoo) не позволяют отправлять электронную почту с другого сервера, кроме своего собственного сервера. Ваша текущая настройка использует сервер приложения для отправки электронной почты, а не сервера вашего почтового провайдера, поэтому некоторые получатели (тот, который совместим с ограничительным протоколом DMARC), спросят у вашего поставщика электронной почты, могут ли они принять вашу электронную почту и некоторых поставщиков электронной почты (например, Yahoo) могут отвечать «нет», потому что сервер не является их сервером, поэтому некоторые из ваших отправленных писем не могут быть приняты (обратите внимание также на отправку квоты поставщика электронной почты) .<br>Если ваш поставщик электронной почты (например, Yahoo) это ограничение, вы должны изменить настройку электронной почты, чтобы выбрать другой метод «SMTP-сервер», и введите SMTP-сервер и учетные данные, предоставленные вашим провайдером электронной почты (попросите своего поставщика EMail получить учетные данные SMTP для вашей учетной записи).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=Если вашему SMTP-провайдеру электронной почты необходимо ограничить почтовый клиент некоторыми IP-адресами (это очень редко), это IP-адрес почтового пользователя (MUA) для вашего приложения ERP CRM: <strong>%s</strong>.
       ClickToShowDescription=Нажмите, чтобы посмотреть описание
      -DependsOn=Этот модуль нуждается в модуле (модулях)
      +DependsOn=This module needs the module(s)
       RequiredBy=Этому модулю требуется модуль (модулями)
      -TheKeyIsTheNameOfHtmlField=Это имя поля HTML. Для этого нужно иметь технические знания для чтения содержимого страницы HTML, чтобы получить ключевое имя поля.
      -PageUrlForDefaultValues=Вы должны указать здесь относительный URL страницы. Если вы укажете параметры в URL-адресе, значения по умолчанию будут эффективны, если все параметры будут одинаковыми. Примеры:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br> Для формы, чтобы создать новую третью сторону, она <strong> %s </strong>, <br> Если вы хотите значение по умолчанию, только если url имеет некоторый параметр, вы можете использовать <strong> %s </strong>
      -PageUrlForDefaultValuesList=<br>Для страниц, которые перечисляют третьи стороны, это <strong>%s</strong>,<br>Если вы хотите значение по умолчанию, только если url имеет некоторый параметр, вы можете использовать <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Включить использование персонализированных значений по умолчанию
      -EnableOverwriteTranslation=Включить использование переписанного перевода
      -GoIntoTranslationMenuToChangeThis=Для ключа с этим кодом был найден перевод, поэтому, чтобы изменить это значение, вы должны отредактировать его из Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Предупреждение, установка порядка сортировки по умолчанию может привести к технической ошибке при переходе на страницу списка, если поле является неизвестным. Если у вас возникла такая ошибка, вернитесь на эту страницу, чтобы удалить порядок сортировки по умолчанию и восстановить поведение по умолчанию.
       Field=Поле
       ProductDocumentTemplates=Шаблоны документов для создания документа продукта
      @@ -476,16 +480,18 @@ SendEmailsReminders=Отправить напоминания по электр
       davDescription=Добавить компонент в качестве сервера DAV
       DAVSetup=Настройка модуля DAV
       DAV_ALLOW_PUBLIC_DIR=Включить общий каталог (каталог WebDav без необходимости входа)
      -DAV_ALLOW_PUBLIC_DIRTooltip=Общий каталог WebDav - это каталог WebDAV, к которому каждый может иметь доступ (в режиме чтения и записи), без необходимости использовать/использовать существующую учетную запись для входа/пароля.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Пользователи и группы
      +Module0Name=Пользователи и Группы
       Module0Desc=Управление Пользователями / Сотрудниками и Группами
      -Module1Name=Контрагенты
      +Module1Name=Third Parties
       Module1Desc=Компании и управление контактами (клиенты, перспективы...)
       Module2Name=Коммерческие
       Module2Desc=Коммерческое управление
       Module10Name=Бухгалтерия
      -Module10Desc=Простые бухгалтерские отчеты (журналы, оборот) на основе содержимого базы данных. Не использует таблицу регистров.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Предложения
       Module20Desc=Управление коммерческими предложеними
       Module22Name=Почтовые рассылки
      @@ -511,13 +517,13 @@ Module52Desc=Управление акциями (продукция)
       Module53Name=Услуги
       Module53Desc=Управление услугами
       Module54Name=Контакты/Подписки
      -Module54Desc=Управление договорами (услугами или связанными подписками)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Штрих-коды
       Module55Desc=Управление штрих-кодами
       Module56Name=Телефония
       Module56Desc=Интеграция телефонии
       Module57Name=Прямые банковские поручения
      -Module57Desc=Управление прямыми дебиторскими платежными поручениями. Включая создание SEPA-файлов для европейских стран.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Интеграция с системами НажатьДляЗвонка (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Транспортные расходы
       Module75Desc=Управление транспортными расходами
       Module80Name=Отгрузки
       Module80Desc=Управление отгрузкой и доставкой заказов
      -Module85Name=Банки и наличные
      +Module85Name=Banks and Cash
       Module85Desc=Управление банковскими счетами или наличными
      -Module100Name=Внешний сайт
      -Module100Desc=Этот модуль добавляет внешний сайт или страницу в меню Dolibarr и отображает его небольшом окне
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman и SPIP
       Module105Desc=Модуль интерфейса для рассылок Mailman или SPIP
       Module200Name=LDAP
      -Module200Desc=Синхронизация каталогов LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Интергация с PostNuke
       Module240Name=Экспорт данных
      -Module240Desc=Инструмент для экспорта данных Dolibarr  (с ассистентами)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Импорт данных
      -Module250Desc=Инструмент для импорта данных Dolibarr  (с ассистентами)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Участники
       Module310Desc=Управление участниками фонда
       Module320Name=RSS-канал
       Module320Desc=Добавление RSS-каналов на страницах Dolibarr
      -Module330Name=Закладки
      -Module330Desc=Управление закладками
      -Module400Name=Проекты/Возможности/Потенциальные клиенты
      -Module400Desc=Управление проектами, возможностями/выводами и/или задачами. Вы также можете назначить любой элемент (счет-фактура, заказ, предложение, вмешательство и т. д.) в проект и получить трансверсальный вид из представления проекта.
      +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=Веб-календарь
       Module410Desc=Интеграция веб-календаря
       Module500Name=Налоги и специальные расходы
       Module500Desc=Управление другими расходами (налоги на продажу, социальные или налоговые налоги, дивиденды, ...)
       Module510Name=Выплата заработной платы работникам
      -Module510Desc=Записывайте и следите за выплатой заработной платы сотрудникам
      +Module510Desc=Record and track employee payments
       Module520Name=Ссуда
       Module520Desc=Управление ссудами
       Module600Name=Уведомления о деловых событиях
      -Module600Desc=Отправлять сообщения электронной почты (инициированные некоторыми бизнес-событиями) пользователям (настройка, определенная для каждого пользователя), контактам сторонних разработчиков (настройка, определенная для каждой третьей стороны) или фиксированным электронным письмам
      -Module600Long=Обратите внимание, что этот модуль предназначен для отправки электронных писем в режиме реального времени, когда происходит определенное деловое событие. Если вы ищете функцию отправки напоминаний по электронной почте о своих событиях в повестке дня, зайдите в настройку модуля Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Варианты продукта
      -Module610Desc=Позволяет создавать варианты продуктов на основе атрибутов (цвет, размер, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Пожертвования
       Module700Desc=Управление пожертвованиями
       Module770Name=Отчёты о затратах
      -Module770Desc=Управление и утверждение отчётов о затратах (на транспорт, еду)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Коммерческое предложение продавца
       Module1120Desc=Запросить коммерческое предложение и цены продавца
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Генерация массового сообщения
       Module1780Name=Теги/Категории
       Module1780Desc=Создание тегов/категорий (продуктов, клиентов, поставщиков, контактов или членов)
       Module2000Name=Текстовый редактор WYSIWYG
      -Module2000Desc=Позволяет редаткировать некоторые текстовые области использую расширенный редактор (основанный на CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Динамическое ценообразование
       Module2200Desc=Разрешить использовать математические операции для цен
       Module2300Name=Запланированные задания
       Module2300Desc=Запланированное управление заданиями (псевдоним cron или chrono table)
       Module2400Name=События/Повестка дня
      -Module2400Desc=Следуйте за сделанными и предстоящими событиями. Пусть приложение регистрирует автоматические события для отслеживания или записывает ручные события или rendez-vous. Это основной важный модуль для хорошего управления взаимоотношениями с клиентами или поставщиками.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Система управления документами / Управление электронным контентом. Автоматическая организация ваших сгенерированных или сохраненных документов. Поделитесь им, когда вам нужно.
       Module2600Name=API/Веб-службы (SOAP-сервер)
      @@ -590,16 +596,16 @@ Module2600Desc=Включение Dolibarr SOAP сервера предоста
       Module2610Name= API/веб-службы (сервер REST)
       Module2610Desc=Включить сервер REST для Dolibarr, предоставляющий услуги API
       Module2660Name=Вызовите WebServices (клиент SOAP)
      -Module2660Desc=Включите клиент веб-сервисов Dolibarr (можно использовать для передачи данных/запросов на внешние серверы. Заказы поставщиков поддерживаются только на данный момент)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Всемирно распознаваемый аватар
      -Module2700Desc=Использование интернет-сервиса Gravatar (www.gravatar.com), для отображения фото пользователей / участников (связанных с их электронной почтой). Необходим доступ в Интернет
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP-клиент
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Подключение к службе GeoIP MaxMind для преобразования IP-адреса в название страны
       Module3100Name=Skype
       Module3100Desc=Добавить кнопку Skype в карты пользователей/третьих лиц/контактов/членов
       Module3200Name=Неограниченные архивы
      -Module3200Desc=Активировать журнал некоторых бизнес-событий в неизменный журнал. События архивируются в режиме реального времени. Журнал представляет собой таблицу цепочечных событий, которые могут быть прочитаны и экспортированы. Этот модуль может быть обязательным для некоторых стран.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=Менеджер отдела кадров
       Module4000Desc=Управление персоналом (управление отделом, контракты и чувства сотрудников)
       Module5000Name=Группы компаний
      @@ -609,27 +615,31 @@ Module6000Desc=Управление рабочим процессом (авто
       Module10000Name=Веб-сайты
       Module10000Desc=Создавайте публичные сайты с помощью редактора WYSIWG. Просто настройте свой веб-сервер (Apache, Nginx, ...), чтобы указать на выделенный каталог Dolibarr, чтобы он был онлайн в Интернете с вашим собственным доменным именем.
       Module20000Name=Заявления на отпуск
      -Module20000Desc=Управление заявлениями на отпуск и соблюдение графика отпусков работниками
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Ассортимент продукции
       Module39000Desc=Лот или серийный номер, управление питанием и продажами по продуктам
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Модуль, предлагающий страницу онлайн-оплаты, принимающую платежи с помощью кредитной/дебетовой карты через PayBox. Это можно использовать, чтобы позволить вашим клиентам делать бесплатные платежи или оплату на определенном объекте Dolibarr (счет-фактура, заказ, ...)
      +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=Точка продаж
       Module50100Desc=Модуль точки продаж (POS).
      +Module50150Name=Точка продаж
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Модуль, чтобы предлагать страницу онлайн-платежей, принимающую платежи с использованием PayPal (кредитная карта или кредит PayPal). Это можно использовать, чтобы позволить вашим клиентам делать бесплатные платежи или оплату на определенном объекте Dolibarr (счет-фактура, заказ, ...)
      +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=Учет (продвинутый)
      -Module50400Desc=Управление учетными записями (двойные записи, общие и вспомогательные регистры). Экспортируйте книгу в несколько других форматов программного обеспечения бухгалтерского учета.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=Модуль PrintIPP
      -Module54000Desc=Прямая печать (без открытия документа) использует интерфейс Cups IPP  (Принтер должен быть доступен с сервера, и система печати CUPS  должна быть установлена на сервере). 
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Голосование, обзор или голосование
      -Module55000Desc=Модуль для онлайн-опросов, опросов или голосов (например, Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Наценки
       Module59000Desc=Модуль управления наценками
       Module60000Name=Комиссии
       Module60000Desc=Модуль управления комиссиями
       Module62000Name=Обязанности по доставке товаров
      -Module62000Desc=Добавить функции для управления обязанностями по доставке товаров
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Ресурсы
       Module63000Desc=Управляйте ресурсами (принтеры, автомобили, комнаты, ...), затем вы можете делиться событиями
       Permission11=Просмотр счетов-фактур клиентов
      @@ -651,9 +661,9 @@ Permission32=Создание / изменение продукции / услу
       Permission34=Удаленные продукция / услуги
       Permission36=Просмотр / управление скрытой продукцией / услугами
       Permission38=Экспорт продукции
      -Permission41=Прочитайте проекты и задачи (общий проект и проекты, к которым я обращаюсь). Можно также ввести время, затраченное на меня или мою иерархию, на назначенные задачи (расписание)
      -Permission42=Создание / изменение проектов и задач (общие и мои проекты). Можно так же создать задачи и назначить пользователей для выполнения проекта и задач
      -Permission44=Удаление проектов (общих и моих проектов)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Экспорт проектов
       Permission61=Смотреть мероприятия
       Permission62=Создание / измение мероприятий
      @@ -686,7 +696,7 @@ Permission109=Удалить отправки
       Permission111=Читать финансовую отчетность
       Permission112=Создать / изменить / удалить и сравнить сделоки
       Permission113=Настройка финансовых учётных записей (создание, изменение категорий)
      -Permission114=Согласовать транзакции
      +Permission114=Reconcile transactions
       Permission115=Экспорт операций и выписок со счета
       Permission116=Перераспределение средств между счетами
       Permission117=Управление диспетчеризацией чеков
      @@ -694,15 +704,15 @@ Permission121=Просмотр контрагентов, связанных с 
       Permission122=Создать / изменить контрагентов, связанных с пользователем
       Permission125=Удалить контрагентов, связанных с пользователем
       Permission126=Экспорт контрагентов
      -Permission141=Просмотр всех проектов и задач (так же частные проекты в которых я не контактное лицо)
      -Permission142=Создать / изменить все проекты и задачи (так же частные проекты в которых я не контактное лицо)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Удалить все проекты и задачи (так же частные проекты в которых я не контактное лицо)
       Permission146=Посмотреть провайдеров
       Permission147=Посмотреть статистику
       Permission151=Посмотреть заказанные прямые дебетные платежи
       Permission152=Создать / изменить заказанные прямые дебетные платежи
       Permission153=Отправка / Передача заказанных прямых дебетовых платежей
      -Permission154=Запись Кредитных / Отклоненных прямых дебетовых платежей
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Посмотреть котракты/подписки
       Permission162=Создать/изменить котракты/подписки
       Permission163=Активировать услугу/подписку в контракте
      @@ -725,7 +735,7 @@ Permission187=Закрыть заказы поставщика
       Permission188=Отмена заказов поставщику
       Permission192=Создать строки
       Permission193=Отмена строк
      -Permission194=Посмотреть пропускную способность линий
      +Permission194=Read the bandwidth lines
       Permission202=Создать ADSL соединения
       Permission203=Заказ соединения заказов
       Permission204=Заказ подключений
      @@ -750,12 +760,12 @@ Permission244=Посмотреть содержание скрытых кате
       Permission251=Посмотреть других пользователей и группы
       PermissionAdvanced251=Посмотреть других пользователей
       Permission252=Посмотреть права доступа других пользователей
      -Permission253=Создание / Изменение других пользователей, групп и прав доступа
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Создать / изменить внутренних / внешних пользователей и права доступа
       Permission254=Создать / изменить только внешних пользователей
       Permission255=Изменить пароли других пользователей
       Permission256=Удалить или отключить других пользователей
      -Permission262=Расширенный доступ ко всем контрагентам (не только контрагентов пользователей являющихся торговыми представителями).<br> Не эффективно для внешних пользователей (всегда ограниченные только предложениями, заказами, счетами-фактурами, контрактами и т.д.).<br>Не эффективно для проектов (только правила разрешений проекта, видимости и распределение вопросов).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Читать CA
       Permission272=Читать счета
       Permission273=Выпуск счетов
      @@ -765,7 +775,7 @@ Permission283=Удалить контакты
       Permission286=Экспортировать контакты
       Permission291=Читать тарифы
       Permission292=Установка разрешений на тарифы
      -Permission293=Изменение тарифов клиентам
      +Permission293=Modify customers tariffs
       Permission300=Читать штрих-коды
       Permission301=Создать / изменить штрих-коды
       Permission302=Удалить штрих-коды
      @@ -787,11 +797,9 @@ Permission401=Читать скидки
       Permission402=Создать / изменить скидки
       Permission403=Проверить скидки
       Permission404=Удалить скидки
      -Permission501=Читать контракты/зарплаты сотрудников
      -Permission502=Создание/изменение контрактов/зарплат сотрудников
      -Permission511=Прочитать выплату зарплат
      -Permission512=Создание/изменение выплаты заработной платы
      -Permission514=Удалить зарплаты
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Экспорт зарплат
       Permission520=Открыть ссуды
       Permission522=Создать/изменить ссуды
      @@ -844,8 +852,8 @@ Permission1251=Запуск массового импорта внешних д
       Permission1321=Экспорт клиентом счета-фактуры, качества и платежей
       Permission1322=Повторно открыть оплаченный счет
       Permission1421=Экспорт заказов и атрибуты
      -Permission20001=Прочитайте запросы на отпуск (ваши отпуска и один из ваших подчиненных)
      -Permission20002=Создавайте/изменяйте ваши запросы на отпуск (ваши листья и один из ваших подчиненных)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Удалить заявления на отпуск
       Permission20004=Читайте все запросы на отпуск (даже пользователь не подчиняется)
       Permission20005=Создавать/изменять запросы на отпуск для всех (даже для пользователей, не подчиненных)
      @@ -880,8 +888,8 @@ Permission63001=Чтение ресурсов
       Permission63002=Создание/изменение ресурсов
       Permission63003=Удалить ресурсы
       Permission63004=Свяжите ресурсы с повесткой дня
      -DictionaryCompanyType= Тип компании
      -DictionaryCompanyJuridicalType= Организационно-правовая форма
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Потенциальный уровень предполагаемого клиента
       DictionaryCanton=Штат/Провинция
       DictionaryRegion=Регионы
      @@ -894,7 +902,7 @@ DictionaryVAT=Значения НДС или налога с продаж
       DictionaryRevenueStamp=Количество налоговых марок
       DictionaryPaymentConditions=Условия оплаты
       DictionaryPaymentModes=Режимы оплаты
      -DictionaryTypeContact=Типы Контактов/Адресов
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Тип страниц/контейнеров
       DictionaryEcotaxe=Экологический налог Ecotax (WEEE)
       DictionaryPaperFormat=Форматы бумаги
      @@ -908,47 +916,47 @@ DictionarySource=Происхождение Коммерческих предл
       DictionaryAccountancyCategory=Персонализированные группы для отчетов
       DictionaryAccountancysystem=Модели для диаграммы счетов
       DictionaryAccountancyJournal=Бухгалтерские журналы
      -DictionaryEMailTemplates=Шаблоны электронных писем
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Единицы
       DictionaryProspectStatus=Статус контакта
      -DictionaryHolidayTypes=Типы отпусков
      -DictionaryOpportunityStatus=Статус предполагаемого проекта
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Отчет о расходах - Категории транспорта
       DictionaryExpenseTaxRange=Отчет о расходах - Диапазон по транспортной категории
       SetupSaved=Настройки сохранены
       SetupNotSaved=Установки не сохранены
       BackToModuleList=Вернуться к списку модулей
      -BackToDictionaryList=Назад к списку словарей
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Тип налоговой печати
      -VATManagement=НДС менеджмент
      -VATIsUsedDesc=По умолчанию при создании потенциальных клиентов, счетов-фактур, заказов и т. Д. Ставка НДС соответствует действующему стандарту: <br> Если продавец не облагается НДС, то НДС по умолчанию равен 0. Конец правила. <br>Если (страна продажи = страна покупки), тогда НДС по умолчанию равен НДС продукта в стране продажи. Конец правила.  <br>Если продавец и покупатель находятся в Европейском Сообществе, а товары - это транспортные продукты (автомобиль, судно, самолет), то НДС по умолчанию равен 0 (НДС должен быть оплачен покупателем в обычном офисе его страны, а не продавец). Конец правила.  <br>Если продавец и покупатель находятся в Европейском сообществе, а покупатель не является компанией, тогда НДС по умолчанию соответствует НДС проданного продукта. Конец правила.  <br>Если продавец и покупатель находятся в Европейском Сообществе, а покупатель - компания, то по умолчанию НДС равен 0. Конец правила. <br>В любом случае предложенный дефолт равен VAT = 0. Конец правила.
      -VATIsNotUsedDesc=По умолчанию, предлагаемый НДС 0, которая может быть использована как для дела ассоциаций, отдельных лиц или небольших компаний.
      -VATIsUsedExampleFR=Во Франции это означает, что компании или организации имеют реальную финансовую систему (упрощенную реальную или нормальную реальность). Система, в которой объявляется НДС.
      -VATIsNotUsedExampleFR=Во Франции это означает ассоциации, которые не декларируются НДС, или компании, организации или либеральные профессии, которые выбрали фискальную систему микропредприятия (НДС в франшизе) и заплатили налог на франшизу без декларации НДС. Этот выбор отобразит ссылку «Не применимый НДС - art-293B CGI» на счета-фактуры.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Ставка
       LocalTax1IsNotUsed=Не использовать второй налог
      -LocalTax1IsUsedDesc=Использовать второй тип налога (отличный от НДС)
      -LocalTax1IsNotUsedDesc=Не использовать другой тип налога (отличный от НДС)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Второй тип налога
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Не использовать третий налог
      -LocalTax2IsUsedDesc=Использовать третий тип налога (отличный от НДС)
      -LocalTax2IsNotUsedDesc=Не использовать другой тип налога (отличный от НДС)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Третий тип налога
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE управления
      -LocalTax1IsUsedDescES= RE ставка по умолчанию при создании потенциального клиента, счета, заказы и т.д. последующей стандартных правил: <br> Если те покупатель не подвергается RE, RE по умолчанию = 0. Конец правления. <br> Если покупатель подвергается RE затем RE по умолчанию. Конец правления. <br>
      -LocalTax1IsNotUsedDescES= По умолчанию предлагается RE 0. Конец правления.
      -LocalTax1IsUsedExampleES= В Испании они являются профессионалами с учетом некоторых конкретных разделов испанский ИАЭ.
      -LocalTax1IsNotUsedExampleES= В Испании они являются профессиональными и общества и при условии соблюдения определенных слоев испанского ИАЭ.
      -LocalTax2ManagementES= IRPF управления
      -LocalTax2IsUsedDescES= RE ставка по умолчанию при создании потенциального клиента, счета, заказы и т.д. последующей стандартных правил: <br> Если продавец не подвергается IRPF, то IRPF по умолчанию = 0. Конец правления. <br> Если продавец подвергается IRPF то IRPF по умолчанию. Конец правления. <br>
      -LocalTax2IsNotUsedDescES= По умолчанию предлагается IRPF 0. Конец правления.
      -LocalTax2IsUsedExampleES= В Испании, фрилансеры и независимые специалисты, которые оказывают услуги и компаний, которые выбрали налоговой системы модулей.
      -LocalTax2IsNotUsedExampleES= В Испании они бизнес не облагается налогом на системе модулей.
      +LocalTax1ManagementES=RE управления
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=По умолчанию предлагается RE 0. Конец правления.
      +LocalTax1IsUsedExampleES=В Испании они являются профессионалами с учетом некоторых конкретных разделов испанский ИАЭ.
      +LocalTax1IsNotUsedExampleES=В Испании они являются профессиональными и общества и при условии соблюдения определенных слоев испанского ИАЭ.
      +LocalTax2ManagementES=IRPF управления
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=По умолчанию предлагается IRPF 0. Конец правления.
      +LocalTax2IsUsedExampleES=В Испании, фрилансеры и независимые специалисты, которые оказывают услуги и компаний, которые выбрали налоговой системы модулей.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Отчеты о местных налогах
       CalcLocaltax1=Продажи-Покупки
       CalcLocaltax1Desc=Отчёты о местных налогах  - это разница между  местными налогами с продаж и покупок
      @@ -958,7 +966,8 @@ CalcLocaltax3=Продажи
       CalcLocaltax3Desc=Отчёты о местных налогах  - это итог местных налогов с продаж
       LabelUsedByDefault=Метки, используемые по умолчанию, если нет перевода можно найти код
       LabelOnDocuments=Этикетка на документах
      -NbOfDays=Кол-во дней
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=На конец месяца
       CurrentNext=Текущая/Следующая
       Offset=Сдвиг
      @@ -984,7 +993,7 @@ DatabaseUser=Пользователь базы данных
       DatabasePassword=Пароль базы данных
       Tables=Таблицы
       TableName=Наименование таблицы
      -NbOfRecord=Кол-во записей
      +NbOfRecord=No. of records
       Host=Сервер
       DriverType=Тип драйвера
       SummarySystem=Обзор системной информации
      @@ -996,7 +1005,7 @@ Skin=Тема оформления
       DefaultSkin=Тема по умолчанию
       MaxSizeList=Максимальная длина списка
       DefaultMaxSizeList=Максимальная длина по умолчанию для списков
      -DefaultMaxSizeShortList=Максимальная длина по умолчанию для коротких списков (то есть в карточке клиента)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Сообщение дня
       MessageLogin=Сообщение на странице входа
       LoginPage=Страница авторизации
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Постоянный поиск формы на лево
       DefaultLanguage=Язык по умолчанию (код языка)
       EnableMultilangInterface=Включить многоязычный интерфейс
       EnableShowLogo=Показать логотип на левом меню
      -CompanyInfo=Информация о компании/организации
      -CompanyIds=Идентификационные данные компаний/организаций
      +CompanyInfo=Компания/Организация
      +CompanyIds=Company/Organization identities
       CompanyName=Имя
       CompanyAddress=Адрес
       CompanyZip=Индекс
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Владелец банковского счета %s
       BankModuleNotActive=Модуль Банковских счетов не активирован
       ShowBugTrackLink=Показать ссылку "<strong>%s</strong>"
       Alerts=Предупреждения
      -DelaysOfToleranceBeforeWarning=Терпимость задержки перед предупреждение
      -DelaysOfToleranceDesc=Этот экран позволяет вам определить мириться с задержками до готовности сообщения на экране при picto %s в конце каждого элемента.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Толерантность задержки (в днях) до предупреждения о запланированных событиях (событиях повестки дня) еще не завершена
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Толерантность задержки (в днях) до предупреждения о незавершенном проекте
      -Delays_MAIN_DELAY_TASKS_TODO=Допуск задержки (в днях) до предупреждения о запланированных задачах (задачах проекта) еще не завершен
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Допуск задержки (в днях) до того, как предупреждение о заказах еще не обработано
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Допуск задержки (в днях) до того, как предупреждение о заказах на поставку еще не обработано
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Задержка толерантности (в днях) до оповещения о предложениях, чтобы закрыть
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Задержка толерантности (в днях) до оповещения о предложениях не будет взиматься
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Терпимость задержки (в днях) до готовности на услуги для активации
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Терпимость задержки (в днях) до оповещения о истек услуги
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Терпимость задержки (в днях) до готовности на неоплачиваемую поставщиком счета-фактуры
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Терпимость задержки (в днях) до готовности на неоплачиваемую клиентом счета-фактуры
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Терпимость задержки (в днях) до оповещения о текущих банковских счетов
      -Delays_MAIN_DELAY_MEMBERS=Толерантность задержки (в днях) до оповещения по отсроченным членский взнос
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Терпимость задержки (в днях) до полной готовности к чеки сделать депозит
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Задержка допуска (в днях) перед предупреждением для отчетов о расходах для утверждения
      -SetupDescription1=Зона настройки предназначена для первоначальных параметров настройки перед началом использования Dolibarr.
      -SetupDescription2=Два обязательных этапа установки следующие шаги (две первые записи в левом меню настройки):
      -SetupDescription3=Настройки в меню <a href="%s">%s->%s</a>. Этот шаг требуется, поскольку он определяет данные, используемые на экранах Dolibarr, для настройки поведения программного обеспечения по умолчанию (например, для связанных с страной функций).
      -SetupDescription4=Настройки в меню <a href="%s">%s ->%s</a>. Этот шаг необходим, поскольку Dolibarr ERP/CRM представляет собой набор из нескольких модулей/приложений, все более или менее независимых. Новые функции добавляются в меню для каждого модуля, который вы активируете.
      -SetupDescription5=Другие пункты меню управления необязательных параметров.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Безопасность ревизии события
       Audit=Аудит
       InfoDolibarr=О Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Вы можете включить в журнале событий
       AreaForAdminOnly=Параметры настройки могут быть установлены только <b> пользователем администратора </b>.
       SystemInfoDesc=Система информации разного техническую информацию Вы получите в режиме только для чтения и видимые только для администраторов.
       SystemAreaForAdminOnly=Эта область доступна для пользователей только администратором. Ни одно из разрешений Dolibarr может снизить этот предел.
      -CompanyFundationDesc=Измените на этой странице всю известную информацию о компании или фонде, которую вам нужно управлять (для этого нажмите кнопку «%s» или «%s» внизу страницы)
      -AccountantDesc=Изменить на этой странице всю известную информацию о вашем бухгалтере/бухгалтере
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=Номер файла
       DisplayDesc=Вы можете выбрать каждого параметра, связанных с Dolibarr выглядеть и чувствовать себя здесь
       AvailableModules=Доступное приложение/модули
       ToActivateModule=Чтобы активировать модуль, перейдите на настройку зоны.
       SessionTimeOut=Тайм-аут для сессии
      -SessionExplanation=Это гарантия того, что число сессии никогда не истечет до этой задержки. Но PHP sessoin управления не гарантирует, что сессия всегда заканчивается по истечении этой задержки: Это происходит, если система для очистки кэша сессии запущен. <br> Примечание: без каких-либо конкретной системы, внутренние PHP процесс чистой сессия каждые <b>примерно %s /% с</b> доступом, но только во время доступа, сделанные другими сессиями.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Доступные триггеры
      -TriggersDesc=Триггеры представляют собой файлы, которые изменяют поведение Dolibarr рабочий раз скопировать в директорию <b>htdocs / входит / триггеров.</b> Они реализованы новые действия, активированные на Dolibarr событий (создание новой компании, проверка счетов-фактур, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Триггеры этого файла отключено <b>NORUN-суффикс</b> в названии.
       TriggerDisabledAsModuleDisabled=Триггеры в этом файле будут отключены как <b>модуль %s</b> отключен.
       TriggerAlwaysActive=Триггеры в этом файле, всегда активны, независимо являются активированный Dolibarr модули.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Вставьте все справочные данные. Вы 
       ConstDesc=Эта страница позволяет редактировать все другие параметры, недоступные на предыдущих страницах. Это в основном зарезервированные параметры для разработчиков или расширенные способы устранения неполадок. Список опций <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=Все остальные параметры, связанные с безопасностью, определены здесь.
       LimitsSetup=Пределы / Точная настройка
      -LimitsDesc=Вы можете определить лимиты, уточнения и optimisations используемой Dolibarr здесь
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Макс десятичных цен за единицу
       MAIN_MAX_DECIMALS_TOT=Макс десятичных общей цены
       MAIN_MAX_DECIMALS_SHOWN=Макс десятичных цен отображается на экране (Добавить <b>...</b> После этого, если вы хотите посмотреть <b>...</b> когда число усекается когда отображаются на экране)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Чистая цена единицы продукта
       TotalPriceAfterRounding=Общая стоимость (нетто / НДС / включая налоги) после округления
       ParameterActiveForNextInputOnly=Параметр эффективным для следующего ввода только
       NoEventOrNoAuditSetup=Нет безопасности событие было зафиксировано еще. Это может быть нормально, если проверка не была включена в "Настройка - Безопасность - аудит" страница.
      -NoEventFoundWithCriteria=Нет событий безопасности была обнаружена в таких поисковых критериев.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=См. вашей локальной настройки Sendmail
       BackupDesc=Чтобы сделать полную резервную копию Dolibarr, Вам необходимо:
       BackupDesc2=Сохраните каталог содержимого документов (<b>%s</b>), который содержит все загруженные и сгенерированные файлы (поэтому он включает все файлы дампа, сгенерированные на шаге 1).
      -BackupDesc3=Сохраняет содержание вашей базы данных  (<b>%s</b>)  в файл. Для этого используйте следующей мастер.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Архивированный каталог должны храниться в безопасном месте.
       BackupDescY=Генерируемый файла дампа следует хранить в надежном месте.
      -BackupPHPWarning=Использование этого метода не гарантирует создание резервной копии. Предыдущий метод предпочтительнее.
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Для восстановления резервной Dolibarr, Вам необходимо:
      -RestoreDesc2=Восстановите файл архива (например, zip-файл) каталога документов, чтобы извлечь дерево файлов в каталог документов новой установки Dolibarr или в эту текущую документацию directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Восстановите данные из резервного файла дампа в базу данных новой установки Dolibarr или в базу данных этой текущей установки (<b>%s</b>). Предупреждение. После завершения восстановления вы должны использовать логин/пароль, существовавшие при создании резервной копии, для повторного подключения. Чтобы восстановить резервную базу данных в этой текущей установке, вы можете следовать за этим помощником.
       RestoreMySQL=Иvпорт MySQL
       ForcedToByAModule= Это правило <b>вынуждены %s</b> на активированный модуль
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Вы должны запуст
       YourPHPDoesNotHaveSSLSupport=SSL функций, не доступных в PHP
       DownloadMoreSkins=Дополнительные шкуры для загрузки
       SimpleNumRefModelDesc=Вернуться номер с форматом %syymm-NNNN, где YY это год, месяц мм и NNNN последовательность без отверстия и без сброса
      -ShowProfIdInAddress=Показать профессионала идентификатор с адресами на документах
      -ShowVATIntaInAddress=Скрыть НДС Int num с адресами на документы
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Частичный перевод
      -MAIN_DISABLE_METEO=Отключить метео зрения
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Стандартный режим
       MeteoStdModEnabled=Стандартный режим включен
       MeteoPercentageMod=Процентный режим
       MeteoPercentageModEnabled=Включен режим процента
       MeteoUseMod=Нажмите, чтобы использовать%s
       TestLoginToAPI=Испытание Войти в API
      -ProxyDesc=Некоторые особенности Dolibarr необходимо иметь доступ в Интернет для работы. Определить параметры здесь для этого. Если сервер Dolibarr находится за прокси-сервера, эти параметры рассказывает Dolibarr как получить доступ к интернет через него.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Внешний доступ
       MAIN_PROXY_USE=Использовать прокси-сервер (в противном случае прямого доступа к интернету)
       MAIN_PROXY_HOST=Имя / Адрес прокси-сервера
       MAIN_PROXY_PORT=Порт прокси-сервера
       MAIN_PROXY_USER=Войти, чтобы использовать прокси-сервер
       MAIN_PROXY_PASS=Пароль для использования прокси-сервера
      -DefineHereComplementaryAttributes=Определить здесь все атрибуты, а не уже доступны по умолчанию, и что вы хотите быть поддерживается %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Дополнительные атрибуты
       ExtraFieldsLines=Дополнительные атрибуты (строки)
       ExtraFieldsLinesRec=Дополнительные атрибуты (шаблоны счетов-фактур)
       ExtraFieldsSupplierOrdersLines=Дополнительные атбрибуты (строки заказа)
       ExtraFieldsSupplierInvoicesLines=Дополнительные атрибуты (строки счёта)
       ExtraFieldsThirdParties=Дополнительные атрибуты (контрагенты)
      -ExtraFieldsContacts=Дополнительные атрибуты (контакт/адрес)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Дополнительные атрибуты (Участник)
       ExtraFieldsMemberType=Дополнительные атрибуты (тип Участника)
       ExtraFieldsCustomerInvoices=Дополнительные атрибуты (Счета-Фактуры)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=только латинские строчны
       SendmailOptionNotComplete=Предупреждение, на некоторых системах Linux, для отправки электронной почты из электронной почты, Sendmail выполнения установки должны conatins опцию-ба (параметр mail.force_extra_parameters в файле php.ini). Если некоторые получатели не получают электронные письма, попытке изменить этот параметр с PHP mail.force_extra_parameters =-ба).
       PathToDocuments=Путь к документам
       PathDirectory=Каталог
      -SendmailOptionMayHurtBuggedMTA=Функция отправки писем с использованием метода «PHP mail direct» будет генерировать почтовое сообщение, которое может быть неправильно проанализировано некоторыми почтовыми серверами. Результатом является то, что некоторые письма не могут быть прочитаны людьми, размещенными на этих прослушиваемых платформах. Это случай для некоторых интернет-провайдеров (например: Orange во Франции). Это не проблема в Dolibarr и PHP, а на получение почтового сервера. Однако вы можете добавить опцию MAIN_FIX_FOR_BUGGED_MTA в 1 - setup - другое для модификации Dolibarr, чтобы этого избежать. Однако у вас могут возникнуть проблемы с другими серверами, которые строго соблюдают стандарт SMTP. Другое решение (рекомендуется) - использовать метод «Библиотека сокетов SMTP», который не имеет недостатков.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Настройка перевода
       TranslationKeySearch=Поиск ключа перевода или строки
       TranslationOverwriteKey=Перезаписать строку перевода
       TranslationDesc=Как установить отображаемый язык приложения: <br> * Systemwide: menu <strong>Home - Setup - Display</strong><br> * На пользователя: используйте вкладку <strong> дисплея дисплея </strong>User на карточке пользователя (нажмите на имя пользователя в верхней части экрана).
       TranslationOverwriteDesc=Вы также можете переопределить строки, заполняющие следующую таблицу. Выберите свой язык из раскрывающегося списка «%s», вставьте строку перевода в «%s» и ваш новый перевод в «%s»
      -TranslationOverwriteDesc2=Вы можете использовать другую вкладку, чтобы помочь вам узнать, какой ключ перевода использовать
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Строка перевода
       CurrentTranslationString=Текущая строка перевода
       WarningAtLeastKeyOrTranslationRequired=Критерии поиска требуются, по крайней мере, для строки ключа или перевода
       NewTranslationStringToShow=Новая строка перевода для показа
       OriginalValueWas=Исходный перевод перезаписан. Исходное значение: <br><br>%s
      -TransKeyWithoutOriginalValue=Вы заставили новый перевод для ключа перевода '<strong>%s</strong>' который не существует в каких-либо языковых файлах
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Активированное приложение/модули: <b>%s</b>/<b>%s</b>
       YouMustEnableOneModule=Вы должны включить минимум 1 модуль
      -ClassNotFoundIntoPathWarning=Класс %s не найден по PHP пути
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Да летом
      -OnlyFollowingModulesAreOpenedToExternalUsers=Примечание. Для внешних пользователей открыты только следующие модули (независимо от разрешения таких пользователей), и только если были предоставлены разрешения:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Хранилище сессий шифровано системой SUHOSIN
       ConditionIsCurrently=Текущее состояние %s
      -YouUseBestDriver=Вы используете драйвер %s, который на текущий момент является самым подходящим
      -YouDoNotUseBestDriver=Вы используете устройство %s, но драйвер этого устройства %s не рекомендуется ипользовать. 
      -NbOfProductIsLowerThanNoPb=У вас только %s Товаров/Услуг в базе данных. Это не требует никакой оптимизации.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Поисковая оптимизация
      -YouHaveXProductUseSearchOptim=У вас есть продукт %s в базе данных. Вы должны добавить константу PRODUCT_DONOTSEARCH_ANYWHERE в 1 в Home-Setup-Other, вы ограничиваете поиск начальными строками, чтобы база данных могла использовать индекс, и вы должны получить немедленный ответ.
      -BrowserIsOK=Вы используете браузер %s. Это хороший выбор с точки зрения производительности и безопасности.
      -BrowserIsKO=Вы используете веб-браузер %s. Этот браузер, как известно, является плохим выбором для обеспечения безопасности, производительности и надежности. Мы рекомендуем вам использовать Firefox, Chrome, Opera или Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug загружен.
       XCacheInstalled=XCache загружен.
      -AddRefInList=Отображение клиента/поставщика ref в списке (выберите список или combobox) и большую часть гиперссылки. Третьи стороны появятся с именем «CC12345 - SC45678 - Крупная компания coorp», а не «Крупная компания coorp».
      -AskForPreferredShippingMethod=Попросите предпочтительный метод отправки для третьих сторон.
      +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 shipping method for Third Parties.
       FieldEdition=Редакция поля %s
       FillThisOnlyIfRequired=Например, +2 (заполняйте это поле только тогда, когда ваш часовой пояс отличается от того, который используется на сервере)
       GetBarCode=Получить штрих-код
       ##### Module password generation
       PasswordGenerationStandard=Возврат пароля, полученных в соответствии с внутренними Dolibarr алгоритма: 8 символов, содержащих общие цифры и символы в нижнем регистре.
      -PasswordGenerationNone=Не предлагайте никаких сгенерированных паролей. Пароль должен быть введен вручную.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Верните пароль в соответствии с вашей личной конфигурацией.
       SetupPerso=Согласно вашей конфигурации
       PasswordPatternDesc=Описание шаблона паролей
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail, необходимые для создания ново
       HRMSetup=Настройка модуля HRM
       ##### Company setup #####
       CompanySetup=Предприятия модуль настройки
      -CompanyCodeChecker=Модуль для генерации и проверки кода сторонних производителей (клиент или поставщик)
      -AccountCodeManager=Модуль для формирования кода учета (клиент или поставщик)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Функция уведомлений электронной почты позволяет вам тихо отправлять автоматическую почту для некоторых событий Dolibarr. Цели уведомлений могут быть определены:
       NotificationsDescUser=* для пользователей, по одному пользователю.
       NotificationsDescContact=* для сторонних контактов (клиентов или поставщиков), по одному контакту.
       NotificationsDescGlobal=* или путем установки глобальных целевых сообщений электронной почты на странице настройки модуля.
      -ModelModules=Документы шаблоны
      -DocumentModelOdt=Создавать документы из шаблонов форматов OpenDocuments (.ODT or .ODS файлы для OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark по проекту документа
       JSOnPaimentBill=Активировать фунцию автозаполнения строк платежа в платёжной форме
      -CompanyIdProfChecker=Профессиональные Id уникальным
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Должно быть уникальным?
      -MustBeMandatory=Обязательно создавать третьи лица?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Обязательно проверять счета-фактуры?
       TechnicalServicesProvided=Предоставляемые технические услуги
       #####DAV #####
      -WebDAVSetupDesc=Это ссылки для доступа к каталогу WebDAV. Он содержит открытый доступ к любому пользователю, который знает URL (если разрешен доступ к общедоступной директории) и «частный» каталог, для которого требуется существующая учетная запись/пароль для входа.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Корневой URL-адрес сервера %s: %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Экспорт ссылка <b>на %s</b> формате доступна на следующую ссылку: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Экспорт ссылка <b>на %s</b> формате
       BillsSetup=Счета модуль настройки
       BillsNumberingModule=Счета и кредитных нот нумерации модуль
       BillsPDFModules=Счет документы моделей
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Модели платежных документов
       CreditNote=Кредитное авизо
       CreditNotes=Кредитные авизо
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Управление логином для каждого
       AdherentMailRequired=Электронная почта необходимая для создания нового пользователя
       MemberSendInformationByMailByDefault=Чекбокс отправить по почте подтверждение членов по умолчанию
       VisitorCanChooseItsPaymentMode=Посетитель может выбрать один из доступных режимов оплаты
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Установка LDAP
       LDAPGlobalParameters=Глобальные параметры
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Тестирование синхронизации т
       LDAPTestSearch= Тестировать поиск LDAP 
       LDAPSynchroOK=Синхронизация успешные испытания
       LDAPSynchroKO=Сбой синхронизации тест
      -LDAPSynchroKOMayBePermissions=Сбой синхронизации испытания. Убедитесь, что соединение с сервером правильно настроен, и позволяет LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP соединение с сервером LDAP успешного (Server= %s, Порт= %s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP соединение с сервером LDAP Failed (Server= %s, Порт= %s)
      -LDAPBindOK=Соединение и авторизация с сервером  LDAP прошла успешно (Сервер=%s, Порт=%s, Администратор=%s, Пароль=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=Подключение / Authentificate для LDAP-сервера Ошибка (Server= %s, Порт= %s, Admin= %s, Пароль= %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-сервер настроен для версии 3
       LDAPSetupForVersion2=LDAP-сервер настроен для версии 2
       LDAPDolibarrMapping=Dolibarr Картирование
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Логин (самба, activedirectory)
       LDAPFieldLoginSambaExample=Пример: samaccountname
       LDAPFieldFullname=Фамилия Имя
       LDAPFieldFullnameExample=Пример: CN
      -LDAPFieldPasswordNotCrypted=Не тайный пароль
      -LDAPFieldPasswordCrypted=Тайный пароль
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Пример: userPassword
       LDAPFieldCommonNameExample=Пример: CN
       LDAPFieldName=Имя
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=На этой странице вы можете опред
       LDAPDescValues=Пример значения для <b>OpenLDAP</b> с загружены следующие схемы: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Если вы используете thoose ценности и OpenLDAP, модифицировать LDAP конфигурационный файл <b>slapd.conf,</b> чтобы все thoose схемы загрузки.
       ForANonAnonymousAccess=Для аутентифицированных доступа (для записи, например)
       PerfDolibarr=Настройки производительности/отчёты о оптимизации
      -YouMayFindPerfAdviceHere=На этой странице вы найдете некоторые заметки и советы по улучшению производительности.
      -NotInstalled=Не установлено, так что ваш сервер не может "тормозить" из-за этого.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Прикладной кеш
       MemcachedNotAvailable=Не найдено аддитивного кэша. Вы можете повысить производительность, установив кэш-сервер Memcached и модуль, способный использовать этот сервер кеша. <br>Более подробная информация здесь. <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http: //wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>. Заметьте, что многие веб-хостинг-провайдеры не предоставляют такой сервер кеша.
       MemcachedModuleAvailableButNotSetup=Модуль memcached для прикладного кэша найден, но настройка модуля не завершена.
       MemcachedAvailableAndSetup=Включен модуль memcached, предназначенный для использования сервера memcached.
       OPCodeCache=Кэш OPCode
      -NoOPCodeCacheFound=Кэш OPCode не найден. Возможно, вы используете другой кеш (XCache или eAccelerator хорошее решение), может вы не используете кеш OPCode вовсе (это плохое решение).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Кеш HTTP  для статичных ресурсов (файлы стилей, изображений, скриптов)
       FilesOfTypeCached=Файлы типа  %s кешируются HTTP  сервером
       FilesOfTypeNotCached=Файлы типа  %s не кешируются HTTP  сервером
       FilesOfTypeCompressed=Файлы типа  %s  сжимаются HTTP  сервером
       FilesOfTypeNotCompressed=Файлы типа  %s  сжимаются не HTTP  сервером
       CacheByServer=Кэшируется сервером
      -CacheByServerDesc=Например, с помощью директивы Apache «ExpiresByType image/gif A2592000»
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Кэшируется браузером
       CompressionOfResources=Сжатие HTTP заголовков
      -CompressionOfResourcesDesc=Например, с помощью директивы Apache «AddOutputFilterByType DEFLATE»
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Такое автоматическое обнаружение невозможно с текущими браузерами
      -DefaultValuesDesc=Вы можете определить/принудительно ввести значение по умолчанию, которое вы хотите получить, когда создаете новую запись, и/или defaut фильтры или порядок сортировки, когда ваша запись списка.
      -DefaultCreateForm=Значения по умолчанию (для форм для создания)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Фильтры поиска по умолчанию
       DefaultSortOrder=Заказы сортировки по умолчанию
       DefaultFocus=Поля фокусировки по умолчанию
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Продукты модуль настройки
       ServiceSetup=Услуги установки модуля
       ProductServiceSetup=Продукты и услуги установки модулей
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=Максимальное количество товаров в комбинации выберите списки (0= без ограничений)
      -ViewProductDescInFormAbility=Визуализация продукта описания в форме (иначе как всплывающие подсказки)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Активировать в продукте/услуге Вложенные файлы вставить опцию объединить PDF-документ продукта в предложение PDF azur, если продукт/услуга находится в предложении
      -ViewProductDescInThirdpartyLanguageAbility=Визуализация описаний продуктов на стороннем языке
      -UseSearchToSelectProductTooltip=Также, если у вас есть большое количество продуктов (> 100 000), вы можете увеличить скорость, установив постоянную PRODUCT_DONOTSEARCH_ANYWHERE на 1 в Setup-> Other. Затем поиск будет ограничен началом строки.
      -UseSearchToSelectProduct=Подождите, пока вы нажмете клавишу перед загрузкой содержимого списка товаров (это может повысить производительность, если у вас большое количество продуктов, но это менее удобно)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Стандартный вид штрих-кода, используемого для продуктов
       SetDefaultBarcodeTypeThirdParties=Стандартный вид штрих-кода, используемого для третьих сторон
       UseUnits=Определите единицу измерения для количества во время заказа, предложения или строки счетов-фактур
      @@ -1503,7 +1516,7 @@ SendingsSetup=Отправка модуля настройки
       SendingsReceiptModel=Отправка получения модели
       SendingsNumberingModules=Отправки нумерации модулей
       SendingsAbility=Поддержка листов доставки для доставки клиентов
      -NoNeedForDeliveryReceipts=В большинстве случаев транспортные листы используются как в качестве листов для доставки клиентов (список отправляемых товаров), так и листы, которые получены и подписаны клиентом. Таким образом, квитанции о доставке товаров являются дублированными и редко активируются.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Дополнительный текст для поставок
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Продукция Поставки получения нумерации модуль
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Расширенный редактор
       ActivateFCKeditor=Включить FCKeditor для:
       FCKeditorForCompany=WYSIWIG создание / издание компаний описание и сведения
       FCKeditorForProduct=WYSIWIG создания / выпуска продукции / услуг описание и сведения
      -FCKeditorForProductDetails=WYSIWIG создание/издание продуктов детализирует линии для всех объектов (предложения, заказы, счета-фактуры и т.д.). <font class="warning"> Предупреждение. Использование этой опции для этого случая серьезно не рекомендуется, так как это может создавать проблемы со специальными символами и формированием страницы при создании файлов PDF</font>.
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG создание / издание рассылок
       FCKeditorForUserSignature=Редактор WYSIWIG  для создания/изменения подписи пользователя
       FCKeditorForMail=WYSIWIG создание/издание для всей почты (кроме Tools-> eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Подключение удалось, но база данных не будет смотреть на OSCommerce данных (Ключевые% не найдено в таблице %s).
      -OSCommerceTestOk=Соединение с сервером ' %s' на базе ' %s' пользователя ' %s' успешно.
      -OSCommerceTestKo1=Соединение с сервером ' %s' успешными, но база данных ' %s' не может быть достигнута.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Соединение с сервером '%s' к БД '%s' с именем пользователя '%s' выполнено успешно.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Соединение с сервером ' %s' пользователя ' %s' провалилась.
       ##### Stock #####
       StockSetup=Настройка модуля запаса
      -IfYouUsePointOfSaleCheckModule=Если вы используете модуль точки продажи (POS-модуль, предоставленный по умолчанию или другой внешний модуль), эта настройка может быть проигнорирована модулем Point Sale. Большинство модулей модулей продаж предназначены для немедленного создания счета-фактуры и уменьшения запасов по умолчанию, независимо от того, какие здесь варианты. Таким образом, если вам нужно или не иметь снижение запасов при регистрации на продажу с вашего пункта продажи, проверьте также, что ваш POS-модуль настроен.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Удаленное Меню 
       Menus=Меню
      @@ -1548,7 +1561,7 @@ DetailRight=Условие для отображения несанкциони
       DetailLangs=Ланг имя ярлыка код перевода
       DetailUser=Стажер / Extern / Все
       Target=Цель
      -DetailTarget=Целевой показатель по ссылке (_blank началу открыть новое окно)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Уровень (-1: верхнее меню, 0: заголовок меню&gt; 0 меню и подменю)
       ModifMenu=Меню изменения
       DeleteMenu=Удалить меню
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=НДС из-за: <br> - По доставке / оплат
       OptionVatDebitOptionDesc=НДС из-за: <br> - По доставке / оплате товаров <br> - На счета (дебетовой) на услуги
       OptionPaymentForProductAndServices=Кассовая система для продуктов и услуг
       OptionPaymentForProductAndServicesDesc=НДС должен быть: <br> - на оплату товаров<br> - на оплату услуг
      -SummaryOfVatExigibilityUsedByDefault=Срок действия НДС по умолчанию в соответствии с выбранным вариантом:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=О доставке
       OnPayment=Об оплате
       OnInvoice=В счете-фактуре
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Бух. код покупок
       AgendaSetup=Акции и повестки модуль настройки
       PasswordTogetVCalExport=Ключевые разрешить экспорт ссылке
       PastDelayVCalExport=Не экспортировать события старше
      -AGENDA_USE_EVENT_TYPE=Использование типов событий (управляемых в меню Настройка -> Словари -> Тип событий повестки дня)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Автоматически устанавливать это значение по умолчанию для типа события в форме создания события
      -AGENDA_DEFAULT_FILTER_TYPE=Устанавливать автоматически этот тип события в фильтр поиска для просмотра повестки дня
      -AGENDA_DEFAULT_FILTER_STATUS=Устанавливать автоматически этот статус события в фильтр поиска для просмотра повестки дня
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Какую вкладку вы хотите открывать по умолчанию, когда выбираете из меню Повестку дня
       AGENDA_REMINDER_EMAIL=Включить напоминание о событиях <b>по электронной почте</b> (напоминание опции/задержки можно определить для каждого события). Примечание. Модуль <strong>%s</strong> должен быть включен и правильно настроен для отправки напоминания с правильной частотой.
      -AGENDA_REMINDER_BROWSER=Включить напоминание о событиях <b> в браузере пользователя</b> (когда дата события достигнута, каждый пользователь может отказаться от этого из вопроса подтверждения браузера)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Включить звуковое оповещение
       AGENDA_SHOW_LINKED_OBJECT=Показывать связанный объект в представлении повестки дня
       ##### Clicktodial #####
       ClickToDialSetup=Нажмите для набора модуля настройки
       ClickToDialUrlDesc=Url звонившего, когда клик по пиктограмме телефона сделан. В URL-адресе вы можете использовать теги<br><b>__PHONETO__</b>, которые будут заменены на номер телефона человека для вызова<br><b>__PHONEFROM__</b>, который будет заменен номером телефона вызывающего абонента (вашего) <br><b>__LOGIN__</b>, который будет заменен на clicktodial login (определенном на карточке пользователя) <br><b>__PASS__</b>, который будет заменен кликтодиальным паролем (определяется на карточке пользователя).
      -ClickToDialDesc=Этот модуль позволяет сделать номера телефонов доступными. Щелчок по этому значку вызовет телефонный звонок для вашего телефона. Это можно использовать для вызова системы центра обработки вызовов от Dolibarr, которая может звонить по номеру телефона в системе SIP, например.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Используйте только ссылку «tel:» на номера телефонов
      -ClickToDialUseTelLinkDesc=Используйте этот метод, если у ваших пользователей есть программный телефон или программный интерфейс, установленный на одном компьютере, чем браузер, и вызывается при нажатии на ссылку в вашем браузере, которая начинается с «tel:». Если вам требуется полное серверное решение (нет необходимости в установке локального программного обеспечения), вы должны установить это значение «Нет» и заполнить следующее поле.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Точка продаж
       CashDeskSetup=Кассовое модуль настройки
      -CashDeskThirdPartyForSell=Общий контрагент, используемый для продаж 
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Денежные счета, используемого для продает
       CashDeskBankAccountForCheque= Счет будет использоваться для получения выплат чеком
       CashDeskBankAccountForCB= Учетной записи для использования на получение денежных выплат по кредитным картам
      -CashDeskDoNotDecreaseStock=Отключить уменьшение запасов при продаже с точки продажи (если «нет», уменьшение запасов производится для каждой продажи, сделанной с POS, независимо от того, какая опция включена в запас модуля).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Ускорить и ограничить склад для уменьшения запасов
      -StockDecreaseForPointOfSaleDisabled=Снижение запасов от пункта продажи отключено
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Снижение запасов в POS несовместимо с управлением партиями
      -CashDeskYouDidNotDisableStockDecease=Вы не отключили снижение акций при совершении сделки с Point Of Sale. Поэтому необходим склад.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Закладка Настройка модуля
      -BookmarkDesc=Этот модуль позволяет управлять закладками. Вы также можете добавить ярлыки для любых Dolibarr страниц или externale веб-сайтов на левом меню.
      +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.
       NbOfBoomarkToShow=Максимальное количество закладок, отображаемых в меню слева
       ##### WebServices #####
       WebServicesSetup=Webservices модуль настройки
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Проверить модуль нумерации
       MultiCompanySetup=Компания Multi-модуль настройки
       ##### Suppliers #####
       SuppliersSetup=Поставщик модуля установки
      -SuppliersCommandModel=Полный шаблон заказа покупки (логотип ...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Полный шаблон счета-фактуры поставщика (логотип ...)
       SuppliersInvoiceNumberingModel=Способ нумерации счетов-фактур Поставщика
       IfSetToYesDontForgetPermission=Если установлено "Да", не забудьте дать доступ группам или пользователям, разрешённым для повторного утверждения
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Проект модуля установки
       ProjectsModelModule=доклад документ проекта модели
       TasksNumberingModules=Модуль нумерации Задач
       TaskModelModule=Документы с отчетами о задачах
      -UseSearchToSelectProject=Подождите, пока вы нажмете клавишу перед загрузкой содержимого списка проектов (это может повысить производительность, если у вас большое количество проектов, но это менее удобно)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Сроки учета
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Вы можете найт
       ListOfNotificationsPerUser=Список уведомлений на пользователя *
       ListOfNotificationsPerUserOrContact=Список уведомлений на пользователя * или на контакт **
       ListOfFixedNotifications=Список основных уведомлений
      -GoOntoUserCardToAddMore=Перейдите на вкладку «Уведомления» пользователя, чтобы добавлять или удалять уведомления для пользователей.
      -GoOntoContactCardToAddMore=Перейдите на вкладку «Уведомления» третьей стороны, чтобы добавлять или удалять уведомления для контактов/адресов
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Порог
       BackupDumpWizard=Мастер создания резервной копии базы данных
       SomethingMakeInstallFromWebNotPossible=Установка внешних модулей через веб-интерфейс не возможна по следующей причине:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Установка внешних мо
       ConfFileMustContainCustom=Для установки или создания внешнего модуля из приложения необходимо сохранить файлы модулей в каталог <strong>%s</strong>. Чтобы этот каталог обрабатывался Dolibarr, вы должны настроить <strong>conf/conf.php</strong>, чтобы добавить 2 директивные строки: <br><strong> $dolibarr_main_url_root_alt = '/custom'; </strong><br><strong> $dolibarr_main_document_root_alt = '%s/custom'; </strong>
       HighlightLinesOnMouseHover=Выделите строки таблицы при перемещении мыши
       HighlightLinesColor=Выделите цвет линии при прохождении мыши (держите пустым без подсветки)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Цвет текста заголовка страницы
       LinkColor=Цвет ссылок
       PressF5AfterChangingThis=Нажмите CTRL + F5 на клавиатуре или очистите кеш браузера после изменения этого значения, чтобы оно было эффективным
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Цвет фона для четных строк т
       MinimumNoticePeriod=Минимальный период уведомления (ваш запрос на отпуск должен быть выполнен до этой задержки)
       NbAddedAutomatically=Количество дней, добавленных в счетчики пользователей (автоматически) каждый месяц
       EnterAnyCode=Это поле содержит ссылку для идентификации строки. Введите любое значение по вашему выбору, но без специальных символов.
      -UnicodeCurrency=Введите здесь между фигурными скобками, список байтов, обозначающих символ валюты. Например: для $ введите [36] - для бразильского реального R$ [82,36] - для €, введите [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=Цвет RGB находится в формате HEX, например: FF0000
       PositionIntoComboList=Позиция строки в комбинированных списках
       SellTaxRate=Ставка налога на продажу
       RecuperableOnly=Да для НДС «Не воспринимается, а восстанавливается», предназначенный для некоторых государств во Франции. Сохраняйте значение «Нет» во всех других случаях.
       UrlTrackingDesc=Если поставщик или транспортная служба предлагают страницу или веб-сайт для проверки статуса вашего груза, вы можете ввести его здесь. Вы можете использовать ключ {TRACKID} в параметрах URL, чтобы система заменила его на значение идентификационного номера пользователя, введенного в карточку отправки.
      -OpportunityPercent=Когда вы создадите возможность, вы определите предполагаемый объем проекта/свинца. Согласно статусу возможности, эта сумма может быть умножена по этой ставке для оценки глобальной суммы, которую могут создать все ваши возможности. Значение - процент (от 0 до 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=Эта запись шаблона посвящена тому, какой элемент
       TypeOfTemplate=Тип шаблона
      -TemplateIsVisibleByOwnerOnly=Шаблон виден только владельцем
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Видимый везде
       VisibleNowhere=Невидимый нигде
       FixTZ=Исправление часового пояса
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=Вы используете последнюю стаб
       TitleExampleForMajorRelease=Пример сообщения, которое вы можете использовать для анонса этого основного выпуска (не стесняйтесь использовать его на своих веб-сайтах)
       TitleExampleForMaintenanceRelease=Пример сообщения, которое вы можете использовать для объявления этой версии обслуживания (не стесняйтесь использовать ее на своих веб-сайтах)
       ExampleOfNewsMessageForMajorRelease=Доступен Dolibarr ERP & CRM %s. Версия %s - это крупный выпуск с множеством новых функций для пользователей и разработчиков. Вы можете загрузить его из области загрузки портала https://www.dolibarr.org (подкаталог «Стабильные версии»). Вы можете прочитать <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> полный список изменений.
      -ExampleOfNewsMessageForMaintenanceRelease=Доступен Dolibarr ERP & CRM %s. Версия %s - это версия обслуживания, поэтому она содержит только исправления ошибок. Мы рекомендуем всем, кто использует более старую версию, обновиться до этого. Как любая версия обслуживания, в эту версию нет новых функций или изменений структуры данных. Вы можете загрузить его из области загрузки портала https://www.dolibarr.org (подкаталог «Стабильные версии»). Вы можете прочитать <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> полный список изменений.
      -MultiPriceRuleDesc=Когда опция «Несколько уровней цен на продукт/услугу» включена, вы можете определить разные цены (по одному на уровень цены) для каждого продукта. Чтобы сэкономить ваше время, вы можете ввести здесь правило, чтобы цена для каждого уровня была рассчитана по цене первого уровня, поэтому вам нужно будет ввести только цену за первый уровень для каждого продукта. Эта страница предназначена для того, чтобы сэкономить ваше время и может быть полезной только в том случае, если ваши цены на каждую левую сторону относительно первого уровня. Вы можете игнорировать эту страницу в большинстве случаев.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Шаблоны для документов продуктов
      -ToGenerateCodeDefineAutomaticRuleFirst=Чтобы иметь возможность генерировать автоматически коды, вы должны сначала определить менеджера для автоматического определения номера штрих-кода.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=См. * Примечание для списка возможных переменных замещения
       SeeChangeLog=См. Файл ChangeLog (только на английском языке)
       AllPublishers=Все издатели
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Добавить другие страницы или у
       AddModels=Добавление шаблонов документов или нумерации
       AddSubstitutions=Добавить замены клавиш
       DetectionNotPossible=Обнаружение невозможно
      -UrlToGetKeyToUseAPIs=Url для получения токена для использования API (после того, как маркер получен, он сохраняется в таблице пользователя базы данных и должен предоставляться при каждом вызове API)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Список доступных API
      -activateModuleDependNotSatisfied=Модуль «%s» не зависит от модуля «%s», который отсутствует, поэтому модуль «%1$s» может не работать. Пожалуйста, установите модуль «%2$s» или отключите модуль «%1$s», если вы хотите быть в безопасности от каких-либо сюрпризов
      -CommandIsNotInsideAllowedCommands=Команда, которую вы пытаетесь запустить, не входит в список разрешенных команд, определенных в параметре <strong>$dolibarr_main_restrict_os_commands</strong> в файл <strong> conf.php </strong>.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Целевая страница
      -SamePriceAlsoForSharedCompanies=Если вы используете многокомпонентный модуль с выбором «Единая цена», цена будет одинаковой для всех компаний, если продукты распределяются между средами
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
       ModuleEnabledAdminMustCheckRights=Модуль активирован. Разрешения для активированного модуля (модулей) были предоставлены только администраторам. Возможно, вам потребуется предоставить разрешения другим пользователям или группам вручную, если это необходимо.
      -UserHasNoPermissions=Этот пользователь не имеет определенного разрешения
      -TypeCdr=Используйте «Нет», если датой платежа является дата счета-фактуры плюс дельта в днях (delta - поле «Nb дней»). Используйте «В конце месяца», если после дельта дата должна быть увеличена для достижения конца месяца (+ опционально «Смещение» в днях) <br> Использовать «Текущий/Следующий», чтобы дата платежа была первой N-й месяц (N хранится в поле «Nb дней»)
      +UserHasNoPermissions=This user has no permissions defined
      +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=Справочная валюта компании (перейдите в настройку компании, чтобы изменить это)
      -WarningNoteModuleInvoiceForFrenchLaw=Этот модуль %s соответствует французским законам (Loi Finance 2016).
      -WarningNoteModulePOSForFrenchLaw=Этот модуль %s соответствует французским законам (Loi Finance 2016), поскольку модуль Non Reversible Logs автоматически активируется.
      -WarningInstallationMayBecomeNotCompliantWithLaw=Вы пытаетесь установить модуль %s, являющийся внешним модулем. Активация внешнего модуля означает, что вы доверяете издателю модуля, и вы уверены, что этот модуль не изменяет негативное поведение вашего приложения и соответствует законам вашей страны (%s). Если модуль приносит неправомерную функцию, вы становитесь ответственным за использование нелегального программного обеспечения.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Левый отступ в PDF
       MAIN_PDF_MARGIN_RIGHT=Правый отступ PDF
       MAIN_PDF_MARGIN_TOP=Верхний отступ PDF
       MAIN_PDF_MARGIN_BOTTOM=Нижний отступ PDF
      +NothingToSetup=There is no specific setup to do for this module.
       SetToYesIfGroupIsComputationOfOtherGroups=Установите для этого значение yes, если эта группа является вычислением других групп
      -EnterCalculationRuleIfPreviousFieldIsYes=Введите правило расчета, если для предыдущего поля установлено значение Да (например, «CODEGRP1 + CODEGRP2»)
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Было найдено несколько вариантов языка
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Удаление специальных символов
       COMPANY_AQUARIUM_CLEAN_REGEX=Фильтр регулярных выражений для очистки значения (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=Контактная информация
      -GDPRContactDesc=Если вы храните данные о европейских компаниях/гражданах, вы можете сохранить здесь контакт, который несет ответственность за правило общей защиты данных
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=Конфигурация ресурса модуля
       UseSearchToSelectResource=Используйте форму поиска, чтобы выбрать ресурс (а не раскрывающийся список).
       DisabledResourceLinkUser=Отключить функцию привязки ресурса к пользователям
       DisabledResourceLinkContact=Отключить функцию привязки ресурса к контактам
       ConfirmUnactivation=Подтвердите сброс модуля
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/ru_RU/companies.lang b/htdocs/langs/ru_RU/companies.lang
      index 61dd1940e14..34e8e3093b5 100644
      --- a/htdocs/langs/ru_RU/companies.lang
      +++ b/htdocs/langs/ru_RU/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Выберите контрагента
       ConfirmDeleteCompany=Вы хотите удалить компанию и всю связанную с ней информацию?
       DeleteContact=Удалить контакт
       ConfirmDeleteContact=Удалить этот контакт и всю связанную с ним информацию?
      -MenuNewThirdParty=Новый контрагент
      -MenuNewCustomer=Новый покупатель
      -MenuNewProspect=Новый потенциальный клиент
      -MenuNewSupplier=Новый поставщик
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Новое физическое лицо
       NewCompany=Новая компания (перспектива, клиент, поставщик)
      -NewThirdParty=Новая сторонняя сторона (перспектива, клиент, поставщик)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Создайте стороннего поставщика (поставщика)
       CreateThirdPartyOnly=Создать контрагента
       CreateThirdPartyAndContact=Создать контрагента и связанный контакт
      @@ -25,22 +25,22 @@ ThirdPartyContact=Контакт контрагента
       Company=Компания
       CompanyName=Название компании
       AliasNames=Название псевдонима (коммерческий, торговая марка, ...)
      -AliasNameShort=Название псевдонима
      +AliasNameShort=Alias Name
       Companies=Компании
      -CountryIsInEEC=Страна входит в состав Европейского экономического сообщества
      -ThirdPartyName=Наименование контрагента
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Email третьей стороны
      -ThirdParty=Контрагент
      -ThirdParties=Контрагенты
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Потенциальные клиенты
       ThirdPartyProspectsStats=Потенциальные клиенты
       ThirdPartyCustomers=Покупатели
       ThirdPartyCustomersStats=Заказчики
       ThirdPartyCustomersWithIdProf12=Покупатели с %s или %s
       ThirdPartySuppliers=Вендоры
      -ThirdPartyType=Тип контрагента
      +ThirdPartyType=Type of company
       Individual=Физическое лицо
      -ToCreateContactWithSameName=Будет автоматически создан контакт/адрес с той информацией которая связывает контрагента с контрагентом. В большинстве случаев, даже если контрагент является физическим лицом, достаточно создать одного контрагента.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Материнская компания
       Subsidiaries=Филиалы
       ReportByMonth=Отчет за месяц
      @@ -75,12 +75,12 @@ Zip=Почтовый индекс
       Town=Город
       Web=Web
       Poste= Должность
      -DefaultLang=Язык по умолчанию
      -VATIsUsed=Налог с продаж
      -VATIsUsedWhenSelling=Это определяет, включает ли эта третья сторона налог на продажу или нет, когда он делает счет-фактуру своим клиентам
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Налог с продаж не используется
       CopyAddressFromSoc=Заполнить адрес из адреса контрагента
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Третья сторона ни клиент, ни поставщик, отсутствуют доступные ссылочные объекты
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Третья сторона ни клиент, ни поставщик, скидки не доступны
       PaymentBankAccount=Банковские реквизиты
       OverAllProposals=Предложения
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Код налога с продаж
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=ID налога
       VATIntraSyntaxIsValid=Синтаксис корректен
       VATReturn=Возврат НДС
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Этот покупатель имеет скидку
       CompanyHasNoRelativeDiscount=Этот клиент не имеет относительной скидки по умолчанию
       HasRelativeDiscountFromSupplier=У вас есть скидка по умолчанию <b> %s%% </b> от этого поставщика
       HasNoRelativeDiscountFromSupplier=У вас нет скидки по умолчанию от этого поставщика
      -CompanyHasAbsoluteDiscount=Этому клиенту доступна скидка (кредитный лимит или авансовый платеж) за <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=Этот клиент имеет скидку (коммерческие, авансовые платежи) для<b> %s </b>%s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Этот клиент все еще имеет кредитный лимит или авансовый платеж за <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=У вас нет скидки на кредит от этого поставщика
       HasAbsoluteDiscountFromSupplier=У вас есть скидки (кредиты или авансовые платежи) за <b> %s </b>%s от этого поставщика
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Абсолютные скидки клиентов (
       SupplierAbsoluteDiscountAllUsers=Абсолютные скидки продавца (введенные всеми пользователями)
       SupplierAbsoluteDiscountMy=Абсолютные скидки продавца (введены самим)
       DiscountNone=Нет
      -Supplier=Поставщик
      +Supplier=Vendor
       AddContact=Создать контакт
       AddContactAddress=Создать контакт/адрес
       EditContact=Изменить контакт / адреса
      @@ -303,22 +303,22 @@ AddThirdParty=Создать контрагента
       DeleteACompany=Удалить компанию
       PersonalInformations=Личные данные
       AccountancyCode=Бухгалтерский счёт
      -CustomerCode=Код Покупателя
      -SupplierCode=Артикул
      -CustomerCodeShort=Код Покупателя
      -SupplierCodeShort=Артикул
      -CustomerCodeDesc=Код покупателя, уникальный для каждого покупателя
      -SupplierCodeDesc=Код поставщика, уникальный для всех поставщиков
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Требуется, если контрагент является покупателем или потенциальным клиентом
       RequiredIfSupplier=Требуется, если сторонняя сторона является поставщиком
      -ValidityControledByModule=Действительность контролируется модулем
      -ThisIsModuleRules=Это правила для данного модуля
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Потенциальный клиент для связи
       CompanyDeleted=Компания " %s" удалена из базы данных.
       ListOfContacts=Список контактов/адресов
       ListOfContactsAddresses=Список контактов/адресов
      -ListOfThirdParties=Список контрагентов
      -ShowCompany=Показать контрагента
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Показать контакт
       ContactsAllShort=Все (без фильтра)
       ContactType=Вид контакт
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Этот контакт не является конта
       NoContactForAnyContract=Этот контакт не является контактом договора
       NoContactForAnyInvoice=Этот контакт не является контактом счета-фактуры
       NewContact=Новый контакт/адрес
      -NewContactAddress=Новый контакт/адрес
      +NewContactAddress=New Contact/Address
       MyContacts=Мои контакты
       Capital=Капитал
       CapitalOf=Столица %s
       EditCompany=Изменить компанию
      -ThisUserIsNot=Этот пользователь не является перспективой, клиентом и поставщиком
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Проверить
      -VATIntraCheckDesc=Эта ссылка <b>%s</b> позволяет направлять запросы к Европейской службе проверки НДС. Для работы этой службы необходим внешний доступ в Интернет с сервера Dolibarr.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Проверка НДС на сайте Европейской комиссии
      -VATIntraManualCheck=Вы также можете проверить его вручную а сайте европейской комиссии <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Проверка невозможна. Сервис проверки не предоставляется государством-членом ЕС (%s).
      -NorProspectNorCustomer=Ни потенциальный клиент, ни покупатель
      -JuridicalStatus=Организационно-правовая форма
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Персонал
       ProspectLevelShort=Потенциальный
       ProspectLevel=Потенциальный клиент
      @@ -387,12 +387,12 @@ ExportCardToFormat=Экспорт карточки в формате
       ContactNotLinkedToCompany=Контакт не связан с каким-либо контрагентом
       DolibarrLogin=Имя пользователя Dolibarr
       NoDolibarrAccess=Нет доступа к Dolibarr
      -ExportDataset_company_1=Контрагенты (компании, фонды, физические лица) и свойства
      -ExportDataset_company_2=Контакты и свойства
      -ImportDataset_company_1=Контрагенты (компании, фонды, физические лица) и свойства
      -ImportDataset_company_2=Контакты/Адреса (третьих сторон или нет) и атрибуты
      -ImportDataset_company_3=Банковские счета третьих лиц
      -ImportDataset_company_4=Третьи стороны/Представители по продажам (Назначение представителей торговых представителей для компаний)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Уровень цен
       DeliveryAddress=Адрес доставки
       AddAddress=Добавить адрес
      @@ -402,16 +402,16 @@ DeleteFile=Удалить файл
       ConfirmDeleteFile=Вы уверены, что хотите удалить этот файл?
       AllocateCommercial=Назначить торгового представителя
       Organization=Организация
      -FiscalYearInformation=Информация о финансовом годе
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Первый месяц финансового года
      -YouMustAssignUserMailFirst=Вы должны создать электронную почту для этого пользователя, тогда вы сможете отправлять ему почтовые уведомления.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Для добавления электронных уведомлений вы должны сначала указать действующий email контрагента 
      -ListSuppliersShort=Список поставщиков
      -ListProspectsShort=Список потенц. клиентов
      -ListCustomersShort=Список покупателей
      -ThirdPartiesArea=Область контрагентов и контактов
      -LastModifiedThirdParties=Недавно изменено %s контрагентов
      -UniqueThirdParties=Всего уникальных контрагентов
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Открытые
       ActivityCeased=Закрыто
       ThirdPartyIsClosed=Закрывшиеся контрагенты
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Валюта неуплаченного счёта
       OutstandingBill=Максимальный неуплаченный счёт
       OutstandingBillReached=Достигнут максимум не оплаченных счетов
       OrderMinAmount=Минимальная сумма заказа
      -MonkeyNumRefModelDesc=Возвращаемое число с форматом %syymm-nnnn для кода клиента и %syymm-nnnn для кода поставщика, где yy - год, мм - месяц, а nnnn - последовательность без перерыва и не возвращается к 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Код покупателю/поставщику не присваивается. Он может быть изменен в любое время.
       ManagingDirectors=Имя управляющего или управляющих (Коммерческого директора, директора, президента...)
       MergeOriginThirdparty=Копия контрагента (контрагент которого вы хотите удалить)
       MergeThirdparties=Объединить контрагентов
      -ConfirmMergeThirdparties=Вы хотите объединить этого контрагента с текущим? Все связанные объекты (счета, заказы, ...) будут перемещены к текущему контрагенту, затем контрагент будет удален.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Третьи стороны были объединены
       SaleRepresentativeLogin=Логин торгового представителя
       SaleRepresentativeFirstname=Имя торгового представителя
       SaleRepresentativeLastname=Фамилия торгового представителя
       ErrorThirdpartiesMerge=При удалении третьих сторон произошла ошибка. Проверьте журнал. Изменения были отменены.
      -NewCustomerSupplierCodeProposed=Новый код клиента или поставщика, предлагаемый для дублирования кода
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/ru_RU/errors.lang b/htdocs/langs/ru_RU/errors.lang
      index 542595d812b..8410bb51245 100644
      --- a/htdocs/langs/ru_RU/errors.lang
      +++ b/htdocs/langs/ru_RU/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat= Значение '%s' имеет неверный форма
       ErrorWrongDate=Дата некорректна!
       ErrorFailedToWriteInDir=Не удалось записать в директорию %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=Найдено неверный электронный синтаксис% с линии в файл (например, строка %s с электронной почтой= %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Некоторые обязательные поля не были заполнены.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Не удалось создать каталог. Убедитесь, что веб-сервер пользователь имеет разрешения на запись в каталог Dolibarr документы. Если параметр <b>safe_mode</b> включен по этому PHP, проверьте, что Dolibarr PHP файлы принадлежат к веб-серверу пользователей (или группы).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Пожалуйста, заполните значен
       ErrorNoValueForCheckBoxType=Пожалуйста, заполните значение для списка флажков
       ErrorNoValueForRadioType=Пожалуйста, заполните  значени для списка переключателей
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>Поле %s</b> не содержит специальных символов.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Нет бухгалтерского модуля активируется
       ErrorExportDuplicateProfil=Имя этого профиля уже сущесвует для этого набора для экспорта.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP соответствия не является полной.
       ErrorLDAPMakeManualTest=. LDIF файл был создан в директории %s. Попробуйте загрузить его вручную из командной строки, чтобы иметь больше информации об ошибках.
      -ErrorCantSaveADoneUserWithZeroPercentage=Не удается сохранить действие с "Статут не началась", если поле "проделанной" также заполнены.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ссылки, используемые для создания, уже существует.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Нельзя удалить запись. Она уже используется или включена в другой объект.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript не должна быть отключена, чтобы эта функция работает. Чтобы включить / отключить Javascript, перейдите в меню Главная-> Настройка-> Экран.
       ErrorPasswordsMustMatch=Оба введенных пароля должны совпадать друг с другом
      -ErrorContactEMail=Техническая ошибка. Пожалуйста, обратитесь к администратору следующую электронную почту <b>%s</b> ан обеспечить <b>%s</b> код ошибки в ваше сообщение, или даже лучше, добавив экран копию этой страницы.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Неверное значение для области количество <b>%s</b> (значение <b>%s</b> &quot;не соответствует регулярное <b>%s</b> правило)
       ErrorFieldValueNotIn=Неверное значение для <b>%s</b> номер поля <b>%s</b> значение не является значением доступны в поле <b>%s</b> таблицы <b>%s)</b>
       ErrorFieldRefNotIn=Неверное значение для <b>%s</b> номер поля <b>(«%s&quot;</b> значение не является <b>%s</b> существующих ссылка)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Антивирусная программа не 
       ErrorSpecialCharNotAllowedForField=Специальные символы не допускаются для поля &quot;%s&quot;
       ErrorNumRefModel=Ссылка есть в базе данных (%s) и не совместимы с данным правилом нумерации. Удаление записей или переименован ссылкой для активации этого модуля.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Ошибка на маску
       ErrorBadMaskFailedToLocatePosOfSequence=Ошибка, маска без порядкового номера
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Ошибка, плохое значение сброса
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Счётчик должен иметь более 3 цифр
       ErrorSelectAtLeastOne=Ошибка. Выберите хотя бы одну запись.
      -ErrorDeleteNotPossibleLineIsConsolidated=Удаление невозможно, потому что запись связана с банком transation, который согласован
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s назначается еще одна треть
       ErrorFailedToSendPassword=Не удалось отправить пароль
       ErrorFailedToLoadRSSFile=Не в состоянии получить RSS-канал. Попробуйте добавить постоянные MAIN_SIMPLEXMLLOAD_DEBUG если сообщения об ошибках не предоставляет достаточно информации.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Пользователь с <b>логином %s</b> н
       ErrorLoginHasNoEmail=Этот пользователь не имеет адреса электронной почты. Процесс прерван.
       ErrorBadValueForCode=Плохо значения типов кода. Попробуйте еще раз с новой стоимости ...
       ErrorBothFieldCantBeNegative=Поля %s и %s не может быть и отрицательным
      +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=Количество строк в счетах клиента не может быть отрицательным
       ErrorWebServerUserHasNotPermission=Учетная запись пользователя <b>%s</b> используется для выполнения веб-сервер не имеет разрешения для этого
       ErrorNoActivatedBarcode=Нет штрих-кодов типа активированного
      @@ -138,7 +141,7 @@ ErrorBadFormat=Неправильный формат!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Не удается удалить платёж, поскольку есть по крайней мере один счет со статусом 'оплачен'
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Невозможно назначить константой '%s'
       ErrorPriceExpression2=Невозможно задать заново встроенную функцию  '%s'
       ErrorPriceExpression3=Необъявленная переменная  '%s' в задании функции
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Непредвиденный '%s'
       ErrorPriceExpression6=Неверное количество аргументов  (%s задано, %s ожидалось)
       ErrorPriceExpression8=Непредвиденные оператор '%s'
       ErrorPriceExpression9=Произошла неожиданная ошибка
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Деление на ноль
       ErrorPriceExpression17=Необъявленная переменная  '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=Ошибка SOAP-клиента '%s'
       ErrorGlobalVariableUpdater5=Не выбрана глобальная переменная
       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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Закладка этого титула или э
       WarningPassIsEmpty=Внимание, базы данных пароль пуст. Это дыра в безопасности. Вы должны добавить пароль к вашей базе данных и изменить свой conf.php файл, чтобы отразить это.
       WarningConfFileMustBeReadOnly=Внимание, ваш конфигурационный файл <b>(htdocs / CONF / conf.php)</b> может быть переписан на веб-сервере. Это серьезная дыра в безопасности. Изменение разрешений на файл находится в режиме только для чтения для операционной системы пользователя используется веб-сервер. Если вы используете Windows FAT и формат для Вашего диска, вы должны знать, что эта файловая система не позволяет добавить разрешения на файл, поэтому не может быть полностью безопасным.
       WarningsOnXLines=Предупреждения об источнике <b>%s</b> линий
      -WarningNoDocumentModelActivated=Ни одна из моделей, для генерации документов, была активирована. Модель будет выбранные по умолчанию, пока вы не проверить ваш модуль установки.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Передупреждение. Как только установка завершена, вы должны отключить возможности установки/переноса. Это возможно сделать, добавив файл <b>install.lock</b> в каталог <b>%s</b>. Если вы не сделаете это, это будет являться брешью в безопасности. 
      -WarningUntilDirRemoved=Это предупреждение остается активным до тех пор, пока эта директория присутствует (отображается только для администратора пользователей).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/ru_RU/interventions.lang b/htdocs/langs/ru_RU/interventions.lang
      index 676ce8b749e..23b53b0c202 100644
      --- a/htdocs/langs/ru_RU/interventions.lang
      +++ b/htdocs/langs/ru_RU/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Мероприятия
       InterventionCard=Карточка посредничества
       NewIntervention=Новое посредничество
       AddIntervention=СОздать посредничество
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Перечень мероприятий
       ActionsOnFicheInter=Действия над посредничеством
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/ru_RU/main.lang b/htdocs/langs/ru_RU/main.lang
      index 2b97df402fb..98245cb1ebf 100644
      --- a/htdocs/langs/ru_RU/main.lang
      +++ b/htdocs/langs/ru_RU/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Не удалось отправить почту (отп
       ErrorFileNotUploaded=Файл не был загружен. Убедитесь, что его размер не превышает максимально допустимое значение, свободное место имеется на диске, и файл с таким же именем не существует в этом каталоге.
       ErrorInternalErrorDetected=Обнаружена ошибка
       ErrorWrongHostParameter=Неверный параметр хоста
      -ErrorYourCountryIsNotDefined=Ваша страна не определена. Перейдите Главная-Настройки-Редактировать и снова отправьте форму.
      -ErrorRecordIsUsedByChild=Не удалось удалить эту запись. Эта запись используется, по крайней мере, одной дочерней записью.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Неправильное значение
       ErrorWrongValueForParameterX=Неправильное значение параметра %s
       ErrorNoRequestInError=В ошибке нет никаких запросов
      -ErrorServiceUnavailableTryLater=Служба не доступна на данный момент. Попробуйте еще раз позже.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Повторяющееся значение в уникальном поле
      -ErrorSomeErrorWereFoundRollbackIsDone=Были обнаружены некоторые ошибки. Изменения отменены.
      -ErrorConfigParameterNotDefined=Параметр <b>%s</b> не определен внутри конфигурационного файла Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Не удалось найти пользователя <b>%s</b> в базе данных Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Ошибка, ставки НДС не установлены для страны '%s'.
       ErrorNoSocialContributionForSellerCountry=Ошибка, не определен тип социальных/налоговых взносов для страны %s.
       ErrorFailedToSaveFile=Ошибка, не удалось сохранить файл.
      -ErrorCannotAddThisParentWarehouse=Вы пытаетесь добавить родительский склад который является дочерним
      -MaxNbOfRecordPerPage=Максимальное количество записей на страницу
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Вы не авторизованы чтобы сделать это.
       SetDate=Установить дату
       SelectDate=Выбрать дату
      @@ -78,10 +78,10 @@ FileRenamed=Файл успешно переименован
       FileGenerated=Файл успешно создан
       FileSaved=Файл сохранен
       FileUploaded=Файл успешно загружен
      -FileTransferComplete=Файл(ы) успешно загружены
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=Файл(ы) успешно удалены
       FileWasNotUploaded=Файл выбран как вложение, но пока не загружен. Для этого нажмите "Вложить файл".
      -NbOfEntries=Кол-во записей
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Читать интернет-справку (необходим доступ к Интернету)
       GoToHelpPage=Читать помощь
       RecordSaved=Запись сохранена
      @@ -94,7 +94,7 @@ Undefined=Неопределено
       PasswordForgotten=Забыли пароль?
       NoAccount=Нет аккаунта?
       SeeAbove=См. выше
      -HomeArea=Начальная область
      +HomeArea=Главная
       LastConnexion=Последнее подключение
       PreviousConnexion=Предыдущий вход
       PreviousValue=Предыдущее значение
      @@ -142,6 +142,7 @@ Closed=Закрыто
       Closed2=Закрыто
       NotClosed=Не закрыто
       Enabled=Включено
      +Enable=Включено
       Deprecated=Устарело
       Disable=Выключить
       Disabled=Выключено
      @@ -153,7 +154,7 @@ Update=Обновить
       Close=Закрыть
       CloseBox=Удалить виджет с главного экрана
       Confirm=Подтвердить
      -ConfirmSendCardByMail=Отправить эту карточку на <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Удалить
       Remove=Удалить
       Resiliate=Завершить
      @@ -327,7 +328,7 @@ Copy=Копировать
       Paste=Вставить
       Default=По умолчанию
       DefaultValue=Значение по умолчанию
      -DefaultValues=Стандартное значение
      +DefaultValues=Default values/filters/sorting
       Price=Цена
       PriceCurrency=Цена (валюта)
       UnitPrice=Цена за единицу
      @@ -347,7 +348,7 @@ AmountTTCShort=Сумма (вкл-я налог)
       AmountHT=Сумма (без налога)
       AmountTTC=Сумма (вкл-я налог)
       AmountVAT=Сумма НДС
      -MulticurrencyAlreadyPaid=Уже оплачено, в исходной валюте
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Осталось оплатить, в оригинальной валюте
       MulticurrencyPaymentAmount=Сумма платежа, в оригинальной валюте
       MulticurrencyAmountHT=Сумма (нетто), в исходной валюте
      @@ -428,7 +429,7 @@ ActionNotApplicable=Не применяется
       ActionRunningNotStarted=Не начато
       ActionRunningShort=Выполняется
       ActionDoneShort=Завершено
      -ActionUncomplete=Не завершено
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Последние связанные события %s
       CompanyFoundation=Компания / организация
       Accountant=Бухгалтер
      @@ -453,8 +454,8 @@ Generate=Создать
       Duration=Продолжительность
       TotalDuration=Общая продолжительность
       Summary=Общее
      -DolibarrStateBoard=Статистика базы данных
      -DolibarrWorkBoard=Открытые элементы основной страницы
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Нет открытого элемента для обработки
       Available=Доступно
       NotYetAvailable=Пока не доступно
      @@ -468,7 +469,7 @@ and=и
       or=или
       Other=Другой
       Others=Другие
      -OtherInformations=Другая информация
      +OtherInformations=Other information
       Quantity=Количество
       Qty=Кол-во
       ChangedBy=Изменен
      @@ -506,7 +507,7 @@ None=Никакой
       NoneF=Никакой
       NoneOrSeveral=Нет или несколько
       Late=Поздно
      -LateDesc=Появится ваша запись с задержкой или без задержки определяется в настройках. Попросите вашего администратора изменить задержку из меню Главная - Настройка - Предупреждения
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=Нет позднего пункта
       Photo=Изображение
       Photos=Изображения
      @@ -530,18 +531,6 @@ September=Сентябрь
       October=Октябрь
       November=Ноябрь
       December=Декабрь
      -JanuaryMin=Янв
      -FebruaryMin=Фев
      -MarchMin=Мар
      -AprilMin=Апр
      -MayMin=Май
      -JuneMin=Июн
      -JulyMin=Июл
      -AugustMin=Авг
      -SeptemberMin=Сен
      -OctoberMin=Окт
      -NovemberMin=Ноя
      -DecemberMin=Дек
       Month01=январь
       Month02=февраль
       Month03=март
      @@ -646,6 +635,8 @@ SendMail=Отправить письмо
       EMail=Электронная почта
       NoEMail=Нет Email
       Email=Адрес электронной почты
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Нет мобильного телефона
       Owner=Владелец
       FollowingConstantsWillBeSubstituted=Следующие константы будут подменять соответствующие значения.
      @@ -677,7 +668,7 @@ NeverReceived=Никогда не получено
       Canceled=Отменено
       YouCanChangeValuesForThisListFromDictionarySetup=Можно изменить содержание этого списка в Главная - Настройка - Словари
       YouCanChangeValuesForThisListFrom=Можно изменить значения этого списка из меню %s
      -YouCanSetDefaultValueInModuleSetup=Вы можете настроить значение по-умолчанию используемое при создании новой записи в модуле Настройка
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Цвет
       Documents=Связанные файлы
       Documents2=Документы
      @@ -716,15 +707,15 @@ Merge=Слияние
       DocumentModelStandardPDF=Стандартные PDF-шаблоны
       PrintContentArea=Показать страницу для печати области основного содержимого
       MenuManager=Менеджер меню
      -WarningYouAreInMaintenanceMode=Внимание, вы находитесь в режиме обслуживания, так что только пользователю <b>%s</b> разрешено использовать приложение в данный момент.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Системная ошибка
       CoreErrorMessage=Извините, произошла ошибка. Для получения большей информации свяжитесь с системным администратором для проверки технических событий или отключения $dolibarr_main_prod=1.
       CreditCard=Кредитная карта
       ValidatePayment=Подтвердть платёж
       CreditOrDebitCard=Кредитная или дебетовая карта
       FieldsWithAreMandatory=Поля с <b>%s</b> являются обязательными
      -FieldsWithIsForPublic=Поля с <b>%s</b> показаны для публичного списка членов. Если вы не хотите этого, проверить поле "публичный".
      -AccordingToGeoIPDatabase=(в соответствии с преобразованием GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Строка
       NotSupported=Не поддерживается
       RequiredField=Обязательное поле
      @@ -732,6 +723,8 @@ Result=Результат
       ToTest=Тест
       ValidateBefore=Карточка должна быть проверена, прежде чем использовать эту функцию
       Visibility=Видимость
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Частный
       Hidden=Скрытый
       Resources=Ресурсы
      @@ -750,6 +743,7 @@ LinkTo=Ссылка к
       LinkToProposal=Ссылка для предложения
       LinkToOrder=Ссылка для заказа
       LinkToInvoice=Ссылка для счета
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Ссылка для заказа поставщику
       LinkToSupplierProposal=Ссылка для предложения поставщику
       LinkToSupplierInvoice=Ссылка для счета поставщику
      @@ -758,6 +752,7 @@ LinkToIntervention=Ссылка на мероприятие
       CreateDraft=Создать проект
       SetToDraft=Назад к черновику
       ClickToEdit=Нажмите, чтобы изменить
      +ClickToRefresh=Click to refresh
       EditWithEditor=Изменить с помощью CKEditor
       EditWithTextEditor=Редактировать с помощью текстового редактора
       EditHTMLSource=Редактировать HTML-источник
      @@ -772,14 +767,14 @@ ByDay=Днем
       BySalesRepresentative=По торговым представителем
       LinkedToSpecificUsers=Связан с особым контактом пользователя
       NoResults=Нет результатов
      -AdminTools=Инструменты администратора
      +AdminTools=Admin Tools
       SystemTools=Системные инструменты
       ModulesSystemTools=Настройки модулей
       Test=Тест
       Element=Элемент
       NoPhotoYet=Пока недо доступных изображений
       Dashboard=Начальная страница
      -MyDashboard=Моя главная страница
      +MyDashboard=My Dashboard
       Deductible=Подлежащий вычету
       from=от
       toward=к
      @@ -802,7 +797,7 @@ PrintFile=Печать файл %s
       ShowTransaction=Показать транзакцию на банковском счете
       ShowIntervention=Показать посредничества
       ShowContract=Показать договор
      -GoIntoSetupToChangeLogo=Используйте Главная-Настройки-Компании для изменения логотипа или  Главная-Настройки-Отображение для того, чтобы его скрыть.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Запретить
       Denied=Запрещено
       ListOf=Список %s
      @@ -818,12 +813,12 @@ Sincerely=С уважением,
       DeleteLine=Удалить строки
       ConfirmDeleteLine=Вы точно хотите удалить эту строку?
       NoPDFAvailableForDocGenAmongChecked=PDF не доступен для документов созданных из выбранных записей
      -TooManyRecordForMassAction=Выбранно слишком много записей для группового действия. Это действие запрещено для списка состоящего из %s записей.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=Нет выделенных записей
       MassFilesArea=Пространство для массовых действий с файлами
       ShowTempMassFilesArea=Показать область для массовых действий с файлами
      -ConfirmMassDeletion=Массовое подтверждение удаления
      -ConfirmMassDeletionQuestion=Вы уверены, что хотите удалить выбранную запись %s?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Связанные объекты
       ClassifyBilled=Классифицировать счета
       ClassifyUnbilled=Классифицировать невыполненные
      @@ -841,7 +836,7 @@ Calendar=Календарь
       GroupBy=Группировка по...
       ViewFlatList=Вид плоским списком
       RemoveString=Удалить строку '%s'
      -SomeTranslationAreUncomplete=Переводы на некоторые языки могут быть выполнены частично или с ошибками. Если вы обнаружите ошибки в переводе, вы можете исправить файлы переводов зарегистрировавшись по ссылке <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Прямая ссылка для скачивания (общедоступная/внешняя)
       DirectDownloadInternalLink=Прямая ссылка для скачивания (требуется регистрация и необходимые разрешения)
       Download=Загрузка
      @@ -861,16 +856,25 @@ HR=Кадры
       HRAndBank=Кадры и Банк
       AutomaticallyCalculated=Автоматический подсчет
       TitleSetToDraft=Вернуться к черновику
      -ConfirmSetToDraft=Вы уверены что хотите вернуть  статус Черновик?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Импорт идентификатора
       Events=События
      -EMailTemplates=Шаблоны электронных писем
      -FileNotShared=Файл, не доступный для обычного пользователя
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Проект
       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=Права доступа
       LineNb=Номер строки
       IncotermLabel=Обязанности по доставке товаров
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Понедельник
       Tuesday=Вторник
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Мероприятия
       SearchIntoContracts=Договоры
       SearchIntoCustomerShipments=Отгрузки клиентам
       SearchIntoExpenseReports=Отчёты о затратах
      -SearchIntoLeaves=Отпуска
      +SearchIntoLeaves=Leave
       CommentLink=Комментарии
       NbComments=Количество комментариев
       CommentPage=Комментарии
       CommentAdded=Комментарий добавлен
       CommentDeleted=Комментарий удален
       Everybody=Общий проект
      -PayedBy=Оплачивается
      -PayedTo=Оплачивать
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=ежемесячно
       Quarterly=Ежеквартальный
       Annual=годовой
      @@ -945,6 +949,7 @@ LocalAndRemote=Локальные и удаленные
       KeyboardShortcut=Сочетание клавиш
       AssignedTo=Ответств.
       Deletedraft=Удалить проект
      -ConfirmMassDraftDeletion=Подтверждение удаления проекта
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Файл, общий доступ по ссылке
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/ru_RU/other.lang b/htdocs/langs/ru_RU/other.lang
      index b71ac8ed0d0..4152e657dab 100644
      --- a/htdocs/langs/ru_RU/other.lang
      +++ b/htdocs/langs/ru_RU/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Защитный код
       NumberingShort=N°
       Tools=Инструменты
       TMenuTools=Инструменты
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=День рождения
       BirthdayDate=Birthday date
       DateToBirth=Дата рождения
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Сообщение на странице проверки возвращение оплаты
       MessageKO=Сообщение на странице отменен возврат оплаты
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Посредничество подтверждено
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Kundeordre validert
       Notify_ORDER_SENTBYMAIL=Покупатель делает заказ по почте
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Поставщик поручение, отправленные по почте
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Поставщик утвердил порядок
       Notify_ORDER_SUPPLIER_REFUSE=Поставщик порядке отказалась
       Notify_PROPAL_VALIDATE=Kunden forslaget validert
      -Notify_PROPAL_CLOSE_SIGNED=Предложение клиента подписано
      -Notify_PROPAL_CLOSE_REFUSED=Предложение клиента отклонено
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Коммерческое предложение по почте
       Notify_WITHDRAW_TRANSMIT=Передача вывода
       Notify_WITHDRAW_CREDIT=Кредитный выход
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Третья партия, созданная
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Проверка векселя
       Notify_BILL_UNVALIDATE=Счёт клиента не подтверждён
      -Notify_BILL_PAYED=Клиенту счет оплачен
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Счёт клиента отменён
       Notify_BILL_SENTBYMAIL=Клиенту счет-фактура высылается по почте
       Notify_BILL_SUPPLIER_VALIDATE=Поставщик проверки счета
      -Notify_BILL_SUPPLIER_PAYED= Счёт поставщика оплачен
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Поставщиком счета по почте
       Notify_BILL_SUPPLIER_CANCELED=Счёт поставщика отменён
       Notify_CONTRACT_VALIDATE=Договор проверку
       Notify_FICHEINTER_VALIDATE=Посредничество проверено.
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Доставка проверку
       Notify_SHIPPING_SENTBYMAIL=Доставка по почте
       Notify_MEMBER_VALIDATE=Член проверки
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Создание проекта
       Notify_TASK_CREATE=Задача создана
       Notify_TASK_MODIFY=Задача изменена
       Notify_TASK_DELETE=Задача удалена
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Посмотреть настройку модуля  %s
       NbOfAttachedFiles=Количество прикрепленных файлов / документов
       TotalSizeOfAttachedFiles=Общий размер присоединенных файлов / документы
       MaxSize=Максимальный размер
       AttachANewFile=Присоединить новый файл / документ
       LinkedObject=Связанные объект
      -NbOfActiveNotifications=Количество адресов (количество адресов электронной почты получателей)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Проф Id %s</b> является информация в зависимости от сторонних страны. <br> Например, для страны <b>с%,</b> то <b>с кодом%.</b>
       DolibarrDemo=Dolibarr ERP / CRM демо
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Посредничество %s проверено.
       EMailTextInvoiceValidated=Счет %s проверены
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Forslaget %s har blitt validert.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Ordren %s har blitt validert.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Приказ %s одобрен %s
       EMailTextOrderRefused=Приказ %s отказала
       EMailTextOrderRefusedBy=Приказ %s отказано %s
       EMailTextExpeditionValidated=Отправка %s подтверждена
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Импорт данных
       DolibarrNotification=Автоматические уведомления
       ResizeDesc=Skriv inn ny <b>bredde</b> eller ny høyde. Forhold vil bli holdt under resizing ...
      @@ -204,7 +212,7 @@ NewLength=Ny bredde
       NewHeight=Ny høyde
       NewSizeAfterCropping=Ny størrelse etter beskjæring
       DefineNewAreaToPick=Definer nytt område på bildet for å plukke (venstre klikk på bildet og dra til du kommer til motsatt hjørne)
      -CurrentInformationOnImage=Informasjon om gjeldende bilde
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Редактор изображений
       YouReceiveMailBecauseOfNotification=Du mottar denne meldingen fordi din e-post har blitt lagt til listen over mål for å bli informert om spesielle hendelser i %s programvare av %s.
       YouReceiveMailBecauseOfNotification2=Denne hendelsen er følgende:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Экспорт области
      diff --git a/htdocs/langs/ru_RU/projects.lang b/htdocs/langs/ru_RU/projects.lang
      index c68bef10d51..30ed942bfaf 100644
      --- a/htdocs/langs/ru_RU/projects.lang
      +++ b/htdocs/langs/ru_RU/projects.lang
      @@ -33,14 +33,14 @@ 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=Показать проекта
       ShowTask=Показать задачу
       SetProject=Комплекс проектов
       NoProject=Нет проекта определена
      -NbOfProjects=Nb проектов
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Время, затраченное
       TimeSpentByYou=Затраченное мной время
       TimeSpentByUser=Затраченное пользователем время
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Списки коммерческих предложений, связанных с проектом
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Перечень договоров, связанных с проектом
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Список мероприятий, связанных с проектом
      -ListExpenseReportsAssociatedProject=Список отчётов о затратах, связанных с проектом
      -ListDonationsAssociatedProject=Список пожертвований, связанных с проектом
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Список мероприятий, связанных с проектом
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Проект %s изменен
       TaskCreatedInDolibarr=Задача %s создана
       TaskModifiedInDolibarr=Задача %s изменена
       TaskDeletedInDolibarr=Задача %s удалена
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Содействующий
       SelectElement=Выберите элемент
       AddElement=Ссылка на элемент
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Запланированная нагрузка
       PlannedWorkloadShort=Рабочая нагрузка
       ProjectReferers=Связанные элементы
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Предложение
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/ru_UA/other.lang b/htdocs/langs/ru_UA/other.lang
      index 7cb48758942..52e21065166 100644
      --- a/htdocs/langs/ru_UA/other.lang
      +++ b/htdocs/langs/ru_UA/other.lang
      @@ -2,7 +2,6 @@
       DateToBirth=Дата до рождения
       BirthdayAlertOn=День рождения оповещения активных
       BirthdayAlertOff=День рождения оповещения неактивные
      -Notify_FICHINTER_VALIDATE=Вмешательство проверку
       Notify_BILL_PAYED=Клиенту счет-фактура оплачен
       Notify_MEMBER_VALIDATE=Член проверку
       Notify_MEMBER_SUBSCRIPTION=Член подписался
      diff --git a/htdocs/langs/sk_SK/admin.lang b/htdocs/langs/sk_SK/admin.lang
      index aa9e2f735e2..17bc8dfbc10 100644
      --- a/htdocs/langs/sk_SK/admin.lang
      +++ b/htdocs/langs/sk_SK/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Vývojárska
       VersionUnknown=Neznáma
       VersionRecommanded=Odporúčaná
       FileCheck=Kontrola integrity súborov
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler pre uloženie sedenia
       SessionSavePath=Adresár pre ukladanie relácií
       PurgeSessions=Purge relácií
       ConfirmPurgeSessions=Určite chcete vyčistit pripojenia ? Táto akcia odhlási každého uživateľa ( okrem vás )
      -NoSessionListWithThisHandler=Uložiť relácie handler nakonfigurované PHP neumožňuje uviesť všetky spustené relácie.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zakázať nové pripojenia
      -ConfirmLockNewSessions=Ste si istí, že chcete obmedziť akékoľvek nové Dolibarr spojenie na seba. Iba užívateľské <b>%s</b> budú môcť pripojiť po tom.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Povoliť nové pripojenia
       YourSession=Vaša relácia
      -Sessions=Relácie užívateľov
      +Sessions=Users sessions
       WebUserGroup=Webový server užívateľ / skupina
      -NoSessionFound=Vaše PHP Zdá sa, že nedovolí, aby zoznam aktívnych relácií. Adresár slúži na uloženie sedenie <b>(%s)</b> môžu byť chránené (napr. tým, že oprávnenie OS alebo PHP open_basedir smernice).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Znaková sada dát uložených v databáze
       DBSortingCharset=Znaková sada databázy pre radenie dát
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Externý užívateľ
       InternalUsers=Interní používatelia
       ExternalUsers=Externí používatelia
       GUISetup=Zobraziť
      -SetupArea=Nastavenie plochy
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Formulár pre testovanie nahrávania súborov (podľa nastavenia)
       IfModuleEnabled=Poznámka: áno je účinné len vtedy, ak je modul <b>%s</b> zapnutý
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kód môže obsahovať hodnotu 0
       DisableJavascript=Vypnúť JavaScript a funkcie Ajax (Odporúča sa pre nevidiace osoby alebo pri textových prehliadačoch)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Predradníka znaky na spustenie hľadania: %s
       NotAvailableWhenAjaxDisabled=Nie je k dispozícii pri Ajax vypnutej
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Náhľad nie je k dispozícii
       ThemeCurrentlyActive=Téma aktívnej
       CurrentTimeZone=Časové pásmo PHP (server)
       MySQLTimeZone=TimeZone MySql (databáza)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Miesto
       Table=Tabuľka
       Fields=Pole
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktívne
       SetupShort=Setup
       OtherOptions=Ďalšie možnosti
      -OtherSetup=Ďalšie nastavenia
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Desatinný oddeľovač
       CurrentValueSeparatorThousand=Oddeľovač tisícov
       Destination=Destinácia
       IdModule=ID Modulu
       IdPermissions=ID Povolení
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Parametre lokalizácie
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Časová zóna klienta (používateľ)
       ClientHour=Čas klienta (používateľa)
       OSTZ=Čas servera
      @@ -126,8 +126,8 @@ PHPTZ=PHP servera Časová zóna
       DaylingSavingTime=Letný čas
       CurrentHour=PHP Čas (server)
       CurrentSessionTimeOut=Časový limit súčasnej relácie
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Panel
       Boxes=Panely
       MaxNbOfLinesForBoxes=Maximálny počet panelov
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignorovať chyby duplicitného záznamu
       AutoDetectLang=Autodetekcia (jazyk prehliadača)
       FeatureDisabledInDemo=Funkcia zakázaný v demo
       FeatureAvailableOnlyOnStable=Táto možnosť je dostupná iba v oficiálnej stabilnej verzií
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Iba prvky z <a href="%s">povolených modulov</a> sú uvedené.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Viac modulov na stiahnutie môžete nájst na internete
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nový
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, oficiálny trh pre Dolibarr ERP / CRM externých modulov
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Referenčná stránka pre nájdenie viacero modulov
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Odkaz
       BoxesAvailable=Dostupné doplnky
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do žiadny obchod jasná heslá v databáze, ale iba ši
       MainDbPasswordFileConfEncrypted=Databáza heslo zašifrované v conf.php (Activated odporúčané)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Ochrana generovaných súborov PDF (aktivuje sa neodporúča, rozbije hromadné generovanie PDF)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Rys
       DolibarrLicense=Licencia
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Pre používateľov alebo vývojárov dokumentácie (doc, FAQs ...) <br> pozrite sa na Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=V prípade akýchkoľvek ďalších otázok / help, môžete použiť fórum Dolibarr: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Táto oblasť vám môže pomôcť získať pomocníka služby podpory na Dolibarr.
      -HelpCenterDesc2=Niektoré časti tejto služby sú k dispozícii <b>len</b> v <b>angličtine.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Aktuálna ponuka handler
       MeasuringUnit=Meracie prístroje
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS Port (V predvolenom nastavení v php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (V predvolenom nastavení v php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS Port (Nie je definovaná v PHP na Unixe, ako napr systémy)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (Nie je definovaná v PHP na Unixe, ako napr systémy)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Poslať systematicky skrytú uhlík-kópie všetkých odoslaných e-mailov
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Použitá metóda pri odosielaní e-mailov
      -MAIN_MAIL_SMTPS_ID=SMTP ID ak sa vyžaduje overenie
      -MAIN_MAIL_SMTPS_PW=Heslo SMTP Ak sa vyžaduje overenie
      -MAIN_MAIL_EMAIL_TLS= Použiť TLS (SSL) šifrovanie
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Zakázať všetky SMS sendings (len na skúšobné účely alebo ukážky)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Použitá metóda pri odosielaní SMS
      -MAIN_MAIL_SMS_FROM=Predvolené odosielateľa telefónne číslo pre posielanie SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Funkcia nie je k dispozícii pre Unix, ako napr systémy. Otestujte si svoje sendmail programu na mieste.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Nastavenie modulu
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Nepoužívajte vo výrobe
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Krok %s
      -FindPackageFromWebSite=Nájsť balíčka, ktorý obsahuje funkciu, ktorú chcete (napr. na oficiálnych webových stránkach %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Stiahnúť  balíček ( napr. z oficiálnej stránky %s ).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr aktuálna verzia
       CallUpdatePage=Choďte na stránku úpravý databázobej štruktúry a dát. %s
       LastStableVersion= Najnovšia stabilná verzia
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Oneskorenie pre ukladanie do medzipamäte export reakcie v sekundách (0 alebo prázdne bez vyrovnávacej pamäte)
       DisableLinkToHelpCenter=Skryť odkaz <b>&quot;Potrebujete pomoc či podporu&quot;</b> na prihlasovacej stránke
       DisableLinkToHelp=Skryť odkaz na online pomoc "<b>%s</b>"
      -AddCRIfTooLong=Neexistuje žiadny automatický balení, takže ak linka je mimo stránky na dokumentoch, pretože príliš dlho, musíte pridať sami návrat vozíka do textového poľa.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimálna dĺžka
       LanguageFilesCachedIntoShmopSharedMemory=Súbory. Lang vložený do zdieľanej pamäte
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Príklady s aktuálnym systémom nastavenia
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Zoznam OpenDocument šablóny zoznamov
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Počet ODT / ODS šablóny súborov nájdete v týchto adresároch
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Príklady syntaxe: <br> c: \\ mydir <br> / Home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Ak chcete vedieť, ako vytvoriť svoje ODT šablóny dokumentov pred ich uložením do týchto adresárov, prečítajte si wiki dokumentácie:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Kľúč na použitie Web Services (parameter &quot;dolib
       TestSubmitForm=Vstup Testovacie formulár
       ThisForceAlsoTheme=Pomocou tohto menu správca bude tiež používať svoje vlastné tému, čo je podľa voľby užívateľa. Aj v tomto menu správcu špecializuje na chytré telefóny nie je funguje na všetkých smartphonu. Použite menu inú správcu, ak máte problémy na vás.
       ThemeDir=Skins adresár
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Reakcia timeout
       SmsTestMessage=Skúšobná správa od __ PHONEFROM__ do __ PHONETO__
       ModuleMustBeEnabledFirst=Modul  <b>%s</b> musí byť aktívny ak potrebujete túto možnosť
       SecurityToken=Kľúč k zabezpečenej URL
      -NoSmsEngine=Nie odosielateľ SMS manažér k dispozícii. SMS odosielateľa manažér nie sú nainštalované s predvolené rozloženie (pretože závisí na externom dodávateľom), ale môžete nájsť niektoré z %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Môžete nastaviť každý globálne možnosti týkajúce sa generovanie PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Pravidlá sa budujú adresy boxy
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Skryť opis výrobkov z vytvoreného PDF
       HideRefOnPDF=Skryť produkty čj. na vytvorené PDF
       HideDetailsOnPDF=Skryť detaily produktu v generovanóm PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametre na zabezpečenie URL
       SecurityTokenIsUnique=Používame unikátny securekey parameter pre každú adresu URL
       EnterRefToBuildUrl=Zadajte odkaz na objekt %s
       GetSecuredUrl=Získajte vypočítanú URL
      -ButtonHideUnauthorized=Skryť tlačítka pre non admin užívateľov kôli neoprávneným akciám namiesto zobrazenia sivých tlačidiel
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Staré Sadzba DPH
       NewVATRates=Nová sadzba DPH
       PriceBaseTypeToChange=Zmeniť na cenách s hodnotou základného odkazu uvedeného na
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Vyberte zoznam
       ExtrafieldSelectList = Vyberte z tabuľky
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Heslo
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Odkaz na objekt
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Východiskový odkaz
       SetAsDefault=Nastaviť ako predvolené
       ValueOverwrittenByUserSetup=Pozor, táto hodnota môže byť prepísaná užívateľom špecifické nastavenia (každý užívateľ môže nastaviť vlastné clicktodial url)
       ExternalModule=Externý modul - inštalovaný do adresára %s
      -BarcodeInitForThirdparties=Masové načítanie čiarových kódov pre tretie osoby
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Masové načítanie čiarových kódov alebo reset pre produkty alebo služby
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Načítať hodnotu pre %s prázdne hodnoty
       EraseAllCurrentBarCode=Zmazať aktuálne hodnoty čiarových kódov
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Hodnoty čiarových kódov boli zmazané
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=Žiadne ďalšie detaily v pätičke
       DisplayCompanyInfo=Zobraziť adresu spoločnosti
       DisplayCompanyManagers=Zobraziť mená manažérov
       DisplayCompanyInfoAndManagers=Zobraziť adresu spoločnosti a mená manažérov
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Použiť 3 krokové povolenie ked cena ( bez DPH ) je väčšia ako...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Pole
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Používatelia a skupiny
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Tretie strany
      +Module1Name=Third Parties
       Module1Desc=Firmy a správu kontaktov (zákazníci, vyhliadky ...)
       Module2Name=Obchodné
       Module2Desc=Obchodné riadenie
       Module10Name=Účtovníctvo
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Návrhy
       Module20Desc=Komerčné návrh riadenia
       Module22Name=Mass E-mailing
      @@ -511,13 +517,13 @@ Module52Desc=Skladové hospodárstvo (výrobky)
       Module53Name=Služby
       Module53Desc=Správa služieb
       Module54Name=Zmluvy / Predplatné
      -Module54Desc=Správa zmlúv (služieb alebo opakjúcich sa predplatení)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Čiarové kódy
       Module55Desc=Barcode riadenie
       Module56Name=Telefónia
       Module56Desc=Telefónia integrácia
       Module57Name=Objednávky platené bankovým prevodom
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integrácia ClickToDial systému (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Nákladové a výlet poznámky
       Module75Desc=Náklady a výlet poznámky riadenie
       Module80Name=Zásielky
       Module80Desc=Preprava a dodanie účelom riadenia
      -Module85Name=Banky a peňažné
      +Module85Name=Banks and Cash
       Module85Desc=Riadenie bankových účtoch alebo v hotovosti
      -Module100Name=Externé stránky
      -Module100Desc=Tento modul je externé webové stránky alebo stránku do menu Dolibarr a zobraziť ju do rámu Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Poštár a SPIP
       Module105Desc=Poštár alebo SPIP rozhranie pre členské modul
       Module200Name=LDAP
      -Module200Desc=LDAP synchronizácia adresárov
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integrácia
       Module240Name=Exporty dát
      -Module240Desc=Nástroje pre export  Dolibarr dát ( s asistentom )
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Import dát
      -Module250Desc=Nástroje pre import Dolibarr dát ( s asistentom )
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Členovia
       Module310Desc=Nadácia členovia vedenia
       Module320Name=RSS Feed
       Module320Desc=Pridať RSS kanál vnútri obrazoviek Dolibarr
      -Module330Name=Záložky
      -Module330Desc=Správca záložiek
      -Module400Name=Projekty/Príležitosti/Vyhliadky
      -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 integrácia
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Pôžička
       Module520Desc=Správca pôžičiek
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Dary
       Module700Desc=Darovanie riadenie
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Masové emailové generovanie dokumentov
       Module1780Name=Štítky / Kategórie
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Povoliť úpravu niektorého textu použitím rozšíreného oditora ( Založené na CKEditor )
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamická cena
       Module2200Desc=Zapnúť používanie matematických výrazov pre ceny
       Module2300Name=Naplánované úlohy
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Webové služby ( SOAP server )
      @@ -590,16 +596,16 @@ Module2600Desc=Spustiť Dolibarr SOAP server ponukajúci služby API
       Module2610Name=API/Web služby  ( REST server )
       Module2610Desc=Zapnúť Dolibarr REST server ponúkajúci API službu
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Pomocou on-line služby (Gravatar www.gravatar.com) ukázať fotku užívateľov / členov (nájdený s ich e-maily). Potrebujete prístup k internetu
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP MaxMind konverzie možnosti
       Module3100Name=Skype
       Module3100Desc=Pridať Skype tlačidlo na úžívateľskú kartu používateľa / tretej osoby / kontaktu
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-spoločnosť
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Web stránky
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Opustiť správcu požiadaviek
      -Module20000Desc=Deklarovať a sledovať zamestnanci opustí požiadavky
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Bod predaja
       Module50100Desc=Modul predajné miesta ( POS )
      +Module50150Name=Bod predaja
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Učtovníctvo (pokročilé)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Anketa, Dotazník, Hlasovanie
      -Module55000Desc=Modul pre vytváranie online dotazníkov a hlasovaní ( ako : Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Okraje
       Module59000Desc=Modul pre správu marže
       Module60000Name=Provízie
       Module60000Desc=Modul pre správu provízie
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Zdroje
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Prečítajte si zákazníkov faktúry
      @@ -651,9 +661,9 @@ Permission32=Vytvoriť / upraviť produktov
       Permission34=Odstrániť produkty
       Permission36=Pozri / správa skryté produkty
       Permission38=Export produktov
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Odstrániť projektov (spoločné projekty, projekt a ja som kontakt pre)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Prečítajte intervencie
       Permission62=Vytvoriť / upraviť zásahy
      @@ -686,7 +696,7 @@ Permission109=Odstrániť sendings
       Permission111=Prečítajte finančných účtov
       Permission112=Vytvoriť / upraviť / zmazať a porovnať transakcie
       Permission113=Nastavenie finančných účtov (vytvárať, spravovať kategórie)
      -Permission114=Reconciliate transakcie
      +Permission114=Reconcile transactions
       Permission115=Vývozných transakcií, a výpisy z účtov
       Permission116=Prevody medzi účtami
       Permission117=Spravovanie kontroly dispečingu
      @@ -694,15 +704,15 @@ Permission121=Prečítajte tretej strany v súvislosti s užívateľmi
       Permission122=Vytvoriť / modifikovať tretie strany spojené s používateľmi
       Permission125=Odstránenie tretej strany v súvislosti s užívateľmi
       Permission126=Export tretej strany
      -Permission141=Čítať projekty a úlohy ( taktiež súkromné projekty pre ktoré niesom kontakt )
      -Permission142=Vytvoriť/Upraviť projekty a úlohy ( taktiež súkromné projekty pre ktoré nie som kontakt )
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Zmazať projekty a úlohy ( taktiež súkromné projekty pre ktoré nie som kontakt )
       Permission146=Prečítajte si poskytovatelia
       Permission147=Prečítajte si štatistiky
       Permission151=Read direct debit payment orders
       Permission152=Vytvoriť/Upraviť inkaso objednávku
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Prečítajte si zákazky / predplatné
       Permission162=Vytvoriť / upraviť zákazky / predplatné
       Permission163=Aktivovať službu / predplatné zmluvy
      @@ -725,7 +735,7 @@ Permission187=Zavrieť dodávateľské objednávky
       Permission188=Zrušiť dodávateľských objednávok
       Permission192=Vytvorte linky
       Permission193=Zrušiť linky
      -Permission194=Prečítajte si šírku pásma, linky
      +Permission194=Read the bandwidth lines
       Permission202=Vytvorte prípojok ADSL
       Permission203=Objednať pripojenia objednávky
       Permission204=Objednať spoje
      @@ -750,12 +760,12 @@ Permission244=Pozri obsah skrytých kategórií
       Permission251=Prečítajte si ďalšie užívateľa a skupiny
       PermissionAdvanced251=Prečítajte si ďalšie užívateľa
       Permission252=Prečítajte preukazy ostatných užívateľov
      -Permission253=Vytvoriť / upraviť ďalších používateľov, skupiny a permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Vytvoriť / upraviť interné / externé užívateľa a oprávnenia
       Permission254=Vytvoriť / upraviť externí používatelia iba
       Permission255=Upraviť ostatným používateľom heslo
       Permission256=Odstrániť alebo zakázať ostatným užívateľom
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Prečítajte CA
       Permission272=Prečítajte si faktúry
       Permission273=Vydanie faktúry
      @@ -765,7 +775,7 @@ Permission283=Odstránenie kontaktov
       Permission286=Export kontaktov
       Permission291=Prečítajte tarify
       Permission292=Nastavenie povolení na sadzby
      -Permission293=Upraviť zákazníkmi tarify
      +Permission293=Modify customers tariffs
       Permission300=Prečítajte čiarových kódov
       Permission301=Vytvoriť / upraviť čiarových kódov
       Permission302=Odstrániť čiarových kódov
      @@ -787,11 +797,9 @@ Permission401=Prečítajte zľavy
       Permission402=Vytvoriť / upraviť zľavy
       Permission403=Overiť zľavy
       Permission404=Odstrániť zľavy
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Zmazať platy
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Exportovať platy
       Permission520=Čítať pôžičky
       Permission522=Vytvoriť/Upraviť pôžičky
      @@ -844,8 +852,8 @@ Permission1251=Spustiť Hmotné dovozy externých dát do databázy (načítanie
       Permission1321=Export zákazníkov faktúry, atribúty a platby
       Permission1322=Znova otvoriť zaplatený účet
       Permission1421=Export objednávok zákazníkov a atribúty
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Čítať zdroje
       Permission63002=Vytvoriť/Upraviť zdroje
       Permission63003=Zmazať zdroje
       Permission63004=Pripnúť zdroje k udalosti agendy
      -DictionaryCompanyType=Typy tretích osôb
      -DictionaryCompanyJuridicalType=Právne formy tretích osôb
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Úroveň možnej vyhlidky
       DictionaryCanton=Kraj
       DictionaryRegion=Okres
      @@ -894,7 +902,7 @@ DictionaryVAT=Sadzby DPH alebo Sociálnej dane
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Podmienky platby
       DictionaryPaymentModes=Metódy platby
      -DictionaryTypeContact=Kontakt/Adresa
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ekologická daň
       DictionaryPaperFormat=Papierový formát
      @@ -908,47 +916,47 @@ DictionarySource=Pôvod ponuky / objednávky
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modely účtovných osnov
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Šablóny emailov
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Jednotky
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Status príležitosti pre projekt/vedenie
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Nastavenie uložené
       SetupNotSaved=Setup not saved
       BackToModuleList=Späť na zoznam modulov
      -BackToDictionaryList=Napäť do zoznamu slovníkov
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=DPH riadenia
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=V predvolenom nastavení je navrhovaná DPH 0, ktorý možno použiť v prípadoch, ako je združenie jednotlivcov ou malých podnikov.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Nepoužívajte druhá daň
      -LocalTax1IsUsedDesc=Použite druhý typ dane (okrem DPH)
      -LocalTax1IsNotUsedDesc=Nepoužívajte iný typ dane (okrem DPH)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Druhý typ dane
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Nepoužívajte tretí daň
      -LocalTax2IsUsedDesc=Použite tretí typ dane (okrem DPH)
      -LocalTax2IsNotUsedDesc=Nepoužívajte iný typ dane (okrem DPH)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tretí druh dane
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE riadenie
      -LocalTax1IsUsedDescES= RE sadzba v predvolenom nastavení pri vytváraní vyhliadky, faktúry, objednávky atď sledovať aktívny štandardné pravidlo: <br> Ak te Kupujúci nie je vystavený RE, RE štandardne = 0. Koniec vlády. <br> Pokiaľ kupujúci vystavený RE RE potom v predvolenom nastavení. Koniec vlády. <br>
      -LocalTax1IsNotUsedDescES= V predvolenom nastavení je navrhovaná RE je 0. Koniec vlády.
      -LocalTax1IsUsedExampleES= V Španielsku sú profesionáli s výhradou niektorých špecifických častí španielskeho IAE.
      -LocalTax1IsNotUsedExampleES= V Španielsku sú profesionálne a spoločnosti a za určitých častí španielskeho IAE.
      -LocalTax2ManagementES= IRPF riadenie
      -LocalTax2IsUsedDescES= RE sadzba v predvolenom nastavení pri vytváraní vyhliadky, faktúry, objednávky atď sledovať aktívny štandardné pravidlo: <br> Ak predávajúci nie je vystavený IRPF, potom IRPF štandardne = 0. Koniec vlády. <br> Ak je predávajúci vystavený IRPF potom IRPF v predvolenom nastavení. Koniec vlády. <br>
      -LocalTax2IsNotUsedDescES= V predvolenom nastavení je navrhovaná IRPF je 0. Koniec vlády.
      -LocalTax2IsUsedExampleES= V Španielsku, na voľnej nohe a nezávislí odborníci, ktorí poskytujú služby a firmy, ktorí sa rozhodli daňového systému modulov.
      -LocalTax2IsNotUsedExampleES= V Španielsku sú bussines, ktoré nie sú predmetom daňového systému modulov.
      +LocalTax1ManagementES=RE riadenie
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=V predvolenom nastavení je navrhovaná RE je 0. Koniec vlády.
      +LocalTax1IsUsedExampleES=V Španielsku sú profesionáli s výhradou niektorých špecifických častí španielskeho IAE.
      +LocalTax1IsNotUsedExampleES=V Španielsku sú profesionálne a spoločnosti a za určitých častí španielskeho IAE.
      +LocalTax2ManagementES=IRPF riadenie
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=V predvolenom nastavení je navrhovaná IRPF je 0. Koniec vlády.
      +LocalTax2IsUsedExampleES=V Španielsku, na voľnej nohe a nezávislí odborníci, ktorí poskytujú služby a firmy, ktorí sa rozhodli daňového systému modulov.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Vypisy lokálnej dane
       CalcLocaltax1=Predaj - Platba
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Predaje
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label používa v predvolenom nastavení, pokiaľ nie je preklad možno nájsť kód
       LabelOnDocuments=Štítok na dokumenty
      -NbOfDays=Nb dní
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Na konci mesiaca
       CurrentNext=Aktuálny/Nasledujúci
       Offset=Ofset
      @@ -984,7 +993,7 @@ DatabaseUser=Databáza užívateľ
       DatabasePassword=Databáza heslo
       Tables=Tabuľky
       TableName=Názov tabuľky
      -NbOfRecord=Nb záznamov
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Typ ovládača
       SummarySystem=Systém súhrn informácií
      @@ -996,7 +1005,7 @@ Skin=Skin téma
       DefaultSkin=Default skin téma
       MaxSizeList=Maximálna dĺžka zoznamu
       DefaultMaxSizeList=Základná max. dĺžka zoznamu
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Správa dňa
       MessageLogin=Prihlasovacia stránka správu
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanentný vyhľadávací formulár na ľavom menu
       DefaultLanguage=Predvolený jazyk používať (kód jazyka)
       EnableMultilangInterface=Povoliť viacjazyčné rozhranie
       EnableShowLogo=Zobraziť logo na ľavom menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Názov
       CompanyAddress=Adresa
       CompanyZip=Zips
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Majiteľ %s bankových účtov
       BankModuleNotActive=Účty v bankách modul nie je povolený,
       ShowBugTrackLink=Zobraziť odkaz "<strong>%s</strong>"
       Alerts=Upozornenie
      -DelaysOfToleranceBeforeWarning=Tolerancia oneskorenie pred varovanie
      -DelaysOfToleranceDesc=Táto obrazovka umožňuje definovať tolerovať oneskorenie pred upozornenie je hlásený na obrazovke s %s Piktogram pre každý neskoré prvok.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Oneskorenie tolerancie (v dňoch) pred záznam o návrhoch zavrite
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Oneskorenie tolerancie (v dňoch) pred záznam o návrhoch účtované
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerancia oneskorenie (v dňoch) pred záznam o službách aktivovať
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerancia oneskorenie (v dňoch) pred záznam o prejdených služieb
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerancia oneskorenie (v dňoch) pred záznam o neuhradených dodávateľských faktúr
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Toleranciu oneskorenie (v dňoch) pred záznam o nezaplatených faktúr zákazníka
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerancia oneskorenie (v dňoch) pred prebiehajúcom zázname o bankovom zmierenie
      -Delays_MAIN_DELAY_MEMBERS=Tolerancia oneskorenie (v dňoch) pred záznam o meškaní členského poplatku
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerancia oneskorenie (v dňoch) pred pohotovosti pre kontrolu vklad robiť
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=Oblasť nastavení je pre základné nastavenia pre začatím používania Dolubarru
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Ostatné položky menu spravovať voliteľné parametre.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Udalosti bezpečnostný audit
       Audit=Audit
       InfoDolibarr=O Dolibarre
      @@ -1060,16 +1069,16 @@ LogEventDesc=Môžete povoliť tu zapisovanie udalostí Dolibarr zabezpečenia.
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Systémové informácie je rôzne technické informácie získate v režime iba pre čítanie a viditeľné len pre správcov.
       SystemAreaForAdminOnly=Táto oblasť je k dispozícii pre správcu užívateľa. Žiadny z Dolibarr oprávnenia môže znížiť tento limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Môžete si vybrať každý parameter týkajúce sa vzhľadu Dolibarr a cítiť sa tu
       AvailableModules=Available app/modules
       ToActivateModule=Pre aktiváciu modulov, prejdite na nastavenie priestoru (Domov-&gt; Nastavenie-&gt; Modules).
       SessionTimeOut=Time out na zasadnutí
      -SessionExplanation=Toto číslo zaručené, že relácia nikdy nevyprší pred týmto oneskorením, ak relácia čistič sa vykonáva vnútorné čistenie relácie PHP (a nič iné). Vnútorné PHP zasadnutie čistejšie nie je zárukou, že relácie vyprší práve po tejto doby. Jeho platnosť skončí po tom, čo toto oneskorenie, a keď relácie čistič bežal, takže každý <b>%s / %s</b> prístup, ale iba v prípade prístupu zo strany iných reláciách. <br> Poznámka: na niektorých serveroch s vonkajším mechanizmom relácie čistenie (cron pod Debian, Ubuntu ...), môže byť zničená relácie po dobu definovanú predvolenú <strong>session.gc_maxlifetime,</strong> bez ohľadu na to, čo je zadaná hodnota.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Dostupné spúšťače
      -TriggersDesc=Triggery sú súbory, ktoré sa zmení správanie Dolibarr workflow raz skopírovaný do adresára <b>htdocs / jadro / spúšťače.</b> Uvedomili si nové akcie, aktívny na akciách Dolibarr (nová spoločnosť stvorenia, faktúra validácia, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Trigger v tomto súbore sú <b>zakázané-NoRun</b> prípona vo svojom názve.
       TriggerDisabledAsModuleDisabled=Trigger v tomto súbore sú zakázané ako modul <b>%s</b> je zakázané.
       TriggerAlwaysActive=Trigger v tomto súbore sú vždy aktívne, či už sú aktivované Dolibarr moduly.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Vložte referenčné data. Môžete pridať vaše hodnoty ako zá
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=Ostatné bezpečnostné parametre sú definované tu.
       LimitsSetup=Limity / Presné nastavenie
      -LimitsDesc=Môžete definovať limity, upresnenie a optimalizácia používané Dolibarr tu
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max desatinná pre jednotkových cien
       MAIN_MAX_DECIMALS_TOT=Max desatinné miesta pre celkovej ceny
       MAIN_MAX_DECIMALS_SHOWN=Max desatinná pre ceny zobrazené na obrazovke (Pridať <b>...</b> po tejto rady, ak chcete vidieť <b>...</b> keď je číslo skrátená pri zobrazení na obrazovke)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Čistá jednotková cena produktu
       TotalPriceAfterRounding=Celková cena (bez DPH / s DPH / s DPH) po zaokrúhlení
       ParameterActiveForNextInputOnly=Parameter efektívne pre ďalší vstup iba
       NoEventOrNoAuditSetup=Žiadna udalosť zabezpečenia bol zaznamenaný ešte. To môže byť normálne, ak audit nebol povolený &quot;Nastavenie - Zabezpečenie - auditu&quot; stránky.
      -NoEventFoundWithCriteria=Žiadna udalosť zabezpečenia bol nájdený na týchto vyhľadávacích kritériami.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Pozrite sa na miestne sendmail nastavenie
       BackupDesc=Ak chcete vykonať kompletnú zálohu Dolibarr, musíte:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Uložiť obsah databázy <b>(%s)</b> do súboru. Môžete k  tomu použiť nasledujúceho asistenta.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archívne adresár by mal byť skladovaný na bezpečnom mieste.
       BackupDescY=Vygenerovaný súbor výpisu by sa mal skladovať na bezpečnom mieste.
      -BackupPHPWarning=Záloha nemôže byť garantované s touto metódou. Preferujem predchádzajúce
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Ak chcete obnoviť zálohu Dolibarr, musíte:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Toto pravidlo je nútený <b>%s</b> aktivovaným modulom
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Je nutné spustiť tento príka
       YourPHPDoesNotHaveSSLSupport=SSL funkcia nie je k dispozícii vo vašom PHP
       DownloadMoreSkins=Ďalšie skiny k stiahnutiu
       SimpleNumRefModelDesc=Vracia referenčné číslo vo formáte nnnn-%syymm kde yy je rok, MM je mesiac a nnnn je sekvencia bez otvoru a bez resetu
      -ShowProfIdInAddress=Zobraziť professionnal id s adresami na dokumenty
      -ShowVATIntaInAddress=Skryť DPH Intra num s adresami na dokumentoch
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Čiastočný preklad
      -MAIN_DISABLE_METEO=Zakázať meteo názor
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Otestujte prihlásiť do API
      -ProxyDesc=Niektoré funkcie Dolibarr musia mať prístup na internet k práci. Definujte tu parametre pre toto. Ak je server Dolibarr je za proxy serverom, tieto parametre Dolibarr hovorí, ako sa k internetu cez neho.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Externý prístup
       MAIN_PROXY_USE=Použitie proxy servera (inak priamy prístup k internetu)
       MAIN_PROXY_HOST=Meno / Adresa proxy servera
       MAIN_PROXY_PORT=Port proxy servera
       MAIN_PROXY_USER=Prihlásiť sa použiť proxy server
       MAIN_PROXY_PASS=Heslo používať proxy server
      -DefineHereComplementaryAttributes=Definujte tu všetky atribúty, ktoré ešte nie sú k dispozícii v predvolenom nastavení, a že chcete byť podporované %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Doplnkové atribúty
       ExtraFieldsLines=Doplnkové atribúty (linky)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Doplnkové hodnoty ( riadky objednávky ) 
       ExtraFieldsSupplierInvoicesLines=Doplnkové hodnoty ( riadky faktúry ) 
       ExtraFieldsThirdParties=Doplnkové atribúty (thirdparty)
      -ExtraFieldsContacts=Doplnkové atribúty (kontakt / adresa)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Doplnkové atribúty (člen)
       ExtraFieldsMemberType=Doplnkové atribúty (člen typ)
       ExtraFieldsCustomerInvoices=Doplnkové atribúty (faktúry)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=iba alfanumerické a malé znaky bez medzier
       SendmailOptionNotComplete=Upozornenie na niektorých operačných systémoch Linux, posielať e-maily z vášho e-mailu, musíte sendmail prevedenie inštalácie obsahuje voľbu-BA (parameter mail.force_extra_parameters do súboru php.ini). Ak niektorí príjemcovia nikdy prijímať e-maily, skúste upraviť tento parameter spoločne s PHP mail.force_extra_parameters =-BA).
       PathToDocuments=Cesta k dokumentom
       PathDirectory=Adresár
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Nastavenie prekladu
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Preprísať prekladový reľazec
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Prekladový reťazec
       CurrentTranslationString=Aktuálny prekladovy reťazec
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=Novy prekladový reťazec na zobrzenie
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Musíte povoliť aspoň jeden modul
      -ClassNotFoundIntoPathWarning=Trieda %s nenašli cestu do PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Áno v lete
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Úložisko relácie šifrovaná Suhosin
       ConditionIsCurrently=Podmienkou je v súčasnej dobe %s
      -YouUseBestDriver=Pomocou ovládača %s, že je najlepší vodič súčasnej dobe k dispozícii.
      -YouDoNotUseBestDriver=Používate jednotku %s ale odporúčaná jednotka je %s
      -NbOfProductIsLowerThanNoPb=Máte len %s produktov / služieb do databázy. To však nie je nutné žiadne špeciálne optimalizácie.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimalizácia pre vyhľadávače
      -YouHaveXProductUseSearchOptim=Máte %s produkt do databázy. Mali by ste pridať konštantný PRODUCT_DONOTSEARCH_ANYWHERE do 1 do Home-Nastavenie-Ostatné, môžete obmedziť vyhľadávanie na začiatku reťazca, ktoré umožňujú pre databázy používať index, a vy by ste mali dostať okamžitú odpoveď.
      -BrowserIsOK=Používate %s webovom prehliadači. Tento prehliadač je v poriadku pre bezpečnosť a výkon.
      -BrowserIsKO=Používate %s webovom prehliadači. Tento prehliadač je známe, že zlá voľba pre bezpečnosť, výkon a spoľahlivosť. Sme Odporúčam vám používať Firefox, Chrome, Operu alebo Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug je načítaný
       XCacheInstalled=XCache načítaný.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Vydanie poľných %s
       FillThisOnlyIfRequired=Príklad: +2 ( vyplňte iba ak sú predpokladané problémy s časovým posunom )
       GetBarCode=Získať čiarový kód
       ##### Module password generation
       PasswordGenerationStandard=Späť heslo generované podľa interného algoritmu Dolibarr: 8 znakov obsahujúci zdieľanej čísla a znaky malými písmenami.
      -PasswordGenerationNone=Heslo musí byť vložené manuálne
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail nutné vytvoriť nového užívateľa
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Firmy modul nastavenia
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Dokumenty šablóny
      -DocumentModelOdt=Generovanie dokumentov z OpenDocuments šablón (. ODT alebo ODS. Súbory OpenOffice, KOffice, TextEdit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vodoznak na návrhu dokumentu
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Pravidlá pre profesionálne IDs
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Export odkaz na <b>%s</b> formáte je k dispozícii na nasledujúcom odkaze: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Export odkaz na <b>%s</b> formáte je k dispozícii na na
       BillsSetup=Faktúry modul nastavenia
       BillsNumberingModule=Faktúry a dobropisy číslovanie modelu
       BillsPDFModules=Fakturačné doklady modely
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Dobropis
       CreditNotes=Dobropisy
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Spravovanie Prihlásenie pre každého člena
       AdherentMailRequired=EMail nutné vytvoriť nového člena
       MemberSendInformationByMailByDefault=Zaškrtávacie políčko poslať mailom potvrdenie členom (validácia alebo nové predplatné) je v predvolenom nastavení
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Nastavenie LDAP
       LDAPGlobalParameters=Globálne parametre
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testovanie vyhľadávanie LDAP
       LDAPSynchroOK=Synchronizácia skúška úspešná
       LDAPSynchroKO=Nepodarilo synchronizácia testu
      -LDAPSynchroKOMayBePermissions=Nepodarilo synchronizácia test. Skontrolujte, či je prípojka na server je správne nakonfigurovaný a umožňuje LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP pripojenie k LDAP servera (Server úspešných = %s, %s port =)
       LDAPTCPConnectKO=TCP pripojenie k LDAP serveru zlyhalo (Server = %s, Port = %s)
      -LDAPBindOK=Pripojenie / autentikácia k LDAP serveru úspešný (Server =%s, Port =%s Admin =%s, Password =%s)
      -LDAPBindKO=Pripojiť / Authentificate k LDAP serveru zlyhalo (Server = %s, Port = %s, Admin = %s, Password = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server je nakonfigurovaný pre verziu 3
       LDAPSetupForVersion2=LDAP server je nakonfigurovaný pre verziu 2
       LDAPDolibarrMapping=Dolibarr mapovanie
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Prihlásenie (samba, ActiveDirectory)
       LDAPFieldLoginSambaExample=Príklad: sAMAccountName
       LDAPFieldFullname=Celé meno
       LDAPFieldFullnameExample=Príklad: cn
      -LDAPFieldPasswordNotCrypted=Heslo nie je šifrovaných
      -LDAPFieldPasswordCrypted=Heslo šifrovaných
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Príklad: userPassword
       LDAPFieldCommonNameExample=Príklad: cn
       LDAPFieldName=Názov
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Ukážkové hodnoty sú určené pre <b>OpenLDAP</b> s nasledujúcimi načítaných schém: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Ak používate thoose hodnoty a OpenLDAP, upravovať vaše LDAP konfiguračný súbor <b>slapd.conf</b> mať všetky thoose schémy načítať.
       ForANonAnonymousAccess=Pre overený prístup (pre prístup pre zápis napríklad)
       PerfDolibarr=Výkon Nastavenie / optimalizácia správa
      -YouMayFindPerfAdviceHere=Nájdete na tejto stránke nejaké kontroly alebo rád týkajúcich sa výkonnosti.
      -NotInstalled=Nie, takľe nie je váš server spomaliť tým.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplikačných medzipamäte
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCODE medzipamäte
      -NoOPCodeCacheFound=Žiadne OPCODE nájdená keš. Môže byť použiť ďalšie OPCODE pamäť než XCache alebo eAccelerator (dobré), môže byť, že nemáte OPCODE cache (veľmi zle).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache pre statické zdroje (css, img, javascript)
       FilesOfTypeCached=Súbory typu %s sú ukladané do vyrovnávacej pamäte servera HTTP
       FilesOfTypeNotCached=Súbory typu %s nie sú ukladané do medzipamäte servera HTTP
       FilesOfTypeCompressed=Súbory typu %s sú skomprimované servera HTTP
       FilesOfTypeNotCompressed=Súbory typu %s nekomprimuje servera HTTP
       CacheByServer=Cache serverom
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache v prehliadači
       CompressionOfResources=Kompresia odpovedí HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=So súčasnými prehliadačmi taká automatická detekcia nie je možná 
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produkty modul nastavenia
       ServiceSetup=Služby modul nastavenia
       ProductServiceSetup=Produkty a služby moduly nastavenie
       NumberOfProductShowInSelect=Maximálny počet výrobkov v kombá vyberte zoznamy (0 = bez obmedzenia)
      -ViewProductDescInFormAbility=Vizualizácia popisy produktov vo formách (inak ako vyskakovacie bubline)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Predvolený typ čiarového kódu použiť pre produkty
       SetDefaultBarcodeTypeThirdParties=Predvolený typ čiarového kódu použiť k tretím osobám
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Odoslanie Nastavenie modulu
       SendingsReceiptModel=Odoslanie potvrdenky modelu
       SendingsNumberingModules=Sendings číslovanie moduly
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Pozámka pre doručovateľa
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produkty dodávky príjem číslovanie modul
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Rozšírené editor
       ActivateFCKeditor=Aktivácia pokročilé editor pre:
       FCKeditorForCompany=WYSIWIG vytvorenie / edícii prvkami opisu a poznámku (s výnimkou výrobkov / služieb)
       FCKeditorForProduct=WYSIWIG vytvorenie / edícia produktov / služieb popis a poznámky
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG vytvorenie / edícia pre hromadné eMailings (Nástroje-&gt; e-mailom)
       FCKeditorForUserSignature=WYSIWIG vytvorenie / edícia užívateľského podpisu
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Pripojenie úspešné, ale databáza nevyzerá, že databáza Oscommerce (Kľúčové %s nenašli v tabuľke %s).
      -OSCommerceTestOk=Pripojenie k serveru &quot;%s&quot; na databázu &quot;%s&quot; s úspešní užívateľ &quot;%s.
      -OSCommerceTestKo1=Pripojenie k &quot;%s&quot; servera úspešná, ale databáza &quot;%s&quot; by nebolo možné dosiahnuť.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Pripojenie k serveru "%s" na databázu '%s' s užívateľom "%s" úspešný.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Pripojenie k serveru &quot;%s&quot; s užívateľom &quot;%s 'zlyhalo.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu zmazaný
       Menus=Ponuky
      @@ -1548,7 +1561,7 @@ DetailRight=Podmienka pre zobrazenie neoprávneným sivé menu
       DetailLangs=Lang názov súboru pre preklad kódu štítok
       DetailUser=Interná / Externá / All
       Target=Cieľ
      -DetailTarget=Cieľ pre odkazy (_blank hore otvorí nové okno)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Úroveň (-1: hlavné menu, 0: header menu&gt; 0 Menu a submenu)
       ModifMenu=Menu zmena
       DeleteMenu=Zmazať položku ponuky
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=DPH je splatná: <br> - Na dobierku za tovar (používame d
       OptionVatDebitOptionDesc=DPH je splatná: <br> - Na dobierku za tovar (používame dátumu vystavenia faktúry) <br> - Na faktúru (debetné) na služby
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Na dobierku
       OnPayment=Na zaplatenie
       OnInvoice=Na faktúre
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Nákup účet. kód
       AgendaSetup=Akcie a agenda Nastavenie modulu
       PasswordTogetVCalExport=Kľúč povoliť export odkaz
       PastDelayVCalExport=Neexportovať udalosti staršie ako
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Kliknite pre Dial Nastavenie modulu
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Bod predaja
       CashDeskSetup=Mieste predaja modulu nastavenie
      -CashDeskThirdPartyForSell=Základná tretia osoba pre predaj
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Predvolený účet použiť na príjem platieb v hotovosti
       CashDeskBankAccountForCheque= Predvolený účet použiť pre príjem platieb šekom
       CashDeskBankAccountForCB= Predvolený účet použiť pre príjem platieb prostredníctvom kreditnej karty
      -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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
      -StockDecreaseForPointOfSaleDisabled=Odpočítavanie skladu z miesta predaja vypnuté
      +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 sell from Point Of Sale. So 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=Záložka Nastavenie modulu
      -BookmarkDesc=Tento modul umožňuje spravovať záložky. Môžete tiež pridať skratky pre všetky Dolibarr stránky alebo external webových stránok na vašom ľavom menu.
      +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.
       NbOfBoomarkToShow=Maximálny počet záložiek zobrazí v ľavom menu
       ##### WebServices #####
       WebServicesSetup=Webservices modul nastavenia
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Spoločnosť Multi-modul nastavenia
       ##### Suppliers #####
       SuppliersSetup=Dodávateľ modul nastavenia
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Dodávateľských faktúr číslovanie modelov
       IfSetToYesDontForgetPermission=Ak nastavené ANO, nezabudnite poskytnúť povolenia pre skupiny alebo užívateľov oprávnených pre povoľovanie 2. stupňa
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekt modul nastavenia
       ProjectsModelModule=Projekt správy Vzor dokladu
       TasksNumberingModules=Úlohy číslovanie modul
       TaskModelModule=Úlohy správy Vzor dokladu
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Možnosti pre E-Mailové u
       ListOfNotificationsPerUser=Zoznam upozornení podľa užívateľa
       ListOfNotificationsPerUserOrContact=Zoznam upozornení podľa užívateľa alebo podľa zmluvy
       ListOfFixedNotifications=Zoznam fixnych upozornení
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Maximálna hodnota
       BackupDumpWizard=Pomocník pre databázovú zálohu
       SomethingMakeInstallFromWebNotPossible=Inštalácia externého modulu z webu nie je možná kôli : 
      @@ -1697,6 +1710,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=Zvýrazniť riadok pre prechode kurzora
       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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Farba pozadia pre párne riadky tabuľky
       MinimumNoticePeriod=Minimálny oznamovací čas ( Vaša požiadávka musi byť zaznamenaná pred týmto časom )
       NbAddedAutomatically=Počet dní pridaných do počítadla užívateľov ( automaticky ) každý mesiac
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Position of line into combo lists
       SellTaxRate=Hodnota dane z predaja
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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=Typ šablôny
      -TemplateIsVisibleByOwnerOnly=Šablóna je viditelná iba pre majiteľa
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Oprava časovej zóny
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=Všeci prispievatelia
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Pridať iné stránky alebo služby
       AddModels=Pritaď dokument alebo číselnú šablónu
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Zmazanie nie je možné
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Zoznam dostupných API
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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=Užívateľ nemá definované povolenia
      -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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sk_SK/companies.lang b/htdocs/langs/sk_SK/companies.lang
      index 6302122117e..20d9488886a 100644
      --- a/htdocs/langs/sk_SK/companies.lang
      +++ b/htdocs/langs/sk_SK/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Vyberte tretiu stranu
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Odstránenie kontaktu / adresa
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Nový treťou stranou
      -MenuNewCustomer=Nový zákazník
      -MenuNewProspect=Nová Vyhliadka
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nová súkromná osoba
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Vytvoriť tretiu stranu
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Treťou stranou kontakt / adresa
       Company=Spoločnosť
       CompanyName=Názov spoločnosti
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Firmy
      -CountryIsInEEC=Krajina je v rámci Európskeho hospodárskeho spoločenstva
      -ThirdPartyName=Tretia strana názov
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Treťou stranou
      -ThirdParties=Tretie strany
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Vyhliadky
       ThirdPartyProspectsStats=Vyhliadky
       ThirdPartyCustomers=Zákazníci
       ThirdPartyCustomersStats=Zákazníci
       ThirdPartyCustomersWithIdProf12=Zákazníci s %s alebo %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tretí typ vyhľadávajúci večierky
      +ThirdPartyType=Type of company
       Individual=Súkromná osoba
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Materská spoločnosť
       Subsidiaries=Dcérske spoločnosti
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Poštové smerovacie číslo
       Town=Mesto
       Web=Web
       Poste= Pozícia
      -DefaultLang=Predvolený jazyk
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Návrhy
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax je platná
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Tento zákazník má predvolenú zľavu <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Tento zákazník nemá relatívnej zľavu v predvolenom nastavení
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Tento zákazník má stále dobropisy pre <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Nikto
      -Supplier=Dodávateľ
      +Supplier=Vendor
       AddContact=Vytvoriť kontakt
       AddContactAddress=Vytvoriť kontakt/adresu
       EditContact=Upraviť kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Vytvoriť tretiu stranu
       DeleteACompany=Odstránenie spoločnosť
       PersonalInformations=Osobné údaje
       AccountancyCode=Accounting account
      -CustomerCode=Zákaznícky kód
      -SupplierCode=Vendor code
      -CustomerCodeShort=Zákaznícky kód
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Zákaznícky kód, jedinečný pre všetkých zákazníkov
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Požadované, ak tretia osoba zákazníka alebo perspektíva
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Platnosť riadený modulom
      -ThisIsModuleRules=Jedná sa pravidlá pre tento modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect kontaktovať
       CompanyDeleted=Spoločnosť &quot;%s&quot; vymazaný z databázy.
       ListOfContacts=Zoznam kontaktov adries /
       ListOfContactsAddresses=Zoznam kontaktov adries /
      -ListOfThirdParties=Zoznam tretích strán
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Zobraziť kontakt
       ContactsAllShort=Všetko (Bez filtra)
       ContactType=Kontaktujte typ
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Tento kontakt nie je kontaktnou osobou pre akékoľvek k
       NoContactForAnyContract=Tento kontakt nie je kontakt u každej zákazky
       NoContactForAnyInvoice=Tento kontakt nie je kontakt pre každé faktúre
       NewContact=Nový kontakt
      -NewContactAddress=Nový kontakt / adresa
      +NewContactAddress=New Contact/Address
       MyContacts=Moje kontakty
       Capital=Kapitál
       CapitalOf=Hlavné mesto %s
       EditCompany=Upraviť spoločnosť
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kontrola
      -VATIntraCheckDesc=Odkaz <b>%s</b> umožňuje požiadať Európsku DPH checker služby. Externý prístup k internetu zo servera je nutné pre túto službu do práce.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Skontrolujte Intracomunnautary DPH na stránke Európskej komisie
      -VATIntraManualCheck=Môžete sa tiež pozrieť ručne z európskych webových stránok <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Skontrolujte, nie je možné. Skontrolujte, služba nie je poskytovaná členským štátom (%s).
      -NorProspectNorCustomer=Ani vyhliadky, ani zákazník
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Zamestnanci
       ProspectLevelShort=Potenciál
       ProspectLevel=Prospect potenciál
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export do formátu karty
       ContactNotLinkedToCompany=Kontaktu, ktorý nie je spojený s akoukoľvek treťou stranou
       DolibarrLogin=Dolibarr prihlásenie
       NoDolibarrAccess=Žiadny prístup Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakty a vlastnosti
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Cenová hladina
       DeliveryAddress=Dodacia adresa
       AddAddress=Pridať adresu
      @@ -402,16 +402,16 @@ DeleteFile=Zmazať súbor
       ConfirmDeleteFile=Ste si istí, že chcete zmazať tento súbor?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizácia
      -FiscalYearInformation=Informácie o fiškálny rok
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Počiatočný mesiac fiškálneho roka
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Zoznam vyhliadky
      -ListCustomersShort=Zoznam zákazníkov
      -ThirdPartiesArea=Oblasť tretích strán a kontaktov
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Celkom jedinečné tretích strán
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Otvorení
       ActivityCeased=Zatvorené
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. za vynikajúce účet
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Kód je zadarmo. Tento kód je možné kedykoľvek zmeniť.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sk_SK/errors.lang b/htdocs/langs/sk_SK/errors.lang
      index 21305653a83..15596697da4 100644
      --- a/htdocs/langs/sk_SK/errors.lang
      +++ b/htdocs/langs/sk_SK/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Hodnota &quot;%s&quot; má nesprávny formát dátumu
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Nepodarilo sa zapísať do adresára %s
       ErrorFoundBadEmailInFile=Našiel nesprávne email syntaxe %s riadkov v súbore (%s príklad súlade s emailom = %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Niektoré požadované pole sa nevypĺňa.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Nepodarilo sa vytvoriť adresár. Uistite sa, že webový server má užívateľ oprávnenie na zápis do adresára dokumentov Dolibarr. Ak je parameter <b>safe_mode</b> je povolené na tomto PHP, skontrolujte, či Dolibarr php súbory, vlastné pre užívateľa webového servera (alebo skupina).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Vyplňte, prosím, hodnotu zoznamu vyberte
       ErrorNoValueForCheckBoxType=Vyplňte, prosím, hodnotu checkbox zoznamu
       ErrorNoValueForRadioType=Prosím vyplňte hodnotu pre rozhlasové zoznamu
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Terénne <b>%s</b> nesmie obsahuje špeciálne znaky.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Nie účtovníctva modul aktivovaný
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP zhoda nie je úplná.
       ErrorLDAPMakeManualTest=. LDIF súbor bol vytvorený v adresári %s. Skúste načítať ručne z príkazového riadku získať viac informácií o chybách.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nemožno uložiť akciu s &quot;Štatút nezačal&quot;, ak pole &quot;vykonáva&quot; je tiež vyplnená.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref používa pre tvorbu už existuje.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript musí byť vypnutá, že táto funkcia pracovať. Ak chcete povoliť / zakázať Javascript, prejdite do ponuky Home-&gt; Nastavenie-&gt; Zobrazenie.
       ErrorPasswordsMustMatch=Obaja napísaný hesla sa musia zhodovať sa navzájom
      -ErrorContactEMail=Technické chybe. Prosím, obráťte sa na správcu, aby e-mailovú <b>%s</b> en poskytovať <b>%s</b> kód chyby v správe, alebo ešte lepšie pridaním obrazovky kópiu tejto stránky.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Chybná hodnota <b>%s</b> číslo poľa (hodnota <b>&quot;%s</b> 'nezodpovedá regex pravidiel <b>%s)</b>
       ErrorFieldValueNotIn=Chybná hodnota <b>%s</b> číslo poľa (hodnota <b>&quot;%s</b> 'nie je dostupná hodnota do poľa <b>%s</b> stolových <b>%s)</b>
       ErrorFieldRefNotIn=Chybná hodnota <b>%s</b> číslo poľa (hodnota <b>&quot;%s&quot;</b> nie je <b>%s</b> existujúce ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivírusový program nebol schopný overiť súb
       ErrorSpecialCharNotAllowedForField=Špeciálne znaky nie sú povolené pre pole &quot;%s&quot;
       ErrorNumRefModel=Existuje odkaz do databázy (%s) a nie je kompatibilný s týmto pravidlom číslovania. Odobrať záznam alebo premenovať odkaz na aktiváciu tohto modulu.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Chyba na masku
       ErrorBadMaskFailedToLocatePosOfSequence=Chyba maska ​​bez poradovým číslom
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Chyba, zlá hodnota po resete
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Chyba. Vyberte aspoň jednu položku.
      -ErrorDeleteNotPossibleLineIsConsolidated=Odstránenie nie je možné, pretože záznam je spojená s bankovým transakčného ktorý zmieril
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s je priradený do inej tretej
       ErrorFailedToSendPassword=Nepodarilo sa odoslať heslo
       ErrorFailedToLoadRSSFile=Nedokáže dostať RSS feed. Skúste pridať konštantný MAIN_SIMPLEXMLLOAD_DEBUG prípade chybových hlásení neposkytuje dostatok informácií.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Užívateľ s prihlásením <b>%s</b> nebol nájdený.
       ErrorLoginHasNoEmail=Tento užívateľ nemá žiadnu e-mailovú adresu. Proces prerušená.
       ErrorBadValueForCode=Bad hodnota bezpečnostného kódu. Skúste to znova s ​​novou hodnotou ...
       ErrorBothFieldCantBeNegative=Polia %s a %s nemôžu byť negatívna
      +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=Užívateľský účet <b>%s</b> použiť na spustenie webový server nemá oprávnenie pre ktoré
       ErrorNoActivatedBarcode=Žiaden čiarový kód aktivovaný typ
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Záložka s týmto názvom, alebo tento cieľ (URL)
       WarningPassIsEmpty=Pozor, databáza je heslo prázdne. Toto je bezpečnostná diera. Mali by ste pridať heslo do databázy a zmeniť svoj conf.php súboru v tomto zmysle.
       WarningConfFileMustBeReadOnly=Pozor, môže váš konfiguračný súbor <b>(htdocs / conf / conf.php)</b> musia byť prepísané webovom serveri. To je vážna bezpečnostná diera. Zmeniť oprávnenia k súboru, ktorý chcete v režime len pre čítanie pre užívateľov operačného systému používaného webového servera. Ak používate systém Windows a FAT formát disku, musíte vedieť, že je súborový systém neumožňuje pridať práva na súbore, takže nemôže byť úplne bezpečný.
       WarningsOnXLines=Upozornenie na <b>%s</b> zdrojovom zázname (s)
      -WarningNoDocumentModelActivated=Žiadny model, pre generovanie dokumentov, bol aktivovaný. Bude model zvolil ako predvolené, kým skontrolovať nastavenie modulu.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Pozor, po dokončení nastavenia, musíte zakázať inštaláciu / sťahovať nástroja pridaním súboru do adresára <b>install.lock %s.</b> Chýbajúce tento obrázok je bezpečnostná diera.
      -WarningUntilDirRemoved=Všetky bezpečnostné pokyny (viditeľné admin užívateľa) zostane aktívny tak dlho, až kým chyba je prítomná (alebo konštantné MAIN_REMOVE_INSTALL_WARNING sa pridá Nastavenie-&gt; Ostatné nastavenia).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Pozor, zatváranie sa vykonáva, aj keď suma líši zdrojových a cieľových prvkov. Povoľte túto funkciu so zvýšenou opatrnosťou.
       WarningUsingThisBoxSlowDown=Upozornenie Pri použití tohto políčka spomaliť vážne všetky stránky zobrazujúce krabici.
       WarningClickToDialUserSetupNotComplete=Nastavenie ClickToDial informácií pre užívateľa si nie sú kompletné (pozri tab ClickToDial na vaše užívateľské karty).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sk_SK/interventions.lang b/htdocs/langs/sk_SK/interventions.lang
      index 168adfbc098..35854a9f18e 100644
      --- a/htdocs/langs/sk_SK/interventions.lang
      +++ b/htdocs/langs/sk_SK/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Zásahy
       InterventionCard=Karta zásahu
       NewIntervention=Nový zásah
       AddIntervention=Vytvoriť zásah
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Zoznam zásahov
       ActionsOnFicheInter=Akcie zamerané na zásah
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/sk_SK/main.lang b/htdocs/langs/sk_SK/main.lang
      index 93bae8c4512..1dd2df23631 100644
      --- a/htdocs/langs/sk_SK/main.lang
      +++ b/htdocs/langs/sk_SK/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Nepodarilo sa odoslať poštu (vysielač, prijímač = %s
       ErrorFileNotUploaded=Súbor nebol nahraný. Skontrolujte, či veľkosť nepresahuje maximálnu povolenú, že voľné miesto na disku a že už nie je súbor s rovnakým názvom v tomto adresári.
       ErrorInternalErrorDetected=Bola zistená chyba
       ErrorWrongHostParameter=Zle hostiteľ parametrov
      -ErrorYourCountryIsNotDefined=Vaša krajina nie je definovaná. Prejsť na Home-Nastavenie-Úpravy a post znovu formulár.
      -ErrorRecordIsUsedByChild=Nepodarilo sa zmazať tento záznam. Tento záznam sa používa aspoň jedno dieťa záznamov.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Chybná hodnota
       ErrorWrongValueForParameterX=Chybná hodnota parametra %s
       ErrorNoRequestInError=Žiadna požiadavka omylom
      -ErrorServiceUnavailableTryLater=Služba nie je k dispozícii pre túto chvíľu. Skúste to znova neskôr.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicitné hodnota v jedinečnej poľa
      -ErrorSomeErrorWereFoundRollbackIsDone=Niektoré boli nájdené chyby. My rollback zmien.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> nie je definovaná v súbore config Dolibarr <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Nepodarilo sa nájsť užívateľa <b>%s</b> v databáze Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Chyba, žiadne sadzby DPH stanovenej pre krajinu &quot;%s&quot;.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Chyba sa nepodarilo uložiť súbor.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Nastaviť dátum
       SelectDate=Vybrať dátum
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Súbor sa úspešne nahral
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Súbor vybraný pre pripojenie, ale ešte nebol nahraný. Kliknite na &quot;Priložiť súbor&quot; za to.
      -NbOfEntries=Nb záznamov
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Prečítajte si pomáhať
       RecordSaved=Záznam uložený
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Pozri vyššie
      -HomeArea=Hlavná oblasť
      +HomeArea=Domáce
       LastConnexion=Latest connection
       PreviousConnexion=Predchádzajúca pripojenie
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Zatvorené
       Closed2=Zatvorené
       NotClosed=Not closed
       Enabled=Povolené
      +Enable=Umožniť
       Deprecated=Zastaralá
       Disable=Zakázať
       Disabled=Invalidný
      @@ -153,7 +154,7 @@ Update=Aktualizovať
       Close=Zavrieť
       CloseBox=Remove widget from your dashboard
       Confirm=Potvrdiť
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Vymazať
       Remove=Odstrániť
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopírovať
       Paste=Pasta
       Default=Štandardné
       DefaultValue=Východisková hodnota
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Cena
       PriceCurrency=Price (currency)
       UnitPrice=Jednotková cena
      @@ -347,7 +348,7 @@ AmountTTCShort=Čiastka (s DPH)
       AmountHT=Suma (bez DPH)
       AmountTTC=Čiastka (s DPH)
       AmountVAT=Čiastka dane
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nevzťahuje sa
       ActionRunningNotStarted=Ak chcete začať
       ActionRunningShort=In progress
       ActionDoneShort=Hotový
      -ActionUncomplete=Neúplné
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generovať
       Duration=Trvanie
       TotalDuration=Celkové trvanie
       Summary=Zhrnutie
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Dostupný
       NotYetAvailable=Zatiaľ nie je k dispozícii
      @@ -468,7 +469,7 @@ and=a
       or=alebo
       Other=Ostatné
       Others=Ostatné
      -OtherInformations=Ostatné informácie
      +OtherInformations=Other information
       Quantity=Množstvo
       Qty=Množstvo
       ChangedBy=Zmenil
      @@ -506,7 +507,7 @@ None=Nikto
       NoneF=Nikto
       NoneOrSeveral=None or several
       Late=Neskoro
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Obrázok
       Photos=Obrázky
      @@ -530,18 +531,6 @@ September=Septembra
       October=Október
       November=November
       December=December
      -JanuaryMin=Január
      -FebruaryMin=Február
      -MarchMin=Mar
      -AprilMin=Apríla
      -MayMin=Máj
      -JuneMin=Júna
      -JulyMin=Júla
      -AugustMin=Augusta
      -SeptemberMin=Septembra
      -OctoberMin=Október
      -NovemberMin=November
      -DecemberMin=Decembra
       Month01=január
       Month02=február
       Month03=pochod
      @@ -646,6 +635,8 @@ SendMail=Odoslať e-mail
       EMail=E-mail
       NoEMail=Žiadny e-mail
       Email=E-mail
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Žiadny mobil
       Owner=Majiteľ
       FollowingConstantsWillBeSubstituted=Nasledujúci konštanty bude nahradený zodpovedajúcou hodnotou.
      @@ -677,7 +668,7 @@ NeverReceived=Nikdy nedostal
       Canceled=Zrušený
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Farba
       Documents=Pripojené súbory
       Documents2=Dokumenty
      @@ -716,15 +707,15 @@ Merge=Spojiť
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Zobraziť stránku pre tlač hlavnú obsahovú časť
       MenuManager=Menu manažér
      -WarningYouAreInMaintenanceMode=Pozor, ste v režime údržby, tak len prihlásení <b>%s</b> je dovolené používať aplikácie v túto chvíľu.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systémová chyba
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditná karta
       ValidatePayment=Overenie platby
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Polia označené * sú povinné <b>%s</b>
      -FieldsWithIsForPublic=Polia s <b>%s</b> sú uvedené na verejnom zozname členov. Ak nechcete, aby to, zaškrtnúť &quot;verejný&quot; box.
      -AccordingToGeoIPDatabase=(Podľa prepočet GeoIP)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linka
       NotSupported=Nie je podporované
       RequiredField=Povinné polia
      @@ -732,6 +723,8 @@ Result=Výsledok
       ToTest=Test
       ValidateBefore=Karta musí byť overená pred použitím tejto funkcie
       Visibility=Viditeľnosť
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Súkromný
       Hidden=Skrytý
       Resources=Zdroje
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Vytvorte návrh
       SetToDraft=Späť na návrh
       ClickToEdit=Kliknutím možno upraviť
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Vo dne
       BySalesRepresentative=Do obchodného zástupcu
       LinkedToSpecificUsers=V súvislosti s konkrétnym kontakte s užívateľom
       NoResults=Žiadne výsledky
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Systémové nástroje
       ModulesSystemTools=Moduly náradie
       Test=Test
       Element=Prvok
       NoPhotoYet=Žiadne fotografie zatiaľ k dispozícii
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Spoluúčasť
       from=z
       toward=k
      @@ -802,7 +797,7 @@ PrintFile=Vytlačiť súbor %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Zobraziť zásah
       ShowContract=Zobraziť zmluvy
      -GoIntoSetupToChangeLogo=Choďte na Domov - Nastavenie - Spoločnosť pre zmenu loga, alebo na Domov - Nastavenie - Zobrazenie pre skrytie loga.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Odstránenie riadka
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Klasifikovať účtované
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalendár
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Udalosti
      -EMailTemplates=Šablóny emailov
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekty
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Oprávnenia
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Pondelok
       Tuesday=Utorok
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Zásahy
       SearchIntoContracts=Zmluvy
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Komentáre
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Všetci
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Priradené
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/sk_SK/other.lang b/htdocs/langs/sk_SK/other.lang
      index 09710bcfc4d..ced342507f8 100644
      --- a/htdocs/langs/sk_SK/other.lang
      +++ b/htdocs/langs/sk_SK/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Bezpečnostný kód
       NumberingShort=N°
       Tools=Nástroje
       TMenuTools=Nástroje
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Narodeniny
       BirthdayDate=Birthday date
       DateToBirth=Dátum narodenia
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Správa o overených strane platobnej návrate
       MessageKO=Správa o zrušení strane platobnej návrate
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervencie overená
      -Notify_FICHINTER_SENTBYMAIL=Intervencie poštou
       Notify_ORDER_VALIDATE=Zákazníka overená
       Notify_ORDER_SENTBYMAIL=Zákazníka zasielaný poštou
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Dodávateľ odoslaná poštou
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Dodávateľská objednávka zaznamenaná
       Notify_ORDER_SUPPLIER_APPROVE=Dodávateľ aby schválila
       Notify_ORDER_SUPPLIER_REFUSE=Dodávateľ aby odmietol
       Notify_PROPAL_VALIDATE=Zákazník návrh overená
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Komerčné návrh zaslať poštou
       Notify_WITHDRAW_TRANSMIT=Prevodovka stiahnutiu
       Notify_WITHDRAW_CREDIT=Kreditné stiahnutiu
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Tretia strana vytvorená
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Zákazník faktúra overená
       Notify_BILL_UNVALIDATE=Zákazník faktúra unvalidated
      -Notify_BILL_PAYED=Zákazník platí faktúry
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Zákazník faktúra zrušená
       Notify_BILL_SENTBYMAIL=Zákazník faktúra zaslaná poštou
       Notify_BILL_SUPPLIER_VALIDATE=Dodávateľ faktúru overená
      -Notify_BILL_SUPPLIER_PAYED=Dodávateľ faktúru platí
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Dodávateľ faktúru poštou
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Zmluva overená
       Notify_FICHEINTER_VALIDATE=Intervencie overená
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervencie poštou
       Notify_SHIPPING_VALIDATE=Poštovné overená
       Notify_SHIPPING_SENTBYMAIL=Doručenie poštou
       Notify_MEMBER_VALIDATE=Člen overená
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Počet pripojených súborov / dokumentov
       TotalSizeOfAttachedFiles=Celková veľkosť pripojených súborov / dokumentov
       MaxSize=Maximálny rozmer
       AttachANewFile=Pripojte nový súbor / dokument
       LinkedObject=Prepojený objekt
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> je informácia v závislosti na tretích strán krajiny. <br> Napríklad pre krajiny <b>%s,</b> je to kód <b>%s.</b>
       DolibarrDemo=Dolibarr ERP / CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Zásah %s bol overený.
       EMailTextInvoiceValidated=Faktúra %s bol overený.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Návrh %s bol overený.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Aby %s bol overený.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Aby %s bol schválený %s.
       EMailTextOrderRefused=Aby %s bola zamietnutá.
       EMailTextOrderRefusedBy=Aby %s bolo odmietnuté podľa %s.
       EMailTextExpeditionValidated=Prepravné %s bol overený.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Dovoz súbor dát
       DolibarrNotification=Automatické upozornenie
       ResizeDesc=Zadajte novú šírku <b>alebo</b> výšku novej. Pomer budú uchovávané pri zmene veľkosti ...
      @@ -204,7 +212,7 @@ NewLength=Nová šírka
       NewHeight=Nová výška
       NewSizeAfterCropping=Nová veľkosť po oreze
       DefineNewAreaToPick=Definovať novú oblasť na obrázok pre jeho vyzdvihnutie (ľavým tlačidlom myši na obrázok a potom ťahajte, kým sa nedostanete na protiľahlej roh)
      -CurrentInformationOnImage=Tento nástroj bol navrhnutý tak, aby vám pomôže zmeniť veľkosť alebo orezať obrázok. To je informácia o aktuálnom editovaného obrázku
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor obrázkov
       YouReceiveMailBecauseOfNotification=Táto správa sa zobrazí, pretože Váš e-mail bol pridaný na zoznam cieľov, ktoré majú byť o jednotlivých akciách na %s %s softvéru.
       YouReceiveMailBecauseOfNotification2=Táto akcia je nasledovné:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Vývoz plocha
      diff --git a/htdocs/langs/sk_SK/projects.lang b/htdocs/langs/sk_SK/projects.lang
      index b8a08f20a35..1808a80e71b 100644
      --- a/htdocs/langs/sk_SK/projects.lang
      +++ b/htdocs/langs/sk_SK/projects.lang
      @@ -33,14 +33,14 @@ 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=Zobraziť projektu
       ShowTask=Zobraziť úloha
       SetProject=Nastavenie projektu
       NoProject=Žiadny projekt definovaný alebo vlastné
      -NbOfProjects=Nb projektov
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Čas strávený
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Zoznam obchodných návrhov spojených s projektom
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Zoznam zákaziek súvisiacich s projektom
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Zoznam výkonov spojených s projektom
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Zoznam udalostí spojených s projektom
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Prispievateľ
       SelectElement=Vyberte prvok
       AddElement=Odkaz na elementu
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Plánované zaťaženie
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Návrh
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/sl_SI/admin.lang b/htdocs/langs/sl_SI/admin.lang
      index 76304e5c2c0..75b115cfd1d 100644
      --- a/htdocs/langs/sl_SI/admin.lang
      +++ b/htdocs/langs/sl_SI/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Razvojna
       VersionUnknown=Neznana
       VersionRecommanded=Priporočena
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Rutina za shranjevanje seje
       SessionSavePath=Lokalizacija shranjevanja seje
       PurgeSessions=Odstranitev sej
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Shranitev rutine za shranjevanje seje v vašem PHP ne omogoča prikaza seznama vseh sej, ki se izvajajo.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zaklepanje novih povezav
      -ConfirmLockNewSessions=Ali zares želite omejiti vse nove Dolibarr povezave samo nase. Samo uporabnik <b>%s</b> se bo potem lahko priklopil.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Odstrani blokado povezovanja
       YourSession=Vaša seja
      -Sessions=Seje uporabnikov
      +Sessions=Users sessions
       WebUserGroup=Spletni strežnik uporabnik / skupina
      -NoSessionFound=Kaže, da vaš PHP ne dovoli prikaza seznama aktivnih sej. Mapa (<b>%s</b>), ki se uporablja za shranjevanje sej, je morda zaščitena (Na primer z OS dovoljenji ali z PHP direktivo open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Nabor znakov v bazi podatkov za shranjevanje podatkov
       DBSortingCharset=Nabor znakov v bazi podatkov za sortiranje podatkov
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Zunanji uporabnik
       InternalUsers=Interni uporabniki
       ExternalUsers=Zunanji uporabniki
       GUISetup=Prikaz
      -SetupArea=Področje nastavitev
      +SetupArea=Nastavitve
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Testiranje »upload-a« (v skladu z nastavitvami)
       IfModuleEnabled=Opomba: 'Da' velja samo, če je omogočen modul <b>%s</b>
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Koda ne sme vsebovati vrednosti 0
       DisableJavascript=Onemogoči JavaScript in Ajax funkcije (priporočeno za slepe osebe ali tekstualne brskalnike)
       UseSearchToSelectCompanyTooltip=Če je partnerjev zelo veliko (> 100 000), lahko hitrost povišate z nastavitvijo konstante SOCIETE_DONOTSEARCH_ANYWHERE na 1 v Nastavitve->Ostale nastavitve. Iskanje bo s tem omejeno na začetek niza.
       UseSearchToSelectContactTooltip=Če je partnerjev zelo veliko (> 100 000), lahko hitrost povišate z nastavitvijo konstante SOCIETE_DONOTSEARCH_ANYWHERE na 1 v Nastavitve->Ostale nastavitve. Iskanje bo s tem omejeno na začetek niza.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Število znakov za sproženje iskanja: %s ViewFullDateActions=Prikaži celotne datume aktivnosti na tretjem listu
       NotAvailableWhenAjaxDisabled=Ni na voljo, če je Ajax onemogočen
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Predogled ni na voljo
       ThemeCurrentlyActive=Trenutno aktivna tema
       CurrentTimeZone=Časovni pas PHP strežnika
       MySQLTimeZone=Časovni pas MySql (baze podatkov)
      -TZHasNoEffect=Podatkovni strežnik shranjuje in prikazuje podatke, kot da bi bili shranjeni v predloženih nizih. Časovna cona učinkuje samo, če uporabljate funkcijo UNIX_TIMESTAMP (te Dolibarr ne sme uporabljati, zato TZ baza ne bi smela imeti nmobenega učinka, tudi če se spremeni po vnosu podatkov).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Presledek
       Table=Tabela
       Fields=Polja
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktiven
       SetupShort=Nastavitve
       OtherOptions=Ostale opcije
      -OtherSetup=Ostale nastavitve
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimalno ločilo
       CurrentValueSeparatorThousand=Ločilo tisočic
       Destination=Destinacija
       IdModule=ID modula
       IdPermissions=ID dovoljenj
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Lokalizacijski parameteri
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Časovni pas klienta (uporabnika)
       ClientHour=Ura klienta (uporabnika)
       OSTZ=Časovni pas OS strežnika
      @@ -126,8 +126,8 @@ PHPTZ=Časovni pas PHP strežnika
       DaylingSavingTime=Poletni/zimski čas (uporabnik)
       CurrentHour=Ura PHP strežnika
       CurrentSessionTimeOut=Časovna omejitev trenutne seje
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Samozaznava (jezik iskalnika)
       FeatureDisabledInDemo=Funkcija onemogočena v demo različici
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Prikazani so samo elementi <a href="%s">omogočenih modulov </a>.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Nov
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, uradna tržnica za Dolibarr ERP/CRM zunanje module
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Ne shranjujte v bazi podatkov celih gesel, temveč samo
       MainDbPasswordFileConfEncrypted=Šifrirana baza podatkov v conf.php (priporočena aktivacija)
       InstrucToEncodePass=Za kodiranje gesla v datoteki <b>conf.php</b>, zamenjajte vrstico <br><b>$dolibarr_main_db_pass="...";</b><br>z<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=Za dekodiranje gesla (izbris) v datoteki <b>conf.php</b>, zamenjajte vrstico <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>z<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Zaščita generiranih pdf datotek (aktivacija ni priporočena, prekinjeno masovno generiranje pdf)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Funkcija
       DolibarrLicense=Licenca
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=Glede dokumentacije za uporabnike in razvojnike (Doc, FAQ...),<br>poglejte na Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Za vsa ostala vprašanja/pomoč lahko uporabite Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=To področje vam omogoča dostop do storitve »Dolibarr Help Support«.
      -HelpCenterDesc2=Nekateri deli te storitve so na voljo <b>samo v angleščini</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Trenutna rutina za meni
       MeasuringUnit=Merilna enota
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Čas za odobritev
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS vrata (Privzeto v php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS gostitelj (Privzeto v php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS vrata (Ni definiran v PHP na Unix ali podobnih sistemih)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS gostitelj (Ni definiran v PHP na Unix ali podobnih sistemih)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Sistematično pošilljanje skritih kopij (cc) vseh poslanih emailov za
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Načini za pošiljanje e-pošte
      -MAIN_MAIL_SMTPS_ID=SMTP ID, če je zahtevano preverjanje pristnosti
      -MAIN_MAIL_SMTPS_PW=SMTP geslo, če je zahtevano preverjanje pristnosti
      -MAIN_MAIL_EMAIL_TLS= Uporabi TLS (SSL) šifriranje
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Onemogoči vsa pošiljanja SMS (za namen testiranja ali demonstracij)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Uporabljen način pošiljanja SMS
      -MAIN_MAIL_SMS_FROM=Privzeta pošiljateljeva telefonska številka za pošiljanje SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Funkcija ni na voljo pri Unix sistemih. Preverite program za pošiljanje pošte lokalno.
      -SubmitTranslation=Če prevod v ta jezik ni narejen v celoti ali če ste v prevodu našli napake, lahko popravite datoteke v mapi <b>langs/%s</b> in pošljete vaše spremembe na www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Nastavitve modula
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Ne uporabljajte v proizvodnji
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Korak %s
      -FindPackageFromWebSite=Poiščite paket, ki omogoča funkcijo, ki jo želite (na primer na spletni strani %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Prenesite paket (na primer z uradne spletne strani %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Trenutna različica Dolibarr
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Zakasnitev predpomnilnika za izvozni odziv v sekundah (0 ali prazno pomeni, da ni predpomnilnika)
       DisableLinkToHelpCenter=Skrij link "<b>Potrebujete pomoč ali podporo</b>" na prijavni strani
       DisableLinkToHelp=Skrij povezavo do on-line pomoči "<b>%s</b>"
      -AddCRIfTooLong=Ni avtomatskega prelamljanja besedila, zato morate v predolgo vrstico, ki sega preko robu strani, vstaviti znak za novo vrstico.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimalna dolžina
       LanguageFilesCachedIntoShmopSharedMemory=Datoteke .lang naložene v spomin v skupni rabi
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Primeri pri trenutno veljavnih nastavitvah
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Seznam map z OpenDocument predlogami
       ListOfDirectoriesForModelGenODT=Seznam map, ki vsebujejo predloge v OpenDocument formatu.<br><br>Tukaj navedite celotno pot do mape.<br>Med mapami vstavite CR.<br>Mapo GED modula dodajte tukaj <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Datoteke v tej mapi morajo imeti končnico <b>.odt</b> ali <b>.ods</b>.
      -NumberOfModelFilesFound=Število ODT/ODS predlog v teh mapah
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Primeri sintakse:<br>c:\\mydir<br>/home/mydir <br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=Z dodatkom takih oznak v predlogo, boste ob kreiranju dokumenta dobili personalizirane vrednosti:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Ključi za uporabo Web storitev (parameter "dolibarrkey"
       TestSubmitForm=Vnos testnega obrazca
       ThisForceAlsoTheme=S tem upravljalnikom menija bo uporabljena tudi lastna tema po izboru uporabnika. Prav tako ta upravljalnik menijev, specializiran za pametne telefone, ne deluje na vseh pametnih telefonih. Če imate težave z vašim upravljalnikom menijev, uporabite drugega.
       ThemeDir=Mapa s preoblekami
      -ConnectionTimeout=Časovna omejitev povezave
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Časovna omejitev odziva
       SmsTestMessage=Testno sporočilo od __PHONEFROM__ za __PHONETO__
       ModuleMustBeEnabledFirst=Če potrebujete to funkcijo, morate najprej omogočiti Modul <b>%s</b>.
       SecurityToken=Ključ za šifriranje url
      -NoSmsEngine=Na voljo ni nobenega upravljalnika SMS pošiljanja. Upravljalniki SMS pošiljanja niso nameščeni z običajno distribucijo (ker so odvisni od zunanjih dobaviteljev), vendar nekatere lahko najdete na http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Nastavite lahko vsak globalne možnosti, povezanih z PDF generacije
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Pravila oblikovati naslov polja
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Skrij opis proizvoda v ustvarjenem PDF
       HideRefOnPDF=Skrij reference proizvoda v ustvarjenem PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametri za zagotovitev URL
       SecurityTokenIsUnique=Uporabite edinstven parameter securekey za vsako URL
       EnterRefToBuildUrl=Vnesite sklic za predmet %s
       GetSecuredUrl=Get izračuna URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Stara stopnja DDV
       NewVATRates=Nova stopnja DDV
       PriceBaseTypeToChange=Sprememba cen z definirano osnovno referenčno vrednostjo
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Izberi seznam
       ExtrafieldSelectList = Izberi iz tabele
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Geslo
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Poveži z objektom
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Privzeta povezava
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Pozor, ta vrednost bo morda prepisana s specifično nastavitvijo uporabnika (vsak uporabnik lahko nastavi lastno povezavo za klic s klikom)
       ExternalModule=Zunanji modul - nameščen v mapo %s
      -BarcodeInitForThirdparties=Vzpostavitev masovne črtne kode za partnerje
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Vzpostavitev ali resetiranje masovne črtne kode za proizvode in storitve
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Začetna vrednost za naslednjih %s praznih zapisov
       EraseAllCurrentBarCode=Zbrišite vse trenutne vrednosti črtnih kod
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Vse vrednosti črtnih kod so bile odstranjene
      -NoBarcodeNumberingTemplateDefined=Nobena številčna predloga črtne kode ni omogočena v mudulu za nastavitev črtnih kod.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Polje
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Uporabniki & skupine
      +Module0Name=Uporabniki & Skupine
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Partnerji
      +Module1Name=Third Parties
       Module1Desc=Upravljanje podjetij in kontaktov
       Module2Name=Komerciala
       Module2Desc=Upravljanje komerciale
       Module10Name=Računovodstvo
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Ponudbe
       Module20Desc=Upravljanje komercialnih ponudb
       Module22Name=Masovno E-pošiljanje
      @@ -511,13 +517,13 @@ Module52Desc=Upravljanje zalog proizvodov
       Module53Name=Storitve
       Module53Desc=Upravljanje storitev
       Module54Name=Pogodbe/naročnine
      -Module54Desc=Upravljanje pogodb (storitev ali ponavljajočih naročnin)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Črtne kode
       Module55Desc=Upravljanje črtnih kod
       Module56Name=Telefonija
       Module56Desc=Integracija telefonije
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=Klic s klikom
       Module58Desc=Integracija klica s klikom
       Module59Name=Vaš zaznamek
      @@ -528,45 +534,45 @@ Module75Name=Stroški in potni nalogi
       Module75Desc=Upravljanje stroškov in potnih nalogov
       Module80Name=Pošiljanja
       Module80Desc=Upravljanje pošiljanja in dobavnic
      -Module85Name=Banka in gotovina
      +Module85Name=Banks and Cash
       Module85Desc=Upravljanje bančnih in gotovinskih računov
      -Module100Name=Zunanja stran
      -Module100Desc=Vključi vsako zunanjo spletno stran v Dolibarr meni in jo prikaži v Dolibarr okvirju
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman in SPIP
       Module105Desc=Mailman ali SPIP vmesnik za modul člana
       Module200Name=LDAP
      -Module200Desc=Sinhronizacija LDAP mape
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Integracija PostNuke
       Module240Name=Izvoz podatkov
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Uvoz podatkov
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Člani
       Module310Desc=Upravljanje članov ustanove
       Module320Name=Vir RSS
       Module320Desc=Dodajanje vira RSS na prikazane Dolibarr strani
      -Module330Name=Zaznamki
      -Module330Desc=Urejanje zaznamkov
      -Module400Name=Projekti/priložnosti/možnosti
      -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=Internetni koledar
       Module410Desc=Integracija internetnega koledarja
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Posojilo
       Module520Desc=Upravljanje posojil
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donacije
       Module700Desc=Upravljanje donacij
       Module770Name=Stroškovno poročilo
      -Module770Desc=Poročilo upravljanja in stroškov povračil (prevoz, hrana, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Generiranje dokumenta za masovno pošto
       Module1780Name=Značke/kategorije
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Fck urejevalnik
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinamične cene
       Module2200Desc=Omogoči uporabo matematičnih formul za izračun cen
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Omogoči strtežnik Dolibarr SOAP, ki zagotavlja API storitve
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Omogoči strtežnik Dolibarr REST, ki zagotavlja API storitve
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Vključitev Dolibarr klienta za mrežni servis (lahko se uporablja za potisk podatkov/zahtev na zunanji strežnik. Zaenkrat so podprta samo naročila pri dobaviteljih)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Uporaba online Gravatar storitev (www.gravatar.com) za prikaz fotografij uporabnikov/članov (na osnovi njihovih emailov). Potreben je internetni dostop
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=Možnost konverzije GeoIP Maxmind
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Skupine podjetij
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Upravljanje zahtevkov za dopust
      -Module20000Desc=Določitev in sledenje zahtevkov za dopustov zaposlenih
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot ali serijska številka, upravljana po datumu prevzema in datumu prodaje
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Prodajalne
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Prodajna mesta
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Računovodstvo (napredno)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=Tiskanje IPP
      -Module54000Desc=Direktno tiskanje (brez odpiranja dokumenta) z uporabo Cups IPP vmesnika (tiskalnik mora biti viden na strežniku in nameščen mora biti CUPS ).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Izberi, oceni ali glasuj
      -Module55000Desc=Modul za izdelavo online izbora, ocenjevanja ali glasovanja (kot Doodle, Studz, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marže
       Module59000Desc=Modul za upravljanje z maržami
       Module60000Name=Provizije
       Module60000Desc=Modul za upravljanje s provizijami
      -Module62000Name=Mednarodni poslovni izraz
      -Module62000Desc=Mednarodnemu poslovnemu izrazu dodaj lastnost
      +Module62000Name=Mednarodni Poslovni Izrazi
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Viri
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Branje računov
      @@ -651,9 +661,9 @@ Permission32=Kreiranje/spreminjanje proizvodov
       Permission34=Brisanje proizvodov
       Permission36=Pregled/upravljanje skritih proizvodov
       Permission38=Izvoz proizvodov
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Brisanje projektov
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Branje intervencij
       Permission62=Kreiranje/spreminjanje intervencij
      @@ -686,7 +696,7 @@ Permission109=Brisanje pošiljk
       Permission111=Branje finančnih postavk
       Permission112=Kreiranje/spreminjanje/brisanje in primerjava transakcij
       Permission113=Nastavitve finančnih kontov (kreiranje, upravljanje kategorij)
      -Permission114=Pobotanje transkacij
      +Permission114=Reconcile transactions
       Permission115=Izvoz transakcij in računovodskih izkazov
       Permission116=Transfer med računi
       Permission117=Upravljanje pošiljanja čekov
      @@ -694,15 +704,15 @@ Permission121=Branje partnerjev, vezanih na uporabnika
       Permission122=Kreiranje/spreminjanje partnerjev, vezanih na uporabnika
       Permission125=Brisanje partnerjev, vezanih na uporabnika
       Permission126=Izvoz partnerjev
      -Permission141=Beri vse projekte in naloge (tudi zasebne, za katere jaz nisem kontaktna oseba)
      -Permission142=Ustvari/spremeni vse projekte in naloge (tudi zasebne, za katere jaz nisem kontaktna oseba)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Izbriši vse projekte in naloge (tudi zasebne, za katere jaz nisem kontaktna oseba)
       Permission146=Brisanje ponudnikov
       Permission147=Branje statistike
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Branje pogodb/naročnin
       Permission162=Kreiranje/spreminjanje pogodb/naročnin
       Permission163=Aktiviranje pogodbene storitve/naročnine
      @@ -725,7 +735,7 @@ Permission187=Zaključek naročil pri dobaviteljih
       Permission188=Preklic naročil pri dobaviteljih
       Permission192=Kreiranje vrstic
       Permission193=Preklic vrstic
      -Permission194=Branje vrstic pasovne širine
      +Permission194=Read the bandwidth lines
       Permission202=Kreiranje ADSL povezav
       Permission203=Naročanje povezovalnih naročil
       Permission204=Naročanje povezav
      @@ -750,12 +760,12 @@ Permission244=Ogled vsebine skritih kategorij
       Permission251=Branje ostalih uporabnikov ali skupin
       PermissionAdvanced251=Branje ostalih uporabnikov
       Permission252=Kreiranje/spreminjanje ostalih uporabnikov, skupin in dovoljenj
      -Permission253=Spreminjanje gesel ostalih uporabnikov
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Kreiranje/spreminjanje notranjih/zunanjih uporabnikov in dovoljenj
       Permission254=Brisanje ali onemogočenje ostalih uporabnikov
       Permission255=Kreiranje/spreminjanje lastnih uporabniških informacij
       Permission256=Spreminjanje lastnega gesla
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Branje CA
       Permission272=Branje računov
       Permission273=Izdaja računov
      @@ -765,7 +775,7 @@ Permission283=Brisanje kontaktov
       Permission286=Izvoz kontaktov
       Permission291=Branje tarif
       Permission292=Nastavitev dovoljenj za tarife
      -Permission293=Spreminjanje tarif kupcev
      +Permission293=Modify customers tariffs
       Permission300=Branje črtnih kod
       Permission301=Kreiranje/spreminjanje črtnih kod
       Permission302=Brisanje črtnih kod
      @@ -787,11 +797,9 @@ Permission401=Branje popustov
       Permission402=Kreiranje/spreminjanje popustov
       Permission403=Potrjevanje popustov
       Permission404=Brisanje popustov
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Izbris plač
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Izvoz plač
       Permission520=Branje posojil
       Permission522=Kreiranje/spreminjanje posojil
      @@ -844,8 +852,8 @@ Permission1251=Izvajanje masovnega izvoza zunanjih podatkov v bazo podatkov (nal
       Permission1321=Izvoz računov za kupce, atributov in plačil
       Permission1322=Reopen a paid bill
       Permission1421=Izvoz naročil kupcev in atributov
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Brisanje zahtevkov za dopust
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Nivo potenciala možne stranke
       DictionaryCanton=Dežela/Provinca
       DictionaryRegion=Regije
      @@ -894,7 +902,7 @@ DictionaryVAT=Stopnje DDV ali davkov
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Pogoji plačil
       DictionaryPaymentModes=Načini plačil
      -DictionaryTypeContact=Tipi kontaktov/naslovov
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ekološka taksa (WEEE)
       DictionaryPaperFormat=Formati papirja
      @@ -908,47 +916,47 @@ DictionarySource=Izvor ponudb/naročil
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modeli kontnih planov
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Predloge za elektronsko pošto
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Enote
       DictionaryProspectStatus=Status možnih strank
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Status priložnosti za projekt/možnost
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Nastavitve shranjene
       SetupNotSaved=Setup not saved
       BackToModuleList=Nazaj na seznam modulov
      -BackToDictionaryList=Nazaj na seznam slovarjev
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Upravljanje DDV
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Privzeta predlagana stopnja DDV je 0, kar se lahko uporabi za primere kot so združenja, posamezniki ali majhna podjetja.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Stopnja
       LocalTax1IsNotUsed=Ne uporabi drugega davka
      -LocalTax1IsUsedDesc=Uporabi drugo vrsto davka (poleg DDV)
      -LocalTax1IsNotUsedDesc=Ne uporabi drugih vrst davka (poleg DDV)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Druga vrsta davka
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Ne uporabi tretjega davka
      -LocalTax2IsUsedDesc=Uporabi tretjo vrsto davka (poleg DDV)
      -LocalTax2IsNotUsedDesc=Ne uporabi drugih vrst davka (poleg DDV)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tretja vrsta davka
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= RE obrestno mero za zamudne pri ustvarjanju možnosti, izdajanje računov, naročila itd sledijo aktivni standard pravilo: <br> Če se te kupec ne veljajo RE, RE privzeto = 0. Konec pravila. <br> Če je kupec opravi potem RE RE privzeto. Konec pravila. <br>
      -LocalTax1IsNotUsedDescES= Privzeto predlagani RE je 0. Konec pravila.
      -LocalTax1IsUsedExampleES= V Španiji so strokovnjaki, z nekaterimi posebnimi deli španskega IAE.
      -LocalTax1IsNotUsedExampleES= V Španiji so strokovno in družb in ob upoštevanju nekaterih odsekih španske IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= RE obrestno mero za zamudne pri ustvarjanju možnosti, izdajanje računov, naročila itd sledijo aktivni standard pravilo: <br> Če prodajalec ne veljajo IRPF, potem IRPF privzeto = 0. Konec pravila. <br> Če je prodajalec opravi IRPF nato IRPF privzeto. Konec pravila. <br>
      -LocalTax2IsNotUsedDescES= Privzeto predlagani IRPF je 0. Konec pravila.
      -LocalTax2IsUsedExampleES= V Španiji, samostojnimi in neodvisni strokovnjaki, ki opravljajo storitve in podjetja, ki so se odločili davčni sistem modulov.
      -LocalTax2IsNotUsedExampleES= V Španiji so poslovne niso predmet davčnega sistema modulov.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Privzeto predlagani RE je 0. Konec pravila.
      +LocalTax1IsUsedExampleES=V Španiji so strokovnjaki, z nekaterimi posebnimi deli španskega IAE.
      +LocalTax1IsNotUsedExampleES=V Španiji so strokovno in družb in ob upoštevanju nekaterih odsekih španske IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Privzeto predlagani IRPF je 0. Konec pravila.
      +LocalTax2IsUsedExampleES=V Španiji, samostojnimi in neodvisni strokovnjaki, ki opravljajo storitve in podjetja, ki so se odločili davčni sistem modulov.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Poročila o lokalnih davkih
       CalcLocaltax1=Prodaja - Nabava
       CalcLocaltax1Desc=Poročila o lokalnih davkih so izračunana kot razlika med nabavnimi in prodajnimi davki
      @@ -958,7 +966,8 @@ CalcLocaltax3=Prodaja
       CalcLocaltax3Desc=Poročila o lokalnih davkih so seštevek prodajnih davkov
       LabelUsedByDefault=Privzet naziv, če za kodo ne obstaja prevod
       LabelOnDocuments=Naslov na dokumentu
      -NbOfDays=Število dni
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Na koncu meseca
       CurrentNext=Current/Next
       Offset=Odmik
      @@ -984,7 +993,7 @@ DatabaseUser=Uporabnik baze podatkov
       DatabasePassword=Geslo za bazo podatkov
       Tables=Tabele
       TableName=Ime tabele
      -NbOfRecord=Število zapisov
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Tip gonilnika
       SummarySystem=Povzetek sistemskih informacij
      @@ -996,7 +1005,7 @@ Skin=Tema preobleke
       DefaultSkin=Privzeta tema preobleke
       MaxSizeList=Največja dolžina seznama
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Sporočilo dneva
       MessageLogin=Sporočilo na prijavni strani
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Stalno polje za iskanje na levem meniju
       DefaultLanguage=Privzet jezik uporabe (koda jezika)
       EnableMultilangInterface=Omogočen večjezični vmesnik
       EnableShowLogo=Prikaži logo na levem meniju
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Ime podjetja
       CompanyAddress=Naslov
       CompanyZip=Poštna številka
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Lastnik bančnega računa %s
       BankModuleNotActive=Modul za bančne račune ni omogočen
       ShowBugTrackLink=Prikaži povezavo "<strong>%s</strong>"
       Alerts=Opozorila
      -DelaysOfToleranceBeforeWarning=Toleranca zakasnitve pred opozorilom
      -DelaysOfToleranceDesc=Ta zaslon omogoča definicijo tolerance zakasnitve preden se opozorilo prikaže na zaslonu v obliki piktograma %s za vsak zakasnjen element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Toleranca zakasnitve (v dnevih) pred opozorilom na ponudbe, ki jih je treba zaključiti
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Toleranca zakasnitve (v dnevih) pred opozorilom na nefakturirane ponudbe
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Toleranca zakasnitve (v dnevih) pred opozorilom na storitve, ki jih je potrebno aktivirati
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Toleranca zakasnitve (v dnevih) pred opozorilom na potečeno storitev
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Toleranca zakasnitve (v dnevih) pred opozorilom na neplačane račune dobavitelju
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Toleranca zakasnitve (v dnevih) pred opozorilom na neplačane račune kupcev
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Toleranca zakasnitve (v dnevih) pred opozorilom na čakajočo uskladitev z banko
      -Delays_MAIN_DELAY_MEMBERS=Toleranca zakasnitve (v dnevih) pred opozorilom na zakasnitev plačila članarine
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Toleranca zakasnitve (v dnevih) pred opozorilom na potrebo po deponiranju čeka
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Ostale postavke na meniju so namenjene upravljanju opcijskih parametrov.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Dogodki v zvezi z nadzorovanjem varnosti
       Audit=Nadzor
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Tukaj lahko omogočite beleženje dnevnika Dolibarr varnostnih dogo
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Sistemske informacije so raznovrstne tehnične informacije, ki so na voljo samo v bralnem načinu in jih vidi samo administrator.
       SystemAreaForAdminOnly=To področje je na voljo samo administratorju. Nobeno od Dolibarr dovoljenj ne more spremeniti teh omejitev.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Tukaj lahko izberete parametre, ki določajo videz in vtis aplikacije Dolibarr
       AvailableModules=Available app/modules
       ToActivateModule=Za aktivacijo modula, pojdite na področje nastavitev (Domov->Nastavitve->Moduli).
       SessionTimeOut=Potečen čas seje
      -SessionExplanation=Ta številka zagotavlja, da seja nikoli ne bo potekla pred to zakasnitvijo. Vendar pa upravljanje PHP sej ne zagotavlja, da bo seja potekla po tej zakasnitvi: To se pojavi, če je zagnan sistem za čiščenje predpomnilnika sej.<br>Opomba: Brez posebej določenega sistema bo interni PHP proces pobrisal seje približno na vsakih <b>%s/%s</b> dostopov, vendar le, med dostopanjem drugih sej.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Možni prožilci
      -TriggersDesc=Prožilci so datoteke, ki spremenijo obnašanje aplikacije Dolibarr ko so skopirani v mapo <b>htdocs/includes/triggers</b>. Zaznajo nove aktivnosti, Ki so bile aktivirane z Dolibarr dogodki (kreiranje novega podjetja, potrjevanje računa, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Prožilci v tej datoteki so onemogočeni s predpono <b>-NORUN</b> v njihovem imenu.
       TriggerDisabledAsModuleDisabled=Prožilci v tej datoteki so onemogočeni, ker je onemogočen modul <b>%s</b> .
       TriggerAlwaysActive=Prožilci v tej datoteki so aktivni vedno, ne glede na aktiven Dolibarr module.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Nastavitve omejitev/natančnosti
      -LimitsDesc=Tukaj lahko definirate omejitve, natančnost in optimizacije, ki jih uporablja Dolibarr
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Največje število decimalk za ceno enote
       MAIN_MAX_DECIMALS_TOT=Največje število decimalk za končno ceno
       MAIN_MAX_DECIMALS_SHOWN=Največje število decimalk za ceno, ki so vidne na zaslonu (Dodajte <b>...</b> za to številko, če želite videti <b>...</b>, kadar je številka skrajšana za prikaz na zaslonu)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Neto cena enote proizvoda
       TotalPriceAfterRounding=Skupna cena z davkom po zaokrožitvi
       ParameterActiveForNextInputOnly=Parameter bo veljal šele pri naslednjem vnosu.
       NoEventOrNoAuditSetup=Do sedaj še ni bil zabeležen noben varnostno problematičen dogodek. To je lahko normalno, če ni vklopljen nadzor na strani "Nastavitve - Varnost - nadzor".
      -NoEventFoundWithCriteria=Noben varnostni dogodek ne obstaja glede na podane kriterije iskanja.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Glejte lokalne nastavitve za pošiljanje pošte
       BackupDesc=Za izdelavo celotne Dolibarr varnostne kopije (backup), morate:
       BackupDesc2=Shrani vsebino mape z dokumenti (<b>%s</b>), ki vsebuje vse naložene in generirane datoteke (torej vključuje vse odložene datoteke, generirane v koraku 1).
      -BackupDesc3=Shranite vsebino vaše baze podatkov (<b>%s</b>) v izpisno datoteko. Za izvedbo lahko sledite tem napotkom.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arhivsko mapo morate shraniti na varno mesto.
       BackupDescY=Generirano dump datoteko morate shraniti na varno mesto.
      -BackupPHPWarning=Varnostno kopiranje s to metodo ni zagotovljeno. Raje uporabite prejšnjo
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Za obnovitev Dolibarr varnostne kopije, morate:
      -RestoreDesc2=Arhivsko datoteko mape z dokumenti (na primer zip datoteko) razpakirajte kot drevesno strukturo map in datotek v novo Dolibarr instalacijo ali v trenutno mapo z dokumenti (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Obnovite podatke iz arhivske dump datoteke v bazo podatkov nove Dolibarr instalacije ali v bazo podatkov trenutne instalacije (<b>%s</b>). Pozor, ko je obnova končana, morate za ponovno prijavo uporabiti uporabniško ime/geslo, kakršno je veljalo v trenutku izdelave varnostne kopije. Za obnovitev varnostne kopije baze v trenutno instalacijo, lahko sledite tem napotkom.
       RestoreMySQL=Uvoz MySQL
       ForcedToByAModule= To pravilo je postavljeno v <b>%s</b> z aktivnim modulom
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Ta ukaz morate pognati iz ukazn
       YourPHPDoesNotHaveSSLSupport=SSL funkcije niso na voljo v vašem PHP
       DownloadMoreSkins=Prenos dodatnih preoblek
       SimpleNumRefModelDesc=Prikaže referenčno številko v formatu %syymm-nnnn pri čemer je YY leto, mm mesec in nnnn je zaporedje brez presledkov in brez resetiranja
      -ShowProfIdInAddress=Prikaži profesionalni ID z naslovi na dokumentih
      -ShowVATIntaInAddress=Skrij interno DDV številko pri naslovu na dokumentu
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Delni prevod
      -MAIN_DISABLE_METEO=Onemogočen vremenski prikaz
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Testna prijava na API
      -ProxyDesc=Nekatere Dolibarr funkcije za svoje delovanje potrebujejo internetni dostop. Tu lahko definirate ustrezne parametre. Če je Dolibarr strežnik za Proxy strežnikom, ti parametri povedo, kako naj Dolibarr dostopa skozenj.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Zunanji dostop
       MAIN_PROXY_USE=Uporabi proxy strežnik (drugače je dostop do interneta direkten)
       MAIN_PROXY_HOST=Ime/naslov proxy strežnika
       MAIN_PROXY_PORT=Vrata proxy strežnika
       MAIN_PROXY_USER=Uporabniško ime za uporabo proxy strežnika
       MAIN_PROXY_PASS=Geslo za uporabo proxy strežnika
      -DefineHereComplementaryAttributes=Tukaj doloćite vse atribute, ki niso na voljo kot privzeti, vendar želite da so podprti za %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Koplementarni atributi
       ExtraFieldsLines=Koplementarni atributi (postavke)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Koplementarni atributi (vrstice naročila)
       ExtraFieldsSupplierInvoicesLines=Koplementarni atributi (vrstice računi)
       ExtraFieldsThirdParties=Koplementarni atributi (partner)
      -ExtraFieldsContacts=Koplementarni atributi (kontakt/naslov)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Koplementarni atributi (član)
       ExtraFieldsMemberType=Koplementarni atributi (tip člana)
       ExtraFieldsCustomerInvoices=Koplementarni atributi (računi)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=samo alfanumerični znaki in male črke brez pr
       SendmailOptionNotComplete=Pozor, na nekaterih Linux sistemih mora za pošiljanje pošte z vašega naslova nastavitev vsebovati opcijo -ba (parameter mail.force_extra_parameters v vaši datoteki php.ini). Če nekateri prejemniki nikoli ne dobijo pošte, poskusite popraviti PHP parameter z mail.force_extra_parameters = -ba).
       PathToDocuments=Pot do dokumentov
       PathDirectory=Mapa
      -SendmailOptionMayHurtBuggedMTA=Funkcija za pošiljanje pošte z uporabo metode "PHP mail DIRECT" bo ustvarila poštno sporočilo, ki ga morda nekateri poštni strežniki ne bodo pravilno razčlenili. Posledica tega je, da nekatere pošte ne bodo mogli brati uporabniki, ki gostujejo na takih platformah. To veljalo za nekaj internetnih ponudnikov (npr.: Orange v Franciji). Problem ni v Dolibarr niti v PHP, ampak v sprejemanju poštnega strežnika. Lahko pa v nastavitvah dodate opcijo MAIN_FIX_FOR_BUGGED_MTA kot 1. v setup, da bi se temu izognili brez modifikacije Dolibarr. Vendar pa lahko pride do težav z drugimi strežniki, ki strogo spoštujejo SMTP standard. Druga rešitev (priporočena) je uporaba metode "SMTP socket knjižnice", ki nima teh slabosti.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Omogočiti morate vsaj 1 modul
      -ClassNotFoundIntoPathWarning=Ratzred %s ni najedn na poti PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Da poleti
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Shranjevanje seje kriptirano s Suhosin
       ConditionIsCurrently=Trenutni pogoj je %s
      -YouUseBestDriver=Uporabljate gonilnik %s , ki je najboljši trenutno na voljo
      -YouDoNotUseBestDriver=Uporabljate gonilnik %s, vendar je priporočen gonilnik %s.
      -NbOfProductIsLowerThanNoPb=V bazi je samo %s proizvodov/storitev. Zato ni potrebna posebna optimizacija.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Iskanje optimizacijo
      -YouHaveXProductUseSearchOptim=V baziiomate %s proizvodov. V meni Domov-Nastavitve-Ostalo morate dodati konstanto PRODUCT_DONOTSEARCH_ANYWHERE = 1 , s čimer omejite iskanje na začetek niza, kar omogoča bazi uporabo indeksov in s tem hitrejši odziv.
      -BrowserIsOK=Uporabljate spletni brskalnik %s. Ta brskalnik je ustrezen tako glede varnosti, kot glede zmogljivosti.
      -BrowserIsKO=Uporabljate spletni brskalnik %s. Ta brskalnik je slaba izbira glede varnosti, zmogljivosti in zanesljivosti. Priporočamo uporabo Firefox, Chrome, Opera ali Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=Naložen je XDebug
       XCacheInstalled=Naložen je XCache.
      -AddRefInList=Prikaz referenčnega seznama kupcev/dobaviteljev (izberite seznam ali combobox) in večine hiper povezav. Partnerji bodo prikazani z imenom "CC12345 - SC45678 - The big company coorp", namesto kot "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=%s premenjenih polj
       FillThisOnlyIfRequired=Primer: +2 (uporabite samo, če se pojavijo težave s časovno cono)
       GetBarCode=Pridobi črtno kodo
       ##### Module password generation
       PasswordGenerationStandard=Predlaga geslo, generirano glede na interni Dolibarr algoritem: 8 mest, ki vsebujejo različne številke in male črke.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Za kreiranje novega uporabnika je zahtevan EMail naslov
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Modul za nastavitve podjetij
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Predloge dokumentov
      -DocumentModelOdt=Ustvari dokumente iz predlog OpenDocuments (.ODT ali .ODS datoteke v programih OpenOffice, KOffice, TextEdit ,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vodni žig na osnutku dokumenta
       JSOnPaimentBill=Aktivacija funkcije za avtomatsko izpolnitev plačilnih vrstic na obrazcu za plačilo
      -CompanyIdProfChecker=Strokovno Id edinstven
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Izvozna povezava na <b>%s</b> format je na voljo na naslednji povezavi: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Izvozna povezava na <b>%s</b> format je na voljo na nasle
       BillsSetup=Nastavitve modula za račune
       BillsNumberingModule=Modul za številčenje računov in dobropisov
       BillsPDFModules=Modeli obrazcev računov
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Dobropis
       CreditNotes=Dobropisi
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Urejanje uporabniških imen za vse člane
       AdherentMailRequired=Za kreiranje novega člana je obvezen E-Mail
       MemberSendInformationByMailByDefault=Kontrolno polje za pošiljanje potrdil članom po pošti (potrditev ali nova naročnina) je privzeto označeno
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Nastavitve LDAP
       LDAPGlobalParameters=Globalni parametri
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test LDAP iskanja
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Test sinhronizacije ni uspel. Preveri, če je povezava s strežnikom pravilno konfigurirana in dovoljuje LDAP posodobitve
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Povezava/avtentifikacija LDAP strežnika uspešna (Strežnik=%s, Vrata=%s, Admin=%s, Geslo=%s)
      -LDAPBindKO=Povezava/avtentifikacija z LDAP strežnikom ni uspela (Strežni=%s, Vrata=%s, Admin=%s, Geslo=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Firstname Name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated acces (for a write access for example)
       PerfDolibarr=Nastavitev zmogljivosti/optimizacija poročila
      -YouMayFindPerfAdviceHere=Na tej strani najdete nekaj kontrol ali nasvetov, povezanih z zmogljivostjo.
      -NotInstalled=Ni nameščeno, zato to ni vzrok počasnosti strežnika
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Aplikativni predpomnilnik
       MemcachedNotAvailable=Ni najden aplikativni predpomnilnik. Zmogljivost lahko izboljšate z namestitvijo predpomnilniškega strežnika Memcached in modula, ki zna uporabljati ta predpomnilniški strežnik.<br>Več informacij najdete tukaj <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Vedite, da veliko gostiteljev spletnih strani ne zagotavlja takega predpomnilniškega strežnika..
       MemcachedModuleAvailableButNotSetup=Najden je predpomnilniški modul za aplikativni predpomnilnik, vendar nastavitev modula ni zaključena.
       MemcachedAvailableAndSetup=Vklopljen je predpomnilniški modul za predpomnilniški strežnik.
       OPCodeCache=OPCode predpomnilnik
      -NoOPCodeCacheFound=Ni najden OPCode predpomnilnik. Morda uporabljate drugačen OPCode predpomnilnik, kot sta XCache ali eAccelerator (v redu), morda pa nimate OPCode predpomnilnika (zelo slabo).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP predpomnilnik za statične vire (css, img, javascript)
       FilesOfTypeCached=Datoteke tipa %s so shranjene v predpomnilniku HTTP strežnika
       FilesOfTypeNotCached=Datoteke tipa %s niso shranjene v predpomnilniku HTTP strežnika
       FilesOfTypeCompressed=Datoteke tipa %s so komprimirane v HTTP strežniku
       FilesOfTypeNotCompressed=Datoteke tipa %s niso komprimirane v HTTP strežniku
       CacheByServer=Predpomnilnik v strežniku
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Predpomnilnik v brskalniku
       CompressionOfResources=Kompresija HTTP odgovorov
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Taka avtomatska zaznava ni možna v trenutnem brskalniku
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Nastavitve modula za proizvode
       ServiceSetup=Storitve modul nastavitev
       ProductServiceSetup=Izdelki in storitve moduli za nastavitev
       NumberOfProductShowInSelect=Največje število proizvodov na kombiniranih seznamih(0=brez omejitev)
      -ViewProductDescInFormAbility=Ponazoritev opisa proizvoda na obrazcu (kot pojavni opis)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Aktivacija opcije za združevanje PDF dokumenta proizvoda in PDF ponudbe azur v zavihku priložene datoteke proizvod/storitev, če je proizvod/storitev v ponudbi
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Če je število proizvodov zelo veliko (> 100 000), lahko povečate hitrost z nastavitvijo konstante PRODUCT_DONOTSEARCH_ANYWHERE na vrednost 1 v Nastavitve->Ostale nastavitve. S tem bo iskanje omejeno na začetek niza.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Privzet tip črtne kode za proizvode
       SetDefaultBarcodeTypeThirdParties=Privzet tip črtne kode za partnerje
       UseUnits=Določi mersko enoto za količino pri urejanju vrstic naročila, ponudbe ali računa
      @@ -1503,7 +1516,7 @@ SendingsSetup=Nastavitev modula za pošiljanje
       SendingsReceiptModel=Obrazci odpremnic
       SendingsNumberingModules=Moduli za številčenje pošiljk
       SendingsAbility=Podpora poslanih dokumentov za dobavo kupcem
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Prosti tekst na pošiljkah
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Modul za številčenje dobavnic
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Napredni urejevalnik
       ActivateFCKeditor=Aktiviranje FCKeditor za:
       FCKeditorForCompany=WYSIWIG kreiranje/urejanje opisa podjetij in opomb
       FCKeditorForProduct=WYSIWIG kreiranje/urejanje opisa proizvodov/storitev in opomb
      -FCKeditorForProductDetails=WYSIWIG kreiranje/urejanje vrstic za podrobnosti za vse entitete (ponudbe, naročila, računi, itd...). <font class="warning">Opozorilo: Uporaba te opcije resnično ni priporočljiva, ker lahko povzroči težave s posebnimi znaki in formatiranjem strani PDF datotek.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG kreiranje/urejanje pošte
       FCKeditorForUserSignature=WYSIWIG kreiranje/urejanje podpisa uporabnika
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Povezava je uspela, vendar baza podatkov ne izgleda kot OSCommerce baza podatkov (Ključ %s ni bil najden v tabeli %s).
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
       OSCommerceTestOk=Povezava s strežnikom '%s' na bazo podatkov '%s' uporabnika '%s' je bila uspešna.
      -OSCommerceTestKo1=Povezava s strežnikom '%s' je bila uspešna, vendar baza podatkov '%s' ni dosegljiva.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Povezava s strežnikom '%s' uporabnika '%s' ni uspela.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Če uporabljate prodajni modul (privzeti POS modul ali drug zunanji modul), bo vaš Point Of Sale modul morda ignoriral to nastavitev. Večina prodajnih modulov privzeto takoj ustvari račun in zmanjša zalogo ne glede na opcijo, ki je tukaj izbrana. Če torej želite ali ne želite zmanjšati zalogo ob prodaji preko prodajnega modula, preverite tudi nastavitve vašega prodajnega modula.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Izbrisan meni
       Menus=Meniji
      @@ -1548,7 +1561,7 @@ DetailRight=Pogoj za prikaz neavtoriziranih zatemnitev menija
       DetailLangs=Ime jezikovne datoteke za prevod nazivnih kot
       DetailUser=Interni / zunanji / vsi
       Target=Za
      -DetailTarget=Cilj za link (_prazen vrh odpre novo okno)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivo (-1:zgornji meni, 0:meni v glavi, >0 meni in podmeni)
       ModifMenu=Sprememba menija
       DeleteMenu=Izbris menijskega vnosa
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=DDV zapade:<br>- ob dobavi/plačilu blaga<br>- ob plačilu
       OptionVatDebitOptionDesc=DDV zapade:<br>- ob dobavi/plačilu blaga<br>- ob računu (zapadlosti) za storitev
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Privzeta zapadlost DDV glede na izbrano opcijo:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Ob dobavi
       OnPayment=Ob plačilu
       OnInvoice=Ob izdaji računa
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Računovodska koda nabave
       AgendaSetup=Nastavitev modula za aktivnosti in dnevni red
       PasswordTogetVCalExport=Ključ za avtorizacijo izvoznega linka
       PastDelayVCalExport=Ne izvažaj dogodekov, starejših od
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Avtomatsko nastavi ta tip aktivnosti v iskalni filter v pogledu dnevnega reda
      -AGENDA_DEFAULT_FILTER_STATUS=Avtomatsko nastavi ta status aktivnosti v iskalni filter v pogledu dnevnega reda
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Kateri zavihek naj se privzeto odpre ko izberete meni Dnevni red
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Nastavitve modula za klicanje s klikom
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Prodajalna
       CashDeskSetup=Nastavitev modula za prodajalno
      -CashDeskThirdPartyForSell=Privzet generični partner, ki se uporabi za prodajo
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Račun, ki se uporabi za prejem gotovinskih plačil
       CashDeskBankAccountForCheque= Račun, ki se uporabi za prejem plačil s čeki
       CashDeskBankAccountForCB= Račun, ki se uporabi za prejem plačil s kreditnimi karticami
      -CashDeskDoNotDecreaseStock=Onemogoči zmanjšanje zaloge pri prodaji preko POS (če označite "ne", se zaloga zmanjša za vsako prodajo iz POS, ne glede na nastavljeno opcijo v modulu Zaloge).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Prisilite ali blokirajte skladišče, uporabljeno za zmanjšanje zalog
      -StockDecreaseForPointOfSaleDisabled=Onemogočeno zmanjševanje zaloge s prodajnega mesta POS
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Zmanjšanje zaloge v POS ni kompatibilno z upravljanjem lotov
      -CashDeskYouDidNotDisableStockDecease=Niste omogočili zmanjšanje zaloge ob prodaji na prodajnem mestu POS. Potrebno je skladišče.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Nastavitev modula za zaznamke
      -BookmarkDesc=Ta modul omogoča upravljanje z zaznamki. Lahko tudi dodate bližnjice na katerokoli Dolibarr stran ali zunanjo web stran na vašem levem meniju.
      +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.
       NbOfBoomarkToShow=Največje število zaznamkov za prikaz v levem meniju
       ##### WebServices #####
       WebServicesSetup=Nastavitev modula za spletne storitve
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Nastavitev modula za več podjetij
       ##### Suppliers #####
       SuppliersSetup=Nastavitev modula za dobavitelje
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Modeli številčenja računov dobaviteljev
       IfSetToYesDontForgetPermission=Če je nastavljeno na "da", ne pozabite zagotoviti dovoljenj skupinam ali uporabnikom za drugo odobritev
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Nastavitve modula za projekte
       ProjectsModelModule=Vzorec dokumenta poročila o projektih
       TasksNumberingModules=Moduli za številčenje nalog
       TaskModelModule=Modeli obrazcev poročil o nalogah
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Opcijo za EMail obvestila
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=Seznam fiksnih obvestil
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Prag
       BackupDumpWizard=Čarovnik za ustvarjanje datoteke z varnostnimi kopijami podatkovnih baz
       SomethingMakeInstallFromWebNotPossible=Instalacija eksternega modula s spletnega vmesnika ni možna zaradi naslednjega razloga:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Instalacijo zunanjega modula iz aplika
       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=Osvetli vrstice tabele, preko katerih je šla miška
       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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Barva ozadja za sode vrstice tabele
       MinimumNoticePeriod=Minimalni rok za obvestilo (Vaš zahtevek za odsotnost mora biti podan pred tem rokom)
       NbAddedAutomatically=Število dodanih dni pri števcu uporabnikov (avtomatsko) vsak mesec
       EnterAnyCode=To polje vsebuje referenco identifikacijske vrstice. Vnesite poljubno vrednost, vendar brez posebnih znakov.
      -UnicodeCurrency=Med oklepaja vnesite seznam bitnih števil, ki določajo valutni simbol. Na primer: za $, vnesite [36] - za brazilski real R$ [82,36] - za €, vnesite [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Položaj vrstice v kombiniranih seznamih
       SellTaxRate=Stopnja prodajnega davka
       RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
       UrlTrackingDesc=Če prevoznik ponuja povezavo ali spletno stran za kontrolo statusa vaše pošiljke, lahko vstopite tukaj. Lahko uporabite kodo {TRACKID} v URL parametrih, tako da jo bo sistem nadomestil s sledilno številko, ki jo uporabnik vnese v kartico pošiljke.
      -OpportunityPercent=Ko kreirate priložnost, določite oceno vrednosti projekta/možnosti. Glede na status priložnosti lahko to vrednost pomnožite s to stopnjo za oceno globalne vrednosti vaših priložnosti. Vrednost je procent (med 0 in 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=Ta podatek v predlogi je namenjen kateremu elementu
       TypeOfTemplate=Vrsta predloge
      -TemplateIsVisibleByOwnerOnly=Predloga je vidna samo lastniku
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Fiksiranje časovne cone
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sl_SI/companies.lang b/htdocs/langs/sl_SI/companies.lang
      index a8670fb6d16..5cab879e6fa 100644
      --- a/htdocs/langs/sl_SI/companies.lang
      +++ b/htdocs/langs/sl_SI/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Izberite partnerja
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Izbrišite kontakt
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Nov partner
      -MenuNewCustomer=Nov kupec
      -MenuNewProspect=Nova možna stranka
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nov posameznik
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Ustvari partnerja
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kontakt pri partnerju
       Company=Podjetje
       CompanyName=Ime podjetja
       AliasNames=Drugo ime (komercialno, blagovna znamka, ...)
      -AliasNameShort=Drugo ime
      +AliasNameShort=Alias Name
       Companies=Podjetja
      -CountryIsInEEC=Država je članica Evropske Unije
      -ThirdPartyName=Ime partnerja
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Partnerji
      -ThirdParties=Partnerji
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Možne stranke
       ThirdPartyProspectsStats=Možne stranke
       ThirdPartyCustomers=Kupci
       ThirdPartyCustomersStats=Kupci
       ThirdPartyCustomersWithIdProf12=Kupci z %s ali %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Vrsta partnerja
      +ThirdPartyType=Type of company
       Individual=Posameznik
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Lastniško podjetje
       Subsidiaries=Podružnice
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Poštna številka
       Town=Mesto
       Web=Spletna stran
       Poste= Položaj
      -DefaultLang=Privzet jezik
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Ponudbe
      @@ -258,7 +258,7 @@ ProfId1DZ==
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Ime zavezanca veljavno
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Temu kupcu pripada popust v višini <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Ta kupec nima odobrenega relativnega popusta
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Ta kupec ima dobropis ali depozit v višini <b>%s %s</b>
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Brez popusta
      -Supplier=Dobavitelj
      +Supplier=Vendor
       AddContact=Ustvari kntakt
       AddContactAddress=Ustvari naslov
       EditContact=Uredi osebo / naslov
      @@ -303,22 +303,22 @@ AddThirdParty=Ustvari partnerja
       DeleteACompany=Izbriši podjetje
       PersonalInformations=Osebni podatki
       AccountancyCode=Računovodstvo račun
      -CustomerCode=Koda kupca
      -SupplierCode=Vendor code
      -CustomerCodeShort=Koda kupca
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Edinstvena koda kupca
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Obvezno, če je partner kupec ali možna stranka
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Kontrola veljavnosti z modulom
      -ThisIsModuleRules=To so pravila za ta modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Možna stranka v kontakt
       CompanyDeleted=Podjetje "%s" izbrisano iz baze.
       ListOfContacts=Seznam kontaktov
      -ListOfContactsAddresses=Seznam kontaktov/naslovov
      -ListOfThirdParties=Seznam partnerjev
      -ShowCompany=Show third party
      +ListOfContactsAddresses=Seznam kontaktov
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Pokaži kontakt
       ContactsAllShort=Vsi (brez filtra)
       ContactType=Vrsta kontakta
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ta kontakt ni pravi za komercialne ponudbe
       NoContactForAnyContract=Ta kontakt ni pravi za pogodbe
       NoContactForAnyInvoice=Ta kontakt ni pravi za račune
       NewContact=Nov kontakt
      -NewContactAddress=Nov kontakt/naslov
      +NewContactAddress=New Contact/Address
       MyContacts=Moji kontakti
       Capital=Kapital
       CapitalOf=Kapital %s
       EditCompany=Uredi podjetje
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kontrola
      -VATIntraCheckDesc=Povezava <b>%s</b> omogoča poizvedbo v evropskem sistemu za kontrolo DDV številk. Za delovanje te storitve mora imeti strežnik zunanji internetni dostop.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Kontrola davčne številke na strani Evropske komisije
      -VATIntraManualCheck=Preverite lahko tudi ročno na Evropski internetni strani <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Kontrola ni možna. Država članica ne zagotavlja storitve poizvedbe (%s).
      -NorProspectNorCustomer=Niti možna stranka, niti kupec
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Osebje
       ProspectLevelShort=Potencial
       ProspectLevel=Potencial možne stranke
      @@ -387,12 +387,12 @@ ExportCardToFormat=Izvoz podatkov v formatu
       ContactNotLinkedToCompany=Kontakt ni povezan z nobenim partnerjem
       DolibarrLogin=Uporabniško ime za Dolibarr
       NoDolibarrAccess=Nima dostopa v Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakti in lastništvo
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Cenovni nivo
       DeliveryAddress=Naslov za dostavo
       AddAddress=Dodaj naslov
      @@ -402,16 +402,16 @@ DeleteFile=Izbriši datoteko
       ConfirmDeleteFile=Ali zares želite izbrisati to datoteko?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizacija
      -FiscalYearInformation=Informacije o fiskalnem letu
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Začetni mesec fiskalnega leta
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Seznam možnih strank
      -ListCustomersShort=Seznam kupcev
      -ThirdPartiesArea=Področje partnerjev in kontaktov
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Skupno število partnerjev
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Odprt
       ActivityCeased=Neaktiven
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Trenutni neplačan račun
       OutstandingBill=Max. za neplačan račun
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Koda kupca / dobavitelja po želji. Lahko jo kadarkoli spremenite.
       ManagingDirectors=Ime direktorja(ev) (CEO, direktor, predsednik...)
       MergeOriginThirdparty=Podvojen partner (partner, ki ga želite zbrisati)
       MergeThirdparties=Združi partnerje
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sl_SI/errors.lang b/htdocs/langs/sl_SI/errors.lang
      index 106c288072c..c2ce303e2ee 100644
      --- a/htdocs/langs/sl_SI/errors.lang
      +++ b/htdocs/langs/sl_SI/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Vrednost '%s &quot;je napačen zapis datuma
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Napaka pri pisanju v mapo %s
       ErrorFoundBadEmailInFile=Napačna email sintaksa v vrstici %s v datoteki (naprimer vrstica %s z emailom=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Nekatera zahtevana polja niso izpolnjena.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Kreiranje mape ni uspelo. Preverite, če ima uporabnik internetne strani dovoljenje za pisanje v mapo z Dolibarr dokumenti. Če je parameter <b>safe_mode</b> v tem PHP omogočen, preverite če je lastnik Dolibarr php datotek uporabnik web strežnika (ali skupina).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Polje <b>%s</b> ne sme vsebovati posebnih znakov.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Ni aktiviran računovodski modul
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP združevanje ni popolno.
       ErrorLDAPMakeManualTest=Datoteka .ldif je bila ustvarjena v mapi %s. Poskusite jo naložiti ročno preko ukazne vrstice, da bi dobili več podatkov o napaki.
      -ErrorCantSaveADoneUserWithZeroPercentage=Ni možno shraniti aktivnosti "statut not started" če je tudi polje "done by" izpolnjeno.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Referenca, uporabljena za kreiranje, že obstaja.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript ne sme biti izklopljen, če želite da ta funkcija deluje. Javascript vklopite/izklopite v meniju Domov->Nastavitve->Prikaz.
       ErrorPasswordsMustMatch=Obe vneseni gesli se morata ujemati
      -ErrorContactEMail=Prišlo je do tehnične napake. Prosimo, obrnite se na administratorja na naslednji Email <b>%s</b> in mu sporočite kodo napake <b>%s</b>, Še bolje pa je, če priložite kopijo strani z napako.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Napačna vrednost v polju številka <b>%s</b> (vrednost '<b>%s</b>' ne ustreza pravilu <b>%s</b>)
       ErrorFieldValueNotIn=Napačna vrednost v polju številka<b>%s</b> (vrednost '<b>%s</b>' ni vrednost, ki je na voljo v polju <b>%s</b> tabele <b>%s</b>)
       ErrorFieldRefNotIn=Napačna vrednost za <b>%s</b> številka polja (Vrednost <b>'%s</b> &quot;ni <b>%s</b> obstoječe ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivirusni program ni mogel potrditi datoteke (da
       ErrorSpecialCharNotAllowedForField=Posebni znaki niso dovoljeni v polju "%s"
       ErrorNumRefModel=V bazi podatkov obstaja referenca (%s), ki ni kompatibilna s tem pravilom za številčenje. Odstranite zapis ali preimenujte referenco za aktivacijo tega modula.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Napaka na maski
       ErrorBadMaskFailedToLocatePosOfSequence=Napaka, maska je brez zaporedne številke
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Napaka, napačna resetirana vrednost
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Napaka. Izberite vsaj en vnos.
      -ErrorDeleteNotPossibleLineIsConsolidated=Brisanje ni možno, ker je zapis vezan na posredovano bančno transakcijo
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s je dodeljen v drugo tretjo
       ErrorFailedToSendPassword=Ni bilo mogoče poslati gesla
       ErrorFailedToLoadRSSFile=Ne Knjiga. Poskusite dodati stalno MAIN_SIMPLEXMLLOAD_DEBUG sporočila o napakah, če ne zagotavlja dovolj informacij.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Uporabnik s prijavo <b>%s</b> ni bilo mogoče najti.
       ErrorLoginHasNoEmail=Ta uporabnik nima e-poštni naslov. Obdelati prekinjena.
       ErrorBadValueForCode=Slaba vrednost za varnostno kodo. Poskusite znova z novo vrednost ...
       ErrorBothFieldCantBeNegative=Polja %s in %s ne more biti tako negativna
      +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=Uporabniški račun <b>%s</b> uporablja za izvedbo spletni strežnik nima dovoljenja za to
       ErrorNoActivatedBarcode=Noben tip črtne kode ni aktiviran
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Zaznamek s tem imenom ali tem ciljem (URL) že obst
       WarningPassIsEmpty=Pozor, geslo za bazo podatkov je prazno. To lahko pomeni varnostno luknjo. Zato morate dodati geslo v vašo bazo podatkov in spremeniti datoteko conf.php.
       WarningConfFileMustBeReadOnly=Pozor, vašo konfiguracijsko datoteko (<b>htdocs/conf/conf.php</b>) lahko prepiše web strežnik. To je resna varnostna luknja. Spremenite dovoljenja datoteke, da bo za uporabnika web strežnika možno samo branje. Če uporabljate Windows in FAT format diska, morate vedeti, da ta datotečni sistem ne omogoča dodajanja dovoljenj datotekam, zato ne more biti povsem varen.
       WarningsOnXLines=Opozorilo na <b>%s</b> vrstice izvorne kode
      -WarningNoDocumentModelActivated=Noben model za ustvarjanje dokumentov ni aktiviran. Dokler ne preverite nastavitve modula, bo uporabljen privzet model.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=Vsi varnostni opozorila (vidna le uporabniki admin) ostane aktiven, dokler je prisotna ranljivost (ali stalno MAIN_REMOVE_INSTALL_WARNING se doda v Setup-> druge nastavitve).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sl_SI/interventions.lang b/htdocs/langs/sl_SI/interventions.lang
      index 4ba92fc20da..b84f1fbf63d 100644
      --- a/htdocs/langs/sl_SI/interventions.lang
      +++ b/htdocs/langs/sl_SI/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencije
       InterventionCard=Kartica intervencije
       NewIntervention=Nova intervencija
       AddIntervention=Dodaj intervencijo
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Seznam intervencij
       ActionsOnFicheInter=Aktivnost na intervenciji
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/sl_SI/main.lang b/htdocs/langs/sl_SI/main.lang
      index 2096075a64e..cc17ea4654f 100644
      --- a/htdocs/langs/sl_SI/main.lang
      +++ b/htdocs/langs/sl_SI/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Napaka pri pošiljanju E-maila (pošiljatelj=%s, prejemnik
       ErrorFileNotUploaded=Datoteka ni bila naložena. Preverite, če velikost ne presega omejitve, če je na disku dovolj prostora ali če datoteka z istim imenom že obstaja v tej mapi.
       ErrorInternalErrorDetected=Zaznana napaka
       ErrorWrongHostParameter=Napačen parameter gostitelja
      -ErrorYourCountryIsNotDefined=Vaša država ni definirana. Pojdite na Domov-Nastavitve-Urejanje in ponovno pošljite obrazec.
      -ErrorRecordIsUsedByChild=Brisanje zapisa ni uspelo. Ta zapis uporablja vsaj en odvisni zapis.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Napačna vrednost
       ErrorWrongValueForParameterX=Napačna vrednost parametra %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Storitev trenutno ni na voljo. Ponovno poskusite kasneje.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Podvojena vrednost v enoličnem polju
      -ErrorSomeErrorWereFoundRollbackIsDone=Najdenih je bilo nekaj napak. Spremembe so razveljavljene.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> ni definiran v Dolibarr konfiguracijski datoteki <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Napaka pri iskanju uporabnika <b>%s</b> v Dolibarr bazi podatkov.
       ErrorNoVATRateDefinedForSellerCountry=Napaka, za državo '%s' niso definirane davčna stopnje.
       ErrorNoSocialContributionForSellerCountry=Napaka, za državo '%s' niso definirane stopnje socialnega/fiskalnega davka.
       ErrorFailedToSaveFile=Napaka, datoteka ni bila shranjena.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Nimate dovoljenja za to.
       SetDate=Nastavi datum
       SelectDate=Izberi datum
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Datoteka je bila uspešno naložena
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Izbrana je bila datoteka za prilogo, vendar še ni dodana. Kliknite na "Pripni datoteko".
      -NbOfEntries=Število vpisov
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Preberite pomoč
       RecordSaved=Zapis je shranjen
      @@ -94,7 +94,7 @@ Undefined=Nedefinirano
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Glejte zgoraj
      -HomeArea=Domače področje
      +HomeArea=Domov
       LastConnexion=Latest connection
       PreviousConnexion=Prejšnja prijava
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Zaključen
       Closed2=Zaključen
       NotClosed=Not closed
       Enabled=Omogočen
      +Enable=Omogočeno
       Deprecated=Nasprotovanje
       Disable=Onemogoči
       Disabled=Onemogočen
      @@ -153,7 +154,7 @@ Update=Posodobi
       Close=Zapri
       CloseBox=Remove widget from your dashboard
       Confirm=Potrdi
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Briši
       Remove=Odstrani
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopiraj
       Paste=Prilepi
       Default=Privzeto
       DefaultValue=Privzeta vrednost
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Cena
       PriceCurrency=Price (currency)
       UnitPrice=Cena enote
      @@ -347,7 +348,7 @@ AmountTTCShort=Znesek (z DDV)
       AmountHT=Znesek (neto)
       AmountTTC=Znesek (z DDV)
       AmountVAT=Znesek DDV
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Ni na voljo
       ActionRunningNotStarted=Nezačete
       ActionRunningShort=In progress
       ActionDoneShort=Končane
      -ActionUncomplete=Nepopolno
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Ustvari
       Duration=Trajanje
       TotalDuration=Skupno trajanje
       Summary=Povzetek
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Na voljo
       NotYetAvailable=Še ni na voljo
      @@ -468,7 +469,7 @@ and=in
       or=ali
       Other=ostalo
       Others=Ostali
      -OtherInformations=Ostale informacije
      +OtherInformations=Other information
       Quantity=Količina
       Qty=Kol.
       ChangedBy=Spremenil
      @@ -506,7 +507,7 @@ None=Nič
       NoneF=Nič
       NoneOrSeveral=None or several
       Late=Prekoračeno
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Slika
       Photos=Slike
      @@ -530,18 +531,6 @@ September=September
       October=Oktober
       November=November
       December=December
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Maj
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
       Month01=januar
       Month02=februar
       Month03=marec
      @@ -646,6 +635,8 @@ SendMail=Pošlji e-pošto
       EMail=E-pošta
       NoEMail=Ni email-a
       Email=E-pošta
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Ni mobilnega telefona
       Owner=Lastnik
       FollowingConstantsWillBeSubstituted=Naslednje konstante bodo zamenjane z ustrezno vrednostjo.
      @@ -677,7 +668,7 @@ NeverReceived=Nikoli prejeto
       Canceled=Preklicano
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Barva
       Documents=Povezane datoteke
       Documents2=Dokumenti
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Prikaži komande s skritim geslom
       UnHidePassword=Prikaži resnične komande z vidnim geslom
       Root=Koren
      -Informations=Informacije
      +Informations=Informacija
       Page=Stran
       Notes=Opombe
       AddNewLine=Dodaj novo vrstico
      @@ -716,15 +707,15 @@ Merge=Spoji
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Prikaži stran za izpis področja z osnovno vsebino
       MenuManager=Upravljalnik menija
      -WarningYouAreInMaintenanceMode=Pozor, ste v vzdrževalnem načinu, zato je trenutno samo prijavljenemu <b>%s</b> dovoljena uporaba aplikacije.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Sistemska napaka
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditna kartica
       ValidatePayment=Potrdi plačilo
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Polja z <b>%s</b> so obvezna
      -FieldsWithIsForPublic=Polja z <b>%s</b> so prikazana na javnem seznamu članov. Če tega ne želite, označite okvir "public".
      -AccordingToGeoIPDatabase=(V skladu s  GeoIP pretvorbo)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Vrstica
       NotSupported=Ni podprto
       RequiredField=Zahtevano polje
      @@ -732,6 +723,8 @@ Result=Rezultat
       ToTest=Test
       ValidateBefore=Pred uporabo te funkcije mora biti kartica potrjena
       Visibility=Vidnost
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privatno
       Hidden=Skrito
       Resources=Viri
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=Povezava do naročila
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Ustvarite osnutek
       SetToDraft=Nazaj na osnutek
       ClickToEdit=Kliknite za urejanje
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Po dnevih
       BySalesRepresentative=Z prodajni predstavnik
       LinkedToSpecificUsers=Povezano z določenim kontaktom uporabnika
       NoResults=Ni rezultata
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Sistemska orodja
       ModulesSystemTools=Orodja za module
       Test=Test
       Element=Element
       NoPhotoYet=Slik še ni na voljo
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Odbiten
       from=od
       toward=proti
      @@ -802,7 +797,7 @@ PrintFile=Natisni datoteko %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Prikaži intervencijo
       ShowContract=Prikaži pogodbo
      -GoIntoSetupToChangeLogo=Pojdite na Domov - Nastavitve - Podjetje za spremembo logotipa oz. na Domov - Nastavitve - Prikaz za njegovo skritje.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Zavrni
       Denied=Zavrnjen
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=S spoštovanjem
       DeleteLine=Izbriši vrstico
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Klasificiraj kot fakturirano
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Koledar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Dogodki
      -EMailTemplates=Predloge za elektronsko pošto
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekti
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Dovoljenja
       LineNb=Line no.
       IncotermLabel=Mednarodni Poslovni Izrazi
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Ponedeljek
       Tuesday=Torek
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervencije
       SearchIntoContracts=Pogodbe
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Stroškovna poročila
      -SearchIntoLeaves=Dopusti
      +SearchIntoLeaves=Leave
       CommentLink=Komentarji
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Projekti v skupni rabi
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Se nanaša na
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/sl_SI/other.lang b/htdocs/langs/sl_SI/other.lang
      index 10def3b52ed..8c568fd362c 100644
      --- a/htdocs/langs/sl_SI/other.lang
      +++ b/htdocs/langs/sl_SI/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Varnostna koda
       NumberingShort=N°
       Tools=Orodja
       TMenuTools=Orodja
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Rojstni dan
       BirthdayDate=Birthday date
       DateToBirth=Datum rojstva
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Sporočilo na strani za potrditev plačila
       MessageKO=Sporočilo na strani za preklic plačila
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Potrjena intervencija
      -Notify_FICHINTER_SENTBYMAIL=Intervencija poslana po EMailu
       Notify_ORDER_VALIDATE=Potrjeno naročilo kupca
       Notify_ORDER_SENTBYMAIL=Naročilo po e-pošti
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Naročilo pri dobavitelju poslano po pošti
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Naročilo pri dobavitelju je shranjeno
       Notify_ORDER_SUPPLIER_APPROVE=Odobreno naročilo pri dobavitelju
       Notify_ORDER_SUPPLIER_REFUSE=Zavrnjeno naročilo pri dobavitelju
       Notify_PROPAL_VALIDATE=Potrjena ponudba kupcu
      -Notify_PROPAL_CLOSE_SIGNED=Ponudba kupcu zaključena s podpisom
      -Notify_PROPAL_CLOSE_REFUSED=Ponudba kupcu zaključena z zavrnitvijo
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Komercialna ponudba poslana po e-pošti
       Notify_WITHDRAW_TRANSMIT=Nakazilo prenosa
       Notify_WITHDRAW_CREDIT=Nakazilo kredita
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Ustvarjen partner
       Notify_COMPANY_SENTBYMAIL=Pošta poslana s kartice partnerja
       Notify_BILL_VALIDATE=Potrjen račun
       Notify_BILL_UNVALIDATE=Račun za kupca ni potrjen
      -Notify_BILL_PAYED=Plačan račun kupca
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Preklican račun kupca
       Notify_BILL_SENTBYMAIL=Račun poslan po e-pošti
       Notify_BILL_SUPPLIER_VALIDATE=Potrjen račun dobavitelja
      -Notify_BILL_SUPPLIER_PAYED=Plačan račun dobavitelja
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Račun dobavitelja poslan po pošti
       Notify_BILL_SUPPLIER_CANCELED=Preklican račun dobavitelja
       Notify_CONTRACT_VALIDATE=Potrjena pogodba
       Notify_FICHEINTER_VALIDATE=Potrjena intervencija
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervencija poslana po EMailu
       Notify_SHIPPING_VALIDATE=Potrjena odprema
       Notify_SHIPPING_SENTBYMAIL=Pošiljka poslana po pošti
       Notify_MEMBER_VALIDATE=Potrjeno članstvo
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Ustvarjanje projekta
       Notify_TASK_CREATE=Ustvarjena naloga
       Notify_TASK_MODIFY=Spremenjena naloga
       Notify_TASK_DELETE=Izbrisana naloga
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Glejte nastavitev modula %s
       NbOfAttachedFiles=Število pripetih datotek/dokumentov
       TotalSizeOfAttachedFiles=Skupna velikost pripetih datotek/dokumentov
       MaxSize=Največja velikost
       AttachANewFile=Pripni novo datoteko/dokument
       LinkedObject=Povezani objekti
      -NbOfActiveNotifications=Število obvestil (število emailov prejemnika)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> je informacija, odvisna od države partnerja.<br>Na primer za državo <b>%s</b>, je koda <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Potrjena intervencija %s
       EMailTextInvoiceValidated=Potrjen račun %s
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Potrjena ponudba %s
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Potrjeno naročilo %s
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Naročilo %s odobril %s
       EMailTextOrderRefused=Zavrnjeno naročilo %s
       EMailTextOrderRefusedBy=Naročilo %s zavrnil %s
       EMailTextExpeditionValidated=Odprema %s je bila potrjena
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Nabor podatkov za uvoz
       DolibarrNotification=Avtomatsko obvestilo
       ResizeDesc=Vnesite novo širino <b>ALI</b> novo višino. Razmerje se bo med spreminjanjem velikosti ohranilo...
      @@ -204,7 +212,7 @@ NewLength=Nova širina
       NewHeight=Nova višina
       NewSizeAfterCropping=Nova velikost po obrezovanju
       DefineNewAreaToPick=Določitev novega območja na sliki za pobiranje (levi klik na sliko in vleka kurzorja do nasprotnega vogala)
      -CurrentInformationOnImage=To orodje je namenjeno spreminjanju velikosti ali obrezovanju slike. To je informacija o trenutni sliki
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Obdelovalnik slik
       YouReceiveMailBecauseOfNotification=To sporočilo ste prejeli, ker je bil vaš email dodan na seznam interesentov za določene dogodke v program %s od %s.
       YouReceiveMailBecauseOfNotification2=Ta dogodek je naslednji:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Področje izvoza
      diff --git a/htdocs/langs/sl_SI/projects.lang b/htdocs/langs/sl_SI/projects.lang
      index ae4e29c5d25..6ffd6e33875 100644
      --- a/htdocs/langs/sl_SI/projects.lang
      +++ b/htdocs/langs/sl_SI/projects.lang
      @@ -33,14 +33,14 @@ 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=Prikaži projekt
       ShowTask=Prikaži naloge
       SetProject=Nastavi projekt
       NoProject=Nimate definiranega ali lastnega projekta
      -NbOfProjects=Število projektov
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Porabljen čas
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Seznam komercialnih ponudb, povezanih s projektom
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Seznam pogodb, povezanih s projektom
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Seznam intervencij, povezanih s projektom
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Seznam aktivnosti, povezanih s projektom
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Sodelavec
       SelectElement=Izberi element
       AddElement=Povezava do elementa
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planirana delovna obremenitev
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Ponudba
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/sq_AL/admin.lang b/htdocs/langs/sq_AL/admin.lang
      index 8ab02d9028d..224091ca45b 100644
      --- a/htdocs/langs/sq_AL/admin.lang
      +++ b/htdocs/langs/sq_AL/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=spastro lidhjet
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Sesioni juaj
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Përdorues i jashtëm
       InternalUsers=Përdorues të brendshëm
       ExternalUsers=Përdorues të jashtëm
       GUISetup=Shfaq
      -SetupArea=Setup area
      +SetupArea=Konfiguro
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=E padisponueshme ku Ajax është i çaktivizuar
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Tabelë
       Fields=Fushat
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Aktiv
       SetupShort=Konfiguro
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parametër %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Brezi orar (pёrdorues)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=I lire
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Bli / Shkarko
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Konfigurimi i email
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Pёrdor TLS(SSL) enkripto
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Konfigurimi i modulit
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Versioni aktual i Dolibarr
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Versioni i fundit stabёl
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Gjatёsia minimale
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Fjalëkalimi
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barkod
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=Sinkronizimi LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Integrimi PostNuke
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Dhurimet
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=Editor WYSIWYG
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=Klient FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Krijo Linja
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Lexo CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=Shteti/Provinca
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Serveri
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Adresa
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sq_AL/companies.lang b/htdocs/langs/sq_AL/companies.lang
      index 943f8dc2a0f..175f44342f2 100644
      --- a/htdocs/langs/sq_AL/companies.lang
      +++ b/htdocs/langs/sq_AL/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Fshij një kontakt/adresë
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=New third party
      -MenuNewCustomer=Klient i ri
      -MenuNewProspect=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Kompani
       CompanyName=Emri i kompanisë
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Kompanitë
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       ThirdPartyCustomers=Klientёt
       ThirdPartyCustomersStats=Klientёt
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Kodi postar
       Town=Qyteti
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Fshij kompani
       PersonalInformations=Të dhëna personale
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Shto adresë
      @@ -402,16 +402,16 @@ DeleteFile=Fshi skedar
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Hapur
       ActivityCeased=Mbyllur
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sq_AL/errors.lang b/htdocs/langs/sq_AL/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/sq_AL/errors.lang
      +++ b/htdocs/langs/sq_AL/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sq_AL/interventions.lang b/htdocs/langs/sq_AL/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/sq_AL/interventions.lang
      +++ b/htdocs/langs/sq_AL/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/sq_AL/main.lang b/htdocs/langs/sq_AL/main.lang
      index d7796471922..9086d38afd4 100644
      --- a/htdocs/langs/sq_AL/main.lang
      +++ b/htdocs/langs/sq_AL/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Mbyllur
       Closed2=Mbyllur
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Aktivizo
       Deprecated=Deprecated
       Disable=Çaktivizo
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Mbyll
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Fshi
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Tjetër
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Anulluar
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Lejet
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/sq_AL/other.lang b/htdocs/langs/sq_AL/other.lang
      index e8480a82dcb..b4cf6248d99 100644
      --- a/htdocs/langs/sq_AL/other.lang
      +++ b/htdocs/langs/sq_AL/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/sq_AL/projects.lang b/htdocs/langs/sq_AL/projects.lang
      index 9eded2361e9..35f8d333985 100644
      --- a/htdocs/langs/sq_AL/projects.lang
      +++ b/htdocs/langs/sq_AL/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/sr_RS/admin.lang b/htdocs/langs/sr_RS/admin.lang
      index 60c96840a90..2286b838d91 100644
      --- a/htdocs/langs/sr_RS/admin.lang
      +++ b/htdocs/langs/sr_RS/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Razvoj
       VersionUnknown=Nepoznato
       VersionRecommanded=Preporučeno
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Rukovalac čuvanja sesije
       SessionSavePath=Lokalizacija smeštanja sesije
       PurgeSessions=Čišćenje sesije
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Zaključaj nove konekcije
      -ConfirmLockNewSessions=Da li stvarno želiš da ograničiš sva nove Dolibarr povezivanja na sebe. Samo korisnici sa <b>%s</b>  će moći da se povežu nakon toga.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Ukloni 
       YourSession=Vaša sesija
      -Sessions=Korisnička sesija
      +Sessions=Users sessions
       WebUserGroup=Web server korisnik/grupa
      -NoSessionFound=Vaš PHP ne dozvoljava izlistavanje aktivnih sesija. Direktorijum korišćen za čuvanje sesija (<b>%s</b>) je možda zaštićen (Npr., po dozvolama OS-a ili po PHP direktivi open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Podešavanja
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Novo
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Rok za obaveštenje
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=Ukoliko prevod za ovaj jezik nije kompletan ili ukoliko pronađete greške, možete ga ispraviti izmenom fajlova u folderu <b>langs/%s</b> i da prosledite promene na www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Ukoliko prevod ovog jezika nije kompletan ili ukoliko pronađete greške, možete ih ispraviti editom fajlova u folderu <b>langs/%s</b> i proslediti izmene na dolibarr.org/forum ili na github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Sakrijte link za online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=Lista foldera sa templejtima u OpenDocument formatu.<br><br>Staviti apsolutnu putanju foldera.<br>Svaki folder u listi mora biti na novoj liniji.<br>Da biste dodali folder GED modulu, ubacite ga ovde <b>DOL_DATA_ROOT/ecm/ime_vaseg_foldera</b>.<br><br>Fajlovi u tim folderima moraju imati ekstenziju <b>.odt</b> ili <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Modul <b>%s</b> mora biti aktiviran da biste koristili ovu funkcionalnost.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Polje
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Korisnici & Grupe
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Members
       Module310Desc=Foundation members management
       Module320Name=RSS Feed
       Module320Desc=Add RSS feed inside Dolibarr screen pages
      -Module330Name=Bookmarks
      -Module330Desc=Uređivanje markera
      -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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Planirane operacije
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Poziv WebServices (SOAP client)
      -Module2660Desc=Aktiviraj Dolibarr webservice klijent (može se koristiti da bi se podaci/zahtevi slali ka eksternim serverima. Za sada su podržane samo porudžbine dobavljača)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Maloprodaje
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Anketa ili Glasanje
      -Module55000Desc=Modul za online ankete ili glasanja (kao Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Dodavanje funkcionalnosti za upravljanje Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resursi
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Obriši zahteve za odsustvo
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=Država/Provincija
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max dužina za liste
      -DefaultMaxSizeShortList=Default max dužina kratkih lista (npr u kartici klijenta)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Prag tolerancije (u danima) pre pojavljivanja upozorenja za odobrenje troškova
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Sačuvaj sadržaj foldera (<b>%s</b>) koji sadrži sve uploadovane i generisane fajlove (tako da sadrži sve dump fajlove generisane u koraku 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Ne predlaži generisanje lozinki. Lozinke moraju biti unete ručno.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Povrati lozinku po konfiguraciji koju ste definisali.
       SetupPerso=Prema Vašoj konfiguraciji
       PasswordPatternDesc=Opis patterna lozinke
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=Podešavanja HRM modula
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Definiši jedinicu merenja za Količinu prilikom generisanja porudžbina, ponuda ili faktura
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Podrška za listove isporuke za isporuke klijentima.
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Automatski podesi ovu default vrednost za tip događaja prilikom kreiranja događaja
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Ovaj modul omogućava klik na brojeve telefona. Klik na ovu ikonu će izvršiti poziv sa Vašeg telefona na odgovarajući broj. Ova funkcionalnost se može koristiti ukoliko se Dolibarr poveže sa call center sistemom koji može pozvati telefonski broj sa SIP sistema.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Samo koristi link "tel:" na telefonskim brojevima
      -ClickToDialUseTelLinkDesc=Koristi ovu metodu ako korisnici imaju softphone ili softverski interfejs instaliran na istom računaru gde je i browser - biće pozvana kada kliknete na link u browseru koji počinje sa "tel:". Ukoliko Vam je potrebno celokupno server rešenje (bez instalacije softvera), ovde ostavie "Ne" i popunite sledeće polje.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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=Boja kojom će linija biti označena kada se mišem pređe preko nje (ostavite prazno kako linija ne bi bila označena)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=Text color of Page title
       LinkColor=Boja linkova
       PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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=Ukoliko transporter nudi web stranu za konsultovanje statusa isporuke, možete je uneti ovde. Možete koristiti reč {TRACKID} u parametrima URL-a kako bi ga sistem zamenio vrednošću broja isporuke koji će korisnik uneti u karticu isporuke.
      -OpportunityPercent=When you create an opportunity, you will defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Primer poruke koju možete koristiti da biste najavili novu verziju (možete je koristiti na Vašim sajtovima)
       TitleExampleForMaintenanceRelease=Primer poruke koju možete koristiti da biste najavili novu ispravku (možete je koristiti na Vašim sajtovima)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=Kada je uključena opcija "Više nivoa cene za proizvod/uslugu", možete definisati različite cene za svaki proizvod (po jednu za svaki nivo cene). Da biste uštedeli vreme, ovde možete uneti pravilo za automatsko računanje cene na svim nivoima na osnovu cene koju unesete za prvi nivo. Ova strana ima za cilj da uštedi Vaše vreme i može biti korisna samo ukoliko su cene za svaki od nivoa u funkciji s prvim nivoom cene. U većini slučajeva možete ignorisati ovu stranu.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sr_RS/companies.lang b/htdocs/langs/sr_RS/companies.lang
      index dc043bc5ae4..e95eb7d0d9c 100644
      --- a/htdocs/langs/sr_RS/companies.lang
      +++ b/htdocs/langs/sr_RS/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Izaberi subjekat
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Obriši kontakt/adresu
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Novi subjekt
      -MenuNewCustomer=Novi klijent
      -MenuNewProspect=Novi kandidat
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Novo fizičko lice
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Kreiraj subjekt
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Kontakt/adresa subjekta
       Company=Kompanija
       CompanyName=Ime kompanije
       AliasNames=Alias (komercijalni)
      -AliasNameShort=Alias
      +AliasNameShort=Alias Name
       Companies=Kompanije
      -CountryIsInEEC=Zemlja je unutar EU
      -ThirdPartyName=Ime subjekta
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Subjekt
      -ThirdParties=Subjekti
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Kandidati
       ThirdPartyProspectsStats=Kandidati
       ThirdPartyCustomers=Klijenti
       ThirdPartyCustomersStats=Klijenti
       ThirdPartyCustomersWithIdProf12=Klijenti sa %s ili %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tip subjekta
      +ThirdPartyType=Type of company
       Individual=Fizičko lice
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Osnovna kompanija
       Subsidiaries=SubsidiariesPoslovnice
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Poštanski broj
       Town=Grad
       Web=Web
       Poste= Pozicija
      -DefaultLang=Jezik po default-u
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Ponude
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Sintaksa je ispravna
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Klijent ima default popust od <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Klijent nema default relativni popust
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Nema
      -Supplier=Dobavljač
      +Supplier=Vendor
       AddContact=kreiraj kontakt
       AddContactAddress=Kreiraj kontakt/adresuz
       EditContact=Izmeni kontakt
      @@ -303,22 +303,22 @@ AddThirdParty=Kreiraj subjekt
       DeleteACompany=Obriši kompaniju
       PersonalInformations=Lični podaci
       AccountancyCode=Računovodstveni nalog
      -CustomerCode=Kod klijenta
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kod klijenta
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kod klijenta, jedinstven za sve klijente
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Obavezno ako je subjekt klijent ili kandidat
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Ispravnost je kontrolisana u modulu
      -ThisIsModuleRules=Ovo su pravila za ovaj modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Kandidat za kontaktiranje
       CompanyDeleted=Kompanija "%s" je obrisana iz baze.
       ListOfContacts=Lista kontakta/adresa
       ListOfContactsAddresses=Lista kontakta/adresa
      -ListOfThirdParties=Lista subjekata
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Prikaži kontakt
       ContactsAllShort=Sve (Bez filtera)
       ContactType=Tip kontakta
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Ovaj kontakt nije ni u jednoj ponudi
       NoContactForAnyContract=Ovaj kontakt nije ni u jednom ugovoru
       NoContactForAnyInvoice=Ovaj kontakt nije ni u jednom računu
       NewContact=Novi kontakt
      -NewContactAddress=Novi kontakt/adresa
      +NewContactAddress=New Contact/Address
       MyContacts=Moji kontakti
       Capital=Kapital
       CapitalOf=Kapital od %s
       EditCompany=Izmeni kompaniju
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Proveri
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Proveri Intracomunnautary VAT na sajtu Europske komisije
      -VATIntraManualCheck=Možete i ručno proveriti na evropskom web sajtu <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Provera nije moguća. Servis nije dostupan za datu državu (%s).
      -NorProspectNorCustomer=Nije kandidat ni klijent
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Zaposleni
       ProspectLevelShort=Potencijal
       ProspectLevel=Potencijal kandidata
      @@ -387,12 +387,12 @@ ExportCardToFormat=Izvozna kartica za formatiranje
       ContactNotLinkedToCompany=Kontakt nije povezan ni sa jednim subjektom
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=Nemoguć pristup Dolibarr-u
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakti i podešavanja
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Nivo cene
       DeliveryAddress=Adresa dostave
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Obriši fajl
       ConfirmDeleteFile=Da li ste sigurni da želite da obrišete fajl?
       AllocateCommercial=Assigned to sales representative
       Organization=Organizacija
      -FiscalYearInformation=Informacije o fiskalnoj godini
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Prvi mesec fiskalne godine
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Lista kandidata
      -ListCustomersShort=Lista klijenata
      -ThirdPartiesArea=Subjekti i obast kontakta
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Ukupno jedinstvenih subjekata
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Otvoreno
       ActivityCeased=Zatvoreno
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Ime menadžera (CEO, direktor, predsednik...)
       MergeOriginThirdparty=Duplirani subjekt (subjekt kojeg želite obrisati)
       MergeThirdparties=Spoji subjekte
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sr_RS/errors.lang b/htdocs/langs/sr_RS/errors.lang
      index 6d5b40cf554..6cd41acbd9d 100644
      --- a/htdocs/langs/sr_RS/errors.lang
      +++ b/htdocs/langs/sr_RS/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Vrednost "%s" ima pogrešan format datma
       ErrorWrongDate=Datum nije ispravan!
       ErrorFailedToWriteInDir=Greška prilikom pisanja u folder %s
       ErrorFoundBadEmailInFile=Pronađeni su mailovi sa pogrešnom sintaksom za %s linija u fajlu (primer linija %s sa mailom %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Neka obavezna polja nisu popunjena
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Greška prilikom kreacije foldera. Proverite da li Web server nalog ima prava da piše u Dolibarr documents folderu. Ako je parametar <b>safe_mode</b> aktivan u PHP-u, proverite da li Dolibarr php fajlovi pripadaju korisniku (ili grupi) Web server naloga.
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Molimo izaberite vrednost u select listi
       ErrorNoValueForCheckBoxType=Molimo izaberite vrednost u checkbox listi
       ErrorNoValueForRadioType=Molimo izaberite vrednost u radio listi
       ErrorBadFormatValueList=Vrednost u listi ne može imati više od jednog zareza: <u>%s</u>, ali je potreban makar jedan: ključ,vrednost
      -ErrorFieldCanNotContainSpecialCharacters=Polje <b>%s</b> ne sme sadržati specijalne karaktere.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Polje <b>%s</b> ne sme sadržati specijalne karaktere, velika slova i ne sme se sastojati samo od brojeva.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Modul računovodstvo nije aktiviran
       ErrorExportDuplicateProfil=Ovo ime profila već postoji za ovaj export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching nije završen.
       ErrorLDAPMakeManualTest=.ldif fajl je generisan u folderu %s. Pokušajte da ga učitate ručno iz komandne linije da biste imali više informacija o greškama.
      -ErrorCantSaveADoneUserWithZeroPercentage=Nemoguće saluvati akciju sa statusom "nije započet" ukoliko je polje "izvršio" popunjeno.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref korišćena za kreaciju već postoji.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Nemoguće obrisati liniju jer je već u upotrebi ili korišćena u drugom objektu.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Da bi ova funkcionalnost bila dostupna, Javascript mora biti aktiviran. Da biste uključili/isključili javascript, otvorite Home->Podešavanja->Prikaz.
       ErrorPasswordsMustMatch=Unete lozinke se moraju podudarati
      -ErrorContactEMail=Došlo je do tehničke greške. Molimo kontaktirajte administratora mailom <b>%s</b> i navedite grešku <b>%s</b> u poruci, ili pošaljite screenshot ove strane.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Pogrešna vrednost za polje broj <b>%s</b> (vrednost "<b>%s</b>" ne odgovara regex pravilu <b>%s</b>)
       ErrorFieldValueNotIn=Pogrešna vrednost za polje broj <b>%s</b> (vrednost "<b>%s</b>" nije dostupna za polje <b>%s</b> u tabeli <b>%s</b>)
       ErrorFieldRefNotIn=Pogrešna vrednost za polje broj <b>%s</b> (vrednost "<b>%s</b>" nije <b>%s</b> postoječi ref.)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivirus nije mogao da potvrdi fajl (moguće je d
       ErrorSpecialCharNotAllowedForField=Specijalni karakteri nisu dozvoljeni u polju "%s"
       ErrorNumRefModel=U bazi postoji referenca (%s) koja nije kompatibilna sa ovim pravilom. Uklonite taj red ili preimenujte referencu kako biste aktivirali ovaj modul.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Greška za masku
       ErrorBadMaskFailedToLocatePosOfSequence=Greška, maska bez broja sekvence
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Greška, pogrešna reset vrednost
       ErrorMaxNumberReachForThisMask=Maksimalan broj dostignut za ovu masku
       ErrorCounterMustHaveMoreThan3Digits=Brojač mora imati više od 3 cifre
       ErrorSelectAtLeastOne=Greška. Izaberite bar jednu vrednost.
      -ErrorDeleteNotPossibleLineIsConsolidated=Brisanje je nemoguće jer je red vezan za proknjiženu bankarsku transakciju.
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s je dodeljena drugom subjektu
       ErrorFailedToSendPassword=Greška prilikom slanja lozinke
       ErrorFailedToLoadRSSFile=Greška prilikom čitanja RSS-a. Pokušajte da dodate konstantu MAIN_SIMPLEXMLLOAD_DEBUG ukoliko nemate dovoljno podataka za analizu greške.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Korisnik <b>%s</b> nije pronađen.
       ErrorLoginHasNoEmail=Korisnik nema mail adresu. Operacija otkazana.
       ErrorBadValueForCode=Pogrešna vrednost za sigurnosni kod. Pokušajte ponovo sa novom vrednošću...
       ErrorBothFieldCantBeNegative=Oba polja ne mogu oba biti negativna: %s i %s
      +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=Količina za liniju na fakturi klijenta ne može biti negativna.
       ErrorWebServerUserHasNotPermission=Korisnik <b>%s</b> nema prava za izvršavanje na web serveru
       ErrorNoActivatedBarcode=Barcode tip nije aktiviran
      @@ -138,7 +141,7 @@ ErrorBadFormat=Pogrešan format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Greška, postoje objekti vezani za ovu isporuku. Brisanje je odbijeno.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Nemoguće obrisati uplatu koja je vezana za bar jednu fakturu sa statusom Plaćeno
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Nemoguće dodeliti konstanti "%s"
       ErrorPriceExpression2=Nemoguće redefinisati built-in funkciju "%s"
       ErrorPriceExpression3=Nedefinisana promenljiva "%s" u definiciji funkcije
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Neočekivani "%s"
       ErrorPriceExpression6=Pogrešan broj parametara (zadato %s, očekivano %s)
       ErrorPriceExpression8=Neočekivani operator "%s"
       ErrorPriceExpression9=Došlo je do neočekivane greške
      -ErrorPriceExpression10=Operator "%s" očekuje operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Očekivano "%s"
       ErrorPriceExpression14=Deljenje nulom
       ErrorPriceExpression17=Nedefinisana promenljiva "%s"
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=Greška u SOAP klijentu "%s"
       ErrorGlobalVariableUpdater5=Nema selektovane globalne promenljive
       ErrorFieldMustBeANumeric=Polje <b>%s</b> mora biti numeričko
       ErrorMandatoryParametersNotProvided=Obavezni parametar(i) nije dat
      -ErrorOppStatusRequiredIfAmount=Podesili ste procenjeni iznos za ovu priliku, tako da morate uneti i 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=Pogrešna definicija Menu Array u Module Descriptoru (pogrešna vrednost za fk_menu)
      -ErrorSavingChanges=Došlo je do greške prilikom čuvanja promena.
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Magacin je neophodan na liniji do isporuke
       ErrorFileMustHaveFormat=Mora imati format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Lozinka je podešena za ovog člana, ali korisnik nije kreiran. To znači da je lozinka sačuvana, ali se član ne može ulogovati na Dolibarr. Informaciju može koristiti neka eksterna komponenta, ali ako nemate potrebe da definišete korisnika/lozinku za članove, možete deaktivirati opciju "Upravljanje lozinkama za svakog člana" u podešavanjima modula Članovi. Ukoliko morate da kreirate login, ali Vam nije potrebna lozinka, ostavite ovo polje prazno da se ovo upozorenje ne bi prikazivalo. Napomena: email može biti korišćen kao login ako je član povezan sa korisnikom.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Oznaka sa ovim naslovom ili ovim URL-om već postoj
       WarningPassIsEmpty=Upozorenje, lozinka baze je prazna. Ovo je sigurnosni propust. Trebalo bi da dodate lozinku Vašoj bazi i da izmenite fajl config.php u skladu s tim.
       WarningConfFileMustBeReadOnly=Upozorenje, Vaš konfiguracioni fajl <b>htdocs/conf/conf.php</b> može biti izmenjen od strane web servera. Ovo je ozbiljan sigurnosni propust. Izmenite prava na ovom fajlu kako bi web server mogao samo da ga čita. Ukoliko koristite Windows i FAT format za Vaš disk, morate znati da ovaj sistem ne podržava upravljanje pravima i ne može biti pouzdan.
       WarningsOnXLines=Upozorenja na <b>%s</b> izvornih linija.
      -WarningNoDocumentModelActivated=Nema aktivnog modela za generisanje dokumenata. Možete izabrati model po defaultu dok ne izmenite podešavanja modula.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Upozorenje, kada je podešavanje završeno, morate deaktivirati alate za instalaciju/migraciju tako što ćete dodati fajl <b>install.lock</b> u folder <b>%s</b>. Nedostatak ovog fajla je sigurnosni propust.
      -WarningUntilDirRemoved=Sva sigurnosna upozorenja (vidljiva samo od strane administratora) će ostati aktivna sve dok postoji problem (ili ukoliko postavite konstantu MAIN_REMOVE_INSTALL_WARNING u meniju Podešavanja->Druga podešavanja).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Upozorenje, zatvaranje će biti izvršeno čak i kada se iznos izvornih i ciljnih elemenata razlikuje. Budite pažljivi ako aktivirate ovu opciju.
       WarningUsingThisBoxSlowDown=Upozorenje, aktiviranje ove opcije će značajno usporiti prikaz svih strana koje prikazuju informaciju.
       WarningClickToDialUserSetupNotComplete=Podešavanja ClickToDial informacija za Vašeg korisnika nisu završena (pogledajte tab ClickToDial na kartici korisnika)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Previše podataka (preko %s linija). Moli
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Vaša prijava je promenjena. Iz sigurnosnih razloga se morate ponovo ulogovati.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sr_RS/interventions.lang b/htdocs/langs/sr_RS/interventions.lang
      index e5aeaf037d1..0a733c1b1fe 100644
      --- a/htdocs/langs/sr_RS/interventions.lang
      +++ b/htdocs/langs/sr_RS/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Intervencije
       InterventionCard=Kartica intervencije
       NewIntervention=Nova intervencija
       AddIntervention=Kreiraj intervenciju
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Lista intervencija
       ActionsOnFicheInter=Akcije intervencije
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistika intervencija
      -NbOfinterventions=Broj kartica intervencije
      -NumberOfInterventionsByMonth=Broj kartica intervencije na mesečnom nivou (datum potvrde)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Id intervencije
      diff --git a/htdocs/langs/sr_RS/main.lang b/htdocs/langs/sr_RS/main.lang
      index 32e890e7cdb..b7ec39628fb 100644
      --- a/htdocs/langs/sr_RS/main.lang
      +++ b/htdocs/langs/sr_RS/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Greška u slanju mail-a (pošiljalac=%s, primalac=%s)
       ErrorFileNotUploaded=Fajl nije uploadovan. Proverite da li je fajl preveliki, da li ima dovoljno prostora na disku i da li postoji fajl sa istim imenom u ovom folderu.
       ErrorInternalErrorDetected=Detektovana je greška
       ErrorWrongHostParameter=Pogrešan host parametar
      -ErrorYourCountryIsNotDefined=Vaša zemlja nije definisana. Idite na Početna-Podešavanja-Izmene i ponovo popunite formu
      -ErrorRecordIsUsedByChild=Greška prilikom brisanja linije. Ovu liniju koristi jedan ili više drugih redova. 
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Pogrešna vrednost
       ErrorWrongValueForParameterX=Pogrešna vrednost za parametar %s
       ErrorNoRequestInError=Nema upita sa greškom
      -ErrorServiceUnavailableTryLater=Servis trenutno nije dostupan. Pokušajte ponovo.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Dupla vrednost u jedinstvenom polju
      -ErrorSomeErrorWereFoundRollbackIsDone=Detektovane su greške. Poništavamo sve promene.
      -ErrorConfigParameterNotDefined=Parametar <b>%s</b> nije definisan u Dolibarr config fajlu <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Korisnik <b>%s</b> nije pronađen u Dolibarr bazi.
       ErrorNoVATRateDefinedForSellerCountry=Greška, PDV stopa nije definisana za zemlju "%s".
       ErrorNoSocialContributionForSellerCountry=Greška, nema poreskih stopa definisanih za zemlju "%s".
       ErrorFailedToSaveFile=Greška, nemoguće sačuvati fajl.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=Nemate prava za tu akciju.
       SetDate=Postavi datum
       SelectDate=Izaberi datum
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Fajl je uspešno uploadovan
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Fajl je selektiran za prilog, ali još uvek nije uploadovan. Klikni na "Priloži fajl".
      -NbOfEntries=Br linija
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Pročitajte pomoć
       RecordSaved=Linija sačuvana
      @@ -94,7 +94,7 @@ Undefined=Nedefinisano
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Pogledajte iznad
      -HomeArea=Oblast Home
      +HomeArea=Početna
       LastConnexion=Latest connection
       PreviousConnexion=Prethodna konekcija
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Zatvoreno
       Closed2=Zatvoreno
       NotClosed=Not closed
       Enabled=Uključeno
      +Enable=Aktiviraj
       Deprecated=Prevaziđeno
       Disable=Isključite
       Disabled=Isključeno
      @@ -153,7 +154,7 @@ Update=Ažuriraj
       Close=Zatvori
       CloseBox=Remove widget from your dashboard
       Confirm=Potvrdi
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Obriši
       Remove=Ukloni
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopiraj
       Paste=Zalepi
       Default=Default
       DefaultValue=Default vrednost
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Cena
       PriceCurrency=Price (currency)
       UnitPrice=Jedinična cena
      @@ -347,7 +348,7 @@ AmountTTCShort=Iznos (bruto)
       AmountHT=Iznos (neto)
       AmountTTC=Iznos (bruto)
       AmountVAT=Iznos poreza
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Iznos (osnovica), originalna valuta
      @@ -428,7 +429,7 @@ ActionNotApplicable=Nije primenjivo
       ActionRunningNotStarted=Započeti
       ActionRunningShort=In progress
       ActionDoneShort=Završeno
      -ActionUncomplete=nepotpuno
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Gereriši
       Duration=Trajanje
       TotalDuration=Ukupno trajanje
       Summary=Rezime
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Dostupno
       NotYetAvailable=Još uvek nedostupno
      @@ -468,7 +469,7 @@ and=i
       or=ili
       Other=Drugo
       Others=Drugi
      -OtherInformations=Druge informacije
      +OtherInformations=Other information
       Quantity=Količina
       Qty=Kol.
       ChangedBy=Izmenio
      @@ -506,7 +507,7 @@ None=Ništa
       NoneF=Ništa
       NoneOrSeveral=None or several
       Late=Kasni
      -LateDesc=Odloži definisanje da li je zapis zakasneo ili ne zavisi od vašeg podešenja. Zamolite Vašeg administratora da promeni odlaganje u Naslovna-Podešenja-Upozorenja
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Slika
       Photos=Slike
      @@ -530,18 +531,6 @@ September=Septembar
       October=Oktobar
       November=Novembar
       December=Decembar
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Maj
      -JuneMin=Jun
      -JulyMin=Jul
      -AugustMin=Avg
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
       Month01=Januar
       Month02=Februar
       Month03=Mart
      @@ -646,6 +635,8 @@ SendMail=Pošalji email
       EMail=E-mail
       NoEMail=Nema maila
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Nema mobilnog telefona
       Owner=Vlasnik
       FollowingConstantsWillBeSubstituted=Sledeće konstante će biti zamenjene odgovarajućim vrednostima.
      @@ -677,7 +668,7 @@ NeverReceived=Nije primljena
       Canceled=Otkazano
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=Možete postaviti podrazumevane vrednosti pri kreiranju novog zapisa u modul podešavanja
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Boja
       Documents=Povezani fajlovi
       Documents2=Dokumenti
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Prikaži komandu sa sakrivenom lozinkom
       UnHidePassword=Prikaži realnu komandu sa vidljivom lozinkom
       Root=Root
      -Informations=Informacije
      +Informations=Informacija
       Page=Strana
       Notes=Beleške
       AddNewLine=Dodaj liniju
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Prikaži stranu za štampanje glavnog sadržaja
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Upozorenje, trenutno ste u modu održavanja, samo korisnik <b>%s</b> može trenutno koristiti aplikaciju.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Sistemska greška
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditna kartica
       ValidatePayment=Potvrdi plaćanje
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Polja sa <b>%s</b> su obavezna
      -FieldsWithIsForPublic=Polja sa <b>%s</b> su prikazana na javnim listama članova. Ukoliko to ne želite, odčekirajte opciju "javno".
      -AccordingToGeoIPDatabase=(po GeoIP konvenciji)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Linija
       NotSupported=Nije podržano
       RequiredField=Obavezno polje
      @@ -732,6 +723,8 @@ Result=Rezultat
       ToTest=Test
       ValidateBefore=Kartica mora biti potvrđena pre korišćenja ove funkcionalnosti
       Visibility=Vidljivost
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privatno
       Hidden=Skriveno
       Resources=Resursi
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=Link ka narudžbini
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Napravi draft
       SetToDraft=Nazad u draft
       ClickToEdit=Klikni za edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Po danu
       BySalesRepresentative=Po agentu prodaje
       LinkedToSpecificUsers=Povezano sa kontaktom korisnika
       NoResults=Nema rezultata
      -AdminTools=Administratorski alati
      +AdminTools=Admin Tools
       SystemTools=Sistemski alati
       ModulesSystemTools=Alati modua
       Test=Test
       Element=Element
       NoPhotoYet=Još nema slika
       Dashboard=Kontrolna tabla
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Može se odbiti
       from=od
       toward=ka
      @@ -802,7 +797,7 @@ PrintFile=Štampaj fajl %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Prikaži intervenciju
       ShowContract=Pokaži ugovor
      -GoIntoSetupToChangeLogo=Otvori Home - Podešavanja - Kompanija da biste izmenili logo ili Home - Setup - Prikaz da biste ga sakrili.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Odbij
       Denied=Odbijeno
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Srdačan pozdrav
       DeleteLine=Obriši red
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Zona za dokumenta kreirana masovnim akcijama
       ShowTempMassFilesArea=Prikaži zonu za dokumenta kreirana masovnim akcijama
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Označi kao naplaćenu
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Događaj
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekat
       Projects=Projekti
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Prava
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Ponedeljak
       Tuesday=Utorak
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Intervencije
       SearchIntoContracts=Ugovori
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Troškovi
      -SearchIntoLeaves=Odsustva
      +SearchIntoLeaves=Leave
       CommentLink=Komentari
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Svi
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Platio
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Dodeljeno
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/sr_RS/other.lang b/htdocs/langs/sr_RS/other.lang
      index 283cd24c7ac..994cdcf91f7 100644
      --- a/htdocs/langs/sr_RS/other.lang
      +++ b/htdocs/langs/sr_RS/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Bezbednosni kod
       NumberingShort=N°
       Tools=Alati
       TMenuTools=Alati
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Datum rođenja
       BirthdayDate=Birthday date
       DateToBirth=Datum rođenja
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Poruka na strani potvrđene uplate
       MessageKO=Poruka na strani otkazane uplate
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Dodat kontakt Intervenciji
      -Notify_FICHINTER_VALIDATE=Intervencija je potvrđena
      -Notify_FICHINTER_SENTBYMAIL=Intervencija je poslata mail-om
       Notify_ORDER_VALIDATE=Narudžbina klijenta je potvrđena
       Notify_ORDER_SENTBYMAIL=Narudžbina klijenta poslata mailom
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Narudžbina dobavljača je poslata mailom
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Narudžbina dobavljača je snimljena
       Notify_ORDER_SUPPLIER_APPROVE=Narudžbina dobavljača je odobrena
       Notify_ORDER_SUPPLIER_REFUSE=Narudžbina dobavljača je odbijena
       Notify_PROPAL_VALIDATE=Komercijalna ponuda je potvrđena
      -Notify_PROPAL_CLOSE_SIGNED=Komercijalna ponuda je zatvorena i potpisana
      -Notify_PROPAL_CLOSE_REFUSED=Komercijalna ponuda je zatvorena i odbijena
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Komercijalna ponuda poslata mailom
       Notify_WITHDRAW_TRANSMIT=Podizanje transfera
       Notify_WITHDRAW_CREDIT=Kreditno podizanje
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Subjekt kreiran
       Notify_COMPANY_SENTBYMAIL=Mailovi poslati sa kartice subjekta
       Notify_BILL_VALIDATE=Račun klijenta je potvrđen
       Notify_BILL_UNVALIDATE=Potvrda računa klijenta je otkazana
      -Notify_BILL_PAYED=Račun klijenta je plaćen
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Račun klijenta je otkazan
       Notify_BILL_SENTBYMAIL=Račun klijenta je poslat mailom
       Notify_BILL_SUPPLIER_VALIDATE=Račun dobavljača je potvrđen
      -Notify_BILL_SUPPLIER_PAYED=Račun dobavljača je plaćen
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Račun dobavljača je poslat mailom
       Notify_BILL_SUPPLIER_CANCELED=Račun dobavljača otkazan
       Notify_CONTRACT_VALIDATE=Ugovor je potvrđen
       Notify_FICHEINTER_VALIDATE=Intervencija je potvrđena
      +Notify_FICHINTER_ADD_CONTACT=Dodat kontakt Intervenciji
      +Notify_FICHINTER_SENTBYMAIL=Intervencija je poslata mail-om
       Notify_SHIPPING_VALIDATE=Isporuka je potvrđena
       Notify_SHIPPING_SENTBYMAIL=Isporuka je poslata mailom
       Notify_MEMBER_VALIDATE=Član je potvrđen
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Kreacija projekta
       Notify_TASK_CREATE=Zaduženje kreirano
       Notify_TASK_MODIFY=Zaduženje izmenjeno
       Notify_TASK_DELETE=Zaduženje obrisano
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=Vidi podešavanja modula %s
       NbOfAttachedFiles=Broj fajlova/dokumenata u prilogu
       TotalSizeOfAttachedFiles=Ukupna veličina priloženih fajlova/dokumenata
       MaxSize=Maksimalna veličina
       AttachANewFile=Priloži novi fajl/dokument
       LinkedObject=Povezan objekat
      -NbOfActiveNotifications=Broj obaveštenja (br. primalaca mailova)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> je infomacija koja zavisi od zemlje subjekta.<br>Na primer, za zemlju <b>%s</b>, to je kod <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=Nova intervencija %s je dodeljena Vama.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Intervencija %s je potvrđena.
       EMailTextInvoiceValidated=Račun %s je potvrđen.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Ponuda %s je potvrđena.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Narudžbina %s je potvrđena.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Narudžbina %s je odobrena od strane %s.
       EMailTextOrderRefused=Narudžbina %s je odbijena.
       EMailTextOrderRefusedBy=Narudžbina %s je odbijena od strane %s.
       EMailTextExpeditionValidated=Isporuka %s je potvrđena.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Podaci za import
       DolibarrNotification=Automatsko obaveštenje
       ResizeDesc=Unesite novu širinu <b>ILI</b> novu visinu. Proporcija će biti održana prilikom promene veličine...
      @@ -204,7 +212,7 @@ NewLength=Nova širina
       NewHeight=Nova visina
       NewSizeAfterCropping=Nova veličina nakon sečenja
       DefineNewAreaToPick=Definiši novu oblast na slici za izbor (kliknite levim klikom na sliku i prevucite kursor do suprotnog ugla)
      -CurrentInformationOnImage=Ovaj alat važ omogućava da izmenite veličinu ili da isečete sliku. Ovo su informacije o slici koju trenutno gledate.
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Editor slika
       YouReceiveMailBecauseOfNotification=Dobili ste ovu poruku jer je Vaš mail dodat u listu za informisanje o određenim događajima u %s softveru od %s.
       YouReceiveMailBecauseOfNotification2=Ovaj događaj je sledeće:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Oblast exporta
      diff --git a/htdocs/langs/sr_RS/projects.lang b/htdocs/langs/sr_RS/projects.lang
      index 5dfbd336f27..815c76e60ab 100644
      --- a/htdocs/langs/sr_RS/projects.lang
      +++ b/htdocs/langs/sr_RS/projects.lang
      @@ -33,14 +33,14 @@ 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=Količina prilika projekata na osnovu statusa
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Prikaži projekat
       ShowTask=Prikaži zadatak
       SetProject=Postavi projekat
       NoProject=Nema definisanih ni pripadajućih projekata
      -NbOfProjects=Br projekata
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Provedeno vreme
       TimeSpentByYou=Vreme koje ste Vi proveli
       TimeSpentByUser=Vreme koje je korisnik proveo
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Idi na listu utrošenog vremena
       GoToListOfTasks=Idi na listu zadataka
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Lista komercijalnih ponuda vezanih za projekat
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Lista ugovora vezanih za projekat
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lista intervencija vezanih za projekat
      -ListExpenseReportsAssociatedProject=Lista troškova povezanih sa ovim projektom
      -ListDonationsAssociatedProject=Lista donacija vezanih za ovaj projekat
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Lista događaja vezanih za projekat
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Lista utrošenog vremena na zadacima ovog projekta
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Aktivnost na projektu danas
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Zadatak %s je kreiran
       TaskModifiedInDolibarr=Zadatak %s je izmenjen
       TaskDeletedInDolibarr=Zadatak %s je obrisan
      -OpportunityStatus=Status prilike
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Status prilike
      -OpportunityProbability=Verovatnoća prilike
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Verv. pril.
      -OpportunityAmount=Iznos prilike
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Iznos prilike
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Saradnik
       SelectElement=Selektiraj element
       AddElement=Link ka elementu
       # Documents models
      -DocumentModelBeluga=Templejt projekta sa povezanim objektima
      -DocumentModelBaleine=Templejt izveštavanja projekta za zadatke
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planirano utrošeno vreme
       PlannedWorkloadShort=Utrošeno vreme
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projekti sa ovim korisnikom u kontaktima
       TasksWithThisUserAsContact=Zadaci ovog korisnika
       ResourceNotAssignedToProject=Nije dodeljen projektu
       ResourceNotAssignedToTheTask=Nije dodeljen zadatku
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Dodeli zadatak meni
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Dodeli
       ProjectOverview=Pregled
      -ManageTasks=Koristi projekte za praćenje zadataka i vremena
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Koristi projekte za praćenje prilika
      -ProjectNbProjectByMonth=Br kreiranih projekata po mesecu
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Iznos prilika po mesecu
      -ProjectWeightedOppAmountOfProjectsByMonth=Prosečni iznos prilika po mesecu
      -ProjectOpenedProjectByOppStatus=Open project/lead by opportunity status
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Statistike na projektima/lead-ovima
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Zadatak je dodeljen. Unos vremena za ovaj zadatak je omogućen.
       IdTaskTime=Id vremena zadatka
       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=Samo šanse
      -OpenedOpportunitiesShort=Open opportunities
      -NotAnOpportunityShort=Nije šansa
      -OpportunityTotalAmount=Ukupan iznos prilika
      -OpportunityPonderatedAmount=Prosečni iznos prilika
      -OpportunityPonderatedAmountDesc=Količina prilika na osnovu verovatnoće
      +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=Prospekcija
       OppStatusQUAL=Kvalifikacija
       OppStatusPROPO=Ponuda
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/sv_SE/admin.lang b/htdocs/langs/sv_SE/admin.lang
      index 12181099f4a..cd54c6e65ff 100644
      --- a/htdocs/langs/sv_SE/admin.lang
      +++ b/htdocs/langs/sv_SE/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Utveckling
       VersionUnknown=Okänd
       VersionRecommanded=Rekommenderad
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler för att spara sessioner
       SessionSavePath=Lagring session lokalisering
       PurgeSessions=Utrensning av sessioner
       ConfirmPurgeSessions=Vill du verkligen tömma alla sessioner? Detta kommer logga ut alla användare (förutom dig själv).
      -NoSessionListWithThisHandler=Spara session hanterare konfigureras i din PHP inte är möjligt att lista all löpande sessioner.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lås nya förbindelser
      -ConfirmLockNewSessions=Är du säker på att du vill begränsa alla nya Dolibarr anknytning till dig själv. Endast användare <b>%s</b> kommer att kunna ansluta efter det.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Ta bort lås för anslutning
       YourSession=Din session
      -Sessions=Användare session
      +Sessions=Users sessions
       WebUserGroup=Webbserver användare / grupp
      -NoSessionFound=Din PHP verkar inte tillåta att lista aktiva sessioner. Directory används för att spara sessioner <b>(%s)</b> kan skyddas (till exempel genom OS behörigheter eller PHP-direktivet open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Databas charset för att lagra data
       DBSortingCharset=Databas charset att sortera data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Extern användare
       InternalUsers=Interna användare
       ExternalUsers=Externa användare
       GUISetup=Visa
      -SetupArea=Setup område
      +SetupArea=Inställning
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Formulär för att testa filuppladdning (enligt inställningar)
       IfModuleEnabled=Anm: ja effektivt endast om modul <b>%s</b> är aktiverat
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kod får inte innehålla värdet 0
       DisableJavascript=Inaktivera JavaScript och Ajax-funktioner (rekommenderas för blinda personer eller textbaserade webbläsare)
       UseSearchToSelectCompanyTooltip=Även om du har ett stort antal tredje parter (> 100 000), kan du öka hastigheten genom att sätta konstant COMPANY_DONOTSEARCH_ANYWHERE till 1 i Setup-> Övrigt. Sökningen kommer då att begränsas till start av strängen.
       UseSearchToSelectContactTooltip=Även om du har ett stort antal tredje parter (> 100 000), kan du öka hastigheten genom att sätta konstant CONTACT_DONOTSEARCH_ANYWHERE till 1 i Setup-> Övrigt. Sökningen kommer då att begränsas till start av strängen.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=NBR tecken för att utlösa Sök: %s
       NotAvailableWhenAjaxDisabled=Inte tillgänglig när Ajax funktionshindrade
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Förhandsgranska inte tillgänglig
       ThemeCurrentlyActive=Tema för tillfället
       CurrentTimeZone=PHP server tidszon
       MySQLTimeZone=Timezone MySql (databas)
      -TZHasNoEffect=Datum lagras och returneras av databasserver som om de hålls som LAGTS sträng. Den tidszon har effekt endast vid användning UNIX_TIMESTAMP funktion (som inte bör användas av Dolibarr, så databas TZ ska ha någon effekt, även om det ändras efter uppgifterna angavs).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Tabell
       Fields=Fält
      @@ -111,14 +111,14 @@ NotConfigured=Modul/Applikation är inte konfigurerad
       Active=Aktiv
       SetupShort=Inställning
       OtherOptions=Andra alternativ
      -OtherSetup=Andra inställningar
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimaltecken
       CurrentValueSeparatorThousand=Tusentalsavgränsare
       Destination=Destination
       IdModule=Modul ID
       IdPermissions=Behörighet ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Lokalisering parametrar
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Kund tidzon (användare)
       ClientHour=Kund tid (användare)
       OSTZ=Server OS tidszon
      @@ -126,8 +126,8 @@ PHPTZ=Tidszon PHP server
       DaylingSavingTime=Sommartid (användare)
       CurrentHour=PHP Tid (server)
       CurrentSessionTimeOut=Aktuell session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max antal rader för widget
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetektera (webbläsare språk)
       FeatureDisabledInDemo=Funktion avstängd i demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Endast delar av <a href="%s">aktiverade moduler</a> visas.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Ny
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, den officiella marknadsplatsen för Dolibarr ERP / CRM externa moduler
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Länk
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Har ingen butik tydlig lösenord i databasen, men endast
       MainDbPasswordFileConfEncrypted=Databas lösenord krypterat i conf.php (Aktiverad rekommenderas)
       InstrucToEncodePass=Att ha lösenord kodad i <b>conf.php</b> filen, ersätt raden <br> <b>$ Dolibarr_main_db_pass = "...";</b> <br> av <br> <b>$ Dolibarr_main_db_pass = "krypterad:%s";</b>
       InstrucToClearPass=Att ha lösenord avkodas (klar) i <b>conf.php</b> filen, ersätt raden <br> <b>$ Dolibarr_main_db_pass = "krypterat: ...";</b> <br> av <br> <b>$ Dolibarr_main_db_pass = "%s";</b>
      -ProtectAndEncryptPdfFiles=Skydd av genererade pdf-filer (Aktiverad rekommenderas inte, raster massa pdf generationen)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Huvudnummer
       DolibarrLicense=Licens
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=För användarens eller utvecklarens dokumentation (Doc, FAQs ...), <br> ta en titt på Dolibarr Wiki: <br> <a href="%s" target="_blank"><b>%s</b></a>
       ForAnswersSeeForum=För alla andra frågor / hjälp, kan du använda Dolibarr forumet: <br> <a href="%s" target="_blank"><b>%s</b></a>
      -HelpCenterDesc1=Detta område kan hjälpa dig att få en tjänst Hjälp stöd på Dolibarr.
      -HelpCenterDesc2=Någon del av denna tjänst finns <b>bara</b> på <b>engelska.</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Aktuell meny handler
       MeasuringUnit=Mätenhet
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Uppsägningstid
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPs Port (som standard i php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPs Host (som standard i php.ini: <b>%s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPs Port (Ej definierad i PHP på Unix-liknande system)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPs Host (Ej definierad i PHP på Unix-liknande system)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Skicka systematiskt en dold kol-kopia av alla skickade email till
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Metod för att skicka e-post
      -MAIN_MAIL_SMTPS_ID=SMTP-ID om autentisering krävs
      -MAIN_MAIL_SMTPS_PW=SMTP-lösenord om autentisering krävs
      -MAIN_MAIL_EMAIL_TLS= Använd TLS (SSL) krypterar
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Inaktivera alla SMS sändningarna (för teständamål eller demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Metod som ska användas för att skicka SMS
      -MAIN_MAIL_SMS_FROM=Standard avsändaren telefonnummer för SMS-sändning
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Funktionen inte finns på Unix-liknande system. Testa din sendmail program lokalt.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Modul setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Använd inte i poroduktion
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Steg %s
      -FindPackageFromWebSite=Hitta ett paket som ger funktionen du vill ha (till exempel om %s webbplats).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Hämta paket (till exempel från officiella hemsida%s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr nuvarande version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Fördröjning för caching export svar i sekunder (0 eller tomt för ingen cache)
       DisableLinkToHelpCenter=Dölj länken <b>&quot;Behöver du hjälp eller stöd&quot;</b> på inloggningssidan
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=Det finns ingen automatisk förpackning, så om linjen är ur sida på handlingar eftersom alltför länge, måste du lägga dig själv vagnretur i textområdet.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minsta längd
       LanguageFilesCachedIntoShmopSharedMemory=Filer. Lang lastas i det delade minnet
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Exempel med gällande kör installationsprogrammet
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=Förteckning över OpenDocument mallar kataloger
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Antal ODT / ODS mallar funna i dessa kataloger
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Exempel på syntax: <br> C: \\ Mydir <br> / Home / Mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> Att veta hur du skapar dina odT dokumentmallar, innan du förvarar dem i dessa kataloger, läs wiki dokumentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=För att kunna använda Web Services (parameter &quot;do
       TestSubmitForm=Ingång Testformuläret
       ThisForceAlsoTheme=Med denna meny manager kommer också att använda sitt eget tema vad som är valfrihet för användaren. Även denna meny manager specialiserat för smartphones inte fungerar på alla smartphone. Använd en annan meny chef om du får problem på din.
       ThemeDir=Skins katalogen
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Respons tidsutlösning
       SmsTestMessage=Testmeddelande från __ PHONEFROM__ till __ PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Nyckeln till säkra webbadresser
      -NoSmsEngine=Ingen SMS-avsändare Manager, som finns. SMS-avsändare chef inte installeras med standard utgåvan (eftersom de är beroende av en extern leverantör) men du kan hitta några på http://www.dolistore.com
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Du kan ställa in varje globala alternativ för PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Regler för att förfalska adress lådor
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Dölj produktbeskrivningar i genererad PDF
       HideRefOnPDF=Visa ej produkt ref. i genererad PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parametrar för att säkra webbadresser
       SecurityTokenIsUnique=Använd en unik securekey parameter för varje webbadress
       EnterRefToBuildUrl=Ange referens för objekt %s
       GetSecuredUrl=Få beräknat URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Gammal momssats
       NewVATRates=Ny momssats
       PriceBaseTypeToChange=Ändra om priser med bas referensvärde som definieras på
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Välj lista
       ExtrafieldSelectList = Välj från tabell
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Lösenord
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Länk till ett objekt
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Standardlänk
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Varning, kan detta värde skrivas över av användarspecifik installation (varje användare kan ställa in sin egen clicktodial url)
       ExternalModule=Extern modul - Installerad i katalogen %s
      -BarcodeInitForThirdparties=Mäss streckkod init för thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass streckkod init eller återställning efter produkter eller tjänster
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init värde för nästa% s tomma poster
       EraseAllCurrentBarCode=Radera alla nuvarande streckkoder
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=Alla värden för streckkod har raderats
      -NoBarcodeNumberingTemplateDefined=Ingen numrering streckkod mall aktiverat i streckkodsmodul setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Fält
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=Användare & grupper
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Tredje part
      +Module1Name=Third Parties
       Module1Desc=Företag och kontakt ledning
       Module2Name=Kommersiella
       Module2Desc=Kommersiell förvaltning
       Module10Name=Bokföring
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Förslag
       Module20Desc=Hantering av affärsförslag
       Module22Name=Massutskick av e-utskick
      @@ -511,13 +517,13 @@ Module52Desc=Lager hantering av produkter
       Module53Name=Tjänster
       Module53Desc=Service ledning
       Module54Name=Avtal / Prenumerationer
      -Module54Desc=Förvaltning av kontrakt (tjänster eller reccuring abonnemang)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Streckkoder
       Module55Desc=Barcode ledning
       Module56Name=Telefoni
       Module56Desc=Telefoni integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integrering av ett ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Kostnader och resor anteckningar
       Module75Desc=Kostnader och resor notera ledning
       Module80Name=Transporter
       Module80Desc=Transporter och leverans för ledning
      -Module85Name=Banker och kontanter
      +Module85Name=Banks and Cash
       Module85Desc=Förvaltning av bank eller kontanter konton
      -Module100Name=ExternalSite
      -Module100Desc=Några externa webbplats i Dolibarr menyer och visa det i en Dolibarr ram
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman och Sip
       Module105Desc=Mailman eller SPIP gränssnitt för medlemmar modulen
       Module200Name=LDAP
      -Module200Desc=LDAP katalog synkronisering
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data export
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data import
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Medlemmar
       Module310Desc=Foundation i ledningen
       Module320Name=RSS-flöde
       Module320Desc=Lägg till RSS feed inne Dolibarr skärm sidor
      -Module330Name=Bokmärken
      -Module330Desc=Förvaltning av bokmärken förvaltning
      -Module400Name=Projekt / Möjligheter / 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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Lån
       Module520Desc=Förvaltning av lån
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donationer
       Module700Desc=Donation ledning
       Module770Name=Räkningar
      -Module770Desc=Förvaltnings- och anspråk räkningar (transport, måltid, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass post dokumentgenerering
       Module1780Name=Taggar/Kategorier
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=FCKeditor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamiska priser
       Module2200Desc=Aktivera användningen av matematiska uttryck för priser
       Module2300Name=Schemalagda jobb
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Aktivera Dolibarr SOAP server tillhandahåller API-tjänster
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Aktivera Dolibarr REST servern tillhandahåller API-tjänster
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Använder online Gravatar tjänst (www.gravatar.com) för att visa foto av användare / medlemmar (hittade med sin e-post). Behöver en internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP-klient
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind omvandlingar kapacitet
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-bolag
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Lämna Framställningar förvaltning
      -Module20000Desc=Deklarera och följ de anställda lämnar förfrågningar
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Varu eller serienummer, äter av och bäst före-datum ledningen på produkter
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=Paybox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Redovisning (avancerad)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direktutskrift (utan att öppna dokumenten) använder Cups IPP-gränssnitt (skrivare måste vara synlig från servern, och CUPS måste vara installerad på servern).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Marginaler
       Module59000Desc=Modul för att hantera marginaler
       Module60000Name=Provision
       Module60000Desc=Modul för att hantera uppdrag
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resurser
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Läs fakturor
      @@ -651,9 +661,9 @@ Permission32=Skapa / modifiera produkter
       Permission34=Ta bort produkter
       Permission36=Se / hantera dold produkter
       Permission38=EXPORTVARA
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Ta bort projekt (gemensamma projekt och projekt som jag är kontaktperson för)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Läs insatser
       Permission62=Skapa / ändra inlägg
      @@ -686,7 +696,7 @@ Permission109=Ta bort sendings
       Permission111=Läs finansiella räkenskaper
       Permission112=Skapa / ändra / radera och jämför transaktioner
       Permission113=Ställ upp finansiella konton (skapa, handha kategorier)
      -Permission114=Avstämning av transaktioner
      +Permission114=Reconcile transactions
       Permission115=Exporttransaktioner och kontoutdrag
       Permission116=Överföringar mellan konton
       Permission117=Hantera kontroller avsändning
      @@ -694,15 +704,15 @@ Permission121=Läs tredje part kopplad till användaren
       Permission122=Skapa / ändra tredje part kopplad till användaren
       Permission125=Radera tredje part kopplad till användaren
       Permission126=Export tredje part
      -Permission141=Läsa alla projekt och uppgifter (även privata projekt jag är inte kontakta för)
      -Permission142=Skapa / ändra alla projekt och uppgifter (även privata projekt jag är inte kontakta för)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Ta bort alla projekt och uppgifter (även privata projekt jag är inte kontakta för)
       Permission146=Läs leverantörer
       Permission147=Läs statistik
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Läs kontrakt / abonnemang
       Permission162=Skapa / ändra avtal / abonnemang
       Permission163=Aktivera en tjänst / teckning av ett kontrakt
      @@ -725,7 +735,7 @@ Permission187=Stäng leverantör order
       Permission188=Avbryt leverantör order
       Permission192=Skapa linjer
       Permission193=Avbryt linjer
      -Permission194=Läs bandbredd linjer
      +Permission194=Read the bandwidth lines
       Permission202=Skapa ADSL-anslutning
       Permission203=Beställ anslutningar order
       Permission204=Beställ anslutningar
      @@ -750,12 +760,12 @@ Permission244=Se innehållet i de dolda kategorier
       Permission251=Läs andra användare och grupper
       PermissionAdvanced251=Läs andra användare
       Permission252=Skapa / ändra andra användare, grupper och permisssions
      -Permission253=Ändra andra användare lösenord
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Skapa / ändra interna / externa användare och behörigheter
       Permission254=Ta bort eller inaktivera andra användare
       Permission255=Skapa / ändra sin egen användarinformation
       Permission256=Ändra sina egna lösenord
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Läs CA
       Permission272=Läs fakturor
       Permission273=Utfärda fakturor
      @@ -765,7 +775,7 @@ Permission283=Radera kontakter
       Permission286=Exportera kontakter
       Permission291=Läs taxor
       Permission292=Ange behörigheter på den taxor
      -Permission293=Ändra kunder taxor
      +Permission293=Modify customers tariffs
       Permission300=Läs streckkoder
       Permission301=Skapa / modifiera streckkoder
       Permission302=Ta bort streckkoder
      @@ -787,11 +797,9 @@ Permission401=Läs rabatter
       Permission402=Skapa / ändra rabatter
       Permission403=Validate rabatter
       Permission404=Ta bort rabatter
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=Radera löner
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Export löner
       Permission520=Läs Lån
       Permission522=Skapa / ändra lån
      @@ -844,8 +852,8 @@ Permission1251=Kör massiv import av externa data till databasen (data last)
       Permission1321=Export kundfakturor, attribut och betalningar
       Permission1322=Reopen a paid bill
       Permission1421=Export kundorder och attribut
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Radera ledighets förfrågningar
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potentiella nivå
       DictionaryCanton=Delstat / provins
       DictionaryRegion=Regioner
      @@ -894,7 +902,7 @@ DictionaryVAT=Moms Priser och Sales Tax Rates
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Betalningsvillkor
       DictionaryPaymentModes=Betalningssätten
      -DictionaryTypeContact=Kontakt / adresstyper
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Miljöskatt (WEEE)
       DictionaryPaperFormat=Pappersformat
      @@ -908,47 +916,47 @@ DictionarySource=Ursprung av affärsförslag / beställning
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Modeller för kontoplan
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=E-postmeddelanden mallar
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Enheter
       DictionaryProspectStatus=Prospektering Status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Möjlighet status för projektet / bly
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup sparas
       SetupNotSaved=Setup not saved
       BackToModuleList=Tillbaka till moduler lista
      -BackToDictionaryList=Tillbaka till ordlistan
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Moms Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=Som standard föreslås moms 0 som kan användas för de fall som föreningar, privatpersoner ou små företag.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Betyg
       LocalTax1IsNotUsed=Använd inte andra skatte
      -LocalTax1IsUsedDesc=Använd en annan typ av skatt (exklusive moms)
      -LocalTax1IsNotUsedDesc=Använd inte andra typer av skatt (exklusive moms)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Andra typen av skatt
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Använd inte tredje skatt
      -LocalTax2IsUsedDesc=Använd en tredje typ av skatt (exklusive moms)
      -LocalTax2IsNotUsedDesc=Använd inte andra typer av skatt (exklusive moms)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Tredje typen av skatt
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Förvaltning
      -LocalTax1IsUsedDescES= RE räntesats som standard när du skapar framtidsutsikter, fakturor, order etc följa aktiva standard regeln: <br> Om te köparen inte utsätts för RE, RE som standard = 0. Slut på regeln. <br> Om köparen utsätts för RE sedan RE som standard. Slut på regeln. <br>
      -LocalTax1IsNotUsedDescES= Som standard föreslås RE är 0. Slut på regeln.
      -LocalTax1IsUsedExampleES= I Spanien är proffs förbehåll för vissa särskilda delar av den spanska IAE.
      -LocalTax1IsNotUsedExampleES= I Spanien de är professionella och samhällen och på vissa delar av den spanska IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= RE räntesats som standard när du skapar framtidsutsikter, fakturor, order etc följa aktiva standard regeln: <br> Om säljaren inte utsätts för IRPF, sedan IRPF som standard = 0. Slut på regeln. <br> Om säljaren är utsatt för IRPF sedan IRPF som standard. Slut på regeln. <br>
      -LocalTax2IsNotUsedDescES= Som standard föreslås IRPF är 0. Slut på regeln.
      -LocalTax2IsUsedExampleES= I Spanien, frilansare och oberoende yrkesutövare som tillhandahåller tjänster och företag som har valt skattesystemet i moduler.
      -LocalTax2IsNotUsedExampleES= I Spanien de bussines inte omfattas av skattesystemet i moduler.
      +LocalTax1ManagementES=RE Förvaltning
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Som standard föreslås RE är 0. Slut på regeln.
      +LocalTax1IsUsedExampleES=I Spanien är proffs förbehåll för vissa särskilda delar av den spanska IAE.
      +LocalTax1IsNotUsedExampleES=I Spanien de är professionella och samhällen och på vissa delar av den spanska IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Som standard föreslås IRPF är 0. Slut på regeln.
      +LocalTax2IsUsedExampleES=I Spanien, frilansare och oberoende yrkesutövare som tillhandahåller tjänster och företag som har valt skattesystemet i moduler.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Rapporter om lokala skatter
       CalcLocaltax1=Försäljning - Inköp
       CalcLocaltax1Desc=Lokala skatter rapporter beräknas med skillnaden mellan localtaxes försäljning och localtaxes inköp
      @@ -958,7 +966,8 @@ CalcLocaltax3=Försäljning
       CalcLocaltax3Desc=Lokala skatter rapporter är summan av localtaxes försäljning
       LabelUsedByDefault=Etikett som används som standard om ingen översättning kan hittas för kod
       LabelOnDocuments=Etikett på dokument
      -NbOfDays=Nb dagar
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=I slutet av månaden
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Databas användare
       DatabasePassword=Databas lösenord
       Tables=Tabeller
       TableName=Tabell namn
      -NbOfRecord=Nb av register
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver typ
       SummarySystem=Systeminformation sammandrag
      @@ -996,7 +1005,7 @@ Skin=Hud tema
       DefaultSkin=Standard hud tema
       MaxSizeList=Max längd för lista
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Dagens meddelande
       MessageLogin=Inloggningssidan meddelande
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent sökformuläret på menyn till vänster
       DefaultLanguage=Default språk att använda (språkkod)
       EnableMultilangInterface=Aktivera flerspråkigt gränssnitt
       EnableShowLogo=Visa logotypen på vänstra menyn
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Namn
       CompanyAddress=Adress
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Ägare till %s bankkonto
       BankModuleNotActive=Bankkonton modulen inte aktiverad
       ShowBugTrackLink=Visa länken <strong>"%s"</strong>
       Alerts=Varningar
      -DelaysOfToleranceBeforeWarning=Tolerans förseningar innan varning
      -DelaysOfToleranceDesc=Den här skärmen kan du definiera den tillåtna dröjsmål innan en registrering rapporteras på skärmen med Picto %s för varje försenad element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Fördröjning tolerans (i dagar) före registrering om förslag att stänga
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Fördröjning tolerans (i dagar) före registrering om förslag faktureras inte
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerans fördröjning (i dagar) före registrering om tjänster för att aktivera
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerans fördröjning (i dagar) före registrering om passerat tjänster
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerans fördröjning (i dagar) före registrering om obetalda leverantörsfakturor
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerans fördröjning (i dagar) före registrering om obetalda klient fakturor
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerans fördröjning (i dagar) före registrering om väntan bankavstämning
      -Delays_MAIN_DELAY_MEMBERS=Tolerans fördröjning (i dagar) före registrering om försenad medlemsavgift
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerans fördröjning (i dagar) före registrering om kontroller insättning för att göra
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Andra menyalternativ hantera valfria parametrar.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Säkerhetsgranskning evenemang
       Audit=Revision
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=Du kan aktivera här loggning för Dolibarr säkerhet händelser. A
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information diverse teknisk information får du i skrivskyddad läge och synlig för administratörer bara.
       SystemAreaForAdminOnly=Detta område är tillgänglig för administratören användare. Ingen av de Dolibarr behörigheter kan minska denna gräns.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Du kan välja varje parameter i samband med Dolibarr utseendet här
       AvailableModules=Available app/modules
       ToActivateModule=För att aktivera moduler, gå på Setup-menyn (Hem-> Inställningar-> Modules).
       SessionTimeOut=Time out för session
      -SessionExplanation=Detta antal garantier för att mötet kommer aldrig ut före denna försening. Men PHP sessoin förvaltningen garanterar inte att session alltid löper ut efter denna fördröjning: Detta sker om ett system för att rensa cache session är igång. <br> Obs: utan särskilt system, interna PHP process kommer att rensa möte vart om <b>%s / %s</b> tillgång men endast vid tillträde från andra sessioner.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Tillgängliga triggers
      -TriggersDesc=Triggers är filer som kommer att ändra beteende Dolibarr arbetsflöde när kopieras till katalogen <b>htdocs / includes / triggers.</b> De insåg nya åtgärder, som aktiveras om Dolibarr händelser (nya bolaget skapande, faktura validering, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers i denna fil är inaktiverade <b>av-NORUN</b> suffixet i deras namn.
       TriggerDisabledAsModuleDisabled=Triggers i denna fil är funktionshindrade modul <b>%s</b> är inaktiverad.
       TriggerAlwaysActive=Triggers i denna fil är alltid aktiva, oavsett är det aktiverade Dolibarr moduler.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Gränser / Precision setup
      -LimitsDesc=Du kan definiera gränser, preciseringar och optimeringar som används av Dolibarr här
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimaler för priserna per enhet
       MAIN_MAX_DECIMALS_TOT=Max decimaler för total priser
       MAIN_MAX_DECIMALS_SHOWN=Max decimaler för priser som visas på skärmen (Lägg <b>...</b> efter detta nummer om du vill se <b>...</b> när numret är avkortas vid visas på skärmen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net priset per enhet för en produkt
       TotalPriceAfterRounding=Total kostnad (netto / behållare / inkl moms) efter avrundning
       ParameterActiveForNextInputOnly=Parameter effektiv för nästa inmatning
       NoEventOrNoAuditSetup=Ingen säkerhet händelsen har registrerats ännu. Detta kan vara normalt om revisionen inte har aktiverats på &quot;setup - säkerhet - revision&quot; sidan.
      -NoEventFoundWithCriteria=Ingen säkerhet händelse har konstaterats för sådan sökning sökkriterier.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Se din lokala sendmail setup
       BackupDesc=För att göra en fullständig säkerhetskopia av Dolibarr måste du:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Spara innehållet i din databas <b>(%s)</b> i en dumpfilen. För detta kan du använda följande assistent.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arkiverade katalogen bör förvaras på ett säkert ställe.
       BackupDescY=Den genererade dumpfilen bör förvaras på ett säkert ställe.
      -BackupPHPWarning=Backup kan inte guaranted med denna metod. Föredrar tidigare ett
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Om du vill återställa en Dolibarr säkerhetskopia måste du:
      -RestoreDesc2=Återställa arkivfil (zip-fil till exempel) av dokumentkatalog för att extrahera träd filer i dokumentkatalog av en ny Dolibarr anläggning eller i den nuvarande dokument directoy <b>(%s).</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Återställa data från en backup dumpfilen, i databasen av den nya Dolibarr installationen eller i databasen av den nuvarande anläggningen <b>(%s).</b> Varning, när återställningen är klar, måste du använda en användarnamn / lösenord, som fanns när säkerhetskopian gjordes, för att ansluta igen. Om du vill återställa en backup databas i detta aktuella installationen, kan du följa den här assistent.
       RestoreMySQL=MySQL import
       ForcedToByAModule= Denna regel tvingas <b>%s</b> av en aktiverad modul
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Du måste köra det här komman
       YourPHPDoesNotHaveSSLSupport=SSL-funktioner inte är tillgängliga i din PHP
       DownloadMoreSkins=Mer skinn att ladda ner
       SimpleNumRefModelDesc=Returnera referensnummer format %syymm-nnnn där YY är år, mm månaden och nnnn är en sekvens utan hål och utan återställning
      -ShowProfIdInAddress=Visa branschorganisationer id med adresser på dokument
      -ShowVATIntaInAddress=Dölj moms Intra num med adresser på dokument
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partiell översättning
      -MAIN_DISABLE_METEO=Inaktivera meteo vy
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Testa logga in API
      -ProxyDesc=Vissa funktioner i Dolibarr måste ha en Internet-tillgång till arbete. Definiera här parametrar för detta. Om Dolibarr servern finns bakom en proxyserver, berättar dessa parametrar Dolibarr hur man kommer åt Internet via den.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Extern åtkomst
       MAIN_PROXY_USE=Använd en proxyserver (annars direkt tillgång till Internet)
       MAIN_PROXY_HOST=Namn / adress proxyserver
       MAIN_PROXY_PORT=Port of proxyserver
       MAIN_PROXY_USER=Logga in för att använda proxyservern
       MAIN_PROXY_PASS=Lösenord för att använda proxyservern
      -DefineHereComplementaryAttributes=Här definierar du alla atributes inte redan finns tillgänglig som standard, och att du vill bli stöd för %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Komplementära egenskaper
       ExtraFieldsLines=Kompletterande attribut (rader)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Kompletterande attribut (orderrader)
       ExtraFieldsSupplierInvoicesLines=Kompletterande attribut (faktura linjer)
       ExtraFieldsThirdParties=Kompletterande attribut (tredjeparts)
      -ExtraFieldsContacts=Kompletterande attribut (kontaktperson / adress)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Kompletterande attribut (medlem)
       ExtraFieldsMemberType=Kompletterande attribut (ledamot typ)
       ExtraFieldsCustomerInvoices=Kompletterande attribut (fakturor)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=endast gemena alfanumeriska tecken utan mellans
       SendmailOptionNotComplete=Varning, på vissa Linux-system, för att skicka e-post från e-post, sendmail utförande inställning måste conatins Alternativ-ba (parameter mail.force_extra_parameters i din php.ini-fil). Om vissa mottagare inte emot e-post, försök att redigera den här PHP parameter med mail.force_extra_parameters =-BA).
       PathToDocuments=Sökväg till handlingar
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Funktion för att skicka e-post med hjälp av metoden "PHP mail direct" genererar ett e-postmeddelande som kanske inte tolkas korrekt av vissa e-postservrar. Resultatet är att viss epost inte kan läsas av användare som hostas på sådana system som tolkar fel. Det är fallet för vissa internetleverantörer (t.ex. Orange i Frankrike). Detta är inte ett Dolibarr- eller PHP-problem men fel på inkommande e-post server. Du kan sätta MAIN_FIX_FOR_BUGGED_MTA till 1 i "Setup - andra" för att Dolibarr ska undvika detta. Du kan dock uppleva problem med andra servrar som strikt följer SMTP standard. Den andra lösningen (Rekomenderad) är att använda metoden "SMTP socket library" som inte har några nackdelar.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Minst 1 modul måste aktiveras
      -ClassNotFoundIntoPathWarning=Klass %s inte funnen i PHP-sökvägen
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Ja, under sommaren
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session lagring krypteras av Suhosin
       ConditionIsCurrently=Condition är för närvarande% s
      -YouUseBestDriver=Du använder drivrutinen %s som är bäst drivrutin tillgänglig för tillfället.
      -YouDoNotUseBestDriver=Du använder enhet %s men förar %s rekommenderas.
      -NbOfProductIsLowerThanNoPb=Du har bara %s produkter / tjänster i databasen. Detta innebär inte behövs någon särskild optimering.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Sökoptimering
      -YouHaveXProductUseSearchOptim=Du har %s produkter i databasen. Du bör lägga den ständiga PRODUCT_DONOTSEARCH_ANYWHERE till 1 till Home-Setup-Övrigt begränsar du sökningen till början av strängar som gör möjligt för databasen att använda index och du bör få ett omedelbart svar.
      -BrowserIsOK=Du använder webbläsaren %s. Denna webbläsare är ok för säkerhet och prestanda.
      -BrowserIsKO=Du använder webbläsaren %s. Denna webbläsare är känt för att vara ett dåligt val för säkerhet, prestanda och tillförlitlighet. Vi rekommendera att du använder Firefox, Chrome, Opera eller Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=Xdebug är laddad.
       XCacheInstalled=Xcache är laddad.
      -AddRefInList=Visa kund- / leverantörreferens i lista (välj lista eller combobox) och del av hyperlink. Tredjepart visas med namn "CC12345 - SC45678 - Stor AB" istället för "Stor AB".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition av fält %s
       FillThisOnlyIfRequired=Exempel: +2 (fyll endast om tidszon offset problem är erfarna)
       GetBarCode=Få streckkod
       ##### Module password generation
       PasswordGenerationStandard=Återgå ett lösenord som genererats enligt interna Dolibarr algoritm: 8 tecken som innehåller delade siffror och tecken med gemener.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=E krävs för att skapa en ny användare
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Företag modul setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Dokument mallar
      -DocumentModelOdt=Generera dokument från OpenDocuments mallar (.odt eller .ods filer för Openoffice, KOffice, Textedit, ...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Vattenstämpel utkast
       JSOnPaimentBill=Aktivera funktionen för att fylla automatiskt betalningslinjer på inbetalningskort
      -CompanyIdProfChecker=Professionell Id unik
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=En export länk till <b>%s</b> format finns på följande länk: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=En export länk till <b>%s</b> format finns på följande
       BillsSetup=Fakturor modul setup
       BillsNumberingModule=Fakturor och kreditnotor numrering modul
       BillsPDFModules=Faktura dokument modeller
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Kreditnota
       CreditNotes=Kreditnotor
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Hantera en inloggning för varje medlem
       AdherentMailRequired=E krävs för att skapa en ny medlem
       MemberSendInformationByMailByDefault=Kryssruta för att skicka e-post bekräftelse till medlemmar (validering eller nya abonnemang) är aktiverat som standard
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP-inställningar
       LDAPGlobalParameters=Globala parametrar
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Testa en LDAP-sökning
       LDAPSynchroOK=Synkronisering test framgångsrika
       LDAPSynchroKO=Misslyckades synkronisering test
      -LDAPSynchroKOMayBePermissions=Misslyckades synkronisering test. Kontrollera att connexion att servern är korrekt konfigurerad och tillåter LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP ansluta till LDAP-servern framgångsrika (Server = %s, Port = %s)
       LDAPTCPConnectKO=TCP ansluta till LDAP-servern misslyckades (Server = %s, Port = %s)
      -LDAPBindOK=Anslut / Authentificate till LDAP-servern framgångsrik (Server =%s, Port =%s, Admin =%s, Lösenord = %s)
      -LDAPBindKO=Anslut / Authentificate till LDAP-servern misslyckades (Server = %s, Port = %s, Admin = %s, Lösenord = %s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP-server konfigurerad för version 3
       LDAPSetupForVersion2=LDAP-server konfigurerad för version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Logga in (samba, ActiveDirectory)
       LDAPFieldLoginSambaExample=Exempel: samaccountname
       LDAPFieldFullname=Förnamn Namn
       LDAPFieldFullnameExample=Exempel: cn
      -LDAPFieldPasswordNotCrypted=Lösenord krypterat inte
      -LDAPFieldPasswordCrypted=Lösenord krypterade
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Exempel: userPassword
       LDAPFieldCommonNameExample=Exempel: cn
       LDAPFieldName=Namn
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Exempel på värden är avsedda för <b>OpenLDAP</b> med följande laddade scheman: <b>core.schema, cosine.schema, inetorgperson.schema).</b> Om du använder thoose värderingar och OpenLDAP, ändra LDAP-fil <b>slapd.conf</b> config att ha alla thoose scheman laddad.
       ForANonAnonymousAccess=För en bestyrkt tillbehör (för en skrivåtkomst till exempel)
       PerfDolibarr=Prestanda inställningar / optimering rapport
      -YouMayFindPerfAdviceHere=Du kommer att hitta på den här sidan vissa kontroller eller råd relaterade till prestanda.
      -NotInstalled=Inte installerat, så din server inte sakta ner av detta.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applikativ cache
       MemcachedNotAvailable=Ingen applikativ cache hittades. Du kan förbättra prestanda genom att installera en cache-server Memcached och en modul kunna använda denna cache-server. <br> Mer information här <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a> . <br> Observera att en hel del webbhotell leverantör inte lämnar sådana cache-server.
       MemcachedModuleAvailableButNotSetup=Modul memcached för applikativ cache hittades men installationen av modulen är inte fullständig.
       MemcachedAvailableAndSetup=Modul memcached tillägnad använda memcached server är aktiverad.
       OPCodeCache=OPCODE cache
      -NoOPCodeCacheFound=Ingen opkod cache hittades. Får du använda en annan opcode cache än xcache eller eAccelerator (bra), kanske du inte har opkod cache (mycket dåligt).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP-cache för statiska resurser (css, img, javascript)
       FilesOfTypeCached=Filer av typen %s cachelagras av HTTP-server
       FilesOfTypeNotCached=Filer av typen %s är inte cachas av HTTP-server
       FilesOfTypeCompressed=Filer av typen %s komprimeras med HTTP-server
       FilesOfTypeNotCompressed=Filer av typen %s är inte komprimerade av HTTP-server
       CacheByServer=Cache med server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache med browser
       CompressionOfResources=Komprimering av HTTP-svar
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=En sådan automatisk detektering är inte möjligt med nuvarande webbläsare
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Produkter modul setup
       ServiceSetup=Tjänster modul konfiguration
       ProductServiceSetup=Produkter och tjänster moduler setup
       NumberOfProductShowInSelect=Max antal produkter i combos välj listor (0 = ingen gräns)
      -ViewProductDescInFormAbility=Visualisering av produktbeskrivning i formulären (i övrigt enligt popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Aktivera i produkt / tjänst Bifogade fliken Filer en möjlighet att slå samman produkt PDF-dokument till förslag PDF azur om produkten / tjänsten är på förslaget
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Även om du har ett stort antal produkter (> 100 000), kan du öka hastigheten genom att sätta konstant PRODUCT_DONOTSEARCH_ANYWHERE till 1 i Setup-> Övrigt. Sökningen kommer då att begränsas till start av strängen.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Standard streckkod som ska användas för produkter
       SetDefaultBarcodeTypeThirdParties=Standard streckkod som ska användas för tredje part
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sända modul setup
       SendingsReceiptModel=Att skicka kvitto modell
       SendingsNumberingModules=Sänts numrering moduler
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Fritext på fraktsedlar
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Produkter leveranser kvitto numrering modul
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Avancerad redaktör
       ActivateFCKeditor=Aktivera FCKeditor för:
       FCKeditorForCompany=WYSIWYG skapande / upplaga av Companie beskrivning och notera
       FCKeditorForProduct=WYSIWYG skapande / upplaga av produkter / tjänster: s beskrivning och anteckning
      -FCKeditorForProductDetails=WYSIWYG skapande / redigering av artikeldetaljrader för alla enheter (offertar, order, fakturor mm).  <font class="warning">Varning: Användning av detta alternativ är inte rekommenderat då det kan leda till problem med speciella tecken och sidformatering vid framställning av PDF-filer.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWYG skapande / utgåva av försändelser
       FCKeditorForUserSignature=WYSIWYG skapande / upplaga av signatur
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Anslutning lyckats men databasen ser inte ut att vara en OSCommerce databas (Key %s som inte finns i tabellen %s).
      -OSCommerceTestOk=Anslutning till servern &quot;%s&quot; på databas %s &quot;med användare&quot; %s framgångsrika.
      -OSCommerceTestKo1=Anslutning till servern &quot;%s&quot; lyckas, men databas %s &quot;kunde inte nås.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Anslutning till servern "% s" på databasen "% s" med användare "% s framgångsrika.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Anslutning till servern &quot;%s&quot; med användare &quot;%s&quot; misslyckades.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Om du använder en Point of Sale-modul (POS modul som standard eller annan extern modul), kan denna inställning ignoreras av din Point Of Sale modul. De flesta point of sales moduler är utformade för att skapa omedelbart en faktura och minska lager som standard oavsett är alternativ här. Så, om du behöver eller inte ha ett bestånd minskar när du registrerar en sälja från din Point of Sale, kolla även din POS-modul inrättas.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Meny utgår
       Menus=Menyer
      @@ -1548,7 +1561,7 @@ DetailRight=Villkor för att visa obehörig grå menyer
       DetailLangs=Lang filnamn för märkningen kodnyckel
       DetailUser=Intern / Extern / Alla
       Target=Målet
      -DetailTarget=Mål för länkar (_blank överst öppna ett nytt fönster)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Nivå (-1: toppmenyn 0: header-menyn&gt; 0 menyn och undermeny)
       ModifMenu=Meny förändring
       DeleteMenu=Ta bort menyalternativet
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=Mervärdesskatt skall betalas: <br> - Om leverans / betalni
       OptionVatDebitOptionDesc=Mervärdesskatt skall betalas: <br> - Om leverans / betalning för varor <br> - På fakturan (debet) för tjänster
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Tid för moms exigibility standard enligt vald alternativ:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Vid leverans
       OnPayment=Mot betalning
       OnInvoice=På faktura
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Köpa konto. kod
       AgendaSetup=Åtgärder och dagordning modul setup
       PasswordTogetVCalExport=Viktiga att tillåta export länk
       PastDelayVCalExport=Inte exporterar fall äldre än
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Ställs in automatiskt denna typ av händelse till sökfilter av dagordning view
      -AGENDA_DEFAULT_FILTER_STATUS=Ställs in automatiskt denna status för evenemang till sökfilter av dagordning view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Vilken flik vill du öppna som standard vid val av meny Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Klicka för att Dial modul setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales modul setup
      -CashDeskThirdPartyForSell=Standard generiska tredje part att använda för Sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Konto som ska användas för att ta emot kontant betalning
       CashDeskBankAccountForCheque= Konto som ska användas för att ta emot betalningar med check
       CashDeskBankAccountForCB= Konto som ska användas för att ta emot kontant betalning med kreditkort
      -CashDeskDoNotDecreaseStock=Inaktivera lager minskar när en försäljning sker från Point of Sale (om "nej", stock minskning görs för varje säljer görs från POS, vad är alternativet inställt i modul Stock).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Tvinga och begränsa lager att använda för aktie minskning
      -StockDecreaseForPointOfSaleDisabled=Stock minskning från Point of Sale inaktiv
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Stock minskning av POS är inte kompatibelt med mycket hantering
      -CashDeskYouDidNotDisableStockDecease=Du har inte inaktivera lager minskning när du gör en sälja från Point of Sale. Så ett lager krävs.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Bokmärk modul setup
      -BookmarkDesc=Den här modulen kan du hantera bokmärken. Du kan också lägga genvägar till alla Dolibarr sidor eller externale webbplatser på din vänstra menyn.
      +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.
       NbOfBoomarkToShow=Maximalt antal bokmärken som visas i vänstermenyn
       ##### WebServices #####
       WebServicesSetup=WebServices modul setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-bolag modul setup
       ##### Suppliers #####
       SuppliersSetup=Leverantör modul setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Leverantörsfakturor numrerings modeller
       IfSetToYesDontForgetPermission=Om satt till ja, glöm inte att ge behörighet till grupper eller användare som tillåts för den andra godkännande
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Projekt modul setup
       ProjectsModelModule=S rapport dokument modell
       TasksNumberingModules=Uppgifter nummermodulen
       TaskModelModule=Uppgifter rapporter dokumentmodell
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan hitta alternativ f
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=Lista över fasta anmälningar
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Tröskelvärde
       BackupDumpWizard=Guiden för att bygga databas backup dumpfilen
       SomethingMakeInstallFromWebNotPossible=Installation av extern modul är inte möjligt från webbgränssnittet av följande skäl:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Installation av extern modul från ans
       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=Markera tabelllinjer när musen flytta passerar över
       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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Bakgrundsfärg för ännu bords linjer
       MinimumNoticePeriod=Minsta varseltid (Din ledighet begäran måste göras innan denna försening)
       NbAddedAutomatically=Antal dagar som läggs till räknare av användare (automatiskt) varje månad
       EnterAnyCode=Detta fält innehåller en hänvisning till identifiera linje. Ange något värde i ditt val, men utan specialtecken.
      -UnicodeCurrency=Ange här mellan hängslen, lista över bytenummer som representerar valutasymbolen. För exemple: för $ anger [36] - för brazil real R $ [82,36] - för €, ange [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=Position of line i kombinationslistor
       SellTaxRate=Försäljning skattesats
       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=När du skapar en möjlighet, kommer du har definierat en uppskattad mängd projekt / bly. Enligt status möjligheter, kan detta belopp multiplicated av denna kurs att utvärdera totala beloppet alla dina möjligheter kan generera. Värdet är procent (mellan 0 och 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=Denna mall rekord är tillägnad vilket element
       TypeOfTemplate=Typ av mall
      -TemplateIsVisibleByOwnerOnly=Mall syns av ägaren endast
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=Timezone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sv_SE/companies.lang b/htdocs/langs/sv_SE/companies.lang
      index 3360604cebf..2a0ee1467df 100644
      --- a/htdocs/langs/sv_SE/companies.lang
      +++ b/htdocs/langs/sv_SE/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Välj en tredje part
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Radera en kontakt
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Ny tredje part
      -MenuNewCustomer=Ny kund
      -MenuNewProspect=Ny möjlig kund
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Nya privatperson
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Skapa tredje part
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Tredje part kontakt/adress
       Company=Företag
       CompanyName=Företagets namn
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Företag
      -CountryIsInEEC=Landet är inom Europeiska ekonomiska gemenskapen
      -ThirdPartyName=Tredje parts namn
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Tredje part
      -ThirdParties=Tredje part
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Möjliga kunder
       ThirdPartyProspectsStats=Möjliga kunder
       ThirdPartyCustomers=Kunder
       ThirdPartyCustomersStats=Kunder
       ThirdPartyCustomersWithIdProf12=Kunder med %s eller %s
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=Tredje part typ
      +ThirdPartyType=Type of company
       Individual=Privatperson
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Moderbolaget
       Subsidiaries=Dotterbolag
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=Postnummer
       Town=Stad
       Web=Webb
       Poste= Position
      -DefaultLang=Språk som standard
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Förslag
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntaxen är giltigt
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Denna kund har en rabatt på <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Denna kund har ingen relativ rabatt som standard
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Denna kund har fortfarande kreditnotor för <b>%s %s</b>
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Ingen
      -Supplier=Leverantör
      +Supplier=Vendor
       AddContact=Skapa kontakt
       AddContactAddress=Skapa kontakt / adress
       EditContact=Redigera kontakt / adress
      @@ -303,22 +303,22 @@ AddThirdParty=Skapa tredje part
       DeleteACompany=Ta bort ett företag
       PersonalInformations=Personuppgifter
       AccountancyCode=Redovisningskonto
      -CustomerCode=Kundnummer
      -SupplierCode=Vendor code
      -CustomerCodeShort=Kundnummer
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Kundnummer, unik för varje kund
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Krävs om tredje part är en kund eller möjlig kund
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Giltigheten kontrolleras av modul
      -ThisIsModuleRules=Detta är reglerna för denna modul
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Möjlig kund att kontakta
       CompanyDeleted=Företaget "%s" raderad från databasen.
       ListOfContacts=Lista med kontakter / adresser
       ListOfContactsAddresses=Lista med kontakter / adresser
      -ListOfThirdParties=Förteckning över tredje part
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Visa kontakt
       ContactsAllShort=Alla (inget filter)
       ContactType=Kontakttyp
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Denna kontakt är inte kontakt i någon kommersiell offe
       NoContactForAnyContract=Denna kontakt är inte kontakt för något kontrakt
       NoContactForAnyInvoice=Denna kontakt är inte kontakt för någon faktura
       NewContact=Ny kontakt
      -NewContactAddress=Ny kontakt / adress
      +NewContactAddress=New Contact/Address
       MyContacts=Mina kontakter
       Capital=Kapital
       CapitalOf=Kapital %s
       EditCompany=Redigera företag
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kontrollera
      -VATIntraCheckDesc=Länken <b>%s</b> gör det möjligt att söka Europeiska moms tjänsten. Tillgång till internet från servern krävs för att denna tjänst ska fungera.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Kontrollera moms inom gemenskapen på EU-kommissionens webbplats
      -VATIntraManualCheck=Du kan också kontrollera manuellt från europeiska webbplatsen <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Kontroll inte möjlig. Kontrollera om tjänsten tillhandahålls av medlemsstaten (%s).
      -NorProspectNorCustomer=Varken möjlig kund eller kund
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Personal
       ProspectLevelShort=Potentiella
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export-kort för att formatera
       ContactNotLinkedToCompany=Kontakt ej länkad till någon tredje part
       DolibarrLogin=Dolibarr inloggning
       NoDolibarrAccess=Dolibarr ej nåbar
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Kontakter och egenskaper
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Prisnivå
       DeliveryAddress=Leveransadress
       AddAddress=Lägg till adress
      @@ -402,16 +402,16 @@ DeleteFile=Ta bort fil
       ConfirmDeleteFile=Är du säker på att du vill ta bort denna fil?
       AllocateCommercial=Assigned to sales representative
       Organization=Organisation
      -FiscalYearInformation=Information om räkenskapsåret
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Första månad av verksamhetsåret
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Lista över möjliga kunder
      -ListCustomersShort=Lista över kunder
      -ThirdPartiesArea=Tredje part och kontaktyta
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Totalt unika tredje part
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Öppen
       ActivityCeased=Stängt
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Obetalda fakturor
       OutstandingBill=Max för obetald faktura
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Kund / leverantör-nummer är ledig. Denna kod kan ändras när som helst.
       ManagingDirectors=Företagledares namn (vd, direktör, ordförande ...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sv_SE/errors.lang b/htdocs/langs/sv_SE/errors.lang
      index d41fdfe2cd4..f8d0a502321 100644
      --- a/htdocs/langs/sv_SE/errors.lang
      +++ b/htdocs/langs/sv_SE/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Värde &quot;%s&quot; har fel datumformat
       ErrorWrongDate=Datum är inte korrekt!
       ErrorFailedToWriteInDir=Misslyckades med att skriva i katalogen %s
       ErrorFoundBadEmailInFile=Hittade felaktig e-syntax för %s rader i filen (t.ex. linje %s med email = %s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Vissa obligatoriska fält inte fylls.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Misslyckades med att skapa en katalog. Kontrollera att webbservern användaren har rättigheter att skriva till Dolibarr dokument katalogen. Om parametern <b>safe_mode</b> är aktiv på PHP, kontrollera att Dolibarr php-filer äger till webbserver användare (eller grupp).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Vänligen fyll i värde för utvald lista
       ErrorNoValueForCheckBoxType=Vänligen fyll i värde för krysslista
       ErrorNoValueForRadioType=Vänligen fyll i värde för radiolista
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Fält <b>%s</b> inte innehåller specialtecken.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Ingen bokföring modul aktiverad
       ErrorExportDuplicateProfil=Detta profilnamn finns redan för denna export.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matchning inte är fullständig.
       ErrorLDAPMakeManualTest=A. LDIF filen har genererats i katalogen %s. Försök att läsa in den manuellt från kommandoraden för att få mer information om fel.
      -ErrorCantSaveADoneUserWithZeroPercentage=Kan inte spara en åtgärd med &quot;inte Statut startade&quot; om fältet &quot;görs av&quot; är också fylld.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref används för att skapa finns redan.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Kan inte ta bort posten. Den används redan eller ingå i annat föremål.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript måste inte avaktiveras att ha denna funktion fungerar. Aktivera / inaktivera Javascript, gå till menyn Hem-> Inställningar-> Display.
       ErrorPasswordsMustMatch=Båda skrivit lösenord måste matcha varandra
      -ErrorContactEMail=Ett tekniskt fel uppstod. Vänligen kontakta administratören att följa <b>e-%s</b> en ge <b>%s</b> felkod i ditt meddelande, eller ännu bättre genom att lägga till en skärm kopia av denna sida.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Felaktigt värde för antalet <b>%s</b> området (värde <b>&quot;%s&quot;</b> inte matchar regex regel <b>%s)</b>
       ErrorFieldValueNotIn=Fel värde för <b>%s</b> fältnummer (värde <b>&quot;%s&quot;</b> är inte ett värde tillgängligt i fält <b>%s</b> av tabell <b>%s)</b>
       ErrorFieldRefNotIn=Fel värde för <b>%s</b> fältnummer (värde <b>&quot;%s&quot;</b> är inte ett <b>%s</b> befintlig ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivirusprogrammet inte har kunnat validera (fil
       ErrorSpecialCharNotAllowedForField=Speciella tecken är inte tillåtna för användning i fält &quot;%s&quot;
       ErrorNumRefModel=En hänvisning finns i databasen (%s) och är inte förenligt med denna numrering regel. Ta bort post eller bytt namn hänvisning till aktivera den här modulen.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Fel på masken
       ErrorBadMaskFailedToLocatePosOfSequence=Fel, mask utan löpnummer
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Fel, dåligt återställningsvärde
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Välj minst en post.
      -ErrorDeleteNotPossibleLineIsConsolidated=Bort icke möjlig, eftersom post är kopplad till en bank Kontoinformation som blidkades
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s tilldelas ett annat tredje
       ErrorFailedToSendPassword=Misslyckades med att skicka lösenord
       ErrorFailedToLoadRSSFile=Inte få RSS-flöde. Försök att lägga konstant MAIN_SIMPLEXMLLOAD_DEBUG Om felmeddelanden inte ger tillräckligt med information.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Användaren med inloggning <b>%s</b> kunde inte hittas.
       ErrorLoginHasNoEmail=Denna användare har inga e-postadress. Process avbruten.
       ErrorBadValueForCode=Dåligt värde typer för kod. Försök igen med ett nytt värde ...
       ErrorBothFieldCantBeNegative=Fält %s och %s kan inte vara både negativt
      +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=Kvantitet för linje i kundfakturor kan inte vara negativt
       ErrorWebServerUserHasNotPermission=Användarkonto <b>%s</b> användas för att exekvera webbserver har ingen behörighet för den
       ErrorNoActivatedBarcode=Ingen streckkod typ aktiveras
      @@ -138,7 +141,7 @@ ErrorBadFormat=Dåligt format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Fel, det finns några leveranser kopplade till denna sändning. Radering vägrade.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Kan inte ta bort en betalning som delas av minst en faktura med status betalt
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Kan inte tilldela till konstant '%s'
       ErrorPriceExpression2=Kan inte omdefiniera inbyggd funktion %s
       ErrorPriceExpression3=Odefinierad variabel '%s' i funktionsdefinition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Oväntad '%s'
       ErrorPriceExpression6=Fel antal argument (%s givet, %s förväntades)
       ErrorPriceExpression8=Oväntad operatör '%s'
       ErrorPriceExpression9=Ett oväntat fel uppstod
      -ErrorPriceExpression10=Iperator %s saknar operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Förväntar '%s'
       ErrorPriceExpression14=Division med noll
       ErrorPriceExpression17=Odefinierad variabel '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Ett bokmärke med denna avdelning eller detta mål
       WarningPassIsEmpty=Varning, är databasen lösenord tom. Detta är ett säkerhetshål. Du bör lägga till ett lösenord till din databas och ändra din conf.php fil som återspeglar detta.
       WarningConfFileMustBeReadOnly=Varning, konfigurationsfilen <b>(htdocs / conf / conf.php)</b> kan din skrivas över av den webbserver. Detta är ett allvarligt säkerhetshål. Ändra behörigheter på fil för att vara i skrivskyddat läge för operativsystem som användare som används av webbservern. Om du använder Windows och FAT format för din disk, måste du veta att det här filsystemet inte är möjligt att lägga till behörigheter för filen, så kan inte vara helt säker.
       WarningsOnXLines=Varningar om <b>%s</b> källrader
      -WarningNoDocumentModelActivated=Ingen modell för handling generation, har aktiverats. En modell kommer att valde som standard tills du kontrollera din modul konfiguration.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Varning, när installationen är klar måste du inaktivera installera / migrera verktyg genom att lägga till en fil <b>install.lock</b> i <b>katalogen %s.</b> Saknas denna fil så är det ett säkerhetshål.
      -WarningUntilDirRemoved=Alla säkerhetsvarningar (synlig av admin-användare) förblir aktiv så länge sårbarheten är närvarande (eller att konstant MAIN_REMOVE_INSTALL_WARNING läggs i Start-> Other Setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Varning, är stängning göras även om beloppet varierar mellan källa och mål element. Aktivera den här funktionen med försiktighet.
       WarningUsingThisBoxSlowDown=Varning, använder denna ruta bromsa allvarligt alla sidor som visar lådan.
       WarningClickToDialUserSetupNotComplete=Inställning av ClickToDial informationen för ditt användarkonto är inte fullständiga (se fliken ClickToDial på din användarkortet).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sv_SE/interventions.lang b/htdocs/langs/sv_SE/interventions.lang
      index 75c0a003350..d174906e064 100644
      --- a/htdocs/langs/sv_SE/interventions.lang
      +++ b/htdocs/langs/sv_SE/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Insatser
       InterventionCard=Intervention kort
       NewIntervention=Nya insatser
       AddIntervention=Skapa ingripande
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Förteckning över åtgärder
       ActionsOnFicheInter=Åtgärder för ingripande
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/sv_SE/main.lang b/htdocs/langs/sv_SE/main.lang
      index 9dd3c43bb9f..21a26dc7b3f 100644
      --- a/htdocs/langs/sv_SE/main.lang
      +++ b/htdocs/langs/sv_SE/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Det gick inte att skicka e-post (avsändare = %s, mottagar
       ErrorFileNotUploaded=Filen har inte laddats upp. Kontrollera att storleken inte överskrider högsta tillåtna, att det finns plats på disken och att det inte redan finns en fil med samma namn i den här katalogen.
       ErrorInternalErrorDetected=Fel upptäckt
       ErrorWrongHostParameter=Fel värdparameter
      -ErrorYourCountryIsNotDefined=Ert land är inte definierat. Gå till Hem-Setup-Edit och post igen formuläret.
      -ErrorRecordIsUsedByChild=Misslyckades att ta bort denna post. Denna post används av minst en barn-post.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Fel värde
       ErrorWrongValueForParameterX=Felaktigt värde för parametern %s
       ErrorNoRequestInError=Ingen begäran av misstag
      -ErrorServiceUnavailableTryLater=Tjänsten är inte tillgänglig för tillfället. Försök igen senare.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Dublett-värde i ett unikt fält
      -ErrorSomeErrorWereFoundRollbackIsDone=Fel hittades. Vi återställer förändringarna.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> är inte definierad i Dolibarr konfigurationsfil <b>conf.php.</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Det gick inte att hitta användare <b>%s</b> i Dolibarr databas.
       ErrorNoVATRateDefinedForSellerCountry=Fel, ingen moms har definierats för landet '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Fel, kunde inte spara filen.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Ställ in datum
       SelectDate=Välj datum
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Filen har laddats upp
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=En fil är vald att bifogas, men har ännu inte laddats upp. Klicka på 'Bifoga fil' för detta.
      -NbOfEntries=Antal värden
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Läs hjälpen
       RecordSaved=Post sparades
      @@ -94,7 +94,7 @@ Undefined=Odefinierad
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Se ovan
      -HomeArea=Hem område
      +HomeArea=Hem
       LastConnexion=Latest connection
       PreviousConnexion=Tidigare anslutning
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Stängt
       Closed2=Stängt
       NotClosed=Not closed
       Enabled=Aktiverat
      +Enable=Aktivera
       Deprecated=Föråldrad
       Disable=Inaktivera
       Disabled=Inaktiverad
      @@ -153,7 +154,7 @@ Update=Uppdatera
       Close=Stäng
       CloseBox=Remove widget from your dashboard
       Confirm=Bekräfta
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Ta bort
       Remove=Ta bort
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Kopiera
       Paste=Klistra in
       Default=Standard
       DefaultValue=Standardvärde
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Pris
       PriceCurrency=Price (currency)
       UnitPrice=Pris per enhet
      @@ -347,7 +348,7 @@ AmountTTCShort=Belopp (inkl. moms)
       AmountHT=Belopp (netto efter skatt)
       AmountTTC=Belopp (inkl. moms)
       AmountVAT=Belopp moms
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Ej tillämpligt
       ActionRunningNotStarted=Inte påbörjats
       ActionRunningShort=In progress
       ActionDoneShort=Färdiga
      -ActionUncomplete=Icke klar
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generera
       Duration=Längd
       TotalDuration=Total längd
       Summary=Sammanfattning
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Tillgängliga
       NotYetAvailable=Ännu inte tillgängligt
      @@ -468,7 +469,7 @@ and=och
       or=eller
       Other=Andra
       Others=Övrigt
      -OtherInformations=Övriga upplysningar
      +OtherInformations=Other information
       Quantity=Kvantitet
       Qty=Antal
       ChangedBy=Ändrad av
      @@ -506,7 +507,7 @@ None=Ingen
       NoneF=Ingen
       NoneOrSeveral=None or several
       Late=Sent
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Bild
       Photos=Bilder
      @@ -530,18 +531,6 @@ September=September
       October=Oktober
       November=November
       December=December
      -JanuaryMin=Jan
      -FebruaryMin=Feb
      -MarchMin=Mar
      -AprilMin=Apr
      -MayMin=Maj
      -JuneMin=Jun
      -JulyMin=Juli
      -AugustMin=Aug
      -SeptemberMin=Sep
      -OctoberMin=Okt
      -NovemberMin=Nov
      -DecemberMin=Dec
       Month01=Januari
       Month02=Februari
       Month03=Mars
      @@ -646,6 +635,8 @@ SendMail=Skicka e-post
       EMail=E-mail
       NoEMail=Ingen e-post
       Email=epost
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=Ingen mobiltelefon
       Owner=Ägare
       FollowingConstantsWillBeSubstituted=Följande konstanter kommer att ersätta med motsvarande värde.
      @@ -677,7 +668,7 @@ NeverReceived=Aldrig fick
       Canceled=Annullerad
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Färg
       Documents=Länkade filer
       Documents2=Dokument
      @@ -716,15 +707,15 @@ Merge=Sammanfoga
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Visa sidan för att skriva ut huvudinnehållet
       MenuManager=Menyhanteraren
      -WarningYouAreInMaintenanceMode=Varning, du är i en underhållsmode, så bara login <b>%s</b> får använda tillämpningen för tillfället.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Systemfel
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Kreditkort
       ValidatePayment=Bekräfta betalning
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fält med <b>%s</b> är obligatoriska
      -FieldsWithIsForPublic=Fält med <b>%s</b> visas på offentlig lista över medlemmar. Om du inte vill det, avmarkera "offentlig".
      -AccordingToGeoIPDatabase=(Enligt GeoIP omvandling)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Stöds inte
       RequiredField=Obligatoriskt fält
      @@ -732,6 +723,8 @@ Result=Resultat
       ToTest=Test
       ValidateBefore=Kortet måste valideras innan du använder den här funktionen
       Visibility=Synlighet
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Privat
       Hidden=Dolda
       Resources=Resurser
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=Länk för att beställa
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Skapa utkast
       SetToDraft=Tillbaka till utkast
       ClickToEdit=Klicka för att redigera
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Per dag
       BySalesRepresentative=Genom säljare
       LinkedToSpecificUsers=Länkad till särskild användarekontakt
       NoResults=Inga resultat
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Systemverktyg
       ModulesSystemTools=Modulverktyg
       Test=Test
       Element=Element
       NoPhotoYet=Inga bilder tillgängliga
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Avdragsgill
       from=från
       toward=mot
      @@ -802,7 +797,7 @@ PrintFile=Skriv ut fil %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Visar ingripande
       ShowContract=Visa kontrakt
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Radera rad
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Klassificera billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Kalender
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Evenemang
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Projekt
       Projects=Projekt
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Behörigheter
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Måndag
       Tuesday=Tisdag
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Insatser
       SearchIntoContracts=Kontrakt
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Räkningar
      -SearchIntoLeaves=Löv
      +SearchIntoLeaves=Leave
       CommentLink=Kommentarer
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Alla
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Påverkas i
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=Fil delad via länk
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/sv_SE/other.lang b/htdocs/langs/sv_SE/other.lang
      index ba1c762581c..a751e08a1d2 100644
      --- a/htdocs/langs/sv_SE/other.lang
      +++ b/htdocs/langs/sv_SE/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Säkerhetskod
       NumberingShort=N°
       Tools=Verktyg
       TMenuTools=Verktyg
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Födelsedag
       BirthdayDate=Birthday date
       DateToBirth=Födelsedatum
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Meddelande på validerade betalning återvänder sida
       MessageKO=Meddelande om avbokning betalning återvänder sida
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validerade
      -Notify_FICHINTER_SENTBYMAIL=Ingripande skickas per post
       Notify_ORDER_VALIDATE=Kundorder validerade
       Notify_ORDER_SENTBYMAIL=Kundorder skickas per post
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Leverantör beställning skickas per post
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Leverantör för godkänd
       Notify_ORDER_SUPPLIER_REFUSE=Leverantör för vägrat
       Notify_PROPAL_VALIDATE=Kunden förslag validerade
      -Notify_PROPAL_CLOSE_SIGNED=Kunden propal stängd tecknat
      -Notify_PROPAL_CLOSE_REFUSED=Kunden propal stängd vägrade
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Kommersiell förslag skickas per post
       Notify_WITHDRAW_TRANSMIT=Överföring tillbakadragande
       Notify_WITHDRAW_CREDIT=Credit tillbakadragande
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Tredje part som skapats
       Notify_COMPANY_SENTBYMAIL=Post som skickas från tredjepartskort
       Notify_BILL_VALIDATE=Kundfaktura validerade
       Notify_BILL_UNVALIDATE=Kundfakturan Fraktpris saknas
      -Notify_BILL_PAYED=Kundfaktura betalade
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Kundfaktura avbryts
       Notify_BILL_SENTBYMAIL=Kundfaktura skickas per post
       Notify_BILL_SUPPLIER_VALIDATE=Leverantörsfaktura validerade
      -Notify_BILL_SUPPLIER_PAYED=Leverantörsfaktura betalas
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Leverantör faktura skickas per post
       Notify_BILL_SUPPLIER_CANCELED=Leverantör faktura annulleras
       Notify_CONTRACT_VALIDATE=Kontrakt validerade
       Notify_FICHEINTER_VALIDATE=Intervention validerade
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Ingripande skickas per post
       Notify_SHIPPING_VALIDATE=Frakt validerade
       Notify_SHIPPING_SENTBYMAIL=Leverans skickas per post
       Notify_MEMBER_VALIDATE=Medlem validerade
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Projekt skapande
       Notify_TASK_CREATE=Task skapade
       Notify_TASK_MODIFY=Task modifierad
       Notify_TASK_DELETE=Uppgift utgår
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Antal bifogade filer / dokument
       TotalSizeOfAttachedFiles=Total storlek på bifogade filer / dokument
       MaxSize=Maximal storlek
       AttachANewFile=Bifoga en ny fil / dokument
       LinkedObject=Länkat objekt
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> är en information är beroende av tredje part land. <br> Till exempel för landets <b>%s,</b> det är kod <b>%s.</b>
       DolibarrDemo=Dolibarr ERP / CRM-demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Interventionen %s har validerats.
       EMailTextInvoiceValidated=Fakturan %s har validerats.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Förslaget %s har validerats.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Ordern %s har validerats.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Ordern %s har godkänts av %s.
       EMailTextOrderRefused=Ordern %s har avslagits.
       EMailTextOrderRefusedBy=Ordern %s har avslagits %s.
       EMailTextExpeditionValidated=Leveransen %s har validerats.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Import dataunderlaget
       DolibarrNotification=Automatisk anmälan
       ResizeDesc=Ange nya <b>bredd</b> eller ny höjd. Förhållandet kommer att hållas under storleksändring ...
      @@ -204,7 +212,7 @@ NewLength=Ny bredd
       NewHeight=Ny höjd
       NewSizeAfterCropping=Ny storlek efter beskärning
       DefineNewAreaToPick=Definiera nya området på bilden för att plocka (till vänster klicka på bilden och dra tills du kommer till motsatt hörn)
      -CurrentInformationOnImage=Detta verktyg har utformats för att hjälpa dig att ändra storlek på eller beskära en bild. Detta är informationer om aktuella redigerade bilden
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Bildredigerare
       YouReceiveMailBecauseOfNotification=Du får detta meddelande eftersom din e-post har lagts till i förteckningen över de mål som skall informeras om särskilda händelser i %s programvara %s.
       YouReceiveMailBecauseOfNotification2=Denna händelse är följande:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Export område
      diff --git a/htdocs/langs/sv_SE/projects.lang b/htdocs/langs/sv_SE/projects.lang
      index a148b37b8ec..c6c08153f1a 100644
      --- a/htdocs/langs/sv_SE/projects.lang
      +++ b/htdocs/langs/sv_SE/projects.lang
      @@ -33,14 +33,14 @@ 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=Visa projekt
       ShowTask=Visa uppgift
       SetProject=Ställ projekt
       NoProject=Inget projekt definieras eller ägs
      -NbOfProjects=Nb av projekt
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Tid som tillbringas
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Förteckning över de kommersiella förslag i samband med projektet
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Förteckning över avtal i samband med projektet
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Lista över åtgärder i samband med projektet
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Förteckning över åtgärder i samband med projektet
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Uppgift %s skapad
       TaskModifiedInDolibarr=Uppgift %s modifierade
       TaskDeletedInDolibarr=Uppgift %s raderad
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Bidragsgivare
       SelectElement=Välj elementet
       AddElement=Länk till inslag
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planerad arbetsbelastning
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Förslag
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/sw_SW/admin.lang b/htdocs/langs/sw_SW/admin.lang
      index d7042e784dc..08508d4e6e8 100644
      --- a/htdocs/langs/sw_SW/admin.lang
      +++ b/htdocs/langs/sw_SW/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/sw_SW/companies.lang b/htdocs/langs/sw_SW/companies.lang
      index b3e1e7b6c86..e5de5614886 100644
      --- a/htdocs/langs/sw_SW/companies.lang
      +++ b/htdocs/langs/sw_SW/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/sw_SW/errors.lang b/htdocs/langs/sw_SW/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/sw_SW/errors.lang
      +++ b/htdocs/langs/sw_SW/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/sw_SW/interventions.lang b/htdocs/langs/sw_SW/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/sw_SW/interventions.lang
      +++ b/htdocs/langs/sw_SW/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/sw_SW/main.lang b/htdocs/langs/sw_SW/main.lang
      index 5d400fafa87..100a249f418 100644
      --- a/htdocs/langs/sw_SW/main.lang
      +++ b/htdocs/langs/sw_SW/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/sw_SW/other.lang b/htdocs/langs/sw_SW/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/sw_SW/other.lang
      +++ b/htdocs/langs/sw_SW/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/sw_SW/projects.lang b/htdocs/langs/sw_SW/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/sw_SW/projects.lang
      +++ b/htdocs/langs/sw_SW/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/th_TH/admin.lang b/htdocs/langs/th_TH/admin.lang
      index 1b3c4fcb25f..6145570691a 100644
      --- a/htdocs/langs/th_TH/admin.lang
      +++ b/htdocs/langs/th_TH/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=พัฒนาการ
       VersionUnknown=ไม่ทราบ
       VersionRecommanded=แนะนำ
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=จัดการที่จะบันทึกการ
       SessionSavePath=การจัดเก็บข้อมูลการแปลเซสชั่น
       PurgeSessions=ล้างของการประชุม
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=จัดการประหยัดเซสชั่นการกำหนดค่าใน PHP ของคุณไม่อนุญาตให้มีการแสดงรายการทั้งหมดประชุมทำงาน
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=ล็อคการเชื่อมต่อใหม่
      -ConfirmLockNewSessions=คุณแน่ใจหรือว่าต้องการ จำกัด การเชื่อมต่อ Dolibarr ใหม่ ๆ ให้กับตัวเอง <b>ผู้ใช้% s</b> เท่านั้นที่จะสามารถเชื่อมต่อหลังจากนั้น
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=ถอดตัวล็อคเชื่อมต่อ
       YourSession=เซสชั่นของคุณ
      -Sessions=เซสชั่นผู้ใช้
      +Sessions=Users sessions
       WebUserGroup=ผู้ใช้เว็บเซิร์ฟเวอร์ / กลุ่ม
      -NoSessionFound=PHP ของคุณดูเหมือนว่าจะไม่อนุญาตให้มีการแสดงรายการการประชุมที่ใช้งาน ไดเรกทอรีที่ใช้ในการบันทึกการประชุม <b>(% s)</b> อาจได้รับการคุ้มครอง (ตัวอย่างเช่นโดยการใช้สิทธิ์ OS หรือ PHP สั่ง open_basedir)
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=ฐานข้อมูล charset ในการเก็บข้อมูล
       DBSortingCharset=ฐานข้อมูล charset ในการจัดเรียงข้อมูล
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=ผู้ใช้ภายนอก
       InternalUsers=ผู้ใช้ภายใน
       ExternalUsers=ผู้ใช้ภายนอก
       GUISetup=แสดง
      -SetupArea=พื้นที่ติดตั้ง
      +SetupArea=การติดตั้ง
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=แบบทดสอบการอัปโหลดไฟล์ (ตามการตั้งค่า)
       IfModuleEnabled=หมายเหตุ: <b>ใช่จะมีผลเฉพาะถ้าโมดูล% s</b> ถูกเปิดใช้งาน
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=รหัสไม่สามารถมีค่า
       DisableJavascript=ปิดการใช้งาน JavaScript และฟังก์ชั่นอาแจ็กซ์ (แนะนำสำหรับคนตาบอดหรือเบราว์เซอร์ข้อความ)
       UseSearchToSelectCompanyTooltip=นอกจากนี้ถ้าคุณมีจำนวนมากของบุคคลที่สาม (> 100 000) คุณสามารถเพิ่มความเร็วโดยการตั้งค่า COMPANY_DONOTSEARCH_ANYWHERE คงเป็น 1 ใน Setup-> อื่น ๆ ค้นหาแล้วจะถูก จำกัด ในการเริ่มต้นของสตริง
       UseSearchToSelectContactTooltip=นอกจากนี้ถ้าคุณมีจำนวนมากของบุคคลที่สาม (> 100 000) คุณสามารถเพิ่มความเร็วโดยการตั้งค่า CONTACT_DONOTSEARCH_ANYWHERE คงเป็น 1 ใน Setup-> อื่น ๆ ค้นหาแล้วจะถูก จำกัด ในการเริ่มต้นของสตริง
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr ของตัวละครที่จะเรียกการค้นหา:% s
       NotAvailableWhenAjaxDisabled=ไม่สามารถใช้ได้เมื่ออาแจ็กซ์ปิดการใช้งาน
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=ตัวอย่างที่ไม่สามารถ
       ThemeCurrentlyActive=รูปแบบที่ใช้งานอยู่ในปัจจุบัน
       CurrentTimeZone=เขต PHP (เซิร์ฟเวอร์)
       MySQLTimeZone=เขตฐาน (ฐานข้อมูล)
      -TZHasNoEffect=วันที่มีการจัดเก็บและส่งกลับโดยเซิร์ฟเวอร์ฐานข้อมูลราวกับว่าพวกเขาจะถูกเก็บไว้เป็นสตริงยื่น เขตมีผลเฉพาะเมื่อใช้ฟังก์ชั่น UNIX_TIMESTAMP (ที่ไม่ควรนำมาใช้โดย Dolibarr ดังนั้นฐานข้อมูล TZ ควรจะมีไม่มีผลกระทบแม้ว่าการเปลี่ยนแปลงหลังจากถูกป้อนข้อมูล)
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=ช่องว่าง
       Table=ตาราง
       Fields=ทุ่ง
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=กระตือรือร้น
       SetupShort=การติดตั้ง
       OtherOptions=ตัวเลือกอื่น ๆ
      -OtherSetup=ตั้งค่าอื่น ๆ
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=คั่นทศนิยม
       CurrentValueSeparatorThousand=พันคั่น
       Destination=ปลายทาง
       IdModule=โมดูล ID
       IdPermissions=ID สิทธิ์
       LanguageBrowserParameter=s พารามิเตอร์%
      -LocalisationDolibarrParameters=พารามิเตอร์ภาษาท้องถิ่น
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=โซนเวลาไคลเอ็นต์ (ผู้ใช้)
       ClientHour=เวลาไคลเอ็นต์ (ผู้ใช้)
       OSTZ=ระบบปฏิบัติการเซิร์ฟเวอร์โซนเวลา
      @@ -126,8 +126,8 @@ PHPTZ=PHP เซิร์ฟเวอร์โซนเวลา
       DaylingSavingTime=ปรับเวลาตามฤดูกาล
       CurrentHour=PHP เวลา (เซิร์ฟเวอร์)
       CurrentSessionTimeOut=หมดเวลาการใช้งานปัจจุบัน
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (ภาษาเบราว์เซอร์)
       FeatureDisabledInDemo=ปิดใช้งานคุณลักษณะในการสาธิต
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=องค์ประกอบเฉพาะจาก <a href="%s">โมดูลที่เปิดใช้งาน</a> จะแสดง
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=ใหม่
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore สถานที่อย่างเป็นทางการสำหรับตลาด Dolibarr ERP / CRM โมดูลภายนอก
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=ลิงค์
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=จะไม่จัดเก็บรหัสผ่
       MainDbPasswordFileConfEncrypted=รหัสผ่านฐานข้อมูลการเข้ารหัสใน conf.php (เปิดใช้แนะนำ)
       InstrucToEncodePass=จะมีรหัสผ่านที่เข้ารหัสเป็นไฟล์ <b>conf.php</b> เปลี่ยนสาย <br> <b>$ dolibarr_main_db_pass = "... ";</b> <br> โดย <br> <b>$ dolibarr_main_db_pass = "crypted:% s";</b>
       InstrucToClearPass=จะมีรหัสผ่านถอดรหัส (ชัดเจน) เป็นไฟล์ <b>conf.php</b> เปลี่ยนสาย <br> <b>$ dolibarr_main_db_pass = "crypted ... ";</b> <br> โดย <br> <b>$ dolibarr_main_db_pass = "% s";</b>
      -ProtectAndEncryptPdfFiles=การคุ้มครองของไฟล์ PDF ที่สร้าง (เปิดใช้งานไม่แนะนำแบ่งไฟล์ PDF รุ่นมวล)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=ลักษณะ
       DolibarrLicense=อนุญาต
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=สำหรับผู้ใช้หรือเอกสารพัฒนา (หมอคำถามที่พบบ่อย ... ), <br> ดูที่วิกิพีเดีย Dolibarr: <br> <a href="%s" target="_blank"><b>% s</b></a>
       ForAnswersSeeForum=สำหรับคำถามใด ๆ / ความช่วยเหลือคุณสามารถใช้ฟอรั่ม Dolibarr: <br> <a href="%s" target="_blank"><b>% s</b></a>
      -HelpCenterDesc1=พื้นที่บริเวณนี้จะสามารถช่วยให้คุณได้รับบริการสนับสนุนช่วยเหลือใน Dolibarr
      -HelpCenterDesc2=<b>เป็นส่วนหนึ่งของบริการนี้บางส่วนที่มีอยู่ในภาษาอังกฤษเท่านั้น</b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=จัดการเมนูปัจจุบัน
       MeasuringUnit=หน่วยการวัด
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=ระยะเวลาการแจ้งให้ทราบ
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS พอร์ต (โดยค่าเริ่มต้นใน <b>php.ini:% s)</b>
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS โฮสต์ (โดยค่าเริ่มต้นใน <b>php.ini:% s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS พอร์ต (ไม่กำหนดเข้า PHP บนระบบปฏิบัติการยูนิกซ์เช่นระบบ)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS โฮสต์ (ไม่กำหนดเข้า PHP บนระบบปฏิบัติการยูนิกซ์เช่นระบบ)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= ส่งระบบคาร์บอนสำเนาซ่อนของอีเมลที่ส่งไปทั้งหมด
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=วิธีการที่จะใช้ในการส่งอีเมล
      -MAIN_MAIL_SMTPS_ID=ID SMTP หากตร​​วจสอบที่จำเป็น
      -MAIN_MAIL_SMTPS_PW=รหัสผ่าน SMTP หากตร​​วจสอบที่จำเป็น
      -MAIN_MAIL_EMAIL_TLS= ใช้ TLS (SSL) เข้ารหัส
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=ปิดการใช้งานตอบรับ SMS ทั้งหมด (สำหรับวัตถุประสงค์ในการทดสอบหรือการสาธิต)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=วิธีการที่จะใช้ในการส่ง SMS
      -MAIN_MAIL_SMS_FROM=เริ่มต้นหมายเลขโทรศัพท์ของผู้ส่งสำหรับการส่ง SMS
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=คุณลักษณะที่ไม่สามารถใช้ได้บน Unix เหมือนระบบ ทดสอบโปรแกรม sendmail ในประเทศของคุณ
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=การติดตั้งโมดูล
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=อย่าใช้ในการผลิต
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=ขั้นตอนที่% s
      -FindPackageFromWebSite=หาแพคเกจที่มีคุณลักษณะที่คุณต้องการ (ตัวอย่างเช่นในเว็บไซต์อย่างเป็นทางการของ% s)
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=แพคเกจการดาวน์โหลด (เช่นจากเว็บไซต์อย่างเป็นทางการ% s)
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=รุ่นปัจจุบัน Dolibarr
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= สำหรับการตอบสนองที่ล่าช้าในการส่งออกในไม่กี่วินาทีแคช (0 หรือที่ว่างเปล่าสำหรับแคชไม่ได้)
       DisableLinkToHelpCenter=ซ่อนลิงค์ <b>"ต้องการความช่วยเหลือหรือการสนับสนุน"</b> ในหน้าเข้าสู่ระบบ
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=ไม่มีการตัดอัตโนมัติดังนั้นหากสายจะออกจากหน้าเอกสารที่ยาวเกินไปเพราะคุณต้องเพิ่มผลตอบแทนการขนส่งด้วยตัวคุณเองใน textarea
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=ระยะเวลาขั้นต่ำ
       LanguageFilesCachedIntoShmopSharedMemory=ไฟล์ .lang โหลดในหน่วยความจำที่ใช้ร่วมกัน
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=ตัวอย่างกับการตั้งค่าการทำงานในปัจจุบัน
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=รายการ OpenDocument ไดเรกทอรีแม่
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=จำนวน ODT / ODS ไฟล์แม่แบบที่พบในไดเรกทอรีเหล่านั้น
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=ตัวอย่างของไวยากรณ์: <br> C: \\ mydir <br> / home / mydir <br> DOL_DATA_ROOT / ECM / ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br> หากต้องการทราบวิธีการสร้างเอกสารของคุณ ODT แม่ก่อนที่จะเก็บไว้ในไดเรกทอรีเหล่านั้นอ่านเอกสารวิกิพีเดีย:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=กุญแจสำคัญในการใช้
       TestSubmitForm=รูปแบบการทดสอบการป้อนข้อมูล
       ThisForceAlsoTheme=การใช้ตัวจัดการเมนูนี้จะใช้รูปแบบของตัวเองสิ่งที่เป็นทางเลือกของผู้ใช้ นอกจากนี้ผู้จัดการเมนูนี้พิเศษสำหรับมาร์ทโฟนไม่ได้งานมาร์ทโฟนทั้งหมด ใช้จัดการเมนูอื่นหากคุณพบปัญหากับคุณ
       ThemeDir=ไดเรกทอรีกิน
      -ConnectionTimeout=Connexion หมดเวลา
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=หมดเวลาการตอบสนอง
       SmsTestMessage=ข้อความทดสอบจาก __PHONEFROM__ เพื่อ __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=กุญแจสำคัญในการรักษาความปลอดภัย URL ที่
      -NoSmsEngine=ไม่มีผู้จัดการผู้ส่ง SMS ที่มีอยู่ ผู้จัดการผู้ส่ง SMS ไม่ได้ติดตั้งที่มีการกระจายค่าเริ่มต้น (เพราะพวกเขาขึ้นอยู่กับผู้จัดจำหน่ายภายนอก) แต่คุณสามารถหาบางอย่างเกี่ยวกับ% s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=รูปแบบไฟล์ PDF
      -PDFDesc=คุณสามารถตั้งค่าตัวเลือกในแต่ละระดับโลกที่เกี่ยวข้องกับการสร้างรูปแบบไฟล์ PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=กฎการปลอมกล่องที่อยู่
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=ซ่อนรายละเอียดผลิตภัณฑ์ที่เกี่ยวกับการสร้างรูปแบบไฟล์ PDF
       HideRefOnPDF=ซ่อนอ้างอิงผลิตภัณฑ์ ในการสร้างรูปแบบไฟล์ PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=พารามิเตอร์ URL ที่การ
       SecurityTokenIsUnique=ใช้พารามิเตอร์ SecureKey ไม่ซ้ำกันสำหรับแต่ละ URL
       EnterRefToBuildUrl=ป้อนการอ้างอิงสำหรับวัตถุ% s
       GetSecuredUrl=รับ URL คำนวณ
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=อัตราภาษีมูลค่าเพิ่มเก่า
       NewVATRates=ใหม่อัตราภาษีมูลค่าเพิ่ม
       PriceBaseTypeToChange=การปรับเปลี่ยนราคาค่าอ้างอิงกับฐานที่กำหนดไว้ใน
      @@ -408,13 +412,13 @@ ExtrafieldSelect = เลือกรายการ
       ExtrafieldSelectList = เลือกจากตาราง
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=รหัสผ่าน
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=เชื่อมโยงไปยังวัตถุ
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=เริ่มต้นการเชื่อมโยง
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=คำเตือนค่านี้อาจถูกเขียนทับโดยการตั้งค่าของผู้ใช้เฉพาะ (ผู้ใช้แต่ละคนสามารถตั้งค่า URL clicktodial ของตัวเอง)
       ExternalModule=โมดูลภายนอก - ติดตั้งลงในไดเรกทอรี% s
      -BarcodeInitForThirdparties=init บาร์โค้ดมวลสำหรับ thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=init บาร์โค้ดมวลหรือตั้งค่าสำหรับผลิตภัณฑ์หรือบริการ
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=ค่า init สำหรับถัด% ระเบียนที่ว่างเปล่า
       EraseAllCurrentBarCode=ลบทุกค่าบาร์โค้ดปัจจุบัน
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=ทั้งหมดค่าบาร์โค้ดได้ถูกลบออก
      -NoBarcodeNumberingTemplateDefined=ไม่มีแม่แบบบาร์โค้ดเลขที่เปิดใช้งานลงในการติดตั้งโมดูลบาร์โค้ด
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=สนาม
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=และกลุ่มผู้ใช้
      +Module0Name=ผู้ใช้และกลุ่ม
       Module0Desc=Users / Employees and Groups management
      -Module1Name=บุคคลที่สาม
      +Module1Name=Third Parties
       Module1Desc=บริษัท และการจัดการรายชื่อผู้ติดต่อ (ลูกค้ากลุ่มเป้าหมาย ... )\n
       Module2Name=เชิงพาณิชย์
       Module2Desc=การจัดการเชิงพาณิชย์
       Module10Name=การบัญชี
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=ข้อเสนอ
       Module20Desc=การจัดการข้อเสนอในเชิงพาณิชย์
       Module22Name=E-จดหมายจำนวนมาก
      @@ -511,13 +517,13 @@ Module52Desc=การบริหารจัดการสต็อก (ส
       Module53Name=บริการ
       Module53Desc=การจัดการบริการ
       Module54Name=สัญญา / สมัครสมาชิก
      -Module54Desc=การบริหารจัดการของสัญญา (บริการหรือการสมัครสมาชิก reccuring)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=บาร์โค้ด
       Module55Desc=การจัดการบาร์โค้ด
       Module56Name=โทรศัพท์
       Module56Desc=รวมโทรศัพท์
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=บูรณาการของระบบ ClickToDial (ดอกจัน, ... )
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=ค่าใช้จ่ายและบันทึกการ
       Module75Desc=ค่าใช้จ่ายและการจัดการบันทึกการเดินทาง
       Module80Name=การจัดส่ง
       Module80Desc=การจัดส่งและการจัดการการสั่งซื้อการจัดส่ง
      -Module85Name=ธนาคารและเงินสด
      +Module85Name=Banks and Cash
       Module85Desc=การบริหารจัดการของธนาคารหรือบัญชีเงินสด
      -Module100Name=เว็บไซต์ภายนอก
      -Module100Desc=โมดูลนี้จะรวมถึงเว็บไซต์ภายนอกหรือหน้าในเมนู Dolibarr และดูเป็นกรอบ Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=บุรุษไปรษณีย์และหลักสูตรนานาชาติ
       Module105Desc=บุรุษไปรษณีย์หรือหลักสูตรนานาชาติอินเตอร์เฟซสำหรับโมดูลสมาชิก
       Module200Name=LDAP
      -Module200Desc=ประสานไดเรกทอรี LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=บูรณาการ PostNuke
       Module240Name=ข้อมูลการส่งออก
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=การนำเข้าข้อมูล
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=สมาชิก
       Module310Desc=มูลนิธิการจัดการสมาชิก
       Module320Name=RSS Feed
       Module320Desc=เพิ่มฟีด RSS ภายใน Dolibarr หน้าจอ
      -Module330Name=ที่คั่นหน้า
      -Module330Desc=การจัดการที่คั่นหน้า
      -Module400Name=โครงการ / โอกาส / นำ
      -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
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=เงินกู้
       Module520Desc=การบริหารจัดการของเงินให้สินเชื่อ
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=การบริจาค
       Module700Desc=การจัดการการบริจาค
       Module770Name=รายงานค่าใช้จ่าย
      -Module770Desc=การบริหารจัดการและการเรียกร้องรายงานค่าใช้จ่าย (การขนส่ง, อาหาร, ... )
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=ตั๊กแตนตำข้าว
      @@ -576,13 +582,13 @@ Module1520Desc=สร้างเอกสารอีเมล์จำนว
       Module1780Name=แท็ก / หมวดหมู่
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=แก้ไขแบบ WYSIWYG
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=ราคาแบบไดนามิก
       Module2200Desc=เปิดใช้งานการใช้งานของการแสดงออกทางคณิตศาสตร์สำหรับราคา
       Module2300Name=งานที่กำหนดเวลาไว้
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=เปิดใช้งานเซิร์ฟเวอร์ S
       Module2610Name=API/Web services (REST server)
       Module2610Desc=เปิดใช้งานเซิร์ฟเวอร์ Dolibarr REST API ให้บริการ
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=เปิดใช้งานเว็บ Dolibarr บริการลูกค้า (สามารถใช้ในการผลักดันข้อมูล / การร้องขอไปยังเซิร์ฟเวอร์ภายนอก. คำสั่งผู้สนับสนุนเฉพาะสำหรับช่วงเวลา)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=ใช้บริการ Gravatar ออนไลน์ (www.gravatar.com) เพื่อแสดงภาพของผู้ใช้ / สมาชิก (พบกับอีเมลของพวกเขา) ต้องเชื่อมต่ออินเทอร์เน็ต
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=ไคลเอนต์ FTP
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind ความสามารถในการแปลง
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=ระบบบริหารจัดการทรัพยากรบุคคล
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=หลาย บริษัท
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=ขอออกจากการบริหารจัดการ
      -Module20000Desc=ประกาศและติดตามพนักงานใบร้องขอ
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=จำนวนมากหรือหมายเลขกินโดยและขายโดยการจัดการวันที่เกี่ยวกับผลิตภัณฑ์
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=จุดขาย
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=จุดขาย
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=บัญชี (ขั้นสูง)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=พิมพ์โดยตรง (โดยไม่ต้องเปิดเอกสาร) โดยใช้อินเตอร์เฟซถ้วยไอพีพี (เครื่องพิมพ์จะต้องมองเห็นจากเซิร์ฟเวอร์และ CUPS จะต้อง installe บนเซิร์ฟเวอร์)
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=อัตรากำไรขั้นต้น
       Module59000Desc=โมดูลการจัดการอัตรากำไรขั้นต้น
       Module60000Name=คณะกรรมการ
       Module60000Desc=โมดูลการจัดการค่าคอมมิชชั่น
      -Module62000Name=Incoterm
      -Module62000Desc=เพิ่มคุณสมบัติในการจัดการ Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=ทรัพยากร
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=อ่านใบแจ้งหนี้ของลูกค้า
      @@ -651,9 +661,9 @@ Permission32=สร้าง / แก้ไขผลิตภัณฑ์
       Permission34=ลบผลิตภัณฑ์
       Permission36=ดู / จัดการผลิตภัณฑ์ที่ซ่อน
       Permission38=สินค้าส่งออก
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=ลบโครงการ (โครงการและโครงการที่ใช้ร่วมกันฉันติดต่อ)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=อ่านการแทรกแซง
       Permission62=สร้าง / แก้ไขการแทรกแซง
      @@ -686,7 +696,7 @@ Permission109=ลบตอบรับ
       Permission111=อ่านบัญชีการเงิน
       Permission112=สร้าง / แก้ไข / ลบและเปรียบเทียบการทำธุรกรรม
       Permission113=การตั้งค่าบัญชีการเงิน (สร้างจัดการหมวดหมู่)
      -Permission114=Reconciliate การทำธุรกรรม
      +Permission114=Reconcile transactions
       Permission115=การทำธุรกรรมการส่งออกและงบบัญชี
       Permission116=โอนเงินระหว่างบัญชี
       Permission117=จัดการฝึกอบรมการตรวจสอบ
      @@ -694,15 +704,15 @@ Permission121=อ่านบุคคลที่สามที่เชื่
       Permission122=สร้าง / แก้ไขบุคคลที่สามที่เชื่อมโยงไปยังผู้ใช้
       Permission125=ลบบุคคลที่สามที่เชื่อมโยงไปยังผู้ใช้
       Permission126=บุคคลที่สามส่งออก
      -Permission141=อ่านทุกโครงการและงาน (ยังเป็นโครงการส่วนตัวฉันไม่ได้ติดต่อเพื่อขอ)
      -Permission142=สร้าง / แก้ไขทุกโครงการและงาน (ยังเป็นโครงการส่วนตัวฉันไม่ได้ติดต่อเพื่อขอ)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=ลบทุกโครงการและงาน (ยังเป็นโครงการส่วนตัวฉันไม่ได้ติดต่อเพื่อขอ)
       Permission146=อ่านให้บริการ
       Permission147=อ่านสถิติ
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=อ่านสัญญา / สมัครสมาชิก
       Permission162=สร้าง / แก้ไขสัญญา / สมัครสมาชิก
       Permission163=เปิดใช้งานบริการ / สมัครสมาชิกของสัญญา
      @@ -725,7 +735,7 @@ Permission187=คำสั่งซัพพลายเออร์ปิด
       Permission188=ยกเลิกคำสั่งผู้จัดจำหน่าย
       Permission192=สร้างเส้น
       Permission193=ยกเลิกสาย
      -Permission194=อ่านเส้นแบนด์วิดธ์
      +Permission194=Read the bandwidth lines
       Permission202=สร้างการเชื่อมต่อ ADSL
       Permission203=การเชื่อมต่อการสั่งซื้อสั่งซื้อสินค้า
       Permission204=การเชื่อมต่อการสั่งซื้อ
      @@ -750,12 +760,12 @@ Permission244=ดูเนื้อหาของหมวดหมู่ที
       Permission251=อ่านผู้ใช้และกลุ่มอื่น ๆ
       PermissionAdvanced251=อ่านผู้ใช้อื่น ๆ
       Permission252=อ่านสิทธิ์ของผู้อื่น
      -Permission253=สร้าง / แก้ไขผู้ใช้อื่น ๆ กลุ่มและ permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=สร้าง / แก้ไขผู้ใช้ภายใน / ภายนอกและการอนุญาต
       Permission254=สร้าง / แก้ไขผู้ใช้ภายนอกเท่านั้น
       Permission255=แก้ไขรหัสผ่านผู้ใช้อื่น ๆ
       Permission256=ลบหรือปิดการใช้งานผู้ใช้อื่น ๆ
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=อ่าน CA
       Permission272=อ่านใบแจ้งหนี้
       Permission273=ใบแจ้งหนี้ฉบับ
      @@ -765,7 +775,7 @@ Permission283=ลบรายชื่อ
       Permission286=รายชื่อที่ส่งออก
       Permission291=อ่านภาษี
       Permission292=กำหนดสิทธิในการเก็บภาษีศุลกากร
      -Permission293=การปรับเปลี่ยนอัตราภาษีศุลกากรซอ
      +Permission293=Modify customers tariffs
       Permission300=อ่านบาร์โค้ด
       Permission301=สร้าง / แก้ไขบาร์โค้ด
       Permission302=ลบบาร์โค้ด
      @@ -787,11 +797,9 @@ Permission401=อ่านส่วนลด
       Permission402=สร้าง / แก้ไขส่วนลด
       Permission403=ตรวจสอบส่วนลด
       Permission404=ลบส่วนลด
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=ลบเงินเดือน
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=เงินเดือนส่งออก
       Permission520=อ่านสินเชื่อ
       Permission522=สร้าง / แก้ไขการให้กู้ยืมเงิน
      @@ -844,8 +852,8 @@ Permission1251=เรียกมวลของการนำเข้าข
       Permission1321=ส่งออกใบแจ้งหนี้ของลูกค้าคุณลักษณะและการชำระเงิน
       Permission1322=Reopen a paid bill
       Permission1421=ส่งออกสั่งซื้อของลูกค้าและคุณลักษณะ
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=ลบออกจากการร้องขอ
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=ระดับศักยภาพ Prospect
       DictionaryCanton=รัฐ / จังหวัด
       DictionaryRegion=ภูมิภาค
      @@ -894,7 +902,7 @@ DictionaryVAT=ภาษีมูลค่าเพิ่มราคาหรื
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=เงื่อนไขการชำระเงิน
       DictionaryPaymentModes=โหมดการชำระเงิน
      -DictionaryTypeContact=ติดต่อเรา / ที่อยู่ประเภท
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=รูปแบบกระดาษ
      @@ -908,47 +916,47 @@ DictionarySource=แหล่งที่มาของข้อเสนอ /
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=รุ่นสำหรับผังบัญชี
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=แม่แบบอีเมล
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=หน่วย
       DictionaryProspectStatus=สถานะ prospection
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=สถานะการเปิดโอกาสให้โครงการ / นำ
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=การตั้งค่าที่บันทึกไว้
       SetupNotSaved=Setup not saved
       BackToModuleList=กลับไปยังรายการโมดูล
      -BackToDictionaryList=กลับไปยังรายการพจนานุกรม
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=การบริหารจัดการภาษีมูลค่าเพิ่ม
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=โดยเริ่มต้นภาษีมูลค่าเพิ่มเสนอเป็น 0 ซึ่งสามารถนำมาใช้สำหรับกรณีเช่นสมาคมบุคคลอู บริษัท ขนาดเล็ก
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=ประเมิน
       LocalTax1IsNotUsed=อย่าใช้ภาษีที่สอง
      -LocalTax1IsUsedDesc=ใช้ประเภทที่สองของภาษี (นอกเหนือจากภาษีมูลค่าเพิ่ม)
      -LocalTax1IsNotUsedDesc=อย่าใช้ชนิดอื่น ๆ ของภาษี (นอกเหนือจากภาษีมูลค่าเพิ่ม)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=ประเภทที่สองของภาษี
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=อย่าใช้ภาษีที่สาม
      -LocalTax2IsUsedDesc=ใช้ชนิดที่สามของภาษี (นอกเหนือจากภาษีมูลค่าเพิ่ม)
      -LocalTax2IsNotUsedDesc=อย่าใช้ชนิดอื่น ๆ ของภาษี (นอกเหนือจากภาษีมูลค่าเพิ่ม)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=ชนิดที่สามของภาษี
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= การบริหารจัดการเรื่อง
      -LocalTax1IsUsedDescES= อัตรา RE โดยค่าเริ่มต้นเมื่อมีการสร้างโอกาสในใบแจ้งหนี้การสั่งซื้อ ฯลฯ ตามกฎมาตรฐานที่ใช้งาน: <br> ถ้าผู้ซื้อเต้ไม่ได้อยู่ภายใต้การ RE, RE โดยค่าเริ่มต้น = 0 ในตอนท้ายของการปกครอง <br> ถ้าผู้ซื้ออยู่ภายใต้การ RE RE แล้วโดยปริยาย ในตอนท้ายของการปกครอง <br>
      -LocalTax1IsNotUsedDescES= โดยค่าเริ่มต้นเรื่องที่นำเสนอเป็น 0 ในตอนท้ายของการปกครอง
      -LocalTax1IsUsedExampleES= ในประเทศสเปนพวกเขาเป็นมืออาชีพภายใต้บางส่วนที่เฉพาะเจาะจงของสเปน IAE
      -LocalTax1IsNotUsedExampleES= ในประเทศสเปนพวกเขาเป็นมืออาชีพและสังคมและอาจมีบางส่วนของสเปน IAE
      -LocalTax2ManagementES= การบริหารจัดการ IRPF
      -LocalTax2IsUsedDescES= อัตรา RE โดยค่าเริ่มต้นเมื่อมีการสร้างโอกาสในใบแจ้งหนี้การสั่งซื้อ ฯลฯ ตามกฎมาตรฐานที่ใช้งาน: <br> หากผู้ขายไม่ได้อยู่ภายใต้การ IRPF แล้ว IRPF โดยค่าเริ่มต้น = 0 ในตอนท้ายของการปกครอง <br> หากผู้ขายได้อยู่ภายใต้การ IRPF แล้ว IRPF โดยค่าเริ่มต้น ในตอนท้ายของการปกครอง <br>
      -LocalTax2IsNotUsedDescES= โดยค่าเริ่มต้น IRPF เสนอคือ 0 สิ้นสุดของการปกครอง
      -LocalTax2IsUsedExampleES= ในสเปนมือปืนรับจ้างและอาชีพอิสระที่ให้บริการและ บริษัท ที่ได้รับเลือกให้ระบบภาษีของโมดูล
      -LocalTax2IsNotUsedExampleES= ในประเทศสเปนพวกเขาจะ bussines ไม่อยู่ภายใต้ระบบภาษีของโมดูล
      +LocalTax1ManagementES=การบริหารจัดการเรื่อง
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=โดยค่าเริ่มต้นเรื่องที่นำเสนอเป็น 0 ในตอนท้ายของการปกครอง
      +LocalTax1IsUsedExampleES=ในประเทศสเปนพวกเขาเป็นมืออาชีพภายใต้บางส่วนที่เฉพาะเจาะจงของสเปน IAE
      +LocalTax1IsNotUsedExampleES=ในประเทศสเปนพวกเขาเป็นมืออาชีพและสังคมและอาจมีบางส่วนของสเปน IAE
      +LocalTax2ManagementES=การบริหารจัดการ IRPF
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=โดยค่าเริ่มต้น IRPF เสนอคือ 0 สิ้นสุดของการปกครอง
      +LocalTax2IsUsedExampleES=ในสเปนมือปืนรับจ้างและอาชีพอิสระที่ให้บริการและ บริษัท ที่ได้รับเลือกให้ระบบภาษีของโมดูล
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=รายงานเกี่ยวกับภาษีท้องถิ่น
       CalcLocaltax1=ขาย - ซื้อ
       CalcLocaltax1Desc=รายงานภาษีท้องถิ่นที่มีการคำนวณมีความแตกต่างระหว่างการขายและการซื้อ localtaxes localtaxes
      @@ -958,7 +966,8 @@ CalcLocaltax3=ขาย
       CalcLocaltax3Desc=รายงานภาษีท้องถิ่นรวมของยอดขาย localtaxes
       LabelUsedByDefault=ฉลากใช้โดยเริ่มต้นถ้าแปลไม่สามารถพบได้สำหรับรหัส
       LabelOnDocuments=ป้ายเกี่ยวกับเอกสาร
      -NbOfDays=nb วัน
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=ในตอนท้ายของเดือน
       CurrentNext=Current/Next
       Offset=สาขา
      @@ -984,7 +993,7 @@ DatabaseUser=ผู้ใช้ฐานข้อมูล
       DatabasePassword=รหัสผ่านฐานข้อมูล
       Tables=ตาราง
       TableName=ชื่อตาราง
      -NbOfRecord=nb ของระเบียน
      +NbOfRecord=No. of records
       Host=เซิร์ฟเวอร์
       DriverType=ชนิดตัวขับ
       SummarySystem=สรุปข้อมูลระบบ
      @@ -996,7 +1005,7 @@ Skin=ธีมผิว
       DefaultSkin=ธีมเริ่มต้นผิว
       MaxSizeList=ความยาวสูงสุดสำหรับรายชื่อ
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=ข้อความของวัน
       MessageLogin=ข้อความหน้าเข้าสู่ระบบ
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=แบบฟอร์มการค้นหาถา
       DefaultLanguage=ภาษาเริ่มต้นที่จะใช้ (รหัสภาษา)
       EnableMultilangInterface=เปิดใช้งานอินเตอร์เฟซที่พูดได้หลายภาษา
       EnableShowLogo=โลโก้แสดงบนเมนูด้านซ้าย
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=ชื่อ
       CompanyAddress=ที่อยู่
       CompanyZip=ไปรษณีย์
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=เจ้าของบัญชีธนาคารขอ
       BankModuleNotActive=โมดูลบัญชีธนาคารไม่ได้เปิดใช้
       ShowBugTrackLink=แสดงการเชื่อมโยง <strong>"% s"</strong>
       Alerts=การแจ้งเตือน
      -DelaysOfToleranceBeforeWarning=ความล่าช้าความอดทนก่อนที่จะเตือน
      -DelaysOfToleranceDesc=หน้าจอนี้จะช่วยให้คุณสามารถกำหนดความล่าช้าทนแจ้งเตือนก่อนที่จะมีรายงานบนหน้าจอด้วย s picto% สำหรับแต่ละองค์ประกอบปลาย
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=ความอดทนล่าช้า (ในวัน) ก่อนที่จะแจ้งเตือนเกี่ยวกับข้อเสนอที่จะปิด
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=ความอดทนล่าช้า (ในวัน) ก่อนที่จะแจ้งเตือนเกี่ยวกับข้อเสนอการเรียกเก็บเงินไม่ได้
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนในการให้บริการเพื่อเปิดใช้งาน
      -Delays_MAIN_DELAY_RUNNING_SERVICES=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนเกี่ยวกับการบริการที่หมดอายุ
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนในใบแจ้งหนี้ที่ค้างชำระผู้จัดจำหน่าย
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=ความล่าช้าอดทน (ในวัน) ก่อนที่จะแจ้งเตือนในใบแจ้งหนี้ลูกค้าที่ค้างชำระ
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนเกี่ยวกับการตรวจสอบธนาคารอยู่ระหว่างดำเนินการ
      -Delays_MAIN_DELAY_MEMBERS=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนเกี่ยวกับค่าสมาชิกล่าช้า
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=ความล่าช้าความอดทน (ในวัน) ก่อนที่จะแจ้งเตือนสำหรับการฝากเงินการตรวจสอบที่จะทำ
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=รายการเมนูอื่น ๆ จัดการพารามิเตอร์ที่ไม่จำเป็น
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=ตรวจสอบเหตุการณ์การรักษาความปลอดภัย
       Audit=การตรวจสอบบัญชี
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=คุณสามารถเปิดใช้การเข้
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=ข้อมูลระบบข้อมูลทางด้านเทคนิคอื่น ๆ ที่คุณได้รับในโหมดอ่านอย่างเดียวและมองเห็นสำหรับผู้ดูแลระบบเท่านั้น
       SystemAreaForAdminOnly=บริเวณนี้เป็นที่ใช้ได้สำหรับผู้ใช้ผู้ดูแลระบบเท่านั้น ไม่มีสิทธิ์ Dolibarr สามารถลดขีด จำกัด นี้
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=คุณสามารถเลือกแต่ละพารามิเตอร์ที่เกี่ยวข้องกับ Dolibarr มองและความรู้สึกที่นี่
       AvailableModules=Available app/modules
       ToActivateModule=เพื่อเปิดใช้งานโมดูลไปในพื้นที่การติดตั้ง (หน้าแรก> Setup-> โมดูล)
       SessionTimeOut=หมดเวลาสำหรับเซสชั่น
      -SessionExplanation=รับประกันหมายเลขนี้ที่เซสชั่นจะไม่มีวันหมดอายุก่อนที่จะล่าช้านี้ถ้าทำความสะอาดเซสชั่นจะกระทำโดยการทำความสะอาดภายใน PHP เซสชั่น (และไม่มีอะไรอื่น) PHP เซสชั่นทำความสะอาดภายในไม่รับประกันว่าเซสชั่นจะหมดอายุหลังจากที่ล่าช้านี้ <b>มันจะหมดอายุหลังจากที่ล่าช้านี้และเมื่อทำความสะอาดเซสชั่นที่มีการวิ่งเพื่อให้ทุก% s /% s</b> เข้าถึง แต่เฉพาะในช่วงการเข้าถึงที่ทำโดยการประชุมอื่น ๆ <br> หมายเหตุ: บนเซิร์ฟเวอร์บางคนที่มีกลไกการทำความสะอาดเซสชั่นภายนอก (cron ภายใต้เดเบียน, อูบุนตู ... ), การประชุมสามารถถูกทำลายหลังจากระยะเวลาที่กำหนดโดย <strong>session.gc_maxlifetime</strong> เริ่มต้นไม่ว่าสิ่งที่มีค่าเข้ามาที่นี่
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=มีจำหน่ายทริกเกอร์
      -TriggersDesc=ทริกเกอร์เป็นไฟล์ที่จะปรับเปลี่ยนพฤติกรรมของ Dolibarr เวิร์กโฟลว์เคยถูกคัดลอกลงใน <b>htdocs</b> ไดเรกทอรี <b>/ core / ทริกเกอร์</b> พวกเขาตระหนักถึงการกระทำใหม่เปิดใช้งานเกี่ยวกับเหตุการณ์ Dolibarr (การสร้าง บริษัท ใหม่การตรวจสอบใบแจ้งหนี้, ... )
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=ทริกเกอร์ในแฟ้มนี้มีการปิดใช้งานโดยต่อท้าย <b>-NORUN</b> ในชื่อของพวกเขา
       TriggerDisabledAsModuleDisabled=<b>ทริกเกอร์ในแฟ้มนี้ถูกปิดใช้งานเป็นของโมดูล%</b> ถูกปิดใช้งาน
       TriggerAlwaysActive=ทริกเกอร์ในแฟ้มนี้มีการใช้งานอยู่เสมอสิ่งที่มีการเปิดใช้งานโมดูล Dolibarr
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=ข้อ จำกัด / การตั้งค่าความแม่นยำ
      -LimitsDesc=คุณสามารถกำหนดวงเงินแม่นยำและ optimisations ใช้โดย Dolibarr ที่นี่
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=ทศนิยมซ์ราคาต่อหน่วย
       MAIN_MAX_DECIMALS_TOT=ทศนิยมแม็กซ์ราคารวม
       MAIN_MAX_DECIMALS_SHOWN=แม็กซ์ทศนิยมสำหรับราคาที่แสดงบนหน้าจอ (เพิ่ม <b>...</b> หลังจากนี้ถ้าคุณต้องการที่จะเห็น <b>...</b> เมื่อจำนวนถูกตัดทอนเมื่อแสดงบนหน้าจอ)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=ราคาต่อหน่วยสุทธิของ
       TotalPriceAfterRounding=ราคารวม (บาท / ถัง / รวมภาษี) หลังจากการปัดเศษ
       ParameterActiveForNextInputOnly=พารามิเตอร์ที่มีประสิทธิภาพสำหรับการป้อนข้อมูลต่อไปเท่านั้น
       NoEventOrNoAuditSetup=เหตุการณ์การรักษาความปลอดภัยที่ไม่ได้รับการบันทึกไว้ยัง นี้จะมีการตรวจสอบตามปกติถ้าไม่ได้รับการเปิดใช้งานบน "การตั้งค่า - การรักษาความปลอดภัย - การตรวจสอบหน้า"
      -NoEventFoundWithCriteria=เหตุการณ์การรักษาความปลอดภัยที่ไม่ได้พบเกณฑ์การค้นหาดังกล่าว
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=ดูการตั้งค่าของคุณ sendmail ท้องถิ่น
       BackupDesc=เพื่อให้การสำรองข้อมูลที่สมบูรณ์ของ Dolibarr คุณต้อง:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=บันทึกเนื้อหาของฐานข้อมูลของคุณ <b>(% s)</b> ลงในแฟ้มการถ่ายโอนข้อมูล สำหรับนี้คุณสามารถใช้ผู้ช่วยต่อไปนี้
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=ไดเรกทอรีเก็บควรเก็บไว้ในสถานที่ที่ปลอดภัย
       BackupDescY=สร้างแฟ้มการถ่ายโอนควรเก็บไว้ในสถานที่ที่ปลอดภัย
      -BackupPHPWarning=การสำรองข้อมูลไม่สามารถ guaranted ด้วยวิธีนี้ ชอบก่อนหน้านี้
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=ในการเรียกคืนการสำรองข้อมูล Dolibarr คุณต้อง:
      -RestoreDesc2=เรียกคืนไฟล์ที่เก็บถาวร (zip ไฟล์ตัวอย่าง) ของไดเรกทอรีเอกสารที่จะดึงต้นไม้ของไฟล์ในไดเรกทอรีเอกสารของการติดตั้งใหม่หรือ Dolibarr ลงในเอกสารปัจจุบันนี้ Directoy <b>(% s)</b>
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=เรียกคืนข้อมูลจากแฟ้มการถ่ายโอนข้อมูลการสำรองข้อมูลลงในฐานข้อมูลของการติดตั้ง Dolibarr ใหม่หรือลงในฐานข้อมูลของการติดตั้งปัจจุบันนี้ <b>(% s)</b> คำเตือนเมื่อคืนเสร็จแล้วคุณต้องใช้เข้าสู่ระบบ / รหัสผ่านที่มีอยู่เมื่อการสำรองข้อมูลที่ถูกสร้างขึ้นเพื่อเชื่อมต่ออีกครั้ง เพื่อเรียกคืนฐานข้อมูลสำรองลงในนี้ติดตั้งปัจจุบันคุณสามารถทำตามนี้ช่วย
       RestoreMySQL=นำเข้า MySQL
       ForcedToByAModule= <b>กฎนี้ถูกบังคับให้% โดยการเปิดใช้งานโมดูล</b>
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=<b>คุณต้องเร
       YourPHPDoesNotHaveSSLSupport=ฟังก์ชั่น SSL ไม่สามารถใช้ได้ใน PHP ของคุณ
       DownloadMoreSkins=กินมากขึ้นในการดาวน์โหลด
       SimpleNumRefModelDesc=ส่งกลับจำนวนการอ้างอิงที่มีรูปแบบ% syymm-nnnn ที่ yy เป็นปีเป็นเดือนมิลลิเมตรและ nnnn เป็นลำดับโดยไม่ต้องหลุมและมีการตั้งค่าไม่มี
      -ShowProfIdInAddress=แสดงรหัสวิชาชีพที่มีที่อยู่ในเอกสาร
      -ShowVATIntaInAddress=ซ่อน NUM ภาษีมูลค่าเพิ่มภายในที่มีที่อยู่ในเอกสาร
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=แปลบางส่วน
      -MAIN_DISABLE_METEO=ปิดการใช้งานมุมมอง Meteo
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=เข้าสู่ระบบทดสอบ API
      -ProxyDesc=คุณลักษณะบางอย่างของ Dolibarr จำเป็นต้องมีการเข้าถึงอินเทอร์เน็ตที่ทำงาน กำหนดค่าพารามิเตอร์ที่นี่สำหรับเรื่องนี้ ถ้าเซิร์ฟเวอร์ Dolibarr อยู่เบื้องหลังเซิร์ฟเวอร์พร็อกซีพารามิเตอร์เหล่านั้นบอก Dolibarr วิธีการเข้าถึงอินเทอร์เน็ตผ่านมัน
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=การเข้าถึงจากภายนอก
       MAIN_PROXY_USE=ใช้พร็อกซีเซิร์ฟเวอร์ (เข้าถึงโดยตรงกับอินเทอร์เน็ตเป็นอย่างอื่น)
       MAIN_PROXY_HOST=ชื่อ / ที่อยู่ของเซิร์ฟเวอร์พร็อกซี่
       MAIN_PROXY_PORT=ท่าเรือร็อกซี่เซิร์ฟเวอร์
       MAIN_PROXY_USER=เข้าสู่ระบบที่จะใช้พร็อกซีเซิร์ฟเวอร์
       MAIN_PROXY_PASS=รหัสผ่านที่จะใช้พร็อกซีเซิร์ฟเวอร์
      -DefineHereComplementaryAttributes=กำหนดคุณลักษณะที่นี่ทั้งหมดไม่ได้อยู่แล้วโดยเริ่มต้นและที่คุณต้องการที่จะได้รับการสนับสนุนสำหรับ% s
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=คุณลักษณะที่สมบูรณ์
       ExtraFieldsLines=คุณลักษณะเสริม (เส้น)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=คุณลักษณะเสริม (เส้นตามลำดับ)
       ExtraFieldsSupplierInvoicesLines=คุณลักษณะเสริม (เส้นใบแจ้งหนี้)
       ExtraFieldsThirdParties=คุณลักษณะเสริม (thirdparty)
      -ExtraFieldsContacts=คุณลักษณะเสริม (ติดต่อ / ที่อยู่)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=คุณลักษณะเสริม (สมาชิก)
       ExtraFieldsMemberType=คุณลักษณะเสริม (ประเภทสมาชิก)
       ExtraFieldsCustomerInvoices=คุณลักษณะเสริม (ใบแจ้งหนี้)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=alphanumericals เท่านั้นแล
       SendmailOptionNotComplete=คำเตือนในบางระบบลินุกซ์ที่จะส่งอีเมลจากอีเมลของคุณตั้งค่าการดำเนินการต้องมี sendmail -ba ตัวเลือก (mail.force_extra_parameters พารามิเตอร์ลงในไฟล์ php.ini ของคุณ) หากผู้รับบางคนไม่เคยได้รับอีเมลพยายามที่จะแก้ไขพารามิเตอร์ PHP นี้กับ mail.force_extra_parameters = -ba)
       PathToDocuments=เส้นทางไปยังเอกสาร
       PathDirectory=สารบบ
      -SendmailOptionMayHurtBuggedMTA=คุณสมบัติที่จะส่งอีเมลโดยใช้วิธีการ "PHP mail โดยตรง" จะสร้างข้อความอีเมลที่อาจจะไม่ได้แยกวิเคราะห์ได้อย่างถูกต้องโดยบางส่วนที่ได้รับเมลเซิร์ฟเวอร์ ผลที่ได้คืออีเมลบางอย่างไม่สามารถอ่านได้โดยคนที่เป็นเจ้าภาพโดยแพลตฟอร์มร้องเหล่านั้น เป็นกรณีสำหรับบางผู้ให้บริการอินเทอร์เน็ต (Ex: ออเรนจ์ในประเทศฝรั่งเศส) ซึ่งไม่เป็นปัญหาเข้า Dolibarr หรือเข้า PHP แต่บนเซิร์ฟเวอร์อีเมลที่ได้รับ แต่คุณสามารถเพิ่มตัวเลือก MAIN_FIX_FOR_BUGGED_MTA 1 เข้าสู่การตั้งค่า - อื่น ๆ ที่จะปรับเปลี่ยน Dolibarr หลีกเลี่ยงปัญหานี้ แต่คุณอาจพบปัญหากับเซิร์ฟเวอร์อื่น ๆ ที่เคารพอย่างเคร่งครัดมาตรฐาน SMTP วิธีการแก้ปัญหาอื่น ๆ (แนะนำ) คือการใช้วิธีการ "ห้องสมุด SMTP ซ็อกเก็ต" ที่มีข้อเสียไม่มี
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=คุณต้องเปิดการใช้งานอย่างน้อย 1 โมดูล
      -ClassNotFoundIntoPathWarning=คลาส% s ไม่พบเ​​ข้ามาในเส้นทาง PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=ใช่ในช่วงฤดู​​ร้อน
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=เซสชั่นการจัดเก็บข้อมูลที่มีการเข้ารหัสโดย Suhosin
       ConditionIsCurrently=สภาพปัจจุบันคือ% s
      -YouUseBestDriver=คุณสามารถใช้โปรแกรมควบคุม% s ที่เป็นคนขับรถที่ดีที่สุดที่มีอยู่ในปัจจุบัน
      -YouDoNotUseBestDriver=คุณสามารถใช้ไดรฟ์% s แต่คนขับ% s จะแนะนำ
      -NbOfProductIsLowerThanNoPb=คุณมีเพียง% s ผลิตภัณฑ์ / บริการลงในฐานข้อมูล นี้ไม่จำเป็นต้องมีการเพิ่มประสิทธิภาพใด ๆ โดยเฉพาะอย่างยิ่ง
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=ค้นหาการเพิ่มประสิทธิภาพ
      -YouHaveXProductUseSearchOptim=คุณมีผลิตภัณฑ์% s ลงในฐานข้อมูล คุณควรเพิ่ม PRODUCT_DONOTSEARCH_ANYWHERE คงที่ 1 เข้าไปในบ้านติดตั้งแบบอื่น ๆ , คุณ จำกัด การค้นหาเพื่อจุดเริ่มต้นของสายทำให้เป็นไปได้สำหรับฐานข้อมูลเพื่อใช้ดัชนีและคุณควรจะได้รับการตอบสนองทันที
      -BrowserIsOK=คุณกำลังใช้เบราว์เซอร์% s เบราว์เซอร์นี้เป็น ok สำหรับการรักษาความปลอดภัยและประสิทธิภาพการทำงาน
      -BrowserIsKO=คุณกำลังใช้เบราว์เซอร์% s เบราว์เซอร์นี้เป็นที่รู้จักกันจะเป็นทางเลือกที่ดีสำหรับการรักษาความปลอดภัยประสิทธิภาพและความน่าเชื่อถือ เรา recommand คุณใช้ Firefox, Chrome, Opera หรือ Safari
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug โหลด
       XCacheInstalled=XCache โหลด
      -AddRefInList=ลูกค้าแสดง / ผู้จัดจำหน่ายอ้างอิงในรายการ (เลือกรายการหรือ ComboBox) และส่วนใหญ่เชื่อมโยงหลายมิติ บุคคลที่สามจะปรากฏขึ้นพร้อมกับชื่อ "CC12345 - SC45678 - บริษัท ขนาดใหญ่ coorp" แทนที่จะเป็น "บริษัท ขนาดใหญ่ coorp"
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=ฉบับของสนาม% s
       FillThisOnlyIfRequired=ตัวอย่าง: 2 (กรอกข้อมูลเฉพาะในกรณีที่เขตเวลาชดเชยปัญหาที่มีประสบการณ์)
       GetBarCode=รับบาร์โค้ด
       ##### Module password generation
       PasswordGenerationStandard=กลับสร้างรหัสผ่านตามขั้นตอนวิธี Dolibarr ภายใน: 8 ตัวอักษรที่ใช้ร่วมกันที่มีตัวเลขและตัวอักษรตัวพิมพ์เล็ก
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=อีเมลที่จำเป็นในการสร
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=บริษัท ติดตั้งโมดูล
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=แม่แบบเอกสาร
      -DocumentModelOdt=เอกสารที่สร้างจากแม่แบบ OpenDocuments (.odt หรือไฟล์ .ods สำหรับ OpenOffice, KOffice, TextEdit, ... )
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=ลายน้ำในเอกสารร่าง
       JSOnPaimentBill=เปิดใช้งานคุณลักษณะในการป้อนอัตโนมัติสายการชำระเงินในรูปแบบการชำระเงิน
      -CompanyIdProfChecker=หลักเกณฑ์ในการมืออาชีพหมายเลข
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=<b>การเชื่อมโยงการส่งออกไปยังรูปแบบ% s</b> สามารถดูได้ที่ลิงค์ต่อไปนี้:% s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=<b>การเชื่อมโยงการส่ง
       BillsSetup=ใบแจ้งหนี้การติดตั้งโมดูล
       BillsNumberingModule=ใบแจ้งหนี้และบันทึกหมายเลขบัตรเครดิตรูปแบบ
       BillsPDFModules=รูปแบบเอกสารใบแจ้งหนี้
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=ใบลดหนี้
       CreditNotes=บันทึกเครดิต
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= เข้าสู่ระบบการจัดกา
       AdherentMailRequired=อีเมลจำเป็นในการสร้างสมาชิกใหม่
       MemberSendInformationByMailByDefault=ช่องทำเครื่องหมายยืนยันที่จะส่งอีเมลไปยังสมาชิก (การตรวจสอบหรือการสมัครสมาชิกใหม่) เป็นตามค่าเริ่มต้น
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=ติดตั้ง LDAP
       LDAPGlobalParameters=พารามิเตอร์ทั่วโลก
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= ทดสอบค้นหา LDAP
       LDAPSynchroOK=การประสานข้อมูลการทดสอบที่ประสบความสำเร็จ
       LDAPSynchroKO=การทดสอบการประสานล้มเหลว
      -LDAPSynchroKOMayBePermissions=การทดสอบการประสานล้มเหลว ตรวจสอบการเชื่อมโยงไปยังเซิร์ฟเวอร์ที่มีการกำหนดค่าได้อย่างถูกต้องและช่วยให้ udpates LDAP
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP เชื่อมต่อกับเซิร์ฟเวอร์ LDAP ที่ประสบความสำเร็จ (เซิร์ฟเวอร์ =% s พอร์ต =% s)
       LDAPTCPConnectKO=TCP เชื่อมต่อกับเซิร์ฟเวอร์ LDAP ล้มเหลว (เซิร์ฟเวอร์ =% s พอร์ต =% s)
      -LDAPBindOK=เชื่อมต่อ / Authentificate ไปยังเซิร์ฟเวอร์ LDAP ที่ประสบความสำเร็จ (เซิร์ฟเวอร์ =% s พอร์ต =% s, Admin =% s, รหัสผ่าน =% s)
      -LDAPBindKO=เชื่อมต่อ / Authentificate ไปยังเซิร์ฟเวอร์ LDAP ล้มเหลว (เซิร์ฟเวอร์ =% s พอร์ต =% s, Admin =% s, รหัสผ่าน =% s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=การกำหนดค่าเซิร์ฟเวอร์ LDAP สำหรับรุ่นที่ 3
       LDAPSetupForVersion2=เซิร์ฟเวอร์ LDAP การกำหนดค่าสำหรับรุ่นที่ 2
       LDAPDolibarrMapping=Dolibarr แมป
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=เข้าสู่ระบบ (samba, ActiveDirectory)
       LDAPFieldLoginSambaExample=ตัวอย่าง: samAccountName
       LDAPFieldFullname=ชื่อเต็ม
       LDAPFieldFullnameExample=ตัวอย่าง: CN
      -LDAPFieldPasswordNotCrypted=รหัสผ่านไม่ crypted
      -LDAPFieldPasswordCrypted=รหัสผ่าน crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=ตัวอย่าง: userpassword
       LDAPFieldCommonNameExample=ตัวอย่าง: CN
       LDAPFieldName=ชื่อ
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=ค่าตัวอย่างได้รับการออกแบบสำหรับ <b>OpenLDAP</b> กับแบบแผนโหลดต่อไปนี้: <b>core.schema, cosine.schema, inetorgperson.schema)</b> ถ้าคุณใช้ค่า thoose และ OpenLDAP แก้ไขไฟล์ config LDAP ของคุณ <b>slapd.conf</b> จะมีแบบแผน thoose ทั้งหมดที่โหลด
       ForANonAnonymousAccess=สำหรับการเข้าถึงรับรองความถูกต้อง (สำหรับการเข้าถึงการเขียนตัวอย่าง)
       PerfDolibarr=ผลการดำเนินงานการติดตั้ง / รายงานการเพิ่มประสิทธิภาพ
      -YouMayFindPerfAdviceHere=คุณจะพบในหน้านี้การตรวจสอบบางส่วนหรือคำแนะนำที่เกี่ยวข้องกับประสิทธิภาพ
      -NotInstalled=ไม่ได้ติดตั้งเพื่อให้เซิร์ฟเวอร์ของคุณไม่ได้ชะลอตัวลงนี้
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=แคชปรับใช้
       MemcachedNotAvailable=ไม่มีแคช applicative พบ คุณสามารถเพิ่มประสิทธิภาพการทำงานโดยการติดตั้งเซิร์ฟเวอร์แคช Memcached โมดูลและสามารถที่จะใช้เซิร์ฟเวอร์แคชนี้ <br> ข้อมูลเพิ่มเติมที่นี่ <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a> <br> โปรดทราบว่าจำนวนมากของผู้ให้บริการเว็บโฮสติ้งไม่ได้ให้เซิร์ฟเวอร์แคชดังกล่าว
       MemcachedModuleAvailableButNotSetup=โมดูล memcached สำหรับแคช applicative พบ แต่การตั้งค่าของโมดูลยังไม่สมบูรณ์
       MemcachedAvailableAndSetup=โมดูล memcached ทุ่มเทให้กับการใช้เซิร์ฟเวอร์ memcached ถูกเปิดใช้งาน
       OPCodeCache=แคช opcode
      -NoOPCodeCacheFound=ไม่มีแคช opcode พบ คุณอาจจะใช้แคช opcode อีกกว่า XCache หรือ eAccelerator (ดี) อาจจะเป็นคุณไม่ได้มีแคช opcode (ดีมาก)
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=แคช HTTP สำหรับทรัพยากรแบบคงที่ (CSS, img, JavaScript)
       FilesOfTypeCached=แฟ้ม s พิมพ์% จะถูกเก็บไว้โดยเซิร์ฟเวอร์ HTTP
       FilesOfTypeNotCached=แฟ้ม s พิมพ์% ไม่ได้เก็บไว้โดยเซิร์ฟเวอร์ HTTP
       FilesOfTypeCompressed=ไฟล์ประเภท% s จะถูกบีบอัดโดยเซิร์ฟเวอร์ HTTP
       FilesOfTypeNotCompressed=แฟ้ม s พิมพ์% ไม่ได้บีบอัดโดยเซิร์ฟเวอร์ HTTP
       CacheByServer=แคชโดยเซิร์ฟเวอร์
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=แคชเบราว์เซอร์
       CompressionOfResources=การบีบอัดของการตอบสนอง HTTP
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=ดังกล่าวตรวจสอบโดยอัตโนมัติเป็นไปไม่ได้กับเบราว์เซอร์ในปัจจุบัน
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=ผลิตภัณฑ์การติดตั้งโมดูล
       ServiceSetup=บริการติดตั้งโมดูล
       ProductServiceSetup=ผลิตภัณฑ์และบริการการติดตั้งโมดูล
       NumberOfProductShowInSelect=จำนวนสูงสุดของผลิตภัณฑ์ในคอมโบเลือกรายการ (0 = ไม่ จำกัด )
      -ViewProductDescInFormAbility=การแสดงของคำอธิบายผลิตภัณฑ์ในรูปแบบ (คำแนะนำเป็นอย่างอื่นเป็นป๊อปอัพ)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=เปิดใช้งานในผลิตภัณฑ์ / บริการที่แนบมาไฟล์ที่แท็บตัวเลือกที่จะผสานเอกสาร PDF สินค้ากับข้อเสนอในรูปแบบ PDF azur หากผลิตภัณฑ์ / บริการที่อยู่ในข้อเสนอ
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=นอกจากนี้ถ้าคุณมีจำนวนมากของผลิตภัณฑ์ (> 100 000) คุณสามารถเพิ่มความเร็วโดยการตั้งค่า PRODUCT_DONOTSEARCH_ANYWHERE คงเป็น 1 ใน Setup-> อื่น ๆ ค้นหาแล้วจะถูก จำกัด ในการเริ่มต้นของสตริง
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=ประเภทบาร์โค้ดเริ่มต้นที่จะใช้สำหรับผลิตภัณฑ์
       SetDefaultBarcodeTypeThirdParties=ประเภทบาร์โค้ดเริ่มต้นที่จะใช้สำหรับบุคคลที่สาม
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=ส่งติดตั้งโมดูล
       SendingsReceiptModel=รูปแบบการส่งใบเสร็จรับเงิน
       SendingsNumberingModules=sendings โมดูลจำนวน
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=ข้อความฟรีในการจัดส่ง
       ##### Deliveries #####
       DeliveryOrderNumberingModules=สินค้าที่ได้รับการส่งมอบโมดูลหมายเลข
      @@ -1515,18 +1528,18 @@ AdvancedEditor=ตกแต่ง
       ActivateFCKeditor=เปิดใช้งานขั้นสูงสำหรับบรรณาธิการ:
       FCKeditorForCompany=WYSIWIG สร้าง / ฉบับคำอธิบายองค์ประกอบและทราบ (ยกเว้นผลิตภัณฑ์ / บริการ)
       FCKeditorForProduct=สร้าง WYSIWIG / รุ่นของผลิตภัณฑ์ / คำอธิบายการบริการและการบันทึก
      -FCKeditorForProductDetails=WYSIWIG สร้าง / รุ่นของผลิตภัณฑ์เส้นรายละเอียดสำหรับทุกหน่วยงาน (ข้อเสนอการสั่งซื้อใบแจ้งหนี้ ฯลฯ ... ) <font class="warning">คำเตือน:. ใช้ตัวเลือกนี้สำหรับกรณีนี้อย่างจริงจังไม่แนะนำเท่าที่จะสามารถสร้างปัญหาที่มีตัวอักษรพิเศษและหน้า formating เมื่อมีการสร้างรูปแบบไฟล์ PDF ไฟล์</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= สร้าง WYSIWIG / รุ่นสำหรับ eMailings มวล (Tools-> ส่งอีเมล)
       FCKeditorForUserSignature=สร้าง WYSIWIG / ฉบับลายเซ็นของผู้ใช้
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=ประสบความสำเร็จในการเชื่อมต่อฐานข้อมูล แต่ไม่ได้ดูจะเป็นฐานข้อมูล OSCommerce (% s สำคัญไม่พบในตาราง% s)
      -OSCommerceTestOk=เชื่อมต่อกับเซิร์ฟเวอร์ '% s' ในฐานข้อมูล '% s' กับผู้ใช้ '% s' ประสบความสำเร็จ
      -OSCommerceTestKo1=เชื่อมต่อกับเซิร์ฟเวอร์ '% s' ประสบความสำเร็จ แต่ฐานข้อมูล '% s' ไม่สามารถเข้าถึงได้
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=เชื่อมต่อกับเซิร์ฟเวอร์ '% s' ในฐานข้อมูล '% s' กับผู้ใช้ '% s' ที่ประสบความสำเร็จ
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=เชื่อมต่อกับเซิร์ฟเวอร์ '% s' กับผู้ใช้ '% s' ล้มเหลว
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=ถ้าคุณใช้โมดูลจุดขาย (POS ให้โมดูลโดยค่าเริ่มต้นหรือโมดูลภายนอกอื่น) การตั้งค่านี้อาจได้รับการปฏิเสธโดยจุดขายของโมดูล จุดส่วนใหญ่ของโมดูลการขายได้รับการออกแบบเพื่อสร้างทันทีใบแจ้งหนี้และลดหุ้นโดยเริ่มต้นสิ่งที่เป็นตัวเลือกที่นี่ ดังนั้นถ้าคุณต้องการหรือไม่ที่จะมีการลดลงของหุ้นเมื่อลงทะเบียนขายจากจุดขายของคุณให้ตรวจสอบยังโมดูล POS ของคุณตั้งค่า
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=เมนูลบ
       Menus=เมนู
      @@ -1548,7 +1561,7 @@ DetailRight=สภาพที่จะแสดงเมนูสีเทา
       DetailLangs=ชื่อไฟล์ Lang สำหรับการแปลรหัสฉลาก
       DetailUser=ฝึกงาน / Extern / ทั้งหมด
       Target=เป้า
      -DetailTarget=เป้าหมายสำหรับการเชื่อมโยง (_ blank ด้านบนเปิดหน้าต่างใหม่)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=ระดับ (-1: เมนูด้านบน 0: เมนูส่วนหัว> 0 เมนูและเมนูย่อย)
       ModifMenu=เมนูการเปลี่ยนแปลง
       DeleteMenu=ลบรายการเมนู
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=ภาษีมูลค่าเพิ่มเนื่
       OptionVatDebitOptionDesc=ภาษีมูลค่าเพิ่มเนื่องจาก: <br> - ในการจัดส่งสินค้า (วันที่เราใช้ใบแจ้งหนี้) <br> - ในใบแจ้งหนี้ (เดบิต) สำหรับการให้บริการ
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=เวลาภาษีมูลค่าเพิ่ม exigibility โดยค่าเริ่มต้นเป็นไปตามตัวเลือกที่เลือก:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=ในการจัดส่ง
       OnPayment=ในการชำระเงิน
       OnInvoice=ในใบแจ้งหนี้
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=บัญชีซื้อ รหัส
       AgendaSetup=กิจกรรมและวาระการติดตั้งโมดูล
       PasswordTogetVCalExport=กุญแจสำคัญในการอนุญาตการเชื่อมโยงการส่งออก
       PastDelayVCalExport=อย่าส่งออกเหตุการณ์ที่มีอายุมากกว่า
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=ตั้งค่าโดยอัตโนมัติประเภทของเหตุการณ์นี้ในการกรองการค้นหาในมุมมองของวาระการประชุม
      -AGENDA_DEFAULT_FILTER_STATUS=ตั้งค่าโดยอัตโนมัติสถานะสำหรับการจัดกิจกรรมนี้ในการกรองการค้นหาในมุมมองของวาระการประชุม
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=ซึ่งแท็บที่คุณต้องการที่จะเปิดตามค่าเริ่มต้นเมื่อมีการเลือกวาระที่เมนู
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=คลิกเพื่อกดติดตั้งโมดูล
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=จุดขาย
       CashDeskSetup=จุดขายการติดตั้งโมดูล
      -CashDeskThirdPartyForSell=เริ่มต้นของบุคคลที่สามทั่วไปจะใช้สำหรับการขาย
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=บัญชีเริ่มต้นที่จะใช้ในการรับชำระเงินด้วยเงินสด
       CashDeskBankAccountForCheque= บัญชีเริ่มต้นที่จะใช้ในการรับชำระเงินด้วยเช็ค
       CashDeskBankAccountForCB= บัญชีเริ่มต้นที่จะใช้ในการรับชำระเงินด้วยบัตรเครดิต
      -CashDeskDoNotDecreaseStock=ปิดการใช้งานลดลงหุ้นเมื่อขายจะทำจากจุดขาย (ถ้ามี "ไม่" การลดลงของหุ้นที่จะทำสำหรับแต่ละขาย POS ทำได้จากสิ่งที่เป็นตัวเลือกที่ตั้งในสต็อกโมดูล)
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=และ จำกัด การบังคับคลังสินค้าที่จะใช้สำหรับการลดลงของหุ้น
      -StockDecreaseForPointOfSaleDisabled=หุ้นลดลงจากจุดขายปิดการใช้งาน
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=การลดลงของหุ้นใน POS เข้ากันไม่ได้กับการจัดการจำนวนมาก
      -CashDeskYouDidNotDisableStockDecease=คุณไม่ได้ปิดการใช้งานลดลงหุ้นเมื่อมีการขายจากจุดขายของ ดังนั้นคลังสินค้าจะต้อง
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Bookmark ติดตั้งโมดูล
      -BookmarkDesc=โมดูลนี้จะช่วยให้คุณสามารถจัดการบุ๊คมาร์ค นอกจากนี้คุณยังสามารถเพิ่มทางลัดไปยังหน้าเว็บใด ๆ Dolibarr หรือเว็บไซต์ externale บนเมนูด้านซ้ายของคุณ
      +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.
       NbOfBoomarkToShow=จำนวนสูงสุดของบุ๊คมาร์คที่จะแสดงในเมนูด้านซ้าย
       ##### WebServices #####
       WebServicesSetup=webservices ติดตั้งโมดูล
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=หลาย บริษัท ติดตั้งโมดูล
       ##### Suppliers #####
       SuppliersSetup=ผู้ผลิตติดตั้งโมดูล
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=ผู้ผลิตใบแจ้งหนี้เลขรุ่น
       IfSetToYesDontForgetPermission=หากการตั้งค่าใช่ไม่ลืมที่จะให้สิทธิ์กับกลุ่มหรือผู้ใช้ที่ได้รับอนุญาตให้ได้รับการอนุมัติที่สอง
      @@ -1654,7 +1667,7 @@ ProjectsSetup=โครงการติดตั้งโมดูล
       ProjectsModelModule=โครงการรายงานรูปแบบเอกสาร
       TasksNumberingModules=งานจำนวนโมดูล
       TaskModelModule=รายงานงานรูปแบบเอกสาร
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=คุณอาจพบ
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=รายการของการแจ้งเตือนคงที่
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=ธรณีประตู
       BackupDumpWizard=ตัวช่วยสร้างการสร้างแฟ้มการถ่ายโอนการสำรองฐานข้อมูล
       SomethingMakeInstallFromWebNotPossible=การติดตั้งโมดูลภายนอกเป็นไปไม่ได้จากอินเตอร์เฟซเว็บด้วยเหตุผลต่อไปนี้:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=ติดตั้งโมดูล
       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=เน้นเส้นตารางเมื่อเลื่อนเมาส์ผ่านไป
       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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=สีพื้นหลังสำหรับแ
       MinimumNoticePeriod=ระยะเวลาการแจ้งให้ทราบล่วงหน้าขั้นต่ำ (ตามคำขอลาของคุณจะต้องทำก่อนการหน่วงเวลานี้)
       NbAddedAutomatically=จำนวนวันที่เพิ่มเข้าไปในเคาน์เตอร์ของผู้ใช้ (โดยอัตโนมัติ) ในแต่ละเดือน
       EnterAnyCode=ฟิลด์นี้มีการอ้างอิงในการระบุสาย ป้อนค่าที่คุณเลือกได้ แต่ไม่มีตัวอักษรพิเศษ
      -UnicodeCurrency=ป้อนที่นี่ระหว่างวงเล็บรายการจำนวนไบต์ที่เป็นตัวแทนของสัญลักษณ์สกุลเงิน สำหรับ exemple: ราคา $ ป้อน [36] - ราคา $ บราซิลจริง R [82,36] - สำหรับ€ป้อน [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       PositionIntoComboList=ตำแหน่งของเส้นเป็นรายการคำสั่งผสม
       SellTaxRate=อัตราภาษีการขาย
       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=เมื่อคุณสร้างโอกาสที่คุณจะกำหนดจำนวนเงินประมาณของโครงการ / นำ ตามสถานะของโอกาสที่เงินจำนวนนี้อาจจะ multiplicated โดยอัตรานี้ในการประเมินปริมาณทั่วโลกโอกาสของคุณอาจสร้าง ค่าร้อยละ (ระหว่าง 0 และ 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=บันทึกแม่แบบนี้มีความมุ่งมั่นที่องค์ประกอบ
       TypeOfTemplate=ประเภทของแม่แบบ
      -TemplateIsVisibleByOwnerOnly=แม่แบบสามารถมองเห็นได้โดยเจ้าของเท่านั้น
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=แก้ไขเขตเวลา
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/th_TH/companies.lang b/htdocs/langs/th_TH/companies.lang
      index df60e37a159..9e4f333cedb 100644
      --- a/htdocs/langs/th_TH/companies.lang
      +++ b/htdocs/langs/th_TH/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=เลือกบุคคลที่สาม
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=ลบรายชื่อ / ที่อยู่
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=บุคคลที่สามใหม่
      -MenuNewCustomer=ลูกค้าใหม่
      -MenuNewProspect=โอกาสใหม่
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=ใหม่เอกชน
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=สร้างของบุคคลที่สาม
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=ติดต่อบุคคลที่สาม / ที
       Company=บริษัท
       CompanyName=ชื่อ บริษัท
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=บริษัท
      -CountryIsInEEC=ประเทศที่อยู่ภายในประชาคมเศรษฐกิจยุโรป
      -ThirdPartyName=ชื่อของบุคคลที่สาม
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=บุคคลที่สาม
      -ThirdParties=บุคคลที่สาม
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=ลูกค้าเป้าหมาย
       ThirdPartyProspectsStats=ลูกค้าเป้าหมาย
       ThirdPartyCustomers=ลูกค้า
       ThirdPartyCustomersStats=ลูกค้า
       ThirdPartyCustomersWithIdProf12=ลูกค้าที่มี% s% s หรือ
       ThirdPartySuppliers=Vendors
      -ThirdPartyType=ประเภทของบุคคลที่สาม
      +ThirdPartyType=Type of company
       Individual=เอกชน
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=บริษัท แม่
       Subsidiaries=บริษัท ย่อย
       ReportByMonth=Report by month
      @@ -75,12 +75,12 @@ Zip=รหัสไปรษณีย์
       Town=เมือง
       Web=เว็บ
       Poste= ตำแหน่ง
      -DefaultLang=ภาษาโดยปริยาย
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=ข้อเสนอ
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=ไวยากรณ์ที่ถูกต้อง
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=<b>ลูกค้ารายนี้มีส่
       CompanyHasNoRelativeDiscount=ลูกค้ารายนี้ไม่เคยมีใครส่วนลดญาติโดยค่าเริ่มต้น
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=<b>ลูกค้ารายนี้ยังคงมีการบันทึกเครดิตสำหรับ% s%</b> s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=ไม่
      -Supplier=ผู้ผลิต
      +Supplier=Vendor
       AddContact=สร้างรายชื่อผู้ติดต่อ
       AddContactAddress=สร้างการติดต่อ / ที่อยู่
       EditContact=ติดต่อแก้ไข
      @@ -303,22 +303,22 @@ AddThirdParty=สร้างของบุคคลที่สาม
       DeleteACompany=ลบ บริษัท
       PersonalInformations=ข้อมูลส่วนบุคคล
       AccountancyCode=บัญชีการบัญชี
      -CustomerCode=รหัสลูกค้า
      -SupplierCode=Vendor code
      -CustomerCodeShort=รหัสลูกค้า
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=รหัสลูกค้าไม่ซ้ำกันสำหรับลูกค้าทุกท่าน
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=จำเป็นต้องใช้ถ้าบุคคลที่สามเป็นลูกค้าหรือโอกาส
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=ตั้งแต่วันที่ควบคุมโดยโมดูล
      -ThisIsModuleRules=นี่คือกฎระเบียบสำหรับโมดูลนี้
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect ที่จะติดต่อ
       CompanyDeleted=บริษัท "% s" ลบออกจากฐานข้อมูล
       ListOfContacts=รายชื่อผู้ติดต่อ / ที่อยู่
      -ListOfContactsAddresses=รายชื่อผู้ติดต่อ / adresses
      -ListOfThirdParties=รายชื่อของบุคคลที่สาม
      -ShowCompany=Show third party
      +ListOfContactsAddresses=รายชื่อผู้ติดต่อ / ที่อยู่
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=แสดงรายชื่อผู้ติดต่อ
       ContactsAllShort=ทั้งหมด (ไม่กรอง)
       ContactType=ประเภทติดต่อ
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=ติดต่อนี้ไม่ได้ติด
       NoContactForAnyContract=การติดต่อที่ไม่สามารถติดต่อสำหรับการทำสัญญาใด ๆ
       NoContactForAnyInvoice=ติดต่อนี้ไม่ได้ติดต่อสำหรับใบแจ้งหนี้ใด ๆ
       NewContact=รายชื่อใหม่
      -NewContactAddress=ติดต่อใหม่ / ที่อยู่
      +NewContactAddress=New Contact/Address
       MyContacts=รายชื่อของฉัน
       Capital=เมืองหลวง
       CapitalOf=เมืองหลวงของ% s
       EditCompany=แก้ไข บริษัท
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=ตรวจสอบ
      -VATIntraCheckDesc=<b>การเชื่อมโยง% s</b> ช่วยให้การขอให้ตรวจสอบการให้บริการภาษีมูลค่าเพิ่มยุโรป อินเทอร์เน็ตจากเซิร์ฟเวอร์ภายนอกเป็นสิ่งจำเป็นสำหรับบริการนี​​้ในการทำงาน
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=ตรวจสอบ Intracomunnautary ภาษีมูลค่าเพิ่มในเว็บไซต์ของคณะกรรมการยุโรป
      -VATIntraManualCheck=นอกจากนี้คุณยังสามารถตรวจสอบด้วยตนเองจากเว็บไซต์ยุโรป <a href="%s" target="_blank">% s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=ตรวจสอบไม่ได้ บริการตรวจสอบไม่ได้ให้โดยรัฐสมาชิก (% s)
      -NorProspectNorCustomer=หรือโอกาสหรือลูกค้า
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=บุคลากร
       ProspectLevelShort=ที่อาจเกิดขึ้น
       ProspectLevel=Prospect ที่มีศักยภาพ
      @@ -387,12 +387,12 @@ ExportCardToFormat=การ์ดส่งออกไปยังรูปแ
       ContactNotLinkedToCompany=ติดต่อไม่ได้เชื่อมโยงกับบุคคลที่สาม
       DolibarrLogin=เข้าสู่ระบบ Dolibarr
       NoDolibarrAccess=ไม่สามารถเข้าถึง Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=รายชื่อและคุณสมบัติ
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=ระดับราคา
       DeliveryAddress=ที่อยู่จัดส่ง
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=ลบไฟล์
       ConfirmDeleteFile=คุณแน่ใจว่าคุณต้องการที่จะลบไฟล์นี้หรือไม่?
       AllocateCommercial=Assigned to sales representative
       Organization=องค์กร
      -FiscalYearInformation=ข้อมูลเกี่ยวกับปีงบประมาณ
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=เริ่มต้นเดือนของปีงบประมาณ
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=รายชื่อลูกค้าเป้าหมาย
      -ListCustomersShort=รายชื่อของลูกค้า
      -ThirdPartiesArea=บุคคลที่สามและพื้นที่ติดต่อ
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=รวมของบุคคลที่สามที่ไม่ซ้ำกัน
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=เปิด
       ActivityCeased=ปิด
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=การเรียกเก็บเงินในป
       OutstandingBill=แม็กซ์ สำหรับการเรียกเก็บเงินที่โดดเด่น
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=รหัสที่เป็นอิสระ รหัสนี้สามารถแก้ไขได้ในเวลาใดก็ได้
       ManagingDirectors=ผู้จัดการ (s) ชื่อ (ซีอีโอผู้อำนวยการประธาน ... )
       MergeOriginThirdparty=ซ้ำของบุคคลที่สาม (บุคคลที่สามต้องการลบ)
       MergeThirdparties=ผสานบุคคลที่สาม
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/th_TH/errors.lang b/htdocs/langs/th_TH/errors.lang
      index 3a60f60475c..423374a7636 100644
      --- a/htdocs/langs/th_TH/errors.lang
      +++ b/htdocs/langs/th_TH/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=ค่า '% s' มีรูปแบบวันที่ไ
       ErrorWrongDate=วันที่ไม่ถูกต้อง!
       ErrorFailedToWriteInDir=ไม่สามารถเขียนในไดเรกทอรี% s
       ErrorFoundBadEmailInFile=พบไวยากรณ์อีเมลไม่ถูกต้องสำหรับ% s บรรทัดในไฟล์ (เช่นสาย% s ด้วยอีเมล =% s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=ฟิลด์ที่จำเป็นบางคนไม่เต็ม
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=ล้มเหลวในการสร้างไดเรกทอรี ตรวจสอบการใช้เว็บเซิร์ฟเวอร์ที่มีสิทธิ์ในการเขียนลงในไดเรกทอรีเอกสาร Dolibarr หาก <b>safe_mode</b> พารามิเตอร์เปิดใช้งานบน PHP นี้ตรวจสอบว่า php ไฟล์ Dolibarr เป็นเจ้าของให้กับผู้ใช้เว็บเซิร์ฟเวอร์ (หรือกลุ่ม)
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=กรุณากรอกค่าส​​ำหร
       ErrorNoValueForCheckBoxType=กรุณากรอกค่าส​​ำหรับรายการช่อง
       ErrorNoValueForRadioType=กรุณากรอกค่าส​​ำหรับรายการวิทยุ
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>s สนาม%</b> ไม่ต้องมีอักขระพิเศษ
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=ไม่มีการเปิดใช้งานโมดูลบัญชี
       ErrorExportDuplicateProfil=ชื่อโปรไฟล์นี้มีอยู่แล้วสำหรับการตั้งค่าการส่งออกนี้
       ErrorLDAPSetupNotComplete=การจับคู่ Dolibarr-LDAP ไม่สมบูรณ์
       ErrorLDAPMakeManualTest=ไฟล์ .ldif ได้รับการสร้างขึ้นในไดเรกทอรี% s พยายามที่จะโหลดได้ด้วยตนเองจากบรรทัดคำสั่งที่จะมีข้อมูลเพิ่มเติมเกี่ยวกับข้อผิดพลาด
      -ErrorCantSaveADoneUserWithZeroPercentage=ไม่สามารถบันทึกการดำเนินการกับ "statut ไม่ได้เริ่ม" ถ้าเขต "ทำโดย" นอกจากนี้ยังเต็มไป
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref ใช้สำหรับการสร้างที่มีอยู่แล้ว
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=ไม่สามารถลบบันทึก มันถูกใช้ไปแล้วหรือรวมอยู่ในวัตถุอื่น
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=จาวาสคริปต์จะต้องไม่ถูกปิดการใช้งานจะมีคุณสมบัติการทำงานนี้ เพื่อเปิด / ปิดการใช้งานจาวาสคริไปที่เมนูหน้าแรก> Setup-> จอแสดงผล
       ErrorPasswordsMustMatch=ทั้งสองพิมพ์รหัสผ่านจะต้องตรงกับแต่ละอื่น ๆ
      -ErrorContactEMail=ข้อผิดพลาดทางเทคนิคที่เกิดขึ้น กรุณาติดต่อผู้ดูแลระบบเพื่อต่อไปนี้อีเมล <b>en% s ให้รหัสข้อผิดพลาด% s</b> ในข้อความของคุณหรือดียิ่งขึ้นโดยการเพิ่มสำเนาหน้าจอของหน้านี้
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=<b>ค่าที่ไม่ถูกต้องสำหรับจำนวนสนาม% s</b> (ค่า <b>'% s' ไม่ตรงกับกฎ% s</b> regex)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=<b>ค่าที่ไม่ถูกต้องสำหรับจำนวนสนาม% s</b> (ค่า <b>'% s' ไม่ได้อ้างอิง% s</b> ที่มีอยู่)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=โปรแกรมป้องกันไว
       ErrorSpecialCharNotAllowedForField=อักขระพิเศษไม่ได้รับอนุญาตสำหรับเขตข้อมูล "% s"
       ErrorNumRefModel=การอ้างอิงที่มีอยู่ในฐานข้อมูล (% s) และไม่ได้เข้ากันได้กับกฎหมายเลขนี้ ลบบันทึกการอ้างอิงหรือเปลี่ยนชื่อเพื่อเปิดใช้งานโมดูลนี้
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=ข้อผิดพลาดในหน้ากาก
       ErrorBadMaskFailedToLocatePosOfSequence=ข้อผิดพลาดหน้ากากไม่มีหมายเลขลำดับ
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=ข้อผิดพลาดค่าการตั
       ErrorMaxNumberReachForThisMask=เข้าถึงจำนวนซ์หน้ากากนี้
       ErrorCounterMustHaveMoreThan3Digits=เคาน์เตอร์จะต้องมีมากกว่า 3 หลัก
       ErrorSelectAtLeastOne=ความผิดพลาด เลือกอย่างน้อยหนึ่งรายการ
      -ErrorDeleteNotPossibleLineIsConsolidated=ลบไปไม่ได้เพราะการบันทึกจะเชื่อมโยงกับรายการระหว่างกันของธนาคารที่ conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=% s ได้รับมอบหมายให้สามอีก
       ErrorFailedToSendPassword=ล้มเหลวในการส่งรหัสผ่าน
       ErrorFailedToLoadRSSFile=ล้มเหลวที่จะได้รับฟีด RSS พยายามที่จะเพิ่ม MAIN_SIMPLEXMLLOAD_DEBUG คงถ้าข้อความผิดพลาดที่ไม่ได้ให้ข้อมูลที่เพียงพอ
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=ผู้ใช้ที่มี <b>s%</b> เข้า
       ErrorLoginHasNoEmail=ผู้ใช้นี้ไม่มีที่อยู่อีเมล ขั้นตอนการยกเลิก
       ErrorBadValueForCode=ค่าร้ายสำหรับรหัสรักษาความปลอดภัย ลองอีกครั้งด้วยค่าใหม่ ...
       ErrorBothFieldCantBeNegative=ทุ่ง% s% และไม่สามารถเป็นได้ทั้งในเชิงลบ
      +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=จำนวนบรรทัดลงในใบแจ้งหนี้ของลูกค้าที่ไม่สามารถเป็นเชิงลบ
       ErrorWebServerUserHasNotPermission=<b>บัญชีผู้ใช้% s</b> ใช้ในการดำเนินการเว็บเซิร์ฟเวอร์มีสิทธิ์ในการที่ไม่มี
       ErrorNoActivatedBarcode=ประเภทไม่มีการเปิดใช้งานบาร์โค้ด
      @@ -138,7 +141,7 @@ ErrorBadFormat=รูปแบบที่ไม่ดี!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=ข้อผิดพลาดที่มีการส่งมอบบางอย่างที่เชื่อมโยงกับการจัดส่งนี้ ลบปฏิเสธ
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=ไม่สามารถลบการชำระเงินที่ใช้ร่วมกันอย่างน้อยหนึ่งใบแจ้งหนี้ที่มีสถานะ payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=ไม่สามารถกำหนดให้คงที่ '% s'
       ErrorPriceExpression2=ไม่สามารถกำหนดฟังก์ชั่น '% s'
       ErrorPriceExpression3=ตัวแปรที่ไม่ได้กำหนด '% s' ในความหมายฟังก์ชั่น
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=ที่ไม่คาดคิด '% s'
       ErrorPriceExpression6=จำนวนที่ไม่ถูกต้องของการขัดแย้ง (% s ได้รับคาดว่า% s)
       ErrorPriceExpression8=ผู้ประกอบการที่ไม่คาดคิด '% s'
       ErrorPriceExpression9=ข้อผิดพลาดที่ไม่คาดคิดเกิดขึ้น
      -ErrorPriceExpression10=Iperator '% s' ขาดตัวถูกดำเนินการ
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=คาดหวังว่า '% s'
       ErrorPriceExpression14=หารด้วยศูนย์
       ErrorPriceExpression17=ไม่ได้กำหนดตัวแปร '% s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=ลูกค้า SOAP ล​​้มเหลว
       ErrorGlobalVariableUpdater5=ไม่มีตัวแปรทั่วโลกที่เลือก
       ErrorFieldMustBeANumeric=<b>s สนาม%</b> จะต้องเป็นค่าตัวเลข
       ErrorMandatoryParametersNotProvided=พารามิเตอร์บังคับ (s) ไม่ได้ให้
      -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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=บุ๊คมาร์คที่มีชื่
       WarningPassIsEmpty=คำเตือนรหัสผ่านฐานข้อมูลเป็นที่ว่างเปล่า นี่คือหลุมการรักษาความปลอดภัย คุณควรเพิ่มรหัสผ่านไปยังฐานข้อมูลของคุณและเปลี่ยนไฟล์ conf.php ของคุณเพื่อสะท้อนถึงนี้
       WarningConfFileMustBeReadOnly=เตือนไฟล์ config ของคุณ <b>(htdocs / conf / conf.php)</b> สามารถเขียนทับโดยเว็บเซิร์ฟเวอร์ นี่คือหลุมด้านความปลอดภัยร้ายแรง ปรับเปลี่ยนสิทธิ์ในแฟ้มที่จะอยู่ในโหมดอ่านอย่างเดียวสำหรับผู้ใช้ระบบปฏิบัติการที่ใช้โดยเว็บเซิร์ฟเวอร์ หากคุณใช้รูปแบบ Windows และ FAT ดิสก์ของคุณคุณจะต้องรู้ว่าระบบไฟล์นี้จะไม่อนุญาตให้มีการเพิ่มสิทธิ์ในแฟ้มจึงไม่สามารถมีความปลอดภัยอย่างสมบูรณ์
       WarningsOnXLines=<b>คำเตือนในการบันทึกแหล่ง% s</b> (s)
      -WarningNoDocumentModelActivated=รูปแบบไม่มีสำหรับการสร้างเอกสารได้รับการเปิดใช้งาน รูปแบบจะถูกเลือกโดยค่าเริ่มต้นจนกว่าคุณจะตรวจสอบการติดตั้งโมดูลของคุณ
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=คำเตือนเมื่อการติดตั้งเสร็จแล้วคุณจะต้องปิดการใช้งานติดตั้ง / ย้ายเครื่องมือโดยการเพิ่ม <b>install.lock ไฟล์ลงในไดเรกทอรี%</b> s หายไปไฟล์นี้เป็นหลุมรักษาความปลอดภัย
      -WarningUntilDirRemoved=ทุกคำเตือนความปลอดภัย (มองเห็นได้โดยผู้ใช้ผู้ดูแลระบบเท่านั้น) จะยังคงใช้งานเป็นเวลานานเป็นช่องโหว่ที่เป็นปัจจุบัน (หรือที่ MAIN_REMOVE_INSTALL_WARNING คงที่เพิ่มเข้ามาใน Setup-> ตั้งค่าอื่น ๆ )
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=คำเตือนปิดจะทำแม้ว่าจำนวนเงินที่แตกต่างกันระหว่างแหล่งที่มาและองค์ประกอบเป้าหมาย เปิดใช้งานคุณลักษณะนี้ด้วยความระมัดระวัง
       WarningUsingThisBoxSlowDown=คำเตือนการใช้ช่องนี้ชะลอตัวลงอย่างจริงจังทุกหน้าแสดงกล่อง
       WarningClickToDialUserSetupNotComplete=การตั้งค่าข้อมูล ClickToDial สำหรับผู้ใช้ของคุณจะไม่สมบูรณ์ (ดู ClickToDial แท็บลงบนบัตรผู้ใช้ของคุณ)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/th_TH/interventions.lang b/htdocs/langs/th_TH/interventions.lang
      index 90bb6de5e0e..9bf586e4e24 100644
      --- a/htdocs/langs/th_TH/interventions.lang
      +++ b/htdocs/langs/th_TH/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=การแทรกแซง
       InterventionCard=บัตรแทรกแซง
       NewIntervention=การแทรกแซงใหม่
       AddIntervention=การแทรกแซงสร้าง
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=รายชื่อของการแทรกแซง
       ActionsOnFicheInter=การดำเนินการเกี่ยวกับการแทรกแซง
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/th_TH/main.lang b/htdocs/langs/th_TH/main.lang
      index 21a7296109a..60638ebcb67 100644
      --- a/htdocs/langs/th_TH/main.lang
      +++ b/htdocs/langs/th_TH/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=ล้มเหลวในการส่งอีเม
       ErrorFileNotUploaded=ไฟล์ที่อัปโหลดไม่ได้ ตรวจสอบขนาดที่ไม่เกินสูงสุดที่อนุญาตที่พื้นที่ว่างที่มีอยู่บนดิสก์และนั่นก็คือไม่ได้อยู่แล้วไฟล์ที่มีชื่อเดียวกันในไดเรกทอรีนี้
       ErrorInternalErrorDetected=ข้อผิดพลาดที่ตรวจพบ
       ErrorWrongHostParameter=โฮสต์พารามิเตอร์ที่ไม่ถูกต้อง
      -ErrorYourCountryIsNotDefined=ประเทศของคุณจะไม่ได้กำหนดไว้ ไปที่บ้านติดตั้ง-แก้ไขและโพสต์รูปแบบอีกครั้ง
      -ErrorRecordIsUsedByChild=ไม่สามารถลบบันทึกนี้ บันทึกนี้ถูกนำมาใช้อย่างน้อยหนึ่งบันทึกเด็ก
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=ค่าที่ไม่ถูกต้อง
       ErrorWrongValueForParameterX=ค่าที่ไม่ถูกต้องสำหรับพารามิเตอร์% s
       ErrorNoRequestInError=คำขอในไม่มีข้อผิดพลาด
      -ErrorServiceUnavailableTryLater=ไม่มีบริการสำหรับช่วงเวลาที่ ลองใหม่อีกครั้ง
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=ค่าที่ซ้ำกันในสนามที่ไม่ซ้ำกัน
      -ErrorSomeErrorWereFoundRollbackIsDone=ข้อผิดพลาดบางคนพบว่า เราย้อนกลับการเปลี่ยนแปลง
      -ErrorConfigParameterNotDefined=<b>พารามิเตอร์% s</b> ไม่ได้กำหนดไว้ภายในไฟล์ config Dolibarr <b>conf.php</b>
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=<b>ไม่พบผู้ใช้% s</b> ในฐานข้อมูล Dolibarr
       ErrorNoVATRateDefinedForSellerCountry=ข้อผิดพลาดอัตราภาษีมูลค่าเพิ่มไม่มีกำหนดสำหรับประเทศ '% s'
       ErrorNoSocialContributionForSellerCountry=ข้อผิดพลาดที่ไม่มีทางสังคม / ประเภทภาษีทางการคลังที่กำหนดไว้สำหรับประเทศ '% s'
       ErrorFailedToSaveFile=ข้อผิดพลาดล้มเหลวที่จะบันทึกไฟล์
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=วันที่ตั้ง
       SelectDate=เลือกวันที่
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=ไฟล์อัพโหลดประสบความสำเร็จ
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=ไฟล์ที่ถูกเลือกสำหรับสิ่งที่แนบมา แต่ยังไม่ได้อัปโหลดยัง คลิกที่ "แนบไฟล์" สำหรับเรื่องนี้
      -NbOfEntries=nb ของรายการ
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=อ่านความช่วยเหลือออนไลน์ (อินเทอร์เน็ตจำเป็น)
       GoToHelpPage=อ่านความช่วยเหลือ
       RecordSaved=บันทึกที่บันทึกไว้
      @@ -94,7 +94,7 @@ Undefined=ตะคุ่ม
       PasswordForgotten=ลืมรหัสผ่าน?
       NoAccount=No account?
       SeeAbove=ดูข้างต้น
      -HomeArea=พื้นที่หน้าแรก
      +HomeArea=หน้าแรก
       LastConnexion=การเชื่อมต่อล่าสุด
       PreviousConnexion=การเชื่อมต่อก่อนหน้า
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=ปิด
       Closed2=ปิด
       NotClosed=Not closed
       Enabled=ที่เปิดใช้งาน
      +Enable=เปิดใช้งาน
       Deprecated=เลิกใช้
       Disable=ปิดการใช้งาน
       Disabled=พิการ
      @@ -153,7 +154,7 @@ Update=ปรับปรุง
       Close=ใกล้
       CloseBox=Remove widget from your dashboard
       Confirm=ยืนยัน
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=ลบ
       Remove=เอาออก
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=สำเนา
       Paste=แปะ
       Default=ผิดนัด
       DefaultValue=ค่ามาตรฐาน
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=ราคา
       PriceCurrency=Price (currency)
       UnitPrice=ราคาต่อหน่วย
      @@ -347,7 +348,7 @@ AmountTTCShort=จํานวนเงิน (รวมภาษี).
       AmountHT=จำนวนเงิน (สุทธิจากภาษี)
       AmountTTC=จํานวนเงิน (รวมภาษี).
       AmountVAT=จํานวนเงินภาษี
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=ไม่สามารถใช้งาน
       ActionRunningNotStarted=ในการเริ่มต้น
       ActionRunningShort=In progress
       ActionDoneShort=เสร็จสิ้น
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=ผลิต
       Duration=ระยะเวลา
       TotalDuration=ระยะเวลารวม
       Summary=ย่อ
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=มีจำหน่าย
       NotYetAvailable=ยังไม่สามารถใช้ได้
      @@ -468,7 +469,7 @@ and=และ
       or=หรือ
       Other=อื่น ๆ
       Others=คนอื่น ๆ
      -OtherInformations=ข้อมูลอื่น ๆ
      +OtherInformations=Other information
       Quantity=ปริมาณ
       Qty=จำนวน
       ChangedBy=เปลี่ยนแปลงได้โดย
      @@ -506,7 +507,7 @@ None=ไม่
       NoneF=ไม่
       NoneOrSeveral=None or several
       Late=สาย
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=ภาพ
       Photos=รูปภาพ
      @@ -530,18 +531,6 @@ September=กันยายน
       October=ตุลาคม
       November=พฤศจิกายน
       December=ธันวาคม
      -JanuaryMin=ม.ค.
      -FebruaryMin=กุมภาพันธ์
      -MarchMin=ทำลาย
      -AprilMin=เมษายน
      -MayMin=พฤษภาคม
      -JuneMin=มิถุนายน
      -JulyMin=กรกฎาคม
      -AugustMin=สิงหาคม
      -SeptemberMin=กันยายน
      -OctoberMin=ตุลาคม
      -NovemberMin=พฤศจิกายน
      -DecemberMin=ธันวาคม
       Month01=มกราคม
       Month02=กุมภาพันธ์
       Month03=มีนาคม
      @@ -646,6 +635,8 @@ SendMail=ส่งอีเมล
       EMail=E-mail
       NoEMail=ไม่มีอีเมล
       Email=อีเมล์
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=ไม่มีโทรศัพท์มือถือ
       Owner=เจ้าของ
       FollowingConstantsWillBeSubstituted=ค่าคงที่ต่อไปนี้จะถูกแทนที่ด้วยค่าที่สอดคล้องกัน
      @@ -677,7 +668,7 @@ NeverReceived=ไม่เคยได้รับ
       Canceled=ยกเลิก
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=สี
       Documents=แฟ้มที่เชื่อมโยง
       Documents2=เอกสาร
      @@ -716,15 +707,15 @@ Merge=ผสาน
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=หน้าแสดงพื้นที่ในการพิมพ์เนื้อหาหลัก
       MenuManager=ผู้จัดการเมนู
      -WarningYouAreInMaintenanceMode=<b>คำเตือนคุณอยู่ในโหมดการบำรุงรักษาดังนั้นเพียง% s</b> เข้าสู่ระบบได้รับอนุญาตให้ใช้โปรแกรมในขณะนี้
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=ผิดพลาดของระบบ
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=เครดิตการ์ด
       ValidatePayment=ตรวจสอบการชำระเงิน
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=<b>เขตข้อมูลที่มี% s</b> มีผลบังคับใช้
      -FieldsWithIsForPublic=<b>เขตข้อมูลที่มี% s</b> จะปรากฏอยู่ในรายชื่อของประชาชนสมาชิก ถ้าคุณไม่อยากให้เรื่องนี้, ตรวจสอบการปิดกล่อง "สาธารณะ"
      -AccordingToGeoIPDatabase=(ตาม GeoIP แปลง)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=สาย
       NotSupported=ไม่สนับสนุน
       RequiredField=ฟิลด์ที่จำเป็น
      @@ -732,6 +723,8 @@ Result=ผล
       ToTest=ทดสอบ
       ValidateBefore=บัตรจะต้องถูกตรวจสอบก่อนที่จะใช้คุณลักษณะนี้
       Visibility=ความชัดเจน
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=ส่วนตัว
       Hidden=ซ่อนเร้น
       Resources=ทรัพยากร
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=เชื่อมโยงการสั่งซื้อ
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=สร้างร่าง
       SetToDraft=กลับไปร่าง
       ClickToEdit=คลิกเพื่อแก้ไข
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=โดยวันที่
       BySalesRepresentative=โดยตัวแทนฝ่ายขาย
       LinkedToSpecificUsers=เชื่อมโยงกับการติดต่อผู้ใช้โดยเฉพาะอย่างยิ่ง
       NoResults=ไม่มีผลลัพธ์
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=เครื่องมือของระบบ
       ModulesSystemTools=เครื่องมือโมดูล
       Test=ทดสอบ
       Element=ธาตุ
       NoPhotoYet=ภาพที่ยังไม่มี
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=หัก
       from=จาก
       toward=ไปทาง
      @@ -802,7 +797,7 @@ PrintFile=พิมพ์ไฟล์% s
       ShowTransaction=Show entry on bank account
       ShowIntervention=การแทรกแซงการแสดง
       ShowContract=แสดงสัญญา
      -GoIntoSetupToChangeLogo=ไปลงในหน้าหลัก - การติดตั้ง - บริษัท ที่จะเปลี่ยนโลโก้หรือไปลงในหน้าแรก - การติดตั้ง - จอแสดงผลที่จะซ่อน
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=ปฏิเสธ
       Denied=ปฏิเสธ
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=ลบบรรทัด
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=แบ่งประเภทเรียกเก็บเงิน
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=ปฏิทิน
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=เหตุการณ์ที่เกิดขึ้น
      -EMailTemplates=แม่แบบอีเมล
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=โครงการ
       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=สิทธิ์
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=วันจันทร์
       Tuesday=วันอังคาร
      @@ -927,15 +931,15 @@ SearchIntoInterventions=การแทรกแซง
       SearchIntoContracts=สัญญา
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=รายงานค่าใช้จ่าย
      -SearchIntoLeaves=ใบลา
      +SearchIntoLeaves=Leave
       CommentLink=ความคิดเห็น
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=ทุกคน
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=จ่ายโดย
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=ได้รับมอบหมายให้
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/th_TH/other.lang b/htdocs/langs/th_TH/other.lang
      index 35a970cbca0..899dfc0c067 100644
      --- a/htdocs/langs/th_TH/other.lang
      +++ b/htdocs/langs/th_TH/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=รหัสรักษาความปลอดภัย
       NumberingShort=N°
       Tools=เครื่องมือ
       TMenuTools=เครื่องมือ
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=วันเกิด
       BirthdayDate=Birthday date
       DateToBirth=วันเกิด
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=ข้อความในหน้ากลับมาตรวจสอบการชำระเงิน
       MessageKO=ข้อความในหน้าผลตอบแทนการชำระเงินยกเลิก
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=การแทรกแซงการตรวจสอบ
      -Notify_FICHINTER_SENTBYMAIL=การแทรกแซงส่งทางไปรษณีย์
       Notify_ORDER_VALIDATE=การตรวจสอบการสั่งซื้อของลูกค้า
       Notify_ORDER_SENTBYMAIL=สั่งซื้อของลูกค้าส่งทางไปรษณีย์
       Notify_ORDER_SUPPLIER_SENTBYMAIL=เพื่อที่ผู้ผลิตส่งทางไปรษณีย์
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=เพื่อที่ผู้ผลิตบ
       Notify_ORDER_SUPPLIER_APPROVE=เพื่อที่ผู้ผลิตได้รับการอนุมัติ
       Notify_ORDER_SUPPLIER_REFUSE=เพื่อที่ผู้ผลิตไม่ยอม
       Notify_PROPAL_VALIDATE=ข้อเสนอของลูกค้าผ่านการตรวจสอบ
      -Notify_PROPAL_CLOSE_SIGNED=propal ลูกค้าปิดลงนาม
      -Notify_PROPAL_CLOSE_REFUSED=propal ลูกค้าไม่ยอมปิด
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=ข้อเสนอเชิงพาณิชย์ส่งทางไปรษณีย์
       Notify_WITHDRAW_TRANSMIT=ถอนการส่ง
       Notify_WITHDRAW_CREDIT=ถอนเครดิต
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=บุคคลที่สามสร้าง
       Notify_COMPANY_SENTBYMAIL=อีเมลที่ส่งจากบัตรของบุคคลที่สาม
       Notify_BILL_VALIDATE=ตรวจสอบใบแจ้งหนี้ของลูกค้า
       Notify_BILL_UNVALIDATE=ใบแจ้งหนี้ของลูกค้า unvalidated
      -Notify_BILL_PAYED=ใบแจ้งหนี้ของลูกค้า payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=ยกเลิกใบแจ้งหนี้ของลูกค้า
       Notify_BILL_SENTBYMAIL=ใบแจ้งหนี้ของลูกค้าส่งทางไปรษณีย์
       Notify_BILL_SUPPLIER_VALIDATE=ผู้ผลิตตรวจสอบใบแจ้งหนี้
      -Notify_BILL_SUPPLIER_PAYED=ใบแจ้งหนี้ผู้ผลิต payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=ใบแจ้งหนี้ที่ผู้ผลิตส่งทางไปรษณีย์
       Notify_BILL_SUPPLIER_CANCELED=ผู้ผลิตยกเลิกใบแจ้งหนี้
       Notify_CONTRACT_VALIDATE=การตรวจสอบสัญญา
       Notify_FICHEINTER_VALIDATE=การแทรกแซงการตรวจสอบ
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=การแทรกแซงส่งทางไปรษณีย์
       Notify_SHIPPING_VALIDATE=การจัดส่งสินค้าผ่านการตรวจสอบ
       Notify_SHIPPING_SENTBYMAIL=การจัดส่งสินค้าส่งทางไปรษณีย์
       Notify_MEMBER_VALIDATE=สมาชิกผ่านการตรวจสอบ
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=การสร้างโครงการ
       Notify_TASK_CREATE=งานที่สร้างขึ้น
       Notify_TASK_MODIFY=งานการแก้ไข
       Notify_TASK_DELETE=งานที่ถูกลบ
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=ดูการตั้งค่าของโมดูล% s
       NbOfAttachedFiles=จำนวนแนบไฟล์ / เอกสาร
       TotalSizeOfAttachedFiles=ขนาดของไฟล์ที่แนบมา / เอกสาร
       MaxSize=ขนาดสูงสุด
       AttachANewFile=แนบไฟล์ใหม่ / เอกสาร
       LinkedObject=วัตถุที่เชื่อมโยง
      -NbOfActiveNotifications=จำนวนการแจ้งเตือน (nb ของอีเมลผู้รับ)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>ศ Id% s</b> ข้อมูลขึ้นอยู่กับประเทศของบุคคลที่สาม <br> <b>ตัวอย่างเช่นสำหรับประเทศ% s ก็รหัส%</b> s
       DolibarrDemo=Dolibarr ERP / CRM สาธิต
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=การแทรกแซง% s ได้รับการตรวจสอบ
       EMailTextInvoiceValidated=ใบแจ้งหนี้% s ได้รับการตรวจสอบ
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=ข้อเสนอของ% s ได้รับการตรวจสอบ
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=% s เพื่อได้รับการตรวจสอบ
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=เพื่อ% s ได้รับการอนุ
       EMailTextOrderRefused=% s เพื่อได้รับการปฏิเสธ
       EMailTextOrderRefusedBy=เพื่อ% s ได้รับการปฏิเสธโดย% s
       EMailTextExpeditionValidated=จัดส่ง% s ได้รับการตรวจสอบ
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=การนำเข้าข้อมูลที่ตั้ง
       DolibarrNotification=การแจ้งเตือนอัตโนมัติ
       ResizeDesc=<b>ป้อนความกว้างใหม่หรือสูงใหม่</b> อัตราส่วนจะถูกเก็บไว้ในช่วงการปรับขนาด ...
      @@ -204,7 +212,7 @@ NewLength=ความกว้างของใหม่
       NewHeight=ความสูงใหม่
       NewSizeAfterCropping=ขนาดใหม่หลังจากการปลูกพืช
       DefineNewAreaToPick=กำหนดพื้นที่ใหม่ที่ภาพเพื่อเลือก (ซ้ายคลิกที่ภาพแล้วลากจนกว่าจะถึงมุมตรงข้าม)
      -CurrentInformationOnImage=เครื่องมือนี้ถูกออกแบบมาเพื่อช่วยให้คุณสามารถปรับขนาดหรือตัดภาพ นี้เป็นข้อมูลเกี่ยวกับการแก้ไขภาพปัจจุบัน
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=โปรแกรมแก้ไขภาพ
       YouReceiveMailBecauseOfNotification=คุณได้รับข้อความนี้เนื่องจากอีเมลของคุณได้รับการเพิ่มรายชื่อของเป้าหมายที่จะได้รับทราบถึงเหตุการณ์ที่เกิดขึ้นโดยเฉพาะอย่างยิ่งเข้าไปในซอฟต์แวร์% ของ% s
       YouReceiveMailBecauseOfNotification2=เหตุการณ์นี้เป็นดังต่อไปนี้:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=พื้นที่การส่งออก
      diff --git a/htdocs/langs/th_TH/projects.lang b/htdocs/langs/th_TH/projects.lang
      index d5546ceb21c..feb3391e6de 100644
      --- a/htdocs/langs/th_TH/projects.lang
      +++ b/htdocs/langs/th_TH/projects.lang
      @@ -33,14 +33,14 @@ 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=แสดงโครงการ
       ShowTask=แสดงงาน
       SetProject=โครงการตั้ง
       NoProject=ไม่มีโครงการที่กำหนดไว้หรือเป็นเจ้าของ
      -NbOfProjects=nb ของโครงการ
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=เวลาที่ใช้
       TimeSpentByYou=เวลาที่ใช้โดยคุณ
       TimeSpentByUser=เวลาที่ใช้โดยผู้ใช้
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=รายชื่อของข้อเสนอในเชิงพาณิชย์ที่เกี่ยวข้องกับโครงการ
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=รายการของสัญญาที่เกี่ยวข้องกับโครงการ
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=รายชื่อของการแทรกแซงที่เกี่ยวข้องกับโครงการ
      -ListExpenseReportsAssociatedProject=รายชื่อของรายงานค่าใช้จ่ายที่เกี่ยวข้องกับการโครงการ
      -ListDonationsAssociatedProject=รายชื่อของการบริจาคที่เกี่ยวข้องกับการโครงการ
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=รายการของเหตุการณ์ที่เกี่ยวข้องกับโครงการ
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=รายชื่อของเวลาที่ใช้ในงานของโครงการ
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=กิจกรรมในโครงการในวันนี้
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=งาน% s สร้าง
       TaskModifiedInDolibarr=งาน% s การแก้ไข
       TaskDeletedInDolibarr=งาน% s ลบ
      -OpportunityStatus=สถานะโอกาส
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Opp. status
      -OpportunityProbability=Opportunity probability
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=จำนวนเงินที่มีโอกาส
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Opp. amount
       OpportunityAmountAverageShort=Average Opp. amount
       OpportunityAmountWeigthedShort=Weighted Opp. amount
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=ผู้สนับสนุ
       SelectElement=องค์ประกอบที่เลือก
       AddElement=เชื่อมโยงไปยังองค์ประกอบ
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=ภาระงานที่วางแผนไว้
       PlannedWorkloadShort=จำนวนงาน
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=โครงการที่มีผู้ใ
       TasksWithThisUserAsContact=Tasks ได้รับมอบหมายให้ผู้ใช้รายนี้
       ResourceNotAssignedToProject=ไม่ได้กำหนดโครงการ
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=มอบหมายงานให้ฉัน
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=กำหนด
       ProjectOverview=ภาพรวม
      -ManageTasks=ใช้โครงการที่จะปฏิบัติตามงานและเวลา
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=ใช้โครงการที่จะนำไปสู่​​การปฏิบัติตาม / opportinuties
      -ProjectNbProjectByMonth=nb ของโครงการที่สร้างขึ้นโดย
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=สถิติในโครงการ / โอกาสในการขาย
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=งานที่ได้รับมอบหมาย เข้าครั้งในงานนี้จะเป็นไปได้
       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=ข้อเสนอ
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang
      index fdb0612b29d..cf20bf2aa99 100644
      --- a/htdocs/langs/tr_TR/admin.lang
      +++ b/htdocs/langs/tr_TR/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Geliştirme
       VersionUnknown=Bilinmeyen
       VersionRecommanded=Önerilen
       FileCheck=Dosya bütünlüğü denetleyicisi
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Genel sağlama toplamı
       MakeIntegrityAnalysisFrom=Uygulama dosyalarının bütünlük analizini yapın
      @@ -30,14 +30,14 @@ SessionSaveHandler=Oturum kayıt yürütücüsü
       SessionSavePath=Kayıt oturumu konumlandırma
       PurgeSessions=Oturum Temizleme
       ConfirmPurgeSessions=Tüm oturumları gerçekten temizlemek istiyor musunuz? Bu işlem (kendiniz hariç), tüm kullanıcıların bağlantılarını kesecektir.
      -NoSessionListWithThisHandler=PHP nizde yapılandırılmış olan oturum kayıt işlemcisi çalışmakta olan tüm oturumların listelenmesine izin vermiyor.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Yeni bağlantıları kilitle
      -ConfirmLockNewSessions=Herhangi bir yeni Dolibarr bağlantısını yalnız kendinizle kısıtlamak istediğinizden emin misiniz? Bundan sonra yalnızca <b>%s</b> kullanıcısı bağlanabilecektir.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Bağlantı kilidini kaldır
       YourSession=Oturumunuz
      -Sessions=Kullanıcı oturumu
      +Sessions=Kullanıcılar oturumları
       WebUserGroup=Web sunucusu kullanıcısı/grubu
      -NoSessionFound=PHP niz etkin oturumların listelenmesine izin vermiyor gibi görünüyor. Oturumları kaydetmek için kullanılan (<b>%s</b>) dizini korumalı olabilir (Örneğin, işletim sistemi izinleri ve PHP yönergesi open_basedir tarafından korunuyor olabilir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Veri kaydı için veritabanı karakter seti
       DBSortingCharset=Veri sıralamak için veritabanı karakter seti
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Dış kullanıcı
       InternalUsers=İç kullanıcılar
       ExternalUsers=Dış kullanıcılar
       GUISetup=Ekran
      -SetupArea=Ayarlar alanı
      +SetupArea=Ayarlar
       UploadNewTemplate=Yeni şablon(lar) yükleyin
       FormToTestFileUploadForm=Dosya yükleme deneme formu (ayarlara göre)
       IfModuleEnabled=Not: yalnızca <b>%s</b> modülü etkinleştirildiğinde evet etkilidir.
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Kod 0 değerini içeremez
       DisableJavascript=Javascript ve Ajax fonksiyonlarını engelle (Görme engelli kişiler ve metin tarayıcılar için önerilir)
       UseSearchToSelectCompanyTooltip=Ayrıca çok fazla sayıda üçüncü partiniz varsa (>100 000), Kurulum->Diğer den COMPANY_DONOTSEARCH_ANYWHERE değişmezini 1 e ayarlayarak hızı arttırabilirsiniz. Sonra arama dizenin başlamasıyla sınırlı olacaktır.
       UseSearchToSelectContactTooltip=Ayrıca çok fazla sayıda üçüncü partiniz varsa (>100 000), Kurulum->Diğer den CONTACT_DONOTSEARCH_ANYWHERE değişmezini 1 e ayarlayarak hızı arttırabilirsiniz. Sonra arama dizenin başlamasıyla sınırlı olacaktır.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Aramayı başlatacak karakter sayısı: %s
       NotAvailableWhenAjaxDisabled=Ajax devre dışı olduğunda kullanılamaz
       AllowToSelectProjectFromOtherCompany=Bir üçüncü parti belgesinde, başka bir üçüncü partiye bağlantılı bir proje seçilebilir
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Önizleme yok
       ThemeCurrentlyActive=Geçerli etkin tema
       CurrentTimeZone=PHP Saat Dilimi (sunucu)
       MySQLTimeZone=ZamanDilimi MySql (veritabanı)
      -TZHasNoEffect=Tarihler, sanki gönderilen dizeler olarak tutulmuş gibi veritabanı sunucusu tarafından saklanır ve çağrılır. Zaman dilimi yalnızca UNIX_TIMESTAMP işlevi kullanılırken etkilenir (bu Dolibarr tarafından kullanılmamalıdır, böylece ZD veritabanının hiçbir etkisi olmaz, veri girildikten sonra değiştirilse bile)
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Boşluk
       Table=Tablo
       Fields=Alanlar
      @@ -111,7 +111,7 @@ NotConfigured=Modül/Uygulama yapılandırılmadı
       Active=Etkin
       SetupShort=Ayarlar
       OtherOptions=Diğer seçenekler
      -OtherSetup=Diğer ayarlar
      +OtherSetup=Diğer Ayarlar
       CurrentValueSeparatorDecimal=Ondalık ayırıcı
       CurrentValueSeparatorThousand=Binlik ayırıcı
       Destination=Hedef
      @@ -126,8 +126,8 @@ PHPTZ=PHP Saat Dilimi (sunucu)
       DaylingSavingTime=Yaz saati uygulaması
       CurrentHour=PHP saati (sunucu)
       CurrentSessionTimeOut=Geçerli oturumun zaman aşımı
      -YouCanEditPHPTZ=Farklı bir PHP zaman dilimi ayarlamak için (gerekli değil), "SetEnv TZ Europe/Istanbul" şeklinde satıra sahip bir .htaccess dosyası eklemeyi deneyebilirsiniz
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Uyarı: Diğer ekranların aksine bu sayfadaki saatler yerel saat diliminizde değil, sunucunun saat dilimindedir.
       Box=Ekran etiketi
       Boxes=Ekran Etiketleri
       MaxNbOfLinesForBoxes=Ekran etiketleri için ençok satır sayısı
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Çifte kayıt hatalarını gözardı et (GÖZARDI ET EKLE
       AutoDetectLang=Otoalgıla (tarayıcı dili)
       FeatureDisabledInDemo=Özellik demoda devre dışıdır
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Ekran etiketleri, sayfaları kişiselleştirmek için ekleyeceğiniz bazı bilgiler gösteren ekran araçlarıdır. Bu ekran etiketlerini gösterip göstermemeyi seçebilirsiniz ya da hedef sayfayı seçip 'Etkinleştir'e tıklayabilir ya da engellemek için çöp kutusuna tıklayabilirsiniz.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Yalnızca <ahref="modules.php">etkinleştirilmiş modüllerin</a> öğeleri gösterilmiştir.
      -ModulesDesc=Dolibarr modülleri, yazılımda hangi uygulamanın/özelliğin etkinleştirildiğini tanımlar. Bazı uygulamalar/modüller onları etkinleştirdikten sonra kullanıcılara vermeniz gereken izinleri gerektirir. Bir modülü/uygulamayı etkinleştirmek için aç/kapat butonuna tıklayın.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Internette dış web sitelerinde indirmek için daha çok modül bulabilirsiniz...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Dış uygulama/modül bul
       ModulesDevelopYourModule=Kendi uygulamanızı/modüllerinizi geliştirin
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Yeni
       FreeModule=Free
       CompatibleUpTo=%ssürümü ile uyumlu 
      @@ -209,10 +209,10 @@ SeeInMarkerPlace=See in Market place
       Updated=Güncellendi
       Nouveauté=Novelty
       AchatTelechargement=Satın Al / Yükle
      -GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
      +GoModuleSetupArea=Yeni bir  modül almak/yüklemek için, <a href="%s">%s</a> Modül ayar alanına gidin.
       DoliStoreDesc=DoliStore, Dolibarr ERP/CRM dış modülleri için resmi pazar yeri
      -DoliPartnersDesc=İstek üzerine modül ve özellik geliştiren firmaların listesi. (Not: Açık kaynak kullanan PHP bilen herhangi bir firma size özel geliştirme hizmetleri sağlayabilir)
      -WebSiteDesc=Daha çok modül bulabileceğiniz referans web siteleri...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Kendi modülünüzü geliştirmek için bazı çözümler...
       URL=Bağlantı
       BoxesAvailable=Mevcut ekran etiketleri
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Parolaları veritabanında saklamayın silin, yalnızca
       MainDbPasswordFileConfEncrypted=Veritabanı parolaları conf.php de şifrelendirilmiştir. (Etkinleştirme önerilir)
       InstrucToEncodePass=Parolayı <b>conf.php</b> dosyasına kodlamak için <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b> satırını değiştirin
       InstrucToClearPass=Parolayı <b>conf.php</b> dosyasına kodlamak (temiz) için <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b> satırını değiştirin
      -ProtectAndEncryptPdfFiles=Oluşturulan pdf dosyalarının korunması (Etkinleştirme önerilmez) toplu pdf oluşumunu bozar
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Bir PDF belgesinin korunması dosyanın herhangi bir PDF tarayıcısında okunmasını ve yazdırılmasını sağlar. Bundan düzenleme ve kopyalama yapmak olanaksızdır. Bu özelliği kulanmanın çalışmayan genel kümülatif pdf oluşturduğuna dikkat edin.
       Feature=Özellik
       DolibarrLicense=Lisans
      @@ -246,8 +246,8 @@ ExternalResources=Dış kaynaklar
       SocialNetworks=Sosyal Ağlar
       ForDocumentationSeeWiki=Kullanıcıların ve geliştiricilerin belgeleri (Doc, FAQs…), <br>Dolibarr Wiki ye bir göz atın:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=Herhangi bir başka soru/yardım için Dolibarr forumunu kullanabilirsiniz:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=Bu alan Dolibarr’dan Yardım destek hizmeti almanıza olanak sağlar.
      -HelpCenterDesc2=Bu servisin bir kısmı <b>yalnızca İngilizcedir<b>
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Geçerli menü işlemcisi
       MeasuringUnit=Ölçü birimi
       LeftMargin=Sol kenar boşluğu
      @@ -262,31 +262,35 @@ NoticePeriod=Bildirim dönemi
       NewByMonth=New by month
       Emails=E-postalar
       EMailsSetup=E-posta kurulumları
      -EMailsDesc=Bu sayfa, e-mail gönderimleri için PHP parametrelerinizin üzerine yazmanıza izin verir. Unix/Linux İşletim Sistemlerindeki çoğu durumda, PHP kurulumunuz doğrudur ve bu parametreler işe yaramaz.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Sunucu (php.ini de varsayılan: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=Php.ini SMTP / SMTPS Host <b>(Varsayılan:% s)</b>
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Unix gibi sistemlerde PHP ye tanıtılmamıştır)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Sunucu (Unix gibi sistemlerde PHP ye tanıtılmamıştır)
      -MAIN_MAIL_EMAIL_FROM=Otomatik e-mailler için gönderen E-posta adresi (php.ini dosyasında varsayılan: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Gönderilen bütün epostaların bir gizli karbon-kopyasını sistemli olarak gönder
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Tüm e-mailleri şu adreslere gönder (gerçek alıcıların yerine, test amaçlı)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=E-posta göndermek için kullanılan yöntem
      -MAIN_MAIL_SMTPS_ID=Doğrulama gerektirdiğinde SMTP Kimliği
      -MAIN_MAIL_SMTPS_PW=Doğrulama gerektirdiğinde SMTP Parolası
      -MAIN_MAIL_EMAIL_TLS= TLS (SSL) şifreleme kullanın
      -MAIN_MAIL_EMAIL_STARTTLS= TLS (STARTTLS) şifreleme kullan
      -MAIN_DISABLE_ALL_SMS=Bütün SMS gönderimlerini devre dışı bırak (test ya da demo amaçlı)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=E-posta gönderme yöntemi
      +MAIN_MAIL_SMTPS_ID=SMTP ID (gönderme sunucusu kimlik doğrulama gerektiriyorsa)
      +MAIN_MAIL_SMTPS_PW=SMTP Şifresi (gönderme sunucusu kimlik doğrulama gerektiriyorsa)
      +MAIN_MAIL_EMAIL_TLS=TLS (SSL) şifreleme kullan
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Tüm SMS gönderimlerini devre dışı bırak (test ya da demo amaçlı)
       MAIN_SMS_SENDMODE=SMS göndermek için kullanılacak yöntem
       MAIN_MAIL_SMS_FROM=SMS gönderimi için varsayılan gönderici telefon numarası
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=Kullanıcı email adresi
       CompanyEmail=Firma email adresi
       FeatureNotAvailableOnLinux=Unix gibi sistemlerde bu özellik yoktur.
      -SubmitTranslation=Bu dil için çeviri tamamlanmamışsa ya da hatalar buluyorsanız, bunları <b>langs/%s</b> dizininde düzeltebilir ve değişikliklerinizi www.transifex.com/dolibarr-association/dolibarr/ a gönderebilirsiniz.
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=Bu dil için çeviri tamamlanmamışsa ya da hatalar buluyorsanız, bunları <b>langs/%s</b> dizininde düzeltebilir ve değişikliklerinizi dolibarr.org/forum adresine veya geliştiriciler için github.com/Dolibarr/dolibarr adresine gönderebilirsiniz.
       ModuleSetup=Modül kurulumu
       ModulesSetup=Modül/Uygulama kurulumu
      @@ -306,18 +310,18 @@ ModuleFamilyInterface=Dış sistemli arayüzler
       MenuHandlers=Menü işlemcileri
       MenuAdmin=Menü düzenleyici
       DoNotUseInProduction=Üretimde kullanmayın
      -ThisIsProcessToFollow=İşlem adımlarıdır:
      +ThisIsProcessToFollow=İşlem adımlar şunlardır:
       ThisIsAlternativeProcessToFollow=Bu, elle işlem uygulamak için alternatif bir kurulumdur:
       StepNb=Adım %s
      -FindPackageFromWebSite=İstediğiniz özelliği sağlayan bir paket bulun (örneğin; resmi web sitesinden %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Paketi indir (örneğin resmi web sitesinden %s).
      -UnpackPackageInDolibarrRoot=Paket dosyalarını Dolibarr'da dış modüllere ayrılmış sunucu dizini içine ayıkla: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Modül yerleşimi tamamlandı. Bununla birlikte, modül ayarları sayfasına giderek modülleri uygulamanızda etkinleştirmeli ve kurmalısınız: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=Alternatif kök dizin varolan bir dizine tanımlanmamış.<br>
       InfDirAlt=Sürüm 3 ten beri bir alternatif kök dizin tanımlanabiliyor. Bu sizin ayrılmış bir dizine, eklentiler ve özel şablonlar depolamanızı sağlar.<br>Yalnızca Dolibarr kökünde bir dizin oluşturun (örn. özel).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=Bu adım için, modül paketinin .zip dosyasını buraya gönderebilirsiniz:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr geçerli sürümü
       CallUpdatePage=Veritabanı yapısını ve verileri güncelleyen sayfaya git: %s.
       LastStableVersion=Son kararlı sürüm
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Saniye olarak önbellek aktarması tepki gecikmesi (hiç önbellek yoksa 0 ya da boş)
       DisableLinkToHelpCenter=oturum açma sayfasında "<b>Yardım ya da destek gerekli</b>" bağlantısını gizle
       DisableLinkToHelp=Çevrimiçi yardım bağlantısını gizle "<b>%s</b>"
      -AddCRIfTooLong=Otomatik kaydırma yoktur, yani belge üzerinde çok uzun olmasından dolayı satır sayfa sınırı dışına çıkmışsa metin alanında kendiniz satırbaşı yapmalısınız.
      -ConfirmPurge=Bu temizleme işlemini çalıştırmak istediğinizden emin misiniz?<br>Bu işlem tüm veri dosyalarınızı bir daha geri alınamayacak şekilde tamamen silecektir (ECM dosyaları, ekli dosyalar…).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Enaz uzunluk
       LanguageFilesCachedIntoShmopSharedMemory=.lang dosyaları paylaşılan hafızaya yüklendi.
       LanguageFile=Dil dosyası
      -ExamplesWithCurrentSetup=Geçerli çalışan ayarlama örnekleri
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocument (AçıkBelge) temaları dizin listesi
       ListOfDirectoriesForModelGenODT=OpenDocument biçimli şablon dosyalarını içeren dizinler listesi.<br><br>Buraya tam yol dizinlerini koyun.<br>Her dizin arasına satır başı ekleyin.<br>GED modülü dizinini eklemek için buraya ekleyin<b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>O dizinlerdeki dosyaların bitiş şekli böyle omalıdır <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=O dizinlerde bulunan ODT/ODS şablon dosyası sayısı
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Sözdizimi örnekleri:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>Odt belge şablonlarının nasıl oluşturulacağını öğrenmek için o dizinlere kaydetmeden önce, wiki belgelerini okuyun:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Web Hizmetleri kullanmak için anahtar (webhizmetlerinde
       TestSubmitForm=Test formu girişi
       ThisForceAlsoTheme=Bu menü yöneticisi kullanıcı seçimi ne olursa olsun yine de kendi temasını kullanacaktır. Ayrıca bu menü yöneticisi akıllı telefonlar üzerinde çalışmayan akıllı telefonlar için özelleştirilmiştir. Kendinizinkinde bir sorun yaşarsanız başka bir menü yöneticisi kullanın.
       ThemeDir=Kaplama dizini
      -ConnectionTimeout=Bağlantı zaman aşımı
      +ConnectionTimeout=Bağlantı zamanaşımı
       ResponseTimeout=Tepki zaman aşımı
       SmsTestMessage=__ARAYANTEL__ den __ARANANTEL__ e test mesajı
       ModuleMustBeEnabledFirst=Bu özelliğe gereksinim duyarsanız öne <b>%s</b> modülünü etkinleştirmelisiniz.
       SecurityToken=URL leri güvenli kılmak için anahtar
      -NoSmsEngine=SMS gönderen yöneticisi yoktur. SMS gönderen yöneticisi varsayılan dağıtım ile kurulmamış (çünkü dış bir tedarikçiye bağlıdır) fakat http://www.dolistore.com adresinde bazılarını bulabilirsiniz
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=PDF oluşturma ile ilgili her genel seçeneği ayarlayabilirsiniz.
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Adres kutusu şekillendirme kuralları
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=%siçin kurallar 
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Oluşturulan PDF de ürün açıklamasını gizle
       HideRefOnPDF=Oluşturulan PDF te ürün ref. ini gizle
       HideDetailsOnPDF=Oluşturulan PDF te ürün satır ayrıntılarını gizle
      @@ -387,7 +391,7 @@ UrlGenerationParameters=URL güvenliği için parametreler
       SecurityTokenIsUnique=Her URL için benzersiz bir güvenlik anahtarı kullan
       EnterRefToBuildUrl=Nesen %s için hata referansı
       GetSecuredUrl=Hesaplanan URL al
      -ButtonHideUnauthorized=Yetkisiz eylemler için yönetici olmayanlara engelli düğmeleri gri renkte göstermek yerine onları gizleyin
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Eski KDV oranı
       NewVATRates=Yeni KDV oranı
       PriceBaseTypeToChange=Buna göre tanımlanan temel referans değerli fiyatları değiştir
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Liste seç
       ExtrafieldSelectList = Tablodan seç
       ExtrafieldSeparator=Ayırıcı (bir alan değil)
       ExtrafieldPassword=Parola
      -ExtrafieldRadio=Radyo düğmeleri (sadece seçime bağlı)
      +ExtrafieldRadio=Radyo düğmeleri (sadece bir seçenek)
       ExtrafieldCheckBox=Onay kutuları
       ExtrafieldCheckBoxFromList=Tablodan onay kutuları
       ExtrafieldLink=Bir nesneye bağlantı
       ComputedFormula=Hesaplanmış alan
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Varsayılan bağlantı
       SetAsDefault=Varsayılan olarak ayarla
       ValueOverwrittenByUserSetup=Uyarı, bu değer kullanıcıya özel kurulum ile üzerine yazılabilir (her kullanıcı kendine ait clicktodial url ayarlayabilir)
       ExternalModule=Dış modül - %s dizinine kurulmuştur
      -BarcodeInitForThirdparties=Üçüncü taraflar için toplu barkod başlatma
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Ürünler ve hizmetler için toplu barkod başlatma ve sıfırlama
       CurrentlyNWithoutBarCode=Şu anda, bazı <strong>%s</strong> kayıtlarınızda <strong>%s</strong> %s tanımlı barkod bulunmamaktadır.
       InitEmptyBarCode=Sonraki %s boş kayıt için ilk değer
       EraseAllCurrentBarCode=Geçerli bütün barkod değerlerini sil
       ConfirmEraseAllCurrentBarCode=Geçerli bütün barkod değerlerini silmek istediğinizden emin misiniz?
       AllBarcodeReset=Tüm barkod değerleri silinmiştir
      -NoBarcodeNumberingTemplateDefined=Barkod modülü ayarlarında hiç bir barkod numaralandırma şablonu etkinleştirilmemiştir.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Dosya önbelliğini etkinleştir
       ShowDetailsInPDFPageFoot=PDF dosyalarının sayfa altlığına daha çok ayrıntı ekle, firma adresiniz, yönetici isimleri gibi (meslek numara bilgileri, sermaye Vergi numarasıyla tamamlayabilirsiniz).
       NoDetails=Sayfa altığında daha fazla bilgi yok
       DisplayCompanyInfo=Firma adresini göster
       DisplayCompanyManagers=Yönetici isimlerini göster
       DisplayCompanyInfoAndManagers=Firma adresini ve yönetici isimlerini göster
      -EnableAndSetupModuleCron=Eğer bu yinelenen faturanın otomatik olarak oluşturulmasını istiyorsanız, *%s* modülü etkinleştirilmeli ve doğru olarak ayarlanmış olmalı. Aksi durumda, faturaların oluşturulması *Oluştur* düğmesi ile bu şablondan elle yapılmalıdır. Otomatik oluşturmayı etkinleştirmiş olsanız bile yine elle oluşturmayı güvenli bir şekilde yapabilirsiniz. Aynı sırada kopya oluşturma mümkün olmaz.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=Varsayılan olarak, Satın Alma Siparişlerinin 2 farklı kullanıcı tarafından oluşturulması ve onaylanması gerekir (bir adım/kullanıcı oluşturacak ve bir adım/kullanıcı onaylayacak. Kullanıcının hem oluşturma hem de onaylama izni varsa, bir adım/kullanıcı yeterli olacaktır). Miktar belirli bir değerin üzerindeyse bu seçenekle üçüncü bir adım/kullanıcı onayı vermeyi isteyebilirsiniz (böylece 3 adım zorunlu olacaktır: 1=doğrulama, 2=ilk onay ve 3=miktar yeterli ise ikinci onay).<br>Tek onay (2 adım) yeterli ise bunu boş olarak ayarlayın, ikinci bir onay (3 adım) her zaman gerekiyorsa çok düşük bir değere ayarlayın (0.1).
       UseDoubleApproval=Tutar (vergi öncesi) bu tutardan yüksekse 3 aşamalı bir onaylama kullanın...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Açıklamayı görmek için tıkla
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=Bu modül, modül (ler) için zorunludur
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Kişiselleştirilmiş varsayılan değerlerin kullanımını etkinleştir
      -EnableOverwriteTranslation=Üzerine yazma çeviri kullanımını etkinleştir
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Alan
       ProductDocumentTemplates=Ürün belgesi oluşturmak için belge şablonları
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Kullanıcılar & gruplar
      +Module0Name=Kullanıcılar ve Gruplar
       Module0Desc=Kullanıcı / Çalışan ve Grup Yönetimi
      -Module1Name=Üçüncü partiler
      +Module1Name=Üçüncü Partiler
       Module1Desc=Firma ve kişi yönetimi (müşteriler, adaylar…)
       Module2Name=Ticaret
       Module2Desc=Ticaret yönetimi
       Module10Name=Muhasebe
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Teklifler
       Module20Desc=Teklif yönetimi
       Module22Name=Toplu E-postalar
      @@ -511,13 +517,13 @@ Module52Desc=Stok yönetimi (ürünler)
       Module53Name=Hizmetler
       Module53Desc=Hizmet yönetimi
       Module54Name=Sözleşmeler/Abonelikler
      -Module54Desc=Sözleşmelerin yönetimi (hizmetler ya da yinelenen abonelikler)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barkodlar
       Module55Desc=Barkod yönetimi
       Module56Name=Telefon
       Module56Desc=Telefon entegrasyonu
       Module57Name=Banka ödeme talimatları
      -Module57Desc=Ödeme talimatları ve para çekme yönetimi. Aynı zamanda Avrupa ülkeleri için SEPA belgelerinin oluşturulmasını içerir.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=TıklaAra
       Module58Desc=TıklaAra entegrasyonu
       Module59Name=Bookmark4u
      @@ -528,10 +534,10 @@ Module75Name=Giderler ve gezi harcamaları
       Module75Desc=Gider ve gezi harcamaları yönetimi
       Module80Name=Sevkiyatlar
       Module80Desc=Sevkiyat ve sipariş teslimatı yönetimi
      -Module85Name=Bankalar ve kasa
      +Module85Name=Bankalar ve Kasa
       Module85Desc=Banka veya kasa yönetimi
      -Module100Name=Dış site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=Dış Site
      +Module100Desc=Dolibarr çerçevesinde görüntülemek için Dolibarr menülerine dış web site bağlantısı ekle
       Module105Name=Mailman and SPIP
       Module105Desc=Üyelik modülü için Mailman or SPIP arayüzü
       Module200Name=LDAP
      @@ -539,34 +545,34 @@ Module200Desc=LDAP dizin senkronizasyonu
       Module210Name=PostNuke
       Module210Desc=PostNuke entegrasyonu
       Module240Name=Veri dışaaktarma
      -Module240Desc=Dolibarr verilerini dışaaktarma aracı (yardımcılı)
      +Module240Desc=Dolibarr verilerini dışa aktarma aracı (yardım ile)
       Module250Name=Veri içeaktarımı
      -Module250Desc=Dolibarr verilerini içeaktarma aracı (yardımcılı)
      +Module250Desc=Dolibarr'a veri aktarma aracı (yardım ile)
       Module310Name=Üyeler
       Module310Desc=Dernek üyeleri yönetimi
       Module320Name=RSS Besleme
       Module320Desc=Dolibarr ekran sayfaları içine RSS ekle
      -Module330Name=Yerimleri
      -Module330Desc=Yerimi yönetimi
      -Module400Name=Projeler/Fırsatlar/Adaylar
      -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=Yer imleri ve kısayollar
      +Module330Desc=Sıklıkla gittiğiniz dahili veya harici sayfalara kısayollar oluşturun, her zaman erişilebilir hale getirin
      +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=Web Takvimi
       Module410Desc=WebT akvimi entegrasyonu
      -Module500Name=Taxes and Special expenses
      +Module500Name=Vergiler ve Özel Harcamalar
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Çalışan ücretlerinin ödenmesi
      -Module510Desc=Çalışan ücretlerinizi kaydedin ve takip edin
      +Module510Desc=Record and track employee payments
       Module520Name=Borç
       Module520Desc=Borçların yönetimi
       Module600Name=İş etkinliklerine ilişkin bildirimler
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Ürün Değişkenleri
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Bağışlar
       Module700Desc=Bağış yönetimi
       Module770Name=Gider raporları
      -Module770Desc=Yönetim ve şikayet gider raporları )nakliye, yemek, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Toplu posta belgesi oluşturma
       Module1780Name=Etiketler/Kategoriler
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=FCKdüzenleyici (FCKeditor)
      -Module2000Desc=Bazı metin alanlarının gelişmiş düzenleyici kullanarak düzenlenmesini sağlar (CKEditor Temelli)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinamik Fiyatlar
       Module2200Desc=Fiyatlar için matematik ifadelerin kullanımını etkinleştir
       Module2300Name=Planlı işler
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Etkinlik / Ajanda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web hizmetleri (SOAP sunucusu)
      @@ -590,16 +596,16 @@ Module2600Desc=API hizmetlerini sağlayan Dolibarr SOAP sunucusunu etkinleştir
       Module2610Name=API/Web hizmetleri (REST sunucusu)
       Module2610Desc=API hizmetlerini sağlayan Dolibarr REST sunucusunu etkinleştir
       Module2660Name=Çağrı WebHizmetleri (SOAP istemcisi)
      -Module2660Desc=Dolibarr web hizmetleri istemcisini etkinleştir (Dış sunuculara veri/istek iteklemek için kullanılabilir. Tedarikçi siparişleri yalnızca anında desteklenir)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Kullanıcıların/Üyelerin resimlerini (epostalarında bulunan) göstermek için çevrimiçi Gravatar hizmetini kullanın (www.gravatar.com). İnternet erişimi gerektirir.
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP İstemcisi
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind dönüştürme becerileri
       Module3100Name=Skype
       Module3100Desc=Kullanıcı / üçüncü parti / kişi / üye kartlarına bir Skype düğmesi ekle
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=IK
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Çoklu-firma
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websiteleri
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=İzin İstekleri yönetimi
      -Module20000Desc=Çalışanların izin isteklerini bildirin ve izleyin
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Ürünlerde ürün ya da seri numarası, son tüketme ve son satma tarihi yönetimi
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Satış Noktaları
       Module50100Desc=Satış noktası  modülü (POS)
      +Module50150Name=Satış Noktası
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Muhasebe (gelişmiş)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=IPP Yazdır
      -Module54000Desc=Cups IPP aryüzü kullanılarak doğrudan yazdırma (belgeler açılmadan)  (Yazıcı sunucudan görülmeli ve sunucuda CUPS kurulu olmalı)
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Anket, Araştırma ya da Oylama
      -Module55000Desc=Çevrimiçi anket, araştırma ya da oylama yapmak için modül (Doodle, Studs, Rdvz, gibi)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Kar Oranları
       Module59000Desc=Kar Oranı yönetimi modülü
       Module60000Name=Komisyonlar
       Module60000Desc=Komisyon yönetimi modülü
      -Module62000Name=Uluslararası ticari terimleri
      -Module62000Desc=Uluslararası ticari terimleri yönetmek için özellik ekle
      +Module62000Name=Uluslararası Ticaret Terimleri
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Kaynaklar
       Module63000Desc=Kaynakları yönetin (yazıcılar, arabalar, odalar, ...) böylece etkinliklerde paylaşabilirsiniz
       Permission11=Müşteri faturalarını oku
      @@ -651,9 +661,9 @@ Permission32=Ürün oluştur/düzenle
       Permission34=Ürün sil
       Permission36=Gizli ürünleri gör/yönet
       Permission38=Ürün dışaaktar
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Proje sil (paylaşılan projeler ve ilgilisi olduğum projeler)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Projeleri dışaaktar
       Permission61=Müdahale oku
       Permission62=Müdahale oluştur/düzenle
      @@ -686,7 +696,7 @@ Permission109=Gönderilenleri sil
       Permission111=Finansal tabloları oku
       Permission112=İşlem oluştur/düzenle/sil ve karşılaştır
       Permission113=Mali hesapları ayarla (kategoriler oluştur, yönet)
      -Permission114=İşlem uzlaştır
      +Permission114=Uzlaştırma işlemleri
       Permission115=İşlemleri ve hesap tablolarını dışaaktar
       Permission116=Hesaplar arasında aktarım
       Permission117=Çek dağıtımlarını yönet
      @@ -694,15 +704,15 @@ Permission121=Kullanıcıya bağlı üçüncü partileri oku
       Permission122=Kullanıcıya bağlı üçüncü parti oluştur/değiştir
       Permission125=Kullanıcıya bağlı üçüncü partileri sil
       Permission126=Üçüncü partileri dışaaktar
      -Permission141=Bütün proje ve görevleri oku (aynı zamanda ilgilisi olmadığım özel projeleri de)
      -Permission142=Bütün proje ve görevleri oluştur/düzenle (aynı zamanda ilgilisi olmadığım özel projeleri de)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Bütün proje ve görevleri sil (aynı zamanda ilgilisi olmadığım özel projeleri de)
       Permission146=Sağlayıcıları oku
       Permission147=İstatistikleri oku
       Permission151=Ödeme talimatlarını oku
       Permission152=Ödeme talimatı isteği oluştur/değiştir
       Permission153=Ödeme talimatı emirleri gönder/ilet 
      -Permission154=Alacaklandırılan/Reddedilen ödeme talimatlarını kaydet
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Sözleşme/abonelik oku
       Permission162=Sözleşme/abonelik oluştur/değiştir
       Permission163=Bir sözleşmeye ait bir hizmet/abonelik etkinleştir
      @@ -725,7 +735,7 @@ Permission187=Tedarikçi siparişi kapat
       Permission188=Tedarikçi siparişi iptal et
       Permission192=Satır oluştur
       Permission193=Satır iptal et
      -Permission194=Bant genişliği satırı oku
      +Permission194=Bant genişliği satırlarını okuyun
       Permission202=ADSL bağlantısı oluştur
       Permission203=Bağlantılı aiparişleri sipariş et
       Permission204=Sipariş bağlantıları
      @@ -750,12 +760,12 @@ Permission244=Gizli kategorilerin içeriğine bak
       Permission251=Diğer kullanıcıları ve grupları oku
       PermissionAdvanced251=Diğer kullanıcıları oku
       Permission252=Diğer kullanıcıların izinlerini oku
      -Permission253=Diğer kullanıcıları, grupları ve izinleri oluştur/değiştir
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=İç/dış kullanıcı ve izinlerini oluştur/değiştir
       Permission254=Yalnızca dış kullanıcıları oluştur/değiştir
       Permission255=Diğer kullanıcıların şifrelerini değiştir
       Permission256=Diğer kullanıcıları sil ya da engelle
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=CA oku
       Permission272=Fatura oku
       Permission273=Fatura dağıt
      @@ -765,7 +775,7 @@ Permission283=Kişi sil
       Permission286=Kişi dışaaktar
       Permission291=Tarife oku
       Permission292=Tarife izinlerini kur
      -Permission293=Müşteri tarifelerini değiştirmek
      +Permission293=Modify customers tariffs
       Permission300=Bar kod oku
       Permission301=Bar kod oluştur/değiştir
       Permission302=Bar kod sil
      @@ -787,11 +797,9 @@ Permission401=İndirim oku
       Permission402=İndirim oluştur/değiştir
       Permission403=İndirim doğrula
       Permission404=İndirim sil
      -Permission501=Çalışan sözleşmelerini/maaşlarını okuyun
      -Permission502=Çalışan sözleşmelerini/maaşlarını oluşturun/değiştirin
      -Permission511=Maaş ödemelerini okuyun
      -Permission512=Maaş ödemelerini oluşturun/değiştirin
      -Permission514=Ücretleri sil
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Ücretleri çıkart
       Permission520=Borçları oku
       Permission522=Borç oluştur/değiştir
      @@ -844,8 +852,8 @@ Permission1251=Dış verilerin veritabanına toplu olarak alınmasını çalış
       Permission1321=Müşteri faturalarını, özniteliklerin ve ödemelerini dışaaktar
       Permission1322=Reopen a paid bill
       Permission1421=Müşteri siparişleri ve özniteliklerini dışaaktar
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=İzin isteği sil
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Kaynak oku
       Permission63002=Kaynak oluştur/düzenle
       Permission63003=Kaynak sil
       Permission63004=Gündem etkinliklerine kaynak bağlantıla
      -DictionaryCompanyType=Üçüncü taraf türleri
      -DictionaryCompanyJuridicalType=Üçüncü taraf yasal formları
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Aday potansiyel düzeyi
       DictionaryCanton=Eyalet/İl
       DictionaryRegion=Bölgeler
      @@ -894,7 +902,7 @@ DictionaryVAT=KDV Oranları veya Satış Vergisi Oranları
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Ödeme koşulları
       DictionaryPaymentModes=Ödeme türleri
      -DictionaryTypeContact=Kişi/Adres türleri
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Kağıt biçimleri
      @@ -908,47 +916,47 @@ DictionarySource=Teklifin/siparişin kökeni
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Hesap planı modelleri
       DictionaryAccountancyJournal=Muhasebe günlükleri
      -DictionaryEMailTemplates=Eposta şablonları
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Birimler
       DictionaryProspectStatus=Aday durumu
      -DictionaryHolidayTypes=izin türleri
      -DictionaryOpportunityStatus=Proje/aday için fırsat durumu
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Kurulum kaydedildi
       SetupNotSaved=Kurulum kaydedilmedi
       BackToModuleList=Modül listesine geri git
      -BackToDictionaryList=Sözlük listesine dön
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=KDV Yönetimi
      -VATIsUsedDesc=Adaylar, faturalar, siparişler, v.b oluşturulurrken KDV oranı varsayılan olarak etkin standart kuralı izler:<br>Eğer satıcı KDV ne tabii değilse varsayılan KDV 0 olur, kural sonu.<br>Eğer (satıcı ülkesi=alıcı ülkesi)yse, varsayılan KDV satıcı ülkesindeki ürünün KDV dir. Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğindeyse ve mallar taşıma ürünleriyse (araba, gemi, uçak) varsayılan KDV 0 dır (KDV alıcı tarafından kendi ülkesindeki gümrüğe ödenir, satıcıya değil). Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğinde ise ve alıcı bir firma değilse, varsayılan KDV satılan ürünün KDV dir. Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğindeyse ve alıcı bir firmaysa varsayılan KDV 0 dır. Kural sonu.<br>Yoksa önerilen KDV=0 dır. Kural sonu.
      -VATIsNotUsedDesc=Dernekler, şahıslar ve küçük firmalar durumunda varsayılan olarak kullanılması önerilen KDV 0 dır.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Oran
       LocalTax1IsNotUsed=İkinci vergiyi kullanma
      -LocalTax1IsUsedDesc=İkinci bir vergi türü kullan (KDV den başka)
      -LocalTax1IsNotUsedDesc=Başka vergi türü kullanma (KDV den başka)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=İkinci vergi türü
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Üçüncü vergi türü
      -LocalTax2IsUsedDesc=Üçüncü bir vergi türü kullan (KDV den başka)
      -LocalTax2IsNotUsedDesc=Başka vergi türü kullanma (KDV den başka)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Üçüncü vergi türü
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Yönetimi
      -LocalTax1IsUsedDescES= Aday, fatura, sipariş, v.s. oluştururken varsayılan RE oranı etkin standart kuralı kullanır:<br>Eğer alıcı RE ye tabi değilse, varsayılan RE = 0. Kural sonu.<br>Eğer alıcı RE ye tabiyse RE varsayılan değerdir. Kural sonu.<br>
      -LocalTax1IsNotUsedDescES= Varsayılan olarak önerilen RE 0 dır. Kural sonu.
      -LocalTax1IsUsedExampleES= İspanya’da İspanyol IAE nin bazı özel bölümlerine tabi profesyoneller vardır.
      -LocalTax1IsNotUsedExampleES= İspanya’da onlar uzman ile derneklerdir ve İspanyol IAE nin belirli bölümlerine tabiidir.
      -LocalTax2ManagementES= IRPF Yönetimi
      -LocalTax2IsUsedDescES= Adayları, faturaları, siparişleri, v.s. oluştururken kullanılan öntanımlı RE oranı geçerli standart kurala uyar: <br>Eğer satıcı IRPF ye tabii değilse, IRPF varsayılan=0. Kural sonu.<br>Eğer satıcı IRPF ye tabiiyse IRPF varsayılandır.<br>
      -LocalTax2IsNotUsedDescES= Varsayılan olarak önerilen IRPF 0. Kural sonu.
      -LocalTax2IsUsedExampleES= İspanya'da, hizmet işleri yapan serbest meslek sahipleri ve bağımsız uzmanlar ile bu vergi sistemini seçen firmalardır.
      -LocalTax2IsNotUsedExampleES= İspanya’da vergi sistemine tabi olmayan işler.
      +LocalTax1ManagementES=RE Yönetimi
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=Varsayılan olarak önerilen RE 0 dır. Kural sonu.
      +LocalTax1IsUsedExampleES=İspanya’da İspanyol IAE nin bazı özel bölümlerine tabi profesyoneller vardır.
      +LocalTax1IsNotUsedExampleES=İspanya’da onlar uzman ile derneklerdir ve İspanyol IAE nin belirli bölümlerine tabiidir.
      +LocalTax2ManagementES=IRPF Yönetimi
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=Varsayılan olarak önerilen IRPF 0. Kural sonu.
      +LocalTax2IsUsedExampleES=İspanya'da, hizmet işleri yapan serbest meslek sahipleri ve bağımsız uzmanlar ile bu vergi sistemini seçen firmalardır.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Yerel vergi raporları
       CalcLocaltax1=Satışlar - Alışlar
       CalcLocaltax1Desc=Yerel Vergi raporları, yerel satış vergileri ile yerel alış vergileri farkı olarak hesaplanır
      @@ -958,14 +966,15 @@ CalcLocaltax3=Satışlar
       CalcLocaltax3Desc=Yerel Vergi raporları satışların yerel vergileri toplamıdır
       LabelUsedByDefault=Hiçbir çeviri kodu bulunmuyorsa varsayılan olarak kullanılan etiket
       LabelOnDocuments=Belgeler üzerindeki etiket
      -NbOfDays=Gün Sayısı
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Ay sonunda
       CurrentNext=Güncel/Sonraki
       Offset=Sapma
       AlwaysActive=Her zaman etkin
       Upgrade=Yükselt
       MenuUpgrade=Yükseltme / Genişletme
      -AddExtensionThemeModuleOrOther=Deploy/install external app/module
      +AddExtensionThemeModuleOrOther=Harici uygulama/modül alma/yükleme
       WebServer=Web sunucusu
       DocumentRootServer=Web sunucusu kök dizini
       DataRootServer=Veri dizini dosyaları
      @@ -984,7 +993,7 @@ DatabaseUser=Veritabanı kullanıcı
       DatabasePassword=Veritabanı parolası
       Tables=Tablolar
       TableName=Tablo adı
      -NbOfRecord=Kayıt sayısı
      +NbOfRecord=No. of records
       Host=Sunucu
       DriverType=Sürücü türü
       SummarySystem=Sistem bilgileri özeti
      @@ -996,7 +1005,7 @@ Skin=Dış görünüm teması
       DefaultSkin=Varsayılan dış görünüm teması
       MaxSizeList=Listenin ençok uzunluğu
       DefaultMaxSizeList=Liste için varsayılan ençok uzunluk
      -DefaultMaxSizeShortList=Kısa liste için ençok uzunluk (örn müşteri kartında)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Günün mesajı
       MessageLogin=Oturum açma sayfası mesajı
       LoginPage=Oturum açma sayfası
      @@ -1005,7 +1014,7 @@ PermanentLeftSearchForm=Sol menüdeki sabit arama formu
       DefaultLanguage=Kullanılan varsayılan dil (dil kodu)
       EnableMultilangInterface=Çoklu dil arayüzünü etkinleştir
       EnableShowLogo=Logoyu sol menüde göster
      -CompanyInfo=Şirket/Kuruluş bilgileri
      +CompanyInfo=Şirket/Kuruluş
       CompanyIds=Şirket/Kuruluş kimlikleri
       CompanyName=Adı
       CompanyAddress=Adresi
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Banka hesabı sahibi %s
       BankModuleNotActive=Banka hesapları modülü etkin değil
       ShowBugTrackLink=Bu bağlantıyı göster "<strong>%s</strong>"
       Alerts=Uyarılar
      -DelaysOfToleranceBeforeWarning=Uyarı öncesi süre toleransları
      -DelaysOfToleranceDesc=Bu ekran, ekranda %s resmi ile bir uyarı bildirilmeden önce tolere edilebilecek süreleri tanımlamanızı sağlar.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Planlanan etkinliklerdeki (gündem etkinliklerindeki) bekleme süresi (gün olarak) henüz tamamlanmadı
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Zamanında kapatılmamış projeler için uyarı öncesi bekleme süresi (gün olarak).
      -Delays_MAIN_DELAY_TASKS_TODO=Planlanan görevlerdeki (proje görevlerindeki) bekleme süresi (gün olarak) henüz tamamlanmadı
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Siparişler üzerindeki uyarı öncesi bekleme süresi (gün olarak) henüz işlenmedi
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Henüz kapatılmamış teklifler öncesi uyarı yapılmadan önceki süre toleransı (gün olarak).
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Henüz faturalandırılmamış teklifler öncesi uyarı yapılmadan önceki süre toleransı (gün olarak).
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Etkinleştirilecek hizmetler için uyarı öncesi gecikme toleransı (gün olarak).
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Süresi dolan hizmetler için uyarı öncesi süre toleransı (gün olarak).
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Ödenmemiş tedarikçi faturaları uyarısı öncesi süre toleransı (gün olarak)
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Ödenmemiş müşteri faturaları uyarısı öncesi süre toleransı (gün olarak)
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Bekleyen banka uzlaşmaları uyarısı öncesi süre toleransı (gün olarak)
      -Delays_MAIN_DELAY_MEMBERS=Gecikmiş üyelik ücreti uyarısı öncesi süre toleransı (gün olarak)
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Çek ödemesi uyarısı öncesi süre tolerans (gün olarak)
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Gider raporlarının onaylanmasından önceki uyarı için bekleme süresi (gün)
      -SetupDescription1=Ayarlar alanı, Dolibarr'ı kullanmaya başlamadan önceki ilk parametre ayarları içindir.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Diğer menü girişleri ile isteğe bağlı parametreleri yönetebilirsiniz.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Güvenlik denetimi etkinlikleri
       Audit=Denetim
       InfoDolibarr=Dolibarr Bilgileri
      @@ -1060,16 +1069,16 @@ LogEventDesc=Burada Dolibarr güvenlik etkinlikleri için günlük etkinleştire
       AreaForAdminOnly=Kurulum parametreleri sadece <b>yönetici olan kullanıcılar</b> tarafından ayarlanabilir.
       SystemInfoDesc=Sistem bilgileri sadece okuma modunda ve yöneticiler için görüntülenen çeşitli teknik bilgilerdir.
       SystemAreaForAdminOnly=Bu alan yalnız yönetici kullanıcılar için kullanılabilir. Hiçbir Dolibarr izini bu sınırı azaltamaz.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Dolibarr ile ilgili her bir parametreyi seçebilirsiniz
       AvailableModules=Mevcut uygulama/modüller
       ToActivateModule=Modülleri etkinleştirmek için, ayarlar alanına gidin (Giriş->Ayarlar>Modüller).
       SessionTimeOut=Oturum için zaman aşımı
      -SessionExplanation=Bu sayı oturumun bu gecikmeden önce asla sona ermeyeceğini garanti eder. Ama PHP oturum yönetimi, oturumun her zaman bu gecikmeden sonra sona ereceğini garanti etmez: Bu önbellek temizleme oturumu çalışıyor ise meydana gelir.<br>Not: hiçbir belirli sistem ile iç PHP süreci her <b>%s</b> erişiminde oturumu temizlemeyecektir ancak erişim diğer oturumlar tarafından yapılan yapılırsa temizlenir.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Mevcut tetikleyiciler
      -TriggersDesc=Tetikleyiciler <b>htdocs/core/triggers</b> dizinine kopyalandığında Dolibarr’ın iş akışının davranışlarını değiştirecek dosyalardır. Dolibarr etkinliklerinde etkinleştirilen (yeni firma oluşturma, fatura doğrulaması,…) yeni eylemleri gerçekleştirir.
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Bu dosyadaki tetikleyiciler adlarındaki <b>-NORUN</b> soneki tarafından devre dışı bırakılır.
       TriggerDisabledAsModuleDisabled=Bu dosyadaki tetikleyiciler <b>%s</b> modülü devre dışı bırakıldığında devre dışı kalır.
       TriggerAlwaysActive=Bu dosyadaki tetikleyiciler, etkin Dolibarr modülleri ne olursa olsun her zaman etkindir.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Bütün referans verisini ekleyin. Değerlerinizi varsayılana ek
       ConstDesc=Bu sayfa, önceki sayfalarda bulunmayan diğer tüm parametreleri düzenlemenizi sağlar. Bunlar çoğunlukla geliştiriciler veya gelişmiş sorun giderme için ayrılmış parametrelerdir. Seçeneklerin bir listesi için <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">buraya bakın</a>.
       MiscellaneousDesc=Burada güvenlik ile ilgili diğer tüm parametreler tanımlanır.
       LimitsSetup=Sınırlar/Doğruluk kurulumu
      -LimitsDesc=Burada Dolibarr’ın kullanımı için sınırlar, hassasiyet ve optimizasyon tanımlayabilirsiniz
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Birim fiyatlar için ençok ondalık
       MAIN_MAX_DECIMALS_TOT=Toplam fiyatlar için ençok ondalık
       MAIN_MAX_DECIMALS_SHOWN=Fiyatlar için ençok ondalık ekranda görüntülenir (isterseniz bu sayıdan sonra görmek istediğiniz kırpılmış <b>...</b> ekleyin)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Bir ürünün net birim fiyatı
       TotalPriceAfterRounding=Yuvarlama sonrası toplam fiyat (net/KDV/vergi dahil)
       ParameterActiveForNextInputOnly=Yalnız sonraki giriş için etkili Parametre
       NoEventOrNoAuditSetup=Hiçbir güvenlik etkinliği henüz kaydedilmedi. Eğer “kurulum - güvenlik – denetim” sayfasında denetim etkinleştirilmemiş ise bu normal olabilir.
      -NoEventFoundWithCriteria=Bu arama kriteri için herhangi bir güvenlik etkinliği bulunamadı.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Yerel postagönder kurulumunuza bakın
       BackupDesc=Tam bir Dolibarr yedeklemesi için şunları yapmalısınız:
       BackupDesc2=Bütün yüklenen ve oluşturulan dosyaları içeren belge dizini (<b>%s</b>) içeriğini kaydedin (1. Adımda oluşturulan tüm döküm dosyalarını içerir).
      -BackupDesc3=Veritabanınızın içeriğini (<b>%s</b>) bir döküm dosyasına kaydedin. Bunun için, aşağıdaki yardımcıyı kullanabilirsiniz.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Arşivlenmiş dizin güvenli bir yerde korunmalıdır.
       BackupDescY=Üretilen bilgi döküm dosyası güvenli bir yerde korunmalıdır.
      -BackupPHPWarning=Bu yöntemle yedekleme garanti edilmez. Öncekini yeğleyin
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Bir Dolibarr yedeklemesini geri yüklemek için şunları yapmalısınız:
      -RestoreDesc2=Belgeler dizinindeki dosya ağacını ayıklamak için arşiv dosyasını (örneğin zip dosyası) yeni bir Dolibarr kurulumu belge dizinine ya da bu mevcut belge dizinine ayıklayın (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Veriyi bir yedekleme döküm dosyasından, yeni Dolibarr kurulumu veritabanına ya da geçerli kurulumun veritabanına geri yükleyin (<b>%s</b>). Uyarı, geri yükleme tamamlandıktan sonra yeniden bağlanabilmek için yedekleme yapıldığı sırada varolan bir kullanıcı adı/parolası kullanmalısınız. Bu geçerli kuruluma yedekleme veritabanını geri yüklemek için aşağıdaki yardımcıyı kullanabilirsiniz.
       RestoreMySQL=MySQL içeaktar
       ForcedToByAModule= Bu kural bir aktif modül tarafından <b>s</b> ye zorlanır
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=Bu komutu <b>%s</b> kullanıcı
       YourPHPDoesNotHaveSSLSupport=SSL fonksiyonları PHP nizde mevcut değildir
       DownloadMoreSkins=Daha fazla kaplama indirin
       SimpleNumRefModelDesc=Referans sayısını %syymm-nnnn biçimi ile girin; yy yıl mm ay ve nnnn deliksiz ve sıfırlanamayan bir dizidir
      -ShowProfIdInAddress=Belgelerde uzmanlık kimliğini adresleri ile birlikte göster
      -ShowVATIntaInAddress=Belgelerde adresli KDV Intra numaralarını gizle
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Kısmi çeviri
      -MAIN_DISABLE_METEO=Meteo görünümünü engelle
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standart mod
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Yüzde modu etkin
       MeteoUseMod=Click to use %s
       TestLoginToAPI=API  oturum açma denemesi
      -ProxyDesc=Dolibarr’ın bazı özelliklerinin çalışması için internet erişimi olması gerekir. Bunun için burada parametreleri tanımlayın. Dolibarr sunucusu bir proxy sunucu arkasında ise, bu parametreler üzerinden Internet erişiminin nasıl olacağını Dolibarr’a söyler.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Dış erişim
       MAIN_PROXY_USE=Bir proxy sunucusu kullan (aksi takdirde internete doğrudan erişin)
       MAIN_PROXY_HOST=Proxy sunucusu Adı/Adresi
       MAIN_PROXY_PORT=Proxy sunucusu portu
       MAIN_PROXY_USER=Proxy sunucusunu kulanmak için oturum açma
       MAIN_PROXY_PASS=Proxy sunucusunu kullanacak parola
      -DefineHereComplementaryAttributes=Burada bütün öznitelikleri tanımlayın, yalnızca mevcut varsayılanları değil desteklenmenizi istediğiniz %s leri de.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Tamamlayıcı öznitelikler
       ExtraFieldsLines=Tamamlayıcı öznitelikler (satırlar)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Tamamlayıcı öznitelikler (sipariş satırları)
       ExtraFieldsSupplierInvoicesLines=Tamamlayıcı öznitelikler (fatura satırları)
       ExtraFieldsThirdParties=Ek öznitelikler (üçüncü taraf)
      -ExtraFieldsContacts=Ek öznitelikler (kişi/adres)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Tamamlayıcı öznitelikler (üye)
       ExtraFieldsMemberType=Tamamlayıcı öznitelikler (üye türü)
       ExtraFieldsCustomerInvoices=Tamamlayıcı öznitelikler (faturalar)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=yalnızca boşluksuz olarak alfasayısal ve kü
       SendmailOptionNotComplete=Uyarı, bazı Linux sistemlerinde, epostanızdan eposta göndermek için eposta gönderme uygulaması kurulumu –ba seçeneğini içermelidir (php.ini dosyanızın içine parameter mail.force_extra_parameters). Eğer bazı alıcılar hiç eposta alamazsa, bu PHP parametresini mail.force_extra_parameters = -ba ile düzenleyin.
       PathToDocuments=Belgelerin yolu
       PathDirectory=Dizin
      -SendmailOptionMayHurtBuggedMTA="PHP doğrudan posta" yöntemini kullanarak postalar gönderme özelliği bazı posta alıcısı sunucuları tarafından doğru olarak çözümlenemeyen bir posta iletisi oluşturur. Sonuç ise bazı postaların hatalı platformlar tarafından barındırılan kişiler tarafından okunamaz olmasıdır. Bu durum bazı İnternet sağlayıcılarına özgüdür (Örn: Fransa’daki Orange gibi). Bu Dolibarr ya da PHP için bir sorun değildir ama alıcı posta sunucusu için sorundur. Ancak Dolibarr’ı bundan korumak için Kurulum->Diğer de MAIN_FIX_FOR_BUGGED_MTA yı 1 yapma seçeneğini ekleyebilirsiniz. Ancak SMTP standartlarına sıkıca uyan diğer servislerde sorunla karşılaşabilirsiniz. Diğer bir çözüm (önerilen) ise hiçbir sakıncası olmayan "SMTP soket kütüphanesi" ni kullanmaktır.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Çeviri ayarları
       TranslationKeySearch=Çeviri anahtarı veya dizesi ara
       TranslationOverwriteKey=Çeviri dizesinin üzerine yaz
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=Ayrıca aşağıdaki tabloyu doldurarak dizeleri geçersiz kılabilirsiniz. Dilinizi "%s" açılır tablosundan seçin, anahtar dizeyi "%s" içine ekleyin ve yeni çevirinizi de "%s" içine ekleyin.
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Çeviri dizesi
       CurrentTranslationString=Geçerli çeviri dizesi
       WarningAtLeastKeyOrTranslationRequired=En azından anahtar veya çeviri dizesi için bir arama kriteri gereklidir
       NewTranslationStringToShow=Gösterilecek yeni çeviri dizesi
       OriginalValueWas=Orijinal çevirinin üzerine yazılır. Orijinal değerler şu şekildeydi: <br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Etkinleştirilmiş uygulama/modüller: <b>%s</b>/<b>%s</b>
       YouMustEnableOneModule=Enaz 1 modül etkinleştirmelisiniz
      -ClassNotFoundIntoPathWarning=Sınıf %s PHP youlnda bulunamadı
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yazın evet
      -OnlyFollowingModulesAreOpenedToExternalUsers=Not, izinler verildiği takdirde yalnızca aşağıdaki modüller dış kullanıcılara açıktır (bu tür kullanıcıların izinleri ne olursa olsun):
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Oturum depolaması Suhosin tarafından şifrelendi
       ConditionIsCurrently=Koşul şu anda %s durumunda
      -YouUseBestDriver=Kullandığınız sürücü %s şu anda en iyi sürücüdür.
      -YouDoNotUseBestDriver=Kullandığınız %s sürücüsüdür, %s sürücüsü önerilir.
      -NbOfProductIsLowerThanNoPb=Veritabanında yalnızca %s ürün/hizmet var. Bu, herhangi bir optimizasyon gerektirmez.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Optimizasyon ara
      -YouHaveXProductUseSearchOptim=Veritabanında %s ürün var. Giriş-Ayarlar-Diğer den PRODUCT_DONOTSEARCH_ANYWHERE değişmezini 1 olarak eklemelisiniz. Veritabanının dizin kullanmasını sağlamak için aramayı dizelerin başlangıcıyla sınırlandırır ve hemen yanıt alırsınız.
      -BrowserIsOK=%s web tarayıcısını kullanıyorsunuz. Bu tarayıcı güvenlik ve performans için uygundur.
      -BrowserIsKO=%s web tarayıcısını kullanıyorsunuz. Bu tarayıcı güvenlik, performans ve güvenirlik için kötü bir seçimdir. Firefox, Chrome, Opera veya Safari kullanmanızı öneririz.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug yüklüdür.
       XCacheInstalled=XDebug yüklüdür.
      -AddRefInList=Listede müşteri/tedarikçi ref (liste ya da açılır liste seç) ve köprülerin çoğunu göster. Üçüncü partiler "Büyük firma" yerine "CC12345 - SC45678 - Büyük firma" adıyla görüntülenecektir.
      -AskForPreferredShippingMethod=Üçüncü Partiler için yeğlenen Gönderme Yöntemini isteyin.
      +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 shipping method for Third Parties.
       FieldEdition=%s Alanının düzenlenmesi
       FillThisOnlyIfRequired=Örnek: +2 (saat dilimi farkını yalnız zaman farkı sorunları yaşıyorsanız kullanın)
       GetBarCode=Barkovizyon al
       ##### Module password generation
       PasswordGenerationStandard=Dolibarr iç algoritmasına göre bir şifre girin: 8 karakterli sayı ve küçük harf içeren.
      -PasswordGenerationNone=Oluşturulmuş hiçbir parola önermeyin. Parola el ile yazılmalıdır.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Kişisel tanımlanmış yapılandırmanıza göre bir parola girin.
       SetupPerso=Yapılandırmanıza göre
       PasswordPatternDesc=Parola modeli açıklaması
      @@ -1195,23 +1205,23 @@ UserMailRequired=Yeni bir kullanıcı oluşturmak için gerekli EPosta
       HRMSetup=İK modülü ayarları
       ##### Company setup #####
       CompanySetup=Firmalar modülü kurulumu
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Eposta özelliği, bazı Dolibarr etkinlikleri için sessiz ve otomatik olarak posta göndermenizi sağlar. Bildirim hedefleri şu şekilde tanımlanabilir:
       NotificationsDescUser=* kullanıcı başına, her seferinde bir kullanıcı.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
       NotificationsDescGlobal=* veya modül ayarları sayfasında genel hedef epostaları ayarlanarak.
      -ModelModules=Belge şablonları
      -DocumentModelOdt=OpenDocuments şablonlarından belgeler oluşturun (OpenOffice, KOffice, TextEdit .ODT veya .ODS dosyaları)
      +ModelModules=Belge Şablonları
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Taslak belge üzerinde filigran
       JSOnPaimentBill=Ödeme formunda ödeme satırlarını otomatik doldurma özelliğini etkinleştir
      -CompanyIdProfChecker=Uzman Kimliği kuralları
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=Eşsiz olmalıdır?
      -MustBeMandatory=Üçüncü tarafları oluşturmak zorunludur?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
       MustBeInvoiceMandatory=Faturaları doğrulamak zorunludur ?
       TechnicalServicesProvided=Sağlanan teknik hizmetler
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=<b>%s</b> biçimine göndermek için gerekli bağlantıyı aşağıdaki bağlantıdan bulabilirsiniz:%s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=<b>%s</b> biçimine göndermek için gerekli bağlantıy
       BillsSetup=Faturalar modülünün kurulumu
       BillsNumberingModule=Fatura ve iade faturaları numaralandırma modülü
       BillsPDFModules=Fatura belgesi modelleri
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Ödeme belge modelleri
       CreditNote=İade faturası
       CreditNotes=İade faturaları
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Her üye için bir Kullanıcı adı yürütün
       AdherentMailRequired=Yeni üye oluşturmak için E-posta gereklidir
       MemberSendInformationByMailByDefault=Üyelere onay epostası (doğrulama ya da yeni abonelik) göndermek için onay kutusu varsayılan olarak açıktır
       VisitorCanChooseItsPaymentMode=Ziyaretçi mevcut ödeme modlarından birini seçebilir
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Kurulumu
       LDAPGlobalParameters=Genel parametreler
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= LDAP arama testi
       LDAPSynchroOK=Senkronizasyon testi başarılı
       LDAPSynchroKO=Başarısız senkronizasyon testi
      -LDAPSynchroKOMayBePermissions=Başarısız senkronizasyon testi. Bu sunucuya bağlantının düzgün yapılandırılmış olduğunu ve LDAP güncellemesi sağladığını kontrol edin
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=LDAP sunucusu için TCP bağlantı başarılı (Sunucu =%s, Port =%s)
       LDAPTCPConnectKO=LDAP sunucusuna TCP bağlantısı başarısız (Server =%s başarısız, Port =% s)
      -LDAPBindOK=LDAP sunucusuna bağlantı/kimlik doğrulama başarılı (Server=%s, Port=%s, Yönetici=%s, Parola=%s)
      -LDAPBindKO=LDAP sunucusuna bağlantı/kimlik doğrulama başarısız (Server=%s, Port=%s, Yönetici=%s, Parola=%s
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP sunucusu sürüm 3 için yapılandırılmış
       LDAPSetupForVersion2=LDAP sunucusu sürüm 2 için yapılandırılmış
       LDAPDolibarrMapping=Dolibarr Eşleme
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Oturum aç (samba, activedirectory)
       LDAPFieldLoginSambaExample=Örnek: sAMAccountName
       LDAPFieldFullname=İlk Adı
       LDAPFieldFullnameExample=Örnek: cn
      -LDAPFieldPasswordNotCrypted=Parola şifrelendirilmemiş
      -LDAPFieldPasswordCrypted=Parola şifrelendirilmiş
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Örnek: kullanıcıParolası
       LDAPFieldCommonNameExample=Örnek: cn
       LDAPFieldName=Adı
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Örnek değerler aşağıdaki yüklü şemalarla <b> OpenLDAP </ b> için tasarlanmıştır: <b> core.schema, cosine.schema, inetorgperson.schema </ b>). Eğer o değerleri ve OpenLDAP kullanıyorsanız, LDAP yapılandırma dosyasını <b> slapd.conf </ b> tüm o yüklü şemaları alacak şekilde değiştirmelisiniz.
       ForANonAnonymousAccess=Bir kimlik doğrulamalı giriş için (örneğin bir yazma girişi)
       PerfDolibarr=Performans ayar/optimizasyon raporu
      -YouMayFindPerfAdviceHere=Bu sayfada bazı denetimler veya performans ile ilgili tavsiyeler bulacaksınız.
      -NotInstalled=Yüklü değil, yani sunucu bundan dolayı yavaş değil.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=\t\nUygulamalı önbellek
       MemcachedNotAvailable=Uygulanabilir önbellek bulunamadı. Performansı Memcached önbellek sunucusu ve bu önbellek sunucusunu kullanabilecek bir modül kurarak arttırabilirsiniz.<br>Daha fazla bilgiyi buradan <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>bulabilirsiniz. Bu tür önbellek sunucusunu çok fazla web barındırıcısının sağlamadığını unutmayın.
       MemcachedModuleAvailableButNotSetup=Uygulamalı önbellek için memcached modülü bulundu ama modülün kurulumu tamamlanmamış.
       MemcachedAvailableAndSetup=Memcached modülü etkinleştirilmiş memcached sunucusunu kullanmak içindir.
       OPCodeCache=OPCode önbelleği
      -NoOPCodeCacheFound=OPCode önbelleği bulunamadı. Belki XCache den başka bir OPCode önbelleği kullanabilirsiniz veya eAccelerator (iyi), belki de OPCode önbelleğiniz yoktur (çok kötü).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=Statik kaynaklar (css, img, javascript) için HTTP önbelleği
       FilesOfTypeCached=%s türündeki dosyalar HTTP sunucusu tarafından önbelleğe alınır
       FilesOfTypeNotCached=%s türündeki dosyalar HTTP sunucusu tarafından önbelleğe alınmaz
       FilesOfTypeCompressed=%s türündeki dosyalar HTTP sunucusu tarafından sıkıştırılır
       FilesOfTypeNotCompressed=%s türündeki dosyalar HTTP sunucusu tarafından sıkıştırılmaz
       CacheByServer=Sunucu önbelleği
      -CacheByServerDesc=Örneğin "ExpiresByType image/gif A2592000" Apache yönergesini kullanarak
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Tarayıcı önbelleği
       CompressionOfResources=HTTP yanıtlarının sıkıştırılması
      -CompressionOfResourcesDesc=Örneğin "AddOutputFilterByType DEFLATE" Apache yönergesini kullanarak
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Böyle bir otomatik algılama mevcut tarayıcılar için olası değildir
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Varsayılan arama filtreleri
       DefaultSortOrder=Varsayılan sıralama düzenleri
       DefaultFocus=Varsayılan odak alanları
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Ürünler modülü kurulumu
       ServiceSetup=Hizmetler modülü kurulumu
       ProductServiceSetup=Ürünler ve Hizmetler modüllerinin kurulumu
       NumberOfProductShowInSelect=Açılır seçim (combo) listelerindeki ençok ürün sayısı (0 = sınır yok)
      -ViewProductDescInFormAbility=Formlarda ürün tanımlarının görselleştirilmesi (aksi durumda açılır araç ipucu olarak)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Eğer ürün/hizmet teklifte varsa Ekli Dosyalar sekmesinde ürün/hizmet seçeneğini etkinleştirin, böylece ürün PDF belgesini PDF azur teklifine birleştirirsiniz
      -ViewProductDescInThirdpartyLanguageAbility=Ürün açıklamalarının üçüncü taraf dilinde gösterilmesi
      -UseSearchToSelectProductTooltip=Ayrıca çok fazla sayıda ürününüz varsa (>100 000), Kurulum->Diğer den PRODUCT_DONOTSEARCH_ANYWHERE değişmezini 1 e ayarlayarak hızı arttırabilirsiniz. Sonra arama dizenin başlamasıyla sınırlı olacaktır.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Ürünler için kullanılacak varsayılan barkod türü
       SetDefaultBarcodeTypeThirdParties=Üçüncü partiler için kullanılacak varsayılan barkod tipi
       UseUnits=Sipariş, teklif ya da fatura satırlarının yazımı sırasında kullanmak üzere Miktar için bir ölçü birimi tanımlayın
      @@ -1503,7 +1516,7 @@ SendingsSetup=Gönderme modülü kurulumu
       SendingsReceiptModel=Makbuz gönderme modeli
       SendingsNumberingModules=Gönderi numaralandırma modülü
       SendingsAbility=Müşteri teslimatlarında sevkiyat tablolarını destekler
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Sevkiyatlarda serbest metin
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Ürün teslimat fişlerinde numaralandırma modülü
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Gelişmiş editör
       ActivateFCKeditor=Gelişmiş düzenleyiciyi şunun için etkinleştir:
       FCKeditorForCompany=Öğe açıklamaları ve notları için WYSIWIG oluşturma/düzenleme (ürünler/hizmetler hariç)
       FCKeditorForProduct=Ürünlerin/hizmetlerin açıklamaları ve notlar için WYSIWIG oluşturma/düzenleme
      -FCKeditorForProductDetails=Bütün öğelerde(teklifler, siparişler, faturalar, v.s...) ürünlerin ayrıntı satırları için WYSIWIG oluşturma/düzenleme. <font class="warning">Uyarı: Bu durum için bu seçeneğin kullanılması, özel karakterlerin kullanımında ve PDF dosyalarının oluşturulmasında sorunlar yaratacağı için ciddi olarak önerilmez.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= Postaları WYSIWIG olarak oluşturma/düzenleme
       FCKeditorForUserSignature=Kullanıcı imzasının WYSIWIG olarak oluşturulması/düzenlenmesi
       FCKeditorForMail=Tüm postaların WYSIWIG olarak oluşturması/düzenlenmesi (Araçlar->ePostlama hariç)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Bağlantı başarılı ama veritabanı bir OSCommerce veritabanı olarak görünmüyor. (Anahtar %s tablo %s te bulunamadı)
      -OSCommerceTestOk='%s' Sunucusuna '%s' veritabanında kullanıcı '% s' ile bağlantı başarılı.
      -OSCommerceTestKo1='%s' Sunucusuna bağlantı başarılı ancak veritabanı '% s' e ulaşılamadı.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk='%s' sunucusuna '%s' veritabanında kullanıcı '%s' ile bağlantı başarılı.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=’%s’ Sunucusuna ‘%s’ kullanıcısı ile bağlantı başarısız oldu.
       ##### Stock #####
      -StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Eğer bir Satış Noktası modülü kullanıyorsanız (varsayılan olarak sağlanan ya da başka bir dış POS modülü), bu ayarlar Satış Noktası modülünüz tarafından gözardı edilebilir. Buradaki seçenekler ne olursa olsun çoğu satış notası modülü ön tanımlı olarak anında fatura oluşturacak ve stok eksiltecek şeklide tasarlanmıştır. Yani, Satış Noktanızdan bir satış kaydederken stok eksiltme gereksiniminiz varsa da yoksa da, aynı zamanda POS modülünüzün ayarlarını da denetleyin.
      +StockSetup=Stok modülü kurulumu
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menü silindi
       Menus=Menüler
      @@ -1548,7 +1561,7 @@ DetailRight=Yetkisiz gri menüleri gösterme koşulu
       DetailLangs=Etiket kodu çevirisi için Lang dosya adı
       DetailUser=İç/dış/tümü
       Target=Hedef
      -DetailTarget=Bağlantılar için hedef (_blank üst yeni bir pencere açmak için)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Düzey (-1: Üst menü, 0: başlık menüsü, >0 menü ve alt menü)
       ModifMenu=Menü değiştir
       DeleteMenu=Menü girişi sil
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=KDV nedeniyle: <br> - malların tesliminde ( fatura tarihin
       OptionVatDebitOptionDesc=KDV nedeniyle: <br> - malların tesliminde ( fatura tarihini kullanırız) <br> - hizmet faturalarında (borç)
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Seçilen seçeneğe göre KDV uygunluk süresi:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Teslimatta
       OnPayment=Ödemede
       OnInvoice=Faturada
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Alış hesap. kodu
       AgendaSetup=Etkinlik ve gündem modülü kurulumu
       PasswordTogetVCalExport=Dışaaktarma bağlantısı yetki anahtarı
       PastDelayVCalExport=Bundan daha büyük etkinliği dışaaktarma
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Etkinlik oluşturma formundaki etkinlik türü için bu varsayılan değeri otomatik olarak ayarla
      -AGENDA_DEFAULT_FILTER_TYPE=Gündem görünümü arama süzgeçinde, etkinlikler için otomatik olarak bu etkinlik türünü ayarlar
      -AGENDA_DEFAULT_FILTER_STATUS=Gündem görünümü arama süzgeçinde, etkinlikler için otomatik olarak bu durum türünü ayarlar
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Gündem menüsünü seçtiğinizde varsayılan olarak hangi sekmenin açılmasını istiyorsunuz
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Sesli bildirimi etkinleştir
       AGENDA_SHOW_LINKED_OBJECT=Bağlantılı nesneyi gündem görünümünde göster
       ##### Clicktodial #####
       ClickToDialSetup=TıklaAra modülü kurulumu
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=Bu modül telefon numaralarının tıklanabilmesini sağlar. Bu simgeye tıklanma telefonunuz ile bu telefonun aranmasını sağlar. Bu işlem Dolibarr'dan bir çağrı merkezini aramak için kullanılır, örneğin SIP sisteminde bir telefon numarasının aranması.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Telefon numaraları üzerinde yalnızca bir "tel:" linki kullan
      -ClickToDialUseTelLinkDesc=Eğer kullanıcılarınız bir softphone ya da web tarayıcıdan farklı olarak aynı bilgisayarda kurulu bir arayüz kullanıyorsa ve web tarayıcınızda "tel:" ile başlayan bir köprü tıklandığında aranıyorsa bu yöntemi kullanın. Tam bir sunucu çözümüne gereksiniminiz varsa (yerel yazılım kurulumu gereksinimi olmadan) bunu "HAYIR" olarak ayarlayın ve sonraki alanı doldurun.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Satış Noktası
       CashDeskSetup=Satış Noktası kurulum modülü
      -CashDeskThirdPartyForSell=Satışlar için kullanılacak varsayılan genel üçüncü parti
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Nakit ödemeleri almak için kullanılan varsayılan hesap
       CashDeskBankAccountForCheque= Ödemeleri çek ile almak için kullanılan varsayılan hesap
       CashDeskBankAccountForCB= Nakit ödemeleri kredi kartıyla almak için kullanılan varsayılan hesap
      -CashDeskDoNotDecreaseStock=Satış Noktasından bir satış yapıldığında stok azaltılmasını engelle ("hayır"sa POS tan yapılan her satışta stok eksiltilmesi yapılır, Stok modülündeki seçenek ayarı ne olursa olsun).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Depoyu stok azaltmada kullanmak için zorla ve sınırla
      -StockDecreaseForPointOfSaleDisabled=Satış Noktasından stok eksiltme engelli
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=POS taki stok eksiltmesi parti yönetimi ile uyumlu değildir.
      -CashDeskYouDidNotDisableStockDecease=Satış Noktasından satış yapılırken stok eksiltilmesini engellemediniz. Bu durumda depo gereklidir.
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Yerimi modülü kurulumu
      -BookmarkDesc=Bu modül yerimlerini yönetmenize olanak sağlar. Ayrıca, soldaki menüden herhangi Dolibarr sayfaları veya dış web siteleri için kısayollar ekleyebilirsiniz.
      +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.
       NbOfBoomarkToShow=Sol menüde gösterilecek ençok yerimi sayısı
       ##### WebServices #####
       WebServicesSetup=WebHizmetleri modülü kurulumu
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Çek Makbuzu Numaralandırma modülü
       MultiCompanySetup=Çoklu şirket modülü kurulumu
       ##### Suppliers #####
       SuppliersSetup=Tedarikçi modülü kurulumu
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Tedarikçi faturaları numaralandırma modelleri
       IfSetToYesDontForgetPermission=Evet olarak ayarlıysa, ikinci onayı sağlayacak grup ve kullanıcılara izin sağlamayı unutmayın
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Proje modülü kurulumu
       ProjectsModelModule=Proje raporu belge modeli
       TasksNumberingModules=Görev numaralandırma modülü
       TaskModelModule=Görev raporu belge modeli
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Muhasebe dönemleri
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification="Bildirimler" modülünü
       ListOfNotificationsPerUser=Kullanıcı başına bildirimler listesi*
       ListOfNotificationsPerUserOrContact=Kullanıcı başına veya kişi başına bildirimler listesi**
       ListOfFixedNotifications=Sabit bildirimler listesi
      -GoOntoUserCardToAddMore=Kullanıcılardan bildirimleri kaldırmak veya eklemek için kullanıcının "Bildirimler" sekmesine git
      -GoOntoContactCardToAddMore=Kişilerden/adreslerden bildirimleri eklemek ya da kaldırmak için üçüncü taraf kişileri "Bildirimler" sekmesine git
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Sınır
       BackupDumpWizard=Veritabanı yedekleme döküm dosyası oluşturma sihirbazı
       SomethingMakeInstallFromWebNotPossible=Web arayüzünden dış modül kurulumu aşağıdaki nedenden ötürü olanaksızdır:
      @@ -1697,7 +1710,8 @@ InstallModuleFromWebHasBeenDisabledByFile=Dış modülün uygulama içerisinden
       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=Tablo satırlarını fare üzerine geldiğinde vurgula
       HighlightLinesColor=Fare üzerinden geçerken satır rengini vurgula (vurgulanmaması için boş bırakın)
      -TextTitleColor=Text color of Page title
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
      +TextTitleColor=Sayfa başlığının metin rengi
       LinkColor=Bağlantıların rengi
       PressF5AfterChangingThis=Bu değeri değiştirdikten sonra geçerli olabilmesi için klavyede CTRL+F5 tuşlarına basın veya tarayıcınızın önbelleğini temizleyin
       NotSupportedByAllThemes=Yalnızca çekirdek temaları ile çalışır ancak dış temalar tarafından desteklenmez
      @@ -1706,22 +1720,22 @@ TopMenuBackgroundColor=Üst menü için arka plan rengi
       TopMenuDisableImages=Üst menüdeki görüntüleri gizle
       LeftMenuBackgroundColor=Sol menü için arka plan rengi
       BackgroundTableTitleColor=Tablo satırı başlığı için arka plan rengi
      -BackgroundTableTitleTextColor=Text color for Table title line
      +BackgroundTableTitleTextColor=Tablo satırı başlığı için metin rengi
       BackgroundTableLineOddColor=Tabloda tek satırlar için arka plan rengi
       BackgroundTableLineEvenColor=Tabloda çift satırlar için arka plan rengi
       MinimumNoticePeriod=Enaz bildirim süresi (İzin isteğiniz bu süreden önce yapılmalı)
       NbAddedAutomatically=Her ay (otomatik olarak) bu kullanıcının sayacına eklenen gün sayısı 
       EnterAnyCode=Bu alan satırın tanınması için bir referans içerir. Özel karakterler hariç seçeceğiniz herhangi bir değeri girebilirsiniz.
      -UnicodeCurrency=Burada ayraçlar arasına para birimi simgesini belirten bayt sayısını girin. Örneğin: $ için [36] - Brezilya Real'i için [82,36] - € için [8364] girin
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=RGB rengi HEX formatındadır, örn: FF0000
       PositionIntoComboList=Satırın kombo listesindeki konumu
       SellTaxRate=Satış vergisi oranı
       RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
       UrlTrackingDesc=Eğer taşıma sağlayıcı ya da taşımacı size sevkiyatınızın durumunu denetlemek için bir web sayfası ya da sitesi önerirse, bunu burada girebilirsiniz. {TRACKID} anahtarını URL parametrelerinde kullanarak kullanıcı tarafından sevkiyat kartına girilen izleme numarası değeriyle değiştirebilirsiniz.
      -OpportunityPercent=Bir fırsat oluşturduğunuzda, tahmini bir proje/aday tutarı gireceksiniz. Fırsatın durumuna göre, oluşturulacak bütün fırsatların genel tutarını hesaplamak için bu tutar bu oran ile çarpılabilir. Değer yüzde cinsindedir (0 ile 100 arasında)
      +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=Bu şablon kaydının ayrıldığı öğe
       TypeOfTemplate=Şablon türü
      -TemplateIsVisibleByOwnerOnly=Şablon yalnızca kullanıcı tarafından görünür
      +TemplateIsVisibleByOwnerOnly=Şablon yalnızca sahibi tarafından görülebilir
       VisibleEverywhere=Heryerde görünür
       VisibleNowhere=Hiçbir yerde görünür değil
       FixTZ=Saat Dilimi Farkı
      @@ -1735,24 +1749,24 @@ MailToSendInvoice=Müşteri faturaları
       MailToSendShipment=Sevkiyatlar
       MailToSendIntervention=Müdahaleler
       MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierOrder=Satın alma siparişleri
      +MailToSendSupplierInvoice=Tedarikçi faturaları
       MailToSendContract=Sözleşmeler
       MailToThirdparty=Üçüncü partiler
       MailToMember=Üyeler
       MailToUser=Kullanıcılar
      -MailToProject=Projects page
      +MailToProject=Projeler sayfası
       ByDefaultInList=Liste görünümünde varsayılana göre göster
       YouUseLastStableVersion=En son kararlı sürümü kullanıyorsunuz
       TitleExampleForMajorRelease=Bu ana sürümü duyurmak için kullanabileceğiniz mesaj örneği (web sitenizde rahatça kullanabilirsiniz)
       TitleExampleForMaintenanceRelease=Bu bakım sürümü duyurmak için kullanabileceğiniz mesaj örneği (web sitenizde rahatça kullanabilirsiniz)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc="Her ürün/hizmet için çok seviyeli fiyat" açık ise her ürün için farklı fiyatlar (her fiyat seviyesi için bir) tanımlayabilirsiniz. Zaman kazanmak için, burada, temel fiyata göre her seviye için kendiliğinden hesaplama yapılması için kural girebilirisiniz. Bu sayfa zaman kazanmanız için vardır ve yalnzca diğer fiyat seviyeleri temel fiyata bağlı ise kullanışlıdır. Çoğu durumda bu sayfayı gözardı edebilirsiniz.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Ürün belgeleri için şablonlar
      -ToGenerateCodeDefineAutomaticRuleFirst=Otomatik kodlar oluşturabilmek için önce otomatik olarak barkod numarası tanımlayacak bir yönetici tanımlamalısınız.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=Olası yedek değişkenlerin lstesi için * notuna bakın
      -SeeChangeLog=See ChangeLog file (english only)
      +SeeChangeLog=ChangeLog dosyasına bakın (sadece ingilizce)
       AllPublishers=Bütün yayıncılar
       UnknownPublishers=Bilinmeyen yayıncılar
       AddRemoveTabs=Sekme ekle ya da sil
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Başka sayfa ya da hizmet ekle
       AddModels=belge ya da numaralandırma şablonu ekle
       AddSubstitutions=Yedek anahtar ekle
       DetectionNotPossible=Algılama olası değil
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Mevcut API listesi
      -activateModuleDependNotSatisfied="%s" Modülü eksik olan "%s" modülüne bağlıdır, yani "%1$s" düzgün çalışmayabilir. Lütfen  "%2$s" modülünü kurun ya da herhangi bir sürprizle karşılaşmamak için  "%1$s" modülünü devre dışı bırakın.
      -CommandIsNotInsideAllowedCommands=Çalıştırmaya çalıştığınız komut, <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> parametre dosyası içindeki izin verilen komutlar olarak tanımlanan listede yoktur.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=Açılış sayfası
      -SamePriceAlsoForSharedCompanies=Çok firmalı modülü kullanıyorsanız, eğer ürünler ortamlar arasında paylaşılıyorsa "Tek fiyat" seçeneği ile fiyat aynı zamanda tüm firmalar için aynı olur
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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=Kullanıcının tanımlanmış izni yok
      -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")
      +UserHasNoPermissions=Bu kullanıcının tanımlanmış bir izni yok
      +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=Şirketin referans para birimi (bunu değiştirmek için şirketin kurulumuna gidin)
      -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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +WarningNoteModuleInvoiceForFrenchLaw=Bu modul %s Fransız yasalarına uygun (Loi Finance 2016).
      +WarningNoteModulePOSForFrenchLaw=This module %s is compliant with French laws (Loi Finance 2016) because module Non Reversible Logs is automatically activated.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=PDF'deki sol boşluk
       MAIN_PDF_MARGIN_RIGHT=PDF'deki sağ boşluk
       MAIN_PDF_MARGIN_TOP=PDF'deki üst boşluk
       MAIN_PDF_MARGIN_BOTTOM=PDF'deki alt kenar boşluğu
      -SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
      -EnterCalculationRuleIfPreviousFieldIsYes=Enter calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      -SeveralLangugeVariatFound=Several language variants found
      -COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
      +NothingToSetup=Bu modül için yapılacak özel bir kurulum yok
      +SetToYesIfGroupIsComputationOfOtherGroups=Eğer bu grup diğer grupların bir hesaplaması ise bunu evet olarak ayarlayın
      +EnterCalculationRuleIfPreviousFieldIsYes=Önceki alan Evet olarak ayarlanmışsa hesaplama kuralı girin (Örneğin 'CODEGRP1+CODEGRP2')
      +SeveralLangugeVariatFound=Birçok dil varyantı bulundu
      +COMPANY_AQUARIUM_REMOVE_SPECIAL=Özel karakterleri kaldır
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Araç ipucunda gösterilecek yardım metni
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in a form
      +YouCanDeleteFileOnServerWith=You can delete this file on server with Command Line:<br>%s
      +ChartLoaded=Chart of account loaded
      +SocialNetworkSetup=Sosyal Ağlar modülünün kurulumu
      +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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +ConfirmUnactivation=Modül sıfırlamayı onayla
      +OnMobileOnly=Sadece küçük ekranda (akıllı telefon)
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/tr_TR/companies.lang b/htdocs/langs/tr_TR/companies.lang
      index bddbac42fa0..24af8c07f80 100644
      --- a/htdocs/langs/tr_TR/companies.lang
      +++ b/htdocs/langs/tr_TR/companies.lang
      @@ -5,14 +5,14 @@ SelectThirdParty=Bir üçüncü parti seç
       ConfirmDeleteCompany=Bu firmayı ve devralınan tüm bilgilerini silmek istediğinizden emin misiniz?
       DeleteContact=Bir kişi/adres sil
       ConfirmDeleteContact=Bu kişiyi ve devralınan tüm bilgilerini silmek istediğinizden emin misiniz?
      -MenuNewThirdParty=Yeni üçüncü parti
      -MenuNewCustomer=Yeni müşteri
      -MenuNewProspect=Yeni aday
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=Yeni Üçüncü Parti
      +MenuNewCustomer=Yeni Müşteri
      +MenuNewProspect=Yeni Aday
      +MenuNewSupplier=Yeni Tedarikçi
       MenuNewPrivateIndividual=Yeni özel şahıs
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Yeni firma (aday, müşteri, tedarikçi)
      +NewThirdParty=Yeni Üçüncü Parti (aday, müşteri, tedarikçi)
      +CreateDolibarrThirdPartySupplier=Bir üçüncü parti oluştur (tedarikçi)
       CreateThirdPartyOnly=Üçüncü parti oluştur
       CreateThirdPartyAndContact=Bir üçüncü parti + bağlantılı kişi oluşturun
       ProspectionArea=Aday alanı
      @@ -25,22 +25,22 @@ ThirdPartyContact=Üçüncü parti kişisi/adresi
       Company=Firma
       CompanyName=Firma adı
       AliasNames=Rumuz (ticari isim, marka ismi, ...)
      -AliasNameShort=Rumuz
      +AliasNameShort=Alias Name
       Companies=Firmalar
       CountryIsInEEC=Ülke, Avrupa Ekonomik Topluluğu içindedir
      -ThirdPartyName=Üçüncü parti adı
      +ThirdPartyName=Üçüncü Parti Adı
       ThirdPartyEmail=Üçüncü parti e-postası
      -ThirdParty=Üçüncü parti
      -ThirdParties=Üçüncü partiler
      +ThirdParty=Üçüncü Parti
      +ThirdParties=Üçüncü Partiler
       ThirdPartyProspects=Adaylar
       ThirdPartyProspectsStats=Adaylar
       ThirdPartyCustomers=Müşteriler
       ThirdPartyCustomersStats=Müşteriler
       ThirdPartyCustomersWithIdProf12=Müşteriler %s veya %s ile
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Üçüncü parti türü
      +ThirdPartySuppliers=Tedarikçiler
      +ThirdPartyType=Şirket türü
       Individual=Özel şahıs
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Ana firma
       Subsidiaries=Bağlı firmalar
       ReportByMonth=Aya göre rapor
      @@ -75,12 +75,12 @@ Zip=Posta Kodu
       Town=İlçesi
       Web=Web
       Poste= Durumu
      -DefaultLang=Varsayılan dili
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      +DefaultLang=Language default
      +VATIsUsed=KDV kullanılır
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=KDV kullanılmaz
       CopyAddressFromSoc=Adresi üçüncü parti adresiyle doldurun
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Ödeme banka hesabı
       OverAllProposals=Teklifler
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=RE Türü
       TypeLocaltax2ES=IRPF Türü
       WrongCustomerCode=Müşteri kodu geçersiz
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=Tedarikçi kodu geçersiz
       CustomerCodeModel=Müşteri kodu modeli
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=Tedarikçi kodu modeli
       Gencod=Barkod
       ##### Professional ID #####
       ProfId1Short=Prof id1
      @@ -258,8 +258,8 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      -VATIntraShort=Tax ID
      +VATIntra=Vergi Numarası
      +VATIntraShort=Vergi Numarası
       VATIntraSyntaxIsValid=Sözdizimi geçerli
       VATReturn=KDV iadesi
       ProspectCustomer=Aday/Müşteri
      @@ -274,16 +274,16 @@ CompanyHasRelativeDiscount=Bu müşterinin varsayılan bir <b>%s%%</b> indirimi
       CompanyHasNoRelativeDiscount=Bu müşterinin varsayılan hiçbir göreceli indirimi yok
       HasRelativeDiscountFromSupplier=Bu tedarikçiden varsayılan olarak <b>%s%%</b> indiriminiz var
       HasNoRelativeDiscountFromSupplier=Bu tedarikçiden varsayılan göreceli indiriminiz yok 
      -CompanyHasAbsoluteDiscount=Bu müşterinin <b>%s</b>%s için mevcut indirimi var (kredi notları veya peşinat)
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=Bu müşteri <b>%s</b>%s için indirimlere sahip (kredi notları veya peşinatlar)
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Bu müşterinin hala <b>%s</b> %s için iade faturaları var
       HasNoAbsoluteDiscountFromSupplier=Bu tedarikçiden indirim krediniz yok 
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
       HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
       HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
       CompanyHasNoAbsoluteDiscount=Bu müşterinin hiçbir indirim alacağı yoktur
      -CustomerAbsoluteDiscountAllUsers=Absolute customer discounts (granted by all users)
      -CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
      +CustomerAbsoluteDiscountAllUsers=Mutlak müşteri indirimleri (tüm kullanıcılar tarafından verilen)
      +CustomerAbsoluteDiscountMy=Mutlak müşteri indirimleri (sizin tarafınızdan verilen)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Hiçbiri
      @@ -303,22 +303,22 @@ AddThirdParty=Üçüncü parti oluştur
       DeleteACompany=Firma sil
       PersonalInformations=Kişisel bilgiler
       AccountancyCode=Muhasebe hesabı
      -CustomerCode=Müşteri kodu
      -SupplierCode=Vendor code
      -CustomerCodeShort=Müşteri kodu
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Tüm müşteriler için müşteri kodu benzersiz olmalı
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Müşteri Kodu
      +SupplierCode=Tedarikçi Kodu
      +CustomerCodeShort=Müşteri Kodu
      +SupplierCodeShort=Tedarikçi Kodu
      +CustomerCodeDesc=Müşteri Kodu, tüm müşteriler için benzersiz
      +SupplierCodeDesc=Tedarikçi Kodu, tüm tedarikçiler için benzersiz
       RequiredIfCustomer=Eğer üçüncü parti bir müşteri ya da aday ise gereklidir
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Doğrulama modülü tarafından denetlenir
      -ThisIsModuleRules=Bu kural bu modül içindir
      +RequiredIfSupplier=Eğer üçünü parti tedarikçi ise gereklidir
      +ValidityControledByModule=Modül tarafından kontrol edilen geçerlilik
      +ThisIsModuleRules=Bu modül için kurallar
       ProspectToContact=İletişime geçilecek aday
       CompanyDeleted="%s" Firması veritabanından silindi.
       ListOfContacts=Kişi/adres listesi
      -ListOfContactsAddresses=Kişiler/adresler listesi
      -ListOfThirdParties=Üçüncü partiler listesi
      -ShowCompany=Üçüncü partiyi göster
      +ListOfContactsAddresses=Kişi/adres listesi
      +ListOfThirdParties=Üçüncü Partilerin Listesi
      +ShowCompany=Üçüncü Partiyi Göster
       ShowContact=Kişi göster
       ContactsAllShort=Hepsi (süzmeden)
       ContactType=Kişi tipi
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Bu kişi herhangi bir teklifin yetkilisi değildir
       NoContactForAnyContract=Bu kişi herhangi bir sözleşmenin yetkilisi değildir
       NoContactForAnyInvoice=Bu kişi herhangi bir faturanın yetkilisi değildir
       NewContact=Yeni kişi
      -NewContactAddress=Yeni kişi/adres
      +NewContactAddress=Yeni Kişi/Adres
       MyContacts=Kişilerim
       Capital=Sermaye
       CapitalOf=Sermaye %s
       EditCompany=Firma düzenle
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=Bu kullanıcı bir  aday, müşteri veya tedarikçi değildir
       VATIntraCheck=Denetle
      -VATIntraCheckDesc=<b>%s</b> bağlantısı avrupa KDV denetimi hizmetinin istenmesini sağlar. Bu hizmeti çalıştırmak için sunucudan bir dış internet erişimi gerektirir.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Avrupa Komisyonu sitesinden topluluk içi KDV ni kontrol edin
      -VATIntraManualCheck=Avrupa web sitesi <a href="%s" target="_blank">%s</a> adresinden el ile de kontrol edebilirsiniz
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Denetlemiyor. Denetim hizmeti üye ülke (%s) tarafından sağlanmıyor.
      -NorProspectNorCustomer=Ne aday ne de müşteri
      -JuridicalStatus=Yasal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Tüzel Kişilik Türü
       Staff=Kadro
       ProspectLevelShort=Potansiyel
       ProspectLevel=Potansiyel aday
      @@ -387,31 +387,31 @@ ExportCardToFormat=Biçimlenip dışaaktarılacak kart
       ContactNotLinkedToCompany=Kişi herhangi bir üçüncü partiye bağlı değil
       DolibarrLogin=Dolibarr kullanıcı adı
       NoDolibarrAccess=Dolibarr erişimi yok
      -ExportDataset_company_1=Üçüncü partiler (Şirketler/Dernekler/Şahıslar) ve özellikleri
      +ExportDataset_company_1=Üçüncü Partiler (şirketler/dernekler/şahıslar) ve özellikleri
       ExportDataset_company_2=Kişiler ve özellikleri
      -ImportDataset_company_1=Üçüncü partiler (Şirketler/Vakıflar/Fiziki şahıslar) ve özellikleri
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +ImportDataset_company_1=Üçüncü Partiler (şirketler/dernekler/şahıslar) ve özellikleri
      +ImportDataset_company_2=Kişiler/Adresler ve özellikleri
      +ImportDataset_company_3=Üçüncü Partilerin Banka hesapları
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Fiyat düzeyi
       DeliveryAddress=Teslimat adresi
       AddAddress=Adres ekle
      -SupplierCategory=Vendor category
      +SupplierCategory=Tedarikçi kategorisi
       JuridicalStatus200=Bağımsız
       DeleteFile=Dosya sil
       ConfirmDeleteFile=Bu dosyayı silmek istediğinizden emin misiniz?
       AllocateCommercial=Satış temsilcisine atanmış
       Organization=Kuruluş
      -FiscalYearInformation=Mali yıla ait bilgi
      +FiscalYearInformation=Mali Yıl
       FiscalMonthStart=Mali yılın başlangıç ayı
      -YouMustAssignUserMailFirst=Bu kişiye eposta bildirimleri ekleyebilmek için önce bu kişiye e-posta oluşturmalısınız.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=Eposta bildirimleri ekleyebilmek için önce geçerli epostası olan üçüncü taraf kişisi oluşturmanız gerekir.
      -ListSuppliersShort=List of vendors
      +ListSuppliersShort=Tedarikçi Listesi
       ListProspectsShort=Aday Listesi
      -ListCustomersShort=Müşteri listesi
      -ThirdPartiesArea=Üçüncü partiler kişi alanı
      -LastModifiedThirdParties=Değiştirilen son %s üçüncü parti
      -UniqueThirdParties=Toplam benzersiz üçüncü parti
      +ListCustomersShort=Müşteri Listesi
      +ThirdPartiesArea=Üçüncü Partiler/Kişiler
      +LastModifiedThirdParties=Değiştirilen son %s Üçüncü Parti
      +UniqueThirdParties=Üçüncü Partilerin Toplamı
       InActivity=Açık
       ActivityCeased=Kapalı
       ThirdPartyIsClosed=Üçüncü taraf kapalı
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Geçerli bekleyen fatura
       OutstandingBill=Ödenmemiş fatura için ençok tutar
       OutstandingBillReached=Ödenmemiş fatura için ulaşılan ençok tutar
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Müşteri/tedarikçi kodu serbesttir. Bu kod herhangi bir zamanda değiştirilebilir.
       ManagingDirectors=Yönetici(lerin) adı (CEO, müdür, başkan...)
       MergeOriginThirdparty=Çifte üçüncü parti (silmek istediğiniz üçüncü parti)
       MergeThirdparties=Üçüncü partileri birleştir
      -ConfirmMergeThirdparties=Bu üçüncü tarafı mevcut olanla birleştirmek istediğinize emin misiniz? Tüm bağlı nesneler (faturalar, siparişler, ...) mevcut üçüncü tarafa taşınacak, sonra üçüncü taraf silinecek.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Satış temsilcisinin kullanıcı adı
       SaleRepresentativeFirstname=Satış temsilcisinin adı
       SaleRepresentativeLastname=Satış temsilcisinin soyadı
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/tr_TR/errors.lang b/htdocs/langs/tr_TR/errors.lang
      index 0022570ca0b..2110b131ad4 100644
      --- a/htdocs/langs/tr_TR/errors.lang
      +++ b/htdocs/langs/tr_TR/errors.lang
      @@ -32,9 +32,9 @@ ErrorBarCodeRequired=Bar kod gerekli
       ErrorCustomerCodeAlreadyUsed=Müşteri kodu zaten kullanılmış
       ErrorBarCodeAlreadyUsed=Bar kod zaten kullanıldı
       ErrorPrefixRequired=Önek gerekli
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=Tedarikçi kodu için yanlış sözdizimi
      +ErrorSupplierCodeRequired=Tedarikçi kodu gereklidir
      +ErrorSupplierCodeAlreadyUsed=Tedarikçi kodu zaten kullanılmaktadır
       ErrorBadParameters=Hatalı parametreler
       ErrorBadValueForParameter=Yanlış değer '%s', parametre '%s' için
       ErrorBadImageFormat=Resim dosyası desteklenen biçimde değil (PHP niz bu biçimdeki resimlerin dönüştürülme işlevini desteklemez)
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=%s değeri yanlış tarih biçiminde
       ErrorWrongDate=Tarih doğru değil!
       ErrorFailedToWriteInDir=%s dizinine yazılamadı
       ErrorFoundBadEmailInFile=Dosyada %s satır hatalı e-posta sözdizimi bulundu (örneğin eposta=%s teki satır %s)
      -ErrorUserCannotBeDelete=Kullanıcı silinemez. Belki Dolibarr öğeleri ile ilişkili olabilir.
      +ErrorUserCannotBeDelete=Kullanıcı silinemiyor. Dolibarr varlıklarıyla ilişkili olabilir.
       ErrorFieldsRequired=Bazı gerekli alanlar doldurulmamış.
       ErrorSubjectIsRequired=E-posta konusu zorunludur
       ErrorFailedToCreateDir=Dizin oluşturulamadı. Web sunucusu kullanıcısının Dolibarr belgeleri dizinine yazma izinlerini denetleyin. Eğer bu parametre <b>guvenli_mod</b> bu PHP üzerinde etkinleştirilmişse, Dolibarr php dosyalarının web sunucusu kullanıcısına (ya da grubuna) sahip olduğunu denetleyin.
      @@ -66,20 +66,21 @@ ErrorNoValueForCheckBoxType=Lütfen onay kutusu listesi için değer girin
       ErrorNoValueForRadioType=Lütfen onay düğmesi için değer girin
       ErrorBadFormatValueList=Liste değerinde birden çok virgül bulunmaz: <u>%s</u>, ancak enaz bir: anahtar, değer gerekir
       ErrorFieldCanNotContainSpecialCharacters=<b>%s</b> alanı özel karakterler içermemelidir.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=<b>%s</b> Alanı özel karakter ve büyük harf içermemeli yalnızca sayı içermelidir.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Etkinleştirilmiş muhasebe modülü yok
       ErrorExportDuplicateProfil=Bu profil adı bu dışaaktarma seti için zaten var.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP eşleşmesi tamamlanmamış.
       ErrorLDAPMakeManualTest=A. Ldif dosyası %s dizininde oluşturuldu. Hatalar hakkında daha fazla bilgi almak için komut satırından elle yüklemeyi deneyin.
      -ErrorCantSaveADoneUserWithZeroPercentage="Başlamış durumdaki" bir eylem, "yapan" alanı dolu olsa bile kaydedilemez.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Oluşturulması için kullanılan referans zaten var.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Bazı alt kayıtları olduğundan kayıt silinemedi.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Kayıt silinemiyor. Zaten kullanılıyor veya başka bir nesne tarafından içeriliyor.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Bu özelliğin çalışması için Javascript engellenmiş olmamalıdır. Etkinleştirmek/engellemek için Giriş->Kurulum->Ekran menüsüne gidin.
       ErrorPasswordsMustMatch=Her iki yazdığınız şifrenin birbiriyle eşleşmesi gerekir
      -ErrorContactEMail=Teknik bir hata oluştu. Lütfen, aşağıdaki <b>%s</b> Eposta ile yöneticiye danışın, mesajınızda <b>%s</b> hata kodunu belirtin ve hatta bir ekran görünümünü de eklerseniz daha iyi olur.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=<b>%s</b> alan numarası için yanlış değer ('<b>%s</b>' değeri '<b>%s</b>' regex kuralı ile uyuşmuyor)
       ErrorFieldValueNotIn=<b>%s</b> alan numarası için yanlış değer ('<b>%s</b>' değeri '<b>%s</b>' tablosundaki '<b>%s</b>' alanına uygun bir değer değildir)
       ErrorFieldRefNotIn=Alan numarası <b>%s</b> için yanlış değer (değer <b>'%s'</b> bir <b>%s</b> ref mevcut değildir)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Virüs koruma programı dosyayı doğrulayamıyor
       ErrorSpecialCharNotAllowedForField=%s alanında özel karakterlere izin verilmez
       ErrorNumRefModel=Veritabanına (%s) bir başvuru var ve bu numaralandırma kuralı ile uyumlu değildir. Kaydı kaldırın ya da bu modülü etkinleştirmek için başvurunun adını değiştirin.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Modül ayarı tamamlanmamış gibi görünüyor. Tamamlamak için Giriş - Ayarlar - Modüller menüsüne git.
       ErrorBadMask=Maskede hata
       ErrorBadMaskFailedToLocatePosOfSequence=Hata, sıra numarasız  maske
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Hata, kötü sıfırlama değeri
       ErrorMaxNumberReachForThisMask=Bu maskedeki ençok sayı
       ErrorCounterMustHaveMoreThan3Digits=Sayaçta 3 ten fazla basamak olmalı
       ErrorSelectAtLeastOne=Hata. En az bir giriş seçin.
      -ErrorDeleteNotPossibleLineIsConsolidated=Kaydın silinmesi mümkün değildir çünkü kayıt uzlaştırılmış bir banka işlemiyle bağlantılıdır
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s diğer bir üçüncüye görevlendirilmiş
       ErrorFailedToSendPassword=Parola gönderilemedi
       ErrorFailedToLoadRSSFile=RSS beslemesi alınamıyor. Eğer hata mesajları yeterli bilgi sağlamıyorsa MAIN_SIMPLEXMLLOAD_DEBUG değişmezini eklemeyi deneyin.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=<b>%s</b> kullanıcı adlı kullanıcı bulunamadı.
       ErrorLoginHasNoEmail=Bu kullanıcının e-posta adresi yoktur. İşlem iptal edildi.
       ErrorBadValueForCode=Güvenlik kodu için hatalı değer. Yeni değer ile tekrar deneyin...
       ErrorBothFieldCantBeNegative=%s ve %s alanlarının ikisi birden eksi olamaz
      +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=Müşteri faturasındaki kalem miktarı eksi olamaz
       ErrorWebServerUserHasNotPermission=Web sunucusunu çalıştırmak için kullanılan <b>%s</b> kullanıcı hesabnın bunun için izni yok
       ErrorNoActivatedBarcode=Etkinleştirilmiş barkod türü yok
      @@ -138,7 +141,7 @@ ErrorBadFormat=Hatalı biçim!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Hata, bu üye henüz henüz hiç bir üçüncü tarafa bağlantılanmamış. Üyeyi mevcut olan bir üçüncü tarafa bağlantılayın veya bu faturayla yeni bir abonelik oluşturmadan önce yeni bir üçüncü taraf oluşturun.
       ErrorThereIsSomeDeliveries=Hata, bu sevkiyata bağlı bazı teslimatlar var. Silme işlemi reddedildi.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Ödendi durumunda olan en az bir faturayla paylaşılan bir ödeme silinemez
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1='%s' Değişkenine atama yapılamıyor
       ErrorPriceExpression2='%s' Dahili işlevi yeniden tanımlanamıyor
       ErrorPriceExpression3=İşlev tanımındaki '%s' değişkeni tanımlanmamış
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Beklenmeyen '%s'
       ErrorPriceExpression6=Hatalı argüman sayısı (verilen %s, beklenen %s)
       ErrorPriceExpression8=Beklenmeyen işlemci '%s'
       ErrorPriceExpression9=Beklenmeyen bir hata oldu
      -ErrorPriceExpression10='%s' İşlemcisinin işleneni yok
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Beklenen '%s'
       ErrorPriceExpression14=Sıfıra bölünme
       ErrorPriceExpression17=Beklenmeyen değişken '%s'
      @@ -171,10 +174,10 @@ ErrorGlobalVariableUpdater4=SOAP istemcisinde '%s' hatası
       ErrorGlobalVariableUpdater5=Seçilmiş genel değişken yok
       ErrorFieldMustBeANumeric=<b>%s</b> alanı sayısal bir değer olmalıdır
       ErrorMandatoryParametersNotProvided=Zorunlu parametre(ler) girilmemiş
      -ErrorOppStatusRequiredIfAmount=Bu fırsat/aday için tahmini bir tutar ayarladınız. Durumunu da girmelisiniz
      +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=Modül Tanımlayıcıda hatalı Menu Dizisi tanımı (fk_menu anahtarı için hatalı değer)
      -ErrorSavingChanges=Değişiklikler kaydedilirken bir hata oluştu
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Depo gemi hattı üzerinde gerekli
       ErrorFileMustHaveFormat=Dosya %s biçiminde olmalıdır
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=Bu üye için bir parola ayarlıdır. Ancak, hiçbir kullanıcı hesabı oluşturulmamıştır. Yani bu şifre saklanır ama Dolibarr'a giriş için kullanılamaz. Dış bir modül/arayüz tarafından kullanılıyor olabilir, ama bir üye için ne bir kullanıcı adı ne de parola tanımlamanız gerekmiyorsa "Her üye için bir kullanıcı adı yönet" seçeneğini devre dışı bırakabilirsiniz. Bir kullanıcı adı yönetmeniz gerekiyorsa ama herhangi bir parolaya gereksinim duymuyorsanız bu uyarıyı engellemek için bu alanı boş bırakabilirsiniz. Not: Eğer bir üye bir kullanıcıya bağlıysa kullanıcı adı olarak eposta adresi de kullanılabilir.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Bu konulu ya da bu hedefli (URL) bir yerimi zaten v
       WarningPassIsEmpty=Uyarı, veritabanı parolası boş. Bu bir güvenlik açığıdır. Veritabanına bir parola eklemelesiniz ve bu yansıtmak için conf.php dosyanızı değiştirin.
       WarningConfFileMustBeReadOnly=Uyarı, web sunucusu tarafından yapılandırma dosyanızın (<b>htdocs/conf/conf.php</b>)  üzerine üzerine yazılabilir.Bu ciddi bir güvenlik açığıdır. Web sunucusun kullandığı sistem kullanıcısının çalışması için dosyadaki izinleri sadece okumaya değiştirin. Windows ve disk için FAT biçimini kullanıyorsanız, bu dosya sisteminin dosya izinleri eklemek izin vermediğini bilmelisiniz, bu nedenle tamamen güvenli olamaz.
       WarningsOnXLines=<b>%s</b> kaynak satırlarındaki uyarılar
      -WarningNoDocumentModelActivated=Hiçbir model, belge üretimi için aktive edilmemiştir. Modül kurulumunuzu kontrol edene kadar bir model varsayılan olarak seçilecektir.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Uyarı, kurulum bir kez tamalanırsa,  <b>install.lock</b> dosyasını <b>%s</b> dizinine ekleyerek kur/taşıma aracını devre dışı bırakmalısınız. Bu dosyanın olmaması ciddi bir güvenlik açığıdır.
      -WarningUntilDirRemoved=Tüm güvenlik uyarıları (sadece admin kullanıcıları tarafından görülebilir) savunmasızlık olduğu sürece etkin olur (ya da MAIN_REMOVE_INSTALL_WARNING değişmezi Kurulum->Diğer menüsünde kuruluma eklenir).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Uyarı, kaynak ve hedef öğeleri arasında tutar farklı da olsa kapanış yapılır. Bu özelliği dikkatlice etkinleştirin.
       WarningUsingThisBoxSlowDown=Uyarı, bu kutuyu kullanmak kutuyu gösteren tüm sayfaları ciddi olarak yavaşlatır.
       WarningClickToDialUserSetupNotComplete=Kullanıcınızın ClickToDial bilgileri ayarı tamamlanmamış (kullanıcı kartınızdaki ClickToDial tabına bakın)
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Çok fazla veri (%s değerinden fazla sat
       WarningSomeLinesWithNullHourlyRate=Saatlik ücretleri tanımlanmadığında bazen bazı kullanıcılar tarafından kayıt edilir. Saat başına 0 %s değeri kullanılmıştır ancak harcanan sürenin yanlış değerlendirilmesine neden olabilir.
       WarningYourLoginWasModifiedPleaseLogin=Kullanıcı adınız değiştirilmiştir. Güvenlik nedeniyle sonraki eyleminiz için yeni kullanıcı adınızla giriş yapmalısınız.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/tr_TR/interventions.lang b/htdocs/langs/tr_TR/interventions.lang
      index da07cd35987..954f469d849 100644
      --- a/htdocs/langs/tr_TR/interventions.lang
      +++ b/htdocs/langs/tr_TR/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Müdahaleler
       InterventionCard=Müdahale kartı
       NewIntervention=Yeni müdahale
       AddIntervention=Müdahale oluştur
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Müdahaleler listesi
       ActionsOnFicheInter=Müdahale eylemleri
       LastInterventions=Son %s müdahale
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Siparişlerden oluşturulan müdahaleler için hi
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Müdahale istatistikleri
      -NbOfinterventions=Müdahale kartları sayısı
      -NumberOfInterventionsByMonth=Aylık (doğrulama tarihi) müdahale kartları sayısı
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Müdahale kimliği
      diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang
      index 73715b5e57c..7297990c099 100644
      --- a/htdocs/langs/tr_TR/main.lang
      +++ b/htdocs/langs/tr_TR/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Posta gönderilemedi (gönderen)
       ErrorFileNotUploaded=Dosya gönderilemedi. Boyutun izin verilen ençok dosya boyutunu aşmadığını denetleyin, bu dizinde yeterli boş alan olmalı ve aynı isimde başka bir dosya olmamalı.
       ErrorInternalErrorDetected=Hata algılandı
       ErrorWrongHostParameter=Yanlış ana parametre
      -ErrorYourCountryIsNotDefined=Ülkeniz tanımlı değil. Giriş-Ayarlar-Düzenle ye git ve formu yeniden gönder.
      -ErrorRecordIsUsedByChild=Bu kayıt silinemedi. Bu kayıt en az bir alt kayıt tarafından kullanılmaktadır.
      +ErrorYourCountryIsNotDefined=Ülkeniz tanımlı değil. Giriş-Ayarlar-Düzenle kısmına git ve formu yeniden gönder.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Yanlış değer
       ErrorWrongValueForParameterX=Parametresi %s için yanlış değer
       ErrorNoRequestInError=Hatalı istek yok
      -ErrorServiceUnavailableTryLater=Hizmet şu an için kullanılamıyor. Daha sonra yeniden deneyin.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Benzersiz bir alanda yinelenen değer
      -ErrorSomeErrorWereFoundRollbackIsDone=Bazı hatalar bulundu. Değişikler geri alındı.
      -ErrorConfigParameterNotDefined=Parametre <b>%s</b> Dolibarr yapılandırma dosyasında <b>conf.php</b> tanımlı değil.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Dolibarr veritabanında kullanıcı <b>%s</b> bulunamadı.
       ErrorNoVATRateDefinedForSellerCountry=Hata, ülke '%s' için herhangi bir KDV oranı tanımlanmamış.
       ErrorNoSocialContributionForSellerCountry=Hata, '%s' ülkesi için sosyal/mali vergi tipi tanımlanmamış.
       ErrorFailedToSaveFile=Hata, dosya kaydedilemedi.
      -ErrorCannotAddThisParentWarehouse=Zaten şu anki deponun bir alt deposu olan bir üst depo eklemeye çalışıyorsunuz
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Sayfa başına maksimum kayıt sayısı
       NotAuthorized=Bunu yapmak için yetkiniz yok.
       SetDate=Ayar tarihi
       SelectDate=Bir tarih seç
      @@ -92,9 +92,9 @@ DolibarrInHttpAuthenticationSoPasswordUseless=Yapılandırma dosyası <b>conf.ph
       Administrator=Yönetici
       Undefined=Tanımlanmamış
       PasswordForgotten=Parola mı unutuldu?
      -NoAccount=No account?
      +NoAccount=Hesap yok mu?
       SeeAbove=Yukarı bak
      -HomeArea=Giriş alanı
      +HomeArea=Giriş
       LastConnexion=Son bağlantı
       PreviousConnexion=Önceki bağlantı
       PreviousValue=Önceki değer
      @@ -142,6 +142,7 @@ Closed=Kapalı
       Closed2=Kapalı
       NotClosed=Kapalı değil
       Enabled=Etkin
      +Enable=Etkin
       Deprecated=Kullanılmayan
       Disable=Engelle
       Disabled=Engelli
      @@ -153,7 +154,7 @@ Update=Güncelle
       Close=Kapat
       CloseBox=Kontrol panelinizden ekran etiketini kaldırın
       Confirm=Onayla
      -ConfirmSendCardByMail=Bu kartın içeriğini posta ile gerçekten <b>%s</b> adresine göndermek istiyor musunuz?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Sil
       Remove=Kaldır
       Resiliate=Sonlandır
      @@ -232,7 +233,7 @@ Limit=Sınır
       Limits=Sınırlar
       Logout=Çıkış
       NoLogoutProcessWithAuthMode=Kimlik denetimi modu <b>%s</b> için uygulanabilir bağlantı kesme özelliği yok
      -Connection=Kullanıcı adı
      +Connection=Oturum Aç
       Setup=Ayarlar
       Alert=Uyarı
       MenuWarnings=Uyarılar
      @@ -327,7 +328,7 @@ Copy=Kopyala
       Paste=Yapıştır
       Default=Varsayılan
       DefaultValue=Varsayılan değer
      -DefaultValues=Varsayılan değerler
      +DefaultValues=Default values/filters/sorting
       Price=Fiyat
       PriceCurrency=Fiyat (para birimi)
       UnitPrice=Birim fiyat
      @@ -347,7 +348,7 @@ AmountTTCShort=Tutar (KDV dahil)
       AmountHT=Tutar (KDV hariç)
       AmountTTC=Miktarı (KDV dahil)
       AmountVAT=KDV tutarı
      -MulticurrencyAlreadyPaid=Ödenmiş, orijinal para birimi
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Ödemeye devam edin, orijinal para birimi
       MulticurrencyPaymentAmount=Ödeme tutarı, orijinal para birimi
       MulticurrencyAmountHT=Tutar (vergisiz net), ilk para birimi
      @@ -416,7 +417,7 @@ Favorite=Sık kullanılan
       ShortInfo=Bilgi.
       Ref=Ref.
       ExternalRef=Ref. stajyer
      -RefSupplier=Ref. vendor
      +RefSupplier=Referans tedarikçi
       RefPayment=Ref. ödeme
       CommercialProposalsShort=Teklifler
       Comment=Açıklama
      @@ -428,7 +429,7 @@ ActionNotApplicable=Uygulanamaz
       ActionRunningNotStarted=Başlayacak
       ActionRunningShort=Devam etmekte
       ActionDoneShort=Bitti
      -ActionUncomplete=Tamamlanmamış
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Şirket/Kuruluş
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Oluştur
       Duration=Süre
       TotalDuration=Toplam süre
       Summary=Özet
      -DolibarrStateBoard=Veritabanı istatistikleri
      -DolibarrWorkBoard=Açık ögeler gösterge tablosu
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=İşlenecek hiçbir açık öğe yok
       Available=Mevcut
       NotYetAvailable=Henüz mevcut değil
      @@ -506,7 +507,7 @@ None=Hiçbiri
       NoneF=Hiçbiri
       NoneOrSeveral=Yok veya Birkaç
       Late=Son
      -LateDesc=Bir kayıdın sizin ayarlarınıza dayanarak gecikmiş olduğu ya da olmadığını tanımlayabilmek için gerekli süre. Yöneticinizden Giriş - Ayarlar - Uyarılar menüsünden süreyi değiştirmesini isteyin.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Resim
       Photos=Resimler
      @@ -530,18 +531,6 @@ September=Eylül
       October=Ekim
       November=Kasım
       December=Aralık
      -JanuaryMin=Ara
      -FebruaryMin=Şub
      -MarchMin=Mar
      -AprilMin=Nis
      -MayMin=May
      -JuneMin=Haz
      -JulyMin=Tem
      -AugustMin=Ağu
      -SeptemberMin=Eyl
      -OctoberMin=Eki
      -NovemberMin=Kas
      -DecemberMin=Ara
       Month01=Ocak
       Month02=Şubat
       Month03=Mart
      @@ -622,9 +611,9 @@ BuildDoc=Doc oluştur
       Entity=Varlık
       Entities=Varlıklar
       CustomerPreview=Müşteri önizleme
      -SupplierPreview=Vendor preview
      +SupplierPreview=Tedarikçi önizlemesi
       ShowCustomerPreview=Müşteri önizlemeyi göster
      -ShowSupplierPreview=Show vendor preview
      +ShowSupplierPreview=Tedarikçi önizlemesini göster
       RefCustomer=Müşteri Ref.
       Currency=Para birimi
       InfoAdmin=Yöneticiler için bilgi
      @@ -646,6 +635,8 @@ SendMail=E-posta gönder
       EMail=E-posta
       NoEMail=E-posta yok
       Email=Eposta
      +AlreadyRead=Alreay read
      +NotRead=Okunmayan
       NoMobilePhone=Cep telefonu yok
       Owner=Sahibi
       FollowingConstantsWillBeSubstituted=Aşağıdaki değişmezler uygun değerlerin yerine konacaktır.
      @@ -677,7 +668,7 @@ NeverReceived=Hiç alınmadı
       Canceled=Vazgeçildi
       YouCanChangeValuesForThisListFromDictionarySetup=Bu listenin değerlerini Kurulum - Sözlükler menüsünden değiştirebilirsiniz
       YouCanChangeValuesForThisListFrom=Bu listenin değerlerini %s menüsünden değiştirebilirsiniz
      -YouCanSetDefaultValueInModuleSetup=Modül ayarlarında yeni bir kayıt oluştururken kullanılacak varsayılan değeri belirleybilirsiniz
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Renk
       Documents=Bağlı dosyalar
       Documents2=Belgeler
      @@ -703,7 +694,7 @@ DateOfSignature=İmza tarihi
       HidePassword=Komutu gizli parola ile göster
       UnHidePassword=Gerçek komutu açık parola ile göster
       Root=Kök
      -Informations=Bilgiler
      +Informations=Bilgi
       Page=Sayfa
       Notes=Notlar
       AddNewLine=Yeni satır ekle
      @@ -716,15 +707,15 @@ Merge=Birleştir
       DocumentModelStandardPDF=Standart PDF şablonu
       PrintContentArea=Yazdırılıcak Sayfanın ana içerik alanını göster
       MenuManager=Menu yöneticisi
      -WarningYouAreInMaintenanceMode=Uyarı, bakım modundasınız, şu anda uygulamayı kullanmak için yalnızca <b>%s</b> girişine izin veriliyor.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Sistem hatası
       CoreErrorMessage=Üzgünüz, bir hata oluştu. Günlükleri kontrol etmek için sistem yöneticinize başvurun veya daha fazla bilgi almak için $dolibarr_main_prod=1 devre dışı bırakın.
       CreditCard=Kredi kartı
       ValidatePayment=Ödeme doğrula
       CreditOrDebitCard=Kredi veya banka kartı
       FieldsWithAreMandatory=<b>%s</b> olan alanları zorunludur
      -FieldsWithIsForPublic=Üyelerin genel listelerinde <b>%s</b> olan alanlar gösterilir. Bunu istemiyorsanız, “genel” kutusundan işareti kaldırın.
      -AccordingToGeoIPDatabase=(GeoIP dönüşümüne göre)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Satır
       NotSupported=Desteklenmez
       RequiredField=Gerekli alan
      @@ -732,6 +723,8 @@ Result=Sonuç
       ToTest=Denem
       ValidateBefore=Bu özelliği kullanmadan önce kart doğrulanmalıdır
       Visibility=Görünürlük
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Özel
       Hidden=Gizli
       Resources=Kaynaklar
      @@ -750,6 +743,7 @@ LinkTo=Buna bağlantıla
       LinkToProposal=Teklife bağlantıla
       LinkToOrder=Siparişe bağlantıla
       LinkToInvoice=Faturaya bağlantıla
      +LinkToTemplateInvoice=Şablon faturasına bağlantı
       LinkToSupplierOrder=Tedarikçi siparişine bağlantıla
       LinkToSupplierProposal=Tedarikçi teklifine bağlantıla
       LinkToSupplierInvoice=Tedarikçi faturasına bağlantıla
      @@ -758,6 +752,7 @@ LinkToIntervention=Müdahaleye bağlantıla
       CreateDraft=Taslak oluştur
       SetToDraft=Taslağa geri dön
       ClickToEdit=Düzenlemek için tıklayın
      +ClickToRefresh=Click to refresh
       EditWithEditor=CKEditor ile düzenle
       EditWithTextEditor=Metin düzenleyicisiyle düzenle
       EditHTMLSource=HTML Kaynağını Düzenle
      @@ -772,7 +767,7 @@ ByDay=Güne göre
       BySalesRepresentative=Satış temsilcisine göre
       LinkedToSpecificUsers=Belirli bir kullanıcı kişisine bağlantılı
       NoResults=Sonuç yok
      -AdminTools=Yönetici araçları
      +AdminTools=Yönetici Araçları
       SystemTools=Sistem araçları
       ModulesSystemTools=Modül araçları
       Test=Deneme
      @@ -802,7 +797,7 @@ PrintFile=%s Dosyasını Yazdır
       ShowTransaction=Girişi banka hesabında göster
       ShowIntervention=Müdahale göster
       ShowContract=Sözleşmeye bakın
      -GoIntoSetupToChangeLogo=Logoyu değiştirmek için Giriş - Ayarlar - Firma menüsüne ya da gizlemek için Giriş - Ayarlar - Ekran menüsüne git.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Ret
       Denied=Reddedildi
       ListOf=%s listesi
      @@ -818,15 +813,15 @@ Sincerely=Saygılar
       DeleteLine=Satır sil
       ConfirmDeleteLine=Bu satırı silmek istediğinizden emin misiniz?
       NoPDFAvailableForDocGenAmongChecked=Kontrol edilen kayıtlar arasında doküman üretimi için PDF mevcut değildi
      -TooManyRecordForMassAction=Toplu eylem için çok fazla kayıt seçildi. Eylem %s kayıt listesi ile sınırlıdır.
      +TooManyRecordForMassAction=Toplu işlem için çok sayıda kayıt seçilmiş. Bu işlem %s kayıt ile sınırlıdır.
       NoRecordSelected=Seçilen kayıt yok
       MassFilesArea=Toplu işlemler tarafından yapılan dosyalar için alan
       ShowTempMassFilesArea=Toplu işlemler tarafından yapılan dosyalar alanını göster
       ConfirmMassDeletion=Toplu silme onayı
      -ConfirmMassDeletionQuestion=Seçilen %s kaydı silmek istediğinizden emin misiniz?
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=İlgili Nesneler
       ClassifyBilled=Faturalandı olarak sınıflandır
      -ClassifyUnbilled=Classify unbilled
      +ClassifyUnbilled=Faturalandırılmamış olarak sınıflandır
       Progress=İlerleme
       FrontOffice=Ön ofis
       BackOffice=Arka ofis
      @@ -841,9 +836,9 @@ Calendar=Takvim
       GroupBy=Gruplandır...
       ViewFlatList=Düz listeyi incele
       RemoveString='%s' dizisini kaldır
      -SomeTranslationAreUncomplete=Bazı diller kısmen tercüme edilmiş veya hatalar içeriyor olabilir. Eğer böyle bir durum tespit ederseniz <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> adresinden kayıt olarak dil dosyalarını düzeltebilirsiniz.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
      -DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
      +DirectDownloadInternalLink=Direkt indirme linki (giriş yapılmış olmalı ve izin gerekli)
       Download=İndir
       DownloadDocument=Belgeyi indir
       ActualizeCurrency=Para birimini güncelle
      @@ -861,16 +856,25 @@ HR=İK
       HRAndBank=İK ve Banka
       AutomaticallyCalculated=Otomatik olarak hesaplandı
       TitleSetToDraft=Taslağa geri dön
      -ConfirmSetToDraft=Taslak durumuna dönmek istediğinizden emin misiniz?
      +ConfirmSetToDraft=Taslak durumuna geri dönmek istediğinizden emin misiniz?
       ImportId=İçe aktarma ID'si
       Events=Etkinlikler
      -EMailTemplates=Eposta şablonları
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=E-posta şablonları
      +FileNotShared=File not shared to external public
       Project=Proje
       Projects=Projeler
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=Açık projeleri listele
      +NewLeadOrProject=New lead or project
       Rights=İzinler
       LineNb=Satır no.
       IncotermLabel=Uluslararası Ticaret Terimleri
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Pazartesi
       Tuesday=Salı
      @@ -907,7 +911,7 @@ Select2NotFound=Hiç sonuç bulunamadı
       Select2Enter=Gir
       Select2MoreCharacter=ya da daha fazla harf
       Select2MoreCharacters=ya da daha fazla harf
      -Select2MoreCharactersMore=<strong>Search syntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Any character</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Start with</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> End with</kbd> (ab$)<br>
      +Select2MoreCharactersMore=<strong>Arama sözdizimi:</strong><br><kbd><strong> |</strong></kbd><kbd> VEYA</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd>Herhangi bir karakter</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd>İle başlayın (^ab)</kbd><br><kbd><strong>$</strong></kbd><kbd> İle biten</kbd> (ab$)<br>
       Select2LoadingMoreResults=Daha fazla sonuç yükleniyor...
       Select2SearchInProgress=Arama sürmekte...
       SearchIntoThirdparties=Üçüncü partiler
      @@ -918,16 +922,16 @@ SearchIntoProductsOrServices=Ürünler ya da hizmetler
       SearchIntoProjects=Projeler
       SearchIntoTasks=Görevler
       SearchIntoCustomerInvoices=Müşteri faturaları
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=Tedarikçi faturaları
       SearchIntoCustomerOrders=Müşteri siparişleri
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=Satın alma siparişleri
       SearchIntoCustomerProposals=Müşteri teklifleri
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=Tedarikçi teklifleri
       SearchIntoInterventions=Müdahaleler
       SearchIntoContracts=Sözleşmeler
       SearchIntoCustomerShipments=Müşteri sevkiyatları
       SearchIntoExpenseReports=Gider raporları
      -SearchIntoLeaves=İzinler
      +SearchIntoLeaves=Leave
       CommentLink=Açıklamalar
       NbComments=Yorum sayısı
       CommentPage=Comments space
      @@ -935,7 +939,7 @@ CommentAdded=Yorum eklendi
       CommentDeleted=Yorum silindi
       Everybody=Herkes
       PayedBy=Ödeyen
      -PayedTo=Ödenen
      +PayedTo=Paid to
       Monthly=Aylık
       Quarterly=Üç aylık
       Annual=Yıllık
      @@ -944,7 +948,8 @@ Remote=Remote
       LocalAndRemote=Local and Remote
       KeyboardShortcut=Klavye kısayolu
       AssignedTo=Görevlendirilen
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +Deletedraft=Taslak sil
      +ConfirmMassDraftDeletion=Toplu taslak silme onayı
      +FileSharedViaALink=Dosya bir bağlantı üzerinden paylaşıldı
      +SelectAThirdPartyFirst=Önce bir üçüncü parti seçin...
      +YouAreCurrentlyInSandboxMode=Şu anda %s "sandbox" modundasınız
      diff --git a/htdocs/langs/tr_TR/other.lang b/htdocs/langs/tr_TR/other.lang
      index 23fc9f59bf6..9f1e632d0e4 100644
      --- a/htdocs/langs/tr_TR/other.lang
      +++ b/htdocs/langs/tr_TR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Güvenlik kodu
       NumberingShort=N°
       Tools=Araçlar
       TMenuTools=Araçlar
      -ToolsDesc=Diğer menü girişlerine dahil olmayan çeşitli tüm araçlar burada toplanmıştır. <br><br>Tüm araçlara sol menüde ulaşılabilir.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Doğumgünü
       BirthdayDate=Doğumgünü tarihi
       DateToBirth=Doğum Tarihi
      @@ -23,7 +23,7 @@ MessageForm=Online ödeme formundaki mesaj
       MessageOK=Doğrulama sayfası mesajı
       MessageKO=İptal edilen ödeme sayfası mesajı
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Fatura tarihi yılı
       PreviousYearOfInvoice=Fatura tarihinden önceki yıl
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Fatura tarihinden sonraki yıl
       DateNextInvoiceBeforeGen=Bir sonraki faturanın tarihi (oluşturulmadan önce)
       DateNextInvoiceAfterGen=Bir sonraki faturanın tarihi (oluşturulduktan sonra)
       
      -Notify_FICHINTER_ADD_CONTACT=Müdahaleye kişi eklendi
      -Notify_FICHINTER_VALIDATE=Müdahale doğrulandı
      -Notify_FICHINTER_SENTBYMAIL=Müdahale posta ile gönderildi
       Notify_ORDER_VALIDATE=Müşteri siparişi onaylandı
       Notify_ORDER_SENTBYMAIL=Müşteri siparişi posta ile gönderildi
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Tedarikçi siparişi posta ile gönderildi
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Tedarikçi siparişi kaydedildi.
       Notify_ORDER_SUPPLIER_APPROVE=Tedarikçi siparişi onaylandı
       Notify_ORDER_SUPPLIER_REFUSE=Tedarikçi siparişi reddedildi
       Notify_PROPAL_VALIDATE=Müşteri teklifi onaylandı
      -Notify_PROPAL_CLOSE_SIGNED=Müşteri teklifi kapalı imzalı
      -Notify_PROPAL_CLOSE_REFUSED=Müşteri teklifi kapalı reddedildi
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Teklif posta ile gönderildi
       Notify_WITHDRAW_TRANSMIT=Havale çekme
       Notify_WITHDRAW_CREDIT=Kredi çekme
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Üçüncü parti oluşturuldu
       Notify_COMPANY_SENTBYMAIL=Eposta üçüncü parti kartından gönderildi
       Notify_BILL_VALIDATE=Müşteri faturası onaylandı
       Notify_BILL_UNVALIDATE=Müşteri faturasından doğrulama kaldırıldı
      -Notify_BILL_PAYED=Müşteri faturası ödendi
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Müşteri faturası iptal edildi
       Notify_BILL_SENTBYMAIL=Müşteri faturası postayla gönderildi
       Notify_BILL_SUPPLIER_VALIDATE=Tedarikçi faturası onaylandı
      -Notify_BILL_SUPPLIER_PAYED=Tedarikçi faturası ödendi
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Tedarikçi faturası posta ile gönderildi
       Notify_BILL_SUPPLIER_CANCELED=Tefarikçi faturası iptal edildi
       Notify_CONTRACT_VALIDATE=Sözleşme onaylandı
       Notify_FICHEINTER_VALIDATE=Müdahele onaylandı
      +Notify_FICHINTER_ADD_CONTACT=Müdahaleye kişi eklendi
      +Notify_FICHINTER_SENTBYMAIL=Müdahale posta ile gönderildi
       Notify_SHIPPING_VALIDATE=Sevkiyat onaylandı
       Notify_SHIPPING_SENTBYMAIL=Sevkiyat posta ile gönderildi
       Notify_MEMBER_VALIDATE=Üye onaylandı
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Proje oluşturma
       Notify_TASK_CREATE=Görev oluşturuldu
       Notify_TASK_MODIFY=Görev bilgileri değiştirildi
       Notify_TASK_DELETE=Görev silindi
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=%s modülü ayarlarına bak
       NbOfAttachedFiles=Eklenen dosya/belge sayısı
       TotalSizeOfAttachedFiles=Eklenen dosyaların/belgelerin toplam boyutu
       MaxSize=Ençok boyut
       AttachANewFile=Yeni bir dosya/belge ekle
       LinkedObject=Bağlantılı nesne
      -NbOfActiveNotifications=Bildirim sayısı (alıcı epostaları sayısı)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nBu, __EMAIL__ adresine gönderilen bir test mailidir.\nİki satır bir satırbaşı ile birbirinden ayrılır.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nBu bir <b>test</b> mailidir (test kelimesi kalın olmalıdır). <br> İki satır bir satırbaşı ile birbirinden ayrılır. <br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nBurada fiyat talebini bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nBurada siparişi bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nBurada siparişimizi bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nBurada faturayı bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nBurada sevkiyatı bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nBurada müdahaleyi bulacaksınız __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Bu seçeneği kullanmak için PHP nizdeki GD kütüphanesini
       ProfIdShortDesc=<b>Uzman no %s</b> üçüncü parti ülkesine bağlı bir bilgidir.<br>Örneğin, <b>%s</b> ülkesi için kodu<b>%s</b>dir.
       DolibarrDemo=Dolibarr ERP/CRM demosu
       StatsByNumberOfUnits=Ürün/hizmet miktarının toplamı için istatistikler
      -StatsByNumberOfEntities=Yönlendiren varlıkların sayı istatistikleri (Fatura veya sipariş sayısı ...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Teklif sayısı
       NumberOfCustomerOrders=Müşteri siparişlerinin sayısı
       NumberOfCustomerInvoices=Müşteri faturalarının sayısı
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Müşteri faturalarındaki birim sayısı
       NumberOfUnitsSupplierProposals=Tedarikçi tekliflerinde yer alan birim sayısı
       NumberOfUnitsSupplierOrders=Tedarikçi siparişlerindeki birim sayısı
       NumberOfUnitsSupplierInvoices=Tedarikçi faturalarındaki birim sayısı
      -EMailTextInterventionAddedContact=Bir yeni müdahale olan %s size atandı
      +EMailTextInterventionAddedContact=Yeni bir müdahale %s size atandı.
       EMailTextInterventionValidated=Müdahele %s doğrulanmıştır.
       EMailTextInvoiceValidated=Fatura %s doğrulanmıştır.
      +EMailTextInvoicePayed=Fatura %s ödendi.
       EMailTextProposalValidated=Teklif % doğrulanmıştır.
       EMailTextProposalClosedSigned=Teklif %s kapalı imzalandı.
       EMailTextOrderValidated=Sipariş %s doğrulanmıştır.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=%s Siparişi %s tarafından onaylanmıştır.
       EMailTextOrderRefused=%s Teklifi reddedilmiştir.
       EMailTextOrderRefusedBy=%s Teklifi %tarafından reddedilmiştir.
       EMailTextExpeditionValidated=%s sevkiyatı onaylandı.
      +EMailTextExpenseReportValidated=Gider raporu %s doğrulandı.
      +EMailTextExpenseReportApproved=Gider raporu %s onaylandı.
      +EMailTextHolidayValidated=İzin talebi %s doğrulandı.
      +EMailTextHolidayApproved=İzin talebi %s onaylandı.
       ImportedWithSet=Ver setinin içeaktarımı
       DolibarrNotification=Otomatik bilgilendirme
       ResizeDesc=Yeni genişliği <b>VEYA</b> yeni yüksekliği gir. Yeniden boyutlandırma sırasında oran kotunacaktır...
      @@ -204,7 +212,7 @@ NewLength=Yeni genişlik
       NewHeight=Yeni yükseklik
       NewSizeAfterCropping=Kırpmadan sonraki yeni boyut
       DefineNewAreaToPick=Alınacak görüntü üzerinde yeni alan tanımla (görüntü üzerine sol klikle sonra karşı köşeye ulaşana kadar sürükle)
      -CurrentInformationOnImage=Bu araç bir görüntüyü yeniden boyutlandırmanızı veya kırpmanızı sağlar. Bu, düzenlenmiş güncel görüntünün bilgisidir
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Görüntü düzenleyici
       YouReceiveMailBecauseOfNotification=Bu mesajı aldınız çünkü epostanız %s e ait %s yazılımında belirli etkinlikler hakkında bilgilendirilecekler listesine eklenmiştir.
       YouReceiveMailBecauseOfNotification2=Bu etkinlik şudur:
      @@ -219,7 +227,7 @@ FileIsTooBig=Dosyalar çok büyük
       PleaseBePatient=Lütfen sabırlı olun...
       NewPassword=Yeni şifre
       ResetPassword=Şifreyi sıfırla
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +RequestToResetPasswordReceived=Şifreni değiştirmek için bir talep alındı.
       NewKeyIs=Oturum açmak için yeni anahtarınız
       NewKeyWillBe=Yazılımda oturum açmak için yeni anahtarınız bu olacaktır
       ClickHereToGoTo=%s e gitmek için buraya tıkla
      @@ -234,7 +242,11 @@ PermissionsDelete=İzinler kaldırıldı
       YourPasswordMustHaveAtLeastXChars=Şifreniz en az <strong>%s</strong> karakter içermelidir
       YourPasswordHasBeenReset=Şifreniz başarılı bir şekilde sıfırlandı
       ApplicantIpAddress=Başvuru sahibinin IP adresi
      -SMSSentTo=SMS sent to %s
      +SMSSentTo=SMS şuna gönderildi: %s
      +MissingIds=Eksik ID'ler
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Dışaaktar alanı
      diff --git a/htdocs/langs/tr_TR/projects.lang b/htdocs/langs/tr_TR/projects.lang
      index 04ec0ebc21b..7391f601bb3 100644
      --- a/htdocs/langs/tr_TR/projects.lang
      +++ b/htdocs/langs/tr_TR/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=Are you sure you want to delete this project?
       ConfirmDeleteATask=Are you sure you want to delete this task?
       OpenedProjects=Açık projeler
       OpenedTasks=Açık görevler
      -OpportunitiesStatusForOpenedProjects=Projelerin durumuna göre fırsat tutarı
      -OpportunitiesStatusForProjects=Projelerin durumuna göre fırsat tutarı
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=Proje göster
       ShowTask=Görev göster
       SetProject=Proje ayarla
       NoProject=Tanımlı ya da sahip olunan hiçbir proje yok
      -NbOfProjects=Proje sayısı
      -NbOfTasks=Görev sayısı
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Harcanan süre
       TimeSpentByYou=Tarafınızdan harcanan süre
       TimeSpentByUser=Kullanıcı tarafından harcanan süre
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Tüketilen süre listesine git
       GoToListOfTasks=Görevler listesine git
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Proje ile ilgili tekliflerin listesi
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Proje ile ilgili sözleşmelerin listesi
      -ListShippingAssociatedProject=Projeyle ilişkili nakliyelerin listesi
      -ListFichinterAssociatedProject=Proje ile ilgili müdahalelerin listesi
      -ListExpenseReportsAssociatedProject=Bu proje ile ilişkili gider raporları listesi
      -ListDonationsAssociatedProject=Bu proje ile ilişkilendirilmiş bağış listesi
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Proje ile ilgili etkinliklerin listesi
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=Projelere harcanan sürelerin listesi
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Projedeki bugünkü etkinlik
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=%s görev oluşturuldu
       TaskModifiedInDolibarr=%s görev değiştirildi
       TaskDeletedInDolibarr=%s görev silindi
      -OpportunityStatus=Fırsat durumu
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Fırs. durumu
      -OpportunityProbability=Fırsat olabilirliği
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Fırs. olabil.
      -OpportunityAmount=Fırsat tutarı
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=Fırs. tutarı
       OpportunityAmountAverageShort=Ortalama Fırsat tutarı
       OpportunityAmountWeigthedShort=Ağırlıklı Fırsat tutarı
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Katılımcı
       SelectElement=Öğe seç
       AddElement=Öğeye bağlan
       # Documents models
      -DocumentModelBeluga=Bağlantılı nesnelere gözatmak için proje şablonu
      -DocumentModelBaleine=Görevler proje raporu şablonu
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planlı işyükü
       PlannedWorkloadShort=İşyükü
       ProjectReferers=İlgili öğeler
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=İlgili olarak bu kullanıcı olan projeler
       TasksWithThisUserAsContact=Bu kullanıcıya atanmış görevler
       ResourceNotAssignedToProject=Projeye atanmamış
       ResourceNotAssignedToTheTask=Bu göreve atanmamış
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Görevi bana ata
      @@ -189,25 +192,26 @@ AssignTaskToUser=Görevi %s kullanıcısına ata
       SelectTaskToAssign=Atanacak görevi seçin...
       AssignTask=Ata
       ProjectOverview=Genel bakış
      -ManageTasks=Görev ve süre izlemek için projeleri kullan
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Adayları/fırsatları izlemek için projeleri kullan
      -ProjectNbProjectByMonth=Aylık oluşturulan proje sayısı
      -ProjectNbTaskByMonth=Aylık oluşturulan görevlerin sayısı
      -ProjectOppAmountOfProjectsByMonth=Aylık fırsat tutarı
      -ProjectWeightedOppAmountOfProjectsByMonth=Aylık fırsat ağırlıklı tutarı
      -ProjectOpenedProjectByOppStatus=Fırsat durumuna göre açık proje/aday
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=Projeler/adaylar için istatistikler
       TasksStatistics=Statistics on project/lead tasks
       TaskAssignedToEnterTime=Atanan görevler. Bu göreve süre girmek mümkün olmalı.
       IdTaskTime=Görev zamanı kimliği
       YouCanCompleteRef=Eğer referansı bazı bilgilerle tamamlamak isterseniz (arama süzgeçleri olarak kullanmak üzere), ayırmak için bir - karakteri eklemeniz önerilir, böylece otomatik numaralandırma sonraki projeler için de çalışacaktır. Örneğin; %s-ABC. Etikete arama anahtarları da eklemeyi yeğleyebilirsiniz. Ama en iyisi özel bir alan olarak da adlandırılan tamamlayıcı özellikler eklemek olabilir.
       OpenedProjectsByThirdparties=Open projects by third parties
      -OnlyOpportunitiesShort=Yalnızca fırsatlar
      -OpenedOpportunitiesShort=Açık fırsatlar
      -NotAnOpportunityShort=Bir fırsat değil
      -OpportunityTotalAmount=Fırsatlar toplam tutarı
      -OpportunityPonderatedAmount=Fırsatların ağırlık tutarı
      -OpportunityPonderatedAmountDesc=Olasılıkla ölçülen fırsat tutarı
      +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=Araştırma
       OppStatusQUAL=Nitelendirme
       OppStatusPROPO=Teklif
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/uk_UA/admin.lang b/htdocs/langs/uk_UA/admin.lang
      index 919f3160b0a..3bf3ffe3a0f 100644
      --- a/htdocs/langs/uk_UA/admin.lang
      +++ b/htdocs/langs/uk_UA/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Розробча
       VersionUnknown=Невизначена
       VersionRecommanded=Рекомендована
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Ваш сеанс
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Пропозиції
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,7 @@ DictionaryVAT=VAT Rates or Sales Tax Rates
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Умови платежу
       DictionaryPaymentModes=Payment modes
      -DictionaryTypeContact=Contact/Address types
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Paper formats
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Кредитове авізо
       CreditNotes=Кредитове авізо
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/uk_UA/companies.lang b/htdocs/langs/uk_UA/companies.lang
      index fc7592571e3..0c4e45e969c 100644
      --- a/htdocs/langs/uk_UA/companies.lang
      +++ b/htdocs/langs/uk_UA/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Пропозиції
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Чек
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Зачинено
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/uk_UA/errors.lang b/htdocs/langs/uk_UA/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/uk_UA/errors.lang
      +++ b/htdocs/langs/uk_UA/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/uk_UA/interventions.lang b/htdocs/langs/uk_UA/interventions.lang
      index 02430a826d3..53e3ed2f550 100644
      --- a/htdocs/langs/uk_UA/interventions.lang
      +++ b/htdocs/langs/uk_UA/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/uk_UA/main.lang b/htdocs/langs/uk_UA/main.lang
      index b927b6f9165..e602c612434 100644
      --- a/htdocs/langs/uk_UA/main.lang
      +++ b/htdocs/langs/uk_UA/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=Файл не завантажений. Переконайтеся, що розмір не перевищує максимально допустимий, що достатньо вільного місця на диску і що не існує вже файл з таким же ім'ям в цій директорії.
       ErrorInternalErrorDetected=Виявлено помилку
       ErrorWrongHostParameter=Неправильний параметр хосту
      -ErrorYourCountryIsNotDefined=Ваша країна не визначена. Перейти до Головна-Налаштування-Редагувати і знову відправте форму.\n
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Головна
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Зачинено
       Closed2=Зачинено
       NotClosed=Not closed
       Enabled=Дозволено
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Інший
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Інша інформація
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Кредитна картка
       ValidatePayment=Підтвердити платіж
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Тест
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Тест
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Календар
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Події
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Призначено
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/uk_UA/other.lang b/htdocs/langs/uk_UA/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/uk_UA/other.lang
      +++ b/htdocs/langs/uk_UA/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/uk_UA/projects.lang b/htdocs/langs/uk_UA/projects.lang
      index feeb06a5af4..8f48af60f74 100644
      --- a/htdocs/langs/uk_UA/projects.lang
      +++ b/htdocs/langs/uk_UA/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/uz_UZ/admin.lang b/htdocs/langs/uz_UZ/admin.lang
      index d7042e784dc..08508d4e6e8 100644
      --- a/htdocs/langs/uz_UZ/admin.lang
      +++ b/htdocs/langs/uz_UZ/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Development
       VersionUnknown=Unknown
       VersionRecommanded=Recommended
       FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Handler to save sessions
       SessionSavePath=Storage session localization
       PurgeSessions=Purge of sessions
       ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
      -NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Lock new connections
      -ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Remove connection lock
       YourSession=Your session
      -Sessions=Users session
      +Sessions=Users sessions
       WebUserGroup=Web server user/group
      -NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Database charset to store data
       DBSortingCharset=Database charset to sort data
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=External user
       InternalUsers=Internal users
       ExternalUsers=External users
       GUISetup=Display
      -SetupArea=Setup area
      +SetupArea=Setup
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Form to test file upload (according to setup)
       IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Code can't contain value 0
       DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr of characters to trigger search: %s
       NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Preview not available
       ThemeCurrentlyActive=Theme currently active
       CurrentTimeZone=TimeZone PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Space
       Table=Table
       Fields=Fields
      @@ -111,14 +111,14 @@ NotConfigured=Module/Application not configured
       Active=Active
       SetupShort=Setup
       OtherOptions=Other options
      -OtherSetup=Other setup
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Decimal separator
       CurrentValueSeparatorThousand=Thousand separator
       Destination=Destination
       IdModule=Module ID
       IdPermissions=Permissions ID
       LanguageBrowserParameter=Parameter %s
      -LocalisationDolibarrParameters=Localisation parameters
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Client Time Zone (user)
       ClientHour=Client time (user)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Current session timeout
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=Widget
       Boxes=Widgets
       MaxNbOfLinesForBoxes=Max number of lines for widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
       AutoDetectLang=Autodetect (browser language)
       FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=New
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Reference websites to find more modules...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Link
       BoxesAvailable=Widgets available
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Do no store clear passwords in database but store only e
       MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
       InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
       InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
       Feature=Feature
       DolibarrLicense=License
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Current menu handler
       MeasuringUnit=Measuring unit
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Notice period
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=Emails setup
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Method to use to send EMails
      -MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
      -MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
      -MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Method to use to send SMS
      -MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Module setup
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Do not use in production
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Step %s
      -FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr current version
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Minimum length
       LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Examples with current running setup
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Input test form
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Skins directory
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=You can set each global options related to the PDF generation
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Rules to forge address boxes
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Hide products description on generated PDF
       HideRefOnPDF=Hide products ref. on generated PDF
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Parameters to secure URLs
       SecurityTokenIsUnique=Use a unique securekey parameter for each URL
       EnterRefToBuildUrl=Enter reference for object %s
       GetSecuredUrl=Get calculated URL
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Old VAT rate
       NewVATRates=New VAT rate
       PriceBaseTypeToChange=Modify on prices with base reference value defined on
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Select list
       ExtrafieldSelectList = Select from table
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Password
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Checkboxes from table
       ExtrafieldLink=Link to an object
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Default link
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
       ExternalModule=External module - Installed into directory %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Erase all current barcode values
       ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
       AllBarcodeReset=All barcode values have been removed
      -NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Field
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Users & groups
      +Module0Name=Users & Groups
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Third parties
      +Module1Name=Third Parties
       Module1Desc=Companies and contact management (customers, prospects...)
       Module2Name=Commercial
       Module2Desc=Commercial management
       Module10Name=Accounting
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Proposals
       Module20Desc=Commercial proposal management
       Module22Name=Mass E-mailings
      @@ -511,13 +517,13 @@ Module52Desc=Stock management (products)
       Module53Name=Services
       Module53Desc=Service management
       Module54Name=Contracts/Subscriptions
      -Module54Desc=Management of contracts (services or reccuring subscriptions)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Barcodes
       Module55Desc=Barcode management
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Expense and trip notes
       Module75Desc=Expense and trip notes management
       Module80Name=Shipments
       Module80Desc=Shipments and delivery order management
      -Module85Name=Banks and cash
      +Module85Name=Banks and Cash
       Module85Desc=Management of bank or cash accounts
      -Module100Name=External site
      -Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=LDAP directory synchronisation
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke integration
       Module240Name=Data exports
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Data imports
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       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
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +Module510Desc=Record and track employee payments
       Module520Name=Loan
       Module520Desc=Management of loans
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Donations
       Module700Desc=Donation management
       Module770Name=Expense reports
      -Module770Desc=Management and claim expense reports (transportation, meal, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Mass mail document generation
       Module1780Name=Tags/Categories
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dynamic Prices
       Module2200Desc=Enable the usage of math expressions for prices
       Module2300Name=Scheduled jobs
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Multi-company
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Leave Requests management
      -Module20000Desc=Declare and follow employees leaves requests
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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 sales
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Margins
       Module59000Desc=Module to manage margins
       Module60000Name=Commissions
       Module60000Desc=Module to manage commissions
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Resources
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Read customer invoices
      @@ -651,9 +661,9 @@ Permission32=Create/modify products
       Permission34=Delete products
       Permission36=See/manage hidden products
       Permission38=Export products
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Delete projects (shared project and projects i'm contact for)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Read interventions
       Permission62=Create/modify interventions
      @@ -686,7 +696,7 @@ Permission109=Delete sendings
       Permission111=Read financial accounts
       Permission112=Create/modify/delete and compare transactions
       Permission113=Setup financial accounts (create, manage categories)
      -Permission114=Reconciliate transactions
      +Permission114=Reconcile transactions
       Permission115=Export transactions and account statements
       Permission116=Transfers between accounts
       Permission117=Manage cheques dispatching
      @@ -694,15 +704,15 @@ Permission121=Read third parties linked to user
       Permission122=Create/modify third parties linked to user
       Permission125=Delete third parties linked to user
       Permission126=Export third parties
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Read providers
       Permission147=Read stats
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Read contracts/subscriptions
       Permission162=Create/modify contracts/subscriptions
       Permission163=Activate a service/subscription of a contract
      @@ -725,7 +735,7 @@ Permission187=Close supplier orders
       Permission188=Cancel supplier orders
       Permission192=Create lines
       Permission193=Cancel lines
      -Permission194=Read the bandwith lines
      +Permission194=Read the bandwidth lines
       Permission202=Create ADSL connections
       Permission203=Order connections orders
       Permission204=Order connections
      @@ -750,12 +760,12 @@ Permission244=See the contents of the hidden categories
       Permission251=Read other users and groups
       PermissionAdvanced251=Read other users
       Permission252=Read permissions of other users
      -Permission253=Create/modify other users, groups and permisssions
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Create/modify internal/external users and permissions
       Permission254=Create/modify external users only
       Permission255=Modify other users password
       Permission256=Delete or disable other users
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Read CA
       Permission272=Read invoices
       Permission273=Issue invoices
      @@ -765,7 +775,7 @@ Permission283=Delete contacts
       Permission286=Export contacts
       Permission291=Read tariffs
       Permission292=Set permissions on the tariffs
      -Permission293=Modify costumers tariffs
      +Permission293=Modify customers tariffs
       Permission300=Read bar codes
       Permission301=Create/modify bar codes
       Permission302=Delete bar codes
      @@ -787,11 +797,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
      @@ -844,8 +852,8 @@ Permission1251=Run mass imports of external data into database (data load)
       Permission1321=Export customer invoices, attributes and payments
       Permission1322=Reopen a paid bill
       Permission1421=Export customer orders and attributes
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Delete leave requests
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Prospect potential level
       DictionaryCanton=State/Province
       DictionaryRegion=Regions
      @@ -894,7 +902,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
      @@ -908,47 +916,47 @@ DictionarySource=Origin of proposals/orders
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Models for chart of accounts
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Emails templates
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Units
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Setup saved
       SetupNotSaved=Setup not saved
       BackToModuleList=Back to modules list
      -BackToDictionaryList=Back to dictionaries list
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=VAT Management
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Rate
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Reports on local taxes
       CalcLocaltax1=Sales - Purchases
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
      @@ -958,7 +966,8 @@ CalcLocaltax3=Sales
       CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
      -NbOfDays=Nb of days
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Database user
       DatabasePassword=Database password
       Tables=Tables
       TableName=Table name
      -NbOfRecord=Nb of records
      +NbOfRecord=No. of records
       Host=Server
       DriverType=Driver type
       SummarySystem=System information summary
      @@ -996,7 +1005,7 @@ Skin=Skin theme
       DefaultSkin=Default skin theme
       MaxSizeList=Max length for list
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Message of the day
       MessageLogin=Login page message
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Permanent search form on left menu
       DefaultLanguage=Default language to use (language code)
       EnableMultilangInterface=Enable multilingual interface
       EnableShowLogo=Show logo on left menu
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Name
       CompanyAddress=Address
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Owner of bank account %s
       BankModuleNotActive=Bank accounts module not enabled
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Alerts
      -DelaysOfToleranceBeforeWarning=Tolerance delays before warning
      -DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Other menu entries manage optional parameters.
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Security audit events
       Audit=Audit
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
       AvailableModules=Available app/modules
       ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Available triggers
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Insert all reference data. You can add your values to the default
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Limits/Precision setup
      -LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
       MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
       MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
       NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      -NoEventFoundWithCriteria=No security event has been found for such search criterias.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Archived directory should be stored in a secure place.
       BackupDescY=The generated dump file should be stored in a secure place.
      -BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=To restore a Dolibarr backup, you must:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL import
       ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
       DownloadMoreSkins=More skins to download
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Show professionnal id with addresses on documents
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Disable meteo view
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Test login to API
      -ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=External access
       MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
       MAIN_PROXY_HOST=Name/Address of proxy server
       MAIN_PROXY_PORT=Port of proxy server
       MAIN_PROXY_USER=Login to use the proxy server
       MAIN_PROXY_PASS=Password to use the proxy server
      -DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Complementary attributes
       ExtraFieldsLines=Complementary attributes (lines)
       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)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Path to documents
       PathDirectory=Directory
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=You must at least enable 1 module
      -ClassNotFoundIntoPathWarning=Class %s not found into PHP path
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Condition is currently %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Search optimization
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
      -BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Edition of field %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Get barcode
       ##### Module password generation
       PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=EMail required to create a new user
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Companies module setup
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Documents templates
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark on draft document
       JSOnPaimentBill=Activate feature to autofill payment lines on payment form
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at follow
       BillsSetup=Invoices module setup
       BillsNumberingModule=Invoices and credit notes numbering model
       BillsPDFModules=Invoice documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Credit note
       CreditNotes=Credit notes
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Manage a Login for each member
       AdherentMailRequired=EMail required to create a new member
       MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP Setup
       LDAPGlobalParameters=Global parameters
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Full name
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Example : cn
       LDAPFieldName=Name
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Performance setup/optimizing report
      -YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
      -NotInstalled=Not installed, so your server is not slow down by this.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       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
       ProductServiceSetup=Products and Services modules setup
       NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
      -ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Default barcode type to use for products
       SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Sending module setup
       SendingsReceiptModel=Sending receipt model
       SendingsNumberingModules=Sendings numbering modules
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text on shipments
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Products deliveries receipt numbering module
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Advanced editor
       ActivateFCKeditor=Activate advanced editor for:
       FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
       FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
       FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu deleted
       Menus=Menus
      @@ -1548,7 +1561,7 @@ DetailRight=Condition to display unauthorized grey menus
       DetailLangs=Lang file name for label code translation
       DetailUser=Intern / Extern / All
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Menu change
       DeleteMenu=Delete menu entry
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=On delivery
       OnPayment=On payment
       OnInvoice=On invoice
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Purchase account. code
       AgendaSetup=Events and agenda module setup
       PasswordTogetVCalExport=Key to authorize export link
       PastDelayVCalExport=Do not export event older than
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Point of sales
       CashDeskSetup=Point of sales module setup
      -CashDeskThirdPartyForSell=Default generic third party to use for sells
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Default account to use to receive cash payments
       CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
       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).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in 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 sell from Point Of Sale. So 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 externale web sites on your left menu.
      +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.
       NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
       ##### WebServices #####
       WebServicesSetup=Webservices module setup
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Multi-company module setup
       ##### Suppliers #####
       SuppliersSetup=Supplier module setup
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Supplier invoices numbering models
       IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Project module setup
       ProjectsModelModule=Project reports document model
       TasksNumberingModules=Tasks numbering module
       TaskModelModule=Tasks reports document model
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for E
       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
      +GoOntoUserCardToAddMore=Go to 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 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:
      @@ -1697,6 +1710,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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Background color for even table lines
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/uz_UZ/companies.lang b/htdocs/langs/uz_UZ/companies.lang
      index b3e1e7b6c86..e5de5614886 100644
      --- a/htdocs/langs/uz_UZ/companies.lang
      +++ b/htdocs/langs/uz_UZ/companies.lang
      @@ -5,13 +5,13 @@ SelectThirdParty=Select a third party
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       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=New prospect
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=New private individual
       NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
       CreateDolibarrThirdPartySupplier=Create a third party (vendor)
       CreateThirdPartyOnly=Create third party
       CreateThirdPartyAndContact=Create a third party + a child contact
      @@ -25,22 +25,22 @@ ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNameShort=Alias Name
       Companies=Companies
      -CountryIsInEEC=Country is inside European Economic Community
      -ThirdPartyName=Third party name
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
       ThirdPartyEmail=Third party email
      -ThirdParty=Third party
      -ThirdParties=Third parties
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=Prospects
       ThirdPartyProspectsStats=Prospects
       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 than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as 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
      @@ -75,12 +75,12 @@ Zip=Zip Code
       Town=City
       Web=Web
       Poste= Position
      -DefaultLang=Language by default
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Sales tax is not used
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Proposals
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Syntax is valid
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=This customer has a default discount of <b>%s%%</b>
       CompanyHasNoRelativeDiscount=This customer has no relative discount by default
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=This customer still has credit notes for <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ 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
       EditContact=Edit contact
      @@ -303,22 +303,22 @@ AddThirdParty=Create third party
       DeleteACompany=Delete a company
       PersonalInformations=Personal data
       AccountancyCode=Accounting account
      -CustomerCode=Customer code
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Customer code, unique for all customers
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Required if third party is a customer or prospect
       RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Validity controled by module
      -ThisIsModuleRules=This is rules for this module
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
       ListOfContacts=List of contacts/addresses
      -ListOfContactsAddresses=List of contacts/adresses
      -ListOfThirdParties=List of third parties
      -ShowCompany=Show third party
      +ListOfContactsAddresses=List of contacts/addresses
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Show contact
       ContactsAllShort=All (No filter)
       ContactType=Contact type
      @@ -333,20 +333,20 @@ 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
       EditCompany=Edit company
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Check
      -VATIntraCheckDesc=The link <b>%s</b> allows to ask the european VAT checker service. An external internet access from server is required for this service to work.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Nor prospect, nor customer
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Staff
       ProspectLevelShort=Potential
       ProspectLevel=Prospect potential
      @@ -387,12 +387,12 @@ ExportCardToFormat=Export card to format
       ContactNotLinkedToCompany=Contact not linked to any third party
       DolibarrLogin=Dolibarr login
       NoDolibarrAccess=No Dolibarr access
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Contacts and properties
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Price level
       DeliveryAddress=Delivery address
       AddAddress=Add address
      @@ -402,16 +402,16 @@ DeleteFile=Delete file
       ConfirmDeleteFile=Are you sure you want to delete this file?
       AllocateCommercial=Assigned to sales representative
       Organization=Organization
      -FiscalYearInformation=Information on the fiscal year
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Starting month of the fiscal year
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=List of prospects
      -ListCustomersShort=List of customers
      -ThirdPartiesArea=Third parties and contact area
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Total of unique third parties
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Open
       ActivityCeased=Closed
       ThirdPartyIsClosed=Third party is closed
      @@ -420,15 +420,15 @@ CurrentOutstandingBill=Current outstanding bill
       OutstandingBill=Max. for outstanding bill
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=The code is free. This code can be modified at any time.
       ManagingDirectors=Manager(s) name (CEO, director, president...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/uz_UZ/errors.lang b/htdocs/langs/uz_UZ/errors.lang
      index 0ca7488b8cb..3c806156c7c 100644
      --- a/htdocs/langs/uz_UZ/errors.lang
      +++ b/htdocs/langs/uz_UZ/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Value '%s' has wrong date format
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=Failed to write in directory %s
       ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Some required fields were not filled.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=No accountancy module activated
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
       ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
      -ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Ref used for creation already exists.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
       ErrorPasswordsMustMatch=Both typed passwords must match each other
      -ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
       ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
       ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the
       ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
       ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Error on mask
       ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Error, bad reset value
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Error. Select at least one entry.
      -ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s is assigned to another third
       ErrorFailedToSendPassword=Failed to send password
       ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
      @@ -115,6 +117,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
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) alr
       WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
       WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
       WarningsOnXLines=Warnings on <b>%s</b> source record(s)
      -WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other setup).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/uz_UZ/interventions.lang b/htdocs/langs/uz_UZ/interventions.lang
      index 4c93eff9d0d..a130367b14f 100644
      --- a/htdocs/langs/uz_UZ/interventions.lang
      +++ b/htdocs/langs/uz_UZ/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Interventions
       InterventionCard=Intervention card
       NewIntervention=New intervention
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=List of interventions
       ActionsOnFicheInter=Actions on intervention
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/uz_UZ/main.lang b/htdocs/langs/uz_UZ/main.lang
      index ed1777f9aec..07e65a92651 100644
      --- a/htdocs/langs/uz_UZ/main.lang
      +++ b/htdocs/langs/uz_UZ/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
       ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
       ErrorInternalErrorDetected=Error detected
       ErrorWrongHostParameter=Wrong host parameter
      -ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
      -ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Wrong value
       ErrorWrongValueForParameterX=Wrong value for parameter %s
       ErrorNoRequestInError=No request in error
      -ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Duplicate value in a unique field
      -ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
      -ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
       ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Error, failed to save file.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Set date
       SelectDate=Select a date
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=The file was successfully uploaded
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Read help
       RecordSaved=Record saved
      @@ -94,7 +94,7 @@ Undefined=Undefined
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=See above
      -HomeArea=Home area
      +HomeArea=Home
       LastConnexion=Latest connection
       PreviousConnexion=Previous connection
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Closed
       Closed2=Closed
       NotClosed=Not closed
       Enabled=Enabled
      +Enable=Enable
       Deprecated=Deprecated
       Disable=Disable
       Disabled=Disabled
      @@ -153,7 +154,7 @@ Update=Update
       Close=Close
       CloseBox=Remove widget from your dashboard
       Confirm=Confirm
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Delete
       Remove=Remove
       Resiliate=Terminate
      @@ -327,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
      @@ -347,7 +348,7 @@ AmountTTCShort=Amount (inc. tax)
       AmountHT=Amount (net of tax)
       AmountTTC=Amount (inc. tax)
       AmountVAT=Amount tax
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Not applicable
       ActionRunningNotStarted=To start
       ActionRunningShort=In progress
       ActionDoneShort=Finished
      -ActionUncomplete=Uncomplete
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Generate
       Duration=Duration
       TotalDuration=Total duration
       Summary=Summary
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Available
       NotYetAvailable=Not yet available
      @@ -468,7 +469,7 @@ and=and
       or=or
       Other=Other
       Others=Others
      -OtherInformations=Other informations
      +OtherInformations=Other information
       Quantity=Quantity
       Qty=Qty
       ChangedBy=Changed by
      @@ -506,7 +507,7 @@ None=None
       NoneF=None
       NoneOrSeveral=None or several
       Late=Late
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Picture
       Photos=Pictures
      @@ -530,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
      @@ -646,6 +635,8 @@ SendMail=Send email
       EMail=E-mail
       NoEMail=No email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Owner
       FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
      @@ -677,7 +668,7 @@ NeverReceived=Never received
       Canceled=Canceled
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Color
       Documents=Linked files
       Documents2=Documents
      @@ -703,7 +694,7 @@ DateOfSignature=Date of signature
       HidePassword=Show command with password hidden
       UnHidePassword=Show real command with clear password
       Root=Root
      -Informations=Informations
      +Informations=Information
       Page=Page
       Notes=Notes
       AddNewLine=Add new line
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Show page to print main content area
       MenuManager=Menu manager
      -WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=System error
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Credit card
       ValidatePayment=Validate payment
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Line
       NotSupported=Not supported
       RequiredField=Required field
      @@ -732,6 +723,8 @@ Result=Result
       ToTest=Test
       ValidateBefore=Card must be validated before using this feature
       Visibility=Visibility
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Private
       Hidden=Hidden
       Resources=Resources
      @@ -750,6 +743,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
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Create draft
       SetToDraft=Back to draft
       ClickToEdit=Click to edit
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=By day
       BySalesRepresentative=By sales representative
       LinkedToSpecificUsers=Linked to a particular user contact
       NoResults=No results
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=System tools
       ModulesSystemTools=Modules tools
       Test=Test
       Element=Element
       NoPhotoYet=No pictures available yet
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Deductible
       from=from
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=Print File %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Show intervention
       ShowContract=Show contract
      -GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Delete line
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Classify billed
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Calendar
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Events
      -EMailTemplates=Emails templates
      -FileNotShared=File not shared to exernal public
      +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
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Monday
       Tuesday=Tuesday
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contracts
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Expense reports
      -SearchIntoLeaves=Leaves
      +SearchIntoLeaves=Leave
       CommentLink=Comments
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Everybody
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Assigned to
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/uz_UZ/other.lang b/htdocs/langs/uz_UZ/other.lang
      index 8ef8cc30090..e8cd9b78d2f 100644
      --- a/htdocs/langs/uz_UZ/other.lang
      +++ b/htdocs/langs/uz_UZ/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Security code
       NumberingShort=N°
       Tools=Tools
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Birthday
       BirthdayDate=Birthday date
       DateToBirth=Date of birth
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Intervention validated
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=Customer order validated
       Notify_ORDER_SENTBYMAIL=Customer order sent by mail
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Supplier order sent by mail
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
       Notify_ORDER_SUPPLIER_REFUSE=Supplier order refused
       Notify_PROPAL_VALIDATE=Customer proposal validated
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Commercial proposal sent by mail
       Notify_WITHDRAW_TRANSMIT=Transmission withdrawal
       Notify_WITHDRAW_CREDIT=Credit withdrawal
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Third party created
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=Customer invoice validated
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=Customer invoice payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Customer invoice canceled
       Notify_BILL_SENTBYMAIL=Customer invoice sent by mail
       Notify_BILL_SUPPLIER_VALIDATE=Supplier invoice validated
      -Notify_BILL_SUPPLIER_PAYED=Supplier invoice payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Supplier invoice sent by mail
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=Contract validated
       Notify_FICHEINTER_VALIDATE=Intervention validated
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=Shipping validated
       Notify_SHIPPING_SENTBYMAIL=Shipping sent by mail
       Notify_MEMBER_VALIDATE=Member validated
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Number of attached files/documents
       TotalSizeOfAttachedFiles=Total size of attached files/documents
       MaxSize=Maximum size
       AttachANewFile=Attach a new file/document
       LinkedObject=Linked object
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Prof Id %s</b> is an information depending on third party country.<br>For example, for country <b>%s</b>, it's code <b>%s</b>.
       DolibarrDemo=Dolibarr ERP/CRM demo
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +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 paid.
       EMailTextProposalValidated=The proposal %s has been validated.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=The order %s has been validated.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=The order %s has been approved by %s.
       EMailTextOrderRefused=The order %s has been refused.
       EMailTextOrderRefusedBy=The order %s has been refused by %s.
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Importation data set
       DolibarrNotification=Automatic notification
       ResizeDesc=Enter new width <b>OR</b> new height. Ratio will be kept during resizing...
      @@ -204,7 +212,7 @@ NewLength=New width
       NewHeight=New height
       NewSizeAfterCropping=New size after cropping
       DefineNewAreaToPick=Define new area on image to pick (left click on image then drag until you reach the opposite corner)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is informations on current edited image
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Image editor
       YouReceiveMailBecauseOfNotification=You receive this message because your email has been added to list of targets to be informed of particular events into %s software of %s.
       YouReceiveMailBecauseOfNotification2=This event is the following:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Exports area
      diff --git a/htdocs/langs/uz_UZ/projects.lang b/htdocs/langs/uz_UZ/projects.lang
      index e04f28689a1..aadd8b446df 100644
      --- a/htdocs/langs/uz_UZ/projects.lang
      +++ b/htdocs/langs/uz_UZ/projects.lang
      @@ -33,14 +33,14 @@ 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
       NoProject=No project defined or owned
      -NbOfProjects=Nb of projects
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Time spent
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=List of the commercial proposals associated with the project
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=List of contracts associated with the project
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=List of interventions associated with the project
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=List of events associated with the project
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributor
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/vi_VN/admin.lang b/htdocs/langs/vi_VN/admin.lang
      index c306183fa8f..a44a4a68f09 100644
      --- a/htdocs/langs/vi_VN/admin.lang
      +++ b/htdocs/langs/vi_VN/admin.lang
      @@ -10,9 +10,9 @@ VersionDevelopment=Phát triển
       VersionUnknown=Không rõ
       VersionRecommanded=Khuyên dùng
       FileCheck=Kiểm tra tính toàn vẹn của tập tin
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
       FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
       FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
       GlobalChecksum=Global checksum
       MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      @@ -30,14 +30,14 @@ SessionSaveHandler=Quản lý lưu phiên làm việc
       SessionSavePath=Lưu trữ phiên làm việc bản địa hóa
       PurgeSessions=Thanh lọc phiên làm việc
       ConfirmPurgeSessions=Bạn thật sự muốn làm sạch tất cả các phiên làm việc ? Điều này sẽ ngắt kết nối tất cả người dùng ( ngoại trừ bạn).
      -NoSessionListWithThisHandler=Phần quản lý lưu phiên làm việc được cấu hình trong PHP của bạn không cho phép để liệt kê tất cả các phiên đang chạy.
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=Khóa kết nối mới
      -ConfirmLockNewSessions=Bạn có chắc muốn hạn chế bất kỳ kết nối Dolibarr mới đến chính bạn. Chỉ người dùng <b>%s</b> sẽ có thể được kết nối sau đó.
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=Bỏ việc khóa kết nôi
       YourSession=Phiên làm việc của bạn
      -Sessions=Phiên làm việc của người dùng
      +Sessions=Users sessions
       WebUserGroup=Người dùng/nhóm trên máy chủ
      -NoSessionFound=PHP của bạn không cho phép liệt kê các phiên làm việc hiện có. Thư mục đã dùng để lưu các phiên làm việc (<b>%s</b>) có thể được bảo vệ (Thí dụ, tùy theo sự cho phép của hệ điệu hành hoặc mối liên hệ giữa open_basedir trong PHP).
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=Cơ sở dữ liệu bộ ký tự để lưu trữ dữ liệu
       DBSortingCharset=Cơ sở dữ liệu bộ ký tự để sắp xếp dữ liệu
       ClientCharset=Client charset
      @@ -50,7 +50,7 @@ ExternalUser=Người dùng bên ngoài
       InternalUsers=Người dùng bên trong
       ExternalUsers=Người dùng bên ngoài
       GUISetup=Hiển thị
      -SetupArea=Khu vực thiết lập
      +SetupArea=Thiết lập
       UploadNewTemplate=Upload new template(s)
       FormToTestFileUploadForm=Mẫu để thử nghiệm việc tải lên tập tin (dựa theo thiết lập)
       IfModuleEnabled=Ghi chú: Yes chỉ có tác dụng nếu module <b>%s</b> được mở
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=Mã lệnh không thể chứa giá trị 0
       DisableJavascript=Vô hiệu hóa chức năng JavaScript và Ajax (Đề xuất cho người mù hoặc văn bản trình duyệt)
       UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
       UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=Nbr của characters để kích hoạt tìm kiếm: %s
       NotAvailableWhenAjaxDisabled=Hiện không có sẵn khi Ajax bị vô hiệu
       AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      @@ -80,7 +80,7 @@ PreviewNotAvailable=Xem trước không sẵn có
       ThemeCurrentlyActive=Giao diện hiện đã kích hoạt
       CurrentTimeZone=Mã vùng thời gian PHP (server)
       MySQLTimeZone=TimeZone MySql (database)
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=Khoảng trống
       Table=Bảng
       Fields=Trường
      @@ -111,14 +111,14 @@ NotConfigured=Mô-đun/ Ứng dụng chưa được cấu hình
       Active=Kích hoạt
       SetupShort=Cài đặt
       OtherOptions=Tùy chọn khác
      -OtherSetup=Cài đặt khác
      +OtherSetup=Other Setup
       CurrentValueSeparatorDecimal=Phân cách thập phân
       CurrentValueSeparatorThousand=Phân cách phần ngàn
       Destination=Đích đến
       IdModule=ID module
       IdPermissions=ID phân quyền
       LanguageBrowserParameter=Thông số %s
      -LocalisationDolibarrParameters=Thông số địa phương hóa
      +LocalisationDolibarrParameters=Localization parameters
       ClientTZ=Time Zone khách hàng (người sử dụng)
       ClientHour=Thời gian khách hàng (người sử dụng)
       OSTZ=Server OS Time Zone
      @@ -126,8 +126,8 @@ PHPTZ=PHP server Time Zone
       DaylingSavingTime=Daylight saving time
       CurrentHour=PHP Time (server)
       CurrentSessionTimeOut=Thời hạn phiên làm việc hiện tại
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=widget
       Boxes=widgets
       MaxNbOfLinesForBoxes=Số đòng tối đa cho widgets
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=Bỏ qua các lỗi của bản ghi trùng lặp (INSERT
       AutoDetectLang=Tự động phát hiện (ngôn ngữ trình duyệt)
       FeatureDisabledInDemo=Tính năng đã vô hiệu hóa trong bản demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=Widgets là thành phần hiển thị 1 vài thông tin ở đó bạn có thể thêm 1 số trang cá nhân. Bạn có thể lựa chọn giữa hiển thị widget hoặc không bằng cách chọn trang đích và nhấp vào 'Kích hoạt', hoặc nhấp vào biểu tượng thùng rác để vô hiệu hóa nó.
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Chỉ có các yếu tố từ <a href="%s">module kích hoạt</a> được hiển thị.
      -ModulesDesc=Dolibarr modules define which application/feature is enabled in software. Some application/modules require permissions you must grant to users, after activating it. Click on button on/off to enable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=Bạn có thể tìm thấy nhiều mô-đun để tải về ở các websites trên Internet ...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Tìm ứng dụng bên ngoài/ mô-đun
       ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=Mới
       FreeModule=Free
       CompatibleUpTo=Compatible with version %s
      @@ -211,8 +211,8 @@ Nouveauté=Novelty
       AchatTelechargement=Buy / Download
       GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
       DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      -WebSiteDesc=Tham khảo các website để tìm thêm nhiều mô-dun...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=Some solutions to develop your own module...
       URL=Liên kết
       BoxesAvailable=Widgets có sẵn
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=Không chứa mật khẩu đã xóa trong cơ sở dữ
       MainDbPasswordFileConfEncrypted=Cơ sở dữ liệu mật khẩu được mã hóa trong conf.php (Đã kích hoạt được Khuyến nghị)
       InstrucToEncodePass=Để có mật khẩu mã hóa vào tập tin <b>conf.php</b>, thay thế dòng <br><b>$dolibarr_main_db_pass="..."</b><br> thành<br><b>$dolibarr_main_db_pass="crypted:%s"</b>
       InstrucToClearPass=Để có mật khẩu được giải mã (trống) vào tập tin <b>conf.php</b>, thay thế dòng <br><b>$dolibarr_main_db_pass="crypted:..."</b><br> thành<br><b>$dolibarr_main_db_pass="%s"</b>
      -ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=Bảo vệ tài liệu PDF giữ cho nó sẵn sàng để đọc và in với bất kỳ trình duyệt PDF nào. Tuy nhiên, chỉnh sửa và sao chép là không thể nữa. Lưu ý rằng việc sử dụng tính năng này làm cho xây dựng một bộ PDF thống nhất không hoạt động.
       Feature=Đặc tính
       DolibarrLicense=Giấy phép
      @@ -246,8 +246,8 @@ ExternalResources=External resources
       SocialNetworks=Social Networks
       ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
      -HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
      -HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=Điều khiển menu hiện tại
       MeasuringUnit=Đơn vị đo
       LeftMargin=Left margin
      @@ -262,31 +262,35 @@ NoticePeriod=Kỳ thông báo
       NewByMonth=New by month
       Emails=Emails
       EMailsSetup=cài đặt Emails
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=Emails sender profiles
      -MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      -MAIN_MAIL_AUTOCOPY_TO= Gửi một bản CC một cách tự động cho tất cả các email được gửi
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=Phương pháp sử dụng để gửi email
      -MAIN_MAIL_SMTPS_ID=SMTP ID nếu có yêu cầu xác thực
      -MAIN_MAIL_SMTPS_PW=Mật khẩu SMTP nếu có yêu cầu xác thực
      -MAIN_MAIL_EMAIL_TLS= Sử dụng TLS (SSL) mã hóa
      -MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
      -MAIN_DISABLE_ALL_SMS=Vô hiệu hoá tất cả sendings SMS (cho mục đích thử nghiệm hoặc trình diễn)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=Phương pháp sử dụng để gửi SMS
      -MAIN_MAIL_SMS_FROM=Số điện thoại mặc định cho việc gửi SMS gửi
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
       UserEmail=User email
       CompanyEmail=Company email
       FeatureNotAvailableOnLinux=Tính năng không có sẵn trên Unix như hệ thống. Kiểm tra chương trình sendmail bản địa của bạn.
      -SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
       ModuleSetup=Cài đặt module
       ModulesSetup=Modules/Application setup
      @@ -309,15 +313,15 @@ DoNotUseInProduction=Không sử dụng trong sản xuất
       ThisIsProcessToFollow=This is steps to process:
       ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
       StepNb=Bước %s
      -FindPackageFromWebSite=Tìm một gói phần mềm cung cấp các tính năng mà bạn muốn (ví dụ như trên trang web chính thức %s).
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=Download package (for example from official web site %s).
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
       InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
       InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Phiên bản hiện tại Dolibarr
       CallUpdatePage=Go to the page that updates the database structure and data: %s.
       LastStableVersion=Latest stable version
      @@ -347,15 +351,15 @@ SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and t
       UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
       DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
       DisableLinkToHelp=Hide link to online help "<b>%s</b>"
      -AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=Chiều dài tối thiểu
       LanguageFilesCachedIntoShmopSharedMemory=Tập tin .lang được nạp vào bộ nhớ chia sẻ
       LanguageFile=Language file
      -ExamplesWithCurrentSetup=Ví dụ với cài đặt đang chạy hiện tại
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=List of OpenDocument templates directories
       ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
      -NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webs
       TestSubmitForm=Form kiểm tra đầu vào
       ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
       ThemeDir=Thư mục giao diện
      -ConnectionTimeout=Connexion timeout
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=Response timeout
       SmsTestMessage=Tin nhắn kiểm tra từ __PHONEFROM__ để __PHONETO__
       ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
       SecurityToken=Key to secure URLs
      -NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF
      -PDFDesc=Bạn có thể thiết lập cho mỗi tùy chọn toàn cầu liên quan đến việc tạo PDF
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=Quy tắc bắt buộc hộp địa chỉ
       HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
       PDFRulesForSalesTax=Rules for Sales Tax / VAT
       PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=Ẩn mô tả sản phẩm vào PDF được tạo ra
       HideRefOnPDF=Ẩn các sản phẩm tham chiếu trên PDF được tạo ra
       HideDetailsOnPDF=Hide product lines details on generated PDF
      @@ -387,7 +391,7 @@ UrlGenerationParameters=Các thông số để bảo mật URL
       SecurityTokenIsUnique=Sử dụng một tham số securekey duy nhất cho mỗi URL
       EnterRefToBuildUrl=Nhập tham chiếu cho đối tượng %s
       GetSecuredUrl=Nhận URL được tính
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=Thuế suất VAT cũ
       NewVATRates=Thuế suất VAT mới
       PriceBaseTypeToChange=Sửa đổi về giá với giá trị tham chiếu cơ sở được xác định trên
      @@ -408,13 +412,13 @@ ExtrafieldSelect = Lựa chọn danh sách
       ExtrafieldSelectList = Chọn từ bảng
       ExtrafieldSeparator=Separator (not a field)
       ExtrafieldPassword=Mật khẩu
      -ExtrafieldRadio=Radio buttons (on choice only)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=Checkboxes
       ExtrafieldCheckBoxFromList=Hộp đánh dấu từ bảng
       ExtrafieldLink=Liên kết với một đối tượng
       ComputedFormula=Computed field
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=Liên kết mặc định
       SetAsDefault=Set as default
       ValueOverwrittenByUserSetup=Cảnh báo, giá trị này có thể được ghi đè bởi các thiết lập cụ thể người sử dụng (mỗi người dùng có thể thiết lập url clicktodial riêng của mình)
       ExternalModule=Module bên ngoài được cài đặt vào thư mục %s
      -BarcodeInitForThirdparties=Mass barcode init for thirdparties
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
       CurrentlyNWithoutBarCode=Hiện tại, bạn có <strong>%s</strong> bản ghi <strong>%s</strong> %s không xác định được mã vạch
       InitEmptyBarCode=Init value for next %s empty records
       EraseAllCurrentBarCode=Xóa tất cả các giá trị hiện tại của mã vạch
       ConfirmEraseAllCurrentBarCode=Bạn có chắc muốn xóa tất cả các giá trị mã vạch hiện tại?
       AllBarcodeReset=Tất cả giá trị mã vạch đã được loại bỏ
      -NoBarcodeNumberingTemplateDefined=Không có mẫu mã vạch đánh số được kích hoạt trong cài đặt mô-đun mã vạch.
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=Enable file cache
       ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
       NoDetails=No more details in footer
       DisplayCompanyInfo=Display company address
       DisplayCompanyManagers=Display manager names
       DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=Return an empty accounting code.
       ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
       Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
       UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
       ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      +DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=Dòng
       ProductDocumentTemplates=Document templates to generate product document
      @@ -476,16 +480,18 @@ SendEmailsReminders=Send agenda reminders by emails
       davDescription=Add a component to be a DAV server
       DAVSetup=Setup of module DAV
       DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
      -Module0Name=Người dùng & nhóm
      +Module0Name=Người dùng & Nhóm
       Module0Desc=Users / Employees and Groups management
      -Module1Name=Bên thứ ba
      +Module1Name=Third Parties
       Module1Desc=Quản lý liên lạc và công ty (khách hàng, khách hàng tiềm năng ...)
       Module2Name=Thương mại
       Module2Desc=Quản lý thương mại
       Module10Name=Kế toán
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=Đơn hàng đề xuất
       Module20Desc=Quản lý đơn hàng đề xuất
       Module22Name=Gửi Email hàng loạt
      @@ -511,13 +517,13 @@ Module52Desc=Quản lý tồn kho (sản phẩm)
       Module53Name=Dịch vụ
       Module53Desc=Quản lý dịch vụ
       Module54Name=Hợp đồng/Thuê bao
      -Module54Desc=Quản lý hợp đồng (dịch vụ hoặc thuê bao định kỳ)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=Mã vạch
       Module55Desc=Quản lý mã vạch
       Module56Name=Telephony
       Module56Desc=Telephony integration
       Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=ClickToDial
       Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=Phiếu công tác phí
       Module75Desc=Quản lý phiếu công tác phí
       Module80Name=Vận chuyển
       Module80Desc=Quản lý phiếu xuất kho và phiếu giao hàng
      -Module85Name=Ngân hàng và tiền mặt
      +Module85Name=Banks and Cash
       Module85Desc=Quản lý tài khoản ngân hàng hoặc tiền mặt
      -Module100Name=Trang web bên ngoài
      -Module100Desc=Module này bao gồm một trang web bên ngoài hoặc trang trong menu Dolibarr và xem nó trong một khung Dolibarr
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=Mailman or SPIP interface for member module
       Module200Name=LDAP
      -Module200Desc=Đồng bộ hóa thư mục LDAP
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=Tích hợp PostNuke
       Module240Name=Xuất dữ liệu
      -Module240Desc=Tool to export Dolibarr data (with assistants)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=Nhập dữ liệu
      -Module250Desc=Tool to import data in Dolibarr  (with assistants)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=Thành viên
       Module310Desc=Quản lý thành viên của tổ chức
       Module320Name=RSS Feed
       Module320Desc=Thêm nguồn cấp dữ liệu RSS trong trang màn hình Dolibarr
      -Module330Name=Bookmarks
      -Module330Desc=Quản lý bookmark
      -Module400Name=Dự án/Cơ hội/Đầu mối
      -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=Lịch trên web
       Module410Desc=Tích hợp lịch trên web
       Module500Name=Taxes and Special expenses
       Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
       Module510Name=Thanh toán của tiền lương nhân công
      -Module510Desc=Bản ghi và theo dõi thanh toán của tiền lương nhân công
      +Module510Desc=Record and track employee payments
       Module520Name=Cho vay
       Module520Desc=Quản lý cho vay
       Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=Tài trợ
       Module700Desc=Quản lý tài trợ
       Module770Name=Báo cáo chi tiêu
      -Module770Desc=Báo cáo quản lý và claim chi phí (di chuyển, ăn uống, ...)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=Vendor commercial proposal
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
      @@ -576,13 +582,13 @@ Module1520Desc=Xuất chứng từ Mass mail
       Module1780Name=Gán thẻ/phân nhóm
       Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
       Module2000Name=WYSIWYG editor
      -Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Giá linh hoạt
       Module2200Desc=Cho phép sử dụng các biểu thức toán học cho giá
       Module2300Name=Việc theo lịch trình
       Module2300Desc=Scheduled jobs management (alias cron or chrono table)
       Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
       Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
       Module2600Name=API/Web services (SOAP server)
      @@ -590,16 +596,16 @@ Module2600Desc=Enable the Dolibarr SOAP server providing API services
       Module2610Name=API/Web services (REST server)
       Module2610Desc=Enable the Dolibarr REST server providing API services
       Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Kích hoạt các dịch vụ web Dolibarr client (có thể được sử dụng để đẩy dữ liệu / yêu cầu đến các máy chủ bên ngoài. Đơn hàng Nhà cung cấp chỉ được hỗ trợ cho thời điểm này)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=Sử dụng dịch vụ trực tuyến Gravatar (www.gravatar.com) để hiển thị hình ảnh của người sử dụng / thành viên (được tìm thấy với các email của họ). Cần truy cập internet
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP Client
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind conversions capabilities
       Module3100Name=Skype
       Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
       Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=HRM
       Module4000Desc=Human resources management (management of department, employee contracts and feelings)
       Module5000Name=Đa công ty
      @@ -609,27 +615,31 @@ Module6000Desc=Workflow management (automatic creation of object and/or automati
       Module10000Name=Websites
       Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
       Module20000Name=Quản lý phiếu nghỉ phép
      -Module20000Desc=Khai báo và theo dõi phiếu nghỉ phép của nhân viên
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=Products lots
       Module39000Desc=Lô hoặc số sê ri, quản lý ngày eat-by và sell-by trên sản phẩm
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Điểm bán hàng
       Module50100Desc=Point of sales module (POS).
      +Module50150Name=Điểm bán hàng
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=Kế toán (nâng cao)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=Poll, Survey or Vote
      -Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=Lợi nhuận
       Module59000Desc=Module quản lý lợi nhuận
       Module60000Name=Hoa hồng
       Module60000Desc=Module quản lý hoa hồng
      -Module62000Name=Incoterm
      -Module62000Desc=Add features to manage Incoterm
      +Module62000Name=Incoterms
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=Tài nguyên
       Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
       Permission11=Xem hóa đơn khách hàng
      @@ -651,9 +661,9 @@ Permission32=Tạo/chỉnh sửa sản phẩm
       Permission34=Xóa sản phẩm
       Permission36=Xem/quản lý sản phẩm ẩn
       Permission38=Xuất dữ liệu sản phẩm
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=Xóa dự án (dự án chia sẻ và các dự án tôi liên lạc)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=Export projects
       Permission61=Xem intervention
       Permission62=Tạo/chỉnh sửa intervention
      @@ -686,7 +696,7 @@ Permission109=Xóa sendings
       Permission111=Xem tài khoản tài chính
       Permission112=Tạo/chỉnh sửa/xóa và so sánh giao dịch
       Permission113=Cài đặt tài khoản tài chính (tạo, quản lý phân nhóm)
      -Permission114=Reconciliate giao dịch
      +Permission114=Reconcile transactions
       Permission115=Xuất dữ liệu giao dịch và bảng kê tài khoản
       Permission116=Chuyển giữa các tài khoản
       Permission117=Quản lý việc gửi séc
      @@ -694,15 +704,15 @@ Permission121=Xem bên thứ ba liên quan đến người dùng
       Permission122=Tạo/chỉnh sửa bên thứ ba liên quan đến người dùng
       Permission125=Xóa bên thứ ba liên quan đến người dùng
       Permission126=Xuất dữ liệu bên thứ ba
      -Permission141=Read all projects and tasks (also private projects i am not contact for)
      -Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=Delete all projects and tasks (also private projects i am not contact for)
       Permission146=Xem nhà cung cấp
       Permission147=Xem thống kê
       Permission151=Read direct debit payment orders
       Permission152=Create/modify a direct debit payment orders
       Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=Xem hợp đồng/thuê bao
       Permission162=Tạo/chỉnh sửa hợp đồng/thuê bao
       Permission163=Kích hoạt dịch vụ/thuê bao của hợp đồng
      @@ -725,7 +735,7 @@ Permission187=Đóng đơn hàng nhà cung cấp
       Permission188=Hủy bỏ đơn hàng nhà cung cấp
       Permission192=Tạo dòng chi tiết
       Permission193=Hủy bỏ dòng chi tiết
      -Permission194=Xem dòng băng thông
      +Permission194=Read the bandwidth lines
       Permission202=Tạo kết nối ADSL
       Permission203=Lệnh kết nối đơn hàng
       Permission204=Lệnh kết nối
      @@ -750,12 +760,12 @@ Permission244=Xem nội dung của phân nhóm ẩn
       Permission251=Xem người dùng và nhóm khác
       PermissionAdvanced251=Xem người dùng khác
       Permission252=Xem phân quyền của người dùng khác
      -Permission253=Tạo/chỉnh sửa người dùng khác, nhóm và phân quyền
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=Tạo/chỉnh sửa người sử dụng nội bộ / bên ngoài và phân quyền
       Permission254=Tạo/chỉnh sửa chỉ người dùng bên ngoài
       Permission255=Chỉnh sửa mật khẩu của người dùng khác
       Permission256=Xóa hoặc vô hiệu người dùng khác
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=Xem CA
       Permission272=Xem hóa đơn
       Permission273=Xuất hóa đơn
      @@ -765,7 +775,7 @@ Permission283=Xóa liên lạc
       Permission286=Xuất dữ liệu liên lạc
       Permission291=Xem thuế
       Permission292=Chỉnh phân quyền trên mức thuế
      -Permission293=Chính sửa mức thuế khách hàng
      +Permission293=Modify customers tariffs
       Permission300=Xem mã vạch
       Permission301=Tạo/chỉnh sửa mã vạch
       Permission302=Xóa mã vạch
      @@ -787,11 +797,9 @@ Permission401=Xem giảm giá
       Permission402=Tạo/chỉnh sửa giảm giá
       Permission403=Xác nhận giảm giá
       Permission404=Xóa giảm giá
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Tạo/ chỉnh sửa thanh toán của tiền lượng
      -Permission514=Xóa lương
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=Xuất dữ liệu lương
       Permission520=Xem cho vay
       Permission522=Tạo/Chỉnh sửa cho vay
      @@ -844,8 +852,8 @@ Permission1251=Chạy nhập dữ liệu khối cho dữ liệu bên ngoài vào
       Permission1321=Xuất dữ liệu Hóa đơn khách hàng, các thuộc tính và thanh toán
       Permission1322=Reopen a paid bill
       Permission1421=Xuất dữ liệu Đơn hàng và các thuộc tính
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=Xóa yêu cầu nghỉ phép
       Permission20004=Read all leave requests (even of user not subordinates)
       Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      @@ -880,8 +888,8 @@ Permission63001=Read resources
       Permission63002=Create/modify resources
       Permission63003=Delete resources
       Permission63004=Link resources to agenda events
      -DictionaryCompanyType=Types of thirdparties
      -DictionaryCompanyJuridicalType=Legal forms of thirdparties
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=Mức khách hàng tiềm năng
       DictionaryCanton=Bang/Tỉnh
       DictionaryRegion=Vùng
      @@ -894,7 +902,7 @@ DictionaryVAT=Tỉ suất VAT hoặc Tỉ xuất thuế bán hàng
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Điều khoản thanh toán
       DictionaryPaymentModes=Phương thức thanh toán
      -DictionaryTypeContact=Loại Liên lạc/Địa chỉ
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Định dạng giấy
      @@ -908,47 +916,47 @@ DictionarySource=Chứng từ gốc của đơn hàng đề xuất/đơn hàng
       DictionaryAccountancyCategory=Personalized groups for reports
       DictionaryAccountancysystem=Kiểu biểu đồ tài khoản
       DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=Mẫu email
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=Đơn vị
       DictionaryProspectStatus=Prospection status
      -DictionaryHolidayTypes=Types of leaves
      -DictionaryOpportunityStatus=Opportunity status for project/lead
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=Expense report - Transportation categories
       DictionaryExpenseTaxRange=Expense report - Range by transportation category
       SetupSaved=Cài đặt đã lưu
       SetupNotSaved=Setup not saved
       BackToModuleList=Trở lại danh sách module
      -BackToDictionaryList=Trở lại danh sách từ điển
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=Quản lý thuế VAT
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=Tỷ suất
       LocalTax1IsNotUsed=Do not use second tax
      -LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
      -LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=Second type of tax
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=Do not use third tax
      -LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
      -LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=Third type of tax
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE Management
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF Management
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE Management
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=By default the proposed RE is 0. End of rule.
      +LocalTax1IsUsedExampleES=In Spain they are professionals subject to some specific sections of the Spanish IAE.
      +LocalTax1IsNotUsedExampleES=In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      +LocalTax2ManagementES=IRPF Management
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=By default the proposed IRPF is 0. End of rule.
      +LocalTax2IsUsedExampleES=In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=Báo cáo thuế địa phương
       CalcLocaltax1=Bán - Mua
       CalcLocaltax1Desc=Báo cáo Thuế địa phương được tính toán với sự khác biệt giữa localtaxes bán hàng và mua hàng localtaxes
      @@ -958,7 +966,8 @@ CalcLocaltax3=Bán
       CalcLocaltax3Desc=Báo cáo Thuế địa phương là tổng của localtaxes bán hàng
       LabelUsedByDefault=Nhãn được sử dụng bởi mặc định nếu không có bản dịch có thể được tìm thấy với code đó
       LabelOnDocuments=Nhãn trên các tài liệu
      -NbOfDays=Nb của ngày
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=Vào cuối tháng
       CurrentNext=Current/Next
       Offset=Offset
      @@ -984,7 +993,7 @@ DatabaseUser=Người dùng cơ sở dữ liệu
       DatabasePassword=Mật khẩu cơ sở dữ liệu
       Tables=Bảng
       TableName=Tên bảng
      -NbOfRecord=Nb của bản ghi
      +NbOfRecord=No. of records
       Host=Máy chủ
       DriverType=Driver type
       SummarySystem=Tóm tắt thông tin hệ thống
      @@ -996,7 +1005,7 @@ Skin=Chủ đề giao diện
       DefaultSkin=Chủ đề giao diện mặc định
       MaxSizeList=Chiều dài tối đa cho danh sách
       DefaultMaxSizeList=Default max length for lists
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=Tin trong ngày
       MessageLogin=Tin trang đăng nhập
       LoginPage=Login page
      @@ -1005,8 +1014,8 @@ PermanentLeftSearchForm=Forrm tìm kiếm cố định trên menu bên trái
       DefaultLanguage=Ngôn ngữ mặc định để sử dụng (mã ngôn ngữ)
       EnableMultilangInterface=Kích hoạt giao diện đa ngôn ngữ
       EnableShowLogo=Hiển thị logo trên menu bên trái
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=Company/Organization
      +CompanyIds=Company/Organization identities
       CompanyName=Tên
       CompanyAddress=Địa chỉ
       CompanyZip=Zip
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=Chủ sở hữu của tài khoản ngân hàng %s
       BankModuleNotActive=Module tài khoản ngân hàng chưa được mở
       ShowBugTrackLink=Show link "<strong>%s</strong>"
       Alerts=Cảnh báo
      -DelaysOfToleranceBeforeWarning=Khoảng trì hoãn trước cảnh báo
      -DelaysOfToleranceDesc=Màn hình này cho phép bạn xác định trì hoãn trước khi chấp nhận một cảnh báo được báo cáo trên màn hình với Picto %s cho mỗi phần tử cuối.
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về đơn hàng đề xuất để đóng
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về đơn hàng đề xuất không ra hóa đơn
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về dịch vụ để kích hoạt
      -Delays_MAIN_DELAY_RUNNING_SERVICES=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về dịch vụ hết hạn
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về hóa đơn chưa thanh toán nhà cung cấp
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về hóa đơn chưa thanh toán của khách hàng
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về pending bank reconciliation
      -Delays_MAIN_DELAY_MEMBERS=Khoảng trì hoãn (theo ngày) trước khi cảnh báo về lệ phí thành viên bị trì hoãn
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Khoảng trì hoãn (theo ngày) trước khi cảnh báo đối với séc ứng trước để làm
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=Thông số tùy chọn quản lý thông tin menu đầu vào khác
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=Sự kiện kiểm toán bảo mật
       Audit=Kiểm toán
       InfoDolibarr=About Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=You can enable here the logging for Dolibarr security events. Admin
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=Hệ thống thông tin là thông tin kỹ thuật linh tinh bạn nhận được trong chế độ chỉ đọc và có thể nhìn thấy chỉ cho quản trị viên.
       SystemAreaForAdminOnly=Khu vực này hiện có sẵn cho những người dùng quản trị. Không ai trong số phân quyền Dolibarr có thể làm giảm giới hạn này.
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=File number
       DisplayDesc=Bạn có thể chọn từng thông số liên quan đến Dolibarr nhìn và cảm thấy ở đây
       AvailableModules=Available app/modules
       ToActivateModule=Để kích hoạt mô-đun, đi vào Cài đặt Khu vực (Nhà-> Cài đặt-> Modules).
       SessionTimeOut=Time out for session
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=Trigger có sẵn
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
       TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
       TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
      @@ -1079,7 +1088,7 @@ DictionaryDesc=Chèn vào tất cả giá trị tham khảo. Bạn có thể th
       ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
       MiscellaneousDesc=All other security related parameters are defined here.
       LimitsSetup=Cài đặt Giới hạn và độ chính xác
      -LimitsDesc=Bạn có thể xác định giới hạn, độ chính xác và tối ưu hoá được sử dụng bởi Dolibarr ở đây
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=Số thập phân tối đa cho đơn giá
       MAIN_MAX_DECIMALS_TOT=Số thập phân tối đa cho tổng giá
       MAIN_MAX_DECIMALS_SHOWN=Max số thập phân cho giá được hiển thị trên màn hình (Add <b>...</b> sau khi con số này nếu bạn muốn xem <b>...</b> khi số là cắt ngắn khi hiển thị trên màn hình)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=Đơn giá chưa thuế của một sản phẩm
       TotalPriceAfterRounding=Tổng giá (chưa thuế/VAT/bao gồm thuế) sau khi làm tròn
       ParameterActiveForNextInputOnly=Thông số hiệu quả cho chỉ đầu vào kế tiếp
       NoEventOrNoAuditSetup=Chưa có sự kiện bảo mật được ghi nhận. Đây có thể là bình thường nếu kiểm toán đã không được kích hoạt trên trang "Cài đặt - Bảo mật - kiểm toán".
      -NoEventFoundWithCriteria=Không có sự kiện bảo mật đã được tìm thấy cho các tiêu chí tìm kiếm như vậy.
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=Xem thiết lập sendmail địa phương của bạn
       BackupDesc=Để thực hiện một sao lưu đầy đủ của Dolibarr, bạn phải:
       BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
      -BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=Thư mục lưu trữ nên được lưu trữ ở một nơi an toàn.
       BackupDescY=Tạo ra các tập tin dump nên được lưu trữ ở một nơi an toàn.
      -BackupPHPWarning=Sao lưu không thể được guaranted với phương pháp này. Tham chiếu trước đó
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=Để khôi phục lại một bản sao lưu Dolibarr, bạn phải:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
       RestoreMySQL=MySQL nhập dữ liệu
       ForcedToByAModule= Quy luật này buộc <b>%s</b> bởi một mô-đun được kích hoạt
      @@ -1108,31 +1117,31 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from
       YourPHPDoesNotHaveSSLSupport=Chức năng SSL không có sẵn trong chương trình PHP
       DownloadMoreSkins=Nhiều giao diện để tải về
       SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
      -ShowProfIdInAddress=Hiển thị id professionnal với các địa chỉ trên các tài liệu
      -ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=Partial translation
      -MAIN_DISABLE_METEO=Vô hiệu phần xem thời tiết
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=Standard mode
       MeteoStdModEnabled=Standard mode enabled
       MeteoPercentageMod=Percentage mode
       MeteoPercentageModEnabled=Percentage mode enabled
       MeteoUseMod=Click to use %s
       TestLoginToAPI=Kiểm tra đăng nhập vào API
      -ProxyDesc=Một số tính năng của Dolibarr cần phải có một kết nối Internet để làm việc. Xác định các thông số ở đây cho việc này. Nếu máy chủ Dolibarr là phía sau một máy chủ proxy, các tham số cho Dolibarr làm thế nào để truy cập Internet thông qua nó.
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=Truy cập bên ngoài
       MAIN_PROXY_USE=Sử dụng một máy chủ proxy (truy cập nếu không trực tiếp đến internet)
       MAIN_PROXY_HOST=Tên / Địa chỉ của máy chủ proxy
       MAIN_PROXY_PORT=Cổng của máy chủ proxy
       MAIN_PROXY_USER=Đăng nhập để sử dụng máy chủ proxy
       MAIN_PROXY_PASS=Mật khẩu để sử dụng máy chủ proxy
      -DefineHereComplementaryAttributes=Xác định đây tất cả các thuộc tính, không phải đã có sẵn theo mặc định, và bạn muốn được hỗ trợ cho %s.
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=Thuộc tính bổ sung
       ExtraFieldsLines=Thuộc tính bổ sung (dòng)
       ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
       ExtraFieldsSupplierOrdersLines=Thuộc tính bổ sung (chi tiết đơn hàng)
       ExtraFieldsSupplierInvoicesLines=Thuộc tính bổ sung (chi tiết hóa đơn)
       ExtraFieldsThirdParties=Thuộc tính bổ sung (của bên thứ ba)
      -ExtraFieldsContacts=Thuộc tính bổ sung (liên lạc/địa chỉ)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=Thuộc tính bổ sung (thành viên)
       ExtraFieldsMemberType=Thuộc tính bổ sung (loại thành viên)
       ExtraFieldsCustomerInvoices=Thuộc tính bổ sung (hoá đơn)
      @@ -1146,43 +1155,44 @@ AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters
       SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
       PathToDocuments=Đường dẫn đến tài liệu
       PathDirectory=Thư mục
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=Setup of translation
       TranslationKeySearch=Search a translation key or string
       TranslationOverwriteKey=Overwrite a translation string
       TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
       TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=Translation string
       CurrentTranslationString=Current translation string
       WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
       NewTranslationStringToShow=New translation string to show
       OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Bạn phải có ít nhất 1 mô-đun cho phép
      -ClassNotFoundIntoPathWarning=Lớp %s không tìm thấy con đường vào PHP
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=Yes in summer
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=Session storage encrypted by Suhosin
       ConditionIsCurrently=Điều kiện là hiện tại %s
      -YouUseBestDriver=You use driver %s that is best driver available currently.
      -YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
      -NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=Tối ưu hóa tìm kiếm
      -YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
      -BrowserIsOK=Bạn đang sử dụng trình duyệt web %s. Trình duyệt này là ok cho bảo mật và hiệu suất.
      -BrowserIsKO=Bạn đang sử dụng trình duyệt web %s. Trình duyệt này được biết đến là một lựa chọn tốt cho bảo mật, hiệu suất và độ tin cậy. Chúng tôi recommand bạn sử dụng Firefox, Chrome, Opera hay Safari.
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug is loaded.
       XCacheInstalled=XCache is loaded.
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=Biên soạn của trường %s
       FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
       GetBarCode=Nhận mã vạch
       ##### Module password generation
       PasswordGenerationStandard=Quay trở lại một mật khẩu được tạo ra theo thuật toán Dolibarr nội bộ: 8 ký tự có chứa số chia sẻ và ký tự trong chữ thường.
      -PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=Return a password according to your personally defined configuration.
       SetupPerso=According to your configuration
       PasswordPatternDesc=Password pattern description
      @@ -1195,23 +1205,23 @@ UserMailRequired=Email được yêu cầu để tạo một người dùng mớ
       HRMSetup=HRM module setup
       ##### Company setup #####
       CompanySetup=Cài đặt module Công ty
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +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.
       NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=Tài liệu mẫu
      -DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=Watermark vào dự thảo văn bản
       JSOnPaimentBill=Kích hoạt tính năng tự động điền vào các dòng thanh toán trên form thanh toán
      -CompanyIdProfChecker=Rules on Professional Ids
      +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 #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=Root URL of %s server : %s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=Một liên kết xuất dữ liệu sang định dạng <b>%s</b> có sẵn tại liên kết sau đây: %s
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=Một liên kết xuất dữ liệu sang định dạng
       BillsSetup=Cài đặt module hóa đơn
       BillsNumberingModule=Mô hình đánh số Hoá đơn và giấy báo có
       BillsPDFModules=Mô hình chứng từ hóa đơn
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=Payment documents models
       CreditNote=Lưu ý tín dụng
       CreditNotes=Giấy báo có
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= Quản lý một Đăng nhập cho mỗi thành viên
       AdherentMailRequired=Email được yêu cầu để tạo ra một thành viên mới
       MemberSendInformationByMailByDefault=Hộp kiểm để gửi thư xác nhận cho các thành viên (xác nhận hoặc đăng ký mới) là theo mặc định
       VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=Thiết lập LDAP
       LDAPGlobalParameters=Các thông số toàn cầu
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=Test member type synchronization
       LDAPTestSearch= Test a LDAP search
       LDAPSynchroOK=Synchronization test successful
       LDAPSynchroKO=Failed synchronization test
      -LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
       LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
      -LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      -LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP server configured for version 3
       LDAPSetupForVersion2=LDAP server configured for version 2
       LDAPDolibarrMapping=Dolibarr Mapping
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
       LDAPFieldLoginSambaExample=Example : samaccountname
       LDAPFieldFullname=Họ và tên
       LDAPFieldFullnameExample=Example : cn
      -LDAPFieldPasswordNotCrypted=Password not crypted
      -LDAPFieldPasswordCrypted=Password crypted
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=Example : userPassword
       LDAPFieldCommonNameExample=Ví dụ: cn
       LDAPFieldName=Tên
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP
       LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
       ForANonAnonymousAccess=For an authenticated access (for a write access for example)
       PerfDolibarr=Báo cáo cài đặt trình diễn/ tối ưu hóa
      -YouMayFindPerfAdviceHere=Bạn sẽ tìm thấy trên trang này một số kiểm tra và lời khuyên liên quan đến hiệu suất.
      -NotInstalled=Không cài đặt, vì vậy máy chủ của bạn không chậm vì điều này.
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=Applicative cache
       MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
       MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
       MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
       OPCodeCache=OPCode cache
      -NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
       FilesOfTypeCached=Files of type %s are cached by HTTP server
       FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
       FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
       FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
       CacheByServer=Cache by server
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=Cache by browser
       CompressionOfResources=Compression of HTTP responses
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=Default search filters
       DefaultSortOrder=Default sort orders
       DefaultFocus=Default focus fields
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=Cài đặt module sản phẩm
       ServiceSetup=Cài đặt module dịch vụ
       ProductServiceSetup=Cài đặt module Sản phẩm và Dịch vụ
       NumberOfProductShowInSelect=Số lượng tối đa của sản phẩm trong danh sách combo chọn (0 = không giới hạn)
      -ViewProductDescInFormAbility=Hình ảnh hóa của mô tả sản phẩm bằng trong các biểu mẫu (nếu không bật lên cửa sổ tooltip)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
       MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Hình ảnh hóa mô tả sản phẩm trên ngôn ngữ bên thứ ba
      -UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=Loại mã vạch mặc định để sử dụng cho các sản phẩm
       SetDefaultBarcodeTypeThirdParties=Loại mã vạch mặc định để sử dụng cho các bên thứ ba
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      @@ -1503,7 +1516,7 @@ SendingsSetup=Cài đặt module Gửi
       SendingsReceiptModel=Mô hình biên nhận Gửi
       SendingsNumberingModules=Module đánh số Gửi
       SendingsAbility=Support shipping sheets for customer deliveries
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=Free text trên phiếu vận chuyển
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Module đánh số phiếu giao nhận sản phẩm
      @@ -1515,18 +1528,18 @@ AdvancedEditor=Trình soạn thảo nâng cao
       ActivateFCKeditor=Kích hoạt trình soạn thảo nâng cao cho:
       FCKeditorForCompany=WYSIWIG tạo / sửa của các yếu tố mô tả và ghi chú (trừ các sản phẩm / dịch vụ)
       FCKeditorForProduct=WYSIWIG tạo / sửa của sản phẩm / dịch vụ mô tả và ghi chú
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Công cụ->eMailing)
       FCKeditorForUserSignature=WYSIWIG tạo / sửa chữ ký người sử dụng
       FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
      -OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
      -OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
       ##### Stock #####
       StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=Nếu bạn sử dụng module điểm bán hàng(module POS được cung cấp mặc định hoặc mô-đun bên ngoài khác), thiết lập này có thể được bỏ qua bởi Module Điểm bán hàng. Hầu hết module điểm bán hàng được thiết kế để tạo lập tức một hóa đơn và giảm tồn kho theo mặc định bất cứ điều gì là tùy chọn ở đây. Vì vậy, nếu bạn cần hay không giảm tồn kho khi đăng ký bán từ điểm bán hàng của bạn, kiểm tra lại cài đặt module POS của bạn.
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=Menu bị xóa
       Menus=Menu
      @@ -1548,7 +1561,7 @@ DetailRight=Điều kiện để hiển thị menu không được phép màu x
       DetailLangs=Tên file lang cho việc dịch mã nhãn
       DetailUser=Trong/ Ngoài/ Tất cả
       Target=Target
      -DetailTarget=Target for links (_blank top open a new window)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
       ModifMenu=Thay đổi menu
       DeleteMenu=Xóa menu vào
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=Thuế GTGT là do: <br> - Giao hàng đối với hàng h
       OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
       OptionPaymentForProductAndServices=Cash basis for products and services
       OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=Ngày giao hàng
       OnPayment=Ngày thanh toán
       OnInvoice=Trên hóa đơn
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=Mã kế toán mua hàng
       AgendaSetup=Cài đặt module sự kiện và chương trình nghị sự
       PasswordTogetVCalExport=Khóa được phép xuất liên kết
       PastDelayVCalExport=Không xuất dữ liệu sự kiện cũ hơn
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Thiết lập tự động loại sự kiện này vào khung bộ lọc tìm kiếm chương trình nghị sự
      -AGENDA_DEFAULT_FILTER_STATUS=Thiết lập tự động trạng thái này cho các sự kiện vào khung bộ lọc tìm kiếm chương trình nghị sự
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=Tab mà bạn muốn mở mặc định khi lựa chọn menu chương trình nghị sự
       AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
       AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
       ##### Clicktodial #####
       ClickToDialSetup=Click To Dial module setup
       ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Điểm bán hàng
       CashDeskSetup=Cài đặt module điểm bán hàng
      -CashDeskThirdPartyForSell=Bên thứ ba mặc định chung để sử dụng cho Bán
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=Tài khoản mặc định để sử dụng để nhận thanh toán bằng tiền mặt
       CashDeskBankAccountForCheque= Tài khoản mặc định để sử dụng để nhận thanh toán bằng séc
       CashDeskBankAccountForCB= Tài khoản mặc định để sử dụng để nhận thanh toán bằng thẻ tín dụng
      -CashDeskDoNotDecreaseStock=Vô hiệu giảm tồn kho khi bán được thực hiện từ Điểm bán hàng (nếu "không", giảm tồn kho được thực hiện đối với mỗi lần bán được thực hiện từ POS, bất cứ cái gì thiết lập tùy chọn trong module tồn kho).
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=Buộc và hạn chế kho hàng để sử dụng cho giảm tồn kho
      -StockDecreaseForPointOfSaleDisabled=Giảm tồn kho từ Điểm bán hàng đã bị vô hiệu
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=Giảm tồn kho trong POS thì không tương thích với quản lý lô hàng
      -CashDeskYouDidNotDisableStockDecease=Bạn không vô hiệu giảm tồn kho khi tạo một lần bán từ Điểm bán hàng. Vì vậy kho hàng thì được yêu cầu
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=Cài đặt module Bookmark
      -BookmarkDesc=Module này cho phép bạn quản lý bookmark. Bạn cũng có thể thêm các phím tắt cho bất kỳ trang Dolibarr hoặc các trang web externale trên menu bên trái của bạn.
      +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.
       NbOfBoomarkToShow=Số lượng tối đa các bookmark để hiển thị trong menu bên trái
       ##### WebServices #####
       WebServicesSetup=Cài đặt module webservices
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
       MultiCompanySetup=Thiết lập mô-đun đa công ty
       ##### Suppliers #####
       SuppliersSetup=Thiết lập mô-đun nhà cung cấp
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
       SuppliersInvoiceNumberingModel=Mô hình đánh số hóa đơn nhà cung cấp
       IfSetToYesDontForgetPermission=Nếu chỉnh là có, đừng quên cung cấp phân quyền cho nhóm hoặc người dùng được phép cho duyệt lần hai.
      @@ -1654,7 +1667,7 @@ ProjectsSetup=Cài đặt module dự án
       ProjectsModelModule=Kiểu chứng từ báo cáo dự án
       TasksNumberingModules=Module đánh số tác vụ
       TaskModelModule=Kiểu chứng từ báo cáo tác vụ
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Accounting periods
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Bạn có thể thấy tù
       ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=Danh sách thông báo cố định
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Threshold
       BackupDumpWizard=Thủ thuật tạo file dump sao lưu dự phòng cơ sở dữ liệu
       SomethingMakeInstallFromWebNotPossible=Cài đặt module bên ngoài là không thể từ giao diện web với các lý do sau:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Cài đặt các module bên ngoài t
       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
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=Màu nền của hàng chẵn
       MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
       NbAddedAutomatically=Number of days added to counters of users (automatically) each month
       EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=The RGB color is in HEX format, eg: FF0000
       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 defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=Visible everywhere
       VisibleNowhere=Visible nowhere
       FixTZ=TimeZone fix
      @@ -1747,10 +1761,10 @@ YouUseLastStableVersion=You use the latest stable version
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=Templates for product documents
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=See * note for list of possible substitution variables
       SeeChangeLog=See ChangeLog file (english only)
       AllPublishers=All publishers
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=Add other pages or services
       AddModels=Add document or numbering templates
       AddSubstitutions=Add keys substitutions
       DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=List of available APIs
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be 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")
      +UserHasNoPermissions=This user has no permissions defined
      +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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=Left margin on PDF
       MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
       MAIN_PDF_MARGIN_TOP=Top margin on PDF
       MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      +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 calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=Several language variants found
       COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
       COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/vi_VN/companies.lang b/htdocs/langs/vi_VN/companies.lang
      index 7f5f7c14362..1d1dbde38e7 100644
      --- a/htdocs/langs/vi_VN/companies.lang
      +++ b/htdocs/langs/vi_VN/companies.lang
      @@ -5,16 +5,16 @@ SelectThirdParty=Chọn một bên thứ ba
       ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
       DeleteContact=Xóa một liên lạc/địa chỉ
       ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=Bên thứ ba mới
      -MenuNewCustomer=Khách hàng mới
      -MenuNewProspect=KH tiềm năng mới
      -MenuNewSupplier=New vendor
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=Cá nhân mới
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=Công ty mới (khách nàng tiềm năng, khách hàng, nhà cung cấp)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=Tạo bên thứ ba mới (nhà cung cấp)
       CreateThirdPartyOnly=Tạo bên thứ ba
      -CreateThirdPartyAndContact=Create a third party + a child contact
      +CreateThirdPartyAndContact=Tạo 1 bên thứ ba + 1 đầu mối cấp con
       ProspectionArea=Khu vực khảo sát
       IdThirdParty=ID bên thứ ba
       IdCompany=ID công ty
      @@ -24,27 +24,27 @@ ThirdPartyContacts=Liên lạc bên thứ ba
       ThirdPartyContact=Liên lạc/địa chỉ bên thứ ba
       Company=Công ty
       CompanyName=Tên công ty
      -AliasNames=Alias name (commercial, trademark, ...)
      -AliasNameShort=Alias name
      +AliasNames=Tên viết tắt (tài chính, thương hiệu)
      +AliasNameShort=Alias Name
       Companies=Các công ty
      -CountryIsInEEC=Quốc gia thuộc Cộng đồng Kinh tế châu Âu
      -ThirdPartyName=Tên của bên thứ ba
      -ThirdPartyEmail=Third party email
      -ThirdParty=Bên thứ ba
      -ThirdParties=Các bên thứ ba
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
      +ThirdPartyEmail=Email bên thứ ba
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=KH tiềm năng
       ThirdPartyProspectsStats=Các KH tiềm năng
       ThirdPartyCustomers=Các khách hàng
       ThirdPartyCustomersStats=Các khách hàng
       ThirdPartyCustomersWithIdProf12=Khách hàng  với %s hoặc %s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=Loại bên thứ ba
      +ThirdPartySuppliers=Nhà cung cấp
      +ThirdPartyType=Type of company
       Individual=Cá nhân
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=Công ty mẹ
       Subsidiaries=Các chi nhánh
      -ReportByMonth=Report by month
      -ReportByCustomers=Report by customer
      +ReportByMonth=Báo cáo theo tháng
      +ReportByCustomers=Báo cáo theo khách hàng
       ReportByQuarter=Báo cáo theo tỷ lệ
       CivilityCode=Mã Civility
       RegisteredOffice=Trụ sở đăng ký
      @@ -52,12 +52,12 @@ Lastname=Họ
       Firstname=Tên
       PostOrFunction=Vị trí công việc
       UserTitle=Tiêu đề
      -NatureOfThirdParty=Nature of Third party
      +NatureOfThirdParty=Nature của Third party
       Address=Địa chỉ
       State=Bang/Tỉnh
      -StateShort=State
      +StateShort=Tỉnh/ thành
       Region=Vùng
      -Region-State=Region - State
      +Region-State=Vùng - Tỉnh/ thành
       Country=Quốc gia
       CountryCode=Mã quốc gia
       CountryId=ID quốc gia
      @@ -69,18 +69,18 @@ Chat=Chat
       PhonePro=Prof. phone
       PhonePerso=Pers. phone
       PhoneMobile=Mobile
      -No_Email=Refuse mass e-mailings
      +No_Email=Từ chối gửi email hàng loạt
       Fax=Fax
       Zip=Mã Zip
       Town=Thành phố
       Web=Web
       Poste= Chức vụ
      -DefaultLang=Ngôn ngữ mặc định
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=Thuế kinh doanh không được dùng
       CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
       PaymentBankAccount=Payment bank account
       OverAllProposals=Đơn hàng đề xuất
      @@ -258,7 +258,7 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      +VATIntra=Sales Tax/VAT ID
       VATIntraShort=Tax ID
       VATIntraSyntaxIsValid=Cú pháp hợp lệ
       VATReturn=VAT return
      @@ -274,8 +274,8 @@ CompanyHasRelativeDiscount=Khách hàng này có giảm giá mặc định là <
       CompanyHasNoRelativeDiscount=Khách hàng này không có mặc định giảm giá theo %
       HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
       HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=Khách hàng này vẫn có ghi nợ cho <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
       HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      @@ -287,7 +287,7 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
       SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
       SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=Không
      -Supplier=Nhà cung cấp
      +Supplier=Vendor
       AddContact=Tạo liên lạc
       AddContactAddress=Tạo liên lạc/địa chỉ
       EditContact=Sửa liên lạc
      @@ -303,22 +303,22 @@ AddThirdParty=Tạo bên thứ ba
       DeleteACompany=Xóa một công ty
       PersonalInformations=Dữ liệu cá nhân
       AccountancyCode=Tài khoản kế toán
      -CustomerCode=Mã khách hàng
      -SupplierCode=Vendor code
      -CustomerCodeShort=Mã khách hàng
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=Mã khách hàng, duy nhất cho tất cả khách hàng
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Yêu cầu nếu bên thứ ba là một khách hàng hoặc KH tiềm năng
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=Xác nhận kiểm soát bởi mô-đun
      -ThisIsModuleRules=Đây là quy tắc cho các mô-đun này
      +RequiredIfSupplier=Buộc phải nhập nếu bên thứ ba là nhà cung cấp
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=KH tiềm năng để liên lạc
       CompanyDeleted=Công ty "%s" đã xóa khỏi cơ sở dữ liệu.
       ListOfContacts=Danh sách liên lạc/địa chỉ
       ListOfContactsAddresses=Danh sách liên lạc/địa chỉ
      -ListOfThirdParties=Danh sách các bên thứ ba
      -ShowCompany=Show third party
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=Hiện liên lạc
       ContactsAllShort=Tất cả (không lọc)
       ContactType=Loại liên lạc
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=Liên lạc này không phải cho bất kỳ đơn hàn
       NoContactForAnyContract=Liên lạc này không phải cho bất kỳ hợp đồng nào
       NoContactForAnyInvoice=Liên lạc này không phải cho bất kỳ hóa đơn nào
       NewContact=Liên lạc mới
      -NewContactAddress=Liên lạc/địa chỉ mới
      +NewContactAddress=New Contact/Address
       MyContacts=Liên lạc của tôi
       Capital=Vốn
       CapitalOf=Vốn của %s
       EditCompany=Chỉnh sửa công ty
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Kiểm tra
      -VATIntraCheckDesc=Các liên kết <b>%s</b> cho phép yêu cầu các dịch vụ kiểm tra thuế VAT châu Âu. Một truy cập internet từ máy chủ bên ngoài là cần thiết cho dịch vụ này để làm việc.
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check Intracomunnautary VAT on European commision site
      -VATIntraManualCheck=You can also check manually from european web site <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Check not possible. Check service is not provided by the member state (%s).
      -NorProspectNorCustomer=Cũng không phải khách hàng tiềm năng, cũng không phải khách hàng
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=Nhân viên
       ProspectLevelShort=Tiềm năng
       ProspectLevel=KH tiềm năng
      @@ -387,12 +387,12 @@ ExportCardToFormat=Thẻ xuất để định dạng
       ContactNotLinkedToCompany=Liên lạc không liên quan đến bất kỳ bên thứ ba
       DolibarrLogin=Đăng nhập Dolibarr
       NoDolibarrAccess=Không truy cập Dolibarr
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=Liên lạc và các thuộc tính
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=Mức giá
       DeliveryAddress=Địa chỉ giao hàng
       AddAddress=Thêm địa chỉ
      @@ -402,33 +402,33 @@ DeleteFile=Xóa tập tin
       ConfirmDeleteFile=Bạn có chắc muốn xóa tập tin này?
       AllocateCommercial=Assigned to sales representative
       Organization=Tổ chức
      -FiscalYearInformation=Thông tin về năm tài chính
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Tháng bắt đầu của năm tài chính
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=Danh sách KH tiềm năng
      -ListCustomersShort=Danh sách khách hàng
      -ThirdPartiesArea=Bên thứ ba và các khu vực liên lạc
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=Tổng của bên thứ ba duy nhất
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=Mở
       ActivityCeased=Đóng
      -ThirdPartyIsClosed=Third party is closed
      -ProductsIntoElements=List of products/services into %s
      +ThirdPartyIsClosed=Bên thứ ba bị đóng
      +ProductsIntoElements=Danh sách sản phẩm/ dịch vụ vào %s
       CurrentOutstandingBill=Công nợ hiện tại
       OutstandingBill=Công nợ tối đa
       OutstandingBillReached=Max. for outstanding bill reached
       OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=Mã này tự do. Mã này có thể được sửa đổi bất cứ lúc nào.
       ManagingDirectors=Tên quản lý (CEO, giám đốc, chủ tịch...)
       MergeOriginThirdparty=Duplicate third party (third party you want to delete)
       MergeThirdparties=Merge third parties
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
       ThirdpartiesMergeSuccess=Third parties have been merged
       SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=First name of sales representative
       SaleRepresentativeLastname=Last name of sales representative
       ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/vi_VN/errors.lang b/htdocs/langs/vi_VN/errors.lang
      index 2a2fc25379a..fa1048fd020 100644
      --- a/htdocs/langs/vi_VN/errors.lang
      +++ b/htdocs/langs/vi_VN/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=Giá trị '% s' có định dạng sai ngày
       ErrorWrongDate=Ngày là không đúng!
       ErrorFailedToWriteInDir=Không thể viết trong thư mục% s
       ErrorFoundBadEmailInFile=Tìm thấy cú pháp email không chính xác cho% s dòng trong tập tin (ví dụ dòng% s với email =% s)
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=Một số trường yêu cầu không được lấp đầy.
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=Không thể tạo một thư mục. Kiểm tra xem người sử dụng máy chủ web có quyền ghi vào thư mục tài liệu Dolibarr. Nếu tham số <b>safe_mode</b> được kích hoạt trên PHP này, hãy kiểm tra các tập tin php Dolibarr sở hữu cho người sử dụng máy chủ web (hoặc một nhóm).
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Xin vui lòng điền giá trị so với danh sách l
       ErrorNoValueForCheckBoxType=Xin vui lòng điền giá trị so với danh sách hộp
       ErrorNoValueForRadioType=Xin vui lòng điền giá trị so với danh sách phát thanh
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=<b>Dòng% s</b> không được chứa các ký tự đặc biệt.
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=Không có mô-đun kế toán kích hoạt
       ErrorExportDuplicateProfil=Tên hồ sơ này đã tồn tại cho bộ xuất khẩu này.
       ErrorLDAPSetupNotComplete=Dolibarr-LDAP phù hợp là không đầy đủ.
       ErrorLDAPMakeManualTest=Một tập tin .ldif đã được tạo ra trong thư mục% s. Hãy thử để tải nó bằng tay từ dòng lệnh để có thêm thông tin về lỗi.
      -ErrorCantSaveADoneUserWithZeroPercentage=Không thể lưu một hành động với "statut không bắt đầu" nếu trường "được thực hiện bởi" cũng được làm đầy.
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=Tài liệu tham khảo dùng để tạo đã tồn tại.
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
       ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Không thể xóa kỷ lục. Nó đã được sử dụng hoặc đưa vào đối tượng khác.
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=Javascript không được vô hiệu hóa để làm việc có tính năng này. Để kích hoạt / vô hiệu hóa Javascript, bạn vào menu chủ-> Setup-> Display.
       ErrorPasswordsMustMatch=Cả hai mật khẩu gõ phải phù hợp với nhau
      -ErrorContactEMail=Một lỗi kỹ thuật xảy ra. Xin vui lòng liên hệ với quản trị viên để sau <b>email% s</b> en cung cấp các mã <b>lỗi% s</b> trong thông điệp của bạn, hoặc thậm chí tốt hơn bằng cách thêm một bản sao màn hình của trang này.
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=Giá trị sai số cho lĩnh <b>vực% s</b> (giá trị <b>'% s'</b> không phù hợp với quy tắc <b>regex% s)</b>
       ErrorFieldValueNotIn=Giá trị sai số cho lĩnh <b>vực% s</b> (giá trị <b>'% s'</b> không phải là một giá trị có sẵn vào lĩnh <b>vực% s</b> của <b>bảng% s)</b>
       ErrorFieldRefNotIn=Giá trị sai số cho lĩnh <b>vực% s</b> (giá trị <b>'% s'</b> không phải là ref <b>hiện% s)</b>
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=Các chương trình chống virus đã không th
       ErrorSpecialCharNotAllowedForField=Ký tự đặc biệt không được phép cho lĩnh vực "% s"
       ErrorNumRefModel=Một tham chiếu tồn tại vào cơ sở dữ liệu (% s) và không tương thích với quy tắc đánh số này. Di chuyển hồ sơ hoặc tài liệu tham khảo đổi tên để kích hoạt module này.
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=Lỗi trên mặt nạ
       ErrorBadMaskFailedToLocatePosOfSequence=Lỗi, mặt nạ mà không có số thứ tự
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=Lỗi, giá trị thiết lập lại xấu
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=Lỗi. Chọn ít nhất một mục.
      -ErrorDeleteNotPossibleLineIsConsolidated=Xóa không thể vì hồ sơ được liên kết với một ngân hàng transation được hoà giải
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=% S được gán cho một phần ba
       ErrorFailedToSendPassword=Không gửi mật khẩu
       ErrorFailedToLoadRSSFile=Không có nguồn cấp dữ liệu RSS. Cố gắng thêm MAIN_SIMPLEXMLLOAD_DEBUG liên tục nếu các thông báo lỗi không cung cấp đủ thông tin.
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=Người sử dụng có đăng <b>nhập% s</b> không
       ErrorLoginHasNoEmail=Thành viên này không có địa chỉ email. Quá trình hủy bỏ.
       ErrorBadValueForCode=Bad giá trị so với mã bảo vệ. Hãy thử lại với giá trị mới ...
       ErrorBothFieldCantBeNegative=Fields% s và% s không thể được cả hai tiêu cực
      +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=Tài khoản người <b>dùng% s</b> được sử dụng để thực hiện các máy chủ web không có sự cho phép cho điều đó
       ErrorNoActivatedBarcode=Không có loại mã vạch kích hoạt
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad định dạng!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Lỗi, có một số việc giao hàng có liên quan đến lô hàng này. Xóa từ chối.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Không thể xóa một khoản thanh toán được chia sẻ bởi ít nhất một hóa đơn với tình trạng payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=Dấu trang với danh hiệu này hay mục tiêu
       WarningPassIsEmpty=Cảnh báo, mật khẩu cơ sở dữ liệu rỗng. Đây là một lỗ hổng bảo mật. Bạn nên thêm một mật khẩu để cơ sở dữ liệu của bạn và thay đổi tập tin conf.php của bạn để phản ánh điều này.
       WarningConfFileMustBeReadOnly=Cảnh báo, tập tin cấu hình của bạn <b>(htdocs / conf / conf.php)</b> có thể được ghi đè bởi các máy chủ web. Đây là một lỗ hổng bảo mật nghiêm trọng. Sửa đổi quyền của tập tin được trong chế độ chỉ đọc cho người sử dụng hệ điều hành được sử dụng bởi máy chủ Web. Nếu bạn sử dụng Windows và định dạng FAT cho đĩa cứng của bạn, bạn phải biết rằng hệ thống tập tin này không cho phép để thêm quyền truy cập vào tập tin, vì vậy không thể hoàn toàn an toàn.
       WarningsOnXLines=Cảnh báo trên hồ sơ <b>nguồn% s</b> (s)
      -WarningNoDocumentModelActivated=Không có mô hình, để phát tài liệu, đã được kích hoạt. Một mô hình sẽ được chọn lựa theo mặc định cho đến khi bạn kiểm tra cài đặt module của bạn.
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Cảnh báo, một khi cài đặt xong, bạn phải vô hiệu hóa cài đặt / di chuyển các công cụ bằng cách thêm một <b>install.lock</b> tập tin vào thư <b>mục% s.</b> Thiếu tập tin này là một lỗ hổng bảo mật.
      -WarningUntilDirRemoved=Tất cả các cảnh báo bảo mật (có thể nhìn thấy bằng cách chỉ sử dụng admin) sẽ vẫn hoạt động miễn là dễ bị tổn thương có mặt (hoặc MAIN_REMOVE_INSTALL_WARNING liên tục được thêm vào trong Setup-> thiết lập khác).
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Cảnh báo, đóng cửa được thực hiện ngay cả khi số lượng khác nhau giữa các nguồn và đích yếu tố. Bật tính năng này một cách thận trọng.
       WarningUsingThisBoxSlowDown=Cảnh báo, sử dụng hộp này làm chậm nghiêm túc tất cả các trang hiển thị hộp.
       WarningClickToDialUserSetupNotComplete=Thiết lập các thông tin ClickToDial cho người dùng của bạn không hoàn thành (xem tab ClickToDial vào thẻ người dùng của bạn).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/vi_VN/interventions.lang b/htdocs/langs/vi_VN/interventions.lang
      index fc59f21f80e..a0134fb6939 100644
      --- a/htdocs/langs/vi_VN/interventions.lang
      +++ b/htdocs/langs/vi_VN/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=Các can thiệp
       InterventionCard=Thẻ can thiệp
       NewIntervention=Can thiệp mới
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=Danh sách can thiệp
       ActionsOnFicheInter=Hành động can thiệp vào
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/vi_VN/main.lang b/htdocs/langs/vi_VN/main.lang
      index 8fd88af55d9..1e7e0aad3c0 100644
      --- a/htdocs/langs/vi_VN/main.lang
      +++ b/htdocs/langs/vi_VN/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=Lỗi gửi mail (người gửi=%s, người nhận=%s)
       ErrorFileNotUploaded=Tập tin không được tải lên. Kiểm tra kích thước không vượt quá tối đa cho phép, không gian miễn phí có sẵn trên đĩa và không có một tập tin đã có cùng tên trong thư mục này.
       ErrorInternalErrorDetected=Lỗi được phát hiện
       ErrorWrongHostParameter=Tham số máy chủ sai
      -ErrorYourCountryIsNotDefined=Quốc gia của bạn không được xác định. Đi đến Trang chủ-Thiết lập-Chỉnh sửa và đăng lại mẫu.
      -ErrorRecordIsUsedByChild=Không thể xóa bản ghi này. Bản ghi này được sử dụng bởi ít nhất một bản ghi con.
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=Giá trị sai
       ErrorWrongValueForParameterX=Giá trị sai cho tham số %s
       ErrorNoRequestInError=Không yêu cầu do lỗi
      -ErrorServiceUnavailableTryLater=Dịch vụ không sẵn sàng cho thời điểm này. Hãy thử lại sau.
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
       ErrorDuplicateField=Trùng giá trị trong trường duy nhất
      -ErrorSomeErrorWereFoundRollbackIsDone=Một vài lỗi đã được tìm thấy. Chúng tôi đã thay đổi trở lại
      -ErrorConfigParameterNotDefined=Thông số <b>%s</b> không được định nghĩa bên trong tập tin cấu hình Dolibarr <b>conf.php</b>.
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
       ErrorCantLoadUserFromDolibarrDatabase=Không tìm thấy người dùng <b>%s</b> trong cơ sở dữ liệu Dolibarr.
       ErrorNoVATRateDefinedForSellerCountry=Lỗi, không xác định tỉ lệ VAT cho quốc gia '%s'.
       ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
       ErrorFailedToSaveFile=Lỗi, lưu tập tin thất bại
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
       NotAuthorized=You are not authorized to do that.
       SetDate=Thiết lập ngày
       SelectDate=Chọn một ngày
      @@ -78,10 +78,10 @@ FileRenamed=The file was successfully renamed
       FileGenerated=The file was successfully generated
       FileSaved=The file was successfully saved
       FileUploaded=Các tập tin được tải lên thành công
      -FileTransferComplete=File(s) was uploaded successfully
      +FileTransferComplete=File(s) uploaded successfully
       FilesDeleted=File(s) successfully deleted
       FileWasNotUploaded=Một tập tin được chọn để đính kèm nhưng vẫn chưa được tải lên. Bấm vào nút "Đính kèm tập tin" cho việc này.
      -NbOfEntries=Nb of entries
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=Read online help (Internet access needed)
       GoToHelpPage=Đọc giúp đỡ
       RecordSaved=Bản ghi đã lưu
      @@ -94,7 +94,7 @@ Undefined=Không xác định
       PasswordForgotten=Password forgotten?
       NoAccount=No account?
       SeeAbove=Xem ở trên
      -HomeArea=Khu vực nhà
      +HomeArea=Nhà
       LastConnexion=Latest connection
       PreviousConnexion=Kết nối trước
       PreviousValue=Previous value
      @@ -142,6 +142,7 @@ Closed=Đã đóng
       Closed2=Đã đóng
       NotClosed=Not closed
       Enabled=Đã bật
      +Enable=Kích hoạt
       Deprecated=Đã bác bỏ
       Disable=Tắt
       Disabled=Đã tắt
      @@ -153,7 +154,7 @@ Update=Cập nhật
       Close=Đóng
       CloseBox=Remove widget from your dashboard
       Confirm=Xác nhận
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=Xóa
       Remove=Gỡ bỏ
       Resiliate=Terminate
      @@ -327,7 +328,7 @@ Copy=Copy
       Paste=Dán
       Default=Mặc định
       DefaultValue=Giá trị mặc định
      -DefaultValues=Default values
      +DefaultValues=Default values/filters/sorting
       Price=Giá
       PriceCurrency=Price (currency)
       UnitPrice=Đơn giá
      @@ -347,7 +348,7 @@ AmountTTCShort=Số tiền (gồm thuế)
       AmountHT=Số tiền (chưa thuế)
       AmountTTC=Số tiền (gồm thuế)
       AmountVAT=Số tiền thuế
      -MulticurrencyAlreadyPaid=Already payed, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
       MulticurrencyRemainderToPay=Remain to pay, original currency
       MulticurrencyPaymentAmount=Payment amount, original currency
       MulticurrencyAmountHT=Amount (net of tax), original currency
      @@ -428,7 +429,7 @@ ActionNotApplicable=Không áp dụng
       ActionRunningNotStarted=Để bắt đầu
       ActionRunningShort=In progress
       ActionDoneShort=Đã hoàn tất
      -ActionUncomplete=Không hoàn tất
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
      @@ -453,8 +454,8 @@ Generate=Xuất ra
       Duration=Thời hạn
       TotalDuration=Tổng thời hạn
       Summary=Tóm tắt
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=No opened element to process
       Available=Sẵn có
       NotYetAvailable=Chưa có
      @@ -468,7 +469,7 @@ and=và
       or=hoặc
       Other=Khác
       Others=Khác
      -OtherInformations=Thông tin khác
      +OtherInformations=Other information
       Quantity=Số lượng
       Qty=Số lượng
       ChangedBy=Thay đổi bằng
      @@ -506,7 +507,7 @@ None=Không
       NoneF=Không
       NoneOrSeveral=None or several
       Late=Trễ
      -LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
       NoItemLate=No late item
       Photo=Hình ảnh
       Photos=Hình ảnh
      @@ -530,18 +531,6 @@ September=Tháng Chín
       October=Tháng Mười
       November=Tháng mười một
       December=Tháng Mười Hai
      -JanuaryMin=Tháng Một
      -FebruaryMin=Tháng Hai
      -MarchMin=Tháng Ba
      -AprilMin=Tháng Tư
      -MayMin=Tháng Năm
      -JuneMin=Tháng Sáu
      -JulyMin=Tháng Bảy
      -AugustMin=Tháng Tám
      -SeptemberMin=Tháng Chín
      -OctoberMin=Tháng Mười
      -NovemberMin=Tháng mười một
      -DecemberMin=Tháng Mười Hai
       Month01=Tháng Một
       Month02=Tháng Hai
       Month03=Tháng Ba
      @@ -646,6 +635,8 @@ SendMail=Gửi email
       EMail=E-mail
       NoEMail=Không có email
       Email=Email
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=No mobile phone
       Owner=Chủ sở hữu
       FollowingConstantsWillBeSubstituted=Các hằng số sau đây sẽ được thay thế bằng giá trị tương ứng.
      @@ -677,7 +668,7 @@ NeverReceived=Chưa từng nhận
       Canceled=Đã hủy
       YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
       YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=Màu
       Documents=Tập tin liên kết
       Documents2=Chứng từ
      @@ -716,15 +707,15 @@ Merge=Merge
       DocumentModelStandardPDF=Standard PDF template
       PrintContentArea=Hiển thị trang in khu vực nội dung chính
       MenuManager=Menu quản lý
      -WarningYouAreInMaintenanceMode=Cảnh báo, bạn đang trong chế độ bảo trì, vì vậy chỉ có đăng nhập <b>%s</b> là được phép sử dụng ứng dụng tại thời điểm này.
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=Lỗi hệ thống
       CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
       CreditCard=Thẻ tín dụng
       ValidatePayment=Xác nhận thanh toán
       CreditOrDebitCard=Credit or debit card
       FieldsWithAreMandatory=Các trường với <b>%s</b> là bắt buộc
      -FieldsWithIsForPublic=Các trường với <b>%s</b> được hiển thị trên danh sách công khai của các thành viên. Nếu bạn không muốn điều này, đánh dấu vào hộp "công khai".
      -AccordingToGeoIPDatabase=(according to GeoIP convertion)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Dòng
       NotSupported=Không được hỗ trợ
       RequiredField=Dòng bắt buộc
      @@ -732,6 +723,8 @@ Result=Kết quả
       ToTest=Kiểm tra
       ValidateBefore=Thẻ phải được xác nhận trước khi sử dụng tính năng này
       Visibility=Hiển thị
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=Cá nhân
       Hidden=Đã ẩn
       Resources=Tài nguyên
      @@ -750,6 +743,7 @@ LinkTo=Link to
       LinkToProposal=Link to proposal
       LinkToOrder=Liên kết để đặt hàng
       LinkToInvoice=Link to invoice
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=Link to supplier order
       LinkToSupplierProposal=Link to supplier proposal
       LinkToSupplierInvoice=Link to supplier invoice
      @@ -758,6 +752,7 @@ LinkToIntervention=Link to intervention
       CreateDraft=Tạo dự thảo
       SetToDraft=Trở về dự thảo
       ClickToEdit=Nhấn vào để sửa
      +ClickToRefresh=Click to refresh
       EditWithEditor=Edit with CKEditor
       EditWithTextEditor=Edit with Text editor
       EditHTMLSource=Edit HTML Source
      @@ -772,14 +767,14 @@ ByDay=Theo ngày
       BySalesRepresentative=Theo Đại diện bán hàng
       LinkedToSpecificUsers=Đã liên kết với một số liên lạc người dùng cụ thể
       NoResults=Không có kết quả
      -AdminTools=Admin tools
      +AdminTools=Admin Tools
       SystemTools=Công cụ hệ thống
       ModulesSystemTools=Module công cụ
       Test=Kiểm tra
       Element=Yếu tố
       NoPhotoYet=Chưa có ảnh chưa
       Dashboard=Dashboard
      -MyDashboard=My dashboard
      +MyDashboard=My Dashboard
       Deductible=Giảm trừ doanh thu
       from=từ
       toward=hướng
      @@ -802,7 +797,7 @@ PrintFile=In tập tin %s
       ShowTransaction=Show entry on bank account
       ShowIntervention=Hiện can thiệp
       ShowContract=Hiện hợp đồng
      -GoIntoSetupToChangeLogo=Vào Nhà-Thiết lập-Công ty để đổi logo hoặc vào Nhà-Thiết lập-Hiển thị để ẩn.
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=Deny
       Denied=Denied
       ListOf=List of %s
      @@ -818,12 +813,12 @@ Sincerely=Sincerely
       DeleteLine=Xóa dòng
       ConfirmDeleteLine=Are you sure you want to delete this line?
       NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=No record selected
       MassFilesArea=Area for files built by mass actions
       ShowTempMassFilesArea=Show area of files built by mass actions
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=Related Objects
       ClassifyBilled=Xác định đã ra hóa đơn
       ClassifyUnbilled=Classify unbilled
      @@ -841,7 +836,7 @@ Calendar=Lịch
       GroupBy=Group by...
       ViewFlatList=View flat list
       RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=Direct download link (public/external)
       DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
       Download=Download
      @@ -861,16 +856,25 @@ HR=HR
       HRAndBank=HR and Bank
       AutomaticallyCalculated=Automatically calculated
       TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Import id
       Events=Sự kiện
      -EMailTemplates=Mẫu email
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=Dự án
       Projects=Các dự án
      +LeadOrProject=Lead | Project
      +LeadsOrProjects=Leads | Projects
      +Lead=Lead
      +Leads=Leads
      +ListOpenLeads=List open leads
      +ListOpenProjects=List open projects
      +NewLeadOrProject=New lead or project
       Rights=Phân quyền
       LineNb=Line no.
       IncotermLabel=Incoterms
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=Thứ Hai
       Tuesday=Thứ Ba
      @@ -927,15 +931,15 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Hợp đồng
       SearchIntoCustomerShipments=Customer shipments
       SearchIntoExpenseReports=Báo cáo chi tiêu
      -SearchIntoLeaves=Nghỉ phép
      +SearchIntoLeaves=Leave
       CommentLink=Chú thích
       NbComments=Number of comments
       CommentPage=Comments space
       CommentAdded=Comment added
       CommentDeleted=Comment deleted
       Everybody=Mọi người
      -PayedBy=Payed by
      -PayedTo=Payed to
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=Monthly
       Quarterly=Quarterly
       Annual=Annual
      @@ -945,6 +949,7 @@ LocalAndRemote=Local and Remote
       KeyboardShortcut=Keyboard shortcut
       AssignedTo=Giao cho
       Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      +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/vi_VN/other.lang b/htdocs/langs/vi_VN/other.lang
      index a6a8f19ccb2..fcbc3c0491c 100644
      --- a/htdocs/langs/vi_VN/other.lang
      +++ b/htdocs/langs/vi_VN/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Mã bảo vệ
       NumberingShort=N°
       Tools=Công cụ
       TMenuTools=Công cụ
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=Sinh nhật
       BirthdayDate=Birthday date
       DateToBirth=Ngày tháng năm sinh
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=Message on validated payment return page
       MessageKO=Message on canceled payment return page
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=Can thiệp xác nhận
      -Notify_FICHINTER_SENTBYMAIL=Can thiệp gửi qua đường bưu điện
       Notify_ORDER_VALIDATE=Đơn đặt hàng được xác nhận
       Notify_ORDER_SENTBYMAIL=Đơn đặt hàng được gửi qua đường bưu điện
       Notify_ORDER_SUPPLIER_SENTBYMAIL=Để nhà cung cấp gửi qua đường bưu điện
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=Để nhà cung cấp đã được phê duyệt
       Notify_ORDER_SUPPLIER_REFUSE=Để nhà cung cấp từ chối
       Notify_PROPAL_VALIDATE=Đề nghị khách hàng xác nhận
      -Notify_PROPAL_CLOSE_SIGNED=Propal khách hàng đóng cửa ký
      -Notify_PROPAL_CLOSE_REFUSED=Propal khách hàng Mỹ đóng cửa từ chối
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=Đề nghị thương mại gửi qua đường bưu điện
       Notify_WITHDRAW_TRANSMIT=Rút truyền
       Notify_WITHDRAW_CREDIT=Rút tín dụng
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=Bên thứ ba tạo ra
       Notify_COMPANY_SENTBYMAIL=Mail được gửi từ thẻ của bên thứ ba
       Notify_BILL_VALIDATE=Hóa đơn khách hàng xác nhận
       Notify_BILL_UNVALIDATE=Hóa đơn của khách hàng unvalidated
      -Notify_BILL_PAYED=Hóa đơn của khách hàng payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=Hóa đơn của khách hàng bị hủy bỏ
       Notify_BILL_SENTBYMAIL=Hóa đơn của khách hàng gửi qua đường bưu điện
       Notify_BILL_SUPPLIER_VALIDATE=Nhà cung cấp hóa đơn xác nhận
      -Notify_BILL_SUPPLIER_PAYED=Nhà cung cấp hóa đơn payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=Nhà cung cấp hóa đơn gửi qua đường bưu điện
       Notify_BILL_SUPPLIER_CANCELED=Nhà cung cấp hóa đơn hủy bỏ
       Notify_CONTRACT_VALIDATE=Hợp đồng xác nhận
       Notify_FICHEINTER_VALIDATE=Can thiệp xác nhận
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Can thiệp gửi qua đường bưu điện
       Notify_SHIPPING_VALIDATE=Vận chuyển xác nhận
       Notify_SHIPPING_SENTBYMAIL=Vận Chuyển gửi qua đường bưu điện
       Notify_MEMBER_VALIDATE=Thành viên được xác nhận
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Dự án sáng tạo
       Notify_TASK_CREATE=Nhiệm vụ tạo
       Notify_TASK_MODIFY=Nhiệm vụ sửa đổi
       Notify_TASK_DELETE=Công tác xóa
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=Số đính kèm tập tin / tài liệu
       TotalSizeOfAttachedFiles=Tổng dung lượng của các file đính kèm / tài liệu
       MaxSize=Kích thước tối đa
       AttachANewFile=Đính kèm một tập tin mới / tài liệu
       LinkedObject=Đối tượng liên quan
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>Id Giáo sư% s</b> là một thông tin phụ thuộc vào quốc gia của bên thứ ba. <br> Ví dụ, đối với đất <b>nước% s,</b> đó là <b>mã% s.</b>
       DolibarrDemo=Giới thiệu Dolibarr ERP / CRM
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=Number of proposals
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=Number of units on supplier proposals
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=Sự can thiệp% s đã được xác nhận.
       EMailTextInvoiceValidated=Hóa đơn% s đã được xác nhận.
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=Đề nghị% s đã được xác nhận.
       EMailTextProposalClosedSigned=The proposal %s has been closed signed.
       EMailTextOrderValidated=Trình tự% s đã được xác nhận.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=Trình tự% s đã được phê duyệt bởi% s.
       EMailTextOrderRefused=Trình tự% s đã bị từ chối.
       EMailTextOrderRefusedBy=Trình tự% s đã bị từ chối bởi% s.
       EMailTextExpeditionValidated=Vận chuyển% s đã được xác nhận.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=Thiết lập dữ liệu nhập khẩu
       DolibarrNotification=Tự động thông báo
       ResizeDesc=Nhập chiều rộng mới <b>hoặc</b> tầm cao mới. Tỷ lệ sẽ được giữ trong thời gian thay đổi kích thước ...
      @@ -204,7 +212,7 @@ NewLength=Chiều rộng mới
       NewHeight=Tầm cao mới
       NewSizeAfterCropping=Kích thước mới sau khi cắt xén
       DefineNewAreaToPick=Xác định khu vực mới vào hình để chọn (nhấp chuột vào hình ảnh bên trái sau đó kéo cho đến khi bạn đạt đến góc đối diện)
      -CurrentInformationOnImage=Công cụ này được thiết kế để giúp bạn thay đổi kích thước hoặc cắt hình ảnh. Đây là thông tin về hình ảnh thay đổi nội dung hiện tại
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=Biên tập hình ảnh
       YouReceiveMailBecauseOfNotification=Bạn nhận được thông báo này vì email của bạn đã được thêm vào danh sách các mục tiêu được thông báo về sự kiện đặc biệt vào phần mềm% s% s.
       YouReceiveMailBecauseOfNotification2=Sự kiện này là như sau:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=Khu vực xuất khẩu
      diff --git a/htdocs/langs/vi_VN/projects.lang b/htdocs/langs/vi_VN/projects.lang
      index 4820ff1a573..41731c3ac2b 100644
      --- a/htdocs/langs/vi_VN/projects.lang
      +++ b/htdocs/langs/vi_VN/projects.lang
      @@ -33,14 +33,14 @@ 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=Hiển thị dự án
       ShowTask=Hiện tác vụ
       SetProject=Lập dự án
       NoProject=Không có dự án được xác định hoặc tự tạo
      -NbOfProjects=Nb của dự án
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=Thời gian đã qua
       TimeSpentByYou=Thời gian đã qua bởi bạn
       TimeSpentByUser=Thời gian đã qua bởi người dùng
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=Danh sách các đơn hàng đề xuất được gắn với dự án
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=Danh sách các hợp đồng được gắn với dự án
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=Danh sách các sự can thiệp được gắn với dự án
      -ListExpenseReportsAssociatedProject=Danh sách các báo cáo chi phí liên quan đến dự án
      -ListDonationsAssociatedProject=Danh sách hiến tặng liên quan đến dự án
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=Danh sách các hoạt động được gắn với dự án
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
       TaskCreatedInDolibarr=Tác vụ %s được tạo
       TaskModifiedInDolibarr=Tác vụ %s đã chỉnh sửa
       TaskDeletedInDolibarr=Tác vụ %s đã xóa
      -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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Cộng sự
       SelectElement=Chọn yếu tố
       AddElement=Liên kết đến yếu tố
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Khối lượng công việc dự tính
       PlannedWorkloadShort=Khối lượng công việc
       ProjectReferers=Related items
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Giao việc cho tôi
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Phân công
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb 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
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +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=Đơn hàng đề xuất
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/zh_CN/accountancy.lang b/htdocs/langs/zh_CN/accountancy.lang
      index 79eea3e0bff..56fccded57e 100644
      --- a/htdocs/langs/zh_CN/accountancy.lang
      +++ b/htdocs/langs/zh_CN/accountancy.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - en_US - Accounting Expert
       Accounting=会计
      -ACCOUNTING_EXPORT_SEPARATORCSV=列分隔符的导出文件
      -ACCOUNTING_EXPORT_DATE=日期格式导出文件
      +ACCOUNTING_EXPORT_SEPARATORCSV=导出文件的列分隔符
      +ACCOUNTING_EXPORT_DATE=导出文件的日期格式
       ACCOUNTING_EXPORT_PIECE=导出件数
       ACCOUNTING_EXPORT_GLOBAL_ACCOUNT=导出全局账号
       ACCOUNTING_EXPORT_LABEL=导出标签
      @@ -9,248 +9,254 @@ ACCOUNTING_EXPORT_AMOUNT=导出数量
       ACCOUNTING_EXPORT_DEVISE=导出货币
       Selectformat=请选择文件格式
       ACCOUNTING_EXPORT_FORMAT=请选择文件格式
      -ACCOUNTING_EXPORT_ENDLINE=Select the carriage return type
      -ACCOUNTING_EXPORT_PREFIX_SPEC=文件唯一前缀
      -ThisService=This service
      -ThisProduct=This product
      -DefaultForService=Default for service
      -DefaultForProduct=Default for product
      -CantSuggest=Can't suggest
      -AccountancySetupDoneFromAccountancyMenu=Most setup of the accountancy is done from the menu %s
      -ConfigAccountingExpert=配置财务会计专家模块
      -Journalization=Journalization
      +ACCOUNTING_EXPORT_ENDLINE=选择运费类型
      +ACCOUNTING_EXPORT_PREFIX_SPEC=指定文件名前缀
      +ThisService=这项服务
      +ThisProduct=这个产品
      +DefaultForService=默认服务
      +DefaultForProduct=默认产品
      +CantSuggest=无法建议
      +AccountancySetupDoneFromAccountancyMenu=大多数会计设置都是从​​菜单%s完成的
      +ConfigAccountingExpert=会计专家模块的配置
      +Journalization=记帐
       Journaux=日记帐
      -JournalFinancial=财务日记帐
      -BackToChartofaccounts=返回科目表
      -Chartofaccounts=账户图表
      -CurrentDedicatedAccountingAccount=Current dedicated account
      -AssignDedicatedAccountingAccount=New account to assign
      -InvoiceLabel=Invoice label
      -OverviewOfAmountOfLinesNotBound=Overview of amount of lines not bound to an accounting account
      -OverviewOfAmountOfLinesBound=Overview of amount of lines already bound to an accounting account
      -OtherInfo=Other information
      -DeleteCptCategory=Remove accounting account from group
      -ConfirmDeleteCptCategory=Are you sure you want to remove this accounting account from the accounting account group ?
      -JournalizationInLedgerStatus=Status of journalization
      -AlreadyInGeneralLedger=Already journalized in ledgers
      -NotYetInGeneralLedger=Not yet journalized in ledgers
      -GroupIsEmptyCheckSetup=Group is empty, check setup of the personalized accounting group
      -DetailByAccount=Show detail by account
      -AccountWithNonZeroValues=Accounts with non zero values
      -ListOfAccounts=List of accounts
      +JournalFinancial=财务总监日记帐
      +BackToChartofaccounts=返回会计科目表
      +Chartofaccounts=会计科目表
      +CurrentDedicatedAccountingAccount=当前专用帐户
      +AssignDedicatedAccountingAccount=要分配的新帐户
      +InvoiceLabel=发票标签
      +OverviewOfAmountOfLinesNotBound=未绑定到会计科目的行数的概述
      +OverviewOfAmountOfLinesBound=已绑定到会计科目的行数的概述
      +OtherInfo=其他信息
      +DeleteCptCategory=从组中删除会计帐户
      +ConfirmDeleteCptCategory=您确定要从会计科目组中删除此会计科目吗?
      +JournalizationInLedgerStatus=记帐状态
      +AlreadyInGeneralLedger=已经在分类账中记录
      +NotYetInGeneralLedger=尚未在分类账中记录
      +GroupIsEmptyCheckSetup=组为空,检查个性化会计组的设置
      +DetailByAccount=按帐户显示详细信息
      +AccountWithNonZeroValues=具有非零值的帐户
      +ListOfAccounts=帐户清单
      +CountriesInEEC=欧共体国家
      +CountriesNotInEEC=非欧共体国家
      +CountriesInEECExceptMe=欧共体国家除了%s
      +CountriesExceptMe=除%s以外的所有国家/地区
       
      -MainAccountForCustomersNotDefined=Main accounting account for customers not defined in setup
      -MainAccountForSuppliersNotDefined=Main accounting account for vendors not defined in setup
      -MainAccountForUsersNotDefined=Main accounting account for users not defined in setup
      -MainAccountForVatPaymentNotDefined=Main accounting account for VAT payment not defined in setup
      +MainAccountForCustomersNotDefined=未在设置中定义的顾客的主要会计科目
      +MainAccountForSuppliersNotDefined=未在设置中定义的供应商的主要会计科目
      +MainAccountForUsersNotDefined=未在设置中定义的用户的主要会计科目
      +MainAccountForVatPaymentNotDefined=未在设置中定义的税款支付的主要会计科目
       
      -AccountancyArea=Accounting area
      -AccountancyAreaDescIntro=Usage of the accountancy module is done in several step:
      -AccountancyAreaDescActionOnce=The following actions are usually executed one time only, or once per year...
      -AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you the correct default accounting account when making the journalization (writing record in Journals and General ledger)
      -AccountancyAreaDescActionFreq=The following actions are usually executed every month, week or day for very large companies...
      +AccountancyArea=会计区
      +AccountancyAreaDescIntro=会计模块的使用分几步完成:
      +AccountancyAreaDescActionOnce=以下动作通常只执行一次,或每年执行一次......
      +AccountancyAreaDescActionOnceBis=下一步将在未来节省您将来的时间,在记帐时使用正确的默认会计科目(在日记帐和总帐中写入记录时)
      +AccountancyAreaDescActionFreq=对于非常大的公司,通常每月,每周或每天执行以下操作......
       
      -AccountancyAreaDescJournalSetup=STEP %s: Create or check content of your journal list from menu %s
      -AccountancyAreaDescChartModel=STEP %s: Create a model of chart of account from menu %s
      -AccountancyAreaDescChart=STEP %s: Create or check content of your chart of account from menu %s
      +AccountancyAreaDescJournalSetup=步骤%s:从菜单%s创建或检查日常报表的内容
      +AccountancyAreaDescChartModel=步骤%s:从菜单%s创建一个会计科目表模型
      +AccountancyAreaDescChart=步骤%s:从菜单%s创建或检查您的会计科目表内容
       
      -AccountancyAreaDescVat=STEP %s: Define accounting accounts for each VAT Rates. For this, use the menu entry %s.
      -AccountancyAreaDescDefault=STEP %s: Define default accounting accounts. For this, use the menu entry %s.
      -AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of expense report. For this, use the menu entry %s.
      -AccountancyAreaDescSal=STEP %s: Define default accounting accounts for payment of salaries. For this, use the menu entry %s.
      -AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expences (miscellaneous taxes). For this, use the menu entry %s.
      -AccountancyAreaDescDonation=STEP %s: Define default accounting accounts for donation. For this, use the menu entry %s.
      -AccountancyAreaDescMisc=STEP %s: Define mandatory default account and default accounting accounts for miscellaneous transactions. For this, use the menu entry %s.
      -AccountancyAreaDescLoan=STEP %s: Define default accounting accounts for loans. For this, use the menu entry %s.
      -AccountancyAreaDescBank=STEP %s: Define accounting accounts and journal code for each bank and financial accounts. For this, use the menu entry %s.
      -AccountancyAreaDescProd=STEP %s: Define accounting accounts on your products/services. For this, use the menu entry %s.
      +AccountancyAreaDescVat=步骤%s:为每个税率定义会计科目,使用菜单%s。
      +AccountancyAreaDescDefault=步骤%s:定义默认会计科目,使用菜单%s。
      +AccountancyAreaDescExpenseReport=步骤%s:为每种类型的费用报告定义默认会计科目,使用菜单%s。
      +AccountancyAreaDescSal=步骤%s:定义支付工资的默认会计科目,使用菜单%s。
      +AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expenses (miscellaneous taxes). For this, use the menu entry %s.
      +AccountancyAreaDescDonation=步骤%s:定义捐赠的默认会计科目,使用菜单%s。
      +AccountancyAreaDescMisc=步骤%s:为杂项交易定义强制性默认帐户和默认会计科目,使用菜单%s。
      +AccountancyAreaDescLoan=步骤%s:定义贷款的默认会计科目,使用菜单%s。
      +AccountancyAreaDescBank=步骤%s:为每个银行和财务帐户定义会计科目和日常报表代码,使用菜单%s。
      +AccountancyAreaDescProd=步骤%s:在您的产品/服务上定义会计科目,使用菜单%s。
       
      -AccountancyAreaDescBind=STEP %s: Check the binding between existing %s lines and accounting account is done, so application will be able to journalize transactions in Ledger in one click. Complete missing bindings. For this, use the menu entry %s.
      -AccountancyAreaDescWriteRecords=STEP %s: Write transactions into the Ledger. For this, go into menu <strong>%s</strong>, and click into button <strong>%s</strong>.
      -AccountancyAreaDescAnalyze=STEP %s: Add or edit existing transactions and generate reports and exports.
      +AccountancyAreaDescBind=步骤%s:检查现有%s行与会计科目之间的绑定, 使程序通过单击完成对分类帐中的交易进行日志记录。完成缺失的绑定,使用菜单%s。
      +AccountancyAreaDescWriteRecords=步骤%s:将交易写入分类帐,进入菜单<strong> %s </strong>,然后点击按钮<strong> %s</strong>。
      +AccountancyAreaDescAnalyze=步骤%s:添加或编辑现有交易并生成报告和导出。
       
      -AccountancyAreaDescClosePeriod=STEP %s: Close period so we can't make modification in a future.
      +AccountancyAreaDescClosePeriod=STEP %s:关闭期间,以便禁止修改。
       
      -TheJournalCodeIsNotDefinedOnSomeBankAccount=A mandatory step in setup was not complete (accounting code journal not defined for all bank accounts)
      -Selectchartofaccounts=Select active chart of accounts
      -ChangeAndLoad=Change and load
      -Addanaccount=添加一个会计帐户
      -AccountAccounting=会计账户
      +TheJournalCodeIsNotDefinedOnSomeBankAccount=设置中的必要步骤未完成(未为所有银行帐户定义会计代码日记帐)
      +Selectchartofaccounts=选择活动的会计科目表
      +ChangeAndLoad=改变和加载
      +Addanaccount=添加一个会计科目
      +AccountAccounting=会计科目
       AccountAccountingShort=账户
      -SubledgerAccount=Subledger Account
      -ShowAccountingAccount=Show accounting account
      -ShowAccountingJournal=Show accounting journal
      -AccountAccountingSuggest=Accounting account suggested
      -MenuDefaultAccounts=Default accounts
      +SubledgerAccount=分类账账户
      +ShowAccountingAccount=显示会计科目
      +ShowAccountingJournal=显示会计日常报表
      +AccountAccountingSuggest=建议会计科目
      +MenuDefaultAccounts=默认帐户
       MenuBankAccounts=银行帐户
      -MenuVatAccounts=Vat accounts
      -MenuTaxAccounts=Tax accounts
      -MenuExpenseReportAccounts=Expense report accounts
      -MenuLoanAccounts=Loan accounts
      -MenuProductsAccounts=Product accounts
      -ProductsBinding=Products accounts
      -Ventilation=Binding to accounts
      -CustomersVentilation=Customer invoice binding
      -SuppliersVentilation=Vendor invoice binding
      -ExpenseReportsVentilation=Expense report binding
      -CreateMvts=Create new transaction
      -UpdateMvts=Modification of a transaction
      -ValidTransaction=Validate transaction
      -WriteBookKeeping=Journalize transactions in Ledger
      -Bookkeeping=Ledger
      +MenuVatAccounts=增值税账户
      +MenuTaxAccounts=税务帐户
      +MenuExpenseReportAccounts=费用报告帐户
      +MenuLoanAccounts=贷款账户
      +MenuProductsAccounts=产品帐户
      +ProductsBinding=产品帐户
      +Ventilation=绑定到帐户
      +CustomersVentilation=顾客发票绑定
      +SuppliersVentilation=供应商发票绑定
      +ExpenseReportsVentilation=费用报告绑定
      +CreateMvts=创建新交易
      +UpdateMvts=修改交易
      +ValidTransaction=验证交易
      +WriteBookKeeping=在帐目中记录交易
      +Bookkeeping=分类帐
       AccountBalance=账目平衡
      -ObjectsRef=Source object ref
      -CAHTF=税前供应商采购总计
      -TotalExpenseReport=Total expense report
      -InvoiceLines=Lines of invoices to bind
      -InvoiceLinesDone=Bound lines of invoices
      -ExpenseReportLines=Lines of expense reports to bind
      -ExpenseReportLinesDone=Bound lines of expense reports
      -IntoAccount=Bind line with the accounting account
      +ObjectsRef=源对象引用
      +CAHTF=税前采购供应商总计
      +TotalExpenseReport=总费用报告
      +InvoiceLines=要绑定的发票行
      +InvoiceLinesDone=已绑定的发票行
      +ExpenseReportLines=要绑定的费用行报告
      +ExpenseReportLinesDone=已绑定的费用报告行
      +IntoAccount=用会计科目绑定行
       
       
      -Ventilate=Bind
      -LineId=Id line
      -Processing=处理
      -EndProcessing=Process terminated.
      +Ventilate=绑定
      +LineId=Id行
      +Processing=处理中
      +EndProcessing=流程终止
       SelectedLines=选定的行
       Lineofinvoice=发票行
      -LineOfExpenseReport=Line of expense report
      -NoAccountSelected=No accounting account selected
      -VentilatedinAccount=Binded successfully to the accounting account
      -NotVentilatedinAccount=Not bound to the accounting account
      -XLineSuccessfullyBinded=%s products/services successfully bound to an accounting account
      -XLineFailedToBeBinded=%s products/services were not bound to any accounting account
      +LineOfExpenseReport=费用报告行
      +NoAccountSelected=未选定会计科目
      +VentilatedinAccount=已绑定到会计科目
      +NotVentilatedinAccount=未绑定到会计科目
      +XLineSuccessfullyBinded=%s产品/服务绑定到会计科目
      +XLineFailedToBeBinded=%s产品/服务未绑定到会计科目
       
      -ACCOUNTING_LIMIT_LIST_VENTILATION=Number of elements to bind shown by page (maximum recommended : 50)
      -ACCOUNTING_LIST_SORT_VENTILATION_TODO=Begin the sorting of the page "Binding to do" by the most recent elements
      -ACCOUNTING_LIST_SORT_VENTILATION_DONE=Begin the sorting of the page "Binding done" by the most recent elements
      +ACCOUNTING_LIMIT_LIST_VENTILATION=每页显示的要绑定的元素数量(建议最大值:50)
      +ACCOUNTING_LIST_SORT_VENTILATION_TODO=按“最近"对“即将绑定”页面进行排序
      +ACCOUNTING_LIST_SORT_VENTILATION_DONE=按"最近"对"绑定完成"页面进行排序
       
      -ACCOUNTING_LENGTH_DESCRIPTION=Truncate product & services description in listings after x chars (Best = 50)
      -ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Truncate product & services account description form in listings after x chars (Best = 50)
      -ACCOUNTING_LENGTH_GACCOUNT=Length of the general accounting accounts (If you set value to 6 here, the account '706' will appear like '706000' on screen)
      -ACCOUNTING_LENGTH_AACCOUNT=Length of the third party accounting accounts (If you set value to 6 here, the account '401' will appear like '401000' on screen)
      -ACCOUNTING_MANAGE_ZERO=Allow to manage different number of zero at the end of an accounting account. Needed by some countries (like switzerland). If keep to off (default), you can set the 2 following parameters to ask application to add virtual zero.
      -BANK_DISABLE_DIRECT_INPUT=Disable direct recording of transaction in bank account
      -ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Enable draft export on journal
      +ACCOUNTING_LENGTH_DESCRIPTION=在X字符后截断列表中的产品和服务描述(最佳X= 50)
      +ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=在X字符后截断列表中的产品和服务帐户描述表单(最佳X= 50)
      +ACCOUNTING_LENGTH_GACCOUNT=一般会计科目的长度(如果您在此处将值设置为6,则帐户'706'将在屏幕上显示为'706000')
      +ACCOUNTING_LENGTH_AACCOUNT=第三方会计科目的长度(如果您在此处将值设置为6,则帐户'401'将在屏幕上显示为'401000')
      +ACCOUNTING_MANAGE_ZERO=允许在会计帐户结束时管理不同数量的零。一些国家(如瑞士)需要。如果保持关闭(默认),您可以设置以下2个参数以要求应用程序添加虚拟零。
      +BANK_DISABLE_DIRECT_INPUT=禁止在银行帐户中直接记录交易
      +ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=在日记帐上启用草稿导出
       
      -ACCOUNTING_SELL_JOURNAL=卖杂志
      -ACCOUNTING_PURCHASE_JOURNAL=购买杂志
      -ACCOUNTING_MISCELLANEOUS_JOURNAL=其他杂志
      -ACCOUNTING_EXPENSEREPORT_JOURNAL=费用报表日记
      -ACCOUNTING_SOCIAL_JOURNAL=社交杂志
      -ACCOUNTING_HAS_NEW_JOURNAL=Has new Journal
      +ACCOUNTING_SELL_JOURNAL=销售日记帐
      +ACCOUNTING_PURCHASE_JOURNAL=采购日记帐
      +ACCOUNTING_MISCELLANEOUS_JOURNAL=杂项日记帐
      +ACCOUNTING_EXPENSEREPORT_JOURNAL=费用报表日记帐
      +ACCOUNTING_SOCIAL_JOURNAL=社会日记帐
      +ACCOUNTING_HAS_NEW_JOURNAL=有新的日常报表
       
      -ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transfer
      -ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
      -DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
      +ACCOUNTING_ACCOUNT_TRANSFER_CASH=会计科目-转账
      +ACCOUNTING_ACCOUNT_SUSPENSE=会计科目-等待
      +DONATION_ACCOUNTINGACCOUNT=会计科目-登记捐款
       
      -ACCOUNTING_PRODUCT_BUY_ACCOUNT=Accounting account by default for bought products (used if not defined in the product sheet)
      -ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Accounting account by default for the sold products (used if not defined in the product sheet)
      -ACCOUNTING_SERVICE_BUY_ACCOUNT=Accounting account by default for the bought services (used if not defined in the service sheet)
      -ACCOUNTING_SERVICE_SOLD_ACCOUNT=Accounting account by default for the sold services (used if not defined in the service sheet)
      +ACCOUNTING_PRODUCT_BUY_ACCOUNT=购买产品的默认会计科目(如果未在产品说明书中定义,则使用)
      +ACCOUNTING_PRODUCT_SOLD_ACCOUNT=销售产品的默认会计科目(如果未在产品说明书中定义,则使用)
      +ACCOUNTING_SERVICE_BUY_ACCOUNT=已购买服务的默认会计科目(如果未在服务单中定义,则使用)
      +ACCOUNTING_SERVICE_SOLD_ACCOUNT=默认情况下,已售出服务的会计科目(如果未在服务单中定义,则使用)
       
       Doctype=文件类型
       Docdate=日期
       Docref=参考
       LabelAccount=标签帐户
      -LabelOperation=Label operation
      +LabelOperation=标签操作
       Sens=SENS
      +LetteringCode=刻字代码
       Codejournal=日记帐
       NumPiece=件数
       TransactionNumShort=Num. transaction
      -AccountingCategory=Personalized groups
      -GroupByAccountAccounting=Group by accounting account
      -AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.
      -ByAccounts=By accounts
      -ByPredefinedAccountGroups=By predefined groups
      -ByPersonalizedAccountGroups=By personalized groups
      +AccountingCategory=会计分类
      +GroupByAccountAccounting=按会计科目分组
      +AccountingAccountGroupsDesc=您可以在此处定义一些会计科目组。它们将用于会计分类报告。
      +ByAccounts=按帐户
      +ByPredefinedAccountGroups=按预定义的组
      +ByPersonalizedAccountGroups=通过个性化团体
       ByYear=在今年
       NotMatch=未设定
      -DeleteMvt=Delete Ledger lines
      +DeleteMvt=删除分类帐行
       DelYear=删除整年
      -DelJournal=删除整月
      -ConfirmDeleteMvt=This will delete all lines of the Ledger for year and/or from a specific journal. At least one criteria is required.
      -ConfirmDeleteMvtPartial=This will delete the transaction from the Ledger (all lines related to same transaction will be deleted)
      +DelJournal=日记帐删除
      +ConfirmDeleteMvt=这将删除年份和/或特定日常报表的所有账目行。至少需要一个标准。
      +ConfirmDeleteMvtPartial=这将从分类帐中删除该交易(将删除与同一交易相关的所有行)
       FinanceJournal=财务账
      -ExpenseReportsJournal=Expense reports journal
      +ExpenseReportsJournal=费用报告日常报表
       DescFinanceJournal=财务账包括全部银行账户付款类型
      -DescJournalOnlyBindedVisible=This is a view of record that are bound to an accounting account and can be recorded into the Ledger.
      -VATAccountNotDefined=Account for VAT not defined
      -ThirdpartyAccountNotDefined=Account for third party not defined
      -ProductAccountNotDefined=Account for product not defined
      -FeeAccountNotDefined=Account for fee not defined
      -BankAccountNotDefined=Account for bank not defined
      +DescJournalOnlyBindedVisible=这是记录的视图,它绑定到会计帐户并可以记录到分类帐中。
      +VATAccountNotDefined=未定义增值税的帐户
      +ThirdpartyAccountNotDefined=未定义的第三方帐户
      +ProductAccountNotDefined=未定义产品的帐户
      +FeeAccountNotDefined=未定义费用的帐户
      +BankAccountNotDefined=银行帐户未定义
       CustomerInvoicePayment=付款发票的客户
      -ThirdPartyAccount=Third party account
      -NewAccountingMvt=New transaction
      -NumMvts=Numero of transaction
      -ListeMvts=List of movements
      +ThirdPartyAccount=第三方帐户
      +NewAccountingMvt=新交易
      +NumMvts=Numero的交易
      +ListeMvts=运动清单
       ErrorDebitCredit=借记卡和信用卡在同一时间不能有一个值
      -AddCompteFromBK=Add accounting accounts to the group
      -ReportThirdParty=List third party account
      -DescThirdPartyReport=Consult here the list of the third party customers and vendors and their accounting accounts
      -ListAccounts=会计账目清单
      -UnknownAccountForThirdparty=Unknown third party account. We will use %s
      -UnknownAccountForThirdpartyBlocking=Unknown third party account. Blocking error
      -UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Unknown third party account and waiting account not defined. Blocking error
      -PaymentsNotLinkedToProduct=Payment not linked to any product / service
      +AddCompteFromBK=将会计科目添加到组中
      +ReportThirdParty=列出第三方帐户
      +DescThirdPartyReport=请在此处查看第三方客户和供应商及其会计帐户的列表
      +ListAccounts=会计科目清单
      +UnknownAccountForThirdparty=未知的第三方帐户。我们将使用%s
      +UnknownAccountForThirdpartyBlocking=未知的第三方帐户。阻止错误
      +UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=未定义未知的第三方帐户和等待帐户。阻止错误
      +PaymentsNotLinkedToProduct=付款未与任何产品/服务相关联
       
      -Pcgtype=Group of account
      -Pcgsubtype=Subgroup of account
      -PcgtypeDesc=Group and subgroup of account are used as predefined 'filter' and 'grouping' criterias for some accounting reports. For example, 'INCOME' or 'EXPENSE' are used as groups for accounting accounts of products to build the expense/income report.
      +Pcgtype=帐户组
      +Pcgsubtype=帐户子组
      +PcgtypeDesc=Group and subgroup of account are used as predefined 'filter' and 'grouping' criteria for some accounting reports. For example, 'INCOME' or 'EXPENSE' are used as groups for accounting accounts of products to build the expense/income report.
       
       TotalVente=Total turnover before tax
       TotalMarge=总销售利润率
       
      -DescVentilCustomer=Consult here the list of customer invoice lines bound (or not) to a product accounting account
      -DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on product/service cards or if you still has some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      -DescVentilDoneCustomer=Consult here the list of the lines of invoices customers and their product accounting account
      -DescVentilTodoCustomer=Bind invoice lines not already bound with a product accounting account
      -ChangeAccount=Change the product/service accounting account for selected lines with the following accounting account:
      +DescVentilCustomer=请在此处查看与产品会计科目绑定(或不绑定)的客户发票行列表
      +DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on product/service cards or if you still have some lines not bound to an account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      +DescVentilDoneCustomer=请在此查看发票客户及其产品会计科目的行列表
      +DescVentilTodoCustomer=绑定尚未与产品会计科目绑定的发票行
      +ChangeAccount=使用以下会计科目更改所选行的产品/服务会计科目:
       Vide=-
      -DescVentilSupplier=Consult here the list of vendor invoice lines bound or not yet bound to a product accounting account
      -DescVentilDoneSupplier=Consult here the list of the lines of invoices vendors and their accounting account
      -DescVentilTodoExpenseReport=Bind expense report lines not already bound with a fee accounting account
      -DescVentilExpenseReport=Consult here the list of expense report lines bound (or not) to a fee accounting account
      -DescVentilExpenseReportMore=If you setup accounting account on type of expense report lines, the application will be able to make all the binding between your expense report lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on fees dictionary or if you still has some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      -DescVentilDoneExpenseReport=Consult here the list of the lines of expenses reports and their fees accounting account
      +DescVentilSupplier=请在此处查看已绑定或尚未绑定到产品会计科目的供应商发票行列表
      +DescVentilDoneSupplier=请在此查询发票供应商及其会计科目的行列表
      +DescVentilTodoExpenseReport=绑定费用报表行尚未绑定费用会计帐户
      +DescVentilExpenseReport=请在此处查看费用会计帐户绑定(或不绑定)的费用报表行列表
      +DescVentilExpenseReportMore=If you setup accounting account on type of expense report lines, the application will be able to make all the binding between your expense report lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on fees dictionary or if you still have some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      +DescVentilDoneExpenseReport=请在此查询费用报表行及其费用会计帐户清单
       
      -ValidateHistory=Bind Automatically
      -AutomaticBindingDone=Automatic binding done
      +ValidateHistory=自动绑定
      +AutomaticBindingDone=自动绑定完成
       
      -ErrorAccountancyCodeIsAlreadyUse=错误,你不能删除这个会计帐户,因为它是用来
      -MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
      -FicheVentilation=Binding card
      -GeneralLedgerIsWritten=Transactions are written in the Ledger
      -GeneralLedgerSomeRecordWasNotRecorded=Some of the transactions could not be journalized. If there is no other error message, this is probably because they were already journalized.
      -NoNewRecordSaved=No more record to journalize
      -ListOfProductsWithoutAccountingAccount=List of products not bound to any accounting account
      -ChangeBinding=Change the binding
      -Accounted=Accounted in ledger
      -NotYetAccounted=Not yet accounted in ledger
      +ErrorAccountancyCodeIsAlreadyUse=错误,你不能删除这个会计科目,因为正被使用。
      +MvtNotCorrectlyBalanced=运动不正确平衡。借方= %s | Credit = %s
      +Balancing=平衡
      +FicheVentilation=绑定卡
      +GeneralLedgerIsWritten=交易是在Ledger中写的
      +GeneralLedgerSomeRecordWasNotRecorded=某些交易无法记录。如果没有其他错误消息,这可能是因为它们已经被记录。
      +NoNewRecordSaved=没有更多的记录记录
      +ListOfProductsWithoutAccountingAccount=未绑定到任何会计科目的产品列表
      +ChangeBinding=更改绑定
      +Accounted=占总账
      +NotYetAccounted=尚未计入分类帐
       
       ## Admin
       ApplyMassCategories=应用批量类别
      -AddAccountFromBookKeepingWithNoCategories=Available acccount not yet in a personalized group
      -CategoryDeleted=Category for the accounting account has been removed
      -AccountingJournals=Accounting journals
      -AccountingJournal=Accounting journal
      -NewAccountingJournal=New accounting journal
      -ShowAccoutingJournal=Show accounting journal
      +AddAccountFromBookKeepingWithNoCategories=Available account not yet in a personalized group
      +CategoryDeleted=会计科目的类别已被删除
      +AccountingJournals=会计日常报表
      +AccountingJournal=会计日常报表
      +NewAccountingJournal=新建会计日常报表
      +ShowAccoutingJournal=显示会计日常报表
       Nature=属性
      -AccountingJournalType1=Miscellaneous operations
      +AccountingJournalType1=杂项业务
       AccountingJournalType2=销售
       AccountingJournalType3=采购
       AccountingJournalType4=银行
      -AccountingJournalType5=Expenses report
      -AccountingJournalType8=Inventory
      -AccountingJournalType9=Has-new
      -ErrorAccountingJournalIsAlreadyUse=This journal is already use
      -AccountingAccountForSalesTaxAreDefinedInto=Note: Accounting account for Sales tax are defined into menu <b>%s</b> - <b>%s</b>
      +AccountingJournalType5=费用报告
      +AccountingJournalType8=库存
      +AccountingJournalType9=拥有全新
      +ErrorAccountingJournalIsAlreadyUse=该日常报表已经使用
      +AccountingAccountForSalesTaxAreDefinedInto=注意:销售税的会计科目已定义到菜单<b> %s </b>  -  <b> %s</b>
       
       ## Export
      -ExportDraftJournal=Export draft journal
      +ExportDraftJournal=导出日常报表草稿
       Modelcsv=导出型号
       Selectmodelcsv=请选择一个导出模板
       Modelcsv_normal=典型的导出
      @@ -261,25 +267,26 @@ Modelcsv_ciel=向 Sage Ciel Compta 或 Compta Evolution导出
       Modelcsv_quadratus=向 Quadratus QuadraCompta导出
       Modelcsv_ebp=向 EBP导出
       Modelcsv_cogilog=导出到 Cogilog
      -Modelcsv_agiris=Export towards Agiris
      -Modelcsv_configurable=Export Configurable
      -ChartofaccountsId=Chart of accounts Id
      +Modelcsv_agiris=向Agiris出口
      +Modelcsv_configurable=导出CSV可配置
      +Modelcsv_FEC=Export FEC (Art. L47 A) (Test)
      +ChartofaccountsId=会计科目表ID
       
       ## Tools - Init accounting account on product / service
       InitAccountancy=初始化会计
      -InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
      -DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
      +InitAccountancyDesc=此页面可用于初始化没有为销售和购买定义的会计科目的产品和服务的会计科目。
      +DefaultBindingDesc=此页面可用于设置默认帐户,用于在未设置特定会计帐户时链接有关付款工资,捐款,税金和增值税的交易记录。
       Options=选项
       OptionModeProductSell=销售模式
       OptionModeProductBuy=采购模式
      -OptionModeProductSellDesc=Show all products with accounting account for sales.
      -OptionModeProductBuyDesc=Show all products with accounting account for purchases.
      -CleanFixHistory=Remove accounting code from lines that not exists into charts of account
      -CleanHistory=Reset all bindings for selected year
      -PredefinedGroups=Predefined groups
      -WithoutValidAccount=Without valid dedicated account
      -WithValidAccount=With valid dedicated account
      -ValueNotIntoChartOfAccount=This value of accounting account does not exist into chart of account
      +OptionModeProductSellDesc=显示所有具有销售会计帐户的产品。
      +OptionModeProductBuyDesc=显示所有带有会计帐户的产品。
      +CleanFixHistory=将不存在于会计科目表中的行删除科目代码
      +CleanHistory=重置所选年份的所有绑定
      +PredefinedGroups=预定义的组
      +WithoutValidAccount=没有有效的专用帐户
      +WithValidAccount=有效的专用帐户
      +ValueNotIntoChartOfAccount=会计科目的这个值不存在于会计科目表中
       
       ## Dictionary
       Range=会计科目范围
      @@ -287,20 +294,20 @@ Calculated=计算
       Formula=公式
       
       ## Error
      -SomeMandatoryStepsOfSetupWereNotDone=Some mandatory steps of setup was not done, please complete them
      -ErrorNoAccountingCategoryForThisCountry=No accounting account group available for country %s (See Home - Setup - Dictionaries)
      -ErrorInvoiceContainsLinesNotYetBounded=You try to journalize some lines of the invoice <strong>%s</strong>, but some other lines are not yet bounded to accounting account. Journalization of all invoice lines for this invoice are refused.
      -ErrorInvoiceContainsLinesNotYetBoundedShort=Some lines on invoice are not bound to accounting account.
      +SomeMandatoryStepsOfSetupWereNotDone=一些强制性的安装步骤没有完成,请完成它们
      +ErrorNoAccountingCategoryForThisCountry=没有%s可用的的会计科目组(请参阅主页 - 设置 - 词典)
      +ErrorInvoiceContainsLinesNotYetBounded=您尝试记录发票的某些行<strong> %s </strong>,但其他一些行尚未绑定到会计帐户。此发票的所有发票行的日记帐均被拒绝。
      +ErrorInvoiceContainsLinesNotYetBoundedShort=发票上的某些行未绑定到会计帐户。
       ExportNotSupported=本页不支持设置导出格式
      -BookeppingLineAlreayExists=已存在的账簿明细行
      -NoJournalDefined=No journal defined
      -Binded=Lines bound
      -ToBind=Lines to bind
      -UseMenuToSetBindindManualy=Autodection not possible, use menu <a href="%s">%s</a> to make the binding manually
      +BookeppingLineAlreayExists=已经存在于簿记中的行
      +NoJournalDefined=没有定义日常报表
      +Binded=线条约束
      +ToBind=要绑定的行
      +UseMenuToSetBindindManualy=Lines not yet bound, use menu <a href="%s">%s</a> to make the binding manually
       
       ## Import
      -ImportAccountingEntries=Accounting entries
      +ImportAccountingEntries=会计分录
       
      -WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manualy in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
      -ExpenseReportJournal=Expense Report Journal
      -InventoryJournal=Inventory Journal
      +WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manually in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
      +ExpenseReportJournal=费用报告日常报表
      +InventoryJournal=库存日常报表
      diff --git a/htdocs/langs/zh_CN/admin.lang b/htdocs/langs/zh_CN/admin.lang
      index e7399c01294..1c38c33012c 100644
      --- a/htdocs/langs/zh_CN/admin.lang
      +++ b/htdocs/langs/zh_CN/admin.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - Source file is en_US - admin
       Foundation=机构
       Version=版本
      -Publisher=Publisher
      +Publisher=出版者
       VersionProgram=程序版本
       VersionLastInstall=初始安装版本
       VersionLastUpgrade=最新版本升级
      @@ -9,70 +9,70 @@ VersionExperimental=试验
       VersionDevelopment=开发
       VersionUnknown=未知
       VersionRecommanded=推荐
      -FileCheck=Files integrity checker
      -FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
      -FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
      -FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
      -FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
      -GlobalChecksum=Global checksum
      -MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
      -LocalSignature=Embedded local signature (less reliable)
      -RemoteSignature=Remote distant signature (more reliable)
      +FileCheck=文件完整性检查程序
      +FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker, for example.
      +FileIntegrityIsStrictlyConformedWithReference=文件完整性严格符合参考。
      +FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
      +FileIntegritySomeFilesWereRemovedOrModified=文件完整性检查失败。某些文件已被修改,删除或添加。
      +GlobalChecksum=全局校验和
      +MakeIntegrityAnalysisFrom=对应用程序文件进行完整性分析
      +LocalSignature=嵌入式本地签名(不太可靠)
      +RemoteSignature=远程遥控签名(更可靠)
       FilesMissing=缺少文件
       FilesUpdated=已更新的文件
      -FilesModified=Modified Files
      -FilesAdded=Added Files
      -FileCheckDolibarr=Check integrity of application files
      -AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
      -XmlNotFound=Xml Integrity File of application not found
      +FilesModified=已修改的文件
      +FilesAdded=增加的文件
      +FileCheckDolibarr=检查应用程序文件的完整性
      +AvailableOnlyOnPackagedVersions=完整性检查的本地文件仅在从官方软件包安装应用程序时可用
      +XmlNotFound=找不到程序的Xml完整性文件
       SessionId=会话 ID
       SessionSaveHandler=会话保存处理程序
       SessionSavePath=存储会话本地化
       PurgeSessions=清空会话
       ConfirmPurgeSessions=您真的要清除所有会话吗?它将断开每个用户(您自己除外)。
      -NoSessionListWithThisHandler=你 PHP 中设置的保存会话处理程序不允许列出运行中的会话。
      +NoSessionListWithThisHandler=您 PHP 中设置的保存会话处理程序不允许列出运行中的会话。
       LockNewSessions=锁定新连接
      -ConfirmLockNewSessions=你确定要限制 Dolibarr 的所有新连接?这样做将只有当前用户 <b>%s</b> 可以连接。
      +ConfirmLockNewSessions=你确定要限制 Dolibarr 的所有新连接,只允许您自己连入?此后将只有用户 <b>%s</b> 可以连入。
       UnlockNewSessions=取消连接锁定
       YourSession=你的会话
       Sessions=用户会话
       WebUserGroup=Web 服务器用户/组
       NoSessionFound=你的 PHP 设置似乎不允许列出运行中的会话。会话的存储目录 <b>%s</b>可能受到系统权限或PHP open_basedir 指令的保护。
       DBStoringCharset=数据库保存数据的字符编码
      -DBSortingCharset=数据库数据排序的字符编码
      -ClientCharset=Client charset
      -ClientSortingCharset=Client collation
      +DBSortingCharset=数据库排序数据的字符编码
      +ClientCharset=客户端的字符编码
      +ClientSortingCharset=客户核对
       WarningModuleNotActive=<b> %s </b>模块必须启用
      -WarningOnlyPermissionOfActivatedModules=仅与已启用模块相关的权限显示在此。您可以在 主页->设定->模块页面中启用其它模块。
      +WarningOnlyPermissionOfActivatedModules=仅与已启用模块相关的权限显示在此。您可以在 "主页"->"设置"->"模块"页面中启用其它模块。
       DolibarrSetup=Dolibarr安装或升级向导
       InternalUser=内部员工用户
       ExternalUser=外部用户
       InternalUsers=内部员工用户
       ExternalUsers=外部用户
       GUISetup=主题
      -SetupArea=设置区
      -UploadNewTemplate=Upload new template(s)
      +SetupArea=设置
      +UploadNewTemplate=上传新模板
       FormToTestFileUploadForm=文件上传功能测试
       IfModuleEnabled=注:“是”仅在模块 <b>%s</b> 启用时有效
       RemoveLock=如果存在文件 <b>%s</b> 则删除,以便可以使用升级工具。
       RestoreLock=恢复文件<b> %s </b>的只读权限,以禁止升级工具的使用。
       SecuritySetup=安全设置
      -SecurityFilesDesc=Define here options related to security about uploading files.
      +SecurityFilesDesc=在此定义与上载文件的安全性相关的选项。
       ErrorModuleRequirePHPVersion=错误,此模块要求 PHP 版本 %s 或更高
       ErrorModuleRequireDolibarrVersion=错误,此模块要求 Dolibarr 版本 %s 或更高
       ErrorDecimalLargerThanAreForbidden=错误,不支持超过 <b>%s</b> 的精度。
      -DictionarySetup=词典的设置
      +DictionarySetup=字典的设置
       Dictionary=字典库
      -ErrorReservedTypeSystemSystemAuto=类型值 'system' 与 'systemauto' 是系统保留值。不能以'user'为值添加您的记录
      +ErrorReservedTypeSystemSystemAuto=类型的值'system'和'systemauto'保留。您可以使用“user”作为值来添加自己的记录
       ErrorCodeCantContainZero=编码不能包含 0
       DisableJavascript=禁用JavaScript和Ajax功能(推荐 盲人或文本浏览器)
      -UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectContactTooltip=同样地如果你有大批量的合伙人 (> 100 000), 你也可以通过设置常数 CONTACT_DONOTSEARCH_ANYWHERE 来提高速度到 1 在设置->其他菜单下设置。 搜索将被限制为字符串开始。
      -DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
      -DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
      +UseSearchToSelectCompanyTooltip=此外,如果您有大量第三方(> 100 000),您可以通过在"设置"-> "其他"中将常量COMPANY_DONOTSEARCH_ANYWHERE设置为1来提高速度。然后搜索将限制为以字符串的开头。
      +UseSearchToSelectContactTooltip=此外,如果您有大量第三方(> 100 000),您可以通过在"设置"-> "其他"中将常量CONTACT_DONOTSEARCH_ANYWHERE设置为1来提高速度。然后搜索将限制为以字符串开头。
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=触发搜索的字符数量:%s
       NotAvailableWhenAjaxDisabled=Ajax 禁用时不可用
      -AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
      +AllowToSelectProjectFromOtherCompany=在合作方的文档上,可以选择链接到另一个合作方的项目
       JavascriptDisabled=禁用 JavaScript
       UsePreviewTabs=使用预览标签
       ShowPreview=显示预览
      @@ -80,25 +80,25 @@ PreviewNotAvailable=无预览
       ThemeCurrentlyActive=当前使用的主题
       CurrentTimeZone=PHP 服务器的时区
       MySQLTimeZone=MySql 服务器的时区
      -TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=空间
       Table=表
       Fields=字段
       Index=索引
       Mask=格式掩码
      -NextValue=下一个编码
      -NextValueForInvoices=下一个发票编码
      -NextValueForCreditNotes=下一个票据编码
      -NextValueForDeposit=Next value (down payment)
      -NextValueForReplacements=下一值(替换)
      -MustBeLowerThanPHPLimit=注意:无论这个参数值是多少,您的 PHP 参数已经限制每个上传文件大小为<b>%s</b> %s,
      +NextValue=下一个值
      +NextValueForInvoices=下一个值(发票)
      +NextValueForCreditNotes=下一个值(贷方记录)
      +NextValueForDeposit=下一个值(首付)
      +NextValueForReplacements=下一个值(替换)
      +MustBeLowerThanPHPLimit=注:无论这个参数值是多少,您的 PHP 参数已经限制每个上传文件大小为<b>%s</b> %s,
       NoMaxSizeByPHPLimit=注:您的 PHP 配置参数中没有设置限制
      -MaxSizeForUploadedFiles=上传文件的最大大小 (0 表示禁止上传)
      +MaxSizeForUploadedFiles=上传文件的最大尺寸(0表示不允许上传)
       UseCaptchaCode=登陆页面启用图形验证码
       AntiVirusCommand= 防毒命令的完整路径
       AntiVirusCommandExample= ClamWin 示例:c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>ClamAv 实例:/usr/bin/clamscan
       AntiVirusParam= 更多命令行参数
      -AntiVirusParamExample= ClamWin 示例: --database
      +AntiVirusParamExample= ClamWin的示例: -  database =“C:\\ Program Files(x86)\\ ClamWin \\ lib”
       ComptaSetup=会计模块设置
       UserSetup=用户管理设置
       MultiCurrencySetup=多币种设置
      @@ -126,16 +126,16 @@ PHPTZ=PHP服务器时区
       DaylingSavingTime=夏令时间
       CurrentHour=PHP 服务器时间
       CurrentSessionTimeOut=当前会话超时
      -YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=插件
       Boxes=插件
      -MaxNbOfLinesForBoxes=插件清单最大数值
      -AllWidgetsWereEnabled=All available widgets are enabled
      +MaxNbOfLinesForBoxes=插件显示行数
      +AllWidgetsWereEnabled=全部插件已启用
       PositionByDefault=默认顺序
       Position=位置
      -MenusDesc=菜单栏管理者设置两个菜单栏内容(包括横向和纵向)
      -MenusEditorDesc=The menu editor allows you to define custom menu entries. Use it carefully to avoid instability and permanently unreachable menu entries.<br>Some modules add menu entries (in menu <b>All</b> mostly). If you remove some of these entries by mistake, you can restore them disabling and reenabling the module.
      +MenusDesc=菜单管理器定义两菜单中的内容(横向和纵向菜单栏)。
      +MenusEditorDesc=菜单编辑器允许您定义个性化的菜单项。请谨慎使用,以免造成部分菜单项无法访问,影响 Dolibarr 的稳定性。<br>一些模块会添加菜单项(通常在 <b>所有(All)</b>菜单下)。如果您错误的移除了其中的一些菜单项,可以通过禁用/重新启用相应的模块来恢复。
       MenuForUsers=用户菜单
       LangFile=.lang 文件
       System=系统
      @@ -143,15 +143,15 @@ SystemInfo=系统信息
       SystemToolsArea=系统工具区
       SystemToolsAreaDesc=此区域提供管理员功能。请点选菜单来管理你想要的内容。
       Purge=清空
      -PurgeAreaDesc=该页面允许您删除所有由Dolibarr自动生成和储存的文件(临时文件和所有在<b>%s</b>目录里的文件)。不必要使用该功能。它是为那些把Dolibarr安装在第三方的服务器并且没有删除文件权限的使用者提供的一个应急操作。
      -PurgeDeleteLogFile=Delete log files, including <b>%s</b> defined for Syslog module (no risk of losing data)
      -PurgeDeleteTemporaryFiles=删除临时文件(无数据丢失风险)
      +PurgeAreaDesc=此页面允许您删除目录<b>%s</b>或临时文件夹中 Dolibarr 生成或存储的所有文件。通常无需使用此功能。它为Dolibarr托管在服务器上,但服务供应商未提供删除权限的用户而设。
      +PurgeDeleteLogFile=删除系统日志模块定义的日志文件<b>%s</b>(无数据丢失风险)
      +PurgeDeleteTemporaryFiles=删除所有临时文件(无数据丢失风险)
       PurgeDeleteTemporaryFilesShort=删除临时文件
       PurgeDeleteAllFilesInDocumentsDir=删除 <b>%s</b> 目录中的所有文件。临时文件、数据库备份转储文件、系统档案条目(第三方、账单)的附件及 电子文档管理 模块中上传的文件。
       PurgeRunNow=立即清空
       PurgeNothingToDelete=未删除目录或文件
       PurgeNDirectoriesDeleted=<b>%s</b> 个文件或目录删除。
      -PurgeNDirectoriesFailed=Failed to delete <b>%s</b> files or directories.
      +PurgeNDirectoriesFailed=删除 <b>%s</b>文件或目录失败
       PurgeAuditEvents=清空所有安全事件
       ConfirmPurgeAuditEvents=您确定要清除所有安全事件吗?所有安全日志将被删除,但不会删除其他数据。
       GenerateBackup=生成备份
      @@ -187,33 +187,33 @@ ExtendedInsert=扩展 INSERT
       NoLockBeforeInsert=INSERT 命令前后没有锁定命令
       DelayedInsert=延迟插入
       EncodeBinariesInHexa=二进制数据以十六进制编码
      -IgnoreDuplicateRecords=忽略错误的重复记录(插入忽略)
      +IgnoreDuplicateRecords=忽略重复记录错误(INSERT IGNORE)
       AutoDetectLang=自动检测(浏览器的语言)
       FeatureDisabledInDemo=功能在演示版中已禁用
      -FeatureAvailableOnlyOnStable=Feature only available on official stable versions
      -BoxesDesc=小组件展示一些可以添加到您个人页面的信息。您可以通过选择目标页面点击“激活”或关闭按钮来选择显示或关闭这些小组件。
      +FeatureAvailableOnlyOnStable=功能仅适用于官方稳定版本
      +BoxesDesc=资讯框是一些页面中显示信息的屏幕区域。你可以选择目标页面并点击“启用”或垃圾桶按钮来显示或禁用这些信息域。
       OnlyActiveElementsAreShown=仅显示 <a href="%s">已启用模块</a> 的元素。
      -ModulesDesc=Dolibarr 模块定义在软件中启用了哪些应用程序/功能。部分模块/应用在激活后必须授予用户使用权限。单击“状态”列中的开/关按钮来启用或禁用模块/功能。
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=你能在外部互联网查找到并下载更多的功能模块...
      -ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
      -ModulesMarketPlaces=更多应用/模块
      -ModulesDevelopYourModule=Develop your own app/modules
      -ModulesDevelopDesc=You can develop or find a partner to develop for you, your personalised module
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
      +ModulesMarketPlaces=更多模块...
      +ModulesDevelopYourModule=开发自己的模块
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=新建
      -FreeModule=Free
      -CompatibleUpTo=Compatible with version %s
      -NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).
      -CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
      -SeeInMarkerPlace=See in Market place
      -Updated=Updated
      -Nouveauté=Novelty
      -AchatTelechargement=Buy / Download
      -GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
      +FreeModule=空余
      +CompatibleUpTo=与版本%s兼容
      +NotCompatible=此模块似乎与您的Dolibarr %s(Min %s  -  Max %s)不兼容。
      +CompatibleAfterUpdate=此模块需要更新Dolibarr %s(Min %s  -  Max %s)。
      +SeeInMarkerPlace=在市场上看到
      +Updated=已更新
      +Nouveauté=新颖
      +AchatTelechargement=购买/下载
      +GoModuleSetupArea=要部署/安装新模块,请转到<a href="%s"> %s </a>上的模块设置区域。
       DoliStoreDesc=DoliStore,为 Dolibarr 的 ERP/CRM 的外部模块官方市场
      -DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
       WebSiteDesc=参考网址查找更多模块...
      -DevelopYourModuleDesc=Some solutions to develop your own module...
      +DevelopYourModuleDesc=一些开发自己模块的解决方案......
       URL=链接
       BoxesAvailable=插件可用
       BoxesActivated=插件已启用
      @@ -221,78 +221,82 @@ ActivateOn=启用
       ActiveOn=启用
       SourceFile=来源文件
       AvailableOnlyIfJavascriptAndAjaxNotDisabled=仅当 JavaScript 启用时可用
      -Required=必须
      -UsedOnlyWithTypeOption=仅使用部分日程选项
      +Required=必要
      +UsedOnlyWithTypeOption=仅供某些议程选项使用
       Security=安全
       Passwords=密码
       DoNotStoreClearPassword=不在数据库中储存明文密码,只存储加密后的密码(建议启用)
       MainDbPasswordFileConfEncrypted=加密 conf.php 中的数据库密码(推荐启用)
      -InstrucToEncodePass=如果要在<b>conf.php</b>中使用明文密码,请将<br><b>$dolibarr_main_db_pass="...";</b><br>替换为br><b>$dolibarr_main_db_pass="crypted:%s";</b>
      -InstrucToClearPass=如果要在<b>conf.php</b>中使用明文密码,请将<br><b>$dolibarr_main_db_pass="crypted:...";</b><br>替换为<br><b>$dolibarr_main_db_pass="%s";</b>
      -ProtectAndEncryptPdfFiles=保护生成的PDF文件(不推荐,影响PDF的批量生成)
      +InstrucToEncodePass=要将 <b>conf.php</b> 文件中的密码加密,替换行 <br><b>$ dolibarr_main_db_pass="..."</b><br> 为 <br><b>$dolibarr_main_db_pass="crypted:%s"</b>
      +InstrucToClearPass=要在<b>conf.php</b>文件中使用将明文密码,替换行<br><b>$ dolibarr_main_db_pass="crypted:..."</b><br>为<br><b>$dolibarr_main_db_pass="%s"</b>
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=PDF保护允许在PDF浏览器中阅读和打印PDF,但无法编辑和复制内容。请注意,使用此功能将导致生成全局多页合并PDF的功能无效(例如未支付账单)。
      -Feature=功能特色
      +Feature=功能
       DolibarrLicense=授权
      -Developpers=开发商/贡献者
      +Developpers=开发者/贡献者
       OfficialWebSite=Dolibarr 国际官方网站
       OfficialWebSiteLocal=内部网站 (%s)
       OfficialWiki=Dolibarr Wiki 上的文档
       OfficialDemo=Dolibarr在线演示
      -OfficialMarketPlace=官方市场提供外部扩展模型/模块
      +OfficialMarketPlace=官方市场提供外部模块/扩展
       OfficialWebHostingService=引用网络托管服务(云主机)
       ReferencedPreferredPartners=首选合作伙伴
      -OtherResources=Other resources
      -ExternalResources=External resources
      -SocialNetworks=Social Networks
      +OtherResources=其他资源
      +ExternalResources=外部资源
      +SocialNetworks=社交网络
       ForDocumentationSeeWiki=用户或开发人员用文档(文档,常见问题…),<br>参见 Dolibarr 百科:<br><b><a href="%s" target="_blank">%s</a></b>
       ForAnswersSeeForum=您有任何其他问题/帮助,可以到 Dolibarr 论坛: <br> <b><a href="%s" target="_blank">%s</a></b>简体中文翻译可到Dolibarr爱好者交流Q群技术交流:206239089
      -HelpCenterDesc1=此处可以帮助你获得 Dolibarr 帮助支持服务。
      -HelpCenterDesc2=此服务的一些部分,<b>仅有英文</b> 可用。
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=此资源的一些部分,<b>仅有英文</b> 可用。
       CurrentMenuHandler=当前菜单处理程序
       MeasuringUnit=计量单位
      -LeftMargin=Left margin
      -TopMargin=Top margin
      -PaperSize=Paper type
      -Orientation=Orientation
      -SpaceX=Space X
      -SpaceY=Space Y
      -FontSize=Font size
      -Content=Content
      -NoticePeriod=通知期限
      -NewByMonth=New by month
      +LeftMargin=左页边距
      +TopMargin=顶页边距
      +PaperSize=纸张类型
      +Orientation=方向
      +SpaceX=空间X.
      +SpaceY=空间Y.
      +FontSize=字体大小
      +Content=内容
      +NoticePeriod=通知期
      +NewByMonth=按月新增
       Emails=电子邮件
       EMailsSetup=电子邮件设置
      -EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
      -EmailSenderProfiles=Emails sender profiles
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
      +EmailSenderProfiles=电子邮件发件人资料
       MAIN_MAIL_SMTP_PORT=SMTP/SMTPS 端口 ( php.ini 文件中的默认值:<b>%s</b>)
       MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS 主机 ( php.ini 文件中的默认值:<b>%s</b>)
       MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS 端口 ( Unix 类系统下未在 PHP 中定义)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS 主机 ( Unix 类系统下未在 PHP 中定义)
      -MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (By default in php.ini: <b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=Eemail used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
       MAIN_MAIL_AUTOCOPY_TO= BCC 所有发送邮件至
      -MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes or demos)
      -MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employees users with email into allowed destinaries list
      -MAIN_MAIL_SENDMODE=电邮发送方法
      -MAIN_MAIL_SMTPS_ID=SMTP ID,如果要求验证
      -MAIN_MAIL_SMTPS_PW=SMTP 密码,如果要求验证
      -MAIN_MAIL_EMAIL_TLS= 使用 TLS(SSL)加密
      -MAIN_MAIL_EMAIL_STARTTLS= 使用 TLS(SSL)加密
      -MAIN_DISABLE_ALL_SMS=禁用所有短信发送(用于测试目的或演示)
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
      +MAIN_MAIL_FORCE_SENDTO=发送电子邮件至(替换真正的收件人,用于测试目的)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=短信发送方法
      -MAIN_MAIL_SMS_FROM=发送短信的默认发件人号码
      -MAIN_MAIL_DEFAULT_FROMTYPE=Sender email by default for manual sendings (User email or Company email)
      -UserEmail=User email
      -CompanyEmail=Company email
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
      +UserEmail=用户邮箱
      +CompanyEmail=公司邮箱
       FeatureNotAvailableOnLinux=功能在 Unix 类系统下不可用。请在本地测试您的sendmail程序。
      -SubmitTranslation=如果您发现当前语言的翻译不完整或有误,您可以通过编辑 <b>langs/%s</b> 文件更正它,并将修改后的文件提交至  www.transifex.com/dolibarr-association/dolibarr/
      -SubmitTranslationENUS=如果您发现当前语言的翻译不完整或有误,您可以通过编辑 <b>langs/%s</b> 文件更正它,并将修改后的文件提交至 dolibarr.org/forum 或github开发者 github.com/Dolibarr/dolibarr.
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslationENUS=如果您发现当前语言的翻译不完整或有误,您可以通过编辑 <b>langs/%s</b> 文件更正它,并将修改后的文件提交至  www.transifex.com/dolibarr-association/dolibarr/(或者提交至QQ群:206239089)
       ModuleSetup=模块设置
      -ModulesSetup=Modules/Application setup
      +ModulesSetup=模块设置
       ModuleFamilyBase=系统
       ModuleFamilyCrm=客户关系管理(CRM)
      -ModuleFamilySrm=Vendor Relation Management (VRM)
      +ModuleFamilySrm=供应商关系管理(VRM)
       ModuleFamilyProducts=产品管理
       ModuleFamilyHr=人力资源管理 (HR)
       ModuleFamilyProjects=项目/协同工作
      @@ -301,63 +305,63 @@ ModuleFamilyTechnic=多模块工具
       ModuleFamilyExperimental=试验性模块
       ModuleFamilyFinancial=财务模块(会计/金库)
       ModuleFamilyECM=电子文档管理(ECM)
      -ModuleFamilyPortal=网页和其他正面应用程序
      +ModuleFamilyPortal=网页和其他前端应用
       ModuleFamilyInterface=系统外部扩展接口
       MenuHandlers=菜单处理程序
       MenuAdmin=菜单编辑器
       DoNotUseInProduction=请勿用于生产环境
       ThisIsProcessToFollow=步骤如下:
      -ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
      +ThisIsAlternativeProcessToFollow=这是手动处理的替代设置:
       StepNb=第 %s 步
      -FindPackageFromWebSite=搜索你需要的功能(例如在官方 %s )。
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=下载安装包 (例如从官方网站上 %s)
      -UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
      -UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
      -SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
      -NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
      -InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
      -InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
      -YouCanSubmitFile=For this step, you can submit the .zip file of module package here :
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
      +NotExistsDirect=未设置可选备用根目录。<br>
      +InfDirAlt=自 v3 版本开始,Dolibarr 可以定义备用根目录地址。这令您可以将插件和自定义模板保存至同一位置。<br>您只需在Dolibarr的根目录下创建一个目录(例如custom)。<br>
      +InfDirExample=<br>然后在文件<strong> conf.php</strong>中声明它。<br> $ dolibarr_main_url_root_alt ='/ custom'<br> $ dolibarr_main_document_root_alt ='/ path / of / dolibarr / htdocs / custom'<br>如果这些行用“#”注释,要启用它们,只需删除“#”字符即可取消注释。
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr 当前版本
      -CallUpdatePage=升级更新数据库和数据请到: %s.
      +CallUpdatePage=请到数据库的结构和数据更新页面:%s。
       LastStableVersion=最新稳定版
      -LastActivationDate=Latest activation date
      -LastActivationAuthor=Latest activation author
      -LastActivationIP=Latest activation IP
      +LastActivationDate=最新激活日期
      +LastActivationAuthor=最新激活作者
      +LastActivationIP=最新激活IP
       UpdateServerOffline=离线升级服务器
      -WithCounter=Manage a counter
      -GenericMaskCodes=You may enter any numbering mask. In this mask, the following tags could be used:<br><b>{000000}</b> corresponds to a number which will be incremented on each %s. Enter as many zeros as the desired length of the counter. The counter will be completed by zeros from the left in order to have as many zeros as the mask. <br><b>{000000+000}</b> same as previous but an offset corresponding to the number to the right of the + sign is applied starting on first %s. <br><b>{000000@x}</b> same as previous but the counter is reset to zero when month x is reached (x between 1 and 12, or 0 to use the early months of fiscal year defined in your configuration, or 99 to reset to zero every month). If this option is used and x is 2 or higher, then sequence {yy}{mm} or {yyyy}{mm} is also required. <br><b>{dd}</b> day (01 to 31).<br><b>{mm}</b> month (01 to 12).<br><b>{yy}</b>, <b>{yyyy}</b> or <b>{y}</b> year over 2, 4 or 1 numbers. <br>
      -GenericMaskCodes2=<b>{cccc}</b> the client code on n characters<br><b>{cccc000}</b> the client code on n characters is followed by a counter dedicated for customer. This counter dedicated to customer is reset at same time than global counter.<br><b>{tttt}</b> The code of third party type on n characters (see menu Home - Setup - Dictionary - Types of third parties). If you add this tag, the counter will be different for each type of third party.<br>
      +WithCounter=管理柜台
      +GenericMaskCodes=您可自由设置格式掩码。在 %s 格式掩码中, 有如下计数标记可用:<br><b>{000000}</b>表示按顺序递增的序号。序号位数与掩码中0的个数相同,不足自动补零,达最大值后自动归零。<br><b>{000000+000}</b> 同上但 %s 起始序号从 + 后的数值记起。<br><b>{000000@x}</b> 与第一种相同,但序号到X月时自动清零(x=1~12 、0=程序设置中的财年起始月、99=每月清零)。 如果使用此种掩码且 x >= 2 ,则必须同时使用日期掩码 {yy}{mm} 或 {yyyy}{mm}。<br><b>{dd}</b> 天 (01~31)。<br><b>{mm}</b> 月 (01~12)。<br><b>{yy}</b>,<b>{yyyy}</b> 或 <b>{y}</b> 代表 2位, 4位 或 1 位年。<br><br>
      +GenericMaskCodes2=<b>{cccc}</b> 客户代码<br><b>{cccc000}</b> 客户代码ccc后跟客户引用序号000。<br><b>{tttt}></b> 公司类型代码。(参见公司类型的下拉菜单项目列表)。<br>
       GenericMaskCodes3=其它非标记字符将维持不变。<br>不允许使用空格<br>
      -GenericMaskCodes4a=<u>Example on the 99th %s of the third party TheCompany, with date 2007-01-31:</u><br>
      -GenericMaskCodes4b=<u>例如合伙人创建于 2007-03-01:</u><br>
      +GenericMaskCodes4a=<u>例如: 2007-01-31 第三方“TheCompany”的第99笔 %s :</u> <br>
      +GenericMaskCodes4b=<u>例如合作方创建于 2007-03-01:</u><br>
       GenericMaskCodes4c=<u>例如: 于 2007-03-1 建立的产品资料:</u><br>
      -GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC0701-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b><br><b>IN{yy}{mm}-{0000}-{t}</b> will give <b>IN0701-0099-A</b> if the type of company is 'Responsable Inscripto' with code for type that is 'A_RI'
      +GenericMaskCodes5=格式掩码: <b>ABC{yy}{mm}-{000000}</b> 将生成编号 <b>ABC0701-000099</b><br> 格式掩码:<b>{0000+100}-ZZZ/{dd}/XXX</b> 将生成编号 <b>0199-ZZZ/31/XXX</b>
       GenericNumRefModelDesc=根据事先定义的格式掩码,返回一个可定制编号,详见说明。
       ServerAvailableOnIPOrPort=可用服务器地址: <b>%s:</b><b>%s</b>
       ServerNotAvailableOnIPOrPort=服务器地址: <b>%s:</b><b>%s</b> 不可用
       DoTestServerAvailability=测试服务器连通性
       DoTestSend=测试发送
       DoTestSendHTML=测试发送 HTML
      -ErrorCantUseRazIfNoYearInMask=Error, can't use option @ to reset counter each year if sequence {yy} or {yyyy} is not in mask.
      +ErrorCantUseRazIfNoYearInMask=错误,如果序列{yy}或{yyyy}不在掩码中,则不能使用选项@来重置计数器。
       ErrorCantUseRazInStartedYearIfNoYearMonthInMask=错误,格式掩码中标记 @ 必须与{yy}{mm}或{yyyy}{mm}同时使用。
       UMask=Unix/Linux/BSD 文件系统下新文件的 umask 参数。
       UMaskExplanation=定义服务器上 Dolibarr 创建文件的默认权限(例如上传的文件)。<br>它必须是八进制值(例如,0666就表示人人可读可写)。 <br>此参数对Windows服务器无效。
      -SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and their organization
      +SeeWikiForAllTeam=全部参与者及其机构的完整列表参见wiki页面
       UseACacheDelay= 缓存导出响应的延迟时间(0或留空表示禁用缓存)
       DisableLinkToHelpCenter=隐藏登陆页面中的“<b>需要帮助或支持</b>”链接
       DisableLinkToHelp=隐藏在线帮助链接 "<b>%s</b>"
      -AddCRIfTooLong=注意:没有自动换行功能,所以如果一行文字太长会超出纸张,请务必按下Enter键换行。
      -ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=最小长度
       LanguageFilesCachedIntoShmopSharedMemory=文件 .lang 已加载到共享内存
      -LanguageFile=Language file
      -ExamplesWithCurrentSetup=当前运行设置的实例
      +LanguageFile=语言文件
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=开源办公软件文档模板目录列表
       ListOfDirectoriesForModelGenODT=包含开源办公软件的格式的文档的模板目录列表。<br><br>请在此填写完整的目录路径。<br>每填写一个目录路径结尾按回车换行。<br>添加一个 GED 模块目录, 如下 <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>。<br><br>该目录中的文件格式必须是 <b>.odt</b> 格式或 <b>.ods</b>格式。
      -NumberOfModelFilesFound=这些目录中发现的 ODT/ODS 格式的模板文件数量
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=参考语法格式:<br>c:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
      -FollowingSubstitutionKeysCanBeUsed=<br>了解如何建立和保存ODT文件范本到指定目录,请阅读说明文档:
      +FollowingSubstitutionKeysCanBeUsed=<br>要知道如何建立您的ODT文件范本并储存在指定目录,请至wiki网站:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
       FirstnameNamePosition=姓 /名 位置顺序
       DescWeather=当事件逾期/延误达到以下数值范围时,主看板将显示如下图标:
      @@ -365,141 +369,143 @@ KeyForWebServicesAccess=使用 SOAP 服务的密钥 (webservices 中的"dolibarr
       TestSubmitForm=可在以下表单输入资料来测试
       ThisForceAlsoTheme=使用此菜单管理器将同时使用其主题,无论用户如何设置。同时此菜单管理器专为智能手机而设计但并不适用于所有手机。如果您的手机上使用有问题请选择其它主题。
       ThemeDir=主题目录
      -ConnectionTimeout=连接超时
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=响应超时
       SmsTestMessage=测试消息从 __PHONEFROM__ 至 __ PHONETO__
       ModuleMustBeEnabledFirst=必须先行激活启用 <b>%s</b> 模块如果你需要使用这个功能的话。
       SecurityToken=保护URL链接的密钥
      -NoSmsEngine=无短信发送管理程序可用。SMS发件人管理器没有安装默认分布 (因为他们依赖于一个外部供应商) 但你能在这儿找到一些 %s
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF格式
      -PDFDesc=你可以设置PDF生成有关的每个全局选项
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=PDF 中地址生成规则
      -HideAnyVATInformationOnPDF=Hide all information related to Sales tax / VAT on generated PDF
      -PDFRulesForSalesTax=Rules for Sales Tax / VAT
      -PDFLocaltax=Rules for %s
      -HideLocalTaxOnPDF=Hide %s rate into pdf column tax sale
      -HideDescOnPDF=生成 PDF 中隐藏产品描述信息
      -HideRefOnPDF=隐藏生成 PDF 中的产品编号
      -HideDetailsOnPDF=在生成的PDF文档中隐藏产品详情
      -PlaceCustomerAddressToIsoLocation=Use french standard position (La Poste) for customer address position
      +HideAnyVATInformationOnPDF=生成的PDF中隐藏税率的信息
      +PDFRulesForSalesTax=销售税/增值税规则
      +PDFLocaltax=%s的规则
      +HideLocalTaxOnPDF=将%s税率隐藏到pdf栏税收销售中
      +HideDescOnPDF=生成的PDF 中隐藏产品描述信息
      +HideRefOnPDF=生成的PDF 中的隐藏产品编号
      +HideDetailsOnPDF=生成的PDF中隐藏产品详情
      +PlaceCustomerAddressToIsoLocation=使用法国标准位置(La Poste)作为客户地址位置
       Library=资料库
       UrlGenerationParameters=URL地址的保护参数
       SecurityTokenIsUnique=为每个URL使用唯一的securekey参数值
       EnterRefToBuildUrl=输入对象 %s 的编号
       GetSecuredUrl=获取算得的URL地址
      -ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=以前的增值税率(VAT)
       NewVATRates=新建增值税率(VAT)
       PriceBaseTypeToChange=设置了基本参考价值的产品的价格
       MassConvert=执行批量转换
       String=字符串
      -TextLong=Long text 长文本型
      -HtmlText=Html text
      +TextLong=长文本
      +HtmlText=Html文字
       Int=整型
       Float=浮点型
       DateAndTime=日期与小时
       Unique=唯一
      -Boolean=Boolean (one checkbox)
      +Boolean=布尔值(复选框)
       ExtrafieldPhone = 电话
       ExtrafieldPrice = 价格
       ExtrafieldMail = 电子邮件
      -ExtrafieldUrl = Url
      +ExtrafieldUrl = 网址
       ExtrafieldSelect = 选择列表
       ExtrafieldSelectList = 从表格中选取
      -ExtrafieldSeparator=Separator (not a field)
      +ExtrafieldSeparator=分隔符(不是字段)
       ExtrafieldPassword=密码
      -ExtrafieldRadio=Radio buttons (on choice only)
      -ExtrafieldCheckBox=Checkboxes
      -ExtrafieldCheckBoxFromList=Checkboxes from table
      -ExtrafieldLink=连接到项目
      -ComputedFormula=Computed field
      -ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=Keep this field empty means value will be stored without encryption (field must be only hidden with star on screen).<br>Set here value 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retreive original value)
      -ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
      -ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      -ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
      -ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      -ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax  extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list :<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
      -ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax : ObjectName:Classpath<br>Examples :<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
      +ExtrafieldRadio=Radio buttons (one choice only)
      +ExtrafieldCheckBox=复选框
      +ExtrafieldCheckBoxFromList=表格中的复选框
      +ExtrafieldLink=连接到对象
      +ComputedFormula=计算字段
      +ComputedFormulaDesc=您可以使用对象的其他属性或任何PHP编码在此输入公式以获得动态计算值。您可以使用任何PHP兼容的公式,包括“?”条件运算符,并跟随全局对象:<strong> $ db,$ conf,$ langs,$ mysoc,$ user,$ object</strong>。<br> <strong>警告</strong>:只有$object的某些属性可能是可用的。如果你需要一个未加载的属性,只需在第二个例子中自己将对象提取到公式中。<br>使用计算字段意味着你无法从界面输入任何值。此外,如果存在语法错误,则公式可能不返回任何内容。<br> <br>公式示例:<br> $ object-> id <10? round($ object-> id / 2,2):( $ object-> id + 2 * $ user-> id)*(int)substr($ mysoc-> zip,1,2)<br> <br>重新加载对象的示例<br>(($ reloadedobj = new Societe($ db))&&($ reloadedobj-> fetch($ obj-> id?$ obj-> id:($ obj-> rowid?$ obj-> rowid:$ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5:' -  1'<br> <br> 强制加载对象及其父对象的公式的其他示例:<br>($ reloadedobj = new Task($ db))&&($ reloadedobj-> fetch($ object-> id)> 0)&&($ secondloadedobj = new Project($ db))&&($ secondloadedobj-> fetch($ reloadedobj-> fk_project )> 0))? $ secondloadedobj-> ref:'未找到父项目'
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
      +ExtrafieldParamHelpselect=值列表必须是格式为键/值对的行(其中键不能为'0')<br> <br>\n例如: <br>  1,value1<br> 2,value2 <br> code3,value3 <br>... <br> <br>\n 为了使列表具有另一个补充属性列表: <br> 1,value1 | options_<i>parent_list_code </i>:parent_key <br> 2,value2 | options_<i>parent_list_code</i> :parent_key<br><br>\n为了使列表依赖于另一个列表:   <br> 1,value1 | <i> parent_list_code</i>:parent_key<br> 2,value2 | <i> parent_list_code </i>:parent_key
      +ExtrafieldParamHelpcheckbox=值列表必须是格式为键/值对(其中键不能为'0')<br> <br>例如: <br> 1,value1 <br> 2,value2 <br>3,value3<br> ...
      +ExtrafieldParamHelpradio=值列表必须是格式为键/值对(其中键不能为'0')<br> <br>  例如:<br> 1,value1 <br> 2,value2 <br> 3,value3<br> ...
      +ExtrafieldParamHelpsellist=参数列表来自一个表<br>语法 : table_name:label_field:id_field::filter<br>例如 : c_typent:libelle:id::filter<br><br>过滤器可以是一个简单的测试 (eg active=1) 只显示活动值<br>你也可以使用 $ID$ 在当前id过滤器当前对象<br>用 SELECT 过滤器 $SEL$<br>如果你想在 extrafields 过滤器使用语法  extra.fieldcode=... (哪里栏位代码 extrafield)<br><br>为了有列表取决于另一个 :<br>c_typent:libelle:id:parent_list_code|parent_column:filter
      +ExtrafieldParamHelpchkbxlst=参数列表来自一个表<br>语法 : table_name:label_field:id_field::filter<br>例如 : c_typent:libelle:id::filter<br><br>过滤器可以是一个简单的测试 (eg active=1) 只显示活动值<br>你也可以使用 $ID$ 在当前id过滤器当前对象<br>用 SELECT 过滤器 $SEL$<br>如果你想在 extrafields 过滤器使用语法  extra.fieldcode=... (哪里栏位代码 extrafield)<br><br>为了有列表取决于另一个 :<br>c_typent:libelle:id:parent_list_code|parent_column:filter
      +ExtrafieldParamHelplink=参数必须是ObjectName:Classpath <br>语法:ObjectName:Classpath <br>示例:<br> Societe:societe / class / societe.class.php <br>联系人:contact / class / contact.class.php
       LibraryToBuildPDF=已使用资料库以支持生成PDF文件
      -LocalTaxDesc=一些国家适用于每个发票行2或3的税。如果是这样的情况下,选择的类型的第二和第三税和其速率。可能的类型有: <br> 1:地方税适用的产品和服务,而增值税(localtax的计算量不含税) <br> 2:地方税适用的产品和服务,包括增值税(localtax的计算量+纳税主体) <br> 3:地方税适用的产品不含增值税(localtax的计算量不含税) <br> 4:地方税适用的产品包括增值税(localtax的计算量+主缸) <br> 5:地方税适用于服务,而增值税(localtax的计算量不含税) <br> 6:地方税适用于服务包括增值税(localtax的计算量+税)
      +LocalTaxDesc=在一些国家,每个账单行有 2 或 3 项税。(大陆不适用)如果是这样,请选择第二和第三项税的类型及税率。Possible type are:<br>1 : local tax apply on products and services without vat (vat is not applied on local tax)<br>2 : local tax apply on products and services before vat (vat is calculated on amount + localtax)<br>3 : local tax apply on products without vat (vat is not applied on local tax)<br>4 : local tax apply on products before vat (vat is calculated on amount + localtax)<br>5 : local tax apply on services without vat (vat is not applied on local tax)<br>6 : local tax apply on services before vat (vat is calculated on amount + localtax)
       SMS=短信
       LinkToTestClickToDial=输入一个电话号码来为用户显示网络电话网址测试功能 <strong>%s</strong>
       RefreshPhoneLink=刷新链接
      -LinkToTest=为用户生成的可访问链接 strong>%s</strong> (单击电话号码来测试)
      +LinkToTest=为用户生成的可访问链接<strong>%s</strong> (单击电话号码来测试)
       KeepEmptyToUseDefault=不填表示使用默认值
       DefaultLink=默认链接
       SetAsDefault=设为默认
       ValueOverwrittenByUserSetup=警告,此设置可能被用户设置所覆盖(用户可以设置各自的网络电话链接)
       ExternalModule=附加模块 - 安装于 %s 目录下
      -BarcodeInitForThirdparties=合伙人条码批量初始化
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=产品或服务条码批量初始化或重置
      -CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
      -InitEmptyBarCode=Init value for next %s empty records
      +CurrentlyNWithoutBarCode=目前,您在<strong> %s </ strong> %s上没有定义条形码时有<strong> %s </ strong>记录。
      +InitEmptyBarCode=初始值为下一个%s空记录
       EraseAllCurrentBarCode=抹掉现存所有条码值
      -ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
      -AllBarcodeReset=所有现存条码值已经被抹掉
      -NoBarcodeNumberingTemplateDefined=条码编号模版在条形码模块中没有被启用。
      +ConfirmEraseAllCurrentBarCode=您确定要删除所有当前条形码值吗?
      +AllBarcodeReset=所有现存条码值已经被删除
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=启用文件缓存
      -ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
      +ShowDetailsInPDFPageFoot=在PDF文件的页脚中添加更多详细信息,例如公司地址或经理姓名(以填写专业ID,公司资本和增值税号)。
       NoDetails=页脚无更多详情
       DisplayCompanyInfo=显示公司地址
      -DisplayCompanyManagers=显示管理员名称
      -DisplayCompanyInfoAndManagers=Display company address and manager names
      -EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
      -ModuleCompanyCodeCustomerAquarium=%s followed by third party customer code for a customer accounting code
      -ModuleCompanyCodeSupplierAquarium=%s followed by third party supplier code for a supplier accounting code
      -ModuleCompanyCodePanicum=Return an empty accounting code.
      -ModuleCompanyCodeDigitaria=Accounting code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
      -Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
      -UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
      -WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) does not allow you to send an email from another server than their own server. Your current setup use the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not a server of them, so few of your sent Emails may not be accepted (be carefull also to your email provider sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
      -WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: <strong>%s</strong>.
      -ClickToShowDescription=Click to show description
      -DependsOn=This module need the module(s)
      -RequiredBy=This module is required by module(s)
      -TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      -PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -EnableDefaultValues=Enable usage of personalized default values
      -EnableOverwriteTranslation=Enable usage of overwrote translation
      -GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
      -WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
      -Field=栏位
      -ProductDocumentTemplates=Document templates to generate product document
      -FreeLegalTextOnExpenseReports=Free legal text on expense reports
      -WatermarkOnDraftExpenseReports=Watermark on draft expense reports
      -AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable)
      -FilesAttachedToEmail=Attach file
      -SendEmailsReminders=Send agenda reminders by emails
      -davDescription=Add a component to be a DAV server
      -DAVSetup=Setup of module DAV
      -DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DisplayCompanyManagers=显示经理姓名
      +DisplayCompanyInfoAndManagers=显示公司地址和经理姓名
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
      +ModuleCompanyCodePanicum=返回一个空的科目代码
      +ModuleCompanyCodeDigitaria=科目代码取决于合作方的代码。代码以C开头,后跟合作方代码的 5 个字符
      +Use3StepsApproval=默认情况下,需要由2个不同的用户创建和批准采购订单(一步/用户创建和一步/用户批准。请注意,如果用户同时拥有创建和批准权限,则一步/用户就足够了) 。如果金额高于专用值,您可以要求使用此选项引入第三步/用户批准(因此需要3个步骤:1 =验证,2 =首次批准,3 =如果金额足够则为第二批准)。 <br>如果一个批准(2个步骤)足够,则将其设置为空,如果始终需要第二个批准(3个步骤),则将其设置为非常低的值(0.1)。
      +UseDoubleApproval=当金额(不含税)高于......时,使用3步批准
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
      +WarningPHPMail2=如果您的电子邮件SMTP提供商需要将电子邮件客户端限制为某些IP地址(非常罕见),则这是您的ERP CRM应用程序的邮件用户代理(MUA)的IP地址:<strong> %s</strong>。
      +ClickToShowDescription=单击以显示说明
      +DependsOn=This module needs the module(s)
      +RequiredBy=本模块被以下模块需要
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      +PageUrlForDefaultValuesCreate=<br>对于表单来创建新的合作方,它是<strong> %s </strong>,<br>如果你想要以url参数为默认值,你可以使用<strong> %s </strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +EnableDefaultValues=启用个性化默认值的使用
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
      +WarningSettingSortOrder=警告,如果字段是未知字段,则在列表页面上设置默认排序顺序可能会导致技术错误。如果遇到此类错误,请返回此页面以删除默认排序顺序并恢复默认行为。
      +Field=字段
      +ProductDocumentTemplates=文档模板以生成产品文档
      +FreeLegalTextOnExpenseReports=费用报告中的免费法律文本
      +WatermarkOnDraftExpenseReports=草稿费用报告上的水印
      +AttachMainDocByDefault=如果要在默认情况下将主文档附加到电子邮件,请将此项设置为1(如果适用)
      +FilesAttachedToEmail=附加文件
      +SendEmailsReminders=通过电子邮件发送议程提醒
      +davDescription=添加组件作为DAV服务器
      +DAVSetup=模块DAV的设置
      +DAV_ALLOW_PUBLIC_DIR=启用公共目录(不需要登录的WebDav目录)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=Enable the root directy of DMS/ECM module (login required)
      +DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Like for the feature from the web interface, you will need a valid login/password with granted permissions to access it.
       # Modules
       Module0Name=用户和组
      -Module0Desc=Users / Employees and Groups management
      -Module1Name=合伙人
      +Module0Desc=用户/员工和组管理
      +Module1Name=Third Parties
       Module1Desc=公司和联络人管理(客户、准客户潜在客户...等等)模块
       Module2Name=商业交易
       Module2Desc=交易管理
       Module10Name=会计
      -Module10Desc=Simple accounting reports (journals, turnover) based onto database content. Does not use any ledger table.
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=报价
       Module20Desc=报价管理模块
       Module22Name=邮件群发
       Module22Desc=电子邮件群发的管理
       Module23Name=能耗
       Module23Desc=能耗监测
      -Module25Name=客户订单
      -Module25Desc=客户订单管理模块
      +Module25Name=销售订单
      +Module25Desc=销售订单管理
       Module30Name=发票
       Module30Desc=客户发票和信用记录管理。供应商发票管理。
       Module40Name=供应商
      -Module40Desc=Suppliers and purchase management (purchase orders and billing)
      -Module42Name=Debug Logs
      -Module42Desc=Logging facilities (file, syslog, ...). Such logs are for technical/debug purposes.
      +Module40Desc=供应商和采购管理(采购订单和账单)
      +Module42Name=调试日志
      +Module42Desc=记录设施(文件,系统日志,......)。此类日志用于技术/调试目的。
       Module49Name=编辑器
       Module49Desc=编辑器管理
       Module50Name=产品
      @@ -511,13 +517,13 @@ Module52Desc=产品库存的管理
       Module53Name=服务
       Module53Desc=服务的管理
       Module54Name=联系人/订阅
      -Module54Desc=联系人管理(服务或常规订阅)模块
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=条码
       Module55Desc=条码管理
       Module56Name=电话
       Module56Desc=电话整合
      -Module57Name=Direct bank payment orders
      -Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
      +Module57Name=长期订单
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=网络电话
       Module58Desc=网络电话系统集成(Asterisk ...)
       Module59Name=Bookmark4u
      @@ -528,108 +534,112 @@ Module75Name=差旅费用记录
       Module75Desc=费用和差旅记录的管理
       Module80Name=运输
       Module80Desc=运输和交货单快递单管理模块
      -Module85Name=银行和现金
      +Module85Name=Banks and Cash
       Module85Desc=银行或现金帐户管理
      -Module100Name=外部站点
      -Module100Desc=此模块添加外部网站链接或页面到 Dolibarr 的菜单或页面框架中
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman 及 SPIP
       Module105Desc=会员模块的 Mailman 或 SPIP 接口
       Module200Name=LDAP
      -Module200Desc=LDAP目录同步
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke 整合
       Module240Name=数据导出
      -Module240Desc=将数据从Dolibarr导出的工具(助手)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=数据导入
      -Module250Desc=将数据导入Dolibarr的工具(助手)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=会员
       Module310Desc=机构会员管理模块
       Module320Name=RSS 源
       Module320Desc=添加 RSS 源至 Dolibarr 主屏幕页面
      -Module330Name=书签
      -Module330Desc=书签管理
      -Module400Name=项目/机会/线索
      -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.
      -Module410Name=Webcalendar
      -Module410Desc=Webcalendar 整合
      -Module500Name=Taxes and Special expenses
      -Module500Desc=Management of other expenses (sale taxes, social or fiscal taxes, dividends, ...)
      -Module510Name=Payment of employee wages
      -Module510Desc=Record and follow payment of your employee wages
      +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=日历
      +Module410Desc=日历整合
      +Module500Name=税、保险、红利、股息管理
      +Module500Desc=管理其他费用(销售税,社会税或财政税,股息......)
      +Module510Name=工资管理
      +Module510Desc=Record and track employee payments
       Module520Name=贷款
       Module520Desc=贷款管理模块
      -Module600Name=Notifications on business events
      -Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), to third-party contacts (setup defined on each third party) or to fixed emails
      -Module600Long=Note that this module is dedicated to send real time emails when a dedicated business event occurs. If you are looking for a feature to send reminders by email of your agenda events, go into setup of module Agenda.
      -Module610Name=Product Variants
      -Module610Desc=Allows creation of products variant based on attributes (color, size, ...)
      +Module600Name=商业活动通知
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
      +Module610Name=产品变体
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=捐赠
       Module700Desc=捐赠管理模块
       Module770Name=费用报表
      -Module770Desc=管理和索取费用报表 (交通费, 餐费,等等 ...)模块
      -Module1120Name=Vendor commercial proposal
      -Module1120Desc=Request vendor commercial proposal and prices
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
      +Module1120Name=供应商商业提案
      +Module1120Desc=请求供应商商业提案和价格
       Module1200Name=Mantis
       Module1200Desc=Mantis 整合
       Module1520Name=文档生成
       Module1520Desc=生成文档群发邮件
       Module1780Name=标签/分类
      -Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
      +Module1780Desc=创建标签/类别(产品,客户,供应商,联系人或成员)
       Module2000Name=所见即所得编辑器
      -Module2000Desc=允许以高级富文本的编辑方式来编辑文本内容(基于 CKEditor)
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=动态定价
       Module2200Desc=允许价格的数学表达式
       Module2300Name=计划任务
      -Module2300Desc=Scheduled jobs management (alias cron or chrono table)
      -Module2400Name=Events/Agenda
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2300Desc=预定的工作管理(别名cron或chrono表)
      +Module2400Name=事件/日程
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=DMS / ECM
      -Module2500Desc=Document Management System / Electronic Content Management. Automatic organization of your generated or stored documents. Share them when you need.
      +Module2500Desc=文件管理系统/电子内容管理。自动组织生成或存储的文档。在需要时分享。
       Module2600Name=API/Web 服务 (SOAP 服务器)
       Module2600Desc=允许 Dolibarr SOAP 服务器提供 API 服务
       Module2610Name=API/Web 服务 (REST 服务器)
       Module2610Desc=允许 Dolibarr REST 服务器提供 API 服务
      -Module2660Name=Call WebServices (SOAP client)
      -Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
      +Module2660Name=调用WebServices(SOAP客户端)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=使用在线 Gravatar 服务(www.gravatar.com),通过搜索电子邮件地址来显示用户/成员的头像。此功能需要连网。
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP 客户端
       Module2900Name=Maxmind网站的GeoIP全球IP地址数据库
       Module2900Desc=Maxmind的geoip数据库的转换能力
       Module3100Name=Skype
      -Module3100Desc=添加 Skype 聊天按钮到用户 / 合伙人 / 联系人 / 会员信息资料卡
      -Module3200Name=Unalterable Archives
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3100Desc=添加 Skype 聊天按钮到用户 / 合作方 / 联系人 / 会员信息资料卡
      +Module3200Name=不可改变的档案
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=人事管理
      -Module4000Desc=Human resources management (management of department, employee contracts and feelings)
      +Module4000Desc=人力资源管理(部门管理,员工合同和感受)
       Module5000Name=多公司
       Module5000Desc=允许你管理多个公司
       Module6000Name=工作流程
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=工作流管理(自动创建对象和/或自动状态更改)
       Module10000Name=网站
      -Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the Internet with your own domain name.
      +Module10000Desc=使用WYSIWG编辑器创建公共网站。只需将您的Web服务器(Apache,Nginx,...)设置为指向专用的Dolibarr目录,即可使用您自己的域名在Internet上联机。
       Module20000Name=请假申请管理
      -Module20000Desc=请假申请提交和跟进管理模块
      -Module39000Name=Products lots
      +Module20000Desc=Declare and track employees leave requests
      +Module39000Name=产品很多
       Module39000Desc=产品的批号或序列号,保质期和销售日期管理
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=钱箱
      -Module50000Desc=Module to offer an online payment page accepting payments with Credit/Debit card via PayBox. This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=POS
      -Module50100Desc= (POS)POS模块.
      +Module50100Desc=(POS)POS模块.
      +Module50150Name=POS
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=Module to offer an online payment page accepting payments using PayPal (credit card or PayPal credit). This can be used to allow your customers to make free payments or for a payment on a particular Dolibarr object (invoice, order, ...)
      +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=会计(高级)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=IPP打印
      -Module54000Desc=不打开文档而使用 Cups IPP 界面直接打印 (打印机必须在服务器可见,Cups 必须安装在服务器上)。
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=问卷, 调查或投票
      -Module55000Desc=该模块将生成在线的问卷, 调查或投票 (类似于 Doodle, Studs, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=利润空间
       Module59000Desc=利润空间管理模块
       Module60000Name=佣金
       Module60000Desc=佣金管理模块
      -Module62000Name=国际贸易术语
      -Module62000Desc=添加功能来管理国际贸易术语
      +Module62000Name=国际贸易术语解释通则
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=资源
       Module63000Desc=资源管理 (打印机, 车辆, 房间, ...)然后你可以分享到活动中
       Permission11=读取销售账单
      @@ -651,9 +661,9 @@ Permission32=创建/变更产品信息
       Permission34=删除产品信息
       Permission36=查看/管理隐藏产品
       Permission38=导出产品信息
      -Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      -Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
      -Permission44=删除项目(共享的项目和我参与的项目)
      +Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
      +Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
      +Permission44=Delete projects (shared project and projects I'm contact for)
       Permission45=导出项目
       Permission61=读取干预
       Permission62=创建/变更干预
      @@ -686,37 +696,37 @@ Permission109=删除发货单
       Permission111=读取财务帐目
       Permission112=创建/变更/删除和比较交易
       Permission113=设置财政账户 (创建和管理分类)
      -Permission114=调和交易
      +Permission114=Reconcile transactions
       Permission115=导出交易和帐户报表
       Permission116=账户间转账
       Permission117=支票调度管理
      -Permission121=读取合伙人信息关联用户
      -Permission122=创建/变更与用户相关联的合伙人信息
      -Permission125=删除与用户相关联的合伙人信息
      -Permission126=导出合伙人信息
      -Permission141=读取所有项目和任务 (包括我未参与的项目)
      -Permission142=创建/变更所有项目和项目 (包括我未参与的项目)
      +Permission121=读取合作方信息关联用户
      +Permission122=创建/变更与用户相关联的合作方信息
      +Permission125=删除与用户相关联的合作方信息
      +Permission126=导出合作方信息
      +Permission141=Read all projects and tasks (also private projects I am not a contact for)
      +Permission142=Create/modify all projects and tasks (also private projects I am not a contact for)
       Permission144=删除所有项目和项目 (包括我未参与的项目)
       Permission146=读取供应商
       Permission147=读取统计
      -Permission151=Read direct debit payment orders
      -Permission152=Create/modify a direct debit payment orders
      -Permission153=Send/Transmit direct debit payment orders
      -Permission154=Record Credits/Rejects of direct debit payment orders
      +Permission151=阅读长期订单
      +Permission152=创建/修改长期订单
      +Permission153=阅读长期订单收据
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=读取联系人/订阅
       Permission162=创建/变更联系人/订阅
       Permission163=启用联系人服务/订阅
       Permission164=禁用联系人服务/订阅
       Permission165=删除联系人/订阅
       Permission167=导出联系人
      -Permission171=Read trips and expenses (yours and your subordinates)
      +Permission171=读取行程及开支 (自己和其下属)
       Permission172=创建/变更行程及开支
       Permission173=删除行程及开支
       Permission174=读取所有行程和开支
      -Permission178=导出形成及开支
      +Permission178=导出行程及开支
       Permission180=读取供应商资料
       Permission181=读取采购订单
      -Permission182=创建/变更供应商订单
      +Permission182=创建/变更采购订单
       Permission183=确认可采购订单
       Permission184=批准采购订单
       Permission185=订购或取消采购订单
      @@ -725,7 +735,7 @@ Permission187=关闭采购订单
       Permission188=取消采购订单
       Permission192=添加线路
       Permission193=取消线路
      -Permission194=读取
      +Permission194=Read the bandwidth lines
       Permission202=创建 ADSL 连接
       Permission203=订立连接订单
       Permission204=订购连接
      @@ -733,7 +743,7 @@ Permission205=链接管理
       Permission206=读取链接
       Permission211=读取电话
       Permission212=订购线路
      -Permission213=启用明细
      +Permission213=激活线路
       Permission214=安装电话
       Permission215=安装商
       Permission221=读取邮件
      @@ -750,12 +760,12 @@ Permission244=查看隐藏类别的内容
       Permission251=读取其他用户和群组资料
       PermissionAdvanced251=读取其他用户
       Permission252=读取其他用户的使用权限
      -Permission253=创建/变更其他用户、群组资料及其权限
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=创建/变更内部/外部用户和权限
       Permission254=只能创建/变更外部用户资料
       Permission255=修改其他用户密码
       Permission256=删除或暂时关闭其他用户
      -Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
      +Permission262=Extend access to all third parties (not only third parties that user is a sale representative for).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.).<br>Not effective for projects (only rules on project permissions, visibility and assignment matters).
       Permission271=读取 CA
       Permission272=读取发票
       Permission273=开具发票
      @@ -765,7 +775,7 @@ Permission283=删除联络人资料
       Permission286=导出联络人资料
       Permission291=读取关税
       Permission292=设置关税权限
      -Permission293=修改客户关税
      +Permission293=Modify customers tariffs
       Permission300=读取条码
       Permission301=创建/变更条码
       Permission302=删除条码
      @@ -787,11 +797,9 @@ Permission401=读取折扣
       Permission402=创建/变更折扣
       Permission403=确认折扣
       Permission404=删除折扣
      -Permission501=Read employee contracts/salaries
      -Permission502=Create/modify employee contracts/salaries
      -Permission511=Read payment of salaries
      -Permission512=Create/modify payment of salaries
      -Permission514=删除工资
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=导出工资
       Permission520=读取贷款
       Permission522=创建/变更贷款
      @@ -842,13 +850,13 @@ Permission1236=导出供应商发票、属性及其付款资料
       Permission1237=导出采购订单及其详情
       Permission1251=导入大量外部数据到数据库(载入资料)
       Permission1321=导出客户发票、属性及其付款资料
      -Permission1322=Reopen a paid bill
      +Permission1322=重新开立付费账单
       Permission1421=导出客户订单及属性资料
      -Permission20001=Read leave requests (your leaves and the one of your subordinates)
      -Permission20002=Create/modify your leave requests (yours leaves and the one of your subordinates)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=删除请假申请
      -Permission20004=Read all leave requests (even of user not subordinates)
      -Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
      +Permission20004=阅读所有请假申请(即使是非下属用户)
      +Permission20005=为每个人创建/修改请假申请(即使是非下属用户)
       Permission20006=管理员请假申请 (setup and update balance)
       Permission23001=读取排定任务
       Permission23002=创建/更新排定任务
      @@ -879,9 +887,9 @@ Permission59003=读取每位用户利润
       Permission63001=读取资源
       Permission63002=创建/变更资源
       Permission63003=删除资源
      -Permission63004=Link resources to agenda events
      -DictionaryCompanyType=合伙人类型
      -DictionaryCompanyJuridicalType=合伙人法律条款
      +Permission63004=将资源链接到议程事件
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=准客户级别
       DictionaryCanton=州/省
       DictionaryRegion=地区
      @@ -891,64 +899,64 @@ DictionaryCivility=个人和专业技术职称
       DictionaryActions=活动议程类型
       DictionarySocialContributions=财政税和增值税类别
       DictionaryVAT=增值税率和消费税率
      -DictionaryRevenueStamp=Amount of tax stamps
      +DictionaryRevenueStamp=税票金额
       DictionaryPaymentConditions=付款条件
       DictionaryPaymentModes=付款方式
      -DictionaryTypeContact=联络人/地址类型
      -DictionaryTypeOfContainer=Type of website pages/containers
      +DictionaryTypeContact=Contact address types
      +DictionaryTypeOfContainer=网站页面/容器的类型
       DictionaryEcotaxe=Ecotax 指令
       DictionaryPaperFormat=纸张格式
      -DictionaryFormatCards=Cards formats
      -DictionaryFees=Expense report - Types of expense report lines
      +DictionaryFormatCards=卡片格式
      +DictionaryFees=费用报表 - 费用报表行的类型
       DictionarySendingMethods=运输方式
       DictionaryStaff=员工
       DictionaryAvailability=送货延迟
       DictionaryOrderMethods=订单类型
       DictionarySource=报价/订单来源方式
      -DictionaryAccountancyCategory=Personalized groups for reports
      -DictionaryAccountancysystem=账户图标模块
      -DictionaryAccountancyJournal=Accounting journals
      -DictionaryEMailTemplates=电子邮件模板
      +DictionaryAccountancyCategory=报告的个性化组
      +DictionaryAccountancysystem=会计科目表模型
      +DictionaryAccountancyJournal=会计日常报表
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=单位
       DictionaryProspectStatus=准客户状态
      -DictionaryHolidayTypes=请假类型
      -DictionaryOpportunityStatus=项目/线索的机会状态
      -DictionaryExpenseTaxCat=Expense report - Transportation categories
      -DictionaryExpenseTaxRange=Expense report - Range by transportation category
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
      +DictionaryExpenseTaxCat=费用报告 - 运输类别
      +DictionaryExpenseTaxRange=费用报告 - 按运输类别排列
       SetupSaved=设置已经成功保存
      -SetupNotSaved=Setup not saved
      +SetupNotSaved=安装程序未保存
       BackToModuleList=返回模块列表
      -BackToDictionaryList=回到字典库
      -TypeOfRevenueStamp=Type of tax stamp
      -VATManagement=增值税管理
      -VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold.  End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
      -VATIsNotUsedDesc=默认情况下,建议的营业税为0,可用于像机构、个人或小型公司。
      -VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which VAT is declared.
      -VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration.  This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
      +BackToDictionaryList=Back to list of Dictionaries
      +TypeOfRevenueStamp=税票类型
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=税率
       LocalTax1IsNotUsed=不使用第二税率
      -LocalTax1IsUsedDesc=使用其它类型税率(非增值税)
      -LocalTax1IsNotUsedDesc=不使用其它类型税率(非增值税VAT)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=第二税率类型
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=不使用第三税率
      -LocalTax2IsUsedDesc=使用其它税率类型(非增值税VAT)
      -LocalTax2IsNotUsedDesc=不使用其它类型税率(非增值税VAT)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=第三税率类型
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE 管理(大陆不适用)
      -LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      -LocalTax1IsNotUsedDescES= 默认情况下,建议RE为0。规则结束。
      -LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
      -LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
      -LocalTax2ManagementES= IRPF 管理(大陆不适用)
      -LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      -LocalTax2IsNotUsedDescES= 默认情况下,建议IRPF为0。规则结束。
      -LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
      -LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
      +LocalTax1ManagementES=RE 管理(大陆不适用)
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=默认情况下,建议RE为0。规则结束。
      +LocalTax1IsUsedExampleES=在西班牙,他们是受西班牙IAE某些特定部分影响的专业人士。
      +LocalTax1IsNotUsedExampleES=在西班牙,他们是专业人士和社团,并受西班牙IAE的某些部分的约束。
      +LocalTax2ManagementES=IRPF 管理(大陆不适用)
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=默认情况下,建议IRPF为0。规则结束。
      +LocalTax2IsUsedExampleES=在西班牙,提供服务的自由职业者和独立专业人士以及选择模块税制的公司。
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=地税报表
       CalcLocaltax1=销售 - 采购
       CalcLocaltax1Desc=地税报表已经分别计算了在销售和采购时所产生的不同税。
      @@ -958,14 +966,15 @@ CalcLocaltax3=销售
       CalcLocaltax3Desc=地税报表是销售总计
       LabelUsedByDefault=如果代码没有翻译则默认使用以下标签
       LabelOnDocuments=文档中的标签
      -NbOfDays=天数
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=月末
      -CurrentNext=Current/Next
      +CurrentNext=当前/下一项
       Offset=偏移
      -AlwaysActive=此项必须始终保持启用状态
      +AlwaysActive=始终启用
       Upgrade=升级
       MenuUpgrade=升级/扩展
      -AddExtensionThemeModuleOrOther=Deploy/install external app/module
      +AddExtensionThemeModuleOrOther=部署/安装外部模块
       WebServer=网页服务器
       DocumentRootServer=网页服务器的根目录
       DataRootServer=数据文件的目录
      @@ -984,29 +993,29 @@ DatabaseUser=数据库用户
       DatabasePassword=数据库密码
       Tables=表
       TableName=表名称
      -NbOfRecord=记录数
      +NbOfRecord=No. of records
       Host=服务器
       DriverType=驱动类型
       SummarySystem=系统信息摘要
       SummaryConst=Dolibarr所有设置参数清单
      -MenuCompanySetup=Company/Organization
      +MenuCompanySetup=公司/组织
       DefaultMenuManager= 标准菜单管理
       DefaultMenuSmartphoneManager=智能手机菜单管理
       Skin=外观主题
       DefaultSkin=默认外观主题
       MaxSizeList=最大列表长度
       DefaultMaxSizeList=列表默认最大值
      -DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=每日消息
       MessageLogin=登陆页面显示消息
      -LoginPage=Login page
      -BackgroundImageLogin=Background image
      +LoginPage=登录页面
      +BackgroundImageLogin=背景图
       PermanentLeftSearchForm=常驻左侧菜单搜寻框
       DefaultLanguage=默认语言(语言代码)
       EnableMultilangInterface=启用多语言界面
       EnableShowLogo=左侧菜单中显示LOGO公司标志
      -CompanyInfo=Company/organization information
      -CompanyIds=Company/organization identities
      +CompanyInfo=公司/组织
      +CompanyIds=Company/Organization identities
       CompanyName=名称
       CompanyAddress=地址
       CompanyZip=邮编
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=银行帐户 %s 的户主
       BankModuleNotActive=银行账户模块没有启用
       ShowBugTrackLink=显示链接 "<strong>%s</strong>"
       Alerts=警告
      -DelaysOfToleranceBeforeWarning=超时警告前延迟的阀值
      -DelaysOfToleranceDesc=这里您可以设置主看板区出现逾期提醒 (带有%s图标) 前的逾期时间。
      -Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
      -Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=合同逾期未关闭最大逾期时间 (天)
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=报价单逾期收款最大逾期时间 (天)
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=服务逾期生效最大逾期时间 (天)
      -Delays_MAIN_DELAY_RUNNING_SERVICES=服务超期过期最大逾期时间 (天)
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=采购账单延误付款最大逾期时间 (天)
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=销售账单延误付款最大逾期时间 (天)
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=银行对账推迟最大逾期时间 (天)
      -Delays_MAIN_DELAY_MEMBERS=会员费用最大逾期时间 (天) 
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=支票兑现最大逾期时间 (天) 
      -Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
      -SetupDescription1=在开始使用Dolibarr之前请先进行初始化设置相关参数。
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=其他管理菜单可选参数。
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=安全稽核事件
       Audit=安全稽核
       InfoDolibarr=关于Dolibarr
      @@ -1056,136 +1065,137 @@ BrowserName=浏览器名称
       BrowserOS=浏览器操作系统
       ListOfSecurityEvents=安全事件清单
       SecurityEventsPurged=安全事件清除
      -LogEventDesc=这里您可以启用 Dolibarr 的安全事件日志记录。管理员可以通过<b>系统工具-稽核</b>查看其内容。警告,此功能会消耗大量的数据库空间。
      -AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
      +LogEventDesc=这里您可以启用 Dolibarr 的安全事件日志记录。管理员可以通过<b>“系统工具”-“稽核”</b>查看其内容。警告,此功能会消耗大量的数据库空间。
      +AreaForAdminOnly=此功能仅供<b>管理员用户</b> 使用。
       SystemInfoDesc=系统信息指以只读方式显示的其它技术信息,只对系统管理员可见。
       SystemAreaForAdminOnly=此区仅供管理员用户使用。Dolibarr 中没有权限可越过此限制。
      -CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "%s" or "%s" button at bottom of page)
      -AccountantDesc=Edit on this page all known information about your accountant/bookkeeper
      -AccountantFileNumber=File number
      +CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
      +AccountantDesc=Edit the details of your accountant/bookkeeper
      +AccountantFileNumber=文件编号
       DisplayDesc=这里可以选择 Dolibarr 外观效果相关的所有参数
      -AvailableModules=Available app/modules
      -ToActivateModule=要启用模块,请到“设定”区 (首页->设定->模块)。
      +AvailableModules=可用模块
      +ToActivateModule=要启用模块,请到“设定”区 (“首页”->“设定”->“模块”)。
       SessionTimeOut=会话超时
      -SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=可用的触发器
      -TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=文件中的触发器代码可以通过文件名中的 <b>-NoRun</b> 前缀禁用。
       TriggerDisabledAsModuleDisabled=此文件中的触发器将在<b>%s</b>模块禁用时禁用。
       TriggerAlwaysActive=无论 Dolibarr 的各模块是否启用,此文件中的触发器一直处于启用状态。
       TriggerActiveAsModuleActive=此文件中的触发器将于 <b>%s</b> 模块启用后启用。
       GeneratedPasswordDesc=在此设定新密码的生成规则,如果您选择使用自动生成的密码。
       DictionaryDesc=输入全部参考数据.你能添加你的参数值为默认值。
      -ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
      +ConstDesc=此页面允许您编辑以前页面中不可用的所有其他参数。这些主要是供开发人员调试用的保留参数。有关选项列表,请<a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">点击此处</a>。
       MiscellaneousDesc=所有其他安全相关的参数定义在这里。
       LimitsSetup=范围及精确度
      -LimitsDesc=这里您可以设置 Dolibarr 的范围、精度和优化参数。
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=单价小数位
       MAIN_MAX_DECIMALS_TOT=总价小数位
       MAIN_MAX_DECIMALS_SHOWN=屏幕显示小数位(如果你希望系统内部数值显示时遇到小数位截断的情况下显示<b>...</b>,请在此数值后加上<b>...</b>)
      -MAIN_ROUNDING_RULE_TOT=Step of rounding range (for countries where rounding is done on something else than base 10. For example, put 0.05 if rounding is done by 0.05 steps)
      +MAIN_ROUNDING_RULE_TOT=舍入范围的步骤(对于在除了基数10之外的其他位置进行舍入的国家。例如,如果通过0.05步进行舍入,则放置0.05)
       UnitPriceOfProduct=税前单价
       TotalPriceAfterRounding=四舍五入后的总价 (税前价/增值税/税后价)
       ParameterActiveForNextInputOnly=参数仅在下次输入数值起生效。
       NoEventOrNoAuditSetup=尚无安全事件被记录。“设置 - 安全 - 稽核”页面的稽核功能未启用则属于正常现象。
      -NoEventFoundWithCriteria=未发现符合搜索条件的安全事件。
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=参见您的本机 sendmail 设置
       BackupDesc=为了生成一个完整的 Dolibarr 备份,你必须:
       BackupDesc2=保存文件目录<b>(%S)</b>的内容,包含所有上传和生成的文件(包括在步骤1中产生的所有转储文件)。
      -BackupDesc3=保存数据库 (<b>%s</b>) 至转储文件。对于此,你可能需要以下助手:
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=存档的文档目录应存储在一个安全的地方。
       BackupDescY=生成的转储文件应存放在安全的地方。
      -BackupPHPWarning=此方法不保证成功生成备份。建议使用前者
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=要还原Dolibarr备份,您必须:
      -RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
      -RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
      +RestoreDesc3=将数据从备份转储文件还原到新Dolibarr安装的数据库或当前安装的数据库(<b> %s </ b>)。警告,一旦恢复完成,您必须使用备份时存在的登录/密码再次连接。要将备份数据库还原到当前安装,您可以关注此助手。
       RestoreMySQL=MySQL 导入
       ForcedToByAModule= 此规则被一个启用中的模块强制应用于 <b>%s</b>
      -PreviousDumpFiles=Generated database backup files
      +PreviousDumpFiles=生成的数据库备份文件
       WeekStartOnDay=每周的第一天
       RunningUpdateProcessMayBeRequired=似乎需要运行升级程序(程序版本 %s 与数据库版本 %s 不符)
       YouMustRunCommandFromCommandLineAfterLoginToUser=您必须以 <b>%s</b> 用户在MySQL控制台登陆后通过命令行运行此命令否则您必须在命令行的末尾使用 -W 选项来提供 <b>%s</b> 的密码。
       YourPHPDoesNotHaveSSLSupport=SSL 在您的 PHP 中不可用
       DownloadMoreSkins=下载更多外观主题
       SimpleNumRefModelDesc=依照 %syymm-nnnn 的格式返回引用编号,其中yy是年、mm是月、nnnn 是自动填零补全的序号。
      -ShowProfIdInAddress=文件中显示专业编号及地址
      -ShowVATIntaInAddress=隐藏增值税代码
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=部分翻译
      -MAIN_DISABLE_METEO=禁用天气图标
      -MeteoStdMod=Standard mode
      -MeteoStdModEnabled=Standard mode enabled
      -MeteoPercentageMod=Percentage mode
      -MeteoPercentageModEnabled=Percentage mode enabled
      -MeteoUseMod=Click to use %s
      +MAIN_DISABLE_METEO=Disable meteorological view
      +MeteoStdMod=标准模式
      +MeteoStdModEnabled=标准模式已启用
      +MeteoPercentageMod=百分比模式
      +MeteoPercentageModEnabled=已启用百分比模式
      +MeteoUseMod=点击使用%s
       TestLoginToAPI=测试 API 登陆
      -ProxyDesc=Dolibarr 的一些功能需要互联网连接。请在此设置联网参数。如果 Dolibarr 服务器上网需要代理服务器,请设置下面的代理参数。
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=外部访问
       MAIN_PROXY_USE=使用代理服务器(否则直接访问互联网)
       MAIN_PROXY_HOST=代理服务器的名称/地址
       MAIN_PROXY_PORT=代理服务器的端口
       MAIN_PROXY_USER=登陆使用代理服务器
       MAIN_PROXY_PASS=使用代理服务器的密码
      -DefineHereComplementaryAttributes=此处定义所有默认安装中没有,但您又希望能在 %s 中使用的属性。
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=自定义属性
       ExtraFieldsLines=自定义属性 (行列)
      -ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
      -ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
      +ExtraFieldsLinesRec=补充属性(模板发票行)
      +ExtraFieldsSupplierOrdersLines=补充属性(订单行)
       ExtraFieldsSupplierInvoicesLines=自定义属性(发票明细)
      -ExtraFieldsThirdParties=自定义属性 (合伙人)
      -ExtraFieldsContacts=自定义属性 (联系人/地址)
      +ExtraFieldsThirdParties=自定义属性 (合作方)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=自定义属性 (会员)
       ExtraFieldsMemberType=自定义属性 (会员类型)
       ExtraFieldsCustomerInvoices=自定义属性(发票)
      -ExtraFieldsCustomerInvoicesRec=Complementary attributes (templates invoices)
      +ExtraFieldsCustomerInvoicesRec=补充属性(模板发票)
       ExtraFieldsSupplierOrders=自定义属性 (订单)
       ExtraFieldsSupplierInvoices=自定义属性 (账单)
       ExtraFieldsProject=自定义属性 (项目)
       ExtraFieldsProjectTask=自定义属性 (任务)
       ExtraFieldHasWrongValue=属性 %s 有一个错误的值。
       AlphaNumOnlyLowerCharsAndNoSpace=仅限英文大小写字母不含空格
      -SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
      +SendmailOptionNotComplete=警告,在某些Linux系统上,要从您的电子邮件发送电子邮件,sendmail执行设置必须包含选项-ba(参数mail.force_extra_parameters到您的php.ini文件中)。如果某些收件人从未收到电子邮件,请尝试使用mail.force_extra_parameters = -ba编辑此PHP参数。
       PathToDocuments=文件路径
       PathDirectory=目录
      -SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=翻译设置
       TranslationKeySearch=搜索翻译键值或字符串
       TranslationOverwriteKey=覆盖翻译字符串
      -TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: Use the <strong>User display setup</strong> tab on user card (click on username at the top of the screen).
      -TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
      -TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
      +TranslationDesc=如何设置显示的应用程序语言:<br> *全系统:菜单<strong>“主页” - “设置” - “显示”</strong> <br> *每位用户:使用用户卡上的<strong>用户显示设置</strong>标签(点击屏幕顶部的用户名)。
      +TranslationOverwriteDesc=您还可以覆盖填充下表的字符串。从“%s”下拉列表中选择您的语言,将翻译键字符串插入“%s”并将新翻译成“%s”
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=翻译字符串
      -CurrentTranslationString=Current translation string
      -WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
      +CurrentTranslationString=当前翻译字符串
      +WarningAtLeastKeyOrTranslationRequired=至少对于密钥或翻译字符串,需要搜索条件
       NewTranslationStringToShow=显示新翻译字符串
      -OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
      -TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
      -TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
      +OriginalValueWas=原始翻译被覆盖。原值是:<br> <br> %s
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
      +TotalNumberOfActivatedModules=启用的功能模块总共: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=您必须至少启用 1 个模块
      -ClassNotFoundIntoPathWarning=PHP 路径中未发现 类 %s
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=是(在夏天)
      -OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=会话存储空间已用 Suhosin 加密
       ConditionIsCurrently=当前条件为 %s
      -YouUseBestDriver=你使用的驱动程序 %s 就是目前最佳驱动程式。
      -YouDoNotUseBestDriver=你用的驱动是 %s 但驱动 %s 才是最佳驱动.
      -NbOfProductIsLowerThanNoPb=你只有 %s  的产品/服务在数据库。这并不需要任何特别的优化。
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=搜索优化
      -YouHaveXProductUseSearchOptim=你有 %s 产品进入数据库。你应该加常数PRODUCT_DONOTSEARCH_ANYWHERE 1到 首页-设置-其他,你将限制数据库开始搜索范围索引的使用字符串,你应该得到即时响应。
      -BrowserIsOK=您正在使用 %s 浏览器。这个浏览器安全和性能都ok。
      -BrowserIsKO=您正在使用 %s 浏览器。这个浏览器的安全性,性能和可靠性都不错。我们推荐您使用火狐,Chrome,Opera和Safari。
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug 已经加载。
       XCacheInstalled=XCache已经加载。
      -AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
      -AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
      +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 shipping method for Third Parties.
       FieldEdition=%s 字段的编辑
       FillThisOnlyIfRequired=例如:+2 (请只在时区错误问题出现时填写)
       GetBarCode=获取条码
       ##### Module password generation
       PasswordGenerationStandard=返回一个根据 Dolibarr 内部算法生成的密码:8个字符,包含小写数字和字母。
      -PasswordGenerationNone=不生成任何的密码。必须手动输入一个密码。
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=返回一个字符串用于设置你的个人密码。
      -SetupPerso=According to your configuration
      -PasswordPatternDesc=Password pattern description
      +SetupPerso=根据你的配置
      +PasswordPatternDesc=密码模式说明
       ##### Users setup #####
       RuleForGeneratedPasswords=生成推荐密码和验证密码的规则
       DisableForgetPasswordLinkOnLogonPage=禁用登陆页面的“找回密码”功能超链接
      @@ -1195,31 +1205,32 @@ UserMailRequired=新创建用户时需要输入电子邮箱地址
       HRMSetup=人力资源管理模块设置
       ##### Company setup #####
       CompanySetup=客户/供应商模块及其相关参数设置
      -CompanyCodeChecker=Module for third parties code generation and checking (customer or vendor)
      -AccountCodeManager=Module for accounting code generation (customer or vendor)
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=Email邮件提醒通知功能允许你给一些Dolibarr活动,自动发送提醒通知邮件。提醒通知的目标可定义:
      -NotificationsDescUser=* per users, one user at time.
      -NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
      -NotificationsDescGlobal=* or by setting global target emails in module setup page.
      -ModelModules=文件模板
      -DocumentModelOdt=生成开源办公软件专用格式的(如OpenOffice, KOffice, TextEdit,...等的.ODT格式,.ODS格式)的模板文档。
      +NotificationsDescUser=*每个用户,一个用户。
      +NotificationsDescContact=*每个第三方联系人(客户或供应商),一次联系。
      +NotificationsDescGlobal=*或在模块设置页面中设置全局目标电子邮件。
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=为草稿文档加水印
       JSOnPaimentBill=激活启用在线支付功能来自动填充付款的形式
      -CompanyIdProfChecker=专业ID号码规则
      -MustBeUnique=Must be unique?
      -MustBeMandatory=Mandatory to create third parties?
      -MustBeInvoiceMandatory=Mandatory to validate invoices?
      -TechnicalServicesProvided=Technical services provided
      +CompanyIdProfChecker=Rules for Professional IDs
      +MustBeUnique=必须是独特的吗?
      +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
      +MustBeInvoiceMandatory=是否必须验证发票?
      +TechnicalServicesProvided=提供技术服务
       #####DAV #####
      -WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access to.
      -WebDavServer=Root URL of %s server : %s
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
      +WebDavServer=%s服务器的根URL:%s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=<b>%s</b>格式的导出文件可以通过链接 %s 下载
       ##### Invoices #####
       BillsSetup=发票模块设置
       BillsNumberingModule=发票与信用记录编号模块
       BillsPDFModules=发票文档模板
      -PaymentsPDFModules=Payment documents models
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
      +PaymentsPDFModules=付款文件模型
       CreditNote=信用记录
       CreditNotes=信用记录
       ForceInvoiceDate=强制发票中的日期为确认日期
      @@ -1239,15 +1250,15 @@ FreeLegalTextOnProposal=报价单中的额外说明文本
       WatermarkOnDraftProposal=为商业计划书草案添加水印(无则留空)
       BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=询问银行账户
       ##### SupplierProposal #####
      -SupplierProposalSetup=Price requests vendors module setup
      -SupplierProposalNumberingModules=Price requests vendors numbering models
      -SupplierProposalPDFModules=Price requests vendors documents models
      -FreeLegalTextOnSupplierProposal=Free text on price requests vendors
      -WatermarkOnDraftSupplierProposal=Watermark on draft price requests vendors (none if empty)
      +SupplierProposalSetup=价格请求供应商模块设置
      +SupplierProposalNumberingModules=价格要求供应商编号模型
      +SupplierProposalPDFModules=价格请求供应商文档模型
      +FreeLegalTextOnSupplierProposal=价格请求供应商的自由文本
      +WatermarkOnDraftSupplierProposal=草案价格上的水印要求供应商(如果是空的则没有)
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=询问目标询价申请的银行账号
      -WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Ask for Warehouse Source for order
      +WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=要求仓库来源订购
       ##### Suppliers Orders #####
      -BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Ask for bank account destination of purchase order
      +BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=询问采购订单的银行帐户目的地
       ##### Orders #####
       OrdersSetup=订单管理设置
       OrdersNumberingModules=订单编号模块
      @@ -1274,7 +1285,8 @@ MemberMainOptions=主要选项
       AdherentLoginRequired= 管理人员登陆
       AdherentMailRequired=创建新会员时要求填写电子邮箱地址
       MemberSendInformationByMailByDefault=设置向会员发送邮件确认(会员确认或添加订阅)复选框默认为启用
      -VisitorCanChooseItsPaymentMode=Visitor can choose among available payment modes
      +VisitorCanChooseItsPaymentMode=访客可以选择可用的付款方式
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP 设置
       LDAPGlobalParameters=全局参数
      @@ -1292,7 +1304,7 @@ LDAPSynchronizeUsers=LDAP 中用户的组织
       LDAPSynchronizeGroups=LDAP 中群组的组织
       LDAPSynchronizeContacts=LDAP 联系人的组织
       LDAPSynchronizeMembers=LDAP 中公司成员的组织
      -LDAPSynchronizeMembersTypes=Organization of foundation's members types in LDAP
      +LDAPSynchronizeMembersTypes=在LDAP中组织基金会的成员类型
       LDAPPrimaryServer=主服务器
       LDAPSecondaryServer=副服务器
       LDAPServerPort=服务器端口
      @@ -1302,7 +1314,7 @@ LDAPServerUseTLS=使用 TLS
       LDAPServerUseTLSExample=您的 LDAP 服务器使用 TLS
       LDAPServerDn=服务器的 DN
       LDAPAdminDn=管理员的 DN
      -LDAPAdminDnExample=Complete DN (ex: cn=admin,dc=example,dc=com or cn=Administrator,cn=Users,dc=example,dc=com for active directory)
      +LDAPAdminDnExample=完整DN(例如:cn = admin,dc = example,dc = com或cn = Administrator,cn = Users,dc = example,dc = com表示活动目录)
       LDAPPassword=管理员密码
       LDAPUserDn=用户的 DN
       LDAPUserDnExample=完整的 DN (例如:ou=users,dc=example,dc=com)
      @@ -1316,21 +1328,21 @@ LDAPDnContactActive=联系人的同步
       LDAPDnContactActiveExample=已激活/取消的同步
       LDAPDnMemberActive=会员同步
       LDAPDnMemberActiveExample=已激活/取消的同步
      -LDAPDnMemberTypeActive=Members types' synchronization
      +LDAPDnMemberTypeActive=成员类型的同步
       LDAPDnMemberTypeActiveExample=已激活/取消的同步
       LDAPContactDn=Dolibarr 联系人的 DN
       LDAPContactDnExample=完整的 DN (例如:ou=contacts,dc=example,dc=com)
       LDAPMemberDn=Dolibarr 会员DN
       LDAPMemberDnExample=完整的 DN (例如:ou=members,dc=example,dc=com)
      -LDAPMemberObjectClassList=objectClass 列表
      +LDAPMemberObjectClassList=对象类 列表
       LDAPMemberObjectClassListExample=定义记录属性的 (例如:AD 的 top,groupOfUniqueNames) 的objectClass列表
      -LDAPMemberTypeDn=Dolibarr members types DN
      -LDAPMemberTypepDnExample=Complete DN (ex: ou=memberstypes,dc=example,dc=com)
      -LDAPMemberTypeObjectClassList=objectClass 列表
      +LDAPMemberTypeDn=Dolibarr成员类型DN
      +LDAPMemberTypepDnExample=完整DN(例如:ou = memberstypes,dc = example,dc = com)
      +LDAPMemberTypeObjectClassList=对象类 列表
       LDAPMemberTypeObjectClassListExample=定义记录属性的 (例如:AD 的 top,groupOfUniqueNames) 的objectClass列表
      -LDAPUserObjectClassList=objectClass 列表
      +LDAPUserObjectClassList=对象类 列表
       LDAPUserObjectClassListExample=定义记录属性的 (例如:AD 的 top,groupOfUniqueNames) 的objectClass列表
      -LDAPGroupObjectClassList=objectClass 列表
      +LDAPGroupObjectClassList=对象类 列表
       LDAPGroupObjectClassListExample=定义记录属性的 (例如:AD 的 top,groupOfUniqueNames) 的objectClass列表
       LDAPContactObjectClassList=objectClass 列表
       LDAPContactObjectClassListExample=定义记录属性的 (例如:AD 的 top,groupOfUniqueNames) 的objectClass列表
      @@ -1339,15 +1351,15 @@ LDAPTestSynchroContact=测试联系人的同步
       LDAPTestSynchroUser=测试用户的同步
       LDAPTestSynchroGroup=测试组的同步
       LDAPTestSynchroMember=测试会员的同步
      -LDAPTestSynchroMemberType=Test member type synchronization
      +LDAPTestSynchroMemberType=测试成员类型同步
       LDAPTestSearch= 测试 LDAP 搜索
       LDAPSynchroOK=同步测试成功
       LDAPSynchroKO=同步测试失败
      -LDAPSynchroKOMayBePermissions=同步测试失败。请检查连接服务器已经正确设置并允许LDAP更新
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP 连接到 LDAP 服务器连接成功 (服务器=%s, 端口=%s)
       LDAPTCPConnectKO=TCP 连接到 LDAP 服务器连接失败 (服务器=%s, 端口=%s)
      -LDAPBindOK=连接/认证 LDAP 服务器成功(服务器=%s, 端口=%s, 账号=%s, 密码=%s)
      -LDAPBindKO=LDAP 服务器连接/认证 失败(服务器=%s,用户=%s,密码=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=LDAP服务器版本配置为 v3
       LDAPSetupForVersion2=LDAP服务器版本配置为 v2
       LDAPDolibarrMapping=Dolibarr 映射
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=登陆 (samba,activedirectory)
       LDAPFieldLoginSambaExample=例如: sam账号名
       LDAPFieldFullname=全名
       LDAPFieldFullnameExample=例如: 中国
      -LDAPFieldPasswordNotCrypted=明文密码
      -LDAPFieldPasswordCrypted=加密密码
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=例如:用户密码
       LDAPFieldCommonNameExample=例如: 中国
       LDAPFieldName=名称
      @@ -1405,47 +1417,48 @@ LDAPDescContact=此页面中可以定义 Dolibarr 联系人各项数据在 LDAP
       LDAPDescUsers=此页面中可以定义 Dolibarr 用户各项数据在 LDAP 树中的 LDAP 属性名称。
       LDAPDescGroups=此页面中可以定义 Dolibarr 中用户组各项数据在 LDAP 树中的 LDAP 属性名称。
       LDAPDescMembers=此页面中可以定义 Dolibarr 会员各项数据在 LDAP 树中的 LDAP 属性名称。
      -LDAPDescMembersTypes=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr members types.
      +LDAPDescMembersTypes=此页面允许您在LDAP树中为Dolibarr成员类型上的每个数据定义LDAP属性名称。
       LDAPDescValues=例值以载入如下模式的 <b>OpenLDAP</b>为例:<b>core.schema, cosine.schema, inetorgperson.schema</b>)如果您使用OpenLDAP和这些例值,请修改您的 LDAP 配置文件<b>slapd.conf</b>来载入全部这些模式。
       ForANonAnonymousAccess=存取访问要求验证, (例如读写访问)
       PerfDolibarr=性能设置/优化报告
      -YouMayFindPerfAdviceHere=你会发现此页面上的一些性能相关的检查或建议。
      -NotInstalled=没有安装,所以你的服务器没有减慢。
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=应用型缓存
      -MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
      -MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
      -MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
      +MemcachedNotAvailable=找不到应用缓存。您可以通过安装缓存服务器Memcached和能够使用此缓存服务器的模块来增强性能。<br>更多信息,请访问<a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN"> http: //wiki.dolibarr.org/index.php/Module_MemCached_EN </a>。请注意,很多网络托管服务提供商都没有提供此类缓存服务器。
      +MemcachedModuleAvailableButNotSetup=找到应用程序缓存的memcached模块,但模块设置不完整。
      +MemcachedAvailableAndSetup=启用专用于使用memcached服务器的模块memcached。
       OPCodeCache=操作码缓存
      -NoOPCodeCacheFound=操作码缓存。可能是你使用了XCache或eAccelerator的另一个操作码缓存比(好),可能是你没有操作码缓存(非常糟糕)。
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=HTTP缓存的静态资源(CSS,JavaScript,IMG)
       FilesOfTypeCached=HTTP服务器 %s 类型的文件缓存
       FilesOfTypeNotCached=HTTP服务器不缓存的文件类型%s
       FilesOfTypeCompressed=HTTP服务器 %s 类型的文件被压缩
       FilesOfTypeNotCompressed=HTTP服务器 %s 类型的文件不会被压缩
       CacheByServer=缓存服务器
      -CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=通过浏览器缓存
       CompressionOfResources=压缩的HTTP响应
      -CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=这种自动检测在该浏览器中不适用
      -DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
      -DefaultCreateForm=Default values (on forms to create)
      -DefaultSearchFilters=Default search filters
      -DefaultSortOrder=Default sort orders
      -DefaultFocus=Default focus fields
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
      +DefaultSearchFilters=默认搜索过滤器
      +DefaultSortOrder=默认排序顺序
      +DefaultFocus=默认焦点字段
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=产品模块设置
       ServiceSetup=服务模块设置
       ProductServiceSetup=产品和服务模块的设置
       NumberOfProductShowInSelect=下拉列表中的产品最大笔数(0=无限制)
      -ViewProductDescInFormAbility=表单中是否可以直接显示产品描述资料(如果关闭则用弹出工具提示显示)
      -MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
      -ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
      -UseSearchToSelectProductTooltip=此外,如果你有大量的产品(> 10万),你可以通过设置 - >其他不变PRODUCT_DONOTSEARCH_ANYWHERE设置为1,提高速度。搜索将被限制在开始的字符串。
      -UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as popup tooltip)
      +MergePropalProductCard=在产品/服务附加文件选项卡中激活如果产品/服务在提案中,则将产品PDF文档合并到提案PDF azur的选项
      +ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=默认的条码类型
      -SetDefaultBarcodeTypeThirdParties=合伙人默认条码类型
      -UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
      +SetDefaultBarcodeTypeThirdParties=合作方默认条码类型
      +UseUnits=在订单,建议或发票行版本中定义数量的度量单位
       ProductCodeChecker= (产品或服务)编号的生成与检查模块
       ProductOtherConf= 产品/服务 配置
       IsNotADir=这不是目录!
      @@ -1458,9 +1471,9 @@ SyslogFilename=文件名称和路径
       YouCanUseDOL_DATA_ROOT=您可以使用 DOL_DATA_ROOT/dolibarr.log 来表示“documents”目录下的日志文件。您可以设置不同的路径来保存此文件。
       ErrorUnknownSyslogConstant=常量 %s 不是已知的 Syslog 常数
       OnlyWindowsLOG_USER=Windows 仅支持 LOG_USER
      -CompressSyslogs=Compression and backup of debug log files (generated by module Log for debug)
      -SyslogFileNumberOfSaves=Log backups
      -ConfigureCleaningCronjobToSetFrequencyOfSaves=Configure cleaning scheduled job to set log backup frequency
      +CompressSyslogs=压缩和备份调试日志文件(由模块Log生成以进行调试)
      +SyslogFileNumberOfSaves=日志备份
      +ConfigureCleaningCronjobToSetFrequencyOfSaves=配置清理预定作业以设置日志备份频率
       ##### Donations #####
       DonationsSetup=捐赠模块设置
       DonationsReceiptModel=捐赠收据模板
      @@ -1479,11 +1492,11 @@ BarcodeDescC39=Code 39 条码
       BarcodeDescC128=Code 128 条码
       BarcodeDescDATAMATRIX=二维条形码类型
       BarcodeDescQRCODE=二维码类型
      -GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode
      +GenbarcodeLocation=条形码生成命令行工具(内部引擎用于某些条形码类型)。必须与“genbarcode”兼容。<br>例如:/ usr / local / bin / genbarcode
       BarcodeInternalEngine=内部引擎
       BarCodeNumberManager=自动定义条形码管理器
       ##### Prelevements #####
      -WithdrawalsSetup=Setup of module Direct debit payment orders
      +WithdrawalsSetup=模块设置直接借记支付订单
       ##### ExternalRSS #####
       ExternalRSSSetup=外部 RSS 的导入设置
       NewRSS=新增 RSS 源
      @@ -1503,7 +1516,7 @@ SendingsSetup=运输模块设置
       SendingsReceiptModel=运输模板
       SendingsNumberingModules=运输编号模块
       SendingsAbility=支持为客户送货时采用发货单
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=运单中的额外说明文本
       ##### Deliveries #####
       DeliveryOrderNumberingModules=收货回执编号模块
      @@ -1515,23 +1528,23 @@ AdvancedEditor=高级编辑
       ActivateFCKeditor=为以下为功能启用高级编辑器功能:
       FCKeditorForCompany=描述及注解采用所见即所得的方式建立或编辑(不含产品及服务)
       FCKeditorForProduct=产品/服务的描述及注解采用所见即所得的方式建立或编辑
      -FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= 以所见即所得方式创建/编辑群发邮件(工具->电邮寄送)
       FCKeditorForUserSignature=以所见即所得方式创建/编辑用户签名
      -FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
      +FCKeditorForMail=所有邮件的WYSIWIG创建/版本(工具 - > eMailing除外)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=虽然数据库连上了,但是看起来这个不是电子商城的数据库(在 table %s 里没看到Key %s )。
      -OSCommerceTestOk=成功连接到服务器'%s'的数据库'%s'上,身份用户 '%s'。
      -OSCommerceTestKo1=服务器'%s'连接成功,但无法打开数据库'%s'。
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=以用户身份'%s'连接至服务器'%s' 失败。
       ##### Stock #####
      -StockSetup=Stock module setup
      -IfYouUsePointOfSaleCheckModule=如果你使用了POS模块,那么这个设置可能会被POS模块忽略。大多数POS模块都是设计来创建快速发票以及在销售后减掉该商品的库存,无论其他模块的设置如何。所以,如果你不希望在POS模块进行销售时减掉库存,那么请同样检查一下POS模块的设置。
      +StockSetup=库存模块设置
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=菜单(项)已删除
       Menus=菜单
       TreeMenuPersonalized=个性化选单
      -NotTopTreeMenuPersonalized=Personalized menus not linked to a top menu entry
      +NotTopTreeMenuPersonalized=个性化菜单未链接到顶部菜单条目
       NewMenu=新建菜单
       Menu=菜单的选择
       MenuHandler=菜单处理程序
      @@ -1548,22 +1561,22 @@ DetailRight=菜单显示为变灰禁用的条件
       DetailLangs=标签翻译使用的 .lang 文件名
       DetailUser=内部 / 外部 / 全部
       Target=目标
      -DetailTarget=目标链接 (_blank代码来打开新窗口)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=级 (-1:顶部菜单,0:头菜单,> 0菜单和子菜单)
       ModifMenu=菜单变化
       DeleteMenu=删除选单项
      -ConfirmDeleteMenu=Are you sure you want to delete menu entry <b>%s</b>?
      -FailedToInitializeMenu=Failed to initialize menu
      +ConfirmDeleteMenu=您确定要删除菜单项<b> %s</b>吗?
      +FailedToInitializeMenu=无法初始化菜单
       ##### Tax #####
       TaxSetup=财政税和增值税模块设置
       OptionVatMode=增值税到期
      -OptionVATDefault=Standard basis
      +OptionVATDefault=标准依据
       OptionVATDebitOption=权责发生制
       OptionVatDefaultDesc=增值税到期: <br> - 商品完成交货(按账单的时间)<br> - 服务付款
       OptionVatDebitOptionDesc=增值税到期: <br> - 交货/付款商品 (按账单的时间) <br> - 服务的付款明细(借记)发出
      -OptionPaymentForProductAndServices=Cash basis for products and services
      -OptionPaymentForProductAndServicesDesc=VAT is due:<br>- on payment for goods<br>- on payments for services
      -SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
      +OptionPaymentForProductAndServices=产品和服务的现金基础
      +OptionPaymentForProductAndServicesDesc=增值税到期:<br>  - 货物付款<br>  - 服务付款
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=交货时
       OnPayment=付款时
       OnInvoice=发出发票时
      @@ -1572,58 +1585,58 @@ SupposedToBeInvoiceDate=所用账单日期
       Buy=采购
       Sell=销售
       InvoiceDateUsed=所用账单日期
      -YourCompanyDoesNotUseVAT=Your company has been defined to not use VAT (Home - Setup - Company/Organization), so there is no VAT options to setup.
      -AccountancyCode=Accounting Code
      +YourCompanyDoesNotUseVAT=贵公司已被定义为不含增值税 (首页->设定->公司/机构),所以没有设置增值税的选项。
      +AccountancyCode=科目代码
       AccountancyCodeSell=销售账户代码
       AccountancyCodeBuy=采购账户代码
       ##### Agenda #####
       AgendaSetup=事件及行程模块设置
       PasswordTogetVCalExport=导出链接的授权密钥
       PastDelayVCalExport=不导出早于这个日期的时间
      -AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionaries -> Type of agenda events)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
      -AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
      -AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
      -AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
      -AGENDA_REMINDER_EMAIL=Enable event reminder <b>by emails</b> (remind option/delay can be defined on each event). Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent at the correct frequency.
      -AGENDA_REMINDER_BROWSER=Enable event reminder <b>on users browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      -AGENDA_REMINDER_BROWSER_SOUND=Enable sound notification
      -AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
      +AGENDA_DEFAULT_VIEW=选择菜单议程时,您希望在默认情况下打开哪个选项卡
      +AGENDA_REMINDER_EMAIL=<b>通过电子邮件</b>启用事件提醒(可以在每个事件上定义提醒选项/延迟)。注意:必须启用模块<strong> %s </strong>并正确设置才能以正确的频率发送提醒。
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
      +AGENDA_REMINDER_BROWSER_SOUND=启用声音通知
      +AGENDA_SHOW_LINKED_OBJECT=将链接对象显示在议程视图中
       ##### Clicktodial #####
       ClickToDialSetup=点击拨号模块设置
      -ClickToDialUrlDesc=Url called when a click on phone picto is done.  In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
      -ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      -ClickToDialUseTelLink=在电话号码上链接 "tel:" 
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUrlDesc=当点击手机图片完成时,网址会被呼叫。在网址中,您可以使用标记为<br> <b> __ PHONETO __ </b>,这些标记将替换为要拨打电话号码的人员的电话号码<br><b> __ PHONEFROM __ </b>将替换为通话电话号码person(你的)<br> <b> __ LOGIN __</b>将替换为clicktodial登录(在用户卡上定义)<br> <b> __ PASS __ </b>将替换为clicktodial密码(在用户上定义)卡)。
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
      +ClickToDialUseTelLink=在电话号码上链接 "tel:"
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=POS
       CashDeskSetup=POS 模块设置
      -CashDeskThirdPartyForSell=使用默认通用合伙人来销售
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=接收现金付款的默认帐户
       CashDeskBankAccountForCheque= 接收支票付款的默认帐户
       CashDeskBankAccountForCB= 接收信用卡支付的默认帐户
      -CashDeskDoNotDecreaseStock=禁用POS模块销售时的库存减少功能(如果选择”否“,则无论库存模块设置如何,每一笔经过POS模块的销售都会减掉该商品的库存)。
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=强制和限制仓库库存减少
      -StockDecreaseForPointOfSaleDisabled=POS模块库存减少功能被禁用
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=POS模块中的库存较少功能不适用于库的管理
      -CashDeskYouDidNotDisableStockDecease=你没有禁用POS模块的库存减少功能,所以必须有一个仓库可以使用。
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=书签模块设置
      -BookmarkDesc=此模块可以管理您的书签您也可以将Dolibarr的任意页面加入您的左侧菜单中。
      +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.
       NbOfBoomarkToShow=左侧菜单中显示书签的最大数量
       ##### WebServices #####
       WebServicesSetup=SOAP Webservice 模块设置
       WebServicesDesc=启用此模块,Dolibarr成为Web服务器提供其他Web服务。
       WSDLCanBeDownloadedHere=提供服务的 WSDL描述文件可以从此处下载
      -EndPointIs=SOAP clients must send their requests to the Dolibarr endpoint available at URL
      +EndPointIs=SOAP客户端必须将其请求发送到URL上提供的Dolibarr端点
       ##### API ####
       ApiSetup=API模块设置
      -ApiDesc=By enabling this module, Dolibarr become a REST server to provide miscellaneous web services.
      -ApiProductionMode=Enable production mode (this will activate use of a cache for services management)
      -ApiExporerIs=You can explore and test the APIs at URL
      -OnlyActiveElementsAreExposed=Only elements from enabled modules are exposed
      +ApiDesc=通过启用此模块,Dolibarr成为REST服务器以提供各种Web服务。
      +ApiProductionMode=启用生产模式(这将激活使用缓存进行服务管理)
      +ApiExporerIs=您可以在URL上浏览和测试API
      +OnlyActiveElementsAreExposed=仅公开已启用模块中的元素
       ApiKey=API的Key
      -WarningAPIExplorerDisabled=The API explorer has been disabled. API explorer is not required to provide API services. It is a tool for developer to find/test REST APIs. If you need this tool, go into setup of module API REST to activate it.
      +WarningAPIExplorerDisabled=API资源管理器已被禁用。 API资源管理器不需要提供API服务。它是开发人员查找/测试REST API的工具。如果您需要此工具,请进入模块API REST的设置以激活它。
       ##### Bank #####
       BankSetupModule=银行模块设置
       FreeLegalTextOnChequeReceipts=支票回执中的额外说明文本
      @@ -1632,13 +1645,13 @@ BankOrderGlobal=一般
       BankOrderGlobalDesc=一般的显示顺序
       BankOrderES=西班牙语
       BankOrderESDesc=西班牙语显示顺序
      -ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
      +ChequeReceiptsNumberingModule=检查收据编号模块
       ##### Multicompany #####
       MultiCompanySetup=多公司模块设置
       ##### Suppliers #####
       SuppliersSetup=供应商模块设置
      -SuppliersCommandModel=Complete template of prchase order (logo...)
      -SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
      +SuppliersInvoiceModel=采购账单的完整模板(LOGO标识...)
       SuppliersInvoiceNumberingModel=采购账单编号模块
       IfSetToYesDontForgetPermission=如果选择"是",请不要忘记为用户和组设置二次审核的权限
       ##### GeoIPMaxmind #####
      @@ -1654,19 +1667,19 @@ ProjectsSetup=项目模块设置
       ProjectsModelModule=项目报告文档模板
       TasksNumberingModules=任务编号模块
       TaskModelModule=任务报告文档模板
      -UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
      +UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
      -AccountingPeriods=Accounting periods
      -AccountingPeriodCard=Accounting period
      -NewFiscalYear=New accounting period
      -OpenFiscalYear=Open accounting period
      -CloseFiscalYear=Close accounting period
      -DeleteFiscalYear=Delete accounting period
      -ConfirmDeleteFiscalYear=Are you sure to delete this accounting period?
      -ShowFiscalYear=Show accounting period
      +AccountingPeriods=会计期间
      +AccountingPeriodCard=会计期间
      +NewFiscalYear=新会计期间
      +OpenFiscalYear=开放会计期间
      +CloseFiscalYear=关闭会计期间
      +DeleteFiscalYear=删除会计期间
      +ConfirmDeleteFiscalYear=您确定要删除此会计期间吗?
      +ShowFiscalYear=显示会计期间
       AlwaysEditable=允许编辑
      -MAIN_APPLICATION_TITLE=Force visible name of application (warning: setting your own name here may break autofill login feature when using DoliDroid mobile application)
      +MAIN_APPLICATION_TITLE=强制显示应用程序的名称(警告:在此处设置您自己的名称可能会在使用DoliDroid移动应用程序时破坏自动填充登录功能)
       NbMajMin=最少的大写字符数
       NbNumMin=最少的数字数
       NbSpeMin=最少的特殊字符数
      @@ -1675,90 +1688,91 @@ NoAmbiCaracAutoGeneration=不使用模糊字符 (例如"1","l","i","|","0","O")
       SalariesSetup=薪酬模块设置
       SortOrder=排序顺序
       Format=格式
      -TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and vendors payment type
      +TypePaymentDesc=0:客户支付类型,1:供应商支付类型,2:客户和供应商的付款方式
       IncludePath=包含路径 (定义变量 %s)
       ExpenseReportsSetup=费用报表模块设置
       TemplatePDFExpenseReports=用于生成费用报表文件的文件模板
      -ExpenseReportsIkSetup=Setup of module Expense Reports - Milles index
      -ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
      -ExpenseReportNumberingModules=Expense reports numbering module
      -NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
      +ExpenseReportsIkSetup=模块费用报告的设置 -  Milles索引
      +ExpenseReportsRulesSetup=模块费用报告的设置 - 规则
      +ExpenseReportNumberingModules=费用报告编号模块
      +NoModueToManageStockIncrease=没有能够管理自动库存增加的模块已被激活。库存增加仅在手动输入时完成。
       YouMayFindNotificationsFeaturesIntoModuleNotification=你需要在"Notification"通知模块中设置并启用EMail通知 功能才能使用它 。
      -ListOfNotificationsPerUser=List of notifications per user*
      -ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
      +ListOfNotificationsPerUser=每个用户的通知列表*
      +ListOfNotificationsPerUserOrContact=每个用户*或每个联系人的通知列表**
       ListOfFixedNotifications=固定通知列表
      -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
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=阈值
       BackupDumpWizard=数据库转储备份向导
      -SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
      -SomethingMakeInstallFromWebNotPossible2=For this reason, process to upgrade described here is only manual steps a privileged user can do.
      -InstallModuleFromWebHasBeenDisabledByFile=Install of external module from application has been disabled by your administrator. You must ask him to remove the file <strong>%s</strong> to allow this feature.
      -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>
      +SomethingMakeInstallFromWebNotPossible=由于以下原因,无法从Web界面安装外部模块:
      +SomethingMakeInstallFromWebNotPossible2=因此,此处描述的升级过程只是特权用户可以执行的手动步骤。
      +InstallModuleFromWebHasBeenDisabledByFile=管理员已禁用从应用程序安装外部模块。您必须要求他删除文件<strong> %s </strong>以允许此功能。
      +ConfFileMustContainCustom=从应用程序安装或构建外部模块需要将模块文件保存到目录<strong> %s</strong>中。要让Dolibarr处理此目录,您必须设置<strong> conf / conf.php </strong>以添加2个指令行:<br> <strong> $ dolibarr_main_url_root_alt ='/ custom'; </strong> <br>的<strong> $ dolibarr_main_document_root_alt = '%s /自定义';</strong>
       HighlightLinesOnMouseHover=当鼠标经过表格明细时高亮显示
      -HighlightLinesColor=Highlight color of the line when the mouse passes over (keep empty for no highlight)
      -TextTitleColor=Text color of Page title
      +HighlightLinesColor=当鼠标经过时突出显示线条的颜色(保持为空而没有突出显示)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
      +TextTitleColor=页面标题的文字颜色
       LinkColor=颜色链接
      -PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
      -NotSupportedByAllThemes=Will works with core themes, may not be supported by external themes
      +PressF5AfterChangingThis=在键盘上按CTRL + F5或更改此值后清除浏览器缓存以使其生效
      +NotSupportedByAllThemes=将与核心主题一起使用,可能不受外部主题的支持
       BackgroundColor=背景颜色
       TopMenuBackgroundColor=顶部菜单背景颜色
       TopMenuDisableImages=隐藏顶部菜单图片
       LeftMenuBackgroundColor=左侧菜单背景颜色
       BackgroundTableTitleColor=清单表格表头背景颜色
      -BackgroundTableTitleTextColor=Text color for Table title line
      +BackgroundTableTitleTextColor=表标题行的文本颜色
       BackgroundTableLineOddColor=表格奇数背景颜色
       BackgroundTableLineEvenColor=表格偶数背景颜色
       MinimumNoticePeriod=最小通知间隔
      -NbAddedAutomatically=Number of days added to counters of users (automatically) each month
      -EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      -ColorFormat=The RGB color is in HEX format, eg: FF0000
      -PositionIntoComboList=Position of line into combo lists
      +NbAddedAutomatically=每月添加到用户计数器(自动)的天数
      +EnterAnyCode=该字段包含标识行的引用。输入您选择的任何值,但不包含特殊字符。
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +ColorFormat=RGB颜色采用HEX格式,例如:FF0000
      +PositionIntoComboList=行位置到组合列表中
       SellTaxRate=消费税率
      -RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
      +RecuperableOnly=适用于法国某些州的增值税“Not Perceived but Recoverable”是的。在所有其他情况下,将值保持为“否”。
       UrlTrackingDesc=如果运输公司提供页面来追踪运单状态,你可以将网页输入到这里。你可以在网址中使用 {TRACKID} 字段来替换实际运单号,以便在链接进入时直接进入到该运单的运输状态。
      -OpportunityPercent=When you create an opportunity, you will defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated 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
      +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=此模板记录专用于哪个元素
       TypeOfTemplate=模板类型
      -TemplateIsVisibleByOwnerOnly=只有创建者对mubankejian
      -VisibleEverywhere=Visible everywhere
      -VisibleNowhere=Visible nowhere
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
      +VisibleEverywhere=四处可见
      +VisibleNowhere=无处可见
       FixTZ=时区修复
       FillFixTZOnlyIfRequired=例:+2 (只有问题发生时才填写)
       ExpectedChecksum=预计校验
       CurrentChecksum=当前校验
      -ForcedConstants=Required constant values
      +ForcedConstants=必需的常量值
       MailToSendProposal=客户报价
       MailToSendOrder=客户订单
       MailToSendInvoice=客户发票
       MailToSendShipment=运输
       MailToSendIntervention=干预
      -MailToSendSupplierRequestForQuotation=Quotation request
      -MailToSendSupplierOrder=Purchase orders
      -MailToSendSupplierInvoice=Vendor invoices
      +MailToSendSupplierRequestForQuotation=报价请求
      +MailToSendSupplierOrder=订单
      +MailToSendSupplierInvoice=供应商发票
       MailToSendContract=合同
      -MailToThirdparty=合伙人
      +MailToThirdparty=合作方
       MailToMember=会员
       MailToUser=用户
      -MailToProject=Projects page
      +MailToProject=项目页面
       ByDefaultInList=默认显示列表视图
      -YouUseLastStableVersion=You use the latest stable version
      -TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
      -TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
      -ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
      +YouUseLastStableVersion=您使用最新的稳定版本
      +TitleExampleForMajorRelease=您可以用来宣布此主要版本的消息示例(可以在您的网站上使用它)
      +TitleExampleForMaintenanceRelease=您可以用来宣布此维护版本的消息示例(可以在您的网站上使用它)
      +ExampleOfNewsMessageForMajorRelease=Dolibarr ERP&CRM %s可用。版本%s是一个主要版本,为用户和开发人员提供了许多新功能。您可以从https://www.dolibarr.org portal(子目录稳定版本)的下载区下载它。您可以阅读<a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a>以获取完整的更改列表。
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=产品文件模板
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
      -SeeSubstitutionVars=See * note for list of possible substitution variables
      -SeeChangeLog=See ChangeLog file (english only)
      -AllPublishers=All publishers
      -UnknownPublishers=Unknown publishers
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
      +SeeSubstitutionVars=有关可能的替换变量列表,请参阅* note
      +SeeChangeLog=请参阅ChangeLog文件(仅英文)
      +AllPublishers=所有出版商
      +UnknownPublishers=未知的发布商
       AddRemoveTabs=添加或删除标签
      -AddDataTables=Add object tables
      -AddDictionaries=Add dictionaries tables
      -AddData=Add objects or dictionaries data
      +AddDataTables=添加对象表
      +AddDictionaries=添加词典表
      +AddData=添加对象或词典数据
       AddBoxes=添加插件
       AddSheduledJobs=添加计划任务
       AddHooks=添加钩子
      @@ -1769,35 +1783,66 @@ AddExportProfiles=添加导出配置
       AddImportProfiles=添加导入配置
       AddOtherPagesOrServices=添加其他页面或服务
       AddModels=添加文档或数据模板
      -AddSubstitutions=Add keys substitutions
      -DetectionNotPossible=Detection not possible
      -UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
      +AddSubstitutions=添加密钥替换
      +DetectionNotPossible=检测不可能
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=可用的API列表
      -activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=加载页
      -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")
      -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.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the publisher of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
      -MAIN_PDF_MARGIN_LEFT=Left margin on PDF
      -MAIN_PDF_MARGIN_RIGHT=Right margin on PDF
      -MAIN_PDF_MARGIN_TOP=Top margin on PDF
      -MAIN_PDF_MARGIN_BOTTOM=Bottom margin on PDF
      -SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
      -EnterCalculationRuleIfPreviousFieldIsYes=Enter calculcation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      -SeveralLangugeVariatFound=Several language variants found
      -COMPANY_AQUARIUM_REMOVE_SPECIAL=Remove special characters
      -COMPANY_AQUARIUM_CLEAN_REGEX=Regex filter to clean value (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=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
      +SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
      +ModuleEnabledAdminMustCheckRights=模块已激活。已激活模块的权限仅授予管理员用户。如有必要,您可能需要手动向其他用户或组授予权限。
      +UserHasNoPermissions=This user has no permissions defined
      +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=公司的参考货币(进入公司设置改变这个)
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
      +MAIN_PDF_MARGIN_LEFT=PDF的左边距
      +MAIN_PDF_MARGIN_RIGHT=PDF的右边距
      +MAIN_PDF_MARGIN_TOP=PDF的上边距
      +MAIN_PDF_MARGIN_BOTTOM=PDF的底部边距
      +NothingToSetup=There is no specific setup to do for this module.
      +SetToYesIfGroupIsComputationOfOtherGroups=如果此组是其他组的计算,则将此值设置为yes
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
      +SeveralLangugeVariatFound=找到了几种语言变体
      +COMPANY_AQUARIUM_REMOVE_SPECIAL=删除特殊字符
      +COMPANY_AQUARIUM_CLEAN_REGEX=正则表达式过滤器清理值(COMPANY_AQUARIUM_CLEAN_REGEX)
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in 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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### 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
      +ResourceSetup=配置模块资源
      +UseSearchToSelectResource=使用搜索表单选择资源(而不是下拉列表)。
      +DisabledResourceLinkUser=禁用将资源链接到用户的功能
      +DisabledResourceLinkContact=禁用将资源链接到联系人的功能
      +ConfirmUnactivation=确认模块重置
      +OnMobileOnly=On small screen (smartphone) only
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/zh_CN/companies.lang b/htdocs/langs/zh_CN/companies.lang
      index ffa926a2207..93a93863ce4 100644
      --- a/htdocs/langs/zh_CN/companies.lang
      +++ b/htdocs/langs/zh_CN/companies.lang
      @@ -1,20 +1,20 @@
       # Dolibarr language file - Source file is en_US - companies
       ErrorCompanyNameAlreadyExists=公司名称%s已经存在。请使用其它名称。
       ErrorSetACountryFirst=请先设置国家
      -SelectThirdParty=选择业务伙伴
      -ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
      +SelectThirdParty=选择合伙人
      +ConfirmDeleteCompany=你确定要删除本公司及所有关联信息?
       DeleteContact=删除联络人
      -ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
      -MenuNewThirdParty=新建合伙人
      -MenuNewCustomer=新建客户
      -MenuNewProspect=新建准客户
      -MenuNewSupplier=New vendor
      +ConfirmDeleteContact=你确定要删除这个联系人和所有关联信息?
      +MenuNewThirdParty=New Third Party
      +MenuNewCustomer=New Customer
      +MenuNewProspect=New Prospect
      +MenuNewSupplier=New Vendor
       MenuNewPrivateIndividual=新私营个体
      -NewCompany=New company (prospect, customer, vendor)
      -NewThirdParty=New third party (prospect, customer, vendor)
      -CreateDolibarrThirdPartySupplier=Create a third party (vendor)
      +NewCompany=新建公司 (准客户,客户,供应商)
      +NewThirdParty=New Third Party (prospect, customer, vendor)
      +CreateDolibarrThirdPartySupplier=创建合伙人(供应商)
       CreateThirdPartyOnly=创建合伙人
      -CreateThirdPartyAndContact=Create a third party + a child contact
      +CreateThirdPartyAndContact=创建合伙人+联系人
       ProspectionArea=准客户区
       IdThirdParty=合伙人ID号
       IdCompany=公司ID
      @@ -25,26 +25,26 @@ ThirdPartyContact=合伙人联络人/地址
       Company=公司
       CompanyName=公司名称
       AliasNames=别名(商号,商标,...)
      -AliasNameShort=别名
      +AliasNameShort=Alias Name
       Companies=公司
      -CountryIsInEEC=国家是欧洲共同体一员
      -ThirdPartyName=合伙人名称
      -ThirdPartyEmail=Third party email
      -ThirdParty=合伙人
      -ThirdParties=合伙人
      +CountryIsInEEC=Country is inside the European Economic Community
      +ThirdPartyName=Third Party Name
      +ThirdPartyEmail=合伙人电子邮件
      +ThirdParty=Third Party
      +ThirdParties=Third Parties
       ThirdPartyProspects=准客户
       ThirdPartyProspectsStats=准客户
       ThirdPartyCustomers=客户
       ThirdPartyCustomersStats=客户
       ThirdPartyCustomersWithIdProf12=与%s或%客户s
      -ThirdPartySuppliers=Vendors
      -ThirdPartyType=合伙人类型
      +ThirdPartySuppliers=供应商
      +ThirdPartyType=Type of company
       Individual=私营个体
      -ToCreateContactWithSameName=Will create automatically a contact/address with same information than third party under the third party. In most cases, even if your third party is a physical people, creating a third party alone is enough.
      +ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Address with same information as the Third Party. In most cases, even if your Third Party is a physical person, creating a Third Party alone is enough.
       ParentCompany=母公司
       Subsidiaries=附属公司
      -ReportByMonth=Report by month
      -ReportByCustomers=Report by customer
      +ReportByMonth=按月报告
      +ReportByCustomers=顾客报告
       ReportByQuarter=按报表等级
       CivilityCode=文明守则
       RegisteredOffice=注册给办公室
      @@ -52,12 +52,12 @@ Lastname=姓氏
       Firstname=名字
       PostOrFunction=工作岗位
       UserTitle=称谓
      -NatureOfThirdParty=Nature of Third party
      +NatureOfThirdParty=合伙人的性质
       Address=地址
       State=州/省
       StateShort=国家
       Region=地区
      -Region-State=Region - State
      +Region-State=地区 - 州
       Country=国家
       CountryCode=国家代码
       CountryId=国家编号
      @@ -75,14 +75,14 @@ Zip=邮政编码
       Town=城市
       Web=网站
       Poste= 位置
      -DefaultLang=默认语言
      -VATIsUsed=Sales tax is used
      -VATIsUsedWhenSelling=This define if this third party includes a sale tax or not when it makes an invoice to its own customers
      -VATIsNotUsed=Sales tax is not used
      -CopyAddressFromSoc=Fill address with third party address
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available refering objects
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Third party neither customer nor supplier, discounts are not available
      -PaymentBankAccount=Payment bank account
      +DefaultLang=Language default
      +VATIsUsed=Sales tax used
      +VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
      +VATIsNotUsed=不含增值税
      +CopyAddressFromSoc=使用合伙人地址填写地址
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=合伙人既不是顾客也不是供应商,折扣不可用
      +PaymentBankAccount=付款银行帐户
       OverAllProposals=报价
       OverAllOrders=订单
       OverAllInvoices=发票
      @@ -99,9 +99,9 @@ LocalTax2ES=IRPF
       TypeLocaltax1ES=RE 类型
       TypeLocaltax2ES=IRPF 类型
       WrongCustomerCode=客户代码无效
      -WrongSupplierCode=Vendor code invalid
      +WrongSupplierCode=供应商代码无效
       CustomerCodeModel=客户代码模板
      -SupplierCodeModel=Vendor code model
      +SupplierCodeModel=供应商代码模型
       Gencod=条码
       ##### Professional ID #####
       ProfId1Short=Prof. id 1
      @@ -258,36 +258,36 @@ ProfId1DZ=钢筋混凝土
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=Sales tax ID
      -VATIntraShort=Tax ID
      +VATIntra=Sales Tax/VAT ID
      +VATIntraShort=税号
       VATIntraSyntaxIsValid=语法是有效的
      -VATReturn=VAT return
      +VATReturn=增值税退税
       ProspectCustomer=准客户/客户
       Prospect=准客户
       CustomerCard=客户信息
       Customer=客户
       CustomerRelativeDiscount=相对客户折扣
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=相对供应商折扣
       CustomerRelativeDiscountShort=相对折扣
       CustomerAbsoluteDiscountShort=绝对优惠
       CompanyHasRelativeDiscount=这个客户有一个<b>%s的%%</b>的折扣
       CompanyHasNoRelativeDiscount=此客户没有默认相对折扣
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      -HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      +HasRelativeDiscountFromSupplier=您从该供应商处获得<b> %s%% </b>的默认折扣
      +HasNoRelativeDiscountFromSupplier=您没有此供应商的默认相对折扣
      +CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for <b>%s</b> %s
      +CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for <b>%s</b> %s
       CompanyHasCreditNote=此客户仍然有信用票据<b>或s%%s</b>的前存款
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      +HasNoAbsoluteDiscountFromSupplier=您没有此供应商提供的折扣信用额度
      +HasAbsoluteDiscountFromSupplier=您可以从该供应商处获得<b> %s </b> %s的折扣(信用票据或预付款)
      +HasDownPaymentOrCommercialDiscountFromSupplier=您可以从该供应商处购买<b> %s </b> %s的折扣(商业,预付定金)
      +HasCreditNoteFromSupplier=您的<b> %s </b> %s从该供应商的贷方记录
       CompanyHasNoAbsoluteDiscount=此客户没有提供贴息贷款
      -CustomerAbsoluteDiscountAllUsers=Absolute customer discounts (granted by all users)
      -CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +CustomerAbsoluteDiscountAllUsers=绝对优惠(所有用户授予)
      +CustomerAbsoluteDiscountMy=绝对优惠(由自己授予)
      +SupplierAbsoluteDiscountAllUsers=绝对供应商折扣(由所有用户输入)
      +SupplierAbsoluteDiscountMy=绝对供应商折扣(由您自己输入)
       DiscountNone=无
      -Supplier=供应商
      +Supplier=Vendor
       AddContact=创建联系人
       AddContactAddress=创建联系人/地址
       EditContact=编辑联系人/地址
      @@ -295,30 +295,30 @@ EditContactAddress=编辑联系人/地址
       Contact=联系人
       ContactId=联系人id
       ContactsAddresses=联系方式/地址
      -FromContactName=Name:
      +FromContactName=名称:
       NoContactDefinedForThirdParty=此合伙人未确定联络人
       NoContactDefined=合伙人未设定联系人
       DefaultContact=默认接触
       AddThirdParty=创建合伙人
       DeleteACompany=删除公司
       PersonalInformations=个人资料
      -AccountancyCode=会计账户
      -CustomerCode=客户代码
      -SupplierCode=Vendor code
      -CustomerCodeShort=客户代码
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=客户代码,为所有客户提供唯一的客户代码值
      -SupplierCodeDesc=Vendor code, unique for all vendors
      +AccountancyCode=会计科目
      +CustomerCode=Customer Code
      +SupplierCode=Vendor Code
      +CustomerCodeShort=Customer Code
      +SupplierCodeShort=Vendor Code
      +CustomerCodeDesc=Customer Code, unique for all customers
      +SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=要求合伙人为客户或是准客户
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=有效性控制模块
      -ThisIsModuleRules=这是本单元的规则
      +RequiredIfSupplier=如果合伙人是供应商,则必需
      +ValidityControledByModule=Validity controlled by module
      +ThisIsModuleRules=Rules for this module
       ProspectToContact=准客户到联系人
       CompanyDeleted=公司“%的”从数据库中删除。
       ListOfContacts=联系人列表
      -ListOfContactsAddresses=联系人/地址列表
      -ListOfThirdParties=合伙人列表
      -ShowCompany=Show third party
      +ListOfContactsAddresses=联系人列表
      +ListOfThirdParties=List of Third Parties
      +ShowCompany=Show Third Party
       ShowContact=显示联系人
       ContactsAllShort=全部 (不筛选)
       ContactType=联系人类型
      @@ -333,20 +333,20 @@ NoContactForAnyProposal=不是任何报价的联系人
       NoContactForAnyContract=不是任何合同的联系人
       NoContactForAnyInvoice=不是任何发票的联系人
       NewContact=新建联系人
      -NewContactAddress=新建联系人/地址
      +NewContactAddress=New Contact/Address
       MyContacts=我的联系人
       Capital=注册资金
       CapitalOf=注册资金 %s
       EditCompany=编辑公司
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      +ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=支票
      -VATIntraCheckDesc=<b>%s的</b>允许该链接要求欧盟增值税检查服务。从服务器的外部网络连接需要这项服务工作。
      +VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=欧盟委员会现场检查Intracomunnautary增值税
      -VATIntraManualCheck=您也可以手动检查站点从欧洲网站<a href="%s" target="_blank">%s的</a>
      +VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      +VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=检查不可能的。检查服务是没有提供的会员国(%s)中。
      -NorProspectNorCustomer=不是准客户,也不是客户
      -JuridicalStatus=法律条款
      +NorProspectNorCustomer=Not prospect, or customer
      +JuridicalStatus=Legal Entity Type
       Staff=员工人数
       ProspectLevelShort=潜力
       ProspectLevel=潜在的准客户
      @@ -387,48 +387,48 @@ ExportCardToFormat=导出名片格式
       ContactNotLinkedToCompany=联系人未链接到任何合伙人
       DolibarrLogin=登陆Dolibarr
       NoDolibarrAccess=没有Dolibarr访问
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=联系人和特征
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +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_3=Bank accounts of Third Parties
      +ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
       PriceLevel=价格级别
       DeliveryAddress=送货地址
       AddAddress=添加地址
      -SupplierCategory=Vendor category
      +SupplierCategory=供应商类别
       JuridicalStatus200=独立
       DeleteFile=删除文件
       ConfirmDeleteFile=你确定要删除这个文件?
       AllocateCommercial=分配给销售代表
       Organization=组织
      -FiscalYearInformation=会计年度信息
      +FiscalYearInformation=Fiscal Year
       FiscalMonthStart=会计年度初始月
      -YouMustAssignUserMailFirst=您必须为此账户添加电子邮箱,首先可为他添加电子邮件通知功能。
      +YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
       YouMustCreateContactFirst=能够添加电子邮件通知, 首先你必须填写合伙人的有效Email地址
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=准客户列表
      -ListCustomersShort=客户列表
      -ThirdPartiesArea=合伙人信息区
      -LastModifiedThirdParties=最近变更的 %s 位合伙人
      -UniqueThirdParties=合伙人小计
      +ListSuppliersShort=List of Vendors
      +ListProspectsShort=List of Prospects
      +ListCustomersShort=List of Customers
      +ThirdPartiesArea=Third Parties/Contacts
      +LastModifiedThirdParties=Last %s modified Third Parties
      +UniqueThirdParties=Total of Third Parties
       InActivity=打开
       ActivityCeased=禁用
      -ThirdPartyIsClosed=Third party is closed
      +ThirdPartyIsClosed=合伙人已关闭
       ProductsIntoElements= %s 的中产品/服务列表
       CurrentOutstandingBill=当前优质账单
       OutstandingBill=优质账单最大值
       OutstandingBillReached=已达到最大优质账单值
      -OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +OrderMinAmount=订单的最低金额
      +MonkeyNumRefModelDesc=Return a number with the format %syymm-nnnn for the customer code and %syymm-nnnn for the vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
       LeopardNumRefModelDesc=客户/供应商代码是免费的。此代码可以随时修改。
       ManagingDirectors=公司高管(s)称呼 (CEO, 董事长, 总裁...)
      -MergeOriginThirdparty=重复第三方(第三方要删除)
      +MergeOriginThirdparty=重复合伙人(合伙人要删除)
       MergeThirdparties=合并合伙人
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      +ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
      +ThirdpartiesMergeSuccess=第三方已合并
       SaleRepresentativeLogin=销售代表登陆
      -SaleRepresentativeFirstname=First name of sales representative
      -SaleRepresentativeLastname=Last name of sales representative
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +SaleRepresentativeFirstname=销售代表的名字
      +SaleRepresentativeLastname=销售代表的姓氏
      +ErrorThirdpartiesMerge=删除第三方时出错。请检查日志。变更已被恢复。
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/zh_CN/errors.lang b/htdocs/langs/zh_CN/errors.lang
      index 80b8871fd69..fac2aa4abaa 100644
      --- a/htdocs/langs/zh_CN/errors.lang
      +++ b/htdocs/langs/zh_CN/errors.lang
      @@ -6,35 +6,35 @@ NoErrorCommitIsDone=没有错误,我们承诺
       ErrorButCommitIsDone=发现错误我们将进行验证
       ErrorBadEMail=电子邮件%s是错误的
       ErrorBadUrl=网址 %s 有误
      -ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing.
      +ErrorBadValueForParamNotAString=参数值不正确。它通常在缺少翻译时附加。
       ErrorLoginAlreadyExists=登陆%s已经存在。
       ErrorGroupAlreadyExists=组%s已经存在。
       ErrorRecordNotFound=记录没有找到。
       ErrorFailToCopyFile=无法复制文件<b>'%s'</b>成<b>'%s'。</b>
      -ErrorFailToCopyDir=Failed to copy directory '<b>%s</b>' into '<b>%s</b>'.
      +ErrorFailToCopyDir=无法将目录“<b> %s </b>”复制到“<b> %s </b>”中。
       ErrorFailToRenameFile=无法重新命名为<b>“%s'</b>文件<b>'%s'。</b>
       ErrorFailToDeleteFile=无法删除文件<b>'%s'</b>的。
       ErrorFailToCreateFile=无法创建文件<b>'%s'</b>的。
       ErrorFailToRenameDir=无法重命名目录<b>'%s'</b>到<b>%s'</b>的。
       ErrorFailToCreateDir=无法创建目录<b>'%s'</b>的。
       ErrorFailToDeleteDir=无法删除目录<b>'%s'</b>的。
      -ErrorFailToMakeReplacementInto=Failed to make replacement into file '<b>%s</b>'.
      -ErrorFailToGenerateFile=Failed to generate file '<b>%s</b>'.
      +ErrorFailToMakeReplacementInto=无法更换到文件'<b> %s </b>'。
      +ErrorFailToGenerateFile=无法生成文件'<b> %s </b>'。
       ErrorThisContactIsAlreadyDefinedAsThisType=这个联络已定义为这种类型的接触。
       ErrorCashAccountAcceptsOnlyCashMoney=这是一个银行帐户的现金帐户,所以只接受现金支付的类型。
       ErrorFromToAccountsMustDiffers=源和目标的银行帐户必须是不同的。
      -ErrorBadThirdPartyName=错误的合伙人名称
      +ErrorBadThirdPartyName=错误的合作方名称
       ErrorProdIdIsMandatory=%s 是强制性的
       ErrorBadCustomerCodeSyntax=错误的客户代码
      -ErrorBadBarCodeSyntax=Bad syntax for bar code. May be you set a bad barcode type or you defined a barcode mask for numbering that does not match value scanned.
      +ErrorBadBarCodeSyntax=条形码的语法错误。可能是您设置了错误的条形码类型,或者您为编号设置了条形码掩码,该条形码掩码与扫描的值不匹配。
       ErrorCustomerCodeRequired=客户代码需要
       ErrorBarCodeRequired=需要条形码
       ErrorCustomerCodeAlreadyUsed=客户代码已被使用
       ErrorBarCodeAlreadyUsed=条码已存在且已使用
       ErrorPrefixRequired=前缀要求
      -ErrorBadSupplierCodeSyntax=Bad syntax for vendor code
      -ErrorSupplierCodeRequired=Vendor code required
      -ErrorSupplierCodeAlreadyUsed=Vendor code already used
      +ErrorBadSupplierCodeSyntax=供应商代码的语法错误
      +ErrorSupplierCodeRequired=需要供应商代码
      +ErrorSupplierCodeAlreadyUsed=已使用供应商代码
       ErrorBadParameters=错误的参数
       ErrorBadValueForParameter=错误值 '%s' 参数 '%s'
       ErrorBadImageFormat=图片格式不支持(你的PHP不支持图片格式转换功能)
      @@ -42,9 +42,9 @@ ErrorBadDateFormat=值“%s”有错误的日期格式
       ErrorWrongDate=日期不正确!
       ErrorFailedToWriteInDir=无法写在目录%s
       ErrorFoundBadEmailInFile=找到%S的语法不正确的电子邮件文件中的行(例如行%的电子邮件s =%s)的
      -ErrorUserCannotBeDelete=用户不能删除。也许它已经关联到Dolibarr实体对象了。
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=一些必要的栏位都没有填补。
      -ErrorSubjectIsRequired=The email topic is required
      +ErrorSubjectIsRequired=电子邮件主题是必需的
       ErrorFailedToCreateDir=无法创建一个目录。检查Web服务器的用户有权限写入Dolibarr文件目录。如果参数<b>safe_mode设置</b>为启用这个PHP,检查Dolibarr php文件到Web服务器的用户拥有(或组)。
       ErrorNoMailDefinedForThisUser=没有邮件定义该用户
       ErrorFeatureNeedJavascript=此功能需要Javascript被激活才能工作。更改此设置 - 显示。
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=请填写选取列表值
       ErrorNoValueForCheckBoxType=请填写复选框列表值
       ErrorNoValueForRadioType=请填写电台列表的值
       ErrorBadFormatValueList=列表值不能有一个以上的逗号: <u>%s</u>, 但至少需要一个: key,value
      -ErrorFieldCanNotContainSpecialCharacters=栏位<b>%s</b>必须不包含特殊字符。
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=没有激活启用任何财务会计模块
       ErrorExportDuplicateProfil=导出设定配置名称已存在
       ErrorLDAPSetupNotComplete=Dolibarr - LDAP的匹配是不完整的。
       ErrorLDAPMakeManualTest=甲。LDIF文件已经生成在目录%s的尝试加载命令行手动有更多的错误信息。
      -ErrorCantSaveADoneUserWithZeroPercentage=无法储存与行动“规约未启动”如果领域“做的”,也是填补。
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=号的创作已经存在。
      -ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      -ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=不能删除记录。它已被使用或者包含在其他对象中。
      +ErrorPleaseTypeBankTransactionReportName=请输入必须报告条目的银行对账单名称(格式YYYYMM或YYYYMMDD)
      +ErrorRecordHasChildren=Failed to delete record since it has some child records.
      +ErrorRecordHasAtLeastOneChildOfType=对象至少有一个类型为%s的子项
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=不能禁用JavaScript必须有此功能的工作。要启用/禁用JavaScript,进入菜单首页->安装->“显示。
       ErrorPasswordsMustMatch=这两种类型的密码必须相互匹配
      -ErrorContactEMail=一个技术性错误发生。请联系管理员,以下连接提供错误代码<b>%s</b>在您的邮件,甚至更好,加入了这个页面的屏幕拷贝的电子邮件<b>%s。</b>
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=<b>s'</b>的领域的一些错误值<b>的%s(</b>价值<b>'%</b>不匹配正则表达式规则<b>%s)</b>
       ErrorFieldValueNotIn=栏位数字参数值错误 <b>%s</b> (值 '<b>%s</b>' 不允许填写在这个栏位 <b>%s</b> 表格 <b>%s</b>)
       ErrorFieldRefNotIn=栏位数字错误 <b>%s</b> (value '<b>%s</b>'不是一个<b>%s</b>现有编号)
      @@ -87,24 +88,25 @@ ErrorsOnXLines=<b>%</b>误差<b>的</b>源上线
       ErrorFileIsInfectedWithAVirus=防病毒程序无法验证文件(文件可能被病毒感染)
       ErrorSpecialCharNotAllowedForField=特殊字符不为外地允许“%s的”
       ErrorNumRefModel=存在一个引用(%s)和编号是不符合本规则兼容到数据库。记录中删除或重命名参考激活此模块。
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=此供应商的数量太低,或者此供应商未定义此产品的价格
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=模块设置看起来未完成设置。请到 主页->设置->模块菜单 完成模块的设置。
       ErrorBadMask=在面具的错误
       ErrorBadMaskFailedToLocatePosOfSequence=没有序列号错误,面具
       ErrorBadMaskBadRazMonth=错误,坏的复位值
      -ErrorMaxNumberReachForThisMask=Max number reach for this mask
      +ErrorMaxNumberReachForThisMask=此掩码的最大数量范围
       ErrorCounterMustHaveMoreThan3Digits=计数器必须有3个以上的数字
       ErrorSelectAtLeastOne=错误。请至少选取一个条目。
      -ErrorDeleteNotPossibleLineIsConsolidated=不能删除该记录已经关联到银行交易并已过账了
      -ErrorProdIdAlreadyExist=%s被分配到其他合伙人
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
      +ErrorProdIdAlreadyExist=%s被分配到其他合作方
       ErrorFailedToSendPassword=无法传送密码
       ErrorFailedToLoadRSSFile=未能得到RSS提要。尝试添加恒定MAIN_SIMPLEXMLLOAD_DEBUG,如果错误消息不提供足够的信息。
      -ErrorForbidden=Access denied.<br>You try to access to a page, area or feature of a disabled module or without being in an authenticated session or that is not allowed to your user.
      +ErrorForbidden=访问被拒绝。<br>您尝试访问已禁用模块的页面,区域或功能,或者不在经过身份验证的会话中或不允许您的用户访问。
       ErrorForbidden2=此登陆权限可在你的Dolibarr管理员菜单 %s->%s中定义。
       ErrorForbidden3=看来Dolibarr是不是通过身份验证的会话中使用。以在Dolibarr安装文件就会知道如何管理认证(htaccess的,mod_auth或其他...).
       ErrorNoImagickReadimage=功能imagick_readimage是没有发现在这个PHP。没有预览可用。管理员可以从菜单中禁用此设置 - 显示选项卡。
       ErrorRecordAlreadyExists=记录已存在
      -ErrorLabelAlreadyExists=This label already exists
      +ErrorLabelAlreadyExists=此标签已存在
       ErrorCantReadFile=无法读取档案'%s'
       ErrorCantReadDir=无法读取目录'%s'
       ErrorBadLoginPassword=帐号密码不正确
      @@ -115,30 +117,31 @@ ErrorLoginDoesNotExists=登陆账号 <b>%s</b> 有误——系统中没有这个
       ErrorLoginHasNoEmail=此账户未设定Email地址。无法使用该功能.
       ErrorBadValueForCode=代码有错误的值类型。再次尝试以新的价值...
       ErrorBothFieldCantBeNegative=栏位%s和%s不能都为负的
      -ErrorQtyForCustomerInvoiceCantBeNegative=Quantity for line into customer invoices can't be 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=进入客户发票的数量不能为负数
       ErrorWebServerUserHasNotPermission=<b>%s</b>用来执行Web服务器用户帐户没有该权限
       ErrorNoActivatedBarcode=没有激活的条码类型
       ErrUnzipFails=%s 无法解压缩与解压缩
      -ErrNoZipEngine=No engine to zip/unzip %s file in this PHP
      +ErrNoZipEngine=没有引擎在这个PHP中压缩/解压缩%s文件
       ErrorFileMustBeADolibarrPackage=%s 文件必须是Dolibarr zip格式包
      -ErrorModuleFileRequired=You must select a Dolibarr module package file
      +ErrorModuleFileRequired=您必须选择Dolibarr模块包文件
       ErrorPhpCurlNotInstalled=PHP Curl没有安装,这需要与支付宝协调
       ErrorFailedToAddToMailmanList=Failed to add record %s to Mailman list %s or SPIP base
       ErrorFailedToRemoveToMailmanList=Failed to remove record %s to Mailman list %s or SPIP base
       ErrorNewValueCantMatchOldValue=新价值不能等于旧的价值
       ErrorFailedToValidatePasswordReset=重新初始化密码密码失败。重新初始化密码已经完成(该链接可以只用一次)。如果没有,请尝试重新启动初始化过程。
      -ErrorToConnectToMysqlCheckInstance=Connect to database fails. Check database server is running (for example, with mysql/mariadb, you can launch it from command line with 'sudo service mysql start').
      +ErrorToConnectToMysqlCheckInstance=连接数据库失败。检查数据库服务器是否正在运行(例如,使用mysql / mariadb,您可以使用'sudo service mysql start'从命令行启动它)。
       ErrorFailedToAddContact=无法添加联系人
      -ErrorDateMustBeBeforeToday=The date cannot be greater than today
      -ErrorPaymentModeDefinedToWithoutSetup=A payment mode was set to type %s but setup of module Invoice was not completed to define information to show for this payment mode.
      -ErrorPHPNeedModule=Error, your PHP must have module <b>%s</b> installed to use this feature.
      -ErrorOpenIDSetupNotComplete=You setup Dolibarr config file to allow OpenID authentication, but URL of OpenID service is not defined into constant %s
      -ErrorWarehouseMustDiffers=Source and target warehouses must differs
      +ErrorDateMustBeBeforeToday=日期不能超过今天
      +ErrorPaymentModeDefinedToWithoutSetup=付款模式设置为键入%s但未完成模块发票的设置以定义要为此付款模式显示的信息。
      +ErrorPHPNeedModule=错误,您的PHP必须安装模块<b> %s </b>才能使用此功能。
      +ErrorOpenIDSetupNotComplete=您设置Dolibarr配置文件以允许OpenID身份验证,但OpenID服务的URL未定义为常量%s
      +ErrorWarehouseMustDiffers=源仓库和目标仓库必须不同
       ErrorBadFormat=格式错误!
      -ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
      +ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=错误,此成员尚未链接到任何合作方。在创建订阅发票之前,将成员链接到现有合作方或创建新的合作方。
       ErrorThereIsSomeDeliveries=错误,此运输已被关联到某交货,即可能已经交货了不能反悔了。拒绝删除。
      -ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentReconciliated=无法删除已生成已对帐的银行条目的付款
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=无法分配到常数 '%s'
       ErrorPriceExpression2=不能重新定义内置函数 '%s'
       ErrorPriceExpression3=未定义的变量 '%s' 在函数的定义
      @@ -147,22 +150,22 @@ ErrorPriceExpression5=意外 '%s'
       ErrorPriceExpression6=错误的数量参数值 (%s given, %s expected)
       ErrorPriceExpression8=操作意外 '%s'
       ErrorPriceExpression9=发生意外错误
      -ErrorPriceExpression10=运算符 '%s' 缺少操作数
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=预料 '%s'
       ErrorPriceExpression14=除以零
       ErrorPriceExpression17=未定义的变量 '%s'
      -ErrorPriceExpression19=表达式未发现 
      +ErrorPriceExpression19=表达式未发现
       ErrorPriceExpression20=空白表达式
       ErrorPriceExpression21=空白结果 '%s'
       ErrorPriceExpression22=负结果 '%s'
      -ErrorPriceExpression23=Unknown or non set variable '%s' in %s
      -ErrorPriceExpression24=Variable '%s' exists but has no value
      +ErrorPriceExpression23=%s中的未知或未设置变量'%s'
      +ErrorPriceExpression24=变量'%s'存在但没有值
       ErrorPriceExpressionInternal=内部错误 '%s'
       ErrorPriceExpressionUnknown=未知错误 '%s'
      -ErrorSrcAndTargetWarehouseMustDiffers=Source and target warehouses must differs
      -ErrorTryToMakeMoveOnProductRequiringBatchData=Error, trying to make a stock movement without lot/serial information, on product '%s' requiring lot/serial information
      -ErrorCantSetReceptionToTotalDoneWithReceptionToApprove=All recorded receptions must first be verified (approved or denied) before being allowed to do this action
      -ErrorCantSetReceptionToTotalDoneWithReceptionDenied=All recorded receptions must first be verified (approved) before being allowed to do this action
      +ErrorSrcAndTargetWarehouseMustDiffers=源仓库和目标仓库必须不同
      +ErrorTryToMakeMoveOnProductRequiringBatchData=在产品'%s'上尝试在没有批次/序列信息的情况下进行库存移动时出错,需要批次/序列信息
      +ErrorCantSetReceptionToTotalDoneWithReceptionToApprove=在允许执行此操作之前,必须首先验证(批准或拒绝)所有录制的接收
      +ErrorCantSetReceptionToTotalDoneWithReceptionDenied=在允许执行此操作之前,必须首先验证(批准)所有录制的接收
       ErrorGlobalVariableUpdater0=HTTP 请求失败错误为 '%s'
       ErrorGlobalVariableUpdater1=无效 JSON 格式 '%s'
       ErrorGlobalVariableUpdater2=丢失参数 '%s'
      @@ -170,64 +173,65 @@ ErrorGlobalVariableUpdater3=请求数据在结果中没找到
       ErrorGlobalVariableUpdater4=SOAP 客户端失败错误为 '%s'
       ErrorGlobalVariableUpdater5=没有全局变量选择
       ErrorFieldMustBeANumeric=填写 <b>%s</b> 必须为数字值
      -ErrorMandatoryParametersNotProvided=Mandatory parameter(s) not provided
      -ErrorOppStatusRequiredIfAmount=You set an estimated amount for this opportunity/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 ocurred when saving the changes
      -ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
      -ErrorFileMustHaveFormat=File must have format %s
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorMandatoryParametersNotProvided=未提供强制参数
      +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
      +ErrorFailedToLoadModuleDescriptorForXXX=无法加载%s的模块描述符类
      +ErrorBadDefinitionOfMenuArrayInModuleDescriptor=模块描述符中菜单数组的错误定义(关键字fk_menu的错误值)
      +ErrorSavingChanges=An error has occurred when saving the changes
      +ErrorWarehouseRequiredIntoShipmentLine=在运输线上需要仓库
      +ErrorFileMustHaveFormat=文件格式必须为%s
      +ErrorSupplierCountryIsNotDefined=未定义此供应商的国家/地区。先纠正这个问题。
       ErrorsThirdpartyMerge=两条记录合并失败。请求已取消。
      -ErrorStockIsNotEnoughToAddProductOnOrder=Stock is not enough for product %s to add it into a new order.
      -ErrorStockIsNotEnoughToAddProductOnInvoice=Stock is not enough for product %s to add it into a new invoice.
      -ErrorStockIsNotEnoughToAddProductOnShipment=Stock is not enough for product %s to add it into a new shipment.
      -ErrorStockIsNotEnoughToAddProductOnProposal=Stock is not enough for product %s to add it into a new proposal.
      -ErrorFailedToLoadLoginFileForMode=Failed to get the login key for mode '%s'.
      -ErrorModuleNotFound=File of module was not found.
      -ErrorFieldAccountNotDefinedForBankLine=Value for Accounting account not defined for source line id %s (%s)
      -ErrorFieldAccountNotDefinedForInvoiceLine=Value for Accounting account not defined for invoice id %s (%s)
      -ErrorFieldAccountNotDefinedForLine=Value for Accounting account not defined for the line (%s)
      -ErrorBankStatementNameMustFollowRegex=Error, bank statement name must follow the following syntax rule %s
      -ErrorPhpMailDelivery=Check that you don't use a too high number of recipients and that your email content is not similar to a Spam. Ask also your administrator to check firewall and server logs files for a more complete information.
      -ErrorUserNotAssignedToTask=User must be assigned to task to be able to enter time consumed.
      -ErrorTaskAlreadyAssigned=Task already assigned to user
      -ErrorModuleFileSeemsToHaveAWrongFormat=The module package seems to have a wrong format.
      -ErrorFilenameDosNotMatchDolibarrPackageRules=The name of the module package (<strong>%s</strong>) does not match expected name syntax: <strong>%s</strong>
      -ErrorDuplicateTrigger=Error, duplicate trigger name %s. Already loaded from %s.
      -ErrorNoWarehouseDefined=Error, no warehouses defined.
      -ErrorBadLinkSourceSetButBadValueForRef=The link you use is not valid. A 'source' for payment is defined, but value for 'ref' is not valid.
      -ErrorTooManyErrorsProcessStopped=Too many errors. Process was stopped.
      -ErrorMassValidationNotAllowedWhenStockIncreaseOnAction=Mass validation is not possible when option to increase/decrease stock is set on this action (you must validate one by one so you can define the warehouse to increase/decrease)
      -ErrorObjectMustHaveStatusDraftToBeValidated=Object %s must have status 'Draft' to be validated.
      -ErrorObjectMustHaveLinesToBeValidated=Object %s must have lines to be validated.
      -ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Only validated invoices can be sent using the "Send by email" mass action.
      -ErrorChooseBetweenFreeEntryOrPredefinedProduct=You must choose if article is a predefined product or not
      -ErrorDiscountLargerThanRemainToPaySplitItBefore=The discount you try to apply is larger than remain to pay. Split the discount in 2 smaller discounts before.
      -ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was modified or file was removed recently.
      -ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
      -ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
      -ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorStockIsNotEnoughToAddProductOnOrder=产品%s的库存不足以将其添加到新订单中。
      +ErrorStockIsNotEnoughToAddProductOnInvoice=产品%s的库存不足以将其添加到新发票中。
      +ErrorStockIsNotEnoughToAddProductOnShipment=产品%s的库存不足以将其添加到新货件中。
      +ErrorStockIsNotEnoughToAddProductOnProposal=产品%s的库存不足以将其添加到新提案中。
      +ErrorFailedToLoadLoginFileForMode=无法获取模式'%s'的登录密钥。
      +ErrorModuleNotFound=找不到模块文件。
      +ErrorFieldAccountNotDefinedForBankLine=未为源行标识%s(%s)定义的会计科目值
      +ErrorFieldAccountNotDefinedForInvoiceLine=未为发票标识%s(%s)定义的会计科目值
      +ErrorFieldAccountNotDefinedForLine=未为该行定义的会计科目值(%s)
      +ErrorBankStatementNameMustFollowRegex=错误,银行对帐单名称必须遵循以下语法规则%s
      +ErrorPhpMailDelivery=检查您是否使用了过多的收件人,并且您的电子邮件内容与垃圾邮件不相似。还请管理员检查防火墙和服务器日志文件以获取更完整的信息。
      +ErrorUserNotAssignedToTask=必须为用户分配用户才能输入消耗的时间。
      +ErrorTaskAlreadyAssigned=任务已分配给用户
      +ErrorModuleFileSeemsToHaveAWrongFormat=模块包似乎格式错误。
      +ErrorFilenameDosNotMatchDolibarrPackageRules=模块包的名称(<strong> %s </strong>)与预期的名称语法不匹配:<strong> %s </strong>
      +ErrorDuplicateTrigger=错误,重复的触发器名称%s。已经从%s加载。
      +ErrorNoWarehouseDefined=错误,没有定义仓库。
      +ErrorBadLinkSourceSetButBadValueForRef=您使用的链接无效。定义了付款的“来源”,但“参考”的值无效。
      +ErrorTooManyErrorsProcessStopped=错误太多了。过程停止了。
      +ErrorMassValidationNotAllowedWhenStockIncreaseOnAction=在此操作上设置增加/减少库存的选项时,无法进行批量验证(您必须逐个验证,以便您可以定义仓库以增加/减少)
      +ErrorObjectMustHaveStatusDraftToBeValidated=对象%s必须为'草稿'状态。
      +ErrorObjectMustHaveLinesToBeValidated=对象%s必须有要验证的行。
      +ErrorOnlyInvoiceValidatedCanBeSentInMassAction=只有经过验证的发票才能使用“通过电子邮件发送”批量操作发送。
      +ErrorChooseBetweenFreeEntryOrPredefinedProduct=您必须选择文章是否为预定义产品
      +ErrorDiscountLargerThanRemainToPaySplitItBefore=您尝试申请的折扣大于剩余支付。之前将折扣分为2个较小的折扣。
      +ErrorFileNotFoundWithSharedLink=找不到档案。可能是修改了共享密钥或最近删除了文件。
      +ErrorProductBarCodeAlreadyExists=产品条形码%s已存在于其他产品参考中。
      +ErrorNoteAlsoThatSubProductCantBeFollowedByLot=还要注意,当至少一个子产品(或子产品的子产品)需要序列号/批号时,使用虚拟产品来自动增加/减少子产品是不可能的。
      +ErrorDescRequiredForFreeProductLines=对于包含免费产品的行,必须说明
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
      -WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      +WarningPasswordSetWithNoAccount=为此成员设置了密码。但是,未创建任何用户帐户。因此,此密码已存储,但无法用于登录Dolibarr。它可以由外部模块/接口使用,但如果您不需要为成员定义任何登录名或密码,则可以从成员模块设置中禁用“管理每个成员的登录名”选项。如果您需要管理登录但不需要任何密码,则可以将此字段保留为空以避免此警告。注意:如果成员链接到用户,则电子邮件也可用作登录。
       WarningMandatorySetupNotComplete=初始参数尚未设置
       WarningSafeModeOnCheckExecDir=警告,PHP的选项<b>safe_mode设置</b>为在此情况下命令必须在<b>safe_mode_exec_dir之</b>存储参数的PHP目录内宣布。
       WarningBookmarkAlreadyExists=本标题或此目标(网址)书签已存在。
       WarningPassIsEmpty=警告,数据库密码是空的。这是一个安全漏洞。您应该添加一个密码到您的数据库,并改变你的conf.php文件,以反映这一点。
       WarningConfFileMustBeReadOnly=警告:您的服务器配置文件 (<b>htdocs/conf/conf.php</b>——LiAnGjiA注:初始安装时需要允许Dolibarr读写权限安装完成后为了安全着想则需要取消写入权限害怕被公鸡啦) 有写入权限。这是个非常严重的漏洞。其允许服务器权限级别的文件读取与写入,有被恶意利用的风险。假如你是Windows的磁盘格式是FAT格式,你必须将该配置文件的权限修改为只读权限,并请继续加强其他服务器安全防护工作。
       WarningsOnXLines=<b>%S上</b>的源代码行警告
      -WarningNoDocumentModelActivated=没有模板,对文档生成,已被激活。一个模板是选用默认,直到您检查您的模块设置。
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=警告:一旦您安装完成Dolibarr则必须将install整个目录移走并在目录 <b>%s</b>下添加一个 <b>install.lock</b> 文件来防止他人的恶意重装。如若缺少此文件则将是个安全漏洞哦。
      -WarningUntilDirRemoved=全部的安全警告(仅管理员用户可见普通用户看不到的)只要该漏洞一直存在且你并未修复漏洞,那么安全警告将持续呈现给您。(或在设置->其他设置中将参数MAIN_REMOVE_INSTALL_WARNING添加进去)。
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=即使源和目标之间金额不同进行警告,禁用。启用此功能时要小心。
      -WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
      +WarningUsingThisBoxSlowDown=警告,使用此框会严重减慢显示该框的所有页面。
       WarningClickToDialUserSetupNotComplete=即将完工的网络电话资料信息设置 (详见用户资料信息页的网络电话).
      -WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers.
      -WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s.
      -WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit.
      -WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
      -WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
      -WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      -WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      +WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=当为盲人或文本浏览器优化显示设置时,功能被禁用。
      +WarningPaymentDateLowerThanInvoiceDate=发票%s的付款日期(%s)早于发票日期(%s)。
      +WarningTooManyDataPleaseUseMoreFilters=数据太多(超过%s行)。请使用更多过滤器或将常数%s设置为更高的限制。
      +WarningSomeLinesWithNullHourlyRate=一些用户记录了一些时间,而他们的小时费率没有定义。使用的值为每小时0 %s,但这可能导致错误的估计时间。
      +WarningYourLoginWasModifiedPleaseLogin=您的登录已被修改。出于安全考虑,您必须在下一步操作之前使用新登录名登录。
      +WarningAnEntryAlreadyExistForTransKey=此语言的翻译密钥已存在条目
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
      +WarningDateOfLineMustBeInExpenseReportRange=警告,行日期不在费用报表范围内
      diff --git a/htdocs/langs/zh_CN/interventions.lang b/htdocs/langs/zh_CN/interventions.lang
      index a15d4a532c1..60a3f3c6707 100644
      --- a/htdocs/langs/zh_CN/interventions.lang
      +++ b/htdocs/langs/zh_CN/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=干预
       InterventionCard=干预卡
       NewIntervention=新的干预
       AddIntervention=创建干预
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=干预列表
       ActionsOnFicheInter=干预活动
       LastInterventions=最新 %s干预
      @@ -15,18 +16,18 @@ ValidateIntervention=验证干预
       ModifyIntervention=变更干预
       DeleteInterventionLine=删除干预行
       CloneIntervention=复制干预
      -ConfirmDeleteIntervention=Are you sure you want to delete this intervention?
      -ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b>?
      -ConfirmModifyIntervention=Are you sure you want to modify this intervention?
      -ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line?
      -ConfirmCloneIntervention=Are you sure you want to clone this intervention?
      +ConfirmDeleteIntervention=您确定要删除此干预吗?
      +ConfirmValidateIntervention=您确定要在名称<b> %s </b>下批准此干预吗?
      +ConfirmModifyIntervention=您确定要修改此干预吗?
      +ConfirmDeleteInterventionLine=您确定要删除此干预线吗?
      +ConfirmCloneIntervention=您确定要克隆此干预吗?
       NameAndSignatureOfInternalContact=干预的签名和盖章::
       NameAndSignatureOfExternalContact=客户的签名和盖章::
       DocumentModelStandard=标准文档模板的干预
       InterventionCardsAndInterventionLines=干预和干预明细
       InterventionClassifyBilled=分类“帐单”
       InterventionClassifyUnBilled=归类 'Unbilled'
      -InterventionClassifyDone=Classify "Done"
      +InterventionClassifyDone=分类“完成”
       StatusInterInvoiced=帐单
       SendInterventionRef=提交的干预 %s
       SendInterventionByMail=通过邮件发送干预
      @@ -39,28 +40,28 @@ InterventionSentByEMail=干预 %s 通过电子邮件发送
       InterventionDeletedInDolibarr=干预 %s 已删除
       InterventionsArea=干预区
       DraftFichinter=干预草稿
      -LastModifiedInterventions= 最近变更的 %s 干预
      -FichinterToProcess=Interventions to process
      +LastModifiedInterventions=最近变更的 %s 干预
      +FichinterToProcess=要处理的干预措施
       ##### Types de contacts #####
       TypeContact_fichinter_external_CUSTOMER=随访客户联系
       # Modele numérotation
      -PrintProductsOnFichinter=Print also lines of type "product" (not only services) on intervention card
      +PrintProductsOnFichinter=在干预卡上也打印“产品”类型(不仅是服务)
       PrintProductsOnFichinterDetails=从订单生成干预
       UseServicesDurationOnFichinter=使用服务持续时间从订单生成干预
      -UseDurationOnFichinter=Hides the duration field for intervention records
      -UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
      +UseDurationOnFichinter=隐藏干预记录的持续时间字段
      +UseDateWithoutHourOnFichinter=隐藏干预记录的日期字段的小时和分钟
       InterventionStatistics=干预统计
      -NbOfinterventions=干预信息卡数量
      -NumberOfInterventionsByMonth=按月筛选干预信息卡数量(认证日期)
      -AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
      +AmountOfInteventionNotIncludedByDefault=默认情况下,干预金额不包括在利润中(在大多数情况下,时间表用于计算花费的时间)。将选项PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT添加到1到home-setup-other以包含它们。
       ##### Exports #####
      -InterId=Intervention id
      +InterId=干预身份
       InterRef=干预编号
      -InterDateCreation=Date creation intervention
      -InterDuration=Duration intervention
      -InterStatus=Status intervention
      -InterNote=Note intervention
      -InterLineId=Line id intervention
      -InterLineDate=Line date intervention
      -InterLineDuration=Line duration intervention
      -InterLineDesc=Line description intervention
      +InterDateCreation=日期创建干预
      +InterDuration=持续干预
      +InterStatus=现状干预
      +InterNote=注意干预
      +InterLineId=线路ID干预
      +InterLineDate=行日期干预
      +InterLineDuration=线路持续时间干预
      +InterLineDesc=线描述干预
      diff --git a/htdocs/langs/zh_CN/main.lang b/htdocs/langs/zh_CN/main.lang
      index 7d9a9c1c458..ba1e8061c04 100644
      --- a/htdocs/langs/zh_CN/main.lang
      +++ b/htdocs/langs/zh_CN/main.lang
      @@ -1,5 +1,5 @@
       # Dolibarr language file - Source file is en_US - main
      -DIRECTION=ltr
      +DIRECTION=升
       # Note for Chinese:
       # msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
       # stsongstdlight or cid0cs are for simplified Chinese
      @@ -24,12 +24,12 @@ FormatDateHourSecShort=%Y/%m/%d %I:%M:%S %p
       FormatDateHourTextShort=%b %d, %Y, %I:%M %p
       FormatDateHourText=%B %d, %Y, %I:%M %p
       DatabaseConnection=数据库连接
      -NoTemplateDefined=No template available for this email type
      -AvailableVariables=Available substitution variables
      +NoTemplateDefined=此电子邮件类型没有可用的模板
      +AvailableVariables=可用的替代变量
       NoTranslation=没有翻译
       Translation=翻译
       NoRecordFound=空空如也——没有找到记录
      -NoRecordDeleted=No record deleted
      +NoRecordDeleted=未删除记录
       NotEnoughDataYet=数据不足
       NoError=没有错误
       Error=错误
      @@ -40,75 +40,75 @@ ErrorFileDoesNotExists=文件%s不存在
       ErrorFailedToOpenFile=无法打开文件%s
       ErrorCanNotCreateDir=无法创建目录 %s
       ErrorCanNotReadDir=无法读取目录 %s
      -ErrorConstantNotDefined=不是定义的参数%
      +ErrorConstantNotDefined=参数%s未定义
       ErrorUnknown=未知错误
       ErrorSQL=SQL错误
       ErrorLogoFileNotFound=徽标LOGO文件'%s'没有找到
      -ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
      +ErrorGoToGlobalSetup=转到“公司/组织”设置以解决此问题
       ErrorGoToModuleSetup=前往模块设置来解决此
       ErrorFailedToSendMail=无法发送邮件(发件人=%s后,接收器=%s)的
       ErrorFileNotUploaded=文件没有上传。检查大小不超过允许的最大值,即在磁盘上的可用空间是可用和有没有这已经与in这个目录同名文件。
       ErrorInternalErrorDetected=检测到错误
       ErrorWrongHostParameter=错误的主机参数
      -ErrorYourCountryIsNotDefined=你的国家是没有定义。回到首页安装程序,编辑和后再次形成。
      -ErrorRecordIsUsedByChild=无法删除此记录。此记录至少使用子记录。
      +ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
      +ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
       ErrorWrongValue=错误的值
      -ErrorWrongValueForParameterX=错误的参数值之%
      -ErrorNoRequestInError=在错误的请求
      -ErrorServiceUnavailableTryLater=服务暂时无法使用。请稍后再试。
      -ErrorDuplicateField=在唯一的栏位中复制值
      -ErrorSomeErrorWereFoundRollbackIsDone=有些发现错误。我们回滚更改。
      -ErrorConfigParameterNotDefined=参数<b>%s</b>是没有定义的配置文件里面Dolibarr <b>conf.php。</b>
      -ErrorCantLoadUserFromDolibarrDatabase=在Dolibarr数据库<b>%s</b>无法找到用户账号。
      -ErrorNoVATRateDefinedForSellerCountry=错误,没有增值税税率确定为国家'%s'的。
      -ErrorNoSocialContributionForSellerCountry=错误, 这个国家未定义社会/财政税类型 '%s'.
      +ErrorWrongValueForParameterX=错误的参数值%s
      +ErrorNoRequestInError=无请求错误
      +ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
      +ErrorDuplicateField=在唯一的栏位中使用了重复值
      +ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
      +ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in Dolibarr config file <b>conf.php</b>.
      +ErrorCantLoadUserFromDolibarrDatabase=在数据库无法找到用户<b>%s</b>
      +ErrorNoVATRateDefinedForSellerCountry=错误,没有为国家'%s'设置增值税税率。
      +ErrorNoSocialContributionForSellerCountry=错误,没有为国家'%s'定义社会/财政税类型
       ErrorFailedToSaveFile=错误,无法保存文件。
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
      -MaxNbOfRecordPerPage=Max number of record per page
      -NotAuthorized=You are not authorized to do that.
      +ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      +MaxNbOfRecordPerPage=Max number of records per page
      +NotAuthorized=您无权执行此操作。
       SetDate=设置日期
       SelectDate=请选择日期
       SeeAlso=另请参阅 %s
       SeeHere=看这里
       ClickHere=点击这里
      -Here=Here
      +Here=这里
       Apply=申请
       BackgroundColorByDefault=默认的背景颜色
      -FileRenamed=The file was successfully renamed
      -FileGenerated=The file was successfully generated
      -FileSaved=The file was successfully saved
      +FileRenamed=该文件已成功重命名
      +FileGenerated=该文件已成功生成
      +FileSaved=该文件已成功保存
       FileUploaded=文件上传成功
      -FileTransferComplete=File(s) was uploaded successfully
      -FilesDeleted=File(s) successfully deleted
      -FileWasNotUploaded=一个文件被选中的附件,但还没有上传。点击“附加文件”为这一点。
      -NbOfEntries=铌条目
      +FileTransferComplete=File(s) uploaded successfully
      +FilesDeleted=文件已成功删除
      +FileWasNotUploaded=一个文件被选中的附件,但还没有上传。点击“附加文件”上传。
      +NbOfEntries=No. of entries
       GoToWikiHelpPage=阅读在线帮助文档 (需要访问外网)
       GoToHelpPage=阅读帮助
       RecordSaved=记录已保存
       RecordDeleted=记录已删除
       LevelOfFeature=权限级别
       NotDefined=未定义
      -DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is set to <b>%s</b> in configuration file <b>conf.php</b>.<br>This means that the password database is external to Dolibarr, so changing this field may have no effect.
      +DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr身份验证模式在配置文件<b> conf.php </ b>中设置为<b> %s </ b>。<br>这意味着密码数据库在Dolibarr外部,因此更改此字段可能无效。
       Administrator=管理员
       Undefined=未定义
       PasswordForgotten=忘记密码?
      -NoAccount=No account?
      +NoAccount=没有账号?
       SeeAbove=见上文
      -HomeArea=首页信息状态区
      +HomeArea=主页
       LastConnexion=最后上线时间
       PreviousConnexion=上次上线时间
       PreviousValue=上一个值
       ConnectedOnMultiCompany=对实体连接
       ConnectedSince=当前连接状态
       AuthenticationMode=认证模式
      -RequestedUrl=Requested URL
      +RequestedUrl=请求的URL
       DatabaseTypeManager=数据库类型管理员
       RequestLastAccessInError=最后数据库访问请求错误
       ReturnCodeLastAccessInError=返回最后数据库访问请求错误代码
       InformationLastAccessInError=最后数据库访问请求错误信息
       DolibarrHasDetectedError=Dolibarr检测到一个技术性错误
      -YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information.
      -InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices)
      +YouCanSetOptionDolibarrMainProdToZero=您可以在配置文件中读取日志文件或将选项$ dolibarr_main_prod设置为“0”以获取更多信息。
      +InformationToHelpDiagnose=此信息可用于诊断目的(您可以将选项$ dolibarr_main_prod设置为'1'以删除此类通知)
       MoreInformation=更多信息
       TechnicalInformation=技术信息
       TechnicalID=技术ID
      @@ -123,7 +123,7 @@ yes=是
       Yes=是
       no=没有
       No=否
      -All=All
      +All=所有
       Home=主页
       Help=帮助
       OnlineHelp=在线帮助
      @@ -133,15 +133,16 @@ Always=总是
       Never=从来没有
       Under=下
       Period=期间
      -PeriodEndDate=结束日期的期限
      -SelectedPeriod=Selected period
      -PreviousPeriod=Previous period
      +PeriodEndDate=期限的结束日期
      +SelectedPeriod=选定期间
      +PreviousPeriod=上一期间
       Activate=激活
       Activated=启用
       Closed=关闭
       Closed2=关闭
      -NotClosed=Not closed
      +NotClosed=没有关闭
       Enabled=生效
      +Enable=生效
       Deprecated=已过时
       Disable=禁用
       Disabled=禁用
      @@ -153,30 +154,30 @@ Update=更新
       Close=关闭
       CloseBox=将插件从你的看板中移除
       Confirm=确认
      -ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
      +ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
       Delete=删除
       Remove=移除
      -Resiliate=Terminate
      +Resiliate=终止
       Cancel=取消
       Modify=变更
       Edit=编辑
       Validate=验证
       ValidateAndApprove=验证和同意
      -ToValidate=为了验证
      -NotValidated=Not validated
      +ToValidate=验证
      +NotValidated=未经验证
       Save=保存
       SaveAs=另存为
       TestConnection=测试连接
       ToClone=复制
       ConfirmClone=选取你想要复制的数据:
      -NoCloneOptionsSpecified=没有数据复制界定。
      +NoCloneOptionsSpecified=未定义可复制数据
       Of=的
       Go=下一步
       Run=运行
       CopyOf=复制
       Show=显示
      -Hide=Hide
      -ShowCardHere=广告单
      +Hide=隐藏
      +ShowCardHere=显示卡片
       Search=搜索
       SearchOf=搜索
       Valid=有效
      @@ -185,10 +186,10 @@ Disapprove=不同意
       ReOpen=重新开放
       Upload=发送文件
       ToLink=链接
      -Select=请选取
      +Select=选取
       Choose=选择
       Resize=调整大小
      -ResizeOrCrop=Resize or Crop
      +ResizeOrCrop=调整大小或裁剪
       Recenter=Recenter
       Author=操作者
       User=用户
      @@ -198,15 +199,15 @@ Groups=群组
       NoUserGroupDefined=未定义用户群组
       Password=密码
       PasswordRetype=重新输入您的密码
      -NoteSomeFeaturesAreDisabled=注意了注意了在这个Demo演示中很多功能/模块都是禁用的。
      +NoteSomeFeaturesAreDisabled=注意:在这个示范中很多功能/模块都是禁用的。
       Name=名称
       Person=人
       Parameter=参数
       Parameters=参数
       Value=值
       PersonalValue=自定义
      -NewObject=New %s
      -NewValue=新的价值
      +NewObject=新%s
      +NewValue=新值
       CurrentValue=当前值
       Code=编码
       Type=类型
      @@ -220,9 +221,9 @@ Info=日志
       Family=家庭
       Description=描述
       Designation=描述
      -Model=Doc template
      -DefaultModel=Default doc template
      -Action=活动
      +Model=文档模板
      +DefaultModel=默认文档模板
      +Action=事件
       About=关于
       Number=数字
       NumberByMonth=按月份数
      @@ -231,15 +232,15 @@ Numero=数字
       Limit=限制
       Limits=范围
       Logout=注销
      -NoLogoutProcessWithAuthMode=No applicative disconnect feature with authentication mode <b>%s</b>
      +NoLogoutProcessWithAuthMode=没有具有身份验证模式的应用程序断开连接功能<b> %s </ b>
       Connection=登陆
       Setup=设置
       Alert=生日提醒
       MenuWarnings=警告
       Previous=以前
      -Next=未来
      -Cards=牌
      -Card=信息
      +Next=下一个
      +Cards=信息卡
      +Card=信息卡
       Now=现在
       HourStart=开始时间
       Date=日期
      @@ -258,7 +259,7 @@ DateClosing=截止日期
       DateDue=截止日期
       DateValue=确认日期
       DateValueShort=确认日期
      -DateOperation=发生日期
      +DateOperation=操作日期
       DateOperationShort=操作日期
       DateLimit=限定日期
       DateRequest=申请日期
      @@ -267,35 +268,35 @@ DateBuild=报告生成日期
       DatePayment=付款日期
       DateApprove=批准日期
       DateApprove2=批准日期(二次批准)
      -RegistrationDate=Registration date
      +RegistrationDate=注册日期
       UserCreation=创建用户
       UserModification=修改用户
      -UserValidation=Validation user
      +UserValidation=批准用户
       UserCreationShort=创建用户
       UserModificationShort=修改用户
      -UserValidationShort=Valid. user
      +UserValidationShort=批准用户
       DurationYear=年
       DurationMonth=月
       DurationWeek=周
       DurationDay=天
      -DurationYears=岁
      -DurationMonths=个月
      +DurationYears=年
      +DurationMonths=月
       DurationWeeks=周
       DurationDays=天
       Year=年
       Month=月
       Week=周
      -WeekShort=星期
      +WeekShort=周
       Day=天
      -Hour=小时
      -Minute=分钟
      -Second=第二
      -Years=岁
      -Months=个月
      +Hour=时
      +Minute=分
      +Second=秒
      +Years=年
      +Months=月
       Days=天
       days=天
       Hours=时间
      -Minutes=纪要
      +Minutes=分钟
       Seconds=秒
       Weeks=星期
       Today=今日
      @@ -303,20 +304,20 @@ Yesterday=昨天
       Tomorrow=明天
       Morning=早上
       Afternoon=中午
      -Quadri=Quadri
      +Quadri=四
       MonthOfDay=本月的一天
      -HourShort=Ĥ
      -MinuteShort=mn
      +HourShort=时
      +MinuteShort=分
       Rate=税率
      -CurrencyRate=Currency conversion rate
      +CurrencyRate=汇率
       UseLocalTax=含税
       Bytes=B
       KiloBytes=KB
       MegaBytes=MB
       GigaBytes=GB
      -TeraBytes=TB级
      -UserAuthor=User of creation
      -UserModif=User of last update
      +TeraBytes=TB
      +UserAuthor=创建的用户
      +UserModif=更新的用户
       b=b.
       Kb=Kb
       Mb=兆
      @@ -324,35 +325,35 @@ Gb=千兆
       Tb=Tb
       Cut=剪切
       Copy=复制
      -Paste=糊
      +Paste=粘贴
       Default=默认
       DefaultValue=默认值
      -DefaultValues=默认值
      +DefaultValues=Default values/filters/sorting
       Price=价格
      -PriceCurrency=Price (currency)
      +PriceCurrency=价格(货币)
       UnitPrice=单价
      -UnitPriceHT=单位价格(净值)
      -UnitPriceHTCurrency=Unit price (net) (currency)
      +UnitPriceHT=单价(净值)
      +UnitPriceHTCurrency=单价(净值)(货币)
       UnitPriceTTC=单价
      -PriceU=向上
      -PriceUHT=不含税价格
      -PriceUHTCurrency=U.P (货币)
      -PriceUTTC=U.P. (inc. tax)
      +PriceU=单价
      +PriceUHT=单价(不含税)
      +PriceUHTCurrency=单价(货币)
      +PriceUTTC=单价(含税)
       Amount=金额
       AmountInvoice=发票金额
      -AmountInvoiced=Amount invoiced
      +AmountInvoiced=发票金额
       AmountPayment=付款金额
       AmountHTShort=金额(净值)
       AmountTTCShort=金额(含税)
       AmountHT=金额(税后)
       AmountTTC=金额(含税)
       AmountVAT=增值税总金额
      -MulticurrencyAlreadyPaid=Already payed, original currency
      -MulticurrencyRemainderToPay=Remain to pay, original currency
      -MulticurrencyPaymentAmount=Payment amount, original currency
      -MulticurrencyAmountHT=Amount (net of tax), original currency
      -MulticurrencyAmountTTC=Amount (inc. of tax), original currency
      -MulticurrencyAmountVAT=Amount tax, original currency
      +MulticurrencyAlreadyPaid=Already paid, original currency
      +MulticurrencyRemainderToPay=保持支付,原始货币
      +MulticurrencyPaymentAmount=付款金额,原始货币
      +MulticurrencyAmountHT=金额(税后净额),原始货币
      +MulticurrencyAmountTTC=金额(包括税),原始货币
      +MulticurrencyAmountVAT=金额税,原始货币
       AmountLT1=税额2
       AmountLT2=税额3
       AmountLT1ES=RE 额
      @@ -360,7 +361,7 @@ AmountLT2ES=IRPF 额
       AmountTotal=总金额
       AmountAverage=平均金额
       PriceQtyMinHT=价格数量分钟。 (税后)
      -PriceQtyMinHTCurrency=Price quantity min. (net of tax) (currency)
      +PriceQtyMinHTCurrency=价格数量最小。 (扣除税款)(货币)
       Percentage=百分比
       Total=总计
       SubTotal=小计
      @@ -373,39 +374,39 @@ Totalforthispage=本页总计
       TotalTTC=共计(含税)
       TotalTTCToYourCredit=共计(含税)你的信用
       TotalVAT=增值税总金额
      -TotalVATIN=Total IGST
      +TotalVATIN=IGST总数
       TotalLT1=总税2
       TotalLT2=总税项3
       TotalLT1ES=共有再生能源
       TotalLT2ES=共有IRPF
      -TotalLT1IN=Total CGST
      -TotalLT2IN=Total SGST
      +TotalLT1IN=总CGST
      +TotalLT2IN=SGST总计
       HT=不含税
       TTC=含增值税
      -INCVATONLY=Inc. VAT
      -INCT=Inc. all taxes
      -VAT=增值税
      +INCVATONLY=含增值税
      +INCT=所有税收
      +VAT=销售税
       VATIN=IGST
       VATs=销售税
      -VATINs=IGST taxes
      -LT1=Sales tax 2
      -LT1Type=Sales tax 2 type
      -LT2=Sales tax 3
      -LT2Type=Sales tax 3 type
      -LT1ES=稀土
      +VATINs=IGST税
      +LT1=销售税2
      +LT1Type=销售税2种
      +LT2=销售税3
      +LT2Type=销售税3种类型
      +LT1ES=编号
       LT2ES=IRPF
       LT1IN=CGST
       LT2IN=SGST
       VATRate=增值税率
      -VATCode=Tax Rate code
      -VATNPR=Tax Rate NPR
      -DefaultTaxRate=Default tax rate
      +VATCode=税率代码
      +VATNPR=税率NPR
      +DefaultTaxRate=默认税率
       Average=平均
       Sum=总和
       Delta=增量
      -RemainToPay=Remain to pay
      -Module=Module/Application
      -Modules=Modules/Applications
      +RemainToPay=继续付钱
      +Module=模块/应用程序
      +Modules=模块/应用
       Option=选项
       List=列表
       FullList=全部列表
      @@ -416,7 +417,7 @@ Favorite=收藏夹
       ShortInfo=信息
       Ref=编号
       ExternalRef=外部编号
      -RefSupplier=Ref. vendor
      +RefSupplier=供应商编号
       RefPayment=付款编号
       CommercialProposalsShort=报价单
       Comment=说明
      @@ -426,56 +427,56 @@ ActionsToDoShort=未完成
       ActionsDoneShort=完成
       ActionNotApplicable=不适用
       ActionRunningNotStarted=等待
      -ActionRunningShort=In progress
      +ActionRunningShort=进行中
       ActionDoneShort=已完成
      -ActionUncomplete=未完成
      -LatestLinkedEvents=Latest %s linked events
      -CompanyFoundation=Company/Organization
      -Accountant=Accountant
      +ActionUncomplete=Incomplete
      +LatestLinkedEvents=最新的%s链接事件
      +CompanyFoundation=公司/组织
      +Accountant=会计
       ContactsForCompany=合伙人联系方式
       ContactsAddressesForCompany=这个合伙人联系人/地址
       AddressesForCompany=这个合伙人的地址
      -ActionsOnCompany=关于这个合伙人的动作
      -ActionsOnMember=此会员相关活动
      -ActionsOnProduct=Events about this product
      +ActionsOnCompany=有关此合伙人的事件
      +ActionsOnMember=有关此会员的事件
      +ActionsOnProduct=有关此产品的事件
       NActionsLate=逾期 %s
       ToDo=未完成
      -Completed=Completed
      -Running=In progress
      +Completed=已完成
      +Running=进行中
       RequestAlreadyDone=申请已记录
       Filter=筛选
      -FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
      +FilterOnInto=将条件“<strong> %s </strong>”搜索到字段%s
       RemoveFilter=清除筛选
       ChartGenerated=图表生成
      -ChartNotGenerated=图不会生成
      +ChartNotGenerated=图表不生成
       GeneratedOn=生成于%s
       Generate=生成
       Duration=为期
       TotalDuration=总时间
       Summary=摘要
      -DolibarrStateBoard=Database statistics
      -DolibarrWorkBoard=Open items dashboard
      -NoOpenedElementToProcess=No opened element to process
      +DolibarrStateBoard=Database Statistics
      +DolibarrWorkBoard=Pending Items
      +NoOpenedElementToProcess=没有要打开的元素
       Available=可用的
      -NotYetAvailable=尚未提供
      +NotYetAvailable=不可用的
       NotAvailable=不可用
       Categories=标签/分类
       Category=标签/分类
       By=由
      -From=From
      +From=从
       to=至
       and=和
       or=或
       Other=其他
       Others=其他
      -OtherInformations=其它信息
      +OtherInformations=Other information
       Quantity=数量
       Qty=数量
      -ChangedBy=改变
      -ApprovedBy=被批准
      -ApprovedBy2=被批准(二次核准)
      -Approved=批准
      -Refused=拒绝
      +ChangedBy=改变者:
      +ApprovedBy=批准者:
      +ApprovedBy2=批准(二次核准)者:
      +Approved=已获批准
      +Refused=已被拒绝
       ReCalculate=重新计算
       ResultKo=失败
       Reporting=报告
      @@ -483,19 +484,19 @@ Reportings=报告
       Draft=草稿
       Drafts=草稿
       StatusInterInvoiced=
      -Validated=验证
      +Validated=批准
       Opened=打开
       New=新建
       Discount=折扣
       Unknown=未知
       General=一般
      -Size=大小
      -OriginalSize=Original size
      +Size=尺寸
      +OriginalSize=原始尺寸
       Received=已收
       Paid=已支付
       Topic=主题
      -ByCompanies=由合伙人
      -ByUsers=By user
      +ByCompanies=按合伙人
      +ByUsers=按用户
       Links=链接
       Link=链接
       Rejects=拒绝
      @@ -504,20 +505,20 @@ NextStep=下一步
       Datas=数据
       None=无
       NoneF=无
      -NoneOrSeveral=None or several
      +NoneOrSeveral=没有或几个
       Late=逾期
      -LateDesc=延迟的定义假如一条记录逾期或者取决于你的配置设定。请向管理员询问并从首页菜单->设置->警告菜单下修改相应设置。
      -NoItemLate=No late item
      +LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +NoItemLate=没有迟到的项目
       Photo=图片
       Photos=图片
       AddPhoto=添加图片
       DeletePicture=删除图片
       ConfirmDeletePicture=确认删除图片吗?
       Login=登陆
      -LoginEmail=Login (email)
      -LoginOrEmail=Login or Email
      +LoginEmail=登录(电子邮件)
      +LoginOrEmail=登录或电邮
       CurrentLogin=当前登陆
      -EnterLoginDetail=Enter login details
      +EnterLoginDetail=输入登录详情
       January=一月
       February=二月
       March=三月
      @@ -530,18 +531,6 @@ September=九月
       October=十月
       November=十一月
       December=十二月
      -JanuaryMin=1
      -FebruaryMin=2
      -MarchMin=3
      -AprilMin=4
      -MayMin=5
      -JuneMin=6
      -JulyMin=7
      -AugustMin=8
      -SeptemberMin=9
      -OctoberMin=10
      -NovemberMin=11
      -DecemberMin=12
       Month01=一月
       Month02=二月
       Month03=三月
      @@ -566,50 +555,50 @@ MonthShort09=9
       MonthShort10=10
       MonthShort11=11
       MonthShort12=12
      -MonthVeryShort01=J
      -MonthVeryShort02=F
      -MonthVeryShort03=M
      -MonthVeryShort04=A
      -MonthVeryShort05=M
      -MonthVeryShort06=J
      -MonthVeryShort07=J
      -MonthVeryShort08=A
      -MonthVeryShort09=S
      -MonthVeryShort10=O
      -MonthVeryShort11=N
      -MonthVeryShort12=D
      +MonthVeryShort01=1
      +MonthVeryShort02=2
      +MonthVeryShort03=3
      +MonthVeryShort04=4
      +MonthVeryShort05=5
      +MonthVeryShort06=6
      +MonthVeryShort07=7
      +MonthVeryShort08=8
      +MonthVeryShort09=9
      +MonthVeryShort10=10
      +MonthVeryShort11=11
      +MonthVeryShort12=12
       AttachedFiles=附件
      -JoinMainDoc=Join main document
      -DateFormatYYYYMM=为YYYY - MM
      -DateFormatYYYYMMDD=为YYYY - MM - dd的
      -DateFormatYYYYMMDDHHMM=为YYYY - MM - dd的小时:不锈钢
      +JoinMainDoc=加入主要文件
      +DateFormatYYYYMM=YYYY-MM
      +DateFormatYYYYMMDD=YYYY-MM-DD
      +DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
       ReportName=报告名称
      -ReportPeriod=报告期内
      +ReportPeriod=报告期间
       ReportDescription=描述
       Report=报告
       Keyword=关键字
      -Origin=Origin
      -Legend=传说
      +Origin=原始
      +Legend=图例
       Fill=填
       Reset=复位
       File=文件
       Files=文件
       NotAllowed=不允许
       ReadPermissionNotAllowed=读取权限不允许
      -AmountInCurrency= %s 金额
      +AmountInCurrency= %s 货币的金额
       Example=举例
       Examples=范例
       NoExample=没有示例
       FindBug=报告错误
      -NbOfThirdParties=合伙人数量值
      -NbOfLines=线数
      -NbOfObjects=数对象
      -NbOfObjectReferers=关联料号
      +NbOfThirdParties=合伙人数量
      +NbOfLines=行数
      +NbOfObjects=对象数
      +NbOfObjectReferers=关联数量
       Referers=关联物料
       TotalQuantity=总数量
       DateFromTo=从%s到%s
      -DateFrom=第05期从%
      -DateUntil=直到%s的
      +DateFrom=从%s
      +DateUntil=直到%s
       Check=检查
       Uncheck=不检查
       Internal=内部
      @@ -619,119 +608,123 @@ Externals=外部
       Warning=警告
       Warnings=警告
       BuildDoc=生成Doc文件
      -Entity=实体
      +Entity=环境
       Entities=实体
      -CustomerPreview=客户预览
      -SupplierPreview=Vendor preview
      -ShowCustomerPreview=显示客户预览
      -ShowSupplierPreview=Show vendor preview
      -RefCustomer=客户编号
      +CustomerPreview=顾客预览
      +SupplierPreview=供应商预览
      +ShowCustomerPreview=显示顾客预览
      +ShowSupplierPreview=显示供应商预览
      +RefCustomer=顾客编号
       Currency=货币
      -InfoAdmin=信息管理员
      +InfoAdmin=管理员信息
       Undo=复原
       Redo=重做
       ExpandAll=全部展开
       UndoExpandAll=全部折叠
      -SeeAll=See all
      +SeeAll=查看全部
       Reason=原因
       FeatureNotYetSupported=功能尚不支持
       CloseWindow=关闭窗口
       Response=反应
       Priority=优先级
       SendByMail=通过电子邮件发送
      -MailSentBy=通过电子邮件发送
      +MailSentBy=电子邮件发送者:
       TextUsedInTheMessageBody=电子邮件正文
       SendAcknowledgementByMail=发送确认邮件
       SendMail=发送电子邮件
       EMail=E-mail
       NoEMail=没有电子邮件
       Email=电子邮件
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=没有手机号码
      -Owner=用户
      +Owner=拥有者
       FollowingConstantsWillBeSubstituted=以下常量将与相应的值代替。
       Refresh=刷新
       BackToList=返回列表
       GoBack=回去
      -CanBeModifiedIfOk=可以变更,如果有效
      -CanBeModifiedIfKo=可以进行变更,如果不有效
      -ValueIsValid=值是有效的
      -ValueIsNotValid=Value is not valid
      -RecordCreatedSuccessfully=Record created successfully
      +CanBeModifiedIfOk=经批准可修改
      +CanBeModifiedIfKo=不经批准也可修改
      +ValueIsValid=值有效
      +ValueIsNotValid=值无效
      +RecordCreatedSuccessfully=记录创建成功
       RecordModifiedSuccessfully=记录变更成功
      -RecordsModified=%s record modified
      -RecordsDeleted=%s record deleted
      +RecordsModified=%s记录已修改
      +RecordsDeleted=%s记录已删除
       AutomaticCode=自动代码
       FeatureDisabled=功能禁用
       MoveBox=拖动插件
       Offered=提供
       NotEnoughPermissions=您没有这个动作的权限
      -SessionName=会议名称
      +SessionName=会话名称
       Method=方法
       Receive=收到
      -CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
      -ExpectedValue=Expected Value
      +CompleteOrNoMoreReceptionExpected=完成或没有更多的预期
      +ExpectedValue=期望值
       CurrentValue=当前值
       PartialWoman=局部的
       TotalWoman=总计
       NeverReceived=从未收到
      -Canceled=取消
      -YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
      -YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
      +Canceled=已取消
      +YouCanChangeValuesForThisListFromDictionarySetup=您可以从菜单Setup  -  Dictionaries更改此列表的值
      +YouCanChangeValuesForThisListFrom=您可以从菜单%s更改此列表的值
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=颜色
       Documents=链接的文件
       Documents2=文件
       UploadDisabled=上传禁用
       MenuAccountancy=会计
       MenuECM=文件
      -MenuAWStats=awstats的
      +MenuAWStats=AWStats
       MenuMembers=会员
       MenuAgendaGoogle=谷歌议程
       ThisLimitIsDefinedInSetup=来自Dolibarr本身的大小限制(菜单:home-setup-security)为:%s Kb,而PHP的限制为: %s Kb
       NoFileFound=这个目录没保存有文档
       CurrentUserLanguage=当前语言
       CurrentTheme=当前主题样式
      -CurrentMenuManager=当前后台管理菜单主题样式
      +CurrentMenuManager=当前菜单管理器
       Browser=浏览器
      -Layout=Layout
      -Screen=屏幕分辨率
      -DisabledModules=禁用模块
      +Layout=布局
      +Screen=屏幕
      +DisabledModules=已禁用模块
       For=为
      -ForCustomer=对于客户
      +ForCustomer=对于顾客
       Signature=签名
      -DateOfSignature=Date of signature
      +DateOfSignature=签字日期
       HidePassword=显示命令的隐藏密码
       UnHidePassword=真正拿出明确的密码命令
      -Root=Root
      +Root=根
       Informations=信息
       Page=页面
       Notes=备注
       AddNewLine=添加新行
       AddFile=添加文件
      -FreeZone=Not a predefined product/service
      -FreeLineOfType=Not a predefined entry of type
      +FreeZone=不是预定义的产品/服务
      +FreeLineOfType=不是预定义的类型条目
       CloneMainAttributes=复制项目含主属性
       PDFMerge=PDF合并
       Merge=合并
      -DocumentModelStandardPDF=Standard PDF template
      -PrintContentArea=打印中间大区域中显示的文字内容
      +DocumentModelStandardPDF=标准PDF模板
      +PrintContentArea=显示打印页面,用来打印主要内容区域
       MenuManager=菜单管理器
      -WarningYouAreInMaintenanceMode=警告,你是在维护模式,因此,目前只有登陆<b>%s</b>才被允许使用应用。
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=系统错误
      -CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
      +CoreErrorMessage=对不起,发生了错误。请与您的系统管理员联系以检查日志或禁用$ dolibarr_main_prod = 1以获取更多信息。
       CreditCard=信用卡
       ValidatePayment=确认付款
      -CreditOrDebitCard=Credit or debit card
      -FieldsWithAreMandatory=与<b>%或学科</b>是强制性
      -FieldsWithIsForPublic= 公开显示<b>%s</b> 域的成员列表。如果你不想要这个,检查“公共”框。
      -AccordingToGeoIPDatabase=(根据geoip的转换)
      -Line=线
      +CreditOrDebitCard=信用卡或借记卡
      +FieldsWithAreMandatory=字段<b>%s</b>是强制性的
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
      +Line=行
       NotSupported=不支持
       RequiredField=必填字段
       Result=结果
       ToTest=测试
       ValidateBefore=卡在使用之前必须经过验证此功能
       Visibility=性质
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=私人
       Hidden=隐蔽
       Resources=资源
      @@ -741,7 +734,7 @@ Before=前
       After=后
       IPAddress=IP地址
       Frequency=频率
      -IM=IM
      +IM=即时通讯
       NewAttribute=新建属性
       AttributeCode=属性代码
       URLPhoto=照片/徽标的URL
      @@ -750,6 +743,7 @@ LinkTo=链接到
       LinkToProposal=链接到报价
       LinkToOrder=链接到订单
       LinkToInvoice=链接到发票
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=链接到供应商订单
       LinkToSupplierProposal=链接到供应商报价
       LinkToSupplierInvoice=链接到供应商发票
      @@ -758,54 +752,55 @@ LinkToIntervention=链接到干预
       CreateDraft=创建草稿
       SetToDraft=返回草稿
       ClickToEdit=单击“编辑”
      -EditWithEditor=Edit with CKEditor
      -EditWithTextEditor=Edit with Text editor
      -EditHTMLSource=Edit HTML Source
      +ClickToRefresh=Click to refresh
      +EditWithEditor=使用CKEditor编辑
      +EditWithTextEditor=用文本编辑器编辑
      +EditHTMLSource=编辑HTML源
       ObjectDeleted=删除对象%s
       ByCountry=按国家
      -ByTown=由镇
      +ByTown=按城镇
       ByDate=按日期
       ByMonthYear=按月/年
      -ByYear=在今年
      -ByMonth=按月份
      -ByDay=白天
      +ByYear=按年
      +ByMonth=按月
      +ByDay=按天
       BySalesRepresentative=按销售代表
      -LinkedToSpecificUsers=链接到一个特定的用户
      +LinkedToSpecificUsers=链接到指定的用户联系人
       NoResults=没有结果
      -AdminTools=管理员工具
      +AdminTools=Admin Tools
       SystemTools=系统工具
       ModulesSystemTools=模块工具
       Test=测试
       Element=元素
       NoPhotoYet=还没有图片
       Dashboard=看板
      -MyDashboard=个人看板
      +MyDashboard=My Dashboard
       Deductible=可抵扣
       from=从
       toward=往
       Access=访问
      -SelectAction=Select action
      -SelectTargetUser=Select target user/employee
      +SelectAction=选择行动
      +SelectTargetUser=选择目标用户/员工
       HelpCopyToClipboard=按快捷键 Ctrl+C 复制
      -SaveUploadedFileWithMask=Save file on server with name "<strong>%s</strong>" (otherwise "%s")
      +SaveUploadedFileWithMask=将文件保存在服务器上,名称为“<strong> %s </strong>”(否则为“%s”)
       OriginFileName=原始文件名
       SetDemandReason=设置源
       SetBankAccount=定义银行账户
      -AccountCurrency=Account currency
      +AccountCurrency=账户币种
       ViewPrivateNote=查看备注
       XMoreLines=%s 明细(s) 隐藏
      -ShowMoreLines=Show more/less lines
      -PublicUrl=公网URL
      -AddBox=添加选项框
      -SelectElementAndClick=Select an element and click %s
      +ShowMoreLines=显示更多/更少的行
      +PublicUrl=公开网址
      +AddBox=添加信息框
      +SelectElementAndClick=选择一个元素,然后单击%s
       PrintFile=打印文件 %s
      -ShowTransaction=Show entry on bank account
      +ShowTransaction=在银行帐户条目
       ShowIntervention=显示干预
       ShowContract=查看合同
      -GoIntoSetupToChangeLogo=点击菜单 主页 -> 设置 -> 公司 来修改LOGO或 主页 -> 设置 -> 显示菜单隐藏它。
      +GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
       Deny=否认
       Denied=否认
      -ListOf=List of %s
      +ListOf=列表%s
       ListOfTemplates=模板列表
       Gender=性别
       Genderman=男人
      @@ -813,64 +808,73 @@ Genderwoman=女人
       ViewList=列表视图
       Mandatory=强制性
       Hello=你好
      -GoodBye=GoodBye
      +GoodBye=再见
       Sincerely=诚恳地
       DeleteLine=删除行
      -ConfirmDeleteLine=Are you sure you want to delete this line?
      -NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
      -TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
      -NoRecordSelected=No record selected
      +ConfirmDeleteLine=您确定要删除此行吗?
      +NoPDFAvailableForDocGenAmongChecked=在已检查记录中没有PDF可用于生成文档
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
      +NoRecordSelected=未选定记录
       MassFilesArea=批量动作生成文件区
       ShowTempMassFilesArea=显示批量动作生成文件区
      -ConfirmMassDeletion=Bulk delete confirmation
      -ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=关联项目
       ClassifyBilled=归为已付款
      -ClassifyUnbilled=Classify unbilled
      +ClassifyUnbilled=分类未开单
       Progress=进展
       FrontOffice=前台
       BackOffice=后台
       View=查看
       Export=导出
       Exports=导出
      -ExportFilteredList=Export filtered list
      -ExportList=Export list
      +ExportFilteredList=导出筛选列表
      +ExportList=导出清单
       ExportOptions=导出选项
       Miscellaneous=各项设定
       Calendar=日历
      -GroupBy=Group by...
      -ViewFlatList=View flat list
      -RemoveString=Remove string '%s'
      -SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
      -DirectDownloadLink=Direct download link (public/external)
      -DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
      -Download=Download
      -DownloadDocument=Download document
      -ActualizeCurrency=Update currency rate
      +GroupBy=分组:
      +ViewFlatList=查看全部列表
      +RemoveString=删除字符串'%s'
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
      +DirectDownloadLink=直接下载链接(公共/外部)
      +DirectDownloadInternalLink=直接下载链接(需要登录且需要权限)
      +Download=下载
      +DownloadDocument=下载文件
      +ActualizeCurrency=更新货币汇率
       Fiscalyear=财务年度
      -ModuleBuilder=Module Builder
      -SetMultiCurrencyCode=Set currency
      -BulkActions=Bulk actions
      -ClickToShowHelp=Click to show tooltip help
      +ModuleBuilder=模块工厂
      +SetMultiCurrencyCode=设置货币
      +BulkActions=批量行动
      +ClickToShowHelp=单击以显示工具提示帮助
       WebSite=网站
      -WebSites=Web sites
      -WebSiteAccounts=Web site accounts
      +WebSites=网站
      +WebSiteAccounts=网站帐户
       ExpenseReport=费用报表
       ExpenseReports=费用报表
       HR=HR
      -HRAndBank=HR and Bank
      -AutomaticallyCalculated=Automatically calculated
      -TitleSetToDraft=Go back to draft
      -ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
      -ImportId=Import id
      +HRAndBank=人力资源和银行
      +AutomaticallyCalculated=自动计算
      +TitleSetToDraft=回到草案
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
      +ImportId=导入ID
       Events=事件
      -EMailTemplates=电子邮件模板
      -FileNotShared=File not shared to exernal public
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=项目
       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=权限
      -LineNb=Line no.
      +LineNb=行号
       IncotermLabel=国际贸易术语解释通则
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=星期一
       Tuesday=星期二
      @@ -879,13 +883,13 @@ Thursday=星期四
       Friday=星期五
       Saturday=星期六
       Sunday=星期日
      -MondayMin=莫
      -TuesdayMin=涂
      -WednesdayMin=我们
      -ThursdayMin=日
      -FridayMin=神父
      -SaturdayMin=萨
      -SundayMin=苏
      +MondayMin=一
      +TuesdayMin=二
      +WednesdayMin=三
      +ThursdayMin=四
      +FridayMin=五
      +SaturdayMin=六
      +SundayMin=日
       Day1=星期一
       Day2=星期二
       Day3=星期三
      @@ -893,21 +897,21 @@ Day4=星期四
       Day5=星期五
       Day6=星期六
       Day0=星期日
      -ShortMonday=M
      -ShortTuesday=Ŧ
      -ShortWednesday=W
      -ShortThursday=Ŧ
      -ShortFriday=F
      -ShortSaturday=S
      -ShortSunday=S
      -SelectMailModel=Select an email template
      -SetRef=设置编号
      -Select2ResultFoundUseArrows=Some results found. Use arrows to select.
      +ShortMonday=一
      +ShortTuesday=二
      +ShortWednesday=三
      +ShortThursday=四
      +ShortFriday=五
      +ShortSaturday=六
      +ShortSunday=日
      +SelectMailModel=选择电子邮件模板
      +SetRef=套编号
      +Select2ResultFoundUseArrows=发现结果。使用箭头选择。
       Select2NotFound=空空如也——没有结果
      -Select2Enter=请输入至少
      +Select2Enter=输入
       Select2MoreCharacter=个以上的字符
       Select2MoreCharacters=个以上的字符
      -Select2MoreCharactersMore=<strong>Search syntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Any character</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Start with</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> End with</kbd> (ab$)<br>
      +Select2MoreCharactersMore=<strong>搜索语法:</strong> <br> <kbd> <strong> | </strong> </kbd> <kbd>或</kbd>(a|b)<br> <kbd> <strong> * </strong> </kbd> <kbd>任何字符</kbd>(a * b)<br> <kbd> <strong> ^ </strong> </kbd> <kbd>以(^ ab)开头</kbd> <br> <kbd> <strong> $ </strong> </kbd> 以<kbd>(ab $)结尾<br>
       Select2LoadingMoreResults=正在加载更多结果...
       Select2SearchInProgress=正在搜索...
       SearchIntoThirdparties=合伙人
      @@ -918,33 +922,34 @@ SearchIntoProductsOrServices=产品或服务
       SearchIntoProjects=项目
       SearchIntoTasks=任务
       SearchIntoCustomerInvoices=客户发票
      -SearchIntoSupplierInvoices=Vendor invoices
      +SearchIntoSupplierInvoices=供应商发票
       SearchIntoCustomerOrders=客户订单
      -SearchIntoSupplierOrders=Purchase orders
      +SearchIntoSupplierOrders=订单
       SearchIntoCustomerProposals=客户报价
      -SearchIntoSupplierProposals=Vendor proposals
      +SearchIntoSupplierProposals=供应商提案
       SearchIntoInterventions=干预
       SearchIntoContracts=合同
       SearchIntoCustomerShipments=客户运输
       SearchIntoExpenseReports=费用报表
      -SearchIntoLeaves=请假
      +SearchIntoLeaves=Leave
       CommentLink=说明
      -NbComments=Number of comments
      -CommentPage=Comments space
      -CommentAdded=Comment added
      -CommentDeleted=Comment deleted
      +NbComments=评论数量
      +CommentPage=评论空间
      +CommentAdded=评论补充
      +CommentDeleted=评论已删除
       Everybody=全体同仁
      -PayedBy=Payed by
      -PayedTo=Payed to
      -Monthly=Monthly
      -Quarterly=Quarterly
      -Annual=Annual
      -Local=Local
      -Remote=Remote
      -LocalAndRemote=Local and Remote
      -KeyboardShortcut=Keyboard shortcut
      +PayedBy=付款人
      +PayedTo=Paid to
      +Monthly=月度
      +Quarterly=季度
      +Annual=全年
      +Local=本地
      +Remote=远程
      +LocalAndRemote=本地和远程
      +KeyboardShortcut=快捷键
       AssignedTo=分配给
      -Deletedraft=Delete draft
      -ConfirmMassDraftDeletion=Draft Bulk delete confirmation
      -FileSharedViaALink=File shared via a link
      -
      +Deletedraft=删除草稿
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
      +FileSharedViaALink=文件通过链接共享
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/zh_CN/other.lang b/htdocs/langs/zh_CN/other.lang
      index a764575a79a..902a45c8510 100644
      --- a/htdocs/langs/zh_CN/other.lang
      +++ b/htdocs/langs/zh_CN/other.lang
      @@ -3,37 +3,34 @@ SecurityCode=验证码
       NumberingShort=N°
       Tools=工具
       TMenuTools=工具
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=生日
       BirthdayDate=生日
       DateToBirth=生日
       BirthdayAlertOn=生日提醒活跃
       BirthdayAlertOff=生日提醒无效
      -TransKey=Translation of the key TransKey
      -MonthOfInvoice=Month (number 1-12) of invoice date
      -TextMonthOfInvoice=Month (text) of invoice date
      -PreviousMonthOfInvoice=Previous month (number 1-12) of invoice date
      -TextPreviousMonthOfInvoice=Previous month (text) of invoice date
      -NextMonthOfInvoice=Following month (number 1-12) of invoice date
      -TextNextMonthOfInvoice=Following month (text) of invoice date
      -ZipFileGeneratedInto=Zip file generated into <b>%s</b>.
      -DocFileGeneratedInto=Doc file generated into <b>%s</b>.
      -JumpToLogin=Disconnected. Go to login page...
      -MessageForm=Message on online payment form
      +TransKey=关键TransKey的翻译
      +MonthOfInvoice=发票日期的月份(编号1-12)
      +TextMonthOfInvoice=发票日期的月份(文本)
      +PreviousMonthOfInvoice=发票日期的上个月(编号1-12)
      +TextPreviousMonthOfInvoice=发票日期的上个月(文本)
      +NextMonthOfInvoice=发票日期的下个月(编号1-12)
      +TextNextMonthOfInvoice=发票日期的月份(文本)
      +ZipFileGeneratedInto=Zip文件生成<b> %s </b>。
      +DocFileGeneratedInto=Doc文件生成<b> %s </b>。
      +JumpToLogin=断开。转到登录页面...
      +MessageForm=在线支付表格上的消息
       MessageOK=讯息验证支付返回页面
       MessageKO=取消支付返回页面的讯息
      -ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +ContentOfDirectoryIsNotEmpty=该目录的内容不为空。
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
      -YearOfInvoice=Year of invoice date
      -PreviousYearOfInvoice=Previous year of invoice date
      -NextYearOfInvoice=Following year of invoice date
      -DateNextInvoiceBeforeGen=Date of next invoice (before generation)
      -DateNextInvoiceAfterGen=Date of next invoice (after generation)
      +YearOfInvoice=发票日期年份
      +PreviousYearOfInvoice=上一年的发票日期
      +NextYearOfInvoice=发票日期后一年
      +DateNextInvoiceBeforeGen=下一张发票的日期(发电前)
      +DateNextInvoiceAfterGen=下一张发票的日期(发电后)
       
      -Notify_FICHINTER_ADD_CONTACT=添加联络人到干预
      -Notify_FICHINTER_VALIDATE=干预验证
      -Notify_FICHINTER_SENTBYMAIL=通过邮件发送的干预
       Notify_ORDER_VALIDATE=验证客户订单
       Notify_ORDER_SENTBYMAIL=通过邮件发送的客户订单
       Notify_ORDER_SUPPLIER_SENTBYMAIL=通过邮件发送的供应商的订单
      @@ -41,66 +38,72 @@ Notify_ORDER_SUPPLIER_VALIDATE=供应商订单记录
       Notify_ORDER_SUPPLIER_APPROVE=供应商为了批准
       Notify_ORDER_SUPPLIER_REFUSE=供应商订单被拒绝
       Notify_PROPAL_VALIDATE=验证客户的建议
      -Notify_PROPAL_CLOSE_SIGNED=客户允许关闭已签署
      -Notify_PROPAL_CLOSE_REFUSED=客户允许关闭已拒绝
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=通过邮件发送的商业报价
       Notify_WITHDRAW_TRANSMIT=传输撤军
       Notify_WITHDRAW_CREDIT=信贷撤离
       Notify_WITHDRAW_EMIT=执行撤离
      -Notify_COMPANY_CREATE=合伙人已创建
      -Notify_COMPANY_SENTBYMAIL=从合伙人信息卡发邮件
      +Notify_COMPANY_CREATE=合作方已创建
      +Notify_COMPANY_SENTBYMAIL=从合作方信息卡发邮件
       Notify_BILL_VALIDATE=客户发票已验证
       Notify_BILL_UNVALIDATE=未经验证客户发票
      -Notify_BILL_PAYED=客户发票已支付
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=客户发票已取消
       Notify_BILL_SENTBYMAIL=通过邮件发送的客户发票
       Notify_BILL_SUPPLIER_VALIDATE=供应商发票验证
      -Notify_BILL_SUPPLIER_PAYED=供应商发票已支付
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=通过邮件发送的供应商发票
       Notify_BILL_SUPPLIER_CANCELED=取消供应商发票
       Notify_CONTRACT_VALIDATE=合同验证
       Notify_FICHEINTER_VALIDATE=干预验证
      +Notify_FICHINTER_ADD_CONTACT=添加联络人到干预
      +Notify_FICHINTER_SENTBYMAIL=通过邮件发送的干预
       Notify_SHIPPING_VALIDATE=送货验证
       Notify_SHIPPING_SENTBYMAIL=通过电子邮件发送送货信息资料
       Notify_MEMBER_VALIDATE=会员验证
       Notify_MEMBER_MODIFY=会员变更
       Notify_MEMBER_SUBSCRIPTION=会员订阅
      -Notify_MEMBER_RESILIATE=Member terminated
      +Notify_MEMBER_RESILIATE=会员终止
       Notify_MEMBER_DELETE=会员删除
       Notify_PROJECT_CREATE=项目创建
       Notify_TASK_CREATE=创建任务
       Notify_TASK_MODIFY=任务变更
       Notify_TASK_DELETE=删除任务
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=参见模块设置 %s
       NbOfAttachedFiles=所附文件数/文件
       TotalSizeOfAttachedFiles=所附文件/文档的总大小
       MaxSize=最大尺寸
       AttachANewFile=添加一个新附件
       LinkedObject=链接对象
      -NbOfActiveNotifications=通知数量(收到邮件数量)
      -PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
      -PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      -DemoDesc=Dolibarr is a compact ERP/CRM supporting several business modules. A demo showcasing all modules makes no sense as this scenario never occurs (several hundred available). So, several demo profiles are available.
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
      +PredefinedMailTest=__(你好)__\n这是发送到__EMAIL__的测试邮件。\n这两条线由回车分隔。\n\n__USER_SIGNATURE__
      +PredefinedMailTestHtml=__(你好)__\n这是<b>测试</ b>邮件(单词test必须以粗体显示)。<br>这两行用回车符分隔。<br> <br> __USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentThirdparty=__(你好)__\n\n\n__(此致)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentUser=__(你好)__\n\n\n__(此致)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentLink=如果尚未完成,您可以点击下面的链接进行付款。\n\n%s\n\n
      +DemoDesc=Dolibarr是一个支持多个业务模块的紧凑型ERP / CRM。展示所有模块的演示没有任何意义,因为这种情况永远不会发生(几百个可用)。因此,有几个演示配置文件可用。
       ChooseYourDemoProfil=选择最适合您所需的演示配置文件…
      -ChooseYourDemoProfilMore=...or build your own profile<br>(manual module selection)
      +ChooseYourDemoProfilMore=...或建立自己的个人资料<br>(手动模块选择)
       DemoFundation=基础会员管理
       DemoFundation2=管理成员及银行账户的基础
      -DemoCompanyServiceOnly=Company or freelance selling service only
      +DemoCompanyServiceOnly=公司或自由销售服务
       DemoCompanyShopWithCashDesk=管理与现金办公桌店
      -DemoCompanyProductAndStocks=Company selling products with a shop
      -DemoCompanyAll=Company with multiple activities (all main modules)
      +DemoCompanyProductAndStocks=公司与一家商店销售产品
      +DemoCompanyAll=公司有多项活动(所有主要模块)
       CreatedBy=创建者 %s
       ModifiedBy=修改者 %s
       ValidatedBy=由%验证s
      @@ -165,31 +168,32 @@ SizeUnitinch=英寸
       SizeUnitfoot=脚
       SizeUnitpoint=点
       BugTracker=bug跟踪系统
      -SendNewPasswordDesc=This form allows you to request a new password. It will be sent to your email address.<br>Change will become effective once you click on the confirmation link in the email.<br>Check your inbox.
      +SendNewPasswordDesc=此表单允许您请求新密码。它将被发送到您的电子邮件地址。<br>一旦您点击电子邮件中的确认链接,更改将生效。<br>检查您的收件箱。
       BackToLoginPage=返回登陆界面
       AuthenticationDoesNotAllowSendNewPassword=认证模式为<b>%s。</b> <br>在这种模式下,Dolibarr不能知道,也不更改密码。 <br>联系您的系统管理员,如果您想更改您的密码。
       EnableGDLibraryDesc=这个选项安装或启用PHP的GD支持库。
      -ProfIdShortDesc=<b>Prof Id %s</b> 取决于合伙人的国别。 <br>例如,对于<b>%s</b>, 它的代码是<b>%s</b>.。
      +ProfIdShortDesc=<b>Prof Id %s</b> 取决于合作方的国别。 <br>例如,对于<b>%s</b>, 它的代码是<b>%s</b>.。
       DolibarrDemo=Dolibarr的ERP / CRM的演示
      -StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      -NumberOfProposals=Number of proposals
      -NumberOfCustomerOrders=Number of customer orders
      -NumberOfCustomerInvoices=Number of customer invoices
      -NumberOfSupplierProposals=Number of supplier proposals
      -NumberOfSupplierOrders=Number of supplier orders
      -NumberOfSupplierInvoices=Number of supplier invoices
      -NumberOfUnitsProposals=Number of units on proposals
      -NumberOfUnitsCustomerOrders=Number of units on customer orders
      -NumberOfUnitsCustomerInvoices=Number of units on customer invoices
      -NumberOfUnitsSupplierProposals=Number of units on supplier proposals
      -NumberOfUnitsSupplierOrders=Number of units on supplier orders
      -NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=你有一个新干预%s任务。
      +StatsByNumberOfUnits=产品/服务数量总和的统计
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
      +NumberOfProposals=提案数量
      +NumberOfCustomerOrders=客户订单数量
      +NumberOfCustomerInvoices=客户发票数量
      +NumberOfSupplierProposals=供应商提案数量
      +NumberOfSupplierOrders=供应商订单数量
      +NumberOfSupplierInvoices=供应商发票数量
      +NumberOfUnitsProposals=提案上的单位数量
      +NumberOfUnitsCustomerOrders=客户订单上的单位数量
      +NumberOfUnitsCustomerInvoices=客户发票上的单位数量
      +NumberOfUnitsSupplierProposals=供应商提案上的单位数量
      +NumberOfUnitsSupplierOrders=供应商订单上的单位数量
      +NumberOfUnitsSupplierInvoices=供应商发票上的单位数量
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=干预%s已被验证。
       EMailTextInvoiceValidated=发票%s已被确认。
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=这项建议%s已经验证。
      -EMailTextProposalClosedSigned=The proposal %s has been closed signed.
      +EMailTextProposalClosedSigned=提案%s已经签署。
       EMailTextOrderValidated=该命令%s已被验证。
       EMailTextOrderApproved=该命令%s已被批准。
       EMailTextOrderValidatedBy=这个订单 %s 由记录人员 %s 进行录入.
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=该命令 %s已被 %s的批准
       EMailTextOrderRefused=该命令%s已被拒绝。
       EMailTextOrderRefusedBy=该命令%s已经拒绝%s的
       EMailTextExpeditionValidated=该送货 %s 已验证。
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=输入数据集
       DolibarrNotification=自动通知
       ResizeDesc=输入新的高度新的宽度<b>或</b> 。比率将维持在调整大小...
      @@ -204,7 +212,7 @@ NewLength=新宽度
       NewHeight=新高度
       NewSizeAfterCropping=新的尺寸裁剪后
       DefineNewAreaToPick=定义图像的新领域挑选(图像左侧单击然后拖动,直到到达对面角落)
      -CurrentInformationOnImage=对当前图像信息
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=图像编辑器
       YouReceiveMailBecauseOfNotification=您收到此消息,因为您的电子邮件已被添加到列表的目标是特定的事件通知到%%的S软件第
       YouReceiveMailBecauseOfNotification2=此事件是:
      @@ -217,9 +225,9 @@ StartUpload=开始上传
       CancelUpload=取消上传
       FileIsTooBig=文件过大
       PleaseBePatient=请耐心等待...
      -NewPassword=New password
      -ResetPassword=Reset password
      -RequestToResetPasswordReceived=A request to change your password has been received.
      +NewPassword=新密码
      +ResetPassword=重设密码
      +RequestToResetPasswordReceived=已收到更改密码的请求。
       NewKeyIs=你的新登陆码如上
       NewKeyWillBe=你的新登陆码将会是
       ClickHereToGoTo=点击这里 %s
      @@ -228,19 +236,23 @@ ForgetIfNothing=如果不想改密码,直接忽略这个邮件,你的密码
       IfAmountHigherThan=如果数额高于 <strong>%s</strong>
       SourcesRepository=源库
       Chart=图表
      -PassEncoding=Password encoding
      -PermissionsAdd=Permissions added
      -PermissionsDelete=Permissions removed
      -YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</strong> chars
      -YourPasswordHasBeenReset=Your password has been reset successfully
      -ApplicantIpAddress=IP address of applicant
      -SMSSentTo=SMS sent to %s
      +PassEncoding=密码编码
      +PermissionsAdd=权限已添加
      +PermissionsDelete=权限已删除
      +YourPasswordMustHaveAtLeastXChars=您的密码必须至少包含<strong> %s </strong>字符
      +YourPasswordHasBeenReset=您的密码已成功重置
      +ApplicantIpAddress=申请人的IP地址
      +SMSSentTo=短信发送到%s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=导出区
       AvailableFormats=可用的格式
       LibraryUsed=使用的资料库
      -LibraryVersion=Library version
      +LibraryVersion=图书馆版
       ExportableDatas=导出的数据
       NoExportableData=没有导出的数据(导出加载的数据,或丢失的权限没有模块)
       ##### External sites #####
      @@ -249,4 +261,4 @@ WEBSITE_PAGEURL=页面URL地址
       WEBSITE_TITLE=标题
       WEBSITE_DESCRIPTION=描述
       WEBSITE_KEYWORDS=关键字
      -LinesToImport=Lines to import
      +LinesToImport=要导入的行
      diff --git a/htdocs/langs/zh_CN/products.lang b/htdocs/langs/zh_CN/products.lang
      index a29b4170ef1..2d9bf6054ab 100644
      --- a/htdocs/langs/zh_CN/products.lang
      +++ b/htdocs/langs/zh_CN/products.lang
      @@ -17,24 +17,24 @@ Reference=编号
       NewProduct=新建产品
       NewService=新建服务
       ProductVatMassChange=批量 VAT 变更
      -ProductVatMassChangeDesc=此页面可用来修改产品或服务的增值税(VAT)。警告,此操作将影响整个数据库。
      +ProductVatMassChangeDesc=This page can be used to modify a VAT rate defined on products or services from one value to another. Warning, this change is global/done on all database.
       MassBarcodeInit=批量条码初始化
      -MassBarcodeInitDesc=This page can be used to initialize a barcode on objects that does not have barcode defined. Check before that setup of module barcode is complete.
      -ProductAccountancyBuyCode=Accounting code (purchase)
      -ProductAccountancySellCode=Accounting code (sale)
      -ProductAccountancySellIntraCode=Accounting code (sale intra-community)
      -ProductAccountancySellExportCode=Accounting code (sale export)
      +MassBarcodeInitDesc=此页面可用于初始化未定义条形码的对象上的条形码。在模块条形码设置完成之前检查。
      +ProductAccountancyBuyCode=科目代码(采购)
      +ProductAccountancySellCode=科目代码(销售)
      +ProductAccountancySellIntraCode=Accounting code (sale intra-Community)
      +ProductAccountancySellExportCode=科目代码(销售导出)
       ProductOrService=产品或服务
       ProductsAndServices=产品和服务
       ProductsOrServices=产品或服务
      -ProductsPipeServices=Products | Services
      -ProductsOnSaleOnly=Products for sale only
      -ProductsOnPurchaseOnly=Products for purchase only
      -ProductsNotOnSell=Products not for sale and not for purchase
      -ProductsOnSellAndOnBuy=可销售的产品和可采购的产品
      -ServicesOnSaleOnly=Services for sale only
      -ServicesOnPurchaseOnly=Services for purchase only
      -ServicesNotOnSell=Services not for sale and not for purchase
      +ProductsPipeServices=产品|服务
      +ProductsOnSaleOnly=产品(仅出售)
      +ProductsOnPurchaseOnly=产品(仅购买)
      +ProductsNotOnSell=产品(不出售也不采购)
      +ProductsOnSellAndOnBuy=产品(可销售、可采购)
      +ServicesOnSaleOnly=服务(仅销售)
      +ServicesOnPurchaseOnly=服务(仅采购)
      +ServicesNotOnSell=服务(非出售也非采购)
       ServicesOnSellAndOnBuy=可销售的服务与可采购的服务
       LastModifiedProductsAndServices=最近变更的 %s 个产品/服务
       LastRecordedProducts=最近登记的 %s 产品
      @@ -64,19 +64,19 @@ AppliedPricesFrom=价格起始时间
       SellingPrice=售价
       SellingPriceHT=售价(税前)
       SellingPriceTTC=售价(税后)
      -CostPriceDescription=This price (net of tax) can be used to store the average amount this product cost to your company. It may be any price you calculate yourself, for example from the average buying price plus average production and distribution cost.
      -CostPriceUsage=This value could be used for margin calculation.
      +CostPriceDescription=此价格(税后净额)可用于存储此产品为贵公司带来的平均金额。它可能是您自己计算的任何价格,例如平均购买价格加上平均生产和分销成本。
      +CostPriceUsage=该值可用于保证金计算。
       SoldAmount=销售总额
       PurchasedAmount=采购总额
       NewPrice=新增价格
       MinPrice=最低销售价
      -EditSellingPriceLabel=Edit selling price label
      +EditSellingPriceLabel=编辑销售价格标签
       CantBeLessThanMinPrice=售价不能低于此产品的最低价格 (%s 税前)。此消息也可能在您输入折扣巨大时出现
       ContractStatusClosed=已禁用
       ErrorProductAlreadyExists=编号为 %s 的产品已存在。
       ErrorProductBadRefOrLabel=输入的编号或标签无效,请输入符合要求的编号或标签。
       ErrorProductClone=试图同时复制该产品或服务会有一个问题。
      -ErrorPriceCantBeLowerThanMinPrice=Error, price can't be lower than minimum price.
      +ErrorPriceCantBeLowerThanMinPrice=错误,价格不能低于最低价格。
       Suppliers=供应商
       SupplierRef=供应商产品编码
       ShowProduct=显示产品
      @@ -97,8 +97,8 @@ NoteNotVisibleOnBill=备注 (账单、报价...中不可见)
       ServiceLimitedDuration=如果产品是有限期的服务:
       MultiPricesAbility=每部分价格产品/服务(每位客户的一部分)
       MultiPricesNumPrices=价格个数
      -AssociatedProductsAbility=Activate the feature to manage virtual products
      -AssociatedProducts=虚拟产品
      +AssociatedProductsAbility=Activate virtual products (kits)
      +AssociatedProducts=Virtual products
       AssociatedProductsNumber=组成此虚拟产品的产品数量
       ParentProductsNumber=父级包装产品的数量
       ParentProducts=父产品
      @@ -108,7 +108,7 @@ KeywordFilter=关键词筛选
       CategoryFilter=分类筛选
       ProductToAddSearch=搜索要添加的产品
       NoMatchFound=未发现匹配项目
      -ListOfProductsServices=List of products/services
      +ListOfProductsServices=产品/服务清单
       ProductAssociationList=组成此虚拟产品/包装的产品/服务列表
       ProductParentList=由此产品组成的虚拟产品或服务
       ErrorAssociationIsFatherOfThis=所选产品中有当前产品的父级产品
      @@ -124,7 +124,7 @@ ConfirmDeleteProductLine=您确定要删除这行产品吗?
       ProductSpecial=Special
       QtyMin=起订量
       PriceQtyMin=最小数量价格 (w/o 折扣)
      -PriceQtyMinCurrency=Price for this min. qty (w/o discount) (currency)
      +PriceQtyMinCurrency=这分钟的价格。数量(没有折扣)(货币)
       VATRateForSupplierProduct=(产品/供应商)增值税税率
       DiscountQtyMin=默认数量折扣
       NoPriceDefinedForThisSupplier=此供应商/产品未设置价格/数量
      @@ -134,7 +134,7 @@ PredefinedServicesToSell=预定服务到销售
       PredefinedProductsAndServicesToSell=预定产品/服务到销售
       PredefinedProductsToPurchase=预定产品到采购
       PredefinedServicesToPurchase=预定服务到采购
      -PredefinedProductsAndServicesToPurchase=预定产品/服务到采购
      +PredefinedProductsAndServicesToPurchase=Predefined products/services to purchase
       NotPredefinedProducts=没有预定产品/服务
       GenerateThumb=生成 缩略图
       ServiceNb=服务 #%s
      @@ -144,11 +144,11 @@ ListServiceByPopularity=服务列表(按人气)
       Finished=成品
       RowMaterial=原料
       CloneProduct=复制产品或服务
      -ConfirmCloneProduct=Are you sure you want to clone product or service <b>%s</b>?
      -CloneContentProduct=复制产品/服务的所有主要信息
      -ClonePricesProduct=Clone prices
      +ConfirmCloneProduct=您确定要克隆产品或服务<b> %s </b>吗?
      +CloneContentProduct=Clone all main information of product/service
      +ClonePricesProduct=克隆价格
       CloneCompositionProduct=复制已打包包装的产品/服务
      -CloneCombinationsProduct=Clone product variants
      +CloneCombinationsProduct=复制产品变体
       ProductIsUsed=此产品已使用
       NewRefForClone=新产品/服务的编号
       SellingPrices=售价
      @@ -156,14 +156,14 @@ BuyingPrices=买价
       CustomerPrices=客户价格
       SuppliersPrices=供应商价格
       SuppliersPricesOfProductsOrServices=供应商价格(产品或服务)
      -CustomCode=Customs / Commodity / HS code
      +CustomCode=海关/商品/ HS编码
       CountryOrigin=产地国
       Nature=属性
       ShortLabel=标签别名
       Unit=单位
       p=u.
      -set=设置
      -se=设置
      +set=套
      +se=套
       second=秒
       s=s
       hour=小时
      @@ -181,39 +181,39 @@ m2=m²
       m3=m³
       liter=升
       l=L
      -unitP=Piece
      -unitSET=Set
      +unitP=片
      +unitSET=组
       unitS=第二
       unitH=小时
       unitD=天
      -unitKG=Kilogram
      -unitG=Gram
      -unitM=Meter
      -unitLM=Linear meter
      -unitM2=Square meter
      -unitM3=Cubic meter
      -unitL=Liter
      +unitKG=公斤
      +unitG=公克
      +unitM=仪表
      +unitLM=线性仪表
      +unitM2=平方米
      +unitM3=立方米
      +unitL=升
       ProductCodeModel=产品编号模板
       ServiceCodeModel=服务编号模板
       CurrentProductPrice=当前价格
       AlwaysUseNewPrice=始终使用产品/服务的当前价格
       AlwaysUseFixedPrice=使用固定价格
       PriceByQuantity=不同数量价格
      -DisablePriceByQty=Disable prices by quantity
      +DisablePriceByQty=按数量禁用价格
       PriceByQuantityRange=定量范围
       MultipriceRules=市场价格规则
      -UseMultipriceRules=Use price segment rules (defined into product module setup) to autocalculate prices of all other segment according to first segment
      +UseMultipriceRules=Use price segment rules (defined into product module setup) to auto calculate prices of all other segments according to first segment
       PercentVariationOver=%% 变化 %s
      -PercentDiscountOver=%% discount over %s
      -KeepEmptyForAutoCalculation=Keep empty to have this calculated automatically from weight or volume of products
      -VariantRefExample=Example: COL
      -VariantLabelExample=Example: Color
      +PercentDiscountOver=%%折扣超过%s
      +KeepEmptyForAutoCalculation=保持空白,以便根据产品的重量或体积自动计算
      +VariantRefExample=示例:COL
      +VariantLabelExample=示例:颜色
       ### composition fabrication
       Build=生产
      -ProductsMultiPrice=Products and prices for each price segment
      +ProductsMultiPrice=每个价格段的产品和价格
       ProductsOrServiceMultiPrice=客户价格(产品或服务,多价格)
       ProductSellByQuarterHT=产品税前季度营业额
      -ServiceSellByQuarterHT=Services turnover quarterly before tax
      +ServiceSellByQuarterHT=服务周转税前季度
       Quarter1=一季度
       Quarter2=二季度
       Quarter3=三季度
      @@ -221,30 +221,30 @@ Quarter4=四季度
       BarCodePrintsheet=条码打印
       PageToGenerateBarCodeSheets=有了这个工具,你就可以在标签纸上打印条码啦。首先选择标签纸的条码格式,输入条码参数值, 最后点击这个按钮 <b>%s</b>。
       NumberOfStickers=要打印的标签数量
      -PrintsheetForOneBarCode=Print several stickers for one barcode
      +PrintsheetForOneBarCode=为一个条形码打印几个贴纸
       BuildPageToPrint=生成打印页面
       FillBarCodeTypeAndValueManually=填入所要打印的条码类型和常规参数值
       FillBarCodeTypeAndValueFromProduct=将产品的条码值填入所要打印的条码类型和参数值
      -FillBarCodeTypeAndValueFromThirdParty=Fill barcode type and value from barcode of a third party.
      -DefinitionOfBarCodeForProductNotComplete=Definition of type or value of bar code not complete for product %s.
      -DefinitionOfBarCodeForThirdpartyNotComplete=Definition of type or value of bar code non complete for third party %s.
      +FillBarCodeTypeAndValueFromThirdParty=填写条形码类型和合作方条形码的值。
      +DefinitionOfBarCodeForProductNotComplete=产品%s的条形码类型或值的定义。
      +DefinitionOfBarCodeForThirdpartyNotComplete=合作方%s的条形码类型或值的定义。
       BarCodeDataForProduct=产品条码信息 %s :
      -BarCodeDataForThirdparty=Barcode information of third party %s :
      -ResetBarcodeForAllRecords=Define barcode value for all record (this will also reset barcode value already defined with new values)
      +BarCodeDataForThirdparty=合作方条码信息%s:
      +ResetBarcodeForAllRecords=为所有记录定义条形码值(这也将重置已使用新值定义的条形码值)
       PriceByCustomer=每位客户不同价格
       PriceCatalogue=每产品/服务单独销售价
      -PricingRule=销售价格规则
      +PricingRule=Rules for selling prices
       AddCustomerPrice=为客户添加价格
      -ForceUpdateChildPriceSoc=Set same price on customer subsidiaries
      -PriceByCustomerLog=Log of previous customer prices
      +ForceUpdateChildPriceSoc=在客户子公司设置相同的价格
      +PriceByCustomerLog=记录以前的客户价格
       MinimumPriceLimit=最低价格不允许低于 %s
       MinimumRecommendedPrice=推荐最低价格 : %s
       PriceExpressionEditor=价格表达式编辑器
       PriceExpressionSelected=选择价格表达式
       PriceExpressionEditorHelp1="price = 2 + 2" 或 "2 + 2" 价格设置. 使用 ; 单独的表达式
      -PriceExpressionEditorHelp2=You can access ExtraFields with variables like <b>#extrafield_myextrafieldkey#</b> and global variables with <b>#global_mycode#</b>
      -PriceExpressionEditorHelp3=In both product/service and supplier prices there are these variables available:<br><b>#tva_tx# #localtax1_tx# #localtax2_tx# #weight# #length# #surface# #price_min#</b>
      -PriceExpressionEditorHelp4=In product/service price only: <b>#supplier_min_price#</b><br>In supplier prices only: <b>#supplier_quantity# and #supplier_tva_tx#</b>
      +PriceExpressionEditorHelp2=您可以使用<b> #extrafield_myextrafieldkey#</b>等变量访问ExtraFields,使用<b> #global_mycode#</b>访问全局变量
      +PriceExpressionEditorHelp3=在产品/服务和供应商价格中都有以下变量:<br> <b>#tva_tx ## localtax1_tx ## localtax2_tx ## weight ## length ## surface##price_min#</b>
      +PriceExpressionEditorHelp4=仅限产品/服务价格:<b> #supplier_min_price#</b> <br>仅限供应商价格:<b>#supplier_quantity#和#supplier_tva_tx#</b>
       PriceExpressionEditorHelp5=全局变量值:
       PriceMode=价格模式
       PriceNumeric=数字
      @@ -252,85 +252,88 @@ DefaultPrice=默认价格
       ComposedProductIncDecStock=增加/减少父库存变化
       ComposedProduct=子产品
       MinSupplierPrice=最低购买价格
      -MinCustomerPrice=Minimum selling price
      +MinCustomerPrice=最低售价
       DynamicPriceConfiguration=动态价格配置
      -DynamicPriceDesc=On product card, with this module enabled, you should be able to set mathematic functions to calculate Customer or Supplier prices. Such function can use all mathematic operators, some constants and variables. You can set here the variables you want to be able to use and if the variable need an automatic update, the external URL to use to ask Dolibarr to update automaticaly the value.
      +DynamicPriceDesc=On product card, with this module enabled, you should be able to set mathematic functions to calculate Customer or Supplier prices. Such function can use all mathematic operators, some constants and variables. You can set here the variables you want to be able to use and if the variable need an automatic update, the external URL to use to ask Dolibarr to update the value automatically.
       AddVariable=添加变量
       AddUpdater=添加更新
       GlobalVariables=全局变量
       VariableToUpdate=变量到更新
       GlobalVariableUpdaters=全局变量更新
      -GlobalVariableUpdaterType0=JSON data
      -GlobalVariableUpdaterHelp0=Parses JSON data from specified URL, VALUE specifies the location of relevant value,
      -GlobalVariableUpdaterHelpFormat0=Format for request {"URL": "http://example.com/urlofjson", "VALUE": "array1,array2,targetvalue"}
      -GlobalVariableUpdaterType1=WebService data
      -GlobalVariableUpdaterHelp1=Parses WebService data from specified URL, NS specifies the namespace, VALUE specifies the location of relevant value, DATA should contain the data to send and METHOD is the calling WS method
      -GlobalVariableUpdaterHelpFormat1=Format for request is {"URL": "http://example.com/urlofws", "VALUE": "array,targetvalue", "NS": "http://example.com/urlofns", "METHOD": "myWSMethod", "DATA": {"your": "data", "to": "send"}}
      +GlobalVariableUpdaterType0=JSON数据
      +GlobalVariableUpdaterHelp0=从指定的URL解析JSON数据,VALUE指定相关值的位置,
      +GlobalVariableUpdaterHelpFormat0=请求格式{“URL”:“http://example.com/urlofjson”,“VALUE”:“array1,array2,targetvalue”}
      +GlobalVariableUpdaterType1=WebService数据
      +GlobalVariableUpdaterHelp1=从指定的URL解析WebService数据,NS指定命名空间,VALUE指定相关值的位置,DATA应包含要发送的数据,METHOD是调用WS方法
      +GlobalVariableUpdaterHelpFormat1=请求格式为{“URL”:“http://example.com/urlofws”,“VALUE”:“array,targetvalue”,“NS”:“http://example.com/urlofns”,“METHOD” :“myWSMethod”,“DATA”:{“your”:“data”,“to”:“send”}}
       UpdateInterval=升级更新间隔(分钟)
      -LastUpdated=Latest update
      +LastUpdated=最新更新
       CorrectlyUpdated=当前更新
       PropalMergePdfProductActualFile=文件添加到 PDF Azur are/is
       PropalMergePdfProductChooseFile=选择PDF文件
       IncludingProductWithTag=包括产品/服务标签
      -DefaultPriceRealPriceMayDependOnCustomer=Default price, real price may depend on customer
      -WarningSelectOneDocument=Please select at least one document
      +DefaultPriceRealPriceMayDependOnCustomer=默认价格,实际价格可能取决于客户
      +WarningSelectOneDocument=请至少选择一个文档
       DefaultUnitToShow=单位
       NbOfQtyInProposals=报价数
      -ClinkOnALinkOfColumn=Click on a link of column %s to get a detailed view...
      -ProductsOrServicesTranslations=Products or services translation
      +ClinkOnALinkOfColumn=单击%s列的链接以获取详细视图...
      +ProductsOrServicesTranslations=产品或服务翻译
       TranslatedLabel=翻译标签
       TranslatedDescription=翻译描述
       TranslatedNote=翻译备注
      -ProductWeight=Weight for 1 product
      -ProductVolume=产品 1 参数值
      +ProductWeight=1个产品的重量
      +ProductVolume=1个产品的体积
       WeightUnits=重量单位
       VolumeUnits=体积单位
       SizeUnits=大小单位
       DeleteProductBuyPrice=删除买价
       ConfirmDeleteProductBuyPrice=您确定想要删除买价吗?
      -SubProduct=Sub product
      -ProductSheet=Product sheet
      -ServiceSheet=Service sheet
      -PossibleValues=Possible values
      -GoOnMenuToCreateVairants=Go on menu %s - %s to prepare attribute variants (like colors, size, ...)
      -
      +SubProduct=子产品
      +ProductSheet=产品表
      +ServiceSheet=服务单
      +PossibleValues=可能的值
      +GoOnMenuToCreateVairants=继续菜单%s  -  %s准备属性变体(如颜色,大小......)
      +UseProductFournDesc=Use supplier descriptions of products in supplier documents
      +ProductSupplierDescription=Supplier description for the product
       #Attributes
      -VariantAttributes=Variant attributes
      -ProductAttributes=Variant attributes for products
      -ProductAttributeName=Variant attribute %s
      -ProductAttribute=Variant attribute
      -ProductAttributeDeleteDialog=Are you sure you want to delete this attribute? All values will be deleted
      -ProductAttributeValueDeleteDialog=Are you sure you want to delete the value "%s" with reference "%s" of this attribute?
      -ProductCombinationDeleteDialog=Are you sure want to delete the variant of the product "<strong>%s</strong>"?
      -ProductCombinationAlreadyUsed=There was an error while deleting the variant. Please check it is not being used in any object
      -ProductCombinations=Variants
      -PropagateVariant=Propagate variants
      -HideProductCombinations=Hide products variant in the products selector
      -ProductCombination=Variant
      -NewProductCombination=New variant
      -EditProductCombination=Editing variant
      -NewProductCombinations=New variants
      -EditProductCombinations=Editing variants
      -SelectCombination=Select combination
      -ProductCombinationGenerator=Variants generator
      -Features=Features
      -PriceImpact=Price impact
      -WeightImpact=Weight impact
      +VariantAttributes=变体属性
      +ProductAttributes=产品的变体属性
      +ProductAttributeName=变体属性%s
      +ProductAttribute=变体属性
      +ProductAttributeDeleteDialog=您确定要删除此属性吗?所有值都将被删除
      +ProductAttributeValueDeleteDialog=您确定要删除该属性的引用“%s”的值“%s”吗?
      +ProductCombinationDeleteDialog=您确定要删除产品“<strong> %s </strong>”的变体吗?
      +ProductCombinationAlreadyUsed=删除变体时出错。请检查它是否在任何物体中使用
      +ProductCombinations=变种
      +PropagateVariant=传播变种
      +HideProductCombinations=隐藏产品选择器中的产品变体
      +ProductCombination=变种
      +NewProductCombination=新变种
      +EditProductCombination=编辑变体
      +NewProductCombinations=新变种
      +EditProductCombinations=编辑变体
      +SelectCombination=选择组合
      +ProductCombinationGenerator=变种发电机
      +Features=特征
      +PriceImpact=价格影响
      +WeightImpact=重量影响
       NewProductAttribute=新建属性
      -NewProductAttributeValue=New attribute value
      -ErrorCreatingProductAttributeValue=There was an error while creating the attribute value. It could be because there is already an existing value with that reference
      -ProductCombinationGeneratorWarning=If you continue, before generating new variants, all previous ones will be DELETED. Already existing ones will be updated with the new values
      -TooMuchCombinationsWarning=Generating lots of variants may result in high CPU, memory usage and Dolibarr not able to create them. Enabling the option "%s" may help reduce memory usage.
      -DoNotRemovePreviousCombinations=Do not remove previous variants
      -UsePercentageVariations=Use percentage variations
      -PercentageVariation=Percentage variation
      -ErrorDeletingGeneratedProducts=There was an error while trying to delete existing product variants
      -NbOfDifferentValues=Nb of different values
      -NbProducts=Nb. of products
      -ParentProduct=Parent product
      -HideChildProducts=Hide variant products
      -ConfirmCloneProductCombinations=Would you like to copy all the product variants to the other parent product with the given reference?
      -CloneDestinationReference=Destination product reference
      -ErrorCopyProductCombinations=There was an error while copying the product variants
      -ErrorDestinationProductNotFound=Destination product not found
      -ErrorProductCombinationNotFound=Product variant not found
      +NewProductAttributeValue=新属性值
      +ErrorCreatingProductAttributeValue=创建属性值时出错。可能是因为该引用已存在现有值
      +ProductCombinationGeneratorWarning=如果继续,在生成新变体之前,所有先前的变体都将被删除。现有的将使用新值更新
      +TooMuchCombinationsWarning=生成大量变体可能会导致高CPU,内存使用率,Dolibarr无法创建它们。启用选项“%s”可能有助于减少内存使用量。
      +DoNotRemovePreviousCombinations=不要删除以前的变种
      +UsePercentageVariations=使用百分比变化
      +PercentageVariation=百分率变化
      +ErrorDeletingGeneratedProducts=尝试删除现有产品变体时出错
      +NbOfDifferentValues=No. of different values
      +NbProducts=No. of products
      +ParentProduct=父产品
      +HideChildProducts=隐藏变体产品
      +ShowChildProducts=Show variant products
      +NoEditVariants=Go to Parent product card and edit variants price impact in the variants tab
      +ConfirmCloneProductCombinations=您是否要将所有产品变体复制到具有给定参考的其他父产品?
      +CloneDestinationReference=目的地产品参考
      +ErrorCopyProductCombinations=复制产品变体时出错
      +ErrorDestinationProductNotFound=找不到目的地产品
      +ErrorProductCombinationNotFound=未找到产品变体
      diff --git a/htdocs/langs/zh_CN/projects.lang b/htdocs/langs/zh_CN/projects.lang
      index eec25ad997f..8b9db6c1f65 100644
      --- a/htdocs/langs/zh_CN/projects.lang
      +++ b/htdocs/langs/zh_CN/projects.lang
      @@ -7,40 +7,40 @@ ProjectsArea=项目区
       ProjectStatus=项目状态
       SharedProject=全体同仁
       PrivateProject=项目联系人
      -ProjectsImContactFor=Projects I'm explicitely a contact of
      -AllAllowedProjects=All project I can read (mine + public)
      +ProjectsImContactFor=项目我明确地是一个联系人
      +AllAllowedProjects=我能阅读的所有项目(我的+公共)
       AllProjects=所有项目
      -MyProjectsDesc=This view is limited to projects you are a contact for
      +MyProjectsDesc=此视图仅限于您作为联系人的项目
       ProjectsPublicDesc=这种观点提出了所有你被允许阅读的项目。
      -TasksOnProjectsPublicDesc=This view presents all tasks on projects you are allowed to read.
      +TasksOnProjectsPublicDesc=此视图显示允许您阅读的项目的所有任务。
       ProjectsPublicTaskDesc=这种观点提出的所有项目,您可阅读任务。
       ProjectsDesc=这种观点提出的所有项目(你的用户权限批准你认为一切)。
      -TasksOnProjectsDesc=This view presents all tasks on all projects (your user permissions grant you permission to view everything).
      -MyTasksDesc=This view is limited to projects or tasks you are a contact for
      -OnlyOpenedProject=Only open projects are visible (projects in draft or closed status are not visible).
      +TasksOnProjectsDesc=此视图显示所有项目的所有任务(您的用户权限授予您查看所有项目的权限)。
      +MyTasksDesc=此视图仅限于您作为联系人的项目或任务
      +OnlyOpenedProject=只能看到打开的项目(草稿或关闭状态的项目不可见)。
       ClosedProjectsAreHidden=已关闭的项目是不可见的。
       TasksPublicDesc=这种观点提出的所有项目,您可阅读任务。
       TasksDesc=这种观点提出的所有项目和任务(您的用户权限批准你认为一切)。
      -AllTaskVisibleButEditIfYouAreAssigned=All tasks for qualified projects are visible, but you can enter time only for task assigned to selected user. Assign task if you need to enter time on it.
      -OnlyYourTaskAreVisible=Only tasks assigned to you are visible. Assign task to yourself if it is not visible and you need to enter time on it.
      -ImportDatasetTasks=Tasks of projects
      -ProjectCategories=Project tags/categories
      +AllTaskVisibleButEditIfYouAreAssigned=合格项目的所有任务都是可见的,但您只能为分配给所选用户的任务输入时间。如果需要在其上输入时间,请分配任务。
      +OnlyYourTaskAreVisible=只有分配给您的任务才可见。如果任务不可见并且您需要在其上输入时间,则将任务分配给您自己。
      +ImportDatasetTasks=项目任务
      +ProjectCategories=项目标签/类别
       NewProject=新建项目
       AddProject=创建项目
       DeleteAProject=删除一个项目
       DeleteATask=删除任务
      -ConfirmDeleteAProject=Are you sure you want to delete this project?
      -ConfirmDeleteATask=Are you sure you want to delete this task?
      +ConfirmDeleteAProject=您确定要删除此项目吗?
      +ConfirmDeleteATask=您确定要删除此任务吗?
       OpenedProjects=打开项目
       OpenedTasks=打开任务
      -OpportunitiesStatusForOpenedProjects=按有效项目状态机会值
      -OpportunitiesStatusForProjects=按项目状态机会值
      +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      +OpportunitiesStatusForProjects=Leads amount of projects by status
       ShowProject=显示项目
       ShowTask=显示任务
       SetProject=设置项目
       NoProject=没有项目或拥有的定义
      -NbOfProjects=项目数量
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=花费的时间
       TimeSpentByYou=你花费的时间
       TimeSpentByUser=用户花费时间
      @@ -55,7 +55,7 @@ TasksOnOpenedProject=打开项目任务
       WorkloadNotDefined=工作量没有定义
       NewTimeSpent=所花费的时间
       MyTimeSpent=我的时间花
      -BillTime=Bill the time spent
      +BillTime=时间成本
       Tasks=任务
       Task=任务
       TaskDateStart=任务开始日期
      @@ -63,8 +63,8 @@ TaskDateEnd=任务结束日期
       TaskDescription=任务描述
       NewTask=新建任务
       AddTask=创建任务
      -AddTimeSpent=Create time spent
      -AddHereTimeSpentForDay=Add here time spent for this day/task
      +AddTimeSpent=创造时间成本
      +AddHereTimeSpentForDay=为天/任务添加时间成本
       Activity=活动
       Activities=任务/活动
       MyActivities=我的任务/活动
      @@ -75,82 +75,83 @@ ProgressDeclared=进度
       ProgressCalculated=计算进展
       Time=时间
       ListOfTasks=任务列表
      -GoToListOfTimeConsumed=Go to list of time consumed
      +GoToListOfTimeConsumed=转到消耗的时间列表
       GoToListOfTasks=任务列表
      -GoToGanttView=Go to Gantt view
      -GanttView=Gantt View
      -ListProposalsAssociatedProject=项目相关的商业报价列表
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=项目有关的合同列表
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=项目相关的干预措施列表
      -ListExpenseReportsAssociatedProject=项目相关费用报销列表
      -ListDonationsAssociatedProject=项目相关捐款列表
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=项目有关的行动列表
      +GoToGanttView=转到甘特视图
      +GanttView=甘特视图
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=项目相关任务时间列表
      -ListTaskTimeForTask=List of time consumed on task
      -ActivityOnProjectToday=Activity on project today
      -ActivityOnProjectYesterday=Activity on project yesterday
      +ListTaskTimeForTask=任务消耗的时间列表
      +ActivityOnProjectToday=今天的项目活动
      +ActivityOnProjectYesterday=昨天的项目活动
       ActivityOnProjectThisWeek=本周项目活动
       ActivityOnProjectThisMonth=本月项目活动
       ActivityOnProjectThisYear=今年项目活动
       ChildOfProjectTask=子项目/任务
      -ChildOfTask=Child of task
      -TaskHasChild=Task has child
      +ChildOfTask=子项目/任务
      +TaskHasChild=任务有子内容
       NotOwnerOfProject=不是所有者的私人项目
       AffectedTo=分配给
       CantRemoveProject=这个项目不能删除,因为它是由一些(其他对象引用的发票,订单或其他)。见参照资料标签。
       ValidateProject=验证谟
      -ConfirmValidateProject=Are you sure you want to validate this project?
      +ConfirmValidateProject=您确定要验证此项目吗?
       CloseAProject=关闭项目
      -ConfirmCloseAProject=Are you sure you want to close this project?
      -AlsoCloseAProject=Also close project (keep it open if you still need to follow production tasks on it)
      +ConfirmCloseAProject=您确定要关闭此项目吗?
      +AlsoCloseAProject=也关闭项目(如果你仍然需要关注生产任务,请保持打开状态)
       ReOpenAProject=打开的项目
      -ConfirmReOpenAProject=Are you sure you want to re-open this project?
      +ConfirmReOpenAProject=您确定要重新打开此项目吗?
       ProjectContact=项目联系人
      -TaskContact=Task contacts
      +TaskContact=任务联系人
       ActionsOnProject=项目活动
       YouAreNotContactOfProject=你是不是这个私人项目联系
      -UserIsNotContactOfProject=User is not a contact of this private project
      +UserIsNotContactOfProject=用户不是此私人项目的联系人
       DeleteATimeSpent=删除的时间
      -ConfirmDeleteATimeSpent=Are you sure you want to delete this time spent?
      +ConfirmDeleteATimeSpent=你确定要删除这段时间吗?
       DoNotShowMyTasksOnly=查看未分配给我的任务
       ShowMyTasksOnly=查看仅分配给我的任务
      -TaskRessourceLinks=Contacts task
      -ProjectsDedicatedToThisThirdParty=这个项目致力于合伙人
      +TaskRessourceLinks=联系人任务
      +ProjectsDedicatedToThisThirdParty=这个项目致力于合作方
       NoTasks=该项目没有任务
      -LinkedToAnotherCompany=链接到其他合伙人
      -TaskIsNotAssignedToUser=Task not assigned to user. Use button '<strong>%s</strong>' to assign task now.
      +LinkedToAnotherCompany=链接到其他合作方
      +TaskIsNotAssignedToUser=任务未分配给用户。使用按钮“<strong> %s </strong>”立即分配任务。
       ErrorTimeSpentIsEmpty=所花费的时间是空的
       ThisWillAlsoRemoveTasks=这一行动也将删除所有项目任务 (<b>%s</b> 任务的时刻) ,花全部的时间都投入。
      -IfNeedToUseOhterObjectKeepEmpty=如果某些对象(发票,订单,...),属于其他合伙人,必须与该项目以创建,保持这个空项目多的合伙人。
      +IfNeedToUseOhterObjectKeepEmpty=如果某些对象(发票,订单,...),属于其他合作方,必须与该项目以创建,保持这个空项目多的合作方。
       CloneProject=复制项目
       CloneTasks=复制任务
       CloneContacts=复制联系人
       CloneNotes=复制备注
       CloneProjectFiles=复制项目嵌入文件中
       CloneTaskFiles=复制任务(s) 嵌入到文件中 (假如任务(s) 已复制的话)
      -CloneMoveDate=Update project/tasks dates from now?
      -ConfirmCloneProject=Are you sure to clone this project?
      -ProjectReportDate=Change task dates according to new project start date
      +CloneMoveDate=从现在起更新项目/任务日期?
      +ConfirmCloneProject=你确定要克隆这个项目吗?
      +ProjectReportDate=根据新项目开始日期更改任务日期
       ErrorShiftTaskDate=根据新项目的开始日期,不可能的改变任务日期
       ProjectsAndTasksLines=项目和任务
       ProjectCreatedInDolibarr=项目 %s  创建
      -ProjectValidatedInDolibarr=Project %s validated
      -ProjectModifiedInDolibarr=Project %s modified
      +ProjectValidatedInDolibarr=项目%s已通过验证
      +ProjectModifiedInDolibarr=项目%s修改
       TaskCreatedInDolibarr=任务 %s 已创建
       TaskModifiedInDolibarr=任务 %s 已变更
       TaskDeletedInDolibarr=任务 %s 已删除
      -OpportunityStatus=机会状态
      +OpportunityStatus=Lead status
       OpportunityStatusShort=Opp. status
      -OpportunityProbability=机会概率
      +OpportunityProbability=Lead probability
       OpportunityProbabilityShort=Opp. probab.
      -OpportunityAmount=机会数值
      +OpportunityAmount=Lead amount
       OpportunityAmountShort=机会数值
       OpportunityAmountAverageShort=平均机会值
       OpportunityAmountWeigthedShort=加权机会值
      @@ -167,47 +168,50 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=捐助
       SelectElement=选择元素
       AddElement=链接到元素
       # Documents models
      -DocumentModelBeluga=项目模板链接到对象视图
      -DocumentModelBaleine=任务项目报告模板
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=计划的工作量
       PlannedWorkloadShort=工作量
       ProjectReferers=关联物料
       ProjectMustBeValidatedFirst=项目首先必须认证
      -FirstAddRessourceToAllocateTime=Assign a user resource to task to allocate time
      +FirstAddRessourceToAllocateTime=将用户资源分配给任务以分配时间
       InputPerDay=输入天数
       InputPerWeek=输入周数
      -InputDetail=Input detail
      -TimeAlreadyRecorded=This is time spent already recorded for this task/day and user %s
      +InputDetail=输入细节
      +TimeAlreadyRecorded=这是此任务/日和用户%s已记录的时间
       ProjectsWithThisUserAsContact=项目的用户作为联系人
       TasksWithThisUserAsContact=任务分配给这个用户
       ResourceNotAssignedToProject=未分配到项目
      -ResourceNotAssignedToTheTask=Not assigned to the task
      -TimeSpentBy=Time spent by
      -TasksAssignedTo=Tasks assigned to
      +ResourceNotAssignedToTheTask=未分配给任务
      +NoUserAssignedToTheProject=No users assigned to this project
      +TimeSpentBy=花费的时间
      +TasksAssignedTo=分配给的任务
       AssignTaskToMe=分配任务给自己
      -AssignTaskToUser=Assign task to %s
      -SelectTaskToAssign=Select task to assign...
      +AssignTaskToUser=将任务分配给%s
      +SelectTaskToAssign=选择要分配的任务...
       AssignTask=分配
       ProjectOverview=概览
      -ManageTasks=用项目跟进任务和工时
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=用项目跟进机会/线索
      -ProjectNbProjectByMonth=按月份筛选创建项目数
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Amount of opportunities by month
      -ProjectWeightedOppAmountOfProjectsByMonth=按月的机会加权数值
      -ProjectOpenedProjectByOppStatus=按机会状态打开项目/线索
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=统计项目/线索
      -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=机会数值总计
      -OpportunityPonderatedAmount=机会加权数值
      -OpportunityPonderatedAmountDesc=机会加权数值机率
      +TasksStatistics=项目/主要任务的统计数据
      +TaskAssignedToEnterTime=任务已分配。应该可以输入此任务的时间。
      +IdTaskTime=Id任务时间
      +YouCanCompleteRef=如果你想用一些信息来完成参考(将它用作搜索过滤器),建议添加一个 - 字符来分隔它,这样自动编号仍然可以正常用于下一个项目。例如%s-ABC。您可能还希望将搜索键添加到标签中。但最佳做法可能是添加专用字段,也称为补充属性。
      +OpenedProjectsByThirdparties=由第三方开放项目
      +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=准客户
       OppStatusQUAL=授权
       OppStatusPROPO=报价
      @@ -216,15 +220,17 @@ OppStatusPENDING=待办
       OppStatusWON=赢得
       OppStatusLOST=失去
       Budget=预算
      -AllowToLinkFromOtherCompany=Allow to link project from other company<br><br><u>Supported values :</u><br>- Keep empty: Can link any project of the company (default)<br>- "all" : Can link any projects, even project of other companies<br>- A list of thirdparty id separated with commas : Can link all projects of these thirdparty defined (Example : 123,4795,53)<br>
      -LatestProjects=Latest %s projects
      -LatestModifiedProjects=Latest %s modified projects
      -OtherFilteredTasks=Other filtered tasks
      -NoAssignedTasks=No assigned tasks (assign project/tasks the current user from the top select box to enter time on it)
      +AllowToLinkFromOtherCompany=允许链接其他公司的项目<br> <br> <u>支持的值:</u><br>  - 保持空:可以链接公司的任何项目(默认)<br>  - “all”:可以链接任何项目,甚至其他公司的项目<br>  - 用逗号分隔的合作方ID列表:可以链接这些合作方定义的所有项目(例如:123,4795,53)<br>
      +LatestProjects=最新的%s项目
      +LatestModifiedProjects=最新的%s编辑过的项目
      +OtherFilteredTasks=其他过滤任务
      +NoAssignedTasks=没有分配任务(从顶部选择框分配当前用户的项目/任务以在其上输入时间)
       # Comments trans
      -AllowCommentOnTask=Allow user comments on tasks
      -AllowCommentOnProject=Allow user comments on projects
      -DontHavePermissionForCloseProject=You do not have permissions to close the project %s
      -DontHaveTheValidateStatus=The project %s must be open to be closed
      -RecordsClosed=%s project(s) closed
      -SendProjectRef=Information project %s
      +AllowCommentOnTask=允许用户对任务发表评论
      +AllowCommentOnProject=允许用户对项目发表评论
      +DontHavePermissionForCloseProject=您无权关闭项目%s
      +DontHaveTheValidateStatus=项目%s必须打开才能关闭
      +RecordsClosed=%s项目已结束
      +SendProjectRef=信息项目%s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      diff --git a/htdocs/langs/zh_TW/admin.lang b/htdocs/langs/zh_TW/admin.lang
      index 81b5ae4ba7b..7ce8e26c0bc 100644
      --- a/htdocs/langs/zh_TW/admin.lang
      +++ b/htdocs/langs/zh_TW/admin.lang
      @@ -3,20 +3,20 @@ Foundation=基金會
       Version=版本
       Publisher=發佈者
       VersionProgram=版本計劃
      -VersionLastInstall=初始安裝版
      -VersionLastUpgrade=升級最新版本
      +VersionLastInstall=初始安裝版本
      +VersionLastUpgrade=最新版本升級
       VersionExperimental=實驗性
       VersionDevelopment=開發
       VersionUnknown=未知
       VersionRecommanded=推薦的
       FileCheck=檔案完整檢查器
      -FileCheckDesc=此工具可每一筆與官方檔案相互檢查檔案完整性及設定應用程式。也包含了一些設定值。你也可用此工具檢查檔案是否被駭客修改過。
      -FileIntegrityIsStrictlyConformedWithReference=檔案完整性符合參考值。
      -FileIntegrityIsOkButFilesWereAdded=檔案完整性已檢查過,但增加一些檔案。
      +FileCheckDesc=此工具允許您檢查檔案的完整性和應用程序的設置,將每個檔案與官方檔案進行比對。還有一些設置常量的值也會檢查。例如,您可以使用此工具來檢測某些檔案是否被黑客修改過。
      +FileIntegrityIsStrictlyConformedWithReference=檔案完整性嚴格符合參考。
      +FileIntegrityIsOkButFilesWereAdded=檔案完整性檢查已通過,但已添加一些新檔案。
       FileIntegritySomeFilesWereRemovedOrModified=檔案完整性檢查扶敗。有檔案被修改、移除或新增。
      -GlobalChecksum=Global checksum
      -MakeIntegrityAnalysisFrom=製作應用程式檔完整性分析來自
      -LocalSignature=嵌入本地簽名檔 (較不可靠)
      +GlobalChecksum=全域校驗
      +MakeIntegrityAnalysisFrom=製作應用程式檔案完整性分析來自
      +LocalSignature=嵌入式本地簽名(不太可靠)
       RemoteSignature=遠端簽名 (較可靠)
       FilesMissing=遺失檔案
       FilesUpdated=已上傳檔案
      @@ -24,20 +24,20 @@ FilesModified=已修改檔案
       FilesAdded=新增檔案
       FileCheckDolibarr=檢查應用程式檔案完整性
       AvailableOnlyOnPackagedVersions=當安裝來自官方的應用程式時本地檔案完整檢查才可用。
      -XmlNotFound=沒有應用程式 xml 的完整性檔
      +XmlNotFound=未找到應用程式 xml 的完整性檔案
       SessionId=連線階段ID
       SessionSaveHandler=儲存連線階段處理程序
       SessionSavePath=存儲連線階段位置
       PurgeSessions=清除的連線會議
       ConfirmPurgeSessions=您確定要清除所有的連線階段?這會導致離線(除您之外)。
      -NoSessionListWithThisHandler=在您的 PHP 中設定儲存連線階段處理程序中是不允許列出全部執行中的連線。
      +NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
       LockNewSessions=鎖定新的連線
      -ConfirmLockNewSessions=您確定要限制任何新 Dolibarr 連接到自己。之後只有用戶<b>%s</b>能夠連線。
      +ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user <b>%s</b> will be able to connect after that.
       UnlockNewSessions=移除連線鎖定
       YourSession=您的連線階段
      -Sessions=用戶連線階段
      +Sessions=Users sessions
       WebUserGroup=網頁伺服器的用戶/組
      -NoSessionFound=您的 PHP 似乎不容許列出啟動的連線。用於保存連線<b>(%s)</b>資料夾的可能受到保護(例如,由作業系統的權限,或由 PHP 指令的 open_basedir)。
      +NoSessionFound=Your PHP seems to not allow listing of active sessions. The directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
       DBStoringCharset=儲存資料的資料庫字集
       DBSortingCharset=資料排序以資料庫字集
       ClientCharset=客戶端字集
      @@ -50,7 +50,7 @@ ExternalUser=外部用戶
       InternalUsers=內部用戶們
       ExternalUsers=外部用戶們
       GUISetup=顯示設定
      -SetupArea=設定區
      +SetupArea=設定
       UploadNewTemplate=上傳新的範例
       FormToTestFileUploadForm=上傳測試檔案(根據設定)
       IfModuleEnabled=註:若模組<b>%s</b>是啓用時,「是的」有效。
      @@ -68,8 +68,8 @@ ErrorCodeCantContainZero=不含 0 值
       DisableJavascript=不啓動 JavaScript and Ajax 功能 (建議盲人或是文字型瀏覽器使用)
       UseSearchToSelectCompanyTooltip=另外您若有大量合作方 (> 100,000), 您可在 "設定 -> 其他" 設定常數 COMPANY_DONOTSEARCH_ANYWHERE 為 1 增加速度。蒐尋則只限在字串的開頭。
       UseSearchToSelectContactTooltip=另外您若有大量合作方 (> 100,000), 您可在 " 設定 -> 其他" 中設定常數 CONTACT_DONOTSEARCH_ANYWHERE 為 1 以增加速度。蒐尋則只限在字串的開頭。
      -DelaiedFullListToSelectCompany=等你在載入合作方組合明細表的內容之前按下一個鍵 (如果你有大量的合作方這可增加效能,不過會減少便利)
      -DelaiedFullListToSelectContact=等你在載入連絡人組合明細表的內容之前按下一個鍵 (如果你有大量的連絡人這可增加效能,不過會減少便利)
      +DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list.<br>This may increase performance if you have a large number of third parties, but it is less convenient.
      +DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list.<br>This may increase performance if you have a large number of contacts, but it is less convenient)
       NumberOfKeyToSearch=需要 %s 個字元進行搜尋
       NotAvailableWhenAjaxDisabled=當 Ajax 不啓動時,此不可用。
       AllowToSelectProjectFromOtherCompany=在合作方的文件上,可選擇已結專案到另外合作方。
      @@ -80,7 +80,7 @@ PreviewNotAvailable=無法預覽
       ThemeCurrentlyActive=目前可用的主題
       CurrentTimeZone=PHP (服務器) 的時區
       MySQLTimeZone=MySql (資料庫) 的時區
      -TZHasNoEffect=資料庫伺服器內已儲存及返回值的日期,就像他保存為傳送的字串一樣。當使用 UNIX_TIMESTAMP 功能(此不是由 Dolibarr 使用,所以資料庫時區是無效的,就算是已輸入資料已變更也是)時,時區是有效的。
      +TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
       Space=空間
       Table=表格
       Fields=欄位
      @@ -94,7 +94,7 @@ NextValueForReplacements=下一個值(代替)
       MustBeLowerThanPHPLimit=註:你的 PHP 限制每個上傳檔案的大小為<b>%s%s</b>,因此不用此參數的值
       NoMaxSizeByPHPLimit=註:你的 PHP 偏好設定為無限制
       MaxSizeForUploadedFiles=上傳檔案最大值(0 為禁止上傳)
      -UseCaptchaCode=在登錄頁中的使用圖形碼 (CAPTCHA)
      +UseCaptchaCode=在登入頁中的使用圖形碼 (CAPTCHA)
       AntiVirusCommand= 防毒命令的完整路徑
       AntiVirusCommandExample= 例如 ClamWin 為 c:\\Progra~1\\ClamWin\\bin\\clamscan.exe<br>例如 ClamAv 為 /usr/bin/clamscan
       AntiVirusParam= 在命令列中更多的參數
      @@ -118,7 +118,7 @@ Destination=目地的
       IdModule=模組 ID
       IdPermissions=存取 ID
       LanguageBrowserParameter=%s的參數
      -LocalisationDolibarrParameters=本地化參數
      +LocalisationDolibarrParameters=本地參數
       ClientTZ=客戶時區(用戶)
       ClientHour=客戶時間(用戶)
       OSTZ=伺服器作業系統時區
      @@ -126,8 +126,8 @@ PHPTZ=PHP伺服器時區
       DaylingSavingTime=夏令時間
       CurrentHour=PHP (伺服器)時間
       CurrentSessionTimeOut=目前連線階段的時間已到
      -YouCanEditPHPTZ=設定不同 PHP 時區 (非必要), 您可試著在 .htacces 檔案中增一行字串如 "SetEnv TZ Europe/Paris" 。
      -HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
      +YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
      +HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
       Box=小工具
       Boxes=各式小工具
       MaxNbOfLinesForBoxes=各式小工具最大行數
      @@ -191,15 +191,15 @@ IgnoreDuplicateRecords=忽略重覆資料的錯誤訊息 (INSERT IGNORE)
       AutoDetectLang=自動檢測(瀏覽器的語言)
       FeatureDisabledInDemo=在展示中禁用功能
       FeatureAvailableOnlyOnStable=在官方穩定版本中可用的功能
      -BoxesDesc=小工具是顯示您自行增加個人化的資料。您可選擇顯示小工具或由選定目標頁點選啟動或禁用。
      +BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=僅從<a href="%s">啟用模組</a>後元件才會顯示。
      -ModulesDesc=Dolibarr 程式/功能的模組可在軟體內啟用。某些程式/模組您必須允許用戶權限,之後再啟動。點選按鈕 on/off 啟用模組/程式。
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
       ModulesMarketPlaceDesc=您可在外部網頁中找到更多可下載的模組...
      -ModulesDeployDesc=若檔案系統的權限允許,則可以使用此工具來部署外部模組。 該模組將在選項卡上顯示<strong>%s</strong>。
      +ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=找外部 app / 模組
       ModulesDevelopYourModule=發展您自己的應用程式及模組
      -ModulesDevelopDesc=您可以發展或找到夥伴一起發展您的個人化模組
      -DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will make the seach on the external market place for you (may be slow, need an internet access)...
      +ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
      +DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
       NewModule=新
       FreeModule=Free
       CompatibleUpTo=與版本%s相容
      @@ -211,8 +211,8 @@ Nouveauté=新奇
       AchatTelechargement=購買 / 下載
       GoModuleSetupArea=要部署/安裝新模組,請轉到模組設定區域<a href="%s">%s</a>。
       DoliStoreDesc=DoliStore 是 Dolibarr ERP / CRM 外部模組的官方市集
      -DoliPartnersDesc=各家公司提供客制發展模組功能的明細表(注意:任何有經驗的PHP程式編輯人員可提供客制化發展的開放原始碼專案)
      -WebSiteDesc=參考網頁找到更多模組...
      +DoliPartnersDesc=List of companies providing custom-developed modules or features.<br>Note: since Dolibarr is an open source application, <i>anyone</i> experienced in PHP programming may develop a module.
      +WebSiteDesc=External websites for more add-on (non-core) modules...
       DevelopYourModuleDesc=某些解決方式要您自行發展模組...
       URL=連線
       BoxesAvailable=可用小工具
      @@ -229,7 +229,7 @@ DoNotStoreClearPassword=在資料庫中不要存明碼,要存成加密(建議
       MainDbPasswordFileConfEncrypted=在 conf.php 中資料庫密碼加密(建議啟動)
       InstrucToEncodePass=為使已編碼好的密碼放到<b>conf.php</b>檔案中,應採用<br><b>$dolibarr_main_db_pass="crypted:%s";</b>此行代替<br><b>$dolibarr_main_db_pass="...";</b><br>
       InstrucToClearPass=為使密碼(明碼)放到 <b> conf.php </b> 檔案中,應採用<br><b>$dolibarr_main_db_pass="%s";</b>此行代替 <br><b> $dolibarr_main_db_pass="crypted:...";</b><br>
      -ProtectAndEncryptPdfFiles=產生 pdf 檔案的保護(不建議啟動,會中斷大量 pdf 的產生)
      +ProtectAndEncryptPdfFiles=Protection of generated PDF files NOT recommended (breaks mass PDF generation)
       ProtectAndEncryptPdfFilesDesc=保留可由 pdf 流灠器閱讀及列印的 pdf 文件保護。因此不能編輯及複製。注意使用此功能會使合併 pdf 無法使用。
       Feature=功能特色
       DolibarrLicense=授權
      @@ -246,8 +246,8 @@ ExternalResources=外部資源
       SocialNetworks=社會網路
       ForDocumentationSeeWiki=有關用戶或開發人員的文件(文件,常見問題...), <br>可在Dolibarr維基查閱: <br> <a href="%s" target="_blank"><b>%s的</b></a>
       ForAnswersSeeForum=有關任何其他問題/幫助,您可以使用Dolibarr論壇: <br> <a href="%s" target="_blank"><b>%s的</b></a>
      -HelpCenterDesc1=此區可以幫助你取得 Dolibarr 的幫忙支援服務。
      -HelpCenterDesc2=某些服務<b>僅可使用英文</b> 。
      +HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
      +HelpCenterDesc2=Some of these resources are only available in <b>english</b>.
       CurrentMenuHandler=目前選單處理者
       MeasuringUnit=衡量單位
       LeftMargin=左邊邊界
      @@ -262,31 +262,35 @@ NoticePeriod=通知期
       NewByMonth=新的一個月
       Emails=各式電子郵件
       EMailsSetup=電子郵件設定
      -EMailsDesc=此頁允許您複寫您電子郵件傳送的 php 參數。在 Unix/Linux 系統中多數案例,您 php 設定正確及參數是無效的。
      +EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
       EmailSenderProfiles=電子郵件傳送者簡歷
      -MAIN_MAIL_SMTP_PORT=SMTP / SMTPS 連接埠 ( 在 php.ini 中預設值:<b>%s</b>)
      -MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS 主機 ( 在 php.ini 中是預設的:<b>%s</b>)
      -MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP / SMTPS 連接埠 ( 在 Unix like 系統內,沒有定義在 PHP中)
      -MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS 主機 ( 在 Unix like 系統內,沒有定義在 PHP 中)
      -MAIN_MAIL_EMAIL_FROM=自動化電子郵件的寄件者(在 php.ini中預設值:<b>%s</b>)
      -MAIN_MAIL_ERRORS_TO=發生錯誤時退回的電子郵件(發送的電子郵件中的欄位“錯誤 - 收件人”)
      -MAIN_MAIL_AUTOCOPY_TO= 系統私下寄送所有發送的電子郵件副件給
      -MAIN_DISABLE_ALL_MAILS=禁用傳送所有電子郵件(適用於測試目的或是展示)
      +MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
      +MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: <b>%s</b>)
      +MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
      +MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
      +MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
       MAIN_MAIL_FORCE_SENDTO=傳送全部電子郵件到(此為測試用,不是真正的收件人)
      -MAIN_MAIL_ENABLED_USER_DEST_SELECT=使用電子郵件將員工用戶增加到允許的目標清單表中
      -MAIN_MAIL_SENDMODE=傳送電子郵件方法
      -MAIN_MAIL_SMTPS_ID=SMTP 帳號(如果需要驗證)
      -MAIN_MAIL_SMTPS_PW=SMTP 密碼(如果需要驗證)
      -MAIN_MAIL_EMAIL_TLS= 使用 TLS (SSL) 的加密
      -MAIN_MAIL_EMAIL_STARTTLS= 使用 TLS (STARTTLS) 加密
      -MAIN_DISABLE_ALL_SMS=禁用傳送所有簡訊/SMS(適用於測試目的或展示)
      +MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
      +MAIN_MAIL_SENDMODE=Email sending method
      +MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
      +MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
      +MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
      +MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
       MAIN_SMS_SENDMODE=使用傳送簡訊/SMS的方法
      -MAIN_MAIL_SMS_FROM=傳送簡訊/SMS的傳送者預設電話號碼
      -MAIN_MAIL_DEFAULT_FROMTYPE=人工傳送時預設的寄件者電子郵件(用戶電子郵件或公司電子郵件)
      +MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
      +MAIN_MAIL_DEFAULT_FROMTYPE=非系統產生寄送時預設的寄件者(用戶電子郵件或公司電子郵件)
       UserEmail=用戶電子郵件
       CompanyEmail=公司電子郵件
       FeatureNotAvailableOnLinux=在Unix系列系統中不能使用功能。在本地測試您的寄送郵件程式。
      -SubmitTranslation=若未完整地翻譯您的語言或您找到錯誤,您可透過編輯檔案放到<b>langs/%s</b>的資料夾中修正他們,或是傳送您做的異動到 www.transifex.com/dolibarr-association/dolibarr/
      +SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files in directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
       SubmitTranslationENUS=若您的語言翻譯尚未完成,或是您到錯誤,您可以透過編輯在資料夾 <b>langs/%s</b>中的檔案修正它,並把修改後檔案傳送到 dolibarr.org/forum 或是給在  github.com/Dolibarr/dolibarr 開發者。
       ModuleSetup=模組設定
       ModulesSetup=模組/程式設定
      @@ -295,7 +299,7 @@ ModuleFamilyCrm=客戶關係管理(CRM)
       ModuleFamilySrm=供應商關係管理(VRM)
       ModuleFamilyProducts=產品管理 (PM)
       ModuleFamilyHr=人力資源管理 (HR)
      -ModuleFamilyProjects=專案 / 協同作業
      +ModuleFamilyProjects=各專案 / 協同作業
       ModuleFamilyOther=其他
       ModuleFamilyTechnic=多種模組工具
       ModuleFamilyExperimental=實驗性模組
      @@ -309,15 +313,15 @@ DoNotUseInProduction=請勿在實際工作環境使用
       ThisIsProcessToFollow=此處理步驟:
       ThisIsAlternativeProcessToFollow=代替的人工設定程序:
       StepNb=步驟 %s 
      -FindPackageFromWebSite=尋找您想要功能的套件(在官網 %s 上有範例)。
      +FindPackageFromWebSite=Find a package that provides features you want (for example on official web site %s).
       DownloadPackageFromWebSite=下載套件(在官網%s上有範例)。
      -UnpackPackageInDolibarrRoot=解壓縮的套件檔案到伺服器下的 dolibarr 資料夾:<b>%s</b>
      -UnpackPackageInModulesRoot=要部署/安裝外部模組,請將打包的檔案解壓縮到專用於模組的服務器資料夾中:<b>%s</b>
      -SetupIsReadyForUse=模組的發展已完成。您必須透過模組設定頁面啟用及在您的程式中設定模組:<a href="%s">%s</a>
      +UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into the server directory dedicated to Dolibarr: <b>%s</b>
      +UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules:<br><b>%s</b>
      +SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: <a href="%s">%s</a>.
       NotExistsDirect=替代根資料夾的資訊沒有定義到已存在的資料夾中。<br>
       InfDirAlt=從第3版起,可定義替代根資料夾。此允許您儲存到指定資料夾、插件及客製化範本。<br>只要在 dolibarr 的根資料夾內建立資料夾(例如: 客戶)。<br>
       InfDirExample=<br>在 <strong>conf.php</strong> 檔案宣告 <br>$dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>若這幾行已用"#"方式註解了,啟用他,也就是移除 "#"。
      -YouCanSubmitFile=此步驟,您可傳送模組套件的 .zip 檔案到此:
      +YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
       CurrentVersion=Dolibarr 目前版本
       CallUpdatePage=到此頁昇級資料庫架構及資料:%s。
       LastStableVersion=最新穩定版本
      @@ -345,17 +349,17 @@ UMask=在 Unix/Linux/BSD/Mac 的檔案系統中新檔案的 UMask 參數。
       UMaskExplanation=此參數允許您定義在伺服器上由 Dolibarr 建立的檔案的權限(例如在上載檔案時)。 <br>這是八進位(例如,0666 為全部人可讀寫)。<br>此參數無法在 Windows 伺服器上使用。
       SeeWikiForAllTeam=在 wiki 頁面中查看所有角色及其組織的完整清單明細
       UseACacheDelay= 以秒為單位的遞延匯出反應的時間(0或空格為沒有緩衝)
      -DisableLinkToHelpCenter=登錄頁面上隱藏連線“ <b>需要幫助或支援</b>"
      +DisableLinkToHelpCenter=登入頁面上隱藏連線“ <b>需要幫助或支援</b>"
       DisableLinkToHelp=隱藏連線到線上幫助 "<b>%s</b>"
      -AddCRIfTooLong=沒有自動換行功能,若一行太長,請自行按下 Enter 鍵換行。
      -ConfirmPurge=您確認要執行刪除嗎?<br>此會刪您所有資料,且無法還復(含 ECM 檔案及各式夾檔)。
      +AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
      +ConfirmPurge=Are you sure you want to execute this purge?<br>This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
       MinLength=最小長度
       LanguageFilesCachedIntoShmopSharedMemory=.lang 檔案載入分享記憶體中
       LanguageFile=語系檔
      -ExamplesWithCurrentSetup=現在執行範例設定
      +ExamplesWithCurrentSetup=Examples with current configuration
       ListOfDirectories=OpenDocument 範本資料夾下的清單明細
       ListOfDirectoriesForModelGenODT=包含 OpenDocument 格式範本的資料夾清單明細。<br><br>資料夾完整路徑放在這裡。<br>每一資料夾之間要用 enter 鍵。<br>為增加 GED 模組的資料夾,請放在<b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>。<br><br>在這些資料夾的檔案結尾必須是 <b>.odt</b> 或 <b>.ods</b>。
      -NumberOfModelFilesFound=在這些資料夾中找到 ODT/ODS 範本檔數量
      +NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
       ExampleOfDirectoriesForModelGen=語法範例:<br> ç:\\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
       FollowingSubstitutionKeysCanBeUsed=<br>要知道如何建立您的ODT文件範本,並儲存在這些資料夾,請上 wiki 網站:
       FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
      @@ -365,19 +369,19 @@ KeyForWebServicesAccess=輸入使用 Web 服務(在 WebServices 的參數是
       TestSubmitForm=輸入測試表單
       ThisForceAlsoTheme=無論用戶的選擇為何,使用此選單管理器也將使用其本身的主題。此選單管理器是專適用於智慧手機,但並不適用於全部的智慧手機。若您遇到問題,請使用另一個選單管理器。
       ThemeDir=skins資料夾
      -ConnectionTimeout=連線超時
      +ConnectionTimeout=Connection timeout
       ResponseTimeout=回應超時
       SmsTestMessage=測試訊息從 __PHONEFROM__ 到 __PHONETO__
       ModuleMustBeEnabledFirst=若您需要此功能,您首先要啟用模組<b>%s</b>。
       SecurityToken=安全的網址的值
      -NoSmsEngine=沒有簡訊/SMS傳送器可用。簡訊/SMS傳送器預設沒有安裝(因為需要外部供應商),但你可在 %s 找到。
      +NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external supplier, but you can find some on %s
       PDF=PDF格式
      -PDFDesc=您可以設定每個全域選項關連到 PDF產生器
      +PDFDesc=You can set each global option related to the PDF generation
       PDFAddressForging=產生地址規則
       HideAnyVATInformationOnPDF=在產生的 PDF 中隱藏銷售稅 / 營業稅的全部資訊
       PDFRulesForSalesTax=銷售稅 / 營業稅的規則
       PDFLocaltax=%s的規則
      -HideLocalTaxOnPDF=將 %s 稅率隱藏到 pdf 列銷售稅中
      +HideLocalTaxOnPDF=Hide %s rate in pdf column tax sale
       HideDescOnPDF=在產生的 PDF 上隱藏產品描述
       HideRefOnPDF=在產生的 PDF 上隱藏產品參考號
       HideDetailsOnPDF=在產生的 PDF 上產品線詳細資訊
      @@ -387,7 +391,7 @@ UrlGenerationParameters=將網址安全化的參數
       SecurityTokenIsUnique=每個URL使用獨特的安全/securekey參數
       EnterRefToBuildUrl=輸入對象%s的參考值
       GetSecuredUrl=取得計算後網址
      -ButtonHideUnauthorized=當非管理權限的用戶在非授權行動時改成隱藏按鈕,而非灰色禁用鈕。
      +ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
       OldVATRates=舊營業稅率
       NewVATRates=新營業稅率
       PriceBaseTypeToChange=根據已定義的基礎參考價參修改價格
      @@ -408,13 +412,13 @@ ExtrafieldSelect = 選擇清單明細
       ExtrafieldSelectList = 從表格選取
       ExtrafieldSeparator=分隔 (非欄位)
       ExtrafieldPassword=密碼
      -ExtrafieldRadio=雷達鈕 (限選擇性質)
      +ExtrafieldRadio=Radio buttons (one choice only)
       ExtrafieldCheckBox=勾選方框
       ExtrafieldCheckBoxFromList=從表格來的確認框
       ExtrafieldLink=連線到物件
       ComputedFormula=計算欄位
       ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 10 ? round($object->id / 2, 2) : ($object->id + 2 * $user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'<br><br>Other example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
      -ExtrafieldParamHelpPassword=不要加密儲存,此欄位保持空白(在螢幕中欄位有星星的必須隱藏)。<br>此處值設定為'自動'則使用預設的加密規則儲存密碼到資料庫(沒有辦法讀取原始值)
      +ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen).<br>Set  'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
       ExtrafieldParamHelpselect=此行的清單明細值,其格式為關鍵字,值(關鍵字不為'0')<br><br>例如:<br>1,value1<br>2,value2<br>code3,value3<br>...<br><br>為使清單明細可依賴於其他補充屬性清單明細:<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key<br><br>為使清單明細可依賴於另一清單明細:<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
       ExtrafieldParamHelpcheckbox=此行的清單明細值,其格式為關鍵字,值 (關鍵字不能為 '0')<br><br>例如:<br>1,value1<br>2,value2<br>3,value3<br>...
       ExtrafieldParamHelpradio=此行的清單明細值,其格式為關鍵字,值 (關鍵字不能為 '0')<br><br>例如:<br>1,value1<br>2,value2<br>3,value3<br>...
      @@ -432,39 +436,39 @@ DefaultLink=預設連線
       SetAsDefault=設定成預設值
       ValueOverwrittenByUserSetup=警告,用戶指定設定會覆蓋該值(每位用戶可設定自己的 URL )
       ExternalModule=外部模組 - 已安裝到資料夾 %s
      -BarcodeInitForThirdparties=合作方的大量條碼初始值
      +BarcodeInitForthird-parties=Mass barcode init for third-parties
       BarcodeInitForProductsOrServices=大量條碼初始值或是重新設產品或服務
       CurrentlyNWithoutBarCode=目前您在沒有條碼的<strong>%s</strong>%s中有<strong>%s</strong>的記錄。
       InitEmptyBarCode=下一筆%s記錄初始值
       EraseAllCurrentBarCode=刪除目前全部的條碼現有值
       ConfirmEraseAllCurrentBarCode=您確定您要刪除目前全部的條碼現有值?
       AllBarcodeReset=全部的條碼值已刪除
      -NoBarcodeNumberingTemplateDefined=沒有啟用條碼模組設定的編號條碼範本
      +NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the barcode module setup.
       EnableFileCache=啟用檔案快取
       ShowDetailsInPDFPageFoot=增加更多詳細資料到 PDF 檔案的頁腳,像您公司地址,或是管理者名稱 (要完成專業證號、公司資本額及VAT字號)。
       NoDetails=頁腳沒有更多的詳細資料
       DisplayCompanyInfo=顯示公司地址
       DisplayCompanyManagers=顯示管理者名稱
       DisplayCompanyInfoAndManagers=顯示公司地址及管理者名稱
      -EnableAndSetupModuleCron=若您要自動地產生循環發票,模組"%s"必須啟用且正確設定。然而各式發票的產生必須從此範例的 "建立" 鈕以人工完成。注意即使你啟用自動產生,你仍可安全地以人工方式執行而產生。在相同時間內不能重覆產生發票。
      -ModuleCompanyCodeCustomerAquarium=%s後面是合作方客戶代碼,用於客戶會計代碼
      -ModuleCompanyCodeSupplierAquarium=%s後面是合作方供應商代碼,用於供應商會計代碼
      +EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
      +ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
      +ModuleCompanyCodeSupplierAquarium=%s followed by supplier code for a supplier accounting code
       ModuleCompanyCodePanicum=回傳空白會計代碼。
       ModuleCompanyCodeDigitaria=會計代碼依著合作方代碼。代碼是由第一個字母 "C" 接下來是合作方代碼的前面5 個字母組成的。
       Use3StepsApproval=存預設情況下,採購訂單需要由 2 個不同的用戶建立和核准 (一個步驟/用戶建立,另一個步驟/用戶核准。請注意,若用戶同時具有建立和批准的權限,則一個步驟/用戶就足夠了) 。 若金額高於指定值時,您可以通過此選項進行要求以引入第三步/用戶核准 (因此需要3個步驟:1 =驗證,2 =首次批准,3 =若金額足夠,則為第二次批准) 。 <br>若一次核准 ( 2個步驟) 就足夠,則將不做任何設定,若總是需要第二次批准 (3個步驟),則將其設置為非常低的值 (0.1)。
       UseDoubleApproval=當金額(未稅)大於...時使用3步驟核准
      -WarningPHPMail=警告:通常設定寄出的電子郵件為您提供的電子郵件伺服器以代替預設值是比較好的。某些電子郵件提供者(像 Yahoo)不允許您傳送電子郵件從另一個伺服器到他們自己的伺服器。您正確的設定要使用應用軟體的伺服器傳送電子郵件而不是您的電子郵件提供者,所以某些收件者(與限制性DMARC協議兼容的一種)會詢問您的電子郵件提供者,若他們可接受您的電子郵件及某些電子郵件提供者(像 Yahoo)可能回應"no",因為伺服器不是他們的伺服器,所以少數您寄的電子郵件可能不被接受(也還要小心你的電子郵件提供者發送大小限制)。<br>若您的電子郵件提供者(像 Yahoo)有限制,您必須變更您電子郵件設定為選用其他方法 "SMTP 伺服器" 及輸入 SMTP 伺服器及由您電子郵件提供者提供的認證(詢問您的電子郵件提供者為您的電子郵件帳戶取得 SMTP 認證)。
      +WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not their, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota).<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your Email provider to get SMTP credentials for your account).
       WarningPHPMail2=若您的電子郵件 SMTP 供應商需要將電子郵件客戶端限制為某些 IP 地址(非常罕見),則您的ERP CRM 應用程序的 IP 地址:<strong>%s</strong>
      -ClickToShowDescription=點一下顯示描述
      -DependsOn=此模組需要其他各式模組
      +ClickToShowDescription=點選顯示描述
      +DependsOn=This module needs the module(s)
       RequiredBy=模組需要此模組
      -TheKeyIsTheNameOfHtmlField=HTML 欄位名稱。此需要一點知識去閱讀 HTML 頁面的內容以取得主要欄位的名稱。
      -PageUrlForDefaultValues=您必須在此輸入相對頁面的URL。 若您在URL中包含參數時,若所有參數都設為相同的值,則預設值將生效。 例如:
      +TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      +PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
       PageUrlForDefaultValuesCreate=<br>對表單來建立新的合作方,他是 <strong>%s</strong>,<br>若只要在 url 中有一些參數時才需要預設值,則可以使用 <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>此頁為合作方清單,是<strong>%s</strong>,<br>若只有當 url 有參數時才需要預設值,您可使用 <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=啟用個人使用的預設值
      -EnableOverwriteTranslation=啟用使用覆寫翻譯
      -GoIntoTranslationMenuToChangeThis=此程式碼值找到翻譯,因此要更改此值,您必須到 首頁 - 設定 - 翻譯 進行編輯。
      +EnableOverwriteTranslation=Enable usage of overwritten translation
      +GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
       WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
       Field=欄位
       ProductDocumentTemplates=文件範例產生產品文件檔
      @@ -475,17 +479,19 @@ FilesAttachedToEmail=附加檔案
       SendEmailsReminders=用電子郵件傳送行程提醒
       davDescription=新增元件到 DAV 伺服器
       DAVSetup=DAV 模組設定
      -DAV_ALLOW_PUBLIC_DIR=啟用公開資料夾(不再登入 WebDav 資料夾)
      -DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_PUBLIC_DIR=啟用公開資料夾(不須登入使用的 WebDav 資料夾)
      +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access  (in read and write mode), with no need to have/use an existing login/password account.
      +DAV_ALLOW_ECM_DIR=啟動 DMS/ECM 模組的根目錄(需要登入)
      +DAV_ALLOW_ECM_DIRTooltip=當使用 DMS/ECM 模組時,所有採用人工方式上傳的檔案根目錄/資料夾。像從網頁介面的某些功能需要您有效地登入/密碼以便有取存權限。
       # Modules
       Module0Name=用戶和群組
       Module0Desc=用戶/員工以及群組管理
      -Module1Name=合作方
      -Module1Desc=公司和聯絡人的管理(客戶、潛在客戶)
      +Module1Name=各式合作方
      +Module1Desc=公司和聯絡人的管理(客戶、潛在者)
       Module2Name=商業
       Module2Desc=商業管理
       Module10Name=會計
      -Module10Desc=基於資料庫內容的簡單會計報告(日記簿、營業額、周轉)。 不使用任何總帳表單。
      +Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
       Module20Name=提案/建議書
       Module20Desc=商業提案/建議書的管理
       Module22Name=大量發送的電子郵件
      @@ -511,13 +517,13 @@ Module52Desc=產品庫存的管理
       Module53Name=服務
       Module53Desc=服務的管理
       Module54Name=合約/訂閱
      -Module54Desc=合約管理 (服務或定期訂閱)
      +Module54Desc=Management of contracts (services or recurring subscriptions)
       Module55Name=條碼
       Module55Desc=條碼的管理
       Module56Name=電話
       Module56Desc=電話整合
       Module57Name=直接由銀行付款命令
      -Module57Desc=直接借方付款命令管理。包含適用歐洲國家 SEPA 檔案的產生。
      +Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
       Module58Name=點選撥打
       Module58Desc=點選撥打系統(Asterisk, ...)的整合
       Module59Name=Bookmark4u
      @@ -528,45 +534,45 @@ Module75Name=費用和出差筆記
       Module75Desc=費用和旅遊音符的管理
       Module80Name=裝貨
       Module80Desc=裝貨和交貨單的管理
      -Module85Name=銀行及現金
      +Module85Name=Banks and Cash
       Module85Desc=銀行或現金帳戶管理
      -Module100Name=外部網站
      -Module100Desc=本模組將一個外部網站或網頁含到 Dolibarr 選單中,並使用 Dolibarr 框架內檢視。
      +Module100Name=External Site
      +Module100Desc=Add external website link into Dolibarr menus to view it in a Dolibarr frame
       Module105Name=Mailman and SPIP
       Module105Desc=會員模組用的 Mailman 或 SPIP 介面
       Module200Name=LDAP
      -Module200Desc=LDAP 資料夾的同步
      +Module200Desc=LDAP directory synchronization
       Module210Name=PostNuke
       Module210Desc=PostNuke 的整合
       Module240Name=匯出資料
      -Module240Desc=匯出 Dolibarr 資料的工具 (協助)
      +Module240Desc=Tool to export Dolibarr data (with assistance)
       Module250Name=資料匯入
      -Module250Desc=匯入 Dolibarr 資料的工具 (協助)
      +Module250Desc=Tool to import data into Dolibarr (with assistance)
       Module310Name=會員
       Module310Desc=基金會會員管理
       Module320Name=RSS 訂閱
       Module320Desc=在 Dolibarr 螢幕頁增加 RSS 訂閱
      -Module330Name=書籤
      -Module330Desc=書籤管理
      -Module400Name=專案/機會/潛在客戶
      -Module400Desc=各式專案、機會/潛在客戶及或任務的管理。您也可以分配任何元件(發票、訂單、提案/建議書、干預/介入...)到專案及從專案檢視中以橫向檢視。
      +Module330Name=Bookmarks and shortcuts
      +Module330Desc=Create shortcuts, always accessible, to the internal or external pages to which you frequently access
      +Module400Name=各專案或潛在
      +Module400Desc=各專案、潛在/機會及/或任務的管理。你也可指派任何元件(發票、訂單、報價單、干預...)到專案中及從專案中檢視中取得橫向檢視。
       Module410Name=Webcalendar
       Module410Desc=Webcalendar 整合
       Module500Name=稅賦及特定費用
       Module500Desc=其他費用管理(銷售稅、社會或年度稅、股利...)
       Module510Name=支付員工薪資
      -Module510Desc=記錄及接下來支付您員工薪資
      +Module510Desc=Record and track employee payments
       Module520Name=借款
       Module520Desc=借款的管理
       Module600Name=商業事件通知
      -Module600Desc=傳送電子郵件通知 ( 由某些商業事件引起 ) 給用戶 ( 在每位用戶中設定 )、給合作方通訊錄 ( 在每位合作方中設定 ) 或是給固定的電子郵件
      -Module600Long=請注意,此模組專用於在發生專用商務事件時發送即時的電子郵件。若您正在尋找通過您的行程事件的電子郵件傳送提醒的功能,請進入行程模組的設定。
      +Module600Desc=Send email notifications triggered by a business event, for users (setup defined on each user), third-party contacts (setup defined on each third party) or to defined emails
      +Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders of agenda events, go into the setup of module Agenda.
       Module610Name=產品變種
      -Module610Desc=允許基於屬性(顏色、大小...)建立產品變種
      +Module610Desc=Creation of product variants (color, size etc.)
       Module700Name=捐贈
       Module700Desc=捐款的管理
       Module770Name=費用報表
      -Module770Desc=管理及認列費用報表(交通、餐飲...等)
      +Module770Desc=Manage and claim expense reports (transportation, meal, ...)
       Module1120Name=供應商商業提案/建議書
       Module1120Desc=回覆供應商商業提案/建議書及報價
       Module1200Name=Mantis 工作管理
      @@ -576,13 +582,13 @@ Module1520Desc=大量郵件文件的產生
       Module1780Name=標籤/分類
       Module1780Desc=建立標籤/類別(產品、客戶、供應商、通訊錄或會員)
       Module2000Name=所視即所得編輯器
      -Module2000Desc=允許使用進階的編輯器 ( CKEditor ) 編輯某些文字區
      +Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=浮動價格
       Module2200Desc=啟用價格的數學表達式
       Module2300Name=排程工作
       Module2300Desc=排程工作管理(連到 cron 或是 chrono table)
       Module2400Name=事件/行程
      -Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous. This is the main important module for a good Customer or Supplier Relationship Management.
      +Module2400Desc=Track events. Let Dolibarr log automatic events for tracking purposes or record manual events or meetings. This is the main module for good Customer or Supplier Relationship Management.
       Module2500Name=檔案管理系統(DMS) / 電子控制管理(ECM)
       Module2500Desc=文件管理系統 / 電子內容管理。您產生或是儲存的文件會自動整理組織。當您有需要就分享吧。
       Module2600Name=API/Web 服務 ( SOAP 伺服器 )
      @@ -590,46 +596,50 @@ Module2600Desc=啟用 Dolibarr SOAP 伺服器提供 API 服務
       Module2610Name=API/Web 服務( REST 伺服器)
       Module2610Desc=啟用 Dolibarr REST 伺服器提供 API 服務
       Module2660Name=呼叫網站服務 (SOAP 客戶端)
      -Module2660Desc=啟用 Dolibarr 網站服務客戶端(可以使用傳送資料及要求到外部伺服器。目前只支援供應商訂單)
      +Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Supplier orders currently supported.)
       Module2700Name=Gravatar
      -Module2700Desc=使用線上的 Gravatar 服務 ( www.gravatar.com ),以顯示用戶/會員的照片 (使用本身的電子郵件尋找)。此需要連上網
      +Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
       Module2800Desc=FTP 客戶端
       Module2900Name=GeoIPMaxmind
       Module2900Desc=GeoIP Maxmind 的轉換功能
       Module3100Name=Skype
       Module3100Desc=增加 Skype 鈕到用戶 / 合作方 / 通訊錄 / 會員資料卡中
       Module3200Name=不可改變的檔案
      -Module3200Desc=Activate log of some business events into an unalterable log. Events are archived in real-time. The log is a table of chained events that can be read only and exported. This module may be mandatory for some countries.
      +Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
       Module4000Name=人資
       Module4000Desc=人力資源管理(部門、員工合約及感受的管理)
       Module5000Name=多個公司
       Module5000Desc=允許您管理多個公司
       Module6000Name=工作流程
      -Module6000Desc=Workflow management (automatic creation of object and/or automatic status change)
      +Module6000Desc=工作流程管理(自動建立物件和/或自動更改狀況)
       Module10000Name=網站
       Module10000Desc=透過所見即所視的編輯器建立公開網站。只要設定您網站伺服器 (Apache, Nginx,...) 指向專用的 Dolibarr 資料夾,使其通過 internet 連線到您自己的網域即可。
       Module20000Name=離職申請管理
      -Module20000Desc=聲明並遵守員工離職申請
      +Module20000Desc=Declare and track employees leave requests
       Module39000Name=產品批次
       Module39000Desc=在產品中批次或序號、有效日及銷售日的管理
      +Module40000Name=Multicurrency
      +Module40000Desc=Use alternative currencies in prices and documents
       Module50000Name=PayBox
      -Module50000Desc=提供使用 PayBox 的借貸卡做為線上支付方式的模組。此可允許您客戶免付款或是用在特定Dolibarr元件 ( 發票、訂單 ... ) 上付款。
      +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=收銀機
       Module50100Desc=收銀機模組 ( POS )
      +Module50150Name=收銀機
      +Module50150Desc=Point of sales module (Touch screen POS).
       Module50200Name=Paypal
      -Module50200Desc=提供使用 PayPal ( 信用卡或是 PayPal 信用) 做為線上支付方式的模組。此可允許您客戶免付款或是在特定 Dolibarr 元件 ( 發票、訂單 ... ) 上付款。
      +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=會計(進階)
      -Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software format.
      +Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
       Module54000Name=PrintIPP
      -Module54000Desc=直接列印(不用打開文件)使用 Cups IPP 介面(印表機可在伺服器上看到,且 CUPS 必須已安裝在伺服器上)。
      +Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
       Module55000Name=問卷、調查或票選
      -Module55000Desc=製作問卷、調查或票選的模組(像 Doodle, Styds, Rdvz, ...)
      +Module55000Desc=Module to create online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
       Module59000Name=利潤
       Module59000Desc=模組管理利潤
       Module60000Name=委員會
       Module60000Desc=模組管理委員會
       Module62000Name=交易條件
      -Module62000Desc=新增功能管理交易條件
      +Module62000Desc=Add features to manage Incoterms
       Module63000Name=資源
       Module63000Desc=管理資源 (印表機、車子、會議室...) 您可在之後分享到事件中
       Permission11=讀取客戶發票
      @@ -651,10 +661,10 @@ Permission32=建立/修改產品資訊
       Permission34=刪除產品資訊
       Permission36=查看/管理隱藏的產品
       Permission38=匯出產品資訊
      -Permission41=讀取專案及任務(分享專案及有關我的專案聯絡人)。也可針對自己或是層級已分配的任務輸入處理時間(時間表)
      -Permission42=建立/修改專案(分享專案及有關我的專案聯絡人)。也可建立任務及分配用戶的專案及任務
      -Permission44=刪除專案(分享專案及有關我的專案聯絡人)
      -Permission45=匯出各式專案
      +Permission41=讀取各專案及各任務(已分享的專案及以我為連絡人的各專案)。也可在被指派的任務對自已或等級中輸入耗用的時間(時間表)
      +Permission42=建立/修改各專案(已分享或以我為連絡人的各專案)。也可以建立各任務及指派用戶到專案及各任務
      +Permission44=刪除各專案(已分享的各專案及以我當任連絡人的各專案)
      +Permission45=匯出各專案
       Permission61=讀取干預/介入
       Permission62=建立/修改干預/介入
       Permission64=刪除干預/介入
      @@ -686,7 +696,7 @@ Permission109=刪除出貨單
       Permission111=讀取財務會計項目
       Permission112=建立/修改/刪除及比較交易
       Permission113=設定財務會計項目(建立、管理分類)
      -Permission114=調整各式交易
      +Permission114=Reconcile transactions
       Permission115=匯出交易和會計描述
       Permission116=帳戶之間交易
       Permission117=管理支票調度
      @@ -694,15 +704,15 @@ Permission121=讀取已連線到用戶的合作方
       Permission122=建立/修改已連線到用戶的合作方
       Permission125=刪除已連線到用戶的合作方
       Permission126=匯出合作方資料
      -Permission141=讀取全部專案及任務(也含我無法聯絡的私人專案)
      -Permission142=建立/修改全部專案及任務(也含我無法聯絡的私人專案)
      -Permission144=刪除全部專案及任務(也含我無法聯絡的私人專案)
      +Permission141=讀取各專案(已分享的各專案及以我當任連絡人的各專案)
      +Permission142=建立/修改全部專案及任務(也包含我不是連絡人的私人專案)
      +Permission144=刪除全部專案及任務(也包含我不是連絡人的私人專案)
       Permission146=讀取提供者
       Permission147=讀取狀況
       Permission151=讀取直接貸方付款訂單
       Permission152=建立/修改直接貸方付款訂單
       Permission153=傳送/傳輸直接貸方付款訂單
      -Permission154=記錄直接貸方付款訂單的點數/拒絕
      +Permission154=Record Credits/Rejections of direct debit payment orders
       Permission161=讀取合約/訂閱
       Permission162=建立/修改合約/訂閱
       Permission163=啟動服務合約/合約的訂閱
      @@ -725,7 +735,7 @@ Permission187=結束供應商訂單情(結案)
       Permission188=取消供應商訂單
       Permission192=建立行
       Permission193=取消行
      -Permission194=讀取頻寬線路
      +Permission194=Read the bandwidth lines
       Permission202=建立ADSL連線
       Permission203=訂購連接訂單
       Permission204=訂購連接
      @@ -750,12 +760,12 @@ Permission244=查看隱藏分類的內容
       Permission251=讀取其他用戶和群組資訊
       PermissionAdvanced251=讀取其他用戶
       Permission252=讀取其他用戶的權限
      -Permission253=建立/修改其他用戶、群組及其權限
      +Permission253=Create/modify other users, groups and permissions
       PermissionAdvanced253=建立/修改內部/外部用戶和權限
       Permission254=只能建立/修改外部用戶資訊
       Permission255=修改其他用戶密碼
       Permission256=刪除或禁用其他用戶
      -Permission262=延伸存取到全部合作方 (不只是用戶是銷售代表的合作方) 。<br>對外部用戶無效 ( 限於自已的提案/建議書、訂單、發票、合約等)。<br>對專案無效 (只有專案權限、可見性和分配事宜的規則)。
      +Permission262=延伸存取全部合作方(不只是合作方的業務代表)。<br>對外部用戶無效(對提案建議書、訂單、發票、通訊錄等)。<br>對專案無效(在專案取存、顯示及指派事件的規則)
       Permission271=讀取 CA
       Permission272=讀取發票
       Permission273=發票問題
      @@ -765,7 +775,7 @@ Permission283=刪除聯絡人資訊
       Permission286=匯出聯絡人資訊
       Permission291=讀取關稅
       Permission292=設定關稅權限
      -Permission293=修改客戶的關稅
      +Permission293=Modify customers tariffs
       Permission300=讀取條碼
       Permission301=建立/修改條碼
       Permission302=刪除條碼
      @@ -787,11 +797,9 @@ Permission401=讀取折扣
       Permission402=建立/修改折扣
       Permission403=驗證折扣
       Permission404=刪除折扣
      -Permission501=讀取員工合約/薪資
      -Permission502=建立/修改員工合約/薪資
      -Permission511=讀取薪資的付款方式
      -Permission512=建立/修改支付的薪資
      -Permission514=刪除薪資
      +Permission511=Read payments of salaries
      +Permission512=Create/modify payments of salaries
      +Permission514=Delete payments of salaries
       Permission517=匯出薪資
       Permission520=讀取借款
       Permission522=建立/修改借款
      @@ -844,8 +852,8 @@ Permission1251=執行匯入大量外部資料到資料庫的功能 (載入資料
       Permission1321=匯出客戶發票、屬性及其付款資訊
       Permission1322=重啟已付帳單
       Permission1421=匯出客戶訂單及屬性資訊
      -Permission20001=讀取離職需求(您的離職及您的下屬)
      -Permission20002=建立/修改您離職需求(您的離職及您的下屬)
      +Permission20001=Read leave requests (your leave and that of your subordinates)
      +Permission20002=Create/modify your leave requests (your leave and that of your subordinates)
       Permission20003=刪除離職需求
       Permission20004=讀取全部離職需求 (甚至非您下屬的用戶)
       Permission20005=建立/修改全部人離職需求(甚至非您下屬的用戶)
      @@ -880,8 +888,8 @@ Permission63001=讀取資源
       Permission63002=建立/修改資源
       Permission63003=刪除資源
       Permission63004=連線資源到行程事件
      -DictionaryCompanyType=合作方類型
      -DictionaryCompanyJuridicalType=合作方的法律形式
      +DictionaryCompanyType=Types of third-parties
      +DictionaryCompanyJuridicalType=Legal forms of third-parties
       DictionaryProspectLevel=展望潛在水準
       DictionaryCanton=州/省
       DictionaryRegion=地區
      @@ -894,7 +902,7 @@ DictionaryVAT=營業稅率或銷售稅率
       DictionaryRevenueStamp=稅票金額
       DictionaryPaymentConditions=付款條件
       DictionaryPaymentModes=付款方式
      -DictionaryTypeContact=聯絡人/地址類型
      +DictionaryTypeContact=Contact address types
       DictionaryTypeOfContainer=網站頁面/容器的類型
       DictionaryEcotaxe=Ecotax(WEEE)
       DictionaryPaperFormat=文件格式
      @@ -908,47 +916,47 @@ DictionarySource=原始的提案/建議書/訂單
       DictionaryAccountancyCategory=報表的個人化群組
       DictionaryAccountancysystem=會計項目表的模組
       DictionaryAccountancyJournal=各式會計日記簿
      -DictionaryEMailTemplates=電子郵件的範本
      +DictionaryEMailTemplates=Email Templates
       DictionaryUnits=單位
       DictionaryProspectStatus=預測狀況
      -DictionaryHolidayTypes=離職類型
      -DictionaryOpportunityStatus=專案/潛在客戶的機會狀況
      +DictionaryHolidayTypes=Types of leave
      +DictionaryOpportunityStatus=Lead status for project/lead
       DictionaryExpenseTaxCat=費用報表 -  交通各式類別
       DictionaryExpenseTaxRange=費用報表 - 依交通類別劃分範圍
       SetupSaved=設定值已儲存
       SetupNotSaved=設定未儲存
       BackToModuleList=返回模組清單明細
      -BackToDictionaryList=回到各式分類明細表
      +BackToDictionaryList=Back to list of Dictionaries
       TypeOfRevenueStamp=稅票的類別
      -VATManagement=營業稅管理
      -VATIsUsedDesc=當建立潛在客戶、發票、訂單等營業稅稅率會以下列標準規則啟動:<br>若賣方不接受營業稅,則營業稅預設為 0 的規則。<br>若(買賣雙方國家)相同時,營業稅率會預設為賣方國家的產品營業稅。<br>若賣方與買方皆歐盟國家且貨物是運輸產品(車子、船舶、飛機),則預設營業稅為 0 ( 營業稅由買方支付給買方國家,非賣方 )。<br>若賣方與買方皆歐盟國家且買方非公司組織,則營業稅預設為銷售產品的營業稅。<br>若賣方與買方皆歐盟國家且買方是公司組織,則營業稅預設為 0。<br>其他例子則預設營業稅為 0。
      -VATIsNotUsedDesc=預設情況下建議的營業稅為 0,可用於像協會、個人或是小型公司。
      -VATIsUsedExampleFR=在法國,指的是有實際會計年度 (簡單真實或一般真實)的公司或組織。是營業稅適用的系統。
      -VATIsNotUsedExampleFR=在法國,指的是選擇微型企業會計年度(特許的營業稅)如非適用營業稅之協會或是公司、組織或是自由專門職業且支付不適用營業稅的特許營業稅。此選項會在發票顯示為"不適用營業稅 - art-293B of CGI"。
      +VATManagement=Sale Tax Management
      +VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sale Tax rate follows the active standard rule:<br>If the seller is not subject to Sale tax, then Sale tax defaults to 0. End of rule.<br>If the (seller's country = buyer's country), then the Sale tax by default equals the Sale tax of the product in the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default Sale tax is 0. This rule is dependant on the seller's country - please consult with your accountant. The Sale tax should be paid by the buyer to their customs office in their country and not to the seller. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community Sale tax number) then the Sale tax by defaults to the Sale tax of the seller's country. End of rule.<br>If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community Sale tax number), then the Sale tax is 0 by default. End of rule.<br>In any other case the proposed default is Sale tax=0. End of rule.
      +VATIsNotUsedDesc=By default the proposed Sale tax is 0 which can be used for cases like associations, individuals or small companies.
      +VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real).  A system in which Sale tax is declared.
      +VATIsNotUsedExampleFR=In France, it means associations that are non Sale tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sale tax in franchise) and paid a franchise Sale tax without any Sale tax declaration.  This choice will display the reference "Non applicable Sale tax - art-293B of CGI" on invoices.
       ##### Local Taxes #####
       LTRate=稅率
       LocalTax1IsNotUsed=不使用第二種稅率
      -LocalTax1IsUsedDesc=使用第二稅率類型(除營業稅外)
      -LocalTax1IsNotUsedDesc=不使用其他稅率類型(除營業稅外)
      +LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
      +LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax1Management=第二種稅率類型
       LocalTax1IsUsedExample=
       LocalTax1IsNotUsedExample=
       LocalTax2IsNotUsed=不使用第三種稅率
      -LocalTax2IsUsedDesc=使用第三種稅率類型(除營業稅外)
      -LocalTax2IsNotUsedDesc=不使用其他稅率類型(除營業稅外)
      +LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
      +LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
       LocalTax2Management=第三種稅率類型
       LocalTax2IsUsedExample=
       LocalTax2IsNotUsedExample=
      -LocalTax1ManagementES= RE 管理
      -LocalTax1IsUsedDescES= 當在建立潛在客戶、發票、訂單等後續活動的標準規定,其預設 RE 率為: <br>如果買方沒有受RE,預設 RE = 0。<br>如果買方是接受 RE 則預設為 RE。 <br>
      -LocalTax1IsNotUsedDescES= 預設的 RE 建議值為0。
      -LocalTax1IsUsedExampleES= 在西班牙他們是受到西班牙 IAE 某些特別規範的專業人士。
      -LocalTax1IsNotUsedExampleES= 在西班牙他們是專業及社會人士且受到西班牙 IAE 某些特別的規範。
      -LocalTax2ManagementES= IRPF 管理
      -LocalTax2IsUsedDescES= 當在建立潛在客戶、發票、訂單等後續活動的標準規定,其預設 RE 率為: <br>如果賣方不接受 IRPF,則 IRPF 預設 = 0。 <br>如果賣方受 IRPF 規範,則 IRPF 為預設。 <br>
      -LocalTax2IsNotUsedDescES= 預設的 IRPF 建議值為0。
      -LocalTax2IsUsedExampleES= 在西班牙,自由職業者及提供服務的專業人士及選擇稅務系統模組的公司。
      -LocalTax2IsNotUsedExampleES= 在西班牙他們是生意不是稅務系統模組話題。
      +LocalTax1ManagementES=RE 管理
      +LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
      +LocalTax1IsNotUsedDescES=預設的 RE 建議值為0。
      +LocalTax1IsUsedExampleES=在西班牙他們是受到西班牙 IAE 某些特別規範的專業人士。
      +LocalTax1IsNotUsedExampleES=在西班牙他們是專業及社會人士且受到西班牙 IAE 某些特別的規範。
      +LocalTax2ManagementES=IRPF 管理
      +LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
      +LocalTax2IsNotUsedDescES=預設的 IRPF 建議值為0。
      +LocalTax2IsUsedExampleES=在西班牙,自由職業者及提供服務的專業人士及選擇稅務系統模組的公司。
      +LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
       CalcLocaltax=地方稅報表
       CalcLocaltax1=銷貨 - 採購
       CalcLocaltax1Desc=地方稅報表是由銷貨的地方稅與採購的地方稅之差異。
      @@ -958,7 +966,8 @@ CalcLocaltax3=可否銷售
       CalcLocaltax3Desc=地方稅報表是地方稅銷貨總數
       LabelUsedByDefault=若代號沒有找翻譯字句,則預設使用標籤
       LabelOnDocuments=文件上的標籤
      -NbOfDays=Nb 的天數
      +LabelOrTranslationKey=Label or translation key
      +NbOfDays=No. of days
       AtEndOfMonth=月底
       CurrentNext=現在/下一個
       Offset=抵銷
      @@ -984,7 +993,7 @@ DatabaseUser=資料庫用戶
       DatabasePassword=資料庫密碼
       Tables=表格
       TableName=表格名稱
      -NbOfRecord=Nb 的記錄
      +NbOfRecord=No. of records
       Host=服務器
       DriverType=驅動程式類型
       SummarySystem=系統資訊摘要
      @@ -996,16 +1005,16 @@ Skin=佈景主題
       DefaultSkin=預設佈景主題
       MaxSizeList=清單明細的最大長度
       DefaultMaxSizeList=預設清單明細的最大長度
      -DefaultMaxSizeShortList=縮短名單預設最大長度(即在客戶卡中)
      +DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
       MessageOfDay=一天的訊息
      -MessageLogin=登錄頁的訊息
      +MessageLogin=登入頁的訊息
       LoginPage=登入頁面
       BackgroundImageLogin=背景圖片
       PermanentLeftSearchForm=左側選單上的尋找表單
       DefaultLanguage=預設使用語言(語言代號)
       EnableMultilangInterface=啟用多語言界面
       EnableShowLogo=在左側選單顯示組織標誌
      -CompanyInfo=公司/組織資訊
      +CompanyInfo=公司/組織
       CompanyIds=公司/組織身分
       CompanyName=名稱
       CompanyAddress=地址
      @@ -1021,28 +1030,28 @@ OwnerOfBankAccount=銀行帳戶的擁有者%s
       BankModuleNotActive=銀行帳戶模組沒有啟用
       ShowBugTrackLink=顯示連線"<strong>%s</strong>"
       Alerts=警告
      -DelaysOfToleranceBeforeWarning=警告提醒
      -DelaysOfToleranceDesc=此螢幕允許您定義對每一元件用形狀%s的螢幕警告提醒。
      -Delays_MAIN_DELAY_ACTIONS_TODO=在已計劃的事件(行程事件)中尚未完成的警告提醒(以天計)
      -Delays_MAIN_DELAY_PROJECT_TO_CLOSE=沒有即時結束專案的警告提醒(以天計)
      -Delays_MAIN_DELAY_TASKS_TODO=計劃中任務(專案任務)尚未完成前的警告提醒(以天計)
      -Delays_MAIN_DELAY_ORDERS_TO_PROCESS=對訂單尚未完成程序的警告提醒(以天計)
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
      -Delays_MAIN_DELAY_PROPALS_TO_CLOSE=在結束提案/建議書前的警告提醒(以天計)
      -Delays_MAIN_DELAY_PROPALS_TO_BILL=提案/建議書沒有計費的警告提醒(以天計)
      -Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=對服務尚未啟動的警告提醒(以天計)
      -Delays_MAIN_DELAY_RUNNING_SERVICES=對過期服務的警告提醒(以天計)
      -Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=對尚未付款供應商發票的警告提醒(以天計)
      -Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=對尚未付款客戶發票的警告提醒(以天計)
      -Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=正在等待銀行對帳的警告提醒(以天計)
      -Delays_MAIN_DELAY_MEMBERS=對延遲會員費用的警告提醒(以天計)
      -Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=檢查存款的警告提醒(以天計)
      -Delays_MAIN_DELAY_EXPENSEREPORTS=費用報表核准前的警告提醒(以天計)
      -SetupDescription1=在使用 Dolibarr 前"設定區"是一開始要設定的參數。
      -SetupDescription2=The two mandatory setup steps are the following steps (the two first entries in the left setup menu):
      -SetupDescription3=Settings in menu <a href="%s">%s -> %s</a>. This step is required because it defines data used on Dolibarr screens to customize the default behavior of the software (for country-related features for example).
      -SetupDescription4=Settings in menu <a href="%s">%s -> %s</a>. This step is required because Dolibarr ERP/CRM is a collection of several modules/applications, all more or less independent. New features are added to menus for every module you activate.
      -SetupDescription5=其他選單項管理可選的參數。
      +DelaysOfToleranceBeforeWarning=Delays before displaying an alert warning
      +DelaysOfToleranceDesc=This screen allows you to define the delay before an alert is reported onscreen with a %s icon for each late element.
      +Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (agenda events) not completed yet
      +Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
      +Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
      +Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
      +Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
      +Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      +Delays_MAIN_DELAY_RUNNING_SERVICES=Delay (in days) before alert on expired services
      +Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Delay (in days) before alert on unpaid supplier invoices
      +Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Delay (in days) before alert on unpaid client invoices
      +Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Delay (in days) before alert on pending bank reconciliation
      +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 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 provides optional parameters.
       LogEvents=安全稽核事件
       Audit=稽核
       InfoDolibarr=關於 Dolibarr
      @@ -1060,16 +1069,16 @@ LogEventDesc=您可以啟用記錄 Dolibarr 安全事件日誌。管理員就可
       AreaForAdminOnly=設定參數僅由<b>管理員用戶</b>設定。
       SystemInfoDesc=僅供具有系統管理員以唯讀及可見模式取得系統資訊。
       SystemAreaForAdminOnly=此區僅供具有管理員權限用戶。Dolibarr 權限都不能減少此限制。
      -CompanyFundationDesc=在此頁面上編輯您需要管理的公司或基金會的所有已知資訊(點選頁面的”%s“或"%s"按鈕)
      -AccountantDesc=在此頁面上編輯有關於您的會計師/記帳士的資訊
      +CompanyFundationDesc=編輯公司/項目的資訊。點選在頁面下方的 "%s" 或 "%s" 按鈕。
      +AccountantDesc=Edit the details of your accountant/bookkeeper
       AccountantFileNumber=檔案數
       DisplayDesc=您可以選擇與 Dolibarr 的外觀及感受有關的每一項參數
       AvailableModules=可用的程式/模組
       ToActivateModule=為啟動模組則到設定區(首頁 -> 設定 -> 模組)。
       SessionTimeOut=連線階段超時
      -SessionExplanation=當此連線階段由內部PHP連線階段清除器清除時(沒有別的),此數字保證連線階段在遞延前不會到期。內部PHP連線階段清除器不會保證此遞延後的連線階段將會到期。當連線階段清除器在執行時,則此遞延之後將會到期,所以每個<b>%s/%s</b>存取,不只限制由其他階段存取的期間。<br>注意:有外部連線階段清除機器的某些伺服器( DEBIAN, UBUNTU 下的 CRON),不論參數值多少,當預設參數<strong>session.gc_maxlifetime</strong>定義後,連線階段會被破壞。
      +SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
       TriggersAvailable=可用的觸發器
      -TriggersDesc=觸發器是可以修改Dolibarr工作流程行為的檔案,一旦複製到該資料夾<b>/htdocs/core/triggers</b>。他們實現了新的行動,啟動 Dolibarr 事件(新公司的建立,發票驗證...)。
      +TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
       TriggerDisabledByName=在此檔案中觸發器是禁用的,其名稱尾碼<b>-NORUN</b>。
       TriggerDisabledAsModuleDisabled=當模組<b>%s</b>禁用時,此檔案中觸發器是禁用的。
       TriggerAlwaysActive=此檔案中觸發器是活躍的,無論啟動任何 Dolibarr 模組。
      @@ -1079,7 +1088,7 @@ DictionaryDesc=插入全部參考資料。您可加入您的預設值。
       ConstDesc=此頁允許您編輯所有不在前頁的參數。這些主要是為開發人員或進階故障排除預留參數。<a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">在此可檢查</a>選項清單明細。
       MiscellaneousDesc=所有其他與安全參數有關的在此定義。
       LimitsSetup=限制及精準度設定
      -LimitsDesc=在此 Dolibarr 使用您定義的限制、精準度及最佳化。
      +LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
       MAIN_MAX_DECIMALS_UNIT=單價的小數點
       MAIN_MAX_DECIMALS_TOT=總價的小數點
       MAIN_MAX_DECIMALS_SHOWN=在螢幕上顯示價格的最大位數小數點 (新增<b>...</b>想看到新增的數字<b>...</b>當螢幕上顯示數字被截掉時)
      @@ -1088,16 +1097,16 @@ UnitPriceOfProduct=產品的淨單位價格
       TotalPriceAfterRounding=捨去後總價格(淨價/營業稅/含稅價)
       ParameterActiveForNextInputOnly=下一個輸入參數才能有效
       NoEventOrNoAuditSetup=尚未有被記錄的安全事件。若“設定 - 安全 - 稽核”頁面沒有啟用稽核,則為正常的。
      -NoEventFoundWithCriteria=沒有搜尋到此條件的安全事件。
      +NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=查看本地的 sendmail 的設定
       BackupDesc=為了完整的 Dolibarr 備份,您必須:
       BackupDesc2=儲存文件資料夾內容 (<b>%s</b>) 包含所有已上傳及產生的檔案 ( 所以此包含在步驟1中所有產生的轉存檔案 )
      -BackupDesc3=儲存您資料庫的內容(<b>%s</b>)到轉存檔案。為完成此您要使用接下來的助理。
      +BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use the following assistant.
       BackupDescX=資料夾應該被存放於安全的地方。
       BackupDescY=產生的轉存檔案應存放於安全的地方。
      -BackupPHPWarning=此法不能保證可備份。使用上一個
      +BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
       RestoreDesc=還原 Dolibarr 備份檔,您必須:
      -RestoreDesc2=還原文件資料夾的檔案 (例如 ZIP 檔) 是將以樹狀目錄的方式解壓檔案到新安裝 Dolibarr 的文件資料夾內或是解到目前文件資料夾(<b>%s</b>)。
      +RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directory (<b>%s</b>).
       RestoreDesc3=從備份轉存檔案還原的資料匯入到新安裝的 Dolibarr 或是目前已安裝的程式 (<b>%s</b>)。警告,一旦還原完成,您必須使用回復的資料庫中的用戶及密碼重新連線。還原備份資料庫到目前已安裝的程式,你可以依照接以下的幫助處理。
       RestoreMySQL=匯入 MySQL
       ForcedToByAModule= 啟動的模組<b>%s</b>都強制適用此規則
      @@ -1108,81 +1117,82 @@ YouMustRunCommandFromCommandLineAfterLoginToUser=用戶<b>%s</b>在登入終端
       YourPHPDoesNotHaveSSLSupport=在您 PHP 中 SSL 的功能是不使用
       DownloadMoreSkins=更多佈景主題下載
       SimpleNumRefModelDesc=編號會依照 %syymm-nnnn 的參數規則產生編號。其中yy是年、mm是月、nnnn 是不間斷且不重設的序列數字。
      -ShowProfIdInAddress=顯示在文件中專業  ID
      -ShowVATIntaInAddress=隱藏在文件中營業稅內部編號
      +ShowProfIdInAddress=Show professional id with addresses on documents
      +ShowVATIntaInAddress=Hide intra-Community VAT number with addresses on documents
       TranslationUncomplete=部分翻譯
      -MAIN_DISABLE_METEO=禁用氣象檢視
      +MAIN_DISABLE_METEO=Disable meteorological view
       MeteoStdMod=標準模式
       MeteoStdModEnabled=標準模式啟用
       MeteoPercentageMod=百分比模式
       MeteoPercentageModEnabled=百分比模式啟用
       MeteoUseMod=點擊使用 %s
       TestLoginToAPI=測試登入到 API
      -ProxyDesc=Dolibarr 的某些功能需要連上網路工作。此定義為這類參數。,如果 Dolibarr 服務器是在隱藏在代理服務器後,則那些參數為通知 Dolibarr 要如何通過它來連上網路。
      +ProxyDesc=Some features of Dolibarr need to have internet access to work. Define here the parameters for this. If the Dolibarr server is behind a Proxy server, these parameters tell Dolibarr how to access the internet through it.
       ExternalAccess=外部存取
       MAIN_PROXY_USE=使用代理服務器(否則直接連上網路存取)
       MAIN_PROXY_HOST=代理服務器的名稱/位置
       MAIN_PROXY_PORT=代理服務器的連接埠
       MAIN_PROXY_USER=登入使用代理服務器
       MAIN_PROXY_PASS=使用代理服務器的密碼
      -DefineHereComplementaryAttributes=在此定義全部屬性,也包含了預設可用的屬性,以便讓 %s 模組可以支援顯示。
      +DefineHereComplementaryAttributes=Define any attributes not already available by default, that you want to be supported for %s here.
       ExtraFields=補充屬性
       ExtraFieldsLines=補充屬性(行)
       ExtraFieldsLinesRec=補充屬性 ( 範本發票行)
       ExtraFieldsSupplierOrdersLines=補充屬性(訂單行)
       ExtraFieldsSupplierInvoicesLines=補充屬性(發票行)
       ExtraFieldsThirdParties=補充屬性(合作方)
      -ExtraFieldsContacts=補充屬性(聯絡資訊/地址)
      +ExtraFieldsContacts=Complementary attributes (contact address)
       ExtraFieldsMember=補充屬性(會員)
       ExtraFieldsMemberType=補充屬性(會員類型)
       ExtraFieldsCustomerInvoices=補充屬性(發票)
       ExtraFieldsCustomerInvoicesRec=互補屬性(範本發票)
       ExtraFieldsSupplierOrders=補充屬性(訂單)
       ExtraFieldsSupplierInvoices=補充屬性(發票)
      -ExtraFieldsProject=補充屬性(專案)
      +ExtraFieldsProject=補充屬性(各專案)
       ExtraFieldsProjectTask=補充屬性(任務)
       ExtraFieldHasWrongValue=屬性 %s 有錯誤值。
       AlphaNumOnlyLowerCharsAndNoSpace=只限字母數字和小寫字元且沒有空格
       SendmailOptionNotComplete=警告,在某些Linux系統,從您的電子郵件發送電子郵件,必須包含 sendmail 的執行設置選項 -ba(在您的 php.ini 檔案設定參數 mail.force_extra_parameters )。如果收件人沒有收到電子郵件,嘗試編輯 mail.force_extra_parameters = -ba 這個PHP參數。
       PathToDocuments=文件路徑
       PathDirectory=資料夾
      -SendmailOptionMayHurtBuggedMTA=傳送郵件使用 "PHP mail direct" 的功能可能會由接收方郵件伺服器產生不正確的郵件訊息。結果是某些郵件無法讀取。這是因為某些網路供應商(例如在法國的 Orange)。這不是 Dolibarr 也不是 PHP 問題,而是接收郵件伺服器的問題。然而您可修改在「設定-其他」並增加一個選項 MAIN_FIX_FOR_BUGGED_MTA 為 1 以避免這個問題。然而您也可能有經歷過其他嚴格遵守 SMTP 標準的伺服器問題。因此其他解決方式 (建議) 是使用 "SMTP socket library" 會比較沒有風險。
      +SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
       TranslationSetup=翻譯設定
       TranslationKeySearch=尋找翻譯值或字串
       TranslationOverwriteKey=覆寫翻譯字串
       TranslationDesc=如何設定顯示應用程式語言: <br>* 系統上: 選單 <strong> 首頁 - 設定 - 顯示</strong><br> * 每個人: 在用戶卡 (點選螢幕最上方的用戶) 使用 <strong>用戶顯示設定</strong> 分頁。
       TranslationOverwriteDesc=您也可以用覆寫的方式填滿接下來的表格。選擇您的語言從 "%s" 下拉,插入翻譯字串到 "%s" 及您的新翻譯到 "%s"
      -TranslationOverwriteDesc2=您可使用其他分頁幫助您使用知道的翻譯值
      +TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
       TranslationString=翻譯字串
       CurrentTranslationString=目前翻譯字串
       WarningAtLeastKeyOrTranslationRequired=搜索條件至少要有一個值或翻譯字串
       NewTranslationStringToShow=顯示新翻譯字串
       OriginalValueWas=已覆蓋原始翻譯。 原始值是:<br><br>%s
      -TransKeyWithoutOriginalValue=您強制不存在於任何語言檔案中新翻譯的翻譯值 '<strong>%s</strong>' 
      +TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exist in any language files
       TotalNumberOfActivatedModules=已啟動程式/模組: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=您至少要啟用 1 個模組
      -ClassNotFoundIntoPathWarning=在 PHP 路徑沒有找到 Class %s
      +ClassNotFoundIntoPathWarning=Class %s not found in PHP path
       YesInSummer=是的,在夏天
      -OnlyFollowingModulesAreOpenedToExternalUsers=注意,接下來的模組由外部用戶 ( 無論用戶的權限為何 ) 開啟且只有授權的情況下:
      +OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are opened to external users (whatever the permissions of such users) and only if permissions are granted:
       SuhosinSessionEncrypt=以 Suhosin 加密方式儲存連線階段
       ConditionIsCurrently=目前情況 %s
      -YouUseBestDriver=目前您可用的驅動程式 %s。
      -YouDoNotUseBestDriver=您必須驅動%s,但建議用%s的驅動程式
      -NbOfProductIsLowerThanNoPb=您只能放%s產品/服務到資料庫中。不用任何的最佳化程序。
      +YouUseBestDriver=You use driver %s which is the best driver available currently.
      +YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
      +NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
       SearchOptim=最佳化的蒐尋
      -YouHaveXProductUseSearchOptim=您放%s產品到資料庫中。您必須在「首頁-設定-其他」增加常數 PRODUCT_DONOTSEARCH_ANYWHERE 為 1 。您限制在資料庫中使用索引以便一輸入字串即蒐尋,以便您立即反應。
      -BrowserIsOK=您使用瀏覽器為%s。此瀏覽器在安全及效能上是沒問題的。
      -BrowserIsKO=您使用中的瀏覽器為%s。此瀏覽器在安全、效能及可靠上是不好的選。我們建議您使用 Firefox, Chrome, Opera 或 Safari。
      +YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
      +BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
      +BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=已載入 XDebug。
       XCacheInstalled=已載入 XCache。
      -AddRefInList=在清單明細(選擇清單明細或是混合框)中顯示客戶/供應商參考資訊及超連結。合作方將以"CC12345 - SC45678 - The big company coorp"代替"The big company coorp"的名稱顯現。
      -AskForPreferredShippingMethod=詢問合作方的預備傳送方法
      +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 shipping method for Third Parties.
       FieldEdition=欗位的編輯 %s
       FillThisOnlyIfRequired=例如: +2 (若遇到時區偏移問題時才填寫)
       GetBarCode=取得條碼
       ##### Module password generation
       PasswordGenerationStandard=回到由 Dolibarr 本身算法所產生的密碼:8個字元,包含小寫數字和字元。
      -PasswordGenerationNone=不建議產生任何密碼,必須由人工輸入。
      +PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
       PasswordGenerationPerso=根據您個人定義的偏號設定返回密碼。
       SetupPerso=根據你的偏好設定
       PasswordPatternDesc=密碼模式描述
      @@ -1195,23 +1205,23 @@ UserMailRequired=建立用戶時需要輸入電子郵件資訊
       HRMSetup=人資模組設定
       ##### Company setup #####
       CompanySetup=各式公司模組設定
      -CompanyCodeChecker=合作方代碼產生及檢查(客戶或供應商)模組
      -AccountCodeManager=會計代碼產生(客戶或供應商)模組
      +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
       NotificationsDesc=電子郵件通知功能允許您在某些 Dolibarr 事件時自動傳送郵件。通知的標的如下:
       NotificationsDescUser=在時間內 * 每位用戶,一用戶。
       NotificationsDescContact=* 每位合作方通訊錄(客戶或供應商),一次一位連絡人。
       NotificationsDescGlobal=* 或在模組設定頁面中設定全域目標的電子郵件。
      -ModelModules=文件範本
      -DocumentModelOdt=從 OpenDocument 的範本產生文件(可由 OpenOffice, KOffice, TextEdit 開啟的 .ODT 或.ODS檔案)
      +ModelModules=Document Templates
      +DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
       WatermarkOnDraft=在草稿文件上產生浮水印字串(如果以下文字框不是空字串)
       JSOnPaimentBill=啟動在付款表單中自動填入付款行的功能
      -CompanyIdProfChecker=專業術語欄位ID是否獨一無二
      +CompanyIdProfChecker=Rules for Professional IDs
       MustBeUnique=必須是唯一值?
      -MustBeMandatory=強制建立合作方?
      +MustBeMandatory=強制的建立合作方(若稅籍編號或公司已定義類別時)?
       MustBeInvoiceMandatory=強制驗證發票?
       TechnicalServicesProvided=提供的科技服務
       #####DAV #####
      -WebDAVSetupDesc=此是連線到 WebDAV 資料夾。此包含開放給任何知道 URL 用戶的”公開“檔案目錄(若資料夾允許公開)及需要已登入帳號/密碼的”不公開“資料夾的存取。
      +WebDAVSetupDesc=This is the links to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that need an existing login account/password to access.
       WebDavServer=%s伺服器的根目錄 URL:%s
       ##### Webcal setup #####
       WebCalUrlForVCalExport=匯出連接到 <b>%s</b> 格式可在以下連結:%s的
      @@ -1219,6 +1229,7 @@ WebCalUrlForVCalExport=匯出連接到 <b>%s</b> 格式可在以下連結:%s
       BillsSetup=發票模組設定
       BillsNumberingModule=發票及貸方通知單編號模組
       BillsPDFModules=發票文件模組
      +BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
       PaymentsPDFModules=付款文件模式
       CreditNote=貸方通知單
       CreditNotes=貸方通知單
      @@ -1275,6 +1286,7 @@ AdherentLoginRequired= 管理每位會員登入
       AdherentMailRequired=建立一位新會員需要電子郵件
       MemberSendInformationByMailByDefault=預設傳送電子郵件以驗證成員(驗證或新訂閲)的確認鍵是開啟的
       VisitorCanChooseItsPaymentMode=訪客可選擇適合的付款模式
      +MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
       ##### LDAP setup #####
       LDAPSetup=LDAP 設定
       LDAPGlobalParameters=全域參數
      @@ -1343,11 +1355,11 @@ LDAPTestSynchroMemberType=測試會員類型同步
       LDAPTestSearch= 測試 LDAP 蒐尋
       LDAPSynchroOK=同步測試成功
       LDAPSynchroKO=同步測試失敗
      -LDAPSynchroKOMayBePermissions=同步測試失敗。檢查連線到伺服器的設定是否正確,並允許 LDAP 的昇級
      +LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
       LDAPTCPConnectOK=TCP 成功地連線到 LDAP 伺服器 ( 伺服器 = %s, 連接埠 = %s )
       LDAPTCPConnectKO=TCP 連線到 LDAP 伺服器失敗 (伺服器 = %s, 連接埠 = %s )
      -LDAPBindOK=成功地連線/驗證到 LDAP 伺服器 ( 伺服器=%s, 連線埠=%s, 管理者 =%s, 密碼=%s)
      -LDAPBindKO=連接/驗證到 LDAP 伺服器失敗 ( 伺服器=%s, 連接埠=%s, 管理者=%s, 密碼=%s)
      +LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
      +LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
       LDAPSetupForVersion3=第 3 版的 LDAP 伺服器設定
       LDAPSetupForVersion2=第 2 版的 LDAP 伺服器設定
       LDAPDolibarrMapping=Dolibarr 映射
      @@ -1360,8 +1372,8 @@ LDAPFieldLoginSamba=登入 (samba, activedirectory)
       LDAPFieldLoginSambaExample=例如:samaccountname
       LDAPFieldFullname=全名
       LDAPFieldFullnameExample=例如:CN
      -LDAPFieldPasswordNotCrypted=不加密的密碼
      -LDAPFieldPasswordCrypted=密碼加密的
      +LDAPFieldPasswordNotCrypted=Password not encrypted
      +LDAPFieldPasswordCrypted=Password encrypted
       LDAPFieldPasswordExample=例如:userPassword
       LDAPFieldCommonNameExample=例如:CN
       LDAPFieldName=名稱
      @@ -1386,7 +1398,7 @@ LDAPFieldTown=鄉鎮區
       LDAPFieldTownExample=例如:l
       LDAPFieldCountry=國家
       LDAPFieldDescription=描述
      -LDAPFieldDescriptionExample=例如:說明
      +LDAPFieldDescriptionExample=例如:描述
       LDAPFieldNotePublic=公開註解
       LDAPFieldNotePublicExample=例如:公開註解
       LDAPFieldGroupMembers= 群組會員
      @@ -1409,40 +1421,41 @@ LDAPDescMembersTypes=此頁面允許您在 LDAP樹狀圖中對在 Dolibarr 會
       LDAPDescValues=例如 <b>OpenLDAP</b> 的設計值是載入以下架構: <b>core.schema, cosine.schema, inetorgpersion.schema</b>)。若您使用這些值及 OpenLDAP, 修改您的 LDAP 設定檔 <b>slapd.conf</b> 這些 schemas 將全載入。
       ForANonAnonymousAccess=已驗證存取(例如在寫入的存取)
       PerfDolibarr=設定/最佳化效能報表
      -YouMayFindPerfAdviceHere=您可在此頁找到相關效能的檢查項或是建議。
      -NotInstalled=未安裝,所以您伺服器不會減少速度。
      +YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
      +NotInstalled=Not installed, so your server is not slowed down by this.
       ApplicativeCache=應用程式的快取
       MemcachedNotAvailable=沒有找到應用程式快取。你可安裝快取伺服器 Memcached 及該伺服器啟動該模組以增加效能。<br>更多的資訊在<a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>。<br>注意多數的伺服器供應商不提供類似的快取伺服器。
       MemcachedModuleAvailableButNotSetup=找到可快取模組的應用程式快取,但模組設定沒有完成。
       MemcachedAvailableAndSetup=啟用由可快取模組決定使用 memcached 伺服器
       OPCodeCache=OPCode 快取
      -NoOPCodeCacheFound=沒找到 OPCode 快取。可能您使用另外的 Xcache 或 eAccelerator (好的選擇) 取代 OPCode 快取,也可能您沒有 OPCode 快取 (很糟的選擇)。
      +NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
       HTTPCacheStaticResources=統計資源 (css, img, javascipt) 的 HTTP 快取
       FilesOfTypeCached=HTTP 伺服器已快取%s類型的檔案
       FilesOfTypeNotCached=HTTP 伺服器沒有快取%s類型的檔案
       FilesOfTypeCompressed=HTTP 伺服器已壓縮%s類型的檔案
       FilesOfTypeNotCompressed=HTTP 伺服器沒有已壓縮%s類型的檔案
       CacheByServer=伺服器的快取
      -CacheByServerDesc=例如,使用Apache指令“ExpiresByType image / gif A2592000”
      +CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
       CacheByClient=瀏覽器的快取
       CompressionOfResources=HTTP 壓縮的反應
      -CompressionOfResourcesDesc=例如:使用 Apache 指令 "AddOutputFilterByType DEFLATE"
      +CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=如自動針測目前的瀏覽器是不可能的
      -DefaultValuesDesc=您可以在此定義/強制建立新記錄時的預設值,以及/或者在列表清單記錄時進行過濾或排序。
      -DefaultCreateForm=預設值(在表單上建立)
      +DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      +DefaultCreateForm=Default values (to create on forms)
       DefaultSearchFilters=預設尋找過濾器
       DefaultSortOrder=預設排序訂單
       DefaultFocus=預設焦點欄位
      +DefaultMandatory=Mandatory form fields
       ##### Products #####
       ProductSetup=產品模組設定
       ServiceSetup=服務模組設定
       ProductServiceSetup=產品和服務模組設定
       NumberOfProductShowInSelect=在混合選擇清單明細中,最大可供選擇的產品數量(0 =沒有限制)
      -ViewProductDescInFormAbility=在表單上顯示產品描述資訊 (否則則採用彈出式訊息框方式顯示)
      +ViewProductDescInFormAbility=在表格中顯示產品描述(不然就是以彈出方式工具提示)
       MergePropalProductCard=若產品/服務在提案/建議書內,啟動產品/服務中夾檔分頁有選項可將產品 PDF 文件整合成報價/建議書/提案的 azur 式的 PDF
      -ViewProductDescInThirdpartyLanguageAbility=在合作方語言中顯示產品描述資訊
      -UseSearchToSelectProductTooltip=另外您有大量產品編號(>100,000),您可在 " 設定 -> 其他 "中設定常數 PRODUCT_DONOTSEARCH_ANYWHERE 為 1 增加速度。蒐尋則只限在字串的開頭。
      -UseSearchToSelectProduct=請按任一鍵前載入產品混合清單明細的內容(若您有大量的產品時此會增加效率,但會減少方便性)
      +ViewProductDescInThirdpartyLanguageAbility=在合作方的語言中顯示產品描述
      +UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      +UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
       SetDefaultBarcodeTypeProducts=產品的預設條碼類型
       SetDefaultBarcodeTypeThirdParties=給合作方使用的預設條碼類型
       UseUnits=定義在訂單、提案/建議書,或是發票版本的衡量單位
      @@ -1503,7 +1516,7 @@ SendingsSetup=出貨單模組設定
       SendingsReceiptModel=出貨單據模式
       SendingsNumberingModules=出貨單編號模組設定
       SendingsAbility=支援客戶的裝貨單
      -NoNeedForDeliveryReceipts=在多數案件中,裝貨單可當成送貨給客戶的送貨單(出貨的清單明細)及客戶收貨且簽收的簽收單。所以客戶送貨收據是有重覆功能且很少啟動的。
      +NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
       FreeLegalTextOnShippings=裝貨加註文字
       ##### Deliveries #####
       DeliveryOrderNumberingModules=產品交貨收據編號模組
      @@ -1515,18 +1528,18 @@ AdvancedEditor=進階編輯器
       ActivateFCKeditor=以下為進階的編輯器功能,請決定啟用或關閉:
       FCKeditorForCompany=描述及註解採用所見即所視的方式建立或編輯(不含產品及服務)
       FCKeditorForProduct=產品/服務的描述及註解採用所見即所視的方式建立或編輯
      -FCKeditorForProductDetails=針對所有項目(提案/建議書、訂單、發票等)的產品描述採用所見即所視的方式建立及編輯。<font class="warning">警告:當建立 PDF 檔案時會在特定字元或頁面格式時會產生問題,因此鄭重地不建議使用此選項。</font>
      +FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formatting when building PDF files.</font>
       FCKeditorForMailing= 以所見即所視的建立/編輯電子郵件 ( 工具 --> 電子郵件 )
       FCKeditorForUserSignature=以所見即所視的建立/編輯用戶簽名檔
       FCKeditorForMail=以所見即所視的建立/編輯全部電子郵件( 除工具 --> 電子郵件外)
       ##### OSCommerce 1 #####
      -OSCommerceErrorConnectOkButWrongDatabase=資料庫連接成功,但資料庫不是OSCommerce的資料庫(在%s表中的關鍵值不是%s)。
      -OSCommerceTestOk=成功地使用用戶'%s'連線到伺服器'%s'上的資料庫'%s'。
      -OSCommerceTestKo1=成功地連線到伺服器'%s',但是資料庫'%s'的無法連上。
      +OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database does not appear to be an OSCommerce database (Key %s not found in table %s).
      +OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
      +OSCommerceTestKo1=Connection to server '%s' succeeded but database '%s' could not be reached.
       OSCommerceTestKo2=連接到服務器'%s的與用戶'%s'的失敗。
       ##### Stock #####
       StockSetup=庫存模組設定
      -IfYouUsePointOfSaleCheckModule=若使用收銀機模組(收銀機模組預設已提供,或是額外模組),此設定可能會被收銀機模組忽略。大多數收銀機模組是預設馬上開立發票及馬上減少庫存,因此不論此處選項設定為何。所以若當在收銀機操作時,您需要或是不要減少庫存,請檢查您收銀機模組的設定。
      +IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
       ##### Menu #####
       MenuDeleted=選單中刪除
       Menus=選單
      @@ -1548,7 +1561,7 @@ DetailRight=未經批准的條件,顯示灰色菜單
       DetailLangs=長檔案名稱的標籤代碼轉換
       DetailUser=實習生/外部/所有
       Target=目標
      -DetailTarget=目標的連結(_blank top 開一新視窗)
      +DetailTarget=Target for links (_blank top opens a new window)
       DetailLevel=層級(-1:頂部選單,0:頭選單,> 0 選單和子選單)
       ModifMenu=選單上的變化
       DeleteMenu=刪除選單項
      @@ -1563,7 +1576,7 @@ OptionVatDefaultDesc=營業稅的發生時間: <br> - 交貨商品時(本系
       OptionVatDebitOptionDesc=營業稅的發生時間: <br> - 交貨商品(本系統使用發票日期)<br> - 服務部分則為發票(貸方通知單)
       OptionPaymentForProductAndServices=產品及服務的現金基礎
       OptionPaymentForProductAndServicesDesc=營業稅是由於:<br>-支付商品<br>-支付服務費用
      -SummaryOfVatExigibilityUsedByDefault=根據所選的選項預設營業稅時間:
      +SummaryOfVatExigibilityUsedByDefault=Time of VAT eligibility by default according to chosen option:
       OnDelivery=關於交貨
       OnPayment=關於付款
       OnInvoice=關於發票
      @@ -1580,36 +1593,36 @@ AccountancyCodeBuy=採購會計代號
       AgendaSetup=事件及行程模組設定
       PasswordTogetVCalExport=授權匯出連線的值
       PastDelayVCalExport=不要匯出大於~的事件
      -AGENDA_USE_EVENT_TYPE=使用事件類型(管理可到選單設定-->各式分類-->行程事件類型)
      -AGENDA_USE_EVENT_TYPE_DEFAULT=事件類型設定為自動的預設值放到建立事件表單中
      -AGENDA_DEFAULT_FILTER_TYPE=設定自動帶入事件類型到事件檢視的尋找過濾器中
      -AGENDA_DEFAULT_FILTER_STATUS=設定自動帶入事件狀況到事件檢視的尋找過濾器中
      +AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
      +AGENDA_USE_EVENT_TYPE_DEFAULT=Automatically set this default value for type of event in event create form
      +AGENDA_DEFAULT_FILTER_TYPE=Automatically set this type of event in search filter of agenda view
      +AGENDA_DEFAULT_FILTER_STATUS=Automatically set this status for events in search filter of agenda view
       AGENDA_DEFAULT_VIEW=當選定選單行事功能時預設要打開的分頁
       AGENDA_REMINDER_EMAIL=啟用<b>透過電子郵件</b>傳送事件鬧鐘(提醒選項/延遲可以在每個事件上定義)。注意:模組<strong>%s</strong>必須啟用且正確設定鬧鐘才能正確的發送。
      -AGENDA_REMINDER_BROWSER=啟用<b>在用戶瀏覽器</b>顯示事件鬧鐘(若事件日期已到期,每位用戶可以拒絕來自瀏覽器確認的問題。)
      +AGENDA_REMINDER_BROWSER=Enable event reminder <b>on user's browser</b> (when event date is reached, each user is able to refuse this from the browser confirmation question)
       AGENDA_REMINDER_BROWSER_SOUND=啟用音效警告
       AGENDA_SHOW_LINKED_OBJECT=顯示已連接物件到行程的檢視中
       ##### Clicktodial #####
       ClickToDialSetup=點擊撥號模組設定
       ClickToDialUrlDesc=當點選電話圖示時則呼叫 URL。在 URL中,你可使用標籤<br><b>__PHONETO__</b>,他可取代個人的電話號碼以撥打<br><b>__PHONEFROM__</b>,他可以取代個人的電話號碼(您自己的)<br><b>__LOGIN__</b>,他可以取代點選撥打登錄(在用戶卡中定義)<br><b>__PASS__</b>,他可以取代點選撥打密碼(在用戶卡中定義)。
      -ClickToDialDesc=此模組可以直接點選電話號碼。點選圖示會呼叫您手機撥號。這可用於call center 也就是從 Dolibarr 撥號到 SIP 系統。
      +ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=在電話號碼中使用 "tel:" 連線
      -ClickToDialUseTelLinkDesc=若用戶有智慧型手機或是在同一台電腦上已裝上軟體介面時使用此方法,則當您在瀏覽器上點選時連線到 "tel:" 進行呼叫。若您需要完整服務的解決方案(不需要安裝軟體到本機中),您必須設定為 "否" 及填寫下一欄位。
      +ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=收銀機
       CashDeskSetup=收銀機模組設定
      -CashDeskThirdPartyForSell=在銷售時預設的合作方
      +CashDeskThirdPartyForSell=Default generic third party to use for sales
       CashDeskBankAccountForSell=預設收到合作方現金付款之帳戶
       CashDeskBankAccountForCheque= 預設收到合作方付款支票之帳戶
       CashDeskBankAccountForCB= 預設收到合作方信用卡支付之帳戶
      -CashDeskDoNotDecreaseStock=禁用當在收銀機銷售完成時滅少庫存(若為「否」,代表為不論庫存模組如何設定,當透過收銀機完成銷售後,立即減少庫存)。
      +CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
       CashDeskIdWareHouse=庫存減少時強制並限制倉庫使用
      -StockDecreaseForPointOfSaleDisabled=禁用由收銀機減少庫存
      +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
       StockDecreaseForPointOfSaleDisabledbyBatch=在收銀機中庫存減少與批次管理不相容
      -CashDeskYouDidNotDisableStockDecease=您不能禁用透過收銀機銷售時減少庫存。因此必需有倉庫。
      +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
       ##### Bookmark #####
       BookmarkSetup=書籤模組設定
      -BookmarkDesc=這個模組允許您管理書籤。您可在左側選單中以增加捷徑方式連線到 Dolibarr 任何頁面或外部網站。
      +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.
       NbOfBoomarkToShow=在左側選單中顯示最大數量的書籤
       ##### WebServices #####
       WebServicesSetup=網站伺服器模組設定
      @@ -1637,7 +1650,7 @@ ChequeReceiptsNumberingModule=檢查收據編號模組
       MultiCompanySetup=多公司模組設定
       ##### Suppliers #####
       SuppliersSetup=供應商模組設定
      -SuppliersCommandModel=採購訂單的完整範本 (標誌...)
      +SuppliersCommandModel=Complete template of purchase order (logo...)
       SuppliersInvoiceModel=供應商發票的完整範本(logo. ...)
       SuppliersInvoiceNumberingModel=供應商發票編號模組
       IfSetToYesDontForgetPermission=若設定為「是的」,則別忘了提供群組或用戶允許第二次批准的權限
      @@ -1649,12 +1662,12 @@ YouCanDownloadFreeDatFileTo=你可以下載一個在%s Maxmind GeoIP 國家 檔
       YouCanDownloadAdvancedDatFileTo=您也可以在%s下載更<b>新的完整版本</b>的 Maxmind GeoIP 國家檔案
       TestGeoIPResult=IP - > 國家轉換的測試
       ##### Projects #####
      -ProjectsNumberingModules=專案編號模組
      +ProjectsNumberingModules=各專案編號模組
       ProjectsSetup=專案模組設定
       ProjectsModelModule=專案的報告文件模式
       TasksNumberingModules=任務編號模組
       TaskModelModule=任務報告文件模式
      -UseSearchToSelectProject=在載入專案組合列表的內容之前,等您按下任一個鍵 ( 若您有大量專案,這可能會提高效能,但它不太方便 )
      +UseSearchToSelectProject=等到按下某個鍵後再載入專案組合列表的內容。<br>如果你有很大量的專案時,此可改善效能,但不方便。
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=會計期間
      @@ -1687,8 +1700,8 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=您可在啟用電子郵
       ListOfNotificationsPerUser=每位用戶* 的通知明細表
       ListOfNotificationsPerUserOrContact=每位用戶* 或每位連絡人** 的通知明細表
       ListOfFixedNotifications=固定通知的明細表
      -GoOntoUserCardToAddMore=到用戶的 "通知" 分頁增加或刪除用戶的通知
      -GoOntoContactCardToAddMore=移到合作方的「通知」分頁以便針對通訊錄/地址等增加或移除通知
      +GoOntoUserCardToAddMore=Go to 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 contact addresses
       Threshold=Threshold
       BackupDumpWizard=構建資料庫備份轉儲檔案的精靈
       SomethingMakeInstallFromWebNotPossible=由於以下原因,無法從 Web 界面安裝外部模組:
      @@ -1697,6 +1710,7 @@ InstallModuleFromWebHasBeenDisabledByFile=您的管理塤 已禁用從應用程
       ConfFileMustContainCustom=從應用程式安裝或綁定外部模組需要儲存模組檔案到資料夾<strong>%s</strong>。為由 Dolibarr 擁有此資料夾的處理權,您必須在<strong>conf/conf.php</strong>中新增兩行指令:<br><strong>$dolibarr_main_url_root_alt='/custom';</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong>
       HighlightLinesOnMouseHover=滑鼠移過時會顯示表格線
       HighlightLinesColor=滑鼠移過時顯示線條的顏色(保持為空白不顯示)
      +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
       TextTitleColor=頁面標題的文字顏色
       LinkColor=連線的顏色
       PressF5AfterChangingThis=在鍵盤上按 CTRL+F5 或變更此值後清除您的瀏覽器的快取以使其生效
      @@ -1712,16 +1726,16 @@ BackgroundTableLineEvenColor=表單偶數行的背景顏色
       MinimumNoticePeriod=最短通知期限(您的請假必須在前完成)
       NbAddedAutomatically=每月(自動)新增到用戶計數器的天數
       EnterAnyCode=此欄包含定義的參考值。您輸入除特定字元外的任何值。
      -UnicodeCurrency=在括號之間輸入代表貨幣符號的字元數列表。例如: $,輸入 [36] - 巴西 R$ [82,36] - €,輸入 [8364]
      +UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
       ColorFormat=在 HEX 格式中 RGB 顏色,例如: FF0000
       PositionIntoComboList=行的位置放到組合清單中
       SellTaxRate=銷貨稅率
       RecuperableOnly=在法國某些州增值稅是 “Not Perceived but Recoverable”。 在其他情況下,則將該值保持為“否”。
       UrlTrackingDesc=若提供者或運輸服務提供頁面或網站以便確認您的運送,您可在此輸入。您可使用 {TRACKID}值放到 URL 參數中,因此系統將會用戶輸入的追踪碼取代此值放到裝貨單中。
      -OpportunityPercent=當您建立一個機會時,您也要評估專案/潛在的金額 。根據機會的狀況,此金額可能是估計全球金額乘上您的機會所產生的。該值是百分比表示(介於 0 ~ 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=這個範本記錄專用於哪個元件
       TypeOfTemplate=範本類型
      -TemplateIsVisibleByOwnerOnly=只有擁有者才可看到範本
      +TemplateIsVisibleByOwnerOnly=Template is visible to owner only
       VisibleEverywhere=到處可見
       VisibleNowhere=現在可看見
       FixTZ=修正時區
      @@ -1741,16 +1755,16 @@ MailToSendContract=Contracts
       MailToThirdparty=合作方
       MailToMember= 會員
       MailToUser=Users
      -MailToProject=專案頁面
      +MailToProject=各專案頁面
       ByDefaultInList=以預設方式顯示檢視明細表
       YouUseLastStableVersion=您可使用最新穩定版本
       TitleExampleForMajorRelease=您可用公佈的主要發行版本做為訊息的例子(隨時可在您網站上使用它)
       TitleExampleForMaintenanceRelease=您可用公佈的維護版本做為訊息的例子(隨時可在您網站上使用它)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s 可以使用。%s 的版本對用戶及開發者是擁有許多新功能的主要發行。您可從 https://www.dolibarr.org portal 下載區 (是穩定版本的子資料夾) 下載。您可讀取 <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog"> ChangeLog </a> 有完整變動明細表。
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s 可以使用。 %s 的版本是維護版本,所以僅修復程式臭蟲。我們建議使用舊版人們昇級到此。當任何維護發行時沒有新功能,也沒有資料結構變更到此版本。您可從 https://www.dolibarr.org portal 下載區 (是穩定版本的子資料夾) 下載。您可讀取 <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> 有完整變動明細表。
      -MultiPriceRuleDesc=當啟用 "每個產品/服務有數個價格" 時,您針對不同產品定義不同價格(每個價格水準)。為節省您的時間,您可輸入根據第一層的價格水準而自動計算的每一層價格水準,所以只要每個產品中輸入第一層的價格即可。此頁面適用於節省您的時間及每一層的價格是相對於第一層的價格。在多數情況您可忽略此頁面。
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      +MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
       ModelModulesProduct=產品文件的範本
      -ToGenerateCodeDefineAutomaticRuleFirst=為能自動地產生代號,您必須先定義管理自動定義的條碼數字。
      +ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
       SeeSubstitutionVars=請參閱 * 註釋以取得可能的替代變數名單
       SeeChangeLog=查看變更日誌檔案(限英文版)
       AllPublishers=全部發佈者
      @@ -1771,33 +1785,64 @@ AddOtherPagesOrServices=增加其他頁面或服務
       AddModels=新增文件檔或編號的範例檔
       AddSubstitutions=新增替換值
       DetectionNotPossible=不可能檢測
      -UrlToGetKeyToUseAPIs=使用 API 取得 URL (一旦收到就會儲存在資料庫用戶表中,並且必須在每次 API 呼叫中提供)
      +UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=可用 APIs 的明細表
      -activateModuleDependNotSatisfied=模組 "%s" 相依於模組 "%s" 已遺失,所以模組 "%1$s" 可能無法正確運作。如果你想避免任何安全意外,請安裝模組 "%2$s" 或是禁用模組 "%1$s"
      -CommandIsNotInsideAllowedCommands=您試著執行的命令不是內部可執行的已定義到參數的指令<strong>$dolibarr_main_restrict_os_commands</strong>到<strong>conf.php</strong>檔案。
      +activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      +CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
       LandingPage=登入頁面
      -SamePriceAlsoForSharedCompanies=當您使用多公司模組中選擇 “單一價格” 時,若產品為共享環境時,則所有公司的價格也將相同。
      +SamePriceAlsoForSharedCompanies=若你使用公司模組時選擇"單一價格"時,且共用產品時,所有公司的價格也都會一樣。
       ModuleEnabledAdminMustCheckRights=模組已被啟動。 已啟動模組的權限僅限管理員用戶。 若必要,您可能需要人工方式開授予權限給其他用戶或群組。
      -UserHasNoPermissions=此用戶沒有權限
      -TypeCdr=使用 "無" 若付款日期條件是發票日期加上增量天 (增量是 "幾天" )<br>使用 "月底",則在增量天後,日期必須是到月底 ( + 為可偏移的天數) <br>使用 "目前/下次" 則將付款條件日期定為當月的第一個 N 天 ( N 是指 "天數" )
      +UserHasNoPermissions=This user has no permissions defined
      +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=參考的公司貨幣 (可到公司設定去變更)
      -WarningNoteModuleInvoiceForFrenchLaw=模組 %s 是符合法國法律(Loi Finance 2016)
      -WarningNoteModulePOSForFrenchLaw=該模組 %s 符合法國法律 (Loi Finance 2016),因為模組 Non Reversible Logs 會自動啟動。
      -WarningInstallationMayBecomeNotCompliantWithLaw=您試著安裝模組 %s 此模組來自外部。啟動外部模組代表您信任模組的發佈者及您確定此模組不會對您的應用程序的行為產生負面影響,並且符合您所在國家/地區的法律(%s)。若此模組帶來不合法功能,您要負起使用不合法軟體的責任。
      +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.
      +WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
       MAIN_PDF_MARGIN_LEFT=在 PDF 的左邊邊界
       MAIN_PDF_MARGIN_RIGHT=在 PDF 的右邊邊界
       MAIN_PDF_MARGIN_TOP=在 PDF 的上面邊界
       MAIN_PDF_MARGIN_BOTTOM=在 PDF 下面邊界
      +NothingToSetup=There is no specific setup to do for this module.
       SetToYesIfGroupIsComputationOfOtherGroups=若該群組是其他群組的計算值,則將其設定為 yes
      -EnterCalculationRuleIfPreviousFieldIsYes=若先前欄位設為“是”,則輸入計算規則(例如 'CODEGRP1 + CODEGRP2')
      +EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
       SeveralLangugeVariatFound=發現數個語言變數
       COMPANY_AQUARIUM_REMOVE_SPECIAL=刪除特殊字元
       COMPANY_AQUARIUM_CLEAN_REGEX=正則表達式過濾器來清理價值 (COMPANY_AQUARIUM_CLEAN_REGEX)
      -GDPRContact=GDPR 連絡人
      -GDPRContactDesc=若您儲存有關歐洲的公司或公民的資料時,您可以在這裡儲存負責“一般資料保護條例”的連絡人
      +GDPRContact=Data Protection Officer (DPO, Data Privacy or GDPR contact)
      +GDPRContactDesc=If you store data about European companies/citizen, you can store the contact who is responsible for the General Data Protection Regulation here
      +HelpOnTooltip=Help text to show on tooltip
      +HelpOnTooltipDesc=Put text or a translation key here for the text to show on a tooltip when this field appears in a form
      +YouCanDeleteFileOnServerWith=您可以用命令列的方式在伺服器上刪除此檔案:<br>%s
      +ChartLoaded=載入會計項目表
      +SocialNetworkSetup=設定社交網路模組
      +EnableFeatureFor=針對 <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
      +EmailCollector=Email collector
      +EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +NewEmailCollector=New Email Collector
      +EMailHost=Host of email IMAP server
      +MailboxSourceDirectory=Mailbox source directory
      +MailboxTargetDirectory=Mailbox target directory
      +EmailcollectorOperations=Operations to do by collector
      +CollectNow=Collect now
      +DateLastResult=Date last collect
      +LastResult=Last result
      +EmailCollectorConfirmCollectTitle=Email collect confirmation
      +EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      +NoNewEmailToProcess=No new email (matching filters) to process
      +NothingProcessed=Nothing done
      +XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +RecordEvent=Record event
      +CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CodeLastResult=Result code of last collect
      +NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
       ResourceSetup=du 模組資源的偏好設定
       UseSearchToSelectResource=使用尋找表單選取資源 (下拉式清單)
       DisabledResourceLinkUser=禁用資源連線到用戶的功能
       DisabledResourceLinkContact=禁用資源連線到通訊錄的功能
       ConfirmUnactivation=確認模組重設
      +OnMobileOnly=只在小螢幕(智慧型手機)
      +DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
      diff --git a/htdocs/langs/zh_TW/companies.lang b/htdocs/langs/zh_TW/companies.lang
      index 5fb63ab7c33..c355399f73a 100644
      --- a/htdocs/langs/zh_TW/companies.lang
      +++ b/htdocs/langs/zh_TW/companies.lang
      @@ -1,17 +1,17 @@
       # Dolibarr language file - Source file is en_US - companies
       ErrorCompanyNameAlreadyExists=公司名稱%s已經存在。選擇另外一個。
       ErrorSetACountryFirst=請先設定國家
      -SelectThirdParty=請選擇客戶/供應商
      -ConfirmDeleteCompany=您確定要刪除此公司和所有繼承的資訊嗎?
      -DeleteContact=刪除聯絡人
      +SelectThirdParty=請選擇合作方
      +ConfirmDeleteCompany=您確定要刪除此公司和所有關連的資訊嗎?
      +DeleteContact=刪除連絡人/地址
       ConfirmDeleteContact=您確定要刪除這個連絡人和所有關連資訊?
      -MenuNewThirdParty=新的合作方
      +MenuNewThirdParty=新合作方
       MenuNewCustomer=新客戶
      -MenuNewProspect=新潛力者
      +MenuNewProspect=新的潛在者
       MenuNewSupplier=新供應商
       MenuNewPrivateIndividual=新的私營個體
      -NewCompany=新公司(潪力者、客戶、供應商)
      -NewThirdParty=新合作方(潪力者、客戶、供應商)
      +NewCompany=新公司(潛在者、客戶、供應商)
      +NewThirdParty=新合作方(潛在者、客戶、供應商)
       CreateDolibarrThirdPartySupplier=建立合作方(供應商)
       CreateThirdPartyOnly=建立合作方
       CreateThirdPartyAndContact=建立合作方+其連絡人
      @@ -27,20 +27,20 @@ CompanyName=公司名稱
       AliasNames=別名(商業的,商標,...)
       AliasNameShort=別名
       Companies=公司
      -CountryIsInEEC=國家屬於歐盟經濟體內
      +CountryIsInEEC=在歐盟區的國家
       ThirdPartyName=合作方名稱
       ThirdPartyEmail=合作方電子郵件
       ThirdParty=合作方
       ThirdParties=各式合作方
      -ThirdPartyProspects=潛力者
      -ThirdPartyProspectsStats=潛力者
      +ThirdPartyProspects=潛在者
      +ThirdPartyProspectsStats=潛在者
       ThirdPartyCustomers=客戶
       ThirdPartyCustomersStats=客戶
       ThirdPartyCustomersWithIdProf12=%s或%s的客戶
       ThirdPartySuppliers=供應商
      -ThirdPartyType=合作方類別
      +ThirdPartyType=公司型態
       Individual=私營個體
      -ToCreateContactWithSameName=將自動建立與合作方下的合作方相同資訊的連絡人/地址。在大多數情況下,即使合作方就是等於實際連絡人,您只要建立合作方就足夠了。
      +ToCreateContactWithSameName=當在合作方時,用相同資訊建立合作方及連接到連絡人/地址。即使合作方是自類人,一般仍只要單獨建立合作方就夠了。
       ParentCompany=母公司
       Subsidiaries=附屬公司
       ReportByMonth=月報表
      @@ -75,12 +75,12 @@ Zip=郵遞區號
       Town=城市
       Web=網站
       Poste= 位置
      -DefaultLang=預設語系
      -VATIsUsed=使用中的銷售稅
      -VATIsUsedWhenSelling=這定義了當該合作方向其客戶開具發票時是否包含銷售稅
      +DefaultLang=預設語言
      +VATIsUsed=使用銷售稅
      +VATIsUsedWhenSelling=這定義了合作方在向其客戶開具發票時是否包含銷售稅
       VATIsNotUsed=不使用的銷售稅
       CopyAddressFromSoc=填上合作方的地址
      -ThirdpartyNotCustomerNotSupplierSoNoRef=合作方既不是客戶也不是供應商,沒有可用的引用物件
      +ThirdpartyNotCustomerNotSupplierSoNoRef=合作方不是客戶也不是供應商,不能參考到物件
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=合作方既不是客戶也不是供應商,折扣不適用
       PaymentBankAccount=付款銀行帳戶
       OverAllProposals=提案/建議書
      @@ -258,12 +258,12 @@ ProfId1DZ=RC
       ProfId2DZ=Art.
       ProfId3DZ=NIF
       ProfId4DZ=NIS
      -VATIntra=銷售稅 ID
      +VATIntra=銷售稅/增值稅編號
       VATIntraShort=稅務 ID
       VATIntraSyntaxIsValid=語法是有效的
       VATReturn=增值稅退稅
      -ProspectCustomer=潛力/客戶
      -Prospect=潛力
      +ProspectCustomer=潛在者/客戶
      +Prospect=潛在者
       CustomerCard=客戶卡
       Customer=客戶
       CustomerRelativeDiscount=相對客戶折扣
      @@ -272,90 +272,90 @@ CustomerRelativeDiscountShort=相對折扣
       CustomerAbsoluteDiscountShort=無條件折扣
       CompanyHasRelativeDiscount=此客戶有預設的<b>%s%%</b>的折扣
       CompanyHasNoRelativeDiscount=此客戶預設沒有相對的折扣
      -HasRelativeDiscountFromSupplier=You have a default discount of <b>%s%%</b> from this supplier
      -HasNoRelativeDiscountFromSupplier=You have no default relative discount from this supplier
      -CompanyHasAbsoluteDiscount=This customer has discount available (credits notes or down payments) for <b>%s</b> %s
      -CompanyHasDownPaymentOrCommercialDiscount=This customer has discount available (commercial, down payments) for <b>%s</b> %s
      -CompanyHasCreditNote=此客戶仍然有信用票據<b>%s或%s</b>的前存款
      -HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this supplier
      -HasAbsoluteDiscountFromSupplier=You have discounts available (credits notes or down payments) for <b>%s</b> %s from this supplier
      -HasDownPaymentOrCommercialDiscountFromSupplier=You have discounts available (commercial, down payments) for <b>%s</b> %s from this supplier
      -HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this supplier
      -CompanyHasNoAbsoluteDiscount=此客戶沒有無條件折扣條件
      -CustomerAbsoluteDiscountAllUsers=Absolute customer discounts (granted by all users)
      -CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +HasRelativeDiscountFromSupplier=此供應商你有預設<b>%s%%</b>折扣
      +HasNoRelativeDiscountFromSupplier=此供應商你沒沒有預設相對折扣
      +CompanyHasAbsoluteDiscount=在<b>%s</b>%s此客戶有折扣(貸方通知單或預付款)
      +CompanyHasDownPaymentOrCommercialDiscount=在 <b>%s</b>%s 此客戶有折扣(貸方通知單或預付款)
      +CompanyHasCreditNote=在<b>%s</b>%s情況下,此客戶仍然有貸方通知單
      +HasNoAbsoluteDiscountFromSupplier=在此供應商下,您沒有可用的折扣
      +HasAbsoluteDiscountFromSupplier=在此供應商的<b>%s</b>%s的情況下,您有可用折扣(貸方通知單或預付訂金)
      +HasDownPaymentOrCommercialDiscountFromSupplier=在此供應商的<b>%s</b>%s您有可用折扣(商業,預付訂金)
      +HasCreditNoteFromSupplier=在此供應商的<b>%s</b>%s情況下您有貸方通知單
      +CompanyHasNoAbsoluteDiscount=此客戶沒有可用的折扣條件
      +CustomerAbsoluteDiscountAllUsers=完整的客戶折扣(由全體用戶授權)
      +CustomerAbsoluteDiscountMy=完整的客戶折扣(由您授權)
      +SupplierAbsoluteDiscountAllUsers=完整的供應商折扣(由全體用戶授權)
      +SupplierAbsoluteDiscountMy=完整的供應商折扣(由您授權)
       DiscountNone=無
       Supplier=供應商
       AddContact=建立聯絡人資訊
       AddContactAddress=建立聯絡資訊及地址
       EditContact=編輯聯絡人/地址
       EditContactAddress=編輯聯絡資訊及地址
      -Contact=聯絡人
      -ContactId=Contact id
      -ContactsAddresses=聯絡資訊/地址
      -FromContactName=Name:
      -NoContactDefinedForThirdParty=此客戶/供應商沒有定義聯絡人
      -NoContactDefined=此客戶(供應商)沒有定義聯絡人
      -DefaultContact=預設聯絡人
      -AddThirdParty=新增客戶/供應商
      +Contact=連絡人
      +ContactId=連絡人ID
      +ContactsAddresses=通訊錄/地址
      +FromContactName=名稱:
      +NoContactDefinedForThirdParty=此合作方沒有定義連絡人
      +NoContactDefined=此沒有定義連絡人
      +DefaultContact=預設連絡人/地址
      +AddThirdParty=建立合作方
       DeleteACompany=刪除公司
       PersonalInformations=個人資料
      -AccountancyCode=Accounting account
      -CustomerCode=客戶代碼
      -SupplierCode=Vendor code
      -CustomerCodeShort=Customer code
      -SupplierCodeShort=Vendor code
      -CustomerCodeDesc=客戶代碼(唯一碼,不同客戶有不同代碼)
      -SupplierCodeDesc=Vendor code, unique for all vendors
      -RequiredIfCustomer=必需填入(如果是客戶或潛在)
      -RequiredIfSupplier=Required if third party is a vendor
      -ValidityControledByModule=正確性是由此模組控制
      -ThisIsModuleRules=這是此模組的規則
      -ProspectToContact=展望接觸
      -CompanyDeleted=公司“%S”已從資料庫中刪除。
      -ListOfContacts=聯絡人名單
      -ListOfContactsAddresses=聯絡人及地址清單
      -ListOfThirdParties=客戶/供應商清單
      +AccountancyCode=會計項目
      +CustomerCode=客戶代號
      +SupplierCode=供應商代號
      +CustomerCodeShort=客戶代號
      +SupplierCodeShort=供應商代號
      +CustomerCodeDesc=全部客戶只能有一種客戶代號
      +SupplierCodeDesc=全部供應商只能一種供應商代號
      +RequiredIfCustomer=若合作方屬於客戶或潛在者,則必需填入
      +RequiredIfSupplier=若合作方是供應商,則必需填入
      +ValidityControledByModule=由模組控制驗證
      +ThisIsModuleRules=此模組的規則
      +ProspectToContact=連絡潛在者
      +CompanyDeleted=公司“%s”已從資料庫中刪除。
      +ListOfContacts=通訊錄/地址名單
      +ListOfContactsAddresses=通訊錄/地址名單
      +ListOfThirdParties=合作方明細表
       ShowCompany=顯示合作方
      -ShowContact=顯示聯絡
      +ShowContact=顯示連絡人
       ContactsAllShort=全部(不過濾)
      -ContactType=聯絡型式
      -ContactForOrders=訂單聯絡人
      -ContactForOrdersOrShipments=訂單或送貨聯絡人
      +ContactType=連絡人型式
      +ContactForOrders=訂單連絡人
      +ContactForOrdersOrShipments=訂單或送貨連絡人
       ContactForProposals=提案/建議書連絡人
      -ContactForContracts=合約聯絡人
      -ContactForInvoices=發票聯絡人
      -NoContactForAnyOrder=非訂單聯絡人
      -NoContactForAnyOrderOrShipments=非訂單或送貨聯絡人
      +ContactForContracts=合約連絡人
      +ContactForInvoices=發票連絡人
      +NoContactForAnyOrder=此連絡人非訂單連絡人
      +NoContactForAnyOrderOrShipments=此連絡人非訂單或送貨連絡人
       NoContactForAnyProposal=此連絡人不屬於任何商業提案/建議書連絡人
      -NoContactForAnyContract=非合同聯絡人
      -NoContactForAnyInvoice=非發票聯絡人
      -NewContact=新增聯絡人
      -NewContactAddress=新增聯絡人及地址
      -MyContacts=我的聯絡人
      +NoContactForAnyContract=此連絡人非合約連絡人
      +NoContactForAnyInvoice=此連絡人非發票連絡人
      +NewContact=新增連絡人
      +NewContactAddress=新連絡人/地址
      +MyContacts=我的通訊錄
       Capital=資本
      -CapitalOf=資本 %s
      -EditCompany=編輯公司
      -ThisUserIsNot=This user is not a prospect, customer nor vendor
      -VATIntraCheck=查詢
      -VATIntraCheckDesc=<b>%s</b>連結允許連上"歐盟營業稅檢查服務"網頁。連上此網頁需具有外部網際網路連線能力。
      +CapitalOf=%s的資本
      +EditCompany=編輯公司資料
      +ThisUserIsNot=此用戶非潛在者、客戶或是供應商
      +VATIntraCheck=確認
      +VATIntraCheckDesc=此連線<b>%s</b>使用歐洲加值稅檢查服務(European VAT checker service (VIES))。此服務需要從服務器連到外部網路才能運行。
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=在"歐盟營業稅檢查服務"網頁,查詢 Intracomunnautary 營業稅
      -VATIntraManualCheck=您也可以自行到"歐盟營業稅檢查服務"網頁 <a href="%s" target="_blank">%s</a> 手動檢查
      +VATIntraCheckableOnEUSite=檢查在歐盟區網站內的區內增值稅
      +VATIntraManualCheck=您也可在歐盟網站以人工方式確認<a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=檢查不可能的。檢查服務是沒有提供的會員國(%s)中。
      -NorProspectNorCustomer=供應商
      -JuridicalStatus=Legal form
      +NorProspectNorCustomer=非潛在者或客戶
      +JuridicalStatus=法人類型
       Staff=員工人數
       ProspectLevelShort=潛在等級
      -ProspectLevel=潛在等級
      +ProspectLevel=潛在者的可能性
       ContactPrivate=私人
       ContactPublic=公開
       ContactVisibility=隱私性
       ContactOthers=其他
       OthersNotLinkedToThirdParty=其他人,不與客戶/供應商做連接
      -ProspectStatus=潛在狀態
      +ProspectStatus=潛在者狀況
       PL_NONE=無
       PL_UNKNOWN=未知
       PL_LOW=低
      @@ -373,62 +373,62 @@ TE_PRIVATE=私營個體
       TE_OTHER=其他
       StatusProspect-1=無需聯絡
       StatusProspect0=從未聯絡過
      -StatusProspect1=To be contacted
      +StatusProspect1=待連絡
       StatusProspect2=聯絡中
       StatusProspect3=完成連絡
      -ChangeDoNotContact=禁止聯絡
      -ChangeNeverContacted=未曾接觸
      -ChangeToContact=Change status to 'To be contacted'
      -ChangeContactInProcess=聯絡中
      -ChangeContactDone=改變狀態為 " 完成連絡 "
      -ProspectsByStatus=潛在狀態
      +ChangeDoNotContact=改成“禁止連絡”
      +ChangeNeverContacted=改成"未曾連絡過“
      +ChangeToContact=改成”待連絡“
      +ChangeContactInProcess=改成”連絡中“
      +ChangeContactDone=改成 " 完成連絡 "
      +ProspectsByStatus=依狀況排序的潛在者
       NoParentCompany=無
       ExportCardToFormat=匯出格式
      -ContactNotLinkedToCompany=聯系不與任何第三方
      -DolibarrLogin=登錄系統時間
      +ContactNotLinkedToCompany=連絡人沒有連接到任何合作方
      +DolibarrLogin=Dolibarr 登入
       NoDolibarrAccess=沒有任何系統存取記錄
      -ExportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ExportDataset_company_2=聯系和屬性
      -ImportDataset_company_1=Third parties (Companies / foundations / physical people) and properties
      -ImportDataset_company_2=Contacts/Addresses (of third parties or not) and attributes
      -ImportDataset_company_3=Bank accounts of third parties
      -ImportDataset_company_4=Third parties/Sales representatives (Assign sales representatives users to companies)
      +ExportDataset_company_1=各式合作方(公司/基金會/自類人)及其屬性
      +ExportDataset_company_2=通訊錄及其性質
      +ImportDataset_company_1=各式合作方(公司/基金會/自類人)及其屬性
      +ImportDataset_company_2=通訊錄/地址及其屬性
      +ImportDataset_company_3=合作方的銀行帳戶
      +ImportDataset_company_4=各式合作方-業務代表(指派業務代表/用戶到公司)
       PriceLevel=價格水平
       DeliveryAddress=送貨地址
       AddAddress=添加地址
      -SupplierCategory=Vendor category
      -JuridicalStatus200=Independent
      +SupplierCategory=供應商類別
      +JuridicalStatus200=獨立
       DeleteFile=刪除文件
       ConfirmDeleteFile=你確定要刪除這個文件?
      -AllocateCommercial=Assigned to sales representative
      +AllocateCommercial=指定業務代表
       Organization=組織
      -FiscalYearInformation=信息財政年度
      -FiscalMonthStart=本財年開始一個月
      -YouMustAssignUserMailFirst=You must create email for this user first to be able to add emails notifications for him.
      -YouMustCreateContactFirst=To be able to add email notifications, you must first define contacts with valid emails for the third party
      -ListSuppliersShort=List of vendors
      -ListProspectsShort=潛在名單
      -ListCustomersShort=客戶名單
      -ThirdPartiesArea=客戶/供應商資料區
      -LastModifiedThirdParties=Latest %s modified third parties
      -UniqueThirdParties=客戶/供應商圖表種類數
      +FiscalYearInformation=會計年度
      +FiscalMonthStart=會計年度開始月份
      +YouMustAssignUserMailFirst=您必須先為此用戶建立電子郵件(email),然後才能新增電子郵件(email)通知。
      +YouMustCreateContactFirst=為了增加 email 通知,你必須先在合作方的通訊錄有合法 email
      +ListSuppliersShort=供應商明細表
      +ListProspectsShort=潛在者清單
      +ListCustomersShort=客戶明細表
      +ThirdPartiesArea=各式合作方/通訊錄
      +LastModifiedThirdParties=最新修改的合作方%s
      +UniqueThirdParties=合作方的總數
       InActivity=開放
       ActivityCeased=關閉
      -ThirdPartyIsClosed=Third party is closed
      -ProductsIntoElements=產品列表於 %s
      -CurrentOutstandingBill=目前未兌現票據
      -OutstandingBill=最高數量的未兌現票據
      -OutstandingBillReached=Max. for outstanding bill reached
      -OrderMinAmount=Minimum amount for order
      -MonkeyNumRefModelDesc=Return numero with format %syymm-nnnn for customer code and %syymm-nnnn for vendor code where yy is year, mm is month and nnnn is a sequence with no break and no return to 0.
      +ThirdPartyIsClosed=合作方已關閉
      +ProductsIntoElements=產品/服務列表於 %s
      +CurrentOutstandingBill=目前未付帳單
      +OutstandingBill=未付帳單的最大金額
      +OutstandingBillReached=已達最大金額的未付帳單
      +OrderMinAmount=最小訂購量
      +MonkeyNumRefModelDesc=客戶代號回復 %s yymm-nnnn ,且供應商代號為 %s yymm-nnnn 的數字格式,其中 yy 指的是年度,mm指的是月份,nnnn指的是不間斷或返回 0 的序號。
       LeopardNumRefModelDesc=客戶/供應商編號規則不受限制,此編碼可以隨時修改。(可開啟Elephant or Monkey模組來設定編碼規則)
       ManagingDirectors=主管(們)姓名 (執行長, 部門主管, 總裁...)
       MergeOriginThirdparty=重複的客戶/供應商 (你想刪除的客戶/供應商)
       MergeThirdparties=合併客戶/供應商
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the thirdparty will be deleted.
      -ThirdpartiesMergeSuccess=Third parties have been merged
      -SaleRepresentativeLogin=Login of sales representative
      -SaleRepresentativeFirstname=First name of sales representative
      -SaleRepresentativeLastname=Last name of sales representative
      -ErrorThirdpartiesMerge=There was an error when deleting the third parties. Please check the log. Changes have been reverted.
      -NewCustomerSupplierCodeProposed=New customer or vendor code suggested on duplicate code
      +ConfirmMergeThirdparties=您確定要合併此合作方到目前的資料?所有已連結的物件( 發票、訂單...)將會移到目前的合作方,並刪除被合併的合作方。
      +ThirdpartiesMergeSuccess=合作方已合併
      +SaleRepresentativeLogin=業務代表的登入
      +SaleRepresentativeFirstname=業務代表的名字
      +SaleRepresentativeLastname=業務代表的姓氏
      +ErrorThirdpartiesMerge=刪除合作方時發生錯誤。請檢查日誌。原變更已被回復。
      +NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      diff --git a/htdocs/langs/zh_TW/errors.lang b/htdocs/langs/zh_TW/errors.lang
      index 0546500cf5b..e99a62a48d0 100644
      --- a/htdocs/langs/zh_TW/errors.lang
      +++ b/htdocs/langs/zh_TW/errors.lang
      @@ -42,7 +42,7 @@ ErrorBadDateFormat=值“%s”有錯誤的日期格式
       ErrorWrongDate=Date is not correct!
       ErrorFailedToWriteInDir=無法寫在目錄%s
       ErrorFoundBadEmailInFile=找到%S的語法不正確的電子郵件文件中的行(例如行%的電子郵件s =%s)的
      -ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
      +ErrorUserCannotBeDelete=User cannot be deleted. Maybe it is associated to Dolibarr entities.
       ErrorFieldsRequired=一些必要的欄位都沒有填補。
       ErrorSubjectIsRequired=The email topic is required
       ErrorFailedToCreateDir=無法創建一個目錄。檢查Web服務器的用戶有權限寫入Dolibarr文件目錄。如果參數<b>safe_mode設置</b>為啟用這個PHP,檢查Dolibarr php文件到Web服務器的用戶擁有(或組)。
      @@ -65,21 +65,22 @@ ErrorNoValueForSelectType=Please fill value for select list
       ErrorNoValueForCheckBoxType=Please fill value for checkbox list
       ErrorNoValueForRadioType=Please fill value for radio list
       ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
      -ErrorFieldCanNotContainSpecialCharacters=菲爾德<b>%s</b>必須不包含特殊字符。
      -ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldCanNotContainSpecialCharacters=The field <b>%s</b> must not contains special characters.
      +ErrorFieldCanNotContainSpecialNorUpperCharacters=The field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
      +ErrorFieldMustHaveXChar=The field <b>%s</b> must have at least %s characters.
       ErrorNoAccountancyModuleLoaded=沒有一個會計模塊激活
       ErrorExportDuplicateProfil=This profile name already exists for this export set.
       ErrorLDAPSetupNotComplete=Dolibarr - LDAP的匹配是不完整的。
       ErrorLDAPMakeManualTest=甲。LDIF文件已經生成在目錄%s的嘗試加載命令行手動有更多的錯誤信息。
      -ErrorCantSaveADoneUserWithZeroPercentage=若欄位也填上 "由誰完成" 則不能將行動存成 "未開始的狀態"
      +ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "status not started" if field "done by" is also filled.
       ErrorRefAlreadyExists=號的創作已經存在。
       ErrorPleaseTypeBankTransactionReportName=Please enter the bank statement name where the entry has to be reported (Format YYYYMM or YYYYMMDD)
      -ErrorRecordHasChildren=Failed to delete record since it has some childs.
      -ErrorRecordHasAtLeastOneChildOfType=Object has at least one child of type %s
      -ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
      +ErrorRecordHasChildren=刪除失敗是因有子項記錄。
      +ErrorRecordHasAtLeastOneChildOfType=物件至少有一子項類別%s
      +ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into another object.
       ErrorModuleRequireJavascript=不能禁用JavaScript必須有此功能的工作。要啟用/禁用JavaScript,進入菜單首頁->安裝->“顯示。
       ErrorPasswordsMustMatch=這兩種類型的密碼必須相互匹配
      -ErrorContactEMail=一個技術性錯誤發生。請聯系管理員,以下連接提供錯誤代碼<b>%s</b>在您的郵件,甚至更好,加入了這個頁面的屏幕拷貝的電子郵件<b>%s。</b>
      +ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> and provide the error code <b>%s</b> in your message, or add a screen copy of this page.
       ErrorWrongValueForField=<b>s'</b>的領域的一些錯誤值<b>的%s(</b>價值<b>'%</b>不匹配正則表達式規則<b>%s)</b>
       ErrorFieldValueNotIn=場數<b>%s</b>錯誤值(值<b>'%s'</b>是不是一個值到領域表<b>%s %s)</b>
       ErrorFieldRefNotIn=錯場數<b>%s</b>值(值<b>'%s'</b>是不是一個的<b>%s</b>現有文獻)
      @@ -88,6 +89,7 @@ ErrorFileIsInfectedWithAVirus=防病毒程序無法驗證文件(文件可能
       ErrorSpecialCharNotAllowedForField=特殊字符不為外地允許“%s的”
       ErrorNumRefModel=存在一個引用(%s)和編號是不符合本規則兼容到數據庫。記錄中刪除或重命名參考激活此模塊。
       ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
       ErrorBadMask=錯誤的遮罩參數值
       ErrorBadMaskFailedToLocatePosOfSequence=沒有序列號錯誤,面具
      @@ -95,7 +97,7 @@ ErrorBadMaskBadRazMonth=錯誤,壞的復位值
       ErrorMaxNumberReachForThisMask=Max number reach for this mask
       ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
       ErrorSelectAtLeastOne=錯誤。選擇至少一個條目。
      -ErrorDeleteNotPossibleLineIsConsolidated=刪除沒有可能的,因為記錄是調解到的銀行transation,
      +ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transaction that is conciliated
       ErrorProdIdAlreadyExist=%s被分配到另一個第三
       ErrorFailedToSendPassword=無法傳送密碼
       ErrorFailedToLoadRSSFile=未能得到RSS提要。嘗試添加恒定MAIN_SIMPLEXMLLOAD_DEBUG,如果錯誤消息不提供足夠的信息。
      @@ -115,6 +117,7 @@ ErrorLoginDoesNotExists=<b>如何正確</b>使用手機與登錄<b>%</b>找不
       ErrorLoginHasNoEmail=這位用戶沒有電子郵件地址。進程中止。
       ErrorBadValueForCode=代碼有錯誤的值類型。再次嘗試以新的價值...
       ErrorBothFieldCantBeNegative=領域的%s及%s可以不消極
      +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=<b>%s</b>用來執行Web服務器用戶帳戶沒有該權限
       ErrorNoActivatedBarcode=沒有激活的條碼類型
      @@ -138,7 +141,7 @@ ErrorBadFormat=Bad format!
       ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
       ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
       ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
      -ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
      +ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Paid
       ErrorPriceExpression1=Cannot assign to constant '%s'
       ErrorPriceExpression2=Cannot redefine built-in function '%s'
       ErrorPriceExpression3=Undefined variable '%s' in function definition
      @@ -147,7 +150,7 @@ ErrorPriceExpression5=Unexpected '%s'
       ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
       ErrorPriceExpression8=Unexpected operator '%s'
       ErrorPriceExpression9=An unexpected error occured
      -ErrorPriceExpression10=Iperator '%s' lacks operand
      +ErrorPriceExpression10=Operator '%s' lacks operand
       ErrorPriceExpression11=Expecting '%s'
       ErrorPriceExpression14=Division by zero
       ErrorPriceExpression17=Undefined variable '%s'
      @@ -171,10 +174,10 @@ 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 ocurred when saving the changes
      +ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
       ErrorFileMustHaveFormat=File must have format %s
       ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      @@ -208,6 +211,7 @@ ErrorFileNotFoundWithSharedLink=File was not found. May be the share key was mod
       ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on another product reference.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
      +ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
       
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
      @@ -217,9 +221,9 @@ WarningBookmarkAlreadyExists=本標題或此目標(網址)書簽已存在。
       WarningPassIsEmpty=警告,數據庫密碼是空的。這是一個安全漏洞。您應該添加一個密碼到您的數據庫,並改變你的conf.php文件,以反映這一點。
       WarningConfFileMustBeReadOnly=警告,你的配置文件<b>(conf.php htdocs中/ conf /中</b> ),可覆蓋由Web服務器。這是一個嚴重的安全漏洞。在文件修改權限在閱讀作業系統由Web服務器使用的用戶只模式。如果您的磁盤使用Windows和FAT格式的,你要知道,這個文件系統不允許添加文件的權限,因此不能完全安全的。
       WarningsOnXLines=<b>%S上</b>的源代碼行警告
      -WarningNoDocumentModelActivated=沒有模型,對文檔生成,已被激活。一個模式是選用默認,直到您檢查您的模塊設置。
      +WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
       WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
      -WarningUntilDirRemoved=所有安全警告(可見由管理員用戶只)將保持活躍,只要是存在的脆弱性(或常數MAIN_REMOVE_INSTALL_WARNING是在安裝程序->其他設置添加)。
      +WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
       WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
       WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
       WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
      @@ -229,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the bulk actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
       WarningDateOfLineMustBeInExpenseReportRange=Warning, the date of line is not in the range of the expense report
      diff --git a/htdocs/langs/zh_TW/interventions.lang b/htdocs/langs/zh_TW/interventions.lang
      index ae954f2257c..52ee414935b 100644
      --- a/htdocs/langs/zh_TW/interventions.lang
      +++ b/htdocs/langs/zh_TW/interventions.lang
      @@ -4,6 +4,7 @@ Interventions=干預
       InterventionCard=干預卡
       NewIntervention=新的幹預
       AddIntervention=Create intervention
      +ChangeIntoRepeatableIntervention=Change to repeatable intervention
       ListOfInterventions=名單幹預
       ActionsOnFicheInter=幹預的行動
       LastInterventions=Latest %s interventions
      @@ -50,8 +51,8 @@ UseServicesDurationOnFichinter=Use services duration for interventions generated
       UseDurationOnFichinter=Hides the duration field for intervention records
       UseDateWithoutHourOnFichinter=Hides hours and minutes off the date field for intervention records
       InterventionStatistics=Statistics of interventions
      -NbOfinterventions=Nb of intervention cards
      -NumberOfInterventionsByMonth=Nb of intervention cards by month (date of validation)
      +NbOfinterventions=No. of intervention cards
      +NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
       AmountOfInteventionNotIncludedByDefault=Amount of intervention is not included by default into profit (in most cases, timesheets are used to count time spent). Add option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT to 1 into home-setup-other to include them.
       ##### Exports #####
       InterId=Intervention id
      diff --git a/htdocs/langs/zh_TW/main.lang b/htdocs/langs/zh_TW/main.lang
      index c04b7119083..b53d1c3b890 100644
      --- a/htdocs/langs/zh_TW/main.lang
      +++ b/htdocs/langs/zh_TW/main.lang
      @@ -50,21 +50,21 @@ ErrorFailedToSendMail=無法傳送郵件 (寄件人=%s、收件人=%s)
       ErrorFileNotUploaded=檔案沒有上傳。檢查檔案大小沒有超過可允許的最大值,即磁碟上的可用空間以及在此資料夾中有沒有相同檔案。
       ErrorInternalErrorDetected=錯誤檢測
       ErrorWrongHostParameter=錯誤的主機參數
      -ErrorYourCountryIsNotDefined=沒有定義您的國家。到首頁-設定-編輯和後再次填寫表單。
      -ErrorRecordIsUsedByChild=無法刪除此記錄。此記錄至少已使用到一個子記錄。
      +ErrorYourCountryIsNotDefined=你沒有定義國家。請到「首頁-設定-編輯」再填入表單中。
      +ErrorRecordIsUsedByChild=刪除此筆記錄失敗。此記錄至少有一筆子記錄。
       ErrorWrongValue=錯誤的值
       ErrorWrongValueForParameterX=參數%s的錯誤值
       ErrorNoRequestInError=在錯誤狀況下,沒有要求
      -ErrorServiceUnavailableTryLater=服務暫時無法使用。請稍後再試。
      +ErrorServiceUnavailableTryLater=現在沒有服務。請稍後再試一次。
       ErrorDuplicateField=在唯一的欄位有重覆的值
      -ErrorSomeErrorWereFoundRollbackIsDone=發現某些錯誤。我們會滾動式修改。
      -ErrorConfigParameterNotDefined=參數<b>%s</b>沒有定義在 Dolibarr 配置檔案 <b>conf.php</b>裡。
      +ErrorSomeErrorWereFoundRollbackIsDone=找到一些錯誤。變更已經回滾(Changes have been rolled back.)。
      +ErrorConfigParameterNotDefined=在 Dolibarr 設定檔案 <b> conf.php </b> 中參數 <b>%s</b> 未定義。
       ErrorCantLoadUserFromDolibarrDatabase=在 Dolibarr 資料庫中無法找到用戶<b>%s</b>。
       ErrorNoVATRateDefinedForSellerCountry=錯誤,沒有定義 '%s' 國家的營業稅率。
       ErrorNoSocialContributionForSellerCountry=錯誤,在 '%s' 國家中沒有定義社會/財務稅務類別。
       ErrorFailedToSaveFile=錯誤,無法儲存檔案。
      -ErrorCannotAddThisParentWarehouse=您正在試著新增目前已經是子倉庫的父倉庫
      -MaxNbOfRecordPerPage=每頁記錄的最大數
      +ErrorCannotAddThisParentWarehouse=你可試著增加目前有一個下游倉庫的上游倉庫
      +MaxNbOfRecordPerPage=每頁記錄最大數量
       NotAuthorized=您無權這樣做。
       SetDate=設定日期
       SelectDate=選擇日期
      @@ -78,10 +78,10 @@ FileRenamed=檔案已成功地變更名稱
       FileGenerated=檔案已成功地產生
       FileSaved=檔案已成功地儲存
       FileUploaded=檔案已成功地上傳
      -FileTransferComplete=檔案成功地已上傳
      +FileTransferComplete=(各)檔案已成功地上傳
       FilesDeleted=檔案已成功地刪除
       FileWasNotUploaded=夾檔所選定的檔案尚未上傳。點選 "附加檔案"。
      -NbOfEntries=條目的數量
      +NbOfEntries=項目數量
       GoToWikiHelpPage=讀取線上求助 (需要連上網路)
       GoToHelpPage=讀取求助
       RecordSaved=記錄保存
      @@ -94,7 +94,7 @@ Undefined=未定義
       PasswordForgotten=忘記密碼?
       NoAccount=沒有帳號?
       SeeAbove=見上文
      -HomeArea=首頁區
      +HomeArea=首頁
       LastConnexion=最新一次連線
       PreviousConnexion=上次連線時間
       PreviousValue=之前值
      @@ -142,6 +142,7 @@ Closed=結案
       Closed2=結案
       NotClosed=尚未結案
       Enabled=啟用
      +Enable=啓用
       Deprecated=放棄
       Disable=禁用
       Disabled=已禁用
      @@ -153,7 +154,7 @@ Update=更新
       Close=結案
       CloseBox=從儀表表中移除小工具
       Confirm=確認
      -ConfirmSendCardByMail=您真要透過電子郵件發送給 <b>%s</b> 此卡片的內容?
      +ConfirmSendCardByMail=你真的要郵寄此卡片的內容給 <b>%s</b>?
       Delete=刪除
       Remove=移除
       Resiliate=終止
      @@ -327,7 +328,7 @@ Copy=複製
       Paste=貼上
       Default=預設
       DefaultValue=預設值
      -DefaultValues=預設值
      +DefaultValues=預設值/過濾值/排序
       Price=價格
       PriceCurrency=價格(目前)
       UnitPrice=單位價格
      @@ -347,7 +348,7 @@ AmountTTCShort=金額(含稅)
       AmountHT=金額(稅後)
       AmountTTC=金額(含稅)
       AmountVAT=稅金
      -MulticurrencyAlreadyPaid=已支付, 原來幣別
      +MulticurrencyAlreadyPaid=已付款,原幣別
       MulticurrencyRemainderToPay=保持付款, 原來幣別
       MulticurrencyPaymentAmount=付款金額, 原來幣別
       MulticurrencyAmountHT=金額(稅後), 原來幣別
      @@ -428,7 +429,7 @@ ActionNotApplicable=不適用
       ActionRunningNotStarted=從頭開始
       ActionRunningShort=進行中
       ActionDoneShort=已完成
      -ActionUncomplete=尚未完成
      +ActionUncomplete=Incomplete
       LatestLinkedEvents=最新 %s 已連結的事件
       CompanyFoundation=公司/組織
       Accountant=會計人員
      @@ -454,7 +455,7 @@ Duration=為期
       TotalDuration=總時間
       Summary=摘要
       DolibarrStateBoard=資料庫統計
      -DolibarrWorkBoard=開放項目儀表板
      +DolibarrWorkBoard=待定貨物
       NoOpenedElementToProcess=沒有已開放元件要處理
       Available=可用的
       NotYetAvailable=尚不可用
      @@ -468,7 +469,7 @@ and=和
       or=或
       Other=其他
       Others=其他
      -OtherInformations=其他信息
      +OtherInformations=其他資訊
       Quantity=數量
       Qty=量
       ChangedBy=修改者
      @@ -506,7 +507,7 @@ None=無
       NoneF=無
       NoneOrSeveral=沒有或幾個
       Late=最新
      -LateDesc=延遲定義記錄是否延遲取決於您的設定。 詢問您的管理員如何從主頁的選單 - 設定 - 警告更改延遲。
      +LateDesc=記錄是否延遲取決於您的設定。 請您的管理員從選單「首頁 - 設置 - 警告」變更延遲。
       NoItemLate=No late item
       Photo=圖片
       Photos=圖片
      @@ -530,18 +531,6 @@ September=九月
       October=十月
       November=十一月
       December=十二月
      -JanuaryMin=一月
      -FebruaryMin=二月
      -MarchMin=三月
      -AprilMin=四月
      -MayMin=五月
      -JuneMin=六月
      -JulyMin=七月
      -AugustMin=八月
      -SeptemberMin=九月
      -OctoberMin=十月
      -NovemberMin=十一月
      -DecemberMin=十二月
       Month01=Jan
       Month02=Feb
       Month03=Mar
      @@ -646,6 +635,8 @@ SendMail=傳送電子郵件
       EMail=電子郵件
       NoEMail=沒有電子郵件
       Email=電子郵件
      +AlreadyRead=Alreay read
      +NotRead=Not read
       NoMobilePhone=沒有手機
       Owner=擁有者
       FollowingConstantsWillBeSubstituted=接下來常數將代替相對應的值。
      @@ -677,7 +668,7 @@ NeverReceived=從未收到
       Canceled=取消
       YouCanChangeValuesForThisListFromDictionarySetup=您可從選單「設定-各式分類」改變此明細表的值
       YouCanChangeValuesForThisListFrom=您可從選單 %s 修改此明細表的值
      -YouCanSetDefaultValueInModuleSetup=當建立一筆新記錄時您可以在設定模組中設定要使用的預設值
      +YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
       Color=彩色
       Documents=附加檔案
       Documents2=文件
      @@ -703,7 +694,7 @@ DateOfSignature=簽名日期
       HidePassword=顯示命令時隱藏密碼
       UnHidePassword=顯示實際命令時顯示密碼
       Root=根目錄
      -Informations=資訊
      +Informations=Information
       Page=頁面
       Notes=備註
       AddNewLine=新增一行
      @@ -716,15 +707,15 @@ Merge=合併
       DocumentModelStandardPDF=標準 PDF 範本
       PrintContentArea=顯示頁面列印的主要內容區域
       MenuManager=選單管理器
      -WarningYouAreInMaintenanceMode=警告,您在維護模式,因此目前只能允許登入<b>%s</b>及使用應用程式。
      +WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode, so only login <b>%s</b> is allowed to use the application at this time.
       CoreErrorTitle=系統錯誤
       CoreErrorMessage=很抱歉,產生錯誤。連絡您系統管理員以確認記錄檔或禁用 $dolibarr_main_prod=1 取得更多資訊。
       CreditCard=信用卡
       ValidatePayment=驗證付款
       CreditOrDebitCard=信用或金融卡
       FieldsWithAreMandatory=<b>%s</b>的欄位是強制性
      -FieldsWithIsForPublic=在公開會員明細表中 <b>%s</b> 的欄位是顯示。如果你不想要顯示,檢查“公共”盒並關閉。
      -AccordingToGeoIPDatabase=(根據 GeoIP 的轉換)
      +FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=線
       NotSupported=不支持
       RequiredField=必填欄位
      @@ -732,6 +723,8 @@ Result=結果
       ToTest=測試
       ValidateBefore=卡片在使用之前必須經過驗證此功能
       Visibility=能見度
      +Totalizable=Totalizable
      +TotalizableDesc=This field is totalizable in list
       Private=私人
       Hidden=隱蔽
       Resources=資源
      @@ -750,6 +743,7 @@ LinkTo=連線到
       LinkToProposal=連線到報價單/提案/建議書
       LinkToOrder=連線到訂單
       LinkToInvoice=連線到發票
      +LinkToTemplateInvoice=Link to template invoice
       LinkToSupplierOrder=連線到供應商訂單
       LinkToSupplierProposal=連線到供應商報價/提案/建議書
       LinkToSupplierInvoice=連線到供應商發票
      @@ -758,6 +752,7 @@ LinkToIntervention=連線到干預
       CreateDraft=建立草稿
       SetToDraft=回到草稿
       ClickToEdit=點擊後“編輯”
      +ClickToRefresh=Click to refresh
       EditWithEditor=用 CKEditor 編輯
       EditWithTextEditor=用文字編輯器編輯
       EditHTMLSource=編輯 HTML 來源檔
      @@ -772,14 +767,14 @@ ByDay=依日期
       BySalesRepresentative=依業務代表
       LinkedToSpecificUsers=連線到特定用戶連絡人
       NoResults=無結果
      -AdminTools=管理者工具
      +AdminTools=Admin Tools
       SystemTools=系統工具
       ModulesSystemTools=模組工具
       Test=測試
       Element=元件
       NoPhotoYet=還沒有圖片
       Dashboard=儀表板
      -MyDashboard=我的儀表板
      +MyDashboard=My Dashboard
       Deductible=免賠額
       from=從
       toward=toward
      @@ -802,7 +797,7 @@ PrintFile=列印檔案 %s
       ShowTransaction=在銀行帳戶中顯示交易
       ShowIntervention=顯示干預
       ShowContract=顯示合約
      -GoIntoSetupToChangeLogo=移到首頁 - 設定 - 公司 以變更標誌或是移到 首頁 - 設定 - 顯示 中隱藏
      +GoIntoSetupToChangeLogo=回到「首頁-設定-公司」以變更 logo 或是到「首頁-設定-顯示」設定成隱藏
       Deny=拒絕
       Denied=拒絕
       ListOf=%s 的明細表
      @@ -818,12 +813,12 @@ Sincerely=敬祝商祺
       DeleteLine=刪除行
       ConfirmDeleteLine=您認定您要刪除此行嗎?
       NoPDFAvailableForDocGenAmongChecked=在確定記錄的中沒有可用的 PDF 可以產生文件
      -TooManyRecordForMassAction=大量行動選取了記錄。該操作僅限於 %s 記錄明細表。
      +TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
       NoRecordSelected=沒有記錄被選取
       MassFilesArea=透過大量操作構建的文件區域
       ShowTempMassFilesArea=顯示透過大量操作構建的文件區域
      -ConfirmMassDeletion=大量刪除確認
      -ConfirmMassDeletionQuestion=您確定您要刪除 %s 的記錄?
      +ConfirmMassDeletion=Mass delete confirmation
      +ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record?
       RelatedObjects=相關物件
       ClassifyBilled=分類計費
       ClassifyUnbilled=分類未開單
      @@ -841,7 +836,7 @@ Calendar=日曆
       GroupBy=群組依...
       ViewFlatList=大圖示明細表
       RemoveString=移除字串‘%s’
      -SomeTranslationAreUncomplete=某些語言可能已翻譯部分或可能包含錯誤。若您發現了,可在 <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>註冊並修改語言檔。
      +SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
       DirectDownloadLink=直接下載的連線(公開/外部)
       DirectDownloadInternalLink=直接下載的連線(需要登入及存取權限)
       Download=下載
      @@ -861,16 +856,25 @@ HR=人資
       HRAndBank=人資與銀行
       AutomaticallyCalculated=自動計算
       TitleSetToDraft=回到草稿
      -ConfirmSetToDraft=您確定您要回到草稿狀態?
      +ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=輸入ID
       Events=事件
      -EMailTemplates=Email 的範本
      -FileNotShared=檔案沒有分享到外部
      +EMailTemplates=Email templates
      +FileNotShared=File not shared to external public
       Project=專案
       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=權限
       LineNb=行數號
       IncotermLabel=交易條件
      +TabLetteringCustomer=Customer lettering
      +TabLetteringSupplier=Supplier lettering
       # Week day
       Monday=星期一
       Tuesday=星期二
      @@ -927,15 +931,15 @@ SearchIntoInterventions=干預/介入
       SearchIntoContracts=合約
       SearchIntoCustomerShipments=客戶關係
       SearchIntoExpenseReports=費用報表
      -SearchIntoLeaves=休假
      +SearchIntoLeaves=Leave
       CommentLink=註解
       NbComments=註解數
       CommentPage=註解空間
       CommentAdded=註解已新增
       CommentDeleted=註解已刪除
       Everybody=每個人
      -PayedBy=由誰付款
      -PayedTo=付款給
      +PayedBy=Paid by
      +PayedTo=Paid to
       Monthly=每月
       Quarterly=每季
       Annual=每年
      @@ -945,6 +949,7 @@ LocalAndRemote=本地與遠端
       KeyboardShortcut=鍵盤快捷鍵
       AssignedTo=指定給
       Deletedraft=刪除草稿
      -ConfirmMassDraftDeletion=草稿大量刪除確認
      +ConfirmMassDraftDeletion=Draft mass delete confirmation
       FileSharedViaALink=透過連線分享檔案
      -
      +SelectAThirdPartyFirst=Select a third party first...
      +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
      diff --git a/htdocs/langs/zh_TW/other.lang b/htdocs/langs/zh_TW/other.lang
      index 2a7b0282b2b..bc1dd0d4d47 100644
      --- a/htdocs/langs/zh_TW/other.lang
      +++ b/htdocs/langs/zh_TW/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=安全代碼
       NumberingShort=N°
       Tools=工具
       TMenuTools=Tools
      -ToolsDesc=All miscellaneous tools not included in other menu entries are collected here.<br><br>All the tools can be reached in the left menu.
      +ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
       Birthday=生日
       BirthdayDate=Birthday date
       DateToBirth=出生日期
      @@ -23,7 +23,7 @@ MessageForm=Message on online payment form
       MessageOK=訊息驗證支付返回頁面
       MessageKO=取消支付返回頁面的訊息
       ContentOfDirectoryIsNotEmpty=Content of this directory is not empty.
      -DeleteAlsoContentRecursively=Check to delete all content recursiveley
      +DeleteAlsoContentRecursively=Check to delete all content recursively
       
       YearOfInvoice=Year of invoice date
       PreviousYearOfInvoice=Previous year of invoice date
      @@ -31,9 +31,6 @@ NextYearOfInvoice=Following year of invoice date
       DateNextInvoiceBeforeGen=Date of next invoice (before generation)
       DateNextInvoiceAfterGen=Date of next invoice (after generation)
       
      -Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      -Notify_FICHINTER_VALIDATE=幹預驗證
      -Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_ORDER_VALIDATE=驗證客戶訂單
       Notify_ORDER_SENTBYMAIL=通過郵件發送的客戶訂單
       Notify_ORDER_SUPPLIER_SENTBYMAIL=通過郵件發送的供應商的訂單
      @@ -41,8 +38,8 @@ Notify_ORDER_SUPPLIER_VALIDATE=Supplier order recorded
       Notify_ORDER_SUPPLIER_APPROVE=供應商為了批準
       Notify_ORDER_SUPPLIER_REFUSE=供應商的訂單被拒絕
       Notify_PROPAL_VALIDATE=驗證客戶的客戶提案/建議書
      -Notify_PROPAL_CLOSE_SIGNED=Customer propal closed signed
      -Notify_PROPAL_CLOSE_REFUSED=Customer propal closed refused
      +Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
      +Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
       Notify_PROPAL_SENTBYMAIL=通過郵件發送的商業提案/建議書
       Notify_WITHDRAW_TRANSMIT=傳輸撤軍
       Notify_WITHDRAW_CREDIT=信貸撤離
      @@ -51,15 +48,17 @@ Notify_COMPANY_CREATE=第三方創建
       Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
       Notify_BILL_VALIDATE=客戶發票驗證
       Notify_BILL_UNVALIDATE=Customer invoice unvalidated
      -Notify_BILL_PAYED=客戶發票payed
      +Notify_BILL_PAYED=Customer invoice paid
       Notify_BILL_CANCEL=客戶發票取消
       Notify_BILL_SENTBYMAIL=通過郵件發送的客戶發票
       Notify_BILL_SUPPLIER_VALIDATE=供應商發票驗證
      -Notify_BILL_SUPPLIER_PAYED=供應商發票payed
      +Notify_BILL_SUPPLIER_PAYED=Supplier invoice paid
       Notify_BILL_SUPPLIER_SENTBYMAIL=通過郵件發送的供應商發票
       Notify_BILL_SUPPLIER_CANCELED=Supplier invoice cancelled
       Notify_CONTRACT_VALIDATE=合同驗證
       Notify_FICHEINTER_VALIDATE=幹預驗證
      +Notify_FICHINTER_ADD_CONTACT=Added contact to Intervention
      +Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
       Notify_SHIPPING_VALIDATE=航運驗證
       Notify_SHIPPING_SENTBYMAIL=通過電子郵件發送的航運
       Notify_MEMBER_VALIDATE=會員驗證
      @@ -71,24 +70,28 @@ Notify_PROJECT_CREATE=Project creation
       Notify_TASK_CREATE=Task created
       Notify_TASK_MODIFY=Task modified
       Notify_TASK_DELETE=Task deleted
      +Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
      +Notify_EXPENSE_REPORT_APPROVE=Expense report approved
      +Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
      +Notify_HOLIDAY_APPROVE=Leave request approved
       SeeModuleSetup=See setup of module %s
       NbOfAttachedFiles=所附文件數/文件
       TotalSizeOfAttachedFiles=附件大小總計
       MaxSize=檔案最大
       AttachANewFile=附加一個新的檔案/文件
       LinkedObject=鏈接對象
      -NbOfActiveNotifications=Number of notifications (nb of recipient emails)
      +NbOfActiveNotifications=Number of notifications (no. of recipient emails)
       PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
       PredefinedMailTestHtml=__(Hello)__\nThis is a <b>test</b> mail (the word test must be in bold).<br>The two lines are separated by a carriage return.<br><br>__USER_SIGNATURE__
      -PredefinedMailContentSendInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to not be payed. So this is the invoice in attachment again, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendProposal=__(Hello)__\n\nYou will find here the commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nYou will find here the price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendOrder=__(Hello)__\n\nYou will find here the order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nYou will find here our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nYou will find here the invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendShipping=__(Hello)__\n\nYou will find here the shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendFichInter=__(Hello)__\n\nYou will find here the intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find attached shipping __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find attached intervention __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
      @@ -172,7 +175,7 @@ EnableGDLibraryDesc=Install or enable GD library on your PHP installation to use
       ProfIdShortDesc=<b>教授ID為%s</b>是一個國家的信息取決於第三方。 <br>例如,對於國家的<b>%s,</b>它的代碼<b>的%s。</b>
       DolibarrDemo=Dolibarr的ERP / CRM的演示
       StatsByNumberOfUnits=Statistics for sum of qty of products/services
      -StatsByNumberOfEntities=Statistics in number of referring entities (nb of invoice, or order...)
      +StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
       NumberOfProposals=提案/建議書的數量
       NumberOfCustomerOrders=Number of customer orders
       NumberOfCustomerInvoices=Number of customer invoices
      @@ -185,9 +188,10 @@ NumberOfUnitsCustomerInvoices=Number of units on customer invoices
       NumberOfUnitsSupplierProposals=供應商提案/建議書的單位數量
       NumberOfUnitsSupplierOrders=Number of units on supplier orders
       NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
      -EMailTextInterventionAddedContact=A newintervention %s has been assigned to you.
      +EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
       EMailTextInterventionValidated=幹預%s已被驗證。
       EMailTextInvoiceValidated=發票%s已被確認。
      +EMailTextInvoicePayed=The invoice %s has been paid.
       EMailTextProposalValidated=此提案/建議書 %s 已經驗證。
       EMailTextProposalClosedSigned=此提案/建議書 %s 已結束簽約。
       EMailTextOrderValidated=該命令%s已被驗證。
      @@ -197,6 +201,10 @@ EMailTextOrderApprovedBy=該命令%s已被%s批準
       EMailTextOrderRefused=該命令%s已被拒絕。
       EMailTextOrderRefusedBy=該命令%s已經%s拒絕
       EMailTextExpeditionValidated=The shipping %s has been validated.
      +EMailTextExpenseReportValidated=The expense report %s has been validated.
      +EMailTextExpenseReportApproved=The expensereport %s has been approved.
      +EMailTextHolidayValidated=The leave request %s has been validated.
      +EMailTextHolidayApproved=The leave request %s has been approved.
       ImportedWithSet=輸入數據集
       DolibarrNotification=自動通知
       ResizeDesc=輸入新的高度新的寬度<b>或</b> 。比率將維持在調整大小...
      @@ -204,7 +212,7 @@ NewLength=新寬
       NewHeight=新高度
       NewSizeAfterCropping=新的尺寸裁剪後
       DefineNewAreaToPick=定義圖像的新領域挑選(圖像左側單擊然後拖動,直到到達對面角落)
      -CurrentInformationOnImage=對當前圖像信息
      +CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
       ImageEditor=圖像編輯器
       YouReceiveMailBecauseOfNotification=您收到此消息,因為您的電子郵件已被添加到列表的目標是特定的事件通知到%%s的軟件第
       YouReceiveMailBecauseOfNotification2=此事件是:
      @@ -235,6 +243,10 @@ YourPasswordMustHaveAtLeastXChars=Your password must have at least <strong>%s</s
       YourPasswordHasBeenReset=Your password has been reset successfully
       ApplicantIpAddress=IP address of applicant
       SMSSentTo=SMS sent to %s
      +MissingIds=Missing ids
      +ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      +ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      +ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
       
       ##### Export #####
       ExportsArea=出口地區
      diff --git a/htdocs/langs/zh_TW/projects.lang b/htdocs/langs/zh_TW/projects.lang
      index ae068e55c55..f8704cea387 100644
      --- a/htdocs/langs/zh_TW/projects.lang
      +++ b/htdocs/langs/zh_TW/projects.lang
      @@ -33,14 +33,14 @@ ConfirmDeleteAProject=您確定要刪除此專案嗎?
       ConfirmDeleteATask=您確定要刪除此任務嗎?
       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=顯示專案
       ShowTask=顯示任務
       SetProject=設定專案
       NoProject=有定義的專案或擁有者
      -NbOfProjects=專案號
      -NbOfTasks=Nb of tasks
      +NbOfProjects=No. of projects
      +NbOfTasks=No. of tasks
       TimeSpent=花費的時間
       TimeSpentByYou=Time spent by you
       TimeSpentByUser=Time spent by user
      @@ -79,19 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Go to list of tasks
       GoToGanttView=Go to Gantt view
       GanttView=Gantt View
      -ListProposalsAssociatedProject=指定給專案的商業提案/建議書清單
      -ListOrdersAssociatedProject=List of customer orders associated with the project
      -ListInvoicesAssociatedProject=List of customer invoices associated with the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices associated with project
      -ListSupplierOrdersAssociatedProject=List of supplier orders associated with the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices associated with the project
      -ListContractAssociatedProject=名單與項目有關的合同
      -ListShippingAssociatedProject=List of shippings associated with the project
      -ListFichinterAssociatedProject=名單與項目相關的幹預措施
      -ListExpenseReportsAssociatedProject=List of expense reports associated with the project
      -ListDonationsAssociatedProject=List of donations associated with the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments associated with the project
      -ListActionsAssociatedProject=名單與項目有關的行動
      +ListProposalsAssociatedProject=List of the commercial proposals related to the project
      +ListOrdersAssociatedProject=List of customer orders related to the project
      +ListInvoicesAssociatedProject=List of customer invoices related to the project
      +ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      +ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      +ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      +ListContractAssociatedProject=List of contracts related to the project
      +ListShippingAssociatedProject=List of shippings related to the project
      +ListFichinterAssociatedProject=List of interventions related to the project
      +ListExpenseReportsAssociatedProject=List of expense reports related to the project
      +ListDonationsAssociatedProject=List of donations related to the project
      +ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      +ListSalariesAssociatedProject=List of payments of salaries related to the project
      +ListActionsAssociatedProject=List of events related to the project
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=List of time consumed on task
       ActivityOnProjectToday=Activity on project today
      @@ -99,9 +100,9 @@ ActivityOnProjectYesterday=Activity on project yesterday
       ActivityOnProjectThisWeek=對項目活動周
       ActivityOnProjectThisMonth=本月初對項目活動
       ActivityOnProjectThisYear=今年對項目活動
      -ChildOfProjectTask=兒童的項目/任務
      -ChildOfTask=Child of task
      -TaskHasChild=Task has child
      +ChildOfProjectTask=專案/任務的子項
      +ChildOfTask=任務的子項
      +TaskHasChild=任務有子項任務
       NotOwnerOfProject=不是所有者的私人項目
       AffectedTo=受影響
       CantRemoveProject=這個項目不能刪除,因為它是由一些(其他對象引用的發票,訂單或其他)。見參照資訊標簽。
      @@ -146,11 +147,11 @@ ProjectModifiedInDolibarr=專案 %s 已修改
       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
      @@ -167,8 +168,9 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=投稿
       SelectElement=Select element
       AddElement=Link to element
       # Documents models
      -DocumentModelBeluga=Project template for linked objects overview
      -DocumentModelBaleine=Project report template for tasks
      +DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBaleine=Project document template for tasks
      +DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Planned workload
       PlannedWorkloadShort=Workload
       ProjectReferers=相關項目
      @@ -182,6 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Not assigned to the task
      +NoUserAssignedToTheProject=No users assigned to this project
       TimeSpentBy=Time spent by
       TasksAssignedTo=Tasks assigned to
       AssignTaskToMe=Assign task to me
      @@ -189,25 +192,26 @@ AssignTaskToUser=Assign task to %s
       SelectTaskToAssign=Select task to assign...
       AssignTask=Assign
       ProjectOverview=Overview
      -ManageTasks=Use projects to follow tasks and time
      +ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
       ManageOpportunitiesStatus=專案用於以下潛在/有機會的客戶
      -ProjectNbProjectByMonth=Nb of created projects by month
      -ProjectNbTaskByMonth=Nb of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Amount of opportunities by month
      -ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of opportunities by month
      -ProjectOpenedProjectByOppStatus=依機會狀況開啟專案/潛在客戶
      +ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbTaskByMonth=No. of created tasks by month
      +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
       ProjectsStatistics=專案/潛在客戶的統計
       TasksStatistics=專案/潛在客戶任務的統計
       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=提案/建議書
      @@ -228,3 +232,5 @@ DontHavePermissionForCloseProject=You do not have permissions to close the proje
       DontHaveTheValidateStatus=The project %s must be open to be closed
       RecordsClosed=%s project(s) closed
       SendProjectRef=Information project %s
      +ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      +NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      
      From 5d596fe584cf1c3d0636f0d1ed64470302fc501e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 16 Nov 2018 16:43:13 +0100
      Subject: [PATCH 0924/1013] Fix trackid must contains an id of instance
      
      ---
       htdocs/core/class/CMailFile.class.php         |   8 +-
       htdocs/core/class/smtps.class.php             |   2 +-
       htdocs/core/lib/functions.lib.php             |  20 ++-
       .../class/emailcollector.class.php            | 153 ++++++++++++++++--
       .../class/emailcollectorfilter.class.php      |   2 +-
       htdocs/langs/en_US/admin.lang                 |   2 +-
       6 files changed, 155 insertions(+), 32 deletions(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index 2b7532481c0..015abf0d89d 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -381,7 +381,7 @@ class CMailFile
                   //$this->message = new Swift_SignedMessage();
                   // Adding a trackid header to a message
       			$headers = $this->message->getHeaders();
      -			$headers->addTextHeader('X-Dolibarr-TRACKID', $trackid);
      +			$headers->addTextHeader('X-Dolibarr-TRACKID', $trackid . '@' . $host);
       			$headerID = time() . '.swiftmailer-dolibarr-' . $trackid . '@' . $host;
       			$msgid = $headers->get('Message-ID');
       			$msgid->setId($headerID);
      @@ -1011,9 +1011,9 @@ class CMailFile
       		if ($trackid)
       		{
       			// References is kept in response and Message-ID is returned into In-Reply-To:
      -			$out.= 'Message-ID: <' . time() . '.phpmail-dolibarr-'.$trackid.'@' . $host . ">" . $this->eol2;	// Uppercase seems replaced by phpmail
      -			$out.= 'References: <' . time() . '.phpmail-dolibarr-'.$trackid.'@' . $host . ">" . $this->eol2;
      -			$out.= 'X-Dolibarr-TRACKID: '.$trackid. $this->eol2;
      +			$out.= 'Message-ID: <' . time() . '.phpmail-dolibarr-'. $trackid . '@' . $host . ">" . $this->eol2;	// Uppercase seems replaced by phpmail
      +			$out.= 'References: <' . time() . '.phpmail-dolibarr-'. $trackid . '@' . $host . ">" . $this->eol2;
      +			$out.= 'X-Dolibarr-TRACKID: ' . $trackid . '@' . $host. $this->eol2;
       		}
       		else
       		{
      diff --git a/htdocs/core/class/smtps.class.php b/htdocs/core/class/smtps.class.php
      index 113f5a6f278..1ade95098fa 100644
      --- a/htdocs/core/class/smtps.class.php
      +++ b/htdocs/core/class/smtps.class.php
      @@ -1310,7 +1310,7 @@ class SMTPs
       			// References is kept in response and Message-ID is returned into In-Reply-To:
       			$_header .= 'Message-ID: <' . time() . '.SMTPs-dolibarr-'.$trackid.'@' . $host . ">\r\n";
       			$_header .= 'References: <' . time() . '.SMTPs-dolibarr-'.$trackid.'@' . $host . ">\r\n";
      -			$_header .= 'X-Dolibarr-TRACKID: ' . $trackid . "\r\n";
      +			$_header .= 'X-Dolibarr-TRACKID: ' . $trackid . '@' . $host . "\r\n";
       		}
       		else
       		{
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 7bb634cde2a..81ea685f68a 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -610,9 +610,9 @@ if (! function_exists('dol_getprefix'))
       {
           /**
            *  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.
      +     *  The prefix for session is unique 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.
      +     *  The prefix for email is unique if MAIL_PREFIX_FOR_EMAIL_ID is set to a value, otherwise value may be same than other instance.
            *
            *  @param  string  $mode                   '' (prefix for session name) or 'email' (prefix for email id)
            *  @return	string                          A calculated prefix
      @@ -621,11 +621,15 @@ if (! function_exists('dol_getprefix'))
           {
       		global $conf;
       
      -		// If MAIL_PREFIX_FOR_EMAIL_ID is set and prefix is for email
      -		if ($mode == 'email' && ! empty($conf->global->MAIL_PREFIX_FOR_EMAIL_ID))
      +		// If prefix is for email
      +		if ($mode == 'email')
       		{
      -			if ($conf->global->MAIL_PREFIX_FOR_EMAIL_ID != 'SERVER_NAME') return $conf->global->MAIL_PREFIX_FOR_EMAIL_ID;
      -			else if (isset($_SERVER["SERVER_NAME"])) return $_SERVER["SERVER_NAME"];
      +			if (! empty($conf->global->MAIL_PREFIX_FOR_EMAIL_ID))	// If MAIL_PREFIX_FOR_EMAIL_ID is set (a value initialized with a random value is recommended)
      +			{
      +				if ($conf->global->MAIL_PREFIX_FOR_EMAIL_ID != 'SERVER_NAME') return $conf->global->MAIL_PREFIX_FOR_EMAIL_ID;
      +				else if (isset($_SERVER["SERVER_NAME"])) return $_SERVER["SERVER_NAME"];
      +			}
      +			return dol_hash(DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
       		}
       
       		if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["DOCUMENT_ROOT"]))
      @@ -634,7 +638,7 @@ if (! function_exists('dol_getprefix'))
       			// Use this for a "readable" cookie name
       			//return dol_sanitizeFileName($_SERVER["SERVER_NAME"].$_SERVER["DOCUMENT_ROOT"].DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
       		}
      -		else return dol_hash(DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
      +		return dol_hash(DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
       	}
       }
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index e710fd90771..0f744387cce 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -745,13 +745,13 @@ class EmailCollector extends CommonObject
       				$sourcestring='';
       				$sourcefield='';
       				$regexstring='';
      -				$transformationstring='';
      +				//$transformationstring='';
       				$regforregex=array();
       				if (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*):([^:])$/', $valueforproperty, $regforregex))
       				{
       					$sourcefield=$regforregex[0];
       					$regexstring=$regforregex[1];
      -					$transofrmationstring=$regforregex[2];
      +					//$transofrmationstring=$regforregex[2];
       				}
       				elseif (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*)$/', $valueforproperty, $regforregex))
       				{
      @@ -759,7 +759,7 @@ class EmailCollector extends CommonObject
       					$regexstring=$regforregex[1];
       				}
       
      -				if (! empty($sourcestring) && ! empty($regexstring))
      +				if (! empty($sourcefield) && ! empty($regexstring))
       				{
       					if (strtolower($sourcefield) == 'body') $sourcestring=$messagetext;
       					elseif (strtolower($sourcefield) == 'subject') $sourcestring=$subject;
      @@ -902,14 +902,28 @@ class EmailCollector extends CommonObject
       				$headers = array_combine($matches[1], $matches[2]);
       				//var_dump($headers);
       
      +				// $conf->global->MAIL_PREFIX_FOR_EMAIL_ID must be defined
      +				$host=dol_getprefix('email');
      +
       				// If there is a filter on trackid
      +				//var_dump($host);exit;
       				if ($searchfilterdoltrackid > 0)
       				{
      -					if (empty($headers['X-Dolibarr-TRACKID'])) continue;
      +					//if (empty($headers['X-Dolibarr-TRACKID'])) continue;
      +					if (empty($headers['References']) || ! preg_match('/@'.preg_quote($host,'/').'/', $headers['References']))
      +					{
      +						$nbemailprocessed++;
      +						continue;
      +					}
       				}
       				if ($searchfilternodoltrackid > 0)
       				{
      -					if (! empty($headers['X-Dolibarr-TRACKID'])) continue;
      +					if (! empty($headers['References']) && preg_match('/@'.preg_quote($host,'/').'/', $headers['References']))
      +					{
      +						$nbemailprocessed++;
      +						continue;
      +					}
      +					//if (! empty($headers['X-Dolibarr-TRACKID']) continue;
       				}
       
       				$thirdpartystatic=new Societe($this->db);
      @@ -967,10 +981,11 @@ class EmailCollector extends CommonObject
       
       				$contactid = 0; $thirdpartyid = 0; $projectid = 0;
       
      -				// Analyze TrackId
      +				// Analyze TrackId in field References
      +				// For example: References: <1542377954.SMTPs-dolibarr-thi649@8f6014fde11ec6cdec9a822234fc557e>
       				$trackid = '';
       				$reg=array();
      -				if (! empty($headers['X-Dolibarr-TRACKID']) && preg_match('/:\s*([a-z]+)([0-9]+)$/', $headers['X-Dolibarr-TRACKID'], $reg))
      +				if (! empty($headers['References']) && preg_match('/dolibarr-([a-z]+)([0-9]+)@'.preg_quote($host,'/').'/', $headers['References'], $reg))
       				{
       					$trackid = $reg[0].$reg[1];
       
      @@ -1002,17 +1017,20 @@ class EmailCollector extends CommonObject
       						$objectemail = new User($this->db);
       					}
       
      -					$result = $objectemail->fetch($objectid);
      -					if ($result > 0)
      +					if (is_object($objectemail))
       					{
      -						$fk_element_id = $objectemail->id;
      -						$fk_element_type = $objectemail->element;
      -						// Fix fk_element_type
      -						if ($fk_element_type == 'facture') $fk_element_type = 'invoice';
      +						$result = $objectemail->fetch($objectid);
      +						if ($result > 0)
      +						{
      +							$fk_element_id = $objectemail->id;
      +							$fk_element_type = $objectemail->element;
      +							// Fix fk_element_type
      +							if ($fk_element_type == 'facture') $fk_element_type = 'invoice';
       
      -						$thirdpartyid = $objectemail->fk_soc;
      -						$contactid = $objectemail->fk_socpeople;
      -						$projectid = isset($objectemail->fk_project)?$objectemail->fk_project:$objectemail->fk_projet;
      +							$thirdpartyid = $objectemail->fk_soc;
      +							$contactid = $objectemail->fk_socpeople;
      +							$projectid = isset($objectemail->fk_project)?$objectemail->fk_project:$objectemail->fk_projet;
      +						}
       					}
       
       					// Project
      @@ -1087,14 +1105,115 @@ class EmailCollector extends CommonObject
       					if (empty($operation['status'])) continue;
       
       					// Make Operation
      +					dol_syslog("Execute action ".$operation['type']." actionparam=".$operation['actionparam'].' thirdpartystatic->id='.$thirdpartystatic->id.' contactstatic->id='.$contactstatic->id.' projectstatic->id='.$projectstatic->id);
       
       					// Search and create thirdparty
      -					if ($operation['type'] == 'searchandcreatethirdparty')
      +					if ($operation['type'] == 'loadthirdparty' && $operation['type'] == 'loadandcreatethirdparty')
       					{
      +						if (empty($operation['actionparam']))
      +						{
      +							$errorforactions++;
      +							$this->errors = "Action loadthirdparty or loadandcreatethirdparty has empty parameter. Must be 'VALUE:xxx' or 'REGEX:(body|subject):regex' to extract";
      +						}
      +						else
      +						{
      +							$actionparam = $operation['actionparam'];
      +							$nametouseforthirdparty='';
       
      +							// $this->actionparam = 'VALUE:aaa' or 'REGEX:BODY:....'
      +							$arrayvaluetouse = dolExplodeIntoArray($actionparam, ';', '=');
      +							foreach($arrayvaluetouse as $propertytooverwrite => $valueforproperty)
      +							{
      +								$tmpclass=''; $tmpproperty='';
      +								$tmparray=explode('.', $propertytooverwrite);
      +								if (count($tmparray) == 2)
      +								{
      +									$tmpclass=$tmparray[0];
      +									$tmpproperty=$tmparray[1];
      +								}
      +								else
      +								{
      +									$tmpproperty=$tmparray[0];
      +								}
      +								//if ($tmpclass && ($tmpclass != $object->element)) continue;	// Property is for another type of object
       
      +								$sourcestring='';
      +								$sourcefield='';
      +								$regexstring='';
      +								$regforregex=array();
      +								if (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*)$/', $valueforproperty, $regforregex))
      +								{
      +									$sourcefield=$regforregex[0];
      +									$regexstring=$regforregex[1];
      +								}
       
      +								if (! empty($sourcefield) && ! empty($regexstring))
      +								{
      +									if (strtolower($sourcefield) == 'body') $sourcestring=$messagetext;
      +									elseif (strtolower($sourcefield) == 'subject') $sourcestring=$subject;
       
      +									$regforval=array();
      +									if (preg_match('/'.preg_quote($regexstring, '/').'/', $sourcestring, $regforval))
      +									{
      +										// Overwrite param $tmpproperty
      +										$nametouseforthirdparty = $regforval[0];
      +									}
      +									else
      +									{
      +										// Nothing can be done for this param
      +									}
      +								}
      +								elseif (preg_match('/^VALUE:(.*)$/', $valueforproperty, $reg))
      +								{
      +									$nametouseforthirdparty = $reg[0];
      +								}
      +								else
      +								{
      +									$errorforactions++;
      +									$this->error = 'Bad syntax for description of action parameters: '.$actionparam;
      +									$this->errors[] = $this->error;
      +									break;
      +								}
      +							}
      +
      +							if (! $errorforactions && $nametouseforthirdparty)
      +							{
      +								$result = $thirdpartystatic->fetch(0, $nametouseforthirdparty);
      +								if ($result < 0)
      +								{
      +									$errorforactions++;
      +									$this->error = 'Error when getting thirdparty with name '.$nametouseforthirdparty.' (may be 2 record exists with same name ?)';
      +									$this->errors[] = $this->error;
      +									break;
      +								}
      +								elseif ($result == 0)
      +								{
      +									if ($operation['type'] == 'loadandcreatethirdparty')
      +									{
      +										// Create thirdparty
      +										$thirdpartystatic->name = $nametouseforthirdparty;
      +
      +										// Overwrite values with values extracted from source email
      +										$errorforthisaction = $this->overwritePropertiesOfObject($thirdpartystatic, $operation['actionparam'], $messagetext, $subject);
      +
      +										if ($errorforthisaction)
      +										{
      +											$errorforactions++;
      +										}
      +										else
      +										{
      +											$result = $thirdpartystatic->create($user);
      +											if ($result <= 0)
      +											{
      +												$errorforactions++;
      +												$this->error = $thirdpartystatic->error;
      +												$this->errors = $thirdpartystatic->errors;
      +											}
      +										}
      +									}
      +								}
      +							}
      +						}
       					}
       					// Create event
       					elseif ($operation['type'] == 'recordevent')
      diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      index c4e94b5e4bb..ddf68ce9512 100644
      --- a/htdocs/emailcollector/class/emailcollectorfilter.class.php
      +++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
      @@ -159,7 +159,7 @@ class EmailCollectorFilter extends CommonObject
       			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type"));
       			return -1;
       		}
      -		if (! in_array($this->type, array('seen','unseen')) && empty($this->rulevalue))
      +		if (! in_array($this->type, array('seen','unseen','withtrackingid','withouttrackingid')) && empty($this->rulevalue))
       		{
       			$langs->load("errors");
       			$this->errors[]=$langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("StringToFilter"));
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index dd570e9a357..563d0852956 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1833,7 +1833,7 @@ EmailCollectorConfirmCollectTitle=Email collect confirmation
       EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
       NoNewEmailToProcess=No new email (matching filters) to process
       NothingProcessed=Nothing done
      -XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      +XEmailsDoneYActionsDone=%s emails qualified, %s emails successfuly processed (for %s record/actions done) by collector
       RecordEvent=Record email event
       CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
       CodeLastResult=Result code of last collect
      
      From 028be210702f4f9217640f65e80018a56f86c2d5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 16 Nov 2018 16:55:53 +0100
      Subject: [PATCH 0925/1013] Debug
      
      ---
       htdocs/admin/emailcollector_card.php           |  2 +-
       .../class/emailcollector.class.php             | 18 +++---------------
       2 files changed, 4 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index aaeb08461b6..8d0b6e14b2b 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -141,7 +141,7 @@ if (GETPOST('addoperation','alpha'))
       {
       	$emailcollectoroperation = new EmailCollectorAction($db);
       	$emailcollectoroperation->type = GETPOST('operationtype','az09');
      -	$emailcollectoroperation->actionparam = GETPOST('actionparam', 'alpha');
      +	$emailcollectoroperation->actionparam = GETPOST('operationparam', 'none');
       	$emailcollectoroperation->fk_emailcollector = $object->id;
       	$emailcollectoroperation->status = 1;
       	$result = $emailcollectoroperation->create($user);
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 0f744387cce..df064e030da 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -1108,12 +1108,13 @@ class EmailCollector extends CommonObject
       					dol_syslog("Execute action ".$operation['type']." actionparam=".$operation['actionparam'].' thirdpartystatic->id='.$thirdpartystatic->id.' contactstatic->id='.$contactstatic->id.' projectstatic->id='.$projectstatic->id);
       
       					// Search and create thirdparty
      -					if ($operation['type'] == 'loadthirdparty' && $operation['type'] == 'loadandcreatethirdparty')
      +					if ($operation['type'] == 'loadthirdparty' || $operation['type'] == 'loadandcreatethirdparty')
       					{
       						if (empty($operation['actionparam']))
       						{
       							$errorforactions++;
      -							$this->errors = "Action loadthirdparty or loadandcreatethirdparty has empty parameter. Must be 'VALUE:xxx' or 'REGEX:(body|subject):regex' to extract";
      +							$this->error = "Action loadthirdparty or loadandcreatethirdparty has empty parameter. Must be 'VALUE:xxx' or 'REGEX:(body|subject):regex' to define how to extract data";
      +							$this->errors[] = $this->error;
       						}
       						else
       						{
      @@ -1124,19 +1125,6 @@ class EmailCollector extends CommonObject
       							$arrayvaluetouse = dolExplodeIntoArray($actionparam, ';', '=');
       							foreach($arrayvaluetouse as $propertytooverwrite => $valueforproperty)
       							{
      -								$tmpclass=''; $tmpproperty='';
      -								$tmparray=explode('.', $propertytooverwrite);
      -								if (count($tmparray) == 2)
      -								{
      -									$tmpclass=$tmparray[0];
      -									$tmpproperty=$tmparray[1];
      -								}
      -								else
      -								{
      -									$tmpproperty=$tmparray[0];
      -								}
      -								//if ($tmpclass && ($tmpclass != $object->element)) continue;	// Property is for another type of object
      -
       								$sourcestring='';
       								$sourcefield='';
       								$regexstring='';
      
      From 6b8a3094f06283b7807da7144b698d8e3dbb9efe Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 00:14:23 +0100
      Subject: [PATCH 0926/1013] Fix missing some keys in substitution arrays
      
      ---
       htdocs/core/class/html.formmail.class.php |  2 --
       htdocs/core/lib/functions.lib.php         | 34 ++++++++++++++++++-----
       htdocs/langs/en_US/admin.lang             |  1 +
       3 files changed, 28 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
      index 1406586cea6..79822082797 100644
      --- a/htdocs/core/class/html.formmail.class.php
      +++ b/htdocs/core/class/html.formmail.class.php
      @@ -1420,8 +1420,6 @@ class FormMail extends Form
       			}
       		}
       
      -		$tmparray['__(AnyTranslationKey)__']="Translation";
      -
       		foreach($tmparray as $key => $val)
       		{
       			if (empty($val)) $tmparray[$key]=$key;
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 81ea685f68a..92f2cb62308 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6030,6 +6030,10 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
       			$substitutionarray['__SECUREKEYPAYMENT_INVOICE__'] = 'Security key for payment on an invoice';
       			$substitutionarray['__SECUREKEYPAYMENT_CONTRACTLINE__'] = 'Security key for payment on a a service';
       
      +			$substitutionarray['__DIRECTDOWNLOAD_URL_PROPOSAL__'] = 'Direct download url of a proposal';
      +			$substitutionarray['__DIRECTDOWNLOAD_URL_ORDER__'] = 'Direct download url of an order';
      +			$substitutionarray['__DIRECTDOWNLOAD_URL_INVOICE__'] = 'Direct download url of an invoice';
      +
       			if (is_object($object) && $object->element == 'shipping')
       			{
       				$substitutionarray['__SHIPPINGTRACKNUM__']='Shipping tacking number';
      @@ -6043,7 +6047,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
       			$substitutionarray['__REFCLIENT__'] = (isset($object->ref_client) ? $object->ref_client : (isset($object->ref_customer) ? $object->ref_customer : ''));
       			$substitutionarray['__REFSUPPLIER__'] = (isset($object->ref_supplier) ? $object->ref_supplier : '');
       
      -			// TODO Use this ?
      +			// TODO Remove this
       			$msgishtml = 0;
       
       			$birthday = dol_print_date($object->birth,'day');
      @@ -6154,6 +6158,22 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
       
       			$substitutionarray['__ONLINE_PAYMENT_TEXT_AND_URL__']=($paymenturl?str_replace('\n', "\n", $outputlangs->trans("PredefinedMailContentLink", $paymenturl)):'');
       			$substitutionarray['__ONLINE_PAYMENT_URL__']=$paymenturl;
      +
      +			if (! empty($conf->global->PROPOSAL_ALLOW_EXTERNAL_DOWNLOAD) && is_object($object) && $object->element == 'propal')
      +			{
      +				$substitutionarray['__DIRECTDOWNLOAD_URL_PROPOSAL__'] = $object->getLastMainDocLink($object->element);
      +			}
      +			else $substitutionarray['__DIRECTDOWNLOAD_URL_PROPOSAL__'] = '';
      +			if (! empty($conf->global->ORDER_ALLOW_EXTERNAL_DOWNLOAD) && is_object($object) && $object->element == 'commande')
      +			{
      +				$substitutionarray['__DIRECTDOWNLOAD_URL_ORDER__'] = $object->getLastMainDocLink($object->element);
      +			}
      +			else $substitutionarray['__DIRECTDOWNLOAD_URL_ORDER__'] = '';
      +			if (! empty($conf->global->INVOICE_ALLOW_EXTERNAL_DOWNLOAD) && is_object($object) && $object->element == 'facture')
      +			{
      +				$substitutionarray['__DIRECTDOWNLOAD_URL_INVOICE__'] = $object->getLastMainDocLink($object->element);
      +			}
      +			else $substitutionarray['__DIRECTDOWNLOAD_URL_INVOICE__'] = '';
       		}
       	}
       	if (empty($exclude) || ! in_array('objectamount', $exclude))
      @@ -6214,16 +6234,16 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
       		));
       	}
       
      -	if (empty($exclude) || ! in_array('system', $exclude))
      -	{
      -		$substitutionarray['__(AnyTranslationKey)__']=$outputlangs->trans('TranslationOfKey');
      -		$substitutionarray['__[AnyConstantKey]__']=$outputlangs->trans('ValueOfConstant');
      -		$substitutionarray['__DOL_MAIN_URL_ROOT__']=DOL_MAIN_URL_ROOT;
      -	}
       	if (! empty($conf->multicompany->enabled))
       	{
       		$substitutionarray=array_merge($substitutionarray, array('__ENTITY_ID__' => $conf->entity));
       	}
      +	if (empty($exclude) || ! in_array('system', $exclude))
      +	{
      +		$substitutionarray['__DOL_MAIN_URL_ROOT__']=DOL_MAIN_URL_ROOT;
      +		$substitutionarray['__(AnyTranslationKey)__']=$outputlangs->trans('TranslationOfKey');
      +		$substitutionarray['__[AnyConstantKey]__']=$outputlangs->trans('ValueOfConstantKey');
      +	}
       
       	return $substitutionarray;
       }
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 563d0852956..5e36da93279 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -967,6 +967,7 @@ CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
       LabelUsedByDefault=Label used by default if no translation can be found for code
       LabelOnDocuments=Label on documents
       LabelOrTranslationKey=Label or translation key
      +ValueOfConstantKey=Value of constant
       NbOfDays=No. of days
       AtEndOfMonth=At end of month
       CurrentNext=Current/Next
      
      From a2c9fefee0b148c1390e4a1db1561cf989d90bd5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 00:40:39 +0100
      Subject: [PATCH 0927/1013] Fix do not show tool to check european vat if
       country is not in EEC
      
      ---
       htdocs/societe/card.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
      index 9fe4ff4d4f3..80427437488 100644
      --- a/htdocs/societe/card.php
      +++ b/htdocs/societe/card.php
      @@ -2402,7 +2402,7 @@ else
       			}
               }
       
      -        // VAT Code
      +        // Sale tax code (VAT code)
               print '<tr>';
       		print '<td class="nowrap">'.$langs->trans('VATIntra').'</td><td>';
               if ($object->tva_intra)
      @@ -2411,7 +2411,7 @@ else
                   $s.=$object->tva_intra;
                   $s.='<input type="hidden" id="tva_intra" name="tva_intra" maxlength="20" value="'.$object->tva_intra.'">';
       
      -            if (empty($conf->global->MAIN_DISABLEVATCHECK))
      +            if (empty($conf->global->MAIN_DISABLEVATCHECK) && isInEEC($object))
                   {
                       $s.=' &nbsp; ';
       
      
      From 4e39065e29bfa2ab7c68ba0e3ce32317d49b4955 Mon Sep 17 00:00:00 2001
      From: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
      Date: Sat, 17 Nov 2018 07:37:32 +0100
      Subject: [PATCH 0928/1013] Fix Page Salaries stats - Look & feel  v9
      
      ---
       htdocs/compta/salaries/stats/index.php | 14 ++++++++------
       1 file changed, 8 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/compta/salaries/stats/index.php b/htdocs/compta/salaries/stats/index.php
      index edb48edc303..6471f66cf57 100644
      --- a/htdocs/compta/salaries/stats/index.php
      +++ b/htdocs/compta/salaries/stats/index.php
      @@ -187,7 +187,7 @@ $head[$h][1] = $langs->trans("ByMonthYear");
       $head[$h][2] = 'byyear';
       $h++;
       
      -complete_head_from_modules($conf,$langs,null,$head,$h,'trip_stats');
      +complete_head_from_modules($conf,$langs,null,$head,$h,'salaries_stats');
       
       dol_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1);
       
      @@ -197,7 +197,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
       
       // Show filter box
       print '<form name="stats" method="POST" action="'.$_SERVER["PHP_SELF"].'">';
      -print '<table class="border" width="100%">';
      +print '<table class="noborder" width="100%">';
       print '<tr class="liste_titre"><td class="liste_titre" colspan="2">'.$langs->trans("Filter").'</td></tr>';
       // User
       print '<tr><td>'.$langs->trans("User").'</td><td>';
      @@ -215,8 +215,8 @@ print '</form>';
       print '<br><br>';
       
       print '<div class="div-table-responsive-no-min">';
      -print '<table class="border" width="100%">';
      -print '<tr>';
      +print '<table class="noborder" width="100%">';
      +print '<tr class="liste_titre" height="24">';
       print '<td align="center">'.$langs->trans("Year").'</td>';
       print '<td align="right">'.$langs->trans("Number").'</td>';
       print '<td align="right">'.$langs->trans("AmountTotal").'</td>';
      @@ -231,14 +231,16 @@ foreach ($data as $val)
       	{
       		// If we have empty year
       		$oldyear--;
      -		print '<tr height="24">';
      +
      +		print '<tr class="oddeven" height="24">';
       		print '<td align="center"><a href="'.$_SERVER["PHP_SELF"].'?year='.$oldyear.'">'.$oldyear.'</a></td>';
       		print '<td align="right">0</td>';
       		print '<td align="right">0</td>';
       		print '<td align="right">0</td>';
       		print '</tr>';
       	}
      -	print '<tr height="24">';
      +
      +	print '<tr class="oddeven" height="24">';
       	print '<td align="center"><a href="'.$_SERVER["PHP_SELF"].'?year='.$year.'">'.$year.'</a></td>';
       	print '<td align="right">'.$val['nb'].'</td>';
       	print '<td align="right">'.price(price2num($val['total'],'MT'),1).'</td>';
      
      From 30b1db34cd01a5157ec88e348a83ac144e34c6a8 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 17 Nov 2018 11:33:01 +0100
      Subject: [PATCH 0929/1013] Update CMailFile.class.php
      
      ---
       htdocs/core/class/CMailFile.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index bb38563837a..b4c21af8cad 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -493,7 +493,7 @@ class CMailFile
       			if (! empty($addr_cc)) $this->message->setCc($this->getArrayAddress($addr_cc));
       			if (! empty($addr_bcc)) $this->message->setBcc($this->getArrayAddress($addr_bcc));
       			//if (! empty($errors_to)) $this->message->setErrorsTo($this->getArrayAddress($errors_to);
      -			if (isset($this->deliveryreceipt) && $this->deliveryreceipt == 1) $this->message->setReadReceiptTo($this->getArrayAddress($from));
      +			if (isset($deliveryreceipt) && $deliveryreceipt == 1) $this->message->setReadReceiptTo($this->getArrayAddress($from));
       		}
       		else
       		{
      
      From 0ba388de5d5a39cbfd6e33939e20b7a4ee89845e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Sat, 17 Nov 2018 18:03:59 +0100
      Subject: [PATCH 0930/1013] typo
      
      ---
       htdocs/expedition/stats/index.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/expedition/stats/index.php b/htdocs/expedition/stats/index.php
      index a0631d8da23..e0b750e9797 100644
      --- a/htdocs/expedition/stats/index.php
      +++ b/htdocs/expedition/stats/index.php
      @@ -213,7 +213,7 @@ if (! count($arrayyears)) $arrayyears[$nowyear]=$nowyear;
       
       $h=0;
       $head = array();
      -$head[$h][0] = DOL_URL_ROOT . '/commande/stats/index.php?mode='.$mode;
      +$head[$h][0] = DOL_URL_ROOT . '/expedition/stats/index.php?mode='.$mode;
       $head[$h][1] = $langs->trans("ByMonthYear");
       $head[$h][2] = 'byyear';
       $h++;
      
      From 7f33403d439468c762db4c36253ab3b36489a3b5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 22:55:13 +0100
      Subject: [PATCH 0931/1013] Fix translation
      
      ---
       htdocs/admin/events.php                          |  2 +-
       htdocs/core/menus/standard/eldy.lib.php          |  3 ++-
       htdocs/core/modules/modWebsite.class.php         |  2 +-
       htdocs/install/mysql/data/llx_accounting_abc.sql | 14 +++++++-------
       htdocs/langs/en_US/admin.lang                    |  6 +++---
       5 files changed, 14 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/admin/events.php b/htdocs/admin/events.php
      index dd3b1c5bff7..347f4c27489 100644
      --- a/htdocs/admin/events.php
      +++ b/htdocs/admin/events.php
      @@ -74,7 +74,7 @@ llxHeader('',$langs->trans("Audit"),$wikihelp);
       //$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
       print load_fiche_titre($langs->trans("SecuritySetup"),'','title_setup');
       
      -print $langs->trans("LogEventDesc")."<br>\n";
      +print $langs->trans("LogEventDesc", $langs->transnoentitiesnoconv("AdminTools"), $langs->transnoentitiesnoconv("Audit"))."<br>\n";
       print "<br>\n";
       
       
      diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
      index da44860c47f..2bf4671504f 100644
      --- a/htdocs/core/menus/standard/eldy.lib.php
      +++ b/htdocs/core/menus/standard/eldy.lib.php
      @@ -1087,7 +1087,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
       								if ($nature)
       								{
       									$langs->load('accountancy');
      -									$newmenu->add('/accountancy/journal/'.$nature.'journal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal='.$objp->rowid, $langs->trans($objp->label), 2, $user->rights->accounting->comptarapport->lire);
      +									$journallabel=$langs->transnoentities($objp->label);	// Labels in this table are set by loading llx_accounting_abc.sql. Label can be 'ACCOUNTING_SELL_JOURNAL', 'InventoryJournal', ...
      +									$newmenu->add('/accountancy/journal/'.$nature.'journal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal='.$objp->rowid, $journallabel, 2, $user->rights->accounting->comptarapport->lire);
       								}
       								$i++;
       							}
      diff --git a/htdocs/core/modules/modWebsite.class.php b/htdocs/core/modules/modWebsite.class.php
      index 3402f9ddfdc..ade9a23e759 100644
      --- a/htdocs/core/modules/modWebsite.class.php
      +++ b/htdocs/core/modules/modWebsite.class.php
      @@ -107,7 +107,7 @@ class modWebsite extends DolibarrModules
               $r=0;
               $this->menu[$r]=array(	'fk_menu'=>'0',		    // 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 Left menu entry
      -						        'titre'=>'Websites',
      +						        'titre'=>'WebSites',
                                       'mainmenu'=>'website',
       						        'url'=>'/website/index.php',
       						        'langs'=>'website',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
      diff --git a/htdocs/install/mysql/data/llx_accounting_abc.sql b/htdocs/install/mysql/data/llx_accounting_abc.sql
      index 853ff2bfbd4..6e4c62d8228 100644
      --- a/htdocs/install/mysql/data/llx_accounting_abc.sql
      +++ b/htdocs/install/mysql/data/llx_accounting_abc.sql
      @@ -30,13 +30,13 @@
       --
       
       
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('VT', 'ACCOUNTING_SELL_JOURNAL',           2, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('AC', 'ACCOUNTING_PURCHASE_JOURNAL',       3, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('BQ', 'FinanceJournal',           4, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('OD', 'ACCOUNTING_MISCELLANEOUS_JOURNAL',          1, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('AN', 'ACCOUNTING_HAS_NEW_JOURNAL',        9, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('ER', 'ExpenseReportsJournal', 5, 1, 1);
      -INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('INV', 'InventoryJournal'    , 8, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('VT',  'ACCOUNTING_SELL_JOURNAL',          2, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('AC',  'ACCOUNTING_PURCHASE_JOURNAL',      3, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('BQ',  'FinanceJournal',                   4, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('OD',  'ACCOUNTING_MISCELLANEOUS_JOURNAL', 1, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('AN',  'ACCOUNTING_HAS_NEW_JOURNAL',       9, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('ER',  'ExpenseReportsJournal',            5, 1, 1);
      +INSERT INTO llx_accounting_journal (code, label, nature, active, entity) VALUES ('INV', 'InventoryJournal',                 8, 1, 1);
       
       
       -- Description of chart of account FR PCG99-ABREGE
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 5e36da93279..93fd206ef94 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -1054,7 +1054,7 @@ SetupDescription3=<a href="%s">%s -> %s</a><br>Basic parameters used to customiz
       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 provides optional parameters.
       LogEvents=Security audit events
      -Audit=Audit
      +Audit=Security events
       InfoDolibarr=About Dolibarr
       InfoBrowser=About Browser
       InfoOS=About OS
      @@ -1066,7 +1066,7 @@ BrowserName=Browser name
       BrowserOS=Browser OS
       ListOfSecurityEvents=List of Dolibarr security events
       SecurityEventsPurged=Security events purged
      -LogEventDesc=You can enable here the logging for Dolibarr security events. Administrators can then see its content via menu <b>System tools - Audit</b>. Warning, this feature can consume a large amount of data in database.
      +LogEventDesc=You can enable here the logging for security events. Administrators can then see its content via menu <b>%s - %s</b>. Warning, this feature can consume a large amount of data in database.
       AreaForAdminOnly=Setup parameters can be set by <b>administrator users</b> only.
       SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
       SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
      @@ -1097,7 +1097,7 @@ MAIN_ROUNDING_RULE_TOT=Step of rounding range (for countries where rounding is d
       UnitPriceOfProduct=Net unit price of a product
       TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
       ParameterActiveForNextInputOnly=Parameter effective for next input only
      -NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      +NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "Setup - Security - Events" page.
       NoEventFoundWithCriteria=No security event has been found for this search criteria.
       SeeLocalSendMailSetup=See your local sendmail setup
       BackupDesc=To make a complete backup of Dolibarr, you must:
      
      From 13d00b2eb1b44aea16393e2de1d0014aeaa0be32 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 23:14:12 +0100
      Subject: [PATCH 0932/1013] Sync transifex
      
      ---
       htdocs/blockedlog/lib/blockedlog.lib.php |  1 +
       htdocs/langs/en_US/errors.lang           |  2 +-
       htdocs/langs/fr_FR/accountancy.lang      | 33 +++++++++------
       htdocs/langs/fr_FR/admin.lang            |  6 +--
       htdocs/langs/fr_FR/agenda.lang           |  7 ++--
       htdocs/langs/fr_FR/blockedlog.lang       | 53 ++++++++++++++++++++++++
       6 files changed, 82 insertions(+), 20 deletions(-)
       create mode 100644 htdocs/langs/fr_FR/blockedlog.lang
      
      diff --git a/htdocs/blockedlog/lib/blockedlog.lib.php b/htdocs/blockedlog/lib/blockedlog.lib.php
      index 8e715154c64..7025ee464fe 100644
      --- a/htdocs/blockedlog/lib/blockedlog.lib.php
      +++ b/htdocs/blockedlog/lib/blockedlog.lib.php
      @@ -38,6 +38,7 @@ function blockedlogadmin_prepare_head()
       	$head[$h][2] = 'blockedlog';
       	$h++;
       
      +	$langs->load("blockedlog");
       	$head[$h][0] = DOL_URL_ROOT."/blockedlog/admin/blockedlog_list.php?withtab=1";
       	$head[$h][1] = $langs->trans("BrowseBlockedLog");
       
      diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
      index 3c806156c7c..038ef926c91 100644
      --- a/htdocs/langs/en_US/errors.lang
      +++ b/htdocs/langs/en_US/errors.lang
      @@ -174,7 +174,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 lead/lead. So you must also enter its status
      +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this 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/fr_FR/accountancy.lang b/htdocs/langs/fr_FR/accountancy.lang
      index 4f546828652..d041d576e6e 100644
      --- a/htdocs/langs/fr_FR/accountancy.lang
      +++ b/htdocs/langs/fr_FR/accountancy.lang
      @@ -36,8 +36,12 @@ AlreadyInGeneralLedger=Enregistrement déjà présent dans le grand livre
       NotYetInGeneralLedger=Pas encore envoyé dans le grand livre
       GroupIsEmptyCheckSetup=Le groupe est vide. Vérifier la configuration du groupe personnalisé
       DetailByAccount=Afficher le détail par compte
      -AccountWithNonZeroValues=Comptes avec valeurs non nulles
      +AccountWithNonZeroValues=Accounts with non-zero values
       ListOfAccounts=Liste des comptes
      +CountriesInEEC=Countries in EEC
      +CountriesNotInEEC=Countries not in EEC
      +CountriesInEECExceptMe=Countries in EEC except %s
      +CountriesExceptMe=All countries except %s
       
       MainAccountForCustomersNotDefined=Compte comptable général pour les clients non défini dans la configuration
       MainAccountForSuppliersNotDefined=Compte comptable général pour les fournisseurs non défini dans la configuration
      @@ -55,10 +59,10 @@ AccountancyAreaDescChartModel=Étape %s : Créer un modèle de plan de compte de
       AccountancyAreaDescChart=Étape %s : Créer ou vérifier le contenu de votre plan de compte depuis le menu %s
       
       AccountancyAreaDescVat=Étape %s : Définissez les comptes comptables de chaque taux de TVA utilisé. Pour cela, suivez le menu suivant %s.
      -AccountancyAreaDescDefault=ÉTAPE %s: Définir les comptes de comptabilité par défaut. Pour cela, utilisez l'entrée de menu %s.
      +AccountancyAreaDescDefault=Étape %s: Définir les comptes de comptabilité par défaut. Pour cela, utilisez l'entrée de menu %s.
       AccountancyAreaDescExpenseReport=Étape %s : Définissez les comptes comptables par défaut des dépenses des notes de frais. Pour cela, suivez le menu suivant %s.
       AccountancyAreaDescSal=Étape %s : Définissez les comptes comptables de paiements de salaires. Pour cela, suivez le menu suivant %s.
      -AccountancyAreaDescContrib=Étape %s : Définissez les comptes comptables des dépenses spéciales (taxes diverses). Pour cela, suivez le menu suivant %s.
      +AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expenses (miscellaneous taxes). For this, use the menu entry %s.
       AccountancyAreaDescDonation=Étape %s : Définissez le compte comptable par défaut des dons. Pour cela, suivez le menu suivant %s.
       AccountancyAreaDescMisc=Étape %s : Définissez le compte par défaut obligatoire et les comptes comptables par défaut pour les transactions diverses. Pour cela, utilisez l'entrée du menu suivant %s.
       AccountancyAreaDescLoan=Étape %s : Définissez les comptes comptables par défaut des emprunts. Pour cela, suivez le menu suivant %s.
      @@ -130,7 +134,7 @@ ACCOUNTING_LENGTH_DESCRIPTION=Tronquer la description des produits & services da
       ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Tronquer la description du compte des produits & services dans les listes à n caractères (Idéalement = 50)
       ACCOUNTING_LENGTH_GACCOUNT=Longueur des comptes de la comptabilité générale (Si vous définissez la valeur à 6 ici, le compte « 706 » apparaîtra comme « 706000 » à l'écran)
       ACCOUNTING_LENGTH_AACCOUNT=Longueur des comptes comptables de Tiers (Si vous définissez la valeur à 6 ici, le compte « 401 » apparaîtra comme « 401000 » à l'écran)
      -ACCOUNTING_MANAGE_ZERO=Permettre de gérer un nombre différent de zéro à la fin d'un compte comptable. Nécessaire par certains pays (comme la Suisse). Si conservé à Non (par défaut), vous pouvez définir les 2 paramètres suivants pour demander à l'application d'ajouter des zéros virtuels.
      +ACCOUNTING_MANAGE_ZERO=Permettre de gérer un nombre différent de zéro à la fin d'un compte comptable. Nécessaire pour certains pays (comme la Suisse). Si conservé à Non (par défaut), vous pouvez définir les 2 paramètres suivants pour demander à l'application d'ajouter des zéros virtuels.
       BANK_DISABLE_DIRECT_INPUT=Désactiver la saisie directe de transactions en banque
       ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Activer l'export brouillon sur les journaux comptables
       
      @@ -139,7 +143,7 @@ ACCOUNTING_PURCHASE_JOURNAL=Journal des achats
       ACCOUNTING_MISCELLANEOUS_JOURNAL=Journal des opérations diverses
       ACCOUNTING_EXPENSEREPORT_JOURNAL=Journal des notes de frais
       ACCOUNTING_SOCIAL_JOURNAL=Journal de paie
      -ACCOUNTING_HAS_NEW_JOURNAL=Journal des A -nouveaux
      +ACCOUNTING_HAS_NEW_JOURNAL=Journal des A-nouveaux
       
       ACCOUNTING_ACCOUNT_TRANSFER_CASH=Compte comptable de tranfert
       ACCOUNTING_ACCOUNT_SUSPENSE=Compte comptable d'attente
      @@ -156,6 +160,7 @@ Docref=Référence
       LabelAccount=Libellé du compte
       LabelOperation=Libellé opération
       Sens=Sens
      +LetteringCode=Lettering code
       Codejournal=Journal
       NumPiece=Numéro de pièce
       TransactionNumShort=Num. transaction
      @@ -198,13 +203,13 @@ PaymentsNotLinkedToProduct=Paiement non lié à un produit / service
       
       Pcgtype=Groupe de comptes comptables
       Pcgsubtype=Sous-groupe de comptes comptables
      -PcgtypeDesc=Le groupe et le sous-groupe d'un compte comptable sont prédéfinis comme critère de 'filtre' et 'regroupement' pour certains rapports comptables. Par exemple, 'INCOME' or 'EXPENSE' sont regroupés pour construire le rapport des recettes/dépenses.
      +PcgtypeDesc=Group and subgroup of account are used as predefined 'filter' and 'grouping' criteria for some accounting reports. For example, 'INCOME' or 'EXPENSE' are used as groups for accounting accounts of products to build the expense/income report.
       
       TotalVente=Total chiffre affaires hors taxe
       TotalMarge=Total marge
       
       DescVentilCustomer=Consultez ici la liste des lignes de factures clients liées (ou non) à un compte comptable produit
      -DescVentilMore=Dans la plupart des cas, si vous utilisez des produits ou des services prédéfinis et vous définissez le numéro de compte comptable sur la fiche produit/service, l'application sera en mesure de faire toute les liaisons entre vos lignes de facture et le compte comptable de votre plan comptable, juste en un clic avec le bouton <strong>"%s"</strong>. Si le compte n'a pas été mis sur les fiches produits/services ou si vous avez encore quelques lignes non liées à un compte, vous devrez faire une liaison manuelle à partir du menu <strong>"%s"</strong>.
      +DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on product/service cards or if you still have some lines not bound to an account, you will have to make a manual binding from the menu "<strong>%s</strong>".
       DescVentilDoneCustomer=Consultez ici la liste des lignes de factures clients et leur compte comptable produits
       DescVentilTodoCustomer=Lier les lignes de factures non déjà liées à un compte comptable produits
       ChangeAccount=Modifier le compte comptable produit/service pour les lignes sélectionnées avec le compte comptable suivant:
      @@ -213,7 +218,7 @@ DescVentilSupplier=Consultez ici la liste des lignes de factures fournisseurs li
       DescVentilDoneSupplier=Consultez ici la liste des lignes de factures fournisseurs et leur compte comptable
       DescVentilTodoExpenseReport=Lier les lignes de note de frais par encore liées à un compte comptable
       DescVentilExpenseReport=Consultez ici la liste des lignes de notes de frais liées (ou non) à un compte comptable
      -DescVentilExpenseReportMore=Si vous avez défini des comptes comptables au niveau des types de lignes notes de frais, l'application sera capable de faire l'association automatiquement entre les lignes de notes de frais et le compte comptable de votre plan comptable, en un simple clic sur le bouton <strong>"%s"</strong>. Si aucun compte n'a été défini au niveau du dictionnaire de types de lignes de notes de frais ou si vous avez toujours des lignes de notes de frais non liables automatiquement à un compte comptable, vous devez faire l'association manuellement depuis le menu "<strong>%s</strong>".
      +DescVentilExpenseReportMore=If you setup accounting account on type of expense report lines, the application will be able to make all the binding between your expense report lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on fees dictionary or if you still have some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
       DescVentilDoneExpenseReport=Consultez ici la liste des lignes des notes de frais et leur compte comptable
       
       ValidateHistory=Lier automatiquement
      @@ -221,6 +226,7 @@ AutomaticBindingDone=Liaison automatique faite
       
       ErrorAccountancyCodeIsAlreadyUse=Erreur, vous ne pouvez pas détruire de compte comptable car il est utilisé
       MvtNotCorrectlyBalanced=Mouvement non équilibré. Débit = %s| Crébit = %s
      +Balancing=Balancing
       FicheVentilation=Fiche lien
       GeneralLedgerIsWritten=Les transactions sont enregistrées dans le grand livre
       GeneralLedgerSomeRecordWasNotRecorded=Certaines des opérations n'ont pu être journalisées. S'il n'y a pas d'autres messages, c'est probablement car elles sont déjà comptabilisées.
      @@ -232,7 +238,7 @@ NotYetAccounted=Pas encore comptabilisé
       
       ## Admin
       ApplyMassCategories=Application en masse des catégories
      -AddAccountFromBookKeepingWithNoCategories=Comptes disponibles pas encore dans un groupe personnalisé
      +AddAccountFromBookKeepingWithNoCategories=Available account not yet in a personalized group
       CategoryDeleted=Le groupe de comptes comptables a été supprimé
       AccountingJournals=Journaux comptables
       AccountingJournal=Journal comptable
      @@ -262,7 +268,8 @@ Modelcsv_quadratus=Export vers Quadratus QuadraCompta
       Modelcsv_ebp=Export vers EBP
       Modelcsv_cogilog=Export vers Cogilog
       Modelcsv_agiris=Export vers Agiris
      -Modelcsv_configurable=Export configurable
      +Modelcsv_configurable=Export CSV Configurable
      +Modelcsv_FEC=Export FEC (Art. L47 A) (Test)
       ChartofaccountsId=Id plan comptable
       
       ## Tools - Init accounting account on product / service
      @@ -292,15 +299,15 @@ ErrorNoAccountingCategoryForThisCountry=Pas de catégories de regroupement compt
       ErrorInvoiceContainsLinesNotYetBounded=Vous essayez de journaliser certaines lignes de la facture <strong> %s </strong>, mais certaines autres lignes ne sont pas encore liées au compte de comptabilité. La journalisation de toutes les lignes de facture pour cette facture est refusée.
       ErrorInvoiceContainsLinesNotYetBoundedShort=Certaines lignes sur la facture ne sont pas liées au compte comptable.
       ExportNotSupported=Le format de l'export n'est pas supporté par cette page
      -BookeppingLineAlreayExists=Lignes dejà existantes dans le grand livre
      +BookeppingLineAlreayExists=Lines already existing into bookkeeping
       NoJournalDefined=Pas de journal défini
       Binded=Lignes liées
       ToBind=Lignes à lier
      -UseMenuToSetBindindManualy=L'autodection n'est pas possible, utilisez le menu <a href="%s"> %s </a> pour effectuer la liaison manuellement
      +UseMenuToSetBindindManualy=Lines not yet bound, use menu <a href="%s">%s</a> to make the binding manually
       
       ## Import
       ImportAccountingEntries=Écritures comptables
       
      -WarningReportNotReliable=Attention : ce rapport n'est pas basé sur le grand livre et ne contient donc pas les écritures manuelles qui lui ont été ajoutées. Si votre journalisation est à jour, la vue depuis le grand livre sera plus précise.
      +WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manually in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
       ExpenseReportJournal=Journal des notes de frais
       InventoryJournal=Journal d'inventaire
      diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
      index 656757f2c67..2f0ecc73bc2 100644
      --- a/htdocs/langs/fr_FR/admin.lang
      +++ b/htdocs/langs/fr_FR/admin.lang
      @@ -612,7 +612,7 @@ Module5000Name=Multi-société
       Module5000Desc=Permet de gérer plusieurs sociétés
       Module6000Name=Workflow
       Module6000Desc=Gestion du workflow (création automatique d'objet et / ou changement automatique d'état)
      -Module10000Name=Sites internet
      +Module10000Name=Sites web
       Module10000Desc=Créer des sites internet publics (sites web) avec un éditeur WYSIWYG. Indiquer à votre serveur web (Apache, Nginx, ...) le chemin d'accès au à dossier pour mettre votre site en ligne avec votre propre nom de domaine.
       Module20000Name=Demandes de congés
       Module20000Desc=Déclaration et suivi des congés des employés
      @@ -1820,7 +1820,7 @@ VATIsUsedIsOff=Note: The option to use sales Tax or VAT has been set to <strong>
       SwapSenderAndRecipientOnPDF=Échanger adresses expéditeurs et destinataires sur le PDF
       FeatureSupportedOnTextFieldsOnly=Attention, fonctionnalité prise en charge sur les champs de texte uniquement
       EmailCollector=Email collector
      -EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      +EmailCollectorDescription=Ajoute un travail planifié et une page de configuration pour analyser régulièrement les boîtes aux lettres (à l'aide du protocole IMAP) et enregistrer les courriers électroniques reçus dans votre application, au bon endroit et/ou créer automatiquement certains enregistrements (comme des opportunités).
       NewEmailCollector=New Email Collector
       EMailHost=Host of email IMAP server
       MailboxSourceDirectory=Mailbox source directory
      @@ -1835,7 +1835,7 @@ NoNewEmailToProcess=No new email (matching filters) to process
       NothingProcessed=Nothing done
       XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
       RecordEvent=Record event
      -CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      +CreateLeadAndThirdParty=Créer opportunité (et tiers si nécessaire)
       CodeLastResult=Result code of last collect
       NbOfEmailsInInbox=Number of email in source directory
       ##### Resource ####
      diff --git a/htdocs/langs/fr_FR/agenda.lang b/htdocs/langs/fr_FR/agenda.lang
      index f64e93b7188..9bf6509a277 100644
      --- a/htdocs/langs/fr_FR/agenda.lang
      +++ b/htdocs/langs/fr_FR/agenda.lang
      @@ -32,13 +32,14 @@ ViewPerUser=Vue par utilisateur
       ViewPerType=Vue par type
       AutoActions= Alimentation automatique
       AgendaAutoActionDesc= Définissez ici les événements pour lesquels Dolibarr créera automatiquement une entrée dans l'agenda. Si aucun n'est coché, seules les actions manuelles seront affichées dans l'agenda. Les événements sur les objets (validation, changement de statut, modification) ne seront pas enregistrées.
      -AgendaSetupOtherDesc= Cette page permet de configurer quelques options permettant d'exporter une vue de votre agenda Dolibarr vers un calendrier externe (Thunderbird, Google calendar, …)
      +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 %s.
      +EventRemindersByEmailNotEnabled=Les rappels d'événement 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é
      +CONTRACT_DELETEInDolibarr=Contrat %s supprimé
       PropalClosedSignedInDolibarr=Proposition %s signée
       PropalClosedRefusedInDolibarr=Proposition %s refusée
       PropalValidatedInDolibarr=Proposition %s validée
      @@ -100,7 +101,7 @@ AgendaUrlOptions3=<b>logina=%s</b> pour limiter l'export aux actions dont l'util
       AgendaUrlOptionsNotAdmin=<b>logina=!%s</b> pour limiter l'export aux actions non assignées à l'utilisateur <b>%s</b>.
       AgendaUrlOptions4=<b>logint=%s</b>pour limiter l'export aux actions assignées à l'utilisateur <b>%s</b> (propriétaire et autres).
       AgendaUrlOptionsProject=<b>project=PROJECT_ID</b> pour restreindre aux événements associés au projet <b>PROJECT_ID</b>.
      -AgendaUrlOptionsNotAutoEvent=<b> notactiontype=systemauto </b> pour exclure un événement automatique.
      +AgendaUrlOptionsNotAutoEvent=<b> notactiontype=systemauto </b> pour exclure les événements automatiques.
       AgendaShowBirthdayEvents=Afficher les anniversaires de contacts
       AgendaHideBirthdayEvents=Masquer les anniversaires de contacts
       Busy=Occupé
      diff --git a/htdocs/langs/fr_FR/blockedlog.lang b/htdocs/langs/fr_FR/blockedlog.lang
      new file mode 100644
      index 00000000000..bfb2ba4b249
      --- /dev/null
      +++ b/htdocs/langs/fr_FR/blockedlog.lang
      @@ -0,0 +1,53 @@
      +BlockedLog=Unalterable Logs
      +Field=Champ
      +BlockedLogDesc=Ce module suit à la trace quelques événements dans un journal invariable (que vous ne pouvez pas modifier une fois enregistré) dans une chaîne de bloc, en temps réel. Ce module fournit la compatibilité avec les exigences des lois de quelques pays (comme la France avec la Loi de Finance 2016 - Norme NF535)
      +Fingerprints=Événements et empreintes archivés
      +FingerprintsDesc=C'est l'outil pour parcourir ou extraire les logs inaltérables. Les journaux inaltérables sont générés et archivés localement dans une table dédiée, en temps réel lorsque vous enregistrez une action dans dolibarr. Vous pouvez utiliser cet outil pour exporter cette archive et l'enregistrer sur un support externe (certains pays, comme la France, vous demandent de le faire chaque année). Notez qu'il n'y a pas de fonction pour purger ce journal et chaque changement essayé d'être fait directement dans ce journal (par un hacker par exemple) sera rapporté avec une empreinte non valide. Si vous avez vraiment besoin de purger cette table parce que vous avez utilisé votre application à des fins de démonstration/test et que vous voulez nettoyer vos données pour démarrer votre production, vous pouvez demander à votre revendeur ou intégrateur de réinitialiser votre base de données (toutes vos données seront supprimées).\n
      +CompanyInitialKey=Clé initiale de la société (hachage du bloc de genèse)
      +BrowseBlockedLog=Logs inaltérables
      +ShowAllFingerPrintsMightBeTooLong=Afficher tous les journaux archivés (peut être long)
      +ShowAllFingerPrintsErrorsMightBeTooLong=Afficher tous les logs d'archives non valides (peut être long)
      +DownloadBlockChain=Télécharger les empreintes
      +KoCheckFingerprintValidity=Archived log is not valid. It means someone (a hacker?) has modified some data of this archived log after it was recorded, or has erased the previous archived record (check that line with previous # exists).
      +OkCheckFingerprintValidity=Archived log is valid. It means all data on this line were not modified and record follow the previous one.
      +OkCheckFingerprintValidityButChainIsKo=Archived log seems valid compared to previous one but the chain was corrupted previously.
      +AddedByAuthority=Stored into remote authority
      +NotAddedByAuthorityYet=Not yet stored into remote authority
      +ShowDetails=Voir plus de détails
      +logPAYMENT_VARIOUS_CREATE=Payment (not assigned to invoice) created
      +logPAYMENT_VARIOUS_MODIFY=Payment (not assigned to invoice) modified
      +logPAYMENT_VARIOUS_DELETE=Payment (not assigned to invoice) logical deletion
      +logPAYMENT_ADD_TO_BANK=Payment added to bank
      +logPAYMENT_CUSTOMER_CREATE=Customer payment created
      +logPAYMENT_CUSTOMER_DELETE=Customer payment logical deletion
      +logDONATION_PAYMENT_CREATE=Donation payment created
      +logDONATION_PAYMENT_DELETE=Donation payment logical deletion
      +logBILL_PAYED=Customer invoice paid
      +logBILL_UNPAYED=Customer invoice set unpaid
      +logBILL_VALIDATE=Facture client validée
      +logBILL_SENTBYMAIL=Facture client envoyée par mail
      +logBILL_DELETE=Customer invoice logically deleted
      +logMODULE_RESET=Module BlockedLog was disabled
      +logMODULE_SET=Module BlockedLog was enabled
      +logDON_VALIDATE=Don validé
      +logDON_MODIFY=Don modifié
      +logDON_DELETE=Donation logical deletion
      +logMEMBER_SUBSCRIPTION_CREATE=Cotisation adhérent créée
      +logMEMBER_SUBSCRIPTION_MODIFY=Cotisation adhérent modifiée
      +logMEMBER_SUBSCRIPTION_DELETE=Member subscription logical deletion
      +BlockedLogBillDownload=Téléchargement facture client
      +BlockedLogBillPreview=Aperçu facture client
      +BlockedlogInfoDialog=Détail du log
      +ListOfTrackedEvents=Liste des actions suivies
      +Fingerprint=Empreinte
      +DownloadLogCSV=Export archived logs (CSV)
      +logDOC_PREVIEW=Preview of a validated document in order to print or download
      +logDOC_DOWNLOAD=Download of a validated document in order to print or send
      +DataOfArchivedEvent=Full datas of archived event
      +ImpossibleToReloadObject=Original object (type %s, id %s) not linked (see 'Full datas' column to get unalterable saved data)
      +BlockedLogAreRequiredByYourCountryLegislation=Unalterable Logs module may be required by the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they can not be validated by a tax audit.
      +BlockedLogActivatedBecauseRequiredByYourCountryLegislation=Unalterable Logs module was activated because of the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they cannot be validated by a tax audit.
      +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 records to scan/analyze. Please restrict list with more restrictive filters.
      +RestrictYearToExport=Restrict month / year to export
      
      From 1cce95cb2355ac194a5a4c1a2c45f1efd67deeac Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 23:35:49 +0100
      Subject: [PATCH 0933/1013] Trans
      
      ---
       htdocs/langs/en_US/main.lang | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index 100a249f418..233b9bba076 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -953,3 +953,4 @@ 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
      +Inventory=Inventory
      
      From a179d45afd1a075eefe4989a62c2a2c2e9713da2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 17 Nov 2018 23:40:10 +0100
      Subject: [PATCH 0934/1013] Remove deprecated translation keys
      
      ---
       htdocs/langs/en_US/help.lang | 3 ---
       1 file changed, 3 deletions(-)
      
      diff --git a/htdocs/langs/en_US/help.lang b/htdocs/langs/en_US/help.lang
      index d5a19d6d119..da776683a6a 100644
      --- a/htdocs/langs/en_US/help.lang
      +++ b/htdocs/langs/en_US/help.lang
      @@ -16,9 +16,6 @@ Efficiency=Efficiency
       TypeHelpOnly=Help only
       TypeHelpDev=Help+Development
       TypeHelpDevForm=Help+Development+Training
      -ToGetHelpGoOnSparkAngels1=Some companies can provide a fast (sometime immediate) and more efficient online support by remote control of your computer. Such help can be found on <b>%s</b> web site:
      -ToGetHelpGoOnSparkAngels3=You can also go to the list of all available trainers for Dolibarr, for this click on button
      -ToGetHelpGoOnSparkAngels2=Sometimes, there is no company available when you make your search, so change the filter to look for "all availability". You will be able to send more requests.
       BackToHelpCenter=Otherwise, <a href="%s">go back to Help center home page</a>.
       LinkToGoldMember=You can call one of the trainers preselected by Dolibarr for your language (%s) by clicking their Widget (status and maximum price are automatically updated):
       PossibleLanguages=Supported languages
      
      From 22b2af6911847fd809d69dac0ad3168e5bcd472c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 18 Nov 2018 15:46:37 +0100
      Subject: [PATCH 0935/1013] Exclude dir
      
      ---
       htdocs/.gitignore | 5 ++++-
       1 file changed, 4 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/.gitignore b/htdocs/.gitignore
      index 9d1e0435f86..6d1bdcca536 100644
      --- a/htdocs/.gitignore
      +++ b/htdocs/.gitignore
      @@ -23,4 +23,7 @@
       /cabinetmed*
       /webmail*
       /conf/conf.php
      -/subtotal/
      +/subtotal*
      +/abricot*
      +/nomenclature*
      +/of/
      
      From 2480a8dc2af6a4a154de82db3f0d0703b9b3fc23 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 18 Nov 2018 15:57:20 +0100
      Subject: [PATCH 0936/1013] Ignore
      
      ---
       htdocs/.gitignore | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/.gitignore b/htdocs/.gitignore
      index 6d1bdcca536..ac35d8fab2f 100644
      --- a/htdocs/.gitignore
      +++ b/htdocs/.gitignore
      @@ -27,3 +27,4 @@
       /abricot*
       /nomenclature*
       /of/
      +/workstation/
      
      From 0ce17e06177876ca9757bfa03b86f50ae7f4a655 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 10:05:09 +0100
      Subject: [PATCH 0937/1013] Fix packager
      
      ---
       build/makepack-dolibarr.pl | 6 +++++-
       1 file changed, 5 insertions(+), 1 deletion(-)
      
      diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl
      index 179f5dcd447..d78ba1e717d 100755
      --- a/build/makepack-dolibarr.pl
      +++ b/build/makepack-dolibarr.pl
      @@ -535,6 +535,8 @@ if ($nboftargetok) {
          	    $ret=`find $BUILDROOT/$PROJECT/htdocs/custom/* -type l -exec rm -fr {} \\; >/dev/null 2>&1`;	# For custom we want to remove all subdirs, even symbolic links, but not files
       
       		# Removed known external modules to avoid any error when packaging from env where external modules are tested 
      +		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/abricot*`;
      +		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/accountingexport*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/allscreens*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/ancotec*`;
       	    $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/cabinetmed*`;
      @@ -549,12 +551,14 @@ if ($nboftargetok) {
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/multicompany*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/ndf*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/nltechno*`;
      +		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/nomenclature*`;
      +	    $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/of/`;
       	    $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/oscim*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/pos*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/teclib*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/timesheet*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/webmail*`;
      -		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/accountingexport*`;
      +		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/workstation*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/themes/oblyon*`;
       		$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/themes/allscreen*`;
       		# Removed other test files
      
      From d93d1c7e1b3e450435079a6b4ddc59a94ad461cf Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 10:25:07 +0100
      Subject: [PATCH 0938/1013] Better log
      
      ---
       scripts/cron/cron_run_jobs.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/scripts/cron/cron_run_jobs.php b/scripts/cron/cron_run_jobs.php
      index 6104cec3b55..861e0e3b2dd 100755
      --- a/scripts/cron/cron_run_jobs.php
      +++ b/scripts/cron/cron_run_jobs.php
      @@ -194,7 +194,7 @@ if (is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
       			$result=$cronjob->fetch($line->id);
       			if ($result < 0)
       			{
      -				echo "Error cronjob->fetch: ".$cronjob->error."\n";
      +				echo "Error cronjobid: ".$line->id." cronjob->fetch: ".$cronjob->error."\n";
       				echo "Failed to fetch job ".$line->id."\n";
       				dol_syslog("cron_run_jobs.php::fetch Error ".$cronjob->error, LOG_ERR);
       				exit(-1);
      @@ -203,7 +203,7 @@ if (is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
       			$result=$cronjob->run_jobs($userlogin);
       			if ($result < 0)
       			{
      -				echo "Error cronjob->run_job: ".$cronjob->error."\n";
      +				echo "Error cronjobid: ".$line->id." cronjob->run_job: ".$cronjob->error."\n";
       				echo "At least one job failed. Go on menu Home-Setup-Admin tools to see result for each job.\n";
       				echo "You can also enable module Log if not yet enabled, run again and take a look into dolibarr.log file\n";
       				dol_syslog("cron_run_jobs.php::run_jobs Error ".$cronjob->error, LOG_ERR);
      @@ -218,7 +218,7 @@ if (is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
       			$result=$cronjob->reprogram_jobs($userlogin, $now);
       			if ($result<0)
       			{
      -				echo "Error cronjob->reprogram_job: ".$cronjob->error."\n";
      +				echo "Error cronjobid: ".$line->id." cronjob->reprogram_job: ".$cronjob->error."\n";
       				echo "Enable module Log if not yet enabled, run again and take a look into dolibarr.log file\n";
       				dol_syslog("cron_run_jobs.php::reprogram_jobs Error ".$cronjob->error, LOG_ERR);
       				exit(-1);
      
      From 824b1924e220da916716dd403c67116c463450e3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 10:33:42 +0100
      Subject: [PATCH 0939/1013] Fix loading of cronjob
      
      ---
       htdocs/core/modules/DolibarrModules.class.php | 14 +++++---------
       1 file changed, 5 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
      index 0edb4928fd4..9e8d5565f67 100644
      --- a/htdocs/core/modules/DolibarrModules.class.php
      +++ b/htdocs/core/modules/DolibarrModules.class.php
      @@ -1352,19 +1352,15 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
       
                               if (! $err) {
                                   $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,';
      -                            }
      +                            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(empty($this->rights_class)?strtolower($this->name):$this->rights_class)."', ";
                                   $sql.= "'".$this->db->idate($now)."', ";
      -                            $sql.= ($datestart ? "'".$this->db->idate($datestart)."'" : "NULL").", ";
      +                            $sql.= ($datestart ? "'".$this->db->idate($datestart)."'" : "'".$this->db->idate($now)."'").", ";
                                   $sql.= ($dateend   ? "'".$this->db->idate($dateend)."'"   : "NULL").", ";
                                   $sql.= "'".$this->db->escape($label)."', ";
                                   $sql.= "'".$this->db->escape($jobtype)."', ";
      
      From dc2f1e9812a3a4bb0b2aebef2ca4068e0eefa816 Mon Sep 17 00:00:00 2001
      From: florian HENRY <florian.henry@atm-consulting.fr>
      Date: Mon, 19 Nov 2018 11:25:48 +0100
      Subject: [PATCH 0940/1013] fix list agenda extrafield visibility
      
      ---
       htdocs/comm/action/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
      index 51b9c5b43bb..ed2ce1340c7 100644
      --- a/htdocs/comm/action/list.php
      +++ b/htdocs/comm/action/list.php
      @@ -136,7 +136,7 @@ if (is_array($extrafields->attribute_label) && count($extrafields->attribute_lab
       {
          foreach($extrafields->attribute_label as $key => $val)
          {
      -		 $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>$extrafields->attribute_list[$key], 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]);
      +		if (! empty($extrafields->attribute_list[$key])) $arrayfields["ef.".$key]=array('label'=>$extrafields->attribute_label[$key], 'checked'=>$extrafields->attribute_list[$key], 'position'=>$extrafields->attribute_pos[$key], 'enabled'=>$extrafields->attribute_perms[$key]);
          }
       }
       
      
      From 92562ad89f40b7fb678c7717fa1ffa6d896350c6 Mon Sep 17 00:00:00 2001
      From: BENKE Charlene <1179011+defrance@users.noreply.github.com>
      Date: Mon, 19 Nov 2018 12:17:41 +0100
      Subject: [PATCH 0941/1013] Add societe extrafields on export
      
      ---
       htdocs/core/modules/modPropale.class.php | 5 +++++
       1 file changed, 5 insertions(+)
      
      diff --git a/htdocs/core/modules/modPropale.class.php b/htdocs/core/modules/modPropale.class.php
      index c7bf0f6979f..445d803ead9 100644
      --- a/htdocs/core/modules/modPropale.class.php
      +++ b/htdocs/core/modules/modPropale.class.php
      @@ -225,8 +225,13 @@ class modPropale extends DolibarrModules
       		include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php';
       		$keyforselect='product'; $keyforelement='product'; $keyforaliasextra='extra3';
       		include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php';
      +		$keyforselect='societe'; $keyforelement='societe'; $keyforaliasextra='extra4';
      +		include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php';
      +
       		$this->export_sql_start[$r]='SELECT DISTINCT ';
       		$this->export_sql_end[$r]  =' FROM '.MAIN_DB_PREFIX.'societe as s ';
      +		$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'societe_extrafields as extra4 ON s.rowid = extra4.fk_object';
      +
       		if(!$user->rights->societe->client->voir) $this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'societe_commerciaux as sc ON sc.fk_soc = s.rowid';
       		$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'c_country as co ON s.fk_pays = co.rowid,';
       		$this->export_sql_end[$r] .=' '.MAIN_DB_PREFIX.'propal as c';
      
      From 1e1ccd4c881ad19b918a0ab4b8cb6c4b8a6345cb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 14:25:34 +0100
      Subject: [PATCH 0942/1013] Fix pagination in action/event list
      
      ---
       htdocs/admin/emailcollector_card.php          |   2 +
       htdocs/comm/action/class/actioncomm.class.php |  24 ++-
       htdocs/comm/action/index.php                  |  53 +++---
       htdocs/comm/action/list.php                   |  77 ++++----
       htdocs/comm/action/peruser.php                |  50 +++---
       htdocs/core/lib/agenda.lib.php                |  14 +-
       .../class/emailcollector.class.php            | 166 +++++++++++++++---
       .../class/emailcollectoraction.class.php      |   1 +
       htdocs/langs/en_US/commercial.lang            |   1 +
       9 files changed, 269 insertions(+), 119 deletions(-)
      
      diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php
      index 8d0b6e14b2b..ff037f67aa1 100644
      --- a/htdocs/admin/emailcollector_card.php
      +++ b/htdocs/admin/emailcollector_card.php
      @@ -144,6 +144,8 @@ if (GETPOST('addoperation','alpha'))
       	$emailcollectoroperation->actionparam = GETPOST('operationparam', 'none');
       	$emailcollectoroperation->fk_emailcollector = $object->id;
       	$emailcollectoroperation->status = 1;
      +	$emailcollectoroperation->position = 50;
      +
       	$result = $emailcollectoroperation->create($user);
       
       	if ($result > 0)
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index 1c42945fbe7..d703e57204f 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -334,7 +334,16 @@ class ActionComm extends CommonObject
               $sql.= "fk_element,";
               $sql.= "elementtype,";
               $sql.= "entity,";
      -        $sql.= "extraparams";
      +        $sql.= "extraparams,";
      +		// Fields emails
      +        $sql.= "email_msgid,";
      +        $sql.= "email_from,";
      +        $sql.= "email_sender,";
      +        $sql.= "email_to,";
      +        $sql.= "email_tocc,";
      +        $sql.= "email_tobcc,";
      +        $sql.= "email_subject,";
      +        $sql.= "errors_to";
               $sql.= ") VALUES (";
               $sql.= "'".$this->db->idate($now)."', ";
               $sql.= (strval($this->datep)!=''?"'".$this->db->idate($this->datep)."'":"null").", ";
      @@ -354,7 +363,16 @@ class ActionComm extends CommonObject
               $sql.= (! empty($this->fk_element)?$this->fk_element:"null").", ";
               $sql.= (! empty($this->elementtype)?"'".$this->db->escape($this->elementtype)."'":"null").", ";
               $sql.= $conf->entity.",";
      -        $sql.= (! empty($this->extraparams)?"'".$this->db->escape($this->extraparams)."'":"null");
      +        $sql.= (! empty($this->extraparams)?"'".$this->db->escape($this->extraparams)."'":"null").", ";
      +        // Fields emails
      +        $sql.= (! empty($this->email_msgid)?"'".$this->db->escape($this->email_msgid)."'":"null").", ";
      +        $sql.= (! empty($this->email_from)?"'".$this->db->escape($this->email_from)."'":"null").", ";
      +        $sql.= (! empty($this->email_sender)?"'".$this->db->escape($this->email_sender)."'":"null").", ";
      +        $sql.= (! empty($this->email_to)?"'".$this->db->escape($this->email_to)."'":"null").", ";
      +        $sql.= (! empty($this->email_tocc)?"'".$this->db->escape($this->email_tocc)."'":"null").", ";
      +        $sql.= (! empty($this->email_tobcc)?"'".$this->db->escape($this->email_tobcc)."'":"null").", ";
      +        $sql.= (! empty($this->email_subject)?"'".$this->db->escape($this->email_subject)."'":"null").", ";
      +        $sql.= (! empty($this->errors_to)?"'".$this->db->escape($this->errors_to)."'":"null");
               $sql.= ")";
       
               dol_syslog(get_class($this)."::add", LOG_DEBUG);
      @@ -1691,7 +1709,7 @@ class ActionComm extends CommonObject
           		$this->output = $langs->trans('EventRemindersByEmailNotEnabled', $langs->transnoentitiesnoconv("Agenda"));
           		return 0;
           	}
      -		
      +
           	$now = dol_now();
       
           	dol_syslog(__METHOD__, LOG_DEBUG);
      diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
      index 144a2159deb..a411bf0c0a1 100644
      --- a/htdocs/comm/action/index.php
      +++ b/htdocs/comm/action/index.php
      @@ -44,9 +44,9 @@ if (! isset($conf->global->AGENDA_MAX_EVENTS_DAY_VIEW)) $conf->global->AGENDA_MA
       if (empty($conf->global->AGENDA_EXT_NB)) $conf->global->AGENDA_EXT_NB=5;
       $MAXAGENDA=$conf->global->AGENDA_EXT_NB;
       
      -$filter = GETPOST("filter",'alpha',3);
      -$filtert = GETPOST("filtert","int",3);
      -$usergroup = GETPOST("usergroup","int",3);
      +$filter = GETPOST("search_filter",'alpha',3)?GETPOST("search_filter",'alpha',3):GETPOST("filter",'alpha',3);
      +$filtert = GETPOST("search_filtert","int",3)?GETPOST("search_filtert","int",3):GETPOST("filtert","int",3);
      +$usergroup = GETPOST("search_usergroup","int",3)?GETPOST("search_usergroup","int",3):GETPOST("usergroup","int",3);
       $showbirthday = empty($conf->use_javascript_ajax)?GETPOST("showbirthday","int"):1;
       
       // If not choice done on calendar owner (like on left menu link "Agenda"), we filter on user.
      @@ -65,7 +65,7 @@ if (! $sortorder) $sortorder="ASC";
       if (! $sortfield) $sortfield="a.datec";
       
       // Security check
      -$socid = GETPOST("socid","int");
      +$socid = GETPOST("search_socid","int")?GETPOST("search_socid","int"):GETPOST("socid","int");
       if ($user->societe_id) $socid=$user->societe_id;
       $result = restrictedArea($user, 'agenda', 0, '', 'myactions');
       if ($socid < 0) $socid='';
      @@ -79,32 +79,32 @@ if (! $user->rights->agenda->allactions->read || $filter =='mine')  // If no per
       }
       
       $action=GETPOST('action','alpha');
      -$resourceid=GETPOST("resourceid","int");
      +$resourceid=GETPOST("search_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"):date("d");
      -$pid=GETPOST("projectid","int",3);
      -$status=GETPOST("status",'aZ09');		// status may be 0, 50, 100, 'todo'
      -$type=GETPOST("type",'az09');
      +$pid=GETPOST("search_projectid","int",3)?GETPOST("search_projectid","int",3):GETPOST("projectid","int",3);
      +$status=GETPOST("search_status",'aZ09')?GETPOST("search_status",'aZ09'):GETPOST("status",'aZ09');		// status may be 0, 50, 100, 'todo'
      +$type=GETPOST("search_type",'az09')?GETPOST("search_type",'az09'):GETPOST("type",'az09');
       $maxprint=(isset($_GET["maxprint"])?GETPOST("maxprint"):$conf->global->AGENDA_MAX_EVENTS_DAY_VIEW);
       // Set actioncode (this code must be same for setting actioncode into peruser, listacton and index)
      -if (GETPOST('actioncode','array'))
      +if (GETPOST('search_actioncode','array'))
       {
      -    $actioncode=GETPOST('actioncode','array',3);
      +    $actioncode=GETPOST('search_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)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
      +    $actioncode=GETPOST("search_actioncode","alpha",3)?GETPOST("search_actioncode","alpha",3):(GETPOST("search_actioncode")=='0'?'0':(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
       }
       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 ($status == ''   && ! GETPOSTISSET('search_status')) $status=(empty($conf->global->AGENDA_DEFAULT_FILTER_STATUS)?'':$conf->global->AGENDA_DEFAULT_FILTER_STATUS);
       
       $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 (empty($action) && ! GETPOSTISSET('action','alpha')) $action=$defaultview;
       if ($action == 'default')	// When action is default, we want a calendar view and not the list
       {
       	$action = (($defaultview != 'show_list') ? $defaultview : 'show_month');
      @@ -301,21 +301,22 @@ if ($status == 'done') $title=$langs->trans("DoneActions");
       if ($status == 'todo') $title=$langs->trans("ToDoActions");
       
       $param='';
      -if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) {
      +if ($actioncode || isset($_GET['search_actioncode']) || isset($_POST['search_actioncode'])) {
       	if(is_array($actioncode)) {
      -		foreach($actioncode as $str_action) $param.="&actioncode[]=".$str_action;
      -	} else $param.="&actioncode=".$actioncode;
      +		foreach($actioncode as $str_action) $param.="&search_actioncode[]=".urlencode($str_action);
      +	} else $param.="&search_actioncode=".urlencode($actioncode);
       }
      -if ($resourceid > 0)  $param.="&resourceid=".$resourceid;
      -if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&status=".$status;
      -if ($filter)  $param.="&filter=".$filter;
      -if ($filtert) $param.="&filtert=".$filtert;
      -if ($socid)   $param.="&socid=".$socid;
      -if ($showbirthday) $param.="&showbirthday=1";
      -if ($pid)     $param.="&projectid=".$pid;
      -if ($type)   $param.="&type=".$type;
      -if ($action == 'show_day' || $action == 'show_week' || $action == 'show_month') $param.='&action='.$action;
      -$param.="&maxprint=".$maxprint;
      +if ($resourceid > 0)  $param.="&search_resourceid=".urlencode($resourceid);
      +if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&search_status=".urlencode($status);
      +if ($filter)       $param.="&search_filter=".urlencode($filter);
      +if ($filtert)      $param.="&search_filtert=".urlencode($filtert);
      +if ($usergroup)    $param.="&search_usergroup=".urlencode($usergroup);
      +if ($socid)        $param.="&search_socid=".urlencode($socid);
      +if ($showbirthday) $param.="&search_showbirthday=1";
      +if ($pid)          $param.="&search_projectid=".urlencode($pid);
      +if ($type)         $param.="&search_type=".urlencode($type);
      +if ($action == 'show_day' || $action == 'show_week' || $action == 'show_month') $param.='&action='.urlencode($action);
      +$param.="&maxprint=".urlencode($maxprint);
       
       // Show navigation bar
       if (empty($action) || $action=='show_month')
      diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
      index 63a6a78ee8c..2186a19bf04 100644
      --- a/htdocs/comm/action/list.php
      +++ b/htdocs/comm/action/list.php
      @@ -41,23 +41,23 @@ $langs->loadLangs(array("users","companies","agenda","commercial"));
       
       $action=GETPOST('action','alpha');
       $contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'actioncommlist';   // To manage different context of search
      -$resourceid=GETPOST("resourceid","int");
      +$resourceid=GETPOST("search_resourceid","int")?GETPOST("search_resourceid","int"):GETPOST("resourceid","int");
      +$pid=GETPOST("search_projectid",'int',3)?GETPOST("search_projectid",'int',3):GETPOST("projectid",'int',3);
      +$status=GETPOST("search_status",'alpha')?GETPOST("search_status",'alpha'):GETPOST("status",'alpha');
      +$type=GETPOST('search_type','alphanohtml')?GETPOST('search_type','alphanohtml'):GETPOST('type','alphanohtml');
      +$optioncss = GETPOST('optioncss','alpha');
       $year=GETPOST("year",'int');
       $month=GETPOST("month",'int');
       $day=GETPOST("day",'int');
      -$pid=GETPOST("projectid",'int',3);
      -$status=GETPOST("status",'alpha');
      -$type=GETPOST('type','alphanohtml');
      -$optioncss = GETPOST('optioncss','alpha');
       // Set actioncode (this code must be same for setting actioncode into peruser, listacton and index)
      -if (GETPOST('actioncode','array'))
      +if (GETPOST('search_actioncode','array'))
       {
      -    $actioncode=GETPOST('actioncode','array',3);
      +    $actioncode=GETPOST('search_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)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
      +    $actioncode=GETPOST("search_actioncode","alpha",3)?GETPOST("search_actioncode","alpha",3):(GETPOST("search_actioncode")=='0'?'0':(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
       }
       if ($actioncode == '' && empty($actioncodearray)) $actioncode=(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE);
       $search_id=GETPOST('search_id','alpha');
      @@ -69,10 +69,10 @@ $dateend=dol_mktime(0, 0, 0, GETPOST('dateendmonth','int'), GETPOST('dateendday'
       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);
       
      -$filter = GETPOST("filter",'alpha',3);
      -$filtert = GETPOST("filtert","int",3);
      -$usergroup = GETPOST("usergroup","int",3);
      -$showbirthday = empty($conf->use_javascript_ajax)?GETPOST("showbirthday","int"):1;
      +$filter = GETPOST("search_filter",'alpha',3)?GETPOST("search_filter",'alpha',3):GETPOST("filter",'alpha',3);
      +$filtert = GETPOST("search_filtert","int",3)?GETPOST("search_filtert","int",3):GETPOST("filtert","int",3);
      +$usergroup = GETPOST("search_usergroup","int",3)?GETPOST("search_usergroup","int",3):GETPOST("usergroup","int",3);
      +$showbirthday = empty($conf->use_javascript_ajax)?(GETPOST("search_showbirthday","int")?GETPOST("search_showbirthday","int"):GETPOST("showbirthday","int")):1;
       
       // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
       $object = new ActionComm($db);
      @@ -108,7 +108,7 @@ if (! $sortfield)
       }
       
       // Security check
      -$socid = GETPOST("socid",'int');
      +$socid = GETPOST("search_socid",'int')?GETPOST("search_socid",'int'):GETPOST("socid",'int');
       if ($user->societe_id) $socid=$user->societe_id;
       $result = restrictedArea($user, 'agenda', 0, '', 'myactions');
       if ($socid < 0) $socid='';
      @@ -132,7 +132,8 @@ $arrayfields=array(
       	'a.fk_contact'=>array('label'=>"Contact", 'checked'=>1),
       	'a.fk_element'=>array('label'=>"LinkedObject", 'checked'=>0, 'enabled'=>(! empty($conf->global->AGENDA_SHOW_LINKED_OBJECT))),
       	'a.percent'=>array('label'=>"Status", 'checked'=>1, 'position'=>1000),
      -
      +	'a.datec'=>array('label'=>'DateCreation', 'checked'=>0),
      +	'a.tms'=>array('label'=>'DateModification', 'checked'=>0)
       );
       // Extra fields
       if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label))
      @@ -207,19 +208,18 @@ if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&con
       if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
       if ($actioncode != '') {
       	if(is_array($actioncode)) {
      -		foreach($actioncode as $str_action) $param.="&actioncode[]=".urlencode($str_action);
      -	} else $param.="&actioncode=".urlencode($actioncode);
      +		foreach($actioncode as $str_action) $param.="&search_actioncode[]=".urlencode($str_action);
      +	} else $param.="&search_actioncode=".urlencode($actioncode);
       }
      -if ($resourceid > 0) $param.="&resourceid=".urlencode($resourceid);
      -if ($status != '' && $status > -1) $param.="&status=".urlencode($status);
      -if ($filter) $param.="&filter=".urlencode($filter);
      -if ($filtert) $param.="&filtert=".urlencode($filtert);
      -if ($socid) $param.="&socid=".urlencode($socid);
      -if ($showbirthday) $param.="&showbirthday=1";
      -if ($pid) $param.="&projectid=".urlencode($pid);
      -if ($type) $param.="&type=".urlencode($type);
      -if ($usergroup) $param.="&usergroup=".urlencode($usergroup);
      -if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss);
      +if ($resourceid > 0) $param.="&search_resourceid=".urlencode($resourceid);
      +if ($status != '' && $status > -1) $param.="&search_status=".urlencode($status);
      +if ($filter) $param.="&search_filter=".urlencode($filter);
      +if ($filtert) $param.="&search_filtert=".urlencode($filtert);
      +if ($socid) $param.="&search_socid=".urlencode($socid);
      +if ($showbirthday) $param.="&search_showbirthday=1";
      +if ($pid) $param.="&search_projectid=".urlencode($pid);
      +if ($type) $param.="&search_type=".urlencode($type);
      +if ($usergroup) $param.="&search_usergroup=".urlencode($usergroup);
       if ($search_id != '') $param.='&search_title='.urlencode($search_id);
       if ($search_title != '') $param.='&search_title='.urlencode($search_title);
       if (GETPOST('datestartday','int')) $param.='&datestartday='.GETPOST('datestartday','int');
      @@ -228,6 +228,7 @@ if (GETPOST('datestartyear','int')) $param.='&datestartyear='.GETPOST('datestart
       if (GETPOST('dateendday','int')) $param.='&dateendday='.GETPOST('dateendday','int');
       if (GETPOST('dateendmonth','int')) $param.='&dateendmonth='.GETPOST('dateendmonth','int');
       if (GETPOST('dateendyear','int')) $param.='&dateendyear='.GETPOST('dateendyear','int');
      +if ($optioncss != '') $param.='&optioncss='.urlencode($optioncss);
       // Add $param from extra fields
       include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
       
      @@ -237,7 +238,7 @@ $sql.= " s.nom as societe, s.rowid as socid, s.client,";
       $sql.= " a.id, a.label, a.datep as dp, a.datep2 as dp2,";
       $sql.= ' a.fk_user_author,a.fk_user_action,';
       $sql.= " a.fk_contact, a.note, a.percent as percent,";
      -$sql.= " a.fk_element, a.elementtype,";
      +$sql.= " a.fk_element, a.elementtype, a.datec, a.tms as datem,";
       $sql.= " c.code as type_code, c.libelle as type_label,";
       $sql.= " sp.lastname, sp.firstname, sp.email, sp.phone, sp.address, sp.phone as phone_pro, sp.phone_mobile, sp.phone_perso, sp.fk_pays as country_id";
       // Add fields from extrafields
      @@ -364,10 +365,10 @@ if ($resql)
       
       	//if ($actioncode)    $nav.='<input type="hidden" name="actioncode" value="'.$actioncode.'">';
       	//if ($resourceid)      $nav.='<input type="hidden" name="resourceid" value="'.$resourceid.'">';
      -	if ($filter)          $nav.='<input type="hidden" name="filter" value="'.$filter.'">';
      +	if ($filter)          $nav.='<input type="hidden" name="search_filter" value="'.$filter.'">';
       	//if ($filtert)         $nav.='<input type="hidden" name="filtert" value="'.$filtert.'">';
       	//if ($socid)           $nav.='<input type="hidden" name="socid" value="'.$socid.'">';
      -	if ($showbirthday)    $nav.='<input type="hidden" name="showbirthday" value="1">';
      +	if ($showbirthday)    $nav.='<input type="hidden" name="search_showbirthday" value="1">';
       	//if ($pid)             $nav.='<input type="hidden" name="projectid" value="'.$pid.'">';
       	//if ($usergroup)       $nav.='<input type="hidden" name="usergroup" value="'.$usergroup.'">';
       	print $nav;
      @@ -461,8 +462,9 @@ if ($resql)
       	$reshook=$hookmanager->executeHooks('printFieldListOption',$parameters);    // Note that $action and $object may have been modified by hook
       	print $hookmanager->resPrint;
       
      -
      -    if (! empty($arrayfields['a.percent']['checked']))	{
      +	if (! empty($arrayfields['a.datec']['checked']))	print '<td class="liste_titre"></td>';
      +	if (! empty($arrayfields['a.tms']['checked']))		print '<td class="liste_titre"></td>';
      +	if (! empty($arrayfields['a.percent']['checked']))	{
       		print '<td class="liste_titre center">';
           	print $formactions->form_select_status_action('formaction',$status,1,'status',1,2);
           	print ajax_combobox('selectstatus');
      @@ -494,6 +496,10 @@ if ($resql)
       	$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['a.datec']['checked'])) print_liste_field_titre($arrayfields['a.datec']['label'], $_SERVER["PHP_SELF"],"a.datec,a.id",$param,"",'align="center"',$sortfield,$sortorder);
      +	if (! empty($arrayfields['a.tms']['checked'])) print_liste_field_titre($arrayfields['a.tms']['label'], $_SERVER["PHP_SELF"],"a.tms,a.id",$param,"",'align="center"',$sortfield,$sortorder);
      +
       	if (! empty($arrayfields['a.percent']['checked']))print_liste_field_titre("Status",$_SERVER["PHP_SELF"],"a.percent",$param,"",'align="center"',$sortfield,$sortorder);
       	print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"],"",'','','align="center"',$sortfield,$sortorder,'maxwidthsearch ');
       	print "</tr>\n";
      @@ -652,6 +658,15 @@ if ($resql)
       		$reshook=$hookmanager->executeHooks('printFieldListValue',$parameters);    // Note that $action and $object may have been modified by hook
       		print $hookmanager->resPrint;
       
      +		// Date creation
      +		if (! empty($arrayfields['a.datec']['checked'])) {
      +			// Status/Percent
      +			print '<td align="center" class="nowrap">'.dol_print_date($obj->datec, 'dayhour').'</td>';
      +		}
      +		// Date update
      +		if (! empty($arrayfields['a.tms']['checked'])) {
      +			print '<td align="center" class="nowrap">'.dol_print_date($obj->datem, 'dayhour').'</td>';
      +		}
       		if (! empty($arrayfields['a.percent']['checked'])) {
       			// Status/Percent
       			$datep=$db->jdate($obj->datep);
      diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
      index 19a7e33d23d..af141f76ae9 100644
      --- a/htdocs/comm/action/peruser.php
      +++ b/htdocs/comm/action/peruser.php
      @@ -41,9 +41,9 @@ require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
       
       if (! isset($conf->global->AGENDA_MAX_EVENTS_DAY_VIEW)) $conf->global->AGENDA_MAX_EVENTS_DAY_VIEW=3;
       
      -$filter = GETPOST("filter",'alpha',3);
      -$filtert = GETPOST("filtert","int",3);
      -$usergroup = GETPOST("usergroup","int",3);
      +$filter = GETPOST("search_filter",'alpha',3)?GETPOST("search_filter",'alpha',3):GETPOST("filter",'alpha',3);
      +$filtert = GETPOST("search_filtert","int",3)?GETPOST("search_filtert","int",3):GETPOST("filtert","int",3);
      +$usergroup = GETPOST("search_usergroup","int",3)?GETPOST("search_usergroup","int",3):GETPOST("usergroup","int",3);
       //if (! ($usergroup > 0) && ! ($filtert > 0)) $filtert = $user->id;
       //$showbirthday = empty($conf->use_javascript_ajax)?GETPOST("showbirthday","int"):1;
       $showbirthday = 0;
      @@ -64,7 +64,7 @@ if (! $sortorder) $sortorder="ASC";
       if (! $sortfield) $sortfield="a.datec";
       
       // Security check
      -$socid = GETPOST("socid","int");
      +$socid = GETPOST("search_socid","int")?GETPOST("search_socid","int"):GETPOST("socid","int");
       if ($user->societe_id) $socid=$user->societe_id;
       $result = restrictedArea($user, 'agenda', 0, '', 'myactions');
       if ($socid < 0) $socid='';
      @@ -79,24 +79,24 @@ if (! $user->rights->agenda->allactions->read || $filter =='mine')  // If no per
       
       //$action=GETPOST('action','alpha');
       $action='show_peruser'; //We use 'show_week' mode
      -$resourceid=GETPOST("resourceid","int");
      +$resourceid=GETPOST("search_resourceid","int")?GETPOST("search_resourceid","int"):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"):date("d");
      -$pid=GETPOST("projectid","int",3);
      -$status=GETPOST("status",'alpha');
      -$type=GETPOST("type",'alpha');
      +$pid=GETPOST("search_projectid","int",3)?GETPOST("search_projectid","int",3):GETPOST("projectid","int",3);
      +$status=GETPOST("search_status",'alpha')?GETPOST("search_status",'alpha'):GETPOST("status",'alpha');
      +$type=GETPOST("search_type",'alpha')?GETPOST("search_type",'alpha'):GETPOST("type",'alpha');
       $maxprint=((GETPOST("maxprint",'int')!='')?GETPOST("maxprint",'int'):$conf->global->AGENDA_MAX_EVENTS_DAY_VIEW);
       // Set actioncode (this code must be same for setting actioncode into peruser, listacton and index)
      -if (GETPOST('actioncode','array'))
      +if (GETPOST('search_actioncode','array'))
       {
      -    $actioncode=GETPOST('actioncode','array',3);
      +    $actioncode=GETPOST('search_actioncode','array',3);
           if (! count($actioncode)) $actioncode='0';
       }
       else
       {
      -    $actioncode=GETPOST("actioncode","alpha",3)?GETPOST("actioncode","alpha",3):(GETPOST("actioncode","alpha")=='0'?'0':(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
      +    $actioncode=GETPOST("search_actioncode","alpha",3)?GETPOST("search_actioncode","alpha",3):(GETPOST("search_actioncode","alpha")=='0'?'0':(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE));
       }
       if ($actioncode == '' && empty($actioncodearray)) $actioncode=(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE);
       
      @@ -201,25 +201,25 @@ if ($status == 'done') $title=$langs->trans("DoneActions");
       if ($status == 'todo') $title=$langs->trans("ToDoActions");
       
       $param='';
      -if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) {
      +if ($actioncode || isset($_GET['search_actioncode']) || isset($_POST['search_actioncode'])) {
       	if(is_array($actioncode)) {
      -		foreach($actioncode as $str_action) $param.="&actioncode[]=".urlencode($str_action);
      -	} else $param.="&actioncode=".urlencode($actioncode);
      +		foreach($actioncode as $str_action) $param.="&search_actioncode[]=".urlencode($str_action);
      +	} else $param.="&search_actioncode=".urlencode($actioncode);
       }
      -if ($resourceid > 0) $param.="&resourceid=".urlencode($resourceid);
      -if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&status=".urlencode($status);
      -if ($filter)  $param.="&filter=".urlencode($filter);
      -if ($filtert) $param.="&filtert=".urlencode($filtert);
      -if ($usergroup) $param.="&usergroup=".urlencode($usergroup);
      -if ($socid)   $param.="&socid=".urlencode($socid);
      -if ($showbirthday) $param.="&showbirthday=1";
      -if ($pid)     $param.="&projectid=".urlencode($pid);
      -if ($type)   $param.="&type=".urlencode($type);
      +if ($resourceid > 0) $param.="&search_resourceid=".urlencode($resourceid);
      +if ($status || isset($_GET['status']) || isset($_POST['status'])) $param.="&search_status=".urlencode($status);
      +if ($filter)        $param.="&search_filter=".urlencode($filter);
      +if ($filtert)       $param.="&search_filtert=".urlencode($filtert);
      +if ($usergroup)     $param.="&search_usergroup=".urlencode($usergroup);
      +if ($socid)         $param.="&search_socid=".urlencode($socid);
      +if ($showbirthday)  $param.="&search_showbirthday=1";
      +if ($pid)           $param.="&search_projectid=".urlencode($pid);
      +if ($type)          $param.="&search_type=".urlencode($type);
       if ($action == 'show_day' || $action == 'show_week' || $action == 'show_month' || $action != 'show_peruser') $param.='&action='.urlencode($action);
       if ($begin_h != '') $param.='&begin_h='.urlencode($begin_h);
      -if ($end_h != '') $param.='&end_h='.urlencode($end_h);
      +if ($end_h != '')   $param.='&end_h='.urlencode($end_h);
       if ($begin_d != '') $param.='&begin_d='.urlencode($begin_d);
      -if ($end_d != '') $param.='&end_d='.urlencode($end_d);
      +if ($end_d != '')   $param.='&end_d='.urlencode($end_d);
       $param.="&maxprint=".urlencode($maxprint);
       
       
      diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
      index 23d5fcf30dc..6dab036193d 100644
      --- a/htdocs/core/lib/agenda.lib.php
      +++ b/htdocs/core/lib/agenda.lib.php
      @@ -64,7 +64,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
       	print '<input type="hidden" name="month" value="' . $month . '">';
       	print '<input type="hidden" name="day" value="' . $day . '">';
       	print '<input type="hidden" name="action" value="' . $action . '">';
      -	print '<input type="hidden" name="showbirthday" value="' . $showbirthday . '">';
      +	print '<input type="hidden" name="search_showbirthday" value="' . $showbirthday . '">';
       
       	print '<div class="fichecenter">';
       
      @@ -79,7 +79,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
       		print '<td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
       		print $langs->trans("ActionsToDoBy").' &nbsp; ';
       		print '</td><td style="padding-bottom: 2px; padding-right: 4px;">';
      -		print $form->select_dolusers($filtert, 'filtert', 1, '', ! $canedit, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
      +		print $form->select_dolusers($filtert, 'search_filtert', 1, '', ! $canedit, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
       		if (empty($conf->dol_optimize_smallscreen)) print ' &nbsp; '.$langs->trans("or") . ' '.$langs->trans("ToUserOfGroup").' &nbsp; ';
       		print $form->select_dolgroups($usergroupid, 'usergroup', 1, '', ! $canedit);
       		print '</td></tr>';
      @@ -94,7 +94,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
           		print '<td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
           		print $langs->trans("Resource");
           		print ' &nbsp;</td><td class="nowrap maxwidthonsmartphone" style="padding-bottom: 2px; padding-right: 4px;">';
      -            print $formresource->select_resource_list($resourceid, "resourceid", '', 1, 0, 0, null, '', 2);
      +            print $formresource->select_resource_list($resourceid, "search_resourceid", '', 1, 0, 0, null, '', 2);
           		print '</td></tr>';
       		}
       
      @@ -108,7 +108,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
       		{
                   $multiselect=(!empty($conf->global->AGENDA_USE_EVENT_TYPE));
       		}
      -        print $formactions->select_type_actions($actioncode, "actioncode", $excludetype, (empty($conf->global->AGENDA_USE_EVENT_TYPE)?1:-1), 0, $multiselect);
      +        print $formactions->select_type_actions($actioncode, "search_actioncode", $excludetype, (empty($conf->global->AGENDA_USE_EVENT_TYPE)?1:-1), 0, $multiselect);
       		print '</td></tr>';
       	}
       
      @@ -118,7 +118,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
       		print '<td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
       		print $langs->trans("ThirdParty").' &nbsp; ';
       		print '</td><td class="nowrap" style="padding-bottom: 2px;">';
      -		print $form->select_company($socid, 'socid', '', 'SelectThirdParty', 0, 0, null, 0);
      +		print $form->select_company($socid, 'search_socid', '', 'SelectThirdParty', 0, 0, null, 0);
       		print '</td></tr>';
       	}
       
      @@ -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;">';
      -		print $formproject->select_projects($socid?$socid:-1, $pid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 'maxwidth500');
      +		print $formproject->select_projects($socid?$socid:-1, $pid, 'search_projectid', 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 'maxwidth500');
       		print '</td></tr>';
       	}
       
      @@ -142,7 +142,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
       		print '<td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
       		print $langs->trans("Status");
       		print ' &nbsp;</td><td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
      -		$formactions->form_select_status_action('formaction', $status, 1, 'status', 1, 2, 'minwidth100');
      +		$formactions->form_select_status_action('formaction', $status, 1, 'search_status', 1, 2, 'minwidth100');
       		print '</td></tr>';
       	}
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index df064e030da..b45d32ced19 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -749,14 +749,14 @@ class EmailCollector extends CommonObject
       				$regforregex=array();
       				if (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*):([^:])$/', $valueforproperty, $regforregex))
       				{
      -					$sourcefield=$regforregex[0];
      -					$regexstring=$regforregex[1];
      -					//$transofrmationstring=$regforregex[2];
      +					$sourcefield=$regforregex[1];
      +					$regexstring=$regforregex[2];
      +					//$transofrmationstring=$regforregex[3];
       				}
       				elseif (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*)$/', $valueforproperty, $regforregex))
       				{
      -					$sourcefield=$regforregex[0];
      -					$regexstring=$regforregex[1];
      +					$sourcefield=$regforregex[1];
      +					$regexstring=$regforregex[2];
       				}
       
       				if (! empty($sourcefield) && ! empty($regexstring))
      @@ -768,7 +768,7 @@ class EmailCollector extends CommonObject
       					if (preg_match('/'.preg_quote($regexstring, '/').'/', $sourcestring, $regforval))
       					{
       						// Overwrite param $tmpproperty
      -						$object->$tmpproperty = $regforval[0];
      +						$object->$tmpproperty = $regforval[1];
       					}
       					else
       					{
      @@ -777,7 +777,7 @@ class EmailCollector extends CommonObject
       				}
       				elseif (preg_match('/^VALUE:(.*)$/', $valueforproperty, $reg))
       				{
      -					$object->$tmpproperty = $reg[0];
      +					$object->$tmpproperty = $reg[1];
       				}
       				else
       				{
      @@ -806,7 +806,7 @@ class EmailCollector extends CommonObject
       
       		dol_syslog("EmailCollector::doCollectOneCollector start", LOG_DEBUG);
       
      -		$langs->loadLangs(array("project", "companies", "errors"));
      +		$langs->loadLangs(array("project", "companies", "mails", "errors"));
       
       		$error = 0;
       		$this->output = '';
      @@ -942,20 +942,122 @@ class EmailCollector extends CommonObject
       				//$message = imap_body($connection, $imapemail, 0);
       				$overview = imap_fetch_overview($connection, $imapemail, 0);
       				$structure = imap_fetchstructure($connection, $imapemail, 0);
      +
       				$partplain = $parthtml = -1;
       				// Loop to get part html and plain
      -				foreach($structure->parts as $key => $part)
      -				{
      -					if ($part->subtype == 'HTML') $parthtml=$key;
      -					if ($part->subtype == 'PLAIN') $partplain=$key;
      +				/*
      +				0 multipart/mixed
      +				1 multipart/alternative
      +				 1.1 text/plain
      +				 1.2 text/html
      +				2 message/rfc822
      +				 2 multipart/mixed
      +				  2.1 multipart/alternative
      +				   2.1.1 text/plain
      +				   2.1.2 text/html
      +				  2.2 message/rfc822
      +				  2.2 multipart/alternative
      +				   2.2.1 text/plain
      +				   2.2.2 text/html
      +				*/
      +				/**
      +				 * create_part_array
      +				 *
      +				 * @param Object $structure		Structure
      +				 * @param string $prefix		prefix
      +				 * @return string[]|unknown[]	array
      +				 */
      +				function create_part_array($structure, $prefix="") {
      +					//print_r($structure);
      +					if (sizeof($structure->parts) > 0) {    // There some sub parts
      +						foreach ($structure->parts as $count => $part) {
      +							add_part_to_array($part, $prefix.($count+1), $part_array);
      +						}
      +					}else{    // Email does not have a seperate mime attachment for text
      +						$part_array[] = array('part_number' => $prefix.'1', 'part_object' => $obj);
      +					}
      +					return $part_array;
      +				}
      +				/**
      +				 * Sub function for create_part_array(). Only called by create_part_array() and itself.
      +				 *
      +				 * @param Object	$obj		Structure
      +				 * @param string	$partno		Part no
      +				 * @param array		$part_array	array
      +				 */
      +				function add_part_to_array($obj, $partno, & $part_array) {
      +					$part_array[] = array('part_number' => $partno, 'part_object' => $obj);
      +					if ($obj->type == 2) { // Check to see if the part is an attached email message, as in the RFC-822 type
      +						//print_r($obj);
      +						if(array_key_exists('parts',$obj)) {    // Check to see if the email has parts
      +							foreach ($obj->parts as $count => $part) {
      +								// Iterate here again to compensate for the broken way that imap_fetchbody() handles attachments
      +								if (sizeof($part->parts) > 0) {
      +									foreach ($part->parts as $count2 => $part2) {
      +										add_part_to_array($part2, $partno.".".($count2+1), $part_array);
      +									}
      +								}else{    // Attached email does not have a seperate mime attachment for text
      +									$part_array[] = array('part_number' => $partno.'.'.($count+1), 'part_object' => $obj);
      +								}
      +							}
      +						}else{    // Not sure if this is possible
      +							$part_array[] = array('part_number' => $partno.'.1', 'part_object' => $obj);
      +						}
      +					}else{    // If there are more sub-parts, expand them out.
      +						if(array_key_exists('parts',$obj)) {
      +							foreach ($obj->parts as $count => $p) {
      +								add_part_to_array($p, $partno.".".($count+1), $part_array);
      +							}
      +						}
      +					}
       				}
       
      -				$messagetext = imap_fetchbody($connection, $imapemail, ($parthtml >= 0 ? $parthtml : ($partplain >= 0 ? $partplain : 0)));
      +				$result = create_part_array($structure, '');
      +				//var_dump($result);exit;
      +				foreach($result as $key => $part)
      +				{
      +					if ($part['part_object']->subtype == 'HTML') $parthtml=$part['part_number'];
      +					if ($part['part_object']->subtype == 'PLAIN') $partplain=$part['part_number'];
      +				}
      +
      +				/* OLD CODE to get parthtml and partplain
      +				if (sizeof($structure->parts) > 0) {    // There some sub parts
      +					foreach($structure->parts as $key => $part)
      +					{
      +						if ($part->subtype == 'HTML') $parthtml=($key+1);									// For example: $parthtml = 1 or 2
      +						if ($part->subtype == 'PLAIN') $partplain=($key+1);
      +						if ($part->subtype == 'ALTERNATIVE')
      +						{
      +							if (sizeof($part->parts) > 0)
      +							{
      +								foreach($part->parts as $key2 => $part2)
      +								{
      +									if ($part2->subtype == 'HTML') $parthtml=($key+1).'.'.($key2+1);		// For example: $parthtml = 1.1 or 1.2
      +									if ($part2->subtype == 'PLAIN') $partplain=($key+1).'.'.($key2+1);
      +								}
      +							}
      +							else
      +							{
      +								$partplain=($key+1).'.1';
      +							}
      +						}
      +					}
      +				}
      +				else
      +				{
      +					$partplain=1;
      +				}*/
      +
      +				//var_dump($structure);
      +				//var_dump($parthtml);var_dump($partplain);
      +
      +				$messagetext = imap_fetchbody($connection, $imapemail, ($parthtml != '-1' ? $parthtml : ($partplain != '-1' ? $partplain : 0)), FT_PEEK);
       
       				//var_dump($overview);
       				//var_dump($header);
       				//var_dump($message);
      -				//var_dump($messagetext);
      +				//var_dump($structure->parts[0]->parts);
      +				//var_dump($messagetext);exit;
       				$fromstring=$overview[0]->from;
       				$sender=$overview[0]->sender;
       				$to=$overview[0]->to;
      @@ -969,8 +1071,8 @@ class EmailCollector extends CommonObject
       				$reg=array();
       				if (preg_match('/^(.*)<(.*)>$/', $fromstring, $reg))
       				{
      -					$from=$reg[1];
      -					$fromtext=$reg[0];
      +					$from=$reg[2];
      +					$fromtext=$reg[1];
       				}
       				else
       				{
      @@ -987,7 +1089,7 @@ class EmailCollector extends CommonObject
       				$reg=array();
       				if (! empty($headers['References']) && preg_match('/dolibarr-([a-z]+)([0-9]+)@'.preg_quote($host,'/').'/', $headers['References'], $reg))
       				{
      -					$trackid = $reg[0].$reg[1];
      +					$trackid = $reg[1].$reg[2];
       
       					$objectid = 0;
       					$objectemail = null;
      @@ -1129,10 +1231,11 @@ class EmailCollector extends CommonObject
       								$sourcefield='';
       								$regexstring='';
       								$regforregex=array();
      +
       								if (preg_match('/^REGEX:([a-zA-Z0-9]+):(.*)$/', $valueforproperty, $regforregex))
       								{
      -									$sourcefield=$regforregex[0];
      -									$regexstring=$regforregex[1];
      +									$sourcefield=$regforregex[1];
      +									$regexstring=$regforregex[2];
       								}
       
       								if (! empty($sourcefield) && ! empty($regexstring))
      @@ -1141,19 +1244,20 @@ class EmailCollector extends CommonObject
       									elseif (strtolower($sourcefield) == 'subject') $sourcestring=$subject;
       
       									$regforval=array();
      -									if (preg_match('/'.preg_quote($regexstring, '/').'/', $sourcestring, $regforval))
      +									if (preg_match('/'.$regexstring.'/', $sourcestring, $regforval))	// Do not use preg_quote here, string is already a regex syntax, for example string is 'Name:\s([^\s]*)'
       									{
       										// Overwrite param $tmpproperty
      -										$nametouseforthirdparty = $regforval[0];
      +										$nametouseforthirdparty = $regforval[1];
       									}
       									else
       									{
       										// Nothing can be done for this param
       									}
      +									//var_dump($sourcestring); var_dump($regexstring);var_dump($nametouseforthirdparty);exit;
       								}
       								elseif (preg_match('/^VALUE:(.*)$/', $valueforproperty, $reg))
       								{
      -									$nametouseforthirdparty = $reg[0];
      +									$nametouseforthirdparty = $reg[1];
       								}
       								else
       								{
      @@ -1178,6 +1282,8 @@ class EmailCollector extends CommonObject
       								{
       									if ($operation['type'] == 'loadandcreatethirdparty')
       									{
      +										dol_syslog("Third party with name ".$nametouseforthirdparty." was not found. We try to create it.");
      +
       										// Create thirdparty
       										$thirdpartystatic->name = $nametouseforthirdparty;
       
      @@ -1199,6 +1305,10 @@ class EmailCollector extends CommonObject
       											}
       										}
       									}
      +									else
      +									{
      +										dol_syslog("Third party with name ".$nametouseforthirdparty." was not found");
      +									}
       								}
       							}
       						}
      @@ -1213,7 +1323,7 @@ class EmailCollector extends CommonObject
       
       						$actioncomm->type_code   = 'AC_OTH_AUTO';		// Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
       						$actioncomm->code        = 'AC_'.$actioncode;
      -						$actioncomm->label       = $langs->trans("EmailReceived").' - '.$langs->trans("From").' '.$from;
      +						$actioncomm->label       = $langs->trans("ActionAC_EMAIL_IN").' - '.$langs->trans("MailFrom").' '.$from;
       						$actioncomm->note        = $messagetext;
       						$actioncomm->fk_project  = $projectstatic->id;
       						$actioncomm->datep       = $date;
      @@ -1233,12 +1343,14 @@ class EmailCollector extends CommonObject
       						$actioncomm->email_subject = $subject;
       						$actioncomm->errors_to   = '';
       
      -						$actioncomm->fk_element  = $fk_element_id;
      -						$actioncomm->elementtype = $fk_element_type;
      +						if (! in_array($fk_element_type, array('societe','contact','project','user')))
      +						{
      +							$actioncomm->fk_element  = $fk_element_id;
      +							$actioncomm->elementtype = $fk_element_type;
      +						}
       
       						//$actioncomm->extraparams = $extraparams;
       
      -
       						// Overwrite values with values extracted from source email
       						$errorforthisaction = $this->overwritePropertiesOfObject($actioncommn, $operation['actionparam'], $messagetext, $subject);
       
      @@ -1263,7 +1375,7 @@ class EmailCollector extends CommonObject
       						$projecttocreate = new Project($this->db);
       						if ($thirdpartystatic->id > 0)
       						{
      -							$projecttocreate->fk_soc = $thirdpartystatic->id;
      +							$projecttocreate->socid = $thirdpartystatic->id;
       							if ($thirdpartyfoundby) $note_private .= ' - Third party found from '.$thirdpartyfoundby;
       						}
       						if ($contactstatic->id > 0)
      diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php
      index 8764a90251d..a1d8940d3f6 100644
      --- a/htdocs/emailcollector/class/emailcollectoraction.class.php
      +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php
      @@ -105,6 +105,7 @@ class EmailCollectorAction extends CommonObject
       	public $tms;
       	public $fk_user_creat;
       	public $fk_user_modif;
      +	public $position;
       	public $import_key;
       	public $status;
       	// END MODULEBUILDER PROPERTIES
      diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang
      index 0a0deb99a1f..96b8abbb937 100644
      --- a/htdocs/langs/en_US/commercial.lang
      +++ b/htdocs/langs/en_US/commercial.lang
      @@ -52,6 +52,7 @@ ActionAC_TEL=Phone call
       ActionAC_FAX=Send fax
       ActionAC_PROP=Send proposal by mail
       ActionAC_EMAIL=Send Email
      +ActionAC_EMAIL_IN=Reception of Email
       ActionAC_RDV=Meetings
       ActionAC_INT=Intervention on site
       ActionAC_FAC=Send customer invoice by mail
      
      From 0886928a64845e965718d1b7c5156bc2125533ed Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 14:38:30 +0100
      Subject: [PATCH 0943/1013] FIX Link between action and project must use field
       not the link table
      
      ---
       htdocs/comm/action/card.php                              | 6 +++---
       .../interface_50_modAgenda_ActionsAuto.class.php         | 9 +++++++--
       2 files changed, 10 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
      index 8eae0e2650e..22648189f99 100644
      --- a/htdocs/comm/action/card.php
      +++ b/htdocs/comm/action/card.php
      @@ -1302,7 +1302,6 @@ if ($id > 0)
       		print '<tr><td class="titlefieldcreate nowrap">'.$langs->trans("Priority").'</td><td>';
       		print '<input type="text" name="priority" value="'.($object->priority?$object->priority:'').'" size="5">';
       		print '</td></tr>';
      -
       		// Object linked
       		if (! empty($object->fk_element) && ! empty($object->elementtype))
       		{
      @@ -1610,8 +1609,9 @@ if ($id > 0)
       		print ($object->priority?$object->priority:'');
       		print '</td></tr>';
       
      -		// Object linked
      -		if (! empty($object->fk_element) && ! empty($object->elementtype))
      +		// Object linked (if link is for thirdparty, contact, project it is a recording error. We should not have links in link table
      +		// for such objects because there is already a dedicated field into table llx_actioncomm.
      +		if (! empty($object->fk_element) && ! empty($object->elementtype) && ! in_array($object->elementtype, array('societe','contact','project')))
       		{
       			include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
       			print '<tr><td>'.$langs->trans("LinkedObject").'</td>';
      diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      index 9031cda06f0..ae55f589cf2 100644
      --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      @@ -841,8 +841,13 @@ class InterfaceActionsAuto extends DolibarrTriggers
       		$actioncomm->email_subject = $object->email_subject;
       		$actioncomm->errors_to     = $object->errors_to;
       
      -		$actioncomm->fk_element  = $elementid;
      -		$actioncomm->elementtype = $elementtype;
      +		// Object linked (if link is for thirdparty, contact, project it is a recording error. We should not have links in link table
      +		// for such objects because there is already a dedicated field into table llx_actioncomm.
      +		if (! in_array($elementtype, array('societe','contact','project')))
      +		{
      +			$actioncomm->fk_element  = $elementid;
      +			$actioncomm->elementtype = $elementtype;
      +		}
       
       		if (property_exists($object,'attachedfiles') && is_array($object->attachedfiles) && count($object->attachedfiles)>0) {
       			$actioncomm->attachedfiles=$object->attachedfiles;
      
      From 5f933150971dcb5c88619b1768371dfbf102a7f5 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:14:46 +0100
      Subject: [PATCH 0944/1013] Clean code
      
      ---
       htdocs/comm/action/class/actioncomm.class.php             | 8 ++++----
       .../triggers/interface_50_modAgenda_ActionsAuto.class.php | 2 +-
       htdocs/emailcollector/class/emailcollector.class.php      | 6 +++++-
       3 files changed, 10 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
      index d703e57204f..aef77513e7b 100644
      --- a/htdocs/comm/action/class/actioncomm.class.php
      +++ b/htdocs/comm/action/class/actioncomm.class.php
      @@ -1333,10 +1333,10 @@ class ActionComm extends CommonObject
       		$linkstart.=$linkclose.'>';
       		$linkend='</a>';
       
      -                if ($option == 'nolink') {
      -                    $linkstart = '';
      -                    $linkend = '';
      -                }
      +		if ($option == 'nolink') {
      +			$linkstart = '';
      +			$linkend = '';
      +		}
       		//print 'rrr'.$this->libelle.'rrr'.$this->label.'rrr'.$withpicto;
       
               if ($withpicto == 2)
      diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      index ae55f589cf2..09725355f43 100644
      --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
      @@ -769,7 +769,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
       		    $object->sendtoid=0;
       		}
       
      -		$object->actionmsg.="\n".$langs->transnoentities("Author").': '.$user->login;
      +		$object->actionmsg = $langs->transnoentities("Author").': '.$user->login."\n".$object->actionmsg;
       
       		dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
       
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index b45d32ced19..911d40ff57e 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -697,7 +697,7 @@ class EmailCollector extends CommonObject
       
       			$this->error.='EmailCollector ID '.$emailcollector->id.':'.$emailcollector->error.'<br>';
       			if (! empty($emailcollector->errors)) $this->error.=join('<br>', $emailcollector->errors);
      -			$this->output.='EmailCollector ID '.$emailcollector->id.': '.$emailcollector->output.'<br>';
      +			$this->output.='EmailCollector ID '.$emailcollector->id.': '.$emailcollector->lastresult.'<br>';
       		}
       
       		return $nberror;
      @@ -1286,6 +1286,8 @@ class EmailCollector extends CommonObject
       
       										// Create thirdparty
       										$thirdpartystatic->name = $nametouseforthirdparty;
      +										if ($fromtext != $nametouseforthirdparty) $thirdpartystatic->name_alias = $fromtext;
      +										$thirdpartystatic->email = $from;
       
       										// Overwrite values with values extracted from source email
       										$errorforthisaction = $this->overwritePropertiesOfObject($thirdpartystatic, $operation['actionparam'], $messagetext, $subject);
      @@ -1389,6 +1391,7 @@ class EmailCollector extends CommonObject
       
       						$projecttocreate->title = $subject;
       						$projecttocreate->date_start = $now;
      +						$projecttocreate->date_end = '';
       						$projecttocreate->opp_status = $id_opp_status;
       						$projecttocreate->opp_percent = $percent_opp_status;
       						$projecttocreate->description = ($note_private?$note_private."\n":'').$messagetext;
      @@ -1516,6 +1519,7 @@ class EmailCollector extends CommonObject
       
       		$this->datelastresult = $now;
       		$this->lastresult = $output;
      +
       		if (! empty($this->errors)) $this->lastresult.= " - ".join(" - ", $this->errors);
       		$this->codelastresult = ($error ? 'KO' : 'OK');
       		$this->update($user);
      
      From 2947dcfc8d9dbaf75209da6c53e67ae0641a6437 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:36:12 +0100
      Subject: [PATCH 0945/1013] Sanitize message
      
      ---
       .../class/emailcollector.class.php             | 18 +++++++++---------
       1 file changed, 9 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 911d40ff57e..d97a340ea8b 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -963,9 +963,9 @@ class EmailCollector extends CommonObject
       				/**
       				 * create_part_array
       				 *
      -				 * @param Object $structure		Structure
      -				 * @param string $prefix		prefix
      -				 * @return string[]|unknown[]	array
      +				 * @param 	Object $structure	Structure
      +				 * @param 	string $prefix		prefix
      +				 * @return 	array				Array with number and object
       				 */
       				function create_part_array($structure, $prefix="") {
       					//print_r($structure);
      @@ -981,9 +981,9 @@ class EmailCollector extends CommonObject
       				/**
       				 * Sub function for create_part_array(). Only called by create_part_array() and itself.
       				 *
      -				 * @param Object	$obj		Structure
      -				 * @param string	$partno		Part no
      -				 * @param array		$part_array	array
      +				 * @param Object	$obj			Structure
      +				 * @param string	$partno			Part no
      +				 * @param array		$part_array		array
       				 */
       				function add_part_to_array($obj, $partno, & $part_array) {
       					$part_array[] = array('part_number' => $partno, 'part_object' => $obj);
      @@ -1014,9 +1014,9 @@ class EmailCollector extends CommonObject
       
       				$result = create_part_array($structure, '');
       				//var_dump($result);exit;
      -				foreach($result as $key => $part)
      +				foreach($result as $part)
       				{
      -					if ($part['part_object']->subtype == 'HTML') $parthtml=$part['part_number'];
      +					if ($part['part_object']->subtype == 'HTML')  $parthtml=$part['part_number'];
       					if ($part['part_object']->subtype == 'PLAIN') $partplain=$part['part_number'];
       				}
       
      @@ -1394,7 +1394,7 @@ class EmailCollector extends CommonObject
       						$projecttocreate->date_end = '';
       						$projecttocreate->opp_status = $id_opp_status;
       						$projecttocreate->opp_percent = $percent_opp_status;
      -						$projecttocreate->description = ($note_private?$note_private."\n":'').$messagetext;
      +						$projecttocreate->description = ($note_private?$note_private."\n":'').dol_string_nohtmltag($messagetext, 2);
       						$projecttocreate->note_private = $note_private;
       						$projecttocreate->entity = $conf->entity;
       
      
      From ade03632248f531bf1e4ce2406e6df8bca7b0cfd Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:46:20 +0100
      Subject: [PATCH 0946/1013] Module status
      
      ---
       htdocs/core/modules/modEmailCollector.class.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/modules/modEmailCollector.class.php b/htdocs/core/modules/modEmailCollector.class.php
      index 042dc0c82f2..868e1760ded 100644
      --- a/htdocs/core/modules/modEmailCollector.class.php
      +++ b/htdocs/core/modules/modEmailCollector.class.php
      @@ -46,7 +46,7 @@ class modEmailCollector extends DolibarrModules
       		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
       		$this->numero = 50320;
       		// Key text used to identify module (for permissions, menus, etc...)
      -		$this->rights_class = 'dav';
      +		$this->rights_class = 'emailcollector';
       
       		// 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
      @@ -64,7 +64,7 @@ class modEmailCollector extends DolibarrModules
       		$this->descriptionlong = "EmailCollectorDescription";
       
       		// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
      -		$this->version = 'development';
      +		$this->version = 'experimental';
       		// Key used in llx_const table to save module status enabled/disabled (where DAV 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.
      
      From 129034ba766b449c05ad57703a09e4a70d2d596e Mon Sep 17 00:00:00 2001
      From: atm-ph <phf@atm-consulting.fr>
      Date: Mon, 19 Nov 2018 15:46:30 +0100
      Subject: [PATCH 0947/1013] Fix new params has been added not optional
      
      ---
       htdocs/core/class/commonobject.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 88386521079..6e8edf4e3e8 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -5053,7 +5053,7 @@ abstract class CommonObject
       	 *  @return int                 		-1=error, O=did nothing, 1=OK
       	 *  @see setValueFrom, insertExtraFields
       	 */
      -	function updateExtraField($key, $trigger, $userused)
      +	function updateExtraField($key, $trigger=null, $userused=null)
       	{
       		global $conf,$langs,$user;
       
      
      From a3398f1a8d7c1f3e3c9df3ea221d42fc563af7c9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:49:58 +0100
      Subject: [PATCH 0948/1013] Sync transifex
      
      ---
       htdocs/langs/ar_EG/admin.lang             |   3 +
       htdocs/langs/ar_SA/accountancy.lang       |   9 +-
       htdocs/langs/ar_SA/stocks.lang            |  34 +++---
       htdocs/langs/de_AT/help.lang              |   2 -
       htdocs/langs/de_CH/help.lang              |   1 -
       htdocs/langs/de_DE/bills.lang             | 136 +++++++++++-----------
       htdocs/langs/es_ES/admin.lang             |  50 ++++----
       htdocs/langs/es_ES/companies.lang         |   2 +-
       htdocs/langs/es_ES/errors.lang            |   2 +-
       htdocs/langs/es_ES/interventions.lang     |   2 +-
       htdocs/langs/es_ES/main.lang              |   4 +-
       htdocs/langs/es_ES/other.lang             |   6 +-
       htdocs/langs/es_ES/projects.lang          |  32 ++---
       htdocs/langs/fr_CA/admin.lang             |   1 -
       htdocs/langs/fr_CA/help.lang              |   3 -
       htdocs/langs/fr_FR/accountancy.lang       |  12 +-
       htdocs/langs/fr_FR/admin.lang             |  38 +++---
       htdocs/langs/fr_FR/bills.lang             |  10 +-
       htdocs/langs/fr_FR/blockedlog.lang        |   2 +-
       htdocs/langs/fr_FR/companies.lang         |  32 ++---
       htdocs/langs/fr_FR/cron.lang              |  18 +--
       htdocs/langs/fr_FR/errors.lang            |   8 +-
       htdocs/langs/fr_FR/help.lang              |  20 ++--
       htdocs/langs/fr_FR/holiday.lang           |  21 ++--
       htdocs/langs/fr_FR/install.lang           | 121 +++++++++----------
       htdocs/langs/fr_FR/interventions.lang     |   6 +-
       htdocs/langs/fr_FR/mails.lang             |  18 +--
       htdocs/langs/fr_FR/main.lang              |  40 +++----
       htdocs/langs/fr_FR/modulebuilder.lang     |  23 ++--
       htdocs/langs/fr_FR/orders.lang            |   5 +-
       htdocs/langs/fr_FR/other.lang             |  14 +--
       htdocs/langs/fr_FR/paybox.lang            |   2 +-
       htdocs/langs/fr_FR/paypal.lang            |  10 +-
       htdocs/langs/fr_FR/products.lang          |  19 +--
       htdocs/langs/fr_FR/projects.lang          |  66 +++++------
       htdocs/langs/fr_FR/propal.lang            |   5 +-
       htdocs/langs/fr_FR/receiptprinter.lang    |   2 +-
       htdocs/langs/fr_FR/website.lang           |  31 +++--
       htdocs/langs/fr_NC/projects.lang          |   1 -
       htdocs/langs/lv_LV/accountancy.lang       |   2 +-
       htdocs/langs/lv_LV/admin.lang             |  82 ++++++-------
       htdocs/langs/lv_LV/agenda.lang            |   4 +-
       htdocs/langs/lv_LV/banks.lang             |   2 +-
       htdocs/langs/lv_LV/bills.lang             |   6 +-
       htdocs/langs/lv_LV/boxes.lang             |  38 +++---
       htdocs/langs/lv_LV/companies.lang         |  12 +-
       htdocs/langs/lv_LV/compta.lang            |   6 +-
       htdocs/langs/lv_LV/contracts.lang         |   4 +-
       htdocs/langs/lv_LV/cron.lang              |  28 ++---
       htdocs/langs/lv_LV/ecm.lang               |   4 +-
       htdocs/langs/lv_LV/errors.lang            |   8 +-
       htdocs/langs/lv_LV/exports.lang           | 118 +++++++++----------
       htdocs/langs/lv_LV/help.lang              |  20 ++--
       htdocs/langs/lv_LV/holiday.lang           |   4 +-
       htdocs/langs/lv_LV/hrm.lang               |  16 +--
       htdocs/langs/lv_LV/install.lang           |   4 +-
       htdocs/langs/lv_LV/interventions.lang     |   6 +-
       htdocs/langs/lv_LV/languages.lang         |   3 +-
       htdocs/langs/lv_LV/mails.lang             |  32 ++---
       htdocs/langs/lv_LV/main.lang              |  18 +--
       htdocs/langs/lv_LV/members.lang           |  14 +--
       htdocs/langs/lv_LV/modulebuilder.lang     |   8 +-
       htdocs/langs/lv_LV/multicurrency.lang     |  14 +--
       htdocs/langs/lv_LV/other.lang             |  18 +--
       htdocs/langs/lv_LV/products.lang          |  65 ++++++-----
       htdocs/langs/lv_LV/projects.lang          |  38 +++---
       htdocs/langs/lv_LV/sendings.lang          |   8 +-
       htdocs/langs/lv_LV/sms.lang               |  42 +++----
       htdocs/langs/lv_LV/stocks.lang            |   4 +-
       htdocs/langs/lv_LV/supplier_proposal.lang |   2 +-
       htdocs/langs/lv_LV/trips.lang             |   4 +-
       htdocs/langs/lv_LV/website.lang           |   2 +-
       htdocs/langs/lv_LV/withdrawals.lang       |  12 +-
       htdocs/langs/pt_BR/help.lang              |   3 -
       htdocs/langs/tr_TR/admin.lang             |  18 +--
       htdocs/langs/tr_TR/banks.lang             | 105 ++++++++---------
       htdocs/langs/tr_TR/companies.lang         |   8 +-
       htdocs/langs/tr_TR/compta.lang            |  56 ++++-----
       htdocs/langs/tr_TR/contracts.lang         |  13 ++-
       htdocs/langs/tr_TR/errors.lang            |   4 +-
       htdocs/langs/tr_TR/install.lang           | 135 ++++++++++-----------
       htdocs/langs/tr_TR/main.lang              |   2 +-
       htdocs/langs/tr_TR/orders.lang            |  29 ++---
       htdocs/langs/tr_TR/sendings.lang          |   4 +-
       htdocs/langs/tr_TR/supplier_proposal.lang |  24 ++--
       htdocs/langs/tr_TR/suppliers.lang         |  42 +++----
       86 files changed, 969 insertions(+), 933 deletions(-)
       delete mode 100644 htdocs/langs/de_AT/help.lang
      
      diff --git a/htdocs/langs/ar_EG/admin.lang b/htdocs/langs/ar_EG/admin.lang
      index 0f072e6f93e..e4b07918378 100644
      --- a/htdocs/langs/ar_EG/admin.lang
      +++ b/htdocs/langs/ar_EG/admin.lang
      @@ -25,3 +25,6 @@ Module25Desc=إدارة أوامر الشراء
       Module700Name=تبرعات
       Module1780Name=الأوسمة/التصنيفات
       Permission81=قراءة أوامر الشراء
      +Audit=Audit
      +LogEventDesc=You can enable here the logging for Dolibarr security events. Administrators can then see its content via menu <b>System tools - Audit</b>. Warning, this feature can consume a large amount of data in database.
      +NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
      diff --git a/htdocs/langs/ar_SA/accountancy.lang b/htdocs/langs/ar_SA/accountancy.lang
      index a97dc05d79a..eac78e42869 100644
      --- a/htdocs/langs/ar_SA/accountancy.lang
      +++ b/htdocs/langs/ar_SA/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
      @@ -90,7 +94,7 @@ MenuLoanAccounts=Loan accounts
       MenuProductsAccounts=Product accounts
       ProductsBinding=Products accounts
       Ventilation=Binding to accounts
      -CustomersVentilation=ربط فاتورة الزبون 
      +CustomersVentilation=ربط فاتورة الزبون
       SuppliersVentilation=Vendor invoice binding
       ExpenseReportsVentilation=Expense report binding
       CreateMvts=Create new transaction
      @@ -156,6 +160,7 @@ Docref=مرجع
       LabelAccount=حساب التسمية
       LabelOperation=Label operation
       Sens=السيناتور
      +LetteringCode=Lettering code
       Codejournal=دفتر اليومية
       NumPiece=Piece number
       TransactionNumShort=Num. transaction
      @@ -221,6 +226,7 @@ AutomaticBindingDone=Automatic binding done
       
       ErrorAccountancyCodeIsAlreadyUse=خطأ، لا يمكنك حذف هذا الحساب المحاسبي لأنه مستخدم
       MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
      +Balancing=Balancing
       FicheVentilation=Binding card
       GeneralLedgerIsWritten=Transactions are written in the Ledger
       GeneralLedgerSomeRecordWasNotRecorded=Some of the transactions could not be journalized. If there is no other error message, this is probably because they were already journalized.
      @@ -263,6 +269,7 @@ Modelcsv_ebp=Export towards EBP
       Modelcsv_cogilog=Export towards Cogilog
       Modelcsv_agiris=Export towards Agiris
       Modelcsv_configurable=Export 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/ar_SA/stocks.lang b/htdocs/langs/ar_SA/stocks.lang
      index d5cc7856dbd..360c5de5164 100644
      --- a/htdocs/langs/ar_SA/stocks.lang
      +++ b/htdocs/langs/ar_SA/stocks.lang
      @@ -44,7 +44,6 @@ TransferStock=Transfer stock
       MassStockTransferShort=Mass stock transfer
       StockMovement=حركة الأسهم
       StockMovements=تحركات الأسهم
      -LabelMovement=تسمية الحركة
       NumberOfUnit=عدد الوحدات
       UnitPurchaseValue=وحدة سعر الشراء
       StockTooLow=الاسهم منخفضة جدا
      @@ -55,20 +54,20 @@ PMPValueShort=الواب
       EnhancedValueOfWarehouses=قيمة المستودعات
       UserWarehouseAutoCreate=Create a user warehouse automatically when creating a user
       AllowAddLimitStockByWarehouse=Allow to add limit and desired stock per couple (product, warehouse) instead of per product
      -IndependantSubProductStock=الأسهم المنتجات والأوراق المالية subproduct ومستقل
      +IndependantSubProductStock=Product stock and subproduct stock are independent
       QtyDispatched=ارسال كمية
       QtyDispatchedShort=أرسل الكمية
       QtyToDispatchShort=الكمية إلى إيفاد
       OrderDispatch=Item receipts
      -RuleForStockManagementDecrease=حكم لالتلقائي انخفاض إدارة المخزون (النقص اليدوي من الممكن دائما، حتى إذا تم تنشيط قاعدة الانخفاض التلقائي)
      -RuleForStockManagementIncrease=حكم لآلية الزيادة إدارة المخزون (زيادة اليدوية هي دائما ممكنة، حتى إذا تم تنشيط زيادة قاعدة تلقائية)
      -DeStockOnBill=خفض مخزونات حقيقية على فواتير الزبائن / الائتمان التحقق من صحة الملاحظات
      -DeStockOnValidateOrder=خفض مخزونات حقيقية على التحقق من صحة أوامر العملاء
      +RuleForStockManagementDecrease=Choose Rule for automatic stock decrease (manual decrease is always possible, even if an automatic decrease rule is activated)
      +RuleForStockManagementIncrease=Choose Rule for automatic stock increase (manual increase is always possible, even if an automatic increase rule is activated)
      +DeStockOnBill=Decrease real stocks on validation of customer invoice/credit note
      +DeStockOnValidateOrder=Decrease real stocks on validation of customer order
       DeStockOnShipment=انخفاض أسهم حقيقي على التحقق من صحة الشحن
       DeStockOnShipmentOnClosing=Decrease real stocks on shipping classification closed
      -ReStockOnBill=زيادة المخزون الحقيقي في فواتير الموردين / الائتمان التحقق من صحة الملاحظات
      -ReStockOnValidateOrder=Increase real stocks on purchase orders approbation
      -ReStockOnDispatchOrder=Increase real stocks on manual dispatching into warehouses, after supplier order receipt of goods
      +ReStockOnBill=Increase real stocks on validation of supplier invoice/credit note
      +ReStockOnValidateOrder=Increase real stocks on purchase order approval
      +ReStockOnDispatchOrder=Increase real stocks on manual dispatching into warehouse, after supplier order receipt of goods
       OrderStatusNotReadyToDispatch=أمر لم يتم بعد أو لا أكثر من ذلك الوضع الذي يسمح بإرسال من المنتجات في مخازن المخزون.
       StockDiffPhysicTeoric=Explanation for difference between physical and virtual stock
       NoPredefinedProductToDispatch=لا توجد منتجات محددة سلفا لهذا الكائن. لذلك لا إرسال في المخزون المطلوب.
      @@ -130,10 +129,11 @@ RecordMovement=Record transfer
       ReceivingForSameOrder=إيصالات لهذا النظام
       StockMovementRecorded=تحركات الأسهم سجلت
       RuleForStockAvailability=القواعد المتعلقة بمتطلبات الأسهم
      -StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to invoice (check is done on current real stock when adding a line into invoice whatever is rule for automatic stock change)
      -StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever is rule for automatic stock change)
      -StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever is rule for automatic stock change)
      +StockMustBeEnoughForInvoice=Stock level must be enough to add product/service to invoice (check is done on current real stock when adding a line into invoice whatever the rule for automatic stock change)
      +StockMustBeEnoughForOrder=Stock level must be enough to add product/service to order (check is done on current real stock when adding a line into order whatever the rule for automatic stock change)
      +StockMustBeEnoughForShipment= Stock level must be enough to add product/service to shipment (check is done on current real stock when adding a line into shipment whatever the rule for automatic stock change)
       MovementLabel=تسمية الحركة
      +TypeMovement=Type of movement
       DateMovement=Date of movement
       InventoryCode=حركة المخزون أو كود
       IsInPackage=الواردة في حزمة
      @@ -172,7 +172,7 @@ inventoryDraft=على التوالي
       inventorySelectWarehouse=Warehouse choice
       inventoryConfirmCreate=إنشاء
       inventoryOfWarehouse=Inventory for warehouse : %s
      -inventoryErrorQtyAdd=Error : one quantity is leaser than zero
      +inventoryErrorQtyAdd=Error : one quantity is less than zero
       inventoryMvtStock=By inventory
       inventoryWarningProductAlreadyExists=This product is already into list
       SelectCategory=فئة فلتر
      @@ -195,12 +195,16 @@ AddInventoryProduct=Add product to inventory
       AddProduct=إضافة
       ApplyPMP=Apply PMP
       FlushInventory=Flush inventory
      -ConfirmFlushInventory=Do you confirm this action ?
      +ConfirmFlushInventory=Do you confirm this action?
       InventoryFlushed=Inventory flushed
       ExitEditMode=Exit edition
       inventoryDeleteLine=حذف الخط
       RegulateStock=Regulate Stock
       ListInventory=قائمة
      -StockSupportServices=Stock management support services
      +StockSupportServices=Stock management supports Services
       StockSupportServicesDesc=By default, you can stock only product with type "product". If on, and if module service is on, you can also stock a product with type "service"
       ReceiveProducts=Receive items
      +StockIncreaseAfterCorrectTransfer=Increase by correction/transfer
      +StockDecreaseAfterCorrectTransfer=Decrease by correction/transfer
      +StockIncrease=Stock increase
      +StockDecrease=Stock decrease
      diff --git a/htdocs/langs/de_AT/help.lang b/htdocs/langs/de_AT/help.lang
      deleted file mode 100644
      index f4f55ee6209..00000000000
      --- a/htdocs/langs/de_AT/help.lang
      +++ /dev/null
      @@ -1,2 +0,0 @@
      -# Dolibarr language file - Source file is en_US - help
      -ToGetHelpGoOnSparkAngels1=Einige Unternehmen bieten eine schnelle (manchmal prompte) und effiziente Online-Unterstützung durch Fernwartung Ihres Computers. Solche Helfer finden Sie auf dieser Website <b>%s</b>
      diff --git a/htdocs/langs/de_CH/help.lang b/htdocs/langs/de_CH/help.lang
      index 82480e7b0e3..a4483cd8984 100644
      --- a/htdocs/langs/de_CH/help.lang
      +++ b/htdocs/langs/de_CH/help.lang
      @@ -4,4 +4,3 @@ DolibarrHelpCenter=Hilfe-und Supportcenter
       ToGoBackToDolibarr=Klicken Sie hier um zum System <a href="%s">zurückzukehren</a>
       TypeHelpOnly=Ausschliesslich Hilfe
       TypeHelpDevForm=Hilfe, Entwicklung & Bildung
      -ToGetHelpGoOnSparkAngels2=Gelegentlich ist zum Zeitpunkt Ihrer Suche vielleicht kein Geschäftspartner verfügbar. Denken Sie daran, den Filter auf "Alle verfügbaren" zu setzen. So können Sie mehr Anfragen stellen.
      diff --git a/htdocs/langs/de_DE/bills.lang b/htdocs/langs/de_DE/bills.lang
      index f457d28fef1..ec2b27d0943 100644
      --- a/htdocs/langs/de_DE/bills.lang
      +++ b/htdocs/langs/de_DE/bills.lang
      @@ -11,7 +11,7 @@ BillsSuppliersUnpaidForCompany=Unbezahlte Lieferantenrechnungen für %s
       BillsLate=Verspätete Zahlungen
       BillsStatistics=Statistik Kundenrechnungen
       BillsStatisticsSuppliers=Statistik Lieferantenrechnungen
      -DisabledBecauseDispatchedInBookkeeping=Deaktiviert da die Rechnung schon in die Buchhaltung übernommen wurde
      +DisabledBecauseDispatchedInBookkeeping=Deaktiviert, da die Rechnung schon in die Buchhaltung übernommen wurde
       DisabledBecauseNotLastInvoice=Deaktiviert da die Rechnung nicht gelöscht werden kann. Es wurden schon Rechnungen nach dieser Rechnung erstellt, so dass die Nummerierung nicht fortlaufend wäre.
       DisabledBecauseNotErasable=Deaktiviert, da löschen nicht möglich
       InvoiceStandard=Standardrechnung
      @@ -25,10 +25,10 @@ InvoiceProFormaAsk=Proforma-Rechnung
       InvoiceProFormaDesc=Die <b>Proforma-Rechnung</b> ist das Abbild einer echten Rechnung, hat aber keinen buchhalterischen Wert.
       InvoiceReplacement=Ersatzrechnung
       InvoiceReplacementAsk=Ersatzrechnung für Rechnung
      -InvoiceReplacementDesc=<b>Ersatzrechnungen</b> dienen dem Storno und vollständigen Ersatz einer Rechnung ohne bereits erfolgtem Zahlungseingang. <br><br> Hinweis: Rechnungen mit Zahlungseingang können nicht ersetzt werden. Falls noch nicht geschlossen, werden ersetzte Rechnungen automatisch als 'Aufgegeben geschlossen' markiert.
      +InvoiceReplacementDesc=<b>Replacement invoice</b> is used to cancel and completely replace an invoice with no payment already received.<br><br>Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
       InvoiceAvoir=Gutschrift
       InvoiceAvoirAsk=Gutschrift zur Rechnungskorrektur
      -InvoiceAvoirDesc=Eine <b>Gutschrift</b> ist eine negative Rechnung zur Begleichung von Wertdifferenzen zwischen Rechnungssummen und Zahlungseingängen (Zuviel bezahlt oder mangelhafte Lieferung).
      +InvoiceAvoirDesc=The <b>credit note</b> is a negative invoice used to correct the fact that an invoice has an amount that differs from the amount really paid (eg customer paid too much by mistake, or will not pay completely since he returned some products).
       invoiceAvoirWithLines=Neue Gutschrift mit den Positionen der Ursprungs-Rechnung
       invoiceAvoirWithPaymentRestAmount=Gutschrift über den Restbetrag der Originalrechnung erstellen
       invoiceAvoirLineWithPaymentRestAmount=Gutschrift über den Restbetrag der Originalrechnung
      @@ -66,8 +66,8 @@ paymentInInvoiceCurrency=in Rechnungswährung
       PaidBack=Zurück bezahlt
       DeletePayment=Lösche Zahlung
       ConfirmDeletePayment=Möchten Sie diese Zahlung wirklich löschen?
      -ConfirmConvertToReduc=Möchten Sie dieses %s in einen absoluten Rabatt konvertieren? <br> Der Betrag wird so unter allen Rabatten gespeichert und kann als Rabatt für ein aktuelle oder zukünftige Rechnung für diese Kunden verwendet werden.
      -ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount ?<br>The amount will so be saved among all discounts and could be used as a discount for a current or a future invoice for this supplier.
      +ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
      +ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount?<br>The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this supplier.
       SupplierPayments=Lieferantenzahlungen
       ReceivedPayments=Erhaltene Zahlungen
       ReceivedCustomersPayments=Erhaltene Anzahlungen von Kunden
      @@ -91,8 +91,8 @@ PaymentConditionsShort=Zahlungsziel
       PaymentAmount=Zahlungsbetrag
       ValidatePayment=Zahlung freigeben
       PaymentHigherThanReminderToPay=Zahlungsbetrag übersteigt Zahlungserinnerung
      -HelpPaymentHigherThanReminderToPay=Achtung, der Zahlungsbetrag einer oder mehrerer Rechnungen ist höher als der offene Restbetrag.<br>Bearbeiten Sie Ihre Eingabe oder bestätigen Sie die Überzahlung und erstellen Sie ggf eine Gutschrift für jede überzahlte Rechnung.
      -HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the rest to pay. <br> Edit your entry, otherwise confirm and think about creating a credit note of the excess paid for each overpaid invoice.
      +HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
      +HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. <br> Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
       ClassifyPaid=Als 'bezahlt' markieren
       ClassifyPaidPartially=Als 'teilweise bezahlt' markieren
       ClassifyCanceled=Rechnung 'aufgegeben'
      @@ -109,9 +109,9 @@ CancelBill=Rechnung stornieren
       SendRemindByMail=Zahlungserinnerung per E-Mail versenden
       DoPayment=Zahlung eingeben
       DoPaymentBack=Rückerstattung eingeben
      -ConvertToReduc=Mark as credit available
      -ConvertExcessReceivedToReduc=Convert excess received into available credit
      -ConvertExcessPaidToReduc=Convert excess paid into available discount
      +ConvertToReduc=Markieren als "Guthaben verfügbar"
      +ConvertExcessReceivedToReduc=Zuviel erhalterner Betrag in Guthaben umwandeln
      +ConvertExcessPaidToReduc=Zuviel bezahlter Betrag in Rabatt umwandeln
       EnterPaymentReceivedFromCustomer=Geben Sie die vom Kunden erhaltene Zahlung ein
       EnterPaymentDueToCustomer=Kundenzahlung fällig stellen
       DisabledBecauseRemainderToPayIsZero=Deaktiviert, da Zahlungserinnerung auf null steht
      @@ -120,7 +120,7 @@ BillStatus=Rechnung Status
       StatusOfGeneratedInvoices=Status der erstellten Rechnungen
       BillStatusDraft=Entwurf (freizugeben)
       BillStatusPaid=Bezahlt
      -BillStatusPaidBackOrConverted=Credit note refund or marked as credit available
      +BillStatusPaidBackOrConverted=Gutschrift oder als Guthaben markiert
       BillStatusConverted=Bezahlt (in der Schlussrechnung zu verarbeiten)
       BillStatusCanceled=Aufgegeben
       BillStatusValidated=Freigegeben (zu bezahlen)
      @@ -132,6 +132,7 @@ BillStatusClosedPaidPartially=Bezahlt (teilweise)
       BillShortStatusDraft=Entwurf
       BillShortStatusPaid=Bezahlt
       BillShortStatusPaidBackOrConverted=Rückerstattet oder umgewandelt
      +Refunded=Rückerstattet
       BillShortStatusConverted=Bezahlt
       BillShortStatusCanceled=Storniert
       BillShortStatusValidated=Freigegeben
      @@ -145,7 +146,7 @@ ErrorVATIntraNotConfigured=Intrakommunale UID-Nr. noch nicht definiert
       ErrorNoPaiementModeConfigured=Keine standardmäßige Zahlungsart definiert. Beheben Sie diesen Fehler in den Einstellungen des Rechnungsmoduls.
       ErrorCreateBankAccount=Legen Sie ein Bankkonto an und definieren Sie anschließend die Zahlungsarten in den Einstellungen des Rechnungsmoduls.
       ErrorBillNotFound=Rechnung %s existiert nicht
      -ErrorInvoiceAlreadyReplaced=Fehler: Sie versuchen eine Ersatzrechnung für Rechnung %s freizugeben. Diese wurde allerdings bereits durch Rechnung %s ersetzt.
      +ErrorInvoiceAlreadyReplaced=Error, you tried to validate an invoice to replace invoice %s. But this one has already been replaced by invoice %s.
       ErrorDiscountAlreadyUsed=Fehler: Dieser Rabatt ist bereits verbraucht.
       ErrorInvoiceAvoirMustBeNegative=Fehler: Gutschriften verlangen nach einem negativen Rechnungsbetrag
       ErrorInvoiceOfThisTypeMustBePositive=Fehler: Rechnungen dieses Typs verlangen nach einem positiven Rechnungsbetrag
      @@ -179,7 +180,7 @@ ConfirmClassifyPaidBill=Möchten Sie die Rechnung <b>%s</b> wirklich als 'bezahl
       ConfirmCancelBill=Möchten sie die Rechnung <b>%s</b> wirklich stornieren?
       ConfirmCancelBillQuestion=Möchten Sie diesen Sozialbeitrag wirklich als 'abgebrochen' markieren?
       ConfirmClassifyPaidPartially=Möchten Sie die Rechnung <b>%s</b> wirklich als 'bezahlt' markieren?
      -ConfirmClassifyPaidPartiallyQuestion=Diese Rechnung wurde noch nicht vollständig bezahlt. Warum möchten Sie diese Rechnung als erledigt bestätigen ?
      +ConfirmClassifyPaidPartiallyQuestion=This invoice has not been paid completely. What is the reason/s for you closing this invoice?
       ConfirmClassifyPaidPartiallyReasonAvoir=Der offene Zahlbetrag <b>( %s %s)</b> resultiert aus einem gewährten Skonto. Zur Korrektur der USt. wird eine Gutschrift angelegt.
       ConfirmClassifyPaidPartiallyReasonDiscount=Unbezahlter Rest <b>(%s %s)</b> ist gewährter Rabatt / Skonto.
       ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Der offene Zahlbetrag <b>( %s %s)</b> resultiert aus einem gewährten Skonto. Ich akzeptiere den Verlust der USt. aus diesem Rabatt.
      @@ -187,12 +188,12 @@ ConfirmClassifyPaidPartiallyReasonDiscountVat=Der offene Zahlbetrag <b>( %s %s)<
       ConfirmClassifyPaidPartiallyReasonBadCustomer=schlechter Zahler
       ConfirmClassifyPaidPartiallyReasonProductReturned=Produkte teilweise retourniert
       ConfirmClassifyPaidPartiallyReasonOther=Betrag aus anderen Gründen uneinbringlich
      -ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Diese Wahl ist möglich, wenn Sie Ihre Rechnung mit passenden Kommentar versehen sein. (Beispiel «Nur die Steuer entsprechend dem Preis, der gezahlt worden tatsächlich gibt Rechte an Abzug»)
      -ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=Diese Option steht Ihnen nur dann offen, falls Ihre Rechnung einen entsprechenden Vermerk enthält. (Beispiel: Nur der tatsächlich bezahlte Preis ist abzugsfähig)
      +ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=This choice is possible if your invoice has been provided with suitable comments. (Example «Only the tax corresponding to the price that has been actually paid gives rights to deduction»)
      +ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=In some countries, this choice might be possible only if your invoice contains correct notes.
       ConfirmClassifyPaidPartiallyReasonAvoirDesc=Mit dieser Wahl, wenn alle anderen nicht passt
      -ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=Unter <b>Kundenverschulden</b> fallen vor allem Zahlungsunwilligkeit-, bzw. -unfähigkeit (Insolvenz).
      +ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=A <b>bad customer</b> is a customer that refuses to pay his debt.
       ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Wählen Sie diese Option, falls die Zahlungsdifferenz aus Warenrücksendungen resultiert.
      -ConfirmClassifyPaidPartiallyReasonOtherDesc=Wählen Sie diese Option, falls keine der anderen zutrifft: <br> - Mangelhafte oder falsche Lieferung <br> - Forderung auf Grund vergessenen Rabatts zu hoch <br> Korrigieren Sie in jedem Fall das Rechnungswesen über eine entsprechende Gutschrift.
      +ConfirmClassifyPaidPartiallyReasonOtherDesc=Use this choice if all others are not suitable, for example in following situation:<br>- payment not complete because some products were shipped back<br>- amount claimed too important because a discount was forgotten<br>In all cases, amount over-claimed must be corrected in accountancy system by creating a credit note.
       ConfirmClassifyAbandonReasonOther=Andere
       ConfirmClassifyAbandonReasonOtherDesc=Wählen Sie diese Option in allen anderen Fällen, z.B. wenn Sie planen, eine Ersatzrechnung anzulegen.
       ConfirmCustomerPayment=Bestätigen Sie diesen Zahlungseingang für <b>%s</b>, %s?
      @@ -200,9 +201,10 @@ ConfirmSupplierPayment=Bestätigen Sie diesen Zahlungseingang für <b>%s</b>, %s
       ConfirmValidatePayment=Zahlung wirklich annehmen? Eine Änderung ist anschließend nicht mehr möglich.
       ValidateBill=Rechnung freigeben
       UnvalidateBill=Ungültige Rechnung
      -NumberOfBills=Anzahl der Rechnungen
      +NumberOfBills=Anzahl Rechnungen
       NumberOfBillsByMonth=Anzahl Rechnungen pro Monat
       AmountOfBills=Anzahl der Rechnungen
      +AmountOfBillsHT=Rechnungsbetrag (Netto ohne Steuern)
       AmountOfBillsByMonthHT=Gesamtbetrag Rechnungen pro Monat (inkl. Steuern)
       ShowSocialContribution=Zeige Sozialabgaben/Unternehmenssteuer
       ShowBill=Zeige Rechnung
      @@ -260,9 +262,9 @@ Repeatables=Vorlagen
       ChangeIntoRepeatableInvoice=erzeuge Rechnungsvorlage
       CreateRepeatableInvoice=Rechnungs-Vorlage erstellen
       CreateFromRepeatableInvoice=Aus Rechnungs-Vorlage erzeugen
      -CustomersInvoicesAndInvoiceLines=Kundenrechnungen und -positionen
      +CustomersInvoicesAndInvoiceLines=Kundenrechnungen und -details
       CustomersInvoicesAndPayments=Kundenrechnungen und -zahlungen
      -ExportDataset_invoice_1=Kundenrechnungen und -positionen
      +ExportDataset_invoice_1=Kundenrechnungen und -details
       ExportDataset_invoice_2=Kundenrechnungen und -zahlungen
       ProformaBill=Proforma-Rechnung:
       Reduction=Ermäßigung
      @@ -282,13 +284,13 @@ RelativeDiscount=Relativer Rabatt
       GlobalDiscount=Rabattregel
       CreditNote=Gutschrift
       CreditNotes=Gutschriften
      -CreditNotesOrExcessReceived=Credit notes or excess received
      +CreditNotesOrExcessReceived=Gutschriften / erh. Überschuss
       Deposit=Anzahlung
       Deposits=Anzahlungen
       DiscountFromCreditNote=Rabatt aus Gutschrift %s
       DiscountFromDeposit=Anzahlung für Rechnung %s
      -DiscountFromExcessReceived=Payments in excess of invoice %s
      -DiscountFromExcessPaid=Payments in excess of invoice %s
      +DiscountFromExcessReceived=Überzahlungen der Rechnung %s empfangen
      +DiscountFromExcessPaid=Überzahlungen der Rechnung %s empfangen
       AbsoluteDiscountUse=Diese Art von Guthaben kann verwendet werden auf der Rechnung vor der Validierung
       CreditNoteDepositUse=Die Rechnung muss bestätigt werden, um Gutschriften zu erstellen
       NewGlobalDiscount=Neue Rabattregel
      @@ -297,14 +299,14 @@ DiscountType=Rabatt Typ
       NoteReason=Anmerkung/Begründung
       ReasonDiscount=Rabattgrund
       DiscountOfferedBy=Rabatt angeboten von
      -DiscountStillRemaining=Discounts or credits available
      -DiscountAlreadyCounted=Discounts or credits already consumed
      -CustomerDiscounts=Customer discounts
      -SupplierDiscounts=Vendors discounts
      +DiscountStillRemaining=Rabatte oder Gutschriften verfügbar
      +DiscountAlreadyCounted=Rabatte oder Gutschriften  bereits berücksichtigt
      +CustomerDiscounts=Kundenrabatte
      +SupplierDiscounts=Lieferantenrabatte
       BillAddress=Rechnungsanschrift
      -HelpEscompte=Bei diesem Rabatt handelt es sich um einen Skonto.
      -HelpAbandonBadCustomer=Dieser Betrag wurde aufgegeben (Kundenverschulden) ist als uneinbringlich zu werten.
      -HelpAbandonOther=Dieser Betrag wurde auf Grund eines Fehlers aufgegeben (falsche Rechnung oder an falschen Kunden)
      +HelpEscompte=This discount is a discount granted to customer because payment was made before term.
      +HelpAbandonBadCustomer=This amount has been abandoned (customer said to be a bad customer) and is considered as an exceptional loss.
      +HelpAbandonOther=Dieser Betrag wurde auf Grund eines Fehlers aufgegeben (z.B. falscher Kunde oder Ersatzrechnung erstellt)
       IdSocialContribution=Sozialabgaben/Unternehmenssteuer Zahlungs-ID
       PaymentId=Zahlung id
       PaymentRef=Zahlung Nr.
      @@ -321,31 +323,31 @@ InvoiceNotChecked=Keine Rechnung ausgewählt
       CloneInvoice=Rechnung duplizieren
       ConfirmCloneInvoice=Möchten Sie diese Rechnung <b>%s</b> wirklich duplizieren?
       DisabledBecauseReplacedInvoice=Aktion unzulässig, da die betreffende Rechnung ersetzt wurde
      -DescTaxAndDividendsArea=Dieser Bereich zeigt eine Zusammenfassung aller Zahlungen auf spezielle Ausgaben. Nur Zeilen mit Zahlungen in dem Geschäftsjahr werden angezeigt.
      -NbOfPayments=Anzahl der Zahlungen
      +DescTaxAndDividendsArea=Dieser Bereich stellt eine Übersicht aller Zahlungen für sonstige Ausgaben dar. Nur Datensätze mit Zahlung im festgelegten Jahr sind enthalten.
      +NbOfPayments=Anzahl Zahlungen
       SplitDiscount=Rabatt in zwei aufteilen
      -ConfirmSplitDiscount=Möchten Sie wirklich den Rabatt von  <b>%s</b> %s in zwei kleinere Rabatte aufteilen ?
      -TypeAmountOfEachNewDiscount=Geben Sie den Betrag für jeden der zwei Teile ein:
      -TotalOfTwoDiscountMustEqualsOriginal=Summe der beiden neuen Rabatte muss gleich dem ursprünglichen Rabattbetrag sein.
      +ConfirmSplitDiscount=Are you sure you want to split this discount of <b>%s</b> %s into 2 smaller discounts?
      +TypeAmountOfEachNewDiscount=Geben Sie den Betrag für jeden der beiden Teile ein:
      +TotalOfTwoDiscountMustEqualsOriginal=Total of two new discounts must be equal to original discount amount.
       ConfirmRemoveDiscount=Sind Sie sicher, dass sie diesen Rabatt löschen wollen?
       RelatedBill=Ähnliche Rechnung
       RelatedBills=Ähnliche Rechnungen
       RelatedCustomerInvoices=Ähnliche Kundenrechnungen
       RelatedSupplierInvoices=Ähnliche Lieferantenrechnungen
       LatestRelatedBill=Letzte ähnliche Rechnung
      -WarningBillExist=Achtung, es existiert bereits mindestens eine Rechnung
      +WarningBillExist=Warning, one or more invoices already exist
       MergingPDFTool=PDF zusammenführen
       AmountPaymentDistributedOnInvoice=Zahlungsbetrag verteilt auf Rechnung
       PaymentOnDifferentThirdBills=Erlaube Zahlungen für Rechnungen an verschiedene Partner der selben Firma.
       PaymentNote=Zahlungshinweis
       ListOfPreviousSituationInvoices=Liste der vorherigen Fortschrittsrechnungen
       ListOfNextSituationInvoices=Liste der nächsten Fortschrittsrechnungen
      -ListOfSituationInvoices=List of situation invoices
      -CurrentSituationTotal=Total current situation
      -DisabledBecauseNotEnouthCreditNote=To remove a situation invoice from cycle, this invoice's credit note total must cover this invoice total
      -RemoveSituationFromCycle=Remove this invoice from cycle
      -ConfirmRemoveSituationFromCycle=Remove this invoice %s from cycle ?
      -ConfirmOuting=Confirm outing
      +ListOfSituationInvoices=Liste der Rechnungssituationen
      +CurrentSituationTotal=Total Rechnungssituationen
      +DisabledBecauseNotEnouthCreditNote=Um eine Rechnungssitzuation von diesem Zyklus auszuschliessen, muss das Guthabentotal den Rechnungsbetrag abdecken
      +RemoveSituationFromCycle=Diese Rechnung aus diesem Rechnugslauf ausschliessen
      +ConfirmRemoveSituationFromCycle=Diese Rechnung %s aus diesem Rechnungslauf ausschliessen?
      +ConfirmOuting=Auslassen bestätigen
       FrequencyPer_d=alle %s Tage
       FrequencyPer_m=Alle %s Monate
       FrequencyPer_y=Alle %s Jahre
      @@ -355,10 +357,10 @@ NextDateToExecution=Datum der nächsten Rechnungserstellung
       NextDateToExecutionShort=Datum nächste Generierung
       DateLastGeneration=Datum der letzten Generierung
       DateLastGenerationShort=Datum letzte Generierung
      -MaxPeriodNumber=Max number of invoice generation
      -NbOfGenerationDone=Number of invoice generation already done
      -NbOfGenerationDoneShort=Number of generation done
      -MaxGenerationReached=Maximum number of generations reached
      +MaxPeriodNumber=Höchten Nummer des Rechnungslaufes
      +NbOfGenerationDone=Rechnungslauf für diese Nummer schon durchgeführt
      +NbOfGenerationDoneShort=Anzahl Generationen durchgeführt
      +MaxGenerationReached=Max. Anzahl Generierungen erreicht
       InvoiceAutoValidate=Rechnungen automatisch freigeben
       GeneratedFromRecurringInvoice=Erstelle wiederkehrende Rechnung %s aus Vorlage
       DateIsNotEnough=Datum noch nicht erreicht
      @@ -394,7 +396,7 @@ PaymentConditionShort14DENDMONTH=14 Tage nach Monatsende
       PaymentCondition14DENDMONTH=Innerhalb von 14 Tagen nach Monatsende
       FixAmount=Fester Betrag
       VarAmount=Variabler Betrag (%% tot.)
      -VarAmountOneLine=Variable amount (%% tot.) - 1 line with label '%s'
      +VarAmountOneLine=Variabler Betrag (%% Total) -1 Position mit Label '%s'
       # PaymentType
       PaymentTypeVIR=Banküberweisung
       PaymentTypeShortVIR=Banküberweisung
      @@ -408,8 +410,8 @@ PaymentTypeCHQ=Scheck
       PaymentTypeShortCHQ=Scheck
       PaymentTypeTIP=Banküberweisung (Dokument gegen Zahlung)
       PaymentTypeShortTIP=Banküberweisung
      -PaymentTypeVAD=Online-Zahlung
      -PaymentTypeShortVAD=Online-Zahlung
      +PaymentTypeVAD=Online Zahlung
      +PaymentTypeShortVAD=Online Zahlung
       PaymentTypeTRA=Scheck
       PaymentTypeShortTRA=Scheck
       PaymentTypeFAC=Nachnahme
      @@ -418,9 +420,9 @@ BankDetails=Bankverbindung
       BankCode=Bankleitzahl
       DeskCode=Desk-Code
       BankAccountNumber=Kontonummer
      -BankAccountNumberKey=Schlüssel
      +BankAccountNumberKey=Prüfziffer
       Residence=Lastschrift
      -IBANNumber=IBAN-Nummer
      +IBANNumber=Ganze IBAN Kontonummer
       IBAN=IBAN
       BIC=BIC/SWIFT
       BICNumber=BIC Code
      @@ -445,7 +447,7 @@ PaymentByTransferOnThisBankAccount=Zahlung per Überweisung auf folgendes Konto
       VATIsNotUsedForInvoice=* Nicht für USt-art-CGI-293B
       LawApplicationPart1=Durch die Anwendung des Gesetzes 80,335 von 12/05/80
       LawApplicationPart2=Die Ware bleibt Eigentum
      -LawApplicationPart3=des Verkäufers bis zur vollständigen Bezahlung
      +LawApplicationPart3=the seller until full payment of
       LawApplicationPart4=des Preises.
       LimitedLiabilityCompanyCapital=SARL mit einem Kapital von
       UseLine=Übernehmen
      @@ -474,21 +476,22 @@ Reported=Verzögert
       DisabledBecausePayments=Nicht möglich, da es Zahlungen gibt
       CantRemovePaymentWithOneInvoicePaid=Die Zahlung kann nicht entfernt werden, da es mindestens eine Rechnung gibt, die als bezahlt markiert ist
       ExpectedToPay=Erwartete Zahlung
      -CantRemoveConciliatedPayment=Zugeordnete Zahlung kann nicht gelöscht werden.
      +CantRemoveConciliatedPayment=Can't remove reconciled payment
       PayedByThisPayment=mit dieser Zahlung beglichen
      -ClosePaidInvoicesAutomatically=Markiert alle Standard-, Anzahlungs- oder Ersatzrechnungen als "bezahlt", wenn diese vollständig beglichen sind.
      +ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices paid entirely.
       ClosePaidCreditNotesAutomatically=Markiert alle Gutschriften als "bezahlt", wenn diese vollständig beglichen sind.
      -ClosePaidContributionsAutomatically=Vollständig beglichenen Sozialabgaben oder Steuerbeträge als "bezahlt" kennzeichnen.
      -AllCompletelyPayedInvoiceWillBeClosed=Alle Rechnungen ohne ausstehende Zahlungen werden automatisch geschlossen und als "bezahlt" markiert.
      +ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions paid entirely.
      +AllCompletelyPayedInvoiceWillBeClosed=All invoice with no remainder to pay will be automatically closed with status "Paid".
       ToMakePayment=Bezahlen
       ToMakePaymentBack=Rückzahlung
       ListOfYourUnpaidInvoices=Liste aller unbezahlten Rechnungen
       NoteListOfYourUnpaidInvoices=Bitte beachten: Diese Liste enthält nur Rechnungen an Partner, bei denen Sie als Vertreter angegeben sind.
       RevenueStamp=Steuermarke
      -YouMustCreateInvoiceFromThird=Diese Option ist nur verfügbar beim erstellen von Rechnungen aus dem Kundenbereich
      -YouMustCreateInvoiceFromSupplierThird=Diese Option ist nur verfügbar beim erstellen von Rechnungen aus dem Bereich Lieferanten in den Partnern
      +YouMustCreateInvoiceFromThird=This option is only available when creating invoices from tab "customer" of third party
      +YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoices from tab "supplier" of third party
       YouMustCreateStandardInvoiceFirstDesc=Zuerst muss eine Standardrechnung erstellt werden, dies kann dann in eine neue Rechnungsvorlage konvertiert werden
       PDFCrabeDescription=Rechnungs-Modell Crabe. Eine vollständige Rechnung (Empfohlene Vorlage)
      +PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template
       PDFCrevetteDescription=PDF Rechnungsvorlage Crevette. Vollständige Rechnungsvolage für normale Rechnungen
       TerreNumRefModelDesc1=Liefert eine Nummer mit dem Format %syymm-nnnn für Standard-Rechnungen und %syymm-nnnn für Gutschriften, wobei yy=Jahr, mm=Monat und nnnn eine lückenlose Folge ohne Überlauf auf 0 ist
       MarsNumRefModelDesc1=Liefere Nummer im Format  %syymm-nnnn für Standardrechnungen %syymm-nnnn für Ersatzrechnung,  %syymm-nnnn für Anzahlungsrechnung und %syymm-nnnn für Gutschriften wobei  yy Jahr, mm Monat und nnnn eine laufende Nummer ohne Unterbrechung und ohne Rückkehr zu 0 ist.
      @@ -513,9 +516,9 @@ SituationAmount=Situation Rechnungsbetrag (ohne USt.)
       SituationDeduction=Situation Subtraktion
       ModifyAllLines=Bearbeite alle Zeilen
       CreateNextSituationInvoice=Erstelle nächsten Fortschritt-Rechnung
      -ErrorFindNextSituationInvoice=Error unable to find next situation cycle ref
      -ErrorOutingSituationInvoiceOnUpdate=Unable to outing this situation invoice.
      -ErrorOutingSituationInvoiceCreditNote=Unable to outing linked credit note.
      +ErrorFindNextSituationInvoice=Fehler Kann die nächste Situation im Zyklus nicht finden
      +ErrorOutingSituationInvoiceOnUpdate=Kann diese Situationsrechnung nicht ausschliessen.
      +ErrorOutingSituationInvoiceCreditNote=Kann dies verknüpfte Gutschrift nicht ausschliessen.
       NotLastInCycle=Diese Rechnung ist nicht die letzte im Zyklus und darf nicht geändert werden.
       DisabledBecauseNotLastInCycle=Die nächste Situation existiert bereits.
       DisabledBecauseFinal=Dieser Status ist endgültig.
      @@ -533,7 +536,7 @@ invoiceLineProgressError=Fortschritt der Rechnungsposition kann nicht größer o
       updatePriceNextInvoiceErrorUpdateline=Fehler: Preis der Rechnungsposition %s aktualisieren
       ToCreateARecurringInvoice=Um eine wiederkehrende Rechnung für diesen Vertrag zu erstellen, legen Sie zuerst einen Rechnungsentwurf an, wandeln diesen dann in eine Rechnungsvorlage um und definieren die Häufigkeit der Erstellung der zukünftigen Rechnungen.
       ToCreateARecurringInvoiceGene=Um zukünftige Rechnungen regelmäßig und manuell zu erstellen, rufen Sie das Menü <strong>%s - %s - %s</strong>.
      -ToCreateARecurringInvoiceGeneAuto=Wollen Sie diese Rechnungen automatisch generieren lassen, fragen Sie Ihren Administrator das Modul <strong>%s</strong> zu aktivieren und einzurichten. Sie können beide Methoden (manuell und automatisch) ohne Risiko von doppelten Rechnungen zusammen verwenden.
      +ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask your administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
       DeleteRepeatableInvoice=Rechnungs-Template löschen
       ConfirmDeleteRepeatableInvoice=Möchten Sie diese Rechnungsvorlage wirklich löschen?
       CreateOneBillByThird=Erstelle eine Rechnung pro Partner (andernfalls, eine Rechnung pro Bestellung)
      @@ -541,8 +544,9 @@ BillCreated=%s Rechnung(en) erstellt
       StatusOfGeneratedDocuments=Status der Dokumentenerstellung
       DoNotGenerateDoc=Dokumentdatei nicht erstellen
       AutogenerateDoc=Dokumentdatei automatisch erstellen
      -AutoFillDateFrom=Set start date for service line with invoice date
      +AutoFillDateFrom=Startdatum der Dienstleistung auf das Rechnungsdatum setzen
       AutoFillDateFromShort=Legen Sie das Startdatum fest
      -AutoFillDateTo=Set end date for service line with next invoice date
      -AutoFillDateToShort=Set end date
      -MaxNumberOfGenerationReached=Max number of gen. reached
      +AutoFillDateTo=Enddatum der Dienstleistung auf das Rechnungsdatum setzen
      +AutoFillDateToShort=Enddatum festlegen
      +MaxNumberOfGenerationReached=Maximal Anzahl Generierungen erreicht
      +BILL_DELETEInDolibarr=Rechnung gelöscht
      diff --git a/htdocs/langs/es_ES/admin.lang b/htdocs/langs/es_ES/admin.lang
      index 85640d8c4e1..3513bb95452 100644
      --- a/htdocs/langs/es_ES/admin.lang
      +++ b/htdocs/langs/es_ES/admin.lang
      @@ -279,10 +279,10 @@ MAIN_MAIL_SMTPS_ID=ID de autentificación SMTP  (si el servidor requiere autenti
       MAIN_MAIL_SMTPS_PW=Contraseña SMTP (si el servidor requiere autentificación)
       MAIN_MAIL_EMAIL_TLS=Usar encriptación TLS (SSL)
       MAIN_MAIL_EMAIL_STARTTLS=Uso de encriptación TLS (STARTTLS)
      -MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      -MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      -MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      -MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Usar DKIM para generar firma de e-mail
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=Dominio de e-mail para usar con dkim
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=Nombre del selector dkim
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Clave privada para la firma dkim
       MAIN_DISABLE_ALL_SMS=Desactivar globalmente todo envío de SMS (para modo de pruebas o demo)
       MAIN_SMS_SENDMODE=Método de envío de SMS
       MAIN_MAIL_SMS_FROM=Número de teléfono por defecto para los envíos SMS
      @@ -1076,7 +1076,7 @@ DisplayDesc=Puede encontrar aquí todos los parámetros relacionados con la apar
       AvailableModules=Módulos disponibles
       ToActivateModule=Para activar los módulos, vaya al área de Configuración (Inicio->Configuración->Módulos).
       SessionTimeOut=Timeout de sesiones
      -SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
      +SessionExplanation=Este número garantiza que la sesión nunca caducará antes de este retraso, si el limpiador de sesión se realiza mediante un limpiador de sesión interno de PHP (y nada más). El limpiador interno de sesiones de PHP no garantiza que la sesión caduque después de este retraso. Expirará, después de este retraso, y cuando se ejecute el limpiador de sesiones, por lo que cada acceso <b> %s/%s </b>, pero solo durante el acceso realizado por otras sesiones. <br> Nota: en algunos servidores con un mecanismo externo de limpieza de sesión (cron bajo debian, ubuntu...), las sesiones se pueden destruir después de un período definido por una configuración externa, sin importar el valor introducido aquí
       TriggersAvailable=Triggers disponibles
       TriggersDesc=Los triggers son archivos que, une vez copiados en el directorio <b>htdocs/core/triggers</b>, modifican el comportamiento del workflow de Dolibarr. Realizan acciones suplementarias, desencadenadas por los eventos Dolibarr (creación de empresa, validación factura...).
       TriggerDisabledByName=Triggers de este archivo desactivados por el sufijo <b>-NORUN</b> en el nombre del archivo.
      @@ -1286,7 +1286,7 @@ AdherentLoginRequired= Gestionar un login para cada miembro
       AdherentMailRequired=E-Mail obligatorio para crear un miembro nuevo
       MemberSendInformationByMailByDefault=Casilla de verificación para enviar el correo de confirmación (validación ó nueva cotización) a los miembros es por defecto "sí"
       VisitorCanChooseItsPaymentMode=El visitante puede elegir entre los modos de pago disponibles
      -MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
      +MEMBER_REMINDER_EMAIL=Habilitar recordatorio de eventos <b>por e-mail</b> de suscripciones expiradas. Nota: El módulo <strong>%s</strong> debe estar habilitado y configurado correctamente para que el recordatorio se envíe.
       ##### LDAP setup #####
       LDAPSetup=Configuración del módulo LDAP
       LDAPGlobalParameters=Parámetros globales
      @@ -1819,25 +1819,25 @@ EnableFeatureFor=Habilitar funciones para <strong> %s </strong>
       VATIsUsedIsOff=Nota: La opción de usar el IVA se ha establecido como <strong>Desactivado</strong> en el menú %s - %s, por lo que el IVA usado siempre será 0 para las ventas.
       SwapSenderAndRecipientOnPDF=Intercambiar dirección de remitente y destinatario en PDF
       FeatureSupportedOnTextFieldsOnly=Advertencia, función compatible solo en campos de texto
      -EmailCollector=Email collector
      -EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      -NewEmailCollector=New Email Collector
      -EMailHost=Host of email IMAP server
      -MailboxSourceDirectory=Mailbox source directory
      -MailboxTargetDirectory=Mailbox target directory
      -EmailcollectorOperations=Operations to do by collector
      -CollectNow=Collect now
      -DateLastResult=Date last collect
      -LastResult=Last result
      -EmailCollectorConfirmCollectTitle=Email collect confirmation
      -EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      -NoNewEmailToProcess=No new email (matching filters) to process
      -NothingProcessed=Nothing done
      -XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      -RecordEvent=Record event
      -CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      -CodeLastResult=Result code of last collect
      -NbOfEmailsInInbox=Number of email in source directory
      +EmailCollector=Recolector de correo
      +EmailCollectorDescription=Añade una tarea programada y una página de configuración para escanear los buzones de e-mail con regularidad (utilizando el protocolo IMAP) y registra los e-mails recibidos en su aplicación, en el lugar correcto y/o crea registros automáticamente (como leads).
      +NewEmailCollector=Nuevo recolector de e-mail
      +EMailHost=Host del servidor de e-mail IMAP
      +MailboxSourceDirectory=Directorio fuente del buzón
      +MailboxTargetDirectory=Directorio de destino del buzón
      +EmailcollectorOperations=Operaciones a realizar por el colector
      +CollectNow=Recoger ahora
      +DateLastResult=Fecha de la última recogida
      +LastResult=Ultimo resultado
      +EmailCollectorConfirmCollectTitle=Confirmación recolección e-mail
      +EmailCollectorConfirmCollect=¿Desea ejecutar la recolección de este recolector ahora?
      +NoNewEmailToProcess=No hay e-mails nuevos (filtros coincidentes) para procesar
      +NothingProcessed=Nada hecho
      +XEmailsDoneYActionsDone=%s e-mails analizados, %s e-mails procesados ​​con éxito (para %s registro/acciones realizadas) por el recolector
      +RecordEvent=Registro de evento
      +CreateLeadAndThirdParty=Crear lead (y tercero si es necesario)
      +CodeLastResult=Código de resultado de la última recogida
      +NbOfEmailsInInbox=Número de emails en el directorio fuente
       ##### Resource ####
       ResourceSetup=Configuración del módulo Recursos
       UseSearchToSelectResource=Utilice un formulario de búsqueda para elegir un recurso (en lugar de una lista desplegable).
      diff --git a/htdocs/langs/es_ES/companies.lang b/htdocs/langs/es_ES/companies.lang
      index 83416b1a9d3..2c25d8c26f1 100644
      --- a/htdocs/langs/es_ES/companies.lang
      +++ b/htdocs/langs/es_ES/companies.lang
      @@ -431,4 +431,4 @@ SaleRepresentativeLogin=Inicio de sesión del comercial
       SaleRepresentativeFirstname=Nombre del comercial
       SaleRepresentativeLastname=Apellidos del comercial
       ErrorThirdpartiesMerge=Se produjo un error al eliminar los terceros. Por favor, compruebe el log. Los cambios han sido anulados.
      -NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      +NewCustomerSupplierCodeProposed=Código de cliente o proveedor ya utilizado, se sugiere un nuevo código
      diff --git a/htdocs/langs/es_ES/errors.lang b/htdocs/langs/es_ES/errors.lang
      index ea6677b9456..b684ad1b158 100644
      --- a/htdocs/langs/es_ES/errors.lang
      +++ b/htdocs/langs/es_ES/errors.lang
      @@ -89,7 +89,7 @@ ErrorFileIsInfectedWithAVirus=¡El antivirus no ha podido validar este archivo (
       ErrorSpecialCharNotAllowedForField=Los caracteres especiales no son admitidos por el campo "%s"
       ErrorNumRefModel=Hay una referencia en la base de datos (%s) y es incompatible con esta numeración. Elimine la línea o renombre la referencia para activar este módulo.
       ErrorQtyTooLowForThisSupplier=Cantidad insuficiente para este proveedor
      -ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
      +ErrorOrdersNotCreatedQtyTooLow=Algunos pedidos no se han creado debido a una cantidad demasiado baja
       ErrorModuleSetupNotComplete=La configuración del módulo parece incompleta. Vaya a Inicio - Configuración - Módulos para completarla.
       ErrorBadMask=Error en la máscara
       ErrorBadMaskFailedToLocatePosOfSequence=Error, sin número de secuencia en la máscara
      diff --git a/htdocs/langs/es_ES/interventions.lang b/htdocs/langs/es_ES/interventions.lang
      index b9dff5fe750..f78e697eb88 100644
      --- a/htdocs/langs/es_ES/interventions.lang
      +++ b/htdocs/langs/es_ES/interventions.lang
      @@ -4,7 +4,7 @@ Interventions=Intervenciones
       InterventionCard=Ficha intervención
       NewIntervention=Nueva intevención
       AddIntervention=Crear intervención
      -ChangeIntoRepeatableIntervention=Change to repeatable intervention
      +ChangeIntoRepeatableIntervention=Cambiar a intervención repetible.
       ListOfInterventions=Listado de intervenciones
       ActionsOnFicheInter=Eventos sobre la intervención
       LastInterventions=Últimas %s intervenciones
      diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang
      index 1ddb4cc6124..8a3079d4212 100644
      --- a/htdocs/langs/es_ES/main.lang
      +++ b/htdocs/langs/es_ES/main.lang
      @@ -635,7 +635,7 @@ SendMail=Enviar e-mail
       EMail=E-mail
       NoEMail=Sin e-mail
       Email=Correo
      -AlreadyRead=Alreay read
      +AlreadyRead=Ya leído
       NotRead=No lleído
       NoMobilePhone=Sin teléfono móvil
       Owner=Propietario
      @@ -752,7 +752,7 @@ LinkToIntervention=Enlazar a intervención
       CreateDraft=Crear borrador
       SetToDraft=Volver a borrador
       ClickToEdit=Clic para editar
      -ClickToRefresh=Click to refresh
      +ClickToRefresh=Clic para actualizar
       EditWithEditor=Editar con CKEditor
       EditWithTextEditor=Editar con editor de texto
       EditHTMLSource=Editar código HTML
      diff --git a/htdocs/langs/es_ES/other.lang b/htdocs/langs/es_ES/other.lang
      index df791aec6a9..f277782cecc 100644
      --- a/htdocs/langs/es_ES/other.lang
      +++ b/htdocs/langs/es_ES/other.lang
      @@ -244,9 +244,9 @@ YourPasswordHasBeenReset=Su contraseña ha sido restablecida con éxito
       ApplicantIpAddress=Dirección IP del solicitante
       SMSSentTo=SMS enviado a %s
       MissingIds=IDs no encontrados
      -ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      -ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      -ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
      +ThirdPartyCreatedByEmailCollector=Tercero creado por el recolector de e-mails del ID de e-mail %s
      +ContactCreatedByEmailCollector=Contacto/dirección creada por el recolector de e-mails del ID de e-mail %s
      +ProjectCreatedByEmailCollector=Proyecto creado por el recolector de e-mails del ID de e-mail %s
       
       ##### Export #####
       ExportsArea=Área de exportaciones
      diff --git a/htdocs/langs/es_ES/projects.lang b/htdocs/langs/es_ES/projects.lang
      index c6d99b1e025..16c361ac5e6 100644
      --- a/htdocs/langs/es_ES/projects.lang
      +++ b/htdocs/langs/es_ES/projects.lang
      @@ -79,20 +79,20 @@ GoToListOfTimeConsumed=Ir al listado de tiempos consumidos
       GoToListOfTasks=Ir al listado de tareas
       GoToGanttView=Ir a la vista de Gantt
       GanttView=Vista de Gantt
      -ListProposalsAssociatedProject=List of the commercial proposals related to the project
      -ListOrdersAssociatedProject=List of customer orders related to the project
      -ListInvoicesAssociatedProject=List of customer invoices related to the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      -ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      -ListContractAssociatedProject=List of contracts related to the project
      -ListShippingAssociatedProject=List of shippings related to the project
      -ListFichinterAssociatedProject=List of interventions related to the project
      -ListExpenseReportsAssociatedProject=List of expense reports related to the project
      -ListDonationsAssociatedProject=List of donations related to the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      -ListSalariesAssociatedProject=List of payments of salaries related to the project
      -ListActionsAssociatedProject=List of events related to the project
      +ListProposalsAssociatedProject=Listado de presupuestos asociados al proyecto
      +ListOrdersAssociatedProject=Listado de pedidos de clientes asociados al proyecto
      +ListInvoicesAssociatedProject=Listado de facturas a clientes asociadas al proyecto
      +ListPredefinedInvoicesAssociatedProject=Listado de facturas predefinidas asociadas al proyecto
      +ListSupplierOrdersAssociatedProject=Listado de pedidos a proveedor asociados al proyecto
      +ListSupplierInvoicesAssociatedProject=Listado de facturas de proveedores asociadas al proyecto
      +ListContractAssociatedProject=Listado de contratos asociados al proyecto
      +ListShippingAssociatedProject=Listado de envíos asociados al proyecto
      +ListFichinterAssociatedProject=Listado de intervenciones asociadas al proyecto
      +ListExpenseReportsAssociatedProject=Listado de informes de gastos asociados al proyecto
      +ListDonationsAssociatedProject=Listado de donaciones asociadas al proyecto
      +ListVariousPaymentsAssociatedProject=Lista de pagos diversos asociados al proyecto
      +ListSalariesAssociatedProject=Listado de pagos de salarios asociados al proyecto
      +ListActionsAssociatedProject=Listado de eventos asociados al proyecto
       ListTaskTimeUserProject=Listado de tiempos en tareas del proyecto
       ListTaskTimeForTask=Listado de tiempos en tareas
       ActivityOnProjectToday=Actividad en el proyecto hoy
      @@ -184,7 +184,7 @@ ProjectsWithThisUserAsContact=Proyectos con este usuario como contacto
       TasksWithThisUserAsContact=Tareas asignadas a este usuario
       ResourceNotAssignedToProject=No asignado al proyecto
       ResourceNotAssignedToTheTask=No asignado a la tarea
      -NoUserAssignedToTheProject=No users assigned to this project
      +NoUserAssignedToTheProject=Ningún usuario asignado a este proyecto
       TimeSpentBy=Tiempo dedicado por
       TasksAssignedTo=Tareas asignadas a
       AssignTaskToMe=Asignarme tarea
      @@ -233,4 +233,4 @@ DontHaveTheValidateStatus=El proyecto %s debe estar abierto para ser cerrado
       RecordsClosed=%s proyecto(s) cerrado(s)
       SendProjectRef=Acerca del proyecto %s
       ModuleSalaryToDefineHourlyRateMustBeEnabled=Debe activarse el módulo 'Pago de salarios de los empleados'  para poder definir el precio por hora de los empleados y poder valorar el tiempo empleado
      -NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      +NewTaskRefSuggested=Referencia de tarea ya utilizada, se sugiere una nueva referencia de tarea
      diff --git a/htdocs/langs/fr_CA/admin.lang b/htdocs/langs/fr_CA/admin.lang
      index 0bc37c54a17..0a4118bdacf 100644
      --- a/htdocs/langs/fr_CA/admin.lang
      +++ b/htdocs/langs/fr_CA/admin.lang
      @@ -14,7 +14,6 @@ FileCheckDolibarr=Vérifier l'intégrité des fichiers d'application
       AvailableOnlyOnPackagedVersions=Le fichier local pour la vérification de l'intégrité n'est disponible que lorsque l'application est installée à partir d'un paquet officiel
       XmlNotFound=Xml Integrity Fichier de l'application introuvable
       ConfirmPurgeSessions=Voulez-vous vraiment purger toutes les sessions? Cela déconnectera tous les utilisateurs (sauf vous).
      -WebUserGroup=Utilisateur/groupe du serveur Web
       ClientCharset=Encodage Client
       SetupArea=Paramétrage
       UploadNewTemplate=Télécharger un nouveau modèle (s)
      diff --git a/htdocs/langs/fr_CA/help.lang b/htdocs/langs/fr_CA/help.lang
      index 99eb4ab0d71..9c18c5031d5 100644
      --- a/htdocs/langs/fr_CA/help.lang
      +++ b/htdocs/langs/fr_CA/help.lang
      @@ -13,9 +13,6 @@ NeedHelpCenter=Besoin d'aide ou de soutien?
       TypeHelpOnly=Aide seulement
       TypeHelpDev=Aide + Développement
       TypeHelpDevForm=Aide + Développement + Formation
      -ToGetHelpGoOnSparkAngels1=Certaines entreprises peuvent fournir un soutien en ligne rapide (parfois immédiat) et plus efficace en prenant le contrôle de votre ordinateur. Ces assistants peuvent être trouvés sur le site Web <b>%s</b>:
      -ToGetHelpGoOnSparkAngels3=Vous pouvez également consulter la liste de tous les entraîneurs disponibles pour Dolibarr, pour ce clic sur le bouton
      -ToGetHelpGoOnSparkAngels2=Parfois, il n'y a pas d'entreprise disponible au moment où vous faites votre recherche, alors pensez à changer le filtre pour rechercher "toutes les disponibilités". Vous pourrez envoyer plus de demandes.
       BackToHelpCenter=Sinon, cliquez ici pour aller <a href="%s"> retour à la page d'accueil du Centre d'aide </a>.
       LinkToGoldMember=Vous pouvez appeler l'un des entraîneurs présélectionnés par Dolibarr pour votre langue (%s) en cliquant sur son Widget (l'état et le prix maximum sont automatiquement mis à jour):
       PossibleLanguages=Langues prises en charge
      diff --git a/htdocs/langs/fr_FR/accountancy.lang b/htdocs/langs/fr_FR/accountancy.lang
      index d041d576e6e..2520a840997 100644
      --- a/htdocs/langs/fr_FR/accountancy.lang
      +++ b/htdocs/langs/fr_FR/accountancy.lang
      @@ -62,7 +62,7 @@ AccountancyAreaDescVat=Étape %s : Définissez les comptes comptables de chaque
       AccountancyAreaDescDefault=Étape %s: Définir les comptes de comptabilité par défaut. Pour cela, utilisez l'entrée de menu %s.
       AccountancyAreaDescExpenseReport=Étape %s : Définissez les comptes comptables par défaut des dépenses des notes de frais. Pour cela, suivez le menu suivant %s.
       AccountancyAreaDescSal=Étape %s : Définissez les comptes comptables de paiements de salaires. Pour cela, suivez le menu suivant %s.
      -AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expenses (miscellaneous taxes). For this, use the menu entry %s.
      +AccountancyAreaDescContrib=Étape %s : Définissez les comptes comptables des dépenses spéciales (taxes diverses). Pour cela, suivez le menu suivant %s.
       AccountancyAreaDescDonation=Étape %s : Définissez le compte comptable par défaut des dons. Pour cela, suivez le menu suivant %s.
       AccountancyAreaDescMisc=Étape %s : Définissez le compte par défaut obligatoire et les comptes comptables par défaut pour les transactions diverses. Pour cela, utilisez l'entrée du menu suivant %s.
       AccountancyAreaDescLoan=Étape %s : Définissez les comptes comptables par défaut des emprunts. Pour cela, suivez le menu suivant %s.
      @@ -209,7 +209,7 @@ TotalVente=Total chiffre affaires hors taxe
       TotalMarge=Total marge
       
       DescVentilCustomer=Consultez ici la liste des lignes de factures clients liées (ou non) à un compte comptable produit
      -DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on product/service cards or if you still have some lines not bound to an account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      +DescVentilMore=Dans la plupart des cas, si vous utilisez des produits ou des services prédéfinis et vous définissez le numéro de compte comptable sur la fiche produit/service, l'application sera en mesure de faire toute les liaisons entre vos lignes de facture et le compte comptable de votre plan comptable, juste en un clic avec le bouton <strong>"%s"</strong>. Si le compte n'a pas été mis sur les fiches produits/services ou si vous avez encore quelques lignes non liées à un compte, vous devrez faire une liaison manuelle à partir du menu <strong>"%s"</strong>.
       DescVentilDoneCustomer=Consultez ici la liste des lignes de factures clients et leur compte comptable produits
       DescVentilTodoCustomer=Lier les lignes de factures non déjà liées à un compte comptable produits
       ChangeAccount=Modifier le compte comptable produit/service pour les lignes sélectionnées avec le compte comptable suivant:
      @@ -218,7 +218,7 @@ DescVentilSupplier=Consultez ici la liste des lignes de factures fournisseurs li
       DescVentilDoneSupplier=Consultez ici la liste des lignes de factures fournisseurs et leur compte comptable
       DescVentilTodoExpenseReport=Lier les lignes de note de frais par encore liées à un compte comptable
       DescVentilExpenseReport=Consultez ici la liste des lignes de notes de frais liées (ou non) à un compte comptable
      -DescVentilExpenseReportMore=If you setup accounting account on type of expense report lines, the application will be able to make all the binding between your expense report lines and the accounting account of your chart of accounts, just in one click with the button <strong>"%s"</strong>. If account was not set on fees dictionary or if you still have some lines not bound to any account, you will have to make a manual binding from the menu "<strong>%s</strong>".
      +DescVentilExpenseReportMore=Si vous avez défini des comptes comptables au niveau des types de lignes notes de frais, l'application sera capable de faire l'association automatiquement entre les lignes de notes de frais et le compte comptable de votre plan comptable, en un simple clic sur le bouton <strong>"%s"</strong>. Si aucun compte n'a été défini au niveau du dictionnaire de types de lignes de notes de frais ou si vous avez toujours des lignes de notes de frais non liables automatiquement à un compte comptable, vous devez faire l'association manuellement depuis le menu "<strong>%s</strong>".
       DescVentilDoneExpenseReport=Consultez ici la liste des lignes des notes de frais et leur compte comptable
       
       ValidateHistory=Lier automatiquement
      @@ -238,7 +238,7 @@ NotYetAccounted=Pas encore comptabilisé
       
       ## Admin
       ApplyMassCategories=Application en masse des catégories
      -AddAccountFromBookKeepingWithNoCategories=Available account not yet in a personalized group
      +AddAccountFromBookKeepingWithNoCategories=Comptes disponibles pas encore dans un groupe personnalisé
       CategoryDeleted=Le groupe de comptes comptables a été supprimé
       AccountingJournals=Journaux comptables
       AccountingJournal=Journal comptable
      @@ -299,7 +299,7 @@ ErrorNoAccountingCategoryForThisCountry=Pas de catégories de regroupement compt
       ErrorInvoiceContainsLinesNotYetBounded=Vous essayez de journaliser certaines lignes de la facture <strong> %s </strong>, mais certaines autres lignes ne sont pas encore liées au compte de comptabilité. La journalisation de toutes les lignes de facture pour cette facture est refusée.
       ErrorInvoiceContainsLinesNotYetBoundedShort=Certaines lignes sur la facture ne sont pas liées au compte comptable.
       ExportNotSupported=Le format de l'export n'est pas supporté par cette page
      -BookeppingLineAlreayExists=Lines already existing into bookkeeping
      +BookeppingLineAlreayExists=Lignes dejà existantes dans le grand livre
       NoJournalDefined=Pas de journal défini
       Binded=Lignes liées
       ToBind=Lignes à lier
      @@ -308,6 +308,6 @@ UseMenuToSetBindindManualy=Lines not yet bound, use menu <a href="%s">%s</a> to
       ## Import
       ImportAccountingEntries=Écritures comptables
       
      -WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manually in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
      +WarningReportNotReliable=Attention : ce rapport n'est pas basé sur le grand livre et ne contient donc pas les écritures manuelles qui lui ont été ajoutées. Si votre journalisation est à jour, la vue depuis le grand livre sera plus précise.
       ExpenseReportJournal=Journal des notes de frais
       InventoryJournal=Journal d'inventaire
      diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
      index 2f0ecc73bc2..943a3398b87 100644
      --- a/htdocs/langs/fr_FR/admin.lang
      +++ b/htdocs/langs/fr_FR/admin.lang
      @@ -36,7 +36,7 @@ ConfirmLockNewSessions=Êtes-vous sûr de vouloir restreindre l'accès Dolibarr
       UnlockNewSessions=Lever blocage des connexions
       YourSession=Votre session
       Sessions=Sessions utilisateurs
      -WebUserGroup=Serveur web utilisateur/groupe
      +WebUserGroup=Utilisateur/groupe du serveur Web
       NoSessionFound=Votre PHP ne semble pas pouvoir lister les sessions actives. Le répertoire de sauvegarde des sessions (<b>%s</b>) est peut être protégé (Par exemple, par les permissions de l'OS ou par la directive open_basedir de votre PHP, ce qui d'un point de vue sécurité est une bonne chose).
       DBStoringCharset=Encodage base pour stockage données
       DBSortingCharset=Encodage base pour tri données
      @@ -1184,8 +1184,8 @@ BrowserIsOK=You are using the %s web browser. This browser is ok for security an
       BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
       XDebugInstalled=XDebug est chargé.
       XCacheInstalled=XCache est chargé.
      -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".
      +AddRefInList=Afficher les références client/fournisseur dans les listes (listes déroulantes ou à autocomplétion) et les libellés des liens clicables.<br>Les tiers apparaîtront alors sous la forme "CC12345 - SC45678 - La big company coorp", au lieu de "La big company coorp".
      +AddAdressInList=Affiche les informations sur l’adresse du client/fournisseur (liste de sélection ou liste déroulante) <br> Les tiers apparaîtront avec le format de nom suivant: "The Big Company corp. - 21, rue du saut 123456 Big town - USA" au lieu de "The Big Company corp".
       AskForPreferredShippingMethod=Demander la méthode d'expédition préférée pour les Tiers
       FieldEdition=Édition du champ %s
       FillThisOnlyIfRequired=Exemple: +2 (ne remplir que si un décalage d'heure est constaté dans l'export)
      @@ -1440,8 +1440,8 @@ CacheByClient=Cache par le navigateur
       CompressionOfResources=Compression des réponses HTTP
       CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
       TestNotPossibleWithCurrentBrowsers=Une détection automatique n'est pas possible avec le navigateur courant
      -DefaultValuesDesc=Here you can define/force the default value you want to have when you create a new record, and/or default filters or sort order when your list records.
      -DefaultCreateForm=Default values (to create on forms)
      +DefaultValuesDesc=Vous pouvez définir/forcer ici la valeur par défaut que vous voulez obtenir lorsque vous créez un nouvel enregistrement, et/ou les filtres par défaut ou ordre de tri des listes.
      +DefaultCreateForm=Valeurs par défaut (sur les formulaires de création)
       DefaultSearchFilters=Filtres de recherche par défaut
       DefaultSortOrder=Ordre de tri par défaut 
       DefaultFocus=Champs par défaut ayant le focus
      @@ -1455,7 +1455,7 @@ ViewProductDescInFormAbility=Display product descriptions in forms (otherwise as
       MergePropalProductCard=Ajoute dans l'onglet Fichiers joints des produits/services, une option pour fusionner le document PDF du produit au PDF des propositions Azur si le produit/services est inclut dans la proposition.
       ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
       UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
      -UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
      +UseSearchToSelectProduct=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des produits (Cela peut augmenter les performances si vous avez un grand nombre de produits, mais cela est moins convivial)
       SetDefaultBarcodeTypeProducts=Type de code-barre utilisé par défaut pour les produits
       SetDefaultBarcodeTypeThirdParties=Type de code-barre utilisé par défaut pour les tiers
       UseUnits=Définir une unité de mesure pour la quantité lors de l'édition de lignes de commande, proposition ou facture
      @@ -1516,7 +1516,7 @@ SendingsSetup=Configuration du module Expédition/Livraison
       SendingsReceiptModel=Modèles de bordereau d'expédition
       SendingsNumberingModules=Modèles de numérotation des expéditions
       SendingsAbility=Prise en charge des bons d'expédition pour les livraisons clients
      -NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
      +NoNeedForDeliveryReceipts=Dans le plupart des cas, la fiche expédition est utilisée en tant que bon d'expédition (liste des produits expédiés) et bon de livraison (signée par le client). Le bon de réception est un doublon de fonctionnalité et est rarement utilisé.
       FreeLegalTextOnShippings=Mention complémentaire sur les expéditions
       ##### Deliveries #####
       DeliveryOrderNumberingModules=Modèle de numérotation des bons de réception client
      @@ -1607,7 +1607,7 @@ ClickToDialSetup=Configuration du module Click To Dial
       ClickToDialUrlDesc=URL appelée quand un clic sur l'icône téléphone est fait. Dans l'URL, vous pouvez utiliser les tags<br><b>__PHONETO__</b> qui sera remplacée par le numéro de téléphone de la personne à appeler<br><b>__PHONEFROM__</b> qui sera remplacée par le numéro de l'appelant (vous)<br><b>__LOGIN__</b> qui sera remplacée par l'identifiant d'accès de l'utilisateur à l'application d'appel (à définir sur la fiche utilisateur) et <br><b>__PASS__</b> qui sera remplacée par le mot de passe d'accès de l'utilisateur à l'application d'appel (également à définir sur la fiche utilisateur).
       ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
       ClickToDialUseTelLink=Utiliser un lien «Tel.» sur les numéros de téléphone
      -ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
      +ClickToDialUseTelLinkDesc=Utilisez cette méthode si vos utilisateurs ont un softphone ou une interface de logiciel installé sur un même ordinateur que le navigateur, et a appelé lorsque vous cliquez sur un lien dans votre navigateur qui commencent par "tel:". Si vous avez besoin d'une solution de serveur complet (pas besoin d'installation locale du logiciel), vous devez définir ceci à  "Non" et remplir le champ suivant.
       ##### Point Of Sales (CashDesk) #####
       CashDesk=Caisse enregistreuse
       CashDeskSetup=Configuration du module Point de vente/caisse enregistreuse
      @@ -1667,7 +1667,7 @@ ProjectsSetup=Configuration du module Projets
       ProjectsModelModule=Modèles de document de rapport projets
       TasksNumberingModules=Modèles de numérotation des références tâches
       TaskModelModule=Modèles de document de rapport tâches
      -UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list.<br>This may improve performance if you have a large number of projects, but it is less convenient.
      +UseSearchToSelectProject=Attendre que vous ayez appuyé sur une touche avant de charger le contenu de la liste déroulante des projets.<br> Cela peut augmenter les performances si vous avez un grand nombre de projets, mais cela est moins convivial.
       ##### ECM (GED) #####
       ##### Fiscal Year #####
       AccountingPeriods=Période fiscales
      @@ -1700,7 +1700,7 @@ YouMayFindNotificationsFeaturesIntoModuleNotification=Vous pouvez trouver d'autr
       ListOfNotificationsPerUser=Liste des notifications par utilisateur*
       ListOfNotificationsPerUserOrContact=Liste des notifications par utilisateur* ou par contact**
       ListOfFixedNotifications=Liste des notifications emails fixes
      -GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
      +GoOntoUserCardToAddMore=Allez dans l'onglet "Notifications" d'un utilisateur pour ajouter ou supprimer des notifications pour les utilisateurs
       GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contact addresses
       Threshold=Seuil
       BackupDumpWizard=Assistant de génération d'un fichier de sauvegarde de la base de données
      @@ -1726,7 +1726,7 @@ BackgroundTableLineEvenColor=Couleur de fond pour les lignes paires des tales
       MinimumNoticePeriod=Période de préavis minimum (Votre demande de congé doit être faite avant ce délai)
       NbAddedAutomatically=Nombre de jours ajoutés aux compteurs des utilisateurs (automatiquement) chaque mois
       EnterAnyCode=Ce champ contient une référence pour identifier le champ. Entrez une valeur de votre choix, mais sans caractères spéciaux.
      -UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For example: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
      +UnicodeCurrency=Saisissez ici entre accolades, la liste du numéro des octets qui représentent le symbole de la monnaie. Pour exemple: pour $, entrez [36] - pour le Real Brésilien R$ [82,36] - pour l'euro €, entrez [8364]
       ColorFormat=La couleur RVB au format HEX est, par exemple: FF0000
       PositionIntoComboList=Position de la ligne dans des listes déroulantes
       SellTaxRate=Taux de TVA
      @@ -1735,7 +1735,7 @@ UrlTrackingDesc=Si le fournisseur ou le service de transport offrent une page ou
       OpportunityPercent=Lorsque vous créez une opportunité, vous pouvez ďéfinir un montant estimatif de projet/affaire. Selon le statut de l'opportunité, ce montant peut être multiplié par ce taux pour évaluer le montant probable que vos opportunités sont susceptibles de générer. La valeur est un pourcentage (entre 0 et 100).
       TemplateForElement=Cet enregistrement modèle est dédié à quel élément
       TypeOfTemplate=Type de modèle
      -TemplateIsVisibleByOwnerOnly=Template is visible to owner only
      +TemplateIsVisibleByOwnerOnly=Le modèle est visible par le propriétaire seulement
       VisibleEverywhere=Visible partout
       VisibleNowhere=Visible nulle part
       FixTZ=Correction du fuseau horaire
      @@ -1761,10 +1761,10 @@ YouUseLastStableVersion=Vous utilisez la dernière version stable
       TitleExampleForMajorRelease=Exemple de message que vous pouvez utiliser pour annonce une nouvelle version majeure (n'hésitez pas à l'utilisez pour vos propres news)
       TitleExampleForMaintenanceRelease=Exemple de message que vous pouvez utiliser pour annonce une nouvelle version de maintenance (n'hésitez pas à l'utilisez pour vos propres news)
       ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version majeure avec de nouvelles fonctionnalités pour les utilisateurs et les développeurs. Vous pouvez la télécharger à partir de la zone de téléchargement du portail https://www.dolibarr.org (sous-répertoire "Versions stables"). Vous pouvez lire le <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> pour la liste complète des changements.
      -ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features or data structure change is present in this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
      -MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, here you can enter a rule to have a price for each level autocalculated according to the price of first level, so you will have to only enter a price for the first level on each product. This page is here to save you time and can be useful only if your prices for each level are relative to first level. You can ignore this page in most cases.
      +ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s est disponible. La version %s est une version de maintenance, aussi elle ne contient que des correctifs de bugs. Nous recommandons à toute personne utilisant une version plus ancienne de migrer vers celle-ci. En tant que version de maintenance, aucune nouvelle fonctionnalité n'est ajoutée, ni modification de format de données. Vous pouvez télécharger cette version à partir de la zone de téléchargement du portail https://www.dolibarr.org (sous-répertoire "Versions stables"). Vous pouvez lire le <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> pour la liste complète des changements.
      +MultiPriceRuleDesc=Quand l'option « Plusieurs niveaux de prix par produit/service» est activée, vous pouvez définir différents prix (un par niveau de prix) pour chaque produits. Pour sauver du temps, vous pouvez entrer ici une règle pour avoir un prix pour chaque niveau calculé automatiquement. Cette page est ici pour sauver du temps et peut être utile si vos prix pour chaque niveaux sont relatif au premier niveau. Vous pouvez ignorer cette page dans la plupart des cas
       ModelModulesProduct=Modèles des documents de produits
      -ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate codes automatically, you must first define a manager to auto define barcode number.
      +ToGenerateCodeDefineAutomaticRuleFirst=Pour pouvoir générer automatiquement des codes, vous devez d'abord définir un gestionnaire de numérotation pour définir automatiquement les numéros du code-barre.
       SeeSubstitutionVars=Voir * note pour la liste des variables de substitutions possibles
       SeeChangeLog=Voir le fichier changeLog (anglais)
       AllPublishers=Tous les éditeurs
      @@ -1788,16 +1788,16 @@ DetectionNotPossible=Détection impossible
       UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
       ListOfAvailableAPIs=Liste des APIs disponibles
       activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
      -CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter <strong>$dolibarr_main_restrict_os_commands</strong> in the <strong>conf.php</strong> file.
      +CommandIsNotInsideAllowedCommands=La commande que vous essayez d'exécuter ne figure pas dans la liste des commandes autorisées définies dans le paramètre <strong> $dolibarr_main_restrict_os_commands </strong> du fichier <strong> conf.php </strong>.
       LandingPage=Page cible
      -SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
      +SamePriceAlsoForSharedCompanies=Si vous utilisez un module multi-société, avec le choix «prix unique», le prix sera aussi le même pour toutes les sociétés si les produits sont partagés entre les environnements
       ModuleEnabledAdminMustCheckRights=Le module a été activé. Les permissions pour le(s) module(s) activé(s) ont été donnés aux utilisateurs admin uniquement. Vous devrez peut-être accorder des autorisations aux autres utilisateurs ou groupes manuellement si nécessaire.
       UserHasNoPermissions=Cet utilisateur n'a pas de permission définie
      -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")
      +TypeCdr=Utilisez "Aucune" si la date du terme de paiement est la date de la facture plus un delta en jours (delta est le champ "%s") <br> Utilisez "À la fin du mois", si, après le delta, la date doit être augmentée pour atteindre la fin du mois (+ un optionnel "%s" en jours) <br> Utilisez "Coutant/Suivant" pour que la date du terme de paiement soit la premier Nième jour du mois après le delta le delta est le champ "%s", N est stocké dans le champ "%s")
       BaseCurrency=Devise par défaut de votre société/institution (Voir Accueil > configuration > Société/Institution)
       WarningNoteModuleInvoiceForFrenchLaw=Ce module %s permet d'être conforme aux lois françaises (Loi Finance 2016 par exemple).
       WarningNoteModulePOSForFrenchLaw=Le module %s est conforme à la législation française ( Loi Finance 2016 ) car les logs non réversibles sont automatiquement activés.
      -WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
      +WarningInstallationMayBecomeNotCompliantWithLaw=Vous tentez d'installer le module %s qui est un module externe. L'activation d'un module externe signifie que vous faites confiance à l'éditeur du module et que vous êtes sûr que ce module ne modifie pas négativement le comportement de votre application et est conforme aux lois de votre pays (%s). Si le module apporte une fonctionnalité illégale, vous devenez responsable pour l'utilisation d'un logiciel illégal.
       MAIN_PDF_MARGIN_LEFT=Marge gauche sur les PDF
       MAIN_PDF_MARGIN_RIGHT=Marge droite sur les PDF
       MAIN_PDF_MARGIN_TOP=Marge haute sur les PDF
      diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang
      index 22f2e8e1e92..19e4e877acb 100644
      --- a/htdocs/langs/fr_FR/bills.lang
      +++ b/htdocs/langs/fr_FR/bills.lang
      @@ -338,7 +338,7 @@ LatestRelatedBill=Dernière facture en rapport
       WarningBillExist=Warning, one or more invoices already exist
       MergingPDFTool=Outil de fusion de PDF
       AmountPaymentDistributedOnInvoice=Montant paiement affecté à la facture
      -PaymentOnDifferentThirdBills=Allow payments on different third parties bills but same parent company
      +PaymentOnDifferentThirdBills=Autoriser le règlement de factures de différents tiers si ils ont la même maison-mère
       PaymentNote=Note du paiement
       ListOfPreviousSituationInvoices=Liste des factures de situation précédentes
       ListOfNextSituationInvoices=Liste des factures de situation suivantes
      @@ -476,11 +476,11 @@ Reported=Différé
       DisabledBecausePayments=Non disponible car il existe des paiements
       CantRemovePaymentWithOneInvoicePaid=Suppression impossible quand il existe au moins une facture classée payée.
       ExpectedToPay=Paiement attendu
      -CantRemoveConciliatedPayment=Can't remove reconciled payment
      +CantRemoveConciliatedPayment=Suppression d'un paiement rapproché impossible
       PayedByThisPayment=Règlé par ce paiement
       ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down payment or replacement invoices paid entirely.
       ClosePaidCreditNotesAutomatically=Classer automatiquement à "Payé" les factures avoirs entièrement remboursées.
      -ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions paid entirely.
      +ClosePaidContributionsAutomatically=Classer "payé" toutes les contributions sociales ou fiscales payées entièrement.
       AllCompletelyPayedInvoiceWillBeClosed=All invoice with no remainder to pay will be automatically closed with status "Paid".
       ToMakePayment=Payer
       ToMakePaymentBack=Rembourser
      @@ -488,7 +488,7 @@ ListOfYourUnpaidInvoices=Liste des factures impayées
       NoteListOfYourUnpaidInvoices=Remarque: Cette liste ne contient que les factures des Tiers pour lesquels vous êtes le commercial affecté.
       RevenueStamp=Timbre fiscal
       YouMustCreateInvoiceFromThird=This option is only available when creating invoices from tab "customer" of third party
      -YouMustCreateInvoiceFromSupplierThird=This option is only available when creating invoices from tab "supplier" of third party
      +YouMustCreateInvoiceFromSupplierThird=Cette option est disponible uniquement lors de la création d'une facture depuis l'onglet «fournisseur» d'un tiers
       YouMustCreateStandardInvoiceFirstDesc=Pour créer une facture modèle, vous devez d'abord créer une facture standard brouillon et la convertir en modèle.
       PDFCrabeDescription=Modèle de facture PDF complet (modèle recommandé par défaut)
       PDFSpongeDescription=Invoice PDF template Sponge. A complete invoice template
      @@ -536,7 +536,7 @@ invoiceLineProgressError=L'avancement d'une ligne de facture ne peut pas être s
       updatePriceNextInvoiceErrorUpdateline=Erreur: mise à jour du prix sur la ligne de facture : %s
       ToCreateARecurringInvoice=Pour créer une facture périodique à ce contrat, créez d'abord une facture brouillon puis convertissez la en facture modèle et définissez la fréquence de génération des futures factures.
       ToCreateARecurringInvoiceGene=Pour générer de futures factures régulièrement et manuellement, cliquer sur le menu <strong>%s - %s - %s</strong>.
      -ToCreateARecurringInvoiceGeneAuto=If you need to have such invoices generated automatically, ask your administrator to enable and setup module <strong>%s</strong>. Note that both method (manual and automatic) can be used together with no risk of duplication.
      +ToCreateARecurringInvoiceGeneAuto=Si vous avez besoin que de telles factures soient générées automatiquement, demandez à votre administrateur d'activer et configurer le module <strong>%s</strong>. Notez que les deux méthodes de générations de factures (manuelles et automatiques) peuvent être utilisées en cohabitation sans risque de création de doublon.
       DeleteRepeatableInvoice=Supprimer facture modèle
       ConfirmDeleteRepeatableInvoice=Est-ce votre sûr de vouloir supprimer la facture modèle ?
       CreateOneBillByThird=Créer une facture par tiers (sinon, une facture par commande)
      diff --git a/htdocs/langs/fr_FR/blockedlog.lang b/htdocs/langs/fr_FR/blockedlog.lang
      index bfb2ba4b249..440f0d0d176 100644
      --- a/htdocs/langs/fr_FR/blockedlog.lang
      +++ b/htdocs/langs/fr_FR/blockedlog.lang
      @@ -47,7 +47,7 @@ DataOfArchivedEvent=Full datas of archived event
       ImpossibleToReloadObject=Original object (type %s, id %s) not linked (see 'Full datas' column to get unalterable saved data)
       BlockedLogAreRequiredByYourCountryLegislation=Unalterable Logs module may be required by the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they can not be validated by a tax audit.
       BlockedLogActivatedBecauseRequiredByYourCountryLegislation=Unalterable Logs module was activated because of the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they cannot be validated by a tax audit.
      -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).
      +BlockedLogDisableNotAllowedForCountry=Liste des pays où l'utilisation de ce module est obligatoire (juste pour éviter de désactiver le module par erreur. Si votre pays est dans cette liste, la désactivation du module n'est pas possible sans la modification préalable de cette liste. Notez également que l'activation/désactivation de ce module garder une trace dans le journal des logs inaltérables).
       OnlyNonValid=Non-valid
       TooManyRecordToScanRestrictFilters=Too many records to scan/analyze. Please restrict list with more restrictive filters.
       RestrictYearToExport=Restrict month / year to export
      diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang
      index 3c5c132ca3d..1016091557d 100644
      --- a/htdocs/langs/fr_FR/companies.lang
      +++ b/htdocs/langs/fr_FR/companies.lang
      @@ -80,7 +80,7 @@ VATIsUsed=Sales tax used
       VATIsUsedWhenSelling=This defines if this third party includes a sale tax or not when it makes an invoice to its own customers
       VATIsNotUsed=Non assujetti à la TVA
       CopyAddressFromSoc=Remplir avec l'adresse du tiers
      -ThirdpartyNotCustomerNotSupplierSoNoRef=Third party neither customer nor vendor, no available referring objects
      +ThirdpartyNotCustomerNotSupplierSoNoRef=Tiers ni client ni fournisseur, pas d'objets référents disponibles
       ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Tiers ni client ni fournisseur, les réductions ne sont pas disponibles
       PaymentBankAccount=Compte bancaire paiements
       OverAllProposals=Propositions commerciales
      @@ -303,10 +303,10 @@ AddThirdParty=Créer tiers
       DeleteACompany=Supprimer une société
       PersonalInformations=Informations personnelles
       AccountancyCode=Compte comptable
      -CustomerCode=Customer Code
      -SupplierCode=Vendor Code
      -CustomerCodeShort=Customer Code
      -SupplierCodeShort=Vendor Code
      +CustomerCode=Code client
      +SupplierCode=Code fournisseur
      +CustomerCodeShort=Code client
      +SupplierCodeShort=Code fournisseur
       CustomerCodeDesc=Customer Code, unique for all customers
       SupplierCodeDesc=Vendor Code, unique for all vendors
       RequiredIfCustomer=Requis si le tiers est un client ou un prospect
      @@ -316,8 +316,8 @@ ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect à contacter
       CompanyDeleted=La société "%s" a été supprimée de la base.
       ListOfContacts=Liste des contacts
      -ListOfContactsAddresses=Liste des contacts
      -ListOfThirdParties=List of Third Parties
      +ListOfContactsAddresses=Liste des contacts/adresses
      +ListOfThirdParties=Liste des tiers
       ShowCompany=Show Third Party
       ShowContact=Afficher contact
       ContactsAllShort=Tous (pas de filtre)
      @@ -342,8 +342,8 @@ ThisUserIsNot=This user is not a prospect, customer or vendor
       VATIntraCheck=Vérifier
       VATIntraCheckDesc=The link <b>%s</b> uses the European VAT checker service (VIES). An external internet access from server is required for this service to work.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
      -VATIntraCheckableOnEUSite=Check intra-Community VAT on the European Commission website
      -VATIntraManualCheck=You can also check manually on the European Commission website <a href="%s" target="_blank">%s</a>
      +VATIntraCheckableOnEUSite=Vérifier la TVA intra-communautaire sur le site de la Commission Européenne
      +VATIntraManualCheck=Vous pouvez aussi vérifier manuellement via le site de la commission européenne <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Vérification impossible. Le service de vérification n'est pas fourni par ce pays membre (%s).
       NorProspectNorCustomer=Not prospect, or customer
       JuridicalStatus=Legal Entity Type
      @@ -392,7 +392,7 @@ 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_3=Bank accounts of Third Parties
      -ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
      +ImportDataset_company_4=Tiers - Commerciaux (Affectation des Commerciaux aux Tiers)
       PriceLevel=Niveau de prix
       DeliveryAddress=Adresse de livraison
       AddAddress=Créer adresse
      @@ -404,11 +404,11 @@ AllocateCommercial=Affecter un commercial
       Organization=Organisme
       FiscalYearInformation=Fiscal Year
       FiscalMonthStart=Mois de début d'exercice
      -YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
      +YouMustAssignUserMailFirst=Vous devez définir un email pour cet utilisateur avant de pouvoir ajouter une notification par courrier électronique.
       YouMustCreateContactFirst=Pour pouvoir ajouter une notifications par mail,vous devez déjà définir des contacts valides pour le tiers  
      -ListSuppliersShort=List of Vendors
      -ListProspectsShort=List of Prospects
      -ListCustomersShort=List of Customers
      +ListSuppliersShort=Liste des fournisseurs
      +ListProspectsShort=Liste des prospects
      +ListCustomersShort=Liste des clients
       ThirdPartiesArea=Third Parties/Contacts
       LastModifiedThirdParties=Last %s modified Third Parties
       UniqueThirdParties=Total of Third Parties
      @@ -425,10 +425,10 @@ LeopardNumRefModelDesc=Code libre sans vérification. Peut être modifié à tou
       ManagingDirectors=Nom du(des) gestionnaire(s) (PDG, directeur, président...)
       MergeOriginThirdparty=Tiers en doublon (le tiers que vous voulez supprimer)
       MergeThirdparties=Fusionner tiers
      -ConfirmMergeThirdparties=Are you sure you want to merge this third party into the current one? All linked objects (invoices, orders, ...) will be moved to current third party, then the third party will be deleted.
      +ConfirmMergeThirdparties=Êtes-vous sur de vouloir fusionner ce tiers avec le tiers courant ? Tous ses objets liés (factures, commandes, ...) seront déplacés vers le tiers courant avant sa suppression.
       ThirdpartiesMergeSuccess=Les tiers ont été fusionnés
       SaleRepresentativeLogin=Login du commercial
       SaleRepresentativeFirstname=Prénom du commercial
       SaleRepresentativeLastname=Nom du commercial
       ErrorThirdpartiesMerge=Une erreur est survenue lors de la suppression de ce tiers. Consultez les log. La modification a été annulée.
      -NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      +NewCustomerSupplierCodeProposed=Code client ou fournisseur déjà utilisé, un nouveau code est suggéré
      diff --git a/htdocs/langs/fr_FR/cron.lang b/htdocs/langs/fr_FR/cron.lang
      index 5e50c173fe7..3a78b48e2b6 100644
      --- a/htdocs/langs/fr_FR/cron.lang
      +++ b/htdocs/langs/fr_FR/cron.lang
      @@ -6,13 +6,13 @@ Permission23102 = Créer/Modifier des tâches planifiées
       Permission23103 = Supprimer une tâche planifiée
       Permission23104 = Exécuter une tâche planifiée
       # Admin
      -CronSetup= Page de configuration du module - Gestion des travaux programmés
      +CronSetup=Page de configuration du module - Gestion des travaux programmés
       URLToLaunchCronJobs=Ou pour vérifier ou lancer les travaux planifiés qualifiés
       OrToLaunchASpecificJob=Ou pour vérifier et lancer un travail programmé spécifique
       KeyForCronAccess=Clé de sécurité pour l'URL de lancement des travaux programmés
       FileToLaunchCronJobs=Ligne de commande pour vérifier et lancer les travaux programmés qualifiés
       CronExplainHowToRunUnix=Sur un environnement Unix vous pouvez utiliser l'entrée suivante en crontab pour exécuter la ligne de commande toutes les 5 minutes
      -CronExplainHowToRunWin=Sur un environement Microsoft(tm) Windows vous pouvez utiliser le planificateur de tache pour lancer cette commande toute les 5 minutes.
      +CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
       CronMethodDoesNotExists=La classe %s ne contient aucune méthode %s
       CronJobDefDesc=Les travaux planifiés sont définis dans le fichier descripteur de module. Lorsque le module est activé, ils sont chargés et disponibles afin que vous puissiez administrer les travaux à partir du menu des outils d'administration %s.
       CronJobProfiles=Liste des profils de travaux planifiés prédéfinis
      @@ -42,7 +42,7 @@ CronModule=Module
       CronNoJobs=Aucun travail enregistré
       CronPriority=Priorité
       CronLabel=Libellé
      -CronNbRun=Nb. exec.
      +CronNbRun=No. launches
       CronMaxRun=Nb max de lancement
       CronEach=Tous les
       JobFinished=Travail lancé et terminé
      @@ -61,11 +61,11 @@ CronStatusInactiveBtn=Désactiver
       CronTaskInactive=Cette tâche est désactivée
       CronId=Id
       CronClassFile=Nom de fichier intégrant la classe
      -CronModuleHelp=Nom du dossier du module dans Dolibarr (fonctionne aussi avec les modules externes). <BR>Par exemple, pour appeler la méthode d'appel des produits Dolibarr /htdocs/<u>product</u>/class/product.class.php, la valeur du module est <br><i>product</i>.
      -CronClassFileHelp=Le chemin relatif et le nom du fichier à charger (le chemin d'accès est relatif au répertoire racine du serveur Web). <BR> Par exemple, pour appeler la méthode fetch de l'objet Product htdocs/product/class/<u> product.class.php</u>, la valeur du nom de fichier de classe est<br> <i> product/class/product.class.php</i>
      -CronObjectHelp=Le nom de l'objet à charger. <BR> Par exemple pour appeler la méthode de récupération de l'objet Produut Dolibarr /htdocs/product/class/product.class.php, la valeur du nom de fichier de classe est <br> <i> Product </i>
      -CronMethodHelp=La méthode objet à lancer. <BR> Par exemple, pour appeler la méthode fetch de l'objet Dolibarr Product /htdocs/product/class/product.class.php, la valeur pour la méthode est<br><i>fetch</i>
      -CronArgsHelp=Les arguments de la méthode. <BR> Par exemple pour appeler la méthode fetch de l'objet Product de Dolibarr /htdocs/product/class/product.class.php, la valeur des arguments pourrait être<br> <i>0, RefProduit</i>
      +CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For example to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i>
      +CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For example to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i>
      +CronObjectHelp=The object name to load. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i>
      +CronMethodHelp=The object method to launch. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i>
      +CronArgsHelp=The method arguments. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i>
       CronCommandHelp=La commande système a exécuter.
       CronCreateJob=Créer un nouveau travail planifié
       CronFrom=A partir du
      @@ -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', 'pgsql', 'auto'), 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, nombre 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/errors.lang b/htdocs/langs/fr_FR/errors.lang
      index b167148307c..2e695768355 100644
      --- a/htdocs/langs/fr_FR/errors.lang
      +++ b/htdocs/langs/fr_FR/errors.lang
      @@ -89,7 +89,7 @@ ErrorFileIsInfectedWithAVirus=L'antivirus n'a pas pu valider ce fichier (il est
       ErrorSpecialCharNotAllowedForField=Les caractères spéciaux ne sont pas admis pour le champ "%s"
       ErrorNumRefModel=Une référence existe en base (%s) et est incompatible avec cette numérotation. Supprimez la ligne ou renommez la référence pour activer ce module.
       ErrorQtyTooLowForThisSupplier=Quantité insuffisante pour ce fournisseur ou aucun tarif défini sur ce produit pour ce fournisseur
      -ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
      +ErrorOrdersNotCreatedQtyTooLow=Certaines commandes n'ont pas été créées en raison d'une quantité trop faible
       ErrorModuleSetupNotComplete=La configuration des modules semble incomplète. Aller sur la page Accueil - Configuration - Modules pour corriger.
       ErrorBadMask=Erreur sur le masque
       ErrorBadMaskFailedToLocatePosOfSequence=Erreur, masque sans numéro de séquence
      @@ -174,10 +174,10 @@ ErrorGlobalVariableUpdater4=Le client SOAP a échoué avec l'erreur '%s'
       ErrorGlobalVariableUpdater5=Pas de variable globale
       ErrorFieldMustBeANumeric=Le champ <b>%s</b> doit être un numérique
       ErrorMandatoryParametersNotProvided=Paramètre(s) obligatoire(s) non fournis
      -ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
      +ErrorOppStatusRequiredIfAmount=Vous avez fixé un montant estimé pour cette opportunité. Aussi, vous devez également entrer son statut
       ErrorFailedToLoadModuleDescriptorForXXX=Echec de chagement de la classe descripteur du module %s
       ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Mauvaise définition du tableau Menu dans le descripteur de module (mauvaise valeur pour la clé fk_menu)
      -ErrorSavingChanges=An error has occurred when saving the changes
      +ErrorSavingChanges=Une erreur est survenue lors de la sauvegarde des modifications
       ErrorWarehouseRequiredIntoShipmentLine=L'entrepôt est requis sur la ligne de l'expédition
       ErrorFileMustHaveFormat=Le fichier doit avoir le format %s
       ErrorSupplierCountryIsNotDefined=Le pays pour ce fournisseur n'est pas défini. Corriger cela.
      @@ -233,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Trop de données (plus de %s lignes). Uti
       WarningSomeLinesWithNullHourlyRate=Des temps ont été enregistrés par des utilisateurs lorsque leur taux horaire n'était défini. Une valeur de 0 %s a été utilisée, mais cela peut entraîner une mauvaise évaluation du temps passé.
       WarningYourLoginWasModifiedPleaseLogin=Votre identifiant a été modifié. Par sécurité, vous devrez vous identifier avec votre nouvel identifiant avant l'action suivante.
       WarningAnEntryAlreadyExistForTransKey=Une donnée identique existe déjà pour la traduction du code dans cette langue
      -WarningNumberOfRecipientIsRestrictedInMassAction=Warning, number of different recipient is limited to <b>%s</b> when using the mass actions on lists
      +WarningNumberOfRecipientIsRestrictedInMassAction=Attention, le nombre de destinataires différents est limité à <b>%s</b> lorsque vous utilisez les actions en masse sur les listes
       WarningDateOfLineMustBeInExpenseReportRange=Attention, la date de la ligne n'est pas dans la plage de la note de frais
      diff --git a/htdocs/langs/fr_FR/help.lang b/htdocs/langs/fr_FR/help.lang
      index 49f7fbe72f9..29bba422142 100644
      --- a/htdocs/langs/fr_FR/help.lang
      +++ b/htdocs/langs/fr_FR/help.lang
      @@ -5,9 +5,9 @@ RemoteControlSupport=Assistance en ligne temps réel
       OtherSupport=Autres type d'assistance
       ToSeeListOfAvailableRessources=Pour contacter/voir les ressources disponibles :
       HelpCenter=Centre d'assistance
      -DolibarrHelpCenter=Centre d'assistance Dolibarr
      -ToGoBackToDolibarr=Sinon cliquez <a href="%s">ici pour utiliser Dolibarr</a>
      -TypeOfSupport=Source de l'assistance
      +DolibarrHelpCenter=Dolibarr Help and Support Center
      +ToGoBackToDolibarr=Otherwise, <a href="%s">click here to continue to use Dolibarr</a>.
      +TypeOfSupport=Type of support
       TypeSupportCommunauty=Communautaire (gratuit)
       TypeSupportCommercial=Commercial
       TypeOfHelp=Type
      @@ -15,12 +15,12 @@ NeedHelpCenter=Besoin d'assistance ou aide ?
       Efficiency=Efficacité
       TypeHelpOnly=Aide uniquement
       TypeHelpDev=Aide+Développement
      -TypeHelpDevForm=Aide+Développement+Formation
      -ToGetHelpGoOnSparkAngels1=Certaines sociétés ou indépendants offrent un service d'assistance très rapide (parfois immédiat) et encore plus efficace grâce à la possibilité de prise de contrôle à distance de votre ordinateur pour mieux diagnostiquer et résoudre vos problèmes. Une telle aide peut être trouvée sur la bourse des accompagnateurs de <b>%s</b>.
      -ToGetHelpGoOnSparkAngels3=Vous pouvez aussi accéder à la <b>liste complète de tous les accompagnants possibles</b>, pour cela cliquez sur le bouton
      -ToGetHelpGoOnSparkAngels2=Parfois, aucun intervenant n'est disponible au moment de votre recherche, aussi pensez à modifier vos critères de recherche en indiquant "Toutes disponibilités". Vous pourrez alors prendre contact en différé.
      -BackToHelpCenter=Sinon, cliquez ici pour <a href="%s">retourner au centre d'assistance</a>.
      -LinkToGoldMember=Vous pouvez appeler immédiatement un des quelques accompagnateurs présélectionnés par Dolibarr pour votre langue (%s) en cliquant son Widget (disponibilité et tarif maximum sont rafraîchis automatiquement):
      +TypeHelpDevForm=Help+Development+Training
      +ToGetHelpGoOnSparkAngels1=Some companies can provide a fast (sometime immediate) and more efficient online support by remote control of your computer. Such help can be found on <b>%s</b> web site:
      +ToGetHelpGoOnSparkAngels3=Vous pouvez aussi accéder à la liste complète de tous les accompagnants possibles, pour cela cliquez sur le bouton
      +ToGetHelpGoOnSparkAngels2=Sometimes, there is no company available when you make your search, so change the filter to look for "all availability". You will be able to send more requests.
      +BackToHelpCenter=Otherwise, <a href="%s">go back to Help center home page</a>.
      +LinkToGoldMember=You can call one of the trainers preselected by Dolibarr for your language (%s) by clicking their Widget (status and maximum price are automatically updated):
       PossibleLanguages=Langues disponibles
      -SubscribeToFoundation=Aidez le projet Dolibarr, adhérez à l'association Dolibarr
      +SubscribeToFoundation=Help the Dolibarr project, subscribe to the foundation
       SeeOfficalSupport=Pour un accompagnement officiel Dolibarr dans votre langue : <br><b><a href="%s" target="_blank">%s</a></b>
      diff --git a/htdocs/langs/fr_FR/holiday.lang b/htdocs/langs/fr_FR/holiday.lang
      index 808c35ce9d0..030ff513622 100644
      --- a/htdocs/langs/fr_FR/holiday.lang
      +++ b/htdocs/langs/fr_FR/holiday.lang
      @@ -4,7 +4,7 @@ Holidays=Congés
       CPTitreMenu=Congés
       MenuReportMonth=État mensuel
       MenuAddCP=Créer demande de congés
      -NotActiveModCP=Vous devez activer le module Congés pour afficher cette page.
      +NotActiveModCP=You must enable the module Leave to view this page.
       AddCP=Créer une demande de congés
       DateDebCP=Date Début
       DateFinCP=Date Fin
      @@ -19,14 +19,14 @@ ListeCP=Liste des demandes de congés
       LeaveId=ID demande de congès
       ReviewedByCP=Sera approuvé par
       UserForApprovalID=ID de l'utilisateur d'approbation
      -UserForApprovalFirstname=Prénom de l'utilisateur d'approbation
      -UserForApprovalLastname=Nom de l'utilisateur d'approbation
      +UserForApprovalFirstname=First name of approval user
      +UserForApprovalLastname=Last name of approval user
       UserForApprovalLogin=Login de l'utilisateur d'approbation
       DescCP=Description
       SendRequestCP=Créer une demande de congés
       DelayToRequestCP=Les demandes de congés doivent être faites au moins <b>%s jour(s)</b> avant la date de ceux-ci.
      -MenuConfCP=Solde des congés
      -SoldeCPUser=Solde de congés: <b>%s jours</b>.
      +MenuConfCP=Balance of leave
      +SoldeCPUser=Leave balance is <b>%s</b> days.
       ErrorEndDateCP=Vous devez choisir une date de fin supérieur à la date de début.
       ErrorSQLCreateCP=Une erreur SQL est survenue durant la création :
       ErrorIDFicheCP=Une erreur est survenue, cette demande de congés n'existe pas.
      @@ -101,10 +101,10 @@ LEAVE_SICK=Congé maladie
       LEAVE_OTHER=Autre congé
       LEAVE_PAID_FR=Congés payés
       ## Configuration du Module ##
      -LastUpdateCP=Dernière mise à jour automatique de l'allocation des congés
      +LastUpdateCP=Latest automatic update of leave allocation
       MonthOfLastMonthlyUpdate=Mois de la dernière mise à jour automatique des attributions de congés
       UpdateConfCPOK=Mise à jour effectuée avec succès.
      -Module27130Name= Gestion des demandes de congés
      +Module27130Name= Demandes de congés
       Module27130Desc= Ce module permet de gérer les demandes, approbations de congés.
       ErrorMailNotSend=Une erreur est survenue lors de l'envoi de l'email :
       NoticePeriod=Délai de prévenance
      @@ -112,7 +112,7 @@ NoticePeriod=Délai de prévenance
       HolidaysToValidate=Valider les demandes de congés
       HolidaysToValidateBody=Veuillez trouver ci-dessous une demande de congés à valider.
       HolidaysToValidateDelay=Cette demande de congés a été effectuée dans un délai de moins de %s jours avant ceux-ci.
      -HolidaysToValidateAlertSolde=L'utilisateur ayant fait cette demande de congés payés n'a pas le solde requis.
      +HolidaysToValidateAlertSolde=The user who made this leave request does have enough available days.
       HolidaysValidated=Validation de la demande de congés
       HolidaysValidatedBody=Votre demande de congés du %s au %s vient d'être approuvée.
       HolidaysRefused=Congés refusés
      @@ -122,3 +122,8 @@ HolidaysCanceledBody=Votre demande de congés du %s au %s a été annulée.
       FollowedByACounter=1: Ce type de congé doit être suivis par un compteur. Le compteur est incrémenté manuellement ou automatiquement et quand une demande de congé est validée, le compteur est décrémenté.<br>0: Non suivi par un compteur.
       NoLeaveWithCounterDefined=Il n'y a pas de type de congés définis qui requiert un suivi par un compteur
       GoIntoDictionaryHolidayTypes=Aller dans <strong>Accueil - Configuration - Dictionnaires - Type de congés</strong> pour configurer les différents types de congés.
      +HolidaySetup=Setup of module Holiday
      +HolidaysNumberingModules=Leave requests numbering models
      +TemplatePDFHolidays=Template for leave requests PDF
      +FreeLegalTextOnHolidays=Free text on PDF
      +WatermarkOnDraftHolidayCards=Watermarks on draft leave requests
      diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang
      index b2317d7b20e..7035e0d8ed6 100644
      --- a/htdocs/langs/fr_FR/install.lang
      +++ b/htdocs/langs/fr_FR/install.lang
      @@ -2,37 +2,37 @@
       InstallEasy=Veuillez suivre les étapes une à une.
       MiscellaneousChecks=Vérification des prérequis
       ConfFileExists=Le fichier de configuration <b>%s</b> existe.
      -ConfFileDoesNotExistsAndCouldNotBeCreated=Le fichier de configuration <b>%s</b> n'existe pas et n'a pu être créé !
      +ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
       ConfFileCouldBeCreated=Le fichier de configuration <b>%s</b> a pu être créé.
      -ConfFileIsNotWritable=Le fichier <b>%s</b> n'est pas modifiable. Pour une première installation, modifiez ses permissions. Le serveur Web doit avoir le droit d'écrire dans ce fichier le temps de la configuration ("chmod 666" par exemple sur un OS compatible Unix).
      +ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permissions. For first install, your web server must be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
       ConfFileIsWritable=Le fichier <b>%s</b> est modifiable.
       ConfFileMustBeAFileNotADir=Le fichier de configuration <b> %s </b> doit être un fichier, pas un répertoire.
      -ConfFileReload=Rechargement des informations depuis le fichier de configuration.
      +ConfFileReload=Reloading parameters from configuration file.
       PHPSupportSessions=Ce PHP prend en charge les sessions.
       PHPSupportPOSTGETOk=Ce PHP prend bien en charge les variables POST et GET.
      -PHPSupportPOSTGETKo=Il est possible que ce PHP ne prenne pas en charge les variables POST et/ou GET. Vérifier le paramètre <b>variables_order</b> du php.ini.
      -PHPSupportGD=Ce PHP prend en charge les fonctions graphiques GD.
      +PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter <b>variables_order</b> in php.ini.
      +PHPSupportGD=This PHP supports GD graphical functions.
       PHPSupportCurl=PHP supporte l'extension Curl
      -PHPSupportUTF8=Ce PHP prend en charge les fonctions UTF8.
      +PHPSupportUTF8=This PHP supports UTF8 functions.
       PHPMemoryOK=Votre mémoire maximum de session PHP est définie à <b>%s</b>. Ceci devrait être suffisant.
      -PHPMemoryTooLow=Votre mémoire maximum de session PHP est définie à <b>%s</b> octets. Ceci est trop faible. Il est recommandé de modifier le paramètre <b>memory_limit</b> de votre fichier <b>php.ini</b> à au moins <b>%s</b> octets.
      -Recheck=Cliquez ici pour un test plus probant
      -ErrorPHPDoesNotSupportSessions=Votre installation PHP ne prend pas en charge les sessions. Cette fonctionnalité est requise pour faire fonctionner Dolibarr. Vérifiez votre configuration de PHP.
      -ErrorPHPDoesNotSupportGD=Ce PHP ne prend pas en charge les fonctions graphiques GD. Aucun graphique ne sera disponible.
      +PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This is too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
      +Recheck=Click here for a more detailed test
      +ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to allow Dolibarr to work. Check your PHP setup and permissions of the sessions directory.
      +ErrorPHPDoesNotSupportGD=Your PHP installation does not support GD graphical functions. No graphs will be available.
       ErrorPHPDoesNotSupportCurl=Votre version de PHP ne supporte pas l'extension Curl
      -ErrorPHPDoesNotSupportUTF8=Ce PHP ne prend pas en charge les fonctions UTF8. Résolvez le problème avant d'installer Dolibarr car il ne pourra pas fonctionner correctement.
      +ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
       ErrorDirDoesNotExists=Le répertoire <b>%s</b> n'existe pas ou n'est pas accessible.
      -ErrorGoBackAndCorrectParameters=Revenez en arrière et corrigez les paramètres invalides.
      +ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
       ErrorWrongValueForParameter=Vous avez peut-être saisi une mauvaise valeur pour le paramètre '%s'.
       ErrorFailedToCreateDatabase=Échec de la création de la base '%s'.
       ErrorFailedToConnectToDatabase=Échec de connexion à la base '%s'.
       ErrorDatabaseVersionTooLow=Version de base de donnée (%s) trop ancienne. La version %s ou supérieure est requise.
       ErrorPHPVersionTooLow=Version de PHP trop ancienne. La version %s est requise.
      -ErrorConnectedButDatabaseNotFound=Connexion au serveur réussie mais base '%s' introuvable.
      +ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
       ErrorDatabaseAlreadyExists=La base de données '%s' existe déjà.
      -IfDatabaseNotExistsGoBackAndUncheckCreate=Si la base n'existe pas, revenez en arrière et cochez l'option "Créer la base de données".
      +IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
       IfDatabaseExistsGoBackAndCheckCreate=Si la base existe déjà, revenez en arrière et désactiver l'option "Créer la base de données".
      -WarningBrowserTooOld=Version du navigateur trop ancienne. Nous vous recommandons de mettre à jour vers une version récente de Firefox, Chrome ou Opera.
      +WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
       PHPVersion=Version de PHP
       License=Licence d'utilisation
       ConfigurationFile=Fichier de configuration
      @@ -45,22 +45,23 @@ DolibarrDatabase=Base de données Dolibarr
       DatabaseType=Type de la base de données
       DriverType=Type du pilote
       Server=Serveur
      -ServerAddressDescription=Nom ou adresse IP du serveur de base de données, généralement 'localhost' quand le serveur est installé sur la même machine que le serveur web
      +ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
       ServerPortDescription=Port du serveur. Ne rien mettre si inconnu.
       DatabaseServer=Serveur de base de données
       DatabaseName=Nom de la base de données
      -DatabasePrefix=Préfixe des tables
      -AdminLogin=Identifiant du propriétaire de la base de données Dolibarr.
      -PasswordAgain=Vérification du mot de passe
      +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=Mot de passe du propriétaire de la base de données Dolibarr.
       CreateDatabase=Créer la base de données
      -CreateUser=Créer le propriétaire ou lui affecter les droits à la base
      +CreateUser=Create user account or grant user account permission on the Dolibarr database
       DatabaseSuperUserAccess=Serveur de base de données - Accès super utilisateur
      -CheckToCreateDatabase=Cochez cette option si la base de données n'existe pas et doit être créée.<br>Dans ce cas, il faut renseigner identifiant et mot de passe du super-utilisateur au bas de cette page.
      -CheckToCreateUser=Case à cocher si le propriétaire de la base de données n'existe pas et doit être créé, ou s'il existe, mais la base de données n'existe pas et les autorisations doivent être accordées<br>. Dans ce cas, vous devez choisir son identifiant et son mot de passe et remplir le mot de passe pour le compte super-utilisateur au bas de cette page. Si cette case n'est pas cochée, la base de données propriétaire et ses mots de passe doivent exister.
      -DatabaseRootLoginDescription=Identifiant de l'utilisateur de la base ayant les droits de création de bases de données ou de comptes pour la base, requis si la base ou son propriétaire n'existent pas déjà et doivent être créés.
      -KeepEmptyIfNoPassword=Laissez vide si l'administrateur n'a pas de mot de passe
      -SaveConfigurationFile=Enregistrement du fichier de configuration
      +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)
      +SaveConfigurationFile=Saving parameters to
       ServerConnection=Connexion au serveur
       DatabaseCreation=Création de la base de données
       CreateDatabaseObjects=Création des objets de la base
      @@ -71,9 +72,9 @@ CreateOtherKeysForTable=Création des clés étrangères et des index pour la ta
       OtherKeysCreation=Création des clés étrangères et des index
       FunctionsCreation=Création des fonctions
       AdminAccountCreation=Création du compte administrateur
      -PleaseTypePassword=Veuillez saisir un mot de passe, les mots de passe vides ne sont pas acceptés !
      -PleaseTypeALogin=Veuillez saisir un identifiant !
      -PasswordsMismatch=Les mots de passe ne correspondent pas, veuillez réessayer !
      +PleaseTypePassword=Please type a password, empty passwords are not allowed!
      +PleaseTypeALogin=Please type a login!
      +PasswordsMismatch=Passwords differs, please try again!
       SetupEnd=Fin de l'installation
       SystemIsInstalled=Votre système est maintenant installé.
       SystemIsUpgraded=Dolibarr a été mis à jour avec succès.
      @@ -81,65 +82,65 @@ YouNeedToPersonalizeSetup=Vous devez maintenant configurer Dolibarr selon vos be
       AdminLoginCreatedSuccessfuly=Création du compte administrateur Dolibarr '<b>%s</b>' réussie.
       GoToDolibarr=Accéder à Dolibarr
       GoToSetupArea=Accéder à Dolibarr (espace de configuration)
      -MigrationNotFinished=La version de votre base n'est pas encore complètement à niveau, aussi il vous faudra relancer à nouveau une migration.
      +MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
       GoToUpgradePage=Accéder à la page de migration à nouveau
       WithNoSlashAtTheEnd=Sans le slash "/" à la fin
      -DirectoryRecommendation=Il est recommandé de mettre ce répertoire en dehors du répertoire des pages web.
      +DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
       LoginAlreadyExists=Existe déjà
       DolibarrAdminLogin=Identifiant de l'utilisateur administrateur de Dolibarr
      -AdminLoginAlreadyExists=Compte administrateur Dolibarr '<b>%s</b>' déjà existant. Revenez en arrière si vous voulez en créer un autre.
      +AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
       FailedToCreateAdminLogin=Echec de la création du compte administrateur Dolibarr
      -WarningRemoveInstallDir=Attention, pour des raisons de sécurité, afin de bloquer une nouvelle utilisation des outils d'installation/migration, une fois l'installation terminée, il est conseillé de placer dans le répertoire document de Dolibarr un fichier nommé <b>install.lock</b> en lecture seule.
      -FunctionNotAvailableInThisPHP=Non disponible sur ce PHP
      +WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should add a file called <b>install.lock</b> into the Dolibarr document directory in order to prevent the accidental/malicious use of the install tools again.
      +FunctionNotAvailableInThisPHP=Not available in this PHP
       ChoosedMigrateScript=Choix du script de migration
       DataMigration=Migration de la base (données)
       DatabaseMigration=Migration de la base de données (structure + certaines données)
       ProcessMigrateScript=Exécution du script
       ChooseYourSetupMode=Choisissez votre mode d'installation et cliquez sur "Démarrer"…
       FreshInstall=Première installation
      -FreshInstallDesc=Utilisez ce mode si c'est votre première installation. Si ce n'est pas le cas, ce mode peut réparer une installation précédente incomplète, mais si vous voulez juste mettre à jour, choisissez le mode "Mise à jour".
      +FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install. If you want to upgrade your version, choose "Upgrade" mode.
       Upgrade=Mise à jour
       UpgradeDesc=Utilisez ce mode après avoir écrasé les fichiers d'une ancienne installation Dolibarr par ceux d'une version plus récente. Ce choix permet de mettre à jour votre base et vos données pour cette nouvelle version.
       Start=Démarrer
       InstallNotAllowed=Installation non autorisée par les permissions du fichier <b>conf.php</b>
       YouMustCreateWithPermission=Vous devez créer un fichier %s et donner les droits d'écriture dans celui-ci au serveur web durant le processus d'installation.
      -CorrectProblemAndReloadPage=Corrigez le problème et rechargez la page (F5).
      +CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
       AlreadyDone=Déjà migré
       DatabaseVersion=Version de la base
       ServerVersion=Version du serveur de base de données
       YouMustCreateItAndAllowServerToWrite=Vous devez créer ce dossier et permettre au serveur web d'écrire dans celui-ci.
       DBSortingCollation=Ordre de tri utilisé pour la base de données
      -YouAskDatabaseCreationSoDolibarrNeedToConnect=Vous avez demandé la création de la base de données <b>%s</b>, mais pour cela, Dolibarr doit se connecter sur le serveur <b>%s</b> via le super utilisateur <b>%s</b>.
      -YouAskLoginCreationSoDolibarrNeedToConnect=Vous avez demandé la création de l'identifiant de base de données <b>%s</b>, mais pour cela, Dolibarr doit se connecter sur le serveur <b>%s</b> via le super utilisateur <b>%s</b>.
      -BecauseConnectionFailedParametersMayBeWrong=La connexion ayant échoué, les paramètres du serveur ou du super utilisateur sont peut-être incorrects.
      +YouAskDatabaseCreationSoDolibarrNeedToConnect=You selected create database <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
      +YouAskLoginCreationSoDolibarrNeedToConnect=You selected create database user <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
      +BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
       OrphelinsPaymentsDetectedByMethod=Paiement orphelins détectés par la méthode %s
       RemoveItManuallyAndPressF5ToContinue=Supprimez-le manuellement et actualisez la page pour continuer (F5).
       FieldRenamed=Champ renommé
      -IfLoginDoesNotExistsCheckCreateUser=Si l'identifiant n'existe pas encore, vous devez cocher l'option "Créer l'utilisateur"
      -ErrorConnection=Le serveur "<b>%s</b>", nom de base "<b>%s</b>", identifiant "<b>%s</b>", ou mot de passe de la base de données est peut-être incorrect ou la version du client PHP trop ancienne par rapport à la version de la base de données.
      +IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
      +ErrorConnection=Server "<b>%s</b>", database name "<b>%s</b>", login "<b>%s</b>", or database password may be wrong or the PHP client version may be too old compared to the database version.
       InstallChoiceRecommanded=Choix recommandé pour installer la version <b>%s</b> depuis votre version actuelle <b>%s</b>
       InstallChoiceSuggested=<b>Choix suggéré par l'installeur</b>.
      -MigrateIsDoneStepByStep=La version cible (%s) ayant un écart de plusieurs versions, l'installeur reviendra proposer la migration suivante une fois celle-ci exécutée.
      -CheckThatDatabasenameIsCorrect=Vérifiez que le nom de base "<b>%s</b>" est correct.
      +MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions. The install wizard will come back to suggest a further migration once this one is complete.
      +CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
       IfAlreadyExistsCheckOption=Si ce nom est correct et que cette base n'existe pas déjà, vous devez cocher l'option "Créer la base de données".
       OpenBaseDir=Paramètre PHP openbasedir
      -YouAskToCreateDatabaseSoRootRequired=Vous avez coché la case "Créer la base de données". Pour cela, identifiant et mot de passe du super utilisateur (en bas de formulaire) sont obligatoire.
      -YouAskToCreateDatabaseUserSoRootRequired=Vous avez coché la case "Créer l'utilisateur propriétaire" de la base. Pour cela, identifiant et mot de passe du super utilisateur (en bas de formulaire) sont obligatoire.
      -NextStepMightLastALongTime=L'étape en cours peut durer quelques minutes. Merci d'attendre l'affichage complet de la page suivante pour poursuivre.
      +YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
      +YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
      +NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
       MigrationCustomerOrderShipping=Mise à jour stockage des expéditions des commandes clients
       MigrationShippingDelivery=Mise à jour stockage des expéditions
       MigrationShippingDelivery2=Mise à jour stockage des expéditions 2
       MigrationFinished=Migration terminée
      -LastStepDesc=<strong>Dernière étape</strong>: Définissez ici l'identifiant et le mot de passe du premier utilisateur que vous allez utiliser pour vous connecter à l'application. Ne perdez pas ces identifiants, il s'agit du compte permettant d'administrer les autres.
      +LastStepDesc=<strong>Last step</strong>: Define here the login and password you wish to use to connect to Dolibarr. <b>Do not lose this as it is the master account to administer all other/additional user accounts.</b>
       ActivateModule=Activation du module %s
       ShowEditTechnicalParameters=Cliquer ici pour afficher/éditer les paramètres techniques (mode expert)
      -WarningUpgrade=Attention :\nAvez-vous effectué une sauvegarde de votre base de données en premier ?\nC'est hautement recommandé : par exemple, à cause de nombreaux bugs dans le système de base de données (Par exemple mysql version 5.5.40/41/42/43), certaines données ou tables peuvent être perdues durant le processus, il est donc hautement recommandé d'avoir une sauvegarde complète de votre base de données avant de commencer la migration.\n\nCliquez Ok pour commencer la migration...
      -ErrorDatabaseVersionForbiddenForMigration=La version de votre gestionnaire de base de données est %s. Celle-ci présente un défaut critique entraînant des pertes de données si vous changez la structure de votre base de données tel que requis par le processus de migration. C'est pourquoi la migration vous sera interdite tant que vous n'aurez pas mis à jour votre gestionnaire de base de données vers une version supérieure corrigée (Liste des versions affectées par le défaut : %s).
      +WarningUpgrade=Warning:\nDid you run a database backup first?\nThis is highly recommended. Loss of data (due to for example bugs in mysql version 5.5.40/41/42/43) may be possible during this process, so it is essential to take a complete dump of your database before starting any migration.\n\nClick OK to start migration process...
      +ErrorDatabaseVersionForbiddenForMigration=La version de votre gestionnaire de base de données est %s. Celle-ci présente un défaut critique entraînant des pertes de données si vous changez la structure de votre base de données tel que requis par le processus de migration. C'est pourquoi la migration vous sera interdite tant que vous n'aurez pas mis à jour votre gestionnaire de base de données vers une version supérieure corrigée (Liste des versions affectées par le défaut: %s).
       KeepDefaultValuesWamp=Si vous utilisez l'installeur automatique DoliWamp, les données présentes ici sont pré-remplies. Ne les modifiez qu'en connaissance de cause.
      -KeepDefaultValuesDeb=Vous utilisez l'assistant d'installation depuis un environnement Linux (Ubuntu, Debian, Fedor...). Les valeurs présentes ici sont pré-remplies. Seul le mot de passe d'accès du propriétaire de la base de données doit être renseigné. Les autres paramètres ne doivent être modifiés qu'en connaissance de cause.
      +KeepDefaultValuesDeb=Vous utilisez l'assistant d'installation depuis un environnement Linux (Ubuntu, Debian, Fedora...). Les valeurs présentes ici sont pré-remplies. Seul le mot de passe d'accès du propriétaire de base de données à créer doit être renseigné. Les autres paramètres ne doivent être modifiés qu'en connaissance de cause.
       KeepDefaultValuesMamp=Vous utilisez l'assistant d'installation DoliMamp. Les valeurs présentes ici sont pré-remplies. Leur modification ne doit être effectuée qu'en connaissance de cause.
       KeepDefaultValuesProxmox=Vous utilisez l'assistant d'installation depuis une application Proxmox. Les valeurs présentes ici sont pré-remplies. Leur modification ne doit être effectuée qu'en connaissance de cause.
      -UpgradeExternalModule=Lancement du processus de mise à jour de modules externes
      +UpgradeExternalModule=Run dedicated upgrade process of external module
       SetAtLeastOneOptionAsUrlParameter=Définissez au moins une option en tant que paramètre dans l'URL. Par exemple: '... repair.php?standard=confirmed'
       NothingToDelete=Rien a supprimer
       NothingToDo=Rien à faire
      @@ -163,9 +164,9 @@ MigrationContractsUpdate=Mise à jour des contrats sans détail (gestion du cont
       MigrationContractsNumberToUpdate=%s contrat(s) a mettre à jour
       MigrationContractsLineCreation=Création ligne contrat pour contrat ref %s
       MigrationContractsNothingToUpdate=Pas ou plus de contrats (liés à un produit) sans ligne de détail à corriger.
      -MigrationContractsFieldDontExist=Le champs fk_facture n'existe plus. Pas d'opération à faire.
      +MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
       MigrationContractsEmptyDatesUpdate=Mise à jour des dates de contrats non renseignées
      -MigrationContractsEmptyDatesUpdateSuccess=Mise à jour des dates de contrats non renseignées
      +MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
       MigrationContractsEmptyDatesNothingToUpdate=Pas ou plus de date de contrats à renseigner.
       MigrationContractsEmptyCreationDatesNothingToUpdate=Pas ou plus de date de création à renseigner.
       MigrationContractsInvalidDatesUpdate=Mise à jour dates contrat incorrectes (pour contrats avec détail en service)
      @@ -187,24 +188,24 @@ MigrationDeliveryDetail=Mise à jour bon réception
       MigrationStockDetail=Mise à jour valeur en stock des produits
       MigrationMenusDetail=Mise à jour table des menus dynamiques
       MigrationDeliveryAddress=Mise à jour des adresses de livraison dans les bons d'expédition
      -MigrationProjectTaskActors=Migration de la table llx_projet_task_actors
      +MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
       MigrationProjectUserResp=Migration du champ fk_user_resp de llx_projet vers llx_element_contact
       MigrationProjectTaskTime=Mise à jour du temps consommé en secondes
       MigrationActioncommElement=Mise à jour des données des actions des éléments
       MigrationPaymentMode=Migration des modes de paiement
       MigrationCategorieAssociation=Migration des categories
      -MigrationEvents=Migration des évènements pour ajouter les propriétaires dans la table des utilisateurs assignés
      -MigrationEventsContact=Migration des événements pour ajouter le contact de l'événement dans la table d'affectation
      +MigrationEvents=Migration of events to add event owner into assignment table
      +MigrationEventsContact=Migration of events to add event contact into assignment table
       MigrationRemiseEntity=Mettre à jour le champ "entity" de la table "llx_societe_remise
       MigrationRemiseExceptEntity=Mettre à jour le champ "entity" de la table "llx_societe_remise_except"
       MigrationUserRightsEntity=Mise à jour du champ entity de llx_user_rights
       MigrationUserGroupRightsEntity=Mise à jour du champ entity de llx_usergroup_rights
       MigrationReloadModule=Rechargement du module %s
       MigrationResetBlockedLog=Réinitialiser le module BlockedLog pour l'algorithme v7
      -ShowNotAvailableOptions=Afficher les choix non disponibles
      -HideNotAvailableOptions=Cacher les choix non disponibles
      +ShowNotAvailableOptions=Show unavailable options
      +HideNotAvailableOptions=Hide unavailable options
       ErrorFoundDuringMigration=Une erreur est survenu lors du processus de migration, aussi l'étape suivante ne peut pas être réalisée. Pour ignorer les erreurs, vous pouvez <a href="%s">cliquer ici</a>, mais l'application ou certaines fonctionnalités risquent de présenter des dysfonctionnements jusqu'à la résolution de la ou des erreurs
      -YouTryInstallDisabledByDirLock=L'application essaie de se mettre à jour, mais les pages d'installation / mise à jour ont été désactivées pour des raisons de sécurité (répertoire renommé avec le suffixe .lock). <br>
      -YouTryInstallDisabledByFileLock=L'application essaie de se mettre à jour, mais les pages d'installation / mise à jour ont été désactivées pour des raisons de sécurité (par le fichier de verrouillage <strong> install.lock </strong> dans le répertoire de documents dolibarr). <br>
      +YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
      +YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file <strong>install.lock</strong> in the dolibarr documents directory).<br>
       ClickHereToGoToApp=Cliquez ici pour aller sur votre application
      -ClickOnLinkOrRemoveManualy=Cliquez sur le lien suivant et si vous atteignez toujours cette page, vous devez supprimer manuellement le fichier install.lock dans le répertoire documents
      +ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
      diff --git a/htdocs/langs/fr_FR/interventions.lang b/htdocs/langs/fr_FR/interventions.lang
      index d369d6f45de..c8cf7732896 100644
      --- a/htdocs/langs/fr_FR/interventions.lang
      +++ b/htdocs/langs/fr_FR/interventions.lang
      @@ -4,7 +4,7 @@ Interventions=Interventions
       InterventionCard=Fiche intervention
       NewIntervention=Nouvelle intervention
       AddIntervention=Créer intervention
      -ChangeIntoRepeatableIntervention=Change to repeatable intervention
      +ChangeIntoRepeatableIntervention=Convertir en intervention récurrente
       ListOfInterventions=Liste des interventions
       ActionsOnFicheInter=Événements sur l'intervention
       LastInterventions=Les %s dernières interventions
      @@ -51,8 +51,8 @@ UseServicesDurationOnFichinter=Utiliser la durée des services dans les interven
       UseDurationOnFichinter=Masque le champ de durée pour les enregistrements d'intervention
       UseDateWithoutHourOnFichinter=Masque les heures et les minutes du champ de la date pour les enregistrements d'intervention
       InterventionStatistics=Statistiques des interventions
      -NbOfinterventions=No. of intervention cards
      -NumberOfInterventionsByMonth=No. of intervention cards by month (date of validation)
      +NbOfinterventions=Nb de fiches d'intervention
      +NumberOfInterventionsByMonth=Nb de fiches d'intervention par mois (date de validation)
       AmountOfInteventionNotIncludedByDefault=Le total des interventions 'nest pas inclus par défaut dans les profits (dans la plupart des cas, les feuilles de temps totalisent le temps passé). Activez l'option PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT à 1 dans Accueil > Condiguration > Divers
       ##### Exports #####
       InterId=Id intervention
      diff --git a/htdocs/langs/fr_FR/mails.lang b/htdocs/langs/fr_FR/mails.lang
      index 25a82ab2487..4aef2bc0467 100644
      --- a/htdocs/langs/fr_FR/mails.lang
      +++ b/htdocs/langs/fr_FR/mails.lang
      @@ -45,10 +45,10 @@ MailingStatusReadAndUnsubscribe=Lu et désinscrit
       ErrorMailRecipientIsEmpty=L'adresse du destinataire est vide
       WarningNoEMailsAdded=Aucun nouvel email à ajouter à la liste des destinataires.
       ConfirmValidMailing=Confirmez-vous la validation de l'emailing ?
      -ConfirmResetMailing=Attention, en réinitialisant l'emailing <b>%s</b>, vous autorisez son émission en masse une nouvelle fois. Est-ce bien ce que vous voulez faire ?
      -ConfirmDeleteMailing=Confirmez-vous la suppression de l'emailing ?
      -NbOfUniqueEMails=Nombre d'emails uniques
      -NbOfEMails=Nombre d'emails
      +ConfirmResetMailing=Warning, by re-initializing emailing <b>%s</b> , you will allow resending this email in a mass mailing. Are you sure you want to do this?
      +ConfirmDeleteMailing=Are you sure you want to delete this emailing?
      +NbOfUniqueEMails=No. of unique emails
      +NbOfEMails=No. of EMails
       TotalNbOfDistinctRecipients=Nombre de destinataires uniques
       NoTargetYet=Aucun destinataire défini (Aller sur l'onglet Destinataires)
       NoRecipientEmail=Aucun e-mail de destinataire pour %s
      @@ -66,8 +66,8 @@ DateLastSend=Date de la dernière expédition
       DateSending=Date envoi
       SentTo=Envoyés à <b>%s</b>
       MailingStatusRead=Lu
      -YourMailUnsubcribeOK=L'adresse email <b>%s</b> est bien désinscrite de la liste.
      -ActivateCheckReadKey=Clé de sécurité permettant le chiffrement des URL utilisées dans les fonctions d'accusé de lecture et de désinscription
      +YourMailUnsubcribeOK=The email <b>%s</b>  is correctly unsubscribe from mailing list
      +ActivateCheckReadKey=Key used to encrypt URL used for "Read Receipt" and "Unsubscribe" feature
       EMailSentToNRecipients=Email envoyé à %s destinataires.
       EMailSentForNElements=Email envoyé pour %s enregistrements
       XTargetsAdded=<b>%s</b> destinataires ajoutés dans la liste cible
      @@ -109,7 +109,7 @@ MailingNeedCommand2=Vous pouvez toutefois quand même les envoyer par l'interfac
       ConfirmSendingEmailing=Si vous souhaitez envoyer l'e-mailing depuis cet écran, veuillez confirmer son envoi maintenant, depuis votre navigateur.
       LimitSendingEmailing=Remarque: L'envoi d'Emailings à partir de l'interface web se fait en plusieurs fois pour des raisons de sécurité et de timeout, <b>%s</b> bénéficiaires à la fois pour chaque session d'envoi.
       TargetsReset=Vider liste
      -ToClearAllRecipientsClickHere=Pour vider la liste des destinataires, cliquez sur le bouton
      +ToClearAllRecipientsClickHere=Pour vider la liste des destinataires de cet emailing, cliquez sur le bouton
       ToAddRecipientsChooseHere=Pour ajouter des destinataires, choisir dans les listes ci-dessous
       NbOfEMailingsReceived=Emailings de masse reçus
       NbOfEMailingsSend=Emailings de masse envoyés
      @@ -139,7 +139,7 @@ UseFormatFileEmailToTarget=Le fichier d'import doit être au format <strong>emai
       UseFormatInputEmailToTarget=Saisissez une chaîne de caractères au format <strong>email;nom;prénom;autre</strong>
       MailAdvTargetRecipients=Destinataires (sélection avancée)
       AdvTgtTitle=Remplissez les champs de saisie pour pré-sélectionner les tiers ou contacts/adresses cibles
      -AdvTgtSearchTextHelp=Astuces de recherche : <br>- x<b>%%</b> pour rechercher tous les termes commençant par x,<br>- <b>;</b> comme séparateur de valeurs recherchées,<br>- <b>!</b> pour exclure une valeur de la recherche : <br> Exemple : <b>jean;joe;jim%%;!jimo;!jima%</b> affichera tous les résultats <i>jean</i> et <i>joe</i>, ceux commençant par <i>jim</i> en excluant <i>jimo</i> et <i>jima</i>.
      +AdvTgtSearchTextHelp=Utilisez %% comme caractères génériques. Par exemple, pour rechercher tous les éléments tels que <b> jean, joe, jim </b>, vous pouvez saisir <b>j%%</b>, vous pouvez également utiliser ; comme séparateur de valeur et utiliser ! pour exclure cette valeur. Par exemple, <b> jean; joe; jim%%;! jimo;!jima%</b> ciblera tous les jean, joe, commence par jim mais pas jimo et pas tout ce qui commence par jima.
       AdvTgtSearchIntHelp=Utiliser un intervalle pour sélectionner un entier ou décimal
       AdvTgtMinVal=Valeur minimum
       AdvTgtMaxVal=Valeur maximum
      @@ -166,4 +166,4 @@ InGoingEmailSetup=Configuration email entrant
       OutGoingEmailSetupForEmailing=Configuration des e-mail sortant (pour les e-mails de masse)
       DefaultOutgoingEmailSetup=Configuration des emails sortant
       Information=Information
      -ContactsWithThirdpartyFilter=Contacts avec filtre client
      +ContactsWithThirdpartyFilter=Contacts with third party filter
      diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang
      index 30d64311b46..d98af2bdd95 100644
      --- a/htdocs/langs/fr_FR/main.lang
      +++ b/htdocs/langs/fr_FR/main.lang
      @@ -63,8 +63,8 @@ ErrorCantLoadUserFromDolibarrDatabase=Impossible de trouver l'utilisateur <b>%s<
       ErrorNoVATRateDefinedForSellerCountry=Erreur, aucun taux tva défini pour le pays '%s'.
       ErrorNoSocialContributionForSellerCountry=Erreur, pas de types de charges sociales/fiscales définies pour le pays '%s'.
       ErrorFailedToSaveFile=Erreur, l'enregistrement du fichier a échoué.
      -ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a current one
      -MaxNbOfRecordPerPage=Max number of records per page
      +ErrorCannotAddThisParentWarehouse=Vous essayez d'ajouter un entrepôt parent qui est déjà un enfant de l'entrepôt courant
      +MaxNbOfRecordPerPage=Nombre max d'enregistrement par page
       NotAuthorized=Vous n'êtes pas autorisé pour cette action.
       SetDate=Définir date
       SelectDate=Sélectionnez une date
      @@ -348,7 +348,7 @@ AmountTTCShort=Montant TTC
       AmountHT=Montant HT
       AmountTTC=Montant TTC
       AmountVAT=Montant TVA
      -MulticurrencyAlreadyPaid=Already paid, original currency
      +MulticurrencyAlreadyPaid=Déjà payé, devise d'origine
       MulticurrencyRemainderToPay=Reste à payer (devise d'origine)
       MulticurrencyPaymentAmount=Montant du règlement (devise d'origine)
       MulticurrencyAmountHT=Montant HT, devise d'origine
      @@ -454,7 +454,7 @@ Generate=Générer
       Duration=Durée
       TotalDuration=Durée totale
       Summary=Résumé
      -DolibarrStateBoard=Database Statistics
      +DolibarrStateBoard=Statistiques de la base
       DolibarrWorkBoard=Pending Items
       NoOpenedElementToProcess=Aucun élément ouvert à traiter
       Available=Disponible
      @@ -507,7 +507,7 @@ None=Aucun
       NoneF=Aucune
       NoneOrSeveral=Aucun ou plusieurs
       Late=Retard
      -LateDesc=The delay to define if a record is late or not depends on your setup. Ask your admin to change the delay from menu Home - Setup - Alerts.
      +LateDesc=Le délai qui définit si un enregistrement est en retard ou non dépend de votre configuration. Demandez à votre administrateur pour changer ce délai depuis Accueil - Configuration - Alertes 
       NoItemLate=Aucun élément en retard
       Photo=Photo
       Photos=Photos
      @@ -635,7 +635,7 @@ SendMail=Envoyer email
       EMail=Email
       NoEMail=Pas d'email
       Email=Email
      -AlreadyRead=Alreay read
      +AlreadyRead=Déjà lu
       NotRead=Non lu
       NoMobilePhone=Pas de téléphone portable
       Owner=Propriétaire
      @@ -668,7 +668,7 @@ NeverReceived=Jamais reçu
       Canceled=Annulé
       YouCanChangeValuesForThisListFromDictionarySetup=Les valeurs de cette liste sont modifiables  depuis le menu Accueil > Configuration > Dictionnaires
       YouCanChangeValuesForThisListFrom=Vous pouvez changer les valeurs de cette liste à partir du menu %s
      -YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
      +YouCanSetDefaultValueInModuleSetup=Vous pouvez définir la valeur par défaut utilisée lors de la création d'un nouvel enregistrement dans la configuration du module
       Color=Couleur
       Documents=Fichiers joints
       Documents2=Documents
      @@ -714,7 +714,7 @@ CreditCard=Carte de crédit
       ValidatePayment=Valider ce règlement
       CreditOrDebitCard=Carte de crédit ou débit
       FieldsWithAreMandatory=Les champs marqués par un <b>%s</b> sont obligatoires
      -FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
      +FieldsWithIsForPublic=Les champs marqués par <b>%s</b> seront affichés sur la liste publique des adhérents. Si vous ne le souhaitez pas, décochez la case "public".
       AccordingToGeoIPDatabase=(according to GeoIP conversion)
       Line=Ligne
       NotSupported=Non pris en charge
      @@ -752,7 +752,7 @@ LinkToIntervention=Lier à une intervention
       CreateDraft=Créer brouillon
       SetToDraft=Retour en brouillon
       ClickToEdit=Cliquer ici pour éditer
      -ClickToRefresh=Click to refresh
      +ClickToRefresh=Cliquez pour rafraîchir
       EditWithEditor=Editer avec CKEditor
       EditWithTextEditor=Éditer avec l'éditeur de texte
       EditHTMLSource=Éditer la source HTML
      @@ -767,14 +767,14 @@ ByDay=Par jour
       BySalesRepresentative=Par commerciaux
       LinkedToSpecificUsers=Liés à un contact utilisateur particulier
       NoResults=Aucun résultat
      -AdminTools=Admin Tools
      +AdminTools=Outils d'administration
       SystemTools=Outils système
       ModulesSystemTools=Outils Modules
       Test=Test
       Element=Élément
       NoPhotoYet=Pas de photo disponible pour l'instant
       Dashboard=Tableau de bord
      -MyDashboard=My Dashboard
      +MyDashboard=Mon tableau de bord
       Deductible=Déductible
       from=de
       toward=vers
      @@ -859,17 +859,17 @@ TitleSetToDraft=Retour à l'état de brouillon
       ConfirmSetToDraft=Are you sure you want to go back to Draft status?
       ImportId=Id import
       Events=Événements
      -EMailTemplates=Email templates
      +EMailTemplates=Modèles des courriels
       FileNotShared=File not shared to external public
       Project=Projet
       Projects=Projets
      -LeadOrProject=Lead | Project
      -LeadsOrProjects=Leads | Projects
      -Lead=Lead
      -Leads=Leads
      -ListOpenLeads=List open leads
      -ListOpenProjects=List open projects
      -NewLeadOrProject=New lead or project
      +LeadOrProject=Opportunités | Projet
      +LeadsOrProjects=Opportunités | Projets
      +Lead=Opportunité
      +Leads=Opportunités
      +ListOpenLeads=Liste des opportunités ouvertes
      +ListOpenProjects=Liste des projets ouverts
      +NewLeadOrProject=Nouvelle opportunité ou projet
       Rights=Permissions
       LineNb=No ligne
       IncotermLabel=Incoterms
      @@ -931,7 +931,7 @@ SearchIntoInterventions=Interventions
       SearchIntoContracts=Contrats
       SearchIntoCustomerShipments=Expéditions clients
       SearchIntoExpenseReports=Notes de frais
      -SearchIntoLeaves=Leave
      +SearchIntoLeaves=Congés
       CommentLink=Commentaires
       NbComments=Nombre de commentaires
       CommentPage=Commentaires
      diff --git a/htdocs/langs/fr_FR/modulebuilder.lang b/htdocs/langs/fr_FR/modulebuilder.lang
      index 3d520889aa7..fd4e66e5ff3 100644
      --- a/htdocs/langs/fr_FR/modulebuilder.lang
      +++ b/htdocs/langs/fr_FR/modulebuilder.lang
      @@ -1,5 +1,5 @@
       # Dolibarr language file - Source file is en_US - loan
      -ModuleBuilderDesc=Cet outil est réservé aux utilisateurs avancés ou développeurs. Il donne accès aux outil de création ou d'édition de modules additionnels (Cliquez <a href="%s" target="_blank">ici</a> pour plus d'information).
      +ModuleBuilderDesc=This tool must be used by only by experienced users or developers. It gives you utilities to build or edit your own module.<br>Documentation for alternative <a href="%s" target="_blank">manual development is here</a>.
       EnterNameOfModuleDesc=Saisissez le nom du module/application à créer, sans espaces. Utilisez les majuscules pour identifier les mots (par exemple : MonModule, BoutiqueECommerce,...)
       EnterNameOfObjectDesc=Entrez le nom de l'objet à créer sans espaces. Utilisez les majuscules pour séparer des mots (par exemple: MyObject, Student, Teacher ...). Le fichier de classe CRUD, mais aussi le fichier API, les pages à afficher / ajouter / éditer / supprimer des objets et des fichiers SQL seront générés.
       ModuleBuilderDesc2=Chemin ou les modules sont générés/modifiés (premier répertoire alternatif défini dans %s):<strong>%s</strong>
      @@ -13,7 +13,7 @@ ModuleInitialized=Module initialisé
       FilesForObjectInitialized=Fichiers pour les nouvel objet '%s' initialisés
       FilesForObjectUpdated=Les fichiers pour l'objet '%s' ont été mis à jour ( fichiers .sql et .class.php )
       ModuleBuilderDescdescription=Entrez ici toutes les informations générales qui décrivent votre module.
      -ModuleBuilderDescspecifications=Vous pouvez entrer ici un long texte pour décrire les caractéristiques de votre module qui ne sont pas déjà structuré dans d'autres onglets. Vous avez donc facilement accès à toutes les règles à développer. De plus, ce contenu de texte sera inclus dans la documentation générée (voir dernier onglet). Vous pouvez utiliser le format Markdown, mais il est recommandé d'utiliser le format Asciidoc (Comparaison entre .md et .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
      +ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
       ModuleBuilderDescobjects=Définissez ici les objets que vous souhaitez gérer avec votre module. Une classe CRUD DAO, des fichiers SQL, une page pour lister l'enregistrement des objets, pour créer / modifier / afficher un enregistrement et une API sera générée.
       ModuleBuilderDescmenus=Cet onglet est dédié à la définition des entrées menu fournies par votre module.
       ModuleBuilderDescpermissions=Cet onglet est dédié à la définition des nouvelles permissions dont vous voulez fournir avec votre module.
      @@ -21,12 +21,12 @@ ModuleBuilderDesctriggers=Vue des triggers ajoutés par votre module. Pour inclu
       ModuleBuilderDeschooks=Cet onglet est dédié aux points d'accroche.
       ModuleBuilderDescwidgets=Cet onglet est dédié à la gestion/construction de widgets.
       ModuleBuilderDescbuildpackage=Vous pouvez générer ici un fichier de package "prêt à distribuer" (un fichier .zip normalisé) de votre module et un fichier de documentation "prêt à distribuer". Cliquez simplement sur le bouton pour créer le paquet ou le fichier de documentation.
      -EnterNameOfModuleToDeleteDesc=Vous pouvez supprimer votre module. ATTENTION : tous les fichiers et les données propres au module seront définitivement perdus !
      -EnterNameOfObjectToDeleteDesc=Vous pouvez effacer un objet. ATTENTION : Tous les fichiers reliés à cet objet seront définitivement perdus !
      +EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: ALL files of module AND structured data and documentation will be deleted!
      +EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All files related to object will be deleted!
       DangerZone=Zone de danger
       BuildPackage=Générer package/documentation
       BuildDocumentation=Générez la documentation
      -ModuleIsNotActive=Le module n'est pas encore activé. Aller à %s pour l'activer ou cliquer ici :
      +ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here:
       ModuleIsLive=Ce module a été activé. Tout changement sur lui pourrait casser une fonctionnalité actuellement activée.
       DescriptionLong=Description longue
       EditorName=Nom de l'éditeur
      @@ -47,7 +47,7 @@ RegenerateClassAndSql=Effacer et générer à nouveau les fichiers de classe et
       RegenerateMissingFiles=Générer les fichiers manquant
       SpecificationFile=Fichier de description des règles métiers
       LanguageFile=Fichier langue
      -ConfirmDeleteProperty=Êtes-vous sûr de vouloir supprimer la propriété<strong>%s</strong> ? Cela changera le code dans la classe PHP, mais supprimera également la colonne de la définition de table d'objet.
      +ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
       NotNull=Non NULL
       NotNullDesc=1=Définir le champ en base à NOT NULL. -1=Autoriser les valeurs nulles et forcer la valeur à NULL si vide ('' ou 0).
       SearchAll=Utilisé par la "recherche globale"
      @@ -66,7 +66,7 @@ PageForLib=Fichier pour les librairies PHP
       SqlFileExtraFields=Fichier SQL pour les attributs complémentaires
       SqlFileKey=Fichier Sql pour les clés
       AnObjectAlreadyExistWithThisNameAndDiffCase=Un objet existe déjà avec ce nom dans une casse différente
      -UseAsciiDocFormat=Vous pouvez utiliser le format Markdown, mais il est recommandé d'utiliser le format Asciidoc (Comparaison entre .md et .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
      +UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
       IsAMeasure=Est une mesure
       DirScanned=Répertoire scanné
       NoTrigger=Pas de trigger
      @@ -78,7 +78,7 @@ SeeExamples=Voir des exemples ici
       EnabledDesc=Condition pour que ce champ soit actif (Exemples: 1 ou $conf->global->MYMODULE_MYOPTION)
       VisibleDesc=Le champ est-il visible ? (Exemples: 0 = Jamais visible, 1 = Visible sur les listes et formulaires de création/mise à jour/visualisation, 2 = Visible uniquement sur la liste, 3 = Visible uniquement sur le formulaire de création/mise à jour/affichage. Utiliser une valeur négative signifie que le champ n'est pas affiché par défaut sur la liste mais peut être sélectionné pour l'affichage)
       IsAMeasureDesc=Peut-on cumuler la valeur du champ pour obtenir un total dans les listes ? (Exemples: 1 ou 0)
      -SearchAllDesc=Le champ doit-il être utilisé pour effectuer une recherche à partir de l'outil de recherche rapide ? (Exemples: 1 ou 0)
      +SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
       SpecDefDesc=Entrez ici toute la documentation que vous souhaitez joindre au module et qui n'a pas encore été définis dans d'autres onglets. Vous pouvez utiliser .md ou, mieux, la syntaxe enrichie .asciidoc.
       LanguageDefDesc=Entrez dans ces fichiers, toutes les clés et la traduction pour chaque fichier de langue.
       MenusDefDesc=Définissez ici les menus fournis par votre module (une fois définis, ils sont visibles dans l'éditeur de menu %s)
      @@ -88,7 +88,7 @@ TriggerDefDesc=Définissez dans le fichier trigger le code que vous souhaitez ex
       SeeIDsInUse=Voir les IDs utilisés dans votre installation
       SeeReservedIDsRangeHere=Voir la plage des ID réservés
       ToolkitForDevelopers=Boîte à outils pour développeurs Dolibarr
      -TryToUseTheModuleBuilder=Si vous avez des connaissances en SQL et PHP, vous pouvez essayer d'utiliser l'assistant de création de module natif. Activez simplement le module et utilisez l'assistant en cliquant sur <span class="fa fa-bug"></span> dans le menu en haut à droite. Attention: Ceci est une fonctionnalité de développeur, une mauvaise utilisation peut casser votre application.
      +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=Voir<span class="fa fa-bug"></span> à droite de votre barre de menu principal
       AddLanguageFile=Ajouter le fichier de langue
       YouCanUseTranslationKey=Vous pouvez utiliser ici une clé qui est la clé de traduction trouvée dans le fichier de langue (voir l'onglet "Langues")
      @@ -96,6 +96,7 @@ DropTableIfEmpty=(Supprimer la table si vide)
       TableDoesNotExists=La table %s n'existe pas
       TableDropped=La table %s a été supprimée
       InitStructureFromExistingTable=Construire la chaîne du tableau de structure d'une table existante
      -UseAboutPage=Désactiver la page à propos de
      -UseDocFolder=Désactiver le dossier de la documentation
      +UseAboutPage=Disable the about page
      +UseDocFolder=Disable the documentation folder
       UseSpecificReadme=Utiliser un fichier ReadMe spécifique
      +RealPathOfModule=Real path of module
      diff --git a/htdocs/langs/fr_FR/orders.lang b/htdocs/langs/fr_FR/orders.lang
      index ba4ed1d43bf..89a6c7dfebb 100644
      --- a/htdocs/langs/fr_FR/orders.lang
      +++ b/htdocs/langs/fr_FR/orders.lang
      @@ -19,7 +19,7 @@ SuppliersOrdersRunning=Commandes fournisseurs en cours
       CustomerOrder=Commande client
       CustomersOrders=Commandes clients
       CustomersOrdersRunning=Commandes clients en cours
      -CustomersOrdersAndOrdersLines=Commandes clients et ligne de commandes
      +CustomersOrdersAndOrdersLines=Customer orders and order details
       OrdersDeliveredToBill=Commandes clients délivrées à facturer
       OrdersToBill=Commandes clients à délivrer
       OrdersInProcess=Commandes clients en traitement
      @@ -88,7 +88,7 @@ NumberOfOrdersByMonth=Nombre de commandes par mois
       AmountOfOrdersByMonthHT=Montant total de commandes par mois (HT)
       ListOfOrders=Liste des commandes
       CloseOrder=Clôturer commande
      -ConfirmCloseOrder=Êtes-vous sûr de vouloir classer cette commande à Délivrée ? Une fois une commande délivrée, elle peut aussi être passée à facturée.
      +ConfirmCloseOrder=Are you sure you want to set this order to delivered? Once an order is delivered, it can be set to billed.
       ConfirmDeleteOrder=Êtes-vous sûr de vouloir effacer cette commande ?
       ConfirmValidateOrder=Êtes-vous sûr de vouloir valider cette commande sous la référence <b>%s</b> ?
       ConfirmUnvalidateOrder=Êtes-vous sûr de vouloir restaurer la commande <b>%s</b> au statut brouillon ?
      @@ -141,6 +141,7 @@ OrderByWWW=En ligne
       OrderByPhone=Téléphone
       # Documents models
       PDFEinsteinDescription=Modèle de commande complet (logo…)
      +PDFEratostheneDescription=Modèle de commande complet (logo…)
       PDFEdisonDescription=Modèle de commande simple
       PDFProformaDescription=Modèle de facture proforma complet (logo…)
       CreateInvoiceForThisCustomer=Facturer commandes
      diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang
      index c24c4f0010b..5186a5313fd 100644
      --- a/htdocs/langs/fr_FR/other.lang
      +++ b/htdocs/langs/fr_FR/other.lang
      @@ -3,7 +3,7 @@ SecurityCode=Code de sécurité
       NumberingShort=N°
       Tools=Outils
       TMenuTools=Outils
      -ToolsDesc=All tools not included in other menu entries are grouped here.<br>All the tools can be accessed via the left menu.
      +ToolsDesc=Cet espace regroupe divers outils non accessibles par les autres entrées du menu. <br>Tous ces outils sont accessibles depuis le menu sur le côté.. 
       Birthday=Anniversaire
       BirthdayDate=Date anniversaire
       DateToBirth=Date de naissance
      @@ -86,7 +86,7 @@ PredefinedMailTestHtml=__(Hello)__\nCeci est un message de <b>test</b> (le mot t
       PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to warn you that the invoice  __REF__ seems to have not been paid. The invoice is attached, as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find attached commercial proposal __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find attached price request __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nVeuillez trouver, ci-joint, une demande de prix avec la référence __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find attached order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find attached our order __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
       PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find attached invoice __REF__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
      @@ -188,7 +188,7 @@ NumberOfUnitsCustomerInvoices=Quantités présentes dans les factures clients
       NumberOfUnitsSupplierProposals=Quantités présentes dans les demande de prix
       NumberOfUnitsSupplierOrders=Quantités  présentes dans les commandes fournisseurs
       NumberOfUnitsSupplierInvoices=Quantités présentes dans les factures fournisseurs
      -EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
      +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=The invoice %s has been paid.
      @@ -212,7 +212,7 @@ NewLength=Nouvelle largeur
       NewHeight=Nouvelle hauteur
       NewSizeAfterCropping=Nouvelles dimensions après recadrage
       DefineNewAreaToPick=Définissez la zone d'image à conserver (clic gauche sur l'image puis glisser vers les coins opposés)
      -CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
      +CurrentInformationOnImage=Cette page permet de redimensionner ou recadrer une image. Voici les informations sur l'image courante en cours d'édition
       ImageEditor=Éditeur d'image
       YouReceiveMailBecauseOfNotification=Vous recevez ce message car votre email a été abonné à certaines notifications automatiques pour vous informer d'événements particuliers issus du logiciel %s de %s.
       YouReceiveMailBecauseOfNotification2=L'événement en question est le suivant :
      @@ -244,9 +244,9 @@ YourPasswordHasBeenReset=Votre mot de passe a été réinitialisé avec succès
       ApplicantIpAddress=Adresse IP du demandeur
       SMSSentTo=SMS envoyé à %s
       MissingIds=Missing ids
      -ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      -ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      -ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
      +ThirdPartyCreatedByEmailCollector=Tiers créé par le collecteur de courrier électronique à partir de l'identifiant de courrier électronique ID %s
      +ContactCreatedByEmailCollector=Contact/adresse créé par le collecteur de courrier électronique à partir de l'identifiant de courrier électronique ID %s
      +ProjectCreatedByEmailCollector=Projet créé par le collecteur de courrier électronique à partir du courrier électronique ID %s
       
       ##### Export #####
       ExportsArea=Espace exports
      diff --git a/htdocs/langs/fr_FR/paybox.lang b/htdocs/langs/fr_FR/paybox.lang
      index d2b313cc81c..44492c64431 100644
      --- a/htdocs/langs/fr_FR/paybox.lang
      +++ b/htdocs/langs/fr_FR/paybox.lang
      @@ -21,7 +21,7 @@ ToOfferALinkForOnlinePaymentOnContractLine=URL offrant une interface de paiement
       ToOfferALinkForOnlinePaymentOnFreeAmount=URL offrant une interface de paiement en ligne %s pour un montant libre
       ToOfferALinkForOnlinePaymentOnMemberSubscription=URL offrant une interface de paiement en ligne %s sur la base d'une cotisation d'adhérent
       YouCanAddTagOnUrl=Vous pouvez de plus ajouter le paramètre URL <b>&tag=<i>value</i></b> à n'importe quelles de ces URL (obligatoire pour le paiement libre uniquement) pour ajouter votre propre "code commentaire" du paiement.
      -SetupPayBoxToHavePaymentCreatedAutomatically=Configurez votre URL PayBox à <b>%s</b> pour avoir le paiement créé automatiquement si validé.
      +SetupPayBoxToHavePaymentCreatedAutomatically=Configurez votre URL PayBox à <b>%s</b> pour avoir le paiement créé automatiquement si validé par Paybox.
       YourPaymentHasBeenRecorded=Cette page confirme que votre paiement a bien été enregistré. Merci.
       YourPaymentHasNotBeenRecorded=Votre paiement n'a PAS été enregistré et la transaction a été annulée. Merci.
       AccountParameter=Paramètres du compte
      diff --git a/htdocs/langs/fr_FR/paypal.lang b/htdocs/langs/fr_FR/paypal.lang
      index 7177b1684fe..2e342fe9e5a 100644
      --- a/htdocs/langs/fr_FR/paypal.lang
      +++ b/htdocs/langs/fr_FR/paypal.lang
      @@ -1,6 +1,6 @@
       # Dolibarr language file - Source file is en_US - paypal
       PaypalSetup=Configuration module PayPal
      -PaypalDesc=Ce module permet d'offrir une page de paiement via le prestataire <a href="http://www.paypal.com" target="_blank">Paypal</a> pour réaliser un paiement quelconque ou un paiement par rapport à un objet Dolibarr (facture, commande…)
      +PaypalDesc=Ce module permet d'offrir aux clients une page de paiement via le prestataire <a href="http://www.paypal.com" target="_blank">Paypal</a>. Ceci peut être utiliser pour réaliser un paiement quelconque ou un paiement par rapport à un objet Dolibarr particulier (facture, commande…)
       PaypalOrCBDoPayment=Payer avec Paypal (Carte de crédit ou Paypal)
       PaypalDoPayment=Payer par PayPal
       PAYPAL_API_SANDBOX=Mode test/bac à sable (sandbox)
      @@ -11,10 +11,9 @@ PAYPAL_SSLVERSION=Curl Version SSL
       PAYPAL_API_INTEGRAL_OR_PAYPALONLY=Proposer le paiement intégral (Carte+Paypal) ou Paypal seul
       PaypalModeIntegral=Intégral
       PaypalModeOnlyPaypal=PayPal seul
      -ONLINE_PAYMENT_CSS_URL=URL optionnelle de la feuille de style CSS sur la page de paiement en ligne
      +ONLINE_PAYMENT_CSS_URL=Optional URL of CSS stylesheet on online payment page
       ThisIsTransactionId=Voici l'identifiant de la transaction: <b>%s</b>
       PAYPAL_ADD_PAYMENT_URL=Ajouter l'URL de paiement Paypal lors de l'envoi d'un document par email
      -YouAreCurrentlyInSandboxMode=Vous travaillez actuellement dans le mode "bac à sable" de %s
       NewOnlinePaymentReceived=Nouveau paiement en ligne reçu
       NewOnlinePaymentFailed=Nouvelle tentative de paiement en ligne échouée
       ONLINE_PAYMENT_SENDEMAIL=Email à prévenir en cas de paiement (succès ou non)
      @@ -28,7 +27,8 @@ ShortErrorMessage=Message d'erreur court
       ErrorCode=Code erreur
       ErrorSeverityCode=Code d'erreur sévérité
       OnlinePaymentSystem=Système de paiement en ligne
      -PaypalLiveEnabled=Paypal live activé (sinon mode test/bac à sable)
      -PaypalImportPayment=Importer paiements Paypal
      +PaypalLiveEnabled=PayPal live enabled (otherwise test/sandbox mode)
      +PaypalImportPayment=Import PayPal payments
       PostActionAfterPayment=Actions complémentaires après paiement
       ARollbackWasPerformedOnPostActions=Une annulation a été effectuée sur toutes les actions Post paiement. Vous devez compléter les actions complémentaires manuellement si elles sont nécessaires.
      +ValidationOfPaymentFailed=Validation of payment has failed
      diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang
      index 362f065043a..eacad26cc39 100644
      --- a/htdocs/langs/fr_FR/products.lang
      +++ b/htdocs/langs/fr_FR/products.lang
      @@ -17,12 +17,12 @@ Reference=Référence
       NewProduct=Nouveau produit
       NewService=Nouveau service
       ProductVatMassChange=Changement TVA en masse
      -ProductVatMassChangeDesc=Cette page permet de modifier les taux de TVA définis sur les produits ou services d'une valeur vers une autre. Attention, la modification est réalisée en masse sur toute la base de donnée.
      +ProductVatMassChangeDesc=This page can be used to modify a VAT rate defined on products or services from one value to another. Warning, this change is global/done on all database.
       MassBarcodeInit=Initialisation codes-barre
       MassBarcodeInitDesc=Cette page peut être utilisée pour initialiser un code-barre sur des objets qui ne disposent pas de code-barre défini. Vérifiez avant que l'installation du module code-barres est complète.
       ProductAccountancyBuyCode=Code comptable (achat)
       ProductAccountancySellCode=Code comptable (vente)
      -ProductAccountancySellIntraCode=Code comptable (vente intra-communautaire)
      +ProductAccountancySellIntraCode=Accounting code (sale intra-Community)
       ProductAccountancySellExportCode=Code comptable (vente à l'export)
       ProductOrService=Produit ou Service
       ProductsAndServices=Produits et Services
      @@ -97,8 +97,8 @@ NoteNotVisibleOnBill=Note (non visible sur les factures, propals...)
       ServiceLimitedDuration=Si produit de type service à durée limitée :
       MultiPricesAbility=Plusieurs niveaux de prix par produit/service (chaque client est dans un et un seul niveau)
       MultiPricesNumPrices=Nombre de prix
      -AssociatedProductsAbility=Prise en charge des produits virtuels
      -AssociatedProducts=Produit virtuel
      +AssociatedProductsAbility=Activate virtual products (kits)
      +AssociatedProducts=Virtual products
       AssociatedProductsNumber=Nbre de sous-produits constituant ce produit virtuel
       ParentProductsNumber=Nbre de produits virtuels/packages parent
       ParentProducts=Produits parents
      @@ -134,7 +134,7 @@ PredefinedServicesToSell=Services prédéfinis en vente
       PredefinedProductsAndServicesToSell=Produits/Services prédéfinis en vente
       PredefinedProductsToPurchase=Produits prédéfinis à acheter
       PredefinedServicesToPurchase=Services prédéfinis à acheter
      -PredefinedProductsAndServicesToPurchase=Produits/services prédéfinis à acheter
      +PredefinedProductsAndServicesToPurchase=Predefined products/services to purchase
       NotPredefinedProducts=Pas de produit/service prédéfini
       GenerateThumb=Générer la vignette
       ServiceNb=Service no %s
      @@ -145,7 +145,7 @@ Finished=Produit manufacturé
       RowMaterial=Matière première
       CloneProduct=Cloner produit/service
       ConfirmCloneProduct=Êtes-vous sûr de vouloir cloner le produit ou service <b>%s</b> ?
      -CloneContentProduct=Cloner les informations générales du produit/service
      +CloneContentProduct=Clone all main information of product/service
       ClonePricesProduct=Cloner les prix
       CloneCompositionProduct=Cloner le produits packagés
       CloneCombinationsProduct=Cloner les variantes
      @@ -233,7 +233,7 @@ BarCodeDataForThirdparty=Information de code barre du produit %s :
       ResetBarcodeForAllRecords=Définir la valeur de code-barres pour tous les enregistrements (cela réinitialiser également les valeurs de code-barres déjà défini par des nouvelles)
       PriceByCustomer=Prix différents pour chaque client
       PriceCatalogue=Un seul prix de vente par produit/service
      -PricingRule=Règles pour les prix clients
      +PricingRule=Rules for selling prices
       AddCustomerPrice=Ajouter prix par client
       ForceUpdateChildPriceSoc=Définir le même prix sur les filiales des clients
       PriceByCustomerLog=Historique des prix clients précédents
      @@ -293,7 +293,8 @@ ProductSheet=Fiche produit
       ServiceSheet=Fiche service
       PossibleValues=Valeurs possibles
       GoOnMenuToCreateVairants=Allez sur le menu %s - %s pour ajouter les attributs de variantes (comme les couleurs, tailles, ...)
      -
      +UseProductFournDesc=Use supplier descriptions of products in supplier documents
      +ProductSupplierDescription=Supplier description for the product
       #Attributes
       VariantAttributes=Attributs de variante
       ProductAttributes=Attributs de variantes pour les produits
      @@ -329,6 +330,8 @@ NbOfDifferentValues=Nb de valeurs différentes
       NbProducts=Nb de produits
       ParentProduct=Produit parent
       HideChildProducts=Cacher les variantes de produits
      +ShowChildProducts=Show variant products
      +NoEditVariants=Go to Parent product card and edit variants price impact in the variants tab
       ConfirmCloneProductCombinations=Êtes-vous sur de vouloir copier les variantes du produits vers l'autre  produit parent avec la référence donnée ?
       CloneDestinationReference=Référence du produit cible
       ErrorCopyProductCombinations=Une erreur s'est produite lors de la copie des variantes de produit
      diff --git a/htdocs/langs/fr_FR/projects.lang b/htdocs/langs/fr_FR/projects.lang
      index d595d478405..c7819e30c83 100644
      --- a/htdocs/langs/fr_FR/projects.lang
      +++ b/htdocs/langs/fr_FR/projects.lang
      @@ -33,8 +33,8 @@ ConfirmDeleteAProject=Êtes-vous sûr de vouloir supprimer ce projet ?
       ConfirmDeleteATask=Êtes-vous sûr de vouloir supprimer cette tâche ?
       OpenedProjects=Projets ouverts
       OpenedTasks=Tâches ouvertes
      -OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
      -OpportunitiesStatusForProjects=Leads amount of projects by status
      +OpportunitiesStatusForOpenedProjects=Montant des opportunités ouvertes par statut
      +OpportunitiesStatusForProjects=Montant des opportunités par statut
       ShowProject=Afficher projet
       ShowTask=Afficher tâche
       SetProject=Définir projet
      @@ -79,20 +79,20 @@ GoToListOfTimeConsumed=Aller à la liste des temps consommés
       GoToListOfTasks=Aller à la liste des tâches
       GoToGanttView=Aller à la vue Gantt
       GanttView=Vue Gantt
      -ListProposalsAssociatedProject=List of the commercial proposals related to the project
      -ListOrdersAssociatedProject=List of customer orders related to the project
      -ListInvoicesAssociatedProject=List of customer invoices related to the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      -ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      -ListContractAssociatedProject=List of contracts related to the project
      -ListShippingAssociatedProject=List of shippings related to the project
      -ListFichinterAssociatedProject=List of interventions related to the project
      -ListExpenseReportsAssociatedProject=List of expense reports related to the project
      -ListDonationsAssociatedProject=List of donations related to the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      -ListSalariesAssociatedProject=List of payments of salaries related to the project
      -ListActionsAssociatedProject=List of events related to the project
      +ListProposalsAssociatedProject=Liste des propositions commerciales associées au projet
      +ListOrdersAssociatedProject=Liste des commandes clients associées au projet
      +ListInvoicesAssociatedProject=Liste des factures clients associées au projet
      +ListPredefinedInvoicesAssociatedProject=Liste des modèles de facture client associées au projet
      +ListSupplierOrdersAssociatedProject=Liste des commandes fournisseurs associées au projet
      +ListSupplierInvoicesAssociatedProject=Liste des factures fournisseurs associées au projet
      +ListContractAssociatedProject=Liste des contrats associés au projet
      +ListShippingAssociatedProject=Liste des expéditions associées au projet
      +ListFichinterAssociatedProject=Liste des interventions associées au projet
      +ListExpenseReportsAssociatedProject=Liste des notes de frais associées au projet
      +ListDonationsAssociatedProject=Liste des dons associés au projet
      +ListVariousPaymentsAssociatedProject=Liste des paiements divers liés au projet
      +ListSalariesAssociatedProject=Liste des paiements de salaires liés au projet
      +ListActionsAssociatedProject=Liste des événements associés au projet
       ListTaskTimeUserProject=Liste du temps consommé sur les tâches d'un projet
       ListTaskTimeForTask=Liste du temps consommé sur les tâches
       ActivityOnProjectToday=Activité projet aujourd'hui
      @@ -147,11 +147,11 @@ ProjectModifiedInDolibarr=Projet %s modifié
       TaskCreatedInDolibarr=Tâche %s créée
       TaskModifiedInDolibarr=Tâche %s modifiée
       TaskDeletedInDolibarr=Tâche %s supprimée
      -OpportunityStatus=Lead status
      +OpportunityStatus=Statut opportunité
       OpportunityStatusShort=Status opp.
      -OpportunityProbability=Lead probability
      +OpportunityProbability=Probabilité d'opportunité
       OpportunityProbabilityShort=Prob. opp.
      -OpportunityAmount=Lead amount
      +OpportunityAmount=Montant opportunité
       OpportunityAmountShort=Montant Opp.
       OpportunityAmountAverageShort=montant moyen des opportunités
       OpportunityAmountWeigthedShort=Montant pondéré des opportunités
      @@ -168,7 +168,7 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Contributeur
       SelectElement=Séléctionnez l'élément
       AddElement=Associer l'élément
       # Documents models
      -DocumentModelBeluga=Project document template for linked objects overview
      +DocumentModelBeluga=Modèle de document project pour l'aperçu des objets liées
       DocumentModelBaleine=Project document template for tasks
       DocumentModelTimeSpent=Project report template for time spent
       PlannedWorkload=Charge de travail prévue
      @@ -192,26 +192,26 @@ AssignTaskToUser=Assigner tâche à %s
       SelectTaskToAssign=Sélectionnez la tâche à assigner
       AssignTask=Assigner
       ProjectOverview=Vue d'ensemble
      -ManageTasks=Use projects to follow tasks and/or report time spent (timesheets)
      +ManageTasks=Utiliser les projets pour suivre les tâches et/ou saisir du temps consommé (feuilles de temps)
       ManageOpportunitiesStatus=Utiliser les projets pour suivre les affaires / opportunités
      -ProjectNbProjectByMonth=No. of created projects by month
      +ProjectNbProjectByMonth=Nb de projets créés par mois
       ProjectNbTaskByMonth=No. of created tasks by month
      -ProjectOppAmountOfProjectsByMonth=Amount of leads by month
      -ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
      -ProjectOpenedProjectByOppStatus=Open project/lead by lead status
      +ProjectOppAmountOfProjectsByMonth=Montant des opportunités par mois
      +ProjectWeightedOppAmountOfProjectsByMonth=Montant pondéré des opportunités par mois
      +ProjectOpenedProjectByOppStatus=Opportunités ouvertes par statut d'opportunité
       ProjectsStatistics=Statistics sur les projets
       TasksStatistics=Statistiques sur le projet/tâche principale
       TaskAssignedToEnterTime=Tâche assignée. La saisie de temps sur cette tâche devrait être possible.
       IdTaskTime=Id ligne de temps
       YouCanCompleteRef=SI vous souhaitez compléter la référence avec d'autres informations filtrables, il est recommandé d'ajouter le caractère - entre les données. La numérotation automatique sera alors fonctionnelle pour le prochain compteur. Par exemple %s-ABC. Il est également possible d'ajouter des mots-clés dans le libellé. Il est cependant recommandé d'utiliser un attribut supplémentaire ou extrafield.
       OpenedProjectsByThirdparties=Projets ouverts par tiers
      -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
      +OnlyOpportunitiesShort=Opportunités uniquement
      +OpenedOpportunitiesShort=Opportunités ouvertes
      +NotOpenedOpportunitiesShort=Pas d'opportunité ouverte
      +NotAnOpportunityShort=Non une opportunité
      +OpportunityTotalAmount=Montant total des opportunités
      +OpportunityPonderatedAmount=Montant pondéré des opportunités
      +OpportunityPonderatedAmountDesc=Montant des opportunités pondéré par la probabilité
       OppStatusPROSP=Prospection
       OppStatusQUAL=Qualification
       OppStatusPROPO=Proposition
      @@ -233,4 +233,4 @@ DontHaveTheValidateStatus=Le projet %s doit être ouvert pour être fermé
       RecordsClosed=%s projet(s) fermé(s)
       SendProjectRef=A propos du projet %s
       ModuleSalaryToDefineHourlyRateMustBeEnabled=Module 'Payment of employee wages' must be enabled to define employee hourly rate to have time spent valorized
      -NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      +NewTaskRefSuggested=Réf de tâche déjà utilisée, une nouvelle réference de tâche est suggérée
      diff --git a/htdocs/langs/fr_FR/propal.lang b/htdocs/langs/fr_FR/propal.lang
      index a575824fc72..0c9f8d9a9b2 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ée (ouverte)
      +PropalStatusValidatedShort=Validated (open)
       PropalStatusClosedShort=Fermée
       PropalStatusSignedShort=Signée
       PropalStatusNotSignedShort=Non signée
      @@ -53,7 +53,7 @@ ErrorPropalNotFound=Propale %s inexistante
       AddToDraftProposals=Ajouter à proposition brouillon
       NoDraftProposals=Pas de propositions brouillons
       CopyPropalFrom=Créer proposition/devis par recopie d'un proposition existante
      -CreateEmptyPropal=Créer proposition/devis vierge
      +CreateEmptyPropal=Créer proposition/devis vierge ou avec la liste des produits/services
       DefaultProposalDurationValidity=Délai de validité par défaut (en jours)
       UseCustomerContactAsPropalRecipientIfExist=Utiliser l'adresse de contact suivi client si définie plutôt que l'adresse du tiers comme destinataire des propositions
       ClonePropal=Cloner proposition commerciale
      @@ -78,6 +78,7 @@ TypeContact_propal_external_CUSTOMER=Contact client suivi proposition
       TypeContact_propal_external_SHIPPING=Contact client pour la livraison
       # Document models
       DocModelAzurDescription=Modèle de proposition commerciale complet (logo…)
      +DocModelCyanDescription=Modèle de proposition commerciale complet (logo…)
       DefaultModelPropalCreate=Modèle par défaut à la création
       DefaultModelPropalToBill=Modèle par défaut lors de la clôture d'une proposition commerciale (à facturer)
       DefaultModelPropalClosed=Modèle par défaut lors de la clôture d'une proposition commerciale (non facturée)
      diff --git a/htdocs/langs/fr_FR/receiptprinter.lang b/htdocs/langs/fr_FR/receiptprinter.lang
      index 7335498a955..0e77bb91371 100644
      --- a/htdocs/langs/fr_FR/receiptprinter.lang
      +++ b/htdocs/langs/fr_FR/receiptprinter.lang
      @@ -17,7 +17,7 @@ CONNECTOR_FILE_PRINT=Imprimante locale
       CONNECTOR_WINDOWS_PRINT=Imprimante Windows local
       CONNECTOR_DUMMY_HELP=Fausse imprimante pour le test, ne fait rien
       CONNECTOR_NETWORK_PRINT_HELP=10.x.x.x:9100
      -CONNECTOR_FILE_PRINT_HELP=/ dev / usb / lp0, / dev / usb / lp1
      +CONNECTOR_FILE_PRINT_HELP=/dev/usb/lp0, /dev/usb/lp1
       CONNECTOR_WINDOWS_PRINT_HELP=LPT1, COM1, smb://FooUser:secret@computername/workgroup/Receipt Printer
       PROFILE_DEFAULT=Profil par défatut
       PROFILE_SIMPLE=Profil standard
      diff --git a/htdocs/langs/fr_FR/website.lang b/htdocs/langs/fr_FR/website.lang
      index 1076726c110..8c34fa07f4c 100644
      --- a/htdocs/langs/fr_FR/website.lang
      +++ b/htdocs/langs/fr_FR/website.lang
      @@ -1,6 +1,6 @@
       # Dolibarr language file - Source file is en_US - website
       Shortname=Code
      -WebsiteSetupDesc=Créer ici autant d'entrée que de nombre différents de sites web que nécessaire.\nEnsuite, aller dans le menu Sites Web pour les éditer.
      +WebsiteSetupDesc=Créez ici les sites Web que vous souhaitez utiliser. Ensuite, allez dans le menu Sites Web pour les éditer.
       DeleteWebsite=Effacer site web
       ConfirmDeleteWebsite=Êtes-vous sûr de vouloir supprimer ce site web. Toutes les pages et le contenu seront également supprimés.
       WEBSITE_TYPE_CONTAINER=Type de page / conteneur
      @@ -18,17 +18,19 @@ HtmlHeaderPage=En-tête HTML (spécifique pour la page uniquement)
       PageNameAliasHelp=Nom ou alias de la page. <br>Cet alias est également utilisé pour forger une URL SEO lorsque le site Web est exécuté à partir d'un hôte virtuel d'un serveur Web (comme Apache, Nginx, ...). Utilisez le bouton "<strong>%s</strong>" pour modifier cet alias.
       EditTheWebSiteForACommonHeader=Remarque: Si vous souhaitez définir un en-tête personnalisé pour toutes les pages, modifiez l'en-tête au niveau du site plutôt qu'au niveau page/conteneur.
       MediaFiles=Répertoire de médias
      -EditCss=Editer  l'en-tête HTML ou Style/CSS
      +EditCss=Modifier les propriétés du site web
       EditMenu=Modifier menu
       EditMedias=Editer médias
      -EditPageMeta=Modifier métadonnées
      +EditPageMeta=Modifier les propriétés de la page/conteneur
      +EditInLine=Edit inline
       AddWebsite=Ajouter site web
       Webpage=Page/contenair Web
      -AddPage=Ajouter une page/contenair
      +AddPage=Ajouter une page/conteneur
       HomePage=Page d'accueil
       PageContainer=Page/conteneur
      -PreviewOfSiteNotYetAvailable=La prévisualisation de votre site web <strong>%s</strong> n'est pas disponible actuellement. Vous devez créer une première page.
      +PreviewOfSiteNotYetAvailable=La prévisualisation de votre site web <strong>%s</strong> n'est pas disponible actuellement. Vous devez d'abord '<strong>Importer un modèle de site web complet</strong>' ou juste '<strong>Ajouter une page/container</strong>.
       RequestedPageHasNoContentYet=La page demandée avec l'id=%s ne présente encore aucun contenu ou le fichier cache .tpl.php a été supprimé. Ajoutez du contenu à la page pour résoudre cela.
      +SiteDeleted=Web site '%s' deleted
       PageContent=Page/Contenair
       PageDeleted=Page/Contenair '%s' du site '%s' supprimée
       PageAdded=Page/Contenair '%s' ajoutée
      @@ -37,8 +39,8 @@ ViewPageInNewTab=Pré-visualiser la page dans un nouvel onglet
       SetAsHomePage=Définir comme page d'accueil
       RealURL=URL réelle
       ViewWebsiteInProduction=Pré-visualiser le site web en utilisant l'URL de la page d'accueil
      -SetHereVirtualHost=Si vous pouvez créer, sur votre serveur web (Apache, Nginx, ...), un hôte virtuel dédié avec PHP activé et un répertoire racine sur <br> <strong> %s </strong><br> , alors entrez ici le nom de cet hôte virtuel que vous avez créé, de sorte que l'aperçu puisse également être fait en utilisant l'accès direct au serveur Web, et non seulement en utilisant le serveur Dolibarr.
      -YouCanAlsoTestWithPHPS=Sur un environnement de développement, vous pouvez préférer tester le site avec le serveur web PHP intégré (PHP 5.5 requis) en exécutant <br><strong> php -S 0.0.0.0:8080 -t %s </strong>
      +SetHereVirtualHost=<u> Utilisation avec Apache/NGinx/...</u> <br> Si vous pouvez créer sur votre serveur Web (Apache, Nginx, ...) un hôte virtuel dédié avec PHP activé et un répertoire racine sur <br> <strong> %s </strong> <br> alors entrez le nom de l'hôte virtuel que vous avez créé afin que l'aperçu puisse également être fait en utilisant cet accès au serveur Web dédié au lieu d'utiliser uniquement le serveur Dolibarr.
      +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=Vérifiez également que le virtual host a la permission <strong> %s </strong> sur les fichiers dans <strong> %s </strong>
       ReadPerm=Lire
       WritePerm=Écrire
      @@ -46,9 +48,10 @@ PreviewSiteServedByWebServer=<u>Prévisualiser %s dans un nouvel onglet.</u><br>
       PreviewSiteServedByDolibarr=<u>Aperçu %s dans un nouvel onglet.</u><br><br>Le %s sera servi par le serveur Dolibarr donc aucun serveur Web supplémentaire (comme Apache, Nginx, IIS) n'est nécessaire.<br>L'inconvénient est que l'URL des pages ne sont pas sexy et commencent par un chemin de votre Dolibarr.<br>URL servie par Dolibarr:<br><strong>%s</strong><br><br>Pour utiliser votre propre serveur web externe pour servir ce site web, créez un virtual host sur vote serveur web qui pointe sur le répertoire<br><strong>%s</strong><br> ensuite entrez le nom de ce virtual host et cliquer sur le bouton d'affichage de l'aperçu.
       VirtualHostUrlNotDefined=URL du virtual host servit par le serveur web externe non défini
       NoPageYet=Pas de page pour l'instant
      +YouCanCreatePageOrImportTemplate=You can create a new page or import a full website template
       SyntaxHelp=Aide sur quelques astuces spécifiques de syntaxe 
       YouCanEditHtmlSourceckeditor=Vous pouvez éditer le code source en activant l'éditeur HTML avec le bouton "Source".
      -YouCanEditHtmlSource=<br><span class="fa fa-bug"></span>Vous pouvez inclure du code PHP dans le source en utilisant le tags <strong>&lt;?php ?&gt;</strong>. Les variables globales suivantes sont disponibles: $conf, $langs, $db, $mysoc, $user, $website.<br><br><span class="fa fa-bug"></span>Vous pouvez aussi inclure le contenu d'une autre page/containeur avec la syntaxe suivante:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-bug"></span>Vous pouvez faire une redirection sur une autre Page/Containeur avec la syntax: <br><strong>&lt;?php redirectToContainer('alias_of_container_to_redirect_to'); ?&gt;</strong><br><br><span class="fa fa-download"></span>Pour inclure un <strong>lien pour télécharger</strong> un fichier stocké dans le répertoire documents/ecm (besoin d'être loggué), la syntaxe est:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>Pour un fichier dans documents/mdedias (répertoire ouvert au publique), la syntaxe est:<br><strong>, &lt;a href="/document.php?modulepart=medias&file=[relative_dir]/filename.ext"&gt;.</strong><br>Pour un fichier partagé avec un lien de partage (accès ouvert en utilisant la clé de partage du fichier), la syntaxe est:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span>Pour inclure une <strong>image</strong>stockée dans le répertoire <strong>documents</strong>, utilisez le wrapper <strong>viewimage.php</strong>: Example, pour une image dans documents/medias (accès ouvert), la syntax est:<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, $websitepage, $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=Cloner la page/contenair
       CloneSite=Cloner le site
       SiteAdded=Site web ajouté
      @@ -58,9 +61,10 @@ LanguageMustNotBeSameThanClonedPage=Vous clonez une page comme traduction. La la
       ParentPageId=Id de la page parent
       WebsiteId=ID site web
       CreateByFetchingExternalPage=Créer une page / un conteneur en récupérant une page à partir d'une URL externe ...
      -OrEnterPageInfoManually=Ou créer une nouvelle page
      +OrEnterPageInfoManually=Or create page from scratch or from a page template...
       FetchAndCreate=Récupérer et Créer
      -ExportSite=Exporter site
      +ExportSite=Export website
      +ImportSite=Importer modèle de site web
       IDOfPage=Id de page
       Banner=Bandeau
       BlogPost=Article de Blog
      @@ -74,7 +78,7 @@ AnotherContainer=Un autre conteneur
       WEBSITE_USE_WEBSITE_ACCOUNTS=Activer la table des comptes du site Web
       WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Activer la table pour stocker les comptes de site Web (login/pass) pour chaque site / tiers
       YouMustDefineTheHomePage=Vous devez d'abord définir la page d'accueil par défaut
      -OnlyEditionOfSourceForGrabbedContentFuture=Note: seule l'édition de source HTML sera possible lorsqu'un contenu de page est initiliasé par aspiration d'une page externe (l'éditeur WYSIWYG ne sera pas disponible)
      +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=Seule l'édition de source HTML est possible lorsque le contenu a été aspiré depuis un site externe
       GrabImagesInto=Aspirer aussi les images trouvées dans les css et la page.
       ImagesShouldBeSavedInto=Les images doivent être sauvegardées dans le répertoire
      @@ -84,3 +88,8 @@ AliasPageAlreadyExists=L'alias de page <strong> %s </strong> existe déjà
       CorporateHomePage=Page d'accueil Entreprise
       EmptyPage=Page vide
       ExternalURLMustStartWithHttp=l'URL externe doit commencer par http:// ou https://
      +ZipOfWebsitePackageToImport=Fichier zip du package site Web
      +ShowSubcontainers=Show included containers
      +InternalURLOfPage=Internal URL of page
      +ThisPageIsTranslationOf=This page/container is translation of
      +ThisPageHasTranslationPages=This page/container has translation
      diff --git a/htdocs/langs/fr_NC/projects.lang b/htdocs/langs/fr_NC/projects.lang
      index d36e44c7248..6e7cd76333b 100644
      --- a/htdocs/langs/fr_NC/projects.lang
      +++ b/htdocs/langs/fr_NC/projects.lang
      @@ -1,5 +1,4 @@
       # Dolibarr language file - Source file is en_US - projects
       TasksOnOpenedProject=Tâches sur projets ouverts
       NewTimeSpent=Nouveau consommé
      -ListShippingAssociatedProject=Liste des expéditions associées au projet
       TimeAlreadyRecorded=Temps consommé déjà enregistré pour cette tâche/jour et utilisateur %s
      diff --git a/htdocs/langs/lv_LV/accountancy.lang b/htdocs/langs/lv_LV/accountancy.lang
      index c07fb461a57..6b0eecc8e7c 100644
      --- a/htdocs/langs/lv_LV/accountancy.lang
      +++ b/htdocs/langs/lv_LV/accountancy.lang
      @@ -169,7 +169,7 @@ GroupByAccountAccounting=Grupēt pēc grāmatvedības konta
       AccountingAccountGroupsDesc=Šeit jūs varat definēt dažas grāmatvedības kontu grupas. Tie tiks izmantoti personificētiem grāmatvedības pārskatiem.
       ByAccounts=Pēc kontiem
       ByPredefinedAccountGroups=Iepriekš definētās grupas
      -ByPersonalizedAccountGroups=Personificētās grupas
      +ByPersonalizedAccountGroups=Personalizētās grupas
       ByYear=Pēc gada
       NotMatch=Nav iestatīts
       DeleteMvt=Delete Ledger lines
      diff --git a/htdocs/langs/lv_LV/admin.lang b/htdocs/langs/lv_LV/admin.lang
      index 6273a2b5d82..4e68130e2d4 100644
      --- a/htdocs/langs/lv_LV/admin.lang
      +++ b/htdocs/langs/lv_LV/admin.lang
      @@ -240,7 +240,7 @@ OfficialWiki=Dolibarr Wiki dokumentācija
       OfficialDemo=Dolibarr tiešsaistes demo
       OfficialMarketPlace=Oficiālais tirgus vieta ārējiem moduļiem/papildinājumiem
       OfficialWebHostingService=Referenced web hosting services (Cloud hosting)
      -ReferencedPreferredPartners=Preferred Partners
      +ReferencedPreferredPartners=Ieteicamie partneri
       OtherResources=Citi resursi
       ExternalResources=Ārējie resursi
       SocialNetworks=Sociālie tīkli
      @@ -279,10 +279,10 @@ MAIN_MAIL_SMTPS_ID=SMTP ID (ja servera nosūtīšanai nepieciešama autentifikā
       MAIN_MAIL_SMTPS_PW=SMTP parole (ja servera nosūtīšanai nepieciešama autentificēšana)
       MAIN_MAIL_EMAIL_TLS=Izmantot TLS (SSL) šifrēšanu
       MAIN_MAIL_EMAIL_STARTTLS=Izmantojiet TLS (STARTTLS) šifrēšanu
      -MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
      -MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
      -MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
      -MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
      +MAIN_MAIL_EMAIL_DKIM_ENABLED=Izmantojiet DKIM, lai ģenerētu e-pasta parakstu
      +MAIN_MAIL_EMAIL_DKIM_DOMAIN=E-pasta domēns lietošanai ar DKIM
      +MAIN_MAIL_EMAIL_DKIM_SELECTOR=DKIM selektora nosaukums
      +MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Privāta atslēga DKIM parakstīšanai
       MAIN_DISABLE_ALL_SMS=Atspējot visas īsziņu sūtīšanas (testa nolūkos vai demos)
       MAIN_SMS_SENDMODE=Izmantojamā metode SMS sūtīšanai
       MAIN_MAIL_SMS_FROM=Noklusētais sūtītāja tālruņa numurs SMS nosūtīšanai
      @@ -465,7 +465,7 @@ RequiredBy=Šis modulis nepieciešams modulim (-ļiem)
       TheKeyIsTheNameOfHtmlField=Šis ir HTML lauka nosaukums. Lai izlasītu HTML lapas saturu, ir nepieciešamas tehniskās zināšanas, lai iegūtu lauka atslēgas nosaukumu.
       PageUrlForDefaultValues=Jums jāievada relatīvā lapas URL. Ja URL tiek iekļauti parametri, noklusējuma vērtības būs efektīvas, ja visi parametri ir vienādi. Piemēri:
       PageUrlForDefaultValuesCreate=<br> Veidā, lai izveidotu jaunu trešo personu, tas ir <strong> %s </ strong> <br> <br> Ja vēlaties tikai noklusējuma vērtību, ja url ir kāds parametrs, varat izmantot <strong> %s </ strong>
      -PageUrlForDefaultValuesList=<br> Lapai, kas ir trešo pušu saraksts, tā ir <strong> %s </ strong> <br> <br> Ja vēlaties tikai noklusējuma vērtību, ja url ir kāds parametrs, varat izmantot <strong> %s </ strong>
      +PageUrlForDefaultValuesList=<br> Lapai, kas ir trešo pušu saraksts, tā ir <strong> %s </strong> <br>  Ja vēlaties tikai noklusējuma vērtību, ja url ir kāds parametrs, varat izmantot <strong> %s </strong>
       EnableDefaultValues=Iespējot personalizēto noklusēto vērtību izmantošanu
       EnableOverwriteTranslation=Iespējot pārrakstīto tulkojumu izmantošanu
       GoIntoTranslationMenuToChangeThis=Taustiņam ir atrasts tulkojums ar šo kodu. Lai mainītu šo vērtību, jums ir jārediģē no Home-Setup-translation.
      @@ -957,7 +957,7 @@ LocalTax2IsUsedDescES=IRPF likme pēc noklusējuma, veidojot izredzes, rēķinus
       LocalTax2IsNotUsedDescES=Pēc noklusējuma ierosinātā IRPF ir 0. Beigas varu.
       LocalTax2IsUsedExampleES=Spānijā, ārštata un neatkarīgi profesionāļi, kas sniedz pakalpojumus un uzņēmumiem, kuri ir izvēlējušies nodokļu sistēmu moduļus.
       LocalTax2IsNotUsedExampleES=Spānijā šie uzņēmumi nav pakļauti moduļu nodokļu sistēmai.
      -CalcLocaltax=Reports on local taxes
      +CalcLocaltax=Ziņojumi par vietējiem nodokļiem
       CalcLocaltax1=Pārdošana - pirkumi
       CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
       CalcLocaltax2=Pirkumi
      @@ -1076,7 +1076,7 @@ DisplayDesc=Jūs varat izvēlēties katru parametru, kas saistīts ar Dolibarr i
       AvailableModules=Pieejamās progrmma / moduļi
       ToActivateModule=Lai aktivizētu moduļus, dodieties uz iestatīšanas apgabalu (Sākums-> Iestatīšana-> Moduļi).
       SessionTimeOut=Sesijas pārtraukums
      -SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every <b>%s/%s</b> access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process).<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
      +SessionExplanation=Šis numurs garantē, ka sesija nekad nebeigsies pirms šīs kavēšanās, ja sesiju tīrāku veic iekšējā PHP sesiju tīrītājs (un nekas cits). Iekšējais PHP sesiju tīrītājs negarantē, ka sesija beigsies pēc šīs kavēšanās. Pēc šīs kavēšanās un sesijas tīrītāja palaišanas termiņš beigsies, līdz ar to katrs <b> %s / %s </ b> piekļūst, bet tikai piekļuves laikā, ko veic citas sesijas (ja vērtība ir 0, tas nozīmē, ka ir pabeigta sesija piezīme: dažos serveros ar ārējo sesiju tīrīšanas mehānismu (cron zem debian, ubuntu ...) sesijas var iznīcināt pēc laika, kuru nosaka ārējs iestatījums neatkarīgi no tā, kāds Šeit ievadītā vērtība ir.
       TriggersAvailable=Pieejamie aktivizētāji
       TriggersDesc=Trigeri ir faili, kas modificēs Dolibarr darbplūsmas darbību pēc tam, kad būs nokopēti direktorijā <b> htdocs / core / triggers</b>. Viņi realizē jaunas darbības, kas aktivizētas Dolibarr notikumos (jauna uzņēmuma izveide, rēķinu apstiprināšana, ...).
       TriggerDisabledByName=Trigeri Šajā failā ir invalīdi <b>ar-NORUN</b> piedēkli savu vārdu.
      @@ -1167,7 +1167,7 @@ CurrentTranslationString=Pašreizējā tulkošanas virkne
       WarningAtLeastKeyOrTranslationRequired=Vismaz atslēgas vai tulkošanas virknei ir nepieciešams meklēšanas kritērijs
       NewTranslationStringToShow=Jauna tulkošanas virkne, lai parādītu
       OriginalValueWas=Oriģinālais tulkojums ir pārrakstīts. Sākotnējā vērtība bija: <br> <br> %s
      -TransKeyWithoutOriginalValue=Jūs piespiedā jaunu tulkojumu tulkošanas taustiņam "<strong> %s </ strong>", kas nevienā valodas failā nepastāv
      +TransKeyWithoutOriginalValue=Jūs piespiedāt jaunu tulkojumu tulkošanas taustiņam "<strong> %s</strong>", kas nav nevienā valodas failā
       TotalNumberOfActivatedModules=Activated application/modules: <b>%s</b> / <b>%s</b>
       YouMustEnableOneModule=Jums ir jābūt ieslēgtam vismaz 1 modulim
       ClassNotFoundIntoPathWarning=Klase %s nav atrodama PHP ceļā
      @@ -1176,8 +1176,8 @@ OnlyFollowingModulesAreOpenedToExternalUsers=Piezīme. Ārējiem lietotājiem (n
       SuhosinSessionEncrypt=Sesija uzglabāšana šifrēta ar Suhosin
       ConditionIsCurrently=Stāvoklis šobrīd ir %s
       YouUseBestDriver=Jūs izmantojat draiveri %s, kas pašlaik ir labākais draiveris.
      -YouDoNotUseBestDriver=Jūs izmantojat draiveri %s, bet ieteicams vadīt %s.
      -NbOfProductIsLowerThanNoPb=Jums ir tikai %s produkti / pakalpojumi datu bāzē. Tam nav nepieciešama īpaša optimizācija.
      +YouDoNotUseBestDriver=Jūs izmantojat draiveri %s, bet ieteicams ir %s.
      +NbOfProductIsLowerThanNoPb=Jums ir tikai %s produkti/pakalpojumi datu bāzē. Tai nav nepieciešama īpaša optimizācija.
       SearchOptim=Meklēšanas optimizācija
       YouHaveXProductUseSearchOptim=Jūs esat %s produktu datu bāzē. Jums vajadzētu pievienot pastāvīgo PRODUCT_DONOTSEARCH_ANYWHERE uz 1 vietne Home-Setup-Other. Ierobežojiet meklēšanu ar virkņu sākumu, kas ļauj datubāzei izmantot indeksus, un jums vajadzētu saņemt tūlītēju atbildi.
       BrowserIsOK=Jūs izmantojat tīmekļa pārlūku %s. Šī pārlūkprogramma ir droša un droša.
      @@ -1239,7 +1239,7 @@ SuggestPaymentByRIBOnAccount=Ieteikt maksājumus, ko izņemt no konta
       SuggestPaymentByChequeToAddress=Ieteikt maksājumu ar čeku, lai
       FreeLegalTextOnInvoices=Brīvs teksts uz rēķiniem
       WatermarkOnDraftInvoices=Ūdenszīme uz sagataves rēķiniem (nav ja tukšs)
      -PaymentsNumberingModule=Payments numbering model
      +PaymentsNumberingModule=Maksājumu numerācijas modelis
       SuppliersPayment=Piegādātāju maksājumi
       SupplierPaymentSetup=Piegādātāju maksājumu iestatīšana
       ##### Proposals #####
      @@ -1256,7 +1256,7 @@ SupplierProposalPDFModules=Cenas pieprasa pārdevējiem dokumentu modeļus
       FreeLegalTextOnSupplierProposal=Brīvs teksts cenu pieprasījumu pārdevējiem
       WatermarkOnDraftSupplierProposal=Ūdenszīme par cenu cenu pieprasījumu pārdevējiem (neviens nav tukšs)
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Ask for bank account destination of price request
      -WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Ask for Warehouse Source for order
      +WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Pieprasīt noliktavas avotu pasūtīšanai
       ##### Suppliers Orders #####
       BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Pieprasiet bankas konta galamērķi pirkuma pasūtījumā
       ##### Orders #####
      @@ -1286,7 +1286,7 @@ AdherentLoginRequired= Pārvaldīt Pieteikšanos katram dalībniekam
       AdherentMailRequired=E-Mail nepieciešams, lai izveidotu jaunu locekli
       MemberSendInformationByMailByDefault=Rūtiņu, lai nosūtītu pasta apstiprinājums locekļiem (validāciju vai jauns abonements) ir ieslēgts pēc noklusējuma
       VisitorCanChooseItsPaymentMode=Apmeklētājs var izvēlēties pieejamos maksājumu veidus
      -MEMBER_REMINDER_EMAIL=Enable automatic reminder <b>by emails</b> of expired subscriptions. Note: Module <strong>%s</strong> must be enabled and correctly setup to have reminder sent.
      +MEMBER_REMINDER_EMAIL=Iespējot automātisku atgādinājumu  <b>pa e-pastu </b> no abonementiem ar beigu datumu. Piezīme: modulis <strong> %s </strong> ir jāaktivizē un pareizi iestatīts, lai saņemtu atgādinājumu.
       ##### LDAP setup #####
       LDAPSetup=LDAP iestatījumi
       LDAPGlobalParameters=Globālie parametri
      @@ -1337,7 +1337,7 @@ LDAPMemberDnExample=Complete DN (ex: ou = biedri, dc = piemēram, dc = com)
       LDAPMemberObjectClassList=Saraksts objektklasi
       LDAPMemberObjectClassListExample=Saraksts objektklasi definējot ierakstu atribūtiem (ex: top, inetOrgPerson vai augšas, lietotājs Active Directory)
       LDAPMemberTypeDn=Dolibarr biedru veidi DN
      -LDAPMemberTypepDnExample=Pabeigt DN (ex: ou = dalībnieku tipi, dc = piemērs, dc = com)
      +LDAPMemberTypepDnExample=Pabeigt DN (piem: ou = dalībnieku tipi, dc = piemērs, dc = com)
       LDAPMemberTypeObjectClassList=Saraksts objektklasi
       LDAPMemberTypeObjectClassListExample=Saraksts objektklasi definējot ierakstu atribūtiem (ex: top, groupOfUniqueNames)
       LDAPUserObjectClassList=Saraksts objektklasi
      @@ -1461,7 +1461,7 @@ SetDefaultBarcodeTypeThirdParties=Svītrkodu veids pēc noklusējuma trešām pe
       UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
       ProductCodeChecker= Modulis produkta koda paaudzes un pārbaudes (produkts vai pakalpojums)
       ProductOtherConf= Produktu / pakalpojumu konfigurācija
      -IsNotADir=is not a directory!
      +IsNotADir=nav direktorija!
       ##### Syslog #####
       SyslogSetup=Logfailu moduļa iestatījumi
       SyslogOutput=Logfailu  izvade
      @@ -1472,7 +1472,7 @@ YouCanUseDOL_DATA_ROOT=Jūs varat izmantot DOL_DATA_ROOT / dolibarr.log uz log f
       ErrorUnknownSyslogConstant=Constant %s nav zināms Syslog konstante
       OnlyWindowsLOG_USER=Windows atbalsta tikai LOG_USER
       CompressSyslogs=Atkļūdošanas žurnāla failu saspiešana un dublēšana (ko ģenerē modulis Log par atkļūdošanu)
      -SyslogFileNumberOfSaves=Log backups
      +SyslogFileNumberOfSaves=Žurnālfailu rezerves kopijas
       ConfigureCleaningCronjobToSetFrequencyOfSaves=Konfigurējiet regulāro darbu tīrīšanu, lai iestatītu žurnāla dublēšanas biežumu
       ##### Donations #####
       DonationsSetup=Ziedojumu moduļa uzstādīšana
      @@ -1729,7 +1729,7 @@ EnterAnyCode=This field contains a reference to identify line. Enter any value o
       UnicodeCurrency=Ievadiet šeit starp aplikācijām, baitu skaitļu sarakstu, kas attēlo valūtas simbolu. Piemēram: attiecībā uz $ ievadiet [36] - Brazīlijas reālajam R $ [82,36] - par € ievadiet [8364]
       ColorFormat=RGB krāsa ir HEX formātā, piemēram: FF0000
       PositionIntoComboList=Position of line into combo lists
      -SellTaxRate=Sale tax rate
      +SellTaxRate=Pārdošanas nodokļa likme
       RecuperableOnly=Jā par PVN "Neuztverams, bet atgūstams", kas paredzēts dažai Francijas valstij. Uzturiet vērtību "Nē" visos citos gadījumos.
       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=Veidojot vadību, jūs definēsiet paredzēto projekta / svina apjomu. Saskaņā ar svina statusu šo summu var reizināt ar šo likmi, lai novērtētu globālo summu, ko var radīt visas jūsu iespējas. Vērtība ir procenti (no 0 līdz 100).
      @@ -1756,7 +1756,7 @@ MailToThirdparty=Trešās puses
       MailToMember=Dalībnieki
       MailToUser=Lietotāji
       MailToProject=Projektu lapa
      -ByDefaultInList=Show by default on list view
      +ByDefaultInList=Rādīt pēc noklusējuma saraksta skatā
       YouUseLastStableVersion=Jūs izmantojat pēdējo stabilo versiju
       TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
       TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
      @@ -1776,10 +1776,10 @@ AddData=Pievienojiet objektus vai vārdnīcu datus
       AddBoxes=Pievienot logrīkus
       AddSheduledJobs=Pievienot plānotos darbus
       AddHooks=Add hooks
      -AddTriggers=Add triggers
      +AddTriggers=Pievienot aktivizētājus
       AddMenus=Pievienot izvēlnes
       AddPermissions=Pievienot atļaujas
      -AddExportProfiles=Add export profiles
      +AddExportProfiles=Pievienot eksportēšanas profilus
       AddImportProfiles=Add import profiles
       AddOtherPagesOrServices=Pievienot citas lapas vai pakalpojumus
       AddModels=Pievienojiet dokumentu vai numerācijas veidnes
      @@ -1812,32 +1812,32 @@ GDPRContact=Datu aizsardzības inspektors (DPO, datu konfidencialitāte vai GDPR
       GDPRContactDesc=Ja jūs glabājat datus par Eiropas uzņēmumiem / pilsoni, varat saglabāt kontaktpersonu, kas ir atbildīgs par vispārējo datu aizsardzības regulu šeit
       HelpOnTooltip=Palīdzības teksts tiek parādīts rīka padomā
       HelpOnTooltipDesc=Šeit ievietojiet tekstu vai tulkošanas taustiņu, lai teksts tiktu rādīts rīka padomē, kad šis lauks parādās formā
      -YouCanDeleteFileOnServerWith=Šo failu varat izdzēst serverī, izmantojot komandrindu: <br> %s
      +YouCanDeleteFileOnServerWith=Šo failu varat izdzēst serverī, izmantojot komandrindu:<br>%s
       ChartLoaded=Konta diagramma ielādēta
       SocialNetworkSetup=Moduļa Sociālo tīklu iestatīšana
       EnableFeatureFor=Iespējot funkcijas <strong> %s </strong>
       VATIsUsedIsOff=Piezīme. Iespēja izmantot pārdošanas nodokli vai PVN izvēlnē %s - %s ir iestatīts uz <strong> Izslēgts</strong>, tādēļ pārdošanas nodoklis vai izmantotā PVN vienmēr būs 0 pārdošanai.
       SwapSenderAndRecipientOnPDF=Pārsūtīt sūtītāja un adresāta adresi PDF formātā
       FeatureSupportedOnTextFieldsOnly=Brīdinājums, funkcija tiek atbalstīta tikai teksta laukos
      -EmailCollector=Email collector
      -EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some record automatically (like leads).
      -NewEmailCollector=New Email Collector
      -EMailHost=Host of email IMAP server
      -MailboxSourceDirectory=Mailbox source directory
      -MailboxTargetDirectory=Mailbox target directory
      -EmailcollectorOperations=Operations to do by collector
      -CollectNow=Collect now
      -DateLastResult=Date last collect
      -LastResult=Last result
      -EmailCollectorConfirmCollectTitle=Email collect confirmation
      -EmailCollectorConfirmCollect=Do you want to run the collect for this collector now ?
      -NoNewEmailToProcess=No new email (matching filters) to process
      -NothingProcessed=Nothing done
      -XEmailsDoneYActionsDone=%s emails analyzed, %s emails successfuly processed (for %s record/actions done) by collector
      -RecordEvent=Record event
      -CreateLeadAndThirdParty=Create lead (and thirdparty if necessary)
      -CodeLastResult=Result code of last collect
      -NbOfEmailsInInbox=Number of email in source directory
      +EmailCollector=E-pasta savācējs
      +EmailCollectorDescription=Pievienojiet plānoto darbu un iestatīšanas lapu, lai regulāri skenētu e-pasta kastes (izmantojot IMAP protokolu) un reģistrētu jūsu pieteikumā saņemtos e-pastus īstajā vietā un / vai izveidotu automātisku ierakstu (piemēram, potenciālie klienti).
      +NewEmailCollector=Jauns e-pasta savācējs
      +EMailHost=E-pasta IMAP serveris
      +MailboxSourceDirectory=Pastkastes avota katalogs
      +MailboxTargetDirectory=Pastkastes mērķa direktorija
      +EmailcollectorOperations=Darbi, ko veic savācējs
      +CollectNow=Savākt tagad
      +DateLastResult=Pēdējās vākšanas datums
      +LastResult=Pēdējais rezultāts
      +EmailCollectorConfirmCollectTitle=E-pasts apkopo apstiprinājumu
      +EmailCollectorConfirmCollect=Vai jūs vēlaties palaist kolekcijas kolekcionāru tagad?
      +NoNewEmailToProcess=Nav apstrādāts jauns e-pasts (atbilstošie filtri)
      +NothingProcessed=Nekas nav paveikts
      +XEmailsDoneYActionsDone=%s analizētie e-pasta ziņojumi, %s e-pasta ziņojumi, kas veiksmīgi apstrādāti (par %s ierakstu / veiktajām darbībām) kolekcionārs
      +RecordEvent=Ierakstīt notikumu
      +CreateLeadAndThirdParty=Izveidojiet svinu (un, ja nepieciešams, trešo pusi)
      +CodeLastResult=Pēdējā vākšanas rezultāta kods
      +NbOfEmailsInInbox=E-pasta numurs avota direktorijā
       ##### Resource ####
       ResourceSetup=Konfigurācijas moduļa resurss
       UseSearchToSelectResource=Izmantojiet meklēšanas formu, lai izvēlētos resursu (nevis nolaižamo sarakstu).
      diff --git a/htdocs/langs/lv_LV/agenda.lang b/htdocs/langs/lv_LV/agenda.lang
      index 03595ff6df6..2b18ae1ecfc 100644
      --- a/htdocs/langs/lv_LV/agenda.lang
      +++ b/htdocs/langs/lv_LV/agenda.lang
      @@ -43,7 +43,7 @@ CONTRACT_DELETEInDolibarr=Līgums %s svītrots
       PropalClosedSignedInDolibarr=Piedāvājumi %s parakstīti
       PropalClosedRefusedInDolibarr=Piedāvājums %s atteikts
       PropalValidatedInDolibarr=Priekšlikums %s apstiprināts
      -PropalClassifiedBilledInDolibarr=Proposal %s classified billed
      +PropalClassifiedBilledInDolibarr=Priekšlikums %s klasificēts samaksāts
       InvoiceValidatedInDolibarr=Rēķins %s apstiprināts
       InvoiceValidatedInDolibarrFromPos=Invoice %s validated from POS
       InvoiceBackToDraftInDolibarr=Rēķins %s doties atpakaļ uz melnrakstu
      @@ -101,7 +101,7 @@ AgendaUrlOptions3=<b>logina=%s</b> to restrict output to actions owned by a user
       AgendaUrlOptionsNotAdmin=<b>logina =! %s</b>, lai ierobežotu izvadi darbībām, kas nav lietotāja īpašumā <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>, lai ierobežotu izlaidi darbībām, kas saistītas ar projektu <b> __ PROJECT_ID __ </ b>.
      -AgendaUrlOptionsNotAutoEvent=<b> notactiontype = systemauto </ b>, lai izslēgtu automātiskus notikumus.
      +AgendaUrlOptionsNotAutoEvent=<b> notactiontype = systemauto </b>, lai izslēgtu automātiskus notikumus.
       AgendaShowBirthdayEvents=Rādīt kontaktu dzimšanas dienas
       AgendaHideBirthdayEvents=Slēpt kontaktu dzimšanas dienas
       Busy=Aizņemts
      diff --git a/htdocs/langs/lv_LV/banks.lang b/htdocs/langs/lv_LV/banks.lang
      index 9e2f2985f08..060daf141f6 100644
      --- a/htdocs/langs/lv_LV/banks.lang
      +++ b/htdocs/langs/lv_LV/banks.lang
      @@ -7,7 +7,7 @@ BankName=Bankas nosaukums
       FinancialAccount=Konts
       BankAccount=Bankas konts
       BankAccounts=Banku konti
      -BankAccountsAndGateways=Banka | Vārti
      +BankAccountsAndGateways=Banka|Vārtejas
       ShowAccount=Rādīt kontu
       AccountRef=Finanšu konta ref
       AccountLabel=Finanšu konts nosaukums
      diff --git a/htdocs/langs/lv_LV/bills.lang b/htdocs/langs/lv_LV/bills.lang
      index 66104d0367a..ed92ad9f0db 100644
      --- a/htdocs/langs/lv_LV/bills.lang
      +++ b/htdocs/langs/lv_LV/bills.lang
      @@ -11,7 +11,7 @@ BillsSuppliersUnpaidForCompany=Neapmaksātie piegādātāja -u rēķini %s
       BillsLate=Kavētie maksājumi
       BillsStatistics=Klientu rēķinu statistika
       BillsStatisticsSuppliers=Piegādātāju rēķinu statistika
      -DisabledBecauseDispatchedInBookkeeping=Disabled because invoice was dispatched into bookkeeping
      +DisabledBecauseDispatchedInBookkeeping=Atspējots, jo rēķins tika nosūtīts uzskaites veikšanai
       DisabledBecauseNotLastInvoice=Disabled because invoice is not erasable. Some invoices were recorded after this one and it will create holes in the counter.
       DisabledBecauseNotErasable=Bloķēts, jo nedrīkst dzēst
       InvoiceStandard=Standarta rēķins
      @@ -309,7 +309,7 @@ HelpAbandonBadCustomer=Šī summa ir atteikta (klients uzskata par sliktu klient
       HelpAbandonOther=Šī summa ir pārtraukta, jo tā bija kļūda (piemēram, nepareizs klients vai rēķins).
       IdSocialContribution=Social/fiscal tax payment id
       PaymentId=Maksājuma id
      -PaymentRef=Maksājumu ref.
      +PaymentRef=Maksājuma ref.
       InvoiceId=Rēķina id
       InvoiceRef=Rēķina ref.
       InvoiceDateCreation=Rēķina izveides datums
      @@ -336,7 +336,7 @@ RelatedCustomerInvoices=Saistītie klientu rēķini
       RelatedSupplierInvoices=Saistītie piegādātāju rēķini
       LatestRelatedBill=Jaunākais sasitītais rēķins
       WarningBillExist=Brīdinājums, jau ir viens vai vairāki rēķini
      -MergingPDFTool=Merging PDF tool
      +MergingPDFTool=Apvienot PDF rīks
       AmountPaymentDistributedOnInvoice=Maksājuma summa ir sadalīta rēķinā
       PaymentOnDifferentThirdBills=Atļaut maksājumus dažādām trešo personu parādzīmēm, bet vienai mātes sabiedrībai
       PaymentNote=Maksājuma piezīmes
      diff --git a/htdocs/langs/lv_LV/boxes.lang b/htdocs/langs/lv_LV/boxes.lang
      index 3edd2658315..dad8e61d81a 100644
      --- a/htdocs/langs/lv_LV/boxes.lang
      +++ b/htdocs/langs/lv_LV/boxes.lang
      @@ -8,7 +8,7 @@ BoxLastSupplierBills=Jaunākie piegādātāja rēķini
       BoxLastCustomerBills=Pēdējie klientu rēķini
       BoxOldestUnpaidCustomerBills=Vecākie neapmaksātie klientu rēķini
       BoxOldestUnpaidSupplierBills=Vecākie neapmaksāti piegādātāja rēķini
      -BoxLastProposals=Latest commercial proposals
      +BoxLastProposals=Jaunākie komerciālie piedāvājumi
       BoxLastProspects=Jaunākās labotās perspektīvas
       BoxLastCustomers=Jaunākie labotie klienti
       BoxLastSuppliers=Jaunākie modificētie piegādātāji
      @@ -20,22 +20,22 @@ BoxLastMembers=Jaunākie dalībnieki
       BoxFicheInter=Jaunākās intervences
       BoxCurrentAccounts=Atvērto kontu atlikums
       BoxTitleLastRssInfos=Jaunākās %s ziņas no %s
      -BoxTitleLastProducts=Jaunākie %s labotie produkti / pakalpojumi
      -BoxTitleProductsAlertStock=Produktu un krājumu brīdinājumi
      +BoxTitleLastProducts=Produkti / Pakalpojumi: jaunākais %s modificēts
      +BoxTitleProductsAlertStock=Produkti: akciju brīdinājums
       BoxTitleLastSuppliers=Jaunākie %s reģistrēti piegādātāji
      -BoxTitleLastModifiedSuppliers=Jaunākie %s labotie piegādātāji
      +BoxTitleLastModifiedSuppliers=Jaunākie %s labotie pārdevēji
       BoxTitleLastModifiedCustomers=Jaunākie %s labotie klienti
       BoxTitleLastCustomersOrProspects=Latest %s customers or prospects
      -BoxTitleLastCustomerBills=Jaunākie %s klientu rēķini
      -BoxTitleLastSupplierBills=Jaunākie %s piegādātāja rēķini
      +BoxTitleLastCustomerBills=Jaunākie %s labotie klientu rēķini
      +BoxTitleLastSupplierBills=Jaunākie %s pārveidotie pārdevēji rēķini
       BoxTitleLastModifiedProspects=Jaunākās %s labotās izredzes
      -BoxTitleLastModifiedMembers=Jaunākie %s dalībnieki
      +BoxTitleLastModifiedMembers=Jaunākie %s labotie dalībnieki
       BoxTitleLastFicheInter=Jaunākās %s izmaiņas iejaukšanās
      -BoxTitleOldestUnpaidCustomerBills=Vecākie %s neapmaksātie klientu rēķini
      -BoxTitleOldestUnpaidSupplierBills=Vecākie %s neapmaksātie piegādātāju rēķini
      -BoxTitleCurrentAccounts=Atvērto kontu atlikumi
      -BoxTitleLastModifiedContacts=Jaunākie %s labotie kontakti / adreses
      -BoxMyLastBookmarks=Manas jaunākās %s grāmatzīmes
      +BoxTitleOldestUnpaidCustomerBills=Klientu rēķini: vecākie %s neapmaksāti
      +BoxTitleOldestUnpaidSupplierBills=Piegādes rēķini: vecākie %s neapmaksāti
      +BoxTitleCurrentAccounts=Atvērtie konti: atlikumi
      +BoxTitleLastModifiedContacts=Kontakti / adreses: jaunākais %s modificēts
      +BoxMyLastBookmarks=Grāmatzīmes: jaunākās %s modificētas
       BoxOldestExpiredServices=Vecākais aktīvais beidzies pakalpojums
       BoxLastExpiredServices=Jaunākie %s vecākie kontakti ar aktīviem derīguma termiņa beigām
       BoxTitleLastActionsToDo=Jaunākās %s darbības, ko darīt
      @@ -45,7 +45,7 @@ BoxTitleLastModifiedExpenses=Jaunākie %s modificētie izdevumu pārskati
       BoxGlobalActivity=Global darbība (pavadzīmes, priekšlikumi, rīkojumi)
       BoxGoodCustomers=Labi klienti
       BoxTitleGoodCustomers=%s Labi klienti
      -FailedToRefreshDataInfoNotUpToDate=Failed to refresh RSS flux. Latest successfull refresh date: %s
      +FailedToRefreshDataInfoNotUpToDate=Neizdevās atsvaidzināt RSS plūsmu. Pēdējoreiz veiksmīgi atsvaidzināšanas datums: %s
       LastRefreshDate=Jaunākais atsvaidzināšanas datums
       NoRecordedBookmarks=Nav definētas grāmatzīmes.
       ClickToAdd=Klikšķiniet šeit, lai pievienotu.
      @@ -70,12 +70,12 @@ BoxSuppliersInvoicesPerMonth=Piegādātāja rēķini mēnesī
       BoxCustomersOrdersPerMonth=Klientu pasūtījumi mēnesī
       BoxSuppliersOrdersPerMonth=Piegādātāju pasūtījumi mēnesī
       BoxProposalsPerMonth=Priekšlikumi pa mēnešiem
      -NoTooLowStockProducts=Nav produktu ar zemu krājumu brīdinājumu
      -BoxProductDistribution=Produkti / Pakalpojumi izplatīšana
      -BoxProductDistributionFor=Izplatīšana %s par %s
      -BoxTitleLastModifiedSupplierBills=Jaunākie %s labotie piegādātāja rēķini
      -BoxTitleLatestModifiedSupplierOrders=Jaunākie %s labotie piegādātāja pasūtījumi
      -BoxTitleLastModifiedCustomerBills=Jaunākie %s modificētie klientu rēķini
      +NoTooLowStockProducts=Neviens produkts nav zemākais krājuma ierobežojums
      +BoxProductDistribution=Produktu/pakalpojumu izplatīšana
      +BoxProductDistributionFor=Izplatīšana %s ar %s
      +BoxTitleLastModifiedSupplierBills=Jaunākie %s pārveidotie pārdevēji rēķini
      +BoxTitleLatestModifiedSupplierOrders=Pēdējie %s modificēti pirkuma pasūtījumi
      +BoxTitleLastModifiedCustomerBills=Jaunākie %s labotie klientu rēķini
       BoxTitleLastModifiedCustomerOrders=Jaunākie %s labotie klientu pasūtījumi
       BoxTitleLastModifiedPropals=Pēdējie %s labotie priekšlikumi
       ForCustomersInvoices=Klientu rēķini
      diff --git a/htdocs/langs/lv_LV/companies.lang b/htdocs/langs/lv_LV/companies.lang
      index e0fac03e5b2..f3876cf001e 100644
      --- a/htdocs/langs/lv_LV/companies.lang
      +++ b/htdocs/langs/lv_LV/companies.lang
      @@ -81,7 +81,7 @@ VATIsUsedWhenSelling=Tas nosaka, vai šī trešā persona iekļauj pārdošanas
       VATIsNotUsed=Pārdošanas nodoklis netiek izmantots
       CopyAddressFromSoc=Fill address with third party address
       ThirdpartyNotCustomerNotSupplierSoNoRef=Trešā persona, ne klients, ne pārdevējs, nav pieejami atsauces objekti
      -ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Trešās personas, ne klients, ne piegādātājs, atlaides nav pieejamas
      +ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Trešās puses, ne klients, ne piegādātājs, atlaides nav pieejamas
       PaymentBankAccount=Maksājumu bankas konts
       OverAllProposals=Priekšlikumi
       OverAllOrders=Pasūtījumi
      @@ -262,7 +262,7 @@ VATIntra=Pārdošanas nodoklis / PVN ID
       VATIntraShort=Nodokļu ID
       VATIntraSyntaxIsValid=Sintakse ir pareiza
       VATReturn=PVN atgriezšana
      -ProspectCustomer=Prospect / Klients
      +ProspectCustomer=Perspektīva/Klients
       Prospect=Perspektīva
       CustomerCard=Klienta kartiņa
       Customer=Klients
      @@ -274,7 +274,7 @@ CompanyHasRelativeDiscount=Šim klientam ir pastāvīgā atlaide <b>%s%%</b>
       CompanyHasNoRelativeDiscount=Šim klientam nav relatīvā atlaide pēc noklusējuma
       HasRelativeDiscountFromSupplier=Jums ir šī piegādātāja noklusējuma atlaide <b>%s%%</b>
       HasNoRelativeDiscountFromSupplier=Jums nav noklusējuma relatīvās atlaides no šī piegādātāja
      -CompanyHasAbsoluteDiscount=Šim klientam ir pieejamas atlaides (kredītzīmes vai maksājumi) par <b> %s </ b> %s
      +CompanyHasAbsoluteDiscount=Šim klientam ir pieejamas atlaides (kredītpiezīmes vai maksājumi) par <b>%s</b>%s
       CompanyHasDownPaymentOrCommercialDiscount=Šim klientam ir pieejamas atlaides (komerciālie, iemaksātie maksājumi) par <b>%s</b> %s
       CompanyHasCreditNote=Šim klientam joprojām ir kredīta piezīmes <b>%s</b> %s
       HasNoAbsoluteDiscountFromSupplier=Jums nav atlaides kredītu no šī piegādātāja
      @@ -343,7 +343,7 @@ VATIntraCheck=Pārbaudīt
       VATIntraCheckDesc=Saikne <b> %s </b> izmanto Eiropas PVN pārbaudītāja pakalpojumu (VIES). Lai šis pakalpojums darbotos, ir nepieciešama ārēja piekļuve internetam no servera.
       VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
       VATIntraCheckableOnEUSite=Pārbaudiet Kopienas iekšējo PVN Eiropas Komisijas tīmekļa vietnē
      -VATIntraManualCheck=Jūs varat manuāli pārbaudīt arī Eiropas Komisijas vietnē <a href="%s" target="_blank"> %s </a>
      +VATIntraManualCheck=Jūs varat manuāli pārbaudīt arī Eiropas Komisijas vietnē <a href="%s" target="_blank">%s</a>
       ErrorVATCheckMS_UNAVAILABLE=Pārbaude nav iespējams. Pārbaudes pakalpojums netiek nodrošināts no dalībvalsts (%s).
       NorProspectNorCustomer=Nav perspektīva, vai klients
       JuridicalStatus=Juridiskās personas veids
      @@ -409,7 +409,7 @@ YouMustCreateContactFirst=To be able to add email notifications, you must first
       ListSuppliersShort=Pārdevēju saraksts
       ListProspectsShort=Perspektīvu saraksts
       ListCustomersShort=Klientu saraksts
      -ThirdPartiesArea=Trešās puses / Kontakti
      +ThirdPartiesArea=Trešās puses/Kontakti
       LastModifiedThirdParties=Pēdējais %s modificēts trešās puses
       UniqueThirdParties=Trešo personu kopskaits
       InActivity=Atvērts
      @@ -431,4 +431,4 @@ SaleRepresentativeLogin=Login of sales representative
       SaleRepresentativeFirstname=Tirdzniecības pārstāvja vārds
       SaleRepresentativeLastname=Tirdzniecības pārstāvja uzvārds
       ErrorThirdpartiesMerge=Pašalot trešās puses, radās kļūda. Lūdzu, pārbaudiet žurnālu. Izmaiņas ir atgrieztas.
      -NewCustomerSupplierCodeProposed=Customer or vendor code already used, a new code is suggested
      +NewCustomerSupplierCodeProposed=Iepriekš izmantots klienta vai pārdevēja kods, tiek ieteikts jauns kods
      diff --git a/htdocs/langs/lv_LV/compta.lang b/htdocs/langs/lv_LV/compta.lang
      index a20bed03dde..c91f3956449 100644
      --- a/htdocs/langs/lv_LV/compta.lang
      +++ b/htdocs/langs/lv_LV/compta.lang
      @@ -86,7 +86,7 @@ PaymentSupplierInvoice=Piegādātāja rēķina maksājums
       PaymentSocialContribution=Social/fiscal tax payment
       PaymentVat=PVN maksājumi
       ListPayment=Maksājumu saraksts
      -ListOfCustomerPayments=Saraksts klientu maksājumu
      +ListOfCustomerPayments=Klientu maksājumu  saraksts
       ListOfSupplierPayments=Pārdevēja maksājumu saraksts
       DateStartPeriod=Sākuma datums periodam
       DateEndPeriod=Datums un periods
      @@ -114,7 +114,7 @@ TotalToPay=Summa
       BalanceVisibilityDependsOnSortAndFilters=Bilance ir redzama šajā sarakstā tikai tad, ja tabula ir sakārtota uz augšu %s un tiek filtrēta 1 bankas kontam.
       CustomerAccountancyCode=Klienta grāmatvedības kods
       SupplierAccountancyCode=Pārdevēja grāmatvedības kods
      -CustomerAccountancyCodeShort=Cust. account. code
      +CustomerAccountancyCodeShort=Klienta. konta. kods
       SupplierAccountancyCodeShort=Sup. account. code
       AccountNumber=Konta numurs
       NewAccountingAccount=Jauns konts
      @@ -165,7 +165,7 @@ RulesCAIn=- Tas ietver visas efektīvus maksājumus rēķiniem, kas saņemti no
       RulesCATotalSaleJournal=Tas ietver visas kredītlīnijas no pārdošanas žurnāla.
       RulesAmountOnInOutBookkeepingRecord=Tas ietver jūsu Ledger ierakstu ar grāmatvedības kontiem, kuriem ir grupa "IZDEVUMS" vai "IENĀKUMS"
       RulesResultBookkeepingPredefined=Tas ietver jūsu Ledger ierakstu ar grāmatvedības kontiem, kuriem ir grupa "IZDEVUMS" vai "IENĀKUMS"
      -RulesResultBookkeepingPersonalized=Tas rāda jūsu grāmatvedībā ierakstu ar grāmatvedības kontiem <b> grupējot pēc personalizētām grupām </ b>
      +RulesResultBookkeepingPersonalized=Tas rāda jūsu grāmatvedībā ierakstu ar grāmatvedības kontiem <b>grupējot pēc personalizētām grupām</b>
       SeePageForSetup=Lai iestatītu, skatiet sadaļu <a href="%s"> %s </a>
       DepositsAreNotIncluded=- Sākuma rēķini nav iekļauti
       DepositsAreIncluded=- Down payment invoices are included
      diff --git a/htdocs/langs/lv_LV/contracts.lang b/htdocs/langs/lv_LV/contracts.lang
      index f705d6d5a52..4af65af6d71 100644
      --- a/htdocs/langs/lv_LV/contracts.lang
      +++ b/htdocs/langs/lv_LV/contracts.lang
      @@ -82,8 +82,8 @@ ListOfServicesToExpireWithDuration=Pakalpojumu sarakstu beidzas %s dienās
       ListOfServicesToExpireWithDurationNeg=Saraksts pakalpojumu beidzies no vairāk nekā %s dienas
       ListOfServicesToExpire=Saraksts pakalpojumu beigsies
       NoteListOfYourExpiredServices=Šajā sarakstā ir tikai pakalpojumu līgumi par trešo pušu jums ir saistītas kā pārdošanas pārstāvis.
      -StandardContractsTemplate=Standard contracts template
      -ContactNameAndSignature=For %s, name and signature:
      +StandardContractsTemplate=Standarta līgumu paraugs
      +ContactNameAndSignature=Kam %s vārds un paraksts:
       OnlyLinesWithTypeServiceAreUsed=Only lines with type "Service" will be cloned.
       CloneContract=Klonēt līgumu
       ConfirmCloneContract=Vai tiešām vēlaties klonēt līgumu <b> %s </b>?
      diff --git a/htdocs/langs/lv_LV/cron.lang b/htdocs/langs/lv_LV/cron.lang
      index 37095d3cb99..b00387d2649 100644
      --- a/htdocs/langs/lv_LV/cron.lang
      +++ b/htdocs/langs/lv_LV/cron.lang
      @@ -4,22 +4,22 @@
       Permission23101 = Lasīt Plānotos darbus
       Permission23102 = Izveidot / atjaunāt plānoto darbu
       Permission23103 = Dzēst plānoto darbu
      -Permission23104 = Execute Scheduled job
      +Permission23104 = Izpildīt plānoto darbu
       # Admin
      -CronSetup=Plānotais darbu vadības iestatīšana
      +CronSetup=Plānoto darbu iestatīšana
       URLToLaunchCronJobs=URL to check and launch qualified cron jobs
       OrToLaunchASpecificJob=Or to check and launch a specific job
       KeyForCronAccess=Drošības atslēga URL uzsākt cron darbavietas
       FileToLaunchCronJobs=Command line to check and launch qualified cron jobs
       CronExplainHowToRunUnix=On Unix environment you should use the following crontab entry to run the command line each 5 minutes
      -CronExplainHowToRunWin=On Microsoft(tm) Windows environement you can use Scheduled task tools to run the command line each 5 minutes
      +CronExplainHowToRunWin=Microsoft (tm) Windows vidē jūs varat izmantot Scheduled Task rīkus, lai palaistu komandrindu ik pēc 5 minūtēm
       CronMethodDoesNotExists=Class %s does not contains any method %s
       CronJobDefDesc=Cron darba profili ir definēti moduļa deskriptora failā. Kad modulis ir aktivizēts, tie ir ielādēti un pieejami, lai jūs varētu administrēt darbus no admin instrumentu izvēlnes %s.
       CronJobProfiles=Iepriekš noteiktu cron darba profilu saraksts
       # Menu
       EnabledAndDisabled=Iespējots un atspējots
       # Page list
      -CronLastOutput=Latest run output
      +CronLastOutput=Jaunāko darbību izvade
       CronLastResult=Jaunākais rezultātu kods
       CronCommand=Komanda
       CronList=Plānoti darbi
      @@ -42,13 +42,13 @@ CronModule=Modulis
       CronNoJobs=Nav reģistrētu darbu
       CronPriority=Prioritāte
       CronLabel=Nosaukums
      -CronNbRun=Nb. sākt
      +CronNbRun=Palaizšanas skaits
       CronMaxRun=Maksimālais numura izsaukšana
       CronEach=Katru
       JobFinished=Darbs uzsākts un pabeigts
       #Page card
       CronAdd= Pievienot darbu
      -CronEvery=Execute job each
      +CronEvery=Izpildīt katru darbu
       CronObject=Instances / Object, lai radītu
       CronArgs=Parametri
       CronSaveSucess=Veiksmīgi saglabāts
      @@ -61,23 +61,23 @@ CronStatusInactiveBtn=Izslēgt
       CronTaskInactive=Šis darbs ir izslēgts
       CronId=Id
       CronClassFile=Filename with class
      -CronModuleHelp=Dolibarr moduļu direktorijas nosaukums (arī darbojas ar ārēju Dolibarr moduli). <BR> Piemēram, lai izsauktu Dolibarr produkta objekta /htdocs/<uproduct</u>/class/product.class.php iegūšanas metodi, moduļa vērtība ir <br> <i> produkts </ i>
      +CronModuleHelp=Dolibarr moduļu direktorijas nosaukums (arī darbojas ar ārēju Dolibarr moduli). <BR> Piemēram, lai izsauktu Dolibarr produkta objekta /htdocs/<uproduct</u>/class/product.class.php iegūšanas metodi, moduļa vērtība ir <br> <i> produkts </i>
       CronClassFileHelp=Relatīvais ceļš un faila nosaukums ielādei (ceļš ir salīdzinājumā ar tīmekļa servera saknes direktoriju). <BR> Piemēram, lai izsauktu Dolibarr produkta objekta htdocs / product / class / <u> product.class.php </ u> iegūšanas metodi, klases faila nosaukuma vērtība ir <br> <i> produkts / klase / product.class.php </ i>
      -CronObjectHelp=Objekta nosaukums ielādei. <BR> Piemēram, lai izsauktu Dolibarr Produkta objekta /htdocs/product/class/product.class.php iegūšanas metodi, klases faila nosaukuma vērtība ir <br> <i> Produkts </ i>
      -CronMethodHelp=Objekta metode, lai palaistu. <BR> Piemēram, lai izsauktu Dolibarr produkta objekta /htdocs/product/class/product.class.php ielādes metodi, metode ir vērtība <br> <i> atnest </ i>
      -CronArgsHelp=Metodes argumenti. <BR> Piemēram, lai izsauktu Dolibarr Produkta objekta /htdocs/product/class/product.class.php iegūšanas metodi, paramērķu vērtība var būt <br> <i> 0, ProductRef </ i>
      -CronCommandHelp=Sistēma komandrindas izpildīt.
      -CronCreateJob=Create new Scheduled Job
      +CronObjectHelp=Objekta nosaukums ielādei. <BR> Piemēram, lai izsauktu Dolibarr Produkta objekta /htdocs/product/class/product.class.php ielādes metodi, klases faila nosaukuma vērtība ir <br> <i> Produkts </ i>
      +CronMethodHelp=Objekta metode, lai palaistu. <BR> Piemēram, lai izsauktu Dolibarr Produkta objekta /htdocs/product/class/product.class.php iegūšanas metodi, metodes vērtība ir <br> <i> atnest </ i>
      +CronArgsHelp=Metodes argumenti. <BR> Piemēram, lai izsauktu Dolibarr produkta objekta /htdocs/product/class/product.class.php ielādes metodi, paramērķu vērtība var būt <br> <i> 0, ProductRef </ i>
      +CronCommandHelp=Sistēma komandrindā izpildīt.
      +CronCreateJob=Izveidot jaunu plānoto darbu
       CronFrom=No
       # Info
       # Common
       CronType=Darba veids
       CronType_method=PHP klases zvana metode
      -CronType_command=Shell komandu
      +CronType_command=Shell komanda
       CronCannotLoadClass=Nevar ielādēt klases failu %s (izmantot klasi %s)
       CronCannotLoadObject=Klases fails %s tika ielādēts, bet objekts %s tajā netika atrasts
       UseMenuModuleToolsToAddCronJobs=Lai skatītu un rediģētu ieplānotās darbavietas, dodieties uz izvēlni "Sākums - Administratora rīki - Plānotās darbavietas".
       JobDisabled=Darbs ir atspējots
       MakeLocalDatabaseDumpShort=Local database backup
      -MakeLocalDatabaseDump=Izveidojiet vietējo datubāzes dump. Parametri ir: kompresija ("gz" vai "bz" vai "neviens"), dublējuma tips ("mysql" vai "pgsql"), 1, "auto" vai faila nosaukums,
      +MakeLocalDatabaseDump=Izveidojiet vietējo datubāzes dump. Parametri ir: kompresija ("gz" vai "bz" vai "neviens"), dublēšanas veids ("mysql", "pgsql", "auto"), 1, "auto" vai faila nosaukums,
       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/lv_LV/ecm.lang b/htdocs/langs/lv_LV/ecm.lang
      index c09eddc5c70..6b2738a77de 100644
      --- a/htdocs/langs/lv_LV/ecm.lang
      +++ b/htdocs/langs/lv_LV/ecm.lang
      @@ -1,5 +1,5 @@
       # Dolibarr language file - Source file is en_US - ecm
      -ECMNbOfDocs=Dokumentu skaits sadaļā
      +ECMNbOfDocs=Dokumentu skaits katalogā
       ECMSection=Katalogs
       ECMSectionManual=Manuālā sadaļa
       ECMSectionAuto=Automātiskā sadaļa
      @@ -44,7 +44,7 @@ CannotRemoveDirectoryContainsFiles=Dzēšana nav iespējama, jo tajā ir daži f
       ECMFileManager=Failu pārvaldnieks
       ECMSelectASection=Izvēlieties direktoriju kokā ...
       DirNotSynchronizedSyncFirst=Šķiet, ka šis direktorijs ir izveidots vai modificēts ārpus ECM moduļa. Vispirms noklikšķiniet uz pogas "Resync", lai sinhronizētu disku un datu bāzi, lai iegūtu saturu šajā direktorijā.
      -ReSyncListOfDir=Resync katalogu saraksts
      +ReSyncListOfDir=Pārsinhronizēt sadaļu sarakstu
       HashOfFileContent=Faila satura pārslēgs
       NoDirectoriesFound=Nav atrastas direktorijas
       FileNotYetIndexedInDatabase=Fails vēl nav indeksēts datu bāzē (mēģiniet to atkārtoti augšupielādēt).
      diff --git a/htdocs/langs/lv_LV/errors.lang b/htdocs/langs/lv_LV/errors.lang
      index 8b39149f463..c7552c4c0db 100644
      --- a/htdocs/langs/lv_LV/errors.lang
      +++ b/htdocs/langs/lv_LV/errors.lang
      @@ -11,7 +11,7 @@ ErrorLoginAlreadyExists=Lietotājs %s jau pastāv.
       ErrorGroupAlreadyExists=Grupa %s jau pastāv.
       ErrorRecordNotFound=Ierakstīt nav atrasts.
       ErrorFailToCopyFile=Neizdevās nokopēt failu '<b>%s</b>' uz '<b>%s</b>'.
      -ErrorFailToCopyDir=Failed to copy directory '<b>%s</b>' into '<b>%s</b>'.
      +ErrorFailToCopyDir=Neizdevās kopēt direktoriju '<b>%s</b>' uz ' <b>%s</b>'.
       ErrorFailToRenameFile=Neizdevās pārdēvēt failu '<b>%s</b>' uz '<b>%s</b>'.
       ErrorFailToDeleteFile=Neizdevās izdzēst failu '<b>%s</b>'.
       ErrorFailToCreateFile=Neizdevās izveidot failu '<b>%s</b>'.
      @@ -89,7 +89,7 @@ ErrorFileIsInfectedWithAVirus=Antivīrusu programma nevarēja pārbaudīt failu
       ErrorSpecialCharNotAllowedForField=Speciālās rakstzīmes nav atļautas laukam "%s"
       ErrorNumRefModel=Norāde pastāv to datubāzē (%s), un tas nav saderīgs ar šo numerācijas noteikuma. Noņemt ierakstu vai pārdēvēts atsauci, lai aktivizētu šo moduli.
       ErrorQtyTooLowForThisSupplier=Šim pārdevējam pārāk zems daudzums vai šī produkta piegādātājam nav noteikta cena
      -ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
      +ErrorOrdersNotCreatedQtyTooLow=Daži pasūtījumi nav izveidoti jo pārāk mazs daudzums
       ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complet
       ErrorBadMask=Kļūda masku
       ErrorBadMaskFailedToLocatePosOfSequence=Kļūda, maska ​​bez kārtas numuru
      @@ -206,7 +206,7 @@ ErrorObjectMustHaveStatusDraftToBeValidated=Objektam %s ir jābūt statusam "Dra
       ErrorObjectMustHaveLinesToBeValidated=Objektam %s jābūt apstiprināmām līnijām.
       ErrorOnlyInvoiceValidatedCanBeSentInMassAction=Izmantojot masu pasākumu "Sūtīt pa e-pastu", var nosūtīt tikai apstiprinātos rēķinus.
       ErrorChooseBetweenFreeEntryOrPredefinedProduct=Jums ir jāizvēlas, vai raksts ir iepriekš definēts produkts
      -ErrorDiscountLargerThanRemainToPaySplitItBefore=Atlaide, kuru mēģināt piemērot, ir lielāka par atlikušo samaksu. Pirms divas mazākas atlaides sadaliet atlaidi.
      +ErrorDiscountLargerThanRemainToPaySplitItBefore=Atlaide, kuru mēģināt piemērot, ir lielāka par atlikušo samaksu. Sadaliet atlaidi 2 mazākās atlaidēs pirms tam.
       ErrorFileNotFoundWithSharedLink=Fails netika atrasts. Var mainīt koplietošanas atslēgu vai nesen izņemt failu.
       ErrorProductBarCodeAlreadyExists=Produkta svītrkoda %s jau pastāv citā produkta atsaucei.
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Ņemiet vērā arī, ka virtuālā produkta izmantošana, lai automātiski palielinātu vai samazinātu subproduktus, nav iespējama, ja vismaz vienam produktam (vai blakusproduktam) ir nepieciešams sērijas / partijas numurs.
      @@ -233,5 +233,5 @@ WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Pleas
       WarningSomeLinesWithNullHourlyRate=Daži lietotāji dažreiz ierakstīja, bet viņu stundas likme netika definēta. Tika izmantota vērtība 0 %s stundā, taču tas var novest pie nepareiza pavadītā laika vērtējuma.
       WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
       WarningAnEntryAlreadyExistForTransKey=Šīs valodas tulkošanas taustiņam jau ir ieraksts
      -WarningNumberOfRecipientIsRestrictedInMassAction=Brīdinājums, ja izmantojat masveida darbību sarakstos, cita saņēmēja skaitam ir ierobežots <b> %s </ b>
      +WarningNumberOfRecipientIsRestrictedInMassAction=Brīdinājums, ja izmantojat masveida darbību sarakstos, saņēmēju skaits ir ierobežots <b>%s</b>
       WarningDateOfLineMustBeInExpenseReportRange=Brīdinājums, rindas datums nav izdevumu pārskata diapazonā
      diff --git a/htdocs/langs/lv_LV/exports.lang b/htdocs/langs/lv_LV/exports.lang
      index fd40a128e1c..043b2ee0583 100644
      --- a/htdocs/langs/lv_LV/exports.lang
      +++ b/htdocs/langs/lv_LV/exports.lang
      @@ -1,42 +1,42 @@
       # Dolibarr language file - Source file is en_US - exports
      -ExportsArea=Eksporta zona
      -ImportArea=Importa zona
      -NewExport=Jauns eksporta
      +ExportsArea=Eksports
      +ImportArea=Imports
      +NewExport=Jauns eksports
       NewImport=Jauns imports
       ExportableDatas=Eksportējamo datu kopa
       ImportableDatas=Importējamo datu kopa
       SelectExportDataSet=Izvēlieties datu kopumu, kuru vēlaties eksportēt ...
       SelectImportDataSet=Izvēlieties datu kopumu, kuru vēlaties importēt ...
      -SelectExportFields=Izvēlieties laukus, kurus vēlaties eksportēt, vai izvēlieties sākotnēji definētu eksporta profilu
      -SelectImportFields=Choose source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
      +SelectExportFields=Izvēlieties laukus, kurus vēlaties eksportēt, vai izvēlieties iepriekš definētu eksporta profilu
      +SelectImportFields=Izvēlieties avota failu laukus, kurus vēlaties importēt, un to mērķa lauku datu bāzē, pārvietojot tos uz augšu un uz leju ar enkura %s vai izvēlieties iepriekš definētu importa profilu:
       NotImportedFields=Jomas avota failā nav importēti
      -SaveExportModel=Saglabāt šo eksporta profilu, ja jūs plānojat atkārtoti izmantot to vēlāk ...
      -SaveImportModel=Saglabāt šo importa profilu, ja jūs plānojat atkārtoti izmantot to vēlāk ...
      +SaveExportModel=Saglabājiet atlases kā eksporta profilu / veidni (atkārtotai izmantošanai).
      +SaveImportModel=Saglabājiet šo importa profilu (lai to atkārtoti izmantotu) ...
       ExportModelName=Eksportēšanas profila nosaukums
      -ExportModelSaved=Eksporta profils saglabāts ar nosaukumu <b>%s</b>.
      +ExportModelSaved=Eksporta profils tiek saglabāts kā <b> %s </b>.
       ExportableFields=Eksportējami lauki
       ExportedFields=Eksportēti lauki
       ImportModelName=Importēšanas profila nosaukums
      -ImportModelSaved=Importēšanas profils saglabāts ar nosaukumu <b>%s</b>.
      -DatasetToExport=Datu kopa eksportēt
      -DatasetToImport=Importēt failu datu kopas
      +ImportModelSaved=Importa profils tiek saglabāts kā <b> %s </b>.
      +DatasetToExport=Datu kopas eksports
      +DatasetToImport=Importēt failu datu kopā
       ChooseFieldsOrdersAndTitle=Izvēlieties lauku secību ...
       FieldsTitle=Lauku nosaukums
       FieldTitle=Lauka nosaukums
      -NowClickToGenerateToBuildExportFile=Tagad izvēlieties faila formātu Combo lodziņā un noklikšķiniet uz &quot;Izveidot&quot;, lai izveidotu eksporta failu ...
      +NowClickToGenerateToBuildExportFile=Tagad atlasiet faila formātu kombinētajā lodziņā un noklikšķiniet uz Izveidot, lai izveidotu eksporta failu ...
       AvailableFormats=Pieejamie formāti
       LibraryShort=Bibliotēka
       Step=Solis
      -FormatedImport=Importēšanas palīgs
      -FormatedImportDesc1=This area allows to import personalized data, using an assistant to help you in process without technical knowledge.
      -FormatedImportDesc2=First step is to choose a king of data you want to load, then file to load, then to choose which fields you want to load.
      -FormatedExport=Eksportēšanas palīgs
      -FormatedExportDesc1=This area allows to export personalized data, using an assistant to help you in process without technical knowledge.
      -FormatedExportDesc2=First step is to choose a predefined dataset, then to choose which fields you want in your result files, and which order.
      -FormatedExportDesc3=When data to export are selected, you can define output file format you want to export your data to.
      +FormatedImport=Importa palīgs
      +FormatedImportDesc1=Šis modulis ļauj atjaunināt esošos datus vai pievienot jaunus objektus datu bāzē no faila bez tehniskām zināšanām, izmantojot palīgu.
      +FormatedImportDesc2=Pirmais solis ir izvēlēties datu veidu, kuru vēlaties importēt, pēc tam avota faila formātu, pēc tam laukus, kurus vēlaties importēt.
      +FormatedExport=Eksporta palīgs
      +FormatedExportDesc1=Šie rīki ļauj personalizētus datus eksportēt, izmantojot palīgu, lai palīdzētu jums šajā procesā, nepieprasot tehniskās zināšanas.
      +FormatedExportDesc2=Pirmais solis ir izvēlēties iepriekš noteiktu datu kopu, pēc tam - kādus laukus vēlaties eksportēt un kādā kārtībā.
      +FormatedExportDesc3=Kad tiek atlasīti dati eksportēšanai, varat izvēlēties izejas faila formātu.
       Sheet=Lapa
       NoImportableData=Nav importēt datus (ne modulis ar definīcijām, kas ļauj datu importu)
      -FileSuccessfullyBuilt=File generated
      +FileSuccessfullyBuilt=Izveidots fails
       SQLUsedForExport=SQL Pieprasījums izmanto, lai veidotu eksporta failu
       LineId=Līnijas id
       LineLabel=Label of line
      @@ -50,12 +50,12 @@ LineTotalVAT=PVN summu, par līnijas
       TypeOfLineServiceOrProduct=Veids (0=produkts, 1=pakalpojums)
       FileWithDataToImport=Fails ar datiem, lai importētu
       FileToImport=Avota failu, lai importētu
      -FileMustHaveOneOfFollowingFormat=Failu, lai importētu ir jābūt vienam no šāda formāta
      -DownloadEmptyExample=Lejupielādēt piemēru tukšā avota faila
      -ChooseFormatOfFileToImport=Izvēlieties faila formātu, lai izmantotu kā importa faila formātā, noklikšķinot uz Piktogramma %s, lai to izvēlētos ...
      -ChooseFileToImport=Augšupielādēt failu, tad noklikšķiniet uz Piktogramma %s, lai izvēlētos failu kā avota importa faila ...
      +FileMustHaveOneOfFollowingFormat=Importa failam ir jābūt šādam formātam
      +DownloadEmptyExample=Lejupielādēt veidlapas failu ar lauka satura informāciju (* ir obligāti aizpildāmie lauki)
      +ChooseFormatOfFileToImport=Izvēlieties faila formātu, ko izmantot kā importa faila formātu, noklikšķinot uz %s ikonas, lai to atlasītu ...
      +ChooseFileToImport=Augšupielādējiet failu, pēc tam noklikšķiniet uz %s ikonas, lai atlasītu failu kā avota importa failu ...
       SourceFileFormat=Avota faila formāts
      -FieldsInSourceFile=Lauki avota failā
      +FieldsInSourceFile=Lauki sākotnējā failā
       FieldsInTargetDatabase=Mērķa lauki Dolibarr datu bāzē (treknrakstā = obligāti)
       Field=Lauks
       NoFields=Nav lauki
      @@ -63,63 +63,63 @@ MoveField=Pārvietot lauka kolonnas numurs %s
       ExampleOfImportFile=Importa_faila_piemers
       SaveImportProfile=Saglabāt šo importa profilu
       ErrorImportDuplicateProfil=Neizdevās saglabāt šo importa profilu ar šo nosaukumu. Līdzšinējais profils jau pastāv ar šo nosaukumu.
      -TablesTarget=Mērķtiecīga galdi
      +TablesTarget=Mērķtiecīgas tabulas
       FieldsTarget=Mērķtiecīga lauki
       FieldTarget=Mērķtiecīga lauks
      -FieldSource=Avots lauks
      +FieldSource=Avota lauks
       NbOfSourceLines=Līniju skaits avota failā
      -NowClickToTestTheImport=Pārbaudiet importa rādītājus esat definējis. Ja tie ir pareizi, noklikšķiniet uz pogas <b>&quot;%s&quot;,</b> lai palaistu simulāciju importa process (dati tiks mainīti jūsu datu bāzē, tas ir tikai simulācija uz brīdi) ...
      -RunSimulateImportFile=Uzsākt importa simulāciju
      +NowClickToTestTheImport=Pārbaudiet iestatīto importēšanas iestatījumu (pārbaudiet, vai jums ir jāizslēdz galvenes līnijas vai arī tās tiks atzīmētas kā kļūdas nākamajā simulācijā). <br> Noklikšķiniet uz pogas <b> %s </ b>, lai veiktu čeku no faila struktūras / satura un imitē importa procesu. <br> <b> Jūsu datubāzē dati netiks mainīti </ b>.
      +RunSimulateImportFile=Palaist importa simulāciju
       FieldNeedSource=Šim laukam nepieciešami dati no avota faila
       SomeMandatoryFieldHaveNoSource=Daži obligātie lauki nav avotu, no datu faila
       InformationOnSourceFile=Informācija avota failā
       InformationOnTargetTables=Informācija par mērķa laukiem
       SelectAtLeastOneField=Pārslēgt vismaz vienu avota lauku slejā jomās eksportēt
       SelectFormat=Izvēlieties šo importa failu formātu
      -RunImportFile=Uzsākt faila importu
      -NowClickToRunTheImport=Pārbaudiet rezultātu importa simulāciju. Ja viss ir ok, sākt galīgo importu.
      -DataLoadedWithId=All data will be loaded with the following import id: <b>%s</b>
      -ErrorMissingMandatoryValue=Obligātie dati ir tukši avota failu laukā <b>%s.</b>
      -TooMuchErrors=Joprojām <b>%s</b> citu avotu līnijas ar kļūdām, taču izlaide ir bijusi ierobežota.
      -TooMuchWarnings=Joprojām <b>%s</b> citu avotu līnijas ar brīdinājumiem, taču izlaide ir bijusi ierobežota.
      -EmptyLine=Tukšas līnijas (tiks izmesti)
      -CorrectErrorBeforeRunningImport=Vispirms ir labot visas kļūdas, pirms braukšanas galīgo ievešanu.
      +RunImportFile=Importēt datus
      +NowClickToRunTheImport=Pārbaudiet importa simulācijas rezultātus. Labojiet kļūdas un atkārtojiet testu. <br> Kad simulācijā nav kļūdu, jūs varat turpināt importēt datus datu bāzē.
      +DataLoadedWithId=Visi dati tiks ielādēti ar šādu importa ID: <b> %s </b>, lai iespējotu meklēšanu šajā datu kopā, ja nākotnē atklāsiet problēmas.
      +ErrorMissingMandatoryValue=Obligātie dati avota failā ir tukši laukā <b> %s </b>.
      +TooMuchErrors=Vēl ir <b> %s </b> citas avota līnijas ar kļūdām, taču izlaide ir ierobežota.
      +TooMuchWarnings=Vēl ir <b> %s </b> citas avota līnijas ar brīdinājumiem, bet izlaide ir ierobežota.
      +EmptyLine=Tukšas līnijas (tiks izmestas)
      +CorrectErrorBeforeRunningImport=Jums <b> ir </b> jāizlabo visas kļūdas <b> pirms </b> varat veikt importu.
       FileWasImported=Fails tika importēts ar numuru <b>%s.</b>
      -YouCanUseImportIdToFindRecord=You can find all imported record in your database by filtering on field <b>import_key='%s'</b>.
      +YouCanUseImportIdToFindRecord=Jūs varat atrast visus importētos ierakstus savā datubāzē, filtrējot laukā <b> import_key = '%s' </b>.
       NbOfLinesOK=Skaits līniju bez kļūdām un bez brīdinājumiem: <b>%s.</b>
       NbOfLinesImported=Skaits līniju veiksmīgi importēto: <b>%s.</b>
       DataComeFromNoWhere=Vērtību, lai ievietotu nāk no nekur avota failā.
       DataComeFromFileFieldNb=Vērtību, lai ievietotu nāk no lauka skaits <b>%s,</b> kas avota failā.
      -DataComeFromIdFoundFromRef=Vērtība, kas nāk no lauka numurs <b>%s</b> no avota fails tiks izmantoti, lai atrastu ID mātes objekta izmantot (Tātad Objet <b>%s,</b> kas ir ref. No avota failā ir pastāv uz Dolibarr).
      -DataComeFromIdFoundFromCodeId=Code that comes from field number <b>%s</b> of source file will be used to find id of parent object to use (So the code from source file must exists into dictionary <b>%s</b>). Note that if you know id, you can also use it into source file instead of code. Import should work in both cases.
      +DataComeFromIdFoundFromRef=Sākotnējā faila lauka skaitļa <b> %s </b> vērtība tiks izmantota, lai atrastu izmantotā vecā objekta ID (tādēļ objekts <b> %s </b>, kuram ir atsauces no avota faila jābūt datu bāzē).
      +DataComeFromIdFoundFromCodeId=Avota faila lauka skaitļa kods <b> %s </b> tiks izmantots, lai atrastu izmantojamā vecāka objekta ID (tādēļ vārdnīcas kodam jābūt eksemplāram <b> %s </b> ) Ņemiet vērā, ka, ja jūs zināt id, varat to izmantot arī avota failā, nevis kodu. Importam jādarbojas abos gadījumos.
       DataIsInsertedInto=Dati, kas nāk no avota fails tiks ievietota pēc lauka:
      -DataIDSourceIsInsertedInto=Mātes objekta atrasts izmantojot datus avota failā id, tiks ievietota pēc lauka:
      +DataIDSourceIsInsertedInto=Mātes objekta ID tika atrasts, izmantojot avota faila datus, tiks ievietots šādā laukā:
       DataCodeIDSourceIsInsertedInto=Mātes līnijas atrasts no koda id, tiks ievietota šādā jomā:
       SourceRequired=Datu vērtība ir obligāta
       SourceExample=Piemērs par iespējamo datu vērtības
       ExampleAnyRefFoundIntoElement=Jebkura atsauce atrasts elementu <b>%s</b>
       ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionary <b>%s</b>
      -CSVFormatDesc=<b>Ar komatu atdalītu vērtību</b> failu formāts (. Csv). <br> Tas ir teksta faila formāts, kur lauki ir atdalīti ar atdalītāju [%s]. Ja atdalītājs atrodas iekšpusē lauka saturu, lauks tiek noapaļota ar apaļo raksturs [%s]. Escape raksturs izvairīties apaļas raksturs ir [%s].
      -Excel95FormatDesc=<b>Excel</b> faila formāts (.xls)<br>Tas ir Excel 95 formāts (BIFF5).
      -Excel2007FormatDesc=<b>Excel</b> faila formāts (.xlsx) <br>Tas ir Excel 2007 formāts (SpreadsheetML).
      +CSVFormatDesc=<b> Kumijas atdalītas vērtības </ b> faila formāts (.csv). <br> Šis ir teksta faila formāts, kurā lauki atdala ar atdalītāju [%s]. Ja lauka saturā atrodas atdalītājs, lauku noapaļo apaļa formā [%s]. Escape raksturs, lai izvairītos no apaļa raksturs ir [%s].
      +Excel95FormatDesc=<b> Excel </ b> faila formāts (.xls) <br> Šis ir iekšējais Excel 95 formāts (BIFF5).
      +Excel2007FormatDesc=<b> Excel </ b> faila formāts (.xlsx) <br> Šis ir vietējais Excel 2007 formāts (SpreadsheetML).
       TsvFormatDesc=<b>Tab atdalītu vērtību</b> failu formāts (. TSV) <br> Tas ir teksta faila formāts, kur lauki ir atdalīti ar tabulācijas [Tab].
       ExportFieldAutomaticallyAdded=Field <b>%s</b> was automatically added. It will avoid you to have similar lines to be treated as duplicate record (with this field added, all lines will own their own id and will differ).
      -CsvOptions=Csv opcijas
      -Separator=Atdalītājs
      -Enclosure=Iežogojums
      +CsvOptions=CSV formāta opcijas
      +Separator=Lauka atdalītājs
      +Enclosure=Virknes atdalītājs
       SpecialCode=Speciāls kods
       ExportStringFilter=%% allows replacing one or more characters in the text
       ExportDateFilter=YYYY, YYYYMM, YYYYMMDD : filters by one year/month/day<br>YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD : filters over a range of years/months/days<br> > YYYY, > YYYYMM, > YYYYMMDD : filters on all following years/months/days<br> < YYYY, < YYYYMM, < YYYYMMDD : filters on all previous years/months/days
      -ExportNumericFilter=NNNNN filters by one value<br>NNNNN+NNNNN filters over a range of values<br>< NNNNN filters by lower values<br>> NNNNN filters by higher values
      -ImportFromLine=Import starting from line number
      +ExportNumericFilter=NNNNN filtrē ar vienu vērtību <br> NNNNN + NNNNN filtrus vērtību diapazonā <br> <NNNNN filtri ar zemākām vērtībām <br >> NNNNN filtri ar lielākām vērtībām
      +ImportFromLine=Importēt, sākot ar līnijas numuru
       EndAtLineNb=End at line number
      -ImportFromToLine=Import line numbers (from - to)
      +ImportFromToLine=Ierobežojuma diapazons (no - līdz), piem. izlaist galvenes līniju
       SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines
      -KeepEmptyToGoToEndOfFile=Keep this field empty to go up to the end of file
      -SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for update attempt
      -UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert)
      -NoUpdateAttempt=No update attempt was performed, only insert
      -ImportDataset_user_1=Users (employees or not) and properties
      +KeepEmptyToGoToEndOfFile=Saglabājiet šo lauku tukšu, lai pārietu uz faila beigām
      +SelectPrimaryColumnsForUpdateAttempt=Atlasiet kolonnu (-es), kuru izmantojat kā primāro atslēgu atjaunināšanas mēģinājumam
      +UpdateNotYetSupportedForThisImport=Šī veida importa atjaunināšana nav atbalstīta (tikai ievietot).
      +NoUpdateAttempt=Netika veikts atjaunināšanas mēģinājums, tikai ievietojiet
      +ImportDataset_user_1=Lietotāji (darbinieki vai ne) un īpašumi
       ComputedField=Aprēķinātais lauks
       ## filters
       SelectFilterFields=Ja jūs vēlaties filtrēt dažas vērtības, vienkārši ievadi vērtības šeit.
      @@ -127,7 +127,7 @@ FilteredFields=Filtrētie lauki
       FilteredFieldsValues=Cenas filtru
       FormatControlRule=Format control rule
       ## imports updates
      -KeysToUseForUpdates=Key to use for updating data
      -NbInsert=Number of inserted lines: %s
      -NbUpdate=Number of updated lines: %s
      -MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
      +KeysToUseForUpdates=Atslēga (sleja), ko izmantot esošo datu <b> atjaunināšanai </ b>
      +NbInsert=Ievietoto līniju skaits: %s
      +NbUpdate=Atjaunināto līniju skaits: %s
      +MultipleRecordFoundWithTheseFilters=Ar šiem filtriem tika atrasti vairāki ieraksti: %s
      diff --git a/htdocs/langs/lv_LV/help.lang b/htdocs/langs/lv_LV/help.lang
      index 3d9f84dc171..20741bcd99e 100644
      --- a/htdocs/langs/lv_LV/help.lang
      +++ b/htdocs/langs/lv_LV/help.lang
      @@ -6,21 +6,21 @@ OtherSupport=Cits atbalsts
       ToSeeListOfAvailableRessources=Lai sazinātos / skatītu pieejamos resursus:
       HelpCenter=Palīdzības centrs
       DolibarrHelpCenter=Dolibarr palīdzības un atbalsta centrs
      -ToGoBackToDolibarr=Pretējā gadījumā, klikšķiniet <a href="%s">šeit, lai izmantotu Dolibarr</a>
      -TypeOfSupport=Atbalsta avots
      +ToGoBackToDolibarr=Pretējā gadījumā <a href="%s"> noklikšķiniet šeit, lai turpinātu Dolibarr lietošanu </a>.
      +TypeOfSupport=Atbalsta veids
       TypeSupportCommunauty=Kopiena (bezmaksas)
       TypeSupportCommercial=Komerciāli
       TypeOfHelp=Veids
      -NeedHelpCenter=Need help or support?
      +NeedHelpCenter=Jums vajadzīga palīdzība vai atbalsts?
       Efficiency=Efektivitāte
       TypeHelpOnly=Tikai palīdzība
       TypeHelpDev=Palīdzība + uzlabošana
      -TypeHelpDevForm=Palīdzība + uzlabošana + veidošana
      -ToGetHelpGoOnSparkAngels1=Daži uzņēmumi var nodrošināt ātru (dažkārt tūlītēju) un efektīvāku tiešsaistes atbalstu, veicot kontroli pār datoru. Šādus palīgus var atrast <b>%s</b> tīmekļa vietnē:
      -ToGetHelpGoOnSparkAngels3=Jūs varat arī doties uz sarakstu ar visiem pieejamajiem treneri Dolibarr, šajā klikšķi uz pogas
      -ToGetHelpGoOnSparkAngels2=Dažreiz nav uzņēmums pieejams brīdī, kad jūs veicat meklēšanu, tāpēc mainiet filtru, lai meklētu "visas pieejamības". Jums būs iespēja sūtīt vairāk pieprasījumu.
      -BackToHelpCenter=Pretējā gadījumā, klikšķiniet šeit, lai dotos <a href="%s">atpakaļ uz palīdzības centra mājas lapu</a> .
      -LinkToGoldMember=Jūs varat zvanīt vienu no autobusa izraudzītās Dolibarr jūsu valodā (%s), noklikšķinot uz savu logrīku (statuss un maksimālo cenu tiek atjauninātas automātiski):
      +TypeHelpDevForm=Palīdzība + attīstība + apmācība
      +ToGetHelpGoOnSparkAngels1=Daži uzņēmumi var nodrošināt ātru (dažreiz tūlītēju) un efektīvāku tiešsaistes atbalstu, izmantojot tālvadības pulti ar datoru. Šāda palīdzība ir atrodama <b> %s </b> tīmekļa vietnē:
      +ToGetHelpGoOnSparkAngels3=Jūs varat arī doties uz visu pieejamo Dolibarr trenažieru sarakstu, lai noklikšķinātu uz pogas
      +ToGetHelpGoOnSparkAngels2=Dažreiz, veicot meklēšanu, uzņēmums nav pieejams, tāpēc mainiet filtru, lai meklētu "visu pieejamību". Jūs varēsiet nosūtīt vairāk pieprasījumu.
      +BackToHelpCenter=Pretējā gadījumā <a href="%s"> atveriet palīdzības centra sākumlapu </a>.
      +LinkToGoldMember=Jūs varat piezvanīt uz vienu no Dolibarr izvēlētām instruktoru valodām (%s), noklikšķinot uz tās logrīka (statuss un maksimālā cena tiek automātiski atjaunināta):
       PossibleLanguages=Atbalstītās valodas
      -SubscribeToFoundation=Palīdzi Dolibarr projektam, piesakies fondam
      +SubscribeToFoundation=Palīdziet Dolibarr projektam, abonējiet fondu
       SeeOfficalSupport=Oficiālaiā Dolibarr palīdzība jūsu valodā: <br><b><a href="%s" target="_blank">%s</a></b>
      diff --git a/htdocs/langs/lv_LV/holiday.lang b/htdocs/langs/lv_LV/holiday.lang
      index dd3567eee4b..d04757371c2 100644
      --- a/htdocs/langs/lv_LV/holiday.lang
      +++ b/htdocs/langs/lv_LV/holiday.lang
      @@ -4,7 +4,7 @@ Holidays=Atstājiet
       CPTitreMenu=Atstājiet
       MenuReportMonth=Ikmēneša paziņojums
       MenuAddCP=Jauns atvaļinājuma pieprasījums
      -NotActiveModCP=Jums ir jāiespējo modulis Atlaist, lai apskatītu šo lapu.
      +NotActiveModCP=Jums ir jāiespējo modulis Atvaļinājumi, lai apskatītu šo lapu.
       AddCP=Izveidot atvaļinājuma pieprasījumu
       DateDebCP=Sākuma datums
       DateFinCP=Beigu datums
      @@ -85,7 +85,7 @@ NewSoldeCP=Jana Bilance
       alreadyCPexist=A leave request has already been done on this period.
       FirstDayOfHoliday=Pirmā atvaļinājuma diena
       LastDayOfHoliday=Pēdēja atvaļinājuma diena
      -BoxTitleLastLeaveRequests=Latest %s modified leave requests
      +BoxTitleLastLeaveRequests=Jaunākie %s labotie atvaļinājumu pieprasījumi
       HolidaysMonthlyUpdate=Ikmēneša atjauninājums
       ManualUpdate=Manuāla aktualizēšana
       HolidaysCancelation=Atvaļinājuma pieprasījuma atcelšana
      diff --git a/htdocs/langs/lv_LV/hrm.lang b/htdocs/langs/lv_LV/hrm.lang
      index 7e5dc4f2ccb..4c2f10e6664 100644
      --- a/htdocs/langs/lv_LV/hrm.lang
      +++ b/htdocs/langs/lv_LV/hrm.lang
      @@ -1,13 +1,13 @@
       # Dolibarr language file - en_US - hrm
       # Admin
      -HRM_EMAIL_EXTERNAL_SERVICE=Email to prevent HRM external service
      -Establishments=Establishments
      -Establishment=Establishment
      -NewEstablishment=New establishment
      -DeleteEstablishment=Delete establishment
      -ConfirmDeleteEstablishment=Are-you sure to delete this establishment?
      -OpenEtablishment=Open establishment
      -CloseEtablishment=Close establishment
      +HRM_EMAIL_EXTERNAL_SERVICE=E-pasts, lai novērstu HRM ārējo pakalpojumu
      +Establishments=Iestādes
      +Establishment=Izveide
      +NewEstablishment=Jauns uzņēmums
      +DeleteEstablishment=Dzēst uzņēmumu
      +ConfirmDeleteEstablishment=Vai tiešām vēlaties dzēst šo uzņēmumu?
      +OpenEtablishment=Atvērts uzņēmums
      +CloseEtablishment=Aizvērt uzņēmumu
       # Dictionary
       DictionaryDepartment=HRM - Department list
       DictionaryFunction=HRM - Function list
      diff --git a/htdocs/langs/lv_LV/install.lang b/htdocs/langs/lv_LV/install.lang
      index 615600773c9..b96eb26e8ee 100644
      --- a/htdocs/langs/lv_LV/install.lang
      +++ b/htdocs/langs/lv_LV/install.lang
      @@ -202,8 +202,8 @@ MigrationUserRightsEntity=Atjauniniet llx_user_rights objekta lauka vērtību
       MigrationUserGroupRightsEntity=Atjauniniet llx_usergroup_rights objekta lauka vērtību
       MigrationReloadModule=Reload module %s
       MigrationResetBlockedLog=Atjaunot moduli BlockedLog par v7 algoritmu
      -ShowNotAvailableOptions=Parādīt nepieejamās opcijas
      -HideNotAvailableOptions=Slēpt nepieejamās opcijas
      +ShowNotAvailableOptions=Parādīt nepieejamās iespējas
      +HideNotAvailableOptions=Slēpt nepieejamās iespējas
       ErrorFoundDuringMigration=Migrēšanas laikā tika ziņots par kļūdu (-ēm), tāpēc nākamais solis nav pieejams. Lai ignorētu kļūdas, varat <a href="%s"> noklikšķināt šeit </a>, bet lietojumprogramma vai dažas funkcijas var nedarboties pareizi, līdz kļūdas nav atrisinātas.
       YouTryInstallDisabledByDirLock=Pieteikums mēģināja pašupjaunināt, bet instalēšanas / jaunināšanas lapas tika atspējotas drošībai (direktorija nosaukums tika pārdēvēts ar .lock sufiksu). <br>
       YouTryInstallDisabledByFileLock=Lietojumprogramma mēģināja pašatjaunināties, bet instalēšanas/atjaunināšanas lapas tika bloķētas drošībai (ar bloķēšanas failu <strong>install.lock</strong> Dolibarr dokumentu direktorijā). <br>
      diff --git a/htdocs/langs/lv_LV/interventions.lang b/htdocs/langs/lv_LV/interventions.lang
      index 6dd754a7268..c550389bf18 100644
      --- a/htdocs/langs/lv_LV/interventions.lang
      +++ b/htdocs/langs/lv_LV/interventions.lang
      @@ -4,7 +4,7 @@ Interventions=Iejaukšanās
       InterventionCard=Iejaukšanās kartiņa
       NewIntervention=Jauna iejaukšanās
       AddIntervention=Izveidojiet iejaukšanos
      -ChangeIntoRepeatableIntervention=Change to repeatable intervention
      +ChangeIntoRepeatableIntervention=Mainīt uz atkārtotu iejaukšanos
       ListOfInterventions=Iejaukšanās saraksts
       ActionsOnFicheInter=Pasākumi attiecībā uz intervenci
       LastInterventions=Jaunākās %s iejaukšanās
      @@ -21,7 +21,7 @@ ConfirmValidateIntervention=Vai tiešām vēlaties apstiprināt šo iejaukšanos
       ConfirmModifyIntervention=Vai tiešām vēlaties mainīt šo notikumu?
       ConfirmDeleteInterventionLine=Vai tiešām vēlaties dzēst šo intervences līniju?
       ConfirmCloneIntervention=Vai tiešām vēlaties klonēt šo iejaukšanos?
      -NameAndSignatureOfInternalContact=Vārds, uzvārds un paraksts intervētāja:
      +NameAndSignatureOfInternalContact=Vārds, uzvārds un intervētāja paraksts:
       NameAndSignatureOfExternalContact=Vārds un klienta paraksts:
       DocumentModelStandard=Standarta dokumenta paraugs intervencēm
       InterventionCardsAndInterventionLines=Iejaukšanās un līnijas intervenču
      @@ -49,7 +49,7 @@ PrintProductsOnFichinter=Drukājiet arī intervences kartē norādītās "produk
       PrintProductsOnFichinterDetails=interventions generated from orders
       UseServicesDurationOnFichinter=Izmantojiet pasūtījumu veikšanai paredzēto iejaukšanās pakalpojumu ilgumu
       UseDurationOnFichinter=Paslēpj intervences ierakstu ilguma lauku
      -UseDateWithoutHourOnFichinter=Slepeni ieraksta stundas un minūtes no datuma lauka
      +UseDateWithoutHourOnFichinter=Noslēpt stundas un minūtes no datuma lauka iejaukšanās ierakstos
       InterventionStatistics=Intervences statistika
       NbOfinterventions=Intervences karšu skaits
       NumberOfInterventionsByMonth=Intervences karšu skaits pēc mēneša (validācijas datums)
      diff --git a/htdocs/langs/lv_LV/languages.lang b/htdocs/langs/lv_LV/languages.lang
      index 86c165da601..3859203526a 100644
      --- a/htdocs/langs/lv_LV/languages.lang
      +++ b/htdocs/langs/lv_LV/languages.lang
      @@ -58,7 +58,7 @@ Language_ka_GE=Gruzīnu valoda
       Language_km_KH=Khmeru
       Language_kn_IN=Kannada
       Language_ko_KR=Korejiešu
      -Language_lo_LA=Lao
      +Language_lo_LA=Laosa
       Language_lt_LT=Lietuviešu
       Language_lv_LV=Latviešu
       Language_mk_MK=Maķedoniešu
      @@ -86,3 +86,4 @@ Language_uz_UZ=Uzbeku
       Language_vi_VN=Vjetnamiešu
       Language_zh_CN=Ķīniešu
       Language_zh_TW=Ķīniešu (tradicionālā)
      +Language_bh_MY=Malajiešu valoda
      diff --git a/htdocs/langs/lv_LV/mails.lang b/htdocs/langs/lv_LV/mails.lang
      index 824007ba978..59b3427b224 100644
      --- a/htdocs/langs/lv_LV/mails.lang
      +++ b/htdocs/langs/lv_LV/mails.lang
      @@ -14,7 +14,7 @@ MailTo=Saņēmējs (-i)
       MailToUsers=Lietotājam (-iem)
       MailCC=Kopēt
       MailToCCUsers=Kopēt lietotājiem (-iem)
      -MailCCC=Kešatmiņā kopija uz
      +MailCCC=Kešatmiņas kopija
       MailTopic=E-pasta tēma
       MailText=Ziņa
       MailFile=Pievienotie faili
      @@ -22,7 +22,7 @@ MailMessage=E-pasta saturs
       ShowEMailing=Rādīt e-pastus
       ListOfEMailings=E-pastu saraksts
       NewMailing=Jauna e-pasta vēstuļu sūtīšana
      -EditMailing=Labot pasta vēstuļu sūtīšanas
      +EditMailing=Labot pasta vēstuļu sūtīšanu
       ResetMailing=Vēlreiz nosūtīt e-pastu
       DeleteMailing=Dzēst pasta vēstuļu sūtīšanas
       DeleteAMailing=Dzēšana pasta vēstuļu sūtīšanas
      @@ -45,10 +45,10 @@ MailingStatusReadAndUnsubscribe=Lasīt un atrakstīties
       ErrorMailRecipientIsEmpty=E-pasta adresāts ir tukšs
       WarningNoEMailsAdded=Nav jaunu e-pastu, lai pievienotu adresātu sarakstā.
       ConfirmValidMailing=Are you sure you want to validate this emailing?
      -ConfirmResetMailing=Warning, by reinitializing emailing <b>%s</b>, you allow to make a mass sending of this email another time. Are you sure you this is what you want to do?
      -ConfirmDeleteMailing=Are you sure you want to delete this emailling?
      -NbOfUniqueEMails=Nb unikālu e-pastiem
      -NbOfEMails=Nb no e-pastiem
      +ConfirmResetMailing=Brīdinājums, atkārtoti inicializējot e-pasta ziņojumu ar <b> %s </b>, jūs atļausiet vēlreiz nosūtīt šo e-pastu masu saziņā. Vai tiešām vēlaties to izdarīt?
      +ConfirmDeleteMailing=Vai tiešām vēlaties dzēst šo e-pasta ziņojumu?
      +NbOfUniqueEMails=Unikālo e-pasta ziņojumu skaits
      +NbOfEMails=E-pasta ziņojumu skaits
       TotalNbOfDistinctRecipients=Skaits atsevišķu saņēmēju
       NoTargetYet=Nav saņēmēji vēl nav noteiktas (Iet uz TAB &quot;saņēmēji&quot;)
       NoRecipientEmail=Neviens saņēmējs e-pasts %s
      @@ -66,20 +66,20 @@ DateLastSend=Jaunākās nosūtīšanas datums
       DateSending=Sūtīšanas datums
       SentTo=Nosūtīts <b>%s</b>
       MailingStatusRead=Lasīt
      -YourMailUnsubcribeOK=E-pasts <b>%s</b> ir veiksmīgi izņemts no adresātu saraksta
      -ActivateCheckReadKey=Key used to encrypt URL used for "Read Receipt" and "Unsubcribe" feature
      +YourMailUnsubcribeOK=E-pasta adrese <b> %s </b> ir pareizi dzēsta no adresātu saraksta
      +ActivateCheckReadKey=Atslēgvārds, ko izmanto, lai šifrētu URL, kas izmantots funkcijai "Lasīt saņemšanu" un "Atteikties no abonēšanas"
       EMailSentToNRecipients=E-pastu nosūtīja %s saņēmējiem.
       EMailSentForNElements=E-pasts tiek nosūtīts par %s elementiem.
       XTargetsAdded=<b>%s</b> recipients added into target list
      -OnlyPDFattachmentSupported=Ja PDF faili jau tika izveidoti, lai nosūtītos objektus, tie tiks pievienoti e-pastam. Ja nē, neviens e-pasts netiks nosūtīts (turklāt ņemiet vērā, ka šajā versijā masveida sūtīšanai tiek atbalstīti tikai pdf dokumenti).
      +OnlyPDFattachmentSupported=Ja PDF faili jau tika izveidoti, lai nosūtītos objektus, tie tiks pievienoti e-pastam. Ja nē, neviens e-pasts netiks nosūtīts (arī ņemiet vērā, ka šajā versijā tiek atbalstīti tikai pdf dokumenti).
       AllRecipientSelected=Izvēlētie %s ieraksta saņēmēji (ja viņu e-pasts ir zināms).
       GroupEmails=Grupas e-pasti
       OneEmailPerRecipient=Viens e-pasts katram adresātam (pēc noklusējuma viens e-pasts uz vienu atlasīto ierakstu)
       WarningIfYouCheckOneRecipientPerEmail=Brīdinājums. Ja atzīmēsit šo izvēles rūtiņu, tas nozīmē, ka tiks nosūtīts tikai viens e-pasta ziņojums, izvēloties vairākus atšķirīgus ierakstus, tādēļ, ja jūsu ziņojumā ir iekļauti aizstājējumultiņi, kas attiecas uz ieraksta datiem, tos nevar aizstāt.
       ResultOfMailSending=Result of mass EMail sending
      -NbSelected=Nb selected
      -NbIgnored=Nb ignored
      -NbSent=Nb sent
      +NbSelected=Nē atlasīts
      +NbIgnored=Nē ignorēts
      +NbSent=Nosūtīts
       SentXXXmessages=%s ziņa (s) nosūtīta.
       ConfirmUnvalidateEmailing=Vai tiešām vēlaties mainīt e-pastu <b> %s </b> uz melnraksta statusu?
       MailingModuleDescContactsWithThirdpartyFilter=Sazinieties ar klientu filtriem
      @@ -98,7 +98,7 @@ RecipientSelectionModules=Definētie pieprasījumi saņēmēja izvēles
       MailSelectedRecipients=Atlasītie saņēmēji
       MailingArea=Emailings platība
       LastMailings=Jaunākie %s e-pasta ziņojumi
      -TargetsStatistics=Mērķi statistika
      +TargetsStatistics=Mērķu statistika
       NbOfCompaniesContacts=Unikālie kontakti/adreses
       MailNoChangePossible=Saņēmējiem par apstiprinātus pasta vēstuļu sūtīšanas nevar mainīt
       SearchAMailing=Meklēt e-pastu
      @@ -106,7 +106,7 @@ SendMailing=Nosūtīt e-pastu
       SentBy=Nosūtīja
       MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients:
       MailingNeedCommand2=Taču jūs varat sūtīt tos tiešsaistē, pievienojot parametru MAILING_LIMIT_SENDBYWEB ar vērtību max skaitu e-pasta Jūs vēlaties nosūtīt pa sesiju. Lai to izdarītu, dodieties uz Home - Setup - pārējie.
      -ConfirmSendingEmailing=If you want to send emailing directly from this screen, please confirm you are sure you want to send emailing now from your browser ?
      +ConfirmSendingEmailing=Ja vēlaties nosūtīt e-pastu tieši no šī ekrāna, lūdzu, apstipriniet, ka esat pārliecināts, ka vēlaties nosūtīt e-pasta ziņojumus tūlīt no savas pārlūkprogrammas?
       LimitSendingEmailing=Note: Sending of emailings from web interface is done in several times for security and timeout reasons, <b>%s</b> recipients at a time for each sending session.
       TargetsReset=Nodzēst sarakstu
       ToClearAllRecipientsClickHere=Klikšķiniet šeit, lai notīrītu adresātu sarakstu par šo pasta vēstuļu sūtīšanas
      @@ -139,7 +139,7 @@ UseFormatFileEmailToTarget=Importētajam failam jābūt formatētam <strong> e-p
       UseFormatInputEmailToTarget=Ievadiet virkni ar formātu <strong> e-pasts; vārds; uzvārds; cits </ strong>
       MailAdvTargetRecipients=Saņēmēji (papildu izvēle)
       AdvTgtTitle=Aizpildiet ievades laukus, lai iepriekš atlasītu mērķauditoriju trešajām personām vai kontaktpersonām / adresēm
      -AdvTgtSearchTextHelp=Izmantojiet %% kā burvju karakuģus. Piemēram, lai atrastu visu objektu, piemēram, <b> jean, joe, jim </ b>, jūs varat ievadīt <b> j%% </ b>, kuru varat arī izmantot; kā atdalītājs par vērtību, un izmantot! izņemot šo vērtību. Piemēram, <b> jean; joe; jim%%; jimo;! Jima% </ b> tiks atlasīti visi žanri, joe, sākas ar jim, bet ne jimo, nevis ikviens sākums ar jima
      +AdvTgtSearchTextHelp=Izmantojiet %% kā aizstājējzīmes. Piemēram, lai atrastu visu objektu, piemēram, <b> jean, joe, jim </ b>, jūs varat ievadīt <b> j%% </ b>, kuru varat arī izmantot; kā atdalītājs par vērtību, un izmantot! izņemot šo vērtību. Piemēram, <b> jean; joe; jim%%;! Jimo;! Jima% </ b> tiks mērķētas uz visiem jean, joe, sākt ar jim, bet ne jimo, un ne visu, kas sākas ar jima
       AdvTgtSearchIntHelp=Izmantojiet intervālu, lai izvēlētos int vai float vērtību
       AdvTgtMinVal=Minimālā vērtība
       AdvTgtMaxVal=Maksimālā vērtība
      @@ -166,4 +166,4 @@ InGoingEmailSetup=Ienākošā e-pasta iestatīšana
       OutGoingEmailSetupForEmailing=Izejošā e-pasta iestatīšana (masveida e-pasta sūtīšanai)
       DefaultOutgoingEmailSetup=Noklusējuma izejošā e-pasta iestatīšana
       Information=Informācija
      -ContactsWithThirdpartyFilter=Kontakti avec filtre klients
      +ContactsWithThirdpartyFilter=Kontakti ar trešās puses filtru
      diff --git a/htdocs/langs/lv_LV/main.lang b/htdocs/langs/lv_LV/main.lang
      index 90c171e4788..73a7604e18c 100644
      --- a/htdocs/langs/lv_LV/main.lang
      +++ b/htdocs/langs/lv_LV/main.lang
      @@ -430,7 +430,7 @@ ActionRunningNotStarted=Jāsāk
       ActionRunningShort=Procesā
       ActionDoneShort=Pabeigts
       ActionUncomplete=Nepabeigts
      -LatestLinkedEvents=Jaunākie %s saistīti notikumi
      +LatestLinkedEvents=Jaunākie %s saistītie notikumi
       CompanyFoundation=Uzņēmums / organizācija
       Accountant=Grāmatvedis
       ContactsForCompany=Šīs trešās personas kontakti
      @@ -438,14 +438,14 @@ ContactsAddressesForCompany=Kontakti / adreses par šīs trešās personas
       AddressesForCompany=Šīs trešās puses adreses
       ActionsOnCompany=Pasākumi par šīs trešās personas
       ActionsOnMember=Pasākumi par šo locekli
      -ActionsOnProduct=Notikumi par šo produktu
      +ActionsOnProduct=Notikumi ar šo produktu
       NActionsLate=%s vēlu
       ToDo=Jāizdara
       Completed=Pabeigts
       Running=Procesā
       RequestAlreadyDone=Request already recorded
       Filter=Filtrs
      -FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
      +FilterOnInto=Meklēšanas kritēriji '<strong> %s</strong>' laukos %s
       RemoveFilter=Noņemt filtru
       ChartGenerated=Grafiks izveidots
       ChartNotGenerated=Diagramma nav izveidota
      @@ -479,7 +479,7 @@ Approved=Apstiprināts
       Refused=Atteikts
       ReCalculate=Pārrēķināt
       ResultKo=Neveiksme
      -Reporting=Pārskata
      +Reporting=Pārskati
       Reportings=Pārskati
       Draft=Melnraksts
       Drafts=Melnraksti
      @@ -635,8 +635,8 @@ SendMail=Sūtīt e-pastu
       EMail=E-pasts
       NoEMail=Nav e-pasta
       Email=E-pasts
      -AlreadyRead=Alreay read
      -NotRead=Nav lasāms
      +AlreadyRead=Jau izlasīts
      +NotRead=Nav lasīts
       NoMobilePhone=Nav mob. tel.
       Owner=Īpašnieks
       FollowingConstantsWillBeSubstituted=Šādas konstantes tiks aizstāts ar atbilstošo vērtību.
      @@ -752,7 +752,7 @@ LinkToIntervention=Saikne ar intervenci
       CreateDraft=Izveidot melnrakstu
       SetToDraft=Atpakaļ uz melnrakstu
       ClickToEdit=Klikšķiniet, lai rediģētu
      -ClickToRefresh=Click to refresh
      +ClickToRefresh=Noklikšķiniet, lai atsvaidzinātu
       EditWithEditor=Rediģēt ar CKEditor
       EditWithTextEditor=Rediģēt ar teksta redaktoru
       EditHTMLSource=Rediģēt HTML avotu
      @@ -858,7 +858,7 @@ AutomaticallyCalculated=Automātiski aprēķināts
       TitleSetToDraft=Atgriezties uz melnrakstu
       ConfirmSetToDraft=Vai tiešām vēlaties atgriezties pie melnrakstu statusa?
       ImportId=Importēt ID
      -Events=Pasākumi
      +Events=Notikumi
       EMailTemplates=E-pasta veidnes
       FileNotShared=Fails nav kopīgots ārējai publikai
       Project=Projekts
      @@ -945,7 +945,7 @@ Quarterly=Ceturksnis
       Annual=Ikgadējais
       Local=Vietējais
       Remote=Attālinātais
      -LocalAndRemote=Vietējais un attālais
      +LocalAndRemote=Vietējais un attālinātais
       KeyboardShortcut=Tastatūras saīsne
       AssignedTo=Piešķirts
       Deletedraft=Dzēst melnrakstu
      diff --git a/htdocs/langs/lv_LV/members.lang b/htdocs/langs/lv_LV/members.lang
      index 77333fb8d09..af0be78dc28 100644
      --- a/htdocs/langs/lv_LV/members.lang
      +++ b/htdocs/langs/lv_LV/members.lang
      @@ -50,7 +50,7 @@ MemberStatusPaidShort=Aktuāls
       MemberStatusResiliated=Apturēts dalībnieks
       MemberStatusResiliatedShort=Izbeigta
       MembersStatusToValid=Projektu dalībnieki
      -MembersStatusResiliated=Terminated members
      +MembersStatusResiliated=Izbeigti dalībnieki
       NewCotisation=Jauns ieguldījums
       PaymentSubscription=Jauns ieguldījums maksājums
       SubscriptionEndDate=Abonēšanas beigu datums
      @@ -66,7 +66,7 @@ Subscription=Abonēšana
       Subscriptions=Abonementi
       SubscriptionLate=Vēlu
       SubscriptionNotReceived=Abonēšana nekad nav saņēmusi
      -ListOfSubscriptions=Saraksts abonementu
      +ListOfSubscriptions=Abonementu saraksts
       SendCardByMail=Nosūtīt kartiņu pa e-pastu
       AddMember=Izveidot biedru
       NoTypeDefinedGoToSetup=Neviens dalībnieka veids nav definēts. Iet uz izvēlnes "Dalībnieku veidi"
      @@ -79,8 +79,8 @@ Physical=Fizisks
       Moral=Morāls
       MorPhy=Morālā/Fiziskā
       Reenable=Reenable
      -ResiliateMember=Terminate a member
      -ConfirmResiliateMember=Are you sure you want to terminate this member?
      +ResiliateMember=Izslēgt dalībnieku
      +ConfirmResiliateMember=Vai tiešām vēlaties pārtraukt šo dalībnieku?
       DeleteMember=Dzēst dalībnieku
       ConfirmDeleteMember=Are you sure you want to delete this member (Deleting a member will delete all his subscriptions)?
       DeleteSubscription=Dzēst abonementu
      @@ -142,8 +142,8 @@ DescADHERENT_CARD_TEXT=Teksts drukāts uz biedru kartes (izlīdzinājums pa krei
       DescADHERENT_CARD_TEXT_RIGHT=Teksts drukāts uz biedru kartes (izlīdzinājums pa labi)
       DescADHERENT_CARD_FOOTER_TEXT=Teksts uzdrukāts uz biedru kartes apakšā
       ShowTypeCard=Rādīt veidu "%s"
      -HTPasswordExport=htpassword faila paaudze
      -NoThirdPartyAssociatedToMember=Neviena trešā puse saistīta ar šo locekli
      +HTPasswordExport=htpassword faila izveide
      +NoThirdPartyAssociatedToMember=Neviena trešā puse nav saistīta ar šo dalībnieku
       MembersAndSubscriptions= Dalībnieki un Abonementi
       MoreActions=Papildu darbības ar ierakstu
       MoreActionsOnSubscription=Papildina rīcību, kas ierosināta pēc noklusējuma, ierakstot abonementu
      @@ -167,7 +167,7 @@ NoValidatedMemberYet=Nav apstiprinātas locekļi atrasti
       MembersByCountryDesc=Šis ekrāns parādīs statistiku par biedriem pa valstīm. Grafiskais tomēr ir atkarīga Google tiešsaistes grafiku pakalpojums un ir pieejama tikai tad, ja interneta pieslēgums darbojas.
       MembersByStateDesc=Šis ekrāns parādīs statistiku par dalībniekiem, valsts / provinces / Canton.
       MembersByTownDesc=Šis ekrāns parādīs statistiku par biedriem ar pilsētu.
      -MembersStatisticsDesc=Izvēlieties statistiku vēlaties izlasīt ...
      +MembersStatisticsDesc=Izvēlieties statistiku kuru vēlaties izlasīt ...
       MenuMembersStats=Statistika
       LastMemberDate=Pēdējā biedra datums
       LatestSubscriptionDate=Jaunākais piereģistrēšanās datums
      diff --git a/htdocs/langs/lv_LV/modulebuilder.lang b/htdocs/langs/lv_LV/modulebuilder.lang
      index 49e2ec7c3c5..e871645b281 100644
      --- a/htdocs/langs/lv_LV/modulebuilder.lang
      +++ b/htdocs/langs/lv_LV/modulebuilder.lang
      @@ -3,7 +3,7 @@ ModuleBuilderDesc=Šo rīku drīkst izmantot tikai pieredzējuši lietotāji vai
       EnterNameOfModuleDesc=Enter name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
       EnterNameOfObjectDesc=Enter name of the object to create with no spaces. Use uppercase to separate words (For example: MyObject, Student, Teacher...). The CRUD class file, but also API file, pages to list/add/edit/delete object and SQL files will be generated.
       ModuleBuilderDesc2=Path where modules are generated/edited (first alternative directory defined into %s): <strong>%s</strong>
      -ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
      +ModuleBuilderDesc3=Atrastie / rediģējamie moduļi: <strong> %s </strong>
       ModuleBuilderDesc4=Modulis identificēts kā "rediģējams", kad moduļa saknes direktorijā  atrodas fails <strong> %s </strong>
       NewModule=Jauns modulis
       NewObject=Jauns objekts
      @@ -83,17 +83,17 @@ SpecDefDesc=Ievadiet šeit visu dokumentāciju, ko vēlaties iesniegt ar savu mo
       LanguageDefDesc=Ievadiet šos failus, visu valodas faila atslēgu un tulkojumu.
       MenusDefDesc=Šeit definējiet izvēlnes, ko nodrošina jūsu modulis (pēc definīcijas tie ir redzami izvēlnes redaktorā %s)
       PermissionsDefDesc=Šeit definējiet jaunās atļaujas, kuras nodrošina jūsu modulis (pēc definīcijas tie ir redzami noklusējuma atļaujas iestatījumam %s)
      -HooksDefDesc=Modu deskriptorā <b> module_parts ['āķi'] </ b> definējiet āķu kontekstu, kuru vēlaties pārvaldīt (konteksta sarakstu var atrast, veicot meklēšanu ar <b> initHooks (</ b> b> "galvenajā kodā). <br> Rediģējiet āķa failu, lai pievienotu savu āķa funkciju kodu (kontaktu funkcijas var atrast, veicot meklēšanu ar kodu <b> executeHooks </ b> ').
      +HooksDefDesc=Modu deskriptorā <b> module_parts ['āķi'] </b>definējiet āķu kontekstu, kuru vēlaties pārvaldīt (konteksta sarakstu var atrast, veicot meklēšanu ar <b> initHooks (</b>'galvenajā kodā). <br> Rediģējiet āķa failu, lai pievienotu savu āķa funkciju kodu (kontaktu funkcijas var atrast, veicot meklēšanu ar kodu <b> executeHooks </b> ').
       TriggerDefDesc=Sprūda failā definējiet kodu, kuru vēlaties izpildīt katram notikušajam notikumam.
       SeeIDsInUse=Skatiet jūsu instalācijā izmantotos ID
       SeeReservedIDsRangeHere=Skatiet rezervēto ID diapazonu
       ToolkitForDevelopers=Dolibarr izstrādātāju rīks
      -TryToUseTheModuleBuilder=Ja jums ir zināšanas par SQL un PHP, jūs varat izmantot native moduļa veidotāja vedni. <br> Ieslēdziet moduli <strong> %s </ strong> un izmantojiet vedni, noklikšķinot uz <span class = "fa fa-bug"> </ span> augšējā labajā izvēlnē. <br> Brīdinājums: šī ir uzlabotas izstrādātāja funkcija, <b> ne </ b> eksperimentējiet savā ražotnē!
      +TryToUseTheModuleBuilder=Ja jums ir zināšanas par SQL un PHP, jūs varat izmantot native moduļa veidotāja vedni. <br> Ieslēdziet moduli <strong> %s </strong> un izmantojiet vedni, noklikšķinot uz <span class="fa fa-bug"></span> augšējā labajā izvēlnē. <br> Brīdinājums: šī ir uzlabotas izstrādātāja funkcija, <b> ne </b> eksperimentējiet savā ražotnē!
       SeeTopRightMenu=Augšējā labajā izvēlnē skatiet <span class="fa fa-bug"></span>
       AddLanguageFile=Pievienot valodas failu
       YouCanUseTranslationKey=Šeit varat izmantot atslēgu, kas ir tulkošanas atslēga, kas tiek atrasta valodas failā (sk. Cilni "Valodas").
       DropTableIfEmpty=(Dzēst tabulu, ja tukša)
      -TableDoesNotExists=Tabula %s nepastāv
      +TableDoesNotExists=Tabula %s neeksistē
       TableDropped=Tabula %s dzēsta
       InitStructureFromExistingTable=Veidojiet esošās tabulas struktūras masīva virkni
       UseAboutPage=Atspējot par lapu
      diff --git a/htdocs/langs/lv_LV/multicurrency.lang b/htdocs/langs/lv_LV/multicurrency.lang
      index 563a180c762..b205cfcb83b 100644
      --- a/htdocs/langs/lv_LV/multicurrency.lang
      +++ b/htdocs/langs/lv_LV/multicurrency.lang
      @@ -4,17 +4,17 @@ ErrorAddRateFail=Pievienotās likmes kļūda
       ErrorAddCurrencyFail=Pievienotajā valūtā radusies kļūda
       ErrorDeleteCurrencyFail=Kļūda dzēšot
       multicurrency_syncronize_error=Sinhronizācijas kļūda: %s
      -MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Use date of document to find currency rate, instead of using latest known rate
      -multicurrency_useOriginTx=When an object is created from another, keep the original rate of source object (otherwise use the latest known rate)
      +MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Izmantojiet dokumenta datumu, lai atrastu valūtas kursu, nevis izmantojiet jaunāko zināmo kursu
      +multicurrency_useOriginTx=Ja objekts tiek izveidots no cita, saglabājiet sākotnējo likmi no avota objekta (citādi izmantojiet jaunāko zināmo likmi)
       CurrencyLayerAccount=CurrencyLayer API
      -CurrencyLayerAccount_help_to_synchronize=You sould create an account on their website to use this functionnality<br>Get your <b>API key</b><br />If you use a free account you can't change the <b>currency source</b> (USD by default)<br />But if your main currency isn't USD you can use the <b>alternate currency source</b> to force you main currency<br /><br />You are limited at 1000 synchronizations per month
      +CurrencyLayerAccount_help_to_synchronize=Lai izmantotu šo funkciju, jums ir jāizveido konts savā tīmekļa vietnē. <br> Saņemiet <b> API atslēgu </ b>. <br> Ja izmantojat bezmaksas kontu, nevarat mainīt <b> valūtas avotu </ b> b> (pēc noklusējuma USD). <br> Ja jūsu galvenā valūta nav ASV dolārs, varat izmantot <b> alternatīvo valūtas avotu </ b>, lai piespiestu jūsu galveno valūtu. <br> <br> Jums ir ierobežota līdz 1000 sinhronizācijām mēnesī.
       multicurrency_appId=API atslēga
       multicurrency_appCurrencySource=Valūtas avots
       multicurrency_alternateCurrencySource=Alternatīvs valūtas avots
       CurrenciesUsed=Izmantotās valūtas
      -CurrenciesUsed_help_to_add=Add the differents currencies and rates you need to use on you <b>proposals</b>, <b>orders</b>, etc.
      +CurrenciesUsed_help_to_add=Pievienojiet dažādas valūtas un likmes, kas jāizmanto <b> priekšlikumiem</b>, <b> pasūtījumiem</b> utt.
       rate=likme
      -MulticurrencyReceived=Received, original currency
      -MulticurrencyRemainderToTake=Atlikušā summa, oriģinālā valūtā
      +MulticurrencyReceived=Saņemta oriģinālā valūta
      +MulticurrencyRemainderToTake=Atlikušā summa, oriģināla valūta
       MulticurrencyPaymentAmount=Maksājuma summa, oriģinālajā valūtā
      -AmountToOthercurrency=Amount To (in currency of receiving account)
      +AmountToOthercurrency=Summa līdz (konta saņemšanas valūtā)
      diff --git a/htdocs/langs/lv_LV/other.lang b/htdocs/langs/lv_LV/other.lang
      index 2487855143c..936a94c5805 100644
      --- a/htdocs/langs/lv_LV/other.lang
      +++ b/htdocs/langs/lv_LV/other.lang
      @@ -28,7 +28,7 @@ DeleteAlsoContentRecursively=Pārbaudiet, lai rekursīvi izdzēstu visu saturu
       YearOfInvoice=Rēķina datums
       PreviousYearOfInvoice=Iepriekšējā rēķina datuma gads
       NextYearOfInvoice=Pēc gada rēķina datuma
      -DateNextInvoiceBeforeGen=Nākamā rēķina datums (pirms paaudzes)
      +DateNextInvoiceBeforeGen=Nākamā rēķina datums (pirms izveidošanas)
       DateNextInvoiceAfterGen=Nākamā rēķina datums (pēc paaudzes)
       
       Notify_ORDER_VALIDATE=Klienta pasūtījums apstiprināts
      @@ -45,7 +45,7 @@ Notify_WITHDRAW_TRANSMIT=Pārraides atsaukšana
       Notify_WITHDRAW_CREDIT=Kredīta izņemšana
       Notify_WITHDRAW_EMIT=Veikt atcelšanu
       Notify_COMPANY_CREATE=Trešās puse izveidota
      -Notify_COMPANY_SENTBYMAIL=Mails sent from third party card
      +Notify_COMPANY_SENTBYMAIL=Pasta sūtīšana no trešās puses kartiņas
       Notify_BILL_VALIDATE=Klienta rēķins apstiprināts
       Notify_BILL_UNVALIDATE=Klienta rēķins neapstiprināts
       Notify_BILL_PAYED=Klienta rēķins ir samaksāts
      @@ -86,14 +86,14 @@ PredefinedMailTestHtml=__(Labdien)__\nŠis ir <b> testa </b>pasts (vārds testa
       PredefinedMailContentSendInvoice=__(Labdien)__\n\nLūdzu, pievienojiet rēķinu __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendInvoiceReminder=__(Labdien)__\n\nMēs vēlamies jūs brīdināt, ka rēķins __REF__, šķiet, nav samaksāts. Rēķins ir pievienots kā atgādinājums.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendProposal=__(Labdien)__\n\nLūdzu, pievienojiet komerciālu priekšlikumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentSendSupplierProposal=__(Sveiki)__\n\nLūdzu, pievienojiet cenu pieprasījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentSendSupplierProposal=__(Labdien,)__\n\nLūdzu, pievienojiet cenu pieprasījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendOrder=__(Labdien)__\n\nLūdzu, pievienojiet pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendSupplierOrder=__(Labdien)__\n\nLūdzu, pievienojiet mūsu pasūtījumu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendSupplierInvoice=__(Labdien)__\n\nLūdzu, pievienojiet rēķinu __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendShipping=__(Labdien)__\n\nLūdzu, pievienojiet piegādi __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentSendFichInter=__(Labdien)__\n\nLūdzu, pievienojiet intervenci __REF__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentThirdparty=__(Sveiki)__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      -PredefinedMailContentUser=__(Sveiki)__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
      +PredefinedMailContentUser=__(Labdien,)__\n\n\n__ (Ar cieņu) __\n\n__USER_SIGNATURE__
       PredefinedMailContentLink=Jūs varat noklikšķināt uz zemāk esošās saites, lai veiktu maksājumu, ja tas vēl nav izdarīts.\n\n%s\n\n
       DemoDesc=Dolibarr ir kompakts ERP / CRM, kas atbalsta vairākus biznesa moduļus. Demonstrācija, kas demonstrē visus moduļus, nav jēga, jo šis scenārijs nekad nenotiek (pieejami vairāki simti). Tātad, ir pieejami vairāki demo profili.
       ChooseYourDemoProfil=Izvēlies demo profilu, kas vislabāk atbilst jūsu vajadzībām ...
      @@ -239,14 +239,14 @@ Chart=Diagramma
       PassEncoding=Paroles kodēšana
       PermissionsAdd=Pievienotas atļaujas
       PermissionsDelete=Atļaujas noņemtas
      -YourPasswordMustHaveAtLeastXChars=Jūsu parolei ir jābūt vismaz <strong> %s </ strong> simboliem
      +YourPasswordMustHaveAtLeastXChars=Jūsu parolei ir jāsatur vismaz <strong>%s</strong> simbolus
       YourPasswordHasBeenReset=Jūsu parole ir veiksmīgi atiestatīta
       ApplicantIpAddress=Pieteikuma iesniedzēja IP adrese
       SMSSentTo=SMS nosūtīta uz %s
       MissingIds=Trūkst ID
      -ThirdPartyCreatedByEmailCollector=Third party created by email collector from email ID %s
      -ContactCreatedByEmailCollector=Contact/address created by email collector from email ID %s
      -ProjectCreatedByEmailCollector=Project created by email collector from email ID %s
      +ThirdPartyCreatedByEmailCollector=Trešā puses, kuru izveidojis e-pasta savācējs no e-pasta ID %s
      +ContactCreatedByEmailCollector=Kontakti/adrese, kuru izveidojis e-pasta savācējs no e-pasta ID %s
      +ProjectCreatedByEmailCollector=Projekts, ko izveidojis e-pasta savācējs no e-pasta ID %s
       
       ##### Export #####
       ExportsArea=Eksportēšanas sadaļa
      @@ -261,4 +261,4 @@ WEBSITE_PAGEURL=Lapas URL
       WEBSITE_TITLE=Virsraksts
       WEBSITE_DESCRIPTION=Apraksts
       WEBSITE_KEYWORDS=Atslēgas vārdi
      -LinesToImport=Importa līnijas
      +LinesToImport=Importējamās līnijas
      diff --git a/htdocs/langs/lv_LV/products.lang b/htdocs/langs/lv_LV/products.lang
      index 5e9201c2f68..2c6bce79846 100644
      --- a/htdocs/langs/lv_LV/products.lang
      +++ b/htdocs/langs/lv_LV/products.lang
      @@ -1,8 +1,8 @@
       # Dolibarr language file - Source file is en_US - products
       ProductRef=Produkta ref.
       ProductLabel=Produkta marķējums
      -ProductLabelTranslated=Translated product label
      -ProductDescriptionTranslated=Translated product description
      +ProductLabelTranslated=Tulkots produkta nosaukums
      +ProductDescriptionTranslated=Tulkotā produkta apraksts
       ProductNoteTranslated=Tulkota produkta piezīme
       ProductServiceCard=Produktu / Pakalpojumu kartiņa
       TMenuProducts=Produkti
      @@ -17,7 +17,7 @@ Reference=Atsauce
       NewProduct=Jauns produkts
       NewService=Jauns pakalpojums
       ProductVatMassChange=Masveida PVN maiņa
      -ProductVatMassChangeDesc=This page can be used to modify a VAT rate defined on products or services from a value to another. Warning, this change is done on all database.
      +ProductVatMassChangeDesc=Šo lapu var izmantot, lai mainītu PVN likmi, kas definēta produktiem vai pakalpojumiem, no vienas vērtības uz otru. Brīdinājums, šīs izmaiņas ir globālas / pabeigtas visās datubāzēs.
       MassBarcodeInit=Masveida svītru kodu izveidošana
       MassBarcodeInitDesc=This page can be used to initialize a barcode on objects that does not have barcode defined. Check before that setup of module barcode is complete.
       ProductAccountancyBuyCode=Grāmatvedības kods (iegāde)
      @@ -38,7 +38,7 @@ ServicesNotOnSell=Pakalpojumi, kas nav paredzēti pārdošanai un nav paredzēti
       ServicesOnSellAndOnBuy=Services for sale and for purchase
       LastModifiedProductsAndServices=Jaunākie %s labotie produkti / pakalpojumi
       LastRecordedProducts=Jaunākie ieraksti %s
      -LastRecordedServices=Latest %s recorded services
      +LastRecordedServices=Jaunākie %s reģistrētie pakalpojumi
       CardProduct0=Produkta kartiņa
       CardProduct1=Pakalpojuma karte
       Stock=Krājums
      @@ -97,12 +97,12 @@ NoteNotVisibleOnBill=Piezīme (nav redzama rēķinos, priekšlikumos ...)
       ServiceLimitedDuration=Ja produkts ir pakalpojums ir ierobežots darbības laiks:
       MultiPricesAbility=Several segment of prices per product/service (each customer is in one segment)
       MultiPricesNumPrices=Cenu skaits
      -AssociatedProductsAbility=Activate the feature to manage virtual products
      -AssociatedProducts=Virtuāls produkts
      +AssociatedProductsAbility=Aktivizēt virtuālos produktus (komplektus)
      +AssociatedProducts=Virtuālie produkti
       AssociatedProductsNumber=Produktu skaits kas veido šo virtuālo produktu
       ParentProductsNumber=Number of parent packaging product
       ParentProducts=Mātes produkti
      -IfZeroItIsNotAVirtualProduct=Ja 0, šis produkts ir ne virtuālā produkts
      +IfZeroItIsNotAVirtualProduct=Ja 0, šis produkts nav virtuāls produkts
       IfZeroItIsNotUsedByVirtualProduct=Ja 0, šis produkts netiek izmantots ar jebkuru virtuālo produkta
       KeywordFilter=Atslēgvārda filtru
       CategoryFilter=Sadaļu filtrs
      @@ -129,12 +129,12 @@ VATRateForSupplierProduct=PVN likme (šim piegādātājam / produktam)
       DiscountQtyMin=Noklusējuma apjoma atlaide
       NoPriceDefinedForThisSupplier=Nav cena /gab definēti šim piegādātājam/precei
       NoSupplierPriceDefinedForThisProduct=Nav piegādātāja cena/gab definēti šim produktam
      -PredefinedProductsToSell=Predefined products to sell
      -PredefinedServicesToSell=Predefined services to sell
      -PredefinedProductsAndServicesToSell=Predefined products/services to sell
      -PredefinedProductsToPurchase=Predefined product to purchase
      -PredefinedServicesToPurchase=Predefined services to purchase
      -PredefinedProductsAndServicesToPurchase=Predefined products/services to puchase
      +PredefinedProductsToSell=Iepriekš definēti produkti, kurus pārdot
      +PredefinedServicesToSell=Iepriekš definēti pakalpojumi, kurus pārdot
      +PredefinedProductsAndServicesToSell=Iepriekš definēti produkti/pakalpojumi, kurus pārdot
      +PredefinedProductsToPurchase=Iepriekš noteikts produkts, lai to iegādātos
      +PredefinedServicesToPurchase=Iepriekš noteikti pakalpojumi, lai iegādātos
      +PredefinedProductsAndServicesToPurchase=Iepriekš iegādātie produkti/pakalpojumi
       NotPredefinedProducts=Nav iepriekš definēti produkti / pakalpojumi
       GenerateThumb=Izveidot īkšķi
       ServiceNb=Pakalpojums # %s
      @@ -145,7 +145,7 @@ Finished=Ražota prece
       RowMaterial=Izejviela
       CloneProduct=Klonēt produktu vai pakalpojumu
       ConfirmCloneProduct=Vai jūs tiešām vēlaties klonēt šo produktu vai pakalpojumu <b>%s?</b>
      -CloneContentProduct=Klons visus galvenos informations par produktu / pakalpojumu
      +CloneContentProduct=Clone visu galveno informāciju par produktu / pakalpojumu
       ClonePricesProduct=Klonēt cenas
       CloneCompositionProduct=Clone packaged product/service
       CloneCombinationsProduct=Klonu produktu varianti
      @@ -159,7 +159,7 @@ SuppliersPricesOfProductsOrServices=Supplier prices (of products or services)
       CustomCode=Muita / Prece / HS kods
       CountryOrigin=Izcelsmes valsts
       Nature=Daba
      -ShortLabel=Short label
      +ShortLabel=Īsais nosaukums
       Unit=Vienība
       p=u.
       set=set
      @@ -202,7 +202,7 @@ PriceByQuantity=Different prices by quantity
       DisablePriceByQty=Atspējot cenas pēc daudzuma
       PriceByQuantityRange=Daudzuma diapazons
       MultipriceRules=Cenu segmenta noteikumi
      -UseMultipriceRules=Izmantojiet cenu segmenta noteikumus (definēti produkta moduļa iestatījumos), lai automātiski aprēķinātu visu pārējo segmentu cenas saskaņā ar pirmo segmentu
      +UseMultipriceRules=Izmantojiet cenu segmenta noteikumus (definēti produktu moduļa iestatījumos), lai automātiski aprēķinātu visu pārējo segmentu cenas saskaņā ar pirmo segmentu
       PercentVariationOver=%% variation over %s
       PercentDiscountOver=%% discount over %s
       KeepEmptyForAutoCalculation=Saglabājiet tukšu, lai tas tiktu automātiski aprēķināts pēc svara vai produktu daudzuma
      @@ -233,13 +233,13 @@ BarCodeDataForThirdparty=Svītrkoda informācija trešajām personām %s :
       ResetBarcodeForAllRecords=Norādiet visu ierakstu svītrkodu vērtību (tas arī atjaunos svītrkoda vērtību, kas jau ir definēta ar jaunām vērtībām).
       PriceByCustomer=Dažādas cenas katram klientam
       PriceCatalogue=A single sell price per product/service
      -PricingRule=Cenu veidošanas noteikumi
      -AddCustomerPrice=Add price by customer
      +PricingRule=Noteikumi par pārdošanas cenām
      +AddCustomerPrice=Pievienot cenu katram klientam
       ForceUpdateChildPriceSoc=Set same price on customer subsidiaries
       PriceByCustomerLog=Log of previous customer prices
       MinimumPriceLimit=Minimum price can't be lower then %s
       MinimumRecommendedPrice=Minimālā rekomendējamā cena : %s
      -PriceExpressionEditor=Price expression editor
      +PriceExpressionEditor=Cenas izteiksmes redaktors
       PriceExpressionSelected=Selected price expression
       PriceExpressionEditorHelp1="price = 2 + 2" or "2 + 2" for setting the price. Use ; to separate expressions
       PriceExpressionEditorHelp2=You can access ExtraFields with variables like <b>#extrafield_myextrafieldkey#</b> and global variables with <b>#global_mycode#</b>
      @@ -252,9 +252,9 @@ DefaultPrice=Noklusējuma cena
       ComposedProductIncDecStock=Increase/Decrease stock on parent change
       ComposedProduct=Apakš produkts
       MinSupplierPrice=Minimālā iepirkuma cena
      -MinCustomerPrice=Minimum selling price
      +MinCustomerPrice=Minimālā pārdošanas cena
       DynamicPriceConfiguration=Dynamic price configuration
      -DynamicPriceDesc=On product card, with this module enabled, you should be able to set mathematic functions to calculate Customer or Supplier prices. Such function can use all mathematic operators, some constants and variables. You can set here the variables you want to be able to use and if the variable need an automatic update, the external URL to use to ask Dolibarr to update automaticaly the value.
      +DynamicPriceDesc=Produkta kartē, izmantojot šo moduli, jums ir jāspēj iestatīt matemātiskās funkcijas, lai aprēķinātu Klienta vai Piegādes cenas. Šāda funkcija var izmantot visus matemātiskos operatorus, dažas konstantes un mainīgos lielumus. Jūs varat iestatīt šeit mainīgos, kurus vēlaties izmantot, un ja mainīgajam ir nepieciešams automātisks atjauninājums, ārējais URL, ko izmantot, lai lūgtu Dolibarr automātiski atjaunināt vērtību.
       AddVariable=Pievienot mainīgo
       AddUpdater=Pievienot Atjaunotāju
       GlobalVariables=Global variables
      @@ -278,13 +278,13 @@ DefaultUnitToShow=Vienība
       NbOfQtyInProposals=Daudzums priekšlikumos
       ClinkOnALinkOfColumn=Click on a link of column %s to get a detailed view...
       ProductsOrServicesTranslations=Produktu vai pakalpojumu tulkošana
      -TranslatedLabel=Translated label
      +TranslatedLabel=Tulkota etiķete
       TranslatedDescription=Translated description
      -TranslatedNote=Translated notes
      -ProductWeight=Weight for 1 product
      -ProductVolume=Volume for 1 product
      +TranslatedNote=Tulkotās piezīmes
      +ProductWeight=Svars 1 precei
      +ProductVolume=Apjoms 1 precei
       WeightUnits=Svara vienība
      -VolumeUnits=Volume unit
      +VolumeUnits=Apjoma mērvienība
       SizeUnits=Izmēra vienība
       DeleteProductBuyPrice=Dzēst pirkšanas cenu
       ConfirmDeleteProductBuyPrice=Vai tiešām vēlaties dzēst pirkšanas cenu?
      @@ -293,7 +293,8 @@ ProductSheet=Produkta lapa
       ServiceSheet=Servisa lapa
       PossibleValues=Iespējamās vērtības
       GoOnMenuToCreateVairants=Iet uz izvēlni %s - %s, lai sagatavotu atribūtu variantus (piemēram, krāsas, izmērs, ...)
      -
      +UseProductFournDesc=Izmantojiet piegādātāju produktu aprakstus piegādātāju dokumentos
      +ProductSupplierDescription=Piegādātāja apraksts par produktu
       #Attributes
       VariantAttributes=Variantu atribūti
       ProductAttributes=Variantu atribūti produktiem
      @@ -301,7 +302,7 @@ ProductAttributeName=Variants atribūts %s
       ProductAttribute=Variants atribūts
       ProductAttributeDeleteDialog=Vai tiešām vēlaties dzēst šo atribūtu? Visas vērtības tiks dzēstas
       ProductAttributeValueDeleteDialog=Vai tiešām vēlaties izdzēst vērtību "%s" ar atsauci "%s" šim atribūtam?
      -ProductCombinationDeleteDialog=Vai tiešām vēlaties izdzēst produkta variantu "<strong> %s </ strong>"?
      +ProductCombinationDeleteDialog=Vai tiešām vēlaties izdzēst produkta variantu "<strong> %s </strong>"?
       ProductCombinationAlreadyUsed=Dzēšot variantu, radās kļūda. Lūdzu, pārbaudiet, vai tas netiek izmantots nevienā objektā
       ProductCombinations=Varianti
       PropagateVariant=Pavairot variantus
      @@ -315,7 +316,7 @@ SelectCombination=Izvēlieties kombināciju
       ProductCombinationGenerator=Variantu ģenerators
       Features=Iespējas
       PriceImpact=Cenu ietekme
      -WeightImpact=Svars ietekmē
      +WeightImpact=Svara ietekme
       NewProductAttribute=Jauns atribūts
       NewProductAttributeValue=Jauna atribūta vērtība
       ErrorCreatingProductAttributeValue=Veidojot atribūta vērtību, radās kļūda. Tas varētu būt tādēļ, ka ar šo atsauci jau ir esoša vērtība
      @@ -325,10 +326,12 @@ DoNotRemovePreviousCombinations=Nedzēst iepriekšējos variantus
       UsePercentageVariations=Izmantojiet procentuālās svārstības
       PercentageVariation=Procentu variācijas
       ErrorDeletingGeneratedProducts=Mēģinot izdzēst esošos produktu variantus, radās kļūda
      -NbOfDifferentValues=Sk dažādu vērtību
      -NbProducts=Produktu sk.
      +NbOfDifferentValues=Dažādu vērtību skaits
      +NbProducts=Produktu skaits
       ParentProduct=Mātes produkts
       HideChildProducts=Paslēpt dažādus produktus
      +ShowChildProducts=Rādīt dažādus produktus
      +NoEditVariants=Atveriet cilni varianti Mātes produktu kartes un rediģējiet variantu cenu ietekmi
       ConfirmCloneProductCombinations=Vai vēlaties kopēt visus produkta variantus uz citu vecāku produktu ar norādīto atsauci?
       CloneDestinationReference=Galamērķa produkta atsauce
       ErrorCopyProductCombinations=Atsiuninot produkta variantus, radās kļūda
      diff --git a/htdocs/langs/lv_LV/projects.lang b/htdocs/langs/lv_LV/projects.lang
      index 4c995da1c0a..6125a2800db 100644
      --- a/htdocs/langs/lv_LV/projects.lang
      +++ b/htdocs/langs/lv_LV/projects.lang
      @@ -79,20 +79,20 @@ GoToListOfTimeConsumed=Go to list of time consumed
       GoToListOfTasks=Doties uz uzdevumu sarakstu
       GoToGanttView=Doties uz Ganta skatu
       GanttView=Ganta skats
      -ListProposalsAssociatedProject=List of the commercial proposals related to the project
      -ListOrdersAssociatedProject=List of customer orders related to the project
      -ListInvoicesAssociatedProject=List of customer invoices related to the project
      -ListPredefinedInvoicesAssociatedProject=List of customer template invoices related to the project
      -ListSupplierOrdersAssociatedProject=List of supplier orders related to the project
      -ListSupplierInvoicesAssociatedProject=List of supplier invoices related to the project
      -ListContractAssociatedProject=List of contracts related to the project
      -ListShippingAssociatedProject=List of shippings related to the project
      -ListFichinterAssociatedProject=List of interventions related to the project
      -ListExpenseReportsAssociatedProject=List of expense reports related to the project
      -ListDonationsAssociatedProject=List of donations related to the project
      -ListVariousPaymentsAssociatedProject=List of miscellaneous payments related to the project
      -ListSalariesAssociatedProject=List of payments of salaries related to the project
      -ListActionsAssociatedProject=List of events related to the project
      +ListProposalsAssociatedProject=Ar projektu saistīto komerciālo priekšlikumu saraksts
      +ListOrdersAssociatedProject=Projekta klientu pasūtījumu saraksts
      +ListInvoicesAssociatedProject=Saraksts ar klienta rēķiniem, kas saistīti ar projektu
      +ListPredefinedInvoicesAssociatedProject=Saraksts ar klienta veidnes rēķiniem, kas saistīti ar projektu
      +ListSupplierOrdersAssociatedProject=Piegādes pasūtījumu saraksts, kas saistīti ar projektu
      +ListSupplierInvoicesAssociatedProject=Saraksts ar piegādes rēķiniem, kas saistīti ar projektu
      +ListContractAssociatedProject=Ar projektu saistīto līgumu saraksts
      +ListShippingAssociatedProject=Sūtījumu saraksts, kas saistīts ar projektu
      +ListFichinterAssociatedProject=Ar projektu saistīto pasākumu saraksts
      +ListExpenseReportsAssociatedProject=Ar projektu saistīto izdevumu pārskatu saraksts
      +ListDonationsAssociatedProject=Ar projektu saistīto ziedojumu saraksts
      +ListVariousPaymentsAssociatedProject=Dažādi ar projektu saistītie maksājumi
      +ListSalariesAssociatedProject=Projekta algu maksājumu saraksts
      +ListActionsAssociatedProject=Ar projektu saistīto notikumu saraksts
       ListTaskTimeUserProject=List of time consumed on tasks of project
       ListTaskTimeForTask=Uzdevumā patērētā laika saraksts
       ActivityOnProjectToday=Activity on project today
      @@ -126,7 +126,7 @@ TaskRessourceLinks=Kontaktpersonu uzdevums
       ProjectsDedicatedToThisThirdParty=Projekti, kas veltīta šai trešajai personai
       NoTasks=Neviens uzdevumi šajā projektā
       LinkedToAnotherCompany=Saistīts ar citām trešajām personām
      -TaskIsNotAssignedToUser=Uzdevums nav piešķirts lietotājam. Izmantojiet pogu "<strong> %s </ strong>", lai tagad uzdevumu piešķirtu.
      +TaskIsNotAssignedToUser=Uzdevums nav piešķirts lietotājam. Izmantojiet pogu "<strong>%s</strong>", lai uzdevumu piešķirtu.
       ErrorTimeSpentIsEmpty=Pavadīts laiks ir tukšs
       ThisWillAlsoRemoveTasks=Šī darbība arī izdzēst visus uzdevumus projekta <b>(%s</b> uzdevumi brīdī) un visu laiku ieguldījumiem pavadīts.
       IfNeedToUseOhterObjectKeepEmpty=Ja daži objekti (rēķinu, pasūtījumu, ...), kas pieder citai trešai personai, ir saistītas ar projektu, lai izveidotu, saglabāt šo tukšo, lai būtu projektam, multi trešajām personām.
      @@ -184,7 +184,7 @@ ProjectsWithThisUserAsContact=Projects with this user as contact
       TasksWithThisUserAsContact=Tasks assigned to this user
       ResourceNotAssignedToProject=Not assigned to project
       ResourceNotAssignedToTheTask=Uzdevumam nav piešķirts
      -NoUserAssignedToTheProject=No users assigned to this project
      +NoUserAssignedToTheProject=Neviens lietotājs nav piešķirts šim projektam
       TimeSpentBy=Pavadītais laiks
       TasksAssignedTo=Uzdevumi, kas piešķirti
       AssignTaskToMe=Assign task to me
      @@ -195,7 +195,7 @@ ProjectOverview=Pārskats
       ManageTasks=Izmantojiet projektus, lai veiktu uzdevumus un / vai ziņotu par pavadīto laiku (laika kontrolsaraksts)
       ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
       ProjectNbProjectByMonth=Izveidoto projektu skaits pēc mēneša
      -ProjectNbTaskByMonth=Izveidoto darbu skaits pēc mēneša
      +ProjectNbTaskByMonth=Izveidoto darbu skaits pa mēnešiem
       ProjectOppAmountOfProjectsByMonth=Izložu skaits pēc mēnešiem
       ProjectWeightedOppAmountOfProjectsByMonth=Vidējā svērto klientu skaits pēc mēneša
       ProjectOpenedProjectByOppStatus=Atklāts projekts / vadošais statuss
      @@ -220,7 +220,7 @@ OppStatusPENDING=Gaida
       OppStatusWON=Uzvarēja
       OppStatusLOST=Zaudēja
       Budget=Budžets
      -AllowToLinkFromOtherCompany=Atļaut saistīt projektu ar citu uzņēmumu <br> <br> <u> Atbalstītās vērtības: </ u> <br> - Uzglabāt tukšs: var saistīt jebkuru uzņēmuma projektu (noklusējums) <br> - "visi": var saiti jebkurš projekts, pat citu uzņēmumu projekts <br> - Trešās puses identifikācijas numurs, kas atdalīts ar komatu: var sasaistīt visus šo trešās puses projektu (Piemērs: 123,4795,53) <br>
      +AllowToLinkFromOtherCompany=Atļaut saistīt projektu ar citu uzņēmumu <br> <br> <u> Atbalstītās vērtības: </u><br> - Uzglabāt tukšs: var saistīt jebkuru uzņēmuma projektu (noklusējums) <br> - "visi": var saiti jebkurš projekts, pat citu uzņēmumu projekts <br> - Trešās puses identifikācijas numurs, kas atdalīts ar komatu: var sasaistīt visus šo trešās puses projektu (Piemērs: 123,4795,53) <br>
       LatestProjects=Pēdējie %s projekti
       LatestModifiedProjects=Jaunākie %s labotie projekti
       OtherFilteredTasks=Citi filtrētie uzdevumi
      @@ -233,4 +233,4 @@ DontHaveTheValidateStatus=Projektam %s jābūt atvērtam slēgšanai
       RecordsClosed=%s projekts (-i) slēgts
       SendProjectRef=Informācijas projekts %s
       ModuleSalaryToDefineHourlyRateMustBeEnabled=Jāizveido modulis "Darbinieku algu izmaksa", lai definētu darbinieka stundas likmi, lai iztērētos laiku novērtētu
      -NewTaskRefSuggested=Task ref already used, a new task ref is suggested
      +NewTaskRefSuggested=Uzdevuma ref jau izmanto, jauna uzdevuma ref ir vēlama
      diff --git a/htdocs/langs/lv_LV/sendings.lang b/htdocs/langs/lv_LV/sendings.lang
      index 48e35449a3e..b237cbd833f 100644
      --- a/htdocs/langs/lv_LV/sendings.lang
      +++ b/htdocs/langs/lv_LV/sendings.lang
      @@ -52,11 +52,11 @@ ActionsOnShipping=Notikumi sūtījumu
       LinkToTrackYourPackage=Saite uz izsekot savu paketi
       ShipmentCreationIsDoneFromOrder=Izveidot jaunu sūtījumu var no pasūtījuma kartiņas.
       ShipmentLine=Sūtījumu līnija
      -ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
      -ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
      +ProductQtyInCustomersOrdersRunning=Produkta daudzums atvērtā klienta pasūtījumā
      +ProductQtyInSuppliersOrdersRunning=Produktu daudzums atvērtajos pirkuma pasūtījumos
       ProductQtyInShipmentAlreadySent=Produkta daudzums, kuri sakārtoti pēc piegādātāja pasūtīšanas
       ProductQtyInSuppliersShipmentAlreadyRecevied=Produkta daudzums jau ir saņemts no atvērta piegādātāja pasūtījuma
      -NoProductToShipFoundIntoStock=No product to ship found into warehouse <b>%s</b>. Correct stock or go back to choose another warehouse.
      +NoProductToShipFoundIntoStock=Noliktavā nav atrasts neviens produkts, kas paredzēts piegādei <b> %s </ b>. Pareizu krājumu vai doties atpakaļ, lai izvēlētos citu noliktavu.
       WeightVolShort=Svars / tilp.
       ValidateOrderFirstBeforeShipment=You must first validate the order before being able to make shipments.
       
      @@ -69,4 +69,4 @@ SumOfProductWeights=Summēt produkta svaru
       
       # warehouse details
       DetailWarehouseNumber= Noliktavas detaļas
      -DetailWarehouseFormat= W:%s (Qty : %d)
      +DetailWarehouseFormat= W:%s (Daudz. : %d)
      diff --git a/htdocs/langs/lv_LV/sms.lang b/htdocs/langs/lv_LV/sms.lang
      index 8eef978866d..2840fa6cdf7 100644
      --- a/htdocs/langs/lv_LV/sms.lang
      +++ b/htdocs/langs/lv_LV/sms.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - Source file is en_US - sms
       Sms=Sms
      -SmsSetup=Sms iestatīšana
      -SmsDesc=Šī lapa ļauj definēt Globālās SMS iespējas
      +SmsSetup=SMS iestatīšana
      +SmsDesc=Šī lapa ļauj definēt globālās opcijas īsziņu funkcijās
       SmsCard=SMS karte
       AllSms=Visas SMS kampaņas
       SmsTargets=Mērķi
      @@ -13,20 +13,20 @@ SmsTo=Mērķis
       SmsTopic=SMS Tēma
       SmsText=Ziņa
       SmsMessage=SMS ziņojums
      -ShowSms=Rādīt Sms
      -ListOfSms=SMS ampaņu saraksts
      +ShowSms=Parādīt īsziņu
      +ListOfSms=Īsziņu saraksta kampaņas
       NewSms=Jauna SMS kampaņa
      -EditSms=Labot Sms
      +EditSms=Rediģēt īsziņu
       ResetSms=Jauna sūtīšana
      -DeleteSms=Dzēst Sms kampaņu
      -DeleteASms=Noņemt Sms kampaņu
      -PreviewSms=Apskatīt Sms
      -PrepareSms=Sagatavot sms
      -CreateSms=Izveidot SMS
      -SmsResult=SMS sutīšanas rezultāts
      -TestSms=Testa Sms
      -ValidSms=Apstiprināt Sms
      -ApproveSms=Apstiprināt Sms
      +DeleteSms=Dzēst SMS kampaņu
      +DeleteASms=Noņemt SMS kampaņu
      +PreviewSms=Priekšskats SMS
      +PrepareSms=Sagatavot SMS
      +CreateSms=Izveidot īsziņu
      +SmsResult=SMS nosūtīšanas rezultāts
      +TestSms=Izmēģiniet SMS
      +ValidSms=Apstipriniet SMS
      +ApproveSms=Apstiprināt SMS
       SmsStatusDraft=Melnraksts
       SmsStatusValidated=Pārbaudīts
       SmsStatusApproved=Apstiprināts
      @@ -35,17 +35,17 @@ SmsStatusSentPartialy=Nosūtīts daļēji
       SmsStatusSentCompletely=Nosūtīta pilnīgi
       SmsStatusError=Kļūda
       SmsStatusNotSent=Nav nosūtīts
      -SmsSuccessfulySent=Sms pareizi nosūtīti (no %s līdz %s)
      +SmsSuccessfulySent=SMS pareizi nosūtīta (no %s līdz %s)
       ErrorSmsRecipientIsEmpty=Numurs nav norādīts
       WarningNoSmsAdded=Nav jaunu tālruņa numuru, lai pievienotu mērķa sarakstam
      -ConfirmValidSms=Do you confirm validation of this campain?
      -NbOfUniqueSms=Nb DOF unikālo tālruņa numuriem
      -NbOfSms=Nbre no fona numuru
      +ConfirmValidSms=Vai apstiprināt šīs kampaņas apstiprināšanu?
      +NbOfUniqueSms=Unikālo tālruņu numuru skaits
      +NbOfSms=Tālruņu numuru skaits
       ThisIsATestMessage=Šī ir testa ziņa
       SendSms=Sūtīt SMS
       SmsInfoCharRemain=Atlikušo rakstzīmju skaits
      -SmsInfoNumero= (Formāts starptautiskais t.i.: 37128701761)
      +SmsInfoNumero= (starptautiskais formāts, t.i.: +33899701761)
       DelayBeforeSending=Aizture pirms nosūtīšanas (minūtēs)
      -SmsNoPossibleSenderFound=No sender available. Check setup of your SMS provider.
      +SmsNoPossibleSenderFound=Nav neviena sūtītāja. Pārbaudiet sava SMS pakalpojumu sniedzēja iestatījumus.
       SmsNoPossibleRecipientFound=Nav mērķa pieejams. Pārbaudiet iestatījumus jūsu SMS pakalpojumu sniedzēja.
      -DisableStopIfSupported=Disable STOP message (if supported)
      +DisableStopIfSupported=Atspējot STOP ziņojumu (ja tas ir atbalstīts)
      diff --git a/htdocs/langs/lv_LV/stocks.lang b/htdocs/langs/lv_LV/stocks.lang
      index 82bac8387cd..be1eb641c81 100644
      --- a/htdocs/langs/lv_LV/stocks.lang
      +++ b/htdocs/langs/lv_LV/stocks.lang
      @@ -17,7 +17,7 @@ CancelSending=Atcelt sūtīšanu
       DeleteSending=Dzēst nosūtot
       Stock=Krājums
       Stocks=Krājumi
      -StocksByLotSerial=Stocks by lot/serial
      +StocksByLotSerial=Krājumi pēc partijas/sērijas
       LotSerial=Daudz / sērijas nr
       LotSerialList=Partijas saraksts / sērijas nr
       Movements=Kustības
      @@ -198,7 +198,7 @@ FlushInventory=Ielieciet inventāru
       ConfirmFlushInventory=Vai jūs apstiprināt šo darbību?
       InventoryFlushed=Inventory flushed
       ExitEditMode=Iziet no labošanas
      -inventoryDeleteLine=Delete line
      +inventoryDeleteLine=Dzēst rindu
       RegulateStock=Regulēt krājumus
       ListInventory=Saraksts
       StockSupportServices=Stock management atbalsta Pakalpojumi
      diff --git a/htdocs/langs/lv_LV/supplier_proposal.lang b/htdocs/langs/lv_LV/supplier_proposal.lang
      index 3019228e921..0fca24979fb 100644
      --- a/htdocs/langs/lv_LV/supplier_proposal.lang
      +++ b/htdocs/langs/lv_LV/supplier_proposal.lang
      @@ -40,7 +40,7 @@ ConfirmReOpenAsk=Vai tiešām vēlaties atvērt cenu pieprasījumu <b> %s</b>?
       SendAskByMail=Sūtīt cenas pieprasījumu pa pastu
       SendAskRef=Sūta cenas pieprasījumu %s
       SupplierProposalCard=Pieprasīt karti
      -ConfirmDeleteAsk=Vai tiešām vēlaties dzēst šo cenu pieprasījumu <b> %s </ b>?
      +ConfirmDeleteAsk=Vai tiešām vēlaties dzēst šo cenu pieprasījumu <b> %s</b>?
       ActionsOnSupplierProposal=Pasākumi pēc cenas pieprasījuma
       DocModelAuroreDescription=A complete request model (logo...)
       CommercialAsk=Cenas pieprasījums
      diff --git a/htdocs/langs/lv_LV/trips.lang b/htdocs/langs/lv_LV/trips.lang
      index ab849cf1a7e..2b2d23aebcc 100644
      --- a/htdocs/langs/lv_LV/trips.lang
      +++ b/htdocs/langs/lv_LV/trips.lang
      @@ -19,7 +19,7 @@ ConfirmDeleteTrip=Vai tiešām vēlaties dzēst šo izdevumu atskaiti ?
       ListTripsAndExpenses=Izdevumu pārskatu saraksts
       ListToApprove=Gaida apstiprinājumu
       ExpensesArea=Izdevumu pārskatu sadaļa
      -ClassifyRefunded=Classify 'Refunded'
      +ClassifyRefunded=Klasificēt "atmaksāts"
       ExpenseReportWaitingForApproval=A new expense report has been submitted for approval
       ExpenseReportWaitingForApprovalMessage=Ir iesniegts jauns izdevumu pārskats un tas gaida apstiprināšanu. <br> - Lietotājs: %s <br> - Periods: %s <br> Uzklikšķināt šeit, lai apstiprinātu: %s
       ExpenseReportWaitingForReApproval=Izdevumu pārskats ir iesniegts atkārtotai apstiprināšanai
      @@ -129,7 +129,7 @@ expenseReportCatDisabled=Kategorija ir atspējota - skatiet c_exp_tax_cat vārdn
       expenseReportRangeDisabled=Diapazons ir atspējots - skatiet c_exp_tax_range dictionay
       expenseReportPrintExample=kompensēt + (d x coef) = %s
       ExpenseReportApplyTo=Pielietot
      -ExpenseReportDomain=Domēns jāpiemēro
      +ExpenseReportDomain=Domēns kam jāpiemēro
       ExpenseReportLimitOn=Ierobežot
       ExpenseReportDateStart=Sākuma datums
       ExpenseReportDateEnd=Beigu datums
      diff --git a/htdocs/langs/lv_LV/website.lang b/htdocs/langs/lv_LV/website.lang
      index 2daf26d8027..58c2756da4c 100644
      --- a/htdocs/langs/lv_LV/website.lang
      +++ b/htdocs/langs/lv_LV/website.lang
      @@ -71,7 +71,7 @@ BlogPost=Emuāra ziņa
       WebsiteAccount=Vietnes konts
       WebsiteAccounts=Vietnes konti
       AddWebsiteAccount=Izveidot mājas lapas kontu
      -BackToListOfThirdParty=Atpakaļ uz trešo personu sarakstu
      +BackToListOfThirdParty=Atpakaļ uz trešo pušu sarakstu
       DisableSiteFirst=Vispirms atspējojiet vietni
       MyContainerTitle=Manas tīmekļa vietnes virsraksts
       AnotherContainer=Vēl viens konteiners
      diff --git a/htdocs/langs/lv_LV/withdrawals.lang b/htdocs/langs/lv_LV/withdrawals.lang
      index a192c075732..7d71634041f 100644
      --- a/htdocs/langs/lv_LV/withdrawals.lang
      +++ b/htdocs/langs/lv_LV/withdrawals.lang
      @@ -1,7 +1,7 @@
       # Dolibarr language file - Source file is en_US - withdrawals
       CustomersStandingOrdersArea=Tiešā debeta maksājumu pasūtījumu sadaļa
       SuppliersStandingOrdersArea=Tiešo kredīta maksājumu uzdevumu apgabals
      -StandingOrdersPayment=Direct debit payment orders
      +StandingOrdersPayment=Tiešā debeta maksājuma uzdevumi
       StandingOrderPayment=Tiešā debeta maksājuma uzdevums
       NewStandingOrder=Jauns tiešā debeta pasūtījums
       StandingOrderToProcess=Jāapstrādā
      @@ -12,11 +12,11 @@ WithdrawalsLines=Direct debit order lines
       RequestStandingOrderToTreat=Request for direct debit payment order to process
       RequestStandingOrderTreated=Request for direct debit payment order processed
       NotPossibleForThisStatusOfWithdrawReceiptORLine=Not yet possible. Withdraw status must be set to 'credited' before declaring reject on specific lines.
      -NbOfInvoiceToWithdraw=Nb. of qualified invoice with waiting direct debit order
      -NbOfInvoiceToWithdrawWithInfo=Nb. of customer invoice with direct debit payment orders having defined bank account information
      +NbOfInvoiceToWithdraw=Kvalificēta rēķina Nr. Ar gaidīšanas tiešā debeta rīkojumu
      +NbOfInvoiceToWithdrawWithInfo=Klienta rēķina numurs ar tiešā debeta maksājuma uzdevumu, kurā ir norādīta informācija par bankas kontu
       InvoiceWaitingWithdraw=Invoice waiting for direct debit
       AmountToWithdraw=Summa atsaukt
      -WithdrawsRefused=Direct debit refused
      +WithdrawsRefused=Tiešais debets noraidīts
       NoInvoiceToWithdraw=Netika gaidīts neviens klienta rēķins ar atvērtiem tiešā debeta pieprasījumiem. Rēķina kartē dodieties uz cilni "%s", lai iesniegtu pieprasījumu.
       ResponsibleUser=Atbildīgais lietotājs
       WithdrawalsSetup=Tiešā debeta maksājuma iestatīšana
      @@ -26,8 +26,8 @@ LastWithdrawalReceipt=Jaunākie %s tiešā debeta ieņēmumi
       MakeWithdrawRequest=Izveidojiet tiešā debeta maksājumu pieprasījumu
       WithdrawRequestsDone=%s reģistrēti tiešā debeta maksājumu pieprasījumi
       ThirdPartyBankCode=Trešās puses bankas kods
      -NoInvoiceCouldBeWithdrawed=Nav veiksmīgi izņemts rēķins. Pārbaudiet, vai rēķini ir uz uzņēmumiem ar derīgu noklusējuma BAN un ka BAN ir RUM ar režīmu <strong> %s </ strong>.
      -ClassCredited=Klasificēt kredītus
      +NoInvoiceCouldBeWithdrawed=Netika veiksmīgi norakstīts rēķins. Pārbaudiet, vai rēķini ir norādīti uzĦēmumiem ar derīgu IBAN un IBAN ir UMR (unikālas pilnvaras atsauce) ar režīmu <strong> %s </strong>.
      +ClassCredited=Klasificēt kreditēts
       ClassCreditedConfirm=Vai tiešām vēlaties klasificēt šo atsaukuma kvīti kā kredītu jūsu bankas kontā?
       TransData=Darījuma datums
       TransMetod=Darījuma veids
      diff --git a/htdocs/langs/pt_BR/help.lang b/htdocs/langs/pt_BR/help.lang
      index 8f53e3087e9..d5a3bb13944 100644
      --- a/htdocs/langs/pt_BR/help.lang
      +++ b/htdocs/langs/pt_BR/help.lang
      @@ -13,9 +13,6 @@ Efficiency=eficiência
       TypeHelpOnly=Somente ajuda
       TypeHelpDev=Ajuda+Desenvolvimento
       TypeHelpDevForm=Ajuda+Desenvolvimento+Formação
      -ToGetHelpGoOnSparkAngels1=Algumas empresas podem prover um suporte online rápido (às vezes imediato) e mais eficiente ao assumirem o controle de seu computador. Tais ajudantes podem ser encontrados na página <b>%s</b>:
      -ToGetHelpGoOnSparkAngels3=Você também pode acessar a lista de todos os treinadores disponíveis para o Dolibarr, para isto clique no botão
      -ToGetHelpGoOnSparkAngels2=Às vezes, não há nenhuma empresa disponível no momento de fazer sua pesquisa, por isso acho que para mudar o filtro para procurar "tudo disponibilidade". Você será capaz de enviar mais pedidos.
       BackToHelpCenter=Caso contrário, clique aqui para ir para trás para ajudar a home page .
       LinkToGoldMember=Você pode ligar para um dos técnicos pré-selecionada por Dolibarr para o seu idioma, clicando em seu Widget (status e preço máximo são atualizados automaticamente):
       PossibleLanguages=Os idiomas suportados
      diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang
      index cf20bf2aa99..e013bed99bd 100644
      --- a/htdocs/langs/tr_TR/admin.lang
      +++ b/htdocs/langs/tr_TR/admin.lang
      @@ -296,7 +296,7 @@ ModuleSetup=Modül kurulumu
       ModulesSetup=Modül/Uygulama kurulumu
       ModuleFamilyBase=Sistem
       ModuleFamilyCrm=Müşteri İlişkileri Yönetimi (CRM)
      -ModuleFamilySrm=Vendor Relation Management (VRM)
      +ModuleFamilySrm=Tedarikçi İlişkileri Yönetimi (VRM)
       ModuleFamilyProducts=Ürün Yönetimi (ÜY)
       ModuleFamilyHr=İnsan Kaynakları Yönetimi (İK)
       ModuleFamilyProjects=Projeler/Ortak çalışma
      @@ -503,7 +503,7 @@ Module25Desc=Müşteri siparişleri yönetimi
       Module30Name=Faturalar
       Module30Desc=Müşteri faturaları ve iade faturaları yönetimi. Tedarikçi fatura yönetimi
       Module40Name=Tedarikçiler
      -Module40Desc=Suppliers and purchase management (purchase orders and billing)
      +Module40Desc=Tedarikçi ve satın alma yönetimi (satın alma siparişleri ve faturalandırma)
       Module42Name=Debug Logs
       Module42Desc=Logging facilities (file, syslog, ...). Such logs are for technical/debug purposes.
       Module49Name=Düzenleyiciler
      @@ -573,14 +573,14 @@ Module700Name=Bağışlar
       Module700Desc=Bağış yönetimi
       Module770Name=Gider raporları
       Module770Desc=Manage and claim expense reports (transportation, meal, ...)
      -Module1120Name=Vendor commercial proposal
      +Module1120Name=Tedarikçi faturaları
       Module1120Desc=Request vendor commercial proposal and prices
       Module1200Name=Mantis
       Module1200Desc=Mantis entegrasyonu
       Module1520Name=Belge Oluşturma
       Module1520Desc=Toplu posta belgesi oluşturma
       Module1780Name=Etiketler/Kategoriler
      -Module1780Desc=Create tags/category (products, customers, vendors, contacts or members)
      +Module1780Desc=Etiket/kategori oluştur (ürünler, müşteriler, tedarikçiler, kişiler ve üyeler)
       Module2000Name=FCKdüzenleyici (FCKeditor)
       Module2000Desc=Allow text fields to be edited using CKEditor
       Module2200Name=Dinamik Fiyatlar
      @@ -1036,7 +1036,7 @@ Delays_MAIN_DELAY_ACTIONS_TODO=Delay (in days) before alert on planned events (a
       Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay (in days) before alert on project not closed in time
       Delays_MAIN_DELAY_TASKS_TODO=Delay (in days) before alert on planned tasks (project tasks) not completed yet
       Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay (in days) before alert on orders not processed yet
      -Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay (in days) before alert on purchase orders not processed yet
      +Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Henüz işlenmemiş satın alma siparişleri için uyarı öncesi gecikme toleransı (gün olarak)
       Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay (in days) before alert on proposals to close
       Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay (in days) before alert on proposals not billed
       Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Delay (in days) before alert on services to activate
      @@ -1205,8 +1205,8 @@ UserMailRequired=Yeni bir kullanıcı oluşturmak için gerekli EPosta
       HRMSetup=İK modülü ayarları
       ##### Company setup #####
       CompanySetup=Firmalar modülü kurulumu
      -CompanyCodeChecker=Options for automatic generation of customer / vendor codes
      -AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
      +CompanyCodeChecker=Müşteri/Tedarikçi kodlarının otomatik üretimi için seçenekler
      +AccountCodeManager=Müşteri/Tedarikçi muhasebe kodlarının otomatik üretimi için seçenekler
       NotificationsDesc=Eposta özelliği, bazı Dolibarr etkinlikleri için sessiz ve otomatik olarak posta göndermenizi sağlar. Bildirim hedefleri şu şekilde tanımlanabilir:
       NotificationsDescUser=* kullanıcı başına, her seferinde bir kullanıcı.
       NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
      @@ -1651,7 +1651,7 @@ MultiCompanySetup=Çoklu şirket modülü kurulumu
       ##### Suppliers #####
       SuppliersSetup=Tedarikçi modülü kurulumu
       SuppliersCommandModel=Complete template of purchase order (logo...)
      -SuppliersInvoiceModel=Complete template of vendor invoice (logo...)
      +SuppliersInvoiceModel=Tedarikçi faturasının eksiksiz şablonu (logo...)
       SuppliersInvoiceNumberingModel=Tedarikçi faturaları numaralandırma modelleri
       IfSetToYesDontForgetPermission=Evet olarak ayarlıysa, ikinci onayı sağlayacak grup ve kullanıcılara izin sağlamayı unutmayın
       ##### GeoIPMaxmind #####
      @@ -1688,7 +1688,7 @@ NoAmbiCaracAutoGeneration=Otomatik oluşturma için belirsiz karakter ("1","l","
       SalariesSetup=Ücretler Modülü Ayarları
       SortOrder=Sıralama düzeni
       Format=Biçim
      -TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and vendors payment type
      +TypePaymentDesc=0:Müşteri ödeme türü, 1:Tedarikçi ödeme türü, 2:Hem müşteri hem de tedarikçi ödeme türü
       IncludePath=Yolu içerir (%s değişlende tanımlanır)
       ExpenseReportsSetup=Gider Raporları modülü Ayarları
       TemplatePDFExpenseReports=Gider raporu belgesi oluşturmak için belge şablonları
      diff --git a/htdocs/langs/tr_TR/banks.lang b/htdocs/langs/tr_TR/banks.lang
      index d92b96bae51..9a70999c6d6 100644
      --- a/htdocs/langs/tr_TR/banks.lang
      +++ b/htdocs/langs/tr_TR/banks.lang
      @@ -1,13 +1,13 @@
       # Dolibarr language file - Source file is en_US - banks
       Bank=Banka
      -MenuBankCash=Bank | Cash
      -MenuVariousPayment=Miscellaneous payments
      -MenuNewVariousPayment=New Miscellaneous payment
      +MenuBankCash=Banka | Kasa
      +MenuVariousPayment=Çeşitli ödemeler
      +MenuNewVariousPayment=Yeni Çeşitli ödeme
       BankName=Banka adı
       FinancialAccount=Hesap
       BankAccount=Banka hesabı
       BankAccounts=Banka hesapları
      -BankAccountsAndGateways=Banka hesapları | Ağ geçitleri
      +BankAccountsAndGateways=Banka | Ağ Geçitleri
       ShowAccount=Hesabı Göster
       AccountRef=Ticari hesap ref
       AccountLabel=Ticari hesap adı
      @@ -31,11 +31,11 @@ Reconciliation=Uzlaşma
       RIB=Banka Hesap Numarası
       IBAN=IBAN numarası
       BIC=BIC/SWIFT numarası
      -SwiftValid=BIC/SWIFT valid
      -SwiftVNotalid=BIC/SWIFT not valid
      -IbanValid=BAN valid
      -IbanNotValid=BAN not valid
      -StandingOrders=Direct Debit orders
      +SwiftValid=BIC/SWIFT geçerli
      +SwiftVNotalid=BIC/SWIFT geçerli değil
      +IbanValid=BAN geçerli
      +IbanNotValid=BAN geçerli değil
      +StandingOrders=Otomatik Ödeme talimatları
       StandingOrder=Otomatik ödeme talimatı
       AccountStatement=Hesap özeti
       AccountStatementShort=Özet
      @@ -46,7 +46,7 @@ BankAccountDomiciliation=Hesap adresi
       BankAccountCountry=Hesap ülkesi
       BankAccountOwner=Hesap sahibi adı
       BankAccountOwnerAddress=Hesap sahibi adresi
      -RIBControlError=Değerlerin bütünlük denetimi başarısız. Bu demektir ki; bu hesap numarasına ait bilgiler tam değil ya da yanlıştır (ülkeyi, numaraları ve IBAN’ı kontrol edin).
      +RIBControlError=Değerlerin bütünlük kontrolü başarısız. Bu da, bu hesap numarasının bilgilerinin eksik veya yanlış olduğu anlamına gelir (ülke, numaralar ve IBAN kontrol edin).
       CreateAccount=Hesap oluştur
       NewBankAccount=Yeni hesap
       NewFinancialAccount=Yeni ticari hesap
      @@ -60,42 +60,43 @@ BankType2=Kasa hesabı
       AccountsArea=Hesaplar alanı
       AccountCard=Hesap kartı
       DeleteAccount=Hesap sil
      -ConfirmDeleteAccount=Are you sure you want to delete this account?
      +ConfirmDeleteAccount=Bu hesabı silmek istediğinizden emin misiniz?
       Account=Hesap
      -BankTransactionByCategories=Bank entries by categories
      -BankTransactionForCategory=Bank entries for category <b>%s</b>
      +BankTransactionByCategories=Kategorilere göre banka kayıtları
      +BankTransactionForCategory=<b>%s</b> kategorisi için banka kayıtları
       RemoveFromRubrique=Kategori bağlantısını kaldır
      -RemoveFromRubriqueConfirm=Are you sure you want to remove link between the entry and the category?
      -ListBankTransactions=List of bank entries
      +RemoveFromRubriqueConfirm=Giriş ve kategori arasındaki bağlantıyı kaldırmak istediğinizden emin misiniz?
      +ListBankTransactions=Banka kayıtlarının listesi
       IdTransaction=İşlem Kimliği
      -BankTransactions=Bank entries
      -BankTransaction=Bank entry
      -ListTransactions=List entries
      -ListTransactionsByCategory=List entries/category
      -TransactionsToConciliate=Entries to reconcile
      +BankTransactions=Banka kayıtları
      +BankTransaction=Banka girişi
      +ListTransactions=Kayıtları listele
      +ListTransactionsByCategory=Kayıtları/Kategorileri listele
      +TransactionsToConciliate=Uzlaştırılacak girişler
       Conciliable=Uzlaştırılabilir
       Conciliate=Uzlaştır
       Conciliation=Uzlaşma
      -ReconciliationLate=Reconciliation late
      +SaveStatementOnly=Yalnızca bildirimi kaydet
      +ReconciliationLate=Uzlaştırma gecikmiş
       IncludeClosedAccount=Kapalı hesapları içer
       OnlyOpenedAccount=Yalnızca açık hesaplar
       AccountToCredit=Alacak hesabı
       AccountToDebit=Borç hesabı
       DisableConciliation=Bu hesap için uzlaşma özelliğini engelle
       ConciliationDisabled=Uzlaşma özelliği engelli
      -LinkedToAConciliatedTransaction=Linked to a conciliated entry
      +LinkedToAConciliatedTransaction=Uzlaştırılmış bir girişe bağlı
       StatusAccountOpened=Açık
       StatusAccountClosed=Kapalı
       AccountIdShort=Numarası
       LineRecord=İşlem
      -AddBankRecord=Add entry
      -AddBankRecordLong=Add entry manually
      -Conciliated=Reconciled
      +AddBankRecord=Giriş ekle
      +AddBankRecordLong=El ile giriş ekle
      +Conciliated=Uzlaştırıldı
       ConciliatedBy=Uzlaştıran
       DateConciliating=Uzlaştırma tarihi
      -BankLineConciliated=Entry reconciled
      -Reconciled=Reconciled
      -NotReconciled=Not reconciled
      +BankLineConciliated=Giriş uzlaştırıldı
      +Reconciled=Uzlaştırıldı
      +NotReconciled=Uzlaştırılmadı
       CustomerInvoicePayment=Müşteri ödemesi
       SupplierInvoicePayment=Tedarikçi ödemesi
       SubscriptionPayment=Abonelik ödemesi
      @@ -104,26 +105,26 @@ SocialContributionPayment=Sosyal/mali vergi ödemesi
       BankTransfer=Banka havalesi
       BankTransfers=Banka havaleleri
       MenuBankInternalTransfer=İç aktarım
      -TransferDesc=Transfer from one account to another one, Dolibarr will write two record (a debit in source account and a credit in target account. The same amount (except sign), label and date will be used for this transaction)
      +TransferDesc=Bir hesaptan başka bir hesaba transfer sırasında Dolibarr iki kayıt yazacaktır (kaynak hesaba borç ve hedef hesaba kredi). Bu işlem için aynı tutar (işaret hariç), etiket ve tarih kullanılacaktır.
       TransferFrom=Kimden
       TransferTo=Kime
       TransferFromToDone=<b>%s</b> den <b>%s</b> nin <b>%s</b> %s ne bir transfer kaydedildi.
       CheckTransmitter=Gönderen
      -ValidateCheckReceipt=Validate this check receipt?
      -ConfirmValidateCheckReceipt=Are you sure you want to validate this check receipt, no change will be possible once this is done?
      -DeleteCheckReceipt=Delete this check receipt?
      -ConfirmDeleteCheckReceipt=Are you sure you want to delete this check receipt?
      +ValidateCheckReceipt=Bu çek makbuzu doğrulansın mı?
      +ConfirmValidateCheckReceipt=Bu çek makbuzunu doğrulamak istediğinizden emin misiniz? Bu işlem onayından sonra değişiklik yapılamaz.
      +DeleteCheckReceipt=Bu çek makbuzu silinsin mi?
      +ConfirmDeleteCheckReceipt=Bu çek makbuzunu silmek istediğinizden emin misiniz?
       BankChecks=Banka çekleri
       BankChecksToReceipt=Ödeme için bekleyen çekler
       ShowCheckReceipt=Çek tahsilat makbuzunu göster
       NumberOfCheques=Çek sayısı
      -DeleteTransaction=Delete entry
      -ConfirmDeleteTransaction=Are you sure you want to delete this entry?
      -ThisWillAlsoDeleteBankRecord=This will also delete generated bank entry
      +DeleteTransaction=Girişi sil
      +ConfirmDeleteTransaction=Bu girişi silmek istediğinizden emin misiniz?
      +ThisWillAlsoDeleteBankRecord=Bu, oluşturulan banka girişini de silecektir
       BankMovements=Hareketler
      -PlannedTransactions=Planned entries
      +PlannedTransactions=Planlanmış girişler
       Graph=Grafikler
      -ExportDataset_banque_1=Bank entries and account statement
      +ExportDataset_banque_1=Banka kayıtları ve hesap ekstresi
       ExportDataset_banque_2=Banka cüzdanı
       TransactionOnTheOtherAccount=Diğer hesaptaki işlemler
       PaymentNumberUpdateSucceeded=Ödeme numarası güncellemesi başarılı
      @@ -131,35 +132,35 @@ PaymentNumberUpdateFailed=Ödeme numarası güncellenemedi
       PaymentDateUpdateSucceeded=Ödeme tarihi güncellemesi başarılı
       PaymentDateUpdateFailed=Ödeme tarihi güncellenemedi
       Transactions=İşlemler
      -BankTransactionLine=Bank entry
      -AllAccounts=All bank and cash accounts
      +BankTransactionLine=Banka girişi
      +AllAccounts=Tüm banka ve kasa hesapları
       BackToAccount=Hesaba geri dön
       ShowAllAccounts=Tüm hesaplar için göster
       FutureTransaction=Gelecekteki işlem. Hiçbir şekilde uzlaştırılamaz.
      -SelectChequeTransactionAndGenerate=Çek tahsilat makbuzunun içereceği çekleri seç/süz ve “Oluştur” a tıkla.
      +SelectChequeTransactionAndGenerate=Çek mevduat makbuzuna dahil etmek için çekleri seç/filtrele ve "Oluştur" butonuna tıkla.
       InputReceiptNumber=Uzlaştırma ile ilişkili banka hesap özetini seç. Sıralanabilir bir sayısal değer kullan: YYYYMM ya da YYYYMMDD
       EventualyAddCategory=Sonunda, kayıtları sınıflandırmak için bir kategori belirtin
      -ToConciliate=To reconcile?
      +ToConciliate=Uzlaştırılsın mı?
       ThenCheckLinesAndConciliate=Sonra, banka hesap özetindeki kalemleri işaretleyin ve tıklayın
       DefaultRIB=Varsayılan BAN
       AllRIB=Tüm BAN
       LabelRIB=BAN Etiketi
       NoBANRecord=BAN kaydı yok
       DeleteARib=BAN kaydını sil
      -ConfirmDeleteRib=Are you sure you want to delete this BAN record?
      +ConfirmDeleteRib=Bu BAN kaydını silmek istediğinizden emin misiniz?
       RejectCheck=Çek döndü
      -ConfirmRejectCheck=Are you sure you want to mark this check as rejected?
      +ConfirmRejectCheck=Bu çeki reddedildi olarak işaretlemek istediğinizden emin misiniz?
       RejectCheckDate=Dönen çekin tarihi
       CheckRejected=Çek döndü
       CheckRejectedAndInvoicesReopened=Çek döndü ve fatura yeniden açık yapıldı
       BankAccountModelModule=Banka hesapları için belge şablonları
      -DocumentModelSepaMandate=Template of SEPA mandate. Usefull for european countries in EEC only.
      -DocumentModelBan=Template to print a page with BAN information.
      -NewVariousPayment=New miscellaneous payments
      -VariousPayment=Miscellaneous payments
      -VariousPayments=Miscellaneous payments
      -ShowVariousPayment=Show miscellaneous payments
      -AddVariousPayment=Add miscellaneous payments
      +DocumentModelSepaMandate=Template of SEPA mandate. Useful for European countries in EEC only.
      +DocumentModelBan=BAN bilgisini içeren bir sayfayı yazdırmak için şablon
      +NewVariousPayment=Yeni çeşitli ödemeler
      +VariousPayment=Çeşitli ödemeler
      +VariousPayments=Çeşitli ödemeler
      +ShowVariousPayment=Çeşitli ödemeleri göster
      +AddVariousPayment=Çeşitli ödemeler ekle
       SEPAMandate=SEPA mandate
       YourSEPAMandate=Your SEPA mandate
      -FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Thanks to return it signed (scan of the signed document) or sent it by mail to
      +FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Return it signed (scan of the signed document) or send it by mail to
      diff --git a/htdocs/langs/tr_TR/companies.lang b/htdocs/langs/tr_TR/companies.lang
      index 24af8c07f80..ac09214a547 100644
      --- a/htdocs/langs/tr_TR/companies.lang
      +++ b/htdocs/langs/tr_TR/companies.lang
      @@ -44,7 +44,7 @@ ToCreateContactWithSameName=Will create a Third Party and a linked Contact/Addre
       ParentCompany=Ana firma
       Subsidiaries=Bağlı firmalar
       ReportByMonth=Aya göre rapor
      -ReportByCustomers=Report by customer
      +ReportByCustomers=Müşteriye göre rapor
       ReportByQuarter=Orana göre rapor
       CivilityCode=Hitap kodu
       RegisteredOffice=Kayıtlı Ofisi
      @@ -267,7 +267,7 @@ Prospect=Aday
       CustomerCard=Müşteri Kartı
       Customer=Müşteri
       CustomerRelativeDiscount=Göreceli müşteri indirimi
      -SupplierRelativeDiscount=Relative vendor discount
      +SupplierRelativeDiscount=Göreceli tedarikçi indirimi
       CustomerRelativeDiscountShort=Göreceli indirim
       CustomerAbsoluteDiscountShort=Mutlak indirim
       CompanyHasRelativeDiscount=Bu müşterinin varsayılan bir <b>%s%%</b> indirimi var
      @@ -284,8 +284,8 @@ HasCreditNoteFromSupplier=You have credit notes for <b>%s</b> %s from this suppl
       CompanyHasNoAbsoluteDiscount=Bu müşterinin hiçbir indirim alacağı yoktur
       CustomerAbsoluteDiscountAllUsers=Mutlak müşteri indirimleri (tüm kullanıcılar tarafından verilen)
       CustomerAbsoluteDiscountMy=Mutlak müşteri indirimleri (sizin tarafınızdan verilen)
      -SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
      -SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
      +SupplierAbsoluteDiscountAllUsers=Mutlak satıcı indirimleri (tüm kullanıcıları tarafından girilen)
      +SupplierAbsoluteDiscountMy=Mutlak satıcı indirimleri (tarafınızdan girilen)
       DiscountNone=Hiçbiri
       Supplier=Tedarikçi
       AddContact=Kişi oluştur
      diff --git a/htdocs/langs/tr_TR/compta.lang b/htdocs/langs/tr_TR/compta.lang
      index 61bd992c206..a51822148ab 100644
      --- a/htdocs/langs/tr_TR/compta.lang
      +++ b/htdocs/langs/tr_TR/compta.lang
      @@ -13,12 +13,12 @@ LTReportBuildWithOptionDefinedInModule=Burada gösterilen tutarlar Firma ayarlar
       Param=Ayarlar
       RemainingAmountPayment=Kalan ödeme tutarı:
       Account=Hesap
      -Accountparent=Parent account
      -Accountsparent=Parent accounts
      +Accountparent=Ana hesap
      +Accountsparent=Ana hesaplar
       Income=Gelir
       Outcome=Gider
       MenuReportInOut=Gelir/Gider
      -ReportInOut=Balance of income and expenses
      +ReportInOut=Gelir ve Gider dengesi
       ReportTurnover=Turnover invoiced
       ReportTurnoverCollected=Turnover collected
       PaymentsNotLinkedToInvoice=Herhangi bir faturaya bağlı olmayan ödemeler, herhangi bir üçüncü partiye de bağlı değildir
      @@ -33,19 +33,19 @@ Piece=Muhasebe Belg.
       AmountHTVATRealReceived=Net alınan
       AmountHTVATRealPaid=Net ödenen
       VATToPay=Tax sales
      -VATReceived=Tax received
      +VATReceived=Alınan vergi
       VATToCollect=Tax purchases
      -VATSummary=Tax monthly
      +VATSummary=Aylık vergi
       VATBalance=Tax Balance
      -VATPaid=Tax paid
      +VATPaid=Ödenen vergi
       LT1Summary=Tax 2 summary
       LT2Summary=Tax 3 summary
       LT1SummaryES=RE Bakiye
       LT2SummaryES=IRPF bakiyesi
       LT1SummaryIN=CGST Balance
       LT2SummaryIN=SGST Balance
      -LT1Paid=Tax 2 paid
      -LT2Paid=Tax 3 paid
      +LT1Paid=Ödenen vergi 2
      +LT2Paid=Ödenen vergi 3
       LT1PaidES=RE Ödenen
       LT2PaidES=IRPF ödenmiş
       LT1PaidIN=CGST Paid
      @@ -76,18 +76,18 @@ MenuTaxAndDividends=Vergiler ve kar payları
       MenuSocialContributions=Sosyal/mali vergiler
       MenuNewSocialContribution=Yeni sosyal/mali
       NewSocialContribution=Yeni sosyal/mali vergi
      -AddSocialContribution=Add social/fiscal tax
      +AddSocialContribution=Sosyal/mali vergi ekle
       ContributionsToPay=Ödenecek sosyal/mali vergiler
       AccountancyTreasuryArea=Billing and payment area
       NewPayment=Yeni ödeme
       Payments=Ödemeler
       PaymentCustomerInvoice=Müşteri fatura ödemesi
      -PaymentSupplierInvoice=Vendor invoice payment
      +PaymentSupplierInvoice=Tedarikçi faturası ödemesi
       PaymentSocialContribution=Sosyal/mali vergi ödemesi
       PaymentVat=KDV ödeme
       ListPayment=Ödemeler listesi
       ListOfCustomerPayments=Müşteri ödemeleri listesi
      -ListOfSupplierPayments=List of vendor payments
      +ListOfSupplierPayments=Tedarikçi ödemelerinin listesi
       DateStartPeriod=Başlangıç dönemi tarihi
       DateEndPeriod=Bitiş dönemi tarihi
       newLT1Payment=Yeni vergi 2 ödemesi
      @@ -113,14 +113,14 @@ ShowVatPayment=KDV ödemesi göster
       TotalToPay=Ödenecek toplam
       BalanceVisibilityDependsOnSortAndFilters=Balance is visible in this list only if table is sorted ascending on %s and filtered for 1 bank account
       CustomerAccountancyCode=Customer accounting code
      -SupplierAccountancyCode=Vendor accounting code
      +SupplierAccountancyCode=Tedarikçi muhasebe kodu
       CustomerAccountancyCodeShort=Müşt. hesap kodu
       SupplierAccountancyCodeShort=Ted. hesap kodu
       AccountNumber=Hesap numarası
       NewAccountingAccount=Yeni hesap
       Turnover=Turnover invoiced
       TurnoverCollected=Turnover collected
      -SalesTurnoverMinimum=Minimum turnover
      +SalesTurnoverMinimum=Minimum ciro
       ByExpenseIncome=Giderler ve gelirlere göre
       ByThirdParties=Üçüncü partiye göre
       ByUserAuthorOfInvoice=Faturayı yazana göre
      @@ -132,7 +132,7 @@ NewCheckDeposit=Yeni çek hesabı
       NewCheckDepositOn=Bu hesap için makbuz oluştur: %s
       NoWaitingChecks=Para yatırılmayı bekleyen çek yok.
       DateChequeReceived=Çek giriş tarihi
      -NbOfCheques=Çek sayısı
      +NbOfCheques=No. of checks
       PaySocialContribution=Bir sosyal/mali vergi öde
       ConfirmPaySocialContribution=Bu sosyal ya da mali vergiyi ödendi olarak sınıflandırmak istediğinizden emin misiniz?
       DeleteSocialContribution=Bir sosyal ya da mali vergi ödemesi sil
      @@ -142,7 +142,7 @@ CalcModeVATDebt=Mod <b>%sKDV, taahhüt hesabı%s için</b>.
       CalcModeVATEngagement=Mod <b>%sKDV, gelirler-giderler%s için</b>.
       CalcModeDebt=Analysis of known recorded invoices even if they are not yet accounted in ledger.
       CalcModeEngagement=Analysis of known recorded payments, even if they are not yet accounted in Ledger.
      -CalcModeBookkeeping=Analysis of <b>data journalized in Bookkeeping Ledger table</b>
      +CalcModeBookkeeping=Analysis of data journalized in Bookkeeping Ledger table.
       CalcModeLT1= Müşteri faturaları için mod <b>%sRE tedrikçi faturaları için mod %s</b>
       CalcModeLT1Debt=Biçim durumu<b>%sRE, bu müşteri faturası için%s</b>
       CalcModeLT1Rec= Biçim durumu<b>%sRE, bu tedarikçi faturası için%s</b>
      @@ -167,19 +167,19 @@ RulesAmountOnInOutBookkeepingRecord=It includes record in your Ledger with accou
       RulesResultBookkeepingPredefined=It includes record in your Ledger with accounting accounts that has the group "EXPENSE" or "INCOME"
       RulesResultBookkeepingPersonalized=It show record in your Ledger with accounting accounts <b>grouped by personalized groups</b>
       SeePageForSetup=See menu <a href="%s">%s</a> for setup
      -DepositsAreNotIncluded=- Down payment invoices are nor included
      +DepositsAreNotIncluded=- Down payment invoices are not included
       DepositsAreIncluded=- Down payment invoices are included
       LT1ReportByCustomers=Report tax 2 by third party
       LT2ReportByCustomers=Report tax 3 by third party
       LT1ReportByCustomersES=RE Üçüncü partiye göre rapor
       LT2ReportByCustomersES=Üçüncü parti IRPF Raporu
      -VATReport=Sale tax report
      +VATReport=Satış vergisi raporu
       VATReportByPeriods=Döneme göre satış vergisi raporu
      -VATReportByRates=Sale tax report by rates
      -VATReportByThirdParties=Sale tax report by third parties
      -VATReportByCustomers=Sale tax report by customer
      +VATReportByRates=Oranlara göre satış vergisi raporu
      +VATReportByThirdParties=Üçüncü taraflara göre satış vergisi raporu
      +VATReportByCustomers=Müşteriye göre satış vergisi raporu
       VATReportByCustomersInInputOutputMode=Müşteriye göre alınan ve ödenen KDV raporu
      -VATReportByQuartersInInputOutputMode=Report by Sale tax rate of the tax collected and paid
      +VATReportByQuartersInInputOutputMode=Tahsil edilen ve ödenen verginin satış vergisi oranına göre rapor
       LT1ReportByQuarters=Report tax 2 by rate
       LT2ReportByQuarters=Report tax 3 by rate
       LT1ReportByQuartersES=RE Orana göre rapor
      @@ -189,7 +189,7 @@ SeeVATReportInDueDebtMode=Akış seçenekli bir hesaplama için <b>%sKDV akış
       RulesVATInServices=- Hizmetler için, rapor ödeme tarihine dayalı olarak gerçekte alınan ya da verilen KDV düzenlemelerini içerir.
       RulesVATInProducts=- For material assets, the report includes the VAT received or issued on the basis of the date of payment.
       RulesVATDueServices=- Hizmetler için, ödenmiş ya da ödenmemiş fatura tarihini baz alan rapor fatura KDV lerini içerir.
      -RulesVATDueProducts=- For material assets, the report includes the VAT invoices, based on the invoice date.
      +RulesVATDueProducts=- Maddi varlıklar için, rapor fatura tarihine dayalı olarak KDV faturalarını içerir.
       OptionVatInfoModuleComptabilite=Not: maddi varlıklar için, daha adil olması açısından teslim tarihi kullanılmalı.
       ThisIsAnEstimatedValue=This is a preview, based on business events and not from the final ledger table, so final results may differ from this preview values
       PercentOfInvoice=%%/fatura
      @@ -224,16 +224,16 @@ CalculationRuleDescSupplier=Aynı hesaplama kuralını uygulamak ve tedarikçini
       TurnoverPerProductInCommitmentAccountingNotRelevant=The report of Turnover collected per product is not available. This report is only available for turnover invoiced.
       TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=The report of Turnover collected per sale tax rate is not available. This report is only available for turnover invoiced.
       CalculationMode=Hesaplama modu
      -AccountancyJournal=Accounting code journal
      +AccountancyJournal=Muhasebe kodu günlüğü
       ACCOUNTING_VAT_SOLD_ACCOUNT=Accounting account by default for VAT on sales (used if not defined on VAT dictionary setup)
       ACCOUNTING_VAT_BUY_ACCOUNT=Accounting account by default for VAT on purchases (used if not defined on VAT dictionary setup)
       ACCOUNTING_VAT_PAY_ACCOUNT=Accounting account by default for paying VAT
       ACCOUNTING_ACCOUNT_CUSTOMER=Accounting account used for customer third parties
      -ACCOUNTING_ACCOUNT_CUSTOMER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated customer accouting account on third party is not defined.
      -ACCOUNTING_ACCOUNT_SUPPLIER=Accounting account used for vendor third parties
      -ACCOUNTING_ACCOUNT_SUPPLIER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accouting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated supplier accouting account on third party is not defined.
      +ACCOUNTING_ACCOUNT_CUSTOMER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accounting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated customer accounting account on third party is not defined.
      +ACCOUNTING_ACCOUNT_SUPPLIER=Tedarikçi üçüncü partileri için kullanılan muhasebe hesabı
      +ACCOUNTING_ACCOUNT_SUPPLIER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accounting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated supplier accounting account on third party is not defined.
       CloneTax=Sosyal/mali vergi kopyala
      -ConfirmCloneTax=Sosyal/mali vergi ödemesi kopyalamasını onayla
      +ConfirmCloneTax=Confirm the clone of a social/fiscal tax
       CloneTaxForNextMonth=Sonraki aya kopyala
       SimpleReport=Basit rapor
       AddExtraReport=Extra reports (add foreign and national customer report)
      @@ -248,7 +248,7 @@ ErrorBankAccountNotFound=Hata: Banka hesabı bulunamadı
       FiscalPeriod=Muhasebe dönemi
       ListSocialContributionAssociatedProject=List of social contributions associated with the project
       DeleteFromCat=Remove from accounting group
      -AccountingAffectation=Accounting assignement
      +AccountingAffectation=Accounting assignment
       LastDayTaxIsRelatedTo=Last day of period the tax is related to
       VATDue=Sale tax claimed
       ClaimedForThisPeriod=Claimed for the period
      diff --git a/htdocs/langs/tr_TR/contracts.lang b/htdocs/langs/tr_TR/contracts.lang
      index 17ac0c9c888..2333741bf65 100644
      --- a/htdocs/langs/tr_TR/contracts.lang
      +++ b/htdocs/langs/tr_TR/contracts.lang
      @@ -31,11 +31,11 @@ NewContract=Yeni sözleşme
       NewContractSubscription=Yeni sözleşme/üyelik
       AddContract=Sözleşme oluştur
       DeleteAContract=Bir sözleşme sil
      -ActivateAllOnContract=Activate all services
      +ActivateAllOnContract=Tüm hizmetleri etkinleştir
       CloseAContract=Bir sözleşme kapat
       ConfirmDeleteAContract=Bu sözleşmeyi ve tüm hizmetlerini silmek istediğinizden emin misiniz?
       ConfirmValidateContract=Bu sözleşmeyi <b>%s</b> adıyla doğrulamak istediğinizden emin misiniz?
      -ConfirmActivateAllOnContract=This will open all services (not yet active). Are you sure you want to open all services?
      +ConfirmActivateAllOnContract=Bu, tüm hizmetleri açacaktır (henüz aktif olmayan). Tüm hizmetleri açmak istediğinizden emin misiniz?
       ConfirmCloseContract=Bu tüm hizmetleri kapatacaktır (aktif veya değil). Bu sözleşmeyi kapatmak istediğinizden emin misiniz?
       ConfirmCloseService=Bu hizmeti <b>%s</b> tarihli olarak kapatmak istediğinizden emin misiniz?
       ValidateAContract=Bir sözleşme doğrula
      @@ -67,8 +67,8 @@ CloseService=Hizmet kapat
       BoardRunningServices=Süresi dolmuş yürürlükteki hizmetler
       ServiceStatus=Hizmet durumu
       DraftContracts=Taslak sözleşmeler
      -CloseRefusedBecauseOneServiceActive=En az bir açık hizmeti olduğundan dolayı sözleşme kapatılamıyor
      -ActivateAllContracts=Activate all contract lines
      +CloseRefusedBecauseOneServiceActive=Sözleşme üzerinde en az  bir hizmet bulunduğu için kapatılamıyor
      +ActivateAllContracts=Tüm sözleşme satırlarını etkinleştir
       CloseAllContracts=Bütün sözleşme kalemlerini kapat
       DeleteContractLine=Bir sözleşme kalemi sil
       ConfirmDeleteContractLine=Bu sözleşme satırını silmek istediğinizden emin misiniz?
      @@ -87,8 +87,9 @@ ContactNameAndSignature=%s için, ad ve imza
       OnlyLinesWithTypeServiceAreUsed=Yalnızca "Hizmet" türündeki satırlar klonlanacaktır.
       CloneContract=Sözleşmeyi kopyala
       ConfirmCloneContract=<b>%s</b> sözleşmesini kopyalamak istediğinizden emin misiniz?
      -LowerDateEndPlannedShort=Lower planned end date of active services
      -SendContractRef=Contract information __REF__
      +LowerDateEndPlannedShort=Aktif hizmetlerin planlı alt bitiş tarihi
      +SendContractRef=Sözleşme bilgileri __REF__
      +OtherContracts=Diğer sözleşmeler
       ##### Types de contacts #####
       TypeContact_contrat_internal_SALESREPSIGN=Sözleşmeyi imzalalayacak satış temsilcisi
       TypeContact_contrat_internal_SALESREPFOLL=Sözleşmeyi izleyecek satış temsilcisi
      diff --git a/htdocs/langs/tr_TR/errors.lang b/htdocs/langs/tr_TR/errors.lang
      index 2110b131ad4..41f33967317 100644
      --- a/htdocs/langs/tr_TR/errors.lang
      +++ b/htdocs/langs/tr_TR/errors.lang
      @@ -88,7 +88,7 @@ ErrorsOnXLines=<b>%</b> kaynak satırlarındaki hatalar
       ErrorFileIsInfectedWithAVirus=Virüs koruma programı dosyayı doğrulayamıyor (dosyaya bir virüs bulaşmış olabilir)
       ErrorSpecialCharNotAllowedForField=%s alanında özel karakterlere izin verilmez
       ErrorNumRefModel=Veritabanına (%s) bir başvuru var ve bu numaralandırma kuralı ile uyumlu değildir. Kaydı kaldırın ya da bu modülü etkinleştirmek için başvurunun adını değiştirin.
      -ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this supplier
      +ErrorQtyTooLowForThisSupplier=Bu tedarikçi için miktar çok düşük veya bu ürüne bu tedarikçi için bir fiyat tanımlanmamış
       ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created beacuse of too low quantity
       ErrorModuleSetupNotComplete=Modül ayarı tamamlanmamış gibi görünüyor. Tamamlamak için Giriş - Ayarlar - Modüller menüsüne git.
       ErrorBadMask=Maskede hata
      @@ -180,7 +180,7 @@ ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Modül Tanımlayıcıda hatalı
       ErrorSavingChanges=An error has occurred when saving the changes
       ErrorWarehouseRequiredIntoShipmentLine=Depo gemi hattı üzerinde gerekli
       ErrorFileMustHaveFormat=Dosya %s biçiminde olmalıdır
      -ErrorSupplierCountryIsNotDefined=Country for this vendor is not defined. Correct this first.
      +ErrorSupplierCountryIsNotDefined=Bu tedarikçi için bir ülke tanımlı değil. Önce bunu düzeltin.
       ErrorsThirdpartyMerge=İki kaydın birleştirilmesinde hata. İstek iptal edildi.
       ErrorStockIsNotEnoughToAddProductOnOrder=Stock is not enough for product %s to add it into a new order.
       ErrorStockIsNotEnoughToAddProductOnInvoice=Stock is not enough for product %s to add it into a new invoice.
      diff --git a/htdocs/langs/tr_TR/install.lang b/htdocs/langs/tr_TR/install.lang
      index 1e2f10367b4..2816c0c2da7 100644
      --- a/htdocs/langs/tr_TR/install.lang
      +++ b/htdocs/langs/tr_TR/install.lang
      @@ -2,37 +2,37 @@
       InstallEasy=Sadece adım adım yönergeleri izleyin.
       MiscellaneousChecks=Önkoşulların onayı
       ConfFileExists=Yapılandırma dosyası <b>%s</b> var.
      -ConfFileDoesNotExistsAndCouldNotBeCreated=Yapılandırma dosyası <b>%s</b> yoktur ve oluşturulamıyor!
      +ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
       ConfFileCouldBeCreated=Yapılandırma dosyası <b>%s</b> oluşturulabilir.
      -ConfFileIsNotWritable=Yapılandırma dosyası <b>%s</b> yazılabilir değil. Yetkileri kontrol edin. İlk yüklemede web sunucusuna yapılandırma işlemi sırasında bu dosyaya yazabilme hakkının verilmiş olması gerekir ( "örneğin, chmod 666, bir Unix işletim sistemindeki gibi).
      +ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permissions. For first install, your web server must be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
       ConfFileIsWritable=Yapılandırma dosyası <b>%s</b>  yazılabilir.
       ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
      -ConfFileReload=Bütün bilgileri yapılandırma dosyasından geri yükle.
      +ConfFileReload=Reloading parameters from configuration file.
       PHPSupportSessions=Bu PHP oturumları destekliyor.
       PHPSupportPOSTGETOk=Bu PHP GÖNDER ve AL değişkenlerini destekliyor.
      -PHPSupportPOSTGETKo=Bu PHP kurulumunun GÖNDER ve AL  değişkenlerini desteklememesi mümkündür. Php.ini içindeki <b>variables_order</b> parametresini kontrol edin.
      -PHPSupportGD=Bu PHP GD grafik işlevlerini destekliyor.
      -PHPSupportCurl=Bu PHP Curl. destekliyor.
      -PHPSupportUTF8=Bu PHP UTF8 işlevlerini destekliyor.
      +PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter <b>variables_order</b> in php.ini.
      +PHPSupportGD=This PHP supports GD graphical functions.
      +PHPSupportCurl=This PHP supports Curl.
      +PHPSupportUTF8=Bu PHP, UTF8 işlevlerini destekliyor.
       PHPMemoryOK=PHP nizin ençok oturum belleği <b>%s</b> olarak ayarlanmış. Bu yeterli olacaktır.
      -PHPMemoryTooLow=PHP nizin ençok oturum belleği <b>%s</b> bayt olarak ayarlanmış. Bu çok düşük olabilir. <b>php.ini</b> dosyanızdaki <b>memory_limit</b> parametresi ayarını enaz <b>%s</b> bayt olacak şekilde değiştirin.
      -Recheck=Daha belirleyici bir test için burayı tıklayın
      -ErrorPHPDoesNotSupportSessions=PHP kurulumunuz oturumları desteklemiyor. Bu özellik Dolibarr 'ın çalışması için gereklidir. PHP kurulumunuzu kontrol edin.
      -ErrorPHPDoesNotSupportGD=PHP kurulumunuz GD grafik işlevini desteklemiyor. Hiçbir grafik görüntülenemeyecektir.
      +PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This is too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
      +Recheck=Daha detaylı bir test için buraya tıklayın
      +ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to allow Dolibarr to work. Check your PHP setup and permissions of the sessions directory.
      +ErrorPHPDoesNotSupportGD=PHP kurulumunuz GD grafiksel fonksiyonları desteklemiyor. Hiçbir grafik mevcut olmayacak.
       ErrorPHPDoesNotSupportCurl=PHP kurulumunuz Curl. desteklemiyor
       ErrorPHPDoesNotSupportUTF8=PHP kurulumunuz UTF8 işlevlerini desteklemiyor. Dolibarr düzgün çalışamaz. Dolibarr'ı yüklemeden önce bunu çözün.
       ErrorDirDoesNotExists=%s Dizini yoktur.
      -ErrorGoBackAndCorrectParameters=Geri gidin ve yanlış parametreleri düzeltin.
      +ErrorGoBackAndCorrectParameters=Geri gidin ve parametreleri kontrol edin/düzeltin.
       ErrorWrongValueForParameter=Parametresi '%s' için yanlış değer yazmış olabilirsiniz'.
       ErrorFailedToCreateDatabase=Veritabanı '%s' oluşturulamadı.
       ErrorFailedToConnectToDatabase=Veritabanı '%s' e bağlanılamadı.
       ErrorDatabaseVersionTooLow=Veritabanı sürümü (%s) çok eski. Sürüm %s ya da daha yükseği gerekir.
       ErrorPHPVersionTooLow=PHP sürümü çok eski. %s Sürümü gereklidir.
      -ErrorConnectedButDatabaseNotFound=Sunucu bağlantısı başarılı ancak veritabanı '%s' bulunamadı.
      +ErrorConnectedButDatabaseNotFound=Sunucuya bağlantı başarılı fakat '%s' veritabanı bulunamadı.
       ErrorDatabaseAlreadyExists=Veritabanı '%s' zaten var.
      -IfDatabaseNotExistsGoBackAndUncheckCreate=Eğer veritabanı yoksa, geri gidin ve "Veritabanı oluştur" seçeneğini işaretleyin.
      +IfDatabaseNotExistsGoBackAndUncheckCreate=Veritabanı mevcut değilse geri gidin ve "Veritabanı oluştur" seçeneğini kontrol edin.
       IfDatabaseExistsGoBackAndCheckCreate=Eğer veritabanı zaten mevcutsa, geri gidin ve "Veritabanı oluştur" seçeneğindeki işareti kaldırın.
      -WarningBrowserTooOld=Çok eski bir web tarayıcısı. Web tarayıcınızı Firefox, Chrome yada Opera 'nın enson sürümüne yükseltmeniz son derece önerilir.
      +WarningBrowserTooOld=Tarayıcı sürümü çok eski. Tarayıcınızı Firefox, Chrome veya Opera'nın en son sürümlerine güncellemeniz önemle tavsiye edilir.
       PHPVersion=PHP Sürümü
       License=Lisans kullanımı
       ConfigurationFile=Yapılandırma dosyası
      @@ -45,22 +45,23 @@ DolibarrDatabase=Dolibarr Veritabanı
       DatabaseType=Veritabanı türü
       DriverType=Sürücü türü
       Server=Sunucu
      -ServerAddressDescription=Veritabanı sunucusunun adı ya da ip’ si, veritabanı sunucusunun, web tarayıcısı ile aynı sunucuda barındırıldığı durumlarda genellikle 'localhost' olur
      +ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
       ServerPortDescription=Veritabanı sunucusu bağlantı noktası. Eğer bilinmiyorsa boş tutun.
       DatabaseServer=Veritabanı sunucusu
       DatabaseName=Veritabanı adı
      -DatabasePrefix=Veritabanı tablo öneki
      -AdminLogin=Dolibarr veritabanı kullanıcı adı.
      -PasswordAgain=Parolayı ikinci kez yeniden yaz
      +DatabasePrefix=Veritabanı tablosu öneki
      +DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
      +AdminLogin=Dolibarr veritabanı sahibi için kullanıcı hesabı
      +PasswordAgain=Parola onayını tekrar girin
       AdminPassword=Dolibarr veritabanı sahibi parolası.
       CreateDatabase=Veritabanı oluştur
      -CreateUser=Sahip oluşturun ve veritabanında ona izin verin
      +CreateUser=Create user account or grant user account permission on the Dolibarr database
       DatabaseSuperUserAccess=Veritabanı sunucusu - süperkullanıcı erişimi
      -CheckToCreateDatabase=Eğer veritabanı yoksa ve oluşturulması gerekiyorsa kutuyu işaretleyin.<br>Bu durumda, bu sayfanın altına süperkullanıcı hesabı için kullanıcı adı/parola girmelisiniz.
      -CheckToCreateUser=Check box if database owner does not exist and must be created, or if it exists but database does not exists and permissions must be granted.<br>In this case, you must choose its login and password and also fill the login/password for the superuser account at the bottom of this page. If this box is unchecked, owner database and its passwords must exists.
      -DatabaseRootLoginDescription=Yeni veritabanı ve yeni kullanıcı oluşturabilecek kullanıcı girişi, veritabanınız ve veritabanı girişiniz zaten varsa gereksizdir (sanki bir web sağlayıcı tarafından barındırılıyor gibi).
      -KeepEmptyIfNoPassword=Eğer kullanıcının herhangi bir parolası yoksa boş bırakın (bundan kaçının)
      -SaveConfigurationFile=Değerleri saklayın
      +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)
      +SaveConfigurationFile=Saving parameters to
       ServerConnection=Sunucu bağlantısı
       DatabaseCreation=Veritabanı oluşturma
       CreateDatabaseObjects=Veritabanı nesneleri oluşturma
      @@ -71,9 +72,9 @@ CreateOtherKeysForTable=Yabancı tuşları ve tablo için dizin oluşturma %s
       OtherKeysCreation=Yabancı tuşları ve indeksleri oluşturma
       FunctionsCreation=İşlevler oluşturma
       AdminAccountCreation=Yönetici girişi oluşturma
      -PleaseTypePassword=Lütfen bir parola yazın, boş parolaya izin verilmez!
      -PleaseTypeALogin=Lütfen bir kullanıcı adı yazın!
      -PasswordsMismatch=Parolalar farklıdır, lütfen yeniden deneyin!
      +PleaseTypePassword=Please type a password, empty passwords are not allowed!
      +PleaseTypeALogin=Please type a login!
      +PasswordsMismatch=Şifreler farklıdır, lütfen tekrar deneyin!
       SetupEnd=Kurulum sonu
       SystemIsInstalled=Bu kurulum tamamlandı.
       SystemIsUpgraded=Dolibarr başarıyla yükseltildi.
      @@ -81,65 +82,65 @@ YouNeedToPersonalizeSetup=İhtiyaçlarınıza uygun olarak Dolibarr'ı yapıland
       AdminLoginCreatedSuccessfuly=Dolibarr yönetici girişi '<b>%s</b>' başarıyla oluşturuldu.
       GoToDolibarr=Dolibarr'a git
       GoToSetupArea=Dolibarr'a git (ayarlar alanı)
      -MigrationNotFinished=Veritabanı sürümü tamamen güncel değildir, bu nedenle yükseltme işlemini yeniden çalıştırmanız gerekir.
      +MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
       GoToUpgradePage=Yükseltme sayfasına yeniden git
       WithNoSlashAtTheEnd=Sonunda taksim olmadan "/"
      -DirectoryRecommendation=Web sayfalarınızın dizininin dışında bir dizin kullanmanız önerilir.
      +DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
       LoginAlreadyExists=Zaten var
       DolibarrAdminLogin=Dolibarr yönetici girişi
      -AdminLoginAlreadyExists=Dolibarr yönetici hesabı '<b>%s</b>' zaten var. Yeni bir tane oluşturmak istiyorsanız geri gidin.
      +AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
       FailedToCreateAdminLogin=Dolibarr yönetici hesabı oluşturulmasında hata.
      -WarningRemoveInstallDir=Uyarı, güvenlik nedeniyle, kurulum veya yükseltme tamamlandığında, araçların yeniden kurulumunu önlemek için  <b>install.lock</b> adlı bir dosyayı kötü amaçlı kullanımları önlemek için Dolibarr belge dizinine eklemelisiniz.
      -FunctionNotAvailableInThisPHP=Bu PHP de geçerli değil
      +WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should add a file called <b>install.lock</b> into the Dolibarr document directory in order to prevent the accidental/malicious use of the install tools again.
      +FunctionNotAvailableInThisPHP=Bu PHP'de mevcut değil
       ChoosedMigrateScript=Komut dizisi taşıma seç
      -DataMigration=Database migration (data)
      -DatabaseMigration=Database migration (structure + some data)
      +DataMigration=Veritabanı taşıma (veri)
      +DatabaseMigration=Veritabanı taşıma (yapı + bazı veriler)
       ProcessMigrateScript=Komut dizisi işleme
       ChooseYourSetupMode=Kurulum biçimini seçin ve "Başlat" ı tıklayın...
       FreshInstall=Yeni yükleme
      -FreshInstallDesc=Eğer bu sizin ilk yüklemeniz ise bu biçimi kullanın. Eğer ilk değilse, bu biçim bir önceki eksik yüklemeyi onarır, ama eğer sürümünüzü yükseltmek istiyorsanız, "Yükseltme" biçimini seçin.
      +FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install. If you want to upgrade your version, choose "Upgrade" mode.
       Upgrade=Yükseltme
       UpgradeDesc=Eğer eski Dolibarr dosyalarını daha yeni bir sürümün dosyaları ile değiştirdiyseniz bu biçimi kullanın. Bu, veritabanını ve veriyi yükseltecektir.
       Start=Başlat
       InstallNotAllowed=Kuruluma <b>conf.php</b> izin vermiyor
       YouMustCreateWithPermission=%s Dosyasını oluşturmanız ve kurulum sırasında web sunucusunda yazma izinlerini ayarlamanız gerekir.
      -CorrectProblemAndReloadPage=Lütfen sorunu çözün ve sayfayı yeniden yüklemek için F5 tuşuna basın.
      +CorrectProblemAndReloadPage=Lütfen sorunu düzeltin ve sayfayı tekrar yüklemek için F5 tuşuna basın.
       AlreadyDone=Zaten taşındı
       DatabaseVersion=Veritabanı sürümü
       ServerVersion=Veritabanı sunucusu sürümü
       YouMustCreateItAndAllowServerToWrite=Bu dizini oluşturmanız ve web sunucusuna yazmak için vermeniz gerekir.
       DBSortingCollation=Karakter sıralama düzeni
      -YouAskDatabaseCreationSoDolibarrNeedToConnect=<b>%s</b> veritabanını oluşturmanız istenebilir, bunun için, Dolibarr <b>%s</b> sunucusuna <b>%s</b> süper kullanıcı izniyle bağlanmak ister.
      -YouAskLoginCreationSoDolibarrNeedToConnect=<b>%s</b> Veritabanı girişi oluşturmanız istenebilir, bunun için, Dolibarr <b>%s</b> sunucusuna <b>%s</b> süperkullanıcı izniyle bağlanmak ister.
      -BecauseConnectionFailedParametersMayBeWrong=Bağlantı yapılamazsa, sunucu ya da süper kullanıcı parametreleri yanlış olmalıdır.
      +YouAskDatabaseCreationSoDolibarrNeedToConnect=You selected create database <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
      +YouAskLoginCreationSoDolibarrNeedToConnect=You selected create database user <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
      +BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
       OrphelinsPaymentsDetectedByMethod=%s yöntemi ile belirlenen sahipsiz ödemeler
       RemoveItManuallyAndPressF5ToContinue=El ile kaldırın ve devam etmek için F5 tuşuna basın.
       FieldRenamed=Alan yeniden adlandırıldı
      -IfLoginDoesNotExistsCheckCreateUser=Eğer kullanıcı adı henüz yoksa , "Kullanıcı oluştur" seçeneğini işaretlemelisiniz
      -ErrorConnection=Sunucu "<b>%s</b>" veritabanı adı "<b>%s</b>", kullanıcı adı "<b>%s</b>" ya da veritabanı parolası yanlış olabilir ya da PHP istemci sürümü veritabanı sürümüne göre çok eski olabilir.
      +IfLoginDoesNotExistsCheckCreateUser=Kullanıcı henüz mevcut değilse "Kullanıcı oluştur" seçeneğini kontrol etmelisiniz
      +ErrorConnection=Sunucu "<b>%s</b>", veritabanı adı "<b>%s</b>", kullanıcı adı "<b>%s</b>",  ya da veritabanı şifresi yanlış olabilir veya PHP istemci sürümü veritabanı sürümüne göre çok eski olabilir.
       InstallChoiceRecommanded=<b>%s</b> Geçerli sürümünüzden  <b>%s</b> sürümünü kurmak için önerilen seçim
       InstallChoiceSuggested=<b>Yükleyici tarafından önerilen seçimi kur</b>.
      -MigrateIsDoneStepByStep=Hedeflenen sürümde (%s) çeşitli sürüm boşlukları var, bu nedenle sihirbaz bunun tamamlanması için geri dönecektir.
      -CheckThatDatabasenameIsCorrect=Veritabanı adı "<b>%s</b>" nin doğruluğunu denetleyin.
      +MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions. The install wizard will come back to suggest a further migration once this one is complete.
      +CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
       IfAlreadyExistsCheckOption=Eğer bu isim doğru ise ve veritabanı henüz mevcut değilse, "Veritabanı oluştur" seçeneğini işaretlemelisiniz.
       OpenBaseDir=PHP openbasedir parametresi
      -YouAskToCreateDatabaseSoRootRequired="Veritabanı oluştur" kutusunu işaretlediniz. Bunun için süperkullanıcı kullanıcı adı/parola girmeniz (formun altına) gerekir.
      -YouAskToCreateDatabaseUserSoRootRequired="Veritabanı sahibi oluştur" kutusunu işaretlediniz. Bunun için süperkullanıcı kullanıcı adı/parola girmeniz (formun altına) gerekir.
      -NextStepMightLastALongTime=Geçerli işlem birkaç dakika sürebilir. Lütfen devam etmeden önce sonraki ekranın tamamen görüntülenmesini bekleyin.
      +YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
      +YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
      +NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
       MigrationCustomerOrderShipping=Müşteri siparişleri kaydı için nakliye taşıma
       MigrationShippingDelivery=Nakliyenin saklanması bitti
       MigrationShippingDelivery2=Nakliye 2 nin saklanması bitti
       MigrationFinished=Taşıma bitti
      -LastStepDesc=<strong>Son adım</strong>: Burada yazılıma bağlanmayı düşündüğünüz kullanıcı adı ve parolayı tanımlayın. Herkesi yönetecek hesap olduğundan dolayı bu bilgileri kaybetmeyin.
      +LastStepDesc=<strong>Last step</strong>: Define here the login and password you wish to use to connect to Dolibarr. <b>Do not lose this as it is the master account to administer all other/additional user accounts.</b>
       ActivateModule=%s modülünü etkinleştir
       ShowEditTechnicalParameters=Gelişmiş parametreleri (uzman modu) göstermek/düzenlemek için burayı tıklayın
      -WarningUpgrade=Uyarı:\nİlkin bir veritabanı yedeklemesi yaptınız mı?\nBu şiddetle önerilir: örneğin, veritabanı sistemindeki bazı hatalar nedeniyle (örneğin mysql version 5.5.40/41/42/43), bu işlem sırasında bazı veri ve tablolar kaybolabilir, bu yüzden taşıma işlemi başlamadan önce veritabanının tam bir dökümünün olması önemle önerilir.\n\nTaşıma işlemini başlatmak için TAMAM'a tıklayın...
      -ErrorDatabaseVersionForbiddenForMigration=Veritabanınızın sürümü %s. Veritabanınızın yapısını değiştirirseniz veri kaybı yapacak bir kritik hata vardır, taşıma işlemi tarafından istenmesi gibi. Bu nedenle, veritabanınızı daha yüksek kararlı bir sürüme yükseltinceye kadar taşımaya izin verilmeyecektir (bilinen hatalar listesi sürümü: %s)
      -KeepDefaultValuesWamp=DoliWamp üzerinden Dolibarr kurulum sihirbazını kullanın, burada sunulan değerler hali hazırda optimize edilmiştir. Yalnızca ne yapacağınızı biliyorsanız bunları değiştirin.
      -KeepDefaultValuesDeb=Bir Linux paketi (Ubuntu, Debian, Fedora ...) üzerinden Dolibarr kurulum sihirbazını kullanın, burada sunulan değerler hali hazırda optimize edilmiştir. Yalnızca veritabanı sahibinin parolasının tamamlanması gerekir. Yalnızca ne yapacağınızı biliyorsanız parametreleri değiştirin.
      -KeepDefaultValuesMamp=DoliMamp üzerinden Dolibarr kurulum sihirbazını kullanın, burada sunulan değerler hali hazırda optimize edilmiştir. Yalnızca ne yapacağınızı biliyorsanız bunları değiştirin.
      -KeepDefaultValuesProxmox=Proxmox sanal aygıt  üzerinden Dolibarr kurulum sihirbazını kullanın, burada sunulan değerler hali hazırda optimize edilmiştir. Yalnızca ne yapacağınızı biliyorsanız bunları değiştirin.
      -UpgradeExternalModule=Harici modüllerin özel yükseltme işlemini çalıştırın
      +WarningUpgrade=Warning:\nDid you run a database backup first?\nThis is highly recommended. Loss of data (due to for example bugs in mysql version 5.5.40/41/42/43) may be possible during this process, so it is essential to take a complete dump of your database before starting any migration.\n\nClick OK to start migration process...
      +ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug, making data loss possible if you make structural changes in your database, such as is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a layer (patched) version (list of known buggy versions: %s)
      +KeepDefaultValuesWamp=You used the Dolibarr setup wizard from DoliWamp, so values proposed here are already optimized. Change them only if you know what you are doing.
      +KeepDefaultValuesDeb=You used the Dolibarr setup wizard from a Linux package (Ubuntu, Debian, Fedora...), so the values proposed here are already optimized. Only the password of the database owner to create must be entered. Change other parameters only if you know what you are doing.
      +KeepDefaultValuesMamp=You used the Dolibarr setup wizard from DoliMamp, so the values proposed here are already optimized. Change them only if you know what you are doing.
      +KeepDefaultValuesProxmox=You used the Dolibarr setup wizard from a Proxmox virtual appliance, so the values proposed here are already optimized. Change them only if you know what you are doing.
      +UpgradeExternalModule=Run dedicated upgrade process of external module
       SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example:  '...repair.php?standard=confirmed'
       NothingToDelete=Nothing to clean/delete
       NothingToDo=Yapacak bir şey yok
      @@ -147,7 +148,7 @@ NothingToDo=Yapacak bir şey yok
       # upgrade
       MigrationFixData=Standart dışı veri onarımı
       MigrationOrder=Müşteri siparişleri için veri taşıma
      -MigrationSupplierOrder=Data migration for vendor's orders
      +MigrationSupplierOrder=Tedarikçi siparişleri için veri taşıma
       MigrationProposal=Teklifler için veri taşıma
       MigrationInvoice=Müşteri faturaları için veri taşıma
       MigrationContract=Sözleşmeler için veri taşıma
      @@ -163,9 +164,9 @@ MigrationContractsUpdate=Sözleşme verisi düzeltme
       MigrationContractsNumberToUpdate=Güncellenecek %s sözleşme(ler) var
       MigrationContractsLineCreation=Sözleşme ref %s için sözleşme satırı oluştur
       MigrationContractsNothingToUpdate=Daha fazla yapacak şey yok
      -MigrationContractsFieldDontExist=fk_facture Alanı artık yok. Hiçbir şey yapmaya gerek yok.
      +MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
       MigrationContractsEmptyDatesUpdate=Boş sözleşme tarihi düzeltme
      -MigrationContractsEmptyDatesUpdateSuccess=Sözleşmedeki boş tarih başarıyla düzeltildi
      +MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
       MigrationContractsEmptyDatesNothingToUpdate=Düzeltilecek boş sözleşme tarihi yok
       MigrationContractsEmptyCreationDatesNothingToUpdate=Düzeltilecek sözleşme oluşturma tarihi yok
       MigrationContractsInvalidDatesUpdate=Sözleşme düzeltmede hatalı değer
      @@ -187,24 +188,24 @@ MigrationDeliveryDetail=Teslimat güncelleme
       MigrationStockDetail=Ürünlerin stok değerini güncelle
       MigrationMenusDetail=Dinamik menüler tablolarını güncelle
       MigrationDeliveryAddress=Yüklemelerde teslimat adresini güncelle
      -MigrationProjectTaskActors=llx_projet_task_actors table için veri taşıma tablosu
      +MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
       MigrationProjectUserResp=Veri taşıma alanı fk_user_resp of llx_projet to llx_element_contact
       MigrationProjectTaskTime=Saniyede olarak harcanan süreyi güncelle
       MigrationActioncommElement=Eylemlere ilişkin veri güncellemesi
       MigrationPaymentMode=Ödeme biçimi için veri taşıma
       MigrationCategorieAssociation=Kategorilerin taşınması
      -MigrationEvents=Atama tablosuna etkinlik sahibi eklemek için gerekli taşıma eylemleri
      -MigrationEventsContact=Migration of events to add event contact into assignement table
      +MigrationEvents=Migration of events to add event owner into assignment table
      +MigrationEventsContact=Migration of events to add event contact into assignment table
       MigrationRemiseEntity=value of llx_societe_remise varlık alanını güncelle
       MigrationRemiseExceptEntity=llx_societe_remise_except varlık alanını güncelle
       MigrationUserRightsEntity=Update entity field value of llx_user_rights
       MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
       MigrationReloadModule=Modülü yeniden yükle %s
       MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
      -ShowNotAvailableOptions=Kullanılamayacak seçenekler görüntülensin
      -HideNotAvailableOptions=Kullanılamayacak seçenekler gizlensin
      -ErrorFoundDuringMigration=Taşıma işlemi sırasında hata bildirildiğinden sonraki adıma geçilemeyecektir. Hataları gözardı etmek için, <a href="%s">buraya tıklayabilirsiniz</a>, ancak onarılana kadar uygulama ya da bazı özellikleri çalışmayabilecektir.
      -YouTryInstallDisabledByDirLock=The application try to sefl upgrade, but install/upgrade pages have been disabled for security reason (directory renamed with .lock suffix).<br>
      -YouTryInstallDisabledByFileLock=The application try to sefl upgrade, but install/upgrade pages pages have been disabled for security reason (by lock file <strong>install.lock</strong> into dolibarr documents directory).<br>
      +ShowNotAvailableOptions=Show unavailable options
      +HideNotAvailableOptions=Hide unavailable options
      +ErrorFoundDuringMigration=Error(s) were reported during the migration process so next step is not available. To ignore errors, you can <a href="%s">click here</a>, but the application or some features may not work correctly until the errors are resolved.
      +YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
      +YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file <strong>install.lock</strong> in the dolibarr documents directory).<br>
       ClickHereToGoToApp=Click here to go to your application
      -ClickOnLinkOrRemoveManualy=Click on following link and if you always reach this page, you must remove the file install.lock into documents directory manually
      +ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
      diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang
      index 7297990c099..08dce1c5b29 100644
      --- a/htdocs/langs/tr_TR/main.lang
      +++ b/htdocs/langs/tr_TR/main.lang
      @@ -430,7 +430,7 @@ ActionRunningNotStarted=Başlayacak
       ActionRunningShort=Devam etmekte
       ActionDoneShort=Bitti
       ActionUncomplete=Incomplete
      -LatestLinkedEvents=Latest %s linked events
      +LatestLinkedEvents=Bununla bağlantılı son %s etkinlik
       CompanyFoundation=Şirket/Kuruluş
       Accountant=Accountant
       ContactsForCompany=Bu üçüncü partinin kişileri
      diff --git a/htdocs/langs/tr_TR/orders.lang b/htdocs/langs/tr_TR/orders.lang
      index a81da61f28e..222d4128d62 100644
      --- a/htdocs/langs/tr_TR/orders.lang
      +++ b/htdocs/langs/tr_TR/orders.lang
      @@ -1,6 +1,6 @@
       # Dolibarr language file - Source file is en_US - orders
       OrdersArea=Müşteri siparişleri alanı
      -SuppliersOrdersArea=Purchase orders area
      +SuppliersOrdersArea=Satın alma siparişleri alanı
       OrderCard=Sipariş kartı
       OrderId=Sipariş Kimliği
       Order=Sipariş
      @@ -13,18 +13,18 @@ OrderToProcess=İşlenecek sipariş
       NewOrder=Yeni sipariş
       ToOrder=Sipariş yap
       MakeOrder=Sipariş yap
      -SupplierOrder=Purchase order
      -SuppliersOrders=Purchase orders
      -SuppliersOrdersRunning=Current purchase orders
      +SupplierOrder=Satın alma emri
      +SuppliersOrders=Satın alma siparişleri
      +SuppliersOrdersRunning=Mevcut satın alma siparişleri
       CustomerOrder=Müşteri siparişi
       CustomersOrders=Müşteri Siparişleri
       CustomersOrdersRunning=Geçerli müşteri siparişleri
      -CustomersOrdersAndOrdersLines=Müşteri siparişleri ve sipariş kalemleri
      +CustomersOrdersAndOrdersLines=Müşteri siparişleri ve sipariş detayları
       OrdersDeliveredToBill=Faturaya gönderilen müşteri siparişleri
       OrdersToBill=Teslim edilecek müşteri siparişleri
       OrdersInProcess=İşlemde olan müşteri siparişleri
       OrdersToProcess=İşlenecek müşteri siparişleri
      -SuppliersOrdersToProcess=Purchase orders to process
      +SuppliersOrdersToProcess=İşlenecek satın alma siparişleri
       StatusOrderCanceledShort=İptal edilmiş
       StatusOrderDraftShort=Taslak
       StatusOrderValidatedShort=Doğrulanmış
      @@ -75,20 +75,20 @@ ShowOrder=Siparişi göster
       OrdersOpened=İşlenecek siparişler
       NoDraftOrders=Taslak sipariş yok
       NoOrder=Sipariş yok
      -NoSupplierOrder=No purchase order
      +NoSupplierOrder=Satın alma siparişi yok
       LastOrders=Son %s müşteri siparişi
       LastCustomerOrders=Son %s müşteri siparişi
      -LastSupplierOrders=Latest %s purchase orders
      +LastSupplierOrders=En son %s satın alma siparişi
       LastModifiedOrders=Değiştirilen son %s sipariş
       AllOrders=Bütün siparişler
       NbOfOrders=Sipariş sayısı
       OrdersStatistics=Sipariş istatistikleri
      -OrdersStatisticsSuppliers=Purchase order statistics
      +OrdersStatisticsSuppliers=Satın alma siparişi istatistikleri
       NumberOfOrdersByMonth=Aylık sipariş sayısı
       AmountOfOrdersByMonthHT=Aylık sipariş tutarı (vergisiz net)
       ListOfOrders=Sipariş listesi
       CloseOrder=Siparişi kapat
      -ConfirmCloseOrder=Bu siparişi "teslim edildi" şeklinde ayarlamak istediğinizden emin misiniz? Bir sipariş teslim edildikten sonra "faturalandı" olarak ayarlanabilir.
      +ConfirmCloseOrder=Bu siparişi teslim edildi olarak ayarlamak istediğinizden emin misiniz? Bir sipariş teslim edildiğinde, faturalandırıldı olarak ayarlanabilir.
       ConfirmDeleteOrder=Bu siparişi silmek istediğinizden emin misiniz?
       ConfirmValidateOrder=Bu siparişi <b>%s</b> adı altında onaylamak istediğinizden emin misiniz?
       ConfirmUnvalidateOrder=<b>%s</b> siparişini taslak durumuna geri yüklemek istediğinizden emin misiniz?
      @@ -97,11 +97,11 @@ ConfirmMakeOrder=Are you sure you want to confirm you made this order on <b>%s</
       GenerateBill=Fatura oluştur
       ClassifyShipped=Teslim edildi sınıflandır
       DraftOrders=Taslak siparişler
      -DraftSuppliersOrders=Draft purchase orders
      +DraftSuppliersOrders=Taslak satın alma siparişleri
       OnProcessOrders=İşlemdeki siparişler
       RefOrder=Sipariş ref.
       RefCustomerOrder=Müşterinin sipariş ref.
      -RefOrderSupplier=Ref. order for vendor
      +RefOrderSupplier=Satıcı için referans siparişi
       RefOrderSupplierShort=Ref. order vendor
       SendOrderByMail=Siparişi postayla gönder
       ActionsOnOrder=Sipariş etkinlikleri
      @@ -116,7 +116,7 @@ DispatchSupplierOrder=%s tedarikçi siparişini al
       FirstApprovalAlreadyDone=İlk onay zaten yapılmış
       SecondApprovalAlreadyDone=İkinci onaylama zaten yapılmış
       SupplierOrderReceivedInDolibarr=Purchase Order %s received %s
      -SupplierOrderSubmitedInDolibarr=Purchase Order %s submited
      +SupplierOrderSubmitedInDolibarr=Purchase Order %s submitted
       SupplierOrderClassifiedBilled=Purchase Order %s set billed
       OtherOrders=Diğer siparişler
       ##### Types de contacts #####
      @@ -127,7 +127,7 @@ TypeContact_commande_external_SHIPPING=Müşteri nakliye yetkilisi
       TypeContact_commande_external_CUSTOMER=Müşteri sipariş izleme yetkilisi
       TypeContact_order_supplier_internal_SALESREPFOLL=Representative following-up purchase order
       TypeContact_order_supplier_internal_SHIPPING=Sevkiyat izleme temsilcisi
      -TypeContact_order_supplier_external_BILLING=Vendor invoice contact
      +TypeContact_order_supplier_external_BILLING=Tedarikçi faturası kişisi
       TypeContact_order_supplier_external_SHIPPING=Vendor shipping contact
       TypeContact_order_supplier_external_CUSTOMER=Vendor contact following-up order
       Error_COMMANDE_SUPPLIER_ADDON_NotDefined=COMMANDE_SUPPLIER_ADDON değişmezi tanımlanmamış
      @@ -141,6 +141,7 @@ OrderByWWW=Çevrimiçi
       OrderByPhone=Telefon
       # Documents models
       PDFEinsteinDescription=Bir tam sipariş modeli (logo. ..)
      +PDFEratostheneDescription=Bir tam sipariş modeli (logo. ..)
       PDFEdisonDescription=Basit bir sipariş modeli
       PDFProformaDescription=Eksiksiz bir proforma fatura (logo...)
       CreateInvoiceForThisCustomer=Sipariş Faturala
      diff --git a/htdocs/langs/tr_TR/sendings.lang b/htdocs/langs/tr_TR/sendings.lang
      index 321e4d61a7d..19adab408d7 100644
      --- a/htdocs/langs/tr_TR/sendings.lang
      +++ b/htdocs/langs/tr_TR/sendings.lang
      @@ -53,10 +53,10 @@ LinkToTrackYourPackage=Paketinizi izleyeceğiniz bağlantı
       ShipmentCreationIsDoneFromOrder=Şu an için, yeni bir sevkiyatın oluşturulması sipariş kartından yapılmıştır.
       ShipmentLine=Sevkiyat kalemi
       ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
      -ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
      +ProductQtyInSuppliersOrdersRunning=Açık satın alma siparişlerindeki ürün miktarı
       ProductQtyInShipmentAlreadySent=Product quantity from open customer order already sent
       ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open supplier order already received
      -NoProductToShipFoundIntoStock=Bu <b>%s</b> deposunda sevk edilecek hiç mal bulunamadı. Stoğu düzeltin ya da bir başka depo seçmek için geri gidin.
      +NoProductToShipFoundIntoStock=No product to ship found in warehouse <b>%s</b>. Correct stock or go back to choose another warehouse.
       WeightVolShort=Ağırlık/Hac.
       ValidateOrderFirstBeforeShipment=Sevkiyatları yapabilmek için önce siparişi doğrulamlısınız.
       
      diff --git a/htdocs/langs/tr_TR/supplier_proposal.lang b/htdocs/langs/tr_TR/supplier_proposal.lang
      index 4ea0b55d442..77f20d0e291 100644
      --- a/htdocs/langs/tr_TR/supplier_proposal.lang
      +++ b/htdocs/langs/tr_TR/supplier_proposal.lang
      @@ -1,22 +1,22 @@
       # Dolibarr language file - Source file is en_US - supplier_proposal
      -SupplierProposal=Vendor commercial proposals
      -supplier_proposalDESC=Manage price requests to vendors
      +SupplierProposal=Tedarikçi teklifleri
      +supplier_proposalDESC=Tedarikçilere yapılan fiyat isteklerini yönet
       SupplierProposalNew=Yeni fiyat isteği
       CommRequest=Fiyat isteği
       CommRequests=Fiyat istekleri
       SearchRequest=İstek ara
       DraftRequests=Taslak istekler
      -SupplierProposalsDraft=Draft vendor proposals
      +SupplierProposalsDraft=Taslak tedarikçi teklifleri
       LastModifiedRequests=Değiştirilen son %s fiyat isteği
       RequestsOpened=Fiyat isteği aç
      -SupplierProposalArea=Vendor proposals area
      -SupplierProposalShort=Vendor proposal
      -SupplierProposals=Vendor proposals
      -SupplierProposalsShort=Vendor proposals
      +SupplierProposalArea=Tedarikçi teklifleri alanı
      +SupplierProposalShort=Tedarikçi teklifi
      +SupplierProposals=Tedarikçi teklifleri
      +SupplierProposalsShort=Tedarikçi teklifleri
       NewAskPrice=Yeni fiyat isteği
       ShowSupplierProposal=Fiyat isteği göster
       AddSupplierProposal=Fiyat isteği oluştur
      -SupplierProposalRefFourn=Vendor ref
      +SupplierProposalRefFourn=Tedarikçi referans
       SupplierProposalDate=Teslim tarihi
       SupplierProposalRefFournNotice="Kabul edildi" olarak kapatmadan önce tedarikçi referansını tutmayı düşün.
       ConfirmValidateAsk=Bu fiyat talebini <b>%s</b> adı altında onaylamak istediğinizden emin misiniz?
      @@ -47,9 +47,9 @@ CommercialAsk=Fiyat isteği
       DefaultModelSupplierProposalCreate=Varsayılan model oluşturma
       DefaultModelSupplierProposalToBill=Bir fiyat isteğini kapatma sırasında (kabul edilmiş) varsayılan şablon
       DefaultModelSupplierProposalClosed=Bir fiyat isteğini kapatma sırasında (reddedilmiş) varsayılan şablon 
      -ListOfSupplierProposals=List of vendor proposal requests
      -ListSupplierProposalsAssociatedProject=List of vendor proposals associated with project
      -SupplierProposalsToClose=Vendor proposals to close
      -SupplierProposalsToProcess=Vendor proposals to process
      +ListOfSupplierProposals=Tedarikçi teklif isteklerinin listesi
      +ListSupplierProposalsAssociatedProject=Proje ile ilgili tedarikçi tekliflerinin listesi
      +SupplierProposalsToClose=Kapatılacak tedarikçi teklifleri
      +SupplierProposalsToProcess=İşlenecek tedarikçi teklifleri
       LastSupplierProposals=Son %s fiyat talepleri
       AllPriceRequests=Tüm istekler
      diff --git a/htdocs/langs/tr_TR/suppliers.lang b/htdocs/langs/tr_TR/suppliers.lang
      index 9ee2099f4b2..ae21bc1791c 100644
      --- a/htdocs/langs/tr_TR/suppliers.lang
      +++ b/htdocs/langs/tr_TR/suppliers.lang
      @@ -1,11 +1,11 @@
       # Dolibarr language file - Source file is en_US - suppliers
      -Suppliers=Vendors
      -SuppliersInvoice=Vendor invoice
      -ShowSupplierInvoice=Show Vendor Invoice
      -NewSupplier=New vendor
      +Suppliers=Tedarikçiler
      +SuppliersInvoice=Tedarikçi faturası
      +ShowSupplierInvoice=Tedarikçi Faturası Göster
      +NewSupplier=Yeni tedarikçi
       History=Geçmiş
      -ListOfSuppliers=List of vendors
      -ShowSupplier=Show vendor
      +ListOfSuppliers=Tedarikçi listesi
      +ShowSupplier=Tedarikçiyi göster
       OrderDate=Sipariş tarihi
       BuyingPriceMin=En iyi alış fiyatı
       BuyingPriceMinShort=En iyi alış fiyatı
      @@ -14,34 +14,34 @@ TotalSellingPriceMinShort=Yan ürün satış fiyatları toplamı
       SomeSubProductHaveNoPrices=Bazı altürünlerin fiyatı yok
       AddSupplierPrice=Alış fiyatı ekle
       ChangeSupplierPrice=Alış fiyatı değiştir
      -SupplierPrices=Vendor prices
      +SupplierPrices=Tedarikçi fiyatları
       ReferenceSupplierIsAlreadyAssociatedWithAProduct=Bu referanslı tedarikçi zaten bu referans ile ilişkili: %s
      -NoRecordedSuppliers=No vendor recorded
      -SupplierPayment=Vendor payment
      -SuppliersArea=Vendor area
      -RefSupplierShort=Ref. vendor
      +NoRecordedSuppliers=Hiçbir tedarikçi kaydı yok
      +SupplierPayment=Tedarikçi ödemesi
      +SuppliersArea=Tedarikçi alanı
      +RefSupplierShort=Referans tedarikçi
       Availability=Uygunluğu
      -ExportDataset_fournisseur_1=Vendor invoices list and invoice lines
      -ExportDataset_fournisseur_2=Vendor invoices and payments
      -ExportDataset_fournisseur_3=Purchase orders and order lines
      +ExportDataset_fournisseur_1=Tedarikçi faturaları ve fatura detayları
      +ExportDataset_fournisseur_2=Tedarikçi faturaları ve ödemeleri
      +ExportDataset_fournisseur_3=Satın alma siparişleri ve sipariş detayları
       ApproveThisOrder=Bu siparişi onayla
       ConfirmApproveThisOrder=Siparişi uygun bulmak istediğinizden emin misiniz <b>%s</b>?
       DenyingThisOrder=Bu siparişi reddet
       ConfirmDenyingThisOrder=Bu siparişi reddetmek istediğinizden emin misiniz <b>%s</b>?
       ConfirmCancelThisOrder=Bu siparişi iptal etmek istediğinizden emin misiniz <b>%s</b>?
       AddSupplierOrder=Create Purchase Order
      -AddSupplierInvoice=Create vendor invoice
      -ListOfSupplierProductForSupplier=List of products and prices for vendor <b>%s</b>
      -SentToSuppliers=Sent to vendors
      -ListOfSupplierOrders=List of purchase orders
      -MenuOrdersSupplierToBill=Purchase orders to invoice
      +AddSupplierInvoice=Tedarikçi faturası oluştur
      +ListOfSupplierProductForSupplier=<b>%s</b> tedarikçisi için ürün ve fiyat listesi
      +SentToSuppliers=Tedarikçilere gönderilen
      +ListOfSupplierOrders=Satın alma siparişlerinin listesi
      +MenuOrdersSupplierToBill=Faturalanacak satın alma siparişleri
       NbDaysToDelivery=Gün olarak teslim süresi
       DescNbDaysToDelivery=Bu siparişteki en büyük teslimat gecikmesi olan ürünler
      -SupplierReputation=Vendor reputation
      +SupplierReputation=Tedarikçi itibarı
       DoNotOrderThisProductToThisSupplier=Sipariş verme
       NotTheGoodQualitySupplier=Hatalı kalite
       ReputationForThisProduct=İtibar
       BuyerName=Alıcı adı
       AllProductServicePrices=Tüm ürün/hizmet fiyatları
       AllProductReferencesOfSupplier=Tüm tedarikçi ürün/hizmet referansları
      -BuyingPriceNumShort=Vendor prices
      +BuyingPriceNumShort=Tedarikçi fiyatları
      
      From 50e20b2ac0276984c20348fdf3aa8dffc8ea6beb Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:52:46 +0100
      Subject: [PATCH 0949/1013] Fix phpcs
      
      ---
       .../class/emailcollector.class.php            | 24 +++++++++----------
       1 file changed, 12 insertions(+), 12 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index d97a340ea8b..bc6fc293b86 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -967,9 +967,9 @@ class EmailCollector extends CommonObject
       				 * @param 	string $prefix		prefix
       				 * @return 	array				Array with number and object
       				 */
      -				function create_part_array($structure, $prefix="") {
      +				function createPartArray($structure, $prefix="") {
       					//print_r($structure);
      -					if (sizeof($structure->parts) > 0) {    // There some sub parts
      +					if (count($structure->parts) > 0) {    // There some sub parts
       						foreach ($structure->parts as $count => $part) {
       							add_part_to_array($part, $prefix.($count+1), $part_array);
       						}
      @@ -979,22 +979,22 @@ class EmailCollector extends CommonObject
       					return $part_array;
       				}
       				/**
      -				 * Sub function for create_part_array(). Only called by create_part_array() and itself.
      +				 * Sub function for createPartArray(). Only called by createPartArray() and itself.
       				 *
       				 * @param Object	$obj			Structure
       				 * @param string	$partno			Part no
       				 * @param array		$part_array		array
       				 */
      -				function add_part_to_array($obj, $partno, & $part_array) {
      +				function addPartToArray($obj, $partno, & $part_array) {
       					$part_array[] = array('part_number' => $partno, 'part_object' => $obj);
       					if ($obj->type == 2) { // Check to see if the part is an attached email message, as in the RFC-822 type
       						//print_r($obj);
      -						if(array_key_exists('parts',$obj)) {    // Check to see if the email has parts
      +						if (array_key_exists('parts',$obj)) {    // Check to see if the email has parts
       							foreach ($obj->parts as $count => $part) {
       								// Iterate here again to compensate for the broken way that imap_fetchbody() handles attachments
      -								if (sizeof($part->parts) > 0) {
      +								if (count($part->parts) > 0) {
       									foreach ($part->parts as $count2 => $part2) {
      -										add_part_to_array($part2, $partno.".".($count2+1), $part_array);
      +										addPartToArray($part2, $partno.".".($count2+1), $part_array);
       									}
       								}else{    // Attached email does not have a seperate mime attachment for text
       									$part_array[] = array('part_number' => $partno.'.'.($count+1), 'part_object' => $obj);
      @@ -1004,15 +1004,15 @@ class EmailCollector extends CommonObject
       							$part_array[] = array('part_number' => $partno.'.1', 'part_object' => $obj);
       						}
       					}else{    // If there are more sub-parts, expand them out.
      -						if(array_key_exists('parts',$obj)) {
      +						if (array_key_exists('parts',$obj)) {
       							foreach ($obj->parts as $count => $p) {
      -								add_part_to_array($p, $partno.".".($count+1), $part_array);
      +								addPartToArray($p, $partno.".".($count+1), $part_array);
       							}
       						}
       					}
       				}
       
      -				$result = create_part_array($structure, '');
      +				$result = createPartArray($structure, '');
       				//var_dump($result);exit;
       				foreach($result as $part)
       				{
      @@ -1021,14 +1021,14 @@ class EmailCollector extends CommonObject
       				}
       
       				/* OLD CODE to get parthtml and partplain
      -				if (sizeof($structure->parts) > 0) {    // There some sub parts
      +				if (count($structure->parts) > 0) {    // There some sub parts
       					foreach($structure->parts as $key => $part)
       					{
       						if ($part->subtype == 'HTML') $parthtml=($key+1);									// For example: $parthtml = 1 or 2
       						if ($part->subtype == 'PLAIN') $partplain=($key+1);
       						if ($part->subtype == 'ALTERNATIVE')
       						{
      -							if (sizeof($part->parts) > 0)
      +							if (count($part->parts) > 0)
       							{
       								foreach($part->parts as $key2 => $part2)
       								{
      
      From 8a5add6a98ec98cc2871ed65dc12aaf9814b78a3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 15:53:09 +0100
      Subject: [PATCH 0950/1013] Fix phpcs
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index bc6fc293b86..9251c1203be 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -967,7 +967,8 @@ class EmailCollector extends CommonObject
       				 * @param 	string $prefix		prefix
       				 * @return 	array				Array with number and object
       				 */
      -				function createPartArray($structure, $prefix="") {
      +				function createPartArray($structure, $prefix="")
      +				{
       					//print_r($structure);
       					if (count($structure->parts) > 0) {    // There some sub parts
       						foreach ($structure->parts as $count => $part) {
      @@ -985,7 +986,8 @@ class EmailCollector extends CommonObject
       				 * @param string	$partno			Part no
       				 * @param array		$part_array		array
       				 */
      -				function addPartToArray($obj, $partno, & $part_array) {
      +				function addPartToArray($obj, $partno, & $part_array)
      +				{
       					$part_array[] = array('part_number' => $partno, 'part_object' => $obj);
       					if ($obj->type == 2) { // Check to see if the part is an attached email message, as in the RFC-822 type
       						//print_r($obj);
      
      From 77ed59164805827a7a46d4d1d167d3b4f6cb990c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 16:05:27 +0100
      Subject: [PATCH 0951/1013] Fix phpcs
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 10 ++++++----
       1 file changed, 6 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 9251c1203be..23522308c7e 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -979,14 +979,16 @@ class EmailCollector extends CommonObject
       					}
       					return $part_array;
       				}
      +
       				/**
       				 * Sub function for createPartArray(). Only called by createPartArray() and itself.
       				 *
      -				 * @param Object	$obj			Structure
      -				 * @param string	$partno			Part no
      -				 * @param array		$part_array		array
      +				 * @param 	Object		$obj			Structure
      +				 * @param 	string		$partno			Part no
      +				 * @param 	array		$part_array		array
      +				 * @return	void
       				 */
      -				function addPartToArray($obj, $partno, & $part_array)
      +				function addPartToArray($obj, $partno, &$part_array)
       				{
       					$part_array[] = array('part_number' => $partno, 'part_object' => $obj);
       					if ($obj->type == 2) { // Check to see if the part is an attached email message, as in the RFC-822 type
      
      From 8d4db1d085dad8f0c25dd59c815b247f8ac0dcb4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 16:35:37 +0100
      Subject: [PATCH 0952/1013] Fix phpcs
      
      ---
       htdocs/categories/photos.php | 7 +++----
       1 file changed, 3 insertions(+), 4 deletions(-)
      
      diff --git a/htdocs/categories/photos.php b/htdocs/categories/photos.php
      index e9803c7f4a5..72356b1e97e 100644
      --- a/htdocs/categories/photos.php
      +++ b/htdocs/categories/photos.php
      @@ -69,7 +69,7 @@ if ($id > 0)
       if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sendit"] && ! empty($conf->global->MAIN_UPLOAD_DOC))
       {
           if ($object->id) {
      -        
      +
               $file = $_FILES['userfile'];
               if (is_array($file['name']) && count($file['name']) > 0)
               {
      @@ -82,11 +82,10 @@ if (isset($_FILES['userfile']) && $_FILES['userfile']['size'] > 0 && $_POST["sen
                       }
                   }
               }
      -        
      -        if(!empty($file['tmp_name'])){
      +
      +        if(!empty($file['tmp_name'])) {
                   $object->add_photo($upload_dir, $file);
               }
      -        
           }
       }
       
      
      From ecdfa5219bc04c3db5a408a6ee46dd129cbce042 Mon Sep 17 00:00:00 2001
      From: gauthier <gauthier.verdol@atm-consulting.fr>
      Date: Mon, 19 Nov 2018 17:31:45 +0100
      Subject: [PATCH 0953/1013] FIX : We want to be able to send PDF of paid
       invoices
      
      ---
       htdocs/core/actions_massactions.inc.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
      index b7bbc402b09..500bf1c19b8 100644
      --- a/htdocs/core/actions_massactions.inc.php
      +++ b/htdocs/core/actions_massactions.inc.php
      @@ -175,12 +175,12 @@ if (! $error && $massaction == 'confirm_presend')
                   {
                       //var_dump($thirdpartyid.' - '.$objectid.' - '.$object->statut);
       
      -                if ($objectclass == 'Facture' && $object->statut != Facture::STATUS_VALIDATED)
      +                if ($objectclass == 'Facture' && $object->statut == Facture::STATUS_DRAFT)
                       {
                       	$langs->load("errors");
                           $nbignored++;
                           $resaction.='<div class="error">'.$langs->trans('ErrorOnlyInvoiceValidatedCanBeSentInMassAction',$object->ref).'</div><br>';
      -                    continue; // Payment done or started or canceled
      +                    continue;
                       }
                       if ($objectclass == 'Commande' && $object->statut == Commande::STATUS_DRAFT)
                       {
      
      From 4bedeabc5ba82c08612cab0e4d8c8e6a3d74212d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 18:02:29 +0100
      Subject: [PATCH 0954/1013] FIX #10036
      
      ---
       htdocs/core/class/html.form.class.php | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
      index cebd49737e5..336b541eebf 100644
      --- a/htdocs/core/class/html.form.class.php
      +++ b/htdocs/core/class/html.form.class.php
      @@ -3393,7 +3393,7 @@ class Form
       			    {
       			        $unitLabel = $langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label;
       			    }
      -			    
      +
       				if ($selected == $res->rowid)
       				{
       				    $return.='<option value="'.$res->rowid.'" selected>'.$unitLabel.'</option>';
      @@ -6531,6 +6531,7 @@ class Form
       		}
       		else if ($object->element == 'member')
       		{
      +			$ret.=$object->ref.'<br>';
       			$fullname=$object->getFullName($langs);
       			if ($object->morphy == 'mor' && $object->societe) {
       				$ret.= dol_htmlentities($object->societe) . ((! empty($fullname) && $object->societe != $fullname)?' ('.dol_htmlentities($fullname).')':'');
      
      From 839428d545fa569173d7ef86b83d4d546623c5ab Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 19:02:00 +0100
      Subject: [PATCH 0955/1013] Missing trans
      
      ---
       htdocs/langs/en_US/errors.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
      index 038ef926c91..a5555f85c82 100644
      --- a/htdocs/langs/en_US/errors.lang
      +++ b/htdocs/langs/en_US/errors.lang
      @@ -212,7 +212,7 @@ ErrorProductBarCodeAlreadyExists=The product barcode %s already exists on anothe
       ErrorNoteAlsoThatSubProductCantBeFollowedByLot=Note also that using virtual product to have auto increase/decrease of subproducts is not possible when at least one subproduct (or subproduct of subproducts) needs a serial/lot number.
       ErrorDescRequiredForFreeProductLines=Description is mandatory for lines with free product
       ErrorAPageWithThisNameOrAliasAlreadyExists=The page/container <strong>%s</strong> has the same name or alternative alias that the one your try to use
      -
      +ErrorDuringChartLoad=Error when loading chart of account. If few accounts were not loaded, you can still enter them manually.
       # Warnings
       WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
       WarningMandatorySetupNotComplete=Mandatory setup parameters are not yet defined
      
      From deff4ca4a05b68973eb5ce89c42ca5794db0f0e1 Mon Sep 17 00:00:00 2001
      From: JC Prieto <jcprieto@virtual20.com>
      Date: Mon, 19 Nov 2018 20:03:36 +0100
      Subject: [PATCH 0956/1013] Update list.php
      
      Missing the following lines to search total_ttc
      ---
       htdocs/commande/list.php | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index a6acfcfd029..dbe2b29e63a 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -74,6 +74,7 @@ $socid=GETPOST('socid','int');
       $search_user=GETPOST('search_user','int');
       $search_sale=GETPOST('search_sale','int');
       $search_total_ht=GETPOST('search_total_ht','alpha');
      +$search_total_ttc=GETPOST('search_total_ttc','alpha');
       $search_categ_cus=trim(GETPOST("search_categ_cus",'int'));
       $optioncss = GETPOST('optioncss','alpha');
       $billed = GETPOST('billed','int');
      @@ -335,6 +336,7 @@ if ($search_company) $sql .= natural_search('s.nom', $search_company);
       if ($search_sale > 0) $sql.= " AND s.rowid = sc.fk_soc AND sc.fk_user = " .$search_sale;
       if ($search_user > 0) $sql.= " AND ec.fk_c_type_contact = tc.rowid AND tc.element='commande' AND tc.source='internal' AND ec.element_id = c.rowid AND ec.fk_socpeople = ".$search_user;
       if ($search_total_ht != '') $sql.= natural_search('c.total_ht', $search_total_ht, 1);
      +if ($search_total_ttc != '') $sql.= natural_search('c.total_ttc', $search_total_ttc, 1);
       if ($search_project_ref != '') $sql.= natural_search("p.ref",$search_project_ref);
       if ($search_categ_cus > 0) $sql.= " AND cc.fk_categorie = ".$db->escape($search_categ_cus);
       if ($search_categ_cus == -2)   $sql.= " AND cc.fk_categorie IS NULL";
      
      From fb6aa01207a8936afaed4bbb07c1ca00d4e72868 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 19:57:39 +0100
      Subject: [PATCH 0957/1013] FIX #10030 better german chart
      
      ---
       .../mysql/data/llx_accounting_account_de.sql  | 5522 ++++++++---------
       1 file changed, 2683 insertions(+), 2839 deletions(-)
      
      diff --git a/htdocs/install/mysql/data/llx_accounting_account_de.sql b/htdocs/install/mysql/data/llx_accounting_account_de.sql
      index 9f3ed2ba99d..d74a18212b7 100644
      --- a/htdocs/install/mysql/data/llx_accounting_account_de.sql
      +++ b/htdocs/install/mysql/data/llx_accounting_account_de.sql
      @@ -24,2845 +24,2689 @@
       
       -- 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1, 'SKR03', '0', 'Asset', '1', 0, 'Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2, 'SKR03', '0', 'Asset', '2', 0, 'Aufwendungen für die Währungsumstellung auf den Euro');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 10, 'SKR03', '0', 'Asset', '10', 0, '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__, 15, 'SKR03', '0', 'Asset', '15', '10', 'Konzessionen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 20, 'SKR03', '0', 'Asset', '20', '10', 'Gewerbliche Schutzrechte');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 25, 'SKR03', '0', 'Asset', '25', '10', 'ä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__, 27, 'SKR03', '0', 'Asset', '27', '10', 'EDV-Software');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 30, 'SKR03', '0', 'Asset', '30', '10', 'Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 35, 'SKR03', '0', 'Asset', '35', '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__, 38, 'SKR03', '0', 'Asset', '38', '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__, 39, 'SKR03', '0', 'Asset', '39', '0', '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__, 40, 'SKR03', '0', 'Asset', '40', '0', 'Verschmelzungsmehrwert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 50, 'SKR03', '0', 'Asset', '50', '0', 'Grundstücke grundstücksgleiche Rechte und Bauten einschließlich der 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__, 59, 'SKR03', '0', 'Asset', '59', '50', '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__, 60, 'SKR03', '0', 'Asset', '60', '0', '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__, 65, 'SKR03', '0', 'Asset', '65', '60', 'Unbebaute Grundstücke');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 70, 'SKR03', '0', 'Asset', '70', '60', 'Grundstücksgleiche Rechte - (erbbaurecht Daürwohnrecht)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 75, 'SKR03', '0', 'Asset', '75', '60', 'Grundstücke mit Substanzverzehr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 79, 'SKR03', '0', 'Asset', '79', '60', '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__, 80, 'SKR03', '0', 'Asset', '80', '0', '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__, 85, 'SKR03', '0', 'Asset', '85', '80', '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__, 90, 'SKR03', '0', 'Asset', '90', '80', 'Geschäftsbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 100, 'SKR03', '0', 'Asset', '100', '80', 'Fabrikbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 110, 'SKR03', '0', 'Asset', '110', '80', 'Garagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1055, 'SKR03', '0', 'Asset', '111', '80', 'Außenanlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1056, 'SKR03', '0', 'Asset', '112', '80', 'Hof- und Wegebefestigungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1057, 'SKR03', '0', 'Asset', '113', '80', 'Einrichtung Fabrik- und Geschäftsbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1058, 'SKR03', '0', 'Asset', '115', '80', 'Andere Bauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1059, 'SKR03', '0', 'Asset', '120', '80', 'Geschäfts- Fabrik- und andere Bauten im Bau');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1060, 'SKR03', '0', 'Asset', '129', '80', 'Anzahlungen auf Geshä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__, 1061, 'SKR03', '0', 'Asset', '140', '80', 'Wohnbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1062, 'SKR03', '0', 'Asset', '145', '80', 'Garagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1063, 'SKR03', '0', 'Asset', '146', '80', 'Aussenanlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1064, 'SKR03', '0', 'Asset', '147', '80', 'Hof- und Wegebefestigungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1065, 'SKR03', '0', 'Asset', '148', '80', '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__, 1066, 'SKR03', '0', 'Asset', '149', '80', '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__, 1067, 'SKR03', '0', 'Asset', '150', '80', 'Wohnbauten im Bau');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1068, 'SKR03', '0', 'Asset', '159', '80', 'Anzahlgen auf Wohnbauten 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__, 1069, 'SKR03', '0', 'Asset', '160', '0', '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__, 1070, 'SKR03', '0', 'Asset', '165', '160', 'Geschäftsbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1071, 'SKR03', '0', 'Asset', '170', '160', 'Fabrikbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1072, 'SKR03', '0', 'Asset', '175', '160', 'Garagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1073, 'SKR03', '0', 'Asset', '176', '160', 'Aussenanlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1074, 'SKR03', '0', 'Asset', '177', '160', 'Hof- und Wegebefestigungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1075, 'SKR03', '0', 'Asset', '178', '160', 'Einrichtung für Fabrik- und Geschäftsbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1076, 'SKR03', '0', 'Asset', '179', '160', 'Andere Bauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1077, 'SKR03', '0', 'Asset', '180', '160', 'Geschäfts- Fabrik- und andere Bauten im Bau');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1078, 'SKR03', '0', 'Asset', '189', '160', 'Anzahlungen auf Geschäfts- Fabrik- und andere 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__, 1079, 'SKR03', '0', 'Asset', '190', '160', 'Wohnbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1080, 'SKR03', '0', 'Asset', '191', '160', 'Garagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1081, 'SKR03', '0', 'Asset', '192', '160', 'Aussenanlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1082, 'SKR03', '0', 'Asset', '193', '160', 'Hof- und Wegebefestigungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1083, 'SKR03', '0', 'Asset', '194', '160', '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__, 1084, 'SKR03', '0', 'Asset', '195', '160', 'Wohnbauten im Bau');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1085, 'SKR03', '0', 'Asset', '199', '160', 'Anzahlungen a. 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__, 1087, 'SKR03', '0', 'Asset', '200', '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__, 1088, 'SKR03', '0', 'Asset', '210', '200', 'Maschinen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1089, 'SKR03', '0', 'Asset', '220', '200', 'Maschinengebundene Werkzeuge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1090, 'SKR03', '0', 'Asset', '240', '200', 'Maschinelle Anlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1091, 'SKR03', '0', 'Asset', '260', '200', 'Transportanlagen und ähnliches');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1092, 'SKR03', '0', 'Asset', '280', '200', 'Betriebsvorrichtungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1093, 'SKR03', '0', 'Asset', '290', '200', '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__, 1094, 'SKR03', '0', 'Asset', '299', '200', '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__, 1096, 'SKR03', '0', 'Asset', '300', '0', '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__, 1097, 'SKR03', '0', 'Asset', '310', '300', 'Andere Anlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1098, 'SKR03', '0', 'Asset', '320', '300', 'PKW');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1099, 'SKR03', '0', 'Asset', '350', '300', 'LKW');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1100, 'SKR03', '0', 'Asset', '380', '300', 'Sonstige Transportmittel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1101, 'SKR03', '0', 'Asset', '400', '300', 'Betriebsausstattung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1102, 'SKR03', '0', 'Asset', '410', '300', 'Geschäftsausstattung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1103, 'SKR03', '0', 'Asset', '420', '300', 'Büroeinrichtung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1104, 'SKR03', '0', 'Asset', '430', '300', 'Ladeneinrichtung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1105, 'SKR03', '0', 'Asset', '440', '300', 'Werkzeuge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1106, 'SKR03', '0', 'Asset', '450', '300', 'Einbauten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1107, 'SKR03', '0', 'Asset', '460', '300', '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__, 1108, 'SKR03', '0', 'Asset', '480', '300', 'Geringwertige Wirtschaftsgüter bis 410 Euro');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1109, 'SKR03', '0', 'Asset', '490', '300', '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__, 1110, 'SKR03', '0', 'Asset', '498', '300', '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__, 1111, 'SKR03', '0', 'Asset', '499', '300', '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__, 1114, 'SKR03', '0', 'Asset', '500', '0', '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__, 1115, 'SKR03', '0', 'Asset', '504', '500', 'Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1117, 'SKR03', '0', 'Asset', '505', '500', '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__, 1119, 'SKR03', '0', 'Asset', '510', '500', 'Beteiligungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1120, 'SKR03', '0', 'Asset', '513', '510', 'Typisch stille Beteiligungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1121, 'SKR03', '0', 'Asset', '516', '510', 'Atypisch stille Beteiligungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1122, 'SKR03', '0', 'Asset', '517', '510', 'Andere Beteiligungen an Kapitalgesellschaften');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1123, 'SKR03', '0', 'Asset', '518', '510', 'Andere Beteiligungen an Personengesellschaften');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1124, 'SKR03', '0', 'Asset', '519', '510', '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__, 1126, 'SKR03', '0', 'Asset', '520', '0', '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__, 1128, 'SKR03', '0', 'Asset', '525', '520', '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__, 1129, 'SKR03', '0', 'Asset', '530', '525', 'Wertpapiere mit Gewinnbeteiligungsansprüchen die dem Halbeinkünfteverfahren unterliegen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1130, 'SKR03', '0', 'Asset', '535', '525', 'Festverzinsliche Wertpapiere');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1132, 'SKR03', '0', 'Asset', '540', '0', 'Sonstige Ausleihungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1133, 'SKR03', '0', 'Asset', '550', '540', 'Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1135, 'SKR03', '0', 'Asset', '570', '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__, 1136, 'SKR03', '0', 'Asset', '580', '570', 'Ausleihungen an Gesellschafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1137, 'SKR03', '0', 'Asset', '590', '570', '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__, 1139, 'SKR03', '0', 'Asset', '595', '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__, 1142, 'SKR03', '0', 'Liability', '600', '0', 'Anleihen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1143, 'SKR03', '0', 'Liability', '601', '600', 'Anleihen nicht konvertibel (bis 1 Jahr)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1144, 'SKR03', '0', 'Liability', '605', '600', 'Anleihen nicht konvertibel (1-5 Jahre)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1145, 'SKR03', '0', 'Liability', '610', '600', 'Anleihen nicht konvertibel (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__, 1146, 'SKR03', '0', 'Liability', '615', '600', 'Anleihen konvertibel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1147, 'SKR03', '0', 'Liability', '616', '600', 'Anleihen konvertibel(bis 1 Jahr)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1148, 'SKR03', '0', 'Liability', '620', '600', 'Anleihen konvertibel(1-5 Jahre)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1149, 'SKR03', '0', 'Liability', '625', '600', 'Anleihen konvertibel(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__, 1151, 'SKR03', '0', 'Liability', '630', '0', '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__, 1152, 'SKR03', '0', 'Liability', '631', '630', 'Verbindlichkeiten gegenüber Kreditinstitut ( bis 1Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1153, 'SKR03', '0', 'Liability', '640', '630', 'Verbindlichkeiten gegenüber Kreditinstitut (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__, 1154, 'SKR03', '0', 'Liability', '650', '630', 'Verbindlichkeiten gegenüber Kreditinstitut (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__, 1155, 'SKR03', '0', 'Liability', '660', '630', 'Verbindlichkeit. 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__, 1156, 'SKR03', '0', 'Liability', '661', '630', 'Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen ( bis 1Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1157, 'SKR03', '0', 'Liability', '670', '630', 'Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (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__, 1158, 'SKR03', '0', 'Liability', '680', '630', 'Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (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__, 1159, 'SKR03', '0', 'Liability', '690', '630', '(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__, 1160, 'SKR03', '0', 'Liability', '691', '630', '(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__, 1161, 'SKR03', '0', 'Liability', '692', '630', '(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__, 1162, 'SKR03', '0', 'Liability', '693', '630', '(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__, 1163, 'SKR03', '0', 'Liability', '694', '630', '(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__, 1164, 'SKR03', '0', 'Liability', '695', '630', '(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__, 1165, 'SKR03', '0', 'Liability', '696', '630', '(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__, 1166, 'SKR03', '0', 'Liability', '697', '630', '(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__, 1167, 'SKR03', '0', 'Liability', '698', '630', '(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__, 1169, 'SKR03', '0', 'Liability', '699', '600', 'Gegenkonto 0630-0689 bei Aufteilung der Konten 0690-0698');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1171, 'SKR03', '0', 'Liability', '700', '600', '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__, 1172, 'SKR03', '0', 'Liability', '701', '700', 'Verbindlichkeiten gegenüber verbundenen Unternehmen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1173, 'SKR03', '0', 'Liability', '705', '700', 'Verbindlichkeiten gegenüber verbundenen Unternehmen ( 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__, 1174, 'SKR03', '0', 'Liability', '710', '700', 'Verbindlichkeiten gegenüber verbundenen Unternehmen ( 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__, 1176, 'SKR03', '0', 'Liability', '715', '600', 'Verbindlichkeit. 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__, 1177, 'SKR03', '0', 'Liability', '716', '600', 'Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1178, 'SKR03', '0', 'Liability', '720', '600', 'Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1179, 'SKR03', '0', 'Liability', '725', '600', 'Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1181, 'SKR03', '0', 'Liability', '730', '600', 'Verbindlichkeit gegenüber Gesellschaftern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1182, 'SKR03', '0', 'Liability', '731', '730', 'Verbindlichkeit gegenüber Gesellschaftern ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1183, 'SKR03', '0', 'Liability', '740', '730', 'Verbindlichkeit gegenüber Gesellschaftern ( 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__, 1184, 'SKR03', '0', 'Liability', '750', '730', 'Verbindlichkeit gegenüber Gesellschaftern ( 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__, 1185, 'SKR03', '0', 'Liability', '755', '730', 'Verbindlichkeit 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__, 1186, 'SKR03', '0', 'Liability', '760', '730', '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__, 1187, 'SKR03', '0', 'Liability', '761', '730', 'Darlehen typisch stiller Gesellschafter ( bis 1 Jahr)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1188, 'SKR03', '0', 'Liability', '764', '730', 'Darlehen typisch stiller Gesellschafter ( 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__, 1189, 'SKR03', '0', 'Liability', '767', '730', 'Darlehen typisch stiller Gesellschafter ( 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__, 1190, 'SKR03', '0', 'Liability', '770', '730', '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__, 1191, 'SKR03', '0', 'Liability', '771', '730', 'Darlehen atypisch stiller Gesellschafter ( bis 1 Jahr)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1192, 'SKR03', '0', 'Liability', '774', '730', 'Darlehen atypisch stiller Gesellschafter ( 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__, 1193, 'SKR03', '0', 'Liability', '777', '730', 'Darlehen atypisch stiller Gesellschafter ( 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__, 1194, 'SKR03', '0', 'Liability', '780', '730', 'Partiarische Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1195, 'SKR03', '0', 'Liability', '781', '730', 'Partiarische Darlehen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1196, 'SKR03', '0', 'Liability', '784', '730', 'Partiarische Darlehen ( 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__, 1197, 'SKR03', '0', 'Liability', '787', '730', 'Partiarische Darlehen ( 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__, 1198, 'SKR03', '0', 'Liability', '790', '730', '(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__, 1199, 'SKR03', '0', 'Liability', '791', '730', '(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__, 1200, 'SKR03', '0', 'Liability', '792', '730', '(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__, 1201, 'SKR03', '0', 'Liability', '793', '730', '(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__, 1202, 'SKR03', '0', 'Liability', '794', '730', '(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__, 1203, 'SKR03', '0', 'Liability', '795', '730', '(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__, 1204, 'SKR03', '0', 'Liability', '796', '730', '(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__, 1205, 'SKR03', '0', 'Liability', '797', '730', '(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__, 1206, 'SKR03', '0', 'Liability', '798', '730', '(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__, 1207, 'SKR03', '0', 'Liability', '799', '730', 'Gegenkonto 0730 - 0789 bei Aufteilung der Konten 0790 - 0798');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1210, 'SKR03', '0', 'Owner''s Equity', '800', '0', 'Gezeichnetes Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1212, 'SKR03', '0', 'Owner''s Equity', '801', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1213, 'SKR03', '0', 'Owner''s Equity', '802', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1214, 'SKR03', '0', 'Owner''s Equity', '803', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1215, 'SKR03', '0', 'Owner''s Equity', '804', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1216, 'SKR03', '0', 'Owner''s Equity', '805', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1217, 'SKR03', '0', 'Owner''s Equity', '806', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1218, 'SKR03', '0', 'Owner''s Equity', '807', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1219, 'SKR03', '0', 'Owner''s Equity', '808', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1220, 'SKR03', '0', 'Owner''s Equity', '809', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1221, 'SKR03', '0', 'Owner''s Equity', '810', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1222, 'SKR03', '0', 'Owner''s Equity', '811', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1223, 'SKR03', '0', 'Owner''s Equity', '812', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1224, 'SKR03', '0', 'Owner''s Equity', '813', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1225, 'SKR03', '0', 'Owner''s Equity', '814', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1226, 'SKR03', '0', 'Owner''s Equity', '815', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1227, 'SKR03', '0', 'Owner''s Equity', '816', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1228, 'SKR03', '0', 'Owner''s Equity', '817', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1229, 'SKR03', '0', 'Owner''s Equity', '818', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1230, 'SKR03', '0', 'Owner''s Equity', '819', '801', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1232, 'SKR03', '0', 'Owner''s Equity', '820', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1233, 'SKR03', '0', 'Owner''s Equity', '821', '800', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1234, 'SKR03', '0', 'Owner''s Equity', '822', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1235, 'SKR03', '0', 'Owner''s Equity', '823', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1236, 'SKR03', '0', 'Owner''s Equity', '824', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1237, 'SKR03', '0', 'Owner''s Equity', '825', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1238, 'SKR03', '0', 'Owner''s Equity', '826', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1239, 'SKR03', '0', 'Owner''s Equity', '827', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1240, 'SKR03', '0', 'Owner''s Equity', '828', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1241, 'SKR03', '0', 'Owner''s Equity', '829', '820', 'Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1243, 'SKR03', '0', 'Owner''s Equity', '830', '800', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1244, 'SKR03', '0', 'Owner''s Equity', '831', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1245, 'SKR03', '0', 'Owner''s Equity', '832', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1246, 'SKR03', '0', 'Owner''s Equity', '833', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1247, 'SKR03', '0', 'Owner''s Equity', '834', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1248, 'SKR03', '0', 'Owner''s Equity', '835', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1249, 'SKR03', '0', 'Owner''s Equity', '836', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1250, 'SKR03', '0', 'Owner''s Equity', '837', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1251, 'SKR03', '0', 'Owner''s Equity', '838', '830', 'Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1253, 'SKR03', '0', 'Owner''s Equity', '839', '830', 'Eingeforderte Nachschüsse ( Forderungen  Gegenkonto 0845 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1256, 'SKR03', '0', 'Owner''s Equity', '840', '0', 'Kapitalrücklage');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1257, 'SKR03', '0', 'Owner''s Equity', '841', '840', '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__, 1258, 'SKR03', '0', 'Owner''s Equity', '842', '840', '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__, 1259, 'SKR03', '0', 'Owner''s Equity', '843', '840', '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__, 1260, 'SKR03', '0', 'Owner''s Equity', '844', '840', 'Kapitalrücklage durch andere 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__, 1261, 'SKR03', '0', 'Owner''s Equity', '845', '840', 'Eingefordertes Nachschusskapital ( Gegenkonto 0839 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1264, 'SKR03', '0', 'Owner''s Equity', '846', '840', 'Gesetzliche Rücklage');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1266, 'SKR03', '0', 'Owner''s Equity', '850', '840', 'Rücklage für eigene Anteile');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1268, 'SKR03', '0', 'Owner''s Equity', '851', '840', 'Satzungsmässige Rücklagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1270, 'SKR03', '0', 'Owner''s Equity', '855', '840', 'Andere Gewinnrücklagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1271, 'SKR03', '0', 'Owner''s Equity', '856', '840', 'Eigenkapitalanteil von Wertaufholungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1273, 'SKR03', '0', 'Owner''s Equity', '860', '0', 'Gewinnvortrag vor Verwendung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1274, 'SKR03', '0', 'Owner''s Equity', '868', '860', 'Verlustvortrag vor Verwendung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1276, 'SKR03', '0', 'Owner''s Equity', '869', '860', '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__, 1278, 'SKR03', '0', 'Owner''s Equity', '870', '0', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1279, 'SKR03', '0', 'Owner''s Equity', '871', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1280, 'SKR03', '0', 'Owner''s Equity', '872', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1281, 'SKR03', '0', 'Owner''s Equity', '873', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1282, 'SKR03', '0', 'Owner''s Equity', '874', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1283, 'SKR03', '0', 'Owner''s Equity', '875', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1284, 'SKR03', '0', 'Owner''s Equity', '876', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1285, 'SKR03', '0', 'Owner''s Equity', '877', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1286, 'SKR03', '0', 'Owner''s Equity', '878', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1287, 'SKR03', '0', 'Owner''s Equity', '879', '870', 'Festkapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1288, 'SKR03', '0', 'Owner''s Equity', '880', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1289, 'SKR03', '0', 'Owner''s Equity', '881', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1290, 'SKR03', '0', 'Owner''s Equity', '882', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1291, 'SKR03', '0', 'Owner''s Equity', '883', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1292, 'SKR03', '0', 'Owner''s Equity', '884', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1293, 'SKR03', '0', 'Owner''s Equity', '885', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1294, 'SKR03', '0', 'Owner''s Equity', '886', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1295, 'SKR03', '0', 'Owner''s Equity', '887', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1296, 'SKR03', '0', 'Owner''s Equity', '888', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1297, 'SKR03', '0', 'Owner''s Equity', '889', '870', 'Variables Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1298, 'SKR03', '0', 'Owner''s Equity', '890', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1299, 'SKR03', '0', 'Owner''s Equity', '891', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1300, 'SKR03', '0', 'Owner''s Equity', '892', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1301, 'SKR03', '0', 'Owner''s Equity', '893', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1302, 'SKR03', '0', 'Owner''s Equity', '894', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1303, 'SKR03', '0', 'Owner''s Equity', '895', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1304, 'SKR03', '0', 'Owner''s Equity', '896', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1305, 'SKR03', '0', 'Owner''s Equity', '897', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1306, 'SKR03', '0', 'Owner''s Equity', '898', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1307, 'SKR03', '0', 'Owner''s Equity', '899', '870', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1309, 'SKR03', '0', 'Owner''s Equity', '900', '0', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1310, 'SKR03', '0', 'Owner''s Equity', '901', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1311, 'SKR03', '0', 'Owner''s Equity', '902', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1312, 'SKR03', '0', 'Owner''s Equity', '903', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1313, 'SKR03', '0', 'Owner''s Equity', '904', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1314, 'SKR03', '0', 'Owner''s Equity', '905', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1315, 'SKR03', '0', 'Owner''s Equity', '906', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1316, 'SKR03', '0', 'Owner''s Equity', '907', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1317, 'SKR03', '0', 'Owner''s Equity', '908', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1318, 'SKR03', '0', 'Owner''s Equity', '909', '900', 'Kommandit-Kapital');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1319, 'SKR03', '0', 'Owner''s Equity', '910', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1320, 'SKR03', '0', 'Owner''s Equity', '911', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1321, 'SKR03', '0', 'Owner''s Equity', '912', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1322, 'SKR03', '0', 'Owner''s Equity', '913', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1323, 'SKR03', '0', 'Owner''s Equity', '914', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1324, 'SKR03', '0', 'Owner''s Equity', '915', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1325, 'SKR03', '0', 'Owner''s Equity', '916', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1326, 'SKR03', '0', 'Owner''s Equity', '917', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1327, 'SKR03', '0', 'Owner''s Equity', '918', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1328, 'SKR03', '0', 'Owner''s Equity', '919', '900', 'Verlustausgleichskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1329, 'SKR03', '0', 'Owner''s Equity', '920', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1330, 'SKR03', '0', 'Owner''s Equity', '921', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1331, 'SKR03', '0', 'Owner''s Equity', '922', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1332, 'SKR03', '0', 'Owner''s Equity', '923', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1333, 'SKR03', '0', 'Owner''s Equity', '924', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1334, 'SKR03', '0', 'Owner''s Equity', '925', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1335, 'SKR03', '0', 'Owner''s Equity', '926', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1336, 'SKR03', '0', 'Owner''s Equity', '927', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1337, 'SKR03', '0', 'Owner''s Equity', '928', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1338, 'SKR03', '0', 'Owner''s Equity', '929', '900', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1341, 'SKR03', '0', 'Owner''s Equity', '930', '900', '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__, 1342, 'SKR03', '0', 'Owner''s Equity', '931', '930', '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__, 1343, 'SKR03', '0', 'Owner''s Equity', '932', '930', 'Sonderposten mit Rücklageanteil nach Abschnitt 35 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1344, 'SKR03', '0', 'Owner''s Equity', '933', '930', 'Sonderposten mit Rücklageanteil nach § 6d EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1345, 'SKR03', '0', 'Owner''s Equity', '934', '930', 'Sonderposten mit Rücklageanteil nach § 1 EntwLStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1347, 'SKR03', '0', 'Owner''s Equity', '935', '900', 'Sonderposten aus der Währungsumstellung auf den Euro');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1348, 'SKR03', '0', 'Owner''s Equity', '936', '930', 'Sonderposten mit Rücklageanteil nach § 7 d EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1349, 'SKR03', '0', 'Owner''s Equity', '937', '930', 'Sonderposten mit Rücklageanteil nach § 79 EStDV');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1350, 'SKR03', '0', 'Owner''s Equity', '938', '930', 'Sonderposten mit Rücklageanteil nach § 80 EStDV');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1351, 'SKR03', '0', 'Owner''s Equity', '939', '930', '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__, 1352, 'SKR03', '0', 'Owner''s Equity', '940', '930', '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__, 1353, 'SKR03', '0', 'Owner''s Equity', '941', '930', 'Sonderposten mit Rücklageanteil § 82 a EStDV');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1354, 'SKR03', '0', 'Owner''s Equity', '942', '930', 'Sonderposten mit Rücklageanteil § 82 d EStDV');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1355, 'SKR03', '0', 'Owner''s Equity', '943', '930', 'Sonderposten mit Rücklageanteil nach § 82 e EStDV');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1356, 'SKR03', '0', 'Owner''s Equity', '944', '930', 'Sonderposten mit Rücklageanteil nach § 14 BerlinFG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1357, 'SKR03', '0', 'Owner''s Equity', '945', '930', 'Sonderposten mit Rücklageanteil für Förderung nach § 3 Zonen-RFG/§ 4-6 FördergebietsG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1358, 'SKR03', '0', 'Owner''s Equity', '946', '930', 'Sonderposten mit Rücklageanteil nach § 4d EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1359, 'SKR03', '0', 'Owner''s Equity', '947', '930', 'Sonderposten mit Rücklageanteil nach § 7g Abs.1 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1360, 'SKR03', '0', 'Owner''s Equity', '948', '930', 'Sonderposten mit Rücklageanteil nach § 7g Abs.3 u.7 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1362, 'SKR03', '0', 'Owner''s Equity', '949', '900', '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__, 1365, 'SKR03', '0', 'Liability', '950', '900', '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__, 1367, 'SKR03', '0', 'Liability', '955', '900', 'Steuerrückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1368, 'SKR03', '0', 'Liability', '957', '955', 'Gewerbesteuerrückstellung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1369, 'SKR03', '0', 'Liability', '963', '955', 'Körperschaftsteuerrückstellung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1371, 'SKR03', '0', 'Liability', '965', '900', '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__, 1372, 'SKR03', '0', 'Liability', '966', '900', '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__, 1373, 'SKR03', '0', 'Liability', '969', '900', 'Rückstellung 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__, 1374, 'SKR03', '0', 'Liability', '970', '900', 'Sonstige Rückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1375, 'SKR03', '0', 'Liability', '971', '900', '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__, 1376, 'SKR03', '0', 'Liability', '972', '900', 'Rückstellungen für unterlassene Aufwendungen für Instandhaltung Nachholung innerhalb des 4. bis 12. Monats');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1377, 'SKR03', '0', 'Liability', '973', '900', '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__, 1378, 'SKR03', '0', 'Liability', '974', '900', 'Rückstellungen für Gewährleistungen ( Gegenkonto 4790 )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1379, 'SKR03', '0', 'Liability', '976', '900', '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__, 1380, 'SKR03', '0', 'Liability', '977', '900', '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__, 1381, 'SKR03', '0', 'Liability', '978', '900', 'Aufwandsrückstellungen gemäß § 249 Abs. 2 HGB');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1382, 'SKR03', '0', 'Liability', '979', '900', '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__, 1385, 'SKR03', '0', 'Asset', '980', '900', 'Aktive Rechnungsabgrenzung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1387, 'SKR03', '0', 'Asset', '983', '980', 'Abgrenzung aktive latente Steuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1388, 'SKR03', '0', 'Liability', '984', '900', 'Als Aufwand berücksichtigte Zölle und Verbrauchsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1389, 'SKR03', '0', 'Liability', '985', '900', '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__, 1390, 'SKR03', '0', 'Liability', '986', '900', 'Damnum / Disagio');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1393, 'SKR03', '0', 'Liability', '990', '900', 'Passive Rechnungsabgrenzung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1395, 'SKR03', '0', 'XXXXX', '992', '990', 'Abgenzungsposten zur unterjährigen Kostenverrechnung für BWA');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1396, 'SKR03', '0', 'XXXXX', '990', '990', 'Forderungen aus Lieferungen und Leistungen H-Saldo');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1397, 'SKR03', '0', 'XXXXX', '996', '990', 'Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1398, 'SKR03', '0', 'XXXXX', '997', '990', 'Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1399, 'SKR03', '0', 'XXXXX', '998', '990', 'Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1400, 'SKR03', '0', 'XXXXX', '999', '990', 'Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1403, 'SKR03', '1', 'Asset', '1000', '0', 'Kasse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1404, 'SKR03', '1', 'Asset', '1010', '1000', 'Nebenkasse 1');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1405, 'SKR03', '1', 'Asset', '1020', '1000', 'Nebenkasse 2');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1407, 'SKR03', '1', 'Asset', '1100', '1000', 'Postbank');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1408, 'SKR03', '1', 'Asset', '1110', '1100', 'Postbank 1');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1409, 'SKR03', '1', 'Asset', '1120', '1100', 'Postbank 2');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1410, 'SKR03', '1', 'Asset', '1130', '1100', 'Postbank 3');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1411, 'SKR03', '1', 'Asset', '1190', '1100', 'LZB-Guthaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1412, 'SKR03', '1', 'Asset', '1195', '1100', 'Bundesbankguthaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1413, 'SKR03', '1', 'Asset', '1200', '1000', 'Bank');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1414, 'SKR03', '1', 'Asset', '1201', '1200', 'Bank Kontobewegung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1415, 'SKR03', '1', 'Asset', '1202', '1200', 'Bank nicht identifizierte Zahlungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1416, 'SKR03', '1', 'Asset', '1203', '1200', 'Bank nicht zugeordnete Zahlungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1417, 'SKR03', '1', 'Asset', '1210', '1200', 'Bank 1');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1418, 'SKR03', '1', 'Asset', '1220', '1200', 'Bank 2');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1419, 'SKR03', '1', 'Asset', '1230', '1200', 'Bank 3');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1420, 'SKR03', '1', 'Asset', '1240', '1200', 'Bank 4');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1421, 'SKR03', '1', 'Asset', '1250', '1200', 'Bank 5');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1422, 'SKR03', '1', 'Asset', '1290', '1200', 'Finanzmittelanlagen 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__, 1423, 'SKR03', '1', 'Asset', '1295', '1200', '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__, 1425, 'SKR03', '1', 'Asset', '1300', '1000', 'Wechsel aus Lieferung und Leistung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1426, 'SKR03', '1', 'Asset', '1301', '1300', 'Wechsel aus Lieferung und Leistung bis 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1427, 'SKR03', '1', 'Asset', '1302', '1300', 'Wechsel aus Lieferung und Leistung 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__, 1428, 'SKR03', '1', 'Asset', '1305', '1300', 'Wechsel aus Lieferung und Leistung Bundesbankfähig');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1430, 'SKR03', '1', 'Asset', '1310', '1000', '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__, 1431, 'SKR03', '1', 'Asset', '1311', '1310', 'Besitzwechsel gegen verbundene Unternehmen bis 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1432, 'SKR03', '1', 'Asset', '1312', '1310', 'Besitzwechsel gegen verbundene Unternehmen 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__, 1433, 'SKR03', '1', 'Asset', '1315', '1310', '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__, 1435, 'SKR03', '1', 'Asset', '1320', '1000', '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__, 1436, 'SKR03', '1', 'Asset', '1321', '1320', 'Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht bis 1 Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1437, 'SKR03', '1', 'Asset', '1322', '1320', 'Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht 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__, 1438, 'SKR03', '1', 'Asset', '1325', '1320', '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__, 1440, 'SKR03', '1', 'Asset', '1327', '1320', 'Finanzwechsel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1441, 'SKR03', '1', 'Asset', '1329', '1320', 'Andere Wertpapiere mit unwesentlichen Wertschwankungen im Sinne Textziffer 18 DRS 2');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1443, 'SKR03', '1', 'Asset', '1330', '1300', 'Schecks');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1444, 'SKR03', '1', 'Liability', '1332', '1300', 'Bezahlung selektiert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1447, 'SKR03', '1', 'Asset', '1340', '1300', '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__, 1448, 'SKR03', '1', 'Asset', '1344', '1300', 'Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1450, 'SKR03', '1', 'Asset', '1345', '1300', 'Eigene Anteile');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1451, 'SKR03', '0', 'Asset', '13003', '1300', 'Sonstige Wertpapiere');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1452, 'SKR03', '1', 'Asset', '1348', '13003', 'Sonstige Wertpapiere');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1453, 'SKR03', '1', 'Asset', '1349', '13003', '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__, 1456, 'SKR03', '1', 'Asset', '1350', '1400', '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__, 1457, 'SKR03', '1', 'Asset', '1352', '1400', '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__, 1458, 'SKR03', '1', 'Asset', '1355', '1400', 'Ansprüche aus Rückdeckungsversicherung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1460, 'SKR03', '1', 'Asset', '1360', '1400', 'Geldtransit');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1461, 'SKR03', '1', 'Asset', '1370', '1400', 'Verrechnungskonto für 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__, 1462, 'SKR03', '1', 'Asset', '1371', '1400', 'Verrechnungskonto für 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__, 1463, 'SKR03', '1', 'Asset', '1372', '1400', '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__, 1464, 'SKR03', '1', 'Asset', '1380', '1400', 'überleitungskonto Kostenstelle');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1465, 'SKR03', '1', 'Asset', '1390', '1400', 'Verrechnungskonto Ist-Versteuerung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1467, 'SKR03', '1', 'Asset', '1400', '1400', '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__, 1468, 'SKR03', '1', 'Liability', '1401', '1400', '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__, 1469, 'SKR03', '1', 'Liability', '1402', '1400', '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__, 1470, 'SKR03', '1', 'Liability', '1403', '1400', '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__, 1471, 'SKR03', '1', 'Liability', '1404', '1400', '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__, 1472, 'SKR03', '1', 'Liability', '1405', '1400', '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__, 1473, 'SKR03', '1', 'Liability', '1406', '1400', '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__, 1474, 'SKR03', '1', 'Asset', '1410', '1400', '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__, 1475, 'SKR03', '1', 'Asset', '1411', '1400', '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__, 1476, 'SKR03', '1', 'Asset', '1412', '1400', '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__, 1477, 'SKR03', '1', 'Asset', '1413', '1400', '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__, 1478, 'SKR03', '1', 'Asset', '1414', '1400', '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__, 1479, 'SKR03', '1', 'Asset', '1415', '1400', '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__, 1480, 'SKR03', '1', 'Asset', '1416', '1400', '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__, 1481, 'SKR03', '1', 'Asset', '1417', '1400', '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__, 1482, 'SKR03', '1', 'Asset', '1418', '1400', '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__, 1483, 'SKR03', '1', 'Asset', '1419', '1400', '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__, 1484, 'SKR03', '1', 'Asset', '1420', '1400', '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__, 1485, 'SKR03', '1', 'Asset', '1421', '1400', '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__, 1486, 'SKR03', '1', 'Asset', '1422', '1400', '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__, 1487, 'SKR03', '1', 'Asset', '1423', '1400', '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__, 1488, 'SKR03', '1', 'Asset', '1424', '1400', '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__, 1489, 'SKR03', '1', 'Asset', '1425', '1400', '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__, 1490, 'SKR03', '1', 'Asset', '1426', '1400', '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__, 1491, 'SKR03', '1', 'Asset', '1427', '1400', '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__, 1492, 'SKR03', '1', 'Asset', '1428', '1400', '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__, 1493, 'SKR03', '1', 'Asset', '1429', '1400', '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__, 1494, 'SKR03', '1', 'Asset', '1430', '1400', '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__, 1495, 'SKR03', '1', 'Asset', '1431', '1400', '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__, 1496, 'SKR03', '1', 'Asset', '1432', '1400', '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__, 1497, 'SKR03', '1', 'Asset', '1433', '1400', '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__, 1498, 'SKR03', '1', 'Asset', '1434', '1400', '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__, 1499, 'SKR03', '1', 'Asset', '1435', '1400', '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__, 1500, 'SKR03', '1', 'Asset', '1436', '1400', '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__, 1501, 'SKR03', '1', 'Asset', '1437', '1400', '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__, 1502, 'SKR03', '1', 'Asset', '1438', '1400', '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__, 1503, 'SKR03', '1', 'Asset', '1439', '1400', '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__, 1504, 'SKR03', '1', 'Asset', '1440', '1400', '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__, 1505, 'SKR03', '1', 'Asset', '1441', '1400', '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__, 1506, 'SKR03', '1', 'Asset', '1442', '1400', '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__, 1507, 'SKR03', '1', 'Asset', '1443', '1400', '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__, 1508, 'SKR03', '1', 'Asset', '1444', '1400', '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__, 1509, 'SKR03', '1', 'Asset', '1445', '1400', 'Forderungen aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmens (EüR)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1510, 'SKR03', '1', 'Asset', '1446', '1400', '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__, 1511, 'SKR03', '1', 'Asset', '1447', '1400', '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__, 1512, 'SKR03', '1', 'Asset', '1448', '1400', '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__, 1513, 'SKR03', '1', 'Asset', '1449', '1400', 'Gegenkonto 1445-1448 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__, 1514, 'SKR03', '1', 'Asset', '1450', '1400', '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__, 1515, 'SKR03', '1', 'Asset', '1451', '1400', 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1516, 'SKR03', '1', 'Asset', '1452', '1400', 'Projekt Werte in Arbeit');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1517, 'SKR03', '1', 'Asset', '1455', '1400', 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( 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__, 1518, 'SKR03', '1', 'Asset', '1460', '1400', 'Zweifelhafte Forderungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1519, 'SKR03', '1', 'Asset', '1461', '1400', 'Zweifelhafte Forderungen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1520, 'SKR03', '1', 'Asset', '1465', '1400', 'Zweifelhafte Forderungen ( 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__, 1522, 'SKR03', '1', 'Asset', '1470', '1400', '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__, 1523, 'SKR03', '1', 'Asset', '1471', '1400', 'Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1524, 'SKR03', '1', 'Asset', '1475', '1400', 'Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( 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__, 1526, 'SKR03', '1', 'Asset', '1478', '1400', 'Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr gegen verbundene Unternehmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1527, 'SKR03', '1', 'Asset', '1479', '1400', 'Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr gegen verbundene Unternehmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1529, 'SKR03', '1', 'Asset', '1480', '1400', '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__, 1530, 'SKR03', '1', 'Asset', '1481', '1400', 'Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1531, 'SKR03', '1', 'Asset', '1485', '1400', 'Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1533, 'SKR03', '1', 'Asset', '1488', '1400', 'Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr 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__, 1534, 'SKR03', '1', 'Asset', '1489', '1400', 'Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr 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__, 1535, 'SKR03', '1', 'Asset', '1490', '1400', '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__, 1536, 'SKR03', '1', 'Asset', '1491', '1400', 'Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1537, 'SKR03', '1', 'Asset', '1495', '1400', 'Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( 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__, 1539, 'SKR03', '1', 'Asset', '1498', '1400', '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__, 1541, 'SKR03', '1', 'Asset', '1499', '1400', 'Gegenkonto 1451 - 1497 bei Aufteilung Debitorenkonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1542, 'SKR03', '1', 'Asset', '1500', '0', '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__, 1543, 'SKR03', '1', 'Asset', '1501', '1500', 'Sonstige Vermögensgegenstände ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1544, 'SKR03', '1', 'Asset', '1502', '1500', 'Sonstige Vermögensgegenstände ( 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__, 1545, 'SKR03', '1', 'Asset', '1503', '1500', 'Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1546, 'SKR03', '1', 'Asset', '1504', '1500', 'Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( 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__, 1547, 'SKR03', '1', 'Asset', '1505', '1500', 'Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1548, 'SKR03', '1', 'Asset', '1506', '1500', 'Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( 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__, 1549, 'SKR03', '1', 'Asset', '1507', '1500', 'Forderungen gegen Gesellschafter ( bis 1Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1550, 'SKR03', '1', 'Asset', '1508', '1500', 'Forderungen gegen Gesellschafter ( größer 1Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1552, 'SKR03', '1', 'Asset', '1510', '1500', '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__, 1553, 'SKR03', '1', 'Asset', '1511', '1510', 'Geleistete Anzahlungen 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1554, 'SKR03', '1', 'Asset', '1516', '1510', 'Geleistete Anzahlungen 15% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1555, 'SKR03', '1', 'Asset', '1517', '1510', 'Geleistete Anzahlungen 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1556, 'SKR03', '1', 'Asset', '1518', '1510', 'Geleistete Anzahlungen 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1557, 'SKR03', '1', 'Asset', '1520', '1500', '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__, 1558, 'SKR03', '1', 'Asset', '1521', '1500', 'Agenturwarenabrechnung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1559, 'SKR03', '1', 'Asset', '1525', '1500', 'Kautionen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1560, 'SKR03', '1', 'Asset', '1526', '1400', 'Kautionen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1561, 'SKR03', '1', 'Asset', '1527', '1400', 'Kautionen ( 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__, 1562, 'SKR03', '1', 'Asset', '1528', '1400', 'Nachträgliche 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__, 1563, 'SKR03', '1', 'Asset', '1529', '1400', 'Zurückzuzahlende 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__, 1564, 'SKR03', '1', 'Asset', '1530', '1400', 'Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1565, 'SKR03', '1', 'Asset', '1531', '1400', 'Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1566, 'SKR03', '1', 'Asset', '1537', '1400', 'Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( 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__, 1567, 'SKR03', '1', 'Asset', '1540', '1400', 'Steuerüberzahlungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1568, 'SKR03', '1', 'Asset', '1542', '1400', 'Steuererstattungsansprüche gegenüber anderen EG-Ländern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1569, 'SKR03', '1', 'Asset', '1543', '1400', '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__, 1570, 'SKR03', '1', 'Asset', '1545', '1400', 'Umsatzsteuerforderungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1571, 'SKR03', '1', 'Asset', '1547', '1400', '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__, 1572, 'SKR03', '1', 'Asset', '1548', '1400', 'Vorsteuer im Folgejahr abziehbar');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1573, 'SKR03', '1', 'Asset', '1549', '1400', 'Körperschaftsteuerrückforderung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1574, 'SKR03', '1', 'Asset', '1550', '1400', 'Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1575, 'SKR03', '1', 'Asset', '1551', '1400', 'Darlehen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1576, 'SKR03', '1', 'Asset', '1555', '1400', 'Darlehen ( 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__, 1577, 'SKR03', '1', 'Asset', '1556', '1400', 'Nachträgliche 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__, 1578, 'SKR03', '1', 'Asset', '1557', '1400', 'Zurückzuzahlende 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__, 1579, 'SKR03', '1', 'Asset', '1558', '1400', 'Nachträgliche 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__, 1580, 'SKR03', '1', 'Asset', '1559', '1400', 'Zurückzuzahlende 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__, 1581, 'SKR03', '1', 'Asset', '1560', '1400', 'Aufzuteilende Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1582, 'SKR03', '1', 'Asset', '1561', '1400', 'Aufzuteilende Vorsteuer 7%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1583, 'SKR03', '1', 'Asset', '1562', '1400', '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__, 1584, 'SKR03', '1', 'Asset', '1563', '1400', '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__, 1585, 'SKR03', '1', 'Asset', '1565', '1400', 'Aufzuteilende Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1586, 'SKR03', '1', 'Asset', '1566', '1400', 'Aufzuteilende Vorsteuer 19%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1587, 'SKR03', '1', 'Asset', '1567', '1400', '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__, 1588, 'SKR03', '1', 'Asset', '1568', '1400', 'Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 16 %');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1589, 'SKR03', '1', 'Asset', '1569', '1400', '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__, 1590, 'SKR03', '1', 'Asset', '1570', '1400', 'Abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1591, 'SKR03', '1', 'Asset', '1571', '1400', 'Abziehbare Vorsteuer 7%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1592, 'SKR03', '1', 'Asset', '1572', '1400', '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__, 1593, 'SKR03', '1', 'Asset', '1573', '1400', 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1594, 'SKR03', '1', 'Asset', '1574', '1400', '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__, 1595, 'SKR03', '1', 'Asset', '1575', '1400', 'Abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1596, 'SKR03', '1', 'Asset', '1576', '1400', 'Abziehbare Vorsteuer 19%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1597, 'SKR03', '1', 'Asset', '1577', '1400', '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__, 1598, 'SKR03', '1', 'Asset', '1578', '1400', '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__, 1599, 'SKR03', '1', 'Asset', '1579', '1400', 'Abziehbare Vorsteuer nach § 13b UStG 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1600, 'SKR03', '1', 'Asset', '1580', '1400', '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__, 1601, 'SKR03', '1', 'Asset', '1581', '1400', '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__, 1602, 'SKR03', '1', 'Asset', '1582', '1400', '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__, 1603, 'SKR03', '1', 'Asset', '1583', '1400', 'Gegenkonto für Vorsteuer nach Durchschnittssä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__, 1604, 'SKR03', '1', 'Asset', '1584', '1400', 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferabten ohne Umsatzsteuer-Identifikationsnummer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1605, 'SKR03', '1', 'Asset', '1585', '1400', '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__, 1606, 'SKR03', '1', 'Asset', '1587', '1400', 'Vorsteuer nach allgemeinen Durchschnittssä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__, 1607, 'SKR03', '1', 'Asset', '1588', '1400', 'Bezahlte Einfuhrumsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1608, 'SKR03', '1', 'Asset', '1590', '1400', 'Durchlaufende Posten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1609, 'SKR03', '1', 'Asset', '1591', '1400', 'Durchlaufende Posten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1610, 'SKR03', '1', 'Asset', '1592', '1400', 'Fremdgeld');
       
      --- SKR04 
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1612, 'SKR03', '1', 'Asset', '1593', '1500', 'Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1613, 'SKR03', '1', 'Asset', '1594', '1400', '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__, 1614, 'SKR03', '1', 'Asset', '1595', '1594', 'Forderungen gegen verbundene Unternehmen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1615, 'SKR03', '1', 'Asset', '1596', '1594', 'Forderungen gegen verbundene Unternehmen ( 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__, 1616, 'SKR03', '1', 'Asset', '1597', '1400', '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__, 1617, 'SKR03', '1', 'Asset', '1598', '1400', 'Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1618, 'SKR03', '1', 'Asset', '1599', '1400', 'Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1621, 'SKR03', '1', 'Liability', '1600', '1500', '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__, 1622, 'SKR03', '1', 'Liability', '1601', '1600', '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__, 1623, 'SKR03', '1', 'Liability', '1602', '1600', '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__, 1624, 'SKR03', '1', 'Liability', '1603', '1600', '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__, 1625, 'SKR03', '1', 'Liability', '1605', '1600', '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__, 1626, 'SKR03', '1', 'Liability', '1606', '1600', '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__, 1627, 'SKR03', '1', 'Liability', '1607', '1600', '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__, 1628, 'SKR03', '1', 'Liability', '1609', '1600', 'Gegenkonto 1605 - 1607 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__, 1629, 'SKR03', '1', 'Liability', '1610', '1600', '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__, 1630, 'SKR03', '1', 'Liability', '1611', '1600', '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__, 1631, 'SKR03', '1', 'Liability', '1612', '1600', '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__, 1632, 'SKR03', '1', 'Liability', '1613', '1600', '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__, 1633, 'SKR03', '1', 'Liability', '1614', '1600', '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__, 1634, 'SKR03', '1', 'Liability', '1615', '1600', '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__, 1635, 'SKR03', '1', 'Liability', '1616', '1600', '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__, 1636, 'SKR03', '1', 'Liability', '1617', '1600', '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__, 1637, 'SKR03', '1', 'Liability', '1618', '1600', '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__, 1638, 'SKR03', '1', 'Liability', '1619', '1600', '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__, 1639, 'SKR03', '1', 'Liability', '1620', '1600', '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__, 1640, 'SKR03', '1', 'Liability', '1621', '1600', '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__, 1641, 'SKR03', '1', 'Liability', '1622', '1600', '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__, 1642, 'SKR03', '1', 'Liability', '1623', '1600', '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__, 1643, 'SKR03', '1', 'Liability', '1624', '1600', '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__, 1644, 'SKR03', '1', 'Liability', '1625', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1645, 'SKR03', '1', 'Liability', '1626', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( 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__, 1646, 'SKR03', '1', 'Liability', '1628', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( 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__, 1648, 'SKR03', '1', 'Liability', '1630', '1600', '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__, 1649, 'SKR03', '1', 'Liability', '1631', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1650, 'SKR03', '1', 'Liability', '1635', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( 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__, 1651, 'SKR03', '1', 'Liability', '1638', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( 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__, 1653, 'SKR03', '1', 'Liability', '1640', '1600', '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__, 1654, 'SKR03', '1', 'Liability', '1641', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1655, 'SKR03', '1', 'Liability', '1645', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1656, 'SKR03', '1', 'Liability', '1648', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 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__, 1657, 'SKR03', '1', 'Liability', '1650', '1600', '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__, 1658, 'SKR03', '1', 'Liability', '1651', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1659, 'SKR03', '1', 'Liability', '1655', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( 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__, 1660, 'SKR03', '1', 'Liability', '1658', '1600', 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( 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__, 1662, 'SKR03', '1', 'Liability', '1659', '1600', 'Gegenkonto 1625 - 1658 bei Aufteilung Kreditorenkonto');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1664, 'SKR03', '1', 'Liability', '1660', '1600', 'Schuldwechsel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1665, 'SKR03', '1', 'Liability', '1661', '1600', 'Schuldwechsel ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1666, 'SKR03', '1', 'Liability', '1680', '1600', 'Schuldwechsel ( 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__, 1667, 'SKR03', '1', 'Liability', '1690', '1600', 'Schuldwechsel ( 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__, 1669, 'SKR03', '1', 'Liability', '1700', '1600', 'Sonstige Verbindlichkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1670, 'SKR03', '1', 'Liability', '1701', '1700', 'Sonstige Verbindlichkeiten ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1671, 'SKR03', '1', 'Liability', '1702', '1700', 'Sonstige Verbindlichkeiten ( 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__, 1672, 'SKR03', '1', 'Liability', '1703', '1700', 'Sonstige Verbindlichkeiten ( 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__, 1673, 'SKR03', '1', 'Liability', '1704', '1700', 'Sonstige Verbindlichkeiten z.B. 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__, 1674, 'SKR03', '1', 'Liability', '1705', '1700', 'Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1675, 'SKR03', '1', 'Liability', '1706', '1700', 'Darlehen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1676, 'SKR03', '1', 'Liability', '1707', '1700', 'Darlehen ( 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__, 1677, 'SKR03', '1', 'Liability', '1708', '1700', 'Darlehen ( 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__, 1679, 'SKR03', '1', 'Liability', '1709', '1700', 'Gewinnverfügungskonto stiller Gesellschafter');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1681, 'SKR03', '1', 'Liability', '1710', '1700', 'Erhaltene Anzahlungen ( Verbindlichkeiten )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1682, 'SKR03', '1', 'Liability', '1711', '1710', '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__, 1683, 'SKR03', '1', 'Liability', '1716', '1710', 'Erhaltene versteuerte Anzahlungen 15% USt ( Verbindlichkeiten )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1684, 'SKR03', '1', 'Liability', '1717', '1710', 'Erhaltene versteuerte Anzahlungen 16% USt ( Verbindlichkeiten )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1685, 'SKR03', '1', 'Liability', '1718', '1710', '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__, 1686, 'SKR03', '1', 'Liability', '1719', '1710', 'Erhaltene Anzahlungen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1687, 'SKR03', '1', 'Liability', '1720', '1710', 'Erhaltene Anzahlungen ( 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__, 1688, 'SKR03', '1', 'Liability', '1721', '1710', 'Erhaltene Anzahlungen ( 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__, 1690, 'SKR03', '1', 'Liability', '1722', '1600', 'Erhaltene Anzahlungen (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__, 1691, 'SKR03', '1', 'Liability', '1730', '1600', 'Kreditkartenabrechnung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1692, 'SKR03', '1', 'Liability', '1731', '1600', 'Agenturwarenabrechnung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1693, 'SKR03', '1', 'Liability', '1732', '1600', 'Erhaltene Kautionen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1694, 'SKR03', '1', 'Liability', '1733', '1600', 'Erhaltene Kautionen ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1695, 'SKR03', '1', 'Liability', '1734', '1600', 'Erhaltene Kautionen ( 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__, 1696, 'SKR03', '1', 'Liability', '1735', '1600', 'Erhaltene Kautionen ( 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__, 1697, 'SKR03', '1', 'Liability', '1736', '1600', 'Verbindlichkeiten aus Betriebssteuern und -abgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1698, 'SKR03', '1', 'Liability', '1737', '1600', 'Verbindlichkeiten aus Betriebssteuern und -abgaben ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1699, 'SKR03', '1', 'Liability', '1738', '1600', 'Verbindlichkeiten aus Betriebssteuern und -abgaben ( 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__, 1700, 'SKR03', '1', 'Liability', '1739', '1600', 'Verbindlichkeiten aus Betriebssteuern und -abgaben ( 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__, 1701, 'SKR03', '1', 'Liability', '1740', '1600', '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__, 1702, 'SKR03', '1', 'Liability', '1741', '1600', '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__, 1703, 'SKR03', '1', 'Liability', '1742', '1600', '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__, 1704, 'SKR03', '1', 'Liability', '1743', '1600', 'Verbindlichkeiten im Rahmen der sozialen Sicherheit ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1705, 'SKR03', '1', 'Liability', '1744', '1600', 'Verbindlichkeiten im Rahmen der sozialen Sicherheit ( 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__, 1706, 'SKR03', '1', 'Liability', '1745', '1600', 'Verbindlichkeiten im Rahmen der sozialen Sicherheit ( 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__, 1707, 'SKR03', '1', 'Liability', '1746', '1600', 'Verbindlichkeiten aus Einbehaltungen ( KapESt und SolZ auf KapESt )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1708, 'SKR03', '1', 'Liability', '1747', '1600', '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__, 1709, 'SKR03', '1', 'Liability', '1748', '1600', '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__, 1710, 'SKR03', '1', 'Liability', '1749', '1600', '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__, 1711, 'SKR03', '1', 'Liability', '1750', '1600', '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__, 1712, 'SKR03', '1', 'Liability', '1751', '1600', 'Verbindlichkeiten aus Vermögensbildung ( bis 1 Jahr )');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1713, 'SKR03', '1', 'Liability', '1752', '1600', 'Verbindlichkeiten aus Vermögensbildung ( 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__, 1714, 'SKR03', '1', 'Liability', '1753', '1600', 'Verbindlichkeiten aus Vermögensbildung ( 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__, 1715, 'SKR03', '1', 'Liability', '1754', '1600', 'Steuerzahlungen an andere EG-Länder');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1716, 'SKR03', '1', 'Liability', '1755', '1700', 'Lohn- und Gehaltsverrechnungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1717, 'SKR03', '1', 'Liability', '1756', '1755', 'Lohn- und Gehaltsverrechnung § 11 Abs. 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__, 1718, 'SKR03', '1', 'Liability', '1759', '1755', '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__, 1720, 'SKR03', '1', 'Liability', '1760', '1700', '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__, 1721, 'SKR03', '1', 'Liability', '1761', '1700', '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__, 1722, 'SKR03', '1', 'Liability', '1762', '1700', 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1723, 'SKR03', '1', 'Liability', '1763', '1700', 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1724, 'SKR03', '1', 'Liability', '1764', '1700', 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 19%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1725, 'SKR03', '1', 'Liability', '1765', '1700', 'Umsatzsteuer nicht fällig 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1726, 'SKR03', '1', 'Liability', '1766', '1700', '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__, 1727, 'SKR03', '1', 'Liability', '1767', '1600', 'Umsatzsteuer aus im anderen EG-Land steuerpflichtigen Lieferungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1728, 'SKR03', '1', 'Liability', '1768', '1600', 'Umsatzsteuer aus im anderen EG-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__, 1729, 'SKR03', '1', 'Liability', '1769', '1700', '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__, 1730, 'SKR03', '1', 'Liability', '1770', '1700', 'Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1731, 'SKR03', '1', 'Liability', '1771', '1700', 'Umsatzsteuer 7%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1732, 'SKR03', '1', 'Liability', '1772', '1700', '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__, 1733, 'SKR03', '1', 'Liability', '1773', '1700', 'Umsatzsteuer aus innergemeinschaftlichem Erwerb 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1734, 'SKR03', '1', 'Liability', '1774', '1700', '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__, 1735, 'SKR03', '1', 'Liability', '1775', '1700', 'Umsatzsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1736, 'SKR03', '1', 'Liability', '1776', '1700', 'Umsatzsteuer 19%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1737, 'SKR03', '1', 'Liability', '1777', '1700', 'Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1738, 'SKR03', '1', 'Liability', '1778', '1700', 'Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen 19%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1739, 'SKR03', '1', 'Liability', '1779', '1700', 'Umsatzsteuer aus innergemeinschaftlichem Erwerb Vorsteuerabzug');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1740, 'SKR03', '1', 'Liability', '1780', '1700', 'Umsatzsteuer-Vorauszahlungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1741, 'SKR03', '1', 'Liability', '1781', '1700', 'Umsatzsteuer-Vorauszahlung 1/11');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1742, 'SKR03', '1', 'Liability', '1782', '1700', '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__, 1743, 'SKR03', '1', 'Liability', '1783', '1700', 'In Rechnung unrichtig oder unberechtigt ausgewiesene Steuerveträ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__, 1744, 'SKR03', '1', 'Liability', '1784', '1700', '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__, 1745, 'SKR03', '1', 'Liability', '1785', '1700', '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__, 1746, 'SKR03', '1', 'Liability', '1786', '1700', 'Umsatzsteuer nach § 13b UStG 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1747, 'SKR03', '1', 'Liability', '1787', '1700', '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__, 1748, 'SKR03', '1', 'Liability', '1788', '1700', 'Einfuhrumsatzsteuer aufgeschoben bis');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1749, 'SKR03', '1', 'Liability', '1789', '1700', 'Umsatzsteuer laufendes Jahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1750, 'SKR03', '1', 'Liability', '1790', '1700', 'Umsatzsteuer Vorjahr');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1751, 'SKR03', '1', 'Liability', '1791', '1700', '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__, 1752, 'SKR03', '1', 'Liability', '1792', '1700', 'Sonstige Verrechnungskonten (Interimskonten)');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1754, 'SKR03', '1', 'Liability', '1793', '1700', 'Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditkonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1755, 'SKR03', '1', 'Liability', '1795', '1700', '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__, 1757, 'SKR03', '1', 'Owner''s Equity', '1800', '0', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1758, 'SKR03', '1', 'Owner''s Equity', '1801', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1759, 'SKR03', '1', 'Owner''s Equity', '1802', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1760, 'SKR03', '1', 'Owner''s Equity', '1803', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1761, 'SKR03', '1', 'Owner''s Equity', '1804', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1762, 'SKR03', '1', 'Owner''s Equity', '1805', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1763, 'SKR03', '1', 'Owner''s Equity', '1806', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1764, 'SKR03', '1', 'Owner''s Equity', '1807', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1765, 'SKR03', '1', 'Owner''s Equity', '1808', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1766, 'SKR03', '1', 'Owner''s Equity', '1809', '1800', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1767, 'SKR03', '1', 'Owner''s Equity', '1810', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1768, 'SKR03', '1', 'Owner''s Equity', '1811', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1769, 'SKR03', '1', 'Owner''s Equity', '1812', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1770, 'SKR03', '1', 'Owner''s Equity', '1813', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1771, 'SKR03', '1', 'Owner''s Equity', '1814', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1772, 'SKR03', '1', 'Owner''s Equity', '1815', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1773, 'SKR03', '1', 'Owner''s Equity', '1816', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1774, 'SKR03', '1', 'Owner''s Equity', '1817', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1775, 'SKR03', '1', 'Owner''s Equity', '1818', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1776, 'SKR03', '1', 'Owner''s Equity', '1819', '1800', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1777, 'SKR03', '1', 'Owner''s Equity', '1820', '1800', '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__, 1778, 'SKR03', '1', 'Owner''s Equity', '1821', '1800', '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__, 1779, 'SKR03', '1', 'Owner''s Equity', '1822', '1800', '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__, 1780, 'SKR03', '1', 'Owner''s Equity', '1823', '1800', '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__, 1781, 'SKR03', '1', 'Owner''s Equity', '1824', '1800', '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__, 1782, 'SKR03', '1', 'Owner''s Equity', '1825', '1800', '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__, 1783, 'SKR03', '1', 'Owner''s Equity', '1826', '1800', '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__, 1784, 'SKR03', '1', 'Owner''s Equity', '1827', '1800', '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__, 1785, 'SKR03', '1', 'Owner''s Equity', '1828', '1800', '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__, 1786, 'SKR03', '1', 'Owner''s Equity', '1829', '1800', '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__, 1787, 'SKR03', '1', 'Owner''s Equity', '1830', '1800', '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__, 1788, 'SKR03', '1', 'Owner''s Equity', '1831', '1800', '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__, 1789, 'SKR03', '1', 'Owner''s Equity', '1832', '1800', '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__, 1790, 'SKR03', '1', 'Owner''s Equity', '1833', '1800', '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__, 1791, 'SKR03', '1', 'Owner''s Equity', '1834', '1800', '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__, 1792, 'SKR03', '1', 'Owner''s Equity', '1835', '1800', '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__, 1793, 'SKR03', '1', 'Owner''s Equity', '1836', '1800', '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__, 1794, 'SKR03', '1', 'Owner''s Equity', '1837', '1800', '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__, 1795, 'SKR03', '1', 'Owner''s Equity', '1838', '1800', '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__, 1796, 'SKR03', '1', 'Owner''s Equity', '1839', '1800', '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__, 1797, 'SKR03', '1', 'Owner''s Equity', '1840', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1798, 'SKR03', '1', 'Owner''s Equity', '1841', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1799, 'SKR03', '1', 'Owner''s Equity', '1842', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1800, 'SKR03', '1', 'Owner''s Equity', '1843', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1801, 'SKR03', '1', 'Owner''s Equity', '1844', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1802, 'SKR03', '1', 'Owner''s Equity', '1845', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1803, 'SKR03', '1', 'Owner''s Equity', '1846', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1804, 'SKR03', '1', 'Owner''s Equity', '1847', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1805, 'SKR03', '1', 'Owner''s Equity', '1848', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1806, 'SKR03', '1', 'Owner''s Equity', '1849', '1800', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1807, 'SKR03', '1', 'Owner''s Equity', '1850', '1800', '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__, 1808, 'SKR03', '1', 'Owner''s Equity', '1851', '1800', '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__, 1809, 'SKR03', '1', 'Owner''s Equity', '1852', '1800', '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__, 1810, 'SKR03', '1', 'Owner''s Equity', '1853', '1800', '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__, 1811, 'SKR03', '1', 'Owner''s Equity', '1854', '1800', '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__, 1812, 'SKR03', '1', 'Owner''s Equity', '1855', '1800', '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__, 1813, 'SKR03', '1', 'Owner''s Equity', '1856', '1800', '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__, 1814, 'SKR03', '1', 'Owner''s Equity', '1857', '1800', '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__, 1815, 'SKR03', '1', 'Owner''s Equity', '1858', '1800', '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__, 1816, 'SKR03', '1', 'Owner''s Equity', '1859', '1800', '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__, 1817, 'SKR03', '1', 'Owner''s Equity', '1860', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1818, 'SKR03', '1', 'Owner''s Equity', '1861', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1819, 'SKR03', '1', 'Owner''s Equity', '1862', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1820, 'SKR03', '1', 'Owner''s Equity', '1863', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1821, 'SKR03', '1', 'Owner''s Equity', '1864', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1822, 'SKR03', '1', 'Owner''s Equity', '1865', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1823, 'SKR03', '1', 'Owner''s Equity', '1866', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1824, 'SKR03', '1', 'Owner''s Equity', '1867', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1825, 'SKR03', '1', 'Owner''s Equity', '1868', '1800', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1826, 'SKR03', '1', 'Owner''s Equity', '1869', '1800', '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__, 1827, 'SKR03', '1', 'Owner''s Equity', '1870', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1828, 'SKR03', '1', 'Owner''s Equity', '1871', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1829, 'SKR03', '1', 'Owner''s Equity', '1872', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1830, 'SKR03', '1', 'Owner''s Equity', '1873', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1831, 'SKR03', '1', 'Owner''s Equity', '1874', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1832, 'SKR03', '1', 'Owner''s Equity', '1875', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1833, 'SKR03', '1', 'Owner''s Equity', '1876', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1834, 'SKR03', '1', 'Owner''s Equity', '1877', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1835, 'SKR03', '1', 'Owner''s Equity', '1878', '1800', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1836, 'SKR03', '1', 'Owner''s Equity', '1879', '1800', '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__, 1837, 'SKR03', '1', 'Owner''s Equity', '1880', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1838, 'SKR03', '1', 'Owner''s Equity', '1881', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1839, 'SKR03', '1', 'Owner''s Equity', '1882', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1840, 'SKR03', '1', 'Owner''s Equity', '1883', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1841, 'SKR03', '1', 'Owner''s Equity', '1884', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1842, 'SKR03', '1', 'Owner''s Equity', '1885', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1843, 'SKR03', '1', 'Owner''s Equity', '1886', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1844, 'SKR03', '1', 'Owner''s Equity', '1887', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1845, 'SKR03', '1', 'Owner''s Equity', '1888', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1846, 'SKR03', '1', 'Owner''s Equity', '1889', '1800', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1847, 'SKR03', '1', 'Owner''s Equity', '1890', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1848, 'SKR03', '1', 'Owner''s Equity', '1891', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1849, 'SKR03', '1', 'Owner''s Equity', '1892', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1850, 'SKR03', '1', 'Owner''s Equity', '1893', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1851, 'SKR03', '1', 'Owner''s Equity', '1894', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1852, 'SKR03', '1', 'Owner''s Equity', '1895', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1853, 'SKR03', '1', 'Owner''s Equity', '1896', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1854, 'SKR03', '1', 'Owner''s Equity', '1897', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1855, 'SKR03', '1', 'Owner''s Equity', '1898', '1800', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1856, 'SKR03', '1', 'Owner''s Equity', '1899', '1800', 'Privateinlagen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1859, 'SKR03', '1', 'Owner''s Equity', '1900', '0', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1860, 'SKR03', '1', 'Owner''s Equity', '1901', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1861, 'SKR03', '1', 'Owner''s Equity', '1902', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1862, 'SKR03', '1', 'Owner''s Equity', '1903', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1863, 'SKR03', '1', 'Owner''s Equity', '1904', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1864, 'SKR03', '1', 'Owner''s Equity', '1905', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1865, 'SKR03', '1', 'Owner''s Equity', '1906', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1866, 'SKR03', '1', 'Owner''s Equity', '1907', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1867, 'SKR03', '1', 'Owner''s Equity', '1908', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1868, 'SKR03', '1', 'Owner''s Equity', '1909', '1900', 'Privatentnahmen allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1869, 'SKR03', '1', 'Owner''s Equity', '1910', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1870, 'SKR03', '1', 'Owner''s Equity', '1911', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1871, 'SKR03', '1', 'Owner''s Equity', '1912', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1872, 'SKR03', '1', 'Owner''s Equity', '1913', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1873, 'SKR03', '1', 'Owner''s Equity', '1914', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1874, 'SKR03', '1', 'Owner''s Equity', '1915', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1875, 'SKR03', '1', 'Owner''s Equity', '1916', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1876, 'SKR03', '1', 'Owner''s Equity', '1917', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1877, 'SKR03', '1', 'Owner''s Equity', '1918', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1878, 'SKR03', '1', 'Owner''s Equity', '1919', '1900', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1879, 'SKR03', '1', 'Owner''s Equity', '1920', '1900', '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__, 1880, 'SKR03', '1', 'Owner''s Equity', '1921', '1900', '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__, 1881, 'SKR03', '1', 'Owner''s Equity', '1922', '1900', '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__, 1882, 'SKR03', '1', 'Owner''s Equity', '1923', '1900', '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__, 1883, 'SKR03', '1', 'Owner''s Equity', '1924', '1900', '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__, 1884, 'SKR03', '1', 'Owner''s Equity', '1925', '1900', '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__, 1885, 'SKR03', '1', 'Owner''s Equity', '1926', '1900', '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__, 1886, 'SKR03', '1', 'Owner''s Equity', '1927', '1900', '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__, 1887, 'SKR03', '1', 'Owner''s Equity', '1928', '1900', '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__, 1888, 'SKR03', '1', 'Owner''s Equity', '1929', '1900', '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__, 1889, 'SKR03', '1', 'Owner''s Equity', '1930', '1900', '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__, 1890, 'SKR03', '1', 'Owner''s Equity', '1931', '1900', '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__, 1891, 'SKR03', '1', 'Owner''s Equity', '1932', '1900', '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__, 1892, 'SKR03', '1', 'Owner''s Equity', '1933', '1900', '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__, 1893, 'SKR03', '1', 'Owner''s Equity', '1934', '1900', '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__, 1894, 'SKR03', '1', 'Owner''s Equity', '1935', '1900', '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__, 1895, 'SKR03', '1', 'Owner''s Equity', '1936', '1900', '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__, 1896, 'SKR03', '1', 'Owner''s Equity', '1937', '1900', '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__, 1897, 'SKR03', '1', 'Owner''s Equity', '1938', '1900', '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__, 1898, 'SKR03', '1', 'Owner''s Equity', '1939', '1900', '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__, 1899, 'SKR03', '1', 'Owner''s Equity', '1940', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1900, 'SKR03', '1', 'Owner''s Equity', '1941', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1901, 'SKR03', '1', 'Owner''s Equity', '1942', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1902, 'SKR03', '1', 'Owner''s Equity', '1943', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1903, 'SKR03', '1', 'Owner''s Equity', '1944', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1904, 'SKR03', '1', 'Owner''s Equity', '1945', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1905, 'SKR03', '1', 'Owner''s Equity', '1946', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1906, 'SKR03', '1', 'Owner''s Equity', '1947', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1907, 'SKR03', '1', 'Owner''s Equity', '1948', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1908, 'SKR03', '1', 'Owner''s Equity', '1949', '1900', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1909, 'SKR03', '1', 'Owner''s Equity', '1950', '1900', '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__, 1910, 'SKR03', '1', 'Owner''s Equity', '1951', '1900', '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__, 1911, 'SKR03', '1', 'Owner''s Equity', '1952', '1900', '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__, 1912, 'SKR03', '1', 'Owner''s Equity', '1953', '1900', '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__, 1913, 'SKR03', '1', 'Owner''s Equity', '1954', '1900', '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__, 1914, 'SKR03', '1', 'Owner''s Equity', '1955', '1900', '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__, 1915, 'SKR03', '1', 'Owner''s Equity', '1956', '1900', '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__, 1916, 'SKR03', '1', 'Owner''s Equity', '1957', '1900', '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__, 1917, 'SKR03', '1', 'Owner''s Equity', '1958', '1900', '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__, 1918, 'SKR03', '1', 'Owner''s Equity', '1959', '1900', '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__, 1919, 'SKR03', '1', 'Owner''s Equity', '1960', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1920, 'SKR03', '1', 'Owner''s Equity', '1961', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1921, 'SKR03', '1', 'Owner''s Equity', '1962', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1922, 'SKR03', '1', 'Owner''s Equity', '1963', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1923, 'SKR03', '1', 'Owner''s Equity', '1964', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1924, 'SKR03', '1', 'Owner''s Equity', '1965', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1925, 'SKR03', '1', 'Owner''s Equity', '1966', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1926, 'SKR03', '1', 'Owner''s Equity', '1967', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1927, 'SKR03', '1', 'Owner''s Equity', '1968', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1928, 'SKR03', '1', 'Owner''s Equity', '1969', '1900', 'Grundstücksaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1929, 'SKR03', '1', 'Owner''s Equity', '1970', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1930, 'SKR03', '1', 'Owner''s Equity', '1971', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1931, 'SKR03', '1', 'Owner''s Equity', '1972', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1932, 'SKR03', '1', 'Owner''s Equity', '1973', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1933, 'SKR03', '1', 'Owner''s Equity', '1974', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1934, 'SKR03', '1', 'Owner''s Equity', '1975', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1935, 'SKR03', '1', 'Owner''s Equity', '1976', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1936, 'SKR03', '1', 'Owner''s Equity', '1977', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1937, 'SKR03', '1', 'Owner''s Equity', '1978', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1938, 'SKR03', '1', 'Owner''s Equity', '1979', '1900', 'Grundstücksertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1939, 'SKR03', '1', 'Owner''s Equity', '1980', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1940, 'SKR03', '1', 'Owner''s Equity', '1981', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1941, 'SKR03', '1', 'Owner''s Equity', '1982', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1942, 'SKR03', '1', 'Owner''s Equity', '1983', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1943, 'SKR03', '1', 'Owner''s Equity', '1984', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1944, 'SKR03', '1', 'Owner''s Equity', '1985', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1945, 'SKR03', '1', 'Owner''s Equity', '1986', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1946, 'SKR03', '1', 'Owner''s Equity', '1987', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1947, 'SKR03', '1', 'Owner''s Equity', '1988', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1948, 'SKR03', '1', 'Owner''s Equity', '1989', '1900', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1949, 'SKR03', '1', 'Owner''s Equity', '1990', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1950, 'SKR03', '1', 'Owner''s Equity', '1991', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1951, 'SKR03', '1', 'Owner''s Equity', '1992', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1952, 'SKR03', '1', 'Owner''s Equity', '1993', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1953, 'SKR03', '1', 'Owner''s Equity', '1994', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1954, 'SKR03', '1', 'Owner''s Equity', '1995', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1955, 'SKR03', '1', 'Owner''s Equity', '1996', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1956, 'SKR03', '1', 'Owner''s Equity', '1997', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1957, 'SKR03', '1', 'Owner''s Equity', '1998', '1900', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1958, 'SKR03', '1', 'Owner''s Equity', '1999', '1900', 'Privateinlagen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1961, 'SKR03', '2', 'Expense', '2000', '0', 'Außerordentliche Aufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1962, 'SKR03', '2', 'Expense', '2001', '2000', 'Außerordentliche Aufwendungen finanzwirksam');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1963, 'SKR03', '2', 'Expense', '2005', '2000', 'Außerordentliche Aufwendungen nicht finanzwirksam');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1966, 'SKR03', '2', 'Expense', '2010', '2000', 'Betriebsfremde Aufwendungen (soweit nicht außerordentlich)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1967, 'SKR03', '2', 'Expense', '2020', '2000', 'Periodenfremde Aufwendungen (soweit nicht außerordentlich)');
      +);
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1970, 'SKR03', '2', 'Expense', '2100', '0', '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__, 1971, 'SKR03', '2', 'Expense', '2103', '2100', '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__, 1972, 'SKR03', '2', 'Expense', '2104', '2100', '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__, 1973, 'SKR03', '2', 'Expense', '2107', '2100', 'Zinsaufwendungen § 233a AO betriebliche Steuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1974, 'SKR03', '2', 'Expense', '2108', '2100', 'Zinsaufwendungen §§ 233a bis 237 AO Personensteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1975, 'SKR03', '2', 'Expense', '2109', '2100', '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__, 1976, 'SKR03', '2', 'Expense', '2110', '2100', '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__, 1977, 'SKR03', '2', 'Expense', '2113', '2100', 'Nicht abzugsfähige Schuldzinsen gemäß § 4 Abs. 4a EStG (Hinzurechnungsbetrag)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1978, 'SKR03', '2', 'Expense', '2115', '2100', 'Zinsen und ähnliche Aufwendungen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1979, 'SKR03', '2', 'Expense', '2116', '2100', 'Zinsen und ähnliche Aufwendungen an verbundene Unternehmen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1980, 'SKR03', '2', 'Expense', '2118', '2100', 'In Dauerschuldzinsen umqualifizierte Zinsen auf kurzfristige Verbindlichkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1981, 'SKR03', '2', 'Expense', '2119', '2100', '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__, 1982, 'SKR03', '2', 'Expense', '2120', '2100', '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__, 1983, 'SKR03', '2', 'Expense', '2125', '2100', '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__, 1984, 'SKR03', '2', 'Expense', '2126', '2100', 'Zinsen zur Finanzierung des Anlagevermögen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1985, 'SKR03', '2', 'Expense', '2127', '2100', 'Renten und dauernde Lasten aus Gründung / Erwerb §8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1986, 'SKR03', '2', 'Expense', '2128', '2100', 'Zinsaufwendungen an Mitunternehmer für die Hingabe von Kapital § 15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1987, 'SKR03', '2', 'Expense', '2129', '2100', '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__, 1988, 'SKR03', '2', 'Expense', '2130', '2100', 'Diskontaufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1989, 'SKR03', '2', 'Expense', '2139', '2100', 'Diskontaufwendungen an verbundene Unternehmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1990, 'SKR03', '2', 'Expense', '2140', '2100', 'Zinsähnliche Aufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1991, 'SKR03', '2', 'Expense', '2149', '2100', 'Zinsähnliche Aufwendungen an verbundene Unternehmen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1993, 'SKR03', '2', 'Expense', '2150', '2100', 'Aufwendungen aus Kursdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1994, 'SKR03', '2', 'Expense', '2166', '2100', 'Aufwendungen Bewertung Finanzmittelfonds');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1995, 'SKR03', '2', 'Expense', '2170', '2100', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1996, 'SKR03', '2', 'Expense', '2171', '2100', '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__, 1997, 'SKR03', '2', 'Expense', '2175', '2100', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 1998, 'SKR03', '2', 'Expense', '2176', '2100', '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__, 2001, 'SKR03', '2', 'Expense', '2200', '2200', 'Körperschaftsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2002, 'SKR03', '2', 'Expense', '2203', '2200', '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__, 2003, 'SKR03', '2', 'Expense', '2204', '2200', '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__, 2004, 'SKR03', '2', 'Expense', '2208', '2200', 'Solidaritätszuschlag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2005, 'SKR03', '2', 'Expense', '2209', '2200', '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__, 2006, 'SKR03', '2', 'Expense', '2210', '2200', 'Solidaritätszuschlag für Vorjahre für Vorjahre');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2007, 'SKR03', '2', 'Expense', '2212', '2200', 'Kapitalertragsteuer 20%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2008, 'SKR03', '2', 'Expense', '2213', '2200', 'Kapitalertragsteuer 25%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2009, 'SKR03', '2', 'Expense', '2214', '2200', 'Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 20%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2010, 'SKR03', '2', 'Expense', '2215', '2200', 'Zinsabschlagsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2011, 'SKR03', '2', 'Expense', '2216', '2200', '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__, 2012, 'SKR03', '2', 'Expense', '2218', '2200', 'Anrechenbarer Solidaritätszuschlag auf Zinsabschlagsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2013, 'SKR03', '2', 'Expense', '2219', '2200', 'Ausländische Quellensteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2014, 'SKR03', '2', 'Expense', '2280', '2200', 'Steuernachzahlungen Vorjahre für Steuern vom Einkommen und Ertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2015, 'SKR03', '2', 'Expense', '2282', '2200', 'Steuererstattungen Vorjahre für Steuern vom Einkommen und Ertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2016, 'SKR03', '2', 'Expense', '2284', '2200', 'Erträge aus der Auflösung von Rückstellungen für Steuern vom Einkommen und Ertrag');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2018, 'SKR03', '2', 'Expense', '2285', '2200', '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__, 2019, 'SKR03', '2', 'Expense', '2287', '2200', '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__, 2020, 'SKR03', '2', 'Expense', '2289', '2200', '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__, 2023, 'SKR03', '2', 'Expense', '2300', '2000', 'Sonstige Aufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2024, 'SKR03', '2', 'Expense', '2307', '2300', 'Sonstige Aufwendungen betriebsfremde und regelmäßig');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2025, 'SKR03', '2', 'Expense', '2309', '2300', 'Sonstige Aufwendungen unregelmässig');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2026, 'SKR03', '2', 'Expense', '2310', '2300', '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__, 2027, 'SKR03', '2', 'Expense', '2311', '2300', 'Anlagenabgänge immaterielle Vermögensgegenstä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__, 2028, 'SKR03', '2', 'Expense', '2312', '2300', '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__, 2029, 'SKR03', '2', 'Expense', '2313', '2300', 'Anlagenabgänge Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Restbuchwert bei Buchverlust)');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2031, 'SKR03', '2', 'Expense', '2315', '2200', '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__, 2032, 'SKR03', '2', 'Expense', '2316', '2200', '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__, 2033, 'SKR03', '2', 'Expense', '2317', '2200', '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__, 2034, 'SKR03', '2', 'Expense', '2318', '2200', 'Anlagenabgänge Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Restbuchwert bei Buchgewinn)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2035, 'SKR03', '2', 'Expense', '2320', '2300', '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__, 2036, 'SKR03', '2', 'Expense', '2323', '2300', 'Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2037, 'SKR03', '2', 'Expense', '2325', '2300', 'Verluste 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__, 2038, 'SKR03', '2', 'Expense', '2326', '2300', 'Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2039, 'SKR03', '2', 'Expense', '2327', '2300', '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__, 2040, 'SKR03', '2', 'Expense', '2328', '2300', 'Abgang von Wirtschaftsgütern des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) 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__, 2041, 'SKR03', '2', 'Expense', '2340', '2300', 'Einstellungen in 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__, 2042, 'SKR03', '2', 'Expense', '2341', '2300', 'Einstellungen in Sonderposten mit Rücklageanteil (Ansparabschreibungen)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2043, 'SKR03', '2', 'Expense', '2342', '2300', 'Einstellungen in Sonderposten mit Rücklageanteil (Existenzgründerrücklage)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2044, 'SKR03', '2', 'Expense', '2345', '2300', 'Einstellungen in 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__, 2045, 'SKR03', '2', 'Expense', '2346', '2300', 'Einstellungen in Sonderposten mit Rücklageanteil (§ 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__, 2046, 'SKR03', '2', 'Expense', '2348', '2300', 'Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Verbindlichkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2047, 'SKR03', '2', 'Expense', '2349', '2300', 'Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Rückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2048, 'SKR03', '2', 'Expense', '2350', '2300', 'Grundstücksaufwendungen neutral');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2050, 'SKR03', '2', 'Expense', '2375', '0', 'Grundsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2051, 'SKR03', '2', 'Expense', '2380', '2300', '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__, 2052, 'SKR03', '2', 'Expense', '2381', '2300', '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__, 2053, 'SKR03', '2', 'Expense', '2382', '2300', '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__, 2054, 'SKR03', '2', 'Expense', '2383', '2300', '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__, 2055, 'SKR03', '2', 'Expense', '2384', '2300', '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__, 2056, 'SKR03', '2', 'Expense', '2385', '2300', 'Nicht abziehbare Hälfte der Aufsichtsratsvergütungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2057, 'SKR03', '2', 'Expense', '2386', '2300', 'Abziehbare Aufsichtsratsvergütung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2058, 'SKR03', '2', 'Expense', '2387', '2300', 'Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 1-3 AO');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2059, 'SKR03', '2', 'Expense', '2388', '2300', 'Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 4 AO');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2060, 'SKR03', '2', 'Expense', '2389', '2300', 'Zuwendungen Spenden an Stiftungen 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__, 2061, 'SKR03', '2', 'Expense', '2390', '2300', 'Zuwendungen Spenden an Stiftungen 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__, 2062, 'SKR03', '2', 'Expense', '2400', '2300', '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__, 2063, 'SKR03', '2', 'Expense', '2401', '2400', '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__, 2064, 'SKR03', '2', 'Expense', '2402', '2400', 'Forderungsverluste aus steuerfreien EG-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__, 2065, 'SKR03', '2', 'Expense', '2403', '2400', 'Forderungsverluste aus im Inland steuerpflichtigen EG-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__, 2066, 'SKR03', '2', 'Expense', '2404', '2400', 'Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 16% 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__, 2067, 'SKR03', '2', 'Expense', '2405', '2400', 'Forderungsverluste 16% 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__, 2068, 'SKR03', '2', 'Expense', '2406', '2400', '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__, 2069, 'SKR03', '2', 'Expense', '2407', '2400', 'Forderungsverluste 15% 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__, 2070, 'SKR03', '2', 'Expense', '2408', '2400', 'Forderungsverluste aus im Inland steuerpflichtigen EG-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__, 2071, 'SKR03', '2', 'Expense', '2409', '2400', 'Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 15% 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__, 2073, 'SKR03', '2', 'Expense', '2430', '2400', 'Forderungsverluste unüblich hoch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2074, 'SKR03', '2', 'Expense', '2450', '2300', 'Einstellung in die Pauschalwertberichtigung zu Forderungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2075, 'SKR03', '2', 'Expense', '2451', '2300', 'Einstellung in die Einzelwertberichtigung zu Forderungen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2077, 'SKR03', '2', 'Expense', '2490', '2400', '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__, 2079, 'SKR03', '2', 'Expense', '2492', '2400', '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__, 2080, 'SKR03', '2', 'Expense', '2493', '2400', 'Abgeführte Gewinnanteile an stille Gesellschafter § 8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2081, 'SKR03', '2', 'Expense', '2494', '2400', 'Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2083, 'SKR03', '2', 'Expense', '2495', '2400', '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__, 2085, 'SKR03', '2', 'Expense', '2496', '2400', 'Einstellung 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__, 2087, 'SKR03', '2', 'Expense', '2497', '2400', '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__, 2089, 'SKR03', '2', 'Expense', '2498', '2400', 'Einstellung in die Rücklage für eigene Anteile');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2091, 'SKR03', '2', 'Expense', '2499', '2400', 'Einstellung 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__, 2094, 'SKR03', '2', 'Revenue', '2500', '0', 'Außerordentliche Erträge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2095, 'SKR03', '2', 'Revenue', '2501', '0', 'Außerordentliche Erträge finanzwirksam');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2096, 'SKR03', '2', 'Revenue', '2505', '2500', 'Außerordentliche Erträge nicht finanzwirksam');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2099, 'SKR03', '2', 'Revenue', '2510', '2500', 'Betriebsfremde Erträge (soweit nicht außerordentlich)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2100, 'SKR03', '2', 'Revenue', '2520', '2500', 'Periodenfremde Erträge (soweit nicht außerordentlich)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2103, 'SKR03', '2', 'Revenue', '2600', '25001', '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__, 2104, 'SKR03', '2', 'Revenue', '2615', '2600', 'Laufende Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung 100% / 50% steuerfrei) (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2105, 'SKR03', '2', 'Revenue', '2616', '2600', 'Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2106, 'SKR03', '2', 'Revenue', '2617', '2600', 'Gewinne aus Anteilen an nicht steuerbefreiten inländischen Kapitalgesellschaften § 9 Nr. 2a GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2107, 'SKR03', '2', 'Revenue', '2618', '2600', 'Gewinnanteile aus Mitunternehmerschaften § 9 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2108, 'SKR03', '2', 'Revenue', '2619', '2600', '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__, 2110, 'SKR03', '2', 'Revenue', '2620', '2100', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2111, 'SKR03', '2', 'Revenue', '2625', '2620', 'laufende Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2112, 'SKR03', '2', 'Revenue', '2626', '2620', 'Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2113, 'SKR03', '2', 'Revenue', '2649', '2620', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen aus verbundenen Unternehmen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2115, 'SKR03', '2', 'Revenue', '2650', '2100', '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__, 2116, 'SKR03', '2', 'Revenue', '2655', '2650', 'laufende Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2117, 'SKR03', '2', 'Revenue', '2656', '2650', 'laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2118, 'SKR03', '2', 'Revenue', '2657', '2650', 'Zinserträge § 233a AO');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2119, 'SKR03', '2', 'Revenue', '2658', '2650', 'Zinserträge § 233a AO Sonderfall Anlage A KSt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2120, 'SKR03', '2', 'Revenue', '2659', '2650', '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__, 2122, 'SKR03', '2', 'Revenue', '2660', '2600', 'Erträge aus Kursdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2123, 'SKR03', '2', 'Revenue', '2661', '2600', 'Nicht realisierbare Währungsdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2124, 'SKR03', '2', 'Revenue', '2662', '2600', 'Realisierte Währungsdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2125, 'SKR03', '2', 'Revenue', '2663', '2600', 'Produkt Rechnung Preisdifferenz');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2126, 'SKR03', '2', 'Revenue', '2664', '2600', 'Realisierte Währungsdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2127, 'SKR03', '2', 'Revenue', '2665', '2600', 'Erträge a. Währungsumstellung auf Euro');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2128, 'SKR03', '2', 'Revenue', '2666', '2600', '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__, 2129, 'SKR03', '2', 'Revenue', '2667', '2600', 'Bank Währungsverlust (Konto)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2130, 'SKR03', '2', 'Revenue', '2668', '2600', 'Währungsdifferenz zum Kontenausgleich');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2131, 'SKR03', '2', 'Revenue', '2669', '2600', 'Nicht realisierbare Währungsdifferenzen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2133, 'SKR03', '2', 'Revenue', '2670', '2600', 'Diskonterträge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2134, 'SKR03', '2', 'Revenue', '2671', '2600', 'Bank Bewertungsertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2135, 'SKR03', '2', 'Revenue', '2672', '2600', 'Rundungsdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2136, 'SKR03', '2', 'Revenue', '2673', '2600', 'Kassendifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2137, 'SKR03', '2', 'Revenue', '2679', '2600', 'Diskonterträge verbundene Unternehmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2138, 'SKR03', '2', 'Revenue', '2680', '2600', '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__, 2139, 'SKR03', '2', 'Revenue', '2689', '2600', '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__, 2142, 'SKR03', '2', 'Revenue', '2700', '2200', 'Sonstige Erträge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2143, 'SKR03', '2', 'Revenue', '2705', '2700', '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__, 2144, 'SKR03', '2', 'Revenue', '2707', '2700', '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__, 2145, 'SKR03', '2', 'Revenue', '2709', '2700', '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__, 2146, 'SKR03', '2', 'Revenue', '2710', '2700', '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__, 2147, 'SKR03', '2', 'Revenue', '2711', '2700', '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__, 2148, 'SKR03', '2', 'Revenue', '2712', '2700', '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__, 2149, 'SKR03', '2', 'Revenue', '2713', '2700', 'Erträge aus Zuschreibungen des Finanzanlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2150, 'SKR03', '2', 'Revenue', '2714', '2700', 'Erträge aus Zuschreibungen des anderen Anlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2151, 'SKR03', '2', 'Revenue', '2715', '2700', 'Erträge aus Zuschreibungen des Umlaufvermögens');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2152, 'SKR03', '2', 'Revenue', '2716', '2700', 'Erträge aus Zuschreibungen des Umlaufvermögens 100% / 50% steuerfrei (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2153, 'SKR03', '2', 'Revenue', '2720', '2700', '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__, 2154, 'SKR03', '2', 'Revenue', '2723', '2700', 'Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% steuerfrei ( inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2155, 'SKR03', '2', 'Revenue', '2725', '2700', '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__, 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.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2157, 'SKR03', '2', 'Revenue', '2730', '2700', 'Erträge aus Herabsetzung der Pauschalwertberichtigung zu Forderungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2158, 'SKR03', '2', 'Revenue', '2731', '2700', 'Erträge aus Herabsetzung der Einzelwertberichtigung zu Forderungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2159, 'SKR03', '2', 'Revenue', '2732', '2700', '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__, 2160, 'SKR03', '2', 'Revenue', '2733', '2700', 'Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Existenzgründerrücklage)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2161, 'SKR03', '2', 'Revenue', '2734', '2700', 'Erträge aus der steuerlich niedrigeren Bewertung von Verbindlichkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2162, 'SKR03', '2', 'Revenue', '2735', '2700', '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__, 2163, 'SKR03', '2', 'Revenue', '2736', '2700', 'Erträge aus der steuerlich niedrigeren Bewertung von Rückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) 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)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2165, 'SKR03', '2', 'Revenue', '2738', '2700', 'Erträge aus der Auflösung von 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__, 2166, 'SKR03', '2', 'Revenue', '2739', '2700', 'Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Ansparabschreibungen)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2167, 'SKR03', '2', 'Revenue', '2740', '2700', 'Erträge aus der Auflösung von 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__, 2168, 'SKR03', '2', 'Revenue', '2741', '2700', 'Erträge aus der Auflösung von 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__, 2169, 'SKR03', '2', 'Revenue', '2742', '2700', 'Versicherungsentschädigungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2170, 'SKR03', '2', 'Revenue', '2743', '2700', 'Investitionszuschüsse (steuerpflichtig)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2171, 'SKR03', '2', 'Revenue', '2744', '2700', 'Investitionszulagen (steuerfrei)');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2173, 'SKR03', '2', 'Revenue', '2745', '2700', '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__, 2174, 'SKR03', '2', 'Revenue', '2746', '2700', 'Steuerfreie Erträge aus der Auflösung von 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__, 2175, 'SKR03', '2', 'Revenue', '2747', '2700', 'Sonstige steuerfreie Betriebseinnahmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2176, 'SKR03', '0', 'Revenue', '2749', '2700', 'Erstattungen Aufwendungsausgleichsgesetz');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2177, 'SKR03', '2', 'Revenue', '2750', '2700', 'Grundstückserträge');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2179, 'SKR03', '2', 'Revenue', '2790', '2700', '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__, 2181, 'SKR03', '2', 'Revenue', '2792', '2700', '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__, 2182, 'SKR03', '2', 'Revenue', '2794', '2700', 'Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2184, 'SKR03', '2', 'Revenue', '2795', '2600', '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__, 2186, 'SKR03', '2', 'Revenue', '2796', '2600', '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__, 2188, 'SKR03', '2', 'Revenue', '2797', '2600', '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__, 2190, 'SKR03', '2', 'Revenue', '2798', '2600', 'Entnahmen aus der Rücklage für eigene Anteile');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2192, 'SKR03', '2', 'Revenue', '2799', '2600', '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__, 2194, 'SKR03', '2', 'Revenue', '2860', '2600', 'Gewinnvortrag nach Verwendung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2195, 'SKR03', '2', 'Revenue', '2868', '2600', 'Verlustvortrag nach Verwendung');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2197, 'SKR03', '2', 'Revenue', '2869', '2600', '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__, 2199, 'SKR03', '2', 'Revenue', '2870', '2600', 'Vorabausschüttung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2202, 'SKR03', '2', 'Revenue', '2890', '2600', 'Verrechneter kalkulatorischer Unternehmerlohn');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2203, 'SKR03', '2', 'Revenue', '2891', '2600', 'Verrechnete kalkulatorische Miete und Pacht');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2204, 'SKR03', '2', 'Revenue', '2892', '2600', 'Verrechnete kalkulatorische Zinsen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2205, 'SKR03', '2', 'Revenue', '2893', '2600', 'Verrechnete kalkulatorische Abschreibungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2206, 'SKR03', '2', 'Revenue', '2894', '2600', 'Verrechnete kalkulatorische Wagnisse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2207, 'SKR03', '2', 'Revenue', '2895', '2600', 'Verrechneter kalkulatorische 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__, 2209, 'SKR03', '2', 'Revenue', '2990', '2600', 'Aufwendungen/Erträge aus Umrechnungsdifferenzen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2212, 'SKR03', '3', 'Expense', '3000', '0', '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__, 2213, 'SKR03', '3', 'Expense', '3090', '3000', 'Energiestoffe (Fertigung');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2215, 'SKR03', '3', 'Expense', '3100', '0', 'Fremdleistungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2219, 'SKR03', '3', 'Expense', '3110', '3100', 'Bauleistungen eines 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__, 2220, 'SKR03', '3', 'Expense', '3115', '3100', 'Leistungen eines im Ausland 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__, 2221, 'SKR03', '3', 'Expense', '3120', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 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__, 2222, 'SKR03', '3', 'Expense', '3121', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 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__, 2223, 'SKR03', '3', 'Expense', '3122', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2224, 'SKR03', '3', 'Expense', '3125', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 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__, 2225, 'SKR03', '3', 'Expense', '3126', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 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__, 2226, 'SKR03', '3', 'Expense', '3127', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2227, 'SKR03', '3', 'Expense', '3130', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 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__, 2228, 'SKR03', '3', 'Expense', '3135', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 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__, 2229, 'SKR03', '3', 'Expense', '3140', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 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__, 2230, 'SKR03', '3', 'Expense', '3141', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens 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__, 2231, 'SKR03', '3', 'Expense', '3142', '3100', 'Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2232, 'SKR03', '3', 'Expense', '3145', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 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__, 2233, 'SKR03', '3', 'Expense', '3146', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens 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__, 2234, 'SKR03', '3', 'Expense', '3147', '3100', 'Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2235, 'SKR03', '3', 'Expense', '3150', '3100', '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__, 2236, 'SKR03', '3', 'Expense', '3151', '3100', '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__, 2237, 'SKR03', '3', 'Expense', '3152', '3100', 'Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2238, 'SKR03', '3', 'Expense', '3153', '3100', '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__, 2240, 'SKR03', '3', 'Expense', '3200', '0', 'Wareneingang');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2241, 'SKR03', '3', 'Expense', '3300', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2242, 'SKR03', '3', 'Expense', '3301', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2243, 'SKR03', '3', 'Expense', '3302', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2244, 'SKR03', '3', 'Expense', '3303', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2245, 'SKR03', '3', 'Expense', '3304', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2246, 'SKR03', '3', 'Expense', '3305', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2247, 'SKR03', '3', 'Expense', '3306', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2248, 'SKR03', '3', 'Expense', '3307', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2249, 'SKR03', '3', 'Expense', '3308', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2250, 'SKR03', '3', 'Expense', '3309', '3200', 'Wareneingang 7% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2251, 'SKR03', '3', 'Expense', '3340', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2252, 'SKR03', '3', 'Expense', '3341', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2253, 'SKR03', '3', 'Expense', '3342', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2254, 'SKR03', '3', 'Expense', '3343', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2255, 'SKR03', '3', 'Expense', '3344', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2256, 'SKR03', '3', 'Expense', '3345', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2257, 'SKR03', '3', 'Expense', '3346', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2258, 'SKR03', '3', 'Expense', '3347', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2259, 'SKR03', '3', 'Expense', '3348', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2260, 'SKR03', '3', 'Expense', '3349', '3200', 'Wareneingang 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2261, 'SKR03', '3', 'Expense', '3400', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2262, 'SKR03', '3', 'Expense', '3401', '3200', 'Produkt Ausgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2263, 'SKR03', '3', 'Expense', '3402', '3200', 'Produkt Vertriebsausgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2264, 'SKR03', '3', 'Expense', '3403', '3200', 'Konto Kasse Aufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2265, 'SKR03', '3', 'Expense', '3404', '3200', 'Einstandskosten Verrechnungskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2266, 'SKR03', '3', 'Expense', '3405', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2267, 'SKR03', '3', 'Expense', '3406', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2268, 'SKR03', '3', 'Expense', '3407', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2269, 'SKR03', '3', 'Expense', '3408', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2270, 'SKR03', '3', 'Expense', '3409', '3200', 'Wareneingang 19% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2271, 'SKR03', '3', 'Expense', '3420', '3200', '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__, 2272, 'SKR03', '3', 'Expense', '3421', '3200', '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__, 2273, 'SKR03', '3', 'Expense', '3422', '3200', '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__, 2274, 'SKR03', '3', 'Expense', '3423', '3200', '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__, 2275, 'SKR03', '3', 'Expense', '3424', '3200', '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__, 2276, 'SKR03', '3', 'Expense', '3425', '3200', '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__, 2277, 'SKR03', '3', 'Expense', '3426', '3200', '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__, 2278, 'SKR03', '3', 'Expense', '3427', '3200', '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__, 2279, 'SKR03', '3', 'Expense', '3428', '3200', '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__, 2280, 'SKR03', '3', 'Expense', '3429', '3200', '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__, 2281, 'SKR03', '3', 'Expense', '3430', '3200', '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__, 2282, 'SKR03', '3', 'Expense', '3433', '3200', 'Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2283, 'SKR03', '3', 'Expense', '3434', '3200', 'Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2284, 'SKR03', '3', 'Expense', '3435', '3200', '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__, 2285, 'SKR03', '3', 'Expense', '3440', '3200', 'Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-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__, 2286, 'SKR03', '3', 'Expense', '3441', '3200', 'Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2287, 'SKR03', '3', 'Expense', '3500', '3200', 'Wareneingang 5% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2288, 'SKR03', '3', 'Expense', '3501', '3200', 'Wareneingang 5% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2289, 'SKR03', '3', 'Expense', '3502', '3200', 'Wareneingang 5% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2290, 'SKR03', '3', 'Expense', '3503', '3200', 'Wareneingang 5% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2291, 'SKR03', '3', 'Expense', '3504', '3200', 'Wareneingang 5% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2292, 'SKR03', '3', 'Expense', '3505', '3200', '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__, 2293, 'SKR03', '3', 'Expense', '3506', '3200', '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__, 2294, 'SKR03', '3', 'Expense', '3507', '3200', '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__, 2295, 'SKR03', '3', 'Expense', '3508', '3200', '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__, 2296, 'SKR03', '3', 'Expense', '3509', '3200', '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__, 2297, 'SKR03', '3', 'Expense', '3530', '3200', 'Wareneingang 9% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2298, 'SKR03', '3', 'Expense', '3531', '3200', 'Wareneingang 9% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2299, 'SKR03', '3', 'Expense', '3532', '3200', 'Wareneingang 9% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2300, 'SKR03', '3', 'Expense', '3533', '3200', 'Wareneingang 9% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2301, 'SKR03', '3', 'Expense', '3534', '3200', 'Wareneingang 9% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2302, 'SKR03', '3', 'Expense', '3540', '3200', '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__, 2303, 'SKR03', '3', 'Expense', '3541', '3200', '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__, 2304, 'SKR03', '3', 'Expense', '3542', '3200', '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__, 2305, 'SKR03', '3', 'Expense', '3543', '3200', '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__, 2306, 'SKR03', '3', 'Expense', '3544', '3200', '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__, 2307, 'SKR03', '3', 'Expense', '3545', '3200', '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__, 2308, 'SKR03', '3', 'Expense', '3546', '3200', '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__, 2309, 'SKR03', '3', 'Expense', '3547', '3200', '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__, 2310, 'SKR03', '3', 'Expense', '3548', '3200', '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__, 2311, 'SKR03', '3', 'Expense', '3549', '3200', '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__, 2312, 'SKR03', '3', 'Expense', '3550', '3200', 'steuerfreier innergemeinschaftlicher Erwerb');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2313, 'SKR03', '3', 'Expense', '3551', '3200', '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__, 2314, 'SKR03', '3', 'Expense', '3559', '3200', 'Steuerfreier Einfuhren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2315, 'SKR03', '3', 'Expense', '3558', '3200', 'Wareneingang I.a. EG-Land steuerbar');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2316, 'SKR03', '3', 'Expense', '3560', '3200', '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__, 2317, 'SKR03', '3', 'Expense', '3565', '3200', '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__, 2318, 'SKR03', '3', 'Expense', '3566', '3200', 'waren aus einem Umsatzsteuerlager § 13a UStG 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2319, 'SKR03', '3', 'Expense', '3600', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2320, 'SKR03', '3', 'Expense', '3601', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2321, 'SKR03', '3', 'Expense', '3602', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2322, 'SKR03', '3', 'Expense', '3603', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2323, 'SKR03', '3', 'Expense', '3604', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2324, 'SKR03', '3', 'Expense', '3605', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2325, 'SKR03', '3', 'Expense', '3606', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2326, 'SKR03', '3', 'Expense', '3607', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2327, 'SKR03', '3', 'Expense', '3608', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2328, 'SKR03', '3', 'Expense', '3609', '3200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2329, 'SKR03', '3', 'Expense', '3610', '3200', '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__, 2330, 'SKR03', '3', 'Expense', '3611', '3200', '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__, 2331, 'SKR03', '3', 'Expense', '3612', '3200', '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__, 2332, 'SKR03', '3', 'Expense', '3613', '3200', '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__, 2333, 'SKR03', '3', 'Expense', '3614', '3200', '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__, 2334, 'SKR03', '3', 'Expense', '3615', '3200', '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__, 2335, 'SKR03', '3', 'Expense', '3616', '3200', '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__, 2336, 'SKR03', '3', 'Expense', '3617', '3200', '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__, 2337, 'SKR03', '3', 'Expense', '3618', '3200', '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__, 2338, 'SKR03', '3', 'Expense', '3619', '3200', '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__, 2339, 'SKR03', '3', 'Expense', '3650', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2340, 'SKR03', '3', 'Expense', '3651', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2341, 'SKR03', '3', 'Expense', '3652', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2342, 'SKR03', '3', 'Expense', '3653', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2343, 'SKR03', '3', 'Expense', '3654', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2344, 'SKR03', '3', 'Expense', '3655', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2345, 'SKR03', '3', 'Expense', '3656', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2346, 'SKR03', '3', 'Expense', '3657', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2347, 'SKR03', '3', 'Expense', '3658', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2348, 'SKR03', '3', 'Expense', '3659', '3200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2349, 'SKR03', '3', 'Expense', '3660', '3200', '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__, 2350, 'SKR03', '3', 'Expense', '3661', '3200', '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__, 2351, 'SKR03', '3', 'Expense', '3662', '3200', '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__, 2352, 'SKR03', '3', 'Expense', '3663', '3200', '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__, 2353, 'SKR03', '3', 'Expense', '3664', '3200', '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__, 2354, 'SKR03', '3', 'Expense', '3665', '3200', '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__, 2355, 'SKR03', '3', 'Expense', '3666', '3200', '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__, 2356, 'SKR03', '3', 'Expense', '3667', '3200', '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__, 2357, 'SKR03', '3', 'Expense', '3668', '3200', '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__, 2358, 'SKR03', '3', 'Expense', '3669', '3200', '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__, 2359, 'SKR03', '3', 'Expense', '3700', '3200', 'Nachlässe');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2360, 'SKR03', '3', 'Expense', '3710', '3200', '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__, 2361, 'SKR03', '3', 'Expense', '3711', '3200', '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__, 2362, 'SKR03', '3', 'Expense', '3720', '3200', '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__, 2363, 'SKR03', '3', 'Expense', '3721', '3200', '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__, 2364, 'SKR03', '3', 'Expense', '3722', '3200', 'Nachlässe 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2365, 'SKR03', '3', 'Expense', '3723', '3200', 'Nachlässe 15% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2366, 'SKR03', '3', 'Expense', '3724', '3200', '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__, 2367, 'SKR03', '3', 'Expense', '3725', '3200', '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__, 2368, 'SKR03', '3', 'Expense', '3726', '3200', 'Nachlässe aus innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2369, 'SKR03', '3', 'Expense', '3727', '3200', 'Nachlässe aus innergemeinschaftlichem Erwerb 15% Vorsteuer und 15% Umsatzsteuer');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2372, 'SKR03', '3', 'Revenue', '3730', '0', 'Erhaltene Skonti');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2373, 'SKR03', '3', 'Revenue', '3731', '3730', '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__, 2374, 'SKR03', '3', 'Revenue', '3735', '3730', 'Erhaltene Skonti 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2375, 'SKR03', '3', 'Revenue', '3736', '3730', '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__, 2376, 'SKR03', '3', 'Revenue', '3745', '3730', '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__, 2377, 'SKR03', '3', 'Revenue', '3746', '3730', '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__, 2378, 'SKR03', '3', 'Revenue', '3748', '3730', '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__, 2379, 'SKR03', '3', 'Revenue', '3749', '3730', 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2380, 'SKR03', '3', 'Revenue', '3750', '3769', '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__, 2381, 'SKR03', '3', 'Revenue', '3751', '3769', '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__, 2382, 'SKR03', '3', 'Revenue', '3760', '3769', '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__, 2383, 'SKR03', '3', 'Revenue', '3761', '3769', '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__, 2384, 'SKR03', '3', 'Revenue', '3764', '3769', 'Erhaltene Boni 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2385, 'SKR03', '3', 'Revenue', '3765', '3769', 'Erhaltene Boni 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2386, 'SKR03', '3', 'Revenue', '3769', '0', 'Erhaltene Boni');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2387, 'SKR03', '3', 'Revenue', '3770', '3700', 'Erhaltene Rabatte');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2388, 'SKR03', '3', 'Revenue', '3780', '3770', '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__, 2389, 'SKR03', '3', 'Revenue', '3781', '3770', '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__, 2390, 'SKR03', '3', 'Revenue', '3790', '3770', '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__, 2391, 'SKR03', '3', 'Revenue', '3791', '3770', '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__, 2392, 'SKR03', '3', 'Revenue', '3794', '3770', 'Erhaltene Rabatte 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2393, 'SKR03', '3', 'Revenue', '3795', '3770', 'Erhaltene Rabatte 16% Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2394, 'SKR03', '3', 'Expense', '3800', '3200', 'Bezugsnebenkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2395, 'SKR03', '3', 'Expense', '3830', '3200', 'Leergut');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2396, 'SKR03', '3', 'Expense', '3850', '3200', '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__, 2399, 'SKR03', '3', 'XXXXX', '3960', '0', '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__, 2400, 'SKR03', '3', 'XXXXX', '3961', '3960', '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__, 2401, 'SKR03', '3', 'XXXXX', '3962', '3960', '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__, 2402, 'SKR03', '3', 'XXXXX', '3963', '3960', '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__, 2403, 'SKR03', '3', 'XXXXX', '3964', '3960', '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__, 2404, 'SKR03', '3', 'XXXXX', '3965', '3960', '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__, 2405, 'SKR03', '3', 'XXXXX', '3966', '3960', '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__, 2406, 'SKR03', '3', 'XXXXX', '3967', '3960', '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__, 2407, 'SKR03', '3', 'XXXXX', '3968', '3960', '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__, 2408, 'SKR03', '3', 'XXXXX', '3969', '3960', '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__, 2411, 'SKR03', '3', 'Asset', '3970', '3960', 'Bestand 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__, 2412, 'SKR03', '3', 'Asset', '3971', '3960', 'Bestand 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__, 2413, 'SKR03', '3', 'Asset', '3972', '3960', 'Bestand 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__, 2414, 'SKR03', '3', 'Asset', '3973', '3960', 'Bestand 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__, 2415, 'SKR03', '3', 'Asset', '3974', '3960', 'Bestand 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__, 2416, 'SKR03', '3', 'Asset', '3975', '3960', 'Bestand 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__, 2417, 'SKR03', '3', 'Asset', '3976', '3960', 'Bestand 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__, 2418, 'SKR03', '3', 'Asset', '3977', '3960', 'Bestand 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__, 2419, 'SKR03', '3', 'Asset', '3978', '3960', 'Bestand 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__, 2420, 'SKR03', '3', 'Asset', '3979', '3960', 'Bestand 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__, 2422, 'SKR03', '3', 'Asset', '3980', '3960', 'Bestand Waren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2423, 'SKR03', '3', 'Asset', '3981', '3960', 'Bestand Waren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2424, 'SKR03', '3', 'Asset', '3982', '3960', 'Bestand Waren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2425, 'SKR03', '3', 'Asset', '3983', '3960', 'Bestand Waren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2426, 'SKR03', '3', 'Asset', '3984', '3960', 'Bestand Waren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2427, 'SKR03', '3', 'Asset', '3985', '3960', 'Lager Bestandswert Korrektur');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2428, 'SKR03', '3', 'Expense', '3986', '3960', 'Lager Differenzkorrektur Gewinn / Verlust');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2429, 'SKR03', '3', 'Expense', '3987', '3960', 'Lager Differenzkorrektur Marktwert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2430, 'SKR03', '3', 'Asset', '3988', '3960', 'Lager Bestand Zwischenkonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2431, 'SKR03', '3', 'Asset', '3989', '3960', 'Bestand Waren');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2434, 'SKR03', '3', 'Expense', '3990', '3900', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2435, 'SKR03', '3', 'XXXXX', '3991', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2436, 'SKR03', '3', 'XXXXX', '3992', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2437, 'SKR03', '3', 'XXXXX', '3993', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2438, 'SKR03', '3', 'XXXXX', '3994', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2439, 'SKR03', '3', 'XXXXX', '3995', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2440, 'SKR03', '3', 'XXXXX', '3996', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2441, 'SKR03', '3', 'XXXXX', '3997', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2442, 'SKR03', '3', 'XXXXX', '3998', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2443, 'SKR03', '3', 'XXXXX', '3999', '3990', 'Verrechnete Stoffkosten (Gegenkonto zu 4000-99)');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2446, 'SKR03', '4', 'Expense', '4000', '0', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2447, 'SKR03', '4', 'Expense', '4001', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2448, 'SKR03', '4', 'Expense', '4002', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2449, 'SKR03', '4', 'Expense', '4003', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2450, 'SKR03', '4', 'Expense', '4004', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2451, 'SKR03', '4', 'Expense', '4005', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2452, 'SKR03', '4', 'Expense', '4006', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2453, 'SKR03', '4', 'Expense', '4007', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2454, 'SKR03', '4', 'Expense', '4008', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2455, 'SKR03', '4', 'Expense', '4009', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2456, 'SKR03', '4', 'Expense', '4010', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2457, 'SKR03', '4', 'Expense', '4011', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2458, 'SKR03', '4', 'Expense', '4012', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2459, 'SKR03', '4', 'Expense', '4013', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2460, 'SKR03', '4', 'Expense', '4014', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2461, 'SKR03', '4', 'Expense', '4015', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2462, 'SKR03', '4', 'Expense', '4016', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2463, 'SKR03', '4', 'Expense', '4017', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2464, 'SKR03', '4', 'Expense', '4018', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2465, 'SKR03', '4', 'Expense', '4019', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2466, 'SKR03', '4', 'Expense', '4020', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2467, 'SKR03', '4', 'Expense', '4021', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2468, 'SKR03', '4', 'Expense', '4022', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2469, 'SKR03', '4', 'Expense', '4023', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2470, 'SKR03', '4', 'Expense', '4024', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2471, 'SKR03', '4', 'Expense', '4025', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2472, 'SKR03', '4', 'Expense', '4026', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2473, 'SKR03', '4', 'Expense', '4027', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2474, 'SKR03', '4', 'Expense', '4028', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2475, 'SKR03', '4', 'Expense', '4029', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2476, 'SKR03', '4', 'Expense', '4030', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2477, 'SKR03', '4', 'Expense', '4031', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2478, 'SKR03', '4', 'Expense', '4032', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2479, 'SKR03', '4', 'Expense', '4033', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2480, 'SKR03', '4', 'Expense', '4034', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2481, 'SKR03', '4', 'Expense', '4035', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2482, 'SKR03', '4', 'Expense', '4036', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2483, 'SKR03', '4', 'Expense', '4037', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2484, 'SKR03', '4', 'Expense', '4038', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2485, 'SKR03', '4', 'Expense', '4039', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2486, 'SKR03', '4', 'Expense', '4040', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2487, 'SKR03', '4', 'Expense', '4041', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2488, 'SKR03', '4', 'Expense', '4042', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2489, 'SKR03', '4', 'Expense', '4043', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2490, 'SKR03', '4', 'Expense', '4044', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2491, 'SKR03', '4', 'Expense', '4045', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2492, 'SKR03', '4', 'Expense', '4046', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2493, 'SKR03', '4', 'Expense', '4047', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2494, 'SKR03', '4', 'Expense', '4048', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2495, 'SKR03', '4', 'Expense', '4049', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2496, 'SKR03', '4', 'Expense', '4050', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2497, 'SKR03', '4', 'Expense', '4051', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2498, 'SKR03', '4', 'Expense', '4052', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2499, 'SKR03', '4', 'Expense', '4053', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2500, 'SKR03', '4', 'Expense', '4054', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2501, 'SKR03', '4', 'Expense', '4055', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2502, 'SKR03', '4', 'Expense', '4056', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2503, 'SKR03', '4', 'Expense', '4057', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2504, 'SKR03', '4', 'Expense', '4058', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2505, 'SKR03', '4', 'Expense', '4059', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2506, 'SKR03', '4', 'Expense', '4060', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2507, 'SKR03', '4', 'Expense', '4061', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2508, 'SKR03', '4', 'Expense', '4062', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2509, 'SKR03', '4', 'Expense', '4063', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2510, 'SKR03', '4', 'Expense', '4064', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2511, 'SKR03', '4', 'Expense', '4065', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2512, 'SKR03', '4', 'Expense', '4066', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2513, 'SKR03', '4', 'Expense', '4067', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2514, 'SKR03', '4', 'Expense', '4068', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2515, 'SKR03', '4', 'Expense', '4069', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2516, 'SKR03', '4', 'Expense', '4070', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2517, 'SKR03', '4', 'Expense', '4071', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2518, 'SKR03', '4', 'Expense', '4072', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2519, 'SKR03', '4', 'Expense', '4073', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2520, 'SKR03', '4', 'Expense', '4074', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2521, 'SKR03', '4', 'Expense', '4075', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2522, 'SKR03', '4', 'Expense', '4076', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2523, 'SKR03', '4', 'Expense', '4077', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2524, 'SKR03', '4', 'Expense', '4078', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2525, 'SKR03', '4', 'Expense', '4079', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2526, 'SKR03', '4', 'Expense', '4080', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2527, 'SKR03', '4', 'Expense', '4081', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2528, 'SKR03', '4', 'Expense', '4082', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2529, 'SKR03', '4', 'Expense', '4083', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2530, 'SKR03', '4', 'Expense', '4084', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2531, 'SKR03', '4', 'Expense', '4085', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2532, 'SKR03', '4', 'Expense', '4086', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2533, 'SKR03', '4', 'Expense', '4087', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2534, 'SKR03', '4', 'Expense', '4088', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2535, 'SKR03', '4', 'Expense', '4089', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2536, 'SKR03', '4', 'Expense', '4090', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2537, 'SKR03', '4', 'Expense', '4091', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2538, 'SKR03', '4', 'Expense', '4092', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2539, 'SKR03', '4', 'Expense', '4093', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2540, 'SKR03', '4', 'Expense', '4094', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2541, 'SKR03', '4', 'Expense', '4095', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2542, 'SKR03', '4', 'Expense', '4096', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2543, 'SKR03', '4', 'Expense', '4097', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2544, 'SKR03', '4', 'Expense', '4098', '4000', 'Material-und Stoffverbrauch');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2545, 'SKR03', '4', 'Expense', '4099', '4000', 'Material-und Stoffverbrauch');
      +
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2548, 'SKR03', '4', 'Expense', '4100', '0', '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__, 2549, 'SKR03', '4', 'Expense', '4110', '4100', 'Löhne');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2550, 'SKR03', '4', 'Expense', '4120', '4100', 'Gehälter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2551, 'SKR03', '4', 'Expense', '4124', '4100', 'Geschäftsführergehälter GmbH-Gesellschafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2552, 'SKR03', '4', 'Expense', '4125', '4100', 'Ehegattengehalt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2553, 'SKR03', '4', 'Expense', '4126', '4100', 'Tantiemen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2554, 'SKR03', '4', 'Expense', '4127', '4100', '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__, 2555, 'SKR03', '4', 'Expense', '4128', '4100', 'Vergütungen an angestellte Mitunternehmer §15 EStG');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2557, 'SKR03', '4', 'Expense', '4130', '4100', 'Gesetzliche Soziale Aufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2558, 'SKR03', '4', 'Expense', '4137', '4100', 'Gesetzliche soziale Aufwendungen für Mitunternehmer §15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2559, 'SKR03', '4', 'Expense', '4138', '4100', '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__, 2561, 'SKR03', '4', 'Expense', '4139', '4100', 'Ausgleichsabgabe i. S. d. Schwerbehindertengesetz');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2562, 'SKR03', '4', 'Expense', '4140', '4100', '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__, 2563, 'SKR03', '4', 'Expense', '4145', '4100', '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__, 2564, 'SKR03', '4', 'Expense', '4149', '4100', 'Pauschale Steuer auf sonstige Bezüge (z.B. Fahrkostenzuschüsse)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2565, 'SKR03', '4', 'Expense', '4150', '4100', 'Krankengeldzuschüsse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2566, 'SKR03', '4', 'Expense', '4155', '4100', '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__, 2567, 'SKR03', '4', 'Expense', '4160', '4100', 'Versorgungskassen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2568, 'SKR03', '4', 'Expense', '4165', '4100', '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__, 2569, 'SKR03', '4', 'Expense', '4167', '4100', '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__, 2570, 'SKR03', '4', 'Expense', '4168', '4100', 'Aufwendungen für Altersversorgung für Mitunternehmer §15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2571, 'SKR03', '4', 'Expense', '4169', '4100', '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__, 2572, 'SKR03', '4', 'Expense', '4170', '4100', 'Vermögenswirksame Leistungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2573, 'SKR03', '4', 'Expense', '4175', '4100', '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__, 2574, 'SKR03', '4', 'Expense', '4180', '4100', 'Bedienungsgelder');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2575, 'SKR03', '4', 'Expense', '4190', '4100', 'Aushilfslöhne');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2576, 'SKR03', '4', 'Expense', '4199', '4100', '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__, 2579, 'SKR03', '4', 'Expense', '4200', '4000', 'Raumkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2580, 'SKR03', '4', 'Expense', '4210', '4200', 'Miete');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2581, 'SKR03', '4', 'Expense', '4218', '4200', 'Gewerbesteuerlich zu berücksichtigende Miete §8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2582, 'SKR03', '4', 'Expense', '4219', '4200', 'Vergütung Mitunternehmer für die mieteweise überlassung ihrer Wirtschaftsgüter § 15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2583, 'SKR03', '4', 'Expense', '4220', '4200', 'Pacht');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2584, 'SKR03', '4', 'Expense', '4228', '4200', 'Gewerbesteuerlich zu berücksichtigende Pacht §8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2585, 'SKR03', '4', 'Expense', '4229', '4200', 'Vergütung an Mitunternehmer für die pachtweise überlassung ihrer Wirtschaftsgüter § 15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2586, 'SKR03', '4', 'Expense', '4230', '4200', 'Heizung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2587, 'SKR03', '4', 'Expense', '4240', '4200', 'Gas Strom Wasser');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2588, 'SKR03', '4', 'Expense', '4250', '4200', 'Reinigung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2589, 'SKR03', '4', 'Expense', '4260', '4200', '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__, 2590, 'SKR03', '4', 'Expense', '4270', '4200', '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__, 2591, 'SKR03', '4', 'Expense', '4280', '4200', 'Sonstige Raumkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2592, 'SKR03', '4', 'Expense', '4288', '4200', '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__, 2593, 'SKR03', '4', 'Expense', '4289', '4200', '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__, 2594, 'SKR03', '4', 'Expense', '4290', '4200', 'Grundstücksaufwendungen betrieblich');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2595, 'SKR03', '4', 'Expense', '4300', '4200', 'Nicht abziehbare Vorsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2596, 'SKR03', '4', 'Expense', '4301', '4200', '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__, 2597, 'SKR03', '4', 'Expense', '4305', '4200', 'Nicht abziehbare Vorsteuer 16%');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2598, 'SKR03', '4', 'Expense', '4306', '4200', '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__, 2600, 'SKR03', '4', 'Expense', '4320', '4200', 'Gewerbesteuer');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2602, 'SKR03', '4', 'Expense', '4340', '4200', 'Sonstige Betriebssteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2603, 'SKR03', '4', 'Expense', '4350', '4200', 'Verbrauchsteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2604, 'SKR03', '4', 'Expense', '4355', '4200', 'ökosteuer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2605, 'SKR03', '4', 'Expense', '4360', '4200', 'Versicherungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2606, 'SKR03', '4', 'Expense', '4366', '4200', '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__, 2607, 'SKR03', '4', 'Expense', '4370', '4200', '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__, 2608, 'SKR03', '4', 'Expense', '4380', '4200', 'Beiträge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2609, 'SKR03', '4', 'Expense', '4390', '4200', 'Sonstige Abgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2610, 'SKR03', '4', 'Expense', '4396', '4200', '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__, 2611, 'SKR03', '4', 'Expense', '4397', '4200', '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__, 2612, 'SKR03', '4', 'Expense', '4400', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2613, 'SKR03', '4', 'Expense', '4401', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2614, 'SKR03', '4', 'Expense', '4402', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2615, 'SKR03', '4', 'Expense', '4403', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2616, 'SKR03', '4', 'Expense', '4404', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2617, 'SKR03', '4', 'Expense', '4405', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2618, 'SKR03', '4', 'Expense', '4406', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2619, 'SKR03', '4', 'Expense', '4407', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2620, 'SKR03', '4', 'Expense', '4408', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2621, 'SKR03', '4', 'Expense', '4409', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2622, 'SKR03', '4', 'Expense', '4410', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2623, 'SKR03', '4', 'Expense', '4411', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2624, 'SKR03', '4', 'Expense', '4412', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2625, 'SKR03', '4', 'Expense', '4413', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2626, 'SKR03', '4', 'Expense', '4414', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2627, 'SKR03', '4', 'Expense', '4415', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2628, 'SKR03', '4', 'Expense', '4416', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2629, 'SKR03', '4', 'Expense', '4417', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2630, 'SKR03', '4', 'Expense', '4418', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2631, 'SKR03', '4', 'Expense', '4419', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2632, 'SKR03', '4', 'Expense', '4420', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2633, 'SKR03', '4', 'Expense', '4421', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2634, 'SKR03', '4', 'Expense', '4422', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2635, 'SKR03', '4', 'Expense', '4423', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2636, 'SKR03', '4', 'Expense', '4424', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2637, 'SKR03', '4', 'Expense', '4425', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2638, 'SKR03', '4', 'Expense', '4426', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2639, 'SKR03', '4', 'Expense', '4427', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2640, 'SKR03', '4', 'Expense', '4428', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2641, 'SKR03', '4', 'Expense', '4429', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2642, 'SKR03', '4', 'Expense', '4430', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2643, 'SKR03', '4', 'Expense', '4431', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2644, 'SKR03', '4', 'Expense', '4432', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2645, 'SKR03', '4', 'Expense', '4433', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2646, 'SKR03', '4', 'Expense', '4434', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2647, 'SKR03', '4', 'Expense', '4435', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2648, 'SKR03', '4', 'Expense', '4436', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2649, 'SKR03', '4', 'Expense', '4437', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2650, 'SKR03', '4', 'Expense', '4438', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2651, 'SKR03', '4', 'Expense', '4439', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2652, 'SKR03', '4', 'Expense', '4440', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2653, 'SKR03', '4', 'Expense', '4441', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2654, 'SKR03', '4', 'Expense', '4442', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2655, 'SKR03', '4', 'Expense', '4443', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2656, 'SKR03', '4', 'Expense', '4444', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2657, 'SKR03', '4', 'Expense', '4445', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2658, 'SKR03', '4', 'Expense', '4446', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2659, 'SKR03', '4', 'Expense', '4447', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2660, 'SKR03', '4', 'Expense', '4448', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2661, 'SKR03', '4', 'Expense', '4449', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2662, 'SKR03', '4', 'Expense', '4450', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2663, 'SKR03', '4', 'Expense', '4451', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2664, 'SKR03', '4', 'Expense', '4452', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2665, 'SKR03', '4', 'Expense', '4453', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2666, 'SKR03', '4', 'Expense', '4454', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2667, 'SKR03', '4', 'Expense', '4455', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2668, 'SKR03', '4', 'Expense', '4456', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2669, 'SKR03', '4', 'Expense', '4457', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2670, 'SKR03', '4', 'Expense', '4458', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2671, 'SKR03', '4', 'Expense', '4459', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2672, 'SKR03', '4', 'Expense', '4460', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2673, 'SKR03', '4', 'Expense', '4461', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2674, 'SKR03', '4', 'Expense', '4462', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2675, 'SKR03', '4', 'Expense', '4463', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2676, 'SKR03', '4', 'Expense', '4464', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2677, 'SKR03', '4', 'Expense', '4465', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2678, 'SKR03', '4', 'Expense', '4466', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2679, 'SKR03', '4', 'Expense', '4467', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2680, 'SKR03', '4', 'Expense', '4468', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2681, 'SKR03', '4', 'Expense', '4469', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2682, 'SKR03', '4', 'Expense', '4470', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2683, 'SKR03', '4', 'Expense', '4471', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2684, 'SKR03', '4', 'Expense', '4472', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2685, 'SKR03', '4', 'Expense', '4473', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2686, 'SKR03', '4', 'Expense', '4474', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2687, 'SKR03', '4', 'Expense', '4475', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2688, 'SKR03', '4', 'Expense', '4476', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2689, 'SKR03', '4', 'Expense', '4477', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2690, 'SKR03', '4', 'Expense', '4478', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2691, 'SKR03', '4', 'Expense', '4479', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2692, 'SKR03', '4', 'Expense', '4480', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2693, 'SKR03', '4', 'Expense', '4481', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2694, 'SKR03', '4', 'Expense', '4482', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2695, 'SKR03', '4', 'Expense', '4483', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2696, 'SKR03', '4', 'Expense', '4484', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2697, 'SKR03', '4', 'Expense', '4485', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2698, 'SKR03', '4', 'Expense', '4486', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2699, 'SKR03', '4', 'Expense', '4487', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2700, 'SKR03', '4', 'Expense', '4488', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2701, 'SKR03', '4', 'Expense', '4489', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2702, 'SKR03', '4', 'Expense', '4490', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2703, 'SKR03', '4', 'Expense', '4491', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2704, 'SKR03', '4', 'Expense', '4492', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2705, 'SKR03', '4', 'Expense', '4493', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2706, 'SKR03', '4', 'Expense', '4494', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2707, 'SKR03', '4', 'Expense', '4495', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2708, 'SKR03', '4', 'Expense', '4496', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2709, 'SKR03', '4', 'Expense', '4497', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2710, 'SKR03', '4', 'Expense', '4498', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2711, 'SKR03', '4', 'Expense', '4499', '4200', '(zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2712, 'SKR03', '4', 'Expense', '4500', '4200', 'Fahrzeugkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2713, 'SKR03', '4', 'Expense', '4510', '4200', 'Kfz-steuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2714, 'SKR03', '4', 'Expense', '4520', '4200', 'Kfz-Versicherungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2715, 'SKR03', '4', 'Expense', '4530', '4200', 'Laufende Kfz-Betriebskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2716, 'SKR03', '4', 'Expense', '4540', '4200', 'Kfz-Reparaturen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2717, 'SKR03', '4', 'Expense', '4550', '4200', 'Garagenmieten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2718, 'SKR03', '4', 'Expense', '4560', '4200', 'Mautgebühren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2719, 'SKR03', '4', 'Expense', '4570', '4200', 'Leasingfahrzeugkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2720, 'SKR03', '4', 'Expense', '4580', '4200', 'Sonstige Kfz-Kosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2721, 'SKR03', '4', 'Expense', '4590', '4200', '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__, 2722, 'SKR03', '4', 'Expense', '4595', '4200', 'Fremdfahrzeugkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2723, 'SKR03', '4', 'Expense', '4600', '4200', 'Werbekosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2724, 'SKR03', '4', 'Expense', '4630', '4200', 'Geschenke abzugsfähig');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2725, 'SKR03', '4', 'Expense', '4635', '4200', 'Geschenke nicht abzugsfähig');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2726, 'SKR03', '4', 'Expense', '4638', '4200', '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__, 2727, 'SKR03', '4', 'Expense', '4640', '4200', 'Repräsentationskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2728, 'SKR03', '4', 'Expense', '4650', '4200', 'Bewirtungskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2729, 'SKR03', '4', 'Expense', '4651', '4200', '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__, 2730, 'SKR03', '4', 'Expense', '4652', '4200', '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__, 2731, 'SKR03', '4', 'Expense', '4653', '4200', 'Aufmerksamkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2732, 'SKR03', '4', 'Expense', '4654', '4200', '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__, 2733, 'SKR03', '4', 'Expense', '4655', '4200', 'Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten (nicht abziehbarer Anteil)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2734, 'SKR03', '4', 'Expense', '4660', '4200', 'Reisekosten Arbeitnehmer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2735, 'SKR03', '4', 'Expense', '4662', '4200', 'Reisekosten Arbeitnehmer (nicht abziehbarer Anteil)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2736, 'SKR03', '4', 'Expense', '4663', '4200', 'Reisekosten Arbeitnehmer Fahrkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2737, 'SKR03', '4', 'Expense', '4664', '4200', 'Reisekosten Arbeitnehmer Verpflegungsmehraufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2738, 'SKR03', '4', 'Expense', '4666', '4200', 'Reisekosten Arbeitnehmer übernachtungsaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2739, 'SKR03', '4', 'Expense', '4668', '4200', 'Kilometergelderstattung Arbeitnehmer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2740, 'SKR03', '4', 'Expense', '4670', '4200', 'Reisekosten Unternehmer');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2741, 'SKR03', '4', 'Expense', '4672', '4200', '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__, 2742, 'SKR03', '4', 'Expense', '4673', '4200', 'Reisekosten Unternehmer Fahrkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2743, 'SKR03', '4', 'Expense', '4674', '4200', 'Reisekosten Unternehmer Verpflegungsmehraufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2744, 'SKR03', '4', 'Expense', '4676', '4200', 'Reisekosten Unternehmer übernachtungsaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2745, 'SKR03', '4', 'Expense', '4678', '4200', 'Fahrten zwischen Wohnung und Arbeitstätte (abziehbarer Anteil)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2746, 'SKR03', '4', 'Expense', '4679', '4200', 'Fahrten zwischen Wohnung und Arbeitstätte (nicht abziehbarer Anteil)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2747, 'SKR03', '4', 'Expense', '4680', '4200', 'Fahrten zwischen Wohnung und Arbeitstätte (Haben)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2748, 'SKR03', '4', 'Expense', '4700', '4200', 'Kosten der Warenabgabe');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2749, 'SKR03', '4', 'Expense', '4710', '4200', 'Verpackungsmaterial');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2750, 'SKR03', '4', 'Expense', '4730', '4200', 'Ausgangsfrachten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2751, 'SKR03', '4', 'Expense', '4750', '4200', 'Transportversicherungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2752, 'SKR03', '4', 'Expense', '4760', '4200', 'Verkaufsprovisionen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2753, 'SKR03', '4', 'Expense', '4780', '4200', 'Fremdarbeiten (Vertrieb)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2754, 'SKR03', '4', 'Expense', '4790', '4200', 'Aufwand für Gewährleistungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2755, 'SKR03', '4', 'Expense', '4800', '4200', 'Reparaturen und Instandhaltungen 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__, 2756, 'SKR03', '4', 'Expense', '4805', '4200', 'Reparaturen und Instandhaltungen von anderen Anlagen und Betriebs- und Geschäftsaustattung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2757, 'SKR03', '4', 'Expense', '4806', '4200', '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__, 2758, 'SKR03', '4', 'Expense', '4809', '4200', 'Sonstige Reparaturen und Instandhaltungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2759, 'SKR03', '4', 'Expense', '4810', '4200', 'Mietleasing');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2760, 'SKR03', '4', 'Expense', '4814', '4200', 'Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2762, 'SKR03', '4', 'Expense', '4815', '4200', 'Kaufleasing');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2763, 'SKR03', '4', 'Expense', '4820', '4200', 'Abschreibung auf Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2764, 'SKR03', '4', 'Expense', '4821', '4200', 'Abschreibung auf Aufwendungen für die Währungsumstellung auf den Euro');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2765, 'SKR03', '4', 'Expense', '4822', '4200', 'Abschreibung 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__, 2766, 'SKR03', '4', 'Expense', '4824', '4200', 'Abschreibung 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__, 2767, 'SKR03', '4', 'Expense', '4826', '4200', 'Außerplanmäßige 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__, 2768, 'SKR03', '4', 'Expense', '4830', '4200', '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__, 2769, 'SKR03', '4', 'Expense', '4831', '4200', '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__, 2770, 'SKR03', '4', 'Expense', '4832', '4200', 'Abschreibungen auf Kfz');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2771, 'SKR03', '4', 'Expense', '4833', '4200', 'Abschreibungen auf Gebäudeanteil 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__, 2772, 'SKR03', '4', 'Expense', '4840', '4200', '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__, 2773, 'SKR03', '4', 'Expense', '4841', '4200', '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__, 2774, 'SKR03', '4', 'Expense', '4842', '4200', '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__, 2775, 'SKR03', '4', 'Expense', '4843', '4200', '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__, 2776, 'SKR03', '4', 'Expense', '4850', '4200', 'Abschreibungen auf Sachanlagen auf Grund steuerlich Sondervorschriften');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2777, 'SKR03', '4', 'Expense', '4851', '4200', 'Sonderabschreibungen nach § 7g Abs. 1 und 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__, 2778, 'SKR03', '4', 'Expense', '4852', '4200', 'Sonderabschreibungen nach § 7g Abs. 1 und 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__, 2779, 'SKR03', '4', 'Expense', '4855', '4200', 'Sofortabschreibung geringwertiger Wirtschaftsgüter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2780, 'SKR03', '4', 'Expense', '4860', '4200', 'Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2781, 'SKR03', '4', 'Expense', '4862', '4200', 'Abschreibung auf Sammelposten WG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2782, 'SKR03', '4', 'Expense', '4865', '4200', 'Außerplanmäßige Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2784, 'SKR03', '4', 'Expense', '4870', '4200', 'Abschreibungen auf Finanzanlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2785, 'SKR03', '4', 'Expense', '4871', '4200', 'Abschreibungen auf Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2786, 'SKR03', '4', 'Expense', '4872', '4200', 'Abschreibungen auf Grund von Verlustanteilen an Mitunternehmerschaften § 8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2787, 'SKR03', '4', 'Expense', '4873', '4200', 'Abschreibungen auf Finanzanlagen auf Grund steuerlicher Sondervorschriften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2788, 'SKR03', '4', 'Expense', '4874', '4200', 'Abschreibungen auf Finanzanlagen 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__, 2789, 'SKR03', '4', 'Expense', '4875', '4200', '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__, 2790, 'SKR03', '4', 'Expense', '4876', '4200', 'Abschreibungen auf Wertpapiere des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2791, 'SKR03', '4', 'Expense', '4879', '4200', 'Vorwegnahme künftiger Wertschwankungen bei Wertpapieren des Umlaufvermögens');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2793, 'SKR03', '4', 'Expense', '4880', '4200', 'Abschreibungen auf Umlaufvermögen ohne Wertpapiere (soweit unübliche Höhe)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2794, 'SKR03', '4', 'Expense', '4882', '4200', 'Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit unübliche Höhe)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2795, 'SKR03', '4', 'Expense', '4885', '4200', 'Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen außer Vorräte und 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__, 2796, 'SKR03', '4', 'Expense', '4886', '4200', 'Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (soweit übliche Höhe)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2797, 'SKR03', '4', 'Expense', '4887', '4200', 'Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit übliche Höhe)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2798, 'SKR03', '4', 'Expense', '4890', '4200', 'Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen (soweit unübliche Höhe)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2799, 'SKR03', '4', 'Expense', '4900', '4200', 'Sonstige betriebliche Aufwendungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2800, 'SKR03', '4', 'Expense', '4905', '4200', '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__, 2801, 'SKR03', '4', 'Expense', '4909', '4200', 'Fremdleistungen / Fremarbeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2802, 'SKR03', '4', 'Expense', '4910', '4200', 'Porto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2803, 'SKR03', '4', 'Expense', '4920', '4200', 'Telefon');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2804, 'SKR03', '4', 'Expense', '4925', '4200', 'Telefax und Internetkosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2805, 'SKR03', '4', 'Expense', '4930', '4200', 'Bürobedarf');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2806, 'SKR03', '4', 'Expense', '4940', '4200', 'Zeitschriften Bücher');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2807, 'SKR03', '4', 'Expense', '4945', '4200', 'Fortbildungskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2808, 'SKR03', '4', 'Expense', '4946', '4200', 'Freiwillige Sozialleistungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2809, 'SKR03', '4', 'Expense', '4948', '4200', 'Vergütungen an Mitunternehmer § 15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2810, 'SKR03', '4', 'Expense', '4949', '4200', 'Haftungsvergütung an Mitunternehmer § 15 EStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2811, 'SKR03', '4', 'Expense', '4950', '4200', 'Rechts- und Beratungskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2812, 'SKR03', '4', 'Expense', '4955', '4200', 'Buchführungskosten');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2814, 'SKR03', '4', 'Expense', '4957', '4200', '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__, 2815, 'SKR03', '4', 'Expense', '4960', '4200', 'Mieten für Einrichtungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2816, 'SKR03', '4', 'Expense', '4964', '4200', 'Aufwendungen für die zeitlich befristetete Ü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__, 2817, 'SKR03', '4', 'Expense', '4965', '4200', 'Mietleasing');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2818, 'SKR03', '4', 'Expense', '4966', '4200', 'Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2819, 'SKR03', '4', 'Expense', '4968', '4200', 'Gewerbesteuerlich zu berücksichtigendes Mietleasing für Einrichtungen § 8 GewStG');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2820, 'SKR03', '4', 'Expense', '4969', '4200', '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__, 2821, 'SKR03', '4', 'Expense', '4970', '4200', 'Nebenkosten des Geldverkehrs');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2822, 'SKR03', '4', 'Expense', '4975', '4200', 'Aufwendungen aus Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2823, 'SKR03', '4', 'Expense', '4976', '4200', 'Aufwendungen aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2824, 'SKR03', '4', 'Expense', '4980', '4200', 'Betriebsbedarf');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2825, 'SKR03', '4', 'Expense', '4985', '4200', '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__, 2828, 'SKR03', '4', 'Expense', '4990', '4900', 'Kalkulatorischer Unternehmerlohn');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2829, 'SKR03', '4', 'Expense', '4991', '4900', 'Kalkulatorische Miete und Pacht');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2830, 'SKR03', '4', 'Expense', '4992', '4900', 'Kalkulatorische Zinsen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2831, 'SKR03', '4', 'Expense', '4993', '4900', 'Kalkulatorische Abschreibungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2832, 'SKR03', '4', 'Expense', '4994', '4900', 'Kalkulatorische Wagnisse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2833, 'SKR03', '4', 'Expense', '4995', '4900', '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__, 2836, 'SKR03', '4', 'Expense', '4996', '4900', 'Herstellungskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2837, 'SKR03', '4', 'Expense', '4997', '4900', 'Verwaltungskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2838, 'SKR03', '4', 'Expense', '4998', '4900', 'Vertriebskosten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2839, 'SKR03', '4', 'Expense', '4999', '4900', 'Gegenkonto 4996 - 4998');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2841, 'SKR03', '7', 'Asset', '7000', '0', 'Unfertige Erzeugnisse und Leistungen (Bestand)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2842, 'SKR03', '7', 'Asset', '7050', '7000', 'Unfertige Erzeugnisse (Bestand)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2843, 'SKR03', '7', 'Asset', '7080', '7000', 'Unfertige Leistungen (Bestand)');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2845, 'SKR03', '7', 'Asset', '7090', '7000', '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__, 2847, 'SKR03', '7', 'Asset', '7095', '7000', '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__, 2849, 'SKR03', '7', 'Asset', '7100', '0', '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__, 2850, 'SKR03', '7', 'Asset', '7110', '7100', 'Fertige Erzeugnisse (Bestand)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2851, 'SKR03', '7', 'Asset', '7140', '7100', 'Waren (Bestand)');
      +
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2854, 'SKR03', '8', 'Revenue', '8000', '0', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2855, 'SKR03', '8', 'Revenue', '8001', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2856, 'SKR03', '8', 'Revenue', '8002', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2857, 'SKR03', '8', 'Revenue', '8003', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2858, 'SKR03', '8', 'Revenue', '8004', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2859, 'SKR03', '8', 'Revenue', '80058', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2860, 'SKR03', '8', 'Revenue', '8006', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2861, 'SKR03', '8', 'Revenue', '8007', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2862, 'SKR03', '8', 'Revenue', '8008', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2863, 'SKR03', '8', 'Revenue', '8009', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2864, 'SKR03', '8', 'Revenue', '8010', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2865, 'SKR03', '8', 'Revenue', '8011', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2866, 'SKR03', '8', 'Revenue', '8012', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2867, 'SKR03', '8', 'Revenue', '8013', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2868, 'SKR03', '8', 'Revenue', '8014', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2869, 'SKR03', '8', 'Revenue', '8015', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2870, 'SKR03', '8', 'Revenue', '8016', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2871, 'SKR03', '8', 'Revenue', '8017', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2872, 'SKR03', '8', 'Revenue', '8018', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2873, 'SKR03', '8', 'Revenue', '8019', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2874, 'SKR03', '8', 'Revenue', '8020', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2875, 'SKR03', '8', 'Revenue', '8021', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2876, 'SKR03', '8', 'Revenue', '8022', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2877, 'SKR03', '8', 'Revenue', '8023', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2878, 'SKR03', '8', 'Revenue', '8024', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2879, 'SKR03', '8', 'Revenue', '8025', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2880, 'SKR03', '8', 'Revenue', '8026', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2881, 'SKR03', '8', 'Revenue', '8027', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2882, 'SKR03', '8', 'Revenue', '8028', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2883, 'SKR03', '8', 'Revenue', '8029', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2884, 'SKR03', '8', 'Revenue', '8030', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2885, 'SKR03', '8', 'Revenue', '8031', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2886, 'SKR03', '8', 'Revenue', '8032', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2887, 'SKR03', '8', 'Revenue', '8033', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2888, 'SKR03', '8', 'Revenue', '8034', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2889, 'SKR03', '8', 'Revenue', '8035', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2890, 'SKR03', '8', 'Revenue', '8036', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2891, 'SKR03', '8', 'Revenue', '8037', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2892, 'SKR03', '8', 'Revenue', '8038', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2893, 'SKR03', '8', 'Revenue', '8039', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2894, 'SKR03', '8', 'Revenue', '8040', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2895, 'SKR03', '8', 'Revenue', '8041', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2896, 'SKR03', '8', 'Revenue', '8042', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2897, 'SKR03', '8', 'Revenue', '8043', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2898, 'SKR03', '8', 'Revenue', '8044', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2899, 'SKR03', '8', 'Revenue', '8045', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2900, 'SKR03', '8', 'Revenue', '8046', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2901, 'SKR03', '8', 'Revenue', '8047', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2902, 'SKR03', '8', 'Revenue', '8048', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2903, 'SKR03', '8', 'Revenue', '8049', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2904, 'SKR03', '8', 'Revenue', '8050', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2905, 'SKR03', '8', 'Revenue', '8051', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2906, 'SKR03', '8', 'Revenue', '8052', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2907, 'SKR03', '8', 'Revenue', '8053', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2908, 'SKR03', '8', 'Revenue', '8054', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2909, 'SKR03', '8', 'Revenue', '8055', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2910, 'SKR03', '8', 'Revenue', '8056', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2911, 'SKR03', '8', 'Revenue', '8057', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2912, 'SKR03', '8', 'Revenue', '8058', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2913, 'SKR03', '8', 'Revenue', '8059', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2914, 'SKR03', '8', 'Revenue', '8060', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2915, 'SKR03', '8', 'Revenue', '8061', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2916, 'SKR03', '8', 'Revenue', '8062', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2917, 'SKR03', '8', 'Revenue', '8063', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2918, 'SKR03', '8', 'Revenue', '8064', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2919, 'SKR03', '8', 'Revenue', '8065', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2920, 'SKR03', '8', 'Revenue', '8066', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2921, 'SKR03', '8', 'Revenue', '8067', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2922, 'SKR03', '8', 'Revenue', '8068', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2923, 'SKR03', '8', 'Revenue', '8069', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2924, 'SKR03', '8', 'Revenue', '8070', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2925, 'SKR03', '8', 'Revenue', '8071', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2926, 'SKR03', '8', 'Revenue', '8072', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2927, 'SKR03', '8', 'Revenue', '8073', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2928, 'SKR03', '8', 'Revenue', '8074', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2929, 'SKR03', '8', 'Revenue', '8075', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2930, 'SKR03', '8', 'Revenue', '8076', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2931, 'SKR03', '8', 'Revenue', '8077', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2932, 'SKR03', '8', 'Revenue', '8078', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2933, 'SKR03', '8', 'Revenue', '8079', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2934, 'SKR03', '8', 'Revenue', '8080', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2935, 'SKR03', '8', 'Revenue', '8081', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2936, 'SKR03', '8', 'Revenue', '8082', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2937, 'SKR03', '8', 'Revenue', '8083', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2938, 'SKR03', '8', 'Revenue', '8084', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2939, 'SKR03', '8', 'Revenue', '8085', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2940, 'SKR03', '8', 'Revenue', '8086', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2941, 'SKR03', '8', 'Revenue', '8087', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2942, 'SKR03', '8', 'Revenue', '8088', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2943, 'SKR03', '8', 'Revenue', '8089', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2944, 'SKR03', '8', 'Revenue', '8090', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2945, 'SKR03', '8', 'Revenue', '8091', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2946, 'SKR03', '8', 'Revenue', '8092', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2947, 'SKR03', '8', 'Revenue', '8093', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2948, 'SKR03', '8', 'Revenue', '8094', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2949, 'SKR03', '8', 'Revenue', '8095', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2950, 'SKR03', '8', 'Revenue', '8096', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2951, 'SKR03', '8', 'Revenue', '8097', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2952, 'SKR03', '8', 'Revenue', '8098', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2953, 'SKR03', '8', 'Revenue', '8099', '8000', '(Zur freien Verfügung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2954, 'SKR03', '8', 'Revenue', '8100', '8000', '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__, 2955, 'SKR03', '8', 'Revenue', '8105', '8000', 'Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpackung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2956, 'SKR03', '8', 'Revenue', '8110', '8000', '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__, 2957, 'SKR03', '8', 'Revenue', '8120', '8000', '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__, 2958, 'SKR03', '8', 'Revenue', '8125', '8000', 'steuerfreie innergemeinschaftliche Lieferung § 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__, 2959, 'SKR03', '8', 'Revenue', '8130', '8000', '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__, 2960, 'SKR03', '8', 'Revenue', '8135', '8000', '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__, 2961, 'SKR03', '8', 'Revenue', '8140', '8000', 'Steuerfreie Umsätze Offshore usw.');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2962, 'SKR03', '8', 'Revenue', '8150', '8000', '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__, 2963, 'SKR03', '8', 'Revenue', '8160', '8000', '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__, 2964, 'SKR03', '8', 'Revenue', '8190', '8000', 'Erlöse die mit den Durchschnittssätzen des § 24 UStG versteuert werden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2965, 'SKR03', '8', 'Revenue', '8195', '8000', '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__, 2966, 'SKR03', '8', 'Revenue', '8196', '8000', '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__, 2967, 'SKR03', '8', 'Revenue', '8197', '8000', 'Erlöse aus Geldspielautomaten 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2968, 'SKR03', '8', 'Revenue', '8200', '8000', 'Erlöse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2969, 'SKR03', '8', 'Revenue', '8300', '8000', '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__, 2970, 'SKR03', '8', 'Revenue', '8301', '8000', '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__, 2971, 'SKR03', '8', 'Revenue', '8302', '8000', '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__, 2972, 'SKR03', '8', 'Revenue', '8303', '8000', '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__, 2973, 'SKR03', '8', 'Revenue', '8304', '8000', '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__, 2974, 'SKR03', '8', 'Revenue', '8305', '8000', '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__, 2975, 'SKR03', '8', 'Revenue', '8306', '8000', '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__, 2976, 'SKR03', '8', 'Revenue', '8307', '8000', '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__, 2977, 'SKR03', '8', 'Revenue', '8308', '8000', '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__, 2978, 'SKR03', '8', 'Revenue', '8309', '8000', '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__, 2979, 'SKR03', '8', 'Revenue', '8310', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2980, 'SKR03', '8', 'Revenue', '8311', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2981, 'SKR03', '8', 'Revenue', '8312', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2982, 'SKR03', '8', 'Revenue', '8313', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2983, 'SKR03', '8', 'Revenue', '8314', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2984, 'SKR03', '8', 'Revenue', '8315', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2985, 'SKR03', '8', 'Revenue', '8316', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2986, 'SKR03', '8', 'Revenue', '8317', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2987, 'SKR03', '8', 'Revenue', '8318', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2988, 'SKR03', '8', 'Revenue', '8319', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2989, 'SKR03', '8', 'Revenue', '8320', '8000', 'Erlöse aus im anderen EG-Land steuerpflichtigen Lieferungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2990, 'SKR03', '8', 'Revenue', '8330', '8000', 'Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 2991, 'SKR03', '8', 'Revenue', '8337', '8000', '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__, 2992, 'SKR03', '8', 'Revenue', '8338', '8000', '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__, 2993, 'SKR03', '8', 'Revenue', '8339', '8000', 'Erlöse aus im anderen EG-Land steuerbaren Lieferungen 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__, 2994, 'SKR03', '8', 'Revenue', '8340', '8000', '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__, 2995, 'SKR03', '8', 'Revenue', '8341', '8000', '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__, 2996, 'SKR03', '8', 'Revenue', '8342', '8000', '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__, 2997, 'SKR03', '8', 'Revenue', '8343', '8000', '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__, 2998, 'SKR03', '8', 'Revenue', '8344', '8000', '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__, 2999, 'SKR03', '8', 'Revenue', '8345', '8000', '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__, 3000, 'SKR03', '8', 'Revenue', '8346', '8000', '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__, 3001, 'SKR03', '8', 'Revenue', '8347', '8000', '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__, 3002, 'SKR03', '8', 'Revenue', '8348', '8000', '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__, 3003, 'SKR03', '8', 'Revenue', '8349', '8000', '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__, 3004, 'SKR03', '8', 'Revenue', '8400', '8000', '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__, 3006, 'SKR03', '8', 'Revenue', '8401', '8000', 'Vorausberechnete Einnahmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3007, 'SKR03', '8', 'Revenue', '8402', '8000', 'Sontige Einnahmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3008, 'SKR03', '8', 'Revenue', '8403', '8000', 'Konto Kasse Ertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3009, 'SKR03', '8', 'Revenue', '8404', '8000', '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__, 3010, 'SKR03', '8', 'Revenue', '8405', '8000', '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__, 3011, 'SKR03', '8', 'Revenue', '8406', '8000', '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__, 3012, 'SKR03', '8', 'Revenue', '8407', '8000', '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__, 3013, 'SKR03', '8', 'Revenue', '8408', '8000', '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__, 3014, 'SKR03', '8', 'Revenue', '8409', '8000', '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__, 3015, 'SKR03', '8', 'Revenue', '8410', '8000', '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__, 3016, 'SKR03', '8', 'Revenue', '8510', '8000', 'Provisionsumsätze');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3017, 'SKR03', '8', 'Revenue', '8514', '8000', '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__, 3018, 'SKR03', '8', 'Revenue', '8515', '8000', '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__, 3019, 'SKR03', '8', 'Revenue', '8516', '8000', '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__, 3020, 'SKR03', '8', 'Revenue', '8518', '8000', 'Provisionsumsätze 16 % USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3021, 'SKR03', '8', 'Revenue', '8519', '8000', '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__, 3022, 'SKR03', '8', 'Revenue', '8520', '8000', 'Erlöse Abfallverwertung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3023, 'SKR03', '8', 'Revenue', '8540', '8000', 'Erlöse Leergut');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3025, 'SKR03', '8', 'Revenue', '8570', '8000', 'Provision sonstige Erträge');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3026, 'SKR03', '8', 'Revenue', '8574', '8000', 'Provision sonstige Erträge 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__, 3027, 'SKR03', '8', 'Revenue', '8575', '8000', 'Provision sonstige Erträge 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__, 3028, 'SKR03', '8', 'Revenue', '8576', '8000', 'Provision sonstige Erträge 7 % USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3029, 'SKR03', '8', 'Revenue', '8578', '8000', 'Provision sonstige Erträge 16 % USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3030, 'SKR03', '8', 'Revenue', '8579', '8000', 'Provision sonstige Erträge 19 % USt');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3033, 'SKR03', '8', 'Revenue', '8580', '8000', 'Statistisches Konto Erlöse zum Allgemeinen Umsatzsteuerersatz (EüR)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3034, 'SKR03', '8', 'Revenue', '8581', '8000', 'Statistisches Konto Erlöse zum ermäßigten Umsatzsteuerersatz (EüR)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3035, 'SKR03', '8', 'Revenue', '8582', '8000', '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__, 3036, 'SKR03', '8', 'Revenue', '8589', '8000', 'Gegenkonto 8580-8582 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__, 3038, 'SKR03', '8', 'Revenue', '8590', '8000', '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__, 3039, 'SKR03', '8', 'Revenue', '8591', '8000', '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__, 3040, 'SKR03', '8', 'Revenue', '8595', '8000', '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__, 3041, 'SKR03', '8', 'Revenue', '8596', '8000', 'Sachbezüge 16% USt (Waren)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3042, 'SKR03', '8', 'Revenue', '8600', '8000', 'Sonstige Erlöse 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__, 3043, 'SKR03', '8', 'Revenue', '8605', '8000', '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__, 3044, 'SKR03', '8', 'Revenue', '8609', '8000', 'Sonstige Erlöse 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__, 3045, 'SKR03', '8', 'Revenue', '8610', '8000', '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__, 3046, 'SKR03', '8', 'Revenue', '8611', '8000', 'Verrechnete sonstige Sachbezüge 19% USt (z.B. Kfz-Gestellung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3047, 'SKR03', '8', 'Revenue', '8612', '8000', 'Verrechnete sonstige Sachbezüge 16% USt (z.B. Kfz-Gestellung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3048, 'SKR03', '8', 'Revenue', '8614', '8000', '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__, 3049, 'SKR03', '8', 'Revenue', '8625', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 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__, 3050, 'SKR03', '8', 'Revenue', '8626', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 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__, 3051, 'SKR03', '8', 'Revenue', '8627', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 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__, 3052, 'SKR03', '8', 'Revenue', '8628', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 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__, 3053, 'SKR03', '8', 'Revenue', '8629', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 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__, 3054, 'SKR03', '8', 'Revenue', '8630', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3055, 'SKR03', '8', 'Revenue', '8631', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3056, 'SKR03', '8', 'Revenue', '8632', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3057, 'SKR03', '8', 'Revenue', '8633', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3058, 'SKR03', '8', 'Revenue', '8634', '8000', 'Sonstige Erlöse betrieblich und regelmäßig 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3059, 'SKR03', '8', 'Revenue', '8640', '8000', 'Sonstige Erlöse 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__, 3060, 'SKR03', '8', 'Revenue', '8641', '8000', 'Sonstige Erlöse 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__, 3061, 'SKR03', '8', 'Revenue', '8642', '8000', 'Sonstige Erlöse 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__, 3062, 'SKR03', '8', 'Revenue', '8643', '8000', 'Sonstige Erlöse 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__, 3063, 'SKR03', '8', 'Revenue', '8644', '8000', 'Sonstige Erlöse 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__, 3064, 'SKR03', '8', 'Revenue', '8648', '8000', 'Sonstige Erlöse 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__, 3065, 'SKR03', '8', 'Revenue', '8649', '8000', 'Sonstige Erlöse 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__, 3067, 'SKR03', '8', 'Revenue', '8650', '8000', 'Erlöse Zinsen und Diskontspesen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3068, 'SKR03', '8', 'Revenue', '8660', '8000', 'Erlöse Zinsen und Diskontspesen aus verbundenen Unternehmen');
      +
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3071, 'SKR03', '8', 'Expense', '8700', '0', 'Erlösschmälerungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3072, 'SKR03', '8', 'Revenue', '8701', '8700', 'Nicht abgerechnete Einnahmen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3073, 'SKR03', '8', 'Expense', '8705', '8700', 'Erlösschmälerungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3074, 'SKR03', '8', 'Expense', '8705', '8700', '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__, 3075, 'SKR03', '8', 'Expense', '8710', '8700', '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__, 3076, 'SKR03', '8', 'Expense', '8720', '8700', '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__, 3077, 'SKR03', '8', 'Expense', '8721', '8700', '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__, 3078, 'SKR03', '8', 'Expense', '8723', '8700', 'Erlösschmälerungen 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3079, 'SKR03', '8', 'Expense', '8724', '8700', 'Erlösschmälerungen aus steuerfreien innergemeinschaftlichen Lieferung');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3080, 'SKR03', '8', 'Expense', '8725', '8700', 'Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 7 % USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3081, 'SKR03', '8', 'Expense', '8726', '8700', 'Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 19 % USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3082, 'SKR03', '8', 'Expense', '8727', '8700', 'Erlösschmälerungen aus im anderen EG-Land steuerpflichtigen Lieferungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3083, 'SKR03', '8', 'Expense', '8729', '8700', 'Erlösschmälerungen aus im Inland steuerpflichtigen 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3084, 'SKR03', '8', 'Expense', '8730', '8700', 'Gewährte Skonti');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3085, 'SKR03', '8', 'Expense', '8731', '8700', '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__, 3086, 'SKR03', '8', 'Expense', '8735', '8700', 'Gewährte Skonti 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3087, 'SKR03', '8', 'Expense', '8736', '8700', '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__, 3088, 'SKR03', '8', 'Expense', '8741', '8700', 'Gewährte Skonti aus Lieferungen 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__, 3089, 'SKR03', '8', 'Expense', '8743', '8700', '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__, 3090, 'SKR03', '8', 'Expense', '8745', '8700', 'Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3091, 'SKR03', '8', 'Expense', '8746', '8700', 'Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 7% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3092, 'SKR03', '8', 'Expense', '8748', '8700', 'Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 19% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3093, 'SKR03', '8', 'Expense', '8749', '8700', 'Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3094, 'SKR03', '8', 'Expense', '8750', '8700', '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__, 3095, 'SKR03', '8', 'Expense', '8751', '8700', '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__, 3096, 'SKR03', '8', 'Expense', '8760', '8700', '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__, 3097, 'SKR03', '8', 'Expense', '8761', '8700', '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__, 3098, 'SKR03', '8', 'Expense', '8764', '8700', 'Gewährte Boni 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3099, 'SKR03', '8', 'Expense', '8765', '8700', 'Gewährte Boni 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3100, 'SKR03', '8', 'Expense', '8769', '8700', 'Gewährte Boni');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3101, 'SKR03', '8', 'Expense', '8770', '8700', 'Gewährte Rabatte');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3102, 'SKR03', '8', 'Expense', '8780', '8700', '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__, 3103, 'SKR03', '8', 'Expense', '8781', '8700', '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__, 3104, 'SKR03', '8', 'Expense', '8790', '8700', '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__, 3105, 'SKR03', '8', 'Expense', '8791', '8700', '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__, 3106, 'SKR03', '8', 'Expense', '8794', '8700', 'Gewährte Rabatte 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3107, 'SKR03', '8', 'Expense', '8795', '8700', 'Gewährte Rabatte 16% USt');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3109, 'SKR03', '8', 'Expense', '8800', '0', '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__, 3110, 'SKR03', '8', 'Expense', '8801', '8800', '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__, 3111, 'SKR03', '8', 'Expense', '8802', '8800', '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__, 3112, 'SKR03', '8', 'Expense', '8803', '8800', '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__, 3113, 'SKR03', '8', 'Expense', '8804', '8800', '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__, 3114, 'SKR03', '8', 'Expense', '8805', '8800', '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__, 3115, 'SKR03', '8', 'Expense', '8806', '8800', '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__, 3116, 'SKR03', '8', 'Expense', '8807', '8800', '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__, 3117, 'SKR03', '8', 'Expense', '8808', '8800', '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__, 3118, 'SKR03', '8', 'Expense', '8809', '8800', 'Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchverlust)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3119, 'SKR03', '8', 'Expense', '8817', '8800', 'Erlöse aus Verkäufen immaterielle 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__, 3120, 'SKR03', '8', 'Expense', '8818', '8800', '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__, 3121, 'SKR03', '8', 'Expense', '8819', '8800', 'Erlöse aus Verkäufen Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Bei Buchverlust)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3122, 'SKR03', '8', 'Expense', '8820', '8000', '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__, 3123, 'SKR03', '8', 'Expense', '8821', '8000', '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__, 3124, 'SKR03', '8', 'Expense', '8822', '8000', '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__, 3125, 'SKR03', '8', 'Expense', '8823', '8000', '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__, 3126, 'SKR03', '8', 'Expense', '8824', '8000', '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__, 3127, 'SKR03', '8', 'Expense', '8825', '8000', '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__, 3128, 'SKR03', '8', 'Expense', '8826', '8000', 'Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchgewinn)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3129, 'SKR03', '8', 'Expense', '8827', '8000', '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__, 3130, 'SKR03', '8', 'Expense', '8828', '8000', '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__, 3131, 'SKR03', '8', 'Expense', '8829', '8000', '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__, 3132, 'SKR03', '8', 'Expense', '8837', '8000', 'Erlöse aus Verkäufen immaterielle Vermögensgegenstände (Bei Buchgewinn)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3133, 'SKR03', '8', 'Expense', '8838', '8000', '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__, 3134, 'SKR03', '8', 'Expense', '8839', '8000', 'Erlöse aus Verkäufen Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Bei Buchgewinn)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3135, 'SKR03', '8', 'Expense', '8850', '8000', '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__, 3136, 'SKR03', '8', 'Expense', '8851', '8000', '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.)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3137, 'SKR03', '8', 'Expense', '8852', '8000', '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__, 3138, 'SKR03', '8', 'Expense', '8853', '8000', '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__, 3139, 'SKR03', '8', 'Expense', '8900', '8000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3140, 'SKR03', '8', 'Expense', '8905', '8000', '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__, 3141, 'SKR03', '8', 'Expense', '8906', '8000', '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__, 3142, 'SKR03', '8', 'Expense', '8910', '8000', 'Entnahme durch den 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__, 3143, 'SKR03', '8', 'Expense', '8911', '8000', 'Entnahme durch den 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__, 3144, 'SKR03', '8', 'Expense', '8912', '8000', 'Entnahme durch den 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__, 3145, 'SKR03', '8', 'Expense', '8913', '8000', 'Entnahme durch den 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__, 3146, 'SKR03', '8', 'Expense', '8914', '8000', 'Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3147, 'SKR03', '8', 'Expense', '8915', '8000', 'Entnahme durch den 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__, 3148, 'SKR03', '8', 'Expense', '8916', '8000', 'Entnahme durch den 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__, 3149, 'SKR03', '8', 'Expense', '8917', '8000', 'Entnahme durch den 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__, 3150, 'SKR03', '8', 'Expense', '8918', '8000', '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__, 3151, 'SKR03', '8', 'Expense', '8919', '8000', 'Entnahme durch den 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__, 3152, 'SKR03', '8', 'Expense', '8920', '8000', '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__, 3153, 'SKR03', '8', 'Expense', '8921', '8000', '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__, 3154, 'SKR03', '8', 'Expense', '8922', '8000', '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__, 3155, 'SKR03', '8', 'Expense', '8923', '8000', 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3156, 'SKR03', '8', 'Expense', '8924', '8000', '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__, 3157, 'SKR03', '8', 'Expense', '8925', '8000', '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__, 3158, 'SKR03', '8', 'Expense', '8926', '8000', '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__, 3159, 'SKR03', '8', 'Expense', '8927', '8000', '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__, 3160, 'SKR03', '8', 'Expense', '8928', '8000', 'Unentgeltliche Erbringung einer sonstigen Leistung 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3161, 'SKR03', '8', 'Expense', '8929', '8000', '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__, 3162, 'SKR03', '8', 'Expense', '8930', '8000', '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__, 3163, 'SKR03', '8', 'Expense', '8931', '8000', '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__, 3164, 'SKR03', '8', 'Expense', '8932', '8000', '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__, 3165, 'SKR03', '8', 'Expense', '8933', '8000', '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__, 3166, 'SKR03', '8', 'Expense', '8934', '8000', 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Kfz_Nutzung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3167, 'SKR03', '8', 'Expense', '8935', '8000', '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__, 3168, 'SKR03', '8', 'Expense', '8936', '8000', '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__, 3169, 'SKR03', '8', 'Expense', '8937', '8000', '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__, 3170, 'SKR03', '8', 'Expense', '8938', '8000', 'Unentgeltliche Zuwendung von Gegenständen 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3171, 'SKR03', '8', 'Expense', '8939', '8000', '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__, 3172, 'SKR03', '8', 'Expense', '8940', '8000', '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__, 3173, 'SKR03', '8', 'Expense', '8941', '8000', '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__, 3174, 'SKR03', '8', 'Expense', '8942', '8000', '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__, 3175, 'SKR03', '8', 'Expense', '8943', '8000', '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__, 3176, 'SKR03', '8', 'Expense', '8944', '8000', 'Unentgeltliche Zuwendung von Waren 16% USt');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3177, 'SKR03', '8', 'Expense', '8945', '8000', '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__, 3178, 'SKR03', '8', 'Expense', '8946', '8000', '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__, 3179, 'SKR03', '8', 'Expense', '8947', '8000', '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__, 3180, 'SKR03', '8', 'Expense', '8948', '8000', 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Telefon-Nutzung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3181, 'SKR03', '8', 'Expense', '8949', '8000', '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__, 3182, 'SKR03', '8', 'Expense', '8950', '8000', '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__, 3183, 'SKR03', '8', 'Expense', '8955', '8000', 'Umsatzsteuervergütungen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3185, 'SKR03', '8', 'XXXXX', '8960', '0', '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__, 3186, 'SKR03', '8', 'XXXXX', '8970', '0', '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__, 3188, 'SKR03', '8', 'XXXXX', '8975', '0', 'Bestandsveränderungen - 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__, 3190, 'SKR03', '8', 'XXXXX', '8977', '0', 'Bestandsveränderungen - 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__, 3191, 'SKR03', '8', 'XXXXX', '8980', '0', '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__, 3192, 'SKR03', '8', 'XXXXX', '8990', '0', 'Andere aktivierte Eigenleistungen');
      +
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3195, 'SKR03', '9', 'XXXXX', '9000', '0', 'Saldenvorträge Sachkonten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3196, 'SKR03', '9', 'XXXXX', '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__, 3197, 'SKR03', '9', 'XXXXX', '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__, 3198, 'SKR03', '9', 'XXXXX', '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__, 3199, 'SKR03', '9', 'XXXXX', '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__, 3200, 'SKR03', '9', 'XXXXX', '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__, 3201, 'SKR03', '9', 'XXXXX', '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__, 3202, 'SKR03', '9', 'XXXXX', '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__, 3203, 'SKR03', '9', 'XXXXX', '9008', '9000', 'Saldenvorträge Debitoren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3204, 'SKR03', '9', 'XXXXX', '9009', '9000', 'Saldenvorträge Kreditoren');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3205, 'SKR03', '9', 'XXXXX', '9060', '9000', 'Offene Posten aus 1990');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3206, 'SKR03', '9', 'XXXXX', '9069', '9000', 'Offene Posten aus 1999');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3207, 'SKR03', '9', 'XXXXX', '9070', '9000', '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__, 3208, 'SKR03', '9', 'XXXXX', '9071', '9000', '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__, 3209, 'SKR03', '9', 'XXXXX', '9072', '9000', '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__, 3210, 'SKR03', '9', 'XXXXX', '9073', '9000', '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__, 3211, 'SKR03', '9', 'XXXXX', '9074', '9000', '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__, 3212, 'SKR03', '9', 'XXXXX', '9075', '9000', '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__, 3213, 'SKR03', '9', 'XXXXX', '9076', '9000', '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__, 3214, 'SKR03', '9', 'XXXXX', '9077', '9000', '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__, 3215, 'SKR03', '9', 'XXXXX', '9090', '9000', 'Summenvortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3216, 'SKR03', '9', 'XXXXX', '9091', '9090', 'Offene Posten aus 1991');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3217, 'SKR03', '9', 'XXXXX', '9092', '9090', 'Offene Posten aus 1992');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3218, 'SKR03', '9', 'XXXXX', '9093', '9090', 'Offene Posten aus 1993');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3219, 'SKR03', '9', 'XXXXX', '9094', '9090', 'Offene Posten aus 1994');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3220, 'SKR03', '9', 'XXXXX', '9095', '9090', 'Offene Posten aus 1995');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3221, 'SKR03', '9', 'XXXXX', '9096', '9090', 'Offene Posten aus 1996');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3222, 'SKR03', '9', 'XXXXX', '9097', '9090', 'Offene Posten aus 1997');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3223, 'SKR03', '9', 'XXXXX', '9098', '9090', 'Offene Posten aus 1998');
      +;
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3225, 'SKR03', '9', 'XXXXX', '9101', '9000', 'Verkaufstage');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3226, 'SKR03', '9', 'XXXXX', '9102', '9000', 'Anzahl der Barkunden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3227, 'SKR03', '9', 'XXXXX', '9103', '9000', 'Beschäftigte Personen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3228, 'SKR03', '9', 'XXXXX', '9104', '9000', 'Unbezahlte Personen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3229, 'SKR03', '9', 'XXXXX', '9105', '9000', 'Verkaufskräfte');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3230, 'SKR03', '9', 'XXXXX', '9106', '9000', 'Geschäftsraum qm');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3231, 'SKR03', '9', 'XXXXX', '9107', '9000', 'Verkaufsraum qm');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3232, 'SKR03', '9', 'XXXXX', '9116', '9000', 'Anzahl Rechnungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3233, 'SKR03', '9', 'XXXXX', '9117', '9000', 'Anzahl Kreditkunden monatlich');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3234, 'SKR03', '9', 'XXXXX', '9118', '9000', 'Anzahl Kreditkunden aufgelaufen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3235, 'SKR03', '9', 'XXXXX', '9120', '9000', 'Erweiterungsinvestitionen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3236, 'SKR03', '9', 'XXXXX', '9135', '9000', '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__, 3237, 'SKR03', '9', 'XXXXX', '9140', '9000', 'Auftragsbestand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3238, 'SKR03', '9', 'XXXXX', '9190', '9000', 'Gegenkonto für statistischen 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__, 3239, 'SKR03', '9', 'XXXXX', '9199', '9000', '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__, 3241, 'SKR03', '9', 'XXXXX', '9200', '9000', 'Beschäftigte Personen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3242, 'SKR03', '9', 'XXXXX', '9209', '9000', 'Gegenkonto zu 9200');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3243, 'SKR03', '9', 'XXXXX', '9210', '9000', 'Produktive Löhne');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3244, 'SKR03', '9', 'XXXXX', '9219', '9000', 'Gegenkonto zu 9210');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3247, 'SKR03', '9', 'Owner''s Equity', '9220', '9000', '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__, 3249, 'SKR03', '9', 'Owner''s Equity', '9221', '9000', '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__, 3250, 'SKR03', '9', 'Owner''s Equity', '9229', '9000', 'Gegenkonto zu Konten 9022 - 9221');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3252, 'SKR03', '9', 'Owner''s Equity', '9230', '9000', 'Baukostenzuschüsse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3253, 'SKR03', '9', 'Owner''s Equity', '9232', '9000', 'Investitionszulagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3254, 'SKR03', '9', 'Owner''s Equity', '9234', '9000', 'Investitionszuschüsse');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3255, 'SKR03', '9', 'Owner''s Equity', '9239', '9000', 'Gegenkonto zu Konten 9230 - 9238');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3256, 'SKR03', '9', 'Owner''s Equity', '9240', '9000', '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__, 3257, 'SKR03', '9', 'Owner''s Equity', '9241', '9000', 'Investitionsverbindlichkeiten aus Sachanlagenverkäufen bei Leistungsverbindlichkeiten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3258, 'SKR03', '9', 'Owner''s Equity', '9242', '9000', '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__, 3259, 'SKR03', '9', 'Owner''s Equity', '9243', '9000', '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__, 3260, 'SKR03', '9', 'Owner''s Equity', '9244', '9000', 'Gegenkonto zu Konten 9240 - 9243');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3261, 'SKR03', '9', 'Owner''s Equity', '9245', '9000', 'Forderungen aus Sachanlagenverkä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__, 3262, 'SKR03', '9', 'Owner''s Equity', '9246', '9000', 'Forderungen aus Verkäufen immaterieller Vermögensgegenständen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3263, 'SKR03', '9', 'Owner''s Equity', '9247', '9000', 'Forderungen aus Verkäufe 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__, 3264, 'SKR03', '9', 'Owner''s Equity', '9249', '9000', 'Gegenkonto zu Konten 9245 - 9247');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3266, 'SKR03', '9', 'Owner''s Equity', '9250', '9000', 'Eigenkapitalersetzende Gesellschafterdarlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3267, 'SKR03', '9', 'Owner''s Equity', '9255', '9000', 'Ungesicherte Gesellschafterdarlehen mit 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__, 3268, 'SKR03', '9', 'Owner''s Equity', '9259', '9000', 'Gegenkonto zu 9250 und 9255');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3270, 'SKR03', '9', 'Owner''s Equity', '9260', '9000', 'Kurzfristige Rückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3271, 'SKR03', '9', 'Owner''s Equity', '9262', '9000', 'Mittelfristige Rückstellungen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3272, 'SKR03', '9', 'Owner''s Equity', '9264', '9000', '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__, 3273, 'SKR03', '9', 'Owner''s Equity', '9269', '9000', '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__, 3275, 'SKR03', '9', 'Owner''s Equity', '9270', '9000', 'Gegenkonto zu 9271 bis 9278 (soll-Buchung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3276, 'SKR03', '9', 'Owner''s Equity', '9271', '9000', 'Verbindlichkeiten aus der Begebung und übertragung von Wechsel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3277, 'SKR03', '9', 'Owner''s Equity', '9272', '9000', 'Verbindlichkeiten aus der Begebung und übertragung von Wechseln 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__, 3278, 'SKR03', '9', 'Owner''s Equity', '9273', '9000', '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__, 3279, 'SKR03', '9', 'Owner''s Equity', '9274', '9000', 'Verbindlichkeiten aus Bürgschaften Wechsel- und Scheckbürgschaften 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__, 3280, 'SKR03', '9', 'Owner''s Equity', '9275', '9000', '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__, 3281, 'SKR03', '9', 'Owner''s Equity', '9276', '9000', 'Verbindlichkeiten aus Gewährleistungsverträ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__, 3282, 'SKR03', '9', 'Owner''s Equity', '9277', '9000', 'Haftung 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__, 3283, 'SKR03', '9', 'Owner''s Equity', '9278', '9000', 'Haftung aus der Bestellung von Sicherheiten für fremde 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__, 3284, 'SKR03', '9', 'Owner''s Equity', '9279', '9000', 'Verpflichtungen aus Trendhandvermögen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3286, 'SKR03', '9', 'Owner''s Equity', '9280', '9000', 'Gegenkonto zu Konten 9281 - 9284');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3287, 'SKR03', '9', 'Owner''s Equity', '9281', '9000', '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__, 3288, 'SKR03', '9', 'Owner''s Equity', '9282', '9000', '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__, 3289, 'SKR03', '9', 'Owner''s Equity', '9283', '9000', '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__, 3290, 'SKR03', '9', 'Owner''s Equity', '9284', '9000', 'Andere Verpflichtungen gemäß § 285 Nr. 3 HGB 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__, 3291, 'SKR03', '0', 'Owner''s Equity', '9000', '9000', 'Statistische Konten 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__, 3292, 'SKR03', '9', 'Owner''s Equity', '9287', '9000', '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__, 3293, 'SKR03', '9', 'Owner''s Equity', '9288', '9000', '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__, 3294, 'SKR03', '9', 'Owner''s Equity', '9289', '9000', '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__, 3295, 'SKR03', '9', 'Owner''s Equity', '9290', '9000', '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__, 3296, 'SKR03', '9', 'Owner''s Equity', '9291', '9000', 'Gegenkonto zu 9290');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3297, 'SKR03', '9', 'Owner''s Equity', '9292', '9000', 'Statistisches Konto Fremdgeld');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3298, 'SKR03', '9', 'Owner''s Equity', '9293', '9000', 'Gegenkonto zu 9292');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3300, 'SKR03', '9', 'Owner''s Equity', '9295', '9000', 'Einlagen stiller Gesellschafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3301, 'SKR03', '0', 'Owner''s Equity', '9000', '9000', 'Steuerrechtlicher Ausgleichsposten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3302, 'SKR03', '9', 'Owner''s Equity', '9297', '9000', 'Steuerrechtlicher Ausgleichsposten');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3304, 'SKR03', '9', 'Owner''s Equity', '9400', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3305, 'SKR03', '9', 'Owner''s Equity', '9401', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3306, 'SKR03', '9', 'Owner''s Equity', '9402', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3307, 'SKR03', '9', 'Owner''s Equity', '9403', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3308, 'SKR03', '9', 'Owner''s Equity', '9404', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3309, 'SKR03', '9', 'Owner''s Equity', '9405', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3310, 'SKR03', '9', 'Owner''s Equity', '9406', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3311, 'SKR03', '9', 'Owner''s Equity', '9407', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3312, 'SKR03', '9', 'Owner''s Equity', '9408', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3313, 'SKR03', '9', 'Owner''s Equity', '9409', '9000', 'Privatentnahmen Allgemein');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3314, 'SKR03', '9', 'Owner''s Equity', '9410', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3315, 'SKR03', '9', 'Owner''s Equity', '9411', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3316, 'SKR03', '9', 'Owner''s Equity', '9412', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3317, 'SKR03', '9', 'Owner''s Equity', '9413', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3318, 'SKR03', '9', 'Owner''s Equity', '9414', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3319, 'SKR03', '9', 'Owner''s Equity', '9415', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3320, 'SKR03', '9', 'Owner''s Equity', '9416', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3321, 'SKR03', '9', 'Owner''s Equity', '9417', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3322, 'SKR03', '9', 'Owner''s Equity', '9418', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3323, 'SKR03', '9', 'Owner''s Equity', '9419', '9000', 'Privatsteuern');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3324, 'SKR03', '9', 'Owner''s Equity', '9420', '9000', '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__, 3325, 'SKR03', '9', 'Owner''s Equity', '9421', '9000', '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__, 3326, 'SKR03', '9', 'Owner''s Equity', '9422', '9000', '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__, 3327, 'SKR03', '9', 'Owner''s Equity', '9423', '9000', '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__, 3328, 'SKR03', '9', 'Owner''s Equity', '9424', '9000', '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__, 3329, 'SKR03', '9', 'Owner''s Equity', '9425', '9000', '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__, 3330, 'SKR03', '9', 'Owner''s Equity', '9426', '9000', '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__, 3331, 'SKR03', '9', 'Owner''s Equity', '9427', '9000', '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__, 3332, 'SKR03', '9', 'Owner''s Equity', '9428', '9000', '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__, 3333, 'SKR03', '9', 'Owner''s Equity', '9429', '9000', '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__, 3334, 'SKR03', '9', 'Owner''s Equity', '9430', '9000', '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__, 3335, 'SKR03', '9', 'Owner''s Equity', '9431', '9000', '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__, 3336, 'SKR03', '9', 'Owner''s Equity', '9432', '9000', '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__, 3337, 'SKR03', '9', 'Owner''s Equity', '9433', '9000', '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__, 3338, 'SKR03', '9', 'Owner''s Equity', '9434', '9000', '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__, 3339, 'SKR03', '9', 'Owner''s Equity', '9435', '9000', '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__, 3340, 'SKR03', '9', 'Owner''s Equity', '9436', '9000', '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__, 3341, 'SKR03', '9', 'Owner''s Equity', '9437', '9000', '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__, 3342, 'SKR03', '9', 'Owner''s Equity', '9438', '9000', '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__, 3343, 'SKR03', '9', 'Owner''s Equity', '9439', '9000', '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__, 3344, 'SKR03', '9', 'Owner''s Equity', '9440', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3345, 'SKR03', '9', 'Owner''s Equity', '9441', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3346, 'SKR03', '9', 'Owner''s Equity', '9442', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3347, 'SKR03', '9', 'Owner''s Equity', '9443', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3348, 'SKR03', '9', 'Owner''s Equity', '9444', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3349, 'SKR03', '9', 'Owner''s Equity', '9445', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3350, 'SKR03', '9', 'Owner''s Equity', '9446', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3351, 'SKR03', '9', 'Owner''s Equity', '9447', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3352, 'SKR03', '9', 'Owner''s Equity', '9448', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3353, 'SKR03', '9', 'Owner''s Equity', '9449', '9000', 'Zuwendungen Spenden');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3354, 'SKR03', '9', 'Owner''s Equity', '9450', '9000', '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__, 3355, 'SKR03', '9', 'Owner''s Equity', '9451', '9000', '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__, 3356, 'SKR03', '9', 'Owner''s Equity', '9452', '9000', '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__, 3357, 'SKR03', '9', 'Owner''s Equity', '9453', '9000', '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__, 3358, 'SKR03', '9', 'Owner''s Equity', '9454', '9000', '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__, 3359, 'SKR03', '9', 'Owner''s Equity', '9455', '9000', '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__, 3360, 'SKR03', '9', 'Owner''s Equity', '9456', '9000', '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__, 3361, 'SKR03', '9', 'Owner''s Equity', '9457', '9000', '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__, 3362, 'SKR03', '9', 'Owner''s Equity', '9458', '9000', '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__, 3363, 'SKR03', '9', 'Owner''s Equity', '9459', '9000', '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__, 3364, 'SKR03', '9', 'Owner''s Equity', '9460', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3365, 'SKR03', '9', 'Owner''s Equity', '9461', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3366, 'SKR03', '9', 'Owner''s Equity', '9462', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3367, 'SKR03', '9', 'Owner''s Equity', '9463', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3368, 'SKR03', '9', 'Owner''s Equity', '9464', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3369, 'SKR03', '9', 'Owner''s Equity', '9465', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3370, 'SKR03', '9', 'Owner''s Equity', '9466', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3371, 'SKR03', '9', 'Owner''s Equity', '9467', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3372, 'SKR03', '9', 'Owner''s Equity', '9468', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3373, 'SKR03', '9', 'Owner''s Equity', '9469', '9000', 'Grundstückaufwand');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3374, 'SKR03', '9', 'Owner''s Equity', '9470', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3375, 'SKR03', '9', 'Owner''s Equity', '9471', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3376, 'SKR03', '9', 'Owner''s Equity', '9472', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3377, 'SKR03', '9', 'Owner''s Equity', '9473', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3378, 'SKR03', '9', 'Owner''s Equity', '9474', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3379, 'SKR03', '9', 'Owner''s Equity', '9475', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3380, 'SKR03', '9', 'Owner''s Equity', '9476', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3381, 'SKR03', '9', 'Owner''s Equity', '9477', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3382, 'SKR03', '9', 'Owner''s Equity', '9478', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3383, 'SKR03', '9', 'Owner''s Equity', '9479', '9000', 'Grundstückertrag');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3384, 'SKR03', '9', 'Owner''s Equity', '9480', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3385, 'SKR03', '9', 'Owner''s Equity', '9481', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3386, 'SKR03', '9', 'Owner''s Equity', '9482', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3387, 'SKR03', '9', 'Owner''s Equity', '9483', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3388, 'SKR03', '9', 'Owner''s Equity', '9484', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3389, 'SKR03', '9', 'Owner''s Equity', '9485', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3390, 'SKR03', '9', 'Owner''s Equity', '9486', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3391, 'SKR03', '9', 'Owner''s Equity', '9487', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3392, 'SKR03', '9', 'Owner''s Equity', '9488', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3393, 'SKR03', '9', 'Owner''s Equity', '9489', '9000', 'Unentgeltliche Wertabgaben');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3394, 'SKR03', '9', 'Owner''s Equity', '9490', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3395, 'SKR03', '9', 'Owner''s Equity', '9491', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3396, 'SKR03', '9', 'Owner''s Equity', '9492', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3397, 'SKR03', '9', 'Owner''s Equity', '9493', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3398, 'SKR03', '9', 'Owner''s Equity', '9494', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3399, 'SKR03', '9', 'Owner''s Equity', '9495', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3400, 'SKR03', '9', 'Owner''s Equity', '9496', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3401, 'SKR03', '9', 'Owner''s Equity', '9497', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3402, 'SKR03', '9', 'Owner''s Equity', '9498', '9000', 'Privateinlagen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3403, 'SKR03', '9', 'Owner''s Equity', '9499', '9000', 'Privateinlagen');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3405, 'SKR03', '9', 'Owner''s Equity', '9500', '9000', 'Anteil für Konto 0900 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3406, 'SKR03', '9', 'Owner''s Equity', '9501', '9000', 'Anteil für Konto 0901 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3407, 'SKR03', '9', 'Owner''s Equity', '9502', '9000', 'Anteil für Konto 0902 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3408, 'SKR03', '9', 'Owner''s Equity', '9503', '9000', 'Anteil für Konto 0903 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3409, 'SKR03', '9', 'Owner''s Equity', '9504', '9000', 'Anteil für Konto 0904 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3410, 'SKR03', '9', 'Owner''s Equity', '9505', '9000', 'Anteil für Konto 0905 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3411, 'SKR03', '9', 'Owner''s Equity', '9506', '9000', 'Anteil für Konto 0906 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3412, 'SKR03', '9', 'Owner''s Equity', '9507', '9000', 'Anteil für Konto 0907 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3413, 'SKR03', '9', 'Owner''s Equity', '9508', '9000', 'Anteil für Konto 0908 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3414, 'SKR03', '9', 'Owner''s Equity', '9509', '9000', 'Anteil für Konto 0909 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3415, 'SKR03', '9', 'Owner''s Equity', '9510', '9000', 'Anteil für Konto 0910 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3416, 'SKR03', '9', 'Owner''s Equity', '9511', '9000', 'Anteil für Konto 0911 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3417, 'SKR03', '9', 'Owner''s Equity', '9512', '9000', 'Anteil für Konto 0912 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3418, 'SKR03', '9', 'Owner''s Equity', '9513', '9000', 'Anteil für Konto 0913 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3419, 'SKR03', '9', 'Owner''s Equity', '9514', '9000', 'Anteil für Konto 0914 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3420, 'SKR03', '9', 'Owner''s Equity', '9515', '9000', 'Anteil für Konto 0915 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3421, 'SKR03', '9', 'Owner''s Equity', '9516', '9000', 'Anteil für Konto 0916 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3422, 'SKR03', '9', 'Owner''s Equity', '9517', '9000', 'Anteil für Konto 0917 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3423, 'SKR03', '9', 'Owner''s Equity', '9518', '9000', 'Anteil für Konto 0918 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3424, 'SKR03', '9', 'Owner''s Equity', '9519', '9000', 'Anteil für Konto 0919 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3425, 'SKR03', '9', 'Owner''s Equity', '9520', '9000', 'Anteil für Konto 0920 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3426, 'SKR03', '9', 'Owner''s Equity', '9521', '9000', 'Anteil für Konto 0921 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3427, 'SKR03', '9', 'Owner''s Equity', '9522', '9000', 'Anteil für Konto 0922 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3428, 'SKR03', '9', 'Owner''s Equity', '9523', '9000', 'Anteil für Konto 0923 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3429, 'SKR03', '9', 'Owner''s Equity', '9524', '9000', 'Anteil für Konto 0924 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3430, 'SKR03', '9', 'Owner''s Equity', '9525', '9000', 'Anteil für Konto 0925 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3431, 'SKR03', '9', 'Owner''s Equity', '9526', '9000', 'Anteil für Konto 0926 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3432, 'SKR03', '9', 'Owner''s Equity', '9527', '9000', 'Anteil für Konto 0927 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3433, 'SKR03', '9', 'Owner''s Equity', '9528', '9000', 'Anteil für Konto 0928 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3434, 'SKR03', '9', 'Owner''s Equity', '9529', '9000', 'Anteil für Konto 0929 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3435, 'SKR03', '9', 'Owner''s Equity', '9530', '9000', 'Anteil für Konto 0830 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3436, 'SKR03', '9', 'Owner''s Equity', '9531', '9000', 'Anteil für Konto 0831 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3437, 'SKR03', '9', 'Owner''s Equity', '9532', '9000', 'Anteil für Konto 0832 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3438, 'SKR03', '9', 'Owner''s Equity', '9533', '9000', 'Anteil für Konto 0833 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3439, 'SKR03', '9', 'Owner''s Equity', '9534', '9000', 'Anteil für Konto 0834 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3440, 'SKR03', '9', 'Owner''s Equity', '9535', '9000', 'Anteil für Konto 0835 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3441, 'SKR03', '9', 'Owner''s Equity', '9536', '9000', 'Anteil für Konto 0836 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3442, 'SKR03', '9', 'Owner''s Equity', '9537', '9000', 'Anteil für Konto 0837 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3443, 'SKR03', '9', 'Owner''s Equity', '9538', '9000', 'Anteil für Konto 0838 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3444, 'SKR03', '9', 'Owner''s Equity', '9539', '9000', 'Anteil für Konto 0839 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3445, 'SKR03', '9', 'Owner''s Equity', '9540', '9000', 'Anteil für Konto 0810 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3446, 'SKR03', '9', 'Owner''s Equity', '9541', '9000', 'Anteil für Konto 0811 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3447, 'SKR03', '9', 'Owner''s Equity', '9542', '9000', 'Anteil für Konto 0812 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3448, 'SKR03', '9', 'Owner''s Equity', '9543', '9000', 'Anteil für Konto 0813 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3449, 'SKR03', '9', 'Owner''s Equity', '9544', '9000', 'Anteil für Konto 0814 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3450, 'SKR03', '9', 'Owner''s Equity', '9545', '9000', 'Anteil für Konto 0815 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3451, 'SKR03', '9', 'Owner''s Equity', '9546', '9000', 'Anteil für Konto 0816 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3452, 'SKR03', '9', 'Owner''s Equity', '9547', '9000', 'Anteil für Konto 0817 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3453, 'SKR03', '9', 'Owner''s Equity', '9548', '9000', 'Anteil für Konto 0818 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3454, 'SKR03', '9', 'Owner''s Equity', '9549', '9000', 'Anteil für Konto 0819 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3455, 'SKR03', '9', 'Owner''s Equity', '9550', '9000', 'Anteil für Konto 9810 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3456, 'SKR03', '9', 'Owner''s Equity', '9551', '9000', 'Anteil für Konto 9811 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3457, 'SKR03', '9', 'Owner''s Equity', '9552', '9000', 'Anteil für Konto 9812 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3458, 'SKR03', '9', 'Owner''s Equity', '9553', '9000', 'Anteil für Konto 9813 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3459, 'SKR03', '9', 'Owner''s Equity', '9554', '9000', 'Anteil für Konto 9814 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3460, 'SKR03', '9', 'Owner''s Equity', '9555', '9000', 'Anteil für Konto 9815 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3461, 'SKR03', '9', 'Owner''s Equity', '9556', '9000', 'Anteil für Konto 9816 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3462, 'SKR03', '9', 'Owner''s Equity', '9557', '9000', 'Anteil für Konto 9817 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3463, 'SKR03', '9', 'Owner''s Equity', '9558', '9000', 'Anteil für Konto 9818 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3464, 'SKR03', '9', 'Owner''s Equity', '9559', '9000', 'Anteil für Konto 9819 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3465, 'SKR03', '9', 'Owner''s Equity', '9560', '9000', '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__, 3466, 'SKR03', '9', 'Owner''s Equity', '9561', '9000', '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__, 3467, 'SKR03', '9', 'Owner''s Equity', '9562', '9000', '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__, 3468, 'SKR03', '9', 'Owner''s Equity', '9563', '9000', '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__, 3469, 'SKR03', '9', 'Owner''s Equity', '9564', '9000', '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__, 3470, 'SKR03', '9', 'Owner''s Equity', '9565', '9000', '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__, 3471, 'SKR03', '9', 'Owner''s Equity', '9566', '9000', '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__, 3472, 'SKR03', '9', 'Owner''s Equity', '9567', '9000', '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__, 3473, 'SKR03', '9', 'Owner''s Equity', '9568', '9000', '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__, 3474, 'SKR03', '9', 'Owner''s Equity', '9569', '9000', '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__, 3475, 'SKR03', '9', 'Owner''s Equity', '9570', '9000', 'Anteil für Konto 0870 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3476, 'SKR03', '9', 'Owner''s Equity', '9571', '9000', 'Anteil für Konto 0871 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3477, 'SKR03', '9', 'Owner''s Equity', '9572', '9000', 'Anteil für Konto 0872 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3478, 'SKR03', '9', 'Owner''s Equity', '9573', '9000', 'Anteil für Konto 0873 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3479, 'SKR03', '9', 'Owner''s Equity', '9574', '9000', 'Anteil für Konto 0874 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3480, 'SKR03', '9', 'Owner''s Equity', '9575', '9000', 'Anteil für Konto 0875 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3481, 'SKR03', '9', 'Owner''s Equity', '9576', '9000', 'Anteil für Konto 0876 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3482, 'SKR03', '9', 'Owner''s Equity', '9577', '9000', 'Anteil für Konto 0877 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3483, 'SKR03', '9', 'Owner''s Equity', '9578', '9000', 'Anteil für Konto 0878 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3484, 'SKR03', '9', 'Owner''s Equity', '9579', '9000', 'Anteil für Konto 0879 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3485, 'SKR03', '9', 'Owner''s Equity', '9580', '9000', 'Anteil für Konto 0880 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3486, 'SKR03', '9', 'Owner''s Equity', '9581', '9000', 'Anteil für Konto 0881 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3487, 'SKR03', '9', 'Owner''s Equity', '9582', '9000', 'Anteil für Konto 0882 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3488, 'SKR03', '9', 'Owner''s Equity', '9583', '9000', 'Anteil für Konto 0883 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3489, 'SKR03', '9', 'Owner''s Equity', '9584', '9000', 'Anteil für Konto 0884 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3490, 'SKR03', '9', 'Owner''s Equity', '9585', '9000', 'Anteil für Konto 0885 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3491, 'SKR03', '9', 'Owner''s Equity', '9586', '9000', 'Anteil für Konto 0886 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3492, 'SKR03', '9', 'Owner''s Equity', '9587', '9000', 'Anteil für Konto 0887 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3493, 'SKR03', '9', 'Owner''s Equity', '9588', '9000', 'Anteil für Konto 0888 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3494, 'SKR03', '9', 'Owner''s Equity', '9589', '9000', 'Anteil für Konto 0889 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3495, 'SKR03', '9', 'Owner''s Equity', '9590', '9000', 'Anteil für Konto 0890 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3496, 'SKR03', '9', 'Owner''s Equity', '9591', '9000', 'Anteil für Konto 0891 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3497, 'SKR03', '9', 'Owner''s Equity', '9592', '9000', 'Anteil für Konto 0892 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3498, 'SKR03', '9', 'Owner''s Equity', '9593', '9000', 'Anteil für Konto 0893 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3499, 'SKR03', '9', 'Owner''s Equity', '9594', '9000', 'Anteil für Konto 0894 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3500, 'SKR03', '9', 'Owner''s Equity', '9595', '9000', 'Anteil für Konto 0895 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3501, 'SKR03', '9', 'Owner''s Equity', '9596', '9000', 'Anteil für Konto 0896 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3502, 'SKR03', '9', 'Owner''s Equity', '9597', '9000', 'Anteil für Konto 0897 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3503, 'SKR03', '9', 'Owner''s Equity', '9598', '9000', 'Anteil für Konto 0898 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3504, 'SKR03', '9', 'Owner''s Equity', '9599', '9000', 'Anteil für Konto 0899 Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3505, 'SKR03', '9', 'Owner''s Equity', '9600', '9000', '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__, 3506, 'SKR03', '9', 'Owner''s Equity', '9601', '9000', '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__, 3507, 'SKR03', '9', 'Owner''s Equity', '9602', '9000', '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__, 3508, 'SKR03', '9', 'Owner''s Equity', '9603', '9000', '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__, 3509, 'SKR03', '9', 'Owner''s Equity', '9604', '9000', '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__, 3510, 'SKR03', '9', 'Owner''s Equity', '9605', '9000', '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__, 3511, 'SKR03', '9', 'Owner''s Equity', '9606', '9000', '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__, 3512, 'SKR03', '9', 'Owner''s Equity', '9607', '9000', '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__, 3513, 'SKR03', '9', 'Owner''s Equity', '9608', '9000', '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__, 3514, 'SKR03', '9', 'Owner''s Equity', '9609', '9000', '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__, 3515, 'SKR03', '9', 'Owner''s Equity', '9610', '9000', '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__, 3516, 'SKR03', '9', 'Owner''s Equity', '9611', '9000', '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__, 3517, 'SKR03', '9', 'Owner''s Equity', '9612', '9000', '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__, 3518, 'SKR03', '9', 'Owner''s Equity', '9613', '9000', '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__, 3519, 'SKR03', '9', 'Owner''s Equity', '9614', '9000', '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__, 3520, 'SKR03', '9', 'Owner''s Equity', '9615', '9000', '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__, 3521, 'SKR03', '9', 'Owner''s Equity', '9616', '9000', '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__, 3522, 'SKR03', '9', 'Owner''s Equity', '9617', '9000', '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__, 3523, 'SKR03', '9', 'Owner''s Equity', '9618', '9000', '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__, 3524, 'SKR03', '9', 'Owner''s Equity', '9619', '9000', '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__, 3525, 'SKR03', '9', 'Owner''s Equity', '9620', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3526, 'SKR03', '9', 'Owner''s Equity', '9621', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3527, 'SKR03', '9', 'Owner''s Equity', '9622', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3528, 'SKR03', '9', 'Owner''s Equity', '9623', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3529, 'SKR03', '9', 'Owner''s Equity', '9624', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3530, 'SKR03', '9', 'Owner''s Equity', '9625', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3531, 'SKR03', '9', 'Owner''s Equity', '9626', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3532, 'SKR03', '9', 'Owner''s Equity', '9627', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3533, 'SKR03', '9', 'Owner''s Equity', '9628', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3534, 'SKR03', '9', 'Owner''s Equity', '9629', '9000', 'Tantieme Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3535, 'SKR03', '9', 'Owner''s Equity', '9630', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3536, 'SKR03', '9', 'Owner''s Equity', '9631', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3537, 'SKR03', '9', 'Owner''s Equity', '9632', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3538, 'SKR03', '9', 'Owner''s Equity', '9633', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3539, 'SKR03', '9', 'Owner''s Equity', '9634', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3540, 'SKR03', '9', 'Owner''s Equity', '9635', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3541, 'SKR03', '9', 'Owner''s Equity', '9636', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3542, 'SKR03', '9', 'Owner''s Equity', '9637', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3543, 'SKR03', '9', 'Owner''s Equity', '9638', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3544, 'SKR03', '9', 'Owner''s Equity', '9639', '9000', 'Darlehensverzinsung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3545, 'SKR03', '9', 'Owner''s Equity', '9640', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3546, 'SKR03', '9', 'Owner''s Equity', '9641', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3547, 'SKR03', '9', 'Owner''s Equity', '9642', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3548, 'SKR03', '9', 'Owner''s Equity', '9643', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3549, 'SKR03', '9', 'Owner''s Equity', '9644', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3550, 'SKR03', '9', 'Owner''s Equity', '9645', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3551, 'SKR03', '9', 'Owner''s Equity', '9646', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3552, 'SKR03', '9', 'Owner''s Equity', '9647', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3553, 'SKR03', '9', 'Owner''s Equity', '9648', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3554, 'SKR03', '9', 'Owner''s Equity', '9649', '9000', 'Gebrauchsüberlassung Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3555, 'SKR03', '9', 'Owner''s Equity', '9650', '9000', '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__, 3556, 'SKR03', '9', 'Owner''s Equity', '9651', '9000', '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__, 3557, 'SKR03', '9', 'Owner''s Equity', '9652', '9000', '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__, 3558, 'SKR03', '9', 'Owner''s Equity', '9653', '9000', '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__, 3559, 'SKR03', '9', 'Owner''s Equity', '9654', '9000', '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__, 3560, 'SKR03', '9', 'Owner''s Equity', '9655', '9000', '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__, 3561, 'SKR03', '9', 'Owner''s Equity', '9656', '9000', '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__, 3562, 'SKR03', '9', 'Owner''s Equity', '9657', '9000', '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__, 3563, 'SKR03', '9', 'Owner''s Equity', '9658', '9000', '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__, 3564, 'SKR03', '9', 'Owner''s Equity', '9659', '9000', '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__, 3565, 'SKR03', '9', 'Owner''s Equity', '9690', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3566, 'SKR03', '9', 'Owner''s Equity', '9691', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3567, 'SKR03', '9', 'Owner''s Equity', '9692', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3568, 'SKR03', '9', 'Owner''s Equity', '9693', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3569, 'SKR03', '9', 'Owner''s Equity', '9694', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3570, 'SKR03', '9', 'Owner''s Equity', '9695', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3571, 'SKR03', '9', 'Owner''s Equity', '9696', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3572, 'SKR03', '9', 'Owner''s Equity', '9697', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3573, 'SKR03', '9', 'Owner''s Equity', '9698', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3574, 'SKR03', '9', 'Owner''s Equity', '9699', '9000', 'Restanteil Vollhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3575, 'SKR03', '9', 'Owner''s Equity', '9700', '9000', '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__, 3576, 'SKR03', '9', 'Owner''s Equity', '9701', '9000', '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__, 3577, 'SKR03', '9', 'Owner''s Equity', '9702', '9000', '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__, 3578, 'SKR03', '9', 'Owner''s Equity', '9703', '9000', '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__, 3579, 'SKR03', '9', 'Owner''s Equity', '9704', '9000', '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__, 3580, 'SKR03', '9', 'Owner''s Equity', '9705', '9000', '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__, 3581, 'SKR03', '9', 'Owner''s Equity', '9706', '9000', '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__, 3582, 'SKR03', '9', 'Owner''s Equity', '9707', '9000', '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__, 3583, 'SKR03', '9', 'Owner''s Equity', '9708', '9000', '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__, 3584, 'SKR03', '9', 'Owner''s Equity', '9709', '9000', '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__, 3585, 'SKR03', '9', 'Owner''s Equity', '9710', '9000', '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__, 3586, 'SKR03', '9', 'Owner''s Equity', '9711', '9000', '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__, 3587, 'SKR03', '9', 'Owner''s Equity', '9712', '9000', '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__, 3588, 'SKR03', '9', 'Owner''s Equity', '9713', '9000', '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__, 3589, 'SKR03', '9', 'Owner''s Equity', '9714', '9000', '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__, 3590, 'SKR03', '9', 'Owner''s Equity', '9715', '9000', '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__, 3591, 'SKR03', '9', 'Owner''s Equity', '9716', '9000', '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__, 3592, 'SKR03', '9', 'Owner''s Equity', '9717', '9000', '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__, 3593, 'SKR03', '9', 'Owner''s Equity', '9718', '9000', '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__, 3594, 'SKR03', '9', 'Owner''s Equity', '9719', '9000', '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__, 3595, 'SKR03', '9', 'Owner''s Equity', '9720', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3596, 'SKR03', '9', 'Owner''s Equity', '9721', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3597, 'SKR03', '9', 'Owner''s Equity', '9722', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3598, 'SKR03', '9', 'Owner''s Equity', '9723', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3599, 'SKR03', '9', 'Owner''s Equity', '9724', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3600, 'SKR03', '9', 'Owner''s Equity', '9725', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3601, 'SKR03', '9', 'Owner''s Equity', '9726', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3602, 'SKR03', '9', 'Owner''s Equity', '9727', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3603, 'SKR03', '9', 'Owner''s Equity', '9728', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3604, 'SKR03', '9', 'Owner''s Equity', '9729', '9000', 'Tantieme Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3605, 'SKR03', '9', 'Owner''s Equity', '9730', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3606, 'SKR03', '9', 'Owner''s Equity', '9731', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3607, 'SKR03', '9', 'Owner''s Equity', '9732', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3608, 'SKR03', '9', 'Owner''s Equity', '9733', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3609, 'SKR03', '9', 'Owner''s Equity', '9734', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3610, 'SKR03', '9', 'Owner''s Equity', '9735', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3611, 'SKR03', '9', 'Owner''s Equity', '9736', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3612, 'SKR03', '9', 'Owner''s Equity', '9737', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3613, 'SKR03', '9', 'Owner''s Equity', '9738', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3614, 'SKR03', '9', 'Owner''s Equity', '9739', '9000', 'Darlehensverzinsung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3615, 'SKR03', '9', 'Owner''s Equity', '9740', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3616, 'SKR03', '9', 'Owner''s Equity', '9741', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3617, 'SKR03', '9', 'Owner''s Equity', '9742', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3618, 'SKR03', '9', 'Owner''s Equity', '9743', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3619, 'SKR03', '9', 'Owner''s Equity', '9744', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3620, 'SKR03', '9', 'Owner''s Equity', '9745', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3621, 'SKR03', '9', 'Owner''s Equity', '9746', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3622, 'SKR03', '9', 'Owner''s Equity', '9747', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3623, 'SKR03', '9', 'Owner''s Equity', '9748', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3624, 'SKR03', '9', 'Owner''s Equity', '9749', '9000', 'Gebrauchsüberlassung Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3625, 'SKR03', '9', 'Owner''s Equity', '9750', '9000', '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__, 3626, 'SKR03', '9', 'Owner''s Equity', '9751', '9000', '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__, 3627, 'SKR03', '9', 'Owner''s Equity', '9752', '9000', '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__, 3628, 'SKR03', '9', 'Owner''s Equity', '9753', '9000', '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__, 3629, 'SKR03', '9', 'Owner''s Equity', '9754', '9000', '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__, 3630, 'SKR03', '9', 'Owner''s Equity', '9755', '9000', '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__, 3631, 'SKR03', '9', 'Owner''s Equity', '9756', '9000', '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__, 3632, 'SKR03', '9', 'Owner''s Equity', '9757', '9000', '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__, 3633, 'SKR03', '9', 'Owner''s Equity', '9758', '9000', '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__, 3634, 'SKR03', '9', 'Owner''s Equity', '9759', '9000', '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__, 3635, 'SKR03', '9', 'Owner''s Equity', '9760', '9000', '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__, 3636, 'SKR03', '9', 'Owner''s Equity', '9761', '9000', '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__, 3637, 'SKR03', '9', 'Owner''s Equity', '9762', '9000', '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__, 3638, 'SKR03', '9', 'Owner''s Equity', '9763', '9000', '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__, 3639, 'SKR03', '9', 'Owner''s Equity', '9764', '9000', '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__, 3640, 'SKR03', '9', 'Owner''s Equity', '9765', '9000', '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__, 3641, 'SKR03', '9', 'Owner''s Equity', '9766', '9000', '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__, 3642, 'SKR03', '9', 'Owner''s Equity', '9767', '9000', '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__, 3643, 'SKR03', '9', 'Owner''s Equity', '9768', '9000', '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__, 3644, 'SKR03', '9', 'Owner''s Equity', '9769', '9000', '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__, 3645, 'SKR03', '9', 'Owner''s Equity', '9770', '9000', '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__, 3646, 'SKR03', '9', 'Owner''s Equity', '9771', '9000', '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__, 3647, 'SKR03', '9', 'Owner''s Equity', '9772', '9000', '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__, 3648, 'SKR03', '9', 'Owner''s Equity', '9773', '9000', '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__, 3649, 'SKR03', '9', 'Owner''s Equity', '9774', '9000', '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__, 3650, 'SKR03', '9', 'Owner''s Equity', '9775', '9000', '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__, 3651, 'SKR03', '9', 'Owner''s Equity', '9776', '9000', '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__, 3652, 'SKR03', '9', 'Owner''s Equity', '9777', '9000', '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__, 3653, 'SKR03', '9', 'Owner''s Equity', '9778', '9000', '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__, 3654, 'SKR03', '9', 'Owner''s Equity', '9779', '9000', '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__, 3655, 'SKR03', '9', 'Owner''s Equity', '9780', '9000', '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__, 3656, 'SKR03', '9', 'Owner''s Equity', '9781', '9000', 'Anteil für Konto 9841 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3657, 'SKR03', '9', 'Owner''s Equity', '9782', '9000', 'Anteil für Konto 9842 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3658, 'SKR03', '9', 'Owner''s Equity', '9783', '9000', 'Anteil für Konto 9843 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3659, 'SKR03', '9', 'Owner''s Equity', '9784', '9000', 'Anteil für Konto 9844 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3660, 'SKR03', '9', 'Owner''s Equity', '9785', '9000', 'Anteil für Konto 9845 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3661, 'SKR03', '9', 'Owner''s Equity', '9786', '9000', 'Anteil für Konto 9846 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3662, 'SKR03', '9', 'Owner''s Equity', '9787', '9000', 'Anteil für Konto 9847 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3663, 'SKR03', '9', 'Owner''s Equity', '9788', '9000', 'Anteil für Konto 9848 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3664, 'SKR03', '9', 'Owner''s Equity', '9789', '9000', 'Anteil für Konto 9849 Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3665, 'SKR03', '9', 'Owner''s Equity', '9790', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3666, 'SKR03', '9', 'Owner''s Equity', '9791', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3667, 'SKR03', '9', 'Owner''s Equity', '9792', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3668, 'SKR03', '9', 'Owner''s Equity', '9793', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3669, 'SKR03', '9', 'Owner''s Equity', '9794', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3670, 'SKR03', '9', 'Owner''s Equity', '9795', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3671, 'SKR03', '9', 'Owner''s Equity', '9796', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3672, 'SKR03', '9', 'Owner''s Equity', '9797', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3673, 'SKR03', '9', 'Owner''s Equity', '9798', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3674, 'SKR03', '9', 'Owner''s Equity', '9799', '9000', 'Restanteil Teilhafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3675, 'SKR03', '9', 'Owner''s Equity', '9800', '9000', 'Lösch- und Korrekturschlüssel');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3676, 'SKR03', '9', 'Owner''s Equity', '9801', '9000', 'Lösch- und Korrekturschlüssel');
      +
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3678, 'SKR03', '9', 'Owner''s Equity', '9810', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3679, 'SKR03', '9', 'Owner''s Equity', '9811', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3680, 'SKR03', '9', 'Owner''s Equity', '9812', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3681, 'SKR03', '9', 'Owner''s Equity', '9813', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3682, 'SKR03', '9', 'Owner''s Equity', '9814', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3683, 'SKR03', '9', 'Owner''s Equity', '9815', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3684, 'SKR03', '9', 'Owner''s Equity', '9816', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3685, 'SKR03', '9', 'Owner''s Equity', '9817', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3686, 'SKR03', '9', 'Owner''s Equity', '9818', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3687, 'SKR03', '9', 'Owner''s Equity', '9819', '9000', 'Gesellschafter Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3688, 'SKR03', '9', 'Owner''s Equity', '9820', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3689, 'SKR03', '9', 'Owner''s Equity', '9821', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3690, 'SKR03', '9', 'Owner''s Equity', '9822', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3691, 'SKR03', '9', 'Owner''s Equity', '9823', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3692, 'SKR03', '9', 'Owner''s Equity', '9824', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3693, 'SKR03', '9', 'Owner''s Equity', '9825', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3694, 'SKR03', '9', 'Owner''s Equity', '9826', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3695, 'SKR03', '9', 'Owner''s Equity', '9827', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3696, 'SKR03', '9', 'Owner''s Equity', '9828', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3697, 'SKR03', '9', 'Owner''s Equity', '9829', '9000', 'Verlust-/Vortragskonto');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3698, 'SKR03', '9', 'Owner''s Equity', '9830', '9000', '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__, 3699, 'SKR03', '9', 'Owner''s Equity', '9831', '9000', '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__, 3700, 'SKR03', '9', 'Owner''s Equity', '9832', '9000', '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__, 3701, 'SKR03', '9', 'Owner''s Equity', '9833', '9000', '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__, 3702, 'SKR03', '9', 'Owner''s Equity', '9834', '9000', '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__, 3703, 'SKR03', '9', 'Owner''s Equity', '9835', '9000', '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__, 3704, 'SKR03', '9', 'Owner''s Equity', '9836', '9000', '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__, 3705, 'SKR03', '9', 'Owner''s Equity', '9837', '9000', '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__, 3706, 'SKR03', '9', 'Owner''s Equity', '9838', '9000', '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__, 3707, 'SKR03', '9', 'Owner''s Equity', '9839', '9000', '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__, 3709, 'SKR03', '9', 'Owner''s Equity', '9840', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3710, 'SKR03', '9', 'Owner''s Equity', '9841', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3711, 'SKR03', '9', 'Owner''s Equity', '9842', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3712, 'SKR03', '9', 'Owner''s Equity', '9843', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3713, 'SKR03', '9', 'Owner''s Equity', '9844', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3714, 'SKR03', '9', 'Owner''s Equity', '9845', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3715, 'SKR03', '9', 'Owner''s Equity', '9846', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3716, 'SKR03', '9', 'Owner''s Equity', '9847', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3717, 'SKR03', '9', 'Owner''s Equity', '9848', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3718, 'SKR03', '9', 'Owner''s Equity', '9849', '9000', 'Gesellschafter-Darlehen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3719, 'SKR03', '9', 'Owner''s Equity', '9850', '9000', '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__, 3720, 'SKR03', '9', 'Owner''s Equity', '9851', '9000', '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__, 3721, 'SKR03', '9', 'Owner''s Equity', '9852', '9000', '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__, 3722, 'SKR03', '9', 'Owner''s Equity', '9853', '9000', '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__, 3723, 'SKR03', '9', 'Owner''s Equity', '9854', '9000', '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__, 3724, 'SKR03', '9', 'Owner''s Equity', '9855', '9000', '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__, 3725, 'SKR03', '9', 'Owner''s Equity', '9856', '9000', '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__, 3726, 'SKR03', '9', 'Owner''s Equity', '9857', '9000', '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__, 3727, 'SKR03', '9', 'Owner''s Equity', '9858', '9000', '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__, 3728, 'SKR03', '9', 'Owner''s Equity', '9859', '9000', '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__, 3730, 'SKR03', '9', 'Owner''s Equity', '9860', '9000', '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__, 3731, 'SKR03', '9', 'Owner''s Equity', '9861', '9000', '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__, 3732, 'SKR03', '9', 'Owner''s Equity', '9862', '9000', '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__, 3733, 'SKR03', '9', 'Owner''s Equity', '9863', '9000', '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__, 3734, 'SKR03', '9', 'Owner''s Equity', '9864', '9000', '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__, 3735, 'SKR03', '9', 'Owner''s Equity', '9865', '9000', '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__, 3736, 'SKR03', '9', 'Owner''s Equity', '9866', '9000', '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__, 3737, 'SKR03', '9', 'Owner''s Equity', '9867', '9000', '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__, 3738, 'SKR03', '9', 'Owner''s Equity', '9868', '9000', '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__, 3739, 'SKR03', '9', 'Owner''s Equity', '9869', '9000', '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__, 3740, 'SKR03', '9', 'Owner''s Equity', '9870', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3741, 'SKR03', '9', 'Owner''s Equity', '9871', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3742, 'SKR03', '9', 'Owner''s Equity', '9872', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3743, 'SKR03', '9', 'Owner''s Equity', '9873', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3744, 'SKR03', '9', 'Owner''s Equity', '9874', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3745, 'SKR03', '9', 'Owner''s Equity', '9875', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3746, 'SKR03', '9', 'Owner''s Equity', '9876', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3747, 'SKR03', '9', 'Owner''s Equity', '9877', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3748, 'SKR03', '9', 'Owner''s Equity', '9878', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3749, 'SKR03', '9', 'Owner''s Equity', '9879', '9000', 'Einzahlungsverpflichtungen Kommanditisten');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3751, 'SKR03', '9', 'Owner''s Equity', '9880', '9000', '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__, 3752, 'SKR03', '9', 'Owner''s Equity', '9882', '9000', 'Ausgleichsposten für aktivierte Bilanzierungshilfen');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3754, 'SKR03', '9', 'Owner''s Equity', '9883', '9000', '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__, 3755, 'SKR03', '9', 'Owner''s Equity', '9884', '9000', '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__, 3757, 'SKR03', '9', 'Owner''s Equity', '9885', '9000', '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__, 3758, 'SKR03', '9', 'Owner''s Equity', '9886', '9000', 'Verrechnungskonto für 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__, 3760, 'SKR03', '9', 'Owner''s Equity', '9887', '9000', 'Steueraufwand der Gesellschafter');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3761, 'SKR03', '9', 'Owner''s Equity', '9889', '9000', 'Gegenkonto zu 9887');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3763, 'SKR03', '9', 'Owner''s Equity', '9890', '9000', 'Statistische Konto für den Gewinnzuschlag nach §§6b 6c und 6g EStG (Haben-Buchung)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3764, 'SKR03', '9', 'Owner''s Equity', '9891', '9000', 'Statistische Konto für den Gewinnzuschlag - Gegenkonto zu 9890');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3766, 'SKR03', '9', 'XXXXX', '9893', '9000', '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__, 3767, 'SKR03', '9', 'XXXXX', '9894', '9000', '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__, 3768, 'SKR03', '9', 'XXXXX', '9895', '9000', '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__, 3769, 'SKR03', '9', 'XXXXX', '9896', '9000', '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__, 3770, 'SKR03', '9', 'XXXXX', '9897', '9000', '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__, 3771, 'SKR03', '9', 'Owner''s Equity', '9899', '9000', 'Gegenkonto zu 9899 - 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__, 3773, 'SKR03', '9', 'XXXXX', '9910', '9000', '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__, 3774, 'SKR03', '9', 'XXXXX', '9911', '9000', '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__, 3775, 'SKR03', '9', 'XXXXX', '9912', '9000', '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__, 3776, 'SKR03', '9', 'XXXXX', '9913', '9000', '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__, 3778, 'SKR03', '9', 'XXXXX', '9918', '9000', 'Kinderbetreuungskosten (wie Betriebsausgaben steuerlich anzusetzender Betrag)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3779, 'SKR03', '9', 'XXXXX', '9919', '9000', 'Gegenkonto zu 9918 (Haben)');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3781, 'SKR03', '9', 'Owner''s Equity', '9920', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3782, 'SKR03', '9', 'Owner''s Equity', '9921', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3783, 'SKR03', '9', 'Owner''s Equity', '9922', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3784, 'SKR03', '9', 'Owner''s Equity', '9923', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3785, 'SKR03', '9', 'Owner''s Equity', '9924', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3786, 'SKR03', '9', 'Owner''s Equity', '9925', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3787, 'SKR03', '9', 'Owner''s Equity', '9926', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3788, 'SKR03', '9', 'Owner''s Equity', '9927', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3789, 'SKR03', '9', 'Owner''s Equity', '9928', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3790, 'SKR03', '9', 'Owner''s Equity', '9929', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3791, 'SKR03', '9', 'Owner''s Equity', '9930', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3792, 'SKR03', '9', 'Owner''s Equity', '9931', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3793, 'SKR03', '9', 'Owner''s Equity', '9932', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3794, 'SKR03', '9', 'Owner''s Equity', '9933', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3795, 'SKR03', '9', 'Owner''s Equity', '9934', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3796, 'SKR03', '9', 'Owner''s Equity', '9935', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3797, 'SKR03', '9', 'Owner''s Equity', '9936', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3798, 'SKR03', '9', 'Owner''s Equity', '9937', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3799, 'SKR03', '9', 'Owner''s Equity', '9938', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3800, 'SKR03', '9', 'Owner''s Equity', '9939', '9000', 'Ausstehende Einlagen auf das Komplementär-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3801, 'SKR03', '9', 'Owner''s Equity', '9940', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3802, 'SKR03', '9', 'Owner''s Equity', '9941', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3803, 'SKR03', '9', 'Owner''s Equity', '9942', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3804, 'SKR03', '9', 'Owner''s Equity', '9943', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3805, 'SKR03', '9', 'Owner''s Equity', '9944', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3806, 'SKR03', '9', 'Owner''s Equity', '9945', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3807, 'SKR03', '9', 'Owner''s Equity', '9946', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3808, 'SKR03', '9', 'Owner''s Equity', '9947', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3809, 'SKR03', '9', 'Owner''s Equity', '9948', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3810, 'SKR03', '9', 'Owner''s Equity', '9949', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3811, 'SKR03', '9', 'Owner''s Equity', '9950', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3812, 'SKR03', '9', 'Owner''s Equity', '9951', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3813, 'SKR03', '9', 'Owner''s Equity', '9952', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3814, 'SKR03', '9', 'Owner''s Equity', '9953', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3815, 'SKR03', '9', 'Owner''s Equity', '9954', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3816, 'SKR03', '9', 'Owner''s Equity', '9955', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3817, 'SKR03', '9', 'Owner''s Equity', '9956', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3818, 'SKR03', '9', 'Owner''s Equity', '9957', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3819, 'SKR03', '9', 'Owner''s Equity', '9958', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3820, 'SKR03', '9', 'Owner''s Equity', '9959', '9000', 'Ausstehende Einlagen auf das Kommandit-Kapital eingefordert');
      +
      +-- 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');
      @@ -7786,4 +7630,4 @@ INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg
       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');
      +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');
      \ No newline at end of file
      
      From def49641889845c5018bdeb9e0ad711daa2a3b65 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Mon, 19 Nov 2018 20:10:09 +0100
      Subject: [PATCH 0958/1013] wip
      
      ---
       .travis.yml | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/.travis.yml b/.travis.yml
      index 07b1b41b295..e7895e21cb0 100644
      --- a/.travis.yml
      +++ b/.travis.yml
      @@ -289,7 +289,7 @@ script:
         # Ensure we catch errors
         set -e
         #parallel-lint --exclude htdocs/includes --blame .
      -  parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/composer/autoload_static.php --blame .
      +  parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/squizlabs/php_codesniffer/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/composer/autoload_static.php --blame .
         set +e
         echo
       
      
      From 8f17ae8df5fcf7e98e7bbcfbe7d6f33e1353f74f Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 19 Nov 2018 20:28:55 +0100
      Subject: [PATCH 0959/1013] GETPOSTISSET has only one parameter
      
      ---
       htdocs/comm/action/index.php | 5 +++--
       1 file changed, 3 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
      index a411bf0c0a1..fb662706ed4 100644
      --- a/htdocs/comm/action/index.php
      +++ b/htdocs/comm/action/index.php
      @@ -7,6 +7,7 @@
        * Copyright (C) 2014      Cedric GROSS         <c.gross@kreiz-it.fr>
        * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.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
      @@ -100,11 +101,11 @@ else
       }
       if ($actioncode == '' && empty($actioncodearray)) $actioncode=(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE);
       
      -if ($status == ''   && ! GETPOSTISSET('search_status')) $status=(empty($conf->global->AGENDA_DEFAULT_FILTER_STATUS)?'':$conf->global->AGENDA_DEFAULT_FILTER_STATUS);
      +if ($status == '' && ! GETPOSTISSET('search_status')) $status=(empty($conf->global->AGENDA_DEFAULT_FILTER_STATUS)?'':$conf->global->AGENDA_DEFAULT_FILTER_STATUS);
       
       $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) && ! GETPOSTISSET('action','alpha')) $action=$defaultview;
      +if (empty($action) && ! GETPOSTISSET('action')) $action=$defaultview;
       if ($action == 'default')	// When action is default, we want a calendar view and not the list
       {
       	$action = (($defaultview != 'show_list') ? $defaultview : 'show_month');
      
      From e020597ba7d638df246876ed66dab27e774d7710 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Mon, 19 Nov 2018 21:11:26 +0100
      Subject: [PATCH 0960/1013] Fix deletion for class build with modulebuilder
      
      ---
       htdocs/core/class/commonobject.class.php      | 37 +++++++++++++++++--
       .../class/emailcollector.class.php            | 12 +++++-
       .../class/emailcollectoraction.class.php      |  3 --
       .../template/class/myobject.class.php         |  1 +
       4 files changed, 45 insertions(+), 8 deletions(-)
      
      diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
      index 7ea5f483803..307923e9bef 100644
      --- a/htdocs/core/class/commonobject.class.php
      +++ b/htdocs/core/class/commonobject.class.php
      @@ -7274,16 +7274,45 @@ abstract class CommonObject
       	/**
       	 * Delete object in database
       	 *
      -	 * @param User $user       User that deletes
      -	 * @param bool $notrigger  false=launch triggers after, true=disable triggers
      -	 * @return int             <0 if KO, >0 if OK
      +	 * @param 	User 	$user       			User that deletes
      +	 * @param 	bool 	$notrigger  			false=launch triggers after, true=disable triggers
      +	 * @param	int		$forcechilddeletion		0=no, 1=Force deletion of children
      +	 * @return 	int             				<=0 if KO, >0 if OK
       	 */
      -	public function deleteCommon(User $user, $notrigger = false)
      +	public function deleteCommon(User $user, $notrigger=false, $forcechilddeletion=0)
       	{
       		$error=0;
       
       		$this->db->begin();
       
      +		if ($forcechilddeletion)
      +		{
      +			foreach($this->childtables as $table)
      +			{
      +				$sql = 'DELETE FROM '.MAIN_DB_PREFIX.$table.' WHERE '.$this->fk_element.' = '.$this->id;
      +				$resql = $this->db->query($sql);
      +				if (! $resql)
      +				{
      +					$this->error=$this->db->lasterror();
      +					$this->errors[]=$this->error;
      +					$this->db->rollback();
      +					return -1;
      +				}
      +			}
      +		}
      +		elseif (! empty($this->fk_element) && ! empty($this->childtables))	// If object has childs linked with a foreign key field, we check all child tables.
      +		{
      +			$objectisused = $this->isObjectUsed($this->id);
      +			if (! empty($objectisused))
      +			{
      +				dol_syslog(get_class($this)."::deleteCommon Can't delete record as it has some child", LOG_WARNING);
      +				$this->error='ErrorRecordHasChildren';
      +				$this->errors[]=$this->error;
      +				$this->db->rollback();
      +				return 0;
      +			}
      +		}
      +
       		if (! $error) {
       			if (! $notrigger) {
       				// Call triggers
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index 23522308c7e..e317d02a504 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -55,6 +55,16 @@ class EmailCollector extends CommonObject
       	 */
       	public $picto = 'generic';
       
      +	/**
      +	 * @var int    Field with ID of parent key if this field has a parent
      +	 */
      +	public $fk_element = 'fk_emailcollector';
      +
      +	/**
      +	 * @var array  Array of child tables (child tables to delete before deleting a record)
      +	 */
      +	protected $childtables=array('emailcollector_emailcollectorfilter', 'emailcollector_emailcollectoraction');
      +
       
       	/**
       	 *  'type' if the field format.
      @@ -382,7 +392,7 @@ class EmailCollector extends CommonObject
       	 */
       	public function delete(User $user, $notrigger = false)
       	{
      -		return $this->deleteCommon($user, $notrigger);
      +		return $this->deleteCommon($user, $notrigger, 1);
       	}
       
       	/**
      diff --git a/htdocs/emailcollector/class/emailcollectoraction.class.php b/htdocs/emailcollector/class/emailcollectoraction.class.php
      index a1d8940d3f6..1d42a15134c 100644
      --- a/htdocs/emailcollector/class/emailcollectoraction.class.php
      +++ b/htdocs/emailcollector/class/emailcollectoraction.class.php
      @@ -58,9 +58,6 @@ class EmailCollectorAction extends CommonObject
       	public $picto = 'emailcollectoraction@emailcollector';
       
       
      -	public $fk_element = 'fk_emailcollector';
      -
      -
       	/**
       	 *  'type' if the field format.
       	 *  'label' the translation key.
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 6e3fc1bd63f..571c8614b17 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -336,6 +336,7 @@ class MyObject extends CommonObject
       	public function delete(User $user, $notrigger = false)
       	{
       		return $this->deleteCommon($user, $notrigger);
      +		//return $this->deleteCommon($user, $notrigger, 1);
       	}
       
       	/**
      
      From 2179e2011e8328da09e0f1ffc2cede043443188c Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 19 Nov 2018 23:38:07 +0100
      Subject: [PATCH 0961/1013] doc cmail class
      
      ---
       htdocs/core/class/CMailFile.class.php | 8 +++++---
       1 file changed, 5 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index 814fb3f1934..21ca51917d5 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -68,8 +68,10 @@ class CMailFile
       	var $smtps;			// Contains SMTPs object (if this method is used)
       	var $phpmailer;		// Contains PHPMailer object (if this method is used)
       
      -	//CSS
      -	var $css;
      +	/**
      +	 * @var string CSS
      +	 */
      +	public $css;
       	//! Defined css style for body background
       	var $styleCSS;
       	//! Defined background directly in body tag
      @@ -944,7 +946,7 @@ class CMailFile
       	/**
       	 * Build a css style (mode = all) into this->styleCSS and this->bodyCSS
       	 *
      -	 * @return css
      +	 * @return string
       	 */
       	function buildCSS()
       	{
      
      From 4e60e48f3448736a3455cc310928a966a60373bc Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 19 Nov 2018 23:43:58 +0100
      Subject: [PATCH 0962/1013] Update CMailFile.class.php
      
      ---
       htdocs/core/class/CMailFile.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
      index 21ca51917d5..52d98790dcc 100644
      --- a/htdocs/core/class/CMailFile.class.php
      +++ b/htdocs/core/class/CMailFile.class.php
      @@ -1234,7 +1234,7 @@ class CMailFile
       		{
       			foreach ($images_list as $img)
       			{
      -				dol_syslog("CMailFile::write_images: i=$i");
      +				dol_syslog("CMailFile::write_images: ".$img["name"]);
       
       				$out.= "--" . $this->related_boundary . $this->eol; // always related for an inline image
       				$out.= "Content-Type: " . $img["content_type"] . "; name=\"".$img["name"]."\"".$this->eol;
      
      From 2e4ec1ed10dee16131eb0f5cb2e2ad0014238370 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Mon, 19 Nov 2018 23:56:20 +0100
      Subject: [PATCH 0963/1013] Update fournisseur.commande.class.php
      
      ---
       htdocs/fourn/class/fournisseur.commande.class.php | 6 ++++--
       1 file changed, 4 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
      index c2e9243a331..77ad3d20048 100644
      --- a/htdocs/fourn/class/fournisseur.commande.class.php
      +++ b/htdocs/fourn/class/fournisseur.commande.class.php
      @@ -2005,7 +2005,7 @@ class CommandeFournisseur extends CommonOrder
           /**
            *	Get list of order methods
            *
      -     *	@return 0 if Ok, <0 if Ko
      +     *	@return int 0 if OK, <0 if KO
            */
           function get_methodes_commande()
           {
      @@ -2037,7 +2037,7 @@ class CommandeFournisseur extends CommonOrder
           }
       
           /**
      -	 * Return array of dispathed lines waiting to be approved for this order
      +	 * Return array of dispatched lines waiting to be approved for this order
            *
            * @since 8.0 Return dispatched quantity (qty).
       	 *
      @@ -2358,6 +2358,8 @@ class CommandeFournisseur extends CommonOrder
               for ($i = 0; $i < $num; $i++)
               {
                   $prod = new Product($this->db);
      +            $libelle = '';
      +            $ref = '';
                   if ($prod->fetch($comclient->lines[$i]->fk_product) > 0)
                   {
                       $libelle  = $prod->libelle;
      
      From 4bf5a12f354daf60f6b44f90fc9a8da8c93364b4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 09:56:03 +0100
      Subject: [PATCH 0964/1013] Fix trans
      
      ---
       htdocs/compta/paiement/list.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
      index 768792c978c..78fc67cd475 100644
      --- a/htdocs/compta/paiement/list.php
      +++ b/htdocs/compta/paiement/list.php
      @@ -36,7 +36,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountingjournal.class.php';
       
       // Load translation files required by the page
      -$langs->loadLangs(array('bills', 'compta'));
      +$langs->loadLangs(array('bills', 'compta', 'companies'));
       
       // Security check
       $facid	= GETPOST('facid','int');
      @@ -305,7 +305,7 @@ if ($resql)
               print '</td>';
       
               // Date
      -        print '<td align="center">'.dol_print_date($db->jdate($objp->dp),'day').'</td>';
      +        print '<td align="center">'.dol_print_date($db->jdate($objp->dp),'dayhour').'</td>';
       
               // Thirdparty
               print '<td>';
      
      From 4845e90d958b6c090a809d937c5a24846309aed9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 10:03:38 +0100
      Subject: [PATCH 0965/1013] Fix update of hours for payment
      
      ---
       htdocs/compta/paiement/card.php                 | 14 +++++---------
       htdocs/compta/paiement/class/paiement.class.php | 10 ++++++----
       2 files changed, 11 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php
      index 1898a270222..ea54e66747f 100644
      --- a/htdocs/compta/paiement/card.php
      +++ b/htdocs/compta/paiement/card.php
      @@ -107,7 +107,7 @@ if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->facture->
       	$db->begin();
       
           $object->fetch($id);
      -	if ($object->valide() > 0)
      +	if ($object->valide($user) > 0)
       	{
       		$db->commit();
       
      @@ -157,7 +157,7 @@ if ($action == 'setnum_paiement' && ! empty($_POST['num_paiement']))
       if ($action == 'setdatep' && ! empty($_POST['datepday']))
       {
       	$object->fetch($id);
      -    $datepaye = dol_mktime(12, 0, 0, $_POST['datepmonth'], $_POST['datepday'], $_POST['datepyear']);
      +	$datepaye = dol_mktime(GETPOST('datephour','int'), GETPOST('datepmin','int'), GETPOST('datepsec','int'), GETPOST('datepmonth','int'), GETPOST('datepday','int'), GETPOST('datepyear','int'));
       	$res = $object->update_date($datepaye);
       	if ($res === 0)
       	{
      @@ -191,17 +191,13 @@ $head = payment_prepare_head($object);
       
       dol_fiche_head($head, 'payment', $langs->trans("PaymentCustomerInvoice"), -1, 'payment');
       
      -/*
      - * Confirmation de la suppression du paiement
      - */
      +// Confirmation de la suppression du paiement
       if ($action == 'delete')
       {
       	print $form->formconfirm($_SERVER['PHP_SELF'].'?id='.$object->id, $langs->trans("DeletePayment"), $langs->trans("ConfirmDeletePayment"), 'confirm_delete','',0,2);
       }
       
      -/*
      - * Confirmation de la validation du paiement
      - */
      +// Confirmation de la validation du paiement
       if ($action == 'valide')
       {
       	$facid = $_GET['facid'];
      @@ -220,7 +216,7 @@ print '<table class="border centpercent">'."\n";
       
       // Date payment
       print '<tr><td class="titlefield">'.$form->editfieldkey("Date",'datep',$object->date,$object,$user->rights->facture->paiement).'</td><td>';
      -print $form->editfieldval("Date",'datep',$object->date,$object,$user->rights->facture->paiement,'datepicker','',null,$langs->trans('PaymentDateUpdateSucceeded'));
      +print $form->editfieldval("Date", 'datep', $object->date, $object,$user->rights->facture->paiement, 'datehourpicker', '', null, $langs->trans('PaymentDateUpdateSucceeded'));
       print '</td></tr>';
       
       // Payment type (VIR, LIQ, ...)
      diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
      index 18dabbcf980..a712d90b29c 100644
      --- a/htdocs/compta/paiement/class/paiement.class.php
      +++ b/htdocs/compta/paiement/class/paiement.class.php
      @@ -862,9 +862,10 @@ class Paiement extends CommonObject
       	/**
       	 *    Validate payment
       	 *
      -	 *    @return     int     <0 if KO, >0 if OK
      +	 *	  @param	User	$user		User making validation
      +	 *    @return   int     			<0 if KO, >0 if OK
       	 */
      -	function valide()
      +	function valide(User $user=null)
       	{
       		$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element.' SET statut = 1 WHERE rowid = '.$this->id;
       
      @@ -885,9 +886,10 @@ class Paiement extends CommonObject
       	/**
       	 *    Reject payment
       	 *
      -	 *    @return     int     <0 if KO, >0 if OK
      +	 *	  @param	User	$user		User making reject
      +	 *    @return   int     			<0 if KO, >0 if OK
       	 */
      -	function reject()
      +	function reject(User $user=null)
       	{
       		$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element.' SET statut = 2 WHERE rowid = '.$this->id;
       
      
      From be4dc40dfa6182e8d5c90dd849b9423a3fc234d3 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 10:16:54 +0100
      Subject: [PATCH 0966/1013] Fix standardize date format for payment between
       customer and supplier
      
      ---
       htdocs/compta/paiement/list.php   |  4 +++-
       htdocs/fourn/facture/paiement.php | 10 ++++++----
       htdocs/fourn/paiement/card.php    |  4 ++--
       3 files changed, 11 insertions(+), 7 deletions(-)
      
      diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
      index 78fc67cd475..b3c02ceacc0 100644
      --- a/htdocs/compta/paiement/list.php
      +++ b/htdocs/compta/paiement/list.php
      @@ -305,7 +305,9 @@ if ($resql)
               print '</td>';
       
               // Date
      -        print '<td align="center">'.dol_print_date($db->jdate($objp->dp),'dayhour').'</td>';
      +        $dateformatforpayment = 'day';
      +        if (! empty($conf->global->INVOICE_USE_HOURS_FOR_PAYMENT)) $dateformatforpayment='dayhour';
      +        print '<td align="center">'.dol_print_date($db->jdate($objp->dp), $dateformatforpayment).'</td>';
       
               // Thirdparty
               print '<td>';
      diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
      index fd313ba297c..4a1b004fed7 100644
      --- a/htdocs/fourn/facture/paiement.php
      +++ b/htdocs/fourn/facture/paiement.php
      @@ -817,8 +817,8 @@ if (empty($action))
               $i = 0;
       
               $param='';
      -        if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
      -        if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      +        if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      +        if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.urlencode($limit);
               if ($day)                   $param.=($day?"&day=".urlencode($day):"");
               if ($month)                 $param.=($month?"&month=".urlencode($month):"");
               if ($year)                  $param.=($year?"&year=".urlencode($year):"");
      @@ -826,7 +826,7 @@ if (empty($action))
               if ($search_company)        $param.=($search_company?"&search_company=".urlencode($search_company):"");
               if ($search_amount != '')   $param.=($search_amount?"&search_amount=".urlencode($search_amount):"");
               if ($search_payment_num)    $param.=($search_payment_num?"&search_payment_num=".urlencode($search_payment_num):"");
      -    	if ($optioncss != '')       $param.='&optioncss='.$optioncss;
      +    	if ($optioncss != '')       $param.='&optioncss='.urlencode($optioncss);
           	// Add $param from extra fields
           	include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
       
      @@ -915,7 +915,9 @@ if (empty($action))
                   print '<td class="nowrap"><a href="'.DOL_URL_ROOT.'/fourn/paiement/card.php?id='.$objp->pid.'">'.img_object($langs->trans('ShowPayment'),'payment').' '.$objp->pid.'</a></td>';
       
                   // Date
      -            print '<td class="nowrap" align="center">'.dol_print_date($db->jdate($objp->dp),'day')."</td>\n";
      +            $dateformatforpayment = 'day';
      +            if (! empty($conf->global->INVOICE_USE_HOURS_FOR_PAYMENT)) $dateformatforpayment='dayhour';
      +            print '<td class="nowrap" align="center">'.dol_print_date($db->jdate($objp->dp), $dateformatforpayment)."</td>\n";
       
                   // Thirdparty
                   print '<td>';
      diff --git a/htdocs/fourn/paiement/card.php b/htdocs/fourn/paiement/card.php
      index 9cc5fb27b84..bd957503b94 100644
      --- a/htdocs/fourn/paiement/card.php
      +++ b/htdocs/fourn/paiement/card.php
      @@ -124,7 +124,7 @@ if ($action == 'setnum_paiement' && ! empty($_POST['num_paiement']))
       if ($action == 'setdatep' && ! empty($_POST['datepday']))
       {
       	$object->fetch($id);
      -	$datepaye = dol_mktime(12, 0, 0, $_POST['datepmonth'], $_POST['datepday'], $_POST['datepyear']);
      +	$datepaye = dol_mktime(GETPOST('datephour','int'), GETPOST('datepmin','int'), GETPOST('datepsec','int'), GETPOST('datepmonth','int'), GETPOST('datepday','int'), GETPOST('datepyear','int'));
       	$res = $object->update_date($datepaye);
       	if ($res === 0)
       	{
      @@ -193,7 +193,7 @@ if ($result > 0)
       
       	// Date payment
       	print '<tr><td class="titlefield" colspan="2">'.$form->editfieldkey("Date",'datep',$object->date,$object,$object->statut == 0 && $user->rights->fournisseur->facture->creer).'</td><td colspan="3">';
      -	print $form->editfieldval("Date",'datep',$object->date,$object,$object->statut == 0 && $user->rights->fournisseur->facture->creer,'datepicker','',null,$langs->trans('PaymentDateUpdateSucceeded'));
      +	print $form->editfieldval("Date",'datep',$object->date,$object,$object->statut == 0 && $user->rights->fournisseur->facture->creer,'datehourpicker','',null,$langs->trans('PaymentDateUpdateSucceeded'));
       	print '</td></tr>';
       
       	// Payment mode
      
      From 8ecd5ffa3b78a5ca46146b1eab66aec946647888 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 13:41:38 +0100
      Subject: [PATCH 0967/1013] FIX Missing button cancel
      
      ---
       htdocs/website/index.php | 1 +
       1 file changed, 1 insertion(+)
      
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index d64849ddc9b..f37f0d79538 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -2366,6 +2366,7 @@ if ($action == 'importsite')
       
       	print '<input class="flat minwidth400" type="file" name="userfile[]" accept=".zip">';
       	print '<input type="submit" class="button" name="buttonsubmitimportfile" value="'.dol_escape_htmltag($langs->trans("Upload")).'">';
      +	print '<input type="submit" class="button" name="preview" value="'.dol_escape_htmltag($langs->trans("Cancel")).'">';
       
       	dol_fiche_end();
       
      
      From 4b82538941afb30406a4ce209d306213238bcb18 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 14:56:14 +0100
      Subject: [PATCH 0968/1013] Better module position
      
      ---
       htdocs/admin/modules.php                  | 5 ++++-
       htdocs/core/modules/modAdherent.class.php | 2 +-
       htdocs/langs/en_US/admin.lang             | 2 +-
       3 files changed, 6 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
      index 2376cc58988..65487c382f1 100644
      --- a/htdocs/admin/modules.php
      +++ b/htdocs/admin/modules.php
      @@ -701,7 +701,10 @@ if ($mode == 'common')
               	else if (! empty($objMod->always_enabled) || ((! empty($conf->multicompany->enabled) && $objMod->core_enabled) && ($user->entity || $conf->entity!=1)))
               	{
               		if (method_exists($objMod, 'alreadyUsed') && $objMod->alreadyUsed()) print $langs->trans("Used");
      -        		else print $langs->trans("Required");
      +        		else {
      +        			print img_picto($langs->trans("Required"),'switch_on');
      +        			print $langs->trans("Required");
      +        		}
               		if (! empty($conf->multicompany->enabled) && $user->entity) $disableSetup++;
               	}
               	else
      diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php
      index 9f09c01bfc7..f1400581647 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 = '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));
               $this->description = "Management of members of a foundation or association";
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index 93fd206ef94..a760a77ede8 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -193,7 +193,7 @@ FeatureDisabledInDemo=Feature disabled in demo
       FeatureAvailableOnlyOnStable=Feature only available on official stable versions
       BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
       OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
      -ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button to enable/disable a module/application.
      +ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button (at end of module line) to enable/disable a module/application.
       ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
       ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab <strong>%s</strong>.
       ModulesMarketPlaces=Find external app/modules
      
      From f455e32bef00971bfc6d44cf609c1f3fe4a84cfa Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 16:22:16 +0100
      Subject: [PATCH 0969/1013] FIX Some modules templates were visible when it
       should not
      
      ---
       htdocs/admin/mails_templates.php                   | 10 +++++++---
       .../install/mysql/data/llx_c_email_templates.sql   | 14 +++++++-------
       2 files changed, 14 insertions(+), 10 deletions(-)
      
      diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
      index fdda38e956d..945656962ea 100644
      --- a/htdocs/admin/mails_templates.php
      +++ b/htdocs/admin/mails_templates.php
      @@ -421,7 +421,7 @@ if ($action == 'delete')
       //var_dump($elementList);
       
       
      -$sql="SELECT rowid as rowid, label, type_template, lang, fk_user, private, position, topic, joinfiles, content_lines, content, active";
      +$sql="SELECT rowid as rowid, label, type_template, lang, fk_user, private, position, topic, joinfiles, content_lines, content, enabled, active";
       $sql.=" FROM ".MAIN_DB_PREFIX."c_email_templates";
       $sql.=" WHERE entity IN (".getEntity('email_template').")";
       if (! $user->admin)
      @@ -787,8 +787,12 @@ if ($resql)
                   		$i++;
                   		continue;		// It means this is a type of template not into elementList (may be because enabled condition of this type is false because module is not enabled)
                   	}
      -				// TODO Test on 'enabled'
      -
      +				// Test on 'enabled'
      +				if (! dol_eval($obj->enabled, 1))
      +				{
      +					$i++;
      +					continue;		// Email template not qualified
      +				}
       
                   	print '<tr class="oddeven" id="rowid-'.$obj->rowid.'">';
       
      diff --git a/htdocs/install/mysql/data/llx_c_email_templates.sql b/htdocs/install/mysql/data/llx_c_email_templates.sql
      index 3d1a1e7c178..0c64fcf7d0d 100644
      --- a/htdocs/install/mysql/data/llx_c_email_templates.sql
      +++ b/htdocs/install/mysql/data/llx_c_email_templates.sql
      @@ -20,13 +20,13 @@
       -- de l'install et tous les sigles '--' sont supprimés.
       --
       
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines) VALUES (0,'banque','thirdparty','',0,null,null,'(YourSEPAMandate)',1,1,0,'__(YourSEPAMandate)__','__(Hello)__,<br><br>\n\n__(FindYourSEPAMandate)__ :<br>\n__MYCOMPANY_NAME__<br>\n__MYCOMPANY_FULLADDRESS__<br><br>\n__(Sincerely)__<br>\n__USER_SIGNATURE__',null);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines) VALUES (0,'banque','thirdparty','',0,null,null,'(YourSEPAMandate)',1,'$conf->societe->enabled && $conf->banque->enabled && $conf->prelevement->enabled',0,'__(YourSEPAMandate)__','__(Hello)__,<br><br>\n\n__(FindYourSEPAMandate)__ :<br>\n__MYCOMPANY_NAME__<br>\n__MYCOMPANY_FULLADDRESS__<br><br>\n__(Sincerely)__<br>\n__USER_SIGNATURE__',null);
       
       
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>__INFOS__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnNewSubscription)'        ,30,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__',     '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      -INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,1,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnAutoSubscription)'       ,10,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnMemberValidation)'       ,20,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__',      '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>__INFOS__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnNewSubscription)'        ,30,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__',     '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 1);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingReminderForExpiredSubscription)',40,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingEmailOnCancelation)'            ,50,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__',       '__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
      +INSERT INTO llx_c_email_templates (entity,module,type_template,lang,private,fk_user,datec,label,position,enabled,active,topic,content,content_lines,joinfiles) VALUES (0,'adherent','member','',0,null,null,'(SendingAnEMailToMember)'               ,60,'$conf->adherent->enabled',1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__',                     '__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',null, 0);
       
      
      From 200de2280787c1d5a93101c590d0c7f4d2c51882 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 16:48:34 +0100
      Subject: [PATCH 0970/1013] Missing image in container
      
      ---
       htdocs/install/mysql/migration/8.0.0-9.0.0.sql  |  1 +
       .../install/mysql/tables/llx_website_page.sql   |  1 +
       htdocs/langs/en_US/other.lang                   |  2 ++
       htdocs/website/class/websitepage.class.php      | 17 ++++++++++++++---
       htdocs/website/index.php                        |  8 ++++++++
       5 files changed, 26 insertions(+), 3 deletions(-)
      
      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 3a25b7030e0..b3b290aa4fd 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
      @@ -133,6 +133,7 @@ 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);
       
      +ALTER TABLE llx_website_page ADD COLUMN image varchar(255);
       
       CREATE TABLE llx_takepos_floor_tables(
           rowid integer AUTO_INCREMENT PRIMARY KEY,
      diff --git a/htdocs/install/mysql/tables/llx_website_page.sql b/htdocs/install/mysql/tables/llx_website_page.sql
      index 3c872f00dac..6d32805dc3f 100644
      --- a/htdocs/install/mysql/tables/llx_website_page.sql
      +++ b/htdocs/install/mysql/tables/llx_website_page.sql
      @@ -26,6 +26,7 @@ CREATE TABLE llx_website_page
       	aliasalt      varchar(255),
       	title         varchar(255),						
       	description   varchar(255),						
      +	image         varchar(255),						
       	keywords      varchar(255),
       	lang          varchar(6),
       	fk_page       integer,          
      diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
      index e8cd9b78d2f..3a36c6d89ed 100644
      --- a/htdocs/langs/en_US/other.lang
      +++ b/htdocs/langs/en_US/other.lang
      @@ -260,5 +260,7 @@ WebsiteSetup=Setup of module website
       WEBSITE_PAGEURL=URL of page
       WEBSITE_TITLE=Title
       WEBSITE_DESCRIPTION=Description
      +WEBSITE_IMAGE=Image
      +WEBSITE_IMAGEDesc=Relative path of the image media. You can keep this empty as this is rarely used (it can be used when container is of type 'blog_post' to show a preview of a news in some pages with dynamic content of Blog Posts.
       WEBSITE_KEYWORDS=Keywords
       LinesToImport=Lines to import
      diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php
      index 6f8713b5adc..4210e5981de 100644
      --- a/htdocs/website/class/websitepage.class.php
      +++ b/htdocs/website/class/websitepage.class.php
      @@ -57,14 +57,24 @@ class WebsitePage extends CommonObject
       	public $pageurl;
       	public $aliasalt;
       	public $type_container;
      -	public $title;
       
      +	/**
      +	 * @var string title
      +	 */
      +	public $title;
       	/**
       	 * @var string description
       	 */
       	public $description;
      -
      +	/**
      +	 * @var string image
      +	 */
      +	public $image;
      +	/**
      +	 * @var string keywords
      +	 */
       	public $keywords;
      +
       	public $htmlheader;
       	public $content;
       	public $grabbed_from;
      @@ -89,7 +99,8 @@ class WebsitePage extends CommonObject
       		'type_container' =>array('type'=>'varchar(16)',  'label'=>'Type',             'enabled'=>1, 'visible'=>1,  'notnull'=>1, 'index'=>0, 'position'=>12, 'comment'=>'Type of container'),
       		'title'          =>array('type'=>'varchar(255)', 'label'=>'Label',            'enabled'=>1, 'visible'=>1,  'position'=>30,  'searchall'=>1),
       	    'description'    =>array('type'=>'varchar(255)', 'label'=>'Description',      'enabled'=>1, 'visible'=>1,  'position'=>30,  'searchall'=>1),
      -	    'keywords'       =>array('type'=>'varchar(255)', 'label'=>'Keywords',         'enabled'=>1, 'visible'=>1,  'position'=>45,  'searchall'=>0),
      +		'image'          =>array('type'=>'varchar(255)', 'label'=>'Image',            'enabled'=>1, 'visible'=>1,  'position'=>32,  'searchall'=>0, 'help'=>'Relative path of media. Used if Type is "blog_post"'),
      +		'keywords'       =>array('type'=>'varchar(255)', 'label'=>'Keywords',         'enabled'=>1, 'visible'=>1,  'position'=>45,  'searchall'=>0),
       		'lang'           =>array('type'=>'varchar(6)',   'label'=>'Lang',             'enabled'=>1, 'visible'=>1,  'position'=>45,  'searchall'=>0),
       		//'status'        =>array('type'=>'integer',      'label'=>'Status',           'enabled'=>1, 'visible'=>1,  'index'=>true,   'position'=>1000),
       	    'fk_website'     =>array('type'=>'integer',      'label'=>'WebsiteId',        'enabled'=>1, 'visible'=>1,  'notnull'=>1, 'position'=>40,  'searchall'=>0, 'foreignkey'=>'websitepage.rowid'),
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index f37f0d79538..1951fe379fa 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -2468,6 +2468,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
       	if (GETPOST('WEBSITE_PAGENAME','alpha'))    $pageurl=GETPOST('WEBSITE_PAGENAME','alpha');
       	if (GETPOST('WEBSITE_ALIASALT','alpha'))    $pagealiasalt=GETPOST('WEBSITE_ALIASALT','alpha');
       	if (GETPOST('WEBSITE_DESCRIPTION','alpha')) $pagedescription=GETPOST('WEBSITE_DESCRIPTION','alpha');
      +	if (GETPOST('WEBSITE_IMAGE','alpha'))       $pageimage=GETPOST('WEBSITE_IMAGE','alpha');
       	if (GETPOST('WEBSITE_KEYWORDS','alpha'))    $pagekeywords=GETPOST('WEBSITE_KEYWORDS','alpha');
       	if (GETPOST('WEBSITE_LANG','aZ09'))         $pagelang=GETPOST('WEBSITE_LANG','aZ09');
       	if (GETPOST('htmlheader','none'))			$pagehtmlheader=GETPOST('htmlheader','none');
      @@ -2508,6 +2509,13 @@ if ($action == 'editmeta' || $action == 'createcontainer')
       	print '<input type="text" class="flat quatrevingtpercent" name="WEBSITE_DESCRIPTION" value="'.dol_escape_htmltag($pagedescription).'">';
       	print '</td></tr>';
       
      +	print '<tr><td>';
      +	$htmlhelp=$langs->trans("WEBSITE_IMAGEDesc");
      +	print $form->textwithpicto($langs->trans('WEBSITE_IMAGE'), $htmlhelp, 1, 'help', '', 0, 2, 'htmlheadertooltip');
      +	print '</td><td>';
      +	print '<input type="text" class="flat quatrevingtpercent" name="WEBSITE_IMAGE" value="'.dol_escape_htmltag($pageimage).'">';
      +	print '</td></tr>';
      +
       	print '<tr><td>';
       	print $langs->trans('WEBSITE_KEYWORDS');
       	print '</td><td>';
      
      From 61fddadc3f0130d420209137c09f8c695ae0f4da Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 18:29:29 +0100
      Subject: [PATCH 0971/1013] Complete the fetchAll of modulebuilder +
       websitepage
      
      ---
       .../template/class/myobject.class.php         | 71 +++++++++++++++++++
       htdocs/website/class/websitepage.class.php    | 11 ++-
       htdocs/website/index.php                      |  3 +
       3 files changed, 82 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
      index 571c8614b17..14989e4d4b6 100644
      --- a/htdocs/modulebuilder/template/class/myobject.class.php
      +++ b/htdocs/modulebuilder/template/class/myobject.class.php
      @@ -314,6 +314,77 @@ class MyObject extends CommonObject
       		return count($this->lines)?1:0;
       	}*/
       
      +	/**
      +	 * Load list of objects in memory from the database.
      +	 *
      +	 * @param  string      $sortorder    Sort Order
      +	 * @param  string      $sortfield    Sort field
      +	 * @param  int         $limit        limit
      +	 * @param  int         $offset       Offset
      +	 * @param  array       $filter       Filter array
      +	 * @param  string      $filtermode   Filter mode (AND or OR)
      +	 * @return array|int                 int <0 if KO, array of pages if OK
      +	 */
      +	public function fetchAll($sortorder='', $sortfield='', $limit=0, $offset=0, array $filter=array(), $filtermode='AND')
      +	{
      +		global $conf;
      +
      +		dol_syslog(__METHOD__, LOG_DEBUG);
      +
      +		$records=array();
      +
      +		$sql = 'SELECT';
      +		$sql .= ' t.rowid';
      +		// TODO Gett all fields
      +		$sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element. ' as t';
      +		$sql .= ' WHERE t.entity = '.$conf->entity;
      +		// Manage filter
      +		$sqlwhere = array();
      +		if (count($filter) > 0) {
      +			foreach ($filter as $key => $value) {
      +				if ($key=='t.rowid') {
      +					$sqlwhere[] = $key . '='. $value;
      +				} else {
      +					$sqlwhere[] = $key . ' LIKE \'%' . $this->db->escape($value) . '%\'';
      +				}
      +			}
      +		}
      +		if (count($sqlwhere) > 0) {
      +			$sql .= ' AND (' . implode(' '.$filtermode.' ', $sqlwhere).')';
      +		}
      +
      +		if (!empty($sortfield)) {
      +			$sql .= $this->db->order($sortfield, $sortorder);
      +		}
      +		if (!empty($limit)) {
      +			$sql .=  ' ' . $this->db->plimit($limit, $offset);
      +		}
      +
      +		$resql = $this->db->query($sql);
      +		if ($resql) {
      +			$num = $this->db->num_rows($resql);
      +
      +			while ($obj = $this->db->fetch_object($resql))
      +			{
      +				$record = new self($this->db);
      +
      +				$record->id = $obj->rowid;
      +				// TODO Get other fields
      +
      +				//var_dump($record->id);
      +				$records[$record->id] = $record;
      +			}
      +			$this->db->free($resql);
      +
      +			return $records;
      +		} else {
      +			$this->errors[] = 'Error ' . $this->db->lasterror();
      +			dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
      +
      +			return -1;
      +		}
      +	}
      +
       	/**
       	 * Update object into database
       	 *
      diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php
      index 4210e5981de..e84acc03527 100644
      --- a/htdocs/website/class/websitepage.class.php
      +++ b/htdocs/website/class/websitepage.class.php
      @@ -169,6 +169,7 @@ class WebsitePage extends CommonObject
       		$sql .= " t.aliasalt,";
       		$sql .= " t.title,";
       		$sql .= " t.description,";
      +		$sql .= " t.image,";
       		$sql .= " t.keywords,";
       		$sql .= " t.htmlheader,";
       		$sql .= " t.content,";
      @@ -215,6 +216,7 @@ class WebsitePage extends CommonObject
       
       				$this->title = $obj->title;
       				$this->description = $obj->description;
      +				$this->image = $obj->image;
       				$this->keywords = $obj->keywords;
       				$this->htmlheader = $obj->htmlheader;
       				$this->content = $obj->content;
      @@ -243,7 +245,7 @@ class WebsitePage extends CommonObject
       	}
       
       	/**
      -	 * Load object in memory from the database
      +	 * Load list of objects in memory from the database.
       	 *
       	 * @param  string      $websiteid    Web site
       	 * @param  string      $sortorder    Sort Order
      @@ -254,7 +256,7 @@ class WebsitePage extends CommonObject
       	 * @param  string      $filtermode   Filter mode (AND or OR)
       	 * @return array|int                 int <0 if KO, array of pages if OK
       	 */
      -	public function fetchAll($websiteid, $sortorder='', $sortfield='', $limit=0, $offset=0, array $filter = array(), $filtermode='AND')
      +	public function fetchAll($websiteid, $sortorder='', $sortfield='', $limit=0, $offset=0, array $filter=array(), $filtermode='AND')
       	{
       		dol_syslog(__METHOD__, LOG_DEBUG);
       
      @@ -268,6 +270,7 @@ class WebsitePage extends CommonObject
       		$sql .= " t.aliasalt,";
       		$sql .= " t.title,";
       		$sql .= " t.description,";
      +		$sql .= " t.image,";
       		$sql .= " t.keywords,";
       		$sql .= " t.htmlheader,";
       		$sql .= " t.content,";
      @@ -300,7 +303,7 @@ class WebsitePage extends CommonObject
       			$sql .= $this->db->order($sortfield, $sortorder);
       		}
       		if (!empty($limit)) {
      -            $sql .=  ' ' . $this->db->plimit($limit, $offset);
      +			$sql .=  ' ' . $this->db->plimit($limit, $offset);
       		}
       
       		$resql = $this->db->query($sql);
      @@ -318,6 +321,7 @@ class WebsitePage extends CommonObject
       				$record->aliasalt = preg_replace('/,+$/', '', preg_replace('/^,+/', '', $obj->aliasalt));
       				$record->title = $obj->title;
       				$record->description = $obj->description;
      +				$record->image = $obj->image;
       				$record->keywords = $obj->keywords;
       				$record->htmlheader = $obj->htmlheader;
       				$record->content = $obj->content;
      @@ -570,6 +574,7 @@ class WebsitePage extends CommonObject
       		$this->aliasalt = 'specimenalt';
       		$this->title = 'My Page';
       		$this->description = 'This is my page';
      +		$this->image = '';
       		$this->keywords = 'keyword1, keyword2';
       		$this->htmlheader = '';
       		$this->content = '<html><body>This is a html content</body></html>';
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 1951fe379fa..2082b9b70b6 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -626,6 +626,7 @@ if ($action == 'addcontainer')
       		$objectpage->pageurl = GETPOST('WEBSITE_PAGENAME','alpha');
       		$objectpage->aliasalt = GETPOST('WEBSITE_ALIASALT','alpha');
       		$objectpage->description = GETPOST('WEBSITE_DESCRIPTION','alpha');
      +		$objectpage->image = GETPOST('WEBSITE_IMAGE','alpha');
       		$objectpage->keywords = GETPOST('WEBSITE_KEYWORDS','alpha');
       		$objectpage->lang = GETPOST('WEBSITE_LANG','aZ09');
       		$objectpage->htmlheader = GETPOST('htmlheader','none');
      @@ -1127,6 +1128,7 @@ if ($action == 'updatemeta')
       		$objectpage->pageurl = GETPOST('WEBSITE_PAGENAME', 'alpha');
       		$objectpage->aliasalt = GETPOST('WEBSITE_ALIASALT', 'alpha');
       		$objectpage->description = GETPOST('WEBSITE_DESCRIPTION', 'alpha');
      +		$objectpage->image = GETPOST('WEBSITE_IMAGE', 'alpha');
       		$objectpage->keywords = GETPOST('WEBSITE_KEYWORDS', 'alpha');
       		$objectpage->lang = GETPOST('WEBSITE_LANG', 'aZ09');
       		$objectpage->htmlheader = trim(GETPOST('htmlheader', 'none'));
      @@ -2451,6 +2453,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
       		$pagealiasalt=$objectpage->aliasalt;
       		$pagetitle=$objectpage->title;
       		$pagedescription=$objectpage->description;
      +		$pageimage=$objectpage->image;
       		$pagekeywords=$objectpage->keywords;
       		$pagelang=$objectpage->lang;
       		$pagehtmlheader=$objectpage->htmlheader;
      
      From 07fe7e58d81400477edd060778b9a616e2809fc6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 19:04:58 +0100
      Subject: [PATCH 0972/1013] Code comment
      
      ---
       htdocs/core/modules/societe/mod_codecompta_aquarium.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/modules/societe/mod_codecompta_aquarium.php b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
      index 772b28f3d6c..853c2ee4a0e 100644
      --- a/htdocs/core/modules/societe/mod_codecompta_aquarium.php
      +++ b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
      @@ -164,7 +164,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
       		if (! isset($conf->global->COMPANY_AQUARIUM_REMOVE_SPECIAL) || ! empty($conf->global->COMPANY_AQUARIUM_REMOVE_SPECIAL)) $codetouse=preg_replace('/([^a-z0-9])/i','',$codetouse);
       		// Remove special alpha if COMPANY_AQUARIUM_REMOVE_ALPHA is set to 1
       		if (! empty($conf->global->COMPANY_AQUARIUM_REMOVE_ALPHA))   $codetouse=preg_replace('/([a-z])/i','',$codetouse);
      -		// Apply a regex replacement pattern if COMPANY_AQUARIUM_REMOVE_ALPHA is set to 1
      +		// Apply a regex replacement pattern on code if COMPANY_AQUARIUM_CLEAN_REGEX is set. Value must be a regex with parenthesis. The part into parenthesis is kept, the rest removed.
       		if (! empty($conf->global->COMPANY_AQUARIUM_CLEAN_REGEX))	// Example: $conf->global->COMPANY_AQUARIUM_CLEAN_REGEX='^..(..)..';
       		{
       			$codetouse=preg_replace('/'.$conf->global->COMPANY_AQUARIUM_CLEAN_REGEX.'/','\1\2\3',$codetouse);
      
      From 966a0b7ec729f3baf2ea8437e80e1a02274729cc Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 20:13:16 +0100
      Subject: [PATCH 0973/1013] Fix message content and language
      
      ---
       htdocs/public/payment/paymentko.php | 24 +++++++++++++++++-------
       htdocs/public/payment/paymentok.php |  4 ++--
       2 files changed, 19 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/public/payment/paymentko.php b/htdocs/public/payment/paymentko.php
      index cd220a5764f..783493f375c 100644
      --- a/htdocs/public/payment/paymentko.php
      +++ b/htdocs/public/payment/paymentko.php
      @@ -141,8 +141,13 @@ if (! empty($_SESSION['ipaddress']))      // To avoid to make action twice
               $sendemail = $conf->global->ONLINE_PAYMENT_SENDEMAIL;
           }
       
      +    // Send warning of error to administrator
           if ($sendemail)
           {
      +    	$companylangs = new Translate('', $conf);
      +    	$companylangs->setDefaultLang($mysoc->default_lang);
      +    	$companylangs->loadLangs(array('main','members','bills','paypal','paybox'));
      +
               $from=$conf->global->MAILING_EMAIL_FROM;
               $sendto=$sendemail;
       
      @@ -160,16 +165,21 @@ if (! empty($_SESSION['ipaddress']))      // To avoid to make action twice
           	else $appli.=" ".DOL_VERSION;
       
           	$urlback=$_SERVER["REQUEST_URI"];
      -    	$topic='['.$appli.'] '.$langs->transnoentitiesnoconv("NewOnlinePaymentFailed");
      +    	$topic='['.$appli.'] '.$companylangs->transnoentitiesnoconv("NewOnlinePaymentFailed");
           	$content="";
      -    	$content.=$langs->transnoentitiesnoconv("ValidationOfOnlinePaymentFailed")."\n";
      -    	$content.="\n";
      -    	$content.=$langs->transnoentitiesnoconv("TechnicalInformation").":\n";
      -    	$content.=$langs->transnoentitiesnoconv("OnlinePaymentSystem").': '.$paymentmethod."<br>\n";
      -    	$content.=$langs->transnoentitiesnoconv("ReturnURLAfterPayment").': '.$urlback."\n";
      +    	$content.='<font color="orange">'.$companylangs->transnoentitiesnoconv("ValidationOfOnlinePaymentFailed")."</font>\n";
      +
      +    	$content.="<br><br>\n";
      +    	$content.='<u>'.$companylangs->transnoentitiesnoconv("TechnicalInformation").":</u><br>\n";
      +    	$content.=$companylangs->transnoentitiesnoconv("OnlinePaymentSystem").': <strong>'.$paymentmethod."</strong><br>\n";
      +    	$content.=$companylangs->transnoentitiesnoconv("ReturnURLAfterPayment").': '.$urlback."<br>\n";
      +    	$content.="<br>\n";
           	$content.="tag=".$fulltag."\ntoken=".$onlinetoken." paymentType=".$paymentType." currencycodeType=".$currencyCodeType." payerId=".$payerID." ipaddress=".$ipaddress." FinalPaymentAmt=".$FinalPaymentAmt;
      +
      +    	$ishtml=dol_textishtml($content);	// May contain urls
      +
           	require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
      -    	$mailfile = new CMailFile($topic, $sendto, $from, $content);
      +    	$mailfile = new CMailFile($topic, $sendto, $from, $content, array(), array(), array(), '', '', 0, $ishtml);
       
           	$result=$mailfile->sendfile();
           	if ($result)
      diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
      index 3ad71487dfc..e48fc014749 100644
      --- a/htdocs/public/payment/paymentok.php
      +++ b/htdocs/public/payment/paymentok.php
      @@ -876,7 +876,7 @@ else
           elseif ($paymentmethod == 'paybox' && ! empty($conf->global->PAYBOX_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->PAYBOX_PAYONLINE_SENDEMAIL;
           elseif ($paymentmethod == 'stripe' && ! empty($conf->global->STRIPE_PAYONLINE_SENDEMAIL)) $sendemail=$conf->global->STRIPE_PAYONLINE_SENDEMAIL;
       
      -    // Send an email
      +    // Send warning of error to administrator
           if ($sendemail)
           {
           	$companylangs = new Translate('', $conf);
      @@ -908,7 +908,7 @@ else
               $content="";
               $content.='<font color="orange">'.$companylangs->transnoentitiesnoconv("PaymentSystemConfirmPaymentPageWasCalledButFailed")."</font>\n";
       
      -        $content.="<br>\n";
      +        $content.="<br><br>\n";
               $content.='<u>'.$companylangs->transnoentitiesnoconv("TechnicalInformation").":</u><br>\n";
               $content.=$companylangs->transnoentitiesnoconv("OnlinePaymentSystem").': <strong>'.$paymentmethod."</strong><br>\n";
               $content.=$companylangs->transnoentitiesnoconv("ReturnURLAfterPayment").': '.$urlback."<br>\n";
      
      From 1ecdaa548c400df1ce02af4d316265a85157d7e7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 20:28:46 +0100
      Subject: [PATCH 0974/1013] Remove the no more used and deprecated
       dol_print_graph function
      
      ---
       htdocs/core/lib/functions.lib.php | 182 ------------------------------
       1 file changed, 182 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 92f2cb62308..947b3800d60 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -2890,188 +2890,6 @@ function dol_substr($string, $start, $length, $stringencoding='', $trunconbytes=
       }
       
       
      -/**
      - *  Show a javascript graph.
      - *  Do not use this function anymore. Use DolGraph class instead.
      - *
      - *  @param		string	$htmlid			Html id name
      - *  @param		int		$width			Width in pixel
      - *  @param		int		$height			Height in pixel
      - *  @param		array	$data			Data array
      - *  @param		int		$showlegend		1 to show legend, 0 otherwise
      - *  @param		string	$type			Type of graph ('pie', 'barline')
      - *  @param		int		$showpercent	Show percent (with type='pie' only)
      - *  @param		string	$url			Param to add an url to click values
      - *  @param		int		$combineother	0=No combine, 0.05=Combine if lower than 5%
      - *  @param      int     $shownographyet Show graph to say there is not enough data
      - *  @return		void
      - *  @deprecated
      - *  @see DolGraph
      - */
      -function dol_print_graph($htmlid,$width,$height,$data,$showlegend=0,$type='pie',$showpercent=0,$url='',$combineother=0.05,$shownographyet=0)
      -{
      -	dol_syslog(__FUNCTION__ . " is deprecated", LOG_WARNING);
      -
      -	global $conf,$langs;
      -	global $theme_datacolor;    // To have var kept when function is called several times
      -
      -	if ($shownographyet)
      -	{
      -		print '<div class="nographyet" style="width:'.$width.'px;height:'.$height.'px;"></div>';
      -		print '<div class="nographyettext">'.$langs->trans("NotEnoughDataYet").'</div>';
      -		return;
      -	}
      -
      -	if (empty($conf->use_javascript_ajax)) return;
      -	$jsgraphlib='flot';
      -	$datacolor=array();
      -
      -	// Load colors of theme into $datacolor array
      -	$color_file = DOL_DOCUMENT_ROOT."/theme/".$conf->theme."/graph-color.php";
      -	if (is_readable($color_file))
      -	{
      -		include_once $color_file;
      -		if (isset($theme_datacolor))
      -		{
      -			$datacolor=array();
      -			foreach($theme_datacolor as $val)
      -			{
      -				$datacolor[]="#".sprintf("%02x",$val[0]).sprintf("%02x",$val[1]).sprintf("%02x",$val[2]);
      -			}
      -		}
      -	}
      -	print '<div id="'.$htmlid.'" style="width:'.$width.'px;height:'.$height.'px;"></div>';
      -
      -	// We use Flot js lib
      -	if ($jsgraphlib == 'flot')
      -	{
      -		if ($type == 'pie')
      -		{
      -			// data is   array('series'=>array(serie1,serie2,...),
      -			//                 'seriestype'=>array('bar','line',...),
      -			//                 'seriescolor'=>array(0=>'#999999',1=>'#999999',...)
      -			//                 'xlabel'=>array(0=>labelx1,1=>labelx2,...));
      -			// serieX is array('label'=>'label', data=>val)
      -			print '
      -			<script type="text/javascript">
      -			$(function () {
      -				var data = '.json_encode($data['series']).';
      -
      -				function plotWithOptions() {
      -					$.plot($("#'.$htmlid.'"), data,
      -					{
      -						series: {
      -							pie: {
      -								show: true,
      -								radius: 0.8,';
      -			if ($combineother)
      -			{
      -				print '
      -								combine: {
      -								 	threshold: '.$combineother.'
      -								},';
      -			}
      -			print '
      -								label: {
      -									show: true,
      -									radius: 0.9,
      -									formatter: function(label, series) {
      -										var percent=Math.round(series.percent);
      -										var number=series.data[0][1];
      -										return \'';
      -										print '<div style="font-size:8pt;text-align:center;padding:2px;color:black;">';
      -										if ($url) print '<a style="color: #FFFFFF;" border="0" href="'.$url.'">';
      -										print '\'+'.($showlegend?'number':'label+\' \'+number');
      -										if (! empty($showpercent)) print '+\'<br/>\'+percent+\'%\'';
      -										print '+\'';
      -										if ($url) print '</a>';
      -										print '</div>\';
      -									},
      -									background: {
      -										opacity: 0.0,
      -										color: \'#000000\'
      -									},
      -								}
      -							}
      -						},
      -						zoom: {
      -							interactive: true
      -						},
      -						pan: {
      -							interactive: true
      -						},';
      -						if (count($datacolor))
      -						{
      -							print 'colors: '.(! empty($data['seriescolor']) ? json_encode($data['seriescolor']) : json_encode($datacolor)).',';
      -						}
      -						print 'legend: {show: '.($showlegend?'true':'false').', position: \'ne\' }
      -					});
      -				}
      -				plotWithOptions();
      -			});
      -			</script>';
      -		}
      -		else if ($type == 'barline')
      -		{
      -			// data is   array('series'=>array(serie1,serie2,...),
      -			//                 'seriestype'=>array('bar','line',...),
      -			//                 'seriescolor'=>array(0=>'#999999',1=>'#999999',...)
      -			//                 'xlabel'=>array(0=>labelx1,1=>labelx2,...));
      -			// serieX is array('label'=>'label', data=>array(0=>y1,1=>y2,...)) with same nb of value than into xlabel
      -			print '
      -			<script type="text/javascript">
      -			$(function () {
      -				var data = [';
      -				$i=0; $outputserie=0;
      -				foreach($data['series'] as $serie)
      -				{
      -					if ($data['seriestype'][$i]=='line') { $i++; continue; };
      -					if ($outputserie > 0) print ',';
      -					print '{ bars: { stack: 0, show: true, barWidth: 0.9, align: \'center\' }, label: \''.dol_escape_js($serie['label']).'\', data: '.json_encode($serie['data']).'}'."\n";
      -					$outputserie++; $i++;
      -				}
      -				if ($outputserie) print ', ';
      -				//print '];
      -				//var datalines = [';
      -				$i=0; $outputserie=0;
      -				foreach($data['series'] as $serie)
      -				{
      -					if (empty($data['seriestype'][$i]) || $data['seriestype'][$i]=='bar') { $i++; continue; };
      -					if ($outputserie > 0) print ',';
      -					print '{ lines: { show: true }, label: \''.dol_escape_js($serie['label']).'\', data: '.json_encode($serie['data']).'}'."\n";
      -					$outputserie++; $i++;
      -				}
      -				print '];
      -				var dataticks = '.json_encode($data['xlabel']).'
      -
      -				function plotWithOptions() {
      -					$.plot(jQuery("#'.$htmlid.'"), data,
      -					{
      -						series: {
      -							stack: 0
      -						},
      -						zoom: {
      -							interactive: true
      -						},
      -						pan: {
      -							interactive: true
      -						},';
      -						if (count($datacolor))
      -						{
      -							print 'colors: '.json_encode($datacolor).',';
      -						}
      -						print 'legend: {show: '.($showlegend?'true':'false').'},
      -						xaxis: {ticks: dataticks}
      -					});
      -				}
      -				plotWithOptions();
      -			});
      -			</script>';
      -		}
      -		else print 'BadValueForParameterType';
      -	}
      -}
      -
       /**
        *	Truncate a string to a particular length adding '...' if string larger than length.
        * 	If length = max length+1, we do no truncate to avoid having just 1 char replaced with '...'.
      
      From 8c61529aee647543f1888ac43325c036c92c8ca2 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 20:31:02 +0100
      Subject: [PATCH 0975/1013] Update doc
      
      ---
       ChangeLog | 2 ++
       1 file changed, 2 insertions(+)
      
      diff --git a/ChangeLog b/ChangeLog
      index e4fbf63e758..0bc9d008ea8 100644
      --- a/ChangeLog
      +++ b/ChangeLog
      @@ -27,6 +27,8 @@ Following changes may create regressions for some external modules, but were nec
         replace them with links like viewimages.php?modulepart=mycompany&file=logos/... (note that link change only for
         modulepart=mycompany that now works like others).
       * Hidden option MAIN_PDF_SHIPPING_DISPLAY_AMOUNT_HT has been renamed into SHIPPING_PDF_DISPLAY_AMOUNT_HT
      +* Remove the no more used and deprecated dol_print_graph function
      +
       
       
       ***** ChangeLog for 8.0.3 compared to 8.0.2 *****
      
      From c891f6ed10e1d8591500b223fa7b12d8a3f602fe Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 21:26:22 +0100
      Subject: [PATCH 0976/1013] Disable javascript feature with no javascript
      
      ---
       htdocs/admin/defaultvalues.php |  3 ++-
       htdocs/core/lib/admin.lib.php  | 19 +++++++++++--------
       2 files changed, 13 insertions(+), 9 deletions(-)
      
      diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
      index f7a2a031dbf..afec612bf61 100644
      --- a/htdocs/admin/defaultvalues.php
      +++ b/htdocs/admin/defaultvalues.php
      @@ -288,8 +288,9 @@ if ($mode != 'focus' && $mode != 'mandatory')
       }
       // Entity
       if (! empty($conf->multicompany->enabled) && !$user->entity) print_liste_field_titre("Entity",$_SERVER["PHP_SELF"],'entity,page','',$param,'',$sortfield,$sortorder);
      +else print_liste_field_titre("",$_SERVER["PHP_SELF"],'','',$param,'',$sortfield,$sortorder);
       // Actions
      -print '<td align="center"></td>';
      +print_liste_field_titre("",$_SERVER["PHP_SELF"],'','',$param,'',$sortfield,$sortorder);
       print "</tr>\n";
       
       
      diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
      index 9d3bc24bd76..c67539a8b7c 100644
      --- a/htdocs/core/lib/admin.lib.php
      +++ b/htdocs/core/lib/admin.lib.php
      @@ -724,15 +724,18 @@ function defaultvalues_prepare_head()
           $head[$h][2] = 'sortorder';
           $h++;
       
      -    $head[$h][0] = DOL_URL_ROOT."/admin/defaultvalues.php?mode=focus";
      -    $head[$h][1] = $langs->trans("DefaultFocus");
      -    $head[$h][2] = 'focus';
      -    $h++;
      +    if (! empty($conf->use_javascript_ajax))
      +    {
      +    	$head[$h][0] = DOL_URL_ROOT."/admin/defaultvalues.php?mode=focus";
      +	    $head[$h][1] = $langs->trans("DefaultFocus");
      +	    $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/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");
      
      From 6514b5138284b5d543654b74c2e5c3c3163a06a6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 21:59:05 +0100
      Subject: [PATCH 0977/1013] Better help
      
      ---
       htdocs/langs/en_US/admin.lang | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index a760a77ede8..f528c23818b 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -463,9 +463,9 @@ ClickToShowDescription=Click to show description
       DependsOn=This module needs the module(s)
       RequiredBy=This module is required by module(s)
       TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
      -PageUrlForDefaultValues=You must enter the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
      -PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      -PageUrlForDefaultValuesList=<br>For page that list third-parties, it is <strong>%s</strong>,<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValues=You must enter the relative path of the page in URL. If you include parameters in URL, the default values will be effective if all parameters are set to same value.
      +PageUrlForDefaultValuesCreate=<br>Example:<br>For the form to create a new thirdparty, it is <strong>%s</strong>.<br>For URL of external modules installed into custom directory, do not include the "custom/", so use path like <strong>mymodule/mypage.php</strong> and not custom/mymodule/mypage.php.<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
      +PageUrlForDefaultValuesList=<br>Example:<br>For the page that list third-parties, it is <strong>%s</strong>.<br>For URL of external modules installed into custom directory, do not include the "custom/" so use path like <strong>mymodule/mypagelist.php</strong> and not custom/mymodule/mypagelist.php.<br>If you want default value only if url has some parameter, you can use <strong>%s</strong>
       EnableDefaultValues=Enable usage of personalized default values
       EnableOverwriteTranslation=Enable usage of overwritten translation
       GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
      
      From 0ea6f2778bb6d355a2de4f91de2224ebd0a5c86c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Tue, 20 Nov 2018 22:01:38 +0100
      Subject: [PATCH 0978/1013] Fix examples
      
      ---
       htdocs/admin/defaultvalues.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
      index afec612bf61..b30cb01bd67 100644
      --- a/htdocs/admin/defaultvalues.php
      +++ b/htdocs/admin/defaultvalues.php
      @@ -250,7 +250,7 @@ print '<tr class="liste_titre">';
       // Page
       $texthelp=$langs->trans("PageUrlForDefaultValues");
       if ($mode == 'createform') $texthelp.=$langs->trans("PageUrlForDefaultValuesCreate", 'societe/card.php', 'societe/card.php?abc=val1&def=val2');
      -else $texthelp.=$langs->trans("PageUrlForDefaultValuesList", 'societe/list.php', 'societe/card.php?abc=val1&def=val2');
      +else $texthelp.=$langs->trans("PageUrlForDefaultValuesList", 'societe/list.php', 'societe/list.php?abc=val1&def=val2');
       $texturl=$form->textwithpicto($langs->trans("Url"), $texthelp);
       print_liste_field_titre($texturl,$_SERVER["PHP_SELF"],'page,param','',$param,'',$sortfield,$sortorder);
       // Field
      
      From 084516b885d9066517e0bc56b6f7aaf722ca9ede Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 21 Nov 2018 15:11:57 +0100
      Subject: [PATCH 0979/1013] Fix ip detection of geoip
      
      ---
       htdocs/admin/geoipmaxmind.php | 20 ++++++++++++++++++++
       1 file changed, 20 insertions(+)
      
      diff --git a/htdocs/admin/geoipmaxmind.php b/htdocs/admin/geoipmaxmind.php
      index 9c944324527..29819cd4034 100644
      --- a/htdocs/admin/geoipmaxmind.php
      +++ b/htdocs/admin/geoipmaxmind.php
      @@ -24,6 +24,7 @@
       
       require '../main.inc.php';
       require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
      +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
       require_once DOL_DOCUMENT_ROOT.'/core/class/dolgeoip.class.php';
       
       // Security check
      @@ -150,6 +151,25 @@ if ($geoip)
       	if ($result) print $result;
       	else print $langs->trans("Error");
       	*/
      +	//var_dump($_SERVER);
      +	$ip = $_SERVER['REMOTE_ADDR']?$_SERVER['REMOTE_ADDR']:(($_SERVER['HTTP_X_FORWARDED_FOR']?$_SERVER['HTTP_X_FORWARDED_FOR']:$_SERVER['HTTP_CLIENT_IP']));
      +	//$ip='91.161.249.43';
      +	$isip=is_ip($ip);
      +	if ($isip == 1)
      +	{
      +		print '<br>'.$ip.' -> ';
      +		$result=dol_print_ip($ip,1);
      +		if ($result) print $result;
      +		else print $langs->trans("Error");
      +	}
      +	elseif ($isip == 2)
      +	{
      +		print '<br>'.$ip.' -> ';
      +		$result=dol_print_ip($ip,1);
      +		if ($result) print $result;
      +		else print $langs->trans("NotAPublicIp");
      +	}
      +
       	$geoip->close();
       }
       
      
      From b6dac7da20d6394a25f44c16666fa8aefe67b0a9 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 21 Nov 2018 15:40:15 +0100
      Subject: [PATCH 0980/1013] FIX Remote ip detection was wrong with proxy
       (example: cloudflare)
      
      ---
       htdocs/admin/geoipmaxmind.php      |   4 +-
       htdocs/core/class/events.class.php |   5 +-
       htdocs/core/lib/functions.lib.php  | 264 ++++++++++++++++++++++++++++-
       3 files changed, 267 insertions(+), 6 deletions(-)
      
      diff --git a/htdocs/admin/geoipmaxmind.php b/htdocs/admin/geoipmaxmind.php
      index 9b755d9bf57..47c51069299 100644
      --- a/htdocs/admin/geoipmaxmind.php
      +++ b/htdocs/admin/geoipmaxmind.php
      @@ -152,7 +152,7 @@ if ($geoip)
       	else print $langs->trans("Error");
       	*/
       	//var_dump($_SERVER);
      -	$ip = $_SERVER['REMOTE_ADDR']?$_SERVER['REMOTE_ADDR']:(($_SERVER['HTTP_X_FORWARDED_FOR']?$_SERVER['HTTP_X_FORWARDED_FOR']:$_SERVER['HTTP_CLIENT_IP']));
      +	$ip = getUserRemoteIP();
       	//$ip='91.161.249.43';
       	$isip=is_ip($ip);
       	if ($isip == 1)
      @@ -162,7 +162,7 @@ if ($geoip)
       		if ($result) print $result;
       		else print $langs->trans("Error");
       	}
      -	elseif ($isip == 2)
      +	else
       	{
       		print '<br>'.$ip.' -> ';
       		$result=dol_print_ip($ip,1);
      diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php
      index c4b726b19d1..78439af1134 100644
      --- a/htdocs/core/class/events.class.php
      +++ b/htdocs/core/class/events.class.php
      @@ -137,6 +137,7 @@ class Events // extends CommonObject
       
       		// Clean parameters
       		$this->description=trim($this->description);
      +		if (empty($this->user_agent) && !empty($_SERVER['HTTP_USER_AGENT'])) $this->user_agent=$_SERVER['HTTP_USER_AGENT'];
       
       		// Check parameters
       		if (empty($this->description)) { $this->error='ErrorBadValueForParameterCreateEventDesc'; return -1; }
      @@ -153,8 +154,8 @@ class Events // extends CommonObject
       		$sql.= ") VALUES (";
       		$sql.= " '".$this->db->escape($this->type)."',";
       		$sql.= " ".$conf->entity.",";
      -		$sql.= " '".$this->db->escape($_SERVER['REMOTE_ADDR'])."',";
      -		$sql.= " ".($_SERVER['HTTP_USER_AGENT']?"'".$this->db->escape(dol_trunc($_SERVER['HTTP_USER_AGENT'],250))."'":'NULL').",";
      +		$sql.= " '".$this->db->escape(getUserRemoteIP())."',";
      +		$sql.= " ".($this->user_agent ? "'".$this->db->escape(dol_trunc($this->user_agent,250))."'" : 'NULL').",";
       		$sql.= " '".$this->db->idate($this->dateevent)."',";
       		$sql.= " ".($user->id?"'".$this->db->escape($user->id)."'":'NULL').",";
       		$sql.= " '".$this->db->escape(dol_trunc($this->description,250))."'";
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 947b3800d60..48f6242bf66 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -2665,6 +2665,20 @@ function dol_print_ip($ip,$mode=0)
       	return $ret;
       }
       
      +/**
      + * Return the IP of remote user.
      + * Take HTTP_X_FORWARDED_FOR (defined when using proxy)
      + * Then HTTP_CLIENT_IP if defined (rare)
      + * Then REMOTE_ADDR (not way to be modified by user but may be wrong if using proxy)
      + *
      + * @return	string		Ip of remote user.
      + */
      +function getUserRemoteIP()
      +{
      +	$ip = $_SERVER['HTTP_X_FORWARDED_FOR']?$_SERVER['HTTP_X_FORWARDED_FOR']:(($_SERVER['HTTP_CLIENT_IP']?$_SERVER['HTTP_CLIENT_IP']:$_SERVER['REMOTE_ADDR']));
      +	return $ip;
      +}
      +
       /**
        * 	Return a country code from IP. Empty string if not found.
        *
      @@ -2708,7 +2722,7 @@ function dol_user_country()
       	$ret='';
       	if (! empty($conf->geoipmaxmind->enabled))
       	{
      -		$ip=$_SERVER["REMOTE_ADDR"];
      +		$ip=getUserRemoteIP();
       		$datafile=$conf->global->GEOIPMAXMIND_COUNTRY_DATAFILE;
       		//$ip='24.24.24.24';
       		//$datafile='E:\Mes Sites\Web\Admin1\awstats\maxmind\GeoIP.dat';
      @@ -5783,7 +5797,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
       		'__USER_FIRSTNAME__' => (string) $user->firstname,
       		'__USER_FULLNAME__' => (string) $user->getFullName($outputlangs),
       		'__USER_SUPERVISOR_ID__' => (string) ($user->fk_user ? $user->fk_user : '0'),
      -		'__USER_REMOTE_IP__' => (string) $_SERVER['REMOTE_ADDR']
      +		'__USER_REMOTE_IP__' => (string) getUserRemoteIP()
       		)
       			);
       	}
      @@ -6770,6 +6784,252 @@ function picto_from_langcode($codelang, $moreatt = '')
       	return img_picto_common($codelang, 'flags/'.strtolower($flagImage).'.png', $moreatt);
       }
       
      +/**
      + * Return default language from country code
      + *
      + * @param 	string 	$countrycode	Country code like 'US', 'FR', 'CA', ...
      + * @return	string					Value of locale like 'en_US', 'fr_FR', ...
      + */
      +function getLanguageCodeFromCountryCode($countrycode)
      +{
      +	$countrycodetolanguage = array(
      +		'SA' => 'ar_AR',
      +		'DK' => 'da_DA',
      +		'CA' => 'en_CA',
      +		'SE' => 'sv_SV'
      +	);
      +	if (! empty($countrycodetolanguage[$countrycode])) return $countrycodetolanguage[$countrycode];
      +
      +	// Locale list taken from:
      +	// http://stackoverflow.com/questions/3191664/
      +	// list-of-all-locales-and-their-short-codes
      +	$locales = array(
      +		'af-ZA',
      +		'am-ET',
      +		'ar-AE',
      +		'ar-BH',
      +		'ar-DZ',
      +		'ar-EG',
      +		'ar-IQ',
      +		'ar-JO',
      +		'ar-KW',
      +		'ar-LB',
      +		'ar-LY',
      +		'ar-MA',
      +		'arn-CL',
      +		'ar-OM',
      +		'ar-QA',
      +		'ar-SA',
      +		'ar-SY',
      +		'ar-TN',
      +		'ar-YE',
      +		'as-IN',
      +		'az-Cyrl-AZ',
      +		'az-Latn-AZ',
      +		'ba-RU',
      +		'be-BY',
      +		'bg-BG',
      +		'bn-BD',
      +		'bn-IN',
      +		'bo-CN',
      +		'br-FR',
      +		'bs-Cyrl-BA',
      +		'bs-Latn-BA',
      +		'ca-ES',
      +		'co-FR',
      +		'cs-CZ',
      +		'cy-GB',
      +		'da-DK',
      +		'de-AT',
      +		'de-CH',
      +		'de-DE',
      +		'de-LI',
      +		'de-LU',
      +		'dsb-DE',
      +		'dv-MV',
      +		'el-GR',
      +		'en-029',
      +		'en-AU',
      +		'en-BZ',
      +		'en-CA',
      +		'en-GB',
      +		'en-IE',
      +		'en-IN',
      +		'en-JM',
      +		'en-MY',
      +		'en-NZ',
      +		'en-PH',
      +		'en-SG',
      +		'en-TT',
      +		'en-US',
      +		'en-ZA',
      +		'en-ZW',
      +		'es-AR',
      +		'es-BO',
      +		'es-CL',
      +		'es-CO',
      +		'es-CR',
      +		'es-DO',
      +		'es-EC',
      +		'es-ES',
      +		'es-GT',
      +		'es-HN',
      +		'es-MX',
      +		'es-NI',
      +		'es-PA',
      +		'es-PE',
      +		'es-PR',
      +		'es-PY',
      +		'es-SV',
      +		'es-US',
      +		'es-UY',
      +		'es-VE',
      +		'et-EE',
      +		'eu-ES',
      +		'fa-IR',
      +		'fi-FI',
      +		'fil-PH',
      +		'fo-FO',
      +		'fr-BE',
      +		'fr-CA',
      +		'fr-CH',
      +		'fr-FR',
      +		'fr-LU',
      +		'fr-MC',
      +		'fy-NL',
      +		'ga-IE',
      +		'gd-GB',
      +		'gl-ES',
      +		'gsw-FR',
      +		'gu-IN',
      +		'ha-Latn-NG',
      +		'he-IL',
      +		'hi-IN',
      +		'hr-BA',
      +		'hr-HR',
      +		'hsb-DE',
      +		'hu-HU',
      +		'hy-AM',
      +		'id-ID',
      +		'ig-NG',
      +		'ii-CN',
      +		'is-IS',
      +		'it-CH',
      +		'it-IT',
      +		'iu-Cans-CA',
      +		'iu-Latn-CA',
      +		'ja-JP',
      +		'ka-GE',
      +		'kk-KZ',
      +		'kl-GL',
      +		'km-KH',
      +		'kn-IN',
      +		'kok-IN',
      +		'ko-KR',
      +		'ky-KG',
      +		'lb-LU',
      +		'lo-LA',
      +		'lt-LT',
      +		'lv-LV',
      +		'mi-NZ',
      +		'mk-MK',
      +		'ml-IN',
      +		'mn-MN',
      +		'mn-Mong-CN',
      +		'moh-CA',
      +		'mr-IN',
      +		'ms-BN',
      +		'ms-MY',
      +		'mt-MT',
      +		'nb-NO',
      +		'ne-NP',
      +		'nl-BE',
      +		'nl-NL',
      +		'nn-NO',
      +		'nso-ZA',
      +		'oc-FR',
      +		'or-IN',
      +		'pa-IN',
      +		'pl-PL',
      +		'prs-AF',
      +		'ps-AF',
      +		'pt-BR',
      +		'pt-PT',
      +		'qut-GT',
      +		'quz-BO',
      +		'quz-EC',
      +		'quz-PE',
      +		'rm-CH',
      +		'ro-RO',
      +		'ru-RU',
      +		'rw-RW',
      +		'sah-RU',
      +		'sa-IN',
      +		'se-FI',
      +		'se-NO',
      +		'se-SE',
      +		'si-LK',
      +		'sk-SK',
      +		'sl-SI',
      +		'sma-NO',
      +		'sma-SE',
      +		'smj-NO',
      +		'smj-SE',
      +		'smn-FI',
      +		'sms-FI',
      +		'sq-AL',
      +		'sr-Cyrl-BA',
      +		'sr-Cyrl-CS',
      +		'sr-Cyrl-ME',
      +		'sr-Cyrl-RS',
      +		'sr-Latn-BA',
      +		'sr-Latn-CS',
      +		'sr-Latn-ME',
      +		'sr-Latn-RS',
      +		'sv-FI',
      +		'sv-SE',
      +		'sw-KE',
      +		'syr-SY',
      +		'ta-IN',
      +		'te-IN',
      +		'tg-Cyrl-TJ',
      +		'th-TH',
      +		'tk-TM',
      +		'tn-ZA',
      +		'tr-TR',
      +		'tt-RU',
      +		'tzm-Latn-DZ',
      +		'ug-CN',
      +		'uk-UA',
      +		'ur-PK',
      +		'uz-Cyrl-UZ',
      +		'uz-Latn-UZ',
      +		'vi-VN',
      +		'wo-SN',
      +		'xh-ZA',
      +		'yo-NG',
      +		'zh-CN',
      +		'zh-HK',
      +		'zh-MO',
      +		'zh-SG',
      +		'zh-TW',
      +		'zu-ZA',
      +	);
      +
      +	foreach ($locales as $locale)
      +	{
      +		$locale_region = locale_get_region($locale);
      +		$locale_language = locale_get_primary_language($locale);
      +		$locale_array = array('language' => $locale_language, 'region' => $locale_region);
      +		if (strtoupper($countrycode) == $locale_region)
      +		{
      +			return locale_compose($locale_array);
      +		}
      +	}
      +
      +	return null;
      +}
      +
       /**
        *  Complete or removed entries into a head array (used to build tabs).
        *  For example, with value added by external modules. Such values are declared into $conf->modules_parts['tab'].
      
      From 5e9abe6aad89aa23c18e2399b36663007683678b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Wed, 21 Nov 2018 16:28:36 +0100
      Subject: [PATCH 0981/1013] Fix getLanguageCodeFromCountryCode
      
      ---
       htdocs/core/lib/functions.lib.php | 66 +++++++------------------------
       test/phpunit/FunctionsLibTest.php | 53 ++++++++++++++++++++++++-
       2 files changed, 67 insertions(+), 52 deletions(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index 48f6242bf66..d9d79994b65 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -6792,13 +6792,15 @@ function picto_from_langcode($codelang, $moreatt = '')
        */
       function getLanguageCodeFromCountryCode($countrycode)
       {
      -	$countrycodetolanguage = array(
      -		'SA' => 'ar_AR',
      -		'DK' => 'da_DA',
      -		'CA' => 'en_CA',
      -		'SE' => 'sv_SV'
      -	);
      -	if (! empty($countrycodetolanguage[$countrycode])) return $countrycodetolanguage[$countrycode];
      +	global $mysoc;
      +
      +	if (strtoupper($countrycode) == 'MQ') return 'fr_CA';
      +	if (strtoupper($countrycode) == 'SE') return 'sv_SE';	// se_SE is Sami/Sweden, and we want in priority sv_SE for SE country
      +	if (strtoupper($countrycode) == 'CH')
      +	{
      +		if ($mysoc->country_code == 'FR') return 'fr_CH';
      +		if ($mysoc->country_code == 'DE') return 'de_CH';
      +	}
       
       	// Locale list taken from:
       	// http://stackoverflow.com/questions/3191664/
      @@ -6816,7 +6818,6 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'ar-LB',
       		'ar-LY',
       		'ar-MA',
      -		'arn-CL',
       		'ar-OM',
       		'ar-QA',
       		'ar-SA',
      @@ -6824,8 +6825,6 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'ar-TN',
       		'ar-YE',
       		'as-IN',
      -		'az-Cyrl-AZ',
      -		'az-Latn-AZ',
       		'ba-RU',
       		'be-BY',
       		'bg-BG',
      @@ -6833,8 +6832,6 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'bn-IN',
       		'bo-CN',
       		'br-FR',
      -		'bs-Cyrl-BA',
      -		'bs-Latn-BA',
       		'ca-ES',
       		'co-FR',
       		'cs-CZ',
      @@ -6845,10 +6842,8 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'de-DE',
       		'de-LI',
       		'de-LU',
      -		'dsb-DE',
       		'dv-MV',
       		'el-GR',
      -		'en-029',
       		'en-AU',
       		'en-BZ',
       		'en-CA',
      @@ -6888,7 +6883,6 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'eu-ES',
       		'fa-IR',
       		'fi-FI',
      -		'fil-PH',
       		'fo-FO',
       		'fr-BE',
       		'fr-CA',
      @@ -6900,14 +6894,11 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'ga-IE',
       		'gd-GB',
       		'gl-ES',
      -		'gsw-FR',
       		'gu-IN',
      -		'ha-Latn-NG',
       		'he-IL',
       		'hi-IN',
       		'hr-BA',
       		'hr-HR',
      -		'hsb-DE',
       		'hu-HU',
       		'hy-AM',
       		'id-ID',
      @@ -6916,15 +6907,12 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'is-IS',
       		'it-CH',
       		'it-IT',
      -		'iu-Cans-CA',
      -		'iu-Latn-CA',
       		'ja-JP',
       		'ka-GE',
       		'kk-KZ',
       		'kl-GL',
       		'km-KH',
       		'kn-IN',
      -		'kok-IN',
       		'ko-KR',
       		'ky-KG',
       		'lb-LU',
      @@ -6935,8 +6923,6 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'mk-MK',
       		'ml-IN',
       		'mn-MN',
      -		'mn-Mong-CN',
      -		'moh-CA',
       		'mr-IN',
       		'ms-BN',
       		'ms-MY',
      @@ -6946,24 +6932,17 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'nl-BE',
       		'nl-NL',
       		'nn-NO',
      -		'nso-ZA',
       		'oc-FR',
       		'or-IN',
       		'pa-IN',
       		'pl-PL',
      -		'prs-AF',
       		'ps-AF',
       		'pt-BR',
       		'pt-PT',
      -		'qut-GT',
      -		'quz-BO',
      -		'quz-EC',
      -		'quz-PE',
       		'rm-CH',
       		'ro-RO',
       		'ru-RU',
       		'rw-RW',
      -		'sah-RU',
       		'sa-IN',
       		'se-FI',
       		'se-NO',
      @@ -6971,39 +6950,21 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'si-LK',
       		'sk-SK',
       		'sl-SI',
      -		'sma-NO',
      -		'sma-SE',
      -		'smj-NO',
      -		'smj-SE',
      -		'smn-FI',
      -		'sms-FI',
       		'sq-AL',
      -		'sr-Cyrl-BA',
      -		'sr-Cyrl-CS',
      -		'sr-Cyrl-ME',
      -		'sr-Cyrl-RS',
      -		'sr-Latn-BA',
      -		'sr-Latn-CS',
      -		'sr-Latn-ME',
      -		'sr-Latn-RS',
       		'sv-FI',
       		'sv-SE',
       		'sw-KE',
       		'syr-SY',
       		'ta-IN',
       		'te-IN',
      -		'tg-Cyrl-TJ',
       		'th-TH',
       		'tk-TM',
       		'tn-ZA',
       		'tr-TR',
       		'tt-RU',
      -		'tzm-Latn-DZ',
       		'ug-CN',
       		'uk-UA',
       		'ur-PK',
      -		'uz-Cyrl-UZ',
      -		'uz-Latn-UZ',
       		'vi-VN',
       		'wo-SN',
       		'xh-ZA',
      @@ -7016,14 +6977,17 @@ function getLanguageCodeFromCountryCode($countrycode)
       		'zu-ZA',
       	);
       
      +	$buildprimarykeytotest = strtolower($countrycode).'-'.strtoupper($countrycode);
      +	if (in_array($buildprimarykeytotest, $locales)) return strtolower($countrycode).'_'.strtoupper($countrycode);
      +
       	foreach ($locales as $locale)
       	{
      -		$locale_region = locale_get_region($locale);
       		$locale_language = locale_get_primary_language($locale);
      -		$locale_array = array('language' => $locale_language, 'region' => $locale_region);
      +		$locale_region = locale_get_region($locale);
       		if (strtoupper($countrycode) == $locale_region)
       		{
      -			return locale_compose($locale_array);
      +			//var_dump($locale.'-'.$locale_language.'-'.$locale_region);
      +			return strtolower($locale_language).'_'.strtoupper($locale_region);
       		}
       	}
       
      diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php
      index daaa0dda2f5..b693290b9c4 100644
      --- a/test/phpunit/FunctionsLibTest.php
      +++ b/test/phpunit/FunctionsLibTest.php
      @@ -48,7 +48,7 @@ if (! defined("NOLOGIN"))        define("NOLOGIN",'1');       // If this page is
        * @backupStaticAttributes enabled
        * @remarks	backupGlobals must be disabled to have db,conf,user and lang not erased.
        */
      -class FunctionsLibTest extends PHPUnit_Framework_TestCase
      +class FunctionsLibTest extends PHPUnit\Framework\TestCase
       {
           protected $savconf;
           protected $savuser;
      @@ -325,6 +325,57 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
           }
       
       
      +    /**
      +     * testGetLanguageCodeFromCountryCode
      +     *
      +     * @return void
      +     */
      +    public function testGetLanguageCodeFromCountryCode()
      +    {
      +    	global $mysoc;
      +
      +    	$language = getLanguageCodeFromCountryCode('US');
      +    	$this->assertEquals('en_US', $language, 'US');
      +
      +    	$language = getLanguageCodeFromCountryCode('ES');
      +    	$this->assertEquals('es_ES', $language, 'ES');
      +
      +    	$language = getLanguageCodeFromCountryCode('CL');
      +    	$this->assertEquals('es_CL', $language, 'CL');
      +
      +    	$language = getLanguageCodeFromCountryCode('CA');
      +    	$this->assertEquals('en_CA', $language, 'CA');
      +
      +    	$language = getLanguageCodeFromCountryCode('MQ');
      +    	$this->assertEquals('fr_CA', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('FR');
      +    	$this->assertEquals('fr_FR', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('BE');
      +    	$this->assertEquals('fr_BE', $language);
      +
      +    	$mysoc->country_code = 'FR';
      +    	$language = getLanguageCodeFromCountryCode('CH');
      +    	$this->assertEquals('fr_CH', $language);
      +
      +    	$mysoc->country_code = 'DE';
      +    	$language = getLanguageCodeFromCountryCode('CH');
      +    	$this->assertEquals('de_CH', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('DE');
      +    	$this->assertEquals('de_DE', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('SA');
      +    	$this->assertEquals('ar_SA', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('SE');
      +    	$this->assertEquals('sv_SE', $language);
      +
      +    	$language = getLanguageCodeFromCountryCode('DK');
      +    	$this->assertEquals('da_DK', $language);
      +    }
      +
           /**
            * testDolTextIsHtml
            *
      
      From 463aff45407bf6905352709249fc6087b1a87513 Mon Sep 17 00:00:00 2001
      From: andreubisquerra <jove@bisquerra.com>
      Date: Wed, 21 Nov 2018 16:54:40 +0100
      Subject: [PATCH 0982/1013] Cash drawer button
      
      ---
       htdocs/takepos/takepos.php | 14 +++++++++++++-
       1 file changed, 13 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php
      index 8dec143bffe..c84f283d9f2 100644
      --- a/htdocs/takepos/takepos.php
      +++ b/htdocs/takepos/takepos.php
      @@ -36,7 +36,7 @@ $place = GETPOST('place','int');
       if ($place=="") $place="0";
       $action = GETPOST('action','alpha');
       
      -$langs->loadLangs(array("bills","orders","commercial","cashdesk"));
      +$langs->loadLangs(array("bills","orders","commercial","cashdesk","receiptprinter"));
       
       
       /*
      @@ -292,6 +292,14 @@ function TakeposPrintingOrder(){
       	});
       }
       
      +function OpenDrawer(){
      +	$.ajax({
      +			type: "POST",
      +			url: 'http://<?php print $conf->global->TAKEPOS_PRINT_SERVER;?>:8111/print',
      +			data: "opendrawer"
      +		});
      +}
      +
       $( document ).ready(function() {
           PrintCategories(0);
       	LoadProducts(0);
      @@ -347,6 +355,10 @@ if($conf->global->TAKEPOS_BAR_RESTAURANT){
       						'action'=>'TakeposPrintingOrder();');
       	}
       }
      +if ($conf->global->TAKEBOX){
      +	$menus[$r++]=array('title'=>$langs->trans("DOL_OPEN_DRAWER"),
      +					'action'=>'OpenDrawer();');
      +}
       ?>
       <div style="position:absolute; top:1%; left:65.5%; height:37%; width:32.5%;">
       <?php
      
      From fe30eee16eeab560646ad35971c4f99f01c20b9b Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Wed, 21 Nov 2018 19:50:55 +0100
      Subject: [PATCH 0983/1013] Fix sql don.class.php
      
      ---
       htdocs/don/class/don.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php
      index 5e035febd14..b6604133c31 100644
      --- a/htdocs/don/class/don.class.php
      +++ b/htdocs/don/class/don.class.php
      @@ -653,7 +653,7 @@ class Don extends CommonObject
               }
               else if (! empty($ref))
               {
      -        	$sql.= " AND ref='".$this->db->escape($ref)."'";
      +        	$sql.= " AND d.ref='".$this->db->escape($ref)."'";
               }
       
               dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
      
      From 491270b27f9c128f699f7865ef8bc82fa1afb7eb Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
      Date: Wed, 21 Nov 2018 23:06:52 +0100
      Subject: [PATCH 0984/1013] try to fix the expensereport pdf
      
      ---
       .../doc/pdf_standard.modules.php              | 385 ++++++++++--------
       1 file changed, 204 insertions(+), 181 deletions(-)
      
      diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      index ec03a2cef8e..7e7d58047b9 100644
      --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      @@ -1,7 +1,8 @@
       <?php
      -/* Copyright (C) 2015 Laurent Destailleur    <eldy@users.sourceforge.net>
      - * Copyright (C) 2015 Alexandre Spangaro     <aspangaro.dolibarr@gmail.com>
      - * Copyright (C) 2016-2018 Philippe Grand	 <philippe.grand@atoo-net.com>
      +/* Copyright (C) 2015       Laurent Destailleur     <eldy@users.sourceforge.net>
      + * Copyright (C) 2015       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
      + * Copyright (C) 2016-2018  Philippe Grand          <philippe.grand@atoo-net.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
      @@ -150,7 +151,7 @@ class pdf_standard extends ModeleExpenseReport
       		$this->option_freetext = 1;				   // Support add of a personalised text
       		$this->option_draft_watermark = 1;		   // Support add of a watermark on drafts
       
      -		$this->franchise=!$mysoc->tva_assuj;
      +		$this->franchise = !$mysoc->tva_assuj;
       
       		// Get source company
       		$this->emetteur=$mysoc;
      @@ -159,19 +160,19 @@ class pdf_standard extends ModeleExpenseReport
       		// Define position of columns
       		$this->posxpiece=$this->marge_gauche+1;
       		$this->posxcomment=$this->marge_gauche+10;
      -		$this->posxdate=88;
      -		$this->posxtype=107;
      -		$this->posxprojet=120;
      -		$this->posxtva=138;
      -		$this->posxup=154;
      +		//$this->posxdate=88;
      +		//$this->posxtype=107;
      +		//$this->posxprojet=120;
      +		$this->posxtva=130;
      +		$this->posxup=145;
       		$this->posxqty=168;
       		$this->postotalttc=178;
      -        if (empty($conf->projet->enabled)) {
      -            $this->posxtva-=20;
      -            $this->posxup-=20;
      -            $this->posxqty-=20;
      -            $this->postotalttc-=20;
      -        }
      +        // if (empty($conf->projet->enabled)) {
      +        //     $this->posxtva-=20;
      +        //     $this->posxup-=20;
      +        //     $this->posxqty-=20;
      +        //     $this->postotalttc-=20;
      +        // }
       		if ($this->page_largeur < 210) // To work with US executive format
       		{
       			$this->posxdate-=20;
      @@ -202,10 +203,10 @@ class pdf_standard extends ModeleExpenseReport
            *  @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)
      +	function write_file($object, $outputlangs, $srctemplatepath = '', $hidedetails = 0, $hidedesc = 0, $hideref = 0)
       	{
               // phpcs:enable
      -		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
      +		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
      @@ -216,11 +217,9 @@ class pdf_standard extends ModeleExpenseReport
       
       		$nblignes = count($object->lines);
       
      -		if ($conf->expensereport->dir_output)
      -		{
      +		if ($conf->expensereport->dir_output) {
       			// Definition of $dir and $file
      -			if ($object->specimen)
      -			{
      +			if ($object->specimen) {
       				$dir = $conf->expensereport->dir_output;
       				$file = $dir . "/SPECIMEN.pdf";
       			}
      @@ -258,7 +257,7 @@ class pdf_standard extends ModeleExpenseReport
       				$default_font_size = pdf_getPDFFontSize($outputlangs);	// Must be after pdf_getInstance
       				$heightforinfotot = 40;	// Height reserved to output the info and total part
       		        $heightforfreetext= (isset($conf->global->MAIN_PDF_FREETEXT_HEIGHT)?$conf->global->MAIN_PDF_FREETEXT_HEIGHT:5);	// Height reserved to output the free text on last page
      -	            $heightforfooter = $this->marge_basse + 8;	// Height reserved to output the footer (value include bottom margin)
      +	            $heightforfooter = $this->marge_basse + 12;	// Height reserved to output the footer (value include bottom margin)
                       $pdf->SetAutoPageBreak(1,0);
       
                       if (class_exists('TCPDF'))
      @@ -344,82 +343,47 @@ class pdf_standard extends ModeleExpenseReport
       				$nexY = $tab_top + 7;
       
       				// Loop on each lines
      -				for ($i = 0 ; $i < $nblignes ; $i++)
      -				{
      -					$piece_comptable = $i +1;
      -
      +				for ($i = 0 ; $i < $nblignes ; $i++) {
       					$pdf->SetFont('','', $default_font_size - 2);   // Into loop to work with multipage
       					$pdf->SetTextColor(0,0,0);
       
       					$pdf->setTopMargin($tab_top_newpage);
       					$pdf->setPageOrientation('', 1, $heightforfooter+$heightforfreetext+$heightforinfotot);	// The only function to edit the bottom margin of current page to set it.
      -					$pageposbefore=$pdf->getPage();
      +					$pageposbefore = $pdf->getPage();
                           $curY = $nexY;
      -
      -					$pdf->SetFont('','', $default_font_size - 1);
      -
      -                    // Accountancy piece
      -                    $pdf->SetXY($this->posxpiece, $curY);
      -                    $pdf->writeHTMLCell($this->posxcomment-$this->posxpiece-0.8, 4, $this->posxpiece-1, $curY, $piece_comptable, 0, 1);
      -                    $curY = ($pdf->PageNo() > $pageposbefore) ? $pdf->GetY()-4 : $curY;
      -
      -                    // Comments
      -                    $pdf->SetXY($this->posxcomment, $curY );
      -                    $pdf->writeHTMLCell($this->posxdate-$this->posxcomment-0.8, 4, $this->posxcomment-1, $curY, $object->lines[$i]->comments, 0, 1);
      -                    $curY = ($pdf->PageNo() > $pageposbefore) ? $pdf->GetY()-4 : $curY;
      -
      -                    // Date
      -					$pdf->SetXY($this->posxdate -1, $curY);
      -					$pdf->MultiCell($this->posxtype-$this->posxdate-0.8, 4, dol_print_date($object->lines[$i]->date,"day",false,$outputlangs), 0, 'C');
      -
      -                    // Type
      -					$pdf->SetXY($this->posxtype -1, $curY);
      -					$nextColumnPosX = $this->posxup;
      -                    if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) {
      -                        $nextColumnPosX = $this->posxtva;
      -                    }
      -                    if (!empty($conf->projet->enabled)) {
      -                        $nextColumnPosX = $this->posxprojet;
      -                    }
      -
      -                    $expensereporttypecode = $object->lines[$i]->type_fees_code;
      -                    $expensereporttypecodetoshow = $outputlangs->transnoentities($expensereporttypecode);
      -                    if ($expensereporttypecodetoshow == $expensereporttypecode)
      -                    {
      -                    	$expensereporttypecodetoshow = preg_replace('/^(EX_|TF_)/', '', $expensereporttypecodetoshow);
      -                    }
      -                    $expensereporttypecodetoshow = dol_trunc($expensereporttypecodetoshow, 9);	// 10 is too much
      -
      -                    $pdf->MultiCell($nextColumnPosX-$this->posxtype-0.8, 4, $expensereporttypecodetoshow, 0, 'C');
      -
      -                    // Project
      -					if (! empty($conf->projet->enabled))
      +                    $pdf->startTransaction();
      +                    $this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs);
      +                    $pageposafter=$pdf->getPage();
      +					if ($pageposafter > $pageposbefore) {
      +                        // There is a pagebreak
      +						$pdf->rollbackTransaction(true);
      +						$pageposafter = $pageposbefore;
      +						//print $pageposafter.'-'.$pageposbefore;exit;
      +						$pdf->setPageOrientation('', 1, $heightforfooter);	// The only function to edit the bottom margin of current page to set it.
      +						$this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs);
      +						$pageposafter = $pdf->getPage();
      +						$posyafter = $pdf->GetY();
      +						//var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit;
      +						if ($posyafter > ($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))) {
      +                            // There is no space left for total+free text
      +							if ($i == ($nblignes-1)) {
      +                                // No more lines, and no space left to show total, so we create a new page
      +								$pdf->AddPage('', '', true);
      +								if (! empty($tplidx)) $pdf->useTemplate($tplidx);
      +								if (empty($conf->global->MAIN_PDF_DONOTREPEAT_HEAD)) $this->_pagehead($pdf, $object, 0, $outputlangs);
      +								$pdf->setPage($pageposafter+1);
      +							}
      +						}
      +						else
      +						{
      +							// We found a page break
      +							$showpricebeforepagebreak=0;
      +						}
      +					}
      +					else	// No pagebreak
       					{
      -                        $pdf->SetFont('','', $default_font_size - 1);
      -                        $pdf->SetXY($this->posxprojet, $curY);
      -                        $pdf->MultiCell($this->posxtva-$this->posxprojet-0.8, 4, $object->lines[$i]->projet_ref, 0, 'C');
      -                    }
      -
      -					// VAT Rate
      -					if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT))
      -					{
      -						$vat_rate = pdf_getlinevatrate($object, $i, $outputlangs, $hidedetails);
      -						$pdf->SetXY($this->posxtva, $curY);
      -						$pdf->MultiCell($this->posxup-$this->posxtva-0.8, 4,$vat_rate, 0, 'C');
      -                    }
      -
      -					// Unit price
      -					$pdf->SetXY($this->posxup, $curY);
      -					$pdf->MultiCell($this->posxqty-$this->posxup-0.8, 4,price($object->lines[$i]->value_unit), 0, 'R');
      -
      -                    // Quantity
      -					$pdf->SetXY($this->posxqty, $curY);
      -					$pdf->MultiCell($this->postotalttc-$this->posxqty-0.8, 4,$object->lines[$i]->qty, 0, 'R');
      -
      -                    // Total with all taxes
      -					$pdf->SetXY($this->postotalttc-1, $curY);
      -					$pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->postotalttc, 4, price($object->lines[$i]->total_ttc), 0, 'R');
      -
      +						$pdf->commitTransaction();
      +					}
                           //nexY
                           $nexY = $pdf->GetY();
                           $pageposafter=$pdf->getPage();
      @@ -427,22 +391,23 @@ class pdf_standard extends ModeleExpenseReport
                           $pdf->setTopMargin($this->marge_haute);
                           $pdf->setPageOrientation('', 1, 0);	// The only function to edit the bottom margin of current page to set it.
       
      -                    $nblineFollowComment = 1;
      +                    //$nblineFollowComment = 1;
                           // Cherche nombre de lignes a venir pour savoir si place suffisante
      -					if ($i < ($nblignes - 1))	// If it's not last line
      -					{
      -					    //Fetch current description to know on which line the next one should be placed
      -						$follow_comment = $object->lines[$i]->comments;
      -						$follow_type = $object->lines[$i]->type_fees_code;
      +					// if ($i < ($nblignes - 1))	// If it's not last line
      +					// {
      +					//     //Fetch current description to know on which line the next one should be placed
      +					// 	$follow_comment = $object->lines[$i]->comments;
      +					// 	$follow_type = $object->lines[$i]->type_fees_code;
       
      -						//on compte le nombre de ligne afin de verifier la place disponible (largeur de ligne 52 caracteres)
      -						$nbLineCommentNeed = dol_nboflines_bis($follow_comment,52,$outputlangs->charset_output);
      -						$nbLineTypeNeed = dol_nboflines_bis($follow_type,4,$outputlangs->charset_output);
      +					// 	//on compte le nombre de ligne afin de verifier la place disponible (largeur de ligne 52 caracteres)
      +					// 	$nbLineCommentNeed = dol_nboflines_bis($follow_comment,52,$outputlangs->charset_output);
      +					// 	$nbLineTypeNeed = dol_nboflines_bis($follow_type,4,$outputlangs->charset_output);
       
      -                        $nblineFollowComment = max($nbLineCommentNeed, $nbLineTypeNeed);
      -					}
      +                    //     $nblineFollowComment = max($nbLineCommentNeed, $nbLineTypeNeed);
      +					// }
       
      -                    $nexY+=$nblineFollowComment*($pdf->getFontSize()*1.3);    // Passe espace entre les lignes
      +                    //$nexY+=$nblineFollowComment*($pdf->getFontSize()*1.3);    // Passe espace entre les lignes
      +                    $nexY += ($pdf->getFontSize()*1.3);    // Passe espace entre les lignes
       
       					// Detect if some page were added automatically and output _tableau for past pages
       					while ($pagenb < $pageposafter)
      @@ -524,7 +489,7 @@ class pdf_standard extends ModeleExpenseReport
       
       				// Pied de page
       				$this->_pagefoot($pdf,$object,$outputlangs);
      -				if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
      +				if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPage();
       
       				$pdf->Close();
       
      @@ -556,7 +521,86 @@ class pdf_standard extends ModeleExpenseReport
       		}
       	}
       
      -	/**
      +    /**
      +     * @param   PDF         $pdf                Object PDF
      +     * @param   Object      $object             Object to show
      +     * @param   int         $linenumber         line number
      +     * @param   int         $curY               current y position
      +     * @param   int         $default_font_size  default siez of font
      +     * @param   Translate   $outputlangs        Object lang for output
      +     * @return  void
      +     */
      +    private function printLine(&$pdf, $object, $linenumber, $curY, $default_font_size, $outputlangs)
      +	{
      +        global $conf;
      +        $pdf->SetFont('','', $default_font_size - 1);
      +
      +        // Accountancy piece
      +        $pdf->SetXY($this->posxpiece, $curY);
      +        $pdf->writeHTMLCell($this->posxcomment-$this->posxpiece-0.8, 4, $this->posxpiece-1, $curY, $linenumber + 1, 0, 1);
      +
      +        // Date
      +        //$pdf->SetXY($this->posxdate -1, $curY);
      +        //$pdf->MultiCell($this->posxtype-$this->posxdate-0.8, 4, dol_print_date($object->lines[$linenumber]->date,"day",false,$outputlangs), 0, 'C');
      +
      +        // Type
      +        $pdf->SetXY($this->posxtype -1, $curY);
      +        $nextColumnPosX = $this->posxup;
      +        if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) {
      +            $nextColumnPosX = $this->posxtva;
      +        }
      +        if (!empty($conf->projet->enabled)) {
      +            $nextColumnPosX = $this->posxprojet;
      +        }
      +
      +        $expensereporttypecode = $object->lines[$linenumber]->type_fees_code;
      +        $expensereporttypecodetoshow = $outputlangs->trans($expensereporttypecode);
      +        if ($expensereporttypecodetoshow == $expensereporttypecode) {
      +            $expensereporttypecodetoshow = preg_replace('/^(EX_|TF_)/', '', $expensereporttypecodetoshow);
      +        }
      +        //$expensereporttypecodetoshow = dol_trunc($expensereporttypecodetoshow, 9);
      +
      +        //$pdf->MultiCell($nextColumnPosX-$this->posxtype-0.8, 4, $expensereporttypecodetoshow, 0, 'C');
      +
      +        // Project
      +        //if (! empty($conf->projet->enabled))
      +        //{
      +        //    $pdf->SetFont('','', $default_font_size - 1);
      +        //    $pdf->SetXY($this->posxprojet, $curY);
      +        //    $pdf->MultiCell($this->posxtva-$this->posxprojet-0.8, 4, $object->lines[$linenumber]->projet_ref, 0, 'C');
      +        //}
      +
      +        // VAT Rate
      +        if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) {
      +            $vat_rate = pdf_getlinevatrate($object, $linenumber, $outputlangs, $hidedetails);
      +            $pdf->SetXY($this->posxtva, $curY);
      +            $pdf->MultiCell($this->posxup-$this->posxtva-0.8, 4,$vat_rate, 0, 'R');
      +        }
      +
      +        // Unit price
      +        $pdf->SetXY($this->posxup, $curY);
      +        $pdf->MultiCell($this->posxqty-$this->posxup-0.8, 4,price($object->lines[$linenumber]->value_unit), 0, 'R');
      +
      +        // Quantity
      +        $pdf->SetXY($this->posxqty, $curY);
      +        $pdf->MultiCell($this->postotalttc-$this->posxqty-0.8, 4,$object->lines[$linenumber]->qty, 0, 'R');
      +
      +        // Total with all taxes
      +        $pdf->SetXY($this->postotalttc-1, $curY);
      +        $pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->postotalttc, 4, price($object->lines[$linenumber]->total_ttc), 0, 'R');
      +
      +        // Comments
      +        $pdf->SetXY($this->posxcomment, $curY );
      +        $comment = $outputlangs->trans("Date").':'. dol_print_date($object->lines[$linenumber]->date,"day",false,$outputlangs).' ';
      +        $comment .= $outputlangs->trans("Type").':'. $expensereporttypecodetoshow.'<br>';
      +        if (! empty($object->lines[$linenumber]->projet_ref)) {
      +            $comment .= $outputlangs->trans("Project").':'. $object->lines[$linenumber]->projet_ref.'<br>';
      +        }
      +        $comment .= $object->lines[$linenumber]->comments;
      +        $pdf->writeHTMLCell($this->posxtva-$this->posxcomment-0.8, 4, $this->posxcomment-1, $curY, $comment, 0, 1);
      +    }
      +
      +    /**
       	 *  Show top header of page.
       	 *
       	 *  @param	PDF			$pdf     		Object PDF
      @@ -583,13 +627,12 @@ class pdf_standard extends ModeleExpenseReport
       		*/
       
       	    // Draft watermark
      -		if ($object->fk_statut == 0 && ! empty($conf->global->EXPENSEREPORT_DRAFT_WATERMARK))
      -		{
      +		if ($object->fk_statut == 0 && ! empty($conf->global->EXPENSEREPORT_DRAFT_WATERMARK)) {
        			pdf_watermark($pdf,$outputlangs,$this->page_hauteur,$this->page_largeur,'mm',$conf->global->EXPENSEREPORT_DRAFT_WATERMARK);
       		}
       
      -		$pdf->SetTextColor(0,0,60);
      -		$pdf->SetFont('','B', $default_font_size + 3);
      +		$pdf->SetTextColor(0, 0, 60);
      +		$pdf->SetFont('', 'B', $default_font_size + 3);
       
       		$posy=$this->marge_haute;
       		$posx=$this->page_largeur-$this->marge_droite-100;
      @@ -597,16 +640,12 @@ class pdf_standard extends ModeleExpenseReport
       		$pdf->SetXY($this->marge_gauche,$posy);
       
       		// Logo
      -		$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      -		if ($this->emetteur->logo)
      -		{
      -			if (is_readable($logo))
      -			{
      +		$logo = $conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
      +		if ($this->emetteur->logo) {
      +			if (is_readable($logo)) {
       			    $height=pdf_getHeightForLogo($logo);
       			    $pdf->Image($logo, $this->marge_gauche, $posy, 0, $height);	// width=0 (auto)
      -			}
      -			else
      -			{
      +			} else {
       				$pdf->SetTextColor(200,0,0);
       				$pdf->SetFont('','B', $default_font_size -2);
       				$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
      @@ -651,8 +690,7 @@ class pdf_standard extends ModeleExpenseReport
          		$pdf->SetTextColor(111,81,124);
       		$pdf->MultiCell($this->page_largeur-$this->marge_droite-$posx, 3, $object->getLibStatut(0), '', 'R');
       
      -		if ($showaddress)
      -		{
      +		if ($showaddress) {
       			// Sender properties
       			$carac_emetteur = '';
       			$carac_emetteur .= ($carac_emetteur ? "\n" : '' ).$outputlangs->convToOutputCharset($this->emetteur->address);
      @@ -674,14 +712,14 @@ class pdf_standard extends ModeleExpenseReport
       			if (! empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) $posx=118;
       
       			// Show sender frame
      -			$pdf->SetTextColor(0,0,0);
      +			$pdf->SetTextColor(0, 0, 0);
       			$pdf->SetFont('','B', $default_font_size - 2);
       			$pdf->SetXY($posx,$posy-5);
       			$pdf->MultiCell(66,5, $outputlangs->transnoentities("TripSociete")." :",'','L');
       			$pdf->SetXY($posx,$posy);
       			$pdf->SetFillColor(224,224,224);
       			$pdf->MultiCell(82, $hautcadre, "", 0, 'R', 1);
      -			$pdf->SetTextColor(0,0,60);
      +			$pdf->SetTextColor(0, 0, 60);
       
       			// Show sender name
       			$pdf->SetXY($posx+2,$posy+3);
      @@ -690,7 +728,7 @@ class pdf_standard extends ModeleExpenseReport
       
       			// Show sender information
       			$pdf->SetXY($posx+2,$posy+8);
      -			$pdf->SetFont('','', $default_font_size - 1);
      +			$pdf->SetFont('', '', $default_font_size - 1);
       			$pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L');
       
       			// Show recipient
      @@ -698,15 +736,14 @@ class pdf_standard extends ModeleExpenseReport
       			$posx=100;
       
       			// Show recipient frame
      -			$pdf->SetTextColor(0,0,0);
      -			$pdf->SetFont('','B',8);
      +			$pdf->SetTextColor(0, 0, 0);
      +			$pdf->SetFont('', 'B', 8);
       			$pdf->SetXY($posx,$posy-5);
      -			$pdf->MultiCell(80,5, $outputlangs->transnoentities("TripNDF")." :", 0, 'L');
      +			$pdf->MultiCell(80, 5, $outputlangs->transnoentities("TripNDF")." :", 0, 'L');
       			$pdf->rect($posx, $posy, $this->page_largeur - $this->marge_gauche - $posx, $hautcadre);
       
       			// Informations for trip (dates and users workflow)
      -			if ($object->fk_user_author > 0)
      -			{
      +			if ($object->fk_user_author > 0) {
       				$userfee=new User($this->db);
       				$userfee->fetch($object->fk_user_author); $posy+=3;
       				$pdf->SetXY($posx+2,$posy);
      @@ -719,8 +756,7 @@ class pdf_standard extends ModeleExpenseReport
       
       			if ($object->fk_statut==99)
       			{
      -				if ($object->fk_user_refuse > 0)
      -				{
      +				if ($object->fk_user_refuse > 0) {
       					$userfee=new User($this->db);
       					$userfee->fetch($object->fk_user_refuse); $posy+=6;
       					$pdf->SetXY($posx+2,$posy);
      @@ -735,8 +771,7 @@ class pdf_standard extends ModeleExpenseReport
       			}
       			else if($object->fk_statut==4)
       			{
      -				if ($object->fk_user_cancel > 0)
      -				{
      +				if ($object->fk_user_cancel > 0) {
       					$userfee=new User($this->db);
       					$userfee->fetch($object->fk_user_cancel); $posy+=6;
       					$pdf->SetXY($posx+2,$posy);
      @@ -751,8 +786,7 @@ class pdf_standard extends ModeleExpenseReport
       			}
       			else
       			{
      -				if ($object->fk_user_approve > 0)
      -				{
      +				if ($object->fk_user_approve > 0) {
       					$userfee=new User($this->db);
       					$userfee->fetch($object->fk_user_approve); $posy+=6;
       					$pdf->SetXY($posx+2,$posy);
      @@ -763,10 +797,8 @@ class pdf_standard extends ModeleExpenseReport
       				}
       			}
       
      -			if($object->fk_statut==6)
      -			{
      -				if ($object->fk_user_paid > 0)
      -				{
      +			if($object->fk_statut==6) {
      +				if ($object->fk_user_paid > 0) {
       					$userfee=new User($this->db);
       					$userfee->fetch($object->fk_user_paid); $posy+=6;
       					$pdf->SetXY($posx+2,$posy);
      @@ -805,8 +837,8 @@ class pdf_standard extends ModeleExpenseReport
       
       		// Amount in (at tab_top - 1)
       		$pdf->SetTextColor(0,0,0);
      -		$pdf->SetFont('','', $default_font_size - 2);
      -		$titre = $outputlangs->transnoentities("AmountInCurrency",$outputlangs->transnoentitiesnoconv("Currency".$currency));
      +		$pdf->SetFont('', '', $default_font_size - 2);
      +		$titre = $outputlangs->transnoentities("AmountInCurrency", $outputlangs->transnoentitiesnoconv("Currency".$currency));
       		$pdf->SetXY($this->page_largeur - $this->marge_droite - ($pdf->GetStringWidth($titre) + 4), $tab_top -4);
       		$pdf->MultiCell(($pdf->GetStringWidth($titre) + 3), 2, $titre);
       
      @@ -815,61 +847,55 @@ class pdf_standard extends ModeleExpenseReport
       		// Rect prend une longueur en 3eme param
       		$pdf->Rect($this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $tab_height);
       		// line prend une position y en 3eme param
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->line($this->marge_gauche, $tab_top+5, $this->page_largeur-$this->marge_droite, $tab_top+5);
       		}
       
       		$pdf->SetFont('','',8);
       
       		// Accountancy piece
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->SetXY($this->posxpiece-1, $tab_top+1);
      -			$pdf->MultiCell($this->posxcomment-$this->posxpiece-1,1,'','','R');
      +			$pdf->MultiCell($this->posxcomment-$this->posxpiece-1, 1, '', '', 'R');
       		}
       
       		// Comments
       		$pdf->line($this->posxcomment-1, $tab_top, $this->posxcomment-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->SetXY($this->posxcomment-1, $tab_top+1);
      -			$pdf->MultiCell($this->posxdate-$this->posxcomment-1,1,$outputlangs->transnoentities("Description"),'','L');
      +			$pdf->MultiCell($this->posxdate-$this->posxcomment-1, 1, $outputlangs->transnoentities("Description"),'','L');
       		}
       
       		// Date
      -		$pdf->line($this->posxdate-1, $tab_top, $this->posxdate-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      -			$pdf->SetXY($this->posxdate-1, $tab_top+1);
      -			$pdf->MultiCell($this->posxtype-$this->posxdate-1,2, $outputlangs->transnoentities("Date"),'','C');
      -		}
      +		//$pdf->line($this->posxdate-1, $tab_top, $this->posxdate-1, $tab_top + $tab_height);
      +		//if (empty($hidetop))
      +		//{
      +		//	$pdf->SetXY($this->posxdate-1, $tab_top+1);
      +		//	$pdf->MultiCell($this->posxtype-$this->posxdate-1,2, $outputlangs->transnoentities("Date"),'','C');
      +		//}
       
       		// Type
      -		$pdf->line($this->posxtype-1, $tab_top, $this->posxtype-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      -			$pdf->SetXY($this->posxtype-1, $tab_top+1);
      -			$pdf->MultiCell($this->posxprojet-$this->posxtype - 1, 2, $outputlangs->transnoentities("Type"), '', 'C');
      -		}
      +		//$pdf->line($this->posxtype-1, $tab_top, $this->posxtype-1, $tab_top + $tab_height);
      +		//if (empty($hidetop))
      +		//{
      +		//	$pdf->SetXY($this->posxtype-1, $tab_top+1);
      +		//	$pdf->MultiCell($this->posxprojet-$this->posxtype - 1, 2, $outputlangs->transnoentities("Type"), '', 'C');
      +		//}
       
      -        if (!empty($conf->projet->enabled))
      -        {
      -            // Project
      -            $pdf->line($this->posxprojet - 1, $tab_top, $this->posxprojet - 1, $tab_top + $tab_height);
      -    		if (empty($hidetop))
      -    		{
      -                $pdf->SetXY($this->posxprojet - 1, $tab_top + 1);
      -                $pdf->MultiCell($this->posxtva - $this->posxprojet - 1, 2, $outputlangs->transnoentities("Project"), '', 'C');
      -    		}
      -        }
      +        //if (!empty($conf->projet->enabled))
      +        //{
      +        //    // Project
      +        //    $pdf->line($this->posxprojet - 1, $tab_top, $this->posxprojet - 1, $tab_top + $tab_height);
      +    	//	if (empty($hidetop)) {
      +        //        $pdf->SetXY($this->posxprojet - 1, $tab_top + 1);
      +        //        $pdf->MultiCell($this->posxtva - $this->posxprojet - 1, 2, $outputlangs->transnoentities("Project"), '', 'C');
      +    	//	}
      +        //}
       
       		// VAT
      -		if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT))
      -		{
      +		if (empty($conf->global->MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT)) {
       			$pdf->line($this->posxtva-1, $tab_top, $this->posxtva-1, $tab_top + $tab_height);
      -			if (empty($hidetop))
      -			{
      +			if (empty($hidetop)) {
       				$pdf->SetXY($this->posxtva-1, $tab_top+1);
       				$pdf->MultiCell($this->posxup-$this->posxtva - 1, 2, $outputlangs->transnoentities("VAT"), '', 'C');
       			}
      @@ -877,24 +903,21 @@ class pdf_standard extends ModeleExpenseReport
       
               // Unit price
       		$pdf->line($this->posxup-1, $tab_top, $this->posxup-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->SetXY($this->posxup-1, $tab_top+1);
       			$pdf->MultiCell($this->posxqty-$this->posxup-1,2, $outputlangs->transnoentities("PriceU"),'','C');
       		}
       
       		// Quantity
       		$pdf->line($this->posxqty-1, $tab_top, $this->posxqty-1, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->SetXY($this->posxqty-1, $tab_top+1);
       			$pdf->MultiCell($this->postotalttc-$this->posxqty - 1,2, $outputlangs->transnoentities("Qty"),'','R');
       		}
       
       		// Total with all taxes
       		$pdf->line($this->postotalttc, $tab_top, $this->postotalttc, $tab_top + $tab_height);
      -		if (empty($hidetop))
      -		{
      +		if (empty($hidetop)) {
       			$pdf->SetXY($this->postotalttc-1, $tab_top+1);
       			$pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->postotalttc, 2, $outputlangs->transnoentities("TotalTTC"),'','R');
       		}
      @@ -914,7 +937,7 @@ class pdf_standard extends ModeleExpenseReport
       	function _pagefoot(&$pdf,$object,$outputlangs,$hidefreetext=0)
       	{
       		global $conf;
      -		$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);
      +		$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);
       	}
       }
      
      From 21e9c02b11909a5c8db7ccaa09c4d88accc2fa16 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 10:40:15 +0100
      Subject: [PATCH 0985/1013] Performance enhancement in Accounting Personalized
       report
      
      ---
       .../class/accountancycategory.class.php       | 18 +++++++---
       htdocs/compta/resultat/clientfourn.php        |  2 +-
       htdocs/compta/resultat/result.php             | 33 ++++++++++++-------
       3 files changed, 35 insertions(+), 18 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index e2a7b14033c..6c389f20239 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -713,27 +713,36 @@ class AccountancyCategory // extends CommonObject
       	 * Function to show result of an accounting account from the ledger with a direction and a period
       	 *
       	 * @param int 		$cpt 				Id accounting account
      -	 * @param string 	$month 				Specifig month - Can be empty
       	 * @param string 	$date_start			Date start
       	 * @param string 	$date_end			Date end
       	 * @param int 		$sens 				Sens of the account:  0: credit - debit, 1: debit - credit
       	 * @param string	$thirdparty_code	Thirdparty code
      +	 * @param string 	$month 				Specifig month - Can be empty
      +	 * @param string 	$year 				Specifig year - Can be empty
       	 * @return integer 						Result in table
       	 */
      -	public function getResult($cpt, $month, $date_start, $date_end, $sens, $thirdparty_code='nofilter')
      +	public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
       	{
       		$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_bookkeeping as t";
      -		$sql .= " WHERE t.numero_compte = '" . $cpt."'";
      +		$sql .= " WHERE t.numero_compte = '" . $this->db->escape($cpt) . "'";
      +		/*
       		if (! empty($date_start) && ! empty($date_end))
       			$sql.= " AND t.doc_date >= '".$this->db->idate($date_start)."' AND t.doc_date <= '".$this->db->idate($date_end)."'";
       		if (! empty($month)) {
       			$sql .= " AND MONTH(t.doc_date) = " . $month;
       		}
      +		*/
      +		if (! empty($date_start) && ! empty($date_end))
      +			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."'";
      +		if (! empty($month) && ! empty($year)) {
      +			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate(dol_get_first_day($year, $month))."' AND '".$this->db->idate(dol_get_last_day($year, $month))."'";
      +		}
       		if ($thirdparty_code != 'nofilter')
       		{
       			$sql .= " AND thirdparty_code = '".$this->db->escape($thirdparty_code)."'";
       		}
      +		//print $sql;
       
       		dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
       		$resql = $this->db->query($sql);
      @@ -856,13 +865,12 @@ class AccountancyCategory // extends CommonObject
       			if ($num) {
       				while ($obj = $this->db->fetch_object($resql))
       				{
      -					$name_cat = $obj->name_cat;
       					$data[] = array (
       							'id' => $obj->rowid,
       							'account_number' => $obj->account_number,
       							'account_label' => $obj->account_label,
       					);
      -					$i ++;
      +					$i++;
       				}
       			}
       			return $data;
      diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
      index e08ebb17ed1..ee94b4ab5fc 100644
      --- a/htdocs/compta/resultat/clientfourn.php
      +++ b/htdocs/compta/resultat/clientfourn.php
      @@ -303,7 +303,7 @@ if ($modecompta == 'BOOKKEEPING')
       
       					foreach($cpts as $i => $cpt)
       					{
      -						$return = $AccCat->getResult($cpt['account_number'], 0, $date_start, $date_end, $cpt['dc']);
      +						$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']);
       						if ($return < 0) {
       							setEventMessages(null, $AccCat->errors, 'errors');
       							$resultN=0;
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index c4a6e2ec755..3f53cfdc27c 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -78,7 +78,7 @@ if (empty($date_start) || empty($date_end)) // We define date_start and date_end
       	{
       		// We define date_start and date_end
       		$year_end=$year_start + ($nbofyear - 1);
      -		$month_start=GETPOST("month")?GETPOST("month"):($conf->global->SOCIETE_FISCAL_MONTH_START?($conf->global->SOCIETE_FISCAL_MONTH_START):1);
      +		$month_start=GETPOST("month",'int')?GETPOST("month",'int'):($conf->global->SOCIETE_FISCAL_MONTH_START?($conf->global->SOCIETE_FISCAL_MONTH_START):1);
       		$date_startmonth = $month_start;
       		if (! GETPOST('month'))
       		{
      @@ -108,8 +108,10 @@ if (($date_start < dol_time_plus_duree($date_end, -1, 'y')) || ($date_start > $d
       // $date_start and $date_end are defined. We force $start_year and $nbofyear
       $tmps=dol_getdate($date_start);
       $start_year = $tmps['year'];
      +$start_month = $tmps['mon'];
       $tmpe=dol_getdate($date_end);
       $year_end = $tmpe['year'];
      +$month_end = $tmpe['mon'];
       $nbofyear = ($year_end - $start_year) + 1;
       
       $date_start_previous = dol_time_plus_duree($date_start, -1, 'y');
      @@ -374,7 +376,6 @@ elseif ($modecompta=="BOOKKEEPING")
       				}
       			}
       
      -
       			print "</tr>\n";
       
       			//var_dump($sommes);
      @@ -390,7 +391,7 @@ elseif ($modecompta=="BOOKKEEPING")
       				$totCat['M'][$k] = 0;
       			}
       
      -			// Set $cpts of with array of accounts in the category/group
      +			// Set $cpts with array of accounts in the category/group
       			$cpts = $AccCat->getCptsCat($cat['rowid']);
       
       			print "<tr>";
      @@ -428,13 +429,15 @@ elseif ($modecompta=="BOOKKEEPING")
       
       			$code = $cat['code'];
       
      -			// Set value into column NPrevious, N and each month M ($totCat)
      -			// This make 14 calls for each detail of account (NP, N and month m)
      -			foreach($cpts as $i => $cpt)
      +			// Set value into column N-1, N and each month M ($totCat)
      +			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
      +			foreach($cpts as $i => $cpt)	// Loop on each account.
       			{
      -				// N-1
      -				$return = $AccCat->getResult($cpt['account_number'], 0, $date_start_previous, $date_end_previous, $cpt['dc']);
      +				// We make 1 loop for each account because we may want detail.
      +				// @TODO Optimize mode when $showaccountdetail == 'no'
       
      +				// N-1
      +				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start_previous, $date_end_previous, $cpt['dc']);
       				if ($return < 0) {
       					setEventMessages(null, $AccCat->errors, 'errors');
       					$resultNP=0;
      @@ -442,8 +445,8 @@ elseif ($modecompta=="BOOKKEEPING")
       					$resultNP=$AccCat->sdc;
       				}
       
      -				//N
      -				$return = $AccCat->getResult($cpt['account_number'], 0, $date_start, $date_end, $cpt['dc']);
      +				// N
      +				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']);
       				if ($return < 0) {
       					setEventMessages(null, $AccCat->errors, 'errors');
       					$resultN=0;
      @@ -458,9 +461,15 @@ elseif ($modecompta=="BOOKKEEPING")
       				$totPerAccount[$cpt['account_number']]['NP'] = $resultNP;
       				$totPerAccount[$cpt['account_number']]['N'] = $resultN;
       
      +				// Each month
       				foreach($months as $k => $v)
       				{
      -					$return = $AccCat->getResult($cpt['account_number'], $k+1, $date_start, $date_end, $cpt['dc']);
      +					$monthtoprocess = $k+1;			// ($k+1) is month 1, 2, ..., 12
      +					$yeartoprocess = $start_year;
      +					if (($k+1) < $start_month) $yeartoprocess++;
      +
      +					//var_dump($monthtoprocess.'_'.$yeartoprocess);
      +					$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc'], 'nofilter', $monthtoprocess, $yeartoprocess);
       					if ($return < 0) {
       						setEventMessages(null, $AccCat->errors, 'errors');
       						$resultM=0;
      @@ -488,7 +497,7 @@ elseif ($modecompta=="BOOKKEEPING")
       			print "</tr>\n";
       
       			// Loop on detail of all accounts
      -			// This make 14 calls for each detail of account (NP, N and month m)
      +			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
       			if ($showaccountdetail != 'no')
       			{
       				foreach($cpts as $i => $cpt)
      
      From 89138bc349a2f3fe89132fb14fd21012fb43f306 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 10:59:39 +0100
      Subject: [PATCH 0986/1013] FIX Accounting personalized report when using
       multicompany
      
      ---
       .../class/accountancycategory.class.php       | 57 ++++++++++---------
       1 file changed, 30 insertions(+), 27 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 6c389f20239..b70341e21f7 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -163,16 +163,17 @@ class AccountancyCategory // extends CommonObject
       
       		// Insert request
       		$sql = "INSERT INTO ".MAIN_DB_PREFIX."c_accounting_category(";
      -		if ($this->rowid > 0) $sql.= "rowid,";
      -		$sql.= "code,";
      -		$sql.= "label,";
      -		$sql.= "range_account,";
      -		$sql.= "sens,";
      -		$sql.= "category_type,";
      -		$sql.= "formula,";
      -		$sql.= "position,";
      -		$sql.= "fk_country,";
      -		$sql.= "active";
      +		if ($this->rowid > 0) $sql.= "rowid, ";
      +		$sql.= "code, ";
      +		$sql.= "label, ";
      +		$sql.= "range_account, ";
      +		$sql.= "sens, ";
      +		$sql.= "category_type, ";
      +		$sql.= "formula, ";
      +		$sql.= "position, ";
      +		$sql.= "fk_country, ";
      +		$sql.= "active, ";
      +		$sql.= "entity";
       		$sql.= ") VALUES (";
       		if ($this->rowid > 0) $sql.= " ".$this->rowid.",";
       		$sql.= " ".(! isset($this->code)?'NULL':"'".$this->db->escape($this->code)."'").",";
      @@ -184,6 +185,7 @@ class AccountancyCategory // extends CommonObject
       		$sql.= " ".(! isset($this->position)?'NULL':$this->db->escape($this->position)).",";
       		$sql.= " ".(! isset($this->fk_country)?'NULL':$this->db->escape($this->fk_country)).",";
       		$sql.= " ".(! isset($this->active)?'NULL':$this->db->escape($this->active));
      +		$sql.= ", ".$conf->entity;
       		$sql.= ")";
       
       		$this->db->begin();
      @@ -237,9 +239,8 @@ class AccountancyCategory // extends CommonObject
       	 *  @param		string	$label	Label
       	 *  @return     int          	<0 if KO, >0 if OK
       	 */
      -	function fetch($id,$code='',$label='')
      +	function fetch($id, $code='', $label='')
       	{
      -		global $langs;
       		$sql = "SELECT";
       		$sql.= " t.rowid,";
       		$sql.= " t.code,";
      @@ -253,8 +254,12 @@ class AccountancyCategory // extends CommonObject
       		$sql.= " t.active";
       		$sql.= " FROM ".MAIN_DB_PREFIX."c_accounting_category as t";
       		if ($id)   $sql.= " WHERE t.rowid = ".$id;
      -		elseif ($code) $sql.= " WHERE t.code = '".$this->db->escape($code)."'";
      -		elseif ($label) $sql.= " WHERE t.label = '".$this->db->escape($label)."'";
      +		else
      +		{
      +			$sql.= " WHERE t.entity IN (".getEntity('c_accounting_category').")"; // Dont't use entity if you use rowid
      +			if ($code) $sql.= " AND t.code = '".$this->db->escape($code)."'";
      +			elseif ($label) $sql.= " AND t.label = '".$this->db->escape($label)."'";
      +		}
       
       		dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
       		$resql=$this->db->query($sql);
      @@ -480,7 +485,7 @@ class AccountancyCategory // extends CommonObject
       		$sql .= " INNER JOIN " . MAIN_DB_PREFIX . "accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version";
       		$sql .= " AND asy.rowid = " . $conf->global->CHARTOFACCOUNTS;
       		$sql .= " AND aa.active = 1";
      -		$sql .= " AND aa.entity = = " . $conf->entity . ")";
      +		$sql .= " AND aa.entity = " . $conf->entity . ")";
       		$sql .= " GROUP BY t.numero_compte, t.label_operation, t.doc_ref";
       		$sql .= " ORDER BY t.numero_compte";
       
      @@ -723,25 +728,21 @@ class AccountancyCategory // extends CommonObject
       	 */
       	public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
       	{
      +		global $conf;
      +
       		$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_bookkeeping as t";
       		$sql .= " WHERE t.numero_compte = '" . $this->db->escape($cpt) . "'";
      -		/*
      -		if (! empty($date_start) && ! empty($date_end))
      -			$sql.= " AND t.doc_date >= '".$this->db->idate($date_start)."' AND t.doc_date <= '".$this->db->idate($date_end)."'";
      -		if (! empty($month)) {
      -			$sql .= " AND MONTH(t.doc_date) = " . $month;
      -		}
      -		*/
      -		if (! empty($date_start) && ! empty($date_end))
      +		if (! empty($date_start) && ! empty($date_end) && (empty($month) || empty($year)))	// If month/year provided, it is stronger than filter date_start/date_end
       			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."'";
       		if (! empty($month) && ! empty($year)) {
       			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate(dol_get_first_day($year, $month))."' AND '".$this->db->idate(dol_get_last_day($year, $month))."'";
       		}
       		if ($thirdparty_code != 'nofilter')
       		{
      -			$sql .= " AND thirdparty_code = '".$this->db->escape($thirdparty_code)."'";
      +			$sql .= " AND t.thirdparty_code = '".$this->db->escape($thirdparty_code)."'";
       		}
      +		$sql .= " AND t.entity = ".$conf->entity;
       		//print $sql;
       
       		dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
      @@ -775,7 +776,7 @@ class AccountancyCategory // extends CommonObject
       	 */
       	public function getCats($categorytype=-1)
       	{
      -		global $db, $langs, $user, $mysoc, $conf;
      +		global $conf, $mysoc;
       
       		if (empty($mysoc->country_id)) {
       			dol_print_error('', 'Call to select_accounting_account with mysoc country not yet defined');
      @@ -784,7 +785,7 @@ class AccountancyCategory // extends CommonObject
       
       		$sql = "SELECT c.rowid, c.code, c.label, c.formula, c.position, c.category_type";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "c_accounting_category as c";
      -		$sql .= " WHERE c.active = 1 ";
      +		$sql .= " WHERE c.active = 1";
       		$sql .= " AND c.entity = " . $conf->entity;
       		if ($categorytype >= 0) $sql.=" AND c.category_type = 1";
       		$sql .= " AND (c.fk_country = ".$mysoc->country_id." OR c.fk_country = 0)";
      @@ -832,7 +833,7 @@ class AccountancyCategory // extends CommonObject
       	 */
       	public function getCptsCat($cat_id, $predefinedgroupwhere='')
       	{
      -		global $mysoc;
      +		global $conf, $mysoc;
       		$sql = '';
       
       		if (empty($mysoc->country_id) && empty($mysoc->country_code)) {
      @@ -845,6 +846,7 @@ class AccountancyCategory // extends CommonObject
       			$sql = "SELECT t.rowid, t.account_number, t.label as account_label";
       			$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_account as t";
       			$sql .= " WHERE t.fk_accounting_category = ".$cat_id;
      +			$sql .= " AND t.entity = " . $conf->entity;
       			$sql .= " ORDER BY t.account_number";
       		}
       		else
      @@ -852,6 +854,7 @@ class AccountancyCategory // extends CommonObject
       			$sql = "SELECT t.rowid, t.account_number, t.label as account_label";
       			$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_account as t";
       			$sql .= " WHERE ".$predefinedgroupwhere;
      +			$sql .= " AND t.entity = " . $conf->entity;
       			$sql .= " ORDER BY t.account_number";
       		}
       		//echo $sql;
      
      From 784c13d9d062c5743e824c6a2475b35b5b6e48c4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 11:14:05 +0100
      Subject: [PATCH 0987/1013] Fix label of month
      
      ---
       htdocs/compta/resultat/result.php | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index 3f53cfdc27c..9e3c28f529d 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -233,13 +233,13 @@ print '<th class="liste_titre" align="right">'.$langs->trans("SelectedPeriod").'
       foreach($months as $k => $v){
       	if (($k+1) >= $date_startmonth)
       	{
      -		print '<th class="liste_titre width50" align="right" >'.$langs->trans($v).'</th>';
      +		print '<th class="liste_titre width50" align="right" >'.$langs->trans('MonthShort'.sprintf("%02s",($k+1))).'</th>';
       	}
       }
       foreach($months as $k => $v){
       	if (($k+1) < $date_startmonth)
       	{
      -		print '<th class="liste_titre width50" align="right" >'.$langs->trans($v).'</th>';
      +		print '<th class="liste_titre width50" align="right" >'.$langs->trans('MonthShort'.sprintf("%02s",($k+1))).'</th>';
       	}
       }
       print	'</tr>';
      
      From c2e5a292466a2f01ce94351475ca6fa7cab106dd Mon Sep 17 00:00:00 2001
      From: Thibault Descamps <thibault@atm-consulting.fr>
      Date: Thu, 22 Nov 2018 11:36:30 +0100
      Subject: [PATCH 0988/1013] NEW redirect if only one result on global search on
       card
      
      ---
       htdocs/comm/propal/list.php       | 15 ++++++++++++++-
       htdocs/commande/list.php          | 12 +++++++++++-
       htdocs/compta/facture/list.php    | 15 +++++++++++++--
       htdocs/fourn/commande/list.php    | 17 ++++++++++++++---
       htdocs/fourn/facture/list.php     | 13 ++++++++++++-
       htdocs/product/list.php           |  1 +
       htdocs/projet/list.php            |  3 +--
       htdocs/projet/tasks/list.php      |  5 ++---
       htdocs/supplier_proposal/list.php | 21 ++++++++++++++++++---
       9 files changed, 86 insertions(+), 16 deletions(-)
      
      diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php
      index 89b6211d644..61ad93660b6 100644
      --- a/htdocs/comm/propal/list.php
      +++ b/htdocs/comm/propal/list.php
      @@ -258,7 +258,7 @@ $projectstatic=new Project($db);
       $formcompany=new FormCompany($db);
       
       $help_url='EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
      -llxHeader('',$langs->trans('Proposal'),$help_url);
      +//llxHeader('',$langs->trans('Proposal'),$help_url);
       
       $sql = 'SELECT';
       if ($sall || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -404,6 +404,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
       $sql.= $db->plimit($limit+1, $offset);
       
       $resql=$db->query($sql);
      +
       if ($resql)
       {
       	$objectstatic=new Propal($db);
      @@ -424,6 +425,18 @@ if ($resql)
       	$num = $db->num_rows($resql);
       
       	$arrayofselected=is_array($toselect)?$toselect:array();
      +	
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +
      +		$id = $obj->rowid;
      +		
      +		header("Location: ".DOL_URL_ROOT.'/comm/propal/card.php?id='.$id);
      +		exit;
      +	}
      +
      +	llxHeader('',$langs->trans('Proposal'),$help_url);
       
       	$param='&viewstatut='.urlencode($viewstatut);
       	if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
      index dbe2b29e63a..55e6e2f8ff5 100644
      --- a/htdocs/commande/list.php
      +++ b/htdocs/commande/list.php
      @@ -233,7 +233,7 @@ $projectstatic=new Project($db);
       
       $title=$langs->trans("Orders");
       $help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo_Pedidos_de_clientes";
      -llxHeader('',$title,$help_url);
      +// llxHeader('',$title,$help_url);
       
       $sql = 'SELECT';
       if ($sall || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -401,6 +401,16 @@ if ($resql)
       
       	$arrayofselected=is_array($toselect)?$toselect:array();
       
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +		$id = $obj->rowid;
      +		header("Location: ".DOL_URL_ROOT.'/commande/card.php?id='.$id);
      +		exit;
      +	}
      +
      +	llxHeader('',$title,$help_url);
      +	
       	$param='';
       
       	if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.urlencode($contextpage);
      diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
      index 83925a38b08..eb7408cabf6 100644
      --- a/htdocs/compta/facture/list.php
      +++ b/htdocs/compta/facture/list.php
      @@ -354,7 +354,7 @@ $facturestatic=new Facture($db);
       $formcompany=new FormCompany($db);
       $thirdpartystatic=new Societe($db);
       
      -llxHeader('',$langs->trans('CustomersInvoices'),'EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes');
      +// llxHeader('',$langs->trans('CustomersInvoices'),'EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes');
       
       $sql = 'SELECT';
       if ($sall || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -532,15 +532,26 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
       }
       
       $sql.= $db->plimit($limit+1,$offset);
      -//print $sql;
       
       $resql = $db->query($sql);
      +
       if ($resql)
       {
       	$num = $db->num_rows($resql);
       
       	$arrayofselected=is_array($toselect)?$toselect:array();
       
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +		$id = $obj->id;
      +		
      +		header("Location: ".DOL_URL_ROOT.'/compta/facture/card.php?facid='.$id);
      +		exit;
      +	}
      +	
      +	llxHeader('',$langs->trans('CustomersInvoices'),'EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes');
      +	
       	if ($socid)
       	{
       		$soc = new Societe($db);
      diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
      index a08e39e157c..3208dc36f75 100644
      --- a/htdocs/fourn/commande/list.php
      +++ b/htdocs/fourn/commande/list.php
      @@ -56,7 +56,8 @@ $search_deliveryyear=GETPOST("search_deliveryyear","int");
       $search_deliverymonth=GETPOST("search_deliverymonth","int");
       $search_deliveryday=GETPOST("search_deliveryday","int");
       
      -$sall=GETPOST('search_all', 'alphanohtml');
      +$sall=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
      +
       $search_product_category=GETPOST('search_product_category','int');
       $search_ref=GETPOST('search_ref');
       $search_refsupp=GETPOST('search_refsupp');
      @@ -473,7 +474,7 @@ if ($search_billed > 0) $title.=' - '.$langs->trans("Billed");
       
       //$help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo_Pedidos_de_clientes";
       $help_url='';
      -llxHeader('',$title,$help_url);
      +// llxHeader('',$title,$help_url);
       
       $sql = 'SELECT';
       if ($sall || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -604,9 +605,19 @@ if ($resql)
       	}
       
       	$num = $db->num_rows($resql);
      -
      +	
       	$arrayofselected=is_array($toselect)?$toselect:array();
       
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +		$id = $obj->rowid;
      +		header("Location: ".DOL_URL_ROOT.'/fourn/commande/card.php?id='.$id);
      +		exit;
      +	}
      +
      +	llxHeader('',$title,$help_url);
      +	
       	$param='';
       	if ($socid > 0)             $param.='&socid='.$socid;
       	if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
      diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
      index 07b53981faf..38c3ef10a2e 100644
      --- a/htdocs/fourn/facture/list.php
      +++ b/htdocs/fourn/facture/list.php
      @@ -256,7 +256,7 @@ $facturestatic=new FactureFournisseur($db);
       $formcompany=new FormCompany($db);
       $thirdparty=new Societe($db);
       
      -llxHeader('',$langs->trans("SuppliersInvoices"),'EN:Suppliers_Invoices|FR:FactureFournisseur|ES:Facturas_de_proveedores');
      +// llxHeader('',$langs->trans("SuppliersInvoices"),'EN:Suppliers_Invoices|FR:FactureFournisseur|ES:Facturas_de_proveedores');
       
       $sql = "SELECT";
       if ($search_all || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -427,6 +427,17 @@ if ($resql)
       
       	$arrayofselected=is_array($toselect)?$toselect:array();
       
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +		$id = $obj->facid;
      +		
      +		header("Location: ".DOL_URL_ROOT.'/fourn/facture/card.php?facid='.$id);
      +		exit;
      +	}
      +	
      +	llxHeader('',$langs->trans("SuppliersInvoices"),'EN:Suppliers_Invoices|FR:FactureFournisseur|ES:Facturas_de_proveedores');
      +	
       	if ($socid)
       	{
       		$soc = new Societe($db);
      diff --git a/htdocs/product/list.php b/htdocs/product/list.php
      index 03d69a7a243..8c3196e1ec6 100644
      --- a/htdocs/product/list.php
      +++ b/htdocs/product/list.php
      @@ -357,6 +357,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
       $sql.= $db->plimit($limit + 1, $offset);
       
       $resql = $db->query($sql);
      +
       if ($resql)
       {
       	$num = $db->num_rows($resql);
      diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
      index 6f3ca7215a7..dac11d34519 100644
      --- a/htdocs/projet/list.php
      +++ b/htdocs/projet/list.php
      @@ -386,9 +386,8 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
       
       $sql.= $db->plimit($limit + 1,$offset);
       
      -//print $sql;
       dol_syslog("list allowed project", LOG_DEBUG);
      -//print $sql;
      +
       $resql = $db->query($sql);
       if (! $resql)
       {
      diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php
      index 93ff5fab7a8..e1a77f0b824 100644
      --- a/htdocs/projet/tasks/list.php
      +++ b/htdocs/projet/tasks/list.php
      @@ -42,7 +42,7 @@ $toselect = GETPOST('toselect', 'array');
       
       $id=GETPOST('id','int');
       
      -$search_all=GETPOST('search_all', 'alphanohtml');
      +$search_all=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
       $search_categ=GETPOST("search_categ",'alpha');
       $search_project=GETPOST('search_project');
       if (! isset($_GET['search_projectstatus']) && ! isset($_POST['search_projectstatus']))
      @@ -336,10 +336,9 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
       }
       
       $sql.= $db->plimit($limit + 1,$offset);
      -//print $sql;
       
       dol_syslog("list allowed project", LOG_DEBUG);
      -//print $sql;
      +
       $resql = $db->query($sql);
       if (! $resql)
       {
      diff --git a/htdocs/supplier_proposal/list.php b/htdocs/supplier_proposal/list.php
      index 642d4610a10..8915532ff22 100644
      --- a/htdocs/supplier_proposal/list.php
      +++ b/htdocs/supplier_proposal/list.php
      @@ -73,6 +73,7 @@ $search_btn=GETPOST('button_search','alpha');
       $search_remove_btn=GETPOST('button_removefilter','alpha');
       
       $sall=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
      +
       $mesg=(GETPOST("msg") ? GETPOST("msg") : GETPOST("mesg"));
       $year=GETPOST("year");
       $month=GETPOST("month");
      @@ -122,10 +123,10 @@ $search_array_options=$extrafields->getOptionalsFromPost($object->table_element,
       
       // List of fields to search into when doing a "search in all"
       $fieldstosearchall = array(
      -	'p.ref'=>'Ref',
      +	'sp.ref'=>'Ref',
       	's.nom'=>'Supplier',
       	'pd.description'=>'Description',
      -	'p.note_public'=>'NotePublic',
      +	'sp.note_public'=>'NotePublic',
       );
       if (empty($user->socid)) $fieldstosearchall["p.note_private"]="NotePrivate";
       
      @@ -217,6 +218,7 @@ if (empty($reshook))
        * View
        */
       
      +
       $now=dol_now();
       
       $form = new Form($db);
      @@ -227,7 +229,7 @@ $companystatic=new Societe($db);
       $formcompany=new FormCompany($db);
       
       $help_url='EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
      -llxHeader('',$langs->trans('CommRequest'),$help_url);
      +//llxHeader('',$langs->trans('CommRequest'),$help_url);
       
       $sql = 'SELECT';
       if ($sall || $search_product_category > 0) $sql = 'SELECT DISTINCT';
      @@ -358,7 +360,20 @@ if ($resql)
       	$num = $db->num_rows($resql);
       
       	$arrayofselected=is_array($toselect)?$toselect:array();
      +	
      +	if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE))
      +	{
      +		$obj = $db->fetch_object($resql);
      +		
      +		$id = $obj->rowid;
      +		
      +		header("Location: ".DOL_URL_ROOT.'/supplier_proposal/card.php?id='.$id);
       
      +		exit;
      +	}
      +	
      +	llxHeader('',$langs->trans('CommRequest'),$help_url);
      +	
       	$param='';
       	if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
       	if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
      
      From 0fbf213739dbe53ab6444b58967d322ef6d1989b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 13:08:18 +0100
      Subject: [PATCH 0989/1013] Fix length of field
      
      ---
       htdocs/core/lib/pdf.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php
      index a9e8807c66a..a6899697860 100644
      --- a/htdocs/core/lib/pdf.lib.php
      +++ b/htdocs/core/lib/pdf.lib.php
      @@ -757,7 +757,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default
       					$content = $account->number;
       				} elseif ($val == 'BankAccountNumberKey') {
       					// Key
      -					$tmplength = 13;
      +					$tmplength = 15;
       					$content = $account->cle_rib;
       				}elseif ($val == 'IBAN' || $val == 'BIC') {
       					// Key
      
      From 8de30c12d8d0fa248b73f10789de831a20d3479d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 13:19:25 +0100
      Subject: [PATCH 0990/1013] Fix translation
      
      ---
       htdocs/langs/en_US/boxes.lang     |  4 ++--
       htdocs/langs/en_US/companies.lang | 16 ++++++++--------
       htdocs/langs/en_US/mails.lang     |  4 ++--
       htdocs/langs/en_US/main.lang      |  2 +-
       4 files changed, 13 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang
      index 8a519879ac3..ded846feb7d 100644
      --- a/htdocs/langs/en_US/boxes.lang
      +++ b/htdocs/langs/en_US/boxes.lang
      @@ -15,7 +15,7 @@ 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
      @@ -34,7 +34,7 @@ BoxTitleLastFicheInter=Latest %s modified interventions
       BoxTitleOldestUnpaidCustomerBills=Customer Invoices: oldest %s unpaid
       BoxTitleOldestUnpaidSupplierBills=Supplier Invoices: oldest %s unpaid
       BoxTitleCurrentAccounts=Open Accounts: balances
      -BoxTitleLastModifiedContacts=Contacts/Addresses: latest %s modified
      +BoxTitleLastModifiedContacts=Latest %s modified contact addresses
       BoxMyLastBookmarks=Bookmarks: latest %s modified
       BoxOldestExpiredServices=Oldest active expired services
       BoxLastExpiredServices=Latest %s oldest contacts with active expired services
      diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
      index e5de5614886..a528d232c47 100644
      --- a/htdocs/langs/en_US/companies.lang
      +++ b/htdocs/langs/en_US/companies.lang
      @@ -19,9 +19,9 @@ ProspectionArea=Prospection area
       IdThirdParty=Id third party
       IdCompany=Company Id
       IdContact=Contact Id
      -Contacts=Contacts/Addresses
      +Contacts=Contact addresses
       ThirdPartyContacts=Third party contacts
      -ThirdPartyContact=Third party contact/address
      +ThirdPartyContact=Third party contact address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      @@ -289,12 +289,12 @@ SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=None
       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
      @@ -315,8 +315,8 @@ ValidityControledByModule=Validity controlled by module
       ThisIsModuleRules=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
      @@ -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
      diff --git a/htdocs/langs/en_US/mails.lang b/htdocs/langs/en_US/mails.lang
      index d4f835874e7..279a2f3118b 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
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index 233b9bba076..c51f8a3683b 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -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
      
      From 3bb7726101234b1bb9390dd5358ec9e7b64a5a5b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 13:22:05 +0100
      Subject: [PATCH 0991/1013] Revert "Fix translation"
      
      This reverts commit 8de30c12d8d0fa248b73f10789de831a20d3479d.
      ---
       htdocs/langs/en_US/boxes.lang     |  4 ++--
       htdocs/langs/en_US/companies.lang | 16 ++++++++--------
       htdocs/langs/en_US/mails.lang     |  4 ++--
       htdocs/langs/en_US/main.lang      |  2 +-
       4 files changed, 13 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang
      index ded846feb7d..8a519879ac3 100644
      --- a/htdocs/langs/en_US/boxes.lang
      +++ b/htdocs/langs/en_US/boxes.lang
      @@ -15,7 +15,7 @@ BoxLastSuppliers=Latest modified suppliers
       BoxLastCustomerOrders=Latest customer orders
       BoxLastActions=Latest actions
       BoxLastContracts=Latest contracts
      -BoxLastContacts=Latest contact addresses
      +BoxLastContacts=Latest contacts/addresses
       BoxLastMembers=Latest members
       BoxFicheInter=Latest interventions
       BoxCurrentAccounts=Open accounts balance
      @@ -34,7 +34,7 @@ BoxTitleLastFicheInter=Latest %s modified interventions
       BoxTitleOldestUnpaidCustomerBills=Customer Invoices: oldest %s unpaid
       BoxTitleOldestUnpaidSupplierBills=Supplier Invoices: oldest %s unpaid
       BoxTitleCurrentAccounts=Open Accounts: balances
      -BoxTitleLastModifiedContacts=Latest %s modified contact addresses
      +BoxTitleLastModifiedContacts=Contacts/Addresses: latest %s modified
       BoxMyLastBookmarks=Bookmarks: latest %s modified
       BoxOldestExpiredServices=Oldest active expired services
       BoxLastExpiredServices=Latest %s oldest contacts with active expired services
      diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
      index a528d232c47..e5de5614886 100644
      --- a/htdocs/langs/en_US/companies.lang
      +++ b/htdocs/langs/en_US/companies.lang
      @@ -19,9 +19,9 @@ ProspectionArea=Prospection area
       IdThirdParty=Id third party
       IdCompany=Company Id
       IdContact=Contact Id
      -Contacts=Contact addresses
      +Contacts=Contacts/Addresses
       ThirdPartyContacts=Third party contacts
      -ThirdPartyContact=Third party contact address
      +ThirdPartyContact=Third party contact/address
       Company=Company
       CompanyName=Company name
       AliasNames=Alias name (commercial, trademark, ...)
      @@ -289,12 +289,12 @@ SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
       DiscountNone=None
       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=Contact addresses
      +ContactsAddresses=Contacts/Addresses
       FromContactName=Name:
       NoContactDefinedForThirdParty=No contact defined for this third party
       NoContactDefined=No contact defined
      @@ -315,8 +315,8 @@ ValidityControledByModule=Validity controlled by module
       ThisIsModuleRules=Rules for this module
       ProspectToContact=Prospect to contact
       CompanyDeleted=Company "%s" deleted from database.
      -ListOfContacts=List of contact addresses
      -ListOfContactsAddresses=List of contact addresses
      +ListOfContacts=List of contacts/addresses
      +ListOfContactsAddresses=List of contacts/addresses
       ListOfThirdParties=List of Third Parties
       ShowCompany=Show Third Party
       ShowContact=Show contact
      @@ -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=Contact addresses and attributes
      +ImportDataset_company_2=Contacts/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
      diff --git a/htdocs/langs/en_US/mails.lang b/htdocs/langs/en_US/mails.lang
      index 279a2f3118b..d4f835874e7 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 contact addresses
      +NbOfCompaniesContacts=Unique contacts/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 contact addresses to target
      +AdvTgtTitle=Fill input fields to preselect the third parties or contacts/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
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index c51f8a3683b..233b9bba076 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -434,7 +434,7 @@ LatestLinkedEvents=Latest %s linked events
       CompanyFoundation=Company/Organization
       Accountant=Accountant
       ContactsForCompany=Contacts for this third party
      -ContactsAddressesForCompany=Contact addresses for this third party
      +ContactsAddressesForCompany=Contacts/addresses for this third party
       AddressesForCompany=Addresses for this third party
       ActionsOnCompany=Events about this third party
       ActionsOnMember=Events about this member
      
      From 97af22369db1c1ca3db4f3b7cdc9955a88a4e1d6 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 13:47:55 +0100
      Subject: [PATCH 0992/1013] Trans
      
      ---
       htdocs/langs/en_US/admin.lang  | 6 +++---
       htdocs/langs/en_US/bills.lang  | 2 +-
       htdocs/langs/en_US/propal.lang | 2 +-
       3 files changed, 5 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index f528c23818b..a5f81fb11a5 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -902,7 +902,7 @@ DictionaryVAT=VAT Rates or Sales Tax Rates
       DictionaryRevenueStamp=Amount of tax stamps
       DictionaryPaymentConditions=Payment terms
       DictionaryPaymentModes=Payment modes
      -DictionaryTypeContact=Contact address types
      +DictionaryTypeContact=Contacts/addresses types
       DictionaryTypeOfContainer=Type of website pages/containers
       DictionaryEcotaxe=Ecotax (WEEE)
       DictionaryPaperFormat=Paper formats
      @@ -1142,7 +1142,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 (contacts/address)
       ExtraFieldsMember=Complementary attributes (member)
       ExtraFieldsMemberType=Complementary attributes (member type)
       ExtraFieldsCustomerInvoices=Complementary attributes (invoices)
      @@ -1702,7 +1702,7 @@ ListOfNotificationsPerUser=List of notifications per user*
       ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
       ListOfFixedNotifications=List of fixed notifications
       GoOntoUserCardToAddMore=Go to 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 contact addresses
      +GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/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:
      diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
      index 9e3d2a4af98..ed988d580e2 100644
      --- a/htdocs/langs/en_US/bills.lang
      +++ b/htdocs/langs/en_US/bills.lang
      @@ -465,7 +465,7 @@ Cheques=Checks
       DepositId=Id deposit
       NbCheque=Number of checks
       CreditNoteConvertedIntoDiscount=This %s has been converted into %s
      -UsBillingContactAsIncoiveRecipientIfExist=Use customer billing contact address instead of third party address as recipient for invoices
      +UsBillingContactAsIncoiveRecipientIfExist=Use contact/address with type 'billing contact' instead of third party address as recipient for invoices
       ShowUnpaidAll=Show all unpaid invoices
       ShowUnpaidLateOnly=Show late unpaid invoices only
       PaymentInvoiceRef=Payment invoice %s
      diff --git a/htdocs/langs/en_US/propal.lang b/htdocs/langs/en_US/propal.lang
      index fd1240e3ea6..c258381ea85 100644
      --- a/htdocs/langs/en_US/propal.lang
      +++ b/htdocs/langs/en_US/propal.lang
      @@ -55,7 +55,7 @@ NoDraftProposals=No draft proposals
       CopyPropalFrom=Create commercial proposal by copying existing proposal
       CreateEmptyPropal=Create empty commercial proposal or from list of products/services
       DefaultProposalDurationValidity=Default commercial proposal validity duration (in days)
      -UseCustomerContactAsPropalRecipientIfExist=Use customer contact address if defined instead of third party address as proposal recipient address
      +UseCustomerContactAsPropalRecipientIfExist=Use contact/address with type 'Contact following-up proposal' if defined instead of third party address as proposal recipient address
       ClonePropal=Clone commercial proposal
       ConfirmClonePropal=Are you sure you want to clone the commercial proposal <b>%s</b>?
       ConfirmReOpenProp=Are you sure you want to open back the commercial proposal <b>%s</b>?
      
      From 72fc0226e327604a6169816e6d8cd91e7746b1ef Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 19:45:35 +0100
      Subject: [PATCH 0993/1013] Optimize performance: Remove call for year N, can
       be done with total of each month
      
      ---
       .../class/accountancycategory.class.php       |  1 +
       htdocs/compta/resultat/result.php             | 29 ++++++++++---------
       2 files changed, 17 insertions(+), 13 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index b70341e21f7..6bb7be94f81 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -732,6 +732,7 @@ class AccountancyCategory // extends CommonObject
       
       		$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_bookkeeping as t";
      +		//if (in_array($this->db->type, array('mysql', 'mysqli'))) $sql.=' USE INDEX idx_accounting_bookkeeping_doc_date';
       		$sql .= " WHERE t.numero_compte = '" . $this->db->escape($cpt) . "'";
       		if (! empty($date_start) && ! empty($date_end) && (empty($month) || empty($year)))	// If month/year provided, it is stronger than filter date_start/date_end
       			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."'";
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index 9e3c28f529d..39b6a8dc79a 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -445,23 +445,12 @@ elseif ($modecompta=="BOOKKEEPING")
       					$resultNP=$AccCat->sdc;
       				}
       
      -				// N
      -				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']);
      -				if ($return < 0) {
      -					setEventMessages(null, $AccCat->errors, 'errors');
      -					$resultN=0;
      -				} else {
      -					$resultN=$AccCat->sdc;
      -				}
      -
       				$totCat['NP'] += $resultNP;
      -				$totCat['N'] += $resultN;
       				$sommes[$code]['NP'] += $resultNP;
      -				$sommes[$code]['N'] += $resultN;
       				$totPerAccount[$cpt['account_number']]['NP'] = $resultNP;
      -				$totPerAccount[$cpt['account_number']]['N'] = $resultN;
       
       				// Each month
      +				$resultN = 0;
       				foreach($months as $k => $v)
       				{
       					$monthtoprocess = $k+1;			// ($k+1) is month 1, 2, ..., 12
      @@ -479,7 +468,22 @@ elseif ($modecompta=="BOOKKEEPING")
       					$totCat['M'][$k] += $resultM;
       					$sommes[$code]['M'][$k] += $resultM;
       					$totPerAccount[$cpt['account_number']]['M'][$k] = $resultM;
      +
      +					$resultN += $resultM;
       				}
      +
      +				// N
      +				/*$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']);
      +				if ($return < 0) {
      +					setEventMessages(null, $AccCat->errors, 'errors');
      +					$resultN=0;
      +				} else {
      +					$resultN=$AccCat->sdc;
      +				}*/
      +
      +				$totCat['N'] += $resultN;
      +				$sommes[$code]['N'] += $resultN;
      +				$totPerAccount[$cpt['account_number']]['N'] = $resultN;
       			}
       
       			// Now output columns for row $code ('VTE', 'MAR', ...)
      @@ -497,7 +501,6 @@ elseif ($modecompta=="BOOKKEEPING")
       			print "</tr>\n";
       
       			// Loop on detail of all accounts
      -			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
       			if ($showaccountdetail != 'no')
       			{
       				foreach($cpts as $i => $cpt)
      
      From 5727cf2910744e4aabb5ad233efb4e01284ee078 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 20:09:27 +0100
      Subject: [PATCH 0994/1013] Prepare code for performance enhancement
      
      ---
       .../class/accountancycategory.class.php       | 26 ++++++++++---------
       htdocs/compta/resultat/result.php             |  4 +--
       2 files changed, 16 insertions(+), 14 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 6bb7be94f81..14c4bce3126 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -724,48 +724,50 @@ class AccountancyCategory // extends CommonObject
       	 * @param string	$thirdparty_code	Thirdparty code
       	 * @param string 	$month 				Specifig month - Can be empty
       	 * @param string 	$year 				Specifig year - Can be empty
      -	 * @return integer 						Result in table
      +	 * @return integer 						<0 if KO, >= 0 if OK
       	 */
       	public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
       	{
       		global $conf;
       
      +		$this->sdc = 0;
      +		$this->sdcpermonth = array();
      +
       		$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_bookkeeping as t";
       		//if (in_array($this->db->type, array('mysql', 'mysqli'))) $sql.=' USE INDEX idx_accounting_bookkeeping_doc_date';
      -		$sql .= " WHERE t.numero_compte = '" . $this->db->escape($cpt) . "'";
      +		$sql .= " WHERE t.entity = ".$conf->entity;
      +		$sql .= " AND t.numero_compte = '" . $this->db->escape($cpt) . "'";
       		if (! empty($date_start) && ! empty($date_end) && (empty($month) || empty($year)))	// If month/year provided, it is stronger than filter date_start/date_end
      -			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."'";
      +			$sql .= " AND (t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."')";
       		if (! empty($month) && ! empty($year)) {
      -			$sql .= " AND t.doc_date BETWEEN '".$this->db->idate(dol_get_first_day($year, $month))."' AND '".$this->db->idate(dol_get_last_day($year, $month))."'";
      +			$sql .= " AND (t.doc_date BETWEEN '".$this->db->idate(dol_get_first_day($year, $month))."' AND '".$this->db->idate(dol_get_last_day($year, $month))."')";
       		}
       		if ($thirdparty_code != 'nofilter')
       		{
       			$sql .= " AND t.thirdparty_code = '".$this->db->escape($thirdparty_code)."'";
       		}
      -		$sql .= " AND t.entity = ".$conf->entity;
       		//print $sql;
       
      -		dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
       		$resql = $this->db->query($sql);
      -
      -		if ($resql) {
      +		if ($resql)
      +		{
       			$num = $this->db->num_rows($resql);
      -			$this->sdc = 0;
      -			if ($num) {
      +			if ($num)
      +			{
       				$obj = $this->db->fetch_object($resql);
       				if ($sens == 1) {
       					$this->sdc = $obj->debit - $obj->credit;
       				} else {
       					$this->sdc = $obj->credit - $obj->debit;
       				}
      +				$this->sdcpermonth[$year.'_'.$month.'_'.$sens] = $this->sdc;
       			}
       			return $num;
       		} else {
       			$this->error = "Error " . $this->db->lasterror();
       			dol_syslog(__METHOD__ . " " . $this->error, LOG_ERR);
      -
      -			return - 1;
      +			return -1;
       		}
       	}
       
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index 39b6a8dc79a..d5d0bffc2e3 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -437,7 +437,7 @@ elseif ($modecompta=="BOOKKEEPING")
       				// @TODO Optimize mode when $showaccountdetail == 'no'
       
       				// N-1
      -				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start_previous, $date_end_previous, $cpt['dc']);
      +				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start_previous, $date_end_previous, $cpt['dc']?$cpt['dc']:0);
       				if ($return < 0) {
       					setEventMessages(null, $AccCat->errors, 'errors');
       					$resultNP=0;
      @@ -458,7 +458,7 @@ elseif ($modecompta=="BOOKKEEPING")
       					if (($k+1) < $start_month) $yeartoprocess++;
       
       					//var_dump($monthtoprocess.'_'.$yeartoprocess);
      -					$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc'], 'nofilter', $monthtoprocess, $yeartoprocess);
      +					$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']?$cpt['dc']:0, 'nofilter', $monthtoprocess, $yeartoprocess);
       					if ($return < 0) {
       						setEventMessages(null, $AccCat->errors, 'errors');
       						$resultM=0;
      
      From fe35e72e835f60bacf03c77be4e01b40070aa226 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 20:45:50 +0100
      Subject: [PATCH 0995/1013] Fix perf. Make only one request per group for year
       N-1.
      
      ---
       .../class/accountancycategory.class.php       |  25 +++-
       htdocs/compta/resultat/result.php             | 129 +++++++++---------
       2 files changed, 89 insertions(+), 65 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 14c4bce3126..043021df367 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -717,7 +717,7 @@ class AccountancyCategory // extends CommonObject
       	/**
       	 * Function to show result of an accounting account from the ledger with a direction and a period
       	 *
      -	 * @param int 		$cpt 				Id accounting account
      +	 * @param int[array	$cpt 				Accounting account or array of accounting account
       	 * @param string 	$date_start			Date start
       	 * @param string 	$date_end			Date end
       	 * @param int 		$sens 				Sens of the account:  0: credit - debit, 1: debit - credit
      @@ -734,10 +734,24 @@ class AccountancyCategory // extends CommonObject
       		$this->sdcpermonth = array();
       
       		$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
      +		if (is_array($cpt)) $sql.=", t.numero_compte as accountancy_account";
       		$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_bookkeeping as t";
       		//if (in_array($this->db->type, array('mysql', 'mysqli'))) $sql.=' USE INDEX idx_accounting_bookkeeping_doc_date';
       		$sql .= " WHERE t.entity = ".$conf->entity;
      -		$sql .= " AND t.numero_compte = '" . $this->db->escape($cpt) . "'";
      +		if (is_array($cpt))
      +		{
      +			$listofaccount='';
      +			foreach($cpt as $cptcursor)
      +			{
      +				if ($listofaccount) $listofaccount.=",";
      +				$listofaccount.="'".$cptcursor."'";
      +			}
      +			$sql .= " AND t.numero_compte IN (" .$listofaccount. ")";
      +		}
      +		else
      +		{
      +			$sql .= " AND t.numero_compte = '" . $this->db->escape($cpt) . "'";
      +		}
       		if (! empty($date_start) && ! empty($date_end) && (empty($month) || empty($year)))	// If month/year provided, it is stronger than filter date_start/date_end
       			$sql .= " AND (t.doc_date BETWEEN '".$this->db->idate($date_start)."' AND '".$this->db->idate($date_end)."')";
       		if (! empty($month) && ! empty($year)) {
      @@ -747,6 +761,7 @@ class AccountancyCategory // extends CommonObject
       		{
       			$sql .= " AND t.thirdparty_code = '".$this->db->escape($thirdparty_code)."'";
       		}
      +		if (is_array($cpt)) $sql.=" GROUP BY t.numero_compte";
       		//print $sql;
       
       		$resql = $this->db->query($sql);
      @@ -761,11 +776,15 @@ class AccountancyCategory // extends CommonObject
       				} else {
       					$this->sdc = $obj->credit - $obj->debit;
       				}
      -				$this->sdcpermonth[$year.'_'.$month.'_'.$sens] = $this->sdc;
      +				if (is_array($cpt))
      +				{
      +					$this->sdcperaccount[$obj->accountancy_account] = $this->sdc;
      +				}
       			}
       			return $num;
       		} else {
       			$this->error = "Error " . $this->db->lasterror();
      +			$this->errors[] = $this->error;
       			dol_syslog(__METHOD__ . " " . $this->error, LOG_ERR);
       			return -1;
       		}
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index d5d0bffc2e3..fcb329dd730 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -382,6 +382,8 @@ elseif ($modecompta=="BOOKKEEPING")
       		}
       		else			// normal category
       		{
      +			$code = $cat['code'];	// Category code we process
      +
       			$totCat = array();
       			$totCat['NP'] = 0;
       			$totCat['N'] = 0;
      @@ -394,6 +396,70 @@ elseif ($modecompta=="BOOKKEEPING")
       			// Set $cpts with array of accounts in the category/group
       			$cpts = $AccCat->getCptsCat($cat['rowid']);
       
      +			$arrayofaccountforfilter=array();
      +			foreach($cpts as $i => $cpt)	// Loop on each account.
      +			{
      +				$arrayofaccountforfilter[]=$cpt['account_number'];
      +			}
      +
      +			// N-1
      +			if (! empty($arrayofaccountforfilter))
      +			{
      +				$return = $AccCat->getSumDebitCredit($arrayofaccountforfilter, $date_start_previous, $date_end_previous, $cpt['dc']?$cpt['dc']:0);
      +				var_dump($AccCat->sdcperaccount);
      +				if ($return < 0) {
      +					setEventMessages(null, $AccCat->errors, 'errors');
      +					$resultNP=0;
      +				} else {
      +					foreach($cpts as $i => $cpt)	// Loop on each account.
      +					{
      +						$resultNP = empty($AccCat->sdcperaccount[$cpt['account_number']])?0:$AccCat->sdcperaccount[$cpt['account_number']];
      +
      +						$totCat['NP'] += $resultNP;
      +						$sommes[$code]['NP'] += $resultNP;
      +						$totPerAccount[$cpt['account_number']]['NP'] = $resultNP;
      +					}
      +				}
      +			}
      +
      +			// Set value into column N-1, N and each month M ($totCat)
      +			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
      +			foreach($cpts as $i => $cpt)	// Loop on each account.
      +			{
      +				// We make 1 loop for each account because we may want detail per account.
      +				// @TODO Optimize to ask a 'group by' account and a filter with account in (..., ...) in request
      +
      +				// Each month
      +				$resultN = 0;
      +				foreach($months as $k => $v)
      +				{
      +					$monthtoprocess = $k+1;			// ($k+1) is month 1, 2, ..., 12
      +					$yeartoprocess = $start_year;
      +					if (($k+1) < $start_month) $yeartoprocess++;
      +
      +					//var_dump($monthtoprocess.'_'.$yeartoprocess);
      +					$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']?$cpt['dc']:0, 'nofilter', $monthtoprocess, $yeartoprocess);
      +					if ($return < 0) {
      +						setEventMessages(null, $AccCat->errors, 'errors');
      +						$resultM=0;
      +					} else {
      +						$resultM=$AccCat->sdc;
      +					}
      +					$totCat['M'][$k] += $resultM;
      +					$sommes[$code]['M'][$k] += $resultM;
      +					$totPerAccount[$cpt['account_number']]['M'][$k] = $resultM;
      +
      +					$resultN += $resultM;
      +				}
      +
      +				$totCat['N'] += $resultN;
      +				$sommes[$code]['N'] += $resultN;
      +				$totPerAccount[$cpt['account_number']]['N'] = $resultN;
      +			}
      +
      +
      +			// Now output columns for row $code ('VTE', 'MAR', ...)
      +
       			print "<tr>";
       
       			// Column group
      @@ -427,66 +493,6 @@ elseif ($modecompta=="BOOKKEEPING")
       			}
       			print '</td>';
       
      -			$code = $cat['code'];
      -
      -			// Set value into column N-1, N and each month M ($totCat)
      -			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
      -			foreach($cpts as $i => $cpt)	// Loop on each account.
      -			{
      -				// We make 1 loop for each account because we may want detail.
      -				// @TODO Optimize mode when $showaccountdetail == 'no'
      -
      -				// N-1
      -				$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start_previous, $date_end_previous, $cpt['dc']?$cpt['dc']:0);
      -				if ($return < 0) {
      -					setEventMessages(null, $AccCat->errors, 'errors');
      -					$resultNP=0;
      -				} else {
      -					$resultNP=$AccCat->sdc;
      -				}
      -
      -				$totCat['NP'] += $resultNP;
      -				$sommes[$code]['NP'] += $resultNP;
      -				$totPerAccount[$cpt['account_number']]['NP'] = $resultNP;
      -
      -				// Each month
      -				$resultN = 0;
      -				foreach($months as $k => $v)
      -				{
      -					$monthtoprocess = $k+1;			// ($k+1) is month 1, 2, ..., 12
      -					$yeartoprocess = $start_year;
      -					if (($k+1) < $start_month) $yeartoprocess++;
      -
      -					//var_dump($monthtoprocess.'_'.$yeartoprocess);
      -					$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']?$cpt['dc']:0, 'nofilter', $monthtoprocess, $yeartoprocess);
      -					if ($return < 0) {
      -						setEventMessages(null, $AccCat->errors, 'errors');
      -						$resultM=0;
      -					} else {
      -						$resultM=$AccCat->sdc;
      -					}
      -					$totCat['M'][$k] += $resultM;
      -					$sommes[$code]['M'][$k] += $resultM;
      -					$totPerAccount[$cpt['account_number']]['M'][$k] = $resultM;
      -
      -					$resultN += $resultM;
      -				}
      -
      -				// N
      -				/*$return = $AccCat->getSumDebitCredit($cpt['account_number'], $date_start, $date_end, $cpt['dc']);
      -				if ($return < 0) {
      -					setEventMessages(null, $AccCat->errors, 'errors');
      -					$resultN=0;
      -				} else {
      -					$resultN=$AccCat->sdc;
      -				}*/
      -
      -				$totCat['N'] += $resultN;
      -				$sommes[$code]['N'] += $resultN;
      -				$totPerAccount[$cpt['account_number']]['N'] = $resultN;
      -			}
      -
      -			// Now output columns for row $code ('VTE', 'MAR', ...)
       			print '<td align="right">' . price($totCat['NP'])  . '</td>';
       			print '<td align="right">' . price($totCat['N']) . '</td>';
       
      @@ -500,7 +506,7 @@ elseif ($modecompta=="BOOKKEEPING")
       
       			print "</tr>\n";
       
      -			// Loop on detail of all accounts
      +			// Loop on detail of all accounts to output the detail
       			if ($showaccountdetail != 'no')
       			{
       				foreach($cpts as $i => $cpt)
      @@ -537,7 +543,6 @@ elseif ($modecompta=="BOOKKEEPING")
       								print '<td align="right">' . price($resultM) . '</td>';
       							}
       						}
      -
       						print "</tr>\n";
       					}
       				}
      
      From 0a057c8277b26e2429b51f9f2c54e81a0445fd6c Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Thu, 22 Nov 2018 20:47:53 +0100
      Subject: [PATCH 0996/1013] Clean var_dump
      
      ---
       htdocs/compta/resultat/result.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
      index fcb329dd730..16d2631686c 100644
      --- a/htdocs/compta/resultat/result.php
      +++ b/htdocs/compta/resultat/result.php
      @@ -406,7 +406,7 @@ elseif ($modecompta=="BOOKKEEPING")
       			if (! empty($arrayofaccountforfilter))
       			{
       				$return = $AccCat->getSumDebitCredit($arrayofaccountforfilter, $date_start_previous, $date_end_previous, $cpt['dc']?$cpt['dc']:0);
      -				var_dump($AccCat->sdcperaccount);
      +
       				if ($return < 0) {
       					setEventMessages(null, $AccCat->errors, 'errors');
       					$resultNP=0;
      @@ -422,8 +422,8 @@ elseif ($modecompta=="BOOKKEEPING")
       				}
       			}
       
      -			// Set value into column N-1, N and each month M ($totCat)
      -			// This make 14 calls for each detail of account (N-1, N and 12 monthes m)
      +			// Set value into column N and month M ($totCat)
      +			// This make 12 calls for each accountancy account (12 monthes M)
       			foreach($cpts as $i => $cpt)	// Loop on each account.
       			{
       				// We make 1 loop for each account because we may want detail per account.
      
      From 21b429836a24d60fafa91cde226818c82c72ee1e Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 22 Nov 2018 21:08:03 +0100
      Subject: [PATCH 0997/1013] doc comment accountancycategory class
      
      ---
       htdocs/accountancy/class/accountancycategory.class.php | 6 +++---
       1 file changed, 3 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 043021df367..99b922419c9 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -78,7 +78,7 @@ class AccountancyCategory // extends CommonObject
       	public $range_account;
       
       	/**
      -	 * @var mixed Sample property 1
      +	 * @var int $sens Sens of the account:  0: credit - debit, 1: debit - credit
       	 */
       	public $sens;
       
      @@ -722,8 +722,8 @@ class AccountancyCategory // extends CommonObject
       	 * @param string 	$date_end			Date end
       	 * @param int 		$sens 				Sens of the account:  0: credit - debit, 1: debit - credit
       	 * @param string	$thirdparty_code	Thirdparty code
      -	 * @param string 	$month 				Specifig month - Can be empty
      -	 * @param string 	$year 				Specifig year - Can be empty
      +	 * @param int       $month 				Specifig month - Can be empty
      +	 * @param int       $year 				Specifig year - Can be empty
       	 * @return integer 						<0 if KO, >= 0 if OK
       	 */
       	public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
      
      From 295d082da12b67701df29da43a6010aa6964b680 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 22 Nov 2018 22:56:38 +0100
      Subject: [PATCH 0998/1013] Update accountancycategory.class.php
      
      ---
       htdocs/accountancy/class/accountancycategory.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 99b922419c9..9250d2190a9 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -717,7 +717,7 @@ class AccountancyCategory // extends CommonObject
       	/**
       	 * Function to show result of an accounting account from the ledger with a direction and a period
       	 *
      -	 * @param int[array	$cpt 				Accounting account or array of accounting account
      +	 * @param int|array	$cpt 				Accounting account or array of accounting account
       	 * @param string 	$date_start			Date start
       	 * @param string 	$date_end			Date end
       	 * @param int 		$sens 				Sens of the account:  0: credit - debit, 1: debit - credit
      
      From d21abc2dc36783a6a2856453e4dc8dd3a25d3353 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?=
       <frederic34@users.noreply.github.com>
      Date: Thu, 22 Nov 2018 23:26:04 +0100
      Subject: [PATCH 0999/1013] Update accountancycategory.class.php
      
      ---
       htdocs/accountancy/class/accountancycategory.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
      index 9250d2190a9..5b3282a3b29 100644
      --- a/htdocs/accountancy/class/accountancycategory.class.php
      +++ b/htdocs/accountancy/class/accountancycategory.class.php
      @@ -78,7 +78,7 @@ class AccountancyCategory // extends CommonObject
       	public $range_account;
       
       	/**
      -	 * @var int $sens Sens of the account:  0: credit - debit, 1: debit - credit
      +	 * @var int Sens of the account:  0: credit - debit, 1: debit - credit
       	 */
       	public $sens;
       
      
      From a06b032c23590c190860d2e87795fa62943d8375 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 23 Nov 2018 10:53:04 +0100
      Subject: [PATCH 1000/1013] fix trans
      
      ---
       htdocs/langs/en_US/website.lang | 2 +-
       htdocs/website/index.php        | 2 +-
       2 files changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
      index bee23264d7a..55ca8ceaf3d 100644
      --- a/htdocs/langs/en_US/website.lang
      +++ b/htdocs/langs/en_US/website.lang
      @@ -89,7 +89,7 @@ CorporateHomePage=Corporate Home page
       EmptyPage=Empty page
       ExternalURLMustStartWithHttp=External URL must start with http:// or https://
       ZipOfWebsitePackageToImport=Zip file of website package
      -ShowSubcontainers=Show included containers
      +ShowSubcontainers=Include dynamic content
       InternalURLOfPage=Internal URL of page
       ThisPageIsTranslationOf=This page/container is translation of
       ThisPageHasTranslationPages=This page/container has translation
      \ No newline at end of file
      diff --git a/htdocs/website/index.php b/htdocs/website/index.php
      index 2082b9b70b6..82d30484a54 100644
      --- a/htdocs/website/index.php
      +++ b/htdocs/website/index.php
      @@ -216,7 +216,7 @@ 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
      +	dolibarr_set_const($db, 'WEBSITE_SUBCONTAINERSINLINE', 0);	// Force disable of 'Include dynamic content'
       	header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
       	exit;
       }
      
      From ea7c77d788ed34de6935c592a4ce76daa1c52eb4 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 23 Nov 2018 11:09:27 +0100
      Subject: [PATCH 1001/1013] Trans
      
      ---
       htdocs/langs/en_US/admin.lang | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
      index a5f81fb11a5..53e5ab333a4 100644
      --- a/htdocs/langs/en_US/admin.lang
      +++ b/htdocs/langs/en_US/admin.lang
      @@ -501,7 +501,7 @@ Module23Desc=Monitoring the consumption of energies
       Module25Name=Customer Orders
       Module25Desc=Customer order management
       Module30Name=Invoices
      -Module30Desc=Invoice and credit note management for customers. Invoice management for suppliers
      +Module30Desc=Management of invoices and credit notes for customers. Management of invoices and credit notes for suppliers
       Module40Name=Suppliers
       Module40Desc=Suppliers and purchase management (purchase orders and billing)
       Module42Name=Debug Logs
      
      From 1cc6763950f748167e803ee4b5bd00e6101f6ac6 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Fri, 23 Nov 2018 11:40:38 +0100
      Subject: [PATCH 1002/1013] Fix order billed online payment
      
      ---
       htdocs/public/payment/newpayment.php | 6 +++++-
       1 file changed, 5 insertions(+), 1 deletion(-)
      
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 836540e6a58..1da245bf933 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -1437,7 +1437,11 @@ if ($action != 'dopayment')
       {
       	if ($found && ! $error)	// We are in a management option and no error
       	{
      -		if ($source == 'invoice' && $object->paye)
      +		if ($source == 'order' && $object->billed)
      +		{
      +			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("OrderBilled").'</span>';
      +		}
      +		elseif ($source == 'invoice' && $object->paye)
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
       		}
      
      From 6a232a8754c11c6c276644a16684447d0813fc13 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Fri, 23 Nov 2018 12:27:24 +0100
      Subject: [PATCH 1003/1013] Update newpayment.php
      
      ---
       htdocs/public/payment/newpayment.php | 4 ++++
       1 file changed, 4 insertions(+)
      
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 1da245bf933..6931b3b77f6 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -1445,6 +1445,10 @@ if ($action != 'dopayment')
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
       		}
      +		elseif ($source == 'donation' && $object->paid)
      +		{
      +			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("DonationPaid").'</span>';
      +		}
       		else
       		{
       			// Buttons for all payments registration methods
      
      From e8ba8814cdee6447097375fc55a1816db1fa6b21 Mon Sep 17 00:00:00 2001
      From: ptibogxiv <support@ptibogxiv.net>
      Date: Fri, 23 Nov 2018 12:45:37 +0100
      Subject: [PATCH 1004/1013] Update newpayment.php
      
      ---
       htdocs/public/payment/newpayment.php | 4 ++++
       1 file changed, 4 insertions(+)
      
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 6931b3b77f6..435655eec3a 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -1445,6 +1445,10 @@ if ($action != 'dopayment')
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
       		}
      +		elseif ($source == 'membersubscription' && $object->datefin>dol_now())
      +		{
      +			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("MembershipPaid").'</span>';
      +		}
       		elseif ($source == 'donation' && $object->paid)
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("DonationPaid").'</span>';
      
      From 9f610c2279070bc6e44fffd98a4408b8defaf62e Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 23 Nov 2018 12:46:32 +0100
      Subject: [PATCH 1005/1013] Add website template
      
      ---
       .../websites/website_template-corporate.zip   | Bin 2292383 -> 3837617 bytes
       1 file changed, 0 insertions(+), 0 deletions(-)
      
      diff --git a/htdocs/install/doctemplates/websites/website_template-corporate.zip b/htdocs/install/doctemplates/websites/website_template-corporate.zip
      index 0c45f47e84ff1179a50844cd263604c8a9aa56eb..e3bc4063fcbabc126a7a30ff077773dc110b27b8 100644
      GIT binary patch
      delta 1673814
      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%0D@+yx
      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%0A3T}3v?)iD
      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%0DaN&H$5PPMvDhAToZZzx+qD
      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%0AyQ@Eq9Z^KASjnYdnU9ovTg@kBz0gYPg$<4C
      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%0A<h%UtMI=QFv$|`1RSbQfswO+OJRdHI*o<jAv;|
      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%0DxEt-{+*Q{&*?Xl_Q*3pX;E#
      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%0D-sfn)<7}xD6?ua>)dz0%br}po!sU#
      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
      BQHuZo
      
      delta 117558
      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
      
      
      From 5bd9c14929181a3119589db6d7583ba66836be73 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 23 Nov 2018 14:05:45 +0100
      Subject: [PATCH 1006/1013] Update demo data for 8.0 and 9.0
      
      ---
       dev/initdemo/mysqldump_dolibarr_8.0.0.sql | 14172 +++++++++++++++++++
       dev/initdemo/mysqldump_dolibarr_9.0.0.sql | 14215 ++++++++++++++++++++
       dev/initdemo/savedemo.sh                  |     2 +
       htdocs/comm/action/peruser.php            |    16 +-
       htdocs/core/lib/functions.lib.php         |     8 +-
       htdocs/langs/en_US/paybox.lang            |     1 +
       6 files changed, 28409 insertions(+), 5 deletions(-)
       create mode 100644 dev/initdemo/mysqldump_dolibarr_8.0.0.sql
       create mode 100644 dev/initdemo/mysqldump_dolibarr_9.0.0.sql
      
      diff --git a/dev/initdemo/mysqldump_dolibarr_8.0.0.sql b/dev/initdemo/mysqldump_dolibarr_8.0.0.sql
      new file mode 100644
      index 00000000000..05a4814a7ef
      --- /dev/null
      +++ b/dev/initdemo/mysqldump_dolibarr_8.0.0.sql
      @@ -0,0 +1,14172 @@
      +-- MySQL dump 10.13  Distrib 5.7.24, for Linux (x86_64)
      +--
      +-- Host: localhost    Database: dolibarr_dev
      +-- ------------------------------------------------------
      +-- Server version	5.7.24-0ubuntu0.16.04.1
      +
      +/*!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 */;
      +
      +--
      +-- Table structure for table `llx_accounting_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_pcg_version` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pcg_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `pcg_subtype` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `account_number` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_parent` int(11) DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_accounting_category` int(11) DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accountingaccount_fk_pcg_version` (`fk_pcg_version`),
      +  KEY `idx_accounting_account_account_number` (`account_number`),
      +  KEY `idx_accounting_account_account_parent` (`account_parent`),
      +  CONSTRAINT `fk_accounting_account_fk_pcg_version` FOREIGN KEY (`fk_pcg_version`) REFERENCES `llx_accounting_system` (`pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4785 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_account`
      +--
      +
      +LOCK TABLES `llx_accounting_account` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_account` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_account` VALUES (1,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','CAPITAL','101',1401,'Capital',0,NULL,NULL,1,NULL,NULL),(2,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','105',1401,'Ecarts de réévaluation',0,NULL,NULL,1,NULL,NULL),(3,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1061',1401,'Réserve légale',0,NULL,NULL,1,NULL,NULL),(4,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1063',1401,'Réserves statutaires ou contractuelles',0,NULL,NULL,1,NULL,NULL),(5,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1064',1401,'Réserves réglementées',0,NULL,NULL,1,NULL,NULL),(6,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1068',1401,'Autres réserves',0,NULL,NULL,1,NULL,NULL),(7,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','108',1401,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(8,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','12',1401,'Résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(9,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','145',1401,'Amortissements dérogatoires',0,NULL,NULL,1,NULL,NULL),(10,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','146',1401,'Provision spéciale de réévaluation',0,NULL,NULL,1,NULL,NULL),(11,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','147',1401,'Plus-values réinvesties',0,NULL,NULL,1,NULL,NULL),(12,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','148',1401,'Autres provisions réglementées',0,NULL,NULL,1,NULL,NULL),(13,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','15',1401,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(14,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','16',1401,'Emprunts et dettes assimilees',0,NULL,NULL,1,NULL,NULL),(15,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','20',1402,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(16,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','201',15,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(17,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','206',15,'Droit au bail',0,NULL,NULL,1,NULL,NULL),(18,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','207',15,'Fonds commercial',0,NULL,NULL,1,NULL,NULL),(19,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','208',15,'Autres immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(20,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','21',1402,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(21,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','23',1402,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(22,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','27',1402,'Autres immobilisations financieres',0,NULL,NULL,1,NULL,NULL),(23,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','280',1402,'Amortissements des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(24,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','281',1402,'Amortissements des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(25,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','290',1402,'Provisions pour dépréciation des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(26,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','291',1402,'Provisions pour dépréciation des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(27,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','297',1402,'Provisions pour dépréciation des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(28,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','31',1403,'Matieres premières',0,NULL,NULL,1,NULL,NULL),(29,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','32',1403,'Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(30,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','33',1403,'En-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(31,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','34',1403,'En-cours de production de services',0,NULL,NULL,1,NULL,NULL),(32,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','35',1403,'Stocks de produits',0,NULL,NULL,1,NULL,NULL),(33,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','37',1403,'Stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(34,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','391',1403,'Provisions pour dépréciation des matières premières',0,NULL,NULL,1,NULL,NULL),(35,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','392',1403,'Provisions pour dépréciation des autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(36,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','393',1403,'Provisions pour dépréciation des en-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(37,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','394',1403,'Provisions pour dépréciation des en-cours de production de services',0,NULL,NULL,1,NULL,NULL),(38,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','395',1403,'Provisions pour dépréciation des stocks de produits',0,NULL,NULL,1,NULL,NULL),(39,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','397',1403,'Provisions pour dépréciation des stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(40,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','SUPPLIER','400',1404,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(41,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','409',1404,'Fournisseurs débiteurs',0,NULL,NULL,1,NULL,NULL),(42,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','CUSTOMER','410',1404,'Clients et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(43,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','419',1404,'Clients créditeurs',0,NULL,NULL,1,NULL,NULL),(44,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','421',1404,'Personnel',0,NULL,NULL,1,NULL,NULL),(45,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','428',1404,'Personnel',0,NULL,NULL,1,NULL,NULL),(46,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','43',1404,'Sécurité sociale et autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(47,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','444',1404,'Etat - impôts sur bénéfice',0,NULL,NULL,1,NULL,NULL),(48,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','445',1404,'Etat - Taxes sur chiffre affaires',0,NULL,NULL,1,NULL,NULL),(49,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','447',1404,'Autres impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(50,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','45',1404,'Groupe et associes',0,NULL,NULL,1,NULL,NULL),(51,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','455',50,'Associés',0,NULL,NULL,1,NULL,NULL),(52,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','46',1404,'Débiteurs divers et créditeurs divers',0,NULL,NULL,1,NULL,NULL),(53,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','47',1404,'Comptes transitoires ou d\'attente',0,NULL,NULL,1,NULL,NULL),(54,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','481',1404,'Charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(55,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','486',1404,'Charges constatées d\'avance',0,NULL,NULL,1,NULL,NULL),(56,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','487',1404,'Produits constatés d\'avance',0,NULL,NULL,1,NULL,NULL),(57,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','491',1404,'Provisions pour dépréciation des comptes de clients',0,NULL,NULL,1,NULL,NULL),(58,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','496',1404,'Provisions pour dépréciation des comptes de débiteurs divers',0,NULL,NULL,1,NULL,NULL),(59,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','50',1405,'Valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(60,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','BANK','51',1405,'Banques, établissements financiers et assimilés',0,NULL,NULL,1,NULL,NULL),(61,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','CASH','53',1405,'Caisse',0,NULL,NULL,1,NULL,NULL),(62,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','54',1405,'Régies d\'avance et accréditifs',0,NULL,NULL,1,NULL,NULL),(63,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','58',1405,'Virements internes',0,NULL,NULL,1,NULL,NULL),(64,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','590',1405,'Provisions pour dépréciation des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(65,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','PRODUCT','60',1406,'Achats',0,NULL,NULL,1,NULL,NULL),(66,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','603',65,'Variations des stocks',0,NULL,NULL,1,NULL,NULL),(67,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','SERVICE','61',1406,'Services extérieurs',0,NULL,NULL,1,NULL,NULL),(68,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','62',1406,'Autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(69,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','63',1406,'Impôts, taxes et versements assimiles',0,NULL,NULL,1,NULL,NULL),(70,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','641',1406,'Rémunérations du personnel',0,NULL,NULL,1,NULL,NULL),(71,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','644',1406,'Rémunération du travail de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(72,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','SOCIAL','645',1406,'Charges de sécurité sociale et de prévoyance',0,NULL,NULL,1,NULL,NULL),(73,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','646',1406,'Cotisations sociales personnelles de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(74,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','65',1406,'Autres charges de gestion courante',0,NULL,NULL,1,NULL,NULL),(75,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','66',1406,'Charges financières',0,NULL,NULL,1,NULL,NULL),(76,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','67',1406,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(77,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','681',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(78,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','686',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(79,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','687',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(80,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','691',1406,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(81,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','695',1406,'Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(82,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','697',1406,'Imposition forfaitaire annuelle des sociétés',0,NULL,NULL,1,NULL,NULL),(83,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','699',1406,'Produits',0,NULL,NULL,1,NULL,NULL),(84,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','701',1407,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(85,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','SERVICE','706',1407,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(86,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','707',1407,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(87,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','708',1407,'Produits des activités annexes',0,NULL,NULL,1,NULL,NULL),(88,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','709',1407,'Rabais, remises et ristournes accordés par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(89,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','713',1407,'Variation des stocks',0,NULL,NULL,1,NULL,NULL),(90,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','72',1407,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(91,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','73',1407,'Produits nets partiels sur opérations à long terme',0,NULL,NULL,1,NULL,NULL),(92,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','74',1407,'Subventions d\'exploitation',0,NULL,NULL,1,NULL,NULL),(93,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','75',1407,'Autres produits de gestion courante',0,NULL,NULL,1,NULL,NULL),(94,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','753',93,'Jetons de présence et rémunérations d\'administrateurs, gérants,...',0,NULL,NULL,1,NULL,NULL),(95,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','754',93,'Ristournes perçues des coopératives',0,NULL,NULL,1,NULL,NULL),(96,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','755',93,'Quotes-parts de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(97,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','76',1407,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(98,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','77',1407,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(99,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','781',1407,'Reprises sur amortissements et provisions',0,NULL,NULL,1,NULL,NULL),(100,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','786',1407,'Reprises sur provisions pour risques',0,NULL,NULL,1,NULL,NULL),(101,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','787',1407,'Reprises sur provisions',0,NULL,NULL,1,NULL,NULL),(102,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','79',1407,'Transferts de charges',0,NULL,NULL,1,NULL,NULL),(103,1,NULL,'2017-02-20 10:49:11','PCG99-BASE','CAPIT','XXXXXX','10',1501,'Capital  et réserves',0,NULL,NULL,1,NULL,NULL),(104,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','CAPITAL','101',103,'Capital',0,NULL,NULL,1,NULL,NULL),(105,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','104',103,'Primes liées au capital social',0,NULL,NULL,1,NULL,NULL),(106,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','105',103,'Ecarts de réévaluation',0,NULL,NULL,1,NULL,NULL),(107,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','106',103,'Réserves',0,NULL,NULL,1,NULL,NULL),(108,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','107',103,'Ecart d\'equivalence',0,NULL,NULL,1,NULL,NULL),(109,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','108',103,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(110,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','109',103,'Actionnaires : capital souscrit - non appelé',0,NULL,NULL,1,NULL,NULL),(111,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','11',1501,'Report à nouveau (solde créditeur ou débiteur)',0,NULL,NULL,1,NULL,NULL),(112,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','110',111,'Report à nouveau (solde créditeur)',0,NULL,NULL,1,NULL,NULL),(113,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','119',111,'Report à nouveau (solde débiteur)',0,NULL,NULL,1,NULL,NULL),(114,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','12',1501,'Résultat de l\'exercice (bénéfice ou perte)',0,NULL,NULL,1,NULL,NULL),(115,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','120',114,'Résultat de l\'exercice (bénéfice)',0,NULL,NULL,1,NULL,NULL),(116,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','129',114,'Résultat de l\'exercice (perte)',0,NULL,NULL,1,NULL,NULL),(117,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','13',1501,'Subventions d\'investissement',0,NULL,NULL,1,NULL,NULL),(118,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','131',117,'Subventions d\'équipement',0,NULL,NULL,1,NULL,NULL),(119,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','138',117,'Autres subventions d\'investissement',0,NULL,NULL,1,NULL,NULL),(120,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','139',117,'Subventions d\'investissement inscrites au compte de résultat',0,NULL,NULL,1,NULL,NULL),(121,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','14',1501,'Provisions réglementées',0,NULL,NULL,1,NULL,NULL),(122,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','142',121,'Provisions réglementées relatives aux immobilisations',0,NULL,NULL,1,NULL,NULL),(123,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','143',121,'Provisions réglementées relatives aux stocks',0,NULL,NULL,1,NULL,NULL),(124,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','144',121,'Provisions réglementées relatives aux autres éléments de l\'actif',0,NULL,NULL,1,NULL,NULL),(125,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','145',121,'Amortissements dérogatoires',0,NULL,NULL,1,NULL,NULL),(126,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','146',121,'Provision spéciale de réévaluation',0,NULL,NULL,1,NULL,NULL),(127,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','147',121,'Plus-values réinvesties',0,NULL,NULL,1,NULL,NULL),(128,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','148',121,'Autres provisions réglementées',0,NULL,NULL,1,NULL,NULL),(129,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','15',1501,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(130,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','151',129,'Provisions pour risques',0,NULL,NULL,1,NULL,NULL),(131,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','153',129,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(132,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','154',129,'Provisions pour restructurations',0,NULL,NULL,1,NULL,NULL),(133,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','155',129,'Provisions pour impôts',0,NULL,NULL,1,NULL,NULL),(134,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','156',129,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)',0,NULL,NULL,1,NULL,NULL),(135,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','157',129,'Provisions pour charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(136,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','158',129,'Autres provisions pour charges',0,NULL,NULL,1,NULL,NULL),(137,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','16',1501,'Emprunts et dettes assimilees',0,NULL,NULL,1,NULL,NULL),(138,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','161',137,'Emprunts obligataires convertibles',0,NULL,NULL,1,NULL,NULL),(139,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','163',137,'Autres emprunts obligataires',0,NULL,NULL,1,NULL,NULL),(140,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','164',137,'Emprunts auprès des établissements de crédit',0,NULL,NULL,1,NULL,NULL),(141,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','165',137,'Dépôts et cautionnements reçus',0,NULL,NULL,1,NULL,NULL),(142,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','166',137,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(143,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','167',137,'Emprunts et dettes assortis de conditions particulières',0,NULL,NULL,1,NULL,NULL),(144,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','168',137,'Autres emprunts et dettes assimilées',0,NULL,NULL,1,NULL,NULL),(145,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','169',137,'Primes de remboursement des obligations',0,NULL,NULL,1,NULL,NULL),(146,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','17',1501,'Dettes rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(147,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','171',146,'Dettes rattachées à des participations (groupe)',0,NULL,NULL,1,NULL,NULL),(148,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','174',146,'Dettes rattachées à des participations (hors groupe)',0,NULL,NULL,1,NULL,NULL),(149,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','178',146,'Dettes rattachées à des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(150,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','18',1501,'Comptes de liaison des établissements et sociétés en participation',0,NULL,NULL,1,NULL,NULL),(151,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','181',150,'Comptes de liaison des établissements',0,NULL,NULL,1,NULL,NULL),(152,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','186',150,'Biens et prestations de services échangés entre établissements (charges)',0,NULL,NULL,1,NULL,NULL),(153,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','187',150,'Biens et prestations de services échangés entre établissements (produits)',0,NULL,NULL,1,NULL,NULL),(154,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','188',150,'Comptes de liaison des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(155,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','20',1502,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(156,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','201',155,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(157,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','203',155,'Frais de recherche et de développement',0,NULL,NULL,1,NULL,NULL),(158,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','205',155,'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(159,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','206',155,'Droit au bail',0,NULL,NULL,1,NULL,NULL),(160,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','207',155,'Fonds commercial',0,NULL,NULL,1,NULL,NULL),(161,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','208',155,'Autres immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(162,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','21',1502,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(163,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','211',162,'Terrains',0,NULL,NULL,1,NULL,NULL),(164,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','212',162,'Agencements et aménagements de terrains',0,NULL,NULL,1,NULL,NULL),(165,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','213',162,'Constructions',0,NULL,NULL,1,NULL,NULL),(166,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','214',162,'Constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(167,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','215',162,'Installations techniques, matériels et outillage industriels',0,NULL,NULL,1,NULL,NULL),(168,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','218',162,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(169,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','22',1502,'Immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(170,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','23',1502,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(171,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','231',170,'Immobilisations corporelles en cours',0,NULL,NULL,1,NULL,NULL),(172,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','232',170,'Immobilisations incorporelles en cours',0,NULL,NULL,1,NULL,NULL),(173,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','237',170,'Avances et acomptes versés sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(174,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','238',170,'Avances et acomptes versés sur commandes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(175,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','25',1502,'Parts dans des entreprises liées et créances sur des entreprises liées',0,NULL,NULL,1,NULL,NULL),(176,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','26',1502,'Participations et créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(177,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','261',176,'Titres de participation',0,NULL,NULL,1,NULL,NULL),(178,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','266',176,'Autres formes de participation',0,NULL,NULL,1,NULL,NULL),(179,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','267',176,'Créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(180,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','268',176,'Créances rattachées à des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(181,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','269',176,'Versements restant à effectuer sur titres de participation non libérés',0,NULL,NULL,1,NULL,NULL),(182,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','27',1502,'Autres immobilisations financieres',0,NULL,NULL,1,NULL,NULL),(183,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','271',183,'Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)',0,NULL,NULL,1,NULL,NULL),(184,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','272',183,'Titres immobilisés (droit de créance)',0,NULL,NULL,1,NULL,NULL),(185,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','273',183,'Titres immobilisés de l\'activité de portefeuille',0,NULL,NULL,1,NULL,NULL),(186,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','274',183,'Prêts',0,NULL,NULL,1,NULL,NULL),(187,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','275',183,'Dépôts et cautionnements versés',0,NULL,NULL,1,NULL,NULL),(188,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','276',183,'Autres créances immobilisées',0,NULL,NULL,1,NULL,NULL),(189,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','277',183,'(Actions propres ou parts propres)',0,NULL,NULL,1,NULL,NULL),(190,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','279',183,'Versements restant à effectuer sur titres immobilisés non libérés',0,NULL,NULL,1,NULL,NULL),(191,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','28',1502,'Amortissements des immobilisations',0,NULL,NULL,1,NULL,NULL),(192,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','280',191,'Amortissements des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(193,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','281',191,'Amortissements des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(194,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','282',191,'Amortissements des immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(195,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','29',1502,'Dépréciations des immobilisations',0,NULL,NULL,1,NULL,NULL),(196,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','290',195,'Dépréciations des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(197,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','291',195,'Dépréciations des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(198,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','292',195,'Dépréciations des immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(199,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','293',195,'Dépréciations des immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(200,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','296',195,'Provisions pour dépréciation des participations et créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(201,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','297',195,'Provisions pour dépréciation des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(202,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','31',1503,'Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(203,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','311',202,'Matières (ou groupe) A',0,NULL,NULL,1,NULL,NULL),(204,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','312',202,'Matières (ou groupe) B',0,NULL,NULL,1,NULL,NULL),(205,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','317',202,'Fournitures A, B, C,',0,NULL,NULL,1,NULL,NULL),(206,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','32',1503,'Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(207,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','321',206,'Matières consommables',0,NULL,NULL,1,NULL,NULL),(208,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','322',206,'Fournitures consommables',0,NULL,NULL,1,NULL,NULL),(209,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','326',206,'Emballages',0,NULL,NULL,1,NULL,NULL),(210,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','33',1503,'En-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(211,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','331',210,'Produits en cours',0,NULL,NULL,1,NULL,NULL),(212,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','335',210,'Travaux en cours',0,NULL,NULL,1,NULL,NULL),(213,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','34',1503,'En-cours de production de services',0,NULL,NULL,1,NULL,NULL),(214,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','341',213,'Etudes en cours',0,NULL,NULL,1,NULL,NULL),(215,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','345',213,'Prestations de services en cours',0,NULL,NULL,1,NULL,NULL),(216,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','35',1503,'Stocks de produits',0,NULL,NULL,1,NULL,NULL),(217,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','351',216,'Produits intermédiaires',0,NULL,NULL,1,NULL,NULL),(218,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','355',216,'Produits finis',0,NULL,NULL,1,NULL,NULL),(219,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','358',216,'Produits résiduels (ou matières de récupération)',0,NULL,NULL,1,NULL,NULL),(220,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','37',1503,'Stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(221,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','371',220,'Marchandises (ou groupe) A',0,NULL,NULL,1,NULL,NULL),(222,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','372',220,'Marchandises (ou groupe) B',0,NULL,NULL,1,NULL,NULL),(223,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','39',1503,'Provisions pour dépréciation des stocks et en-cours',0,NULL,NULL,1,NULL,NULL),(224,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','391',223,'Provisions pour dépréciation des matières premières',0,NULL,NULL,1,NULL,NULL),(225,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','392',223,'Provisions pour dépréciation des autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(226,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','393',223,'Provisions pour dépréciation des en-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(227,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','394',223,'Provisions pour dépréciation des en-cours de production de services',0,NULL,NULL,1,NULL,NULL),(228,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','395',223,'Provisions pour dépréciation des stocks de produits',0,NULL,NULL,1,NULL,NULL),(229,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','397',223,'Provisions pour dépréciation des stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(230,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','40',1504,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(231,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','400',230,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(232,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','SUPPLIER','401',230,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(233,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','403',230,'Fournisseurs - Effets à payer',0,NULL,NULL,1,NULL,NULL),(234,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','404',230,'Fournisseurs d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(235,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','405',230,'Fournisseurs d\'immobilisations - Effets à payer',0,NULL,NULL,1,NULL,NULL),(236,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','408',230,'Fournisseurs - Factures non parvenues',0,NULL,NULL,1,NULL,NULL),(237,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','409',230,'Fournisseurs débiteurs',0,NULL,NULL,1,NULL,NULL),(238,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','41',1504,'Clients et comptes rattachés',0,NULL,NULL,1,NULL,NULL),(239,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','410',238,'Clients et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(240,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','CUSTOMER','411',238,'Clients',0,NULL,NULL,1,NULL,NULL),(241,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','413',238,'Clients - Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(242,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','416',238,'Clients douteux ou litigieux',0,NULL,NULL,1,NULL,NULL),(243,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','418',238,'Clients - Produits non encore facturés',0,NULL,NULL,1,NULL,NULL),(244,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','419',238,'Clients créditeurs',0,NULL,NULL,1,NULL,NULL),(245,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','42',1504,'Personnel et comptes rattachés',0,NULL,NULL,1,NULL,NULL),(246,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','421',245,'Personnel - Rémunérations dues',0,NULL,NULL,1,NULL,NULL),(247,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','422',245,'Comités d\'entreprises, d\'établissement, ...',0,NULL,NULL,1,NULL,NULL),(248,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','424',245,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(249,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','425',245,'Personnel - Avances et acomptes',0,NULL,NULL,1,NULL,NULL),(250,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','426',245,'Personnel - Dépôts',0,NULL,NULL,1,NULL,NULL),(251,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','427',245,'Personnel - Oppositions',0,NULL,NULL,1,NULL,NULL),(252,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','428',245,'Personnel - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(253,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','43',1504,'Sécurité sociale et autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(254,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','431',253,'Sécurité sociale',0,NULL,NULL,1,NULL,NULL),(255,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','437',253,'Autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(256,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','438',253,'Organismes sociaux - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(257,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','44',1504,'État et autres collectivités publiques',0,NULL,NULL,1,NULL,NULL),(258,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','441',257,'État - Subventions à recevoir',0,NULL,NULL,1,NULL,NULL),(259,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','442',257,'Etat - Impôts et taxes recouvrables sur des tiers',0,NULL,NULL,1,NULL,NULL),(260,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','443',257,'Opérations particulières avec l\'Etat, les collectivités publiques, les organismes internationaux',0,NULL,NULL,1,NULL,NULL),(261,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','444',257,'Etat - Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(262,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','445',257,'Etat - Taxes sur le chiffre d\'affaires',0,NULL,NULL,1,NULL,NULL),(263,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','446',257,'Obligations cautionnées',0,NULL,NULL,1,NULL,NULL),(264,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','447',257,'Autres impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(265,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','448',257,'Etat - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(266,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','449',257,'Quotas d\'émission à restituer à l\'Etat',0,NULL,NULL,1,NULL,NULL),(267,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','45',1504,'Groupe et associes',0,NULL,NULL,1,NULL,NULL),(268,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','451',267,'Groupe',0,NULL,NULL,1,NULL,NULL),(269,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','455',267,'Associés - Comptes courants',0,NULL,NULL,1,NULL,NULL),(270,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','456',267,'Associés - Opérations sur le capital',0,NULL,NULL,1,NULL,NULL),(271,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','457',267,'Associés - Dividendes à payer',0,NULL,NULL,1,NULL,NULL),(272,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','458',267,'Associés - Opérations faites en commun et en G.I.E.',0,NULL,NULL,1,NULL,NULL),(273,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','46',1504,'Débiteurs divers et créditeurs divers',0,NULL,NULL,1,NULL,NULL),(274,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','462',273,'Créances sur cessions d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(275,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','464',273,'Dettes sur acquisitions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(276,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','465',273,'Créances sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(277,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','467',273,'Autres comptes débiteurs ou créditeurs',0,NULL,NULL,1,NULL,NULL),(278,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','468',273,'Divers - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(279,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','47',1504,'Comptes transitoires ou d\'attente',0,NULL,NULL,1,NULL,NULL),(280,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','471',279,'Comptes d\'attente',0,NULL,NULL,1,NULL,NULL),(281,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','476',279,'Différence de conversion - Actif',0,NULL,NULL,1,NULL,NULL),(282,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','477',279,'Différences de conversion - Passif',0,NULL,NULL,1,NULL,NULL),(283,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','478',279,'Autres comptes transitoires',0,NULL,NULL,1,NULL,NULL),(284,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','48',1504,'Comptes de régularisation',0,NULL,NULL,1,NULL,NULL),(285,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','481',284,'Charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(286,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','486',284,'Charges constatées d\'avance',0,NULL,NULL,1,NULL,NULL),(287,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','487',284,'Produits constatés d\'avance',0,NULL,NULL,1,NULL,NULL),(288,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','488',284,'Comptes de répartition périodique des charges et des produits',0,NULL,NULL,1,NULL,NULL),(289,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','489',284,'Quotas d\'émission alloués par l\'Etat',0,NULL,NULL,1,NULL,NULL),(290,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','49',1504,'Provisions pour dépréciation des comptes de tiers',0,NULL,NULL,1,NULL,NULL),(291,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','491',290,'Provisions pour dépréciation des comptes de clients',0,NULL,NULL,1,NULL,NULL),(292,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','495',290,'Provisions pour dépréciation des comptes du groupe et des associés',0,NULL,NULL,1,NULL,NULL),(293,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','496',290,'Provisions pour dépréciation des comptes de débiteurs divers',0,NULL,NULL,1,NULL,NULL),(294,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','50',1505,'Valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(295,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','501',294,'Parts dans des entreprises liées',0,NULL,NULL,1,NULL,NULL),(296,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','502',294,'Actions propres',0,NULL,NULL,1,NULL,NULL),(297,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','503',294,'Actions',0,NULL,NULL,1,NULL,NULL),(298,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','504',294,'Autres titres conférant un droit de propriété',0,NULL,NULL,1,NULL,NULL),(299,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','505',294,'Obligations et bons émis par la société et rachetés par elle',0,NULL,NULL,1,NULL,NULL),(300,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','506',294,'Obligations',0,NULL,NULL,1,NULL,NULL),(301,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','507',294,'Bons du Trésor et bons de caisse à court terme',0,NULL,NULL,1,NULL,NULL),(302,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','508',294,'Autres valeurs mobilières de placement et autres créances assimilées',0,NULL,NULL,1,NULL,NULL),(303,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','509',294,'Versements restant à effectuer sur valeurs mobilières de placement non libérées',0,NULL,NULL,1,NULL,NULL),(304,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','51',1505,'Banques, établissements financiers et assimilés',0,NULL,NULL,1,NULL,NULL),(305,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','511',304,'Valeurs à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(306,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','BANK','512',304,'Banques',0,NULL,NULL,1,NULL,NULL),(307,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','514',304,'Chèques postaux',0,NULL,NULL,1,NULL,NULL),(308,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','515',304,'\"Caisses\" du Trésor et des établissements publics',0,NULL,NULL,1,NULL,NULL),(309,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','516',304,'Sociétés de bourse',0,NULL,NULL,1,NULL,NULL),(310,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','517',304,'Autres organismes financiers',0,NULL,NULL,1,NULL,NULL),(311,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','518',304,'Intérêts courus',0,NULL,NULL,1,NULL,NULL),(312,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','519',304,'Concours bancaires courants',0,NULL,NULL,1,NULL,NULL),(313,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','52',1505,'Instruments de trésorerie',0,NULL,NULL,1,NULL,NULL),(314,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','CASH','53',1505,'Caisse',0,NULL,NULL,1,NULL,NULL),(315,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','531',314,'Caisse siège social',0,NULL,NULL,1,NULL,NULL),(316,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','532',314,'Caisse succursale (ou usine) A',0,NULL,NULL,1,NULL,NULL),(317,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','533',314,'Caisse succursale (ou usine) B',0,NULL,NULL,1,NULL,NULL),(318,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','54',1505,'Régies d\'avance et accréditifs',0,NULL,NULL,1,NULL,NULL),(319,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','58',1505,'Virements internes',0,NULL,NULL,1,NULL,NULL),(320,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','59',1505,'Provisions pour dépréciation des comptes financiers',0,NULL,NULL,1,NULL,NULL),(321,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','590',320,'Provisions pour dépréciation des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(322,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','PRODUCT','60',1506,'Achats',0,NULL,NULL,1,NULL,NULL),(323,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','601',322,'Achats stockés - Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(324,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','602',322,'Achats stockés - Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(325,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','603',322,'Variations des stocks (approvisionnements et marchandises)',0,NULL,NULL,1,NULL,NULL),(326,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','604',322,'Achats stockés - Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(327,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','605',322,'Achats de matériel, équipements et travaux',0,NULL,NULL,1,NULL,NULL),(328,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','606',322,'Achats non stockés de matière et fournitures',0,NULL,NULL,1,NULL,NULL),(329,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','607',322,'Achats de marchandises',0,NULL,NULL,1,NULL,NULL),(330,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','608',322,'(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)',0,NULL,NULL,1,NULL,NULL),(331,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','609',322,'Rabais, remises et ristournes obtenus sur achats',0,NULL,NULL,1,NULL,NULL),(332,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','SERVICE','61',1506,'Services extérieurs',0,NULL,NULL,1,NULL,NULL),(333,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','611',332,'Sous-traitance générale',0,NULL,NULL,1,NULL,NULL),(334,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','612',332,'Redevances de crédit-bail',0,NULL,NULL,1,NULL,NULL),(335,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','613',332,'Locations',0,NULL,NULL,1,NULL,NULL),(336,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','614',332,'Charges locatives et de copropriété',0,NULL,NULL,1,NULL,NULL),(337,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','615',332,'Entretien et réparations',0,NULL,NULL,1,NULL,NULL),(338,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','616',332,'Primes d\'assurances',0,NULL,NULL,1,NULL,NULL),(339,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','617',332,'Etudes et recherches',0,NULL,NULL,1,NULL,NULL),(340,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','618',332,'Divers',0,NULL,NULL,1,NULL,NULL),(341,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','619',332,'Rabais, remises et ristournes obtenus sur services extérieurs',0,NULL,NULL,1,NULL,NULL),(342,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','62',1506,'Autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(343,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','621',342,'Personnel extérieur à l\'entreprise',0,NULL,NULL,1,NULL,NULL),(344,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','622',342,'Rémunérations d\'intermédiaires et honoraires',0,NULL,NULL,1,NULL,NULL),(345,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','623',342,'Publicité, publications, relations publiques',0,NULL,NULL,1,NULL,NULL),(346,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','624',342,'Transports de biens et transports collectifs du personnel',0,NULL,NULL,1,NULL,NULL),(347,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','625',342,'Déplacements, missions et réceptions',0,NULL,NULL,1,NULL,NULL),(348,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','626',342,'Frais postaux et de télécommunications',0,NULL,NULL,1,NULL,NULL),(349,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','627',342,'Services bancaires et assimilés',0,NULL,NULL,1,NULL,NULL),(350,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','628',342,'Divers',0,NULL,NULL,1,NULL,NULL),(351,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','629',342,'Rabais, remises et ristournes obtenus sur autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(352,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','63',1506,'Impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(353,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','631',352,'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)',0,NULL,NULL,1,NULL,NULL),(354,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','633',352,'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)',0,NULL,NULL,1,NULL,NULL),(355,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','635',352,'Autres impôts, taxes et versements assimilés (administrations des impôts)',0,NULL,NULL,1,NULL,NULL),(356,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','637',352,'Autres impôts, taxes et versements assimilés (autres organismes)',0,NULL,NULL,1,NULL,NULL),(357,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','64',1506,'Charges de personnel',0,NULL,NULL,1,NULL,NULL),(358,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','641',357,'Rémunérations du personnel',0,NULL,NULL,1,NULL,NULL),(359,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','644',357,'Rémunération du travail de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(360,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','SOCIAL','645',357,'Charges de sécurité sociale et de prévoyance',0,NULL,NULL,1,NULL,NULL),(361,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','646',357,'Cotisations sociales personnelles de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(362,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','647',357,'Autres charges sociales',0,NULL,NULL,1,NULL,NULL),(363,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','648',357,'Autres charges de personnel',0,NULL,NULL,1,NULL,NULL),(364,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','65',1506,'Autres charges de gestion courante',0,NULL,NULL,1,NULL,NULL),(365,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','651',364,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(366,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','653',364,'Jetons de présence',0,NULL,NULL,1,NULL,NULL),(367,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','654',364,'Pertes sur créances irrécouvrables',0,NULL,NULL,1,NULL,NULL),(368,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','655',364,'Quote-part de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(369,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','658',364,'Charges diverses de gestion courante',0,NULL,NULL,1,NULL,NULL),(370,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','66',1506,'Charges financières',0,NULL,NULL,1,NULL,NULL),(371,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','661',370,'Charges d\'intérêts',0,NULL,NULL,1,NULL,NULL),(372,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','664',370,'Pertes sur créances liées à des participations',0,NULL,NULL,1,NULL,NULL),(373,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','665',370,'Escomptes accordés',0,NULL,NULL,1,NULL,NULL),(374,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','666',370,'Pertes de change',0,NULL,NULL,1,NULL,NULL),(375,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','667',370,'Charges nettes sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(376,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','668',370,'Autres charges financières',0,NULL,NULL,1,NULL,NULL),(377,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','67',1506,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(378,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','671',377,'Charges exceptionnelles sur opérations de gestion',0,NULL,NULL,1,NULL,NULL),(379,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','672',377,'(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)',0,NULL,NULL,1,NULL,NULL),(380,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','675',377,'Valeurs comptables des éléments d\'actif cédés',0,NULL,NULL,1,NULL,NULL),(381,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','678',377,'Autres charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(382,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','68',1506,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(383,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','681',382,'Dotations aux amortissements et aux provisions - Charges d\'exploitation',0,NULL,NULL,1,NULL,NULL),(384,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','686',382,'Dotations aux amortissements et aux provisions - Charges financières',0,NULL,NULL,1,NULL,NULL),(385,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','687',382,'Dotations aux amortissements et aux provisions - Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(386,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','69',1506,'Participation des salariés - impôts sur les bénéfices et assimiles',0,NULL,NULL,1,NULL,NULL),(387,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','691',386,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(388,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','695',386,'Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(389,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','696',386,'Suppléments d\'impôt sur les sociétés liés aux distributions',0,NULL,NULL,1,NULL,NULL),(390,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','697',386,'Imposition forfaitaire annuelle des sociétés',0,NULL,NULL,1,NULL,NULL),(391,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','698',386,'Intégration fiscale',0,NULL,NULL,1,NULL,NULL),(392,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','699',386,'Produits - Reports en arrière des déficits',0,NULL,NULL,1,NULL,NULL),(393,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','70',1507,'Ventes de produits fabriqués, prestations de services, marchandises',0,NULL,NULL,1,NULL,NULL),(394,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','701',393,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(395,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','702',393,'Ventes de produits intermédiaires',0,NULL,NULL,1,NULL,NULL),(396,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','703',393,'Ventes de produits résiduels',0,NULL,NULL,1,NULL,NULL),(397,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','704',393,'Travaux',0,NULL,NULL,1,NULL,NULL),(398,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','705',393,'Etudes',0,NULL,NULL,1,NULL,NULL),(399,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','SERVICE','706',393,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(400,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','707',393,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(401,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','708',393,'Produits des activités annexes',0,NULL,NULL,1,NULL,NULL),(402,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','709',393,'Rabais, remises et ristournes accordés par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(403,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','71',1507,'Production stockée (ou déstockage)',0,NULL,NULL,1,NULL,NULL),(404,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','713',403,'Variation des stocks (en-cours de production, produits)',0,NULL,NULL,1,NULL,NULL),(405,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','72',1507,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(406,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','721',405,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(407,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','722',405,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(408,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','74',1507,'Subventions d\'exploitation',0,NULL,NULL,1,NULL,NULL),(409,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','75',1507,'Autres produits de gestion courante',0,NULL,NULL,1,NULL,NULL),(410,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','751',409,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(411,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','752',409,'Revenus des immeubles non affectés à des activités professionnelles',0,NULL,NULL,1,NULL,NULL),(412,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','753',409,'Jetons de présence et rémunérations d\'administrateurs, gérants,...',0,NULL,NULL,1,NULL,NULL),(413,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','754',409,'Ristournes perçues des coopératives (provenant des excédents)',0,NULL,NULL,1,NULL,NULL),(414,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','755',409,'Quotes-parts de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(415,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','758',409,'Produits divers de gestion courante',0,NULL,NULL,1,NULL,NULL),(416,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','76',1507,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(417,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','761',416,'Produits de participations',0,NULL,NULL,1,NULL,NULL),(418,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','762',416,'Produits des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(419,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','763',416,'Revenus des autres créances',0,NULL,NULL,1,NULL,NULL),(420,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','764',416,'Revenus des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(421,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','765',416,'Escomptes obtenus',0,NULL,NULL,1,NULL,NULL),(422,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','766',416,'Gains de change',0,NULL,NULL,1,NULL,NULL),(423,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','767',416,'Produits nets sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(424,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','768',416,'Autres produits financiers',0,NULL,NULL,1,NULL,NULL),(425,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','77',1507,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(426,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','771',425,'Produits exceptionnels sur opérations de gestion',0,NULL,NULL,1,NULL,NULL),(427,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','772',425,'(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)',0,NULL,NULL,1,NULL,NULL),(428,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','775',425,'Produits des cessions d\'éléments d\'actif',0,NULL,NULL,1,NULL,NULL),(429,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','777',425,'Quote-part des subventions d\'investissement virée au résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(430,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','778',425,'Autres produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(431,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','78',1507,'Reprises sur amortissements et provisions',0,NULL,NULL,1,NULL,NULL),(432,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','781',431,'Reprises sur amortissements et provisions (à inscrire dans les produits d\'exploitation)',0,NULL,NULL,1,NULL,NULL),(433,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','786',431,'Reprises sur provisions pour risques (à inscrire dans les produits financiers)',0,NULL,NULL,1,NULL,NULL),(434,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','787',431,'Reprises sur provisions (à inscrire dans les produits exceptionnels)',0,NULL,NULL,1,NULL,NULL),(435,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','79',1507,'Transferts de charges',0,NULL,NULL,1,NULL,NULL),(436,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','791',435,'Transferts de charges d\'exploitation ',0,NULL,NULL,1,NULL,NULL),(437,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','796',435,'Transferts de charges financières',0,NULL,NULL,1,NULL,NULL),(438,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','797',435,'Transferts de charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(439,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','10',1351,'Capital',0,NULL,NULL,1,NULL,NULL),(440,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','100',439,'Capital souscrit ou capital personnel',0,NULL,NULL,1,NULL,NULL),(441,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1000',440,'Capital non amorti',0,NULL,NULL,1,NULL,NULL),(442,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1001',440,'Capital amorti',0,NULL,NULL,1,NULL,NULL),(443,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','101',439,'Capital non appelé',0,NULL,NULL,1,NULL,NULL),(444,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','109',439,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(445,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1090',444,'Opérations courantes',0,NULL,NULL,1,NULL,NULL),(446,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1091',444,'Impôts personnels',0,NULL,NULL,1,NULL,NULL),(447,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1092',444,'Rémunérations et autres avantages',0,NULL,NULL,1,NULL,NULL),(448,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','11',1351,'Primes d\'émission',0,NULL,NULL,1,NULL,NULL),(449,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','12',1351,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(450,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','120',449,'Plus-values de réévaluation sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(451,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1200',450,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(452,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1201',450,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(453,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','121',449,'Plus-values de réévaluation sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(454,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1210',453,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(455,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1211',453,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(456,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','122',449,'Plus-values de réévaluation sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(457,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1220',456,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(458,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1221',456,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(459,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','123',449,'Plus-values de réévaluation sur stocks',0,NULL,NULL,1,NULL,NULL),(460,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','124',449,'Reprises de réductions de valeur sur placements de trésorerie',0,NULL,NULL,1,NULL,NULL),(461,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','13',1351,'Réserve',0,NULL,NULL,1,NULL,NULL),(462,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','130',461,'Réserve légale',0,NULL,NULL,1,NULL,NULL),(463,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','131',461,'Réserves indisponibles',0,NULL,NULL,1,NULL,NULL),(464,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1310',463,'Réserve pour actions propres',0,NULL,NULL,1,NULL,NULL),(465,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1311',463,'Autres réserves indisponibles',0,NULL,NULL,1,NULL,NULL),(466,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','132',461,'Réserves immunisées',0,NULL,NULL,1,NULL,NULL),(467,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','133',461,'Réserves disponibles',0,NULL,NULL,1,NULL,NULL),(468,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1330',467,'Réserve pour régularisation de dividendes',0,NULL,NULL,1,NULL,NULL),(469,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1331',467,'Réserve pour renouvellement des immobilisations',0,NULL,NULL,1,NULL,NULL),(470,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1332',467,'Réserve pour installations en faveur du personnel 1333 Réserves libres',0,NULL,NULL,1,NULL,NULL),(471,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','14',1351,'Bénéfice reporté (ou perte reportée)',0,NULL,NULL,1,NULL,NULL),(472,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','15',1351,'Subsides en capital',0,NULL,NULL,1,NULL,NULL),(473,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','150',472,'Montants obtenus',0,NULL,NULL,1,NULL,NULL),(474,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','151',472,'Montants transférés aux résultats',0,NULL,NULL,1,NULL,NULL),(475,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','16',1351,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(476,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','160',475,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(477,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','161',475,'Provisions pour charges fiscales',0,NULL,NULL,1,NULL,NULL),(478,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','162',475,'Provisions pour grosses réparations et gros entretiens',0,NULL,NULL,1,NULL,NULL),(479,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','163',475,'à 169 Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(480,1,NULL,'2016-01-22 17:28:15','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',0,NULL,NULL,1,NULL,NULL),(481,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','165',475,'Provisions pour engagements relatifs à l\'acquisition ou à la cession d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(482,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','166',475,'Provisions pour exécution de commandes passées ou reçues',0,NULL,NULL,1,NULL,NULL),(483,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','167',475,'Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises',0,NULL,NULL,1,NULL,NULL),(484,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','168',475,'Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(485,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','169',475,'Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(486,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1690',485,'Pour litiges en cours',0,NULL,NULL,1,NULL,NULL),(487,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1691',485,'Pour amendes, doubles droits et pénalités',0,NULL,NULL,1,NULL,NULL),(488,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1692',485,'Pour propre assureur',0,NULL,NULL,1,NULL,NULL),(489,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1693',485,'Pour risques inhérents aux opérations de crédits à moyen ou long terme',0,NULL,NULL,1,NULL,NULL),(490,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1695',485,'Provision pour charge de liquidation',0,NULL,NULL,1,NULL,NULL),(491,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1696',485,'Provision pour départ de personnel',0,NULL,NULL,1,NULL,NULL),(492,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1699',485,'Pour risques divers',0,NULL,NULL,1,NULL,NULL),(493,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17',1351,'Dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(494,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','170',493,'Emprunts subordonnés',0,NULL,NULL,1,NULL,NULL),(495,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1700',494,'Convertibles',0,NULL,NULL,1,NULL,NULL),(496,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1701',494,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(497,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','171',493,'Emprunts obligataires non subordonnés',0,NULL,NULL,1,NULL,NULL),(498,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1710',498,'Convertibles',0,NULL,NULL,1,NULL,NULL),(499,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1711',498,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(500,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','172',493,'Dettes de location-financement et assimilés',0,NULL,NULL,1,NULL,NULL),(501,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1720',500,'Dettes de location-financement de biens immobiliers',0,NULL,NULL,1,NULL,NULL),(502,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1721',500,'Dettes de location-financement de biens mobiliers',0,NULL,NULL,1,NULL,NULL),(503,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1722',500,'Dettes sur droits réels sur immeubles',0,NULL,NULL,1,NULL,NULL),(504,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','173',493,'Etablissements de crédit',0,NULL,NULL,1,NULL,NULL),(505,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1730',504,'Dettes en compte',0,NULL,NULL,1,NULL,NULL),(506,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17300',505,'Banque A',0,NULL,NULL,1,NULL,NULL),(507,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17301',505,'Banque B',0,NULL,NULL,1,NULL,NULL),(508,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17302',505,'Banque C',0,NULL,NULL,1,NULL,NULL),(509,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17303',505,'Banque D',0,NULL,NULL,1,NULL,NULL),(510,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1731',504,'Promesses',0,NULL,NULL,1,NULL,NULL),(511,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17310',510,'Banque A',0,NULL,NULL,1,NULL,NULL),(512,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17311',510,'Banque B',0,NULL,NULL,1,NULL,NULL),(513,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17312',510,'Banque C',0,NULL,NULL,1,NULL,NULL),(514,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17313',510,'Banque D',0,NULL,NULL,1,NULL,NULL),(515,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1732',504,'Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(516,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17320',515,'Banque A',0,NULL,NULL,1,NULL,NULL),(517,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17321',515,'Banque B',0,NULL,NULL,1,NULL,NULL),(518,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17322',515,'Banque C',0,NULL,NULL,1,NULL,NULL),(519,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17323',515,'Banque D',0,NULL,NULL,1,NULL,NULL),(520,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','174',493,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(521,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175',493,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(522,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1750',521,'Fournisseurs : dettes en compte',0,NULL,NULL,1,NULL,NULL),(523,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17500',522,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(524,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175000',523,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(525,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175001',523,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(526,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17501',522,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(527,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175010',526,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(528,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175011',526,'Fournisseurs C.E.E.',0,NULL,NULL,1,NULL,NULL),(529,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175012',526,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(530,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1751',521,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(531,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17510',530,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(532,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175100',531,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(533,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175101',531,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(534,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17511',530,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(535,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175110',534,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(536,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175111',534,'Fournisseurs C.E.E.',0,NULL,NULL,1,NULL,NULL),(537,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175112',534,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(538,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','176',493,'Acomptes reçus sur commandes',0,NULL,NULL,1,NULL,NULL),(539,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','178',493,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(540,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','179',493,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(541,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1790',540,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(542,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1791',540,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(543,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1792',540,'Administrateurs, gérants et associés',0,NULL,NULL,1,NULL,NULL),(544,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1794',540,'Rentes viagères capitalisées',0,NULL,NULL,1,NULL,NULL),(545,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1798',540,'Dettes envers les coparticipants des associations momentanées et en participation',0,NULL,NULL,1,NULL,NULL),(546,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1799',540,'Autres dettes diverses',0,NULL,NULL,1,NULL,NULL),(547,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','18',1351,'Comptes de liaison des établissements et succursales',0,NULL,NULL,1,NULL,NULL),(548,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','20',1352,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(549,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','200',548,'Frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(550,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2000',549,'Frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(551,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2009',549,'Amortissements sur frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(552,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','201',548,'Frais d\'émission d\'emprunts et primes de remboursement',0,NULL,NULL,1,NULL,NULL),(553,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2010',552,'Agios sur emprunts et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(554,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2019',552,'Amortissements sur agios sur emprunts et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(555,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','202',548,'Autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(556,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2020',555,'Autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(557,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2029',555,'Amortissements sur autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(558,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','203',548,'Intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(559,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2030',558,'Intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(560,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2039',558,'Amortissements sur intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(561,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','204',548,'Frais de restructuration',0,NULL,NULL,1,NULL,NULL),(562,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2040',561,'Coût des frais de restructuration',0,NULL,NULL,1,NULL,NULL),(563,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2049',561,'Amortissements sur frais de restructuration',0,NULL,NULL,1,NULL,NULL),(564,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','21',1352,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(565,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','210',564,'Frais de recherche et de développement',0,NULL,NULL,1,NULL,NULL),(566,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2100',565,'Frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(567,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2108',565,'Plus-values actées sur frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(568,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2109',565,'Amortissements sur frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(569,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','211',564,'Concessions, brevets, licences, savoir-faire, marque et droits similaires',0,NULL,NULL,1,NULL,NULL),(570,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2110',569,'Concessions, brevets, licences, marques, etc',0,NULL,NULL,1,NULL,NULL),(571,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2118',569,'Plus-values actées sur concessions, etc',0,NULL,NULL,1,NULL,NULL),(572,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2119',569,'Amortissements sur concessions, etc',0,NULL,NULL,1,NULL,NULL),(573,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','212',564,'Goodwill',0,NULL,NULL,1,NULL,NULL),(574,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2120',573,'Coût d\'acquisition',0,NULL,NULL,1,NULL,NULL),(575,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2128',573,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(576,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2129',573,'Amortissements sur goodwill',0,NULL,NULL,1,NULL,NULL),(577,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','213',564,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(578,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22',1352,'Terrains et constructions',0,NULL,NULL,1,NULL,NULL),(579,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','220',578,'Terrains',0,NULL,NULL,1,NULL,NULL),(580,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2200',579,'Terrains',0,NULL,NULL,1,NULL,NULL),(581,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2201',579,'Frais d\'acquisition sur terrains',0,NULL,NULL,1,NULL,NULL),(582,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2208',579,'Plus-values actées sur terrains',0,NULL,NULL,1,NULL,NULL),(583,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2209',579,'Amortissements et réductions de valeur',0,NULL,NULL,1,NULL,NULL),(584,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22090',583,'Amortissements sur frais d\'acquisition',0,NULL,NULL,1,NULL,NULL),(585,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22091',583,'Réductions de valeur sur terrains',0,NULL,NULL,1,NULL,NULL),(586,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','221',578,'Constructions',0,NULL,NULL,1,NULL,NULL),(587,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2210',586,'Bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(588,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2211',586,'Bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(589,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2212',586,'Autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(590,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2213',586,'Voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(591,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2215',586,'Constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(592,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2216',586,'Frais d\'acquisition sur constructions',0,NULL,NULL,1,NULL,NULL),(593,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2218',586,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(594,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22180',593,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(595,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22181',593,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(596,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22182',593,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(597,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22184',593,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(598,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2219',586,'Amortissements sur constructions',0,NULL,NULL,1,NULL,NULL),(599,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22190',598,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(600,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22191',598,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(601,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22192',598,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(602,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22194',598,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(603,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22195',598,'Sur constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(604,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22196',598,'Sur frais d\'acquisition sur constructions',0,NULL,NULL,1,NULL,NULL),(605,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','222',578,'Terrains bâtis',0,NULL,NULL,1,NULL,NULL),(606,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2220',605,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(607,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22200',606,'Bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(608,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22201',606,'Bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(609,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22202',606,'Autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(610,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22203',606,'Voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(611,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22204',606,'Frais d\'acquisition des terrains à bâtir',0,NULL,NULL,1,NULL,NULL),(612,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2228',605,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(613,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22280',612,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(614,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22281',612,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(615,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22282',612,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(616,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22283',612,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(617,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2229',605,'Amortissements sur terrains bâtis',0,NULL,NULL,1,NULL,NULL),(618,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22290',617,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(619,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22291',617,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(620,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22292',617,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(621,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22293',617,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(622,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22294',617,'Sur frais d\'acquisition des terrains bâtis',0,NULL,NULL,1,NULL,NULL),(623,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','223',578,'Autres droits réels sur des immeubles',0,NULL,NULL,1,NULL,NULL),(624,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2230',623,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(625,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2238',623,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(626,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2239',623,'Amortissements',0,NULL,NULL,1,NULL,NULL),(627,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','23',1352,'Installations, machines et outillages',0,NULL,NULL,1,NULL,NULL),(628,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','230',627,'Installations',0,NULL,NULL,1,NULL,NULL),(629,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2300',628,'Installations bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(630,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2301',628,'Installations bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(631,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2302',628,'Installations bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(632,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2303',628,'Installations voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(637,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2304',628,'Installation de chauffage',0,NULL,NULL,1,NULL,NULL),(638,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2305',628,'Installation de conditionnement d\'air',0,NULL,NULL,1,NULL,NULL),(639,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2306',628,'Installation de chargement',0,NULL,NULL,1,NULL,NULL),(640,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','231',627,'Machines',0,NULL,NULL,1,NULL,NULL),(641,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2310',640,'Division A',0,NULL,NULL,1,NULL,NULL),(642,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2311',640,'Division B',0,NULL,NULL,1,NULL,NULL),(643,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2312',640,'Division C',0,NULL,NULL,1,NULL,NULL),(644,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','237',627,'Outillage',0,NULL,NULL,1,NULL,NULL),(645,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2370',644,'Division A',0,NULL,NULL,1,NULL,NULL),(646,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2371',644,'Division B',0,NULL,NULL,1,NULL,NULL),(647,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2372',644,'Division C',0,NULL,NULL,1,NULL,NULL),(648,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','238',627,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(649,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2380',648,'Sur installations',0,NULL,NULL,1,NULL,NULL),(650,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2381',648,'Sur machines',0,NULL,NULL,1,NULL,NULL),(651,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2382',648,'Sur outillage',0,NULL,NULL,1,NULL,NULL),(652,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','239',627,'Amortissements',0,NULL,NULL,1,NULL,NULL),(653,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2390',652,'Sur installations',0,NULL,NULL,1,NULL,NULL),(654,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2391',652,'Sur machines',0,NULL,NULL,1,NULL,NULL),(655,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2392',652,'Sur outillage',0,NULL,NULL,1,NULL,NULL),(656,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24',1352,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(657,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','240',656,'Mobilier',0,NULL,NULL,1,NULL,NULL),(658,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2400',656,'Mobilier',0,NULL,NULL,1,NULL,NULL),(659,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24000',658,'Mobilier des bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(660,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24001',658,'Mobilier des bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(661,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24002',658,'Mobilier des autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(662,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24003',658,'Mobilier oeuvres sociales',0,NULL,NULL,1,NULL,NULL),(663,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2401',657,'Matériel de bureau et de service social',0,NULL,NULL,1,NULL,NULL),(664,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24010',663,'Des bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(665,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24011',663,'Des bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(666,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24012',663,'Des autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(667,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24013',663,'Des oeuvres sociales',0,NULL,NULL,1,NULL,NULL),(668,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2408',657,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(669,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24080',668,'Plus-values actées sur mobilier',0,NULL,NULL,1,NULL,NULL),(670,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24081',668,'Plus-values actées sur matériel de bureau et service social',0,NULL,NULL,1,NULL,NULL),(671,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2409',657,'Amortissements',0,NULL,NULL,1,NULL,NULL),(672,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24090',671,'Amortissements sur mobilier',0,NULL,NULL,1,NULL,NULL),(673,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24091',671,'Amortissements sur matériel de bureau et service social',0,NULL,NULL,1,NULL,NULL),(674,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','241',656,'Matériel roulant',0,NULL,NULL,1,NULL,NULL),(675,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2410',674,'Matériel automobile',0,NULL,NULL,1,NULL,NULL),(676,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24100',675,'Voitures',0,NULL,NULL,1,NULL,NULL),(677,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24105',675,'Camions',0,NULL,NULL,1,NULL,NULL),(678,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2411',674,'Matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(679,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2412',674,'Matériel fluvial',0,NULL,NULL,1,NULL,NULL),(680,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2413',674,'Matériel naval',0,NULL,NULL,1,NULL,NULL),(681,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2414',674,'Matériel aérien',0,NULL,NULL,1,NULL,NULL),(682,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2418',674,'Plus-values sur matériel roulant',0,NULL,NULL,1,NULL,NULL),(683,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24180',682,'Plus-values sur matériel automobile',0,NULL,NULL,1,NULL,NULL),(684,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24181',682,'Idem sur matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(685,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24182',682,'Idem sur matériel fluvial',0,NULL,NULL,1,NULL,NULL),(686,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24183',682,'Idem sur matériel naval',0,NULL,NULL,1,NULL,NULL),(687,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24184',682,'Idem sur matériel aérien',0,NULL,NULL,1,NULL,NULL),(688,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2419',674,'Amortissements sur matériel roulant',0,NULL,NULL,1,NULL,NULL),(689,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24190',688,'Amortissements sur matériel automobile',0,NULL,NULL,1,NULL,NULL),(690,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24191',688,'Idem sur matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(691,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24192',688,'Idem sur matériel fluvial',0,NULL,NULL,1,NULL,NULL),(692,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24193',688,'Idem sur matériel naval',0,NULL,NULL,1,NULL,NULL),(693,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24194',688,'Idem sur matériel aérien',0,NULL,NULL,1,NULL,NULL),(694,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','25',1352,'Immobilisation détenues en location-financement et droits similaires',0,NULL,NULL,1,NULL,NULL),(695,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','250',694,'Terrains et constructions',0,NULL,NULL,1,NULL,NULL),(696,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2500',695,'Terrains',0,NULL,NULL,1,NULL,NULL),(697,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2501',695,'Constructions',0,NULL,NULL,1,NULL,NULL),(698,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2508',695,'Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions',0,NULL,NULL,1,NULL,NULL),(699,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2509',695,'Amortissements et réductions de valeur sur terrains et constructions en leasing',0,NULL,NULL,1,NULL,NULL),(700,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','251',694,'Installations,  machines et outillage',0,NULL,NULL,1,NULL,NULL),(701,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2510',700,'Installations',0,NULL,NULL,1,NULL,NULL),(702,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2511',700,'Machines',0,NULL,NULL,1,NULL,NULL),(703,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2512',700,'Outillage',0,NULL,NULL,1,NULL,NULL),(704,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2518',700,'Plus-values actées sur installations machines et outillage pris en leasing',0,NULL,NULL,1,NULL,NULL),(705,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2519',700,'Amortissements sur installations machines et outillage pris en leasing',0,NULL,NULL,1,NULL,NULL),(706,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','252',694,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(707,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2520',706,'Mobilier',0,NULL,NULL,1,NULL,NULL),(708,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2521',706,'Matériel roulant',0,NULL,NULL,1,NULL,NULL),(709,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2528',706,'Plus-values actées sur mobilier et matériel roulant en leasing',0,NULL,NULL,1,NULL,NULL),(710,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2529',706,'Amortissements sur mobilier et matériel roulant en leasing',0,NULL,NULL,1,NULL,NULL),(711,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','26',1352,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(712,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','260',711,'Frais d\'aménagements de locaux pris en location',0,NULL,NULL,1,NULL,NULL),(713,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','261',711,'Maison d\'habitation',0,NULL,NULL,1,NULL,NULL),(714,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','262',711,'Réserve immobilière',0,NULL,NULL,1,NULL,NULL),(715,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','263',711,'Matériel d\'emballage',0,NULL,NULL,1,NULL,NULL),(716,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','264',711,'Emballages récupérables',0,NULL,NULL,1,NULL,NULL),(717,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','268',711,'Plus-values actées sur autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(718,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','269',711,'Amortissements sur autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(719,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2690',718,'Amortissements sur frais d\'aménagement des locaux pris en location',0,NULL,NULL,1,NULL,NULL),(720,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2691',718,'Amortissements sur maison d\'habitation',0,NULL,NULL,1,NULL,NULL),(721,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2692',718,'Amortissements sur réserve immobilière',0,NULL,NULL,1,NULL,NULL),(722,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2693',718,'Amortissements sur matériel d\'emballage',0,NULL,NULL,1,NULL,NULL),(723,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2694',718,'Amortissements sur emballages récupérables',0,NULL,NULL,1,NULL,NULL),(724,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','27',1352,'Immobilisations corporelles en cours et acomptes versés',0,NULL,NULL,1,NULL,NULL),(725,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','270',724,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(726,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2700',725,'Constructions',0,NULL,NULL,1,NULL,NULL),(727,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2701',725,'Installations machines et outillage',0,NULL,NULL,1,NULL,NULL),(728,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2702',725,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(729,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2703',725,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(730,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','271',724,'Avances et acomptes versés sur immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(731,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','28',1352,'Immobilisations financières',0,NULL,NULL,1,NULL,NULL),(732,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','280',731,'Participations dans des entreprises liées',0,NULL,NULL,1,NULL,NULL),(733,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2800',732,'Valeur d\'acquisition (peut être subdivisé par participation)',0,NULL,NULL,1,NULL,NULL),(734,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2801',732,'Montants non appelés (idem)',0,NULL,NULL,1,NULL,NULL),(735,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2808',732,'Plus-values actées (idem)',0,NULL,NULL,1,NULL,NULL),(736,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2809',732,'Réductions de valeurs actées (idem)',0,NULL,NULL,1,NULL,NULL),(737,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','281',731,'Créances sur des entreprises liées',0,NULL,NULL,1,NULL,NULL),(738,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2810',737,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(739,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2811',737,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(740,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2812',737,'Titres à revenu fixes',0,NULL,NULL,1,NULL,NULL),(741,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2817',737,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(742,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2819',737,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(743,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','282',731,'Participations dans des entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(744,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2820',743,'Valeur d\'acquisition (peut être subdivisé par participation)',0,NULL,NULL,1,NULL,NULL),(745,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2821',743,'Montants non appelés (idem)',0,NULL,NULL,1,NULL,NULL),(746,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2828',743,'Plus-values actées (idem)',0,NULL,NULL,1,NULL,NULL),(747,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2829',743,'Réductions de valeurs actées (idem)',0,NULL,NULL,1,NULL,NULL),(748,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','283',731,'Créances sur des entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(749,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2830',748,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(750,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2831',748,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(751,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2832',748,'Titres à revenu fixe',0,NULL,NULL,1,NULL,NULL),(752,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2837',748,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(753,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2839',748,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(754,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','284',731,'Autres actions et parts',0,NULL,NULL,1,NULL,NULL),(755,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2840',754,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(756,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2841',754,'Montants non appelés',0,NULL,NULL,1,NULL,NULL),(757,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2848',754,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(758,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2849',754,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(759,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','285',731,'Autres créances',0,NULL,NULL,1,NULL,NULL),(760,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2850',759,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(761,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2851',759,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(762,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2852',759,'Titres à revenu fixe',0,NULL,NULL,1,NULL,NULL),(763,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2857',759,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(764,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2859',759,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(765,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','288',731,'Cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(766,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2880',765,'Téléphone, téléfax, télex',0,NULL,NULL,1,NULL,NULL),(767,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2881',765,'Gaz',0,NULL,NULL,1,NULL,NULL),(768,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2882',765,'Eau',0,NULL,NULL,1,NULL,NULL),(769,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2883',765,'Electricité',0,NULL,NULL,1,NULL,NULL),(770,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2887',765,'Autres cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(771,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29',1352,'Créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(772,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','290',771,'Créances commerciales',0,NULL,NULL,1,NULL,NULL),(773,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2900',772,'Clients',0,NULL,NULL,1,NULL,NULL),(774,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29000',773,'Créances en compte sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(775,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29001',773,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(776,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29002',773,'Sur clients Belgique',0,NULL,NULL,1,NULL,NULL),(777,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29003',773,'Sur clients C.E.E.',0,NULL,NULL,1,NULL,NULL),(778,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29004',773,'Sur clients exportation hors C.E.E.',0,NULL,NULL,1,NULL,NULL),(779,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29005',773,'Créances sur les coparticipants (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(780,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2901',772,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(781,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29010',780,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(782,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29011',780,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(783,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29012',780,'Sur clients Belgique',0,NULL,NULL,1,NULL,NULL),(784,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29013',780,'Sur clients C.E.E.',0,NULL,NULL,1,NULL,NULL),(785,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29014',780,'Sur clients exportation hors C.E.E.',0,NULL,NULL,1,NULL,NULL),(786,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2905',772,'Retenues sur garanties',0,NULL,NULL,1,NULL,NULL),(787,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2906',772,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(788,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2907',772,'Créances douteuses (à ventiler comme clients 2900)',0,NULL,NULL,1,NULL,NULL),(789,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2909',772,'Réductions de valeur actées (à ventiler comme clients 2900)',0,NULL,NULL,1,NULL,NULL),(790,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','291',771,'Autres créances',0,NULL,NULL,1,NULL,NULL),(791,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2910',790,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(792,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29100',791,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(793,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29101',791,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(794,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29102',791,'Sur autres débiteurs',0,NULL,NULL,1,NULL,NULL),(795,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2911',790,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(796,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29110',795,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(797,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29111',795,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(798,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29112',795,'Sur autres débiteurs',0,NULL,NULL,1,NULL,NULL),(799,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2912',790,'Créances résultant de la cession d\'immobilisations données en leasing',0,NULL,NULL,1,NULL,NULL),(800,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2917',790,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(801,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2919',790,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(802,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','30',1353,'Approvisionnements - matières premières',0,NULL,NULL,1,NULL,NULL),(803,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','300',802,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(804,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','309',802,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(805,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31',1353,'Approvsionnements et fournitures',0,NULL,NULL,1,NULL,NULL),(806,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','310',805,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(807,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3100',806,'Matières d\'approvisionnement',0,NULL,NULL,1,NULL,NULL),(808,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3101',806,'Energie, charbon, coke, mazout, essence, propane',0,NULL,NULL,1,NULL,NULL),(809,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3102',806,'Produits d\'entretien',0,NULL,NULL,1,NULL,NULL),(810,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3103',806,'Fournitures diverses et petit outillage',0,NULL,NULL,1,NULL,NULL),(811,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3104',806,'Imprimés et fournitures de bureau',0,NULL,NULL,1,NULL,NULL),(812,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3105',806,'Fournitures de services sociaux',0,NULL,NULL,1,NULL,NULL),(813,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3106',806,'Emballages commerciaux',0,NULL,NULL,1,NULL,NULL),(814,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31060',813,'Emballages perdus',0,NULL,NULL,1,NULL,NULL),(815,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31061',813,'Emballages récupérables',0,NULL,NULL,1,NULL,NULL),(816,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','319',805,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(817,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','32',1353,'En cours de fabrication',0,NULL,NULL,1,NULL,NULL),(818,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','320',817,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(819,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3200',818,'Produits semi-ouvrés',0,NULL,NULL,1,NULL,NULL),(820,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3201',818,'Produits en cours de fabrication',0,NULL,NULL,1,NULL,NULL),(821,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3202',818,'Travaux en cours',0,NULL,NULL,1,NULL,NULL),(822,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3205',818,'Déchets',0,NULL,NULL,1,NULL,NULL),(823,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3206',818,'Rebuts',0,NULL,NULL,1,NULL,NULL),(824,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3209',818,'Travaux en association momentanée',0,NULL,NULL,1,NULL,NULL),(825,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','329',817,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(826,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','33',1353,'Produits finis',0,NULL,NULL,1,NULL,NULL),(827,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','330',826,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(828,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3300',827,'Produits finis',0,NULL,NULL,1,NULL,NULL),(829,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','339',826,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(830,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','34',1353,'Marchandises',0,NULL,NULL,1,NULL,NULL),(831,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','340',830,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(832,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3400',831,'Groupe A',0,NULL,NULL,1,NULL,NULL),(833,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3401',831,'Groupe B',0,NULL,NULL,1,NULL,NULL),(834,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3402',831,'Groupe C',0,NULL,NULL,1,NULL,NULL),(835,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','349',830,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(836,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','35',1353,'Immeubles destinés à la vente',0,NULL,NULL,1,NULL,NULL),(837,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','350',836,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(838,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3500',837,'Immeuble A',0,NULL,NULL,1,NULL,NULL),(839,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3501',837,'Immeuble B',0,NULL,NULL,1,NULL,NULL),(840,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3502',837,'Immeuble C',0,NULL,NULL,1,NULL,NULL),(841,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','351',836,'Immeubles construits en vue de leur revente',0,NULL,NULL,1,NULL,NULL),(842,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3510',841,'Immeuble A',0,NULL,NULL,1,NULL,NULL),(843,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3511',841,'Immeuble B',0,NULL,NULL,1,NULL,NULL),(844,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3512',841,'Immeuble C',0,NULL,NULL,1,NULL,NULL),(845,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','359',836,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(846,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','36',1353,'Acomptes versés sur achats pour stocks',0,NULL,NULL,1,NULL,NULL),(847,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','360',846,'Acomptes versés (à ventiler éventuellement par catégorie)',0,NULL,NULL,1,NULL,NULL),(848,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','369',846,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(849,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','37',1353,'Commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(850,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','370',849,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(851,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','371',849,'Bénéfice pris en compte',0,NULL,NULL,1,NULL,NULL),(852,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','379',849,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(853,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','40',1354,'Créances commerciales',0,NULL,NULL,1,NULL,NULL),(854,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','400',853,'Clients',0,NULL,NULL,1,NULL,NULL),(855,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4007',854,'Rabais, remises et  ristournes à accorder et autres notes de crédit à établir',0,NULL,NULL,1,NULL,NULL),(856,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4008',854,'Créances résultant de livraisons de biens (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(857,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','401',853,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(858,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4010',857,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(859,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4013',857,'Effets à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(860,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4015',857,'Effets à l\'escompte',0,NULL,NULL,1,NULL,NULL),(861,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','402',853,'Clients, créances courantes, entreprises apparentées, administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(862,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4020',861,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(863,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4021',861,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(864,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4022',861,'Administrateurs et gérants d\'entreprise',0,NULL,NULL,1,NULL,NULL),(865,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','403',853,'Effets à recevoir sur entreprises apparentées et administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(866,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4030',865,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(867,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4031',865,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(868,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4032',865,'Administrateurs et gérants de l\'entreprise',0,NULL,NULL,1,NULL,NULL),(869,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','404',853,'Produits à recevoir (factures à établir)',0,NULL,NULL,1,NULL,NULL),(870,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','405',853,'Clients : retenues sur garanties',0,NULL,NULL,1,NULL,NULL),(871,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','406',853,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(872,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','407',853,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(873,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','408',853,'Compensation clients',0,NULL,NULL,1,NULL,NULL),(874,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','409',853,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(875,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41',1354,'Autres créances',0,NULL,NULL,1,NULL,NULL),(876,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','410',875,'Capital appelé, non versé',0,NULL,NULL,1,NULL,NULL),(877,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4100',876,'Appels de fonds',0,NULL,NULL,1,NULL,NULL),(878,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4101',876,'Actionnaires défaillants',0,NULL,NULL,1,NULL,NULL),(879,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','411',875,'T.V.A. à récupérer',0,NULL,NULL,1,NULL,NULL),(880,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4110',879,'T.V.A. due',0,NULL,NULL,1,NULL,NULL),(881,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4111',879,'T.V.A. déductible',0,NULL,NULL,1,NULL,NULL),(882,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4112',879,'Compte courant administration T.V.A.',0,NULL,NULL,1,NULL,NULL),(883,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4118',879,'Taxe d\'égalisation due',0,NULL,NULL,1,NULL,NULL),(884,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','412',875,'Impôts et versements fiscaux à récupérer',0,NULL,NULL,1,NULL,NULL),(885,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4120',884,'Impôts belges sur le résultat',0,NULL,NULL,1,NULL,NULL),(886,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4125',884,'Autres impôts belges',0,NULL,NULL,1,NULL,NULL),(887,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4128',884,'Impôts étrangers',0,NULL,NULL,1,NULL,NULL),(888,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','414',875,'Produits à recevoir',0,NULL,NULL,1,NULL,NULL),(889,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','416',875,'Créances diverses',0,NULL,NULL,1,NULL,NULL),(890,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4160',889,'Associés (compte d\'apport en société)',0,NULL,NULL,1,NULL,NULL),(891,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4161',889,'Avances et prêts au personnel',0,NULL,NULL,1,NULL,NULL),(892,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4162',889,'Compte courant des associés en S.P.R.L.',0,NULL,NULL,1,NULL,NULL),(893,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4163',889,'Compte courant des administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(894,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4164',889,'Créances sur sociétés apparentées',0,NULL,NULL,1,NULL,NULL),(895,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4166',889,'Emballages et matériel à rendre',0,NULL,NULL,1,NULL,NULL),(896,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4167',889,'Etat et établissements publics',0,NULL,NULL,1,NULL,NULL),(897,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41670',896,'Subsides à recevoir',0,NULL,NULL,1,NULL,NULL),(898,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41671',896,'Autres créances',0,NULL,NULL,1,NULL,NULL),(899,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4168',889,'Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus',0,NULL,NULL,1,NULL,NULL),(900,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','417',875,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(901,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','418',875,'Cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(902,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','419',875,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(903,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','42',1354,'Dettes à plus d\'un an échéant dans l\'année',0,NULL,NULL,1,NULL,NULL),(904,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','420',903,'Emprunts subordonnés',0,NULL,NULL,1,NULL,NULL),(905,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4200',904,'Convertibles',0,NULL,NULL,1,NULL,NULL),(906,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4201',904,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(907,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','421',903,'Emprunts obligataires non subordonnés',0,NULL,NULL,1,NULL,NULL),(908,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4210',907,'Convertibles',0,NULL,NULL,1,NULL,NULL),(909,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4211',907,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(910,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','422',903,'Dettes de location-financement et assimilées',0,NULL,NULL,1,NULL,NULL),(911,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4220',910,'Financement de biens immobiliers',0,NULL,NULL,1,NULL,NULL),(912,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4221',910,'Financement de biens mobiliers',0,NULL,NULL,1,NULL,NULL),(913,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','423',903,'Etablissements de crédit',0,NULL,NULL,1,NULL,NULL),(914,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4230',913,'Dettes en compte',0,NULL,NULL,1,NULL,NULL),(915,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4231',913,'Promesses',0,NULL,NULL,1,NULL,NULL),(916,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4232',913,'Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(917,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','424',903,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(918,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','425',903,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(919,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4250',918,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(920,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4251',918,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(921,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','426',903,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(922,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','429',903,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(923,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4290',922,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(924,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4291',922,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(925,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4292',922,'Administrateurs, gérants, associés',0,NULL,NULL,1,NULL,NULL),(926,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4299',922,'Autres dettes',0,NULL,NULL,1,NULL,NULL),(927,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','43',1354,'Dettes financières',0,NULL,NULL,1,NULL,NULL),(928,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','430',927,'Etablissements de crédit. Emprunts en compte à terme fixe',0,NULL,NULL,1,NULL,NULL),(929,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','431',927,'Etablissements de crédit. Promesses',0,NULL,NULL,1,NULL,NULL),(930,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','432',927,'Etablissements de crédit. Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(931,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','433',927,'Etablissements de crédit. Dettes en compte courant',0,NULL,NULL,1,NULL,NULL),(932,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','439',927,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(933,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44',1354,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(934,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','440',933,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(935,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4400',934,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(936,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44000',935,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(937,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44001',935,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(938,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4401',934,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(939,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44010',938,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(940,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44011',938,'Fournisseurs CEE',0,NULL,NULL,1,NULL,NULL),(941,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44012',938,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(942,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4402',934,'Dettes envers les coparticipants (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(943,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4403',934,'Fournisseurs - retenues de garanties',0,NULL,NULL,1,NULL,NULL),(944,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','441',933,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(945,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4410',944,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(946,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44100',945,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(947,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44101',945,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(948,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4411',944,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(949,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44110',948,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(950,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44111',948,'Fournisseurs CEE',0,NULL,NULL,1,NULL,NULL),(951,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44112',948,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(952,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','444',933,'Factures à recevoir',0,NULL,NULL,1,NULL,NULL),(953,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','446',933,'Acomptes reçus',0,NULL,NULL,1,NULL,NULL),(954,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','448',933,'Compensations fournisseurs',0,NULL,NULL,1,NULL,NULL),(955,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45',1354,'Dettes fiscales, salariales et sociales',0,NULL,NULL,1,NULL,NULL),(956,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','450',955,'Dettes fiscales estimées',0,NULL,NULL,1,NULL,NULL),(957,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4501',956,'Impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(958,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4505',956,'Autres impôts en Belgique',0,NULL,NULL,1,NULL,NULL),(959,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4508',956,'Impôts à l\'étranger',0,NULL,NULL,1,NULL,NULL),(960,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','451',955,'T.V.A. à payer',0,NULL,NULL,1,NULL,NULL),(961,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4510',960,'T.V.A. due',0,NULL,NULL,1,NULL,NULL),(962,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4511',960,'T.V.A. déductible',0,NULL,NULL,1,NULL,NULL),(963,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4512',960,'Compte courant administration T.V.A.',0,NULL,NULL,1,NULL,NULL),(964,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4518',960,'Taxe d\'égalisation due',0,NULL,NULL,1,NULL,NULL),(965,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','452',955,'Impôts et taxes à payer',0,NULL,NULL,1,NULL,NULL),(966,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4520',965,'Autres impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(967,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4525',965,'Autres impôts et taxes en Belgique',0,NULL,NULL,1,NULL,NULL),(968,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45250',967,'Précompte immobilier',0,NULL,NULL,1,NULL,NULL),(969,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45251',967,'Impôts communaux à payer',0,NULL,NULL,1,NULL,NULL),(970,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45252',967,'Impôts provinciaux à payer',0,NULL,NULL,1,NULL,NULL),(971,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45253',967,'Autres impôts et taxes à payer',0,NULL,NULL,1,NULL,NULL),(972,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4528',965,'Impôts et taxes à l\'étranger',0,NULL,NULL,1,NULL,NULL),(973,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','453',955,'Précomptes retenus',0,NULL,NULL,1,NULL,NULL),(974,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4530',973,'Précompte professionnel retenu sur rémunérations',0,NULL,NULL,1,NULL,NULL),(975,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4531',973,'Précompte professionnel retenu sur tantièmes',0,NULL,NULL,1,NULL,NULL),(976,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4532',973,'Précompte mobilier retenu sur dividendes attribués',0,NULL,NULL,1,NULL,NULL),(977,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4533',973,'Précompte mobilier retenu sur intérêts payés',0,NULL,NULL,1,NULL,NULL),(978,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4538',973,'Autres précomptes retenus',0,NULL,NULL,1,NULL,NULL),(979,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','454',955,'Office National de la Sécurité Sociale',0,NULL,NULL,1,NULL,NULL),(980,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4540',979,'Arriérés',0,NULL,NULL,1,NULL,NULL),(981,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4541',979,'1er trimestre',0,NULL,NULL,1,NULL,NULL),(982,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4542',979,'2ème trimestre',0,NULL,NULL,1,NULL,NULL),(983,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4543',979,'3ème trimestre',0,NULL,NULL,1,NULL,NULL),(984,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4544',979,'4ème trimestre',0,NULL,NULL,1,NULL,NULL),(985,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','455',955,'Rémunérations',0,NULL,NULL,1,NULL,NULL),(986,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4550',985,'Administrateurs,  gérants et commissaires (non réviseurs)',0,NULL,NULL,1,NULL,NULL),(987,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4551',985,'Direction',0,NULL,NULL,1,NULL,NULL),(988,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4552',985,'Employés',0,NULL,NULL,1,NULL,NULL),(989,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4553',985,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(990,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','456',955,'Pécules de vacances',0,NULL,NULL,1,NULL,NULL),(991,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4560',990,'Direction',0,NULL,NULL,1,NULL,NULL),(992,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4561',990,'Employés',0,NULL,NULL,1,NULL,NULL),(993,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4562',990,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(994,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','459',955,'Autres dettes sociales',0,NULL,NULL,1,NULL,NULL),(995,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4590',994,'Provision pour gratifications de fin d\'année',0,NULL,NULL,1,NULL,NULL),(996,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4591',994,'Départs de personnel',0,NULL,NULL,1,NULL,NULL),(997,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4592',994,'Oppositions sur rémunérations',0,NULL,NULL,1,NULL,NULL),(998,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4593',994,'Assurances relatives au personnel',0,NULL,NULL,1,NULL,NULL),(999,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45930',998,'Assurance loi',0,NULL,NULL,1,NULL,NULL),(1000,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45931',998,'Assurance salaire garanti',0,NULL,NULL,1,NULL,NULL),(1001,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45932',998,'Assurance groupe',0,NULL,NULL,1,NULL,NULL),(1002,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45933',998,'Assurances individuelles',0,NULL,NULL,1,NULL,NULL),(1003,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4594',994,'Caisse d\'assurances sociales pour travailleurs indépendants',0,NULL,NULL,1,NULL,NULL),(1004,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4597',994,'Dettes et provisions sociales diverses',0,NULL,NULL,1,NULL,NULL),(1005,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','46',1354,'Acomptes reçus sur commande',0,NULL,NULL,1,NULL,NULL),(1006,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','47',1354,'Dettes découlant de l\'affectation des résultats',0,NULL,NULL,1,NULL,NULL),(1007,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','470',1006,'Dividendes et tantièmes d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1008,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','471',1006,'Dividendes de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1009,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','472',1006,'Tantièmes de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1010,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','473',1006,'Autres allocataires',0,NULL,NULL,1,NULL,NULL),(1011,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','48',4,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(1012,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','480',1011,'Obligations et coupons échus',0,NULL,NULL,1,NULL,NULL),(1013,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','481',1011,'Actionnaires - capital à rembourser',0,NULL,NULL,1,NULL,NULL),(1014,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','482',1011,'Participation du personnel à payer',0,NULL,NULL,1,NULL,NULL),(1015,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','483',1011,'Acomptes reçus d\'autres tiers à moins d\'un an',0,NULL,NULL,1,NULL,NULL),(1016,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','486',1011,'Emballages et matériel consignés',0,NULL,NULL,1,NULL,NULL),(1017,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','488',1011,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(1018,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','489',1011,'Autres dettes diverses',0,NULL,NULL,1,NULL,NULL),(1019,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49',1354,'Comptes de régularisation et compte d\'attente',0,NULL,NULL,1,NULL,NULL),(1020,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','490',1019,'Charges à reporter (à subdiviser par catégorie de charges)',0,NULL,NULL,1,NULL,NULL),(1021,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','491',1019,'Produits acquis',0,NULL,NULL,1,NULL,NULL),(1022,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4910',1021,'Produits d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1023,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49100',1022,'Ristournes et rabais à obtenir',0,NULL,NULL,1,NULL,NULL),(1024,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49101',1022,'Commissions à obtenir',0,NULL,NULL,1,NULL,NULL),(1025,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49102',1022,'Autres produits d\'exploitation (redevances par exemple)',0,NULL,NULL,1,NULL,NULL),(1026,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4911',1021,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(1027,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49110',1026,'Intérêts courus et non échus sur prêts et débits',0,NULL,NULL,1,NULL,NULL),(1028,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49111',1026,'Autres produits financiers',0,NULL,NULL,1,NULL,NULL),(1029,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','492',1019,'Charges à imputer (à subdiviser par catégorie de charges)',0,NULL,NULL,1,NULL,NULL),(1030,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','493',1019,'Produits à reporter',0,NULL,NULL,1,NULL,NULL),(1031,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4930',1030,'Produits d\'exploitation à reporter',0,NULL,NULL,1,NULL,NULL),(1032,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4931',1030,'Produits financiers à reporter',0,NULL,NULL,1,NULL,NULL),(1033,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','499',1019,'Comptes d\'attente',0,NULL,NULL,1,NULL,NULL),(1034,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4990',1033,'Compte d\'attente',0,NULL,NULL,1,NULL,NULL),(1035,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4991',1033,'Compte de répartition périodique des charges',0,NULL,NULL,1,NULL,NULL),(1036,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4999',1033,'Transferts d\'exercice',0,NULL,NULL,1,NULL,NULL),(1037,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','50',1355,'Actions propres',0,NULL,NULL,1,NULL,NULL),(1038,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','51',1355,'Actions et parts',0,NULL,NULL,1,NULL,NULL),(1039,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','510',1038,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(1040,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','511',1038,'Montants non appelés',0,NULL,NULL,1,NULL,NULL),(1041,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','519',1038,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1042,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','52',1355,'Titres à revenus fixes',0,NULL,NULL,1,NULL,NULL),(1043,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','520',1042,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(1044,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','529',1042,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1045,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','53',1355,'Dépots à terme',0,NULL,NULL,1,NULL,NULL),(1046,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','530',1045,'De plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1047,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','531',1045,'De plus d\'un mois et à un an au plus',0,NULL,NULL,1,NULL,NULL),(1048,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','532',1045,'d\'un mois au plus',0,NULL,NULL,1,NULL,NULL),(1049,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','539',1045,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1050,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','54',1355,'Valeurs échues à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(1051,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','540',1050,'Chèques à encaisser',0,NULL,NULL,1,NULL,NULL),(1052,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','541',1050,'Coupons à encaisser',0,NULL,NULL,1,NULL,NULL),(1053,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','55',1355,'Etablissements de crédit - Comptes ouverts auprès des divers établissements.',0,NULL,NULL,1,NULL,NULL),(1054,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','550',1053,'Comptes courants',0,NULL,NULL,1,NULL,NULL),(1055,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','551',1053,'Chèques émis',0,NULL,NULL,1,NULL,NULL),(1056,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','559',1053,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1057,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','56',1355,'Office des chèques postaux',0,NULL,NULL,1,NULL,NULL),(1058,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','560',1057,'Compte courant',0,NULL,NULL,1,NULL,NULL),(1059,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','561',1057,'Chèques émis',0,NULL,NULL,1,NULL,NULL),(1060,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','57',1355,'Caisses',0,NULL,NULL,1,NULL,NULL),(1061,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','570',1060,'à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)',0,NULL,NULL,1,NULL,NULL),(1062,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','578',1060,'Caisses - timbres ( 0 - fiscaux ; 1 - postaux)',0,NULL,NULL,1,NULL,NULL),(1063,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','58',1355,'Virements internes',0,NULL,NULL,1,NULL,NULL),(1064,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','60',1356,'Approvisionnements et marchandises',0,NULL,NULL,1,NULL,NULL),(1065,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','600',1064,'Achats de matières premières',0,NULL,NULL,1,NULL,NULL),(1066,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','601',1064,'Achats de fournitures',0,NULL,NULL,1,NULL,NULL),(1067,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','602',1064,'Achats de services, travaux et études',0,NULL,NULL,1,NULL,NULL),(1068,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','603',1064,'Sous-traitances générales',0,NULL,NULL,1,NULL,NULL),(1069,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','604',1064,'Achats de marchandises',0,NULL,NULL,1,NULL,NULL),(1070,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','605',1064,'Achats d\'immeubles destinés à la revente',0,NULL,NULL,1,NULL,NULL),(1071,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','608',1064,'Remises , ristournes et rabais obtenus sur achats',0,NULL,NULL,1,NULL,NULL),(1072,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','609',1064,'Variations de stocks',0,NULL,NULL,1,NULL,NULL),(1073,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6090',1072,'De matières premières',0,NULL,NULL,1,NULL,NULL),(1074,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6091',1072,'De fournitures',0,NULL,NULL,1,NULL,NULL),(1075,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6094',1072,'De marchandises',0,NULL,NULL,1,NULL,NULL),(1076,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6095',1072,'d\'immeubles destinés à la vente',0,NULL,NULL,1,NULL,NULL),(1077,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61',1356,'Services et biens divers',0,NULL,NULL,1,NULL,NULL),(1078,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','610',1077,'Loyers et charges locatives',0,NULL,NULL,1,NULL,NULL),(1079,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6100',1078,'Loyers divers',0,NULL,NULL,1,NULL,NULL),(1080,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6101',1078,'Charges locatives (assurances, frais de confort,etc)',0,NULL,NULL,1,NULL,NULL),(1081,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','611',1077,'Entretien et réparation (fournitures et prestations)',0,NULL,NULL,1,NULL,NULL),(1082,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','612',1077,'Fournitures faites à l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1083,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6120',1082,'Eau, gaz, électricité, vapeur',0,NULL,NULL,1,NULL,NULL),(1084,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61200',1083,'Eau',0,NULL,NULL,1,NULL,NULL),(1085,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61201',1083,'Gaz',0,NULL,NULL,1,NULL,NULL),(1086,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61202',1083,'Electricité',0,NULL,NULL,1,NULL,NULL),(1087,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61203',1083,'Vapeur',0,NULL,NULL,1,NULL,NULL),(1088,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6121',1082,'Téléphone, télégrammes, télex, téléfax, frais postaux',0,NULL,NULL,1,NULL,NULL),(1089,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61210',1088,'Téléphone',0,NULL,NULL,1,NULL,NULL),(1090,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61211',1088,'Télégrammes',0,NULL,NULL,1,NULL,NULL),(1091,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61212',1088,'Télex et téléfax',0,NULL,NULL,1,NULL,NULL),(1092,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61213',1088,'Frais postaux',0,NULL,NULL,1,NULL,NULL),(1093,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6122',1082,'Livres, bibliothèque',0,NULL,NULL,1,NULL,NULL),(1094,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6123',1082,'Imprimés et fournitures de bureau (si non comptabilisé au 601)',0,NULL,NULL,1,NULL,NULL),(1095,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','613',1077,'Rétributions de tiers',0,NULL,NULL,1,NULL,NULL),(1096,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6130',1095,'Redevances et royalties',0,NULL,NULL,1,NULL,NULL),(1097,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61300',1096,'Redevances pour brevets, licences, marques et accessoires',0,NULL,NULL,1,NULL,NULL),(1098,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61301',1096,'Autres redevances (procédés de fabrication)',0,NULL,NULL,1,NULL,NULL),(1099,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6131',1095,'Assurances non relatives au personnel',0,NULL,NULL,1,NULL,NULL),(1100,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61310',1099,'Assurance incendie',0,NULL,NULL,1,NULL,NULL),(1101,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61311',1099,'Assurance vol',0,NULL,NULL,1,NULL,NULL),(1102,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61312',1099,'Assurance autos',0,NULL,NULL,1,NULL,NULL),(1103,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61313',1099,'Assurance crédit',0,NULL,NULL,1,NULL,NULL),(1104,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61314',1099,'Assurances frais généraux',0,NULL,NULL,1,NULL,NULL),(1105,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6132',1095,'Divers',0,NULL,NULL,1,NULL,NULL),(1106,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61320',1105,'Commissions aux tiers',0,NULL,NULL,1,NULL,NULL),(1107,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61321',1105,'Honoraires d\'avocats, d\'experts, etc',0,NULL,NULL,1,NULL,NULL),(1108,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61322',1105,'Cotisations aux groupements professionnels',0,NULL,NULL,1,NULL,NULL),(1109,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61323',1105,'Dons, libéralités, etc',0,NULL,NULL,1,NULL,NULL),(1110,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61324',1105,'Frais de contentieux',0,NULL,NULL,1,NULL,NULL),(1111,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61325',1105,'Publications légales',0,NULL,NULL,1,NULL,NULL),(1112,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6133',1095,'Transports et déplacements',0,NULL,NULL,1,NULL,NULL),(1113,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61330',1112,'Transports de personnel',0,NULL,NULL,1,NULL,NULL),(1114,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61331',1112,'Voyages, déplacements et représentations',0,NULL,NULL,1,NULL,NULL),(1115,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6134',1095,'Personnel intérimaire',0,NULL,NULL,1,NULL,NULL),(1116,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','614',1077,'Annonces, publicité, propagande et documentation',0,NULL,NULL,1,NULL,NULL),(1117,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6140',1116,'Annonces et insertions',0,NULL,NULL,1,NULL,NULL),(1118,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6141',1116,'Catalogues et imprimés',0,NULL,NULL,1,NULL,NULL),(1119,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6142',1116,'Echantillons',0,NULL,NULL,1,NULL,NULL),(1120,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6143',1116,'Foires et expositions',0,NULL,NULL,1,NULL,NULL),(1121,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6144',1116,'Primes',0,NULL,NULL,1,NULL,NULL),(1122,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6145',1116,'Cadeaux à la clientèle',0,NULL,NULL,1,NULL,NULL),(1123,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6146',1116,'Missions et réceptions',0,NULL,NULL,1,NULL,NULL),(1124,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6147',1116,'Documentation',0,NULL,NULL,1,NULL,NULL),(1125,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','615',1077,'Sous-traitants',0,NULL,NULL,1,NULL,NULL),(1126,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6150',1125,'Sous-traitants pour activités propres',0,NULL,NULL,1,NULL,NULL),(1127,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6151',1125,'Sous-traitants d\'associations momentanées (coparticipants)',0,NULL,NULL,1,NULL,NULL),(1128,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6152',1125,'Quote-part bénéficiaire des coparticipants',0,NULL,NULL,1,NULL,NULL),(1129,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','617',1077,'Personnel intérimaire et personnes mises à la disposition de l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1130,1,NULL,'2018-01-19 11:17:49','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',0,NULL,NULL,1,NULL,NULL),(1131,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62',1356,'Rémunérations, charges sociales et pensions',0,NULL,NULL,1,NULL,NULL),(1132,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','620',1131,'Rémunérations et avantages sociaux directs',0,NULL,NULL,1,NULL,NULL),(1133,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6200',1132,'Administrateurs ou gérants',0,NULL,NULL,1,NULL,NULL),(1134,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6201',1132,'Personnel de direction',0,NULL,NULL,1,NULL,NULL),(1135,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6202',1132,'Employés',0,NULL,NULL,1,NULL,NULL),(1136,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6203',1132,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(1137,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6204',1132,'Autres membres du personnel',0,NULL,NULL,1,NULL,NULL),(1138,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','621',1131,'Cotisations patronales d\'assurances sociales',0,NULL,NULL,1,NULL,NULL),(1139,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6210',1138,'Sur salaires',0,NULL,NULL,1,NULL,NULL),(1140,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6211',1138,'Sur appointements et commissions',0,NULL,NULL,1,NULL,NULL),(1141,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','622',1131,'Primes patronales pour assurances extralégales',0,NULL,NULL,1,NULL,NULL),(1142,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','623',1131,'Autres frais de personnel',0,NULL,NULL,1,NULL,NULL),(1143,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6230',1142,'Assurances du personnel',0,NULL,NULL,1,NULL,NULL),(1144,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62300',1143,'Assurances loi, responsabilité civile, chemin du travail',0,NULL,NULL,1,NULL,NULL),(1145,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62301',1143,'Assurance salaire garanti',0,NULL,NULL,1,NULL,NULL),(1146,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62302',1143,'Assurances individuelles',0,NULL,NULL,1,NULL,NULL),(1147,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6231',1142,'Charges sociales diverses',0,NULL,NULL,1,NULL,NULL),(1148,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62310',1147,'Jours fériés payés',0,NULL,NULL,1,NULL,NULL),(1149,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62311',1147,'Salaire hebdomadaire garanti',0,NULL,NULL,1,NULL,NULL),(1150,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62312',1147,'Allocations familiales complémentaires',0,NULL,NULL,1,NULL,NULL),(1151,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6232',1142,'Charges sociales des administrateurs, gérants et commissaires',0,NULL,NULL,1,NULL,NULL),(1152,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62320',1151,'Allocations familiales complémentaires pour non salariés',0,NULL,NULL,1,NULL,NULL),(1153,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62321',1151,'Lois sociales pour indépendants',0,NULL,NULL,1,NULL,NULL),(1154,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62322',1151,'Divers',0,NULL,NULL,1,NULL,NULL),(1155,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','624',1131,'Pensions de retraite et de survie',0,NULL,NULL,1,NULL,NULL),(1156,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6240',1155,'Administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(1157,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6241',1155,'Personnel',0,NULL,NULL,1,NULL,NULL),(1158,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','625',1131,'Provision pour pécule de vacances',0,NULL,NULL,1,NULL,NULL),(1159,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6250',1158,'Dotations',0,NULL,NULL,1,NULL,NULL),(1160,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6251',1158,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1161,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','63',1356,'Amortissements, réductions de valeur et provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(1162,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','630',1161,'Dotations aux amortissements et aux réductions de valeur sur immobilisations',0,NULL,NULL,1,NULL,NULL),(1163,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6300',1162,'Dotations aux amortissements sur frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1164,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6301',1162,'Dotations aux amortissements sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1165,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6302',1162,'Dotations aux amortissements sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1166,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6308',1162,'Dotations aux réductions de valeur sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1167,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6309',1162,'Dotations aux réductions de valeur sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1168,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','631',1161,'Réductions de valeur sur stocks',0,NULL,NULL,1,NULL,NULL),(1169,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6310',1168,'Dotations',0,NULL,NULL,1,NULL,NULL),(1170,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6311',1168,'Reprises',0,NULL,NULL,1,NULL,NULL),(1171,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','632',1161,'Réductions de valeur sur commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1172,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6320',1171,'Dotations',0,NULL,NULL,1,NULL,NULL),(1173,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6321',1171,'Reprises',0,NULL,NULL,1,NULL,NULL),(1174,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','633',1161,'Réductions de valeur sur créances commerciales à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1175,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6330',1174,'Dotations',0,NULL,NULL,1,NULL,NULL),(1176,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6331',1174,'Reprises',0,NULL,NULL,1,NULL,NULL),(1177,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','634',1161,'Réductions de valeur sur créances commerciales à un an au plus',0,NULL,NULL,1,NULL,NULL),(1178,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6340',1177,'Dotations',0,NULL,NULL,1,NULL,NULL),(1179,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6341',1177,'Reprises',0,NULL,NULL,1,NULL,NULL),(1180,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','635',1161,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(1181,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6350',1180,'Dotations',0,NULL,NULL,1,NULL,NULL),(1182,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6351',1180,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1183,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','636',11613,'Provisions pour grosses réparations et gros entretiens',0,NULL,NULL,1,NULL,NULL),(1184,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6360',1183,'Dotations',0,NULL,NULL,1,NULL,NULL),(1185,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6361',1183,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1186,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','637',1161,'Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(1187,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6370',1186,'Dotations',0,NULL,NULL,1,NULL,NULL),(1188,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6371',1186,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1189,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64',1356,'Autres charges d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1190,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','640',1189,'Charges fiscales d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1191,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6400',1190,'Taxes et impôts directs',0,NULL,NULL,1,NULL,NULL),(1192,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64000',1191,'Taxes sur autos et camions',0,NULL,NULL,1,NULL,NULL),(1193,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6401',1190,'Taxes et impôts indirects',0,NULL,NULL,1,NULL,NULL),(1194,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64010',1193,'Timbres fiscaux pris en charge par la firme',0,NULL,NULL,1,NULL,NULL),(1195,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64011',1193,'Droits d\'enregistrement',0,NULL,NULL,1,NULL,NULL),(1196,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64012',1193,'T.V.A. non déductible',0,NULL,NULL,1,NULL,NULL),(1197,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6402',1190,'Impôts provinciaux et communaux',0,NULL,NULL,1,NULL,NULL),(1198,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64020',1197,'Taxe sur la force motrice',0,NULL,NULL,1,NULL,NULL),(1199,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64021',1197,'Taxe sur le personnel occupé',0,NULL,NULL,1,NULL,NULL),(1200,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6403',1190,'Taxes diverses',0,NULL,NULL,1,NULL,NULL),(1201,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','641',1189,'Moins-values sur réalisations courantes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1202,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','642',1189,'Moins-values sur réalisations de créances commerciales',0,NULL,NULL,1,NULL,NULL),(1203,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','643',1189,'à 648 Charges d\'exploitations diverses',0,NULL,NULL,1,NULL,NULL),(1204,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','649',1189,'Charges d\'exploitation portées à l\'actif au titre de restructuration',0,NULL,NULL,1,NULL,NULL),(1205,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','65',1356,'Charges financières',0,NULL,NULL,1,NULL,NULL),(1206,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','650',1205,'Charges des dettes',0,NULL,NULL,1,NULL,NULL),(1207,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6500',1206,'Intérêts, commissions et frais afférents aux dettes',0,NULL,NULL,1,NULL,NULL),(1208,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6501',1206,'Amortissements des agios et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(1209,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6502',1206,'Autres charges de dettes',0,NULL,NULL,1,NULL,NULL),(1210,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6503',1206,'Intérêts intercalaires portés à l\'actif',0,NULL,NULL,1,NULL,NULL),(1211,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','651',1205,'Réductions de valeur sur actifs circulants',0,NULL,NULL,1,NULL,NULL),(1212,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6510',1211,'Dotations',0,NULL,NULL,1,NULL,NULL),(1213,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6511',1211,'Reprises',0,NULL,NULL,1,NULL,NULL),(1214,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','652',1205,'Moins-values sur réalisation d\'actifs circulants',0,NULL,NULL,1,NULL,NULL),(1215,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','653',1205,'Charges d\'escompte de créances',0,NULL,NULL,1,NULL,NULL),(1216,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','654',1205,'Différences de change',0,NULL,NULL,1,NULL,NULL),(1217,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','655',1205,'Ecarts de conversion des devises',0,NULL,NULL,1,NULL,NULL),(1218,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','656',1205,'Frais de banques, de chèques postaux',0,NULL,NULL,1,NULL,NULL),(1219,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','657',1205,'Commissions sur ouvertures de crédit, cautions et avals',0,NULL,NULL,1,NULL,NULL),(1220,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','658',1205,'Frais de vente des titres',0,NULL,NULL,1,NULL,NULL),(1221,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','66',1356,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1222,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','660',1221,'Amortissements et réductions de valeur exceptionnels',0,NULL,NULL,1,NULL,NULL),(1223,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6600',1222,'Sur frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1224,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6601',1222,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1225,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6602',1222,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1226,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','661',1221,'Réductions de valeur sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1227,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','662',1221,'Provisions pour risques et charges exceptionnels',0,NULL,NULL,1,NULL,NULL),(1228,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','663',1221,'Moins-values sur réalisation d\'actifs immobilisés',0,NULL,NULL,1,NULL,NULL),(1229,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6630',1228,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1230,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6631',1228,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1231,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6632',1228,'Sur immobilisations détenues en location-financement et droits similaires',0,NULL,NULL,1,NULL,NULL),(1232,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6633',1228,'Sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1233,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6634',1228,'Sur immeubles acquis ou construits en vue de la revente',0,NULL,NULL,1,NULL,NULL),(1234,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','664',1221,'à 668 Autres charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1236,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','665',1221,'Différence de charge',0,NULL,NULL,1,NULL,NULL),(1237,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','669',1221,'Charges exceptionnelles transférées à l\'actif en frais de restructuration',0,NULL,NULL,1,NULL,NULL),(1238,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','67',1356,'Impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(1239,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','670',1238,'Impôts belges sur le résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1240,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6700',1239,'Impôts et précomptes dus ou versés',0,NULL,NULL,1,NULL,NULL),(1241,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6701',1239,'Excédent de versements d\'impôts et précomptes porté à l\'actif',0,NULL,NULL,1,NULL,NULL),(1242,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6702',1239,'Charges fiscales estimées',0,NULL,NULL,1,NULL,NULL),(1243,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','671',1238,'Impôts belges sur le résultat d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1244,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6710',1243,'Suppléments d\'impôts dus ou versés',0,NULL,NULL,1,NULL,NULL),(1245,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6711',1243,'Suppléments d\'impôts estimés',0,NULL,NULL,1,NULL,NULL),(1246,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6712',1243,'Provisions fiscales constituées',0,NULL,NULL,1,NULL,NULL),(1247,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','672',1238,'Impôts étrangers sur le résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1248,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','673',1238,'Impôts étrangers sur le résultat d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1249,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','68',1356,'Transferts aux réserves immunisées',0,NULL,NULL,1,NULL,NULL),(1250,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','69',1356,'Affectation des résultats',0,NULL,NULL,1,NULL,NULL),(1251,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','690',1250,'Perte reportée de l\'exercice précédent',0,NULL,NULL,1,NULL,NULL),(1252,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','691',1250,'Dotation à la réserve légale',0,NULL,NULL,1,NULL,NULL),(1253,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','692',1250,'Dotation aux autres réserves',0,NULL,NULL,1,NULL,NULL),(1254,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','693',1250,'Bénéfice à reporter',0,NULL,NULL,1,NULL,NULL),(1255,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','694',1250,'Rémunération du capital',0,NULL,NULL,1,NULL,NULL),(1256,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','695',1250,'Administrateurs ou gérants',0,NULL,NULL,1,NULL,NULL),(1257,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','696',1250,'Autres allocataires',0,NULL,NULL,1,NULL,NULL),(1258,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','70',1357,'Chiffre d\'affaires',0,NULL,NULL,1,NULL,NULL),(1260,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','700',1258,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(1261,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7000',1260,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1262,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7001',1260,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1263,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7002',1260,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1264,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','701',1258,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(1265,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7010',1264,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1266,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7011',1264,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1267,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7012',1264,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1268,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','702',1258,'Ventes de déchets et rebuts',0,NULL,NULL,1,NULL,NULL),(1269,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7020',1268,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1270,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7021',1268,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1271,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7022',1268,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1272,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','703',1258,'Ventes d\'emballages récupérables',0,NULL,NULL,1,NULL,NULL),(1273,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','704',1258,'Facturations des travaux en cours (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(1274,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','705',1258,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(1275,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7050',1274,'Prestations de services en Belgique',0,NULL,NULL,1,NULL,NULL),(1276,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7051',1274,'Prestations de services dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1277,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7052',1274,'Prestations de services en vue de l\'exportation',0,NULL,NULL,1,NULL,NULL),(1278,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','706',1258,'Pénalités et dédits obtenus par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1279,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','708',1258,'Remises, ristournes et rabais accordés',0,NULL,NULL,1,NULL,NULL),(1280,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7080',1279,'Sur ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(1281,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7081',1279,'Sur ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(1282,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7082',1279,'Sur ventes de déchets et rebuts',0,NULL,NULL,1,NULL,NULL),(1283,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7083',1279,'Sur prestations de services',0,NULL,NULL,1,NULL,NULL),(1284,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7084',1279,'Mali sur travaux facturés aux associations momentanées',0,NULL,NULL,1,NULL,NULL),(1285,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71',1357,'Variation des stocks et des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1286,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','712',1285,'Des en cours de fabrication',0,NULL,NULL,1,NULL,NULL),(1287,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','713',1285,'Des produits finis',0,NULL,NULL,1,NULL,NULL),(1288,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','715',1285,'Des immeubles construits destinés à la vente',0,NULL,NULL,1,NULL,NULL),(1289,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','717',1285,'Des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1290,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7170',1289,'Commandes en cours - Coût de revient',0,NULL,NULL,1,NULL,NULL),(1291,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71700',1290,'Coût des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1292,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71701',1290,'Coût des travaux en cours des associations momentanées',0,NULL,NULL,1,NULL,NULL),(1293,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7171',1289,'Bénéfices portés en compte sur commandes en cours',0,NULL,NULL,1,NULL,NULL),(1294,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71710',1293,'Sur commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1295,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71711',1293,'Sur travaux en cours des associations momentanées',0,NULL,NULL,1,NULL,NULL),(1296,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','72',1357,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(1297,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','720',1296,'En frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1298,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','721',1296,'En immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1299,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','722',1296,'En immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1300,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','723',1296,'En immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(1301,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','74',1357,'Autres produits d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1302,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','740',1301,'Subsides d\'exploitation et montants compensatoires',0,NULL,NULL,1,NULL,NULL),(1303,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','741',1301,'Plus-values sur réalisations courantes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1304,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','742',1301,'Plus-values sur réalisations de créances commerciales',0,NULL,NULL,1,NULL,NULL),(1305,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','743',1301,'à 749 Produits d\'exploitation divers',0,NULL,NULL,1,NULL,NULL),(1307,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','744',1301,'Commissions et courtages',0,NULL,NULL,1,NULL,NULL),(1308,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','745',1301,'Redevances pour brevets et licences',0,NULL,NULL,1,NULL,NULL),(1309,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','746',1301,'Prestations de services (transports, études, etc)',0,NULL,NULL,1,NULL,NULL),(1310,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','747',1301,'Revenus des immeubles affectés aux activités non professionnelles',0,NULL,NULL,1,NULL,NULL),(1311,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','748',1301,'Locations diverses à caractère professionnel',0,NULL,NULL,1,NULL,NULL),(1312,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','749',1301,'Produits divers',0,NULL,NULL,1,NULL,NULL),(1313,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7490',1312,'Bonis sur reprises d\'emballages consignés',0,NULL,NULL,1,NULL,NULL),(1314,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7491',1312,'Bonis sur travaux en associations momentanées',0,NULL,NULL,1,NULL,NULL),(1315,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','75',1357,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(1316,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','750',1315,'Produits des immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1317,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7500',1316,'Revenus des actions',0,NULL,NULL,1,NULL,NULL),(1318,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7501',1316,'Revenus des obligations',0,NULL,NULL,1,NULL,NULL),(1319,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7502',1316,'Revenus des créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1320,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','751',1315,'Produits des actifs circulants',0,NULL,NULL,1,NULL,NULL),(1321,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','752',1315,'Plus-values sur réalisations d\'actifs circulants',0,NULL,NULL,1,NULL,NULL),(1322,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','753',1315,'Subsides en capital et en intérêts',0,NULL,NULL,1,NULL,NULL),(1323,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','754',1315,'Différences de change',0,NULL,NULL,1,NULL,NULL),(1324,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','755',1315,'Ecarts de conversion des devises',0,NULL,NULL,1,NULL,NULL),(1325,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','756',1315,'à 759 Produits financiers divers',0,NULL,NULL,1,NULL,NULL),(1327,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','757',1315,'Escomptes obtenus',0,NULL,NULL,1,NULL,NULL),(1328,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','76',1357,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(1329,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','760',1328,'Reprises d\'amortissements et de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(1330,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7600',1329,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1331,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7601',1329,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1332,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','761',1328,'Reprises de réductions de valeur sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1333,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','762',1328,'Reprises de provisions pour risques et charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1334,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','763',1328,'Plus-values sur réalisation d\'actifs immobilisés',0,NULL,NULL,1,NULL,NULL),(1335,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7630',1334,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1336,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7631',1334,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1337,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7632',1334,'Sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1338,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','764',1328,'Autres produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(1339,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','77',1357,'Régularisations d\'impôts et reprises de provisions fiscales',0,NULL,NULL,1,NULL,NULL),(1340,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','771',1339,'Impôts belges sur le résultat',0,NULL,NULL,1,NULL,NULL),(1341,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7710',1340,'Régularisations d\'impôts dus ou versés',0,NULL,NULL,1,NULL,NULL),(1342,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7711',1340,'Régularisations d\'impôts estimés',0,NULL,NULL,1,NULL,NULL),(1343,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7712',1340,'Reprises de provisions fiscales',0,NULL,NULL,1,NULL,NULL),(1344,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','773',1339,'Impôts étrangers sur le résultat',0,NULL,NULL,1,NULL,NULL),(1345,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','79',1357,'Affectation aux résultats',0,NULL,NULL,1,NULL,NULL),(1346,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','790',1345,'Bénéfice reporté de l\'exercice précédent',0,NULL,NULL,1,NULL,NULL),(1347,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','791',1345,'Prélèvement sur le capital et les primes d\'émission',0,NULL,NULL,1,NULL,NULL),(1348,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','792',1345,'Prélèvement sur les réserves',0,NULL,NULL,1,NULL,NULL),(1349,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','793',1345,'Perte à reporter',0,NULL,NULL,1,NULL,NULL),(1350,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','794',1345,'Intervention d\'associés (ou du propriétaire) dans la perte',0,NULL,NULL,1,NULL,NULL),(1351,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1352,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1353,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1354,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1355,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1356,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1357,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(1401,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1402,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1403,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1404,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1405,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1406,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1407,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(1501,1,NULL,'2017-02-20 10:46:43','PCG99-BASE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1502,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1503,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1504,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1505,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1506,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1507,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(4001,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','FINANCIACION','XXXXXX','1',0,'Financiación básica',0,NULL,NULL,1,NULL,NULL),(4002,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','ACTIVO','XXXXXX','2',0,'Activo no corriente',0,NULL,NULL,1,NULL,NULL),(4003,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','EXISTENCIAS','XXXXXX','3',0,'Existencias',0,NULL,NULL,1,NULL,NULL),(4004,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4',0,'Acreedores y deudores por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4005,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5',0,'Cuentas financieras',0,NULL,NULL,1,NULL,NULL),(4006,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6',0,'Compras y gastos',0,NULL,NULL,1,NULL,NULL),(4007,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7',0,'Ventas e ingresos',0,NULL,NULL,1,NULL,NULL),(4008,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','10',4001,'CAPITAL',0,NULL,NULL,1,NULL,NULL),(4009,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','100',4008,'Capital social',0,NULL,NULL,1,NULL,NULL),(4010,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','101',4008,'Fondo social',0,NULL,NULL,1,NULL,NULL),(4011,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','CAPITAL','102',4008,'Capital',0,NULL,NULL,1,NULL,NULL),(4012,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','103',4008,'Socios por desembolsos no exigidos',0,NULL,NULL,1,NULL,NULL),(4013,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1030',4012,'Socios por desembolsos no exigidos capital social',0,NULL,NULL,1,NULL,NULL),(4014,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1034',4012,'Socios por desembolsos no exigidos capital pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4015,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','104',4008,'Socios por aportaciones no dineradas pendientes',0,NULL,NULL,1,NULL,NULL),(4016,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1040',4015,'Socios por aportaciones no dineradas pendientes capital social',0,NULL,NULL,1,NULL,NULL),(4017,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1044',4015,'Socios por aportaciones no dineradas pendientes capital pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4018,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','108',4008,'Acciones o participaciones propias en situaciones especiales',0,NULL,NULL,1,NULL,NULL),(4019,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','109',4008,'Acciones o participaciones propias para reducción de capital',0,NULL,NULL,1,NULL,NULL),(4020,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','11',4001,'Reservas y otros instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4021,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','110',4020,'Prima de emisión o asunción',0,NULL,NULL,1,NULL,NULL),(4022,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','111',4020,'Otros instrumentos de patrimonio neto',0,NULL,NULL,1,NULL,NULL),(4023,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1110',4022,'Patrimonio neto por emisión de instrumentos financieros compuestos',0,NULL,NULL,1,NULL,NULL),(4024,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1111',4022,'Resto de instrumentos de patrimoio neto',0,NULL,NULL,1,NULL,NULL),(4025,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','112',4020,'Reserva legal',0,NULL,NULL,1,NULL,NULL),(4026,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','113',4020,'Reservas voluntarias',0,NULL,NULL,1,NULL,NULL),(4027,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','114',4020,'Reservas especiales',0,NULL,NULL,1,NULL,NULL),(4028,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1140',4027,'Reservas para acciones o participaciones de la sociedad dominante',0,NULL,NULL,1,NULL,NULL),(4029,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1141',4027,'Reservas estatutarias',0,NULL,NULL,1,NULL,NULL),(4030,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1142',4027,'Reservas por capital amortizado',0,NULL,NULL,1,NULL,NULL),(4031,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1143',4027,'Reservas por fondo de comercio',0,NULL,NULL,1,NULL,NULL),(4032,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1144',4028,'Reservas por acciones propias aceptadas en garantía',0,NULL,NULL,1,NULL,NULL),(4033,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','115',4020,'Reservas por pérdidas y ganancias actuariales y otros ajustes',0,NULL,NULL,1,NULL,NULL),(4034,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','118',4020,'Aportaciones de socios o propietarios',0,NULL,NULL,1,NULL,NULL),(4035,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','119',4020,'Diferencias por ajuste del capital a euros',0,NULL,NULL,1,NULL,NULL),(4036,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','12',4001,'Resultados pendientes de aplicación',0,NULL,NULL,1,NULL,NULL),(4037,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','120',4036,'Remanente',0,NULL,NULL,1,NULL,NULL),(4038,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','121',4036,'Resultados negativos de ejercicios anteriores',0,NULL,NULL,1,NULL,NULL),(4039,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','129',4036,'Resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4040,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','13',4001,'Subvenciones, donaciones y ajustes por cambio de valor',0,NULL,NULL,1,NULL,NULL),(4041,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','130',4040,'Subvenciones oficiales de capital',0,NULL,NULL,1,NULL,NULL),(4042,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','131',4040,'Donaciones y legados de capital',0,NULL,NULL,1,NULL,NULL),(4043,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','132',4040,'Otras subvenciones, donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4044,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','133',4040,'Ajustes por valoración en activos financieros disponibles para la venta',0,NULL,NULL,1,NULL,NULL),(4045,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','134',4040,'Operaciones de cobertura',0,NULL,NULL,1,NULL,NULL),(4046,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1340',4045,'Cobertura de flujos de efectivo',0,NULL,NULL,1,NULL,NULL),(4047,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1341',4045,'Cobertura de una inversión neta en un negocio extranjero',0,NULL,NULL,1,NULL,NULL),(4048,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','135',4040,'Diferencias de conversión',0,NULL,NULL,1,NULL,NULL),(4049,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','136',4040,'Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta',0,NULL,NULL,1,NULL,NULL),(4050,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','137',4040,'Ingresos fiscales a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4051,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1370',4050,'Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4052,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1371',4050,'Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4053,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','14',4001,'Provisiones',0,NULL,NULL,1,NULL,NULL),(4054,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','141',4053,'Provisión para impuestos',0,NULL,NULL,1,NULL,NULL),(4055,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','142',4053,'Provisión para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4056,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','143',4053,'Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4057,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','145',4053,'Provisión para actuaciones medioambientales',0,NULL,NULL,1,NULL,NULL),(4058,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','15',4001,'Deudas a largo plazo con características especiales',0,NULL,NULL,1,NULL,NULL),(4059,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','150',4058,'Acciones o participaciones a largo plazo consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4060,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','153',4058,'Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4061,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1533',4060,'Desembolsos no exigidos empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4062,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1534',4060,'Desembolsos no exigidos empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4063,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1535',4060,'Desembolsos no exigidos otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4064,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1536',4060,'Otros desembolsos no exigidos',0,NULL,NULL,1,NULL,NULL),(4065,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','154',4058,'Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4066,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1543',4065,'Aportaciones no dinerarias pendientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4067,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1544',4065,'Aportaciones no dinerarias pendientes empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4068,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1545',4065,'Aportaciones no dinerarias pendientes otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4069,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1546',4065,'Otras aportaciones no dinerarias pendientes',0,NULL,NULL,1,NULL,NULL),(4070,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','16',4001,'Deudas a largo plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4071,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','160',4070,'Deudas a largo plazo con entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4072,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1603',4071,'Deudas a largo plazo con entidades de crédito empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4073,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1604',4071,'Deudas a largo plazo con entidades de crédito empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4074,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1605',4071,'Deudas a largo plazo con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4075,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','161',4070,'Proveedores de inmovilizado a largo plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4076,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1613',4075,'Proveedores de inmovilizado a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4077,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1614',4075,'Proveedores de inmovilizado a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4078,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1615',4075,'Proveedores de inmovilizado a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4079,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','162',4070,'Acreedores por arrendamiento financiero a largo plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4080,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1623',4079,'Acreedores por arrendamiento financiero a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4081,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1624',4080,'Acreedores por arrendamiento financiero a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4082,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1625',4080,'Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4083,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','163',4070,'Otras deudas a largo plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4084,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1633',4083,'Otras deudas a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4085,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1634',4083,'Otras deudas a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4086,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1635',4083,'Otras deudas a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4087,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','17',4001,'Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos',0,NULL,NULL,1,NULL,NULL),(4088,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','170',4087,'Deudas a largo plazo con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4089,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','171',4087,'Deudas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4090,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','172',4087,'Deudas a largo plazo transformables en suvbenciones donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4091,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','173',4087,'Proveedores de inmovilizado a largo plazo',0,NULL,NULL,1,NULL,NULL),(4092,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','174',4087,'Acreedores por arrendamiento financiero a largo plazo',0,NULL,NULL,1,NULL,NULL),(4093,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','175',4087,'Efectos a pagar a largo plazo',0,NULL,NULL,1,NULL,NULL),(4094,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','176',4087,'Pasivos por derivados financieros a largo plazo',0,NULL,NULL,1,NULL,NULL),(4095,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','177',4087,'Obligaciones y bonos',0,NULL,NULL,1,NULL,NULL),(4096,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','179',4087,'Deudas representadas en otros valores negociables',0,NULL,NULL,1,NULL,NULL),(4097,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','18',4001,'Pasivos por fianzas garantias y otros conceptos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4098,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','180',4097,'Fianzas recibidas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4099,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','181',4097,'Anticipos recibidos por ventas o prestaciones de servicios a largo plazo',0,NULL,NULL,1,NULL,NULL),(4100,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','185',4097,'Depositos recibidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4101,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','19',4001,'Situaciones transitorias de financiación',0,NULL,NULL,1,NULL,NULL),(4102,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','190',4101,'Acciones o participaciones emitidas',0,NULL,NULL,1,NULL,NULL),(4103,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','192',4101,'Suscriptores de acciones',0,NULL,NULL,1,NULL,NULL),(4104,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','194',4101,'Capital emitido pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4105,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','195',4101,'Acciones o participaciones emitidas consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4106,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','197',4101,'Suscriptores de acciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4107,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','199',4101,'Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción',0,NULL,NULL,1,NULL,NULL),(4108,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','20',4002,'Inmovilizaciones intangibles',0,NULL,NULL,1,NULL,NULL),(4109,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','200',4108,'Investigación',0,NULL,NULL,1,NULL,NULL),(4110,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','201',4108,'Desarrollo',0,NULL,NULL,1,NULL,NULL),(4111,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','202',4108,'Concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4112,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','203',4108,'Propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4113,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','205',4108,'Derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4114,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','206',4108,'Aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4115,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','209',4108,'Anticipos para inmovilizaciones intangibles',0,NULL,NULL,1,NULL,NULL),(4116,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','21',4002,'Inmovilizaciones materiales',0,NULL,NULL,1,NULL,NULL),(4117,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','210',4116,'Terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4118,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','211',4116,'Construcciones',0,NULL,NULL,1,NULL,NULL),(4119,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','212',4116,'Instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4120,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','213',4116,'Maquinaria',0,NULL,NULL,1,NULL,NULL),(4121,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','214',4116,'Utillaje',0,NULL,NULL,1,NULL,NULL),(4122,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','215',4116,'Otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4123,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','216',4116,'Mobiliario',0,NULL,NULL,1,NULL,NULL),(4124,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','217',4116,'Equipos para procesos de información',0,NULL,NULL,1,NULL,NULL),(4125,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','218',4116,'Elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4126,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','219',4116,'Otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4127,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','22',4002,'Inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4128,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','220',4127,'Inversiones en terreons y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4129,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','221',4127,'Inversiones en construcciones',0,NULL,NULL,1,NULL,NULL),(4130,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','23',4002,'Inmovilizaciones materiales en curso',0,NULL,NULL,1,NULL,NULL),(4131,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','230',4130,'Adaptación de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4132,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','231',4130,'Construcciones en curso',0,NULL,NULL,1,NULL,NULL),(4133,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','232',4130,'Instalaciones técnicas en montaje',0,NULL,NULL,1,NULL,NULL),(4134,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','233',4130,'Maquinaria en montaje',0,NULL,NULL,1,NULL,NULL),(4135,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','237',4130,'Equipos para procesos de información en montaje',0,NULL,NULL,1,NULL,NULL),(4136,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','239',4130,'Anticipos para inmovilizaciones materiales',0,NULL,NULL,1,NULL,NULL),(4137,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','24',4002,'Inversiones financieras a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4138,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','240',4137,'Participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4139,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2403',4138,'Participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4140,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2404',4138,'Participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4141,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2405',4138,'Participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4142,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','241',4137,'Valores representativos de deuda a largo plazo de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4143,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2413',4142,'Valores representativos de deuda a largo plazo de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4144,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2414',4142,'Valores representativos de deuda a largo plazo de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4145,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2415',4142,'Valores representativos de deuda a largo plazo de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4146,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','242',4137,'Créditos a largo plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4147,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2423',4146,'Créditos a largo plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4148,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2424',4146,'Créditos a largo plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4149,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2425',4146,'Créditos a largo plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4150,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','249',4137,'Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4151,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2493',4150,'Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4152,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2494',4150,'Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4153,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2495',4150,'Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4154,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','25',4002,'Otras inversiones financieras a largo plazo',0,NULL,NULL,1,NULL,NULL),(4155,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','250',4154,'Inversiones financieras a largo plazo en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4156,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','251',4154,'Valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4157,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','252',4154,'Créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4158,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','253',4154,'Créditos a largo plazo por enajenación de inmovilizado',0,NULL,NULL,1,NULL,NULL),(4159,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','254',4154,'Créditos a largo plazo al personal',0,NULL,NULL,1,NULL,NULL),(4160,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','255',4154,'Activos por derivados financieros a largo plazo',0,NULL,NULL,1,NULL,NULL),(4161,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','258',4154,'Imposiciones a largo plazo',0,NULL,NULL,1,NULL,NULL),(4162,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','259',4154,'Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo',0,NULL,NULL,1,NULL,NULL),(4163,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','26',4002,'Fianzas y depósitos constituidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4164,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','260',4163,'Fianzas constituidas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4165,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','261',4163,'Depósitos constituidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4166,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','28',4002,'Amortización acumulada del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4167,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','280',4166,'Amortización acumulado del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4168,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2800',4167,'Amortización acumulada de investigación',0,NULL,NULL,1,NULL,NULL),(4169,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2801',4167,'Amortización acumulada de desarrollo',0,NULL,NULL,1,NULL,NULL),(4170,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2802',4167,'Amortización acumulada de concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4171,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2803',4167,'Amortización acumulada de propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4172,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2805',4167,'Amortización acumulada de derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4173,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2806',4167,'Amortización acumulada de aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4174,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','281',4166,'Amortización acumulado del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4175,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2811',4174,'Amortización acumulada de construcciones',0,NULL,NULL,1,NULL,NULL),(4176,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2812',4174,'Amortización acumulada de instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4177,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2813',4174,'Amortización acumulada de maquinaria',0,NULL,NULL,1,NULL,NULL),(4178,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2814',4174,'Amortización acumulada de utillaje',0,NULL,NULL,1,NULL,NULL),(4179,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2815',4174,'Amortización acumulada de otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4180,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2816',4174,'Amortización acumulada de mobiliario',0,NULL,NULL,1,NULL,NULL),(4181,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2817',4174,'Amortización acumulada de equipos para proceso de información',0,NULL,NULL,1,NULL,NULL),(4182,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2818',4174,'Amortización acumulada de elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4183,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2819',4175,'Amortización acumulada de otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4184,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','282',4166,'Amortización acumulada de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4185,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','29',4002,'Deterioro de valor de activos no corrientes',0,NULL,NULL,1,NULL,NULL),(4186,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','290',4185,'Deterioro de valor del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4187,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2900',4186,'Deterioro de valor de investigación',0,NULL,NULL,1,NULL,NULL),(4188,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2901',4186,'Deterioro de valor de desarrollo',0,NULL,NULL,1,NULL,NULL),(4189,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2902',4186,'Deterioro de valor de concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4190,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2903',4186,'Deterioro de valor de propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4191,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2905',4186,'Deterioro de valor de derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4192,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2906',4186,'Deterioro de valor de aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4193,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','291',4185,'Deterioro de valor del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4194,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2910',4193,'Deterioro de valor de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4195,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2911',4193,'Deterioro de valor de construcciones',0,NULL,NULL,1,NULL,NULL),(4196,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2912',4193,'Deterioro de valor de instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4197,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2913',4193,'Deterioro de valor de maquinaria',0,NULL,NULL,1,NULL,NULL),(4198,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2914',4193,'Deterioro de valor de utillajes',0,NULL,NULL,1,NULL,NULL),(4199,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2915',4194,'Deterioro de valor de otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4200,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2916',4194,'Deterioro de valor de mobiliario',0,NULL,NULL,1,NULL,NULL),(4201,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2917',4194,'Deterioro de valor de equipos para proceso de información',0,NULL,NULL,1,NULL,NULL),(4202,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2918',4194,'Deterioro de valor de elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4203,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2919',4194,'Deterioro de valor de otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4204,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','292',4185,'Deterioro de valor de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4205,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2920',4204,'Deterioro de valor de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4206,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2921',4204,'Deterioro de valor de construcciones',0,NULL,NULL,1,NULL,NULL),(4207,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','293',4185,'Deterioro de valor de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4208,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2933',4207,'Deterioro de valor de participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4209,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2934',4207,'Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4210,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2935',4207,'Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4211,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','294',4185,'Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4212,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2943',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4213,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2944',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4214,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2945',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4215,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','295',4185,'Deterioro de valor de créditos a largo plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4216,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2953',4215,'Deterioro de valor de créditos a largo plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4217,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2954',4215,'Deterioro de valor de créditos a largo plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4218,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2955',4215,'Deterioro de valor de créditos a largo plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4219,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','296',4185,'Deterioro de valor de participaciones en el patrimonio netoa largo plazo',0,NULL,NULL,1,NULL,NULL),(4220,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','297',4185,'Deterioro de valor de valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4221,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','298',4185,'Deterioro de valor de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4222,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','30',4003,'Comerciales',0,NULL,NULL,1,NULL,NULL),(4223,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','300',4222,'Mercaderías A',0,NULL,NULL,1,NULL,NULL),(4224,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','301',4222,'Mercaderías B',0,NULL,NULL,1,NULL,NULL),(4225,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','31',4003,'Materias primas',0,NULL,NULL,1,NULL,NULL),(4226,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','310',4225,'Materias primas A',0,NULL,NULL,1,NULL,NULL),(4227,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','311',4225,'Materias primas B',0,NULL,NULL,1,NULL,NULL),(4228,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','32',4003,'Otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4229,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','320',4228,'Elementos y conjuntos incorporables',0,NULL,NULL,1,NULL,NULL),(4230,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','321',4228,'Combustibles',0,NULL,NULL,1,NULL,NULL),(4231,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','322',4228,'Repuestos',0,NULL,NULL,1,NULL,NULL),(4232,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','325',4228,'Materiales diversos',0,NULL,NULL,1,NULL,NULL),(4233,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','326',4228,'Embalajes',0,NULL,NULL,1,NULL,NULL),(4234,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','327',4228,'Envases',0,NULL,NULL,1,NULL,NULL),(4235,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','328',4229,'Material de oficina',0,NULL,NULL,1,NULL,NULL),(4236,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','33',4003,'Productos en curso',0,NULL,NULL,1,NULL,NULL),(4237,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','330',4236,'Productos en curos A',0,NULL,NULL,1,NULL,NULL),(4238,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','331',4236,'Productos en curso B',0,NULL,NULL,1,NULL,NULL),(4239,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','34',4003,'Productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4240,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','340',4239,'Productos semiterminados A',0,NULL,NULL,1,NULL,NULL),(4241,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','341',4239,'Productos semiterminados B',0,NULL,NULL,1,NULL,NULL),(4242,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','35',4003,'Productos terminados',0,NULL,NULL,1,NULL,NULL),(4243,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','350',4242,'Productos terminados A',0,NULL,NULL,1,NULL,NULL),(4244,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','351',4242,'Productos terminados B',0,NULL,NULL,1,NULL,NULL),(4245,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','36',4003,'Subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4246,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','360',4245,'Subproductos A',0,NULL,NULL,1,NULL,NULL),(4247,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','361',4245,'Subproductos B',0,NULL,NULL,1,NULL,NULL),(4248,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','365',4245,'Residuos A',0,NULL,NULL,1,NULL,NULL),(4249,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','366',4245,'Residuos B',0,NULL,NULL,1,NULL,NULL),(4250,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','368',4245,'Materiales recuperados A',0,NULL,NULL,1,NULL,NULL),(4251,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','369',4245,'Materiales recuperados B',0,NULL,NULL,1,NULL,NULL),(4252,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','39',4003,'Deterioro de valor de las existencias',0,NULL,NULL,1,NULL,NULL),(4253,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','390',4252,'Deterioro de valor de las mercaderías',0,NULL,NULL,1,NULL,NULL),(4254,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','391',4252,'Deterioro de valor de las materias primas',0,NULL,NULL,1,NULL,NULL),(4255,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','392',4252,'Deterioro de valor de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4256,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','393',4252,'Deterioro de valor de los productos en curso',0,NULL,NULL,1,NULL,NULL),(4257,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','394',4252,'Deterioro de valor de los productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4258,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','395',4252,'Deterioro de valor de los productos terminados',0,NULL,NULL,1,NULL,NULL),(4259,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','396',4252,'Deterioro de valor de los subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4260,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','40',4004,'Proveedores',0,NULL,NULL,1,NULL,NULL),(4261,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','400',4260,'Proveedores',0,NULL,NULL,1,NULL,NULL),(4262,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4000',4261,'Proveedores euros',0,NULL,NULL,1,NULL,NULL),(4263,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4004',4261,'Proveedores moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4264,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4009',4261,'Proveedores facturas pendientes de recibir o formalizar',0,NULL,NULL,1,NULL,NULL),(4265,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','401',4260,'Proveedores efectos comerciales a pagar',0,NULL,NULL,1,NULL,NULL),(4266,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','403',4260,'Proveedores empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4267,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4030',4266,'Proveedores empresas del grupo euros',0,NULL,NULL,1,NULL,NULL),(4268,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4031',4266,'Efectos comerciales a pagar empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4269,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4034',4266,'Proveedores empresas del grupo moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4270,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4036',4266,'Envases y embalajes a devolver a proveedores empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4271,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4039',4266,'Proveedores empresas del grupo facturas pendientes de recibir o de formalizar',0,NULL,NULL,1,NULL,NULL),(4272,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','404',4260,'Proveedores empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4273,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','405',4260,'Proveedores otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4274,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','406',4260,'Envases y embalajes a devolver a proveedores',0,NULL,NULL,1,NULL,NULL),(4275,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','407',4260,'Anticipos a proveedores',0,NULL,NULL,1,NULL,NULL),(4276,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','41',4004,'Acreedores varios',0,NULL,NULL,1,NULL,NULL),(4277,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','410',4276,'Acreedores por prestaciones de servicios',0,NULL,NULL,1,NULL,NULL),(4278,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4100',4277,'Acreedores por prestaciones de servicios euros',0,NULL,NULL,1,NULL,NULL),(4279,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4104',4277,'Acreedores por prestaciones de servicios moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4280,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4109',4277,'Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar',0,NULL,NULL,1,NULL,NULL),(4281,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','411',4276,'Acreedores efectos comerciales a pagar',0,NULL,NULL,1,NULL,NULL),(4282,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','419',4276,'Acreedores por operaciones en común',0,NULL,NULL,1,NULL,NULL),(4283,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','43',4004,'Clientes',0,NULL,NULL,1,NULL,NULL),(4284,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','430',4283,'Clientes',0,NULL,NULL,1,NULL,NULL),(4285,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4300',4284,'Clientes euros',0,NULL,NULL,1,NULL,NULL),(4286,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4304',4284,'Clientes moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4287,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4309',4284,'Clientes facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4288,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','431',4283,'Clientes efectos comerciales a cobrar',0,NULL,NULL,1,NULL,NULL),(4289,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4310',4288,'Efectos comerciales en cartera',0,NULL,NULL,1,NULL,NULL),(4290,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4311',4288,'Efectos comerciales descontados',0,NULL,NULL,1,NULL,NULL),(4291,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4312',4288,'Efectos comerciales en gestión de cobro',0,NULL,NULL,1,NULL,NULL),(4292,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4315',4288,'Efectos comerciales impagados',0,NULL,NULL,1,NULL,NULL),(4293,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','432',4283,'Clientes operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4294,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','433',4283,'Clientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4295,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4330',4294,'Clientes empresas del grupo euros',0,NULL,NULL,1,NULL,NULL),(4296,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4331',4294,'Efectos comerciales a cobrar empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4297,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4332',4294,'Clientes empresas del grupo operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4298,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4334',4294,'Clientes empresas del grupo moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4299,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4336',4294,'Clientes empresas del grupo dudoso cobro',0,NULL,NULL,1,NULL,NULL),(4300,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4337',4294,'Envases y embalajes a devolver a clientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4301,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4339',4294,'Clientes empresas del grupo facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4302,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','434',4283,'Clientes empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4303,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','435',4283,'Clientes otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4304,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','436',4283,'Clientes de dudoso cobro',0,NULL,NULL,1,NULL,NULL),(4305,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','437',4283,'Envases y embalajes a devolver por clientes',0,NULL,NULL,1,NULL,NULL),(4306,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','438',4283,'Anticipos de clientes',0,NULL,NULL,1,NULL,NULL),(4307,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','44',4004,'Deudores varios',0,NULL,NULL,1,NULL,NULL),(4308,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','440',4307,'Deudores',0,NULL,NULL,1,NULL,NULL),(4309,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4400',4308,'Deudores euros',0,NULL,NULL,1,NULL,NULL),(4310,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4404',4308,'Deudores moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4311,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4409',4308,'Deudores facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4312,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','441',4307,'Deudores efectos comerciales a cobrar',0,NULL,NULL,1,NULL,NULL),(4313,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4410',4312,'Deudores efectos comerciales en cartera',0,NULL,NULL,1,NULL,NULL),(4314,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4411',4312,'Deudores efectos comerciales descontados',0,NULL,NULL,1,NULL,NULL),(4315,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4412',4312,'Deudores efectos comerciales en gestión de cobro',0,NULL,NULL,1,NULL,NULL),(4316,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4415',4312,'Deudores efectos comerciales impagados',0,NULL,NULL,1,NULL,NULL),(4317,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','446',4307,'Deudores de dusoso cobro',0,NULL,NULL,1,NULL,NULL),(4318,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','449',4307,'Deudores por operaciones en común',0,NULL,NULL,1,NULL,NULL),(4319,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','46',4004,'Personal',0,NULL,NULL,1,NULL,NULL),(4320,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','460',4319,'Anticipos de renumeraciones',0,NULL,NULL,1,NULL,NULL),(4321,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','465',4319,'Renumeraciones pendientes de pago',0,NULL,NULL,1,NULL,NULL),(4322,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','47',4004,'Administraciones Públicas',0,NULL,NULL,1,NULL,NULL),(4323,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','470',4322,'Hacienda Pública deudora por diversos conceptos',0,NULL,NULL,1,NULL,NULL),(4324,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4700',4323,'Hacienda Pública deudora por IVA',0,NULL,NULL,1,NULL,NULL),(4325,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4708',4323,'Hacienda Pública deudora por subvenciones concedidas',0,NULL,NULL,1,NULL,NULL),(4326,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4709',4323,'Hacienda Pública deudora por devolución de impuestos',0,NULL,NULL,1,NULL,NULL),(4327,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','471',4322,'Organismos de la Seguridad Social deudores',0,NULL,NULL,1,NULL,NULL),(4328,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','472',4322,'Hacienda Pública IVA soportado',0,NULL,NULL,1,NULL,NULL),(4329,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','473',4322,'Hacienda Pública retenciones y pagos a cuenta',0,NULL,NULL,1,NULL,NULL),(4330,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','474',4322,'Activos por impuesto diferido',0,NULL,NULL,1,NULL,NULL),(4331,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4740',4330,'Activos por diferencias temporarias deducibles',0,NULL,NULL,1,NULL,NULL),(4332,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4742',4330,'Derechos por deducciones y bonificaciones pendientes de aplicar',0,NULL,NULL,1,NULL,NULL),(4333,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4745',4330,'Crédito por pérdidasa compensar del ejercicio',0,NULL,NULL,1,NULL,NULL),(4334,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','475',4322,'Hacienda Pública acreedora por conceptos fiscales',0,NULL,NULL,1,NULL,NULL),(4335,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4750',4334,'Hacienda Pública acreedora por IVA',0,NULL,NULL,1,NULL,NULL),(4336,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4751',4334,'Hacienda Pública acreedora por retenciones practicadas',0,NULL,NULL,1,NULL,NULL),(4337,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4752',4334,'Hacienda Pública acreedora por impuesto sobre sociedades',0,NULL,NULL,1,NULL,NULL),(4338,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4758',4334,'Hacienda Pública acreedora por subvenciones a integrar',0,NULL,NULL,1,NULL,NULL),(4339,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','476',4322,'Organismos de la Seguridad Social acreedores',0,NULL,NULL,1,NULL,NULL),(4340,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','477',4322,'Hacienda Pública IVA repercutido',0,NULL,NULL,1,NULL,NULL),(4341,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','479',4322,'Pasivos por diferencias temporarias imponibles',0,NULL,NULL,1,NULL,NULL),(4342,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','48',4004,'Ajustes por periodificación',0,NULL,NULL,1,NULL,NULL),(4343,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','480',4342,'Gastos anticipados',0,NULL,NULL,1,NULL,NULL),(4344,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','485',4342,'Ingresos anticipados',0,NULL,NULL,1,NULL,NULL),(4345,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','49',4004,'Deterioro de valor de créditos comerciales y provisiones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4346,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','490',4345,'Deterioro de valor de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4347,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','493',4345,'Deterioro de valor de créditos por operaciones comerciales con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4348,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4933',4347,'Deterioro de valor de créditos por operaciones comerciales con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4349,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4934',4347,'Deterioro de valor de créditos por operaciones comerciales con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4350,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4935',4347,'Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4351,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','499',4345,'Provisiones por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4352,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4994',4351,'Provisión para contratos anerosos',0,NULL,NULL,1,NULL,NULL),(4353,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4999',4351,'Provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4354,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','50',4005,'Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4355,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','500',4354,'Obligaciones y bonos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4356,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','502',4354,'Acciones o participaciones a corto plazo consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4357,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','505',4354,'Deudas representadas en otros valores negociables a corto plazo',0,NULL,NULL,1,NULL,NULL),(4358,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','506',4354,'Intereses a corto plazo de emprésitos y otras emisiones analógicas',0,NULL,NULL,1,NULL,NULL),(4359,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','507',4354,'Dividendos de acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4360,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','509',4354,'Valores negociables amortizados',0,NULL,NULL,1,NULL,NULL),(4361,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5090',4360,'Obligaciones y bonos amortizados',0,NULL,NULL,1,NULL,NULL),(4362,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5095',4360,'Otros valores negociables amortizados',0,NULL,NULL,1,NULL,NULL),(4363,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','51',4005,'Deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4364,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','510',4363,'Deudas a corto plazo con entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4365,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5103',4364,'Deudas a corto plazo con entidades de crédito empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4366,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5104',4364,'Deudas a corto plazo con entidades de crédito empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4367,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5105',4364,'Deudas a corto plazo con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4368,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','511',4363,'Proveedores de inmovilizado a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4369,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5113',4368,'Proveedores de inmovilizado a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4370,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5114',4368,'Proveedores de inmovilizado a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4371,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5115',4368,'Proveedores de inmovilizado a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4372,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','512',4363,'Acreedores por arrendamiento financiero a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4373,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5123',4372,'Acreedores por arrendamiento financiero a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4374,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5124',4372,'Acreedores por arrendamiento financiero a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4375,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5125',4372,'Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4376,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','513',4363,'Otras deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4377,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5133',4376,'Otras deudas a corto plazo con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4378,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5134',4376,'Otras deudas a corto plazo con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4379,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5135',4376,'Otras deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4380,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','514',4363,'Intereses a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4381,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5143',4380,'Intereses a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4382,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5144',4380,'Intereses a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4383,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5145',4380,'Intereses deudas a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4384,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','52',4005,'Deudas a corto plazo por préstamos recibidos y otros conceptos',0,NULL,NULL,1,NULL,NULL),(4385,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','520',4384,'Deudas a corto plazo con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4386,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5200',4385,'Préstamos a corto plazo de entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4387,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5201',4385,'Deudas a corto plazo por crédito dispuesto',0,NULL,NULL,1,NULL,NULL),(4388,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5208',4385,'Deudas por efectos descontados',0,NULL,NULL,1,NULL,NULL),(4389,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5209',4385,'Deudas por operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4390,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','521',4384,'Deudas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4391,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','522',4384,'Deudas a corto plazo transformables en subvenciones donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4392,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','523',4384,'Proveedores de inmovilizado a corto plazo',0,NULL,NULL,1,NULL,NULL),(4393,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','526',4384,'Dividendo activo a pagar',0,NULL,NULL,1,NULL,NULL),(4394,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','527',4384,'Intereses a corto plazo de deudas con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4395,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','528',4384,'Intereses a corto plazo de deudas',0,NULL,NULL,1,NULL,NULL),(4396,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','529',4384,'Provisiones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4397,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5291',4396,'Provisión a corto plazo para impuestos',0,NULL,NULL,1,NULL,NULL),(4398,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5292',4396,'Provisión a corto plazo para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4399,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5293',4396,'Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4400,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5295',4396,'Provisión a corto plazo para actuaciones medioambientales',0,NULL,NULL,1,NULL,NULL),(4401,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','53',4005,'Inversiones financieras a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4402,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','530',4401,'Participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4403,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5303',4402,'Participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4404,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5304',4402,'Participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4405,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5305',4402,'Participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4406,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','531',4401,'Valores representativos de deuda a corto plazo de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4407,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5313',4406,'Valores representativos de deuda a corto plazo de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4408,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5314',4406,'Valores representativos de deuda a corto plazo de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4409,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5315',4406,'Valores representativos de deuda a corto plazo de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4410,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','532',4401,'Créditos a corto plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4411,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5323',4410,'Créditos a corto plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4412,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5324',4410,'Créditos a corto plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4413,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5325',4410,'Créditos a corto plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4414,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','533',4401,'Intereses a corto plazo de valores representativos de deuda de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4415,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5333',4414,'Intereses a corto plazo de valores representativos de deuda en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4416,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5334',4414,'Intereses a corto plazo de valores representativos de deuda en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4417,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5335',4414,'Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4418,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','534',4401,'Intereses a corto plazo de créditos a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4419,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5343',4418,'Intereses a corto plazo de créditos a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4420,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5344',4418,'Intereses a corto plazo de créditos a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4421,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5345',4418,'Intereses a corto plazo de créditos a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4422,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','535',4401,'Dividendo a cobrar de inversiones financieras en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4423,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5353',4422,'Dividendo a cobrar de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4424,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5354',4422,'Dividendo a cobrar de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4425,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5355',4422,'Dividendo a cobrar de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4426,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','539',4401,'Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4427,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5393',4426,'Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4428,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5394',4426,'Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4429,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5395',4426,'Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4430,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','54',4005,'Otras inversiones financieras a corto plazo',0,NULL,NULL,1,NULL,NULL),(4431,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','540',4430,'Inversiones financieras a corto plazo en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4432,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','541',4430,'Valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4433,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','542',4430,'Créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4434,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','543',4430,'Créditos a corto plazo por enejenación de inmovilizado',0,NULL,NULL,1,NULL,NULL),(4435,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','544',4430,'Créditos a corto plazo al personal',0,NULL,NULL,1,NULL,NULL),(4436,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','545',4430,'Dividendo a cobrar',0,NULL,NULL,1,NULL,NULL),(4437,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','546',4430,'Intereses a corto plazo de valores reprsentativos de deuda',0,NULL,NULL,1,NULL,NULL),(4438,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','547',4430,'Intereses a corto plazo de créditos',0,NULL,NULL,1,NULL,NULL),(4439,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','548',4430,'Imposiciones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4440,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','549',4430,'Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo',0,NULL,NULL,1,NULL,NULL),(4441,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','55',4005,'Otras cuentas no bancarias',0,NULL,NULL,1,NULL,NULL),(4442,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','550',4441,'Titular de la explotación',0,NULL,NULL,1,NULL,NULL),(4443,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','551',4441,'Cuenta corriente con socios y administradores',0,NULL,NULL,1,NULL,NULL),(4444,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','552',4441,'Cuenta corriente otras personas y entidades vinculadas',0,NULL,NULL,1,NULL,NULL),(4445,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5523',4444,'Cuenta corriente con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4446,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5524',4444,'Cuenta corriente con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4447,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5525',4444,'Cuenta corriente con otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4448,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','554',4441,'Cuenta corriente con uniones temporales de empresas y comunidades de bienes',0,NULL,NULL,1,NULL,NULL),(4449,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','555',4441,'Partidas pendientes de aplicación',0,NULL,NULL,1,NULL,NULL),(4450,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','556',4441,'Desembolsos exigidos sobre participaciones en el patrimonio neto',0,NULL,NULL,1,NULL,NULL),(4451,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5563',4450,'Desembolsos exigidos sobre participaciones empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4452,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5564',4450,'Desembolsos exigidos sobre participaciones empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4453,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5565',4450,'Desembolsos exigidos sobre participaciones otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4454,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5566',4450,'Desembolsos exigidos sobre participaciones otras empresas',0,NULL,NULL,1,NULL,NULL),(4455,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','557',4441,'Dividendo activo a cuenta',0,NULL,NULL,1,NULL,NULL),(4456,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','558',4441,'Socios por desembolsos exigidos',0,NULL,NULL,1,NULL,NULL),(4457,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5580',4456,'Socios por desembolsos exigidos sobre acciones o participaciones ordinarias',0,NULL,NULL,1,NULL,NULL),(4458,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5585',4456,'Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4459,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','559',4441,'Derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4460,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5590',4459,'Activos por derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4461,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5595',4459,'Pasivos por derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4462,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','56',4005,'Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación',0,NULL,NULL,1,NULL,NULL),(4463,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','560',4462,'Finanzas recibidas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4464,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','561',4462,'Depósitos recibidos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4465,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','565',4462,'Finanzas constituidas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4466,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','566',4462,'Depósitos constituidos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4467,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','567',4462,'Intereses pagados por anticipado',0,NULL,NULL,1,NULL,NULL),(4468,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','568',4462,'Intereses cobrados a corto plazo',0,NULL,NULL,1,NULL,NULL),(4469,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','57',4005,'Tesorería',0,NULL,NULL,1,NULL,NULL),(4470,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','CAJA','570',4469,'Caja euros',0,NULL,NULL,1,NULL,NULL),(4471,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','571',4469,'Caja moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4472,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','BANCOS','572',4469,'Bancos e instituciones de crédito cc vista euros',0,NULL,NULL,1,NULL,NULL),(4473,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','573',4469,'Bancos e instituciones de crédito cc vista moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4474,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','574',4469,'Bancos e instituciones de crédito cuentas de ahorro euros',0,NULL,NULL,1,NULL,NULL),(4475,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','575',4469,'Bancos e instituciones de crédito cuentas de ahorro moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4476,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','576',4469,'Inversiones a corto plazo de gran liquidez',0,NULL,NULL,1,NULL,NULL),(4477,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','59',4005,'Deterioro del valor de las inversiones financieras a corto plazo',0,NULL,NULL,1,NULL,NULL),(4478,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','593',4477,'Deterioro del valor de participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4479,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5933',4478,'Deterioro del valor de participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4480,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5934',4478,'Deterioro del valor de participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4481,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5935',4478,'Deterioro del valor de participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4482,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','594',4477,'Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4483,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5943',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4484,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5944',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4485,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5945',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4486,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','595',4477,'Deterioro del valor de créditos a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4487,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5953',4486,'Deterioro del valor de créditos a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4488,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5954',4486,'Deterioro del valor de créditos a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4489,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5955',4486,'Deterioro del valor de créditos a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4490,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','596',4477,'Deterioro del valor de participaciones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4491,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','597',4477,'Deterioro del valor de valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4492,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','598',4477,'Deterioro de valor de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4493,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','60',4006,'Compras',0,NULL,NULL,1,NULL,NULL),(4494,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','600',4493,'Compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4495,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','601',4493,'Compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4496,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','602',4493,'Compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4497,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','606',4493,'Descuentos sobre compras por pronto pago',0,NULL,NULL,1,NULL,NULL),(4498,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6060',4497,'Descuentos sobre compras por pronto pago de mercaderías',0,NULL,NULL,1,NULL,NULL),(4499,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6061',4497,'Descuentos sobre compras por pronto pago de materias primas',0,NULL,NULL,1,NULL,NULL),(4500,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6062',4497,'Descuentos sobre compras por pronto pago de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4501,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','607',4493,'Trabajos realizados por otras empresas',0,NULL,NULL,1,NULL,NULL),(4502,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','608',4493,'Devoluciones de compras y operaciones similares',0,NULL,NULL,1,NULL,NULL),(4503,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6080',4502,'Devoluciones de compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4504,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6081',4502,'Devoluciones de compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4505,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6082',4502,'Devoluciones de compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4506,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','609',4493,'Rappels por compras',0,NULL,NULL,1,NULL,NULL),(4507,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6090',4506,'Rappels por compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4508,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6091',4506,'Rappels por compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4509,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6092',4506,'Rappels por compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4510,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','61',4006,'Variación de existencias',0,NULL,NULL,1,NULL,NULL),(4511,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','610',4510,'Variación de existencias de mercaderías',0,NULL,NULL,1,NULL,NULL),(4512,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','611',4510,'Variación de existencias de materias primas',0,NULL,NULL,1,NULL,NULL),(4513,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','612',4510,'Variación de existencias de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4514,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','62',4006,'Servicios exteriores',0,NULL,NULL,1,NULL,NULL),(4515,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','620',4514,'Gastos en investigación y desarrollo del ejercicio',0,NULL,NULL,1,NULL,NULL),(4516,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','621',4514,'Arrendamientos y cánones',0,NULL,NULL,1,NULL,NULL),(4517,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','622',4514,'Reparaciones y conservación',0,NULL,NULL,1,NULL,NULL),(4518,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','623',4514,'Servicios profesionales independientes',0,NULL,NULL,1,NULL,NULL),(4519,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','624',4514,'Transportes',0,NULL,NULL,1,NULL,NULL),(4520,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','625',4514,'Primas de seguros',0,NULL,NULL,1,NULL,NULL),(4521,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','626',4514,'Servicios bancarios y similares',0,NULL,NULL,1,NULL,NULL),(4522,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','627',4514,'Publicidad, propaganda y relaciones públicas',0,NULL,NULL,1,NULL,NULL),(4523,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','628',4514,'Suministros',0,NULL,NULL,1,NULL,NULL),(4524,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','629',4514,'Otros servicios',0,NULL,NULL,1,NULL,NULL),(4525,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','63',4006,'Tributos',0,NULL,NULL,1,NULL,NULL),(4526,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','630',4525,'Impuesto sobre benecifios',0,NULL,NULL,1,NULL,NULL),(4527,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6300',4526,'Impuesto corriente',0,NULL,NULL,1,NULL,NULL),(4528,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6301',4526,'Impuesto diferido',0,NULL,NULL,1,NULL,NULL),(4529,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','631',4525,'Otros tributos',0,NULL,NULL,1,NULL,NULL),(4530,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','633',4525,'Ajustes negativos en la imposición sobre beneficios',0,NULL,NULL,1,NULL,NULL),(4531,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','634',4525,'Ajustes negativos en la imposición indirecta',0,NULL,NULL,1,NULL,NULL),(4532,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6341',4531,'Ajustes negativos en IVA de activo corriente',0,NULL,NULL,1,NULL,NULL),(4533,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6342',4531,'Ajustes negativos en IVA de inversiones',0,NULL,NULL,1,NULL,NULL),(4534,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','636',4525,'Devolución de impuestos',0,NULL,NULL,1,NULL,NULL),(4535,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','638',4525,'Ajustes positivos en la imposición sobre beneficios',0,NULL,NULL,1,NULL,NULL),(4536,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','639',4525,'Ajustes positivos en la imposición directa',0,NULL,NULL,1,NULL,NULL),(4537,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6391',4536,'Ajustes positivos en IVA de activo corriente',0,NULL,NULL,1,NULL,NULL),(4538,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6392',4536,'Ajustes positivos en IVA de inversiones',0,NULL,NULL,1,NULL,NULL),(4539,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','64',4006,'Gastos de personal',0,NULL,NULL,1,NULL,NULL),(4540,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','640',4539,'Sueldos y salarios',0,NULL,NULL,1,NULL,NULL),(4541,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','641',4539,'Indemnizaciones',0,NULL,NULL,1,NULL,NULL),(4542,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','642',4539,'Seguridad social a cargo de la empresa',0,NULL,NULL,1,NULL,NULL),(4543,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','649',4539,'Otros gastos sociales',0,NULL,NULL,1,NULL,NULL),(4544,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','65',4006,'Otros gastos de gestión',0,NULL,NULL,1,NULL,NULL),(4545,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','650',4544,'Pérdidas de créditos comerciales incobrables',0,NULL,NULL,1,NULL,NULL),(4546,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','651',4544,'Resultados de operaciones en común',0,NULL,NULL,1,NULL,NULL),(4547,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6510',4546,'Beneficio transferido gestor',0,NULL,NULL,1,NULL,NULL),(4548,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6511',4546,'Pérdida soportada participe o asociado no gestor',0,NULL,NULL,1,NULL,NULL),(4549,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','659',4544,'Otras pérdidas en gestión corriente',0,NULL,NULL,1,NULL,NULL),(4550,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','66',4006,'Gastos financieros',0,NULL,NULL,1,NULL,NULL),(4551,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','660',4550,'Gastos financieros por actualización de provisiones',0,NULL,NULL,1,NULL,NULL),(4552,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','661',4550,'Intereses de obligaciones y bonos',0,NULL,NULL,1,NULL,NULL),(4553,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6610',4452,'Intereses de obligaciones y bonos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4554,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6611',4452,'Intereses de obligaciones y bonos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4555,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6612',4452,'Intereses de obligaciones y bonos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4556,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6613',4452,'Intereses de obligaciones y bonos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4557,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6615',4452,'Intereses de obligaciones y bonos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4558,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6616',4452,'Intereses de obligaciones y bonos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4559,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6617',4452,'Intereses de obligaciones y bonos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4560,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6618',4452,'Intereses de obligaciones y bonos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4561,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','662',4550,'Intereses de deudas',0,NULL,NULL,1,NULL,NULL),(4562,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6620',4561,'Intereses de deudas empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4563,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6621',4561,'Intereses de deudas empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4564,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6622',4561,'Intereses de deudas otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4565,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6623',4561,'Intereses de deudas con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4566,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6624',4561,'Intereses de deudas otras empresas',0,NULL,NULL,1,NULL,NULL),(4567,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','663',4550,'Pérdidas por valorización de activos y pasivos financieros por su valor razonable',0,NULL,NULL,1,NULL,NULL),(4568,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','664',4550,'Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4569,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6640',4568,'Dividendos de pasivos empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4570,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6641',4568,'Dividendos de pasivos empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4571,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6642',4568,'Dividendos de pasivos otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4572,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6643',4568,'Dividendos de pasivos otras empresas',0,NULL,NULL,1,NULL,NULL),(4573,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','665',4550,'Intereses por descuento de efectos y operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4574,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6650',4573,'Intereses por descuento de efectos en entidades de crédito del grupo',0,NULL,NULL,1,NULL,NULL),(4575,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6651',4573,'Intereses por descuento de efectos en entidades de crédito asociadas',0,NULL,NULL,1,NULL,NULL),(4576,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6652',4573,'Intereses por descuento de efectos en entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4577,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6653',4573,'Intereses por descuento de efectos en otras entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4578,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6654',4573,'Intereses por operaciones de factoring con entidades de crédito del grupo',0,NULL,NULL,1,NULL,NULL),(4579,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6655',4573,'Intereses por operaciones de factoring con entidades de crédito asociadas',0,NULL,NULL,1,NULL,NULL),(4580,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6656',4573,'Intereses por operaciones de factoring con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4581,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6657',4573,'Intereses por operaciones de factoring con otras entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4582,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','666',4550,'Pérdidas en participaciones y valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4583,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6660',4582,'Pérdidas en valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4584,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6661',4582,'Pérdidas en valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4585,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6662',4582,'Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4586,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6663',4582,'Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4587,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6665',4582,'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4588,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6666',4582,'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4589,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6667',4582,'Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4590,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6668',4582,'Pérdidas en valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4591,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','667',4550,'Pérdidas de créditos no comerciales',0,NULL,NULL,1,NULL,NULL),(4592,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6670',4591,'Pérdidas de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4593,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6671',4591,'Pérdidas de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4594,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6672',4591,'Pérdidas de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4595,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6673',4591,'Pérdidas de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4596,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6675',4591,'Pérdidas de créditos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4597,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6676',4591,'Pérdidas de créditos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4598,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6677',4591,'Pérdidas de créditos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4599,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6678',4591,'Pérdidas de créditos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4600,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','668',4550,'Diferencias negativas de cambio',0,NULL,NULL,1,NULL,NULL),(4601,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','669',4550,'Otros gastos financieros',0,NULL,NULL,1,NULL,NULL),(4602,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','67',4006,'Pérdidas procedentes de activos no corrientes y gastos excepcionales',0,NULL,NULL,1,NULL,NULL),(4603,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','670',4602,'Pérdidas procedentes del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4604,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','671',4602,'Pérdidas procedentes del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4605,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','672',4602,'Pérdidas procedentes de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4607,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','673',4602,'Pérdidas procedentes de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4608,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6733',4607,'Pérdidas procedentes de participaciones a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4609,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6734',4607,'Pérdidas procedentes de participaciones a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4610,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6735',4607,'Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4611,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','675',4602,'Pérdidas por operaciones con obligaciones propias',0,NULL,NULL,1,NULL,NULL),(4612,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','678',4602,'Gastos excepcionales',0,NULL,NULL,1,NULL,NULL),(4613,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','68',4006,'Dotaciones para amortizaciones',0,NULL,NULL,1,NULL,NULL),(4614,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','680',4613,'Amortización del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4615,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','681',4613,'Amortización del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4616,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','682',4613,'Amortización de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4617,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','69',4006,'Pérdidas por deterioro y otras dotaciones',0,NULL,NULL,1,NULL,NULL),(4618,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','690',4617,'Pérdidas por deterioro del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4619,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','691',4617,'Pérdidas por deterioro del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4620,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','692',4617,'Pérdidas por deterioro de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4621,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','693',4617,'Pérdidas por deterioro de existencias',0,NULL,NULL,1,NULL,NULL),(4622,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6930',4621,'Pérdidas por deterioro de productos terminados y en curso de fabricación',0,NULL,NULL,1,NULL,NULL),(4623,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6931',4621,'Pérdidas por deterioro de mercaderías',0,NULL,NULL,1,NULL,NULL),(4624,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6932',4621,'Pérdidas por deterioro de materias primas',0,NULL,NULL,1,NULL,NULL),(4625,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6933',4621,'Pérdidas por deterioro de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4626,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','694',4617,'Pérdidas por deterioro de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4627,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','695',4617,'Dotación a la provisión por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4628,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6954',4627,'Dotación a la provisión por contratos onerosos',0,NULL,NULL,1,NULL,NULL),(4629,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6959',4628,'Dotación a la provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4630,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','696',4617,'Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4631,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6960',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4632,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6961',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4633,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6962',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4634,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6963',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4635,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6965',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4636,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6966',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4637,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6967',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4638,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6968',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4639,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','697',4617,'Pérdidas por deterioro de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4640,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6970',4639,'Pérdidas por deterioro de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4641,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6971',4639,'Pérdidas por deterioro de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4642,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6972',4639,'Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4643,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6973',4639,'Pérdidas por deterioro de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4644,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','698',4617,'Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4645,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6980',4644,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4646,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6981',4644,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4647,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6985',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4648,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6986',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4649,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6988',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas',0,NULL,NULL,1,NULL,NULL),(4650,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','699',4617,'Pérdidas por deterioro de crédito a corto plazo',0,NULL,NULL,1,NULL,NULL),(4651,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6990',4650,'Pérdidas por deterioro de crédito a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4652,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6991',4650,'Pérdidas por deterioro de crédito a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4653,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6992',4650,'Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4654,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6993',4650,'Pérdidas por deterioro de crédito a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4655,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','70',4007,'Ventas',0,NULL,NULL,1,NULL,NULL),(4656,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','700',4655,'Ventas de mercaderías',0,NULL,NULL,1,NULL,NULL),(4657,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','701',4655,'Ventas de productos terminados',0,NULL,NULL,1,NULL,NULL),(4658,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','702',4655,'Ventas de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4659,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','703',4655,'Ventas de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4660,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','704',4655,'Ventas de envases y embalajes',0,NULL,NULL,1,NULL,NULL),(4661,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','705',4655,'Prestaciones de servicios',0,NULL,NULL,1,NULL,NULL),(4662,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','706',4655,'Descuentos sobre ventas por pronto pago',0,NULL,NULL,1,NULL,NULL),(4663,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7060',4662,'Descuentos sobre ventas por pronto pago de mercaderías',0,NULL,NULL,1,NULL,NULL),(4664,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7061',4662,'Descuentos sobre ventas por pronto pago de productos terminados',0,NULL,NULL,1,NULL,NULL),(4665,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7062',4662,'Descuentos sobre ventas por pronto pago de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4666,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7063',4662,'Descuentos sobre ventas por pronto pago de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4667,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','708',4655,'Devoluciones de ventas y operacioes similares',0,NULL,NULL,1,NULL,NULL),(4668,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7080',4667,'Devoluciones de ventas de mercaderías',0,NULL,NULL,1,NULL,NULL),(4669,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7081',4667,'Devoluciones de ventas de productos terminados',0,NULL,NULL,1,NULL,NULL),(4670,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7082',4667,'Devoluciones de ventas de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4671,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7083',4667,'Devoluciones de ventas de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4672,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7084',4667,'Devoluciones de ventas de envases y embalajes',0,NULL,NULL,1,NULL,NULL),(4673,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','71',4007,'Variación de existencias',0,NULL,NULL,1,NULL,NULL),(4674,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','710',4673,'Variación de existencias de productos en curso',0,NULL,NULL,1,NULL,NULL),(4675,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','711',4673,'Variación de existencias de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4676,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','712',4673,'Variación de existencias de productos terminados',0,NULL,NULL,1,NULL,NULL),(4677,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','713',4673,'Variación de existencias de subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4678,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','73',4007,'Trabajos realizados para la empresa',0,NULL,NULL,1,NULL,NULL),(4679,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','730',4678,'Trabajos realizados para el inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4680,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','731',4678,'Trabajos realizados para el inmovilizado tangible',0,NULL,NULL,1,NULL,NULL),(4681,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','732',4678,'Trabajos realizados en inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4682,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','733',4678,'Trabajos realizados para el inmovilizado material en curso',0,NULL,NULL,1,NULL,NULL),(4683,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','74',4007,'Subvenciones, donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4684,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','740',4683,'Subvenciones, donaciones y legados a la explotación',0,NULL,NULL,1,NULL,NULL),(4685,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','746',4683,'Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4686,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','747',4683,'Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4687,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','75',4007,'Otros ingresos de gestión',0,NULL,NULL,1,NULL,NULL),(4688,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','751',4687,'Resultados de operaciones en común',0,NULL,NULL,1,NULL,NULL),(4689,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7510',4688,'Pérdida transferida gestor',0,NULL,NULL,1,NULL,NULL),(4690,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7511',4688,'Beneficio atribuido participe o asociado no gestor',0,NULL,NULL,1,NULL,NULL),(4691,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','752',4687,'Ingreso por arrendamiento',0,NULL,NULL,1,NULL,NULL),(4692,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','753',4687,'Ingresos de propiedad industrial cedida en explotación',0,NULL,NULL,1,NULL,NULL),(4693,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','754',4687,'Ingresos por comisiones',0,NULL,NULL,1,NULL,NULL),(4694,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','755',4687,'Ingresos por servicios al personal',0,NULL,NULL,1,NULL,NULL),(4695,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','759',4687,'Ingresos por servicios diversos',0,NULL,NULL,1,NULL,NULL),(4696,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76',4007,'Ingresos financieros',0,NULL,NULL,1,NULL,NULL),(4697,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','760',4696,'Ingresos de participaciones en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4698,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7600',4697,'Ingresos de participaciones en instrumentos de patrimonio empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4699,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7601',4697,'Ingresos de participaciones en instrumentos de patrimonio empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4700,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7602',4697,'Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4701,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7603',4697,'Ingresos de participaciones en instrumentos de patrimonio otras empresas',0,NULL,NULL,1,NULL,NULL),(4702,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','761',4696,'Ingresos de valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4703,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7610',4702,'Ingresos de valores representativos de deuda empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4704,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7611',4702,'Ingresos de valores representativos de deuda empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4705,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7612',4702,'Ingresos de valores representativos de deuda otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4706,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7613',4702,'Ingresos de valores representativos de deuda otras empresas',0,NULL,NULL,1,NULL,NULL),(4707,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','762',4696,'Ingresos de créditos',0,NULL,NULL,1,NULL,NULL),(4708,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7620',4707,'Ingresos de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4709,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76200',4708,'Ingresos de crédito a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4710,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76201',4708,'Ingresos de crédito a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4711,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76202',4708,'Ingresos de crédito a largo plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4712,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76203',4708,'Ingresos de crédito a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4713,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7621',4707,'Ingresos de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4714,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76210',4713,'Ingresos de crédito a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4715,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76211',4713,'Ingresos de crédito a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4716,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76212',4713,'Ingresos de crédito a corto plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4717,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76213',4713,'Ingresos de crédito a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4718,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','763',4696,'Beneficios por valorización de activos y pasivos financieros por su valor razonable',0,NULL,NULL,1,NULL,NULL),(4719,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','766',4696,'Beneficios en participaciones y valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4720,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7660',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4721,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7661',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4722,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7662',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4723,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7663',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4724,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7665',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4725,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7666',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4726,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7667',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4727,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7668',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4728,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','768',4696,'Diferencias positivas de cambio',0,NULL,NULL,1,NULL,NULL),(4729,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','769',4696,'Otros ingresos financieros',0,NULL,NULL,1,NULL,NULL),(4730,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','77',4007,'Beneficios procedentes de activos no corrientes e ingresos excepcionales',0,NULL,NULL,1,NULL,NULL),(4731,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','770',4730,'Beneficios procedentes del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4732,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','771',4730,'Beneficios procedentes del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4733,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','772',4730,'Beneficios procedentes de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4734,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','773',4730,'Beneficios procedentes de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4735,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7733',4734,'Beneficios procedentes de participaciones a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4736,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7734',4734,'Beneficios procedentes de participaciones a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4737,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7735',4734,'Beneficios procedentes de participaciones a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4738,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','775',4730,'Beneficios por operaciones con obligaciones propias',0,NULL,NULL,1,NULL,NULL),(4739,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','778',4730,'Ingresos excepcionales',0,NULL,NULL,1,NULL,NULL),(4741,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79',4007,'Excesos y aplicaciones de provisiones y pérdidas por deterioro',0,NULL,NULL,1,NULL,NULL),(4742,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','790',4741,'Revisión del deterioro del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4743,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','791',4741,'Revisión del deterioro del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4744,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','792',4741,'Revisión del deterioro de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4745,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','793',4741,'Revisión del deterioro de las existencias',0,NULL,NULL,1,NULL,NULL),(4746,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7930',4745,'Revisión del deterioro de productos terminados y en curso de fabricación',0,NULL,NULL,1,NULL,NULL),(4747,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7931',4745,'Revisión del deterioro de mercaderías',0,NULL,NULL,1,NULL,NULL),(4748,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7932',4745,'Revisión del deterioro de materias primas',0,NULL,NULL,1,NULL,NULL),(4749,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7933',4745,'Revisión del deterioro de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4750,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','794',4741,'Revisión del deterioro de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4751,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','795',4741,'Exceso de provisiones',0,NULL,NULL,1,NULL,NULL),(4752,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7951',4751,'Exceso de provisión para impuestos',0,NULL,NULL,1,NULL,NULL),(4753,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7952',4751,'Exceso de provisión para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4755,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7954',4751,'Exceso de provisión para operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4756,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79544',4755,'Exceso de provisión por contratos onerosos',0,NULL,NULL,1,NULL,NULL),(4757,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79549',4755,'Exceso de provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4758,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7955',4751,'Exceso de provisión para actuaciones medioambienteales',0,NULL,NULL,1,NULL,NULL),(4759,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','796',4741,'Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4760,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7960',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4761,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7961',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4762,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7962',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4763,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7963',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4764,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7965',4759,'Revisión del deterioro de valores representativos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4765,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7966',4759,'Revisión del deterioro de valores representativos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4766,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7967',4759,'Revisión del deterioro de valores representativos a largo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4767,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7968',4759,'Revisión del deterioro de valores representativos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4768,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','797',4741,'Revisión del deterioro de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4769,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7970',4768,'Revisión del deterioro de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4770,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7971',4768,'Revisión del deterioro de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4771,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7972',4768,'Revisión del deterioro de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4772,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7973',4768,'Revisión del deterioro de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4773,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','798',4741,'Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4774,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7980',4773,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4775,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7981',4773,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4776,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7985',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4777,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7986',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4778,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7987',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4779,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7988',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4780,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','799',4741,'Revisión del deterioro de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4781,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7990',4780,'Revisión del deterioro de créditos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4782,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7991',4780,'Revisión del deterioro de créditos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4783,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7992',4780,'Revisión del deterioro de créditos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4784,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7993',4780,'Revisión del deterioro de créditos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_accounting_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_bookkeeping`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_bookkeeping`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_bookkeeping` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `doc_date` date NOT NULL,
      +  `doc_type` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `doc_ref` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_doc` int(11) NOT NULL,
      +  `fk_docdet` int(11) NOT NULL,
      +  `thirdparty_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_compte` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_operation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `debit` double(24,8) DEFAULT NULL,
      +  `credit` double(24,8) DEFAULT NULL,
      +  `montant` double(24,8) DEFAULT NULL,
      +  `sens` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lettering_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lettering` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_journal` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `journal_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `piece_num` int(11) NOT NULL,
      +  `validated` tinyint(4) NOT NULL DEFAULT '0',
      +  `date_validated` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `subledger_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lim_reglement` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accounting_bookkeeping_fk_doc` (`fk_doc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_bookkeeping`
      +--
      +
      +LOCK TABLES `llx_accounting_bookkeeping` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_bookkeeping` VALUES (2,'2017-02-19','','',0,0,NULL,'1','ttt',NULL,5.00000000,0.00000000,5.00000000,'D',NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,1,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','1',NULL,NULL,NULL,NULL),(4,'2017-02-19','','',0,0,NULL,'10','',NULL,0.00000000,5.00000000,5.00000000,'C',NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,1,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','10',NULL,NULL,NULL,NULL),(6,'2017-02-19','','',0,0,NULL,'NotDefined','',NULL,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,2,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','NotDefined',NULL,NULL,NULL,NULL),(9,'2017-02-19','','',0,0,NULL,'NotDefined','',NULL,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,3,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','NotDefined',NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_bookkeeping_tmp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_bookkeeping_tmp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_bookkeeping_tmp` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `doc_date` date NOT NULL,
      +  `doc_type` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `doc_ref` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_doc` int(11) NOT NULL,
      +  `fk_docdet` int(11) NOT NULL,
      +  `thirdparty_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_compte` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label_operation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `debit` double(24,8) NOT NULL,
      +  `credit` double(24,8) NOT NULL,
      +  `montant` double(24,8) NOT NULL,
      +  `sens` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lettering_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lettering` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_journal` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `journal_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `piece_num` int(11) NOT NULL,
      +  `validated` tinyint(4) NOT NULL DEFAULT '0',
      +  `date_validated` datetime DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lim_reglement` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accounting_bookkeeping_doc_date` (`doc_date`),
      +  KEY `idx_accounting_bookkeeping_fk_docdet` (`fk_docdet`),
      +  KEY `idx_accounting_bookkeeping_numero_compte` (`numero_compte`),
      +  KEY `idx_accounting_bookkeeping_code_journal` (`code_journal`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_bookkeeping_tmp`
      +--
      +
      +LOCK TABLES `llx_accounting_bookkeeping_tmp` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping_tmp` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping_tmp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_fiscalyear`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_fiscalyear`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_fiscalyear` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_start` date DEFAULT NULL,
      +  `date_end` date DEFAULT NULL,
      +  `statut` tinyint(4) NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_fiscalyear`
      +--
      +
      +LOCK TABLES `llx_accounting_fiscalyear` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_fiscalyear` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_accounting_fiscalyear` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_journal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_journal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_journal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `nature` smallint(6) NOT NULL DEFAULT '0',
      +  `active` smallint(6) DEFAULT '0',
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_accounting_journal_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_journal`
      +--
      +
      +LOCK TABLES `llx_accounting_journal` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_journal` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_journal` VALUES (1,'VT','Sale journal',2,1,1),(2,'AC','Purchase journal',3,1,1),(3,'BQ','Bank journal',4,1,1),(4,'OD','Other journal',1,1,1),(5,'AN','Has new journal',9,1,1),(6,'ER','Expense report journal',5,1,1),(7,'INV','Inventory journal',8,1,1);
      +/*!40000 ALTER TABLE `llx_accounting_journal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_system`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_system`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_system` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `pcg_version` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` smallint(6) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_accounting_system_pcg_version` (`pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_system`
      +--
      +
      +LOCK TABLES `llx_accounting_system` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_system` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_system` VALUES (1,'PCG99-ABREGE','The simple accountancy french plan',1,1),(2,'PCG99-BASE','The base accountancy french plan',1,1),(3,'PCMN-BASE','The base accountancy belgium plan',1,2),(4,'PCG08-PYME','The PYME accountancy spanish plan',1,4),(5,'PC-MIPYME','The PYME accountancy Chile plan',1,67),(6,'ENG-BASE','England plan',1,7),(7,'SYSCOHADA','Plan comptable Ouest-Africain',1,49),(39,'PCG14-DEV','The developed accountancy french plan 2014',1,1),(40,'PCG_SUISSE','Switzerland plan',1,6),(41,'PCN-LUXEMBURG','Plan comptable normalisé Luxembourgeois',1,140),(42,'DK-STD','Standardkontoplan fra SKAT',1,80),(43,'PCT','The Tunisia plan',1,10),(44,'PCG','The Moroccan chart of accounts',1,12),(47,'SYSCOHADA-BJ','Plan comptable Ouest-Africain',1,49),(48,'SYSCOHADA-BF','Plan comptable Ouest-Africain',1,60),(49,'SYSCOHADA-CM','Plan comptable Ouest-Africain',1,24),(50,'SYSCOHADA-CF','Plan comptable Ouest-Africain',1,65),(51,'SYSCOHADA-KM','Plan comptable Ouest-Africain',1,71),(52,'SYSCOHADA-CG','Plan comptable Ouest-Africain',1,72),(53,'SYSCOHADA-CI','Plan comptable Ouest-Africain',1,21),(54,'SYSCOHADA-GA','Plan comptable Ouest-Africain',1,16),(55,'SYSCOHADA-GQ','Plan comptable Ouest-Africain',1,87),(56,'SYSCOHADA-ML','Plan comptable Ouest-Africain',1,147),(57,'SYSCOHADA-NE','Plan comptable Ouest-Africain',1,168),(58,'SYSCOHADA-CD','Plan comptable Ouest-Africain',1,73),(59,'SYSCOHADA-SN','Plan comptable Ouest-Africain',1,22),(60,'SYSCOHADA-TD','Plan comptable Ouest-Africain',1,66),(61,'SYSCOHADA-TG','Plan comptable Ouest-Africain',1,15),(62,'RO-BASE','Plan de conturi romanesc',1,188),(63,'SKR03','Standardkontenrahmen SKR 03',1,5),(64,'SKR04','Standardkontenrahmen SKR 04',1,5);
      +/*!40000 ALTER TABLE `llx_accounting_system` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accountingaccount`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accountingaccount`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accountingaccount` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_pcg_version` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pcg_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `pcg_subtype` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `account_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_parent` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accountingaccount_fk_pcg_version` (`fk_pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4785 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accountingaccount`
      +--
      +
      +LOCK TABLES `llx_accountingaccount` WRITE;
      +/*!40000 ALTER TABLE `llx_accountingaccount` DISABLE KEYS */;
      +INSERT INTO `llx_accountingaccount` VALUES (1,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','CAPITAL','101','1401','Capital',NULL,NULL,1),(2,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','105','1401','Ecarts de réévaluation',NULL,NULL,1),(3,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1061','1401','Réserve légale',NULL,NULL,1),(4,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1063','1401','Réserves statutaires ou contractuelles',NULL,NULL,1),(5,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1064','1401','Réserves réglementées',NULL,NULL,1),(6,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1068','1401','Autres réserves',NULL,NULL,1),(7,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','108','1401','Compte de l\'exploitant',NULL,NULL,1),(8,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','12','1401','Résultat de l\'exercice',NULL,NULL,1),(9,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','145','1401','Amortissements dérogatoires',NULL,NULL,1),(10,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','146','1401','Provision spéciale de réévaluation',NULL,NULL,1),(11,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','147','1401','Plus-values réinvesties',NULL,NULL,1),(12,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','148','1401','Autres provisions réglementées',NULL,NULL,1),(13,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','15','1401','Provisions pour risques et charges',NULL,NULL,1),(14,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','16','1401','Emprunts et dettes assimilees',NULL,NULL,1),(15,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','20','1402','Immobilisations incorporelles',NULL,NULL,1),(16,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','201','15','Frais d\'établissement',NULL,NULL,1),(17,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','206','15','Droit au bail',NULL,NULL,1),(18,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','207','15','Fonds commercial',NULL,NULL,1),(19,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','208','15','Autres immobilisations incorporelles',NULL,NULL,1),(20,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','21','1402','Immobilisations corporelles',NULL,NULL,1),(21,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','23','1402','Immobilisations en cours',NULL,NULL,1),(22,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','27','1402','Autres immobilisations financieres',NULL,NULL,1),(23,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','280','1402','Amortissements des immobilisations incorporelles',NULL,NULL,1),(24,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','281','1402','Amortissements des immobilisations corporelles',NULL,NULL,1),(25,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','290','1402','Provisions pour dépréciation des immobilisations incorporelles',NULL,NULL,1),(26,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','291','1402','Provisions pour dépréciation des immobilisations corporelles',NULL,NULL,1),(27,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','297','1402','Provisions pour dépréciation des autres immobilisations financières',NULL,NULL,1),(28,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','31','1403','Matieres premières',NULL,NULL,1),(29,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','32','1403','Autres approvisionnements',NULL,NULL,1),(30,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','33','1403','En-cours de production de biens',NULL,NULL,1),(31,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','34','1403','En-cours de production de services',NULL,NULL,1),(32,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','35','1403','Stocks de produits',NULL,NULL,1),(33,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','37','1403','Stocks de marchandises',NULL,NULL,1),(34,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','391','1403','Provisions pour dépréciation des matières premières',NULL,NULL,1),(35,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','392','1403','Provisions pour dépréciation des autres approvisionnements',NULL,NULL,1),(36,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','393','1403','Provisions pour dépréciation des en-cours de production de biens',NULL,NULL,1),(37,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','394','1403','Provisions pour dépréciation des en-cours de production de services',NULL,NULL,1),(38,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','395','1403','Provisions pour dépréciation des stocks de produits',NULL,NULL,1),(39,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','397','1403','Provisions pour dépréciation des stocks de marchandises',NULL,NULL,1),(40,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','SUPPLIER','400','1404','Fournisseurs et Comptes rattachés',NULL,NULL,1),(41,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','409','1404','Fournisseurs débiteurs',NULL,NULL,1),(42,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','CUSTOMER','410','1404','Clients et Comptes rattachés',NULL,NULL,1),(43,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','419','1404','Clients créditeurs',NULL,NULL,1),(44,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','421','1404','Personnel',NULL,NULL,1),(45,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','428','1404','Personnel',NULL,NULL,1),(46,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','43','1404','Sécurité sociale et autres organismes sociaux',NULL,NULL,1),(47,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','444','1404','Etat - impôts sur bénéfice',NULL,NULL,1),(48,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','445','1404','Etat - Taxes sur chiffre affaires',NULL,NULL,1),(49,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','447','1404','Autres impôts, taxes et versements assimilés',NULL,NULL,1),(50,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','45','1404','Groupe et associes',NULL,NULL,1),(51,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','455','50','Associés',NULL,NULL,1),(52,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','46','1404','Débiteurs divers et créditeurs divers',NULL,NULL,1),(53,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','47','1404','Comptes transitoires ou d\'attente',NULL,NULL,1),(54,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','481','1404','Charges à répartir sur plusieurs exercices',NULL,NULL,1),(55,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','486','1404','Charges constatées d\'avance',NULL,NULL,1),(56,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','487','1404','Produits constatés d\'avance',NULL,NULL,1),(57,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','491','1404','Provisions pour dépréciation des comptes de clients',NULL,NULL,1),(58,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','496','1404','Provisions pour dépréciation des comptes de débiteurs divers',NULL,NULL,1),(59,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','50','1405','Valeurs mobilières de placement',NULL,NULL,1),(60,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','BANK','51','1405','Banques, établissements financiers et assimilés',NULL,NULL,1),(61,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','CASH','53','1405','Caisse',NULL,NULL,1),(62,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','54','1405','Régies d\'avance et accréditifs',NULL,NULL,1),(63,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','58','1405','Virements internes',NULL,NULL,1),(64,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','590','1405','Provisions pour dépréciation des valeurs mobilières de placement',NULL,NULL,1),(65,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','PRODUCT','60','1406','Achats',NULL,NULL,1),(66,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','603','65','Variations des stocks',NULL,NULL,1),(67,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','SERVICE','61','1406','Services extérieurs',NULL,NULL,1),(68,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','62','1406','Autres services extérieurs',NULL,NULL,1),(69,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','63','1406','Impôts, taxes et versements assimiles',NULL,NULL,1),(70,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','641','1406','Rémunérations du personnel',NULL,NULL,1),(71,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','644','1406','Rémunération du travail de l\'exploitant',NULL,NULL,1),(72,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','SOCIAL','645','1406','Charges de sécurité sociale et de prévoyance',NULL,NULL,1),(73,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','646','1406','Cotisations sociales personnelles de l\'exploitant',NULL,NULL,1),(74,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','65','1406','Autres charges de gestion courante',NULL,NULL,1),(75,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','66','1406','Charges financières',NULL,NULL,1),(76,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','67','1406','Charges exceptionnelles',NULL,NULL,1),(77,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','681','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(78,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','686','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(79,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','687','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(80,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','691','1406','Participation des salariés aux résultats',NULL,NULL,1),(81,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','695','1406','Impôts sur les bénéfices',NULL,NULL,1),(82,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','697','1406','Imposition forfaitaire annuelle des sociétés',NULL,NULL,1),(83,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','699','1406','Produits',NULL,NULL,1),(84,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','701','1407','Ventes de produits finis',NULL,NULL,1),(85,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','SERVICE','706','1407','Prestations de services',NULL,NULL,1),(86,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','707','1407','Ventes de marchandises',NULL,NULL,1),(87,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','708','1407','Produits des activités annexes',NULL,NULL,1),(88,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','709','1407','Rabais, remises et ristournes accordés par l\'entreprise',NULL,NULL,1),(89,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','713','1407','Variation des stocks',NULL,NULL,1),(90,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','72','1407','Production immobilisée',NULL,NULL,1),(91,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','73','1407','Produits nets partiels sur opérations à long terme',NULL,NULL,1),(92,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','74','1407','Subventions d\'exploitation',NULL,NULL,1),(93,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','75','1407','Autres produits de gestion courante',NULL,NULL,1),(94,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','753','93','Jetons de présence et rémunérations d\'administrateurs, gérants,...',NULL,NULL,1),(95,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','754','93','Ristournes perçues des coopératives',NULL,NULL,1),(96,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','755','93','Quotes-parts de résultat sur opérations faites en commun',NULL,NULL,1),(97,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','76','1407','Produits financiers',NULL,NULL,1),(98,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','77','1407','Produits exceptionnels',NULL,NULL,1),(99,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','781','1407','Reprises sur amortissements et provisions',NULL,NULL,1),(100,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','786','1407','Reprises sur provisions pour risques',NULL,NULL,1),(101,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','787','1407','Reprises sur provisions',NULL,NULL,1),(102,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','79','1407','Transferts de charges',NULL,NULL,1),(103,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','10','1501','Capital  et réserves',NULL,NULL,1),(104,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','CAPITAL','101','103','Capital',NULL,NULL,1),(105,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','104','103','Primes liées au capital social',NULL,NULL,1),(106,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','105','103','Ecarts de réévaluation',NULL,NULL,1),(107,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','106','103','Réserves',NULL,NULL,1),(108,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','107','103','Ecart d\'equivalence',NULL,NULL,1),(109,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','108','103','Compte de l\'exploitant',NULL,NULL,1),(110,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','109','103','Actionnaires : capital souscrit - non appelé',NULL,NULL,1),(111,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','11','1501','Report à nouveau (solde créditeur ou débiteur)',NULL,NULL,1),(112,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','110','111','Report à nouveau (solde créditeur)',NULL,NULL,1),(113,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','119','111','Report à nouveau (solde débiteur)',NULL,NULL,1),(114,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','12','1501','Résultat de l\'exercice (bénéfice ou perte)',NULL,NULL,1),(115,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','120','114','Résultat de l\'exercice (bénéfice)',NULL,NULL,1),(116,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','129','114','Résultat de l\'exercice (perte)',NULL,NULL,1),(117,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','13','1501','Subventions d\'investissement',NULL,NULL,1),(118,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','131','117','Subventions d\'équipement',NULL,NULL,1),(119,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','138','117','Autres subventions d\'investissement',NULL,NULL,1),(120,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','139','117','Subventions d\'investissement inscrites au compte de résultat',NULL,NULL,1),(121,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','14','1501','Provisions réglementées',NULL,NULL,1),(122,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','142','121','Provisions réglementées relatives aux immobilisations',NULL,NULL,1),(123,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','143','121','Provisions réglementées relatives aux stocks',NULL,NULL,1),(124,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','144','121','Provisions réglementées relatives aux autres éléments de l\'actif',NULL,NULL,1),(125,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','145','121','Amortissements dérogatoires',NULL,NULL,1),(126,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','146','121','Provision spéciale de réévaluation',NULL,NULL,1),(127,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','147','121','Plus-values réinvesties',NULL,NULL,1),(128,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','148','121','Autres provisions réglementées',NULL,NULL,1),(129,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','15','1501','Provisions pour risques et charges',NULL,NULL,1),(130,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','151','129','Provisions pour risques',NULL,NULL,1),(131,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','153','129','Provisions pour pensions et obligations similaires',NULL,NULL,1),(132,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','154','129','Provisions pour restructurations',NULL,NULL,1),(133,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','155','129','Provisions pour impôts',NULL,NULL,1),(134,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','156','129','Provisions pour renouvellement des immobilisations (entreprises concessionnaires)',NULL,NULL,1),(135,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','157','129','Provisions pour charges à répartir sur plusieurs exercices',NULL,NULL,1),(136,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','158','129','Autres provisions pour charges',NULL,NULL,1),(137,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','16','1501','Emprunts et dettes assimilees',NULL,NULL,1),(138,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','161','137','Emprunts obligataires convertibles',NULL,NULL,1),(139,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','163','137','Autres emprunts obligataires',NULL,NULL,1),(140,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','164','137','Emprunts auprès des établissements de crédit',NULL,NULL,1),(141,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','165','137','Dépôts et cautionnements reçus',NULL,NULL,1),(142,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','166','137','Participation des salariés aux résultats',NULL,NULL,1),(143,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','167','137','Emprunts et dettes assortis de conditions particulières',NULL,NULL,1),(144,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','168','137','Autres emprunts et dettes assimilées',NULL,NULL,1),(145,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','169','137','Primes de remboursement des obligations',NULL,NULL,1),(146,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','17','1501','Dettes rattachées à des participations',NULL,NULL,1),(147,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','171','146','Dettes rattachées à des participations (groupe)',NULL,NULL,1),(148,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','174','146','Dettes rattachées à des participations (hors groupe)',NULL,NULL,1),(149,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','178','146','Dettes rattachées à des sociétés en participation',NULL,NULL,1),(150,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','18','1501','Comptes de liaison des établissements et sociétés en participation',NULL,NULL,1),(151,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','181','150','Comptes de liaison des établissements',NULL,NULL,1),(152,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','186','150','Biens et prestations de services échangés entre établissements (charges)',NULL,NULL,1),(153,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','187','150','Biens et prestations de services échangés entre établissements (produits)',NULL,NULL,1),(154,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','188','150','Comptes de liaison des sociétés en participation',NULL,NULL,1),(155,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','20','1502','Immobilisations incorporelles',NULL,NULL,1),(156,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','201','155','Frais d\'établissement',NULL,NULL,1),(157,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','203','155','Frais de recherche et de développement',NULL,NULL,1),(158,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','205','155','Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(159,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','206','155','Droit au bail',NULL,NULL,1),(160,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','207','155','Fonds commercial',NULL,NULL,1),(161,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','208','155','Autres immobilisations incorporelles',NULL,NULL,1),(162,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','21','1502','Immobilisations corporelles',NULL,NULL,1),(163,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','211','162','Terrains',NULL,NULL,1),(164,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','212','162','Agencements et aménagements de terrains',NULL,NULL,1),(165,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','213','162','Constructions',NULL,NULL,1),(166,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','214','162','Constructions sur sol d\'autrui',NULL,NULL,1),(167,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','215','162','Installations techniques, matériels et outillage industriels',NULL,NULL,1),(168,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','218','162','Autres immobilisations corporelles',NULL,NULL,1),(169,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','22','1502','Immobilisations mises en concession',NULL,NULL,1),(170,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','23','1502','Immobilisations en cours',NULL,NULL,1),(171,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','231','170','Immobilisations corporelles en cours',NULL,NULL,1),(172,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','232','170','Immobilisations incorporelles en cours',NULL,NULL,1),(173,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','237','170','Avances et acomptes versés sur immobilisations incorporelles',NULL,NULL,1),(174,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','238','170','Avances et acomptes versés sur commandes d\'immobilisations corporelles',NULL,NULL,1),(175,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','25','1502','Parts dans des entreprises liées et créances sur des entreprises liées',NULL,NULL,1),(176,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','26','1502','Participations et créances rattachées à des participations',NULL,NULL,1),(177,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','261','176','Titres de participation',NULL,NULL,1),(178,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','266','176','Autres formes de participation',NULL,NULL,1),(179,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','267','176','Créances rattachées à des participations',NULL,NULL,1),(180,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','268','176','Créances rattachées à des sociétés en participation',NULL,NULL,1),(181,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','269','176','Versements restant à effectuer sur titres de participation non libérés',NULL,NULL,1),(182,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','27','1502','Autres immobilisations financieres',NULL,NULL,1),(183,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','271','183','Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)',NULL,NULL,1),(184,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','272','183','Titres immobilisés (droit de créance)',NULL,NULL,1),(185,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','273','183','Titres immobilisés de l\'activité de portefeuille',NULL,NULL,1),(186,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','274','183','Prêts',NULL,NULL,1),(187,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','275','183','Dépôts et cautionnements versés',NULL,NULL,1),(188,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','276','183','Autres créances immobilisées',NULL,NULL,1),(189,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','277','183','(Actions propres ou parts propres)',NULL,NULL,1),(190,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','279','183','Versements restant à effectuer sur titres immobilisés non libérés',NULL,NULL,1),(191,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','28','1502','Amortissements des immobilisations',NULL,NULL,1),(192,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','280','191','Amortissements des immobilisations incorporelles',NULL,NULL,1),(193,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','281','191','Amortissements des immobilisations corporelles',NULL,NULL,1),(194,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','282','191','Amortissements des immobilisations mises en concession',NULL,NULL,1),(195,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','29','1502','Dépréciations des immobilisations',NULL,NULL,1),(196,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','290','195','Dépréciations des immobilisations incorporelles',NULL,NULL,1),(197,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','291','195','Dépréciations des immobilisations corporelles',NULL,NULL,1),(198,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','292','195','Dépréciations des immobilisations mises en concession',NULL,NULL,1),(199,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','293','195','Dépréciations des immobilisations en cours',NULL,NULL,1),(200,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','296','195','Provisions pour dépréciation des participations et créances rattachées à des participations',NULL,NULL,1),(201,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','297','195','Provisions pour dépréciation des autres immobilisations financières',NULL,NULL,1),(202,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','31','1503','Matières premières (et fournitures)',NULL,NULL,1),(203,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','311','202','Matières (ou groupe) A',NULL,NULL,1),(204,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','312','202','Matières (ou groupe) B',NULL,NULL,1),(205,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','317','202','Fournitures A, B, C,',NULL,NULL,1),(206,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','32','1503','Autres approvisionnements',NULL,NULL,1),(207,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','321','206','Matières consommables',NULL,NULL,1),(208,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','322','206','Fournitures consommables',NULL,NULL,1),(209,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','326','206','Emballages',NULL,NULL,1),(210,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','33','1503','En-cours de production de biens',NULL,NULL,1),(211,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','331','210','Produits en cours',NULL,NULL,1),(212,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','335','210','Travaux en cours',NULL,NULL,1),(213,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','34','1503','En-cours de production de services',NULL,NULL,1),(214,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','341','213','Etudes en cours',NULL,NULL,1),(215,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','345','213','Prestations de services en cours',NULL,NULL,1),(216,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','35','1503','Stocks de produits',NULL,NULL,1),(217,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','351','216','Produits intermédiaires',NULL,NULL,1),(218,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','355','216','Produits finis',NULL,NULL,1),(219,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','358','216','Produits résiduels (ou matières de récupération)',NULL,NULL,1),(220,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','37','1503','Stocks de marchandises',NULL,NULL,1),(221,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','371','220','Marchandises (ou groupe) A',NULL,NULL,1),(222,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','372','220','Marchandises (ou groupe) B',NULL,NULL,1),(223,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','39','1503','Provisions pour dépréciation des stocks et en-cours',NULL,NULL,1),(224,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','391','223','Provisions pour dépréciation des matières premières',NULL,NULL,1),(225,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','392','223','Provisions pour dépréciation des autres approvisionnements',NULL,NULL,1),(226,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','393','223','Provisions pour dépréciation des en-cours de production de biens',NULL,NULL,1),(227,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','394','223','Provisions pour dépréciation des en-cours de production de services',NULL,NULL,1),(228,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','395','223','Provisions pour dépréciation des stocks de produits',NULL,NULL,1),(229,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','397','223','Provisions pour dépréciation des stocks de marchandises',NULL,NULL,1),(230,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','40','1504','Fournisseurs et Comptes rattachés',NULL,NULL,1),(231,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','400','230','Fournisseurs et Comptes rattachés',NULL,NULL,1),(232,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','SUPPLIER','401','230','Fournisseurs',NULL,NULL,1),(233,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','403','230','Fournisseurs - Effets à payer',NULL,NULL,1),(234,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','404','230','Fournisseurs d\'immobilisations',NULL,NULL,1),(235,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','405','230','Fournisseurs d\'immobilisations - Effets à payer',NULL,NULL,1),(236,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','408','230','Fournisseurs - Factures non parvenues',NULL,NULL,1),(237,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','409','230','Fournisseurs débiteurs',NULL,NULL,1),(238,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','41','1504','Clients et comptes rattachés',NULL,NULL,1),(239,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','410','238','Clients et Comptes rattachés',NULL,NULL,1),(240,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','CUSTOMER','411','238','Clients',NULL,NULL,1),(241,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','413','238','Clients - Effets à recevoir',NULL,NULL,1),(242,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','416','238','Clients douteux ou litigieux',NULL,NULL,1),(243,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','418','238','Clients - Produits non encore facturés',NULL,NULL,1),(244,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','419','238','Clients créditeurs',NULL,NULL,1),(245,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','42','1504','Personnel et comptes rattachés',NULL,NULL,1),(246,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','421','245','Personnel - Rémunérations dues',NULL,NULL,1),(247,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','422','245','Comités d\'entreprises, d\'établissement, ...',NULL,NULL,1),(248,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','424','245','Participation des salariés aux résultats',NULL,NULL,1),(249,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','425','245','Personnel - Avances et acomptes',NULL,NULL,1),(250,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','426','245','Personnel - Dépôts',NULL,NULL,1),(251,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','427','245','Personnel - Oppositions',NULL,NULL,1),(252,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','428','245','Personnel - Charges à payer et produits à recevoir',NULL,NULL,1),(253,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','43','1504','Sécurité sociale et autres organismes sociaux',NULL,NULL,1),(254,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','431','253','Sécurité sociale',NULL,NULL,1),(255,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','437','253','Autres organismes sociaux',NULL,NULL,1),(256,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','438','253','Organismes sociaux - Charges à payer et produits à recevoir',NULL,NULL,1),(257,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','44','1504','État et autres collectivités publiques',NULL,NULL,1),(258,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','441','257','État - Subventions à recevoir',NULL,NULL,1),(259,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','442','257','Etat - Impôts et taxes recouvrables sur des tiers',NULL,NULL,1),(260,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','443','257','Opérations particulières avec l\'Etat, les collectivités publiques, les organismes internationaux',NULL,NULL,1),(261,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','444','257','Etat - Impôts sur les bénéfices',NULL,NULL,1),(262,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','445','257','Etat - Taxes sur le chiffre d\'affaires',NULL,NULL,1),(263,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','446','257','Obligations cautionnées',NULL,NULL,1),(264,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','447','257','Autres impôts, taxes et versements assimilés',NULL,NULL,1),(265,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','448','257','Etat - Charges à payer et produits à recevoir',NULL,NULL,1),(266,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','449','257','Quotas d\'émission à restituer à l\'Etat',NULL,NULL,1),(267,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','45','1504','Groupe et associes',NULL,NULL,1),(268,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','451','267','Groupe',NULL,NULL,1),(269,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','455','267','Associés - Comptes courants',NULL,NULL,1),(270,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','456','267','Associés - Opérations sur le capital',NULL,NULL,1),(271,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','457','267','Associés - Dividendes à payer',NULL,NULL,1),(272,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','458','267','Associés - Opérations faites en commun et en G.I.E.',NULL,NULL,1),(273,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','46','1504','Débiteurs divers et créditeurs divers',NULL,NULL,1),(274,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','462','273','Créances sur cessions d\'immobilisations',NULL,NULL,1),(275,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','464','273','Dettes sur acquisitions de valeurs mobilières de placement',NULL,NULL,1),(276,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','465','273','Créances sur cessions de valeurs mobilières de placement',NULL,NULL,1),(277,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','467','273','Autres comptes débiteurs ou créditeurs',NULL,NULL,1),(278,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','468','273','Divers - Charges à payer et produits à recevoir',NULL,NULL,1),(279,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','47','1504','Comptes transitoires ou d\'attente',NULL,NULL,1),(280,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','471','279','Comptes d\'attente',NULL,NULL,1),(281,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','476','279','Différence de conversion - Actif',NULL,NULL,1),(282,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','477','279','Différences de conversion - Passif',NULL,NULL,1),(283,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','478','279','Autres comptes transitoires',NULL,NULL,1),(284,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','48','1504','Comptes de régularisation',NULL,NULL,1),(285,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','481','284','Charges à répartir sur plusieurs exercices',NULL,NULL,1),(286,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','486','284','Charges constatées d\'avance',NULL,NULL,1),(287,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','487','284','Produits constatés d\'avance',NULL,NULL,1),(288,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','488','284','Comptes de répartition périodique des charges et des produits',NULL,NULL,1),(289,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','489','284','Quotas d\'émission alloués par l\'Etat',NULL,NULL,1),(290,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','49','1504','Provisions pour dépréciation des comptes de tiers',NULL,NULL,1),(291,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','491','290','Provisions pour dépréciation des comptes de clients',NULL,NULL,1),(292,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','495','290','Provisions pour dépréciation des comptes du groupe et des associés',NULL,NULL,1),(293,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','496','290','Provisions pour dépréciation des comptes de débiteurs divers',NULL,NULL,1),(294,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','50','1505','Valeurs mobilières de placement',NULL,NULL,1),(295,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','501','294','Parts dans des entreprises liées',NULL,NULL,1),(296,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','502','294','Actions propres',NULL,NULL,1),(297,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','503','294','Actions',NULL,NULL,1),(298,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','504','294','Autres titres conférant un droit de propriété',NULL,NULL,1),(299,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','505','294','Obligations et bons émis par la société et rachetés par elle',NULL,NULL,1),(300,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','506','294','Obligations',NULL,NULL,1),(301,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','507','294','Bons du Trésor et bons de caisse à court terme',NULL,NULL,1),(302,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','508','294','Autres valeurs mobilières de placement et autres créances assimilées',NULL,NULL,1),(303,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','509','294','Versements restant à effectuer sur valeurs mobilières de placement non libérées',NULL,NULL,1),(304,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','51','1505','Banques, établissements financiers et assimilés',NULL,NULL,1),(305,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','511','304','Valeurs à l\'encaissement',NULL,NULL,1),(306,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','BANK','512','304','Banques',NULL,NULL,1),(307,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','514','304','Chèques postaux',NULL,NULL,1),(308,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','515','304','Caisses du Trésor et des établissements publics',NULL,NULL,1),(309,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','516','304','Sociétés de bourse',NULL,NULL,1),(310,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','517','304','Autres organismes financiers',NULL,NULL,1),(311,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','518','304','Intérêts courus',NULL,NULL,1),(312,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','519','304','Concours bancaires courants',NULL,NULL,1),(313,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','52','1505','Instruments de trésorerie',NULL,NULL,1),(314,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','CASH','53','1505','Caisse',NULL,NULL,1),(315,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','531','314','Caisse siège social',NULL,NULL,1),(316,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','532','314','Caisse succursale (ou usine) A',NULL,NULL,1),(317,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','533','314','Caisse succursale (ou usine) B',NULL,NULL,1),(318,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','54','1505','Régies d\'avance et accréditifs',NULL,NULL,1),(319,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','58','1505','Virements internes',NULL,NULL,1),(320,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','59','1505','Provisions pour dépréciation des comptes financiers',NULL,NULL,1),(321,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','590','320','Provisions pour dépréciation des valeurs mobilières de placement',NULL,NULL,1),(322,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','PRODUCT','60','1506','Achats',NULL,NULL,1),(323,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','601','322','Achats stockés - Matières premières (et fournitures)',NULL,NULL,1),(324,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','602','322','Achats stockés - Autres approvisionnements',NULL,NULL,1),(325,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','603','322','Variations des stocks (approvisionnements et marchandises)',NULL,NULL,1),(326,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','604','322','Achats stockés - Matières premières (et fournitures)',NULL,NULL,1),(327,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','605','322','Achats de matériel, équipements et travaux',NULL,NULL,1),(328,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','606','322','Achats non stockés de matière et fournitures',NULL,NULL,1),(329,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','607','322','Achats de marchandises',NULL,NULL,1),(330,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','608','322','(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)',NULL,NULL,1),(331,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','609','322','Rabais, remises et ristournes obtenus sur achats',NULL,NULL,1),(332,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','SERVICE','61','1506','Services extérieurs',NULL,NULL,1),(333,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','611','332','Sous-traitance générale',NULL,NULL,1),(334,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','612','332','Redevances de crédit-bail',NULL,NULL,1),(335,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','613','332','Locations',NULL,NULL,1),(336,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','614','332','Charges locatives et de copropriété',NULL,NULL,1),(337,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','615','332','Entretien et réparations',NULL,NULL,1),(338,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','616','332','Primes d\'assurances',NULL,NULL,1),(339,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','617','332','Etudes et recherches',NULL,NULL,1),(340,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','618','332','Divers',NULL,NULL,1),(341,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','619','332','Rabais, remises et ristournes obtenus sur services extérieurs',NULL,NULL,1),(342,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','62','1506','Autres services extérieurs',NULL,NULL,1),(343,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','621','342','Personnel extérieur à l\'entreprise',NULL,NULL,1),(344,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','622','342','Rémunérations d\'intermédiaires et honoraires',NULL,NULL,1),(345,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','623','342','Publicité, publications, relations publiques',NULL,NULL,1),(346,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','624','342','Transports de biens et transports collectifs du personnel',NULL,NULL,1),(347,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','625','342','Déplacements, missions et réceptions',NULL,NULL,1),(348,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','626','342','Frais postaux et de télécommunications',NULL,NULL,1),(349,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','627','342','Services bancaires et assimilés',NULL,NULL,1),(350,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','628','342','Divers',NULL,NULL,1),(351,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','629','342','Rabais, remises et ristournes obtenus sur autres services extérieurs',NULL,NULL,1),(352,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','63','1506','Impôts, taxes et versements assimilés',NULL,NULL,1),(353,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','631','352','Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)',NULL,NULL,1),(354,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','633','352','Impôts, taxes et versements assimilés sur rémunérations (autres organismes)',NULL,NULL,1),(355,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','635','352','Autres impôts, taxes et versements assimilés (administrations des impôts)',NULL,NULL,1),(356,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','637','352','Autres impôts, taxes et versements assimilés (autres organismes)',NULL,NULL,1),(357,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','64','1506','Charges de personnel',NULL,NULL,1),(358,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','641','357','Rémunérations du personnel',NULL,NULL,1),(359,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','644','357','Rémunération du travail de l\'exploitant',NULL,NULL,1),(360,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','SOCIAL','645','357','Charges de sécurité sociale et de prévoyance',NULL,NULL,1),(361,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','646','357','Cotisations sociales personnelles de l\'exploitant',NULL,NULL,1),(362,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','647','357','Autres charges sociales',NULL,NULL,1),(363,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','648','357','Autres charges de personnel',NULL,NULL,1),(364,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','65','1506','Autres charges de gestion courante',NULL,NULL,1),(365,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','651','364','Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(366,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','653','364','Jetons de présence',NULL,NULL,1),(367,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','654','364','Pertes sur créances irrécouvrables',NULL,NULL,1),(368,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','655','364','Quote-part de résultat sur opérations faites en commun',NULL,NULL,1),(369,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','658','364','Charges diverses de gestion courante',NULL,NULL,1),(370,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','66','1506','Charges financières',NULL,NULL,1),(371,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','661','370','Charges d\'intérêts',NULL,NULL,1),(372,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','664','370','Pertes sur créances liées à des participations',NULL,NULL,1),(373,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','665','370','Escomptes accordés',NULL,NULL,1),(374,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','666','370','Pertes de change',NULL,NULL,1),(375,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','667','370','Charges nettes sur cessions de valeurs mobilières de placement',NULL,NULL,1),(376,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','668','370','Autres charges financières',NULL,NULL,1),(377,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','67','1506','Charges exceptionnelles',NULL,NULL,1),(378,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','671','377','Charges exceptionnelles sur opérations de gestion',NULL,NULL,1),(379,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','672','377','(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)',NULL,NULL,1),(380,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','675','377','Valeurs comptables des éléments d\'actif cédés',NULL,NULL,1),(381,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','678','377','Autres charges exceptionnelles',NULL,NULL,1),(382,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','68','1506','Dotations aux amortissements et aux provisions',NULL,NULL,1),(383,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','681','382','Dotations aux amortissements et aux provisions - Charges d\'exploitation',NULL,NULL,1),(384,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','686','382','Dotations aux amortissements et aux provisions - Charges financières',NULL,NULL,1),(385,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','687','382','Dotations aux amortissements et aux provisions - Charges exceptionnelles',NULL,NULL,1),(386,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','69','1506','Participation des salariés - impôts sur les bénéfices et assimiles',NULL,NULL,1),(387,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','691','386','Participation des salariés aux résultats',NULL,NULL,1),(388,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','695','386','Impôts sur les bénéfices',NULL,NULL,1),(389,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','696','386','Suppléments d\'impôt sur les sociétés liés aux distributions',NULL,NULL,1),(390,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','697','386','Imposition forfaitaire annuelle des sociétés',NULL,NULL,1),(391,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','698','386','Intégration fiscale',NULL,NULL,1),(392,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','699','386','Produits - Reports en arrière des déficits',NULL,NULL,1),(393,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','70','1507','Ventes de produits fabriqués, prestations de services, marchandises',NULL,NULL,1),(394,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','701','393','Ventes de produits finis',NULL,NULL,1),(395,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','702','393','Ventes de produits intermédiaires',NULL,NULL,1),(396,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','703','393','Ventes de produits résiduels',NULL,NULL,1),(397,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','704','393','Travaux',NULL,NULL,1),(398,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','705','393','Etudes',NULL,NULL,1),(399,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','SERVICE','706','393','Prestations de services',NULL,NULL,1),(400,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','707','393','Ventes de marchandises',NULL,NULL,1),(401,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','708','393','Produits des activités annexes',NULL,NULL,1),(402,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','709','393','Rabais, remises et ristournes accordés par l\'entreprise',NULL,NULL,1),(403,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','71','1507','Production stockée (ou déstockage)',NULL,NULL,1),(404,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','713','403','Variation des stocks (en-cours de production, produits)',NULL,NULL,1),(405,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','72','1507','Production immobilisée',NULL,NULL,1),(406,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','721','405','Immobilisations incorporelles',NULL,NULL,1),(407,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','722','405','Immobilisations corporelles',NULL,NULL,1),(408,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','74','1507','Subventions d\'exploitation',NULL,NULL,1),(409,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','75','1507','Autres produits de gestion courante',NULL,NULL,1),(410,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','751','409','Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(411,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','752','409','Revenus des immeubles non affectés à des activités professionnelles',NULL,NULL,1),(412,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','753','409','Jetons de présence et rémunérations d\'administrateurs, gérants,...',NULL,NULL,1),(413,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','754','409','Ristournes perçues des coopératives (provenant des excédents)',NULL,NULL,1),(414,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','755','409','Quotes-parts de résultat sur opérations faites en commun',NULL,NULL,1),(415,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','758','409','Produits divers de gestion courante',NULL,NULL,1),(416,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','76','1507','Produits financiers',NULL,NULL,1),(417,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','761','416','Produits de participations',NULL,NULL,1),(418,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','762','416','Produits des autres immobilisations financières',NULL,NULL,1),(419,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','763','416','Revenus des autres créances',NULL,NULL,1),(420,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','764','416','Revenus des valeurs mobilières de placement',NULL,NULL,1),(421,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','765','416','Escomptes obtenus',NULL,NULL,1),(422,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','766','416','Gains de change',NULL,NULL,1),(423,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','767','416','Produits nets sur cessions de valeurs mobilières de placement',NULL,NULL,1),(424,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','768','416','Autres produits financiers',NULL,NULL,1),(425,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','77','1507','Produits exceptionnels',NULL,NULL,1),(426,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','771','425','Produits exceptionnels sur opérations de gestion',NULL,NULL,1),(427,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','772','425','(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)',NULL,NULL,1),(428,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','775','425','Produits des cessions d\'éléments d\'actif',NULL,NULL,1),(429,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','777','425','Quote-part des subventions d\'investissement virée au résultat de l\'exercice',NULL,NULL,1),(430,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','778','425','Autres produits exceptionnels',NULL,NULL,1),(431,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','78','1507','Reprises sur amortissements et provisions',NULL,NULL,1),(432,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','781','431','Reprises sur amortissements et provisions (à inscrire dans les produits d\'exploitation)',NULL,NULL,1),(433,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','786','431','Reprises sur provisions pour risques (à inscrire dans les produits financiers)',NULL,NULL,1),(434,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','787','431','Reprises sur provisions (à inscrire dans les produits exceptionnels)',NULL,NULL,1),(435,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','79','1507','Transferts de charges',NULL,NULL,1),(436,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','791','435','Transferts de charges d\'exploitation ',NULL,NULL,1),(437,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','796','435','Transferts de charges financières',NULL,NULL,1),(438,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','797','435','Transferts de charges exceptionnelles',NULL,NULL,1),(439,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','10','1351','Capital',NULL,NULL,1),(440,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','100','439','Capital souscrit ou capital personnel',NULL,NULL,1),(441,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1000','440','Capital non amorti',NULL,NULL,1),(442,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1001','440','Capital amorti',NULL,NULL,1),(443,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','101','439','Capital non appelé',NULL,NULL,1),(444,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','109','439','Compte de l\'exploitant',NULL,NULL,1),(445,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1090','444','Opérations courantes',NULL,NULL,1),(446,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1091','444','Impôts personnels',NULL,NULL,1),(447,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1092','444','Rémunérations et autres avantages',NULL,NULL,1),(448,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','11','1351','Primes d\'émission',NULL,NULL,1),(449,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','12','1351','Plus-values de réévaluation',NULL,NULL,1),(450,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','120','449','Plus-values de réévaluation sur immobilisations incorporelles',NULL,NULL,1),(451,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1200','450','Plus-values de réévaluation',NULL,NULL,1),(452,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1201','450','Reprises de réductions de valeur',NULL,NULL,1),(453,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','121','449','Plus-values de réévaluation sur immobilisations corporelles',NULL,NULL,1),(454,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1210','453','Plus-values de réévaluation',NULL,NULL,1),(455,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1211','453','Reprises de réductions de valeur',NULL,NULL,1),(456,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','122','449','Plus-values de réévaluation sur immobilisations financières',NULL,NULL,1),(457,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1220','456','Plus-values de réévaluation',NULL,NULL,1),(458,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1221','456','Reprises de réductions de valeur',NULL,NULL,1),(459,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','123','449','Plus-values de réévaluation sur stocks',NULL,NULL,1),(460,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','124','449','Reprises de réductions de valeur sur placements de trésorerie',NULL,NULL,1),(461,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','13','1351','Réserve',NULL,NULL,1),(462,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','130','461','Réserve légale',NULL,NULL,1),(463,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','131','461','Réserves indisponibles',NULL,NULL,1),(464,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1310','463','Réserve pour actions propres',NULL,NULL,1),(465,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1311','463','Autres réserves indisponibles',NULL,NULL,1),(466,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','132','461','Réserves immunisées',NULL,NULL,1),(467,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','133','461','Réserves disponibles',NULL,NULL,1),(468,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1330','467','Réserve pour régularisation de dividendes',NULL,NULL,1),(469,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1331','467','Réserve pour renouvellement des immobilisations',NULL,NULL,1),(470,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1332','467','Réserve pour installations en faveur du personnel 1333 Réserves libres',NULL,NULL,1),(471,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','14','1351','Bénéfice reporté (ou perte reportée)',NULL,NULL,1),(472,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','15','1351','Subsides en capital',NULL,NULL,1),(473,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','150','472','Montants obtenus',NULL,NULL,1),(474,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','151','472','Montants transférés aux résultats',NULL,NULL,1),(475,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','16','1351','Provisions pour risques et charges',NULL,NULL,1),(476,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','160','475','Provisions pour pensions et obligations similaires',NULL,NULL,1),(477,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','161','475','Provisions pour charges fiscales',NULL,NULL,1),(478,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','162','475','Provisions pour grosses réparations et gros entretiens',NULL,NULL,1),(479,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','163','475','à 169 Provisions pour autres risques et charges',NULL,NULL,1),(480,1,NULL,'0000-00-00 00:00:00','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',NULL,NULL,1),(481,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','165','475','Provisions pour engagements relatifs à l\'acquisition ou à la cession d\'immobilisations',NULL,NULL,1),(482,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','166','475','Provisions pour exécution de commandes passées ou reçues',NULL,NULL,1),(483,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','167','475','Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises',NULL,NULL,1),(484,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','168','475','Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l\'entreprise',NULL,NULL,1),(485,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','169','475','Provisions pour autres risques et charges',NULL,NULL,1),(486,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1690','485','Pour litiges en cours',NULL,NULL,1),(487,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1691','485','Pour amendes, doubles droits et pénalités',NULL,NULL,1),(488,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1692','485','Pour propre assureur',NULL,NULL,1),(489,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1693','485','Pour risques inhérents aux opérations de crédits à moyen ou long terme',NULL,NULL,1),(490,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1695','485','Provision pour charge de liquidation',NULL,NULL,1),(491,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1696','485','Provision pour départ de personnel',NULL,NULL,1),(492,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1699','485','Pour risques divers',NULL,NULL,1),(493,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17','1351','Dettes à plus d\'un an',NULL,NULL,1),(494,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','170','493','Emprunts subordonnés',NULL,NULL,1),(495,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1700','494','Convertibles',NULL,NULL,1),(496,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1701','494','Non convertibles',NULL,NULL,1),(497,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','171','493','Emprunts obligataires non subordonnés',NULL,NULL,1),(498,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1710','498','Convertibles',NULL,NULL,1),(499,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1711','498','Non convertibles',NULL,NULL,1),(500,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','172','493','Dettes de location-financement et assimilés',NULL,NULL,1),(501,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1720','500','Dettes de location-financement de biens immobiliers',NULL,NULL,1),(502,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1721','500','Dettes de location-financement de biens mobiliers',NULL,NULL,1),(503,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1722','500','Dettes sur droits réels sur immeubles',NULL,NULL,1),(504,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','173','493','Etablissements de crédit',NULL,NULL,1),(505,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1730','504','Dettes en compte',NULL,NULL,1),(506,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17300','505','Banque A',NULL,NULL,1),(507,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17301','505','Banque B',NULL,NULL,1),(508,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17302','505','Banque C',NULL,NULL,1),(509,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17303','505','Banque D',NULL,NULL,1),(510,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1731','504','Promesses',NULL,NULL,1),(511,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17310','510','Banque A',NULL,NULL,1),(512,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17311','510','Banque B',NULL,NULL,1),(513,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17312','510','Banque C',NULL,NULL,1),(514,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17313','510','Banque D',NULL,NULL,1),(515,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1732','504','Crédits d\'acceptation',NULL,NULL,1),(516,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17320','515','Banque A',NULL,NULL,1),(517,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17321','515','Banque B',NULL,NULL,1),(518,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17322','515','Banque C',NULL,NULL,1),(519,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17323','515','Banque D',NULL,NULL,1),(520,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','174','493','Autres emprunts',NULL,NULL,1),(521,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175','493','Dettes commerciales',NULL,NULL,1),(522,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1750','521','Fournisseurs : dettes en compte',NULL,NULL,1),(523,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17500','522','Entreprises apparentées',NULL,NULL,1),(524,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175000','523','Entreprises liées',NULL,NULL,1),(525,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175001','523','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(526,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17501','522','Fournisseurs ordinaires',NULL,NULL,1),(527,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175010','526','Fournisseurs belges',NULL,NULL,1),(528,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175011','526','Fournisseurs C.E.E.',NULL,NULL,1),(529,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175012','526','Fournisseurs importation',NULL,NULL,1),(530,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1751','521','Effets à payer',NULL,NULL,1),(531,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17510','530','Entreprises apparentées',NULL,NULL,1),(532,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175100','531','Entreprises liées',NULL,NULL,1),(533,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175101','531','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(534,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17511','530','Fournisseurs ordinaires',NULL,NULL,1),(535,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175110','534','Fournisseurs belges',NULL,NULL,1),(536,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175111','534','Fournisseurs C.E.E.',NULL,NULL,1),(537,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175112','534','Fournisseurs importation',NULL,NULL,1),(538,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','176','493','Acomptes reçus sur commandes',NULL,NULL,1),(539,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','178','493','Cautionnements reçus en numéraires',NULL,NULL,1),(540,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','179','493','Dettes diverses',NULL,NULL,1),(541,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1790','540','Entreprises liées',NULL,NULL,1),(542,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1791','540','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(543,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1792','540','Administrateurs, gérants et associés',NULL,NULL,1),(544,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1794','540','Rentes viagères capitalisées',NULL,NULL,1),(545,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1798','540','Dettes envers les coparticipants des associations momentanées et en participation',NULL,NULL,1),(546,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1799','540','Autres dettes diverses',NULL,NULL,1),(547,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','18','1351','Comptes de liaison des établissements et succursales',NULL,NULL,1),(548,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','20','1352','Frais d\'établissement',NULL,NULL,1),(549,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','200','548','Frais de constitution et d\'augmentation de capital',NULL,NULL,1),(550,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2000','549','Frais de constitution et d\'augmentation de capital',NULL,NULL,1),(551,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2009','549','Amortissements sur frais de constitution et d\'augmentation de capital',NULL,NULL,1),(552,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','201','548','Frais d\'émission d\'emprunts et primes de remboursement',NULL,NULL,1),(553,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2010','552','Agios sur emprunts et frais d\'émission d\'emprunts',NULL,NULL,1),(554,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2019','552','Amortissements sur agios sur emprunts et frais d\'émission d\'emprunts',NULL,NULL,1),(555,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','202','548','Autres frais d\'établissement',NULL,NULL,1),(556,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2020','555','Autres frais d\'établissement',NULL,NULL,1),(557,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2029','555','Amortissements sur autres frais d\'établissement',NULL,NULL,1),(558,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','203','548','Intérêts intercalaires',NULL,NULL,1),(559,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2030','558','Intérêts intercalaires',NULL,NULL,1),(560,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2039','558','Amortissements sur intérêts intercalaires',NULL,NULL,1),(561,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','204','548','Frais de restructuration',NULL,NULL,1),(562,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2040','561','Coût des frais de restructuration',NULL,NULL,1),(563,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2049','561','Amortissements sur frais de restructuration',NULL,NULL,1),(564,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','21','1352','Immobilisations incorporelles',NULL,NULL,1),(565,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','210','564','Frais de recherche et de développement',NULL,NULL,1),(566,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2100','565','Frais de recherche et de mise au point',NULL,NULL,1),(567,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2108','565','Plus-values actées sur frais de recherche et de mise au point',NULL,NULL,1),(568,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2109','565','Amortissements sur frais de recherche et de mise au point',NULL,NULL,1),(569,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','211','564','Concessions, brevets, licences, savoir-faire, marque et droits similaires',NULL,NULL,1),(570,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2110','569','Concessions, brevets, licences, marques, etc',NULL,NULL,1),(571,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2118','569','Plus-values actées sur concessions, etc',NULL,NULL,1),(572,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2119','569','Amortissements sur concessions, etc',NULL,NULL,1),(573,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','212','564','Goodwill',NULL,NULL,1),(574,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2120','573','Coût d\'acquisition',NULL,NULL,1),(575,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2128','573','Plus-values actées',NULL,NULL,1),(576,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2129','573','Amortissements sur goodwill',NULL,NULL,1),(577,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','213','564','Acomptes versés',NULL,NULL,1),(578,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22','1352','Terrains et constructions',NULL,NULL,1),(579,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','220','578','Terrains',NULL,NULL,1),(580,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2200','579','Terrains',NULL,NULL,1),(581,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2201','579','Frais d\'acquisition sur terrains',NULL,NULL,1),(582,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2208','579','Plus-values actées sur terrains',NULL,NULL,1),(583,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2209','579','Amortissements et réductions de valeur',NULL,NULL,1),(584,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22090','583','Amortissements sur frais d\'acquisition',NULL,NULL,1),(585,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22091','583','Réductions de valeur sur terrains',NULL,NULL,1),(586,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','221','578','Constructions',NULL,NULL,1),(587,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2210','586','Bâtiments industriels',NULL,NULL,1),(588,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2211','586','Bâtiments administratifs et commerciaux',NULL,NULL,1),(589,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2212','586','Autres bâtiments d\'exploitation',NULL,NULL,1),(590,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2213','586','Voies de transport et ouvrages d\'art',NULL,NULL,1),(591,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2215','586','Constructions sur sol d\'autrui',NULL,NULL,1),(592,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2216','586','Frais d\'acquisition sur constructions',NULL,NULL,1),(593,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2218','586','Plus-values actées',NULL,NULL,1),(594,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22180','593','Sur bâtiments industriels',NULL,NULL,1),(595,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22181','593','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(596,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22182','593','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(597,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22184','593','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(598,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2219','586','Amortissements sur constructions',NULL,NULL,1),(599,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22190','598','Sur bâtiments industriels',NULL,NULL,1),(600,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22191','598','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(601,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22192','598','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(602,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22194','598','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(603,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22195','598','Sur constructions sur sol d\'autrui',NULL,NULL,1),(604,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22196','598','Sur frais d\'acquisition sur constructions',NULL,NULL,1),(605,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','222','578','Terrains bâtis',NULL,NULL,1),(606,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2220','605','Valeur d\'acquisition',NULL,NULL,1),(607,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22200','606','Bâtiments industriels',NULL,NULL,1),(608,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22201','606','Bâtiments administratifs et commerciaux',NULL,NULL,1),(609,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22202','606','Autres bâtiments d\'exploitation',NULL,NULL,1),(610,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22203','606','Voies de transport et ouvrages d\'art',NULL,NULL,1),(611,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22204','606','Frais d\'acquisition des terrains à bâtir',NULL,NULL,1),(612,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2228','605','Plus-values actées',NULL,NULL,1),(613,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22280','612','Sur bâtiments industriels',NULL,NULL,1),(614,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22281','612','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(615,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22282','612','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(616,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22283','612','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(617,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2229','605','Amortissements sur terrains bâtis',NULL,NULL,1),(618,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22290','617','Sur bâtiments industriels',NULL,NULL,1),(619,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22291','617','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(620,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22292','617','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(621,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22293','617','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(622,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22294','617','Sur frais d\'acquisition des terrains bâtis',NULL,NULL,1),(623,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','223','578','Autres droits réels sur des immeubles',NULL,NULL,1),(624,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2230','623','Valeur d\'acquisition',NULL,NULL,1),(625,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2238','623','Plus-values actées',NULL,NULL,1),(626,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2239','623','Amortissements',NULL,NULL,1),(627,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','23','1352','Installations, machines et outillages',NULL,NULL,1),(628,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','230','627','Installations',NULL,NULL,1),(629,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2300','628','Installations bâtiments industriels',NULL,NULL,1),(630,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2301','628','Installations bâtiments administratifs et commerciaux',NULL,NULL,1),(631,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2302','628','Installations bâtiments d\'exploitation',NULL,NULL,1),(632,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2303','628','Installations voies de transport et ouvrages d\'art',NULL,NULL,1),(633,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2300','628','Installation d\'eau',NULL,NULL,1),(634,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2301','628','Installation d\'électricité',NULL,NULL,1),(635,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2302','628','Installation de vapeur',NULL,NULL,1),(636,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2303','628','Installation de gaz',NULL,NULL,1),(637,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2304','628','Installation de chauffage',NULL,NULL,1),(638,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2305','628','Installation de conditionnement d\'air',NULL,NULL,1),(639,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2306','628','Installation de chargement',NULL,NULL,1),(640,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','231','627','Machines',NULL,NULL,1),(641,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2310','640','Division A',NULL,NULL,1),(642,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2311','640','Division B',NULL,NULL,1),(643,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2312','640','Division C',NULL,NULL,1),(644,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','237','627','Outillage',NULL,NULL,1),(645,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2370','644','Division A',NULL,NULL,1),(646,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2371','644','Division B',NULL,NULL,1),(647,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2372','644','Division C',NULL,NULL,1),(648,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','238','627','Plus-values actées',NULL,NULL,1),(649,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2380','648','Sur installations',NULL,NULL,1),(650,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2381','648','Sur machines',NULL,NULL,1),(651,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2382','648','Sur outillage',NULL,NULL,1),(652,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','239','627','Amortissements',NULL,NULL,1),(653,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2390','652','Sur installations',NULL,NULL,1),(654,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2391','652','Sur machines',NULL,NULL,1),(655,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2392','652','Sur outillage',NULL,NULL,1),(656,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24','1352','Mobilier et matériel roulant',NULL,NULL,1),(657,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','240','656','Mobilier',NULL,NULL,1),(658,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2400','656','Mobilier',NULL,NULL,1),(659,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24000','658','Mobilier des bâtiments industriels',NULL,NULL,1),(660,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24001','658','Mobilier des bâtiments administratifs et commerciaux',NULL,NULL,1),(661,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24002','658','Mobilier des autres bâtiments d\'exploitation',NULL,NULL,1),(662,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24003','658','Mobilier oeuvres sociales',NULL,NULL,1),(663,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2401','657','Matériel de bureau et de service social',NULL,NULL,1),(664,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24010','663','Des bâtiments industriels',NULL,NULL,1),(665,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24011','663','Des bâtiments administratifs et commerciaux',NULL,NULL,1),(666,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24012','663','Des autres bâtiments d\'exploitation',NULL,NULL,1),(667,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24013','663','Des oeuvres sociales',NULL,NULL,1),(668,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2408','657','Plus-values actées',NULL,NULL,1),(669,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24080','668','Plus-values actées sur mobilier',NULL,NULL,1),(670,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24081','668','Plus-values actées sur matériel de bureau et service social',NULL,NULL,1),(671,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2409','657','Amortissements',NULL,NULL,1),(672,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24090','671','Amortissements sur mobilier',NULL,NULL,1),(673,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24091','671','Amortissements sur matériel de bureau et service social',NULL,NULL,1),(674,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','241','656','Matériel roulant',NULL,NULL,1),(675,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2410','674','Matériel automobile',NULL,NULL,1),(676,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24100','675','Voitures',NULL,NULL,1),(677,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24105','675','Camions',NULL,NULL,1),(678,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2411','674','Matériel ferroviaire',NULL,NULL,1),(679,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2412','674','Matériel fluvial',NULL,NULL,1),(680,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2413','674','Matériel naval',NULL,NULL,1),(681,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2414','674','Matériel aérien',NULL,NULL,1),(682,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2418','674','Plus-values sur matériel roulant',NULL,NULL,1),(683,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24180','682','Plus-values sur matériel automobile',NULL,NULL,1),(684,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24181','682','Idem sur matériel ferroviaire',NULL,NULL,1),(685,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24182','682','Idem sur matériel fluvial',NULL,NULL,1),(686,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24183','682','Idem sur matériel naval',NULL,NULL,1),(687,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24184','682','Idem sur matériel aérien',NULL,NULL,1),(688,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2419','674','Amortissements sur matériel roulant',NULL,NULL,1),(689,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24190','688','Amortissements sur matériel automobile',NULL,NULL,1),(690,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24191','688','Idem sur matériel ferroviaire',NULL,NULL,1),(691,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24192','688','Idem sur matériel fluvial',NULL,NULL,1),(692,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24193','688','Idem sur matériel naval',NULL,NULL,1),(693,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24194','688','Idem sur matériel aérien',NULL,NULL,1),(694,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','25','1352','Immobilisation détenues en location-financement et droits similaires',NULL,NULL,1),(695,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','250','694','Terrains et constructions',NULL,NULL,1),(696,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2500','695','Terrains',NULL,NULL,1),(697,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2501','695','Constructions',NULL,NULL,1),(698,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2508','695','Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions',NULL,NULL,1),(699,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2509','695','Amortissements et réductions de valeur sur terrains et constructions en leasing',NULL,NULL,1),(700,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','251','694','Installations,  machines et outillage',NULL,NULL,1),(701,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2510','700','Installations',NULL,NULL,1),(702,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2511','700','Machines',NULL,NULL,1),(703,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2512','700','Outillage',NULL,NULL,1),(704,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2518','700','Plus-values actées sur installations machines et outillage pris en leasing',NULL,NULL,1),(705,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2519','700','Amortissements sur installations machines et outillage pris en leasing',NULL,NULL,1),(706,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','252','694','Mobilier et matériel roulant',NULL,NULL,1),(707,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2520','706','Mobilier',NULL,NULL,1),(708,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2521','706','Matériel roulant',NULL,NULL,1),(709,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2528','706','Plus-values actées sur mobilier et matériel roulant en leasing',NULL,NULL,1),(710,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2529','706','Amortissements sur mobilier et matériel roulant en leasing',NULL,NULL,1),(711,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','26','1352','Autres immobilisations corporelles',NULL,NULL,1),(712,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','260','711','Frais d\'aménagements de locaux pris en location',NULL,NULL,1),(713,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','261','711','Maison d\'habitation',NULL,NULL,1),(714,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','262','711','Réserve immobilière',NULL,NULL,1),(715,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','263','711','Matériel d\'emballage',NULL,NULL,1),(716,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','264','711','Emballages récupérables',NULL,NULL,1),(717,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','268','711','Plus-values actées sur autres immobilisations corporelles',NULL,NULL,1),(718,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','269','711','Amortissements sur autres immobilisations corporelles',NULL,NULL,1),(719,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2690','718','Amortissements sur frais d\'aménagement des locaux pris en location',NULL,NULL,1),(720,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2691','718','Amortissements sur maison d\'habitation',NULL,NULL,1),(721,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2692','718','Amortissements sur réserve immobilière',NULL,NULL,1),(722,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2693','718','Amortissements sur matériel d\'emballage',NULL,NULL,1),(723,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2694','718','Amortissements sur emballages récupérables',NULL,NULL,1),(724,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','27','1352','Immobilisations corporelles en cours et acomptes versés',NULL,NULL,1),(725,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','270','724','Immobilisations en cours',NULL,NULL,1),(726,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2700','725','Constructions',NULL,NULL,1),(727,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2701','725','Installations machines et outillage',NULL,NULL,1),(728,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2702','725','Mobilier et matériel roulant',NULL,NULL,1),(729,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2703','725','Autres immobilisations corporelles',NULL,NULL,1),(730,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','271','724','Avances et acomptes versés sur immobilisations en cours',NULL,NULL,1),(731,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','28','1352','Immobilisations financières',NULL,NULL,1),(732,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','280','731','Participations dans des entreprises liées',NULL,NULL,1),(733,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2800','732','Valeur d\'acquisition (peut être subdivisé par participation)',NULL,NULL,1),(734,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2801','732','Montants non appelés (idem)',NULL,NULL,1),(735,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2808','732','Plus-values actées (idem)',NULL,NULL,1),(736,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2809','732','Réductions de valeurs actées (idem)',NULL,NULL,1),(737,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','281','731','Créances sur des entreprises liées',NULL,NULL,1),(738,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2810','737','Créances en compte',NULL,NULL,1),(739,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2811','737','Effets à recevoir',NULL,NULL,1),(740,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2812','737','Titres à revenu fixes',NULL,NULL,1),(741,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2817','737','Créances douteuses',NULL,NULL,1),(742,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2819','737','Réductions de valeurs actées',NULL,NULL,1),(743,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','282','731','Participations dans des entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(744,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2820','743','Valeur d\'acquisition (peut être subdivisé par participation)',NULL,NULL,1),(745,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2821','743','Montants non appelés (idem)',NULL,NULL,1),(746,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2828','743','Plus-values actées (idem)',NULL,NULL,1),(747,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2829','743','Réductions de valeurs actées (idem)',NULL,NULL,1),(748,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','283','731','Créances sur des entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(749,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2830','748','Créances en compte',NULL,NULL,1),(750,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2831','748','Effets à recevoir',NULL,NULL,1),(751,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2832','748','Titres à revenu fixe',NULL,NULL,1),(752,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2837','748','Créances douteuses',NULL,NULL,1),(753,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2839','748','Réductions de valeurs actées',NULL,NULL,1),(754,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','284','731','Autres actions et parts',NULL,NULL,1),(755,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2840','754','Valeur d\'acquisition',NULL,NULL,1),(756,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2841','754','Montants non appelés',NULL,NULL,1),(757,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2848','754','Plus-values actées',NULL,NULL,1),(758,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2849','754','Réductions de valeur actées',NULL,NULL,1),(759,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','285','731','Autres créances',NULL,NULL,1),(760,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2850','759','Créances en compte',NULL,NULL,1),(761,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2851','759','Effets à recevoir',NULL,NULL,1),(762,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2852','759','Titres à revenu fixe',NULL,NULL,1),(763,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2857','759','Créances douteuses',NULL,NULL,1),(764,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2859','759','Réductions de valeur actées',NULL,NULL,1),(765,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','288','731','Cautionnements versés en numéraires',NULL,NULL,1),(766,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2880','765','Téléphone, téléfax, télex',NULL,NULL,1),(767,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2881','765','Gaz',NULL,NULL,1),(768,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2882','765','Eau',NULL,NULL,1),(769,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2883','765','Electricité',NULL,NULL,1),(770,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2887','765','Autres cautionnements versés en numéraires',NULL,NULL,1),(771,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29','1352','Créances à plus d\'un an',NULL,NULL,1),(772,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','290','771','Créances commerciales',NULL,NULL,1),(773,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2900','772','Clients',NULL,NULL,1),(774,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29000','773','Créances en compte sur entreprises liées',NULL,NULL,1),(775,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29001','773','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(776,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29002','773','Sur clients Belgique',NULL,NULL,1),(777,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29003','773','Sur clients C.E.E.',NULL,NULL,1),(778,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29004','773','Sur clients exportation hors C.E.E.',NULL,NULL,1),(779,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29005','773','Créances sur les coparticipants (associations momentanées)',NULL,NULL,1),(780,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2901','772','Effets à recevoir',NULL,NULL,1),(781,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29010','780','Sur entreprises liées',NULL,NULL,1),(782,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29011','780','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(783,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29012','780','Sur clients Belgique',NULL,NULL,1),(784,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29013','780','Sur clients C.E.E.',NULL,NULL,1),(785,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29014','780','Sur clients exportation hors C.E.E.',NULL,NULL,1),(786,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2905','772','Retenues sur garanties',NULL,NULL,1),(787,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2906','772','Acomptes versés',NULL,NULL,1),(788,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2907','772','Créances douteuses (à ventiler comme clients 2900)',NULL,NULL,1),(789,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2909','772','Réductions de valeur actées (à ventiler comme clients 2900)',NULL,NULL,1),(790,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','291','771','Autres créances',NULL,NULL,1),(791,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2910','790','Créances en compte',NULL,NULL,1),(792,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29100','791','Sur entreprises liées',NULL,NULL,1),(793,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29101','791','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(794,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29102','791','Sur autres débiteurs',NULL,NULL,1),(795,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2911','790','Effets à recevoir',NULL,NULL,1),(796,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29110','795','Sur entreprises liées',NULL,NULL,1),(797,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29111','795','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(798,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29112','795','Sur autres débiteurs',NULL,NULL,1),(799,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2912','790','Créances résultant de la cession d\'immobilisations données en leasing',NULL,NULL,1),(800,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2917','790','Créances douteuses',NULL,NULL,1),(801,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2919','790','Réductions de valeur actées',NULL,NULL,1),(802,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','30','1353','Approvisionnements - matières premières',NULL,NULL,1),(803,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','300','802','Valeur d\'acquisition',NULL,NULL,1),(804,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','309','802','Réductions de valeur actées',NULL,NULL,1),(805,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31','1353','Approvsionnements et fournitures',NULL,NULL,1),(806,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','310','805','Valeur d\'acquisition',NULL,NULL,1),(807,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3100','806','Matières d\'approvisionnement',NULL,NULL,1),(808,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3101','806','Energie, charbon, coke, mazout, essence, propane',NULL,NULL,1),(809,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3102','806','Produits d\'entretien',NULL,NULL,1),(810,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3103','806','Fournitures diverses et petit outillage',NULL,NULL,1),(811,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3104','806','Imprimés et fournitures de bureau',NULL,NULL,1),(812,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3105','806','Fournitures de services sociaux',NULL,NULL,1),(813,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3106','806','Emballages commerciaux',NULL,NULL,1),(814,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31060','813','Emballages perdus',NULL,NULL,1),(815,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31061','813','Emballages récupérables',NULL,NULL,1),(816,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','319','805','Réductions de valeur actées',NULL,NULL,1),(817,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','32','1353','En cours de fabrication',NULL,NULL,1),(818,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','320','817','Valeur d\'acquisition',NULL,NULL,1),(819,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3200','818','Produits semi-ouvrés',NULL,NULL,1),(820,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3201','818','Produits en cours de fabrication',NULL,NULL,1),(821,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3202','818','Travaux en cours',NULL,NULL,1),(822,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3205','818','Déchets',NULL,NULL,1),(823,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3206','818','Rebuts',NULL,NULL,1),(824,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3209','818','Travaux en association momentanée',NULL,NULL,1),(825,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','329','817','Réductions de valeur actées',NULL,NULL,1),(826,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','33','1353','Produits finis',NULL,NULL,1),(827,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','330','826','Valeur d\'acquisition',NULL,NULL,1),(828,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3300','827','Produits finis',NULL,NULL,1),(829,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','339','826','Réductions de valeur actées',NULL,NULL,1),(830,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','34','1353','Marchandises',NULL,NULL,1),(831,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','340','830','Valeur d\'acquisition',NULL,NULL,1),(832,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3400','831','Groupe A',NULL,NULL,1),(833,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3401','831','Groupe B',NULL,NULL,1),(834,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3402','831','Groupe C',NULL,NULL,1),(835,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','349','830','Réductions de valeur actées',NULL,NULL,1),(836,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','35','1353','Immeubles destinés à la vente',NULL,NULL,1),(837,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','350','836','Valeur d\'acquisition',NULL,NULL,1),(838,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3500','837','Immeuble A',NULL,NULL,1),(839,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3501','837','Immeuble B',NULL,NULL,1),(840,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3502','837','Immeuble C',NULL,NULL,1),(841,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','351','836','Immeubles construits en vue de leur revente',NULL,NULL,1),(842,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3510','841','Immeuble A',NULL,NULL,1),(843,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3511','841','Immeuble B',NULL,NULL,1),(844,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3512','841','Immeuble C',NULL,NULL,1),(845,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','359','836','Réductions de valeurs actées',NULL,NULL,1),(846,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','36','1353','Acomptes versés sur achats pour stocks',NULL,NULL,1),(847,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','360','846','Acomptes versés (à ventiler éventuellement par catégorie)',NULL,NULL,1),(848,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','369','846','Réductions de valeur actées',NULL,NULL,1),(849,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','37','1353','Commandes en cours d\'exécution',NULL,NULL,1),(850,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','370','849','Valeur d\'acquisition',NULL,NULL,1),(851,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','371','849','Bénéfice pris en compte',NULL,NULL,1),(852,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','379','849','Réductions de valeur actées',NULL,NULL,1),(853,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','40','1354','Créances commerciales',NULL,NULL,1),(854,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','400','853','Clients',NULL,NULL,1),(855,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4007','854','Rabais, remises et  ristournes à accorder et autres notes de crédit à établir',NULL,NULL,1),(856,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4008','854','Créances résultant de livraisons de biens (associations momentanées)',NULL,NULL,1),(857,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','401','853','Effets à recevoir',NULL,NULL,1),(858,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4010','857','Effets à recevoir',NULL,NULL,1),(859,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4013','857','Effets à l\'encaissement',NULL,NULL,1),(860,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4015','857','Effets à l\'escompte',NULL,NULL,1),(861,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','402','853','Clients, créances courantes, entreprises apparentées, administrateurs et gérants',NULL,NULL,1),(862,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4020','861','Entreprises liées',NULL,NULL,1),(863,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4021','861','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(864,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4022','861','Administrateurs et gérants d\'entreprise',NULL,NULL,1),(865,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','403','853','Effets à recevoir sur entreprises apparentées et administrateurs et gérants',NULL,NULL,1),(866,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4030','865','Entreprises liées',NULL,NULL,1),(867,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4031','865','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(868,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4032','865','Administrateurs et gérants de l\'entreprise',NULL,NULL,1),(869,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','404','853','Produits à recevoir (factures à établir)',NULL,NULL,1),(870,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','405','853','Clients : retenues sur garanties',NULL,NULL,1),(871,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','406','853','Acomptes versés',NULL,NULL,1),(872,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','407','853','Créances douteuses',NULL,NULL,1),(873,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','408','853','Compensation clients',NULL,NULL,1),(874,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','409','853','Réductions de valeur actées',NULL,NULL,1),(875,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41','1354','Autres créances',NULL,NULL,1),(876,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','410','875','Capital appelé, non versé',NULL,NULL,1),(877,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4100','876','Appels de fonds',NULL,NULL,1),(878,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4101','876','Actionnaires défaillants',NULL,NULL,1),(879,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','411','875','T.V.A. à récupérer',NULL,NULL,1),(880,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4110','879','T.V.A. due',NULL,NULL,1),(881,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4111','879','T.V.A. déductible',NULL,NULL,1),(882,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4112','879','Compte courant administration T.V.A.',NULL,NULL,1),(883,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4118','879','Taxe d\'égalisation due',NULL,NULL,1),(884,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','412','875','Impôts et versements fiscaux à récupérer',NULL,NULL,1),(885,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4120','884','Impôts belges sur le résultat',NULL,NULL,1),(886,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4125','884','Autres impôts belges',NULL,NULL,1),(887,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4128','884','Impôts étrangers',NULL,NULL,1),(888,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','414','875','Produits à recevoir',NULL,NULL,1),(889,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','416','875','Créances diverses',NULL,NULL,1),(890,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4160','889','Associés (compte d\'apport en société)',NULL,NULL,1),(891,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4161','889','Avances et prêts au personnel',NULL,NULL,1),(892,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4162','889','Compte courant des associés en S.P.R.L.',NULL,NULL,1),(893,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4163','889','Compte courant des administrateurs et gérants',NULL,NULL,1),(894,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4164','889','Créances sur sociétés apparentées',NULL,NULL,1),(895,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4166','889','Emballages et matériel à rendre',NULL,NULL,1),(896,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4167','889','Etat et établissements publics',NULL,NULL,1),(897,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41670','896','Subsides à recevoir',NULL,NULL,1),(898,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41671','896','Autres créances',NULL,NULL,1),(899,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4168','889','Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus',NULL,NULL,1),(900,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','417','875','Créances douteuses',NULL,NULL,1),(901,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','418','875','Cautionnements versés en numéraires',NULL,NULL,1),(902,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','419','875','Réductions de valeur actées',NULL,NULL,1),(903,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','42','1354','Dettes à plus d\'un an échéant dans l\'année',NULL,NULL,1),(904,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','420','903','Emprunts subordonnés',NULL,NULL,1),(905,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4200','904','Convertibles',NULL,NULL,1),(906,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4201','904','Non convertibles',NULL,NULL,1),(907,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','421','903','Emprunts obligataires non subordonnés',NULL,NULL,1),(908,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4210','907','Convertibles',NULL,NULL,1),(909,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4211','907','Non convertibles',NULL,NULL,1),(910,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','422','903','Dettes de location-financement et assimilées',NULL,NULL,1),(911,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4220','910','Financement de biens immobiliers',NULL,NULL,1),(912,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4221','910','Financement de biens mobiliers',NULL,NULL,1),(913,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','423','903','Etablissements de crédit',NULL,NULL,1),(914,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4230','913','Dettes en compte',NULL,NULL,1),(915,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4231','913','Promesses',NULL,NULL,1),(916,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4232','913','Crédits d\'acceptation',NULL,NULL,1),(917,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','424','903','Autres emprunts',NULL,NULL,1),(918,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','425','903','Dettes commerciales',NULL,NULL,1),(919,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4250','918','Fournisseurs',NULL,NULL,1),(920,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4251','918','Effets à payer',NULL,NULL,1),(921,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','426','903','Cautionnements reçus en numéraires',NULL,NULL,1),(922,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','429','903','Dettes diverses',NULL,NULL,1),(923,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4290','922','Entreprises liées',NULL,NULL,1),(924,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4291','922','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(925,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4292','922','Administrateurs, gérants, associés',NULL,NULL,1),(926,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4299','922','Autres dettes',NULL,NULL,1),(927,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','43','1354','Dettes financières',NULL,NULL,1),(928,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','430','927','Etablissements de crédit. Emprunts en compte à terme fixe',NULL,NULL,1),(929,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','431','927','Etablissements de crédit. Promesses',NULL,NULL,1),(930,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','432','927','Etablissements de crédit. Crédits d\'acceptation',NULL,NULL,1),(931,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','433','927','Etablissements de crédit. Dettes en compte courant',NULL,NULL,1),(932,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','439','927','Autres emprunts',NULL,NULL,1),(933,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44','1354','Dettes commerciales',NULL,NULL,1),(934,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','440','933','Fournisseurs',NULL,NULL,1),(935,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4400','934','Entreprises apparentées',NULL,NULL,1),(936,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44000','935','Entreprises liées',NULL,NULL,1),(937,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44001','935','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(938,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4401','934','Fournisseurs ordinaires',NULL,NULL,1),(939,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44010','938','Fournisseurs belges',NULL,NULL,1),(940,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44011','938','Fournisseurs CEE',NULL,NULL,1),(941,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44012','938','Fournisseurs importation',NULL,NULL,1),(942,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4402','934','Dettes envers les coparticipants (associations momentanées)',NULL,NULL,1),(943,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4403','934','Fournisseurs - retenues de garanties',NULL,NULL,1),(944,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','441','933','Effets à payer',NULL,NULL,1),(945,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4410','944','Entreprises apparentées',NULL,NULL,1),(946,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44100','945','Entreprises liées',NULL,NULL,1),(947,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44101','945','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(948,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4411','944','Fournisseurs ordinaires',NULL,NULL,1),(949,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44110','948','Fournisseurs belges',NULL,NULL,1),(950,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44111','948','Fournisseurs CEE',NULL,NULL,1),(951,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44112','948','Fournisseurs importation',NULL,NULL,1),(952,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','444','933','Factures à recevoir',NULL,NULL,1),(953,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','446','933','Acomptes reçus',NULL,NULL,1),(954,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','448','933','Compensations fournisseurs',NULL,NULL,1),(955,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45','1354','Dettes fiscales, salariales et sociales',NULL,NULL,1),(956,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','450','955','Dettes fiscales estimées',NULL,NULL,1),(957,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4501','956','Impôts sur le résultat',NULL,NULL,1),(958,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4505','956','Autres impôts en Belgique',NULL,NULL,1),(959,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4508','956','Impôts à l\'étranger',NULL,NULL,1),(960,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','451','955','T.V.A. à payer',NULL,NULL,1),(961,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4510','960','T.V.A. due',NULL,NULL,1),(962,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4511','960','T.V.A. déductible',NULL,NULL,1),(963,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4512','960','Compte courant administration T.V.A.',NULL,NULL,1),(964,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4518','960','Taxe d\'égalisation due',NULL,NULL,1),(965,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','452','955','Impôts et taxes à payer',NULL,NULL,1),(966,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4520','965','Autres impôts sur le résultat',NULL,NULL,1),(967,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4525','965','Autres impôts et taxes en Belgique',NULL,NULL,1),(968,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45250','967','Précompte immobilier',NULL,NULL,1),(969,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45251','967','Impôts communaux à payer',NULL,NULL,1),(970,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45252','967','Impôts provinciaux à payer',NULL,NULL,1),(971,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45253','967','Autres impôts et taxes à payer',NULL,NULL,1),(972,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4528','965','Impôts et taxes à l\'étranger',NULL,NULL,1),(973,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','453','955','Précomptes retenus',NULL,NULL,1),(974,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4530','973','Précompte professionnel retenu sur rémunérations',NULL,NULL,1),(975,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4531','973','Précompte professionnel retenu sur tantièmes',NULL,NULL,1),(976,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4532','973','Précompte mobilier retenu sur dividendes attribués',NULL,NULL,1),(977,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4533','973','Précompte mobilier retenu sur intérêts payés',NULL,NULL,1),(978,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4538','973','Autres précomptes retenus',NULL,NULL,1),(979,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','454','955','Office National de la Sécurité Sociale',NULL,NULL,1),(980,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4540','979','Arriérés',NULL,NULL,1),(981,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4541','979','1er trimestre',NULL,NULL,1),(982,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4542','979','2ème trimestre',NULL,NULL,1),(983,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4543','979','3ème trimestre',NULL,NULL,1),(984,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4544','979','4ème trimestre',NULL,NULL,1),(985,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','455','955','Rémunérations',NULL,NULL,1),(986,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4550','985','Administrateurs,  gérants et commissaires (non réviseurs)',NULL,NULL,1),(987,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4551','985','Direction',NULL,NULL,1),(988,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4552','985','Employés',NULL,NULL,1),(989,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4553','985','Ouvriers',NULL,NULL,1),(990,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','456','955','Pécules de vacances',NULL,NULL,1),(991,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4560','990','Direction',NULL,NULL,1),(992,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4561','990','Employés',NULL,NULL,1),(993,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4562','990','Ouvriers',NULL,NULL,1),(994,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','459','955','Autres dettes sociales',NULL,NULL,1),(995,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4590','994','Provision pour gratifications de fin d\'année',NULL,NULL,1),(996,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4591','994','Départs de personnel',NULL,NULL,1),(997,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4592','994','Oppositions sur rémunérations',NULL,NULL,1),(998,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4593','994','Assurances relatives au personnel',NULL,NULL,1),(999,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45930','998','Assurance loi',NULL,NULL,1),(1000,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45931','998','Assurance salaire garanti',NULL,NULL,1),(1001,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45932','998','Assurance groupe',NULL,NULL,1),(1002,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45933','998','Assurances individuelles',NULL,NULL,1),(1003,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4594','994','Caisse d\'assurances sociales pour travailleurs indépendants',NULL,NULL,1),(1004,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4597','994','Dettes et provisions sociales diverses',NULL,NULL,1),(1005,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','46','1354','Acomptes reçus sur commande',NULL,NULL,1),(1006,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','47','1354','Dettes découlant de l\'affectation des résultats',NULL,NULL,1),(1007,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','470','1006','Dividendes et tantièmes d\'exercices antérieurs',NULL,NULL,1),(1008,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','471','1006','Dividendes de l\'exercice',NULL,NULL,1),(1009,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','472','1006','Tantièmes de l\'exercice',NULL,NULL,1),(1010,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','473','1006','Autres allocataires',NULL,NULL,1),(1011,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','48','4','Dettes diverses',NULL,NULL,1),(1012,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','480','1011','Obligations et coupons échus',NULL,NULL,1),(1013,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','481','1011','Actionnaires - capital à rembourser',NULL,NULL,1),(1014,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','482','1011','Participation du personnel à payer',NULL,NULL,1),(1015,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','483','1011','Acomptes reçus d\'autres tiers à moins d\'un an',NULL,NULL,1),(1016,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','486','1011','Emballages et matériel consignés',NULL,NULL,1),(1017,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','488','1011','Cautionnements reçus en numéraires',NULL,NULL,1),(1018,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','489','1011','Autres dettes diverses',NULL,NULL,1),(1019,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49','1354','Comptes de régularisation et compte d\'attente',NULL,NULL,1),(1020,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','490','1019','Charges à reporter (à subdiviser par catégorie de charges)',NULL,NULL,1),(1021,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','491','1019','Produits acquis',NULL,NULL,1),(1022,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4910','1021','Produits d\'exploitation',NULL,NULL,1),(1023,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49100','1022','Ristournes et rabais à obtenir',NULL,NULL,1),(1024,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49101','1022','Commissions à obtenir',NULL,NULL,1),(1025,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49102','1022','Autres produits d\'exploitation (redevances par exemple)',NULL,NULL,1),(1026,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4911','1021','Produits financiers',NULL,NULL,1),(1027,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49110','1026','Intérêts courus et non échus sur prêts et débits',NULL,NULL,1),(1028,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49111','1026','Autres produits financiers',NULL,NULL,1),(1029,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','492','1019','Charges à imputer (à subdiviser par catégorie de charges)',NULL,NULL,1),(1030,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','493','1019','Produits à reporter',NULL,NULL,1),(1031,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4930','1030','Produits d\'exploitation à reporter',NULL,NULL,1),(1032,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4931','1030','Produits financiers à reporter',NULL,NULL,1),(1033,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','499','1019','Comptes d\'attente',NULL,NULL,1),(1034,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4990','1033','Compte d\'attente',NULL,NULL,1),(1035,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4991','1033','Compte de répartition périodique des charges',NULL,NULL,1),(1036,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4999','1033','Transferts d\'exercice',NULL,NULL,1),(1037,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','50','1355','Actions propres',NULL,NULL,1),(1038,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','51','1355','Actions et parts',NULL,NULL,1),(1039,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','510','1038','Valeur d\'acquisition',NULL,NULL,1),(1040,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','511','1038','Montants non appelés',NULL,NULL,1),(1041,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','519','1038','Réductions de valeur actées',NULL,NULL,1),(1042,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','52','1355','Titres à revenus fixes',NULL,NULL,1),(1043,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','520','1042','Valeur d\'acquisition',NULL,NULL,1),(1044,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','529','1042','Réductions de valeur actées',NULL,NULL,1),(1045,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','53','1355','Dépots à terme',NULL,NULL,1),(1046,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','530','1045','De plus d\'un an',NULL,NULL,1),(1047,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','531','1045','De plus d\'un mois et à un an au plus',NULL,NULL,1),(1048,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','532','1045','d\'un mois au plus',NULL,NULL,1),(1049,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','539','1045','Réductions de valeur actées',NULL,NULL,1),(1050,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','54','1355','Valeurs échues à l\'encaissement',NULL,NULL,1),(1051,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','540','1050','Chèques à encaisser',NULL,NULL,1),(1052,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','541','1050','Coupons à encaisser',NULL,NULL,1),(1053,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','55','1355','Etablissements de crédit - Comptes ouverts auprès des divers établissements.',NULL,NULL,1),(1054,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','550','1053','Comptes courants',NULL,NULL,1),(1055,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','551','1053','Chèques émis',NULL,NULL,1),(1056,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','559','1053','Réductions de valeur actées',NULL,NULL,1),(1057,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','56','1355','Office des chèques postaux',NULL,NULL,1),(1058,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','560','1057','Compte courant',NULL,NULL,1),(1059,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','561','1057','Chèques émis',NULL,NULL,1),(1060,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','57','1355','Caisses',NULL,NULL,1),(1061,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','570','1060','à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)',NULL,NULL,1),(1062,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','578','1060','Caisses - timbres ( 0 - fiscaux ; 1 - postaux)',NULL,NULL,1),(1063,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','58','1355','Virements internes',NULL,NULL,1),(1064,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','60','1356','Approvisionnements et marchandises',NULL,NULL,1),(1065,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','600','1064','Achats de matières premières',NULL,NULL,1),(1066,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','601','1064','Achats de fournitures',NULL,NULL,1),(1067,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','602','1064','Achats de services, travaux et études',NULL,NULL,1),(1068,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','603','1064','Sous-traitances générales',NULL,NULL,1),(1069,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','604','1064','Achats de marchandises',NULL,NULL,1),(1070,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','605','1064','Achats d\'immeubles destinés à la revente',NULL,NULL,1),(1071,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','608','1064','Remises , ristournes et rabais obtenus sur achats',NULL,NULL,1),(1072,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','609','1064','Variations de stocks',NULL,NULL,1),(1073,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6090','1072','De matières premières',NULL,NULL,1),(1074,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6091','1072','De fournitures',NULL,NULL,1),(1075,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6094','1072','De marchandises',NULL,NULL,1),(1076,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6095','1072','d\'immeubles destinés à la vente',NULL,NULL,1),(1077,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61','1356','Services et biens divers',NULL,NULL,1),(1078,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','610','1077','Loyers et charges locatives',NULL,NULL,1),(1079,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6100','1078','Loyers divers',NULL,NULL,1),(1080,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6101','1078','Charges locatives (assurances, frais de confort,etc)',NULL,NULL,1),(1081,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','611','1077','Entretien et réparation (fournitures et prestations)',NULL,NULL,1),(1082,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','612','1077','Fournitures faites à l\'entreprise',NULL,NULL,1),(1083,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6120','1082','Eau, gaz, électricité, vapeur',NULL,NULL,1),(1084,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61200','1083','Eau',NULL,NULL,1),(1085,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61201','1083','Gaz',NULL,NULL,1),(1086,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61202','1083','Electricité',NULL,NULL,1),(1087,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61203','1083','Vapeur',NULL,NULL,1),(1088,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6121','1082','Téléphone, télégrammes, télex, téléfax, frais postaux',NULL,NULL,1),(1089,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61210','1088','Téléphone',NULL,NULL,1),(1090,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61211','1088','Télégrammes',NULL,NULL,1),(1091,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61212','1088','Télex et téléfax',NULL,NULL,1),(1092,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61213','1088','Frais postaux',NULL,NULL,1),(1093,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6122','1082','Livres, bibliothèque',NULL,NULL,1),(1094,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6123','1082','Imprimés et fournitures de bureau (si non comptabilisé au 601)',NULL,NULL,1),(1095,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','613','1077','Rétributions de tiers',NULL,NULL,1),(1096,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6130','1095','Redevances et royalties',NULL,NULL,1),(1097,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61300','1096','Redevances pour brevets, licences, marques et accessoires',NULL,NULL,1),(1098,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61301','1096','Autres redevances (procédés de fabrication)',NULL,NULL,1),(1099,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6131','1095','Assurances non relatives au personnel',NULL,NULL,1),(1100,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61310','1099','Assurance incendie',NULL,NULL,1),(1101,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61311','1099','Assurance vol',NULL,NULL,1),(1102,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61312','1099','Assurance autos',NULL,NULL,1),(1103,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61313','1099','Assurance crédit',NULL,NULL,1),(1104,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61314','1099','Assurances frais généraux',NULL,NULL,1),(1105,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6132','1095','Divers',NULL,NULL,1),(1106,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61320','1105','Commissions aux tiers',NULL,NULL,1),(1107,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61321','1105','Honoraires d\'avocats, d\'experts, etc',NULL,NULL,1),(1108,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61322','1105','Cotisations aux groupements professionnels',NULL,NULL,1),(1109,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61323','1105','Dons, libéralités, etc',NULL,NULL,1),(1110,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61324','1105','Frais de contentieux',NULL,NULL,1),(1111,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61325','1105','Publications légales',NULL,NULL,1),(1112,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6133','1095','Transports et déplacements',NULL,NULL,1),(1113,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61330','1112','Transports de personnel',NULL,NULL,1),(1114,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61331','1112','Voyages, déplacements et représentations',NULL,NULL,1),(1115,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6134','1095','Personnel intérimaire',NULL,NULL,1),(1116,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','614','1077','Annonces, publicité, propagande et documentation',NULL,NULL,1),(1117,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6140','1116','Annonces et insertions',NULL,NULL,1),(1118,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6141','1116','Catalogues et imprimés',NULL,NULL,1),(1119,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6142','1116','Echantillons',NULL,NULL,1),(1120,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6143','1116','Foires et expositions',NULL,NULL,1),(1121,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6144','1116','Primes',NULL,NULL,1),(1122,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6145','1116','Cadeaux à la clientèle',NULL,NULL,1),(1123,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6146','1116','Missions et réceptions',NULL,NULL,1),(1124,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6147','1116','Documentation',NULL,NULL,1),(1125,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','615','1077','Sous-traitants',NULL,NULL,1),(1126,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6150','1125','Sous-traitants pour activités propres',NULL,NULL,1),(1127,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6151','1125','Sous-traitants d\'associations momentanées (coparticipants)',NULL,NULL,1),(1128,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6152','1125','Quote-part bénéficiaire des coparticipants',NULL,NULL,1),(1129,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','617','1077','Personnel intérimaire et personnes mises à la disposition de l\'entreprise',NULL,NULL,1),(1130,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','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',NULL,NULL,1),(1131,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62','1356','Rémunérations, charges sociales et pensions',NULL,NULL,1),(1132,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','620','1131','Rémunérations et avantages sociaux directs',NULL,NULL,1),(1133,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6200','1132','Administrateurs ou gérants',NULL,NULL,1),(1134,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6201','1132','Personnel de direction',NULL,NULL,1),(1135,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6202','1132','Employés',NULL,NULL,1),(1136,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6203','1132','Ouvriers',NULL,NULL,1),(1137,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6204','1132','Autres membres du personnel',NULL,NULL,1),(1138,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','621','1131','Cotisations patronales d\'assurances sociales',NULL,NULL,1),(1139,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6210','1138','Sur salaires',NULL,NULL,1),(1140,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6211','1138','Sur appointements et commissions',NULL,NULL,1),(1141,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','622','1131','Primes patronales pour assurances extralégales',NULL,NULL,1),(1142,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','623','1131','Autres frais de personnel',NULL,NULL,1),(1143,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6230','1142','Assurances du personnel',NULL,NULL,1),(1144,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62300','1143','Assurances loi, responsabilité civile, chemin du travail',NULL,NULL,1),(1145,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62301','1143','Assurance salaire garanti',NULL,NULL,1),(1146,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62302','1143','Assurances individuelles',NULL,NULL,1),(1147,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6231','1142','Charges sociales diverses',NULL,NULL,1),(1148,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62310','1147','Jours fériés payés',NULL,NULL,1),(1149,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62311','1147','Salaire hebdomadaire garanti',NULL,NULL,1),(1150,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62312','1147','Allocations familiales complémentaires',NULL,NULL,1),(1151,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6232','1142','Charges sociales des administrateurs, gérants et commissaires',NULL,NULL,1),(1152,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62320','1151','Allocations familiales complémentaires pour non salariés',NULL,NULL,1),(1153,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62321','1151','Lois sociales pour indépendants',NULL,NULL,1),(1154,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62322','1151','Divers',NULL,NULL,1),(1155,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','624','1131','Pensions de retraite et de survie',NULL,NULL,1),(1156,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6240','1155','Administrateurs et gérants',NULL,NULL,1),(1157,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6241','1155','Personnel',NULL,NULL,1),(1158,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','625','1131','Provision pour pécule de vacances',NULL,NULL,1),(1159,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6250','1158','Dotations',NULL,NULL,1),(1160,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6251','1158','Utilisations et reprises',NULL,NULL,1),(1161,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','63','1356','Amortissements, réductions de valeur et provisions pour risques et charges',NULL,NULL,1),(1162,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','630','1161','Dotations aux amortissements et aux réductions de valeur sur immobilisations',NULL,NULL,1),(1163,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6300','1162','Dotations aux amortissements sur frais d\'établissement',NULL,NULL,1),(1164,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6301','1162','Dotations aux amortissements sur immobilisations incorporelles',NULL,NULL,1),(1165,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6302','1162','Dotations aux amortissements sur immobilisations corporelles',NULL,NULL,1),(1166,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6308','1162','Dotations aux réductions de valeur sur immobilisations incorporelles',NULL,NULL,1),(1167,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6309','1162','Dotations aux réductions de valeur sur immobilisations corporelles',NULL,NULL,1),(1168,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','631','1161','Réductions de valeur sur stocks',NULL,NULL,1),(1169,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6310','1168','Dotations',NULL,NULL,1),(1170,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6311','1168','Reprises',NULL,NULL,1),(1171,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','632','1161','Réductions de valeur sur commandes en cours d\'exécution',NULL,NULL,1),(1172,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6320','1171','Dotations',NULL,NULL,1),(1173,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6321','1171','Reprises',NULL,NULL,1),(1174,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','633','1161','Réductions de valeur sur créances commerciales à plus d\'un an',NULL,NULL,1),(1175,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6330','1174','Dotations',NULL,NULL,1),(1176,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6331','1174','Reprises',NULL,NULL,1),(1177,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','634','1161','Réductions de valeur sur créances commerciales à un an au plus',NULL,NULL,1),(1178,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6340','1177','Dotations',NULL,NULL,1),(1179,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6341','1177','Reprises',NULL,NULL,1),(1180,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','635','1161','Provisions pour pensions et obligations similaires',NULL,NULL,1),(1181,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6350','1180','Dotations',NULL,NULL,1),(1182,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6351','1180','Utilisations et reprises',NULL,NULL,1),(1183,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','636','11613','Provisions pour grosses réparations et gros entretiens',NULL,NULL,1),(1184,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6360','1183','Dotations',NULL,NULL,1),(1185,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6361','1183','Utilisations et reprises',NULL,NULL,1),(1186,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','637','1161','Provisions pour autres risques et charges',NULL,NULL,1),(1187,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6370','1186','Dotations',NULL,NULL,1),(1188,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6371','1186','Utilisations et reprises',NULL,NULL,1),(1189,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64','1356','Autres charges d\'exploitation',NULL,NULL,1),(1190,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','640','1189','Charges fiscales d\'exploitation',NULL,NULL,1),(1191,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6400','1190','Taxes et impôts directs',NULL,NULL,1),(1192,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64000','1191','Taxes sur autos et camions',NULL,NULL,1),(1193,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6401','1190','Taxes et impôts indirects',NULL,NULL,1),(1194,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64010','1193','Timbres fiscaux pris en charge par la firme',NULL,NULL,1),(1195,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64011','1193','Droits d\'enregistrement',NULL,NULL,1),(1196,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64012','1193','T.V.A. non déductible',NULL,NULL,1),(1197,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6402','1190','Impôts provinciaux et communaux',NULL,NULL,1),(1198,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64020','1197','Taxe sur la force motrice',NULL,NULL,1),(1199,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64021','1197','Taxe sur le personnel occupé',NULL,NULL,1),(1200,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6403','1190','Taxes diverses',NULL,NULL,1),(1201,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','641','1189','Moins-values sur réalisations courantes d\'immobilisations corporelles',NULL,NULL,1),(1202,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','642','1189','Moins-values sur réalisations de créances commerciales',NULL,NULL,1),(1203,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','643','1189','à 648 Charges d\'exploitations diverses',NULL,NULL,1),(1204,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','649','1189','Charges d\'exploitation portées à l\'actif au titre de restructuration',NULL,NULL,1),(1205,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','65','1356','Charges financières',NULL,NULL,1),(1206,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','650','1205','Charges des dettes',NULL,NULL,1),(1207,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6500','1206','Intérêts, commissions et frais afférents aux dettes',NULL,NULL,1),(1208,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6501','1206','Amortissements des agios et frais d\'émission d\'emprunts',NULL,NULL,1),(1209,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6502','1206','Autres charges de dettes',NULL,NULL,1),(1210,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6503','1206','Intérêts intercalaires portés à l\'actif',NULL,NULL,1),(1211,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','651','1205','Réductions de valeur sur actifs circulants',NULL,NULL,1),(1212,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6510','1211','Dotations',NULL,NULL,1),(1213,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6511','1211','Reprises',NULL,NULL,1),(1214,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','652','1205','Moins-values sur réalisation d\'actifs circulants',NULL,NULL,1),(1215,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','653','1205','Charges d\'escompte de créances',NULL,NULL,1),(1216,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','654','1205','Différences de change',NULL,NULL,1),(1217,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','655','1205','Ecarts de conversion des devises',NULL,NULL,1),(1218,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','656','1205','Frais de banques, de chèques postaux',NULL,NULL,1),(1219,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','657','1205','Commissions sur ouvertures de crédit, cautions et avals',NULL,NULL,1),(1220,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','658','1205','Frais de vente des titres',NULL,NULL,1),(1221,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','66','1356','Charges exceptionnelles',NULL,NULL,1),(1222,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','660','1221','Amortissements et réductions de valeur exceptionnels',NULL,NULL,1),(1223,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6600','1222','Sur frais d\'établissement',NULL,NULL,1),(1224,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6601','1222','Sur immobilisations incorporelles',NULL,NULL,1),(1225,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6602','1222','Sur immobilisations corporelles',NULL,NULL,1),(1226,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','661','1221','Réductions de valeur sur immobilisations financières',NULL,NULL,1),(1227,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','662','1221','Provisions pour risques et charges exceptionnels',NULL,NULL,1),(1228,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','663','1221','Moins-values sur réalisation d\'actifs immobilisés',NULL,NULL,1),(1229,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6630','1228','Sur immobilisations incorporelles',NULL,NULL,1),(1230,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6631','1228','Sur immobilisations corporelles',NULL,NULL,1),(1231,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6632','1228','Sur immobilisations détenues en location-financement et droits similaires',NULL,NULL,1),(1232,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6633','1228','Sur immobilisations financières',NULL,NULL,1),(1233,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6634','1228','Sur immeubles acquis ou construits en vue de la revente',NULL,NULL,1),(1234,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','664','1221','à 668 Autres charges exceptionnelles',NULL,NULL,1),(1235,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','664','1221','Pénalités et amendes diverses',NULL,NULL,1),(1236,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','665','1221','Différence de charge',NULL,NULL,1),(1237,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','669','1221','Charges exceptionnelles transférées à l\'actif en frais de restructuration',NULL,NULL,1),(1238,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','67','1356','Impôts sur le résultat',NULL,NULL,1),(1239,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','670','1238','Impôts belges sur le résultat de l\'exercice',NULL,NULL,1),(1240,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6700','1239','Impôts et précomptes dus ou versés',NULL,NULL,1),(1241,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6701','1239','Excédent de versements d\'impôts et précomptes porté à l\'actif',NULL,NULL,1),(1242,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6702','1239','Charges fiscales estimées',NULL,NULL,1),(1243,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','671','1238','Impôts belges sur le résultat d\'exercices antérieurs',NULL,NULL,1),(1244,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6710','1243','Suppléments d\'impôts dus ou versés',NULL,NULL,1),(1245,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6711','1243','Suppléments d\'impôts estimés',NULL,NULL,1),(1246,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6712','1243','Provisions fiscales constituées',NULL,NULL,1),(1247,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','672','1238','Impôts étrangers sur le résultat de l\'exercice',NULL,NULL,1),(1248,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','673','1238','Impôts étrangers sur le résultat d\'exercices antérieurs',NULL,NULL,1),(1249,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','68','1356','Transferts aux réserves immunisées',NULL,NULL,1),(1250,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','69','1356','Affectation des résultats',NULL,NULL,1),(1251,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','690','1250','Perte reportée de l\'exercice précédent',NULL,NULL,1),(1252,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','691','1250','Dotation à la réserve légale',NULL,NULL,1),(1253,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','692','1250','Dotation aux autres réserves',NULL,NULL,1),(1254,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','693','1250','Bénéfice à reporter',NULL,NULL,1),(1255,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','694','1250','Rémunération du capital',NULL,NULL,1),(1256,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','695','1250','Administrateurs ou gérants',NULL,NULL,1),(1257,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','696','1250','Autres allocataires',NULL,NULL,1),(1258,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','70','1357','Chiffre d\'affaires',NULL,NULL,1),(1260,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','700','1258','Ventes de marchandises',NULL,NULL,1),(1261,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7000','1260','Ventes en Belgique',NULL,NULL,1),(1262,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7001','1260','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1263,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7002','1260','Ventes à l\'exportation',NULL,NULL,1),(1264,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','701','1258','Ventes de produits finis',NULL,NULL,1),(1265,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7010','1264','Ventes en Belgique',NULL,NULL,1),(1266,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7011','1264','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1267,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7012','1264','Ventes à l\'exportation',NULL,NULL,1),(1268,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','702','1258','Ventes de déchets et rebuts',NULL,NULL,1),(1269,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7020','1268','Ventes en Belgique',NULL,NULL,1),(1270,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7021','1268','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1271,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7022','1268','Ventes à l\'exportation',NULL,NULL,1),(1272,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','703','1258','Ventes d\'emballages récupérables',NULL,NULL,1),(1273,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','704','1258','Facturations des travaux en cours (associations momentanées)',NULL,NULL,1),(1274,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','705','1258','Prestations de services',NULL,NULL,1),(1275,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7050','1274','Prestations de services en Belgique',NULL,NULL,1),(1276,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7051','1274','Prestations de services dans les pays membres de la C.E.E.',NULL,NULL,1),(1277,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7052','1274','Prestations de services en vue de l\'exportation',NULL,NULL,1),(1278,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','706','1258','Pénalités et dédits obtenus par l\'entreprise',NULL,NULL,1),(1279,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','708','1258','Remises, ristournes et rabais accordés',NULL,NULL,1),(1280,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7080','1279','Sur ventes de marchandises',NULL,NULL,1),(1281,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7081','1279','Sur ventes de produits finis',NULL,NULL,1),(1282,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7082','1279','Sur ventes de déchets et rebuts',NULL,NULL,1),(1283,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7083','1279','Sur prestations de services',NULL,NULL,1),(1284,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7084','1279','Mali sur travaux facturés aux associations momentanées',NULL,NULL,1),(1285,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71','1357','Variation des stocks et des commandes en cours d\'exécution',NULL,NULL,1),(1286,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','712','1285','Des en cours de fabrication',NULL,NULL,1),(1287,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','713','1285','Des produits finis',NULL,NULL,1),(1288,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','715','1285','Des immeubles construits destinés à la vente',NULL,NULL,1),(1289,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','717','1285','Des commandes en cours d\'exécution',NULL,NULL,1),(1290,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7170','1289','Commandes en cours - Coût de revient',NULL,NULL,1),(1291,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71700','1290','Coût des commandes en cours d\'exécution',NULL,NULL,1),(1292,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71701','1290','Coût des travaux en cours des associations momentanées',NULL,NULL,1),(1293,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7171','1289','Bénéfices portés en compte sur commandes en cours',NULL,NULL,1),(1294,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71710','1293','Sur commandes en cours d\'exécution',NULL,NULL,1),(1295,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71711','1293','Sur travaux en cours des associations momentanées',NULL,NULL,1),(1296,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','72','1357','Production immobilisée',NULL,NULL,1),(1297,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','720','1296','En frais d\'établissement',NULL,NULL,1),(1298,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','721','1296','En immobilisations incorporelles',NULL,NULL,1),(1299,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','722','1296','En immobilisations corporelles',NULL,NULL,1),(1300,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','723','1296','En immobilisations en cours',NULL,NULL,1),(1301,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','74','1357','Autres produits d\'exploitation',NULL,NULL,1),(1302,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','740','1301','Subsides d\'exploitation et montants compensatoires',NULL,NULL,1),(1303,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','741','1301','Plus-values sur réalisations courantes d\'immobilisations corporelles',NULL,NULL,1),(1304,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','742','1301','Plus-values sur réalisations de créances commerciales',NULL,NULL,1),(1305,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','743','1301','à 749 Produits d\'exploitation divers',NULL,NULL,1),(1306,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','743','1301','Produits de services exploités dans l\'intérêt du personnel',NULL,NULL,1),(1307,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','744','1301','Commissions et courtages',NULL,NULL,1),(1308,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','745','1301','Redevances pour brevets et licences',NULL,NULL,1),(1309,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','746','1301','Prestations de services (transports, études, etc)',NULL,NULL,1),(1310,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','747','1301','Revenus des immeubles affectés aux activités non professionnelles',NULL,NULL,1),(1311,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','748','1301','Locations diverses à caractère professionnel',NULL,NULL,1),(1312,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','749','1301','Produits divers',NULL,NULL,1),(1313,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7490','1312','Bonis sur reprises d\'emballages consignés',NULL,NULL,1),(1314,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7491','1312','Bonis sur travaux en associations momentanées',NULL,NULL,1),(1315,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','75','1357','Produits financiers',NULL,NULL,1),(1316,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','750','1315','Produits des immobilisations financières',NULL,NULL,1),(1317,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7500','1316','Revenus des actions',NULL,NULL,1),(1318,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7501','1316','Revenus des obligations',NULL,NULL,1),(1319,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7502','1316','Revenus des créances à plus d\'un an',NULL,NULL,1),(1320,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','751','1315','Produits des actifs circulants',NULL,NULL,1),(1321,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','752','1315','Plus-values sur réalisations d\'actifs circulants',NULL,NULL,1),(1322,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','753','1315','Subsides en capital et en intérêts',NULL,NULL,1),(1323,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','754','1315','Différences de change',NULL,NULL,1),(1324,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','755','1315','Ecarts de conversion des devises',NULL,NULL,1),(1325,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','756','1315','à 759 Produits financiers divers',NULL,NULL,1),(1326,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','756','1315','Produits des autres créances',NULL,NULL,1),(1327,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','757','1315','Escomptes obtenus',NULL,NULL,1),(1328,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','76','1357','Produits exceptionnels',NULL,NULL,1),(1329,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','760','1328','Reprises d\'amortissements et de réductions de valeur',NULL,NULL,1),(1330,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7600','1329','Sur immobilisations incorporelles',NULL,NULL,1),(1331,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7601','1329','Sur immobilisations corporelles',NULL,NULL,1),(1332,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','761','1328','Reprises de réductions de valeur sur immobilisations financières',NULL,NULL,1),(1333,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','762','1328','Reprises de provisions pour risques et charges exceptionnelles',NULL,NULL,1),(1334,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','763','1328','Plus-values sur réalisation d\'actifs immobilisés',NULL,NULL,1),(1335,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7630','1334','Sur immobilisations incorporelles',NULL,NULL,1),(1336,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7631','1334','Sur immobilisations corporelles',NULL,NULL,1),(1337,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7632','1334','Sur immobilisations financières',NULL,NULL,1),(1338,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','764','1328','Autres produits exceptionnels',NULL,NULL,1),(1339,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','77','1357','Régularisations d\'impôts et reprises de provisions fiscales',NULL,NULL,1),(1340,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','771','1339','Impôts belges sur le résultat',NULL,NULL,1),(1341,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7710','1340','Régularisations d\'impôts dus ou versés',NULL,NULL,1),(1342,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7711','1340','Régularisations d\'impôts estimés',NULL,NULL,1),(1343,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7712','1340','Reprises de provisions fiscales',NULL,NULL,1),(1344,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','773','1339','Impôts étrangers sur le résultat',NULL,NULL,1),(1345,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','79','1357','Affectation aux résultats',NULL,NULL,1),(1346,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','790','1345','Bénéfice reporté de l\'exercice précédent',NULL,NULL,1),(1347,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','791','1345','Prélèvement sur le capital et les primes d\'émission',NULL,NULL,1),(1348,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','792','1345','Prélèvement sur les réserves',NULL,NULL,1),(1349,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','793','1345','Perte à reporter',NULL,NULL,1),(1350,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','794','1345','Intervention d\'associés (ou du propriétaire) dans la perte',NULL,NULL,1),(1351,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1352,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1353,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1354,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1355,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1356,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1357,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(1401,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1402,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1403,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1404,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1405,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1406,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1407,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(1501,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1502,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1503,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1504,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1505,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1506,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1507,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(4001,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1','','Financiación básica',NULL,NULL,1),(4002,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','ACTIVO','XXXXXX','2','','Activo no corriente',NULL,NULL,1),(4003,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','EXISTENCIAS','XXXXXX','3','','Existencias',NULL,NULL,1),(4004,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4','','Acreedores y deudores por operaciones comerciales',NULL,NULL,1),(4005,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5','','Cuentas financieras',NULL,NULL,1),(4006,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6','','Compras y gastos',NULL,NULL,1),(4007,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7','','Ventas e ingresos',NULL,NULL,1),(4008,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','10','4001','CAPITAL',NULL,NULL,1),(4009,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','100','4008','Capital social',NULL,NULL,1),(4010,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','101','4008','Fondo social',NULL,NULL,1),(4011,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','CAPITAL','102','4008','Capital',NULL,NULL,1),(4012,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','103','4008','Socios por desembolsos no exigidos',NULL,NULL,1),(4013,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1030','4012','Socios por desembolsos no exigidos capital social',NULL,NULL,1),(4014,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1034','4012','Socios por desembolsos no exigidos capital pendiente de inscripción',NULL,NULL,1),(4015,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','104','4008','Socios por aportaciones no dineradas pendientes',NULL,NULL,1),(4016,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1040','4015','Socios por aportaciones no dineradas pendientes capital social',NULL,NULL,1),(4017,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1044','4015','Socios por aportaciones no dineradas pendientes capital pendiente de inscripción',NULL,NULL,1),(4018,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','108','4008','Acciones o participaciones propias en situaciones especiales',NULL,NULL,1),(4019,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','109','4008','Acciones o participaciones propias para reducción de capital',NULL,NULL,1),(4020,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','11','4001','Reservas y otros instrumentos de patrimonio',NULL,NULL,1),(4021,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','110','4020','Prima de emisión o asunción',NULL,NULL,1),(4022,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','111','4020','Otros instrumentos de patrimonio neto',NULL,NULL,1),(4023,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1110','4022','Patrimonio neto por emisión de instrumentos financieros compuestos',NULL,NULL,1),(4024,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1111','4022','Resto de instrumentos de patrimoio neto',NULL,NULL,1),(4025,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','112','4020','Reserva legal',NULL,NULL,1),(4026,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','113','4020','Reservas voluntarias',NULL,NULL,1),(4027,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','114','4020','Reservas especiales',NULL,NULL,1),(4028,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1140','4027','Reservas para acciones o participaciones de la sociedad dominante',NULL,NULL,1),(4029,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1141','4027','Reservas estatutarias',NULL,NULL,1),(4030,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1142','4027','Reservas por capital amortizado',NULL,NULL,1),(4031,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1143','4027','Reservas por fondo de comercio',NULL,NULL,1),(4032,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1144','4028','Reservas por acciones propias aceptadas en garantía',NULL,NULL,1),(4033,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','115','4020','Reservas por pérdidas y ganancias actuariales y otros ajustes',NULL,NULL,1),(4034,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','118','4020','Aportaciones de socios o propietarios',NULL,NULL,1),(4035,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','119','4020','Diferencias por ajuste del capital a euros',NULL,NULL,1),(4036,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','12','4001','Resultados pendientes de aplicación',NULL,NULL,1),(4037,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','120','4036','Remanente',NULL,NULL,1),(4038,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','121','4036','Resultados negativos de ejercicios anteriores',NULL,NULL,1),(4039,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','129','4036','Resultado del ejercicio',NULL,NULL,1),(4040,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','13','4001','Subvenciones, donaciones y ajustes por cambio de valor',NULL,NULL,1),(4041,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','130','4040','Subvenciones oficiales de capital',NULL,NULL,1),(4042,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','131','4040','Donaciones y legados de capital',NULL,NULL,1),(4043,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','132','4040','Otras subvenciones, donaciones y legados',NULL,NULL,1),(4044,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','133','4040','Ajustes por valoración en activos financieros disponibles para la venta',NULL,NULL,1),(4045,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','134','4040','Operaciones de cobertura',NULL,NULL,1),(4046,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1340','4045','Cobertura de flujos de efectivo',NULL,NULL,1),(4047,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1341','4045','Cobertura de una inversión neta en un negocio extranjero',NULL,NULL,1),(4048,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','135','4040','Diferencias de conversión',NULL,NULL,1),(4049,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','136','4040','Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta',NULL,NULL,1),(4050,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','137','4040','Ingresos fiscales a distribuir en varios ejercicios',NULL,NULL,1),(4051,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1370','4050','Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios',NULL,NULL,1),(4052,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1371','4050','Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios',NULL,NULL,1),(4053,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','14','4001','Provisiones',NULL,NULL,1),(4054,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','141','4053','Provisión para impuestos',NULL,NULL,1),(4055,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','142','4053','Provisión para otras responsabilidades',NULL,NULL,1),(4056,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','143','4053','Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado',NULL,NULL,1),(4057,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','145','4053','Provisión para actuaciones medioambientales',NULL,NULL,1),(4058,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','15','4001','Deudas a largo plazo con características especiales',NULL,NULL,1),(4059,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','150','4058','Acciones o participaciones a largo plazo consideradas como pasivos financieros',NULL,NULL,1),(4060,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','153','4058','Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4061,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1533','4060','Desembolsos no exigidos empresas del grupo',NULL,NULL,1),(4062,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1534','4060','Desembolsos no exigidos empresas asociadas',NULL,NULL,1),(4063,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1535','4060','Desembolsos no exigidos otras partes vinculadas',NULL,NULL,1),(4064,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1536','4060','Otros desembolsos no exigidos',NULL,NULL,1),(4065,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','154','4058','Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4066,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1543','4065','Aportaciones no dinerarias pendientes empresas del grupo',NULL,NULL,1),(4067,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1544','4065','Aportaciones no dinerarias pendientes empresas asociadas',NULL,NULL,1),(4068,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1545','4065','Aportaciones no dinerarias pendientes otras partes vinculadas',NULL,NULL,1),(4069,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1546','4065','Otras aportaciones no dinerarias pendientes',NULL,NULL,1),(4070,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','16','4001','Deudas a largo plazo con partes vinculadas',NULL,NULL,1),(4071,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','160','4070','Deudas a largo plazo con entidades de crédito vinculadas',NULL,NULL,1),(4072,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1603','4071','Deudas a largo plazo con entidades de crédito empresas del grupo',NULL,NULL,1),(4073,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1604','4071','Deudas a largo plazo con entidades de crédito empresas asociadas',NULL,NULL,1),(4074,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1605','4071','Deudas a largo plazo con otras entidades de crédito vinculadas',NULL,NULL,1),(4075,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','161','4070','Proveedores de inmovilizado a largo plazo partes vinculadas',NULL,NULL,1),(4076,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1613','4075','Proveedores de inmovilizado a largo plazo empresas del grupo',NULL,NULL,1),(4077,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1614','4075','Proveedores de inmovilizado a largo plazo empresas asociadas',NULL,NULL,1),(4078,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1615','4075','Proveedores de inmovilizado a largo plazo otras partes vinculadas',NULL,NULL,1),(4079,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','162','4070','Acreedores por arrendamiento financiero a largo plazo partes vinculadas',NULL,NULL,1),(4080,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1623','4079','Acreedores por arrendamiento financiero a largo plazo empresas del grupo',NULL,NULL,1),(4081,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1624','4080','Acreedores por arrendamiento financiero a largo plazo empresas asociadas',NULL,NULL,1),(4082,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1625','4080','Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas',NULL,NULL,1),(4083,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','163','4070','Otras deudas a largo plazo con partes vinculadas',NULL,NULL,1),(4084,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1633','4083','Otras deudas a largo plazo empresas del grupo',NULL,NULL,1),(4085,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1634','4083','Otras deudas a largo plazo empresas asociadas',NULL,NULL,1),(4086,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1635','4083','Otras deudas a largo plazo otras partes vinculadas',NULL,NULL,1),(4087,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','17','4001','Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos',NULL,NULL,1),(4088,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','170','4087','Deudas a largo plazo con entidades de crédito',NULL,NULL,1),(4089,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','171','4087','Deudas a largo plazo',NULL,NULL,1),(4090,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','172','4087','Deudas a largo plazo transformables en suvbenciones donaciones y legados',NULL,NULL,1),(4091,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','173','4087','Proveedores de inmovilizado a largo plazo',NULL,NULL,1),(4092,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','174','4087','Acreedores por arrendamiento financiero a largo plazo',NULL,NULL,1),(4093,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','175','4087','Efectos a pagar a largo plazo',NULL,NULL,1),(4094,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','176','4087','Pasivos por derivados financieros a largo plazo',NULL,NULL,1),(4095,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','177','4087','Obligaciones y bonos',NULL,NULL,1),(4096,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','179','4087','Deudas representadas en otros valores negociables',NULL,NULL,1),(4097,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','18','4001','Pasivos por fianzas garantias y otros conceptos a largo plazo',NULL,NULL,1),(4098,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','180','4097','Fianzas recibidas a largo plazo',NULL,NULL,1),(4099,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','181','4097','Anticipos recibidos por ventas o prestaciones de servicios a largo plazo',NULL,NULL,1),(4100,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','185','4097','Depositos recibidos a largo plazo',NULL,NULL,1),(4101,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','19','4001','Situaciones transitorias de financiación',NULL,NULL,1),(4102,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','190','4101','Acciones o participaciones emitidas',NULL,NULL,1),(4103,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','192','4101','Suscriptores de acciones',NULL,NULL,1),(4104,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','194','4101','Capital emitido pendiente de inscripción',NULL,NULL,1),(4105,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','195','4101','Acciones o participaciones emitidas consideradas como pasivos financieros',NULL,NULL,1),(4106,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','197','4101','Suscriptores de acciones consideradas como pasivos financieros',NULL,NULL,1),(4107,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','199','4101','Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción',NULL,NULL,1),(4108,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','20','4002','Inmovilizaciones intangibles',NULL,NULL,1),(4109,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','200','4108','Investigación',NULL,NULL,1),(4110,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','201','4108','Desarrollo',NULL,NULL,1),(4111,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','202','4108','Concesiones administrativas',NULL,NULL,1),(4112,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','203','4108','Propiedad industrial',NULL,NULL,1),(4113,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','205','4108','Derechos de transpaso',NULL,NULL,1),(4114,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','206','4108','Aplicaciones informáticas',NULL,NULL,1),(4115,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','209','4108','Anticipos para inmovilizaciones intangibles',NULL,NULL,1),(4116,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','21','4002','Inmovilizaciones materiales',NULL,NULL,1),(4117,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','210','4116','Terrenos y bienes naturales',NULL,NULL,1),(4118,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','211','4116','Construcciones',NULL,NULL,1),(4119,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','212','4116','Instalaciones técnicas',NULL,NULL,1),(4120,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','213','4116','Maquinaria',NULL,NULL,1),(4121,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','214','4116','Utillaje',NULL,NULL,1),(4122,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','215','4116','Otras instalaciones',NULL,NULL,1),(4123,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','216','4116','Mobiliario',NULL,NULL,1),(4124,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','217','4116','Equipos para procesos de información',NULL,NULL,1),(4125,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','218','4116','Elementos de transporte',NULL,NULL,1),(4126,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','219','4116','Otro inmovilizado material',NULL,NULL,1),(4127,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','22','4002','Inversiones inmobiliarias',NULL,NULL,1),(4128,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','220','4127','Inversiones en terreons y bienes naturales',NULL,NULL,1),(4129,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','221','4127','Inversiones en construcciones',NULL,NULL,1),(4130,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','23','4002','Inmovilizaciones materiales en curso',NULL,NULL,1),(4131,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','230','4130','Adaptación de terrenos y bienes naturales',NULL,NULL,1),(4132,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','231','4130','Construcciones en curso',NULL,NULL,1),(4133,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','232','4130','Instalaciones técnicas en montaje',NULL,NULL,1),(4134,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','233','4130','Maquinaria en montaje',NULL,NULL,1),(4135,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','237','4130','Equipos para procesos de información en montaje',NULL,NULL,1),(4136,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','239','4130','Anticipos para inmovilizaciones materiales',NULL,NULL,1),(4137,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','24','4002','Inversiones financieras a largo plazo en partes vinculadas',NULL,NULL,1),(4138,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','240','4137','Participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4139,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2403','4138','Participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4140,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2404','4138','Participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4141,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2405','4138','Participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4142,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','241','4137','Valores representativos de deuda a largo plazo de partes vinculadas',NULL,NULL,1),(4143,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2413','4142','Valores representativos de deuda a largo plazo de empresas del grupo',NULL,NULL,1),(4144,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2414','4142','Valores representativos de deuda a largo plazo de empresas asociadas',NULL,NULL,1),(4145,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2415','4142','Valores representativos de deuda a largo plazo de otras partes vinculadas',NULL,NULL,1),(4146,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','242','4137','Créditos a largo plazo a partes vinculadas',NULL,NULL,1),(4147,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2423','4146','Créditos a largo plazo a empresas del grupo',NULL,NULL,1),(4148,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2424','4146','Créditos a largo plazo a empresas asociadas',NULL,NULL,1),(4149,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2425','4146','Créditos a largo plazo a otras partes vinculadas',NULL,NULL,1),(4150,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','249','4137','Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4151,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2493','4150','Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4152,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2494','4150','Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4153,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2495','4150','Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4154,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','25','4002','Otras inversiones financieras a largo plazo',NULL,NULL,1),(4155,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','250','4154','Inversiones financieras a largo plazo en instrumentos de patrimonio',NULL,NULL,1),(4156,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','251','4154','Valores representativos de deuda a largo plazo',NULL,NULL,1),(4157,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','252','4154','Créditos a largo plazo',NULL,NULL,1),(4158,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','253','4154','Créditos a largo plazo por enajenación de inmovilizado',NULL,NULL,1),(4159,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','254','4154','Créditos a largo plazo al personal',NULL,NULL,1),(4160,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','255','4154','Activos por derivados financieros a largo plazo',NULL,NULL,1),(4161,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','258','4154','Imposiciones a largo plazo',NULL,NULL,1),(4162,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','259','4154','Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo',NULL,NULL,1),(4163,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','26','4002','Fianzas y depósitos constituidos a largo plazo',NULL,NULL,1),(4164,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','260','4163','Fianzas constituidas a largo plazo',NULL,NULL,1),(4165,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','261','4163','Depósitos constituidos a largo plazo',NULL,NULL,1),(4166,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','28','4002','Amortización acumulada del inmovilizado',NULL,NULL,1),(4167,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','280','4166','Amortización acumulado del inmovilizado intangible',NULL,NULL,1),(4168,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2800','4167','Amortización acumulada de investigación',NULL,NULL,1),(4169,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2801','4167','Amortización acumulada de desarrollo',NULL,NULL,1),(4170,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2802','4167','Amortización acumulada de concesiones administrativas',NULL,NULL,1),(4171,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2803','4167','Amortización acumulada de propiedad industrial',NULL,NULL,1),(4172,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2805','4167','Amortización acumulada de derechos de transpaso',NULL,NULL,1),(4173,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2806','4167','Amortización acumulada de aplicaciones informáticas',NULL,NULL,1),(4174,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','281','4166','Amortización acumulado del inmovilizado material',NULL,NULL,1),(4175,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2811','4174','Amortización acumulada de construcciones',NULL,NULL,1),(4176,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2812','4174','Amortización acumulada de instalaciones técnicas',NULL,NULL,1),(4177,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2813','4174','Amortización acumulada de maquinaria',NULL,NULL,1),(4178,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2814','4174','Amortización acumulada de utillaje',NULL,NULL,1),(4179,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2815','4174','Amortización acumulada de otras instalaciones',NULL,NULL,1),(4180,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2816','4174','Amortización acumulada de mobiliario',NULL,NULL,1),(4181,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2817','4174','Amortización acumulada de equipos para proceso de información',NULL,NULL,1),(4182,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2818','4174','Amortización acumulada de elementos de transporte',NULL,NULL,1),(4183,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2819','4175','Amortización acumulada de otro inmovilizado material',NULL,NULL,1),(4184,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','282','4166','Amortización acumulada de las inversiones inmobiliarias',NULL,NULL,1),(4185,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','29','4002','Deterioro de valor de activos no corrientes',NULL,NULL,1),(4186,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','290','4185','Deterioro de valor del inmovilizado intangible',NULL,NULL,1),(4187,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2900','4186','Deterioro de valor de investigación',NULL,NULL,1),(4188,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2901','4186','Deterioro de valor de desarrollo',NULL,NULL,1),(4189,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2902','4186','Deterioro de valor de concesiones administrativas',NULL,NULL,1),(4190,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2903','4186','Deterioro de valor de propiedad industrial',NULL,NULL,1),(4191,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2905','4186','Deterioro de valor de derechos de transpaso',NULL,NULL,1),(4192,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2906','4186','Deterioro de valor de aplicaciones informáticas',NULL,NULL,1),(4193,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','291','4185','Deterioro de valor del inmovilizado material',NULL,NULL,1),(4194,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2910','4193','Deterioro de valor de terrenos y bienes naturales',NULL,NULL,1),(4195,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2911','4193','Deterioro de valor de construcciones',NULL,NULL,1),(4196,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2912','4193','Deterioro de valor de instalaciones técnicas',NULL,NULL,1),(4197,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2913','4193','Deterioro de valor de maquinaria',NULL,NULL,1),(4198,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2914','4193','Deterioro de valor de utillajes',NULL,NULL,1),(4199,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2915','4194','Deterioro de valor de otras instalaciones',NULL,NULL,1),(4200,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2916','4194','Deterioro de valor de mobiliario',NULL,NULL,1),(4201,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2917','4194','Deterioro de valor de equipos para proceso de información',NULL,NULL,1),(4202,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2918','4194','Deterioro de valor de elementos de transporte',NULL,NULL,1),(4203,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2919','4194','Deterioro de valor de otro inmovilizado material',NULL,NULL,1),(4204,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','292','4185','Deterioro de valor de las inversiones inmobiliarias',NULL,NULL,1),(4205,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2920','4204','Deterioro de valor de terrenos y bienes naturales',NULL,NULL,1),(4206,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2921','4204','Deterioro de valor de construcciones',NULL,NULL,1),(4207,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','293','4185','Deterioro de valor de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4208,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2933','4207','Deterioro de valor de participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4209,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2934','4207','Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4210,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2935','4207','Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4211,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','294','4185','Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas',NULL,NULL,1),(4212,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2943','4211','Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo',NULL,NULL,1),(4213,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2944','4211','Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas',NULL,NULL,1),(4214,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2945','4211','Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas',NULL,NULL,1),(4215,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','295','4185','Deterioro de valor de créditos a largo plazo a partes vinculadas',NULL,NULL,1),(4216,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2953','4215','Deterioro de valor de créditos a largo plazo a empresas del grupo',NULL,NULL,1),(4217,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2954','4215','Deterioro de valor de créditos a largo plazo a empresas asociadas',NULL,NULL,1),(4218,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2955','4215','Deterioro de valor de créditos a largo plazo a otras partes vinculadas',NULL,NULL,1),(4219,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','296','4185','Deterioro de valor de participaciones en el patrimonio netoa largo plazo',NULL,NULL,1),(4220,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','297','4185','Deterioro de valor de valores representativos de deuda a largo plazo',NULL,NULL,1),(4221,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','298','4185','Deterioro de valor de créditos a largo plazo',NULL,NULL,1),(4222,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','30','4003','Comerciales',NULL,NULL,1),(4223,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','300','4222','Mercaderías A',NULL,NULL,1),(4224,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','301','4222','Mercaderías B',NULL,NULL,1),(4225,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','31','4003','Materias primas',NULL,NULL,1),(4226,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','310','4225','Materias primas A',NULL,NULL,1),(4227,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','311','4225','Materias primas B',NULL,NULL,1),(4228,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','32','4003','Otros aprovisionamientos',NULL,NULL,1),(4229,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','320','4228','Elementos y conjuntos incorporables',NULL,NULL,1),(4230,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','321','4228','Combustibles',NULL,NULL,1),(4231,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','322','4228','Repuestos',NULL,NULL,1),(4232,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','325','4228','Materiales diversos',NULL,NULL,1),(4233,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','326','4228','Embalajes',NULL,NULL,1),(4234,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','327','4228','Envases',NULL,NULL,1),(4235,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','328','4229','Material de oficina',NULL,NULL,1),(4236,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','33','4003','Productos en curso',NULL,NULL,1),(4237,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','330','4236','Productos en curos A',NULL,NULL,1),(4238,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','331','4236','Productos en curso B',NULL,NULL,1),(4239,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','34','4003','Productos semiterminados',NULL,NULL,1),(4240,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','340','4239','Productos semiterminados A',NULL,NULL,1),(4241,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','341','4239','Productos semiterminados B',NULL,NULL,1),(4242,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','35','4003','Productos terminados',NULL,NULL,1),(4243,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','350','4242','Productos terminados A',NULL,NULL,1),(4244,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','351','4242','Productos terminados B',NULL,NULL,1),(4245,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','36','4003','Subproductos, residuos y materiales recuperados',NULL,NULL,1),(4246,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','360','4245','Subproductos A',NULL,NULL,1),(4247,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','361','4245','Subproductos B',NULL,NULL,1),(4248,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','365','4245','Residuos A',NULL,NULL,1),(4249,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','366','4245','Residuos B',NULL,NULL,1),(4250,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','368','4245','Materiales recuperados A',NULL,NULL,1),(4251,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','369','4245','Materiales recuperados B',NULL,NULL,1),(4252,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','39','4003','Deterioro de valor de las existencias',NULL,NULL,1),(4253,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','390','4252','Deterioro de valor de las mercaderías',NULL,NULL,1),(4254,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','391','4252','Deterioro de valor de las materias primas',NULL,NULL,1),(4255,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','392','4252','Deterioro de valor de otros aprovisionamientos',NULL,NULL,1),(4256,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','393','4252','Deterioro de valor de los productos en curso',NULL,NULL,1),(4257,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','394','4252','Deterioro de valor de los productos semiterminados',NULL,NULL,1),(4258,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','395','4252','Deterioro de valor de los productos terminados',NULL,NULL,1),(4259,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','396','4252','Deterioro de valor de los subproductos, residuos y materiales recuperados',NULL,NULL,1),(4260,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','40','4004','Proveedores',NULL,NULL,1),(4261,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','400','4260','Proveedores',NULL,NULL,1),(4262,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4000','4261','Proveedores euros',NULL,NULL,1),(4263,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4004','4261','Proveedores moneda extranjera',NULL,NULL,1),(4264,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4009','4261','Proveedores facturas pendientes de recibir o formalizar',NULL,NULL,1),(4265,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','401','4260','Proveedores efectos comerciales a pagar',NULL,NULL,1),(4266,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','403','4260','Proveedores empresas del grupo',NULL,NULL,1),(4267,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4030','4266','Proveedores empresas del grupo euros',NULL,NULL,1),(4268,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4031','4266','Efectos comerciales a pagar empresas del grupo',NULL,NULL,1),(4269,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4034','4266','Proveedores empresas del grupo moneda extranjera',NULL,NULL,1),(4270,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4036','4266','Envases y embalajes a devolver a proveedores empresas del grupo',NULL,NULL,1),(4271,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4039','4266','Proveedores empresas del grupo facturas pendientes de recibir o de formalizar',NULL,NULL,1),(4272,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','404','4260','Proveedores empresas asociadas',NULL,NULL,1),(4273,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','405','4260','Proveedores otras partes vinculadas',NULL,NULL,1),(4274,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','406','4260','Envases y embalajes a devolver a proveedores',NULL,NULL,1),(4275,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','407','4260','Anticipos a proveedores',NULL,NULL,1),(4276,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','41','4004','Acreedores varios',NULL,NULL,1),(4277,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','410','4276','Acreedores por prestaciones de servicios',NULL,NULL,1),(4278,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4100','4277','Acreedores por prestaciones de servicios euros',NULL,NULL,1),(4279,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4104','4277','Acreedores por prestaciones de servicios moneda extranjera',NULL,NULL,1),(4280,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4109','4277','Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar',NULL,NULL,1),(4281,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','411','4276','Acreedores efectos comerciales a pagar',NULL,NULL,1),(4282,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','419','4276','Acreedores por operaciones en común',NULL,NULL,1),(4283,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','43','4004','Clientes',NULL,NULL,1),(4284,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','430','4283','Clientes',NULL,NULL,1),(4285,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4300','4284','Clientes euros',NULL,NULL,1),(4286,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4304','4284','Clientes moneda extranjera',NULL,NULL,1),(4287,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4309','4284','Clientes facturas pendientes de formalizar',NULL,NULL,1),(4288,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','431','4283','Clientes efectos comerciales a cobrar',NULL,NULL,1),(4289,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4310','4288','Efectos comerciales en cartera',NULL,NULL,1),(4290,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4311','4288','Efectos comerciales descontados',NULL,NULL,1),(4291,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4312','4288','Efectos comerciales en gestión de cobro',NULL,NULL,1),(4292,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4315','4288','Efectos comerciales impagados',NULL,NULL,1),(4293,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','432','4283','Clientes operaciones de factoring',NULL,NULL,1),(4294,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','433','4283','Clientes empresas del grupo',NULL,NULL,1),(4295,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4330','4294','Clientes empresas del grupo euros',NULL,NULL,1),(4296,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4331','4294','Efectos comerciales a cobrar empresas del grupo',NULL,NULL,1),(4297,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4332','4294','Clientes empresas del grupo operaciones de factoring',NULL,NULL,1),(4298,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4334','4294','Clientes empresas del grupo moneda extranjera',NULL,NULL,1),(4299,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4336','4294','Clientes empresas del grupo dudoso cobro',NULL,NULL,1),(4300,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4337','4294','Envases y embalajes a devolver a clientes empresas del grupo',NULL,NULL,1),(4301,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4339','4294','Clientes empresas del grupo facturas pendientes de formalizar',NULL,NULL,1),(4302,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','434','4283','Clientes empresas asociadas',NULL,NULL,1),(4303,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','435','4283','Clientes otras partes vinculadas',NULL,NULL,1),(4304,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','436','4283','Clientes de dudoso cobro',NULL,NULL,1),(4305,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','437','4283','Envases y embalajes a devolver por clientes',NULL,NULL,1),(4306,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','438','4283','Anticipos de clientes',NULL,NULL,1),(4307,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','44','4004','Deudores varios',NULL,NULL,1),(4308,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','440','4307','Deudores',NULL,NULL,1),(4309,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4400','4308','Deudores euros',NULL,NULL,1),(4310,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4404','4308','Deudores moneda extranjera',NULL,NULL,1),(4311,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4409','4308','Deudores facturas pendientes de formalizar',NULL,NULL,1),(4312,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','441','4307','Deudores efectos comerciales a cobrar',NULL,NULL,1),(4313,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4410','4312','Deudores efectos comerciales en cartera',NULL,NULL,1),(4314,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4411','4312','Deudores efectos comerciales descontados',NULL,NULL,1),(4315,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4412','4312','Deudores efectos comerciales en gestión de cobro',NULL,NULL,1),(4316,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4415','4312','Deudores efectos comerciales impagados',NULL,NULL,1),(4317,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','446','4307','Deudores de dusoso cobro',NULL,NULL,1),(4318,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','449','4307','Deudores por operaciones en común',NULL,NULL,1),(4319,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','46','4004','Personal',NULL,NULL,1),(4320,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','460','4319','Anticipos de renumeraciones',NULL,NULL,1),(4321,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','465','4319','Renumeraciones pendientes de pago',NULL,NULL,1),(4322,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','47','4004','Administraciones Públicas',NULL,NULL,1),(4323,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','470','4322','Hacienda Pública deudora por diversos conceptos',NULL,NULL,1),(4324,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4700','4323','Hacienda Pública deudora por IVA',NULL,NULL,1),(4325,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4708','4323','Hacienda Pública deudora por subvenciones concedidas',NULL,NULL,1),(4326,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4709','4323','Hacienda Pública deudora por devolución de impuestos',NULL,NULL,1),(4327,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','471','4322','Organismos de la Seguridad Social deudores',NULL,NULL,1),(4328,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','472','4322','Hacienda Pública IVA soportado',NULL,NULL,1),(4329,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','473','4322','Hacienda Pública retenciones y pagos a cuenta',NULL,NULL,1),(4330,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','474','4322','Activos por impuesto diferido',NULL,NULL,1),(4331,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4740','4330','Activos por diferencias temporarias deducibles',NULL,NULL,1),(4332,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4742','4330','Derechos por deducciones y bonificaciones pendientes de aplicar',NULL,NULL,1),(4333,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4745','4330','Crédito por pérdidasa compensar del ejercicio',NULL,NULL,1),(4334,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','475','4322','Hacienda Pública acreedora por conceptos fiscales',NULL,NULL,1),(4335,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4750','4334','Hacienda Pública acreedora por IVA',NULL,NULL,1),(4336,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4751','4334','Hacienda Pública acreedora por retenciones practicadas',NULL,NULL,1),(4337,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4752','4334','Hacienda Pública acreedora por impuesto sobre sociedades',NULL,NULL,1),(4338,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4758','4334','Hacienda Pública acreedora por subvenciones a integrar',NULL,NULL,1),(4339,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','476','4322','Organismos de la Seguridad Social acreedores',NULL,NULL,1),(4340,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','477','4322','Hacienda Pública IVA repercutido',NULL,NULL,1),(4341,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','479','4322','Pasivos por diferencias temporarias imponibles',NULL,NULL,1),(4342,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','48','4004','Ajustes por periodificación',NULL,NULL,1),(4343,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','480','4342','Gastos anticipados',NULL,NULL,1),(4344,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','485','4342','Ingresos anticipados',NULL,NULL,1),(4345,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','49','4004','Deterioro de valor de créditos comerciales y provisiones a corto plazo',NULL,NULL,1),(4346,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','490','4345','Deterioro de valor de créditos por operaciones comerciales',NULL,NULL,1),(4347,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','493','4345','Deterioro de valor de créditos por operaciones comerciales con partes vinculadas',NULL,NULL,1),(4348,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4933','4347','Deterioro de valor de créditos por operaciones comerciales con empresas del grupo',NULL,NULL,1),(4349,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4934','4347','Deterioro de valor de créditos por operaciones comerciales con empresas asociadas',NULL,NULL,1),(4350,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4935','4347','Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas',NULL,NULL,1),(4351,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','499','4345','Provisiones por operaciones comerciales',NULL,NULL,1),(4352,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4994','4351','Provisión para contratos anerosos',NULL,NULL,1),(4353,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4999','4351','Provisión para otras operaciones comerciales',NULL,NULL,1),(4354,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','50','4005','Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo',NULL,NULL,1),(4355,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','500','4354','Obligaciones y bonos a corto plazo',NULL,NULL,1),(4356,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','502','4354','Acciones o participaciones a corto plazo consideradas como pasivos financieros',NULL,NULL,1),(4357,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','505','4354','Deudas representadas en otros valores negociables a corto plazo',NULL,NULL,1),(4358,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','506','4354','Intereses a corto plazo de emprésitos y otras emisiones analógicas',NULL,NULL,1),(4359,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','507','4354','Dividendos de acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4360,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','509','4354','Valores negociables amortizados',NULL,NULL,1),(4361,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5090','4360','Obligaciones y bonos amortizados',NULL,NULL,1),(4362,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5095','4360','Otros valores negociables amortizados',NULL,NULL,1),(4363,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','51','4005','Deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4364,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','510','4363','Deudas a corto plazo con entidades de crédito vinculadas',NULL,NULL,1),(4365,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5103','4364','Deudas a corto plazo con entidades de crédito empresas del grupo',NULL,NULL,1),(4366,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5104','4364','Deudas a corto plazo con entidades de crédito empresas asociadas',NULL,NULL,1),(4367,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5105','4364','Deudas a corto plazo con otras entidades de crédito vinculadas',NULL,NULL,1),(4368,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','511','4363','Proveedores de inmovilizado a corto plazo partes vinculadas',NULL,NULL,1),(4369,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5113','4368','Proveedores de inmovilizado a corto plazo empresas del grupo',NULL,NULL,1),(4370,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5114','4368','Proveedores de inmovilizado a corto plazo empresas asociadas',NULL,NULL,1),(4371,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5115','4368','Proveedores de inmovilizado a corto plazo otras partes vinculadas',NULL,NULL,1),(4372,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','512','4363','Acreedores por arrendamiento financiero a corto plazo partes vinculadas',NULL,NULL,1),(4373,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5123','4372','Acreedores por arrendamiento financiero a corto plazo empresas del grupo',NULL,NULL,1),(4374,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5124','4372','Acreedores por arrendamiento financiero a corto plazo empresas asociadas',NULL,NULL,1),(4375,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5125','4372','Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas',NULL,NULL,1),(4376,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','513','4363','Otras deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4377,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5133','4376','Otras deudas a corto plazo con empresas del grupo',NULL,NULL,1),(4378,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5134','4376','Otras deudas a corto plazo con empresas asociadas',NULL,NULL,1),(4379,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5135','4376','Otras deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4380,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','514','4363','Intereses a corto plazo con partes vinculadas',NULL,NULL,1),(4381,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5143','4380','Intereses a corto plazo empresas del grupo',NULL,NULL,1),(4382,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5144','4380','Intereses a corto plazo empresas asociadas',NULL,NULL,1),(4383,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5145','4380','Intereses deudas a corto plazo partes vinculadas',NULL,NULL,1),(4384,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','52','4005','Deudas a corto plazo por préstamos recibidos y otros conceptos',NULL,NULL,1),(4385,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','520','4384','Deudas a corto plazo con entidades de crédito',NULL,NULL,1),(4386,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5200','4385','Préstamos a corto plazo de entidades de crédito',NULL,NULL,1),(4387,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5201','4385','Deudas a corto plazo por crédito dispuesto',NULL,NULL,1),(4388,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5208','4385','Deudas por efectos descontados',NULL,NULL,1),(4389,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5209','4385','Deudas por operaciones de factoring',NULL,NULL,1),(4390,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','521','4384','Deudas a corto plazo',NULL,NULL,1),(4391,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','522','4384','Deudas a corto plazo transformables en subvenciones donaciones y legados',NULL,NULL,1),(4392,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','523','4384','Proveedores de inmovilizado a corto plazo',NULL,NULL,1),(4393,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','526','4384','Dividendo activo a pagar',NULL,NULL,1),(4394,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','527','4384','Intereses a corto plazo de deudas con entidades de crédito',NULL,NULL,1),(4395,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','528','4384','Intereses a corto plazo de deudas',NULL,NULL,1),(4396,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','529','4384','Provisiones a corto plazo',NULL,NULL,1),(4397,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5291','4396','Provisión a corto plazo para impuestos',NULL,NULL,1),(4398,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5292','4396','Provisión a corto plazo para otras responsabilidades',NULL,NULL,1),(4399,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5293','4396','Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado',NULL,NULL,1),(4400,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5295','4396','Provisión a corto plazo para actuaciones medioambientales',NULL,NULL,1),(4401,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','53','4005','Inversiones financieras a corto plazo en partes vinculadas',NULL,NULL,1),(4402,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','530','4401','Participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4403,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5303','4402','Participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4404,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5304','4402','Participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4405,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5305','4402','Participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4406,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','531','4401','Valores representativos de deuda a corto plazo de partes vinculadas',NULL,NULL,1),(4407,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5313','4406','Valores representativos de deuda a corto plazo de empresas del grupo',NULL,NULL,1),(4408,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5314','4406','Valores representativos de deuda a corto plazo de empresas asociadas',NULL,NULL,1),(4409,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5315','4406','Valores representativos de deuda a corto plazo de otras partes vinculadas',NULL,NULL,1),(4410,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','532','4401','Créditos a corto plazo a partes vinculadas',NULL,NULL,1),(4411,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5323','4410','Créditos a corto plazo a empresas del grupo',NULL,NULL,1),(4412,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5324','4410','Créditos a corto plazo a empresas asociadas',NULL,NULL,1),(4413,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5325','4410','Créditos a corto plazo a otras partes vinculadas',NULL,NULL,1),(4414,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','533','4401','Intereses a corto plazo de valores representativos de deuda de partes vinculadas',NULL,NULL,1),(4415,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5333','4414','Intereses a corto plazo de valores representativos de deuda en empresas del grupo',NULL,NULL,1),(4416,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5334','4414','Intereses a corto plazo de valores representativos de deuda en empresas asociadas',NULL,NULL,1),(4417,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5335','4414','Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas',NULL,NULL,1),(4418,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','534','4401','Intereses a corto plazo de créditos a partes vinculadas',NULL,NULL,1),(4419,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5343','4418','Intereses a corto plazo de créditos a empresas del grupo',NULL,NULL,1),(4420,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5344','4418','Intereses a corto plazo de créditos a empresas asociadas',NULL,NULL,1),(4421,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5345','4418','Intereses a corto plazo de créditos a otras partes vinculadas',NULL,NULL,1),(4422,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','535','4401','Dividendo a cobrar de inversiones financieras en partes vinculadas',NULL,NULL,1),(4423,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5353','4422','Dividendo a cobrar de empresas del grupo',NULL,NULL,1),(4424,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5354','4422','Dividendo a cobrar de empresas asociadas',NULL,NULL,1),(4425,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5355','4422','Dividendo a cobrar de otras partes vinculadas',NULL,NULL,1),(4426,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','539','4401','Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4427,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5393','4426','Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4428,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5394','4426','Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4429,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5395','4426','Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4430,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','54','4005','Otras inversiones financieras a corto plazo',NULL,NULL,1),(4431,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','540','4430','Inversiones financieras a corto plazo en instrumentos de patrimonio',NULL,NULL,1),(4432,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','541','4430','Valores representativos de deuda a corto plazo',NULL,NULL,1),(4433,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','542','4430','Créditos a corto plazo',NULL,NULL,1),(4434,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','543','4430','Créditos a corto plazo por enejenación de inmovilizado',NULL,NULL,1),(4435,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','544','4430','Créditos a corto plazo al personal',NULL,NULL,1),(4436,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','545','4430','Dividendo a cobrar',NULL,NULL,1),(4437,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','546','4430','Intereses a corto plazo de valores reprsentativos de deuda',NULL,NULL,1),(4438,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','547','4430','Intereses a corto plazo de créditos',NULL,NULL,1),(4439,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','548','4430','Imposiciones a corto plazo',NULL,NULL,1),(4440,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','549','4430','Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo',NULL,NULL,1),(4441,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','55','4005','Otras cuentas no bancarias',NULL,NULL,1),(4442,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','550','4441','Titular de la explotación',NULL,NULL,1),(4443,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','551','4441','Cuenta corriente con socios y administradores',NULL,NULL,1),(4444,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','552','4441','Cuenta corriente otras personas y entidades vinculadas',NULL,NULL,1),(4445,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5523','4444','Cuenta corriente con empresas del grupo',NULL,NULL,1),(4446,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5524','4444','Cuenta corriente con empresas asociadas',NULL,NULL,1),(4447,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5525','4444','Cuenta corriente con otras partes vinculadas',NULL,NULL,1),(4448,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','554','4441','Cuenta corriente con uniones temporales de empresas y comunidades de bienes',NULL,NULL,1),(4449,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','555','4441','Partidas pendientes de aplicación',NULL,NULL,1),(4450,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','556','4441','Desembolsos exigidos sobre participaciones en el patrimonio neto',NULL,NULL,1),(4451,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5563','4450','Desembolsos exigidos sobre participaciones empresas del grupo',NULL,NULL,1),(4452,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5564','4450','Desembolsos exigidos sobre participaciones empresas asociadas',NULL,NULL,1),(4453,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5565','4450','Desembolsos exigidos sobre participaciones otras partes vinculadas',NULL,NULL,1),(4454,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5566','4450','Desembolsos exigidos sobre participaciones otras empresas',NULL,NULL,1),(4455,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','557','4441','Dividendo activo a cuenta',NULL,NULL,1),(4456,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','558','4441','Socios por desembolsos exigidos',NULL,NULL,1),(4457,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5580','4456','Socios por desembolsos exigidos sobre acciones o participaciones ordinarias',NULL,NULL,1),(4458,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5585','4456','Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4459,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','559','4441','Derivados financieros a corto plazo',NULL,NULL,1),(4460,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5590','4459','Activos por derivados financieros a corto plazo',NULL,NULL,1),(4461,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5595','4459','Pasivos por derivados financieros a corto plazo',NULL,NULL,1),(4462,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','56','4005','Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación',NULL,NULL,1),(4463,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','560','4462','Finanzas recibidas a corto plazo',NULL,NULL,1),(4464,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','561','4462','Depósitos recibidos a corto plazo',NULL,NULL,1),(4465,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','565','4462','Finanzas constituidas a corto plazo',NULL,NULL,1),(4466,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','566','4462','Depósitos constituidos a corto plazo',NULL,NULL,1),(4467,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','567','4462','Intereses pagados por anticipado',NULL,NULL,1),(4468,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','568','4462','Intereses cobrados a corto plazo',NULL,NULL,1),(4469,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','57','4005','Tesorería',NULL,NULL,1),(4470,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','CAJA','570','4469','Caja euros',NULL,NULL,1),(4471,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','571','4469','Caja moneda extranjera',NULL,NULL,1),(4472,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','BANCOS','572','4469','Bancos e instituciones de crédito cc vista euros',NULL,NULL,1),(4473,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','573','4469','Bancos e instituciones de crédito cc vista moneda extranjera',NULL,NULL,1),(4474,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','574','4469','Bancos e instituciones de crédito cuentas de ahorro euros',NULL,NULL,1),(4475,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','575','4469','Bancos e instituciones de crédito cuentas de ahorro moneda extranjera',NULL,NULL,1),(4476,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','576','4469','Inversiones a corto plazo de gran liquidez',NULL,NULL,1),(4477,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','59','4005','Deterioro del valor de las inversiones financieras a corto plazo',NULL,NULL,1),(4478,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','593','4477','Deterioro del valor de participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4479,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5933','4478','Deterioro del valor de participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4480,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5934','4478','Deterioro del valor de participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4481,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5935','4478','Deterioro del valor de participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4482,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','594','4477','Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas',NULL,NULL,1),(4483,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5943','4482','Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo',NULL,NULL,1),(4484,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5944','4482','Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas',NULL,NULL,1),(4485,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5945','4482','Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas',NULL,NULL,1),(4486,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','595','4477','Deterioro del valor de créditos a corto plazo en partes vinculadas',NULL,NULL,1),(4487,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5953','4486','Deterioro del valor de créditos a corto plazo en empresas del grupo',NULL,NULL,1),(4488,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5954','4486','Deterioro del valor de créditos a corto plazo en empresas asociadas',NULL,NULL,1),(4489,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5955','4486','Deterioro del valor de créditos a corto plazo en otras partes vinculadas',NULL,NULL,1),(4490,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','596','4477','Deterioro del valor de participaciones a corto plazo',NULL,NULL,1),(4491,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','597','4477','Deterioro del valor de valores representativos de deuda a corto plazo',NULL,NULL,1),(4492,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','598','4477','Deterioro de valor de créditos a corto plazo',NULL,NULL,1),(4493,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','60','4006','Compras',NULL,NULL,1),(4494,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','600','4493','Compras de mercaderías',NULL,NULL,1),(4495,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','601','4493','Compras de materias primas',NULL,NULL,1),(4496,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','602','4493','Compras de otros aprovisionamientos',NULL,NULL,1),(4497,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','606','4493','Descuentos sobre compras por pronto pago',NULL,NULL,1),(4498,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6060','4497','Descuentos sobre compras por pronto pago de mercaderías',NULL,NULL,1),(4499,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6061','4497','Descuentos sobre compras por pronto pago de materias primas',NULL,NULL,1),(4500,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6062','4497','Descuentos sobre compras por pronto pago de otros aprovisionamientos',NULL,NULL,1),(4501,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','607','4493','Trabajos realizados por otras empresas',NULL,NULL,1),(4502,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','608','4493','Devoluciones de compras y operaciones similares',NULL,NULL,1),(4503,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6080','4502','Devoluciones de compras de mercaderías',NULL,NULL,1),(4504,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6081','4502','Devoluciones de compras de materias primas',NULL,NULL,1),(4505,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6082','4502','Devoluciones de compras de otros aprovisionamientos',NULL,NULL,1),(4506,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','609','4493','Rappels por compras',NULL,NULL,1),(4507,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6090','4506','Rappels por compras de mercaderías',NULL,NULL,1),(4508,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6091','4506','Rappels por compras de materias primas',NULL,NULL,1),(4509,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6092','4506','Rappels por compras de otros aprovisionamientos',NULL,NULL,1),(4510,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','61','4006','Variación de existencias',NULL,NULL,1),(4511,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','610','4510','Variación de existencias de mercaderías',NULL,NULL,1),(4512,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','611','4510','Variación de existencias de materias primas',NULL,NULL,1),(4513,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','612','4510','Variación de existencias de otros aprovisionamientos',NULL,NULL,1),(4514,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','62','4006','Servicios exteriores',NULL,NULL,1),(4515,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','620','4514','Gastos en investigación y desarrollo del ejercicio',NULL,NULL,1),(4516,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','621','4514','Arrendamientos y cánones',NULL,NULL,1),(4517,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','622','4514','Reparaciones y conservación',NULL,NULL,1),(4518,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','623','4514','Servicios profesionales independientes',NULL,NULL,1),(4519,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','624','4514','Transportes',NULL,NULL,1),(4520,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','625','4514','Primas de seguros',NULL,NULL,1),(4521,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','626','4514','Servicios bancarios y similares',NULL,NULL,1),(4522,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','627','4514','Publicidad, propaganda y relaciones públicas',NULL,NULL,1),(4523,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','628','4514','Suministros',NULL,NULL,1),(4524,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','629','4514','Otros servicios',NULL,NULL,1),(4525,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','63','4006','Tributos',NULL,NULL,1),(4526,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','630','4525','Impuesto sobre benecifios',NULL,NULL,1),(4527,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6300','4526','Impuesto corriente',NULL,NULL,1),(4528,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6301','4526','Impuesto diferido',NULL,NULL,1),(4529,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','631','4525','Otros tributos',NULL,NULL,1),(4530,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','633','4525','Ajustes negativos en la imposición sobre beneficios',NULL,NULL,1),(4531,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','634','4525','Ajustes negativos en la imposición indirecta',NULL,NULL,1),(4532,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6341','4531','Ajustes negativos en IVA de activo corriente',NULL,NULL,1),(4533,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6342','4531','Ajustes negativos en IVA de inversiones',NULL,NULL,1),(4534,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','636','4525','Devolución de impuestos',NULL,NULL,1),(4535,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','638','4525','Ajustes positivos en la imposición sobre beneficios',NULL,NULL,1),(4536,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','639','4525','Ajustes positivos en la imposición directa',NULL,NULL,1),(4537,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6391','4536','Ajustes positivos en IVA de activo corriente',NULL,NULL,1),(4538,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6392','4536','Ajustes positivos en IVA de inversiones',NULL,NULL,1),(4539,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','64','4006','Gastos de personal',NULL,NULL,1),(4540,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','640','4539','Sueldos y salarios',NULL,NULL,1),(4541,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','641','4539','Indemnizaciones',NULL,NULL,1),(4542,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','642','4539','Seguridad social a cargo de la empresa',NULL,NULL,1),(4543,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','649','4539','Otros gastos sociales',NULL,NULL,1),(4544,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','65','4006','Otros gastos de gestión',NULL,NULL,1),(4545,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','650','4544','Pérdidas de créditos comerciales incobrables',NULL,NULL,1),(4546,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','651','4544','Resultados de operaciones en común',NULL,NULL,1),(4547,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6510','4546','Beneficio transferido gestor',NULL,NULL,1),(4548,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6511','4546','Pérdida soportada participe o asociado no gestor',NULL,NULL,1),(4549,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','659','4544','Otras pérdidas en gestión corriente',NULL,NULL,1),(4550,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','66','4006','Gastos financieros',NULL,NULL,1),(4551,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','660','4550','Gastos financieros por actualización de provisiones',NULL,NULL,1),(4552,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','661','4550','Intereses de obligaciones y bonos',NULL,NULL,1),(4553,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6610','4452','Intereses de obligaciones y bonos a largo plazo empresas del grupo',NULL,NULL,1),(4554,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6611','4452','Intereses de obligaciones y bonos a largo plazo empresas asociadas',NULL,NULL,1),(4555,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6612','4452','Intereses de obligaciones y bonos a largo plazo otras partes vinculadas',NULL,NULL,1),(4556,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6613','4452','Intereses de obligaciones y bonos a largo plazo otras empresas',NULL,NULL,1),(4557,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6615','4452','Intereses de obligaciones y bonos a corto plazo empresas del grupo',NULL,NULL,1),(4558,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6616','4452','Intereses de obligaciones y bonos a corto plazo empresas asociadas',NULL,NULL,1),(4559,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6617','4452','Intereses de obligaciones y bonos a corto plazo otras partes vinculadas',NULL,NULL,1),(4560,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6618','4452','Intereses de obligaciones y bonos a corto plazo otras empresas',NULL,NULL,1),(4561,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','662','4550','Intereses de deudas',NULL,NULL,1),(4562,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6620','4561','Intereses de deudas empresas del grupo',NULL,NULL,1),(4563,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6621','4561','Intereses de deudas empresas asociadas',NULL,NULL,1),(4564,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6622','4561','Intereses de deudas otras partes vinculadas',NULL,NULL,1),(4565,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6623','4561','Intereses de deudas con entidades de crédito',NULL,NULL,1),(4566,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6624','4561','Intereses de deudas otras empresas',NULL,NULL,1),(4567,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','663','4550','Pérdidas por valorización de activos y pasivos financieros por su valor razonable',NULL,NULL,1),(4568,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','664','4550','Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4569,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6640','4568','Dividendos de pasivos empresas del grupo',NULL,NULL,1),(4570,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6641','4568','Dividendos de pasivos empresas asociadas',NULL,NULL,1),(4571,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6642','4568','Dividendos de pasivos otras partes vinculadas',NULL,NULL,1),(4572,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6643','4568','Dividendos de pasivos otras empresas',NULL,NULL,1),(4573,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','665','4550','Intereses por descuento de efectos y operaciones de factoring',NULL,NULL,1),(4574,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6650','4573','Intereses por descuento de efectos en entidades de crédito del grupo',NULL,NULL,1),(4575,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6651','4573','Intereses por descuento de efectos en entidades de crédito asociadas',NULL,NULL,1),(4576,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6652','4573','Intereses por descuento de efectos en entidades de crédito vinculadas',NULL,NULL,1),(4577,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6653','4573','Intereses por descuento de efectos en otras entidades de crédito',NULL,NULL,1),(4578,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6654','4573','Intereses por operaciones de factoring con entidades de crédito del grupo',NULL,NULL,1),(4579,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6655','4573','Intereses por operaciones de factoring con entidades de crédito asociadas',NULL,NULL,1),(4580,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6656','4573','Intereses por operaciones de factoring con otras entidades de crédito vinculadas',NULL,NULL,1),(4581,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6657','4573','Intereses por operaciones de factoring con otras entidades de crédito',NULL,NULL,1),(4582,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','666','4550','Pérdidas en participaciones y valores representativos de deuda',NULL,NULL,1),(4583,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6660','4582','Pérdidas en valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4584,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6661','4582','Pérdidas en valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4585,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6662','4582','Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas',NULL,NULL,1),(4586,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6663','4582','Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4587,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6665','4582','Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4588,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6666','4582','Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4589,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6667','4582','Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas',NULL,NULL,1),(4590,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6668','4582','Pérdidas en valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4591,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','667','4550','Pérdidas de créditos no comerciales',NULL,NULL,1),(4592,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6670','4591','Pérdidas de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4593,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6671','4591','Pérdidas de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4594,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6672','4591','Pérdidas de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4595,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6673','4591','Pérdidas de créditos a largo plazo otras empresas',NULL,NULL,1),(4596,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6675','4591','Pérdidas de créditos a corto plazo empresas del grupo',NULL,NULL,1),(4597,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6676','4591','Pérdidas de créditos a corto plazo empresas asociadas',NULL,NULL,1),(4598,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6677','4591','Pérdidas de créditos a corto plazo otras partes vinculadas',NULL,NULL,1),(4599,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6678','4591','Pérdidas de créditos a corto plazo otras empresas',NULL,NULL,1),(4600,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','668','4550','Diferencias negativas de cambio',NULL,NULL,1),(4601,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','669','4550','Otros gastos financieros',NULL,NULL,1),(4602,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','67','4006','Pérdidas procedentes de activos no corrientes y gastos excepcionales',NULL,NULL,1),(4603,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','670','4602','Pérdidas procedentes del inmovilizado intangible',NULL,NULL,1),(4604,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','671','4602','Pérdidas procedentes del inmovilizado material',NULL,NULL,1),(4605,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','672','4602','Pérdidas procedentes de las inversiones inmobiliarias',NULL,NULL,1),(4607,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','673','4602','Pérdidas procedentes de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4608,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6733','4607','Pérdidas procedentes de participaciones a largo plazo empresas del grupo',NULL,NULL,1),(4609,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6734','4607','Pérdidas procedentes de participaciones a largo plazo empresas asociadas',NULL,NULL,1),(4610,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6735','4607','Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas',NULL,NULL,1),(4611,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','675','4602','Pérdidas por operaciones con obligaciones propias',NULL,NULL,1),(4612,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','678','4602','Gastos excepcionales',NULL,NULL,1),(4613,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','68','4006','Dotaciones para amortizaciones',NULL,NULL,1),(4614,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','680','4613','Amortización del inmovilizado intangible',NULL,NULL,1),(4615,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','681','4613','Amortización del inmovilizado material',NULL,NULL,1),(4616,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','682','4613','Amortización de las inversiones inmobiliarias',NULL,NULL,1),(4617,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','69','4006','Pérdidas por deterioro y otras dotaciones',NULL,NULL,1),(4618,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','690','4617','Pérdidas por deterioro del inmovilizado intangible',NULL,NULL,1),(4619,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','691','4617','Pérdidas por deterioro del inmovilizado material',NULL,NULL,1),(4620,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','692','4617','Pérdidas por deterioro de las inversiones inmobiliarias',NULL,NULL,1),(4621,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','693','4617','Pérdidas por deterioro de existencias',NULL,NULL,1),(4622,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6930','4621','Pérdidas por deterioro de productos terminados y en curso de fabricación',NULL,NULL,1),(4623,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6931','4621','Pérdidas por deterioro de mercaderías',NULL,NULL,1),(4624,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6932','4621','Pérdidas por deterioro de materias primas',NULL,NULL,1),(4625,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6933','4621','Pérdidas por deterioro de otros aprovisionamientos',NULL,NULL,1),(4626,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','694','4617','Pérdidas por deterioro de créditos por operaciones comerciales',NULL,NULL,1),(4627,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','695','4617','Dotación a la provisión por operaciones comerciales',NULL,NULL,1),(4628,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6954','4627','Dotación a la provisión por contratos onerosos',NULL,NULL,1),(4629,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6959','4628','Dotación a la provisión para otras operaciones comerciales',NULL,NULL,1),(4630,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','696','4617','Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo',NULL,NULL,1),(4631,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6960','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',NULL,NULL,1),(4632,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6961','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',NULL,NULL,1),(4633,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6962','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',NULL,NULL,1),(4634,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6963','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',NULL,NULL,1),(4635,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6965','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4636,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6966','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4637,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6967','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas',NULL,NULL,1),(4638,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6968','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4639,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','697','4617','Pérdidas por deterioro de créditos a largo plazo',NULL,NULL,1),(4640,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6970','4639','Pérdidas por deterioro de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4641,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6971','4639','Pérdidas por deterioro de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4642,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6972','4639','Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4643,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6973','4639','Pérdidas por deterioro de créditos a largo plazo otras empresas',NULL,NULL,1),(4644,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','698','4617','Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo',NULL,NULL,1),(4645,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6980','4644','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',NULL,NULL,1),(4646,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6981','4644','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',NULL,NULL,1),(4647,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6985','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4648,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6986','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4649,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6988','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas',NULL,NULL,1),(4650,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','699','4617','Pérdidas por deterioro de crédito a corto plazo',NULL,NULL,1),(4651,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6990','4650','Pérdidas por deterioro de crédito a corto plazo empresas del grupo',NULL,NULL,1),(4652,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6991','4650','Pérdidas por deterioro de crédito a corto plazo empresas asociadas',NULL,NULL,1),(4653,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6992','4650','Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas',NULL,NULL,1),(4654,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6993','4650','Pérdidas por deterioro de crédito a corto plazo otras empresas',NULL,NULL,1),(4655,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','70','4007','Ventas',NULL,NULL,1),(4656,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','700','4655','Ventas de mercaderías',NULL,NULL,1),(4657,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','701','4655','Ventas de productos terminados',NULL,NULL,1),(4658,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','702','4655','Ventas de productos semiterminados',NULL,NULL,1),(4659,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','703','4655','Ventas de subproductos y residuos',NULL,NULL,1),(4660,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','704','4655','Ventas de envases y embalajes',NULL,NULL,1),(4661,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','705','4655','Prestaciones de servicios',NULL,NULL,1),(4662,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','706','4655','Descuentos sobre ventas por pronto pago',NULL,NULL,1),(4663,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7060','4662','Descuentos sobre ventas por pronto pago de mercaderías',NULL,NULL,1),(4664,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7061','4662','Descuentos sobre ventas por pronto pago de productos terminados',NULL,NULL,1),(4665,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7062','4662','Descuentos sobre ventas por pronto pago de productos semiterminados',NULL,NULL,1),(4666,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7063','4662','Descuentos sobre ventas por pronto pago de subproductos y residuos',NULL,NULL,1),(4667,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','708','4655','Devoluciones de ventas y operacioes similares',NULL,NULL,1),(4668,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7080','4667','Devoluciones de ventas de mercaderías',NULL,NULL,1),(4669,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7081','4667','Devoluciones de ventas de productos terminados',NULL,NULL,1),(4670,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7082','4667','Devoluciones de ventas de productos semiterminados',NULL,NULL,1),(4671,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7083','4667','Devoluciones de ventas de subproductos y residuos',NULL,NULL,1),(4672,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7084','4667','Devoluciones de ventas de envases y embalajes',NULL,NULL,1),(4673,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','71','4007','Variación de existencias',NULL,NULL,1),(4674,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','710','4673','Variación de existencias de productos en curso',NULL,NULL,1),(4675,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','711','4673','Variación de existencias de productos semiterminados',NULL,NULL,1),(4676,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','712','4673','Variación de existencias de productos terminados',NULL,NULL,1),(4677,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','713','4673','Variación de existencias de subproductos, residuos y materiales recuperados',NULL,NULL,1),(4678,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','73','4007','Trabajos realizados para la empresa',NULL,NULL,1),(4679,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','730','4678','Trabajos realizados para el inmovilizado intangible',NULL,NULL,1),(4680,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','731','4678','Trabajos realizados para el inmovilizado tangible',NULL,NULL,1),(4681,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','732','4678','Trabajos realizados en inversiones inmobiliarias',NULL,NULL,1),(4682,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','733','4678','Trabajos realizados para el inmovilizado material en curso',NULL,NULL,1),(4683,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','74','4007','Subvenciones, donaciones y legados',NULL,NULL,1),(4684,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','740','4683','Subvenciones, donaciones y legados a la explotación',NULL,NULL,1),(4685,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','746','4683','Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio',NULL,NULL,1),(4686,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','747','4683','Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio',NULL,NULL,1),(4687,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','75','4007','Otros ingresos de gestión',NULL,NULL,1),(4688,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','751','4687','Resultados de operaciones en común',NULL,NULL,1),(4689,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7510','4688','Pérdida transferida gestor',NULL,NULL,1),(4690,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7511','4688','Beneficio atribuido participe o asociado no gestor',NULL,NULL,1),(4691,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','752','4687','Ingreso por arrendamiento',NULL,NULL,1),(4692,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','753','4687','Ingresos de propiedad industrial cedida en explotación',NULL,NULL,1),(4693,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','754','4687','Ingresos por comisiones',NULL,NULL,1),(4694,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','755','4687','Ingresos por servicios al personal',NULL,NULL,1),(4695,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','759','4687','Ingresos por servicios diversos',NULL,NULL,1),(4696,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76','4007','Ingresos financieros',NULL,NULL,1),(4697,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','760','4696','Ingresos de participaciones en instrumentos de patrimonio',NULL,NULL,1),(4698,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7600','4697','Ingresos de participaciones en instrumentos de patrimonio empresas del grupo',NULL,NULL,1),(4699,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7601','4697','Ingresos de participaciones en instrumentos de patrimonio empresas asociadas',NULL,NULL,1),(4700,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7602','4697','Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas',NULL,NULL,1),(4701,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7603','4697','Ingresos de participaciones en instrumentos de patrimonio otras empresas',NULL,NULL,1),(4702,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','761','4696','Ingresos de valores representativos de deuda',NULL,NULL,1),(4703,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7610','4702','Ingresos de valores representativos de deuda empresas del grupo',NULL,NULL,1),(4704,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7611','4702','Ingresos de valores representativos de deuda empresas asociadas',NULL,NULL,1),(4705,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7612','4702','Ingresos de valores representativos de deuda otras partes asociadas',NULL,NULL,1),(4706,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7613','4702','Ingresos de valores representativos de deuda otras empresas',NULL,NULL,1),(4707,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','762','4696','Ingresos de créditos',NULL,NULL,1),(4708,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7620','4707','Ingresos de créditos a largo plazo',NULL,NULL,1),(4709,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76200','4708','Ingresos de crédito a largo plazo empresas del grupo',NULL,NULL,1),(4710,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76201','4708','Ingresos de crédito a largo plazo empresas asociadas',NULL,NULL,1),(4711,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76202','4708','Ingresos de crédito a largo plazo otras partes asociadas',NULL,NULL,1),(4712,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76203','4708','Ingresos de crédito a largo plazo otras empresas',NULL,NULL,1),(4713,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7621','4707','Ingresos de créditos a corto plazo',NULL,NULL,1),(4714,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76210','4713','Ingresos de crédito a corto plazo empresas del grupo',NULL,NULL,1),(4715,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76211','4713','Ingresos de crédito a corto plazo empresas asociadas',NULL,NULL,1),(4716,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76212','4713','Ingresos de crédito a corto plazo otras partes asociadas',NULL,NULL,1),(4717,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76213','4713','Ingresos de crédito a corto plazo otras empresas',NULL,NULL,1),(4718,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','763','4696','Beneficios por valorización de activos y pasivos financieros por su valor razonable',NULL,NULL,1),(4719,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','766','4696','Beneficios en participaciones y valores representativos de deuda',NULL,NULL,1),(4720,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7660','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4721,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7661','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4722,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7662','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas',NULL,NULL,1),(4723,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7663','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4724,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7665','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4725,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7666','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4726,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7667','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas',NULL,NULL,1),(4727,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7668','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4728,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','768','4696','Diferencias positivas de cambio',NULL,NULL,1),(4729,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','769','4696','Otros ingresos financieros',NULL,NULL,1),(4730,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','77','4007','Beneficios procedentes de activos no corrientes e ingresos excepcionales',NULL,NULL,1),(4731,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','770','4730','Beneficios procedentes del inmovilizado intangible',NULL,NULL,1),(4732,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','771','4730','Beneficios procedentes del inmovilizado material',NULL,NULL,1),(4733,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','772','4730','Beneficios procedentes de las inversiones inmobiliarias',NULL,NULL,1),(4734,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','773','4730','Beneficios procedentes de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4735,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7733','4734','Beneficios procedentes de participaciones a largo plazo empresas del grupo',NULL,NULL,1),(4736,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7734','4734','Beneficios procedentes de participaciones a largo plazo empresas asociadas',NULL,NULL,1),(4737,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7735','4734','Beneficios procedentes de participaciones a largo plazo otras partes vinculadas',NULL,NULL,1),(4738,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','775','4730','Beneficios por operaciones con obligaciones propias',NULL,NULL,1),(4739,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','778','4730','Ingresos excepcionales',NULL,NULL,1),(4741,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79','4007','Excesos y aplicaciones de provisiones y pérdidas por deterioro',NULL,NULL,1),(4742,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','790','4741','Revisión del deterioro del inmovilizado intangible',NULL,NULL,1),(4743,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','791','4741','Revisión del deterioro del inmovilizado material',NULL,NULL,1),(4744,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','792','4741','Revisión del deterioro de las inversiones inmobiliarias',NULL,NULL,1),(4745,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','793','4741','Revisión del deterioro de las existencias',NULL,NULL,1),(4746,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7930','4745','Revisión del deterioro de productos terminados y en curso de fabricación',NULL,NULL,1),(4747,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7931','4745','Revisión del deterioro de mercaderías',NULL,NULL,1),(4748,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7932','4745','Revisión del deterioro de materias primas',NULL,NULL,1),(4749,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7933','4745','Revisión del deterioro de otros aprovisionamientos',NULL,NULL,1),(4750,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','794','4741','Revisión del deterioro de créditos por operaciones comerciales',NULL,NULL,1),(4751,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','795','4741','Exceso de provisiones',NULL,NULL,1),(4752,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7951','4751','Exceso de provisión para impuestos',NULL,NULL,1),(4753,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7952','4751','Exceso de provisión para otras responsabilidades',NULL,NULL,1),(4755,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7954','4751','Exceso de provisión para operaciones comerciales',NULL,NULL,1),(4756,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79544','4755','Exceso de provisión por contratos onerosos',NULL,NULL,1),(4757,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79549','4755','Exceso de provisión para otras operaciones comerciales',NULL,NULL,1),(4758,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7955','4751','Exceso de provisión para actuaciones medioambienteales',NULL,NULL,1),(4759,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','796','4741','Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo',NULL,NULL,1),(4760,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7960','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',NULL,NULL,1),(4761,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7961','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',NULL,NULL,1),(4762,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7962','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',NULL,NULL,1),(4763,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7963','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',NULL,NULL,1),(4764,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7965','4759','Revisión del deterioro de valores representativos a largo plazo empresas del grupo',NULL,NULL,1),(4765,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7966','4759','Revisión del deterioro de valores representativos a largo plazo empresas asociadas',NULL,NULL,1),(4766,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7967','4759','Revisión del deterioro de valores representativos a largo otras partes vinculadas',NULL,NULL,1),(4767,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7968','4759','Revisión del deterioro de valores representativos a largo plazo otras empresas',NULL,NULL,1),(4768,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','797','4741','Revisión del deterioro de créditos a largo plazo',NULL,NULL,1),(4769,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7970','4768','Revisión del deterioro de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4770,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7971','4768','Revisión del deterioro de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4771,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7972','4768','Revisión del deterioro de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4772,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7973','4768','Revisión del deterioro de créditos a largo plazo otras empresas',NULL,NULL,1),(4773,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','798','4741','Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo',NULL,NULL,1),(4774,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7980','4773','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',NULL,NULL,1),(4775,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7981','4773','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',NULL,NULL,1),(4776,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7985','4773','Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4777,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7986','4773','Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4778,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7987','4773','Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas',NULL,NULL,1),(4779,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7988','4773','Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4780,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','799','4741','Revisión del deterioro de créditos a corto plazo',NULL,NULL,1),(4781,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7990','4780','Revisión del deterioro de créditos a corto plazo empresas del grupo',NULL,NULL,1),(4782,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7991','4780','Revisión del deterioro de créditos a corto plazo empresas asociadas',NULL,NULL,1),(4783,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7992','4780','Revisión del deterioro de créditos a corto plazo otras partes vinculadas',NULL,NULL,1),(4784,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7993','4780','Revisión del deterioro de créditos a corto plazo otras empresas',NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_accountingaccount` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datep` datetime DEFAULT NULL,
      +  `datep2` datetime DEFAULT NULL,
      +  `fk_action` int(11) DEFAULT NULL,
      +  `code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `fk_project` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_parent` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `transparency` int(11) DEFAULT NULL,
      +  `fk_user_done` int(11) DEFAULT NULL,
      +  `priority` smallint(6) DEFAULT NULL,
      +  `fulldayevent` smallint(6) NOT NULL DEFAULT '0',
      +  `punctual` smallint(6) NOT NULL DEFAULT '1',
      +  `percent` smallint(6) NOT NULL DEFAULT '0',
      +  `location` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `durationp` double DEFAULT NULL,
      +  `durationa` double DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `elementtype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_msgid` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_subject` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_from` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_sender` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_to` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_tocc` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_tobcc` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `errors_to` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurid` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurrule` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurdateend` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  KEY `idx_actioncomm_fk_soc` (`fk_soc`),
      +  KEY `idx_actioncomm_fk_contact` (`fk_contact`),
      +  KEY `idx_actioncomm_fk_element` (`fk_element`),
      +  KEY `idx_actioncomm_code` (`code`),
      +  KEY `idx_actioncomm_fk_user_action` (`fk_user_action`),
      +  KEY `idx_actioncomm_fk_project` (`fk_project`),
      +  KEY `idx_actioncomm_datep` (`datep`),
      +  KEY `idx_actioncomm_datep2` (`datep2`),
      +  KEY `idx_actioncomm_recurid` (`recurid`),
      +  KEY `idx_actioncomm_ref_ext` (`ref_ext`)
      +) ENGINE=InnoDB AUTO_INCREMENT=329 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm`
      +--
      +
      +LOCK TABLES `llx_actioncomm` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm` DISABLE KEYS */;
      +INSERT INTO `llx_actioncomm` VALUES (1,NULL,1,'2010-07-08 14:21:44','2010-07-08 14:21:44',50,NULL,'Company AAA and Co added into Dolibarr','2010-07-08 14:21:44','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company AAA and Co added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,NULL,1,'2010-07-08 14:23:48','2010-07-08 14:23:48',50,NULL,'Company Belin SARL added into Dolibarr','2010-07-08 14:23:48','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Belin SARL added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,NULL,1,'2010-07-08 22:42:12','2010-07-08 22:42:12',50,NULL,'Company Spanish Comp added into Dolibarr','2010-07-08 22:42:12','2014-12-21 12:50:33',1,NULL,NULL,3,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Spanish Comp added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,NULL,1,'2010-07-08 22:48:18','2010-07-08 22:48:18',50,NULL,'Company Prospector Vaalen added into Dolibarr','2010-07-08 22:48:18','2014-12-21 12:50:33',1,NULL,NULL,4,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Prospector Vaalen added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,NULL,1,'2010-07-08 23:22:57','2010-07-08 23:22:57',50,NULL,'Company NoCountry Co added into Dolibarr','2010-07-08 23:22:57','2014-12-21 12:50:33',1,NULL,NULL,5,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company NoCountry Co added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,NULL,1,'2010-07-09 00:15:09','2010-07-09 00:15:09',50,NULL,'Company Swiss customer added into Dolibarr','2010-07-09 00:15:09','2014-12-21 12:50:33',1,NULL,NULL,6,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Swiss customer added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,NULL,1,'2010-07-09 01:24:26','2010-07-09 01:24:26',50,NULL,'Company Generic customer added into Dolibarr','2010-07-09 01:24:26','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Generic customer added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,NULL,1,'2010-07-10 14:54:27','2010-07-10 14:54:27',50,NULL,'Société Client salon ajoutée dans Dolibarr','2010-07-10 14:54:27','2014-12-21 12:50:33',1,NULL,NULL,8,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Client salon ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,NULL,1,'2010-07-10 14:54:44','2010-07-10 14:54:44',50,NULL,'Société Client salon invidivdu ajoutée dans Doliba','2010-07-10 14:54:44','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Client salon invidivdu ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,NULL,1,'2010-07-10 14:56:10','2010-07-10 14:56:10',50,NULL,'Facture FA1007-0001 validée dans Dolibarr','2010-07-10 14:56:10','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 validée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,NULL,1,'2010-07-10 14:58:53','2010-07-10 14:58:53',50,NULL,'Facture FA1007-0001 validée dans Dolibarr','2010-07-10 14:58:53','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 validée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,NULL,1,'2010-07-10 15:00:55','2010-07-10 15:00:55',50,NULL,'Facture FA1007-0001 passée à payée dans Dolibarr','2010-07-10 15:00:55','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 passée à payée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,NULL,1,'2010-07-10 15:13:08','2010-07-10 15:13:08',50,NULL,'Société Smith Vick ajoutée dans Dolibarr','2010-07-10 15:13:08','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Smith Vick ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,NULL,1,'2010-07-10 15:21:00','2010-07-10 16:21:00',5,NULL,'RDV avec mon chef','2010-07-10 15:21:48','2010-07-10 13:21:48',1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,0,0,1,0,'',3600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,NULL,1,'2010-07-10 18:18:16','2010-07-10 18:18:16',50,NULL,'Contrat CONTRAT1 validé dans Dolibarr','2010-07-10 18:18:16','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Contrat CONTRAT1 validé dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,NULL,1,'2010-07-10 18:35:57','2010-07-10 18:35:57',50,NULL,'Société Mon client ajoutée dans Dolibarr','2010-07-10 18:35:57','2014-12-21 12:50:33',1,NULL,NULL,11,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Mon client ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,NULL,1,'2010-07-11 16:18:08','2010-07-11 16:18:08',50,NULL,'Société Dupont Alain ajoutée dans Dolibarr','2010-07-11 16:18:08','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Dupont Alain ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,NULL,1,'2010-07-11 17:11:00','2010-07-11 17:17:00',5,NULL,'Rendez-vous','2010-07-11 17:11:22','2010-07-11 15:11:22',1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,0,0,1,0,'gfgdfgdf',360,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,NULL,1,'2010-07-11 17:13:20','2010-07-11 17:13:20',50,NULL,'Société Vendeur de chips ajoutée dans Dolibarr','2010-07-11 17:13:20','2014-12-21 12:50:33',1,NULL,NULL,13,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Vendeur de chips ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,NULL,1,'2010-07-11 17:15:42','2010-07-11 17:15:42',50,NULL,'Commande CF1007-0001 validée','2010-07-11 17:15:42','2014-12-21 12:50:33',1,NULL,NULL,13,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Commande CF1007-0001 validée\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,NULL,1,'2010-07-11 18:47:33','2010-07-11 18:47:33',50,NULL,'Commande CF1007-0002 validée','2010-07-11 18:47:33','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Commande CF1007-0002 validée\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,NULL,1,'2010-07-18 11:36:18','2010-07-18 11:36:18',50,NULL,'Proposition PR1007-0003 validée','2010-07-18 11:36:18','2014-12-21 12:50:33',1,NULL,NULL,4,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Proposition PR1007-0003 validée\nAuteur: admin',3,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,NULL,1,'2011-07-18 20:49:58','2011-07-18 20:49:58',50,NULL,'Invoice FA1007-0002 validated in Dolibarr','2011-07-18 20:49:58','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1007-0002 validated in Dolibarr\nAuthor: admin',2,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,NULL,1,'2011-07-28 01:37:00',NULL,1,NULL,'Phone call','2011-07-28 01:37:48','2011-07-27 23:37:48',1,NULL,NULL,NULL,2,0,1,NULL,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,NULL,1,'2011-08-01 02:31:24','2011-08-01 02:31:24',50,NULL,'Company mmm added into Dolibarr','2011-08-01 02:31:24','2014-12-21 12:50:33',1,NULL,NULL,15,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company mmm added into Dolibarr\nAuthor: admin',15,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,NULL,1,'2011-08-01 02:31:43','2011-08-01 02:31:43',50,NULL,'Company ppp added into Dolibarr','2011-08-01 02:31:43','2014-12-21 12:50:33',1,NULL,NULL,16,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company ppp added into Dolibarr\nAuthor: admin',16,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,NULL,1,'2011-08-01 02:41:26','2011-08-01 02:41:26',50,NULL,'Company aaa added into Dolibarr','2011-08-01 02:41:26','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company aaa added into Dolibarr\nAuthor: admin',17,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,NULL,1,'2011-08-01 03:34:11','2011-08-01 03:34:11',50,NULL,'Invoice FA1108-0003 validated in Dolibarr','2011-08-01 03:34:11','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0003 validated in Dolibarr\nAuthor: admin',5,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,NULL,1,'2011-08-01 03:34:11','2011-08-01 03:34:11',50,NULL,'Invoice FA1108-0003 validated in Dolibarr','2011-08-01 03:34:11','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0003 changed to paid in Dolibarr\nAuthor: admin',5,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,NULL,1,'2011-08-06 20:33:54','2011-08-06 20:33:54',50,NULL,'Invoice FA1108-0004 validated in Dolibarr','2011-08-06 20:33:54','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0004 validated in Dolibarr\nAuthor: admin',6,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,NULL,1,'2011-08-06 20:33:54','2011-08-06 20:33:54',50,NULL,'Invoice FA1108-0004 validated in Dolibarr','2011-08-06 20:33:54','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0004 changed to paid in Dolibarr\nAuthor: admin',6,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,NULL,1,'2011-08-08 02:41:55','2011-08-08 02:41:55',50,NULL,'Invoice FA1108-0005 validated in Dolibarr','2011-08-08 02:41:55','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0005 validated in Dolibarr\nAuthor: admin',8,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,NULL,1,'2011-08-08 02:53:40','2011-08-08 02:53:40',50,NULL,'Invoice FA1108-0005 changed to paid in Dolibarr','2011-08-08 02:53:40','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0005 changed to paid in Dolibarr\nAuthor: admin',8,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,NULL,1,'2011-08-08 02:54:05','2011-08-08 02:54:05',50,NULL,'Invoice FA1007-0002 changed to paid in Dolibarr','2011-08-08 02:54:05','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1007-0002 changed to paid in Dolibarr\nAuthor: admin',2,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,NULL,1,'2011-08-08 02:55:04','2011-08-08 02:55:04',50,NULL,'Invoice FA1107-0006 validated in Dolibarr','2011-08-08 02:55:04','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1107-0006 validated in Dolibarr\nAuthor: admin',3,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(43,NULL,1,'2011-08-08 02:55:26','2011-08-08 02:55:26',50,NULL,'Invoice FA1108-0007 validated in Dolibarr','2011-08-08 02:55:26','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0007 validated in Dolibarr\nAuthor: admin',9,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(44,NULL,1,'2011-08-08 02:55:58','2011-08-08 02:55:58',50,NULL,'Invoice FA1107-0006 changed to paid in Dolibarr','2011-08-08 02:55:58','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1107-0006 changed to paid in Dolibarr\nAuthor: admin',3,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,NULL,1,'2011-08-08 03:04:22','2011-08-08 03:04:22',50,NULL,'Order CO1108-0001 validated','2011-08-08 03:04:22','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CO1108-0001 validated\nAuthor: admin',5,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,NULL,1,'2011-08-08 13:59:09','2011-08-08 13:59:09',50,NULL,'Order CO1107-0002 validated','2011-08-08 13:59:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CO1107-0002 validated\nAuthor: admin',1,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,NULL,1,'2011-08-08 14:24:18','2011-08-08 14:24:18',50,NULL,'Proposal PR1007-0001 validated','2011-08-08 14:24:18','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposal PR1007-0001 validated\nAuthor: admin',1,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(48,NULL,1,'2011-08-08 14:24:24','2011-08-08 14:24:24',50,NULL,'Proposal PR1108-0004 validated','2011-08-08 14:24:24','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposal PR1108-0004 validated\nAuthor: admin',4,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(49,NULL,1,'2011-08-08 15:04:37','2011-08-08 15:04:37',50,NULL,'Order CF1108-0003 validated','2011-08-08 15:04:37','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CF1108-0003 validated\nAuthor: admin',6,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(50,NULL,1,'2012-12-08 17:56:47','2012-12-08 17:56:47',40,NULL,'Facture AV1212-0001 validée dans Dolibarr','2012-12-08 17:56:47','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0001 validée dans Dolibarr\nAuteur: admin',10,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(51,NULL,1,'2012-12-08 17:57:11','2012-12-08 17:57:11',40,NULL,'Facture AV1212-0001 validée dans Dolibarr','2012-12-08 17:57:11','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0001 validée dans Dolibarr\nAuteur: admin',10,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(52,NULL,1,'2012-12-08 17:58:27','2012-12-08 17:58:27',40,NULL,'Facture FA1212-0008 validée dans Dolibarr','2012-12-08 17:58:27','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0008 validée dans Dolibarr\nAuteur: admin',11,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(53,NULL,1,'2012-12-08 18:20:49','2012-12-08 18:20:49',40,NULL,'Facture AV1212-0002 validée dans Dolibarr','2012-12-08 18:20:49','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0002 validée dans Dolibarr\nAuteur: admin',12,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(54,NULL,1,'2012-12-09 18:35:07','2012-12-09 18:35:07',40,NULL,'Facture AV1212-0002 passée à payée dans Dolibarr','2012-12-09 18:35:07','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0002 passée à payée dans Dolibarr\nAuteur: admin',12,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(55,NULL,1,'2012-12-09 20:14:42','2012-12-09 20:14:42',40,NULL,'Société doe john ajoutée dans Dolibarr','2012-12-09 20:14:42','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Société doe john ajoutée dans Dolibarr\nAuteur: admin',18,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(56,NULL,1,'2012-12-12 18:54:19','2012-12-12 18:54:19',40,NULL,'Facture FA1212-0009 validée dans Dolibarr','2012-12-12 18:54:19','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0009 validée dans Dolibarr\nAuteur: admin',55,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(121,NULL,1,'2012-12-06 10:00:00',NULL,50,NULL,'aaab','2012-12-21 17:48:08','2012-12-21 16:54:07',3,1,NULL,NULL,NULL,0,3,NULL,NULL,1,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(122,NULL,1,'2012-12-21 18:09:52','2012-12-21 18:09:52',40,NULL,'Facture client FA1007-0001 envoyée par EMail','2012-12-21 18:09:52','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Mail envoyé par Firstname SuperAdminName <bidon@destailleur.fr> à laurent@destailleur.fr.\nSujet du mail: Envoi facture FA1007-0001\nCorps du mail:\nVeuillez trouver ci-joint la facture FA1007-0001\r\n\r\nVous pouvez cliquer sur le lien sécurisé ci-dessous pour effectuer votre paiement via Paypal\r\n\r\nhttp://localhost/dolibarrnew/public/paypal/newpayment.php?source=invoice&ref=FA1007-0001&securekey=50c82fab36bb3b6aa83e2a50691803b2\r\n\r\nCordialement',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(123,NULL,1,'2013-01-06 13:13:57','2013-01-06 13:13:57',40,NULL,'Facture 16 validée dans Dolibarr','2013-01-06 13:13:57','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture 16 validée dans Dolibarr\nAuteur: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(124,NULL,1,'2013-01-12 12:23:05','2013-01-12 12:23:05',40,NULL,'Patient aaa ajouté','2013-01-12 12:23:05','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient aaa ajouté\nAuteur: admin',19,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(125,NULL,1,'2013-01-12 12:52:20','2013-01-12 12:52:20',40,NULL,'Patient pppoo ajouté','2013-01-12 12:52:20','2014-12-21 12:50:33',1,NULL,NULL,20,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient pppoo ajouté\nAuteur: admin',20,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(127,NULL,1,'2013-01-19 18:22:48','2013-01-19 18:22:48',40,NULL,'Facture FS1301-0001 validée dans Dolibarr','2013-01-19 18:22:48','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0001 validée dans Dolibarr\nAuteur: admin',148,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(128,NULL,1,'2013-01-19 18:31:10','2013-01-19 18:31:10',40,NULL,'Facture FA6801-0010 validée dans Dolibarr','2013-01-19 18:31:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA6801-0010 validée dans Dolibarr\nAuteur: admin',150,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(129,NULL,1,'2013-01-19 18:31:10','2013-01-19 18:31:10',40,NULL,'Facture FA6801-0010 passée à payée dans Dolibarr','2013-01-19 18:31:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA6801-0010 passée à payée dans Dolibarr\nAuteur: admin',150,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(130,NULL,1,'2013-01-19 18:31:58','2013-01-19 18:31:58',40,NULL,'Facture FS1301-0002 validée dans Dolibarr','2013-01-19 18:31:58','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0002 validée dans Dolibarr\nAuteur: admin',151,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(131,NULL,1,'2013-01-19 18:31:58','2013-01-19 18:31:58',40,NULL,'Facture FS1301-0002 passée à payée dans Dolibarr','2013-01-19 18:31:58','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0002 passée à payée dans Dolibarr\nAuteur: admin',151,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(132,NULL,1,'2013-01-23 15:07:54','2013-01-23 15:07:54',50,NULL,'Consultation 24 saisie (aaa)','2013-01-23 15:07:54','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Consultation 24 saisie (aaa)\nAuteur: admin',24,'cabinetmed_cons',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(133,NULL,1,'2013-01-23 16:56:58','2013-01-23 16:56:58',40,NULL,'Patient pa ajouté','2013-01-23 16:56:58','2014-12-21 12:50:33',1,NULL,NULL,21,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient pa ajouté\nAuteur: admin',21,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(134,NULL,1,'2013-01-23 17:34:00',NULL,50,NULL,'bbcv','2013-01-23 17:35:21','2013-01-23 16:35:21',1,NULL,1,2,NULL,0,1,NULL,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(135,NULL,1,'2013-02-12 15:54:00','2013-02-12 15:54:00',40,NULL,'Facture FA1212-0011 validée dans Dolibarr','2013-02-12 15:54:37','2014-12-21 12:50:33',1,1,NULL,7,NULL,0,1,NULL,1,0,0,1,50,NULL,NULL,NULL,'Facture FA1212-0011 valid&eacute;e dans Dolibarr<br />\r\nAuteur: admin',13,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(136,NULL,1,'2013-02-12 17:06:51','2013-02-12 17:06:51',40,NULL,'Commande CO1107-0003 validée','2013-02-12 17:06:51','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1107-0003 validée\nAuteur: admin',2,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(137,NULL,1,'2013-02-17 16:22:10','2013-02-17 16:22:10',40,NULL,'Proposition PR1302-0009 validée','2013-02-17 16:22:10','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition PR1302-0009 validée\nAuteur: admin',9,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(138,NULL,1,'2013-02-17 16:27:00','2013-02-17 16:27:00',40,NULL,'Facture FA1302-0012 validée dans Dolibarr','2013-02-17 16:27:00','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1302-0012 validée dans Dolibarr\nAuteur: admin',152,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(139,NULL,1,'2013-02-17 16:27:29','2013-02-17 16:27:29',40,NULL,'Proposition PR1302-0010 validée','2013-02-17 16:27:29','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition PR1302-0010 validée\nAuteur: admin',11,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(140,NULL,1,'2013-02-17 18:27:56','2013-02-17 18:27:56',40,NULL,'Commande CO1107-0004 validée','2013-02-17 18:27:56','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1107-0004 validée\nAuteur: admin',3,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(141,NULL,1,'2013-02-17 18:38:14','2013-02-17 18:38:14',40,NULL,'Commande CO1302-0005 validée','2013-02-17 18:38:14','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1302-0005 validée\nAuteur: admin',7,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(142,NULL,1,'2013-02-26 22:57:50','2013-02-26 22:57:50',40,NULL,'Company pppp added into Dolibarr','2013-02-26 22:57:50','2014-12-21 12:50:33',1,NULL,NULL,22,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company pppp added into Dolibarr\nAuthor: admin',22,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,NULL,1,'2013-02-26 22:58:13','2013-02-26 22:58:13',40,NULL,'Company ttttt added into Dolibarr','2013-02-26 22:58:13','2014-12-21 12:50:33',1,NULL,NULL,23,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company ttttt added into Dolibarr\nAuthor: admin',23,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(144,NULL,1,'2013-02-27 10:00:00','2013-02-27 19:20:00',5,NULL,'Rendez-vous','2013-02-27 19:20:53','2013-02-27 18:20:53',1,NULL,NULL,NULL,NULL,0,1,NULL,1,0,0,1,-1,'',33600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(145,NULL,1,'2013-02-27 19:28:00',NULL,2,NULL,'fdsfsd','2013-02-27 19:28:48','2013-02-27 18:29:53',1,1,NULL,NULL,NULL,0,1,NULL,1,0,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(146,NULL,1,'2013-03-06 10:05:07','2013-03-06 10:05:07',40,NULL,'Contrat (PROV3) validé dans Dolibarr','2013-03-06 10:05:07','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Contrat (PROV3) validé dans Dolibarr\nAuteur: admin',3,'contract',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(147,NULL,1,'2013-03-06 16:43:37','2013-03-06 16:43:37',40,NULL,'Facture FA1307-0013 validée dans Dolibarr','2013-03-06 16:43:37','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1307-0013 validée dans Dolibarr\nAuteur: admin',158,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(148,NULL,1,'2013-03-06 16:44:12','2013-03-06 16:44:12',40,NULL,'Facture FA1407-0014 validée dans Dolibarr','2013-03-06 16:44:12','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1407-0014 validée dans Dolibarr\nAuteur: admin',159,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(149,NULL,1,'2013-03-06 16:47:48','2013-03-06 16:47:48',40,NULL,'Facture FA1507-0015 validée dans Dolibarr','2013-03-06 16:47:48','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1507-0015 validée dans Dolibarr\nAuteur: admin',160,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(150,NULL,1,'2013-03-06 16:48:16','2013-03-06 16:48:16',40,NULL,'Facture FA1607-0016 validée dans Dolibarr','2013-03-06 16:48:16','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1607-0016 validée dans Dolibarr\nAuteur: admin',161,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(151,NULL,1,'2013-03-06 17:13:59','2013-03-06 17:13:59',40,NULL,'Société smith smith ajoutée dans Dolibarr','2013-03-06 17:13:59','2014-12-21 12:50:33',1,NULL,NULL,24,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Société smith smith ajoutée dans Dolibarr\nAuteur: admin',24,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(152,NULL,1,'2013-03-08 10:02:22','2013-03-08 10:02:22',40,NULL,'Proposition (PROV12) validée dans Dolibarr','2013-03-08 10:02:22','2014-12-21 12:50:33',1,NULL,NULL,23,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition (PROV12) validée dans Dolibarr\nAuteur: admin',12,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(203,NULL,1,'2013-03-09 19:39:27','2013-03-09 19:39:27',40,'AC_ORDER_SUPPLIER_VALIDATE','Commande CF1303-0004 validée','2013-03-09 19:39:27','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CF1303-0004 validée\nAuteur: admin',13,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(204,NULL,1,'2013-03-10 15:47:37','2013-03-10 15:47:37',40,'AC_COMPANY_CREATE','Patient créé','2013-03-10 15:47:37','2014-12-21 12:50:33',1,NULL,NULL,25,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient créé\nAuteur: admin',25,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(205,NULL,1,'2013-03-10 15:57:32','2013-03-10 15:57:32',40,'AC_COMPANY_CREATE','Tiers créé','2013-03-10 15:57:32','2014-12-21 12:50:33',1,NULL,NULL,26,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Tiers créé\nAuteur: admin',26,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(206,NULL,1,'2013-03-10 15:58:28','2013-03-10 15:58:28',40,'AC_BILL_VALIDATE','Facture FA1303-0017 validée','2013-03-10 15:58:28','2014-12-21 12:50:33',1,NULL,NULL,26,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0017 validée\nAuteur: admin',208,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(207,NULL,1,'2013-03-19 09:38:10','2013-03-19 09:38:10',40,'AC_BILL_VALIDATE','Facture FA1303-0018 validée','2013-03-19 09:38:10','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0018 validée\nAuteur: admin',209,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(208,NULL,1,'2013-03-20 14:30:11','2013-03-20 14:30:11',40,'AC_BILL_VALIDATE','Facture FA1107-0019 validée','2013-03-20 14:30:11','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1107-0019 validée\nAuteur: admin',210,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(209,NULL,1,'2013-03-22 09:40:25','2013-03-22 09:40:25',40,'AC_BILL_VALIDATE','Facture FA1303-0020 validée','2013-03-22 09:40:25','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0020 validée\nAuteur: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(210,NULL,1,'2013-03-23 17:16:25','2013-03-23 17:16:25',40,'AC_BILL_VALIDATE','Facture FA1303-0020 validée','2013-03-23 17:16:25','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0020 validée\nAuteur: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(211,NULL,1,'2013-03-23 18:08:27','2013-03-23 18:08:27',40,'AC_BILL_VALIDATE','Facture FA1307-0013 validée','2013-03-23 18:08:27','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1307-0013 validée\nAuteur: admin',158,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(212,NULL,1,'2013-03-24 15:54:00','2013-03-24 15:54:00',40,'AC_BILL_VALIDATE','Facture FA1212-0021 validée','2013-03-24 15:54:00','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0021 validée\nAuteur: admin',32,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(213,NULL,1,'2013-11-07 01:02:39','2013-11-07 01:02:39',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:02:39','2014-12-21 12:50:33',1,NULL,NULL,27,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',27,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(214,NULL,1,'2013-11-07 01:05:22','2013-11-07 01:05:22',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:05:22','2014-12-21 12:50:33',1,NULL,NULL,28,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',28,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(215,NULL,1,'2013-11-07 01:07:07','2013-11-07 01:07:07',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:07:07','2014-12-21 12:50:33',1,NULL,NULL,29,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',29,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(216,NULL,1,'2013-11-07 01:07:58','2013-11-07 01:07:58',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:07:58','2014-12-21 12:50:33',1,NULL,NULL,30,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',30,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(217,NULL,1,'2013-11-07 01:10:09','2013-11-07 01:10:09',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:10:09','2014-12-21 12:50:33',1,NULL,NULL,31,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',31,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(218,NULL,1,'2013-11-07 01:15:57','2013-11-07 01:15:57',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:15:57','2014-12-21 12:50:33',1,NULL,NULL,32,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',32,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(219,NULL,1,'2013-11-07 01:16:51','2013-11-07 01:16:51',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:16:51','2014-12-21 12:50:33',1,NULL,NULL,33,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',33,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(220,NULL,1,'2014-03-02 17:24:04','2014-03-02 17:24:04',40,'AC_BILL_VALIDATE','Invoice FA1302-0022 validated','2014-03-02 17:24:04','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1302-0022 validated\nAuthor: admin',157,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(221,NULL,1,'2014-03-02 17:24:28','2014-03-02 17:24:28',40,'AC_BILL_VALIDATE','Invoice FA1303-0020 validated','2014-03-02 17:24:28','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 validated\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(222,NULL,1,'2014-03-05 10:00:00','2014-03-05 10:00:00',5,NULL,'RDV John','2014-03-02 19:54:48','2014-03-02 18:55:29',1,1,NULL,NULL,NULL,0,1,0,NULL,0,0,1,-1,NULL,NULL,NULL,'gfdgdfgdf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(223,NULL,1,'2014-03-13 10:00:00','2014-03-17 00:00:00',50,NULL,'Congress','2014-03-02 19:55:11','2014-03-02 18:55:11',1,NULL,NULL,NULL,NULL,0,1,0,NULL,0,0,1,-1,'',309600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(224,NULL,1,'2014-03-14 10:00:00',NULL,1,NULL,'Call john','2014-03-02 19:55:56','2014-03-02 18:55:56',1,NULL,NULL,NULL,NULL,0,1,0,NULL,0,0,1,0,'',NULL,NULL,'tttt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(225,NULL,1,'2014-03-02 20:11:31','2014-03-02 20:11:31',40,'AC_BILL_UNVALIDATE','Invoice FA1303-0020 go back to draft status','2014-03-02 20:11:31','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 go back to draft status\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(226,NULL,1,'2014-03-02 20:13:39','2014-03-02 20:13:39',40,'AC_BILL_VALIDATE','Invoice FA1303-0020 validated','2014-03-02 20:13:39','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 validated\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(227,NULL,1,'2014-03-03 19:20:10','2014-03-03 19:20:10',40,'AC_BILL_VALIDATE','Invoice FA1212-0023 validated','2014-03-03 19:20:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1212-0023 validated\nAuthor: admin',33,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(228,NULL,1,'2014-03-03 19:20:25','2014-03-03 19:20:25',40,'AC_BILL_CANCEL','Invoice FA1212-0023 canceled in Dolibarr','2014-03-03 19:20:25','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1212-0023 canceled in Dolibarr\nAuthor: admin',33,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(229,NULL,1,'2014-03-03 19:20:56','2014-03-03 19:20:56',40,'AC_BILL_VALIDATE','Invoice AV1403-0003 validated','2014-03-03 19:20:56','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1403-0003 validated\nAuthor: admin',212,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(230,NULL,1,'2014-03-03 19:21:29','2014-03-03 19:21:29',40,'AC_BILL_UNVALIDATE','Invoice AV1403-0003 go back to draft status','2014-03-03 19:21:29','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1403-0003 go back to draft status\nAuthor: admin',212,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(231,NULL,1,'2014-03-03 19:22:16','2014-03-03 19:22:16',40,'AC_BILL_VALIDATE','Invoice AV1303-0003 validated','2014-03-03 19:22:16','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1303-0003 validated\nAuthor: admin',213,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(232,NULL,1,'2016-01-22 18:54:39','2016-01-22 18:54:39',40,'AC_OTH_AUTO','Invoice 16 validated','2016-01-22 18:54:39','2016-01-22 17:54:39',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice 16 validated\nAuthor: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(233,NULL,1,'2016-01-22 18:54:46','2016-01-22 18:54:46',40,'AC_OTH_AUTO','Invoice 16 validated','2016-01-22 18:54:46','2016-01-22 17:54:46',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice 16 validated\nAuthor: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(234,NULL,1,'2016-07-05 10:00:00','2016-07-05 11:19:00',5,'AC_RDV','Meeting with my boss','2016-07-31 18:19:48','2016-07-31 14:19:48',12,NULL,NULL,NULL,NULL,0,12,1,NULL,0,0,1,-1,'',4740,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(235,NULL,1,'2016-07-13 00:00:00','2016-07-14 23:59:59',50,'AC_OTH','Trip at Las Vegas','2016-07-31 18:20:36','2016-07-31 14:20:36',12,NULL,4,NULL,2,0,12,1,NULL,0,1,1,-1,'',172799,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(236,NULL,1,'2016-07-29 10:00:00',NULL,4,'AC_EMAIL','Remind to send an email','2016-07-31 18:21:04','2016-07-31 14:21:04',12,NULL,NULL,NULL,NULL,0,4,0,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(237,NULL,1,'2016-07-01 10:00:00',NULL,1,'AC_TEL','Phone call with Mr Vaalen','2016-07-31 18:22:04','2016-07-31 14:22:04',12,NULL,6,4,NULL,0,13,0,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(238,NULL,1,'2016-08-02 10:00:00','2016-08-02 12:00:00',5,'AC_RDV','Meeting on radium','2016-08-01 01:15:50','2016-07-31 21:15:50',12,NULL,8,10,10,0,12,1,NULL,0,0,1,-1,'',7200,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(239,NULL,1,'2017-01-29 21:49:33','2017-01-29 21:49:33',40,'AC_OTH_AUTO','Proposal PR1302-0007 validated','2017-01-29 21:49:33','2017-01-29 17:49:33',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1302-0007 validated\nAuthor: admin',7,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(240,NULL,1,'2017-01-31 20:52:00',NULL,1,'AC_TEL','Call the boss','2017-01-31 20:52:10','2017-01-31 16:52:25',12,12,6,NULL,NULL,0,12,1,NULL,0,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(242,NULL,1,'2017-02-01 18:52:04','2017-02-01 18:52:04',40,'AC_OTH_AUTO','Order CF1007-0001 validated','2017-02-01 18:52:04','2017-02-01 14:52:04',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CF1007-0001 validated\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(243,NULL,1,'2017-02-01 18:52:04','2017-02-01 18:52:04',40,'AC_OTH_AUTO','Order CF1007-0001 approved','2017-02-01 18:52:04','2017-02-01 14:52:04',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CF1007-0001 approved\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(245,NULL,1,'2017-02-01 18:52:32','2017-02-01 18:52:32',40,'AC_OTH_AUTO','Supplier order CF1007-0001 submited','2017-02-01 18:52:32','2017-02-01 14:52:32',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Supplier order CF1007-0001 submited\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(249,NULL,1,'2017-02-01 18:54:01','2017-02-01 18:54:01',40,'AC_OTH_AUTO','Supplier order CF1007-0001 received','2017-02-01 18:54:01','2017-02-01 14:54:01',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Supplier order CF1007-0001 received \nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(250,NULL,1,'2017-02-01 18:54:42','2017-02-01 18:54:42',40,'AC_OTH_AUTO','Email sent by MyBigCompany To mycustomer@example.com','2017-02-01 18:54:42','2017-02-01 14:54:42',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Sender: MyBigCompany &lt;myemail@mybigcompany.com&gt;<br>\nReceiver(s): mycustomer@example.com<br>\nEMail topic: Submission of order CF1007-0001<br>\nEmail body:<br>\nYou will find here our order CF1007-0001<br />\r\n<br />\r\nSincerely<br>\n<br>\nAttached files and documents: CF1007-0001.pdf',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(251,NULL,1,'2017-02-01 19:02:21','2017-02-01 19:02:21',40,'AC_OTH_AUTO','Invoice SI1702-0001 validated','2017-02-01 19:02:21','2017-02-01 15:02:21',12,NULL,5,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice SI1702-0001 validated\nAuthor: admin',20,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(252,NULL,1,'2017-02-12 23:17:04','2017-02-12 23:17:04',40,'AC_OTH_AUTO','Patient créé','2017-02-12 23:17:04','2017-02-12 19:17:04',12,NULL,NULL,26,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Patient créé\nAuthor: admin',26,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(253,NULL,1,'2017-02-12 23:18:33','2017-02-12 23:18:33',40,'AC_OTH_AUTO','Consultation 2 recorded (aaa)','2017-02-12 23:18:33','2017-02-12 19:18:33',12,NULL,NULL,NULL,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Consultation 2 recorded (aaa)\nAuthor: admin',2,'cabinetmed_cons',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(254,NULL,1,'2017-02-15 23:28:41','2017-02-15 23:28:41',40,'AC_OTH_AUTO','Order CO7001-0005 validated','2017-02-15 23:28:41','2017-02-15 22:28:41',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0005 validated\nAuthor: admin',7,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(255,NULL,1,'2017-02-15 23:28:56','2017-02-15 23:28:56',40,'AC_OTH_AUTO','Order CO7001-0006 validated','2017-02-15 23:28:56','2017-02-15 22:28:56',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0006 validated\nAuthor: admin',8,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(256,NULL,1,'2017-02-15 23:34:33','2017-02-15 23:34:33',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:34:33','2017-02-15 22:34:33',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',9,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(257,NULL,1,'2017-02-15 23:35:03','2017-02-15 23:35:03',40,'AC_OTH_AUTO','Order CO7001-0008 validated','2017-02-15 23:35:03','2017-02-15 22:35:03',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0008 validated\nAuthor: admin',10,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(263,NULL,1,'2017-02-15 23:50:34','2017-02-15 23:50:34',40,'AC_OTH_AUTO','Order CO7001-0005 validated','2017-02-15 23:50:34','2017-02-15 22:50:34',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0005 validated\nAuthor: admin',17,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(264,NULL,1,'2017-02-15 23:51:23','2017-02-15 23:51:23',40,'AC_OTH_AUTO','Order CO7001-0006 validated','2017-02-15 23:51:23','2017-02-15 22:51:23',12,NULL,NULL,7,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0006 validated\nAuthor: admin',18,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(265,NULL,1,'2017-02-15 23:54:51','2017-02-15 23:54:51',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:54:51','2017-02-15 22:54:51',12,NULL,NULL,17,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',19,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(266,NULL,1,'2017-02-15 23:55:52','2017-02-15 23:55:52',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:55:52','2017-02-15 22:55:52',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',20,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(267,NULL,1,'2017-02-16 00:03:44','2017-02-16 00:03:44',40,'AC_OTH_AUTO','Order CO7001-0008 validated','2017-02-16 00:03:44','2017-02-15 23:03:44',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0008 validated\nAuthor: admin',29,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(268,NULL,1,'2017-02-16 00:05:01','2017-02-16 00:05:01',40,'AC_OTH_AUTO','Order CO7001-0009 validated','2017-02-16 00:05:01','2017-02-15 23:05:01',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0009 validated\nAuthor: admin',34,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(269,NULL,1,'2017-02-16 00:05:01','2017-02-16 00:05:01',40,'AC_OTH_AUTO','Order CO7001-0010 validated','2017-02-16 00:05:01','2017-02-15 23:05:01',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0010 validated\nAuthor: admin',38,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(270,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0011 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0011 validated\nAuthor: admin',40,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(271,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0012 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,10,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0012 validated\nAuthor: admin',43,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(272,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0013 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0013 validated\nAuthor: admin',47,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(273,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0014 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0014 validated\nAuthor: admin',48,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(274,NULL,1,'2017-02-16 00:05:26','2017-02-16 00:05:26',40,'AC_OTH_AUTO','Order CO7001-0015 validated','2017-02-16 00:05:26','2017-02-15 23:05:26',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0015 validated\nAuthor: admin',50,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(275,NULL,1,'2017-02-16 00:05:26','2017-02-16 00:05:26',40,'AC_OTH_AUTO','Order CO7001-0016 validated','2017-02-16 00:05:26','2017-02-15 23:05:26',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0016 validated\nAuthor: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(277,NULL,1,'2017-02-16 00:05:35','2017-02-16 00:05:35',40,'AC_OTH_AUTO','Order CO7001-0018 validated','2017-02-16 00:05:35','2017-02-15 23:05:35',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0018 validated\nAuthor: admin',62,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(278,NULL,1,'2017-02-16 00:05:35','2017-02-16 00:05:35',40,'AC_OTH_AUTO','Order CO7001-0019 validated','2017-02-16 00:05:35','2017-02-15 23:05:35',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0019 validated\nAuthor: admin',68,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(279,NULL,1,'2017-02-16 00:05:36','2017-02-16 00:05:36',40,'AC_OTH_AUTO','Order CO7001-0020 validated','2017-02-16 00:05:36','2017-02-15 23:05:36',12,NULL,NULL,6,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0020 validated\nAuthor: admin',72,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(281,NULL,1,'2017-02-16 00:05:37','2017-02-16 00:05:37',40,'AC_OTH_AUTO','Order CO7001-0022 validated','2017-02-16 00:05:37','2017-02-15 23:05:37',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0022 validated\nAuthor: admin',78,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(282,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0023 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0023 validated\nAuthor: admin',81,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(283,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0024 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,26,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0024 validated\nAuthor: admin',83,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(284,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0025 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,2,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0025 validated\nAuthor: admin',84,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(285,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0026 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0026 validated\nAuthor: admin',85,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(286,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0027 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,10,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0027 validated\nAuthor: admin',88,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(287,NULL,1,'2017-02-16 03:05:56','2017-02-16 03:05:56',40,'AC_OTH_AUTO','Commande CO7001-0016 classée Livrée','2017-02-16 03:05:56','2017-02-15 23:05:56',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0016 classée Livrée\nAuteur: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(288,NULL,1,'2017-02-16 03:06:01','2017-02-16 03:06:01',40,'AC_OTH_AUTO','Commande CO7001-0016 classée Facturée','2017-02-16 03:06:01','2017-02-15 23:06:01',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0016 classée Facturée\nAuteur: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(294,NULL,1,'2017-02-16 03:53:04','2017-02-16 03:53:04',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 03:53:04','2017-02-15 23:53:04',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(295,NULL,1,'2017-02-16 03:58:08','2017-02-16 03:58:08',40,'AC_OTH_AUTO','Expédition SH1702-0002 validée','2017-02-16 03:58:08','2017-02-15 23:58:08',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Expédition SH1702-0002 validée\nAuteur: admin',3,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(296,NULL,1,'2017-02-16 04:12:29','2017-02-16 04:12:29',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 04:12:29','2017-02-16 00:12:29',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(297,NULL,1,'2017-02-16 04:14:20','2017-02-16 04:14:20',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 04:14:20','2017-02-16 00:14:20',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(298,NULL,1,'2017-02-16 01:44:58','2017-02-16 01:44:58',40,'AC_OTH_AUTO','Proposal PR1702-0009 validated','2017-02-16 01:44:58','2017-02-16 00:44:58',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0009 validated\nAuthor: aeinstein',11,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(299,NULL,1,'2017-02-16 01:45:44','2017-02-16 01:45:44',40,'AC_OTH_AUTO','Proposal PR1702-0010 validated','2017-02-16 01:45:44','2017-02-16 00:45:44',2,NULL,NULL,7,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0010 validated\nAuthor: demo',12,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(300,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0011 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0011 validated\nAuthor: aeinstein',13,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(301,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0012 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,3,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0012 validated\nAuthor: demo',14,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(302,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0013 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,26,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0013 validated\nAuthor: demo',15,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(303,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0014 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0014 validated\nAuthor: demo',16,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(304,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0015 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0015 validated\nAuthor: aeinstein',17,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(305,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0016 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,26,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0016 validated\nAuthor: demo',18,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(306,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0017 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,12,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0017 validated\nAuthor: demo',19,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(307,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0018 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0018 validated\nAuthor: aeinstein',20,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(308,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0019 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0019 validated\nAuthor: aeinstein',21,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(309,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0020 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0020 validated\nAuthor: aeinstein',22,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(310,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0021 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',2,NULL,NULL,12,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0021 validated\nAuthor: demo',23,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(311,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0022 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',2,NULL,NULL,7,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0022 validated\nAuthor: demo',24,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(312,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0023 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',1,NULL,NULL,3,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0023 validated\nAuthor: aeinstein',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(313,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0024 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0024 validated\nAuthor: demo',26,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(314,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0025 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',1,NULL,NULL,6,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0025 validated\nAuthor: aeinstein',27,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(315,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0026 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,19,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0026 validated\nAuthor: demo',28,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(316,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0027 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0027 validated\nAuthor: demo',29,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(317,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0028 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0028 validated\nAuthor: demo',30,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(318,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0029 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',1,NULL,NULL,11,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0029 validated\nAuthor: aeinstein',31,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(319,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0030 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,19,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0030 validated\nAuthor: demo',32,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(320,NULL,1,'2017-02-16 04:46:31','2017-02-16 04:46:31',40,'AC_OTH_AUTO','Proposition PR1702-0026 signée','2017-02-16 04:46:31','2017-02-16 00:46:31',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0026 signée\nAuteur: admin',28,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(321,NULL,1,'2017-02-16 04:46:37','2017-02-16 04:46:37',40,'AC_OTH_AUTO','Proposition PR1702-0027 signée','2017-02-16 04:46:37','2017-02-16 00:46:37',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0027 signée\nAuteur: admin',29,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(322,NULL,1,'2017-02-16 04:46:42','2017-02-16 04:46:42',40,'AC_OTH_AUTO','Proposition PR1702-0028 refusée','2017-02-16 04:46:42','2017-02-16 00:46:42',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0028 refusée\nAuteur: admin',30,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(323,NULL,1,'2017-02-16 04:47:09','2017-02-16 04:47:09',40,'AC_OTH_AUTO','Proposition PR1702-0019 validée','2017-02-16 04:47:09','2017-02-16 00:47:09',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0019 validée\nAuteur: admin',21,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(324,NULL,1,'2017-02-16 04:47:25','2017-02-16 04:47:25',40,'AC_OTH_AUTO','Proposition PR1702-0023 signée','2017-02-16 04:47:25','2017-02-16 00:47:25',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0023 signée\nAuteur: admin',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(325,NULL,1,'2017-02-16 04:47:29','2017-02-16 04:47:29',40,'AC_OTH_AUTO','Proposition PR1702-0023 classée payée','2017-02-16 04:47:29','2017-02-16 00:47:29',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0023 classée payée\nAuteur: admin',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(326,NULL,1,'2017-02-17 16:07:18','2017-02-17 16:07:18',40,'AC_OTH_AUTO','Proposition PR1702-0021 validée','2017-02-17 16:07:18','2017-02-17 12:07:18',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0021 validée\nAuteur: admin',23,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(327,NULL,1,'2017-05-12 13:53:44','2017-05-12 13:53:44',40,'AC_OTH_AUTO','Email sent by MyBigCompany To Einstein','2017-05-12 13:53:44','2017-05-12 09:53:44',12,NULL,NULL,11,12,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Sender: MyBigCompany &lt;myemail@mybigcompany.com&gt;<br>\nReceiver(s): Einstein &lt;genius@example.com&gt;<br>\nBcc: Einstein &lt;genius@example.com&gt;<br>\nEMail topic: Test<br>\nEmail body:<br>\nTest\nAuthor: admin',11,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(328,NULL,1,'2017-08-29 22:39:09','2017-08-29 22:39:09',40,'AC_OTH_AUTO','Invoice FA1601-0024 validated','2017-08-29 22:39:09','2017-08-29 18:39:09',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice FA1601-0024 validated\nAuthor: admin',149,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_actioncomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_actioncomm_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_extrafields`
      +--
      +
      +LOCK TABLES `llx_actioncomm_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_actioncomm_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_reminder`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_reminder`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_reminder` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `dateremind` datetime NOT NULL,
      +  `typeremind` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `offsetvalue` int(11) NOT NULL,
      +  `offsetunit` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  `status` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_actioncomm_reminder_unique` (`fk_user`,`typeremind`,`offsetvalue`,`offsetunit`),
      +  KEY `idx_actioncomm_reminder_rowid` (`rowid`),
      +  KEY `idx_actioncomm_reminder_dateremind` (`dateremind`),
      +  KEY `idx_actioncomm_reminder_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_reminder`
      +--
      +
      +LOCK TABLES `llx_actioncomm_reminder` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_reminder` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_actioncomm_reminder` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_resources`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_resources`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_resources` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_actioncomm` int(11) NOT NULL,
      +  `element_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `answer_status` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `mandatory` smallint(6) DEFAULT NULL,
      +  `transparency` smallint(6) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_actioncomm_resources` (`fk_actioncomm`,`element_type`,`fk_element`),
      +  KEY `idx_actioncomm_resources_fk_element` (`fk_element`)
      +) ENGINE=InnoDB AUTO_INCREMENT=216 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_resources`
      +--
      +
      +LOCK TABLES `llx_actioncomm_resources` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_resources` DISABLE KEYS */;
      +INSERT INTO `llx_actioncomm_resources` VALUES (1,1,'user',1,NULL,NULL,1),(2,2,'user',1,NULL,NULL,1),(3,3,'user',1,NULL,NULL,1),(4,4,'user',1,NULL,NULL,1),(5,5,'user',1,NULL,NULL,1),(6,6,'user',1,NULL,NULL,1),(7,7,'user',1,NULL,NULL,1),(8,8,'user',1,NULL,NULL,1),(9,9,'user',1,NULL,NULL,1),(10,10,'user',1,NULL,NULL,1),(11,11,'user',1,NULL,NULL,1),(12,12,'user',1,NULL,NULL,1),(13,13,'user',1,NULL,NULL,1),(14,14,'user',1,NULL,NULL,1),(15,15,'user',1,NULL,NULL,1),(16,16,'user',1,NULL,NULL,1),(17,17,'user',1,NULL,NULL,1),(18,18,'user',1,NULL,NULL,1),(19,19,'user',1,NULL,NULL,1),(20,20,'user',1,NULL,NULL,1),(21,21,'user',1,NULL,NULL,1),(22,22,'user',1,NULL,NULL,1),(23,23,'user',1,NULL,NULL,1),(24,24,'user',1,NULL,NULL,1),(25,25,'user',1,NULL,NULL,1),(26,26,'user',1,NULL,NULL,1),(27,27,'user',1,NULL,NULL,1),(28,28,'user',1,NULL,NULL,1),(29,29,'user',1,NULL,NULL,1),(30,30,'user',1,NULL,NULL,1),(31,31,'user',1,NULL,NULL,1),(32,38,'user',1,NULL,NULL,1),(33,40,'user',1,NULL,NULL,1),(34,41,'user',1,NULL,NULL,1),(35,42,'user',1,NULL,NULL,1),(36,43,'user',1,NULL,NULL,1),(37,44,'user',1,NULL,NULL,1),(38,45,'user',1,NULL,NULL,1),(39,46,'user',1,NULL,NULL,1),(40,47,'user',1,NULL,NULL,1),(41,48,'user',1,NULL,NULL,1),(42,49,'user',1,NULL,NULL,1),(43,50,'user',1,NULL,NULL,1),(44,51,'user',1,NULL,NULL,1),(45,52,'user',1,NULL,NULL,1),(46,53,'user',1,NULL,NULL,1),(47,54,'user',1,NULL,NULL,1),(48,55,'user',1,NULL,NULL,1),(49,56,'user',1,NULL,NULL,1),(50,121,'user',3,NULL,NULL,1),(51,122,'user',1,NULL,NULL,1),(52,123,'user',1,NULL,NULL,1),(53,124,'user',1,NULL,NULL,1),(54,125,'user',1,NULL,NULL,1),(55,127,'user',1,NULL,NULL,1),(56,128,'user',1,NULL,NULL,1),(57,129,'user',1,NULL,NULL,1),(58,130,'user',1,NULL,NULL,1),(59,131,'user',1,NULL,NULL,1),(60,132,'user',1,NULL,NULL,1),(61,133,'user',1,NULL,NULL,1),(62,134,'user',1,NULL,NULL,1),(63,135,'user',1,NULL,NULL,1),(64,136,'user',1,NULL,NULL,1),(65,137,'user',1,NULL,NULL,1),(66,138,'user',1,NULL,NULL,1),(67,139,'user',1,NULL,NULL,1),(68,140,'user',1,NULL,NULL,1),(69,141,'user',1,NULL,NULL,1),(70,142,'user',1,NULL,NULL,1),(71,143,'user',1,NULL,NULL,1),(72,144,'user',1,NULL,NULL,1),(73,145,'user',1,NULL,NULL,1),(74,146,'user',1,NULL,NULL,1),(75,147,'user',1,NULL,NULL,1),(76,148,'user',1,NULL,NULL,1),(77,149,'user',1,NULL,NULL,1),(78,150,'user',1,NULL,NULL,1),(79,151,'user',1,NULL,NULL,1),(80,152,'user',1,NULL,NULL,1),(81,203,'user',1,NULL,NULL,1),(82,204,'user',1,NULL,NULL,1),(83,205,'user',1,NULL,NULL,1),(84,206,'user',1,NULL,NULL,1),(85,207,'user',1,NULL,NULL,1),(86,208,'user',1,NULL,NULL,1),(87,209,'user',1,NULL,NULL,1),(88,210,'user',1,NULL,NULL,1),(89,211,'user',1,NULL,NULL,1),(90,212,'user',1,NULL,NULL,1),(91,213,'user',1,NULL,NULL,1),(92,214,'user',1,NULL,NULL,1),(93,215,'user',1,NULL,NULL,1),(94,216,'user',1,NULL,NULL,1),(95,217,'user',1,NULL,NULL,1),(96,218,'user',1,NULL,NULL,1),(97,219,'user',1,NULL,NULL,1),(98,220,'user',1,NULL,NULL,1),(99,221,'user',1,NULL,NULL,1),(100,222,'user',1,NULL,NULL,1),(101,223,'user',1,NULL,NULL,1),(102,224,'user',1,NULL,NULL,1),(103,225,'user',1,NULL,NULL,1),(104,226,'user',1,NULL,NULL,1),(105,227,'user',1,NULL,NULL,1),(106,228,'user',1,NULL,NULL,1),(107,229,'user',1,NULL,NULL,1),(108,230,'user',1,NULL,NULL,1),(109,231,'user',1,NULL,NULL,1),(110,232,'user',12,'0',0,0),(111,233,'user',12,'0',0,0),(112,234,'user',12,'0',0,1),(113,235,'user',12,'0',0,1),(114,236,'user',4,'0',0,0),(115,237,'user',13,'0',0,0),(116,237,'user',16,'0',0,0),(117,237,'user',18,'0',0,0),(118,238,'user',12,'0',0,1),(119,238,'user',3,'0',0,1),(120,238,'user',10,'0',0,1),(121,239,'user',12,'0',0,0),(123,240,'user',12,'0',0,1),(125,242,'user',12,'0',0,0),(126,243,'user',12,'0',0,0),(128,245,'user',12,'0',0,0),(132,249,'user',12,'0',0,0),(133,250,'user',12,'0',0,0),(134,251,'user',12,'0',0,0),(135,252,'user',12,'0',0,0),(136,253,'user',12,'0',0,0),(137,254,'user',12,'0',0,0),(138,255,'user',12,'0',0,0),(139,256,'user',12,'0',0,0),(140,257,'user',12,'0',0,0),(146,263,'user',12,'0',0,0),(147,264,'user',12,'0',0,0),(148,265,'user',12,'0',0,0),(149,266,'user',12,'0',0,0),(150,267,'user',12,'0',0,0),(151,268,'user',12,'0',0,0),(152,269,'user',12,'0',0,0),(153,270,'user',12,'0',0,0),(154,271,'user',12,'0',0,0),(155,272,'user',12,'0',0,0),(156,273,'user',12,'0',0,0),(157,274,'user',12,'0',0,0),(158,275,'user',12,'0',0,0),(160,277,'user',12,'0',0,0),(161,278,'user',12,'0',0,0),(162,279,'user',12,'0',0,0),(164,281,'user',12,'0',0,0),(165,282,'user',12,'0',0,0),(166,283,'user',12,'0',0,0),(167,284,'user',12,'0',0,0),(168,285,'user',12,'0',0,0),(169,286,'user',12,'0',0,0),(170,287,'user',12,'0',0,0),(171,288,'user',12,'0',0,0),(177,294,'user',12,'0',0,0),(178,295,'user',12,'0',0,0),(179,296,'user',12,'0',0,0),(180,297,'user',12,'0',0,0),(181,298,'user',1,'0',0,0),(182,299,'user',2,'0',0,0),(183,300,'user',1,'0',0,0),(184,301,'user',2,'0',0,0),(185,302,'user',2,'0',0,0),(186,303,'user',2,'0',0,0),(187,304,'user',1,'0',0,0),(188,305,'user',2,'0',0,0),(189,306,'user',2,'0',0,0),(190,307,'user',1,'0',0,0),(191,308,'user',1,'0',0,0),(192,309,'user',1,'0',0,0),(193,310,'user',2,'0',0,0),(194,311,'user',2,'0',0,0),(195,312,'user',1,'0',0,0),(196,313,'user',2,'0',0,0),(197,314,'user',1,'0',0,0),(198,315,'user',2,'0',0,0),(199,316,'user',2,'0',0,0),(200,317,'user',2,'0',0,0),(201,318,'user',1,'0',0,0),(202,319,'user',2,'0',0,0),(203,320,'user',12,'0',0,0),(204,321,'user',12,'0',0,0),(205,322,'user',12,'0',0,0),(206,323,'user',12,'0',0,0),(207,324,'user',12,'0',0,0),(208,325,'user',12,'0',0,0),(209,326,'user',12,'0',0,0),(210,327,'user',12,'0',0,0),(211,328,'user',12,'0',0,0),(212,24,'socpeople',2,NULL,NULL,1),(213,235,'socpeople',2,NULL,NULL,1),(214,238,'socpeople',10,NULL,NULL,1),(215,327,'socpeople',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_actioncomm_resources` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_crypted` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_adherent_type` int(11) NOT NULL,
      +  `morphy` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `societe` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `address` text COLLATE utf8_unicode_ci,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state_id` int(11) DEFAULT NULL,
      +  `country` int(11) DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_perso` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `birth` date DEFAULT NULL,
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `public` smallint(6) NOT NULL DEFAULT '0',
      +  `datefin` datetime DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `datevalid` datetime DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_adherent_login` (`login`,`entity`),
      +  UNIQUE KEY `uk_adherent_fk_soc` (`fk_soc`),
      +  KEY `idx_adherent_fk_adherent_type` (`fk_adherent_type`),
      +  CONSTRAINT `adherent_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_adherent_adherent_type` FOREIGN KEY (`fk_adherent_type`) REFERENCES `llx_adherent_type` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent`
      +--
      +
      +LOCK TABLES `llx_adherent` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent` DISABLE KEYS */;
      +INSERT INTO `llx_adherent` VALUES (1,1,NULL,NULL,'Smith','Vick','vsmith','vsx1n8tf',NULL,2,'phy',NULL,10,NULL,NULL,NULL,NULL,102,'vsmith@email.com',NULL,NULL,NULL,NULL,'1960-07-07',NULL,1,0,'2012-07-09 00:00:00',NULL,NULL,'2010-07-10 15:12:56','2010-07-08 23:50:00','2013-03-20 13:30:11',1,1,1,NULL,NULL,NULL),(2,1,NULL,NULL,'Curie','Pierre','pcurie','pcuriedolibarr',NULL,2,'phy',NULL,12,NULL,NULL,NULL,NULL,1,'pcurie@example.com','',NULL,NULL,NULL,'1972-07-08',NULL,1,1,'2017-07-17 00:00:00',NULL,NULL,'2010-07-10 15:03:32','2010-07-10 15:03:09','2015-10-05 19:57:57',1,12,1,NULL,NULL,NULL),(3,1,NULL,NULL,'john','doe','john','8bs6gty5',NULL,2,'phy',NULL,NULL,NULL,NULL,NULL,NULL,1,'johndoe@email.com',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,'2011-07-18 21:28:00','2011-07-18 21:10:09','2015-10-03 09:28:46',1,1,1,NULL,NULL,NULL),(4,1,NULL,NULL,'smith','smith','Smith','s6hjp10f',NULL,2,'phy',NULL,NULL,NULL,NULL,NULL,NULL,11,'smith@email.com',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,'2011-07-18 21:27:52','2011-07-18 21:27:44','2015-10-03 09:40:27',1,1,1,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_adherent` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `zzz` varchar(125) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `aaa` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sssss` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_adherent_options` (`fk_object`),
      +  KEY `idx_adherent_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_extrafields`
      +--
      +
      +LOCK TABLES `llx_adherent_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_adherent_extrafields` VALUES (62,'2011-07-18 19:10:09',3,NULL,NULL,NULL,NULL),(63,'2011-07-18 19:27:44',4,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_adherent_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `subscription` varchar(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
      +  `vote` varchar(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `mail_valid` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_adherent_type_libelle` (`libelle`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_type`
      +--
      +
      +LOCK TABLES `llx_adherent_type` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_type` DISABLE KEYS */;
      +INSERT INTO `llx_adherent_type` VALUES (1,1,'2010-07-08 21:41:55',1,'Board members','1','1','','<br />'),(2,1,'2010-07-08 21:41:43',1,'Standard members','1','0','','<br />');
      +/*!40000 ALTER TABLE `llx_adherent_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_type_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_type_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_type_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_adherent_type_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_type_extrafields`
      +--
      +
      +LOCK TABLES `llx_adherent_type_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_type_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_adherent_type_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_advtargetemailing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_advtargetemailing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_advtargetemailing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `filtervalue` text COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_element` int(11) NOT NULL,
      +  `type_element` varchar(180) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_advtargetemailing_name` (`name`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_advtargetemailing`
      +--
      +
      +LOCK TABLES `llx_advtargetemailing` WRITE;
      +/*!40000 ALTER TABLE `llx_advtargetemailing` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_advtargetemailing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `day_session` int(11) NOT NULL,
      +  `heured` varchar(5) NOT NULL,
      +  `heuref` varchar(5) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_calendrier` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_calendrier` VALUES (1,1,1,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(2,1,1,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(3,1,2,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(4,1,2,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(5,1,3,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(6,1,3,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(7,1,4,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(8,1,4,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25');
      +/*!40000 ALTER TABLE `llx_agefodd_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_certif_state`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_certif_state`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_certif_state` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_certif` int(11) NOT NULL,
      +  `fk_certif_type` int(11) NOT NULL,
      +  `certif_state` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_certif_state`
      +--
      +
      +LOCK TABLES `llx_agefodd_certif_state` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_certif_state` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_certif_state` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_certificate_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_certificate_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_certificate_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_certificate_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_certificate_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_certificate_type` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_certificate_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_socpeople` int(11) NOT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_contact_fk_socpeople` (`fk_socpeople`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_contact`
      +--
      +
      +LOCK TABLES `llx_agefodd_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_contact` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_convention`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_convention`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_convention` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `fk_societe` int(11) NOT NULL,
      +  `element_type` varchar(50) DEFAULT NULL,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `model_doc` varchar(200) DEFAULT NULL,
      +  `intro1` text NOT NULL,
      +  `intro2` text NOT NULL,
      +  `art1` text NOT NULL,
      +  `art2` text NOT NULL,
      +  `art3` text NOT NULL,
      +  `art4` text NOT NULL,
      +  `art5` text NOT NULL,
      +  `art6` text NOT NULL,
      +  `art7` text NOT NULL,
      +  `art8` text NOT NULL,
      +  `art9` text NOT NULL,
      +  `sig` text,
      +  `only_product_session` int(11) DEFAULT '0',
      +  `notes` text NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_agefodd_session_conv` (`fk_agefodd_session`),
      +  KEY `idx_fk_societe_conv` (`fk_societe`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_convention`
      +--
      +
      +LOCK TABLES `llx_agefodd_convention` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_convention` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_convention` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_convention_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_convention_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_convention_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_convention` int(11) NOT NULL,
      +  `fk_agefodd_session_stagiaire` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_convention_stagiaire_convsta` (`fk_agefodd_convention`,`fk_agefodd_session_stagiaire`),
      +  KEY `idx_fk_agefodd_session_stagiaire_conv` (`fk_agefodd_convention`),
      +  KEY `idx_fk_agefodd_session_stagiaire_convsta` (`fk_agefodd_session_stagiaire`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_convention_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_convention_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_convention_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_convention_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_interne` varchar(80) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `intitule` varchar(80) NOT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `note_private` text,
      +  `note_public` text,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `archive_cursus` (`archive`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_cursus_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_cursus_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_cursus_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_cursus_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_cursus_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_cursus_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `type_trainer` varchar(20) DEFAULT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_formateur_fk_socpeople` (`fk_socpeople`),
      +  KEY `idx_agefodd_formateur_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_trainer` int(11) NOT NULL,
      +  `fk_category` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formateur_category` (`fk_category`),
      +  KEY `llx_agefodd_formateur_category_trainer` (`fk_trainer`),
      +  CONSTRAINT `llx_agefodd_formateur_category` FOREIGN KEY (`fk_category`) REFERENCES `llx_agefodd_formateur_category_dict` (`rowid`),
      +  CONSTRAINT `llx_agefodd_formateur_category_trainer` FOREIGN KEY (`fk_trainer`) REFERENCES `llx_agefodd_formateur` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_category`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_category` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_category_dict`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_category_dict`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_category_dict` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(20) NOT NULL,
      +  `label` varchar(100) DEFAULT NULL,
      +  `description` text,
      +  `active` smallint(6) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_category_dict`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_category_dict` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category_dict` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category_dict` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_training`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_training`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_training` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_trainer` int(11) NOT NULL,
      +  `fk_training` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formateur_training_training` (`fk_training`),
      +  KEY `llx_agefodd_formateur_training_trainer` (`fk_trainer`),
      +  CONSTRAINT `llx_agefodd_formateur_training_trainer` FOREIGN KEY (`fk_trainer`) REFERENCES `llx_agefodd_formateur` (`rowid`),
      +  CONSTRAINT `llx_agefodd_formateur_training_training` FOREIGN KEY (`fk_training`) REFERENCES `llx_agefodd_formation_catalogue` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_training`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_training` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_training` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_training` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formateur_type` VALUES (1,'Formateur interne',0,1,'2017-03-23 11:00:00'),(2,'Formateur externe - Indépendant',1,1,'2017-03-23 11:00:00'),(3,'Formateur externe - Salarié',2,1,'2017-03-23 11:00:00'),(4,'Formateur externe - Sous traintance',2,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(40) NOT NULL,
      +  `ref_interne` varchar(100) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `intitule` varchar(100) NOT NULL,
      +  `duree` double NOT NULL DEFAULT '0',
      +  `public` text,
      +  `methode` text,
      +  `but` text,
      +  `programme` text,
      +  `pedago_usage` text,
      +  `sanction` text,
      +  `prerequis` text,
      +  `note1` text,
      +  `note2` text,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `note_private` text,
      +  `note_public` text,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `nb_subscribe_min` int(11) DEFAULT NULL,
      +  `fk_c_category` int(11) DEFAULT NULL,
      +  `fk_c_category_bpf` int(11) DEFAULT NULL,
      +  `certif_duration` varchar(30) DEFAULT NULL,
      +  `qr_code_info` varchar(500) DEFAULT NULL,
      +  `color` varchar(32) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(36) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `ref_form_cat` (`ref`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue` VALUES (1,'FOR_1809-0001','',1,'Formation AAA',14,'','','','',NULL,NULL,'','','',0,12,'2018-09-14 09:51:02',12,NULL,NULL,4,NULL,NULL,1,NULL,NULL,NULL,'2018-09-14 07:51:02',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_formation_catalogue_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_modules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_modules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_modules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `sort_order` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(200) NOT NULL,
      +  `content_text` text,
      +  `duration` double DEFAULT NULL,
      +  `obj_peda` text,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `import_key` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_modules`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_modules` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_modules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_modules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(1000) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue_type` VALUES (1,'100','Formations générales',1,1,'2017-03-23 11:00:00'),(2,'110','Spécialités pluriscientifiques',2,1,'2017-03-23 11:00:00'),(3,'111','Physique-chimie',3,1,'2017-03-23 11:00:00'),(4,'112','Chimie-biologie, biochimie',4,1,'2017-03-23 11:00:00'),(5,'113','Sciences naturelles (biologie-géologie)',5,1,'2017-03-23 11:00:00'),(6,'114','Mathématiques',6,1,'2017-03-23 11:00:00'),(7,'115','Physique',7,1,'2017-03-23 11:00:00'),(8,'116','Chimie',8,1,'2017-03-23 11:00:00'),(9,'117','Sciences de la terre',9,1,'2017-03-23 11:00:00'),(10,'118','Sciences de la vie',10,1,'2017-03-23 11:00:00'),(11,'120','Spécialités pluridisciplinaires, sciences humaines et droit',11,1,'2017-03-23 11:00:00'),(12,'121','Géographie',12,1,'2017-03-23 11:00:00'),(13,'122','Economie',13,1,'2017-03-23 11:00:00'),(14,'123','Sciences sociales (y compris démographie, anthropologie)',14,1,'2017-03-23 11:00:00'),(15,'124','Psychologie',15,1,'2017-03-23 11:00:00'),(16,'125','Linguistique',16,1,'2017-03-23 11:00:00'),(17,'126','Histoire',17,1,'2017-03-23 11:00:00'),(18,'127','Philosophie, éthique et théologie',18,1,'2017-03-23 11:00:00'),(19,'128','Droit, sciences politiques',19,1,'2017-03-23 11:00:00'),(20,'130','Spécialités littéraires et artistiques plurivalentes',20,1,'2017-03-23 11:00:00'),(21,'131','Français, littérature et civilisation française',21,1,'2017-03-23 11:00:00'),(22,'132','Arts plastiques',22,1,'2017-03-23 11:00:00'),(23,'133','Musique, arts du spectacle',23,1,'2017-03-23 11:00:00'),(24,'134','Autres disciplines artistiques et spécialités artistiques plurivalentes',24,1,'2017-03-23 11:00:00'),(25,'135','Langues et civilisations anciennes',25,1,'2017-03-23 11:00:00'),(26,'136','Langues vivantes, civilisations étrangères et régionales',26,1,'2017-03-23 11:00:00'),(27,'200','Technologies industrielles fondamentales (génie industriel, procédés de Transformation, spécialités à dominante fonctionnelle)',27,1,'2017-03-23 11:00:00'),(28,'201','Technologies de commandes des transformations industriels (automatismes et robotique industriels, informatique industrielle)',28,1,'2017-03-23 11:00:00'),(29,'210','Spécialités plurivalentes de l\'agronomie et de l\'agriculture',29,1,'2017-03-23 11:00:00'),(30,'211','Productions végétales, cultures spécialisées (horticulture, viticulture,arboriculture fruitière…)',30,1,'2017-03-23 11:00:00'),(31,'212','Productions animales, élevage spécialisé, aquaculture, soins aux animaux,y compris vétérinaire',31,1,'2017-03-23 11:00:00'),(32,'213','Forêts, espaces naturels, faune sauvage, pêche',32,1,'2017-03-23 11:00:00'),(33,'214','Aménagement paysager (parcs, jardins, espaces verts ...)',33,1,'2017-03-23 11:00:00'),(34,'220','Spécialités pluritechnologiques des transformations',34,1,'2017-03-23 11:00:00'),(35,'221','Agro-alimentaire, alimentation, cuisine',35,1,'2017-03-23 11:00:00'),(36,'222','Transformations chimiques et apparentées (y compris industrie pharmaceutique)',36,1,'2017-03-23 11:00:00'),(37,'223','Métallurgie (y compris sidérurgie, fonderie, non ferreux...)',37,1,'2017-03-23 11:00:00'),(38,'224','Matériaux de construction, verre, céramique',38,1,'2017-03-23 11:00:00'),(39,'225','Plasturgie, matériaux composites',39,1,'2017-03-23 11:00:00'),(40,'226','Papier, carton',40,1,'2017-03-23 11:00:00'),(41,'227','Energie, génie climatique (y compris énergie nucléaire, thermique, hydraulique ;',41,1,'2017-03-23 11:00:00'),(42,'230','Spécialités génie civil, , pluritechnologiques, construction, bois',42,1,'2017-03-23 11:00:00'),(43,'231','Mines et carrières, génie civil, topographie',43,1,'2017-03-23 11:00:00'),(44,'232','Bâtiment : construction et couverture',44,1,'2017-03-23 11:00:00'),(45,'233','Bâtiment : finitions',45,1,'2017-03-23 11:00:00'),(46,'234','Travail du bois et de l\'ameublement',46,1,'2017-03-23 11:00:00'),(47,'240','Spécialités pluritechnologiques matériaux souples',47,1,'2017-03-23 11:00:00'),(48,'241','Textile',48,1,'2017-03-23 11:00:00'),(49,'242','Habillement (y compris mode, couture)',49,1,'2017-03-23 11:00:00'),(50,'243','Cuirs et peaux',50,1,'2017-03-23 11:00:00'),(51,'250','Spécialités pluritechnologiques mécanique-électricité (y compris maintenance mécano-électrique)',51,1,'2017-03-23 11:00:00'),(52,'251','Mécanique générale et de précision, usinage',52,1,'2017-03-23 11:00:00'),(53,'252','Moteurs et mécanique auto',53,1,'2017-03-23 11:00:00'),(54,'253','Mécanique aéronautique et spatiale',54,1,'2017-03-23 11:00:00'),(55,'254','Structures métalliques (y compris soudure, carrosserie, coque bateau, cellule, avion',55,1,'2017-03-23 11:00:00'),(56,'255','Electricité, électronique (non compris automatismes, productique)',56,1,'2017-03-23 11:00:00'),(57,'300','Spécialités plurivalentes des services',57,1,'2017-03-23 11:00:00'),(58,'310','Spécialités plurivalentes des échanges et de la gestion (y compris administration générale des entreprises et des collectivités)',58,1,'2017-03-23 11:00:00'),(59,'311','Transports, manutention, magasinage',59,1,'2017-03-23 11:00:00'),(60,'312','Commerce, vente',60,1,'2017-03-23 11:00:00'),(61,'313','Finances, banque, assurances',61,1,'2017-03-23 11:00:00'),(62,'314','Comptabilité, gestion',62,1,'2017-03-23 11:00:00'),(63,'315','Ressources humaines, gestion du personnel, gestion de l\'emploi',63,1,'2017-03-23 11:00:00'),(64,'320','Spécialités plurivalentes de la communication',64,1,'2017-03-23 11:00:00'),(65,'321','Journalisme, communication (y compris communication graphique et publicité)',65,1,'2017-03-23 11:00:00'),(66,'322','Techniques de l\'imprimerie et de l\'édition',66,1,'2017-03-23 11:00:00'),(67,'323','Techniques de l\'image et du son, métiers connexes du spectacle',67,1,'2017-03-23 11:00:00'),(68,'324','Secrétariat, bureautique',68,1,'2017-03-23 11:00:00'),(69,'325','Documentation, bibliothèques, administration des données',69,1,'2017-03-23 11:00:00'),(70,'326','Informatique, traitement de l\'information, réseaux de transmission des données',70,1,'2017-03-23 11:00:00'),(71,'330','Spécialités plurivalentes sanitaires et sociales',71,1,'2017-03-23 11:00:00'),(72,'331','Santé',72,1,'2017-03-23 11:00:00'),(73,'332','Travail social',73,1,'2017-03-23 11:00:00'),(74,'333','Enseignement, formation',74,1,'2017-03-23 11:00:00'),(75,'334','Accueil, hôtellerie, tourisme',75,1,'2017-03-23 11:00:00'),(76,'335','Animation culturelle, sportive et de loisirs',76,1,'2017-03-23 11:00:00'),(77,'336','Coiffure, esthétique et autres spécialités des services aux personnes',77,1,'2017-03-23 11:00:00'),(78,'341','Aménagement du territoire, développement, urbanisme',78,1,'2017-03-23 11:00:00'),(79,'342','Protection et développement du patrimoine',79,1,'2017-03-23 11:00:00'),(80,'343','Nettoyage, assainissement, protection de l\'environnement',80,1,'2017-03-23 11:00:00'),(81,'344','Sécurité des biens et des personnes, police, surveillance (y compris hygiène et sécurité)',81,1,'2017-03-23 11:00:00'),(82,'345','Application des droits et statut des personnes',82,1,'2017-03-23 11:00:00'),(83,'346','Spécialités militaires',83,1,'2017-03-23 11:00:00'),(84,'410','Spécialités concernant plusieurs capacités',84,1,'2017-03-23 11:00:00'),(85,'411','Pratiques sportives (y compris : arts martiaux)',85,1,'2017-03-23 11:00:00'),(86,'412','Développement des capacités mentales et apprentissages de base',86,1,'2017-03-23 11:00:00'),(87,'413','Développement des capacités comportementales et relationnelles',87,1,'2017-03-23 11:00:00'),(88,'414','Développement des capacités individuelles d\'organisation',88,1,'2017-03-23 11:00:00'),(89,'415','Développement des capacités d\'orientation, d\'insertion ou de réinsertion sociales',89,1,'2017-03-23 11:00:00'),(90,'421','Jeux et activités spécifiques de loisirs',90,1,'2017-03-23 11:00:00'),(91,'422','Economie et activités domestiques',91,1,'2017-03-23 11:00:00'),(92,'423','Vie familiale, vie sociale et autres formations au développement personne',92,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_type_bpf`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_type_bpf`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_type_bpf` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(1000) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_type_bpf`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_type_bpf` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type_bpf` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue_type_bpf` VALUES (1,'F3a1','Formations visant un diplôme ou un titre à finalité professionnelle (hors certificat de qualification professionnelle) inscrit au Répertoire national des certifications professionnelles (RNCP)',0,1,'2017-03-23 11:00:00'),(2,'F3a2','dont de niveau I et II (licence, maîtrise, master, DEA, DESS, diplôme d’ingénieur)',1,1,'2017-03-23 11:00:00'),(3,'F3a3','dont de niveau III (BTS, DUT, écoles de formation sanitaire et sociale ...)',2,1,'2017-03-23 11:00:00'),(4,'F3a4','dont de niveau IV (BAC professionnel, BT, BP, BM...)',3,1,'2017-03-23 11:00:00'),(5,'F3a5','dont de niveau V (BEP, CAP ou CFPA 1 er degré...)',4,1,'2017-03-23 11:00:00'),(6,'F3b','Formations visant un certificat de qualification professionnelle (CQP)',5,1,'2017-03-23 11:00:00'),(7,'F3c','Formations visant une certification et/ou une habilitation inscrite à l’inventaire de la CNCP',6,1,'2017-03-23 11:00:00'),(8,'F3d','Autres formations professionnelles continues',7,1,'2017-03-23 11:00:00'),(9,'F3e','Bilans de compétence',8,1,'2017-03-23 11:00:00'),(10,'F3f','Actions d’accompagnement à la validation des acquis de l’expérience',9,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type_bpf` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `fk_cursus` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_formation_cursus` (`fk_formation_catalogue`,`fk_cursus`),
      +  KEY `llx_agefodd_formation_cursus_ibfk_2` (`fk_cursus`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_objectifs_peda`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_objectifs_peda`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_objectifs_peda` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `intitule` varchar(500) NOT NULL,
      +  `priorite` smallint(6) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_formation_catalogue_obj_peda` (`fk_formation_catalogue`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_objectifs_peda`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_objectifs_peda` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_objectifs_peda` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_objectifs_peda` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_opca`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_opca`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_opca` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_trainee` int(11) NOT NULL,
      +  `fk_soc_trainee` int(11) NOT NULL,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `date_ask_OPCA` datetime DEFAULT NULL,
      +  `is_date_ask_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `is_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_OPCA` int(11) DEFAULT NULL,
      +  `num_OPCA_soc` varchar(100) DEFAULT NULL,
      +  `num_OPCA_file` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_opca`
      +--
      +
      +LOCK TABLES `llx_agefodd_opca` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_opca` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_opca` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_place`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_place`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_place` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_interne` varchar(80) NOT NULL,
      +  `adresse` varchar(255) DEFAULT NULL,
      +  `cp` varchar(10) DEFAULT NULL,
      +  `ville` varchar(50) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT NULL,
      +  `tel` varchar(20) DEFAULT NULL,
      +  `fk_societe` int(11) NOT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `timeschedule` text,
      +  `control_occupation` smallint(6) NOT NULL DEFAULT '0',
      +  `notes` text,
      +  `acces_site` text,
      +  `note1` text,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_reg_interieur` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_ibfk_1` (`fk_pays`),
      +  KEY `archive_place` (`archive`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_place`
      +--
      +
      +LOCK TABLES `llx_agefodd_place` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_place` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_place` VALUES (1,'Salle 1',NULL,NULL,NULL,NULL,NULL,-1,NULL,NULL,0,'','','',0,NULL,12,'2018-09-14 09:53:15',12,'2018-09-14 07:53:15',1);
      +/*!40000 ALTER TABLE `llx_agefodd_place` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_reg_interieur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_reg_interieur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_reg_interieur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `reg_int` text,
      +  `notes` tinytext NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_reg_interieur`
      +--
      +
      +LOCK TABLES `llx_agefodd_reg_interieur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_reg_interieur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_reg_interieur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(40) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_soc_requester` int(11) DEFAULT NULL,
      +  `fk_socpeople_requester` int(11) DEFAULT NULL,
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `fk_session_place` int(11) NOT NULL,
      +  `type_session` int(11) DEFAULT NULL,
      +  `nb_place` int(11) DEFAULT NULL,
      +  `nb_stagiaire` int(11) DEFAULT NULL,
      +  `force_nb_stagiaire` int(11) DEFAULT NULL,
      +  `nb_subscribe_min` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `dated` datetime DEFAULT NULL,
      +  `datef` datetime DEFAULT NULL,
      +  `notes` text NOT NULL,
      +  `color` varchar(32) DEFAULT NULL,
      +  `cost_trainer` double(24,8) DEFAULT '0.00000000',
      +  `cost_site` double(24,8) DEFAULT '0.00000000',
      +  `cost_trip` double(24,8) DEFAULT NULL,
      +  `sell_price` double(24,8) DEFAULT '0.00000000',
      +  `invoice_amount` double(24,8) DEFAULT '0.00000000',
      +  `cost_buy_charges` double(24,8) DEFAULT '0.00000000',
      +  `cost_sell_charges` double(24,8) DEFAULT '0.00000000',
      +  `is_date_res_site` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_site` datetime DEFAULT NULL,
      +  `is_date_res_confirm_site` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_confirm_site` datetime DEFAULT NULL,
      +  `is_date_res_trainer` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_trainer` datetime DEFAULT NULL,
      +  `date_ask_OPCA` datetime DEFAULT NULL,
      +  `is_date_ask_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `is_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_presta` int(11) DEFAULT NULL,
      +  `fk_soc_employer` int(11) DEFAULT NULL,
      +  `num_OPCA_soc` varchar(100) DEFAULT NULL,
      +  `num_OPCA_file` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `status` int(11) DEFAULT NULL,
      +  `duree_session` double NOT NULL DEFAULT '0',
      +  `intitule_custo` varchar(100) DEFAULT NULL,
      +  `import_key` varchar(36) DEFAULT NULL,
      +  `ref_ext` varchar(50) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formation_catalogue_ibfk_1` (`fk_formation_catalogue`),
      +  KEY `llx_agefodd_session_place_ibfk_1` (`fk_session_place`),
      +  KEY `fk_soc_session` (`fk_soc`),
      +  KEY `idx_agefodd_session_status` (`status`),
      +  KEY `fk_soc_requester_session` (`fk_soc_requester`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session`
      +--
      +
      +LOCK TABLES `llx_agefodd_session` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session` VALUES (1,'SES1809-0001',1,221,-1,NULL,1,1,0,5,NULL,NULL,NULL,4,NULL,NULL,'',NULL,0.00000000,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,0,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,-1,NULL,NULL,12,'2018-09-14 09:53:42',12,'2018-09-14 07:53:42',1,14,'Formation AAA',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_session` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_adminsitu`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_adminsitu`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_adminsitu` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session_admlevel` int(11) NOT NULL DEFAULT '0',
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `intitule` varchar(500) DEFAULT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `indice` int(11) NOT NULL,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `dated` datetime DEFAULT NULL,
      +  `datef` datetime NOT NULL,
      +  `datea` datetime NOT NULL,
      +  `notes` text NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_session_adminsitu` (`fk_agefodd_session`),
      +  KEY `idx_agefodd_session_adminsitu_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_adminsitu`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_adminsitu` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_adminsitu` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_adminsitu` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_admlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_admlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_admlevel` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `indice` int(11) NOT NULL,
      +  `intitule` varchar(500) NOT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `delais_alerte_end` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_session_admlevel_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_admlevel`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_admlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_admlevel` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_admlevel` VALUES (1,0,0,100,'Préparation de l\'action',-40,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(2,1,1,101,'Inscription des stagiaires',-31,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(3,0,0,200,'Transmission de la convention de formation',-30,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(4,1,3,201,'Impression convention et vérification',-31,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(5,1,3,202,'Envoi convention (VP ou numérique avec AC)',-30,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(6,0,0,300,'Envoi des convocations',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(7,1,6,301,'Préparation du dossier<br>(convoc., rég. intérieur, programme, fiche péda, conseils pratiques)',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(8,1,6,302,'Envoi du dossier à chaque stagiaire (inter) ou au respo. formation (intra)',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(9,0,0,400,'Vérifications et mise en place des moyens',-10,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(10,1,9,401,'Vérification du retour de la convention signée',-10,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(11,0,0,500,'Execution de la prestation',0,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(12,0,0,600,'Cloture administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(13,1,12,601,'Impression des attestations',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(14,1,12,602,'Creation de la facture et verification',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(15,1,12,603,'Création du courrier d\'accompagnement',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(16,1,12,604,'Impression de la liasse administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(17,1,12,605,'Envoi de la liasse administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_session_admlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `date_session` date NOT NULL,
      +  `heured` datetime NOT NULL,
      +  `heuref` datetime NOT NULL,
      +  `fk_actioncomm` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_agefodd_session_cal` (`fk_agefodd_session`),
      +  KEY `idx_fk_agefodd_session_act_cal` (`fk_actioncomm`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_calendrier` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_commercial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_commercial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_commercial` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_user_com` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_commercial_ibfk_2` (`fk_user_com`),
      +  KEY `fk_session_sess_comm` (`fk_session_agefodd`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_commercial`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_commercial` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_commercial` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_commercial` VALUES (1,1,12,12,'2018-09-14 09:53:42',12,'2018-09-14 07:53:42');
      +/*!40000 ALTER TABLE `llx_agefodd_session_commercial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_agefodd_contact` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_contact_ibfk_2` (`fk_agefodd_contact`),
      +  KEY `fk_session_sess_contact` (`fk_session_agefodd`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_contact`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_contact` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `element_type` varchar(50) NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `fk_sub_element` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_session_element` (`fk_session_agefodd`,`fk_element`,`element_type`,`fk_soc`),
      +  KEY `fk_session_element` (`fk_session_agefodd`),
      +  KEY `idxagefodd_session_element_fk_element` (`fk_element`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_element`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_element` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_element` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_session_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_formateur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_formateur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_formateur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session` int(11) NOT NULL,
      +  `fk_agefodd_formateur` int(11) NOT NULL,
      +  `fk_agefodd_formateur_type` int(11) DEFAULT NULL,
      +  `trainer_status` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_session_sess_form` (`fk_session`),
      +  KEY `idx_fk_agefodd_sess_formateur` (`fk_agefodd_formateur`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_formateur`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_formateur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_formateur_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_formateur_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_formateur_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_agefodd_session_formateur` int(11) NOT NULL,
      +  `date_session` date NOT NULL,
      +  `heured` datetime NOT NULL,
      +  `heuref` datetime NOT NULL,
      +  `trainer_cost` double DEFAULT NULL,
      +  `trainer_status` int(11) DEFAULT NULL,
      +  `fk_actioncomm` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_session_formateur_sta` (`fk_agefodd_session_formateur`),
      +  KEY `fk_actioncomm_sta` (`fk_actioncomm`),
      +  KEY `fk_user_author_sta` (`fk_user_author`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_formateur_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_formateur_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur_calendrier` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_agefodd_stagiaire_type` int(11) NOT NULL,
      +  `fk_soc_link` int(11) DEFAULT NULL,
      +  `fk_socpeople_sign` int(11) DEFAULT NULL,
      +  `fk_soc_requester` int(11) DEFAULT NULL,
      +  `status_in_session` int(11) DEFAULT NULL,
      +  `hour_foad` double DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `dt_acknowledgement` timestamp NULL DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_stagiaire_ibfk_2` (`fk_stagiaire`),
      +  KEY `fk_session_sess_sta` (`fk_session_agefodd`),
      +  KEY `fk_agefodd_stagiaire_type_sess_sta` (`fk_agefodd_stagiaire_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_stagiaire_heures`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_stagiaire_heures`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_stagiaire_heures` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_session` int(11) NOT NULL,
      +  `fk_calendrier` int(11) NOT NULL,
      +  `heures` float NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_stagiaire_heures`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_stagiaire_heures` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire_heures` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire_heures` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_status_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_status_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_status_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_status_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_status_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_status_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_status_type` VALUES (1,'ENV','Envisagée',1,1,'2012-12-31 23:00:00'),(2,'CONF','Confirmée client',2,1,'2012-12-31 23:00:00'),(3,'NOT','Non réalisée',6,1,'2012-12-31 23:00:00'),(4,'ARCH','Archivée',7,1,'2012-12-31 23:00:00'),(5,'DONE','Réalisée',5,1,'2012-12-31 23:00:00'),(6,'ONGOING','En cours',4,1,'2012-12-31 23:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_session_status_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `nom` varchar(50) NOT NULL,
      +  `prenom` varchar(50) NOT NULL,
      +  `civilite` varchar(6) NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fonction` varchar(80) DEFAULT NULL,
      +  `tel1` varchar(30) DEFAULT NULL,
      +  `tel2` varchar(30) DEFAULT NULL,
      +  `mail` varchar(100) DEFAULT NULL,
      +  `date_birth` datetime DEFAULT NULL,
      +  `place_birth` varchar(100) DEFAULT NULL,
      +  `note` text,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `nom_sta` (`nom`),
      +  KEY `fk_soc_sta` (`fk_soc`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_certif`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_certif`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_certif` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_session_stagiaire` int(11) NOT NULL,
      +  `certif_code` varchar(200) NOT NULL,
      +  `certif_label` varchar(200) NOT NULL,
      +  `certif_dt_start` datetime NOT NULL,
      +  `certif_dt_end` datetime NOT NULL,
      +  `certif_dt_warning` datetime DEFAULT NULL,
      +  `mark` varchar(20) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_certif`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_certif` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_certif` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_certif` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_cursus` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_stagiaire_cursus_ibfk_1` (`fk_cursus`),
      +  KEY `llx_agefodd_stagiaire_cursus_ibfk_2` (`fk_stagiaire`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_stagiaire_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(255) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_stagiaire_type` VALUES (1,'Financement par l\'employeur (contrat pro.)',2,1,'2017-03-23 11:00:00'),(2,'Financement par l\'employeur',1,1,'2017-03-23 11:00:00'),(3,'Dispositifs spécifiques pour les personnes en recherche d emploi financement publique',4,1,'2017-03-23 11:00:00'),(4,'Autre dispositifs (plan de formation, périodes de professionnalisation,...)',5,1,'2017-03-23 11:00:00'),(5,'Compte personnel de formation (CPF)',3,1,'2017-03-23 11:00:00'),(6,'Période PRO',99,0,'2017-03-23 11:00:00'),(7,'Congés individuel de formation (CIF)',2,1,'2017-03-23 11:00:00'),(8,'Fond d\'assurance formation de non-salariés',6,1,'2017-03-23 11:00:00'),(9,'Pouvoirs publics pour la formation de leurs agents',7,1,'2017-03-23 11:00:00'),(10,'Pouvoirs publics pour la formation de publics spécifiques : Instances européenne',8,1,'2017-03-23 11:00:00'),(11,'Pouvoirs publics pour la formation de publics spécifiques : Etat',9,1,'2017-03-23 11:00:00'),(12,'Pouvoirs publics pour la formation de publics spécifiques : Conseils régionaux',10,1,'2017-03-23 11:00:00'),(13,'Pouvoirs publics pour la formation de publics spécifiques : Pôle emploi',11,1,'2017-03-23 11:00:00'),(14,'Pouvoirs publics pour la formation de publics spécifiques : Autres ressources publique',12,1,'2017-03-23 11:00:00'),(15,'Contrats conclus avec des personnes à titre individuel et à leurs frais',13,1,'2017-03-23 11:00:00'),(16,'Contrats conclus avec d’autres organismes de formation',14,1,'2017-03-23 11:00:00'),(17,'Dispositifs spécifiques pour les personnes en recherche d\'emploi financement OPCA',4,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_training_admlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_training_admlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_training_admlevel` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_training_admlevel` int(11) NOT NULL DEFAULT '0',
      +  `fk_training` int(11) NOT NULL,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `indice` int(11) NOT NULL,
      +  `intitule` varchar(150) NOT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `delais_alerte_end` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_training_admlevel` (`fk_training`),
      +  KEY `idx_agefodd_training_admlevel_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_training_admlevel`
      +--
      +
      +LOCK TABLES `llx_agefodd_training_admlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_training_admlevel` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_training_admlevel` VALUES (18,1,1,0,0,100,'Préparation de l\'action',-40,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(19,2,1,1,18,101,'Inscription des stagiaires',-31,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(20,3,1,0,0,200,'Transmission de la convention de formation',-30,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(21,4,1,1,20,201,'Impression convention et vérification',-31,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(22,5,1,1,20,202,'Envoi convention (VP ou numérique avec AC)',-30,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(23,6,1,0,0,300,'Envoi des convocations',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(24,7,1,1,23,301,'Préparation du dossier<br>(convoc., rég. intérieur, programme, fiche péda, conseils pratiques)',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(25,8,1,1,23,302,'Envoi du dossier à chaque stagiaire (inter) ou au respo. formation (intra)',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(26,9,1,0,0,400,'Vérifications et mise en place des moyens',-10,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(27,10,1,1,26,401,'Vérification du retour de la convention signée',-10,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(28,11,1,0,0,500,'Execution de la prestation',0,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(29,12,1,0,0,600,'Cloture administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(30,13,1,1,29,601,'Impression des attestations',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(31,14,1,1,29,602,'Creation de la facture et verification',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(32,15,1,1,29,603,'Création du courrier d\'accompagnement',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(33,16,1,1,29,604,'Impression de la liasse administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(34,17,1,1,29,605,'Envoi de la liasse administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_training_admlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_asset_type` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `description` text,
      +  `note_public` text,
      +  `note_private` text,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_asset_rowid` (`rowid`),
      +  KEY `idx_asset_ref` (`ref`),
      +  KEY `idx_asset_entity` (`entity`),
      +  KEY `idx_asset_fk_soc` (`fk_soc`),
      +  KEY `idx_asset_fk_asset_type` (`fk_asset_type`),
      +  CONSTRAINT `fk_asset_asset_type` FOREIGN KEY (`fk_asset_type`) REFERENCES `llx_asset_type` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset`
      +--
      +
      +LOCK TABLES `llx_asset` WRITE;
      +/*!40000 ALTER TABLE `llx_asset` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetOf`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetOf`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetOf` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` double NOT NULL DEFAULT '0',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_assetOf_parent` int(11) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL DEFAULT '0',
      +  `fk_commande` int(11) NOT NULL DEFAULT '0',
      +  `fk_project` int(11) NOT NULL DEFAULT '0',
      +  `temps_estime_fabrication` double NOT NULL DEFAULT '0',
      +  `temps_reel_fabrication` double NOT NULL DEFAULT '0',
      +  `mo_cost` double NOT NULL DEFAULT '0',
      +  `mo_estimated_cost` double NOT NULL DEFAULT '0',
      +  `compo_cost` double NOT NULL DEFAULT '0',
      +  `compo_estimated_cost` double NOT NULL DEFAULT '0',
      +  `total_cost` double NOT NULL DEFAULT '0',
      +  `total_estimated_cost` double NOT NULL DEFAULT '0',
      +  `ordre` varchar(255) DEFAULT NULL,
      +  `numero` varchar(255) DEFAULT NULL,
      +  `status` varchar(255) DEFAULT NULL,
      +  `date_besoin` datetime DEFAULT NULL,
      +  `date_lancement` datetime DEFAULT NULL,
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `note` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_user` (`fk_user`),
      +  KEY `fk_assetOf_parent` (`fk_assetOf_parent`),
      +  KEY `fk_soc` (`fk_soc`),
      +  KEY `fk_commande` (`fk_commande`),
      +  KEY `fk_project` (`fk_project`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetOf`
      +--
      +
      +LOCK TABLES `llx_assetOf` WRITE;
      +/*!40000 ALTER TABLE `llx_assetOf` DISABLE KEYS */;
      +INSERT INTO `llx_assetOf` VALUES (1,'2018-11-18 16:19:27','2018-11-18 16:19:27',1,0,0,1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00001','DRAFT','2018-11-18 00:00:00',NULL,NULL,NULL,''),(2,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,0,0,-1,-1,0,0,0,0,0,49,49,49,49,'ASAP','OF00004','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 16:48:10','2018-11-18 17:08:06',''),(3,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,0,2,-1,-1,0,0,0,0,0,0,0,0,0,'','OF00002','CLOSE','2018-11-18 16:26:40','2018-11-18 00:00:00','2018-11-18 16:54:41','2018-11-18 16:54:45',''),(4,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,0,0,-1,-1,0,0,0,0,0,20,20,20,20,'ASAP','OF00006','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:23:54','2018-11-18 17:25:05',''),(5,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,0,4,-1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00005','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:22:07','2018-11-18 17:22:12',''),(6,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,0,0,-1,-1,0,0,0,0,0,0,20,0,20,'ASAP','OF00008','OPEN','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:44:27',NULL,''),(7,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,0,6,-1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00007','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00',NULL,NULL,'');
      +/*!40000 ALTER TABLE `llx_assetOf` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetOf_line`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetOf_line`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetOf_line` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `fk_assetOf` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) NOT NULL DEFAULT '0',
      +  `fk_entrepot` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `nomenclature_valide` int(11) NOT NULL DEFAULT '0',
      +  `fk_commandedet` int(11) NOT NULL DEFAULT '0',
      +  `qty_needed` double NOT NULL DEFAULT '0',
      +  `qty` double NOT NULL DEFAULT '0',
      +  `qty_used` double NOT NULL DEFAULT '0',
      +  `qty_stock` double NOT NULL DEFAULT '0',
      +  `conditionnement` double NOT NULL DEFAULT '0',
      +  `conditionnement_unit` double NOT NULL DEFAULT '0',
      +  `pmp` double NOT NULL DEFAULT '0',
      +  `type` varchar(255) DEFAULT NULL,
      +  `lot_number` varchar(255) DEFAULT NULL,
      +  `measuring_units` varchar(255) DEFAULT NULL,
      +  `note_private` longtext,
      +  `fk_assetOf_line_parent` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_assetOf` (`fk_assetOf`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_product_fournisseur_price` (`fk_product_fournisseur_price`),
      +  KEY `fk_entrepot` (`fk_entrepot`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `nomenclature_valide` (`nomenclature_valide`),
      +  KEY `fk_commandedet` (`fk_commandedet`),
      +  KEY `fk_assetOf_line_parent` (`fk_assetOf_line_parent`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetOf_line`
      +--
      +
      +LOCK TABLES `llx_assetOf_line` WRITE;
      +/*!40000 ALTER TABLE `llx_assetOf_line` DISABLE KEYS */;
      +INSERT INTO `llx_assetOf_line` VALUES (1,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,196,-2,0,1,1,0,1,1,1,1,1,0,49,'TO_MAKE','','unit','',0),(2,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,192,-2,0,0,0,0,2,2,2,2,1,0,0,'NEEDED','','unit','aaa',1),(3,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,3,192,-2,0,0,0,0,2,2,2,2,1,0,0,'TO_MAKE','','unit','',2),(4,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,151,-2,0,0,0,0,1,1,1,1,1,0,49,'NEEDED','','unit','bbb',1),(6,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,10,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','ccc',1),(7,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,195,-2,0,2,1,0,1,1,1,1,1,0,20,'TO_MAKE','','unit','',0),(8,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,190,-2,0,0,0,0,2,2,2,2,1,0,10,'NEEDED','','unit','aaa',7),(9,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,11,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','bbb',7),(10,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,5,11,-2,0,0,0,0,1,1,1,1,1,0,0,'TO_MAKE','','unit','',9),(11,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,10,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','',7),(12,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,195,-2,0,2,1,0,1,1,0,0,1,0,22,'TO_MAKE','','unit','',0),(13,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,190,-2,0,0,0,0,2,2,0,0,1,0,10,'NEEDED','','unit','aaa',12),(14,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,11,-2,0,0,0,0,1,1,0,0,1,0,0,'NEEDED','','unit','bbb',12),(15,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,7,11,-1,0,0,0,0,1,1,0,0,1,0,0,'TO_MAKE','','unit','',14),(16,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,10,-2,0,0,0,0,1,0,0,0,1,0,0,'NEEDED','','unit','',12);
      +/*!40000 ALTER TABLE `llx_assetOf_line` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_extrafields`
      +--
      +
      +LOCK TABLES `llx_asset_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(50) NOT NULL,
      +  `accountancy_code_asset` varchar(32) DEFAULT NULL,
      +  `accountancy_code_depreciation_asset` varchar(32) DEFAULT NULL,
      +  `accountancy_code_depreciation_expense` varchar(32) DEFAULT NULL,
      +  `note` text,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_asset_type_label` (`label`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_type`
      +--
      +
      +LOCK TABLES `llx_asset_type` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_type` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_type_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_type_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_type_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_asset_type_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_type_extrafields`
      +--
      +
      +LOCK TABLES `llx_asset_type_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_type_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_type_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_of`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_of`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_of` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_assetOf` int(11) NOT NULL DEFAULT '0',
      +  `fk_asset_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_project_task` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `nb_hour_real` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  `thm` double NOT NULL DEFAULT '0',
      +  `nb_days_before_beginning` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_assetOf` (`fk_assetOf`),
      +  KEY `fk_asset_workstation` (`fk_asset_workstation`),
      +  KEY `fk_project_task` (`fk_project_task`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_of`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_of` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_of` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_of` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_product` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_asset_workstation` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_asset_workstation` (`fk_asset_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_product`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_product` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_task`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_task`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_task` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `libelle` varchar(255) DEFAULT NULL,
      +  `description` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_task`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_task` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_task` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_task` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetof_amounts`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetof_amounts`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetof_amounts` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `amount_estimated` varchar(255) DEFAULT NULL,
      +  `amount_real` varchar(255) DEFAULT NULL,
      +  `amount_diff` varchar(255) DEFAULT NULL,
      +  `date` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_creation` (`date_creation`),
      +  KEY `tms` (`tms`),
      +  KEY `rowid` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetof_amounts`
      +--
      +
      +LOCK TABLES `llx_assetof_amounts` WRITE;
      +/*!40000 ALTER TABLE `llx_assetof_amounts` DISABLE KEYS */;
      +INSERT INTO `llx_assetof_amounts` VALUES (1,'2018-11-19 10:25:56','2018-11-19 09:25:56','20','0','20','2018-11-19 10:25:56');
      +/*!40000 ALTER TABLE `llx_assetof_amounts` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datev` date DEFAULT NULL,
      +  `dateo` date DEFAULT NULL,
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_rappro` int(11) DEFAULT NULL,
      +  `fk_type` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `num_releve` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `num_chq` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `rappro` tinyint(4) DEFAULT '0',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bordereau` int(11) DEFAULT '0',
      +  `banque` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `emetteur` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `author` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_bank_datev` (`datev`),
      +  KEY `idx_bank_dateo` (`dateo`),
      +  KEY `idx_bank_fk_account` (`fk_account`),
      +  KEY `idx_bank_rappro` (`rappro`),
      +  KEY `idx_bank_num_releve` (`num_releve`)
      +) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank`
      +--
      +
      +LOCK TABLES `llx_bank` WRITE;
      +/*!40000 ALTER TABLE `llx_bank` DISABLE KEYS */;
      +INSERT INTO `llx_bank` VALUES (1,'2010-07-08 23:56:14','2016-07-30 15:16:10','2016-07-08','2016-07-08',2000.00000000,'(Initial balance)',1,NULL,1,'SOLD','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:00:24','2016-07-30 15:16:10','2016-07-09','2016-07-09',500.00000000,'(Initial balance)',2,NULL,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(3,'2010-07-10 13:33:42','2016-07-30 15:16:10','2016-07-10','2016-07-10',0.00000000,'(Solde initial)',3,NULL,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(5,'2011-07-18 20:50:24','2016-07-30 15:16:10','2016-07-08','2016-07-08',20.00000000,'(CustomerInvoicePayment)',1,1,NULL,'CB','201107',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(6,'2011-07-18 20:50:47','2016-07-30 15:16:10','2016-07-08','2016-07-08',10.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(8,'2011-08-01 03:34:11','2016-07-30 15:21:31','2015-08-01','2015-08-01',5.63000000,'(CustomerInvoicePayment)',1,1,1,'CB','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(12,'2011-08-05 23:11:37','2016-07-30 15:21:31','2015-08-05','2015-08-05',-10.00000000,'(SocialContributionPayment)',1,1,1,'VIR','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(13,'2011-08-06 20:33:54','2016-07-30 15:21:31','2015-08-06','2015-08-06',5.98000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(14,'2011-08-08 02:53:40','2016-07-30 15:21:31','2015-08-08','2015-08-08',26.10000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(15,'2011-08-08 02:55:58','2016-07-30 15:21:31','2015-08-08','2015-08-08',26.96000000,'(CustomerInvoicePayment)',1,1,1,'TIP','201211',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(16,'2012-12-09 15:28:44','2016-07-30 15:21:31','2015-12-09','2015-12-09',2.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(17,'2012-12-09 15:28:53','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(18,'2012-12-09 17:35:55','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(19,'2012-12-09 17:37:02','2016-07-30 15:21:31','2015-12-09','2015-12-09',2.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(20,'2012-12-09 18:35:07','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(21,'2012-12-12 18:54:33','2016-07-30 15:21:31','2015-12-12','2015-12-12',1.00000000,'(CustomerInvoicePayment)',1,1,1,'TIP','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(22,'2013-03-06 16:48:16','2016-07-30 15:16:10','2016-03-06','2016-03-06',20.00000000,'(SubscriptionPayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(23,'2013-03-20 14:30:11','2016-07-30 15:16:10','2016-03-20','2016-03-20',10.00000000,'(SubscriptionPayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(24,'2014-03-02 19:57:58','2016-07-30 15:16:10','2016-07-09','2016-07-09',605.00000000,'(CustomerInvoicePayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,'111',NULL,NULL),(26,'2014-03-02 20:01:39','2016-07-30 15:16:10','2016-03-19','2016-03-19',500.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(27,'2014-03-02 20:02:06','2016-07-30 15:16:10','2016-03-21','2016-03-21',400.00000000,'(CustomerInvoicePayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,'ABC and Co',NULL,NULL),(28,'2014-03-03 19:22:32','2016-07-30 15:21:31','2015-10-03','2015-10-03',-400.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(29,'2014-03-03 19:23:16','2016-07-30 15:16:10','2016-03-10','2016-03-10',-300.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(30,'2016-01-22 18:56:34','2016-01-22 17:56:34','2016-01-22','2016-01-22',-900.00000000,'(SupplierInvoicePayment)',1,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(31,'2016-07-30 22:42:14','2016-07-30 14:42:14','2016-07-30','2016-07-30',0.00000000,'(Initial balance)',4,0,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(32,'2017-02-01 19:02:44','2017-02-01 15:02:44','2017-02-01','2017-02-01',-200.00000000,'(SupplierInvoicePayment)',3,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(33,'2017-02-06 08:10:24','2017-02-06 04:12:05','2016-03-22','2016-03-22',150.00000000,'(CustomerInvoicePayment)',1,12,NULL,'CHQ',NULL,NULL,0,NULL,2,NULL,'Magic Food Store',NULL,NULL),(34,'2017-02-06 08:10:50','2017-02-06 04:10:50','2016-03-25','2016-03-25',140.00000000,'(CustomerInvoicePayment)',1,12,NULL,'PRE',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(35,'2017-02-12 23:18:33','2017-02-12 19:18:33','2017-02-12','2017-02-12',50.00000000,'Patient payment',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,'aaa',NULL,NULL),(36,'2017-02-16 02:22:09','2017-02-15 22:22:09','2017-02-16','2017-02-16',-1.00000000,'(ExpenseReportPayment)',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(37,'2017-02-21 16:07:43','2017-02-21 12:07:43','2017-02-21','2017-02-21',50.00000000,'(WithdrawalPayment)',1,12,NULL,'PRE',NULL,'T170201',0,NULL,0,NULL,NULL,NULL,NULL),(38,'2017-09-06 20:08:36','2017-09-06 16:08:36','2017-09-06','2017-09-06',10.00000000,'(DonationPayment)',3,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,''),(39,'2018-03-16 13:59:31','2018-03-16 09:59:31','2018-03-16','2018-03-16',10.00000000,'(CustomerInvoicePayment)',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,'Indian SAS',NULL,'');
      +/*!40000 ALTER TABLE `llx_bank` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `bank` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `country_iban` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_iban` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state_id` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` text COLLATE utf8_unicode_ci,
      +  `courant` smallint(6) NOT NULL DEFAULT '0',
      +  `clos` smallint(6) NOT NULL DEFAULT '0',
      +  `rappro` smallint(6) DEFAULT '1',
      +  `url` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_journal` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `currency_code` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `min_allowed` int(11) DEFAULT '0',
      +  `min_desired` int(11) DEFAULT '0',
      +  `comment` text COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_accountancy_journal` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bank_account_label` (`label`,`entity`),
      +  KEY `idx_fk_accountancy_journal` (`fk_accountancy_journal`),
      +  CONSTRAINT `fk_bank_account_accountancy_journal` FOREIGN KEY (`fk_accountancy_journal`) REFERENCES `llx_accounting_journal` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_account`
      +--
      +
      +LOCK TABLES `llx_bank_account` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_account` DISABLE KEYS */;
      +INSERT INTO `llx_bank_account` VALUES (1,'2010-07-08 23:56:14','2016-07-30 14:45:12','SWIBAC','Swiss bank account',1,'Switz Gold Bank','','','123456789','','','NL39RABO0314043352',NULL,NULL,'21 jum street',NULL,6,'Mac Golder','11 big road,\r\nZurich',1,0,1,NULL,'','','EUR',1500,1500,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:00:24','2016-07-30 15:17:18','SWIBAC2','Swiss bank account old',1,'Switz Silver Bank','','','','','','NL07SNSB0908534915',NULL,NULL,'Road bankrupt\r\nZurich',NULL,6,'','',1,1,1,NULL,'','','EUR',200,400,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-10 13:33:42','2017-08-27 13:29:05','ACCOUNTCASH','Account for cash',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,NULL,2,0,1,NULL,'','OD','EUR',0,0,'<br />',NULL,NULL,NULL,NULL,NULL,NULL,4),(4,'2016-07-30 18:42:14','2016-07-30 14:44:45','LUXBAC','Luxemburg Bank Account',1,'Lux Platinuium Bank','','','','','','NL46INGB0687674581',NULL,NULL,'',NULL,140,'','',1,0,1,NULL,'','','EUR',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_bank_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_account_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_account_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_account_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_bank_account_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_account_extrafields`
      +--
      +
      +LOCK TABLES `llx_bank_account_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_account_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_bank_account_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_categ`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_categ`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_categ` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_categ`
      +--
      +
      +LOCK TABLES `llx_bank_categ` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_categ` DISABLE KEYS */;
      +INSERT INTO `llx_bank_categ` VALUES (1,'Bank category one',1),(2,'Bank category two',1);
      +/*!40000 ALTER TABLE `llx_bank_categ` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_class`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_class`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_class` (
      +  `lineid` int(11) NOT NULL,
      +  `fk_categ` int(11) NOT NULL,
      +  UNIQUE KEY `uk_bank_class_lineid` (`lineid`,`fk_categ`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_class`
      +--
      +
      +LOCK TABLES `llx_bank_class` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_class` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_bank_class` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_url`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_url`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_url` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `url_id` int(11) DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bank_url` (`fk_bank`,`type`)
      +) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_url`
      +--
      +
      +LOCK TABLES `llx_bank_url` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_url` DISABLE KEYS */;
      +INSERT INTO `llx_bank_url` VALUES (3,5,2,'/compta/paiement/card.php?id=','(paiement)','payment'),(4,5,2,'/comm/card.php?socid=','Belin SARL','company'),(5,6,3,'/compta/paiement/card.php?id=','(paiement)','payment'),(6,6,2,'/comm/card.php?socid=','Belin SARL','company'),(9,8,5,'/compta/paiement/card.php?id=','(paiement)','payment'),(10,8,7,'/comm/card.php?socid=','Generic customer','company'),(17,12,4,'/compta/payment_sc/card.php?id=','(paiement)','payment_sc'),(18,12,4,'/compta/charges.php?id=','Assurance Chomage (fff)','sc'),(19,13,6,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(20,13,7,'/dolibarrnew/comm/card.php?socid=','Generic customer','company'),(21,14,8,'/compta/paiement/card.php?id=','(paiement)','payment'),(22,14,2,'/comm/card.php?socid=','Belin SARL','company'),(23,15,9,'/compta/paiement/card.php?id=','(paiement)','payment'),(24,15,10,'/comm/card.php?socid=','Smith Vick','company'),(25,16,17,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(26,16,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(27,17,18,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(28,17,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(29,18,19,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(30,18,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(31,19,20,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(32,19,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(33,20,21,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(34,20,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(35,21,23,'/compta/paiement/card.php?id=','(paiement)','payment'),(36,21,1,'/comm/card.php?socid=','ABC and Co','company'),(37,22,24,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(38,22,12,'/dolibarrnew/comm/card.php?socid=','Dupont Alain','company'),(39,23,25,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(40,23,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(41,24,26,'/compta/paiement/card.php?id=','(paiement)','payment'),(42,24,1,'/comm/card.php?socid=','ABC and Co','company'),(45,26,29,'/compta/paiement/card.php?id=','(paiement)','payment'),(46,26,1,'/comm/card.php?socid=','ABC and Co','company'),(47,27,30,'/compta/paiement/card.php?id=','(paiement)','payment'),(48,27,1,'/comm/card.php?socid=','ABC and Co','company'),(49,28,32,'/dolibarr_new/compta/paiement/card.php?id=','(paiement)','payment'),(50,28,1,'/dolibarr_new/comm/card.php?socid=','ABC and Co','company'),(51,29,33,'/dolibarr_new/compta/paiement/card.php?id=','(paiement)','payment'),(52,29,1,'/dolibarr_new/comm/card.php?socid=','ABC and Co','company'),(53,30,1,'/dolibarr_3.8/htdocs/fourn/paiement/card.php?id=','(paiement)','payment_supplier'),(54,30,1,'/dolibarr_3.8/htdocs/fourn/card.php?socid=','Indian SAS','company'),(55,32,2,'/dolibarr_5.0/htdocs/fourn/paiement/card.php?id=','(paiement)','payment_supplier'),(56,32,13,'/dolibarr_5.0/htdocs/fourn/card.php?socid=','Company Corp 2','company'),(57,33,34,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(58,33,19,'/dolibarr_5.0/htdocs/comm/card.php?socid=','Magic Food Store','company'),(59,34,35,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(60,34,19,'/dolibarr_5.0/htdocs/comm/card.php?socid=','Magic Food Store','company'),(61,35,2,'/dolibarr_5.0/htdocs/dolimed_5.0/cabinetmed/consultations.php?action=edit&socid=26&id=','Consultation','consultation'),(62,35,26,'','aaa','company'),(63,36,2,'/dolibarr_5.0/htdocs/expensereport/payment/card.php?rowid=','(paiement)','payment_expensereport'),(64,36,12,'/dolibarr_5.0/htdocs/user/card.php?id=','','user'),(65,37,36,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(66,37,1,'/dolibarr_5.0/htdocs/compta/prelevement/card.php?id=','T170201','withdraw'),(67,38,1,'/dolibarr_6.0/htdocs/don/payment/card.php?rowid=','(paiement)','payment_donation'),(68,39,38,'/dolibarr_7.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(69,39,1,'/dolibarr_7.0/htdocs/comm/card.php?socid=','Indian SAS','company');
      +/*!40000 ALTER TABLE `llx_bank_url` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_blockedlog`
      +--
      +
      +DROP TABLE IF EXISTS `llx_blockedlog`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_blockedlog` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `action` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amounts` double(24,8) DEFAULT NULL,
      +  `signature` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `signature_line` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `element` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_object` int(11) DEFAULT NULL,
      +  `ref_object` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_object` datetime DEFAULT NULL,
      +  `object_data` text COLLATE utf8_unicode_ci,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `certified` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `user_fullname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `signature` (`signature`),
      +  KEY `fk_object_element` (`fk_object`,`element`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_user` (`fk_user`),
      +  KEY `entity_action` (`entity`,`action`),
      +  KEY `entity_action_certified` (`entity`,`action`,`certified`)
      +) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_blockedlog`
      +--
      +
      +LOCK TABLES `llx_blockedlog` WRITE;
      +/*!40000 ALTER TABLE `llx_blockedlog` DISABLE KEYS */;
      +INSERT INTO `llx_blockedlog` VALUES (20,'2018-03-16 09:57:22','MODULE_RESET',0.00000000,'d6dd5fe6c2eec2de6368f3b6da30188566f0a1a7be4b1589ccd8352d2c827ad5','fbc11d0396d9b76ea48f892bd5f0fe652e5bdf7d44873acb4bf1e1b70352bd30','module',1,'systemevent','2018-03-16 13:57:22','O:8:\"stdClass\":6:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:2:\"id\";i:1;s:7:\"element\";s:6:\"module\";s:3:\"ref\";s:11:\"systemevent\";s:6:\"entity\";i:1;s:4:\"date\";i:1521194242;}',12,1,0,'2018-03-16 13:57:22','Alice Adminson'),(21,'2018-03-16 09:57:24','MODULE_SET',0.00000000,'d6b66df837d8d33bd8b9744e2afa46ab8c65ae8ca462246c406de19f8254e146','0a3aae975056417705f4eb7b4a4926384075cc2b6c899603715643c8f1d6ff9b','module',1,'systemevent','2018-03-16 13:57:24','O:8:\"stdClass\":6:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:2:\"id\";i:1;s:7:\"element\";s:6:\"module\";s:3:\"ref\";s:11:\"systemevent\";s:6:\"entity\";i:1;s:4:\"date\";i:1521194244;}',12,1,0,'2018-03-16 13:57:24','Alice Adminson'),(22,'2018-03-16 09:59:31','PAYMENT_CUSTOMER_CREATE',10.00000000,'9beb9e3ba04582d441b49f176f995900c16572c789bcf48a1c9f285a74be76c8','86813eb2563252c0e270baaf1fffade82475fe51af5f88d14613005fd0e07783','payment',38,'PAY1803-0004','2018-03-16 12:00:00','O:8:\"stdClass\":8:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:3:\"ref\";s:12:\"PAY1803-0004\";s:4:\"date\";i:1521187200;s:9:\"type_code\";s:3:\"CHQ\";s:11:\"payment_num\";N;s:4:\"note\";s:0:\"\";s:12:\"payment_part\";a:1:{i:1;O:8:\"stdClass\":3:{s:6:\"amount\";s:2:\"10\";s:10:\"thirdparty\";O:8:\"stdClass\":29:{s:10:\"name_alias\";s:0:\"\";s:7:\"address\";s:13:\"1 alalah road\";s:3:\"zip\";N;s:4:\"town\";s:5:\"Delhi\";s:10:\"state_code\";N;s:5:\"phone\";N;s:3:\"fax\";N;s:5:\"email\";N;s:7:\"barcode\";N;s:7:\"idprof1\";s:0:\"\";s:7:\"idprof2\";s:0:\"\";s:7:\"idprof3\";s:0:\"\";s:7:\"idprof4\";s:0:\"\";s:7:\"idprof5\";s:0:\"\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:0:\"\";s:15:\"localtax1_assuj\";N;s:15:\"localtax1_value\";s:5:\"0.000\";s:15:\"localtax2_assuj\";N;s:15:\"localtax2_value\";s:5:\"0.000\";s:8:\"managers\";N;s:7:\"capital\";s:13:\"5000.00000000\";s:11:\"typent_code\";s:8:\"TE_SMALL\";s:20:\"forme_juridique_code\";N;s:11:\"code_client\";s:11:\"CU1212-0007\";s:16:\"code_fournisseur\";s:11:\"SU1212-0005\";s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:10:\"Indian SAS\";}s:7:\"invoice\";O:8:\"stdClass\":9:{s:4:\"date\";i:1453147200;s:10:\"ref_client\";N;s:4:\"type\";s:1:\"0\";s:8:\"total_ht\";s:11:\"20.00000000\";s:9:\"total_tva\";s:10:\"1.80000000\";s:9:\"total_ttc\";s:11:\"23.60000000\";s:12:\"revenuestamp\";s:10:\"0.00000000\";s:3:\"ref\";s:11:\"FA1601-0024\";s:11:\"note_public\";N;}}}s:6:\"amount\";i:10;}',12,1,0,'2018-03-16 13:59:31','Alice Adminson');
      +/*!40000 ALTER TABLE `llx_blockedlog` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_blockedlog_authority`
      +--
      +
      +DROP TABLE IF EXISTS `llx_blockedlog_authority`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_blockedlog_authority` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `blockchain` longtext COLLATE utf8_unicode_ci NOT NULL,
      +  `signature` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `signature` (`signature`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_blockedlog_authority`
      +--
      +
      +LOCK TABLES `llx_blockedlog_authority` WRITE;
      +/*!40000 ALTER TABLE `llx_blockedlog_authority` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_blockedlog_authority` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bookmark`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bookmark`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bookmark` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `dateb` datetime DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `target` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `title` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `favicon` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bookmark_url` (`fk_user`,`url`),
      +  UNIQUE KEY `uk_bookmark_title` (`fk_user`,`title`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bookmark`
      +--
      +
      +LOCK TABLES `llx_bookmark` WRITE;
      +/*!40000 ALTER TABLE `llx_bookmark` DISABLE KEYS */;
      +INSERT INTO `llx_bookmark` VALUES (1,0,'2010-07-09 01:29:03','http://wiki.dolibarr.org','1','Online documentation','none',1,1),(2,0,'2010-07-09 01:30:15','http://www.dolibarr.org','1','Official portal','none',2,1),(3,0,'2010-07-09 01:30:53','http://www.dolistore.com','1','DoliStore','none',10,1),(4,0,'2010-07-09 01:31:35','http://asso.dolibarr.org/index.php/Main_Page','1','The foundation','none',0,1),(5,0,'2014-03-02 16:40:41','http://www.facebook.com/dolibarr','1','Facebook page','none',50,1),(6,0,'2014-03-02 16:41:12','http://www.twitter.com/dolibarr','1','Twitter channel','none',60,1),(7,0,'2014-03-02 16:42:08','http://plus.google.com/+DolibarrOrg','1','Google+ page','none',55,1);
      +/*!40000 ALTER TABLE `llx_bookmark` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bordereau_cheque`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bordereau_cheque`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bordereau_cheque` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime NOT NULL,
      +  `date_bordereau` date DEFAULT NULL,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `amount` double(24,8) NOT NULL,
      +  `nbcheque` smallint(6) NOT NULL,
      +  `fk_bank_account` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bordereau_cheque` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bordereau_cheque`
      +--
      +
      +LOCK TABLES `llx_bordereau_cheque` WRITE;
      +/*!40000 ALTER TABLE `llx_bordereau_cheque` DISABLE KEYS */;
      +INSERT INTO `llx_bordereau_cheque` VALUES (2,'2017-02-06 08:12:05','2017-02-06','CHK1702-0001',1,150.00000000,1,1,12,NULL,1,'','2017-02-06 04:12:13');
      +/*!40000 ALTER TABLE `llx_bordereau_cheque` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_boxes`
      +--
      +
      +DROP TABLE IF EXISTS `llx_boxes`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_boxes` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `box_id` int(11) NOT NULL,
      +  `position` smallint(6) NOT NULL,
      +  `box_order` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `maxline` int(11) DEFAULT NULL,
      +  `params` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_boxes` (`entity`,`box_id`,`position`,`fk_user`),
      +  KEY `idx_boxes_boxid` (`box_id`),
      +  KEY `idx_boxes_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_boxes_box_id` FOREIGN KEY (`box_id`) REFERENCES `llx_boxes_def` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=1183 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_boxes`
      +--
      +
      +LOCK TABLES `llx_boxes` WRITE;
      +/*!40000 ALTER TABLE `llx_boxes` DISABLE KEYS */;
      +INSERT INTO `llx_boxes` VALUES (253,2,323,0,'0',0,NULL,NULL),(304,2,324,0,'0',0,NULL,NULL),(305,2,325,0,'0',0,NULL,NULL),(306,2,326,0,'0',0,NULL,NULL),(307,2,327,0,'0',0,NULL,NULL),(308,2,328,0,'0',0,NULL,NULL),(309,2,329,0,'0',0,NULL,NULL),(310,2,330,0,'0',0,NULL,NULL),(311,2,331,0,'0',0,NULL,NULL),(312,2,332,0,'0',0,NULL,NULL),(313,2,333,0,'0',0,NULL,NULL),(314,1,347,0,'A07',0,NULL,NULL),(315,1,348,0,'A27',0,NULL,NULL),(316,1,349,0,'A15',0,NULL,NULL),(317,1,350,0,'B28',0,NULL,NULL),(344,1,374,0,'B16',0,NULL,NULL),(347,1,377,0,'A29',0,NULL,NULL),(348,1,378,0,'A17',0,NULL,NULL),(358,1,388,0,'B18',0,NULL,NULL),(359,1,389,0,'B30',0,NULL,NULL),(360,1,390,0,'A19',0,NULL,NULL),(362,1,392,0,'B20',0,NULL,NULL),(363,1,393,0,'A31',0,NULL,NULL),(366,1,396,0,'B14',0,NULL,NULL),(387,1,403,0,'B26',0,NULL,NULL),(392,1,409,0,'A13',0,NULL,NULL),(393,1,410,0,'A21',0,NULL,NULL),(394,1,411,0,'B08',0,NULL,NULL),(395,1,412,0,'B22',0,NULL,NULL),(396,1,413,0,'A09',0,NULL,NULL),(397,1,414,0,'A23',0,NULL,NULL),(398,1,415,0,'B10',0,NULL,NULL),(399,1,416,0,'B24',0,NULL,NULL),(400,1,417,0,'A11',0,NULL,NULL),(401,1,418,0,'A25',0,NULL,NULL),(501,1,419,0,'B12',0,NULL,NULL),(1019,1,392,0,'A01',2,NULL,NULL),(1021,1,412,0,'A03',2,NULL,NULL),(1022,1,347,0,'A04',2,NULL,NULL),(1023,1,393,0,'A05',2,NULL,NULL),(1025,1,389,0,'A07',2,NULL,NULL),(1026,1,416,0,'A08',2,NULL,NULL),(1027,1,396,0,'B01',2,NULL,NULL),(1028,1,377,0,'B02',2,NULL,NULL),(1031,1,419,0,'B05',2,NULL,NULL),(1036,1,424,0,'B06',0,NULL,NULL),(1037,1,425,0,'A05',0,NULL,NULL),(1038,1,426,0,'B04',0,NULL,NULL),(1039,1,427,0,'A03',0,NULL,NULL),(1150,1,430,0,'B02',0,NULL,NULL),(1151,1,431,0,'A01',0,NULL,NULL),(1152,1,429,0,'A01',1,NULL,NULL),(1153,1,429,0,'B01',2,NULL,NULL),(1154,1,429,0,'A01',11,NULL,NULL),(1156,1,429,0,'B01',0,NULL,NULL),(1174,1,412,0,'A01',12,NULL,NULL),(1175,1,392,0,'A02',12,NULL,NULL),(1176,1,377,0,'A03',12,NULL,NULL),(1177,1,347,0,'A04',12,NULL,NULL),(1178,1,429,0,'B01',12,NULL,NULL),(1179,1,427,0,'B02',12,NULL,NULL),(1180,1,414,0,'B03',12,NULL,NULL),(1181,1,413,0,'B04',12,NULL,NULL),(1182,1,426,0,'B05',12,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_boxes` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_boxes_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_boxes_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_boxes_def` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `file` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `note` varchar(130) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_boxes_def` (`file`,`entity`,`note`)
      +) ENGINE=InnoDB AUTO_INCREMENT=432 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_boxes_def`
      +--
      +
      +LOCK TABLES `llx_boxes_def` WRITE;
      +/*!40000 ALTER TABLE `llx_boxes_def` DISABLE KEYS */;
      +INSERT INTO `llx_boxes_def` VALUES (188,'box_services_vendus.php',1,'2011-08-05 20:40:27',NULL),(323,'box_actions.php',2,'2013-03-13 15:29:19',NULL),(324,'box_clients.php',2,'2013-03-13 20:21:35',NULL),(325,'box_prospect.php',2,'2013-03-13 20:21:35',NULL),(326,'box_contacts.php',2,'2013-03-13 20:21:35',NULL),(327,'box_activity.php',2,'2013-03-13 20:21:35','(WarningUsingThisBoxSlowDown)'),(328,'box_propales.php',2,'2013-03-13 20:32:38',NULL),(329,'box_comptes.php',2,'2013-03-13 20:33:09',NULL),(330,'box_factures_imp.php',2,'2013-03-13 20:33:09',NULL),(331,'box_factures.php',2,'2013-03-13 20:33:09',NULL),(332,'box_produits.php',2,'2013-03-13 20:33:09',NULL),(333,'box_produits_alerte_stock.php',2,'2013-03-13 20:33:09',NULL),(346,'box_googlemaps@google',1,'2013-11-07 00:01:39',NULL),(347,'box_clients.php',1,'2015-11-15 22:05:57',NULL),(348,'box_prospect.php',1,'2015-11-15 22:05:57',NULL),(349,'box_contacts.php',1,'2015-11-15 22:05:57',NULL),(350,'box_activity.php',1,'2015-11-15 22:05:57','(WarningUsingThisBoxSlowDown)'),(374,'box_services_contracts.php',1,'2015-11-15 22:38:37',NULL),(377,'box_project.php',1,'2015-11-15 22:38:44',NULL),(378,'box_task.php',1,'2015-11-15 22:38:44',NULL),(388,'box_contracts.php',1,'2015-11-15 22:39:52',NULL),(389,'box_services_expired.php',1,'2015-11-15 22:39:52',NULL),(390,'box_ficheinter.php',1,'2015-11-15 22:39:56',NULL),(392,'box_graph_propales_permonth.php',1,'2015-11-15 22:41:47',NULL),(393,'box_propales.php',1,'2015-11-15 22:41:47',NULL),(396,'box_graph_product_distribution.php',1,'2015-11-15 22:41:47',NULL),(403,'box_goodcustomers.php',1,'2016-07-30 11:13:20','(WarningUsingThisBoxSlowDown)'),(404,'box_external_rss.php',1,'2016-07-30 11:15:25','1 (Dolibarr.org News)'),(409,'box_produits.php',1,'2016-07-30 13:38:11',NULL),(410,'box_produits_alerte_stock.php',1,'2016-07-30 13:38:11',NULL),(411,'box_commandes.php',1,'2016-07-30 13:38:11',NULL),(412,'box_graph_orders_permonth.php',1,'2016-07-30 13:38:11',NULL),(413,'box_graph_invoices_supplier_permonth.php',1,'2016-07-30 13:38:11',NULL),(414,'box_graph_orders_supplier_permonth.php',1,'2016-07-30 13:38:11',NULL),(415,'box_fournisseurs.php',1,'2016-07-30 13:38:11',NULL),(416,'box_factures_fourn_imp.php',1,'2016-07-30 13:38:11',NULL),(417,'box_factures_fourn.php',1,'2016-07-30 13:38:11',NULL),(418,'box_supplier_orders.php',1,'2016-07-30 13:38:11',NULL),(419,'box_actions.php',1,'2016-07-30 15:42:32',NULL),(424,'box_factures_imp.php',1,'2017-02-07 18:56:12',NULL),(425,'box_factures.php',1,'2017-02-07 18:56:12',NULL),(426,'box_graph_invoices_permonth.php',1,'2017-02-07 18:56:12',NULL),(427,'box_comptes.php',1,'2017-02-07 18:56:12',NULL),(429,'box_lastlogin.php',1,'2017-08-27 13:29:14',NULL),(430,'box_bookmarks.php',1,'2018-01-19 11:27:34',NULL),(431,'box_members.php',1,'2018-01-19 11:27:56',NULL);
      +/*!40000 ALTER TABLE `llx_boxes_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_budget`
      +--
      +
      +DROP TABLE IF EXISTS `llx_budget`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_budget` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `date_start` date DEFAULT NULL,
      +  `date_end` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_budget`
      +--
      +
      +LOCK TABLES `llx_budget` WRITE;
      +/*!40000 ALTER TABLE `llx_budget` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_budget` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_budget_lines`
      +--
      +
      +DROP TABLE IF EXISTS `llx_budget_lines`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_budget_lines` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_budget` int(11) NOT NULL,
      +  `fk_project_ids` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `amount` double(24,8) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_budget_lines` (`fk_budget`,`fk_project_ids`),
      +  CONSTRAINT `fk_budget_lines_budget` FOREIGN KEY (`fk_budget`) REFERENCES `llx_budget` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_budget_lines`
      +--
      +
      +LOCK TABLES `llx_budget_lines` WRITE;
      +/*!40000 ALTER TABLE `llx_budget_lines` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_budget_lines` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_accounting_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_accounting_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_accounting_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `range_account` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `sens` tinyint(4) NOT NULL DEFAULT '0',
      +  `category_type` tinyint(4) NOT NULL DEFAULT '0',
      +  `formula` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_accounting_category` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_accounting_category`
      +--
      +
      +LOCK TABLES `llx_c_accounting_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_accounting_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_accounting_category` VALUES (1,1,'VENTES','Ventes de marchandises','7xxxxx',0,0,'',10,1,1),(2,1,'DEPENSES','Coût d achats marchandises vendues','6xxxxx',0,0,'',20,1,1),(3,1,'PROFIT','Marge commerciale','Balance',0,1,'VENTES+DEPENSES',30,1,1),(4,1,'123','ddd','603xxx | 607xxx | 609xxx',0,0,'0',4,14,1);
      +/*!40000 ALTER TABLE `llx_c_accounting_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_action_trigger`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_action_trigger`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_action_trigger` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `elementtype` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_action_trigger_code` (`code`),
      +  KEY `idx_action_trigger_rang` (`rang`)
      +) ENGINE=InnoDB AUTO_INCREMENT=225 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_action_trigger`
      +--
      +
      +LOCK TABLES `llx_c_action_trigger` WRITE;
      +/*!40000 ALTER TABLE `llx_c_action_trigger` DISABLE KEYS */;
      +INSERT INTO `llx_c_action_trigger` VALUES (131,'COMPANY_SENTBYMAIL','Mails sent from third party card','Executed when you send email from third party card','societe',1),(132,'COMPANY_CREATE','Third party created','Executed when a third party is created','societe',1),(133,'PROPAL_VALIDATE','Customer proposal validated','Executed when a commercial proposal is validated','propal',2),(134,'PROPAL_SENTBYMAIL','Commercial proposal sent by mail','Executed when a commercial proposal is sent by mail','propal',3),(135,'ORDER_VALIDATE','Customer order validate','Executed when a customer order is validated','commande',4),(136,'ORDER_CLOSE','Customer order classify delivered','Executed when a customer order is set delivered','commande',5),(137,'ORDER_CLASSIFY_BILLED','Customer order classify billed','Executed when a customer order is set to billed','commande',5),(138,'ORDER_CANCEL','Customer order canceled','Executed when a customer order is canceled','commande',5),(139,'ORDER_SENTBYMAIL','Customer order sent by mail','Executed when a customer order is sent by mail ','commande',5),(140,'BILL_VALIDATE','Customer invoice validated','Executed when a customer invoice is approved','facture',6),(141,'BILL_PAYED','Customer invoice payed','Executed when a customer invoice is payed','facture',7),(142,'BILL_CANCEL','Customer invoice canceled','Executed when a customer invoice is conceled','facture',8),(143,'BILL_SENTBYMAIL','Customer invoice sent by mail','Executed when a customer invoice is sent by mail','facture',9),(144,'BILL_UNVALIDATE','Customer invoice unvalidated','Executed when a customer invoice status set back to draft','facture',10),(145,'ORDER_SUPPLIER_VALIDATE','Supplier order validated','Executed when a supplier order is validated','order_supplier',11),(146,'ORDER_SUPPLIER_APPROVE','Supplier order request approved','Executed when a supplier order is approved','order_supplier',12),(147,'ORDER_SUPPLIER_REFUSE','Supplier order request refused','Executed when a supplier order is refused','order_supplier',13),(148,'ORDER_SUPPLIER_SENTBYMAIL','Supplier order sent by mail','Executed when a supplier order is sent by mail','order_supplier',14),(149,'BILL_SUPPLIER_VALIDATE','Supplier invoice validated','Executed when a supplier invoice is validated','invoice_supplier',15),(150,'BILL_SUPPLIER_PAYED','Supplier invoice payed','Executed when a supplier invoice is payed','invoice_supplier',16),(151,'BILL_SUPPLIER_SENTBYMAIL','Supplier invoice sent by mail','Executed when a supplier invoice is sent by mail','invoice_supplier',17),(152,'BILL_SUPPLIER_CANCELED','Supplier invoice cancelled','Executed when a supplier invoice is cancelled','invoice_supplier',17),(153,'CONTRACT_VALIDATE','Contract validated','Executed when a contract is validated','contrat',18),(154,'SHIPPING_VALIDATE','Shipping validated','Executed when a shipping is validated','shipping',20),(155,'SHIPPING_SENTBYMAIL','Shipping sent by mail','Executed when a shipping is sent by mail','shipping',21),(156,'MEMBER_VALIDATE','Member validated','Executed when a member is validated','member',22),(158,'MEMBER_RESILIATE','Member resiliated','Executed when a member is resiliated','member',24),(159,'MEMBER_MODIFY','Member modified','Executed when a member is modified','member',24),(160,'MEMBER_DELETE','Member deleted','Executed when a member is deleted','member',25),(161,'FICHINTER_VALIDATE','Intervention validated','Executed when a intervention is validated','ficheinter',19),(162,'FICHINTER_CLASSIFY_BILLED','Intervention set billed','Executed when a intervention is set to billed (when option FICHINTER_CLASSIFY_BILLED is set)','ficheinter',19),(163,'FICHINTER_CLASSIFY_UNBILLED','Intervention set unbilled','Executed when a intervention is set to unbilled (when option FICHINTER_CLASSIFY_BILLED is set)','ficheinter',19),(164,'FICHINTER_REOPEN','Intervention opened','Executed when a intervention is re-opened','ficheinter',19),(165,'FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',19),(166,'PROJECT_CREATE','Project creation','Executed when a project is created','project',140),(167,'PROPAL_CLOSE_SIGNED','Customer proposal closed signed','Executed when a customer proposal is closed signed','propal',2),(168,'PROPAL_CLOSE_REFUSED','Customer proposal closed refused','Executed when a customer proposal is closed refused','propal',2),(169,'PROPAL_CLASSIFY_BILLED','Customer proposal set billed','Executed when a customer proposal is set to billed','propal',2),(170,'TASK_CREATE','Task created','Executed when a project task is created','project',35),(171,'TASK_MODIFY','Task modified','Executed when a project task is modified','project',36),(172,'TASK_DELETE','Task deleted','Executed when a project task is deleted','project',37),(173,'BILL_SUPPLIER_UNVALIDATE','Supplier invoice unvalidated','Executed when a supplier invoice status is set back to draft','invoice_supplier',15),(174,'PROJECT_MODIFY','Project modified','Executed when a project is modified','project',141),(175,'PROJECT_DELETE','Project deleted','Executed when a project is deleted','project',142),(176,'ORDER_SUPPLIER_CREATE','Supplier order validated','Executed when a supplier order is validated','order_supplier',11),(177,'ORDER_SUPPLIER_SUBMIT','Supplier order request submited','Executed when a supplier order is approved','order_supplier',12),(178,'ORDER_SUPPLIER_RECEIVE','Supplier order request received','Executed when a supplier order is received','order_supplier',12),(179,'ORDER_SUPPLIER_CLASSIFY_BILLED','Supplier order set billed','Executed when a supplier order is set as billed','order_supplier',14),(180,'PRODUCT_CREATE','Product or service created','Executed when a product or sevice is created','product',30),(181,'PRODUCT_MODIFY','Product or service modified','Executed when a product or sevice is modified','product',30),(182,'PRODUCT_DELETE','Product or service deleted','Executed when a product or sevice is deleted','product',30),(183,'EXPENSE_REPORT_CREATE','Expense report created','Executed when an expense report is created','expense_report',201),(185,'EXPENSE_REPORT_VALIDATE','Expense report validated','Executed when an expense report is validated','expense_report',202),(186,'EXPENSE_REPORT_APPROVE','Expense report approved','Executed when an expense report is approved','expense_report',203),(187,'EXPENSE_REPORT_PAYED','Expense report billed','Executed when an expense report is set as billed','expense_report',204),(192,'HOLIDAY_CREATE','Leave request created','Executed when a leave request is created','holiday',221),(193,'HOLIDAY_VALIDATE','Leave request validated','Executed when a leave request is validated','holiday',222),(194,'HOLIDAY_APPROVE','Leave request approved','Executed when a leave request is approved','holiday',223),(210,'MEMBER_SENTBYMAIL','Mails sent from member card','Executed when you send email from member card','member',23),(211,'CONTRACT_SENTBYMAIL','Contract sent by mail','Executed when a contract is sent by mail','contrat',18),(212,'PROPOSAL_SUPPLIER_VALIDATE','Price request validated','Executed when a commercial proposal is validated','proposal_supplier',10),(213,'PROPOSAL_SUPPLIER_SENTBYMAIL','Price request sent by mail','Executed when a commercial proposal is sent by mail','proposal_supplier',10),(214,'PROPOSAL_SUPPLIER_CLOSE_SIGNED','Price request closed signed','Executed when a customer proposal is closed signed','proposal_supplier',10),(215,'PROPOSAL_SUPPLIER_CLOSE_REFUSED','Price request closed refused','Executed when a customer proposal is closed refused','proposal_supplier',10),(216,'MEMBER_SUBSCRIPTION_CREATE','Member subscribtion recorded','Executed when a member subscribtion is deleted','member',24),(217,'MEMBER_SUBSCRIPTION_MODIFY','Member subscribtion modified','Executed when a member subscribtion is modified','member',24),(218,'MEMBER_SUBSCRIPTION_DELETE','Member subscribtion deleted','Executed when a member subscribtion is deleted','member',24);
      +/*!40000 ALTER TABLE `llx_c_action_trigger` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_actioncomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_actioncomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_actioncomm` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'system',
      +  `libelle` varchar(48) COLLATE utf8_unicode_ci NOT NULL,
      +  `module` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `todo` tinyint(4) DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  `color` varchar(9) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `picto` varchar(48) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_actioncomm` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_actioncomm`
      +--
      +
      +LOCK TABLES `llx_c_actioncomm` WRITE;
      +/*!40000 ALTER TABLE `llx_c_actioncomm` DISABLE KEYS */;
      +INSERT INTO `llx_c_actioncomm` VALUES (1,'AC_TEL','system','Phone call',NULL,1,NULL,2,NULL,NULL),(2,'AC_FAX','system','Send Fax',NULL,1,NULL,3,NULL,NULL),(3,'AC_PROP','systemauto','Send commercial proposal by email','propal',1,NULL,10,NULL,NULL),(4,'AC_EMAIL','system','Send Email',NULL,1,NULL,4,NULL,NULL),(5,'AC_RDV','system','Rendez-vous',NULL,1,NULL,1,NULL,NULL),(8,'AC_COM','systemauto','Send customer order by email','order',1,NULL,8,NULL,NULL),(9,'AC_FAC','systemauto','Send customer invoice by email','invoice',1,NULL,6,NULL,NULL),(10,'AC_SHIP','systemauto','Send shipping by email','shipping',1,NULL,11,NULL,NULL),(11,'AC_INT','system','Intervention on site',NULL,1,NULL,4,NULL,NULL),(30,'AC_SUP_ORD','systemauto','Send supplier order by email','order_supplier',1,NULL,9,NULL,NULL),(31,'AC_SUP_INV','systemauto','Send supplier invoice by email','invoice_supplier',1,NULL,7,NULL,NULL),(40,'AC_OTH_AUTO','systemauto','Other (automatically inserted events)',NULL,1,NULL,20,NULL,NULL),(50,'AC_OTH','system','Other (manually inserted events)',NULL,1,NULL,5,NULL,NULL),(100700,'AC_CABMED','module','Send document by email','cabinetmed',0,NULL,100,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_actioncomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_availability`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_availability`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_availability` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_availability` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_availability`
      +--
      +
      +LOCK TABLES `llx_c_availability` WRITE;
      +/*!40000 ALTER TABLE `llx_c_availability` DISABLE KEYS */;
      +INSERT INTO `llx_c_availability` VALUES (1,'AV_NOW','Immediate',1),(2,'AV_1W','1 week',1),(3,'AV_2W','2 weeks',1),(4,'AV_3W','3 weeks',1);
      +/*!40000 ALTER TABLE `llx_c_availability` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_barcode_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_barcode_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_barcode_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `coder` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `example` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_barcode_type` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_barcode_type`
      +--
      +
      +LOCK TABLES `llx_c_barcode_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_barcode_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_barcode_type` VALUES (1,'EAN8',1,'EAN8','0','1234567'),(2,'EAN13',1,'EAN13','phpbarcode','123456789012'),(3,'UPC',1,'UPC','0','123456789012'),(4,'ISBN',1,'ISBN','0','123456789'),(5,'C39',1,'Code 39','0','1234567890'),(6,'C128',1,'Code 128','tcpdfbarcode','ABCD1234567890'),(13,'DATAMATRIX',1,'Datamatrix','0','1234567xyz'),(14,'QRCODE',1,'Qr Code','0','www.dolibarr.org');
      +/*!40000 ALTER TABLE `llx_c_barcode_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_chargesociales`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_chargesociales`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_chargesociales` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `libelle` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `deductible` smallint(6) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_pays` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_chargesociales`
      +--
      +
      +LOCK TABLES `llx_c_chargesociales` WRITE;
      +/*!40000 ALTER TABLE `llx_c_chargesociales` DISABLE KEYS */;
      +INSERT INTO `llx_c_chargesociales` VALUES (1,'Allocations familiales',1,1,'TAXFAM',1,NULL,NULL),(2,'CSG Deductible',1,1,'TAXCSGD',1,NULL,NULL),(3,'CSG/CRDS NON Deductible',0,1,'TAXCSGND',1,NULL,NULL),(10,'Taxe apprentissage',0,1,'TAXAPP',1,NULL,NULL),(11,'Taxe professionnelle',0,1,'TAXPRO',1,NULL,NULL),(12,'Cotisation foncière des entreprises',0,1,'TAXCFE',1,NULL,NULL),(13,'Cotisation sur la valeur ajoutée des entreprises',0,1,'TAXCVAE',1,NULL,NULL),(20,'Impots locaux/fonciers',0,1,'TAXFON',1,NULL,NULL),(25,'Impots revenus',0,1,'TAXREV',1,NULL,NULL),(30,'Assurance Sante',0,1,'TAXSECU',1,NULL,NULL),(40,'Mutuelle',0,1,'TAXMUT',1,NULL,NULL),(50,'Assurance vieillesse',0,1,'TAXRET',1,NULL,NULL),(60,'Assurance Chomage',0,1,'TAXCHOM',1,NULL,NULL),(201,'ONSS',1,1,'TAXBEONSS',2,NULL,NULL),(210,'Precompte professionnel',1,1,'TAXBEPREPRO',2,NULL,NULL),(220,'Prime d\'existence',1,1,'TAXBEPRIEXI',2,NULL,NULL),(230,'Precompte immobilier',1,1,'TAXBEPREIMMO',2,NULL,NULL),(4101,'Krankenversicherung',1,1,'TAXATKV',41,NULL,NULL),(4102,'Unfallversicherung',1,1,'TAXATUV',41,NULL,NULL),(4103,'Pensionsversicherung',1,1,'TAXATPV',41,NULL,NULL),(4104,'Arbeitslosenversicherung',1,1,'TAXATAV',41,NULL,NULL),(4105,'Insolvenzentgeltsicherungsfond',1,1,'TAXATIESG',41,NULL,NULL),(4106,'Wohnbauförderung',1,1,'TAXATWF',41,NULL,NULL),(4107,'Arbeiterkammerumlage',1,1,'TAXATAK',41,NULL,NULL),(4108,'Mitarbeitervorsorgekasse',1,1,'TAXATMVK',41,NULL,NULL),(4109,'Familienlastenausgleichsfond',1,1,'TAXATFLAF',41,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_chargesociales` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_civility`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_civility`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_civility` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_civility` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_civility`
      +--
      +
      +LOCK TABLES `llx_c_civility` WRITE;
      +/*!40000 ALTER TABLE `llx_c_civility` DISABLE KEYS */;
      +INSERT INTO `llx_c_civility` VALUES (1,'MME','Madame',1,NULL),(3,'MR','Monsieur',1,NULL),(5,'MLE','Mademoiselle',1,NULL),(7,'MTRE','Maître',1,NULL),(8,'DR','Docteur',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_civility` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_country`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_country`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_country` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
      +  `code_iso` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `favorite` tinyint(4) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_c_country_code` (`code`),
      +  UNIQUE KEY `idx_c_country_label` (`label`),
      +  UNIQUE KEY `idx_c_country_code_iso` (`code_iso`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_country`
      +--
      +
      +LOCK TABLES `llx_c_country` WRITE;
      +/*!40000 ALTER TABLE `llx_c_country` DISABLE KEYS */;
      +INSERT INTO `llx_c_country` VALUES (0,'',NULL,'-',1,1),(1,'FR','FRA','France',1,0),(2,'BE','BEL','Belgium',1,0),(3,'IT','ITA','Italy',1,0),(4,'ES','ESP','Spain',1,0),(5,'DE','DEU','Germany',1,0),(6,'CH','CHE','Switzerland',1,0),(7,'GB','GBR','United Kingdom',1,0),(8,'IE','IRL','Irland',1,0),(9,'CN','CHN','China',1,0),(10,'TN','TUN','Tunisia',1,0),(11,'US','USA','United States',1,0),(12,'MA','MAR','Maroc',1,0),(13,'DZ','DZA','Algeria',1,0),(14,'CA','CAN','Canada',1,0),(15,'TG','TGO','Togo',1,0),(16,'GA','GAB','Gabon',1,0),(17,'NL','NLD','Nerderland',1,0),(18,'HU','HUN','Hongrie',1,0),(19,'RU','RUS','Russia',1,0),(20,'SE','SWE','Sweden',1,0),(21,'CI','CIV','Côte d\'Ivoire',1,0),(22,'SN','SEN','Senegal',1,0),(23,'AR','ARG','Argentine',1,0),(24,'CM','CMR','Cameroun',1,0),(25,'PT','PRT','Portugal',1,0),(26,'SA','SAU','Saudi Arabia',1,0),(27,'MC','MCO','Monaco',1,0),(28,'AU','AUS','Australia',1,0),(29,'SG','SGP','Singapour',1,0),(30,'AF','AFG','Afghanistan',1,0),(31,'AX','ALA','Iles Aland',1,0),(32,'AL','ALB','Albanie',1,0),(33,'AS','ASM','Samoa américaines',1,0),(34,'AD','AND','Andorre',1,0),(35,'AO','AGO','Angola',1,0),(36,'AI','AIA','Anguilla',1,0),(37,'AQ','ATA','Antarctique',1,0),(38,'AG','ATG','Antigua-et-Barbuda',1,0),(39,'AM','ARM','Arménie',1,0),(40,'AW','ABW','Aruba',1,0),(41,'AT','AUT','Autriche',1,0),(42,'AZ','AZE','Azerbaïdjan',1,0),(43,'BS','BHS','Bahamas',1,0),(44,'BH','BHR','Bahreïn',1,0),(45,'BD','BGD','Bangladesh',1,0),(46,'BB','BRB','Barbade',1,0),(47,'BY','BLR','Biélorussie',1,0),(48,'BZ','BLZ','Belize',1,0),(49,'BJ','BEN','Bénin',1,0),(50,'BM','BMU','Bermudes',1,0),(51,'BT','BTN','Bhoutan',1,0),(52,'BO','BOL','Bolivie',1,0),(53,'BA','BIH','Bosnie-Herzégovine',1,0),(54,'BW','BWA','Botswana',1,0),(55,'BV','BVT','Ile Bouvet',1,0),(56,'BR','BRA','Brazil',1,0),(57,'IO','IOT','Territoire britannique de l\'Océan Indien',1,0),(58,'BN','BRN','Brunei',1,0),(59,'BG','BGR','Bulgarie',1,0),(60,'BF','BFA','Burkina Faso',1,0),(61,'BI','BDI','Burundi',1,0),(62,'KH','KHM','Cambodge',1,0),(63,'CV','CPV','Cap-Vert',1,0),(64,'KY','CYM','Iles Cayman',1,0),(65,'CF','CAF','République centrafricaine',1,0),(66,'TD','TCD','Tchad',1,0),(67,'CL','CHL','Chili',1,0),(68,'CX','CXR','Ile Christmas',1,0),(69,'CC','CCK','Iles des Cocos (Keeling)',1,0),(70,'CO','COL','Colombie',1,0),(71,'KM','COM','Comores',1,0),(72,'CG','COG','Congo',1,0),(73,'CD','COD','République démocratique du Congo',1,0),(74,'CK','COK','Iles Cook',1,0),(75,'CR','CRI','Costa Rica',1,0),(76,'HR','HRV','Croatie',1,0),(77,'CU','CUB','Cuba',1,0),(78,'CY','CYP','Chypre',1,0),(79,'CZ','CZE','République Tchèque',1,0),(80,'DK','DNK','Danemark',1,0),(81,'DJ','DJI','Djibouti',1,0),(82,'DM','DMA','Dominique',1,0),(83,'DO','DOM','République Dominicaine',1,0),(84,'EC','ECU','Equateur',1,0),(85,'EG','EGY','Egypte',1,0),(86,'SV','SLV','Salvador',1,0),(87,'GQ','GNQ','Guinée Equatoriale',1,0),(88,'ER','ERI','Erythrée',1,0),(89,'EE','EST','Estonia',1,0),(90,'ET','ETH','Ethiopie',1,0),(91,'FK','FLK','Iles Falkland',1,0),(92,'FO','FRO','Iles Féroé',1,0),(93,'FJ','FJI','Iles Fidji',1,0),(94,'FI','FIN','Finlande',1,0),(95,'GF','GUF','Guyane française',1,0),(96,'PF','PYF','Polynésie française',1,0),(97,'TF','ATF','Terres australes françaises',1,0),(98,'GM','GMB','Gambie',1,0),(99,'GE','GEO','Georgia',1,0),(100,'GH','GHA','Ghana',1,0),(101,'GI','GIB','Gibraltar',1,0),(102,'GR','GRC','Greece',1,0),(103,'GL','GRL','Groenland',1,0),(104,'GD','GRD','Grenade',1,0),(106,'GU','GUM','Guam',1,0),(107,'GT','GTM','Guatemala',1,0),(108,'GN','GIN','Guinea',1,0),(109,'GW','GNB','Guinea-Bissao',1,0),(111,'HT','HTI','Haiti',1,0),(112,'HM','HMD','Iles Heard et McDonald',1,0),(113,'VA','VAT','Saint-Siège (Vatican)',1,0),(114,'HN','HND','Honduras',1,0),(115,'HK','HKG','Hong Kong',1,0),(116,'IS','ISL','Islande',1,0),(117,'IN','IND','India',1,0),(118,'ID','IDN','Indonésie',1,0),(119,'IR','IRN','Iran',1,0),(120,'IQ','IRQ','Iraq',1,0),(121,'IL','ISR','Israel',1,0),(122,'JM','JAM','Jamaïque',1,0),(123,'JP','JPN','Japon',1,0),(124,'JO','JOR','Jordanie',1,0),(125,'KZ','KAZ','Kazakhstan',1,0),(126,'KE','KEN','Kenya',1,0),(127,'KI','KIR','Kiribati',1,0),(128,'KP','PRK','North Corea',1,0),(129,'KR','KOR','South Corea',1,0),(130,'KW','KWT','Koweït',1,0),(131,'KG','KGZ','Kirghizistan',1,0),(132,'LA','LAO','Laos',1,0),(133,'LV','LVA','Lettonie',1,0),(134,'LB','LBN','Liban',1,0),(135,'LS','LSO','Lesotho',1,0),(136,'LR','LBR','Liberia',1,0),(137,'LY','LBY','Libye',1,0),(138,'LI','LIE','Liechtenstein',1,0),(139,'LT','LTU','Lituanie',1,0),(140,'LU','LUX','Luxembourg',1,0),(141,'MO','MAC','Macao',1,0),(142,'MK','MKD','ex-République yougoslave de Macédoine',1,0),(143,'MG','MDG','Madagascar',1,0),(144,'MW','MWI','Malawi',1,0),(145,'MY','MYS','Malaisie',1,0),(146,'MV','MDV','Maldives',1,0),(147,'ML','MLI','Mali',1,0),(148,'MT','MLT','Malte',1,0),(149,'MH','MHL','Iles Marshall',1,0),(151,'MR','MRT','Mauritanie',1,0),(152,'MU','MUS','Maurice',1,0),(153,'YT','MYT','Mayotte',1,0),(154,'MX','MEX','Mexique',1,0),(155,'FM','FSM','Micronésie',1,0),(156,'MD','MDA','Moldavie',1,0),(157,'MN','MNG','Mongolie',1,0),(158,'MS','MSR','Monserrat',1,0),(159,'MZ','MOZ','Mozambique',1,0),(160,'MM','MMR','Birmanie (Myanmar)',1,0),(161,'NA','NAM','Namibie',1,0),(162,'NR','NRU','Nauru',1,0),(163,'NP','NPL','Népal',1,0),(164,'AN',NULL,'Antilles néerlandaises',1,0),(165,'NC','NCL','Nouvelle-Calédonie',1,0),(166,'NZ','NZL','Nouvelle-Zélande',1,0),(167,'NI','NIC','Nicaragua',1,0),(168,'NE','NER','Niger',1,0),(169,'NG','NGA','Nigeria',1,0),(170,'NU','NIU','Nioué',1,0),(171,'NF','NFK','Ile Norfolk',1,0),(172,'MP','MNP','Mariannes du Nord',1,0),(173,'NO','NOR','Norvège',1,0),(174,'OM','OMN','Oman',1,0),(175,'PK','PAK','Pakistan',1,0),(176,'PW','PLW','Palaos',1,0),(177,'PS','PSE','Territoire Palestinien Occupé',1,0),(178,'PA','PAN','Panama',1,0),(179,'PG','PNG','Papouasie-Nouvelle-Guinée',1,0),(180,'PY','PRY','Paraguay',1,0),(181,'PE','PER','Peru',1,0),(182,'PH','PHL','Philippines',1,0),(183,'PN','PCN','Iles Pitcairn',1,0),(184,'PL','POL','Pologne',1,0),(185,'PR','PRI','Porto Rico',1,0),(186,'QA','QAT','Qatar',1,0),(188,'RO','ROU','Roumanie',1,0),(189,'RW','RWA','Rwanda',1,0),(190,'SH','SHN','Sainte-Hélène',1,0),(191,'KN','KNA','Saint-Christophe-et-Niévès',1,0),(192,'LC','LCA','Sainte-Lucie',1,0),(193,'PM','SPM','Saint-Pierre-et-Miquelon',1,0),(194,'VC','VCT','Saint-Vincent-et-les-Grenadines',1,0),(195,'WS','WSM','Samoa',1,0),(196,'SM','SMR','Saint-Marin',1,0),(197,'ST','STP','Sao Tomé-et-Principe',1,0),(198,'RS','SRB','Serbie',1,0),(199,'SC','SYC','Seychelles',1,0),(200,'SL','SLE','Sierra Leone',1,0),(201,'SK','SVK','Slovaquie',1,0),(202,'SI','SVN','Slovénie',1,0),(203,'SB','SLB','Iles Salomon',1,0),(204,'SO','SOM','Somalie',1,0),(205,'ZA','ZAF','Afrique du Sud',1,0),(206,'GS','SGS','Iles Géorgie du Sud et Sandwich du Sud',1,0),(207,'LK','LKA','Sri Lanka',1,0),(208,'SD','SDN','Soudan',1,0),(209,'SR','SUR','Suriname',1,0),(210,'SJ','SJM','Iles Svalbard et Jan Mayen',1,0),(211,'SZ','SWZ','Swaziland',1,0),(212,'SY','SYR','Syrie',1,0),(213,'TW','TWN','Taïwan',1,0),(214,'TJ','TJK','Tadjikistan',1,0),(215,'TZ','TZA','Tanzanie',1,0),(216,'TH','THA','Thaïlande',1,0),(217,'TL','TLS','Timor Oriental',1,0),(218,'TK','TKL','Tokélaou',1,0),(219,'TO','TON','Tonga',1,0),(220,'TT','TTO','Trinité-et-Tobago',1,0),(221,'TR','TUR','Turquie',1,0),(222,'TM','TKM','Turkménistan',1,0),(223,'TC','TCA','Iles Turks-et-Caicos',1,0),(224,'TV','TUV','Tuvalu',1,0),(225,'UG','UGA','Ouganda',1,0),(226,'UA','UKR','Ukraine',1,0),(227,'xx','ARE','Émirats arabes unishh',1,0),(228,'UM','UMI','Iles mineures éloignées des États-Unis',1,0),(229,'UY','URY','Uruguay',1,0),(230,'UZ','UZB','Ouzbékistan',1,0),(231,'VU','VUT','Vanuatu',1,0),(232,'VE','VEN','Vénézuela',1,0),(233,'VN','VNM','Viêt Nam',1,0),(234,'VG','VGB','Iles Vierges britanniques',1,0),(235,'VI','VIR','Iles Vierges américaines',1,0),(236,'WF','WLF','Wallis-et-Futuna',1,0),(237,'EH','ESH','Sahara occidental',1,0),(238,'YE','YEM','Yémen',1,0),(239,'ZM','ZMB','Zambie',1,0),(240,'ZW','ZWE','Zimbabwe',1,0),(241,'GG','GGY','Guernesey',1,0),(242,'IM','IMN','Ile de Man',1,0),(243,'JE','JEY','Jersey',1,0),(244,'ME','MNE','Monténégro',1,0),(245,'BL','BLM','Saint-Barthélemy',1,0),(246,'MF','MAF','Saint-Martin',1,0),(247,'hh',NULL,'hhh',1,0);
      +/*!40000 ALTER TABLE `llx_c_country` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_currencies`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_currencies`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_currencies` (
      +  `code_iso` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `unicode` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`code_iso`),
      +  UNIQUE KEY `uk_c_currencies_code_iso` (`code_iso`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_currencies`
      +--
      +
      +LOCK TABLES `llx_c_currencies` WRITE;
      +/*!40000 ALTER TABLE `llx_c_currencies` DISABLE KEYS */;
      +INSERT INTO `llx_c_currencies` VALUES ('AED','United Arab Emirates Dirham',NULL,1),('AFN','Afghanistan Afghani','[1547]',1),('ALL','Albania Leklll','[76,101,107]',1),('ANG','Netherlands Antilles Guilder','[402]',1),('ARP','Pesos argentins',NULL,0),('ARS','Argentino Peso','[36]',1),('ATS','Shiliing autrichiens',NULL,0),('AUD','Australia Dollar','[36]',1),('AWG','Aruba Guilder','[402]',1),('AZN','Azerbaijan New Manat','[1084,1072,1085]',1),('BAM','Bosnia and Herzegovina Convertible Marka','[75,77]',1),('BBD','Barbados Dollar','[36]',1),('BEF','Francs belges',NULL,0),('BGN','Bulgaria Lev','[1083,1074]',1),('BMD','Bermuda Dollar','[36]',1),('BND','Brunei Darussalam Dollar','[36]',1),('BOB','Bolivia Boliviano','[36,98]',1),('BRL','Brazil Real','[82,36]',1),('BSD','Bahamas Dollar','[36]',1),('BWP','Botswana Pula','[80]',1),('BYR','Belarus Ruble','[112,46]',1),('BZD','Belize Dollar','[66,90,36]',1),('CAD','Canada Dollar','[36]',1),('CHF','Switzerland Franc','[67,72,70]',1),('CLP','Chile Peso','[36]',1),('CNY','China Yuan Renminbi','[165]',1),('COP','Colombia Peso','[36]',1),('CRC','Costa Rica Colon','[8353]',1),('CUP','Cuba Peso','[8369]',1),('CZK','Czech Republic Koruna','[75,269]',1),('DEM','Deutsch mark',NULL,0),('DKK','Denmark Krone','[107,114]',1),('DOP','Dominican Republic Peso','[82,68,36]',1),('DZD','Algeria Dinar',NULL,1),('EEK','Estonia Kroon','[107,114]',1),('EGP','Egypt Pound','[163]',1),('ESP','Pesete',NULL,0),('EUR','Euro Member Countries','[8364]',1),('FIM','Mark finlandais',NULL,0),('FJD','Fiji Dollar','[36]',1),('FKP','Falkland Islands (Malvinas) Pound','[163]',1),('FRF','Francs francais',NULL,0),('GBP','United Kingdom Pound','[163]',1),('GGP','Guernsey Pound','[163]',1),('GHC','Ghana Cedis','[162]',1),('GIP','Gibraltar Pound','[163]',1),('GRD','Drachme (grece)',NULL,0),('GTQ','Guatemala Quetzal','[81]',1),('GYD','Guyana Dollar','[36]',1),('hhh','ddd','[]',1),('HKD','Hong Kong Dollar','[36]',1),('HNL','Honduras Lempira','[76]',1),('HRK','Croatia Kuna','[107,110]',1),('HUF','Hungary Forint','[70,116]',1),('IDR','Indonesia Rupiah','[82,112]',1),('IEP','Livres irlandaises',NULL,0),('ILS','Israel Shekel','[8362]',1),('IMP','Isle of Man Pound','[163]',1),('INR','India Rupee',NULL,1),('IRR','Iran Rial','[65020]',1),('ISK','Iceland Krona','[107,114]',1),('ITL','Lires',NULL,0),('JEP','Jersey Pound','[163]',1),('JMD','Jamaica Dollar','[74,36]',1),('JPY','Japan Yen','[165]',1),('KES','Kenya Shilling',NULL,1),('KGS','Kyrgyzstan Som','[1083,1074]',1),('KHR','Cambodia Riel','[6107]',1),('KPW','Korea (North) Won','[8361]',1),('KRW','Korea (South) Won','[8361]',1),('KYD','Cayman Islands Dollar','[36]',1),('KZT','Kazakhstan Tenge','[1083,1074]',1),('LAK','Laos Kip','[8365]',1),('LBP','Lebanon Pound','[163]',1),('LKR','Sri Lanka Rupee','[8360]',1),('LRD','Liberia Dollar','[36]',1),('LTL','Lithuania Litas','[76,116]',1),('LUF','Francs luxembourgeois',NULL,0),('LVL','Latvia Lat','[76,115]',1),('MAD','Morocco Dirham',NULL,1),('MKD','Macedonia Denar','[1076,1077,1085]',1),('MNT','Mongolia Tughrik','[8366]',1),('MRO','Mauritania Ouguiya',NULL,1),('MUR','Mauritius Rupee','[8360]',1),('MXN','Mexico Peso','[36]',1),('MXP','Pesos Mexicans',NULL,0),('MYR','Malaysia Ringgit','[82,77]',1),('MZN','Mozambique Metical','[77,84]',1),('NAD','Namibia Dollar','[36]',1),('NGN','Nigeria Naira','[8358]',1),('NIO','Nicaragua Cordoba','[67,36]',1),('NLG','Florins',NULL,0),('NOK','Norway Krone','[107,114]',1),('NPR','Nepal Rupee','[8360]',1),('NZD','New Zealand Dollar','[36]',1),('OMR','Oman Rial','[65020]',1),('PAB','Panama Balboa','[66,47,46]',1),('PEN','Peru Nuevo Sol','[83,47,46]',1),('PHP','Philippines Peso','[8369]',1),('PKR','Pakistan Rupee','[8360]',1),('PLN','Poland Zloty','[122,322]',1),('PTE','Escudos',NULL,0),('PYG','Paraguay Guarani','[71,115]',1),('QAR','Qatar Riyal','[65020]',1),('RON','Romania New Leu','[108,101,105]',1),('RSD','Serbia Dinar','[1044,1080,1085,46]',1),('RUB','Russia Ruble','[1088,1091,1073]',1),('SAR','Saudi Arabia Riyal','[65020]',1),('SBD','Solomon Islands Dollar','[36]',1),('SCR','Seychelles Rupee','[8360]',1),('SEK','Sweden Krona','[107,114]',1),('SGD','Singapore Dollar','[36]',1),('SHP','Saint Helena Pound','[163]',1),('SKK','Couronnes slovaques',NULL,0),('SOS','Somalia Shilling','[83]',1),('SRD','Suriname Dollar','[36]',1),('SUR','Rouble',NULL,0),('SVC','El Salvador Colon','[36]',1),('SYP','Syria Pound','[163]',1),('THB','Thailand Baht','[3647]',1),('TND','Tunisia Dinar',NULL,1),('TRL','Turkey Lira','[84,76]',1),('TRY','Turkey Lira','[8356]',1),('TTD','Trinidad and Tobago Dollar','[84,84,36]',1),('TVD','Tuvalu Dollar','[36]',1),('TWD','Taiwan New Dollar','[78,84,36]',1),('UAH','Ukraine Hryvna','[8372]',1),('USD','United States Dollar','[36]',1),('UYU','Uruguay Peso','[36,85]',1),('UZS','Uzbekistan Som','[1083,1074]',1),('VEF','Venezuela Bolivar Fuerte','[66,115]',1),('VND','Viet Nam Dong','[8363]',1),('XAF','Communaute Financiere Africaine (BEAC) CFA Franc',NULL,1),('XCD','East Caribbean Dollar','[36]',1),('XEU','Ecus',NULL,0),('XOF','Communaute Financiere Africaine (BCEAO) Franc',NULL,1),('XPF','Franc pacifique (XPF)',NULL,1),('YER','Yemen Rial','[65020]',1),('ZAR','South Africa Rand','[82]',1),('ZWD','Zimbabwe Dollar','[90,36]',1);
      +/*!40000 ALTER TABLE `llx_c_currencies` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_departements`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_departements`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_departements` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code_departement` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_region` int(11) DEFAULT NULL,
      +  `cheflieu` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tncc` int(11) DEFAULT NULL,
      +  `ncc` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_departements` (`code_departement`,`fk_region`),
      +  KEY `idx_departements_fk_region` (`fk_region`),
      +  CONSTRAINT `fk_departements_code_region` FOREIGN KEY (`fk_region`) REFERENCES `llx_c_regions` (`code_region`),
      +  CONSTRAINT `fk_departements_fk_region` FOREIGN KEY (`fk_region`) REFERENCES `llx_c_regions` (`code_region`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2100 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_departements`
      +--
      +
      +LOCK TABLES `llx_c_departements` WRITE;
      +/*!40000 ALTER TABLE `llx_c_departements` DISABLE KEYS */;
      +INSERT INTO `llx_c_departements` VALUES (1,'0',0,'0',0,'-','-',1),(2,'01',82,'01053',5,'AIN','Ain',1),(3,'02',22,'02408',5,'AISNE','Aisne',1),(4,'03',83,'03190',5,'ALLIER','Allier',1),(5,'04',93,'04070',4,'ALPES-DE-HAUTE-PROVENCE','Alpes-de-Haute-Provence',1),(6,'05',93,'05061',4,'HAUTES-ALPES','Hautes-Alpes',1),(7,'06',93,'06088',4,'ALPES-MARITIMES','Alpes-Maritimes',1),(8,'07',82,'07186',5,'ARDECHE','Ardèche',1),(9,'08',21,'08105',4,'ARDENNES','Ardennes',1),(10,'09',73,'09122',5,'ARIEGE','Ariège',1),(11,'10',21,'10387',5,'AUBE','Aube',1),(12,'11',91,'11069',5,'AUDE','Aude',1),(13,'12',73,'12202',5,'AVEYRON','Aveyron',1),(14,'13',93,'13055',4,'BOUCHES-DU-RHONE','Bouches-du-Rhône',1),(15,'14',25,'14118',2,'CALVADOS','Calvados',1),(16,'15',83,'15014',2,'CANTAL','Cantal',1),(17,'16',54,'16015',3,'CHARENTE','Charente',1),(18,'17',54,'17300',3,'CHARENTE-MARITIME','Charente-Maritime',1),(19,'18',24,'18033',2,'CHER','Cher',1),(20,'19',74,'19272',3,'CORREZE','Corrèze',1),(21,'2A',94,'2A004',3,'CORSE-DU-SUD','Corse-du-Sud',1),(22,'2B',94,'2B033',3,'HAUTE-CORSE','Haute-Corse',1),(23,'21',26,'21231',3,'COTE-D\'OR','Côte-d\'Or',1),(24,'22',53,'22278',4,'COTES-D\'ARMOR','Côtes-d\'Armor',1),(25,'23',74,'23096',3,'CREUSE','Creuse',1),(26,'24',72,'24322',3,'DORDOGNE','Dordogne',1),(27,'25',43,'25056',2,'DOUBS','Doubs',1),(28,'26',82,'26362',3,'DROME','Drôme',1),(29,'27',23,'27229',5,'EURE','Eure',1),(30,'28',24,'28085',1,'EURE-ET-LOIR','Eure-et-Loir',1),(31,'29',53,'29232',2,'FINISTERE','Finistère',1),(32,'30',91,'30189',2,'GARD','Gard',1),(33,'31',73,'31555',3,'HAUTE-GARONNE','Haute-Garonne',1),(34,'32',73,'32013',2,'GERS','Gers',1),(35,'33',72,'33063',3,'GIRONDE','Gironde',1),(36,'34',91,'34172',5,'HERAULT','Hérault',1),(37,'35',53,'35238',1,'ILLE-ET-VILAINE','Ille-et-Vilaine',1),(38,'36',24,'36044',5,'INDRE','Indre',1),(39,'37',24,'37261',1,'INDRE-ET-LOIRE','Indre-et-Loire',1),(40,'38',82,'38185',5,'ISERE','Isère',1),(41,'39',43,'39300',2,'JURA','Jura',1),(42,'40',72,'40192',4,'LANDES','Landes',1),(43,'41',24,'41018',0,'LOIR-ET-CHER','Loir-et-Cher',1),(44,'42',82,'42218',3,'LOIRE','Loire',1),(45,'43',83,'43157',3,'HAUTE-LOIRE','Haute-Loire',1),(46,'44',52,'44109',3,'LOIRE-ATLANTIQUE','Loire-Atlantique',1),(47,'45',24,'45234',2,'LOIRET','Loiret',1),(48,'46',73,'46042',2,'LOT','Lot',1),(49,'47',72,'47001',0,'LOT-ET-GARONNE','Lot-et-Garonne',1),(50,'48',91,'48095',3,'LOZERE','Lozère',1),(51,'49',52,'49007',0,'MAINE-ET-LOIRE','Maine-et-Loire',1),(52,'50',25,'50502',3,'MANCHE','Manche',1),(53,'51',21,'51108',3,'MARNE','Marne',1),(54,'52',21,'52121',3,'HAUTE-MARNE','Haute-Marne',1),(55,'53',52,'53130',3,'MAYENNE','Mayenne',1),(56,'54',41,'54395',0,'MEURTHE-ET-MOSELLE','Meurthe-et-Moselle',1),(57,'55',41,'55029',3,'MEUSE','Meuse',1),(58,'56',53,'56260',2,'MORBIHAN','Morbihan',1),(59,'57',41,'57463',3,'MOSELLE','Moselle',1),(60,'58',26,'58194',3,'NIEVRE','Nièvre',1),(61,'59',31,'59350',2,'NORD','Nord',1),(62,'60',22,'60057',5,'OISE','Oise',1),(63,'61',25,'61001',5,'ORNE','Orne',1),(64,'62',31,'62041',2,'PAS-DE-CALAIS','Pas-de-Calais',1),(65,'63',83,'63113',2,'PUY-DE-DOME','Puy-de-Dôme',1),(66,'64',72,'64445',4,'PYRENEES-ATLANTIQUES','Pyrénées-Atlantiques',1),(67,'65',73,'65440',4,'HAUTES-PYRENEES','Hautes-Pyrénées',1),(68,'66',91,'66136',4,'PYRENEES-ORIENTALES','Pyrénées-Orientales',1),(69,'67',42,'67482',2,'BAS-RHIN','Bas-Rhin',1),(70,'68',42,'68066',2,'HAUT-RHIN','Haut-Rhin',1),(71,'69',82,'69123',2,'RHONE','Rhône',1),(72,'70',43,'70550',3,'HAUTE-SAONE','Haute-Saône',1),(73,'71',26,'71270',0,'SAONE-ET-LOIRE','Saône-et-Loire',1),(74,'72',52,'72181',3,'SARTHE','Sarthe',1),(75,'73',82,'73065',3,'SAVOIE','Savoie',1),(76,'74',82,'74010',3,'HAUTE-SAVOIE','Haute-Savoie',1),(77,'75',11,'75056',0,'PARIS','Paris',1),(78,'76',23,'76540',3,'SEINE-MARITIME','Seine-Maritime',1),(79,'77',11,'77288',0,'SEINE-ET-MARNE','Seine-et-Marne',1),(80,'78',11,'78646',4,'YVELINES','Yvelines',1),(81,'79',54,'79191',4,'DEUX-SEVRES','Deux-Sèvres',1),(82,'80',22,'80021',3,'SOMME','Somme',1),(83,'81',73,'81004',2,'TARN','Tarn',1),(84,'82',73,'82121',0,'TARN-ET-GARONNE','Tarn-et-Garonne',1),(85,'83',93,'83137',2,'VAR','Var',1),(86,'84',93,'84007',0,'VAUCLUSE','Vaucluse',1),(87,'85',52,'85191',3,'VENDEE','Vendée',1),(88,'86',54,'86194',3,'VIENNE','Vienne',1),(89,'87',74,'87085',3,'HAUTE-VIENNE','Haute-Vienne',1),(90,'88',41,'88160',4,'VOSGES','Vosges',1),(91,'89',26,'89024',5,'YONNE','Yonne',1),(92,'90',43,'90010',0,'TERRITOIRE DE BELFORT','Territoire de Belfort',1),(93,'91',11,'91228',5,'ESSONNE','Essonne',1),(94,'92',11,'92050',4,'HAUTS-DE-SEINE','Hauts-de-Seine',1),(95,'93',11,'93008',3,'SEINE-SAINT-DENIS','Seine-Saint-Denis',1),(96,'94',11,'94028',2,'VAL-DE-MARNE','Val-de-Marne',1),(97,'95',11,'95500',2,'VAL-D\'OISE','Val-d\'Oise',1),(98,'971',1,'97105',3,'GUADELOUPE','Guadeloupe',1),(99,'972',2,'97209',3,'MARTINIQUE','Martinique',1),(100,'973',3,'97302',3,'GUYANE','Guyane',1),(101,'974',4,'97411',3,'REUNION','Réunion',1),(102,'01',201,'',1,'ANVERS','Anvers',1),(103,'02',203,'',3,'BRUXELLES-CAPITALE','Bruxelles-Capitale',1),(104,'03',202,'',2,'BRABANT-WALLON','Brabant-Wallon',1),(105,'04',201,'',1,'BRABANT-FLAMAND','Brabant-Flamand',1),(106,'05',201,'',1,'FLANDRE-OCCIDENTALE','Flandre-Occidentale',1),(107,'06',201,'',1,'FLANDRE-ORIENTALE','Flandre-Orientale',1),(108,'07',202,'',2,'HAINAUT','Hainaut',1),(109,'08',201,'',2,'LIEGE','Liège',1),(110,'09',202,'',1,'LIMBOURG','Limbourg',1),(111,'10',202,'',2,'LUXEMBOURG','Luxembourg',1),(112,'11',201,'',2,'NAMUR','Namur',1),(113,'NSW',2801,'',1,'','New South Wales',1),(114,'VIC',2801,'',1,'','Victoria',1),(115,'QLD',2801,'',1,'','Queensland',1),(116,'SA',2801,'',1,'','South Australia',1),(117,'ACT',2801,'',1,'','Australia Capital Territory',1),(118,'TAS',2801,'',1,'','Tasmania',1),(119,'WA',2801,'',1,'','Western Australia',1),(120,'NT',2801,'',1,'','Northern Territory',1),(121,'VI',419,'',19,'ALAVA','Álava',1),(122,'AB',404,'',4,'ALBACETE','Albacete',1),(123,'A',411,'',11,'ALICANTE','Alicante',1),(124,'AL',401,'',1,'ALMERIA','Almería',1),(125,'AV',403,'',3,'AVILA','Avila',1),(126,'BA',412,'',12,'BADAJOZ','Badajoz',1),(127,'PM',414,'',14,'ISLAS BALEARES','Islas Baleares',1),(128,'B',406,'',6,'BARCELONA','Barcelona',1),(129,'BU',403,'',8,'BURGOS','Burgos',1),(130,'CC',412,'',12,'CACERES','Cáceres',1),(131,'CA',401,'',1,'CADIz','Cádiz',1),(132,'CS',411,'',11,'CASTELLON','Castellón',1),(133,'CR',404,'',4,'CIUDAD REAL','Ciudad Real',1),(134,'CO',401,'',1,'CORDOBA','Córdoba',1),(135,'C',413,'',13,'LA CORUÑA','La Coruña',1),(136,'CU',404,'',4,'CUENCA','Cuenca',1),(137,'GI',406,'',6,'GERONA','Gerona',1),(138,'GR',401,'',1,'GRANADA','Granada',1),(139,'GU',404,'',4,'GUADALAJARA','Guadalajara',1),(140,'SS',419,'',19,'GUIPUZCOA','Guipúzcoa',1),(141,'H',401,'',1,'HUELVA','Huelva',1),(142,'HU',402,'',2,'HUESCA','Huesca',1),(143,'J',401,'',1,'JAEN','Jaén',1),(144,'LE',403,'',3,'LEON','León',1),(145,'L',406,'',6,'LERIDA','Lérida',1),(146,'LO',415,'',15,'LA RIOJA','La Rioja',1),(147,'LU',413,'',13,'LUGO','Lugo',1),(148,'M',416,'',16,'MADRID','Madrid',1),(149,'MA',401,'',1,'MALAGA','Málaga',1),(150,'MU',417,'',17,'MURCIA','Murcia',1),(151,'NA',408,'',8,'NAVARRA','Navarra',1),(152,'OR',413,'',13,'ORENSE','Orense',1),(153,'O',418,'',18,'ASTURIAS','Asturias',1),(154,'P',403,'',3,'PALENCIA','Palencia',1),(155,'GC',405,'',5,'LAS PALMAS','Las Palmas',1),(156,'PO',413,'',13,'PONTEVEDRA','Pontevedra',1),(157,'SA',403,'',3,'SALAMANCA','Salamanca',1),(158,'TF',405,'',5,'STA. CRUZ DE TENERIFE','Sta. Cruz de Tenerife',1),(159,'S',410,'',10,'CANTABRIA','Cantabria',1),(160,'SG',403,'',3,'SEGOVIA','Segovia',1),(161,'SE',401,'',1,'SEVILLA','Sevilla',1),(162,'SO',403,'',3,'SORIA','Soria',1),(163,'T',406,'',6,'TARRAGONA','Tarragona',1),(164,'TE',402,'',2,'TERUEL','Teruel',1),(165,'TO',404,'',5,'TOLEDO','Toledo',1),(166,'V',411,'',11,'VALENCIA','Valencia',1),(167,'VA',403,'',3,'VALLADOLID','Valladolid',1),(168,'BI',419,'',19,'VIZCAYA','Vizcaya',1),(169,'ZA',403,'',3,'ZAMORA','Zamora',1),(170,'Z',402,'',1,'ZARAGOZA','Zaragoza',1),(171,'CE',407,'',7,'CEUTA','Ceuta',1),(172,'ML',409,'',9,'MELILLA','Melilla',1),(174,'AG',601,NULL,NULL,'ARGOVIE','Argovie',1),(175,'AI',601,NULL,NULL,'APPENZELL RHODES INTERIEURES','Appenzell Rhodes intérieures',1),(176,'AR',601,NULL,NULL,'APPENZELL RHODES EXTERIEURES','Appenzell Rhodes extérieures',1),(177,'BE',601,NULL,NULL,'BERNE','Berne',1),(178,'BL',601,NULL,NULL,'BALE CAMPAGNE','Bâle Campagne',1),(179,'BS',601,NULL,NULL,'BALE VILLE','Bâle Ville',1),(180,'FR',601,NULL,NULL,'FRIBOURG','Fribourg',1),(181,'GE',601,NULL,NULL,'GENEVE','Genève',1),(182,'GL',601,NULL,NULL,'GLARIS','Glaris',1),(183,'GR',601,NULL,NULL,'GRISONS','Grisons',1),(184,'JU',601,NULL,NULL,'JURA','Jura',1),(185,'LU',601,NULL,NULL,'LUCERNE','Lucerne',1),(186,'NE',601,NULL,NULL,'NEUCHATEL','Neuchâtel',1),(187,'NW',601,NULL,NULL,'NIDWALD','Nidwald',1),(188,'OW',601,NULL,NULL,'OBWALD','Obwald',1),(189,'SG',601,NULL,NULL,'SAINT-GALL','Saint-Gall',1),(190,'SH',601,NULL,NULL,'SCHAFFHOUSE','Schaffhouse',1),(191,'SO',601,NULL,NULL,'SOLEURE','Soleure',1),(192,'SZ',601,NULL,NULL,'SCHWYZ','Schwyz',1),(193,'TG',601,NULL,NULL,'THURGOVIE','Thurgovie',1),(194,'TI',601,NULL,NULL,'TESSIN','Tessin',1),(195,'UR',601,NULL,NULL,'URI','Uri',1),(196,'VD',601,NULL,NULL,'VAUD','Vaud',1),(197,'VS',601,NULL,NULL,'VALAIS','Valais',1),(198,'ZG',601,NULL,NULL,'ZUG','Zug',1),(199,'ZH',601,NULL,NULL,'ZURICH','Zürich',1),(200,'AL',1101,'',0,'ALABAMA','Alabama',1),(201,'AK',1101,'',0,'ALASKA','Alaska',1),(202,'AZ',1101,'',0,'ARIZONA','Arizona',1),(203,'AR',1101,'',0,'ARKANSAS','Arkansas',1),(204,'CA',1101,'',0,'CALIFORNIA','California',1),(205,'CO',1101,'',0,'COLORADO','Colorado',1),(206,'CT',1101,'',0,'CONNECTICUT','Connecticut',1),(207,'DE',1101,'',0,'DELAWARE','Delaware',1),(208,'FL',1101,'',0,'FLORIDA','Florida',1),(209,'GA',1101,'',0,'GEORGIA','Georgia',1),(210,'HI',1101,'',0,'HAWAII','Hawaii',1),(211,'ID',1101,'',0,'IDAHO','Idaho',1),(212,'IL',1101,'',0,'ILLINOIS','Illinois',1),(213,'IN',1101,'',0,'INDIANA','Indiana',1),(214,'IA',1101,'',0,'IOWA','Iowa',1),(215,'KS',1101,'',0,'KANSAS','Kansas',1),(216,'KY',1101,'',0,'KENTUCKY','Kentucky',1),(217,'LA',1101,'',0,'LOUISIANA','Louisiana',1),(218,'ME',1101,'',0,'MAINE','Maine',1),(219,'MD',1101,'',0,'MARYLAND','Maryland',1),(220,'MA',1101,'',0,'MASSACHUSSETTS','Massachusetts',1),(221,'MI',1101,'',0,'MICHIGAN','Michigan',1),(222,'MN',1101,'',0,'MINNESOTA','Minnesota',1),(223,'MS',1101,'',0,'MISSISSIPPI','Mississippi',1),(224,'MO',1101,'',0,'MISSOURI','Missouri',1),(225,'MT',1101,'',0,'MONTANA','Montana',1),(226,'NE',1101,'',0,'NEBRASKA','Nebraska',1),(227,'NV',1101,'',0,'NEVADA','Nevada',1),(228,'NH',1101,'',0,'NEW HAMPSHIRE','New Hampshire',1),(229,'NJ',1101,'',0,'NEW JERSEY','New Jersey',1),(230,'NM',1101,'',0,'NEW MEXICO','New Mexico',1),(231,'NY',1101,'',0,'NEW YORK','New York',1),(232,'NC',1101,'',0,'NORTH CAROLINA','North Carolina',1),(233,'ND',1101,'',0,'NORTH DAKOTA','North Dakota',1),(234,'OH',1101,'',0,'OHIO','Ohio',1),(235,'OK',1101,'',0,'OKLAHOMA','Oklahoma',1),(236,'OR',1101,'',0,'OREGON','Oregon',1),(237,'PA',1101,'',0,'PENNSYLVANIA','Pennsylvania',1),(238,'RI',1101,'',0,'RHODE ISLAND','Rhode Island',1),(239,'SC',1101,'',0,'SOUTH CAROLINA','South Carolina',1),(240,'SD',1101,'',0,'SOUTH DAKOTA','South Dakota',1),(241,'TN',1101,'',0,'TENNESSEE','Tennessee',1),(242,'TX',1101,'',0,'TEXAS','Texas',1),(243,'UT',1101,'',0,'UTAH','Utah',1),(244,'VT',1101,'',0,'VERMONT','Vermont',1),(245,'VA',1101,'',0,'VIRGINIA','Virginia',1),(246,'WA',1101,'',0,'WASHINGTON','Washington',1),(247,'WV',1101,'',0,'WEST VIRGINIA','West Virginia',1),(248,'WI',1101,'',0,'WISCONSIN','Wisconsin',1),(249,'WY',1101,'',0,'WYOMING','Wyoming',1),(250,'SS',8601,NULL,NULL,NULL,'San Salvador',1),(251,'SA',8603,NULL,NULL,NULL,'Santa Ana',1),(252,'AH',8603,NULL,NULL,NULL,'Ahuachapan',1),(253,'SO',8603,NULL,NULL,NULL,'Sonsonate',1),(254,'US',8602,NULL,NULL,NULL,'Usulutan',1),(255,'SM',8602,NULL,NULL,NULL,'San Miguel',1),(256,'MO',8602,NULL,NULL,NULL,'Morazan',1),(257,'LU',8602,NULL,NULL,NULL,'La Union',1),(258,'LL',8601,NULL,NULL,NULL,'La Libertad',1),(259,'CH',8601,NULL,NULL,NULL,'Chalatenango',1),(260,'CA',8601,NULL,NULL,NULL,'Cabañas',1),(261,'LP',8601,NULL,NULL,NULL,'La Paz',1),(262,'SV',8601,NULL,NULL,NULL,'San Vicente',1),(263,'CU',8601,NULL,NULL,NULL,'Cuscatlan',1),(264,'2301',2301,'',0,'CATAMARCA','Catamarca',1),(265,'2302',2301,'',0,'JUJUY','Jujuy',1),(266,'2303',2301,'',0,'TUCAMAN','Tucamán',1),(267,'2304',2301,'',0,'SANTIAGO DEL ESTERO','Santiago del Estero',1),(268,'2305',2301,'',0,'SALTA','Salta',1),(269,'2306',2302,'',0,'CHACO','Chaco',1),(270,'2307',2302,'',0,'CORRIENTES','Corrientes',1),(271,'2308',2302,'',0,'ENTRE RIOS','Entre Ríos',1),(272,'2309',2302,'',0,'FORMOSA','Formosa',1),(273,'2310',2302,'',0,'SANTA FE','Santa Fe',1),(274,'2311',2303,'',0,'LA RIOJA','La Rioja',1),(275,'2312',2303,'',0,'MENDOZA','Mendoza',1),(276,'2313',2303,'',0,'SAN JUAN','San Juan',1),(277,'2314',2303,'',0,'SAN LUIS','San Luis',1),(278,'2315',2304,'',0,'CORDOBA','Córdoba',1),(279,'2316',2304,'',0,'BUENOS AIRES','Buenos Aires',1),(280,'2317',2304,'',0,'CABA','Caba',1),(281,'2318',2305,'',0,'LA PAMPA','La Pampa',1),(282,'2319',2305,'',0,'NEUQUEN','Neuquén',1),(283,'2320',2305,'',0,'RIO NEGRO','Río Negro',1),(284,'2321',2305,'',0,'CHUBUT','Chubut',1),(285,'2322',2305,'',0,'SANTA CRUZ','Santa Cruz',1),(286,'2323',2305,'',0,'TIERRA DEL FUEGO','Tierra del Fuego',1),(287,'2324',2305,'',0,'ISLAS MALVINAS','Islas Malvinas',1),(288,'2325',2305,'',0,'ANTARTIDA','Antártida',1),(289,'AN',11701,NULL,0,'AN','Andaman & Nicobar',1),(290,'AP',11701,NULL,0,'AP','Andhra Pradesh',1),(291,'AR',11701,NULL,0,'AR','Arunachal Pradesh',1),(292,'AS',11701,NULL,0,'AS','Assam',1),(293,'BR',11701,NULL,0,'BR','Bihar',1),(294,'CG',11701,NULL,0,'CG','Chattisgarh',1),(295,'CH',11701,NULL,0,'CH','Chandigarh',1),(296,'DD',11701,NULL,0,'DD','Daman & Diu',1),(297,'DL',11701,NULL,0,'DL','Delhi',1),(298,'DN',11701,NULL,0,'DN','Dadra and Nagar Haveli',1),(299,'GA',11701,NULL,0,'GA','Goa',1),(300,'GJ',11701,NULL,0,'GJ','Gujarat',1),(301,'HP',11701,NULL,0,'HP','Himachal Pradesh',1),(302,'HR',11701,NULL,0,'HR','Haryana',1),(303,'JH',11701,NULL,0,'JH','Jharkhand',1),(304,'JK',11701,NULL,0,'JK','Jammu & Kashmir',1),(305,'KA',11701,NULL,0,'KA','Karnataka',1),(306,'KL',11701,NULL,0,'KL','Kerala',1),(307,'LD',11701,NULL,0,'LD','Lakshadweep',1),(308,'MH',11701,NULL,0,'MH','Maharashtra',1),(309,'ML',11701,NULL,0,'ML','Meghalaya',1),(310,'MN',11701,NULL,0,'MN','Manipur',1),(311,'MP',11701,NULL,0,'MP','Madhya Pradesh',1),(312,'MZ',11701,NULL,0,'MZ','Mizoram',1),(313,'NL',11701,NULL,0,'NL','Nagaland',1),(314,'OR',11701,NULL,0,'OR','Orissa',1),(315,'PB',11701,NULL,0,'PB','Punjab',1),(316,'PY',11701,NULL,0,'PY','Puducherry',1),(317,'RJ',11701,NULL,0,'RJ','Rajasthan',1),(318,'SK',11701,NULL,0,'SK','Sikkim',1),(319,'TN',11701,NULL,0,'TN','Tamil Nadu',1),(320,'TR',11701,NULL,0,'TR','Tripura',1),(321,'UL',11701,NULL,0,'UL','Uttarakhand',1),(322,'UP',11701,NULL,0,'UP','Uttar Pradesh',1),(323,'WB',11701,NULL,0,'WB','West Bengal',1),(374,'151',6715,'',0,'151','Arica',1),(375,'152',6715,'',0,'152','Parinacota',1),(376,'011',6701,'',0,'011','Iquique',1),(377,'014',6701,'',0,'014','Tamarugal',1),(378,'021',6702,'',0,'021','Antofagasa',1),(379,'022',6702,'',0,'022','El Loa',1),(380,'023',6702,'',0,'023','Tocopilla',1),(381,'031',6703,'',0,'031','Copiapó',1),(382,'032',6703,'',0,'032','Chañaral',1),(383,'033',6703,'',0,'033','Huasco',1),(384,'041',6704,'',0,'041','Elqui',1),(385,'042',6704,'',0,'042','Choapa',1),(386,'043',6704,'',0,'043','Limarí',1),(387,'051',6705,'',0,'051','Valparaíso',1),(388,'052',6705,'',0,'052','Isla de Pascua',1),(389,'053',6705,'',0,'053','Los Andes',1),(390,'054',6705,'',0,'054','Petorca',1),(391,'055',6705,'',0,'055','Quillota',1),(392,'056',6705,'',0,'056','San Antonio',1),(393,'057',6705,'',0,'057','San Felipe de Aconcagua',1),(394,'058',6705,'',0,'058','Marga Marga',1),(395,'061',6706,'',0,'061','Cachapoal',1),(396,'062',6706,'',0,'062','Cardenal Caro',1),(397,'063',6706,'',0,'063','Colchagua',1),(398,'071',6707,'',0,'071','Talca',1),(399,'072',6707,'',0,'072','Cauquenes',1),(400,'073',6707,'',0,'073','Curicó',1),(401,'074',6707,'',0,'074','Linares',1),(402,'081',6708,'',0,'081','Concepción',1),(403,'082',6708,'',0,'082','Arauco',1),(404,'083',6708,'',0,'083','Biobío',1),(405,'084',6708,'',0,'084','Ñuble',1),(406,'091',6709,'',0,'091','Cautín',1),(407,'092',6709,'',0,'092','Malleco',1),(408,'141',6714,'',0,'141','Valdivia',1),(409,'142',6714,'',0,'142','Ranco',1),(410,'101',6710,'',0,'101','Llanquihue',1),(411,'102',6710,'',0,'102','Chiloé',1),(412,'103',6710,'',0,'103','Osorno',1),(413,'104',6710,'',0,'104','Palena',1),(414,'111',6711,'',0,'111','Coihaique',1),(415,'112',6711,'',0,'112','Aisén',1),(416,'113',6711,'',0,'113','Capitán Prat',1),(417,'114',6711,'',0,'114','General Carrera',1),(418,'121',6712,'',0,'121','Magallanes',1),(419,'122',6712,'',0,'122','Antártica Chilena',1),(420,'123',6712,'',0,'123','Tierra del Fuego',1),(421,'124',6712,'',0,'124','Última Esperanza',1),(422,'131',6713,'',0,'131','Santiago',1),(423,'132',6713,'',0,'132','Cordillera',1),(424,'133',6713,'',0,'133','Chacabuco',1),(425,'134',6713,'',0,'134','Maipo',1),(426,'135',6713,'',0,'135','Melipilla',1),(427,'136',6713,'',0,'136','Talagante',1),(428,'DIF',15401,'',0,'DIF','Distrito Federal',1),(429,'AGS',15401,'',0,'AGS','Aguascalientes',1),(430,'BCN',15401,'',0,'BCN','Baja California Norte',1),(431,'BCS',15401,'',0,'BCS','Baja California Sur',1),(432,'CAM',15401,'',0,'CAM','Campeche',1),(433,'CHP',15401,'',0,'CHP','Chiapas',1),(434,'CHI',15401,'',0,'CHI','Chihuahua',1),(435,'COA',15401,'',0,'COA','Coahuila',1),(436,'COL',15401,'',0,'COL','Colima',1),(437,'DUR',15401,'',0,'DUR','Durango',1),(438,'GTO',15401,'',0,'GTO','Guanajuato',1),(439,'GRO',15401,'',0,'GRO','Guerrero',1),(440,'HGO',15401,'',0,'HGO','Hidalgo',1),(441,'JAL',15401,'',0,'JAL','Jalisco',1),(442,'MEX',15401,'',0,'MEX','México',1),(443,'MIC',15401,'',0,'MIC','Michoacán de Ocampo',1),(444,'MOR',15401,'',0,'MOR','Morelos',1),(445,'NAY',15401,'',0,'NAY','Nayarit',1),(446,'NLE',15401,'',0,'NLE','Nuevo León',1),(447,'OAX',15401,'',0,'OAX','Oaxaca',1),(448,'PUE',15401,'',0,'PUE','Puebla',1),(449,'QRO',15401,'',0,'QRO','Querétaro',1),(451,'ROO',15401,'',0,'ROO','Quintana Roo',1),(452,'SLP',15401,'',0,'SLP','San Luis Potosí',1),(453,'SIN',15401,'',0,'SIN','Sinaloa',1),(454,'SON',15401,'',0,'SON','Sonora',1),(455,'TAB',15401,'',0,'TAB','Tabasco',1),(456,'TAM',15401,'',0,'TAM','Tamaulipas',1),(457,'TLX',15401,'',0,'TLX','Tlaxcala',1),(458,'VER',15401,'',0,'VER','Veracruz',1),(459,'YUC',15401,'',0,'YUC','Yucatán',1),(460,'ZAC',15401,'',0,'ZAC','Zacatecas',1),(461,'ANT',7001,'',0,'ANT','Antioquia',1),(462,'BOL',7001,'',0,'BOL','Bolívar',1),(463,'BOY',7001,'',0,'BOY','Boyacá',1),(464,'CAL',7001,'',0,'CAL','Caldas',1),(465,'CAU',7001,'',0,'CAU','Cauca',1),(466,'CUN',7001,'',0,'CUN','Cundinamarca',1),(467,'HUI',7001,'',0,'HUI','Huila',1),(468,'LAG',7001,'',0,'LAG','La Guajira',1),(469,'MET',7001,'',0,'MET','Meta',1),(470,'NAR',7001,'',0,'NAR','Nariño',1),(471,'NDS',7001,'',0,'NDS','Norte de Santander',1),(472,'SAN',7001,'',0,'SAN','Santander',1),(473,'SUC',7001,'',0,'SUC','Sucre',1),(474,'TOL',7001,'',0,'TOL','Tolima',1),(475,'VAC',7001,'',0,'VAC','Valle del Cauca',1),(476,'RIS',7001,'',0,'RIS','Risalda',1),(477,'ATL',7001,'',0,'ATL','Atlántico',1),(478,'COR',7001,'',0,'COR','Córdoba',1),(479,'SAP',7001,'',0,'SAP','San Andrés, Providencia y Santa Catalina',1),(480,'ARA',7001,'',0,'ARA','Arauca',1),(481,'CAS',7001,'',0,'CAS','Casanare',1),(482,'AMA',7001,'',0,'AMA','Amazonas',1),(483,'CAQ',7001,'',0,'CAQ','Caquetá',1),(484,'CHO',7001,'',0,'CHO','Chocó',1),(485,'GUA',7001,'',0,'GUA','Guainía',1),(486,'GUV',7001,'',0,'GUV','Guaviare',1),(487,'PUT',7001,'',0,'PUT','Putumayo',1),(488,'QUI',7001,'',0,'QUI','Quindío',1),(489,'VAU',7001,'',0,'VAU','Vaupés',1),(490,'BOG',7001,'',0,'BOG','Bogotá',1),(491,'VID',7001,'',0,'VID','Vichada',1),(492,'CES',7001,'',0,'CES','Cesar',1),(493,'MAG',7001,'',0,'MAG','Magdalena',1),(494,'AT',11401,'',0,'AT','Atlántida',1),(495,'CH',11401,'',0,'CH','Choluteca',1),(496,'CL',11401,'',0,'CL','Colón',1),(497,'CM',11401,'',0,'CM','Comayagua',1),(498,'CO',11401,'',0,'CO','Copán',1),(499,'CR',11401,'',0,'CR','Cortés',1),(500,'EP',11401,'',0,'EP','El Paraíso',1),(501,'FM',11401,'',0,'FM','Francisco Morazán',1),(502,'GD',11401,'',0,'GD','Gracias a Dios',1),(503,'IN',11401,'',0,'IN','Intibucá',1),(504,'IB',11401,'',0,'IB','Islas de la Bahía',1),(505,'LP',11401,'',0,'LP','La Paz',1),(506,'LM',11401,'',0,'LM','Lempira',1),(507,'OC',11401,'',0,'OC','Ocotepeque',1),(508,'OL',11401,'',0,'OL','Olancho',1),(509,'SB',11401,'',0,'SB','Santa Bárbara',1),(510,'VL',11401,'',0,'VL','Valle',1),(511,'YO',11401,'',0,'YO','Yoro',1),(512,'DC',11401,'',0,'DC','Distrito Central',1),(652,'CC',4601,'Oistins',0,'CC','Christ Church',1),(655,'SA',4601,'Greenland',0,'SA','Saint Andrew',1),(656,'SG',4601,'Bulkeley',0,'SG','Saint George',1),(657,'JA',4601,'Holetown',0,'JA','Saint James',1),(658,'SJ',4601,'Four Roads',0,'SJ','Saint John',1),(659,'SB',4601,'Bathsheba',0,'SB','Saint Joseph',1),(660,'SL',4601,'Crab Hill',0,'SL','Saint Lucy',1),(661,'SM',4601,'Bridgetown',0,'SM','Saint Michael',1),(662,'SP',4601,'Speightstown',0,'SP','Saint Peter',1),(663,'SC',4601,'Crane',0,'SC','Saint Philip',1),(664,'ST',4601,'Hillaby',0,'ST','Saint Thomas',1),(777,'AG',315,NULL,NULL,NULL,'AGRIGENTO',1),(778,'AL',312,NULL,NULL,NULL,'ALESSANDRIA',1),(779,'AN',310,NULL,NULL,NULL,'ANCONA',1),(780,'AO',319,NULL,NULL,NULL,'AOSTA',1),(781,'AR',316,NULL,NULL,NULL,'AREZZO',1),(782,'AP',310,NULL,NULL,NULL,'ASCOLI PICENO',1),(783,'AT',312,NULL,NULL,NULL,'ASTI',1),(784,'AV',304,NULL,NULL,NULL,'AVELLINO',1),(785,'BA',313,NULL,NULL,NULL,'BARI',1),(786,'BT',313,NULL,NULL,NULL,'BARLETTA-ANDRIA-TRANI',1),(787,'BL',320,NULL,NULL,NULL,'BELLUNO',1),(788,'BN',304,NULL,NULL,NULL,'BENEVENTO',1),(789,'BG',309,NULL,NULL,NULL,'BERGAMO',1),(790,'BI',312,NULL,NULL,NULL,'BIELLA',1),(791,'BO',305,NULL,NULL,NULL,'BOLOGNA',1),(792,'BZ',317,NULL,NULL,NULL,'BOLZANO',1),(793,'BS',309,NULL,NULL,NULL,'BRESCIA',1),(794,'BR',313,NULL,NULL,NULL,'BRINDISI',1),(795,'CA',314,NULL,NULL,NULL,'CAGLIARI',1),(796,'CL',315,NULL,NULL,NULL,'CALTANISSETTA',1),(797,'CB',311,NULL,NULL,NULL,'CAMPOBASSO',1),(798,'CI',314,NULL,NULL,NULL,'CARBONIA-IGLESIAS',1),(799,'CE',304,NULL,NULL,NULL,'CASERTA',1),(800,'CT',315,NULL,NULL,NULL,'CATANIA',1),(801,'CZ',303,NULL,NULL,NULL,'CATANZARO',1),(802,'CH',301,NULL,NULL,NULL,'CHIETI',1),(803,'CO',309,NULL,NULL,NULL,'COMO',1),(804,'CS',303,NULL,NULL,NULL,'COSENZA',1),(805,'CR',309,NULL,NULL,NULL,'CREMONA',1),(806,'KR',303,NULL,NULL,NULL,'CROTONE',1),(807,'CN',312,NULL,NULL,NULL,'CUNEO',1),(808,'EN',315,NULL,NULL,NULL,'ENNA',1),(809,'FM',310,NULL,NULL,NULL,'FERMO',1),(810,'FE',305,NULL,NULL,NULL,'FERRARA',1),(811,'FI',316,NULL,NULL,NULL,'FIRENZE',1),(812,'FG',313,NULL,NULL,NULL,'FOGGIA',1),(813,'FC',305,NULL,NULL,NULL,'FORLI-CESENA',1),(814,'FR',307,NULL,NULL,NULL,'FROSINONE',1),(815,'GE',308,NULL,NULL,NULL,'GENOVA',1),(816,'GO',306,NULL,NULL,NULL,'GORIZIA',1),(817,'GR',316,NULL,NULL,NULL,'GROSSETO',1),(818,'IM',308,NULL,NULL,NULL,'IMPERIA',1),(819,'IS',311,NULL,NULL,NULL,'ISERNIA',1),(820,'SP',308,NULL,NULL,NULL,'LA SPEZIA',1),(821,'AQ',301,NULL,NULL,NULL,'L AQUILA',1),(822,'LT',307,NULL,NULL,NULL,'LATINA',1),(823,'LE',313,NULL,NULL,NULL,'LECCE',1),(824,'LC',309,NULL,NULL,NULL,'LECCO',1),(825,'LI',314,NULL,NULL,NULL,'LIVORNO',1),(826,'LO',309,NULL,NULL,NULL,'LODI',1),(827,'LU',316,NULL,NULL,NULL,'LUCCA',1),(828,'MC',310,NULL,NULL,NULL,'MACERATA',1),(829,'MN',309,NULL,NULL,NULL,'MANTOVA',1),(830,'MS',316,NULL,NULL,NULL,'MASSA-CARRARA',1),(831,'MT',302,NULL,NULL,NULL,'MATERA',1),(832,'VS',314,NULL,NULL,NULL,'MEDIO CAMPIDANO',1),(833,'ME',315,NULL,NULL,NULL,'MESSINA',1),(834,'MI',309,NULL,NULL,NULL,'MILANO',1),(835,'MB',309,NULL,NULL,NULL,'MONZA e BRIANZA',1),(836,'MO',305,NULL,NULL,NULL,'MODENA',1),(837,'NA',304,NULL,NULL,NULL,'NAPOLI',1),(838,'NO',312,NULL,NULL,NULL,'NOVARA',1),(839,'NU',314,NULL,NULL,NULL,'NUORO',1),(840,'OG',314,NULL,NULL,NULL,'OGLIASTRA',1),(841,'OT',314,NULL,NULL,NULL,'OLBIA-TEMPIO',1),(842,'OR',314,NULL,NULL,NULL,'ORISTANO',1),(843,'PD',320,NULL,NULL,NULL,'PADOVA',1),(844,'PA',315,NULL,NULL,NULL,'PALERMO',1),(845,'PR',305,NULL,NULL,NULL,'PARMA',1),(846,'PV',309,NULL,NULL,NULL,'PAVIA',1),(847,'PG',318,NULL,NULL,NULL,'PERUGIA',1),(848,'PU',310,NULL,NULL,NULL,'PESARO e URBINO',1),(849,'PE',301,NULL,NULL,NULL,'PESCARA',1),(850,'PC',305,NULL,NULL,NULL,'PIACENZA',1),(851,'PI',316,NULL,NULL,NULL,'PISA',1),(852,'PT',316,NULL,NULL,NULL,'PISTOIA',1),(853,'PN',306,NULL,NULL,NULL,'PORDENONE',1),(854,'PZ',302,NULL,NULL,NULL,'POTENZA',1),(855,'PO',316,NULL,NULL,NULL,'PRATO',1),(856,'RG',315,NULL,NULL,NULL,'RAGUSA',1),(857,'RA',305,NULL,NULL,NULL,'RAVENNA',1),(858,'RC',303,NULL,NULL,NULL,'REGGIO CALABRIA',1),(859,'RE',305,NULL,NULL,NULL,'REGGIO NELL EMILIA',1),(860,'RI',307,NULL,NULL,NULL,'RIETI',1),(861,'RN',305,NULL,NULL,NULL,'RIMINI',1),(862,'RM',307,NULL,NULL,NULL,'ROMA',1),(863,'RO',320,NULL,NULL,NULL,'ROVIGO',1),(864,'SA',304,NULL,NULL,NULL,'SALERNO',1),(865,'SS',314,NULL,NULL,NULL,'SASSARI',1),(866,'SV',308,NULL,NULL,NULL,'SAVONA',1),(867,'SI',316,NULL,NULL,NULL,'SIENA',1),(868,'SR',315,NULL,NULL,NULL,'SIRACUSA',1),(869,'SO',309,NULL,NULL,NULL,'SONDRIO',1),(870,'TA',313,NULL,NULL,NULL,'TARANTO',1),(871,'TE',301,NULL,NULL,NULL,'TERAMO',1),(872,'TR',318,NULL,NULL,NULL,'TERNI',1),(873,'TO',312,NULL,NULL,NULL,'TORINO',1),(874,'TP',315,NULL,NULL,NULL,'TRAPANI',1),(875,'TN',317,NULL,NULL,NULL,'TRENTO',1),(876,'TV',320,NULL,NULL,NULL,'TREVISO',1),(877,'TS',306,NULL,NULL,NULL,'TRIESTE',1),(878,'UD',306,NULL,NULL,NULL,'UDINE',1),(879,'VA',309,NULL,NULL,NULL,'VARESE',1),(880,'VE',320,NULL,NULL,NULL,'VENEZIA',1),(881,'VB',312,NULL,NULL,NULL,'VERBANO-CUSIO-OSSOLA',1),(882,'VC',312,NULL,NULL,NULL,'VERCELLI',1),(883,'VR',320,NULL,NULL,NULL,'VERONA',1),(884,'VV',303,NULL,NULL,NULL,'VIBO VALENTIA',1),(885,'VI',320,NULL,NULL,NULL,'VICENZA',1),(886,'VT',307,NULL,NULL,NULL,'VITERBO',1),(1036,'VE-L',23201,'',0,'VE-L','Mérida',1),(1037,'VE-T',23201,'',0,'VE-T','Trujillo',1),(1038,'VE-E',23201,'',0,'VE-E','Barinas',1),(1039,'VE-M',23202,'',0,'VE-M','Miranda',1),(1040,'VE-W',23202,'',0,'VE-W','Vargas',1),(1041,'VE-A',23202,'',0,'VE-A','Distrito Capital',1),(1042,'VE-D',23203,'',0,'VE-D','Aragua',1),(1043,'VE-G',23203,'',0,'VE-G','Carabobo',1),(1044,'VE-I',23204,'',0,'VE-I','Falcón',1),(1045,'VE-K',23204,'',0,'VE-K','Lara',1),(1046,'VE-U',23204,'',0,'VE-U','Yaracuy',1),(1047,'VE-F',23205,'',0,'VE-F','Bolívar',1),(1048,'VE-X',23205,'',0,'VE-X','Amazonas',1),(1049,'VE-Y',23205,'',0,'VE-Y','Delta Amacuro',1),(1050,'VE-O',23206,'',0,'VE-O','Nueva Esparta',1),(1051,'VE-Z',23206,'',0,'VE-Z','Dependencias Federales',1),(1052,'VE-C',23207,'',0,'VE-C','Apure',1),(1053,'VE-J',23207,'',0,'VE-J','Guárico',1),(1054,'VE-H',23207,'',0,'VE-H','Cojedes',1),(1055,'VE-P',23207,'',0,'VE-P','Portuguesa',1),(1056,'VE-B',23208,'',0,'VE-B','Anzoátegui',1),(1057,'VE-N',23208,'',0,'VE-N','Monagas',1),(1058,'VE-R',23208,'',0,'VE-R','Sucre',1),(1059,'VE-V',23209,'',0,'VE-V','Zulia',1),(1060,'VE-S',23209,'',0,'VE-S','Táchira',1),(1061,'66',10201,NULL,NULL,NULL,'?????',1),(1062,'00',10205,NULL,NULL,NULL,'?????',1),(1063,'01',10205,NULL,NULL,NULL,'?????',1),(1064,'02',10205,NULL,NULL,NULL,'?????',1),(1065,'03',10205,NULL,NULL,NULL,'??????',1),(1066,'04',10205,NULL,NULL,NULL,'?????',1),(1067,'05',10205,NULL,NULL,NULL,'??????',1),(1068,'06',10203,NULL,NULL,NULL,'??????',1),(1069,'07',10203,NULL,NULL,NULL,'???????????',1),(1070,'08',10203,NULL,NULL,NULL,'??????',1),(1071,'09',10203,NULL,NULL,NULL,'?????',1),(1072,'10',10203,NULL,NULL,NULL,'??????',1),(1073,'11',10203,NULL,NULL,NULL,'??????',1),(1074,'12',10203,NULL,NULL,NULL,'?????????',1),(1075,'13',10206,NULL,NULL,NULL,'????',1),(1076,'14',10206,NULL,NULL,NULL,'?????????',1),(1077,'15',10206,NULL,NULL,NULL,'????????',1),(1078,'16',10206,NULL,NULL,NULL,'???????',1),(1079,'17',10213,NULL,NULL,NULL,'???????',1),(1080,'18',10213,NULL,NULL,NULL,'????????',1),(1081,'19',10213,NULL,NULL,NULL,'??????',1),(1082,'20',10213,NULL,NULL,NULL,'???????',1),(1083,'21',10212,NULL,NULL,NULL,'????????',1),(1084,'22',10212,NULL,NULL,NULL,'??????',1),(1085,'23',10212,NULL,NULL,NULL,'????????',1),(1086,'24',10212,NULL,NULL,NULL,'???????',1),(1087,'25',10212,NULL,NULL,NULL,'????????',1),(1088,'26',10212,NULL,NULL,NULL,'???????',1),(1089,'27',10202,NULL,NULL,NULL,'??????',1),(1090,'28',10202,NULL,NULL,NULL,'?????????',1),(1091,'29',10202,NULL,NULL,NULL,'????????',1),(1092,'30',10202,NULL,NULL,NULL,'??????',1),(1093,'31',10209,NULL,NULL,NULL,'????????',1),(1094,'32',10209,NULL,NULL,NULL,'???????',1),(1095,'33',10209,NULL,NULL,NULL,'????????',1),(1096,'34',10209,NULL,NULL,NULL,'???????',1),(1097,'35',10209,NULL,NULL,NULL,'????????',1),(1098,'36',10211,NULL,NULL,NULL,'???????????????',1),(1099,'37',10211,NULL,NULL,NULL,'?????',1),(1100,'38',10211,NULL,NULL,NULL,'?????',1),(1101,'39',10207,NULL,NULL,NULL,'????????',1),(1102,'40',10207,NULL,NULL,NULL,'???????',1),(1103,'41',10207,NULL,NULL,NULL,'??????????',1),(1104,'42',10207,NULL,NULL,NULL,'?????',1),(1105,'43',10207,NULL,NULL,NULL,'???????',1),(1106,'44',10208,NULL,NULL,NULL,'??????',1),(1107,'45',10208,NULL,NULL,NULL,'??????',1),(1108,'46',10208,NULL,NULL,NULL,'??????',1),(1109,'47',10208,NULL,NULL,NULL,'?????',1),(1110,'48',10208,NULL,NULL,NULL,'????',1),(1111,'49',10210,NULL,NULL,NULL,'??????',1),(1112,'50',10210,NULL,NULL,NULL,'????',1),(1113,'51',10210,NULL,NULL,NULL,'????????',1),(1114,'52',10210,NULL,NULL,NULL,'????????',1),(1115,'53',10210,NULL,NULL,NULL,'???-??????',1),(1116,'54',10210,NULL,NULL,NULL,'??',1),(1117,'55',10210,NULL,NULL,NULL,'?????',1),(1118,'56',10210,NULL,NULL,NULL,'???????',1),(1119,'57',10210,NULL,NULL,NULL,'?????',1),(1120,'58',10210,NULL,NULL,NULL,'?????',1),(1121,'59',10210,NULL,NULL,NULL,'?????',1),(1122,'60',10210,NULL,NULL,NULL,'?????',1),(1123,'61',10210,NULL,NULL,NULL,'?????',1),(1124,'62',10204,NULL,NULL,NULL,'????????',1),(1125,'63',10204,NULL,NULL,NULL,'??????',1),(1126,'64',10204,NULL,NULL,NULL,'???????',1),(1127,'65',10204,NULL,NULL,NULL,'?????',1),(1128,'AL01',1301,'',0,'','Wilaya d\'Adrar',1),(1129,'AL02',1301,'',0,'','Wilaya de Chlef',1),(1130,'AL03',1301,'',0,'','Wilaya de Laghouat',1),(1131,'AL04',1301,'',0,'','Wilaya d\'Oum El Bouaghi',1),(1132,'AL05',1301,'',0,'','Wilaya de Batna',1),(1133,'AL06',1301,'',0,'','Wilaya de Béjaïa',1),(1134,'AL07',1301,'',0,'','Wilaya de Biskra',1),(1135,'AL08',1301,'',0,'','Wilaya de Béchar',1),(1136,'AL09',1301,'',0,'','Wilaya de Blida',1),(1137,'AL11',1301,'',0,'','Wilaya de Bouira',1),(1138,'AL12',1301,'',0,'','Wilaya de Tamanrasset',1),(1139,'AL13',1301,'',0,'','Wilaya de Tébessa',1),(1140,'AL14',1301,'',0,'','Wilaya de Tlemcen',1),(1141,'AL15',1301,'',0,'','Wilaya de Tiaret',1),(1142,'AL16',1301,'',0,'','Wilaya de Tizi Ouzou',1),(1143,'AL17',1301,'',0,'','Wilaya d\'Alger',1),(1144,'AL18',1301,'',0,'','Wilaya de Djelfa',1),(1145,'AL19',1301,'',0,'','Wilaya de Jijel',1),(1146,'AL20',1301,'',0,'','Wilaya de Sétif	',1),(1147,'AL21',1301,'',0,'','Wilaya de Saïda',1),(1148,'AL22',1301,'',0,'','Wilaya de Skikda',1),(1149,'AL23',1301,'',0,'','Wilaya de Sidi Bel Abbès',1),(1150,'AL24',1301,'',0,'','Wilaya d\'Annaba',1),(1151,'AL25',1301,'',0,'','Wilaya de Guelma',1),(1152,'AL26',1301,'',0,'','Wilaya de Constantine',1),(1153,'AL27',1301,'',0,'','Wilaya de Médéa',1),(1154,'AL28',1301,'',0,'','Wilaya de Mostaganem',1),(1155,'AL29',1301,'',0,'','Wilaya de M\'Sila',1),(1156,'AL30',1301,'',0,'','Wilaya de Mascara',1),(1157,'AL31',1301,'',0,'','Wilaya d\'Ouargla',1),(1158,'AL32',1301,'',0,'','Wilaya d\'Oran',1),(1159,'AL33',1301,'',0,'','Wilaya d\'El Bayadh',1),(1160,'AL34',1301,'',0,'','Wilaya d\'Illizi',1),(1161,'AL35',1301,'',0,'','Wilaya de Bordj Bou Arreridj',1),(1162,'AL36',1301,'',0,'','Wilaya de Boumerdès',1),(1163,'AL37',1301,'',0,'','Wilaya d\'El Tarf',1),(1164,'AL38',1301,'',0,'','Wilaya de Tindouf',1),(1165,'AL39',1301,'',0,'','Wilaya de Tissemsilt',1),(1166,'AL40',1301,'',0,'','Wilaya d\'El Oued',1),(1167,'AL41',1301,'',0,'','Wilaya de Khenchela',1),(1168,'AL42',1301,'',0,'','Wilaya de Souk Ahras',1),(1169,'AL43',1301,'',0,'','Wilaya de Tipaza',1),(1170,'AL44',1301,'',0,'','Wilaya de Mila',1),(1171,'AL45',1301,'',0,'','Wilaya d\'Aïn Defla',1),(1172,'AL46',1301,'',0,'','Wilaya de Naâma',1),(1173,'AL47',1301,'',0,'','Wilaya d\'Aïn Témouchent',1),(1174,'AL48',1301,'',0,'','Wilaya de Ghardaia',1),(1175,'AL49',1301,'',0,'','Wilaya de Relizane',1),(1176,'MA',1209,'',0,'','Province de Benslimane',1),(1177,'MA1',1209,'',0,'','Province de Berrechid',1),(1178,'MA2',1209,'',0,'','Province de Khouribga',1),(1179,'MA3',1209,'',0,'','Province de Settat',1),(1180,'MA4',1210,'',0,'','Province d\'El Jadida',1),(1181,'MA5',1210,'',0,'','Province de Safi',1),(1182,'MA6',1210,'',0,'','Province de Sidi Bennour',1),(1183,'MA7',1210,'',0,'','Province de Youssoufia',1),(1184,'MA6B',1205,'',0,'','Préfecture de Fès',1),(1185,'MA7B',1205,'',0,'','Province de Boulemane',1),(1186,'MA8',1205,'',0,'','Province de Moulay Yacoub',1),(1187,'MA9',1205,'',0,'','Province de Sefrou',1),(1188,'MA8A',1202,'',0,'','Province de Kénitra',1),(1189,'MA9A',1202,'',0,'','Province de Sidi Kacem',1),(1190,'MA10',1202,'',0,'','Province de Sidi Slimane',1),(1191,'MA11',1208,'',0,'','Préfecture de Casablanca',1),(1192,'MA12',1208,'',0,'','Préfecture de Mohammédia',1),(1193,'MA13',1208,'',0,'','Province de Médiouna',1),(1194,'MA14',1208,'',0,'','Province de Nouaceur',1),(1195,'MA15',1214,'',0,'','Province d\'Assa-Zag',1),(1196,'MA16',1214,'',0,'','Province d\'Es-Semara',1),(1197,'MA17A',1214,'',0,'','Province de Guelmim',1),(1198,'MA18',1214,'',0,'','Province de Tata',1),(1199,'MA19',1214,'',0,'','Province de Tan-Tan',1),(1200,'MA15',1215,'',0,'','Province de Boujdour',1),(1201,'MA16',1215,'',0,'','Province de Lâayoune',1),(1202,'MA17',1215,'',0,'','Province de Tarfaya',1),(1203,'MA18',1211,'',0,'','Préfecture de Marrakech',1),(1204,'MA19',1211,'',0,'','Province d\'Al Haouz',1),(1205,'MA20',1211,'',0,'','Province de Chichaoua',1),(1206,'MA21',1211,'',0,'','Province d\'El Kelâa des Sraghna',1),(1207,'MA22',1211,'',0,'','Province d\'Essaouira',1),(1208,'MA23',1211,'',0,'','Province de Rehamna',1),(1209,'MA24',1206,'',0,'','Préfecture de Meknès',1),(1210,'MA25',1206,'',0,'','Province d’El Hajeb',1),(1211,'MA26',1206,'',0,'','Province d\'Errachidia',1),(1212,'MA27',1206,'',0,'','Province d’Ifrane',1),(1213,'MA28',1206,'',0,'','Province de Khénifra',1),(1214,'MA29',1206,'',0,'','Province de Midelt',1),(1215,'MA30',1204,'',0,'','Préfecture d\'Oujda-Angad',1),(1216,'MA31',1204,'',0,'','Province de Berkane',1),(1217,'MA32',1204,'',0,'','Province de Driouch',1),(1218,'MA33',1204,'',0,'','Province de Figuig',1),(1219,'MA34',1204,'',0,'','Province de Jerada',1),(1220,'MA35',1204,'',0,'','Province de Nadorgg',1),(1221,'MA36',1204,'',0,'','Province de Taourirt',1),(1222,'MA37',1216,'',0,'','Province d\'Aousserd',1),(1223,'MA38',1216,'',0,'','Province d\'Oued Ed-Dahab',1),(1224,'MA39',1207,'',0,'','Préfecture de Rabat',1),(1225,'MA40',1207,'',0,'','Préfecture de Skhirat-Témara',1),(1226,'MA41',1207,'',0,'','Préfecture de Salé',1),(1227,'MA42',1207,'',0,'','Province de Khémisset',1),(1228,'MA43',1213,'',0,'','Préfecture d\'Agadir Ida-Outanane',1),(1229,'MA44',1213,'',0,'','Préfecture d\'Inezgane-Aït Melloul',1),(1230,'MA45',1213,'',0,'','Province de Chtouka-Aït Baha',1),(1231,'MA46',1213,'',0,'','Province d\'Ouarzazate',1),(1232,'MA47',1213,'',0,'','Province de Sidi Ifni',1),(1233,'MA48',1213,'',0,'','Province de Taroudant',1),(1234,'MA49',1213,'',0,'','Province de Tinghir',1),(1235,'MA50',1213,'',0,'','Province de Tiznit',1),(1236,'MA51',1213,'',0,'','Province de Zagora',1),(1237,'MA52',1212,'',0,'','Province d\'Azilal',1),(1238,'MA53',1212,'',0,'','Province de Beni Mellal',1),(1239,'MA54',1212,'',0,'','Province de Fquih Ben Salah',1),(1240,'MA55',1201,'',0,'','Préfecture de M\'diq-Fnideq',1),(1241,'MA56',1201,'',0,'','Préfecture de Tanger-Asilah',1),(1242,'MA57',1201,'',0,'','Province de Chefchaouen',1),(1243,'MA58',1201,'',0,'','Province de Fahs-Anjra',1),(1244,'MA59',1201,'',0,'','Province de Larache',1),(1245,'MA60',1201,'',0,'','Province d\'Ouezzane',1),(1246,'MA61',1201,'',0,'','Province de Tétouan',1),(1247,'MA62',1203,'',0,'','Province de Guercif',1),(1248,'MA63',1203,'',0,'','Province d\'Al Hoceïma',1),(1249,'MA64',1203,'',0,'','Province de Taounate',1),(1250,'MA65',1203,'',0,'','Province de Taza',1),(1251,'MA6A',1205,'',0,'','Préfecture de Fès',1),(1252,'MA7A',1205,'',0,'','Province de Boulemane',1),(1253,'MA15A',1214,'',0,'','Province d\'Assa-Zag',1),(1254,'MA16A',1214,'',0,'','Province d\'Es-Semara',1),(1255,'MA18A',1211,'',0,'','Préfecture de Marrakech',1),(1256,'MA19A',1214,'',0,'','Province de Tan-Tan',1),(1257,'MA19B',1214,'',0,'','Province de Tan-Tan',1),(1258,'TN01',1001,'',0,'','Ariana',1),(1259,'TN02',1001,'',0,'','Béja',1),(1260,'TN03',1001,'',0,'','Ben Arous',1),(1261,'TN04',1001,'',0,'','Bizerte',1),(1262,'TN05',1001,'',0,'','Gabès',1),(1263,'TN06',1001,'',0,'','Gafsa',1),(1264,'TN07',1001,'',0,'','Jendouba',1),(1265,'TN08',1001,'',0,'','Kairouan',1),(1266,'TN09',1001,'',0,'','Kasserine',1),(1267,'TN10',1001,'',0,'','Kébili',1),(1268,'TN11',1001,'',0,'','La Manouba',1),(1269,'TN12',1001,'',0,'','Le Kef',1),(1270,'TN13',1001,'',0,'','Mahdia',1),(1271,'TN14',1001,'',0,'','Médenine',1),(1272,'TN15',1001,'',0,'','Monastir',1),(1273,'TN16',1001,'',0,'','Nabeul',1),(1274,'TN17',1001,'',0,'','Sfax',1),(1275,'TN18',1001,'',0,'','Sidi Bouzid',1),(1276,'TN19',1001,'',0,'','Siliana',1),(1277,'TN20',1001,'',0,'','Sousse',1),(1278,'TN21',1001,'',0,'','Tataouine',1),(1279,'TN22',1001,'',0,'','Tozeur',1),(1280,'TN23',1001,'',0,'','Tunis',1),(1281,'TN24',1001,'',0,'','Zaghouan',1),(1287,'976',6,'97601',3,'MAYOTTE','Mayotte',1),(1513,'ON',1401,'',1,'','Ontario',1),(1514,'QC',1401,'',1,'','Quebec',1),(1515,'NS',1401,'',1,'','Nova Scotia',1),(1516,'NB',1401,'',1,'','New Brunswick',1),(1517,'MB',1401,'',1,'','Manitoba',1),(1518,'BC',1401,'',1,'','British Columbia',1),(1519,'PE',1401,'',1,'','Prince Edward Island',1),(1520,'SK',1401,'',1,'','Saskatchewan',1),(1521,'AB',1401,'',1,'','Alberta',1),(1522,'NL',1401,'',1,'','Newfoundland and Labrador',1),(1575,'BW',501,NULL,NULL,'BADEN-WÜRTTEMBERG','Baden-Württemberg',1),(1576,'BY',501,NULL,NULL,'BAYERN','Bayern',1),(1577,'BE',501,NULL,NULL,'BERLIN','Berlin',1),(1578,'BB',501,NULL,NULL,'BRANDENBURG','Brandenburg',1),(1579,'HB',501,NULL,NULL,'BREMEN','Bremen',1),(1580,'HH',501,NULL,NULL,'HAMBURG','Hamburg',1),(1581,'HE',501,NULL,NULL,'HESSEN','Hessen',1),(1582,'MV',501,NULL,NULL,'MECKLENBURG-VORPOMMERN','Mecklenburg-Vorpommern',1),(1583,'NI',501,NULL,NULL,'NIEDERSACHSEN','Niedersachsen',1),(1584,'NW',501,NULL,NULL,'NORDRHEIN-WESTFALEN','Nordrhein-Westfalen',1),(1585,'RP',501,NULL,NULL,'RHEINLAND-PFALZ','Rheinland-Pfalz',1),(1586,'SL',501,NULL,NULL,'SAARLAND','Saarland',1),(1587,'SN',501,NULL,NULL,'SACHSEN','Sachsen',1),(1588,'ST',501,NULL,NULL,'SACHSEN-ANHALT','Sachsen-Anhalt',1),(1589,'SH',501,NULL,NULL,'SCHLESWIG-HOLSTEIN','Schleswig-Holstein',1),(1590,'TH',501,NULL,NULL,'THÜRINGEN','Thüringen',1),(1592,'67',10205,'',0,'','Δράμα',1),(1684,'701',701,NULL,0,NULL,'Bedfordshire',1),(1685,'702',701,NULL,0,NULL,'Berkshire',1),(1686,'703',701,NULL,0,NULL,'Bristol, City of',1),(1687,'704',701,NULL,0,NULL,'Buckinghamshire',1),(1688,'705',701,NULL,0,NULL,'Cambridgeshire',1),(1689,'706',701,NULL,0,NULL,'Cheshire',1),(1690,'707',701,NULL,0,NULL,'Cleveland',1),(1691,'708',701,NULL,0,NULL,'Cornwall',1),(1692,'709',701,NULL,0,NULL,'Cumberland',1),(1693,'710',701,NULL,0,NULL,'Cumbria',1),(1694,'711',701,NULL,0,NULL,'Derbyshire',1),(1695,'712',701,NULL,0,NULL,'Devon',1),(1696,'713',701,NULL,0,NULL,'Dorset',1),(1697,'714',701,NULL,0,NULL,'Co. Durham',1),(1698,'715',701,NULL,0,NULL,'East Riding of Yorkshire',1),(1699,'716',701,NULL,0,NULL,'East Sussex',1),(1700,'717',701,NULL,0,NULL,'Essex',1),(1701,'718',701,NULL,0,NULL,'Gloucestershire',1),(1702,'719',701,NULL,0,NULL,'Greater Manchester',1),(1703,'720',701,NULL,0,NULL,'Hampshire',1),(1704,'721',701,NULL,0,NULL,'Hertfordshire',1),(1705,'722',701,NULL,0,NULL,'Hereford and Worcester',1),(1706,'723',701,NULL,0,NULL,'Herefordshire',1),(1707,'724',701,NULL,0,NULL,'Huntingdonshire',1),(1708,'725',701,NULL,0,NULL,'Isle of Man',1),(1709,'726',701,NULL,0,NULL,'Isle of Wight',1),(1710,'727',701,NULL,0,NULL,'Jersey',1),(1711,'728',701,NULL,0,NULL,'Kent',1),(1712,'729',701,NULL,0,NULL,'Lancashire',1),(1713,'730',701,NULL,0,NULL,'Leicestershire',1),(1714,'731',701,NULL,0,NULL,'Lincolnshire',1),(1715,'732',701,NULL,0,NULL,'London - City of London',1),(1716,'733',701,NULL,0,NULL,'Merseyside',1),(1717,'734',701,NULL,0,NULL,'Middlesex',1),(1718,'735',701,NULL,0,NULL,'Norfolk',1),(1719,'736',701,NULL,0,NULL,'North Yorkshire',1),(1720,'737',701,NULL,0,NULL,'North Riding of Yorkshire',1),(1721,'738',701,NULL,0,NULL,'Northamptonshire',1),(1722,'739',701,NULL,0,NULL,'Northumberland',1),(1723,'740',701,NULL,0,NULL,'Nottinghamshire',1),(1724,'741',701,NULL,0,NULL,'Oxfordshire',1),(1725,'742',701,NULL,0,NULL,'Rutland',1),(1726,'743',701,NULL,0,NULL,'Shropshire',1),(1727,'744',701,NULL,0,NULL,'Somerset',1),(1728,'745',701,NULL,0,NULL,'Staffordshire',1),(1729,'746',701,NULL,0,NULL,'Suffolk',1),(1730,'747',701,NULL,0,NULL,'Surrey',1),(1731,'748',701,NULL,0,NULL,'Sussex',1),(1732,'749',701,NULL,0,NULL,'Tyne and Wear',1),(1733,'750',701,NULL,0,NULL,'Warwickshire',1),(1734,'751',701,NULL,0,NULL,'West Midlands',1),(1735,'752',701,NULL,0,NULL,'West Sussex',1),(1736,'753',701,NULL,0,NULL,'West Yorkshire',1),(1737,'754',701,NULL,0,NULL,'West Riding of Yorkshire',1),(1738,'755',701,NULL,0,NULL,'Wiltshire',1),(1739,'756',701,NULL,0,NULL,'Worcestershire',1),(1740,'757',701,NULL,0,NULL,'Yorkshire',1),(1741,'758',702,NULL,0,NULL,'Anglesey',1),(1742,'759',702,NULL,0,NULL,'Breconshire',1),(1743,'760',702,NULL,0,NULL,'Caernarvonshire',1),(1744,'761',702,NULL,0,NULL,'Cardiganshire',1),(1745,'762',702,NULL,0,NULL,'Carmarthenshire',1),(1746,'763',702,NULL,0,NULL,'Ceredigion',1),(1747,'764',702,NULL,0,NULL,'Denbighshire',1),(1748,'765',702,NULL,0,NULL,'Flintshire',1),(1749,'766',702,NULL,0,NULL,'Glamorgan',1),(1750,'767',702,NULL,0,NULL,'Gwent',1),(1751,'768',702,NULL,0,NULL,'Gwynedd',1),(1752,'769',702,NULL,0,NULL,'Merionethshire',1),(1753,'770',702,NULL,0,NULL,'Monmouthshire',1),(1754,'771',702,NULL,0,NULL,'Mid Glamorgan',1),(1755,'772',702,NULL,0,NULL,'Montgomeryshire',1),(1756,'773',702,NULL,0,NULL,'Pembrokeshire',1),(1757,'774',702,NULL,0,NULL,'Powys',1),(1758,'775',702,NULL,0,NULL,'Radnorshire',1),(1759,'776',702,NULL,0,NULL,'South Glamorgan',1),(1760,'777',703,NULL,0,NULL,'Aberdeen, City of',1),(1761,'778',703,NULL,0,NULL,'Angus',1),(1762,'779',703,NULL,0,NULL,'Argyll',1),(1763,'780',703,NULL,0,NULL,'Ayrshire',1),(1764,'781',703,NULL,0,NULL,'Banffshire',1),(1765,'782',703,NULL,0,NULL,'Berwickshire',1),(1766,'783',703,NULL,0,NULL,'Bute',1),(1767,'784',703,NULL,0,NULL,'Caithness',1),(1768,'785',703,NULL,0,NULL,'Clackmannanshire',1),(1769,'786',703,NULL,0,NULL,'Dumfriesshire',1),(1770,'787',703,NULL,0,NULL,'Dumbartonshire',1),(1771,'788',703,NULL,0,NULL,'Dundee, City of',1),(1772,'789',703,NULL,0,NULL,'East Lothian',1),(1773,'790',703,NULL,0,NULL,'Fife',1),(1774,'791',703,NULL,0,NULL,'Inverness',1),(1775,'792',703,NULL,0,NULL,'Kincardineshire',1),(1776,'793',703,NULL,0,NULL,'Kinross-shire',1),(1777,'794',703,NULL,0,NULL,'Kirkcudbrightshire',1),(1778,'795',703,NULL,0,NULL,'Lanarkshire',1),(1779,'796',703,NULL,0,NULL,'Midlothian',1),(1780,'797',703,NULL,0,NULL,'Morayshire',1),(1781,'798',703,NULL,0,NULL,'Nairnshire',1),(1782,'799',703,NULL,0,NULL,'Orkney',1),(1783,'800',703,NULL,0,NULL,'Peebleshire',1),(1784,'801',703,NULL,0,NULL,'Perthshire',1),(1785,'802',703,NULL,0,NULL,'Renfrewshire',1),(1786,'803',703,NULL,0,NULL,'Ross & Cromarty',1),(1787,'804',703,NULL,0,NULL,'Roxburghshire',1),(1788,'805',703,NULL,0,NULL,'Selkirkshire',1),(1789,'806',703,NULL,0,NULL,'Shetland',1),(1790,'807',703,NULL,0,NULL,'Stirlingshire',1),(1791,'808',703,NULL,0,NULL,'Sutherland',1),(1792,'809',703,NULL,0,NULL,'West Lothian',1),(1793,'810',703,NULL,0,NULL,'Wigtownshire',1),(1794,'811',704,NULL,0,NULL,'Antrim',1),(1795,'812',704,NULL,0,NULL,'Armagh',1),(1796,'813',704,NULL,0,NULL,'Co. Down',1),(1797,'814',704,NULL,0,NULL,'Co. Fermanagh',1),(1798,'815',704,NULL,0,NULL,'Co. Londonderry',1),(1849,'GR',1701,NULL,NULL,NULL,'Groningen',1),(1850,'FR',1701,NULL,NULL,NULL,'Friesland',1),(1851,'DR',1701,NULL,NULL,NULL,'Drenthe',1),(1852,'OV',1701,NULL,NULL,NULL,'Overijssel',1),(1853,'GD',1701,NULL,NULL,NULL,'Gelderland',1),(1854,'FL',1701,NULL,NULL,NULL,'Flevoland',1),(1855,'UT',1701,NULL,NULL,NULL,'Utrecht',1),(1856,'NH',1701,NULL,NULL,NULL,'Noord-Holland',1),(1857,'ZH',1701,NULL,NULL,NULL,'Zuid-Holland',1),(1858,'ZL',1701,NULL,NULL,NULL,'Zeeland',1),(1859,'NB',1701,NULL,NULL,NULL,'Noord-Brabant',1),(1860,'LB',1701,NULL,NULL,NULL,'Limburg',1),(1900,'AC',5601,'ACRE',0,'AC','Acre',1),(1901,'AL',5601,'ALAGOAS',0,'AL','Alagoas',1),(1902,'AP',5601,'AMAPA',0,'AP','Amapá',1),(1903,'AM',5601,'AMAZONAS',0,'AM','Amazonas',1),(1904,'BA',5601,'BAHIA',0,'BA','Bahia',1),(1905,'CE',5601,'CEARA',0,'CE','Ceará',1),(1906,'ES',5601,'ESPIRITO SANTO',0,'ES','Espirito Santo',1),(1907,'GO',5601,'GOIAS',0,'GO','Goiás',1),(1908,'MA',5601,'MARANHAO',0,'MA','Maranhão',1),(1909,'MT',5601,'MATO GROSSO',0,'MT','Mato Grosso',1),(1910,'MS',5601,'MATO GROSSO DO SUL',0,'MS','Mato Grosso do Sul',1),(1911,'MG',5601,'MINAS GERAIS',0,'MG','Minas Gerais',1),(1912,'PA',5601,'PARA',0,'PA','Pará',1),(1913,'PB',5601,'PARAIBA',0,'PB','Paraiba',1),(1914,'PR',5601,'PARANA',0,'PR','Paraná',1),(1915,'PE',5601,'PERNAMBUCO',0,'PE','Pernambuco',1),(1916,'PI',5601,'PIAUI',0,'PI','Piauí',1),(1917,'RJ',5601,'RIO DE JANEIRO',0,'RJ','Rio de Janeiro',1),(1918,'RN',5601,'RIO GRANDE DO NORTE',0,'RN','Rio Grande do Norte',1),(1919,'RS',5601,'RIO GRANDE DO SUL',0,'RS','Rio Grande do Sul',1),(1920,'RO',5601,'RONDONIA',0,'RO','Rondônia',1),(1921,'RR',5601,'RORAIMA',0,'RR','Roraima',1),(1922,'SC',5601,'SANTA CATARINA',0,'SC','Santa Catarina',1),(1923,'SE',5601,'SERGIPE',0,'SE','Sergipe',1),(1924,'SP',5601,'SAO PAULO',0,'SP','Sao Paulo',1),(1925,'TO',5601,'TOCANTINS',0,'TO','Tocantins',1),(1926,'DF',5601,'DISTRITO FEDERAL',0,'DF','Distrito Federal',1),(1927,'001',5201,'',0,'','Belisario Boeto',1),(1928,'002',5201,'',0,'','Hernando Siles',1),(1929,'003',5201,'',0,'','Jaime Zudáñez',1),(1930,'004',5201,'',0,'','Juana Azurduy de Padilla',1),(1931,'005',5201,'',0,'','Luis Calvo',1),(1932,'006',5201,'',0,'','Nor Cinti',1),(1933,'007',5201,'',0,'','Oropeza',1),(1934,'008',5201,'',0,'','Sud Cinti',1),(1935,'009',5201,'',0,'','Tomina',1),(1936,'010',5201,'',0,'','Yamparáez',1),(1937,'011',5202,'',0,'','Abel Iturralde',1),(1938,'012',5202,'',0,'','Aroma',1),(1939,'013',5202,'',0,'','Bautista Saavedra',1),(1940,'014',5202,'',0,'','Caranavi',1),(1941,'015',5202,'',0,'','Eliodoro Camacho',1),(1942,'016',5202,'',0,'','Franz Tamayo',1),(1943,'017',5202,'',0,'','Gualberto Villarroel',1),(1944,'018',5202,'',0,'','Ingaví',1),(1945,'019',5202,'',0,'','Inquisivi',1),(1946,'020',5202,'',0,'','José Ramón Loayza',1),(1947,'021',5202,'',0,'','Larecaja',1),(1948,'022',5202,'',0,'','Los Andes (Bolivia)',1),(1949,'023',5202,'',0,'','Manco Kapac',1),(1950,'024',5202,'',0,'','Muñecas',1),(1951,'025',5202,'',0,'','Nor Yungas',1),(1952,'026',5202,'',0,'','Omasuyos',1),(1953,'027',5202,'',0,'','Pacajes',1),(1954,'028',5202,'',0,'','Pedro Domingo Murillo',1),(1955,'029',5202,'',0,'','Sud Yungas',1),(1956,'030',5202,'',0,'','General José Manuel Pando',1),(1957,'031',5203,'',0,'','Arani',1),(1958,'032',5203,'',0,'','Arque',1),(1959,'033',5203,'',0,'','Ayopaya',1),(1960,'034',5203,'',0,'','Bolívar (Bolivia)',1),(1961,'035',5203,'',0,'','Campero',1),(1962,'036',5203,'',0,'','Capinota',1),(1963,'037',5203,'',0,'','Cercado (Cochabamba)',1),(1964,'038',5203,'',0,'','Esteban Arze',1),(1965,'039',5203,'',0,'','Germán Jordán',1),(1966,'040',5203,'',0,'','José Carrasco',1),(1967,'041',5203,'',0,'','Mizque',1),(1968,'042',5203,'',0,'','Punata',1),(1969,'043',5203,'',0,'','Quillacollo',1),(1970,'044',5203,'',0,'','Tapacarí',1),(1971,'045',5203,'',0,'','Tiraque',1),(1972,'046',5203,'',0,'','Chapare',1),(1973,'047',5204,'',0,'','Carangas',1),(1974,'048',5204,'',0,'','Cercado (Oruro)',1),(1975,'049',5204,'',0,'','Eduardo Avaroa',1),(1976,'050',5204,'',0,'','Ladislao Cabrera',1),(1977,'051',5204,'',0,'','Litoral de Atacama',1),(1978,'052',5204,'',0,'','Mejillones',1),(1979,'053',5204,'',0,'','Nor Carangas',1),(1980,'054',5204,'',0,'','Pantaleón Dalence',1),(1981,'055',5204,'',0,'','Poopó',1),(1982,'056',5204,'',0,'','Sabaya',1),(1983,'057',5204,'',0,'','Sajama',1),(1984,'058',5204,'',0,'','San Pedro de Totora',1),(1985,'059',5204,'',0,'','Saucarí',1),(1986,'060',5204,'',0,'','Sebastián Pagador',1),(1987,'061',5204,'',0,'','Sud Carangas',1),(1988,'062',5204,'',0,'','Tomás Barrón',1),(1989,'063',5205,'',0,'','Alonso de Ibáñez',1),(1990,'064',5205,'',0,'','Antonio Quijarro',1),(1991,'065',5205,'',0,'','Bernardino Bilbao',1),(1992,'066',5205,'',0,'','Charcas (Potosí)',1),(1993,'067',5205,'',0,'','Chayanta',1),(1994,'068',5205,'',0,'','Cornelio Saavedra',1),(1995,'069',5205,'',0,'','Daniel Campos',1),(1996,'070',5205,'',0,'','Enrique Baldivieso',1),(1997,'071',5205,'',0,'','José María Linares',1),(1998,'072',5205,'',0,'','Modesto Omiste',1),(1999,'073',5205,'',0,'','Nor Chichas',1),(2000,'074',5205,'',0,'','Nor Lípez',1),(2001,'075',5205,'',0,'','Rafael Bustillo',1),(2002,'076',5205,'',0,'','Sud Chichas',1),(2003,'077',5205,'',0,'','Sud Lípez',1),(2004,'078',5205,'',0,'','Tomás Frías',1),(2005,'079',5206,'',0,'','Aniceto Arce',1),(2006,'080',5206,'',0,'','Burdet O\'Connor',1),(2007,'081',5206,'',0,'','Cercado (Tarija)',1),(2008,'082',5206,'',0,'','Eustaquio Méndez',1),(2009,'083',5206,'',0,'','José María Avilés',1),(2010,'084',5206,'',0,'','Gran Chaco',1),(2011,'085',5207,'',0,'','Andrés Ibáñez',1),(2012,'086',5207,'',0,'','Caballero',1),(2013,'087',5207,'',0,'','Chiquitos',1),(2014,'088',5207,'',0,'','Cordillera (Bolivia)',1),(2015,'089',5207,'',0,'','Florida',1),(2016,'090',5207,'',0,'','Germán Busch',1),(2017,'091',5207,'',0,'','Guarayos',1),(2018,'092',5207,'',0,'','Ichilo',1),(2019,'093',5207,'',0,'','Obispo Santistevan',1),(2020,'094',5207,'',0,'','Sara',1),(2021,'095',5207,'',0,'','Vallegrande',1),(2022,'096',5207,'',0,'','Velasco',1),(2023,'097',5207,'',0,'','Warnes',1),(2024,'098',5207,'',0,'','Ángel Sandóval',1),(2025,'099',5207,'',0,'','Ñuflo de Chaves',1),(2026,'100',5208,'',0,'','Cercado (Beni)',1),(2027,'101',5208,'',0,'','Iténez',1),(2028,'102',5208,'',0,'','Mamoré',1),(2029,'103',5208,'',0,'','Marbán',1),(2030,'104',5208,'',0,'','Moxos',1),(2031,'105',5208,'',0,'','Vaca Díez',1),(2032,'106',5208,'',0,'','Yacuma',1),(2033,'107',5208,'',0,'','General José Ballivián Segurola',1),(2034,'108',5209,'',0,'','Abuná',1),(2035,'109',5209,'',0,'','Madre de Dios',1),(2036,'110',5209,'',0,'','Manuripi',1),(2037,'111',5209,'',0,'','Nicolás Suárez',1),(2038,'112',5209,'',0,'','General Federico Román',1),(2039,'B',4101,NULL,NULL,'BURGENLAND','Burgenland',1),(2040,'K',4101,NULL,NULL,'KAERNTEN','Kärnten',1),(2041,'N',4101,NULL,NULL,'NIEDEROESTERREICH','Niederösterreich',1),(2042,'O',4101,NULL,NULL,'OBEROESTERREICH','Oberösterreich',1),(2043,'S',4101,NULL,NULL,'SALZBURG','Salzburg',1),(2044,'ST',4101,NULL,NULL,'STEIERMARK','Steiermark',1),(2045,'T',4101,NULL,NULL,'TIROL','Tirol',1),(2046,'V',4101,NULL,NULL,'VORARLBERG','Vorarlberg',1),(2047,'W',4101,NULL,NULL,'WIEN','Wien',1),(2048,'2326',2305,'',0,'MISIONES','Misiones',1),(2049,'PA-1',17801,'',0,'','Bocas del Toro',1),(2050,'PA-2',17801,'',0,'','Coclé',1),(2051,'PA-3',17801,'',0,'','Colón',1),(2052,'PA-4',17801,'',0,'','Chiriquí',1),(2053,'PA-5',17801,'',0,'','Darién',1),(2054,'PA-6',17801,'',0,'','Herrera',1),(2055,'PA-7',17801,'',0,'','Los Santos',1),(2056,'PA-8',17801,'',0,'','Panamá',1),(2057,'PA-9',17801,'',0,'','Veraguas',1),(2058,'PA-13',17801,'',0,'','Panamá Oeste',1),(2059,'AE-1',22701,'',0,'','Abu Dhabi',1),(2060,'AE-2',22701,'',0,'','Dubai',1),(2061,'AE-3',22701,'',0,'','Ajman',1),(2062,'AE-4',22701,'',0,'','Fujairah',1),(2063,'AE-5',22701,'',0,'','Ras al-Khaimah',1),(2064,'AE-6',22701,'',0,'','Sharjah',1),(2065,'AE-7',22701,'',0,'','Umm al-Quwain',1),(2066,'BA',11801,NULL,0,'BA','Bali',1),(2067,'BB',11801,NULL,0,'BB','Bangka Belitung',1),(2068,'BT',11801,NULL,0,'BT','Banten',1),(2069,'BE',11801,NULL,0,'BA','Bengkulu',1),(2070,'YO',11801,NULL,0,'YO','DI Yogyakarta',1),(2071,'JK',11801,NULL,0,'JK','DKI Jakarta',1),(2072,'GO',11801,NULL,0,'GO','Gorontalo',1),(2073,'JA',11801,NULL,0,'JA','Jambi',1),(2074,'JB',11801,NULL,0,'JB','Jawa Barat',1),(2075,'JT',11801,NULL,0,'JT','Jawa Tengah',1),(2076,'JI',11801,NULL,0,'JI','Jawa Timur',1),(2077,'KB',11801,NULL,0,'KB','Kalimantan Barat',1),(2078,'KS',11801,NULL,0,'KS','Kalimantan Selatan',1),(2079,'KT',11801,NULL,0,'KT','Kalimantan Tengah',1),(2080,'KI',11801,NULL,0,'KI','Kalimantan Timur',1),(2081,'KU',11801,NULL,0,'KU','Kalimantan Utara',1),(2082,'KR',11801,NULL,0,'KR','Kepulauan Riau',1),(2083,'LA',11801,NULL,0,'LA','Lampung',1),(2084,'MA',11801,NULL,0,'MA','Maluku',1),(2085,'MU',11801,NULL,0,'MU','Maluku Utara',1),(2086,'AC',11801,NULL,0,'AC','Nanggroe Aceh Darussalam',1),(2087,'NB',11801,NULL,0,'NB','Nusa Tenggara Barat',1),(2088,'NT',11801,NULL,0,'NT','Nusa Tenggara Timur',1),(2089,'PA',11801,NULL,0,'PA','Papua',1),(2090,'PB',11801,NULL,0,'PB','Papua Barat',1),(2091,'RI',11801,NULL,0,'RI','Riau',1),(2092,'SR',11801,NULL,0,'SR','Sulawesi Barat',1),(2093,'SN',11801,NULL,0,'SN','Sulawesi Selatan',1),(2094,'ST',11801,NULL,0,'ST','Sulawesi Tengah',1),(2095,'SG',11801,NULL,0,'SG','Sulawesi Tenggara',1),(2096,'SA',11801,NULL,0,'SA','Sulawesi Utara',1),(2097,'SB',11801,NULL,0,'SB','Sumatera Barat',1),(2098,'SS',11801,NULL,0,'SS','Sumatera Selatan',1),(2099,'SU',11801,NULL,0,'SU','Sumatera Utara	',1);
      +/*!40000 ALTER TABLE `llx_c_departements` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ecotaxe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ecotaxe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ecotaxe` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `organization` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_ecotaxe` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ecotaxe`
      +--
      +
      +LOCK TABLES `llx_c_ecotaxe` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ecotaxe` DISABLE KEYS */;
      +INSERT INTO `llx_c_ecotaxe` VALUES (1,'ER-A-A','Materiels electriques < 0,2kg',0.01000000,'ERP',1,1),(2,'ER-A-B','Materiels electriques >= 0,2 kg et < 0,5 kg',0.03000000,'ERP',1,1),(3,'ER-A-C','Materiels electriques >= 0,5 kg et < 1 kg',0.04000000,'ERP',1,1),(4,'ER-A-D','Materiels electriques >= 1 kg et < 2 kg',0.13000000,'ERP',1,1),(5,'ER-A-E','Materiels electriques >= 2 kg et < 4kg',0.21000000,'ERP',1,1),(6,'ER-A-F','Materiels electriques >= 4 kg et < 8 kg',0.42000000,'ERP',1,1),(7,'ER-A-G','Materiels electriques >= 8 kg et < 15 kg',0.84000000,'ERP',1,1),(8,'ER-A-H','Materiels electriques >= 15 kg et < 20 kg',1.25000000,'ERP',1,1),(9,'ER-A-I','Materiels electriques >= 20 kg et < 30 kg',1.88000000,'ERP',1,1),(10,'ER-A-J','Materiels electriques >= 30 kg',3.34000000,'ERP',1,1),(11,'ER-M-1','TV, Moniteurs < 9kg',0.84000000,'ERP',1,1),(12,'ER-M-2','TV, Moniteurs >= 9kg et < 15kg',1.67000000,'ERP',1,1),(13,'ER-M-3','TV, Moniteurs >= 15kg et < 30kg',3.34000000,'ERP',1,1),(14,'ER-M-4','TV, Moniteurs >= 30 kg',6.69000000,'ERP',1,1),(15,'EC-A-A','Materiels electriques  0,2 kg max',0.00840000,'Ecologic',1,1),(16,'EC-A-B','Materiels electriques 0,21 kg min - 0,50 kg max',0.02500000,'Ecologic',1,1),(17,'EC-A-C','Materiels electriques  0,51 kg min - 1 kg max',0.04000000,'Ecologic',1,1),(18,'EC-A-D','Materiels electriques  1,01 kg min - 2,5 kg max',0.13000000,'Ecologic',1,1),(19,'EC-A-E','Materiels electriques  2,51 kg min - 4 kg max',0.21000000,'Ecologic',1,1),(20,'EC-A-F','Materiels electriques 4,01 kg min - 8 kg max',0.42000000,'Ecologic',1,1),(21,'EC-A-G','Materiels electriques  8,01 kg min - 12 kg max',0.63000000,'Ecologic',1,1),(22,'EC-A-H','Materiels electriques 12,01 kg min - 20 kg max',1.05000000,'Ecologic',1,1),(23,'EC-A-I','Materiels electriques  20,01 kg min',1.88000000,'Ecologic',1,1),(24,'EC-M-1','TV, Moniteurs 9 kg max',0.84000000,'Ecologic',1,1),(25,'EC-M-2','TV, Moniteurs 9,01 kg min - 18 kg max',1.67000000,'Ecologic',1,1),(26,'EC-M-3','TV, Moniteurs 18,01 kg min - 36 kg max',3.34000000,'Ecologic',1,1),(27,'EC-M-4','TV, Moniteurs 36,01 kg min',6.69000000,'Ecologic',1,1),(28,'ES-M-1','TV, Moniteurs <= 20 pouces',0.84000000,'Eco-systemes',1,1),(29,'ES-M-2','TV, Moniteurs > 20 pouces et <= 32 pouces',3.34000000,'Eco-systemes',1,1),(30,'ES-M-3','TV, Moniteurs > 32 pouces et autres grands ecrans',6.69000000,'Eco-systemes',1,1),(31,'ES-A-A','Ordinateur fixe, Audio home systems (HIFI), elements hifi separes',0.84000000,'Eco-systemes',1,1),(32,'ES-A-B','Ordinateur portable, CD-RCR, VCR, lecteurs et enregistreurs DVD, instruments de musique et caisses de resonance, haut parleurs...',0.25000000,'Eco-systemes',1,1),(33,'ES-A-C','Imprimante, photocopieur, telecopieur',0.42000000,'Eco-systemes',1,1),(34,'ES-A-D','Accessoires, clavier, souris, PDA, imprimante photo, appareil photo, gps, telephone, repondeur, telephone sans fil, modem, telecommande, casque, camescope, baladeur mp3, radio portable, radio K7 et CD portable, radio reveil',0.08400000,'Eco-systemes',1,1),(35,'ES-A-E','GSM',0.00840000,'Eco-systemes',1,1),(36,'ES-A-F','Jouets et equipements de loisirs et de sports < 0,5 kg',0.04200000,'Eco-systemes',1,1),(37,'ES-A-G','Jouets et equipements de loisirs et de sports > 0,5 kg',0.17000000,'Eco-systemes',1,1),(38,'ES-A-H','Jouets et equipements de loisirs et de sports > 10 kg',1.25000000,'Eco-systemes',1,1);
      +/*!40000 ALTER TABLE `llx_c_ecotaxe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_effectif`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_effectif`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_effectif` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_effectif` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_effectif`
      +--
      +
      +LOCK TABLES `llx_c_effectif` WRITE;
      +/*!40000 ALTER TABLE `llx_c_effectif` DISABLE KEYS */;
      +INSERT INTO `llx_c_effectif` VALUES (0,'EF0','-',1,NULL),(1,'EF1-5','1 - 5',1,NULL),(2,'EF6-10','6 - 10',1,NULL),(3,'EF11-50','11 - 50',1,NULL),(4,'EF51-100','51 - 100',1,NULL),(5,'EF100-500','100 - 500',1,NULL),(6,'EF500-','> 500',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_effectif` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_email_senderprofile`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_email_senderprofile`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_email_senderprofile` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `private` smallint(6) NOT NULL DEFAULT '0',
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `signature` text COLLATE utf8_unicode_ci,
      +  `position` smallint(6) DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_email_senderprofile` (`entity`,`label`,`email`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_email_senderprofile`
      +--
      +
      +LOCK TABLES `llx_c_email_senderprofile` WRITE;
      +/*!40000 ALTER TABLE `llx_c_email_senderprofile` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_email_senderprofile` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_email_templates`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_email_templates`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_email_templates` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type_template` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `private` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `topic` text COLLATE utf8_unicode_ci,
      +  `content` mediumtext COLLATE utf8_unicode_ci,
      +  `content_lines` text COLLATE utf8_unicode_ci,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `joinfiles` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_email_templates` (`entity`,`label`,`lang`),
      +  KEY `idx_type` (`type_template`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_email_templates`
      +--
      +
      +LOCK TABLES `llx_c_email_templates` WRITE;
      +/*!40000 ALTER TABLE `llx_c_email_templates` DISABLE KEYS */;
      +INSERT INTO `llx_c_email_templates` VALUES (1,1,NULL,'propal_send','',1,NULL,NULL,'2018-01-19 11:17:48','ggg',1,1,'gg','gggfff',NULL,'1','1'),(2,0,'adherent','member','',0,NULL,NULL,'2018-01-19 11:17:48','(SendAnEMailToMember)',1,1,'__(CardContent)__','__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','1'),(3,0,'banque','thirdparty','',0,NULL,NULL,'2018-01-19 11:17:48','(YourSEPAMandate)',1,0,'__(YourSEPAMandate)__','__(Hello)__,<br><br>\n\n__(FindYourSEPAMandate)__ :<br>\n__MYCOMPANY_NAME__<br>\n__MYCOMPANY_FULLADDRESS__<br><br>\n__(Sincerely)__<br>\n__USER_SIGNATURE__',NULL,'1','1'),(6,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnAutoSubscription)',10,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(7,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnMemberValidation)',20,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(8,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnNewSubscription)',30,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','1'),(9,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingReminderForExpiredSubscription)',40,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(10,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnCancelation)',50,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(11,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingAnEMailToMember)',60,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__','__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0');
      +/*!40000 ALTER TABLE `llx_c_email_templates` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_exp_tax_cat`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_exp_tax_cat`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_exp_tax_cat` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(48) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `active` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_exp_tax_cat`
      +--
      +
      +LOCK TABLES `llx_c_exp_tax_cat` WRITE;
      +/*!40000 ALTER TABLE `llx_c_exp_tax_cat` DISABLE KEYS */;
      +INSERT INTO `llx_c_exp_tax_cat` VALUES (1,'ExpAutoCat',1,0),(2,'ExpCycloCat',1,0),(3,'ExpMotoCat',1,0),(4,'ExpAuto3CV',1,1),(5,'ExpAuto4CV',1,1),(6,'ExpAuto5CV',1,1),(7,'ExpAuto6CV',1,1),(8,'ExpAuto7CV',1,1),(9,'ExpAuto8CV',1,1),(10,'ExpAuto9CV',1,0),(11,'ExpAuto10CV',1,0),(12,'ExpAuto11CV',1,0),(13,'ExpAuto12CV',1,0),(14,'ExpAuto3PCV',1,0),(15,'ExpAuto4PCV',1,0),(16,'ExpAuto5PCV',1,0),(17,'ExpAuto6PCV',1,0),(18,'ExpAuto7PCV',1,0),(19,'ExpAuto8PCV',1,0),(20,'ExpAuto9PCV',1,0),(21,'ExpAuto10PCV',1,0),(22,'ExpAuto11PCV',1,0),(23,'ExpAuto12PCV',1,0),(24,'ExpAuto13PCV',1,0),(25,'ExpCyclo',1,0),(26,'ExpMoto12CV',1,0),(27,'ExpMoto345CV',1,0),(28,'ExpMoto5PCV',1,0);
      +/*!40000 ALTER TABLE `llx_c_exp_tax_cat` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_exp_tax_range`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_exp_tax_range`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_exp_tax_range` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_c_exp_tax_cat` int(11) NOT NULL DEFAULT '1',
      +  `range_ik` double NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `active` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_exp_tax_range`
      +--
      +
      +LOCK TABLES `llx_c_exp_tax_range` WRITE;
      +/*!40000 ALTER TABLE `llx_c_exp_tax_range` DISABLE KEYS */;
      +INSERT INTO `llx_c_exp_tax_range` VALUES (1,4,0,1,1),(2,4,5000,1,1),(3,4,20000,1,1),(4,5,0,1,1),(5,5,5000,1,1),(6,5,20000,1,1),(7,6,0,1,1),(8,6,5000,1,1),(9,6,20000,1,1),(10,7,0,1,1),(11,7,5000,1,1),(12,7,20000,1,1),(13,8,0,1,1),(14,8,5000,1,1),(15,8,20000,1,1);
      +/*!40000 ALTER TABLE `llx_c_exp_tax_range` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_field_list`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_field_list`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_field_list` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `element` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `alias` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `title` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `align` varchar(6) COLLATE utf8_unicode_ci DEFAULT 'left',
      +  `sort` tinyint(4) NOT NULL DEFAULT '1',
      +  `search` tinyint(4) NOT NULL DEFAULT '0',
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_field_list`
      +--
      +
      +LOCK TABLES `llx_c_field_list` WRITE;
      +/*!40000 ALTER TABLE `llx_c_field_list` DISABLE KEYS */;
      +INSERT INTO `llx_c_field_list` VALUES (1,'2011-02-06 11:18:30','product_default',1,'p.ref','ref','Ref','left',1,1,'1',1),(2,'2011-02-06 11:18:30','product_default',1,'p.label','label','Label','left',1,1,'1',2),(3,'2011-02-06 11:18:30','product_default',1,'p.barcode','barcode','BarCode','center',1,1,'$conf->barcode->enabled',3),(4,'2011-02-06 11:18:30','product_default',1,'p.tms','datem','DateModification','center',1,0,'1',4),(5,'2011-02-06 11:18:30','product_default',1,'p.price','price','SellingPriceHT','right',1,0,'1',5),(6,'2011-02-06 11:18:30','product_default',1,'p.price_ttc','price_ttc','SellingPriceTTC','right',1,0,'1',6),(7,'2011-02-06 11:18:30','product_default',1,'p.stock','stock','Stock','right',0,0,'$conf->stock->enabled',7),(8,'2011-02-06 11:18:30','product_default',1,'p.envente','status','Status','right',1,0,'1',8);
      +/*!40000 ALTER TABLE `llx_c_field_list` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_format_cards`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_format_cards`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_format_cards` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `paper_size` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `orientation` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  `metric` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `leftmargin` double(24,8) NOT NULL,
      +  `topmargin` double(24,8) NOT NULL,
      +  `nx` int(11) NOT NULL,
      +  `ny` int(11) NOT NULL,
      +  `spacex` double(24,8) NOT NULL,
      +  `spacey` double(24,8) NOT NULL,
      +  `width` double(24,8) NOT NULL,
      +  `height` double(24,8) NOT NULL,
      +  `font_size` int(11) NOT NULL,
      +  `custom_x` double(24,8) NOT NULL,
      +  `custom_y` double(24,8) NOT NULL,
      +  `active` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_format_cards`
      +--
      +
      +LOCK TABLES `llx_c_format_cards` WRITE;
      +/*!40000 ALTER TABLE `llx_c_format_cards` DISABLE KEYS */;
      +INSERT INTO `llx_c_format_cards` VALUES (1,'5160','Avery-5160, WL-875WX','letter','P','mm',5.58165000,12.70000000,3,10,3.55600000,0.00000000,65.87490000,25.40000000,7,0.00000000,0.00000000,1),(2,'5161','Avery-5161, WL-75WX','letter','P','mm',4.44500000,12.70000000,2,10,3.96800000,0.00000000,101.60000000,25.40000000,7,0.00000000,0.00000000,1),(3,'5162','Avery-5162, WL-100WX','letter','P','mm',3.87350000,22.35200000,2,7,4.95400000,0.00000000,101.60000000,33.78100000,8,0.00000000,0.00000000,1),(4,'5163','Avery-5163, WL-125WX','letter','P','mm',4.57200000,12.70000000,2,5,3.55600000,0.00000000,101.60000000,50.80000000,10,0.00000000,0.00000000,1),(5,'5164','5164 (Letter)','letter','P','in',0.14800000,0.50000000,2,3,0.20310000,0.00000000,4.00000000,3.33000000,12,0.00000000,0.00000000,0),(6,'8600','Avery-8600','letter','P','mm',7.10000000,19.00000000,3,10,9.50000000,3.10000000,66.60000000,25.40000000,7,0.00000000,0.00000000,1),(7,'99012','DYMO 99012 89*36mm','custom','L','mm',1.00000000,1.00000000,1,1,0.00000000,0.00000000,36.00000000,89.00000000,10,36.00000000,89.00000000,1),(8,'99014','DYMO 99014 101*54mm','custom','L','mm',1.00000000,1.00000000,1,1,0.00000000,0.00000000,54.00000000,101.00000000,10,54.00000000,101.00000000,1),(9,'AVERYC32010','Avery-C32010','A4','P','mm',15.00000000,13.00000000,2,5,10.00000000,0.00000000,85.00000000,54.00000000,10,0.00000000,0.00000000,1),(10,'CARD','Dolibarr Business cards','A4','P','mm',15.00000000,15.00000000,2,5,0.00000000,0.00000000,85.00000000,54.00000000,10,0.00000000,0.00000000,1),(11,'L7163','Avery-L7163','A4','P','mm',5.00000000,15.00000000,2,7,2.50000000,0.00000000,99.10000000,38.10000000,8,0.00000000,0.00000000,1);
      +/*!40000 ALTER TABLE `llx_c_format_cards` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_forme_juridique`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_forme_juridique`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_forme_juridique` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` int(11) NOT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `isvatexempted` tinyint(4) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_forme_juridique` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=100221 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_forme_juridique`
      +--
      +
      +LOCK TABLES `llx_c_forme_juridique` WRITE;
      +/*!40000 ALTER TABLE `llx_c_forme_juridique` DISABLE KEYS */;
      +INSERT INTO `llx_c_forme_juridique` VALUES (100001,100001,1,'Etudiant',0,0,'cabinetmed',0),(100002,100002,1,'Retraité',0,0,'cabinetmed',0),(100003,100003,1,'Artisan',0,0,'cabinetmed',0),(100004,100004,1,'Femme de ménage',0,0,'cabinetmed',0),(100005,100005,1,'Professeur',0,0,'cabinetmed',0),(100006,100006,1,'Profession libérale',0,0,'cabinetmed',0),(100007,100007,1,'Informaticien',0,0,'cabinetmed',0),(100009,0,0,'-',0,1,NULL,0),(100010,2301,23,'Monotributista',0,1,NULL,0),(100011,2302,23,'Sociedad Civil',0,1,NULL,0),(100012,2303,23,'Sociedades Comerciales',0,1,NULL,0),(100013,2304,23,'Sociedades de Hecho',0,1,NULL,0),(100014,2305,23,'Sociedades Irregulares',0,1,NULL,0),(100015,2306,23,'Sociedad Colectiva',0,1,NULL,0),(100016,2307,23,'Sociedad en Comandita Simple',0,1,NULL,0),(100017,2308,23,'Sociedad de Capital e Industria',0,1,NULL,0),(100018,2309,23,'Sociedad Accidental o en participación',0,1,NULL,0),(100019,2310,23,'Sociedad de Responsabilidad Limitada',0,1,NULL,0),(100020,2311,23,'Sociedad Anónima',0,1,NULL,0),(100021,2312,23,'Sociedad Anónima con Participación Estatal Mayoritaria',0,1,NULL,0),(100022,2313,23,'Sociedad en Comandita por Acciones (arts. 315 a 324, LSC)',0,1,NULL,0),(100023,11,1,'Artisan Commerçant (EI)',0,1,NULL,0),(100024,12,1,'Commerçant (EI)',0,1,NULL,0),(100025,13,1,'Artisan (EI)',0,1,NULL,0),(100026,14,1,'Officier public ou ministériel',0,1,NULL,0),(100027,15,1,'Profession libérale (EI)',0,1,NULL,0),(100028,16,1,'Exploitant agricole',0,1,NULL,0),(100029,17,1,'Agent commercial',0,1,NULL,0),(100030,18,1,'Associé Gérant de société',0,1,NULL,0),(100031,19,1,'Personne physique',0,1,NULL,0),(100032,21,1,'Indivision',0,1,NULL,0),(100033,22,1,'Société créée de fait',0,1,NULL,0),(100034,23,1,'Société en participation',0,1,NULL,0),(100035,27,1,'Paroisse hors zone concordataire',0,1,NULL,0),(100036,29,1,'Groupement de droit privé non doté de la personnalité morale',0,1,NULL,0),(100037,31,1,'Personne morale de droit étranger, immatriculée au RCS',0,1,NULL,0),(100038,32,1,'Personne morale de droit étranger, non immatriculée au RCS',0,1,NULL,0),(100039,35,1,'Régime auto-entrepreneur',0,1,NULL,0),(100040,41,1,'Etablissement public ou régie à caractère industriel ou commercial',0,1,NULL,0),(100041,51,1,'Société coopérative commerciale particulière',0,1,NULL,0),(100042,52,1,'Société en nom collectif',0,1,NULL,0),(100043,53,1,'Société en commandite',0,1,NULL,0),(100044,54,1,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100045,55,1,'Société anonyme à conseil d administration',0,1,NULL,0),(100046,56,1,'Société anonyme à directoire',0,1,NULL,0),(100047,57,1,'Société par actions simplifiée (SAS)',0,1,NULL,0),(100048,58,1,'Entreprise Unipersonnelle à Responsabilité Limitée (EURL)',0,1,NULL,0),(100049,59,1,'Société par actions simplifiée unipersonnelle (SASU)',0,1,NULL,0),(100050,60,1,'Entreprise Individuelle à Responsabilité Limitée (EIRL)',0,1,NULL,0),(100051,61,1,'Caisse d\'épargne et de prévoyance',0,1,NULL,0),(100052,62,1,'Groupement d\'intérêt économique (GIE)',0,1,NULL,0),(100053,63,1,'Société coopérative agricole',0,1,NULL,0),(100054,64,1,'Société non commerciale d assurances',0,1,NULL,0),(100055,65,1,'Société civile',0,1,NULL,0),(100056,69,1,'Personnes de droit privé inscrites au RCS',0,1,NULL,0),(100057,71,1,'Administration de l état',0,1,NULL,0),(100058,72,1,'Collectivité territoriale',0,1,NULL,0),(100059,73,1,'Etablissement public administratif',0,1,NULL,0),(100060,74,1,'Personne morale de droit public administratif',0,1,NULL,0),(100061,81,1,'Organisme gérant régime de protection social à adhésion obligatoire',0,1,NULL,0),(100062,82,1,'Organisme mutualiste',0,1,NULL,0),(100063,83,1,'Comité d entreprise',0,1,NULL,0),(100064,84,1,'Organisme professionnel',0,1,NULL,0),(100065,85,1,'Organisme de retraite à adhésion non obligatoire',0,1,NULL,0),(100066,91,1,'Syndicat de propriétaires',0,1,NULL,0),(100067,92,1,'Association loi 1901 ou assimilé',0,1,NULL,0),(100068,93,1,'Fondation',0,1,NULL,0),(100069,99,1,'Personne morale de droit privé',0,1,NULL,0),(100070,200,2,'Indépendant',0,1,NULL,0),(100071,201,2,'SPRL - Société à responsabilité limitée',0,1,NULL,0),(100072,202,2,'SA   - Société Anonyme',0,1,NULL,0),(100073,203,2,'SCRL - Société coopérative à responsabilité limitée',0,1,NULL,0),(100074,204,2,'ASBL - Association sans but Lucratif',0,1,NULL,0),(100075,205,2,'SCRI - Société coopérative à responsabilité illimitée',0,1,NULL,0),(100076,206,2,'SCS  - Société en commandite simple',0,1,NULL,0),(100077,207,2,'SCA  - Société en commandite par action',0,1,NULL,0),(100078,208,2,'SNC  - Société en nom collectif',0,1,NULL,0),(100079,209,2,'GIE  - Groupement d intérêt économique',0,1,NULL,0),(100080,210,2,'GEIE - Groupement européen d intérêt économique',0,1,NULL,0),(100081,220,2,'Eenmanszaak',0,1,NULL,0),(100082,221,2,'BVBA - Besloten vennootschap met beperkte aansprakelijkheid',0,1,NULL,0),(100083,222,2,'NV   - Naamloze Vennootschap',0,1,NULL,0),(100084,223,2,'CVBA - Coöperatieve vennootschap met beperkte aansprakelijkheid',0,1,NULL,0),(100085,224,2,'VZW  - Vereniging zonder winstoogmerk',0,1,NULL,0),(100086,225,2,'CVOA - Coöperatieve vennootschap met onbeperkte aansprakelijkheid ',0,1,NULL,0),(100087,226,2,'GCV  - Gewone commanditaire vennootschap',0,1,NULL,0),(100088,227,2,'Comm.VA - Commanditaire vennootschap op aandelen',0,1,NULL,0),(100089,228,2,'VOF  - Vennootschap onder firma',0,1,NULL,0),(100090,229,2,'VS0  - Vennootschap met sociaal oogmerk',0,1,NULL,0),(100091,500,5,'GmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100092,501,5,'AG - Aktiengesellschaft ',0,1,NULL,0),(100093,502,5,'GmbH&Co. KG - Gesellschaft mit beschränkter Haftung & Compagnie Kommanditgesellschaft',0,1,NULL,0),(100094,503,5,'Gewerbe - Personengesellschaft',0,1,NULL,0),(100095,504,5,'UG - Unternehmergesellschaft -haftungsbeschränkt-',0,1,NULL,0),(100096,505,5,'GbR - Gesellschaft des bürgerlichen Rechts',0,1,NULL,0),(100097,506,5,'KG - Kommanditgesellschaft',0,1,NULL,0),(100098,507,5,'Ltd. - Limited Company',0,1,NULL,0),(100099,508,5,'OHG - Offene Handelsgesellschaft',0,1,NULL,0),(100100,10201,102,'Ατομική επιχείρηση',0,1,NULL,0),(100101,10202,102,'Εταιρική  επιχείρηση',0,1,NULL,0),(100102,10203,102,'Ομόρρυθμη Εταιρεία Ο.Ε',0,1,NULL,0),(100103,10204,102,'Ετερόρρυθμη Εταιρεία Ε.Ε',0,1,NULL,0),(100104,10205,102,'Εταιρεία Περιορισμένης Ευθύνης Ε.Π.Ε',0,1,NULL,0),(100105,10206,102,'Ανώνυμη Εταιρεία Α.Ε',0,1,NULL,0),(100106,10207,102,'Ανώνυμη ναυτιλιακή εταιρεία Α.Ν.Ε',0,1,NULL,0),(100107,10208,102,'Συνεταιρισμός',0,1,NULL,0),(100108,10209,102,'Συμπλοιοκτησία',0,1,NULL,0),(100109,301,3,'Società semplice',0,1,NULL,0),(100110,302,3,'Società in nome collettivo s.n.c.',0,1,NULL,0),(100111,303,3,'Società in accomandita semplice s.a.s.',0,1,NULL,0),(100112,304,3,'Società per azioni s.p.a.',0,1,NULL,0),(100113,305,3,'Società a responsabilità limitata s.r.l.',0,1,NULL,0),(100114,306,3,'Società in accomandita per azioni s.a.p.a.',0,1,NULL,0),(100115,307,3,'Società cooperativa a r.l.',0,1,NULL,0),(100116,308,3,'Società consortile',0,1,NULL,0),(100117,309,3,'Società europea',0,1,NULL,0),(100118,310,3,'Società cooperativa europea',0,1,NULL,0),(100119,311,3,'Società unipersonale',0,1,NULL,0),(100120,312,3,'Società di professionisti',0,1,NULL,0),(100121,313,3,'Società di fatto',0,1,NULL,0),(100122,315,3,'Società apparente',0,1,NULL,0),(100123,316,3,'Impresa individuale ',0,1,NULL,0),(100124,317,3,'Impresa coniugale',0,1,NULL,0),(100125,318,3,'Impresa familiare',0,1,NULL,0),(100126,319,3,'Consorzio cooperativo',0,1,NULL,0),(100127,320,3,'Società cooperativa sociale',0,1,NULL,0),(100128,321,3,'Società cooperativa di consumo',0,1,NULL,0),(100129,322,3,'Società cooperativa agricola',0,1,NULL,0),(100130,323,3,'A.T.I. Associazione temporanea di imprese',0,1,NULL,0),(100131,324,3,'R.T.I. Raggruppamento temporaneo di imprese',0,1,NULL,0),(100132,325,3,'Studio associato',0,1,NULL,0),(100133,600,6,'Raison Individuelle',0,1,NULL,0),(100134,601,6,'Société Simple',0,1,NULL,0),(100135,602,6,'Société en nom collectif',0,1,NULL,0),(100136,603,6,'Société en commandite',0,1,NULL,0),(100137,604,6,'Société anonyme (SA)',0,1,NULL,0),(100138,605,6,'Société en commandite par actions',0,1,NULL,0),(100139,606,6,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100140,607,6,'Société coopérative',0,1,NULL,0),(100141,608,6,'Association',0,1,NULL,0),(100142,609,6,'Fondation',0,1,NULL,0),(100143,700,7,'Sole Trader',0,1,NULL,0),(100144,701,7,'Partnership',0,1,NULL,0),(100145,702,7,'Private Limited Company by shares (LTD)',0,1,NULL,0),(100146,703,7,'Public Limited Company',0,1,NULL,0),(100147,704,7,'Workers Cooperative',0,1,NULL,0),(100148,705,7,'Limited Liability Partnership',0,1,NULL,0),(100149,706,7,'Franchise',0,1,NULL,0),(100150,1000,10,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100151,1001,10,'Société en Nom Collectif (SNC)',0,1,NULL,0),(100152,1002,10,'Société en Commandite Simple (SCS)',0,1,NULL,0),(100153,1003,10,'société en participation',0,1,NULL,0),(100154,1004,10,'Société Anonyme (SA)',0,1,NULL,0),(100155,1005,10,'Société Unipersonnelle à Responsabilité Limitée (SUARL)',0,1,NULL,0),(100156,1006,10,'Groupement d\'intérêt économique (GEI)',0,1,NULL,0),(100157,1007,10,'Groupe de sociétés',0,1,NULL,0),(100158,1701,17,'Eenmanszaak',0,1,NULL,0),(100159,1702,17,'Maatschap',0,1,NULL,0),(100160,1703,17,'Vennootschap onder firma',0,1,NULL,0),(100161,1704,17,'Commanditaire vennootschap',0,1,NULL,0),(100162,1705,17,'Besloten vennootschap (BV)',0,1,NULL,0),(100163,1706,17,'Naamloze Vennootschap (NV)',0,1,NULL,0),(100164,1707,17,'Vereniging',0,1,NULL,0),(100165,1708,17,'Stichting',0,1,NULL,0),(100166,1709,17,'Coöperatie met beperkte aansprakelijkheid (BA)',0,1,NULL,0),(100167,1710,17,'Coöperatie met uitgesloten aansprakelijkheid (UA)',0,1,NULL,0),(100168,1711,17,'Coöperatie met wettelijke aansprakelijkheid (WA)',0,1,NULL,0),(100169,1712,17,'Onderlinge waarborgmaatschappij',0,1,NULL,0),(100170,401,4,'Empresario Individual',0,1,NULL,0),(100171,402,4,'Comunidad de Bienes',0,1,NULL,0),(100172,403,4,'Sociedad Civil',0,1,NULL,0),(100173,404,4,'Sociedad Colectiva',0,1,NULL,0),(100174,405,4,'Sociedad Limitada',0,1,NULL,0),(100175,406,4,'Sociedad Anónima',0,1,NULL,0),(100176,407,4,'Sociedad Comanditaria por Acciones',0,1,NULL,0),(100177,408,4,'Sociedad Comanditaria Simple',0,1,NULL,0),(100178,409,4,'Sociedad Laboral',0,1,NULL,0),(100179,410,4,'Sociedad Cooperativa',0,1,NULL,0),(100180,411,4,'Sociedad de Garantía Recíproca',0,1,NULL,0),(100181,412,4,'Entidad de Capital-Riesgo',0,1,NULL,0),(100182,413,4,'Agrupación de Interés Económico',0,1,NULL,0),(100183,414,4,'Sociedad de Inversión Mobiliaria',0,1,NULL,0),(100184,415,4,'Agrupación sin Ánimo de Lucro',0,1,NULL,0),(100185,15201,152,'Mauritius Private Company Limited By Shares',0,1,NULL,0),(100186,15202,152,'Mauritius Company Limited By Guarantee',0,1,NULL,0),(100187,15203,152,'Mauritius Public Company Limited By Shares',0,1,NULL,0),(100188,15204,152,'Mauritius Foreign Company',0,1,NULL,0),(100189,15205,152,'Mauritius GBC1 (Offshore Company)',0,1,NULL,0),(100190,15206,152,'Mauritius GBC2 (International Company)',0,1,NULL,0),(100191,15207,152,'Mauritius General Partnership',0,1,NULL,0),(100192,15208,152,'Mauritius Limited Partnership',0,1,NULL,0),(100193,15209,152,'Mauritius Sole Proprietorship',0,1,NULL,0),(100194,15210,152,'Mauritius Trusts',0,1,NULL,0),(100195,15401,154,'Sociedad en nombre colectivo',0,1,NULL,0),(100196,15402,154,'Sociedad en comandita simple',0,1,NULL,0),(100197,15403,154,'Sociedad de responsabilidad limitada',0,1,NULL,0),(100198,15404,154,'Sociedad anónima',0,1,NULL,0),(100199,15405,154,'Sociedad en comandita por acciones',0,1,NULL,0),(100200,15406,154,'Sociedad cooperativa',0,1,NULL,0),(100201,4100,41,'GmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100202,4101,41,'GesmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100203,4102,41,'AG - Aktiengesellschaft',0,1,NULL,0),(100204,4103,41,'EWIV - Europäische wirtschaftliche Interessenvereinigung',0,1,NULL,0),(100205,4104,41,'KEG - Kommanditerwerbsgesellschaft',0,1,NULL,0),(100206,4105,41,'OEG - Offene Erwerbsgesellschaft',0,1,NULL,0),(100207,4106,41,'OHG - Offene Handelsgesellschaft',0,1,NULL,0),(100208,4107,41,'AG & Co KG - Kommanditgesellschaft',0,1,NULL,0),(100209,4108,41,'GmbH & Co KG - Kommanditgesellschaft',0,1,NULL,0),(100210,4109,41,'KG - Kommanditgesellschaft',0,1,NULL,0),(100211,4110,41,'OG - Offene Gesellschaft',0,1,NULL,0),(100212,4111,41,'GbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100213,4112,41,'GesbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100214,4113,41,'GesnbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100215,4114,41,'e.U. - eingetragener Einzelunternehmer',0,1,NULL,0),(100216,17801,178,'Empresa individual',0,1,NULL,0),(100217,17802,178,'Asociación General',0,1,NULL,0),(100218,17803,178,'Sociedad de Responsabilidad Limitada',0,1,NULL,0),(100219,17804,178,'Sociedad Civil',0,1,NULL,0),(100220,17805,178,'Sociedad Anónima',0,1,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_forme_juridique` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_holiday_types`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_holiday_types`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_holiday_types` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `affect` int(11) NOT NULL,
      +  `delay` int(11) NOT NULL,
      +  `newByMonth` double(8,5) NOT NULL DEFAULT '0.00000',
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_holiday_types` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_holiday_types`
      +--
      +
      +LOCK TABLES `llx_c_holiday_types` WRITE;
      +/*!40000 ALTER TABLE `llx_c_holiday_types` DISABLE KEYS */;
      +INSERT INTO `llx_c_holiday_types` VALUES (1,'LEAVE_SICK','Sick leave',0,0,0.00000,NULL,1),(2,'LEAVE_OTHER','Other leave',0,0,0.00000,NULL,1),(3,'LEAVE_PAID','Paid vacation',1,7,0.00000,NULL,1),(4,'LEAVE_RTT_FR','RTT',1,7,0.83000,1,0),(5,'LEAVE_PAID_FR','Paid vacation',1,30,2.08334,1,0);
      +/*!40000 ALTER TABLE `llx_c_holiday_types` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_hrm_department`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_hrm_department`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_hrm_department` (
      +  `rowid` int(11) NOT NULL,
      +  `pos` tinyint(4) NOT NULL DEFAULT '0',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_hrm_department`
      +--
      +
      +LOCK TABLES `llx_c_hrm_department` WRITE;
      +/*!40000 ALTER TABLE `llx_c_hrm_department` DISABLE KEYS */;
      +INSERT INTO `llx_c_hrm_department` VALUES (1,5,'MANAGEMENT','Management',1),(2,10,'GESTION','Gestion',1),(3,15,'TRAINING','Training',1),(4,20,'IT','Inform. Technology (IT)',1),(5,25,'MARKETING','Marketing',1),(6,30,'SALES','Sales',1),(7,35,'LEGAL','Legal',1),(8,40,'FINANCIAL','Financial accounting',1),(9,45,'HUMANRES','Human resources',1),(10,50,'PURCHASING','Purchasing',1),(11,55,'SERVICES','Services',1),(12,60,'CUSTOMSERV','Customer service',1),(13,65,'CONSULTING','Consulting',1),(14,70,'LOGISTIC','Logistics',1),(15,75,'CONSTRUCT','Engineering/design',1),(16,80,'PRODUCTION','Manufacturing',1),(17,85,'QUALITY','Quality assurance',1),(18,85,'MAINT','Plant assurance',1);
      +/*!40000 ALTER TABLE `llx_c_hrm_department` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_hrm_function`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_hrm_function`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_hrm_function` (
      +  `rowid` int(11) NOT NULL,
      +  `pos` tinyint(4) NOT NULL DEFAULT '0',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `c_level` tinyint(4) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_hrm_function`
      +--
      +
      +LOCK TABLES `llx_c_hrm_function` WRITE;
      +/*!40000 ALTER TABLE `llx_c_hrm_function` DISABLE KEYS */;
      +INSERT INTO `llx_c_hrm_function` VALUES (1,5,'EXECBOARD','Executive board',0,1),(2,10,'MANAGDIR','Managing director',1,1),(3,15,'ACCOUNTMANAG','Account manager',0,1),(4,20,'ENGAGDIR','Engagement director',1,1),(5,25,'DIRECTOR','Director',1,1),(6,30,'PROJMANAG','Project manager',0,1),(7,35,'DEPHEAD','Department head',0,1),(8,40,'SECRETAR','Secretary',0,1),(9,45,'EMPLOYEE','Department employee',0,1);
      +/*!40000 ALTER TABLE `llx_c_hrm_function` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_incoterms`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_incoterms`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_incoterms` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_incoterms` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_incoterms`
      +--
      +
      +LOCK TABLES `llx_c_incoterms` WRITE;
      +/*!40000 ALTER TABLE `llx_c_incoterms` DISABLE KEYS */;
      +INSERT INTO `llx_c_incoterms` VALUES (1,'EXW','Ex Works, au départ non chargé, non dédouané sortie d\'usine (uniquement adapté aux flux domestiques, nationaux)',1),(2,'FCA','Free Carrier, marchandises dédouanées et chargées dans le pays de départ, chez le vendeur ou chez le commissionnaire de transport de l\'acheteur',1),(3,'FAS','Free Alongside Ship, sur le quai du port de départ',1),(4,'FOB','Free On Board, chargé sur le bateau, les frais de chargement dans celui-ci étant fonction du liner term indiqué par la compagnie maritime (à la charge du vendeur)',1),(5,'CFR','Cost and Freight, chargé dans le bateau, livraison au port de départ, frais payés jusqu\'au port d\'arrivée, sans assurance pour le transport, non déchargé du navire à destination (les frais de déchargement sont inclus ou non au port d\'arrivée)',1),(6,'CIF','Cost, Insurance and Freight, chargé sur le bateau, frais jusqu\'au port d\'arrivée, avec l\'assurance marchandise transportée souscrite par le vendeur pour le compte de l\'acheteur',1),(7,'CPT','Carriage Paid To, livraison au premier transporteur, frais jusqu\'au déchargement du mode de transport, sans assurance pour le transport',1),(8,'CIP','Carriage and Insurance Paid to, idem CPT, avec assurance marchandise transportée souscrite par le vendeur pour le compte de l\'acheteur',1),(9,'DAT','Delivered At Terminal, marchandises (déchargées) livrées sur quai, dans un terminal maritime, fluvial, aérien, routier ou ferroviaire désigné (dédouanement import, et post-acheminement payés par l\'acheteur)',1),(10,'DAP','Delivered At Place, marchandises (non déchargées) mises à disposition de l\'acheteur dans le pays d\'importation au lieu précisé dans le contrat (déchargement, dédouanement import payé par l\'acheteur)',1),(11,'DDP','Delivered Duty Paid, marchandises (non déchargées) livrées à destination finale, dédouanement import et taxes à la charge du vendeur ; l\'acheteur prend en charge uniquement le déchargement (si exclusion des taxes type TVA, le préciser clairement)',1);
      +/*!40000 ALTER TABLE `llx_c_incoterms` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_input_method`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_input_method`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_input_method` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_methode_commande_fournisseur` (`code`),
      +  UNIQUE KEY `uk_c_input_method` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_input_method`
      +--
      +
      +LOCK TABLES `llx_c_input_method` WRITE;
      +/*!40000 ALTER TABLE `llx_c_input_method` DISABLE KEYS */;
      +INSERT INTO `llx_c_input_method` VALUES (1,'OrderByMail','Courrier',1,NULL),(2,'OrderByFax','Fax',1,NULL),(3,'OrderByEMail','EMail',1,NULL),(4,'OrderByPhone','Téléphone',1,NULL),(5,'OrderByWWW','En ligne',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_input_method` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_input_reason`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_input_reason`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_input_reason` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_input_reason` (`code`)
      +) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_input_reason`
      +--
      +
      +LOCK TABLES `llx_c_input_reason` WRITE;
      +/*!40000 ALTER TABLE `llx_c_input_reason` DISABLE KEYS */;
      +INSERT INTO `llx_c_input_reason` VALUES (1,'SRC_INTE','Web site',1,NULL),(2,'SRC_CAMP_MAIL','Mailing campaign',1,NULL),(3,'SRC_CAMP_PHO','Phone campaign',1,NULL),(4,'SRC_CAMP_FAX','Fax campaign',1,NULL),(5,'SRC_COMM','Commercial contact',1,NULL),(6,'SRC_SHOP','Shop contact',1,NULL),(7,'SRC_CAMP_EMAIL','EMailing campaign',1,NULL),(8,'SRC_WOM','Word of mouth',1,NULL),(9,'SRC_PARTNER','Partner',1,NULL),(10,'SRC_EMPLOYEE','Employee',1,NULL),(11,'SRC_SPONSORING','Sponsoring',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_input_reason` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_lead_status`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_lead_status`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_lead_status` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT NULL,
      +  `percent` double(5,2) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_lead_status_code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_lead_status`
      +--
      +
      +LOCK TABLES `llx_c_lead_status` WRITE;
      +/*!40000 ALTER TABLE `llx_c_lead_status` DISABLE KEYS */;
      +INSERT INTO `llx_c_lead_status` VALUES (1,'PROSP','Prospection',10,0.00,1),(2,'QUAL','Qualification',20,20.00,1),(3,'PROPO','Proposal',30,40.00,1),(4,'NEGO','Negotiation',40,60.00,1),(5,'PENDING','Pending',50,50.00,0),(6,'WON','Won',60,100.00,1),(7,'LOST','Lost',70,0.00,1);
      +/*!40000 ALTER TABLE `llx_c_lead_status` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_lead_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_lead_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_lead_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_lead_type`
      +--
      +
      +LOCK TABLES `llx_c_lead_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_lead_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_lead_type` VALUES (1,'SUPP','Support',1),(2,'TRAIN','Formation',1),(3,'ADVI','Conseil',1);
      +/*!40000 ALTER TABLE `llx_c_lead_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_methode_commande_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_methode_commande_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_methode_commande_fournisseur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_methode_commande_fournisseur` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_methode_commande_fournisseur`
      +--
      +
      +LOCK TABLES `llx_c_methode_commande_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_c_methode_commande_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_c_methode_commande_fournisseur` VALUES (1,'OrderByMail','Courrier',1),(2,'OrderByFax','Fax',1),(3,'OrderByEMail','EMail',1),(4,'OrderByPhone','Téléphone',1),(5,'OrderByWWW','En ligne',1);
      +/*!40000 ALTER TABLE `llx_c_methode_commande_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paiement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paiement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paiement` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(62) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_paiement_code` (`entity`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paiement`
      +--
      +
      +LOCK TABLES `llx_c_paiement` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paiement` DISABLE KEYS */;
      +INSERT INTO `llx_c_paiement` VALUES (1,1,'TIP','TIP',2,0,NULL,NULL,0),(2,1,'VIR','Virement',2,1,NULL,NULL,0),(3,1,'PRE','Prélèvement',2,1,NULL,NULL,0),(4,1,'LIQ','Espèces',2,1,NULL,NULL,0),(6,1,'CB','Carte Bancaire',2,1,NULL,NULL,0),(7,1,'CHQ','Chèque',2,1,NULL,NULL,0),(50,1,'VAD','Paiement en ligne',2,0,NULL,NULL,0),(51,1,'TRA','Traite',2,0,NULL,NULL,0),(52,1,'LCR','LCR',2,0,NULL,NULL,0),(53,1,'FAC','Factor',2,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_paiement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paiement_temp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paiement_temp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paiement_temp` (
      +  `id` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(6) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(62) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paiement_temp`
      +--
      +
      +LOCK TABLES `llx_c_paiement_temp` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paiement_temp` DISABLE KEYS */;
      +INSERT INTO `llx_c_paiement_temp` VALUES (1,1,'TIP','TIP',2,0,NULL,NULL,0),(2,1,'VIR','Virement',2,1,NULL,NULL,0),(3,1,'PRE','Prélèvement',2,1,NULL,NULL,0),(4,1,'LIQ','Espèces',2,1,NULL,NULL,0),(6,1,'CB','Carte Bancaire',2,1,NULL,NULL,0),(7,1,'CHQ','Chèque',2,1,NULL,NULL,0),(50,1,'VAD','Paiement en ligne',2,0,NULL,NULL,0),(51,1,'TRA','Traite',2,0,NULL,NULL,0),(52,1,'LCR','LCR',2,0,NULL,NULL,0),(53,1,'FAC','Factor',2,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_paiement_temp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paper_format`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paper_format`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paper_format` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `width` float(6,2) DEFAULT '0.00',
      +  `height` float(6,2) DEFAULT '0.00',
      +  `unit` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=226 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paper_format`
      +--
      +
      +LOCK TABLES `llx_c_paper_format` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paper_format` DISABLE KEYS */;
      +INSERT INTO `llx_c_paper_format` VALUES (1,'EU4A0','Format 4A0',1682.00,2378.00,'mm',1,NULL),(2,'EU2A0','Format 2A0',1189.00,1682.00,'mm',1,NULL),(3,'EUA0','Format A0',840.00,1189.00,'mm',1,NULL),(4,'EUA1','Format A1',594.00,840.00,'mm',1,NULL),(5,'EUA2','Format A2',420.00,594.00,'mm',1,NULL),(6,'EUA3','Format A3',297.00,420.00,'mm',1,NULL),(7,'EUA4','Format A4',210.00,297.00,'mm',1,NULL),(8,'EUA5','Format A5',148.00,210.00,'mm',1,NULL),(9,'EUA6','Format A6',105.00,148.00,'mm',1,NULL),(100,'USLetter','Format Letter (A)',216.00,279.00,'mm',1,NULL),(105,'USLegal','Format Legal',216.00,356.00,'mm',1,NULL),(110,'USExecutive','Format Executive',190.00,254.00,'mm',1,NULL),(115,'USLedger','Format Ledger/Tabloid (B)',279.00,432.00,'mm',1,NULL),(200,'CAP1','Format Canadian P1',560.00,860.00,'mm',1,NULL),(205,'CAP2','Format Canadian P2',430.00,560.00,'mm',1,NULL),(210,'CAP3','Format Canadian P3',280.00,430.00,'mm',1,NULL),(215,'CAP4','Format Canadian P4',215.00,280.00,'mm',1,NULL),(220,'CAP5','Format Canadian P5',140.00,215.00,'mm',1,NULL),(225,'CAP6','Format Canadian P6',107.00,140.00,'mm',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_paper_format` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_payment_term`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_payment_term`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_payment_term` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) DEFAULT '1',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle_facture` text COLLATE utf8_unicode_ci,
      +  `type_cdr` tinyint(4) DEFAULT NULL,
      +  `nbjour` smallint(6) DEFAULT NULL,
      +  `decalage` smallint(6) DEFAULT NULL,
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_payment_term_code` (`entity`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_payment_term`
      +--
      +
      +LOCK TABLES `llx_c_payment_term` WRITE;
      +/*!40000 ALTER TABLE `llx_c_payment_term` DISABLE KEYS */;
      +INSERT INTO `llx_c_payment_term` VALUES (1,1,'RECEP',1,1,'A réception','Réception de facture',0,0,NULL,NULL,0),(2,1,'30D',2,1,'30 jours','Réglement à 30 jours',0,30,NULL,NULL,0),(3,1,'30DENDMONTH',3,1,'30 jours fin de mois','Réglement à 30 jours fin de mois',1,30,NULL,NULL,0),(4,1,'60D',4,1,'60 jours','Réglement à 60 jours',0,60,NULL,NULL,0),(5,1,'60DENDMONTH',5,1,'60 jours fin de mois','Réglement à 60 jours fin de mois',1,60,NULL,NULL,0),(6,1,'PT_ORDER',6,1,'A réception de commande','A réception de commande',0,0,NULL,NULL,0),(7,1,'PT_DELIVERY',7,1,'Livraison','Règlement à la livraison',0,0,NULL,NULL,0),(8,1,'PT_5050',8,1,'50 et 50','Règlement 50% à la commande, 50% à la livraison',0,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_payment_term` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_expression`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_expression`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_expression` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `title` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `expression` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_expression`
      +--
      +
      +LOCK TABLES `llx_c_price_expression` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_expression` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_expression` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_global_variable`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_global_variable`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_global_variable` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `value` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_global_variable`
      +--
      +
      +LOCK TABLES `llx_c_price_global_variable` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_global_variable_updater`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_global_variable_updater`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_global_variable_updater` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` int(11) NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `parameters` text COLLATE utf8_unicode_ci,
      +  `fk_variable` int(11) NOT NULL,
      +  `update_interval` int(11) DEFAULT '0',
      +  `next_update` int(11) DEFAULT '0',
      +  `last_status` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_global_variable_updater`
      +--
      +
      +LOCK TABLES `llx_c_price_global_variable_updater` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable_updater` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable_updater` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_propalst`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_propalst`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_propalst` (
      +  `id` smallint(6) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_propalst` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_propalst`
      +--
      +
      +LOCK TABLES `llx_c_propalst` WRITE;
      +/*!40000 ALTER TABLE `llx_c_propalst` DISABLE KEYS */;
      +INSERT INTO `llx_c_propalst` VALUES (0,'PR_DRAFT','Brouillon',1),(1,'PR_OPEN','Ouverte',1),(2,'PR_SIGNED','Signée',1),(3,'PR_NOTSIGNED','Non Signée',1),(4,'PR_FAC','Facturée',1);
      +/*!40000 ALTER TABLE `llx_c_propalst` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_prospectlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_prospectlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_prospectlevel` (
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` smallint(6) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_prospectlevel`
      +--
      +
      +LOCK TABLES `llx_c_prospectlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_c_prospectlevel` DISABLE KEYS */;
      +INSERT INTO `llx_c_prospectlevel` VALUES ('PL_HIGH','High',4,1,NULL),('PL_LOW','Low',2,1,NULL),('PL_MEDIUM','Medium',3,1,NULL),('PL_NONE','None',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_prospectlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_regions`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_regions`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_regions` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code_region` int(11) NOT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `cheflieu` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tncc` int(11) DEFAULT NULL,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `code_region` (`code_region`),
      +  UNIQUE KEY `uk_code_region` (`code_region`),
      +  KEY `idx_c_regions_fk_pays` (`fk_pays`)
      +) ENGINE=InnoDB AUTO_INCREMENT=23347 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_regions`
      +--
      +
      +LOCK TABLES `llx_c_regions` WRITE;
      +/*!40000 ALTER TABLE `llx_c_regions` DISABLE KEYS */;
      +INSERT INTO `llx_c_regions` VALUES (1,0,0,'0',0,'-',1),(101,1,1,'97105',3,'Guadeloupe',1),(102,2,1,'97209',3,'Martinique',1),(103,3,1,'97302',3,'Guyane',1),(104,4,1,'97411',3,'Réunion',1),(105,11,1,'75056',1,'Île-de-France',1),(106,21,1,'51108',0,'Champagne-Ardenne',1),(107,22,1,'80021',0,'Picardie',1),(108,23,1,'76540',0,'Haute-Normandie',1),(109,24,1,'45234',2,'Centre',1),(110,25,1,'14118',0,'Basse-Normandie',1),(111,26,1,'21231',0,'Bourgogne',1),(112,31,1,'59350',2,'Nord-Pas-de-Calais',1),(113,41,1,'57463',0,'Lorraine',1),(114,42,1,'67482',1,'Alsace',1),(115,43,1,'25056',0,'Franche-Comté',1),(116,52,1,'44109',4,'Pays de la Loire',1),(117,53,1,'35238',0,'Bretagne',1),(118,54,1,'86194',2,'Poitou-Charentes',1),(119,72,1,'33063',1,'Aquitaine',1),(120,73,1,'31555',0,'Midi-Pyrénées',1),(121,74,1,'87085',2,'Limousin',1),(122,82,1,'69123',2,'Rhône-Alpes',1),(123,83,1,'63113',1,'Auvergne',1),(124,91,1,'34172',2,'Languedoc-Roussillon',1),(125,93,1,'13055',0,'Provence-Alpes-Côte d\'Azur',1),(126,94,1,'2A004',0,'Corse',1),(201,201,2,'',1,'Flandre',1),(202,202,2,'',2,'Wallonie',1),(203,203,2,'',3,'Bruxelles-Capitale',1),(301,301,3,NULL,1,'Abruzzo',1),(302,302,3,NULL,1,'Basilicata',1),(303,303,3,NULL,1,'Calabria',1),(304,304,3,NULL,1,'Campania',1),(305,305,3,NULL,1,'Emilia-Romagna',1),(306,306,3,NULL,1,'Friuli-Venezia Giulia',1),(307,307,3,NULL,1,'Lazio',1),(308,308,3,NULL,1,'Liguria',1),(309,309,3,NULL,1,'Lombardia',1),(310,310,3,NULL,1,'Marche',1),(311,311,3,NULL,1,'Molise',1),(312,312,3,NULL,1,'Piemonte',1),(313,313,3,NULL,1,'Puglia',1),(314,314,3,NULL,1,'Sardegna',1),(315,315,3,NULL,1,'Sicilia',1),(316,316,3,NULL,1,'Toscana',1),(317,317,3,NULL,1,'Trentino-Alto Adige',1),(318,318,3,NULL,1,'Umbria',1),(319,319,3,NULL,1,'Valle d Aosta',1),(320,320,3,NULL,1,'Veneto',1),(401,401,4,'',0,'Andalucia',1),(402,402,4,'',0,'Aragón',1),(403,403,4,'',0,'Castilla y León',1),(404,404,4,'',0,'Castilla la Mancha',1),(405,405,4,'',0,'Canarias',1),(406,406,4,'',0,'Cataluña',1),(407,407,4,'',0,'Comunidad de Ceuta',1),(408,408,4,'',0,'Comunidad Foral de Navarra',1),(409,409,4,'',0,'Comunidad de Melilla',1),(410,410,4,'',0,'Cantabria',1),(411,411,4,'',0,'Comunidad Valenciana',1),(412,412,4,'',0,'Extemadura',1),(413,413,4,'',0,'Galicia',1),(414,414,4,'',0,'Islas Baleares',1),(415,415,4,'',0,'La Rioja',1),(416,416,4,'',0,'Comunidad de Madrid',1),(417,417,4,'',0,'Región de Murcia',1),(418,418,4,'',0,'Principado de Asturias',1),(419,419,4,'',0,'Pais Vasco',1),(601,601,6,'',1,'Cantons',1),(1001,1001,10,'',0,'Ariana',1),(1002,1002,10,'',0,'Béja',1),(1003,1003,10,'',0,'Ben Arous',1),(1004,1004,10,'',0,'Bizerte',1),(1005,1005,10,'',0,'Gabès',1),(1006,1006,10,'',0,'Gafsa',1),(1007,1007,10,'',0,'Jendouba',1),(1008,1008,10,'',0,'Kairouan',1),(1009,1009,10,'',0,'Kasserine',1),(1010,1010,10,'',0,'Kébili',1),(1011,1011,10,'',0,'La Manouba',1),(1012,1012,10,'',0,'Le Kef',1),(1013,1013,10,'',0,'Mahdia',1),(1014,1014,10,'',0,'Médenine',1),(1015,1015,10,'',0,'Monastir',1),(1016,1016,10,'',0,'Nabeul',1),(1017,1017,10,'',0,'Sfax',1),(1018,1018,10,'',0,'Sidi Bouzid',1),(1019,1019,10,'',0,'Siliana',1),(1020,1020,10,'',0,'Sousse',1),(1021,1021,10,'',0,'Tataouine',1),(1022,1022,10,'',0,'Tozeur',1),(1023,1023,10,'',0,'Tunis',1),(1024,1024,10,'',0,'Zaghouan',1),(1101,1101,11,'',0,'United-States',1),(1201,1201,12,'',0,'Tanger-Tétouan',1),(1202,1202,12,'',0,'Gharb-Chrarda-Beni Hssen',1),(1203,1203,12,'',0,'Taza-Al Hoceima-Taounate',1),(1204,1204,12,'',0,'L\'Oriental',1),(1205,1205,12,'',0,'Fès-Boulemane',1),(1206,1206,12,'',0,'Meknès-Tafialet',1),(1207,1207,12,'',0,'Rabat-Salé-Zemour-Zaër',1),(1208,1208,12,'',0,'Grand Cassablanca',1),(1209,1209,12,'',0,'Chaouia-Ouardigha',1),(1210,1210,12,'',0,'Doukahla-Adba',1),(1211,1211,12,'',0,'Marrakech-Tensift-Al Haouz',1),(1212,1212,12,'',0,'Tadla-Azilal',1),(1213,1213,12,'',0,'Sous-Massa-Drâa',1),(1214,1214,12,'',0,'Guelmim-Es Smara',1),(1215,1215,12,'',0,'Laâyoune-Boujdour-Sakia el Hamra',1),(1216,1216,12,'',0,'Oued Ed-Dahab Lagouira',1),(1301,1301,13,'',0,'Algerie',1),(2301,2301,23,'',0,'Norte',1),(2302,2302,23,'',0,'Litoral',1),(2303,2303,23,'',0,'Cuyana',1),(2304,2304,23,'',0,'Central',1),(2305,2305,23,'',0,'Patagonia',1),(2801,2801,28,'',0,'Australia',1),(4601,4601,46,'',0,'Barbados',1),(6701,6701,67,NULL,NULL,'Tarapacá',1),(6702,6702,67,NULL,NULL,'Antofagasta',1),(6703,6703,67,NULL,NULL,'Atacama',1),(6704,6704,67,NULL,NULL,'Coquimbo',1),(6705,6705,67,NULL,NULL,'Valparaíso',1),(6706,6706,67,NULL,NULL,'General Bernardo O Higgins',1),(6707,6707,67,NULL,NULL,'Maule',1),(6708,6708,67,NULL,NULL,'Biobío',1),(6709,6709,67,NULL,NULL,'Raucanía',1),(6710,6710,67,NULL,NULL,'Los Lagos',1),(6711,6711,67,NULL,NULL,'Aysén General Carlos Ibáñez del Campo',1),(6712,6712,67,NULL,NULL,'Magallanes y Antártica Chilena',1),(6713,6713,67,NULL,NULL,'Santiago',1),(6714,6714,67,NULL,NULL,'Los Ríos',1),(6715,6715,67,NULL,NULL,'Arica y Parinacota',1),(7001,7001,70,'',0,'Colombie',1),(8601,8601,86,NULL,NULL,'Central',1),(8602,8602,86,NULL,NULL,'Oriental',1),(8603,8603,86,NULL,NULL,'Occidental',1),(10201,10201,102,NULL,NULL,'??????',1),(10202,10202,102,NULL,NULL,'?????? ??????',1),(10203,10203,102,NULL,NULL,'???????? ?????????',1),(10204,10204,102,NULL,NULL,'?????',1),(10205,10205,102,NULL,NULL,'????????? ????????? ??? ?????',1),(10206,10206,102,NULL,NULL,'???????',1),(10207,10207,102,NULL,NULL,'????? ?????',1),(10208,10208,102,NULL,NULL,'?????? ??????',1),(10209,10209,102,NULL,NULL,'????????????',1),(10210,10210,102,NULL,NULL,'????? ??????',1),(10211,10211,102,NULL,NULL,'?????? ??????',1),(10212,10212,102,NULL,NULL,'????????',1),(10213,10213,102,NULL,NULL,'?????? ?????????',1),(11401,11401,114,'',0,'Honduras',1),(11701,11701,117,'',0,'India',1),(15201,15201,152,'',0,'Rivière Noire',1),(15202,15202,152,'',0,'Flacq',1),(15203,15203,152,'',0,'Grand Port',1),(15204,15204,152,'',0,'Moka',1),(15205,15205,152,'',0,'Pamplemousses',1),(15206,15206,152,'',0,'Plaines Wilhems',1),(15207,15207,152,'',0,'Port-Louis',1),(15208,15208,152,'',0,'Rivière du Rempart',1),(15209,15209,152,'',0,'Savanne',1),(15210,15210,152,'',0,'Rodrigues',1),(15211,15211,152,'',0,'Les îles Agaléga',1),(15212,15212,152,'',0,'Les écueils des Cargados Carajos',1),(15401,15401,154,'',0,'Mexique',1),(23201,23201,232,'',0,'Los Andes',1),(23202,23202,232,'',0,'Capital',1),(23203,23203,232,'',0,'Central',1),(23204,23204,232,'',0,'Cento Occidental',1),(23205,23205,232,'',0,'Guayana',1),(23206,23206,232,'',0,'Insular',1),(23207,23207,232,'',0,'Los Llanos',1),(23208,23208,232,'',0,'Nor-Oriental',1),(23209,23209,232,'',0,'Zuliana',1),(23215,6,1,'97601',3,'Mayotte',1),(23280,420,4,'',0,'Otros',1),(23281,501,5,'',0,'Deutschland',1),(23296,701,7,'',0,'England',1),(23297,702,7,'',0,'Wales',1),(23298,703,7,'',0,'Scotland',1),(23299,704,7,'',0,'Northern Ireland',1),(23325,1401,14,'',0,'Canada',1),(23326,1701,17,'',0,'Provincies van Nederland ',1),(23333,5601,56,'',0,'Brasil',1),(23334,5201,52,'',0,'Chuquisaca',1),(23335,5202,52,'',0,'La Paz',1),(23336,5203,52,'',0,'Cochabamba',1),(23337,5204,52,'',0,'Oruro',1),(23338,5205,52,'',0,'Potosí',1),(23339,5206,52,'',0,'Tarija',1),(23340,5207,52,'',0,'Santa Cruz',1),(23341,5208,52,'',0,'El Beni',1),(23342,5209,52,'',0,'Pando',1),(23343,4101,41,'',0,'Österreich',1),(23344,17801,178,'',0,'Panama',1),(23345,22701,227,'',0,'United Arab Emirates',1),(23346,11801,118,'',0,'Indonesia',1);
      +/*!40000 ALTER TABLE `llx_c_regions` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_revenuestamp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_revenuestamp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_revenuestamp` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_pays` int(11) NOT NULL,
      +  `taux` double NOT NULL,
      +  `note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `revenuestamp_type` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fixed',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_revenuestamp`
      +--
      +
      +LOCK TABLES `llx_c_revenuestamp` WRITE;
      +/*!40000 ALTER TABLE `llx_c_revenuestamp` DISABLE KEYS */;
      +INSERT INTO `llx_c_revenuestamp` VALUES (101,10,0.4,'Revenue stamp tunisia',1,NULL,NULL,'fixed');
      +/*!40000 ALTER TABLE `llx_c_revenuestamp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_shipment_mode`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_shipment_mode`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_shipment_mode` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tracking` varchar(256) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) DEFAULT '0',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_shipment_mode`
      +--
      +
      +LOCK TABLES `llx_c_shipment_mode` WRITE;
      +/*!40000 ALTER TABLE `llx_c_shipment_mode` DISABLE KEYS */;
      +INSERT INTO `llx_c_shipment_mode` VALUES (1,'2010-10-09 23:43:16','CATCH','Catch','Catch by client','',1,NULL),(2,'2010-10-09 23:43:16','TRANS','Transporter','Generic transporter','',1,NULL),(3,'2010-10-09 23:43:16','COLSUI','Colissimo Suivi','Colissimo Suivi','',0,NULL),(4,'2011-07-18 17:28:27','LETTREMAX','Lettre Max','Courrier Suivi et Lettre Max','',0,NULL),(9,'2013-02-24 01:48:18','UPS','UPS','United Parcel Service','http://wwwapps.ups.com/etracking/tracking.cgi?InquiryNumber2=&InquiryNumber3=&tracknums_displayed=3&loc=fr_FR&TypeOfInquiryNumber=T&HTMLVersion=4.0&InquiryNumber22=&InquiryNumber32=&track=Track&Suivi.x=64&Suivi.y=7&Suivi=Valider&InquiryNumber1={TRACKID}',0,NULL),(10,'2013-02-24 01:48:18','KIALA','KIALA','Relais Kiala','http://www.kiala.fr/tnt/delivery/{TRACKID}',0,NULL),(11,'2013-02-24 01:48:18','GLS','GLS','General Logistics Systems','http://www.gls-group.eu/276-I-PORTAL-WEB/content/GLS/FR01/FR/5004.htm?txtAction=71000&txtRefNo={TRACKID}',0,NULL),(12,'2013-02-24 01:48:18','CHRONO','Chronopost','Chronopost','http://www.chronopost.fr/expedier/inputLTNumbersNoJahia.do?listeNumeros={TRACKID}',0,NULL);
      +/*!40000 ALTER TABLE `llx_c_shipment_mode` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_stcomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_stcomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_stcomm` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `picto` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_stcomm` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_stcomm`
      +--
      +
      +LOCK TABLES `llx_c_stcomm` WRITE;
      +/*!40000 ALTER TABLE `llx_c_stcomm` DISABLE KEYS */;
      +INSERT INTO `llx_c_stcomm` VALUES (-1,'ST_NO','Do not contact',1,NULL),(0,'ST_NEVER','Never contacted',1,NULL),(1,'ST_TODO','To contact',1,NULL),(2,'ST_PEND','Contact in progress',1,NULL),(3,'ST_DONE','Contacted',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_stcomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_category`
      +--
      +
      +LOCK TABLES `llx_c_ticket_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_category` VALUES (1,1,'OTHER','10','Other',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_severity`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_severity`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_severity` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `color` varchar(10) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_severity`
      +--
      +
      +LOCK TABLES `llx_c_ticket_severity` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_severity` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_severity` VALUES (1,1,'LOW','10','Low','',1,0,NULL),(2,1,'NORMAL','20','Normal','',1,1,NULL),(3,1,'HIGH','30','High','',1,0,NULL),(4,1,'BLOCKING','40','Critical / blocking','',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_severity` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_type`
      +--
      +
      +LOCK TABLES `llx_c_ticket_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_type` VALUES (1,1,'COM','10','Commercial question',1,1,NULL),(2,1,'ISSUE','20','Issue or problem',1,0,NULL),(3,1,'REQUEST','25','Change or enhancement request',1,0,NULL),(4,1,'PROJECT','30','Project',0,0,NULL),(5,1,'OTHER','40','Other',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_category`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_category` VALUES (1,1,'OTHER','10','Other',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_severity`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_severity`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_severity` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `color` varchar(10) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_severity`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_severity` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_severity` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_severity` VALUES (1,1,'LOW','10','Low','',1,0,NULL),(2,1,'NORMAL','20','Normal','',1,1,NULL),(3,1,'HIGH','30','High','',1,0,NULL),(4,1,'BLOCKING','40','Critical / blocking','',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_severity` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_type`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_type` VALUES (1,1,'COM','10','Commercial question',1,1,NULL),(2,1,'ISSUE','20','Issue or problem',1,0,NULL),(3,1,'REQUEST','25','Change or enhancement request',1,0,NULL),(4,1,'PROJECT','30','Project',1,0,NULL),(5,1,'OTHER','40','Other',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_tva`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_tva`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_tva` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_pays` int(11) NOT NULL,
      +  `code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `taux` double NOT NULL,
      +  `localtax1` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_tva_id` (`fk_pays`,`code`,`taux`,`recuperableonly`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2477 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_tva`
      +--
      +
      +LOCK TABLES `llx_c_tva` WRITE;
      +/*!40000 ALTER TABLE `llx_c_tva` DISABLE KEYS */;
      +INSERT INTO `llx_c_tva` VALUES (11,1,'',20,NULL,'0',NULL,'0',0,'VAT standard rate (France hors DOM-TOM)',1,NULL,NULL),(12,1,'',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(13,1,'',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(14,1,'',5.5,NULL,'0',NULL,'0',0,'VAT reduced rate (France hors DOM-TOM)',1,NULL,NULL),(15,1,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(16,1,'',2.1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(17,1,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(21,2,'',21,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(22,2,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(23,2,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(24,2,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(31,3,'',21,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(32,3,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(33,3,'',4,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(34,3,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(41,4,'',21,'5.2','3','-19:-15:-9','5',0,'VAT standard rate',1,NULL,NULL),(42,4,'',10,'1.4','3','-19:-15:-9','5',0,'VAT reduced rate',1,NULL,NULL),(43,4,'',4,'0.5','3','-19:-15:-9','5',0,'VAT super-reduced rate',1,NULL,NULL),(44,4,'',0,'0','3','-19:-15:-9','5',0,'VAT Rate 0',1,NULL,NULL),(51,5,'',19,NULL,'0',NULL,'0',0,'allgemeine Ust.',1,NULL,NULL),(52,5,'',7,NULL,'0',NULL,'0',0,'ermäßigte USt.',1,NULL,NULL),(53,5,'',0,NULL,'0',NULL,'0',0,'keine USt.',1,NULL,NULL),(54,5,'',5.5,NULL,'0',NULL,'0',0,'USt. Forst',0,NULL,NULL),(55,5,'',10.7,NULL,'0',NULL,'0',0,'USt. Landwirtschaft',0,NULL,NULL),(61,6,'',8,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(62,6,'',3.8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(63,6,'',2.5,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(64,6,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(71,7,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(72,7,'',17.5,NULL,'0',NULL,'0',0,'VAT standard rate before 2011',1,NULL,NULL),(73,7,'',5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(74,7,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(81,8,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(82,8,'',23,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(83,8,'',13.5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(84,8,'',9,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(85,8,'',4.8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(91,9,'',17,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(92,9,'',13,NULL,'0',NULL,'0',0,'VAT reduced rate 0',1,NULL,NULL),(93,9,'',3,NULL,'0',NULL,'0',0,'VAT super reduced rate 0',1,NULL,NULL),(94,9,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(101,10,'',6,'1','4','0','0',0,'VAT 6%',1,NULL,NULL),(102,10,'',12,'1','4','0','0',0,'VAT 12%',1,NULL,NULL),(103,10,'',18,'1','4','0','0',0,'VAT 18%',1,NULL,NULL),(104,10,'',7.5,'1','4','0','0',0,'VAT 6% Majoré à 25% (7.5%)',1,NULL,NULL),(105,10,'',15,'1','4','0','0',0,'VAT 12% Majoré à 25% (15%)',1,NULL,NULL),(106,10,'',22.5,'1','4','0','0',0,'VAT 18% Majoré à 25% (22.5%)',1,NULL,NULL),(107,10,'',0,'1','4','0','0',0,'VAT Rate 0',1,NULL,NULL),(111,11,'',0,NULL,'0',NULL,'0',0,'No Sales Tax',1,NULL,NULL),(112,11,'',4,NULL,'0',NULL,'0',0,'Sales Tax 4%',1,NULL,NULL),(113,11,'',6,NULL,'0',NULL,'0',0,'Sales Tax 6%',1,NULL,NULL),(121,12,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(122,12,'',14,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(123,12,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(124,12,'',7,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(125,12,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(141,14,'',7,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(142,14,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(143,14,'',5,'9.975','1',NULL,'0',0,'GST/TPS and PST/TVQ rate for Province',1,NULL,NULL),(171,17,'',19,NULL,'0',NULL,'0',0,'Algemeen BTW tarief',1,NULL,NULL),(172,17,'',6,NULL,'0',NULL,'0',0,'Verlaagd BTW tarief',1,NULL,NULL),(173,17,'',0,NULL,'0',NULL,'0',0,'0 BTW tarief',1,NULL,NULL),(174,17,'',21,NULL,'0',NULL,'0',0,'Algemeen BTW tarief (vanaf 1 oktober 2012)',0,NULL,NULL),(201,20,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(202,20,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(203,20,'',6,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(204,20,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(211,21,'',0,'0','0','0','0',0,'IVA Rate 0',1,NULL,NULL),(212,21,'',18,'7.5','2','0','0',0,'IVA standard rate',1,NULL,NULL),(221,22,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(222,22,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(223,22,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(231,23,'',21,NULL,'0',NULL,'0',0,'IVA standard rate',1,NULL,NULL),(232,23,'',10.5,NULL,'0',NULL,'0',0,'IVA reduced rate',1,NULL,NULL),(233,23,'',0,NULL,'0',NULL,'0',0,'IVA Rate 0',1,NULL,NULL),(241,24,'',19.25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(242,24,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(251,25,'',23,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(252,25,'',13,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(253,25,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(254,25,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(261,26,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(271,27,'',19.6,NULL,'0',NULL,'0',0,'VAT standard rate (France hors DOM-TOM)',1,NULL,NULL),(272,27,'',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(273,27,'',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(274,27,'',5.5,NULL,'0',NULL,'0',0,'VAT reduced rate (France hors DOM-TOM)',0,NULL,NULL),(275,27,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(276,27,'',2.1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(277,27,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(281,28,'',10,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(282,28,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(411,41,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(412,41,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(413,41,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(461,46,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(462,46,'',15,NULL,'0',NULL,'0',0,'VAT 15%',1,NULL,NULL),(463,46,'',7.5,NULL,'0',NULL,'0',0,'VAT 7.5%',1,NULL,NULL),(561,56,'',0,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(591,59,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(592,59,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(593,59,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(671,67,'',19,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(672,67,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(801,80,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(802,80,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(861,86,'',13,NULL,'0',NULL,'0',0,'IVA 13',1,NULL,NULL),(862,86,'',0,NULL,'0',NULL,'0',0,'SIN IVA',1,NULL,NULL),(1141,114,'',0,NULL,'0',NULL,'0',0,'No ISV',1,NULL,NULL),(1142,114,'',12,NULL,'0',NULL,'0',0,'ISV 12%',1,NULL,NULL),(1161,116,'',25.5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1162,116,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1163,116,'',0,NULL,'0',NULL,'0',0,'VAT rate 0',1,NULL,NULL),(1171,117,'',12.5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1172,117,'',4,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1173,117,'',1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1174,117,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1176,117,'CGST+SGST',0,'9','1','9','1',0,'CGST+SGST - Same state sales',1,NULL,NULL),(1177,117,'IGST',18,'0','0','0','0',0,'IGST',1,NULL,NULL),(1231,123,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1232,123,'',5,NULL,'0',NULL,'0',0,'VAT Rate 5',1,NULL,NULL),(1401,140,'',15,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1402,140,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1403,140,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1404,140,'',3,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1405,140,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1481,148,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1482,148,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1483,148,'',5,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1484,148,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1511,151,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1512,151,'',14,NULL,'0',NULL,'0',0,'VAT Rate 14',1,NULL,NULL),(1521,152,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1522,152,'',15,NULL,'0',NULL,'0',0,'VAT Rate 15',1,NULL,NULL),(1541,154,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(1542,154,'',16,NULL,'0',NULL,'0',0,'VAT 16%',1,NULL,NULL),(1543,154,'',10,NULL,'0',NULL,'0',0,'VAT Frontero',1,NULL,NULL),(1662,166,'',15,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1663,166,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1692,169,'',5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1693,169,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1731,173,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1732,173,'',14,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1733,173,'',8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1734,173,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1781,178,'',7,NULL,'0',NULL,'0',0,'ITBMS standard rate',1,NULL,NULL),(1782,178,'',0,NULL,'0',NULL,'0',0,'ITBMS Rate 0',1,NULL,NULL),(1811,181,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1812,181,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1841,184,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1842,184,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1843,184,'',3,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1844,184,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1881,188,'',24,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1882,188,'',9,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1883,188,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1884,188,'',5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1931,193,'',0,NULL,'0',NULL,'0',0,'No VAT in SPM',1,NULL,NULL),(2011,201,'',19,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(2012,201,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(2013,201,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2021,202,'',22,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(2022,202,'',9.5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(2023,202,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2051,205,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(2052,205,'',14,NULL,'0',NULL,'0',0,'VAT 14%',1,NULL,NULL),(2131,213,'',5,NULL,'0',NULL,'0',0,'VAT 5%',1,NULL,NULL),(2261,226,'',20,NULL,'0',NULL,'0',0,'VAT standart rate',1,NULL,NULL),(2262,226,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2321,232,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(2322,232,'',12,NULL,'0',NULL,'0',0,'VAT 12%',1,NULL,NULL),(2323,232,'',8,NULL,'0',NULL,'0',0,'VAT 8%',1,NULL,NULL),(2461,246,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2462,102,'',23,'0','0','0','0',0,'Κανονικός Φ.Π.Α.',1,NULL,NULL),(2463,102,'',0,'0','0','0','0',0,'Μηδενικό Φ.Π.Α.',1,NULL,NULL),(2464,102,'',13,'0','0','0','0',0,'Μειωμένος Φ.Π.Α.',1,NULL,NULL),(2465,102,'',6.5,'0','0','0','0',0,'Υπερμειωμένος Φ.Π.Α.',1,NULL,NULL),(2466,102,'',16,'0','0','0','0',0,'Νήσων κανονικός Φ.Π.Α.',1,NULL,NULL),(2467,102,'',9,'0','0','0','0',0,'Νήσων μειωμένος Φ.Π.Α.',1,NULL,NULL),(2468,102,'',5,'0','0','0','0',0,'Νήσων υπερμειωμένος Φ.Π.Α.',1,NULL,NULL),(2469,1,'85',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(2470,1,'85NPR',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(2471,1,'85NPROM',8.5,'2','3',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), NPR, Octroi de Mer',0,NULL,NULL),(2472,1,'85NPROMOMR',8.5,'2','3','2.5','3',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), NPR, Octroi de Mer et Octroi de Mer Regional',0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_tva` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_contact` (
      +  `rowid` int(11) NOT NULL,
      +  `element` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `source` varchar(8) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'external',
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_contact_id` (`element`,`source`,`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_contact`
      +--
      +
      +LOCK TABLES `llx_c_type_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_contact` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_contact` VALUES (10,'contrat','internal','SALESREPSIGN','Commercial signataire du contrat',1,NULL,0),(11,'contrat','internal','SALESREPFOLL','Commercial suivi du contrat',1,NULL,0),(20,'contrat','external','BILLING','Contact client facturation contrat',1,NULL,0),(21,'contrat','external','CUSTOMER','Contact client suivi contrat',1,NULL,0),(22,'contrat','external','SALESREPSIGN','Contact client signataire contrat',1,NULL,0),(31,'propal','internal','SALESREPFOLL','Commercial à l\'origine de la propale',1,NULL,0),(40,'propal','external','BILLING','Contact client facturation propale',1,NULL,0),(41,'propal','external','CUSTOMER','Contact client suivi propale',1,NULL,0),(42,'propal','external','SHIPPING','Customer contact for delivery',1,NULL,0),(50,'facture','internal','SALESREPFOLL','Responsable suivi du paiement',1,NULL,0),(60,'facture','external','BILLING','Contact client facturation',1,NULL,0),(61,'facture','external','SHIPPING','Contact client livraison',1,NULL,0),(62,'facture','external','SERVICE','Contact client prestation',1,NULL,0),(70,'invoice_supplier','internal','SALESREPFOLL','Responsable suivi du paiement',1,NULL,0),(71,'invoice_supplier','external','BILLING','Contact fournisseur facturation',1,NULL,0),(72,'invoice_supplier','external','SHIPPING','Contact fournisseur livraison',1,NULL,0),(73,'invoice_supplier','external','SERVICE','Contact fournisseur prestation',1,NULL,0),(80,'agenda','internal','ACTOR','Responsable',1,NULL,0),(81,'agenda','internal','GUEST','Guest',1,NULL,0),(85,'agenda','external','ACTOR','Responsable',1,NULL,0),(86,'agenda','external','GUEST','Guest',1,NULL,0),(91,'commande','internal','SALESREPFOLL','Responsable suivi de la commande',1,NULL,0),(100,'commande','external','BILLING','Contact client facturation commande',1,NULL,0),(101,'commande','external','CUSTOMER','Contact client suivi commande',1,NULL,0),(102,'commande','external','SHIPPING','Contact client livraison commande',1,NULL,0),(120,'fichinter','internal','INTERREPFOLL','Responsable suivi de l\'intervention',1,NULL,0),(121,'fichinter','internal','INTERVENING','Intervenant',1,NULL,0),(130,'fichinter','external','BILLING','Contact client facturation intervention',1,NULL,0),(131,'fichinter','external','CUSTOMER','Contact client suivi de l\'intervention',1,NULL,0),(140,'order_supplier','internal','SALESREPFOLL','Responsable suivi de la commande',1,NULL,0),(141,'order_supplier','internal','SHIPPING','Responsable réception de la commande',1,NULL,0),(142,'order_supplier','external','BILLING','Contact fournisseur facturation commande',1,NULL,0),(143,'order_supplier','external','CUSTOMER','Contact fournisseur suivi commande',1,NULL,0),(145,'order_supplier','external','SHIPPING','Contact fournisseur livraison commande',1,NULL,0),(150,'dolresource','internal','USERINCHARGE','In charge of resource',1,NULL,0),(151,'dolresource','external','THIRDINCHARGE','In charge of resource',1,NULL,0),(155,'ticket','internal','SUPPORTTEC','Utilisateur contact support',1,NULL,0),(156,'ticket','internal','CONTRIBUTOR','Intervenant',1,NULL,0),(157,'ticket','external','SUPPORTCLI','Contact client suivi incident',1,NULL,0),(158,'ticket','external','CONTRIBUTOR','Intervenant',1,NULL,0),(160,'project','internal','PROJECTLEADER','Chef de Projet',1,NULL,0),(161,'project','internal','PROJECTCONTRIBUTOR','Intervenant',1,NULL,0),(170,'project','external','PROJECTLEADER','Chef de Projet',1,NULL,0),(171,'project','external','PROJECTCONTRIBUTOR','Intervenant',1,NULL,0),(180,'project_task','internal','TASKEXECUTIVE','Responsable',1,NULL,0),(181,'project_task','internal','TASKCONTRIBUTOR','Intervenant',1,NULL,0),(190,'project_task','external','TASKEXECUTIVE','Responsable',1,NULL,0),(191,'project_task','external','TASKCONTRIBUTOR','Intervenant',1,NULL,0),(200,'societe','external','GENERALREF','Généraliste (référent)',0,'cabinetmed',0),(201,'societe','external','GENERALISTE','Généraliste',0,'cabinetmed',0),(210,'societe','external','SPECCHIROR','Chirurgien ortho',0,'cabinetmed',0),(211,'societe','external','SPECCHIROT','Chirurgien autre',0,'cabinetmed',0),(220,'societe','external','SPECDERMA','Dermatologue',0,'cabinetmed',0),(225,'societe','external','SPECENDOC','Endocrinologue',0,'cabinetmed',0),(230,'societe','external','SPECGYNECO','Gynécologue',0,'cabinetmed',0),(240,'societe','external','SPECGASTRO','Gastroantérologue',0,'cabinetmed',0),(245,'societe','external','SPECINTERNE','Interniste',0,'cabinetmed',0),(250,'societe','external','SPECCARDIO','Cardiologue',0,'cabinetmed',0),(260,'societe','external','SPECNEPHRO','Néphrologue',0,'cabinetmed',0),(263,'societe','external','SPECPNEUMO','Pneumologue',0,'cabinetmed',0),(265,'societe','external','SPECNEURO','Neurologue',0,'cabinetmed',0),(270,'societe','external','SPECRHUMATO','Rhumatologue',0,'cabinetmed',0),(280,'societe','external','KINE','Kinésithérapeute',0,'cabinetmed',0);
      +/*!40000 ALTER TABLE `llx_c_type_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_container`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_container`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_container` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(64) NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_container_id` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_container`
      +--
      +
      +LOCK TABLES `llx_c_type_container` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_container` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_container` VALUES (2,'page',1,'Page',1,'system'),(3,'banner',1,'Banner',1,'system'),(4,'blogpost',1,'BlogPost',1,'system'),(5,'other',1,'Other',1,'system');
      +/*!40000 ALTER TABLE `llx_c_type_container` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_fees`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_fees`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_fees` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  `type` int(11) DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_type_fees` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_fees`
      +--
      +
      +LOCK TABLES `llx_c_type_fees` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_fees` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_fees` VALUES (1,'TF_OTHER','Other','705',1,NULL,0,0),(2,'TF_TRIP','Trip',NULL,1,NULL,0,0),(3,'TF_LUNCH','Lunch',NULL,1,NULL,0,0),(4,'EX_KME','ExpLabelKm','625100',1,NULL,0,0),(5,'EX_FUE','ExpLabelFuelCV','606150',0,NULL,0,0),(6,'EX_HOT','ExpLabelHotel','625160',0,NULL,0,0),(7,'EX_PAR','ExpLabelParkingCV','625160',0,NULL,0,0),(8,'EX_TOL','ExpLabelTollCV','625160',0,NULL,0,0),(9,'EX_TAX','ExpLabelVariousTaxes','637800',0,NULL,0,0),(10,'EX_IND','ExpLabelIndemnityTranspSub','648100',0,NULL,0,0),(11,'EX_SUM','ExpLabelMaintenanceSupply','606300',0,NULL,0,0),(12,'EX_SUO','ExpLabelOfficeSupplies','606400',0,NULL,0,0),(13,'EX_CAR','ExpLabelCarRental','613000',0,NULL,0,0),(14,'EX_DOC','ExpLabelDocumentation','618100',0,NULL,0,0),(15,'EX_CUR','ExpLabelCustomersReceiving','625710',0,NULL,0,0),(16,'EX_OTR','ExpLabelOtherReceiving','625700',0,NULL,0,0),(17,'EX_POS','ExpLabelPostage','626100',0,NULL,0,0),(18,'EX_CAM','ExpLabelMaintenanceRepairCV','615300',0,NULL,0,0),(19,'EX_EMM','ExpLabelEmployeesMeal','625160',0,NULL,0,0),(20,'EX_GUM','ExpLabelGuestsMeal','625160',0,NULL,0,0),(21,'EX_BRE','ExpLabelBreakfast','625160',0,NULL,0,0),(22,'EX_FUE_VP','ExpLabelFuelPV','606150',0,NULL,0,0),(23,'EX_TOL_VP','ExpLabelTollPV','625160',0,NULL,0,0),(24,'EX_PAR_VP','ExpLabelParkingPV','625160',0,NULL,0,0),(25,'EX_CAM_VP','ExpLabelMaintenanceRepairPV','615300',0,NULL,0,0);
      +/*!40000 ALTER TABLE `llx_c_type_fees` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_resource`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_resource`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_resource` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_resource_id` (`label`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_resource`
      +--
      +
      +LOCK TABLES `llx_c_type_resource` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_resource` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_resource` VALUES (1,'RES_ROOMS','Rooms',1),(2,'RES_CARS','Cars',1);
      +/*!40000 ALTER TABLE `llx_c_type_resource` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_typent`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_typent`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_typent` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_typent` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_typent`
      +--
      +
      +LOCK TABLES `llx_c_typent` WRITE;
      +/*!40000 ALTER TABLE `llx_c_typent` DISABLE KEYS */;
      +INSERT INTO `llx_c_typent` VALUES (0,'TE_UNKNOWN','-',NULL,1,NULL,0),(1,'TE_STARTUP','Start-up',NULL,1,NULL,0),(2,'TE_GROUP','Grand groupe',NULL,1,NULL,0),(3,'TE_MEDIUM','PME/PMI',NULL,1,NULL,0),(4,'TE_SMALL','TPE',NULL,1,NULL,0),(5,'TE_ADMIN','Administration',NULL,1,NULL,0),(6,'TE_WHOLE','Grossiste',NULL,1,NULL,0),(7,'TE_RETAIL','Revendeur',NULL,1,NULL,0),(8,'TE_PRIVATE','Particulier',NULL,1,NULL,0),(100,'TE_OTHER','Autres',NULL,1,NULL,0),(101,'TE_HOMME','Homme',NULL,0,'cabinetmed',0),(102,'TE_FEMME','Femme',NULL,0,'cabinetmed',0),(231,'TE_A_RI','Responsable Inscripto',23,1,NULL,0),(232,'TE_B_RNI','Responsable No Inscripto',23,1,NULL,0),(233,'TE_C_FE','Consumidor Final/Exento',23,1,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_typent` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_units`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_units`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_units` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `short_label` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_units_code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_units`
      +--
      +
      +LOCK TABLES `llx_c_units` WRITE;
      +/*!40000 ALTER TABLE `llx_c_units` DISABLE KEYS */;
      +INSERT INTO `llx_c_units` VALUES (1,'P','piece','p',1),(2,'SET','set','se',1),(3,'S','second','s',1),(4,'H','hour','h',1),(5,'D','day','d',1),(6,'KG','kilogram','kg',1),(7,'G','gram','g',1),(8,'M','meter','m',1),(9,'LM','linear meter','lm',1),(10,'M2','square meter','m2',1),(11,'M3','cubic meter','m3',1),(12,'L','liter','l',1);
      +/*!40000 ALTER TABLE `llx_c_units` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ziptown`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ziptown`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ziptown` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_county` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL DEFAULT '0',
      +  `zip` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `town` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ziptown_fk_pays` (`zip`,`town`,`fk_pays`),
      +  KEY `idx_c_ziptown_fk_county` (`fk_county`),
      +  KEY `idx_c_ziptown_fk_pays` (`fk_pays`),
      +  KEY `idx_c_ziptown_zip` (`zip`),
      +  CONSTRAINT `fk_c_ziptown_fk_county` FOREIGN KEY (`fk_county`) REFERENCES `llx_c_departements` (`rowid`),
      +  CONSTRAINT `fk_c_ziptown_fk_pays` FOREIGN KEY (`fk_pays`) REFERENCES `llx_c_country` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ziptown`
      +--
      +
      +LOCK TABLES `llx_c_ziptown` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ziptown` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_ziptown` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_parent` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` tinyint(4) NOT NULL DEFAULT '1',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `visible` tinyint(4) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `color` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_categorie_ref` (`entity`,`fk_parent`,`label`,`type`),
      +  KEY `idx_categorie_type` (`type`),
      +  KEY `idx_categorie_label` (`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie`
      +--
      +
      +LOCK TABLES `llx_categorie` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie` DISABLE KEYS */;
      +INSERT INTO `llx_categorie` VALUES (1,0,'Preferred Partners',1,1,'This category is used to tag suppliers that are Prefered Partners',NULL,0,NULL,'005fbf'),(2,0,'MyCategory',1,1,'This is description of MyCategory for customer and prospects<br />',NULL,0,NULL,NULL),(3,7,'Hot products',1,1,'This is description of hot products<br />',NULL,0,NULL,NULL),(4,0,'Merchant',1,1,'Category dedicated to merchant third parties',NULL,0,NULL,'bf5f00'),(5,7,'Bio Fairtrade',0,1,'',NULL,0,NULL,NULL),(6,7,'Bio AB',0,1,'',NULL,0,NULL,NULL),(7,9,'Bio',0,1,'This product is a BIO product',NULL,0,NULL,NULL),(8,7,'Bio Dynamic',0,1,'',NULL,0,NULL,NULL),(9,0,'High Quality Product',0,1,'Label dedicated for High quality products',NULL,0,NULL,'7f7f00'),(10,0,'Reserved for VIP',0,1,'Product of thi category are reserved to VIP customers',NULL,0,NULL,'7f0000'),(11,9,'ISO',0,1,'Product of this category has an ISO label',NULL,0,NULL,NULL),(12,0,'VIP',2,1,'',NULL,0,NULL,'bf5f00'),(13,0,'Region North',2,1,'Customer of North Region',NULL,0,NULL,'7f007f'),(14,0,'Regular customer',2,1,'',NULL,0,NULL,'5fbf00'),(15,13,'Region North A',2,1,'',NULL,0,NULL,'bf00bf'),(17,0,'MyTag1',4,1,'',NULL,0,NULL,NULL),(18,0,'Met during meeting',4,1,'',NULL,0,NULL,'ff7f00'),(19,17,'MySubTag1',4,1,'',NULL,0,NULL,NULL),(20,13,'Region North B',2,1,'',NULL,0,NULL,'bf005f'),(21,0,'Region South',2,1,'',NULL,0,NULL,NULL),(22,21,'Region South A',2,1,'',NULL,0,NULL,NULL),(23,21,'Region South B',2,1,'',NULL,0,NULL,NULL),(24,0,'Limited Edition',0,1,'This is a limited edition',NULL,0,NULL,'ff7f00'),(25,0,'Imported products',0,1,'For product we have to import from another country',NULL,0,NULL,NULL),(26,28,'Friends',4,1,'Category of friends contact',NULL,0,NULL,'00bf00'),(27,28,'Family',4,1,'Category of family contacts',NULL,0,NULL,'007f3f'),(28,0,'Personal contacts',4,1,'For personal contacts',NULL,0,NULL,'007f3f'),(29,0,'Online only merchant',1,1,'',NULL,0,NULL,'aaaaff'),(30,0,'ppp',6,1,'ppp',NULL,0,NULL,'ff5656');
      +/*!40000 ALTER TABLE `llx_categorie` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_account` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_account` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_account`),
      +  KEY `idx_categorie_account_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_account_fk_account` (`fk_account`),
      +  CONSTRAINT `fk_categorie_account_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_account_fk_account` FOREIGN KEY (`fk_account`) REFERENCES `llx_bank_account` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_account`
      +--
      +
      +LOCK TABLES `llx_categorie_account` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_account` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_association`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_association`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_association` (
      +  `fk_categorie_mere` int(11) NOT NULL,
      +  `fk_categorie_fille` int(11) NOT NULL,
      +  UNIQUE KEY `uk_categorie_association` (`fk_categorie_mere`,`fk_categorie_fille`),
      +  UNIQUE KEY `uk_categorie_association_fk_categorie_fille` (`fk_categorie_fille`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_association`
      +--
      +
      +LOCK TABLES `llx_categorie_association` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_association` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_association` VALUES (3,5),(9,11);
      +/*!40000 ALTER TABLE `llx_categorie_association` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_contact` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_socpeople` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_socpeople`),
      +  KEY `idx_categorie_contact_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_contact_fk_socpeople` (`fk_socpeople`),
      +  CONSTRAINT `fk_categorie_contact_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_contact_fk_socpeople` FOREIGN KEY (`fk_socpeople`) REFERENCES `llx_socpeople` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_contact`
      +--
      +
      +LOCK TABLES `llx_categorie_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_contact` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_contact` VALUES (18,3,NULL),(18,6,NULL),(19,6,NULL),(26,9,NULL),(27,7,NULL),(27,8,NULL),(27,10,NULL),(28,11,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_fournisseur` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_soc`),
      +  KEY `idx_categorie_fournisseur_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_fournisseur_fk_societe` (`fk_soc`),
      +  CONSTRAINT `fk_categorie_fournisseur_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_fournisseur_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_fournisseur`
      +--
      +
      +LOCK TABLES `llx_categorie_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_fournisseur` VALUES (1,2,NULL),(1,10,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_lang`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_lang`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_lang` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_category` int(11) NOT NULL DEFAULT '0',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_category_lang` (`fk_category`,`lang`),
      +  CONSTRAINT `fk_category_lang_fk_category` FOREIGN KEY (`fk_category`) REFERENCES `llx_categorie` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_lang`
      +--
      +
      +LOCK TABLES `llx_categorie_lang` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_lang` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_lang` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_member`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_member`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_member` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_member` int(11) NOT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_member`),
      +  KEY `idx_categorie_member_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_member_fk_member` (`fk_member`),
      +  CONSTRAINT `fk_categorie_member_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_member_member_rowid` FOREIGN KEY (`fk_member`) REFERENCES `llx_adherent` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_member`
      +--
      +
      +LOCK TABLES `llx_categorie_member` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_member` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_member` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_product` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_product`),
      +  KEY `idx_categorie_product_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_product_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_categorie_product_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_product_product_rowid` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_product`
      +--
      +
      +LOCK TABLES `llx_categorie_product` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_product` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_product` VALUES (5,2,NULL),(6,2,NULL),(8,4,NULL),(9,5,NULL),(9,12,NULL),(10,3,NULL),(10,4,NULL),(24,1,NULL),(24,11,NULL),(25,10,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_project`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_project`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_project` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_project` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_project`),
      +  KEY `idx_categorie_project_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_project_fk_project` (`fk_project`),
      +  CONSTRAINT `fk_categorie_project_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_project_fk_project` FOREIGN KEY (`fk_project`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_categorie_project_fk_project_rowid` FOREIGN KEY (`fk_project`) REFERENCES `llx_projet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_project`
      +--
      +
      +LOCK TABLES `llx_categorie_project` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_project` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_project` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_societe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_societe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_societe` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_soc`),
      +  KEY `idx_categorie_societe_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_societe_fk_societe` (`fk_soc`),
      +  CONSTRAINT `fk_categorie_societe_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_societe_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_societe`
      +--
      +
      +LOCK TABLES `llx_categorie_societe` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_societe` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_societe` VALUES (12,10,NULL),(12,11,NULL),(14,11,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_societe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_user` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_user`),
      +  KEY `idx_categorie_user_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_user_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_categorie_user_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_user_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_user`
      +--
      +
      +LOCK TABLES `llx_categorie_user` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_user` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categories_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categories_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categories_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_categories_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categories_extrafields`
      +--
      +
      +LOCK TABLES `llx_categories_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_categories_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categories_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_chargesociales`
      +--
      +
      +DROP TABLE IF EXISTS `llx_chargesociales`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_chargesociales` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_ech` datetime NOT NULL,
      +  `libelle` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_type` int(11) NOT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `periode` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `ref` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_chargesociales`
      +--
      +
      +LOCK TABLES `llx_chargesociales` WRITE;
      +/*!40000 ALTER TABLE `llx_chargesociales` DISABLE KEYS */;
      +INSERT INTO `llx_chargesociales` VALUES (4,'2011-08-09 00:00:00','fff',1,60,NULL,NULL,10.00000000,1,'2011-08-01','2012-12-08 13:11:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_chargesociales` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `date_commande` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `source` smallint(6) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `amount_ht` double(24,8) DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facture` tinyint(4) DEFAULT '0',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `fk_warehouse` int(11) DEFAULT NULL,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `fk_input_reason` int(11) DEFAULT NULL,
      +  `fk_delivery_address` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_commande_ref` (`ref`,`entity`),
      +  KEY `idx_commande_fk_soc` (`fk_soc`),
      +  KEY `idx_commande_fk_user_author` (`fk_user_author`),
      +  KEY `idx_commande_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_commande_fk_user_cloture` (`fk_user_cloture`),
      +  KEY `idx_commande_fk_projet` (`fk_projet`),
      +  KEY `idx_commande_fk_account` (`fk_account`),
      +  KEY `idx_commande_fk_currency` (`fk_currency`),
      +  CONSTRAINT `fk_commande_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_cloture` FOREIGN KEY (`fk_user_cloture`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande`
      +--
      +
      +LOCK TABLES `llx_commande` WRITE;
      +/*!40000 ALTER TABLE `llx_commande` DISABLE KEYS */;
      +INSERT INTO `llx_commande` VALUES (1,'2016-07-30 15:13:20',1,NULL,'CO1107-0002',1,NULL,NULL,'','2011-07-20 15:23:12','2016-08-08 13:59:09',NULL,'2016-07-20',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,1,1,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,'2016-07-30 15:13:20',1,NULL,'CO1107-0003',1,NULL,NULL,'','2011-07-20 23:20:12','2018-02-12 17:06:51',NULL,'2016-07-21',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,'2016-07-30 15:13:20',1,NULL,'CO1107-0004',1,NULL,NULL,'','2011-07-20 23:22:53','2018-02-17 18:27:56',NULL,'2016-07-21',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,30.00000000,30.00000000,'','','einstein',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(5,'2016-07-30 15:12:32',1,NULL,'CO1108-0001',1,NULL,NULL,'','2011-08-08 03:04:11','2015-08-08 03:04:21',NULL,'2015-08-08',1,NULL,1,NULL,NULL,2,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(6,'2016-07-30 15:13:20',19,NULL,'(PROV6)',1,NULL,NULL,'','2013-02-17 16:22:14',NULL,NULL,'2016-02-17',1,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,11.76000000,0.00000000,0.00000000,60.00000000,71.76000000,'','','einstein',0,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(17,'2017-02-15 22:50:34',4,NULL,'CO7001-0005',1,NULL,NULL,NULL,'2017-02-15 23:50:34','2017-02-15 23:50:34',NULL,'2016-05-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,509.00000000,509.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,509.00000000,0.00000000,509.00000000,NULL),(18,'2017-02-15 23:08:58',7,4,'CO7001-0006',1,NULL,NULL,NULL,'2017-02-15 23:51:23','2017-02-15 23:51:23',NULL,'2017-02-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,900.00000000,900.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,900.00000000,0.00000000,900.00000000,NULL),(20,'2017-02-15 23:09:04',4,NULL,'CO7001-0007',1,NULL,NULL,NULL,'2017-02-15 23:55:52','2017-02-15 23:55:52',NULL,'2016-04-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,330.00000000,330.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,330.00000000,0.00000000,330.00000000,NULL),(29,'2017-02-15 23:08:42',4,NULL,'CO7001-0008',1,NULL,NULL,NULL,'2017-02-16 00:03:44','2017-02-16 00:03:44',NULL,'2017-02-12',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,457.00000000,457.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,457.00000000,0.00000000,457.00000000,NULL),(34,'2017-02-15 23:08:47',11,NULL,'CO7001-0009',1,NULL,NULL,NULL,'2017-02-16 00:05:01','2017-02-16 00:05:01',NULL,'2017-01-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,124.00000000,124.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,124.00000000,0.00000000,124.00000000,NULL),(38,'2017-02-15 23:08:50',3,NULL,'CO7001-0010',1,NULL,NULL,NULL,'2017-02-16 00:05:01','2017-02-16 00:05:01',NULL,'2017-02-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,200.00000000,200.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL),(40,'2017-02-15 23:08:53',11,NULL,'CO7001-0011',1,NULL,NULL,NULL,'2017-02-16 00:05:10','2017-02-16 00:05:11',NULL,'2017-01-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1210.00000000,1210.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1210.00000000,0.00000000,1210.00000000,NULL),(43,'2017-02-15 23:05:11',10,NULL,'CO7001-0012',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2017-02-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,478.00000000,478.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,478.00000000,0.00000000,478.00000000,NULL),(47,'2017-02-15 23:09:10',1,NULL,'CO7001-0013',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2016-11-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,55.00000000,55.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,55.00000000,0.00000000,55.00000000,NULL),(48,'2017-02-15 23:09:07',4,NULL,'CO7001-0014',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2016-07-30',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,540.00000000,540.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,540.00000000,0.00000000,540.00000000,NULL),(50,'2017-02-15 23:05:26',1,NULL,'CO7001-0015',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26',NULL,'2017-12-12',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,118.00000000,118.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,118.00000000,0.00000000,118.00000000,NULL),(54,'2017-02-15 23:06:01',12,NULL,'CO7001-0016',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26','2017-02-16 03:05:56','2016-06-03',12,NULL,12,12,1,3,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,220.00000000,220.00000000,'','','',1,NULL,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,220.00000000,0.00000000,220.00000000,NULL),(58,'2017-02-15 23:09:13',1,NULL,'CO7001-0017',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26',NULL,'2016-07-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,436.00000000,436.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,436.00000000,0.00000000,436.00000000,NULL),(62,'2017-02-15 23:09:16',19,NULL,'CO7001-0018',1,NULL,NULL,NULL,'2017-02-16 00:05:35','2017-02-16 00:05:35',NULL,'2016-02-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,410.00000000,410.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,410.00000000,0.00000000,410.00000000,NULL),(68,'2017-02-15 23:09:19',3,NULL,'CO7001-0019',1,NULL,NULL,NULL,'2017-02-16 00:05:35','2017-02-16 00:05:35',NULL,'2016-05-19',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,45.00000000,45.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,45.00000000,0.00000000,45.00000000,NULL),(72,'2017-02-15 23:09:23',6,NULL,'CO7001-0020',1,NULL,NULL,NULL,'2017-02-16 00:05:36','2017-02-16 00:05:36',NULL,'2016-11-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,610.00000000,610.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,2,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,610.00000000,0.00000000,610.00000000,NULL),(75,'2017-02-16 00:14:20',4,NULL,'CO7001-0021',1,NULL,NULL,NULL,'2017-02-16 00:05:37','2017-02-16 04:14:20',NULL,'2016-02-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,25.00000000,49.88000000,0.00000000,1200.00000000,1274.88000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1200.00000000,25.00000000,1274.88000000,NULL),(78,'2017-02-15 23:05:37',12,NULL,'CO7001-0022',1,NULL,NULL,NULL,'2017-02-16 00:05:37','2017-02-16 00:05:37',NULL,'2016-10-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,928.00000000,928.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,928.00000000,0.00000000,928.00000000,NULL),(81,'2017-02-15 23:09:30',11,NULL,'CO7001-0023',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-07-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,725.00000000,725.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,725.00000000,0.00000000,725.00000000,NULL),(83,'2017-02-15 23:10:24',26,NULL,'CO7001-0024',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-04-03',12,NULL,12,NULL,1,-1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,105.00000000,105.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,105.00000000,0.00000000,105.00000000,NULL),(84,'2017-02-15 23:05:38',2,NULL,'CO7001-0025',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-06-19',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,510.00000000,510.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,510.00000000,0.00000000,510.00000000,NULL),(85,'2017-02-15 23:05:38',1,NULL,'CO7001-0026',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-01-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,47.00000000,47.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,47.00000000,0.00000000,47.00000000,NULL),(88,'2017-02-15 23:09:36',10,NULL,'CO7001-0027',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2015-02-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,50.00000000,50.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,50.00000000,0.00000000,50.00000000,NULL),(90,'2017-02-16 00:46:31',19,NULL,'(PROV90)',1,NULL,NULL,NULL,'2017-02-16 04:46:31',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,440.00000000,440.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,440.00000000,0.00000000,440.00000000,NULL),(91,'2017-02-16 00:46:37',1,NULL,'(PROV91)',1,NULL,NULL,NULL,'2017-02-16 04:46:37',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1000.00000000,1000.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1000.00000000,0.00000000,1000.00000000,NULL),(92,'2017-02-16 00:47:25',3,NULL,'(PROV92)',1,NULL,NULL,NULL,'2017-02-16 04:47:25',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1018.00000000,1018.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1018.00000000,0.00000000,1018.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_commande` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_supplier` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_approve` datetime DEFAULT NULL,
      +  `date_approve2` datetime DEFAULT NULL,
      +  `date_commande` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_approve` int(11) DEFAULT NULL,
      +  `fk_user_approve2` int(11) DEFAULT NULL,
      +  `source` smallint(6) NOT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `billed` smallint(6) DEFAULT '0',
      +  `amount_ht` double(24,8) DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_input_method` int(11) DEFAULT '0',
      +  `fk_cond_reglement` int(11) DEFAULT '0',
      +  `fk_mode_reglement` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` datetime DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_commande_fournisseur_ref` (`ref`,`fk_soc`,`entity`),
      +  KEY `idx_commande_fournisseur_fk_soc` (`fk_soc`),
      +  KEY `billed` (`billed`),
      +  CONSTRAINT `fk_commande_fournisseur_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseur` VALUES (1,'2017-02-01 14:54:01',13,'CF1007-0001',1,NULL,NULL,NULL,'2016-07-11 17:13:40','2017-02-01 18:51:42','2017-02-01 18:52:04',NULL,'2017-02-01',1,NULL,12,12,NULL,0,4,0,0.00000000,0,0,39.20000000,0.00000000,0.00000000,200.00000000,239.20000000,NULL,NULL,'muscadet',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,'2016-07-30 16:11:52',1,'CF1007-0002',1,NULL,NULL,NULL,'2016-07-11 18:46:28','2016-07-11 18:47:33',NULL,NULL,'2016-07-11',1,NULL,1,NULL,NULL,0,3,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,200.00000000,200.00000000,NULL,NULL,'muscadet',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,'2012-12-08 13:11:07',17,'(PROV3)',1,NULL,NULL,NULL,'2011-08-04 23:00:52',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,'muscadet',0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(4,'2012-12-08 13:11:07',17,'(PROV4)',1,NULL,NULL,NULL,'2011-08-04 23:19:32',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,'muscadet',0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(13,'2017-02-01 13:35:27',1,'CF1303-0004',1,NULL,NULL,NULL,'2016-03-09 19:39:18','2016-03-09 19:39:27','2016-03-09 19:39:32',NULL,'2016-03-09',1,NULL,1,1,NULL,0,2,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,NULL,NULL,'muscadet',1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_commande_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_dispatch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_dispatch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_dispatch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `fk_commandefourndet` int(11) NOT NULL DEFAULT '0',
      +  `qty` float DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseur_dispatch_fk_commande` (`fk_commande`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_dispatch`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_dispatch` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_dispatch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_dispatch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseur_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datelog` datetime NOT NULL,
      +  `fk_commande` int(11) NOT NULL,
      +  `fk_statut` smallint(6) NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_log`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_log` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_log` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseur_log` VALUES (1,'2010-07-11 15:13:40','2010-07-11 17:13:40',1,0,1,NULL),(2,'2010-07-11 15:15:42','2010-07-11 17:15:42',1,1,1,NULL),(3,'2010-07-11 15:16:28','2010-07-11 17:16:28',1,2,1,NULL),(4,'2010-07-11 15:19:14','2010-07-11 00:00:00',1,3,1,NULL),(5,'2010-07-11 15:19:36','2010-07-11 00:00:00',1,5,1,NULL),(6,'2010-07-11 16:46:28','2010-07-11 18:46:28',2,0,1,NULL),(7,'2010-07-11 16:47:33','2010-07-11 18:47:33',2,1,1,NULL),(8,'2010-07-11 16:47:41','2010-07-11 18:47:41',2,2,1,NULL),(9,'2010-07-11 16:48:00','2010-07-11 00:00:00',2,3,1,NULL),(10,'2011-08-04 21:00:52','2011-08-04 23:00:52',3,0,1,NULL),(11,'2011-08-04 21:19:32','2011-08-04 23:19:32',4,0,1,NULL),(12,'2011-08-04 21:22:16','2011-08-04 23:22:16',5,0,1,NULL),(13,'2011-08-04 21:22:54','2011-08-04 23:22:54',6,0,1,NULL),(14,'2011-08-04 21:23:29','2011-08-04 23:23:29',7,0,1,NULL),(15,'2011-08-04 21:36:10','2011-08-04 23:36:10',8,0,1,NULL),(19,'2011-08-08 13:04:37','2011-08-08 15:04:37',6,1,1,NULL),(20,'2011-08-08 13:04:38','2011-08-08 15:04:38',6,2,1,NULL),(29,'2013-03-09 18:39:18','2013-03-09 19:39:18',13,0,1,NULL),(30,'2013-03-09 18:39:27','2013-03-09 19:39:27',13,1,1,NULL),(31,'2013-03-09 18:39:32','2013-03-09 19:39:32',13,2,1,NULL),(32,'2013-03-09 18:39:41','2013-03-09 00:00:00',13,3,1,'hf'),(33,'2013-03-22 09:26:38','2013-03-22 10:26:38',14,0,1,NULL);
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseurdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseurdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseurdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_commande_fournisseurdet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_commande_fournisseurdet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseurdet`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseurdet` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseurdet` VALUES (1,1,NULL,NULL,'','','Chips',19.600,'',0.000,'',0.000,'',10,0,0,20.00000000,200.00000000,39.20000000,0.00000000,0.00000000,239.20000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,2,NULL,4,'ABCD','Decapsuleur','',0.000,'',0.000,'',0.000,'',20,0,0,10.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(6,13,NULL,NULL,'','','dfgdf',0.000,'',0.000,'0',0.000,'0',1,0,0,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000);
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseurdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseurdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseurdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseurdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseurdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseurdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commandedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commandedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commandedet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT NULL,
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT NULL,
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_commandefourndet` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commandedet_fk_commande` (`fk_commande`),
      +  KEY `idx_commandedet_fk_product` (`fk_product`),
      +  KEY `fk_commandedet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_commandedet_fk_commande` FOREIGN KEY (`fk_commande`) REFERENCES `llx_commande` (`rowid`),
      +  CONSTRAINT `fk_commandedet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=292 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commandedet`
      +--
      +
      +LOCK TABLES `llx_commandedet` WRITE;
      +/*!40000 ALTER TABLE `llx_commandedet` DISABLE KEYS */;
      +INSERT INTO `llx_commandedet` VALUES (1,1,NULL,NULL,NULL,'Product 1',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,1,NULL,2,NULL,'',0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,1,NULL,5,NULL,'cccc',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,2,NULL,NULL,NULL,'hgf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(10,5,NULL,NULL,NULL,'gfdgdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,6,NULL,NULL,NULL,'gdfg',19.600,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,6,NULL,NULL,NULL,'gfdgd',19.600,'',0.000,'',0.000,'',1,0,0,NULL,50,50.00000000,50.00000000,9.80000000,0.00000000,0.00000000,59.80000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(14,3,NULL,NULL,NULL,'gdfgdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(15,3,NULL,NULL,NULL,'fghfgh',0.000,'',0.000,'',0.000,'',1,0,0,NULL,20,20.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(16,17,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(17,17,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(18,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(19,18,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(20,18,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(21,18,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(24,20,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,5,5.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,20.00000000,0.00000000,20.00000000),(25,20,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(26,20,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(55,29,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(56,29,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(57,29,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(58,29,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,1,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(59,29,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(75,34,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(76,34,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(77,34,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(78,34,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,1,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(94,38,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(95,38,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(99,40,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(100,40,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(101,40,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(102,40,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(103,40,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(112,43,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(113,43,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(114,43,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(115,43,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(116,43,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(125,47,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(126,47,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(127,47,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(128,47,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(129,48,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(130,48,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(134,50,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(135,50,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(145,54,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(146,54,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(158,58,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(159,58,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(160,58,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,9,9.00000000,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',9.00000000,36.00000000,0.00000000,36.00000000),(174,62,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(175,62,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(176,62,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(198,68,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(199,68,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(209,72,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(210,72,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(211,72,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(212,72,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(213,72,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(227,75,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(235,78,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(236,78,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(237,78,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(238,78,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(246,81,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(247,81,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(248,81,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,5,5.00000000,25.00000000,0.00000000,0.00000000,0.00000000,25.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,25.00000000,0.00000000,25.00000000),(253,83,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(254,83,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(255,83,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(256,83,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(257,84,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(258,84,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(259,84,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(260,85,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(261,85,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(262,85,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(271,88,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(272,88,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(276,75,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,90.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(278,75,NULL,13,NULL,'A powerfull computer XP4523&nbsp;<br />\r\n(Code douane: USXP765 - Pays d&#39;origine: Etats-Unis)',5.000,'',9.975,'1',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,25.00000000,49.88000000,0.00000000,574.88000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,25.00000000,574.88000000),(279,75,NULL,13,NULL,'A powerfull computer XP4523&nbsp;<br>\n(Code douane: USXP765 - Pays d\'origine: Etats-Unis)',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(280,90,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(281,90,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(282,90,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(283,90,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(284,91,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(285,91,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(286,91,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(287,92,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(288,92,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(289,92,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(290,92,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(291,92,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000);
      +/*!40000 ALTER TABLE `llx_commandedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commandedet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commandedet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commandedet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commandedet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commandedet_extrafields`
      +--
      +
      +LOCK TABLES `llx_commandedet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commandedet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commandedet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_comment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_comment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_comment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `description` text COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `element_type` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `import_key` varchar(125) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_comment`
      +--
      +
      +LOCK TABLES `llx_comment` WRITE;
      +/*!40000 ALTER TABLE `llx_comment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_comment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cond_reglement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cond_reglement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cond_reglement` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) DEFAULT '1',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle_facture` text COLLATE utf8_unicode_ci,
      +  `fdm` tinyint(4) DEFAULT NULL,
      +  `nbjour` smallint(6) DEFAULT NULL,
      +  `decalage` smallint(6) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cond_reglement`
      +--
      +
      +LOCK TABLES `llx_cond_reglement` WRITE;
      +/*!40000 ALTER TABLE `llx_cond_reglement` DISABLE KEYS */;
      +INSERT INTO `llx_cond_reglement` VALUES (1,'RECEP',1,1,'A réception','Réception de facture',0,0,NULL),(2,'30D',2,1,'30 jours','Réglement à 30 jours',0,30,NULL),(3,'30DENDMONTH',3,1,'30 jours fin de mois','Réglement à 30 jours fin de mois',1,30,NULL),(4,'60D',4,1,'60 jours','Réglement à 60 jours',0,60,NULL),(5,'60DENDMONTH',5,1,'60 jours fin de mois','Réglement à 60 jours fin de mois',1,60,NULL);
      +/*!40000 ALTER TABLE `llx_cond_reglement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_const`
      +--
      +
      +DROP TABLE IF EXISTS `llx_const`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_const` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `value` text COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(64) COLLATE utf8_unicode_ci DEFAULT 'string',
      +  `visible` tinyint(4) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_const` (`name`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6590 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_const`
      +--
      +
      +LOCK TABLES `llx_const` WRITE;
      +/*!40000 ALTER TABLE `llx_const` DISABLE KEYS */;
      +INSERT INTO `llx_const` VALUES (8,'MAIN_UPLOAD_DOC',0,'2048','chaine',0,'Max size for file upload (0 means no upload allowed)','2010-07-08 11:17:57'),(9,'MAIN_SEARCHFORM_SOCIETE',0,'1','yesno',0,'Show form for quick company search','2010-07-08 11:17:57'),(10,'MAIN_SEARCHFORM_CONTACT',0,'1','yesno',0,'Show form for quick contact search','2010-07-08 11:17:57'),(11,'MAIN_SEARCHFORM_PRODUITSERVICE',0,'1','yesno',0,'Show form for quick product search','2010-07-08 11:17:58'),(12,'MAIN_SEARCHFORM_ADHERENT',0,'1','yesno',0,'Show form for quick member search','2010-07-08 11:17:58'),(16,'MAIN_SIZE_LISTE_LIMIT',0,'25','chaine',0,'Longueur maximum des listes','2010-07-08 11:17:58'),(29,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',1,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2010-07-08 11:17:58'),(33,'SOCIETE_NOLIST_COURRIER',0,'1','yesno',0,'Liste les fichiers du repertoire courrier','2010-07-08 11:17:58'),(36,'ADHERENT_MAIL_REQUIRED',1,'1','yesno',0,'EMail required to create a new member','2010-07-08 11:17:58'),(37,'ADHERENT_MAIL_FROM',1,'adherents@domain.com','chaine',0,'Sender EMail for automatic emails','2010-07-08 11:17:58'),(38,'ADHERENT_MAIL_RESIL',1,'Your subscription has been resiliated.\r\nWe hope to see you soon again','html',0,'Mail resiliation','2018-11-23 11:56:07'),(39,'ADHERENT_MAIL_VALID',1,'Your subscription has been validated.\r\nThis is a remind of your personal information :\r\n\r\n%INFOS%\r\n\r\n','html',0,'Mail de validation','2018-11-23 11:56:07'),(40,'ADHERENT_MAIL_COTIS',1,'Hello %PRENOM%,\r\nThanks for your subscription.\r\nThis email confirms that your subscription has been received and processed.\r\n\r\n','html',0,'Mail de validation de cotisation','2018-11-23 11:56:07'),(41,'ADHERENT_MAIL_VALID_SUBJECT',1,'Your subscription has been validated','chaine',0,'Sujet du mail de validation','2010-07-08 11:17:59'),(42,'ADHERENT_MAIL_RESIL_SUBJECT',1,'Resiliating your subscription','chaine',0,'Sujet du mail de resiliation','2010-07-08 11:17:59'),(43,'ADHERENT_MAIL_COTIS_SUBJECT',1,'Receipt of your subscription','chaine',0,'Sujet du mail de validation de cotisation','2010-07-08 11:17:59'),(44,'MAILING_EMAIL_FROM',1,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2010-07-08 11:17:59'),(45,'ADHERENT_USE_MAILMAN',1,'0','yesno',0,'Utilisation de Mailman','2010-07-08 11:17:59'),(46,'ADHERENT_MAILMAN_UNSUB_URL',1,'http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&user=%EMAIL%','chaine',0,'Url de desinscription aux listes mailman','2010-07-08 11:17:59'),(47,'ADHERENT_MAILMAN_URL',1,'http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL%','chaine',0,'Url pour les inscriptions mailman','2010-07-08 11:17:59'),(48,'ADHERENT_MAILMAN_LISTS',1,'test-test,test-test2','chaine',0,'Listes auxquelles inscrire les nouveaux adherents','2010-07-08 11:17:59'),(49,'ADHERENT_MAILMAN_ADMINPW',1,'','chaine',0,'Mot de passe Admin des liste mailman','2010-07-08 11:17:59'),(50,'ADHERENT_MAILMAN_SERVER',1,'lists.domain.com','chaine',0,'Serveur hebergeant les interfaces d Admin des listes mailman','2010-07-08 11:17:59'),(51,'ADHERENT_MAILMAN_LISTS_COTISANT',1,'','chaine',0,'Liste(s) auxquelles les nouveaux cotisants sont inscris automatiquement','2010-07-08 11:17:59'),(52,'ADHERENT_USE_SPIP',1,'0','yesno',0,'Utilisation de SPIP ?','2010-07-08 11:17:59'),(53,'ADHERENT_USE_SPIP_AUTO',1,'0','yesno',0,'Utilisation de SPIP automatiquement','2010-07-08 11:17:59'),(54,'ADHERENT_SPIP_USER',1,'user','chaine',0,'user spip','2010-07-08 11:17:59'),(55,'ADHERENT_SPIP_PASS',1,'pass','chaine',0,'Pass de connection','2010-07-08 11:17:59'),(56,'ADHERENT_SPIP_SERVEUR',1,'localhost','chaine',0,'serveur spip','2010-07-08 11:17:59'),(57,'ADHERENT_SPIP_DB',1,'spip','chaine',0,'db spip','2010-07-08 11:17:59'),(58,'ADHERENT_CARD_HEADER_TEXT',1,'%ANNEE%','chaine',0,'Texte imprime sur le haut de la carte adherent','2010-07-08 11:17:59'),(59,'ADHERENT_CARD_FOOTER_TEXT',1,'Association AZERTY','chaine',0,'Texte imprime sur le bas de la carte adherent','2010-07-08 11:17:59'),(61,'FCKEDITOR_ENABLE_USER',1,'1','yesno',0,'Activation fckeditor sur notes utilisateurs','2010-07-08 11:17:59'),(62,'FCKEDITOR_ENABLE_SOCIETE',1,'1','yesno',0,'Activation fckeditor sur notes societe','2010-07-08 11:17:59'),(63,'FCKEDITOR_ENABLE_PRODUCTDESC',1,'1','yesno',0,'Activation fckeditor sur notes produits','2010-07-08 11:17:59'),(64,'FCKEDITOR_ENABLE_MEMBER',1,'1','yesno',0,'Activation fckeditor sur notes adherent','2010-07-08 11:17:59'),(65,'FCKEDITOR_ENABLE_MAILING',1,'1','yesno',0,'Activation fckeditor sur emailing','2010-07-08 11:17:59'),(67,'DON_ADDON_MODEL',1,'html_cerfafr','chaine',0,'','2010-07-08 11:18:00'),(68,'PROPALE_ADDON',1,'mod_propale_marbre','chaine',0,'','2010-07-08 11:18:00'),(69,'PROPALE_ADDON_PDF',1,'azur','chaine',0,'','2010-07-08 11:18:00'),(70,'COMMANDE_ADDON',1,'mod_commande_marbre','chaine',0,'','2010-07-08 11:18:00'),(71,'COMMANDE_ADDON_PDF',1,'einstein','chaine',0,'','2010-07-08 11:18:00'),(72,'COMMANDE_SUPPLIER_ADDON',1,'mod_commande_fournisseur_muguet','chaine',0,'','2010-07-08 11:18:00'),(73,'COMMANDE_SUPPLIER_ADDON_PDF',1,'muscadet','chaine',0,'','2010-07-08 11:18:00'),(74,'EXPEDITION_ADDON',1,'enlevement','chaine',0,'','2010-07-08 11:18:00'),(76,'FICHEINTER_ADDON',1,'pacific','chaine',0,'','2010-07-08 11:18:00'),(77,'FICHEINTER_ADDON_PDF',1,'soleil','chaine',0,'','2010-07-08 11:18:00'),(79,'FACTURE_ADDON_PDF',1,'crabe','chaine',0,'','2010-07-08 11:18:00'),(80,'PROPALE_VALIDITY_DURATION',1,'15','chaine',0,'Durée de validitée des propales','2010-07-08 11:18:00'),(230,'COMPANY_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/thirdparties','chaine',0,NULL,'2010-07-08 11:26:20'),(238,'LIVRAISON_ADDON_PDF',1,'typhon','chaine',0,'Nom du gestionnaire de generation des commandes en PDF','2010-07-08 11:26:27'),(239,'LIVRAISON_ADDON_NUMBER',1,'mod_livraison_jade','chaine',0,'Nom du gestionnaire de numerotation des bons de livraison','2013-03-20 13:17:36'),(245,'FACTURE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/invoices','chaine',0,NULL,'2010-07-08 11:28:53'),(249,'DON_FORM',1,'html_cerfafr','chaine',0,'Nom du gestionnaire de formulaire de dons','2017-09-06 16:12:22'),(254,'ADHERENT_BANK_ACCOUNT',1,'','chaine',0,'ID du Compte banquaire utilise','2010-07-08 11:29:05'),(255,'ADHERENT_BANK_CATEGORIE',1,'','chaine',0,'ID de la categorie banquaire des cotisations','2010-07-08 11:29:05'),(256,'ADHERENT_ETIQUETTE_TYPE',1,'L7163','chaine',0,'Type d etiquette (pour impression de planche d etiquette)','2010-07-08 11:29:05'),(269,'PROJECT_ADDON_PDF',1,'baleine','chaine',0,'Nom du gestionnaire de generation des projets en PDF','2010-07-08 11:29:33'),(270,'PROJECT_ADDON',1,'mod_project_simple','chaine',0,'Nom du gestionnaire de numerotation des projets','2010-07-08 11:29:33'),(368,'STOCK_USERSTOCK_AUTOCREATE',1,'1','chaine',0,'','2010-07-08 22:44:59'),(369,'EXPEDITION_ADDON_PDF',1,'merou','chaine',0,'','2010-07-08 22:58:07'),(377,'FACTURE_ADDON',1,'mod_facture_terre','chaine',0,'','2010-07-08 23:08:12'),(380,'ADHERENT_CARD_TEXT',1,'%TYPE% n° %ID%\r\n%PRENOM% %NOM%\r\n<%EMAIL%>\r\n%ADRESSE%\r\n%CP% %VILLE%\r\n%PAYS%','',0,'Texte imprime sur la carte adherent','2010-07-08 23:14:46'),(381,'ADHERENT_CARD_TEXT_RIGHT',1,'aaa','',0,'','2010-07-08 23:14:55'),(385,'PRODUIT_USE_SEARCH_TO_SELECT',1,'1','chaine',0,'','2010-07-08 23:22:19'),(386,'STOCK_CALCULATE_ON_SHIPMENT',1,'1','chaine',0,'','2010-07-08 23:23:21'),(387,'STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER',1,'1','chaine',0,'','2010-07-08 23:23:26'),(392,'MAIN_AGENDA_XCAL_EXPORTKEY',1,'dolibarr','chaine',0,'','2010-07-08 23:27:50'),(393,'MAIN_AGENDA_EXPORT_PAST_DELAY',1,'100','chaine',0,'','2010-07-08 23:27:50'),(610,'CASHDESK_ID_THIRDPARTY',1,'7','chaine',0,'','2010-07-11 17:08:18'),(611,'CASHDESK_ID_BANKACCOUNT_CASH',1,'3','chaine',0,'','2010-07-11 17:08:18'),(612,'CASHDESK_ID_BANKACCOUNT_CHEQUE',1,'1','chaine',0,'','2010-07-11 17:08:18'),(613,'CASHDESK_ID_BANKACCOUNT_CB',1,'1','chaine',0,'','2010-07-11 17:08:18'),(614,'CASHDESK_ID_WAREHOUSE',1,'2','chaine',0,'','2010-07-11 17:08:18'),(660,'LDAP_USER_DN',1,'ou=users,dc=my-domain,dc=com','chaine',0,NULL,'2010-07-18 10:25:27'),(661,'LDAP_GROUP_DN',1,'ou=groups,dc=my-domain,dc=com','chaine',0,NULL,'2010-07-18 10:25:27'),(662,'LDAP_FILTER_CONNECTION',1,'&(objectClass=user)(objectCategory=person)','chaine',0,NULL,'2010-07-18 10:25:27'),(663,'LDAP_FIELD_LOGIN',1,'uid','chaine',0,NULL,'2010-07-18 10:25:27'),(664,'LDAP_FIELD_FULLNAME',1,'cn','chaine',0,NULL,'2010-07-18 10:25:27'),(665,'LDAP_FIELD_NAME',1,'sn','chaine',0,NULL,'2010-07-18 10:25:27'),(666,'LDAP_FIELD_FIRSTNAME',1,'givenname','chaine',0,NULL,'2010-07-18 10:25:27'),(667,'LDAP_FIELD_MAIL',1,'mail','chaine',0,NULL,'2010-07-18 10:25:27'),(668,'LDAP_FIELD_PHONE',1,'telephonenumber','chaine',0,NULL,'2010-07-18 10:25:27'),(669,'LDAP_FIELD_FAX',1,'facsimiletelephonenumber','chaine',0,NULL,'2010-07-18 10:25:27'),(670,'LDAP_FIELD_MOBILE',1,'mobile','chaine',0,NULL,'2010-07-18 10:25:27'),(671,'LDAP_SERVER_TYPE',1,'openldap','chaine',0,'','2010-07-18 10:25:46'),(672,'LDAP_SERVER_PROTOCOLVERSION',1,'3','chaine',0,'','2010-07-18 10:25:47'),(673,'LDAP_SERVER_HOST',1,'localhost','chaine',0,'','2010-07-18 10:25:47'),(674,'LDAP_SERVER_PORT',1,'389','chaine',0,'','2010-07-18 10:25:47'),(675,'LDAP_SERVER_USE_TLS',1,'0','chaine',0,'','2010-07-18 10:25:47'),(676,'LDAP_SYNCHRO_ACTIVE',1,'dolibarr2ldap','chaine',0,'','2010-07-18 10:25:47'),(677,'LDAP_CONTACT_ACTIVE',1,'1','chaine',0,'','2010-07-18 10:25:47'),(678,'LDAP_MEMBER_ACTIVE',1,'1','chaine',0,'','2010-07-18 10:25:47'),(974,'MAIN_MODULE_WORKFLOW_TRIGGERS',1,'1','chaine',0,NULL,'2011-07-18 18:02:20'),(975,'WORKFLOW_PROPAL_AUTOCREATE_ORDER',1,'1','chaine',0,'','2011-07-18 18:02:24'),(980,'PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR',1,'1234567','chaine',0,'','2011-07-18 18:05:50'),(983,'FACTURE_RIB_NUMBER',1,'1','chaine',0,'','2011-07-18 18:35:14'),(984,'FACTURE_CHQ_NUMBER',1,'1','chaine',0,'','2011-07-18 18:35:14'),(1016,'GOOGLE_DUPLICATE_INTO_GCAL',1,'1','chaine',0,'','2011-07-18 21:40:20'),(1152,'SOCIETE_CODECLIENT_ADDON',1,'mod_codeclient_monkey','chaine',0,'','2011-07-29 20:50:02'),(1231,'MAIN_UPLOAD_DOC',1,'2048','chaine',0,'','2011-07-29 21:04:00'),(1234,'MAIN_UMASK',1,'0664','chaine',0,'','2011-07-29 21:04:11'),(1240,'MAIN_LOGEVENTS_USER_LOGIN',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1241,'MAIN_LOGEVENTS_USER_LOGIN_FAILED',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1242,'MAIN_LOGEVENTS_USER_LOGOUT',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1243,'MAIN_LOGEVENTS_USER_CREATE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1244,'MAIN_LOGEVENTS_USER_MODIFY',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1245,'MAIN_LOGEVENTS_USER_NEW_PASSWORD',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1246,'MAIN_LOGEVENTS_USER_ENABLEDISABLE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1247,'MAIN_LOGEVENTS_USER_DELETE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1248,'MAIN_LOGEVENTS_GROUP_CREATE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1249,'MAIN_LOGEVENTS_GROUP_MODIFY',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1250,'MAIN_LOGEVENTS_GROUP_DELETE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1251,'MAIN_BOXES_MAXLINES',1,'5','',0,'','2011-07-29 21:05:42'),(1482,'EXPEDITION_ADDON_NUMBER',1,'mod_expedition_safor','chaine',0,'Nom du gestionnaire de numerotation des expeditions','2011-08-05 17:53:11'),(1490,'CONTRACT_ADDON',1,'mod_contract_serpis','chaine',0,'Nom du gestionnaire de numerotation des contrats','2011-08-05 18:11:58'),(1677,'COMMANDE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/orders','chaine',0,NULL,'2012-12-08 13:11:02'),(1698,'PRODUCT_CODEPRODUCT_ADDON',1,'mod_codeproduct_leopard','yesno',0,'Module to control product codes','2012-12-08 13:11:25'),(1724,'PROPALE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/proposals','chaine',0,NULL,'2012-12-08 13:17:14'),(1730,'OPENSTREETMAP_ENABLE_MAPS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1731,'OPENSTREETMAP_ENABLE_MAPS_CONTACTS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1732,'OPENSTREETMAP_ENABLE_MAPS_MEMBERS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1733,'OPENSTREETMAP_MAPS_ZOOM_LEVEL',1,'15','chaine',0,'','2012-12-08 13:22:47'),(1742,'MAIN_MAIL_EMAIL_FROM',2,'dolibarr-robot@domain.com','chaine',0,'EMail emetteur pour les emails automatiques Dolibarr','2012-12-08 14:08:14'),(1743,'MAIN_MENU_STANDARD',2,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs internes','2013-02-11 19:43:54'),(1744,'MAIN_MENUFRONT_STANDARD',2,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs externes','2013-02-11 19:43:54'),(1745,'MAIN_MENU_SMARTPHONE',2,'iphone_backoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs internes','2012-12-08 14:08:14'),(1746,'MAIN_MENUFRONT_SMARTPHONE',2,'iphone_frontoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs externes','2012-12-08 14:08:14'),(1747,'MAIN_THEME',2,'eldy','chaine',0,'Default theme','2012-12-08 14:08:14'),(1748,'MAIN_DELAY_ACTIONS_TODO',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur actions planifiées non réalisées','2012-12-08 14:08:14'),(1749,'MAIN_DELAY_ORDERS_TO_PROCESS',2,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes clients non traitées','2012-12-08 14:08:14'),(1750,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes fournisseurs non traitées','2012-12-08 14:08:14'),(1751,'MAIN_DELAY_PROPALS_TO_CLOSE',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales à cloturer','2012-12-08 14:08:14'),(1752,'MAIN_DELAY_PROPALS_TO_BILL',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales non facturées','2012-12-08 14:08:14'),(1753,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures client impayées','2012-12-08 14:08:14'),(1754,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',2,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures fournisseur impayées','2012-12-08 14:08:14'),(1755,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',2,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2012-12-08 14:08:14'),(1756,'MAIN_DELAY_RUNNING_SERVICES',2,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services expirés','2012-12-08 14:08:14'),(1757,'MAIN_DELAY_MEMBERS',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur cotisations adhérent en retard','2012-12-08 14:08:14'),(1758,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',2,'62','chaine',0,'Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire','2012-12-08 14:08:14'),(1759,'MAILING_EMAIL_FROM',2,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2012-12-08 14:08:14'),(1760,'MAIN_INFO_SOCIETE_COUNTRY',3,'1:FR:France','chaine',0,'','2013-02-26 21:56:28'),(1761,'MAIN_INFO_SOCIETE_NOM',3,'bbb','chaine',0,'','2012-12-08 14:08:20'),(1762,'MAIN_INFO_SOCIETE_STATE',3,'0','chaine',0,'','2013-02-27 14:20:27'),(1763,'MAIN_MONNAIE',3,'EUR','chaine',0,'','2012-12-08 14:08:20'),(1764,'MAIN_LANG_DEFAULT',3,'auto','chaine',0,'','2012-12-08 14:08:20'),(1765,'MAIN_MAIL_EMAIL_FROM',3,'dolibarr-robot@domain.com','chaine',0,'EMail emetteur pour les emails automatiques Dolibarr','2012-12-08 14:08:20'),(1766,'MAIN_MENU_STANDARD',3,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs internes','2013-02-11 19:43:54'),(1767,'MAIN_MENUFRONT_STANDARD',3,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs externes','2013-02-11 19:43:54'),(1768,'MAIN_MENU_SMARTPHONE',3,'iphone_backoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs internes','2012-12-08 14:08:20'),(1769,'MAIN_MENUFRONT_SMARTPHONE',3,'iphone_frontoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs externes','2012-12-08 14:08:20'),(1770,'MAIN_THEME',3,'eldy','chaine',0,'Default theme','2012-12-08 14:08:20'),(1771,'MAIN_DELAY_ACTIONS_TODO',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur actions planifiées non réalisées','2012-12-08 14:08:20'),(1772,'MAIN_DELAY_ORDERS_TO_PROCESS',3,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes clients non traitées','2012-12-08 14:08:20'),(1773,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes fournisseurs non traitées','2012-12-08 14:08:20'),(1774,'MAIN_DELAY_PROPALS_TO_CLOSE',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales à cloturer','2012-12-08 14:08:20'),(1775,'MAIN_DELAY_PROPALS_TO_BILL',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales non facturées','2012-12-08 14:08:20'),(1776,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures client impayées','2012-12-08 14:08:20'),(1777,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',3,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures fournisseur impayées','2012-12-08 14:08:20'),(1778,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',3,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2012-12-08 14:08:20'),(1779,'MAIN_DELAY_RUNNING_SERVICES',3,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services expirés','2012-12-08 14:08:20'),(1780,'MAIN_DELAY_MEMBERS',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur cotisations adhérent en retard','2012-12-08 14:08:20'),(1781,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',3,'62','chaine',0,'Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire','2012-12-08 14:08:20'),(1782,'MAILING_EMAIL_FROM',3,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2012-12-08 14:08:20'),(1803,'SYSLOG_FILE',1,'DOL_DATA_ROOT/dolibarr.log','chaine',0,'','2012-12-08 14:15:08'),(1804,'SYSLOG_HANDLERS',1,'[\"mod_syslog_file\"]','chaine',0,'','2012-12-08 14:15:08'),(1805,'MAIN_MODULE_SKINCOLOREDITOR',3,'1',NULL,0,NULL,'2012-12-08 14:35:40'),(1806,'MAIN_MODULE_SKINCOLOREDITOR_TABS_0',3,'user:+tabskincoloreditors:ColorEditor:skincoloreditor@skincoloreditor:/skincoloreditor/usercolors.php?id=__ID__','chaine',0,NULL,'2012-12-08 14:35:40'),(1922,'PAYPAL_API_SANDBOX',1,'1','chaine',0,'','2012-12-12 12:11:05'),(1923,'PAYPAL_API_USER',1,'seller_1355312017_biz_api1.nltechno.com','chaine',0,'','2012-12-12 12:11:05'),(1924,'PAYPAL_API_PASSWORD',1,'1355312040','chaine',0,'','2012-12-12 12:11:05'),(1925,'PAYPAL_API_SIGNATURE',1,'AXqqdsWBzvfn0q5iNmbuiDv1y.3EAXIMWyl4C5KvDReR9HDwwAd6dQ4Q','chaine',0,'','2012-12-12 12:11:05'),(1926,'PAYPAL_API_INTEGRAL_OR_PAYPALONLY',1,'integral','chaine',0,'','2012-12-12 12:11:05'),(1927,'PAYPAL_SECURITY_TOKEN',1,'50c82fab36bb3b6aa83e2a50691803b2','chaine',0,'','2012-12-12 12:11:05'),(1928,'PAYPAL_SECURITY_TOKEN_UNIQUE',1,'0','chaine',0,'','2012-12-12 12:11:05'),(1929,'PAYPAL_ADD_PAYMENT_URL',1,'1','chaine',0,'','2012-12-12 12:11:05'),(1980,'MAIN_PDF_FORMAT',1,'EUA4','chaine',0,'','2012-12-12 19:58:05'),(1981,'MAIN_PROFID1_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1982,'MAIN_PROFID2_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1983,'MAIN_PROFID3_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1984,'MAIN_PROFID4_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1985,'MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT',1,'0','chaine',0,'','2012-12-12 19:58:05'),(2251,'FCKEDITOR_TEST',1,'Test<br />\r\n<img alt=\"\" src=\"/dolibarrnew/viewimage.php?modulepart=fckeditor&amp;file=image/Julien-Lavergne_reference_medium.jpg\" style=\"width: 200px; height: 172px;\" />fdfs','chaine',0,'','2012-12-19 19:12:24'),(2293,'SYSTEMTOOLS_MYSQLDUMP',1,'/usr/bin/mysqldump','chaine',0,'','2012-12-27 02:02:00'),(2835,'MAIN_USE_CONNECT_TIMEOUT',1,'10','chaine',0,'','2013-01-16 19:28:50'),(2836,'MAIN_USE_RESPONSE_TIMEOUT',1,'30','chaine',0,'','2013-01-16 19:28:50'),(2837,'MAIN_PROXY_USE',1,'0','chaine',0,'','2013-01-16 19:28:50'),(2838,'MAIN_PROXY_HOST',1,'localhost','chaine',0,'','2013-01-16 19:28:50'),(2839,'MAIN_PROXY_PORT',1,'8080','chaine',0,'','2013-01-16 19:28:50'),(2840,'MAIN_PROXY_USER',1,'aaa','chaine',0,'','2013-01-16 19:28:50'),(2841,'MAIN_PROXY_PASS',1,'bbb','chaine',0,'','2013-01-16 19:28:50'),(2848,'OVHSMS_NICK',1,'BN196-OVH','chaine',0,'','2013-01-16 19:32:36'),(2849,'OVHSMS_PASS',1,'bigone-10','chaine',0,'','2013-01-16 19:32:36'),(2850,'OVHSMS_SOAPURL',1,'https://www.ovh.com/soapi/soapi-re-1.55.wsdl','chaine',0,'','2013-01-16 19:32:36'),(2854,'THEME_ELDY_RGB',1,'bfbf00','chaine',0,'','2013-01-18 10:02:53'),(2855,'THEME_ELDY_ENABLE_PERSONALIZED',1,'0','chaine',0,'','2013-01-18 10:02:55'),(2858,'MAIN_SESSION_TIMEOUT',1,'2000','chaine',0,'','2013-01-19 17:01:53'),(2862,'TICKET_ADDON',1,'mod_ticket_avenc','chaine',0,'Nom du gestionnaire de numerotation des tickets','2013-01-19 17:16:10'),(2867,'FACSIM_ADDON',1,'mod_facsim_alcoy','chaine',0,'','2013-01-19 17:16:25'),(2868,'POS_SERVICES',1,'0','chaine',0,'','2013-01-19 17:16:51'),(2869,'POS_USE_TICKETS',1,'1','chaine',0,'','2013-01-19 17:16:51'),(2870,'POS_MAX_TTC',1,'100','chaine',0,'','2013-01-19 17:16:51'),(3190,'MAIN_MODULE_HOLIDAY',2,'1',NULL,0,NULL,'2013-02-01 08:52:34'),(3191,'MAIN_MODULE_HOLIDAY_TABS_0',2,'user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->write:/holiday/index.php?mainmenu=holiday&id=__ID__','chaine',0,NULL,'2013-02-01 08:52:34'),(3195,'INVOICE_SUPPLIER_ADDON_PDF',1,'canelle','chaine',0,'','2013-02-10 19:50:27'),(3199,'MAIN_FORCE_RELOAD_PAGE',1,'1','chaine',0,NULL,'2013-02-12 16:22:55'),(3217,'MAIN_PDF_TITLE_BACKGROUND_COLOR',1,'240,240,240','chaine',1,'','2013-02-13 15:18:02'),(3223,'OVH_THIRDPARTY_IMPORT',1,'2','chaine',0,'','2013-02-13 16:20:18'),(3241,'COMPANY_USE_SEARCH_TO_SELECT',1,'2','chaine',0,'','2013-02-17 14:33:39'),(3409,'AGENDA_USE_EVENT_TYPE',1,'1','chaine',0,'','2013-02-27 18:12:24'),(3886,'MAIN_REMOVE_INSTALL_WARNING',1,'1','chaine',1,'','2013-03-02 18:32:50'),(4013,'MAIN_DELAY_ACTIONS_TODO',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4014,'MAIN_DELAY_PROPALS_TO_CLOSE',1,'31','chaine',0,'','2013-03-06 08:59:12'),(4015,'MAIN_DELAY_PROPALS_TO_BILL',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4016,'MAIN_DELAY_ORDERS_TO_PROCESS',1,'2','chaine',0,'','2013-03-06 08:59:12'),(4017,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',1,'31','chaine',0,'','2013-03-06 08:59:12'),(4018,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4019,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',1,'2','chaine',0,'','2013-03-06 08:59:12'),(4020,'MAIN_DELAY_RUNNING_SERVICES',1,'-15','chaine',0,'','2013-03-06 08:59:12'),(4021,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',1,'62','chaine',0,'','2013-03-06 08:59:13'),(4022,'MAIN_DELAY_MEMBERS',1,'31','chaine',0,'','2013-03-06 08:59:13'),(4023,'MAIN_DISABLE_METEO',1,'0','chaine',0,'','2013-03-06 08:59:13'),(4044,'ADHERENT_VAT_FOR_SUBSCRIPTIONS',1,'0','',0,'','2013-03-06 16:06:38'),(4047,'ADHERENT_BANK_USE',1,'bankviainvoice','',0,'','2013-03-06 16:12:30'),(4049,'PHPSANE_SCANIMAGE',1,'/usr/bin/scanimage','chaine',0,'','2013-03-06 21:54:13'),(4050,'PHPSANE_PNMTOJPEG',1,'/usr/bin/pnmtojpeg','chaine',0,'','2013-03-06 21:54:13'),(4051,'PHPSANE_PNMTOTIFF',1,'/usr/bin/pnmtotiff','chaine',0,'','2013-03-06 21:54:13'),(4052,'PHPSANE_OCR',1,'/usr/bin/gocr','chaine',0,'','2013-03-06 21:54:13'),(4548,'ECM_AUTO_TREE_ENABLED',1,'1','chaine',0,'','2013-03-10 15:57:21'),(4579,'MAIN_MODULE_AGENDA',2,'1',NULL,0,NULL,'2013-03-13 15:29:19'),(4580,'MAIN_AGENDA_ACTIONAUTO_COMPANY_CREATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4581,'MAIN_AGENDA_ACTIONAUTO_CONTRACT_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4582,'MAIN_AGENDA_ACTIONAUTO_PROPAL_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4583,'MAIN_AGENDA_ACTIONAUTO_PROPAL_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4584,'MAIN_AGENDA_ACTIONAUTO_ORDER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4585,'MAIN_AGENDA_ACTIONAUTO_ORDER_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4586,'MAIN_AGENDA_ACTIONAUTO_BILL_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4587,'MAIN_AGENDA_ACTIONAUTO_BILL_PAYED',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4588,'MAIN_AGENDA_ACTIONAUTO_BILL_CANCEL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4589,'MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4590,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4591,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4592,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4593,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4594,'MAIN_AGENDA_ACTIONAUTO_BILL_UNVALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4595,'MAIN_MODULE_GOOGLE',2,'1',NULL,0,NULL,'2013-03-13 15:29:47'),(4596,'MAIN_MODULE_GOOGLE_TABS_0',2,'agenda:+gcal:MenuAgendaGoogle:google@google:$conf->google->enabled && $conf->global->GOOGLE_ENABLE_AGENDA:/google/index.php','chaine',0,NULL,'2013-03-13 15:29:47'),(4597,'MAIN_MODULE_GOOGLE_TABS_1',2,'user:+gsetup:GoogleUserConf:google@google:$conf->google->enabled && $conf->global->GOOGLE_DUPLICATE_INTO_GCAL:/google/admin/google_calsync_user.php?id=__ID__','chaine',0,NULL,'2013-03-13 15:29:47'),(4598,'MAIN_MODULE_GOOGLE_TRIGGERS',2,'1','chaine',0,NULL,'2013-03-13 15:29:47'),(4599,'MAIN_MODULE_GOOGLE_HOOKS',2,'[\"toprightmenu\"]','chaine',0,NULL,'2013-03-13 15:29:47'),(4688,'GOOGLE_ENABLE_AGENDA',2,'1','chaine',0,'','2013-03-13 15:36:29'),(4689,'GOOGLE_AGENDA_NAME1',2,'eldy','chaine',0,'','2013-03-13 15:36:29'),(4690,'GOOGLE_AGENDA_SRC1',2,'eldy10@mail.com','chaine',0,'','2013-03-13 15:36:29'),(4691,'GOOGLE_AGENDA_COLOR1',2,'BE6D00','chaine',0,'','2013-03-13 15:36:29'),(4692,'GOOGLE_AGENDA_COLOR2',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4693,'GOOGLE_AGENDA_COLOR3',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4694,'GOOGLE_AGENDA_COLOR4',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4695,'GOOGLE_AGENDA_COLOR5',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4696,'GOOGLE_AGENDA_TIMEZONE',2,'Europe/Paris','chaine',0,'','2013-03-13 15:36:29'),(4697,'GOOGLE_AGENDA_NB',2,'5','chaine',0,'','2013-03-13 15:36:29'),(4725,'SOCIETE_CODECLIENT_ADDON',2,'mod_codeclient_leopard','chaine',0,'Module to control third parties codes','2013-03-13 20:21:35'),(4726,'SOCIETE_CODECOMPTA_ADDON',2,'mod_codecompta_panicum','chaine',0,'Module to control third parties codes','2013-03-13 20:21:35'),(4727,'SOCIETE_FISCAL_MONTH_START',2,'','chaine',0,'Mettre le numero du mois du debut d\\\'annee fiscale, ex: 9 pour septembre','2013-03-13 20:21:35'),(4728,'MAIN_SEARCHFORM_SOCIETE',2,'1','yesno',0,'Show form for quick company search','2013-03-13 20:21:35'),(4729,'MAIN_SEARCHFORM_CONTACT',2,'1','yesno',0,'Show form for quick contact search','2013-03-13 20:21:35'),(4730,'COMPANY_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/thirdparties','chaine',0,NULL,'2013-03-13 20:21:35'),(4743,'MAIN_MODULE_CLICKTODIAL',2,'1',NULL,0,NULL,'2013-03-13 20:30:28'),(4744,'MAIN_MODULE_NOTIFICATION',2,'1',NULL,0,NULL,'2013-03-13 20:30:34'),(4745,'MAIN_MODULE_WEBSERVICES',2,'1',NULL,0,NULL,'2013-03-13 20:30:41'),(4746,'MAIN_MODULE_PROPALE',2,'1',NULL,0,NULL,'2013-03-13 20:32:38'),(4747,'PROPALE_ADDON_PDF',2,'azur','chaine',0,'Nom du gestionnaire de generation des propales en PDF','2013-03-13 20:32:38'),(4748,'PROPALE_ADDON',2,'mod_propale_marbre','chaine',0,'Nom du gestionnaire de numerotation des propales','2013-03-13 20:32:38'),(4749,'PROPALE_VALIDITY_DURATION',2,'15','chaine',0,'Duration of validity of business proposals','2013-03-13 20:32:38'),(4750,'PROPALE_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/proposals','chaine',0,NULL,'2013-03-13 20:32:38'),(4752,'MAIN_MODULE_TAX',2,'1',NULL,0,NULL,'2013-03-13 20:32:47'),(4753,'MAIN_MODULE_DON',2,'1',NULL,0,NULL,'2013-03-13 20:32:54'),(4754,'DON_ADDON_MODEL',2,'html_cerfafr','chaine',0,'Nom du gestionnaire de generation de recu de dons','2013-03-13 20:32:54'),(4755,'POS_USE_TICKETS',2,'1','chaine',0,'','2013-03-13 20:33:09'),(4756,'POS_MAX_TTC',2,'100','chaine',0,'','2013-03-13 20:33:09'),(4757,'MAIN_MODULE_POS',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4758,'TICKET_ADDON',2,'mod_ticket_avenc','chaine',0,'Nom du gestionnaire de numerotation des tickets','2013-03-13 20:33:09'),(4759,'MAIN_MODULE_BANQUE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4760,'MAIN_MODULE_FACTURE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4761,'FACTURE_ADDON_PDF',2,'crabe','chaine',0,'Name of PDF model of invoice','2013-03-13 20:33:09'),(4762,'FACTURE_ADDON',2,'mod_facture_terre','chaine',0,'Name of numbering numerotation rules of invoice','2013-03-13 20:33:09'),(4763,'FACTURE_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/invoices','chaine',0,NULL,'2013-03-13 20:33:09'),(4764,'MAIN_MODULE_SOCIETE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4765,'MAIN_MODULE_PRODUCT',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4766,'PRODUCT_CODEPRODUCT_ADDON',2,'mod_codeproduct_leopard','chaine',0,'Module to control product codes','2013-03-13 20:33:09'),(4767,'MAIN_SEARCHFORM_PRODUITSERVICE',2,'1','yesno',0,'Show form for quick product search','2013-03-13 20:33:09'),(4772,'FACSIM_ADDON',2,'mod_facsim_alcoy','chaine',0,'','2013-03-13 20:33:32'),(4773,'MAIN_MODULE_MAILING',2,'1',NULL,0,NULL,'2013-03-13 20:33:37'),(4774,'MAIN_MODULE_OPENSURVEY',2,'1',NULL,0,NULL,'2013-03-13 20:33:42'),(4782,'AGENDA_USE_EVENT_TYPE',2,'1','chaine',0,'','2013-03-13 20:53:36'),(4884,'AGENDA_DISABLE_EXT',2,'1','chaine',0,'','2013-03-13 22:03:40'),(4928,'COMMANDE_SUPPLIER_ADDON_NUMBER',1,'mod_commande_fournisseur_muguet','chaine',0,'Nom du gestionnaire de numerotation des commandes fournisseur','2013-03-22 09:24:29'),(4929,'INVOICE_SUPPLIER_ADDON_NUMBER',1,'mod_facture_fournisseur_cactus','chaine',0,'Nom du gestionnaire de numerotation des factures fournisseur','2013-03-22 09:24:29'),(5001,'MAIN_CRON_KEY',0,'bc54582fe30d5d4a830c6f582ec28810','chaine',0,'','2013-03-23 17:54:53'),(5009,'CRON_KEY',0,'2c2e755c20be2014098f629865598006','chaine',0,'','2013-03-23 18:06:24'),(5139,'SOCIETE_ADD_REF_IN_LIST',1,'','yesno',0,'Display customer ref into select list','2013-09-08 23:06:08'),(5150,'PROJECT_TASK_ADDON_PDF',1,'','chaine',0,'Name of PDF/ODT tasks manager class','2013-09-08 23:06:14'),(5151,'PROJECT_TASK_ADDON',1,'mod_task_simple','chaine',0,'Name of Numbering Rule task manager class','2013-09-08 23:06:14'),(5152,'PROJECT_TASK_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/tasks','chaine',0,'','2013-09-08 23:06:14'),(5239,'BOOKMARKS_SHOW_IN_MENU',1,'10','chaine',0,'','2014-03-02 15:42:26'),(5271,'DONATION_ART200',1,'','yesno',0,'Option Française - Eligibilité Art200 du CGI','2014-12-21 12:51:28'),(5272,'DONATION_ART238',1,'','yesno',0,'Option Française - Eligibilité Art238 bis du CGI','2014-12-21 12:51:28'),(5273,'DONATION_ART885',1,'','yesno',0,'Option Française - Eligibilité Art885-0 V bis du CGI','2014-12-21 12:51:28'),(5274,'DONATION_MESSAGE',1,'Thank you','chaine',0,'Message affiché sur le récépissé de versements ou dons','2014-12-21 12:51:28'),(5288,'DONATION_ACCOUNTINGACCOUNT',1,'7581','chaine',0,'Compte comptable de remise des versements ou dons','2015-07-19 13:41:21'),(5349,'MAIN_SEARCHFORM_CONTACT',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5351,'MAIN_SEARCHFORM_PRODUITSERVICE',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5352,'MAIN_SEARCHFORM_PRODUITSERVICE_SUPPLIER',1,'0','chaine',0,'','2015-10-03 10:11:33'),(5353,'MAIN_SEARCHFORM_ADHERENT',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5354,'MAIN_SEARCHFORM_PROJECT',1,'0','chaine',0,'','2015-10-03 10:11:33'),(5394,'FCKEDITOR_ENABLE_DETAILS',1,'1','yesno',0,'WYSIWIG for products details lines for all entities','2015-11-04 15:27:44'),(5395,'FCKEDITOR_ENABLE_USERSIGN',1,'1','yesno',0,'WYSIWIG for user signature','2015-11-04 15:27:44'),(5396,'FCKEDITOR_ENABLE_MAIL',1,'1','yesno',0,'WYSIWIG for products details lines for all entities','2015-11-04 15:27:44'),(5398,'CATEGORIE_RECURSIV_ADD',1,'','yesno',0,'Affect parent categories','2015-11-04 15:27:46'),(5403,'MAIN_MODULE_FCKEDITOR',1,'1',NULL,0,NULL,'2015-11-04 15:41:40'),(5404,'MAIN_MODULE_CATEGORIE',1,'1',NULL,0,NULL,'2015-11-04 15:41:43'),(5415,'EXPEDITION_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/shipment','chaine',0,NULL,'2015-11-15 22:38:28'),(5416,'LIVRAISON_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/delivery','chaine',0,NULL,'2015-11-15 22:38:28'),(5419,'MAIN_MODULE_CASHDESK',1,'1',NULL,0,NULL,'2015-11-15 22:38:33'),(5426,'MAIN_MODULE_PROJET',1,'1',NULL,0,NULL,'2015-11-15 22:38:44'),(5427,'PROJECT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/projects','chaine',0,NULL,'2015-11-15 22:38:44'),(5428,'PROJECT_USE_OPPORTUNIES',1,'1','chaine',0,NULL,'2015-11-15 22:38:44'),(5430,'MAIN_MODULE_EXPORT',1,'1',NULL,0,NULL,'2015-11-15 22:38:56'),(5431,'MAIN_MODULE_IMPORT',1,'1',NULL,0,NULL,'2015-11-15 22:38:58'),(5432,'MAIN_MODULE_MAILING',1,'1',NULL,0,NULL,'2015-11-15 22:39:00'),(5434,'EXPENSEREPORT_ADDON_PDF',1,'standard','chaine',0,'Name of manager to build PDF expense reports documents','2015-11-15 22:39:05'),(5436,'SALARIES_ACCOUNTING_ACCOUNT_PAYMENT',1,'421','chaine',0,NULL,'2015-11-15 22:39:08'),(5437,'SALARIES_ACCOUNTING_ACCOUNT_CHARGE',1,'641','chaine',0,NULL,'2015-11-15 22:39:08'),(5441,'ADHERENT_ETIQUETTE_TEXT',1,'%FULLNAME%\n%ADDRESS%\n%ZIP% %TOWN%\n%COUNTRY%','text',0,'Text to print on member address sheets','2018-11-23 11:56:07'),(5443,'MAIN_MODULE_PRELEVEMENT',1,'1',NULL,0,NULL,'2015-11-15 22:39:33'),(5453,'MAIN_MODULE_CONTRAT',1,'1',NULL,0,NULL,'2015-11-15 22:39:52'),(5455,'MAIN_MODULE_FICHEINTER',1,'1',NULL,0,NULL,'2015-11-15 22:39:56'),(5459,'MAIN_MODULE_PAYPAL',1,'1',NULL,0,NULL,'2015-11-15 22:41:02'),(5460,'MAIN_MODULE_MARGIN',1,'1',NULL,0,NULL,'2015-11-15 22:41:47'),(5461,'MAIN_MODULE_MARGIN_TABS_0',1,'product:+margin:Margins:margins:$user->rights->margins->liretous:/margin/tabs/productMargins.php?id=__ID__','chaine',0,NULL,'2015-11-15 22:41:47'),(5462,'MAIN_MODULE_MARGIN_TABS_1',1,'thirdparty:+margin:Margins:margins:empty($user->societe_id) && $user->rights->margins->liretous && ($object->client > 0):/margin/tabs/thirdpartyMargins.php?socid=__ID__','chaine',0,NULL,'2015-11-15 22:41:47'),(5463,'MAIN_MODULE_PROPALE',1,'1',NULL,0,NULL,'2015-11-15 22:41:47'),(5483,'GENBARCODE_BARCODETYPE_THIRDPARTY',1,'6','chaine',0,'','2016-01-16 15:49:43'),(5484,'PRODUIT_DEFAULT_BARCODE_TYPE',1,'2','chaine',0,'','2016-01-16 15:49:46'),(5539,'PRODUCT_USE_OLD_PATH_FOR_PHOTO',0,'0','chaine',1,'Use old path for products images','2016-01-22 13:34:23'),(5541,'MODULE_GOOGLE_DEBUG',1,'0','chaine',1,'','2016-01-22 13:34:57'),(5586,'MAIN_DELAY_EXPENSEREPORTS_TO_PAY',1,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur les notes de frais impayées','2016-01-22 17:28:18'),(5587,'MAIN_FIX_FOR_BUGGED_MTA',1,'1','chaine',1,'Set constant to fix email ending from PHP with some linux ike system','2016-01-22 17:28:18'),(5590,'MAIN_VERSION_LAST_INSTALL',0,'3.8.3','chaine',0,'Dolibarr version when install','2016-01-22 17:28:42'),(5604,'MAIN_INFO_SOCIETE_LOGO',1,'mybigcompany.png','chaine',0,'','2016-01-22 17:33:49'),(5605,'MAIN_INFO_SOCIETE_LOGO_SMALL',1,'mybigcompany_small.png','chaine',0,'','2016-01-22 17:33:49'),(5606,'MAIN_INFO_SOCIETE_LOGO_MINI',1,'mybigcompany_mini.png','chaine',0,'','2016-01-22 17:33:49'),(5612,'MAIN_ENABLE_LOG_TO_HTML',0,'0','chaine',1,'If this option is set to 1, it is possible to see log output at end of HTML sources by adding paramater logtohtml=1 on URL','2016-03-13 10:54:45'),(5614,'MAIN_SIZE_SHORTLISTE_LIMIT',1,'4','chaine',0,'Longueur maximum des listes courtes (fiche client)','2016-03-13 10:54:46'),(5626,'MAIN_MODULE_SUPPLIERPROPOSAL',1,'1',NULL,0,NULL,'2016-07-30 11:13:20'),(5627,'SUPPLIER_PROPOSAL_ADDON_PDF',1,'aurore','chaine',0,'Name of submodule to generate PDF for supplier quotation request','2016-07-30 11:13:20'),(5628,'SUPPLIER_PROPOSAL_ADDON',1,'mod_supplier_proposal_marbre','chaine',0,'Name of submodule to number supplier quotation request','2016-07-30 11:13:20'),(5629,'SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/supplier_proposal','chaine',0,NULL,'2016-07-30 11:13:20'),(5632,'MAIN_MODULE_RESOURCE',1,'1',NULL,0,NULL,'2016-07-30 11:13:32'),(5633,'MAIN_MODULE_API',1,'1',NULL,0,NULL,'2016-07-30 11:13:54'),(5634,'MAIN_MODULE_WEBSERVICES',1,'1',NULL,0,NULL,'2016-07-30 11:13:56'),(5635,'WEBSERVICES_KEY',1,'dolibarrkey','chaine',0,'','2016-07-30 11:14:04'),(5638,'MAIN_MODULE_EXTERNALRSS',1,'1',NULL,0,NULL,'2016-07-30 11:15:04'),(5639,'EXTERNAL_RSS_TITLE_1',1,'Dolibarr.org News','chaine',0,'','2016-07-30 11:15:25'),(5640,'EXTERNAL_RSS_URLRSS_1',1,'https://www.dolibarr.org/rss','chaine',0,'','2016-07-30 11:15:25'),(5642,'SOCIETE_CODECOMPTA_ADDON',1,'mod_codecompta_aquarium','chaine',0,'','2016-07-30 11:16:42'),(5707,'CASHDESK_NO_DECREASE_STOCK',1,'1','chaine',0,'','2016-07-30 13:38:11'),(5708,'MAIN_MODULE_PRODUCTBATCH',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5710,'MAIN_MODULE_STOCK',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5711,'MAIN_MODULE_PRODUCT',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5712,'MAIN_MODULE_EXPEDITION',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5808,'MARGIN_TYPE',1,'costprice','chaine',0,'','2016-07-30 16:32:18'),(5809,'DISPLAY_MARGIN_RATES',1,'1','chaine',0,'','2016-07-30 16:32:20'),(5810,'MAIN_FEATURES_LEVEL',0,'0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development','2016-07-30 18:36:15'),(5813,'USER_PASSWORD_PATTERN',1,'8;1;1;1;3;1','chaine',0,'','2016-07-31 16:04:58'),(5814,'MAIN_MODULE_EXPENSEREPORT',1,'1',NULL,0,NULL,'2016-07-31 21:14:32'),(5830,'LOAN_ACCOUNTING_ACCOUNT_CAPITAL',1,'164','chaine',0,NULL,'2017-01-29 15:11:51'),(5831,'LOAN_ACCOUNTING_ACCOUNT_INSURANCE',1,'6162','chaine',0,NULL,'2017-01-29 15:11:51'),(5833,'ACCOUNTING_EXPORT_SEPARATORCSV',1,',','string',0,NULL,'2017-01-29 15:11:56'),(5834,'ACCOUNTING_ACCOUNT_SUSPENSE',1,'471','chaine',0,NULL,'2017-01-29 15:11:56'),(5839,'ACCOUNTING_ACCOUNT_TRANSFER_CASH',1,'58','chaine',0,NULL,'2017-01-29 15:11:56'),(5840,'CHARTOFACCOUNTS',1,'2','chaine',0,NULL,'2017-01-29 15:11:56'),(5841,'ACCOUNTING_EXPORT_MODELCSV',1,'1','chaine',0,NULL,'2017-01-29 15:11:56'),(5842,'ACCOUNTING_LENGTH_GACCOUNT',1,'','chaine',0,NULL,'2017-01-29 15:11:56'),(5843,'ACCOUNTING_LENGTH_AACCOUNT',1,'','chaine',0,NULL,'2017-01-29 15:11:56'),(5844,'ACCOUNTING_LIST_SORT_VENTILATION_TODO',1,'1','yesno',0,NULL,'2017-01-29 15:11:56'),(5845,'ACCOUNTING_LIST_SORT_VENTILATION_DONE',1,'1','yesno',0,NULL,'2017-01-29 15:11:56'),(5846,'ACCOUNTING_EXPORT_DATE',1,'%d%m%Y','chaine',0,NULL,'2017-01-29 15:11:56'),(5848,'ACCOUNTING_EXPORT_FORMAT',1,'csv','chaine',0,NULL,'2017-01-29 15:11:56'),(5853,'MAIN_MODULE_WORKFLOW',1,'1',NULL,0,NULL,'2017-01-29 15:12:12'),(5854,'MAIN_MODULE_NOTIFICATION',1,'1',NULL,0,NULL,'2017-01-29 15:12:35'),(5855,'MAIN_MODULE_OAUTH',1,'1',NULL,0,NULL,'2017-01-29 15:12:41'),(5856,'MAIN_MODULE_PRINTING',1,'1',NULL,0,NULL,'2017-01-29 15:12:44'),(5883,'MAILING_LIMIT_SENDBYWEB',0,'15','chaine',1,'Number of targets to defined packet size when sending mass email','2017-01-29 17:36:33'),(5884,'MAIN_MAIL_DEBUG',1,'0','chaine',1,'','2017-01-29 18:53:02'),(5885,'MAIN_SOAP_DEBUG',1,'0','chaine',1,'','2017-01-29 18:53:02'),(5887,'PROJECT_USE_OPPORTUNITIES',1,'1','chaine',0,'','2017-02-01 12:23:56'),(5888,'PROJECT_HIDE_TASKS',1,'1','chaine',0,'','2017-02-01 12:23:56'),(5889,'MAIN_AGENDA_ACTIONAUTO_COMPANY_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5890,'MAIN_AGENDA_ACTIONAUTO_COMPANY_CREATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5891,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLOSE_REFUSED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5892,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLOSE_SIGNED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5893,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5894,'MAIN_AGENDA_ACTIONAUTO_PROPAL_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5895,'MAIN_AGENDA_ACTIONAUTO_PROPAL_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5896,'MAIN_AGENDA_ACTIONAUTO_ORDER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5897,'MAIN_AGENDA_ACTIONAUTO_ORDER_CLOSE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5898,'MAIN_AGENDA_ACTIONAUTO_ORDER_CANCEL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5899,'MAIN_AGENDA_ACTIONAUTO_ORDER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5900,'MAIN_AGENDA_ACTIONAUTO_ORDER_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5901,'MAIN_AGENDA_ACTIONAUTO_BILL_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5902,'MAIN_AGENDA_ACTIONAUTO_BILL_PAYED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5903,'MAIN_AGENDA_ACTIONAUTO_BILL_CANCEL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5904,'MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5905,'MAIN_AGENDA_ACTIONAUTO_BILL_UNVALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5906,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5907,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_APPROVE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5908,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_RECEIVE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5909,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_SUBMIT',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5910,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_REFUSE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5911,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5912,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5913,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_UNVALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5914,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5915,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_PAYED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5916,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5917,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_CANCELED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5918,'MAIN_AGENDA_ACTIONAUTO_CONTRACT_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5919,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_REOPEN',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5920,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5921,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5922,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5923,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5924,'MAIN_AGENDA_ACTIONAUTO_MEMBER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5925,'MAIN_AGENDA_ACTIONAUTO_MEMBER_SUBSCRIPTION',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5926,'MAIN_AGENDA_ACTIONAUTO_MEMBER_MODIFY',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5927,'MAIN_AGENDA_ACTIONAUTO_MEMBER_RESILIATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5928,'MAIN_AGENDA_ACTIONAUTO_MEMBER_DELETE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5929,'MAIN_AGENDA_ACTIONAUTO_PROJECT_CREATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5930,'MAIN_AGENDA_ACTIONAUTO_PROJECT_DELETE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5931,'DATABASE_PWD_ENCRYPTED',1,'1','chaine',0,'','2017-02-01 15:06:04'),(5932,'MAIN_DISABLE_ALL_MAILS',1,'0','chaine',0,'','2017-02-01 15:09:09'),(5933,'MAIN_MAIL_SENDMODE',1,'mail','chaine',0,'','2017-02-01 15:09:09'),(5934,'MAIN_MAIL_SMTP_PORT',1,'465','chaine',0,'','2017-02-01 15:09:09'),(5935,'MAIN_MAIL_SMTP_SERVER',1,'smtp.mail.com','chaine',0,'','2017-02-01 15:09:09'),(5936,'MAIN_MAIL_SMTPS_ID',1,'eldy10@mail.com','chaine',0,'','2017-02-01 15:09:09'),(5937,'MAIN_MAIL_SMTPS_PW',1,'bidonge','chaine',0,'','2017-02-01 15:09:09'),(5938,'MAIN_MAIL_EMAIL_FROM',1,'robot@example.com','chaine',0,'','2017-02-01 15:09:09'),(5939,'MAIN_MAIL_DEFAULT_FROMTYPE',1,'user','chaine',0,'','2017-02-01 15:09:09'),(5940,'PRELEVEMENT_ID_BANKACCOUNT',1,'1','chaine',0,'','2017-02-06 04:04:47'),(5941,'PRELEVEMENT_ICS',1,'ICS123456','chaine',0,'','2017-02-06 04:04:47'),(5942,'PRELEVEMENT_USER',1,'1','chaine',0,'','2017-02-06 04:04:47'),(5943,'BANKADDON_PDF',1,'sepamandate','chaine',0,'','2017-02-06 04:13:52'),(5947,'CHEQUERECEIPTS_THYME_MASK',1,'CHK{yy}{mm}-{0000@1}','chaine',0,'','2017-02-06 04:16:27'),(5948,'MAIN_MODULE_LOAN',1,'1',NULL,0,NULL,'2017-02-06 19:19:05'),(5954,'MAIN_SUBMODULE_EXPEDITION',1,'1','chaine',0,'','2017-02-06 23:57:37'),(5963,'MAIN_MODULE_BANQUE',1,'1',NULL,0,NULL,'2017-02-07 18:56:12'),(5964,'MAIN_MODULE_TAX',1,'1',NULL,0,NULL,'2017-02-07 18:56:12'),(5996,'CABINETMED_RHEUMATOLOGY_ON',1,'0','text',0,'','2018-11-23 11:56:07'),(5999,'MAIN_SEARCHFORM_SOCIETE',1,'1','text',0,'','2018-11-23 11:56:07'),(6000,'CABINETMED_BANK_PATIENT_REQUIRED',1,'0','text',0,'','2018-11-23 11:56:07'),(6019,'MAIN_INFO_SOCIETE_COUNTRY',2,'1:FR:France','chaine',0,'','2017-02-15 17:18:22'),(6020,'MAIN_INFO_SOCIETE_NOM',2,'MySecondCompany','chaine',0,'','2017-02-15 17:18:22'),(6021,'MAIN_INFO_SOCIETE_STATE',2,'0','chaine',0,'','2017-02-15 17:18:22'),(6022,'MAIN_MONNAIE',2,'EUR','chaine',0,'','2017-02-15 17:18:22'),(6023,'MAIN_LANG_DEFAULT',2,'auto','chaine',0,'','2017-02-15 17:18:22'),(6032,'MAIN_MODULE_MULTICURRENCY',1,'1',NULL,0,NULL,'2017-02-15 17:29:59'),(6047,'MAIN_MODULE_SYSLOG',0,'1',NULL,0,NULL,'2017-02-15 22:36:58'),(6048,'SYSLOG_FACILITY',0,'LOG_USER','chaine',0,'','2017-02-15 22:37:01'),(6049,'SYSLOG_FIREPHP_INCLUDEPATH',0,'/home/ldestailleur/git/dolibarr_5.0/htdocs/includes/firephp/firephp-core/lib/','chaine',0,'','2017-02-15 22:37:01'),(6050,'SYSLOG_FILE',0,'DOL_DATA_ROOT/dolibarr.log','chaine',0,'','2017-02-15 22:37:01'),(6051,'SYSLOG_CHROMEPHP_INCLUDEPATH',0,'/home/ldestailleur/git/dolibarr_5.0/htdocs/includes/ccampbell/chromephp/','chaine',0,'','2017-02-15 22:37:01'),(6052,'SYSLOG_HANDLERS',0,'[\"mod_syslog_file\"]','chaine',0,'','2017-02-15 22:37:01'),(6054,'SYSLOG_LEVEL',0,'7','chaine',0,'','2017-02-15 22:37:21'),(6074,'CABINETMED_DELAY_TO_LOCK_RECORD',1,'','chaine',1,'Number of days before locking edit of consultation','2017-02-21 00:04:15'),(6092,'MAIN_SIZE_SHORTLIST_LIMIT',0,'3','chaine',0,'Max length for small lists (tabs)','2017-05-12 09:02:38'),(6099,'MAIN_MODULE_SKYPE',1,'1',NULL,0,NULL,'2017-05-12 09:03:51'),(6100,'MAIN_MODULE_GRAVATAR',1,'1',NULL,0,NULL,'2017-05-12 09:03:54'),(6101,'MAIN_MODULE_ACCOUNTING',1,'1',NULL,0,NULL,'2017-05-12 09:14:30'),(6102,'PRODUCT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/products','chaine',0,'','2017-08-27 13:29:07'),(6103,'CONTRACT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/contracts','chaine',0,'','2017-08-27 13:29:07'),(6104,'USERGROUP_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/usergroups','chaine',0,'','2017-08-27 13:29:07'),(6105,'USER_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/users','chaine',0,'','2017-08-27 13:29:07'),(6106,'MAIN_ENABLE_OVERWRITE_TRANSLATION',1,'1','chaine',0,'Enable overwrote of translation','2017-08-27 13:29:07'),(6108,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6109,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_CLASSIFY_BILLED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6110,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_CLASSIFY_UNBILLED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6111,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6112,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_MODIFY',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6113,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_DELETE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6114,'MAIN_AGENDA_ACTIONAUTO_PROJECT_MODIFY',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6115,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6116,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_VALIDATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6117,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_APPROVE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6118,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_PAYED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6119,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6120,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_VALIDATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6121,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_APPROVE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6137,'MAIN_LANG_DEFAULT',1,'auto','chaine',0,'','2017-08-28 10:19:58'),(6138,'MAIN_MULTILANGS',1,'1','chaine',0,'','2017-08-28 10:19:58'),(6139,'MAIN_THEME',1,'eldy','chaine',0,'','2017-08-28 10:19:58'),(6140,'THEME_ELDY_USE_HOVER',1,'edf4fb','chaine',0,'','2017-08-28 10:19:58'),(6141,'MAIN_SIZE_LISTE_LIMIT',1,'25','chaine',0,'','2017-08-28 10:19:59'),(6142,'MAIN_SIZE_SHORTLIST_LIMIT',1,'3','chaine',0,'','2017-08-28 10:19:59'),(6143,'MAIN_DISABLE_JAVASCRIPT',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6144,'MAIN_BUTTON_HIDE_UNAUTHORIZED',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6145,'MAIN_START_WEEK',1,'1','chaine',0,'','2017-08-28 10:19:59'),(6146,'MAIN_DEFAULT_WORKING_DAYS',1,'1-5','chaine',0,'','2017-08-28 10:19:59'),(6147,'MAIN_DEFAULT_WORKING_HOURS',1,'9-18','chaine',0,'','2017-08-28 10:19:59'),(6148,'MAIN_SHOW_LOGO',1,'1','chaine',0,'','2017-08-28 10:19:59'),(6149,'MAIN_FIRSTNAME_NAME_POSITION',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6150,'MAIN_HELPCENTER_DISABLELINK',0,'1','chaine',0,'','2017-08-28 10:19:59'),(6151,'MAIN_HOME',1,'<span style=\"font-size:11px\">__(NoteSomeFeaturesAreDisabled)__<br />\r\n<br />\r\n__(SomeTranslationAreUncomplete)__</span>','chaine',0,'','2017-08-28 10:19:59'),(6152,'MAIN_HELP_DISABLELINK',0,'0','chaine',0,'','2017-08-28 10:19:59'),(6153,'MAIN_BUGTRACK_ENABLELINK',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6353,'MAIN_MENU_STANDARD',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6354,'MAIN_MENU_SMARTPHONE',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6355,'MAIN_MENUFRONT_STANDARD',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6356,'MAIN_MENUFRONT_SMARTPHONE',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6377,'COMMANDE_SAPHIR_MASK',1,'{yy}{mm}{000}{ttt}','chaine',0,'','2017-09-06 07:56:25'),(6461,'MAIN_INFO_SOCIETE_COUNTRY',1,'117:IN:India','chaine',0,'','2017-09-06 08:51:11'),(6462,'MAIN_INFO_SOCIETE_NOM',1,'MyBigCompany','chaine',0,'','2017-09-06 08:51:11'),(6463,'MAIN_INFO_SOCIETE_ADDRESS',1,'21 Jump street..ll..ee \"','chaine',0,'','2017-09-06 08:51:11'),(6464,'MAIN_INFO_SOCIETE_TOWN',1,'MyTown','chaine',0,'','2017-09-06 08:51:12'),(6465,'MAIN_INFO_SOCIETE_ZIP',1,'75500','chaine',0,'','2017-09-06 08:51:12'),(6466,'MAIN_INFO_SOCIETE_STATE',1,'290','chaine',0,'','2017-09-06 08:51:12'),(6467,'MAIN_MONNAIE',1,'EUR','chaine',0,'','2017-09-06 08:51:12'),(6468,'MAIN_INFO_SOCIETE_TEL',1,'09123123','chaine',0,'','2017-09-06 08:51:12'),(6469,'MAIN_INFO_SOCIETE_FAX',1,'09123124','chaine',0,'','2017-09-06 08:51:12'),(6470,'MAIN_INFO_SOCIETE_MAIL',1,'myemail@mybigcompany.com','chaine',0,'','2017-09-06 08:51:12'),(6471,'MAIN_INFO_SOCIETE_WEB',1,'https://www.dolibarr.org','chaine',0,'','2017-09-06 08:51:12'),(6472,'MAIN_INFO_SOCIETE_NOTE',1,'This is note about my company\r\n\"ee\"','chaine',0,'','2017-09-06 08:51:12'),(6473,'MAIN_INFO_SOCIETE_GENCOD',1,'1234567890','chaine',0,'','2017-09-06 08:51:12'),(6474,'MAIN_INFO_SOCIETE_MANAGERS',1,'Zack Zeceo','chaine',0,'','2017-09-06 08:51:12'),(6475,'MAIN_INFO_CAPITAL',1,'10000','chaine',0,'','2017-09-06 08:51:12'),(6476,'MAIN_INFO_SOCIETE_FORME_JURIDIQUE',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6477,'MAIN_INFO_SIREN',1,'123456','chaine',0,'','2017-09-06 08:51:12'),(6478,'MAIN_INFO_SIRET',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6479,'MAIN_INFO_APE',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6480,'MAIN_INFO_RCS',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6481,'MAIN_INFO_PROFID5',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6482,'MAIN_INFO_TVAINTRA',1,'FR1234567','chaine',0,'','2017-09-06 08:51:12'),(6483,'MAIN_INFO_SOCIETE_OBJECT',1,'A company demo to show how Dolibarr ERP CRM is wonderfull','chaine',0,'','2017-09-06 08:51:12'),(6484,'SOCIETE_FISCAL_MONTH_START',1,'4','chaine',0,'','2017-09-06 08:51:12'),(6485,'FACTURE_TVAOPTION',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6486,'FACTURE_LOCAL_TAX1_OPTION',1,'localtax1on','chaine',0,'','2017-09-06 08:51:12'),(6487,'FACTURE_LOCAL_TAX2_OPTION',1,'localtax2on','chaine',0,'','2017-09-06 08:51:12'),(6488,'MAIN_INFO_VALUE_LOCALTAX1',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6489,'MAIN_INFO_LOCALTAX_CALC1',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6490,'MAIN_INFO_VALUE_LOCALTAX2',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6491,'MAIN_INFO_LOCALTAX_CALC2',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6518,'GOOGLE_DUPLICATE_INTO_THIRDPARTIES',1,'1','chaine',0,'','2017-09-06 19:43:57'),(6519,'GOOGLE_DUPLICATE_INTO_CONTACTS',1,'0','chaine',0,'','2017-09-06 19:43:57'),(6520,'GOOGLE_TAG_PREFIX',1,'Dolibarr (Thirdparties)','chaine',0,'','2017-09-06 19:43:57'),(6521,'GOOGLE_TAG_PREFIX_CONTACTS',1,'Dolibarr (Contacts/Addresses)','chaine',0,'','2017-09-06 19:43:57'),(6522,'GOOGLE_ENABLE_AGENDA',1,'1','chaine',0,'','2017-09-06 19:44:12'),(6523,'GOOGLE_AGENDA_COLOR1',1,'1B887A','chaine',0,'','2017-09-06 19:44:12'),(6524,'GOOGLE_AGENDA_COLOR2',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6525,'GOOGLE_AGENDA_COLOR3',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6526,'GOOGLE_AGENDA_COLOR4',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6527,'GOOGLE_AGENDA_COLOR5',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6528,'GOOGLE_AGENDA_TIMEZONE',1,'Europe/Paris','chaine',0,'','2017-09-06 19:44:12'),(6529,'GOOGLE_AGENDA_NB',1,'5','chaine',0,'','2017-09-06 19:44:12'),(6543,'MAIN_SMS_DEBUG',0,'1','chaine',1,'This is to enable OVH SMS debug','2017-09-06 19:44:34'),(6562,'BLOCKEDLOG_ENTITY_FINGERPRINT',1,'b63e359ffca54d5c2bab869916eaf23d4a736703028ccbf77ce1167c5f830e7b','chaine',0,'Numeric Unique Fingerprint','2018-01-19 11:27:15'),(6564,'BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY',1,'FR','chaine',0,'This is list of country code where the module may be mandatory','2018-01-19 11:27:15'),(6565,'MAIN_MODULE_BOOKMARK',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:27:34'),(6566,'MAIN_MODULE_ADHERENT',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:27:56'),(6567,'ADHERENT_ADDON_PDF',1,'standard','chaine',0,'Name of PDF model of member','2018-01-19 11:27:56'),(6568,'MAIN_MODULE_VARIANTS',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:28:04'),(6569,'MAIN_MODULE_STRIPE',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:28:17'),(6570,'MAIN_MODULE_AGENDA',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6571,'MAIN_MODULE_BARCODE',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6572,'MAIN_MODULE_CRON',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6573,'MAIN_MODULE_COMMANDE',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6574,'MAIN_MODULE_DON',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6575,'MAIN_MODULE_ECM',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6576,'MAIN_MODULE_FACTURE',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6577,'MAIN_MODULE_FOURNISSEUR',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6578,'MAIN_MODULE_HOLIDAY',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6579,'MAIN_MODULE_HOLIDAY_TABS_0',1,'user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->read:/holiday/list.php?mainmenu=hrm&id=__ID__','chaine',0,NULL,'2018-03-16 09:54:05'),(6580,'MAIN_MODULE_OPENSURVEY',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6581,'MAIN_MODULE_SOCIETE',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6582,'MAIN_MODULE_SERVICE',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6583,'MAIN_MODULE_USER',0,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6584,'MAIN_MODULE_SALARIES',1,'1',NULL,0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-03-16 09:54:05'),(6587,'MAIN_MODULE_BLOCKEDLOG',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"127.0.0.1\"}','2018-03-16 09:57:24'),(6588,'MAIN_VERSION_LAST_UPGRADE',0,'8.0.0','chaine',0,'Dolibarr version for last upgrade','2018-11-23 11:56:17');
      +/*!40000 ALTER TABLE `llx_const` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contrat`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contrat`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contrat` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_supplier` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_contrat` datetime DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `mise_en_service` datetime DEFAULT NULL,
      +  `fin_validite` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_commercial_signature` int(11) DEFAULT NULL,
      +  `fk_commercial_suivi` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_mise_en_service` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_customer` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_contrat_ref` (`ref`,`entity`),
      +  KEY `idx_contrat_fk_soc` (`fk_soc`),
      +  KEY `idx_contrat_fk_user_author` (`fk_user_author`),
      +  CONSTRAINT `fk_contrat_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_contrat_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contrat`
      +--
      +
      +LOCK TABLES `llx_contrat` WRITE;
      +/*!40000 ALTER TABLE `llx_contrat` DISABLE KEYS */;
      +INSERT INTO `llx_contrat` VALUES (1,'CONTRACT1',NULL,NULL,1,'2010-07-08 23:53:55','2010-07-09 01:53:25','2010-07-09 00:00:00',1,NULL,NULL,NULL,3,NULL,2,2,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'CONTRAT1',NULL,NULL,1,'2010-07-10 16:18:16','2010-07-10 18:13:37','2010-07-10 00:00:00',1,NULL,NULL,NULL,2,NULL,2,2,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'CT1303-0001',NULL,NULL,1,'2013-03-06 09:05:07','2013-03-06 10:04:57','2013-03-06 00:00:00',1,NULL,NULL,NULL,19,NULL,1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_contrat` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contrat_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contrat_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contrat_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contrat_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contrat_extrafields`
      +--
      +
      +LOCK TABLES `llx_contrat_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_contrat_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contrat_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_contrat` int(11) NOT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `label` text COLLATE utf8_unicode_ci,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `date_commande` datetime DEFAULT NULL,
      +  `date_ouverture_prevue` datetime DEFAULT NULL,
      +  `date_ouverture` datetime DEFAULT NULL,
      +  `date_fin_validite` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double NOT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `price_ht` double DEFAULT NULL,
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '1',
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_author` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_ouverture` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `commentaire` text COLLATE utf8_unicode_ci,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_fk_contrat` (`fk_contrat`),
      +  KEY `idx_contratdet_fk_product` (`fk_product`),
      +  KEY `idx_contratdet_date_ouverture_prevue` (`date_ouverture_prevue`),
      +  KEY `idx_contratdet_date_ouverture` (`date_ouverture`),
      +  KEY `idx_contratdet_date_fin_validite` (`date_fin_validite`),
      +  KEY `fk_contratdet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_contratdet_fk_contrat` FOREIGN KEY (`fk_contrat`) REFERENCES `llx_contrat` (`rowid`),
      +  CONSTRAINT `fk_contratdet_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_contratdet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet`
      +--
      +
      +LOCK TABLES `llx_contratdet` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet` DISABLE KEYS */;
      +INSERT INTO `llx_contratdet` VALUES (1,'2013-03-06 09:00:00',1,3,4,'','',NULL,NULL,'2010-07-09 00:00:00','2010-07-09 12:00:00','2013-03-15 00:00:00',NULL,0.000,'',0.000,'',0.000,'',1,0,0.00000000,0,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,'2010-07-10 16:14:14',2,NULL,0,'','Abonnement annuel assurance',NULL,NULL,'2010-07-10 00:00:00',NULL,'2011-07-10 00:00:00',NULL,1.000,'',0.000,'',0.000,'',1,0,10.00000000,10,0,10.00000000,0.10000000,0.00000000,0.00000000,10.10000000,1,0,NULL,0.00000000,0,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,'2013-03-05 10:20:58',2,3,5,'','gdfg',NULL,NULL,'2010-07-10 00:00:00','2010-07-10 12:00:00','2011-07-09 00:00:00','2013-03-06 12:00:00',4.000,'',0.000,'',0.000,'',1,0,0.00000000,0,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,'2012-12-08 13:11:17',2,3,0,'','',NULL,NULL,'2010-07-10 00:00:00',NULL,NULL,NULL,0.000,'',0.000,'',0.000,'',1,10,40.00000000,40,NULL,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,0,NULL,0.00000000,0,NULL,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(5,'2013-03-06 09:05:40',3,NULL,4,'','gfdg',NULL,NULL,NULL,'2013-03-06 12:00:00','2013-03-07 12:00:00',NULL,0.000,'',0.000,'',0.000,'',1,0,10.00000000,10,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000);
      +/*!40000 ALTER TABLE `llx_contratdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_contratdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contratdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_contratdet` int(11) NOT NULL,
      +  `date` datetime NOT NULL,
      +  `statut` smallint(6) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `commentaire` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_log_fk_contratdet` (`fk_contratdet`),
      +  KEY `idx_contratdet_log_date` (`date`),
      +  CONSTRAINT `fk_contratdet_log_fk_contratdet` FOREIGN KEY (`fk_contratdet`) REFERENCES `llx_contratdet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet_log`
      +--
      +
      +LOCK TABLES `llx_contratdet_log` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contratdet_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cotisation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cotisation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cotisation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `dateadh` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `cotisation` double DEFAULT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_cotisation` (`fk_adherent`,`dateadh`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cotisation`
      +--
      +
      +LOCK TABLES `llx_cotisation` WRITE;
      +/*!40000 ALTER TABLE `llx_cotisation` DISABLE KEYS */;
      +INSERT INTO `llx_cotisation` VALUES (1,'2010-07-10 13:05:30','2010-07-10 15:05:30',2,'2010-07-10 00:00:00','2011-07-10',20,NULL,'Adhésion/cotisation 2010'),(2,'2010-07-11 14:20:00','2010-07-11 16:20:00',2,'2011-07-11 00:00:00','2012-07-10',10,NULL,'Adhésion/cotisation 2011'),(3,'2010-07-18 10:20:33','2010-07-18 12:20:33',2,'2012-07-11 00:00:00','2013-07-17',10,NULL,'Adhésion/cotisation 2012'),(4,'2013-03-06 15:43:37','2013-03-06 16:43:37',2,'2013-07-18 00:00:00','2014-07-17',10,NULL,'Adhésion/cotisation 2013'),(5,'2013-03-06 15:44:12','2013-03-06 16:44:12',2,'2014-07-18 00:00:00','2015-07-17',11,NULL,'Adhésion/cotisation 2014'),(6,'2013-03-06 15:47:48','2013-03-06 16:47:48',2,'2015-07-18 00:00:00','2016-07-17',10,NULL,'Adhésion/cotisation 2015'),(7,'2013-03-06 15:48:16','2013-03-06 16:48:16',2,'2016-07-18 00:00:00','2017-07-17',20,22,'Adhésion/cotisation 2016'),(8,'2013-03-20 13:17:57','2013-03-20 14:17:57',1,'2010-07-10 00:00:00','2011-07-09',10,NULL,'Adhésion/cotisation 2010'),(10,'2013-03-20 13:30:11','2013-03-20 14:30:11',1,'2011-07-10 00:00:00','2012-07-09',10,23,'Adhésion/cotisation 2011');
      +/*!40000 ALTER TABLE `llx_cotisation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cronjob`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cronjob`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cronjob` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `jobtype` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` text COLLATE utf8_unicode_ci NOT NULL,
      +  `command` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `classesname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `objectname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `methodename` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `params` text COLLATE utf8_unicode_ci,
      +  `md5params` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priority` int(11) DEFAULT '0',
      +  `datelastrun` datetime DEFAULT NULL,
      +  `datenextrun` datetime DEFAULT NULL,
      +  `datestart` datetime DEFAULT NULL,
      +  `dateend` datetime DEFAULT NULL,
      +  `datelastresult` datetime DEFAULT NULL,
      +  `lastresult` text COLLATE utf8_unicode_ci,
      +  `lastoutput` text COLLATE utf8_unicode_ci,
      +  `unitfrequency` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '3600',
      +  `frequency` int(11) NOT NULL DEFAULT '0',
      +  `nbrun` int(11) DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `libname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '0',
      +  `maxrun` int(11) NOT NULL DEFAULT '0',
      +  `autodelete` int(11) DEFAULT '0',
      +  `fk_mailing` int(11) DEFAULT NULL,
      +  `test` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `processing` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cronjob`
      +--
      +
      +LOCK TABLES `llx_cronjob` WRITE;
      +/*!40000 ALTER TABLE `llx_cronjob` DISABLE KEYS */;
      +INSERT INTO `llx_cronjob` VALUES (1,'2013-03-23 18:18:39','2013-03-23 19:18:39','command','aaa','aaaa','','','','','','',0,NULL,NULL,'2013-03-23 19:18:00',NULL,NULL,NULL,NULL,'3600',3600,0,0,1,1,'',NULL,0,0,0,NULL,'1',0),(36,'2018-03-16 09:54:05','2018-03-16 13:54:05','method','SendEmailsReminders',NULL,'comm/action/class/actioncomm.class.php','ActionComm','sendEmailsReminder',NULL,NULL,'agenda',10,NULL,NULL,'2018-03-16 13:54:05',NULL,NULL,NULL,NULL,'60',10,NULL,1,NULL,NULL,'SendEMailsReminder',NULL,1,0,0,NULL,'1',0),(37,'2018-03-16 09:54:05','2018-03-16 13:54:05','method','PurgeDeleteTemporaryFilesShort',NULL,'core/class/utils.class.php','Utils','purgeFiles',NULL,NULL,'cron',50,NULL,NULL,'2018-03-16 13:54:05',NULL,NULL,NULL,NULL,'604800',2,NULL,1,NULL,NULL,'PurgeDeleteTemporaryFiles',NULL,1,0,0,NULL,'1',0),(38,'2018-03-16 09:54:05','2018-03-16 13:54:05','method','MakeLocalDatabaseDumpShort',NULL,'core/class/utils.class.php','Utils','dumpDatabase','none,auto,1,auto,10',NULL,'cron',90,NULL,NULL,'2018-03-16 13:54:05',NULL,NULL,NULL,NULL,'604800',1,NULL,0,NULL,NULL,'MakeLocalDatabaseDump',NULL,1,0,0,NULL,'1',0),(39,'2018-03-16 09:54:05','2018-03-16 13:54:05','method','RecurringInvoices',NULL,'compta/facture/class/facture-rec.class.php','FactureRec','createRecurringInvoices',NULL,NULL,'facture',50,NULL,NULL,'2018-03-16 13:54:05',NULL,NULL,NULL,NULL,'86400',1,NULL,1,NULL,NULL,'Generate recurring invoices',NULL,1,0,0,NULL,'1',0);
      +/*!40000 ALTER TABLE `llx_cronjob` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_default_values`
      +--
      +
      +DROP TABLE IF EXISTS `llx_default_values`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_default_values` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_id` int(11) NOT NULL DEFAULT '0',
      +  `page` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `param` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_default_values` (`type`,`entity`,`user_id`,`page`,`param`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_default_values`
      +--
      +
      +LOCK TABLES `llx_default_values` WRITE;
      +/*!40000 ALTER TABLE `llx_default_values` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_default_values` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_deplacement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_deplacement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_deplacement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dated` datetime DEFAULT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `type` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_statut` int(11) NOT NULL DEFAULT '1',
      +  `km` double DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_deplacement`
      +--
      +
      +LOCK TABLES `llx_deplacement` WRITE;
      +/*!40000 ALTER TABLE `llx_deplacement` DISABLE KEYS */;
      +INSERT INTO `llx_deplacement` VALUES (1,NULL,1,'2010-07-09 01:58:04','2010-07-08 23:58:18','2010-07-09 12:00:00',2,1,NULL,'TF_LUNCH',1,10,2,1,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_deplacement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_document_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_document_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_document_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_document_model` (`nom`,`type`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=304 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_document_model`
      +--
      +
      +LOCK TABLES `llx_document_model` WRITE;
      +/*!40000 ALTER TABLE `llx_document_model` DISABLE KEYS */;
      +INSERT INTO `llx_document_model` VALUES (9,'merou',1,'shipping',NULL,NULL),(181,'generic_invoice_odt',1,'invoice','ODT templates','FACTURE_ADDON_PDF_ODT_PATH'),(193,'canelle2',1,'invoice_supplier','canelle2',NULL),(195,'canelle',1,'invoice_supplier','canelle',NULL),(198,'azur',2,'propal',NULL,NULL),(199,'html_cerfafr',2,'donation',NULL,NULL),(200,'crabe',2,'invoice',NULL,NULL),(201,'generic_odt',1,'company','ODT templates','COMPANY_ADDON_PDF_ODT_PATH'),(250,'baleine',1,'project',NULL,NULL),(255,'soleil',1,'ficheinter',NULL,NULL),(256,'azur',1,'propal',NULL,NULL),(270,'aurore',1,'supplier_proposal',NULL,NULL),(273,'beluga',1,'project','beluga',NULL),(274,'rouget',1,'shipping',NULL,NULL),(275,'typhon',1,'delivery',NULL,NULL),(278,'standard',1,'expensereport',NULL,NULL),(281,'sepamandate',1,'bankaccount','sepamandate',NULL),(299,'standard',1,'member',NULL,NULL),(300,'einstein',1,'order',NULL,NULL),(301,'html_cerfafr',1,'donation',NULL,NULL),(302,'crabe',1,'invoice',NULL,NULL),(303,'muscadet',1,'order_supplier',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_document_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_don`
      +--
      +
      +DROP TABLE IF EXISTS `llx_don`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_don` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `datedon` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_payment` int(11) DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `societe` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` text COLLATE utf8_unicode_ci,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `country` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) NOT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `public` smallint(6) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_don`
      +--
      +
      +LOCK TABLES `llx_don` WRITE;
      +/*!40000 ALTER TABLE `llx_don` DISABLE KEYS */;
      +INSERT INTO `llx_don` VALUES (1,NULL,1,'2010-07-08 23:57:17',1,'2010-07-09 01:55:33','2010-07-09 12:00:00',10.00000000,1,0,'Donator','','Guest company','','','','France',0,'',NULL,NULL,1,1,1,1,'',NULL,'html_cerfafr',NULL,NULL,NULL),(2,NULL,1,'2017-02-06 04:05:29',0,'2017-02-06 08:05:29','2017-02-06 12:00:00',100.00000000,NULL,0,'','','','','','',NULL,0,'','','',1,NULL,12,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,NULL,1,'2017-09-06 16:18:19',2,'2017-09-06 20:05:17','2017-09-06 12:00:00',10.00000000,NULL,0,'','','','','','',NULL,0,'','','',1,NULL,12,12,NULL,NULL,'html_cerfafr',NULL,NULL,NULL),(4,NULL,1,'2017-09-06 16:07:07',1,'2017-09-06 20:06:59','2017-09-06 12:00:00',10.00000000,NULL,0,'','','','','','',NULL,117,'','','',1,NULL,12,12,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_don` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_don_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_don_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_don_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_don_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_don_extrafields`
      +--
      +
      +LOCK TABLES `llx_don_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_don_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_don_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecm_directories`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecm_directories`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecm_directories` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_parent` int(11) DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `cachenbofdoc` int(11) NOT NULL DEFAULT '0',
      +  `fullpath` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_c` datetime DEFAULT NULL,
      +  `date_m` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_c` int(11) DEFAULT NULL,
      +  `fk_user_m` int(11) DEFAULT NULL,
      +  `acl` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecm_directories` (`label`,`fk_parent`,`entity`),
      +  KEY `idx_ecm_directories_fk_user_c` (`fk_user_c`),
      +  KEY `idx_ecm_directories_fk_user_m` (`fk_user_m`),
      +  CONSTRAINT `fk_ecm_directories_fk_user_c` FOREIGN KEY (`fk_user_c`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_ecm_directories_fk_user_m` FOREIGN KEY (`fk_user_m`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecm_directories`
      +--
      +
      +LOCK TABLES `llx_ecm_directories` WRITE;
      +/*!40000 ALTER TABLE `llx_ecm_directories` DISABLE KEYS */;
      +INSERT INTO `llx_ecm_directories` VALUES (8,'Administrative documents',1,0,'Directory to store administrative contacts',0,NULL,NULL,'2016-07-30 16:54:41','2016-07-30 12:54:41',12,NULL,NULL),(9,'Images',1,0,'',34,NULL,NULL,'2016-07-30 16:55:33','2016-07-30 13:24:41',12,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ecm_directories` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecm_files`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecm_files`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecm_files` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `share` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `filepath` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fullpath_orig` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `keywords` text COLLATE utf8_unicode_ci,
      +  `cover` text COLLATE utf8_unicode_ci,
      +  `gen_or_uploaded` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_c` datetime DEFAULT NULL,
      +  `date_m` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_c` int(11) DEFAULT NULL,
      +  `fk_user_m` int(11) DEFAULT NULL,
      +  `acl` text COLLATE utf8_unicode_ci,
      +  `position` int(11) DEFAULT NULL,
      +  `keyword` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `src_object_type` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `src_object_id` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecm_files` (`filepath`,`filename`,`entity`),
      +  KEY `idx_ecm_files_label` (`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecm_files`
      +--
      +
      +LOCK TABLES `llx_ecm_files` WRITE;
      +/*!40000 ALTER TABLE `llx_ecm_files` DISABLE KEYS */;
      +INSERT INTO `llx_ecm_files` VALUES (1,NULL,'6ff09d1c53ef83fe622b02a320bcfa52',NULL,1,'FA1107-0019.pdf','facture/FA1107-0019','/home/ldestailleur/git/dolibarr_6.0/documents/facture/FA1107-0019/FA1107-0019.pdf','',NULL,NULL,'unknown',NULL,'2017-08-30 15:53:34','2017-08-30 11:53:34',18,NULL,NULL,1,NULL,NULL,NULL),(2,NULL,'a6c8a0f04af73e4dfc059006d7a5f55a',NULL,1,'FA1107-0019_invoice.odt','facture/FA1107-0019','/home/ldestailleur/git/dolibarr_6.0/documents/facture/FA1107-0019/FA1107-0019_invoice.odt','',NULL,NULL,'unknown',NULL,'2017-08-30 15:53:34','2017-08-30 11:53:34',18,NULL,NULL,2,NULL,NULL,NULL),(3,NULL,'24e96a4a0da25d1ac5049ea46d031d3a',NULL,1,'FA1107-0019-depotFacture-1418-INH-N000289-20170720.pdf','facture/FA1107-0019','depotFacture-1418-INH-N000289-20170720.pdf','',NULL,NULL,'uploaded',NULL,'2017-08-30 15:54:45','2017-08-30 11:54:45',18,NULL,NULL,3,NULL,NULL,NULL),(4,NULL,'91a42a4e2c77e826562c83fa84f6fccd',NULL,1,'CO7001-0027-acces-coopinfo.txt','commande/CO7001-0027','acces-coopinfo.txt','',NULL,NULL,'uploaded',NULL,'2017-08-30 16:02:33','2017-08-30 12:02:33',18,NULL,NULL,1,NULL,NULL,NULL),(5,'5fe17a68b2f6a73e6326f77fa7b6586c','a60cad66c6da948eb08d5b939f3516ff',NULL,1,'FA1601-0024.pdf','facture/FA1601-0024','','',NULL,NULL,'generated',NULL,'2017-08-30 16:23:01','2018-03-16 09:59:31',12,12,NULL,1,NULL,NULL,NULL),(6,NULL,'24e96a4a0da25d1ac5049ea46d031d3a',NULL,1,'FA1601-0024-depotFacture-1418-INH-N000289-20170720.pdf','facture/FA1601-0024','depotFacture-1418-INH-N000289-20170720.pdf','',NULL,NULL,'uploaded',NULL,'2017-08-30 16:23:14','2017-08-30 12:23:14',12,NULL,NULL,2,NULL,NULL,NULL),(7,NULL,'d41d8cd98f00b204e9800998ecf8427e',NULL,1,'Exxxqqqw','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/Exxxqqqw','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:04:02',12,NULL,NULL,2,NULL,NULL,NULL),(8,NULL,'8245ba8e8e345655f06cd904d7d54f73',NULL,1,'compxp4523product.jpg','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/compxp4523product.jpg','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:04:02',12,NULL,NULL,1,NULL,NULL,NULL),(9,NULL,'d32552ee874c82b9f0ccab4f309b4b61',NULL,1,'dolihelp.ico','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/dolihelp.ico','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:03:15',12,NULL,NULL,3,NULL,NULL,NULL),(10,'afef987559622d6334fdc4a9a134c435','ccd46bbf3ab6c78588a0ba775106258f',NULL,1,'rolluproduct.jpg','produit/ROLLUPABC','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/ROLLUPABC/rolluproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(11,'a8bbc6c6daea9a4dd58d6fb37a77a030','2f1f2ea4b1b4eb9f25ba440c7870ffcd',NULL,1,'dolicloud_logo.png','produit/DOLICLOUD','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLICLOUD/dolicloud_logo.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(12,'bd0951e23023b22ad1cd21fe33ee46bf','03f0be1249e56fd0b3dd02d5545e3675',NULL,1,'applepieproduct.jpg','produit/CAKECONTRIB','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/CAKECONTRIB/applepieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(13,'e9e029e2d2bbd014162c0b385ab8739a','b7446fb7b54a3085ff7167e2c5b370fd',NULL,1,'pearpieproduct.jpg','produit/PEARPIE','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/PEARPIE/pearpieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(14,'14eea962fb99dc6dd8ca4474c519f837','973b1603b5eb01aac97eb2d911f4c341',NULL,1,'pinkdressproduct.jpg','produit/PINKDRESS','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/PINKDRESS/pinkdressproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(15,'83616b4ec45e835526144ce114979f49','2adadd910fe97a07bd5be0f1f27f2d28',NULL,1,'dolidroid_114x114.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_114x114.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(16,'6b11123918f12440cac5fa3c3190d2d6','8a0bc12d0e579a5a56e299a1a128ba80',NULL,1,'dolidroid_512x512_en.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_512x512_en.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,2,NULL,NULL,NULL),(17,'5c0ceed2d113af84868710c940e1a921','246708ef260d601dcfa367a6b3258ecf',NULL,1,'dolidroid_screenshot_home_720x1280.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_screenshot_home_720x1280.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,3,NULL,NULL,NULL),(18,'1972b3da7908b3e08247e6e23bb7bdc3','03f0be1249e56fd0b3dd02d5545e3675',NULL,1,'applepieproduct.jpg','produit/APPLEPIE','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/APPLEPIE/applepieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ecm_files` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecommerce_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecommerce_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecommerce_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` tinyint(4) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_category` int(11) NOT NULL,
      +  `fk_site` int(11) NOT NULL,
      +  `remote_id` int(11) NOT NULL,
      +  `remote_parent_id` int(11) DEFAULT NULL,
      +  `last_update` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecommerce_category_fk_site_fk_category` (`fk_site`,`fk_category`),
      +  KEY `idx_ecommerce_category_fk_category` (`fk_category`),
      +  KEY `idx_ecommerce_category_fk_site` (`fk_site`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2268 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Table transition remote site -  Dolibarr';
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecommerce_category`
      +--
      +
      +LOCK TABLES `llx_ecommerce_category` WRITE;
      +/*!40000 ALTER TABLE `llx_ecommerce_category` DISABLE KEYS */;
      +INSERT INTO `llx_ecommerce_category` VALUES (2260,'Default Category',0,'',35,2,2,1,'2015-09-22 14:46:27'),(2261,'categ1',0,'',36,2,3,2,'2015-09-23 14:53:15'),(2262,'categ1-a',0,'',37,2,6,3,'2016-09-25 15:11:47'),(2263,'categ1-b',0,'',38,2,7,3,'2015-09-23 14:45:50'),(2264,'categ2',0,'',39,2,4,1,'2015-09-23 14:45:54'),(2265,'categxxx',0,'',40,2,8,4,'2015-09-23 16:53:22'),(2266,'root2',0,'',41,2,9,1,'2015-09-23 16:53:31'),(2267,'root2-b',0,'',42,2,10,9,'2015-09-23 16:53:41');
      +/*!40000 ALTER TABLE `llx_ecommerce_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datecreate` datetime DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '5',
      +  `element_id` int(11) NOT NULL,
      +  `fk_c_type_contact` int(11) NOT NULL,
      +  `fk_socpeople` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_contact_idx1` (`element_id`,`fk_c_type_contact`,`fk_socpeople`),
      +  KEY `fk_element_contact_fk_c_type_contact` (`fk_c_type_contact`),
      +  KEY `idx_element_contact_fk_socpeople` (`fk_socpeople`),
      +  CONSTRAINT `fk_element_contact_fk_c_type_contact` FOREIGN KEY (`fk_c_type_contact`) REFERENCES `llx_c_type_contact` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_contact`
      +--
      +
      +LOCK TABLES `llx_element_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_element_contact` DISABLE KEYS */;
      +INSERT INTO `llx_element_contact` VALUES (1,'2010-07-09 00:49:43',4,1,160,1),(2,'2010-07-09 00:49:56',4,2,160,1),(3,'2010-07-09 00:50:19',4,3,160,1),(4,'2010-07-09 00:50:42',4,4,160,1),(5,'2010-07-09 01:52:36',4,1,120,1),(6,'2010-07-09 01:53:25',4,1,10,2),(7,'2010-07-09 01:53:25',4,1,11,2),(8,'2010-07-10 18:13:37',4,2,10,2),(9,'2010-07-10 18:13:37',4,2,11,2),(11,'2010-07-11 16:22:36',4,5,160,1),(12,'2010-07-11 16:23:53',4,2,180,1),(13,'2013-01-23 15:04:27',4,19,200,5),(14,'2013-01-23 16:06:37',4,19,210,2),(15,'2013-01-23 16:12:43',4,19,220,2),(16,'2013-03-06 10:04:57',4,3,10,1),(17,'2013-03-06 10:04:57',4,3,11,1),(18,'2014-12-21 13:52:41',4,3,180,1),(19,'2014-12-21 13:55:39',4,4,180,1),(20,'2014-12-21 14:16:58',4,5,180,1),(21,'2016-07-30 15:29:07',4,6,160,12),(22,'2016-07-30 15:29:48',4,7,160,12),(23,'2016-07-30 15:30:25',4,8,160,12),(24,'2016-07-30 15:33:27',4,6,180,12),(25,'2016-07-30 15:33:39',4,7,180,12),(26,'2016-07-30 15:33:54',4,8,180,12),(27,'2016-07-30 15:34:09',4,9,180,12),(28,'2016-07-31 18:27:20',4,9,160,12);
      +/*!40000 ALTER TABLE `llx_element_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_source` int(11) NOT NULL,
      +  `sourcetype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_target` int(11) NOT NULL,
      +  `targettype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_element_idx1` (`fk_source`,`sourcetype`,`fk_target`,`targettype`),
      +  KEY `idx_element_element_fk_target` (`fk_target`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_element`
      +--
      +
      +LOCK TABLES `llx_element_element` WRITE;
      +/*!40000 ALTER TABLE `llx_element_element` DISABLE KEYS */;
      +INSERT INTO `llx_element_element` VALUES (4,1,'order_supplier',20,'invoice_supplier'),(12,1,'shipping',217,'facture'),(5,2,'cabinetmed_cabinetmedcons',216,'facture'),(1,2,'contrat',2,'facture'),(2,2,'propal',1,'commande'),(3,5,'commande',1,'shipping'),(13,5,'commande',217,'facture'),(11,25,'propal',92,'commande'),(9,28,'propal',90,'commande'),(10,29,'propal',91,'commande'),(6,75,'commande',2,'shipping');
      +/*!40000 ALTER TABLE `llx_element_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_lock`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_lock`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_lock` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_element` int(11) NOT NULL,
      +  `elementtype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `datel` datetime DEFAULT NULL,
      +  `datem` datetime DEFAULT NULL,
      +  `sessionid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_lock`
      +--
      +
      +LOCK TABLES `llx_element_lock` WRITE;
      +/*!40000 ALTER TABLE `llx_element_lock` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_lock` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_resources`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_resources`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_resources` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `element_id` int(11) DEFAULT NULL,
      +  `element_type` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `resource_id` int(11) DEFAULT NULL,
      +  `resource_type` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `busy` int(11) DEFAULT NULL,
      +  `mandatory` int(11) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `duree` double DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_resources_idx1` (`resource_id`,`resource_type`,`element_id`,`element_type`),
      +  KEY `idx_element_element_element_id` (`element_id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_resources`
      +--
      +
      +LOCK TABLES `llx_element_resources` WRITE;
      +/*!40000 ALTER TABLE `llx_element_resources` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_resources` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_tag`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_tag`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_tag` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `tag` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `element` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_element_tag` (`entity`,`lang`,`tag`,`fk_element`,`element`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_tag`
      +--
      +
      +LOCK TABLES `llx_element_tag` WRITE;
      +/*!40000 ALTER TABLE `llx_element_tag` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_tag` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_eleves`
      +--
      +
      +DROP TABLE IF EXISTS `llx_eleves`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_eleves` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_eleves_rowid` (`rowid`),
      +  KEY `idx_eleves_ref` (`ref`),
      +  KEY `idx_eleves_entity` (`entity`),
      +  KEY `idx_eleves_status` (`status`),
      +  KEY `idx_eleves_import_key` (`import_key`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_eleves`
      +--
      +
      +LOCK TABLES `llx_eleves` WRITE;
      +/*!40000 ALTER TABLE `llx_eleves` DISABLE KEYS */;
      +INSERT INTO `llx_eleves` VALUES (1,'ggg',1,'hh',10.00000000,NULL,'2017-09-06 00:33:15','2017-09-06 00:33:15',1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_eleves` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_eleves_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_eleves_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_eleves_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_eleves_extrafields`
      +--
      +
      +LOCK TABLES `llx_eleves_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_eleves_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_eleves_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollector`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollector`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollector` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `label` varchar(255) DEFAULT NULL,
      +  `description` text,
      +  `host` varchar(255) DEFAULT NULL,
      +  `user` varchar(128) DEFAULT NULL,
      +  `password` varchar(128) DEFAULT NULL,
      +  `source_directory` varchar(255) DEFAULT NULL,
      +  `filter` text,
      +  `actiontodo` varchar(255) DEFAULT NULL,
      +  `target_directory` varchar(255) DEFAULT NULL,
      +  `datelastresult` datetime DEFAULT NULL,
      +  `lastresult` varchar(255) DEFAULT NULL,
      +  `note_public` text,
      +  `note_private` text,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `codelastresult` varchar(16) DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_emailcollector_rowid` (`rowid`),
      +  KEY `idx_emailcollector_entity` (`entity`),
      +  KEY `idx_emailcollector_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollector`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollector` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollector` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollector` VALUES (1,1,'MyEmailCollector1','My email collector 1','aaa','imap.gmail.com','testldr10@gmail.com','testldr10-10','INBOX','','','aftercollect','2018-11-19 15:21:07','1 emails analyzed, 1 emails successfuly processed (for 3 record/actions done) by collector',NULL,NULL,'2018-10-31 18:08:05','2018-10-31 17:08:05',12,12,NULL,1,'OK',0);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollector` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollectoraction`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollectoraction`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollectoraction` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_emailcollector` int(11) NOT NULL,
      +  `type` varchar(128) NOT NULL,
      +  `actionparam` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `position` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_emailcollector_emailcollectoraction` (`fk_emailcollector`,`type`),
      +  KEY `idx_emailcollector_fk_emailcollector` (`fk_emailcollector`),
      +  CONSTRAINT `fk_emailcollectoraction_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollectoraction`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollectoraction` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectoraction` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollectoraction` VALUES (6,1,'recordevent',NULL,'2018-11-07 18:01:53','2018-11-19 19:54:46',12,NULL,NULL,1,2),(7,1,'project',NULL,'2018-11-15 11:11:13','2018-11-19 19:54:37',12,NULL,NULL,1,3),(14,1,'loadandcreatethirdparty','REGEX:body:Nom:\\s([^\\s]*)','2018-11-19 13:03:58','2018-11-19 19:54:46',12,NULL,NULL,1,1);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectoraction` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollectorfilter`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollectorfilter`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollectorfilter` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_emailcollector` int(11) NOT NULL,
      +  `type` varchar(128) NOT NULL,
      +  `rulevalue` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_emailcollector_emailcollectorfilter` (`fk_emailcollector`,`type`,`rulevalue`),
      +  KEY `idx_emailcollector_fk_emailcollector` (`fk_emailcollector`),
      +  CONSTRAINT `fk_emailcollector_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`),
      +  CONSTRAINT `fk_emailcollectorfilter_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollectorfilter`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollectorfilter` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectorfilter` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollectorfilter` VALUES (18,1,'withouttrackingid',NULL,'2018-11-16 15:10:27','2018-11-16 14:10:27',12,NULL,NULL,1),(19,1,'from','support@dolicloud.com','2018-11-16 16:03:10','2018-11-16 15:03:10',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectorfilter` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailsenderprofile`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailsenderprofile`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailsenderprofile` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_emailsenderprofile_rowid` (`rowid`),
      +  KEY `idx_emailsenderprofile_ref` (`ref`),
      +  KEY `idx_emailsenderprofile_entity` (`entity`),
      +  KEY `idx_emailsenderprofile_import_key` (`import_key`),
      +  KEY `idx_emailsenderprofile_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailsenderprofile`
      +--
      +
      +LOCK TABLES `llx_emailsenderprofile` WRITE;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailsenderprofile_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailsenderprofile_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailsenderprofile_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailsenderprofile_extrafields`
      +--
      +
      +LOCK TABLES `llx_emailsenderprofile_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entity_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entity_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entity_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entity_extrafields`
      +--
      +
      +LOCK TABLES `llx_entity_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_entity_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_entity_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entity_thirdparty`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entity_thirdparty`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entity_thirdparty` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_entity` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_entity_thirdparty_fk_soc` (`entity`,`fk_entity`,`fk_soc`),
      +  KEY `fk_entity_thirdparty_fk_entity` (`fk_entity`),
      +  KEY `fk_entity_thirdparty_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_entity_thirdparty_fk_entity` FOREIGN KEY (`fk_entity`) REFERENCES `llx_entity` (`rowid`),
      +  CONSTRAINT `fk_entity_thirdparty_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entity_thirdparty`
      +--
      +
      +LOCK TABLES `llx_entity_thirdparty` WRITE;
      +/*!40000 ALTER TABLE `llx_entity_thirdparty` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_entity_thirdparty` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entrepot`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entrepot`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entrepot` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `lieu` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_departement` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `statut` tinyint(4) DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_parent` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_entrepot_label` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entrepot`
      +--
      +
      +LOCK TABLES `llx_entrepot` WRITE;
      +/*!40000 ALTER TABLE `llx_entrepot` DISABLE KEYS */;
      +INSERT INTO `llx_entrepot` VALUES (1,'2010-07-09 00:31:22','2010-07-08 22:40:36','WAREHOUSEHOUSTON',1,'Warehouse located at Houston','Warehouse houston','','','Houston',NULL,11,1,1,NULL,NULL,0),(2,'2010-07-09 00:41:03','2010-07-08 22:41:03','WAREHOUSEPARIS',1,'<br />','Warehouse Paris','','75000','Paris',NULL,1,1,1,NULL,NULL,0),(3,'2010-07-11 16:18:59','2016-07-30 13:52:08','Stock personnel Dupont',1,'Cet entrep&ocirc;t repr&eacute;sente le stock personnel de Alain Dupont','','','','',NULL,2,1,1,NULL,NULL,0),(9,'2015-10-03 11:47:41','2015-10-03 09:47:41','Personal stock Marie Curie',1,'This warehouse represents personal stock of Marie Curie','','','','',NULL,1,1,1,NULL,NULL,0),(10,'2015-10-05 09:07:52','2016-07-30 13:52:24','Personal stock Alex Theceo',1,'This warehouse represents personal stock of Alex Theceo','','','','',NULL,3,1,1,NULL,NULL,0),(12,'2015-10-05 21:29:35','2015-10-05 19:29:35','Personal stock Charly Commery',1,'This warehouse represents personal stock of Charly Commery','','','','',NULL,1,1,11,NULL,NULL,0),(13,'2015-10-05 21:33:33','2016-07-30 13:51:38','Personal stock Sam Scientol',1,'This warehouse represents personal stock of Sam Scientol','','','7500','Paris',NULL,1,0,11,NULL,NULL,0),(18,'2016-01-22 17:27:02','2016-01-22 16:27:02','Personal stock Laurent Destailleur',1,'This warehouse represents personal stock of Laurent Destailleur','','','','',NULL,1,1,12,NULL,NULL,0),(19,'2016-07-30 16:50:23','2016-07-30 12:50:23','Personal stock Eldy',1,'This warehouse represents personal stock of Eldy','','','','',NULL,14,1,12,NULL,NULL,0),(20,'2017-02-02 03:55:45','2017-02-01 23:55:45','Personal stock Alex Boston',1,'This warehouse represents personal stock of Alex Boston','','','','',NULL,14,1,12,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_entrepot` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_equipement_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_equipement_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_equipement_factory` (
      +  `fk_equipement` int(11) NOT NULL DEFAULT '0',
      +  `fk_factory` int(11) NOT NULL DEFAULT '0',
      +  UNIQUE KEY `uk_factory_equipement` (`fk_equipement`,`fk_factory`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_equipement_factory`
      +--
      +
      +LOCK TABLES `llx_equipement_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_equipement_factory` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_equipement_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_establishment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_establishment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_establishment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `name` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_state` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT '0',
      +  `profid1` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `profid2` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `profid3` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `status` tinyint(4) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_establishment`
      +--
      +
      +LOCK TABLES `llx_establishment` WRITE;
      +/*!40000 ALTER TABLE `llx_establishment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_establishment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_event_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_event_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_event_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_source` int(11) NOT NULL,
      +  `fk_target` int(11) NOT NULL,
      +  `targettype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_event_element`
      +--
      +
      +LOCK TABLES `llx_event_element` WRITE;
      +/*!40000 ALTER TABLE `llx_event_element` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_event_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_events`
      +--
      +
      +DROP TABLE IF EXISTS `llx_events`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_events` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `dateevent` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `description` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
      +  `ip` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_agent` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_object` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_events_dateevent` (`dateevent`)
      +) ENGINE=InnoDB AUTO_INCREMENT=879 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_events`
      +--
      +
      +LOCK TABLES `llx_events` WRITE;
      +/*!40000 ALTER TABLE `llx_events` DISABLE KEYS */;
      +INSERT INTO `llx_events` VALUES (30,'2011-07-18 18:23:06','USER_LOGOUT',1,'2011-07-18 20:23:06',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(31,'2011-07-18 18:23:12','USER_LOGIN_FAILED',1,'2011-07-18 20:23:12',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(32,'2011-07-18 18:23:17','USER_LOGIN',1,'2011-07-18 20:23:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(33,'2011-07-18 20:10:51','USER_LOGIN_FAILED',1,'2011-07-18 22:10:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(34,'2011-07-18 20:10:55','USER_LOGIN',1,'2011-07-18 22:10:55',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(35,'2011-07-18 21:18:57','USER_LOGIN',1,'2011-07-18 23:18:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(36,'2011-07-20 10:34:10','USER_LOGIN',1,'2011-07-20 12:34:10',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(37,'2011-07-20 12:36:44','USER_LOGIN',1,'2011-07-20 14:36:44',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(38,'2011-07-20 13:20:51','USER_LOGIN_FAILED',1,'2011-07-20 15:20:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(39,'2011-07-20 13:20:54','USER_LOGIN',1,'2011-07-20 15:20:54',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(40,'2011-07-20 15:03:46','USER_LOGIN_FAILED',1,'2011-07-20 17:03:46',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(41,'2011-07-20 15:03:55','USER_LOGIN',1,'2011-07-20 17:03:55',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(42,'2011-07-20 18:05:05','USER_LOGIN_FAILED',1,'2011-07-20 20:05:05',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(43,'2011-07-20 18:05:08','USER_LOGIN',1,'2011-07-20 20:05:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(44,'2011-07-20 21:08:53','USER_LOGIN_FAILED',1,'2011-07-20 23:08:53',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(45,'2011-07-20 21:08:56','USER_LOGIN',1,'2011-07-20 23:08:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(46,'2011-07-21 01:26:12','USER_LOGIN',1,'2011-07-21 03:26:12',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(47,'2011-07-21 22:35:45','USER_LOGIN_FAILED',1,'2011-07-22 00:35:45',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(48,'2011-07-21 22:35:49','USER_LOGIN',1,'2011-07-22 00:35:49',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(49,'2011-07-26 23:09:47','USER_LOGIN_FAILED',1,'2011-07-27 01:09:47',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(50,'2011-07-26 23:09:50','USER_LOGIN',1,'2011-07-27 01:09:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(51,'2011-07-27 17:02:27','USER_LOGIN_FAILED',1,'2011-07-27 19:02:27',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(52,'2011-07-27 17:02:32','USER_LOGIN',1,'2011-07-27 19:02:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(53,'2011-07-27 23:33:37','USER_LOGIN_FAILED',1,'2011-07-28 01:33:37',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(54,'2011-07-27 23:33:41','USER_LOGIN',1,'2011-07-28 01:33:41',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(55,'2011-07-28 18:20:36','USER_LOGIN_FAILED',1,'2011-07-28 20:20:36',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(56,'2011-07-28 18:20:38','USER_LOGIN',1,'2011-07-28 20:20:38',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(57,'2011-07-28 20:13:30','USER_LOGIN_FAILED',1,'2011-07-28 22:13:30',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(58,'2011-07-28 20:13:34','USER_LOGIN',1,'2011-07-28 22:13:34',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(59,'2011-07-28 20:22:51','USER_LOGIN',1,'2011-07-28 22:22:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(60,'2011-07-28 23:05:06','USER_LOGIN',1,'2011-07-29 01:05:06',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(61,'2011-07-29 20:15:50','USER_LOGIN_FAILED',1,'2011-07-29 22:15:50',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(62,'2011-07-29 20:15:53','USER_LOGIN',1,'2011-07-29 22:15:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(68,'2011-07-29 20:51:01','USER_LOGOUT',1,'2011-07-29 22:51:01',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(69,'2011-07-29 20:51:05','USER_LOGIN',1,'2011-07-29 22:51:05',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(70,'2011-07-30 08:46:20','USER_LOGIN_FAILED',1,'2011-07-30 10:46:20',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(71,'2011-07-30 08:46:38','USER_LOGIN_FAILED',1,'2011-07-30 10:46:38',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(72,'2011-07-30 08:46:42','USER_LOGIN',1,'2011-07-30 10:46:42',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(73,'2011-07-30 10:05:12','USER_LOGIN_FAILED',1,'2011-07-30 12:05:12',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(74,'2011-07-30 10:05:15','USER_LOGIN',1,'2011-07-30 12:05:15',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(75,'2011-07-30 12:15:46','USER_LOGIN',1,'2011-07-30 14:15:46',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(76,'2011-07-31 22:19:30','USER_LOGIN',1,'2011-08-01 00:19:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(77,'2011-07-31 23:32:52','USER_LOGIN',1,'2011-08-01 01:32:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(78,'2011-08-01 01:24:50','USER_LOGIN_FAILED',1,'2011-08-01 03:24:50',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(79,'2011-08-01 01:24:54','USER_LOGIN',1,'2011-08-01 03:24:54',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(80,'2011-08-01 19:31:36','USER_LOGIN_FAILED',1,'2011-08-01 21:31:35',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(81,'2011-08-01 19:31:39','USER_LOGIN',1,'2011-08-01 21:31:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(82,'2011-08-01 20:01:36','USER_LOGIN',1,'2011-08-01 22:01:36',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(83,'2011-08-01 20:52:54','USER_LOGIN_FAILED',1,'2011-08-01 22:52:54',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(84,'2011-08-01 20:52:58','USER_LOGIN',1,'2011-08-01 22:52:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(85,'2011-08-01 21:17:28','USER_LOGIN_FAILED',1,'2011-08-01 23:17:28',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(86,'2011-08-01 21:17:31','USER_LOGIN',1,'2011-08-01 23:17:31',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(87,'2011-08-04 11:55:17','USER_LOGIN',1,'2011-08-04 13:55:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(88,'2011-08-04 20:19:03','USER_LOGIN_FAILED',1,'2011-08-04 22:19:03',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(89,'2011-08-04 20:19:07','USER_LOGIN',1,'2011-08-04 22:19:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(90,'2011-08-05 17:51:42','USER_LOGIN_FAILED',1,'2011-08-05 19:51:42',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(91,'2011-08-05 17:51:47','USER_LOGIN',1,'2011-08-05 19:51:47',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(92,'2011-08-05 17:56:03','USER_LOGIN',1,'2011-08-05 19:56:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(93,'2011-08-05 17:59:10','USER_LOGIN',1,'2011-08-05 19:59:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30',NULL),(94,'2011-08-05 18:01:58','USER_LOGIN',1,'2011-08-05 20:01:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30',NULL),(95,'2011-08-05 19:59:56','USER_LOGIN',1,'2011-08-05 21:59:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(96,'2011-08-06 18:33:22','USER_LOGIN',1,'2011-08-06 20:33:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(97,'2011-08-07 00:56:59','USER_LOGIN',1,'2011-08-07 02:56:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(98,'2011-08-07 22:49:14','USER_LOGIN',1,'2011-08-08 00:49:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(99,'2011-08-07 23:05:18','USER_LOGOUT',1,'2011-08-08 01:05:18',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(105,'2011-08-08 00:41:09','USER_LOGIN',1,'2011-08-08 02:41:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(106,'2011-08-08 11:58:55','USER_LOGIN',1,'2011-08-08 13:58:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(107,'2011-08-08 14:35:48','USER_LOGIN',1,'2011-08-08 16:35:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(108,'2011-08-08 14:36:31','USER_LOGOUT',1,'2011-08-08 16:36:31',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(109,'2011-08-08 14:38:28','USER_LOGIN',1,'2011-08-08 16:38:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(110,'2011-08-08 14:39:02','USER_LOGOUT',1,'2011-08-08 16:39:02',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(111,'2011-08-08 14:39:10','USER_LOGIN',1,'2011-08-08 16:39:10',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(112,'2011-08-08 14:39:28','USER_LOGOUT',1,'2011-08-08 16:39:28',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(113,'2011-08-08 14:39:37','USER_LOGIN',1,'2011-08-08 16:39:37',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(114,'2011-08-08 14:50:02','USER_LOGOUT',1,'2011-08-08 16:50:02',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(115,'2011-08-08 14:51:45','USER_LOGIN_FAILED',1,'2011-08-08 16:51:45',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(116,'2011-08-08 14:51:52','USER_LOGIN',1,'2011-08-08 16:51:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(117,'2011-08-08 15:09:54','USER_LOGOUT',1,'2011-08-08 17:09:54',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(118,'2011-08-08 15:10:19','USER_LOGIN_FAILED',1,'2011-08-08 17:10:19',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(119,'2011-08-08 15:10:28','USER_LOGIN',1,'2011-08-08 17:10:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(121,'2011-08-08 15:14:58','USER_LOGOUT',1,'2011-08-08 17:14:58',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(122,'2011-08-08 15:15:00','USER_LOGIN_FAILED',1,'2011-08-08 17:15:00',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(123,'2011-08-08 15:17:57','USER_LOGIN',1,'2011-08-08 17:17:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(124,'2011-08-08 15:35:56','USER_LOGOUT',1,'2011-08-08 17:35:56',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(125,'2011-08-08 15:36:05','USER_LOGIN',1,'2011-08-08 17:36:05',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(126,'2011-08-08 17:32:42','USER_LOGIN',1,'2011-08-08 19:32:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(127,'2012-12-08 13:49:37','USER_LOGOUT',1,'2012-12-08 14:49:37',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(128,'2012-12-08 13:49:42','USER_LOGIN',1,'2012-12-08 14:49:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(129,'2012-12-08 13:50:12','USER_LOGOUT',1,'2012-12-08 14:50:12',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(130,'2012-12-08 13:50:14','USER_LOGIN',1,'2012-12-08 14:50:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(131,'2012-12-08 13:50:17','USER_LOGOUT',1,'2012-12-08 14:50:17',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(132,'2012-12-08 13:52:47','USER_LOGIN',1,'2012-12-08 14:52:47',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(133,'2012-12-08 13:53:08','USER_MODIFY',1,'2012-12-08 14:53:08',1,'User admin modified','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(134,'2012-12-08 14:08:45','USER_LOGOUT',1,'2012-12-08 15:08:45',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(135,'2012-12-08 14:09:09','USER_LOGIN',1,'2012-12-08 15:09:09',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(136,'2012-12-08 14:11:43','USER_LOGOUT',1,'2012-12-08 15:11:43',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(137,'2012-12-08 14:11:45','USER_LOGIN',1,'2012-12-08 15:11:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(138,'2012-12-08 14:22:53','USER_LOGOUT',1,'2012-12-08 15:22:53',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(139,'2012-12-08 14:22:54','USER_LOGIN',1,'2012-12-08 15:22:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(140,'2012-12-08 14:23:10','USER_LOGOUT',1,'2012-12-08 15:23:10',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(141,'2012-12-08 14:23:11','USER_LOGIN',1,'2012-12-08 15:23:11',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(142,'2012-12-08 14:23:49','USER_LOGOUT',1,'2012-12-08 15:23:49',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(143,'2012-12-08 14:23:50','USER_LOGIN',1,'2012-12-08 15:23:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(144,'2012-12-08 14:28:08','USER_LOGOUT',1,'2012-12-08 15:28:08',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(145,'2012-12-08 14:35:15','USER_LOGIN',1,'2012-12-08 15:35:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(146,'2012-12-08 14:35:18','USER_LOGOUT',1,'2012-12-08 15:35:18',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(147,'2012-12-08 14:36:07','USER_LOGIN',1,'2012-12-08 15:36:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(148,'2012-12-08 14:36:09','USER_LOGOUT',1,'2012-12-08 15:36:09',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(149,'2012-12-08 14:36:41','USER_LOGIN',1,'2012-12-08 15:36:41',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(150,'2012-12-08 15:59:13','USER_LOGIN',1,'2012-12-08 16:59:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(151,'2012-12-09 11:49:52','USER_LOGIN',1,'2012-12-09 12:49:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(152,'2012-12-09 13:46:31','USER_LOGIN',1,'2012-12-09 14:46:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(153,'2012-12-09 19:03:14','USER_LOGIN',1,'2012-12-09 20:03:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(154,'2012-12-10 00:16:31','USER_LOGIN',1,'2012-12-10 01:16:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(170,'2012-12-11 22:03:31','USER_LOGIN',1,'2012-12-11 23:03:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(171,'2012-12-12 00:32:39','USER_LOGIN',1,'2012-12-12 01:32:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(172,'2012-12-12 10:49:59','USER_LOGIN',1,'2012-12-12 11:49:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(175,'2012-12-12 10:57:40','USER_MODIFY',1,'2012-12-12 11:57:40',1,'Modification utilisateur admin','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(176,'2012-12-12 13:29:15','USER_LOGIN',1,'2012-12-12 14:29:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(177,'2012-12-12 13:30:15','USER_LOGIN',1,'2012-12-12 14:30:15',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(178,'2012-12-12 13:40:08','USER_LOGOUT',1,'2012-12-12 14:40:08',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(179,'2012-12-12 13:40:10','USER_LOGIN',1,'2012-12-12 14:40:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(180,'2012-12-12 13:40:26','USER_MODIFY',1,'2012-12-12 14:40:26',1,'Modification utilisateur admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(181,'2012-12-12 13:40:34','USER_LOGOUT',1,'2012-12-12 14:40:34',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(182,'2012-12-12 13:42:23','USER_LOGIN',1,'2012-12-12 14:42:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(183,'2012-12-12 13:43:02','USER_NEW_PASSWORD',1,'2012-12-12 14:43:02',NULL,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(184,'2012-12-12 13:43:25','USER_LOGOUT',1,'2012-12-12 14:43:25',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(185,'2012-12-12 13:43:27','USER_LOGIN_FAILED',1,'2012-12-12 14:43:27',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(186,'2012-12-12 13:43:30','USER_LOGIN',1,'2012-12-12 14:43:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(187,'2012-12-12 14:52:11','USER_LOGIN',1,'2012-12-12 15:52:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(188,'2012-12-12 17:53:00','USER_LOGIN_FAILED',1,'2012-12-12 18:53:00',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(189,'2012-12-12 17:53:07','USER_LOGIN_FAILED',1,'2012-12-12 18:53:07',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(190,'2012-12-12 17:53:51','USER_NEW_PASSWORD',1,'2012-12-12 18:53:51',NULL,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(191,'2012-12-12 17:54:00','USER_LOGIN',1,'2012-12-12 18:54:00',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(192,'2012-12-12 17:54:10','USER_NEW_PASSWORD',1,'2012-12-12 18:54:10',1,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(193,'2012-12-12 17:54:10','USER_MODIFY',1,'2012-12-12 18:54:10',1,'Modification utilisateur admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(194,'2012-12-12 18:57:09','USER_LOGIN',1,'2012-12-12 19:57:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(195,'2012-12-12 23:04:08','USER_LOGIN',1,'2012-12-13 00:04:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(196,'2012-12-17 20:03:14','USER_LOGIN',1,'2012-12-17 21:03:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(197,'2012-12-17 21:18:45','USER_LOGIN',1,'2012-12-17 22:18:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(198,'2012-12-17 22:30:08','USER_LOGIN',1,'2012-12-17 23:30:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(199,'2012-12-18 23:32:03','USER_LOGIN',1,'2012-12-19 00:32:03',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(200,'2012-12-19 09:38:03','USER_LOGIN',1,'2012-12-19 10:38:03',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(201,'2012-12-19 11:23:35','USER_LOGIN',1,'2012-12-19 12:23:35',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(202,'2012-12-19 12:46:22','USER_LOGIN',1,'2012-12-19 13:46:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(214,'2012-12-19 19:11:31','USER_LOGIN',1,'2012-12-19 20:11:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(215,'2012-12-21 16:36:57','USER_LOGIN',1,'2012-12-21 17:36:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(216,'2012-12-21 16:38:43','USER_NEW_PASSWORD',1,'2012-12-21 17:38:43',1,'Changement mot de passe de adupont','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(217,'2012-12-21 16:38:43','USER_MODIFY',1,'2012-12-21 17:38:43',1,'Modification utilisateur adupont','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(218,'2012-12-21 16:38:51','USER_LOGOUT',1,'2012-12-21 17:38:51',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(219,'2012-12-21 16:38:55','USER_LOGIN',1,'2012-12-21 17:38:55',3,'(UserLogged,adupont)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(220,'2012-12-21 16:48:18','USER_LOGOUT',1,'2012-12-21 17:48:18',3,'(UserLogoff,adupont)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(221,'2012-12-21 16:48:20','USER_LOGIN',1,'2012-12-21 17:48:20',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(222,'2012-12-26 18:28:18','USER_LOGIN',1,'2012-12-26 19:28:18',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(223,'2012-12-26 20:00:24','USER_LOGIN',1,'2012-12-26 21:00:24',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(224,'2012-12-27 01:10:27','USER_LOGIN',1,'2012-12-27 02:10:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(225,'2012-12-28 19:12:08','USER_LOGIN',1,'2012-12-28 20:12:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(226,'2012-12-28 20:16:58','USER_LOGIN',1,'2012-12-28 21:16:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(227,'2012-12-29 14:35:46','USER_LOGIN',1,'2012-12-29 15:35:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(228,'2012-12-29 14:37:59','USER_LOGOUT',1,'2012-12-29 15:37:59',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(229,'2012-12-29 14:38:00','USER_LOGIN',1,'2012-12-29 15:38:00',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(230,'2012-12-29 17:16:48','USER_LOGIN',1,'2012-12-29 18:16:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(231,'2012-12-31 12:02:59','USER_LOGIN',1,'2012-12-31 13:02:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(232,'2013-01-02 20:32:51','USER_LOGIN',1,'2013-01-02 21:32:51',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0',NULL),(233,'2013-01-02 20:58:59','USER_LOGIN',1,'2013-01-02 21:58:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(234,'2013-01-03 09:25:07','USER_LOGIN',1,'2013-01-03 10:25:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(235,'2013-01-03 19:39:31','USER_LOGIN',1,'2013-01-03 20:39:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(236,'2013-01-04 22:40:19','USER_LOGIN',1,'2013-01-04 23:40:19',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(237,'2013-01-05 12:59:59','USER_LOGIN',1,'2013-01-05 13:59:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(238,'2013-01-05 15:28:52','USER_LOGIN',1,'2013-01-05 16:28:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(239,'2013-01-05 17:02:08','USER_LOGIN',1,'2013-01-05 18:02:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(240,'2013-01-06 12:13:33','USER_LOGIN',1,'2013-01-06 13:13:33',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(241,'2013-01-07 01:21:15','USER_LOGIN',1,'2013-01-07 02:21:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(242,'2013-01-07 01:46:31','USER_LOGOUT',1,'2013-01-07 02:46:31',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(243,'2013-01-07 19:54:50','USER_LOGIN',1,'2013-01-07 20:54:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(244,'2013-01-08 21:55:01','USER_LOGIN',1,'2013-01-08 22:55:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(245,'2013-01-09 11:13:28','USER_LOGIN',1,'2013-01-09 12:13:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(246,'2013-01-10 18:30:46','USER_LOGIN',1,'2013-01-10 19:30:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(247,'2013-01-11 18:03:26','USER_LOGIN',1,'2013-01-11 19:03:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(248,'2013-01-12 11:15:04','USER_LOGIN',1,'2013-01-12 12:15:04',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(249,'2013-01-12 14:42:44','USER_LOGIN',1,'2013-01-12 15:42:44',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(250,'2013-01-13 12:07:17','USER_LOGIN',1,'2013-01-13 13:07:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(251,'2013-01-13 17:37:58','USER_LOGIN',1,'2013-01-13 18:37:58',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(252,'2013-01-13 19:24:21','USER_LOGIN',1,'2013-01-13 20:24:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(253,'2013-01-13 19:29:19','USER_LOGOUT',1,'2013-01-13 20:29:19',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(254,'2013-01-13 21:39:39','USER_LOGIN',1,'2013-01-13 22:39:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(255,'2013-01-14 00:52:21','USER_LOGIN',1,'2013-01-14 01:52:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(256,'2013-01-16 11:34:31','USER_LOGIN',1,'2013-01-16 12:34:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(257,'2013-01-16 15:36:21','USER_LOGIN',1,'2013-01-16 16:36:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(258,'2013-01-16 19:17:36','USER_LOGIN',1,'2013-01-16 20:17:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(259,'2013-01-16 19:48:08','GROUP_CREATE',1,'2013-01-16 20:48:08',1,'Création groupe ggg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(260,'2013-01-16 21:48:53','USER_LOGIN',1,'2013-01-16 22:48:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(261,'2013-01-17 19:55:53','USER_LOGIN',1,'2013-01-17 20:55:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(262,'2013-01-18 09:48:01','USER_LOGIN',1,'2013-01-18 10:48:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(263,'2013-01-18 13:22:36','USER_LOGIN',1,'2013-01-18 14:22:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(264,'2013-01-18 16:10:23','USER_LOGIN',1,'2013-01-18 17:10:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(265,'2013-01-18 17:41:40','USER_LOGIN',1,'2013-01-18 18:41:40',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(266,'2013-01-19 14:33:48','USER_LOGIN',1,'2013-01-19 15:33:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(267,'2013-01-19 16:47:43','USER_LOGIN',1,'2013-01-19 17:47:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(268,'2013-01-19 16:59:43','USER_LOGIN',1,'2013-01-19 17:59:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(269,'2013-01-19 17:00:22','USER_LOGIN',1,'2013-01-19 18:00:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(270,'2013-01-19 17:04:16','USER_LOGOUT',1,'2013-01-19 18:04:16',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(271,'2013-01-19 17:04:18','USER_LOGIN',1,'2013-01-19 18:04:18',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(272,'2013-01-20 00:34:19','USER_LOGIN',1,'2013-01-20 01:34:19',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(273,'2013-01-21 11:54:17','USER_LOGIN',1,'2013-01-21 12:54:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(274,'2013-01-21 13:48:15','USER_LOGIN',1,'2013-01-21 14:48:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(275,'2013-01-21 14:30:22','USER_LOGIN',1,'2013-01-21 15:30:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(276,'2013-01-21 15:10:46','USER_LOGIN',1,'2013-01-21 16:10:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(277,'2013-01-21 17:27:43','USER_LOGIN',1,'2013-01-21 18:27:43',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(278,'2013-01-21 21:48:15','USER_LOGIN',1,'2013-01-21 22:48:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(279,'2013-01-21 21:50:42','USER_LOGIN',1,'2013-01-21 22:50:42',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(280,'2013-01-23 09:28:26','USER_LOGIN',1,'2013-01-23 10:28:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(281,'2013-01-23 13:21:57','USER_LOGIN',1,'2013-01-23 14:21:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(282,'2013-01-23 16:52:00','USER_LOGOUT',1,'2013-01-23 17:52:00',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(283,'2013-01-23 16:52:05','USER_LOGIN_FAILED',1,'2013-01-23 17:52:05',NULL,'Bad value for login or password - login=bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(284,'2013-01-23 16:52:09','USER_LOGIN',1,'2013-01-23 17:52:09',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(285,'2013-01-23 16:52:27','USER_CREATE',1,'2013-01-23 17:52:27',1,'Création utilisateur aaa','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(286,'2013-01-23 16:52:27','USER_NEW_PASSWORD',1,'2013-01-23 17:52:27',1,'Changement mot de passe de aaa','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(287,'2013-01-23 16:52:37','USER_CREATE',1,'2013-01-23 17:52:37',1,'Création utilisateur bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(288,'2013-01-23 16:52:37','USER_NEW_PASSWORD',1,'2013-01-23 17:52:37',1,'Changement mot de passe de bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(289,'2013-01-23 16:53:15','USER_LOGOUT',1,'2013-01-23 17:53:15',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(290,'2013-01-23 16:53:20','USER_LOGIN',1,'2013-01-23 17:53:20',4,'(UserLogged,aaa)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(291,'2013-01-23 19:16:58','USER_LOGIN',1,'2013-01-23 20:16:58',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(292,'2013-01-26 10:54:07','USER_LOGIN',1,'2013-01-26 11:54:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(293,'2013-01-29 10:15:36','USER_LOGIN',1,'2013-01-29 11:15:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(294,'2013-01-30 17:42:50','USER_LOGIN',1,'2013-01-30 18:42:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(295,'2013-02-01 08:49:55','USER_LOGIN',1,'2013-02-01 09:49:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(296,'2013-02-01 08:51:57','USER_LOGOUT',1,'2013-02-01 09:51:57',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(297,'2013-02-01 08:52:39','USER_LOGIN',1,'2013-02-01 09:52:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(298,'2013-02-01 21:03:01','USER_LOGIN',1,'2013-02-01 22:03:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(299,'2013-02-10 19:48:39','USER_LOGIN',1,'2013-02-10 20:48:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(300,'2013-02-10 20:46:48','USER_LOGIN',1,'2013-02-10 21:46:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(301,'2013-02-10 21:39:23','USER_LOGIN',1,'2013-02-10 22:39:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(302,'2013-02-11 19:00:13','USER_LOGIN',1,'2013-02-11 20:00:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(303,'2013-02-11 19:43:44','USER_LOGIN_FAILED',1,'2013-02-11 20:43:44',NULL,'Unknown column \'u.fk_user\' in \'field list\'','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(304,'2013-02-11 19:44:01','USER_LOGIN',1,'2013-02-11 20:44:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(305,'2013-02-12 00:27:35','USER_LOGIN',1,'2013-02-12 01:27:35',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(306,'2013-02-12 00:27:38','USER_LOGOUT',1,'2013-02-12 01:27:38',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(307,'2013-02-12 00:28:07','USER_LOGIN',1,'2013-02-12 01:28:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(308,'2013-02-12 00:28:09','USER_LOGOUT',1,'2013-02-12 01:28:09',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(309,'2013-02-12 00:28:26','USER_LOGIN',1,'2013-02-12 01:28:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(310,'2013-02-12 00:28:30','USER_LOGOUT',1,'2013-02-12 01:28:30',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(311,'2013-02-12 12:42:15','USER_LOGIN',1,'2013-02-12 13:42:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(312,'2013-02-12 13:46:16','USER_LOGIN',1,'2013-02-12 14:46:16',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(313,'2013-02-12 14:54:28','USER_LOGIN',1,'2013-02-12 15:54:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(314,'2013-02-12 16:04:46','USER_LOGIN',1,'2013-02-12 17:04:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(315,'2013-02-13 14:02:43','USER_LOGIN',1,'2013-02-13 15:02:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(316,'2013-02-13 14:48:30','USER_LOGIN',1,'2013-02-13 15:48:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(317,'2013-02-13 17:44:53','USER_LOGIN',1,'2013-02-13 18:44:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(318,'2013-02-15 08:44:36','USER_LOGIN',1,'2013-02-15 09:44:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(319,'2013-02-15 08:53:20','USER_LOGIN',1,'2013-02-15 09:53:20',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(320,'2013-02-16 19:10:28','USER_LOGIN',1,'2013-02-16 20:10:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(321,'2013-02-16 19:22:40','USER_CREATE',1,'2013-02-16 20:22:40',1,'Création utilisateur aaab','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(322,'2013-02-16 19:22:40','USER_NEW_PASSWORD',1,'2013-02-16 20:22:40',1,'Changement mot de passe de aaab','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(323,'2013-02-16 19:48:15','USER_CREATE',1,'2013-02-16 20:48:15',1,'Création utilisateur zzz','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(324,'2013-02-16 19:48:15','USER_NEW_PASSWORD',1,'2013-02-16 20:48:15',1,'Changement mot de passe de zzz','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(325,'2013-02-16 19:50:08','USER_CREATE',1,'2013-02-16 20:50:08',1,'Création utilisateur zzzg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(326,'2013-02-16 19:50:08','USER_NEW_PASSWORD',1,'2013-02-16 20:50:08',1,'Changement mot de passe de zzzg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(327,'2013-02-16 21:20:03','USER_LOGIN',1,'2013-02-16 22:20:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(328,'2013-02-17 14:30:51','USER_LOGIN',1,'2013-02-17 15:30:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(329,'2013-02-17 17:21:22','USER_LOGIN',1,'2013-02-17 18:21:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(330,'2013-02-17 17:48:43','USER_MODIFY',1,'2013-02-17 18:48:43',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(331,'2013-02-17 17:48:47','USER_MODIFY',1,'2013-02-17 18:48:47',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(332,'2013-02-17 17:48:51','USER_MODIFY',1,'2013-02-17 18:48:51',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(333,'2013-02-17 17:48:56','USER_MODIFY',1,'2013-02-17 18:48:56',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(334,'2013-02-18 22:00:01','USER_LOGIN',1,'2013-02-18 23:00:01',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(335,'2013-02-19 08:19:52','USER_LOGIN',1,'2013-02-19 09:19:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(336,'2013-02-19 22:00:52','USER_LOGIN',1,'2013-02-19 23:00:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(337,'2013-02-20 09:34:52','USER_LOGIN',1,'2013-02-20 10:34:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(338,'2013-02-20 13:12:28','USER_LOGIN',1,'2013-02-20 14:12:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(339,'2013-02-20 17:19:44','USER_LOGIN',1,'2013-02-20 18:19:44',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(340,'2013-02-20 19:07:21','USER_MODIFY',1,'2013-02-20 20:07:21',1,'Modification utilisateur adupont','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(341,'2013-02-20 19:47:17','USER_LOGIN',1,'2013-02-20 20:47:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(342,'2013-02-20 19:48:01','USER_MODIFY',1,'2013-02-20 20:48:01',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(343,'2013-02-21 08:27:07','USER_LOGIN',1,'2013-02-21 09:27:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(344,'2013-02-23 13:34:13','USER_LOGIN',1,'2013-02-23 14:34:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(345,'2013-02-24 01:06:41','USER_LOGIN_FAILED',1,'2013-02-24 02:06:41',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(346,'2013-02-24 01:06:45','USER_LOGIN_FAILED',1,'2013-02-24 02:06:45',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(347,'2013-02-24 01:06:55','USER_LOGIN_FAILED',1,'2013-02-24 02:06:55',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(348,'2013-02-24 01:07:03','USER_LOGIN_FAILED',1,'2013-02-24 02:07:03',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(349,'2013-02-24 01:07:21','USER_LOGIN_FAILED',1,'2013-02-24 02:07:21',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(350,'2013-02-24 01:08:12','USER_LOGIN_FAILED',1,'2013-02-24 02:08:12',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(351,'2013-02-24 01:08:42','USER_LOGIN_FAILED',1,'2013-02-24 02:08:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(352,'2013-02-24 01:08:50','USER_LOGIN_FAILED',1,'2013-02-24 02:08:50',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(353,'2013-02-24 01:09:08','USER_LOGIN_FAILED',1,'2013-02-24 02:09:08',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(354,'2013-02-24 01:09:42','USER_LOGIN_FAILED',1,'2013-02-24 02:09:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(355,'2013-02-24 01:09:50','USER_LOGIN_FAILED',1,'2013-02-24 02:09:50',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(356,'2013-02-24 01:10:05','USER_LOGIN_FAILED',1,'2013-02-24 02:10:05',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(357,'2013-02-24 01:10:22','USER_LOGIN_FAILED',1,'2013-02-24 02:10:22',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(358,'2013-02-24 01:10:30','USER_LOGIN_FAILED',1,'2013-02-24 02:10:30',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(359,'2013-02-24 01:10:56','USER_LOGIN_FAILED',1,'2013-02-24 02:10:56',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(360,'2013-02-24 01:11:26','USER_LOGIN_FAILED',1,'2013-02-24 02:11:26',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(361,'2013-02-24 01:12:06','USER_LOGIN_FAILED',1,'2013-02-24 02:12:06',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(362,'2013-02-24 01:21:14','USER_LOGIN_FAILED',1,'2013-02-24 02:21:14',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(363,'2013-02-24 01:21:25','USER_LOGIN_FAILED',1,'2013-02-24 02:21:25',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(364,'2013-02-24 01:21:54','USER_LOGIN_FAILED',1,'2013-02-24 02:21:54',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(365,'2013-02-24 01:22:14','USER_LOGIN_FAILED',1,'2013-02-24 02:22:14',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(366,'2013-02-24 01:22:37','USER_LOGIN_FAILED',1,'2013-02-24 02:22:37',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(367,'2013-02-24 01:23:01','USER_LOGIN_FAILED',1,'2013-02-24 02:23:01',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(368,'2013-02-24 01:23:39','USER_LOGIN_FAILED',1,'2013-02-24 02:23:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(369,'2013-02-24 01:24:04','USER_LOGIN_FAILED',1,'2013-02-24 02:24:04',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(370,'2013-02-24 01:24:39','USER_LOGIN_FAILED',1,'2013-02-24 02:24:39',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(371,'2013-02-24 01:25:01','USER_LOGIN_FAILED',1,'2013-02-24 02:25:01',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(372,'2013-02-24 01:25:12','USER_LOGIN_FAILED',1,'2013-02-24 02:25:12',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(373,'2013-02-24 01:27:30','USER_LOGIN_FAILED',1,'2013-02-24 02:27:30',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(374,'2013-02-24 01:28:00','USER_LOGIN_FAILED',1,'2013-02-24 02:28:00',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(375,'2013-02-24 01:28:35','USER_LOGIN_FAILED',1,'2013-02-24 02:28:35',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(376,'2013-02-24 01:29:03','USER_LOGIN_FAILED',1,'2013-02-24 02:29:03',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(377,'2013-02-24 01:29:55','USER_LOGIN_FAILED',1,'2013-02-24 02:29:55',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(378,'2013-02-24 01:32:40','USER_LOGIN_FAILED',1,'2013-02-24 02:32:40',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(379,'2013-02-24 01:39:33','USER_LOGIN_FAILED',1,'2013-02-24 02:39:33',NULL,'Identifiants login ou mot de passe incorrects - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(380,'2013-02-24 01:39:38','USER_LOGIN_FAILED',1,'2013-02-24 02:39:38',NULL,'Identifiants login ou mot de passe incorrects - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(381,'2013-02-24 01:39:47','USER_LOGIN_FAILED',1,'2013-02-24 02:39:47',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(382,'2013-02-24 01:40:54','USER_LOGIN_FAILED',1,'2013-02-24 02:40:54',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(383,'2013-02-24 01:47:57','USER_LOGIN_FAILED',1,'2013-02-24 02:47:57',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(384,'2013-02-24 01:48:05','USER_LOGIN_FAILED',1,'2013-02-24 02:48:05',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(385,'2013-02-24 01:48:07','USER_LOGIN_FAILED',1,'2013-02-24 02:48:07',NULL,'Unknown column \'u.lastname\' in \'field list\'','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(386,'2013-02-24 01:48:35','USER_LOGIN',1,'2013-02-24 02:48:35',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(387,'2013-02-24 01:56:32','USER_LOGIN',1,'2013-02-24 02:56:32',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(388,'2013-02-24 02:05:55','USER_LOGOUT',1,'2013-02-24 03:05:55',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(389,'2013-02-24 02:39:52','USER_LOGIN',1,'2013-02-24 03:39:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(390,'2013-02-24 02:51:10','USER_LOGOUT',1,'2013-02-24 03:51:10',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(391,'2013-02-24 12:46:41','USER_LOGIN',1,'2013-02-24 13:46:41',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(392,'2013-02-24 12:46:52','USER_LOGOUT',1,'2013-02-24 13:46:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(393,'2013-02-24 12:46:56','USER_LOGIN',1,'2013-02-24 13:46:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(394,'2013-02-24 12:47:56','USER_LOGOUT',1,'2013-02-24 13:47:56',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(395,'2013-02-24 12:48:00','USER_LOGIN',1,'2013-02-24 13:48:00',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(396,'2013-02-24 12:48:11','USER_LOGOUT',1,'2013-02-24 13:48:11',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(397,'2013-02-24 12:48:32','USER_LOGIN',1,'2013-02-24 13:48:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(398,'2013-02-24 12:52:22','USER_LOGOUT',1,'2013-02-24 13:52:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(399,'2013-02-24 12:52:27','USER_LOGIN',1,'2013-02-24 13:52:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(400,'2013-02-24 12:52:54','USER_LOGOUT',1,'2013-02-24 13:52:54',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(401,'2013-02-24 12:52:59','USER_LOGIN',1,'2013-02-24 13:52:59',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(402,'2013-02-24 12:55:39','USER_LOGOUT',1,'2013-02-24 13:55:39',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(403,'2013-02-24 12:55:59','USER_LOGIN',1,'2013-02-24 13:55:59',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(404,'2013-02-24 12:56:07','USER_LOGOUT',1,'2013-02-24 13:56:07',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(405,'2013-02-24 12:56:23','USER_LOGIN',1,'2013-02-24 13:56:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(406,'2013-02-24 12:56:46','USER_LOGOUT',1,'2013-02-24 13:56:46',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(407,'2013-02-24 12:58:30','USER_LOGIN',1,'2013-02-24 13:58:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(408,'2013-02-24 12:58:33','USER_LOGOUT',1,'2013-02-24 13:58:33',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(409,'2013-02-24 12:58:51','USER_LOGIN',1,'2013-02-24 13:58:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(410,'2013-02-24 12:58:58','USER_LOGOUT',1,'2013-02-24 13:58:58',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(411,'2013-02-24 13:18:53','USER_LOGIN',1,'2013-02-24 14:18:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(412,'2013-02-24 13:19:52','USER_LOGOUT',1,'2013-02-24 14:19:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(413,'2013-02-24 15:39:31','USER_LOGIN_FAILED',1,'2013-02-24 16:39:31',NULL,'ErrorBadValueForCode - login=admin','127.0.0.1',NULL,NULL),(414,'2013-02-24 15:42:07','USER_LOGIN',1,'2013-02-24 16:42:07',1,'(UserLogged,admin)','127.0.0.1',NULL,NULL),(415,'2013-02-24 15:42:52','USER_LOGOUT',1,'2013-02-24 16:42:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(416,'2013-02-24 16:04:21','USER_LOGIN',1,'2013-02-24 17:04:21',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(417,'2013-02-24 16:11:28','USER_LOGIN_FAILED',1,'2013-02-24 17:11:28',NULL,'ErrorBadValueForCode - login=admin','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(418,'2013-02-24 16:11:37','USER_LOGIN',1,'2013-02-24 17:11:37',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(419,'2013-02-24 16:36:52','USER_LOGOUT',1,'2013-02-24 17:36:52',1,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(420,'2013-02-24 16:40:37','USER_LOGIN',1,'2013-02-24 17:40:37',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(421,'2013-02-24 16:57:16','USER_LOGIN',1,'2013-02-24 17:57:16',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(422,'2013-02-24 17:01:30','USER_LOGOUT',1,'2013-02-24 18:01:30',1,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(423,'2013-02-24 17:02:33','USER_LOGIN',1,'2013-02-24 18:02:33',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(424,'2013-02-24 17:14:22','USER_LOGOUT',1,'2013-02-24 18:14:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(425,'2013-02-24 17:15:07','USER_LOGIN_FAILED',1,'2013-02-24 18:15:07',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(426,'2013-02-24 17:15:20','USER_LOGIN',1,'2013-02-24 18:15:20',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(427,'2013-02-24 17:20:14','USER_LOGIN',1,'2013-02-24 18:20:14',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(428,'2013-02-24 17:20:51','USER_LOGIN',1,'2013-02-24 18:20:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(429,'2013-02-24 17:20:54','USER_LOGOUT',1,'2013-02-24 18:20:54',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(430,'2013-02-24 17:21:19','USER_LOGIN',1,'2013-02-24 18:21:19',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(431,'2013-02-24 17:32:35','USER_LOGIN',1,'2013-02-24 18:32:35',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(432,'2013-02-24 18:28:48','USER_LOGIN',1,'2013-02-24 19:28:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(433,'2013-02-24 18:29:27','USER_LOGOUT',1,'2013-02-24 19:29:27',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(434,'2013-02-24 18:29:32','USER_LOGIN',1,'2013-02-24 19:29:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(435,'2013-02-24 20:13:13','USER_LOGOUT',1,'2013-02-24 21:13:13',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(436,'2013-02-24 20:13:17','USER_LOGIN',1,'2013-02-24 21:13:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(437,'2013-02-25 08:57:16','USER_LOGIN',1,'2013-02-25 09:57:16',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(438,'2013-02-25 08:57:59','USER_LOGOUT',1,'2013-02-25 09:57:59',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(439,'2013-02-25 09:15:02','USER_LOGIN',1,'2013-02-25 10:15:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(440,'2013-02-25 09:15:50','USER_LOGOUT',1,'2013-02-25 10:15:50',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(441,'2013-02-25 09:15:57','USER_LOGIN',1,'2013-02-25 10:15:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(442,'2013-02-25 09:16:12','USER_LOGOUT',1,'2013-02-25 10:16:12',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(443,'2013-02-25 09:16:19','USER_LOGIN',1,'2013-02-25 10:16:19',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(444,'2013-02-25 09:16:25','USER_LOGOUT',1,'2013-02-25 10:16:25',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(445,'2013-02-25 09:16:39','USER_LOGIN_FAILED',1,'2013-02-25 10:16:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(446,'2013-02-25 09:16:42','USER_LOGIN_FAILED',1,'2013-02-25 10:16:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(447,'2013-02-25 09:16:54','USER_LOGIN_FAILED',1,'2013-02-25 10:16:54',NULL,'Identificadors d&#039;usuari o contrasenya incorrectes - login=gfdg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(448,'2013-02-25 09:17:53','USER_LOGIN',1,'2013-02-25 10:17:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(449,'2013-02-25 09:18:37','USER_LOGOUT',1,'2013-02-25 10:18:37',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(450,'2013-02-25 09:18:41','USER_LOGIN',1,'2013-02-25 10:18:41',4,'(UserLogged,aaa)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(451,'2013-02-25 09:18:47','USER_LOGOUT',1,'2013-02-25 10:18:47',4,'(UserLogoff,aaa)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(452,'2013-02-25 10:05:34','USER_LOGIN',1,'2013-02-25 11:05:34',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(453,'2013-02-26 21:51:40','USER_LOGIN',1,'2013-02-26 22:51:40',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(454,'2013-02-26 23:30:06','USER_LOGIN',1,'2013-02-27 00:30:06',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(455,'2013-02-27 14:13:11','USER_LOGIN',1,'2013-02-27 15:13:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(456,'2013-02-27 18:12:06','USER_LOGIN_FAILED',1,'2013-02-27 19:12:06',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(457,'2013-02-27 18:12:10','USER_LOGIN',1,'2013-02-27 19:12:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(458,'2013-02-27 20:20:08','USER_LOGIN',1,'2013-02-27 21:20:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(459,'2013-03-01 22:12:03','USER_LOGIN',1,'2013-03-01 23:12:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(460,'2013-03-02 11:45:50','USER_LOGIN',1,'2013-03-02 12:45:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(461,'2013-03-02 15:53:51','USER_LOGIN_FAILED',1,'2013-03-02 16:53:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(462,'2013-03-02 15:53:53','USER_LOGIN',1,'2013-03-02 16:53:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(463,'2013-03-02 18:32:32','USER_LOGIN',1,'2013-03-02 19:32:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(464,'2013-03-02 22:59:36','USER_LOGIN',1,'2013-03-02 23:59:36',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(465,'2013-03-03 16:26:26','USER_LOGIN',1,'2013-03-03 17:26:26',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(466,'2013-03-03 22:50:27','USER_LOGIN',1,'2013-03-03 23:50:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(467,'2013-03-04 08:29:27','USER_LOGIN',1,'2013-03-04 09:29:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(468,'2013-03-04 18:27:28','USER_LOGIN',1,'2013-03-04 19:27:28',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP06)',NULL),(469,'2013-03-04 19:27:23','USER_LOGIN',1,'2013-03-04 20:27:23',1,'(UserLogged,admin)','192.168.0.254','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',NULL),(470,'2013-03-04 19:35:14','USER_LOGIN',1,'2013-03-04 20:35:14',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(471,'2013-03-04 19:55:49','USER_LOGIN',1,'2013-03-04 20:55:49',1,'(UserLogged,admin)','192.168.0.254','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)',NULL),(472,'2013-03-04 21:16:13','USER_LOGIN',1,'2013-03-04 22:16:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(473,'2013-03-05 10:17:30','USER_LOGIN',1,'2013-03-05 11:17:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(474,'2013-03-05 11:02:43','USER_LOGIN',1,'2013-03-05 12:02:43',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(475,'2013-03-05 23:14:39','USER_LOGIN',1,'2013-03-06 00:14:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(476,'2013-03-06 08:58:57','USER_LOGIN',1,'2013-03-06 09:58:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(477,'2013-03-06 14:29:40','USER_LOGIN',1,'2013-03-06 15:29:40',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(478,'2013-03-06 21:53:02','USER_LOGIN',1,'2013-03-06 22:53:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(479,'2013-03-07 21:14:39','USER_LOGIN',1,'2013-03-07 22:14:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(480,'2013-03-08 00:06:05','USER_LOGIN',1,'2013-03-08 01:06:05',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(481,'2013-03-08 01:38:13','USER_LOGIN',1,'2013-03-08 02:38:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(482,'2013-03-08 08:59:50','USER_LOGIN',1,'2013-03-08 09:59:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(483,'2013-03-09 12:08:51','USER_LOGIN',1,'2013-03-09 13:08:51',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(484,'2013-03-09 15:19:53','USER_LOGIN',1,'2013-03-09 16:19:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(495,'2013-03-09 18:06:21','USER_LOGIN',1,'2013-03-09 19:06:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(496,'2013-03-09 20:01:24','USER_LOGIN',1,'2013-03-09 21:01:24',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(497,'2013-03-09 23:36:45','USER_LOGIN',1,'2013-03-10 00:36:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(498,'2013-03-10 14:37:13','USER_LOGIN',1,'2013-03-10 15:37:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(499,'2013-03-10 17:54:12','USER_LOGIN',1,'2013-03-10 18:54:12',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(500,'2013-03-11 08:57:09','USER_LOGIN',1,'2013-03-11 09:57:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(501,'2013-03-11 22:05:13','USER_LOGIN',1,'2013-03-11 23:05:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(502,'2013-03-12 08:34:27','USER_LOGIN',1,'2013-03-12 09:34:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(503,'2013-03-13 09:11:02','USER_LOGIN',1,'2013-03-13 10:11:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(504,'2013-03-13 10:02:11','USER_LOGIN',1,'2013-03-13 11:02:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(505,'2013-03-13 13:20:58','USER_LOGIN',1,'2013-03-13 14:20:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(506,'2013-03-13 16:19:28','USER_LOGIN',1,'2013-03-13 17:19:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(507,'2013-03-13 18:34:30','USER_LOGIN',1,'2013-03-13 19:34:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(508,'2013-03-14 08:25:02','USER_LOGIN',1,'2013-03-14 09:25:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(509,'2013-03-14 19:15:22','USER_LOGIN',1,'2013-03-14 20:15:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(510,'2013-03-14 21:58:53','USER_LOGIN',1,'2013-03-14 22:58:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(511,'2013-03-14 21:58:59','USER_LOGOUT',1,'2013-03-14 22:58:59',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(512,'2013-03-14 21:59:07','USER_LOGIN',1,'2013-03-14 22:59:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(513,'2013-03-14 22:58:22','USER_LOGOUT',1,'2013-03-14 23:58:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(514,'2013-03-14 23:00:25','USER_LOGIN',1,'2013-03-15 00:00:25',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(515,'2013-03-16 12:14:28','USER_LOGIN',1,'2013-03-16 13:14:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(516,'2013-03-16 16:09:01','USER_LOGIN',1,'2013-03-16 17:09:01',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(517,'2013-03-16 16:57:11','USER_LOGIN',1,'2013-03-16 17:57:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(518,'2013-03-16 19:31:31','USER_LOGIN',1,'2013-03-16 20:31:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(519,'2013-03-17 17:44:39','USER_LOGIN',1,'2013-03-17 18:44:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(520,'2013-03-17 20:40:57','USER_LOGIN',1,'2013-03-17 21:40:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(521,'2013-03-17 23:14:05','USER_LOGIN',1,'2013-03-18 00:14:05',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(522,'2013-03-17 23:28:47','USER_LOGOUT',1,'2013-03-18 00:28:47',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(523,'2013-03-17 23:28:54','USER_LOGIN',1,'2013-03-18 00:28:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(524,'2013-03-18 17:37:30','USER_LOGIN',1,'2013-03-18 18:37:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(525,'2013-03-18 18:11:37','USER_LOGIN',1,'2013-03-18 19:11:37',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(526,'2013-03-19 08:35:08','USER_LOGIN',1,'2013-03-19 09:35:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(527,'2013-03-19 09:20:23','USER_LOGIN',1,'2013-03-19 10:20:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(528,'2013-03-20 13:17:13','USER_LOGIN',1,'2013-03-20 14:17:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(529,'2013-03-20 14:44:31','USER_LOGIN',1,'2013-03-20 15:44:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(530,'2013-03-20 18:24:25','USER_LOGIN',1,'2013-03-20 19:24:25',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(531,'2013-03-20 19:15:54','USER_LOGIN',1,'2013-03-20 20:15:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(532,'2013-03-21 18:40:47','USER_LOGIN',1,'2013-03-21 19:40:47',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(533,'2013-03-21 21:42:24','USER_LOGIN',1,'2013-03-21 22:42:24',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(534,'2013-03-22 08:39:23','USER_LOGIN',1,'2013-03-22 09:39:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(535,'2013-03-23 13:04:55','USER_LOGIN',1,'2013-03-23 14:04:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(536,'2013-03-23 15:47:43','USER_LOGIN',1,'2013-03-23 16:47:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(537,'2013-03-23 22:56:36','USER_LOGIN',1,'2013-03-23 23:56:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(538,'2013-03-24 01:22:32','USER_LOGIN',1,'2013-03-24 02:22:32',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(539,'2013-03-24 14:40:42','USER_LOGIN',1,'2013-03-24 15:40:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(540,'2013-03-24 15:30:26','USER_LOGOUT',1,'2013-03-24 16:30:26',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(541,'2013-03-24 15:30:29','USER_LOGIN',1,'2013-03-24 16:30:29',2,'(UserLogged,demo)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(542,'2013-03-24 15:49:40','USER_LOGOUT',1,'2013-03-24 16:49:40',2,'(UserLogoff,demo)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(543,'2013-03-24 15:49:48','USER_LOGIN',1,'2013-03-24 16:49:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(544,'2013-03-24 15:52:35','USER_MODIFY',1,'2013-03-24 16:52:35',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(545,'2013-03-24 15:52:52','USER_MODIFY',1,'2013-03-24 16:52:52',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(546,'2013-03-24 15:53:09','USER_MODIFY',1,'2013-03-24 16:53:09',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(547,'2013-03-24 15:53:23','USER_MODIFY',1,'2013-03-24 16:53:23',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(548,'2013-03-24 16:00:04','USER_MODIFY',1,'2013-03-24 17:00:04',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(549,'2013-03-24 16:01:50','USER_MODIFY',1,'2013-03-24 17:01:50',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(550,'2013-03-24 16:10:14','USER_MODIFY',1,'2013-03-24 17:10:14',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(551,'2013-03-24 16:55:13','USER_LOGIN',1,'2013-03-24 17:55:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(552,'2013-03-24 17:44:29','USER_LOGIN',1,'2013-03-24 18:44:29',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(553,'2013-09-08 23:06:26','USER_LOGIN',1,'2013-09-09 01:06:26',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36',NULL),(554,'2013-10-21 22:32:28','USER_LOGIN',1,'2013-10-22 00:32:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36',NULL),(555,'2013-10-21 22:32:48','USER_LOGIN',1,'2013-10-22 00:32:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36',NULL),(556,'2013-11-07 00:01:51','USER_LOGIN',1,'2013-11-07 01:01:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36',NULL),(557,'2014-03-02 15:21:07','USER_LOGIN',1,'2014-03-02 16:21:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(558,'2014-03-02 15:36:53','USER_LOGIN',1,'2014-03-02 16:36:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(559,'2014-03-02 18:54:23','USER_LOGIN',1,'2014-03-02 19:54:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(560,'2014-03-02 19:11:17','USER_LOGIN',1,'2014-03-02 20:11:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(561,'2014-03-03 18:19:24','USER_LOGIN',1,'2014-03-03 19:19:24',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(562,'2014-12-21 12:51:38','USER_LOGIN',1,'2014-12-21 13:51:38',1,'(UserLogged,admin) - TZ=1;TZString=CET;Screen=1920x969','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36',NULL),(563,'2014-12-21 19:52:09','USER_LOGIN',1,'2014-12-21 20:52:09',1,'(UserLogged,admin) - TZ=1;TZString=CET;Screen=1920x969','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36',NULL),(566,'2015-10-03 08:49:43','USER_NEW_PASSWORD',1,'2015-10-03 10:49:43',1,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(567,'2015-10-03 08:49:43','USER_MODIFY',1,'2015-10-03 10:49:43',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(568,'2015-10-03 09:03:12','USER_MODIFY',1,'2015-10-03 11:03:12',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(569,'2015-10-03 09:03:42','USER_MODIFY',1,'2015-10-03 11:03:42',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(570,'2015-10-03 09:07:36','USER_MODIFY',1,'2015-10-03 11:07:36',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(571,'2015-10-03 09:08:58','USER_NEW_PASSWORD',1,'2015-10-03 11:08:58',1,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(572,'2015-10-03 09:08:58','USER_MODIFY',1,'2015-10-03 11:08:58',1,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(573,'2015-10-03 09:09:23','USER_MODIFY',1,'2015-10-03 11:09:23',1,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(574,'2015-10-03 09:11:04','USER_NEW_PASSWORD',1,'2015-10-03 11:11:04',1,'Password change for athestudent','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(575,'2015-10-03 09:11:04','USER_MODIFY',1,'2015-10-03 11:11:04',1,'User athestudent modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(576,'2015-10-03 09:11:53','USER_MODIFY',1,'2015-10-03 11:11:53',1,'User abookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(577,'2015-10-03 09:42:12','USER_LOGIN_FAILED',1,'2015-10-03 11:42:11',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(578,'2015-10-03 09:42:19','USER_LOGIN_FAILED',1,'2015-10-03 11:42:19',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(579,'2015-10-03 09:42:42','USER_LOGIN_FAILED',1,'2015-10-03 11:42:42',NULL,'Bad value for login or password - login=aeinstein','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(580,'2015-10-03 09:43:50','USER_LOGIN',1,'2015-10-03 11:43:50',1,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x788','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(581,'2015-10-03 09:44:44','GROUP_MODIFY',1,'2015-10-03 11:44:44',1,'Group Sale representatives modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(582,'2015-10-03 09:46:25','GROUP_CREATE',1,'2015-10-03 11:46:25',1,'Group Management created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(583,'2015-10-03 09:46:46','GROUP_CREATE',1,'2015-10-03 11:46:46',1,'Group Scientists created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(584,'2015-10-03 09:47:41','USER_CREATE',1,'2015-10-03 11:47:41',1,'User mcurie created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(585,'2015-10-03 09:47:41','USER_NEW_PASSWORD',1,'2015-10-03 11:47:41',1,'Password change for mcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(586,'2015-10-03 09:47:53','USER_MODIFY',1,'2015-10-03 11:47:53',1,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(587,'2015-10-03 09:48:32','USER_DELETE',1,'2015-10-03 11:48:32',1,'User bbb removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(588,'2015-10-03 09:48:52','USER_MODIFY',1,'2015-10-03 11:48:52',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(589,'2015-10-03 10:01:28','USER_MODIFY',1,'2015-10-03 12:01:28',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(590,'2015-10-03 10:01:39','USER_MODIFY',1,'2015-10-03 12:01:39',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(591,'2015-10-05 06:32:38','USER_LOGIN_FAILED',1,'2015-10-05 08:32:38',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(592,'2015-10-05 06:32:44','USER_LOGIN',1,'2015-10-05 08:32:44',1,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(593,'2015-10-05 07:07:52','USER_CREATE',1,'2015-10-05 09:07:52',1,'User atheceo created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(594,'2015-10-05 07:07:52','USER_NEW_PASSWORD',1,'2015-10-05 09:07:52',1,'Password change for atheceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(595,'2015-10-05 07:09:08','USER_NEW_PASSWORD',1,'2015-10-05 09:09:08',1,'Password change for aeinstein','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(596,'2015-10-05 07:09:08','USER_MODIFY',1,'2015-10-05 09:09:08',1,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(597,'2015-10-05 07:09:46','USER_CREATE',1,'2015-10-05 09:09:46',1,'User admin created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(598,'2015-10-05 07:09:46','USER_NEW_PASSWORD',1,'2015-10-05 09:09:46',1,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(599,'2015-10-05 07:10:20','USER_MODIFY',1,'2015-10-05 09:10:20',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(600,'2015-10-05 07:10:48','USER_MODIFY',1,'2015-10-05 09:10:48',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(601,'2015-10-05 07:11:22','USER_NEW_PASSWORD',1,'2015-10-05 09:11:22',1,'Password change for bbookkeeper','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(602,'2015-10-05 07:11:22','USER_MODIFY',1,'2015-10-05 09:11:22',1,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(603,'2015-10-05 07:12:37','USER_MODIFY',1,'2015-10-05 09:12:37',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(604,'2015-10-05 07:13:27','USER_MODIFY',1,'2015-10-05 09:13:27',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(605,'2015-10-05 07:13:52','USER_MODIFY',1,'2015-10-05 09:13:52',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(606,'2015-10-05 07:14:35','USER_LOGOUT',1,'2015-10-05 09:14:35',1,'(UserLogoff,aeinstein)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(607,'2015-10-05 07:14:40','USER_LOGIN_FAILED',1,'2015-10-05 09:14:40',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(608,'2015-10-05 07:14:44','USER_LOGIN_FAILED',1,'2015-10-05 09:14:44',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(609,'2015-10-05 07:14:49','USER_LOGIN',1,'2015-10-05 09:14:49',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(610,'2015-10-05 07:57:18','USER_MODIFY',1,'2015-10-05 09:57:18',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(611,'2015-10-05 08:06:54','USER_LOGOUT',1,'2015-10-05 10:06:54',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(612,'2015-10-05 08:07:03','USER_LOGIN',1,'2015-10-05 10:07:03',11,'(UserLogged,atheceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(613,'2015-10-05 19:18:46','USER_LOGIN',1,'2015-10-05 21:18:46',11,'(UserLogged,atheceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(614,'2015-10-05 19:29:35','USER_CREATE',1,'2015-10-05 21:29:35',11,'User ccommercy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(615,'2015-10-05 19:29:35','USER_NEW_PASSWORD',1,'2015-10-05 21:29:35',11,'Password change for ccommercy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(616,'2015-10-05 19:30:13','GROUP_CREATE',1,'2015-10-05 21:30:13',11,'Group Commercial created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(617,'2015-10-05 19:31:37','USER_NEW_PASSWORD',1,'2015-10-05 21:31:37',11,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(618,'2015-10-05 19:31:37','USER_MODIFY',1,'2015-10-05 21:31:37',11,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(619,'2015-10-05 19:32:00','USER_MODIFY',1,'2015-10-05 21:32:00',11,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(620,'2015-10-05 19:33:33','USER_CREATE',1,'2015-10-05 21:33:33',11,'User sscientol created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(621,'2015-10-05 19:33:33','USER_NEW_PASSWORD',1,'2015-10-05 21:33:33',11,'Password change for sscientol','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(622,'2015-10-05 19:33:47','USER_NEW_PASSWORD',1,'2015-10-05 21:33:47',11,'Password change for mcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(623,'2015-10-05 19:33:47','USER_MODIFY',1,'2015-10-05 21:33:47',11,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(624,'2015-10-05 19:34:23','USER_NEW_PASSWORD',1,'2015-10-05 21:34:23',11,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(625,'2015-10-05 19:34:23','USER_MODIFY',1,'2015-10-05 21:34:23',11,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(626,'2015-10-05 19:34:42','USER_MODIFY',1,'2015-10-05 21:34:42',11,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(627,'2015-10-05 19:36:06','USER_NEW_PASSWORD',1,'2015-10-05 21:36:06',11,'Password change for ccommercy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(628,'2015-10-05 19:36:06','USER_MODIFY',1,'2015-10-05 21:36:06',11,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(629,'2015-10-05 19:36:57','USER_NEW_PASSWORD',1,'2015-10-05 21:36:57',11,'Password change for atheceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(630,'2015-10-05 19:36:57','USER_MODIFY',1,'2015-10-05 21:36:57',11,'User atheceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(631,'2015-10-05 19:37:27','USER_LOGOUT',1,'2015-10-05 21:37:27',11,'(UserLogoff,atheceo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(632,'2015-10-05 19:37:35','USER_LOGIN_FAILED',1,'2015-10-05 21:37:35',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(633,'2015-10-05 19:37:39','USER_LOGIN_FAILED',1,'2015-10-05 21:37:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(634,'2015-10-05 19:37:44','USER_LOGIN_FAILED',1,'2015-10-05 21:37:44',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(635,'2015-10-05 19:37:49','USER_LOGIN_FAILED',1,'2015-10-05 21:37:49',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(636,'2015-10-05 19:38:12','USER_LOGIN_FAILED',1,'2015-10-05 21:38:12',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(637,'2015-10-05 19:40:48','USER_LOGIN_FAILED',1,'2015-10-05 21:40:48',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(638,'2015-10-05 19:40:55','USER_LOGIN',1,'2015-10-05 21:40:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(639,'2015-10-05 19:43:34','USER_MODIFY',1,'2015-10-05 21:43:34',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(640,'2015-10-05 19:45:43','USER_CREATE',1,'2015-10-05 21:45:43',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(641,'2015-10-05 19:45:43','USER_NEW_PASSWORD',1,'2015-10-05 21:45:43',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(642,'2015-10-05 19:46:18','USER_DELETE',1,'2015-10-05 21:46:18',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(643,'2015-10-05 19:47:09','USER_MODIFY',1,'2015-10-05 21:47:09',12,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(644,'2015-10-05 19:47:22','USER_MODIFY',1,'2015-10-05 21:47:22',12,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(645,'2015-10-05 19:52:05','USER_MODIFY',1,'2015-10-05 21:52:05',12,'User sscientol modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(646,'2015-10-05 19:52:23','USER_MODIFY',1,'2015-10-05 21:52:23',12,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(647,'2015-10-05 19:54:54','USER_NEW_PASSWORD',1,'2015-10-05 21:54:54',12,'Password change for zzeceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(648,'2015-10-05 19:54:54','USER_MODIFY',1,'2015-10-05 21:54:54',12,'User zzeceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(649,'2015-10-05 19:57:02','USER_MODIFY',1,'2015-10-05 21:57:02',12,'User zzeceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(650,'2015-10-05 19:57:57','USER_NEW_PASSWORD',1,'2015-10-05 21:57:57',12,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(651,'2015-10-05 19:57:57','USER_MODIFY',1,'2015-10-05 21:57:57',12,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(652,'2015-10-05 19:59:42','USER_NEW_PASSWORD',1,'2015-10-05 21:59:42',12,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(653,'2015-10-05 19:59:42','USER_MODIFY',1,'2015-10-05 21:59:42',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(654,'2015-10-05 20:00:21','USER_MODIFY',1,'2015-10-05 22:00:21',12,'User adminx modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(655,'2015-10-05 20:05:36','USER_MODIFY',1,'2015-10-05 22:05:36',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(656,'2015-10-05 20:06:25','USER_MODIFY',1,'2015-10-05 22:06:25',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(657,'2015-10-05 20:07:18','USER_MODIFY',1,'2015-10-05 22:07:18',12,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(658,'2015-10-05 20:07:36','USER_MODIFY',1,'2015-10-05 22:07:36',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(659,'2015-10-05 20:08:34','USER_MODIFY',1,'2015-10-05 22:08:34',12,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(660,'2015-10-05 20:47:52','USER_CREATE',1,'2015-10-05 22:47:52',12,'User cc1 created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(661,'2015-10-05 20:47:52','USER_NEW_PASSWORD',1,'2015-10-05 22:47:52',12,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(662,'2015-10-05 20:47:55','USER_LOGOUT',1,'2015-10-05 22:47:55',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(663,'2015-10-05 20:48:08','USER_LOGIN',1,'2015-10-05 22:48:08',11,'(UserLogged,zzeceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x434','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(664,'2015-10-05 20:48:39','USER_CREATE',1,'2015-10-05 22:48:39',11,'User cc2 created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(665,'2015-10-05 20:48:39','USER_NEW_PASSWORD',1,'2015-10-05 22:48:39',11,'Password change for cc2','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(666,'2015-10-05 20:48:59','USER_NEW_PASSWORD',1,'2015-10-05 22:48:59',11,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(667,'2015-10-05 20:48:59','USER_MODIFY',1,'2015-10-05 22:48:59',11,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(668,'2015-10-05 21:06:36','USER_LOGOUT',1,'2015-10-05 23:06:35',11,'(UserLogoff,zzeceo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(669,'2015-10-05 21:06:44','USER_LOGIN_FAILED',1,'2015-10-05 23:06:44',NULL,'Bad value for login or password - login=cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(670,'2015-10-05 21:07:12','USER_LOGIN_FAILED',1,'2015-10-05 23:07:12',NULL,'Bad value for login or password - login=cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(671,'2015-10-05 21:07:19','USER_LOGIN_FAILED',1,'2015-10-05 23:07:19',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(672,'2015-10-05 21:07:27','USER_LOGIN_FAILED',1,'2015-10-05 23:07:27',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(673,'2015-10-05 21:07:32','USER_LOGIN',1,'2015-10-05 23:07:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(674,'2015-10-05 21:12:28','USER_NEW_PASSWORD',1,'2015-10-05 23:12:28',12,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(675,'2015-10-05 21:12:28','USER_MODIFY',1,'2015-10-05 23:12:28',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(676,'2015-10-05 21:13:00','USER_CREATE',1,'2015-10-05 23:13:00',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(677,'2015-10-05 21:13:00','USER_NEW_PASSWORD',1,'2015-10-05 23:13:00',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(678,'2015-10-05 21:13:40','USER_DELETE',1,'2015-10-05 23:13:40',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(679,'2015-10-05 21:14:47','USER_LOGOUT',1,'2015-10-05 23:14:47',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(680,'2015-10-05 21:14:56','USER_LOGIN',1,'2015-10-05 23:14:56',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(681,'2015-10-05 21:15:56','USER_LOGOUT',1,'2015-10-05 23:15:56',16,'(UserLogoff,cc1)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(682,'2015-10-05 21:16:06','USER_LOGIN',1,'2015-10-05 23:16:06',17,'(UserLogged,cc2) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(683,'2015-10-05 21:37:25','USER_LOGOUT',1,'2015-10-05 23:37:25',17,'(UserLogoff,cc2)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(684,'2015-10-05 21:37:31','USER_LOGIN',1,'2015-10-05 23:37:31',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(685,'2015-10-05 21:43:53','USER_LOGOUT',1,'2015-10-05 23:43:53',16,'(UserLogoff,cc1)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(686,'2015-10-05 21:44:00','USER_LOGIN',1,'2015-10-05 23:44:00',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(687,'2015-10-05 21:46:17','USER_LOGOUT',1,'2015-10-05 23:46:17',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(688,'2015-10-05 21:46:24','USER_LOGIN',1,'2015-10-05 23:46:24',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(689,'2015-11-04 15:17:06','USER_LOGIN',1,'2015-11-04 16:17:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(690,'2015-11-15 22:04:04','USER_LOGIN',1,'2015-11-15 23:04:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(691,'2015-11-15 22:23:45','USER_MODIFY',1,'2015-11-15 23:23:45',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(692,'2015-11-15 22:24:22','USER_MODIFY',1,'2015-11-15 23:24:22',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(693,'2015-11-15 22:24:53','USER_MODIFY',1,'2015-11-15 23:24:53',12,'User cc2 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(694,'2015-11-15 22:25:17','USER_MODIFY',1,'2015-11-15 23:25:17',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(695,'2015-11-15 22:45:37','USER_LOGOUT',1,'2015-11-15 23:45:37',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(696,'2015-11-18 13:41:02','USER_LOGIN',1,'2015-11-18 14:41:02',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(697,'2015-11-18 14:23:35','USER_LOGIN',1,'2015-11-18 15:23:35',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(698,'2015-11-18 15:15:46','USER_LOGOUT',1,'2015-11-18 16:15:46',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(699,'2015-11-18 15:15:51','USER_LOGIN',1,'2015-11-18 16:15:51',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(700,'2015-11-30 17:52:08','USER_LOGIN',1,'2015-11-30 18:52:08',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(701,'2016-01-10 16:45:43','USER_LOGIN',1,'2016-01-10 17:45:43',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(702,'2016-01-10 16:45:52','USER_LOGOUT',1,'2016-01-10 17:45:52',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(703,'2016-01-10 16:46:06','USER_LOGIN',1,'2016-01-10 17:46:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(704,'2016-01-16 14:53:47','USER_LOGIN',1,'2016-01-16 15:53:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(705,'2016-01-16 15:04:29','USER_LOGOUT',1,'2016-01-16 16:04:29',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(706,'2016-01-16 15:04:40','USER_LOGIN',1,'2016-01-16 16:04:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(707,'2016-01-22 09:33:26','USER_LOGIN',1,'2016-01-22 10:33:26',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(708,'2016-01-22 09:35:19','USER_LOGOUT',1,'2016-01-22 10:35:19',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(709,'2016-01-22 09:35:29','USER_LOGIN',1,'2016-01-22 10:35:29',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(710,'2016-01-22 10:47:34','USER_CREATE',1,'2016-01-22 11:47:34',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(711,'2016-01-22 10:47:34','USER_NEW_PASSWORD',1,'2016-01-22 11:47:34',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(712,'2016-01-22 12:07:56','USER_LOGIN',1,'2016-01-22 13:07:56',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(713,'2016-01-22 12:36:25','USER_NEW_PASSWORD',1,'2016-01-22 13:36:25',12,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(714,'2016-01-22 12:36:25','USER_MODIFY',1,'2016-01-22 13:36:25',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(715,'2016-01-22 12:56:32','USER_MODIFY',1,'2016-01-22 13:56:32',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(716,'2016-01-22 12:58:05','USER_MODIFY',1,'2016-01-22 13:58:05',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(717,'2016-01-22 13:01:02','USER_MODIFY',1,'2016-01-22 14:01:02',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(718,'2016-01-22 13:01:18','USER_MODIFY',1,'2016-01-22 14:01:18',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(719,'2016-01-22 13:13:42','USER_MODIFY',1,'2016-01-22 14:13:42',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(720,'2016-01-22 13:15:20','USER_DELETE',1,'2016-01-22 14:15:20',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(721,'2016-01-22 13:19:21','USER_LOGOUT',1,'2016-01-22 14:19:21',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(722,'2016-01-22 13:19:32','USER_LOGIN',1,'2016-01-22 14:19:32',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(723,'2016-01-22 13:19:51','USER_LOGOUT',1,'2016-01-22 14:19:51',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(724,'2016-01-22 13:20:01','USER_LOGIN',1,'2016-01-22 14:20:01',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(725,'2016-01-22 13:28:22','USER_LOGOUT',1,'2016-01-22 14:28:22',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(726,'2016-01-22 13:28:35','USER_LOGIN',1,'2016-01-22 14:28:35',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(727,'2016-01-22 13:33:54','USER_LOGOUT',1,'2016-01-22 14:33:54',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(728,'2016-01-22 13:34:05','USER_LOGIN',1,'2016-01-22 14:34:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(729,'2016-01-22 13:51:46','USER_MODIFY',1,'2016-01-22 14:51:46',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(730,'2016-01-22 16:20:12','USER_LOGIN',1,'2016-01-22 17:20:12',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(731,'2016-01-22 16:20:22','USER_LOGOUT',1,'2016-01-22 17:20:22',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(732,'2016-01-22 16:20:36','USER_LOGIN',1,'2016-01-22 17:20:36',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(733,'2016-01-22 16:27:02','USER_CREATE',1,'2016-01-22 17:27:02',12,'User ldestailleur created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(734,'2016-01-22 16:27:02','USER_NEW_PASSWORD',1,'2016-01-22 17:27:02',12,'Password change for ldestailleur','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(735,'2016-01-22 16:28:34','USER_MODIFY',1,'2016-01-22 17:28:34',12,'User ldestailleur modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(736,'2016-01-22 16:30:01','USER_ENABLEDISABLE',1,'2016-01-22 17:30:01',12,'User cc2 activated','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(737,'2016-01-22 17:11:06','USER_LOGIN',1,'2016-01-22 18:11:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(738,'2016-01-22 18:00:02','USER_DELETE',1,'2016-01-22 19:00:02',12,'User zzz removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(739,'2016-01-22 18:01:40','USER_DELETE',1,'2016-01-22 19:01:40',12,'User aaab removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(740,'2016-01-22 18:01:52','USER_DELETE',1,'2016-01-22 19:01:52',12,'User zzzg removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(741,'2016-03-13 10:54:59','USER_LOGIN',1,'2016-03-13 14:54:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x971','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36',NULL),(742,'2016-07-30 11:13:10','USER_LOGIN',1,'2016-07-30 15:13:10',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(743,'2016-07-30 12:50:23','USER_CREATE',1,'2016-07-30 16:50:23',12,'User eldy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(744,'2016-07-30 12:50:23','USER_CREATE',1,'2016-07-30 16:50:23',12,'User eldy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(745,'2016-07-30 12:50:23','USER_NEW_PASSWORD',1,'2016-07-30 16:50:23',12,'Password change for eldy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(746,'2016-07-30 12:50:38','USER_MODIFY',1,'2016-07-30 16:50:38',12,'User eldy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(747,'2016-07-30 12:50:54','USER_DELETE',1,'2016-07-30 16:50:54',12,'User eldy removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(748,'2016-07-30 12:51:23','USER_NEW_PASSWORD',1,'2016-07-30 16:51:23',12,'Password change for ldestailleur','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(749,'2016-07-30 12:51:23','USER_MODIFY',1,'2016-07-30 16:51:23',12,'User ldestailleur modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(750,'2016-07-30 18:26:58','USER_LOGIN',1,'2016-07-30 22:26:58',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(751,'2016-07-30 18:27:40','USER_LOGOUT',1,'2016-07-30 22:27:40',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(752,'2016-07-30 18:27:47','USER_LOGIN',1,'2016-07-30 22:27:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(753,'2016-07-30 19:00:00','USER_LOGOUT',1,'2016-07-30 23:00:00',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(754,'2016-07-30 19:00:04','USER_LOGIN',1,'2016-07-30 23:00:04',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(755,'2016-07-30 19:00:14','USER_LOGOUT',1,'2016-07-30 23:00:14',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(756,'2016-07-30 19:00:19','USER_LOGIN',1,'2016-07-30 23:00:19',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(757,'2016-07-30 19:00:43','USER_LOGOUT',1,'2016-07-30 23:00:43',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(758,'2016-07-30 19:00:48','USER_LOGIN',1,'2016-07-30 23:00:48',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(759,'2016-07-30 19:03:52','USER_LOGOUT',1,'2016-07-30 23:03:52',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(760,'2016-07-30 19:03:57','USER_LOGIN_FAILED',1,'2016-07-30 23:03:57',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(761,'2016-07-30 19:03:59','USER_LOGIN',1,'2016-07-30 23:03:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(762,'2016-07-30 19:04:13','USER_LOGOUT',1,'2016-07-30 23:04:13',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(763,'2016-07-30 19:04:17','USER_LOGIN',1,'2016-07-30 23:04:17',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(764,'2016-07-30 19:04:26','USER_LOGOUT',1,'2016-07-30 23:04:26',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(765,'2016-07-30 19:04:31','USER_LOGIN',1,'2016-07-30 23:04:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(766,'2016-07-30 19:10:50','USER_LOGOUT',1,'2016-07-30 23:10:50',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(767,'2016-07-30 19:10:54','USER_LOGIN',1,'2016-07-30 23:10:54',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(768,'2016-07-31 10:15:52','USER_LOGIN',1,'2016-07-31 14:15:52',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(769,'2016-07-31 10:16:27','USER_LOGIN',1,'2016-07-31 14:16:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(770,'2016-07-31 10:32:14','USER_LOGIN',1,'2016-07-31 14:32:14',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(771,'2016-07-31 10:36:28','USER_LOGIN',1,'2016-07-31 14:36:28',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Links (2.8; Linux 3.19.0-46-generic x86_64; GNU C 4.8.2; text)',NULL),(772,'2016-07-31 10:40:10','USER_LOGIN',1,'2016-07-31 14:40:10',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Links (2.8; Linux 3.19.0-46-generic x86_64; GNU C 4.8.2; text)',NULL),(773,'2016-07-31 10:54:16','USER_LOGIN',1,'2016-07-31 14:54:16',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(774,'2016-07-31 12:52:52','USER_LOGIN',1,'2016-07-31 16:52:52',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x592','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(775,'2016-07-31 13:25:33','USER_LOGOUT',1,'2016-07-31 17:25:33',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(776,'2016-07-31 13:26:32','USER_LOGIN',1,'2016-07-31 17:26:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1280x751','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(777,'2016-07-31 14:13:57','USER_LOGOUT',1,'2016-07-31 18:13:57',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(778,'2016-07-31 14:14:04','USER_LOGIN',1,'2016-07-31 18:14:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(779,'2016-07-31 16:04:35','USER_LOGIN',1,'2016-07-31 20:04:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(780,'2016-07-31 21:14:14','USER_LOGIN',1,'2016-08-01 01:14:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(781,'2017-01-29 15:14:05','USER_LOGOUT',1,'2017-01-29 19:14:05',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(782,'2017-01-29 15:34:43','USER_LOGIN',1,'2017-01-29 19:34:43',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(783,'2017-01-29 15:35:04','USER_LOGOUT',1,'2017-01-29 19:35:04',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(784,'2017-01-29 15:35:12','USER_LOGIN',1,'2017-01-29 19:35:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(785,'2017-01-29 15:36:43','USER_LOGOUT',1,'2017-01-29 19:36:43',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(786,'2017-01-29 15:41:21','USER_LOGIN',1,'2017-01-29 19:41:21',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(787,'2017-01-29 15:41:41','USER_LOGOUT',1,'2017-01-29 19:41:41',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(788,'2017-01-29 15:42:43','USER_LOGIN',1,'2017-01-29 19:42:43',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(789,'2017-01-29 15:43:18','USER_LOGOUT',1,'2017-01-29 19:43:18',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(790,'2017-01-29 15:46:31','USER_LOGIN',1,'2017-01-29 19:46:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(791,'2017-01-29 16:18:56','USER_LOGIN',1,'2017-01-29 20:18:56',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=360x526','192.168.0.254','Mozilla/5.0 (Linux; Android 6.0; LG-H818 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 - DoliDroid - Android client pour Dolibarr ERP-CRM',NULL),(792,'2017-01-29 17:20:59','USER_LOGIN',1,'2017-01-29 21:20:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(793,'2017-01-30 11:19:40','USER_LOGIN',1,'2017-01-30 15:19:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(794,'2017-01-31 16:49:39','USER_LOGIN',1,'2017-01-31 20:49:39',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x520','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(795,'2017-02-01 10:55:23','USER_LOGIN',1,'2017-02-01 14:55:23',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(796,'2017-02-01 13:34:31','USER_LOGIN',1,'2017-02-01 17:34:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(797,'2017-02-01 14:41:26','USER_LOGIN',1,'2017-02-01 18:41:26',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(798,'2017-02-01 23:51:48','USER_LOGIN_FAILED',1,'2017-02-02 03:51:48',NULL,'Bad value for login or password - login=autologin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(799,'2017-02-01 23:52:55','USER_LOGIN',1,'2017-02-02 03:52:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(800,'2017-02-01 23:55:45','USER_CREATE',1,'2017-02-02 03:55:45',12,'User aboston created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(801,'2017-02-01 23:55:45','USER_NEW_PASSWORD',1,'2017-02-02 03:55:45',12,'Password change for aboston','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(802,'2017-02-01 23:56:38','USER_MODIFY',1,'2017-02-02 03:56:38',12,'User aboston modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(803,'2017-02-01 23:56:50','USER_MODIFY',1,'2017-02-02 03:56:50',12,'User aboston modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(804,'2017-02-02 01:14:44','USER_LOGIN',1,'2017-02-02 05:14:44',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(805,'2017-02-03 10:27:18','USER_LOGIN',1,'2017-02-03 14:27:18',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(806,'2017-02-04 10:22:34','USER_LOGIN',1,'2017-02-04 14:22:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x489','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(807,'2017-02-06 04:01:31','USER_LOGIN',1,'2017-02-06 08:01:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(808,'2017-02-06 10:21:32','USER_LOGIN',1,'2017-02-06 14:21:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(809,'2017-02-06 19:09:27','USER_LOGIN',1,'2017-02-06 23:09:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(810,'2017-02-06 23:39:17','USER_LOGIN',1,'2017-02-07 03:39:17',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(811,'2017-02-07 11:36:34','USER_LOGIN',1,'2017-02-07 15:36:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x676','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(812,'2017-02-07 18:51:53','USER_LOGIN',1,'2017-02-07 22:51:53',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(813,'2017-02-07 23:13:40','USER_LOGIN',1,'2017-02-08 03:13:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(814,'2017-02-08 09:29:12','USER_LOGIN',1,'2017-02-08 13:29:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(815,'2017-02-08 17:33:12','USER_LOGIN',1,'2017-02-08 21:33:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(816,'2017-02-09 17:30:34','USER_LOGIN',1,'2017-02-09 21:30:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(817,'2017-02-10 09:30:02','USER_LOGIN',1,'2017-02-10 13:30:02',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(818,'2017-02-10 16:16:14','USER_LOGIN',1,'2017-02-10 20:16:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(819,'2017-02-10 17:28:15','USER_LOGIN',1,'2017-02-10 21:28:15',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(820,'2017-02-11 12:54:03','USER_LOGIN',1,'2017-02-11 16:54:03',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(821,'2017-02-11 17:23:52','USER_LOGIN',1,'2017-02-11 21:23:52',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(822,'2017-02-12 12:44:03','USER_LOGIN',1,'2017-02-12 16:44:03',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(823,'2017-02-12 16:42:13','USER_LOGIN',1,'2017-02-12 20:42:13',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(824,'2017-02-12 19:14:18','USER_LOGIN',1,'2017-02-12 23:14:18',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(825,'2017-02-15 17:17:00','USER_LOGIN',1,'2017-02-15 21:17:00',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(826,'2017-02-15 22:02:40','USER_LOGIN',1,'2017-02-16 02:02:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(827,'2017-02-16 22:13:27','USER_LOGIN',1,'2017-02-17 02:13:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x619','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(828,'2017-02-16 23:54:04','USER_LOGIN',1,'2017-02-17 03:54:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(829,'2017-02-17 09:14:27','USER_LOGIN',1,'2017-02-17 13:14:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(830,'2017-02-17 12:07:05','USER_LOGIN',1,'2017-02-17 16:07:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(831,'2017-02-19 21:22:20','USER_LOGIN',1,'2017-02-20 01:22:20',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(832,'2017-02-20 09:26:47','USER_LOGIN',1,'2017-02-20 13:26:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(833,'2017-02-20 16:39:55','USER_LOGIN',1,'2017-02-20 20:39:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(834,'2017-02-20 16:49:00','USER_MODIFY',1,'2017-02-20 20:49:00',12,'Modification utilisateur ccommerson','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(835,'2017-02-20 17:57:15','USER_LOGIN',1,'2017-02-20 21:57:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(836,'2017-02-20 19:43:48','USER_LOGIN',1,'2017-02-20 23:43:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(837,'2017-02-21 00:04:05','USER_LOGIN',1,'2017-02-21 04:04:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(838,'2017-02-21 10:23:13','USER_LOGIN',1,'2017-02-21 14:23:13',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(839,'2017-02-21 10:30:17','USER_LOGOUT',1,'2017-02-21 14:30:17',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(840,'2017-02-21 10:30:22','USER_LOGIN',1,'2017-02-21 14:30:22',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(841,'2017-02-21 11:44:05','USER_LOGIN',1,'2017-02-21 15:44:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(842,'2017-05-12 09:02:48','USER_LOGIN',1,'2017-05-12 13:02:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36',NULL),(843,'2017-08-27 13:29:16','USER_LOGIN',1,'2017-08-27 17:29:16',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(844,'2017-08-28 09:11:07','USER_LOGIN',1,'2017-08-28 13:11:07',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(845,'2017-08-28 10:08:58','USER_LOGIN',1,'2017-08-28 14:08:58',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(846,'2017-08-28 10:12:46','USER_MODIFY',1,'2017-08-28 14:12:46',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(847,'2017-08-28 10:28:25','USER_LOGIN',1,'2017-08-28 14:28:25',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(848,'2017-08-28 10:28:36','USER_LOGOUT',1,'2017-08-28 14:28:36',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(849,'2017-08-28 10:34:50','USER_LOGIN',1,'2017-08-28 14:34:50',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(850,'2017-08-28 11:59:02','USER_LOGIN',1,'2017-08-28 15:59:02',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(851,'2017-08-29 09:57:34','USER_LOGIN',1,'2017-08-29 13:57:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(852,'2017-08-29 11:05:51','USER_LOGIN',1,'2017-08-29 15:05:51',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(853,'2017-08-29 14:15:58','USER_LOGIN',1,'2017-08-29 18:15:58',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(854,'2017-08-29 17:49:28','USER_LOGIN',1,'2017-08-29 21:49:28',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(855,'2017-08-30 11:53:25','USER_LOGIN',1,'2017-08-30 15:53:25',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(856,'2017-08-30 12:19:31','USER_MODIFY',1,'2017-08-30 16:19:31',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(857,'2017-08-30 12:19:32','USER_MODIFY',1,'2017-08-30 16:19:32',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(858,'2017-08-30 12:19:33','USER_MODIFY',1,'2017-08-30 16:19:33',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(859,'2017-08-30 12:21:42','USER_LOGOUT',1,'2017-08-30 16:21:42',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(860,'2017-08-30 12:21:48','USER_LOGIN',1,'2017-08-30 16:21:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(861,'2017-08-30 15:02:06','USER_LOGIN',1,'2017-08-30 19:02:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(862,'2017-08-31 09:25:42','USER_LOGIN',1,'2017-08-31 13:25:42',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(863,'2017-09-04 07:51:21','USER_LOGIN',1,'2017-09-04 11:51:21',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x577','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(864,'2017-09-04 09:17:09','USER_LOGIN',1,'2017-09-04 13:17:09',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(865,'2017-09-04 13:40:28','USER_LOGIN',1,'2017-09-04 17:40:28',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(866,'2017-09-06 07:55:30','USER_LOGIN',1,'2017-09-06 11:55:30',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(867,'2017-09-06 07:55:33','USER_LOGOUT',1,'2017-09-06 11:55:33',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(868,'2017-09-06 07:55:38','USER_LOGIN',1,'2017-09-06 11:55:38',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(869,'2017-09-06 16:03:38','USER_LOGIN',1,'2017-09-06 20:03:38',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(870,'2017-09-06 19:43:07','USER_LOGIN',1,'2017-09-06 23:43:07',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(871,'2018-01-19 11:18:08','USER_LOGOUT',1,'2018-01-19 11:18:08',12,'(UserLogoff,admin)','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36',NULL),(872,'2018-01-19 11:18:47','USER_LOGIN',1,'2018-01-19 11:18:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x965','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36',NULL),(873,'2018-01-19 11:21:41','USER_LOGIN',1,'2018-01-19 11:21:41',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x926','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(874,'2018-01-19 11:24:18','USER_NEW_PASSWORD',1,'2018-01-19 11:24:18',12,'Password change for admin','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(875,'2018-01-19 11:24:18','USER_MODIFY',1,'2018-01-19 11:24:18',12,'User admin modified','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(876,'2018-01-19 11:28:45','USER_LOGOUT',1,'2018-01-19 11:28:45',12,'(UserLogoff,admin)','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(877,'2018-03-16 09:54:15','USER_LOGIN_FAILED',1,'2018-03-16 13:54:15',NULL,'Identifiant ou mot de passe incorrect - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36',NULL),(878,'2018-03-16 09:54:23','USER_LOGIN',1,'2018-03-16 13:54:23',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x936','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36',NULL);
      +/*!40000 ALTER TABLE `llx_events` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_customer` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_expedition` datetime DEFAULT NULL,
      +  `date_delivery` datetime DEFAULT NULL,
      +  `fk_address` int(11) DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `tracking_number` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `height` float DEFAULT NULL,
      +  `height_unit` int(11) DEFAULT NULL,
      +  `width` float DEFAULT NULL,
      +  `size_units` int(11) DEFAULT NULL,
      +  `size` float DEFAULT NULL,
      +  `weight_units` int(11) DEFAULT NULL,
      +  `weight` float DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `billed` smallint(6) DEFAULT '0',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_expedition_uk_ref` (`ref`,`entity`),
      +  KEY `idx_expedition_fk_soc` (`fk_soc`),
      +  KEY `idx_expedition_fk_user_author` (`fk_user_author`),
      +  KEY `idx_expedition_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_expedition_fk_shipping_method` (`fk_shipping_method`),
      +  CONSTRAINT `fk_expedition_fk_shipping_method` FOREIGN KEY (`fk_shipping_method`) REFERENCES `llx_c_shipment_mode` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition`
      +--
      +
      +LOCK TABLES `llx_expedition` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition` DISABLE KEYS */;
      +INSERT INTO `llx_expedition` VALUES (1,'2016-01-22 17:33:03','SH1302-0001',1,NULL,1,NULL,NULL,NULL,'2011-08-08 03:05:34',1,'2013-02-17 18:22:51',1,NULL,'2011-08-09 00:00:00',NULL,NULL,'',1,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,'merou',NULL,NULL,NULL,NULL,0,NULL,NULL),(2,'2017-02-15 23:11:35','(PROV2)',1,NULL,4,NULL,NULL,NULL,'2017-02-16 03:11:35',12,NULL,NULL,NULL,NULL,NULL,1,'',0,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,'merou',0,'',NULL,NULL,0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expedition` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expedition_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition_extrafields`
      +--
      +
      +LOCK TABLES `llx_expedition_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expedition_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition_methode`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition_methode`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition_methode` (
      +  `rowid` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `active` tinyint(4) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition_methode`
      +--
      +
      +LOCK TABLES `llx_expedition_methode` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition_methode` DISABLE KEYS */;
      +INSERT INTO `llx_expedition_methode` VALUES (1,'2010-07-08 11:18:00','CATCH','Catch','Catch by client',1),(2,'2010-07-08 11:18:00','TRANS','Transporter','Generic transporter',1),(3,'2010-07-08 11:18:01','COLSUI','Colissimo Suivi','Colissimo Suivi',0);
      +/*!40000 ALTER TABLE `llx_expedition_methode` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expedition` int(11) NOT NULL,
      +  `fk_origin_line` int(11) DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expeditiondet_fk_expedition` (`fk_expedition`),
      +  CONSTRAINT `fk_expeditiondet_fk_expedition` FOREIGN KEY (`fk_expedition`) REFERENCES `llx_expedition` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet`
      +--
      +
      +LOCK TABLES `llx_expeditiondet` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet` DISABLE KEYS */;
      +INSERT INTO `llx_expeditiondet` VALUES (1,1,10,3,1,0),(2,2,226,19,2,0);
      +/*!40000 ALTER TABLE `llx_expeditiondet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet_batch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet_batch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expeditiondet` int(11) NOT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `fk_origin_stock` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_expeditiondet` (`fk_expeditiondet`),
      +  CONSTRAINT `fk_expeditiondet_batch_fk_expeditiondet` FOREIGN KEY (`fk_expeditiondet`) REFERENCES `llx_expeditiondet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet_batch`
      +--
      +
      +LOCK TABLES `llx_expeditiondet_batch` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet_batch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expeditiondet_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expeditiondet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet_extrafields`
      +--
      +
      +LOCK TABLES `llx_expeditiondet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expeditiondet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_number_int` int(11) DEFAULT NULL,
      +  `ref_ext` int(11) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `date_debut` date NOT NULL,
      +  `date_fin` date NOT NULL,
      +  `date_create` datetime NOT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_approve` datetime DEFAULT NULL,
      +  `date_refuse` datetime DEFAULT NULL,
      +  `date_cancel` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_validator` int(11) DEFAULT NULL,
      +  `fk_user_approve` int(11) DEFAULT NULL,
      +  `fk_user_refuse` int(11) DEFAULT NULL,
      +  `fk_user_cancel` int(11) DEFAULT NULL,
      +  `fk_statut` int(11) NOT NULL,
      +  `fk_c_paiement` int(11) DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `detail_refuse` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `detail_cancel` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `integration_compta` int(11) DEFAULT NULL,
      +  `fk_bank_account` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_expensereport_uk_ref` (`ref`,`entity`),
      +  KEY `idx_expensereport_date_debut` (`date_debut`),
      +  KEY `idx_expensereport_date_fin` (`date_fin`),
      +  KEY `idx_expensereport_fk_statut` (`fk_statut`),
      +  KEY `idx_expensereport_fk_user_author` (`fk_user_author`),
      +  KEY `idx_expensereport_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_expensereport_fk_user_approve` (`fk_user_approve`),
      +  KEY `idx_expensereport_fk_refuse` (`fk_user_approve`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport`
      +--
      +
      +LOCK TABLES `llx_expensereport` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport` VALUES (1,'ADMIN-ER00002-150101',1,2,NULL,8.33000000,1.67000000,0.00000000,0.00000000,10.00000000,'2015-01-01','2015-01-03','2016-01-22 19:03:37','2016-01-22 19:06:50','2017-02-16 02:12:40',NULL,NULL,'2017-02-15 22:12:40',12,NULL,12,12,12,NULL,NULL,5,NULL,0,'Holidays',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(2,'(PROV2)',1,NULL,NULL,141.67000000,28.33000000,0.00000000,0.00000000,170.00000000,'2015-02-01','2015-02-28','2016-01-22 19:04:44','2015-02-28 00:00:00',NULL,NULL,NULL,'2018-03-16 10:00:54',12,12,NULL,12,NULL,NULL,NULL,0,NULL,0,'Work on projet X','','',NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(3,'(PROV3)',1,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,'2017-02-02','2017-02-02','2017-02-02 03:57:03','2017-02-02 00:00:00',NULL,NULL,NULL,'2018-03-16 10:00:54',19,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expensereport` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_det`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_det`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_det` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expensereport` int(11) NOT NULL,
      +  `docnumber` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_c_type_fees` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `comments` text COLLATE utf8_unicode_ci NOT NULL,
      +  `product_type` int(11) DEFAULT '-1',
      +  `qty` double NOT NULL,
      +  `value_unit` double NOT NULL,
      +  `remise_percent` double DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `total_ht` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `total_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `date` date NOT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_facture` int(11) DEFAULT '0',
      +  `fk_code_ventilation` int(11) DEFAULT '0',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `rule_warning_message` text COLLATE utf8_unicode_ci,
      +  `fk_c_exp_tax_cat` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_det`
      +--
      +
      +LOCK TABLES `llx_expensereport_det` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_det` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport_det` VALUES (1,1,NULL,3,1,'',-1,1,10,NULL,20.000,0.000,NULL,0.000,NULL,8.33000000,1.67000000,0.00000000,0.00000000,10.00000000,'2015-01-01',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL),(2,2,NULL,3,4,'',-1,1,20,NULL,20.000,0.000,NULL,0.000,NULL,16.67000000,3.33000000,0.00000000,0.00000000,20.00000000,'2015-01-07',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL),(3,2,NULL,2,5,'Train',-1,1,150,NULL,20.000,0.000,NULL,0.000,NULL,125.00000000,25.00000000,0.00000000,0.00000000,150.00000000,'2015-02-05',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expensereport_det` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expensereport_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_extrafields`
      +--
      +
      +LOCK TABLES `llx_expensereport_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expensereport_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_ik`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_ik`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_ik` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_c_exp_tax_cat` int(11) NOT NULL DEFAULT '0',
      +  `fk_range` int(11) NOT NULL DEFAULT '0',
      +  `coef` double NOT NULL DEFAULT '0',
      +  `ikoffset` double NOT NULL DEFAULT '0',
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_ik`
      +--
      +
      +LOCK TABLES `llx_expensereport_ik` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_ik` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport_ik` VALUES (1,NULL,'2018-01-19 11:09:35',4,1,0.41,0,1),(2,NULL,'2018-01-19 11:09:35',4,2,0.244,824,1),(3,NULL,'2018-01-19 11:09:35',4,3,0.286,0,1),(4,NULL,'2018-01-19 11:09:35',5,4,0.493,0,1),(5,NULL,'2018-01-19 11:09:35',5,5,0.277,1082,1),(6,NULL,'2018-01-19 11:09:35',5,6,0.332,0,1),(7,NULL,'2018-01-19 11:09:35',6,7,0.543,0,1),(8,NULL,'2018-01-19 11:09:35',6,8,0.305,1180,1),(9,NULL,'2018-01-19 11:09:35',6,9,0.364,0,1),(10,NULL,'2018-01-19 11:09:35',7,10,0.568,0,1),(11,NULL,'2018-01-19 11:09:35',7,11,0.32,1244,1),(12,NULL,'2018-01-19 11:09:35',7,12,0.382,0,1),(13,NULL,'2018-01-19 11:09:35',8,13,0.595,0,1),(14,NULL,'2018-01-19 11:09:35',8,14,0.337,1288,1),(15,NULL,'2018-01-19 11:09:35',8,15,0.401,0,1);
      +/*!40000 ALTER TABLE `llx_expensereport_ik` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_rules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_rules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_rules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dates` datetime NOT NULL,
      +  `datee` datetime NOT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `restrictive` tinyint(4) NOT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_usergroup` int(11) DEFAULT NULL,
      +  `fk_c_type_fees` int(11) NOT NULL,
      +  `code_expense_rules_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `is_for_all` tinyint(4) DEFAULT '0',
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_rules`
      +--
      +
      +LOCK TABLES `llx_expensereport_rules` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_rules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expensereport_rules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_export_compta`
      +--
      +
      +DROP TABLE IF EXISTS `llx_export_compta`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_export_compta` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_export` datetime NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_export_compta`
      +--
      +
      +LOCK TABLES `llx_export_compta` WRITE;
      +/*!40000 ALTER TABLE `llx_export_compta` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_export_compta` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_export_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_export_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_export_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `field` text COLLATE utf8_unicode_ci NOT NULL,
      +  `filter` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_export_model` (`label`,`type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_export_model`
      +--
      +
      +LOCK TABLES `llx_export_model` WRITE;
      +/*!40000 ALTER TABLE `llx_export_model` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_export_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `elementtype` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'member',
      +  `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `size` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pos` int(11) DEFAULT '0',
      +  `alwayseditable` int(11) DEFAULT '0',
      +  `param` text COLLATE utf8_unicode_ci,
      +  `fieldunique` int(11) DEFAULT '0',
      +  `fieldrequired` int(11) DEFAULT '0',
      +  `perms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `list` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ishidden` int(11) DEFAULT '0',
      +  `fieldcomputed` text COLLATE utf8_unicode_ci,
      +  `fielddefault` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `langs` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `help` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_extrafields_name` (`name`,`entity`,`elementtype`)
      +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_extrafields`
      +--
      +
      +LOCK TABLES `llx_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_extrafields` VALUES (2,'adherent','zzz',1,'2018-01-19 11:17:49','zzz','varchar','255',0,0,NULL,0,0,NULL,'1',0,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL),(27,'projet','priority',1,'2018-01-19 11:17:49','Priority','select','',0,1,'a:1:{s:7:\"options\";a:5:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";}}',0,0,NULL,'1',0,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL);
      +/*!40000 ALTER TABLE `llx_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) NOT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_entrepot` int(11) NOT NULL,
      +  `description` text,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `date_start_planned` datetime DEFAULT NULL,
      +  `date_start_made` datetime DEFAULT NULL,
      +  `date_end_planned` datetime DEFAULT NULL,
      +  `date_end_made` datetime DEFAULT NULL,
      +  `duration_planned` double DEFAULT NULL,
      +  `duration_made` double DEFAULT NULL,
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_made` double DEFAULT NULL,
      +  `note_public` text,
      +  `note_private` text,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_close` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(255) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factory`
      +--
      +
      +LOCK TABLES `llx_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_factory` DISABLE KEYS */;
      +INSERT INTO `llx_factory` VALUES (1,'OF1410-0001',27,1,'test','2014-10-14 20:08:55','2014-10-14 00:00:00','2014-10-14 23:59:59','2014-10-16 06:00:00','2014-10-16 00:00:00',NULL,NULL,2,2,NULL,NULL,1,NULL,NULL,NULL,2),(2,'OF1410-0002',26,1,'','2014-10-14 20:23:01','0000-00-00 00:00:00','2014-10-14 23:59:59','0000-00-00 00:00:00',NULL,NULL,NULL,1,1,NULL,NULL,1,NULL,NULL,'capucin',2);
      +/*!40000 ALTER TABLE `llx_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factory_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factory_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factory_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_factory_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factory_extrafields`
      +--
      +
      +LOCK TABLES `llx_factory_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_factory_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_factory_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factorydet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factorydet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factorydet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_factory` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `qty_unit` double DEFAULT NULL,
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_used` double DEFAULT NULL,
      +  `qty_deleted` double DEFAULT NULL,
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `fk_mvtstockplanned` int(11) NOT NULL DEFAULT '0',
      +  `fk_mvtstockused` int(11) NOT NULL DEFAULT '0',
      +  `fk_mvtstockother` int(11) NOT NULL DEFAULT '0',
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_factorydet` (`fk_factory`,`fk_product`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factorydet`
      +--
      +
      +LOCK TABLES `llx_factorydet` WRITE;
      +/*!40000 ALTER TABLE `llx_factorydet` DISABLE KEYS */;
      +INSERT INTO `llx_factorydet` VALUES (1,1,26,2,4,4,0,0.00000000,0.00000000,13,0,0,NULL),(2,2,25,3,3,3,0,0.00000000,0.00000000,15,0,0,NULL);
      +/*!40000 ALTER TABLE `llx_factorydet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `facnumber` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) NOT NULL DEFAULT '0',
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `increment` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `date_valid` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `close_code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `close_note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `revenuestamp` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) NOT NULL DEFAULT '1',
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `situation_cycle_ref` smallint(6) DEFAULT NULL,
      +  `situation_counter` smallint(6) DEFAULT NULL,
      +  `situation_final` smallint(6) DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_pointoftax` date DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_fac_rec_source` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_facture_uk_facnumber` (`facnumber`,`entity`),
      +  KEY `idx_facture_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_facture_fk_facture_source` (`fk_facture_source`),
      +  KEY `idx_facture_fk_projet` (`fk_projet`),
      +  KEY `idx_facture_fk_account` (`fk_account`),
      +  KEY `idx_facture_fk_currency` (`fk_currency`),
      +  KEY `idx_facture_fk_statut` (`fk_statut`),
      +  CONSTRAINT `fk_facture_fk_facture_source` FOREIGN KEY (`fk_facture_source`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture`
      +--
      +
      +LOCK TABLES `llx_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_facture` DISABLE KEYS */;
      +INSERT INTO `llx_facture` VALUES (2,'FA1007-0002',1,NULL,NULL,0,NULL,NULL,2,'2010-07-10 18:20:13','2016-07-10',NULL,'2016-07-30 15:13:20',1,10.00000000,NULL,NULL,0,NULL,NULL,0.10000000,0.00000000,0.00000000,0.00000000,46.00000000,46.10000000,2,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-10',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(3,'FA1107-0006',1,NULL,NULL,0,NULL,NULL,10,'2011-07-18 20:33:35','2016-07-18',NULL,'2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,15.00000000,15.00000000,2,1,NULL,1,NULL,1,NULL,NULL,1,0,'2016-07-18',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(5,'FA1108-0003',1,NULL,NULL,0,NULL,NULL,7,'2011-08-01 03:34:11','2015-08-01',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.63000000,0.00000000,0.00000000,0.00000000,5.00000000,5.63000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,6,'2015-08-01',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(6,'FA1108-0004',1,NULL,NULL,0,NULL,NULL,7,'2011-08-06 20:33:53','2015-08-06',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.98000000,0.00000000,0.00000000,0.00000000,5.00000000,5.98000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,4,'2015-08-06','Cash\nReceived : 6 EUR\nRendu : 0.02 EUR\n\n--------------------------------------',NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(8,'FA1108-0005',1,NULL,NULL,3,NULL,NULL,2,'2011-08-08 02:41:44','2015-08-08',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-08-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(9,'FA1108-0007',1,NULL,NULL,3,NULL,NULL,10,'2011-08-08 02:55:14','2015-08-08',NULL,'2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,1.96000000,0.00000000,0.00000000,0.00000000,10.00000000,11.96000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-08-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(10,'AV1212-0001',1,NULL,NULL,2,NULL,NULL,10,'2012-12-08 17:45:20','2015-12-08','2015-12-08','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,-0.63000000,0.00000000,0.00000000,0.00000000,-11.00000000,-11.63000000,1,1,NULL,1,3,NULL,NULL,NULL,0,0,'2015-12-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(12,'AV1212-0002',1,NULL,NULL,2,NULL,NULL,10,'2012-12-08 18:20:14','2015-12-08','2015-12-08','2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,-5.00000000,-5.00000000,2,1,NULL,1,3,NULL,NULL,NULL,0,0,'2015-12-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(13,'FA1212-0011',1,NULL,NULL,0,NULL,NULL,7,'2012-12-09 20:04:19','2015-12-09','2016-02-12','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,2.74000000,0.00000000,0.00000000,0.00000000,14.00000000,16.74000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-09',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(32,'FA1212-0021',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:34:23','2015-12-11','2016-03-24','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,90.00000000,0.00000000,0.00000000,0.60000000,520.00000000,610.60000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(33,'FA1212-0023',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:34:23','2015-12-11','2017-03-03','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,'abandon',NULL,0.24000000,0.00000000,0.00000000,0.00000000,2.48000000,2.72000000,3,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(55,'FA1212-0009',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:35:51','2015-12-11','2015-12-12','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,0.24000000,0.00000000,0.00000000,0.00000000,2.48000000,2.72000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','generic_invoice_odt:/home/ldestailleur/git/dolibarr_3.8/documents/doctemplates/invoices/template_invoice.odt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(148,'FS1301-0001',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:22:48','2016-01-19','2016-01-19','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.63000000,0.00000000,0.00000000,0.00000000,5.00000000,5.63000000,1,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(149,'FA1601-0024',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:30:05','2016-01-19','2017-08-29','2018-03-16 09:59:31',0,0.00000000,NULL,NULL,0,NULL,NULL,1.80000000,0.90000000,0.90000000,0.00000000,20.00000000,23.60000000,1,1,NULL,12,NULL,NULL,NULL,NULL,0,0,'2016-01-19',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,20.00000000,1.80000000,23.60000000,NULL,'facture/FA1601-0024/FA1601-0024.pdf'),(150,'FA6801-0010',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:31:10','2016-01-19','2016-01-19','2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(151,'FS1301-0002',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:31:58','2016-01-19','2016-01-19','2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(160,'FA1507-0015',1,NULL,NULL,0,NULL,NULL,12,'2013-03-06 16:47:48','2016-07-18','2014-03-06','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,1.11000000,0.00000000,0.00000000,0.00000000,8.89000000,10.00000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-18',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(210,'FA1107-0019',1,NULL,NULL,0,NULL,NULL,10,'2013-03-20 14:30:11','2016-07-10','2018-03-20','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-10',NULL,NULL,'generic_invoice_odt:/home/ldestailleur/git/dolibarr_3.8/documents/doctemplates/invoices/template_invoice.odt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(211,'FA1303-0020',1,NULL,NULL,0,NULL,NULL,19,'2013-03-22 09:40:10','2016-03-22','2017-03-02','2017-02-06 04:11:17',0,0.00000000,NULL,NULL,0,NULL,NULL,17.64000000,0.00000000,0.00000000,0.40000000,340.00000000,358.04000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,3,'2016-03-22',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(213,'AV1303-0003',1,NULL,NULL,2,NULL,NULL,1,'2014-03-03 19:22:03','2016-03-03','2017-03-03','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,-1000.00000000,-1000.00000000,1,1,NULL,1,32,NULL,NULL,NULL,0,0,'2016-03-03',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(216,'(PROV216)',1,NULL,NULL,0,NULL,NULL,26,'2017-02-12 23:21:27','2017-02-12',NULL,'2017-02-12 19:21:27',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,12,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'2017-02-12',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,0,0,'',NULL,0,'EUR',1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(217,'(PROV217)',1,NULL,NULL,0,NULL,NULL,1,'2017-08-31 13:26:17','2017-08-31',NULL,'2017-08-31 09:26:17',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,0,12,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'2017-08-31',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,0,0,'',NULL,1,'EUR',1.00000000,10.00000000,0.00000000,10.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `ref_supplier` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise` double(24,8) DEFAULT '0.00000000',
      +  `close_code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `close_note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_pointoftax` date DEFAULT NULL,
      +  `date_valid` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_facture_fourn_ref` (`ref`,`entity`),
      +  UNIQUE KEY `uk_facture_fourn_ref_supplier` (`ref_supplier`,`fk_soc`,`entity`),
      +  KEY `idx_facture_fourn_date_lim_reglement` (`date_lim_reglement`),
      +  KEY `idx_facture_fourn_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_fourn_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_fourn_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_facture_fourn_fk_projet` (`fk_projet`),
      +  CONSTRAINT `fk_facture_fourn_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn`
      +--
      +
      +LOCK TABLES `llx_facture_fourn` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn` DISABLE KEYS */;
      +INSERT INTO `llx_facture_fourn` VALUES (16,'SI1601-0001','FR70813',1,NULL,0,1,'2012-12-19 15:24:11','2003-04-11','2017-02-06 04:08:22','OVH FR70813',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,829.00000000,162.48000000,991.48000000,1,1,NULL,12,NULL,NULL,NULL,1,NULL,'2003-04-11','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(17,'SI1601-0002','FR81385',1,NULL,0,1,'2013-02-13 17:19:35','2003-06-04','2017-02-06 04:08:31','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,'2003-06-04','','','canelle',NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(18,'SI1601-0003','FR81385',1,NULL,0,2,'2013-02-13 17:20:25','2003-06-04','2017-02-06 04:08:35','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,'2003-06-04','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(19,'SI1601-0004','FR813852',1,NULL,0,2,'2013-03-16 17:59:02','2013-03-16','2017-02-06 04:08:38','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(20,'SI1702-0001','INV-AE56ER08',1,NULL,0,13,'2017-02-01 19:00:31','2017-02-01','2017-02-01 15:05:28','',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,200.00000000,39.20000000,239.20000000,1,12,NULL,12,NULL,5,NULL,1,0,'2017-02-01','The customer has called us the 24th april. He agree us to not pay the remain of invoice due to default.<br />\r\nLet\'s see with our book keeper, if we must cancel invoice or ask the supplier a credit note...',NULL,'canelle',NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,39.20000000,239.20000000,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_facture_fourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_det`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_det`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_det` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture_fourn` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `pu_ht` double(24,8) DEFAULT NULL,
      +  `pu_ttc` double(24,8) DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_code_ventilation` int(11) NOT NULL DEFAULT '0',
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_det_fk_facture` (`fk_facture_fourn`),
      +  KEY `fk_facture_fourn_det_fk_unit` (`fk_unit`),
      +  KEY `idx_facture_fourn_det_fk_code_ventilation` (`fk_code_ventilation`),
      +  KEY `idx_facture_fourn_det_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_facture_fourn_det_fk_facture` FOREIGN KEY (`fk_facture_fourn`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_det_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_det`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_det` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det` DISABLE KEYS */;
      +INSERT INTO `llx_facture_fourn_det` VALUES (44,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.loc.sp.512.6</strong><br>6 mois - Location de SuperPlan avec la connexion 512kbs<br>Du 11/04/2003 &agrave; 11/10/2003',414.00000000,495.14400000,1,0,19.600,'',0.000,'',0.000,'',414.00000000,81.14000000,0.00000000,0.00000000,495.14000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(45,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.loc.sp.512.6</strong><br>6 mois - Location de SuperPlan avec la connexion 512kbs<br>Du 11/10/2003 &agrave; 11/04/2004',414.00000000,495.14400000,1,0,19.600,'',0.000,'',0.000,'',414.00000000,81.14000000,0.00000000,0.00000000,495.14000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(46,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.installation.annuel</strong><br>Frais de mise en service d\'un serveur dédié pour un paiement annuel<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(47,17,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(48,17,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'',0.000,'',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(49,18,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(50,18,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'',0.000,'',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(51,19,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'0',0.000,'0',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(52,19,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'0',0.000,'0',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(53,20,NULL,NULL,NULL,NULL,'Chips',20.00000000,23.92000000,10,0,19.600,'',0.000,'0',0.000,'0',200.00000000,39.20000000,0.00000000,0.00000000,239.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,0,'EUR',20.00000000,200.00000000,39.20000000,239.20000000);
      +/*!40000 ALTER TABLE `llx_facture_fourn_det` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_det_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_det_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_det_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_det_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_det_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_det_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_fourn_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_rec`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_rec`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_rec` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `titre` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT '0',
      +  `fk_mode_reglement` int(11) DEFAULT '0',
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `modelpdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_gen` varchar(7) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `unit_frequency` varchar(2) COLLATE utf8_unicode_ci DEFAULT 'd',
      +  `date_when` datetime DEFAULT NULL,
      +  `date_last_gen` datetime DEFAULT NULL,
      +  `nb_gen_done` int(11) DEFAULT NULL,
      +  `nb_gen_max` int(11) DEFAULT NULL,
      +  `frequency` int(11) DEFAULT NULL,
      +  `usenewprice` int(11) DEFAULT '0',
      +  `revenuestamp` double(24,8) DEFAULT '0.00000000',
      +  `auto_validate` int(11) DEFAULT '0',
      +  `generate_pdf` int(11) DEFAULT '1',
      +  `fk_account` int(11) DEFAULT '0',
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `suspended` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_facture_rec_uk_titre` (`titre`,`entity`),
      +  KEY `idx_facture_rec_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_rec_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_rec_fk_projet` (`fk_projet`),
      +  CONSTRAINT `fk_facture_rec_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_rec_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_rec_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_rec`
      +--
      +
      +LOCK TABLES `llx_facture_rec` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_rec` DISABLE KEYS */;
      +INSERT INTO `llx_facture_rec` VALUES (1,'fsdfsfsfsf',1,10,'2017-02-07 03:47:00',0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,12,NULL,1,0,NULL,NULL,NULL,NULL,NULL,'m',NULL,NULL,0,0,0,0,0.00000000,0,1,3,NULL,NULL,1.00000000,10.00000000,0.00000000,10.00000000,NULL,'2017-02-07 02:47:00','',0),(2,'fffff',1,10,'2017-02-07 03:47:58',0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,5.00000000,5.00000000,12,6,1,2,NULL,NULL,NULL,NULL,NULL,'m',NULL,NULL,0,0,0,0,0.00000000,0,1,4,NULL,NULL,1.00000000,5.00000000,0.00000000,5.00000000,NULL,'2017-02-07 02:47:58','',0);
      +/*!40000 ALTER TABLE `llx_facture_rec` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_rec_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_rec_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_rec_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_rec_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_rec_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_rec_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_rec_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_rec_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `total_tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_code_ventilation` int(11) NOT NULL DEFAULT '0',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_contract_line` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `situation_percent` double DEFAULT NULL,
      +  `fk_prev_id` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fk_remise_except` (`fk_remise_except`,`fk_facture`),
      +  KEY `idx_facturedet_fk_facture` (`fk_facture`),
      +  KEY `idx_facturedet_fk_product` (`fk_product`),
      +  KEY `fk_facturedet_fk_unit` (`fk_unit`),
      +  KEY `idx_facturedet_fk_code_ventilation` (`fk_code_ventilation`),
      +  CONSTRAINT `fk_facturedet_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_facturedet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=1031 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet`
      +--
      +
      +LOCK TABLES `llx_facturedet` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet` DISABLE KEYS */;
      +INSERT INTO `llx_facturedet` VALUES (3,2,NULL,3,NULL,'Service S1',0.000,'',0.000,'',0.000,'',1,10,4,NULL,40.00000000,36.00000000,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,'2010-07-10 00:00:00',NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,2,NULL,NULL,NULL,'Abonnement annuel assurance',1.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.10000000,0.00000000,0.00000000,10.10000000,0,'2010-07-10 00:00:00','2011-07-10 00:00:00',0,NULL,0.00000000,0,0,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,3,NULL,4,NULL,'afsdfsdfsdfsdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,3,NULL,NULL,NULL,'dfdfd',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(13,5,NULL,4,NULL,'Decapsuleur',12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(14,6,NULL,4,NULL,'Decapsuleur',19.600,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.98000000,0.00000000,0.00000000,5.98000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(21,8,NULL,NULL,NULL,'dddd',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(22,9,NULL,NULL,NULL,'ggg',19.600,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(23,10,NULL,4,NULL,'',12.500,'',0.000,'',0.000,'',1,0,0,NULL,-5.00000000,NULL,-5.00000000,-0.63000000,0.00000000,0.00000000,-5.63000000,0,NULL,NULL,0,NULL,12.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(24,10,NULL,1,NULL,'A beatifull pink dress\r\nlkm',0.000,'',0.000,'',0.000,'',1,0,0,NULL,-6.00000000,NULL,-6.00000000,0.00000000,0.00000000,0.00000000,-6.00000000,0,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(26,12,NULL,1,NULL,'A beatifull pink dress\r\nhfghf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,-5.00000000,NULL,-5.00000000,0.00000000,0.00000000,0.00000000,-5.00000000,0,NULL,NULL,0,0,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(27,13,NULL,NULL,NULL,'gdfgdf',19.600,'',0.000,'',0.000,'',1.4,0,0,NULL,10.00000000,NULL,14.00000000,2.74000000,0.00000000,0.00000000,16.74000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(137,33,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(138,33,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(256,55,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(257,55,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(753,13,NULL,2,NULL,'(Pays d\'origine: Albanie)',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(754,148,NULL,11,NULL,'hfghf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(755,148,NULL,4,NULL,'Decapsuleur',12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,NULL,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(757,150,NULL,2,NULL,'Product P1',12.500,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(758,151,NULL,2,NULL,'Product P1',12.500,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(768,32,NULL,NULL,NULL,'mlml',18.000,'',0.000,'',0.000,'',1,0,0,NULL,100.00000000,NULL,100.00000000,18.00000000,0.00000000,0.00000000,118.00000000,0,NULL,NULL,0,NULL,46.00000000,0,0,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(769,32,NULL,NULL,NULL,'mlkml',18.000,'',0.000,'',0.000,'',1,0,0,NULL,400.00000000,NULL,400.00000000,72.00000000,0.00000000,0.00000000,472.00000000,0,NULL,NULL,0,NULL,300.00000000,0,0,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(772,160,NULL,NULL,NULL,'Adhésion/cotisation 2015',12.500,'',0.000,'',0.000,'',1,0,0,NULL,8.88889000,NULL,8.89000000,1.11000000,0.00000000,0.00000000,10.00000000,1,'2015-07-18 00:00:00','2016-07-17 00:00:00',0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(776,32,NULL,NULL,NULL,'fsdfsdfds',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(777,32,NULL,NULL,NULL,'fsdfsdfds',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(779,32,NULL,NULL,NULL,'fsdfds',0.000,'',0.000,'0',0.000,'0',0,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,9,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(780,32,NULL,NULL,NULL,'ffsdf',0.000,'',0.000,'0',0.000,'0',0,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,9,NULL,NULL,0,NULL,0.00000000,0,1790,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1022,210,NULL,NULL,NULL,'Adhésion/cotisation 2011',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,'2011-07-10 00:00:00','2012-07-09 00:00:00',0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1023,211,NULL,NULL,NULL,'Samsung Android x4',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,250.00000000,NULL,250.00000000,0.00000000,0.00000000,0.00000000,250.00000000,0,NULL,NULL,0,NULL,200.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1024,211,NULL,1,NULL,'A beatifull pink dress\r\nSize XXL',19.600,'',0.000,'0',0.000,'0',1,10,0,NULL,100.00000000,NULL,90.00000000,17.64000000,0.00000000,0.00000000,107.64000000,0,NULL,NULL,0,NULL,90.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1026,213,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',10,0,0,NULL,-100.00000000,NULL,-1000.00000000,0.00000000,0.00000000,0.00000000,-1000.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1028,149,NULL,NULL,NULL,'opoo',0.000,'CGST+SGST',9.000,'1',9.000,'1',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.90000000,0.90000000,11.80000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,100,NULL,NULL,12,12,0,'',10.00000000,10.00000000,0.00000000,11.80000000),(1029,149,NULL,NULL,NULL,'gdgd',18.000,'IGST',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,1.80000000,0.00000000,0.00000000,11.80000000,0,NULL,NULL,0,NULL,0.00000000,0,0,3,NULL,NULL,100,NULL,NULL,12,12,0,'',10.00000000,10.00000000,1.80000000,11.80000000),(1030,217,NULL,NULL,NULL,'gfdgdf',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,100,NULL,NULL,12,12,1,'EUR',10.00000000,10.00000000,0.00000000,10.00000000);
      +/*!40000 ALTER TABLE `llx_facturedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facturedet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_extrafields`
      +--
      +
      +LOCK TABLES `llx_facturedet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facturedet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_rec`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_rec`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_rec` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `total_tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_contract_line` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `date_start_fill` int(11) DEFAULT '0',
      +  `date_end_fill` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_facturedet_rec_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_facturedet_rec_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_rec`
      +--
      +
      +LOCK TABLES `llx_facturedet_rec` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_rec` DISABLE KEYS */;
      +INSERT INTO `llx_facturedet_rec` VALUES (1,1,NULL,NULL,0,NULL,'&ugrave;k&ugrave;',0.000,'',0.000,'0',0.000,'0',1,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0),(3,2,NULL,NULL,0,NULL,'ddd',0.000,'',0.000,'0',0.000,'0',1,0,NULL,5.00000000,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0);
      +/*!40000 ALTER TABLE `llx_facturedet_rec` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_rec_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_rec_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_rec_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facturedet_rec_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_rec_extrafields`
      +--
      +
      +LOCK TABLES `llx_facturedet_rec_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_rec_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facturedet_rec_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinter`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinter`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinter` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `fk_contrat` int(11) DEFAULT '0',
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `datei` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `duree` double DEFAULT NULL,
      +  `dateo` date DEFAULT NULL,
      +  `datee` date DEFAULT NULL,
      +  `datet` date DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fichinter_ref` (`ref`,`entity`),
      +  KEY `idx_fichinter_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_fichinter_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinter`
      +--
      +
      +LOCK TABLES `llx_fichinter` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinter` DISABLE KEYS */;
      +INSERT INTO `llx_fichinter` VALUES (1,2,1,0,'FI1007-0001',1,'2016-01-22 17:39:37','2010-07-09 01:42:41','2016-01-22 18:39:37',NULL,1,NULL,12,1,10800,NULL,NULL,NULL,NULL,NULL,NULL,'soleil',NULL,NULL,NULL,NULL),(2,1,NULL,0,'FI1007-0002',1,'2012-12-08 13:11:07','2010-07-11 16:07:51',NULL,NULL,1,NULL,NULL,0,3600,NULL,NULL,NULL,'ferfrefeferf',NULL,NULL,'soleil',NULL,NULL,NULL,NULL),(3,2,NULL,0,'FI1511-0003',1,'2016-07-30 15:51:16','2015-11-18 15:57:34','2016-01-22 18:38:46',NULL,2,NULL,12,1,36000,NULL,NULL,NULL,NULL,NULL,NULL,'soleil',NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_fichinter` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinter_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinter_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinter_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_ficheinter_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinter_extrafields`
      +--
      +
      +LOCK TABLES `llx_fichinter_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinter_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_fichinter_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinterdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinterdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinterdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_fichinter` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `date` datetime DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `duree` int(11) DEFAULT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fichinterdet_fk_fichinter` (`fk_fichinter`),
      +  CONSTRAINT `fk_fichinterdet_fk_fichinter` FOREIGN KEY (`fk_fichinter`) REFERENCES `llx_fichinter` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinterdet`
      +--
      +
      +LOCK TABLES `llx_fichinterdet` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinterdet` DISABLE KEYS */;
      +INSERT INTO `llx_fichinterdet` VALUES (1,1,NULL,'2010-07-07 04:00:00','Intervention sur site',3600,0),(2,1,NULL,'2010-07-08 11:00:00','Other actions on client site.',7200,0),(3,2,NULL,'2010-07-11 05:00:00','Pres',3600,0),(5,3,NULL,'2015-11-18 09:00:00','Intervention on building windows 1',32400,0),(6,3,NULL,'2016-01-22 00:00:00','Intervention on building windows 2',3600,0);
      +/*!40000 ALTER TABLE `llx_fichinterdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinterdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinterdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinterdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_ficheinterdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinterdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_fichinterdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinterdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_fichinterdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `date_create` datetime NOT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_debut` date NOT NULL,
      +  `date_fin` date NOT NULL,
      +  `halfday` int(11) DEFAULT '0',
      +  `statut` int(11) NOT NULL DEFAULT '1',
      +  `fk_validator` int(11) NOT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_refuse` datetime DEFAULT NULL,
      +  `fk_user_refuse` int(11) DEFAULT NULL,
      +  `date_cancel` datetime DEFAULT NULL,
      +  `fk_user_cancel` int(11) DEFAULT NULL,
      +  `detail_refuse` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_holiday_fk_user` (`fk_user`),
      +  KEY `idx_holiday_date_debut` (`date_debut`),
      +  KEY `idx_holiday_date_fin` (`date_fin`),
      +  KEY `idx_holiday_fk_user_create` (`fk_user_create`),
      +  KEY `idx_holiday_date_create` (`date_create`),
      +  KEY `idx_holiday_fk_validator` (`fk_validator`),
      +  KEY `idx_holiday_entity` (`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday`
      +--
      +
      +LOCK TABLES `llx_holiday` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday` DISABLE KEYS */;
      +INSERT INTO `llx_holiday` VALUES (1,1,'2013-02-17 19:06:35','gdf','2013-02-10','2013-02-11',0,3,1,'2013-02-17 19:06:57',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL),(2,12,'2016-01-22 19:10:01','','2016-01-04','2016-01-08',0,1,11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,5,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL),(3,13,'2016-01-22 19:10:29','','2016-01-11','2016-01-13',0,2,11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,5,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_holiday` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_config`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_config`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_config` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `name` (`name`),
      +  UNIQUE KEY `idx_holiday_config` (`name`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_config`
      +--
      +
      +LOCK TABLES `llx_holiday_config` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_config` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_config` VALUES (1,'userGroup','1'),(2,'lastUpdate','20170829181921'),(3,'nbUser',''),(4,'delayForRequest','31'),(5,'AlertValidatorDelay','0'),(6,'AlertValidatorSolde','0'),(7,'nbHolidayDeducted','1'),(8,'nbHolidayEveryMonth','2.08334');
      +/*!40000 ALTER TABLE `llx_holiday_config` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_action` datetime NOT NULL,
      +  `fk_user_action` int(11) NOT NULL,
      +  `fk_user_update` int(11) NOT NULL,
      +  `type_action` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `prev_solde` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `new_solde` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=195 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_logs`
      +--
      +
      +LOCK TABLES `llx_holiday_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_logs` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_logs` VALUES (1,'2013-01-17 21:03:15',1,1,'Event : Mise à jour mensuelle','0.00','2.08',1),(2,'2013-01-17 21:03:15',1,2,'Event : Mise à jour mensuelle','0.00','2.08',1),(3,'2013-01-17 21:03:15',1,3,'Event : Mise à jour mensuelle','0.00','2.08',1),(4,'2013-02-01 09:53:26',1,1,'Event : Mise à jour mensuelle','2.08','4.16',1),(5,'2013-02-01 09:53:26',1,2,'Event : Mise à jour mensuelle','2.08','4.16',1),(6,'2013-02-01 09:53:26',1,3,'Event : Mise à jour mensuelle','2.08','4.16',1),(7,'2013-02-01 09:53:26',1,1,'Event : Mise à jour mensuelle','4.17','6.25',1),(8,'2013-02-01 09:53:26',1,2,'Event : Mise à jour mensuelle','4.17','6.25',1),(9,'2013-02-01 09:53:26',1,3,'Event : Mise à jour mensuelle','4.17','6.25',1),(10,'2013-02-01 09:53:26',1,4,'Event : Mise à jour mensuelle','0.00','2.08',1),(11,'2013-02-01 09:53:31',1,1,'Event : Mise à jour mensuelle','6.25','8.33',1),(12,'2013-02-01 09:53:31',1,2,'Event : Mise à jour mensuelle','6.25','8.33',1),(13,'2013-02-01 09:53:31',1,3,'Event : Mise à jour mensuelle','6.25','8.33',1),(14,'2013-02-01 09:53:31',1,4,'Event : Mise à jour mensuelle','2.08','4.16',1),(15,'2013-02-01 09:53:31',1,1,'Event : Mise à jour mensuelle','8.33','10.41',1),(16,'2013-02-01 09:53:31',1,2,'Event : Mise à jour mensuelle','8.33','10.41',1),(17,'2013-02-01 09:53:31',1,3,'Event : Mise à jour mensuelle','8.33','10.41',1),(18,'2013-02-01 09:53:31',1,4,'Event : Mise à jour mensuelle','4.17','6.25',1),(19,'2013-02-01 09:53:33',1,1,'Event : Mise à jour mensuelle','10.42','12.50',1),(20,'2013-02-01 09:53:33',1,2,'Event : Mise à jour mensuelle','10.42','12.50',1),(21,'2013-02-01 09:53:33',1,3,'Event : Mise à jour mensuelle','10.42','12.50',1),(22,'2013-02-01 09:53:33',1,4,'Event : Mise à jour mensuelle','6.25','8.33',1),(23,'2013-02-01 09:53:34',1,1,'Event : Mise à jour mensuelle','12.50','14.58',1),(24,'2013-02-01 09:53:34',1,2,'Event : Mise à jour mensuelle','12.50','14.58',1),(25,'2013-02-01 09:53:34',1,3,'Event : Mise à jour mensuelle','12.50','14.58',1),(26,'2013-02-01 09:53:34',1,4,'Event : Mise à jour mensuelle','8.33','10.41',1),(27,'2013-02-01 09:53:34',1,1,'Event : Mise à jour mensuelle','14.58','16.66',1),(28,'2013-02-01 09:53:34',1,2,'Event : Mise à jour mensuelle','14.58','16.66',1),(29,'2013-02-01 09:53:34',1,3,'Event : Mise à jour mensuelle','14.58','16.66',1),(30,'2013-02-01 09:53:34',1,4,'Event : Mise à jour mensuelle','10.42','12.50',1),(31,'2013-02-01 09:53:36',1,1,'Event : Mise à jour mensuelle','16.67','18.75',1),(32,'2013-02-01 09:53:36',1,2,'Event : Mise à jour mensuelle','16.67','18.75',1),(33,'2013-02-01 09:53:36',1,3,'Event : Mise à jour mensuelle','16.67','18.75',1),(34,'2013-02-01 09:53:36',1,4,'Event : Mise à jour mensuelle','12.50','14.58',1),(35,'2013-02-01 09:53:36',1,1,'Event : Mise à jour mensuelle','18.75','20.83',1),(36,'2013-02-01 09:53:36',1,2,'Event : Mise à jour mensuelle','18.75','20.83',1),(37,'2013-02-01 09:53:36',1,3,'Event : Mise à jour mensuelle','18.75','20.83',1),(38,'2013-02-01 09:53:36',1,4,'Event : Mise à jour mensuelle','14.58','16.66',1),(39,'2013-02-01 09:53:37',1,1,'Event : Mise à jour mensuelle','20.83','22.91',1),(40,'2013-02-01 09:53:37',1,2,'Event : Mise à jour mensuelle','20.83','22.91',1),(41,'2013-02-01 09:53:37',1,3,'Event : Mise à jour mensuelle','20.83','22.91',1),(42,'2013-02-01 09:53:37',1,4,'Event : Mise à jour mensuelle','16.67','18.75',1),(43,'2013-02-01 09:53:37',1,1,'Event : Mise à jour mensuelle','22.92','25.00',1),(44,'2013-02-01 09:53:37',1,2,'Event : Mise à jour mensuelle','22.92','25.00',1),(45,'2013-02-01 09:53:37',1,3,'Event : Mise à jour mensuelle','22.92','25.00',1),(46,'2013-02-01 09:53:37',1,4,'Event : Mise à jour mensuelle','18.75','20.83',1),(47,'2013-02-01 09:53:44',1,1,'Event : Mise à jour mensuelle','25.00','27.08',1),(48,'2013-02-01 09:53:44',1,2,'Event : Mise à jour mensuelle','25.00','27.08',1),(49,'2013-02-01 09:53:44',1,3,'Event : Mise à jour mensuelle','25.00','27.08',1),(50,'2013-02-01 09:53:44',1,4,'Event : Mise à jour mensuelle','20.83','22.91',1),(51,'2013-02-01 09:53:47',1,1,'Event : Mise à jour mensuelle','27.08','29.16',1),(52,'2013-02-01 09:53:47',1,2,'Event : Mise à jour mensuelle','27.08','29.16',1),(53,'2013-02-01 09:53:47',1,3,'Event : Mise à jour mensuelle','27.08','29.16',1),(54,'2013-02-01 09:53:47',1,4,'Event : Mise à jour mensuelle','22.92','25.00',1),(55,'2013-02-01 09:53:47',1,1,'Event : Mise à jour mensuelle','29.17','31.25',1),(56,'2013-02-01 09:53:47',1,2,'Event : Mise à jour mensuelle','29.17','31.25',1),(57,'2013-02-01 09:53:47',1,3,'Event : Mise à jour mensuelle','29.17','31.25',1),(58,'2013-02-01 09:53:47',1,4,'Event : Mise à jour mensuelle','25.00','27.08',1),(59,'2013-02-01 09:53:49',1,1,'Event : Mise à jour mensuelle','31.25','33.33',1),(60,'2013-02-01 09:53:49',1,2,'Event : Mise à jour mensuelle','31.25','33.33',1),(61,'2013-02-01 09:53:49',1,3,'Event : Mise à jour mensuelle','31.25','33.33',1),(62,'2013-02-01 09:53:49',1,4,'Event : Mise à jour mensuelle','27.08','29.16',1),(63,'2013-02-01 09:53:52',1,1,'Event : Mise à jour mensuelle','33.33','35.41',1),(64,'2013-02-01 09:53:52',1,2,'Event : Mise à jour mensuelle','33.33','35.41',1),(65,'2013-02-01 09:53:52',1,3,'Event : Mise à jour mensuelle','33.33','35.41',1),(66,'2013-02-01 09:53:52',1,4,'Event : Mise à jour mensuelle','29.17','31.25',1),(67,'2013-02-01 09:53:52',1,1,'Event : Mise à jour mensuelle','35.42','37.50',1),(68,'2013-02-01 09:53:52',1,2,'Event : Mise à jour mensuelle','35.42','37.50',1),(69,'2013-02-01 09:53:52',1,3,'Event : Mise à jour mensuelle','35.42','37.50',1),(70,'2013-02-01 09:53:52',1,4,'Event : Mise à jour mensuelle','31.25','33.33',1),(71,'2013-02-01 09:53:53',1,1,'Event : Mise à jour mensuelle','37.50','39.58',1),(72,'2013-02-01 09:53:53',1,2,'Event : Mise à jour mensuelle','37.50','39.58',1),(73,'2013-02-01 09:53:53',1,3,'Event : Mise à jour mensuelle','37.50','39.58',1),(74,'2013-02-01 09:53:53',1,4,'Event : Mise à jour mensuelle','33.33','35.41',1),(75,'2013-02-01 09:53:54',1,1,'Event : Mise à jour mensuelle','39.58','41.66',1),(76,'2013-02-01 09:53:54',1,2,'Event : Mise à jour mensuelle','39.58','41.66',1),(77,'2013-02-01 09:53:54',1,3,'Event : Mise à jour mensuelle','39.58','41.66',1),(78,'2013-02-01 09:53:54',1,4,'Event : Mise à jour mensuelle','35.42','37.50',1),(79,'2013-02-01 09:53:54',1,1,'Event : Mise à jour mensuelle','41.67','43.75',1),(80,'2013-02-01 09:53:54',1,2,'Event : Mise à jour mensuelle','41.67','43.75',1),(81,'2013-02-01 09:53:54',1,3,'Event : Mise à jour mensuelle','41.67','43.75',1),(82,'2013-02-01 09:53:54',1,4,'Event : Mise à jour mensuelle','37.50','39.58',1),(83,'2013-02-01 09:55:49',1,1,'Event : Mise à jour mensuelle','43.75','45.83',1),(84,'2013-02-01 09:55:49',1,2,'Event : Mise à jour mensuelle','43.75','45.83',1),(85,'2013-02-01 09:55:49',1,3,'Event : Mise à jour mensuelle','43.75','45.83',1),(86,'2013-02-01 09:55:49',1,4,'Event : Mise à jour mensuelle','39.58','41.66',1),(87,'2013-02-01 09:55:56',1,1,'Event : Mise à jour mensuelle','45.83','47.91',1),(88,'2013-02-01 09:55:56',1,2,'Event : Mise à jour mensuelle','45.83','47.91',1),(89,'2013-02-01 09:55:56',1,3,'Event : Mise à jour mensuelle','45.83','47.91',1),(90,'2013-02-01 09:55:56',1,4,'Event : Mise à jour mensuelle','41.67','43.75',1),(91,'2013-02-01 09:56:01',1,1,'Event : Mise à jour mensuelle','47.92','50.00',1),(92,'2013-02-01 09:56:01',1,2,'Event : Mise à jour mensuelle','47.92','50.00',1),(93,'2013-02-01 09:56:01',1,3,'Event : Mise à jour mensuelle','47.92','50.00',1),(94,'2013-02-01 09:56:01',1,4,'Event : Mise à jour mensuelle','43.75','45.83',1),(95,'2013-02-01 09:56:01',1,1,'Event : Mise à jour mensuelle','50.00','52.08',1),(96,'2013-02-01 09:56:01',1,2,'Event : Mise à jour mensuelle','50.00','52.08',1),(97,'2013-02-01 09:56:01',1,3,'Event : Mise à jour mensuelle','50.00','52.08',1),(98,'2013-02-01 09:56:01',1,4,'Event : Mise à jour mensuelle','45.83','47.91',1),(99,'2013-02-01 09:56:03',1,1,'Event : Mise à jour mensuelle','52.08','54.16',1),(100,'2013-02-01 09:56:03',1,2,'Event : Mise à jour mensuelle','52.08','54.16',1),(101,'2013-02-01 09:56:03',1,3,'Event : Mise à jour mensuelle','52.08','54.16',1),(102,'2013-02-01 09:56:03',1,4,'Event : Mise à jour mensuelle','47.92','50.00',1),(103,'2013-02-01 09:56:03',1,1,'Event : Mise à jour mensuelle','54.17','56.25',1),(104,'2013-02-01 09:56:03',1,2,'Event : Mise à jour mensuelle','54.17','56.25',1),(105,'2013-02-01 09:56:03',1,3,'Event : Mise à jour mensuelle','54.17','56.25',1),(106,'2013-02-01 09:56:03',1,4,'Event : Mise à jour mensuelle','50.00','52.08',1),(107,'2013-02-01 09:56:05',1,1,'Event : Mise à jour mensuelle','56.25','58.33',1),(108,'2013-02-01 09:56:05',1,2,'Event : Mise à jour mensuelle','56.25','58.33',1),(109,'2013-02-01 09:56:05',1,3,'Event : Mise à jour mensuelle','56.25','58.33',1),(110,'2013-02-01 09:56:05',1,4,'Event : Mise à jour mensuelle','52.08','54.16',1),(111,'2013-02-01 09:56:06',1,1,'Event : Mise à jour mensuelle','58.33','60.41',1),(112,'2013-02-01 09:56:06',1,2,'Event : Mise à jour mensuelle','58.33','60.41',1),(113,'2013-02-01 09:56:06',1,3,'Event : Mise à jour mensuelle','58.33','60.41',1),(114,'2013-02-01 09:56:06',1,4,'Event : Mise à jour mensuelle','54.17','56.25',1),(115,'2013-02-01 09:56:06',1,1,'Event : Mise à jour mensuelle','60.42','62.50',1),(116,'2013-02-01 09:56:06',1,2,'Event : Mise à jour mensuelle','60.42','62.50',1),(117,'2013-02-01 09:56:06',1,3,'Event : Mise à jour mensuelle','60.42','62.50',1),(118,'2013-02-01 09:56:06',1,4,'Event : Mise à jour mensuelle','56.25','58.33',1),(119,'2013-02-01 09:56:07',1,1,'Event : Mise à jour mensuelle','62.50','64.58',1),(120,'2013-02-01 09:56:07',1,2,'Event : Mise à jour mensuelle','62.50','64.58',1),(121,'2013-02-01 09:56:07',1,3,'Event : Mise à jour mensuelle','62.50','64.58',1),(122,'2013-02-01 09:56:07',1,4,'Event : Mise à jour mensuelle','58.33','60.41',1),(123,'2013-02-01 09:56:07',1,1,'Event : Mise à jour mensuelle','64.58','66.66',1),(124,'2013-02-01 09:56:07',1,2,'Event : Mise à jour mensuelle','64.58','66.66',1),(125,'2013-02-01 09:56:07',1,3,'Event : Mise à jour mensuelle','64.58','66.66',1),(126,'2013-02-01 09:56:07',1,4,'Event : Mise à jour mensuelle','60.42','62.50',1),(127,'2013-02-01 09:56:50',1,1,'Event : Mise à jour mensuelle','66.67','68.75',1),(128,'2013-02-01 09:56:50',1,2,'Event : Mise à jour mensuelle','66.67','68.75',1),(129,'2013-02-01 09:56:50',1,3,'Event : Mise à jour mensuelle','66.67','68.75',1),(130,'2013-02-01 09:56:50',1,4,'Event : Mise à jour mensuelle','62.50','64.58',1),(131,'2013-02-01 09:56:50',1,1,'Event : Mise à jour mensuelle','68.75','70.83',1),(132,'2013-02-01 09:56:50',1,2,'Event : Mise à jour mensuelle','68.75','70.83',1),(133,'2013-02-01 09:56:50',1,3,'Event : Mise à jour mensuelle','68.75','70.83',1),(134,'2013-02-01 09:56:50',1,4,'Event : Mise à jour mensuelle','64.58','66.66',1),(135,'2013-02-17 18:49:21',1,1,'Event : Mise à jour mensuelle','70.83','72.91',1),(136,'2013-02-17 18:49:21',1,2,'Event : Mise à jour mensuelle','70.83','72.91',1),(137,'2013-02-17 18:49:21',1,3,'Event : Mise à jour mensuelle','70.83','72.91',1),(138,'2013-02-17 18:49:21',1,4,'Event : Mise à jour mensuelle','66.67','68.75',1),(139,'2013-02-17 19:06:57',1,1,'Event : Holiday','72.92','71.92',1),(140,'2013-03-01 23:12:31',1,1,'Event : Mise à jour mensuelle','71.92','74.00',1),(141,'2013-03-01 23:12:31',1,2,'Event : Mise à jour mensuelle','72.92','75.00',1),(142,'2013-03-01 23:12:31',1,3,'Event : Mise à jour mensuelle','72.92','75.00',1),(143,'2013-03-01 23:12:31',1,4,'Event : Mise à jour mensuelle','68.75','70.83',1),(145,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',4),(146,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',4),(147,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',4),(148,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',4),(151,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',5),(152,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',5),(153,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',5),(154,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',5),(157,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',9),(158,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',9),(159,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',9),(160,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',9),(163,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',4),(164,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',4),(165,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',4),(166,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',4),(168,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',5),(169,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',5),(170,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',5),(171,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',5),(173,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',9),(174,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',9),(175,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',9),(176,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',9),(178,'2016-01-22 18:59:38',12,18,'Manual update','0','10',5),(179,'2016-01-22 18:59:42',12,16,'Manual update','0','10',5),(180,'2016-01-22 18:59:45',12,12,'Manual update','0','10',5),(181,'2016-01-22 18:59:49',12,1,'Manual update','0','10',5),(182,'2016-01-22 18:59:52',12,2,'Manual update','0','10',5),(183,'2016-01-22 18:59:55',12,3,'Manual update','0','5',5),(184,'2016-07-30 19:45:49',12,1,'Manual update','0','25',3),(185,'2016-07-30 19:45:52',12,2,'Manual update','0','23',3),(186,'2016-07-30 19:45:54',12,3,'Manual update','0','10',3),(187,'2016-07-30 19:45:57',12,4,'Manual update','0','-4',3),(188,'2016-07-30 19:46:02',12,10,'Manual update','0','20',3),(189,'2016-07-30 19:46:04',12,11,'Manual update','0','30',3),(190,'2016-07-30 19:46:07',12,12,'Manual update','0','15',3),(191,'2016-07-30 19:46:09',12,13,'Manual update','0','11',3),(192,'2016-07-30 19:46:12',12,14,'Manual update','0','4',3),(193,'2016-07-30 19:46:14',12,16,'Manual update','0','5',3),(194,'2016-07-30 19:46:16',12,18,'Manual update','0','22',3);
      +/*!40000 ALTER TABLE `llx_holiday_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_users`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_users`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_users` (
      +  `fk_user` int(11) NOT NULL,
      +  `nb_holiday` double NOT NULL DEFAULT '0',
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  UNIQUE KEY `uk_holiday_users` (`fk_user`,`fk_type`,`nb_holiday`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_users`
      +--
      +
      +LOCK TABLES `llx_holiday_users` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_users` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_users` VALUES (0,0,1),(1,74.00334000000001,1),(1,25,3),(1,10,5),(2,75.00024000000003,1),(2,23,3),(2,10,5),(3,75.00024000000003,1),(3,10,3),(3,5,5),(4,70.83356000000002,1),(4,-4,3),(5,2.08334,1),(6,0,1),(10,20,3),(11,30,3),(12,15,3),(12,10,5),(13,11,3),(14,4,3),(16,5,3),(16,10,5),(18,22,3),(18,10,5);
      +/*!40000 ALTER TABLE `llx_holiday_users` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_import_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_import_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_import_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `field` text COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_import_model` (`label`,`type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_import_model`
      +--
      +
      +LOCK TABLES `llx_import_model` WRITE;
      +/*!40000 ALTER TABLE `llx_import_model` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_import_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_warehouse` int(11) DEFAULT NULL,
      +  `date_inventory` date DEFAULT NULL,
      +  `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_validation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_inventory_ref` (`ref`,`entity`),
      +  KEY `idx_inventory_rowid` (`rowid`),
      +  KEY `idx_inventory_ref` (`ref`),
      +  KEY `idx_inventory_entity` (`entity`),
      +  KEY `idx_inventory_fk_warehouse` (`fk_warehouse`),
      +  KEY `idx_inventory_status` (`status`),
      +  KEY `idx_inventory_import_key` (`import_key`),
      +  KEY `idx_inventory_tms` (`tms`),
      +  KEY `idx_inventory_datec` (`datec`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventory`
      +--
      +
      +LOCK TABLES `llx_inventory` WRITE;
      +/*!40000 ALTER TABLE `llx_inventory` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventory_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventory_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventory_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventory_extrafields`
      +--
      +
      +LOCK TABLES `llx_inventory_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_inventory_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventory_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventorydet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventorydet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventorydet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_inventory` int(11) DEFAULT '0',
      +  `fk_warehouse` int(11) DEFAULT '0',
      +  `fk_product` int(11) DEFAULT '0',
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty_view` double DEFAULT NULL,
      +  `qty_stock` double DEFAULT NULL,
      +  `qty_regulated` double DEFAULT NULL,
      +  `pmp` double DEFAULT '0',
      +  `pa` double DEFAULT '0',
      +  `new_pmp` double DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_inventorydet_tms` (`tms`),
      +  KEY `idx_inventorydet_datec` (`datec`),
      +  KEY `idx_inventorydet_fk_inventory` (`fk_inventory`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventorydet`
      +--
      +
      +LOCK TABLES `llx_inventorydet` WRITE;
      +/*!40000 ALTER TABLE `llx_inventorydet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventorydet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_lead`
      +--
      +
      +DROP TABLE IF EXISTS `llx_lead`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_lead` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `ref_ext` mediumtext COLLATE utf8_unicode_ci,
      +  `ref_int` mediumtext COLLATE utf8_unicode_ci,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_c_status` int(11) NOT NULL,
      +  `fk_c_type` int(11) NOT NULL,
      +  `date_closure` datetime NOT NULL,
      +  `amount_prosp` double(24,8) NOT NULL,
      +  `fk_user_resp` int(11) NOT NULL,
      +  `description` mediumtext COLLATE utf8_unicode_ci,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_llx_lead_fk_c_status` (`fk_c_status`),
      +  KEY `idx_llx_lead_fk_c_type` (`fk_c_type`),
      +  KEY `idx_llx_lead_fk_soc` (`fk_soc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_lead`
      +--
      +
      +LOCK TABLES `llx_lead` WRITE;
      +/*!40000 ALTER TABLE `llx_lead` DISABLE KEYS */;
      +INSERT INTO `llx_lead` VALUES (1,'LEA-1506-0001',1,NULL,'50',27,6,1,'2015-07-27 00:00:00',2000.00000000,1,NULL,NULL,NULL,1,'2015-06-27 13:44:33',1,'2015-06-27 21:53:05');
      +/*!40000 ALTER TABLE `llx_lead` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_lead_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_lead_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_lead_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idxlead_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_lead_extrafields`
      +--
      +
      +LOCK TABLES `llx_lead_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_lead_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_lead_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_links`
      +--
      +
      +DROP TABLE IF EXISTS `llx_links`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_links` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datea` datetime NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `objecttype` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `objectid` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_links` (`objectid`,`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_links`
      +--
      +
      +LOCK TABLES `llx_links` WRITE;
      +/*!40000 ALTER TABLE `llx_links` DISABLE KEYS */;
      +INSERT INTO `llx_links` VALUES (1,1,'2016-01-16 16:45:35','http://www.dolicloud.com','The DoliCoud service','societe',10),(2,1,'2016-01-16 17:14:35','https://www.dolistore.com/en/tools-documentation/12-SVG-file-for-85cm-x-200cm-rollup.html','Link to rollup file on dolistore.com','product',11),(3,1,'2016-01-22 17:40:23','http://www.nltechno.com','NLtechno portal','societe',10),(4,1,'2016-01-22 18:32:31','https://play.google.com/store/apps/details?id=com.nltechno.dolidroidpro','Link on Google Play','product',5);
      +/*!40000 ALTER TABLE `llx_links` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraison`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraison`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraison` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_customer` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_delivery` datetime DEFAULT NULL,
      +  `fk_address` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_livraison_uk_ref` (`ref`,`entity`),
      +  KEY `idx_livraison_fk_soc` (`fk_soc`),
      +  KEY `idx_livraison_fk_user_author` (`fk_user_author`),
      +  KEY `idx_livraison_fk_user_valid` (`fk_user_valid`),
      +  CONSTRAINT `fk_livraison_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_livraison_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_livraison_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraison`
      +--
      +
      +LOCK TABLES `llx_livraison` WRITE;
      +/*!40000 ALTER TABLE `llx_livraison` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraison` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraison_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraison_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraison_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraison_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraison_extrafields`
      +--
      +
      +LOCK TABLES `llx_livraison_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_livraison_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraison_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraisondet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraisondet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraisondet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_livraison` int(11) DEFAULT NULL,
      +  `fk_origin_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `qty` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraisondet_fk_expedition` (`fk_livraison`),
      +  CONSTRAINT `fk_livraisondet_fk_livraison` FOREIGN KEY (`fk_livraison`) REFERENCES `llx_livraison` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraisondet`
      +--
      +
      +LOCK TABLES `llx_livraisondet` WRITE;
      +/*!40000 ALTER TABLE `llx_livraisondet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraisondet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraisondet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraisondet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraisondet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraisondet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraisondet_extrafields`
      +--
      +
      +LOCK TABLES `llx_livraisondet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_livraisondet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraisondet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_loan`
      +--
      +
      +DROP TABLE IF EXISTS `llx_loan`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_loan` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `capital` double(24,8) DEFAULT NULL,
      +  `datestart` date DEFAULT NULL,
      +  `dateend` date DEFAULT NULL,
      +  `nbterm` double DEFAULT NULL,
      +  `rate` double NOT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `capital_position` double(24,8) DEFAULT NULL,
      +  `date_position` date DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `accountancy_account_capital` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_account_insurance` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_account_interest` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_loan`
      +--
      +
      +LOCK TABLES `llx_loan` WRITE;
      +/*!40000 ALTER TABLE `llx_loan` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_loan` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_loan_schedule`
      +--
      +
      +DROP TABLE IF EXISTS `llx_loan_schedule`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_loan_schedule` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_loan` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount_capital` double(24,8) DEFAULT NULL,
      +  `amount_insurance` double(24,8) DEFAULT NULL,
      +  `amount_interest` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_loan_schedule`
      +--
      +
      +LOCK TABLES `llx_loan_schedule` WRITE;
      +/*!40000 ALTER TABLE `llx_loan_schedule` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_loan_schedule` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_localtax`
      +--
      +
      +DROP TABLE IF EXISTS `llx_localtax`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_localtax` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `localtaxtype` tinyint(4) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `amount` double NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_localtax`
      +--
      +
      +LOCK TABLES `llx_localtax` WRITE;
      +/*!40000 ALTER TABLE `llx_localtax` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_localtax` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_mailing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_mailing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_mailing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` smallint(6) DEFAULT '0',
      +  `titre` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `sujet` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `body` mediumtext COLLATE utf8_unicode_ci,
      +  `bgcolor` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bgimage` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cible` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nbemail` int(11) DEFAULT NULL,
      +  `email_from` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_replyto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_errorsto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creat` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_appro` datetime DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_appro` int(11) DEFAULT NULL,
      +  `joined_file1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_mailing`
      +--
      +
      +LOCK TABLES `llx_mailing` WRITE;
      +/*!40000 ALTER TABLE `llx_mailing` DISABLE KEYS */;
      +INSERT INTO `llx_mailing` VALUES (3,2,'Commercial emailing January',1,'Buy my product','<div style=\"text-align: center; background: #220044\"><span style=\"color:#FFFFFF\"><strong><span style=\"font-size:18px\"><img alt=\"\" src=\"/dolibarr_4.0/htdocs/viewimage.php?modulepart=medias&file=image/myimagesforemailing/dolicloud_logo_white.png\" style=\"height:80px; width:260px\" /></span></strong></span><br />\r\n<a href=\"http://www.facebook.com\" target=\"_new\"><img alt=\"Seguici su facebook\" src=\"https://mosaico.io/templates/versafluid/img/social/facebook.png\" style=\"height:24px; padding:0px 5px 0px 5px; width:24px\" /></a><a href=\"http://www.twitter.com\" target=\"_new\"><img alt=\"Seguici su twitter\" src=\"https://mosaico.io/templates/versafluid/img/social/twitter.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://plus.google.com\" target=\"_new\"><img alt=\"Seguici su G+\" src=\"https://mosaico.io/templates/versafluid/img/social/google-plus.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://www.linkedin.com\" target=\"_new\"><img alt=\"Seguici su linkedin\" src=\"https://mosaico.io/templates/versafluid/img/social/linkedin.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a></div>\r\n\r\n<table style=\"background:#ffffff; border:0; margin:0; padding:5px; text-align:center; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table border=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n									<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<p style=\"text-align:center\"><span style=\"font-size:16px\"><strong>DoliCloud</strong> is the service to provide you a web hosting solution of Dolibarr ERP CRM in one click. Just enter your email to create your instance and you are ready to work. Backup and full access is to data (SFTP, Mysql) are provided.</span></p>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n								<tr>\r\n									<td>\r\n									<table style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"responsive-table\" style=\"width:100%\">\r\n													<tbody>\r\n														<tr>\r\n															<td style=\"text-align:center\"><a class=\"mobile-button\" href=\"https://www.on.dolicloud.com/signUp/index?origin=dolicloudhome&planCode=basic\" style=\"display: inline-block; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #9C010F; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 3px solid #5f0109;\" target=\"_new\">Test Dolibarr ERP CRM on Dolicloud →</a></td>\r\n														</tr>\r\n													</tbody>\r\n												</table>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"ko_footerBlock_2\" style=\"min-width:500px; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table align=\"center\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td style=\"text-align:center\"><span style=\"color:#3F3D33\">DoliCloud team</span><br />\r\n									<strong><a class=\"original-only\" href=\"%5Bprofile_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">Unsubscribe</a><span style=\"color:#444444; font-family:arial,sans-serif; font-size:12px\">   |   </span><a href=\"%5Bshow_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">View on web browser</a></strong></td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','','',NULL,26,'dolibarr@domain.com','','',NULL,'2010-07-11 13:15:59','2017-01-29 21:33:11',NULL,'2017-01-29 21:36:40',1,12,NULL,NULL,NULL,NULL,NULL,NULL),(4,0,'Commercial emailing February',1,'Buy my product','This is a new éEéé\"Mailing content<br />\r\n<br />\r\n<style type=\"text/css\">\r\n<!--\r\na:link {\r\n	color: #E2017A;\r\n}\r\n--></style>\r\n<span style=\"color:#800080;\"><strong>You can adit it with the WYSIWYG editor.</strong></span><br />\r\nIt is\r\n<ul>\r\n	<li>\r\n		Fast</li>\r\n	<li>\r\n		Easy to use</li>\r\n	<li>\r\n		Pretty</li>\r\n</ul>','','',NULL,NULL,'dolibarr@domain.com','','',NULL,'2011-07-18 20:44:33',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,1,'Commercial emailing March',1,'Buy my product','<div style=\"background:#220044; text-align:center\"><span style=\"color:#ffffff\"><strong><span style=\"font-size:18px\"><img alt=\"\" src=\"/dolibarr_4.0/htdocs/viewimage.php?modulepart=medias&amp;file=image/myimagesforemailing/dolicloud_logo_white.png\" style=\"height:80px; width:260px\" /></span></strong></span><br />\r\n<a href=\"http://www.facebook.com\" target=\"_new\"><img alt=\"Seguici su facebook\" src=\"https://mosaico.io/templates/versafluid/img/social/facebook.png\" style=\"height:24px; padding:0px 5px 0px 5px; width:24px\" /></a><a href=\"http://www.twitter.com\" target=\"_new\"><img alt=\"Seguici su twitter\" src=\"https://mosaico.io/templates/versafluid/img/social/twitter.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://plus.google.com\" target=\"_new\"><img alt=\"Seguici su G+\" src=\"https://mosaico.io/templates/versafluid/img/social/google-plus.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://www.linkedin.com\" target=\"_new\"><img alt=\"Seguici su linkedin\" src=\"https://mosaico.io/templates/versafluid/img/social/linkedin.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a></div>\r\n\r\n<table style=\"background:#ffffff; border:0; margin:0; padding:5px; text-align:center; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table border=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n									<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<p style=\"text-align:center\"><span style=\"font-size:16px\"><strong>DoliCloud</strong> is the service to provide you a web hosting solution __EMAIL__ of Dolibarr ERP CRM in one click. Just enter your email to create your instance and you are ready to work. Backup and full access is to data (SFTP, Mysql) are provided.</span></p>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n								<tr>\r\n									<td>\r\n									<table style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"responsive-table\" style=\"width:100%\">\r\n													<tbody>\r\n														<tr>\r\n															<td style=\"text-align:center\"><a class=\"mobile-button\" href=\"https://www.on.dolicloud.com/signUp/index?origin=dolicloudhome&amp;planCode=basic\" style=\"display: inline-block; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #9C010F; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 3px solid #5f0109;\" target=\"_new\">Test Dolibarr ERP CRM on Dolicloud &rarr;</a></td>\r\n														</tr>\r\n													</tbody>\r\n												</table>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"ko_footerBlock_2\" style=\"min-width:500px; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table align=\"center\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td style=\"text-align:center\"><span style=\"color:#3f3d33\">DoliCloud team</span><br />\r\n									<strong><a class=\"original-only\" href=\"%5Bprofile_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">Unsubscribe</a><span style=\"color:#444444; font-family:arial,sans-serif; font-size:12px\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span><a href=\"%5Bshow_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">View on web browser</a></strong></td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','','',NULL,28,'dolibarr@domain.com','','',NULL,'2017-01-29 21:47:37','2017-01-29 21:54:55',NULL,NULL,12,12,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_mailing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_mailing_cibles`
      +--
      +
      +DROP TABLE IF EXISTS `llx_mailing_cibles`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_mailing_cibles` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_mailing` int(11) NOT NULL,
      +  `fk_contact` int(11) NOT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(160) COLLATE utf8_unicode_ci NOT NULL,
      +  `other` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `source_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `source_id` int(11) DEFAULT NULL,
      +  `source_type` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `error_text` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_mailing_cibles` (`fk_mailing`,`email`),
      +  KEY `idx_mailing_cibles_email` (`email`)
      +) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_mailing_cibles`
      +--
      +
      +LOCK TABLES `llx_mailing_cibles` WRITE;
      +/*!40000 ALTER TABLE `llx_mailing_cibles` DISABLE KEYS */;
      +INSERT INTO `llx_mailing_cibles` VALUES (1,1,0,'Dupont','Alain','toto@aa.com','Date fin=10/07/2011',NULL,0,'0',NULL,NULL,NULL,NULL),(2,2,0,'Swiss customer supplier','','abademail@aa.com','',NULL,0,'0',NULL,NULL,NULL,NULL),(3,2,0,'Smith Vick','','vsmith@email.com','',NULL,0,'0',NULL,NULL,NULL,NULL),(4,3,0,'Swiss customer supplier','','abademail@aa.com','',NULL,1,'0',NULL,NULL,'2017-01-29 21:36:40',NULL),(5,3,0,'Smith Vick','','vsmith@email.com','',NULL,1,'0',NULL,NULL,'2017-01-29 21:36:40',NULL),(7,3,0,'Name 2','Firstname 2','emailtest2@example.com','','522b79aedf231576db576d246d82a0d7',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(8,3,0,'Name 3','Firstname 3','emailtest3@example.com','','f3e74e96a64068093af469b6826a75bf',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(9,3,0,'Name 4','Firstname 4','emailtest4@example.com','','fdacf67090698e0216f5c9a449e7404a',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(10,3,0,'Name 5','Firstname 5','emailtest5@example.com','','38b4e4895bf5e7f9969c9ad9bbcd0dce',3,'',NULL,'file','2017-01-29 21:36:40',NULL),(11,3,0,'Name 1','Firstname 1','emailtest1@example.com','','b2543a771e2a10c694fc6437859e29ae',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(12,3,0,'Do','John','johndoe@example.com','','bdb70b6835ca053b113e7ac53c83efbe',-1,'',NULL,'file','2017-01-29 21:36:40','Invalid email'),(13,3,0,'Smith,Alan','','alan.smith@example.com','','326b9fb6d83f58b7ce5ca28a51022c83',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(15,3,0,'Bowl','Kathy','kathy.bowl@example.com','','0848d51a04ad29adf28de7d6efe63091',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(16,3,0,'Ducanseen','Herbert','herbert@example.com','','0585f4366c7b0c8bab592acb7256a409',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(17,3,0,'Djay','Djay','djay@example.com','','fad171648dcd8449d6e2f8246724f153',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(18,3,0,'','','alice.bigo@example.com','','86b03b13caec209e9a9d96979b7154b8',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(19,3,0,'','','bob.markus@example.com','','06df0b2b930718949a5afee280f04e6b',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(20,3,0,'Customer 1','','mycustomer1@example.com','','cac0a5a38fa9e67ed63d0753e08cd919',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(21,3,0,'Customer 2','','mycustomer2@example.com','','19b631ee27e7036684675f2db35c54f0',0,'',NULL,'file',NULL,NULL),(22,3,0,'Customer 3','','mycustomer3@example.com','','bfd49e2db7c511e2d5bde30eda7db07a',0,'',NULL,'file',NULL,NULL),(23,3,0,'Customer 4','','mycustomer4@example.com','','de4640d0684c62dd83ffc27ff20d5938',0,'',NULL,'file',NULL,NULL),(24,3,0,'Customer 5','','mycustomer5@example.com','','2eb5786291928fd23ca0354ac261ec9b',0,'',NULL,'file',NULL,NULL),(25,3,0,'Customer 6','','mycustomer6@example.com','','c50c85b7f3370232c1d1335e17f953ca',0,'',NULL,'file',NULL,NULL),(26,3,0,'Prospect 1','','myprospect1@example.com','','553b1f7417f7c96290cdec5ca4c560f7',0,'',NULL,'file',NULL,NULL),(27,3,0,'Prospect 2','','myprospect2@example.com','','de45e526168546315ff4fedb54e63102',0,'',NULL,'file',NULL,NULL),(28,3,0,'Prospect 3','','myprospect3@example.com','','466d946e7c46881334f4abe427d382fa',0,'',NULL,'file',NULL,NULL),(29,3,0,'Prospect 4','','myprospect4@example.com','','619d1ec47318842971db7fa266b6d74a',0,'',NULL,'file',NULL,NULL),(30,3,0,'Prospect 5','','myprospect5@example.com','','e301713dcbf58d33ef1ae540dee58ad7',0,'',NULL,'file',NULL,NULL),(31,3,0,'Prospect 6','','myprospect6@example.com','','26fcbd0c641a535bfc14a80a867a61f2',0,'',NULL,'file',NULL,NULL),(32,5,0,'Swiss customer supplier','','abademail@aa.com','','0e7d20e3c9b1612a75eab5d12da84060',0,'0',NULL,'',NULL,NULL),(33,5,0,'Smith Vick','','vsmith@email.com','','cab14f12668ccb2c92843969819c6c6e',0,'0',NULL,'',NULL,NULL),(34,5,0,'Name 2','Firstname 2','emailtest2@example.com','','1b6adeceaac7e2b9c399c877f8b1a616',0,'',NULL,'file',NULL,NULL),(35,5,0,'Name 3','Firstname 3','emailtest3@example.com','','c9f6f80ba118c378aef4974e17b01a07',0,'',NULL,'file',NULL,NULL),(36,5,0,'Name 4','Firstname 4','emailtest4@example.com','','75a3051301db736a2bb7722de7b4ece1',0,'',NULL,'file',NULL,NULL),(37,5,0,'Name 5','Firstname 5','emailtest5@example.com','','a9e292e70ec11ed58718c9f5da58f870',0,'',NULL,'file',NULL,NULL),(38,5,0,'Name 1','Firstname 1','emailtest1@example.com','','0243e796981c9e82cc23d8a6a5a23570',0,'',NULL,'file',NULL,NULL),(39,5,0,'Do','John','johndoe@example.com','','7db6219748fbad348b1aa89f2014d529',0,'',NULL,'file',NULL,NULL),(40,5,0,'Smith,Alan','','alan.smith@example.com','','5006f91f3bd97918460b6dc3edf4cd7f',0,'',NULL,'file',NULL,NULL),(41,5,0,'Bowl','Kathy','kathy.bowl@example.com','','377ac5b241f2d5bf421a7162c60bf7b6',0,'',NULL,'file',NULL,NULL),(42,5,0,'Ducanseen','Herbert','herbert@example.com','','10e1b891a249ee8046f1686a0a44d773',0,'',NULL,'file',NULL,NULL),(43,5,0,'Djay','Djay','djay@example.com','','6cf76a2b74874caa6b8eced78f63bca1',0,'',NULL,'file',NULL,NULL),(44,5,0,'','','alice.bigo@example.com','','61651804afc02887a3934ab042285044',0,'',NULL,'file',NULL,NULL),(45,5,0,'','','bob.markus@example.com','','b6d3e934e4bc92d194b43041260564da',0,'',NULL,'file',NULL,NULL),(46,5,0,'Customer 1','','mycustomer1@example.com','','fa9ade908a5a420e7dc64e62d1d9eb65',0,'',NULL,'file',NULL,NULL),(47,5,0,'Customer 2','','mycustomer2@example.com','','5d502923487f0f4226ab9f5f71102857',0,'',NULL,'file',NULL,NULL),(48,5,0,'Customer 3','','mycustomer3@example.com','','0b7da54f9969554eee95684069173f23',0,'',NULL,'file',NULL,NULL),(49,5,0,'Customer 4','','mycustomer4@example.com','','b073cf47a6af4740c76620ab4442033c',0,'',NULL,'file',NULL,NULL),(50,5,0,'Customer 5','','mycustomer5@example.com','','468b7404027e91edf437c3980619c8f6',0,'',NULL,'file',NULL,NULL),(51,5,0,'Customer 6','','mycustomer6@example.com','','cb196086497f64cd23dd68aed2bf5cc8',0,'',NULL,'file',NULL,NULL),(52,5,0,'Prospect 1','','myprospect1@example.com','','9854ed6528267f30c8c22c24384b31ae',0,'',NULL,'file',NULL,NULL),(53,5,0,'Prospect 2','','myprospect2@example.com','','b37ed581bbc51b6d9a334e1626b5fe22',0,'',NULL,'file',NULL,NULL),(54,5,0,'Prospect 3','','myprospect3@example.com','','8bedd7821877a72841efae36691f7765',0,'',NULL,'file',NULL,NULL),(55,5,0,'Prospect 4','','myprospect4@example.com','','518353a5cfb1a628ada10874ac4e0098',0,'',NULL,'file',NULL,NULL),(56,5,0,'Prospect 5','','myprospect5@example.com','','de392a2999e262fec63c9de4a3fe7613',0,'',NULL,'file',NULL,NULL),(57,5,0,'Prospect 6','','myprospect6@example.com','','56256cc297c4870c514819cdb4e6b95c',0,'',NULL,'file',NULL,NULL),(58,5,0,'Prospect 7','','myprospect7@example.com','','d32512607d4e74d6f71d031538128721',0,'',NULL,'file',NULL,NULL),(59,5,0,'Prospect 8','','myprospect8@example.com','','427eeb75492ede5355996a8df998f9de',0,'',NULL,'file',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_mailing_cibles` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_menu`
      +--
      +
      +DROP TABLE IF EXISTS `llx_menu`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_menu` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `menu_handler` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(4) COLLATE utf8_unicode_ci NOT NULL,
      +  `mainmenu` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_menu` int(11) NOT NULL,
      +  `fk_leftmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_mainmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `target` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `titre` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `langs` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `level` smallint(6) DEFAULT NULL,
      +  `leftmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `perms` text COLLATE utf8_unicode_ci,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `usertype` int(11) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_menu_uk_menu` (`menu_handler`,`fk_menu`,`position`,`url`,`entity`),
      +  KEY `idx_menu_menuhandler_type` (`menu_handler`,`type`)
      +) ENGINE=InnoDB AUTO_INCREMENT=166493 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_menu`
      +--
      +
      +LOCK TABLES `llx_menu` WRITE;
      +/*!40000 ALTER TABLE `llx_menu` DISABLE KEYS */;
      +INSERT INTO `llx_menu` VALUES (103094,'all',2,'agenda','top','agenda',0,NULL,NULL,100,'/comm/action/index.php','','Agenda','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103095,'all',2,'agenda','left','agenda',103094,NULL,NULL,100,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Actions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103096,'all',2,'agenda','left','agenda',103095,NULL,NULL,101,'/comm/action/card.php?mainmenu=agenda&amp;leftmenu=agenda&amp;action=create','','NewAction','commercial',NULL,NULL,'($user->rights->agenda->myactions->create||$user->rights->agenda->allactions->create)','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103097,'all',2,'agenda','left','agenda',103095,NULL,NULL,102,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Calendar','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103098,'all',2,'agenda','left','agenda',103097,NULL,NULL,103,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103099,'all',2,'agenda','left','agenda',103097,NULL,NULL,104,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103100,'all',2,'agenda','left','agenda',103097,NULL,NULL,105,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103101,'all',2,'agenda','left','agenda',103097,NULL,NULL,106,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103102,'all',2,'agenda','left','agenda',103095,NULL,NULL,112,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda','','List','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103103,'all',2,'agenda','left','agenda',103102,NULL,NULL,113,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103104,'all',2,'agenda','left','agenda',103102,NULL,NULL,114,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103105,'all',2,'agenda','left','agenda',103102,NULL,NULL,115,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103106,'all',2,'agenda','left','agenda',103102,NULL,NULL,116,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103107,'all',2,'agenda','left','agenda',103095,NULL,NULL,120,'/comm/action/rapport/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Reportings','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103134,'all',2,'opensurvey','top','opensurvey',0,NULL,NULL,200,'/opensurvey/index.php','','Surveys','opensurvey',NULL,NULL,'$user->rights->opensurvey->survey->read','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103135,'all',2,'opensurvey','left','opensurvey',-1,NULL,'opensurvey',200,'/opensurvey/index.php?mainmenu=opensurvey&leftmenu=opensurvey','','Survey','opensurvey@opensurvey',NULL,'opensurvey','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103136,'all',2,'opensurvey','left','opensurvey',-1,'opensurvey','opensurvey',210,'/opensurvey/public/index.php','_blank','NewSurvey','opensurvey@opensurvey',NULL,'opensurvey_new','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103137,'all',2,'opensurvey','left','opensurvey',-1,'opensurvey','opensurvey',220,'/opensurvey/list.php','','List','opensurvey@opensurvey',NULL,'opensurvey_list','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(124179,'all',1,'cashdesk','top','cashdesk',0,NULL,NULL,100,'/cashdesk/index.php?user=__LOGIN__','pointofsale','CashDeskMenu','cashdesk',NULL,NULL,'$user->rights->cashdesk->use','$conf->cashdesk->enabled',0,'2015-11-15 22:38:33'),(124210,'all',1,'margins','left','accountancy',-1,NULL,'accountancy',100,'/margin/index.php','','Margins','margins',NULL,'margins','$user->rights->margins->liretous','$conf->margin->enabled',2,'2015-11-15 22:41:47'),(145086,'all',1,'supplier_proposal','left','commercial',-1,NULL,'commercial',300,'/supplier_proposal/index.php','','SupplierProposalsShort','supplier_proposal',NULL,'supplier_proposalsubmenu','$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145087,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',301,'/supplier_proposal/card.php?action=create&amp;leftmenu=supplier_proposals','','SupplierProposalNew','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->creer','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145088,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',302,'/supplier_proposal/list.php?leftmenu=supplier_proposals','','List','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145089,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',303,'/comm/propal/stats/index.php?leftmenu=supplier_proposals&amp;mode=supplier','','Statistics','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145090,'all',1,'resource','left','tools',-1,NULL,'tools',100,'/resource/list.php','','MenuResourceIndex','resource',NULL,'resource','$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145091,'all',1,'resource','left','tools',-1,'resource','tools',101,'/resource/add.php','','MenuResourceAdd','resource',NULL,NULL,'$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145092,'all',1,'resource','left','tools',-1,'resource','tools',102,'/resource/list.php','','List','resource',NULL,NULL,'$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145127,'all',1,'printing','left','home',-1,'admintools','home',300,'/printing/index.php?mainmenu=home&leftmenu=admintools','','MenuDirectPrinting','printing',NULL,NULL,'$user->rights->printing->read','$conf->printing->enabled && $leftmenu==\'admintools\'',0,'2017-01-29 15:12:44'),(161088,'auguria',1,'','top','home',0,NULL,NULL,10,'/index.php?mainmenu=home&amp;leftmenu=','','Home','',-1,'','','1',2,'2017-08-30 15:14:30'),(161089,'auguria',1,'societe|fournisseur','top','companies',0,NULL,NULL,20,'/societe/index.php?mainmenu=companies&amp;leftmenu=','','ThirdParties','companies',-1,'','$user->rights->societe->lire || $user->rights->societe->contact->lire','( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)',2,'2017-08-30 15:14:30'),(161090,'auguria',1,'product|service','top','products',0,NULL,NULL,30,'/product/index.php?mainmenu=products&amp;leftmenu=','','Products/Services','products',-1,'','$user->rights->produit->lire||$user->rights->service->lire','$conf->product->enabled || $conf->service->enabled',0,'2017-08-30 15:14:30'),(161092,'auguria',1,'propal|commande|fournisseur|contrat|ficheinter','top','commercial',0,NULL,NULL,40,'/comm/index.php?mainmenu=commercial&amp;leftmenu=','','Commercial','commercial',-1,'','$user->rights->societe->lire || $user->rights->societe->contact->lire','$conf->propal->enabled || $conf->commande->enabled || $conf->supplier_order->enabled || $conf->contrat->enabled || $conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(161093,'auguria',1,'comptabilite|accounting|facture|don|tax|salaries|loan','top','accountancy',0,NULL,NULL,50,'/compta/index.php?mainmenu=accountancy&amp;leftmenu=','','MenuFinancial','compta',-1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->plancompte->lire || $user->rights->facture->lire|| $user->rights->don->lire || $user->rights->tax->charges->lire || $user->rights->salaries->read || $user->rights->loan->read','$conf->comptabilite->enabled || $conf->accounting->enabled || $conf->facture->enabled || $conf->don->enabled  || $conf->tax->enabled || $conf->salaries->enabled || $conf->supplier_invoice->enabled || $conf->loan->enabled',2,'2017-08-30 15:14:30'),(161094,'auguria',1,'projet','top','project',0,NULL,NULL,70,'/projet/index.php?mainmenu=project&amp;leftmenu=','','Projects','projects',-1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(161095,'auguria',1,'mailing|export|import|opensurvey|resource','top','tools',0,NULL,NULL,90,'/core/tools.php?mainmenu=tools&amp;leftmenu=','','Tools','other',-1,'','$user->rights->mailing->lire || $user->rights->export->lire || $user->rights->import->run || $user->rights->opensurvey->read || $user->rights->resource->read','$conf->mailing->enabled || $conf->export->enabled || $conf->import->enabled || $conf->opensurvey->enabled || $conf->resource->enabled',2,'2017-08-30 15:14:30'),(161101,'auguria',1,'banque|prelevement','top','bank',0,NULL,NULL,60,'/compta/bank/index.php?mainmenu=bank&amp;leftmenu=bank','','MenuBankCash','banks',-1,'','$user->rights->banque->lire || $user->rights->prelevement->bons->lire','$conf->banque->enabled || $conf->prelevement->enabled',0,'2017-08-30 15:14:30'),(161102,'auguria',1,'hrm|holiday|deplacement|expensereport','top','hrm',0,NULL,NULL,80,'/hrm/index.php?mainmenu=hrm&amp;leftmenu=','','HRM','holiday',-1,'','$user->rights->hrm->employee->read || $user->rights->holiday->write || $user->rights->deplacement->lire || $user->rights->expensereport->lire','$conf->hrm->enabled || $conf->holiday->enabled || $conf->deplacement->enabled || $conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(161177,'auguria',1,'','left','home',161088,NULL,NULL,0,'/index.php','','MyDashboard','',0,'','','1',2,'2017-08-30 15:14:30'),(161187,'auguria',1,'','left','home',161088,NULL,NULL,1,'/admin/index.php?leftmenu=setup','','Setup','admin',0,'setup','','$user->admin',2,'2017-08-30 15:14:30'),(161188,'auguria',1,'','left','home',161187,NULL,NULL,1,'/admin/company.php?leftmenu=setup','','MenuCompanySetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161189,'auguria',1,'','left','home',161187,NULL,NULL,4,'/admin/ihm.php?leftmenu=setup','','GUISetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161190,'auguria',1,'','left','home',161187,NULL,NULL,2,'/admin/modules.php?leftmenu=setup','','Modules','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161191,'auguria',1,'','left','home',161187,NULL,NULL,6,'/admin/boxes.php?leftmenu=setup','','Boxes','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161192,'auguria',1,'','left','home',161187,NULL,NULL,3,'/admin/menus.php?leftmenu=setup','','Menus','admin',1,'','','$leftmenu==\'setup\'',2,'2017-09-06 08:29:47'),(161193,'auguria',1,'','left','home',161187,NULL,NULL,7,'/admin/delais.php?leftmenu=setup','','Alerts','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161194,'auguria',1,'','left','home',161187,NULL,NULL,10,'/admin/pdf.php?leftmenu=setup','','PDF','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161195,'auguria',1,'','left','home',161187,NULL,NULL,8,'/admin/security_other.php?leftmenu=setup','','Security','admin',1,'','','$leftmenu==\'setup\'',2,'2017-09-06 08:29:36'),(161196,'auguria',1,'','left','home',161187,NULL,NULL,11,'/admin/mails.php?leftmenu=setup','','Emails','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161197,'auguria',1,'','left','home',161187,NULL,NULL,9,'/admin/limits.php?leftmenu=setup','','MenuLimits','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161198,'auguria',1,'','left','home',161187,NULL,NULL,13,'/admin/dict.php?leftmenu=setup','','Dictionary','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161199,'auguria',1,'','left','home',161187,NULL,NULL,14,'/admin/const.php?leftmenu=setup','','OtherSetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161200,'auguria',1,'','left','home',161187,NULL,NULL,12,'/admin/sms.php?leftmenu=setup','','SMS','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161201,'auguria',1,'','left','home',161187,NULL,NULL,4,'/admin/translation.php?leftmenu=setup','','Translation','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161288,'auguria',1,'','left','home',161387,NULL,NULL,0,'/admin/system/dolibarr.php?leftmenu=admintools','','InfoDolibarr','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161289,'auguria',1,'','left','home',161288,NULL,NULL,2,'/admin/system/modules.php?leftmenu=admintools','','Modules','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161290,'auguria',1,'','left','home',161288,NULL,NULL,3,'/admin/triggers.php?leftmenu=admintools','','Triggers','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161291,'auguria',1,'','left','home',161288,NULL,NULL,4,'/admin/system/filecheck.php?leftmenu=admintools','','FileCheck','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161292,'auguria',1,'','left','home',161387,NULL,NULL,1,'/admin/system/browser.php?leftmenu=admintools','','InfoBrowser','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161293,'auguria',1,'','left','home',161387,NULL,NULL,2,'/admin/system/os.php?leftmenu=admintools','','InfoOS','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161294,'auguria',1,'','left','home',161387,NULL,NULL,3,'/admin/system/web.php?leftmenu=admintools','','InfoWebServer','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161295,'auguria',1,'','left','home',161387,NULL,NULL,4,'/admin/system/phpinfo.php?leftmenu=admintools','','InfoPHP','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161297,'auguria',1,'','left','home',161387,NULL,NULL,5,'/admin/system/database.php?leftmenu=admintools','','InfoDatabase','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161387,'auguria',1,'','left','home',161088,NULL,NULL,2,'/admin/tools/index.php?leftmenu=admintools','','AdminTools','admin',0,'admintools','','$user->admin',2,'2017-08-30 15:14:30'),(161388,'auguria',1,'','left','home',161387,NULL,NULL,6,'/admin/tools/dolibarr_export.php?leftmenu=admintools','','Backup','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161389,'auguria',1,'','left','home',161387,NULL,NULL,7,'/admin/tools/dolibarr_import.php?leftmenu=admintools','','Restore','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161392,'auguria',1,'','left','home',161387,NULL,NULL,8,'/admin/tools/update.php?leftmenu=admintools','','MenuUpgrade','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161393,'auguria',1,'','left','home',161387,NULL,NULL,9,'/admin/tools/eaccelerator.php?leftmenu=admintools','','EAccelerator','admin',1,'','','$leftmenu==\"admintools\" && function_exists(\"eaccelerator_info\")',2,'2017-08-30 15:14:30'),(161394,'auguria',1,'','left','home',161387,NULL,NULL,10,'/admin/tools/listevents.php?leftmenu=admintools','','Audit','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161395,'auguria',1,'','left','home',161387,NULL,NULL,11,'/admin/tools/listsessions.php?leftmenu=admintools','','Sessions','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161396,'auguria',1,'','left','home',161387,NULL,NULL,12,'/admin/tools/purge.php?leftmenu=admintools','','Purge','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161398,'auguria',1,'','left','home',161387,NULL,NULL,14,'/admin/system/about.php?leftmenu=admintools','','ExternalResources','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161407,'auguria',1,'','left','home',161387,NULL,NULL,15,'/product/admin/product_tools.php?mainmenu=home&amp;leftmenu=admintools','','ProductVatMassChange','products',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161487,'auguria',1,'','left','home',161088,NULL,NULL,4,'/user/home.php?leftmenu=users','','MenuUsersAndGroups','users',0,'users','','1',2,'2017-08-30 15:14:30'),(161488,'auguria',1,'','left','home',161487,NULL,NULL,0,'/user/index.php?leftmenu=users','','Users','users',1,'','$user->rights->user->user->lire || $user->admin','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161489,'auguria',1,'','left','home',161488,NULL,NULL,0,'/user/card.php?leftmenu=users&amp;action=create','','NewUser','users',2,'','($user->rights->user->user->creer || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161490,'auguria',1,'','left','home',161487,NULL,NULL,1,'/user/group/index.php?leftmenu=users','','Groups','users',1,'','(($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)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161491,'auguria',1,'','left','home',161490,NULL,NULL,0,'/user/group/card.php?leftmenu=users&amp;action=create','','NewGroup','users',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)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161587,'auguria',1,'','left','companies',161089,NULL,NULL,0,'/societe/index.php?leftmenu=thirdparties','','ThirdParty','companies',0,'thirdparties','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161588,'auguria',1,'','left','companies',161587,NULL,NULL,0,'/societe/card.php?action=create','','MenuNewThirdParty','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161589,'auguria',1,'','left','companies',161587,NULL,NULL,0,'/societe/list.php?action=create','','List','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161590,'auguria',1,'','left','companies',161587,NULL,NULL,5,'/societe/list.php?type=f&leftmenu=suppliers','','ListSuppliersShort','suppliers',1,'','$user->rights->societe->lire && $user->rights->fournisseur->lire','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161591,'auguria',1,'','left','companies',161590,NULL,NULL,0,'/societe/card.php?leftmenu=supplier&amp;action=create&amp;type=f','','NewSupplier','suppliers',2,'','$user->rights->societe->creer','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161593,'auguria',1,'','left','companies',161587,NULL,NULL,3,'/societe/list.php?type=p&leftmenu=prospects','','ListProspectsShort','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161594,'auguria',1,'','left','companies',161593,NULL,NULL,0,'/societe/card.php?leftmenu=prospects&amp;action=create&amp;type=p','','MenuNewProspect','companies',2,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161596,'auguria',1,'','left','companies',161587,NULL,NULL,4,'/societe/list.php?type=c&leftmenu=customers','','ListCustomersShort','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161597,'auguria',1,'','left','companies',161596,NULL,NULL,0,'/societe/card.php?leftmenu=customers&amp;action=create&amp;type=c','','MenuNewCustomer','companies',2,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161687,'auguria',1,'','left','companies',161089,NULL,NULL,1,'/contact/list.php?leftmenu=contacts','','ContactsAddresses','companies',0,'contacts','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161688,'auguria',1,'','left','companies',161687,NULL,NULL,0,'/contact/card.php?leftmenu=contacts&amp;action=create','','NewContactAddress','companies',1,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161689,'auguria',1,'','left','companies',161687,NULL,NULL,1,'/contact/list.php?leftmenu=contacts','','List','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161691,'auguria',1,'','left','companies',161689,NULL,NULL,1,'/contact/list.php?leftmenu=contacts&amp;type=p','','ThirdPartyProspects','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161692,'auguria',1,'','left','companies',161689,NULL,NULL,2,'/contact/list.php?leftmenu=contacts&amp;type=c','','ThirdPartyCustomers','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161693,'auguria',1,'','left','companies',161689,NULL,NULL,3,'/contact/list.php?leftmenu=contacts&amp;type=f','','ThirdPartySuppliers','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161694,'auguria',1,'','left','companies',161689,NULL,NULL,4,'/contact/list.php?leftmenu=contacts&amp;type=o','','Others','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161737,'auguria',1,'','left','companies',161089,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=1','','SuppliersCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161738,'auguria',1,'','left','companies',161737,NULL,NULL,0,'/categories/card.php?action=create&amp;type=1','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161747,'auguria',1,'','left','companies',161089,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=2','','CustomersProspectsCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->fournisseur->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161748,'auguria',1,'','left','companies',161747,NULL,NULL,0,'/categories/card.php?action=create&amp;type=2','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->fournisseur->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161757,'auguria',1,'','left','companies',161089,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=4','','ContactCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161758,'auguria',1,'','left','companies',161757,NULL,NULL,0,'/categories/card.php?action=create&amp;type=4','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(162187,'auguria',1,'','left','commercial',161092,NULL,NULL,4,'/comm/propal/index.php?leftmenu=propals','','Prop','propal',0,'propals','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162188,'auguria',1,'','left','commercial',162187,NULL,NULL,0,'/comm/propal/card.php?action=create&amp;leftmenu=propals','','NewPropal','propal',1,'','$user->rights->propale->creer','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162189,'auguria',1,'','left','commercial',162187,NULL,NULL,1,'/comm/propal/list.php?leftmenu=propals','','List','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162190,'auguria',1,'','left','commercial',162189,NULL,NULL,2,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=0','','PropalsDraft','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162191,'auguria',1,'','left','commercial',162189,NULL,NULL,3,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=1','','PropalsOpened','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162192,'auguria',1,'','left','commercial',162189,NULL,NULL,4,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=2','','PropalStatusSigned','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162193,'auguria',1,'','left','commercial',162189,NULL,NULL,5,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=3','','PropalStatusNotSigned','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162194,'auguria',1,'','left','commercial',162189,NULL,NULL,6,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=4','','PropalStatusBilled','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162197,'auguria',1,'','left','commercial',162187,NULL,NULL,4,'/comm/propal/stats/index.php?leftmenu=propals','','Statistics','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162287,'auguria',1,'','left','commercial',161092,NULL,NULL,5,'/commande/index.php?leftmenu=orders','','CustomersOrders','orders',0,'orders','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162288,'auguria',1,'','left','commercial',162287,NULL,NULL,0,'/commande/card.php?action=create&amp;leftmenu=orders','','NewOrder','orders',1,'','$user->rights->commande->creer','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162289,'auguria',1,'','left','commercial',162287,NULL,NULL,1,'/commande/list.php?leftmenu=orders','','List','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162290,'auguria',1,'','left','commercial',162289,NULL,NULL,2,'/commande/list.php?leftmenu=orders&amp;viewstatut=0','','StatusOrderDraftShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162291,'auguria',1,'','left','commercial',162289,NULL,NULL,3,'/commande/list.php?leftmenu=orders&amp;viewstatut=1','','StatusOrderValidated','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162292,'auguria',1,'','left','commercial',162289,NULL,NULL,4,'/commande/list.php?leftmenu=orders&amp;viewstatut=2','','StatusOrderOnProcessShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162293,'auguria',1,'','left','commercial',162289,NULL,NULL,5,'/commande/list.php?leftmenu=orders&amp;viewstatut=3','','StatusOrderToBill','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162294,'auguria',1,'','left','commercial',162289,NULL,NULL,6,'/commande/list.php?leftmenu=orders&amp;viewstatut=4','','StatusOrderProcessed','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162295,'auguria',1,'','left','commercial',162289,NULL,NULL,7,'/commande/list.php?leftmenu=orders&amp;viewstatut=-1','','StatusOrderCanceledShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162296,'auguria',1,'','left','commercial',162287,NULL,NULL,4,'/commande/stats/index.php?leftmenu=orders','','Statistics','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162387,'auguria',1,'','left','commercial',161090,NULL,NULL,6,'/expedition/index.php?leftmenu=sendings','','Shipments','sendings',0,'sendings','$user->rights->expedition->lire','$conf->expedition->enabled',2,'2017-08-30 15:14:30'),(162388,'auguria',1,'','left','commercial',162387,NULL,NULL,0,'/expedition/card.php?action=create2&leftmenu=sendings','','NewSending','sendings',1,'','$user->rights->expedition->creer','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162389,'auguria',1,'','left','commercial',162387,NULL,NULL,1,'/expedition/list.php?leftmenu=sendings','','List','sendings',1,'','$user->rights->expedition->lire','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162390,'auguria',1,'','left','commercial',162387,NULL,NULL,2,'/expedition/stats/index.php?leftmenu=sendings','','Statistics','sendings',1,'','$user->rights->expedition->lire','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162487,'auguria',1,'','left','commercial',161092,NULL,NULL,7,'/contrat/index.php?leftmenu=contracts','','Contracts','contracts',0,'contracts','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162488,'auguria',1,'','left','commercial',162487,NULL,NULL,0,'/contrat/card.php?&action=create&amp;leftmenu=contracts','','NewContract','contracts',1,'','$user->rights->contrat->creer','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162489,'auguria',1,'','left','commercial',162487,NULL,NULL,1,'/contrat/list.php?leftmenu=contracts','','List','contracts',1,'','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162490,'auguria',1,'','left','commercial',162487,NULL,NULL,2,'/contrat/services.php?leftmenu=contracts','','MenuServices','contracts',1,'','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162491,'auguria',1,'','left','commercial',162490,NULL,NULL,0,'/contrat/services.php?leftmenu=contracts&amp;mode=0','','MenuInactiveServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162492,'auguria',1,'','left','commercial',162490,NULL,NULL,1,'/contrat/services.php?leftmenu=contracts&amp;mode=4','','MenuRunningServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162493,'auguria',1,'','left','commercial',162490,NULL,NULL,2,'/contrat/services.php?leftmenu=contracts&amp;mode=4&amp;filter=expired','','MenuExpiredServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162494,'auguria',1,'','left','commercial',162490,NULL,NULL,3,'/contrat/services.php?leftmenu=contracts&amp;mode=5','','MenuClosedServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162587,'auguria',1,'','left','commercial',161092,NULL,NULL,8,'/fichinter/list.php?leftmenu=ficheinter','','Interventions','interventions',0,'ficheinter','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162588,'auguria',1,'','left','commercial',162587,NULL,NULL,0,'/fichinter/card.php?action=create&amp;leftmenu=ficheinter','','NewIntervention','interventions',1,'','$user->rights->ficheinter->creer','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162589,'auguria',1,'','left','commercial',162587,NULL,NULL,1,'/fichinter/list.php?leftmenu=ficheinter','','List','interventions',1,'','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162590,'auguria',1,'','left','commercial',162587,NULL,NULL,2,'/fichinter/stats/index.php?leftmenu=ficheinter','','Statistics','interventions',1,'','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162687,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/fourn/facture/list.php?leftmenu=suppliers_bills','','BillsSuppliers','bills',0,'supplier_bills','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162688,'auguria',1,'','left','accountancy',162687,NULL,NULL,0,'/fourn/facture/card.php?action=create&amp;leftmenu=suppliers_bills','','NewBill','bills',1,'','$user->rights->fournisseur->facture->creer','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162689,'auguria',1,'','left','accountancy',162687,NULL,NULL,1,'/fourn/facture/list.php?leftmenu=suppliers_bills','','List','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162690,'auguria',1,'','left','accountancy',162687,NULL,NULL,2,'/fourn/facture/paiement.php?leftmenu=suppliers_bills','','Payments','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162691,'auguria',1,'','left','accountancy',162687,NULL,NULL,8,'/compta/facture/stats/index.php?leftmenu=customers_bills&mode=supplier','','Statistics','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162692,'auguria',1,'','left','accountancy',162690,NULL,NULL,1,'/fourn/facture/rapport.php?leftmenu=suppliers_bills','','Reporting','bills',2,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162787,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/compta/facture/list.php?leftmenu=customers_bills','','BillsCustomers','bills',0,'customer_bills','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162788,'auguria',1,'','left','accountancy',162787,NULL,NULL,3,'/compta/facture/card.php?action=create&amp;leftmenu=customers_bills','','NewBill','bills',1,'','$user->rights->facture->creer','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162789,'auguria',1,'','left','accountancy',162787,NULL,NULL,5,'/compta/facture/fiche-rec.php?leftmenu=customers_bills','','ListOfTemplates','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162791,'auguria',1,'','left','accountancy',162787,NULL,NULL,6,'/compta/paiement/list.php?leftmenu=customers_bills','','Payments','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162792,'auguria',1,'','left','accountancy',162787,NULL,NULL,4,'/compta/facture/list.php?leftmenu=customers_bills','','List','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162797,'auguria',1,'','left','accountancy',162791,NULL,NULL,1,'/compta/paiement/rapport.php?leftmenu=customers_bills','','Reportings','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162798,'auguria',1,'','left','accountancy',161101,NULL,NULL,9,'/compta/paiement/cheque/index.php?leftmenu=checks&amp;mainmenu=bank','','MenuChequeDeposits','bills',0,'checks','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162799,'auguria',1,'','left','accountancy',162798,NULL,NULL,0,'/compta/paiement/cheque/card.php?leftmenu=checks&amp;action=new','','NewCheckDeposit','compta',1,'','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162800,'auguria',1,'','left','accountancy',162798,NULL,NULL,1,'/compta/paiement/cheque/list.php?leftmenu=checks','','List','bills',1,'','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162801,'auguria',1,'','left','accountancy',162787,NULL,NULL,8,'/compta/facture/stats/index.php?leftmenu=customers_bills','','Statistics','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162807,'auguria',1,'','left','accountancy',162792,NULL,NULL,1,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=0','','BillShortStatusDraft','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162808,'auguria',1,'','left','accountancy',162792,NULL,NULL,2,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=1','','BillShortStatusNotPaid','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162809,'auguria',1,'','left','accountancy',162792,NULL,NULL,3,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=2','','BillShortStatusPaid','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162810,'auguria',1,'','left','accountancy',162792,NULL,NULL,4,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=3','','BillShortStatusCanceled','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162987,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/commande/list.php?leftmenu=orders&amp;viewstatut=3','','MenuOrdersToBill','orders',0,'orders','$user->rights->commande->lire','$conf->commande->enabled',0,'2017-08-30 15:14:30'),(163087,'auguria',1,'','left','accountancy',161093,NULL,NULL,4,'/don/index.php?leftmenu=donations&amp;mainmenu=accountancy','','Donations','donations',0,'donations','$user->rights->don->lire','$conf->don->enabled',2,'2017-08-30 15:14:30'),(163088,'auguria',1,'','left','accountancy',163087,NULL,NULL,0,'/don/card.php?leftmenu=donations&amp;mainmenu=accountancy&amp;action=create','','NewDonation','donations',1,'','$user->rights->don->creer','$conf->don->enabled && $leftmenu==\"donations\"',2,'2017-08-30 15:14:30'),(163089,'auguria',1,'','left','accountancy',163087,NULL,NULL,1,'/don/list.php?leftmenu=donations&amp;mainmenu=accountancy','','List','donations',1,'','$user->rights->don->lire','$conf->don->enabled && $leftmenu==\"donations\"',2,'2017-08-30 15:14:30'),(163187,'auguria',1,'','left','accountancy',161102,NULL,NULL,5,'/compta/deplacement/index.php?leftmenu=tripsandexpenses','','TripsAndExpenses','trips',0,'tripsandexpenses','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163188,'auguria',1,'','left','accountancy',163187,NULL,NULL,1,'/compta/deplacement/card.php?action=create&amp;leftmenu=tripsandexpenses','','New','trips',1,'','$user->rights->deplacement->creer','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163189,'auguria',1,'','left','accountancy',163187,NULL,NULL,2,'/compta/deplacement/list.php?leftmenu=tripsandexpenses','','List','trips',1,'','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163190,'auguria',1,'','left','accountancy',163187,NULL,NULL,2,'/compta/deplacement/stats/index.php?leftmenu=tripsandexpenses','','Statistics','trips',1,'','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163287,'auguria',1,'','left','accountancy',161093,NULL,NULL,6,'/compta/charges/index.php?leftmenu=tax&amp;mainmenu=accountancy','','MenuSpecialExpenses','compta',0,'tax','(! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && $user->rights->salaries->read)','$conf->tax->enabled || $conf->salaries->enabled',0,'2017-08-30 15:14:30'),(163297,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=accountancy','','Salaries','salaries',1,'tax_sal','$user->rights->salaries->payment->read','$conf->salaries->enabled',0,'2017-08-30 15:14:30'),(163298,'auguria',1,'','left','accountancy',163297,NULL,NULL,2,'/compta/salaries/card.php?leftmenu=tax_salary&amp;action=create','','NewPayment','companies',2,'','$user->rights->salaries->payment->write','$conf->salaries->enabled && $leftmenu==\"tax_salary\"',0,'2017-08-30 15:14:30'),(163299,'auguria',1,'','left','accountancy',163297,NULL,NULL,3,'/compta/salaries/index.php?leftmenu=tax_salary','','Payments','companies',2,'','$user->rights->salaries->payment->read','$conf->salaries->enabled && $leftmenu==\"tax_salary\"',0,'2017-08-30 15:14:30'),(163307,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/loan/index.php?leftmenu=tax_loan&amp;mainmenu=accountancy','','Loans','loan',1,'tax_loan','$user->rights->loan->read','$conf->loan->enabled',0,'2017-08-30 15:14:30'),(163308,'auguria',1,'','left','accountancy',163307,NULL,NULL,2,'/loan/card.php?leftmenu=tax_loan&amp;action=create','','NewLoan','loan',2,'','$user->rights->loan->write','$conf->loan->enabled && $leftmenu==\"tax_loan\"',0,'2017-08-30 15:14:30'),(163310,'auguria',1,'','left','accountancy',163307,NULL,NULL,4,'/loan/calc.php?leftmenu=tax_loan','','Calculator','companies',2,'','$user->rights->loan->calc','$conf->loan->enabled && $leftmenu==\"tax_loan\" && ! empty($conf->global->LOAN_SHOW_CALCULATOR)',0,'2017-08-30 15:14:30'),(163337,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/compta/sociales/index.php?leftmenu=tax_social','','SocialContributions','',1,'tax_social','$user->rights->tax->charges->lire','$conf->tax->enabled',0,'2017-08-30 15:14:30'),(163338,'auguria',1,'','left','accountancy',163337,NULL,NULL,2,'/compta/sociales/card.php?leftmenu=tax_social&amp;action=create','','MenuNewSocialContribution','',2,'','$user->rights->tax->charges->creer','$conf->tax->enabled && $leftmenu==\"tax_social\"',0,'2017-08-30 15:14:30'),(163339,'auguria',1,'','left','accountancy',163337,NULL,NULL,3,'/compta/sociales/payments.php?leftmenu=tax_social&amp;mainmenu=accountancy&amp;mode=sconly','','Payments','',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && $leftmenu==\"tax_social\"',0,'2017-08-30 15:14:30'),(163387,'auguria',1,'','left','accountancy',163287,NULL,NULL,7,'/compta/tva/index.php?leftmenu=tax_vat&amp;mainmenu=accountancy','','VAT','companies',1,'tax_vat','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS)',0,'2017-08-30 15:14:30'),(163388,'auguria',1,'','left','accountancy',163387,NULL,NULL,0,'/compta/tva/card.php?leftmenu=tax_vat&amp;action=create','','New','companies',2,'','$user->rights->tax->charges->creer','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163389,'auguria',1,'','left','accountancy',163387,NULL,NULL,1,'/compta/tva/reglement.php?leftmenu=tax_vat','','List','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163390,'auguria',1,'','left','accountancy',163387,NULL,NULL,2,'/compta/tva/clients.php?leftmenu=tax_vat','','ReportByCustomers','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163391,'auguria',1,'','left','accountancy',163387,NULL,NULL,3,'/compta/tva/quadri_detail.php?leftmenu=tax_vat','','ReportByQuarter','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163487,'auguria',1,'','left','accountancy',161093,NULL,NULL,7,'/accountancy/index.php?leftmenu=accountancy','','MenuAccountancy','accountancy',0,'accounting','! empty($conf->accounting->enabled) || $user->rights->accounting->bind->write || $user->rights->accounting->bind->write || $user->rights->compta->resultat->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163488,'auguria',1,'','left','accountancy',163487,NULL,NULL,2,'/accountancy/customer/index.php?leftmenu=dispatch_customer','','CustomersVentilation','accountancy',1,'dispatch_customer','$user->rights->accounting->bind->write','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163489,'auguria',1,'','left','accountancy',163488,NULL,NULL,3,'/accountancy/customer/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $leftmenu==\"dispatch_customer\"',0,'2017-08-30 15:14:30'),(163490,'auguria',1,'','left','accountancy',163488,NULL,NULL,4,'/accountancy/customer/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $leftmenu==\"dispatch_customer\"',0,'2017-08-30 15:14:30'),(163497,'auguria',1,'','left','accountancy',163487,NULL,NULL,5,'/accountancy/supplier/index.php?leftmenu=dispatch_supplier','','SuppliersVentilation','accountancy',1,'ventil_supplier','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled',0,'2017-08-30 15:14:30'),(163498,'auguria',1,'','left','accountancy',163497,NULL,NULL,6,'/accountancy/supplier/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu==\"dispatch_supplier\"',0,'2017-08-30 15:14:30'),(163499,'auguria',1,'','left','accountancy',163497,NULL,NULL,7,'/accountancy/supplier/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu==\"dispatch_supplier\"',0,'2017-08-30 15:14:30'),(163507,'auguria',1,'','left','accountancy',163487,NULL,NULL,5,'/accountancy/expensereport/index.php?leftmenu=dispatch_expensereport','','ExpenseReportsVentilation','accountancy',1,'ventil_expensereport','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(163508,'auguria',1,'','left','accountancy',163507,NULL,NULL,6,'/accountancy/expensereport/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"dispatch_expensereport\"',0,'2017-08-30 15:14:30'),(163509,'auguria',1,'','left','accountancy',163507,NULL,NULL,7,'/accountancy/expensereport/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"dispatch_expensereport\"',0,'2017-08-30 15:14:30'),(163517,'auguria',1,'','left','accountancy',163487,NULL,NULL,15,'/accountancy/bookkeeping/list.php','','Bookkeeping','accountancy',1,'bookkeeping','$user->rights->accounting->mouvements->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163522,'auguria',1,'','left','accountancy',163487,NULL,NULL,16,'/accountancy/bookkeeping/balance.php','','AccountBalance','accountancy',1,'balance','$user->rights->accounting->mouvements->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163527,'auguria',1,'','left','accountancy',163487,NULL,NULL,17,'/accountancy/report/result.php?mainmenu=accountancy&leftmenu=accountancy','','Reportings','main',1,'report','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163528,'auguria',1,'','left','accountancy',163527,NULL,NULL,19,'/compta/resultat/index.php?mainmenu=accountancy&leftmenu=accountancy','','ReportInOut','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163529,'auguria',1,'','left','accountancy',163528,NULL,NULL,18,'/accountancy/report/result.php?mainmenu=accountancy&leftmenu=accountancy','','ByAccounts','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163530,'auguria',1,'','left','accountancy',163528,NULL,NULL,20,'/compta/resultat/clientfourn.php?mainmenu=accountancy&leftmenu=accountancy','','ByCompanies','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163531,'auguria',1,'','left','accountancy',163527,NULL,NULL,21,'/compta/stats/index.php?mainmenu=accountancy&leftmenu=accountancy','','ReportTurnover','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163532,'auguria',1,'','left','accountancy',163531,NULL,NULL,22,'/compta/stats/casoc.php?mainmenu=accountancy&leftmenu=accountancy','','ByCompanies','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163533,'auguria',1,'','left','accountancy',163531,NULL,NULL,23,'/compta/stats/cabyuser.php?mainmenu=accountancy&leftmenu=accountancy','','ByUsers','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163534,'auguria',1,'','left','accountancy',163531,NULL,NULL,24,'/compta/stats/cabyprodserv.php?mainmenu=accountancy&leftmenu=accountancy','','ByProductsAndServices','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163537,'auguria',1,'','left','accountancy',163538,NULL,NULL,80,'/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin','','FiscalPeriod','admin',1,'accountancy_admin_period','','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\" && $conf->global->MAIN_FEATURES_LEVEL > 0',2,'2017-08-30 15:14:30'),(163538,'auguria',1,'','left','accountancy',163487,NULL,NULL,1,'/accountancy/index.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Setup','accountancy',1,'accountancy_admin','$user->rights->accounting->chartofaccount','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163541,'auguria',1,'','left','accountancy',163538,NULL,NULL,10,'/accountancy/admin/journals_list.php?id=35&mainmenu=accountancy&leftmenu=accountancy_admin','','AccountingJournals','accountancy',2,'accountancy_admin_journal','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163542,'auguria',1,'','left','accountancy',163538,NULL,NULL,20,'/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Pcg_version','accountancy',2,'accountancy_admin_chartmodel','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163543,'auguria',1,'','left','accountancy',163538,NULL,NULL,30,'/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Chartofaccounts','accountancy',2,'accountancy_admin_chart','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163544,'auguria',1,'','left','accountancy',163538,NULL,NULL,40,'/accountancy/admin/categories_list.php?id=32&mainmenu=accountancy&leftmenu=accountancy_admin','','AccountingCategory','accountancy',2,'accountancy_admin_chart_group','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163545,'auguria',1,'','left','accountancy',163538,NULL,NULL,50,'/accountancy/admin/defaultaccounts.php?mainmenu=accountancy&leftmenu=accountancy_admin','','MenuDefaultAccounts','accountancy',2,'accountancy_admin_default','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163546,'auguria',1,'','left','accountancy',163538,NULL,NULL,60,'/admin/dict.php?id=10&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuVatAccounts','accountancy',2,'accountancy_admin_vat','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163547,'auguria',1,'','left','accountancy',163538,NULL,NULL,70,'/admin/dict.php?id=7&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuTaxAccounts','accountancy',2,'accountancy_admin_tax','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163548,'auguria',1,'','left','accountancy',163538,NULL,NULL,80,'/admin/dict.php?id=17&from=accountancy&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuExpenseReportAccounts','accountancy',2,'accountancy_admin_expensereport','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163549,'auguria',1,'','left','accountancy',163538,NULL,NULL,90,'/accountancy/admin/productaccount.php?mainmenu=accountancy&leftmenu=accountancy_admin','','MenuProductsAccounts','accountancy',2,'accountancy_admin_product','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163587,'auguria',1,'','left','accountancy',161101,NULL,NULL,9,'/compta/prelevement/index.php?leftmenu=withdraw&amp;mainmenu=bank','','StandingOrders','withdrawals',0,'withdraw','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled',2,'2017-08-30 15:14:30'),(163589,'auguria',1,'','left','accountancy',163587,NULL,NULL,0,'/compta/prelevement/create.php?leftmenu=withdraw','','NewStandingOrder','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163590,'auguria',1,'','left','accountancy',163587,NULL,NULL,2,'/compta/prelevement/bons.php?leftmenu=withdraw','','WithdrawalsReceipts','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163591,'auguria',1,'','left','accountancy',163587,NULL,NULL,3,'/compta/prelevement/list.php?leftmenu=withdraw','','WithdrawalsLines','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163593,'auguria',1,'','left','accountancy',163587,NULL,NULL,5,'/compta/prelevement/rejets.php?leftmenu=withdraw','','Rejects','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163594,'auguria',1,'','left','accountancy',163587,NULL,NULL,6,'/compta/prelevement/stats.php?leftmenu=withdraw','','Statistics','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163687,'auguria',1,'','left','accountancy',161101,NULL,NULL,1,'/compta/bank/index.php?leftmenu=bank&amp;mainmenu=bank','','MenuBankCash','banks',0,'bank','$user->rights->banque->lire','$conf->banque->enabled',0,'2017-08-30 15:14:30'),(163688,'auguria',1,'','left','accountancy',163687,NULL,NULL,0,'/compta/bank/card.php?action=create&amp;leftmenu=bank','','MenuNewFinancialAccount','banks',1,'','$user->rights->banque->configurer','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163690,'auguria',1,'','left','accountancy',163687,NULL,NULL,2,'/compta/bank/bankentries.php?leftmenu=bank','','ListTransactions','banks',1,'','$user->rights->banque->lire','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163691,'auguria',1,'','left','accountancy',163687,NULL,NULL,3,'/compta/bank/budget.php?leftmenu=bank','','ListTransactionsByCategory','banks',1,'','$user->rights->banque->lire','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163693,'auguria',1,'','left','accountancy',163687,NULL,NULL,5,'/compta/bank/transfer.php?leftmenu=bank','','BankTransfers','banks',1,'','$user->rights->banque->transfer','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163737,'auguria',1,'','left','accountancy',161101,NULL,NULL,4,'/categories/index.php?leftmenu=bank&amp;type=5','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(163738,'auguria',1,'','left','accountancy',163737,NULL,NULL,0,'/categories/card.php?leftmenu=bank&amp;action=create&amp;type=5','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(163787,'auguria',1,'','left','accountancy',161093,NULL,NULL,11,'/compta/resultat/index.php?leftmenu=ca&amp;mainmenu=accountancy','','Reportings','main',0,'ca','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled',0,'2017-08-30 15:14:30'),(163792,'auguria',1,'','left','accountancy',163487,NULL,NULL,1,'','','Journalization','main',1,'','$user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163793,'auguria',1,'','left','accountancy',163792,NULL,NULL,4,'/accountancy/journal/sellsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=1','','SellsJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163794,'auguria',1,'','left','accountancy',163792,NULL,NULL,1,'/accountancy/journal/bankjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=3','','BankJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163795,'auguria',1,'','left','accountancy',163792,NULL,NULL,2,'/accountancy/journal/expensereportsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=6','','ExpenseReportJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163796,'auguria',1,'','left','accountancy',163792,NULL,NULL,3,'/accountancy/journal/purchasesjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=2','','PurchasesJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163798,'auguria',1,'','left','accountancy',163787,NULL,NULL,0,'/compta/resultat/index.php?leftmenu=ca','','ReportInOut','main',1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163799,'auguria',1,'','left','accountancy',163788,NULL,NULL,0,'/compta/resultat/clientfourn.php?leftmenu=ca','','ByCompanies','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163800,'auguria',1,'','left','accountancy',163787,NULL,NULL,1,'/compta/stats/index.php?leftmenu=ca','','ReportTurnover','main',1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163801,'auguria',1,'','left','accountancy',163790,NULL,NULL,0,'/compta/stats/casoc.php?leftmenu=ca','','ByCompanies','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163802,'auguria',1,'','left','accountancy',163790,NULL,NULL,1,'/compta/stats/cabyuser.php?leftmenu=ca','','ByUsers','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163803,'auguria',1,'','left','accountancy',163790,NULL,NULL,1,'/compta/stats/cabyprodserv.php?leftmenu=ca','','ByProductsAndServices','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163887,'auguria',1,'','left','products',161090,NULL,NULL,0,'/product/index.php?leftmenu=product&amp;type=0','','Products','products',0,'product','$user->rights->produit->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163888,'auguria',1,'','left','products',163887,NULL,NULL,0,'/product/card.php?leftmenu=product&amp;action=create&amp;type=0','','NewProduct','products',1,'','$user->rights->produit->creer','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163889,'auguria',1,'','left','products',163887,NULL,NULL,1,'/product/list.php?leftmenu=product&amp;type=0','','List','products',1,'','$user->rights->produit->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163890,'auguria',1,'','left','products',163887,NULL,NULL,4,'/product/reassort.php?type=0','','Stocks','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163891,'auguria',1,'','left','products',163887,NULL,NULL,7,'/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=0','','Statistics','main',1,'','$user->rights->produit->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(163892,'auguria',1,'','left','products',163887,NULL,NULL,5,'/product/reassortlot.php?type=0','','StocksByLotSerial','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->productbatch->enabled',2,'2017-08-30 15:14:30'),(163893,'auguria',1,'','left','products',163887,NULL,NULL,6,'/product/stock/productlot_list.php','','LotSerial','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->productbatch->enabled',2,'2017-08-30 15:14:30'),(163987,'auguria',1,'','left','products',161090,NULL,NULL,1,'/product/index.php?leftmenu=service&amp;type=1','','Services','products',0,'service','$user->rights->service->lire','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163988,'auguria',1,'','left','products',163987,NULL,NULL,0,'/product/card.php?leftmenu=service&amp;action=create&amp;type=1','','NewService','products',1,'','$user->rights->service->creer','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163989,'auguria',1,'','left','products',163987,NULL,NULL,1,'/product/list.php?leftmenu=service&amp;type=1','','List','products',1,'','$user->rights->service->lire','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163990,'auguria',1,'','left','products',163987,NULL,NULL,5,'/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=1','','Statistics','main',1,'','$user->rights->service->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(164187,'auguria',1,'','left','products',161090,NULL,NULL,3,'/product/stock/index.php?leftmenu=stock','','Stock','stocks',0,'stock','$user->rights->stock->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164188,'auguria',1,'','left','products',164187,NULL,NULL,0,'/product/stock/card.php?action=create','','MenuNewWarehouse','stocks',1,'','$user->rights->stock->creer','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164189,'auguria',1,'','left','products',164187,NULL,NULL,1,'/product/stock/list.php','','List','stocks',1,'','$user->rights->stock->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164191,'auguria',1,'','left','products',164187,NULL,NULL,3,'/product/stock/mouvement.php','','Movements','stocks',1,'','$user->rights->stock->mouvement->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164192,'auguria',1,'','left','products',164187,NULL,NULL,4,'/product/stock/replenish.php','','Replenishments','stocks',1,'','$user->rights->stock->mouvement->creer && $user->rights->fournisseur->lire','$conf->stock->enabled && $conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(164193,'auguria',1,'','left','products',164187,NULL,NULL,5,'/product/stock/massstockmove.php','','MassStockTransferShort','stocks',1,'','$user->rights->stock->mouvement->creer','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164287,'auguria',1,'','left','products',161090,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=0','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164288,'auguria',1,'','left','products',164287,NULL,NULL,0,'/categories/card.php?action=create&amp;type=0','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164487,'auguria',1,'','left','project',161094,NULL,NULL,3,'/projet/activity/perweek.php?leftmenu=projects','','NewTimeSpent','projects',0,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164687,'auguria',1,'','left','project',161094,NULL,NULL,0,'/projet/index.php?leftmenu=projects','','Projects','projects',0,'projects','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164688,'auguria',1,'','left','project',164687,NULL,NULL,1,'/projet/card.php?leftmenu=projects&amp;action=create','','NewProject','projects',1,'','$user->rights->projet->creer','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164689,'auguria',1,'','left','project',164687,NULL,NULL,2,'/projet/list.php?leftmenu=projects','','List','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164690,'auguria',1,'','left','project',164687,NULL,NULL,3,'/projet/stats/index.php?leftmenu=projects','','Statistics','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164787,'auguria',1,'','left','project',161094,NULL,NULL,0,'/projet/activity/index.php?leftmenu=projects','','Activities','projects',0,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164788,'auguria',1,'','left','project',164787,NULL,NULL,1,'/projet/tasks.php?leftmenu=projects&amp;action=create','','NewTask','projects',1,'','$user->rights->projet->creer','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164789,'auguria',1,'','left','project',164787,NULL,NULL,2,'/projet/tasks/list.php?leftmenu=projects','','List','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164791,'auguria',1,'','left','project',164787,NULL,NULL,4,'/projet/tasks/stats/index.php?leftmenu=projects','','Statistics','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164891,'auguria',1,'','left','project',161094,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=6','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164892,'auguria',1,'','left','project',164891,NULL,NULL,0,'/categories/card.php?action=create&amp;type=6','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164987,'auguria',1,'','left','tools',161095,NULL,NULL,0,'/comm/mailing/index.php?leftmenu=mailing','','EMailings','mails',0,'mailing','$user->rights->mailing->lire','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(164988,'auguria',1,'','left','tools',164987,NULL,NULL,0,'/comm/mailing/card.php?leftmenu=mailing&amp;action=create','','NewMailing','mails',1,'','$user->rights->mailing->creer','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(164989,'auguria',1,'','left','tools',164987,NULL,NULL,1,'/comm/mailing/list.php?leftmenu=mailing','','List','mails',1,'','$user->rights->mailing->lire','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(165187,'auguria',1,'','left','tools',161095,NULL,NULL,2,'/exports/index.php?leftmenu=export','','FormatedExport','exports',0,'export','$user->rights->export->lire','$conf->export->enabled',2,'2017-08-30 15:14:30'),(165188,'auguria',1,'','left','tools',165187,NULL,NULL,0,'/exports/export.php?leftmenu=export','','NewExport','exports',1,'','$user->rights->export->creer','$conf->export->enabled',2,'2017-08-30 15:14:30'),(165217,'auguria',1,'','left','tools',161095,NULL,NULL,2,'/imports/index.php?leftmenu=import','','FormatedImport','exports',0,'import','$user->rights->import->run','$conf->import->enabled',2,'2017-08-30 15:14:30'),(165218,'auguria',1,'','left','tools',165217,NULL,NULL,0,'/imports/import.php?leftmenu=import','','NewImport','exports',1,'','$user->rights->import->run','$conf->import->enabled',2,'2017-08-30 15:14:30'),(165287,'auguria',1,'','left','members',161100,NULL,NULL,0,'/adherents/index.php?leftmenu=members&amp;mainmenu=members','','Members','members',0,'members','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165288,'auguria',1,'','left','members',165287,NULL,NULL,0,'/adherents/card.php?leftmenu=members&amp;action=create','','NewMember','members',1,'','$user->rights->adherent->creer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165289,'auguria',1,'','left','members',165287,NULL,NULL,1,'/adherents/list.php','','List','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165290,'auguria',1,'','left','members',165289,NULL,NULL,2,'/adherents/list.php?leftmenu=members&amp;statut=-1','','MenuMembersToValidate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165291,'auguria',1,'','left','members',165289,NULL,NULL,3,'/adherents/list.php?leftmenu=members&amp;statut=1','','MenuMembersValidated','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165292,'auguria',1,'','left','members',165289,NULL,NULL,4,'/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=outofdate','','MenuMembersNotUpToDate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165293,'auguria',1,'','left','members',165289,NULL,NULL,5,'/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=uptodate','','MenuMembersUpToDate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165294,'auguria',1,'','left','members',165289,NULL,NULL,6,'/adherents/list.php?leftmenu=members&amp;statut=0','','MenuMembersResiliated','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165295,'auguria',1,'','left','members',165287,NULL,NULL,7,'/adherents/stats/geo.php?leftmenu=members&amp;mode=memberbycountry','','MenuMembersStats','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165387,'auguria',1,'','left','members',161100,NULL,NULL,1,'/adherents/index.php?leftmenu=members&amp;mainmenu=members','','Subscriptions','compta',0,'','$user->rights->adherent->cotisation->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165388,'auguria',1,'','left','members',165387,NULL,NULL,0,'/adherents/list.php?statut=-1&amp;leftmenu=accountancy&amp;mainmenu=members','','NewSubscription','compta',1,'','$user->rights->adherent->cotisation->creer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165389,'auguria',1,'','left','members',165387,NULL,NULL,1,'/adherents/subscription/list.php?leftmenu=members','','List','compta',1,'','$user->rights->adherent->cotisation->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165390,'auguria',1,'','left','members',165387,NULL,NULL,7,'/adherents/stats/index.php?leftmenu=members','','MenuMembersStats','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165589,'auguria',1,'','left','members',165287,NULL,NULL,9,'/adherents/htpasswd.php?leftmenu=export','','Filehtpasswd','members',1,'','$user->rights->adherent->export','! empty($conf->global->MEMBER_LINK_TO_HTPASSWDFILE) && $conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165590,'auguria',1,'','left','members',165287,NULL,NULL,10,'/adherents/cartes/carte.php?leftmenu=export','','MembersCards','members',1,'','$user->rights->adherent->export','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165687,'auguria',1,'','left','hrm',161102,NULL,NULL,1,'/user/index.php?leftmenu=hrm&mode=employee','','Employees','hrm',0,'hrm','$user->rights->hrm->employee->read','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165688,'auguria',1,'','left','hrm',165687,NULL,NULL,1,'/user/card.php?action=create&employee=1','','NewEmployee','hrm',1,'','$user->rights->hrm->employee->write','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165689,'auguria',1,'','left','hrm',165687,NULL,NULL,2,'/user/index.php?$leftmenu=hrm&mode=employee&contextpage=employeelist','','List','hrm',1,'','$user->rights->hrm->employee->read','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165787,'auguria',1,'','left','members',161100,NULL,NULL,5,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members','','MembersTypes','members',0,'setup','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165788,'auguria',1,'','left','members',165787,NULL,NULL,0,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members&amp;action=create','','New','members',1,'','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165789,'auguria',1,'','left','members',165787,NULL,NULL,1,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members','','List','members',1,'','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(166087,'auguria',1,'','left','hrm',161102,NULL,NULL,1,'/holiday/list.php?&leftmenu=hrm','','CPTitreMenu','holiday',0,'hrm','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166088,'auguria',1,'','left','hrm',166087,NULL,NULL,1,'/holiday/card.php?&action=request','','MenuAddCP','holiday',1,'','$user->rights->holiday->write','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166089,'auguria',1,'','left','hrm',166087,NULL,NULL,1,'/holiday/list.php?&leftmenu=hrm','','List','holiday',1,'','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166090,'auguria',1,'','left','hrm',166089,NULL,NULL,1,'/holiday/list.php?select_statut=2&leftmenu=hrm','','ListToApprove','trips',2,'','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166091,'auguria',1,'','left','hrm',166087,NULL,NULL,2,'/holiday/define_holiday.php?&action=request','','MenuConfCP','holiday',1,'','$user->rights->holiday->define_holiday','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166092,'auguria',1,'','left','hrm',166087,NULL,NULL,3,'/holiday/view_log.php?&action=request','','MenuLogCP','holiday',1,'','$user->rights->holiday->define_holiday','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166187,'auguria',1,'','left','commercial',161092,NULL,NULL,6,'/fourn/commande/index.php?leftmenu=orders_suppliers','','SuppliersOrders','orders',0,'orders_suppliers','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166188,'auguria',1,'','left','commercial',166187,NULL,NULL,0,'/fourn/commande/card.php?action=create&amp;leftmenu=orders_suppliers','','NewOrder','orders',1,'','$user->rights->fournisseur->commande->creer','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166189,'auguria',1,'','left','commercial',166187,NULL,NULL,1,'/fourn/commande/list.php?leftmenu=orders_suppliers&amp;viewstatut=0','','List','orders',1,'','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166195,'auguria',1,'','left','commercial',166187,NULL,NULL,7,'/commande/stats/index.php?leftmenu=orders_suppliers&amp;mode=supplier','','Statistics','orders',1,'','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166287,'auguria',1,'','left','members',161100,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=3','','MembersCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->adherent->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(166288,'auguria',1,'','left','members',166287,NULL,NULL,0,'/categories/card.php?action=create&amp;type=3','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->adherent->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(166387,'auguria',1,'','left','hrm',161102,NULL,NULL,5,'/expensereport/index.php?leftmenu=expensereport','','TripsAndExpenses','trips',0,'expensereport','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166388,'auguria',1,'','left','hrm',166387,NULL,NULL,1,'/expensereport/card.php?action=create&amp;leftmenu=expensereport','','New','trips',1,'','$user->rights->expensereport->creer','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166389,'auguria',1,'','left','hrm',166387,NULL,NULL,2,'/expensereport/list.php?leftmenu=expensereport','','List','trips',1,'','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166390,'auguria',1,'','left','hrm',166389,NULL,NULL,2,'/expensereport/list.php?search_status=2&amp;leftmenu=expensereport','','ListToApprove','trips',2,'','$user->rights->expensereport->approve','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166391,'auguria',1,'','left','hrm',166387,NULL,NULL,2,'/expensereport/stats/index.php?leftmenu=expensereport','','Statistics','trips',1,'','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166467,'all',1,'variants','left','products',-1,'product','products',100,'/variants/list.php','','VariantAttributes','products',NULL,'product','1','$conf->product->enabled',0,'2018-01-19 11:28:04'),(166468,'all',1,'agenda','top','agenda',0,NULL,NULL,15,'/comm/action/index.php','','TMenuAgenda','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166469,'all',1,'agenda','left','agenda',166468,NULL,NULL,100,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Actions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166470,'all',1,'agenda','left','agenda',166469,NULL,NULL,101,'/comm/action/card.php?mainmenu=agenda&amp;leftmenu=agenda&amp;action=create','','NewAction','commercial',NULL,NULL,'($user->rights->agenda->myactions->create||$user->rights->agenda->allactions->create)','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166471,'all',1,'agenda','left','agenda',166469,NULL,NULL,140,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Agenda','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166472,'all',1,'agenda','left','agenda',166471,NULL,NULL,141,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166473,'all',1,'agenda','left','agenda',166471,NULL,NULL,142,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166474,'all',1,'agenda','left','agenda',166471,NULL,NULL,143,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filtert=-1','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-03-16 09:54:05'),(166475,'all',1,'agenda','left','agenda',166471,NULL,NULL,144,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filtert=-1','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-03-16 09:54:05'),(166476,'all',1,'agenda','left','agenda',166469,NULL,NULL,110,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda','','List','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166477,'all',1,'agenda','left','agenda',166476,NULL,NULL,111,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166478,'all',1,'agenda','left','agenda',166476,NULL,NULL,112,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166479,'all',1,'agenda','left','agenda',166476,NULL,NULL,113,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filtert=-1','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-03-16 09:54:05'),(166480,'all',1,'agenda','left','agenda',166476,NULL,NULL,114,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filtert=-1','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-03-16 09:54:05'),(166481,'all',1,'agenda','left','agenda',166469,NULL,NULL,160,'/comm/action/rapport/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Reportings','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$conf->agenda->enabled',2,'2018-03-16 09:54:05'),(166482,'all',1,'barcode','left','tools',-1,NULL,'tools',200,'/barcode/printsheet.php?mainmenu=tools&leftmenu=barcodeprint','','BarCodePrintsheet','products',NULL,'barcodeprint','($conf->global->MAIN_USE_ADVANCED_PERMS && $user->rights->barcode->lire_advance) || (! $conf->global->MAIN_USE_ADVANCED_PERMS)','$conf->barcode->enabled',2,'2018-03-16 09:54:05'),(166483,'all',1,'barcode','left','home',-1,'admintools','home',300,'/barcode/codeinit.php?mainmenu=home&leftmenu=admintools','','MassBarcodeInit','products',NULL,NULL,'($conf->global->MAIN_USE_ADVANCED_PERMS && $user->rights->barcode->creer_advance) || (! $conf->global->MAIN_USE_ADVANCED_PERMS)','$conf->barcode->enabled && preg_match(\'/^admintools/\',$leftmenu)',0,'2018-03-16 09:54:05'),(166484,'all',1,'cron','left','home',-1,'admintools','home',200,'/cron/list.php?status=-2&leftmenu=admintools','','CronList','cron',NULL,NULL,'$user->rights->cron->read','$conf->cron->enabled && preg_match(\'/^admintools/\', $leftmenu)',2,'2018-03-16 09:54:05'),(166485,'all',1,'ecm','top','ecm',0,NULL,NULL,100,'/ecm/index.php','','MenuECM','ecm',NULL,NULL,'$user->rights->ecm->read || $user->rights->ecm->upload || $user->rights->ecm->setup','$conf->ecm->enabled',2,'2018-03-16 09:54:05'),(166486,'all',1,'ecm','left','ecm',-1,NULL,'ecm',101,'/ecm/index.php?mainmenu=ecm&leftmenu=ecm','','ECMArea','ecm',NULL,'ecm','$user->rights->ecm->read || $user->rights->ecm->upload','$user->rights->ecm->read || $user->rights->ecm->upload',2,'2018-03-16 09:54:05'),(166487,'all',1,'ecm','left','ecm',-1,'ecm','ecm',102,'/ecm/index.php?action=file_manager&mainmenu=ecm&leftmenu=ecm','','ECMSectionsManual','ecm',NULL,'ecm_manual','$user->rights->ecm->read || $user->rights->ecm->upload','$user->rights->ecm->read || $user->rights->ecm->upload',2,'2018-03-16 09:54:05'),(166488,'all',1,'ecm','left','ecm',-1,'ecm','ecm',103,'/ecm/index_auto.php?action=file_manager&mainmenu=ecm&leftmenu=ecm','','ECMSectionsAuto','ecm',NULL,NULL,'$user->rights->ecm->read || $user->rights->ecm->upload','($user->rights->ecm->read || $user->rights->ecm->upload) && ! empty($conf->global->ECM_AUTO_TREE_ENABLED)',2,'2018-03-16 09:54:05'),(166489,'all',1,'opensurvey','left','tools',-1,NULL,'tools',200,'/opensurvey/index.php?mainmenu=tools&leftmenu=opensurvey','','Survey','opensurvey',NULL,'opensurvey','$user->rights->opensurvey->read','$conf->opensurvey->enabled',0,'2018-03-16 09:54:05'),(166490,'all',1,'opensurvey','left','tools',-1,'opensurvey','tools',210,'/opensurvey/wizard/index.php','','NewSurvey','opensurvey',NULL,'opensurvey_new','$user->rights->opensurvey->write','$conf->opensurvey->enabled',0,'2018-03-16 09:54:05'),(166491,'all',1,'opensurvey','left','tools',-1,'opensurvey','tools',220,'/opensurvey/list.php','','List','opensurvey',NULL,'opensurvey_list','$user->rights->opensurvey->read','$conf->opensurvey->enabled',0,'2018-03-16 09:54:05'),(166492,'all',1,'blockedlog','left','tools',-1,NULL,'tools',200,'/blockedlog/admin/blockedlog_list.php?mainmenu=tools&leftmenu=blockedlogbrowser','','BrowseBlockedLog','blockedlog',NULL,'blockedlogbrowser','$user->rights->blockedlog->read','$conf->blockedlog->enabled',2,'2018-03-16 09:57:24');
      +/*!40000 ALTER TABLE `llx_menu` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_abcdef`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_abcdef`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_abcdef` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_abcdef_rowid` (`rowid`),
      +  KEY `idx_monmodule_abcdef_ref` (`ref`),
      +  KEY `idx_monmodule_abcdef_entity` (`entity`),
      +  KEY `idx_monmodule_abcdef_fk_soc` (`fk_soc`),
      +  KEY `idx_monmodule_abcdef_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_abcdef`
      +--
      +
      +LOCK TABLES `llx_monmodule_abcdef` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_abcdef_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_abcdef_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_abcdef_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_abcdef_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_abcdef_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_actioncommreminder`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_actioncommreminder`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_actioncommreminder` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `status` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `dateremind` datetime NOT NULL,
      +  `typeremind` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `offsetvalue` int(11) NOT NULL,
      +  `offsetunit` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_actioncommreminder_rowid` (`rowid`),
      +  KEY `idx_monmodule_actioncommreminder_status` (`status`),
      +  KEY `idx_monmodule_actioncommreminder_dateremind` (`dateremind`),
      +  KEY `idx_monmodule_actioncommreminder_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_actioncommreminder`
      +--
      +
      +LOCK TABLES `llx_monmodule_actioncommreminder` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_actioncommreminder_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_actioncommreminder_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_actioncommreminder_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_actioncommreminder_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_actioncommreminder_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_eleves`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_eleves`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_eleves` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_eleves_rowid` (`rowid`),
      +  KEY `idx_monmodule_eleves_ref` (`ref`),
      +  KEY `idx_monmodule_eleves_entity` (`entity`),
      +  KEY `idx_monmodule_eleves_fk_soc` (`fk_soc`),
      +  KEY `idx_monmodule_eleves_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_eleves`
      +--
      +
      +LOCK TABLES `llx_monmodule_eleves` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves` DISABLE KEYS */;
      +INSERT INTO `llx_monmodule_eleves` VALUES (1,'aaa',1,'jjl',NULL,32,NULL,NULL,'2017-11-21 15:02:43','2017-11-21 15:02:43',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_monmodule_eleves` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_eleves_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_eleves_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_eleves_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_eleves_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_eleves_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monobj_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monobj_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monobj_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monobj_extrafields`
      +--
      +
      +LOCK TABLES `llx_monobj_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monobj_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monobj_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_multicurrency`
      +--
      +
      +DROP TABLE IF EXISTS `llx_multicurrency`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_multicurrency` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_create` datetime DEFAULT NULL,
      +  `code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_multicurrency`
      +--
      +
      +LOCK TABLES `llx_multicurrency` WRITE;
      +/*!40000 ALTER TABLE `llx_multicurrency` DISABLE KEYS */;
      +INSERT INTO `llx_multicurrency` VALUES (1,'2017-02-15 21:17:16','EUR','Euros (€)',1,12);
      +/*!40000 ALTER TABLE `llx_multicurrency` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_multicurrency_rate`
      +--
      +
      +DROP TABLE IF EXISTS `llx_multicurrency_rate`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_multicurrency_rate` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_sync` datetime DEFAULT NULL,
      +  `rate` double NOT NULL DEFAULT '0',
      +  `fk_multicurrency` int(11) NOT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_multicurrency_rate`
      +--
      +
      +LOCK TABLES `llx_multicurrency_rate` WRITE;
      +/*!40000 ALTER TABLE `llx_multicurrency_rate` DISABLE KEYS */;
      +INSERT INTO `llx_multicurrency_rate` VALUES (1,'2017-02-15 21:17:16',1,1,1);
      +/*!40000 ALTER TABLE `llx_multicurrency_rate` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_myobject`
      +--
      +
      +DROP TABLE IF EXISTS `llx_myobject`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_myobject` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_othertable` int(11) NOT NULL,
      +  `name` varchar(189) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fk_othertable` (`fk_othertable`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_myobject`
      +--
      +
      +LOCK TABLES `llx_myobject` WRITE;
      +/*!40000 ALTER TABLE `llx_myobject` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_myobject` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `title` varchar(255) DEFAULT NULL,
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature_parent` int(11) NOT NULL DEFAULT '0',
      +  `is_default` int(11) NOT NULL DEFAULT '0',
      +  `qty_reference` double NOT NULL DEFAULT '0',
      +  `totalPRCMO_PMP` double NOT NULL DEFAULT '0',
      +  `totalPRCMO_OF` double NOT NULL DEFAULT '0',
      +  `totalPRCMO` double NOT NULL DEFAULT '0',
      +  `object_type` varchar(255) DEFAULT NULL,
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `fk_nomenclature_parent` (`fk_nomenclature_parent`),
      +  KEY `is_default` (`is_default`),
      +  KEY `qty_reference` (`qty_reference`),
      +  KEY `object_type` (`object_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature`
      +--
      +
      +LOCK TABLES `llx_nomenclature` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclature` VALUES (1,'2018-11-18 16:22:02','2018-11-18 16:25:48','BOM 1',196,0,0,1,0,0,53.9,'product',''),(2,'2018-11-18 17:18:53','2018-11-18 17:20:45','BOM 2',195,0,0,1,0,0,22,'product','');
      +/*!40000 ALTER TABLE `llx_nomenclature` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_coef`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_coef`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_coef` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `label` varchar(255) DEFAULT NULL,
      +  `description` varchar(255) DEFAULT NULL,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `tx` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `code_type` (`code_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_coef`
      +--
      +
      +LOCK TABLES `llx_nomenclature_coef` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclature_coef` VALUES (1,'2018-11-18 15:55:54','2018-11-18 15:55:54','Marge','Coef. de marge','coef_marge',1.1);
      +/*!40000 ALTER TABLE `llx_nomenclature_coef` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_coef_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_coef_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_coef_object` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `type_object` varchar(50) DEFAULT NULL,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `tx_object` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `type_object` (`type_object`),
      +  KEY `code_type` (`code_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_coef_object`
      +--
      +
      +LOCK TABLES `llx_nomenclature_coef_object` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_workstation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_workstation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_workstation` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `unifyRang` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_days_before_beginning` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `rang` (`rang`),
      +  KEY `unifyRang` (`unifyRang`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_workstation`
      +--
      +
      +LOCK TABLES `llx_nomenclature_workstation` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_workstation_thm_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_workstation_thm_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_workstation_thm_object` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `type_object` varchar(50) DEFAULT NULL,
      +  `thm_object` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `type_object` (`type_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_workstation_thm_object`
      +--
      +
      +LOCK TABLES `llx_nomenclature_workstation_thm_object` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation_thm_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation_thm_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclaturedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclaturedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclaturedet` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `title` varchar(255) DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `is_imported` int(11) NOT NULL DEFAULT '0',
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `unifyRang` int(11) NOT NULL DEFAULT '0',
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `workstations` varchar(255) DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `price` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `is_imported` (`is_imported`),
      +  KEY `rang` (`rang`),
      +  KEY `unifyRang` (`unifyRang`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclaturedet`
      +--
      +
      +LOCK TABLES `llx_nomenclaturedet` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclaturedet` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclaturedet` VALUES (1,'2018-11-18 16:22:25','2018-11-18 16:25:48','',192,1,0,0,0,'coef_marge','',2,0,'aaa'),(2,'2018-11-18 16:22:37','2018-11-18 16:25:48','',151,1,0,1,0,'coef_marge','',1,0,'bbb'),(3,'2018-11-18 16:25:42','2018-11-18 16:25:48','',10,1,0,2,0,'coef_marge','',1,0,'ccc'),(4,'2018-11-18 17:19:13','2018-11-18 17:20:45','',190,2,0,0,0,'coef_marge','',2,0,'aaa'),(5,'2018-11-18 17:20:19','2018-11-18 17:20:45','',11,2,0,1,0,'coef_marge','',1,0,'bbb'),(6,'2018-11-18 17:20:40','2018-11-18 17:20:45','',10,2,0,2,0,'coef_marge','',1,0,'');
      +/*!40000 ALTER TABLE `llx_nomenclaturedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `daten` datetime DEFAULT NULL,
      +  `fk_action` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `objet_type` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
      +  `objet_id` int(11) NOT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'email',
      +  `type_target` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify`
      +--
      +
      +LOCK TABLES `llx_notify` WRITE;
      +/*!40000 ALTER TABLE `llx_notify` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify_def` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` date DEFAULT NULL,
      +  `fk_action` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `type` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'email',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify_def`
      +--
      +
      +LOCK TABLES `llx_notify_def` WRITE;
      +/*!40000 ALTER TABLE `llx_notify_def` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify_def_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify_def_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify_def_object` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `objet_type` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `objet_id` int(11) NOT NULL,
      +  `type_notif` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'browser',
      +  `date_notif` datetime DEFAULT NULL,
      +  `user_id` int(11) DEFAULT NULL,
      +  `moreparam` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify_def_object`
      +--
      +
      +LOCK TABLES `llx_notify_def_object` WRITE;
      +/*!40000 ALTER TABLE `llx_notify_def_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify_def_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_oauth_state`
      +--
      +
      +DROP TABLE IF EXISTS `llx_oauth_state`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_oauth_state` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `service` varchar(36) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_oauth_state`
      +--
      +
      +LOCK TABLES `llx_oauth_state` WRITE;
      +/*!40000 ALTER TABLE `llx_oauth_state` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_oauth_state` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_oauth_token`
      +--
      +
      +DROP TABLE IF EXISTS `llx_oauth_token`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_oauth_token` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `service` varchar(36) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `token` text COLLATE utf8_unicode_ci,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  `tokenstring` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_oauth_token`
      +--
      +
      +LOCK TABLES `llx_oauth_token` WRITE;
      +/*!40000 ALTER TABLE `llx_oauth_token` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_oauth_token` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_onlinesignature`
      +--
      +
      +DROP TABLE IF EXISTS `llx_onlinesignature`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_onlinesignature` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `object_type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `object_id` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `ip` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pathoffile` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_onlinesignature`
      +--
      +
      +LOCK TABLES `llx_onlinesignature` WRITE;
      +/*!40000 ALTER TABLE `llx_onlinesignature` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_onlinesignature` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_comments`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_comments`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_comments` (
      +  `id_comment` int(10) unsigned NOT NULL AUTO_INCREMENT,
      +  `id_sondage` char(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `comment` text COLLATE utf8_unicode_ci NOT NULL,
      +  `usercomment` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`id_comment`),
      +  KEY `idx_id_comment` (`id_comment`),
      +  KEY `idx_id_sondage` (`id_sondage`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_comments`
      +--
      +
      +LOCK TABLES `llx_opensurvey_comments` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_comments` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_comments` VALUES (2,'434dio8rxfljs3p1','aaa','aaa'),(5,'434dio8rxfljs3p1','aaa','aaa'),(6,'434dio8rxfljs3p1','gfh','jj'),(11,'434dio8rxfljs3p1','fsdf','fdsf'),(12,'3imby4hf7joiilsu','fsdf','aa'),(16,'3imby4hf7joiilsu','gdfg','gfdg'),(17,'3imby4hf7joiilsu','gfdgd','gdfgd'),(18,'om4e7azfiurnjtqe','fds','fdsf'),(26,'qgsfrgb922rqzocy','gfdg','gfdg'),(27,'qgsfrgb922rqzocy','gfdg','gfd'),(30,'ckanvbe7kt3rdb3h','hfgh','fdfds');
      +/*!40000 ALTER TABLE `llx_opensurvey_comments` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_formquestions`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_formquestions`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_formquestions` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `question` text COLLATE utf8_unicode_ci,
      +  `available_answers` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_formquestions`
      +--
      +
      +LOCK TABLES `llx_opensurvey_formquestions` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_formquestions` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_opensurvey_formquestions` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_sondage`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_sondage`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_sondage` (
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `commentaires` text COLLATE utf8_unicode_ci,
      +  `mail_admin` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nom_admin` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `titre` text COLLATE utf8_unicode_ci NOT NULL,
      +  `date_fin` datetime DEFAULT NULL,
      +  `status` int(11) DEFAULT '1',
      +  `format` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
      +  `mailsonde` tinyint(4) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `allow_comments` tinyint(4) NOT NULL DEFAULT '1',
      +  `allow_spy` tinyint(4) NOT NULL DEFAULT '1',
      +  `sujet` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`id_sondage`),
      +  KEY `idx_date_fin` (`date_fin`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_sondage`
      +--
      +
      +LOCK TABLES `llx_opensurvey_sondage` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_sondage` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_sondage` VALUES ('m4467s2mtk6khmxc','What is your prefered date for a brunch','myemail@aaa.com','fdfds',0,'Date of next brunch','2013-03-07 00:00:00',1,'D',1,'2018-03-16 10:00:54',1,1,1,',1483473600'),('tim1dye8x5eeetxu','Please vote for the candidate you want to have for our new president this year.',NULL,NULL,12,'Election of new president','2017-02-26 04:00:00',1,'A',0,'2018-03-16 10:00:54',1,1,0,'Alan Candide@foragainst,Alex Candor@foragainst');
      +/*!40000 ALTER TABLE `llx_opensurvey_sondage` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_user_formanswers`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_user_formanswers`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_user_formanswers` (
      +  `fk_user_survey` int(11) NOT NULL,
      +  `fk_question` int(11) NOT NULL,
      +  `reponses` text COLLATE utf8_unicode_ci
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_user_formanswers`
      +--
      +
      +LOCK TABLES `llx_opensurvey_user_formanswers` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_formanswers` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_formanswers` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_user_studs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_user_studs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_user_studs` (
      +  `id_users` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `reponses` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`id_users`),
      +  KEY `idx_id_users` (`id_users`),
      +  KEY `idx_nom` (`nom`),
      +  KEY `idx_id_sondage` (`id_sondage`),
      +  KEY `idx_opensurvey_user_studs_id_users` (`id_users`),
      +  KEY `idx_opensurvey_user_studs_nom` (`nom`),
      +  KEY `idx_opensurvey_user_studs_id_sondage` (`id_sondage`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_user_studs`
      +--
      +
      +LOCK TABLES `llx_opensurvey_user_studs` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_studs` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_user_studs` VALUES (1,'gfdgdf','om4e7azfiurnjtqe','01'),(2,'aa','3imby4hf7joiilsu','210'),(3,'fsdf','z2qcqjh5pm1q4p99','0110'),(5,'hfghf','z2qcqjh5pm1q4p99','1110'),(6,'qqqq','ah9xvaqu1ajjrqse','000111'),(7,'hjgh','ah9xvaqu1ajjrqse','000010'),(8,'bcvb','qgsfrgb922rqzocy','011000'),(9,'gdfg','ah9xvaqu1ajjrqse','001000'),(10,'ggg','ah9xvaqu1ajjrqse','000100'),(11,'gfdgd','ah9xvaqu1ajjrqse','001000'),(12,'hhhh','ah9xvaqu1ajjrqse','010000'),(13,'iii','ah9xvaqu1ajjrqse','000100'),(14,'kkk','ah9xvaqu1ajjrqse','001000'),(15,'lllll','ah9xvaqu1ajjrqse','000001'),(16,'kk','ah9xvaqu1ajjrqse','000001'),(17,'gggg','ah9xvaqu1ajjrqse','001000'),(18,'mmmm','ah9xvaqu1ajjrqse','000000'),(19,'jkjkj','ah9xvaqu1ajjrqse','000001'),(20,'azerty','8mcdnf2hgcntfibe','012'),(21,'hfghfg','8mcdnf2hgcntfibe','012'),(22,'fd','ckanvbe7kt3rdb3h','10'),(25,'John Doe','m4467s2mtk6khmxc','1'),(26,'Martial Bill','m4467s2mtk6khmxc','01'),(27,'Marissa Campbell','m4467s2mtk6khmxc','11'),(28,'Leonard Cast','m4467s2mtk6khmxc','01'),(29,'John Doe','tim1dye8x5eeetxu','01'),(30,'Eldy','tim1dye8x5eeetxu','11');
      +/*!40000 ALTER TABLE `llx_opensurvey_user_studs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_overwrite_trans`
      +--
      +
      +DROP TABLE IF EXISTS `llx_overwrite_trans`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_overwrite_trans` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `transkey` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `transvalue` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_overwrite_trans` (`lang`,`transkey`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_overwrite_trans`
      +--
      +
      +LOCK TABLES `llx_overwrite_trans` WRITE;
      +/*!40000 ALTER TABLE `llx_overwrite_trans` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_overwrite_trans` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_packages`
      +--
      +
      +DROP TABLE IF EXISTS `llx_packages`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_packages` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sqldump` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `conffile1` mediumtext COLLATE utf8_unicode_ci,
      +  `sqlafter` mediumtext COLLATE utf8_unicode_ci,
      +  `crontoadd` mediumtext COLLATE utf8_unicode_ci,
      +  `cliafter` text COLLATE utf8_unicode_ci,
      +  `status` int(11) DEFAULT NULL,
      +  `targetsrcfile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetsrcfile2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetsrcfile3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datafile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetdatafile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetconffile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_packages_rowid` (`rowid`),
      +  KEY `idx_packages_ref` (`ref`),
      +  KEY `idx_packages_entity` (`entity`),
      +  KEY `idx_packages_import_key` (`import_key`),
      +  KEY `idx_packages_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_packages`
      +--
      +
      +LOCK TABLES `llx_packages` WRITE;
      +/*!40000 ALTER TABLE `llx_packages` DISABLE KEYS */;
      +INSERT INTO `llx_packages` VALUES (1,'Dolibarr',1,'Dolibarr ERP CRM','2017-09-23 20:27:03','2017-11-04 20:19:20',1,12,NULL,'a','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/htdocs','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/htdocs/install/doctemplates','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/scripts','<?php\r\n//\r\n// File generated by Dolibarr installer 7.0\r\n//\r\n// Take a look at conf.php.example file for an example of conf.php file\r\n// and explanations for all possibles parameters.\r\n//\r\n$dolibarr_main_url_root=\'https://__APPDOMAIN__/\';\r\n$dolibarr_main_document_root=\'__INSTANCEDIR__/htdocs\';\r\n$dolibarr_main_url_root_alt=\'/custom\';\r\n$dolibarr_main_document_root_alt=\'__INSTANCEDIR__/htdocs/custom\';\r\n$dolibarr_main_data_root=\'__INSTANCEDIR__/documents\';\r\n$dolibarr_main_db_host=\'localhost\';\r\n$dolibarr_main_db_port=\'3306\';\r\n$dolibarr_main_db_name=\'__DBNAME__\';\r\n$dolibarr_main_db_user=\'__DBUSER__\';\r\n$dolibarr_main_db_pass=\'__DBPASSWORD__\';\r\n$dolibarr_main_db_type=\'mysqli\';\r\n$dolibarr_main_db_character_set=\'utf8\';\r\n$dolibarr_main_db_collation=\'utf8_unicode_ci\';\r\n$dolibarr_main_authentication=\'dolibarr\';\r\n//$dolibarr_auto_user=\'xxx\';\r\n\r\n// Specific settings\r\n$dolibarr_main_prod=\'0\';\r\n$dolibarr_nocsrfcheck=\'0\';\r\n$dolibarr_main_force_https=\'0\';\r\n$dolibarr_main_cookie_cryptkey=\'__APPUNIQUEKEY__\';\r\n$dolibarr_mailing_limit_sendbyweb=\'50\';\r\n$dolibarr_mailing_limit_sendbycli=\'400\';\r\n\r\n$dolibarr_memcached_view_disable=1;\r\n?>','UPDATE llx_user set pass_crypted = \'__APPPASSWORD0SALTED__\', email = \'__APPEMAIL__\' where login = \'admin\' AND (pass = \'admin\' OR pass_crypted = \'25edccd81ce2def41eae1317392fd106d8152a5b\');\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'CRON_KEY\', 0, \'__OSUSERNAME__\', \'chaine\', 0);\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'MAIN_INFO_SOCIETE_NOM\', 1, \'__APPORGNAME__\', \'chaine\', 0);\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'MAIN_INFO_SOCIETE_COUNTRY\', 1, \'__APPCOUNTRYIDCODELABEL__\', \'chaine\', 0);\r\nUPDATE llx_const set value = \'__APPEMAIL__\' where name = \'MAIN_MAIL_EMAIL_FROM\';\r\n\r\n','__INSTALLMINUTES__  __INSTALLHOURS__ * * * __OSUSERNAME__ __INSTANCEDIR__/scripts/cron/cron_run_jobs.php __OSUSERNAME__ firstadmin > __INSTANCEDIR__/documents/cron.log 2>&1','touch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents',1,'__INSTANCEDIR__/htdocs','__INSTANCEDIR__/documents/doctemplates','__INSTANCEDIR__/scripts','__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__','a','__INSTANCEDIR__/htdocs/conf/conf.php','',''),(5,'Dolibarr 6',1,'Dolibarr ERP CRM','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/htdocs','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/htdocs/install/doctemplates','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/scripts','<?php\r\n//\r\n// File generated by Dolibarr installer 7.0\r\n//\r\n// Take a look at conf.php.example file for an example of conf.php file\r\n// and explanations for all possibles parameters.\r\n//\r\n$dolibarr_main_url_root=\'https://__APPDOMAIN__/\';\r\n$dolibarr_main_document_root=\'__INSTANCEDIR__/htdocs\';\r\n$dolibarr_main_url_root_alt=\'/custom\';\r\n$dolibarr_main_document_root_alt=\'__INSTANCEDIR__/htdocs/custom\';\r\n$dolibarr_main_data_root=\'__INSTANCEDIR__/documents\';\r\n$dolibarr_main_db_host=\'localhost\';\r\n$dolibarr_main_db_port=\'3306\';\r\n$dolibarr_main_db_name=\'__DBNAME__\';\r\n$dolibarr_main_db_user=\'__DBUSER__\';\r\n$dolibarr_main_db_pass=\'__DBPASSWORD__\';\r\n$dolibarr_main_db_type=\'mysqli\';\r\n$dolibarr_main_db_character_set=\'utf8\';\r\n$dolibarr_main_db_collation=\'utf8_unicode_ci\';\r\n$dolibarr_main_authentication=\'dolibarr\';\r\n//$dolibarr_auto_user=\'xxx\';\r\n\r\n// Specific settings\r\n$dolibarr_main_prod=\'0\';\r\n$dolibarr_nocsrfcheck=\'0\';\r\n$dolibarr_main_force_https=\'0\';\r\n$dolibarr_main_cookie_cryptkey=\'__APPUNIQUEKEY__\';\r\n$dolibarr_mailing_limit_sendbyweb=\'50\';\r\n$dolibarr_mailing_limit_sendbycli=\'400\';\r\n\r\n$dolibarr_memcached_view_disable=1;\r\n?>','UPDATE llx_user set pass_crypted = \'__APPPASSWORD0SALTED__\', email = \'__APPEMAIL__\' where login = \'admin\' AND (pass = \'admin\' OR pass_crypted = \'25edccd81ce2def41eae1317392fd106d8152a5b\');\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'CRON_KEY\', 0, \'__OSUSERNAME__\', \'chaine\', 0);','__INSTALLMINUTES__  __INSTALLHOURS__ * * * __OSUSERNAME__ __INSTANCEDIR__/scripts/cron/cron_run_jobs.php __OSUSERNAME__ firstadmin > __INSTANCEDIR__/documents/cron.log 2>&1','touch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents',1,'__INSTANCEDIR__/htdocs','__INSTANCEDIR__/documents/doctemplates','__INSTANCEDIR__/scripts','__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,'__INSTANCEDIR__/htdocs/conf/conf.php','',''),(6,'DoliPos',1,'Module POS','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/module_pos',NULL,NULL,NULL,NULL,NULL,'rm -fr __INSTANCEDIR__/documents/install.lock;\r\ncd __INSTANCEDIR__/htdocs/install/;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Societe;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Facture;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Commande;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Product;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Stock;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Banque;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_POS;\r\ntouch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents;',1,'__INSTANCEDIR__/htdocs',NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,NULL,'',''),(7,'DoliMed',1,'Module DoliMed','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/module_dolimed/htdocs',NULL,NULL,NULL,NULL,NULL,'rm -fr __INSTANCEDIR__/documents/install.lock;\r\ncd __INSTANCEDIR__/htdocs/install/;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_SOCIETE,MAIN_MODULE_CabinetMed;\r\ntouch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents;',1,'__INSTANCEDIR__/htdocs',NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,NULL,'','');
      +/*!40000 ALTER TABLE `llx_packages` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_packages_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_packages_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_packages_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_packages_extrafields`
      +--
      +
      +LOCK TABLES `llx_packages_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_packages_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_packages_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_paiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_export_compta` int(11) NOT NULL DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiement`
      +--
      +
      +LOCK TABLES `llx_paiement` WRITE;
      +/*!40000 ALTER TABLE `llx_paiement` DISABLE KEYS */;
      +INSERT INTO `llx_paiement` VALUES (2,'',1,'2011-07-18 20:50:24','2016-07-30 15:13:20','2016-07-08 12:00:00',20.00000000,6,'','',5,1,NULL,0,0,0.00000000),(3,'',1,'2011-07-18 20:50:47','2016-07-30 15:13:20','2016-07-08 12:00:00',10.00000000,4,'','',6,1,NULL,0,0,0.00000000),(5,'',1,'2011-08-01 03:34:11','2016-07-30 15:12:32','2015-08-01 03:34:11',5.63000000,6,'','Payment Invoice FA1108-0003',8,1,NULL,0,0,0.00000000),(6,'',1,'2011-08-06 20:33:54','2016-07-30 15:12:32','2015-08-06 20:33:53',5.98000000,4,'','Payment Invoice FA1108-0004',13,1,NULL,0,0,0.00000000),(8,'',1,'2011-08-08 02:53:40','2016-07-30 15:12:32','2015-08-08 12:00:00',26.10000000,4,'','',14,1,NULL,0,0,0.00000000),(9,'',1,'2011-08-08 02:55:58','2016-07-30 15:12:32','2015-08-08 12:00:00',26.96000000,1,'','',15,1,NULL,0,0,0.00000000),(17,'',1,'2012-12-09 15:28:44','2016-07-30 15:12:32','2015-12-09 12:00:00',2.00000000,4,'','',16,1,NULL,0,0,0.00000000),(18,'',1,'2012-12-09 15:28:53','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',17,1,NULL,0,0,0.00000000),(19,'',1,'2012-12-09 17:35:55','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',18,1,NULL,0,0,0.00000000),(20,'',1,'2012-12-09 17:37:02','2016-07-30 15:12:32','2015-12-09 12:00:00',2.00000000,4,'','',19,1,NULL,0,0,0.00000000),(21,'',1,'2012-12-09 18:35:07','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',20,1,NULL,0,0,0.00000000),(23,'',1,'2012-12-12 18:54:33','2016-07-30 15:12:32','2015-12-12 12:00:00',1.00000000,1,'','',21,1,NULL,0,0,0.00000000),(24,'',1,'2013-03-06 16:48:16','2016-07-30 15:13:20','2016-03-06 00:00:00',20.00000000,4,'','Adhésion/cotisation 2016',22,1,NULL,0,0,0.00000000),(25,'',1,'2013-03-20 14:30:11','2016-07-30 15:13:20','2016-03-20 00:00:00',10.00000000,2,'','Adhésion/cotisation 2011',23,1,NULL,0,0,0.00000000),(26,'',1,'2014-03-02 19:57:58','2016-07-30 15:13:20','2016-07-09 12:00:00',605.00000000,2,'','',24,1,NULL,0,0,0.00000000),(29,'',1,'2014-03-02 20:01:39','2016-07-30 15:13:20','2016-03-19 12:00:00',500.00000000,4,'','',26,1,NULL,0,0,0.00000000),(30,'',1,'2014-03-02 20:02:06','2016-07-30 15:13:20','2016-03-21 12:00:00',400.00000000,2,'','',27,1,NULL,0,0,0.00000000),(32,'',1,'2014-03-03 19:22:32','2016-07-30 15:12:32','2015-10-03 12:00:00',-400.00000000,4,'','',28,1,NULL,0,0,0.00000000),(33,'',1,'2014-03-03 19:23:16','2016-07-30 15:13:20','2016-03-10 12:00:00',-300.00000000,4,'','',29,1,NULL,0,0,0.00000000),(34,'PAY1603-0001',1,'2017-02-06 08:10:24','2017-02-06 04:10:24','2016-03-22 12:00:00',150.00000000,7,'','',33,12,NULL,0,0,150.00000000),(35,'PAY1603-0002',1,'2017-02-06 08:10:50','2017-02-06 04:10:50','2016-03-25 12:00:00',140.00000000,3,'','',34,12,NULL,0,0,140.00000000),(36,'PAY1702-0003',1,'2017-02-21 16:07:43','2017-02-21 12:07:43','2017-02-21 12:00:00',50.00000000,3,'T170201','',37,12,NULL,0,0,50.00000000),(38,'PAY1803-0004',1,'2018-03-16 13:59:31','2018-03-16 09:59:31','2018-03-16 12:00:00',10.00000000,7,'','',39,12,NULL,0,0,10.00000000);
      +/*!40000 ALTER TABLE `llx_paiement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiement_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiement_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiement_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_paiement` int(11) DEFAULT NULL,
      +  `fk_facture` int(11) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_paiement_facture` (`fk_paiement`,`fk_facture`),
      +  KEY `idx_paiement_facture_fk_facture` (`fk_facture`),
      +  KEY `idx_paiement_facture_fk_paiement` (`fk_paiement`),
      +  CONSTRAINT `fk_paiement_facture_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_paiement_facture_fk_paiement` FOREIGN KEY (`fk_paiement`) REFERENCES `llx_paiement` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiement_facture`
      +--
      +
      +LOCK TABLES `llx_paiement_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_paiement_facture` DISABLE KEYS */;
      +INSERT INTO `llx_paiement_facture` VALUES (2,2,2,20.00000000,0.00000000),(3,3,2,10.00000000,0.00000000),(5,5,5,5.63000000,0.00000000),(6,6,6,5.98000000,0.00000000),(9,8,2,16.10000000,0.00000000),(10,8,8,10.00000000,0.00000000),(11,9,3,15.00000000,0.00000000),(12,9,9,11.96000000,0.00000000),(24,20,9,1.00000000,0.00000000),(31,26,32,600.00000000,0.00000000),(36,29,32,500.00000000,0.00000000),(37,30,32,400.00000000,0.00000000),(38,34,211,150.00000000,150.00000000),(39,35,211,140.00000000,140.00000000),(40,36,211,50.00000000,50.00000000),(42,38,149,10.00000000,10.00000000);
      +/*!40000 ALTER TABLE `llx_paiement_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementcharge`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementcharge`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementcharge` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_charge` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepaiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementcharge`
      +--
      +
      +LOCK TABLES `llx_paiementcharge` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementcharge` DISABLE KEYS */;
      +INSERT INTO `llx_paiementcharge` VALUES (4,4,'2011-08-05 23:11:37','2011-08-05 21:11:37','2011-08-05 12:00:00',10.00000000,2,'','',12,1,NULL);
      +/*!40000 ALTER TABLE `llx_paiementcharge` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementfourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementfourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementfourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_paiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementfourn`
      +--
      +
      +LOCK TABLES `llx_paiementfourn` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementfourn` DISABLE KEYS */;
      +INSERT INTO `llx_paiementfourn` VALUES (1,'1',1,'2018-01-19 11:17:47','2016-01-22 18:56:34','2016-01-22 12:00:00',900.00000000,12,NULL,4,'','',30,0,0.00000000,NULL),(2,'SPAY1702-0001',1,'2017-02-01 15:02:45','2017-02-01 19:02:44','2017-02-01 12:00:00',200.00000000,12,NULL,4,'','',32,0,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_paiementfourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementfourn_facturefourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementfourn_facturefourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementfourn_facturefourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_paiementfourn` int(11) DEFAULT NULL,
      +  `fk_facturefourn` int(11) DEFAULT NULL,
      +  `amount` double DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_paiementfourn_facturefourn` (`fk_paiementfourn`,`fk_facturefourn`),
      +  KEY `idx_paiementfourn_facturefourn_fk_facture` (`fk_facturefourn`),
      +  KEY `idx_paiementfourn_facturefourn_fk_paiement` (`fk_paiementfourn`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementfourn_facturefourn`
      +--
      +
      +LOCK TABLES `llx_paiementfourn_facturefourn` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementfourn_facturefourn` DISABLE KEYS */;
      +INSERT INTO `llx_paiementfourn_facturefourn` VALUES (1,1,16,900,0.00000000),(2,2,20,200,200.00000000);
      +/*!40000 ALTER TABLE `llx_paiementfourn_facturefourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_donation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_donation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_donation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_donation` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_donation`
      +--
      +
      +LOCK TABLES `llx_payment_donation` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_donation` DISABLE KEYS */;
      +INSERT INTO `llx_payment_donation` VALUES (1,3,'2017-09-06 20:08:36','2017-09-06 16:08:36','2017-09-06 12:00:00',10.00000000,4,'','',38,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_donation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_expensereport`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_expensereport`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_expensereport` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expensereport` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_expensereport`
      +--
      +
      +LOCK TABLES `llx_payment_expensereport` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_expensereport` DISABLE KEYS */;
      +INSERT INTO `llx_payment_expensereport` VALUES (1,1,'2017-02-16 02:13:13','2017-02-15 22:13:13','2017-02-16 12:00:00',5.00000000,7,'','',0,12,NULL),(2,1,'2017-02-16 02:22:09','2017-02-15 22:22:09','2017-02-16 12:00:00',1.00000000,7,'','',36,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_expensereport` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_loan`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_loan`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_loan` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_loan` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount_capital` double(24,8) DEFAULT NULL,
      +  `amount_insurance` double(24,8) DEFAULT NULL,
      +  `amount_interest` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_loan`
      +--
      +
      +LOCK TABLES `llx_payment_loan` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_loan` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_payment_loan` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_salary`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_salary`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_salary` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `salary` double(24,8) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datesp` date DEFAULT NULL,
      +  `dateep` date DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_payment_salary_ref` (`num_payment`),
      +  KEY `idx_payment_salary_user` (`fk_user`,`entity`),
      +  KEY `idx_payment_salary_datep` (`datep`),
      +  KEY `idx_payment_salary_datesp` (`datesp`),
      +  KEY `idx_payment_salary_dateep` (`dateep`),
      +  CONSTRAINT `fk_payment_salary_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_salary`
      +--
      +
      +LOCK TABLES `llx_payment_salary` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_salary` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_payment_salary` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_various`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_various`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_various` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `sens` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_various`
      +--
      +
      +LOCK TABLES `llx_payment_various` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_various` DISABLE KEYS */;
      +INSERT INTO `llx_payment_various` VALUES (2,'2017-07-14 14:46:19','2017-07-14 18:46:19','2017-07-14','2017-07-14',0,123.00000000,4,'','Miscellaneous payment','518',NULL,1,NULL,48,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_various` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_bons`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_bons`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_bons` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `credite` smallint(6) DEFAULT '0',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `date_trans` datetime DEFAULT NULL,
      +  `method_trans` smallint(6) DEFAULT NULL,
      +  `fk_user_trans` int(11) DEFAULT NULL,
      +  `date_credit` datetime DEFAULT NULL,
      +  `fk_user_credit` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_prelevement_bons_ref` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_bons`
      +--
      +
      +LOCK TABLES `llx_prelevement_bons` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_bons` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_bons` VALUES (1,'T170201',1,'2017-02-21 15:53:46',50.00000000,2,0,NULL,'2017-02-21 12:00:00',0,12,'2017-02-21 12:00:00',12);
      +/*!40000 ALTER TABLE `llx_prelevement_bons` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_prelevement_lignes` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_prelevement_facture_fk_prelevement_lignes` (`fk_prelevement_lignes`),
      +  CONSTRAINT `fk_prelevement_facture_fk_prelevement_lignes` FOREIGN KEY (`fk_prelevement_lignes`) REFERENCES `llx_prelevement_lignes` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_facture`
      +--
      +
      +LOCK TABLES `llx_prelevement_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_facture` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_facture` VALUES (1,211,1);
      +/*!40000 ALTER TABLE `llx_prelevement_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_facture_demande`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_facture_demande`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_facture_demande` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `date_demande` datetime NOT NULL,
      +  `traite` smallint(6) DEFAULT '0',
      +  `date_traite` datetime DEFAULT NULL,
      +  `fk_prelevement_bons` int(11) DEFAULT NULL,
      +  `fk_user_demande` int(11) NOT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_facture_demande`
      +--
      +
      +LOCK TABLES `llx_prelevement_facture_demande` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_facture_demande` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_facture_demande` VALUES (1,211,50.00000000,'2017-02-06 08:11:17',1,'2017-02-21 15:53:46',1,12,'','','','');
      +/*!40000 ALTER TABLE `llx_prelevement_facture_demande` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_lignes`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_lignes`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_lignes` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prelevement_bons` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `client_nom` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_prelevement_lignes_fk_prelevement_bons` (`fk_prelevement_bons`),
      +  CONSTRAINT `fk_prelevement_lignes_fk_prelevement_bons` FOREIGN KEY (`fk_prelevement_bons`) REFERENCES `llx_prelevement_bons` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_lignes`
      +--
      +
      +LOCK TABLES `llx_prelevement_lignes` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_lignes` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_lignes` VALUES (1,1,19,2,'Magic Food Store',50.00000000,'','','','',NULL);
      +/*!40000 ALTER TABLE `llx_prelevement_lignes` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_rejet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_rejet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_rejet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prelevement_lignes` int(11) DEFAULT NULL,
      +  `date_rejet` datetime DEFAULT NULL,
      +  `motif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_creation` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `afacturer` tinyint(4) DEFAULT '0',
      +  `fk_facture` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_rejet`
      +--
      +
      +LOCK TABLES `llx_prelevement_rejet` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_rejet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_prelevement_rejet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printer_receipt`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printer_receipt`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printer_receipt` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_type` int(11) DEFAULT NULL,
      +  `fk_profile` int(11) DEFAULT NULL,
      +  `parameter` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printer_receipt`
      +--
      +
      +LOCK TABLES `llx_printer_receipt` WRITE;
      +/*!40000 ALTER TABLE `llx_printer_receipt` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printer_receipt` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printer_receipt_template`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printer_receipt_template`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printer_receipt_template` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `template` text COLLATE utf8_unicode_ci,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printer_receipt_template`
      +--
      +
      +LOCK TABLES `llx_printer_receipt_template` WRITE;
      +/*!40000 ALTER TABLE `llx_printer_receipt_template` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printer_receipt_template` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `printer_name` text COLLATE utf8_unicode_ci NOT NULL,
      +  `printer_location` text COLLATE utf8_unicode_ci NOT NULL,
      +  `printer_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `copy` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `driver` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `userid` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printing`
      +--
      +
      +LOCK TABLES `llx_printing` WRITE;
      +/*!40000 ALTER TABLE `llx_printing` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `virtual` tinyint(4) NOT NULL DEFAULT '0',
      +  `fk_parent` int(11) DEFAULT '0',
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `customcode` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tosell` tinyint(4) DEFAULT '1',
      +  `tobuy` tinyint(4) DEFAULT '1',
      +  `onportal` smallint(6) DEFAULT '0',
      +  `tobatch` tinyint(4) NOT NULL DEFAULT '0',
      +  `fk_product_type` int(11) DEFAULT '0',
      +  `duration` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `seuil_stock_alerte` int(11) DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT NULL,
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_sell_intra` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_sell_export` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `partnumber` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `weight` float DEFAULT NULL,
      +  `weight_units` tinyint(4) DEFAULT NULL,
      +  `length` float DEFAULT NULL,
      +  `length_units` tinyint(4) DEFAULT NULL,
      +  `surface` float DEFAULT NULL,
      +  `surface_units` tinyint(4) DEFAULT NULL,
      +  `volume` float DEFAULT NULL,
      +  `volume_units` tinyint(4) DEFAULT NULL,
      +  `stock` double DEFAULT NULL,
      +  `pmp` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fifo` double(24,8) DEFAULT NULL,
      +  `lifo` double(24,8) DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT 'default@product',
      +  `finished` tinyint(4) DEFAULT NULL,
      +  `hidden` tinyint(4) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `desiredstock` int(11) DEFAULT '0',
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `cost_price` double(24,8) DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price_autogen` smallint(6) DEFAULT '0',
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
      +  `width` float DEFAULT NULL,
      +  `width_units` tinyint(4) DEFAULT NULL,
      +  `height` float DEFAULT NULL,
      +  `height_units` tinyint(4) DEFAULT NULL,
      +  `fk_default_warehouse` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_ref` (`ref`,`entity`),
      +  UNIQUE KEY `uk_product_barcode` (`barcode`,`fk_barcode_type`,`entity`),
      +  KEY `idx_product_label` (`label`),
      +  KEY `idx_product_barcode` (`barcode`),
      +  KEY `idx_product_import_key` (`import_key`),
      +  KEY `idx_product_fk_country` (`fk_country`),
      +  KEY `idx_product_fk_user_author` (`fk_user_author`),
      +  KEY `idx_product_fk_barcode_type` (`fk_barcode_type`),
      +  KEY `fk_product_fk_unit` (`fk_unit`),
      +  KEY `idx_product_seuil_stock_alerte` (`seuil_stock_alerte`),
      +  KEY `fk_product_default_warehouse` (`fk_default_warehouse`),
      +  CONSTRAINT `fk_product_barcode_type` FOREIGN KEY (`fk_barcode_type`) REFERENCES `llx_c_barcode_type` (`rowid`),
      +  CONSTRAINT `fk_product_default_warehouse` FOREIGN KEY (`fk_default_warehouse`) REFERENCES `llx_entrepot` (`rowid`),
      +  CONSTRAINT `fk_product_fk_country` FOREIGN KEY (`fk_country`) REFERENCES `llx_c_country` (`rowid`),
      +  CONSTRAINT `fk_product_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product`
      +--
      +
      +LOCK TABLES `llx_product` WRITE;
      +/*!40000 ALTER TABLE `llx_product` DISABLE KEYS */;
      +INSERT INTO `llx_product` VALUES (1,'2010-07-08 14:33:17','2016-01-16 16:30:35',0,0,'PINKDRESS',1,NULL,'Pink dress','A beatifull pink dress','','',NULL,100.00000000,112.50000000,90.00000000,101.25000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789066',2,'701PINKDRESS',NULL,NULL,'601PINKDRESS',NULL,670,-3,NULL,0,NULL,0,NULL,0,2,0.00000000,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:30:01','2016-01-16 16:37:14',0,0,'PEARPIE',1,NULL,'Pear Pie','','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789077',2,'',NULL,NULL,'',NULL,NULL,0,NULL,0,NULL,0,NULL,0,998,0.00000000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(3,'2010-07-09 00:30:25','2016-01-16 16:40:03',0,0,'CAKECONTRIB',1,NULL,'Cake making contribution','','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,1,'1m',NULL,NULL,'123456789088',2,'701CAKEM',NULL,NULL,'601CAKEM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(4,'2010-07-10 14:44:06','2016-01-16 15:58:20',0,0,'APPLEPIE',1,NULL,'Apple Pie','Nice Bio Apple Pie.<br />\r\n&nbsp;','','',NULL,5.00000000,5.62500000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789034',2,'701',NULL,NULL,'601',NULL,500,-3,NULL,0,NULL,0,NULL,0,1001,10.00000000,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(5,'2011-07-20 23:11:38','2016-01-16 16:18:24',0,0,'DOLIDROID',1,NULL,'DoliDroid, Android app for Dolibarr','<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>','','',NULL,10.00000000,11.96000000,0.00000000,0.00000000,'HT',19.600,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,'https://play.google.com/store/apps/details?id=com.nltechno.dolidroidpro','123456789023',2,'701',NULL,NULL,'601',NULL,NULL,0,NULL,0,NULL,0,NULL,0,NULL,0.00000000,NULL,NULL,'',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(10,'2008-12-31 00:00:00','2017-02-16 00:12:09',0,0,'COMP-XP4523',1,NULL,'Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.','USXP765',11,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,0,0.000,'0',0.000,'0',NULL,12,1,1,0,1,0,'',150,NULL,'123456789055',2,'701OLDC',NULL,NULL,'601OLDC',NULL,1.7,0,NULL,0,NULL,0,NULL,0,110,0.00000000,NULL,NULL,NULL,NULL,0,'20110729232310',200,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(11,'2013-01-13 20:24:42','2016-07-30 13:42:31',0,0,'ROLLUPABC',1,NULL,'Rollup Dolibarr','A nice rollup','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',0.000,0,0.000,'0',0.000,'0',1,12,0,0,0,0,0,'',NULL,NULL,'123456789044',2,'',NULL,NULL,'',NULL,2.5,0,NULL,0,2.34,0,NULL,0,-1,0.00000000,NULL,NULL,'',1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(12,'2016-07-30 17:31:29','2016-07-30 13:35:02',0,0,'DOLICLOUD',1,NULL,'SaaS service of Dolibarr ERP CRM','Cloud hosting of Dolibarr ERP and CRM software','','',NULL,9.00000000,9.00000000,9.00000000,9.00000000,'HT',0.000,0,0.000,'0',0.000,'0',12,12,1,1,0,0,1,'',NULL,'http://www.dolicloud.com','123456789013',2,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,NULL,NULL,'',0,0,NULL,NULL,NULL,NULL,8.50000000,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(13,'2017-02-16 03:49:00','2017-02-15 23:49:27',0,0,'COMP-XP4548',1,NULL,'Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.','USXP765',11,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,0,0.000,'0',0.000,'0',12,12,1,1,0,1,0,'',150,NULL,NULL,2,'',NULL,NULL,'',NULL,1.7,0,NULL,0,NULL,0,NULL,0,NULL,0.00000000,NULL,NULL,'',NULL,0,NULL,200,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_association`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_association`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_association` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_pere` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_fils` int(11) NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `incdec` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_association` (`fk_product_pere`,`fk_product_fils`),
      +  KEY `idx_product_association` (`fk_product_fils`),
      +  KEY `idx_product_association_fils` (`fk_product_fils`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_association`
      +--
      +
      +LOCK TABLES `llx_product_association` WRITE;
      +/*!40000 ALTER TABLE `llx_product_association` DISABLE KEYS */;
      +INSERT INTO `llx_product_association` VALUES (2,5,1,1,1),(3,4,3,5,1),(4,4,1,2,1);
      +/*!40000 ALTER TABLE `llx_product_association` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_attribute_ref` (`ref`),
      +  UNIQUE KEY `unique_ref` (`ref`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute`
      +--
      +
      +LOCK TABLES `llx_product_attribute` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_combination`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_combination`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_combination` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_parent` int(11) NOT NULL,
      +  `fk_product_child` int(11) NOT NULL,
      +  `variation_price` float NOT NULL,
      +  `variation_price_percentage` int(11) DEFAULT NULL,
      +  `variation_weight` float NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_combination`
      +--
      +
      +LOCK TABLES `llx_product_attribute_combination` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_combination2val`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_combination2val`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_combination2val` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prod_combination` int(11) NOT NULL,
      +  `fk_prod_attr` int(11) NOT NULL,
      +  `fk_prod_attr_val` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_combination2val`
      +--
      +
      +LOCK TABLES `llx_product_attribute_combination2val` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination2val` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination2val` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_value`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_value`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_value` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_attribute` int(11) NOT NULL,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_attribute_value` (`fk_product_attribute`,`ref`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_value`
      +--
      +
      +LOCK TABLES `llx_product_attribute_value` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_value` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_value` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_batch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_batch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_batch` (`fk_product_stock`,`batch`),
      +  KEY `idx_fk_product_stock` (`fk_product_stock`),
      +  KEY `ix_fk_product_stock` (`fk_product_stock`),
      +  KEY `idx_batch` (`batch`),
      +  CONSTRAINT `fk_product_batch_fk_product_stock` FOREIGN KEY (`fk_product_stock`) REFERENCES `llx_product_stock` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_batch`
      +--
      +
      +LOCK TABLES `llx_product_batch` WRITE;
      +/*!40000 ALTER TABLE `llx_product_batch` DISABLE KEYS */;
      +INSERT INTO `llx_product_batch` VALUES (1,'2016-07-30 13:40:39',8,NULL,NULL,'5599887766452',15,NULL),(2,'2016-07-30 13:40:12',8,NULL,NULL,'4494487766452',60,NULL),(3,'2017-02-16 00:12:09',9,NULL,NULL,'5599887766452',35,NULL);
      +/*!40000 ALTER TABLE `llx_product_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_customer_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_customer_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_customer_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_customer_price_fk_product_fk_soc` (`fk_product`,`fk_soc`),
      +  KEY `idx_product_customer_price_fk_user` (`fk_user`),
      +  KEY `fk_customer_price_fk_soc` (`fk_soc`),
      +  KEY `idx_product_customer_price_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_customer_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`) ON DELETE CASCADE,
      +  CONSTRAINT `fk_customer_price_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`) ON DELETE CASCADE,
      +  CONSTRAINT `fk_product_customer_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_customer_price_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_product_customer_price_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_customer_price`
      +--
      +
      +LOCK TABLES `llx_product_customer_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_customer_price` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_customer_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_customer_price_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_customer_price_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_customer_price_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_customer_price_log`
      +--
      +
      +LOCK TABLES `llx_product_customer_price_log` WRITE;
      +/*!40000 ALTER TABLE `llx_product_customer_price_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_customer_price_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_extrafields`
      +--
      +
      +LOCK TABLES `llx_product_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_product_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_factory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_father` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_children` int(11) NOT NULL DEFAULT '0',
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `qty` double DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_factory` (`fk_product_father`,`fk_product_children`),
      +  KEY `idx_product_factory_fils` (`fk_product_children`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_factory`
      +--
      +
      +LOCK TABLES `llx_product_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_product_factory` DISABLE KEYS */;
      +INSERT INTO `llx_product_factory` VALUES (2,26,25,0.00000000,0.00000000,3),(3,27,26,0.00000000,0.00000000,2);
      +/*!40000 ALTER TABLE `llx_product_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_fournisseur_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_fournisseur_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_fournisseur_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `ref_fourn` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `quantity` double DEFAULT NULL,
      +  `remise_percent` double NOT NULL DEFAULT '0',
      +  `remise` double NOT NULL DEFAULT '0',
      +  `unitprice` double(24,8) DEFAULT '0.00000000',
      +  `charges` double(24,8) DEFAULT '0.00000000',
      +  `tva_tx` double(6,3) NOT NULL DEFAULT '0.000',
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `info_bits` int(11) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_supplier_price_expression` int(11) DEFAULT NULL,
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `delivery_time_days` int(11) DEFAULT NULL,
      +  `supplier_reputation` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_unitprice` double(24,8) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_fournisseur_price_ref` (`ref_fourn`,`fk_soc`,`quantity`,`entity`),
      +  KEY `idx_product_fournisseur_price_fk_user` (`fk_user`),
      +  KEY `idx_product_fourn_price_fk_product` (`fk_product`,`entity`),
      +  KEY `idx_product_fourn_price_fk_soc` (`fk_soc`,`entity`),
      +  CONSTRAINT `fk_product_fournisseur_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_fournisseur_price_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_fournisseur_price`
      +--
      +
      +LOCK TABLES `llx_product_fournisseur_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price` DISABLE KEYS */;
      +INSERT INTO `llx_product_fournisseur_price` VALUES (1,'2010-07-11 18:45:42','2012-12-08 13:11:08',4,1,'ABCD',NULL,10.00000000,1,0,0,10.00000000,0.00000000,0.000,NULL,0,1,NULL,1,NULL,NULL,NULL,NULL,1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0'),(2,'2016-07-30 17:34:38','2016-07-30 13:34:38',12,10,'BASIC',0,9.00000000,1,0,0,9.00000000,0.00000000,0.000,NULL,0,12,NULL,1,NULL,NULL,NULL,'FAVORITE',1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0'),(3,'2017-02-02 05:17:08','2017-02-02 01:17:08',1,10,'aaa',0,100.00000000,1,10,0,100.00000000,0.00000000,12.500,NULL,0,12,NULL,1,NULL,NULL,NULL,NULL,1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0');
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_fournisseur_price_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_fournisseur_price_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_fournisseur_price_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product_fournisseur` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `quantity` double DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `multicurrency_unitprice` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_fournisseur_price_log`
      +--
      +
      +LOCK TABLES `llx_product_fournisseur_price_log` WRITE;
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price_log` DISABLE KEYS */;
      +INSERT INTO `llx_product_fournisseur_price_log` VALUES (1,'2010-07-11 18:45:42',1,10.00000000,1,1,NULL,NULL,1.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lang`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lang`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lang` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_lang` (`fk_product`,`lang`),
      +  CONSTRAINT `fk_product_lang_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lang`
      +--
      +
      +LOCK TABLES `llx_product_lang` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lang` DISABLE KEYS */;
      +INSERT INTO `llx_product_lang` VALUES (1,1,'en_US','Pink dress','A beatifull pink dress','',NULL),(2,2,'en_US','Pear Pie','','',NULL),(3,3,'en_US','Cake making contribution','','',NULL),(4,4,'fr_FR','Decapsuleur','','',NULL),(5,5,'en_US','DoliDroid, Android app for Dolibarr','<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>','',NULL),(9,11,'fr_FR','hfghf','','',NULL),(10,2,'fr_FR','Product P1','','',NULL),(11,4,'en_US','Apple Pie','Nice Bio Apple Pie.<br />\r\n&nbsp;','',NULL),(12,11,'en_US','Rollup Dolibarr','A nice rollup','',NULL),(13,10,'en_US','Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.',NULL),(14,12,'en_US','SaaS hosting of Dolibarr ERP CRM','Cloud hosting of Dolibarr ERP and CRM software','',NULL),(15,12,'fr_FR','Service SaaS Hébergement Dolibarr ERP CRM','Service SaaS d&#39;h&eacute;bergement de la solution Dolibarr ERP CRM','',NULL),(16,13,'en_US','Computer XP4523','A powerfull computer XP4523&nbsp;',NULL,NULL),(17,13,'fr_FR','Computer XP4523','A powerfull computer XP4523&nbsp;',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_lang` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lot`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lot`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lot` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_product` int(11) NOT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_lot` (`fk_product`,`batch`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lot`
      +--
      +
      +LOCK TABLES `llx_product_lot` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lot` DISABLE KEYS */;
      +INSERT INTO `llx_product_lot` VALUES (1,1,2,'123456','2016-07-07',NULL,'2016-07-21 20:55:19','2016-12-12 10:53:58',NULL,NULL,NULL),(2,1,2,'2222','2016-07-08','2016-07-07','2016-07-21 21:00:42','2016-12-12 10:53:58',NULL,NULL,NULL),(3,1,10,'5599887766452',NULL,NULL,'2016-07-30 17:39:31','2016-12-12 10:53:58',NULL,NULL,NULL),(4,1,10,'4494487766452',NULL,NULL,'2016-07-30 17:40:12','2016-12-12 10:53:58',NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_lot` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lot_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lot_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lot_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_lot_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lot_extrafields`
      +--
      +
      +LOCK TABLES `llx_product_lot_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lot_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_lot_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `date_price` datetime DEFAULT NULL,
      +  `price_level` smallint(6) DEFAULT '1',
      +  `price` double(24,8) DEFAULT NULL,
      +  `price_ttc` double(24,8) DEFAULT NULL,
      +  `price_min` double(24,8) DEFAULT NULL,
      +  `price_min_ttc` double(24,8) DEFAULT NULL,
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) NOT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `tosell` tinyint(4) DEFAULT '1',
      +  `price_by_qty` int(11) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_price` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price_ttc` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_price_fk_user_author` (`fk_user_author`),
      +  KEY `idx_product_price_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_product_price_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_price_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_price`
      +--
      +
      +LOCK TABLES `llx_product_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_price` DISABLE KEYS */;
      +INSERT INTO `llx_product_price` VALUES (1,1,'2010-07-08 12:33:17',1,'2010-07-08 14:33:17',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(2,1,'2010-07-08 22:30:01',2,'2010-07-09 00:30:01',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(3,1,'2010-07-08 22:30:25',3,'2010-07-09 00:30:25',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(4,1,'2010-07-10 12:44:06',4,'2010-07-10 14:44:06',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(5,1,'2011-07-20 21:11:38',5,'2011-07-20 23:11:38',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',19.600,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(6,1,'2011-07-27 17:02:59',5,'2011-07-27 19:02:59',1,10.00000000,11.96000000,0.00000000,0.00000000,'HT',19.600,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(10,1,'2011-07-31 22:34:27',4,'2011-08-01 00:34:27',1,5.00000000,5.62500000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(12,1,'2013-01-13 19:24:59',11,'2013-01-13 20:24:59',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',0.000,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(13,1,'2013-03-12 09:30:24',1,'2013-03-12 10:30:24',1,100.00000000,112.50000000,90.00000000,101.25000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(14,1,'2016-07-30 13:31:29',12,'2016-07-30 17:31:29',1,9.00000000,9.00000000,9.00000000,9.00000000,'HT',0.000,NULL,0,0.000,'0',0.000,'0',12,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(15,1,'2017-02-15 23:49:00',13,'2017-02-16 03:49:00',1,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,NULL,0,0.000,'0',0.000,'0',12,0,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(16,1,'2017-08-30 15:04:04',10,'2017-08-30 19:04:04',1,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,NULL,0,0.000,'0',0.000,'0',12,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_product_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_price_by_qty`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_price_by_qty`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_price_by_qty` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_price` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `remise_percent` double NOT NULL DEFAULT '0',
      +  `remise` double NOT NULL DEFAULT '0',
      +  `qty_min` double DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `quantity` double DEFAULT NULL,
      +  `unitprice` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `multicurrency_price_ttc` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_price_by_qty_level` (`fk_product_price`,`quantity`),
      +  KEY `idx_product_price_by_qty_fk_product_price` (`fk_product_price`),
      +  CONSTRAINT `fk_product_price_by_qty_fk_product_price` FOREIGN KEY (`fk_product_price`) REFERENCES `llx_product_price` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_price_by_qty`
      +--
      +
      +LOCK TABLES `llx_product_price_by_qty` WRITE;
      +/*!40000 ALTER TABLE `llx_product_price_by_qty` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_price_by_qty` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_pricerules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_pricerules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_pricerules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `level` int(11) NOT NULL,
      +  `fk_level` int(11) NOT NULL,
      +  `var_percent` float NOT NULL,
      +  `var_min_percent` float NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `unique_level` (`level`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_pricerules`
      +--
      +
      +LOCK TABLES `llx_product_pricerules` WRITE;
      +/*!40000 ALTER TABLE `llx_product_pricerules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_pricerules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_stock`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_stock`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_stock` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `reel` double DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_stock` (`fk_product`,`fk_entrepot`),
      +  KEY `idx_product_stock_fk_product` (`fk_product`),
      +  KEY `idx_product_stock_fk_entrepot` (`fk_entrepot`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_stock`
      +--
      +
      +LOCK TABLES `llx_product_stock` WRITE;
      +/*!40000 ALTER TABLE `llx_product_stock` DISABLE KEYS */;
      +INSERT INTO `llx_product_stock` VALUES (1,'2010-07-08 22:43:51',2,2,1000,NULL),(3,'2010-07-10 23:02:20',4,2,1000,NULL),(4,'2013-01-19 17:22:48',4,1,1,NULL),(5,'2013-01-19 17:22:48',1,1,2,NULL),(6,'2013-01-19 17:22:48',11,1,-1,NULL),(7,'2013-01-19 17:31:58',2,1,-2,NULL),(8,'2016-07-30 13:40:39',10,2,75,NULL),(9,'2017-02-16 00:12:09',10,1,35,NULL);
      +/*!40000 ALTER TABLE `llx_product_stock` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_subproduct`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_subproduct`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_subproduct` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_product_subproduct` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `fk_product` (`fk_product`,`fk_product_subproduct`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_subproduct`
      +--
      +
      +LOCK TABLES `llx_product_subproduct` WRITE;
      +/*!40000 ALTER TABLE `llx_product_subproduct` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_subproduct` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_warehouse_properties`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_warehouse_properties`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_warehouse_properties` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `seuil_stock_alerte` int(11) DEFAULT '0',
      +  `desiredstock` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_warehouse_properties`
      +--
      +
      +LOCK TABLES `llx_product_warehouse_properties` WRITE;
      +/*!40000 ALTER TABLE `llx_product_warehouse_properties` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_warehouse_properties` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dateo` date DEFAULT NULL,
      +  `datee` date DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `public` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_opp_status` int(11) DEFAULT NULL,
      +  `opp_percent` double(5,2) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `budget_amount` double(24,8) DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `fk_user_close` int(11) DEFAULT NULL,
      +  `opp_amount` double(24,8) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `bill_time` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_ref` (`ref`,`entity`),
      +  KEY `idx_projet_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_projet_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet`
      +--
      +
      +LOCK TABLES `llx_projet` WRITE;
      +/*!40000 ALTER TABLE `llx_projet` DISABLE KEYS */;
      +INSERT INTO `llx_projet` VALUES (1,11,'2010-07-09 00:00:00','2015-10-05 20:51:28','2010-07-09',NULL,'PROJ1',1,'Project One','',1,0,1,NULL,NULL,NULL,'gdfgdfg','baleine',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,13,'2010-07-09 00:00:00','2015-10-05 20:51:51','2010-07-09',NULL,'PROJ2',1,'Project Two','',1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,1,'2010-07-09 00:00:00','2017-02-01 11:55:08','2010-07-09',NULL,'PROJINDIAN',1,'Project for Indian company move','',1,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(4,NULL,'2010-07-09 00:00:00','2010-07-08 22:50:49','2010-07-09',NULL,'PROJSHARED',1,'The Global project','',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(5,NULL,'2010-07-11 00:00:00','2017-02-01 15:01:51','2010-07-11','2011-07-14','RMLL',1,'Project management RMLL','',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(6,10,'2016-07-30 00:00:00','2016-07-30 15:53:07','2016-07-30',NULL,'PJ1607-0001',1,'PROJALICE1','The Alice project number 1',12,0,1,2,20.00,NULL,NULL,NULL,5000.00000000,NULL,NULL,8000.00000000,NULL,NULL,0),(7,10,'2016-07-30 00:00:00','2017-02-01 12:24:37','2016-07-30',NULL,'PJ1607-0002',1,'PROJALICE2','The Alice project number 2',12,0,1,6,100.00,NULL,NULL,NULL,NULL,'2017-02-01 16:24:31',12,7000.00000000,NULL,NULL,0),(8,10,'2016-07-30 00:00:00','2016-07-30 15:53:23','2016-07-30',NULL,'PJ1607-0003',1,'PROJALICE2','The Alice project number 3',12,0,1,6,100.00,NULL,NULL,NULL,NULL,NULL,NULL,3550.00000000,NULL,NULL,0),(9,4,'2016-07-31 00:00:00','2016-07-31 14:27:26','2016-07-31',NULL,'PJ1607-0004',1,'Project Top X','',12,0,1,2,27.00,NULL,NULL,NULL,NULL,NULL,NULL,4000.00000000,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_projet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priority` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_extrafields`
      +--
      +
      +LOCK TABLES `llx_projet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_projet_extrafields` VALUES (5,'2016-07-30 15:53:07',6,NULL,'3'),(7,'2016-07-30 15:53:23',8,NULL,'5'),(9,'2016-07-31 14:27:24',9,NULL,'0'),(13,'2017-02-01 11:55:08',3,NULL,'0'),(15,'2017-02-01 12:24:31',7,NULL,'1'),(16,'2017-02-01 15:01:51',5,NULL,'0');
      +/*!40000 ALTER TABLE `llx_projet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) NOT NULL,
      +  `fk_task_parent` int(11) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dateo` datetime DEFAULT NULL,
      +  `datee` datetime DEFAULT NULL,
      +  `datev` datetime DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `duration_effective` double DEFAULT '0',
      +  `planned_workload` double DEFAULT '0',
      +  `progress` int(11) DEFAULT '0',
      +  `priority` int(11) DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `rang` int(11) DEFAULT '0',
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_task_ref` (`ref`,`entity`),
      +  KEY `idx_projet_task_fk_projet` (`fk_projet`),
      +  KEY `idx_projet_task_fk_user_creat` (`fk_user_creat`),
      +  KEY `idx_projet_task_fk_user_valid` (`fk_user_valid`),
      +  CONSTRAINT `fk_projet_task_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_projet_task_fk_user_creat` FOREIGN KEY (`fk_user_creat`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_projet_task_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task`
      +--
      +
      +LOCK TABLES `llx_projet_task` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task` DISABLE KEYS */;
      +INSERT INTO `llx_projet_task` VALUES (2,'2',1,5,0,'2010-07-11 16:23:53','2013-09-08 23:06:14','2010-07-11 12:00:00','2011-07-14 12:00:00',NULL,'Heberger site RMLL','',0,0,0,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(3,'TK1007-0001',1,1,0,'2014-12-21 13:52:41','2016-07-30 11:35:40','2014-12-21 16:52:00',NULL,NULL,'Analyze','',9000,36000,0,0,1,NULL,0,NULL,'gdfgdfgdf',0,NULL,NULL),(4,'TK1007-0002',1,1,0,'2014-12-21 13:55:39','2016-07-30 11:35:51','2014-12-21 16:55:00',NULL,NULL,'Specification','',7200,18000,25,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(5,'TK1007-0003',1,1,0,'2014-12-21 14:16:58','2016-07-30 11:35:59','2014-12-21 17:16:00',NULL,NULL,'Development','',0,0,0,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(6,'TK1607-0004',1,6,0,'2016-07-30 15:33:27','2016-07-30 11:34:47','2016-07-30 02:00:00',NULL,NULL,'Project preparation phase A','',75600,720000,10,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(7,'TK1607-0005',1,6,0,'2016-07-30 15:33:39','2017-01-30 11:23:39','2016-07-30 02:00:00',NULL,NULL,'Project preparation phase B','',40260,1080000,5,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(8,'TK1607-0006',1,6,0,'2016-07-30 15:33:53','2016-07-30 11:33:53','2016-07-30 02:00:00',NULL,NULL,'Project execution phase A','',0,162000,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(9,'TK1607-0007',1,6,0,'2016-07-30 15:34:09','2016-07-30 11:34:09','2016-10-27 02:00:00',NULL,NULL,'Project execution phase B','',0,2160000,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(10,'TK1007-0008',1,1,0,'2016-07-30 15:36:31','2016-07-30 11:36:31','2016-07-30 02:00:00',NULL,NULL,'Tests','',0,316800,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_projet_task` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_task_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task_extrafields`
      +--
      +
      +LOCK TABLES `llx_projet_task_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_task_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task_time`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task_time`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task_time` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_task` int(11) NOT NULL,
      +  `task_date` date DEFAULT NULL,
      +  `task_datehour` datetime DEFAULT NULL,
      +  `task_date_withhour` int(11) DEFAULT '0',
      +  `task_duration` double DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `thm` double(24,8) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `invoice_id` int(11) DEFAULT NULL,
      +  `invoice_line_id` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_task_time_task` (`fk_task`),
      +  KEY `idx_projet_task_time_date` (`task_date`),
      +  KEY `idx_projet_task_time_datehour` (`task_datehour`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task_time`
      +--
      +
      +LOCK TABLES `llx_projet_task_time` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task_time` DISABLE KEYS */;
      +INSERT INTO `llx_projet_task_time` VALUES (2,4,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,'',NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(3,4,'2014-12-18','2014-12-18 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(4,3,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(5,3,'2014-12-21','2014-12-21 12:00:00',0,1800,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(6,3,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(7,6,'2016-07-25','2016-07-25 00:00:00',0,18000,12,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(8,6,'2016-07-26','2016-07-26 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(9,6,'2016-07-27','2016-07-27 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(10,6,'2016-07-29','2016-07-29 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(11,6,'2016-07-31','2016-07-31 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(12,7,'2016-07-25','2016-07-25 00:00:00',0,10800,12,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(13,7,'2016-07-26','2016-07-26 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(14,7,'2016-07-27','2016-07-27 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(15,7,'2017-01-30','2017-01-30 10:00:00',1,660,12,NULL,'',NULL,NULL,NULL,NULL,'0000-00-00 00:00:00');
      +/*!40000 ALTER TABLE `llx_projet_task_time` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_taskdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_taskdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_taskdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_task` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_used` double DEFAULT NULL,
      +  `qty_deleted` double DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` int(11) NOT NULL DEFAULT '0',
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_taskdet` (`fk_task`,`fk_product`),
      +  KEY `idx_projet_taskdet_fk_task` (`fk_task`),
      +  KEY `idx_projet_taskdet_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_projet_taskdet_fk_task` FOREIGN KEY (`fk_task`) REFERENCES `llx_projet_task` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_taskdet`
      +--
      +
      +LOCK TABLES `llx_projet_taskdet` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_taskdet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_taskdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_taskdet_equipement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_taskdet_equipement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_taskdet_equipement` (
      +  `fk_equipement` int(11) NOT NULL DEFAULT '0',
      +  `fk_projet_taskdet` int(11) NOT NULL DEFAULT '0',
      +  UNIQUE KEY `uk_factory_equipement` (`fk_equipement`,`fk_projet_taskdet`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_taskdet_equipement`
      +--
      +
      +LOCK TABLES `llx_projet_taskdet_equipement` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_taskdet_equipement` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_taskdet_equipement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `fin_validite` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `price` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `fk_delivery_address` int(11) DEFAULT NULL,
      +  `fk_input_reason` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_propal_ref` (`ref`,`entity`),
      +  KEY `idx_propal_fk_soc` (`fk_soc`),
      +  KEY `idx_propal_fk_user_author` (`fk_user_author`),
      +  KEY `idx_propal_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_propal_fk_user_cloture` (`fk_user_cloture`),
      +  KEY `idx_propal_fk_projet` (`fk_projet`),
      +  KEY `idx_propal_fk_account` (`fk_account`),
      +  KEY `idx_propal_fk_currency` (`fk_currency`),
      +  CONSTRAINT `fk_propal_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_cloture` FOREIGN KEY (`fk_user_cloture`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal`
      +--
      +
      +LOCK TABLES `llx_propal` WRITE;
      +/*!40000 ALTER TABLE `llx_propal` DISABLE KEYS */;
      +INSERT INTO `llx_propal` VALUES (1,2,NULL,'2016-07-30 15:56:45','PR1007-0001',1,NULL,NULL,'','2010-07-09 01:33:49','2016-07-09','2016-07-24 12:00:00','2017-08-08 14:24:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,30.00000000,3.84000000,0.00000000,0.00000000,33.84000000,NULL,NULL,1,0,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,1,NULL,'2016-07-30 15:56:54','PR1007-0002',1,NULL,NULL,'','2010-07-10 02:11:44','2016-07-10','2016-07-25 12:00:00','2016-07-10 02:12:55','2017-07-20 15:23:12',1,NULL,1,1,2,0,NULL,NULL,0,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,NULL,NULL,1,1,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,4,NULL,'2016-07-30 15:56:54','PR1007-0003',1,NULL,NULL,'','2010-07-18 11:35:11','2016-07-18','2016-08-02 12:00:00','2016-07-18 11:36:18','2017-07-20 15:21:15',1,NULL,1,1,2,0,NULL,NULL,0,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(5,19,NULL,'2016-07-30 15:56:54','PR1302-0005',1,NULL,NULL,'','2013-02-17 15:39:56','2016-02-17','2016-03-04 12:00:00','2018-11-15 23:27:10',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,10.00000000,2.00000000,0.00000000,0.00000000,12.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(6,19,NULL,'2016-07-30 15:56:54','PR1302-0006',1,NULL,NULL,'','2013-02-17 15:40:12','2016-02-17','2016-03-04 12:00:00',NULL,NULL,1,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(7,19,NULL,'2017-01-29 17:49:33','PR1302-0007',1,NULL,NULL,'','2013-02-17 15:41:15','2016-02-17','2016-03-04 12:00:00','2017-01-29 21:49:33',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,400.00000000,0.00000000,400.00000000,NULL),(8,19,NULL,'2016-07-30 15:56:39','PR1302-0008',1,NULL,NULL,'','2013-02-17 15:43:39','2016-02-17','2016-03-04 12:00:00',NULL,NULL,1,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(10,7,NULL,'2016-07-30 15:57:25','(PROV10)',1,NULL,NULL,'','2015-11-15 23:37:08','2015-11-15','2016-11-30 12:00:00',NULL,NULL,12,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,3,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,0,'',NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(11,1,NULL,'2017-02-16 00:44:58','PR1702-0009',1,NULL,NULL,'','2017-02-16 01:44:58','2015-05-13','2015-05-28 12:00:00','2017-02-16 01:44:58',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,60.00000000,0.00000000,0.00000000,0.00000000,60.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,60.00000000,0.00000000,60.00000000,NULL),(12,7,NULL,'2017-02-16 00:45:44','PR1702-0010',1,NULL,NULL,'','2017-02-16 01:45:44','2015-06-24','2015-07-09 12:00:00','2017-02-16 01:45:44',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,832.00000000,0.00000000,0.00000000,0.00000000,832.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,832.00000000,0.00000000,832.00000000,NULL),(13,26,NULL,'2017-02-16 00:46:15','PR1702-0011',1,NULL,NULL,'','2017-02-16 01:46:15','2015-04-03','2015-04-18 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,242.00000000,0.00000000,0.00000000,0.00000000,242.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,242.00000000,0.00000000,242.00000000,NULL),(14,3,NULL,'2017-02-16 00:46:15','PR1702-0012',1,NULL,NULL,'','2017-02-16 01:46:15','2016-06-19','2016-07-04 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,245.00000000,0.00000000,0.00000000,0.00000000,245.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,245.00000000,0.00000000,245.00000000,NULL),(15,26,NULL,'2017-02-16 00:46:15','PR1702-0013',1,NULL,NULL,'','2017-02-16 01:46:15','2016-05-01','2016-05-16 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,940.00000000,0.00000000,0.00000000,0.00000000,940.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,940.00000000,0.00000000,940.00000000,NULL),(16,1,NULL,'2017-02-16 00:46:15','PR1702-0014',1,NULL,NULL,'','2017-02-16 01:46:15','2015-05-13','2015-05-28 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,125.00000000,0.00000000,0.00000000,0.00000000,125.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,125.00000000,0.00000000,125.00000000,NULL),(17,1,NULL,'2017-02-16 00:46:15','PR1702-0015',1,NULL,NULL,'','2017-02-16 01:46:15','2016-07-23','2016-08-07 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,163.00000000,0.00000000,0.00000000,0.00000000,163.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,163.00000000,0.00000000,163.00000000,NULL),(18,26,NULL,'2017-02-16 00:46:15','PR1702-0016',1,NULL,NULL,'','2017-02-16 01:46:15','2015-02-13','2015-02-28 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,900.00000000,0.00000000,0.00000000,0.00000000,900.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,900.00000000,0.00000000,900.00000000,NULL),(19,12,NULL,'2017-02-16 00:46:15','PR1702-0017',1,NULL,NULL,'','2017-02-16 01:46:15','2015-03-30','2015-04-14 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL),(20,26,NULL,'2017-02-16 00:46:15','PR1702-0018',1,NULL,NULL,'','2017-02-16 01:46:15','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,830.00000000,0.00000000,0.00000000,0.00000000,830.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,830.00000000,0.00000000,830.00000000,NULL),(21,1,NULL,'2017-02-16 00:47:09','PR1702-0019',1,NULL,NULL,'','2017-02-16 01:46:15','2015-09-23','2018-10-08 12:00:00','2017-02-16 04:47:09',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,89.00000000,0.00000000,0.00000000,0.00000000,89.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,89.00000000,0.00000000,89.00000000,NULL),(22,26,NULL,'2017-02-16 00:47:13','PR1702-0020',1,NULL,NULL,'','2017-02-16 01:46:15','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,0,0,NULL,NULL,0,70.00000000,0.00000000,0.00000000,0.00000000,70.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,70.00000000,0.00000000,70.00000000,NULL),(23,12,NULL,'2017-02-17 12:07:18','PR1702-0021',1,NULL,NULL,'','2017-02-16 01:46:17','2016-04-03','2016-04-18 12:00:00','2017-02-17 16:07:18',NULL,2,NULL,12,NULL,1,0,NULL,NULL,0,715.00000000,0.00000000,0.00000000,0.00000000,715.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,715.00000000,0.00000000,715.00000000,NULL),(24,7,NULL,'2017-02-16 00:46:17','PR1702-0022',1,NULL,NULL,'','2017-02-16 01:46:17','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:17',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,250.00000000,0.00000000,0.00000000,0.00000000,250.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,250.00000000,0.00000000,250.00000000,NULL),(25,3,NULL,'2017-02-16 00:47:29','PR1702-0023',1,NULL,NULL,'','2017-02-16 01:46:17','2016-07-09','2016-07-24 12:00:00','2017-02-16 01:46:17','2017-02-16 04:47:29',1,NULL,1,12,4,0,NULL,NULL,0,1018.00000000,0.00000000,0.00000000,0.00000000,1018.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1018.00000000,0.00000000,1018.00000000,NULL),(26,1,NULL,'2017-02-16 00:46:18','PR1702-0024',1,NULL,NULL,'','2017-02-16 01:46:17','2016-04-03','2016-04-18 12:00:00','2017-02-16 01:46:18',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,710.00000000,0.00000000,0.00000000,0.00000000,710.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,710.00000000,0.00000000,710.00000000,NULL),(27,6,NULL,'2017-02-16 00:46:18','PR1702-0025',1,NULL,NULL,'','2017-02-16 01:46:18','2016-11-12','2016-11-27 12:00:00','2017-02-16 01:46:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,300.00000000,0.00000000,300.00000000,NULL),(28,19,NULL,'2017-02-16 00:46:31','PR1702-0026',1,NULL,NULL,'','2017-02-16 01:46:18','2015-07-30','2015-08-14 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:31',2,NULL,2,12,2,0,NULL,NULL,0,440.00000000,0.00000000,0.00000000,0.00000000,440.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,440.00000000,0.00000000,440.00000000,NULL),(29,1,NULL,'2017-02-16 00:46:37','PR1702-0027',1,NULL,NULL,'','2017-02-16 01:46:18','2015-07-23','2015-08-07 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:37',2,NULL,2,12,2,0,NULL,NULL,0,1000.00000000,0.00000000,0.00000000,0.00000000,1000.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1000.00000000,0.00000000,1000.00000000,NULL),(30,1,NULL,'2017-02-16 00:46:42','PR1702-0028',1,NULL,NULL,'','2017-02-16 01:46:18','2016-05-01','2016-05-16 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:42',2,NULL,2,12,3,0,NULL,NULL,0,1200.00000000,0.00000000,0.00000000,0.00000000,1200.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1200.00000000,0.00000000,1200.00000000,NULL),(31,11,NULL,'2017-02-16 00:46:18','PR1702-0029',1,NULL,NULL,'','2017-02-16 01:46:18','2016-06-24','2016-07-09 12:00:00','2017-02-16 01:46:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,720.00000000,0.00000000,0.00000000,0.00000000,720.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,720.00000000,0.00000000,720.00000000,NULL),(32,19,NULL,'2017-02-16 00:46:18','PR1702-0030',1,NULL,NULL,'','2017-02-16 01:46:18','2016-11-12','2016-11-27 12:00:00','2017-02-16 01:46:18',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,608.00000000,0.00000000,0.00000000,0.00000000,608.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,608.00000000,0.00000000,608.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_propal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propal_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal_extrafields`
      +--
      +
      +LOCK TABLES `llx_propal_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_propal_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propal_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal_merge_pdf_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal_merge_pdf_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal_merge_pdf_product` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL,
      +  `file_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `lang` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal_merge_pdf_product`
      +--
      +
      +LOCK TABLES `llx_propal_merge_pdf_product` WRITE;
      +/*!40000 ALTER TABLE `llx_propal_merge_pdf_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propal_merge_pdf_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propaldet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propaldet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propaldet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_propal` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propaldet_fk_propal` (`fk_propal`),
      +  KEY `idx_propaldet_fk_product` (`fk_product`),
      +  KEY `fk_propaldet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_propaldet_fk_propal` FOREIGN KEY (`fk_propal`) REFERENCES `llx_propal` (`rowid`),
      +  CONSTRAINT `fk_propaldet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propaldet`
      +--
      +
      +LOCK TABLES `llx_propaldet` WRITE;
      +/*!40000 ALTER TABLE `llx_propaldet` DISABLE KEYS */;
      +INSERT INTO `llx_propaldet` VALUES (1,1,NULL,NULL,NULL,'Une machine à café',NULL,12.500,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,1.25000000,0.00000000,0.00000000,11.25000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,2,NULL,NULL,NULL,'Product 1',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,2,NULL,2,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,3,NULL,NULL,NULL,'A new marvelous product',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(5,1,NULL,5,NULL,'cccc',NULL,19.600,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,1,NULL,4,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,1,NULL,4,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(13,1,NULL,4,NULL,'',NULL,12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(24,5,NULL,NULL,NULL,'On demand Apple pie',NULL,20.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,2.00000000,0.00000000,0.00000000,12.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(25,7,NULL,NULL,NULL,'Help to setup Magic Food computer',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,400.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'',400.00000000,400.00000000,0.00000000,400.00000000),(26,11,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(27,11,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(28,12,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(29,12,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(30,12,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(31,12,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(32,12,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(33,13,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(34,13,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(35,13,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(36,13,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(37,14,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(38,14,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(39,15,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(40,15,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(41,15,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(42,15,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(43,16,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(44,16,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(45,16,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(46,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(47,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(48,17,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(49,17,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(50,17,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(51,18,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(52,18,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(53,18,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(54,19,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(55,19,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(56,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(57,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(58,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(59,20,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(60,20,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(61,20,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(62,20,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(63,21,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(64,21,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(65,21,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(66,21,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(67,22,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(68,22,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(69,23,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(70,23,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(71,23,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(72,23,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(73,24,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(74,24,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(75,24,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(76,24,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(77,25,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(78,25,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(79,25,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(80,25,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(81,25,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(82,26,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(83,26,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(84,26,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(85,26,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(86,26,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(87,27,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(88,27,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(89,28,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(90,28,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(91,28,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(92,28,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(93,29,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(94,29,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(95,29,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(96,30,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(97,30,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(98,30,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(99,30,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(100,31,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,5.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,20.00000000,0.00000000,20.00000000),(101,31,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(102,31,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(103,31,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(104,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(105,32,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(106,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(107,32,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(108,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000);
      +/*!40000 ALTER TABLE `llx_propaldet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propaldet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propaldet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propaldet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propaldet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propaldet_extrafields`
      +--
      +
      +LOCK TABLES `llx_propaldet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_propaldet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propaldet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_resource`
      +--
      +
      +DROP TABLE IF EXISTS `llx_resource`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_resource` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `asset_number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_code_type_resource` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_resource_ref` (`ref`,`entity`),
      +  KEY `fk_code_type_resource_idx` (`fk_code_type_resource`),
      +  KEY `idx_resource_fk_country` (`fk_country`),
      +  CONSTRAINT `fk_resource_fk_country` FOREIGN KEY (`fk_country`) REFERENCES `llx_c_country` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_resource`
      +--
      +
      +LOCK TABLES `llx_resource` WRITE;
      +/*!40000 ALTER TABLE `llx_resource` DISABLE KEYS */;
      +INSERT INTO `llx_resource` VALUES (1,1,'Car Kangoo 1',NULL,'Car number 1 - Num XDF-45-GH','RES_CARS',NULL,NULL,'2017-02-20 16:44:12',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(2,1,'Car Kangoo 2',NULL,'Car number 2 - Num GHY-78-JJ','RES_CARS',NULL,NULL,'2017-02-20 16:44:01',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(3,1,'Meeting room - 14p',NULL,'Meeting room<br />\r\n14 places','RES_ROOMS',NULL,NULL,'2017-02-20 16:44:38',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(4,1,'Meeting room - 8p',NULL,'Meeting room<br />\r\n8 places','RES_ROOMS',NULL,NULL,'2017-02-20 16:45:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_resource` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_resource_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_resource_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_resource_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_resource_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_resource_extrafields`
      +--
      +
      +LOCK TABLES `llx_resource_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_resource_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_resource_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_rights_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_rights_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_rights_def` (
      +  `id` int(11) NOT NULL DEFAULT '0',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `perms` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subperms` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bydefault` tinyint(4) DEFAULT '0',
      +  PRIMARY KEY (`id`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_rights_def`
      +--
      +
      +LOCK TABLES `llx_rights_def` WRITE;
      +/*!40000 ALTER TABLE `llx_rights_def` DISABLE KEYS */;
      +INSERT INTO `llx_rights_def` VALUES (11,'Read invoices','facture',1,'lire',NULL,'a',0),(11,'Lire les factures','facture',2,'lire',NULL,'a',1),(12,'Create and update invoices','facture',1,'creer',NULL,'a',0),(12,'Creer/modifier les factures','facture',2,'creer',NULL,'a',0),(13,'Devalidate invoices','facture',1,'invoice_advance','unvalidate','a',0),(13,'Dévalider les factures','facture',2,'invoice_advance','unvalidate','a',0),(14,'Validate invoices','facture',1,'invoice_advance','validate','a',0),(14,'Valider les factures','facture',2,'valider',NULL,'a',0),(15,'Send invoices by email','facture',1,'invoice_advance','send','a',0),(15,'Envoyer les factures par mail','facture',2,'invoice_advance','send','a',0),(16,'Issue payments on invoices','facture',1,'paiement',NULL,'a',0),(16,'Emettre des paiements sur les factures','facture',2,'paiement',NULL,'a',0),(19,'Delete invoices','facture',1,'supprimer',NULL,'a',0),(19,'Supprimer les factures','facture',2,'supprimer',NULL,'a',0),(21,'Lire les propositions commerciales','propale',1,'lire',NULL,'r',1),(21,'Lire les propositions commerciales','propale',2,'lire',NULL,'r',1),(22,'Creer/modifier les propositions commerciales','propale',1,'creer',NULL,'w',0),(22,'Creer/modifier les propositions commerciales','propale',2,'creer',NULL,'w',0),(24,'Valider les propositions commerciales','propale',1,'propal_advance','validate','d',0),(24,'Valider les propositions commerciales','propale',2,'valider',NULL,'d',0),(25,'Envoyer les propositions commerciales aux clients','propale',1,'propal_advance','send','d',0),(25,'Envoyer les propositions commerciales aux clients','propale',2,'propal_advance','send','d',0),(26,'Cloturer les propositions commerciales','propale',1,'cloturer',NULL,'d',0),(26,'Cloturer les propositions commerciales','propale',2,'cloturer',NULL,'d',0),(27,'Supprimer les propositions commerciales','propale',1,'supprimer',NULL,'d',0),(27,'Supprimer les propositions commerciales','propale',2,'supprimer',NULL,'d',0),(28,'Exporter les propositions commerciales et attributs','propale',1,'export',NULL,'r',0),(28,'Exporter les propositions commerciales et attributs','propale',2,'export',NULL,'r',0),(31,'Lire les produits','produit',1,'lire',NULL,'r',1),(31,'Lire les produits','produit',2,'lire',NULL,'r',1),(32,'Creer/modifier les produits','produit',1,'creer',NULL,'w',0),(32,'Creer/modifier les produits','produit',2,'creer',NULL,'w',0),(34,'Supprimer les produits','produit',1,'supprimer',NULL,'d',0),(34,'Supprimer les produits','produit',2,'supprimer',NULL,'d',0),(38,'Exporter les produits','produit',1,'export',NULL,'r',0),(38,'Exporter les produits','produit',2,'export',NULL,'r',0),(41,'Read projects and tasks (shared projects or projects I am contact for). Can also enter time consumed on assigned tasks (timesheet)','projet',1,'lire',NULL,'r',1),(42,'Create/modify projects and tasks (shared projects or projects I am contact for)','projet',1,'creer',NULL,'w',0),(44,'Delete project and tasks (shared projects or projects I am contact for)','projet',1,'supprimer',NULL,'d',0),(45,'Export projects','projet',1,'export',NULL,'d',0),(61,'Lire les fiches d\'intervention','ficheinter',1,'lire',NULL,'r',1),(62,'Creer/modifier les fiches d\'intervention','ficheinter',1,'creer',NULL,'w',0),(64,'Supprimer les fiches d\'intervention','ficheinter',1,'supprimer',NULL,'d',0),(67,'Exporter les fiches interventions','ficheinter',1,'export',NULL,'r',0),(68,'Envoyer les fiches d\'intervention par courriel','ficheinter',1,'ficheinter_advance','send','r',0),(69,'Valider les fiches d\'intervention ','ficheinter',1,'ficheinter_advance','validate','a',0),(70,'Dévalider les fiches d\'intervention','ficheinter',1,'ficheinter_advance','unvalidate','a',0),(71,'Read members\' card','adherent',1,'lire',NULL,'r',0),(72,'Create/modify members (need also user module permissions if member linked to a user)','adherent',1,'creer',NULL,'w',0),(74,'Remove members','adherent',1,'supprimer',NULL,'d',0),(75,'Setup types of membership','adherent',1,'configurer',NULL,'w',0),(76,'Export members','adherent',1,'export',NULL,'r',0),(78,'Read subscriptions','adherent',1,'cotisation','lire','r',0),(79,'Create/modify/remove subscriptions','adherent',1,'cotisation','creer','w',0),(81,'Lire les commandes clients','commande',1,'lire',NULL,'r',0),(82,'Creer/modifier les commandes clients','commande',1,'creer',NULL,'w',0),(84,'Valider les commandes clients','commande',1,'order_advance','validate','d',0),(86,'Envoyer les commandes clients','commande',1,'order_advance','send','d',0),(87,'Cloturer les commandes clients','commande',1,'cloturer',NULL,'d',0),(88,'Annuler les commandes clients','commande',1,'order_advance','annuler','d',0),(89,'Supprimer les commandes clients','commande',1,'supprimer',NULL,'d',0),(91,'Lire les charges','tax',1,'charges','lire','r',0),(91,'Lire les charges','tax',2,'charges','lire','r',1),(92,'Creer/modifier les charges','tax',1,'charges','creer','w',0),(92,'Creer/modifier les charges','tax',2,'charges','creer','w',0),(93,'Supprimer les charges','tax',1,'charges','supprimer','d',0),(93,'Supprimer les charges','tax',2,'charges','supprimer','d',0),(94,'Exporter les charges','tax',1,'charges','export','r',0),(94,'Exporter les charges','tax',2,'charges','export','r',0),(101,'Lire les expeditions','expedition',1,'lire',NULL,'r',1),(102,'Creer modifier les expeditions','expedition',1,'creer',NULL,'w',0),(104,'Valider les expeditions','expedition',1,'shipping_advance','validate','d',0),(105,'Envoyer les expeditions aux clients','expedition',1,'shipping_advance','send','d',0),(106,'Exporter les expeditions','expedition',1,'shipment','export','r',0),(109,'Supprimer les expeditions','expedition',1,'supprimer',NULL,'d',0),(111,'Lire les comptes bancaires','banque',1,'lire',NULL,'r',0),(111,'Lire les comptes bancaires','banque',2,'lire',NULL,'r',1),(112,'Creer/modifier montant/supprimer ecriture bancaire','banque',1,'modifier',NULL,'w',0),(112,'Creer/modifier montant/supprimer ecriture bancaire','banque',2,'modifier',NULL,'w',0),(113,'Configurer les comptes bancaires (creer, gerer categories)','banque',1,'configurer',NULL,'a',0),(113,'Configurer les comptes bancaires (creer, gerer categories)','banque',2,'configurer',NULL,'a',0),(114,'Rapprocher les ecritures bancaires','banque',1,'consolidate',NULL,'w',0),(114,'Rapprocher les ecritures bancaires','banque',2,'consolidate',NULL,'w',0),(115,'Exporter transactions et releves','banque',1,'export',NULL,'r',0),(115,'Exporter transactions et releves','banque',2,'export',NULL,'r',0),(116,'Virements entre comptes','banque',1,'transfer',NULL,'w',0),(116,'Virements entre comptes','banque',2,'transfer',NULL,'w',0),(117,'Gerer les envois de cheques','banque',1,'cheque',NULL,'w',0),(117,'Gerer les envois de cheques','banque',2,'cheque',NULL,'w',0),(121,'Read third parties','societe',1,'lire',NULL,'r',0),(121,'Lire les societes','societe',2,'lire',NULL,'r',1),(122,'Create and update third parties','societe',1,'creer',NULL,'w',0),(122,'Creer modifier les societes','societe',2,'creer',NULL,'w',0),(125,'Delete third parties','societe',1,'supprimer',NULL,'d',0),(125,'Supprimer les societes','societe',2,'supprimer',NULL,'d',0),(126,'Export third parties','societe',1,'export',NULL,'r',0),(126,'Exporter les societes','societe',2,'export',NULL,'r',0),(141,'Read all projects and tasks (also private projects I am not contact for)','projet',1,'all','lire','r',0),(142,'Create/modify all projects and tasks (also private projects I am not contact for)','projet',1,'all','creer','w',0),(144,'Delete all projects and tasks (also private projects I am not contact for)','projet',1,'all','supprimer','d',0),(151,'Read withdrawals','prelevement',1,'bons','lire','r',1),(152,'Create/modify a withdrawals','prelevement',1,'bons','creer','w',0),(153,'Send withdrawals to bank','prelevement',1,'bons','send','a',0),(154,'credit/refuse withdrawals','prelevement',1,'bons','credit','a',0),(161,'Lire les contrats','contrat',1,'lire',NULL,'r',1),(162,'Creer / modifier les contrats','contrat',1,'creer',NULL,'w',0),(163,'Activer un service d\'un contrat','contrat',1,'activer',NULL,'w',0),(164,'Desactiver un service d\'un contrat','contrat',1,'desactiver',NULL,'w',0),(165,'Supprimer un contrat','contrat',1,'supprimer',NULL,'d',0),(167,'Export contracts','contrat',1,'export',NULL,'r',0),(221,'Consulter les mailings','mailing',1,'lire',NULL,'r',1),(221,'Consulter les mailings','mailing',2,'lire',NULL,'r',1),(222,'Creer/modifier les mailings (sujet, destinataires...)','mailing',1,'creer',NULL,'w',0),(222,'Creer/modifier les mailings (sujet, destinataires...)','mailing',2,'creer',NULL,'w',0),(223,'Valider les mailings (permet leur envoi)','mailing',1,'valider',NULL,'w',0),(223,'Valider les mailings (permet leur envoi)','mailing',2,'valider',NULL,'w',0),(229,'Supprimer les mailings','mailing',1,'supprimer',NULL,'d',0),(229,'Supprimer les mailings','mailing',2,'supprimer',NULL,'d',0),(237,'View recipients and info','mailing',1,'mailing_advance','recipient','r',0),(237,'View recipients and info','mailing',2,'mailing_advance','recipient','r',0),(238,'Manually send mailings','mailing',1,'mailing_advance','send','w',0),(238,'Manually send mailings','mailing',2,'mailing_advance','send','w',0),(239,'Delete mailings after validation and/or sent','mailing',1,'mailing_advance','delete','d',0),(239,'Delete mailings after validation and/or sent','mailing',2,'mailing_advance','delete','d',0),(241,'Lire les categories','categorie',1,'lire',NULL,'r',1),(242,'Creer/modifier les categories','categorie',1,'creer',NULL,'w',0),(243,'Supprimer les categories','categorie',1,'supprimer',NULL,'d',0),(251,'Consulter les autres utilisateurs','user',1,'user','lire','r',0),(252,'Consulter les permissions des autres utilisateurs','user',1,'user_advance','readperms','r',0),(253,'Creer/modifier utilisateurs internes et externes','user',1,'user','creer','w',0),(254,'Creer/modifier utilisateurs externes seulement','user',1,'user_advance','write','w',0),(255,'Modifier le mot de passe des autres utilisateurs','user',1,'user','password','w',0),(256,'Supprimer ou desactiver les autres utilisateurs','user',1,'user','supprimer','d',0),(262,'Read all third parties by internal users (otherwise only if commercial contact). Not effective for external users (limited to themselves).','societe',1,'client','voir','r',0),(262,'Consulter tous les tiers par utilisateurs internes (sinon uniquement si contact commercial). Non effectif pour utilisateurs externes (tjs limités à eux-meme).','societe',2,'client','voir','r',1),(281,'Read contacts','societe',1,'contact','lire','r',0),(281,'Lire les contacts','societe',2,'contact','lire','r',1),(282,'Create and update contact','societe',1,'contact','creer','w',0),(282,'Creer modifier les contacts','societe',2,'contact','creer','w',0),(283,'Delete contacts','societe',1,'contact','supprimer','d',0),(283,'Supprimer les contacts','societe',2,'contact','supprimer','d',0),(286,'Export contacts','societe',1,'contact','export','d',0),(286,'Exporter les contacts','societe',2,'contact','export','d',0),(300,'Read barcodes','barcode',1,'lire_advance',NULL,'r',1),(301,'Create/modify barcodes','barcode',1,'creer_advance',NULL,'w',0),(331,'Lire les bookmarks','bookmark',1,'lire',NULL,'r',0),(332,'Creer/modifier les bookmarks','bookmark',1,'creer',NULL,'r',0),(333,'Supprimer les bookmarks','bookmark',1,'supprimer',NULL,'r',0),(341,'Consulter ses propres permissions','user',1,'self_advance','readperms','r',0),(342,'Creer/modifier ses propres infos utilisateur','user',1,'self','creer','w',0),(343,'Modifier son propre mot de passe','user',1,'self','password','w',0),(344,'Modifier ses propres permissions','user',1,'self_advance','writeperms','w',0),(351,'Consulter les groupes','user',1,'group_advance','read','r',0),(352,'Consulter les permissions des groupes','user',1,'group_advance','readperms','r',0),(353,'Creer/modifier les groupes et leurs permissions','user',1,'group_advance','write','w',0),(354,'Supprimer ou desactiver les groupes','user',1,'group_advance','delete','d',0),(358,'Exporter les utilisateurs','user',1,'user','export','r',0),(501,'Read employee contracts/salaries','salaries',1,'read',NULL,'r',0),(502,'Create/modify employee contracts/salaries','salaries',1,'write',NULL,'w',0),(511,'Read payment of salaries','salaries',1,'payment','read','w',0),(512,'Create/modify payment of salaries','salaries',1,'payment','write','w',0),(514,'Delete contracts/salaries','salaries',1,'delete',NULL,'d',0),(517,'Export employee contracts and salaries payments','salaries',1,'export',NULL,'r',0),(520,'Read loans','loan',1,'read',NULL,'r',0),(522,'Create/modify loans','loan',1,'write',NULL,'w',0),(524,'Delete loans','loan',1,'delete',NULL,'d',0),(525,'Access loan calculator','loan',1,'calc',NULL,'r',0),(527,'Export loans','loan',1,'export',NULL,'r',0),(531,'Lire les services','service',1,'lire',NULL,'r',0),(532,'Creer/modifier les services','service',1,'creer',NULL,'w',0),(534,'Supprimer les services','service',1,'supprimer',NULL,'d',0),(538,'Exporter les services','service',1,'export',NULL,'r',0),(701,'Lire les dons','don',1,'lire',NULL,'r',1),(701,'Lire les dons','don',2,'lire',NULL,'r',1),(702,'Creer/modifier les dons','don',1,'creer',NULL,'w',0),(702,'Creer/modifier les dons','don',2,'creer',NULL,'w',0),(703,'Supprimer les dons','don',1,'supprimer',NULL,'d',0),(703,'Supprimer les dons','don',2,'supprimer',NULL,'d',0),(771,'Read expense reports (yours and your subordinates)','expensereport',1,'lire',NULL,'r',1),(772,'Create/modify expense reports','expensereport',1,'creer',NULL,'w',0),(773,'Delete expense reports','expensereport',1,'supprimer',NULL,'d',0),(774,'Read all expense reports','expensereport',1,'readall',NULL,'r',1),(775,'Approve expense reports','expensereport',1,'approve',NULL,'w',0),(776,'Pay expense reports','expensereport',1,'to_paid',NULL,'w',0),(777,'Read expense reports of everybody','expensereport',1,'readall',NULL,'r',1),(778,'Create expense reports for everybody','expensereport',1,'writeall_advance',NULL,'w',0),(779,'Export expense reports','expensereport',1,'export',NULL,'r',0),(1001,'Lire les stocks','stock',1,'lire',NULL,'r',1),(1002,'Creer/Modifier les stocks','stock',1,'creer',NULL,'w',0),(1003,'Supprimer les stocks','stock',1,'supprimer',NULL,'d',0),(1004,'Lire mouvements de stocks','stock',1,'mouvement','lire','r',1),(1005,'Creer/modifier mouvements de stocks','stock',1,'mouvement','creer','w',0),(1101,'Lire les bons de livraison','expedition',1,'livraison','lire','r',1),(1102,'Creer modifier les bons de livraison','expedition',1,'livraison','creer','w',0),(1104,'Valider les bons de livraison','expedition',1,'livraison_advance','validate','d',0),(1109,'Supprimer les bons de livraison','expedition',1,'livraison','supprimer','d',0),(1121,'Read supplier proposals','supplier_proposal',1,'lire',NULL,'w',1),(1122,'Create/modify supplier proposals','supplier_proposal',1,'creer',NULL,'w',0),(1123,'Validate supplier proposals','supplier_proposal',1,'validate_advance',NULL,'w',0),(1124,'Envoyer les demandes fournisseurs','supplier_proposal',1,'send_advance',NULL,'w',0),(1125,'Delete supplier proposals','supplier_proposal',1,'supprimer',NULL,'w',0),(1126,'Close supplier price requests','supplier_proposal',1,'cloturer',NULL,'w',0),(1181,'Consulter les fournisseurs','fournisseur',1,'lire',NULL,'r',0),(1182,'Consulter les commandes fournisseur','fournisseur',1,'commande','lire','r',0),(1183,'Creer une commande fournisseur','fournisseur',1,'commande','creer','w',0),(1184,'Valider une commande fournisseur','fournisseur',1,'supplier_order_advance','validate','w',0),(1185,'Approuver une commande fournisseur','fournisseur',1,'commande','approuver','w',0),(1186,'Commander une commande fournisseur','fournisseur',1,'commande','commander','w',0),(1187,'Receptionner une commande fournisseur','fournisseur',1,'commande','receptionner','d',0),(1188,'Supprimer une commande fournisseur','fournisseur',1,'commande','supprimer','d',0),(1189,'Check/Uncheck a supplier order reception','fournisseur',1,'commande_advance','check','w',0),(1201,'Lire les exports','export',1,'lire',NULL,'r',1),(1202,'Creer/modifier un export','export',1,'creer',NULL,'w',0),(1231,'Consulter les factures fournisseur','fournisseur',1,'facture','lire','r',0),(1232,'Creer une facture fournisseur','fournisseur',1,'facture','creer','w',0),(1233,'Valider une facture fournisseur','fournisseur',1,'supplier_invoice_advance','validate','w',0),(1234,'Supprimer une facture fournisseur','fournisseur',1,'facture','supprimer','d',0),(1235,'Envoyer les factures par mail','fournisseur',1,'supplier_invoice_advance','send','a',0),(1236,'Exporter les factures fournisseurs, attributs et reglements','fournisseur',1,'facture','export','r',0),(1237,'Exporter les commande fournisseurs, attributs','fournisseur',1,'commande','export','r',0),(1251,'Run mass imports of external data (data load)','import',1,'run',NULL,'r',0),(1321,'Export customer invoices, attributes and payments','facture',1,'facture','export','r',0),(1321,'Exporter les factures clients, attributs et reglements','facture',2,'facture','export','r',0),(1322,'Re-open a fully paid invoice','facture',1,'invoice_advance','reopen','r',0),(1421,'Exporter les commandes clients et attributs','commande',1,'commande','export','r',0),(2401,'Read actions/tasks linked to his account','agenda',1,'myactions','read','r',0),(2401,'Read actions/tasks linked to his account','agenda',2,'myactions','read','r',1),(2402,'Create/modify actions/tasks linked to his account','agenda',1,'myactions','create','w',0),(2402,'Create/modify actions/tasks linked to his account','agenda',2,'myactions','create','w',0),(2403,'Delete actions/tasks linked to his account','agenda',1,'myactions','delete','w',0),(2403,'Delete actions/tasks linked to his account','agenda',2,'myactions','delete','w',0),(2411,'Read actions/tasks of others','agenda',1,'allactions','read','r',0),(2411,'Read actions/tasks of others','agenda',2,'allactions','read','r',0),(2412,'Create/modify actions/tasks of others','agenda',1,'allactions','create','w',0),(2412,'Create/modify actions/tasks of others','agenda',2,'allactions','create','w',0),(2413,'Delete actions/tasks of others','agenda',1,'allactions','delete','w',0),(2413,'Delete actions/tasks of others','agenda',2,'allactions','delete','w',0),(2414,'Export actions/tasks of others','agenda',1,'export',NULL,'w',0),(2501,'Consulter/Télécharger les documents','ecm',1,'read',NULL,'r',0),(2503,'Soumettre ou supprimer des documents','ecm',1,'upload',NULL,'w',0),(2515,'Administrer les rubriques de documents','ecm',1,'setup',NULL,'w',0),(3200,'Read archived events and fingerprints','blockedlog',1,'read',NULL,'w',0),(20001,'Read your own holidays','holiday',1,'read',NULL,'w',0),(20001,'Créer / Modifier / Lire ses demandes de congés payés','holiday',2,'write',NULL,'w',1),(20002,'Create/modify your own holidays','holiday',1,'write',NULL,'w',0),(20002,'Lire / Modifier toutes les demandes de congés payés','holiday',2,'lire_tous',NULL,'w',0),(20003,'Delete holidays','holiday',1,'delete',NULL,'w',0),(20003,'Supprimer des demandes de congés payés','holiday',2,'delete',NULL,'w',0),(20004,'Read holidays for everybody','holiday',1,'read_all',NULL,'w',0),(20004,'Définir les congés payés des utilisateurs','holiday',2,'define_holiday',NULL,'w',0),(20005,'Create/modify holidays for everybody','holiday',1,'write_all',NULL,'w',0),(20005,'Voir les logs de modification des congés payés','holiday',2,'view_log',NULL,'w',0),(20006,'Setup holidays of users (setup and update balance)','holiday',1,'define_holiday',NULL,'w',0),(20006,'Accéder au rapport mensuel des congés payés','holiday',2,'month_report',NULL,'w',0),(23001,'Read cron jobs','cron',1,'read',NULL,'w',0),(23002,'Create cron Jobs','cron',1,'create',NULL,'w',0),(23003,'Delete cron Jobs','cron',1,'delete',NULL,'w',0),(23004,'Execute cron Jobs','cron',1,'execute',NULL,'w',0),(50101,'Use point of sale','cashdesk',1,'use',NULL,'a',1),(50401,'Bind products and invoices with accounting accounts','accounting',1,'bind','write','r',0),(50411,'Read operations in General Ledger','accounting',1,'mouvements','lire','r',0),(50412,'Write/Edit operations in General Ledger','accounting',1,'mouvements','creer','w',0),(50420,'Report and export reports (turnover, balance, journals, general ledger)','accounting',1,'comptarapport','lire','r',0),(50430,'Define and close a fiscal year','accounting',1,'fiscalyear',NULL,'r',0),(50440,'Manage chart of accounts, setup of accountancy','accounting',1,'chartofaccount',NULL,'r',0),(55001,'Read surveys','opensurvey',1,'read',NULL,'r',0),(55002,'Create/modify surveys','opensurvey',1,'write',NULL,'w',0),(59001,'Visualiser les marges','margins',1,'liretous',NULL,'r',1),(59002,'Définir les marges','margins',1,'creer',NULL,'w',0),(59003,'Read every user margin','margins',1,'read','all','r',0),(63001,'Read resources','resource',1,'read',NULL,'w',1),(63002,'Create/Modify resources','resource',1,'write',NULL,'w',0),(63003,'Delete resources','resource',1,'delete',NULL,'w',0),(63004,'Link resources','resource',1,'link',NULL,'w',0),(64001,'DirectPrint','printing',1,'read',NULL,'r',0),(101250,'Read surveys','opensurvey',2,'survey','read','r',0),(101251,'Create/modify surveys','opensurvey',2,'survey','write','w',0);
      +/*!40000 ALTER TABLE `llx_rights_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_sellyoursaas_cancellation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_sellyoursaas_cancellation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_sellyoursaas_cancellation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `codelang` varchar(8) DEFAULT NULL,
      +  `url` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_sellyoursaas_cancellation_rowid` (`rowid`),
      +  KEY `idx_sellyoursaas_cancellation_ref` (`ref`),
      +  KEY `idx_sellyoursaas_cancellation_entity` (`entity`),
      +  KEY `idx_sellyoursaas_cancellation_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_sellyoursaas_cancellation`
      +--
      +
      +LOCK TABLES `llx_sellyoursaas_cancellation` WRITE;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation` DISABLE KEYS */;
      +INSERT INTO `llx_sellyoursaas_cancellation` VALUES (2,'fff',1,NULL,'2018-06-02 11:00:44','2018-06-02 09:00:44',12,NULL,NULL,1,NULL,'fff'),(3,'gfdg',1,NULL,'2018-06-02 11:01:20','2018-06-02 09:01:20',12,NULL,NULL,1,'gfd','gfd'),(4,'aaa',1,NULL,'2018-06-02 11:02:40','2018-06-02 09:02:40',12,NULL,NULL,1,NULL,'aaa');
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_sellyoursaas_cancellation_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_sellyoursaas_cancellation_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_sellyoursaas_cancellation_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_sellyoursaas_cancellation_extrafields`
      +--
      +
      +LOCK TABLES `llx_sellyoursaas_cancellation_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` tinyint(4) DEFAULT '0',
      +  `parent` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `nom` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_client` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_fournisseur` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_compta` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_compta_fournisseur` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_departement` int(11) DEFAULT '0',
      +  `fk_pays` int(11) DEFAULT '0',
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_effectif` int(11) DEFAULT '0',
      +  `fk_typent` int(11) DEFAULT '0',
      +  `fk_forme_juridique` int(11) DEFAULT '0',
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `siren` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `siret` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ape` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof4` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva_intra` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `capital` double(24,8) DEFAULT NULL,
      +  `fk_stcomm` int(11) NOT NULL DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `prefix_comm` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `client` tinyint(4) DEFAULT '0',
      +  `fournisseur` tinyint(4) DEFAULT '0',
      +  `supplier_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_prospectlevel` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `customer_bad` tinyint(4) DEFAULT '0',
      +  `customer_rate` double DEFAULT '0',
      +  `supplier_rate` double DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `remise_client` double DEFAULT '0',
      +  `remise_supplier` double DEFAULT '0',
      +  `mode_reglement` tinyint(4) DEFAULT NULL,
      +  `cond_reglement` tinyint(4) DEFAULT NULL,
      +  `mode_reglement_supplier` int(11) DEFAULT NULL,
      +  `outstanding_limit` double(24,8) DEFAULT NULL,
      +  `order_min_amount` double(24,8) DEFAULT NULL,
      +  `supplier_order_min_amount` double(24,8) DEFAULT NULL,
      +  `cond_reglement_supplier` int(11) DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `tva_assuj` tinyint(4) DEFAULT '1',
      +  `localtax1_assuj` tinyint(4) DEFAULT '0',
      +  `localtax1_value` double(6,3) DEFAULT NULL,
      +  `localtax2_assuj` tinyint(4) DEFAULT '0',
      +  `localtax2_value` double(6,3) DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price_level` int(11) DEFAULT NULL,
      +  `default_lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` tinyint(4) DEFAULT '1',
      +  `logo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof5` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof6` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT '0',
      +  `webservices_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `webservices_key` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `name_alias` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_prefix_comm` (`prefix_comm`,`entity`),
      +  UNIQUE KEY `uk_societe_code_client` (`code_client`,`entity`),
      +  UNIQUE KEY `uk_societe_barcode` (`barcode`,`fk_barcode_type`,`entity`),
      +  UNIQUE KEY `uk_societe_code_fournisseur` (`code_fournisseur`,`entity`),
      +  KEY `idx_societe_user_creat` (`fk_user_creat`),
      +  KEY `idx_societe_user_modif` (`fk_user_modif`),
      +  KEY `idx_societe_barcode` (`barcode`)
      +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe`
      +--
      +
      +LOCK TABLES `llx_societe` WRITE;
      +/*!40000 ALTER TABLE `llx_societe` DISABLE KEYS */;
      +INSERT INTO `llx_societe` VALUES (1,0,NULL,'2016-01-16 15:21:09','2010-07-08 14:21:44','Indian SAS',1,NULL,NULL,'CU1212-0007','SU1212-0005','7050','6050','1 alalah road',NULL,'Delhi',0,117,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'0','','','','','',5000.00000000,1,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'en_IN',NULL,NULL,1,'indiancompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(2,0,NULL,'2016-07-30 11:45:49','2010-07-08 14:23:48','Teclib',1,NULL,NULL,'CU1108-0001','SU1108-0001','411CU11080001','401SU11080001','',NULL,'Paris',0,1,NULL,NULL,'www.teclib.com',NULL,NULL,4,3,57,'0','123456789','','ACE14','','',400000.00000000,0,NULL,NULL,NULL,3,1,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,'fr_FR',NULL,NULL,1,'teclibcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,0,'',NULL,0),(3,0,NULL,'2017-02-16 00:47:25','2010-07-08 22:42:12','Spanish Comp',1,NULL,NULL,'SPANISHCOMP','SU1601-0009',NULL,NULL,'1 via mallere',NULL,'Madrid',123,4,NULL,NULL,NULL,NULL,NULL,3,4,408,'0','','','','','',10000.00000000,0,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'es_AR',NULL,NULL,1,'spanishcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(4,0,NULL,'2016-01-22 17:24:53','2010-07-08 22:48:18','Prospector Vaalen',1,NULL,NULL,'CU1303-0014',NULL,NULL,NULL,'',NULL,'Bruxelles',103,2,NULL,NULL,NULL,NULL,NULL,3,4,201,'0','12345678','','','','',0.00000000,0,NULL,NULL,NULL,3,0,NULL,'PL_LOW',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'valeencompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(5,0,NULL,'2017-02-21 11:01:17','2010-07-08 23:22:57','NoCountry GmBh',1,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,0,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'nocountrycomp.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(6,0,NULL,'2016-01-16 15:35:56','2010-07-09 00:15:09','Swiss Touch',1,NULL,NULL,'CU1601-0018','SU1601-0010',NULL,NULL,'',NULL,'Genevia',0,6,NULL,NULL,NULL,'swisstouch@example.ch',NULL,2,2,601,'0','','','','','',56000.00000000,0,NULL,NULL,NULL,3,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'swisstouch.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(7,0,NULL,'2016-01-16 15:38:32','2010-07-09 01:24:26','Generic customer',1,NULL,NULL,'CU1302-0011',NULL,NULL,NULL,'',NULL,NULL,0,7,NULL,NULL,NULL,'ttt@ttt.com',NULL,NULL,8,NULL,'0','','','','','',0.00000000,0,'Generic customer to use for Point Of Sale module.<br />',NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'genericcustomer.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(10,0,NULL,'2016-01-16 15:44:20','2010-07-10 15:13:08','NLTechno',1,NULL,NULL,'CU1212-0005','SU1601-0011',NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,'notanemail@nltechno.com',NULL,1,4,54,'0','493861496','49386149600039','6209Z','22-01-2007','FR123456789',10000.00000000,0,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,'123456789012',NULL,'fr_FR',NULL,NULL,1,'logo_nltechno_94x100.png','','',0,NULL,NULL,'The OpenSource company',0,NULL,NULL,NULL,NULL,NULL,0),(11,0,NULL,'2017-05-12 09:06:31','2010-07-10 18:35:57','Company Corp 1',1,NULL,NULL,'CU1510-0017',NULL,'7051',NULL,'21 Green Hill street','75500','Los Angeles',0,11,'444123456',NULL,'companycorp1.com','companycorp1@example.com','corp1',1,1,NULL,'0','AB1234567','','','','USABS123',10000.00000000,0,NULL,NULL,NULL,3,0,NULL,'PL_LOW',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,'en_US',NULL,NULL,1,'comapnycorp1company.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(12,0,NULL,'2016-01-22 16:41:56','2010-07-11 16:18:08','Dupont Alain',1,NULL,NULL,'CU1601-0019',NULL,NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,'dalain@example.com',NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'pierrecurie.jpg','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(13,0,NULL,'2016-01-22 17:13:16','2010-07-11 17:13:20','Company Corp 2',1,NULL,NULL,NULL,'SU1510-0008',NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'companycorp2company.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(17,0,NULL,'2017-02-15 22:55:34','2011-08-01 02:41:26','Book Keeping Company',1,NULL,NULL,'CU1108-0004','SU1108-0004',NULL,'401SU11080004','The French Company',NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,1,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'bookkeepercompany.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(19,0,NULL,'2017-02-21 11:51:40','2013-01-12 12:23:05','Magic Food Store',1,NULL,NULL,'CU1301-0008',NULL,NULL,NULL,'65 holdywood boulevard','123456','BigTown',0,4,NULL,'0101',NULL,'myemail@domain.com',NULL,NULL,0,NULL,'0','','','10/10/2010','','',0.00000000,0,NULL,NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0.000,NULL,0.000,NULL,NULL,'en_US','patient@cabinetmed',NULL,1,'magicfoodstore.png','','',0,NULL,NULL,'',0,NULL,'sepamandate',NULL,NULL,NULL,0),(25,0,NULL,'2016-01-22 17:21:17','2013-03-10 15:47:37','Print Company',1,NULL,NULL,'CU1303-0016','SU1303-0007',NULL,NULL,'21 Gutenberg street','45600','Berlin',0,5,NULL,NULL,NULL,'printcompany@example.com',NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'de_DE',NULL,NULL,1,'printcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(26,0,NULL,'2017-02-21 00:05:05','2017-02-12 23:17:04','Patient SuperIll',1,NULL,NULL,'CU1702-0020',NULL,'411CU17020020',NULL,'',NULL,NULL,0,14,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'','','','','',NULL,0,NULL,NULL,NULL,3,0,NULL,'',0,0,0,12,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,0.000,NULL,NULL,'en_US','patient@cabinetmed',NULL,1,NULL,'','',0,NULL,NULL,'',0,NULL,NULL,0,'',NULL,0);
      +/*!40000 ALTER TABLE `llx_societe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `login` varchar(128) NOT NULL,
      +  `pass_encoding` varchar(24) DEFAULT NULL,
      +  `pass_crypted` varchar(128) DEFAULT NULL,
      +  `pass_temp` varchar(128) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `site` varchar(128) DEFAULT NULL,
      +  `fk_website` int(11) DEFAULT NULL,
      +  `note_private` text,
      +  `date_last_login` datetime DEFAULT NULL,
      +  `date_previous_login` datetime DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `key_account` varchar(128) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_account_login_website_soc` (`entity`,`fk_soc`,`login`,`site`,`fk_website`),
      +  UNIQUE KEY `uk_societe_account_key_account_soc` (`entity`,`fk_soc`,`key_account`,`site`,`fk_website`),
      +  KEY `idx_societe_account_rowid` (`rowid`),
      +  KEY `idx_societe_account_login` (`login`),
      +  KEY `idx_societe_account_status` (`status`),
      +  KEY `idx_societe_account_fk_website` (`fk_website`),
      +  KEY `idx_societe_account_fk_soc` (`fk_soc`),
      +  CONSTRAINT `llx_societe_account_fk_societe` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `llx_societe_account_fk_website` FOREIGN KEY (`fk_website`) REFERENCES `llx_website` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_account`
      +--
      +
      +LOCK TABLES `llx_societe_account` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_account` DISABLE KEYS */;
      +INSERT INTO `llx_societe_account` VALUES (1,1,'','',NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-13 19:25:01','2018-03-19 09:01:17',12,NULL,NULL,0,''),(4,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 01:04:19','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(5,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 01:08:02','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(6,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 17:09:36','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(7,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 17:09:44','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(8,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:43:23','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(9,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:46:09','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(10,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:46:15','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(13,1,'',NULL,NULL,NULL,163,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:33:19','2018-03-14 15:33:19',0,NULL,NULL,0,'cus_CUam8x0KCoKZlc'),(14,1,'',NULL,NULL,NULL,182,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:48:48','2018-03-14 15:48:49',0,NULL,NULL,0,'cus_CUb2Xt4A2p5vMd'),(15,1,'',NULL,NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:52:13','2018-03-21 10:43:37',12,NULL,NULL,0,''),(17,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:57:42','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(18,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:57:47','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(19,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:58:13','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(20,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:58:19','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(21,1,'',NULL,NULL,NULL,151,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 19:10:29','2018-03-16 15:10:29',12,NULL,NULL,0,'cus_CVKshSj8uuaATf'),(22,1,'','',NULL,NULL,152,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 19:11:15','2018-03-16 15:11:15',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(24,1,'',NULL,NULL,NULL,153,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 20:15:45','2018-03-16 16:15:45',18,NULL,NULL,0,'cus_CVLv9rX4wMouSk'),(25,1,'','',NULL,NULL,155,'stripe',NULL,NULL,NULL,NULL,'2018-03-18 23:55:37','2018-03-18 19:55:37',12,NULL,NULL,0,'cus_CVLLzP90RCWx76'),(26,1,'','',NULL,NULL,155,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 00:01:47','2018-03-18 20:01:47',12,NULL,NULL,1,'cus_CVLLzP90RCWx76'),(27,1,'','',NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:01:17','2018-03-19 09:01:17',12,NULL,NULL,0,''),(28,1,'',NULL,NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:21:02','2018-03-19 09:21:02',0,NULL,NULL,0,'cus_CWMu7PlGViJN1S'),(29,1,'',NULL,NULL,NULL,1,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:38:26','2018-03-19 09:38:26',0,NULL,NULL,0,'cus_CWNCF7mttdVEae'),(30,1,'','',NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-21 14:43:37','2018-03-21 10:43:37',12,NULL,NULL,0,''),(31,1,'',NULL,NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-21 14:44:18','2018-03-21 10:44:18',0,NULL,NULL,0,'cus_CX8hWwDQPMht5r'),(32,1,'',NULL,NULL,NULL,211,'stripe',NULL,NULL,NULL,NULL,'2018-04-19 16:20:27','2018-04-19 14:20:27',18,NULL,NULL,0,'cus_Ci3khlxtfYB0Xl'),(33,1,'',NULL,NULL,NULL,7,'stripe',NULL,NULL,NULL,NULL,'2018-04-30 14:57:29','2018-04-30 12:57:29',0,NULL,NULL,0,'cus_Cm9td5UQieFnlZ'),(38,1,'',NULL,NULL,NULL,154,'stripe',NULL,NULL,NULL,NULL,'2018-05-16 17:01:24','2018-05-16 15:01:24',18,NULL,NULL,0,'cus_CsBVSuBeNzmYw9'),(39,1,'','',NULL,NULL,151,'stripe',NULL,NULL,NULL,NULL,'2018-05-17 09:42:37','2018-05-17 07:42:37',12,NULL,NULL,1,'cus_CVKshSj8uuaATf'),(40,1,'',NULL,NULL,NULL,217,'stripe',NULL,NULL,NULL,NULL,'2018-06-01 19:47:16','2018-06-01 17:47:16',18,NULL,NULL,0,'cus_CyDmj3FJD8rYsd'),(41,1,'',NULL,NULL,NULL,218,'stripe',NULL,NULL,NULL,NULL,'2018-06-11 11:34:38','2018-06-11 09:34:38',12,NULL,NULL,0,'cus_D1q6IoIUoG7LMq'),(42,1,'',NULL,NULL,NULL,10,'stripe',NULL,NULL,NULL,NULL,'2018-06-12 13:49:51','2018-06-12 11:49:51',0,NULL,NULL,0,'cus_D2FVgMTgsYjt6k'),(44,1,'',NULL,NULL,NULL,215,'stripe',NULL,NULL,NULL,NULL,'2018-06-15 16:01:07','2018-06-15 14:01:07',18,NULL,NULL,0,'cus_D3PIZ5HzIeMj7B'),(45,1,'',NULL,NULL,NULL,229,'stripe',NULL,NULL,NULL,NULL,'2018-06-27 01:40:40','2018-06-26 23:40:40',18,NULL,NULL,0,'cus_D7g8Bvgx0AFfha'),(46,1,'',NULL,NULL,NULL,156,'stripe',NULL,NULL,NULL,NULL,'2018-07-17 14:13:48','2018-07-17 12:13:48',18,NULL,NULL,0,'cus_DFMnr5WsUoaCJX'),(47,1,'',NULL,NULL,NULL,231,'stripe',NULL,NULL,NULL,NULL,'2018-07-17 17:46:42','2018-07-17 15:46:42',18,NULL,NULL,0,'cus_DFQEkv3jONVJwR'),(48,1,'',NULL,NULL,NULL,250,'stripe',NULL,NULL,NULL,NULL,'2018-09-17 09:27:23','2018-09-17 07:27:23',18,NULL,NULL,0,'cus_DcWBnburaSkf0c'),(49,1,'',NULL,NULL,NULL,11,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:08:01','2018-10-12 18:08:01',0,NULL,NULL,0,'cus_Dm39EV1tf8CRBT'),(50,1,'',NULL,NULL,NULL,214,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:57:17','2018-10-12 18:57:17',18,NULL,NULL,0,'cus_Dm3wMg8aMLoRC9'),(51,1,'',NULL,NULL,NULL,213,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:59:41','2018-10-12 18:59:41',18,NULL,NULL,0,'cus_Dm3zHwLuFKePzk');
      +/*!40000 ALTER TABLE `llx_societe_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_address`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_address`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_address` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `name` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_address`
      +--
      +
      +LOCK TABLES `llx_societe_address` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_address` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_address` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_commerciaux`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_commerciaux`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_commerciaux` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_commerciaux` (`fk_soc`,`fk_user`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_commerciaux`
      +--
      +
      +LOCK TABLES `llx_societe_commerciaux` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_commerciaux` DISABLE KEYS */;
      +INSERT INTO `llx_societe_commerciaux` VALUES (1,2,2,NULL),(2,3,2,NULL),(5,17,1,NULL),(6,19,1,NULL),(8,19,3,NULL),(9,11,16,NULL),(10,13,17,NULL),(11,26,12,NULL);
      +/*!40000 ALTER TABLE `llx_societe_commerciaux` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_extrafields`
      +--
      +
      +LOCK TABLES `llx_societe_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_societe_extrafields` VALUES (75,'2016-01-22 16:40:03',10,NULL),(77,'2016-01-22 16:41:56',12,NULL),(79,'2016-01-22 17:13:16',13,NULL),(81,'2016-01-22 17:18:08',19,NULL),(82,'2016-01-22 17:21:17',25,NULL),(83,'2016-01-22 17:21:51',1,NULL),(85,'2016-01-22 17:22:32',3,NULL),(86,'2016-01-22 17:24:53',4,NULL),(88,'2016-01-22 17:25:26',6,NULL),(89,'2016-01-22 17:25:41',7,NULL),(92,'2016-07-30 11:45:49',2,NULL),(94,'2017-02-15 22:55:34',17,NULL),(95,'2017-02-21 00:05:05',26,NULL),(96,'2017-02-21 11:01:17',5,NULL),(97,'2017-05-12 09:06:31',11,NULL);
      +/*!40000 ALTER TABLE `llx_societe_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_log` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `datel` datetime DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `author` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_log`
      +--
      +
      +LOCK TABLES `llx_societe_log` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_prices`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_prices`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_prices` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `tms` timestamp NULL DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `price_level` tinyint(4) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_prices`
      +--
      +
      +LOCK TABLES `llx_societe_prices` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_prices` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_prices` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `remise_client` double(6,3) NOT NULL DEFAULT '0.000',
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise`
      +--
      +
      +LOCK TABLES `llx_societe_remise` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_remise` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise_except`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise_except`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise_except` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `discount_type` int(11) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `amount_ht` double(24,8) NOT NULL,
      +  `amount_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `amount_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `tva_tx` double(6,3) NOT NULL DEFAULT '0.000',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_facture_line` int(11) DEFAULT NULL,
      +  `fk_facture` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci NOT NULL,
      +  `multicurrency_amount_ht` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `multicurrency_amount_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `multicurrency_amount_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fk_invoice_supplier_line` int(11) DEFAULT NULL,
      +  `fk_invoice_supplier` int(11) DEFAULT NULL,
      +  `fk_invoice_supplier_source` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_societe_remise_except_fk_user` (`fk_user`),
      +  KEY `idx_societe_remise_except_fk_soc` (`fk_soc`),
      +  KEY `idx_societe_remise_except_fk_facture_line` (`fk_facture_line`),
      +  KEY `idx_societe_remise_except_fk_facture` (`fk_facture`),
      +  KEY `idx_societe_remise_except_fk_facture_source` (`fk_facture_source`),
      +  KEY `fk_soc_remise_fk_invoice_supplier_line` (`fk_invoice_supplier_line`),
      +  KEY `fk_societe_remise_fk_invoice_supplier_source` (`fk_invoice_supplier`),
      +  KEY `idx_societe_remise_except_discount_type` (`discount_type`),
      +  CONSTRAINT `fk_soc_remise_fk_facture_line` FOREIGN KEY (`fk_facture_line`) REFERENCES `llx_facturedet` (`rowid`),
      +  CONSTRAINT `fk_soc_remise_fk_invoice_supplier_line` FOREIGN KEY (`fk_invoice_supplier_line`) REFERENCES `llx_facture_fourn_det` (`rowid`),
      +  CONSTRAINT `fk_soc_remise_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture_line` FOREIGN KEY (`fk_facture_line`) REFERENCES `llx_facturedet` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture_source` FOREIGN KEY (`fk_facture_source`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_invoice_supplier` FOREIGN KEY (`fk_invoice_supplier`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_invoice_supplier_source` FOREIGN KEY (`fk_invoice_supplier`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise_except`
      +--
      +
      +LOCK TABLES `llx_societe_remise_except` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise_except` DISABLE KEYS */;
      +INSERT INTO `llx_societe_remise_except` VALUES (2,1,19,0,'2013-03-19 09:36:15',10.00000000,1.25000000,11.25000000,12.500,1,NULL,NULL,NULL,'hfghgf',0.00000000,0.00000000,0.00000000,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_societe_remise_except` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise_supplier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise_supplier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise_supplier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `remise_supplier` double(6,3) NOT NULL DEFAULT '0.000',
      +  `note` text,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise_supplier`
      +--
      +
      +LOCK TABLES `llx_societe_remise_supplier` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise_supplier` DISABLE KEYS */;
      +INSERT INTO `llx_societe_remise_supplier` VALUES (1,1,1,'2018-04-06 18:21:00','2018-04-06 20:21:00',12,6.000,'llll');
      +/*!40000 ALTER TABLE `llx_societe_remise_supplier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_rib`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_rib`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_rib` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bank` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` text COLLATE utf8_unicode_ci,
      +  `default_rib` tinyint(4) NOT NULL DEFAULT '0',
      +  `rum` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_rum` date DEFAULT NULL,
      +  `frstrecur` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'FRST',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_four` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `card_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cvn` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `exp_date_month` int(11) DEFAULT NULL,
      +  `exp_date_year` int(11) DEFAULT NULL,
      +  `country_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `approved` int(11) DEFAULT '0',
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ending_date` date DEFAULT NULL,
      +  `max_total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `preapproval_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `starting_date` date DEFAULT NULL,
      +  `total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `stripe_card_ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_rib`
      +--
      +
      +LOCK TABLES `llx_societe_rib` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_rib` DISABLE KEYS */;
      +INSERT INTO `llx_societe_rib` VALUES (1,'ban',19,'2017-02-21 15:50:32','2017-02-21 11:53:08','Morgan Bank','Morgan Bank','','','','','PSPBFIHH','ES80 2310 0001 1800 0001 2345','Royal via,\r\nMadrid','Mr Esposito','10 via ferrata,\r\nMadrid',1,'RUM1301-0008-0',NULL,'FRST',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_societe_rib` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_rib2`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_rib2`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_rib2` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` varchar(32) DEFAULT 'ban',
      +  `label` varchar(30) DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `bank` varchar(255) DEFAULT NULL,
      +  `code_banque` varchar(128) DEFAULT NULL,
      +  `code_guichet` varchar(6) DEFAULT NULL,
      +  `number` varchar(255) DEFAULT NULL,
      +  `cle_rib` varchar(5) DEFAULT NULL,
      +  `bic` varchar(20) DEFAULT NULL,
      +  `iban_prefix` varchar(34) DEFAULT NULL,
      +  `domiciliation` varchar(255) DEFAULT NULL,
      +  `proprio` varchar(60) DEFAULT NULL,
      +  `owner_address` varchar(255) DEFAULT NULL,
      +  `default_rib` smallint(6) NOT NULL DEFAULT '0',
      +  `rum` varchar(32) DEFAULT NULL,
      +  `date_rum` date DEFAULT NULL,
      +  `frstrecur` varchar(16) DEFAULT 'FRST',
      +  `last_four` varchar(4) DEFAULT NULL,
      +  `card_type` varchar(255) DEFAULT NULL,
      +  `cvn` varchar(255) DEFAULT NULL,
      +  `exp_date_month` int(11) DEFAULT NULL,
      +  `exp_date_year` int(11) DEFAULT NULL,
      +  `country_code` varchar(10) DEFAULT NULL,
      +  `approved` int(11) DEFAULT '0',
      +  `email` varchar(255) DEFAULT NULL,
      +  `ending_date` date DEFAULT NULL,
      +  `max_total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `preapproval_key` varchar(255) DEFAULT NULL,
      +  `starting_date` date DEFAULT NULL,
      +  `total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `stripe_card_ref` varchar(128) DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_rib2`
      +--
      +
      +LOCK TABLES `llx_societe_rib2` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_rib2` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_rib2` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_socpeople`
      +--
      +
      +DROP TABLE IF EXISTS `llx_socpeople`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_socpeople` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` text COLLATE utf8_unicode_ci,
      +  `fk_departement` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `birthday` date DEFAULT NULL,
      +  `poste` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_perso` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `jabberid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priv` smallint(6) NOT NULL DEFAULT '0',
      +  `no_email` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT '0',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `default_lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_socpeople_fk_soc` (`fk_soc`),
      +  KEY `idx_socpeople_fk_user_creat` (`fk_user_creat`),
      +  CONSTRAINT `fk_socpeople_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_socpeople_user_creat_user_rowid` FOREIGN KEY (`fk_user_creat`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_socpeople`
      +--
      +
      +LOCK TABLES `llx_socpeople` WRITE;
      +/*!40000 ALTER TABLE `llx_socpeople` DISABLE KEYS */;
      +INSERT INTO `llx_socpeople` VALUES (1,'2010-07-08 14:26:14','2016-01-16 15:07:51',1,1,NULL,'MR','Indra','Mahala','','','',297,117,'2010-07-08','Project leader','','','','','','','',NULL,0,0,1,12,'Met during a congress at Dubai','',NULL,NULL,NULL,1),(2,'2010-07-08 22:44:50','2010-07-08 20:59:57',NULL,1,NULL,'MR','Freeman','Public','','','',200,11,NULL,'','','','','','','',NULL,NULL,0,0,1,1,'A friend that is a free contact not linked to any company',NULL,NULL,NULL,NULL,1),(3,'2010-07-08 22:59:02','2016-01-22 17:30:07',NULL,1,NULL,'MR','Mywife','Nicy','','','',NULL,11,'1980-10-03','','','','','','','','',NULL,1,0,1,12,'This is a private contact','',NULL,NULL,NULL,1),(4,'2010-07-09 00:16:58','2010-07-08 22:16:58',6,1,NULL,'MR','Rotchield','Evan','','','',NULL,6,NULL,'Bank director','','','','','','',NULL,NULL,0,0,1,1,'The bank director',NULL,NULL,NULL,NULL,1),(6,'2011-08-01 02:41:26','2016-01-22 17:29:53',17,1,NULL,'','Bookkeeper','Bob','99 account street','123456','BigTown',NULL,4,NULL,'book keeper','','','','','','','',NULL,0,0,1,12,'','',NULL,NULL,NULL,1),(7,'2016-07-30 16:11:06','2016-07-30 12:16:07',NULL,1,'','MR','Dad','','','','',NULL,14,'1967-09-04','','','','','','','','','',1,0,12,12,'','',NULL,NULL,NULL,1),(8,'2016-07-30 16:13:03','2016-07-30 12:15:58',NULL,1,'','MLE','Mom','','','','',NULL,14,NULL,'','','','','','','','','',1,0,12,12,'','',NULL,NULL,NULL,1),(9,'2016-07-30 16:14:41','2016-07-30 12:15:51',NULL,1,'','MR','Francky','','','89455','Virigia',NULL,205,'1980-07-09','Baker','555-98989898','','','','francky@example.com','','','',0,0,12,12,'','',NULL,NULL,NULL,1),(10,'2016-07-30 16:26:22','2016-07-30 12:52:38',10,1,'','MR','Eldy','','','33600','Pessac',NULL,1,'1972-10-10','Dolibarr project leader','','','','','eldy@example.com','','','ldestailleur_200x200.jpg',0,0,NULL,12,'','',NULL,NULL,NULL,1),(11,'2017-05-12 13:16:36','2017-05-12 09:18:20',11,1,'','MR','Smith','Laurent','45 Big road','897','Seattle',NULL,11,NULL,'Director','','','','','','','','ldestailleur_200x200.png',0,0,12,12,'','',NULL,NULL,NULL,1),(12,'2017-05-12 13:19:31','2017-05-12 09:19:42',11,1,'','MR','Einstein','','','','',NULL,11,NULL,'Genius','333444555','','','','genius@example.com','','','Einstein.jpg',0,0,12,12,'','',NULL,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_socpeople` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_socpeople_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_socpeople_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_socpeople_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_socpeople_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_socpeople_extrafields`
      +--
      +
      +LOCK TABLES `llx_socpeople_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_socpeople_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_socpeople_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_stock_lotserial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_stock_lotserial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_stock_lotserial` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_stock_lotserial`
      +--
      +
      +LOCK TABLES `llx_stock_lotserial` WRITE;
      +/*!40000 ALTER TABLE `llx_stock_lotserial` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_stock_lotserial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_stock_mouvement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_stock_mouvement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_stock_mouvement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datem` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `value` double DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `type_mouvement` smallint(6) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_origin` int(11) DEFAULT NULL,
      +  `origintype` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `inventorycode` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_stock_mouvement_fk_product` (`fk_product`),
      +  KEY `idx_stock_mouvement_fk_entrepot` (`fk_entrepot`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_stock_mouvement`
      +--
      +
      +LOCK TABLES `llx_stock_mouvement` WRITE;
      +/*!40000 ALTER TABLE `llx_stock_mouvement` DISABLE KEYS */;
      +INSERT INTO `llx_stock_mouvement` VALUES (1,'2010-07-08 22:43:51','2010-07-09 00:43:51',2,2,1000,0.00000000,0,1,'Correct stock',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-10 22:56:18','2010-07-11 00:56:18',4,2,500,0.00000000,0,1,'Init',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'2010-07-10 23:02:20','2010-07-11 01:02:20',4,2,500,0.00000000,0,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'2010-07-11 16:49:44','2010-07-11 18:49:44',4,1,2,10.00000000,3,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'2010-07-11 16:49:44','2010-07-11 18:49:44',1,1,4,0.00000000,3,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'2013-01-19 17:22:48','2013-01-19 18:22:48',11,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'2013-01-19 17:22:48','2013-01-19 18:22:48',4,1,-1,5.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'2013-01-19 17:22:48','2013-01-19 18:22:48',1,1,-2,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'2013-01-19 17:31:10','2013-01-19 18:31:10',2,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'2013-01-19 17:31:58','2013-01-19 18:31:58',2,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'2016-07-30 13:39:31','2016-07-30 17:39:31',10,2,50,0.00000000,0,12,'Stock correction for product COMP-XP4523',0,'',NULL,NULL,'5599887766452',NULL,NULL),(13,'2016-07-30 13:40:12','2016-07-30 17:40:12',10,2,60,0.00000000,0,12,'Stock correction for product COMP-XP4523',0,'',NULL,NULL,'4494487766452',NULL,NULL),(14,'2016-07-30 13:40:39','2016-07-30 17:40:39',10,2,-35,0.00000000,1,12,'Stock transfer of product COMP-XP4523 into another warehouse',0,'',NULL,'160730174015','5599887766452',NULL,NULL),(15,'2016-07-30 13:40:39','2016-07-30 17:40:39',10,1,35,0.00000000,0,12,'Stock transfer of product COMP-XP4523 into another warehouse',0,'',NULL,'160730174015','5599887766452',NULL,NULL),(16,'2017-02-15 23:58:08','2017-02-16 03:58:08',10,1,-1,100.00000000,2,12,'Exp&eacute;dition SH1702-0002 valid&eacute;e',3,'shipping',NULL,NULL,'5599887766452',NULL,NULL),(17,'2017-02-16 00:12:09','2017-02-16 04:12:09',10,1,1,0.00000000,3,12,'Exp&eacute;dition SH1702-0002 supprim&eacute;e',0,'',NULL,NULL,'5599887766452',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_stock_mouvement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_message`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_message`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_message` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` smallint(6) DEFAULT '0',
      +  `label` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `body_short` text COLLATE utf8_unicode_ci,
      +  `body_long` text COLLATE utf8_unicode_ci,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cible` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nbemail` int(11) DEFAULT NULL,
      +  `email_from` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_replyto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_errorsto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creat` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_appro` datetime DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_appro` int(11) DEFAULT NULL,
      +  `joined_file1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_message`
      +--
      +
      +LOCK TABLES `llx_submitew_message` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_message` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_submitew_message` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_targets`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_targets`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_targets` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `targetcode` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `langcode` varchar(5) COLLATE utf8_unicode_ci DEFAULT 'en_US',
      +  `url` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `comment` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `titlelength` int(11) DEFAULT '32',
      +  `descshortlength` int(11) DEFAULT '256',
      +  `desclonglength` int(11) DEFAULT '2000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_submitewtargets` (`label`,`langcode`)
      +) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_targets`
      +--
      +
      +LOCK TABLES `llx_submitew_targets` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_targets` DISABLE KEYS */;
      +INSERT INTO `llx_submitew_targets` VALUES (17,'hhho','email','fr_FR','',NULL,NULL,NULL,0,0,-1,0),(34,'pppp','facebook','fr_FR',NULL,'eldy','ld101010-fk',NULL,0,-1,-1,-1),(35,'hfghfgh','web','de_DE','http://wwww','ffffmmm','null',NULL,0,-1,-1,-1),(37,'llll','linkedin','fr_FR','',NULL,NULL,NULL,0,32,256,2000),(55,'fff','dig','fr_FR',NULL,'hfgh','hfghgf',NULL,0,-1,-1,-1),(56,'aaaaaaa','linkedin','da_DK',NULL,'aa','aaa',NULL,0,32,256,2000),(57,'ddd','dig','en_US',NULL,'dd',NULL,NULL,0,32,256,2000),(59,'dddff','dig','en_US',NULL,NULL,NULL,NULL,0,32,256,2000),(68,'dddffe','dig','en_US',NULL,NULL,NULL,NULL,0,32,256,2000),(70,'dddffef','dig','en_US','http://www.dig.com',NULL,NULL,NULL,0,32,256,2000),(71,'ffff','dig','en_US','http://www.dig.com',NULL,NULL,NULL,0,32,256,2000);
      +/*!40000 ALTER TABLE `llx_submitew_targets` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_targets_params`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_targets_params`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_targets_params` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_target` int(11) NOT NULL,
      +  `paramkey` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `paramvalue` varchar(128) COLLATE utf8_unicode_ci DEFAULT '',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_submitewtargets_fk_target` (`fk_target`),
      +  UNIQUE KEY `uk_submitewtargets_params` (`fk_target`,`paramkey`,`paramvalue`),
      +  CONSTRAINT `fk_submitewtargets_fk_target` FOREIGN KEY (`fk_target`) REFERENCES `llx_submitew_targets` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_targets_params`
      +--
      +
      +LOCK TABLES `llx_submitew_targets_params` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_targets_params` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_submitew_targets_params` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_subscription`
      +--
      +
      +DROP TABLE IF EXISTS `llx_subscription`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_subscription` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `dateadh` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `subscription` double(24,8) DEFAULT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_subscription` (`fk_adherent`,`dateadh`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_subscription`
      +--
      +
      +LOCK TABLES `llx_subscription` WRITE;
      +/*!40000 ALTER TABLE `llx_subscription` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_subscription` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `price` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposal`
      +--
      +
      +LOCK TABLES `llx_supplier_proposal` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposal` DISABLE KEYS */;
      +INSERT INTO `llx_supplier_proposal` VALUES (2,'(PROV2)',1,NULL,NULL,10,NULL,'2017-02-17 00:40:50','2017-02-17 04:40:14',NULL,NULL,12,NULL,NULL,NULL,0,0,NULL,NULL,0,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,NULL,NULL,2,7,'','','aurore','2017-02-17',1,NULL,NULL,1,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_supplier_proposal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposal_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposal_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposal_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposal_extrafields`
      +--
      +
      +LOCK TABLES `llx_supplier_proposal_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposal_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_supplier_proposal_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposaldet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposaldet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposaldet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_supplier_proposal` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `info_bits` int(11) DEFAULT '0',
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `ref_fourn` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_supplier_proposaldet_fk_supplier_proposal` (`fk_supplier_proposal`),
      +  KEY `idx_supplier_proposaldet_fk_product` (`fk_product`),
      +  KEY `fk_supplier_proposaldet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_supplier_proposaldet_fk_supplier_proposal` FOREIGN KEY (`fk_supplier_proposal`) REFERENCES `llx_supplier_proposal` (`rowid`),
      +  CONSTRAINT `fk_supplier_proposaldet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposaldet`
      +--
      +
      +LOCK TABLES `llx_supplier_proposaldet` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet` DISABLE KEYS */;
      +INSERT INTO `llx_supplier_proposaldet` VALUES (2,2,NULL,NULL,NULL,'A powerfull computer with 8Gb memory.',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,200.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,0,0.00000000,NULL,0,1,'',1,'EUR',200.00000000,200.00000000,0.00000000,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposaldet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposaldet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposaldet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposaldet_extrafields`
      +--
      +
      +LOCK TABLES `llx_supplier_proposaldet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_takepos_floor_tables`
      +--
      +
      +DROP TABLE IF EXISTS `llx_takepos_floor_tables`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_takepos_floor_tables` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `leftpos` float DEFAULT NULL,
      +  `toppos` float DEFAULT NULL,
      +  `floor` int(3) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_takepos_floor_tables`
      +--
      +
      +LOCK TABLES `llx_takepos_floor_tables` WRITE;
      +/*!40000 ALTER TABLE `llx_takepos_floor_tables` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_takepos_floor_tables` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `track_id` varchar(128) NOT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `fk_project` int(11) DEFAULT '0',
      +  `origin_email` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_assign` int(11) DEFAULT NULL,
      +  `subject` varchar(255) DEFAULT NULL,
      +  `message` text,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `resolution` int(11) DEFAULT NULL,
      +  `progress` varchar(100) DEFAULT NULL,
      +  `timing` varchar(20) DEFAULT NULL,
      +  `type_code` varchar(32) DEFAULT NULL,
      +  `category_code` varchar(32) DEFAULT NULL,
      +  `severity_code` varchar(32) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `date_read` datetime DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `notify_tiers_at_create` tinyint(4) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ticket_track_id` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket`
      +--
      +
      +LOCK TABLES `llx_ticket` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket` DISABLE KEYS */;
      +INSERT INTO `llx_ticket` VALUES (1,1,'aaa','d42iybp7p6d1cvqi',248,12,NULL,12,NULL,'aaa','aaa',1,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-06-04 21:36:42','2018-10-01 03:20:18',NULL,0,'2018-10-01 01:20:18');
      +/*!40000 ALTER TABLE `llx_ticket` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `aaa` int(10) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_extrafields`
      +--
      +
      +LOCK TABLES `llx_ticket_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_extrafields` VALUES (1,'2018-06-04 19:36:42',1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ticket_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticket_logs_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticket_logs_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticket` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_logs`
      +--
      +
      +LOCK TABLES `llx_ticket_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_logs` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_logs` VALUES (1,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:20:18','Ticket read by Alice Adminson');
      +/*!40000 ALTER TABLE `llx_ticket_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_msg`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_msg`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_msg` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  `private` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticket_msg_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticket_msg_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticket` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_msg`
      +--
      +
      +LOCK TABLES `llx_ticket_msg` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_msg` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_msg` VALUES (1,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:18:19','gdfgdf',0),(2,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:18:30','gdf',0);
      +/*!40000 ALTER TABLE `llx_ticket_msg` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `track_id` varchar(128) NOT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `fk_project` int(11) DEFAULT '0',
      +  `origin_email` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_assign` int(11) DEFAULT NULL,
      +  `subject` varchar(255) DEFAULT NULL,
      +  `message` text,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `resolution` int(11) DEFAULT NULL,
      +  `progress` varchar(100) DEFAULT NULL,
      +  `timing` varchar(20) DEFAULT NULL,
      +  `type_code` varchar(32) DEFAULT NULL,
      +  `category_code` varchar(32) DEFAULT NULL,
      +  `severity_code` varchar(32) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `date_read` datetime DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `notify_tiers_at_create` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ticketsup_track_id` (`track_id`),
      +  KEY `id_ticketsup_track_id` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup`
      +--
      +
      +LOCK TABLES `llx_ticketsup` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup` VALUES (16,1,'TS1803-0001','bmhki5neaa7bszvy',64,12,NULL,12,11,'hfghfgbvcbcv','hgfhfghf<br />\r\ngdgdgdhghfghf',3,NULL,'100','NORMAL','COM','OTHER','NORMAL','2018-03-13 15:19:47','2018-03-18 21:55:12','2018-04-10 18:00:15','2018-05-01 10:32:20',1),(17,1,'TS1803-0002','ltvd8zthmu5b7v42',148,NULL,NULL,12,NULL,'hfghf','jghjhg',6,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-16 13:30:33','2018-03-18 22:00:39',NULL,'2018-03-18 18:27:03',1),(20,1,'TS1803-0005','o9997psaapahwrxi',NULL,NULL,NULL,12,NULL,'khjkhj','mmmmm',1,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-18 22:55:56','2018-03-19 14:57:36',NULL,'2018-03-19 10:57:36',0),(21,1,'TS1803-0006','hh2ludsvj32lp8sq',NULL,NULL,NULL,12,NULL,'gdfg','gdfgfd',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-18 22:56:20',NULL,NULL,'2018-03-18 18:56:20',1),(22,1,'TS1803-0007','4e8iy89hes9a5w8d',NULL,NULL,NULL,12,NULL,'ffffffff','fsdf',0,NULL,'0','NORMAL','COM','OTHER','NORMAL','2018-03-18 23:00:41',NULL,NULL,'2018-04-12 19:41:47',1),(23,1,'TS1804-0008','jbm8vxsqw19817fm',79,NULL,'aaa@aaa.com',NULL,NULL,'ssss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:20:40',NULL,NULL,'2018-04-12 21:20:40',1),(24,1,'TS1804-0009','q32naisayppjgr5b',NULL,NULL,'f@f.com',NULL,NULL,'sss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:23:34',NULL,NULL,'2018-04-12 21:23:34',1),(25,1,'TS1804-0010','dst5xryjb55jjxs6',NULL,NULL,'f@f.com',NULL,NULL,'sss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:31:01',NULL,NULL,'2018-04-12 21:31:01',1),(26,1,'TS1804-0011','qh9ar34ut2shp5rq',151,NULL,'testldr6@dolicloud.com',NULL,NULL,'ppppp','gdgdgdfg',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-19 15:05:23',NULL,NULL,'2018-04-19 13:05:23',1);
      +/*!40000 ALTER TABLE `llx_ticketsup` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `aaa` varchar(255) DEFAULT NULL,
      +  `listeonly` varchar(255) DEFAULT NULL,
      +  `bbb` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_extrafields`
      +--
      +
      +LOCK TABLES `llx_ticketsup_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_extrafields` VALUES (15,'2018-04-12 21:20:40',23,NULL,'aaaa',NULL,NULL),(16,'2018-04-12 21:23:34',24,NULL,'aaa',NULL,NULL),(17,'2018-04-12 21:31:01',25,NULL,'aaa',NULL,NULL),(20,'2018-04-13 10:42:15',22,NULL,'fffppgggffooppmmpp',NULL,NULL),(26,'2018-04-19 13:05:23',26,NULL,'aaa',NULL,NULL),(56,'2018-04-30 08:32:50',16,NULL,'ljklj',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ticketsup_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticketsup_logs_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticketsup_logs_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticketsup` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_logs`
      +--
      +
      +LOCK TABLES `llx_ticketsup_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_logs` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_logs` VALUES (14,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:31:15','Change classification : from Other to Other'),(15,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:31:22','Change classification : from Commercial question to Issue or problem'),(16,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:27','Ticket assigned to David Doe'),(17,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:36','Ticket assigned to hgfhfg hgfh'),(18,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:47','Ticket assigned to Sam Scientol'),(19,1,'bmhki5neaa7bszvy',12,'2018-03-18 15:01:20','Ticket assigned to Zack Zeceo'),(20,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:30:49','Ticket read by Alice Adminson'),(22,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:37:42','Status changed : Read to Not read'),(23,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:37:55','Ticket read by Alice Adminson'),(24,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:03','Status changed : Read to Not read'),(25,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:25','Ticket read by Alice Adminson'),(26,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:29','Status changed : Read to Not read'),(27,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:45','Ticket read by Alice Adminson'),(28,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:43:30','Status changed : Read to Not read'),(29,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:19','Status changed : Not read to Read'),(30,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:21','Status changed : Read to Not read'),(31,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:25','Ticket read by Alice Adminson'),(32,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:29','Status changed : Read to Not read'),(33,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:31','Status changed : Not read to Read'),(34,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:40','Status changed : Read to Not read'),(35,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:48:06','Ticket read by Alice Adminson'),(36,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:48:10','Status changed : Read to Not read'),(37,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:55:06','Ticket read by Alice Adminson'),(38,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:55:12','Ticket read by Alice Adminson'),(39,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:00:39','Ticket read by Alice Adminson'),(40,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:01','Status changed : Answered to Assigned'),(41,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:08','Status changed : Assigned to Answered'),(42,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:16','Status changed : Answered to In progress'),(43,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:27:03','Status changed : In progress to Waiting'),(44,1,'o9997psaapahwrxi',12,'2018-03-19 14:57:35','Ticket read by Alice Adminson'),(45,1,'o9997psaapahwrxi',12,'2018-03-19 14:57:36','Ticket read by Alice Adminson'),(46,1,'bmhki5neaa7bszvy',12,'2018-04-10 17:58:28','Status changed : Lu to En cours'),(47,1,'bmhki5neaa7bszvy',12,'2018-04-10 17:58:44','Ticket cl&ocirc;t par Alice Adminson'),(48,1,'bmhki5neaa7bszvy',12,'2018-04-10 18:00:15','Ticket cl&ocirc;t par Alice Adminson'),(49,1,'bmhki5neaa7bszvy',12,'2018-04-13 12:11:32','Ticket r&eacute;-ouvert'),(50,1,'bmhki5neaa7bszvy',12,'2018-04-15 11:45:53','Status changed : assign&eacute; to Unread'),(51,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:01:24','Change classification : from  to '),(52,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:01:26','Change classification : from  to '),(53,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:02:03','Change classification : from  to '),(54,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:02:27','Change classification : from  to '),(55,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:09:03','Change classification : from  to '),(56,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:09:34','Change classification : from  to '),(57,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:15:04','Change classification : from  to '),(58,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:15:54','Change classification : from  to '),(59,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:17:47','Change classification : from  to '),(60,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:04','Change classification : from  to '),(61,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:28','Change classification : from  to '),(62,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:39','Change classification : from  to '),(63,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:00','Change classification : from  to '),(64,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:06','Change classification : from  to '),(65,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:09','Change classification : from  to '),(66,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:13','Change classification : from  to '),(67,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:24:52','Change classification : from  to '),(68,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:24:58','Change classification : from  to '),(69,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:26:41','Change classification : from  to '),(70,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:03','Change classification : from  to '),(71,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:06','Change classification : from  to '),(72,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:30','Initial message modified \n  hgfhfghf\n+ gdgdgd\n'),(73,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:13','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(74,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:28','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(75,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:47','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(76,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:55','Initial message modified \n  hgfhfghf\n- gdgdgd\n+ gdgdgdhghfghf\n'),(77,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:58','Change classification : from  to '),(78,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:29:55','Change classification : from  to '),(79,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:32:42','Change classification : from  to '),(80,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:32:50','Change classification : from  to '),(81,1,'bmhki5neaa7bszvy',12,'2018-05-01 12:32:20','Status changed : Unread to Answered');
      +/*!40000 ALTER TABLE `llx_ticketsup_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_msg`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_msg`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_msg` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  `private` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticketsup_msg_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticketsup_msg_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticketsup` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_msg`
      +--
      +
      +LOCK TABLES `llx_ticketsup_msg` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_msg` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_msg` VALUES (1,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:30:57','gdfd',0),(2,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:24:18','fdsfds',0),(3,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:24:39','hfghfg',0);
      +/*!40000 ALTER TABLE `llx_ticketsup_msg` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_tva`
      +--
      +
      +DROP TABLE IF EXISTS `llx_tva`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_tva` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` date DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_typepayment` int(11) DEFAULT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_tva`
      +--
      +
      +LOCK TABLES `llx_tva` WRITE;
      +/*!40000 ALTER TABLE `llx_tva` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_tva` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `login` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `employee` smallint(6) DEFAULT '1',
      +  `fk_establishment` int(11) DEFAULT '0',
      +  `pass` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_crypted` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_temp` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `api_key` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `job` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `office_phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `office_fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_mobile` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `signature` text COLLATE utf8_unicode_ci,
      +  `admin` smallint(6) DEFAULT '0',
      +  `webcal_login` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module_comm` smallint(6) DEFAULT '1',
      +  `module_compta` smallint(6) DEFAULT '1',
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fk_member` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `datelastlogin` datetime DEFAULT NULL,
      +  `datepreviouslogin` datetime DEFAULT NULL,
      +  `egroupware_id` int(11) DEFAULT NULL,
      +  `ldap_sid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` tinyint(4) DEFAULT '1',
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `openid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `thm` double(24,8) DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_state` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT '0',
      +  `color` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT '0',
      +  `nb_holiday` int(11) DEFAULT '0',
      +  `salary` double(24,8) DEFAULT NULL,
      +  `tjm` double(24,8) DEFAULT NULL,
      +  `salaryextra` double(24,8) DEFAULT NULL,
      +  `weeklyhours` double(16,8) DEFAULT NULL,
      +  `gender` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `dateemployment` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `birth` date DEFAULT NULL,
      +  `pass_encoding` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `default_range` int(11) DEFAULT NULL,
      +  `default_c_exp_tax_cat` int(11) DEFAULT NULL,
      +  `dateemploymentend` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_login` (`login`,`entity`),
      +  UNIQUE KEY `uk_user_fk_socpeople` (`fk_socpeople`),
      +  UNIQUE KEY `uk_user_fk_member` (`fk_member`),
      +  UNIQUE KEY `uk_user_api_key` (`api_key`),
      +  KEY `idx_user_api_key` (`api_key`),
      +  KEY `idx_user_fk_societe` (`fk_soc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user`
      +--
      +
      +LOCK TABLES `llx_user` WRITE;
      +/*!40000 ALTER TABLE `llx_user` DISABLE KEYS */;
      +INSERT INTO `llx_user` VALUES (1,'2010-07-08 13:20:11','2017-02-01 15:06:04',NULL,NULL,'aeinstein',0,NULL,NULL,NULL,1,0,NULL,'11c9c772d6471aa24c27274bdd8a223b',NULL,NULL,'Einstein','Albert','','','123456789','','','aeinstein@example.com','',0,'',1,1,NULL,NULL,NULL,'','2015-10-05 08:32:44','2015-10-03 11:43:50',NULL,'',1,'alberteinstein.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'aaaaff','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'2010-07-08 13:54:48','2017-02-01 15:06:04',NULL,NULL,'demo',1,NULL,NULL,NULL,1,0,NULL,'fe01ce2a7fbac8fafaed7c982a04e229',NULL,NULL,'Doe','David','','','09123123','','','daviddoe@mycompany.com','',0,'',1,1,NULL,NULL,NULL,'','2016-07-30 23:10:54','2016-07-30 23:04:17',NULL,'',1,'johndoe.png',NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-11 16:18:59','2017-02-01 15:06:04',NULL,NULL,'pcurie',1,NULL,NULL,NULL,1,0,NULL,'ab335b4eb4c3c99334f656e5db9584c9',NULL,NULL,'Curie','Pierre','','','','','','pcurie@example.com','',0,'',1,1,NULL,NULL,2,'','2012-12-21 17:38:55',NULL,NULL,'',1,'pierrecurie.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'2013-01-23 17:52:27','2017-02-01 15:06:04',NULL,NULL,'bbookkeeper',1,NULL,NULL,NULL,1,0,NULL,'a7d30b58d647fcf59b7163f9592b1dbb',NULL,NULL,'Bookkeeper','Bob','Bookkeeper','','','','','','',0,'',1,1,17,6,NULL,'','2013-02-25 10:18:41','2013-01-23 17:53:20',NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'2015-10-03 11:47:41','2017-02-01 15:06:04',NULL,NULL,'mcurie',1,NULL,NULL,NULL,1,0,NULL,'52cda011808bb282d1d3625ab607a145',NULL,'t3mnkbhs','Curie','Marie','','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,'mariecurie.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'ffaaff','',NULL,0,0,NULL,NULL,NULL,NULL,'woman',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'2015-10-05 09:07:52','2017-02-01 15:06:04',NULL,NULL,'zzeceo',1,NULL,NULL,NULL,1,0,NULL,'92af989c4c3a5140fb5d73eb77a52454',NULL,'cq78nf9m','Zeceo','Zack','President','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 22:48:08','2015-10-05 21:18:46',NULL,'',1,NULL,NULL,NULL,NULL,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'2015-10-05 09:09:46','2018-01-19 11:24:18',NULL,NULL,'admin',0,NULL,NULL,NULL,1,0,NULL,'f6fdffe48c908deb0f4c3bd36c032e72',NULL,'nd6hgbcr','Adminson','Alice','Admin Technical','','','','','','Alice - 123',1,NULL,1,1,NULL,NULL,NULL,'','2018-03-16 13:54:23','2018-01-19 11:21:41',NULL,'',1,'mariecurie.jpg',NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'woman',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'2015-10-05 21:29:35','2017-02-01 15:06:04',NULL,NULL,'ccommercy',1,NULL,NULL,NULL,1,0,NULL,'179858e041af35e8f4c81d68c55fe9da',NULL,'y451ksdv','Commercy','Charle','Commercial leader','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'2015-10-05 21:33:33','2017-02-01 15:06:04',NULL,NULL,'sscientol',1,NULL,NULL,NULL,1,0,NULL,'39bee07ac42f31c98e79cdcd5e5fe4c5',NULL,'s2hp8bxd','Scientol','Sam','Scientist leader','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,'2015-10-05 22:47:52','2017-02-20 16:49:00',NULL,NULL,'ccommerson',1,NULL,NULL,NULL,1,0,NULL,'d68005ccf362b82d084551b6291792a3',NULL,'cx9y1dk0','Charle1','Commerson','Sale representative','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 23:46:24','2015-10-05 23:37:31',NULL,'',1,NULL,NULL,NULL,13,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,'2015-10-05 22:48:39','2017-02-01 15:06:04',NULL,NULL,'cc2',1,NULL,NULL,NULL,1,0,NULL,'a964065211872fb76f876c6c3e952ea3',NULL,'gw8cb7xj','Charle2','Commerson','Sale representative','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 23:16:06',NULL,NULL,'',0,NULL,NULL,NULL,13,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,'2016-01-22 17:27:02','2017-02-01 15:06:04',NULL,NULL,'ldestailleur',1,NULL,NULL,NULL,1,0,NULL,'1bb7805145a7a5066df9e6d585b8b645',NULL,'87g06wbx','Destailleur','Laurent','Project leader of Dolibarr ERP CRM','','','','','ldestailleur@example.com','<div style=\"line-height: 20.8px;\"><strong>Laurent DESTAILLEUR</strong></div>\r\n\r\n<div style=\"line-height: 20.8px;\">\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\"><span style=\"color:rgb(96, 97, 99); font-family:arial; font-size:medium\"><strong>Project Director</strong></span><br />\r\n<span style=\"color:rgb(51, 102, 153)\"><span style=\"color:rgb(153, 51, 153); font-family:tahoma,new york,times,serif\"><span style=\"color:rgb(51, 102, 153)\">ldestailleur@example.com</span></span></span></div>\r\n\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\">&nbsp;</div>\r\n\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\">\r\n<div style=\"color: rgb(0, 0, 0);\"><span style=\"color:rgb(153, 51, 153); font-family:arial,helvetica,sans-serif; font-size:small\"><span style=\"color:rgb(51, 102, 153)\"><a href=\"http://www.facebook.com/teclib\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">Facebook</a></span>&nbsp;|&nbsp;<span style=\"color:rgb(51, 102, 153)\"><a href=\"http://twitter.com/teclib\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">Twitter</a></span>&nbsp;|&nbsp;<span style=\"color:rgb(51, 102, 153)\"><span style=\"color:rgb(153, 51, 153)\"><a href=\"http://www.teclib.com/\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">www.teclib.com</a></span></span></span></div>\r\n</div>\r\n</div>',0,NULL,1,1,10,10,NULL,'More information on http://www.destailleur.fr','2017-09-06 11:55:30','2017-08-30 15:53:25',NULL,'',1,'ldestailleur_200x200.jpg',NULL,NULL,NULL,NULL,'','','',NULL,NULL,'007f7f','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,'2017-02-02 03:55:44','2017-02-01 23:56:50',NULL,NULL,'aboston',1,NULL,NULL,NULL,1,0,NULL,'a7a77a5aff2d5fc2f75f2f61507c88d4',NULL,NULL,'Boston','Alex','','','','','','aboston@example.com','<strong>Alex Boston</strong><br />\r\nAdmin support service - 555 01 02 03 04',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,12,25.00000000,'','','',NULL,NULL,'ff00ff','',NULL,0,0,NULL,NULL,NULL,32.00000000,NULL,NULL,'2014-11-04 00:00:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_alert`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_alert`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_alert` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_alert`
      +--
      +
      +LOCK TABLES `llx_user_alert` WRITE;
      +/*!40000 ALTER TABLE `llx_user_alert` DISABLE KEYS */;
      +INSERT INTO `llx_user_alert` VALUES (1,1,1,1),(2,1,10,12);
      +/*!40000 ALTER TABLE `llx_user_alert` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_clicktodial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_clicktodial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_clicktodial` (
      +  `fk_user` int(11) NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `poste` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_clicktodial`
      +--
      +
      +LOCK TABLES `llx_user_clicktodial` WRITE;
      +/*!40000 ALTER TABLE `llx_user_clicktodial` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_clicktodial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_employment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_employment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_employment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `job` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `salary` double(24,8) DEFAULT NULL,
      +  `salaryextra` double(24,8) DEFAULT NULL,
      +  `weeklyhours` double(16,8) DEFAULT NULL,
      +  `dateemployment` date DEFAULT NULL,
      +  `dateemploymentend` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_employment` (`ref`,`entity`),
      +  KEY `fk_user_employment_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_user_employment_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_employment`
      +--
      +
      +LOCK TABLES `llx_user_employment` WRITE;
      +/*!40000 ALTER TABLE `llx_user_employment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_employment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_user_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_extrafields`
      +--
      +
      +LOCK TABLES `llx_user_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_user_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_param`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_param`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_param` (
      +  `fk_user` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `param` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `value` text COLLATE utf8_unicode_ci NOT NULL,
      +  UNIQUE KEY `uk_user_param` (`fk_user`,`param`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_param`
      +--
      +
      +LOCK TABLES `llx_user_param` WRITE;
      +/*!40000 ALTER TABLE `llx_user_param` DISABLE KEYS */;
      +INSERT INTO `llx_user_param` VALUES (1,1,'MAIN_BOXES_0','1'),(1,1,'MAIN_THEME','eldy'),(1,3,'THEME_ELDY_ENABLE_PERSONALIZED','1'),(1,1,'THEME_ELDY_RGB','ded0ed'),(1,3,'THEME_ELDY_RGB','d0ddc3'),(2,1,'MAIN_BOXES_0','1'),(11,1,'MAIN_BOXES_0','1'),(12,1,'MAIN_BOXES_0','1'),(12,1,'MAIN_LANG_DEFAULT','en_US'),(12,1,'MAIN_SELECTEDFIELDS_/dolibarr_4.0/htdocs/adherents/list.php','d.zip,d.ref,d.lastname,d.firstname,d.company,d.login,d.morphy,t.libelle,d.email,d.datefin,d.statut,'),(12,1,'MAIN_SELECTEDFIELDS_invoicelist','f.tms,f.facnumber,f.ref_client,f.date,f.date_lim_reglement,s.nom,s.town,s.zip,f.fk_mode_reglement,f.total_ht,rtp,f.fk_statut,'),(12,1,'MAIN_SELECTEDFIELDS_projectlist','p.budget_amount,p.ref,p.title,s.nom,commercial,p.dateo,p.datee,p.public,p.opp_amount,p.fk_opp_status,p.opp_percent,p.fk_statut,ef.priority,'),(12,1,'MAIN_SELECTEDFIELDS_proposallist','p.datec,p.ref,p.ref_client,s.nom,s.town,s.zip,p.date,p.fin_validite,p.total_ht,u.login,p.fk_statut,'),(12,1,'MAIN_SELECTEDFIELDS_servicelist','p.ref,p.label,p.duration,p.sellprice,p.minbuyprice,p.tosell,p.tobuy,');
      +/*!40000 ALTER TABLE `llx_user_param` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_rib`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_rib`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_rib` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bank` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_rib`
      +--
      +
      +LOCK TABLES `llx_user_rib` WRITE;
      +/*!40000 ALTER TABLE `llx_user_rib` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_rib` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_rights`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_rights`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_rights` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_id` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_rights` (`entity`,`fk_user`,`fk_id`),
      +  KEY `fk_user_rights_fk_user_user` (`fk_user`),
      +  CONSTRAINT `fk_user_rights_fk_user_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16387 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_rights`
      +--
      +
      +LOCK TABLES `llx_user_rights` WRITE;
      +/*!40000 ALTER TABLE `llx_user_rights` DISABLE KEYS */;
      +INSERT INTO `llx_user_rights` VALUES (12402,1,1,11),(12380,1,1,12),(12385,1,1,13),(12389,1,1,14),(12393,1,1,15),(12398,1,1,16),(12404,1,1,19),(9726,1,1,21),(9700,1,1,22),(9706,1,1,24),(9711,1,1,25),(9716,1,1,26),(9722,1,1,27),(9728,1,1,28),(9978,1,1,31),(9968,1,1,32),(9974,1,1,34),(1910,1,1,36),(9980,1,1,38),(11573,1,1,41),(11574,1,1,42),(11575,1,1,44),(11576,1,1,45),(7184,1,1,61),(7181,1,1,62),(7183,1,1,64),(7185,1,1,67),(7186,1,1,68),(1678,1,1,71),(1673,1,1,72),(1675,1,1,74),(1679,1,1,75),(1677,1,1,76),(1681,1,1,78),(1682,1,1,79),(12322,1,1,81),(12309,1,1,82),(12312,1,1,84),(12314,1,1,86),(12317,1,1,87),(12320,1,1,88),(12323,1,1,89),(11580,1,1,91),(11581,1,1,92),(11582,1,1,93),(11583,1,1,94),(10097,1,1,95),(10099,1,1,96),(10103,1,1,97),(10104,1,1,98),(7139,1,1,101),(7134,1,1,102),(7136,1,1,104),(7137,1,1,105),(7138,1,1,106),(7140,1,1,109),(10229,1,1,111),(10201,1,1,112),(10207,1,1,113),(10213,1,1,114),(10219,1,1,115),(10225,1,1,116),(10231,1,1,117),(12518,1,1,121),(12508,1,1,122),(12514,1,1,125),(12520,1,1,126),(11577,1,1,141),(11578,1,1,142),(11579,1,1,144),(2307,1,1,151),(2304,1,1,152),(2306,1,1,153),(2308,1,1,154),(10092,1,1,161),(10093,1,1,162),(10094,1,1,163),(10095,1,1,164),(10096,1,1,165),(1585,1,1,170),(12342,1,1,171),(12331,1,1,172),(12335,1,1,173),(12339,1,1,174),(12343,1,1,178),(10000,1,1,221),(9990,1,1,222),(9996,1,1,223),(10002,1,1,229),(10007,1,1,237),(10011,1,1,238),(10015,1,1,239),(1686,1,1,241),(1685,1,1,242),(1687,1,1,243),(12604,1,1,251),(12566,1,1,252),(12569,1,1,253),(12572,1,1,254),(12575,1,1,255),(12579,1,1,256),(1617,1,1,258),(12525,1,1,262),(12544,1,1,281),(12534,1,1,282),(12540,1,1,283),(12546,1,1,286),(12288,1,1,300),(12290,1,1,301),(11591,1,1,302),(1763,1,1,331),(1762,1,1,332),(1764,1,1,333),(12582,1,1,341),(12584,1,1,342),(12586,1,1,343),(12588,1,1,344),(12600,1,1,351),(12593,1,1,352),(12597,1,1,353),(12601,1,1,354),(12605,1,1,358),(12560,1,1,531),(12553,1,1,532),(12557,1,1,534),(1625,1,1,536),(12561,1,1,538),(12358,1,1,700),(12348,1,1,701),(12354,1,1,702),(12360,1,1,703),(1755,1,1,1001),(1754,1,1,1002),(1756,1,1,1003),(1758,1,1,1004),(1759,1,1,1005),(7146,1,1,1101),(7143,1,1,1102),(7145,1,1,1104),(7147,1,1,1109),(12412,1,1,1181),(12458,1,1,1182),(12417,1,1,1183),(12420,1,1,1184),(12423,1,1,1185),(12427,1,1,1186),(12431,1,1,1187),(12437,1,1,1188),(12434,1,1,1189),(1578,1,1,1201),(1579,1,1,1202),(12454,1,1,1231),(12443,1,1,1232),(12446,1,1,1233),(12449,1,1,1234),(12452,1,1,1235),(12455,1,1,1236),(12459,1,1,1237),(1736,1,1,1251),(12409,1,1,1321),(12326,1,1,1421),(8190,1,1,1791),(8187,1,1,1792),(8191,1,1,1793),(12264,1,1,2401),(12260,1,1,2402),(12266,1,1,2403),(12280,1,1,2411),(12276,1,1,2412),(12282,1,1,2413),(12286,1,1,2414),(1618,1,1,2500),(12370,1,1,2501),(12367,1,1,2503),(12371,1,1,2515),(9610,1,1,5001),(9611,1,1,5002),(12490,1,1,20001),(12468,1,1,20002),(12474,1,1,20003),(12480,1,1,20004),(12486,1,1,20005),(12492,1,1,20006),(12302,1,1,23001),(12295,1,1,23002),(12299,1,1,23003),(12303,1,1,23004),(7701,1,1,50101),(4984,1,1,50401),(4983,1,1,50402),(4985,1,1,50403),(4987,1,1,50411),(4988,1,1,50412),(4989,1,1,50415),(12498,1,1,55001),(12499,1,1,55002),(3564,1,1,100700),(3565,1,1,100701),(9596,1,1,101051),(9598,1,1,101052),(9600,1,1,101053),(9604,1,1,101060),(9605,1,1,101061),(7177,1,1,101201),(7178,1,1,101202),(10353,1,1,101250),(10355,1,1,101251),(8980,1,1,101261),(8981,1,1,101262),(7616,1,1,101331),(10030,1,1,101701),(10031,1,1,101702),(3582,1,1,102000),(3583,1,1,102001),(9819,1,1,400051),(9823,1,1,400052),(9827,1,1,400053),(9831,1,1,400055),(132,1,2,11),(133,1,2,12),(134,1,2,13),(135,1,2,14),(136,1,2,16),(137,1,2,19),(138,1,2,21),(139,1,2,22),(140,1,2,24),(141,1,2,25),(142,1,2,26),(143,1,2,27),(10359,1,2,31),(145,1,2,32),(10361,1,2,34),(146,1,2,36),(147,1,2,41),(148,1,2,42),(149,1,2,44),(150,1,2,61),(151,1,2,62),(152,1,2,64),(153,1,2,71),(154,1,2,72),(155,1,2,74),(156,1,2,75),(157,1,2,78),(158,1,2,79),(159,1,2,81),(160,1,2,82),(161,1,2,84),(162,1,2,86),(163,1,2,87),(164,1,2,88),(165,1,2,89),(166,1,2,91),(167,1,2,92),(168,1,2,93),(2475,1,2,95),(2476,1,2,96),(2477,1,2,97),(2478,1,2,98),(169,1,2,101),(170,1,2,102),(171,1,2,104),(172,1,2,109),(173,1,2,111),(174,1,2,112),(175,1,2,113),(176,1,2,114),(177,1,2,116),(178,1,2,117),(179,1,2,121),(180,1,2,122),(181,1,2,125),(182,1,2,141),(183,1,2,142),(184,1,2,144),(2479,1,2,151),(2480,1,2,152),(2481,1,2,153),(2482,1,2,154),(185,1,2,161),(186,1,2,162),(187,1,2,163),(188,1,2,164),(189,1,2,165),(190,1,2,170),(2471,1,2,171),(192,1,2,172),(2472,1,2,173),(193,1,2,221),(194,1,2,222),(195,1,2,229),(196,1,2,241),(197,1,2,242),(198,1,2,243),(199,1,2,251),(201,1,2,262),(202,1,2,281),(203,1,2,282),(204,1,2,283),(205,1,2,331),(15072,1,2,510),(2483,1,2,531),(207,1,2,532),(2484,1,2,534),(208,1,2,536),(2473,1,2,700),(210,1,2,701),(211,1,2,702),(2474,1,2,703),(15064,1,2,771),(15057,1,2,772),(15059,1,2,773),(15061,1,2,774),(15063,1,2,775),(15065,1,2,776),(212,1,2,1001),(213,1,2,1002),(214,1,2,1003),(215,1,2,1004),(216,1,2,1005),(217,1,2,1101),(218,1,2,1102),(219,1,2,1104),(220,1,2,1109),(15073,1,2,1121),(15074,1,2,1122),(15075,1,2,1123),(15076,1,2,1124),(15077,1,2,1125),(15078,1,2,1126),(221,1,2,1181),(222,1,2,1182),(223,1,2,1183),(224,1,2,1184),(225,1,2,1185),(226,1,2,1186),(227,1,2,1187),(228,1,2,1188),(229,1,2,1201),(230,1,2,1202),(231,1,2,1231),(232,1,2,1232),(233,1,2,1233),(234,1,2,1234),(235,1,2,1421),(236,1,2,2401),(237,1,2,2402),(238,1,2,2403),(239,1,2,2411),(240,1,2,2412),(241,1,2,2413),(242,1,2,2500),(2470,1,2,2501),(243,1,2,2515),(10363,1,2,20001),(10364,1,2,20002),(10365,1,2,20003),(10366,1,2,20004),(10367,1,2,20005),(10368,1,2,20006),(15054,1,2,23001),(10362,1,2,50101),(15067,1,2,55001),(15066,1,2,59001),(15068,1,2,63001),(15069,1,2,63002),(15070,1,2,63003),(15071,1,2,63004),(10372,1,2,101250),(1807,1,3,11),(1808,1,3,31),(1809,1,3,36),(1810,1,3,41),(1811,1,3,61),(1812,1,3,71),(1813,1,3,72),(1814,1,3,74),(1815,1,3,75),(1816,1,3,78),(1817,1,3,79),(1818,1,3,91),(1819,1,3,95),(1820,1,3,97),(1821,1,3,111),(1822,1,3,121),(1823,1,3,122),(1824,1,3,125),(1825,1,3,161),(1826,1,3,170),(1827,1,3,171),(1828,1,3,172),(1829,1,3,221),(1830,1,3,222),(1831,1,3,229),(1832,1,3,241),(1833,1,3,242),(1834,1,3,243),(1835,1,3,251),(1836,1,3,255),(1837,1,3,256),(1838,1,3,262),(1839,1,3,281),(1840,1,3,282),(1841,1,3,283),(1842,1,3,331),(1843,1,3,531),(1844,1,3,536),(1845,1,3,700),(1846,1,3,1001),(1847,1,3,1002),(1848,1,3,1003),(1849,1,3,1004),(1850,1,3,1005),(1851,1,3,1181),(1852,1,3,1182),(1853,1,3,1201),(1854,1,3,1202),(1855,1,3,1231),(1856,1,3,2401),(1857,1,3,2402),(1858,1,3,2403),(1859,1,3,2411),(1860,1,3,2412),(1861,1,3,2413),(1862,1,3,2500),(1863,1,3,2515),(8026,1,4,11),(8027,1,4,21),(8028,1,4,31),(8029,1,4,41),(8030,1,4,61),(8031,1,4,71),(8032,1,4,72),(8033,1,4,74),(8034,1,4,75),(8035,1,4,78),(8036,1,4,79),(8037,1,4,81),(8038,1,4,91),(8039,1,4,95),(8040,1,4,97),(8041,1,4,101),(8042,1,4,111),(8043,1,4,121),(8044,1,4,151),(8045,1,4,161),(8046,1,4,171),(8047,1,4,221),(8048,1,4,222),(8049,1,4,229),(8050,1,4,241),(8051,1,4,242),(8052,1,4,243),(8146,1,4,251),(8147,1,4,253),(8053,1,4,262),(8054,1,4,281),(8055,1,4,331),(8056,1,4,341),(8057,1,4,342),(8058,1,4,343),(8059,1,4,344),(8060,1,4,531),(8061,1,4,700),(8062,1,4,1001),(8063,1,4,1002),(8064,1,4,1003),(8065,1,4,1004),(8066,1,4,1005),(8067,1,4,1101),(8068,1,4,1181),(8069,1,4,1182),(8070,1,4,1201),(8071,1,4,1202),(8072,1,4,1231),(8073,1,4,2401),(8074,1,4,2501),(8075,1,4,2503),(8076,1,4,2515),(8077,1,4,20001),(8078,1,4,50101),(8079,1,4,101201),(8080,1,4,101261),(8081,1,4,102000),(8082,1,4,400051),(8083,1,4,400052),(8084,1,4,400053),(8085,1,4,400055),(12608,1,10,11),(12609,1,10,21),(12610,1,10,31),(12611,1,10,41),(12612,1,10,61),(12613,1,10,71),(12614,1,10,72),(12615,1,10,74),(12616,1,10,75),(12617,1,10,78),(12618,1,10,79),(12619,1,10,81),(12620,1,10,91),(12621,1,10,95),(12622,1,10,97),(12623,1,10,101),(12624,1,10,111),(12625,1,10,121),(12626,1,10,151),(12627,1,10,161),(12628,1,10,171),(12629,1,10,221),(12630,1,10,222),(12631,1,10,229),(12632,1,10,241),(12633,1,10,242),(12634,1,10,243),(12635,1,10,262),(12636,1,10,281),(12637,1,10,300),(12638,1,10,331),(12639,1,10,341),(12640,1,10,342),(12641,1,10,343),(12642,1,10,344),(12643,1,10,531),(12644,1,10,700),(12645,1,10,1001),(12646,1,10,1002),(12647,1,10,1003),(12648,1,10,1004),(12649,1,10,1005),(12650,1,10,1101),(12651,1,10,1181),(12652,1,10,1182),(12653,1,10,1201),(12654,1,10,1202),(12655,1,10,1231),(12656,1,10,2401),(12657,1,10,2501),(12658,1,10,2503),(12659,1,10,2515),(12660,1,10,20001),(12661,1,10,20002),(12662,1,10,23001),(12663,1,10,50101),(12664,1,11,11),(12665,1,11,21),(12666,1,11,31),(12667,1,11,41),(12668,1,11,61),(12669,1,11,71),(12670,1,11,72),(12671,1,11,74),(12672,1,11,75),(12673,1,11,78),(12674,1,11,79),(12675,1,11,81),(12676,1,11,91),(12677,1,11,95),(12678,1,11,97),(12679,1,11,101),(12680,1,11,111),(12681,1,11,121),(12682,1,11,151),(12683,1,11,161),(12684,1,11,171),(12685,1,11,221),(12686,1,11,222),(12687,1,11,229),(12688,1,11,241),(12689,1,11,242),(12690,1,11,243),(12691,1,11,262),(12692,1,11,281),(12693,1,11,300),(12694,1,11,331),(12695,1,11,341),(12696,1,11,342),(12697,1,11,343),(12698,1,11,344),(12699,1,11,531),(12700,1,11,700),(12701,1,11,1001),(12702,1,11,1002),(12703,1,11,1003),(12704,1,11,1004),(12705,1,11,1005),(12706,1,11,1101),(12707,1,11,1181),(12708,1,11,1182),(12709,1,11,1201),(12710,1,11,1202),(12711,1,11,1231),(12712,1,11,2401),(12713,1,11,2501),(12714,1,11,2503),(12715,1,11,2515),(12716,1,11,20001),(12717,1,11,20002),(12718,1,11,23001),(12719,1,11,50101),(16272,1,12,11),(16262,1,12,12),(16264,1,12,13),(16266,1,12,14),(16268,1,12,15),(16271,1,12,16),(16274,1,12,19),(14146,1,12,21),(14135,1,12,22),(14137,1,12,24),(14139,1,12,25),(14142,1,12,26),(14145,1,12,27),(14148,1,12,28),(14930,1,12,31),(14926,1,12,32),(14929,1,12,34),(14932,1,12,38),(13816,1,12,41),(13813,1,12,42),(13815,1,12,44),(13817,1,12,45),(14094,1,12,61),(14091,1,12,62),(14093,1,12,64),(14095,1,12,67),(14096,1,12,68),(16203,1,12,71),(16198,1,12,72),(16200,1,12,74),(16204,1,12,75),(16202,1,12,76),(16206,1,12,78),(16207,1,12,79),(16242,1,12,81),(16236,1,12,82),(16237,1,12,84),(16238,1,12,86),(16240,1,12,87),(16241,1,12,88),(16243,1,12,89),(15401,1,12,91),(15397,1,12,92),(15400,1,12,93),(15403,1,12,94),(13990,1,12,95),(12734,1,12,97),(14939,1,12,101),(14935,1,12,102),(14936,1,12,104),(14937,1,12,105),(14938,1,12,106),(14940,1,12,109),(15390,1,12,111),(15377,1,12,112),(15380,1,12,113),(15383,1,12,114),(15386,1,12,115),(15389,1,12,116),(15392,1,12,117),(16331,1,12,121),(16327,1,12,122),(16330,1,12,125),(16333,1,12,126),(13821,1,12,141),(13820,1,12,142),(13822,1,12,144),(13912,1,12,151),(13909,1,12,152),(13911,1,12,153),(13913,1,12,154),(14063,1,12,161),(14056,1,12,162),(14058,1,12,163),(14060,1,12,164),(14062,1,12,165),(14064,1,12,167),(13350,1,12,171),(13345,1,12,172),(13347,1,12,173),(13349,1,12,174),(13351,1,12,178),(13838,1,12,221),(13834,1,12,222),(13837,1,12,223),(13840,1,12,229),(13842,1,12,237),(13844,1,12,238),(13846,1,12,239),(13516,1,12,241),(13515,1,12,242),(13517,1,12,243),(16374,1,12,251),(16355,1,12,252),(16357,1,12,253),(16358,1,12,254),(16360,1,12,255),(16362,1,12,256),(16335,1,12,262),(16344,1,12,281),(16340,1,12,282),(16343,1,12,283),(16346,1,12,286),(16225,1,12,300),(16226,1,12,301),(16194,1,12,331),(16193,1,12,332),(16195,1,12,333),(16363,1,12,341),(16364,1,12,342),(16365,1,12,343),(16366,1,12,344),(16372,1,12,351),(16369,1,12,352),(16371,1,12,353),(16373,1,12,354),(16375,1,12,358),(16384,1,12,501),(16378,1,12,502),(13865,1,12,510),(16380,1,12,511),(16381,1,12,512),(16383,1,12,514),(16385,1,12,517),(15291,1,12,520),(15286,1,12,522),(15288,1,12,524),(15290,1,12,525),(15292,1,12,527),(16352,1,12,531),(16349,1,12,532),(16351,1,12,534),(16353,1,12,538),(13358,1,12,700),(16250,1,12,701),(16249,1,12,702),(16252,1,12,703),(15090,1,12,771),(15081,1,12,772),(15083,1,12,773),(15085,1,12,774),(15087,1,12,775),(15089,1,12,776),(15091,1,12,779),(14917,1,12,1001),(14916,1,12,1002),(14918,1,12,1003),(14920,1,12,1004),(14921,1,12,1005),(14945,1,12,1101),(14943,1,12,1102),(14944,1,12,1104),(14946,1,12,1109),(14762,1,12,1121),(14755,1,12,1122),(14757,1,12,1123),(14759,1,12,1124),(14761,1,12,1125),(14763,1,12,1126),(16278,1,12,1181),(16301,1,12,1182),(16281,1,12,1183),(16282,1,12,1184),(16284,1,12,1185),(16286,1,12,1186),(16288,1,12,1187),(16291,1,12,1188),(16289,1,12,1189),(13827,1,12,1201),(13828,1,12,1202),(16299,1,12,1231),(16294,1,12,1232),(16295,1,12,1233),(16297,1,12,1234),(16298,1,12,1235),(16300,1,12,1236),(16302,1,12,1237),(13829,1,12,1251),(16276,1,12,1321),(16277,1,12,1322),(16244,1,12,1421),(16213,1,12,2401),(16212,1,12,2402),(16215,1,12,2403),(16221,1,12,2411),(16220,1,12,2412),(16223,1,12,2413),(16224,1,12,2414),(16256,1,12,2501),(16255,1,12,2503),(16257,1,12,2515),(16386,1,12,3200),(15435,1,12,5001),(15436,1,12,5002),(16317,1,12,20001),(16307,1,12,20002),(16310,1,12,20003),(16313,1,12,20004),(16316,1,12,20005),(16319,1,12,20006),(16232,1,12,23001),(16229,1,12,23002),(16231,1,12,23003),(16233,1,12,23004),(13712,1,12,50101),(15499,1,12,50401),(15501,1,12,50411),(15502,1,12,50412),(15503,1,12,50420),(15504,1,12,50430),(15498,1,12,50440),(16321,1,12,55001),(16322,1,12,55002),(14128,1,12,59001),(14129,1,12,59002),(14130,1,12,59003),(14818,1,12,63001),(14815,1,12,63002),(14817,1,12,63003),(14819,1,12,63004),(15241,1,12,64001),(16009,1,12,101331),(16010,1,12,101332),(16011,1,12,101333),(15438,1,12,101701),(15439,1,12,101702),(12776,1,13,11),(12777,1,13,21),(12778,1,13,31),(12779,1,13,41),(12780,1,13,61),(12781,1,13,71),(12782,1,13,72),(12783,1,13,74),(12784,1,13,75),(12785,1,13,78),(12786,1,13,79),(12787,1,13,81),(12788,1,13,91),(12789,1,13,95),(12790,1,13,97),(12791,1,13,101),(12792,1,13,111),(12793,1,13,121),(12794,1,13,151),(12795,1,13,161),(12796,1,13,171),(12797,1,13,221),(12798,1,13,222),(12799,1,13,229),(12800,1,13,241),(12801,1,13,242),(12802,1,13,243),(12803,1,13,262),(12804,1,13,281),(12805,1,13,300),(12806,1,13,331),(12807,1,13,341),(12808,1,13,342),(12809,1,13,343),(12810,1,13,344),(12811,1,13,531),(12812,1,13,700),(12813,1,13,1001),(12814,1,13,1002),(12815,1,13,1003),(12816,1,13,1004),(12817,1,13,1005),(12818,1,13,1101),(12819,1,13,1181),(12820,1,13,1182),(12821,1,13,1201),(12822,1,13,1202),(12823,1,13,1231),(12824,1,13,2401),(12825,1,13,2501),(12826,1,13,2503),(12827,1,13,2515),(12828,1,13,20001),(12829,1,13,20002),(12830,1,13,23001),(12831,1,13,50101),(12832,1,14,11),(12833,1,14,21),(12834,1,14,31),(12835,1,14,41),(12836,1,14,61),(12837,1,14,71),(12838,1,14,72),(12839,1,14,74),(12840,1,14,75),(12841,1,14,78),(12842,1,14,79),(12843,1,14,81),(12844,1,14,91),(12845,1,14,95),(12846,1,14,97),(12847,1,14,101),(12848,1,14,111),(12849,1,14,121),(12850,1,14,151),(12851,1,14,161),(12852,1,14,171),(12853,1,14,221),(12854,1,14,222),(12855,1,14,229),(12856,1,14,241),(12857,1,14,242),(12858,1,14,243),(12859,1,14,262),(12860,1,14,281),(12861,1,14,300),(12862,1,14,331),(12863,1,14,341),(12864,1,14,342),(12865,1,14,343),(12866,1,14,344),(12867,1,14,531),(12868,1,14,700),(12869,1,14,1001),(12870,1,14,1002),(12871,1,14,1003),(12872,1,14,1004),(12873,1,14,1005),(12874,1,14,1101),(12875,1,14,1181),(12876,1,14,1182),(12877,1,14,1201),(12878,1,14,1202),(12879,1,14,1231),(12880,1,14,2401),(12881,1,14,2501),(12882,1,14,2503),(12883,1,14,2515),(12884,1,14,20001),(12885,1,14,20002),(12886,1,14,23001),(12887,1,14,50101),(12944,1,16,11),(12945,1,16,21),(12946,1,16,31),(13056,1,16,41),(13057,1,16,42),(13058,1,16,44),(13059,1,16,45),(12948,1,16,61),(12949,1,16,71),(12950,1,16,72),(12951,1,16,74),(12952,1,16,75),(12953,1,16,78),(12954,1,16,79),(12955,1,16,81),(12956,1,16,91),(12957,1,16,95),(12958,1,16,97),(12959,1,16,101),(12960,1,16,111),(12961,1,16,121),(13060,1,16,141),(13061,1,16,142),(13062,1,16,144),(12962,1,16,151),(12963,1,16,161),(12964,1,16,171),(12965,1,16,221),(12966,1,16,222),(12967,1,16,229),(12968,1,16,241),(12969,1,16,242),(12970,1,16,243),(13128,1,16,251),(13064,1,16,262),(12972,1,16,281),(12973,1,16,300),(12974,1,16,331),(12975,1,16,341),(12976,1,16,342),(12977,1,16,343),(12978,1,16,344),(12979,1,16,531),(12980,1,16,700),(12981,1,16,1001),(12982,1,16,1002),(12983,1,16,1003),(12984,1,16,1004),(12985,1,16,1005),(12986,1,16,1101),(12987,1,16,1181),(12988,1,16,1182),(12989,1,16,1201),(12990,1,16,1202),(12991,1,16,1231),(12992,1,16,2401),(12993,1,16,2501),(12994,1,16,2503),(12995,1,16,2515),(12996,1,16,20001),(12997,1,16,20002),(12998,1,16,23001),(12999,1,16,50101),(13000,1,17,11),(13001,1,17,21),(13002,1,17,31),(13065,1,17,41),(13066,1,17,42),(13067,1,17,44),(13068,1,17,45),(13004,1,17,61),(13005,1,17,71),(13006,1,17,72),(13007,1,17,74),(13008,1,17,75),(13009,1,17,78),(13010,1,17,79),(13011,1,17,81),(13012,1,17,91),(13013,1,17,95),(13014,1,17,97),(13015,1,17,101),(13016,1,17,111),(13017,1,17,121),(13069,1,17,141),(13070,1,17,142),(13071,1,17,144),(13018,1,17,151),(13019,1,17,161),(13020,1,17,171),(13021,1,17,221),(13022,1,17,222),(13023,1,17,229),(13024,1,17,241),(13025,1,17,242),(13026,1,17,243),(13028,1,17,281),(13029,1,17,300),(13030,1,17,331),(13031,1,17,341),(13032,1,17,342),(13033,1,17,343),(13034,1,17,344),(13035,1,17,531),(13036,1,17,700),(13037,1,17,1001),(13038,1,17,1002),(13039,1,17,1003),(13040,1,17,1004),(13041,1,17,1005),(13042,1,17,1101),(13043,1,17,1181),(13044,1,17,1182),(13045,1,17,1201),(13046,1,17,1202),(13047,1,17,1231),(13048,1,17,2401),(13049,1,17,2501),(13050,1,17,2503),(13051,1,17,2515),(13052,1,17,20001),(13053,1,17,20002),(13054,1,17,23001),(13055,1,17,50101),(14504,1,18,11),(14505,1,18,21),(14506,1,18,31),(14507,1,18,41),(14508,1,18,61),(14509,1,18,71),(14510,1,18,78),(14511,1,18,81),(14512,1,18,91),(14513,1,18,95),(14514,1,18,101),(14515,1,18,111),(14516,1,18,121),(14517,1,18,151),(14518,1,18,161),(14519,1,18,221),(14520,1,18,241),(14521,1,18,262),(14522,1,18,281),(14523,1,18,300),(14524,1,18,331),(14525,1,18,332),(14526,1,18,333),(14527,1,18,341),(14528,1,18,342),(14529,1,18,343),(14530,1,18,344),(14531,1,18,531),(14532,1,18,701),(14533,1,18,771),(14534,1,18,774),(14535,1,18,1001),(14536,1,18,1004),(14537,1,18,1101),(14538,1,18,1181),(14539,1,18,1182),(14540,1,18,1201),(14541,1,18,1231),(14542,1,18,2401),(14543,1,18,2501),(14544,1,18,2503),(14545,1,18,2515),(14546,1,18,20001),(14547,1,18,20002),(14548,1,18,50101),(14549,1,18,59001),(15242,1,19,21),(15243,1,19,31),(15244,1,19,41),(15245,1,19,61),(15246,1,19,71),(15247,1,19,78),(15248,1,19,81),(15249,1,19,101),(15250,1,19,121),(15251,1,19,151),(15252,1,19,161),(15253,1,19,221),(15254,1,19,241),(15255,1,19,262),(15256,1,19,281),(15257,1,19,300),(15258,1,19,331),(15259,1,19,332),(15260,1,19,341),(15261,1,19,342),(15262,1,19,343),(15263,1,19,344),(15264,1,19,531),(15265,1,19,701),(15266,1,19,771),(15267,1,19,774),(15268,1,19,777),(15269,1,19,1001),(15270,1,19,1004),(15271,1,19,1101),(15272,1,19,1121),(15273,1,19,1181),(15274,1,19,1182),(15275,1,19,1201),(15276,1,19,1231),(15277,1,19,2401),(15278,1,19,2501),(15279,1,19,20001),(15280,1,19,20002),(15281,1,19,50101),(15282,1,19,59001),(15283,1,19,63001);
      +/*!40000 ALTER TABLE `llx_user_rights` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_name` (`nom`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup`
      +--
      +
      +LOCK TABLES `llx_usergroup` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup` VALUES (1,'Sale representatives',1,'2013-01-16 20:48:08','2015-10-03 09:44:44','All sales representative users',NULL),(2,'Management',1,'2015-10-03 11:46:25','2015-10-03 09:46:25','',NULL),(3,'Scientists',1,'2015-10-03 11:46:46','2015-10-03 09:46:46','',NULL),(4,'Commercial',1,'2015-10-05 21:30:13','2015-10-05 19:30:13','',NULL);
      +/*!40000 ALTER TABLE `llx_usergroup` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_usergroup_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_extrafields`
      +--
      +
      +LOCK TABLES `llx_usergroup_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_usergroup_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_rights`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_rights`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_rights` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_usergroup` int(11) NOT NULL,
      +  `fk_id` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_rights` (`entity`,`fk_usergroup`,`fk_id`),
      +  KEY `fk_usergroup_rights_fk_usergroup` (`fk_usergroup`),
      +  CONSTRAINT `fk_usergroup_rights_fk_usergroup` FOREIGN KEY (`fk_usergroup`) REFERENCES `llx_usergroup` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_rights`
      +--
      +
      +LOCK TABLES `llx_usergroup_rights` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_rights` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup_rights` VALUES (1,1,1,2401),(2,1,1,2402),(3,1,1,2403),(4,1,1,2411),(5,1,1,2412),(6,1,1,2413),(78,1,2,11),(79,1,2,12),(80,1,2,13),(81,1,2,14),(82,1,2,15),(83,1,2,16),(84,1,2,19),(144,1,2,21),(145,1,2,22),(146,1,2,24),(147,1,2,25),(148,1,2,26),(149,1,2,27),(150,1,2,28),(133,1,2,31),(134,1,2,32),(135,1,2,34),(136,1,2,38),(137,1,2,41),(138,1,2,42),(139,1,2,44),(140,1,2,45),(86,1,2,61),(87,1,2,62),(88,1,2,64),(89,1,2,67),(90,1,2,68),(7,1,2,71),(8,1,2,72),(9,1,2,74),(10,1,2,75),(11,1,2,76),(12,1,2,78),(13,1,2,79),(32,1,2,81),(33,1,2,82),(34,1,2,84),(35,1,2,86),(36,1,2,87),(37,1,2,88),(38,1,2,89),(173,1,2,91),(174,1,2,92),(175,1,2,93),(176,1,2,94),(66,1,2,101),(67,1,2,102),(68,1,2,104),(69,1,2,105),(70,1,2,106),(71,1,2,109),(21,1,2,111),(22,1,2,112),(23,1,2,113),(24,1,2,114),(25,1,2,115),(26,1,2,116),(27,1,2,117),(164,1,2,121),(165,1,2,122),(166,1,2,125),(167,1,2,126),(141,1,2,141),(142,1,2,142),(143,1,2,144),(129,1,2,151),(130,1,2,152),(131,1,2,153),(132,1,2,154),(44,1,2,161),(45,1,2,162),(46,1,2,163),(47,1,2,164),(48,1,2,165),(49,1,2,167),(120,1,2,221),(121,1,2,222),(122,1,2,223),(123,1,2,229),(124,1,2,237),(125,1,2,238),(126,1,2,239),(29,1,2,241),(30,1,2,242),(31,1,2,243),(182,1,2,251),(183,1,2,252),(184,1,2,253),(185,1,2,254),(186,1,2,255),(187,1,2,256),(168,1,2,262),(169,1,2,281),(170,1,2,282),(171,1,2,283),(172,1,2,286),(197,1,2,331),(198,1,2,332),(199,1,2,333),(188,1,2,341),(189,1,2,342),(190,1,2,343),(191,1,2,344),(192,1,2,351),(193,1,2,352),(194,1,2,353),(195,1,2,354),(196,1,2,358),(151,1,2,531),(152,1,2,532),(153,1,2,534),(154,1,2,538),(60,1,2,701),(61,1,2,702),(62,1,2,703),(177,1,2,1001),(178,1,2,1002),(179,1,2,1003),(180,1,2,1004),(181,1,2,1005),(72,1,2,1101),(73,1,2,1102),(74,1,2,1104),(75,1,2,1109),(91,1,2,1181),(92,1,2,1182),(93,1,2,1183),(94,1,2,1184),(95,1,2,1185),(96,1,2,1186),(97,1,2,1187),(98,1,2,1188),(99,1,2,1189),(76,1,2,1201),(77,1,2,1202),(100,1,2,1231),(101,1,2,1232),(102,1,2,1233),(103,1,2,1234),(104,1,2,1235),(105,1,2,1236),(106,1,2,1237),(113,1,2,1251),(85,1,2,1321),(39,1,2,1421),(14,1,2,2401),(15,1,2,2402),(16,1,2,2403),(17,1,2,2411),(18,1,2,2412),(19,1,2,2413),(20,1,2,2414),(63,1,2,2501),(64,1,2,2503),(65,1,2,2515),(114,1,2,20001),(115,1,2,20002),(116,1,2,20003),(117,1,2,20004),(118,1,2,20005),(119,1,2,20006),(50,1,2,23001),(51,1,2,23002),(52,1,2,23003),(53,1,2,23004),(28,1,2,50101),(127,1,2,55001),(128,1,2,55002);
      +/*!40000 ALTER TABLE `llx_usergroup_rights` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_user` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_usergroup` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_user` (`entity`,`fk_user`,`fk_usergroup`),
      +  KEY `fk_usergroup_user_fk_user` (`fk_user`),
      +  KEY `fk_usergroup_user_fk_usergroup` (`fk_usergroup`),
      +  CONSTRAINT `fk_usergroup_user_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_usergroup_user_fk_usergroup` FOREIGN KEY (`fk_usergroup`) REFERENCES `llx_usergroup` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_user`
      +--
      +
      +LOCK TABLES `llx_usergroup_user` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_user` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup_user` VALUES (2,1,1,3),(12,1,2,4),(3,1,3,3),(4,1,11,2),(13,1,12,1),(5,1,13,4),(6,1,16,1),(7,1,17,1),(11,1,18,1);
      +/*!40000 ALTER TABLE `llx_usergroup_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_draft`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_draft`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_draft` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_contact` int(11) NOT NULL DEFAULT '0',
      +  `size` int(11) NOT NULL DEFAULT '0',
      +  `subject` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `body` longtext COLLATE utf8_unicode_ci NOT NULL,
      +  `from` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `to` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `cc` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `bcc` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `files` int(11) NOT NULL DEFAULT '0',
      +  `cron` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_draft_fk_user` (`fk_user`),
      +  KEY `idx_webmail_draft_cron` (`cron`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_draft`
      +--
      +
      +LOCK TABLES `llx_webmail_draft` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_draft` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_draft` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_files`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_files`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_files` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_mail` int(11) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      +  `file_name` text NOT NULL,
      +  `file` text NOT NULL,
      +  `file_size` int(11) NOT NULL DEFAULT '0',
      +  `file_type` varchar(255) NOT NULL DEFAULT '',
      +  `search` mediumtext NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_files_fk_user` (`fk_user`),
      +  KEY `idx_webmail_files_files` (`fk_mail`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_files`
      +--
      +
      +LOCK TABLES `llx_webmail_files` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_files` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_files` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_mail`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_mail`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_mail` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL DEFAULT '0',
      +  `fk_contact` int(11) NOT NULL DEFAULT '0',
      +  `uidl` varchar(255) NOT NULL DEFAULT '',
      +  `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      +  `size` int(11) NOT NULL DEFAULT '0',
      +  `subject` text NOT NULL,
      +  `body` mediumtext NOT NULL,
      +  `state_new` int(11) NOT NULL DEFAULT '0',
      +  `state_reply` int(11) NOT NULL DEFAULT '0',
      +  `state_forward` int(11) NOT NULL DEFAULT '0',
      +  `state_wait` int(11) NOT NULL DEFAULT '0',
      +  `state_spam` int(11) NOT NULL DEFAULT '0',
      +  `id_correo` int(11) NOT NULL DEFAULT '0',
      +  `is_outbox` int(11) NOT NULL DEFAULT '0',
      +  `state_sent` int(11) NOT NULL DEFAULT '0',
      +  `state_error` varchar(255) NOT NULL DEFAULT '',
      +  `state_crt` int(11) NOT NULL DEFAULT '0',
      +  `state_archiv` int(11) NOT NULL DEFAULT '0',
      +  `priority` int(11) NOT NULL DEFAULT '0',
      +  `sensitivity` int(11) NOT NULL DEFAULT '0',
      +  `from` text NOT NULL,
      +  `to` text NOT NULL,
      +  `cc` text NOT NULL,
      +  `bcc` text NOT NULL,
      +  `files` int(11) NOT NULL DEFAULT '0',
      +  `state_delete` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_mail_nospam` (`fk_user`,`state_spam`),
      +  KEY `idx_webmail_mail_count` (`fk_user`,`state_new`),
      +  KEY `idx_webmail_mail_sendmail` (`is_outbox`,`state_sent`),
      +  KEY `idx_webmail_mail_fk_user` (`fk_user`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_mail`
      +--
      +
      +LOCK TABLES `llx_webmail_mail` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_mail` DISABLE KEYS */;
      +INSERT INTO `llx_webmail_mail` VALUES (1,1,1,27,0,'1452254519','2016-01-08 16:01:59',0,'Submission of invoice 16','You will find here the invoice 16<br />\r\n<br />\r\nSincerely',0,0,0,0,0,0,1,1,'0',0,0,0,0,'first last <fff@ff.com>','Aljoun Samira <contact@destailleur.fr>','','',1,0);
      +/*!40000 ALTER TABLE `llx_webmail_mail` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_users`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_users`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_users` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `login` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `password` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `safemail` tinyint(4) DEFAULT '1',
      +  `dayssafe` int(11) DEFAULT '10',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_webmail_users_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_webmail_users_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_users`
      +--
      +
      +LOCK TABLES `llx_webmail_users` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_users` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_users` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_users_view`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_users_view`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_users_view` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `fk_user_view` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_users_view`
      +--
      +
      +LOCK TABLES `llx_webmail_users_view` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_users_view` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_users_view` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `fk_default_home` int(11) DEFAULT NULL,
      +  `virtualhost` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_modification` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_website_ref` (`ref`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website`
      +--
      +
      +LOCK TABLES `llx_website` WRITE;
      +/*!40000 ALTER TABLE `llx_website` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_website_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website_extrafields`
      +--
      +
      +LOCK TABLES `llx_website_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_website_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website_page`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website_page`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website_page` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_website` int(11) NOT NULL,
      +  `pageurl` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `aliasalt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `keywords` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `content` mediumtext COLLATE utf8_unicode_ci,
      +  `status` int(11) DEFAULT '1',
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_modification` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `type_container` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'page',
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_page` int(11) DEFAULT NULL,
      +  `grabbed_from` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `htmlheader` mediumtext COLLATE utf8_unicode_ci,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_website_page_url` (`fk_website`,`pageurl`),
      +  CONSTRAINT `fk_website_page_website` FOREIGN KEY (`fk_website`) REFERENCES `llx_website` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website_page`
      +--
      +
      +LOCK TABLES `llx_website_page` WRITE;
      +/*!40000 ALTER TABLE `llx_website_page` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website_page` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_websiteaccount`
      +--
      +
      +DROP TABLE IF EXISTS `llx_websiteaccount`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_websiteaccount` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `login` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_websiteaccount_rowid` (`rowid`),
      +  KEY `idx_websiteaccount_login` (`login`),
      +  KEY `idx_websiteaccount_fk_soc` (`fk_soc`),
      +  KEY `idx_websiteaccount_import_key` (`import_key`),
      +  KEY `idx_websiteaccount_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_websiteaccount`
      +--
      +
      +LOCK TABLES `llx_websiteaccount` WRITE;
      +/*!40000 ALTER TABLE `llx_websiteaccount` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_websiteaccount` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_websiteaccount_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_websiteaccount_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_websiteaccount_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_websiteaccount_extrafields`
      +--
      +
      +LOCK TABLES `llx_websiteaccount_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_websiteaccount_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_websiteaccount_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `fk_usergroup` int(11) NOT NULL DEFAULT '0',
      +  `name` varchar(255) DEFAULT NULL,
      +  `background` varchar(255) DEFAULT NULL,
      +  `type` varchar(10) DEFAULT NULL,
      +  `code` varchar(10) DEFAULT NULL,
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_hour_capacity` double NOT NULL DEFAULT '0',
      +  `nb_ressource` double NOT NULL DEFAULT '0',
      +  `thm` double NOT NULL DEFAULT '0',
      +  `thm_machine` double NOT NULL DEFAULT '0',
      +  `thm_overtime` double NOT NULL DEFAULT '0',
      +  `thm_night` double NOT NULL DEFAULT '0',
      +  `nb_hour_before` double NOT NULL DEFAULT '0',
      +  `nb_hour_after` double NOT NULL DEFAULT '0',
      +  `is_parallele` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_usergroup` (`fk_usergroup`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation`
      +--
      +
      +LOCK TABLES `llx_workstation` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation` DISABLE KEYS */;
      +INSERT INTO `llx_workstation` VALUES (1,'2018-11-18 17:50:22','2018-11-18 17:50:22',1,4,'aaaa','#','HUMAN','',0,0,0,0,0,0,0,0,0,0,0);
      +/*!40000 ALTER TABLE `llx_workstation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation_product` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_workstation` (`fk_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation_product`
      +--
      +
      +LOCK TABLES `llx_workstation_product` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_workstation_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation_schedule`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation_schedule`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation_schedule` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `day_moment` varchar(255) DEFAULT NULL,
      +  `week_day` int(11) NOT NULL DEFAULT '0',
      +  `nb_ressource` int(11) NOT NULL DEFAULT '0',
      +  `date_off` datetime DEFAULT NULL,
      +  `nb_hour_capacity` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`),
      +  KEY `date_off` (`date_off`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation_schedule`
      +--
      +
      +LOCK TABLES `llx_workstation_schedule` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation_schedule` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_workstation_schedule` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_links`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_links`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_links` (
      +  `objectid` int(11) NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `max_rowid` int(11) DEFAULT NULL,
      +  `count_rowid` bigint(21) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_links`
      +--
      +
      +LOCK TABLES `tmp_links` WRITE;
      +/*!40000 ALTER TABLE `tmp_links` DISABLE KEYS */;
      +INSERT INTO `tmp_links` VALUES (3,'fdf',6,2);
      +/*!40000 ALTER TABLE `tmp_links` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_llx_product_batch`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_llx_product_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_llx_product_batch` (
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `nb` bigint(21) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_llx_product_batch`
      +--
      +
      +LOCK TABLES `tmp_llx_product_batch` WRITE;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_llx_product_batch2`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_llx_product_batch2`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_llx_product_batch2` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_llx_product_batch2`
      +--
      +
      +LOCK TABLES `tmp_llx_product_batch2` WRITE;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch2` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch2` ENABLE KEYS */;
      +UNLOCK TABLES;
      +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
      +
      +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
      +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
      +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
      +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
      +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
      +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
      +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
      +
      +-- Dump completed on 2018-11-23 12:56:45
      diff --git a/dev/initdemo/mysqldump_dolibarr_9.0.0.sql b/dev/initdemo/mysqldump_dolibarr_9.0.0.sql
      new file mode 100644
      index 00000000000..fc2be863791
      --- /dev/null
      +++ b/dev/initdemo/mysqldump_dolibarr_9.0.0.sql
      @@ -0,0 +1,14215 @@
      +-- MySQL dump 10.13  Distrib 5.7.24, for Linux (x86_64)
      +--
      +-- Host: localhost    Database: dolibarr_dev
      +-- ------------------------------------------------------
      +-- Server version	5.7.24-0ubuntu0.16.04.1
      +
      +/*!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 */;
      +
      +--
      +-- Table structure for table `llx_accounting_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_pcg_version` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `pcg_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `pcg_subtype` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `account_number` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_parent` int(11) DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_accounting_category` int(11) DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accountingaccount_fk_pcg_version` (`fk_pcg_version`),
      +  KEY `idx_accounting_account_account_number` (`account_number`),
      +  KEY `idx_accounting_account_account_parent` (`account_parent`),
      +  CONSTRAINT `fk_accounting_account_fk_pcg_version` FOREIGN KEY (`fk_pcg_version`) REFERENCES `llx_accounting_system` (`pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4785 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_account`
      +--
      +
      +LOCK TABLES `llx_accounting_account` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_account` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_account` VALUES (1,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','CAPITAL','101',1401,'Capital',0,NULL,NULL,1,NULL,NULL),(2,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','105',1401,'Ecarts de réévaluation',0,NULL,NULL,1,NULL,NULL),(3,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1061',1401,'Réserve légale',0,NULL,NULL,1,NULL,NULL),(4,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1063',1401,'Réserves statutaires ou contractuelles',0,NULL,NULL,1,NULL,NULL),(5,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1064',1401,'Réserves réglementées',0,NULL,NULL,1,NULL,NULL),(6,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','1068',1401,'Autres réserves',0,NULL,NULL,1,NULL,NULL),(7,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','108',1401,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(8,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','12',1401,'Résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(9,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','145',1401,'Amortissements dérogatoires',0,NULL,NULL,1,NULL,NULL),(10,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','146',1401,'Provision spéciale de réévaluation',0,NULL,NULL,1,NULL,NULL),(11,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','147',1401,'Plus-values réinvesties',0,NULL,NULL,1,NULL,NULL),(12,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','148',1401,'Autres provisions réglementées',0,NULL,NULL,1,NULL,NULL),(13,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','15',1401,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(14,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','CAPIT','XXXXXX','16',1401,'Emprunts et dettes assimilees',0,NULL,NULL,1,NULL,NULL),(15,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','20',1402,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(16,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','201',15,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(17,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','206',15,'Droit au bail',0,NULL,NULL,1,NULL,NULL),(18,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','207',15,'Fonds commercial',0,NULL,NULL,1,NULL,NULL),(19,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','208',15,'Autres immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(20,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','21',1402,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(21,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','23',1402,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(22,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','27',1402,'Autres immobilisations financieres',0,NULL,NULL,1,NULL,NULL),(23,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','280',1402,'Amortissements des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(24,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','281',1402,'Amortissements des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(25,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','290',1402,'Provisions pour dépréciation des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(26,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','291',1402,'Provisions pour dépréciation des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(27,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','IMMO','XXXXXX','297',1402,'Provisions pour dépréciation des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(28,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','31',1403,'Matieres premières',0,NULL,NULL,1,NULL,NULL),(29,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','32',1403,'Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(30,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','33',1403,'En-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(31,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','34',1403,'En-cours de production de services',0,NULL,NULL,1,NULL,NULL),(32,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','35',1403,'Stocks de produits',0,NULL,NULL,1,NULL,NULL),(33,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','37',1403,'Stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(34,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','391',1403,'Provisions pour dépréciation des matières premières',0,NULL,NULL,1,NULL,NULL),(35,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','392',1403,'Provisions pour dépréciation des autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(36,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','393',1403,'Provisions pour dépréciation des en-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(37,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','394',1403,'Provisions pour dépréciation des en-cours de production de services',0,NULL,NULL,1,NULL,NULL),(38,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','395',1403,'Provisions pour dépréciation des stocks de produits',0,NULL,NULL,1,NULL,NULL),(39,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','STOCK','XXXXXX','397',1403,'Provisions pour dépréciation des stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(40,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','SUPPLIER','400',1404,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(41,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','409',1404,'Fournisseurs débiteurs',0,NULL,NULL,1,NULL,NULL),(42,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','CUSTOMER','410',1404,'Clients et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(43,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','419',1404,'Clients créditeurs',0,NULL,NULL,1,NULL,NULL),(44,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','421',1404,'Personnel',0,NULL,NULL,1,NULL,NULL),(45,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','428',1404,'Personnel',0,NULL,NULL,1,NULL,NULL),(46,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','43',1404,'Sécurité sociale et autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(47,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','444',1404,'Etat - impôts sur bénéfice',0,NULL,NULL,1,NULL,NULL),(48,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','445',1404,'Etat - Taxes sur chiffre affaires',0,NULL,NULL,1,NULL,NULL),(49,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','447',1404,'Autres impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(50,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','45',1404,'Groupe et associes',0,NULL,NULL,1,NULL,NULL),(51,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','455',50,'Associés',0,NULL,NULL,1,NULL,NULL),(52,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','46',1404,'Débiteurs divers et créditeurs divers',0,NULL,NULL,1,NULL,NULL),(53,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','47',1404,'Comptes transitoires ou d\'attente',0,NULL,NULL,1,NULL,NULL),(54,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','481',1404,'Charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(55,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','486',1404,'Charges constatées d\'avance',0,NULL,NULL,1,NULL,NULL),(56,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','487',1404,'Produits constatés d\'avance',0,NULL,NULL,1,NULL,NULL),(57,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','491',1404,'Provisions pour dépréciation des comptes de clients',0,NULL,NULL,1,NULL,NULL),(58,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','TIERS','XXXXXX','496',1404,'Provisions pour dépréciation des comptes de débiteurs divers',0,NULL,NULL,1,NULL,NULL),(59,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','50',1405,'Valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(60,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','BANK','51',1405,'Banques, établissements financiers et assimilés',0,NULL,NULL,1,NULL,NULL),(61,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','CASH','53',1405,'Caisse',0,NULL,NULL,1,NULL,NULL),(62,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','54',1405,'Régies d\'avance et accréditifs',0,NULL,NULL,1,NULL,NULL),(63,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','58',1405,'Virements internes',0,NULL,NULL,1,NULL,NULL),(64,1,NULL,'2016-01-22 17:28:15','PCG99-ABREGE','FINAN','XXXXXX','590',1405,'Provisions pour dépréciation des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(65,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','PRODUCT','60',1406,'Achats',0,NULL,NULL,1,NULL,NULL),(66,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','603',65,'Variations des stocks',0,NULL,NULL,1,NULL,NULL),(67,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','SERVICE','61',1406,'Services extérieurs',0,NULL,NULL,1,NULL,NULL),(68,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','62',1406,'Autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(69,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','63',1406,'Impôts, taxes et versements assimiles',0,NULL,NULL,1,NULL,NULL),(70,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','641',1406,'Rémunérations du personnel',0,NULL,NULL,1,NULL,NULL),(71,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','644',1406,'Rémunération du travail de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(72,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','SOCIAL','645',1406,'Charges de sécurité sociale et de prévoyance',0,NULL,NULL,1,NULL,NULL),(73,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','646',1406,'Cotisations sociales personnelles de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(74,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','65',1406,'Autres charges de gestion courante',0,NULL,NULL,1,NULL,NULL),(75,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','66',1406,'Charges financières',0,NULL,NULL,1,NULL,NULL),(76,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','67',1406,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(77,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','681',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(78,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','686',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(79,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','687',1406,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(80,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','691',1406,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(81,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','695',1406,'Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(82,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','697',1406,'Imposition forfaitaire annuelle des sociétés',0,NULL,NULL,1,NULL,NULL),(83,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','699',1406,'Produits',0,NULL,NULL,1,NULL,NULL),(84,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','701',1407,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(85,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','SERVICE','706',1407,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(86,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','707',1407,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(87,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','PRODUCT','708',1407,'Produits des activités annexes',0,NULL,NULL,1,NULL,NULL),(88,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','709',1407,'Rabais, remises et ristournes accordés par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(89,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','713',1407,'Variation des stocks',0,NULL,NULL,1,NULL,NULL),(90,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','72',1407,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(91,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','73',1407,'Produits nets partiels sur opérations à long terme',0,NULL,NULL,1,NULL,NULL),(92,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','74',1407,'Subventions d\'exploitation',0,NULL,NULL,1,NULL,NULL),(93,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','75',1407,'Autres produits de gestion courante',0,NULL,NULL,1,NULL,NULL),(94,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','753',93,'Jetons de présence et rémunérations d\'administrateurs, gérants,...',0,NULL,NULL,1,NULL,NULL),(95,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','754',93,'Ristournes perçues des coopératives',0,NULL,NULL,1,NULL,NULL),(96,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','755',93,'Quotes-parts de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(97,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','76',1407,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(98,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','77',1407,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(99,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','781',1407,'Reprises sur amortissements et provisions',0,NULL,NULL,1,NULL,NULL),(100,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','786',1407,'Reprises sur provisions pour risques',0,NULL,NULL,1,NULL,NULL),(101,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','787',1407,'Reprises sur provisions',0,NULL,NULL,1,NULL,NULL),(102,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','79',1407,'Transferts de charges',0,NULL,NULL,1,NULL,NULL),(103,1,NULL,'2017-02-20 10:49:11','PCG99-BASE','CAPIT','XXXXXX','10',1501,'Capital  et réserves',0,NULL,NULL,1,NULL,NULL),(104,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','CAPITAL','101',103,'Capital',0,NULL,NULL,1,NULL,NULL),(105,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','104',103,'Primes liées au capital social',0,NULL,NULL,1,NULL,NULL),(106,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','105',103,'Ecarts de réévaluation',0,NULL,NULL,1,NULL,NULL),(107,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','106',103,'Réserves',0,NULL,NULL,1,NULL,NULL),(108,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','107',103,'Ecart d\'equivalence',0,NULL,NULL,1,NULL,NULL),(109,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','108',103,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(110,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','109',103,'Actionnaires : capital souscrit - non appelé',0,NULL,NULL,1,NULL,NULL),(111,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','11',1501,'Report à nouveau (solde créditeur ou débiteur)',0,NULL,NULL,1,NULL,NULL),(112,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','110',111,'Report à nouveau (solde créditeur)',0,NULL,NULL,1,NULL,NULL),(113,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','119',111,'Report à nouveau (solde débiteur)',0,NULL,NULL,1,NULL,NULL),(114,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','12',1501,'Résultat de l\'exercice (bénéfice ou perte)',0,NULL,NULL,1,NULL,NULL),(115,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','120',114,'Résultat de l\'exercice (bénéfice)',0,NULL,NULL,1,NULL,NULL),(116,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','129',114,'Résultat de l\'exercice (perte)',0,NULL,NULL,1,NULL,NULL),(117,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','13',1501,'Subventions d\'investissement',0,NULL,NULL,1,NULL,NULL),(118,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','131',117,'Subventions d\'équipement',0,NULL,NULL,1,NULL,NULL),(119,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','138',117,'Autres subventions d\'investissement',0,NULL,NULL,1,NULL,NULL),(120,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','139',117,'Subventions d\'investissement inscrites au compte de résultat',0,NULL,NULL,1,NULL,NULL),(121,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','14',1501,'Provisions réglementées',0,NULL,NULL,1,NULL,NULL),(122,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','142',121,'Provisions réglementées relatives aux immobilisations',0,NULL,NULL,1,NULL,NULL),(123,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','143',121,'Provisions réglementées relatives aux stocks',0,NULL,NULL,1,NULL,NULL),(124,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','144',121,'Provisions réglementées relatives aux autres éléments de l\'actif',0,NULL,NULL,1,NULL,NULL),(125,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','145',121,'Amortissements dérogatoires',0,NULL,NULL,1,NULL,NULL),(126,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','146',121,'Provision spéciale de réévaluation',0,NULL,NULL,1,NULL,NULL),(127,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','147',121,'Plus-values réinvesties',0,NULL,NULL,1,NULL,NULL),(128,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','148',121,'Autres provisions réglementées',0,NULL,NULL,1,NULL,NULL),(129,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','15',1501,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(130,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','151',129,'Provisions pour risques',0,NULL,NULL,1,NULL,NULL),(131,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','153',129,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(132,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','154',129,'Provisions pour restructurations',0,NULL,NULL,1,NULL,NULL),(133,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','155',129,'Provisions pour impôts',0,NULL,NULL,1,NULL,NULL),(134,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','156',129,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)',0,NULL,NULL,1,NULL,NULL),(135,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','157',129,'Provisions pour charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(136,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','158',129,'Autres provisions pour charges',0,NULL,NULL,1,NULL,NULL),(137,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','16',1501,'Emprunts et dettes assimilees',0,NULL,NULL,1,NULL,NULL),(138,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','161',137,'Emprunts obligataires convertibles',0,NULL,NULL,1,NULL,NULL),(139,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','163',137,'Autres emprunts obligataires',0,NULL,NULL,1,NULL,NULL),(140,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','164',137,'Emprunts auprès des établissements de crédit',0,NULL,NULL,1,NULL,NULL),(141,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','165',137,'Dépôts et cautionnements reçus',0,NULL,NULL,1,NULL,NULL),(142,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','166',137,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(143,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','167',137,'Emprunts et dettes assortis de conditions particulières',0,NULL,NULL,1,NULL,NULL),(144,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','168',137,'Autres emprunts et dettes assimilées',0,NULL,NULL,1,NULL,NULL),(145,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','169',137,'Primes de remboursement des obligations',0,NULL,NULL,1,NULL,NULL),(146,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','17',1501,'Dettes rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(147,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','171',146,'Dettes rattachées à des participations (groupe)',0,NULL,NULL,1,NULL,NULL),(148,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','174',146,'Dettes rattachées à des participations (hors groupe)',0,NULL,NULL,1,NULL,NULL),(149,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','178',146,'Dettes rattachées à des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(150,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','18',1501,'Comptes de liaison des établissements et sociétés en participation',0,NULL,NULL,1,NULL,NULL),(151,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','181',150,'Comptes de liaison des établissements',0,NULL,NULL,1,NULL,NULL),(152,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','186',150,'Biens et prestations de services échangés entre établissements (charges)',0,NULL,NULL,1,NULL,NULL),(153,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','187',150,'Biens et prestations de services échangés entre établissements (produits)',0,NULL,NULL,1,NULL,NULL),(154,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','CAPIT','XXXXXX','188',150,'Comptes de liaison des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(155,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','20',1502,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(156,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','201',155,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(157,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','203',155,'Frais de recherche et de développement',0,NULL,NULL,1,NULL,NULL),(158,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','205',155,'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(159,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','206',155,'Droit au bail',0,NULL,NULL,1,NULL,NULL),(160,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','207',155,'Fonds commercial',0,NULL,NULL,1,NULL,NULL),(161,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','208',155,'Autres immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(162,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','21',1502,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(163,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','211',162,'Terrains',0,NULL,NULL,1,NULL,NULL),(164,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','212',162,'Agencements et aménagements de terrains',0,NULL,NULL,1,NULL,NULL),(165,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','213',162,'Constructions',0,NULL,NULL,1,NULL,NULL),(166,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','214',162,'Constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(167,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','215',162,'Installations techniques, matériels et outillage industriels',0,NULL,NULL,1,NULL,NULL),(168,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','218',162,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(169,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','22',1502,'Immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(170,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','23',1502,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(171,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','231',170,'Immobilisations corporelles en cours',0,NULL,NULL,1,NULL,NULL),(172,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','232',170,'Immobilisations incorporelles en cours',0,NULL,NULL,1,NULL,NULL),(173,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','237',170,'Avances et acomptes versés sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(174,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','238',170,'Avances et acomptes versés sur commandes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(175,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','25',1502,'Parts dans des entreprises liées et créances sur des entreprises liées',0,NULL,NULL,1,NULL,NULL),(176,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','26',1502,'Participations et créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(177,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','261',176,'Titres de participation',0,NULL,NULL,1,NULL,NULL),(178,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','266',176,'Autres formes de participation',0,NULL,NULL,1,NULL,NULL),(179,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','267',176,'Créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(180,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','268',176,'Créances rattachées à des sociétés en participation',0,NULL,NULL,1,NULL,NULL),(181,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','269',176,'Versements restant à effectuer sur titres de participation non libérés',0,NULL,NULL,1,NULL,NULL),(182,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','27',1502,'Autres immobilisations financieres',0,NULL,NULL,1,NULL,NULL),(183,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','271',183,'Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)',0,NULL,NULL,1,NULL,NULL),(184,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','272',183,'Titres immobilisés (droit de créance)',0,NULL,NULL,1,NULL,NULL),(185,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','273',183,'Titres immobilisés de l\'activité de portefeuille',0,NULL,NULL,1,NULL,NULL),(186,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','274',183,'Prêts',0,NULL,NULL,1,NULL,NULL),(187,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','275',183,'Dépôts et cautionnements versés',0,NULL,NULL,1,NULL,NULL),(188,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','276',183,'Autres créances immobilisées',0,NULL,NULL,1,NULL,NULL),(189,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','277',183,'(Actions propres ou parts propres)',0,NULL,NULL,1,NULL,NULL),(190,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','279',183,'Versements restant à effectuer sur titres immobilisés non libérés',0,NULL,NULL,1,NULL,NULL),(191,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','28',1502,'Amortissements des immobilisations',0,NULL,NULL,1,NULL,NULL),(192,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','280',191,'Amortissements des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(193,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','281',191,'Amortissements des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(194,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','282',191,'Amortissements des immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(195,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','29',1502,'Dépréciations des immobilisations',0,NULL,NULL,1,NULL,NULL),(196,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','290',195,'Dépréciations des immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(197,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','291',195,'Dépréciations des immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(198,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','292',195,'Dépréciations des immobilisations mises en concession',0,NULL,NULL,1,NULL,NULL),(199,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','293',195,'Dépréciations des immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(200,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','296',195,'Provisions pour dépréciation des participations et créances rattachées à des participations',0,NULL,NULL,1,NULL,NULL),(201,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','IMMO','XXXXXX','297',195,'Provisions pour dépréciation des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(202,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','31',1503,'Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(203,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','311',202,'Matières (ou groupe) A',0,NULL,NULL,1,NULL,NULL),(204,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','312',202,'Matières (ou groupe) B',0,NULL,NULL,1,NULL,NULL),(205,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','317',202,'Fournitures A, B, C,',0,NULL,NULL,1,NULL,NULL),(206,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','32',1503,'Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(207,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','321',206,'Matières consommables',0,NULL,NULL,1,NULL,NULL),(208,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','322',206,'Fournitures consommables',0,NULL,NULL,1,NULL,NULL),(209,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','326',206,'Emballages',0,NULL,NULL,1,NULL,NULL),(210,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','33',1503,'En-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(211,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','331',210,'Produits en cours',0,NULL,NULL,1,NULL,NULL),(212,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','335',210,'Travaux en cours',0,NULL,NULL,1,NULL,NULL),(213,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','34',1503,'En-cours de production de services',0,NULL,NULL,1,NULL,NULL),(214,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','341',213,'Etudes en cours',0,NULL,NULL,1,NULL,NULL),(215,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','345',213,'Prestations de services en cours',0,NULL,NULL,1,NULL,NULL),(216,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','35',1503,'Stocks de produits',0,NULL,NULL,1,NULL,NULL),(217,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','351',216,'Produits intermédiaires',0,NULL,NULL,1,NULL,NULL),(218,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','355',216,'Produits finis',0,NULL,NULL,1,NULL,NULL),(219,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','358',216,'Produits résiduels (ou matières de récupération)',0,NULL,NULL,1,NULL,NULL),(220,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','37',1503,'Stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(221,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','371',220,'Marchandises (ou groupe) A',0,NULL,NULL,1,NULL,NULL),(222,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','372',220,'Marchandises (ou groupe) B',0,NULL,NULL,1,NULL,NULL),(223,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','39',1503,'Provisions pour dépréciation des stocks et en-cours',0,NULL,NULL,1,NULL,NULL),(224,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','391',223,'Provisions pour dépréciation des matières premières',0,NULL,NULL,1,NULL,NULL),(225,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','392',223,'Provisions pour dépréciation des autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(226,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','393',223,'Provisions pour dépréciation des en-cours de production de biens',0,NULL,NULL,1,NULL,NULL),(227,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','394',223,'Provisions pour dépréciation des en-cours de production de services',0,NULL,NULL,1,NULL,NULL),(228,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','395',223,'Provisions pour dépréciation des stocks de produits',0,NULL,NULL,1,NULL,NULL),(229,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','STOCK','XXXXXX','397',223,'Provisions pour dépréciation des stocks de marchandises',0,NULL,NULL,1,NULL,NULL),(230,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','40',1504,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(231,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','400',230,'Fournisseurs et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(232,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','SUPPLIER','401',230,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(233,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','403',230,'Fournisseurs - Effets à payer',0,NULL,NULL,1,NULL,NULL),(234,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','404',230,'Fournisseurs d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(235,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','405',230,'Fournisseurs d\'immobilisations - Effets à payer',0,NULL,NULL,1,NULL,NULL),(236,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','408',230,'Fournisseurs - Factures non parvenues',0,NULL,NULL,1,NULL,NULL),(237,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','409',230,'Fournisseurs débiteurs',0,NULL,NULL,1,NULL,NULL),(238,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','41',1504,'Clients et comptes rattachés',0,NULL,NULL,1,NULL,NULL),(239,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','410',238,'Clients et Comptes rattachés',0,NULL,NULL,1,NULL,NULL),(240,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','CUSTOMER','411',238,'Clients',0,NULL,NULL,1,NULL,NULL),(241,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','413',238,'Clients - Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(242,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','416',238,'Clients douteux ou litigieux',0,NULL,NULL,1,NULL,NULL),(243,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','418',238,'Clients - Produits non encore facturés',0,NULL,NULL,1,NULL,NULL),(244,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','419',238,'Clients créditeurs',0,NULL,NULL,1,NULL,NULL),(245,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','42',1504,'Personnel et comptes rattachés',0,NULL,NULL,1,NULL,NULL),(246,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','421',245,'Personnel - Rémunérations dues',0,NULL,NULL,1,NULL,NULL),(247,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','422',245,'Comités d\'entreprises, d\'établissement, ...',0,NULL,NULL,1,NULL,NULL),(248,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','424',245,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(249,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','425',245,'Personnel - Avances et acomptes',0,NULL,NULL,1,NULL,NULL),(250,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','426',245,'Personnel - Dépôts',0,NULL,NULL,1,NULL,NULL),(251,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','427',245,'Personnel - Oppositions',0,NULL,NULL,1,NULL,NULL),(252,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','428',245,'Personnel - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(253,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','43',1504,'Sécurité sociale et autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(254,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','431',253,'Sécurité sociale',0,NULL,NULL,1,NULL,NULL),(255,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','437',253,'Autres organismes sociaux',0,NULL,NULL,1,NULL,NULL),(256,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','438',253,'Organismes sociaux - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(257,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','44',1504,'État et autres collectivités publiques',0,NULL,NULL,1,NULL,NULL),(258,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','441',257,'État - Subventions à recevoir',0,NULL,NULL,1,NULL,NULL),(259,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','442',257,'Etat - Impôts et taxes recouvrables sur des tiers',0,NULL,NULL,1,NULL,NULL),(260,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','443',257,'Opérations particulières avec l\'Etat, les collectivités publiques, les organismes internationaux',0,NULL,NULL,1,NULL,NULL),(261,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','444',257,'Etat - Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(262,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','445',257,'Etat - Taxes sur le chiffre d\'affaires',0,NULL,NULL,1,NULL,NULL),(263,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','446',257,'Obligations cautionnées',0,NULL,NULL,1,NULL,NULL),(264,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','447',257,'Autres impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(265,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','448',257,'Etat - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(266,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','449',257,'Quotas d\'émission à restituer à l\'Etat',0,NULL,NULL,1,NULL,NULL),(267,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','45',1504,'Groupe et associes',0,NULL,NULL,1,NULL,NULL),(268,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','451',267,'Groupe',0,NULL,NULL,1,NULL,NULL),(269,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','455',267,'Associés - Comptes courants',0,NULL,NULL,1,NULL,NULL),(270,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','456',267,'Associés - Opérations sur le capital',0,NULL,NULL,1,NULL,NULL),(271,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','457',267,'Associés - Dividendes à payer',0,NULL,NULL,1,NULL,NULL),(272,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','458',267,'Associés - Opérations faites en commun et en G.I.E.',0,NULL,NULL,1,NULL,NULL),(273,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','46',1504,'Débiteurs divers et créditeurs divers',0,NULL,NULL,1,NULL,NULL),(274,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','462',273,'Créances sur cessions d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(275,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','464',273,'Dettes sur acquisitions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(276,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','465',273,'Créances sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(277,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','467',273,'Autres comptes débiteurs ou créditeurs',0,NULL,NULL,1,NULL,NULL),(278,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','468',273,'Divers - Charges à payer et produits à recevoir',0,NULL,NULL,1,NULL,NULL),(279,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','47',1504,'Comptes transitoires ou d\'attente',0,NULL,NULL,1,NULL,NULL),(280,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','471',279,'Comptes d\'attente',0,NULL,NULL,1,NULL,NULL),(281,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','476',279,'Différence de conversion - Actif',0,NULL,NULL,1,NULL,NULL),(282,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','477',279,'Différences de conversion - Passif',0,NULL,NULL,1,NULL,NULL),(283,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','478',279,'Autres comptes transitoires',0,NULL,NULL,1,NULL,NULL),(284,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','48',1504,'Comptes de régularisation',0,NULL,NULL,1,NULL,NULL),(285,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','481',284,'Charges à répartir sur plusieurs exercices',0,NULL,NULL,1,NULL,NULL),(286,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','486',284,'Charges constatées d\'avance',0,NULL,NULL,1,NULL,NULL),(287,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','487',284,'Produits constatés d\'avance',0,NULL,NULL,1,NULL,NULL),(288,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','488',284,'Comptes de répartition périodique des charges et des produits',0,NULL,NULL,1,NULL,NULL),(289,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','489',284,'Quotas d\'émission alloués par l\'Etat',0,NULL,NULL,1,NULL,NULL),(290,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','49',1504,'Provisions pour dépréciation des comptes de tiers',0,NULL,NULL,1,NULL,NULL),(291,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','491',290,'Provisions pour dépréciation des comptes de clients',0,NULL,NULL,1,NULL,NULL),(292,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','495',290,'Provisions pour dépréciation des comptes du groupe et des associés',0,NULL,NULL,1,NULL,NULL),(293,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','TIERS','XXXXXX','496',290,'Provisions pour dépréciation des comptes de débiteurs divers',0,NULL,NULL,1,NULL,NULL),(294,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','50',1505,'Valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(295,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','501',294,'Parts dans des entreprises liées',0,NULL,NULL,1,NULL,NULL),(296,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','502',294,'Actions propres',0,NULL,NULL,1,NULL,NULL),(297,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','503',294,'Actions',0,NULL,NULL,1,NULL,NULL),(298,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','504',294,'Autres titres conférant un droit de propriété',0,NULL,NULL,1,NULL,NULL),(299,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','505',294,'Obligations et bons émis par la société et rachetés par elle',0,NULL,NULL,1,NULL,NULL),(300,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','506',294,'Obligations',0,NULL,NULL,1,NULL,NULL),(301,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','507',294,'Bons du Trésor et bons de caisse à court terme',0,NULL,NULL,1,NULL,NULL),(302,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','508',294,'Autres valeurs mobilières de placement et autres créances assimilées',0,NULL,NULL,1,NULL,NULL),(303,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','509',294,'Versements restant à effectuer sur valeurs mobilières de placement non libérées',0,NULL,NULL,1,NULL,NULL),(304,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','51',1505,'Banques, établissements financiers et assimilés',0,NULL,NULL,1,NULL,NULL),(305,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','511',304,'Valeurs à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(306,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','BANK','512',304,'Banques',0,NULL,NULL,1,NULL,NULL),(307,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','514',304,'Chèques postaux',0,NULL,NULL,1,NULL,NULL),(308,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','515',304,'\"Caisses\" du Trésor et des établissements publics',0,NULL,NULL,1,NULL,NULL),(309,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','516',304,'Sociétés de bourse',0,NULL,NULL,1,NULL,NULL),(310,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','517',304,'Autres organismes financiers',0,NULL,NULL,1,NULL,NULL),(311,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','518',304,'Intérêts courus',0,NULL,NULL,1,NULL,NULL),(312,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','519',304,'Concours bancaires courants',0,NULL,NULL,1,NULL,NULL),(313,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','52',1505,'Instruments de trésorerie',0,NULL,NULL,1,NULL,NULL),(314,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','CASH','53',1505,'Caisse',0,NULL,NULL,1,NULL,NULL),(315,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','531',314,'Caisse siège social',0,NULL,NULL,1,NULL,NULL),(316,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','532',314,'Caisse succursale (ou usine) A',0,NULL,NULL,1,NULL,NULL),(317,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','533',314,'Caisse succursale (ou usine) B',0,NULL,NULL,1,NULL,NULL),(318,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','54',1505,'Régies d\'avance et accréditifs',0,NULL,NULL,1,NULL,NULL),(319,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','58',1505,'Virements internes',0,NULL,NULL,1,NULL,NULL),(320,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','59',1505,'Provisions pour dépréciation des comptes financiers',0,NULL,NULL,1,NULL,NULL),(321,1,NULL,'2016-01-22 17:28:15','PCG99-BASE','FINAN','XXXXXX','590',320,'Provisions pour dépréciation des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(322,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','PRODUCT','60',1506,'Achats',0,NULL,NULL,1,NULL,NULL),(323,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','601',322,'Achats stockés - Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(324,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','602',322,'Achats stockés - Autres approvisionnements',0,NULL,NULL,1,NULL,NULL),(325,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','603',322,'Variations des stocks (approvisionnements et marchandises)',0,NULL,NULL,1,NULL,NULL),(326,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','604',322,'Achats stockés - Matières premières (et fournitures)',0,NULL,NULL,1,NULL,NULL),(327,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','605',322,'Achats de matériel, équipements et travaux',0,NULL,NULL,1,NULL,NULL),(328,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','606',322,'Achats non stockés de matière et fournitures',0,NULL,NULL,1,NULL,NULL),(329,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','607',322,'Achats de marchandises',0,NULL,NULL,1,NULL,NULL),(330,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','608',322,'(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)',0,NULL,NULL,1,NULL,NULL),(331,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','609',322,'Rabais, remises et ristournes obtenus sur achats',0,NULL,NULL,1,NULL,NULL),(332,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','SERVICE','61',1506,'Services extérieurs',0,NULL,NULL,1,NULL,NULL),(333,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','611',332,'Sous-traitance générale',0,NULL,NULL,1,NULL,NULL),(334,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','612',332,'Redevances de crédit-bail',0,NULL,NULL,1,NULL,NULL),(335,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','613',332,'Locations',0,NULL,NULL,1,NULL,NULL),(336,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','614',332,'Charges locatives et de copropriété',0,NULL,NULL,1,NULL,NULL),(337,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','615',332,'Entretien et réparations',0,NULL,NULL,1,NULL,NULL),(338,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','616',332,'Primes d\'assurances',0,NULL,NULL,1,NULL,NULL),(339,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','617',332,'Etudes et recherches',0,NULL,NULL,1,NULL,NULL),(340,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','618',332,'Divers',0,NULL,NULL,1,NULL,NULL),(341,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','619',332,'Rabais, remises et ristournes obtenus sur services extérieurs',0,NULL,NULL,1,NULL,NULL),(342,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','62',1506,'Autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(343,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','621',342,'Personnel extérieur à l\'entreprise',0,NULL,NULL,1,NULL,NULL),(344,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','622',342,'Rémunérations d\'intermédiaires et honoraires',0,NULL,NULL,1,NULL,NULL),(345,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','623',342,'Publicité, publications, relations publiques',0,NULL,NULL,1,NULL,NULL),(346,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','624',342,'Transports de biens et transports collectifs du personnel',0,NULL,NULL,1,NULL,NULL),(347,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','625',342,'Déplacements, missions et réceptions',0,NULL,NULL,1,NULL,NULL),(348,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','626',342,'Frais postaux et de télécommunications',0,NULL,NULL,1,NULL,NULL),(349,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','627',342,'Services bancaires et assimilés',0,NULL,NULL,1,NULL,NULL),(350,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','628',342,'Divers',0,NULL,NULL,1,NULL,NULL),(351,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','629',342,'Rabais, remises et ristournes obtenus sur autres services extérieurs',0,NULL,NULL,1,NULL,NULL),(352,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','63',1506,'Impôts, taxes et versements assimilés',0,NULL,NULL,1,NULL,NULL),(353,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','631',352,'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)',0,NULL,NULL,1,NULL,NULL),(354,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','633',352,'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)',0,NULL,NULL,1,NULL,NULL),(355,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','635',352,'Autres impôts, taxes et versements assimilés (administrations des impôts)',0,NULL,NULL,1,NULL,NULL),(356,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','637',352,'Autres impôts, taxes et versements assimilés (autres organismes)',0,NULL,NULL,1,NULL,NULL),(357,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','64',1506,'Charges de personnel',0,NULL,NULL,1,NULL,NULL),(358,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','641',357,'Rémunérations du personnel',0,NULL,NULL,1,NULL,NULL),(359,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','644',357,'Rémunération du travail de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(360,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','SOCIAL','645',357,'Charges de sécurité sociale et de prévoyance',0,NULL,NULL,1,NULL,NULL),(361,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','646',357,'Cotisations sociales personnelles de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(362,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','647',357,'Autres charges sociales',0,NULL,NULL,1,NULL,NULL),(363,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','648',357,'Autres charges de personnel',0,NULL,NULL,1,NULL,NULL),(364,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','65',1506,'Autres charges de gestion courante',0,NULL,NULL,1,NULL,NULL),(365,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','651',364,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(366,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','653',364,'Jetons de présence',0,NULL,NULL,1,NULL,NULL),(367,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','654',364,'Pertes sur créances irrécouvrables',0,NULL,NULL,1,NULL,NULL),(368,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','655',364,'Quote-part de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(369,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','658',364,'Charges diverses de gestion courante',0,NULL,NULL,1,NULL,NULL),(370,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','66',1506,'Charges financières',0,NULL,NULL,1,NULL,NULL),(371,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','661',370,'Charges d\'intérêts',0,NULL,NULL,1,NULL,NULL),(372,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','664',370,'Pertes sur créances liées à des participations',0,NULL,NULL,1,NULL,NULL),(373,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','665',370,'Escomptes accordés',0,NULL,NULL,1,NULL,NULL),(374,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','666',370,'Pertes de change',0,NULL,NULL,1,NULL,NULL),(375,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','667',370,'Charges nettes sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(376,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','668',370,'Autres charges financières',0,NULL,NULL,1,NULL,NULL),(377,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','67',1506,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(378,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','671',377,'Charges exceptionnelles sur opérations de gestion',0,NULL,NULL,1,NULL,NULL),(379,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','672',377,'(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)',0,NULL,NULL,1,NULL,NULL),(380,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','675',377,'Valeurs comptables des éléments d\'actif cédés',0,NULL,NULL,1,NULL,NULL),(381,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','678',377,'Autres charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(382,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','68',1506,'Dotations aux amortissements et aux provisions',0,NULL,NULL,1,NULL,NULL),(383,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','681',382,'Dotations aux amortissements et aux provisions - Charges d\'exploitation',0,NULL,NULL,1,NULL,NULL),(384,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','686',382,'Dotations aux amortissements et aux provisions - Charges financières',0,NULL,NULL,1,NULL,NULL),(385,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','687',382,'Dotations aux amortissements et aux provisions - Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(386,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','69',1506,'Participation des salariés - impôts sur les bénéfices et assimiles',0,NULL,NULL,1,NULL,NULL),(387,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','691',386,'Participation des salariés aux résultats',0,NULL,NULL,1,NULL,NULL),(388,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','695',386,'Impôts sur les bénéfices',0,NULL,NULL,1,NULL,NULL),(389,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','696',386,'Suppléments d\'impôt sur les sociétés liés aux distributions',0,NULL,NULL,1,NULL,NULL),(390,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','697',386,'Imposition forfaitaire annuelle des sociétés',0,NULL,NULL,1,NULL,NULL),(391,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','698',386,'Intégration fiscale',0,NULL,NULL,1,NULL,NULL),(392,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','699',386,'Produits - Reports en arrière des déficits',0,NULL,NULL,1,NULL,NULL),(393,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','70',1507,'Ventes de produits fabriqués, prestations de services, marchandises',0,NULL,NULL,1,NULL,NULL),(394,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','701',393,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(395,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','702',393,'Ventes de produits intermédiaires',0,NULL,NULL,1,NULL,NULL),(396,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','703',393,'Ventes de produits résiduels',0,NULL,NULL,1,NULL,NULL),(397,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','704',393,'Travaux',0,NULL,NULL,1,NULL,NULL),(398,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','705',393,'Etudes',0,NULL,NULL,1,NULL,NULL),(399,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','SERVICE','706',393,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(400,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','707',393,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(401,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','PRODUCT','708',393,'Produits des activités annexes',0,NULL,NULL,1,NULL,NULL),(402,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','709',393,'Rabais, remises et ristournes accordés par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(403,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','71',1507,'Production stockée (ou déstockage)',0,NULL,NULL,1,NULL,NULL),(404,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','713',403,'Variation des stocks (en-cours de production, produits)',0,NULL,NULL,1,NULL,NULL),(405,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','72',1507,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(406,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','721',405,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(407,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','722',405,'Immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(408,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','74',1507,'Subventions d\'exploitation',0,NULL,NULL,1,NULL,NULL),(409,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','75',1507,'Autres produits de gestion courante',0,NULL,NULL,1,NULL,NULL),(410,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','751',409,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',0,NULL,NULL,1,NULL,NULL),(411,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','752',409,'Revenus des immeubles non affectés à des activités professionnelles',0,NULL,NULL,1,NULL,NULL),(412,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','753',409,'Jetons de présence et rémunérations d\'administrateurs, gérants,...',0,NULL,NULL,1,NULL,NULL),(413,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','754',409,'Ristournes perçues des coopératives (provenant des excédents)',0,NULL,NULL,1,NULL,NULL),(414,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','755',409,'Quotes-parts de résultat sur opérations faites en commun',0,NULL,NULL,1,NULL,NULL),(415,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','758',409,'Produits divers de gestion courante',0,NULL,NULL,1,NULL,NULL),(416,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','76',1507,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(417,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','761',416,'Produits de participations',0,NULL,NULL,1,NULL,NULL),(418,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','762',416,'Produits des autres immobilisations financières',0,NULL,NULL,1,NULL,NULL),(419,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','763',416,'Revenus des autres créances',0,NULL,NULL,1,NULL,NULL),(420,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','764',416,'Revenus des valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(421,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','765',416,'Escomptes obtenus',0,NULL,NULL,1,NULL,NULL),(422,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','766',416,'Gains de change',0,NULL,NULL,1,NULL,NULL),(423,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','767',416,'Produits nets sur cessions de valeurs mobilières de placement',0,NULL,NULL,1,NULL,NULL),(424,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','768',416,'Autres produits financiers',0,NULL,NULL,1,NULL,NULL),(425,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','77',1507,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(426,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','771',425,'Produits exceptionnels sur opérations de gestion',0,NULL,NULL,1,NULL,NULL),(427,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','772',425,'(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)',0,NULL,NULL,1,NULL,NULL),(428,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','775',425,'Produits des cessions d\'éléments d\'actif',0,NULL,NULL,1,NULL,NULL),(429,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','777',425,'Quote-part des subventions d\'investissement virée au résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(430,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','778',425,'Autres produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(431,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','78',1507,'Reprises sur amortissements et provisions',0,NULL,NULL,1,NULL,NULL),(432,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','781',431,'Reprises sur amortissements et provisions (à inscrire dans les produits d\'exploitation)',0,NULL,NULL,1,NULL,NULL),(433,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','786',431,'Reprises sur provisions pour risques (à inscrire dans les produits financiers)',0,NULL,NULL,1,NULL,NULL),(434,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','787',431,'Reprises sur provisions (à inscrire dans les produits exceptionnels)',0,NULL,NULL,1,NULL,NULL),(435,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','79',1507,'Transferts de charges',0,NULL,NULL,1,NULL,NULL),(436,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','791',435,'Transferts de charges d\'exploitation ',0,NULL,NULL,1,NULL,NULL),(437,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','796',435,'Transferts de charges financières',0,NULL,NULL,1,NULL,NULL),(438,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','797',435,'Transferts de charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(439,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','10',1351,'Capital',0,NULL,NULL,1,NULL,NULL),(440,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','100',439,'Capital souscrit ou capital personnel',0,NULL,NULL,1,NULL,NULL),(441,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1000',440,'Capital non amorti',0,NULL,NULL,1,NULL,NULL),(442,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1001',440,'Capital amorti',0,NULL,NULL,1,NULL,NULL),(443,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','101',439,'Capital non appelé',0,NULL,NULL,1,NULL,NULL),(444,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','109',439,'Compte de l\'exploitant',0,NULL,NULL,1,NULL,NULL),(445,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1090',444,'Opérations courantes',0,NULL,NULL,1,NULL,NULL),(446,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1091',444,'Impôts personnels',0,NULL,NULL,1,NULL,NULL),(447,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1092',444,'Rémunérations et autres avantages',0,NULL,NULL,1,NULL,NULL),(448,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','11',1351,'Primes d\'émission',0,NULL,NULL,1,NULL,NULL),(449,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','12',1351,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(450,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','120',449,'Plus-values de réévaluation sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(451,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1200',450,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(452,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1201',450,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(453,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','121',449,'Plus-values de réévaluation sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(454,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1210',453,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(455,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1211',453,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(456,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','122',449,'Plus-values de réévaluation sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(457,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1220',456,'Plus-values de réévaluation',0,NULL,NULL,1,NULL,NULL),(458,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1221',456,'Reprises de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(459,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','123',449,'Plus-values de réévaluation sur stocks',0,NULL,NULL,1,NULL,NULL),(460,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','124',449,'Reprises de réductions de valeur sur placements de trésorerie',0,NULL,NULL,1,NULL,NULL),(461,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','13',1351,'Réserve',0,NULL,NULL,1,NULL,NULL),(462,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','130',461,'Réserve légale',0,NULL,NULL,1,NULL,NULL),(463,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','131',461,'Réserves indisponibles',0,NULL,NULL,1,NULL,NULL),(464,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1310',463,'Réserve pour actions propres',0,NULL,NULL,1,NULL,NULL),(465,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1311',463,'Autres réserves indisponibles',0,NULL,NULL,1,NULL,NULL),(466,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','132',461,'Réserves immunisées',0,NULL,NULL,1,NULL,NULL),(467,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','133',461,'Réserves disponibles',0,NULL,NULL,1,NULL,NULL),(468,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1330',467,'Réserve pour régularisation de dividendes',0,NULL,NULL,1,NULL,NULL),(469,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1331',467,'Réserve pour renouvellement des immobilisations',0,NULL,NULL,1,NULL,NULL),(470,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1332',467,'Réserve pour installations en faveur du personnel 1333 Réserves libres',0,NULL,NULL,1,NULL,NULL),(471,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','14',1351,'Bénéfice reporté (ou perte reportée)',0,NULL,NULL,1,NULL,NULL),(472,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','15',1351,'Subsides en capital',0,NULL,NULL,1,NULL,NULL),(473,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','150',472,'Montants obtenus',0,NULL,NULL,1,NULL,NULL),(474,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','151',472,'Montants transférés aux résultats',0,NULL,NULL,1,NULL,NULL),(475,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','16',1351,'Provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(476,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','160',475,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(477,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','161',475,'Provisions pour charges fiscales',0,NULL,NULL,1,NULL,NULL),(478,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','162',475,'Provisions pour grosses réparations et gros entretiens',0,NULL,NULL,1,NULL,NULL),(479,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','163',475,'à 169 Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(480,1,NULL,'2016-01-22 17:28:15','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',0,NULL,NULL,1,NULL,NULL),(481,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','165',475,'Provisions pour engagements relatifs à l\'acquisition ou à la cession d\'immobilisations',0,NULL,NULL,1,NULL,NULL),(482,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','166',475,'Provisions pour exécution de commandes passées ou reçues',0,NULL,NULL,1,NULL,NULL),(483,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','167',475,'Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises',0,NULL,NULL,1,NULL,NULL),(484,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','168',475,'Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(485,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','169',475,'Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(486,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1690',485,'Pour litiges en cours',0,NULL,NULL,1,NULL,NULL),(487,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1691',485,'Pour amendes, doubles droits et pénalités',0,NULL,NULL,1,NULL,NULL),(488,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1692',485,'Pour propre assureur',0,NULL,NULL,1,NULL,NULL),(489,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1693',485,'Pour risques inhérents aux opérations de crédits à moyen ou long terme',0,NULL,NULL,1,NULL,NULL),(490,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1695',485,'Provision pour charge de liquidation',0,NULL,NULL,1,NULL,NULL),(491,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1696',485,'Provision pour départ de personnel',0,NULL,NULL,1,NULL,NULL),(492,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1699',485,'Pour risques divers',0,NULL,NULL,1,NULL,NULL),(493,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17',1351,'Dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(494,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','170',493,'Emprunts subordonnés',0,NULL,NULL,1,NULL,NULL),(495,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1700',494,'Convertibles',0,NULL,NULL,1,NULL,NULL),(496,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1701',494,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(497,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','171',493,'Emprunts obligataires non subordonnés',0,NULL,NULL,1,NULL,NULL),(498,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1710',498,'Convertibles',0,NULL,NULL,1,NULL,NULL),(499,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1711',498,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(500,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','172',493,'Dettes de location-financement et assimilés',0,NULL,NULL,1,NULL,NULL),(501,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1720',500,'Dettes de location-financement de biens immobiliers',0,NULL,NULL,1,NULL,NULL),(502,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1721',500,'Dettes de location-financement de biens mobiliers',0,NULL,NULL,1,NULL,NULL),(503,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1722',500,'Dettes sur droits réels sur immeubles',0,NULL,NULL,1,NULL,NULL),(504,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','173',493,'Etablissements de crédit',0,NULL,NULL,1,NULL,NULL),(505,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1730',504,'Dettes en compte',0,NULL,NULL,1,NULL,NULL),(506,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17300',505,'Banque A',0,NULL,NULL,1,NULL,NULL),(507,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17301',505,'Banque B',0,NULL,NULL,1,NULL,NULL),(508,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17302',505,'Banque C',0,NULL,NULL,1,NULL,NULL),(509,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17303',505,'Banque D',0,NULL,NULL,1,NULL,NULL),(510,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1731',504,'Promesses',0,NULL,NULL,1,NULL,NULL),(511,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17310',510,'Banque A',0,NULL,NULL,1,NULL,NULL),(512,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17311',510,'Banque B',0,NULL,NULL,1,NULL,NULL),(513,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17312',510,'Banque C',0,NULL,NULL,1,NULL,NULL),(514,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17313',510,'Banque D',0,NULL,NULL,1,NULL,NULL),(515,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1732',504,'Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(516,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17320',515,'Banque A',0,NULL,NULL,1,NULL,NULL),(517,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17321',515,'Banque B',0,NULL,NULL,1,NULL,NULL),(518,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17322',515,'Banque C',0,NULL,NULL,1,NULL,NULL),(519,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17323',515,'Banque D',0,NULL,NULL,1,NULL,NULL),(520,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','174',493,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(521,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175',493,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(522,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1750',521,'Fournisseurs : dettes en compte',0,NULL,NULL,1,NULL,NULL),(523,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17500',522,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(524,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175000',523,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(525,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175001',523,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(526,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17501',522,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(527,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175010',526,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(528,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175011',526,'Fournisseurs C.E.E.',0,NULL,NULL,1,NULL,NULL),(529,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175012',526,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(530,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1751',521,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(531,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17510',530,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(532,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175100',531,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(533,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175101',531,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(534,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','17511',530,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(535,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175110',534,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(536,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175111',534,'Fournisseurs C.E.E.',0,NULL,NULL,1,NULL,NULL),(537,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','175112',534,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(538,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','176',493,'Acomptes reçus sur commandes',0,NULL,NULL,1,NULL,NULL),(539,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','178',493,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(540,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','179',493,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(541,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1790',540,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(542,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1791',540,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(543,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1792',540,'Administrateurs, gérants et associés',0,NULL,NULL,1,NULL,NULL),(544,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1794',540,'Rentes viagères capitalisées',0,NULL,NULL,1,NULL,NULL),(545,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1798',540,'Dettes envers les coparticipants des associations momentanées et en participation',0,NULL,NULL,1,NULL,NULL),(546,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','1799',540,'Autres dettes diverses',0,NULL,NULL,1,NULL,NULL),(547,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','CAPIT','XXXXXX','18',1351,'Comptes de liaison des établissements et succursales',0,NULL,NULL,1,NULL,NULL),(548,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','20',1352,'Frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(549,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','200',548,'Frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(550,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2000',549,'Frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(551,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2009',549,'Amortissements sur frais de constitution et d\'augmentation de capital',0,NULL,NULL,1,NULL,NULL),(552,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','201',548,'Frais d\'émission d\'emprunts et primes de remboursement',0,NULL,NULL,1,NULL,NULL),(553,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2010',552,'Agios sur emprunts et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(554,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2019',552,'Amortissements sur agios sur emprunts et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(555,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','202',548,'Autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(556,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2020',555,'Autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(557,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2029',555,'Amortissements sur autres frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(558,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','203',548,'Intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(559,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2030',558,'Intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(560,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2039',558,'Amortissements sur intérêts intercalaires',0,NULL,NULL,1,NULL,NULL),(561,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','204',548,'Frais de restructuration',0,NULL,NULL,1,NULL,NULL),(562,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2040',561,'Coût des frais de restructuration',0,NULL,NULL,1,NULL,NULL),(563,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2049',561,'Amortissements sur frais de restructuration',0,NULL,NULL,1,NULL,NULL),(564,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','21',1352,'Immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(565,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','210',564,'Frais de recherche et de développement',0,NULL,NULL,1,NULL,NULL),(566,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2100',565,'Frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(567,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2108',565,'Plus-values actées sur frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(568,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2109',565,'Amortissements sur frais de recherche et de mise au point',0,NULL,NULL,1,NULL,NULL),(569,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','211',564,'Concessions, brevets, licences, savoir-faire, marque et droits similaires',0,NULL,NULL,1,NULL,NULL),(570,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2110',569,'Concessions, brevets, licences, marques, etc',0,NULL,NULL,1,NULL,NULL),(571,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2118',569,'Plus-values actées sur concessions, etc',0,NULL,NULL,1,NULL,NULL),(572,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2119',569,'Amortissements sur concessions, etc',0,NULL,NULL,1,NULL,NULL),(573,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','212',564,'Goodwill',0,NULL,NULL,1,NULL,NULL),(574,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2120',573,'Coût d\'acquisition',0,NULL,NULL,1,NULL,NULL),(575,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2128',573,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(576,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2129',573,'Amortissements sur goodwill',0,NULL,NULL,1,NULL,NULL),(577,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','213',564,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(578,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22',1352,'Terrains et constructions',0,NULL,NULL,1,NULL,NULL),(579,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','220',578,'Terrains',0,NULL,NULL,1,NULL,NULL),(580,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2200',579,'Terrains',0,NULL,NULL,1,NULL,NULL),(581,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2201',579,'Frais d\'acquisition sur terrains',0,NULL,NULL,1,NULL,NULL),(582,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2208',579,'Plus-values actées sur terrains',0,NULL,NULL,1,NULL,NULL),(583,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2209',579,'Amortissements et réductions de valeur',0,NULL,NULL,1,NULL,NULL),(584,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22090',583,'Amortissements sur frais d\'acquisition',0,NULL,NULL,1,NULL,NULL),(585,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22091',583,'Réductions de valeur sur terrains',0,NULL,NULL,1,NULL,NULL),(586,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','221',578,'Constructions',0,NULL,NULL,1,NULL,NULL),(587,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2210',586,'Bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(588,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2211',586,'Bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(589,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2212',586,'Autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(590,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2213',586,'Voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(591,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2215',586,'Constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(592,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2216',586,'Frais d\'acquisition sur constructions',0,NULL,NULL,1,NULL,NULL),(593,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2218',586,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(594,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22180',593,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(595,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22181',593,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(596,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22182',593,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(597,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22184',593,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(598,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2219',586,'Amortissements sur constructions',0,NULL,NULL,1,NULL,NULL),(599,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22190',598,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(600,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22191',598,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(601,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22192',598,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(602,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22194',598,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(603,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22195',598,'Sur constructions sur sol d\'autrui',0,NULL,NULL,1,NULL,NULL),(604,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22196',598,'Sur frais d\'acquisition sur constructions',0,NULL,NULL,1,NULL,NULL),(605,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','222',578,'Terrains bâtis',0,NULL,NULL,1,NULL,NULL),(606,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2220',605,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(607,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22200',606,'Bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(608,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22201',606,'Bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(609,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22202',606,'Autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(610,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22203',606,'Voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(611,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22204',606,'Frais d\'acquisition des terrains à bâtir',0,NULL,NULL,1,NULL,NULL),(612,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2228',605,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(613,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22280',612,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(614,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22281',612,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(615,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22282',612,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(616,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22283',612,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(617,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2229',605,'Amortissements sur terrains bâtis',0,NULL,NULL,1,NULL,NULL),(618,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22290',617,'Sur bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(619,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22291',617,'Sur bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(620,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22292',617,'Sur autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(621,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22293',617,'Sur voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(622,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','22294',617,'Sur frais d\'acquisition des terrains bâtis',0,NULL,NULL,1,NULL,NULL),(623,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','223',578,'Autres droits réels sur des immeubles',0,NULL,NULL,1,NULL,NULL),(624,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2230',623,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(625,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2238',623,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(626,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2239',623,'Amortissements',0,NULL,NULL,1,NULL,NULL),(627,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','23',1352,'Installations, machines et outillages',0,NULL,NULL,1,NULL,NULL),(628,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','230',627,'Installations',0,NULL,NULL,1,NULL,NULL),(629,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2300',628,'Installations bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(630,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2301',628,'Installations bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(631,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2302',628,'Installations bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(632,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2303',628,'Installations voies de transport et ouvrages d\'art',0,NULL,NULL,1,NULL,NULL),(637,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2304',628,'Installation de chauffage',0,NULL,NULL,1,NULL,NULL),(638,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2305',628,'Installation de conditionnement d\'air',0,NULL,NULL,1,NULL,NULL),(639,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2306',628,'Installation de chargement',0,NULL,NULL,1,NULL,NULL),(640,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','231',627,'Machines',0,NULL,NULL,1,NULL,NULL),(641,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2310',640,'Division A',0,NULL,NULL,1,NULL,NULL),(642,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2311',640,'Division B',0,NULL,NULL,1,NULL,NULL),(643,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2312',640,'Division C',0,NULL,NULL,1,NULL,NULL),(644,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','237',627,'Outillage',0,NULL,NULL,1,NULL,NULL),(645,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2370',644,'Division A',0,NULL,NULL,1,NULL,NULL),(646,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2371',644,'Division B',0,NULL,NULL,1,NULL,NULL),(647,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2372',644,'Division C',0,NULL,NULL,1,NULL,NULL),(648,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','238',627,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(649,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2380',648,'Sur installations',0,NULL,NULL,1,NULL,NULL),(650,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2381',648,'Sur machines',0,NULL,NULL,1,NULL,NULL),(651,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2382',648,'Sur outillage',0,NULL,NULL,1,NULL,NULL),(652,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','239',627,'Amortissements',0,NULL,NULL,1,NULL,NULL),(653,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2390',652,'Sur installations',0,NULL,NULL,1,NULL,NULL),(654,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2391',652,'Sur machines',0,NULL,NULL,1,NULL,NULL),(655,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2392',652,'Sur outillage',0,NULL,NULL,1,NULL,NULL),(656,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24',1352,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(657,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','240',656,'Mobilier',0,NULL,NULL,1,NULL,NULL),(658,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2400',656,'Mobilier',0,NULL,NULL,1,NULL,NULL),(659,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24000',658,'Mobilier des bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(660,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24001',658,'Mobilier des bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(661,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24002',658,'Mobilier des autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(662,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24003',658,'Mobilier oeuvres sociales',0,NULL,NULL,1,NULL,NULL),(663,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2401',657,'Matériel de bureau et de service social',0,NULL,NULL,1,NULL,NULL),(664,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24010',663,'Des bâtiments industriels',0,NULL,NULL,1,NULL,NULL),(665,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24011',663,'Des bâtiments administratifs et commerciaux',0,NULL,NULL,1,NULL,NULL),(666,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24012',663,'Des autres bâtiments d\'exploitation',0,NULL,NULL,1,NULL,NULL),(667,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24013',663,'Des oeuvres sociales',0,NULL,NULL,1,NULL,NULL),(668,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2408',657,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(669,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24080',668,'Plus-values actées sur mobilier',0,NULL,NULL,1,NULL,NULL),(670,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24081',668,'Plus-values actées sur matériel de bureau et service social',0,NULL,NULL,1,NULL,NULL),(671,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2409',657,'Amortissements',0,NULL,NULL,1,NULL,NULL),(672,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24090',671,'Amortissements sur mobilier',0,NULL,NULL,1,NULL,NULL),(673,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24091',671,'Amortissements sur matériel de bureau et service social',0,NULL,NULL,1,NULL,NULL),(674,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','241',656,'Matériel roulant',0,NULL,NULL,1,NULL,NULL),(675,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2410',674,'Matériel automobile',0,NULL,NULL,1,NULL,NULL),(676,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24100',675,'Voitures',0,NULL,NULL,1,NULL,NULL),(677,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24105',675,'Camions',0,NULL,NULL,1,NULL,NULL),(678,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2411',674,'Matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(679,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2412',674,'Matériel fluvial',0,NULL,NULL,1,NULL,NULL),(680,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2413',674,'Matériel naval',0,NULL,NULL,1,NULL,NULL),(681,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2414',674,'Matériel aérien',0,NULL,NULL,1,NULL,NULL),(682,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2418',674,'Plus-values sur matériel roulant',0,NULL,NULL,1,NULL,NULL),(683,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24180',682,'Plus-values sur matériel automobile',0,NULL,NULL,1,NULL,NULL),(684,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24181',682,'Idem sur matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(685,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24182',682,'Idem sur matériel fluvial',0,NULL,NULL,1,NULL,NULL),(686,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24183',682,'Idem sur matériel naval',0,NULL,NULL,1,NULL,NULL),(687,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24184',682,'Idem sur matériel aérien',0,NULL,NULL,1,NULL,NULL),(688,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2419',674,'Amortissements sur matériel roulant',0,NULL,NULL,1,NULL,NULL),(689,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24190',688,'Amortissements sur matériel automobile',0,NULL,NULL,1,NULL,NULL),(690,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24191',688,'Idem sur matériel ferroviaire',0,NULL,NULL,1,NULL,NULL),(691,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24192',688,'Idem sur matériel fluvial',0,NULL,NULL,1,NULL,NULL),(692,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24193',688,'Idem sur matériel naval',0,NULL,NULL,1,NULL,NULL),(693,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','24194',688,'Idem sur matériel aérien',0,NULL,NULL,1,NULL,NULL),(694,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','25',1352,'Immobilisation détenues en location-financement et droits similaires',0,NULL,NULL,1,NULL,NULL),(695,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','250',694,'Terrains et constructions',0,NULL,NULL,1,NULL,NULL),(696,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2500',695,'Terrains',0,NULL,NULL,1,NULL,NULL),(697,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2501',695,'Constructions',0,NULL,NULL,1,NULL,NULL),(698,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2508',695,'Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions',0,NULL,NULL,1,NULL,NULL),(699,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2509',695,'Amortissements et réductions de valeur sur terrains et constructions en leasing',0,NULL,NULL,1,NULL,NULL),(700,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','251',694,'Installations,  machines et outillage',0,NULL,NULL,1,NULL,NULL),(701,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2510',700,'Installations',0,NULL,NULL,1,NULL,NULL),(702,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2511',700,'Machines',0,NULL,NULL,1,NULL,NULL),(703,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2512',700,'Outillage',0,NULL,NULL,1,NULL,NULL),(704,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2518',700,'Plus-values actées sur installations machines et outillage pris en leasing',0,NULL,NULL,1,NULL,NULL),(705,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2519',700,'Amortissements sur installations machines et outillage pris en leasing',0,NULL,NULL,1,NULL,NULL),(706,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','252',694,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(707,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2520',706,'Mobilier',0,NULL,NULL,1,NULL,NULL),(708,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2521',706,'Matériel roulant',0,NULL,NULL,1,NULL,NULL),(709,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2528',706,'Plus-values actées sur mobilier et matériel roulant en leasing',0,NULL,NULL,1,NULL,NULL),(710,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2529',706,'Amortissements sur mobilier et matériel roulant en leasing',0,NULL,NULL,1,NULL,NULL),(711,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','26',1352,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(712,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','260',711,'Frais d\'aménagements de locaux pris en location',0,NULL,NULL,1,NULL,NULL),(713,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','261',711,'Maison d\'habitation',0,NULL,NULL,1,NULL,NULL),(714,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','262',711,'Réserve immobilière',0,NULL,NULL,1,NULL,NULL),(715,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','263',711,'Matériel d\'emballage',0,NULL,NULL,1,NULL,NULL),(716,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','264',711,'Emballages récupérables',0,NULL,NULL,1,NULL,NULL),(717,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','268',711,'Plus-values actées sur autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(718,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','269',711,'Amortissements sur autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(719,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2690',718,'Amortissements sur frais d\'aménagement des locaux pris en location',0,NULL,NULL,1,NULL,NULL),(720,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2691',718,'Amortissements sur maison d\'habitation',0,NULL,NULL,1,NULL,NULL),(721,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2692',718,'Amortissements sur réserve immobilière',0,NULL,NULL,1,NULL,NULL),(722,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2693',718,'Amortissements sur matériel d\'emballage',0,NULL,NULL,1,NULL,NULL),(723,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2694',718,'Amortissements sur emballages récupérables',0,NULL,NULL,1,NULL,NULL),(724,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','27',1352,'Immobilisations corporelles en cours et acomptes versés',0,NULL,NULL,1,NULL,NULL),(725,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','270',724,'Immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(726,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2700',725,'Constructions',0,NULL,NULL,1,NULL,NULL),(727,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2701',725,'Installations machines et outillage',0,NULL,NULL,1,NULL,NULL),(728,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2702',725,'Mobilier et matériel roulant',0,NULL,NULL,1,NULL,NULL),(729,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2703',725,'Autres immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(730,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','271',724,'Avances et acomptes versés sur immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(731,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','28',1352,'Immobilisations financières',0,NULL,NULL,1,NULL,NULL),(732,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','280',731,'Participations dans des entreprises liées',0,NULL,NULL,1,NULL,NULL),(733,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2800',732,'Valeur d\'acquisition (peut être subdivisé par participation)',0,NULL,NULL,1,NULL,NULL),(734,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2801',732,'Montants non appelés (idem)',0,NULL,NULL,1,NULL,NULL),(735,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2808',732,'Plus-values actées (idem)',0,NULL,NULL,1,NULL,NULL),(736,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2809',732,'Réductions de valeurs actées (idem)',0,NULL,NULL,1,NULL,NULL),(737,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','281',731,'Créances sur des entreprises liées',0,NULL,NULL,1,NULL,NULL),(738,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2810',737,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(739,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2811',737,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(740,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2812',737,'Titres à revenu fixes',0,NULL,NULL,1,NULL,NULL),(741,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2817',737,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(742,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2819',737,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(743,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','282',731,'Participations dans des entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(744,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2820',743,'Valeur d\'acquisition (peut être subdivisé par participation)',0,NULL,NULL,1,NULL,NULL),(745,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2821',743,'Montants non appelés (idem)',0,NULL,NULL,1,NULL,NULL),(746,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2828',743,'Plus-values actées (idem)',0,NULL,NULL,1,NULL,NULL),(747,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2829',743,'Réductions de valeurs actées (idem)',0,NULL,NULL,1,NULL,NULL),(748,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','283',731,'Créances sur des entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(749,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2830',748,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(750,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2831',748,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(751,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2832',748,'Titres à revenu fixe',0,NULL,NULL,1,NULL,NULL),(752,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2837',748,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(753,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','2839',748,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(754,1,NULL,'2016-01-22 17:28:15','PCMN-BASE','IMMO','XXXXXX','284',731,'Autres actions et parts',0,NULL,NULL,1,NULL,NULL),(755,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2840',754,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(756,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2841',754,'Montants non appelés',0,NULL,NULL,1,NULL,NULL),(757,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2848',754,'Plus-values actées',0,NULL,NULL,1,NULL,NULL),(758,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2849',754,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(759,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','285',731,'Autres créances',0,NULL,NULL,1,NULL,NULL),(760,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2850',759,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(761,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2851',759,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(762,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2852',759,'Titres à revenu fixe',0,NULL,NULL,1,NULL,NULL),(763,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2857',759,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(764,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2859',759,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(765,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','288',731,'Cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(766,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2880',765,'Téléphone, téléfax, télex',0,NULL,NULL,1,NULL,NULL),(767,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2881',765,'Gaz',0,NULL,NULL,1,NULL,NULL),(768,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2882',765,'Eau',0,NULL,NULL,1,NULL,NULL),(769,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2883',765,'Electricité',0,NULL,NULL,1,NULL,NULL),(770,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2887',765,'Autres cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(771,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29',1352,'Créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(772,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','290',771,'Créances commerciales',0,NULL,NULL,1,NULL,NULL),(773,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2900',772,'Clients',0,NULL,NULL,1,NULL,NULL),(774,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29000',773,'Créances en compte sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(775,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29001',773,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(776,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29002',773,'Sur clients Belgique',0,NULL,NULL,1,NULL,NULL),(777,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29003',773,'Sur clients C.E.E.',0,NULL,NULL,1,NULL,NULL),(778,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29004',773,'Sur clients exportation hors C.E.E.',0,NULL,NULL,1,NULL,NULL),(779,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29005',773,'Créances sur les coparticipants (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(780,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2901',772,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(781,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29010',780,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(782,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29011',780,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(783,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29012',780,'Sur clients Belgique',0,NULL,NULL,1,NULL,NULL),(784,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29013',780,'Sur clients C.E.E.',0,NULL,NULL,1,NULL,NULL),(785,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29014',780,'Sur clients exportation hors C.E.E.',0,NULL,NULL,1,NULL,NULL),(786,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2905',772,'Retenues sur garanties',0,NULL,NULL,1,NULL,NULL),(787,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2906',772,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(788,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2907',772,'Créances douteuses (à ventiler comme clients 2900)',0,NULL,NULL,1,NULL,NULL),(789,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2909',772,'Réductions de valeur actées (à ventiler comme clients 2900)',0,NULL,NULL,1,NULL,NULL),(790,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','291',771,'Autres créances',0,NULL,NULL,1,NULL,NULL),(791,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2910',790,'Créances en compte',0,NULL,NULL,1,NULL,NULL),(792,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29100',791,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(793,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29101',791,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(794,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29102',791,'Sur autres débiteurs',0,NULL,NULL,1,NULL,NULL),(795,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2911',790,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(796,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29110',795,'Sur entreprises liées',0,NULL,NULL,1,NULL,NULL),(797,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29111',795,'Sur entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(798,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','29112',795,'Sur autres débiteurs',0,NULL,NULL,1,NULL,NULL),(799,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2912',790,'Créances résultant de la cession d\'immobilisations données en leasing',0,NULL,NULL,1,NULL,NULL),(800,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2917',790,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(801,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','IMMO','XXXXXX','2919',790,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(802,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','30',1353,'Approvisionnements - matières premières',0,NULL,NULL,1,NULL,NULL),(803,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','300',802,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(804,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','309',802,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(805,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31',1353,'Approvsionnements et fournitures',0,NULL,NULL,1,NULL,NULL),(806,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','310',805,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(807,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3100',806,'Matières d\'approvisionnement',0,NULL,NULL,1,NULL,NULL),(808,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3101',806,'Energie, charbon, coke, mazout, essence, propane',0,NULL,NULL,1,NULL,NULL),(809,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3102',806,'Produits d\'entretien',0,NULL,NULL,1,NULL,NULL),(810,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3103',806,'Fournitures diverses et petit outillage',0,NULL,NULL,1,NULL,NULL),(811,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3104',806,'Imprimés et fournitures de bureau',0,NULL,NULL,1,NULL,NULL),(812,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3105',806,'Fournitures de services sociaux',0,NULL,NULL,1,NULL,NULL),(813,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3106',806,'Emballages commerciaux',0,NULL,NULL,1,NULL,NULL),(814,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31060',813,'Emballages perdus',0,NULL,NULL,1,NULL,NULL),(815,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','31061',813,'Emballages récupérables',0,NULL,NULL,1,NULL,NULL),(816,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','319',805,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(817,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','32',1353,'En cours de fabrication',0,NULL,NULL,1,NULL,NULL),(818,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','320',817,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(819,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3200',818,'Produits semi-ouvrés',0,NULL,NULL,1,NULL,NULL),(820,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3201',818,'Produits en cours de fabrication',0,NULL,NULL,1,NULL,NULL),(821,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3202',818,'Travaux en cours',0,NULL,NULL,1,NULL,NULL),(822,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3205',818,'Déchets',0,NULL,NULL,1,NULL,NULL),(823,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3206',818,'Rebuts',0,NULL,NULL,1,NULL,NULL),(824,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3209',818,'Travaux en association momentanée',0,NULL,NULL,1,NULL,NULL),(825,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','329',817,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(826,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','33',1353,'Produits finis',0,NULL,NULL,1,NULL,NULL),(827,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','330',826,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(828,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3300',827,'Produits finis',0,NULL,NULL,1,NULL,NULL),(829,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','339',826,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(830,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','34',1353,'Marchandises',0,NULL,NULL,1,NULL,NULL),(831,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','340',830,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(832,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3400',831,'Groupe A',0,NULL,NULL,1,NULL,NULL),(833,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3401',831,'Groupe B',0,NULL,NULL,1,NULL,NULL),(834,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3402',831,'Groupe C',0,NULL,NULL,1,NULL,NULL),(835,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','349',830,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(836,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','35',1353,'Immeubles destinés à la vente',0,NULL,NULL,1,NULL,NULL),(837,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','350',836,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(838,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3500',837,'Immeuble A',0,NULL,NULL,1,NULL,NULL),(839,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3501',837,'Immeuble B',0,NULL,NULL,1,NULL,NULL),(840,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3502',837,'Immeuble C',0,NULL,NULL,1,NULL,NULL),(841,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','351',836,'Immeubles construits en vue de leur revente',0,NULL,NULL,1,NULL,NULL),(842,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3510',841,'Immeuble A',0,NULL,NULL,1,NULL,NULL),(843,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3511',841,'Immeuble B',0,NULL,NULL,1,NULL,NULL),(844,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','3512',841,'Immeuble C',0,NULL,NULL,1,NULL,NULL),(845,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','359',836,'Réductions de valeurs actées',0,NULL,NULL,1,NULL,NULL),(846,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','36',1353,'Acomptes versés sur achats pour stocks',0,NULL,NULL,1,NULL,NULL),(847,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','360',846,'Acomptes versés (à ventiler éventuellement par catégorie)',0,NULL,NULL,1,NULL,NULL),(848,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','369',846,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(849,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','37',1353,'Commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(850,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','370',849,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(851,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','371',849,'Bénéfice pris en compte',0,NULL,NULL,1,NULL,NULL),(852,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','STOCK','XXXXXX','379',849,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(853,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','40',1354,'Créances commerciales',0,NULL,NULL,1,NULL,NULL),(854,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','400',853,'Clients',0,NULL,NULL,1,NULL,NULL),(855,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4007',854,'Rabais, remises et  ristournes à accorder et autres notes de crédit à établir',0,NULL,NULL,1,NULL,NULL),(856,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4008',854,'Créances résultant de livraisons de biens (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(857,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','401',853,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(858,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4010',857,'Effets à recevoir',0,NULL,NULL,1,NULL,NULL),(859,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4013',857,'Effets à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(860,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4015',857,'Effets à l\'escompte',0,NULL,NULL,1,NULL,NULL),(861,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','402',853,'Clients, créances courantes, entreprises apparentées, administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(862,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4020',861,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(863,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4021',861,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(864,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4022',861,'Administrateurs et gérants d\'entreprise',0,NULL,NULL,1,NULL,NULL),(865,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','403',853,'Effets à recevoir sur entreprises apparentées et administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(866,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4030',865,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(867,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4031',865,'Autres entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(868,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4032',865,'Administrateurs et gérants de l\'entreprise',0,NULL,NULL,1,NULL,NULL),(869,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','404',853,'Produits à recevoir (factures à établir)',0,NULL,NULL,1,NULL,NULL),(870,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','405',853,'Clients : retenues sur garanties',0,NULL,NULL,1,NULL,NULL),(871,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','406',853,'Acomptes versés',0,NULL,NULL,1,NULL,NULL),(872,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','407',853,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(873,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','408',853,'Compensation clients',0,NULL,NULL,1,NULL,NULL),(874,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','409',853,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(875,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41',1354,'Autres créances',0,NULL,NULL,1,NULL,NULL),(876,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','410',875,'Capital appelé, non versé',0,NULL,NULL,1,NULL,NULL),(877,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4100',876,'Appels de fonds',0,NULL,NULL,1,NULL,NULL),(878,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4101',876,'Actionnaires défaillants',0,NULL,NULL,1,NULL,NULL),(879,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','411',875,'T.V.A. à récupérer',0,NULL,NULL,1,NULL,NULL),(880,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4110',879,'T.V.A. due',0,NULL,NULL,1,NULL,NULL),(881,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4111',879,'T.V.A. déductible',0,NULL,NULL,1,NULL,NULL),(882,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4112',879,'Compte courant administration T.V.A.',0,NULL,NULL,1,NULL,NULL),(883,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4118',879,'Taxe d\'égalisation due',0,NULL,NULL,1,NULL,NULL),(884,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','412',875,'Impôts et versements fiscaux à récupérer',0,NULL,NULL,1,NULL,NULL),(885,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4120',884,'Impôts belges sur le résultat',0,NULL,NULL,1,NULL,NULL),(886,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4125',884,'Autres impôts belges',0,NULL,NULL,1,NULL,NULL),(887,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4128',884,'Impôts étrangers',0,NULL,NULL,1,NULL,NULL),(888,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','414',875,'Produits à recevoir',0,NULL,NULL,1,NULL,NULL),(889,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','416',875,'Créances diverses',0,NULL,NULL,1,NULL,NULL),(890,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4160',889,'Associés (compte d\'apport en société)',0,NULL,NULL,1,NULL,NULL),(891,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4161',889,'Avances et prêts au personnel',0,NULL,NULL,1,NULL,NULL),(892,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4162',889,'Compte courant des associés en S.P.R.L.',0,NULL,NULL,1,NULL,NULL),(893,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4163',889,'Compte courant des administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(894,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4164',889,'Créances sur sociétés apparentées',0,NULL,NULL,1,NULL,NULL),(895,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4166',889,'Emballages et matériel à rendre',0,NULL,NULL,1,NULL,NULL),(896,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4167',889,'Etat et établissements publics',0,NULL,NULL,1,NULL,NULL),(897,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41670',896,'Subsides à recevoir',0,NULL,NULL,1,NULL,NULL),(898,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','41671',896,'Autres créances',0,NULL,NULL,1,NULL,NULL),(899,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4168',889,'Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus',0,NULL,NULL,1,NULL,NULL),(900,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','417',875,'Créances douteuses',0,NULL,NULL,1,NULL,NULL),(901,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','418',875,'Cautionnements versés en numéraires',0,NULL,NULL,1,NULL,NULL),(902,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','419',875,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(903,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','42',1354,'Dettes à plus d\'un an échéant dans l\'année',0,NULL,NULL,1,NULL,NULL),(904,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','420',903,'Emprunts subordonnés',0,NULL,NULL,1,NULL,NULL),(905,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4200',904,'Convertibles',0,NULL,NULL,1,NULL,NULL),(906,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4201',904,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(907,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','421',903,'Emprunts obligataires non subordonnés',0,NULL,NULL,1,NULL,NULL),(908,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4210',907,'Convertibles',0,NULL,NULL,1,NULL,NULL),(909,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4211',907,'Non convertibles',0,NULL,NULL,1,NULL,NULL),(910,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','422',903,'Dettes de location-financement et assimilées',0,NULL,NULL,1,NULL,NULL),(911,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4220',910,'Financement de biens immobiliers',0,NULL,NULL,1,NULL,NULL),(912,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4221',910,'Financement de biens mobiliers',0,NULL,NULL,1,NULL,NULL),(913,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','423',903,'Etablissements de crédit',0,NULL,NULL,1,NULL,NULL),(914,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4230',913,'Dettes en compte',0,NULL,NULL,1,NULL,NULL),(915,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4231',913,'Promesses',0,NULL,NULL,1,NULL,NULL),(916,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4232',913,'Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(917,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','424',903,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(918,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','425',903,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(919,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4250',918,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(920,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4251',918,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(921,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','426',903,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(922,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','429',903,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(923,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4290',922,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(924,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4291',922,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(925,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4292',922,'Administrateurs, gérants, associés',0,NULL,NULL,1,NULL,NULL),(926,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4299',922,'Autres dettes',0,NULL,NULL,1,NULL,NULL),(927,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','43',1354,'Dettes financières',0,NULL,NULL,1,NULL,NULL),(928,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','430',927,'Etablissements de crédit. Emprunts en compte à terme fixe',0,NULL,NULL,1,NULL,NULL),(929,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','431',927,'Etablissements de crédit. Promesses',0,NULL,NULL,1,NULL,NULL),(930,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','432',927,'Etablissements de crédit. Crédits d\'acceptation',0,NULL,NULL,1,NULL,NULL),(931,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','433',927,'Etablissements de crédit. Dettes en compte courant',0,NULL,NULL,1,NULL,NULL),(932,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','439',927,'Autres emprunts',0,NULL,NULL,1,NULL,NULL),(933,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44',1354,'Dettes commerciales',0,NULL,NULL,1,NULL,NULL),(934,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','440',933,'Fournisseurs',0,NULL,NULL,1,NULL,NULL),(935,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4400',934,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(936,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44000',935,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(937,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44001',935,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(938,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4401',934,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(939,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44010',938,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(940,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44011',938,'Fournisseurs CEE',0,NULL,NULL,1,NULL,NULL),(941,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44012',938,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(942,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4402',934,'Dettes envers les coparticipants (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(943,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4403',934,'Fournisseurs - retenues de garanties',0,NULL,NULL,1,NULL,NULL),(944,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','441',933,'Effets à payer',0,NULL,NULL,1,NULL,NULL),(945,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4410',944,'Entreprises apparentées',0,NULL,NULL,1,NULL,NULL),(946,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44100',945,'Entreprises liées',0,NULL,NULL,1,NULL,NULL),(947,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44101',945,'Entreprises avec lesquelles il existe un lien de participation',0,NULL,NULL,1,NULL,NULL),(948,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4411',944,'Fournisseurs ordinaires',0,NULL,NULL,1,NULL,NULL),(949,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44110',948,'Fournisseurs belges',0,NULL,NULL,1,NULL,NULL),(950,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44111',948,'Fournisseurs CEE',0,NULL,NULL,1,NULL,NULL),(951,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','44112',948,'Fournisseurs importation',0,NULL,NULL,1,NULL,NULL),(952,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','444',933,'Factures à recevoir',0,NULL,NULL,1,NULL,NULL),(953,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','446',933,'Acomptes reçus',0,NULL,NULL,1,NULL,NULL),(954,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','448',933,'Compensations fournisseurs',0,NULL,NULL,1,NULL,NULL),(955,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45',1354,'Dettes fiscales, salariales et sociales',0,NULL,NULL,1,NULL,NULL),(956,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','450',955,'Dettes fiscales estimées',0,NULL,NULL,1,NULL,NULL),(957,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4501',956,'Impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(958,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4505',956,'Autres impôts en Belgique',0,NULL,NULL,1,NULL,NULL),(959,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4508',956,'Impôts à l\'étranger',0,NULL,NULL,1,NULL,NULL),(960,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','451',955,'T.V.A. à payer',0,NULL,NULL,1,NULL,NULL),(961,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4510',960,'T.V.A. due',0,NULL,NULL,1,NULL,NULL),(962,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4511',960,'T.V.A. déductible',0,NULL,NULL,1,NULL,NULL),(963,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4512',960,'Compte courant administration T.V.A.',0,NULL,NULL,1,NULL,NULL),(964,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4518',960,'Taxe d\'égalisation due',0,NULL,NULL,1,NULL,NULL),(965,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','452',955,'Impôts et taxes à payer',0,NULL,NULL,1,NULL,NULL),(966,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4520',965,'Autres impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(967,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4525',965,'Autres impôts et taxes en Belgique',0,NULL,NULL,1,NULL,NULL),(968,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45250',967,'Précompte immobilier',0,NULL,NULL,1,NULL,NULL),(969,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45251',967,'Impôts communaux à payer',0,NULL,NULL,1,NULL,NULL),(970,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45252',967,'Impôts provinciaux à payer',0,NULL,NULL,1,NULL,NULL),(971,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45253',967,'Autres impôts et taxes à payer',0,NULL,NULL,1,NULL,NULL),(972,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4528',965,'Impôts et taxes à l\'étranger',0,NULL,NULL,1,NULL,NULL),(973,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','453',955,'Précomptes retenus',0,NULL,NULL,1,NULL,NULL),(974,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4530',973,'Précompte professionnel retenu sur rémunérations',0,NULL,NULL,1,NULL,NULL),(975,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4531',973,'Précompte professionnel retenu sur tantièmes',0,NULL,NULL,1,NULL,NULL),(976,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4532',973,'Précompte mobilier retenu sur dividendes attribués',0,NULL,NULL,1,NULL,NULL),(977,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4533',973,'Précompte mobilier retenu sur intérêts payés',0,NULL,NULL,1,NULL,NULL),(978,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4538',973,'Autres précomptes retenus',0,NULL,NULL,1,NULL,NULL),(979,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','454',955,'Office National de la Sécurité Sociale',0,NULL,NULL,1,NULL,NULL),(980,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4540',979,'Arriérés',0,NULL,NULL,1,NULL,NULL),(981,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4541',979,'1er trimestre',0,NULL,NULL,1,NULL,NULL),(982,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4542',979,'2ème trimestre',0,NULL,NULL,1,NULL,NULL),(983,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4543',979,'3ème trimestre',0,NULL,NULL,1,NULL,NULL),(984,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4544',979,'4ème trimestre',0,NULL,NULL,1,NULL,NULL),(985,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','455',955,'Rémunérations',0,NULL,NULL,1,NULL,NULL),(986,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4550',985,'Administrateurs,  gérants et commissaires (non réviseurs)',0,NULL,NULL,1,NULL,NULL),(987,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4551',985,'Direction',0,NULL,NULL,1,NULL,NULL),(988,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4552',985,'Employés',0,NULL,NULL,1,NULL,NULL),(989,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4553',985,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(990,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','456',955,'Pécules de vacances',0,NULL,NULL,1,NULL,NULL),(991,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4560',990,'Direction',0,NULL,NULL,1,NULL,NULL),(992,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4561',990,'Employés',0,NULL,NULL,1,NULL,NULL),(993,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4562',990,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(994,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','459',955,'Autres dettes sociales',0,NULL,NULL,1,NULL,NULL),(995,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4590',994,'Provision pour gratifications de fin d\'année',0,NULL,NULL,1,NULL,NULL),(996,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4591',994,'Départs de personnel',0,NULL,NULL,1,NULL,NULL),(997,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4592',994,'Oppositions sur rémunérations',0,NULL,NULL,1,NULL,NULL),(998,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4593',994,'Assurances relatives au personnel',0,NULL,NULL,1,NULL,NULL),(999,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45930',998,'Assurance loi',0,NULL,NULL,1,NULL,NULL),(1000,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45931',998,'Assurance salaire garanti',0,NULL,NULL,1,NULL,NULL),(1001,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45932',998,'Assurance groupe',0,NULL,NULL,1,NULL,NULL),(1002,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','45933',998,'Assurances individuelles',0,NULL,NULL,1,NULL,NULL),(1003,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4594',994,'Caisse d\'assurances sociales pour travailleurs indépendants',0,NULL,NULL,1,NULL,NULL),(1004,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4597',994,'Dettes et provisions sociales diverses',0,NULL,NULL,1,NULL,NULL),(1005,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','46',1354,'Acomptes reçus sur commande',0,NULL,NULL,1,NULL,NULL),(1006,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','47',1354,'Dettes découlant de l\'affectation des résultats',0,NULL,NULL,1,NULL,NULL),(1007,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','470',1006,'Dividendes et tantièmes d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1008,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','471',1006,'Dividendes de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1009,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','472',1006,'Tantièmes de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1010,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','473',1006,'Autres allocataires',0,NULL,NULL,1,NULL,NULL),(1011,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','48',4,'Dettes diverses',0,NULL,NULL,1,NULL,NULL),(1012,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','480',1011,'Obligations et coupons échus',0,NULL,NULL,1,NULL,NULL),(1013,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','481',1011,'Actionnaires - capital à rembourser',0,NULL,NULL,1,NULL,NULL),(1014,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','482',1011,'Participation du personnel à payer',0,NULL,NULL,1,NULL,NULL),(1015,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','483',1011,'Acomptes reçus d\'autres tiers à moins d\'un an',0,NULL,NULL,1,NULL,NULL),(1016,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','486',1011,'Emballages et matériel consignés',0,NULL,NULL,1,NULL,NULL),(1017,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','488',1011,'Cautionnements reçus en numéraires',0,NULL,NULL,1,NULL,NULL),(1018,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','489',1011,'Autres dettes diverses',0,NULL,NULL,1,NULL,NULL),(1019,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49',1354,'Comptes de régularisation et compte d\'attente',0,NULL,NULL,1,NULL,NULL),(1020,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','490',1019,'Charges à reporter (à subdiviser par catégorie de charges)',0,NULL,NULL,1,NULL,NULL),(1021,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','491',1019,'Produits acquis',0,NULL,NULL,1,NULL,NULL),(1022,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4910',1021,'Produits d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1023,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49100',1022,'Ristournes et rabais à obtenir',0,NULL,NULL,1,NULL,NULL),(1024,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49101',1022,'Commissions à obtenir',0,NULL,NULL,1,NULL,NULL),(1025,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49102',1022,'Autres produits d\'exploitation (redevances par exemple)',0,NULL,NULL,1,NULL,NULL),(1026,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4911',1021,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(1027,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49110',1026,'Intérêts courus et non échus sur prêts et débits',0,NULL,NULL,1,NULL,NULL),(1028,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','49111',1026,'Autres produits financiers',0,NULL,NULL,1,NULL,NULL),(1029,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','492',1019,'Charges à imputer (à subdiviser par catégorie de charges)',0,NULL,NULL,1,NULL,NULL),(1030,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','493',1019,'Produits à reporter',0,NULL,NULL,1,NULL,NULL),(1031,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4930',1030,'Produits d\'exploitation à reporter',0,NULL,NULL,1,NULL,NULL),(1032,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4931',1030,'Produits financiers à reporter',0,NULL,NULL,1,NULL,NULL),(1033,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','499',1019,'Comptes d\'attente',0,NULL,NULL,1,NULL,NULL),(1034,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4990',1033,'Compte d\'attente',0,NULL,NULL,1,NULL,NULL),(1035,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4991',1033,'Compte de répartition périodique des charges',0,NULL,NULL,1,NULL,NULL),(1036,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','TIERS','XXXXXX','4999',1033,'Transferts d\'exercice',0,NULL,NULL,1,NULL,NULL),(1037,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','50',1355,'Actions propres',0,NULL,NULL,1,NULL,NULL),(1038,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','51',1355,'Actions et parts',0,NULL,NULL,1,NULL,NULL),(1039,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','510',1038,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(1040,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','511',1038,'Montants non appelés',0,NULL,NULL,1,NULL,NULL),(1041,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','519',1038,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1042,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','52',1355,'Titres à revenus fixes',0,NULL,NULL,1,NULL,NULL),(1043,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','520',1042,'Valeur d\'acquisition',0,NULL,NULL,1,NULL,NULL),(1044,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','529',1042,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1045,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','53',1355,'Dépots à terme',0,NULL,NULL,1,NULL,NULL),(1046,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','530',1045,'De plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1047,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','531',1045,'De plus d\'un mois et à un an au plus',0,NULL,NULL,1,NULL,NULL),(1048,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','532',1045,'d\'un mois au plus',0,NULL,NULL,1,NULL,NULL),(1049,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','539',1045,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1050,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','54',1355,'Valeurs échues à l\'encaissement',0,NULL,NULL,1,NULL,NULL),(1051,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','540',1050,'Chèques à encaisser',0,NULL,NULL,1,NULL,NULL),(1052,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','541',1050,'Coupons à encaisser',0,NULL,NULL,1,NULL,NULL),(1053,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','55',1355,'Etablissements de crédit - Comptes ouverts auprès des divers établissements.',0,NULL,NULL,1,NULL,NULL),(1054,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','550',1053,'Comptes courants',0,NULL,NULL,1,NULL,NULL),(1055,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','551',1053,'Chèques émis',0,NULL,NULL,1,NULL,NULL),(1056,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','559',1053,'Réductions de valeur actées',0,NULL,NULL,1,NULL,NULL),(1057,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','56',1355,'Office des chèques postaux',0,NULL,NULL,1,NULL,NULL),(1058,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','560',1057,'Compte courant',0,NULL,NULL,1,NULL,NULL),(1059,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','561',1057,'Chèques émis',0,NULL,NULL,1,NULL,NULL),(1060,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','57',1355,'Caisses',0,NULL,NULL,1,NULL,NULL),(1061,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','570',1060,'à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)',0,NULL,NULL,1,NULL,NULL),(1062,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','578',1060,'Caisses - timbres ( 0 - fiscaux ; 1 - postaux)',0,NULL,NULL,1,NULL,NULL),(1063,1,NULL,'2016-01-22 17:28:16','PCMN-BASE','FINAN','XXXXXX','58',1355,'Virements internes',0,NULL,NULL,1,NULL,NULL),(1064,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','60',1356,'Approvisionnements et marchandises',0,NULL,NULL,1,NULL,NULL),(1065,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','600',1064,'Achats de matières premières',0,NULL,NULL,1,NULL,NULL),(1066,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','601',1064,'Achats de fournitures',0,NULL,NULL,1,NULL,NULL),(1067,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','602',1064,'Achats de services, travaux et études',0,NULL,NULL,1,NULL,NULL),(1068,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','603',1064,'Sous-traitances générales',0,NULL,NULL,1,NULL,NULL),(1069,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','604',1064,'Achats de marchandises',0,NULL,NULL,1,NULL,NULL),(1070,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','605',1064,'Achats d\'immeubles destinés à la revente',0,NULL,NULL,1,NULL,NULL),(1071,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','608',1064,'Remises , ristournes et rabais obtenus sur achats',0,NULL,NULL,1,NULL,NULL),(1072,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','609',1064,'Variations de stocks',0,NULL,NULL,1,NULL,NULL),(1073,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6090',1072,'De matières premières',0,NULL,NULL,1,NULL,NULL),(1074,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6091',1072,'De fournitures',0,NULL,NULL,1,NULL,NULL),(1075,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6094',1072,'De marchandises',0,NULL,NULL,1,NULL,NULL),(1076,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6095',1072,'d\'immeubles destinés à la vente',0,NULL,NULL,1,NULL,NULL),(1077,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61',1356,'Services et biens divers',0,NULL,NULL,1,NULL,NULL),(1078,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','610',1077,'Loyers et charges locatives',0,NULL,NULL,1,NULL,NULL),(1079,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6100',1078,'Loyers divers',0,NULL,NULL,1,NULL,NULL),(1080,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6101',1078,'Charges locatives (assurances, frais de confort,etc)',0,NULL,NULL,1,NULL,NULL),(1081,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','611',1077,'Entretien et réparation (fournitures et prestations)',0,NULL,NULL,1,NULL,NULL),(1082,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','612',1077,'Fournitures faites à l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1083,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6120',1082,'Eau, gaz, électricité, vapeur',0,NULL,NULL,1,NULL,NULL),(1084,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61200',1083,'Eau',0,NULL,NULL,1,NULL,NULL),(1085,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61201',1083,'Gaz',0,NULL,NULL,1,NULL,NULL),(1086,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61202',1083,'Electricité',0,NULL,NULL,1,NULL,NULL),(1087,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61203',1083,'Vapeur',0,NULL,NULL,1,NULL,NULL),(1088,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6121',1082,'Téléphone, télégrammes, télex, téléfax, frais postaux',0,NULL,NULL,1,NULL,NULL),(1089,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61210',1088,'Téléphone',0,NULL,NULL,1,NULL,NULL),(1090,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61211',1088,'Télégrammes',0,NULL,NULL,1,NULL,NULL),(1091,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61212',1088,'Télex et téléfax',0,NULL,NULL,1,NULL,NULL),(1092,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61213',1088,'Frais postaux',0,NULL,NULL,1,NULL,NULL),(1093,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6122',1082,'Livres, bibliothèque',0,NULL,NULL,1,NULL,NULL),(1094,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6123',1082,'Imprimés et fournitures de bureau (si non comptabilisé au 601)',0,NULL,NULL,1,NULL,NULL),(1095,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','613',1077,'Rétributions de tiers',0,NULL,NULL,1,NULL,NULL),(1096,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6130',1095,'Redevances et royalties',0,NULL,NULL,1,NULL,NULL),(1097,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61300',1096,'Redevances pour brevets, licences, marques et accessoires',0,NULL,NULL,1,NULL,NULL),(1098,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61301',1096,'Autres redevances (procédés de fabrication)',0,NULL,NULL,1,NULL,NULL),(1099,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6131',1095,'Assurances non relatives au personnel',0,NULL,NULL,1,NULL,NULL),(1100,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61310',1099,'Assurance incendie',0,NULL,NULL,1,NULL,NULL),(1101,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61311',1099,'Assurance vol',0,NULL,NULL,1,NULL,NULL),(1102,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61312',1099,'Assurance autos',0,NULL,NULL,1,NULL,NULL),(1103,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61313',1099,'Assurance crédit',0,NULL,NULL,1,NULL,NULL),(1104,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61314',1099,'Assurances frais généraux',0,NULL,NULL,1,NULL,NULL),(1105,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6132',1095,'Divers',0,NULL,NULL,1,NULL,NULL),(1106,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61320',1105,'Commissions aux tiers',0,NULL,NULL,1,NULL,NULL),(1107,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61321',1105,'Honoraires d\'avocats, d\'experts, etc',0,NULL,NULL,1,NULL,NULL),(1108,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61322',1105,'Cotisations aux groupements professionnels',0,NULL,NULL,1,NULL,NULL),(1109,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61323',1105,'Dons, libéralités, etc',0,NULL,NULL,1,NULL,NULL),(1110,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61324',1105,'Frais de contentieux',0,NULL,NULL,1,NULL,NULL),(1111,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61325',1105,'Publications légales',0,NULL,NULL,1,NULL,NULL),(1112,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6133',1095,'Transports et déplacements',0,NULL,NULL,1,NULL,NULL),(1113,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61330',1112,'Transports de personnel',0,NULL,NULL,1,NULL,NULL),(1114,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','61331',1112,'Voyages, déplacements et représentations',0,NULL,NULL,1,NULL,NULL),(1115,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6134',1095,'Personnel intérimaire',0,NULL,NULL,1,NULL,NULL),(1116,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','614',1077,'Annonces, publicité, propagande et documentation',0,NULL,NULL,1,NULL,NULL),(1117,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6140',1116,'Annonces et insertions',0,NULL,NULL,1,NULL,NULL),(1118,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6141',1116,'Catalogues et imprimés',0,NULL,NULL,1,NULL,NULL),(1119,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6142',1116,'Echantillons',0,NULL,NULL,1,NULL,NULL),(1120,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6143',1116,'Foires et expositions',0,NULL,NULL,1,NULL,NULL),(1121,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6144',1116,'Primes',0,NULL,NULL,1,NULL,NULL),(1122,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6145',1116,'Cadeaux à la clientèle',0,NULL,NULL,1,NULL,NULL),(1123,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6146',1116,'Missions et réceptions',0,NULL,NULL,1,NULL,NULL),(1124,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6147',1116,'Documentation',0,NULL,NULL,1,NULL,NULL),(1125,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','615',1077,'Sous-traitants',0,NULL,NULL,1,NULL,NULL),(1126,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6150',1125,'Sous-traitants pour activités propres',0,NULL,NULL,1,NULL,NULL),(1127,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6151',1125,'Sous-traitants d\'associations momentanées (coparticipants)',0,NULL,NULL,1,NULL,NULL),(1128,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6152',1125,'Quote-part bénéficiaire des coparticipants',0,NULL,NULL,1,NULL,NULL),(1129,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','617',1077,'Personnel intérimaire et personnes mises à la disposition de l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1130,1,NULL,'2018-01-19 11:17:49','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',0,NULL,NULL,1,NULL,NULL),(1131,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62',1356,'Rémunérations, charges sociales et pensions',0,NULL,NULL,1,NULL,NULL),(1132,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','620',1131,'Rémunérations et avantages sociaux directs',0,NULL,NULL,1,NULL,NULL),(1133,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6200',1132,'Administrateurs ou gérants',0,NULL,NULL,1,NULL,NULL),(1134,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6201',1132,'Personnel de direction',0,NULL,NULL,1,NULL,NULL),(1135,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6202',1132,'Employés',0,NULL,NULL,1,NULL,NULL),(1136,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6203',1132,'Ouvriers',0,NULL,NULL,1,NULL,NULL),(1137,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6204',1132,'Autres membres du personnel',0,NULL,NULL,1,NULL,NULL),(1138,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','621',1131,'Cotisations patronales d\'assurances sociales',0,NULL,NULL,1,NULL,NULL),(1139,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6210',1138,'Sur salaires',0,NULL,NULL,1,NULL,NULL),(1140,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6211',1138,'Sur appointements et commissions',0,NULL,NULL,1,NULL,NULL),(1141,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','622',1131,'Primes patronales pour assurances extralégales',0,NULL,NULL,1,NULL,NULL),(1142,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','623',1131,'Autres frais de personnel',0,NULL,NULL,1,NULL,NULL),(1143,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6230',1142,'Assurances du personnel',0,NULL,NULL,1,NULL,NULL),(1144,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62300',1143,'Assurances loi, responsabilité civile, chemin du travail',0,NULL,NULL,1,NULL,NULL),(1145,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62301',1143,'Assurance salaire garanti',0,NULL,NULL,1,NULL,NULL),(1146,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62302',1143,'Assurances individuelles',0,NULL,NULL,1,NULL,NULL),(1147,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6231',1142,'Charges sociales diverses',0,NULL,NULL,1,NULL,NULL),(1148,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62310',1147,'Jours fériés payés',0,NULL,NULL,1,NULL,NULL),(1149,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62311',1147,'Salaire hebdomadaire garanti',0,NULL,NULL,1,NULL,NULL),(1150,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62312',1147,'Allocations familiales complémentaires',0,NULL,NULL,1,NULL,NULL),(1151,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6232',1142,'Charges sociales des administrateurs, gérants et commissaires',0,NULL,NULL,1,NULL,NULL),(1152,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62320',1151,'Allocations familiales complémentaires pour non salariés',0,NULL,NULL,1,NULL,NULL),(1153,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62321',1151,'Lois sociales pour indépendants',0,NULL,NULL,1,NULL,NULL),(1154,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','62322',1151,'Divers',0,NULL,NULL,1,NULL,NULL),(1155,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','624',1131,'Pensions de retraite et de survie',0,NULL,NULL,1,NULL,NULL),(1156,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6240',1155,'Administrateurs et gérants',0,NULL,NULL,1,NULL,NULL),(1157,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6241',1155,'Personnel',0,NULL,NULL,1,NULL,NULL),(1158,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','625',1131,'Provision pour pécule de vacances',0,NULL,NULL,1,NULL,NULL),(1159,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6250',1158,'Dotations',0,NULL,NULL,1,NULL,NULL),(1160,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6251',1158,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1161,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','63',1356,'Amortissements, réductions de valeur et provisions pour risques et charges',0,NULL,NULL,1,NULL,NULL),(1162,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','630',1161,'Dotations aux amortissements et aux réductions de valeur sur immobilisations',0,NULL,NULL,1,NULL,NULL),(1163,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6300',1162,'Dotations aux amortissements sur frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1164,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6301',1162,'Dotations aux amortissements sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1165,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6302',1162,'Dotations aux amortissements sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1166,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6308',1162,'Dotations aux réductions de valeur sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1167,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6309',1162,'Dotations aux réductions de valeur sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1168,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','631',1161,'Réductions de valeur sur stocks',0,NULL,NULL,1,NULL,NULL),(1169,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6310',1168,'Dotations',0,NULL,NULL,1,NULL,NULL),(1170,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6311',1168,'Reprises',0,NULL,NULL,1,NULL,NULL),(1171,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','632',1161,'Réductions de valeur sur commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1172,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6320',1171,'Dotations',0,NULL,NULL,1,NULL,NULL),(1173,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6321',1171,'Reprises',0,NULL,NULL,1,NULL,NULL),(1174,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','633',1161,'Réductions de valeur sur créances commerciales à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1175,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6330',1174,'Dotations',0,NULL,NULL,1,NULL,NULL),(1176,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6331',1174,'Reprises',0,NULL,NULL,1,NULL,NULL),(1177,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','634',1161,'Réductions de valeur sur créances commerciales à un an au plus',0,NULL,NULL,1,NULL,NULL),(1178,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6340',1177,'Dotations',0,NULL,NULL,1,NULL,NULL),(1179,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6341',1177,'Reprises',0,NULL,NULL,1,NULL,NULL),(1180,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','635',1161,'Provisions pour pensions et obligations similaires',0,NULL,NULL,1,NULL,NULL),(1181,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6350',1180,'Dotations',0,NULL,NULL,1,NULL,NULL),(1182,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6351',1180,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1183,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','636',11613,'Provisions pour grosses réparations et gros entretiens',0,NULL,NULL,1,NULL,NULL),(1184,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6360',1183,'Dotations',0,NULL,NULL,1,NULL,NULL),(1185,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6361',1183,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1186,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','637',1161,'Provisions pour autres risques et charges',0,NULL,NULL,1,NULL,NULL),(1187,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6370',1186,'Dotations',0,NULL,NULL,1,NULL,NULL),(1188,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6371',1186,'Utilisations et reprises',0,NULL,NULL,1,NULL,NULL),(1189,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64',1356,'Autres charges d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1190,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','640',1189,'Charges fiscales d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1191,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6400',1190,'Taxes et impôts directs',0,NULL,NULL,1,NULL,NULL),(1192,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64000',1191,'Taxes sur autos et camions',0,NULL,NULL,1,NULL,NULL),(1193,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6401',1190,'Taxes et impôts indirects',0,NULL,NULL,1,NULL,NULL),(1194,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64010',1193,'Timbres fiscaux pris en charge par la firme',0,NULL,NULL,1,NULL,NULL),(1195,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64011',1193,'Droits d\'enregistrement',0,NULL,NULL,1,NULL,NULL),(1196,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64012',1193,'T.V.A. non déductible',0,NULL,NULL,1,NULL,NULL),(1197,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6402',1190,'Impôts provinciaux et communaux',0,NULL,NULL,1,NULL,NULL),(1198,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64020',1197,'Taxe sur la force motrice',0,NULL,NULL,1,NULL,NULL),(1199,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','64021',1197,'Taxe sur le personnel occupé',0,NULL,NULL,1,NULL,NULL),(1200,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6403',1190,'Taxes diverses',0,NULL,NULL,1,NULL,NULL),(1201,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','641',1189,'Moins-values sur réalisations courantes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1202,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','642',1189,'Moins-values sur réalisations de créances commerciales',0,NULL,NULL,1,NULL,NULL),(1203,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','643',1189,'à 648 Charges d\'exploitations diverses',0,NULL,NULL,1,NULL,NULL),(1204,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','649',1189,'Charges d\'exploitation portées à l\'actif au titre de restructuration',0,NULL,NULL,1,NULL,NULL),(1205,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','65',1356,'Charges financières',0,NULL,NULL,1,NULL,NULL),(1206,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','650',1205,'Charges des dettes',0,NULL,NULL,1,NULL,NULL),(1207,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6500',1206,'Intérêts, commissions et frais afférents aux dettes',0,NULL,NULL,1,NULL,NULL),(1208,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6501',1206,'Amortissements des agios et frais d\'émission d\'emprunts',0,NULL,NULL,1,NULL,NULL),(1209,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6502',1206,'Autres charges de dettes',0,NULL,NULL,1,NULL,NULL),(1210,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6503',1206,'Intérêts intercalaires portés à l\'actif',0,NULL,NULL,1,NULL,NULL),(1211,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','651',1205,'Réductions de valeur sur actifs circulants',0,NULL,NULL,1,NULL,NULL),(1212,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6510',1211,'Dotations',0,NULL,NULL,1,NULL,NULL),(1213,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6511',1211,'Reprises',0,NULL,NULL,1,NULL,NULL),(1214,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','652',1205,'Moins-values sur réalisation d\'actifs circulants',0,NULL,NULL,1,NULL,NULL),(1215,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','653',1205,'Charges d\'escompte de créances',0,NULL,NULL,1,NULL,NULL),(1216,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','654',1205,'Différences de change',0,NULL,NULL,1,NULL,NULL),(1217,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','655',1205,'Ecarts de conversion des devises',0,NULL,NULL,1,NULL,NULL),(1218,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','656',1205,'Frais de banques, de chèques postaux',0,NULL,NULL,1,NULL,NULL),(1219,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','657',1205,'Commissions sur ouvertures de crédit, cautions et avals',0,NULL,NULL,1,NULL,NULL),(1220,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','658',1205,'Frais de vente des titres',0,NULL,NULL,1,NULL,NULL),(1221,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','66',1356,'Charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1222,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','660',1221,'Amortissements et réductions de valeur exceptionnels',0,NULL,NULL,1,NULL,NULL),(1223,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6600',1222,'Sur frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1224,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6601',1222,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1225,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6602',1222,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1226,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','661',1221,'Réductions de valeur sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1227,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','662',1221,'Provisions pour risques et charges exceptionnels',0,NULL,NULL,1,NULL,NULL),(1228,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','663',1221,'Moins-values sur réalisation d\'actifs immobilisés',0,NULL,NULL,1,NULL,NULL),(1229,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6630',1228,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1230,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6631',1228,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1231,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6632',1228,'Sur immobilisations détenues en location-financement et droits similaires',0,NULL,NULL,1,NULL,NULL),(1232,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6633',1228,'Sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1233,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6634',1228,'Sur immeubles acquis ou construits en vue de la revente',0,NULL,NULL,1,NULL,NULL),(1234,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','664',1221,'à 668 Autres charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1236,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','665',1221,'Différence de charge',0,NULL,NULL,1,NULL,NULL),(1237,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','669',1221,'Charges exceptionnelles transférées à l\'actif en frais de restructuration',0,NULL,NULL,1,NULL,NULL),(1238,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','67',1356,'Impôts sur le résultat',0,NULL,NULL,1,NULL,NULL),(1239,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','670',1238,'Impôts belges sur le résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1240,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6700',1239,'Impôts et précomptes dus ou versés',0,NULL,NULL,1,NULL,NULL),(1241,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6701',1239,'Excédent de versements d\'impôts et précomptes porté à l\'actif',0,NULL,NULL,1,NULL,NULL),(1242,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6702',1239,'Charges fiscales estimées',0,NULL,NULL,1,NULL,NULL),(1243,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','671',1238,'Impôts belges sur le résultat d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1244,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6710',1243,'Suppléments d\'impôts dus ou versés',0,NULL,NULL,1,NULL,NULL),(1245,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6711',1243,'Suppléments d\'impôts estimés',0,NULL,NULL,1,NULL,NULL),(1246,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6712',1243,'Provisions fiscales constituées',0,NULL,NULL,1,NULL,NULL),(1247,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','672',1238,'Impôts étrangers sur le résultat de l\'exercice',0,NULL,NULL,1,NULL,NULL),(1248,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','673',1238,'Impôts étrangers sur le résultat d\'exercices antérieurs',0,NULL,NULL,1,NULL,NULL),(1249,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','68',1356,'Transferts aux réserves immunisées',0,NULL,NULL,1,NULL,NULL),(1250,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','69',1356,'Affectation des résultats',0,NULL,NULL,1,NULL,NULL),(1251,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','690',1250,'Perte reportée de l\'exercice précédent',0,NULL,NULL,1,NULL,NULL),(1252,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','691',1250,'Dotation à la réserve légale',0,NULL,NULL,1,NULL,NULL),(1253,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','692',1250,'Dotation aux autres réserves',0,NULL,NULL,1,NULL,NULL),(1254,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','693',1250,'Bénéfice à reporter',0,NULL,NULL,1,NULL,NULL),(1255,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','694',1250,'Rémunération du capital',0,NULL,NULL,1,NULL,NULL),(1256,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','695',1250,'Administrateurs ou gérants',0,NULL,NULL,1,NULL,NULL),(1257,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','696',1250,'Autres allocataires',0,NULL,NULL,1,NULL,NULL),(1258,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','70',1357,'Chiffre d\'affaires',0,NULL,NULL,1,NULL,NULL),(1260,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','700',1258,'Ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(1261,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7000',1260,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1262,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7001',1260,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1263,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7002',1260,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1264,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','701',1258,'Ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(1265,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7010',1264,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1266,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7011',1264,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1267,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7012',1264,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1268,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','702',1258,'Ventes de déchets et rebuts',0,NULL,NULL,1,NULL,NULL),(1269,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7020',1268,'Ventes en Belgique',0,NULL,NULL,1,NULL,NULL),(1270,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7021',1268,'Ventes dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1271,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7022',1268,'Ventes à l\'exportation',0,NULL,NULL,1,NULL,NULL),(1272,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','703',1258,'Ventes d\'emballages récupérables',0,NULL,NULL,1,NULL,NULL),(1273,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','704',1258,'Facturations des travaux en cours (associations momentanées)',0,NULL,NULL,1,NULL,NULL),(1274,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','705',1258,'Prestations de services',0,NULL,NULL,1,NULL,NULL),(1275,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7050',1274,'Prestations de services en Belgique',0,NULL,NULL,1,NULL,NULL),(1276,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7051',1274,'Prestations de services dans les pays membres de la C.E.E.',0,NULL,NULL,1,NULL,NULL),(1277,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7052',1274,'Prestations de services en vue de l\'exportation',0,NULL,NULL,1,NULL,NULL),(1278,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','706',1258,'Pénalités et dédits obtenus par l\'entreprise',0,NULL,NULL,1,NULL,NULL),(1279,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','708',1258,'Remises, ristournes et rabais accordés',0,NULL,NULL,1,NULL,NULL),(1280,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7080',1279,'Sur ventes de marchandises',0,NULL,NULL,1,NULL,NULL),(1281,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7081',1279,'Sur ventes de produits finis',0,NULL,NULL,1,NULL,NULL),(1282,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7082',1279,'Sur ventes de déchets et rebuts',0,NULL,NULL,1,NULL,NULL),(1283,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7083',1279,'Sur prestations de services',0,NULL,NULL,1,NULL,NULL),(1284,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7084',1279,'Mali sur travaux facturés aux associations momentanées',0,NULL,NULL,1,NULL,NULL),(1285,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71',1357,'Variation des stocks et des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1286,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','712',1285,'Des en cours de fabrication',0,NULL,NULL,1,NULL,NULL),(1287,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','713',1285,'Des produits finis',0,NULL,NULL,1,NULL,NULL),(1288,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','715',1285,'Des immeubles construits destinés à la vente',0,NULL,NULL,1,NULL,NULL),(1289,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','717',1285,'Des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1290,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7170',1289,'Commandes en cours - Coût de revient',0,NULL,NULL,1,NULL,NULL),(1291,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71700',1290,'Coût des commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1292,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71701',1290,'Coût des travaux en cours des associations momentanées',0,NULL,NULL,1,NULL,NULL),(1293,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7171',1289,'Bénéfices portés en compte sur commandes en cours',0,NULL,NULL,1,NULL,NULL),(1294,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71710',1293,'Sur commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1295,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','71711',1293,'Sur travaux en cours des associations momentanées',0,NULL,NULL,1,NULL,NULL),(1296,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','72',1357,'Production immobilisée',0,NULL,NULL,1,NULL,NULL),(1297,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','720',1296,'En frais d\'établissement',0,NULL,NULL,1,NULL,NULL),(1298,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','721',1296,'En immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1299,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','722',1296,'En immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1300,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','723',1296,'En immobilisations en cours',0,NULL,NULL,1,NULL,NULL),(1301,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','74',1357,'Autres produits d\'exploitation',0,NULL,NULL,1,NULL,NULL),(1302,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','740',1301,'Subsides d\'exploitation et montants compensatoires',0,NULL,NULL,1,NULL,NULL),(1303,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','741',1301,'Plus-values sur réalisations courantes d\'immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1304,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','742',1301,'Plus-values sur réalisations de créances commerciales',0,NULL,NULL,1,NULL,NULL),(1305,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','743',1301,'à 749 Produits d\'exploitation divers',0,NULL,NULL,1,NULL,NULL),(1307,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','744',1301,'Commissions et courtages',0,NULL,NULL,1,NULL,NULL),(1308,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','745',1301,'Redevances pour brevets et licences',0,NULL,NULL,1,NULL,NULL),(1309,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','746',1301,'Prestations de services (transports, études, etc)',0,NULL,NULL,1,NULL,NULL),(1310,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','747',1301,'Revenus des immeubles affectés aux activités non professionnelles',0,NULL,NULL,1,NULL,NULL),(1311,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','748',1301,'Locations diverses à caractère professionnel',0,NULL,NULL,1,NULL,NULL),(1312,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','749',1301,'Produits divers',0,NULL,NULL,1,NULL,NULL),(1313,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7490',1312,'Bonis sur reprises d\'emballages consignés',0,NULL,NULL,1,NULL,NULL),(1314,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7491',1312,'Bonis sur travaux en associations momentanées',0,NULL,NULL,1,NULL,NULL),(1315,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','75',1357,'Produits financiers',0,NULL,NULL,1,NULL,NULL),(1316,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','750',1315,'Produits des immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1317,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7500',1316,'Revenus des actions',0,NULL,NULL,1,NULL,NULL),(1318,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7501',1316,'Revenus des obligations',0,NULL,NULL,1,NULL,NULL),(1319,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7502',1316,'Revenus des créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1320,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','751',1315,'Produits des actifs circulants',0,NULL,NULL,1,NULL,NULL),(1321,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','752',1315,'Plus-values sur réalisations d\'actifs circulants',0,NULL,NULL,1,NULL,NULL),(1322,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','753',1315,'Subsides en capital et en intérêts',0,NULL,NULL,1,NULL,NULL),(1323,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','754',1315,'Différences de change',0,NULL,NULL,1,NULL,NULL),(1324,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','755',1315,'Ecarts de conversion des devises',0,NULL,NULL,1,NULL,NULL),(1325,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','756',1315,'à 759 Produits financiers divers',0,NULL,NULL,1,NULL,NULL),(1327,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','757',1315,'Escomptes obtenus',0,NULL,NULL,1,NULL,NULL),(1328,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','76',1357,'Produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(1329,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','760',1328,'Reprises d\'amortissements et de réductions de valeur',0,NULL,NULL,1,NULL,NULL),(1330,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7600',1329,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1331,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7601',1329,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1332,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','761',1328,'Reprises de réductions de valeur sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1333,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','762',1328,'Reprises de provisions pour risques et charges exceptionnelles',0,NULL,NULL,1,NULL,NULL),(1334,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','763',1328,'Plus-values sur réalisation d\'actifs immobilisés',0,NULL,NULL,1,NULL,NULL),(1335,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7630',1334,'Sur immobilisations incorporelles',0,NULL,NULL,1,NULL,NULL),(1336,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7631',1334,'Sur immobilisations corporelles',0,NULL,NULL,1,NULL,NULL),(1337,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7632',1334,'Sur immobilisations financières',0,NULL,NULL,1,NULL,NULL),(1338,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','764',1328,'Autres produits exceptionnels',0,NULL,NULL,1,NULL,NULL),(1339,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','77',1357,'Régularisations d\'impôts et reprises de provisions fiscales',0,NULL,NULL,1,NULL,NULL),(1340,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','771',1339,'Impôts belges sur le résultat',0,NULL,NULL,1,NULL,NULL),(1341,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7710',1340,'Régularisations d\'impôts dus ou versés',0,NULL,NULL,1,NULL,NULL),(1342,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7711',1340,'Régularisations d\'impôts estimés',0,NULL,NULL,1,NULL,NULL),(1343,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7712',1340,'Reprises de provisions fiscales',0,NULL,NULL,1,NULL,NULL),(1344,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','773',1339,'Impôts étrangers sur le résultat',0,NULL,NULL,1,NULL,NULL),(1345,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','79',1357,'Affectation aux résultats',0,NULL,NULL,1,NULL,NULL),(1346,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','790',1345,'Bénéfice reporté de l\'exercice précédent',0,NULL,NULL,1,NULL,NULL),(1347,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','791',1345,'Prélèvement sur le capital et les primes d\'émission',0,NULL,NULL,1,NULL,NULL),(1348,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','792',1345,'Prélèvement sur les réserves',0,NULL,NULL,1,NULL,NULL),(1349,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','793',1345,'Perte à reporter',0,NULL,NULL,1,NULL,NULL),(1350,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','794',1345,'Intervention d\'associés (ou du propriétaire) dans la perte',0,NULL,NULL,1,NULL,NULL),(1351,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1352,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1353,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1354,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1355,1,NULL,'2016-07-30 11:12:54','PCMN-BASE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1356,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1357,1,NULL,'2018-01-19 11:17:49','PCMN-BASE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(1401,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1402,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1403,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1404,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1405,1,NULL,'2016-07-30 11:12:54','PCG99-ABREGE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1406,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1407,1,NULL,'2018-01-19 11:17:49','PCG99-ABREGE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(1501,1,NULL,'2017-02-20 10:46:43','PCG99-BASE','CAPIT','XXXXXX','1',0,'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1502,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','IMMO','XXXXXX','2',0,'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',0,NULL,NULL,1,NULL,NULL),(1503,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','STOCK','XXXXXX','3',0,'Stock et commandes en cours d\'exécution',0,NULL,NULL,1,NULL,NULL),(1504,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','TIERS','XXXXXX','4',0,'Créances et dettes à un an au plus',0,NULL,NULL,1,NULL,NULL),(1505,1,NULL,'2016-07-30 11:12:54','PCG99-BASE','FINAN','XXXXXX','5',0,'Placement de trésorerie et de valeurs disponibles',0,NULL,NULL,1,NULL,NULL),(1506,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','EXPENSE','XXXXXX','6',0,'Charges',0,NULL,NULL,1,NULL,NULL),(1507,1,NULL,'2018-01-19 11:17:49','PCG99-BASE','INCOME','XXXXXX','7',0,'Produits',0,NULL,NULL,1,NULL,NULL),(4001,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','FINANCIACION','XXXXXX','1',0,'Financiación básica',0,NULL,NULL,1,NULL,NULL),(4002,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','ACTIVO','XXXXXX','2',0,'Activo no corriente',0,NULL,NULL,1,NULL,NULL),(4003,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','EXISTENCIAS','XXXXXX','3',0,'Existencias',0,NULL,NULL,1,NULL,NULL),(4004,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4',0,'Acreedores y deudores por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4005,1,NULL,'2016-07-30 11:12:54','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5',0,'Cuentas financieras',0,NULL,NULL,1,NULL,NULL),(4006,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6',0,'Compras y gastos',0,NULL,NULL,1,NULL,NULL),(4007,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7',0,'Ventas e ingresos',0,NULL,NULL,1,NULL,NULL),(4008,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','10',4001,'CAPITAL',0,NULL,NULL,1,NULL,NULL),(4009,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','100',4008,'Capital social',0,NULL,NULL,1,NULL,NULL),(4010,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','101',4008,'Fondo social',0,NULL,NULL,1,NULL,NULL),(4011,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','CAPITAL','102',4008,'Capital',0,NULL,NULL,1,NULL,NULL),(4012,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','103',4008,'Socios por desembolsos no exigidos',0,NULL,NULL,1,NULL,NULL),(4013,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1030',4012,'Socios por desembolsos no exigidos capital social',0,NULL,NULL,1,NULL,NULL),(4014,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1034',4012,'Socios por desembolsos no exigidos capital pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4015,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','104',4008,'Socios por aportaciones no dineradas pendientes',0,NULL,NULL,1,NULL,NULL),(4016,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1040',4015,'Socios por aportaciones no dineradas pendientes capital social',0,NULL,NULL,1,NULL,NULL),(4017,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1044',4015,'Socios por aportaciones no dineradas pendientes capital pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4018,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','108',4008,'Acciones o participaciones propias en situaciones especiales',0,NULL,NULL,1,NULL,NULL),(4019,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','109',4008,'Acciones o participaciones propias para reducción de capital',0,NULL,NULL,1,NULL,NULL),(4020,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','11',4001,'Reservas y otros instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4021,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','110',4020,'Prima de emisión o asunción',0,NULL,NULL,1,NULL,NULL),(4022,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','111',4020,'Otros instrumentos de patrimonio neto',0,NULL,NULL,1,NULL,NULL),(4023,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1110',4022,'Patrimonio neto por emisión de instrumentos financieros compuestos',0,NULL,NULL,1,NULL,NULL),(4024,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1111',4022,'Resto de instrumentos de patrimoio neto',0,NULL,NULL,1,NULL,NULL),(4025,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','112',4020,'Reserva legal',0,NULL,NULL,1,NULL,NULL),(4026,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','113',4020,'Reservas voluntarias',0,NULL,NULL,1,NULL,NULL),(4027,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','114',4020,'Reservas especiales',0,NULL,NULL,1,NULL,NULL),(4028,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1140',4027,'Reservas para acciones o participaciones de la sociedad dominante',0,NULL,NULL,1,NULL,NULL),(4029,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1141',4027,'Reservas estatutarias',0,NULL,NULL,1,NULL,NULL),(4030,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1142',4027,'Reservas por capital amortizado',0,NULL,NULL,1,NULL,NULL),(4031,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1143',4027,'Reservas por fondo de comercio',0,NULL,NULL,1,NULL,NULL),(4032,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1144',4028,'Reservas por acciones propias aceptadas en garantía',0,NULL,NULL,1,NULL,NULL),(4033,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','115',4020,'Reservas por pérdidas y ganancias actuariales y otros ajustes',0,NULL,NULL,1,NULL,NULL),(4034,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','118',4020,'Aportaciones de socios o propietarios',0,NULL,NULL,1,NULL,NULL),(4035,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','119',4020,'Diferencias por ajuste del capital a euros',0,NULL,NULL,1,NULL,NULL),(4036,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','12',4001,'Resultados pendientes de aplicación',0,NULL,NULL,1,NULL,NULL),(4037,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','120',4036,'Remanente',0,NULL,NULL,1,NULL,NULL),(4038,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','121',4036,'Resultados negativos de ejercicios anteriores',0,NULL,NULL,1,NULL,NULL),(4039,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','129',4036,'Resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4040,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','13',4001,'Subvenciones, donaciones y ajustes por cambio de valor',0,NULL,NULL,1,NULL,NULL),(4041,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','130',4040,'Subvenciones oficiales de capital',0,NULL,NULL,1,NULL,NULL),(4042,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','131',4040,'Donaciones y legados de capital',0,NULL,NULL,1,NULL,NULL),(4043,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','132',4040,'Otras subvenciones, donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4044,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','133',4040,'Ajustes por valoración en activos financieros disponibles para la venta',0,NULL,NULL,1,NULL,NULL),(4045,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','134',4040,'Operaciones de cobertura',0,NULL,NULL,1,NULL,NULL),(4046,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1340',4045,'Cobertura de flujos de efectivo',0,NULL,NULL,1,NULL,NULL),(4047,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1341',4045,'Cobertura de una inversión neta en un negocio extranjero',0,NULL,NULL,1,NULL,NULL),(4048,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','135',4040,'Diferencias de conversión',0,NULL,NULL,1,NULL,NULL),(4049,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','136',4040,'Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta',0,NULL,NULL,1,NULL,NULL),(4050,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','137',4040,'Ingresos fiscales a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4051,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1370',4050,'Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4052,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1371',4050,'Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios',0,NULL,NULL,1,NULL,NULL),(4053,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','14',4001,'Provisiones',0,NULL,NULL,1,NULL,NULL),(4054,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','141',4053,'Provisión para impuestos',0,NULL,NULL,1,NULL,NULL),(4055,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','142',4053,'Provisión para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4056,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','143',4053,'Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4057,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','145',4053,'Provisión para actuaciones medioambientales',0,NULL,NULL,1,NULL,NULL),(4058,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','15',4001,'Deudas a largo plazo con características especiales',0,NULL,NULL,1,NULL,NULL),(4059,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','150',4058,'Acciones o participaciones a largo plazo consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4060,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','153',4058,'Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4061,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1533',4060,'Desembolsos no exigidos empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4062,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1534',4060,'Desembolsos no exigidos empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4063,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1535',4060,'Desembolsos no exigidos otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4064,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1536',4060,'Otros desembolsos no exigidos',0,NULL,NULL,1,NULL,NULL),(4065,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','154',4058,'Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4066,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1543',4065,'Aportaciones no dinerarias pendientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4067,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1544',4065,'Aportaciones no dinerarias pendientes empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4068,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1545',4065,'Aportaciones no dinerarias pendientes otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4069,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1546',4065,'Otras aportaciones no dinerarias pendientes',0,NULL,NULL,1,NULL,NULL),(4070,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','16',4001,'Deudas a largo plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4071,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','160',4070,'Deudas a largo plazo con entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4072,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1603',4071,'Deudas a largo plazo con entidades de crédito empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4073,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1604',4071,'Deudas a largo plazo con entidades de crédito empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4074,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1605',4071,'Deudas a largo plazo con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4075,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','161',4070,'Proveedores de inmovilizado a largo plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4076,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1613',4075,'Proveedores de inmovilizado a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4077,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1614',4075,'Proveedores de inmovilizado a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4078,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1615',4075,'Proveedores de inmovilizado a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4079,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','162',4070,'Acreedores por arrendamiento financiero a largo plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4080,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1623',4079,'Acreedores por arrendamiento financiero a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4081,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1624',4080,'Acreedores por arrendamiento financiero a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4082,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1625',4080,'Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4083,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','163',4070,'Otras deudas a largo plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4084,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1633',4083,'Otras deudas a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4085,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1634',4083,'Otras deudas a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4086,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','1635',4083,'Otras deudas a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4087,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','17',4001,'Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos',0,NULL,NULL,1,NULL,NULL),(4088,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','170',4087,'Deudas a largo plazo con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4089,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','171',4087,'Deudas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4090,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','172',4087,'Deudas a largo plazo transformables en suvbenciones donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4091,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','173',4087,'Proveedores de inmovilizado a largo plazo',0,NULL,NULL,1,NULL,NULL),(4092,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','174',4087,'Acreedores por arrendamiento financiero a largo plazo',0,NULL,NULL,1,NULL,NULL),(4093,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','175',4087,'Efectos a pagar a largo plazo',0,NULL,NULL,1,NULL,NULL),(4094,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','176',4087,'Pasivos por derivados financieros a largo plazo',0,NULL,NULL,1,NULL,NULL),(4095,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','177',4087,'Obligaciones y bonos',0,NULL,NULL,1,NULL,NULL),(4096,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','179',4087,'Deudas representadas en otros valores negociables',0,NULL,NULL,1,NULL,NULL),(4097,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','18',4001,'Pasivos por fianzas garantias y otros conceptos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4098,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','180',4097,'Fianzas recibidas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4099,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','181',4097,'Anticipos recibidos por ventas o prestaciones de servicios a largo plazo',0,NULL,NULL,1,NULL,NULL),(4100,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','185',4097,'Depositos recibidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4101,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','19',4001,'Situaciones transitorias de financiación',0,NULL,NULL,1,NULL,NULL),(4102,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','190',4101,'Acciones o participaciones emitidas',0,NULL,NULL,1,NULL,NULL),(4103,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','192',4101,'Suscriptores de acciones',0,NULL,NULL,1,NULL,NULL),(4104,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','194',4101,'Capital emitido pendiente de inscripción',0,NULL,NULL,1,NULL,NULL),(4105,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','195',4101,'Acciones o participaciones emitidas consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4106,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','197',4101,'Suscriptores de acciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4107,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','FINANCIACION','XXXXXX','199',4101,'Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción',0,NULL,NULL,1,NULL,NULL),(4108,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','20',4002,'Inmovilizaciones intangibles',0,NULL,NULL,1,NULL,NULL),(4109,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','200',4108,'Investigación',0,NULL,NULL,1,NULL,NULL),(4110,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','201',4108,'Desarrollo',0,NULL,NULL,1,NULL,NULL),(4111,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','202',4108,'Concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4112,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','203',4108,'Propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4113,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','205',4108,'Derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4114,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','206',4108,'Aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4115,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','209',4108,'Anticipos para inmovilizaciones intangibles',0,NULL,NULL,1,NULL,NULL),(4116,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','21',4002,'Inmovilizaciones materiales',0,NULL,NULL,1,NULL,NULL),(4117,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','210',4116,'Terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4118,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','211',4116,'Construcciones',0,NULL,NULL,1,NULL,NULL),(4119,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','212',4116,'Instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4120,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','213',4116,'Maquinaria',0,NULL,NULL,1,NULL,NULL),(4121,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','214',4116,'Utillaje',0,NULL,NULL,1,NULL,NULL),(4122,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','215',4116,'Otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4123,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','216',4116,'Mobiliario',0,NULL,NULL,1,NULL,NULL),(4124,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','217',4116,'Equipos para procesos de información',0,NULL,NULL,1,NULL,NULL),(4125,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','218',4116,'Elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4126,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','219',4116,'Otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4127,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','22',4002,'Inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4128,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','220',4127,'Inversiones en terreons y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4129,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','221',4127,'Inversiones en construcciones',0,NULL,NULL,1,NULL,NULL),(4130,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','23',4002,'Inmovilizaciones materiales en curso',0,NULL,NULL,1,NULL,NULL),(4131,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','230',4130,'Adaptación de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4132,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','231',4130,'Construcciones en curso',0,NULL,NULL,1,NULL,NULL),(4133,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','232',4130,'Instalaciones técnicas en montaje',0,NULL,NULL,1,NULL,NULL),(4134,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','233',4130,'Maquinaria en montaje',0,NULL,NULL,1,NULL,NULL),(4135,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','237',4130,'Equipos para procesos de información en montaje',0,NULL,NULL,1,NULL,NULL),(4136,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','239',4130,'Anticipos para inmovilizaciones materiales',0,NULL,NULL,1,NULL,NULL),(4137,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','24',4002,'Inversiones financieras a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4138,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','240',4137,'Participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4139,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2403',4138,'Participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4140,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2404',4138,'Participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4141,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2405',4138,'Participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4142,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','241',4137,'Valores representativos de deuda a largo plazo de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4143,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2413',4142,'Valores representativos de deuda a largo plazo de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4144,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2414',4142,'Valores representativos de deuda a largo plazo de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4145,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2415',4142,'Valores representativos de deuda a largo plazo de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4146,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','242',4137,'Créditos a largo plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4147,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2423',4146,'Créditos a largo plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4148,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2424',4146,'Créditos a largo plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4149,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2425',4146,'Créditos a largo plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4150,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','249',4137,'Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4151,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2493',4150,'Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4152,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2494',4150,'Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4153,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2495',4150,'Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4154,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','25',4002,'Otras inversiones financieras a largo plazo',0,NULL,NULL,1,NULL,NULL),(4155,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','250',4154,'Inversiones financieras a largo plazo en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4156,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','251',4154,'Valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4157,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','252',4154,'Créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4158,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','253',4154,'Créditos a largo plazo por enajenación de inmovilizado',0,NULL,NULL,1,NULL,NULL),(4159,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','254',4154,'Créditos a largo plazo al personal',0,NULL,NULL,1,NULL,NULL),(4160,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','255',4154,'Activos por derivados financieros a largo plazo',0,NULL,NULL,1,NULL,NULL),(4161,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','258',4154,'Imposiciones a largo plazo',0,NULL,NULL,1,NULL,NULL),(4162,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','259',4154,'Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo',0,NULL,NULL,1,NULL,NULL),(4163,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','26',4002,'Fianzas y depósitos constituidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4164,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','260',4163,'Fianzas constituidas a largo plazo',0,NULL,NULL,1,NULL,NULL),(4165,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','261',4163,'Depósitos constituidos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4166,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','28',4002,'Amortización acumulada del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4167,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','280',4166,'Amortización acumulado del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4168,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2800',4167,'Amortización acumulada de investigación',0,NULL,NULL,1,NULL,NULL),(4169,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2801',4167,'Amortización acumulada de desarrollo',0,NULL,NULL,1,NULL,NULL),(4170,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2802',4167,'Amortización acumulada de concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4171,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2803',4167,'Amortización acumulada de propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4172,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2805',4167,'Amortización acumulada de derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4173,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2806',4167,'Amortización acumulada de aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4174,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','281',4166,'Amortización acumulado del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4175,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2811',4174,'Amortización acumulada de construcciones',0,NULL,NULL,1,NULL,NULL),(4176,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2812',4174,'Amortización acumulada de instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4177,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2813',4174,'Amortización acumulada de maquinaria',0,NULL,NULL,1,NULL,NULL),(4178,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2814',4174,'Amortización acumulada de utillaje',0,NULL,NULL,1,NULL,NULL),(4179,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2815',4174,'Amortización acumulada de otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4180,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2816',4174,'Amortización acumulada de mobiliario',0,NULL,NULL,1,NULL,NULL),(4181,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2817',4174,'Amortización acumulada de equipos para proceso de información',0,NULL,NULL,1,NULL,NULL),(4182,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2818',4174,'Amortización acumulada de elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4183,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2819',4175,'Amortización acumulada de otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4184,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','282',4166,'Amortización acumulada de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4185,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','29',4002,'Deterioro de valor de activos no corrientes',0,NULL,NULL,1,NULL,NULL),(4186,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','290',4185,'Deterioro de valor del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4187,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2900',4186,'Deterioro de valor de investigación',0,NULL,NULL,1,NULL,NULL),(4188,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2901',4186,'Deterioro de valor de desarrollo',0,NULL,NULL,1,NULL,NULL),(4189,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2902',4186,'Deterioro de valor de concesiones administrativas',0,NULL,NULL,1,NULL,NULL),(4190,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2903',4186,'Deterioro de valor de propiedad industrial',0,NULL,NULL,1,NULL,NULL),(4191,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2905',4186,'Deterioro de valor de derechos de transpaso',0,NULL,NULL,1,NULL,NULL),(4192,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2906',4186,'Deterioro de valor de aplicaciones informáticas',0,NULL,NULL,1,NULL,NULL),(4193,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','291',4185,'Deterioro de valor del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4194,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2910',4193,'Deterioro de valor de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4195,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2911',4193,'Deterioro de valor de construcciones',0,NULL,NULL,1,NULL,NULL),(4196,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2912',4193,'Deterioro de valor de instalaciones técnicas',0,NULL,NULL,1,NULL,NULL),(4197,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2913',4193,'Deterioro de valor de maquinaria',0,NULL,NULL,1,NULL,NULL),(4198,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2914',4193,'Deterioro de valor de utillajes',0,NULL,NULL,1,NULL,NULL),(4199,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2915',4194,'Deterioro de valor de otras instalaciones',0,NULL,NULL,1,NULL,NULL),(4200,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2916',4194,'Deterioro de valor de mobiliario',0,NULL,NULL,1,NULL,NULL),(4201,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2917',4194,'Deterioro de valor de equipos para proceso de información',0,NULL,NULL,1,NULL,NULL),(4202,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2918',4194,'Deterioro de valor de elementos de transporte',0,NULL,NULL,1,NULL,NULL),(4203,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2919',4194,'Deterioro de valor de otro inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4204,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','292',4185,'Deterioro de valor de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4205,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2920',4204,'Deterioro de valor de terrenos y bienes naturales',0,NULL,NULL,1,NULL,NULL),(4206,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2921',4204,'Deterioro de valor de construcciones',0,NULL,NULL,1,NULL,NULL),(4207,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','293',4185,'Deterioro de valor de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4208,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2933',4207,'Deterioro de valor de participaciones a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4209,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2934',4207,'Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4210,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2935',4207,'Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4211,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','294',4185,'Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4212,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2943',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4213,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2944',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4214,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2945',4211,'Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4215,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','295',4185,'Deterioro de valor de créditos a largo plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4216,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2953',4215,'Deterioro de valor de créditos a largo plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4217,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2954',4215,'Deterioro de valor de créditos a largo plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4218,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','2955',4215,'Deterioro de valor de créditos a largo plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4219,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','296',4185,'Deterioro de valor de participaciones en el patrimonio netoa largo plazo',0,NULL,NULL,1,NULL,NULL),(4220,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','297',4185,'Deterioro de valor de valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4221,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACTIVO','XXXXXX','298',4185,'Deterioro de valor de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4222,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','30',4003,'Comerciales',0,NULL,NULL,1,NULL,NULL),(4223,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','300',4222,'Mercaderías A',0,NULL,NULL,1,NULL,NULL),(4224,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','301',4222,'Mercaderías B',0,NULL,NULL,1,NULL,NULL),(4225,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','31',4003,'Materias primas',0,NULL,NULL,1,NULL,NULL),(4226,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','310',4225,'Materias primas A',0,NULL,NULL,1,NULL,NULL),(4227,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','311',4225,'Materias primas B',0,NULL,NULL,1,NULL,NULL),(4228,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','32',4003,'Otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4229,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','320',4228,'Elementos y conjuntos incorporables',0,NULL,NULL,1,NULL,NULL),(4230,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','321',4228,'Combustibles',0,NULL,NULL,1,NULL,NULL),(4231,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','322',4228,'Repuestos',0,NULL,NULL,1,NULL,NULL),(4232,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','325',4228,'Materiales diversos',0,NULL,NULL,1,NULL,NULL),(4233,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','326',4228,'Embalajes',0,NULL,NULL,1,NULL,NULL),(4234,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','327',4228,'Envases',0,NULL,NULL,1,NULL,NULL),(4235,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','328',4229,'Material de oficina',0,NULL,NULL,1,NULL,NULL),(4236,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','33',4003,'Productos en curso',0,NULL,NULL,1,NULL,NULL),(4237,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','330',4236,'Productos en curos A',0,NULL,NULL,1,NULL,NULL),(4238,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','331',4236,'Productos en curso B',0,NULL,NULL,1,NULL,NULL),(4239,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','34',4003,'Productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4240,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','340',4239,'Productos semiterminados A',0,NULL,NULL,1,NULL,NULL),(4241,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','341',4239,'Productos semiterminados B',0,NULL,NULL,1,NULL,NULL),(4242,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','35',4003,'Productos terminados',0,NULL,NULL,1,NULL,NULL),(4243,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','350',4242,'Productos terminados A',0,NULL,NULL,1,NULL,NULL),(4244,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','351',4242,'Productos terminados B',0,NULL,NULL,1,NULL,NULL),(4245,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','36',4003,'Subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4246,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','360',4245,'Subproductos A',0,NULL,NULL,1,NULL,NULL),(4247,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','361',4245,'Subproductos B',0,NULL,NULL,1,NULL,NULL),(4248,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','365',4245,'Residuos A',0,NULL,NULL,1,NULL,NULL),(4249,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','366',4245,'Residuos B',0,NULL,NULL,1,NULL,NULL),(4250,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','368',4245,'Materiales recuperados A',0,NULL,NULL,1,NULL,NULL),(4251,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','369',4245,'Materiales recuperados B',0,NULL,NULL,1,NULL,NULL),(4252,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','39',4003,'Deterioro de valor de las existencias',0,NULL,NULL,1,NULL,NULL),(4253,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','390',4252,'Deterioro de valor de las mercaderías',0,NULL,NULL,1,NULL,NULL),(4254,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','391',4252,'Deterioro de valor de las materias primas',0,NULL,NULL,1,NULL,NULL),(4255,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','392',4252,'Deterioro de valor de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4256,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','393',4252,'Deterioro de valor de los productos en curso',0,NULL,NULL,1,NULL,NULL),(4257,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','394',4252,'Deterioro de valor de los productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4258,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','395',4252,'Deterioro de valor de los productos terminados',0,NULL,NULL,1,NULL,NULL),(4259,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','EXISTENCIAS','XXXXXX','396',4252,'Deterioro de valor de los subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4260,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','40',4004,'Proveedores',0,NULL,NULL,1,NULL,NULL),(4261,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','400',4260,'Proveedores',0,NULL,NULL,1,NULL,NULL),(4262,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4000',4261,'Proveedores euros',0,NULL,NULL,1,NULL,NULL),(4263,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4004',4261,'Proveedores moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4264,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4009',4261,'Proveedores facturas pendientes de recibir o formalizar',0,NULL,NULL,1,NULL,NULL),(4265,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','401',4260,'Proveedores efectos comerciales a pagar',0,NULL,NULL,1,NULL,NULL),(4266,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','403',4260,'Proveedores empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4267,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4030',4266,'Proveedores empresas del grupo euros',0,NULL,NULL,1,NULL,NULL),(4268,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4031',4266,'Efectos comerciales a pagar empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4269,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4034',4266,'Proveedores empresas del grupo moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4270,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4036',4266,'Envases y embalajes a devolver a proveedores empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4271,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4039',4266,'Proveedores empresas del grupo facturas pendientes de recibir o de formalizar',0,NULL,NULL,1,NULL,NULL),(4272,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','404',4260,'Proveedores empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4273,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','405',4260,'Proveedores otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4274,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','406',4260,'Envases y embalajes a devolver a proveedores',0,NULL,NULL,1,NULL,NULL),(4275,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','407',4260,'Anticipos a proveedores',0,NULL,NULL,1,NULL,NULL),(4276,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','41',4004,'Acreedores varios',0,NULL,NULL,1,NULL,NULL),(4277,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','410',4276,'Acreedores por prestaciones de servicios',0,NULL,NULL,1,NULL,NULL),(4278,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4100',4277,'Acreedores por prestaciones de servicios euros',0,NULL,NULL,1,NULL,NULL),(4279,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4104',4277,'Acreedores por prestaciones de servicios moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4280,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4109',4277,'Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar',0,NULL,NULL,1,NULL,NULL),(4281,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','411',4276,'Acreedores efectos comerciales a pagar',0,NULL,NULL,1,NULL,NULL),(4282,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','419',4276,'Acreedores por operaciones en común',0,NULL,NULL,1,NULL,NULL),(4283,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','43',4004,'Clientes',0,NULL,NULL,1,NULL,NULL),(4284,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','430',4283,'Clientes',0,NULL,NULL,1,NULL,NULL),(4285,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4300',4284,'Clientes euros',0,NULL,NULL,1,NULL,NULL),(4286,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4304',4284,'Clientes moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4287,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4309',4284,'Clientes facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4288,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','431',4283,'Clientes efectos comerciales a cobrar',0,NULL,NULL,1,NULL,NULL),(4289,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4310',4288,'Efectos comerciales en cartera',0,NULL,NULL,1,NULL,NULL),(4290,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4311',4288,'Efectos comerciales descontados',0,NULL,NULL,1,NULL,NULL),(4291,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4312',4288,'Efectos comerciales en gestión de cobro',0,NULL,NULL,1,NULL,NULL),(4292,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4315',4288,'Efectos comerciales impagados',0,NULL,NULL,1,NULL,NULL),(4293,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','432',4283,'Clientes operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4294,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','433',4283,'Clientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4295,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4330',4294,'Clientes empresas del grupo euros',0,NULL,NULL,1,NULL,NULL),(4296,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4331',4294,'Efectos comerciales a cobrar empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4297,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4332',4294,'Clientes empresas del grupo operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4298,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4334',4294,'Clientes empresas del grupo moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4299,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4336',4294,'Clientes empresas del grupo dudoso cobro',0,NULL,NULL,1,NULL,NULL),(4300,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4337',4294,'Envases y embalajes a devolver a clientes empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4301,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4339',4294,'Clientes empresas del grupo facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4302,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','434',4283,'Clientes empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4303,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','435',4283,'Clientes otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4304,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','436',4283,'Clientes de dudoso cobro',0,NULL,NULL,1,NULL,NULL),(4305,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','437',4283,'Envases y embalajes a devolver por clientes',0,NULL,NULL,1,NULL,NULL),(4306,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','438',4283,'Anticipos de clientes',0,NULL,NULL,1,NULL,NULL),(4307,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','44',4004,'Deudores varios',0,NULL,NULL,1,NULL,NULL),(4308,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','440',4307,'Deudores',0,NULL,NULL,1,NULL,NULL),(4309,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4400',4308,'Deudores euros',0,NULL,NULL,1,NULL,NULL),(4310,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4404',4308,'Deudores moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4311,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4409',4308,'Deudores facturas pendientes de formalizar',0,NULL,NULL,1,NULL,NULL),(4312,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','441',4307,'Deudores efectos comerciales a cobrar',0,NULL,NULL,1,NULL,NULL),(4313,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4410',4312,'Deudores efectos comerciales en cartera',0,NULL,NULL,1,NULL,NULL),(4314,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4411',4312,'Deudores efectos comerciales descontados',0,NULL,NULL,1,NULL,NULL),(4315,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4412',4312,'Deudores efectos comerciales en gestión de cobro',0,NULL,NULL,1,NULL,NULL),(4316,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4415',4312,'Deudores efectos comerciales impagados',0,NULL,NULL,1,NULL,NULL),(4317,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','446',4307,'Deudores de dusoso cobro',0,NULL,NULL,1,NULL,NULL),(4318,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','449',4307,'Deudores por operaciones en común',0,NULL,NULL,1,NULL,NULL),(4319,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','46',4004,'Personal',0,NULL,NULL,1,NULL,NULL),(4320,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','460',4319,'Anticipos de renumeraciones',0,NULL,NULL,1,NULL,NULL),(4321,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','465',4319,'Renumeraciones pendientes de pago',0,NULL,NULL,1,NULL,NULL),(4322,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','47',4004,'Administraciones Públicas',0,NULL,NULL,1,NULL,NULL),(4323,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','470',4322,'Hacienda Pública deudora por diversos conceptos',0,NULL,NULL,1,NULL,NULL),(4324,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4700',4323,'Hacienda Pública deudora por IVA',0,NULL,NULL,1,NULL,NULL),(4325,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4708',4323,'Hacienda Pública deudora por subvenciones concedidas',0,NULL,NULL,1,NULL,NULL),(4326,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4709',4323,'Hacienda Pública deudora por devolución de impuestos',0,NULL,NULL,1,NULL,NULL),(4327,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','471',4322,'Organismos de la Seguridad Social deudores',0,NULL,NULL,1,NULL,NULL),(4328,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','472',4322,'Hacienda Pública IVA soportado',0,NULL,NULL,1,NULL,NULL),(4329,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','473',4322,'Hacienda Pública retenciones y pagos a cuenta',0,NULL,NULL,1,NULL,NULL),(4330,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','474',4322,'Activos por impuesto diferido',0,NULL,NULL,1,NULL,NULL),(4331,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4740',4330,'Activos por diferencias temporarias deducibles',0,NULL,NULL,1,NULL,NULL),(4332,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4742',4330,'Derechos por deducciones y bonificaciones pendientes de aplicar',0,NULL,NULL,1,NULL,NULL),(4333,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4745',4330,'Crédito por pérdidasa compensar del ejercicio',0,NULL,NULL,1,NULL,NULL),(4334,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','475',4322,'Hacienda Pública acreedora por conceptos fiscales',0,NULL,NULL,1,NULL,NULL),(4335,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4750',4334,'Hacienda Pública acreedora por IVA',0,NULL,NULL,1,NULL,NULL),(4336,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4751',4334,'Hacienda Pública acreedora por retenciones practicadas',0,NULL,NULL,1,NULL,NULL),(4337,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4752',4334,'Hacienda Pública acreedora por impuesto sobre sociedades',0,NULL,NULL,1,NULL,NULL),(4338,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4758',4334,'Hacienda Pública acreedora por subvenciones a integrar',0,NULL,NULL,1,NULL,NULL),(4339,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','476',4322,'Organismos de la Seguridad Social acreedores',0,NULL,NULL,1,NULL,NULL),(4340,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','477',4322,'Hacienda Pública IVA repercutido',0,NULL,NULL,1,NULL,NULL),(4341,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','479',4322,'Pasivos por diferencias temporarias imponibles',0,NULL,NULL,1,NULL,NULL),(4342,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','48',4004,'Ajustes por periodificación',0,NULL,NULL,1,NULL,NULL),(4343,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','480',4342,'Gastos anticipados',0,NULL,NULL,1,NULL,NULL),(4344,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','485',4342,'Ingresos anticipados',0,NULL,NULL,1,NULL,NULL),(4345,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','49',4004,'Deterioro de valor de créditos comerciales y provisiones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4346,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','490',4345,'Deterioro de valor de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4347,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','493',4345,'Deterioro de valor de créditos por operaciones comerciales con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4348,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4933',4347,'Deterioro de valor de créditos por operaciones comerciales con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4349,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4934',4347,'Deterioro de valor de créditos por operaciones comerciales con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4350,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4935',4347,'Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4351,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','499',4345,'Provisiones por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4352,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4994',4351,'Provisión para contratos anerosos',0,NULL,NULL,1,NULL,NULL),(4353,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4999',4351,'Provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4354,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','50',4005,'Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4355,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','500',4354,'Obligaciones y bonos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4356,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','502',4354,'Acciones o participaciones a corto plazo consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4357,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','505',4354,'Deudas representadas en otros valores negociables a corto plazo',0,NULL,NULL,1,NULL,NULL),(4358,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','506',4354,'Intereses a corto plazo de emprésitos y otras emisiones analógicas',0,NULL,NULL,1,NULL,NULL),(4359,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','507',4354,'Dividendos de acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4360,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','509',4354,'Valores negociables amortizados',0,NULL,NULL,1,NULL,NULL),(4361,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5090',4360,'Obligaciones y bonos amortizados',0,NULL,NULL,1,NULL,NULL),(4362,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5095',4360,'Otros valores negociables amortizados',0,NULL,NULL,1,NULL,NULL),(4363,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','51',4005,'Deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4364,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','510',4363,'Deudas a corto plazo con entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4365,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5103',4364,'Deudas a corto plazo con entidades de crédito empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4366,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5104',4364,'Deudas a corto plazo con entidades de crédito empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4367,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5105',4364,'Deudas a corto plazo con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4368,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','511',4363,'Proveedores de inmovilizado a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4369,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5113',4368,'Proveedores de inmovilizado a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4370,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5114',4368,'Proveedores de inmovilizado a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4371,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5115',4368,'Proveedores de inmovilizado a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4372,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','512',4363,'Acreedores por arrendamiento financiero a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4373,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5123',4372,'Acreedores por arrendamiento financiero a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4374,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5124',4372,'Acreedores por arrendamiento financiero a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4375,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5125',4372,'Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4376,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','513',4363,'Otras deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4377,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5133',4376,'Otras deudas a corto plazo con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4378,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5134',4376,'Otras deudas a corto plazo con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4379,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5135',4376,'Otras deudas a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4380,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','514',4363,'Intereses a corto plazo con partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4381,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5143',4380,'Intereses a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4382,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5144',4380,'Intereses a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4383,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5145',4380,'Intereses deudas a corto plazo partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4384,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','52',4005,'Deudas a corto plazo por préstamos recibidos y otros conceptos',0,NULL,NULL,1,NULL,NULL),(4385,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','520',4384,'Deudas a corto plazo con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4386,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5200',4385,'Préstamos a corto plazo de entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4387,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5201',4385,'Deudas a corto plazo por crédito dispuesto',0,NULL,NULL,1,NULL,NULL),(4388,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5208',4385,'Deudas por efectos descontados',0,NULL,NULL,1,NULL,NULL),(4389,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5209',4385,'Deudas por operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4390,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','521',4384,'Deudas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4391,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','522',4384,'Deudas a corto plazo transformables en subvenciones donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4392,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','523',4384,'Proveedores de inmovilizado a corto plazo',0,NULL,NULL,1,NULL,NULL),(4393,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','526',4384,'Dividendo activo a pagar',0,NULL,NULL,1,NULL,NULL),(4394,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','527',4384,'Intereses a corto plazo de deudas con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4395,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','528',4384,'Intereses a corto plazo de deudas',0,NULL,NULL,1,NULL,NULL),(4396,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','529',4384,'Provisiones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4397,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5291',4396,'Provisión a corto plazo para impuestos',0,NULL,NULL,1,NULL,NULL),(4398,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5292',4396,'Provisión a corto plazo para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4399,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5293',4396,'Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado',0,NULL,NULL,1,NULL,NULL),(4400,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5295',4396,'Provisión a corto plazo para actuaciones medioambientales',0,NULL,NULL,1,NULL,NULL),(4401,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','53',4005,'Inversiones financieras a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4402,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','530',4401,'Participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4403,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5303',4402,'Participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4404,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5304',4402,'Participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4405,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5305',4402,'Participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4406,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','531',4401,'Valores representativos de deuda a corto plazo de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4407,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5313',4406,'Valores representativos de deuda a corto plazo de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4408,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5314',4406,'Valores representativos de deuda a corto plazo de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4409,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5315',4406,'Valores representativos de deuda a corto plazo de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4410,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','532',4401,'Créditos a corto plazo a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4411,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5323',4410,'Créditos a corto plazo a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4412,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5324',4410,'Créditos a corto plazo a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4413,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5325',4410,'Créditos a corto plazo a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4414,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','533',4401,'Intereses a corto plazo de valores representativos de deuda de partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4415,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5333',4414,'Intereses a corto plazo de valores representativos de deuda en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4416,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5334',4414,'Intereses a corto plazo de valores representativos de deuda en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4417,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5335',4414,'Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4418,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','534',4401,'Intereses a corto plazo de créditos a partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4419,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5343',4418,'Intereses a corto plazo de créditos a empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4420,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5344',4418,'Intereses a corto plazo de créditos a empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4421,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5345',4418,'Intereses a corto plazo de créditos a otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4422,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','535',4401,'Dividendo a cobrar de inversiones financieras en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4423,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5353',4422,'Dividendo a cobrar de empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4424,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5354',4422,'Dividendo a cobrar de empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4425,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5355',4422,'Dividendo a cobrar de otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4426,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','539',4401,'Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4427,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5393',4426,'Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4428,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5394',4426,'Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4429,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5395',4426,'Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4430,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','54',4005,'Otras inversiones financieras a corto plazo',0,NULL,NULL,1,NULL,NULL),(4431,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','540',4430,'Inversiones financieras a corto plazo en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4432,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','541',4430,'Valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4433,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','542',4430,'Créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4434,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','543',4430,'Créditos a corto plazo por enejenación de inmovilizado',0,NULL,NULL,1,NULL,NULL),(4435,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','544',4430,'Créditos a corto plazo al personal',0,NULL,NULL,1,NULL,NULL),(4436,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','545',4430,'Dividendo a cobrar',0,NULL,NULL,1,NULL,NULL),(4437,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','546',4430,'Intereses a corto plazo de valores reprsentativos de deuda',0,NULL,NULL,1,NULL,NULL),(4438,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','547',4430,'Intereses a corto plazo de créditos',0,NULL,NULL,1,NULL,NULL),(4439,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','548',4430,'Imposiciones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4440,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','549',4430,'Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo',0,NULL,NULL,1,NULL,NULL),(4441,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','55',4005,'Otras cuentas no bancarias',0,NULL,NULL,1,NULL,NULL),(4442,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','550',4441,'Titular de la explotación',0,NULL,NULL,1,NULL,NULL),(4443,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','551',4441,'Cuenta corriente con socios y administradores',0,NULL,NULL,1,NULL,NULL),(4444,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','552',4441,'Cuenta corriente otras personas y entidades vinculadas',0,NULL,NULL,1,NULL,NULL),(4445,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5523',4444,'Cuenta corriente con empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4446,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5524',4444,'Cuenta corriente con empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4447,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5525',4444,'Cuenta corriente con otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4448,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','554',4441,'Cuenta corriente con uniones temporales de empresas y comunidades de bienes',0,NULL,NULL,1,NULL,NULL),(4449,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','555',4441,'Partidas pendientes de aplicación',0,NULL,NULL,1,NULL,NULL),(4450,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','556',4441,'Desembolsos exigidos sobre participaciones en el patrimonio neto',0,NULL,NULL,1,NULL,NULL),(4451,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5563',4450,'Desembolsos exigidos sobre participaciones empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4452,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5564',4450,'Desembolsos exigidos sobre participaciones empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4453,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5565',4450,'Desembolsos exigidos sobre participaciones otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4454,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5566',4450,'Desembolsos exigidos sobre participaciones otras empresas',0,NULL,NULL,1,NULL,NULL),(4455,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','557',4441,'Dividendo activo a cuenta',0,NULL,NULL,1,NULL,NULL),(4456,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','558',4441,'Socios por desembolsos exigidos',0,NULL,NULL,1,NULL,NULL),(4457,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5580',4456,'Socios por desembolsos exigidos sobre acciones o participaciones ordinarias',0,NULL,NULL,1,NULL,NULL),(4458,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5585',4456,'Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4459,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','559',4441,'Derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4460,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5590',4459,'Activos por derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4461,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5595',4459,'Pasivos por derivados financieros a corto plazo',0,NULL,NULL,1,NULL,NULL),(4462,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','56',4005,'Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación',0,NULL,NULL,1,NULL,NULL),(4463,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','560',4462,'Finanzas recibidas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4464,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','561',4462,'Depósitos recibidos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4465,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','565',4462,'Finanzas constituidas a corto plazo',0,NULL,NULL,1,NULL,NULL),(4466,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','566',4462,'Depósitos constituidos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4467,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','567',4462,'Intereses pagados por anticipado',0,NULL,NULL,1,NULL,NULL),(4468,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','568',4462,'Intereses cobrados a corto plazo',0,NULL,NULL,1,NULL,NULL),(4469,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','57',4005,'Tesorería',0,NULL,NULL,1,NULL,NULL),(4470,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','CAJA','570',4469,'Caja euros',0,NULL,NULL,1,NULL,NULL),(4471,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','571',4469,'Caja moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4472,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','BANCOS','572',4469,'Bancos e instituciones de crédito cc vista euros',0,NULL,NULL,1,NULL,NULL),(4473,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','573',4469,'Bancos e instituciones de crédito cc vista moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4474,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','574',4469,'Bancos e instituciones de crédito cuentas de ahorro euros',0,NULL,NULL,1,NULL,NULL),(4475,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','575',4469,'Bancos e instituciones de crédito cuentas de ahorro moneda extranjera',0,NULL,NULL,1,NULL,NULL),(4476,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','576',4469,'Inversiones a corto plazo de gran liquidez',0,NULL,NULL,1,NULL,NULL),(4477,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','59',4005,'Deterioro del valor de las inversiones financieras a corto plazo',0,NULL,NULL,1,NULL,NULL),(4478,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','593',4477,'Deterioro del valor de participaciones a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4479,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5933',4478,'Deterioro del valor de participaciones a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4480,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5934',4478,'Deterioro del valor de participaciones a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4481,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5935',4478,'Deterioro del valor de participaciones a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4482,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','594',4477,'Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4483,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5943',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4484,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5944',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4485,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5945',4482,'Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4486,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','595',4477,'Deterioro del valor de créditos a corto plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4487,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5953',4486,'Deterioro del valor de créditos a corto plazo en empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4488,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5954',4486,'Deterioro del valor de créditos a corto plazo en empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4489,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5955',4486,'Deterioro del valor de créditos a corto plazo en otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4490,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','596',4477,'Deterioro del valor de participaciones a corto plazo',0,NULL,NULL,1,NULL,NULL),(4491,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','597',4477,'Deterioro del valor de valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4492,1,NULL,'2016-01-22 17:28:16','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','598',4477,'Deterioro de valor de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4493,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','60',4006,'Compras',0,NULL,NULL,1,NULL,NULL),(4494,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','600',4493,'Compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4495,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','601',4493,'Compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4496,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','602',4493,'Compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4497,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','606',4493,'Descuentos sobre compras por pronto pago',0,NULL,NULL,1,NULL,NULL),(4498,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6060',4497,'Descuentos sobre compras por pronto pago de mercaderías',0,NULL,NULL,1,NULL,NULL),(4499,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6061',4497,'Descuentos sobre compras por pronto pago de materias primas',0,NULL,NULL,1,NULL,NULL),(4500,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6062',4497,'Descuentos sobre compras por pronto pago de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4501,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','COMPRAS','607',4493,'Trabajos realizados por otras empresas',0,NULL,NULL,1,NULL,NULL),(4502,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','608',4493,'Devoluciones de compras y operaciones similares',0,NULL,NULL,1,NULL,NULL),(4503,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6080',4502,'Devoluciones de compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4504,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6081',4502,'Devoluciones de compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4505,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6082',4502,'Devoluciones de compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4506,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','609',4493,'Rappels por compras',0,NULL,NULL,1,NULL,NULL),(4507,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6090',4506,'Rappels por compras de mercaderías',0,NULL,NULL,1,NULL,NULL),(4508,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6091',4506,'Rappels por compras de materias primas',0,NULL,NULL,1,NULL,NULL),(4509,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6092',4506,'Rappels por compras de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4510,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','61',4006,'Variación de existencias',0,NULL,NULL,1,NULL,NULL),(4511,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','610',4510,'Variación de existencias de mercaderías',0,NULL,NULL,1,NULL,NULL),(4512,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','611',4510,'Variación de existencias de materias primas',0,NULL,NULL,1,NULL,NULL),(4513,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','612',4510,'Variación de existencias de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4514,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','62',4006,'Servicios exteriores',0,NULL,NULL,1,NULL,NULL),(4515,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','620',4514,'Gastos en investigación y desarrollo del ejercicio',0,NULL,NULL,1,NULL,NULL),(4516,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','621',4514,'Arrendamientos y cánones',0,NULL,NULL,1,NULL,NULL),(4517,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','622',4514,'Reparaciones y conservación',0,NULL,NULL,1,NULL,NULL),(4518,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','623',4514,'Servicios profesionales independientes',0,NULL,NULL,1,NULL,NULL),(4519,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','624',4514,'Transportes',0,NULL,NULL,1,NULL,NULL),(4520,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','625',4514,'Primas de seguros',0,NULL,NULL,1,NULL,NULL),(4521,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','626',4514,'Servicios bancarios y similares',0,NULL,NULL,1,NULL,NULL),(4522,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','627',4514,'Publicidad, propaganda y relaciones públicas',0,NULL,NULL,1,NULL,NULL),(4523,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','628',4514,'Suministros',0,NULL,NULL,1,NULL,NULL),(4524,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','629',4514,'Otros servicios',0,NULL,NULL,1,NULL,NULL),(4525,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','63',4006,'Tributos',0,NULL,NULL,1,NULL,NULL),(4526,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','630',4525,'Impuesto sobre benecifios',0,NULL,NULL,1,NULL,NULL),(4527,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6300',4526,'Impuesto corriente',0,NULL,NULL,1,NULL,NULL),(4528,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6301',4526,'Impuesto diferido',0,NULL,NULL,1,NULL,NULL),(4529,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','631',4525,'Otros tributos',0,NULL,NULL,1,NULL,NULL),(4530,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','633',4525,'Ajustes negativos en la imposición sobre beneficios',0,NULL,NULL,1,NULL,NULL),(4531,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','634',4525,'Ajustes negativos en la imposición indirecta',0,NULL,NULL,1,NULL,NULL),(4532,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6341',4531,'Ajustes negativos en IVA de activo corriente',0,NULL,NULL,1,NULL,NULL),(4533,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6342',4531,'Ajustes negativos en IVA de inversiones',0,NULL,NULL,1,NULL,NULL),(4534,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','636',4525,'Devolución de impuestos',0,NULL,NULL,1,NULL,NULL),(4535,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','638',4525,'Ajustes positivos en la imposición sobre beneficios',0,NULL,NULL,1,NULL,NULL),(4536,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','639',4525,'Ajustes positivos en la imposición directa',0,NULL,NULL,1,NULL,NULL),(4537,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6391',4536,'Ajustes positivos en IVA de activo corriente',0,NULL,NULL,1,NULL,NULL),(4538,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6392',4536,'Ajustes positivos en IVA de inversiones',0,NULL,NULL,1,NULL,NULL),(4539,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','64',4006,'Gastos de personal',0,NULL,NULL,1,NULL,NULL),(4540,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','640',4539,'Sueldos y salarios',0,NULL,NULL,1,NULL,NULL),(4541,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','641',4539,'Indemnizaciones',0,NULL,NULL,1,NULL,NULL),(4542,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','642',4539,'Seguridad social a cargo de la empresa',0,NULL,NULL,1,NULL,NULL),(4543,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','649',4539,'Otros gastos sociales',0,NULL,NULL,1,NULL,NULL),(4544,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','65',4006,'Otros gastos de gestión',0,NULL,NULL,1,NULL,NULL),(4545,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','650',4544,'Pérdidas de créditos comerciales incobrables',0,NULL,NULL,1,NULL,NULL),(4546,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','651',4544,'Resultados de operaciones en común',0,NULL,NULL,1,NULL,NULL),(4547,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6510',4546,'Beneficio transferido gestor',0,NULL,NULL,1,NULL,NULL),(4548,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6511',4546,'Pérdida soportada participe o asociado no gestor',0,NULL,NULL,1,NULL,NULL),(4549,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','659',4544,'Otras pérdidas en gestión corriente',0,NULL,NULL,1,NULL,NULL),(4550,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','66',4006,'Gastos financieros',0,NULL,NULL,1,NULL,NULL),(4551,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','660',4550,'Gastos financieros por actualización de provisiones',0,NULL,NULL,1,NULL,NULL),(4552,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','661',4550,'Intereses de obligaciones y bonos',0,NULL,NULL,1,NULL,NULL),(4553,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6610',4452,'Intereses de obligaciones y bonos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4554,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6611',4452,'Intereses de obligaciones y bonos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4555,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6612',4452,'Intereses de obligaciones y bonos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4556,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6613',4452,'Intereses de obligaciones y bonos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4557,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6615',4452,'Intereses de obligaciones y bonos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4558,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6616',4452,'Intereses de obligaciones y bonos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4559,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6617',4452,'Intereses de obligaciones y bonos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4560,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6618',4452,'Intereses de obligaciones y bonos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4561,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','662',4550,'Intereses de deudas',0,NULL,NULL,1,NULL,NULL),(4562,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6620',4561,'Intereses de deudas empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4563,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6621',4561,'Intereses de deudas empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4564,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6622',4561,'Intereses de deudas otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4565,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6623',4561,'Intereses de deudas con entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4566,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6624',4561,'Intereses de deudas otras empresas',0,NULL,NULL,1,NULL,NULL),(4567,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','663',4550,'Pérdidas por valorización de activos y pasivos financieros por su valor razonable',0,NULL,NULL,1,NULL,NULL),(4568,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','664',4550,'Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros',0,NULL,NULL,1,NULL,NULL),(4569,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6640',4568,'Dividendos de pasivos empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4570,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6641',4568,'Dividendos de pasivos empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4571,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6642',4568,'Dividendos de pasivos otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4572,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6643',4568,'Dividendos de pasivos otras empresas',0,NULL,NULL,1,NULL,NULL),(4573,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','665',4550,'Intereses por descuento de efectos y operaciones de factoring',0,NULL,NULL,1,NULL,NULL),(4574,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6650',4573,'Intereses por descuento de efectos en entidades de crédito del grupo',0,NULL,NULL,1,NULL,NULL),(4575,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6651',4573,'Intereses por descuento de efectos en entidades de crédito asociadas',0,NULL,NULL,1,NULL,NULL),(4576,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6652',4573,'Intereses por descuento de efectos en entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4577,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6653',4573,'Intereses por descuento de efectos en otras entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4578,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6654',4573,'Intereses por operaciones de factoring con entidades de crédito del grupo',0,NULL,NULL,1,NULL,NULL),(4579,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6655',4573,'Intereses por operaciones de factoring con entidades de crédito asociadas',0,NULL,NULL,1,NULL,NULL),(4580,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6656',4573,'Intereses por operaciones de factoring con otras entidades de crédito vinculadas',0,NULL,NULL,1,NULL,NULL),(4581,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6657',4573,'Intereses por operaciones de factoring con otras entidades de crédito',0,NULL,NULL,1,NULL,NULL),(4582,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','666',4550,'Pérdidas en participaciones y valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4583,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6660',4582,'Pérdidas en valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4584,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6661',4582,'Pérdidas en valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4585,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6662',4582,'Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4586,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6663',4582,'Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4587,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6665',4582,'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4588,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6666',4582,'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4589,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6667',4582,'Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4590,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6668',4582,'Pérdidas en valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4591,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','667',4550,'Pérdidas de créditos no comerciales',0,NULL,NULL,1,NULL,NULL),(4592,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6670',4591,'Pérdidas de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4593,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6671',4591,'Pérdidas de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4594,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6672',4591,'Pérdidas de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4595,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6673',4591,'Pérdidas de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4596,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6675',4591,'Pérdidas de créditos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4597,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6676',4591,'Pérdidas de créditos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4598,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6677',4591,'Pérdidas de créditos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4599,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6678',4591,'Pérdidas de créditos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4600,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','668',4550,'Diferencias negativas de cambio',0,NULL,NULL,1,NULL,NULL),(4601,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','669',4550,'Otros gastos financieros',0,NULL,NULL,1,NULL,NULL),(4602,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','67',4006,'Pérdidas procedentes de activos no corrientes y gastos excepcionales',0,NULL,NULL,1,NULL,NULL),(4603,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','670',4602,'Pérdidas procedentes del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4604,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','671',4602,'Pérdidas procedentes del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4605,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','672',4602,'Pérdidas procedentes de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4607,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','673',4602,'Pérdidas procedentes de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4608,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6733',4607,'Pérdidas procedentes de participaciones a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4609,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6734',4607,'Pérdidas procedentes de participaciones a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4610,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6735',4607,'Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4611,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','675',4602,'Pérdidas por operaciones con obligaciones propias',0,NULL,NULL,1,NULL,NULL),(4612,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','678',4602,'Gastos excepcionales',0,NULL,NULL,1,NULL,NULL),(4613,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','68',4006,'Dotaciones para amortizaciones',0,NULL,NULL,1,NULL,NULL),(4614,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','680',4613,'Amortización del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4615,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','681',4613,'Amortización del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4616,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','682',4613,'Amortización de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4617,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','69',4006,'Pérdidas por deterioro y otras dotaciones',0,NULL,NULL,1,NULL,NULL),(4618,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','690',4617,'Pérdidas por deterioro del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4619,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','691',4617,'Pérdidas por deterioro del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4620,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','692',4617,'Pérdidas por deterioro de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4621,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','693',4617,'Pérdidas por deterioro de existencias',0,NULL,NULL,1,NULL,NULL),(4622,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6930',4621,'Pérdidas por deterioro de productos terminados y en curso de fabricación',0,NULL,NULL,1,NULL,NULL),(4623,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6931',4621,'Pérdidas por deterioro de mercaderías',0,NULL,NULL,1,NULL,NULL),(4624,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6932',4621,'Pérdidas por deterioro de materias primas',0,NULL,NULL,1,NULL,NULL),(4625,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6933',4621,'Pérdidas por deterioro de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4626,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','694',4617,'Pérdidas por deterioro de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4627,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','695',4617,'Dotación a la provisión por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4628,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6954',4627,'Dotación a la provisión por contratos onerosos',0,NULL,NULL,1,NULL,NULL),(4629,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6959',4628,'Dotación a la provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4630,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','696',4617,'Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4631,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6960',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4632,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6961',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4633,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6962',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4634,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6963',4630,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4635,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6965',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4636,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6966',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4637,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6967',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4638,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6968',4630,'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4639,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','697',4617,'Pérdidas por deterioro de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4640,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6970',4639,'Pérdidas por deterioro de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4641,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6971',4639,'Pérdidas por deterioro de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4642,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6972',4639,'Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4643,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6973',4639,'Pérdidas por deterioro de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4644,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','698',4617,'Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4645,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6980',4644,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4646,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6981',4644,'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4647,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6985',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4648,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6986',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4649,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6988',4644,'Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas',0,NULL,NULL,1,NULL,NULL),(4650,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','699',4617,'Pérdidas por deterioro de crédito a corto plazo',0,NULL,NULL,1,NULL,NULL),(4651,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6990',4650,'Pérdidas por deterioro de crédito a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4652,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6991',4650,'Pérdidas por deterioro de crédito a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4653,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6992',4650,'Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4654,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','EXPENSE','XXXXXX','6993',4650,'Pérdidas por deterioro de crédito a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4655,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','70',4007,'Ventas',0,NULL,NULL,1,NULL,NULL),(4656,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','700',4655,'Ventas de mercaderías',0,NULL,NULL,1,NULL,NULL),(4657,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','701',4655,'Ventas de productos terminados',0,NULL,NULL,1,NULL,NULL),(4658,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','702',4655,'Ventas de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4659,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','703',4655,'Ventas de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4660,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','704',4655,'Ventas de envases y embalajes',0,NULL,NULL,1,NULL,NULL),(4661,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','VENTAS','705',4655,'Prestaciones de servicios',0,NULL,NULL,1,NULL,NULL),(4662,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','706',4655,'Descuentos sobre ventas por pronto pago',0,NULL,NULL,1,NULL,NULL),(4663,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7060',4662,'Descuentos sobre ventas por pronto pago de mercaderías',0,NULL,NULL,1,NULL,NULL),(4664,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7061',4662,'Descuentos sobre ventas por pronto pago de productos terminados',0,NULL,NULL,1,NULL,NULL),(4665,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7062',4662,'Descuentos sobre ventas por pronto pago de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4666,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7063',4662,'Descuentos sobre ventas por pronto pago de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4667,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','708',4655,'Devoluciones de ventas y operacioes similares',0,NULL,NULL,1,NULL,NULL),(4668,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7080',4667,'Devoluciones de ventas de mercaderías',0,NULL,NULL,1,NULL,NULL),(4669,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7081',4667,'Devoluciones de ventas de productos terminados',0,NULL,NULL,1,NULL,NULL),(4670,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7082',4667,'Devoluciones de ventas de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4671,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7083',4667,'Devoluciones de ventas de subproductos y residuos',0,NULL,NULL,1,NULL,NULL),(4672,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7084',4667,'Devoluciones de ventas de envases y embalajes',0,NULL,NULL,1,NULL,NULL),(4673,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','71',4007,'Variación de existencias',0,NULL,NULL,1,NULL,NULL),(4674,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','710',4673,'Variación de existencias de productos en curso',0,NULL,NULL,1,NULL,NULL),(4675,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','711',4673,'Variación de existencias de productos semiterminados',0,NULL,NULL,1,NULL,NULL),(4676,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','712',4673,'Variación de existencias de productos terminados',0,NULL,NULL,1,NULL,NULL),(4677,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','713',4673,'Variación de existencias de subproductos, residuos y materiales recuperados',0,NULL,NULL,1,NULL,NULL),(4678,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','73',4007,'Trabajos realizados para la empresa',0,NULL,NULL,1,NULL,NULL),(4679,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','730',4678,'Trabajos realizados para el inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4680,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','731',4678,'Trabajos realizados para el inmovilizado tangible',0,NULL,NULL,1,NULL,NULL),(4681,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','732',4678,'Trabajos realizados en inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4682,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','733',4678,'Trabajos realizados para el inmovilizado material en curso',0,NULL,NULL,1,NULL,NULL),(4683,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','74',4007,'Subvenciones, donaciones y legados',0,NULL,NULL,1,NULL,NULL),(4684,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','740',4683,'Subvenciones, donaciones y legados a la explotación',0,NULL,NULL,1,NULL,NULL),(4685,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','746',4683,'Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4686,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','747',4683,'Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio',0,NULL,NULL,1,NULL,NULL),(4687,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','75',4007,'Otros ingresos de gestión',0,NULL,NULL,1,NULL,NULL),(4688,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','751',4687,'Resultados de operaciones en común',0,NULL,NULL,1,NULL,NULL),(4689,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7510',4688,'Pérdida transferida gestor',0,NULL,NULL,1,NULL,NULL),(4690,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7511',4688,'Beneficio atribuido participe o asociado no gestor',0,NULL,NULL,1,NULL,NULL),(4691,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','752',4687,'Ingreso por arrendamiento',0,NULL,NULL,1,NULL,NULL),(4692,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','753',4687,'Ingresos de propiedad industrial cedida en explotación',0,NULL,NULL,1,NULL,NULL),(4693,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','754',4687,'Ingresos por comisiones',0,NULL,NULL,1,NULL,NULL),(4694,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','755',4687,'Ingresos por servicios al personal',0,NULL,NULL,1,NULL,NULL),(4695,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','759',4687,'Ingresos por servicios diversos',0,NULL,NULL,1,NULL,NULL),(4696,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76',4007,'Ingresos financieros',0,NULL,NULL,1,NULL,NULL),(4697,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','760',4696,'Ingresos de participaciones en instrumentos de patrimonio',0,NULL,NULL,1,NULL,NULL),(4698,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7600',4697,'Ingresos de participaciones en instrumentos de patrimonio empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4699,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7601',4697,'Ingresos de participaciones en instrumentos de patrimonio empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4700,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7602',4697,'Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4701,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7603',4697,'Ingresos de participaciones en instrumentos de patrimonio otras empresas',0,NULL,NULL,1,NULL,NULL),(4702,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','761',4696,'Ingresos de valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4703,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7610',4702,'Ingresos de valores representativos de deuda empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4704,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7611',4702,'Ingresos de valores representativos de deuda empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4705,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7612',4702,'Ingresos de valores representativos de deuda otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4706,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7613',4702,'Ingresos de valores representativos de deuda otras empresas',0,NULL,NULL,1,NULL,NULL),(4707,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','762',4696,'Ingresos de créditos',0,NULL,NULL,1,NULL,NULL),(4708,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7620',4707,'Ingresos de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4709,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76200',4708,'Ingresos de crédito a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4710,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76201',4708,'Ingresos de crédito a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4711,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76202',4708,'Ingresos de crédito a largo plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4712,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76203',4708,'Ingresos de crédito a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4713,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7621',4707,'Ingresos de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4714,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76210',4713,'Ingresos de crédito a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4715,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76211',4713,'Ingresos de crédito a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4716,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76212',4713,'Ingresos de crédito a corto plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4717,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','76213',4713,'Ingresos de crédito a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4718,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','763',4696,'Beneficios por valorización de activos y pasivos financieros por su valor razonable',0,NULL,NULL,1,NULL,NULL),(4719,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','766',4696,'Beneficios en participaciones y valores representativos de deuda',0,NULL,NULL,1,NULL,NULL),(4720,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7660',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4721,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7661',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4722,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7662',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4723,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7663',4719,'Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4724,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7665',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4725,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7666',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4726,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7667',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas',0,NULL,NULL,1,NULL,NULL),(4727,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7668',4719,'Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4728,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','768',4696,'Diferencias positivas de cambio',0,NULL,NULL,1,NULL,NULL),(4729,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','769',4696,'Otros ingresos financieros',0,NULL,NULL,1,NULL,NULL),(4730,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','77',4007,'Beneficios procedentes de activos no corrientes e ingresos excepcionales',0,NULL,NULL,1,NULL,NULL),(4731,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','770',4730,'Beneficios procedentes del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4732,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','771',4730,'Beneficios procedentes del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4733,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','772',4730,'Beneficios procedentes de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4734,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','773',4730,'Beneficios procedentes de participaciones a largo plazo en partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4735,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7733',4734,'Beneficios procedentes de participaciones a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4736,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7734',4734,'Beneficios procedentes de participaciones a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4737,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7735',4734,'Beneficios procedentes de participaciones a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4738,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','775',4730,'Beneficios por operaciones con obligaciones propias',0,NULL,NULL,1,NULL,NULL),(4739,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','778',4730,'Ingresos excepcionales',0,NULL,NULL,1,NULL,NULL),(4741,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79',4007,'Excesos y aplicaciones de provisiones y pérdidas por deterioro',0,NULL,NULL,1,NULL,NULL),(4742,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','790',4741,'Revisión del deterioro del inmovilizado intangible',0,NULL,NULL,1,NULL,NULL),(4743,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','791',4741,'Revisión del deterioro del inmovilizado material',0,NULL,NULL,1,NULL,NULL),(4744,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','792',4741,'Revisión del deterioro de las inversiones inmobiliarias',0,NULL,NULL,1,NULL,NULL),(4745,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','793',4741,'Revisión del deterioro de las existencias',0,NULL,NULL,1,NULL,NULL),(4746,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7930',4745,'Revisión del deterioro de productos terminados y en curso de fabricación',0,NULL,NULL,1,NULL,NULL),(4747,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7931',4745,'Revisión del deterioro de mercaderías',0,NULL,NULL,1,NULL,NULL),(4748,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7932',4745,'Revisión del deterioro de materias primas',0,NULL,NULL,1,NULL,NULL),(4749,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7933',4745,'Revisión del deterioro de otros aprovisionamientos',0,NULL,NULL,1,NULL,NULL),(4750,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','794',4741,'Revisión del deterioro de créditos por operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4751,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','795',4741,'Exceso de provisiones',0,NULL,NULL,1,NULL,NULL),(4752,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7951',4751,'Exceso de provisión para impuestos',0,NULL,NULL,1,NULL,NULL),(4753,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7952',4751,'Exceso de provisión para otras responsabilidades',0,NULL,NULL,1,NULL,NULL),(4755,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7954',4751,'Exceso de provisión para operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4756,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79544',4755,'Exceso de provisión por contratos onerosos',0,NULL,NULL,1,NULL,NULL),(4757,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','79549',4755,'Exceso de provisión para otras operaciones comerciales',0,NULL,NULL,1,NULL,NULL),(4758,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7955',4751,'Exceso de provisión para actuaciones medioambienteales',0,NULL,NULL,1,NULL,NULL),(4759,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','796',4741,'Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo',0,NULL,NULL,1,NULL,NULL),(4760,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7960',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4761,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7961',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4762,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7962',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4763,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7963',4759,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4764,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7965',4759,'Revisión del deterioro de valores representativos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4765,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7966',4759,'Revisión del deterioro de valores representativos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4766,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7967',4759,'Revisión del deterioro de valores representativos a largo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4767,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7968',4759,'Revisión del deterioro de valores representativos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4768,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','797',4741,'Revisión del deterioro de créditos a largo plazo',0,NULL,NULL,1,NULL,NULL),(4769,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7970',4768,'Revisión del deterioro de créditos a largo plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4770,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7971',4768,'Revisión del deterioro de créditos a largo plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4771,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7972',4768,'Revisión del deterioro de créditos a largo plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4772,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7973',4768,'Revisión del deterioro de créditos a largo plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4773,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','798',4741,'Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo',0,NULL,NULL,1,NULL,NULL),(4774,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7980',4773,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4775,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7981',4773,'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4776,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7985',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4777,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7986',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4778,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7987',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4779,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7988',4773,'Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL),(4780,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','799',4741,'Revisión del deterioro de créditos a corto plazo',0,NULL,NULL,1,NULL,NULL),(4781,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7990',4780,'Revisión del deterioro de créditos a corto plazo empresas del grupo',0,NULL,NULL,1,NULL,NULL),(4782,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7991',4780,'Revisión del deterioro de créditos a corto plazo empresas asociadas',0,NULL,NULL,1,NULL,NULL),(4783,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7992',4780,'Revisión del deterioro de créditos a corto plazo otras partes vinculadas',0,NULL,NULL,1,NULL,NULL),(4784,1,NULL,'2018-01-19 11:17:49','PCG08-PYME','INCOME','XXXXXX','7993',4780,'Revisión del deterioro de créditos a corto plazo otras empresas',0,NULL,NULL,1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_accounting_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_bookkeeping`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_bookkeeping`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_bookkeeping` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `doc_date` date NOT NULL,
      +  `doc_type` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `doc_ref` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_doc` int(11) NOT NULL,
      +  `fk_docdet` int(11) NOT NULL,
      +  `thirdparty_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_compte` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_operation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `debit` double(24,8) DEFAULT NULL,
      +  `credit` double(24,8) DEFAULT NULL,
      +  `montant` double(24,8) DEFAULT NULL,
      +  `sens` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lettering_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lettering` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_journal` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `journal_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `piece_num` int(11) NOT NULL,
      +  `validated` tinyint(4) NOT NULL DEFAULT '0',
      +  `date_validated` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `subledger_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lim_reglement` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accounting_bookkeeping_fk_doc` (`fk_doc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_bookkeeping`
      +--
      +
      +LOCK TABLES `llx_accounting_bookkeeping` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_bookkeeping` VALUES (2,'2017-02-19','','',0,0,NULL,'1','ttt',NULL,5.00000000,0.00000000,5.00000000,'D',NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,1,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','1',NULL,NULL,NULL,NULL),(4,'2017-02-19','','',0,0,NULL,'10','',NULL,0.00000000,5.00000000,5.00000000,'C',NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,1,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','10',NULL,NULL,NULL,NULL),(6,'2017-02-19','','',0,0,NULL,'NotDefined','',NULL,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,2,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','NotDefined',NULL,NULL,NULL,NULL),(9,'2017-02-19','','',0,0,NULL,'NotDefined','',NULL,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL,NULL,12,NULL,'VTE',NULL,3,0,NULL,1,NULL,'2017-08-27 15:29:05','2018-11-23 11:56:09','NotDefined',NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_bookkeeping_tmp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_bookkeeping_tmp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_bookkeeping_tmp` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `doc_date` date NOT NULL,
      +  `doc_type` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `doc_ref` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_doc` int(11) NOT NULL,
      +  `fk_docdet` int(11) NOT NULL,
      +  `thirdparty_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subledger_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label_compte` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label_operation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `debit` double(24,8) NOT NULL,
      +  `credit` double(24,8) NOT NULL,
      +  `montant` double(24,8) NOT NULL,
      +  `sens` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lettering_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lettering` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_journal` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `journal_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `piece_num` int(11) NOT NULL,
      +  `validated` tinyint(4) NOT NULL DEFAULT '0',
      +  `date_validated` datetime DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_lim_reglement` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accounting_bookkeeping_doc_date` (`doc_date`),
      +  KEY `idx_accounting_bookkeeping_fk_docdet` (`fk_docdet`),
      +  KEY `idx_accounting_bookkeeping_numero_compte` (`numero_compte`),
      +  KEY `idx_accounting_bookkeeping_code_journal` (`code_journal`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_bookkeeping_tmp`
      +--
      +
      +LOCK TABLES `llx_accounting_bookkeeping_tmp` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping_tmp` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_accounting_bookkeeping_tmp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_fiscalyear`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_fiscalyear`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_fiscalyear` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_start` date DEFAULT NULL,
      +  `date_end` date DEFAULT NULL,
      +  `statut` tinyint(4) NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_fiscalyear`
      +--
      +
      +LOCK TABLES `llx_accounting_fiscalyear` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_fiscalyear` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_accounting_fiscalyear` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_journal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_journal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_journal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `nature` smallint(6) NOT NULL DEFAULT '0',
      +  `active` smallint(6) DEFAULT '0',
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_accounting_journal_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_journal`
      +--
      +
      +LOCK TABLES `llx_accounting_journal` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_journal` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_journal` VALUES (1,'VT','Sale journal',2,1,1),(2,'AC','Purchase journal',3,1,1),(3,'BQ','Bank journal',4,1,1),(4,'OD','Other journal',1,1,1),(5,'AN','Has new journal',9,1,1),(6,'ER','Expense report journal',5,1,1),(7,'INV','Inventory journal',8,1,1);
      +/*!40000 ALTER TABLE `llx_accounting_journal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accounting_system`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accounting_system`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accounting_system` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `pcg_version` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` smallint(6) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_accounting_system_pcg_version` (`pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accounting_system`
      +--
      +
      +LOCK TABLES `llx_accounting_system` WRITE;
      +/*!40000 ALTER TABLE `llx_accounting_system` DISABLE KEYS */;
      +INSERT INTO `llx_accounting_system` VALUES (1,'PCG99-ABREGE','The simple accountancy french plan',1,1),(2,'PCG99-BASE','The base accountancy french plan',1,1),(3,'PCMN-BASE','The base accountancy belgium plan',1,2),(4,'PCG08-PYME','The PYME accountancy spanish plan',1,4),(5,'PC-MIPYME','The PYME accountancy Chile plan',1,67),(6,'ENG-BASE','England plan',1,7),(7,'SYSCOHADA','Plan comptable Ouest-Africain',1,49),(39,'PCG14-DEV','The developed accountancy french plan 2014',1,1),(40,'PCG_SUISSE','Switzerland plan',1,6),(41,'PCN-LUXEMBURG','Plan comptable normalisé Luxembourgeois',1,140),(42,'DK-STD','Standardkontoplan fra SKAT',1,80),(43,'PCT','The Tunisia plan',1,10),(44,'PCG','The Moroccan chart of accounts',1,12),(47,'SYSCOHADA-BJ','Plan comptable Ouest-Africain',1,49),(48,'SYSCOHADA-BF','Plan comptable Ouest-Africain',1,60),(49,'SYSCOHADA-CM','Plan comptable Ouest-Africain',1,24),(50,'SYSCOHADA-CF','Plan comptable Ouest-Africain',1,65),(51,'SYSCOHADA-KM','Plan comptable Ouest-Africain',1,71),(52,'SYSCOHADA-CG','Plan comptable Ouest-Africain',1,72),(53,'SYSCOHADA-CI','Plan comptable Ouest-Africain',1,21),(54,'SYSCOHADA-GA','Plan comptable Ouest-Africain',1,16),(55,'SYSCOHADA-GQ','Plan comptable Ouest-Africain',1,87),(56,'SYSCOHADA-ML','Plan comptable Ouest-Africain',1,147),(57,'SYSCOHADA-NE','Plan comptable Ouest-Africain',1,168),(58,'SYSCOHADA-CD','Plan comptable Ouest-Africain',1,73),(59,'SYSCOHADA-SN','Plan comptable Ouest-Africain',1,22),(60,'SYSCOHADA-TD','Plan comptable Ouest-Africain',1,66),(61,'SYSCOHADA-TG','Plan comptable Ouest-Africain',1,15),(62,'RO-BASE','Plan de conturi romanesc',1,188),(63,'SKR03','Standardkontenrahmen SKR 03',1,5),(64,'SKR04','Standardkontenrahmen SKR 04',1,5);
      +/*!40000 ALTER TABLE `llx_accounting_system` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_accountingaccount`
      +--
      +
      +DROP TABLE IF EXISTS `llx_accountingaccount`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_accountingaccount` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_pcg_version` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pcg_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `pcg_subtype` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `account_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_parent` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_accountingaccount_fk_pcg_version` (`fk_pcg_version`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4785 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_accountingaccount`
      +--
      +
      +LOCK TABLES `llx_accountingaccount` WRITE;
      +/*!40000 ALTER TABLE `llx_accountingaccount` DISABLE KEYS */;
      +INSERT INTO `llx_accountingaccount` VALUES (1,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','CAPITAL','101','1401','Capital',NULL,NULL,1),(2,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','105','1401','Ecarts de réévaluation',NULL,NULL,1),(3,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1061','1401','Réserve légale',NULL,NULL,1),(4,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1063','1401','Réserves statutaires ou contractuelles',NULL,NULL,1),(5,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1064','1401','Réserves réglementées',NULL,NULL,1),(6,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1068','1401','Autres réserves',NULL,NULL,1),(7,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','108','1401','Compte de l\'exploitant',NULL,NULL,1),(8,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','12','1401','Résultat de l\'exercice',NULL,NULL,1),(9,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','145','1401','Amortissements dérogatoires',NULL,NULL,1),(10,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','146','1401','Provision spéciale de réévaluation',NULL,NULL,1),(11,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','147','1401','Plus-values réinvesties',NULL,NULL,1),(12,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','148','1401','Autres provisions réglementées',NULL,NULL,1),(13,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','15','1401','Provisions pour risques et charges',NULL,NULL,1),(14,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','16','1401','Emprunts et dettes assimilees',NULL,NULL,1),(15,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','20','1402','Immobilisations incorporelles',NULL,NULL,1),(16,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','201','15','Frais d\'établissement',NULL,NULL,1),(17,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','206','15','Droit au bail',NULL,NULL,1),(18,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','207','15','Fonds commercial',NULL,NULL,1),(19,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','208','15','Autres immobilisations incorporelles',NULL,NULL,1),(20,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','21','1402','Immobilisations corporelles',NULL,NULL,1),(21,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','23','1402','Immobilisations en cours',NULL,NULL,1),(22,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','27','1402','Autres immobilisations financieres',NULL,NULL,1),(23,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','280','1402','Amortissements des immobilisations incorporelles',NULL,NULL,1),(24,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','281','1402','Amortissements des immobilisations corporelles',NULL,NULL,1),(25,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','290','1402','Provisions pour dépréciation des immobilisations incorporelles',NULL,NULL,1),(26,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','291','1402','Provisions pour dépréciation des immobilisations corporelles',NULL,NULL,1),(27,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','297','1402','Provisions pour dépréciation des autres immobilisations financières',NULL,NULL,1),(28,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','31','1403','Matieres premières',NULL,NULL,1),(29,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','32','1403','Autres approvisionnements',NULL,NULL,1),(30,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','33','1403','En-cours de production de biens',NULL,NULL,1),(31,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','34','1403','En-cours de production de services',NULL,NULL,1),(32,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','35','1403','Stocks de produits',NULL,NULL,1),(33,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','37','1403','Stocks de marchandises',NULL,NULL,1),(34,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','391','1403','Provisions pour dépréciation des matières premières',NULL,NULL,1),(35,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','392','1403','Provisions pour dépréciation des autres approvisionnements',NULL,NULL,1),(36,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','393','1403','Provisions pour dépréciation des en-cours de production de biens',NULL,NULL,1),(37,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','394','1403','Provisions pour dépréciation des en-cours de production de services',NULL,NULL,1),(38,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','395','1403','Provisions pour dépréciation des stocks de produits',NULL,NULL,1),(39,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','397','1403','Provisions pour dépréciation des stocks de marchandises',NULL,NULL,1),(40,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','SUPPLIER','400','1404','Fournisseurs et Comptes rattachés',NULL,NULL,1),(41,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','409','1404','Fournisseurs débiteurs',NULL,NULL,1),(42,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','CUSTOMER','410','1404','Clients et Comptes rattachés',NULL,NULL,1),(43,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','419','1404','Clients créditeurs',NULL,NULL,1),(44,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','421','1404','Personnel',NULL,NULL,1),(45,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','428','1404','Personnel',NULL,NULL,1),(46,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','43','1404','Sécurité sociale et autres organismes sociaux',NULL,NULL,1),(47,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','444','1404','Etat - impôts sur bénéfice',NULL,NULL,1),(48,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','445','1404','Etat - Taxes sur chiffre affaires',NULL,NULL,1),(49,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','447','1404','Autres impôts, taxes et versements assimilés',NULL,NULL,1),(50,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','45','1404','Groupe et associes',NULL,NULL,1),(51,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','455','50','Associés',NULL,NULL,1),(52,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','46','1404','Débiteurs divers et créditeurs divers',NULL,NULL,1),(53,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','47','1404','Comptes transitoires ou d\'attente',NULL,NULL,1),(54,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','481','1404','Charges à répartir sur plusieurs exercices',NULL,NULL,1),(55,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','486','1404','Charges constatées d\'avance',NULL,NULL,1),(56,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','487','1404','Produits constatés d\'avance',NULL,NULL,1),(57,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','491','1404','Provisions pour dépréciation des comptes de clients',NULL,NULL,1),(58,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','496','1404','Provisions pour dépréciation des comptes de débiteurs divers',NULL,NULL,1),(59,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','50','1405','Valeurs mobilières de placement',NULL,NULL,1),(60,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','BANK','51','1405','Banques, établissements financiers et assimilés',NULL,NULL,1),(61,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','CASH','53','1405','Caisse',NULL,NULL,1),(62,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','54','1405','Régies d\'avance et accréditifs',NULL,NULL,1),(63,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','58','1405','Virements internes',NULL,NULL,1),(64,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','590','1405','Provisions pour dépréciation des valeurs mobilières de placement',NULL,NULL,1),(65,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','PRODUCT','60','1406','Achats',NULL,NULL,1),(66,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','603','65','Variations des stocks',NULL,NULL,1),(67,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','SERVICE','61','1406','Services extérieurs',NULL,NULL,1),(68,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','62','1406','Autres services extérieurs',NULL,NULL,1),(69,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','63','1406','Impôts, taxes et versements assimiles',NULL,NULL,1),(70,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','641','1406','Rémunérations du personnel',NULL,NULL,1),(71,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','644','1406','Rémunération du travail de l\'exploitant',NULL,NULL,1),(72,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','SOCIAL','645','1406','Charges de sécurité sociale et de prévoyance',NULL,NULL,1),(73,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','646','1406','Cotisations sociales personnelles de l\'exploitant',NULL,NULL,1),(74,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','65','1406','Autres charges de gestion courante',NULL,NULL,1),(75,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','66','1406','Charges financières',NULL,NULL,1),(76,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','67','1406','Charges exceptionnelles',NULL,NULL,1),(77,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','681','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(78,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','686','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(79,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','687','1406','Dotations aux amortissements et aux provisions',NULL,NULL,1),(80,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','691','1406','Participation des salariés aux résultats',NULL,NULL,1),(81,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','695','1406','Impôts sur les bénéfices',NULL,NULL,1),(82,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','697','1406','Imposition forfaitaire annuelle des sociétés',NULL,NULL,1),(83,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','699','1406','Produits',NULL,NULL,1),(84,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','701','1407','Ventes de produits finis',NULL,NULL,1),(85,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','SERVICE','706','1407','Prestations de services',NULL,NULL,1),(86,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','707','1407','Ventes de marchandises',NULL,NULL,1),(87,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','PRODUCT','708','1407','Produits des activités annexes',NULL,NULL,1),(88,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','709','1407','Rabais, remises et ristournes accordés par l\'entreprise',NULL,NULL,1),(89,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','713','1407','Variation des stocks',NULL,NULL,1),(90,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','72','1407','Production immobilisée',NULL,NULL,1),(91,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','73','1407','Produits nets partiels sur opérations à long terme',NULL,NULL,1),(92,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','74','1407','Subventions d\'exploitation',NULL,NULL,1),(93,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','75','1407','Autres produits de gestion courante',NULL,NULL,1),(94,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','753','93','Jetons de présence et rémunérations d\'administrateurs, gérants,...',NULL,NULL,1),(95,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','754','93','Ristournes perçues des coopératives',NULL,NULL,1),(96,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','755','93','Quotes-parts de résultat sur opérations faites en commun',NULL,NULL,1),(97,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','76','1407','Produits financiers',NULL,NULL,1),(98,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','77','1407','Produits exceptionnels',NULL,NULL,1),(99,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','781','1407','Reprises sur amortissements et provisions',NULL,NULL,1),(100,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','786','1407','Reprises sur provisions pour risques',NULL,NULL,1),(101,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','787','1407','Reprises sur provisions',NULL,NULL,1),(102,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','79','1407','Transferts de charges',NULL,NULL,1),(103,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','10','1501','Capital  et réserves',NULL,NULL,1),(104,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','CAPITAL','101','103','Capital',NULL,NULL,1),(105,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','104','103','Primes liées au capital social',NULL,NULL,1),(106,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','105','103','Ecarts de réévaluation',NULL,NULL,1),(107,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','106','103','Réserves',NULL,NULL,1),(108,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','107','103','Ecart d\'equivalence',NULL,NULL,1),(109,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','108','103','Compte de l\'exploitant',NULL,NULL,1),(110,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','109','103','Actionnaires : capital souscrit - non appelé',NULL,NULL,1),(111,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','11','1501','Report à nouveau (solde créditeur ou débiteur)',NULL,NULL,1),(112,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','110','111','Report à nouveau (solde créditeur)',NULL,NULL,1),(113,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','119','111','Report à nouveau (solde débiteur)',NULL,NULL,1),(114,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','12','1501','Résultat de l\'exercice (bénéfice ou perte)',NULL,NULL,1),(115,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','120','114','Résultat de l\'exercice (bénéfice)',NULL,NULL,1),(116,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','129','114','Résultat de l\'exercice (perte)',NULL,NULL,1),(117,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','13','1501','Subventions d\'investissement',NULL,NULL,1),(118,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','131','117','Subventions d\'équipement',NULL,NULL,1),(119,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','138','117','Autres subventions d\'investissement',NULL,NULL,1),(120,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','139','117','Subventions d\'investissement inscrites au compte de résultat',NULL,NULL,1),(121,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','14','1501','Provisions réglementées',NULL,NULL,1),(122,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','142','121','Provisions réglementées relatives aux immobilisations',NULL,NULL,1),(123,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','143','121','Provisions réglementées relatives aux stocks',NULL,NULL,1),(124,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','144','121','Provisions réglementées relatives aux autres éléments de l\'actif',NULL,NULL,1),(125,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','145','121','Amortissements dérogatoires',NULL,NULL,1),(126,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','146','121','Provision spéciale de réévaluation',NULL,NULL,1),(127,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','147','121','Plus-values réinvesties',NULL,NULL,1),(128,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','148','121','Autres provisions réglementées',NULL,NULL,1),(129,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','15','1501','Provisions pour risques et charges',NULL,NULL,1),(130,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','151','129','Provisions pour risques',NULL,NULL,1),(131,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','153','129','Provisions pour pensions et obligations similaires',NULL,NULL,1),(132,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','154','129','Provisions pour restructurations',NULL,NULL,1),(133,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','155','129','Provisions pour impôts',NULL,NULL,1),(134,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','156','129','Provisions pour renouvellement des immobilisations (entreprises concessionnaires)',NULL,NULL,1),(135,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','157','129','Provisions pour charges à répartir sur plusieurs exercices',NULL,NULL,1),(136,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','158','129','Autres provisions pour charges',NULL,NULL,1),(137,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','16','1501','Emprunts et dettes assimilees',NULL,NULL,1),(138,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','161','137','Emprunts obligataires convertibles',NULL,NULL,1),(139,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','163','137','Autres emprunts obligataires',NULL,NULL,1),(140,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','164','137','Emprunts auprès des établissements de crédit',NULL,NULL,1),(141,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','165','137','Dépôts et cautionnements reçus',NULL,NULL,1),(142,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','166','137','Participation des salariés aux résultats',NULL,NULL,1),(143,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','167','137','Emprunts et dettes assortis de conditions particulières',NULL,NULL,1),(144,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','168','137','Autres emprunts et dettes assimilées',NULL,NULL,1),(145,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','169','137','Primes de remboursement des obligations',NULL,NULL,1),(146,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','17','1501','Dettes rattachées à des participations',NULL,NULL,1),(147,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','171','146','Dettes rattachées à des participations (groupe)',NULL,NULL,1),(148,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','174','146','Dettes rattachées à des participations (hors groupe)',NULL,NULL,1),(149,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','178','146','Dettes rattachées à des sociétés en participation',NULL,NULL,1),(150,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','18','1501','Comptes de liaison des établissements et sociétés en participation',NULL,NULL,1),(151,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','181','150','Comptes de liaison des établissements',NULL,NULL,1),(152,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','186','150','Biens et prestations de services échangés entre établissements (charges)',NULL,NULL,1),(153,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','187','150','Biens et prestations de services échangés entre établissements (produits)',NULL,NULL,1),(154,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','188','150','Comptes de liaison des sociétés en participation',NULL,NULL,1),(155,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','20','1502','Immobilisations incorporelles',NULL,NULL,1),(156,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','201','155','Frais d\'établissement',NULL,NULL,1),(157,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','203','155','Frais de recherche et de développement',NULL,NULL,1),(158,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','205','155','Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(159,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','206','155','Droit au bail',NULL,NULL,1),(160,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','207','155','Fonds commercial',NULL,NULL,1),(161,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','208','155','Autres immobilisations incorporelles',NULL,NULL,1),(162,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','21','1502','Immobilisations corporelles',NULL,NULL,1),(163,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','211','162','Terrains',NULL,NULL,1),(164,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','212','162','Agencements et aménagements de terrains',NULL,NULL,1),(165,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','213','162','Constructions',NULL,NULL,1),(166,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','214','162','Constructions sur sol d\'autrui',NULL,NULL,1),(167,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','215','162','Installations techniques, matériels et outillage industriels',NULL,NULL,1),(168,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','218','162','Autres immobilisations corporelles',NULL,NULL,1),(169,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','22','1502','Immobilisations mises en concession',NULL,NULL,1),(170,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','23','1502','Immobilisations en cours',NULL,NULL,1),(171,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','231','170','Immobilisations corporelles en cours',NULL,NULL,1),(172,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','232','170','Immobilisations incorporelles en cours',NULL,NULL,1),(173,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','237','170','Avances et acomptes versés sur immobilisations incorporelles',NULL,NULL,1),(174,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','238','170','Avances et acomptes versés sur commandes d\'immobilisations corporelles',NULL,NULL,1),(175,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','25','1502','Parts dans des entreprises liées et créances sur des entreprises liées',NULL,NULL,1),(176,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','26','1502','Participations et créances rattachées à des participations',NULL,NULL,1),(177,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','261','176','Titres de participation',NULL,NULL,1),(178,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','266','176','Autres formes de participation',NULL,NULL,1),(179,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','267','176','Créances rattachées à des participations',NULL,NULL,1),(180,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','268','176','Créances rattachées à des sociétés en participation',NULL,NULL,1),(181,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','269','176','Versements restant à effectuer sur titres de participation non libérés',NULL,NULL,1),(182,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','27','1502','Autres immobilisations financieres',NULL,NULL,1),(183,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','271','183','Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)',NULL,NULL,1),(184,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','272','183','Titres immobilisés (droit de créance)',NULL,NULL,1),(185,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','273','183','Titres immobilisés de l\'activité de portefeuille',NULL,NULL,1),(186,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','274','183','Prêts',NULL,NULL,1),(187,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','275','183','Dépôts et cautionnements versés',NULL,NULL,1),(188,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','276','183','Autres créances immobilisées',NULL,NULL,1),(189,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','277','183','(Actions propres ou parts propres)',NULL,NULL,1),(190,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','279','183','Versements restant à effectuer sur titres immobilisés non libérés',NULL,NULL,1),(191,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','28','1502','Amortissements des immobilisations',NULL,NULL,1),(192,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','280','191','Amortissements des immobilisations incorporelles',NULL,NULL,1),(193,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','281','191','Amortissements des immobilisations corporelles',NULL,NULL,1),(194,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','282','191','Amortissements des immobilisations mises en concession',NULL,NULL,1),(195,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','29','1502','Dépréciations des immobilisations',NULL,NULL,1),(196,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','290','195','Dépréciations des immobilisations incorporelles',NULL,NULL,1),(197,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','291','195','Dépréciations des immobilisations corporelles',NULL,NULL,1),(198,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','292','195','Dépréciations des immobilisations mises en concession',NULL,NULL,1),(199,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','293','195','Dépréciations des immobilisations en cours',NULL,NULL,1),(200,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','296','195','Provisions pour dépréciation des participations et créances rattachées à des participations',NULL,NULL,1),(201,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','297','195','Provisions pour dépréciation des autres immobilisations financières',NULL,NULL,1),(202,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','31','1503','Matières premières (et fournitures)',NULL,NULL,1),(203,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','311','202','Matières (ou groupe) A',NULL,NULL,1),(204,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','312','202','Matières (ou groupe) B',NULL,NULL,1),(205,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','317','202','Fournitures A, B, C,',NULL,NULL,1),(206,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','32','1503','Autres approvisionnements',NULL,NULL,1),(207,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','321','206','Matières consommables',NULL,NULL,1),(208,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','322','206','Fournitures consommables',NULL,NULL,1),(209,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','326','206','Emballages',NULL,NULL,1),(210,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','33','1503','En-cours de production de biens',NULL,NULL,1),(211,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','331','210','Produits en cours',NULL,NULL,1),(212,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','335','210','Travaux en cours',NULL,NULL,1),(213,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','34','1503','En-cours de production de services',NULL,NULL,1),(214,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','341','213','Etudes en cours',NULL,NULL,1),(215,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','345','213','Prestations de services en cours',NULL,NULL,1),(216,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','35','1503','Stocks de produits',NULL,NULL,1),(217,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','351','216','Produits intermédiaires',NULL,NULL,1),(218,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','355','216','Produits finis',NULL,NULL,1),(219,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','358','216','Produits résiduels (ou matières de récupération)',NULL,NULL,1),(220,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','37','1503','Stocks de marchandises',NULL,NULL,1),(221,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','371','220','Marchandises (ou groupe) A',NULL,NULL,1),(222,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','372','220','Marchandises (ou groupe) B',NULL,NULL,1),(223,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','39','1503','Provisions pour dépréciation des stocks et en-cours',NULL,NULL,1),(224,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','391','223','Provisions pour dépréciation des matières premières',NULL,NULL,1),(225,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','392','223','Provisions pour dépréciation des autres approvisionnements',NULL,NULL,1),(226,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','393','223','Provisions pour dépréciation des en-cours de production de biens',NULL,NULL,1),(227,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','394','223','Provisions pour dépréciation des en-cours de production de services',NULL,NULL,1),(228,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','395','223','Provisions pour dépréciation des stocks de produits',NULL,NULL,1),(229,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','397','223','Provisions pour dépréciation des stocks de marchandises',NULL,NULL,1),(230,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','40','1504','Fournisseurs et Comptes rattachés',NULL,NULL,1),(231,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','400','230','Fournisseurs et Comptes rattachés',NULL,NULL,1),(232,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','SUPPLIER','401','230','Fournisseurs',NULL,NULL,1),(233,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','403','230','Fournisseurs - Effets à payer',NULL,NULL,1),(234,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','404','230','Fournisseurs d\'immobilisations',NULL,NULL,1),(235,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','405','230','Fournisseurs d\'immobilisations - Effets à payer',NULL,NULL,1),(236,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','408','230','Fournisseurs - Factures non parvenues',NULL,NULL,1),(237,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','409','230','Fournisseurs débiteurs',NULL,NULL,1),(238,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','41','1504','Clients et comptes rattachés',NULL,NULL,1),(239,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','410','238','Clients et Comptes rattachés',NULL,NULL,1),(240,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','CUSTOMER','411','238','Clients',NULL,NULL,1),(241,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','413','238','Clients - Effets à recevoir',NULL,NULL,1),(242,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','416','238','Clients douteux ou litigieux',NULL,NULL,1),(243,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','418','238','Clients - Produits non encore facturés',NULL,NULL,1),(244,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','419','238','Clients créditeurs',NULL,NULL,1),(245,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','42','1504','Personnel et comptes rattachés',NULL,NULL,1),(246,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','421','245','Personnel - Rémunérations dues',NULL,NULL,1),(247,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','422','245','Comités d\'entreprises, d\'établissement, ...',NULL,NULL,1),(248,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','424','245','Participation des salariés aux résultats',NULL,NULL,1),(249,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','425','245','Personnel - Avances et acomptes',NULL,NULL,1),(250,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','426','245','Personnel - Dépôts',NULL,NULL,1),(251,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','427','245','Personnel - Oppositions',NULL,NULL,1),(252,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','428','245','Personnel - Charges à payer et produits à recevoir',NULL,NULL,1),(253,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','43','1504','Sécurité sociale et autres organismes sociaux',NULL,NULL,1),(254,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','431','253','Sécurité sociale',NULL,NULL,1),(255,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','437','253','Autres organismes sociaux',NULL,NULL,1),(256,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','438','253','Organismes sociaux - Charges à payer et produits à recevoir',NULL,NULL,1),(257,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','44','1504','État et autres collectivités publiques',NULL,NULL,1),(258,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','441','257','État - Subventions à recevoir',NULL,NULL,1),(259,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','442','257','Etat - Impôts et taxes recouvrables sur des tiers',NULL,NULL,1),(260,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','443','257','Opérations particulières avec l\'Etat, les collectivités publiques, les organismes internationaux',NULL,NULL,1),(261,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','444','257','Etat - Impôts sur les bénéfices',NULL,NULL,1),(262,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','445','257','Etat - Taxes sur le chiffre d\'affaires',NULL,NULL,1),(263,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','446','257','Obligations cautionnées',NULL,NULL,1),(264,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','447','257','Autres impôts, taxes et versements assimilés',NULL,NULL,1),(265,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','448','257','Etat - Charges à payer et produits à recevoir',NULL,NULL,1),(266,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','449','257','Quotas d\'émission à restituer à l\'Etat',NULL,NULL,1),(267,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','45','1504','Groupe et associes',NULL,NULL,1),(268,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','451','267','Groupe',NULL,NULL,1),(269,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','455','267','Associés - Comptes courants',NULL,NULL,1),(270,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','456','267','Associés - Opérations sur le capital',NULL,NULL,1),(271,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','457','267','Associés - Dividendes à payer',NULL,NULL,1),(272,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','458','267','Associés - Opérations faites en commun et en G.I.E.',NULL,NULL,1),(273,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','46','1504','Débiteurs divers et créditeurs divers',NULL,NULL,1),(274,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','462','273','Créances sur cessions d\'immobilisations',NULL,NULL,1),(275,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','464','273','Dettes sur acquisitions de valeurs mobilières de placement',NULL,NULL,1),(276,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','465','273','Créances sur cessions de valeurs mobilières de placement',NULL,NULL,1),(277,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','467','273','Autres comptes débiteurs ou créditeurs',NULL,NULL,1),(278,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','468','273','Divers - Charges à payer et produits à recevoir',NULL,NULL,1),(279,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','47','1504','Comptes transitoires ou d\'attente',NULL,NULL,1),(280,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','471','279','Comptes d\'attente',NULL,NULL,1),(281,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','476','279','Différence de conversion - Actif',NULL,NULL,1),(282,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','477','279','Différences de conversion - Passif',NULL,NULL,1),(283,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','478','279','Autres comptes transitoires',NULL,NULL,1),(284,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','48','1504','Comptes de régularisation',NULL,NULL,1),(285,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','481','284','Charges à répartir sur plusieurs exercices',NULL,NULL,1),(286,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','486','284','Charges constatées d\'avance',NULL,NULL,1),(287,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','487','284','Produits constatés d\'avance',NULL,NULL,1),(288,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','488','284','Comptes de répartition périodique des charges et des produits',NULL,NULL,1),(289,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','489','284','Quotas d\'émission alloués par l\'Etat',NULL,NULL,1),(290,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','49','1504','Provisions pour dépréciation des comptes de tiers',NULL,NULL,1),(291,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','491','290','Provisions pour dépréciation des comptes de clients',NULL,NULL,1),(292,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','495','290','Provisions pour dépréciation des comptes du groupe et des associés',NULL,NULL,1),(293,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','496','290','Provisions pour dépréciation des comptes de débiteurs divers',NULL,NULL,1),(294,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','50','1505','Valeurs mobilières de placement',NULL,NULL,1),(295,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','501','294','Parts dans des entreprises liées',NULL,NULL,1),(296,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','502','294','Actions propres',NULL,NULL,1),(297,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','503','294','Actions',NULL,NULL,1),(298,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','504','294','Autres titres conférant un droit de propriété',NULL,NULL,1),(299,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','505','294','Obligations et bons émis par la société et rachetés par elle',NULL,NULL,1),(300,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','506','294','Obligations',NULL,NULL,1),(301,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','507','294','Bons du Trésor et bons de caisse à court terme',NULL,NULL,1),(302,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','508','294','Autres valeurs mobilières de placement et autres créances assimilées',NULL,NULL,1),(303,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','509','294','Versements restant à effectuer sur valeurs mobilières de placement non libérées',NULL,NULL,1),(304,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','51','1505','Banques, établissements financiers et assimilés',NULL,NULL,1),(305,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','511','304','Valeurs à l\'encaissement',NULL,NULL,1),(306,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','BANK','512','304','Banques',NULL,NULL,1),(307,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','514','304','Chèques postaux',NULL,NULL,1),(308,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','515','304','Caisses du Trésor et des établissements publics',NULL,NULL,1),(309,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','516','304','Sociétés de bourse',NULL,NULL,1),(310,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','517','304','Autres organismes financiers',NULL,NULL,1),(311,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','518','304','Intérêts courus',NULL,NULL,1),(312,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','519','304','Concours bancaires courants',NULL,NULL,1),(313,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','52','1505','Instruments de trésorerie',NULL,NULL,1),(314,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','CASH','53','1505','Caisse',NULL,NULL,1),(315,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','531','314','Caisse siège social',NULL,NULL,1),(316,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','532','314','Caisse succursale (ou usine) A',NULL,NULL,1),(317,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','533','314','Caisse succursale (ou usine) B',NULL,NULL,1),(318,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','54','1505','Régies d\'avance et accréditifs',NULL,NULL,1),(319,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','58','1505','Virements internes',NULL,NULL,1),(320,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','59','1505','Provisions pour dépréciation des comptes financiers',NULL,NULL,1),(321,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','590','320','Provisions pour dépréciation des valeurs mobilières de placement',NULL,NULL,1),(322,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','PRODUCT','60','1506','Achats',NULL,NULL,1),(323,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','601','322','Achats stockés - Matières premières (et fournitures)',NULL,NULL,1),(324,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','602','322','Achats stockés - Autres approvisionnements',NULL,NULL,1),(325,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','603','322','Variations des stocks (approvisionnements et marchandises)',NULL,NULL,1),(326,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','604','322','Achats stockés - Matières premières (et fournitures)',NULL,NULL,1),(327,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','605','322','Achats de matériel, équipements et travaux',NULL,NULL,1),(328,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','606','322','Achats non stockés de matière et fournitures',NULL,NULL,1),(329,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','607','322','Achats de marchandises',NULL,NULL,1),(330,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','608','322','(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)',NULL,NULL,1),(331,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','609','322','Rabais, remises et ristournes obtenus sur achats',NULL,NULL,1),(332,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','SERVICE','61','1506','Services extérieurs',NULL,NULL,1),(333,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','611','332','Sous-traitance générale',NULL,NULL,1),(334,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','612','332','Redevances de crédit-bail',NULL,NULL,1),(335,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','613','332','Locations',NULL,NULL,1),(336,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','614','332','Charges locatives et de copropriété',NULL,NULL,1),(337,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','615','332','Entretien et réparations',NULL,NULL,1),(338,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','616','332','Primes d\'assurances',NULL,NULL,1),(339,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','617','332','Etudes et recherches',NULL,NULL,1),(340,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','618','332','Divers',NULL,NULL,1),(341,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','619','332','Rabais, remises et ristournes obtenus sur services extérieurs',NULL,NULL,1),(342,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','62','1506','Autres services extérieurs',NULL,NULL,1),(343,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','621','342','Personnel extérieur à l\'entreprise',NULL,NULL,1),(344,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','622','342','Rémunérations d\'intermédiaires et honoraires',NULL,NULL,1),(345,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','623','342','Publicité, publications, relations publiques',NULL,NULL,1),(346,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','624','342','Transports de biens et transports collectifs du personnel',NULL,NULL,1),(347,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','625','342','Déplacements, missions et réceptions',NULL,NULL,1),(348,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','626','342','Frais postaux et de télécommunications',NULL,NULL,1),(349,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','627','342','Services bancaires et assimilés',NULL,NULL,1),(350,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','628','342','Divers',NULL,NULL,1),(351,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','629','342','Rabais, remises et ristournes obtenus sur autres services extérieurs',NULL,NULL,1),(352,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','63','1506','Impôts, taxes et versements assimilés',NULL,NULL,1),(353,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','631','352','Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)',NULL,NULL,1),(354,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','633','352','Impôts, taxes et versements assimilés sur rémunérations (autres organismes)',NULL,NULL,1),(355,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','635','352','Autres impôts, taxes et versements assimilés (administrations des impôts)',NULL,NULL,1),(356,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','637','352','Autres impôts, taxes et versements assimilés (autres organismes)',NULL,NULL,1),(357,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','64','1506','Charges de personnel',NULL,NULL,1),(358,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','641','357','Rémunérations du personnel',NULL,NULL,1),(359,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','644','357','Rémunération du travail de l\'exploitant',NULL,NULL,1),(360,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','SOCIAL','645','357','Charges de sécurité sociale et de prévoyance',NULL,NULL,1),(361,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','646','357','Cotisations sociales personnelles de l\'exploitant',NULL,NULL,1),(362,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','647','357','Autres charges sociales',NULL,NULL,1),(363,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','648','357','Autres charges de personnel',NULL,NULL,1),(364,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','65','1506','Autres charges de gestion courante',NULL,NULL,1),(365,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','651','364','Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(366,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','653','364','Jetons de présence',NULL,NULL,1),(367,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','654','364','Pertes sur créances irrécouvrables',NULL,NULL,1),(368,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','655','364','Quote-part de résultat sur opérations faites en commun',NULL,NULL,1),(369,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','658','364','Charges diverses de gestion courante',NULL,NULL,1),(370,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','66','1506','Charges financières',NULL,NULL,1),(371,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','661','370','Charges d\'intérêts',NULL,NULL,1),(372,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','664','370','Pertes sur créances liées à des participations',NULL,NULL,1),(373,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','665','370','Escomptes accordés',NULL,NULL,1),(374,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','666','370','Pertes de change',NULL,NULL,1),(375,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','667','370','Charges nettes sur cessions de valeurs mobilières de placement',NULL,NULL,1),(376,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','668','370','Autres charges financières',NULL,NULL,1),(377,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','67','1506','Charges exceptionnelles',NULL,NULL,1),(378,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','671','377','Charges exceptionnelles sur opérations de gestion',NULL,NULL,1),(379,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','672','377','(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)',NULL,NULL,1),(380,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','675','377','Valeurs comptables des éléments d\'actif cédés',NULL,NULL,1),(381,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','678','377','Autres charges exceptionnelles',NULL,NULL,1),(382,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','68','1506','Dotations aux amortissements et aux provisions',NULL,NULL,1),(383,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','681','382','Dotations aux amortissements et aux provisions - Charges d\'exploitation',NULL,NULL,1),(384,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','686','382','Dotations aux amortissements et aux provisions - Charges financières',NULL,NULL,1),(385,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','687','382','Dotations aux amortissements et aux provisions - Charges exceptionnelles',NULL,NULL,1),(386,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','69','1506','Participation des salariés - impôts sur les bénéfices et assimiles',NULL,NULL,1),(387,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','691','386','Participation des salariés aux résultats',NULL,NULL,1),(388,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','695','386','Impôts sur les bénéfices',NULL,NULL,1),(389,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','696','386','Suppléments d\'impôt sur les sociétés liés aux distributions',NULL,NULL,1),(390,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','697','386','Imposition forfaitaire annuelle des sociétés',NULL,NULL,1),(391,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','698','386','Intégration fiscale',NULL,NULL,1),(392,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','699','386','Produits - Reports en arrière des déficits',NULL,NULL,1),(393,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','70','1507','Ventes de produits fabriqués, prestations de services, marchandises',NULL,NULL,1),(394,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','701','393','Ventes de produits finis',NULL,NULL,1),(395,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','702','393','Ventes de produits intermédiaires',NULL,NULL,1),(396,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','703','393','Ventes de produits résiduels',NULL,NULL,1),(397,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','704','393','Travaux',NULL,NULL,1),(398,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','705','393','Etudes',NULL,NULL,1),(399,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','SERVICE','706','393','Prestations de services',NULL,NULL,1),(400,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','707','393','Ventes de marchandises',NULL,NULL,1),(401,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','PRODUCT','708','393','Produits des activités annexes',NULL,NULL,1),(402,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','709','393','Rabais, remises et ristournes accordés par l\'entreprise',NULL,NULL,1),(403,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','71','1507','Production stockée (ou déstockage)',NULL,NULL,1),(404,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','713','403','Variation des stocks (en-cours de production, produits)',NULL,NULL,1),(405,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','72','1507','Production immobilisée',NULL,NULL,1),(406,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','721','405','Immobilisations incorporelles',NULL,NULL,1),(407,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','722','405','Immobilisations corporelles',NULL,NULL,1),(408,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','74','1507','Subventions d\'exploitation',NULL,NULL,1),(409,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','75','1507','Autres produits de gestion courante',NULL,NULL,1),(410,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','751','409','Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',NULL,NULL,1),(411,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','752','409','Revenus des immeubles non affectés à des activités professionnelles',NULL,NULL,1),(412,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','753','409','Jetons de présence et rémunérations d\'administrateurs, gérants,...',NULL,NULL,1),(413,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','754','409','Ristournes perçues des coopératives (provenant des excédents)',NULL,NULL,1),(414,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','755','409','Quotes-parts de résultat sur opérations faites en commun',NULL,NULL,1),(415,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','758','409','Produits divers de gestion courante',NULL,NULL,1),(416,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','76','1507','Produits financiers',NULL,NULL,1),(417,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','761','416','Produits de participations',NULL,NULL,1),(418,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','762','416','Produits des autres immobilisations financières',NULL,NULL,1),(419,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','763','416','Revenus des autres créances',NULL,NULL,1),(420,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','764','416','Revenus des valeurs mobilières de placement',NULL,NULL,1),(421,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','765','416','Escomptes obtenus',NULL,NULL,1),(422,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','766','416','Gains de change',NULL,NULL,1),(423,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','767','416','Produits nets sur cessions de valeurs mobilières de placement',NULL,NULL,1),(424,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','768','416','Autres produits financiers',NULL,NULL,1),(425,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','77','1507','Produits exceptionnels',NULL,NULL,1),(426,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','771','425','Produits exceptionnels sur opérations de gestion',NULL,NULL,1),(427,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','772','425','(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)',NULL,NULL,1),(428,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','775','425','Produits des cessions d\'éléments d\'actif',NULL,NULL,1),(429,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','777','425','Quote-part des subventions d\'investissement virée au résultat de l\'exercice',NULL,NULL,1),(430,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','778','425','Autres produits exceptionnels',NULL,NULL,1),(431,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','78','1507','Reprises sur amortissements et provisions',NULL,NULL,1),(432,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','781','431','Reprises sur amortissements et provisions (à inscrire dans les produits d\'exploitation)',NULL,NULL,1),(433,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','786','431','Reprises sur provisions pour risques (à inscrire dans les produits financiers)',NULL,NULL,1),(434,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','787','431','Reprises sur provisions (à inscrire dans les produits exceptionnels)',NULL,NULL,1),(435,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','79','1507','Transferts de charges',NULL,NULL,1),(436,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','791','435','Transferts de charges d\'exploitation ',NULL,NULL,1),(437,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','796','435','Transferts de charges financières',NULL,NULL,1),(438,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','797','435','Transferts de charges exceptionnelles',NULL,NULL,1),(439,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','10','1351','Capital',NULL,NULL,1),(440,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','100','439','Capital souscrit ou capital personnel',NULL,NULL,1),(441,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1000','440','Capital non amorti',NULL,NULL,1),(442,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1001','440','Capital amorti',NULL,NULL,1),(443,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','101','439','Capital non appelé',NULL,NULL,1),(444,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','109','439','Compte de l\'exploitant',NULL,NULL,1),(445,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1090','444','Opérations courantes',NULL,NULL,1),(446,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1091','444','Impôts personnels',NULL,NULL,1),(447,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1092','444','Rémunérations et autres avantages',NULL,NULL,1),(448,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','11','1351','Primes d\'émission',NULL,NULL,1),(449,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','12','1351','Plus-values de réévaluation',NULL,NULL,1),(450,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','120','449','Plus-values de réévaluation sur immobilisations incorporelles',NULL,NULL,1),(451,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1200','450','Plus-values de réévaluation',NULL,NULL,1),(452,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1201','450','Reprises de réductions de valeur',NULL,NULL,1),(453,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','121','449','Plus-values de réévaluation sur immobilisations corporelles',NULL,NULL,1),(454,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1210','453','Plus-values de réévaluation',NULL,NULL,1),(455,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1211','453','Reprises de réductions de valeur',NULL,NULL,1),(456,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','122','449','Plus-values de réévaluation sur immobilisations financières',NULL,NULL,1),(457,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1220','456','Plus-values de réévaluation',NULL,NULL,1),(458,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1221','456','Reprises de réductions de valeur',NULL,NULL,1),(459,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','123','449','Plus-values de réévaluation sur stocks',NULL,NULL,1),(460,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','124','449','Reprises de réductions de valeur sur placements de trésorerie',NULL,NULL,1),(461,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','13','1351','Réserve',NULL,NULL,1),(462,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','130','461','Réserve légale',NULL,NULL,1),(463,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','131','461','Réserves indisponibles',NULL,NULL,1),(464,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1310','463','Réserve pour actions propres',NULL,NULL,1),(465,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1311','463','Autres réserves indisponibles',NULL,NULL,1),(466,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','132','461','Réserves immunisées',NULL,NULL,1),(467,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','133','461','Réserves disponibles',NULL,NULL,1),(468,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1330','467','Réserve pour régularisation de dividendes',NULL,NULL,1),(469,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1331','467','Réserve pour renouvellement des immobilisations',NULL,NULL,1),(470,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1332','467','Réserve pour installations en faveur du personnel 1333 Réserves libres',NULL,NULL,1),(471,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','14','1351','Bénéfice reporté (ou perte reportée)',NULL,NULL,1),(472,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','15','1351','Subsides en capital',NULL,NULL,1),(473,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','150','472','Montants obtenus',NULL,NULL,1),(474,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','151','472','Montants transférés aux résultats',NULL,NULL,1),(475,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','16','1351','Provisions pour risques et charges',NULL,NULL,1),(476,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','160','475','Provisions pour pensions et obligations similaires',NULL,NULL,1),(477,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','161','475','Provisions pour charges fiscales',NULL,NULL,1),(478,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','162','475','Provisions pour grosses réparations et gros entretiens',NULL,NULL,1),(479,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','163','475','à 169 Provisions pour autres risques et charges',NULL,NULL,1),(480,1,NULL,'0000-00-00 00:00:00','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',NULL,NULL,1),(481,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','165','475','Provisions pour engagements relatifs à l\'acquisition ou à la cession d\'immobilisations',NULL,NULL,1),(482,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','166','475','Provisions pour exécution de commandes passées ou reçues',NULL,NULL,1),(483,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','167','475','Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises',NULL,NULL,1),(484,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','168','475','Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l\'entreprise',NULL,NULL,1),(485,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','169','475','Provisions pour autres risques et charges',NULL,NULL,1),(486,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1690','485','Pour litiges en cours',NULL,NULL,1),(487,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1691','485','Pour amendes, doubles droits et pénalités',NULL,NULL,1),(488,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1692','485','Pour propre assureur',NULL,NULL,1),(489,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1693','485','Pour risques inhérents aux opérations de crédits à moyen ou long terme',NULL,NULL,1),(490,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1695','485','Provision pour charge de liquidation',NULL,NULL,1),(491,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1696','485','Provision pour départ de personnel',NULL,NULL,1),(492,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1699','485','Pour risques divers',NULL,NULL,1),(493,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17','1351','Dettes à plus d\'un an',NULL,NULL,1),(494,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','170','493','Emprunts subordonnés',NULL,NULL,1),(495,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1700','494','Convertibles',NULL,NULL,1),(496,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1701','494','Non convertibles',NULL,NULL,1),(497,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','171','493','Emprunts obligataires non subordonnés',NULL,NULL,1),(498,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1710','498','Convertibles',NULL,NULL,1),(499,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1711','498','Non convertibles',NULL,NULL,1),(500,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','172','493','Dettes de location-financement et assimilés',NULL,NULL,1),(501,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1720','500','Dettes de location-financement de biens immobiliers',NULL,NULL,1),(502,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1721','500','Dettes de location-financement de biens mobiliers',NULL,NULL,1),(503,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1722','500','Dettes sur droits réels sur immeubles',NULL,NULL,1),(504,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','173','493','Etablissements de crédit',NULL,NULL,1),(505,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1730','504','Dettes en compte',NULL,NULL,1),(506,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17300','505','Banque A',NULL,NULL,1),(507,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17301','505','Banque B',NULL,NULL,1),(508,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17302','505','Banque C',NULL,NULL,1),(509,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17303','505','Banque D',NULL,NULL,1),(510,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1731','504','Promesses',NULL,NULL,1),(511,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17310','510','Banque A',NULL,NULL,1),(512,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17311','510','Banque B',NULL,NULL,1),(513,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17312','510','Banque C',NULL,NULL,1),(514,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17313','510','Banque D',NULL,NULL,1),(515,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1732','504','Crédits d\'acceptation',NULL,NULL,1),(516,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17320','515','Banque A',NULL,NULL,1),(517,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17321','515','Banque B',NULL,NULL,1),(518,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17322','515','Banque C',NULL,NULL,1),(519,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17323','515','Banque D',NULL,NULL,1),(520,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','174','493','Autres emprunts',NULL,NULL,1),(521,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175','493','Dettes commerciales',NULL,NULL,1),(522,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1750','521','Fournisseurs : dettes en compte',NULL,NULL,1),(523,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17500','522','Entreprises apparentées',NULL,NULL,1),(524,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175000','523','Entreprises liées',NULL,NULL,1),(525,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175001','523','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(526,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17501','522','Fournisseurs ordinaires',NULL,NULL,1),(527,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175010','526','Fournisseurs belges',NULL,NULL,1),(528,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175011','526','Fournisseurs C.E.E.',NULL,NULL,1),(529,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175012','526','Fournisseurs importation',NULL,NULL,1),(530,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1751','521','Effets à payer',NULL,NULL,1),(531,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17510','530','Entreprises apparentées',NULL,NULL,1),(532,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175100','531','Entreprises liées',NULL,NULL,1),(533,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175101','531','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(534,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','17511','530','Fournisseurs ordinaires',NULL,NULL,1),(535,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175110','534','Fournisseurs belges',NULL,NULL,1),(536,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175111','534','Fournisseurs C.E.E.',NULL,NULL,1),(537,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','175112','534','Fournisseurs importation',NULL,NULL,1),(538,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','176','493','Acomptes reçus sur commandes',NULL,NULL,1),(539,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','178','493','Cautionnements reçus en numéraires',NULL,NULL,1),(540,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','179','493','Dettes diverses',NULL,NULL,1),(541,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1790','540','Entreprises liées',NULL,NULL,1),(542,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1791','540','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(543,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1792','540','Administrateurs, gérants et associés',NULL,NULL,1),(544,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1794','540','Rentes viagères capitalisées',NULL,NULL,1),(545,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1798','540','Dettes envers les coparticipants des associations momentanées et en participation',NULL,NULL,1),(546,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1799','540','Autres dettes diverses',NULL,NULL,1),(547,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','18','1351','Comptes de liaison des établissements et succursales',NULL,NULL,1),(548,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','20','1352','Frais d\'établissement',NULL,NULL,1),(549,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','200','548','Frais de constitution et d\'augmentation de capital',NULL,NULL,1),(550,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2000','549','Frais de constitution et d\'augmentation de capital',NULL,NULL,1),(551,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2009','549','Amortissements sur frais de constitution et d\'augmentation de capital',NULL,NULL,1),(552,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','201','548','Frais d\'émission d\'emprunts et primes de remboursement',NULL,NULL,1),(553,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2010','552','Agios sur emprunts et frais d\'émission d\'emprunts',NULL,NULL,1),(554,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2019','552','Amortissements sur agios sur emprunts et frais d\'émission d\'emprunts',NULL,NULL,1),(555,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','202','548','Autres frais d\'établissement',NULL,NULL,1),(556,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2020','555','Autres frais d\'établissement',NULL,NULL,1),(557,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2029','555','Amortissements sur autres frais d\'établissement',NULL,NULL,1),(558,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','203','548','Intérêts intercalaires',NULL,NULL,1),(559,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2030','558','Intérêts intercalaires',NULL,NULL,1),(560,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2039','558','Amortissements sur intérêts intercalaires',NULL,NULL,1),(561,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','204','548','Frais de restructuration',NULL,NULL,1),(562,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2040','561','Coût des frais de restructuration',NULL,NULL,1),(563,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2049','561','Amortissements sur frais de restructuration',NULL,NULL,1),(564,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','21','1352','Immobilisations incorporelles',NULL,NULL,1),(565,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','210','564','Frais de recherche et de développement',NULL,NULL,1),(566,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2100','565','Frais de recherche et de mise au point',NULL,NULL,1),(567,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2108','565','Plus-values actées sur frais de recherche et de mise au point',NULL,NULL,1),(568,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2109','565','Amortissements sur frais de recherche et de mise au point',NULL,NULL,1),(569,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','211','564','Concessions, brevets, licences, savoir-faire, marque et droits similaires',NULL,NULL,1),(570,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2110','569','Concessions, brevets, licences, marques, etc',NULL,NULL,1),(571,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2118','569','Plus-values actées sur concessions, etc',NULL,NULL,1),(572,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2119','569','Amortissements sur concessions, etc',NULL,NULL,1),(573,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','212','564','Goodwill',NULL,NULL,1),(574,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2120','573','Coût d\'acquisition',NULL,NULL,1),(575,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2128','573','Plus-values actées',NULL,NULL,1),(576,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2129','573','Amortissements sur goodwill',NULL,NULL,1),(577,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','213','564','Acomptes versés',NULL,NULL,1),(578,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22','1352','Terrains et constructions',NULL,NULL,1),(579,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','220','578','Terrains',NULL,NULL,1),(580,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2200','579','Terrains',NULL,NULL,1),(581,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2201','579','Frais d\'acquisition sur terrains',NULL,NULL,1),(582,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2208','579','Plus-values actées sur terrains',NULL,NULL,1),(583,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2209','579','Amortissements et réductions de valeur',NULL,NULL,1),(584,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22090','583','Amortissements sur frais d\'acquisition',NULL,NULL,1),(585,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22091','583','Réductions de valeur sur terrains',NULL,NULL,1),(586,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','221','578','Constructions',NULL,NULL,1),(587,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2210','586','Bâtiments industriels',NULL,NULL,1),(588,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2211','586','Bâtiments administratifs et commerciaux',NULL,NULL,1),(589,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2212','586','Autres bâtiments d\'exploitation',NULL,NULL,1),(590,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2213','586','Voies de transport et ouvrages d\'art',NULL,NULL,1),(591,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2215','586','Constructions sur sol d\'autrui',NULL,NULL,1),(592,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2216','586','Frais d\'acquisition sur constructions',NULL,NULL,1),(593,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2218','586','Plus-values actées',NULL,NULL,1),(594,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22180','593','Sur bâtiments industriels',NULL,NULL,1),(595,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22181','593','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(596,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22182','593','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(597,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22184','593','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(598,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2219','586','Amortissements sur constructions',NULL,NULL,1),(599,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22190','598','Sur bâtiments industriels',NULL,NULL,1),(600,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22191','598','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(601,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22192','598','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(602,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22194','598','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(603,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22195','598','Sur constructions sur sol d\'autrui',NULL,NULL,1),(604,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22196','598','Sur frais d\'acquisition sur constructions',NULL,NULL,1),(605,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','222','578','Terrains bâtis',NULL,NULL,1),(606,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2220','605','Valeur d\'acquisition',NULL,NULL,1),(607,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22200','606','Bâtiments industriels',NULL,NULL,1),(608,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22201','606','Bâtiments administratifs et commerciaux',NULL,NULL,1),(609,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22202','606','Autres bâtiments d\'exploitation',NULL,NULL,1),(610,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22203','606','Voies de transport et ouvrages d\'art',NULL,NULL,1),(611,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22204','606','Frais d\'acquisition des terrains à bâtir',NULL,NULL,1),(612,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2228','605','Plus-values actées',NULL,NULL,1),(613,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22280','612','Sur bâtiments industriels',NULL,NULL,1),(614,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22281','612','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(615,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22282','612','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(616,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22283','612','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(617,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2229','605','Amortissements sur terrains bâtis',NULL,NULL,1),(618,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22290','617','Sur bâtiments industriels',NULL,NULL,1),(619,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22291','617','Sur bâtiments administratifs et commerciaux',NULL,NULL,1),(620,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22292','617','Sur autres bâtiments d\'exploitation',NULL,NULL,1),(621,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22293','617','Sur voies de transport et ouvrages d\'art',NULL,NULL,1),(622,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','22294','617','Sur frais d\'acquisition des terrains bâtis',NULL,NULL,1),(623,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','223','578','Autres droits réels sur des immeubles',NULL,NULL,1),(624,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2230','623','Valeur d\'acquisition',NULL,NULL,1),(625,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2238','623','Plus-values actées',NULL,NULL,1),(626,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2239','623','Amortissements',NULL,NULL,1),(627,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','23','1352','Installations, machines et outillages',NULL,NULL,1),(628,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','230','627','Installations',NULL,NULL,1),(629,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2300','628','Installations bâtiments industriels',NULL,NULL,1),(630,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2301','628','Installations bâtiments administratifs et commerciaux',NULL,NULL,1),(631,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2302','628','Installations bâtiments d\'exploitation',NULL,NULL,1),(632,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2303','628','Installations voies de transport et ouvrages d\'art',NULL,NULL,1),(633,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2300','628','Installation d\'eau',NULL,NULL,1),(634,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2301','628','Installation d\'électricité',NULL,NULL,1),(635,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2302','628','Installation de vapeur',NULL,NULL,1),(636,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2303','628','Installation de gaz',NULL,NULL,1),(637,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2304','628','Installation de chauffage',NULL,NULL,1),(638,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2305','628','Installation de conditionnement d\'air',NULL,NULL,1),(639,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2306','628','Installation de chargement',NULL,NULL,1),(640,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','231','627','Machines',NULL,NULL,1),(641,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2310','640','Division A',NULL,NULL,1),(642,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2311','640','Division B',NULL,NULL,1),(643,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2312','640','Division C',NULL,NULL,1),(644,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','237','627','Outillage',NULL,NULL,1),(645,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2370','644','Division A',NULL,NULL,1),(646,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2371','644','Division B',NULL,NULL,1),(647,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2372','644','Division C',NULL,NULL,1),(648,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','238','627','Plus-values actées',NULL,NULL,1),(649,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2380','648','Sur installations',NULL,NULL,1),(650,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2381','648','Sur machines',NULL,NULL,1),(651,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2382','648','Sur outillage',NULL,NULL,1),(652,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','239','627','Amortissements',NULL,NULL,1),(653,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2390','652','Sur installations',NULL,NULL,1),(654,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2391','652','Sur machines',NULL,NULL,1),(655,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2392','652','Sur outillage',NULL,NULL,1),(656,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24','1352','Mobilier et matériel roulant',NULL,NULL,1),(657,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','240','656','Mobilier',NULL,NULL,1),(658,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2400','656','Mobilier',NULL,NULL,1),(659,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24000','658','Mobilier des bâtiments industriels',NULL,NULL,1),(660,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24001','658','Mobilier des bâtiments administratifs et commerciaux',NULL,NULL,1),(661,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24002','658','Mobilier des autres bâtiments d\'exploitation',NULL,NULL,1),(662,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24003','658','Mobilier oeuvres sociales',NULL,NULL,1),(663,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2401','657','Matériel de bureau et de service social',NULL,NULL,1),(664,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24010','663','Des bâtiments industriels',NULL,NULL,1),(665,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24011','663','Des bâtiments administratifs et commerciaux',NULL,NULL,1),(666,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24012','663','Des autres bâtiments d\'exploitation',NULL,NULL,1),(667,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24013','663','Des oeuvres sociales',NULL,NULL,1),(668,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2408','657','Plus-values actées',NULL,NULL,1),(669,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24080','668','Plus-values actées sur mobilier',NULL,NULL,1),(670,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24081','668','Plus-values actées sur matériel de bureau et service social',NULL,NULL,1),(671,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2409','657','Amortissements',NULL,NULL,1),(672,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24090','671','Amortissements sur mobilier',NULL,NULL,1),(673,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24091','671','Amortissements sur matériel de bureau et service social',NULL,NULL,1),(674,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','241','656','Matériel roulant',NULL,NULL,1),(675,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2410','674','Matériel automobile',NULL,NULL,1),(676,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24100','675','Voitures',NULL,NULL,1),(677,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24105','675','Camions',NULL,NULL,1),(678,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2411','674','Matériel ferroviaire',NULL,NULL,1),(679,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2412','674','Matériel fluvial',NULL,NULL,1),(680,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2413','674','Matériel naval',NULL,NULL,1),(681,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2414','674','Matériel aérien',NULL,NULL,1),(682,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2418','674','Plus-values sur matériel roulant',NULL,NULL,1),(683,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24180','682','Plus-values sur matériel automobile',NULL,NULL,1),(684,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24181','682','Idem sur matériel ferroviaire',NULL,NULL,1),(685,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24182','682','Idem sur matériel fluvial',NULL,NULL,1),(686,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24183','682','Idem sur matériel naval',NULL,NULL,1),(687,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24184','682','Idem sur matériel aérien',NULL,NULL,1),(688,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2419','674','Amortissements sur matériel roulant',NULL,NULL,1),(689,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24190','688','Amortissements sur matériel automobile',NULL,NULL,1),(690,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24191','688','Idem sur matériel ferroviaire',NULL,NULL,1),(691,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24192','688','Idem sur matériel fluvial',NULL,NULL,1),(692,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24193','688','Idem sur matériel naval',NULL,NULL,1),(693,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','24194','688','Idem sur matériel aérien',NULL,NULL,1),(694,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','25','1352','Immobilisation détenues en location-financement et droits similaires',NULL,NULL,1),(695,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','250','694','Terrains et constructions',NULL,NULL,1),(696,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2500','695','Terrains',NULL,NULL,1),(697,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2501','695','Constructions',NULL,NULL,1),(698,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2508','695','Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions',NULL,NULL,1),(699,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2509','695','Amortissements et réductions de valeur sur terrains et constructions en leasing',NULL,NULL,1),(700,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','251','694','Installations,  machines et outillage',NULL,NULL,1),(701,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2510','700','Installations',NULL,NULL,1),(702,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2511','700','Machines',NULL,NULL,1),(703,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2512','700','Outillage',NULL,NULL,1),(704,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2518','700','Plus-values actées sur installations machines et outillage pris en leasing',NULL,NULL,1),(705,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2519','700','Amortissements sur installations machines et outillage pris en leasing',NULL,NULL,1),(706,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','252','694','Mobilier et matériel roulant',NULL,NULL,1),(707,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2520','706','Mobilier',NULL,NULL,1),(708,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2521','706','Matériel roulant',NULL,NULL,1),(709,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2528','706','Plus-values actées sur mobilier et matériel roulant en leasing',NULL,NULL,1),(710,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2529','706','Amortissements sur mobilier et matériel roulant en leasing',NULL,NULL,1),(711,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','26','1352','Autres immobilisations corporelles',NULL,NULL,1),(712,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','260','711','Frais d\'aménagements de locaux pris en location',NULL,NULL,1),(713,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','261','711','Maison d\'habitation',NULL,NULL,1),(714,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','262','711','Réserve immobilière',NULL,NULL,1),(715,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','263','711','Matériel d\'emballage',NULL,NULL,1),(716,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','264','711','Emballages récupérables',NULL,NULL,1),(717,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','268','711','Plus-values actées sur autres immobilisations corporelles',NULL,NULL,1),(718,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','269','711','Amortissements sur autres immobilisations corporelles',NULL,NULL,1),(719,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2690','718','Amortissements sur frais d\'aménagement des locaux pris en location',NULL,NULL,1),(720,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2691','718','Amortissements sur maison d\'habitation',NULL,NULL,1),(721,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2692','718','Amortissements sur réserve immobilière',NULL,NULL,1),(722,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2693','718','Amortissements sur matériel d\'emballage',NULL,NULL,1),(723,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2694','718','Amortissements sur emballages récupérables',NULL,NULL,1),(724,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','27','1352','Immobilisations corporelles en cours et acomptes versés',NULL,NULL,1),(725,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','270','724','Immobilisations en cours',NULL,NULL,1),(726,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2700','725','Constructions',NULL,NULL,1),(727,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2701','725','Installations machines et outillage',NULL,NULL,1),(728,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2702','725','Mobilier et matériel roulant',NULL,NULL,1),(729,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2703','725','Autres immobilisations corporelles',NULL,NULL,1),(730,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','271','724','Avances et acomptes versés sur immobilisations en cours',NULL,NULL,1),(731,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','28','1352','Immobilisations financières',NULL,NULL,1),(732,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','280','731','Participations dans des entreprises liées',NULL,NULL,1),(733,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2800','732','Valeur d\'acquisition (peut être subdivisé par participation)',NULL,NULL,1),(734,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2801','732','Montants non appelés (idem)',NULL,NULL,1),(735,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2808','732','Plus-values actées (idem)',NULL,NULL,1),(736,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2809','732','Réductions de valeurs actées (idem)',NULL,NULL,1),(737,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','281','731','Créances sur des entreprises liées',NULL,NULL,1),(738,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2810','737','Créances en compte',NULL,NULL,1),(739,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2811','737','Effets à recevoir',NULL,NULL,1),(740,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2812','737','Titres à revenu fixes',NULL,NULL,1),(741,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2817','737','Créances douteuses',NULL,NULL,1),(742,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2819','737','Réductions de valeurs actées',NULL,NULL,1),(743,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','282','731','Participations dans des entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(744,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2820','743','Valeur d\'acquisition (peut être subdivisé par participation)',NULL,NULL,1),(745,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2821','743','Montants non appelés (idem)',NULL,NULL,1),(746,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2828','743','Plus-values actées (idem)',NULL,NULL,1),(747,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2829','743','Réductions de valeurs actées (idem)',NULL,NULL,1),(748,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','283','731','Créances sur des entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(749,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2830','748','Créances en compte',NULL,NULL,1),(750,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2831','748','Effets à recevoir',NULL,NULL,1),(751,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2832','748','Titres à revenu fixe',NULL,NULL,1),(752,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2837','748','Créances douteuses',NULL,NULL,1),(753,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2839','748','Réductions de valeurs actées',NULL,NULL,1),(754,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','284','731','Autres actions et parts',NULL,NULL,1),(755,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2840','754','Valeur d\'acquisition',NULL,NULL,1),(756,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2841','754','Montants non appelés',NULL,NULL,1),(757,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2848','754','Plus-values actées',NULL,NULL,1),(758,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2849','754','Réductions de valeur actées',NULL,NULL,1),(759,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','285','731','Autres créances',NULL,NULL,1),(760,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2850','759','Créances en compte',NULL,NULL,1),(761,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2851','759','Effets à recevoir',NULL,NULL,1),(762,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2852','759','Titres à revenu fixe',NULL,NULL,1),(763,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2857','759','Créances douteuses',NULL,NULL,1),(764,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2859','759','Réductions de valeur actées',NULL,NULL,1),(765,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','288','731','Cautionnements versés en numéraires',NULL,NULL,1),(766,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2880','765','Téléphone, téléfax, télex',NULL,NULL,1),(767,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2881','765','Gaz',NULL,NULL,1),(768,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2882','765','Eau',NULL,NULL,1),(769,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2883','765','Electricité',NULL,NULL,1),(770,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2887','765','Autres cautionnements versés en numéraires',NULL,NULL,1),(771,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29','1352','Créances à plus d\'un an',NULL,NULL,1),(772,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','290','771','Créances commerciales',NULL,NULL,1),(773,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2900','772','Clients',NULL,NULL,1),(774,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29000','773','Créances en compte sur entreprises liées',NULL,NULL,1),(775,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29001','773','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(776,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29002','773','Sur clients Belgique',NULL,NULL,1),(777,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29003','773','Sur clients C.E.E.',NULL,NULL,1),(778,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29004','773','Sur clients exportation hors C.E.E.',NULL,NULL,1),(779,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29005','773','Créances sur les coparticipants (associations momentanées)',NULL,NULL,1),(780,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2901','772','Effets à recevoir',NULL,NULL,1),(781,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29010','780','Sur entreprises liées',NULL,NULL,1),(782,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29011','780','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(783,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29012','780','Sur clients Belgique',NULL,NULL,1),(784,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29013','780','Sur clients C.E.E.',NULL,NULL,1),(785,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29014','780','Sur clients exportation hors C.E.E.',NULL,NULL,1),(786,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2905','772','Retenues sur garanties',NULL,NULL,1),(787,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2906','772','Acomptes versés',NULL,NULL,1),(788,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2907','772','Créances douteuses (à ventiler comme clients 2900)',NULL,NULL,1),(789,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2909','772','Réductions de valeur actées (à ventiler comme clients 2900)',NULL,NULL,1),(790,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','291','771','Autres créances',NULL,NULL,1),(791,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2910','790','Créances en compte',NULL,NULL,1),(792,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29100','791','Sur entreprises liées',NULL,NULL,1),(793,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29101','791','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(794,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29102','791','Sur autres débiteurs',NULL,NULL,1),(795,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2911','790','Effets à recevoir',NULL,NULL,1),(796,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29110','795','Sur entreprises liées',NULL,NULL,1),(797,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29111','795','Sur entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(798,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','29112','795','Sur autres débiteurs',NULL,NULL,1),(799,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2912','790','Créances résultant de la cession d\'immobilisations données en leasing',NULL,NULL,1),(800,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2917','790','Créances douteuses',NULL,NULL,1),(801,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2919','790','Réductions de valeur actées',NULL,NULL,1),(802,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','30','1353','Approvisionnements - matières premières',NULL,NULL,1),(803,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','300','802','Valeur d\'acquisition',NULL,NULL,1),(804,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','309','802','Réductions de valeur actées',NULL,NULL,1),(805,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31','1353','Approvsionnements et fournitures',NULL,NULL,1),(806,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','310','805','Valeur d\'acquisition',NULL,NULL,1),(807,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3100','806','Matières d\'approvisionnement',NULL,NULL,1),(808,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3101','806','Energie, charbon, coke, mazout, essence, propane',NULL,NULL,1),(809,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3102','806','Produits d\'entretien',NULL,NULL,1),(810,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3103','806','Fournitures diverses et petit outillage',NULL,NULL,1),(811,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3104','806','Imprimés et fournitures de bureau',NULL,NULL,1),(812,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3105','806','Fournitures de services sociaux',NULL,NULL,1),(813,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3106','806','Emballages commerciaux',NULL,NULL,1),(814,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31060','813','Emballages perdus',NULL,NULL,1),(815,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','31061','813','Emballages récupérables',NULL,NULL,1),(816,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','319','805','Réductions de valeur actées',NULL,NULL,1),(817,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','32','1353','En cours de fabrication',NULL,NULL,1),(818,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','320','817','Valeur d\'acquisition',NULL,NULL,1),(819,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3200','818','Produits semi-ouvrés',NULL,NULL,1),(820,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3201','818','Produits en cours de fabrication',NULL,NULL,1),(821,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3202','818','Travaux en cours',NULL,NULL,1),(822,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3205','818','Déchets',NULL,NULL,1),(823,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3206','818','Rebuts',NULL,NULL,1),(824,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3209','818','Travaux en association momentanée',NULL,NULL,1),(825,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','329','817','Réductions de valeur actées',NULL,NULL,1),(826,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','33','1353','Produits finis',NULL,NULL,1),(827,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','330','826','Valeur d\'acquisition',NULL,NULL,1),(828,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3300','827','Produits finis',NULL,NULL,1),(829,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','339','826','Réductions de valeur actées',NULL,NULL,1),(830,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','34','1353','Marchandises',NULL,NULL,1),(831,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','340','830','Valeur d\'acquisition',NULL,NULL,1),(832,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3400','831','Groupe A',NULL,NULL,1),(833,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3401','831','Groupe B',NULL,NULL,1),(834,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3402','831','Groupe C',NULL,NULL,1),(835,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','349','830','Réductions de valeur actées',NULL,NULL,1),(836,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','35','1353','Immeubles destinés à la vente',NULL,NULL,1),(837,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','350','836','Valeur d\'acquisition',NULL,NULL,1),(838,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3500','837','Immeuble A',NULL,NULL,1),(839,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3501','837','Immeuble B',NULL,NULL,1),(840,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3502','837','Immeuble C',NULL,NULL,1),(841,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','351','836','Immeubles construits en vue de leur revente',NULL,NULL,1),(842,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3510','841','Immeuble A',NULL,NULL,1),(843,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3511','841','Immeuble B',NULL,NULL,1),(844,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3512','841','Immeuble C',NULL,NULL,1),(845,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','359','836','Réductions de valeurs actées',NULL,NULL,1),(846,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','36','1353','Acomptes versés sur achats pour stocks',NULL,NULL,1),(847,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','360','846','Acomptes versés (à ventiler éventuellement par catégorie)',NULL,NULL,1),(848,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','369','846','Réductions de valeur actées',NULL,NULL,1),(849,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','37','1353','Commandes en cours d\'exécution',NULL,NULL,1),(850,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','370','849','Valeur d\'acquisition',NULL,NULL,1),(851,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','371','849','Bénéfice pris en compte',NULL,NULL,1),(852,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','379','849','Réductions de valeur actées',NULL,NULL,1),(853,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','40','1354','Créances commerciales',NULL,NULL,1),(854,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','400','853','Clients',NULL,NULL,1),(855,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4007','854','Rabais, remises et  ristournes à accorder et autres notes de crédit à établir',NULL,NULL,1),(856,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4008','854','Créances résultant de livraisons de biens (associations momentanées)',NULL,NULL,1),(857,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','401','853','Effets à recevoir',NULL,NULL,1),(858,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4010','857','Effets à recevoir',NULL,NULL,1),(859,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4013','857','Effets à l\'encaissement',NULL,NULL,1),(860,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4015','857','Effets à l\'escompte',NULL,NULL,1),(861,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','402','853','Clients, créances courantes, entreprises apparentées, administrateurs et gérants',NULL,NULL,1),(862,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4020','861','Entreprises liées',NULL,NULL,1),(863,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4021','861','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(864,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4022','861','Administrateurs et gérants d\'entreprise',NULL,NULL,1),(865,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','403','853','Effets à recevoir sur entreprises apparentées et administrateurs et gérants',NULL,NULL,1),(866,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4030','865','Entreprises liées',NULL,NULL,1),(867,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4031','865','Autres entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(868,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4032','865','Administrateurs et gérants de l\'entreprise',NULL,NULL,1),(869,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','404','853','Produits à recevoir (factures à établir)',NULL,NULL,1),(870,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','405','853','Clients : retenues sur garanties',NULL,NULL,1),(871,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','406','853','Acomptes versés',NULL,NULL,1),(872,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','407','853','Créances douteuses',NULL,NULL,1),(873,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','408','853','Compensation clients',NULL,NULL,1),(874,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','409','853','Réductions de valeur actées',NULL,NULL,1),(875,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41','1354','Autres créances',NULL,NULL,1),(876,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','410','875','Capital appelé, non versé',NULL,NULL,1),(877,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4100','876','Appels de fonds',NULL,NULL,1),(878,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4101','876','Actionnaires défaillants',NULL,NULL,1),(879,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','411','875','T.V.A. à récupérer',NULL,NULL,1),(880,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4110','879','T.V.A. due',NULL,NULL,1),(881,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4111','879','T.V.A. déductible',NULL,NULL,1),(882,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4112','879','Compte courant administration T.V.A.',NULL,NULL,1),(883,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4118','879','Taxe d\'égalisation due',NULL,NULL,1),(884,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','412','875','Impôts et versements fiscaux à récupérer',NULL,NULL,1),(885,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4120','884','Impôts belges sur le résultat',NULL,NULL,1),(886,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4125','884','Autres impôts belges',NULL,NULL,1),(887,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4128','884','Impôts étrangers',NULL,NULL,1),(888,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','414','875','Produits à recevoir',NULL,NULL,1),(889,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','416','875','Créances diverses',NULL,NULL,1),(890,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4160','889','Associés (compte d\'apport en société)',NULL,NULL,1),(891,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4161','889','Avances et prêts au personnel',NULL,NULL,1),(892,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4162','889','Compte courant des associés en S.P.R.L.',NULL,NULL,1),(893,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4163','889','Compte courant des administrateurs et gérants',NULL,NULL,1),(894,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4164','889','Créances sur sociétés apparentées',NULL,NULL,1),(895,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4166','889','Emballages et matériel à rendre',NULL,NULL,1),(896,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4167','889','Etat et établissements publics',NULL,NULL,1),(897,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41670','896','Subsides à recevoir',NULL,NULL,1),(898,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','41671','896','Autres créances',NULL,NULL,1),(899,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4168','889','Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus',NULL,NULL,1),(900,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','417','875','Créances douteuses',NULL,NULL,1),(901,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','418','875','Cautionnements versés en numéraires',NULL,NULL,1),(902,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','419','875','Réductions de valeur actées',NULL,NULL,1),(903,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','42','1354','Dettes à plus d\'un an échéant dans l\'année',NULL,NULL,1),(904,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','420','903','Emprunts subordonnés',NULL,NULL,1),(905,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4200','904','Convertibles',NULL,NULL,1),(906,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4201','904','Non convertibles',NULL,NULL,1),(907,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','421','903','Emprunts obligataires non subordonnés',NULL,NULL,1),(908,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4210','907','Convertibles',NULL,NULL,1),(909,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4211','907','Non convertibles',NULL,NULL,1),(910,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','422','903','Dettes de location-financement et assimilées',NULL,NULL,1),(911,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4220','910','Financement de biens immobiliers',NULL,NULL,1),(912,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4221','910','Financement de biens mobiliers',NULL,NULL,1),(913,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','423','903','Etablissements de crédit',NULL,NULL,1),(914,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4230','913','Dettes en compte',NULL,NULL,1),(915,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4231','913','Promesses',NULL,NULL,1),(916,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4232','913','Crédits d\'acceptation',NULL,NULL,1),(917,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','424','903','Autres emprunts',NULL,NULL,1),(918,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','425','903','Dettes commerciales',NULL,NULL,1),(919,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4250','918','Fournisseurs',NULL,NULL,1),(920,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4251','918','Effets à payer',NULL,NULL,1),(921,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','426','903','Cautionnements reçus en numéraires',NULL,NULL,1),(922,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','429','903','Dettes diverses',NULL,NULL,1),(923,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4290','922','Entreprises liées',NULL,NULL,1),(924,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4291','922','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(925,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4292','922','Administrateurs, gérants, associés',NULL,NULL,1),(926,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4299','922','Autres dettes',NULL,NULL,1),(927,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','43','1354','Dettes financières',NULL,NULL,1),(928,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','430','927','Etablissements de crédit. Emprunts en compte à terme fixe',NULL,NULL,1),(929,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','431','927','Etablissements de crédit. Promesses',NULL,NULL,1),(930,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','432','927','Etablissements de crédit. Crédits d\'acceptation',NULL,NULL,1),(931,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','433','927','Etablissements de crédit. Dettes en compte courant',NULL,NULL,1),(932,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','439','927','Autres emprunts',NULL,NULL,1),(933,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44','1354','Dettes commerciales',NULL,NULL,1),(934,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','440','933','Fournisseurs',NULL,NULL,1),(935,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4400','934','Entreprises apparentées',NULL,NULL,1),(936,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44000','935','Entreprises liées',NULL,NULL,1),(937,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44001','935','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(938,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4401','934','Fournisseurs ordinaires',NULL,NULL,1),(939,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44010','938','Fournisseurs belges',NULL,NULL,1),(940,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44011','938','Fournisseurs CEE',NULL,NULL,1),(941,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44012','938','Fournisseurs importation',NULL,NULL,1),(942,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4402','934','Dettes envers les coparticipants (associations momentanées)',NULL,NULL,1),(943,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4403','934','Fournisseurs - retenues de garanties',NULL,NULL,1),(944,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','441','933','Effets à payer',NULL,NULL,1),(945,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4410','944','Entreprises apparentées',NULL,NULL,1),(946,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44100','945','Entreprises liées',NULL,NULL,1),(947,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44101','945','Entreprises avec lesquelles il existe un lien de participation',NULL,NULL,1),(948,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4411','944','Fournisseurs ordinaires',NULL,NULL,1),(949,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44110','948','Fournisseurs belges',NULL,NULL,1),(950,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44111','948','Fournisseurs CEE',NULL,NULL,1),(951,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','44112','948','Fournisseurs importation',NULL,NULL,1),(952,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','444','933','Factures à recevoir',NULL,NULL,1),(953,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','446','933','Acomptes reçus',NULL,NULL,1),(954,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','448','933','Compensations fournisseurs',NULL,NULL,1),(955,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45','1354','Dettes fiscales, salariales et sociales',NULL,NULL,1),(956,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','450','955','Dettes fiscales estimées',NULL,NULL,1),(957,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4501','956','Impôts sur le résultat',NULL,NULL,1),(958,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4505','956','Autres impôts en Belgique',NULL,NULL,1),(959,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4508','956','Impôts à l\'étranger',NULL,NULL,1),(960,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','451','955','T.V.A. à payer',NULL,NULL,1),(961,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4510','960','T.V.A. due',NULL,NULL,1),(962,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4511','960','T.V.A. déductible',NULL,NULL,1),(963,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4512','960','Compte courant administration T.V.A.',NULL,NULL,1),(964,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4518','960','Taxe d\'égalisation due',NULL,NULL,1),(965,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','452','955','Impôts et taxes à payer',NULL,NULL,1),(966,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4520','965','Autres impôts sur le résultat',NULL,NULL,1),(967,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4525','965','Autres impôts et taxes en Belgique',NULL,NULL,1),(968,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45250','967','Précompte immobilier',NULL,NULL,1),(969,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45251','967','Impôts communaux à payer',NULL,NULL,1),(970,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45252','967','Impôts provinciaux à payer',NULL,NULL,1),(971,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45253','967','Autres impôts et taxes à payer',NULL,NULL,1),(972,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4528','965','Impôts et taxes à l\'étranger',NULL,NULL,1),(973,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','453','955','Précomptes retenus',NULL,NULL,1),(974,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4530','973','Précompte professionnel retenu sur rémunérations',NULL,NULL,1),(975,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4531','973','Précompte professionnel retenu sur tantièmes',NULL,NULL,1),(976,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4532','973','Précompte mobilier retenu sur dividendes attribués',NULL,NULL,1),(977,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4533','973','Précompte mobilier retenu sur intérêts payés',NULL,NULL,1),(978,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4538','973','Autres précomptes retenus',NULL,NULL,1),(979,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','454','955','Office National de la Sécurité Sociale',NULL,NULL,1),(980,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4540','979','Arriérés',NULL,NULL,1),(981,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4541','979','1er trimestre',NULL,NULL,1),(982,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4542','979','2ème trimestre',NULL,NULL,1),(983,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4543','979','3ème trimestre',NULL,NULL,1),(984,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4544','979','4ème trimestre',NULL,NULL,1),(985,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','455','955','Rémunérations',NULL,NULL,1),(986,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4550','985','Administrateurs,  gérants et commissaires (non réviseurs)',NULL,NULL,1),(987,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4551','985','Direction',NULL,NULL,1),(988,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4552','985','Employés',NULL,NULL,1),(989,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4553','985','Ouvriers',NULL,NULL,1),(990,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','456','955','Pécules de vacances',NULL,NULL,1),(991,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4560','990','Direction',NULL,NULL,1),(992,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4561','990','Employés',NULL,NULL,1),(993,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4562','990','Ouvriers',NULL,NULL,1),(994,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','459','955','Autres dettes sociales',NULL,NULL,1),(995,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4590','994','Provision pour gratifications de fin d\'année',NULL,NULL,1),(996,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4591','994','Départs de personnel',NULL,NULL,1),(997,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4592','994','Oppositions sur rémunérations',NULL,NULL,1),(998,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4593','994','Assurances relatives au personnel',NULL,NULL,1),(999,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45930','998','Assurance loi',NULL,NULL,1),(1000,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45931','998','Assurance salaire garanti',NULL,NULL,1),(1001,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45932','998','Assurance groupe',NULL,NULL,1),(1002,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','45933','998','Assurances individuelles',NULL,NULL,1),(1003,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4594','994','Caisse d\'assurances sociales pour travailleurs indépendants',NULL,NULL,1),(1004,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4597','994','Dettes et provisions sociales diverses',NULL,NULL,1),(1005,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','46','1354','Acomptes reçus sur commande',NULL,NULL,1),(1006,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','47','1354','Dettes découlant de l\'affectation des résultats',NULL,NULL,1),(1007,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','470','1006','Dividendes et tantièmes d\'exercices antérieurs',NULL,NULL,1),(1008,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','471','1006','Dividendes de l\'exercice',NULL,NULL,1),(1009,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','472','1006','Tantièmes de l\'exercice',NULL,NULL,1),(1010,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','473','1006','Autres allocataires',NULL,NULL,1),(1011,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','48','4','Dettes diverses',NULL,NULL,1),(1012,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','480','1011','Obligations et coupons échus',NULL,NULL,1),(1013,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','481','1011','Actionnaires - capital à rembourser',NULL,NULL,1),(1014,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','482','1011','Participation du personnel à payer',NULL,NULL,1),(1015,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','483','1011','Acomptes reçus d\'autres tiers à moins d\'un an',NULL,NULL,1),(1016,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','486','1011','Emballages et matériel consignés',NULL,NULL,1),(1017,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','488','1011','Cautionnements reçus en numéraires',NULL,NULL,1),(1018,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','489','1011','Autres dettes diverses',NULL,NULL,1),(1019,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49','1354','Comptes de régularisation et compte d\'attente',NULL,NULL,1),(1020,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','490','1019','Charges à reporter (à subdiviser par catégorie de charges)',NULL,NULL,1),(1021,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','491','1019','Produits acquis',NULL,NULL,1),(1022,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4910','1021','Produits d\'exploitation',NULL,NULL,1),(1023,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49100','1022','Ristournes et rabais à obtenir',NULL,NULL,1),(1024,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49101','1022','Commissions à obtenir',NULL,NULL,1),(1025,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49102','1022','Autres produits d\'exploitation (redevances par exemple)',NULL,NULL,1),(1026,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4911','1021','Produits financiers',NULL,NULL,1),(1027,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49110','1026','Intérêts courus et non échus sur prêts et débits',NULL,NULL,1),(1028,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','49111','1026','Autres produits financiers',NULL,NULL,1),(1029,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','492','1019','Charges à imputer (à subdiviser par catégorie de charges)',NULL,NULL,1),(1030,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','493','1019','Produits à reporter',NULL,NULL,1),(1031,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4930','1030','Produits d\'exploitation à reporter',NULL,NULL,1),(1032,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4931','1030','Produits financiers à reporter',NULL,NULL,1),(1033,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','499','1019','Comptes d\'attente',NULL,NULL,1),(1034,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4990','1033','Compte d\'attente',NULL,NULL,1),(1035,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4991','1033','Compte de répartition périodique des charges',NULL,NULL,1),(1036,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4999','1033','Transferts d\'exercice',NULL,NULL,1),(1037,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','50','1355','Actions propres',NULL,NULL,1),(1038,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','51','1355','Actions et parts',NULL,NULL,1),(1039,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','510','1038','Valeur d\'acquisition',NULL,NULL,1),(1040,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','511','1038','Montants non appelés',NULL,NULL,1),(1041,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','519','1038','Réductions de valeur actées',NULL,NULL,1),(1042,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','52','1355','Titres à revenus fixes',NULL,NULL,1),(1043,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','520','1042','Valeur d\'acquisition',NULL,NULL,1),(1044,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','529','1042','Réductions de valeur actées',NULL,NULL,1),(1045,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','53','1355','Dépots à terme',NULL,NULL,1),(1046,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','530','1045','De plus d\'un an',NULL,NULL,1),(1047,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','531','1045','De plus d\'un mois et à un an au plus',NULL,NULL,1),(1048,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','532','1045','d\'un mois au plus',NULL,NULL,1),(1049,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','539','1045','Réductions de valeur actées',NULL,NULL,1),(1050,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','54','1355','Valeurs échues à l\'encaissement',NULL,NULL,1),(1051,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','540','1050','Chèques à encaisser',NULL,NULL,1),(1052,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','541','1050','Coupons à encaisser',NULL,NULL,1),(1053,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','55','1355','Etablissements de crédit - Comptes ouverts auprès des divers établissements.',NULL,NULL,1),(1054,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','550','1053','Comptes courants',NULL,NULL,1),(1055,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','551','1053','Chèques émis',NULL,NULL,1),(1056,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','559','1053','Réductions de valeur actées',NULL,NULL,1),(1057,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','56','1355','Office des chèques postaux',NULL,NULL,1),(1058,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','560','1057','Compte courant',NULL,NULL,1),(1059,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','561','1057','Chèques émis',NULL,NULL,1),(1060,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','57','1355','Caisses',NULL,NULL,1),(1061,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','570','1060','à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)',NULL,NULL,1),(1062,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','578','1060','Caisses - timbres ( 0 - fiscaux ; 1 - postaux)',NULL,NULL,1),(1063,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','58','1355','Virements internes',NULL,NULL,1),(1064,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','60','1356','Approvisionnements et marchandises',NULL,NULL,1),(1065,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','600','1064','Achats de matières premières',NULL,NULL,1),(1066,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','601','1064','Achats de fournitures',NULL,NULL,1),(1067,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','602','1064','Achats de services, travaux et études',NULL,NULL,1),(1068,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','603','1064','Sous-traitances générales',NULL,NULL,1),(1069,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','604','1064','Achats de marchandises',NULL,NULL,1),(1070,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','605','1064','Achats d\'immeubles destinés à la revente',NULL,NULL,1),(1071,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','608','1064','Remises , ristournes et rabais obtenus sur achats',NULL,NULL,1),(1072,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','609','1064','Variations de stocks',NULL,NULL,1),(1073,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6090','1072','De matières premières',NULL,NULL,1),(1074,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6091','1072','De fournitures',NULL,NULL,1),(1075,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6094','1072','De marchandises',NULL,NULL,1),(1076,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6095','1072','d\'immeubles destinés à la vente',NULL,NULL,1),(1077,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61','1356','Services et biens divers',NULL,NULL,1),(1078,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','610','1077','Loyers et charges locatives',NULL,NULL,1),(1079,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6100','1078','Loyers divers',NULL,NULL,1),(1080,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6101','1078','Charges locatives (assurances, frais de confort,etc)',NULL,NULL,1),(1081,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','611','1077','Entretien et réparation (fournitures et prestations)',NULL,NULL,1),(1082,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','612','1077','Fournitures faites à l\'entreprise',NULL,NULL,1),(1083,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6120','1082','Eau, gaz, électricité, vapeur',NULL,NULL,1),(1084,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61200','1083','Eau',NULL,NULL,1),(1085,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61201','1083','Gaz',NULL,NULL,1),(1086,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61202','1083','Electricité',NULL,NULL,1),(1087,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61203','1083','Vapeur',NULL,NULL,1),(1088,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6121','1082','Téléphone, télégrammes, télex, téléfax, frais postaux',NULL,NULL,1),(1089,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61210','1088','Téléphone',NULL,NULL,1),(1090,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61211','1088','Télégrammes',NULL,NULL,1),(1091,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61212','1088','Télex et téléfax',NULL,NULL,1),(1092,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61213','1088','Frais postaux',NULL,NULL,1),(1093,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6122','1082','Livres, bibliothèque',NULL,NULL,1),(1094,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6123','1082','Imprimés et fournitures de bureau (si non comptabilisé au 601)',NULL,NULL,1),(1095,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','613','1077','Rétributions de tiers',NULL,NULL,1),(1096,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6130','1095','Redevances et royalties',NULL,NULL,1),(1097,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61300','1096','Redevances pour brevets, licences, marques et accessoires',NULL,NULL,1),(1098,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61301','1096','Autres redevances (procédés de fabrication)',NULL,NULL,1),(1099,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6131','1095','Assurances non relatives au personnel',NULL,NULL,1),(1100,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61310','1099','Assurance incendie',NULL,NULL,1),(1101,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61311','1099','Assurance vol',NULL,NULL,1),(1102,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61312','1099','Assurance autos',NULL,NULL,1),(1103,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61313','1099','Assurance crédit',NULL,NULL,1),(1104,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61314','1099','Assurances frais généraux',NULL,NULL,1),(1105,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6132','1095','Divers',NULL,NULL,1),(1106,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61320','1105','Commissions aux tiers',NULL,NULL,1),(1107,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61321','1105','Honoraires d\'avocats, d\'experts, etc',NULL,NULL,1),(1108,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61322','1105','Cotisations aux groupements professionnels',NULL,NULL,1),(1109,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61323','1105','Dons, libéralités, etc',NULL,NULL,1),(1110,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61324','1105','Frais de contentieux',NULL,NULL,1),(1111,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61325','1105','Publications légales',NULL,NULL,1),(1112,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6133','1095','Transports et déplacements',NULL,NULL,1),(1113,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61330','1112','Transports de personnel',NULL,NULL,1),(1114,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','61331','1112','Voyages, déplacements et représentations',NULL,NULL,1),(1115,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6134','1095','Personnel intérimaire',NULL,NULL,1),(1116,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','614','1077','Annonces, publicité, propagande et documentation',NULL,NULL,1),(1117,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6140','1116','Annonces et insertions',NULL,NULL,1),(1118,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6141','1116','Catalogues et imprimés',NULL,NULL,1),(1119,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6142','1116','Echantillons',NULL,NULL,1),(1120,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6143','1116','Foires et expositions',NULL,NULL,1),(1121,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6144','1116','Primes',NULL,NULL,1),(1122,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6145','1116','Cadeaux à la clientèle',NULL,NULL,1),(1123,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6146','1116','Missions et réceptions',NULL,NULL,1),(1124,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6147','1116','Documentation',NULL,NULL,1),(1125,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','615','1077','Sous-traitants',NULL,NULL,1),(1126,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6150','1125','Sous-traitants pour activités propres',NULL,NULL,1),(1127,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6151','1125','Sous-traitants d\'associations momentanées (coparticipants)',NULL,NULL,1),(1128,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6152','1125','Quote-part bénéficiaire des coparticipants',NULL,NULL,1),(1129,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','617','1077','Personnel intérimaire et personnes mises à la disposition de l\'entreprise',NULL,NULL,1),(1130,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','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',NULL,NULL,1),(1131,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62','1356','Rémunérations, charges sociales et pensions',NULL,NULL,1),(1132,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','620','1131','Rémunérations et avantages sociaux directs',NULL,NULL,1),(1133,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6200','1132','Administrateurs ou gérants',NULL,NULL,1),(1134,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6201','1132','Personnel de direction',NULL,NULL,1),(1135,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6202','1132','Employés',NULL,NULL,1),(1136,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6203','1132','Ouvriers',NULL,NULL,1),(1137,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6204','1132','Autres membres du personnel',NULL,NULL,1),(1138,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','621','1131','Cotisations patronales d\'assurances sociales',NULL,NULL,1),(1139,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6210','1138','Sur salaires',NULL,NULL,1),(1140,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6211','1138','Sur appointements et commissions',NULL,NULL,1),(1141,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','622','1131','Primes patronales pour assurances extralégales',NULL,NULL,1),(1142,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','623','1131','Autres frais de personnel',NULL,NULL,1),(1143,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6230','1142','Assurances du personnel',NULL,NULL,1),(1144,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62300','1143','Assurances loi, responsabilité civile, chemin du travail',NULL,NULL,1),(1145,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62301','1143','Assurance salaire garanti',NULL,NULL,1),(1146,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62302','1143','Assurances individuelles',NULL,NULL,1),(1147,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6231','1142','Charges sociales diverses',NULL,NULL,1),(1148,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62310','1147','Jours fériés payés',NULL,NULL,1),(1149,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62311','1147','Salaire hebdomadaire garanti',NULL,NULL,1),(1150,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62312','1147','Allocations familiales complémentaires',NULL,NULL,1),(1151,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6232','1142','Charges sociales des administrateurs, gérants et commissaires',NULL,NULL,1),(1152,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62320','1151','Allocations familiales complémentaires pour non salariés',NULL,NULL,1),(1153,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62321','1151','Lois sociales pour indépendants',NULL,NULL,1),(1154,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','62322','1151','Divers',NULL,NULL,1),(1155,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','624','1131','Pensions de retraite et de survie',NULL,NULL,1),(1156,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6240','1155','Administrateurs et gérants',NULL,NULL,1),(1157,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6241','1155','Personnel',NULL,NULL,1),(1158,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','625','1131','Provision pour pécule de vacances',NULL,NULL,1),(1159,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6250','1158','Dotations',NULL,NULL,1),(1160,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6251','1158','Utilisations et reprises',NULL,NULL,1),(1161,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','63','1356','Amortissements, réductions de valeur et provisions pour risques et charges',NULL,NULL,1),(1162,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','630','1161','Dotations aux amortissements et aux réductions de valeur sur immobilisations',NULL,NULL,1),(1163,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6300','1162','Dotations aux amortissements sur frais d\'établissement',NULL,NULL,1),(1164,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6301','1162','Dotations aux amortissements sur immobilisations incorporelles',NULL,NULL,1),(1165,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6302','1162','Dotations aux amortissements sur immobilisations corporelles',NULL,NULL,1),(1166,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6308','1162','Dotations aux réductions de valeur sur immobilisations incorporelles',NULL,NULL,1),(1167,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6309','1162','Dotations aux réductions de valeur sur immobilisations corporelles',NULL,NULL,1),(1168,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','631','1161','Réductions de valeur sur stocks',NULL,NULL,1),(1169,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6310','1168','Dotations',NULL,NULL,1),(1170,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6311','1168','Reprises',NULL,NULL,1),(1171,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','632','1161','Réductions de valeur sur commandes en cours d\'exécution',NULL,NULL,1),(1172,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6320','1171','Dotations',NULL,NULL,1),(1173,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6321','1171','Reprises',NULL,NULL,1),(1174,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','633','1161','Réductions de valeur sur créances commerciales à plus d\'un an',NULL,NULL,1),(1175,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6330','1174','Dotations',NULL,NULL,1),(1176,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6331','1174','Reprises',NULL,NULL,1),(1177,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','634','1161','Réductions de valeur sur créances commerciales à un an au plus',NULL,NULL,1),(1178,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6340','1177','Dotations',NULL,NULL,1),(1179,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6341','1177','Reprises',NULL,NULL,1),(1180,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','635','1161','Provisions pour pensions et obligations similaires',NULL,NULL,1),(1181,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6350','1180','Dotations',NULL,NULL,1),(1182,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6351','1180','Utilisations et reprises',NULL,NULL,1),(1183,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','636','11613','Provisions pour grosses réparations et gros entretiens',NULL,NULL,1),(1184,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6360','1183','Dotations',NULL,NULL,1),(1185,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6361','1183','Utilisations et reprises',NULL,NULL,1),(1186,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','637','1161','Provisions pour autres risques et charges',NULL,NULL,1),(1187,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6370','1186','Dotations',NULL,NULL,1),(1188,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6371','1186','Utilisations et reprises',NULL,NULL,1),(1189,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64','1356','Autres charges d\'exploitation',NULL,NULL,1),(1190,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','640','1189','Charges fiscales d\'exploitation',NULL,NULL,1),(1191,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6400','1190','Taxes et impôts directs',NULL,NULL,1),(1192,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64000','1191','Taxes sur autos et camions',NULL,NULL,1),(1193,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6401','1190','Taxes et impôts indirects',NULL,NULL,1),(1194,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64010','1193','Timbres fiscaux pris en charge par la firme',NULL,NULL,1),(1195,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64011','1193','Droits d\'enregistrement',NULL,NULL,1),(1196,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64012','1193','T.V.A. non déductible',NULL,NULL,1),(1197,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6402','1190','Impôts provinciaux et communaux',NULL,NULL,1),(1198,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64020','1197','Taxe sur la force motrice',NULL,NULL,1),(1199,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','64021','1197','Taxe sur le personnel occupé',NULL,NULL,1),(1200,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6403','1190','Taxes diverses',NULL,NULL,1),(1201,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','641','1189','Moins-values sur réalisations courantes d\'immobilisations corporelles',NULL,NULL,1),(1202,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','642','1189','Moins-values sur réalisations de créances commerciales',NULL,NULL,1),(1203,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','643','1189','à 648 Charges d\'exploitations diverses',NULL,NULL,1),(1204,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','649','1189','Charges d\'exploitation portées à l\'actif au titre de restructuration',NULL,NULL,1),(1205,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','65','1356','Charges financières',NULL,NULL,1),(1206,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','650','1205','Charges des dettes',NULL,NULL,1),(1207,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6500','1206','Intérêts, commissions et frais afférents aux dettes',NULL,NULL,1),(1208,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6501','1206','Amortissements des agios et frais d\'émission d\'emprunts',NULL,NULL,1),(1209,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6502','1206','Autres charges de dettes',NULL,NULL,1),(1210,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6503','1206','Intérêts intercalaires portés à l\'actif',NULL,NULL,1),(1211,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','651','1205','Réductions de valeur sur actifs circulants',NULL,NULL,1),(1212,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6510','1211','Dotations',NULL,NULL,1),(1213,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6511','1211','Reprises',NULL,NULL,1),(1214,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','652','1205','Moins-values sur réalisation d\'actifs circulants',NULL,NULL,1),(1215,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','653','1205','Charges d\'escompte de créances',NULL,NULL,1),(1216,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','654','1205','Différences de change',NULL,NULL,1),(1217,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','655','1205','Ecarts de conversion des devises',NULL,NULL,1),(1218,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','656','1205','Frais de banques, de chèques postaux',NULL,NULL,1),(1219,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','657','1205','Commissions sur ouvertures de crédit, cautions et avals',NULL,NULL,1),(1220,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','658','1205','Frais de vente des titres',NULL,NULL,1),(1221,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','66','1356','Charges exceptionnelles',NULL,NULL,1),(1222,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','660','1221','Amortissements et réductions de valeur exceptionnels',NULL,NULL,1),(1223,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6600','1222','Sur frais d\'établissement',NULL,NULL,1),(1224,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6601','1222','Sur immobilisations incorporelles',NULL,NULL,1),(1225,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6602','1222','Sur immobilisations corporelles',NULL,NULL,1),(1226,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','661','1221','Réductions de valeur sur immobilisations financières',NULL,NULL,1),(1227,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','662','1221','Provisions pour risques et charges exceptionnels',NULL,NULL,1),(1228,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','663','1221','Moins-values sur réalisation d\'actifs immobilisés',NULL,NULL,1),(1229,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6630','1228','Sur immobilisations incorporelles',NULL,NULL,1),(1230,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6631','1228','Sur immobilisations corporelles',NULL,NULL,1),(1231,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6632','1228','Sur immobilisations détenues en location-financement et droits similaires',NULL,NULL,1),(1232,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6633','1228','Sur immobilisations financières',NULL,NULL,1),(1233,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6634','1228','Sur immeubles acquis ou construits en vue de la revente',NULL,NULL,1),(1234,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','664','1221','à 668 Autres charges exceptionnelles',NULL,NULL,1),(1235,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','664','1221','Pénalités et amendes diverses',NULL,NULL,1),(1236,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','665','1221','Différence de charge',NULL,NULL,1),(1237,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','669','1221','Charges exceptionnelles transférées à l\'actif en frais de restructuration',NULL,NULL,1),(1238,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','67','1356','Impôts sur le résultat',NULL,NULL,1),(1239,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','670','1238','Impôts belges sur le résultat de l\'exercice',NULL,NULL,1),(1240,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6700','1239','Impôts et précomptes dus ou versés',NULL,NULL,1),(1241,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6701','1239','Excédent de versements d\'impôts et précomptes porté à l\'actif',NULL,NULL,1),(1242,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6702','1239','Charges fiscales estimées',NULL,NULL,1),(1243,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','671','1238','Impôts belges sur le résultat d\'exercices antérieurs',NULL,NULL,1),(1244,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6710','1243','Suppléments d\'impôts dus ou versés',NULL,NULL,1),(1245,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6711','1243','Suppléments d\'impôts estimés',NULL,NULL,1),(1246,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6712','1243','Provisions fiscales constituées',NULL,NULL,1),(1247,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','672','1238','Impôts étrangers sur le résultat de l\'exercice',NULL,NULL,1),(1248,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','673','1238','Impôts étrangers sur le résultat d\'exercices antérieurs',NULL,NULL,1),(1249,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','68','1356','Transferts aux réserves immunisées',NULL,NULL,1),(1250,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','69','1356','Affectation des résultats',NULL,NULL,1),(1251,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','690','1250','Perte reportée de l\'exercice précédent',NULL,NULL,1),(1252,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','691','1250','Dotation à la réserve légale',NULL,NULL,1),(1253,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','692','1250','Dotation aux autres réserves',NULL,NULL,1),(1254,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','693','1250','Bénéfice à reporter',NULL,NULL,1),(1255,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','694','1250','Rémunération du capital',NULL,NULL,1),(1256,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','695','1250','Administrateurs ou gérants',NULL,NULL,1),(1257,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','696','1250','Autres allocataires',NULL,NULL,1),(1258,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','70','1357','Chiffre d\'affaires',NULL,NULL,1),(1260,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','700','1258','Ventes de marchandises',NULL,NULL,1),(1261,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7000','1260','Ventes en Belgique',NULL,NULL,1),(1262,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7001','1260','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1263,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7002','1260','Ventes à l\'exportation',NULL,NULL,1),(1264,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','701','1258','Ventes de produits finis',NULL,NULL,1),(1265,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7010','1264','Ventes en Belgique',NULL,NULL,1),(1266,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7011','1264','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1267,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7012','1264','Ventes à l\'exportation',NULL,NULL,1),(1268,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','702','1258','Ventes de déchets et rebuts',NULL,NULL,1),(1269,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7020','1268','Ventes en Belgique',NULL,NULL,1),(1270,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7021','1268','Ventes dans les pays membres de la C.E.E.',NULL,NULL,1),(1271,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7022','1268','Ventes à l\'exportation',NULL,NULL,1),(1272,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','703','1258','Ventes d\'emballages récupérables',NULL,NULL,1),(1273,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','704','1258','Facturations des travaux en cours (associations momentanées)',NULL,NULL,1),(1274,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','705','1258','Prestations de services',NULL,NULL,1),(1275,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7050','1274','Prestations de services en Belgique',NULL,NULL,1),(1276,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7051','1274','Prestations de services dans les pays membres de la C.E.E.',NULL,NULL,1),(1277,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7052','1274','Prestations de services en vue de l\'exportation',NULL,NULL,1),(1278,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','706','1258','Pénalités et dédits obtenus par l\'entreprise',NULL,NULL,1),(1279,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','708','1258','Remises, ristournes et rabais accordés',NULL,NULL,1),(1280,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7080','1279','Sur ventes de marchandises',NULL,NULL,1),(1281,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7081','1279','Sur ventes de produits finis',NULL,NULL,1),(1282,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7082','1279','Sur ventes de déchets et rebuts',NULL,NULL,1),(1283,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7083','1279','Sur prestations de services',NULL,NULL,1),(1284,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7084','1279','Mali sur travaux facturés aux associations momentanées',NULL,NULL,1),(1285,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71','1357','Variation des stocks et des commandes en cours d\'exécution',NULL,NULL,1),(1286,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','712','1285','Des en cours de fabrication',NULL,NULL,1),(1287,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','713','1285','Des produits finis',NULL,NULL,1),(1288,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','715','1285','Des immeubles construits destinés à la vente',NULL,NULL,1),(1289,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','717','1285','Des commandes en cours d\'exécution',NULL,NULL,1),(1290,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7170','1289','Commandes en cours - Coût de revient',NULL,NULL,1),(1291,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71700','1290','Coût des commandes en cours d\'exécution',NULL,NULL,1),(1292,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71701','1290','Coût des travaux en cours des associations momentanées',NULL,NULL,1),(1293,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7171','1289','Bénéfices portés en compte sur commandes en cours',NULL,NULL,1),(1294,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71710','1293','Sur commandes en cours d\'exécution',NULL,NULL,1),(1295,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','71711','1293','Sur travaux en cours des associations momentanées',NULL,NULL,1),(1296,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','72','1357','Production immobilisée',NULL,NULL,1),(1297,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','720','1296','En frais d\'établissement',NULL,NULL,1),(1298,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','721','1296','En immobilisations incorporelles',NULL,NULL,1),(1299,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','722','1296','En immobilisations corporelles',NULL,NULL,1),(1300,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','723','1296','En immobilisations en cours',NULL,NULL,1),(1301,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','74','1357','Autres produits d\'exploitation',NULL,NULL,1),(1302,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','740','1301','Subsides d\'exploitation et montants compensatoires',NULL,NULL,1),(1303,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','741','1301','Plus-values sur réalisations courantes d\'immobilisations corporelles',NULL,NULL,1),(1304,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','742','1301','Plus-values sur réalisations de créances commerciales',NULL,NULL,1),(1305,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','743','1301','à 749 Produits d\'exploitation divers',NULL,NULL,1),(1306,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','743','1301','Produits de services exploités dans l\'intérêt du personnel',NULL,NULL,1),(1307,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','744','1301','Commissions et courtages',NULL,NULL,1),(1308,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','745','1301','Redevances pour brevets et licences',NULL,NULL,1),(1309,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','746','1301','Prestations de services (transports, études, etc)',NULL,NULL,1),(1310,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','747','1301','Revenus des immeubles affectés aux activités non professionnelles',NULL,NULL,1),(1311,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','748','1301','Locations diverses à caractère professionnel',NULL,NULL,1),(1312,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','749','1301','Produits divers',NULL,NULL,1),(1313,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7490','1312','Bonis sur reprises d\'emballages consignés',NULL,NULL,1),(1314,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7491','1312','Bonis sur travaux en associations momentanées',NULL,NULL,1),(1315,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','75','1357','Produits financiers',NULL,NULL,1),(1316,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','750','1315','Produits des immobilisations financières',NULL,NULL,1),(1317,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7500','1316','Revenus des actions',NULL,NULL,1),(1318,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7501','1316','Revenus des obligations',NULL,NULL,1),(1319,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7502','1316','Revenus des créances à plus d\'un an',NULL,NULL,1),(1320,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','751','1315','Produits des actifs circulants',NULL,NULL,1),(1321,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','752','1315','Plus-values sur réalisations d\'actifs circulants',NULL,NULL,1),(1322,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','753','1315','Subsides en capital et en intérêts',NULL,NULL,1),(1323,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','754','1315','Différences de change',NULL,NULL,1),(1324,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','755','1315','Ecarts de conversion des devises',NULL,NULL,1),(1325,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','756','1315','à 759 Produits financiers divers',NULL,NULL,1),(1326,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','756','1315','Produits des autres créances',NULL,NULL,1),(1327,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','757','1315','Escomptes obtenus',NULL,NULL,1),(1328,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','76','1357','Produits exceptionnels',NULL,NULL,1),(1329,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','760','1328','Reprises d\'amortissements et de réductions de valeur',NULL,NULL,1),(1330,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7600','1329','Sur immobilisations incorporelles',NULL,NULL,1),(1331,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7601','1329','Sur immobilisations corporelles',NULL,NULL,1),(1332,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','761','1328','Reprises de réductions de valeur sur immobilisations financières',NULL,NULL,1),(1333,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','762','1328','Reprises de provisions pour risques et charges exceptionnelles',NULL,NULL,1),(1334,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','763','1328','Plus-values sur réalisation d\'actifs immobilisés',NULL,NULL,1),(1335,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7630','1334','Sur immobilisations incorporelles',NULL,NULL,1),(1336,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7631','1334','Sur immobilisations corporelles',NULL,NULL,1),(1337,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7632','1334','Sur immobilisations financières',NULL,NULL,1),(1338,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','764','1328','Autres produits exceptionnels',NULL,NULL,1),(1339,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','77','1357','Régularisations d\'impôts et reprises de provisions fiscales',NULL,NULL,1),(1340,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','771','1339','Impôts belges sur le résultat',NULL,NULL,1),(1341,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7710','1340','Régularisations d\'impôts dus ou versés',NULL,NULL,1),(1342,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7711','1340','Régularisations d\'impôts estimés',NULL,NULL,1),(1343,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7712','1340','Reprises de provisions fiscales',NULL,NULL,1),(1344,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','773','1339','Impôts étrangers sur le résultat',NULL,NULL,1),(1345,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','79','1357','Affectation aux résultats',NULL,NULL,1),(1346,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','790','1345','Bénéfice reporté de l\'exercice précédent',NULL,NULL,1),(1347,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','791','1345','Prélèvement sur le capital et les primes d\'émission',NULL,NULL,1),(1348,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','792','1345','Prélèvement sur les réserves',NULL,NULL,1),(1349,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','793','1345','Perte à reporter',NULL,NULL,1),(1350,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','794','1345','Intervention d\'associés (ou du propriétaire) dans la perte',NULL,NULL,1),(1351,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1352,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1353,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1354,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1355,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1356,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1357,1,NULL,'0000-00-00 00:00:00','PCMN-BASE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(1401,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1402,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1403,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1404,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1405,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1406,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1407,1,NULL,'0000-00-00 00:00:00','PCG99-ABREGE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(1501,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CAPIT','XXXXXX','1','','Fonds propres, provisions pour risques et charges et dettes à plus d\'un an',NULL,NULL,1),(1502,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','IMMO','XXXXXX','2','','Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an',NULL,NULL,1),(1503,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','STOCK','XXXXXX','3','','Stock et commandes en cours d\'exécution',NULL,NULL,1),(1504,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','TIERS','XXXXXX','4','','Créances et dettes à un an au plus',NULL,NULL,1),(1505,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','FINAN','XXXXXX','5','','Placement de trésorerie et de valeurs disponibles',NULL,NULL,1),(1506,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','CHARGE','XXXXXX','6','','Charges',NULL,NULL,1),(1507,1,NULL,'0000-00-00 00:00:00','PCG99-BASE','PROD','XXXXXX','7','','Produits',NULL,NULL,1),(4001,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1','','Financiación básica',NULL,NULL,1),(4002,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','ACTIVO','XXXXXX','2','','Activo no corriente',NULL,NULL,1),(4003,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','EXISTENCIAS','XXXXXX','3','','Existencias',NULL,NULL,1),(4004,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4','','Acreedores y deudores por operaciones comerciales',NULL,NULL,1),(4005,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5','','Cuentas financieras',NULL,NULL,1),(4006,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6','','Compras y gastos',NULL,NULL,1),(4007,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7','','Ventas e ingresos',NULL,NULL,1),(4008,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','10','4001','CAPITAL',NULL,NULL,1),(4009,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','100','4008','Capital social',NULL,NULL,1),(4010,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','101','4008','Fondo social',NULL,NULL,1),(4011,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','CAPITAL','102','4008','Capital',NULL,NULL,1),(4012,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','103','4008','Socios por desembolsos no exigidos',NULL,NULL,1),(4013,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1030','4012','Socios por desembolsos no exigidos capital social',NULL,NULL,1),(4014,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1034','4012','Socios por desembolsos no exigidos capital pendiente de inscripción',NULL,NULL,1),(4015,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','104','4008','Socios por aportaciones no dineradas pendientes',NULL,NULL,1),(4016,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1040','4015','Socios por aportaciones no dineradas pendientes capital social',NULL,NULL,1),(4017,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1044','4015','Socios por aportaciones no dineradas pendientes capital pendiente de inscripción',NULL,NULL,1),(4018,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','108','4008','Acciones o participaciones propias en situaciones especiales',NULL,NULL,1),(4019,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','109','4008','Acciones o participaciones propias para reducción de capital',NULL,NULL,1),(4020,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','11','4001','Reservas y otros instrumentos de patrimonio',NULL,NULL,1),(4021,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','110','4020','Prima de emisión o asunción',NULL,NULL,1),(4022,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','111','4020','Otros instrumentos de patrimonio neto',NULL,NULL,1),(4023,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1110','4022','Patrimonio neto por emisión de instrumentos financieros compuestos',NULL,NULL,1),(4024,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1111','4022','Resto de instrumentos de patrimoio neto',NULL,NULL,1),(4025,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','112','4020','Reserva legal',NULL,NULL,1),(4026,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','113','4020','Reservas voluntarias',NULL,NULL,1),(4027,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','114','4020','Reservas especiales',NULL,NULL,1),(4028,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1140','4027','Reservas para acciones o participaciones de la sociedad dominante',NULL,NULL,1),(4029,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1141','4027','Reservas estatutarias',NULL,NULL,1),(4030,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1142','4027','Reservas por capital amortizado',NULL,NULL,1),(4031,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1143','4027','Reservas por fondo de comercio',NULL,NULL,1),(4032,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1144','4028','Reservas por acciones propias aceptadas en garantía',NULL,NULL,1),(4033,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','115','4020','Reservas por pérdidas y ganancias actuariales y otros ajustes',NULL,NULL,1),(4034,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','118','4020','Aportaciones de socios o propietarios',NULL,NULL,1),(4035,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','119','4020','Diferencias por ajuste del capital a euros',NULL,NULL,1),(4036,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','12','4001','Resultados pendientes de aplicación',NULL,NULL,1),(4037,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','120','4036','Remanente',NULL,NULL,1),(4038,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','121','4036','Resultados negativos de ejercicios anteriores',NULL,NULL,1),(4039,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','129','4036','Resultado del ejercicio',NULL,NULL,1),(4040,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','13','4001','Subvenciones, donaciones y ajustes por cambio de valor',NULL,NULL,1),(4041,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','130','4040','Subvenciones oficiales de capital',NULL,NULL,1),(4042,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','131','4040','Donaciones y legados de capital',NULL,NULL,1),(4043,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','132','4040','Otras subvenciones, donaciones y legados',NULL,NULL,1),(4044,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','133','4040','Ajustes por valoración en activos financieros disponibles para la venta',NULL,NULL,1),(4045,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','134','4040','Operaciones de cobertura',NULL,NULL,1),(4046,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1340','4045','Cobertura de flujos de efectivo',NULL,NULL,1),(4047,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1341','4045','Cobertura de una inversión neta en un negocio extranjero',NULL,NULL,1),(4048,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','135','4040','Diferencias de conversión',NULL,NULL,1),(4049,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','136','4040','Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta',NULL,NULL,1),(4050,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','137','4040','Ingresos fiscales a distribuir en varios ejercicios',NULL,NULL,1),(4051,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1370','4050','Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios',NULL,NULL,1),(4052,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1371','4050','Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios',NULL,NULL,1),(4053,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','14','4001','Provisiones',NULL,NULL,1),(4054,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','141','4053','Provisión para impuestos',NULL,NULL,1),(4055,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','142','4053','Provisión para otras responsabilidades',NULL,NULL,1),(4056,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','143','4053','Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado',NULL,NULL,1),(4057,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','145','4053','Provisión para actuaciones medioambientales',NULL,NULL,1),(4058,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','15','4001','Deudas a largo plazo con características especiales',NULL,NULL,1),(4059,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','150','4058','Acciones o participaciones a largo plazo consideradas como pasivos financieros',NULL,NULL,1),(4060,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','153','4058','Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4061,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1533','4060','Desembolsos no exigidos empresas del grupo',NULL,NULL,1),(4062,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1534','4060','Desembolsos no exigidos empresas asociadas',NULL,NULL,1),(4063,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1535','4060','Desembolsos no exigidos otras partes vinculadas',NULL,NULL,1),(4064,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1536','4060','Otros desembolsos no exigidos',NULL,NULL,1),(4065,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','154','4058','Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4066,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1543','4065','Aportaciones no dinerarias pendientes empresas del grupo',NULL,NULL,1),(4067,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1544','4065','Aportaciones no dinerarias pendientes empresas asociadas',NULL,NULL,1),(4068,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1545','4065','Aportaciones no dinerarias pendientes otras partes vinculadas',NULL,NULL,1),(4069,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1546','4065','Otras aportaciones no dinerarias pendientes',NULL,NULL,1),(4070,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','16','4001','Deudas a largo plazo con partes vinculadas',NULL,NULL,1),(4071,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','160','4070','Deudas a largo plazo con entidades de crédito vinculadas',NULL,NULL,1),(4072,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1603','4071','Deudas a largo plazo con entidades de crédito empresas del grupo',NULL,NULL,1),(4073,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1604','4071','Deudas a largo plazo con entidades de crédito empresas asociadas',NULL,NULL,1),(4074,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1605','4071','Deudas a largo plazo con otras entidades de crédito vinculadas',NULL,NULL,1),(4075,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','161','4070','Proveedores de inmovilizado a largo plazo partes vinculadas',NULL,NULL,1),(4076,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1613','4075','Proveedores de inmovilizado a largo plazo empresas del grupo',NULL,NULL,1),(4077,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1614','4075','Proveedores de inmovilizado a largo plazo empresas asociadas',NULL,NULL,1),(4078,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1615','4075','Proveedores de inmovilizado a largo plazo otras partes vinculadas',NULL,NULL,1),(4079,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','162','4070','Acreedores por arrendamiento financiero a largo plazo partes vinculadas',NULL,NULL,1),(4080,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1623','4079','Acreedores por arrendamiento financiero a largo plazo empresas del grupo',NULL,NULL,1),(4081,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1624','4080','Acreedores por arrendamiento financiero a largo plazo empresas asociadas',NULL,NULL,1),(4082,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1625','4080','Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas',NULL,NULL,1),(4083,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','163','4070','Otras deudas a largo plazo con partes vinculadas',NULL,NULL,1),(4084,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1633','4083','Otras deudas a largo plazo empresas del grupo',NULL,NULL,1),(4085,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1634','4083','Otras deudas a largo plazo empresas asociadas',NULL,NULL,1),(4086,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','1635','4083','Otras deudas a largo plazo otras partes vinculadas',NULL,NULL,1),(4087,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','17','4001','Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos',NULL,NULL,1),(4088,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','170','4087','Deudas a largo plazo con entidades de crédito',NULL,NULL,1),(4089,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','171','4087','Deudas a largo plazo',NULL,NULL,1),(4090,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','172','4087','Deudas a largo plazo transformables en suvbenciones donaciones y legados',NULL,NULL,1),(4091,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','173','4087','Proveedores de inmovilizado a largo plazo',NULL,NULL,1),(4092,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','174','4087','Acreedores por arrendamiento financiero a largo plazo',NULL,NULL,1),(4093,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','175','4087','Efectos a pagar a largo plazo',NULL,NULL,1),(4094,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','176','4087','Pasivos por derivados financieros a largo plazo',NULL,NULL,1),(4095,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','177','4087','Obligaciones y bonos',NULL,NULL,1),(4096,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','179','4087','Deudas representadas en otros valores negociables',NULL,NULL,1),(4097,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','18','4001','Pasivos por fianzas garantias y otros conceptos a largo plazo',NULL,NULL,1),(4098,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','180','4097','Fianzas recibidas a largo plazo',NULL,NULL,1),(4099,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','181','4097','Anticipos recibidos por ventas o prestaciones de servicios a largo plazo',NULL,NULL,1),(4100,1,NULL,'2017-08-26 22:04:45','PCG08-PYME','FINANCIACION','XXXXXX','185','4097','Depositos recibidos a largo plazo',NULL,NULL,1),(4101,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','19','4001','Situaciones transitorias de financiación',NULL,NULL,1),(4102,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','190','4101','Acciones o participaciones emitidas',NULL,NULL,1),(4103,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','192','4101','Suscriptores de acciones',NULL,NULL,1),(4104,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','194','4101','Capital emitido pendiente de inscripción',NULL,NULL,1),(4105,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','195','4101','Acciones o participaciones emitidas consideradas como pasivos financieros',NULL,NULL,1),(4106,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','197','4101','Suscriptores de acciones consideradas como pasivos financieros',NULL,NULL,1),(4107,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','FINANCIACION','XXXXXX','199','4101','Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción',NULL,NULL,1),(4108,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','20','4002','Inmovilizaciones intangibles',NULL,NULL,1),(4109,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','200','4108','Investigación',NULL,NULL,1),(4110,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','201','4108','Desarrollo',NULL,NULL,1),(4111,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','202','4108','Concesiones administrativas',NULL,NULL,1),(4112,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','203','4108','Propiedad industrial',NULL,NULL,1),(4113,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','205','4108','Derechos de transpaso',NULL,NULL,1),(4114,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','206','4108','Aplicaciones informáticas',NULL,NULL,1),(4115,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','209','4108','Anticipos para inmovilizaciones intangibles',NULL,NULL,1),(4116,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','21','4002','Inmovilizaciones materiales',NULL,NULL,1),(4117,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','210','4116','Terrenos y bienes naturales',NULL,NULL,1),(4118,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','211','4116','Construcciones',NULL,NULL,1),(4119,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','212','4116','Instalaciones técnicas',NULL,NULL,1),(4120,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','213','4116','Maquinaria',NULL,NULL,1),(4121,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','214','4116','Utillaje',NULL,NULL,1),(4122,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','215','4116','Otras instalaciones',NULL,NULL,1),(4123,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','216','4116','Mobiliario',NULL,NULL,1),(4124,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','217','4116','Equipos para procesos de información',NULL,NULL,1),(4125,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','218','4116','Elementos de transporte',NULL,NULL,1),(4126,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','219','4116','Otro inmovilizado material',NULL,NULL,1),(4127,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','22','4002','Inversiones inmobiliarias',NULL,NULL,1),(4128,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','220','4127','Inversiones en terreons y bienes naturales',NULL,NULL,1),(4129,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','221','4127','Inversiones en construcciones',NULL,NULL,1),(4130,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','23','4002','Inmovilizaciones materiales en curso',NULL,NULL,1),(4131,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','230','4130','Adaptación de terrenos y bienes naturales',NULL,NULL,1),(4132,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','231','4130','Construcciones en curso',NULL,NULL,1),(4133,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','232','4130','Instalaciones técnicas en montaje',NULL,NULL,1),(4134,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','233','4130','Maquinaria en montaje',NULL,NULL,1),(4135,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','237','4130','Equipos para procesos de información en montaje',NULL,NULL,1),(4136,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','239','4130','Anticipos para inmovilizaciones materiales',NULL,NULL,1),(4137,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','24','4002','Inversiones financieras a largo plazo en partes vinculadas',NULL,NULL,1),(4138,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','240','4137','Participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4139,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2403','4138','Participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4140,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2404','4138','Participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4141,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2405','4138','Participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4142,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','241','4137','Valores representativos de deuda a largo plazo de partes vinculadas',NULL,NULL,1),(4143,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2413','4142','Valores representativos de deuda a largo plazo de empresas del grupo',NULL,NULL,1),(4144,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2414','4142','Valores representativos de deuda a largo plazo de empresas asociadas',NULL,NULL,1),(4145,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2415','4142','Valores representativos de deuda a largo plazo de otras partes vinculadas',NULL,NULL,1),(4146,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','242','4137','Créditos a largo plazo a partes vinculadas',NULL,NULL,1),(4147,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2423','4146','Créditos a largo plazo a empresas del grupo',NULL,NULL,1),(4148,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2424','4146','Créditos a largo plazo a empresas asociadas',NULL,NULL,1),(4149,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2425','4146','Créditos a largo plazo a otras partes vinculadas',NULL,NULL,1),(4150,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','249','4137','Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4151,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2493','4150','Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4152,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2494','4150','Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4153,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2495','4150','Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4154,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','25','4002','Otras inversiones financieras a largo plazo',NULL,NULL,1),(4155,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','250','4154','Inversiones financieras a largo plazo en instrumentos de patrimonio',NULL,NULL,1),(4156,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','251','4154','Valores representativos de deuda a largo plazo',NULL,NULL,1),(4157,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','252','4154','Créditos a largo plazo',NULL,NULL,1),(4158,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','253','4154','Créditos a largo plazo por enajenación de inmovilizado',NULL,NULL,1),(4159,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','254','4154','Créditos a largo plazo al personal',NULL,NULL,1),(4160,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','255','4154','Activos por derivados financieros a largo plazo',NULL,NULL,1),(4161,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','258','4154','Imposiciones a largo plazo',NULL,NULL,1),(4162,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','259','4154','Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo',NULL,NULL,1),(4163,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','26','4002','Fianzas y depósitos constituidos a largo plazo',NULL,NULL,1),(4164,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','260','4163','Fianzas constituidas a largo plazo',NULL,NULL,1),(4165,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','261','4163','Depósitos constituidos a largo plazo',NULL,NULL,1),(4166,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','28','4002','Amortización acumulada del inmovilizado',NULL,NULL,1),(4167,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','280','4166','Amortización acumulado del inmovilizado intangible',NULL,NULL,1),(4168,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2800','4167','Amortización acumulada de investigación',NULL,NULL,1),(4169,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2801','4167','Amortización acumulada de desarrollo',NULL,NULL,1),(4170,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2802','4167','Amortización acumulada de concesiones administrativas',NULL,NULL,1),(4171,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2803','4167','Amortización acumulada de propiedad industrial',NULL,NULL,1),(4172,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2805','4167','Amortización acumulada de derechos de transpaso',NULL,NULL,1),(4173,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2806','4167','Amortización acumulada de aplicaciones informáticas',NULL,NULL,1),(4174,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','281','4166','Amortización acumulado del inmovilizado material',NULL,NULL,1),(4175,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2811','4174','Amortización acumulada de construcciones',NULL,NULL,1),(4176,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2812','4174','Amortización acumulada de instalaciones técnicas',NULL,NULL,1),(4177,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2813','4174','Amortización acumulada de maquinaria',NULL,NULL,1),(4178,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2814','4174','Amortización acumulada de utillaje',NULL,NULL,1),(4179,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2815','4174','Amortización acumulada de otras instalaciones',NULL,NULL,1),(4180,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2816','4174','Amortización acumulada de mobiliario',NULL,NULL,1),(4181,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2817','4174','Amortización acumulada de equipos para proceso de información',NULL,NULL,1),(4182,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2818','4174','Amortización acumulada de elementos de transporte',NULL,NULL,1),(4183,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2819','4175','Amortización acumulada de otro inmovilizado material',NULL,NULL,1),(4184,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','282','4166','Amortización acumulada de las inversiones inmobiliarias',NULL,NULL,1),(4185,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','29','4002','Deterioro de valor de activos no corrientes',NULL,NULL,1),(4186,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','290','4185','Deterioro de valor del inmovilizado intangible',NULL,NULL,1),(4187,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2900','4186','Deterioro de valor de investigación',NULL,NULL,1),(4188,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2901','4186','Deterioro de valor de desarrollo',NULL,NULL,1),(4189,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2902','4186','Deterioro de valor de concesiones administrativas',NULL,NULL,1),(4190,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2903','4186','Deterioro de valor de propiedad industrial',NULL,NULL,1),(4191,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2905','4186','Deterioro de valor de derechos de transpaso',NULL,NULL,1),(4192,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2906','4186','Deterioro de valor de aplicaciones informáticas',NULL,NULL,1),(4193,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','291','4185','Deterioro de valor del inmovilizado material',NULL,NULL,1),(4194,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2910','4193','Deterioro de valor de terrenos y bienes naturales',NULL,NULL,1),(4195,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2911','4193','Deterioro de valor de construcciones',NULL,NULL,1),(4196,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2912','4193','Deterioro de valor de instalaciones técnicas',NULL,NULL,1),(4197,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2913','4193','Deterioro de valor de maquinaria',NULL,NULL,1),(4198,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2914','4193','Deterioro de valor de utillajes',NULL,NULL,1),(4199,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2915','4194','Deterioro de valor de otras instalaciones',NULL,NULL,1),(4200,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2916','4194','Deterioro de valor de mobiliario',NULL,NULL,1),(4201,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2917','4194','Deterioro de valor de equipos para proceso de información',NULL,NULL,1),(4202,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2918','4194','Deterioro de valor de elementos de transporte',NULL,NULL,1),(4203,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2919','4194','Deterioro de valor de otro inmovilizado material',NULL,NULL,1),(4204,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','292','4185','Deterioro de valor de las inversiones inmobiliarias',NULL,NULL,1),(4205,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2920','4204','Deterioro de valor de terrenos y bienes naturales',NULL,NULL,1),(4206,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2921','4204','Deterioro de valor de construcciones',NULL,NULL,1),(4207,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','293','4185','Deterioro de valor de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4208,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2933','4207','Deterioro de valor de participaciones a largo plazo en empresas del grupo',NULL,NULL,1),(4209,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2934','4207','Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas',NULL,NULL,1),(4210,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2935','4207','Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas',NULL,NULL,1),(4211,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','294','4185','Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas',NULL,NULL,1),(4212,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2943','4211','Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo',NULL,NULL,1),(4213,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2944','4211','Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas',NULL,NULL,1),(4214,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2945','4211','Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas',NULL,NULL,1),(4215,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','295','4185','Deterioro de valor de créditos a largo plazo a partes vinculadas',NULL,NULL,1),(4216,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2953','4215','Deterioro de valor de créditos a largo plazo a empresas del grupo',NULL,NULL,1),(4217,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2954','4215','Deterioro de valor de créditos a largo plazo a empresas asociadas',NULL,NULL,1),(4218,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','2955','4215','Deterioro de valor de créditos a largo plazo a otras partes vinculadas',NULL,NULL,1),(4219,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','296','4185','Deterioro de valor de participaciones en el patrimonio netoa largo plazo',NULL,NULL,1),(4220,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','297','4185','Deterioro de valor de valores representativos de deuda a largo plazo',NULL,NULL,1),(4221,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACTIVO','XXXXXX','298','4185','Deterioro de valor de créditos a largo plazo',NULL,NULL,1),(4222,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','30','4003','Comerciales',NULL,NULL,1),(4223,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','300','4222','Mercaderías A',NULL,NULL,1),(4224,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','301','4222','Mercaderías B',NULL,NULL,1),(4225,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','31','4003','Materias primas',NULL,NULL,1),(4226,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','310','4225','Materias primas A',NULL,NULL,1),(4227,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','311','4225','Materias primas B',NULL,NULL,1),(4228,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','32','4003','Otros aprovisionamientos',NULL,NULL,1),(4229,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','320','4228','Elementos y conjuntos incorporables',NULL,NULL,1),(4230,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','321','4228','Combustibles',NULL,NULL,1),(4231,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','322','4228','Repuestos',NULL,NULL,1),(4232,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','325','4228','Materiales diversos',NULL,NULL,1),(4233,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','326','4228','Embalajes',NULL,NULL,1),(4234,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','327','4228','Envases',NULL,NULL,1),(4235,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','328','4229','Material de oficina',NULL,NULL,1),(4236,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','33','4003','Productos en curso',NULL,NULL,1),(4237,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','330','4236','Productos en curos A',NULL,NULL,1),(4238,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','331','4236','Productos en curso B',NULL,NULL,1),(4239,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','34','4003','Productos semiterminados',NULL,NULL,1),(4240,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','340','4239','Productos semiterminados A',NULL,NULL,1),(4241,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','341','4239','Productos semiterminados B',NULL,NULL,1),(4242,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','35','4003','Productos terminados',NULL,NULL,1),(4243,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','350','4242','Productos terminados A',NULL,NULL,1),(4244,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','351','4242','Productos terminados B',NULL,NULL,1),(4245,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','36','4003','Subproductos, residuos y materiales recuperados',NULL,NULL,1),(4246,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','360','4245','Subproductos A',NULL,NULL,1),(4247,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','361','4245','Subproductos B',NULL,NULL,1),(4248,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','365','4245','Residuos A',NULL,NULL,1),(4249,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','366','4245','Residuos B',NULL,NULL,1),(4250,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','368','4245','Materiales recuperados A',NULL,NULL,1),(4251,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','369','4245','Materiales recuperados B',NULL,NULL,1),(4252,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','39','4003','Deterioro de valor de las existencias',NULL,NULL,1),(4253,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','390','4252','Deterioro de valor de las mercaderías',NULL,NULL,1),(4254,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','391','4252','Deterioro de valor de las materias primas',NULL,NULL,1),(4255,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','392','4252','Deterioro de valor de otros aprovisionamientos',NULL,NULL,1),(4256,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','393','4252','Deterioro de valor de los productos en curso',NULL,NULL,1),(4257,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','394','4252','Deterioro de valor de los productos semiterminados',NULL,NULL,1),(4258,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','395','4252','Deterioro de valor de los productos terminados',NULL,NULL,1),(4259,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','EXISTENCIAS','XXXXXX','396','4252','Deterioro de valor de los subproductos, residuos y materiales recuperados',NULL,NULL,1),(4260,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','40','4004','Proveedores',NULL,NULL,1),(4261,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','PROVEEDORES','400','4260','Proveedores',NULL,NULL,1),(4262,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4000','4261','Proveedores euros',NULL,NULL,1),(4263,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4004','4261','Proveedores moneda extranjera',NULL,NULL,1),(4264,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4009','4261','Proveedores facturas pendientes de recibir o formalizar',NULL,NULL,1),(4265,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','401','4260','Proveedores efectos comerciales a pagar',NULL,NULL,1),(4266,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','403','4260','Proveedores empresas del grupo',NULL,NULL,1),(4267,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4030','4266','Proveedores empresas del grupo euros',NULL,NULL,1),(4268,1,NULL,'2017-08-26 22:04:46','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4031','4266','Efectos comerciales a pagar empresas del grupo',NULL,NULL,1),(4269,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4034','4266','Proveedores empresas del grupo moneda extranjera',NULL,NULL,1),(4270,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4036','4266','Envases y embalajes a devolver a proveedores empresas del grupo',NULL,NULL,1),(4271,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4039','4266','Proveedores empresas del grupo facturas pendientes de recibir o de formalizar',NULL,NULL,1),(4272,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','404','4260','Proveedores empresas asociadas',NULL,NULL,1),(4273,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','405','4260','Proveedores otras partes vinculadas',NULL,NULL,1),(4274,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','406','4260','Envases y embalajes a devolver a proveedores',NULL,NULL,1),(4275,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','407','4260','Anticipos a proveedores',NULL,NULL,1),(4276,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','41','4004','Acreedores varios',NULL,NULL,1),(4277,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','410','4276','Acreedores por prestaciones de servicios',NULL,NULL,1),(4278,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4100','4277','Acreedores por prestaciones de servicios euros',NULL,NULL,1),(4279,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4104','4277','Acreedores por prestaciones de servicios moneda extranjera',NULL,NULL,1),(4280,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4109','4277','Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar',NULL,NULL,1),(4281,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','411','4276','Acreedores efectos comerciales a pagar',NULL,NULL,1),(4282,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','419','4276','Acreedores por operaciones en común',NULL,NULL,1),(4283,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','43','4004','Clientes',NULL,NULL,1),(4284,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','CLIENTES','430','4283','Clientes',NULL,NULL,1),(4285,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4300','4284','Clientes euros',NULL,NULL,1),(4286,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4304','4284','Clientes moneda extranjera',NULL,NULL,1),(4287,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4309','4284','Clientes facturas pendientes de formalizar',NULL,NULL,1),(4288,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','431','4283','Clientes efectos comerciales a cobrar',NULL,NULL,1),(4289,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4310','4288','Efectos comerciales en cartera',NULL,NULL,1),(4290,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4311','4288','Efectos comerciales descontados',NULL,NULL,1),(4291,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4312','4288','Efectos comerciales en gestión de cobro',NULL,NULL,1),(4292,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4315','4288','Efectos comerciales impagados',NULL,NULL,1),(4293,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','432','4283','Clientes operaciones de factoring',NULL,NULL,1),(4294,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','433','4283','Clientes empresas del grupo',NULL,NULL,1),(4295,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4330','4294','Clientes empresas del grupo euros',NULL,NULL,1),(4296,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4331','4294','Efectos comerciales a cobrar empresas del grupo',NULL,NULL,1),(4297,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4332','4294','Clientes empresas del grupo operaciones de factoring',NULL,NULL,1),(4298,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4334','4294','Clientes empresas del grupo moneda extranjera',NULL,NULL,1),(4299,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4336','4294','Clientes empresas del grupo dudoso cobro',NULL,NULL,1),(4300,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4337','4294','Envases y embalajes a devolver a clientes empresas del grupo',NULL,NULL,1),(4301,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4339','4294','Clientes empresas del grupo facturas pendientes de formalizar',NULL,NULL,1),(4302,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','434','4283','Clientes empresas asociadas',NULL,NULL,1),(4303,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','435','4283','Clientes otras partes vinculadas',NULL,NULL,1),(4304,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','436','4283','Clientes de dudoso cobro',NULL,NULL,1),(4305,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','437','4283','Envases y embalajes a devolver por clientes',NULL,NULL,1),(4306,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','438','4283','Anticipos de clientes',NULL,NULL,1),(4307,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','44','4004','Deudores varios',NULL,NULL,1),(4308,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','440','4307','Deudores',NULL,NULL,1),(4309,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4400','4308','Deudores euros',NULL,NULL,1),(4310,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4404','4308','Deudores moneda extranjera',NULL,NULL,1),(4311,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4409','4308','Deudores facturas pendientes de formalizar',NULL,NULL,1),(4312,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','441','4307','Deudores efectos comerciales a cobrar',NULL,NULL,1),(4313,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4410','4312','Deudores efectos comerciales en cartera',NULL,NULL,1),(4314,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4411','4312','Deudores efectos comerciales descontados',NULL,NULL,1),(4315,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4412','4312','Deudores efectos comerciales en gestión de cobro',NULL,NULL,1),(4316,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4415','4312','Deudores efectos comerciales impagados',NULL,NULL,1),(4317,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','446','4307','Deudores de dusoso cobro',NULL,NULL,1),(4318,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','449','4307','Deudores por operaciones en común',NULL,NULL,1),(4319,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','46','4004','Personal',NULL,NULL,1),(4320,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','460','4319','Anticipos de renumeraciones',NULL,NULL,1),(4321,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','465','4319','Renumeraciones pendientes de pago',NULL,NULL,1),(4322,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','47','4004','Administraciones Públicas',NULL,NULL,1),(4323,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','470','4322','Hacienda Pública deudora por diversos conceptos',NULL,NULL,1),(4324,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4700','4323','Hacienda Pública deudora por IVA',NULL,NULL,1),(4325,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4708','4323','Hacienda Pública deudora por subvenciones concedidas',NULL,NULL,1),(4326,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4709','4323','Hacienda Pública deudora por devolución de impuestos',NULL,NULL,1),(4327,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','471','4322','Organismos de la Seguridad Social deudores',NULL,NULL,1),(4328,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','472','4322','Hacienda Pública IVA soportado',NULL,NULL,1),(4329,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','473','4322','Hacienda Pública retenciones y pagos a cuenta',NULL,NULL,1),(4330,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','474','4322','Activos por impuesto diferido',NULL,NULL,1),(4331,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4740','4330','Activos por diferencias temporarias deducibles',NULL,NULL,1),(4332,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4742','4330','Derechos por deducciones y bonificaciones pendientes de aplicar',NULL,NULL,1),(4333,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4745','4330','Crédito por pérdidasa compensar del ejercicio',NULL,NULL,1),(4334,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','475','4322','Hacienda Pública acreedora por conceptos fiscales',NULL,NULL,1),(4335,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4750','4334','Hacienda Pública acreedora por IVA',NULL,NULL,1),(4336,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4751','4334','Hacienda Pública acreedora por retenciones practicadas',NULL,NULL,1),(4337,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4752','4334','Hacienda Pública acreedora por impuesto sobre sociedades',NULL,NULL,1),(4338,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4758','4334','Hacienda Pública acreedora por subvenciones a integrar',NULL,NULL,1),(4339,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','476','4322','Organismos de la Seguridad Social acreedores',NULL,NULL,1),(4340,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','477','4322','Hacienda Pública IVA repercutido',NULL,NULL,1),(4341,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','479','4322','Pasivos por diferencias temporarias imponibles',NULL,NULL,1),(4342,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','48','4004','Ajustes por periodificación',NULL,NULL,1),(4343,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','480','4342','Gastos anticipados',NULL,NULL,1),(4344,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','485','4342','Ingresos anticipados',NULL,NULL,1),(4345,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','49','4004','Deterioro de valor de créditos comerciales y provisiones a corto plazo',NULL,NULL,1),(4346,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','490','4345','Deterioro de valor de créditos por operaciones comerciales',NULL,NULL,1),(4347,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','493','4345','Deterioro de valor de créditos por operaciones comerciales con partes vinculadas',NULL,NULL,1),(4348,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4933','4347','Deterioro de valor de créditos por operaciones comerciales con empresas del grupo',NULL,NULL,1),(4349,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4934','4347','Deterioro de valor de créditos por operaciones comerciales con empresas asociadas',NULL,NULL,1),(4350,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4935','4347','Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas',NULL,NULL,1),(4351,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','499','4345','Provisiones por operaciones comerciales',NULL,NULL,1),(4352,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4994','4351','Provisión para contratos anerosos',NULL,NULL,1),(4353,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','ACREEDORES_DEUDORES','XXXXXX','4999','4351','Provisión para otras operaciones comerciales',NULL,NULL,1),(4354,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','50','4005','Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo',NULL,NULL,1),(4355,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','500','4354','Obligaciones y bonos a corto plazo',NULL,NULL,1),(4356,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','502','4354','Acciones o participaciones a corto plazo consideradas como pasivos financieros',NULL,NULL,1),(4357,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','505','4354','Deudas representadas en otros valores negociables a corto plazo',NULL,NULL,1),(4358,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','506','4354','Intereses a corto plazo de emprésitos y otras emisiones analógicas',NULL,NULL,1),(4359,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','507','4354','Dividendos de acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4360,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','509','4354','Valores negociables amortizados',NULL,NULL,1),(4361,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5090','4360','Obligaciones y bonos amortizados',NULL,NULL,1),(4362,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5095','4360','Otros valores negociables amortizados',NULL,NULL,1),(4363,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','51','4005','Deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4364,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','510','4363','Deudas a corto plazo con entidades de crédito vinculadas',NULL,NULL,1),(4365,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5103','4364','Deudas a corto plazo con entidades de crédito empresas del grupo',NULL,NULL,1),(4366,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5104','4364','Deudas a corto plazo con entidades de crédito empresas asociadas',NULL,NULL,1),(4367,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5105','4364','Deudas a corto plazo con otras entidades de crédito vinculadas',NULL,NULL,1),(4368,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','511','4363','Proveedores de inmovilizado a corto plazo partes vinculadas',NULL,NULL,1),(4369,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5113','4368','Proveedores de inmovilizado a corto plazo empresas del grupo',NULL,NULL,1),(4370,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5114','4368','Proveedores de inmovilizado a corto plazo empresas asociadas',NULL,NULL,1),(4371,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5115','4368','Proveedores de inmovilizado a corto plazo otras partes vinculadas',NULL,NULL,1),(4372,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','512','4363','Acreedores por arrendamiento financiero a corto plazo partes vinculadas',NULL,NULL,1),(4373,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5123','4372','Acreedores por arrendamiento financiero a corto plazo empresas del grupo',NULL,NULL,1),(4374,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5124','4372','Acreedores por arrendamiento financiero a corto plazo empresas asociadas',NULL,NULL,1),(4375,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5125','4372','Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas',NULL,NULL,1),(4376,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','513','4363','Otras deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4377,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5133','4376','Otras deudas a corto plazo con empresas del grupo',NULL,NULL,1),(4378,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5134','4376','Otras deudas a corto plazo con empresas asociadas',NULL,NULL,1),(4379,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5135','4376','Otras deudas a corto plazo con partes vinculadas',NULL,NULL,1),(4380,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','514','4363','Intereses a corto plazo con partes vinculadas',NULL,NULL,1),(4381,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5143','4380','Intereses a corto plazo empresas del grupo',NULL,NULL,1),(4382,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5144','4380','Intereses a corto plazo empresas asociadas',NULL,NULL,1),(4383,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5145','4380','Intereses deudas a corto plazo partes vinculadas',NULL,NULL,1),(4384,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','52','4005','Deudas a corto plazo por préstamos recibidos y otros conceptos',NULL,NULL,1),(4385,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','520','4384','Deudas a corto plazo con entidades de crédito',NULL,NULL,1),(4386,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5200','4385','Préstamos a corto plazo de entidades de crédito',NULL,NULL,1),(4387,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5201','4385','Deudas a corto plazo por crédito dispuesto',NULL,NULL,1),(4388,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5208','4385','Deudas por efectos descontados',NULL,NULL,1),(4389,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5209','4385','Deudas por operaciones de factoring',NULL,NULL,1),(4390,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','521','4384','Deudas a corto plazo',NULL,NULL,1),(4391,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','522','4384','Deudas a corto plazo transformables en subvenciones donaciones y legados',NULL,NULL,1),(4392,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','523','4384','Proveedores de inmovilizado a corto plazo',NULL,NULL,1),(4393,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','526','4384','Dividendo activo a pagar',NULL,NULL,1),(4394,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','527','4384','Intereses a corto plazo de deudas con entidades de crédito',NULL,NULL,1),(4395,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','528','4384','Intereses a corto plazo de deudas',NULL,NULL,1),(4396,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','529','4384','Provisiones a corto plazo',NULL,NULL,1),(4397,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5291','4396','Provisión a corto plazo para impuestos',NULL,NULL,1),(4398,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5292','4396','Provisión a corto plazo para otras responsabilidades',NULL,NULL,1),(4399,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5293','4396','Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado',NULL,NULL,1),(4400,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5295','4396','Provisión a corto plazo para actuaciones medioambientales',NULL,NULL,1),(4401,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','53','4005','Inversiones financieras a corto plazo en partes vinculadas',NULL,NULL,1),(4402,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','530','4401','Participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4403,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5303','4402','Participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4404,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5304','4402','Participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4405,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5305','4402','Participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4406,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','531','4401','Valores representativos de deuda a corto plazo de partes vinculadas',NULL,NULL,1),(4407,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5313','4406','Valores representativos de deuda a corto plazo de empresas del grupo',NULL,NULL,1),(4408,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5314','4406','Valores representativos de deuda a corto plazo de empresas asociadas',NULL,NULL,1),(4409,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5315','4406','Valores representativos de deuda a corto plazo de otras partes vinculadas',NULL,NULL,1),(4410,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','532','4401','Créditos a corto plazo a partes vinculadas',NULL,NULL,1),(4411,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5323','4410','Créditos a corto plazo a empresas del grupo',NULL,NULL,1),(4412,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5324','4410','Créditos a corto plazo a empresas asociadas',NULL,NULL,1),(4413,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5325','4410','Créditos a corto plazo a otras partes vinculadas',NULL,NULL,1),(4414,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','533','4401','Intereses a corto plazo de valores representativos de deuda de partes vinculadas',NULL,NULL,1),(4415,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5333','4414','Intereses a corto plazo de valores representativos de deuda en empresas del grupo',NULL,NULL,1),(4416,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5334','4414','Intereses a corto plazo de valores representativos de deuda en empresas asociadas',NULL,NULL,1),(4417,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5335','4414','Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas',NULL,NULL,1),(4418,1,NULL,'2017-08-26 22:04:47','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','534','4401','Intereses a corto plazo de créditos a partes vinculadas',NULL,NULL,1),(4419,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5343','4418','Intereses a corto plazo de créditos a empresas del grupo',NULL,NULL,1),(4420,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5344','4418','Intereses a corto plazo de créditos a empresas asociadas',NULL,NULL,1),(4421,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5345','4418','Intereses a corto plazo de créditos a otras partes vinculadas',NULL,NULL,1),(4422,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','535','4401','Dividendo a cobrar de inversiones financieras en partes vinculadas',NULL,NULL,1),(4423,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5353','4422','Dividendo a cobrar de empresas del grupo',NULL,NULL,1),(4424,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5354','4422','Dividendo a cobrar de empresas asociadas',NULL,NULL,1),(4425,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5355','4422','Dividendo a cobrar de otras partes vinculadas',NULL,NULL,1),(4426,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','539','4401','Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4427,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5393','4426','Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4428,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5394','4426','Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4429,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5395','4426','Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4430,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','54','4005','Otras inversiones financieras a corto plazo',NULL,NULL,1),(4431,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','540','4430','Inversiones financieras a corto plazo en instrumentos de patrimonio',NULL,NULL,1),(4432,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','541','4430','Valores representativos de deuda a corto plazo',NULL,NULL,1),(4433,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','542','4430','Créditos a corto plazo',NULL,NULL,1),(4434,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','543','4430','Créditos a corto plazo por enejenación de inmovilizado',NULL,NULL,1),(4435,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','544','4430','Créditos a corto plazo al personal',NULL,NULL,1),(4436,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','545','4430','Dividendo a cobrar',NULL,NULL,1),(4437,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','546','4430','Intereses a corto plazo de valores reprsentativos de deuda',NULL,NULL,1),(4438,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','547','4430','Intereses a corto plazo de créditos',NULL,NULL,1),(4439,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','548','4430','Imposiciones a corto plazo',NULL,NULL,1),(4440,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','549','4430','Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo',NULL,NULL,1),(4441,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','55','4005','Otras cuentas no bancarias',NULL,NULL,1),(4442,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','550','4441','Titular de la explotación',NULL,NULL,1),(4443,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','551','4441','Cuenta corriente con socios y administradores',NULL,NULL,1),(4444,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','552','4441','Cuenta corriente otras personas y entidades vinculadas',NULL,NULL,1),(4445,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5523','4444','Cuenta corriente con empresas del grupo',NULL,NULL,1),(4446,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5524','4444','Cuenta corriente con empresas asociadas',NULL,NULL,1),(4447,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5525','4444','Cuenta corriente con otras partes vinculadas',NULL,NULL,1),(4448,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','554','4441','Cuenta corriente con uniones temporales de empresas y comunidades de bienes',NULL,NULL,1),(4449,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','555','4441','Partidas pendientes de aplicación',NULL,NULL,1),(4450,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','556','4441','Desembolsos exigidos sobre participaciones en el patrimonio neto',NULL,NULL,1),(4451,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5563','4450','Desembolsos exigidos sobre participaciones empresas del grupo',NULL,NULL,1),(4452,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5564','4450','Desembolsos exigidos sobre participaciones empresas asociadas',NULL,NULL,1),(4453,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5565','4450','Desembolsos exigidos sobre participaciones otras partes vinculadas',NULL,NULL,1),(4454,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5566','4450','Desembolsos exigidos sobre participaciones otras empresas',NULL,NULL,1),(4455,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','557','4441','Dividendo activo a cuenta',NULL,NULL,1),(4456,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','558','4441','Socios por desembolsos exigidos',NULL,NULL,1),(4457,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5580','4456','Socios por desembolsos exigidos sobre acciones o participaciones ordinarias',NULL,NULL,1),(4458,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5585','4456','Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4459,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','559','4441','Derivados financieros a corto plazo',NULL,NULL,1),(4460,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5590','4459','Activos por derivados financieros a corto plazo',NULL,NULL,1),(4461,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5595','4459','Pasivos por derivados financieros a corto plazo',NULL,NULL,1),(4462,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','56','4005','Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación',NULL,NULL,1),(4463,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','560','4462','Finanzas recibidas a corto plazo',NULL,NULL,1),(4464,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','561','4462','Depósitos recibidos a corto plazo',NULL,NULL,1),(4465,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','565','4462','Finanzas constituidas a corto plazo',NULL,NULL,1),(4466,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','566','4462','Depósitos constituidos a corto plazo',NULL,NULL,1),(4467,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','567','4462','Intereses pagados por anticipado',NULL,NULL,1),(4468,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','568','4462','Intereses cobrados a corto plazo',NULL,NULL,1),(4469,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','57','4005','Tesorería',NULL,NULL,1),(4470,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','CAJA','570','4469','Caja euros',NULL,NULL,1),(4471,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','571','4469','Caja moneda extranjera',NULL,NULL,1),(4472,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','BANCOS','572','4469','Bancos e instituciones de crédito cc vista euros',NULL,NULL,1),(4473,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','573','4469','Bancos e instituciones de crédito cc vista moneda extranjera',NULL,NULL,1),(4474,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','574','4469','Bancos e instituciones de crédito cuentas de ahorro euros',NULL,NULL,1),(4475,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','575','4469','Bancos e instituciones de crédito cuentas de ahorro moneda extranjera',NULL,NULL,1),(4476,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','576','4469','Inversiones a corto plazo de gran liquidez',NULL,NULL,1),(4477,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','59','4005','Deterioro del valor de las inversiones financieras a corto plazo',NULL,NULL,1),(4478,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','593','4477','Deterioro del valor de participaciones a corto plazo en partes vinculadas',NULL,NULL,1),(4479,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5933','4478','Deterioro del valor de participaciones a corto plazo en empresas del grupo',NULL,NULL,1),(4480,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5934','4478','Deterioro del valor de participaciones a corto plazo en empresas asociadas',NULL,NULL,1),(4481,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5935','4478','Deterioro del valor de participaciones a corto plazo en otras partes vinculadas',NULL,NULL,1),(4482,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','594','4477','Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas',NULL,NULL,1),(4483,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5943','4482','Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo',NULL,NULL,1),(4484,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5944','4482','Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas',NULL,NULL,1),(4485,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5945','4482','Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas',NULL,NULL,1),(4486,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','595','4477','Deterioro del valor de créditos a corto plazo en partes vinculadas',NULL,NULL,1),(4487,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5953','4486','Deterioro del valor de créditos a corto plazo en empresas del grupo',NULL,NULL,1),(4488,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5954','4486','Deterioro del valor de créditos a corto plazo en empresas asociadas',NULL,NULL,1),(4489,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','5955','4486','Deterioro del valor de créditos a corto plazo en otras partes vinculadas',NULL,NULL,1),(4490,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','596','4477','Deterioro del valor de participaciones a corto plazo',NULL,NULL,1),(4491,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','597','4477','Deterioro del valor de valores representativos de deuda a corto plazo',NULL,NULL,1),(4492,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','CUENTAS_FINANCIERAS','XXXXXX','598','4477','Deterioro de valor de créditos a corto plazo',NULL,NULL,1),(4493,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','60','4006','Compras',NULL,NULL,1),(4494,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','600','4493','Compras de mercaderías',NULL,NULL,1),(4495,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','601','4493','Compras de materias primas',NULL,NULL,1),(4496,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','602','4493','Compras de otros aprovisionamientos',NULL,NULL,1),(4497,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','606','4493','Descuentos sobre compras por pronto pago',NULL,NULL,1),(4498,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6060','4497','Descuentos sobre compras por pronto pago de mercaderías',NULL,NULL,1),(4499,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6061','4497','Descuentos sobre compras por pronto pago de materias primas',NULL,NULL,1),(4500,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6062','4497','Descuentos sobre compras por pronto pago de otros aprovisionamientos',NULL,NULL,1),(4501,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','COMPRAS','607','4493','Trabajos realizados por otras empresas',NULL,NULL,1),(4502,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','608','4493','Devoluciones de compras y operaciones similares',NULL,NULL,1),(4503,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6080','4502','Devoluciones de compras de mercaderías',NULL,NULL,1),(4504,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6081','4502','Devoluciones de compras de materias primas',NULL,NULL,1),(4505,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6082','4502','Devoluciones de compras de otros aprovisionamientos',NULL,NULL,1),(4506,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','609','4493','Rappels por compras',NULL,NULL,1),(4507,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6090','4506','Rappels por compras de mercaderías',NULL,NULL,1),(4508,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6091','4506','Rappels por compras de materias primas',NULL,NULL,1),(4509,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6092','4506','Rappels por compras de otros aprovisionamientos',NULL,NULL,1),(4510,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','61','4006','Variación de existencias',NULL,NULL,1),(4511,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','610','4510','Variación de existencias de mercaderías',NULL,NULL,1),(4512,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','611','4510','Variación de existencias de materias primas',NULL,NULL,1),(4513,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','612','4510','Variación de existencias de otros aprovisionamientos',NULL,NULL,1),(4514,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','62','4006','Servicios exteriores',NULL,NULL,1),(4515,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','620','4514','Gastos en investigación y desarrollo del ejercicio',NULL,NULL,1),(4516,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','621','4514','Arrendamientos y cánones',NULL,NULL,1),(4517,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','622','4514','Reparaciones y conservación',NULL,NULL,1),(4518,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','623','4514','Servicios profesionales independientes',NULL,NULL,1),(4519,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','624','4514','Transportes',NULL,NULL,1),(4520,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','625','4514','Primas de seguros',NULL,NULL,1),(4521,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','626','4514','Servicios bancarios y similares',NULL,NULL,1),(4522,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','627','4514','Publicidad, propaganda y relaciones públicas',NULL,NULL,1),(4523,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','628','4514','Suministros',NULL,NULL,1),(4524,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','629','4514','Otros servicios',NULL,NULL,1),(4525,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','63','4006','Tributos',NULL,NULL,1),(4526,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','630','4525','Impuesto sobre benecifios',NULL,NULL,1),(4527,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6300','4526','Impuesto corriente',NULL,NULL,1),(4528,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6301','4526','Impuesto diferido',NULL,NULL,1),(4529,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','631','4525','Otros tributos',NULL,NULL,1),(4530,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','633','4525','Ajustes negativos en la imposición sobre beneficios',NULL,NULL,1),(4531,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','634','4525','Ajustes negativos en la imposición indirecta',NULL,NULL,1),(4532,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6341','4531','Ajustes negativos en IVA de activo corriente',NULL,NULL,1),(4533,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6342','4531','Ajustes negativos en IVA de inversiones',NULL,NULL,1),(4534,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','636','4525','Devolución de impuestos',NULL,NULL,1),(4535,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','638','4525','Ajustes positivos en la imposición sobre beneficios',NULL,NULL,1),(4536,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','639','4525','Ajustes positivos en la imposición directa',NULL,NULL,1),(4537,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6391','4536','Ajustes positivos en IVA de activo corriente',NULL,NULL,1),(4538,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6392','4536','Ajustes positivos en IVA de inversiones',NULL,NULL,1),(4539,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','64','4006','Gastos de personal',NULL,NULL,1),(4540,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','640','4539','Sueldos y salarios',NULL,NULL,1),(4541,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','641','4539','Indemnizaciones',NULL,NULL,1),(4542,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','642','4539','Seguridad social a cargo de la empresa',NULL,NULL,1),(4543,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','649','4539','Otros gastos sociales',NULL,NULL,1),(4544,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','65','4006','Otros gastos de gestión',NULL,NULL,1),(4545,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','650','4544','Pérdidas de créditos comerciales incobrables',NULL,NULL,1),(4546,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','651','4544','Resultados de operaciones en común',NULL,NULL,1),(4547,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6510','4546','Beneficio transferido gestor',NULL,NULL,1),(4548,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6511','4546','Pérdida soportada participe o asociado no gestor',NULL,NULL,1),(4549,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','659','4544','Otras pérdidas en gestión corriente',NULL,NULL,1),(4550,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','66','4006','Gastos financieros',NULL,NULL,1),(4551,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','660','4550','Gastos financieros por actualización de provisiones',NULL,NULL,1),(4552,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','661','4550','Intereses de obligaciones y bonos',NULL,NULL,1),(4553,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6610','4452','Intereses de obligaciones y bonos a largo plazo empresas del grupo',NULL,NULL,1),(4554,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6611','4452','Intereses de obligaciones y bonos a largo plazo empresas asociadas',NULL,NULL,1),(4555,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6612','4452','Intereses de obligaciones y bonos a largo plazo otras partes vinculadas',NULL,NULL,1),(4556,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6613','4452','Intereses de obligaciones y bonos a largo plazo otras empresas',NULL,NULL,1),(4557,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6615','4452','Intereses de obligaciones y bonos a corto plazo empresas del grupo',NULL,NULL,1),(4558,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6616','4452','Intereses de obligaciones y bonos a corto plazo empresas asociadas',NULL,NULL,1),(4559,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6617','4452','Intereses de obligaciones y bonos a corto plazo otras partes vinculadas',NULL,NULL,1),(4560,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6618','4452','Intereses de obligaciones y bonos a corto plazo otras empresas',NULL,NULL,1),(4561,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','662','4550','Intereses de deudas',NULL,NULL,1),(4562,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6620','4561','Intereses de deudas empresas del grupo',NULL,NULL,1),(4563,1,NULL,'2017-08-26 22:04:48','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6621','4561','Intereses de deudas empresas asociadas',NULL,NULL,1),(4564,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6622','4561','Intereses de deudas otras partes vinculadas',NULL,NULL,1),(4565,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6623','4561','Intereses de deudas con entidades de crédito',NULL,NULL,1),(4566,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6624','4561','Intereses de deudas otras empresas',NULL,NULL,1),(4567,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','663','4550','Pérdidas por valorización de activos y pasivos financieros por su valor razonable',NULL,NULL,1),(4568,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','664','4550','Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros',NULL,NULL,1),(4569,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6640','4568','Dividendos de pasivos empresas del grupo',NULL,NULL,1),(4570,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6641','4568','Dividendos de pasivos empresas asociadas',NULL,NULL,1),(4571,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6642','4568','Dividendos de pasivos otras partes vinculadas',NULL,NULL,1),(4572,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6643','4568','Dividendos de pasivos otras empresas',NULL,NULL,1),(4573,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','665','4550','Intereses por descuento de efectos y operaciones de factoring',NULL,NULL,1),(4574,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6650','4573','Intereses por descuento de efectos en entidades de crédito del grupo',NULL,NULL,1),(4575,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6651','4573','Intereses por descuento de efectos en entidades de crédito asociadas',NULL,NULL,1),(4576,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6652','4573','Intereses por descuento de efectos en entidades de crédito vinculadas',NULL,NULL,1),(4577,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6653','4573','Intereses por descuento de efectos en otras entidades de crédito',NULL,NULL,1),(4578,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6654','4573','Intereses por operaciones de factoring con entidades de crédito del grupo',NULL,NULL,1),(4579,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6655','4573','Intereses por operaciones de factoring con entidades de crédito asociadas',NULL,NULL,1),(4580,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6656','4573','Intereses por operaciones de factoring con otras entidades de crédito vinculadas',NULL,NULL,1),(4581,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6657','4573','Intereses por operaciones de factoring con otras entidades de crédito',NULL,NULL,1),(4582,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','666','4550','Pérdidas en participaciones y valores representativos de deuda',NULL,NULL,1),(4583,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6660','4582','Pérdidas en valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4584,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6661','4582','Pérdidas en valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4585,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6662','4582','Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas',NULL,NULL,1),(4586,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6663','4582','Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4587,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6665','4582','Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4588,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6666','4582','Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4589,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6667','4582','Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas',NULL,NULL,1),(4590,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6668','4582','Pérdidas en valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4591,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','667','4550','Pérdidas de créditos no comerciales',NULL,NULL,1),(4592,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6670','4591','Pérdidas de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4593,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6671','4591','Pérdidas de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4594,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6672','4591','Pérdidas de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4595,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6673','4591','Pérdidas de créditos a largo plazo otras empresas',NULL,NULL,1),(4596,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6675','4591','Pérdidas de créditos a corto plazo empresas del grupo',NULL,NULL,1),(4597,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6676','4591','Pérdidas de créditos a corto plazo empresas asociadas',NULL,NULL,1),(4598,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6677','4591','Pérdidas de créditos a corto plazo otras partes vinculadas',NULL,NULL,1),(4599,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6678','4591','Pérdidas de créditos a corto plazo otras empresas',NULL,NULL,1),(4600,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','668','4550','Diferencias negativas de cambio',NULL,NULL,1),(4601,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','669','4550','Otros gastos financieros',NULL,NULL,1),(4602,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','67','4006','Pérdidas procedentes de activos no corrientes y gastos excepcionales',NULL,NULL,1),(4603,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','670','4602','Pérdidas procedentes del inmovilizado intangible',NULL,NULL,1),(4604,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','671','4602','Pérdidas procedentes del inmovilizado material',NULL,NULL,1),(4605,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','672','4602','Pérdidas procedentes de las inversiones inmobiliarias',NULL,NULL,1),(4607,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','673','4602','Pérdidas procedentes de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4608,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6733','4607','Pérdidas procedentes de participaciones a largo plazo empresas del grupo',NULL,NULL,1),(4609,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6734','4607','Pérdidas procedentes de participaciones a largo plazo empresas asociadas',NULL,NULL,1),(4610,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6735','4607','Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas',NULL,NULL,1),(4611,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','675','4602','Pérdidas por operaciones con obligaciones propias',NULL,NULL,1),(4612,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','678','4602','Gastos excepcionales',NULL,NULL,1),(4613,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','68','4006','Dotaciones para amortizaciones',NULL,NULL,1),(4614,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','680','4613','Amortización del inmovilizado intangible',NULL,NULL,1),(4615,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','681','4613','Amortización del inmovilizado material',NULL,NULL,1),(4616,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','682','4613','Amortización de las inversiones inmobiliarias',NULL,NULL,1),(4617,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','69','4006','Pérdidas por deterioro y otras dotaciones',NULL,NULL,1),(4618,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','690','4617','Pérdidas por deterioro del inmovilizado intangible',NULL,NULL,1),(4619,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','691','4617','Pérdidas por deterioro del inmovilizado material',NULL,NULL,1),(4620,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','692','4617','Pérdidas por deterioro de las inversiones inmobiliarias',NULL,NULL,1),(4621,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','693','4617','Pérdidas por deterioro de existencias',NULL,NULL,1),(4622,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6930','4621','Pérdidas por deterioro de productos terminados y en curso de fabricación',NULL,NULL,1),(4623,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6931','4621','Pérdidas por deterioro de mercaderías',NULL,NULL,1),(4624,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6932','4621','Pérdidas por deterioro de materias primas',NULL,NULL,1),(4625,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6933','4621','Pérdidas por deterioro de otros aprovisionamientos',NULL,NULL,1),(4626,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','694','4617','Pérdidas por deterioro de créditos por operaciones comerciales',NULL,NULL,1),(4627,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','695','4617','Dotación a la provisión por operaciones comerciales',NULL,NULL,1),(4628,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6954','4627','Dotación a la provisión por contratos onerosos',NULL,NULL,1),(4629,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6959','4628','Dotación a la provisión para otras operaciones comerciales',NULL,NULL,1),(4630,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','696','4617','Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo',NULL,NULL,1),(4631,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6960','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',NULL,NULL,1),(4632,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6961','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',NULL,NULL,1),(4633,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6962','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',NULL,NULL,1),(4634,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6963','4630','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',NULL,NULL,1),(4635,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6965','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4636,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6966','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4637,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6967','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas',NULL,NULL,1),(4638,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6968','4630','Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4639,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','697','4617','Pérdidas por deterioro de créditos a largo plazo',NULL,NULL,1),(4640,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6970','4639','Pérdidas por deterioro de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4641,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6971','4639','Pérdidas por deterioro de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4642,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6972','4639','Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4643,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6973','4639','Pérdidas por deterioro de créditos a largo plazo otras empresas',NULL,NULL,1),(4644,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','698','4617','Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo',NULL,NULL,1),(4645,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6980','4644','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',NULL,NULL,1),(4646,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6981','4644','Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',NULL,NULL,1),(4647,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6985','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4648,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6986','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4649,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6988','4644','Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas',NULL,NULL,1),(4650,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','699','4617','Pérdidas por deterioro de crédito a corto plazo',NULL,NULL,1),(4651,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6990','4650','Pérdidas por deterioro de crédito a corto plazo empresas del grupo',NULL,NULL,1),(4652,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6991','4650','Pérdidas por deterioro de crédito a corto plazo empresas asociadas',NULL,NULL,1),(4653,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6992','4650','Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas',NULL,NULL,1),(4654,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','COMPRAS_Y_GASTOS','XXXXXX','6993','4650','Pérdidas por deterioro de crédito a corto plazo otras empresas',NULL,NULL,1),(4655,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','70','4007','Ventas',NULL,NULL,1),(4656,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','700','4655','Ventas de mercaderías',NULL,NULL,1),(4657,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','701','4655','Ventas de productos terminados',NULL,NULL,1),(4658,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','702','4655','Ventas de productos semiterminados',NULL,NULL,1),(4659,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','703','4655','Ventas de subproductos y residuos',NULL,NULL,1),(4660,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','704','4655','Ventas de envases y embalajes',NULL,NULL,1),(4661,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','VENTAS','705','4655','Prestaciones de servicios',NULL,NULL,1),(4662,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','706','4655','Descuentos sobre ventas por pronto pago',NULL,NULL,1),(4663,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7060','4662','Descuentos sobre ventas por pronto pago de mercaderías',NULL,NULL,1),(4664,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7061','4662','Descuentos sobre ventas por pronto pago de productos terminados',NULL,NULL,1),(4665,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7062','4662','Descuentos sobre ventas por pronto pago de productos semiterminados',NULL,NULL,1),(4666,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7063','4662','Descuentos sobre ventas por pronto pago de subproductos y residuos',NULL,NULL,1),(4667,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','708','4655','Devoluciones de ventas y operacioes similares',NULL,NULL,1),(4668,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7080','4667','Devoluciones de ventas de mercaderías',NULL,NULL,1),(4669,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7081','4667','Devoluciones de ventas de productos terminados',NULL,NULL,1),(4670,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7082','4667','Devoluciones de ventas de productos semiterminados',NULL,NULL,1),(4671,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7083','4667','Devoluciones de ventas de subproductos y residuos',NULL,NULL,1),(4672,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7084','4667','Devoluciones de ventas de envases y embalajes',NULL,NULL,1),(4673,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','71','4007','Variación de existencias',NULL,NULL,1),(4674,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','710','4673','Variación de existencias de productos en curso',NULL,NULL,1),(4675,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','711','4673','Variación de existencias de productos semiterminados',NULL,NULL,1),(4676,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','712','4673','Variación de existencias de productos terminados',NULL,NULL,1),(4677,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','713','4673','Variación de existencias de subproductos, residuos y materiales recuperados',NULL,NULL,1),(4678,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','73','4007','Trabajos realizados para la empresa',NULL,NULL,1),(4679,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','730','4678','Trabajos realizados para el inmovilizado intangible',NULL,NULL,1),(4680,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','731','4678','Trabajos realizados para el inmovilizado tangible',NULL,NULL,1),(4681,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','732','4678','Trabajos realizados en inversiones inmobiliarias',NULL,NULL,1),(4682,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','733','4678','Trabajos realizados para el inmovilizado material en curso',NULL,NULL,1),(4683,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','74','4007','Subvenciones, donaciones y legados',NULL,NULL,1),(4684,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','740','4683','Subvenciones, donaciones y legados a la explotación',NULL,NULL,1),(4685,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','746','4683','Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio',NULL,NULL,1),(4686,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','747','4683','Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio',NULL,NULL,1),(4687,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','75','4007','Otros ingresos de gestión',NULL,NULL,1),(4688,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','751','4687','Resultados de operaciones en común',NULL,NULL,1),(4689,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7510','4688','Pérdida transferida gestor',NULL,NULL,1),(4690,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7511','4688','Beneficio atribuido participe o asociado no gestor',NULL,NULL,1),(4691,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','752','4687','Ingreso por arrendamiento',NULL,NULL,1),(4692,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','753','4687','Ingresos de propiedad industrial cedida en explotación',NULL,NULL,1),(4693,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','754','4687','Ingresos por comisiones',NULL,NULL,1),(4694,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','755','4687','Ingresos por servicios al personal',NULL,NULL,1),(4695,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','759','4687','Ingresos por servicios diversos',NULL,NULL,1),(4696,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76','4007','Ingresos financieros',NULL,NULL,1),(4697,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','760','4696','Ingresos de participaciones en instrumentos de patrimonio',NULL,NULL,1),(4698,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7600','4697','Ingresos de participaciones en instrumentos de patrimonio empresas del grupo',NULL,NULL,1),(4699,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7601','4697','Ingresos de participaciones en instrumentos de patrimonio empresas asociadas',NULL,NULL,1),(4700,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7602','4697','Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas',NULL,NULL,1),(4701,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7603','4697','Ingresos de participaciones en instrumentos de patrimonio otras empresas',NULL,NULL,1),(4702,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','761','4696','Ingresos de valores representativos de deuda',NULL,NULL,1),(4703,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7610','4702','Ingresos de valores representativos de deuda empresas del grupo',NULL,NULL,1),(4704,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7611','4702','Ingresos de valores representativos de deuda empresas asociadas',NULL,NULL,1),(4705,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7612','4702','Ingresos de valores representativos de deuda otras partes asociadas',NULL,NULL,1),(4706,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7613','4702','Ingresos de valores representativos de deuda otras empresas',NULL,NULL,1),(4707,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','762','4696','Ingresos de créditos',NULL,NULL,1),(4708,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7620','4707','Ingresos de créditos a largo plazo',NULL,NULL,1),(4709,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76200','4708','Ingresos de crédito a largo plazo empresas del grupo',NULL,NULL,1),(4710,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76201','4708','Ingresos de crédito a largo plazo empresas asociadas',NULL,NULL,1),(4711,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76202','4708','Ingresos de crédito a largo plazo otras partes asociadas',NULL,NULL,1),(4712,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76203','4708','Ingresos de crédito a largo plazo otras empresas',NULL,NULL,1),(4713,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7621','4707','Ingresos de créditos a corto plazo',NULL,NULL,1),(4714,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76210','4713','Ingresos de crédito a corto plazo empresas del grupo',NULL,NULL,1),(4715,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76211','4713','Ingresos de crédito a corto plazo empresas asociadas',NULL,NULL,1),(4716,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76212','4713','Ingresos de crédito a corto plazo otras partes asociadas',NULL,NULL,1),(4717,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','76213','4713','Ingresos de crédito a corto plazo otras empresas',NULL,NULL,1),(4718,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','763','4696','Beneficios por valorización de activos y pasivos financieros por su valor razonable',NULL,NULL,1),(4719,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','766','4696','Beneficios en participaciones y valores representativos de deuda',NULL,NULL,1),(4720,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7660','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo',NULL,NULL,1),(4721,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7661','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas',NULL,NULL,1),(4722,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7662','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas',NULL,NULL,1),(4723,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7663','4719','Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas',NULL,NULL,1),(4724,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7665','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4725,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7666','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4726,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7667','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas',NULL,NULL,1),(4727,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7668','4719','Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4728,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','768','4696','Diferencias positivas de cambio',NULL,NULL,1),(4729,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','769','4696','Otros ingresos financieros',NULL,NULL,1),(4730,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','77','4007','Beneficios procedentes de activos no corrientes e ingresos excepcionales',NULL,NULL,1),(4731,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','770','4730','Beneficios procedentes del inmovilizado intangible',NULL,NULL,1),(4732,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','771','4730','Beneficios procedentes del inmovilizado material',NULL,NULL,1),(4733,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','772','4730','Beneficios procedentes de las inversiones inmobiliarias',NULL,NULL,1),(4734,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','773','4730','Beneficios procedentes de participaciones a largo plazo en partes vinculadas',NULL,NULL,1),(4735,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7733','4734','Beneficios procedentes de participaciones a largo plazo empresas del grupo',NULL,NULL,1),(4736,1,NULL,'2017-08-26 22:04:49','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7734','4734','Beneficios procedentes de participaciones a largo plazo empresas asociadas',NULL,NULL,1),(4737,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7735','4734','Beneficios procedentes de participaciones a largo plazo otras partes vinculadas',NULL,NULL,1),(4738,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','775','4730','Beneficios por operaciones con obligaciones propias',NULL,NULL,1),(4739,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','778','4730','Ingresos excepcionales',NULL,NULL,1),(4741,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79','4007','Excesos y aplicaciones de provisiones y pérdidas por deterioro',NULL,NULL,1),(4742,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','790','4741','Revisión del deterioro del inmovilizado intangible',NULL,NULL,1),(4743,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','791','4741','Revisión del deterioro del inmovilizado material',NULL,NULL,1),(4744,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','792','4741','Revisión del deterioro de las inversiones inmobiliarias',NULL,NULL,1),(4745,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','793','4741','Revisión del deterioro de las existencias',NULL,NULL,1),(4746,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7930','4745','Revisión del deterioro de productos terminados y en curso de fabricación',NULL,NULL,1),(4747,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7931','4745','Revisión del deterioro de mercaderías',NULL,NULL,1),(4748,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7932','4745','Revisión del deterioro de materias primas',NULL,NULL,1),(4749,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7933','4745','Revisión del deterioro de otros aprovisionamientos',NULL,NULL,1),(4750,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','794','4741','Revisión del deterioro de créditos por operaciones comerciales',NULL,NULL,1),(4751,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','795','4741','Exceso de provisiones',NULL,NULL,1),(4752,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7951','4751','Exceso de provisión para impuestos',NULL,NULL,1),(4753,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7952','4751','Exceso de provisión para otras responsabilidades',NULL,NULL,1),(4755,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7954','4751','Exceso de provisión para operaciones comerciales',NULL,NULL,1),(4756,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79544','4755','Exceso de provisión por contratos onerosos',NULL,NULL,1),(4757,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','79549','4755','Exceso de provisión para otras operaciones comerciales',NULL,NULL,1),(4758,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7955','4751','Exceso de provisión para actuaciones medioambienteales',NULL,NULL,1),(4759,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','796','4741','Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo',NULL,NULL,1),(4760,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7960','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo',NULL,NULL,1),(4761,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7961','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas',NULL,NULL,1),(4762,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7962','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas',NULL,NULL,1),(4763,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7963','4759','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas',NULL,NULL,1),(4764,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7965','4759','Revisión del deterioro de valores representativos a largo plazo empresas del grupo',NULL,NULL,1),(4765,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7966','4759','Revisión del deterioro de valores representativos a largo plazo empresas asociadas',NULL,NULL,1),(4766,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7967','4759','Revisión del deterioro de valores representativos a largo otras partes vinculadas',NULL,NULL,1),(4767,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7968','4759','Revisión del deterioro de valores representativos a largo plazo otras empresas',NULL,NULL,1),(4768,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','797','4741','Revisión del deterioro de créditos a largo plazo',NULL,NULL,1),(4769,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7970','4768','Revisión del deterioro de créditos a largo plazo empresas del grupo',NULL,NULL,1),(4770,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7971','4768','Revisión del deterioro de créditos a largo plazo empresas asociadas',NULL,NULL,1),(4771,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7972','4768','Revisión del deterioro de créditos a largo plazo otras partes vinculadas',NULL,NULL,1),(4772,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7973','4768','Revisión del deterioro de créditos a largo plazo otras empresas',NULL,NULL,1),(4773,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','798','4741','Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo',NULL,NULL,1),(4774,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7980','4773','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo',NULL,NULL,1),(4775,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7981','4773','Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas',NULL,NULL,1),(4776,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7985','4773','Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo',NULL,NULL,1),(4777,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7986','4773','Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas',NULL,NULL,1),(4778,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7987','4773','Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas',NULL,NULL,1),(4779,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7988','4773','Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas',NULL,NULL,1),(4780,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','799','4741','Revisión del deterioro de créditos a corto plazo',NULL,NULL,1),(4781,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7990','4780','Revisión del deterioro de créditos a corto plazo empresas del grupo',NULL,NULL,1),(4782,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7991','4780','Revisión del deterioro de créditos a corto plazo empresas asociadas',NULL,NULL,1),(4783,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7992','4780','Revisión del deterioro de créditos a corto plazo otras partes vinculadas',NULL,NULL,1),(4784,1,NULL,'2017-08-26 22:04:50','PCG08-PYME','VENTAS_E_INGRESOS','XXXXXX','7993','4780','Revisión del deterioro de créditos a corto plazo otras empresas',NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_accountingaccount` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datep` datetime DEFAULT NULL,
      +  `datep2` datetime DEFAULT NULL,
      +  `fk_action` int(11) DEFAULT NULL,
      +  `code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `fk_project` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_parent` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `transparency` int(11) DEFAULT NULL,
      +  `fk_user_done` int(11) DEFAULT NULL,
      +  `priority` smallint(6) DEFAULT NULL,
      +  `fulldayevent` smallint(6) NOT NULL DEFAULT '0',
      +  `punctual` smallint(6) NOT NULL DEFAULT '1',
      +  `percent` smallint(6) NOT NULL DEFAULT '0',
      +  `location` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `durationp` double DEFAULT NULL,
      +  `durationa` double DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `elementtype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_msgid` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_subject` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_from` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_sender` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_to` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_tocc` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_tobcc` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `errors_to` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurid` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurrule` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recurdateend` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  KEY `idx_actioncomm_fk_soc` (`fk_soc`),
      +  KEY `idx_actioncomm_fk_contact` (`fk_contact`),
      +  KEY `idx_actioncomm_fk_element` (`fk_element`),
      +  KEY `idx_actioncomm_code` (`code`),
      +  KEY `idx_actioncomm_fk_user_action` (`fk_user_action`),
      +  KEY `idx_actioncomm_fk_project` (`fk_project`),
      +  KEY `idx_actioncomm_datep` (`datep`),
      +  KEY `idx_actioncomm_datep2` (`datep2`),
      +  KEY `idx_actioncomm_recurid` (`recurid`),
      +  KEY `idx_actioncomm_ref_ext` (`ref_ext`)
      +) ENGINE=InnoDB AUTO_INCREMENT=329 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm`
      +--
      +
      +LOCK TABLES `llx_actioncomm` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm` DISABLE KEYS */;
      +INSERT INTO `llx_actioncomm` VALUES (1,NULL,1,'2010-07-08 14:21:44','2010-07-08 14:21:44',50,NULL,'Company AAA and Co added into Dolibarr','2010-07-08 14:21:44','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company AAA and Co added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,NULL,1,'2010-07-08 14:23:48','2010-07-08 14:23:48',50,NULL,'Company Belin SARL added into Dolibarr','2010-07-08 14:23:48','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Belin SARL added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,NULL,1,'2010-07-08 22:42:12','2010-07-08 22:42:12',50,NULL,'Company Spanish Comp added into Dolibarr','2010-07-08 22:42:12','2014-12-21 12:50:33',1,NULL,NULL,3,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Spanish Comp added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,NULL,1,'2010-07-08 22:48:18','2010-07-08 22:48:18',50,NULL,'Company Prospector Vaalen added into Dolibarr','2010-07-08 22:48:18','2014-12-21 12:50:33',1,NULL,NULL,4,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Prospector Vaalen added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,NULL,1,'2010-07-08 23:22:57','2010-07-08 23:22:57',50,NULL,'Company NoCountry Co added into Dolibarr','2010-07-08 23:22:57','2014-12-21 12:50:33',1,NULL,NULL,5,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company NoCountry Co added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,NULL,1,'2010-07-09 00:15:09','2010-07-09 00:15:09',50,NULL,'Company Swiss customer added into Dolibarr','2010-07-09 00:15:09','2014-12-21 12:50:33',1,NULL,NULL,6,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Swiss customer added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,NULL,1,'2010-07-09 01:24:26','2010-07-09 01:24:26',50,NULL,'Company Generic customer added into Dolibarr','2010-07-09 01:24:26','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Company Generic customer added into Dolibarr\nAuthor: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,NULL,1,'2010-07-10 14:54:27','2010-07-10 14:54:27',50,NULL,'Société Client salon ajoutée dans Dolibarr','2010-07-10 14:54:27','2014-12-21 12:50:33',1,NULL,NULL,8,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Client salon ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,NULL,1,'2010-07-10 14:54:44','2010-07-10 14:54:44',50,NULL,'Société Client salon invidivdu ajoutée dans Doliba','2010-07-10 14:54:44','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Client salon invidivdu ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,NULL,1,'2010-07-10 14:56:10','2010-07-10 14:56:10',50,NULL,'Facture FA1007-0001 validée dans Dolibarr','2010-07-10 14:56:10','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 validée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,NULL,1,'2010-07-10 14:58:53','2010-07-10 14:58:53',50,NULL,'Facture FA1007-0001 validée dans Dolibarr','2010-07-10 14:58:53','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 validée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,NULL,1,'2010-07-10 15:00:55','2010-07-10 15:00:55',50,NULL,'Facture FA1007-0001 passée à payée dans Dolibarr','2010-07-10 15:00:55','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Facture FA1007-0001 passée à payée dans Dolibarr\nAuteur: admin',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,NULL,1,'2010-07-10 15:13:08','2010-07-10 15:13:08',50,NULL,'Société Smith Vick ajoutée dans Dolibarr','2010-07-10 15:13:08','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Smith Vick ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,NULL,1,'2010-07-10 15:21:00','2010-07-10 16:21:00',5,NULL,'RDV avec mon chef','2010-07-10 15:21:48','2010-07-10 13:21:48',1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,0,0,1,0,'',3600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,NULL,1,'2010-07-10 18:18:16','2010-07-10 18:18:16',50,NULL,'Contrat CONTRAT1 validé dans Dolibarr','2010-07-10 18:18:16','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Contrat CONTRAT1 validé dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,NULL,1,'2010-07-10 18:35:57','2010-07-10 18:35:57',50,NULL,'Société Mon client ajoutée dans Dolibarr','2010-07-10 18:35:57','2014-12-21 12:50:33',1,NULL,NULL,11,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Mon client ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,NULL,1,'2010-07-11 16:18:08','2010-07-11 16:18:08',50,NULL,'Société Dupont Alain ajoutée dans Dolibarr','2010-07-11 16:18:08','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Dupont Alain ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,NULL,1,'2010-07-11 17:11:00','2010-07-11 17:17:00',5,NULL,'Rendez-vous','2010-07-11 17:11:22','2010-07-11 15:11:22',1,NULL,NULL,NULL,NULL,0,1,NULL,NULL,0,0,1,0,'gfgdfgdf',360,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,NULL,1,'2010-07-11 17:13:20','2010-07-11 17:13:20',50,NULL,'Société Vendeur de chips ajoutée dans Dolibarr','2010-07-11 17:13:20','2014-12-21 12:50:33',1,NULL,NULL,13,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Société Vendeur de chips ajoutée dans Dolibarr\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,NULL,1,'2010-07-11 17:15:42','2010-07-11 17:15:42',50,NULL,'Commande CF1007-0001 validée','2010-07-11 17:15:42','2014-12-21 12:50:33',1,NULL,NULL,13,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Commande CF1007-0001 validée\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,NULL,1,'2010-07-11 18:47:33','2010-07-11 18:47:33',50,NULL,'Commande CF1007-0002 validée','2010-07-11 18:47:33','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Commande CF1007-0002 validée\nAuteur: admin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,NULL,1,'2010-07-18 11:36:18','2010-07-18 11:36:18',50,NULL,'Proposition PR1007-0003 validée','2010-07-18 11:36:18','2014-12-21 12:50:33',1,NULL,NULL,4,NULL,0,1,NULL,1,0,0,1,100,'',NULL,NULL,'Proposition PR1007-0003 validée\nAuteur: admin',3,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,NULL,1,'2011-07-18 20:49:58','2011-07-18 20:49:58',50,NULL,'Invoice FA1007-0002 validated in Dolibarr','2011-07-18 20:49:58','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1007-0002 validated in Dolibarr\nAuthor: admin',2,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,NULL,1,'2011-07-28 01:37:00',NULL,1,NULL,'Phone call','2011-07-28 01:37:48','2011-07-27 23:37:48',1,NULL,NULL,NULL,2,0,1,NULL,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,NULL,1,'2011-08-01 02:31:24','2011-08-01 02:31:24',50,NULL,'Company mmm added into Dolibarr','2011-08-01 02:31:24','2014-12-21 12:50:33',1,NULL,NULL,15,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company mmm added into Dolibarr\nAuthor: admin',15,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,NULL,1,'2011-08-01 02:31:43','2011-08-01 02:31:43',50,NULL,'Company ppp added into Dolibarr','2011-08-01 02:31:43','2014-12-21 12:50:33',1,NULL,NULL,16,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company ppp added into Dolibarr\nAuthor: admin',16,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,NULL,1,'2011-08-01 02:41:26','2011-08-01 02:41:26',50,NULL,'Company aaa added into Dolibarr','2011-08-01 02:41:26','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company aaa added into Dolibarr\nAuthor: admin',17,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,NULL,1,'2011-08-01 03:34:11','2011-08-01 03:34:11',50,NULL,'Invoice FA1108-0003 validated in Dolibarr','2011-08-01 03:34:11','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0003 validated in Dolibarr\nAuthor: admin',5,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,NULL,1,'2011-08-01 03:34:11','2011-08-01 03:34:11',50,NULL,'Invoice FA1108-0003 validated in Dolibarr','2011-08-01 03:34:11','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0003 changed to paid in Dolibarr\nAuthor: admin',5,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,NULL,1,'2011-08-06 20:33:54','2011-08-06 20:33:54',50,NULL,'Invoice FA1108-0004 validated in Dolibarr','2011-08-06 20:33:54','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0004 validated in Dolibarr\nAuthor: admin',6,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,NULL,1,'2011-08-06 20:33:54','2011-08-06 20:33:54',50,NULL,'Invoice FA1108-0004 validated in Dolibarr','2011-08-06 20:33:54','2014-12-21 12:50:33',1,NULL,NULL,7,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0004 changed to paid in Dolibarr\nAuthor: admin',6,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,NULL,1,'2011-08-08 02:41:55','2011-08-08 02:41:55',50,NULL,'Invoice FA1108-0005 validated in Dolibarr','2011-08-08 02:41:55','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0005 validated in Dolibarr\nAuthor: admin',8,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,NULL,1,'2011-08-08 02:53:40','2011-08-08 02:53:40',50,NULL,'Invoice FA1108-0005 changed to paid in Dolibarr','2011-08-08 02:53:40','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0005 changed to paid in Dolibarr\nAuthor: admin',8,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,NULL,1,'2011-08-08 02:54:05','2011-08-08 02:54:05',50,NULL,'Invoice FA1007-0002 changed to paid in Dolibarr','2011-08-08 02:54:05','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1007-0002 changed to paid in Dolibarr\nAuthor: admin',2,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,NULL,1,'2011-08-08 02:55:04','2011-08-08 02:55:04',50,NULL,'Invoice FA1107-0006 validated in Dolibarr','2011-08-08 02:55:04','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1107-0006 validated in Dolibarr\nAuthor: admin',3,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(43,NULL,1,'2011-08-08 02:55:26','2011-08-08 02:55:26',50,NULL,'Invoice FA1108-0007 validated in Dolibarr','2011-08-08 02:55:26','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1108-0007 validated in Dolibarr\nAuthor: admin',9,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(44,NULL,1,'2011-08-08 02:55:58','2011-08-08 02:55:58',50,NULL,'Invoice FA1107-0006 changed to paid in Dolibarr','2011-08-08 02:55:58','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1107-0006 changed to paid in Dolibarr\nAuthor: admin',3,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,NULL,1,'2011-08-08 03:04:22','2011-08-08 03:04:22',50,NULL,'Order CO1108-0001 validated','2011-08-08 03:04:22','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CO1108-0001 validated\nAuthor: admin',5,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,NULL,1,'2011-08-08 13:59:09','2011-08-08 13:59:09',50,NULL,'Order CO1107-0002 validated','2011-08-08 13:59:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CO1107-0002 validated\nAuthor: admin',1,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,NULL,1,'2011-08-08 14:24:18','2011-08-08 14:24:18',50,NULL,'Proposal PR1007-0001 validated','2011-08-08 14:24:18','2014-12-21 12:50:33',1,NULL,NULL,2,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposal PR1007-0001 validated\nAuthor: admin',1,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(48,NULL,1,'2011-08-08 14:24:24','2011-08-08 14:24:24',50,NULL,'Proposal PR1108-0004 validated','2011-08-08 14:24:24','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposal PR1108-0004 validated\nAuthor: admin',4,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(49,NULL,1,'2011-08-08 15:04:37','2011-08-08 15:04:37',50,NULL,'Order CF1108-0003 validated','2011-08-08 15:04:37','2014-12-21 12:50:33',1,NULL,NULL,17,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Order CF1108-0003 validated\nAuthor: admin',6,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(50,NULL,1,'2012-12-08 17:56:47','2012-12-08 17:56:47',40,NULL,'Facture AV1212-0001 validée dans Dolibarr','2012-12-08 17:56:47','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0001 validée dans Dolibarr\nAuteur: admin',10,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(51,NULL,1,'2012-12-08 17:57:11','2012-12-08 17:57:11',40,NULL,'Facture AV1212-0001 validée dans Dolibarr','2012-12-08 17:57:11','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0001 validée dans Dolibarr\nAuteur: admin',10,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(52,NULL,1,'2012-12-08 17:58:27','2012-12-08 17:58:27',40,NULL,'Facture FA1212-0008 validée dans Dolibarr','2012-12-08 17:58:27','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0008 validée dans Dolibarr\nAuteur: admin',11,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(53,NULL,1,'2012-12-08 18:20:49','2012-12-08 18:20:49',40,NULL,'Facture AV1212-0002 validée dans Dolibarr','2012-12-08 18:20:49','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0002 validée dans Dolibarr\nAuteur: admin',12,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(54,NULL,1,'2012-12-09 18:35:07','2012-12-09 18:35:07',40,NULL,'Facture AV1212-0002 passée à payée dans Dolibarr','2012-12-09 18:35:07','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture AV1212-0002 passée à payée dans Dolibarr\nAuteur: admin',12,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(55,NULL,1,'2012-12-09 20:14:42','2012-12-09 20:14:42',40,NULL,'Société doe john ajoutée dans Dolibarr','2012-12-09 20:14:42','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Société doe john ajoutée dans Dolibarr\nAuteur: admin',18,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(56,NULL,1,'2012-12-12 18:54:19','2012-12-12 18:54:19',40,NULL,'Facture FA1212-0009 validée dans Dolibarr','2012-12-12 18:54:19','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0009 validée dans Dolibarr\nAuteur: admin',55,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(121,NULL,1,'2012-12-06 10:00:00',NULL,50,NULL,'aaab','2012-12-21 17:48:08','2012-12-21 16:54:07',3,1,NULL,NULL,NULL,0,3,NULL,NULL,1,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(122,NULL,1,'2012-12-21 18:09:52','2012-12-21 18:09:52',40,NULL,'Facture client FA1007-0001 envoyée par EMail','2012-12-21 18:09:52','2014-12-21 12:50:33',1,NULL,NULL,9,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Mail envoyé par Firstname SuperAdminName <bidon@destailleur.fr> à laurent@destailleur.fr.\nSujet du mail: Envoi facture FA1007-0001\nCorps du mail:\nVeuillez trouver ci-joint la facture FA1007-0001\r\n\r\nVous pouvez cliquer sur le lien sécurisé ci-dessous pour effectuer votre paiement via Paypal\r\n\r\nhttp://localhost/dolibarrnew/public/paypal/newpayment.php?source=invoice&ref=FA1007-0001&securekey=50c82fab36bb3b6aa83e2a50691803b2\r\n\r\nCordialement',1,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(123,NULL,1,'2013-01-06 13:13:57','2013-01-06 13:13:57',40,NULL,'Facture 16 validée dans Dolibarr','2013-01-06 13:13:57','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture 16 validée dans Dolibarr\nAuteur: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(124,NULL,1,'2013-01-12 12:23:05','2013-01-12 12:23:05',40,NULL,'Patient aaa ajouté','2013-01-12 12:23:05','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient aaa ajouté\nAuteur: admin',19,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(125,NULL,1,'2013-01-12 12:52:20','2013-01-12 12:52:20',40,NULL,'Patient pppoo ajouté','2013-01-12 12:52:20','2014-12-21 12:50:33',1,NULL,NULL,20,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient pppoo ajouté\nAuteur: admin',20,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(127,NULL,1,'2013-01-19 18:22:48','2013-01-19 18:22:48',40,NULL,'Facture FS1301-0001 validée dans Dolibarr','2013-01-19 18:22:48','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0001 validée dans Dolibarr\nAuteur: admin',148,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(128,NULL,1,'2013-01-19 18:31:10','2013-01-19 18:31:10',40,NULL,'Facture FA6801-0010 validée dans Dolibarr','2013-01-19 18:31:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA6801-0010 validée dans Dolibarr\nAuteur: admin',150,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(129,NULL,1,'2013-01-19 18:31:10','2013-01-19 18:31:10',40,NULL,'Facture FA6801-0010 passée à payée dans Dolibarr','2013-01-19 18:31:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA6801-0010 passée à payée dans Dolibarr\nAuteur: admin',150,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(130,NULL,1,'2013-01-19 18:31:58','2013-01-19 18:31:58',40,NULL,'Facture FS1301-0002 validée dans Dolibarr','2013-01-19 18:31:58','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0002 validée dans Dolibarr\nAuteur: admin',151,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(131,NULL,1,'2013-01-19 18:31:58','2013-01-19 18:31:58',40,NULL,'Facture FS1301-0002 passée à payée dans Dolibarr','2013-01-19 18:31:58','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FS1301-0002 passée à payée dans Dolibarr\nAuteur: admin',151,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(132,NULL,1,'2013-01-23 15:07:54','2013-01-23 15:07:54',50,NULL,'Consultation 24 saisie (aaa)','2013-01-23 15:07:54','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Consultation 24 saisie (aaa)\nAuteur: admin',24,'cabinetmed_cons',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(133,NULL,1,'2013-01-23 16:56:58','2013-01-23 16:56:58',40,NULL,'Patient pa ajouté','2013-01-23 16:56:58','2014-12-21 12:50:33',1,NULL,NULL,21,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient pa ajouté\nAuteur: admin',21,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(134,NULL,1,'2013-01-23 17:34:00',NULL,50,NULL,'bbcv','2013-01-23 17:35:21','2013-01-23 16:35:21',1,NULL,1,2,NULL,0,1,NULL,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(135,NULL,1,'2013-02-12 15:54:00','2013-02-12 15:54:00',40,NULL,'Facture FA1212-0011 validée dans Dolibarr','2013-02-12 15:54:37','2014-12-21 12:50:33',1,1,NULL,7,NULL,0,1,NULL,1,0,0,1,50,NULL,NULL,NULL,'Facture FA1212-0011 valid&eacute;e dans Dolibarr<br />\r\nAuteur: admin',13,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(136,NULL,1,'2013-02-12 17:06:51','2013-02-12 17:06:51',40,NULL,'Commande CO1107-0003 validée','2013-02-12 17:06:51','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1107-0003 validée\nAuteur: admin',2,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(137,NULL,1,'2013-02-17 16:22:10','2013-02-17 16:22:10',40,NULL,'Proposition PR1302-0009 validée','2013-02-17 16:22:10','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition PR1302-0009 validée\nAuteur: admin',9,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(138,NULL,1,'2013-02-17 16:27:00','2013-02-17 16:27:00',40,NULL,'Facture FA1302-0012 validée dans Dolibarr','2013-02-17 16:27:00','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1302-0012 validée dans Dolibarr\nAuteur: admin',152,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(139,NULL,1,'2013-02-17 16:27:29','2013-02-17 16:27:29',40,NULL,'Proposition PR1302-0010 validée','2013-02-17 16:27:29','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition PR1302-0010 validée\nAuteur: admin',11,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(140,NULL,1,'2013-02-17 18:27:56','2013-02-17 18:27:56',40,NULL,'Commande CO1107-0004 validée','2013-02-17 18:27:56','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1107-0004 validée\nAuteur: admin',3,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(141,NULL,1,'2013-02-17 18:38:14','2013-02-17 18:38:14',40,NULL,'Commande CO1302-0005 validée','2013-02-17 18:38:14','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CO1302-0005 validée\nAuteur: admin',7,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(142,NULL,1,'2013-02-26 22:57:50','2013-02-26 22:57:50',40,NULL,'Company pppp added into Dolibarr','2013-02-26 22:57:50','2014-12-21 12:50:33',1,NULL,NULL,22,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company pppp added into Dolibarr\nAuthor: admin',22,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,NULL,1,'2013-02-26 22:58:13','2013-02-26 22:58:13',40,NULL,'Company ttttt added into Dolibarr','2013-02-26 22:58:13','2014-12-21 12:50:33',1,NULL,NULL,23,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Company ttttt added into Dolibarr\nAuthor: admin',23,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(144,NULL,1,'2013-02-27 10:00:00','2013-02-27 19:20:00',5,NULL,'Rendez-vous','2013-02-27 19:20:53','2013-02-27 18:20:53',1,NULL,NULL,NULL,NULL,0,1,NULL,1,0,0,1,-1,'',33600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(145,NULL,1,'2013-02-27 19:28:00',NULL,2,NULL,'fdsfsd','2013-02-27 19:28:48','2013-02-27 18:29:53',1,1,NULL,NULL,NULL,0,1,NULL,1,0,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(146,NULL,1,'2013-03-06 10:05:07','2013-03-06 10:05:07',40,NULL,'Contrat (PROV3) validé dans Dolibarr','2013-03-06 10:05:07','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Contrat (PROV3) validé dans Dolibarr\nAuteur: admin',3,'contract',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(147,NULL,1,'2013-03-06 16:43:37','2013-03-06 16:43:37',40,NULL,'Facture FA1307-0013 validée dans Dolibarr','2013-03-06 16:43:37','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1307-0013 validée dans Dolibarr\nAuteur: admin',158,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(148,NULL,1,'2013-03-06 16:44:12','2013-03-06 16:44:12',40,NULL,'Facture FA1407-0014 validée dans Dolibarr','2013-03-06 16:44:12','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1407-0014 validée dans Dolibarr\nAuteur: admin',159,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(149,NULL,1,'2013-03-06 16:47:48','2013-03-06 16:47:48',40,NULL,'Facture FA1507-0015 validée dans Dolibarr','2013-03-06 16:47:48','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1507-0015 validée dans Dolibarr\nAuteur: admin',160,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(150,NULL,1,'2013-03-06 16:48:16','2013-03-06 16:48:16',40,NULL,'Facture FA1607-0016 validée dans Dolibarr','2013-03-06 16:48:16','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1607-0016 validée dans Dolibarr\nAuteur: admin',161,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(151,NULL,1,'2013-03-06 17:13:59','2013-03-06 17:13:59',40,NULL,'Société smith smith ajoutée dans Dolibarr','2013-03-06 17:13:59','2014-12-21 12:50:33',1,NULL,NULL,24,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Société smith smith ajoutée dans Dolibarr\nAuteur: admin',24,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(152,NULL,1,'2013-03-08 10:02:22','2013-03-08 10:02:22',40,NULL,'Proposition (PROV12) validée dans Dolibarr','2013-03-08 10:02:22','2014-12-21 12:50:33',1,NULL,NULL,23,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Proposition (PROV12) validée dans Dolibarr\nAuteur: admin',12,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(203,NULL,1,'2013-03-09 19:39:27','2013-03-09 19:39:27',40,'AC_ORDER_SUPPLIER_VALIDATE','Commande CF1303-0004 validée','2013-03-09 19:39:27','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Commande CF1303-0004 validée\nAuteur: admin',13,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(204,NULL,1,'2013-03-10 15:47:37','2013-03-10 15:47:37',40,'AC_COMPANY_CREATE','Patient créé','2013-03-10 15:47:37','2014-12-21 12:50:33',1,NULL,NULL,25,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Patient créé\nAuteur: admin',25,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(205,NULL,1,'2013-03-10 15:57:32','2013-03-10 15:57:32',40,'AC_COMPANY_CREATE','Tiers créé','2013-03-10 15:57:32','2014-12-21 12:50:33',1,NULL,NULL,26,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Tiers créé\nAuteur: admin',26,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(206,NULL,1,'2013-03-10 15:58:28','2013-03-10 15:58:28',40,'AC_BILL_VALIDATE','Facture FA1303-0017 validée','2013-03-10 15:58:28','2014-12-21 12:50:33',1,NULL,NULL,26,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0017 validée\nAuteur: admin',208,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(207,NULL,1,'2013-03-19 09:38:10','2013-03-19 09:38:10',40,'AC_BILL_VALIDATE','Facture FA1303-0018 validée','2013-03-19 09:38:10','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0018 validée\nAuteur: admin',209,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(208,NULL,1,'2013-03-20 14:30:11','2013-03-20 14:30:11',40,'AC_BILL_VALIDATE','Facture FA1107-0019 validée','2013-03-20 14:30:11','2014-12-21 12:50:33',1,NULL,NULL,10,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1107-0019 validée\nAuteur: admin',210,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(209,NULL,1,'2013-03-22 09:40:25','2013-03-22 09:40:25',40,'AC_BILL_VALIDATE','Facture FA1303-0020 validée','2013-03-22 09:40:25','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0020 validée\nAuteur: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(210,NULL,1,'2013-03-23 17:16:25','2013-03-23 17:16:25',40,'AC_BILL_VALIDATE','Facture FA1303-0020 validée','2013-03-23 17:16:25','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1303-0020 validée\nAuteur: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(211,NULL,1,'2013-03-23 18:08:27','2013-03-23 18:08:27',40,'AC_BILL_VALIDATE','Facture FA1307-0013 validée','2013-03-23 18:08:27','2014-12-21 12:50:33',1,NULL,NULL,12,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1307-0013 validée\nAuteur: admin',158,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(212,NULL,1,'2013-03-24 15:54:00','2013-03-24 15:54:00',40,'AC_BILL_VALIDATE','Facture FA1212-0021 validée','2013-03-24 15:54:00','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,NULL,1,0,0,1,-1,'',NULL,NULL,'Facture FA1212-0021 validée\nAuteur: admin',32,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(213,NULL,1,'2013-11-07 01:02:39','2013-11-07 01:02:39',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:02:39','2014-12-21 12:50:33',1,NULL,NULL,27,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',27,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(214,NULL,1,'2013-11-07 01:05:22','2013-11-07 01:05:22',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:05:22','2014-12-21 12:50:33',1,NULL,NULL,28,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',28,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(215,NULL,1,'2013-11-07 01:07:07','2013-11-07 01:07:07',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:07:07','2014-12-21 12:50:33',1,NULL,NULL,29,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',29,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(216,NULL,1,'2013-11-07 01:07:58','2013-11-07 01:07:58',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:07:58','2014-12-21 12:50:33',1,NULL,NULL,30,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',30,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(217,NULL,1,'2013-11-07 01:10:09','2013-11-07 01:10:09',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:10:09','2014-12-21 12:50:33',1,NULL,NULL,31,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',31,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(218,NULL,1,'2013-11-07 01:15:57','2013-11-07 01:15:57',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:15:57','2014-12-21 12:50:33',1,NULL,NULL,32,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',32,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(219,NULL,1,'2013-11-07 01:16:51','2013-11-07 01:16:51',40,'AC_COMPANY_CREATE','Third party created','2013-11-07 01:16:51','2014-12-21 12:50:33',1,NULL,NULL,33,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Third party created\nAuthor: admin',33,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(220,NULL,1,'2014-03-02 17:24:04','2014-03-02 17:24:04',40,'AC_BILL_VALIDATE','Invoice FA1302-0022 validated','2014-03-02 17:24:04','2014-12-21 12:50:33',1,NULL,NULL,18,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1302-0022 validated\nAuthor: admin',157,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(221,NULL,1,'2014-03-02 17:24:28','2014-03-02 17:24:28',40,'AC_BILL_VALIDATE','Invoice FA1303-0020 validated','2014-03-02 17:24:28','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 validated\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(222,NULL,1,'2014-03-05 10:00:00','2014-03-05 10:00:00',5,NULL,'RDV John','2014-03-02 19:54:48','2014-03-02 18:55:29',1,1,NULL,NULL,NULL,0,1,0,NULL,0,0,1,-1,NULL,NULL,NULL,'gfdgdfgdf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(223,NULL,1,'2014-03-13 10:00:00','2014-03-17 00:00:00',50,NULL,'Congress','2014-03-02 19:55:11','2014-03-02 18:55:11',1,NULL,NULL,NULL,NULL,0,1,0,NULL,0,0,1,-1,'',309600,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(224,NULL,1,'2014-03-14 10:00:00',NULL,1,NULL,'Call john','2014-03-02 19:55:56','2014-03-02 18:55:56',1,NULL,NULL,NULL,NULL,0,1,0,NULL,0,0,1,0,'',NULL,NULL,'tttt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(225,NULL,1,'2014-03-02 20:11:31','2014-03-02 20:11:31',40,'AC_BILL_UNVALIDATE','Invoice FA1303-0020 go back to draft status','2014-03-02 20:11:31','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 go back to draft status\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(226,NULL,1,'2014-03-02 20:13:39','2014-03-02 20:13:39',40,'AC_BILL_VALIDATE','Invoice FA1303-0020 validated','2014-03-02 20:13:39','2014-12-21 12:50:33',1,NULL,NULL,19,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1303-0020 validated\nAuthor: admin',211,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(227,NULL,1,'2014-03-03 19:20:10','2014-03-03 19:20:10',40,'AC_BILL_VALIDATE','Invoice FA1212-0023 validated','2014-03-03 19:20:10','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1212-0023 validated\nAuthor: admin',33,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(228,NULL,1,'2014-03-03 19:20:25','2014-03-03 19:20:25',40,'AC_BILL_CANCEL','Invoice FA1212-0023 canceled in Dolibarr','2014-03-03 19:20:25','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice FA1212-0023 canceled in Dolibarr\nAuthor: admin',33,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(229,NULL,1,'2014-03-03 19:20:56','2014-03-03 19:20:56',40,'AC_BILL_VALIDATE','Invoice AV1403-0003 validated','2014-03-03 19:20:56','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1403-0003 validated\nAuthor: admin',212,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(230,NULL,1,'2014-03-03 19:21:29','2014-03-03 19:21:29',40,'AC_BILL_UNVALIDATE','Invoice AV1403-0003 go back to draft status','2014-03-03 19:21:29','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1403-0003 go back to draft status\nAuthor: admin',212,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(231,NULL,1,'2014-03-03 19:22:16','2014-03-03 19:22:16',40,'AC_BILL_VALIDATE','Invoice AV1303-0003 validated','2014-03-03 19:22:16','2014-12-21 12:50:33',1,NULL,NULL,1,NULL,0,1,0,1,0,0,1,-1,'',NULL,NULL,'Invoice AV1303-0003 validated\nAuthor: admin',213,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(232,NULL,1,'2016-01-22 18:54:39','2016-01-22 18:54:39',40,'AC_OTH_AUTO','Invoice 16 validated','2016-01-22 18:54:39','2016-01-22 17:54:39',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice 16 validated\nAuthor: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(233,NULL,1,'2016-01-22 18:54:46','2016-01-22 18:54:46',40,'AC_OTH_AUTO','Invoice 16 validated','2016-01-22 18:54:46','2016-01-22 17:54:46',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice 16 validated\nAuthor: admin',16,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(234,NULL,1,'2016-07-05 10:00:00','2016-07-05 11:19:00',5,'AC_RDV','Meeting with my boss','2016-07-31 18:19:48','2016-07-31 14:19:48',12,NULL,NULL,NULL,NULL,0,12,1,NULL,0,0,1,-1,'',4740,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(235,NULL,1,'2016-07-13 00:00:00','2016-07-14 23:59:59',50,'AC_OTH','Trip at Las Vegas','2016-07-31 18:20:36','2016-07-31 14:20:36',12,NULL,4,NULL,2,0,12,1,NULL,0,1,1,-1,'',172799,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(236,NULL,1,'2016-07-29 10:00:00',NULL,4,'AC_EMAIL','Remind to send an email','2016-07-31 18:21:04','2016-07-31 14:21:04',12,NULL,NULL,NULL,NULL,0,4,0,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(237,NULL,1,'2016-07-01 10:00:00',NULL,1,'AC_TEL','Phone call with Mr Vaalen','2016-07-31 18:22:04','2016-07-31 14:22:04',12,NULL,6,4,NULL,0,13,0,NULL,0,0,1,-1,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(238,NULL,1,'2016-08-02 10:00:00','2016-08-02 12:00:00',5,'AC_RDV','Meeting on radium','2016-08-01 01:15:50','2016-07-31 21:15:50',12,NULL,8,10,10,0,12,1,NULL,0,0,1,-1,'',7200,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(239,NULL,1,'2017-01-29 21:49:33','2017-01-29 21:49:33',40,'AC_OTH_AUTO','Proposal PR1302-0007 validated','2017-01-29 21:49:33','2017-01-29 17:49:33',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1302-0007 validated\nAuthor: admin',7,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(240,NULL,1,'2017-01-31 20:52:00',NULL,1,'AC_TEL','Call the boss','2017-01-31 20:52:10','2017-01-31 16:52:25',12,12,6,NULL,NULL,0,12,1,NULL,0,0,1,-1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(242,NULL,1,'2017-02-01 18:52:04','2017-02-01 18:52:04',40,'AC_OTH_AUTO','Order CF1007-0001 validated','2017-02-01 18:52:04','2017-02-01 14:52:04',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CF1007-0001 validated\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(243,NULL,1,'2017-02-01 18:52:04','2017-02-01 18:52:04',40,'AC_OTH_AUTO','Order CF1007-0001 approved','2017-02-01 18:52:04','2017-02-01 14:52:04',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CF1007-0001 approved\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(245,NULL,1,'2017-02-01 18:52:32','2017-02-01 18:52:32',40,'AC_OTH_AUTO','Supplier order CF1007-0001 submited','2017-02-01 18:52:32','2017-02-01 14:52:32',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Supplier order CF1007-0001 submited\nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(249,NULL,1,'2017-02-01 18:54:01','2017-02-01 18:54:01',40,'AC_OTH_AUTO','Supplier order CF1007-0001 received','2017-02-01 18:54:01','2017-02-01 14:54:01',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Supplier order CF1007-0001 received \nAuthor: admin',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(250,NULL,1,'2017-02-01 18:54:42','2017-02-01 18:54:42',40,'AC_OTH_AUTO','Email sent by MyBigCompany To mycustomer@example.com','2017-02-01 18:54:42','2017-02-01 14:54:42',12,NULL,NULL,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Sender: MyBigCompany &lt;myemail@mybigcompany.com&gt;<br>\nReceiver(s): mycustomer@example.com<br>\nEMail topic: Submission of order CF1007-0001<br>\nEmail body:<br>\nYou will find here our order CF1007-0001<br />\r\n<br />\r\nSincerely<br>\n<br>\nAttached files and documents: CF1007-0001.pdf',1,'order_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(251,NULL,1,'2017-02-01 19:02:21','2017-02-01 19:02:21',40,'AC_OTH_AUTO','Invoice SI1702-0001 validated','2017-02-01 19:02:21','2017-02-01 15:02:21',12,NULL,5,13,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice SI1702-0001 validated\nAuthor: admin',20,'invoice_supplier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(252,NULL,1,'2017-02-12 23:17:04','2017-02-12 23:17:04',40,'AC_OTH_AUTO','Patient créé','2017-02-12 23:17:04','2017-02-12 19:17:04',12,NULL,NULL,26,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Patient créé\nAuthor: admin',26,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(253,NULL,1,'2017-02-12 23:18:33','2017-02-12 23:18:33',40,'AC_OTH_AUTO','Consultation 2 recorded (aaa)','2017-02-12 23:18:33','2017-02-12 19:18:33',12,NULL,NULL,NULL,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Consultation 2 recorded (aaa)\nAuthor: admin',2,'cabinetmed_cons',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(254,NULL,1,'2017-02-15 23:28:41','2017-02-15 23:28:41',40,'AC_OTH_AUTO','Order CO7001-0005 validated','2017-02-15 23:28:41','2017-02-15 22:28:41',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0005 validated\nAuthor: admin',7,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(255,NULL,1,'2017-02-15 23:28:56','2017-02-15 23:28:56',40,'AC_OTH_AUTO','Order CO7001-0006 validated','2017-02-15 23:28:56','2017-02-15 22:28:56',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0006 validated\nAuthor: admin',8,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(256,NULL,1,'2017-02-15 23:34:33','2017-02-15 23:34:33',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:34:33','2017-02-15 22:34:33',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',9,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(257,NULL,1,'2017-02-15 23:35:03','2017-02-15 23:35:03',40,'AC_OTH_AUTO','Order CO7001-0008 validated','2017-02-15 23:35:03','2017-02-15 22:35:03',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0008 validated\nAuthor: admin',10,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(263,NULL,1,'2017-02-15 23:50:34','2017-02-15 23:50:34',40,'AC_OTH_AUTO','Order CO7001-0005 validated','2017-02-15 23:50:34','2017-02-15 22:50:34',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0005 validated\nAuthor: admin',17,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(264,NULL,1,'2017-02-15 23:51:23','2017-02-15 23:51:23',40,'AC_OTH_AUTO','Order CO7001-0006 validated','2017-02-15 23:51:23','2017-02-15 22:51:23',12,NULL,NULL,7,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0006 validated\nAuthor: admin',18,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(265,NULL,1,'2017-02-15 23:54:51','2017-02-15 23:54:51',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:54:51','2017-02-15 22:54:51',12,NULL,NULL,17,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',19,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(266,NULL,1,'2017-02-15 23:55:52','2017-02-15 23:55:52',40,'AC_OTH_AUTO','Order CO7001-0007 validated','2017-02-15 23:55:52','2017-02-15 22:55:52',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0007 validated\nAuthor: admin',20,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(267,NULL,1,'2017-02-16 00:03:44','2017-02-16 00:03:44',40,'AC_OTH_AUTO','Order CO7001-0008 validated','2017-02-16 00:03:44','2017-02-15 23:03:44',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0008 validated\nAuthor: admin',29,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(268,NULL,1,'2017-02-16 00:05:01','2017-02-16 00:05:01',40,'AC_OTH_AUTO','Order CO7001-0009 validated','2017-02-16 00:05:01','2017-02-15 23:05:01',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0009 validated\nAuthor: admin',34,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(269,NULL,1,'2017-02-16 00:05:01','2017-02-16 00:05:01',40,'AC_OTH_AUTO','Order CO7001-0010 validated','2017-02-16 00:05:01','2017-02-15 23:05:01',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0010 validated\nAuthor: admin',38,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(270,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0011 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0011 validated\nAuthor: admin',40,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(271,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0012 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,10,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0012 validated\nAuthor: admin',43,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(272,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0013 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0013 validated\nAuthor: admin',47,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(273,NULL,1,'2017-02-16 00:05:11','2017-02-16 00:05:11',40,'AC_OTH_AUTO','Order CO7001-0014 validated','2017-02-16 00:05:11','2017-02-15 23:05:11',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0014 validated\nAuthor: admin',48,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(274,NULL,1,'2017-02-16 00:05:26','2017-02-16 00:05:26',40,'AC_OTH_AUTO','Order CO7001-0015 validated','2017-02-16 00:05:26','2017-02-15 23:05:26',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0015 validated\nAuthor: admin',50,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(275,NULL,1,'2017-02-16 00:05:26','2017-02-16 00:05:26',40,'AC_OTH_AUTO','Order CO7001-0016 validated','2017-02-16 00:05:26','2017-02-15 23:05:26',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0016 validated\nAuthor: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(277,NULL,1,'2017-02-16 00:05:35','2017-02-16 00:05:35',40,'AC_OTH_AUTO','Order CO7001-0018 validated','2017-02-16 00:05:35','2017-02-15 23:05:35',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0018 validated\nAuthor: admin',62,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(278,NULL,1,'2017-02-16 00:05:35','2017-02-16 00:05:35',40,'AC_OTH_AUTO','Order CO7001-0019 validated','2017-02-16 00:05:35','2017-02-15 23:05:35',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0019 validated\nAuthor: admin',68,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(279,NULL,1,'2017-02-16 00:05:36','2017-02-16 00:05:36',40,'AC_OTH_AUTO','Order CO7001-0020 validated','2017-02-16 00:05:36','2017-02-15 23:05:36',12,NULL,NULL,6,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0020 validated\nAuthor: admin',72,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(281,NULL,1,'2017-02-16 00:05:37','2017-02-16 00:05:37',40,'AC_OTH_AUTO','Order CO7001-0022 validated','2017-02-16 00:05:37','2017-02-15 23:05:37',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0022 validated\nAuthor: admin',78,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(282,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0023 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,11,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0023 validated\nAuthor: admin',81,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(283,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0024 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,26,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0024 validated\nAuthor: admin',83,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(284,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0025 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,2,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0025 validated\nAuthor: admin',84,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(285,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0026 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0026 validated\nAuthor: admin',85,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(286,NULL,1,'2017-02-16 00:05:38','2017-02-16 00:05:38',40,'AC_OTH_AUTO','Order CO7001-0027 validated','2017-02-16 00:05:38','2017-02-15 23:05:38',12,NULL,NULL,10,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Order CO7001-0027 validated\nAuthor: admin',88,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(287,NULL,1,'2017-02-16 03:05:56','2017-02-16 03:05:56',40,'AC_OTH_AUTO','Commande CO7001-0016 classée Livrée','2017-02-16 03:05:56','2017-02-15 23:05:56',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0016 classée Livrée\nAuteur: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(288,NULL,1,'2017-02-16 03:06:01','2017-02-16 03:06:01',40,'AC_OTH_AUTO','Commande CO7001-0016 classée Facturée','2017-02-16 03:06:01','2017-02-15 23:06:01',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0016 classée Facturée\nAuteur: admin',54,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(294,NULL,1,'2017-02-16 03:53:04','2017-02-16 03:53:04',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 03:53:04','2017-02-15 23:53:04',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(295,NULL,1,'2017-02-16 03:58:08','2017-02-16 03:58:08',40,'AC_OTH_AUTO','Expédition SH1702-0002 validée','2017-02-16 03:58:08','2017-02-15 23:58:08',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Expédition SH1702-0002 validée\nAuteur: admin',3,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(296,NULL,1,'2017-02-16 04:12:29','2017-02-16 04:12:29',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 04:12:29','2017-02-16 00:12:29',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(297,NULL,1,'2017-02-16 04:14:20','2017-02-16 04:14:20',40,'AC_OTH_AUTO','Commande CO7001-0021 validée','2017-02-16 04:14:20','2017-02-16 00:14:20',12,NULL,NULL,4,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Commande CO7001-0021 validée\nAuteur: admin',75,'order',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(298,NULL,1,'2017-02-16 01:44:58','2017-02-16 01:44:58',40,'AC_OTH_AUTO','Proposal PR1702-0009 validated','2017-02-16 01:44:58','2017-02-16 00:44:58',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0009 validated\nAuthor: aeinstein',11,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(299,NULL,1,'2017-02-16 01:45:44','2017-02-16 01:45:44',40,'AC_OTH_AUTO','Proposal PR1702-0010 validated','2017-02-16 01:45:44','2017-02-16 00:45:44',2,NULL,NULL,7,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0010 validated\nAuthor: demo',12,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(300,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0011 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0011 validated\nAuthor: aeinstein',13,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(301,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0012 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,3,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0012 validated\nAuthor: demo',14,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(302,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0013 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,26,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0013 validated\nAuthor: demo',15,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(303,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0014 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0014 validated\nAuthor: demo',16,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(304,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0015 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0015 validated\nAuthor: aeinstein',17,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(305,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0016 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,26,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0016 validated\nAuthor: demo',18,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(306,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0017 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',2,NULL,NULL,12,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0017 validated\nAuthor: demo',19,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(307,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0018 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0018 validated\nAuthor: aeinstein',20,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(308,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0019 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,1,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0019 validated\nAuthor: aeinstein',21,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(309,NULL,1,'2017-02-16 01:46:15','2017-02-16 01:46:15',40,'AC_OTH_AUTO','Proposal PR1702-0020 validated','2017-02-16 01:46:15','2017-02-16 00:46:15',1,NULL,NULL,26,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0020 validated\nAuthor: aeinstein',22,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(310,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0021 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',2,NULL,NULL,12,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0021 validated\nAuthor: demo',23,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(311,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0022 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',2,NULL,NULL,7,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0022 validated\nAuthor: demo',24,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(312,NULL,1,'2017-02-16 01:46:17','2017-02-16 01:46:17',40,'AC_OTH_AUTO','Proposal PR1702-0023 validated','2017-02-16 01:46:17','2017-02-16 00:46:17',1,NULL,NULL,3,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0023 validated\nAuthor: aeinstein',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(313,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0024 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0024 validated\nAuthor: demo',26,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(314,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0025 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',1,NULL,NULL,6,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0025 validated\nAuthor: aeinstein',27,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(315,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0026 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,19,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0026 validated\nAuthor: demo',28,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(316,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0027 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0027 validated\nAuthor: demo',29,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(317,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0028 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,1,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0028 validated\nAuthor: demo',30,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(318,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0029 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',1,NULL,NULL,11,NULL,0,1,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0029 validated\nAuthor: aeinstein',31,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(319,NULL,1,'2017-02-16 01:46:18','2017-02-16 01:46:18',40,'AC_OTH_AUTO','Proposal PR1702-0030 validated','2017-02-16 01:46:18','2017-02-16 00:46:18',2,NULL,NULL,19,NULL,0,2,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposal PR1702-0030 validated\nAuthor: demo',32,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(320,NULL,1,'2017-02-16 04:46:31','2017-02-16 04:46:31',40,'AC_OTH_AUTO','Proposition PR1702-0026 signée','2017-02-16 04:46:31','2017-02-16 00:46:31',12,NULL,NULL,19,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0026 signée\nAuteur: admin',28,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(321,NULL,1,'2017-02-16 04:46:37','2017-02-16 04:46:37',40,'AC_OTH_AUTO','Proposition PR1702-0027 signée','2017-02-16 04:46:37','2017-02-16 00:46:37',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0027 signée\nAuteur: admin',29,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(322,NULL,1,'2017-02-16 04:46:42','2017-02-16 04:46:42',40,'AC_OTH_AUTO','Proposition PR1702-0028 refusée','2017-02-16 04:46:42','2017-02-16 00:46:42',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0028 refusée\nAuteur: admin',30,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(323,NULL,1,'2017-02-16 04:47:09','2017-02-16 04:47:09',40,'AC_OTH_AUTO','Proposition PR1702-0019 validée','2017-02-16 04:47:09','2017-02-16 00:47:09',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0019 validée\nAuteur: admin',21,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(324,NULL,1,'2017-02-16 04:47:25','2017-02-16 04:47:25',40,'AC_OTH_AUTO','Proposition PR1702-0023 signée','2017-02-16 04:47:25','2017-02-16 00:47:25',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0023 signée\nAuteur: admin',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(325,NULL,1,'2017-02-16 04:47:29','2017-02-16 04:47:29',40,'AC_OTH_AUTO','Proposition PR1702-0023 classée payée','2017-02-16 04:47:29','2017-02-16 00:47:29',12,NULL,NULL,3,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0023 classée payée\nAuteur: admin',25,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(326,NULL,1,'2017-02-17 16:07:18','2017-02-17 16:07:18',40,'AC_OTH_AUTO','Proposition PR1702-0021 validée','2017-02-17 16:07:18','2017-02-17 12:07:18',12,NULL,NULL,12,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Proposition PR1702-0021 validée\nAuteur: admin',23,'propal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(327,NULL,1,'2017-05-12 13:53:44','2017-05-12 13:53:44',40,'AC_OTH_AUTO','Email sent by MyBigCompany To Einstein','2017-05-12 13:53:44','2017-05-12 09:53:44',12,NULL,NULL,11,12,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Sender: MyBigCompany &lt;myemail@mybigcompany.com&gt;<br>\nReceiver(s): Einstein &lt;genius@example.com&gt;<br>\nBcc: Einstein &lt;genius@example.com&gt;<br>\nEMail topic: Test<br>\nEmail body:<br>\nTest\nAuthor: admin',11,'societe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(328,NULL,1,'2017-08-29 22:39:09','2017-08-29 22:39:09',40,'AC_OTH_AUTO','Invoice FA1601-0024 validated','2017-08-29 22:39:09','2017-08-29 18:39:09',12,NULL,NULL,1,NULL,0,12,0,NULL,0,0,1,-1,'',NULL,NULL,'Invoice FA1601-0024 validated\nAuthor: admin',149,'invoice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_actioncomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_actioncomm_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_extrafields`
      +--
      +
      +LOCK TABLES `llx_actioncomm_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_actioncomm_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_reminder`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_reminder`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_reminder` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `dateremind` datetime NOT NULL,
      +  `typeremind` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `offsetvalue` int(11) NOT NULL,
      +  `offsetunit` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  `status` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_actioncomm_reminder_unique` (`fk_user`,`typeremind`,`offsetvalue`,`offsetunit`),
      +  KEY `idx_actioncomm_reminder_rowid` (`rowid`),
      +  KEY `idx_actioncomm_reminder_dateremind` (`dateremind`),
      +  KEY `idx_actioncomm_reminder_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_reminder`
      +--
      +
      +LOCK TABLES `llx_actioncomm_reminder` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_reminder` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_actioncomm_reminder` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_actioncomm_resources`
      +--
      +
      +DROP TABLE IF EXISTS `llx_actioncomm_resources`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_actioncomm_resources` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_actioncomm` int(11) NOT NULL,
      +  `element_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `answer_status` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `mandatory` smallint(6) DEFAULT NULL,
      +  `transparency` smallint(6) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_actioncomm_resources` (`fk_actioncomm`,`element_type`,`fk_element`),
      +  KEY `idx_actioncomm_resources_fk_element` (`fk_element`)
      +) ENGINE=InnoDB AUTO_INCREMENT=216 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_actioncomm_resources`
      +--
      +
      +LOCK TABLES `llx_actioncomm_resources` WRITE;
      +/*!40000 ALTER TABLE `llx_actioncomm_resources` DISABLE KEYS */;
      +INSERT INTO `llx_actioncomm_resources` VALUES (1,1,'user',1,NULL,NULL,1),(2,2,'user',1,NULL,NULL,1),(3,3,'user',1,NULL,NULL,1),(4,4,'user',1,NULL,NULL,1),(5,5,'user',1,NULL,NULL,1),(6,6,'user',1,NULL,NULL,1),(7,7,'user',1,NULL,NULL,1),(8,8,'user',1,NULL,NULL,1),(9,9,'user',1,NULL,NULL,1),(10,10,'user',1,NULL,NULL,1),(11,11,'user',1,NULL,NULL,1),(12,12,'user',1,NULL,NULL,1),(13,13,'user',1,NULL,NULL,1),(14,14,'user',1,NULL,NULL,1),(15,15,'user',1,NULL,NULL,1),(16,16,'user',1,NULL,NULL,1),(17,17,'user',1,NULL,NULL,1),(18,18,'user',1,NULL,NULL,1),(19,19,'user',1,NULL,NULL,1),(20,20,'user',1,NULL,NULL,1),(21,21,'user',1,NULL,NULL,1),(22,22,'user',1,NULL,NULL,1),(23,23,'user',1,NULL,NULL,1),(24,24,'user',1,NULL,NULL,1),(25,25,'user',1,NULL,NULL,1),(26,26,'user',1,NULL,NULL,1),(27,27,'user',1,NULL,NULL,1),(28,28,'user',1,NULL,NULL,1),(29,29,'user',1,NULL,NULL,1),(30,30,'user',1,NULL,NULL,1),(31,31,'user',1,NULL,NULL,1),(32,38,'user',1,NULL,NULL,1),(33,40,'user',1,NULL,NULL,1),(34,41,'user',1,NULL,NULL,1),(35,42,'user',1,NULL,NULL,1),(36,43,'user',1,NULL,NULL,1),(37,44,'user',1,NULL,NULL,1),(38,45,'user',1,NULL,NULL,1),(39,46,'user',1,NULL,NULL,1),(40,47,'user',1,NULL,NULL,1),(41,48,'user',1,NULL,NULL,1),(42,49,'user',1,NULL,NULL,1),(43,50,'user',1,NULL,NULL,1),(44,51,'user',1,NULL,NULL,1),(45,52,'user',1,NULL,NULL,1),(46,53,'user',1,NULL,NULL,1),(47,54,'user',1,NULL,NULL,1),(48,55,'user',1,NULL,NULL,1),(49,56,'user',1,NULL,NULL,1),(50,121,'user',3,NULL,NULL,1),(51,122,'user',1,NULL,NULL,1),(52,123,'user',1,NULL,NULL,1),(53,124,'user',1,NULL,NULL,1),(54,125,'user',1,NULL,NULL,1),(55,127,'user',1,NULL,NULL,1),(56,128,'user',1,NULL,NULL,1),(57,129,'user',1,NULL,NULL,1),(58,130,'user',1,NULL,NULL,1),(59,131,'user',1,NULL,NULL,1),(60,132,'user',1,NULL,NULL,1),(61,133,'user',1,NULL,NULL,1),(62,134,'user',1,NULL,NULL,1),(63,135,'user',1,NULL,NULL,1),(64,136,'user',1,NULL,NULL,1),(65,137,'user',1,NULL,NULL,1),(66,138,'user',1,NULL,NULL,1),(67,139,'user',1,NULL,NULL,1),(68,140,'user',1,NULL,NULL,1),(69,141,'user',1,NULL,NULL,1),(70,142,'user',1,NULL,NULL,1),(71,143,'user',1,NULL,NULL,1),(72,144,'user',1,NULL,NULL,1),(73,145,'user',1,NULL,NULL,1),(74,146,'user',1,NULL,NULL,1),(75,147,'user',1,NULL,NULL,1),(76,148,'user',1,NULL,NULL,1),(77,149,'user',1,NULL,NULL,1),(78,150,'user',1,NULL,NULL,1),(79,151,'user',1,NULL,NULL,1),(80,152,'user',1,NULL,NULL,1),(81,203,'user',1,NULL,NULL,1),(82,204,'user',1,NULL,NULL,1),(83,205,'user',1,NULL,NULL,1),(84,206,'user',1,NULL,NULL,1),(85,207,'user',1,NULL,NULL,1),(86,208,'user',1,NULL,NULL,1),(87,209,'user',1,NULL,NULL,1),(88,210,'user',1,NULL,NULL,1),(89,211,'user',1,NULL,NULL,1),(90,212,'user',1,NULL,NULL,1),(91,213,'user',1,NULL,NULL,1),(92,214,'user',1,NULL,NULL,1),(93,215,'user',1,NULL,NULL,1),(94,216,'user',1,NULL,NULL,1),(95,217,'user',1,NULL,NULL,1),(96,218,'user',1,NULL,NULL,1),(97,219,'user',1,NULL,NULL,1),(98,220,'user',1,NULL,NULL,1),(99,221,'user',1,NULL,NULL,1),(100,222,'user',1,NULL,NULL,1),(101,223,'user',1,NULL,NULL,1),(102,224,'user',1,NULL,NULL,1),(103,225,'user',1,NULL,NULL,1),(104,226,'user',1,NULL,NULL,1),(105,227,'user',1,NULL,NULL,1),(106,228,'user',1,NULL,NULL,1),(107,229,'user',1,NULL,NULL,1),(108,230,'user',1,NULL,NULL,1),(109,231,'user',1,NULL,NULL,1),(110,232,'user',12,'0',0,0),(111,233,'user',12,'0',0,0),(112,234,'user',12,'0',0,1),(113,235,'user',12,'0',0,1),(114,236,'user',4,'0',0,0),(115,237,'user',13,'0',0,0),(116,237,'user',16,'0',0,0),(117,237,'user',18,'0',0,0),(118,238,'user',12,'0',0,1),(119,238,'user',3,'0',0,1),(120,238,'user',10,'0',0,1),(121,239,'user',12,'0',0,0),(123,240,'user',12,'0',0,1),(125,242,'user',12,'0',0,0),(126,243,'user',12,'0',0,0),(128,245,'user',12,'0',0,0),(132,249,'user',12,'0',0,0),(133,250,'user',12,'0',0,0),(134,251,'user',12,'0',0,0),(135,252,'user',12,'0',0,0),(136,253,'user',12,'0',0,0),(137,254,'user',12,'0',0,0),(138,255,'user',12,'0',0,0),(139,256,'user',12,'0',0,0),(140,257,'user',12,'0',0,0),(146,263,'user',12,'0',0,0),(147,264,'user',12,'0',0,0),(148,265,'user',12,'0',0,0),(149,266,'user',12,'0',0,0),(150,267,'user',12,'0',0,0),(151,268,'user',12,'0',0,0),(152,269,'user',12,'0',0,0),(153,270,'user',12,'0',0,0),(154,271,'user',12,'0',0,0),(155,272,'user',12,'0',0,0),(156,273,'user',12,'0',0,0),(157,274,'user',12,'0',0,0),(158,275,'user',12,'0',0,0),(160,277,'user',12,'0',0,0),(161,278,'user',12,'0',0,0),(162,279,'user',12,'0',0,0),(164,281,'user',12,'0',0,0),(165,282,'user',12,'0',0,0),(166,283,'user',12,'0',0,0),(167,284,'user',12,'0',0,0),(168,285,'user',12,'0',0,0),(169,286,'user',12,'0',0,0),(170,287,'user',12,'0',0,0),(171,288,'user',12,'0',0,0),(177,294,'user',12,'0',0,0),(178,295,'user',12,'0',0,0),(179,296,'user',12,'0',0,0),(180,297,'user',12,'0',0,0),(181,298,'user',1,'0',0,0),(182,299,'user',2,'0',0,0),(183,300,'user',1,'0',0,0),(184,301,'user',2,'0',0,0),(185,302,'user',2,'0',0,0),(186,303,'user',2,'0',0,0),(187,304,'user',1,'0',0,0),(188,305,'user',2,'0',0,0),(189,306,'user',2,'0',0,0),(190,307,'user',1,'0',0,0),(191,308,'user',1,'0',0,0),(192,309,'user',1,'0',0,0),(193,310,'user',2,'0',0,0),(194,311,'user',2,'0',0,0),(195,312,'user',1,'0',0,0),(196,313,'user',2,'0',0,0),(197,314,'user',1,'0',0,0),(198,315,'user',2,'0',0,0),(199,316,'user',2,'0',0,0),(200,317,'user',2,'0',0,0),(201,318,'user',1,'0',0,0),(202,319,'user',2,'0',0,0),(203,320,'user',12,'0',0,0),(204,321,'user',12,'0',0,0),(205,322,'user',12,'0',0,0),(206,323,'user',12,'0',0,0),(207,324,'user',12,'0',0,0),(208,325,'user',12,'0',0,0),(209,326,'user',12,'0',0,0),(210,327,'user',12,'0',0,0),(211,328,'user',12,'0',0,0),(212,24,'socpeople',2,NULL,NULL,1),(213,235,'socpeople',2,NULL,NULL,1),(214,238,'socpeople',10,NULL,NULL,1),(215,327,'socpeople',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_actioncomm_resources` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_crypted` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_adherent_type` int(11) NOT NULL,
      +  `morphy` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `societe` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `address` text COLLATE utf8_unicode_ci,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state_id` int(11) DEFAULT NULL,
      +  `country` int(11) DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_perso` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `birth` date DEFAULT NULL,
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `public` smallint(6) NOT NULL DEFAULT '0',
      +  `datefin` datetime DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `datevalid` datetime DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `twitter` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facebook` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `instagram` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `snapchat` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `googleplus` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `youtube` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `whatsapp` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_adherent_login` (`login`,`entity`),
      +  UNIQUE KEY `uk_adherent_fk_soc` (`fk_soc`),
      +  KEY `idx_adherent_fk_adherent_type` (`fk_adherent_type`),
      +  CONSTRAINT `adherent_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_adherent_adherent_type` FOREIGN KEY (`fk_adherent_type`) REFERENCES `llx_adherent_type` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent`
      +--
      +
      +LOCK TABLES `llx_adherent` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent` DISABLE KEYS */;
      +INSERT INTO `llx_adherent` VALUES (1,1,NULL,NULL,'Smith','Vick','vsmith','vsx1n8tf',NULL,2,'phy',NULL,10,NULL,NULL,NULL,NULL,102,'vsmith@email.com',NULL,NULL,NULL,NULL,'1960-07-07',NULL,1,0,'2012-07-09 00:00:00',NULL,NULL,'2010-07-10 15:12:56','2010-07-08 23:50:00','2013-03-20 13:30:11',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,1,NULL,NULL,'Curie','Pierre','pcurie','pcuriedolibarr',NULL,2,'phy',NULL,12,NULL,NULL,NULL,NULL,1,'pcurie@example.com','',NULL,NULL,NULL,'1972-07-08',NULL,1,1,'2017-07-17 00:00:00',NULL,NULL,'2010-07-10 15:03:32','2010-07-10 15:03:09','2015-10-05 19:57:57',1,12,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,1,NULL,NULL,'john','doe','john','8bs6gty5',NULL,2,'phy',NULL,NULL,NULL,NULL,NULL,NULL,1,'johndoe@email.com',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,'2011-07-18 21:28:00','2011-07-18 21:10:09','2015-10-03 09:28:46',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,1,NULL,NULL,'smith','smith','Smith','s6hjp10f',NULL,2,'phy',NULL,NULL,NULL,NULL,NULL,NULL,11,'smith@email.com',NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,NULL,'2011-07-18 21:27:52','2011-07-18 21:27:44','2015-10-03 09:40:27',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_adherent` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `zzz` varchar(125) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `aaa` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sssss` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_adherent_options` (`fk_object`),
      +  KEY `idx_adherent_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_extrafields`
      +--
      +
      +LOCK TABLES `llx_adherent_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_adherent_extrafields` VALUES (62,'2011-07-18 19:10:09',3,NULL,NULL,NULL,NULL),(63,'2011-07-18 19:27:44',4,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_adherent_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `subscription` varchar(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
      +  `vote` varchar(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `mail_valid` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_adherent_type_libelle` (`libelle`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_type`
      +--
      +
      +LOCK TABLES `llx_adherent_type` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_type` DISABLE KEYS */;
      +INSERT INTO `llx_adherent_type` VALUES (1,1,'2010-07-08 21:41:55',1,'Board members','1','1','','<br />'),(2,1,'2010-07-08 21:41:43',1,'Standard members','1','0','','<br />');
      +/*!40000 ALTER TABLE `llx_adherent_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_adherent_type_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_adherent_type_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_adherent_type_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_adherent_type_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_adherent_type_extrafields`
      +--
      +
      +LOCK TABLES `llx_adherent_type_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_adherent_type_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_adherent_type_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_advtargetemailing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_advtargetemailing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_advtargetemailing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `filtervalue` text COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_element` int(11) NOT NULL,
      +  `type_element` varchar(180) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_advtargetemailing_name` (`name`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_advtargetemailing`
      +--
      +
      +LOCK TABLES `llx_advtargetemailing` WRITE;
      +/*!40000 ALTER TABLE `llx_advtargetemailing` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_advtargetemailing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `day_session` int(11) NOT NULL,
      +  `heured` varchar(5) NOT NULL,
      +  `heuref` varchar(5) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_calendrier` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_calendrier` VALUES (1,1,1,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(2,1,1,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(3,1,2,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(4,1,2,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(5,1,3,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(6,1,3,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25'),(7,1,4,'09:00','12:00',1,'2013-10-13 19:23:12',1,'2013-10-13 15:23:12'),(8,1,4,'14:00','18:00',1,'2013-10-13 19:23:25',1,'2013-10-13 15:23:25');
      +/*!40000 ALTER TABLE `llx_agefodd_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_certif_state`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_certif_state`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_certif_state` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_certif` int(11) NOT NULL,
      +  `fk_certif_type` int(11) NOT NULL,
      +  `certif_state` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_certif_state`
      +--
      +
      +LOCK TABLES `llx_agefodd_certif_state` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_certif_state` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_certif_state` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_certificate_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_certificate_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_certificate_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_certificate_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_certificate_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_certificate_type` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_certificate_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_socpeople` int(11) NOT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_contact_fk_socpeople` (`fk_socpeople`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_contact`
      +--
      +
      +LOCK TABLES `llx_agefodd_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_contact` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_convention`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_convention`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_convention` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `fk_societe` int(11) NOT NULL,
      +  `element_type` varchar(50) DEFAULT NULL,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `model_doc` varchar(200) DEFAULT NULL,
      +  `intro1` text NOT NULL,
      +  `intro2` text NOT NULL,
      +  `art1` text NOT NULL,
      +  `art2` text NOT NULL,
      +  `art3` text NOT NULL,
      +  `art4` text NOT NULL,
      +  `art5` text NOT NULL,
      +  `art6` text NOT NULL,
      +  `art7` text NOT NULL,
      +  `art8` text NOT NULL,
      +  `art9` text NOT NULL,
      +  `sig` text,
      +  `only_product_session` int(11) DEFAULT '0',
      +  `notes` text NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_agefodd_session_conv` (`fk_agefodd_session`),
      +  KEY `idx_fk_societe_conv` (`fk_societe`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_convention`
      +--
      +
      +LOCK TABLES `llx_agefodd_convention` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_convention` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_convention` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_convention_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_convention_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_convention_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_convention` int(11) NOT NULL,
      +  `fk_agefodd_session_stagiaire` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_convention_stagiaire_convsta` (`fk_agefodd_convention`,`fk_agefodd_session_stagiaire`),
      +  KEY `idx_fk_agefodd_session_stagiaire_conv` (`fk_agefodd_convention`),
      +  KEY `idx_fk_agefodd_session_stagiaire_convsta` (`fk_agefodd_session_stagiaire`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_convention_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_convention_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_convention_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_convention_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_interne` varchar(80) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `intitule` varchar(80) NOT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `note_private` text,
      +  `note_public` text,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `archive_cursus` (`archive`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_cursus_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_cursus_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_cursus_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_cursus_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_cursus_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_cursus_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_cursus_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `type_trainer` varchar(20) DEFAULT NULL,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_formateur_fk_socpeople` (`fk_socpeople`),
      +  KEY `idx_agefodd_formateur_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_trainer` int(11) NOT NULL,
      +  `fk_category` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formateur_category` (`fk_category`),
      +  KEY `llx_agefodd_formateur_category_trainer` (`fk_trainer`),
      +  CONSTRAINT `llx_agefodd_formateur_category` FOREIGN KEY (`fk_category`) REFERENCES `llx_agefodd_formateur_category_dict` (`rowid`),
      +  CONSTRAINT `llx_agefodd_formateur_category_trainer` FOREIGN KEY (`fk_trainer`) REFERENCES `llx_agefodd_formateur` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_category`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_category` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_category_dict`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_category_dict`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_category_dict` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(20) NOT NULL,
      +  `label` varchar(100) DEFAULT NULL,
      +  `description` text,
      +  `active` smallint(6) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_category_dict`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_category_dict` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category_dict` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_category_dict` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_training`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_training`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_training` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_trainer` int(11) NOT NULL,
      +  `fk_training` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formateur_training_training` (`fk_training`),
      +  KEY `llx_agefodd_formateur_training_trainer` (`fk_trainer`),
      +  CONSTRAINT `llx_agefodd_formateur_training_trainer` FOREIGN KEY (`fk_trainer`) REFERENCES `llx_agefodd_formateur` (`rowid`),
      +  CONSTRAINT `llx_agefodd_formateur_training_training` FOREIGN KEY (`fk_training`) REFERENCES `llx_agefodd_formation_catalogue` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_training`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_training` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_training` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_training` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formateur_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formateur_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formateur_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formateur_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_formateur_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formateur_type` VALUES (1,'Formateur interne',0,1,'2017-03-23 11:00:00'),(2,'Formateur externe - Indépendant',1,1,'2017-03-23 11:00:00'),(3,'Formateur externe - Salarié',2,1,'2017-03-23 11:00:00'),(4,'Formateur externe - Sous traintance',2,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formateur_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(40) NOT NULL,
      +  `ref_interne` varchar(100) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `intitule` varchar(100) NOT NULL,
      +  `duree` double NOT NULL DEFAULT '0',
      +  `public` text,
      +  `methode` text,
      +  `but` text,
      +  `programme` text,
      +  `pedago_usage` text,
      +  `sanction` text,
      +  `prerequis` text,
      +  `note1` text,
      +  `note2` text,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `note_private` text,
      +  `note_public` text,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `nb_subscribe_min` int(11) DEFAULT NULL,
      +  `fk_c_category` int(11) DEFAULT NULL,
      +  `fk_c_category_bpf` int(11) DEFAULT NULL,
      +  `certif_duration` varchar(30) DEFAULT NULL,
      +  `qr_code_info` varchar(500) DEFAULT NULL,
      +  `color` varchar(32) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(36) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `ref_form_cat` (`ref`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue` VALUES (1,'FOR_1809-0001','',1,'Formation AAA',14,'','','','',NULL,NULL,'','','',0,12,'2018-09-14 09:51:02',12,NULL,NULL,4,NULL,NULL,1,NULL,NULL,NULL,'2018-09-14 07:51:02',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_formation_catalogue_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_modules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_modules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_modules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `sort_order` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(200) NOT NULL,
      +  `content_text` text,
      +  `duration` double DEFAULT NULL,
      +  `obj_peda` text,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `import_key` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_modules`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_modules` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_modules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_modules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(1000) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue_type` VALUES (1,'100','Formations générales',1,1,'2017-03-23 11:00:00'),(2,'110','Spécialités pluriscientifiques',2,1,'2017-03-23 11:00:00'),(3,'111','Physique-chimie',3,1,'2017-03-23 11:00:00'),(4,'112','Chimie-biologie, biochimie',4,1,'2017-03-23 11:00:00'),(5,'113','Sciences naturelles (biologie-géologie)',5,1,'2017-03-23 11:00:00'),(6,'114','Mathématiques',6,1,'2017-03-23 11:00:00'),(7,'115','Physique',7,1,'2017-03-23 11:00:00'),(8,'116','Chimie',8,1,'2017-03-23 11:00:00'),(9,'117','Sciences de la terre',9,1,'2017-03-23 11:00:00'),(10,'118','Sciences de la vie',10,1,'2017-03-23 11:00:00'),(11,'120','Spécialités pluridisciplinaires, sciences humaines et droit',11,1,'2017-03-23 11:00:00'),(12,'121','Géographie',12,1,'2017-03-23 11:00:00'),(13,'122','Economie',13,1,'2017-03-23 11:00:00'),(14,'123','Sciences sociales (y compris démographie, anthropologie)',14,1,'2017-03-23 11:00:00'),(15,'124','Psychologie',15,1,'2017-03-23 11:00:00'),(16,'125','Linguistique',16,1,'2017-03-23 11:00:00'),(17,'126','Histoire',17,1,'2017-03-23 11:00:00'),(18,'127','Philosophie, éthique et théologie',18,1,'2017-03-23 11:00:00'),(19,'128','Droit, sciences politiques',19,1,'2017-03-23 11:00:00'),(20,'130','Spécialités littéraires et artistiques plurivalentes',20,1,'2017-03-23 11:00:00'),(21,'131','Français, littérature et civilisation française',21,1,'2017-03-23 11:00:00'),(22,'132','Arts plastiques',22,1,'2017-03-23 11:00:00'),(23,'133','Musique, arts du spectacle',23,1,'2017-03-23 11:00:00'),(24,'134','Autres disciplines artistiques et spécialités artistiques plurivalentes',24,1,'2017-03-23 11:00:00'),(25,'135','Langues et civilisations anciennes',25,1,'2017-03-23 11:00:00'),(26,'136','Langues vivantes, civilisations étrangères et régionales',26,1,'2017-03-23 11:00:00'),(27,'200','Technologies industrielles fondamentales (génie industriel, procédés de Transformation, spécialités à dominante fonctionnelle)',27,1,'2017-03-23 11:00:00'),(28,'201','Technologies de commandes des transformations industriels (automatismes et robotique industriels, informatique industrielle)',28,1,'2017-03-23 11:00:00'),(29,'210','Spécialités plurivalentes de l\'agronomie et de l\'agriculture',29,1,'2017-03-23 11:00:00'),(30,'211','Productions végétales, cultures spécialisées (horticulture, viticulture,arboriculture fruitière…)',30,1,'2017-03-23 11:00:00'),(31,'212','Productions animales, élevage spécialisé, aquaculture, soins aux animaux,y compris vétérinaire',31,1,'2017-03-23 11:00:00'),(32,'213','Forêts, espaces naturels, faune sauvage, pêche',32,1,'2017-03-23 11:00:00'),(33,'214','Aménagement paysager (parcs, jardins, espaces verts ...)',33,1,'2017-03-23 11:00:00'),(34,'220','Spécialités pluritechnologiques des transformations',34,1,'2017-03-23 11:00:00'),(35,'221','Agro-alimentaire, alimentation, cuisine',35,1,'2017-03-23 11:00:00'),(36,'222','Transformations chimiques et apparentées (y compris industrie pharmaceutique)',36,1,'2017-03-23 11:00:00'),(37,'223','Métallurgie (y compris sidérurgie, fonderie, non ferreux...)',37,1,'2017-03-23 11:00:00'),(38,'224','Matériaux de construction, verre, céramique',38,1,'2017-03-23 11:00:00'),(39,'225','Plasturgie, matériaux composites',39,1,'2017-03-23 11:00:00'),(40,'226','Papier, carton',40,1,'2017-03-23 11:00:00'),(41,'227','Energie, génie climatique (y compris énergie nucléaire, thermique, hydraulique ;',41,1,'2017-03-23 11:00:00'),(42,'230','Spécialités génie civil, , pluritechnologiques, construction, bois',42,1,'2017-03-23 11:00:00'),(43,'231','Mines et carrières, génie civil, topographie',43,1,'2017-03-23 11:00:00'),(44,'232','Bâtiment : construction et couverture',44,1,'2017-03-23 11:00:00'),(45,'233','Bâtiment : finitions',45,1,'2017-03-23 11:00:00'),(46,'234','Travail du bois et de l\'ameublement',46,1,'2017-03-23 11:00:00'),(47,'240','Spécialités pluritechnologiques matériaux souples',47,1,'2017-03-23 11:00:00'),(48,'241','Textile',48,1,'2017-03-23 11:00:00'),(49,'242','Habillement (y compris mode, couture)',49,1,'2017-03-23 11:00:00'),(50,'243','Cuirs et peaux',50,1,'2017-03-23 11:00:00'),(51,'250','Spécialités pluritechnologiques mécanique-électricité (y compris maintenance mécano-électrique)',51,1,'2017-03-23 11:00:00'),(52,'251','Mécanique générale et de précision, usinage',52,1,'2017-03-23 11:00:00'),(53,'252','Moteurs et mécanique auto',53,1,'2017-03-23 11:00:00'),(54,'253','Mécanique aéronautique et spatiale',54,1,'2017-03-23 11:00:00'),(55,'254','Structures métalliques (y compris soudure, carrosserie, coque bateau, cellule, avion',55,1,'2017-03-23 11:00:00'),(56,'255','Electricité, électronique (non compris automatismes, productique)',56,1,'2017-03-23 11:00:00'),(57,'300','Spécialités plurivalentes des services',57,1,'2017-03-23 11:00:00'),(58,'310','Spécialités plurivalentes des échanges et de la gestion (y compris administration générale des entreprises et des collectivités)',58,1,'2017-03-23 11:00:00'),(59,'311','Transports, manutention, magasinage',59,1,'2017-03-23 11:00:00'),(60,'312','Commerce, vente',60,1,'2017-03-23 11:00:00'),(61,'313','Finances, banque, assurances',61,1,'2017-03-23 11:00:00'),(62,'314','Comptabilité, gestion',62,1,'2017-03-23 11:00:00'),(63,'315','Ressources humaines, gestion du personnel, gestion de l\'emploi',63,1,'2017-03-23 11:00:00'),(64,'320','Spécialités plurivalentes de la communication',64,1,'2017-03-23 11:00:00'),(65,'321','Journalisme, communication (y compris communication graphique et publicité)',65,1,'2017-03-23 11:00:00'),(66,'322','Techniques de l\'imprimerie et de l\'édition',66,1,'2017-03-23 11:00:00'),(67,'323','Techniques de l\'image et du son, métiers connexes du spectacle',67,1,'2017-03-23 11:00:00'),(68,'324','Secrétariat, bureautique',68,1,'2017-03-23 11:00:00'),(69,'325','Documentation, bibliothèques, administration des données',69,1,'2017-03-23 11:00:00'),(70,'326','Informatique, traitement de l\'information, réseaux de transmission des données',70,1,'2017-03-23 11:00:00'),(71,'330','Spécialités plurivalentes sanitaires et sociales',71,1,'2017-03-23 11:00:00'),(72,'331','Santé',72,1,'2017-03-23 11:00:00'),(73,'332','Travail social',73,1,'2017-03-23 11:00:00'),(74,'333','Enseignement, formation',74,1,'2017-03-23 11:00:00'),(75,'334','Accueil, hôtellerie, tourisme',75,1,'2017-03-23 11:00:00'),(76,'335','Animation culturelle, sportive et de loisirs',76,1,'2017-03-23 11:00:00'),(77,'336','Coiffure, esthétique et autres spécialités des services aux personnes',77,1,'2017-03-23 11:00:00'),(78,'341','Aménagement du territoire, développement, urbanisme',78,1,'2017-03-23 11:00:00'),(79,'342','Protection et développement du patrimoine',79,1,'2017-03-23 11:00:00'),(80,'343','Nettoyage, assainissement, protection de l\'environnement',80,1,'2017-03-23 11:00:00'),(81,'344','Sécurité des biens et des personnes, police, surveillance (y compris hygiène et sécurité)',81,1,'2017-03-23 11:00:00'),(82,'345','Application des droits et statut des personnes',82,1,'2017-03-23 11:00:00'),(83,'346','Spécialités militaires',83,1,'2017-03-23 11:00:00'),(84,'410','Spécialités concernant plusieurs capacités',84,1,'2017-03-23 11:00:00'),(85,'411','Pratiques sportives (y compris : arts martiaux)',85,1,'2017-03-23 11:00:00'),(86,'412','Développement des capacités mentales et apprentissages de base',86,1,'2017-03-23 11:00:00'),(87,'413','Développement des capacités comportementales et relationnelles',87,1,'2017-03-23 11:00:00'),(88,'414','Développement des capacités individuelles d\'organisation',88,1,'2017-03-23 11:00:00'),(89,'415','Développement des capacités d\'orientation, d\'insertion ou de réinsertion sociales',89,1,'2017-03-23 11:00:00'),(90,'421','Jeux et activités spécifiques de loisirs',90,1,'2017-03-23 11:00:00'),(91,'422','Economie et activités domestiques',91,1,'2017-03-23 11:00:00'),(92,'423','Vie familiale, vie sociale et autres formations au développement personne',92,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_catalogue_type_bpf`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_catalogue_type_bpf`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_catalogue_type_bpf` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(1000) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_catalogue_type_bpf`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_catalogue_type_bpf` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type_bpf` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_formation_catalogue_type_bpf` VALUES (1,'F3a1','Formations visant un diplôme ou un titre à finalité professionnelle (hors certificat de qualification professionnelle) inscrit au Répertoire national des certifications professionnelles (RNCP)',0,1,'2017-03-23 11:00:00'),(2,'F3a2','dont de niveau I et II (licence, maîtrise, master, DEA, DESS, diplôme d’ingénieur)',1,1,'2017-03-23 11:00:00'),(3,'F3a3','dont de niveau III (BTS, DUT, écoles de formation sanitaire et sociale ...)',2,1,'2017-03-23 11:00:00'),(4,'F3a4','dont de niveau IV (BAC professionnel, BT, BP, BM...)',3,1,'2017-03-23 11:00:00'),(5,'F3a5','dont de niveau V (BEP, CAP ou CFPA 1 er degré...)',4,1,'2017-03-23 11:00:00'),(6,'F3b','Formations visant un certificat de qualification professionnelle (CQP)',5,1,'2017-03-23 11:00:00'),(7,'F3c','Formations visant une certification et/ou une habilitation inscrite à l’inventaire de la CNCP',6,1,'2017-03-23 11:00:00'),(8,'F3d','Autres formations professionnelles continues',7,1,'2017-03-23 11:00:00'),(9,'F3e','Bilans de compétence',8,1,'2017-03-23 11:00:00'),(10,'F3f','Actions d’accompagnement à la validation des acquis de l’expérience',9,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_formation_catalogue_type_bpf` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `fk_cursus` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_formation_cursus` (`fk_formation_catalogue`,`fk_cursus`),
      +  KEY `llx_agefodd_formation_cursus_ibfk_2` (`fk_cursus`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_formation_objectifs_peda`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_formation_objectifs_peda`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_formation_objectifs_peda` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `intitule` varchar(500) NOT NULL,
      +  `priorite` smallint(6) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_formation_catalogue_obj_peda` (`fk_formation_catalogue`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_formation_objectifs_peda`
      +--
      +
      +LOCK TABLES `llx_agefodd_formation_objectifs_peda` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_objectifs_peda` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_formation_objectifs_peda` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_opca`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_opca`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_opca` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_trainee` int(11) NOT NULL,
      +  `fk_soc_trainee` int(11) NOT NULL,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `date_ask_OPCA` datetime DEFAULT NULL,
      +  `is_date_ask_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `is_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_OPCA` int(11) DEFAULT NULL,
      +  `num_OPCA_soc` varchar(100) DEFAULT NULL,
      +  `num_OPCA_file` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_opca`
      +--
      +
      +LOCK TABLES `llx_agefodd_opca` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_opca` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_opca` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_place`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_place`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_place` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref_interne` varchar(80) NOT NULL,
      +  `adresse` varchar(255) DEFAULT NULL,
      +  `cp` varchar(10) DEFAULT NULL,
      +  `ville` varchar(50) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT NULL,
      +  `tel` varchar(20) DEFAULT NULL,
      +  `fk_societe` int(11) NOT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `timeschedule` text,
      +  `control_occupation` smallint(6) NOT NULL DEFAULT '0',
      +  `notes` text,
      +  `acces_site` text,
      +  `note1` text,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_reg_interieur` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_ibfk_1` (`fk_pays`),
      +  KEY `archive_place` (`archive`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_place`
      +--
      +
      +LOCK TABLES `llx_agefodd_place` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_place` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_place` VALUES (1,'Salle 1',NULL,NULL,NULL,NULL,NULL,-1,NULL,NULL,0,'','','',0,NULL,12,'2018-09-14 09:53:15',12,'2018-09-14 07:53:15',1);
      +/*!40000 ALTER TABLE `llx_agefodd_place` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_reg_interieur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_reg_interieur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_reg_interieur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `reg_int` text,
      +  `notes` tinytext NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_reg_interieur`
      +--
      +
      +LOCK TABLES `llx_agefodd_reg_interieur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_reg_interieur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_reg_interieur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(40) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_soc_requester` int(11) DEFAULT NULL,
      +  `fk_socpeople_requester` int(11) DEFAULT NULL,
      +  `fk_formation_catalogue` int(11) NOT NULL,
      +  `fk_session_place` int(11) NOT NULL,
      +  `type_session` int(11) DEFAULT NULL,
      +  `nb_place` int(11) DEFAULT NULL,
      +  `nb_stagiaire` int(11) DEFAULT NULL,
      +  `force_nb_stagiaire` int(11) DEFAULT NULL,
      +  `nb_subscribe_min` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `dated` datetime DEFAULT NULL,
      +  `datef` datetime DEFAULT NULL,
      +  `notes` text NOT NULL,
      +  `color` varchar(32) DEFAULT NULL,
      +  `cost_trainer` double(24,8) DEFAULT '0.00000000',
      +  `cost_site` double(24,8) DEFAULT '0.00000000',
      +  `cost_trip` double(24,8) DEFAULT NULL,
      +  `sell_price` double(24,8) DEFAULT '0.00000000',
      +  `invoice_amount` double(24,8) DEFAULT '0.00000000',
      +  `cost_buy_charges` double(24,8) DEFAULT '0.00000000',
      +  `cost_sell_charges` double(24,8) DEFAULT '0.00000000',
      +  `is_date_res_site` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_site` datetime DEFAULT NULL,
      +  `is_date_res_confirm_site` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_confirm_site` datetime DEFAULT NULL,
      +  `is_date_res_trainer` smallint(6) NOT NULL DEFAULT '0',
      +  `date_res_trainer` datetime DEFAULT NULL,
      +  `date_ask_OPCA` datetime DEFAULT NULL,
      +  `is_date_ask_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `is_OPCA` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_OPCA` int(11) DEFAULT NULL,
      +  `fk_socpeople_presta` int(11) DEFAULT NULL,
      +  `fk_soc_employer` int(11) DEFAULT NULL,
      +  `num_OPCA_soc` varchar(100) DEFAULT NULL,
      +  `num_OPCA_file` varchar(100) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `status` int(11) DEFAULT NULL,
      +  `duree_session` double NOT NULL DEFAULT '0',
      +  `intitule_custo` varchar(100) DEFAULT NULL,
      +  `import_key` varchar(36) DEFAULT NULL,
      +  `ref_ext` varchar(50) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_formation_catalogue_ibfk_1` (`fk_formation_catalogue`),
      +  KEY `llx_agefodd_session_place_ibfk_1` (`fk_session_place`),
      +  KEY `fk_soc_session` (`fk_soc`),
      +  KEY `idx_agefodd_session_status` (`status`),
      +  KEY `fk_soc_requester_session` (`fk_soc_requester`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session`
      +--
      +
      +LOCK TABLES `llx_agefodd_session` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session` VALUES (1,'SES1809-0001',1,221,-1,NULL,1,1,0,5,NULL,NULL,NULL,4,NULL,NULL,'',NULL,0.00000000,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,0,NULL,0,NULL,NULL,0,0,NULL,NULL,NULL,-1,NULL,NULL,12,'2018-09-14 09:53:42',12,'2018-09-14 07:53:42',1,14,'Formation AAA',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_session` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_adminsitu`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_adminsitu`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_adminsitu` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session_admlevel` int(11) NOT NULL DEFAULT '0',
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `intitule` varchar(500) DEFAULT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `indice` int(11) NOT NULL,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `dated` datetime DEFAULT NULL,
      +  `datef` datetime NOT NULL,
      +  `datea` datetime NOT NULL,
      +  `notes` text NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `archive` smallint(6) NOT NULL DEFAULT '0',
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_session_adminsitu` (`fk_agefodd_session`),
      +  KEY `idx_agefodd_session_adminsitu_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_adminsitu`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_adminsitu` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_adminsitu` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_adminsitu` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_admlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_admlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_admlevel` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `indice` int(11) NOT NULL,
      +  `intitule` varchar(500) NOT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `delais_alerte_end` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_session_admlevel_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_admlevel`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_admlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_admlevel` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_admlevel` VALUES (1,0,0,100,'Préparation de l\'action',-40,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(2,1,1,101,'Inscription des stagiaires',-31,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(3,0,0,200,'Transmission de la convention de formation',-30,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(4,1,3,201,'Impression convention et vérification',-31,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(5,1,3,202,'Envoi convention (VP ou numérique avec AC)',-30,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(6,0,0,300,'Envoi des convocations',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(7,1,6,301,'Préparation du dossier<br>(convoc., rég. intérieur, programme, fiche péda, conseils pratiques)',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(8,1,6,302,'Envoi du dossier à chaque stagiaire (inter) ou au respo. formation (intra)',-15,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(9,0,0,400,'Vérifications et mise en place des moyens',-10,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(10,1,9,401,'Vérification du retour de la convention signée',-10,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(11,0,0,500,'Execution de la prestation',0,0,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(12,0,0,600,'Cloture administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(13,1,12,601,'Impression des attestations',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(14,1,12,602,'Creation de la facture et verification',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(15,1,12,603,'Création du courrier d\'accompagnement',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(16,1,12,604,'Impression de la liasse administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL),(17,1,12,605,'Envoi de la liasse administrative',0,8,1,'2012-01-01 00:00:00',0,'2011-12-31 23:00:00',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_session_admlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_session` int(11) NOT NULL,
      +  `date_session` date NOT NULL,
      +  `heured` datetime NOT NULL,
      +  `heuref` datetime NOT NULL,
      +  `fk_actioncomm` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_agefodd_session_cal` (`fk_agefodd_session`),
      +  KEY `idx_fk_agefodd_session_act_cal` (`fk_actioncomm`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_calendrier` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_commercial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_commercial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_commercial` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_user_com` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_commercial_ibfk_2` (`fk_user_com`),
      +  KEY `fk_session_sess_comm` (`fk_session_agefodd`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_commercial`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_commercial` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_commercial` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_commercial` VALUES (1,1,12,12,'2018-09-14 09:53:42',12,'2018-09-14 07:53:42');
      +/*!40000 ALTER TABLE `llx_agefodd_session_commercial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_agefodd_contact` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_contact_ibfk_2` (`fk_agefodd_contact`),
      +  KEY `fk_session_sess_contact` (`fk_session_agefodd`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_contact`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_contact` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `element_type` varchar(50) NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `fk_sub_element` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_agefodd_session_element` (`fk_session_agefodd`,`fk_element`,`element_type`,`fk_soc`),
      +  KEY `fk_session_element` (`fk_session_agefodd`),
      +  KEY `idxagefodd_session_element_fk_element` (`fk_element`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_element`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_element` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_element` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_session_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_formateur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_formateur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_formateur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session` int(11) NOT NULL,
      +  `fk_agefodd_formateur` int(11) NOT NULL,
      +  `fk_agefodd_formateur_type` int(11) DEFAULT NULL,
      +  `trainer_status` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_session_sess_form` (`fk_session`),
      +  KEY `idx_fk_agefodd_sess_formateur` (`fk_agefodd_formateur`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_formateur`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_formateur` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_formateur_calendrier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_formateur_calendrier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_formateur_calendrier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_agefodd_session_formateur` int(11) NOT NULL,
      +  `date_session` date NOT NULL,
      +  `heured` datetime NOT NULL,
      +  `heuref` datetime NOT NULL,
      +  `trainer_cost` double DEFAULT NULL,
      +  `trainer_status` int(11) DEFAULT NULL,
      +  `fk_actioncomm` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_session_formateur_sta` (`fk_agefodd_session_formateur`),
      +  KEY `fk_actioncomm_sta` (`fk_actioncomm`),
      +  KEY `fk_user_author_sta` (`fk_user_author`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_formateur_calendrier`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_formateur_calendrier` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur_calendrier` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_formateur_calendrier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_agefodd_stagiaire_type` int(11) NOT NULL,
      +  `fk_soc_link` int(11) DEFAULT NULL,
      +  `fk_socpeople_sign` int(11) DEFAULT NULL,
      +  `fk_soc_requester` int(11) DEFAULT NULL,
      +  `status_in_session` int(11) DEFAULT NULL,
      +  `hour_foad` double DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `dt_acknowledgement` timestamp NULL DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_session_stagiaire_ibfk_2` (`fk_stagiaire`),
      +  KEY `fk_session_sess_sta` (`fk_session_agefodd`),
      +  KEY `fk_agefodd_stagiaire_type_sess_sta` (`fk_agefodd_stagiaire_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_stagiaire_heures`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_stagiaire_heures`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_stagiaire_heures` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_session` int(11) NOT NULL,
      +  `fk_calendrier` int(11) NOT NULL,
      +  `heures` float NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_stagiaire_heures`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_stagiaire_heures` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire_heures` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_session_stagiaire_heures` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_session_status_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_session_status_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_session_status_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) NOT NULL,
      +  `intitule` varchar(80) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_session_status_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_session_status_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_session_status_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_session_status_type` VALUES (1,'ENV','Envisagée',1,1,'2012-12-31 23:00:00'),(2,'CONF','Confirmée client',2,1,'2012-12-31 23:00:00'),(3,'NOT','Non réalisée',6,1,'2012-12-31 23:00:00'),(4,'ARCH','Archivée',7,1,'2012-12-31 23:00:00'),(5,'DONE','Réalisée',5,1,'2012-12-31 23:00:00'),(6,'ONGOING','En cours',4,1,'2012-12-31 23:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_session_status_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `nom` varchar(50) NOT NULL,
      +  `prenom` varchar(50) NOT NULL,
      +  `civilite` varchar(6) NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fonction` varchar(80) DEFAULT NULL,
      +  `tel1` varchar(30) DEFAULT NULL,
      +  `tel2` varchar(30) DEFAULT NULL,
      +  `mail` varchar(100) DEFAULT NULL,
      +  `date_birth` datetime DEFAULT NULL,
      +  `place_birth` varchar(100) DEFAULT NULL,
      +  `note` text,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `nom_sta` (`nom`),
      +  KEY `fk_soc_sta` (`fk_soc`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_certif`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_certif`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_certif` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_session_agefodd` int(11) NOT NULL,
      +  `fk_session_stagiaire` int(11) NOT NULL,
      +  `certif_code` varchar(200) NOT NULL,
      +  `certif_label` varchar(200) NOT NULL,
      +  `certif_dt_start` datetime NOT NULL,
      +  `certif_dt_end` datetime NOT NULL,
      +  `certif_dt_warning` datetime DEFAULT NULL,
      +  `mark` varchar(20) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_certif`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_certif` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_certif` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_certif` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_cursus`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_cursus`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_cursus` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_stagiaire` int(11) NOT NULL,
      +  `fk_cursus` int(11) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `llx_agefodd_stagiaire_cursus_ibfk_1` (`fk_cursus`),
      +  KEY `llx_agefodd_stagiaire_cursus_ibfk_2` (`fk_stagiaire`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_cursus`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_cursus` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_cursus` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_cursus` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_agefodd_stagiaire_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_extrafields`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_stagiaire_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_stagiaire_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_stagiaire_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `intitule` varchar(255) NOT NULL,
      +  `sort` smallint(6) NOT NULL,
      +  `active` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_stagiaire_type`
      +--
      +
      +LOCK TABLES `llx_agefodd_stagiaire_type` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_type` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_stagiaire_type` VALUES (1,'Financement par l\'employeur (contrat pro.)',2,1,'2017-03-23 11:00:00'),(2,'Financement par l\'employeur',1,1,'2017-03-23 11:00:00'),(3,'Dispositifs spécifiques pour les personnes en recherche d emploi financement publique',4,1,'2017-03-23 11:00:00'),(4,'Autre dispositifs (plan de formation, périodes de professionnalisation,...)',5,1,'2017-03-23 11:00:00'),(5,'Compte personnel de formation (CPF)',3,1,'2017-03-23 11:00:00'),(6,'Période PRO',99,0,'2017-03-23 11:00:00'),(7,'Congés individuel de formation (CIF)',2,1,'2017-03-23 11:00:00'),(8,'Fond d\'assurance formation de non-salariés',6,1,'2017-03-23 11:00:00'),(9,'Pouvoirs publics pour la formation de leurs agents',7,1,'2017-03-23 11:00:00'),(10,'Pouvoirs publics pour la formation de publics spécifiques : Instances européenne',8,1,'2017-03-23 11:00:00'),(11,'Pouvoirs publics pour la formation de publics spécifiques : Etat',9,1,'2017-03-23 11:00:00'),(12,'Pouvoirs publics pour la formation de publics spécifiques : Conseils régionaux',10,1,'2017-03-23 11:00:00'),(13,'Pouvoirs publics pour la formation de publics spécifiques : Pôle emploi',11,1,'2017-03-23 11:00:00'),(14,'Pouvoirs publics pour la formation de publics spécifiques : Autres ressources publique',12,1,'2017-03-23 11:00:00'),(15,'Contrats conclus avec des personnes à titre individuel et à leurs frais',13,1,'2017-03-23 11:00:00'),(16,'Contrats conclus avec d’autres organismes de formation',14,1,'2017-03-23 11:00:00'),(17,'Dispositifs spécifiques pour les personnes en recherche d\'emploi financement OPCA',4,1,'2017-03-23 11:00:00');
      +/*!40000 ALTER TABLE `llx_agefodd_stagiaire_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_agefodd_training_admlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_agefodd_training_admlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_agefodd_training_admlevel` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_agefodd_training_admlevel` int(11) NOT NULL DEFAULT '0',
      +  `fk_training` int(11) NOT NULL,
      +  `level_rank` int(11) NOT NULL DEFAULT '0',
      +  `fk_parent_level` int(11) DEFAULT '0',
      +  `indice` int(11) NOT NULL,
      +  `intitule` varchar(150) NOT NULL,
      +  `delais_alerte` int(11) NOT NULL,
      +  `delais_alerte_end` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `trigger_name` varchar(150) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_agefodd_training_admlevel` (`fk_training`),
      +  KEY `idx_agefodd_training_admlevel_fk_parent_level` (`fk_parent_level`)
      +) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_agefodd_training_admlevel`
      +--
      +
      +LOCK TABLES `llx_agefodd_training_admlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_agefodd_training_admlevel` DISABLE KEYS */;
      +INSERT INTO `llx_agefodd_training_admlevel` VALUES (18,1,1,0,0,100,'Préparation de l\'action',-40,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(19,2,1,1,18,101,'Inscription des stagiaires',-31,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(20,3,1,0,0,200,'Transmission de la convention de formation',-30,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(21,4,1,1,20,201,'Impression convention et vérification',-31,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(22,5,1,1,20,202,'Envoi convention (VP ou numérique avec AC)',-30,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(23,6,1,0,0,300,'Envoi des convocations',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(24,7,1,1,23,301,'Préparation du dossier<br>(convoc., rég. intérieur, programme, fiche péda, conseils pratiques)',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(25,8,1,1,23,302,'Envoi du dossier à chaque stagiaire (inter) ou au respo. formation (intra)',-15,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(26,9,1,0,0,400,'Vérifications et mise en place des moyens',-10,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(27,10,1,1,26,401,'Vérification du retour de la convention signée',-10,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(28,11,1,0,0,500,'Execution de la prestation',0,0,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(29,12,1,0,0,600,'Cloture administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(30,13,1,1,29,601,'Impression des attestations',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(31,14,1,1,29,602,'Creation de la facture et verification',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(32,15,1,1,29,603,'Création du courrier d\'accompagnement',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(33,16,1,1,29,604,'Impression de la liasse administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL),(34,17,1,1,29,605,'Envoi de la liasse administrative',0,8,12,'2018-09-14 09:52:29',12,'2018-09-14 07:52:29',NULL);
      +/*!40000 ALTER TABLE `llx_agefodd_training_admlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_asset_type` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `description` text,
      +  `note_public` text,
      +  `note_private` text,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_asset_rowid` (`rowid`),
      +  KEY `idx_asset_ref` (`ref`),
      +  KEY `idx_asset_entity` (`entity`),
      +  KEY `idx_asset_fk_soc` (`fk_soc`),
      +  KEY `idx_asset_fk_asset_type` (`fk_asset_type`),
      +  CONSTRAINT `fk_asset_asset_type` FOREIGN KEY (`fk_asset_type`) REFERENCES `llx_asset_type` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset`
      +--
      +
      +LOCK TABLES `llx_asset` WRITE;
      +/*!40000 ALTER TABLE `llx_asset` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetOf`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetOf`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetOf` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` double NOT NULL DEFAULT '0',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_assetOf_parent` int(11) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL DEFAULT '0',
      +  `fk_commande` int(11) NOT NULL DEFAULT '0',
      +  `fk_project` int(11) NOT NULL DEFAULT '0',
      +  `temps_estime_fabrication` double NOT NULL DEFAULT '0',
      +  `temps_reel_fabrication` double NOT NULL DEFAULT '0',
      +  `mo_cost` double NOT NULL DEFAULT '0',
      +  `mo_estimated_cost` double NOT NULL DEFAULT '0',
      +  `compo_cost` double NOT NULL DEFAULT '0',
      +  `compo_estimated_cost` double NOT NULL DEFAULT '0',
      +  `total_cost` double NOT NULL DEFAULT '0',
      +  `total_estimated_cost` double NOT NULL DEFAULT '0',
      +  `ordre` varchar(255) DEFAULT NULL,
      +  `numero` varchar(255) DEFAULT NULL,
      +  `status` varchar(255) DEFAULT NULL,
      +  `date_besoin` datetime DEFAULT NULL,
      +  `date_lancement` datetime DEFAULT NULL,
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `note` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_user` (`fk_user`),
      +  KEY `fk_assetOf_parent` (`fk_assetOf_parent`),
      +  KEY `fk_soc` (`fk_soc`),
      +  KEY `fk_commande` (`fk_commande`),
      +  KEY `fk_project` (`fk_project`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetOf`
      +--
      +
      +LOCK TABLES `llx_assetOf` WRITE;
      +/*!40000 ALTER TABLE `llx_assetOf` DISABLE KEYS */;
      +INSERT INTO `llx_assetOf` VALUES (1,'2018-11-18 16:19:27','2018-11-18 16:19:27',1,0,0,1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00001','DRAFT','2018-11-18 00:00:00',NULL,NULL,NULL,''),(2,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,0,0,-1,-1,0,0,0,0,0,49,49,49,49,'ASAP','OF00004','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 16:48:10','2018-11-18 17:08:06',''),(3,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,0,2,-1,-1,0,0,0,0,0,0,0,0,0,'','OF00002','CLOSE','2018-11-18 16:26:40','2018-11-18 00:00:00','2018-11-18 16:54:41','2018-11-18 16:54:45',''),(4,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,0,0,-1,-1,0,0,0,0,0,20,20,20,20,'ASAP','OF00006','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:23:54','2018-11-18 17:25:05',''),(5,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,0,4,-1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00005','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:22:07','2018-11-18 17:22:12',''),(6,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,0,0,-1,-1,0,0,0,0,0,0,20,0,20,'ASAP','OF00008','OPEN','2018-11-18 00:00:00','2018-11-18 00:00:00','2018-11-18 17:44:27',NULL,''),(7,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,0,6,-1,-1,0,0,0,0,0,0,0,0,0,'ASAP','OF00007','CLOSE','2018-11-18 00:00:00','2018-11-18 00:00:00',NULL,NULL,'');
      +/*!40000 ALTER TABLE `llx_assetOf` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetOf_line`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetOf_line`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetOf_line` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `fk_assetOf` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) NOT NULL DEFAULT '0',
      +  `fk_entrepot` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `nomenclature_valide` int(11) NOT NULL DEFAULT '0',
      +  `fk_commandedet` int(11) NOT NULL DEFAULT '0',
      +  `qty_needed` double NOT NULL DEFAULT '0',
      +  `qty` double NOT NULL DEFAULT '0',
      +  `qty_used` double NOT NULL DEFAULT '0',
      +  `qty_stock` double NOT NULL DEFAULT '0',
      +  `conditionnement` double NOT NULL DEFAULT '0',
      +  `conditionnement_unit` double NOT NULL DEFAULT '0',
      +  `pmp` double NOT NULL DEFAULT '0',
      +  `type` varchar(255) DEFAULT NULL,
      +  `lot_number` varchar(255) DEFAULT NULL,
      +  `measuring_units` varchar(255) DEFAULT NULL,
      +  `note_private` longtext,
      +  `fk_assetOf_line_parent` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_assetOf` (`fk_assetOf`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_product_fournisseur_price` (`fk_product_fournisseur_price`),
      +  KEY `fk_entrepot` (`fk_entrepot`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `nomenclature_valide` (`nomenclature_valide`),
      +  KEY `fk_commandedet` (`fk_commandedet`),
      +  KEY `fk_assetOf_line_parent` (`fk_assetOf_line_parent`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetOf_line`
      +--
      +
      +LOCK TABLES `llx_assetOf_line` WRITE;
      +/*!40000 ALTER TABLE `llx_assetOf_line` DISABLE KEYS */;
      +INSERT INTO `llx_assetOf_line` VALUES (1,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,196,-2,0,1,1,0,1,1,1,1,1,0,49,'TO_MAKE','','unit','',0),(2,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,192,-2,0,0,0,0,2,2,2,2,1,0,0,'NEEDED','','unit','aaa',1),(3,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,3,192,-2,0,0,0,0,2,2,2,2,1,0,0,'TO_MAKE','','unit','',2),(4,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,151,-2,0,0,0,0,1,1,1,1,1,0,49,'NEEDED','','unit','bbb',1),(6,'2018-11-18 16:26:40','2018-11-18 17:08:06',1,2,10,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','ccc',1),(7,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,195,-2,0,2,1,0,1,1,1,1,1,0,20,'TO_MAKE','','unit','',0),(8,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,190,-2,0,0,0,0,2,2,2,2,1,0,10,'NEEDED','','unit','aaa',7),(9,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,11,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','bbb',7),(10,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,5,11,-2,0,0,0,0,1,1,1,1,1,0,0,'TO_MAKE','','unit','',9),(11,'2018-11-18 17:21:16','2018-11-18 17:25:05',1,4,10,-2,0,0,0,0,1,1,1,1,1,0,0,'NEEDED','','unit','',7),(12,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,195,-2,0,2,1,0,1,1,0,0,1,0,22,'TO_MAKE','','unit','',0),(13,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,190,-2,0,0,0,0,2,2,0,0,1,0,10,'NEEDED','','unit','aaa',12),(14,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,11,-2,0,0,0,0,1,1,0,0,1,0,0,'NEEDED','','unit','bbb',12),(15,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,7,11,-1,0,0,0,0,1,1,0,0,1,0,0,'TO_MAKE','','unit','',14),(16,'2018-11-18 17:35:12','2018-11-18 17:44:27',1,6,10,-2,0,0,0,0,1,0,0,0,1,0,0,'NEEDED','','unit','',12);
      +/*!40000 ALTER TABLE `llx_assetOf_line` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_extrafields`
      +--
      +
      +LOCK TABLES `llx_asset_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(50) NOT NULL,
      +  `accountancy_code_asset` varchar(32) DEFAULT NULL,
      +  `accountancy_code_depreciation_asset` varchar(32) DEFAULT NULL,
      +  `accountancy_code_depreciation_expense` varchar(32) DEFAULT NULL,
      +  `note` text,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_asset_type_label` (`label`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_type`
      +--
      +
      +LOCK TABLES `llx_asset_type` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_type` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_type_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_type_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_type_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_asset_type_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_type_extrafields`
      +--
      +
      +LOCK TABLES `llx_asset_type_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_type_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_type_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_of`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_of`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_of` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_assetOf` int(11) NOT NULL DEFAULT '0',
      +  `fk_asset_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_project_task` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `nb_hour_real` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  `thm` double NOT NULL DEFAULT '0',
      +  `nb_days_before_beginning` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_assetOf` (`fk_assetOf`),
      +  KEY `fk_asset_workstation` (`fk_asset_workstation`),
      +  KEY `fk_project_task` (`fk_project_task`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_of`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_of` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_of` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_of` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_product` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_asset_workstation` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_asset_workstation` (`fk_asset_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_product`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_product` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_asset_workstation_task`
      +--
      +
      +DROP TABLE IF EXISTS `llx_asset_workstation_task`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_asset_workstation_task` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `libelle` varchar(255) DEFAULT NULL,
      +  `description` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_asset_workstation_task`
      +--
      +
      +LOCK TABLES `llx_asset_workstation_task` WRITE;
      +/*!40000 ALTER TABLE `llx_asset_workstation_task` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_asset_workstation_task` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_assetof_amounts`
      +--
      +
      +DROP TABLE IF EXISTS `llx_assetof_amounts`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_assetof_amounts` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `amount_estimated` varchar(255) DEFAULT NULL,
      +  `amount_real` varchar(255) DEFAULT NULL,
      +  `amount_diff` varchar(255) DEFAULT NULL,
      +  `date` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_creation` (`date_creation`),
      +  KEY `tms` (`tms`),
      +  KEY `rowid` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_assetof_amounts`
      +--
      +
      +LOCK TABLES `llx_assetof_amounts` WRITE;
      +/*!40000 ALTER TABLE `llx_assetof_amounts` DISABLE KEYS */;
      +INSERT INTO `llx_assetof_amounts` VALUES (1,'2018-11-19 10:25:56','2018-11-19 09:25:56','20','0','20','2018-11-19 10:25:56');
      +/*!40000 ALTER TABLE `llx_assetof_amounts` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datev` date DEFAULT NULL,
      +  `dateo` date DEFAULT NULL,
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_rappro` int(11) DEFAULT NULL,
      +  `fk_type` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `num_releve` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `num_chq` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `rappro` tinyint(4) DEFAULT '0',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bordereau` int(11) DEFAULT '0',
      +  `banque` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `emetteur` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `author` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `numero_compte` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_bank_datev` (`datev`),
      +  KEY `idx_bank_dateo` (`dateo`),
      +  KEY `idx_bank_fk_account` (`fk_account`),
      +  KEY `idx_bank_rappro` (`rappro`),
      +  KEY `idx_bank_num_releve` (`num_releve`)
      +) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank`
      +--
      +
      +LOCK TABLES `llx_bank` WRITE;
      +/*!40000 ALTER TABLE `llx_bank` DISABLE KEYS */;
      +INSERT INTO `llx_bank` VALUES (1,'2010-07-08 23:56:14','2016-07-30 15:16:10','2016-07-08','2016-07-08',2000.00000000,'(Initial balance)',1,NULL,1,'SOLD','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:00:24','2016-07-30 15:16:10','2016-07-09','2016-07-09',500.00000000,'(Initial balance)',2,NULL,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(3,'2010-07-10 13:33:42','2016-07-30 15:16:10','2016-07-10','2016-07-10',0.00000000,'(Solde initial)',3,NULL,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(5,'2011-07-18 20:50:24','2016-07-30 15:16:10','2016-07-08','2016-07-08',20.00000000,'(CustomerInvoicePayment)',1,1,NULL,'CB','201107',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(6,'2011-07-18 20:50:47','2016-07-30 15:16:10','2016-07-08','2016-07-08',10.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(8,'2011-08-01 03:34:11','2016-07-30 15:21:31','2015-08-01','2015-08-01',5.63000000,'(CustomerInvoicePayment)',1,1,1,'CB','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(12,'2011-08-05 23:11:37','2016-07-30 15:21:31','2015-08-05','2015-08-05',-10.00000000,'(SocialContributionPayment)',1,1,1,'VIR','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(13,'2011-08-06 20:33:54','2016-07-30 15:21:31','2015-08-06','2015-08-06',5.98000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(14,'2011-08-08 02:53:40','2016-07-30 15:21:31','2015-08-08','2015-08-08',26.10000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(15,'2011-08-08 02:55:58','2016-07-30 15:21:31','2015-08-08','2015-08-08',26.96000000,'(CustomerInvoicePayment)',1,1,1,'TIP','201211',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(16,'2012-12-09 15:28:44','2016-07-30 15:21:31','2015-12-09','2015-12-09',2.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(17,'2012-12-09 15:28:53','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(18,'2012-12-09 17:35:55','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(19,'2012-12-09 17:37:02','2016-07-30 15:21:31','2015-12-09','2015-12-09',2.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(20,'2012-12-09 18:35:07','2016-07-30 15:21:31','2015-12-09','2015-12-09',-2.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(21,'2012-12-12 18:54:33','2016-07-30 15:21:31','2015-12-12','2015-12-12',1.00000000,'(CustomerInvoicePayment)',1,1,1,'TIP','201210',NULL,1,NULL,0,NULL,NULL,NULL,NULL),(22,'2013-03-06 16:48:16','2016-07-30 15:16:10','2016-03-06','2016-03-06',20.00000000,'(SubscriptionPayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(23,'2013-03-20 14:30:11','2016-07-30 15:16:10','2016-03-20','2016-03-20',10.00000000,'(SubscriptionPayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(24,'2014-03-02 19:57:58','2016-07-30 15:16:10','2016-07-09','2016-07-09',605.00000000,'(CustomerInvoicePayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,'111',NULL,NULL),(26,'2014-03-02 20:01:39','2016-07-30 15:16:10','2016-03-19','2016-03-19',500.00000000,'(CustomerInvoicePayment)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(27,'2014-03-02 20:02:06','2016-07-30 15:16:10','2016-03-21','2016-03-21',400.00000000,'(CustomerInvoicePayment)',1,1,NULL,'VIR',NULL,NULL,0,NULL,0,NULL,'ABC and Co',NULL,NULL),(28,'2014-03-03 19:22:32','2016-07-30 15:21:31','2015-10-03','2015-10-03',-400.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(29,'2014-03-03 19:23:16','2016-07-30 15:16:10','2016-03-10','2016-03-10',-300.00000000,'(CustomerInvoicePaymentBack)',3,1,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(30,'2016-01-22 18:56:34','2016-01-22 17:56:34','2016-01-22','2016-01-22',-900.00000000,'(SupplierInvoicePayment)',1,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(31,'2016-07-30 22:42:14','2016-07-30 14:42:14','2016-07-30','2016-07-30',0.00000000,'(Initial balance)',4,0,NULL,'SOLD',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(32,'2017-02-01 19:02:44','2017-02-01 15:02:44','2017-02-01','2017-02-01',-200.00000000,'(SupplierInvoicePayment)',3,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(33,'2017-02-06 08:10:24','2017-02-06 04:12:05','2016-03-22','2016-03-22',150.00000000,'(CustomerInvoicePayment)',1,12,NULL,'CHQ',NULL,NULL,0,NULL,2,NULL,'Magic Food Store',NULL,NULL),(34,'2017-02-06 08:10:50','2017-02-06 04:10:50','2016-03-25','2016-03-25',140.00000000,'(CustomerInvoicePayment)',1,12,NULL,'PRE',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(35,'2017-02-12 23:18:33','2017-02-12 19:18:33','2017-02-12','2017-02-12',50.00000000,'Patient payment',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,'aaa',NULL,NULL),(36,'2017-02-16 02:22:09','2017-02-15 22:22:09','2017-02-16','2017-02-16',-1.00000000,'(ExpenseReportPayment)',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL),(37,'2017-02-21 16:07:43','2017-02-21 12:07:43','2017-02-21','2017-02-21',50.00000000,'(WithdrawalPayment)',1,12,NULL,'PRE',NULL,'T170201',0,NULL,0,NULL,NULL,NULL,NULL),(38,'2017-09-06 20:08:36','2017-09-06 16:08:36','2017-09-06','2017-09-06',10.00000000,'(DonationPayment)',3,12,NULL,'LIQ',NULL,NULL,0,NULL,0,NULL,NULL,NULL,''),(39,'2018-03-16 13:59:31','2018-03-16 09:59:31','2018-03-16','2018-03-16',10.00000000,'(CustomerInvoicePayment)',4,12,NULL,'CHQ',NULL,NULL,0,NULL,0,NULL,'Indian SAS',NULL,'');
      +/*!40000 ALTER TABLE `llx_bank` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `bank` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `country_iban` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_iban` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state_id` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` text COLLATE utf8_unicode_ci,
      +  `courant` smallint(6) NOT NULL DEFAULT '0',
      +  `clos` smallint(6) NOT NULL DEFAULT '0',
      +  `rappro` smallint(6) DEFAULT '1',
      +  `url` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `account_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_journal` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `currency_code` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `min_allowed` int(11) DEFAULT '0',
      +  `min_desired` int(11) DEFAULT '0',
      +  `comment` text COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_accountancy_journal` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bank_account_label` (`label`,`entity`),
      +  KEY `idx_fk_accountancy_journal` (`fk_accountancy_journal`),
      +  CONSTRAINT `fk_bank_account_accountancy_journal` FOREIGN KEY (`fk_accountancy_journal`) REFERENCES `llx_accounting_journal` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_account`
      +--
      +
      +LOCK TABLES `llx_bank_account` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_account` DISABLE KEYS */;
      +INSERT INTO `llx_bank_account` VALUES (1,'2010-07-08 23:56:14','2016-07-30 14:45:12','SWIBAC','Swiss bank account',1,'Switz Gold Bank','','','123456789','','','NL39RABO0314043352',NULL,NULL,'21 jum street',NULL,6,'Mac Golder','11 big road,\r\nZurich',1,0,1,NULL,'','','EUR',1500,1500,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:00:24','2016-07-30 15:17:18','SWIBAC2','Swiss bank account old',1,'Switz Silver Bank','','','','','','NL07SNSB0908534915',NULL,NULL,'Road bankrupt\r\nZurich',NULL,6,'','',1,1,1,NULL,'','','EUR',200,400,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-10 13:33:42','2017-08-27 13:29:05','ACCOUNTCASH','Account for cash',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,1,NULL,NULL,2,0,1,NULL,'','OD','EUR',0,0,'<br />',NULL,NULL,NULL,NULL,NULL,NULL,4),(4,'2016-07-30 18:42:14','2016-07-30 14:44:45','LUXBAC','Luxemburg Bank Account',1,'Lux Platinuium Bank','','','','','','NL46INGB0687674581',NULL,NULL,'',NULL,140,'','',1,0,1,NULL,'','','EUR',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_bank_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_account_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_account_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_account_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_bank_account_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_account_extrafields`
      +--
      +
      +LOCK TABLES `llx_bank_account_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_account_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_bank_account_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_categ`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_categ`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_categ` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_categ`
      +--
      +
      +LOCK TABLES `llx_bank_categ` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_categ` DISABLE KEYS */;
      +INSERT INTO `llx_bank_categ` VALUES (1,'Bank category one',1),(2,'Bank category two',1);
      +/*!40000 ALTER TABLE `llx_bank_categ` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_class`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_class`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_class` (
      +  `lineid` int(11) NOT NULL,
      +  `fk_categ` int(11) NOT NULL,
      +  UNIQUE KEY `uk_bank_class_lineid` (`lineid`,`fk_categ`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_class`
      +--
      +
      +LOCK TABLES `llx_bank_class` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_class` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_bank_class` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bank_url`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bank_url`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bank_url` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `url_id` int(11) DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bank_url` (`fk_bank`,`type`)
      +) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bank_url`
      +--
      +
      +LOCK TABLES `llx_bank_url` WRITE;
      +/*!40000 ALTER TABLE `llx_bank_url` DISABLE KEYS */;
      +INSERT INTO `llx_bank_url` VALUES (3,5,2,'/compta/paiement/card.php?id=','(paiement)','payment'),(4,5,2,'/comm/card.php?socid=','Belin SARL','company'),(5,6,3,'/compta/paiement/card.php?id=','(paiement)','payment'),(6,6,2,'/comm/card.php?socid=','Belin SARL','company'),(9,8,5,'/compta/paiement/card.php?id=','(paiement)','payment'),(10,8,7,'/comm/card.php?socid=','Generic customer','company'),(17,12,4,'/compta/payment_sc/card.php?id=','(paiement)','payment_sc'),(18,12,4,'/compta/charges.php?id=','Assurance Chomage (fff)','sc'),(19,13,6,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(20,13,7,'/dolibarrnew/comm/card.php?socid=','Generic customer','company'),(21,14,8,'/compta/paiement/card.php?id=','(paiement)','payment'),(22,14,2,'/comm/card.php?socid=','Belin SARL','company'),(23,15,9,'/compta/paiement/card.php?id=','(paiement)','payment'),(24,15,10,'/comm/card.php?socid=','Smith Vick','company'),(25,16,17,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(26,16,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(27,17,18,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(28,17,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(29,18,19,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(30,18,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(31,19,20,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(32,19,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(33,20,21,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(34,20,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(35,21,23,'/compta/paiement/card.php?id=','(paiement)','payment'),(36,21,1,'/comm/card.php?socid=','ABC and Co','company'),(37,22,24,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(38,22,12,'/dolibarrnew/comm/card.php?socid=','Dupont Alain','company'),(39,23,25,'/dolibarrnew/compta/paiement/card.php?id=','(paiement)','payment'),(40,23,10,'/dolibarrnew/comm/card.php?socid=','Smith Vick','company'),(41,24,26,'/compta/paiement/card.php?id=','(paiement)','payment'),(42,24,1,'/comm/card.php?socid=','ABC and Co','company'),(45,26,29,'/compta/paiement/card.php?id=','(paiement)','payment'),(46,26,1,'/comm/card.php?socid=','ABC and Co','company'),(47,27,30,'/compta/paiement/card.php?id=','(paiement)','payment'),(48,27,1,'/comm/card.php?socid=','ABC and Co','company'),(49,28,32,'/dolibarr_new/compta/paiement/card.php?id=','(paiement)','payment'),(50,28,1,'/dolibarr_new/comm/card.php?socid=','ABC and Co','company'),(51,29,33,'/dolibarr_new/compta/paiement/card.php?id=','(paiement)','payment'),(52,29,1,'/dolibarr_new/comm/card.php?socid=','ABC and Co','company'),(53,30,1,'/dolibarr_3.8/htdocs/fourn/paiement/card.php?id=','(paiement)','payment_supplier'),(54,30,1,'/dolibarr_3.8/htdocs/fourn/card.php?socid=','Indian SAS','company'),(55,32,2,'/dolibarr_5.0/htdocs/fourn/paiement/card.php?id=','(paiement)','payment_supplier'),(56,32,13,'/dolibarr_5.0/htdocs/fourn/card.php?socid=','Company Corp 2','company'),(57,33,34,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(58,33,19,'/dolibarr_5.0/htdocs/comm/card.php?socid=','Magic Food Store','company'),(59,34,35,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(60,34,19,'/dolibarr_5.0/htdocs/comm/card.php?socid=','Magic Food Store','company'),(61,35,2,'/dolibarr_5.0/htdocs/dolimed_5.0/cabinetmed/consultations.php?action=edit&socid=26&id=','Consultation','consultation'),(62,35,26,'','aaa','company'),(63,36,2,'/dolibarr_5.0/htdocs/expensereport/payment/card.php?rowid=','(paiement)','payment_expensereport'),(64,36,12,'/dolibarr_5.0/htdocs/user/card.php?id=','','user'),(65,37,36,'/dolibarr_5.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(66,37,1,'/dolibarr_5.0/htdocs/compta/prelevement/card.php?id=','T170201','withdraw'),(67,38,1,'/dolibarr_6.0/htdocs/don/payment/card.php?rowid=','(paiement)','payment_donation'),(68,39,38,'/dolibarr_7.0/htdocs/compta/paiement/card.php?id=','(paiement)','payment'),(69,39,1,'/dolibarr_7.0/htdocs/comm/card.php?socid=','Indian SAS','company');
      +/*!40000 ALTER TABLE `llx_bank_url` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_blockedlog`
      +--
      +
      +DROP TABLE IF EXISTS `llx_blockedlog`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_blockedlog` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `action` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amounts` double(24,8) DEFAULT NULL,
      +  `signature` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `signature_line` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `element` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_object` int(11) DEFAULT NULL,
      +  `ref_object` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_object` datetime DEFAULT NULL,
      +  `object_data` text COLLATE utf8_unicode_ci,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `certified` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `user_fullname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `signature` (`signature`),
      +  KEY `fk_object_element` (`fk_object`,`element`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_user` (`fk_user`),
      +  KEY `entity_action` (`entity`,`action`),
      +  KEY `entity_action_certified` (`entity`,`action`,`certified`)
      +) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_blockedlog`
      +--
      +
      +LOCK TABLES `llx_blockedlog` WRITE;
      +/*!40000 ALTER TABLE `llx_blockedlog` DISABLE KEYS */;
      +INSERT INTO `llx_blockedlog` VALUES (20,'2018-03-16 09:57:22','MODULE_RESET',0.00000000,'d6dd5fe6c2eec2de6368f3b6da30188566f0a1a7be4b1589ccd8352d2c827ad5','fbc11d0396d9b76ea48f892bd5f0fe652e5bdf7d44873acb4bf1e1b70352bd30','module',1,'systemevent','2018-03-16 13:57:22','O:8:\"stdClass\":6:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:2:\"id\";i:1;s:7:\"element\";s:6:\"module\";s:3:\"ref\";s:11:\"systemevent\";s:6:\"entity\";i:1;s:4:\"date\";i:1521194242;}',12,1,0,'2018-03-16 13:57:22','Alice Adminson'),(21,'2018-03-16 09:57:24','MODULE_SET',0.00000000,'d6b66df837d8d33bd8b9744e2afa46ab8c65ae8ca462246c406de19f8254e146','0a3aae975056417705f4eb7b4a4926384075cc2b6c899603715643c8f1d6ff9b','module',1,'systemevent','2018-03-16 13:57:24','O:8:\"stdClass\":6:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:2:\"id\";i:1;s:7:\"element\";s:6:\"module\";s:3:\"ref\";s:11:\"systemevent\";s:6:\"entity\";i:1;s:4:\"date\";i:1521194244;}',12,1,0,'2018-03-16 13:57:24','Alice Adminson'),(22,'2018-03-16 09:59:31','PAYMENT_CUSTOMER_CREATE',10.00000000,'9beb9e3ba04582d441b49f176f995900c16572c789bcf48a1c9f285a74be76c8','86813eb2563252c0e270baaf1fffade82475fe51af5f88d14613005fd0e07783','payment',38,'PAY1803-0004','2018-03-16 12:00:00','O:8:\"stdClass\":8:{s:9:\"mycompany\";O:8:\"stdClass\":29:{s:10:\"name_alias\";N;s:7:\"address\";s:24:\"21 Jump street..ll..ee \"\";s:3:\"zip\";s:5:\"75500\";s:4:\"town\";s:6:\"MyTown\";s:10:\"state_code\";N;s:5:\"phone\";s:8:\"09123123\";s:3:\"fax\";s:8:\"09123124\";s:5:\"email\";s:24:\"myemail@mybigcompany.com\";s:7:\"barcode\";N;s:7:\"idprof1\";s:6:\"123456\";s:7:\"idprof2\";s:1:\"1\";s:7:\"idprof3\";s:1:\"1\";s:7:\"idprof4\";s:1:\"1\";s:7:\"idprof5\";s:1:\"1\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:9:\"FR1234567\";s:15:\"localtax1_assuj\";i:1;s:15:\"localtax1_value\";N;s:15:\"localtax2_assuj\";i:1;s:15:\"localtax2_value\";N;s:8:\"managers\";s:10:\"Zack Zeceo\";s:7:\"capital\";s:5:\"10000\";s:11:\"typent_code\";N;s:20:\"forme_juridique_code\";s:0:\"\";s:11:\"code_client\";N;s:16:\"code_fournisseur\";N;s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:12:\"MyBigCompany\";}s:3:\"ref\";s:12:\"PAY1803-0004\";s:4:\"date\";i:1521187200;s:9:\"type_code\";s:3:\"CHQ\";s:11:\"payment_num\";N;s:4:\"note\";s:0:\"\";s:12:\"payment_part\";a:1:{i:1;O:8:\"stdClass\":3:{s:6:\"amount\";s:2:\"10\";s:10:\"thirdparty\";O:8:\"stdClass\":29:{s:10:\"name_alias\";s:0:\"\";s:7:\"address\";s:13:\"1 alalah road\";s:3:\"zip\";N;s:4:\"town\";s:5:\"Delhi\";s:10:\"state_code\";N;s:5:\"phone\";N;s:3:\"fax\";N;s:5:\"email\";N;s:7:\"barcode\";N;s:7:\"idprof1\";s:0:\"\";s:7:\"idprof2\";s:0:\"\";s:7:\"idprof3\";s:0:\"\";s:7:\"idprof4\";s:0:\"\";s:7:\"idprof5\";s:0:\"\";s:7:\"idprof6\";s:0:\"\";s:9:\"tva_intra\";s:0:\"\";s:15:\"localtax1_assuj\";N;s:15:\"localtax1_value\";s:5:\"0.000\";s:15:\"localtax2_assuj\";N;s:15:\"localtax2_value\";s:5:\"0.000\";s:8:\"managers\";N;s:7:\"capital\";s:13:\"5000.00000000\";s:11:\"typent_code\";s:8:\"TE_SMALL\";s:20:\"forme_juridique_code\";N;s:11:\"code_client\";s:11:\"CU1212-0007\";s:16:\"code_fournisseur\";s:11:\"SU1212-0005\";s:7:\"ref_ext\";N;s:12:\"country_code\";s:2:\"IN\";s:4:\"name\";s:10:\"Indian SAS\";}s:7:\"invoice\";O:8:\"stdClass\":9:{s:4:\"date\";i:1453147200;s:10:\"ref_client\";N;s:4:\"type\";s:1:\"0\";s:8:\"total_ht\";s:11:\"20.00000000\";s:9:\"total_tva\";s:10:\"1.80000000\";s:9:\"total_ttc\";s:11:\"23.60000000\";s:12:\"revenuestamp\";s:10:\"0.00000000\";s:3:\"ref\";s:11:\"FA1601-0024\";s:11:\"note_public\";N;}}}s:6:\"amount\";i:10;}',12,1,0,'2018-03-16 13:59:31','Alice Adminson');
      +/*!40000 ALTER TABLE `llx_blockedlog` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_blockedlog_authority`
      +--
      +
      +DROP TABLE IF EXISTS `llx_blockedlog_authority`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_blockedlog_authority` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `blockchain` longtext COLLATE utf8_unicode_ci NOT NULL,
      +  `signature` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `signature` (`signature`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_blockedlog_authority`
      +--
      +
      +LOCK TABLES `llx_blockedlog_authority` WRITE;
      +/*!40000 ALTER TABLE `llx_blockedlog_authority` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_blockedlog_authority` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bookmark`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bookmark`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bookmark` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `dateb` datetime DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `target` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `title` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `favicon` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bookmark_url` (`fk_user`,`url`),
      +  UNIQUE KEY `uk_bookmark_title` (`fk_user`,`title`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bookmark`
      +--
      +
      +LOCK TABLES `llx_bookmark` WRITE;
      +/*!40000 ALTER TABLE `llx_bookmark` DISABLE KEYS */;
      +INSERT INTO `llx_bookmark` VALUES (1,0,'2010-07-09 01:29:03','http://wiki.dolibarr.org','1','Online documentation','none',1,1),(2,0,'2010-07-09 01:30:15','http://www.dolibarr.org','1','Official portal','none',2,1),(3,0,'2010-07-09 01:30:53','http://www.dolistore.com','1','DoliStore','none',10,1),(4,0,'2010-07-09 01:31:35','http://asso.dolibarr.org/index.php/Main_Page','1','The foundation','none',0,1),(5,0,'2014-03-02 16:40:41','http://www.facebook.com/dolibarr','1','Facebook page','none',50,1),(6,0,'2014-03-02 16:41:12','http://www.twitter.com/dolibarr','1','Twitter channel','none',60,1),(7,0,'2014-03-02 16:42:08','http://plus.google.com/+DolibarrOrg','1','Google+ page','none',55,1);
      +/*!40000 ALTER TABLE `llx_bookmark` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_bordereau_cheque`
      +--
      +
      +DROP TABLE IF EXISTS `llx_bordereau_cheque`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_bordereau_cheque` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime NOT NULL,
      +  `date_bordereau` date DEFAULT NULL,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `amount` double(24,8) NOT NULL,
      +  `nbcheque` smallint(6) NOT NULL,
      +  `fk_bank_account` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_bordereau_cheque` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_bordereau_cheque`
      +--
      +
      +LOCK TABLES `llx_bordereau_cheque` WRITE;
      +/*!40000 ALTER TABLE `llx_bordereau_cheque` DISABLE KEYS */;
      +INSERT INTO `llx_bordereau_cheque` VALUES (2,'2017-02-06 08:12:05','2017-02-06','CHK1702-0001',1,150.00000000,1,1,12,NULL,1,'','2017-02-06 04:12:13');
      +/*!40000 ALTER TABLE `llx_bordereau_cheque` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_boxes`
      +--
      +
      +DROP TABLE IF EXISTS `llx_boxes`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_boxes` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `box_id` int(11) NOT NULL,
      +  `position` smallint(6) NOT NULL,
      +  `box_order` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `maxline` int(11) DEFAULT NULL,
      +  `params` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_boxes` (`entity`,`box_id`,`position`,`fk_user`),
      +  KEY `idx_boxes_boxid` (`box_id`),
      +  KEY `idx_boxes_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_boxes_box_id` FOREIGN KEY (`box_id`) REFERENCES `llx_boxes_def` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=1183 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_boxes`
      +--
      +
      +LOCK TABLES `llx_boxes` WRITE;
      +/*!40000 ALTER TABLE `llx_boxes` DISABLE KEYS */;
      +INSERT INTO `llx_boxes` VALUES (253,2,323,0,'0',0,NULL,NULL),(304,2,324,0,'0',0,NULL,NULL),(305,2,325,0,'0',0,NULL,NULL),(306,2,326,0,'0',0,NULL,NULL),(307,2,327,0,'0',0,NULL,NULL),(308,2,328,0,'0',0,NULL,NULL),(309,2,329,0,'0',0,NULL,NULL),(310,2,330,0,'0',0,NULL,NULL),(311,2,331,0,'0',0,NULL,NULL),(312,2,332,0,'0',0,NULL,NULL),(313,2,333,0,'0',0,NULL,NULL),(314,1,347,0,'A07',0,NULL,NULL),(315,1,348,0,'A27',0,NULL,NULL),(316,1,349,0,'A15',0,NULL,NULL),(317,1,350,0,'B28',0,NULL,NULL),(344,1,374,0,'B16',0,NULL,NULL),(347,1,377,0,'A29',0,NULL,NULL),(348,1,378,0,'A17',0,NULL,NULL),(358,1,388,0,'B18',0,NULL,NULL),(359,1,389,0,'B30',0,NULL,NULL),(360,1,390,0,'A19',0,NULL,NULL),(362,1,392,0,'B20',0,NULL,NULL),(363,1,393,0,'A31',0,NULL,NULL),(366,1,396,0,'B14',0,NULL,NULL),(387,1,403,0,'B26',0,NULL,NULL),(392,1,409,0,'A13',0,NULL,NULL),(393,1,410,0,'A21',0,NULL,NULL),(394,1,411,0,'B08',0,NULL,NULL),(395,1,412,0,'B22',0,NULL,NULL),(396,1,413,0,'A09',0,NULL,NULL),(397,1,414,0,'A23',0,NULL,NULL),(398,1,415,0,'B10',0,NULL,NULL),(399,1,416,0,'B24',0,NULL,NULL),(400,1,417,0,'A11',0,NULL,NULL),(401,1,418,0,'A25',0,NULL,NULL),(501,1,419,0,'B12',0,NULL,NULL),(1019,1,392,0,'A01',2,NULL,NULL),(1021,1,412,0,'A03',2,NULL,NULL),(1022,1,347,0,'A04',2,NULL,NULL),(1023,1,393,0,'A05',2,NULL,NULL),(1025,1,389,0,'A07',2,NULL,NULL),(1026,1,416,0,'A08',2,NULL,NULL),(1027,1,396,0,'B01',2,NULL,NULL),(1028,1,377,0,'B02',2,NULL,NULL),(1031,1,419,0,'B05',2,NULL,NULL),(1036,1,424,0,'B06',0,NULL,NULL),(1037,1,425,0,'A05',0,NULL,NULL),(1038,1,426,0,'B04',0,NULL,NULL),(1039,1,427,0,'A03',0,NULL,NULL),(1150,1,430,0,'B02',0,NULL,NULL),(1151,1,431,0,'A01',0,NULL,NULL),(1152,1,429,0,'A01',1,NULL,NULL),(1153,1,429,0,'B01',2,NULL,NULL),(1154,1,429,0,'A01',11,NULL,NULL),(1156,1,429,0,'B01',0,NULL,NULL),(1174,1,412,0,'A01',12,NULL,NULL),(1175,1,392,0,'A02',12,NULL,NULL),(1176,1,377,0,'A03',12,NULL,NULL),(1177,1,347,0,'A04',12,NULL,NULL),(1178,1,429,0,'B01',12,NULL,NULL),(1179,1,427,0,'B02',12,NULL,NULL),(1180,1,414,0,'B03',12,NULL,NULL),(1181,1,413,0,'B04',12,NULL,NULL),(1182,1,426,0,'B05',12,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_boxes` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_boxes_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_boxes_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_boxes_def` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `file` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `note` varchar(130) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_boxes_def` (`file`,`entity`,`note`)
      +) ENGINE=InnoDB AUTO_INCREMENT=432 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_boxes_def`
      +--
      +
      +LOCK TABLES `llx_boxes_def` WRITE;
      +/*!40000 ALTER TABLE `llx_boxes_def` DISABLE KEYS */;
      +INSERT INTO `llx_boxes_def` VALUES (188,'box_services_vendus.php',1,'2011-08-05 20:40:27',NULL),(323,'box_actions.php',2,'2013-03-13 15:29:19',NULL),(324,'box_clients.php',2,'2013-03-13 20:21:35',NULL),(325,'box_prospect.php',2,'2013-03-13 20:21:35',NULL),(326,'box_contacts.php',2,'2013-03-13 20:21:35',NULL),(327,'box_activity.php',2,'2013-03-13 20:21:35','(WarningUsingThisBoxSlowDown)'),(328,'box_propales.php',2,'2013-03-13 20:32:38',NULL),(329,'box_comptes.php',2,'2013-03-13 20:33:09',NULL),(330,'box_factures_imp.php',2,'2013-03-13 20:33:09',NULL),(331,'box_factures.php',2,'2013-03-13 20:33:09',NULL),(332,'box_produits.php',2,'2013-03-13 20:33:09',NULL),(333,'box_produits_alerte_stock.php',2,'2013-03-13 20:33:09',NULL),(346,'box_googlemaps@google',1,'2013-11-07 00:01:39',NULL),(347,'box_clients.php',1,'2015-11-15 22:05:57',NULL),(348,'box_prospect.php',1,'2015-11-15 22:05:57',NULL),(349,'box_contacts.php',1,'2015-11-15 22:05:57',NULL),(350,'box_activity.php',1,'2015-11-15 22:05:57','(WarningUsingThisBoxSlowDown)'),(374,'box_services_contracts.php',1,'2015-11-15 22:38:37',NULL),(377,'box_project.php',1,'2015-11-15 22:38:44',NULL),(378,'box_task.php',1,'2015-11-15 22:38:44',NULL),(388,'box_contracts.php',1,'2015-11-15 22:39:52',NULL),(389,'box_services_expired.php',1,'2015-11-15 22:39:52',NULL),(390,'box_ficheinter.php',1,'2015-11-15 22:39:56',NULL),(392,'box_graph_propales_permonth.php',1,'2015-11-15 22:41:47',NULL),(393,'box_propales.php',1,'2015-11-15 22:41:47',NULL),(396,'box_graph_product_distribution.php',1,'2015-11-15 22:41:47',NULL),(403,'box_goodcustomers.php',1,'2016-07-30 11:13:20','(WarningUsingThisBoxSlowDown)'),(404,'box_external_rss.php',1,'2016-07-30 11:15:25','1 (Dolibarr.org News)'),(409,'box_produits.php',1,'2016-07-30 13:38:11',NULL),(410,'box_produits_alerte_stock.php',1,'2016-07-30 13:38:11',NULL),(411,'box_commandes.php',1,'2016-07-30 13:38:11',NULL),(412,'box_graph_orders_permonth.php',1,'2016-07-30 13:38:11',NULL),(413,'box_graph_invoices_supplier_permonth.php',1,'2016-07-30 13:38:11',NULL),(414,'box_graph_orders_supplier_permonth.php',1,'2016-07-30 13:38:11',NULL),(415,'box_fournisseurs.php',1,'2016-07-30 13:38:11',NULL),(416,'box_factures_fourn_imp.php',1,'2016-07-30 13:38:11',NULL),(417,'box_factures_fourn.php',1,'2016-07-30 13:38:11',NULL),(418,'box_supplier_orders.php',1,'2016-07-30 13:38:11',NULL),(419,'box_actions.php',1,'2016-07-30 15:42:32',NULL),(424,'box_factures_imp.php',1,'2017-02-07 18:56:12',NULL),(425,'box_factures.php',1,'2017-02-07 18:56:12',NULL),(426,'box_graph_invoices_permonth.php',1,'2017-02-07 18:56:12',NULL),(427,'box_comptes.php',1,'2017-02-07 18:56:12',NULL),(429,'box_lastlogin.php',1,'2017-08-27 13:29:14',NULL),(430,'box_bookmarks.php',1,'2018-01-19 11:27:34',NULL),(431,'box_members.php',1,'2018-01-19 11:27:56',NULL);
      +/*!40000 ALTER TABLE `llx_boxes_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_budget`
      +--
      +
      +DROP TABLE IF EXISTS `llx_budget`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_budget` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `date_start` date DEFAULT NULL,
      +  `date_end` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_budget`
      +--
      +
      +LOCK TABLES `llx_budget` WRITE;
      +/*!40000 ALTER TABLE `llx_budget` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_budget` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_budget_lines`
      +--
      +
      +DROP TABLE IF EXISTS `llx_budget_lines`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_budget_lines` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_budget` int(11) NOT NULL,
      +  `fk_project_ids` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `amount` double(24,8) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_budget_lines` (`fk_budget`,`fk_project_ids`),
      +  CONSTRAINT `fk_budget_lines_budget` FOREIGN KEY (`fk_budget`) REFERENCES `llx_budget` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_budget_lines`
      +--
      +
      +LOCK TABLES `llx_budget_lines` WRITE;
      +/*!40000 ALTER TABLE `llx_budget_lines` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_budget_lines` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_accounting_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_accounting_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_accounting_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `range_account` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `sens` tinyint(4) NOT NULL DEFAULT '0',
      +  `category_type` tinyint(4) NOT NULL DEFAULT '0',
      +  `formula` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_accounting_category` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_accounting_category`
      +--
      +
      +LOCK TABLES `llx_c_accounting_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_accounting_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_accounting_category` VALUES (1,1,'VENTES','Ventes de marchandises','7xxxxx',0,0,'',10,1,1),(2,1,'DEPENSES','Coût d achats marchandises vendues','6xxxxx',0,0,'',20,1,1),(3,1,'PROFIT','Marge commerciale','Balance',0,1,'VENTES+DEPENSES',30,1,1),(4,1,'123','ddd','603xxx | 607xxx | 609xxx',0,0,'0',4,14,1);
      +/*!40000 ALTER TABLE `llx_c_accounting_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_action_trigger`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_action_trigger`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_action_trigger` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `elementtype` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_action_trigger_code` (`code`),
      +  KEY `idx_action_trigger_rang` (`rang`)
      +) ENGINE=InnoDB AUTO_INCREMENT=237 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_action_trigger`
      +--
      +
      +LOCK TABLES `llx_c_action_trigger` WRITE;
      +/*!40000 ALTER TABLE `llx_c_action_trigger` DISABLE KEYS */;
      +INSERT INTO `llx_c_action_trigger` VALUES (131,'COMPANY_SENTBYMAIL','Mails sent from third party card','Executed when you send email from third party card','societe',1),(132,'COMPANY_CREATE','Third party created','Executed when a third party is created','societe',1),(133,'PROPAL_VALIDATE','Customer proposal validated','Executed when a commercial proposal is validated','propal',2),(134,'PROPAL_SENTBYMAIL','Commercial proposal sent by mail','Executed when a commercial proposal is sent by mail','propal',3),(135,'ORDER_VALIDATE','Customer order validate','Executed when a customer order is validated','commande',4),(136,'ORDER_CLOSE','Customer order classify delivered','Executed when a customer order is set delivered','commande',5),(137,'ORDER_CLASSIFY_BILLED','Customer order classify billed','Executed when a customer order is set to billed','commande',5),(138,'ORDER_CANCEL','Customer order canceled','Executed when a customer order is canceled','commande',5),(139,'ORDER_SENTBYMAIL','Customer order sent by mail','Executed when a customer order is sent by mail ','commande',5),(140,'BILL_VALIDATE','Customer invoice validated','Executed when a customer invoice is approved','facture',6),(141,'BILL_PAYED','Customer invoice payed','Executed when a customer invoice is payed','facture',7),(142,'BILL_CANCEL','Customer invoice canceled','Executed when a customer invoice is conceled','facture',8),(143,'BILL_SENTBYMAIL','Customer invoice sent by mail','Executed when a customer invoice is sent by mail','facture',9),(144,'BILL_UNVALIDATE','Customer invoice unvalidated','Executed when a customer invoice status set back to draft','facture',10),(145,'ORDER_SUPPLIER_VALIDATE','Supplier order validated','Executed when a supplier order is validated','order_supplier',11),(146,'ORDER_SUPPLIER_APPROVE','Supplier order request approved','Executed when a supplier order is approved','order_supplier',12),(147,'ORDER_SUPPLIER_REFUSE','Supplier order request refused','Executed when a supplier order is refused','order_supplier',13),(148,'ORDER_SUPPLIER_SENTBYMAIL','Supplier order sent by mail','Executed when a supplier order is sent by mail','order_supplier',14),(149,'BILL_SUPPLIER_VALIDATE','Supplier invoice validated','Executed when a supplier invoice is validated','invoice_supplier',15),(150,'BILL_SUPPLIER_PAYED','Supplier invoice payed','Executed when a supplier invoice is payed','invoice_supplier',16),(151,'BILL_SUPPLIER_SENTBYMAIL','Supplier invoice sent by mail','Executed when a supplier invoice is sent by mail','invoice_supplier',17),(152,'BILL_SUPPLIER_CANCELED','Supplier invoice cancelled','Executed when a supplier invoice is cancelled','invoice_supplier',17),(153,'CONTRACT_VALIDATE','Contract validated','Executed when a contract is validated','contrat',18),(154,'SHIPPING_VALIDATE','Shipping validated','Executed when a shipping is validated','shipping',20),(155,'SHIPPING_SENTBYMAIL','Shipping sent by mail','Executed when a shipping is sent by mail','shipping',21),(156,'MEMBER_VALIDATE','Member validated','Executed when a member is validated','member',22),(158,'MEMBER_RESILIATE','Member resiliated','Executed when a member is resiliated','member',24),(159,'MEMBER_MODIFY','Member modified','Executed when a member is modified','member',24),(160,'MEMBER_DELETE','Member deleted','Executed when a member is deleted','member',25),(161,'FICHINTER_VALIDATE','Intervention validated','Executed when a intervention is validated','ficheinter',19),(162,'FICHINTER_CLASSIFY_BILLED','Intervention set billed','Executed when a intervention is set to billed (when option FICHINTER_CLASSIFY_BILLED is set)','ficheinter',19),(163,'FICHINTER_CLASSIFY_UNBILLED','Intervention set unbilled','Executed when a intervention is set to unbilled (when option FICHINTER_CLASSIFY_BILLED is set)','ficheinter',19),(164,'FICHINTER_REOPEN','Intervention opened','Executed when a intervention is re-opened','ficheinter',19),(165,'FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',19),(166,'PROJECT_CREATE','Project creation','Executed when a project is created','project',140),(167,'PROPAL_CLOSE_SIGNED','Customer proposal closed signed','Executed when a customer proposal is closed signed','propal',2),(168,'PROPAL_CLOSE_REFUSED','Customer proposal closed refused','Executed when a customer proposal is closed refused','propal',2),(169,'PROPAL_CLASSIFY_BILLED','Customer proposal set billed','Executed when a customer proposal is set to billed','propal',2),(170,'TASK_CREATE','Task created','Executed when a project task is created','project',35),(171,'TASK_MODIFY','Task modified','Executed when a project task is modified','project',36),(172,'TASK_DELETE','Task deleted','Executed when a project task is deleted','project',37),(173,'BILL_SUPPLIER_UNVALIDATE','Supplier invoice unvalidated','Executed when a supplier invoice status is set back to draft','invoice_supplier',15),(174,'PROJECT_MODIFY','Project modified','Executed when a project is modified','project',141),(175,'PROJECT_DELETE','Project deleted','Executed when a project is deleted','project',142),(176,'ORDER_SUPPLIER_CREATE','Supplier order validated','Executed when a supplier order is validated','order_supplier',11),(177,'ORDER_SUPPLIER_SUBMIT','Supplier order request submited','Executed when a supplier order is approved','order_supplier',12),(178,'ORDER_SUPPLIER_RECEIVE','Supplier order request received','Executed when a supplier order is received','order_supplier',12),(179,'ORDER_SUPPLIER_CLASSIFY_BILLED','Supplier order set billed','Executed when a supplier order is set as billed','order_supplier',14),(180,'PRODUCT_CREATE','Product or service created','Executed when a product or sevice is created','product',30),(181,'PRODUCT_MODIFY','Product or service modified','Executed when a product or sevice is modified','product',30),(182,'PRODUCT_DELETE','Product or service deleted','Executed when a product or sevice is deleted','product',30),(183,'EXPENSE_REPORT_CREATE','Expense report created','Executed when an expense report is created','expense_report',201),(185,'EXPENSE_REPORT_VALIDATE','Expense report validated','Executed when an expense report is validated','expense_report',202),(186,'EXPENSE_REPORT_APPROVE','Expense report approved','Executed when an expense report is approved','expense_report',203),(187,'EXPENSE_REPORT_PAYED','Expense report billed','Executed when an expense report is set as billed','expense_report',204),(192,'HOLIDAY_CREATE','Leave request created','Executed when a leave request is created','holiday',221),(193,'HOLIDAY_VALIDATE','Leave request validated','Executed when a leave request is validated','holiday',222),(194,'HOLIDAY_APPROVE','Leave request approved','Executed when a leave request is approved','holiday',223),(210,'MEMBER_SENTBYMAIL','Mails sent from member card','Executed when you send email from member card','member',23),(211,'CONTRACT_SENTBYMAIL','Contract sent by mail','Executed when a contract is sent by mail','contrat',18),(212,'PROPOSAL_SUPPLIER_VALIDATE','Price request validated','Executed when a commercial proposal is validated','proposal_supplier',10),(213,'PROPOSAL_SUPPLIER_SENTBYMAIL','Price request sent by mail','Executed when a commercial proposal is sent by mail','proposal_supplier',10),(214,'PROPOSAL_SUPPLIER_CLOSE_SIGNED','Price request closed signed','Executed when a customer proposal is closed signed','proposal_supplier',10),(215,'PROPOSAL_SUPPLIER_CLOSE_REFUSED','Price request closed refused','Executed when a customer proposal is closed refused','proposal_supplier',10),(216,'MEMBER_SUBSCRIPTION_CREATE','Member subscribtion recorded','Executed when a member subscribtion is deleted','member',24),(217,'MEMBER_SUBSCRIPTION_MODIFY','Member subscribtion modified','Executed when a member subscribtion is modified','member',24),(218,'MEMBER_SUBSCRIPTION_DELETE','Member subscribtion deleted','Executed when a member subscribtion is deleted','member',24),(225,'COMPANY_DELETE','Third party deleted','Executed when you delete third party','societe',1),(226,'PROPAL_DELETE','Customer proposal deleted','Executed when a customer proposal is deleted','propal',2),(227,'ORDER_DELETE','Customer order deleted','Executed when a customer order is deleted','commande',5),(228,'BILL_DELETE','Customer invoice deleted','Executed when a customer invoice is deleted','facture',9),(229,'PROPOSAL_SUPPLIER_DELETE','Price request deleted','Executed when a customer proposal delete','proposal_supplier',10),(230,'ORDER_SUPPLIER_DELETE','Supplier order deleted','Executed when a supplier order is deleted','order_supplier',14),(231,'BILL_SUPPLIER_DELETE','Supplier invoice deleted','Executed when a supplier invoice is deleted','invoice_supplier',17),(232,'CONTRACT_DELETE','Contract deleted','Executed when a contract is deleted','contrat',18),(233,'FICHINTER_DELETE','Intervention is deleted','Executed when a intervention is deleted','ficheinter',35),(234,'EXPENSE_DELETE','Expense report deleted','Executed when an expense report is deleted','expensereport',204);
      +/*!40000 ALTER TABLE `llx_c_action_trigger` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_actioncomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_actioncomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_actioncomm` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'system',
      +  `libelle` varchar(48) COLLATE utf8_unicode_ci NOT NULL,
      +  `module` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `todo` tinyint(4) DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  `color` varchar(9) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `picto` varchar(48) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_actioncomm` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_actioncomm`
      +--
      +
      +LOCK TABLES `llx_c_actioncomm` WRITE;
      +/*!40000 ALTER TABLE `llx_c_actioncomm` DISABLE KEYS */;
      +INSERT INTO `llx_c_actioncomm` VALUES (1,'AC_TEL','system','Phone call',NULL,1,NULL,2,NULL,NULL),(2,'AC_FAX','system','Send Fax',NULL,1,NULL,3,NULL,NULL),(3,'AC_PROP','systemauto','Send commercial proposal by email','propal',1,NULL,10,NULL,NULL),(4,'AC_EMAIL','system','Send Email',NULL,1,NULL,4,NULL,NULL),(5,'AC_RDV','system','Rendez-vous',NULL,1,NULL,1,NULL,NULL),(8,'AC_COM','systemauto','Send customer order by email','order',1,NULL,8,NULL,NULL),(9,'AC_FAC','systemauto','Send customer invoice by email','invoice',1,NULL,6,NULL,NULL),(10,'AC_SHIP','systemauto','Send shipping by email','shipping',1,NULL,11,NULL,NULL),(11,'AC_INT','system','Intervention on site',NULL,1,NULL,4,NULL,NULL),(30,'AC_SUP_ORD','systemauto','Send supplier order by email','order_supplier',1,NULL,9,NULL,NULL),(31,'AC_SUP_INV','systemauto','Send supplier invoice by email','invoice_supplier',1,NULL,7,NULL,NULL),(40,'AC_OTH_AUTO','systemauto','Other (automatically inserted events)',NULL,1,NULL,20,NULL,NULL),(50,'AC_OTH','system','Other (manually inserted events)',NULL,1,NULL,5,NULL,NULL),(100700,'AC_CABMED','module','Send document by email','cabinetmed',0,NULL,100,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_actioncomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_availability`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_availability`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_availability` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_availability` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_availability`
      +--
      +
      +LOCK TABLES `llx_c_availability` WRITE;
      +/*!40000 ALTER TABLE `llx_c_availability` DISABLE KEYS */;
      +INSERT INTO `llx_c_availability` VALUES (1,'AV_NOW','Immediate',1),(2,'AV_1W','1 week',1),(3,'AV_2W','2 weeks',1),(4,'AV_3W','3 weeks',1);
      +/*!40000 ALTER TABLE `llx_c_availability` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_barcode_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_barcode_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_barcode_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `coder` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `example` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_barcode_type` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_barcode_type`
      +--
      +
      +LOCK TABLES `llx_c_barcode_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_barcode_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_barcode_type` VALUES (1,'EAN8',1,'EAN8','0','1234567'),(2,'EAN13',1,'EAN13','phpbarcode','123456789012'),(3,'UPC',1,'UPC','0','123456789012'),(4,'ISBN',1,'ISBN','0','123456789'),(5,'C39',1,'Code 39','0','1234567890'),(6,'C128',1,'Code 128','tcpdfbarcode','ABCD1234567890'),(13,'DATAMATRIX',1,'Datamatrix','0','1234567xyz'),(14,'QRCODE',1,'Qr Code','0','www.dolibarr.org');
      +/*!40000 ALTER TABLE `llx_c_barcode_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_chargesociales`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_chargesociales`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_chargesociales` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `libelle` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `deductible` smallint(6) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_pays` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_chargesociales`
      +--
      +
      +LOCK TABLES `llx_c_chargesociales` WRITE;
      +/*!40000 ALTER TABLE `llx_c_chargesociales` DISABLE KEYS */;
      +INSERT INTO `llx_c_chargesociales` VALUES (1,'Allocations familiales',1,1,'TAXFAM',1,NULL,NULL),(2,'CSG Deductible',1,1,'TAXCSGD',1,NULL,NULL),(3,'CSG/CRDS NON Deductible',0,1,'TAXCSGND',1,NULL,NULL),(10,'Taxe apprentissage',0,1,'TAXAPP',1,NULL,NULL),(11,'Taxe professionnelle',0,1,'TAXPRO',1,NULL,NULL),(12,'Cotisation foncière des entreprises',0,1,'TAXCFE',1,NULL,NULL),(13,'Cotisation sur la valeur ajoutée des entreprises',0,1,'TAXCVAE',1,NULL,NULL),(20,'Impots locaux/fonciers',0,1,'TAXFON',1,NULL,NULL),(25,'Impots revenus',0,1,'TAXREV',1,NULL,NULL),(30,'Assurance Sante',0,1,'TAXSECU',1,NULL,NULL),(40,'Mutuelle',0,1,'TAXMUT',1,NULL,NULL),(50,'Assurance vieillesse',0,1,'TAXRET',1,NULL,NULL),(60,'Assurance Chomage',0,1,'TAXCHOM',1,NULL,NULL),(201,'ONSS',1,1,'TAXBEONSS',2,NULL,NULL),(210,'Precompte professionnel',1,1,'TAXBEPREPRO',2,NULL,NULL),(220,'Prime d\'existence',1,1,'TAXBEPRIEXI',2,NULL,NULL),(230,'Precompte immobilier',1,1,'TAXBEPREIMMO',2,NULL,NULL),(4101,'Krankenversicherung',1,1,'TAXATKV',41,NULL,NULL),(4102,'Unfallversicherung',1,1,'TAXATUV',41,NULL,NULL),(4103,'Pensionsversicherung',1,1,'TAXATPV',41,NULL,NULL),(4104,'Arbeitslosenversicherung',1,1,'TAXATAV',41,NULL,NULL),(4105,'Insolvenzentgeltsicherungsfond',1,1,'TAXATIESG',41,NULL,NULL),(4106,'Wohnbauförderung',1,1,'TAXATWF',41,NULL,NULL),(4107,'Arbeiterkammerumlage',1,1,'TAXATAK',41,NULL,NULL),(4108,'Mitarbeitervorsorgekasse',1,1,'TAXATMVK',41,NULL,NULL),(4109,'Familienlastenausgleichsfond',1,1,'TAXATFLAF',41,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_chargesociales` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_civility`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_civility`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_civility` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_civility` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_civility`
      +--
      +
      +LOCK TABLES `llx_c_civility` WRITE;
      +/*!40000 ALTER TABLE `llx_c_civility` DISABLE KEYS */;
      +INSERT INTO `llx_c_civility` VALUES (1,'MME','Madame',1,NULL),(3,'MR','Monsieur',1,NULL),(5,'MLE','Mademoiselle',1,NULL),(7,'MTRE','Maître',1,NULL),(8,'DR','Docteur',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_civility` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_country`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_country`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_country` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
      +  `code_iso` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `favorite` tinyint(4) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_c_country_code` (`code`),
      +  UNIQUE KEY `idx_c_country_label` (`label`),
      +  UNIQUE KEY `idx_c_country_code_iso` (`code_iso`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_country`
      +--
      +
      +LOCK TABLES `llx_c_country` WRITE;
      +/*!40000 ALTER TABLE `llx_c_country` DISABLE KEYS */;
      +INSERT INTO `llx_c_country` VALUES (0,'',NULL,'-',1,1),(1,'FR','FRA','France',1,0),(2,'BE','BEL','Belgium',1,0),(3,'IT','ITA','Italy',1,0),(4,'ES','ESP','Spain',1,0),(5,'DE','DEU','Germany',1,0),(6,'CH','CHE','Switzerland',1,0),(7,'GB','GBR','United Kingdom',1,0),(8,'IE','IRL','Irland',1,0),(9,'CN','CHN','China',1,0),(10,'TN','TUN','Tunisia',1,0),(11,'US','USA','United States',1,0),(12,'MA','MAR','Maroc',1,0),(13,'DZ','DZA','Algeria',1,0),(14,'CA','CAN','Canada',1,0),(15,'TG','TGO','Togo',1,0),(16,'GA','GAB','Gabon',1,0),(17,'NL','NLD','Nerderland',1,0),(18,'HU','HUN','Hongrie',1,0),(19,'RU','RUS','Russia',1,0),(20,'SE','SWE','Sweden',1,0),(21,'CI','CIV','Côte d\'Ivoire',1,0),(22,'SN','SEN','Senegal',1,0),(23,'AR','ARG','Argentine',1,0),(24,'CM','CMR','Cameroun',1,0),(25,'PT','PRT','Portugal',1,0),(26,'SA','SAU','Saudi Arabia',1,0),(27,'MC','MCO','Monaco',1,0),(28,'AU','AUS','Australia',1,0),(29,'SG','SGP','Singapour',1,0),(30,'AF','AFG','Afghanistan',1,0),(31,'AX','ALA','Iles Aland',1,0),(32,'AL','ALB','Albanie',1,0),(33,'AS','ASM','Samoa américaines',1,0),(34,'AD','AND','Andorre',1,0),(35,'AO','AGO','Angola',1,0),(36,'AI','AIA','Anguilla',1,0),(37,'AQ','ATA','Antarctique',1,0),(38,'AG','ATG','Antigua-et-Barbuda',1,0),(39,'AM','ARM','Arménie',1,0),(40,'AW','ABW','Aruba',1,0),(41,'AT','AUT','Autriche',1,0),(42,'AZ','AZE','Azerbaïdjan',1,0),(43,'BS','BHS','Bahamas',1,0),(44,'BH','BHR','Bahreïn',1,0),(45,'BD','BGD','Bangladesh',1,0),(46,'BB','BRB','Barbade',1,0),(47,'BY','BLR','Biélorussie',1,0),(48,'BZ','BLZ','Belize',1,0),(49,'BJ','BEN','Bénin',1,0),(50,'BM','BMU','Bermudes',1,0),(51,'BT','BTN','Bhoutan',1,0),(52,'BO','BOL','Bolivie',1,0),(53,'BA','BIH','Bosnie-Herzégovine',1,0),(54,'BW','BWA','Botswana',1,0),(55,'BV','BVT','Ile Bouvet',1,0),(56,'BR','BRA','Brazil',1,0),(57,'IO','IOT','Territoire britannique de l\'Océan Indien',1,0),(58,'BN','BRN','Brunei',1,0),(59,'BG','BGR','Bulgarie',1,0),(60,'BF','BFA','Burkina Faso',1,0),(61,'BI','BDI','Burundi',1,0),(62,'KH','KHM','Cambodge',1,0),(63,'CV','CPV','Cap-Vert',1,0),(64,'KY','CYM','Iles Cayman',1,0),(65,'CF','CAF','République centrafricaine',1,0),(66,'TD','TCD','Tchad',1,0),(67,'CL','CHL','Chili',1,0),(68,'CX','CXR','Ile Christmas',1,0),(69,'CC','CCK','Iles des Cocos (Keeling)',1,0),(70,'CO','COL','Colombie',1,0),(71,'KM','COM','Comores',1,0),(72,'CG','COG','Congo',1,0),(73,'CD','COD','République démocratique du Congo',1,0),(74,'CK','COK','Iles Cook',1,0),(75,'CR','CRI','Costa Rica',1,0),(76,'HR','HRV','Croatie',1,0),(77,'CU','CUB','Cuba',1,0),(78,'CY','CYP','Chypre',1,0),(79,'CZ','CZE','République Tchèque',1,0),(80,'DK','DNK','Danemark',1,0),(81,'DJ','DJI','Djibouti',1,0),(82,'DM','DMA','Dominique',1,0),(83,'DO','DOM','République Dominicaine',1,0),(84,'EC','ECU','Equateur',1,0),(85,'EG','EGY','Egypte',1,0),(86,'SV','SLV','Salvador',1,0),(87,'GQ','GNQ','Guinée Equatoriale',1,0),(88,'ER','ERI','Erythrée',1,0),(89,'EE','EST','Estonia',1,0),(90,'ET','ETH','Ethiopie',1,0),(91,'FK','FLK','Iles Falkland',1,0),(92,'FO','FRO','Iles Féroé',1,0),(93,'FJ','FJI','Iles Fidji',1,0),(94,'FI','FIN','Finlande',1,0),(95,'GF','GUF','Guyane française',1,0),(96,'PF','PYF','Polynésie française',1,0),(97,'TF','ATF','Terres australes françaises',1,0),(98,'GM','GMB','Gambie',1,0),(99,'GE','GEO','Georgia',1,0),(100,'GH','GHA','Ghana',1,0),(101,'GI','GIB','Gibraltar',1,0),(102,'GR','GRC','Greece',1,0),(103,'GL','GRL','Groenland',1,0),(104,'GD','GRD','Grenade',1,0),(106,'GU','GUM','Guam',1,0),(107,'GT','GTM','Guatemala',1,0),(108,'GN','GIN','Guinea',1,0),(109,'GW','GNB','Guinea-Bissao',1,0),(111,'HT','HTI','Haiti',1,0),(112,'HM','HMD','Iles Heard et McDonald',1,0),(113,'VA','VAT','Saint-Siège (Vatican)',1,0),(114,'HN','HND','Honduras',1,0),(115,'HK','HKG','Hong Kong',1,0),(116,'IS','ISL','Islande',1,0),(117,'IN','IND','India',1,0),(118,'ID','IDN','Indonésie',1,0),(119,'IR','IRN','Iran',1,0),(120,'IQ','IRQ','Iraq',1,0),(121,'IL','ISR','Israel',1,0),(122,'JM','JAM','Jamaïque',1,0),(123,'JP','JPN','Japon',1,0),(124,'JO','JOR','Jordanie',1,0),(125,'KZ','KAZ','Kazakhstan',1,0),(126,'KE','KEN','Kenya',1,0),(127,'KI','KIR','Kiribati',1,0),(128,'KP','PRK','North Corea',1,0),(129,'KR','KOR','South Corea',1,0),(130,'KW','KWT','Koweït',1,0),(131,'KG','KGZ','Kirghizistan',1,0),(132,'LA','LAO','Laos',1,0),(133,'LV','LVA','Lettonie',1,0),(134,'LB','LBN','Liban',1,0),(135,'LS','LSO','Lesotho',1,0),(136,'LR','LBR','Liberia',1,0),(137,'LY','LBY','Libye',1,0),(138,'LI','LIE','Liechtenstein',1,0),(139,'LT','LTU','Lituanie',1,0),(140,'LU','LUX','Luxembourg',1,0),(141,'MO','MAC','Macao',1,0),(142,'MK','MKD','ex-République yougoslave de Macédoine',1,0),(143,'MG','MDG','Madagascar',1,0),(144,'MW','MWI','Malawi',1,0),(145,'MY','MYS','Malaisie',1,0),(146,'MV','MDV','Maldives',1,0),(147,'ML','MLI','Mali',1,0),(148,'MT','MLT','Malte',1,0),(149,'MH','MHL','Iles Marshall',1,0),(151,'MR','MRT','Mauritanie',1,0),(152,'MU','MUS','Maurice',1,0),(153,'YT','MYT','Mayotte',1,0),(154,'MX','MEX','Mexique',1,0),(155,'FM','FSM','Micronésie',1,0),(156,'MD','MDA','Moldavie',1,0),(157,'MN','MNG','Mongolie',1,0),(158,'MS','MSR','Monserrat',1,0),(159,'MZ','MOZ','Mozambique',1,0),(160,'MM','MMR','Birmanie (Myanmar)',1,0),(161,'NA','NAM','Namibie',1,0),(162,'NR','NRU','Nauru',1,0),(163,'NP','NPL','Népal',1,0),(164,'AN',NULL,'Antilles néerlandaises',1,0),(165,'NC','NCL','Nouvelle-Calédonie',1,0),(166,'NZ','NZL','Nouvelle-Zélande',1,0),(167,'NI','NIC','Nicaragua',1,0),(168,'NE','NER','Niger',1,0),(169,'NG','NGA','Nigeria',1,0),(170,'NU','NIU','Nioué',1,0),(171,'NF','NFK','Ile Norfolk',1,0),(172,'MP','MNP','Mariannes du Nord',1,0),(173,'NO','NOR','Norvège',1,0),(174,'OM','OMN','Oman',1,0),(175,'PK','PAK','Pakistan',1,0),(176,'PW','PLW','Palaos',1,0),(177,'PS','PSE','Territoire Palestinien Occupé',1,0),(178,'PA','PAN','Panama',1,0),(179,'PG','PNG','Papouasie-Nouvelle-Guinée',1,0),(180,'PY','PRY','Paraguay',1,0),(181,'PE','PER','Peru',1,0),(182,'PH','PHL','Philippines',1,0),(183,'PN','PCN','Iles Pitcairn',1,0),(184,'PL','POL','Pologne',1,0),(185,'PR','PRI','Porto Rico',1,0),(186,'QA','QAT','Qatar',1,0),(188,'RO','ROU','Roumanie',1,0),(189,'RW','RWA','Rwanda',1,0),(190,'SH','SHN','Sainte-Hélène',1,0),(191,'KN','KNA','Saint-Christophe-et-Niévès',1,0),(192,'LC','LCA','Sainte-Lucie',1,0),(193,'PM','SPM','Saint-Pierre-et-Miquelon',1,0),(194,'VC','VCT','Saint-Vincent-et-les-Grenadines',1,0),(195,'WS','WSM','Samoa',1,0),(196,'SM','SMR','Saint-Marin',1,0),(197,'ST','STP','Sao Tomé-et-Principe',1,0),(198,'RS','SRB','Serbie',1,0),(199,'SC','SYC','Seychelles',1,0),(200,'SL','SLE','Sierra Leone',1,0),(201,'SK','SVK','Slovaquie',1,0),(202,'SI','SVN','Slovénie',1,0),(203,'SB','SLB','Iles Salomon',1,0),(204,'SO','SOM','Somalie',1,0),(205,'ZA','ZAF','Afrique du Sud',1,0),(206,'GS','SGS','Iles Géorgie du Sud et Sandwich du Sud',1,0),(207,'LK','LKA','Sri Lanka',1,0),(208,'SD','SDN','Soudan',1,0),(209,'SR','SUR','Suriname',1,0),(210,'SJ','SJM','Iles Svalbard et Jan Mayen',1,0),(211,'SZ','SWZ','Swaziland',1,0),(212,'SY','SYR','Syrie',1,0),(213,'TW','TWN','Taïwan',1,0),(214,'TJ','TJK','Tadjikistan',1,0),(215,'TZ','TZA','Tanzanie',1,0),(216,'TH','THA','Thaïlande',1,0),(217,'TL','TLS','Timor Oriental',1,0),(218,'TK','TKL','Tokélaou',1,0),(219,'TO','TON','Tonga',1,0),(220,'TT','TTO','Trinité-et-Tobago',1,0),(221,'TR','TUR','Turquie',1,0),(222,'TM','TKM','Turkménistan',1,0),(223,'TC','TCA','Iles Turks-et-Caicos',1,0),(224,'TV','TUV','Tuvalu',1,0),(225,'UG','UGA','Ouganda',1,0),(226,'UA','UKR','Ukraine',1,0),(227,'xx','ARE','Émirats arabes unishh',1,0),(228,'UM','UMI','Iles mineures éloignées des États-Unis',1,0),(229,'UY','URY','Uruguay',1,0),(230,'UZ','UZB','Ouzbékistan',1,0),(231,'VU','VUT','Vanuatu',1,0),(232,'VE','VEN','Vénézuela',1,0),(233,'VN','VNM','Viêt Nam',1,0),(234,'VG','VGB','Iles Vierges britanniques',1,0),(235,'VI','VIR','Iles Vierges américaines',1,0),(236,'WF','WLF','Wallis-et-Futuna',1,0),(237,'EH','ESH','Sahara occidental',1,0),(238,'YE','YEM','Yémen',1,0),(239,'ZM','ZMB','Zambie',1,0),(240,'ZW','ZWE','Zimbabwe',1,0),(241,'GG','GGY','Guernesey',1,0),(242,'IM','IMN','Ile de Man',1,0),(243,'JE','JEY','Jersey',1,0),(244,'ME','MNE','Monténégro',1,0),(245,'BL','BLM','Saint-Barthélemy',1,0),(246,'MF','MAF','Saint-Martin',1,0),(247,'hh',NULL,'hhh',1,0);
      +/*!40000 ALTER TABLE `llx_c_country` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_currencies`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_currencies`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_currencies` (
      +  `code_iso` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `unicode` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`code_iso`),
      +  UNIQUE KEY `uk_c_currencies_code_iso` (`code_iso`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_currencies`
      +--
      +
      +LOCK TABLES `llx_c_currencies` WRITE;
      +/*!40000 ALTER TABLE `llx_c_currencies` DISABLE KEYS */;
      +INSERT INTO `llx_c_currencies` VALUES ('AED','United Arab Emirates Dirham',NULL,1),('AFN','Afghanistan Afghani','[1547]',1),('ALL','Albania Leklll','[76,101,107]',1),('ANG','Netherlands Antilles Guilder','[402]',1),('ARP','Pesos argentins',NULL,0),('ARS','Argentino Peso','[36]',1),('ATS','Shiliing autrichiens',NULL,0),('AUD','Australia Dollar','[36]',1),('AWG','Aruba Guilder','[402]',1),('AZN','Azerbaijan New Manat','[1084,1072,1085]',1),('BAM','Bosnia and Herzegovina Convertible Marka','[75,77]',1),('BBD','Barbados Dollar','[36]',1),('BEF','Francs belges',NULL,0),('BGN','Bulgaria Lev','[1083,1074]',1),('BMD','Bermuda Dollar','[36]',1),('BND','Brunei Darussalam Dollar','[36]',1),('BOB','Bolivia Boliviano','[36,98]',1),('BRL','Brazil Real','[82,36]',1),('BSD','Bahamas Dollar','[36]',1),('BWP','Botswana Pula','[80]',1),('BYR','Belarus Ruble','[112,46]',1),('BZD','Belize Dollar','[66,90,36]',1),('CAD','Canada Dollar','[36]',1),('CHF','Switzerland Franc','[67,72,70]',1),('CLP','Chile Peso','[36]',1),('CNY','China Yuan Renminbi','[165]',1),('COP','Colombia Peso','[36]',1),('CRC','Costa Rica Colon','[8353]',1),('CUP','Cuba Peso','[8369]',1),('CZK','Czech Republic Koruna','[75,269]',1),('DEM','Deutsch mark',NULL,0),('DKK','Denmark Krone','[107,114]',1),('DOP','Dominican Republic Peso','[82,68,36]',1),('DZD','Algeria Dinar',NULL,1),('EEK','Estonia Kroon','[107,114]',1),('EGP','Egypt Pound','[163]',1),('ESP','Pesete',NULL,0),('EUR','Euro Member Countries','[8364]',1),('FIM','Mark finlandais',NULL,0),('FJD','Fiji Dollar','[36]',1),('FKP','Falkland Islands (Malvinas) Pound','[163]',1),('FRF','Francs francais',NULL,0),('GBP','United Kingdom Pound','[163]',1),('GGP','Guernsey Pound','[163]',1),('GHC','Ghana Cedis','[162]',1),('GIP','Gibraltar Pound','[163]',1),('GRD','Drachme (grece)',NULL,0),('GTQ','Guatemala Quetzal','[81]',1),('GYD','Guyana Dollar','[36]',1),('hhh','ddd','[]',1),('HKD','Hong Kong Dollar','[36]',1),('HNL','Honduras Lempira','[76]',1),('HRK','Croatia Kuna','[107,110]',1),('HUF','Hungary Forint','[70,116]',1),('IDR','Indonesia Rupiah','[82,112]',1),('IEP','Livres irlandaises',NULL,0),('ILS','Israel Shekel','[8362]',1),('IMP','Isle of Man Pound','[163]',1),('INR','India Rupee',NULL,1),('IRR','Iran Rial','[65020]',1),('ISK','Iceland Krona','[107,114]',1),('ITL','Lires',NULL,0),('JEP','Jersey Pound','[163]',1),('JMD','Jamaica Dollar','[74,36]',1),('JPY','Japan Yen','[165]',1),('KES','Kenya Shilling',NULL,1),('KGS','Kyrgyzstan Som','[1083,1074]',1),('KHR','Cambodia Riel','[6107]',1),('KPW','Korea (North) Won','[8361]',1),('KRW','Korea (South) Won','[8361]',1),('KYD','Cayman Islands Dollar','[36]',1),('KZT','Kazakhstan Tenge','[1083,1074]',1),('LAK','Laos Kip','[8365]',1),('LBP','Lebanon Pound','[163]',1),('LKR','Sri Lanka Rupee','[8360]',1),('LRD','Liberia Dollar','[36]',1),('LTL','Lithuania Litas','[76,116]',1),('LUF','Francs luxembourgeois',NULL,0),('LVL','Latvia Lat','[76,115]',1),('MAD','Morocco Dirham',NULL,1),('MKD','Macedonia Denar','[1076,1077,1085]',1),('MNT','Mongolia Tughrik','[8366]',1),('MRO','Mauritania Ouguiya',NULL,1),('MUR','Mauritius Rupee','[8360]',1),('MXN','Mexico Peso','[36]',1),('MXP','Pesos Mexicans',NULL,0),('MYR','Malaysia Ringgit','[82,77]',1),('MZN','Mozambique Metical','[77,84]',1),('NAD','Namibia Dollar','[36]',1),('NGN','Nigeria Naira','[8358]',1),('NIO','Nicaragua Cordoba','[67,36]',1),('NLG','Florins',NULL,0),('NOK','Norway Krone','[107,114]',1),('NPR','Nepal Rupee','[8360]',1),('NZD','New Zealand Dollar','[36]',1),('OMR','Oman Rial','[65020]',1),('PAB','Panama Balboa','[66,47,46]',1),('PEN','Peru Nuevo Sol','[83,47,46]',1),('PHP','Philippines Peso','[8369]',1),('PKR','Pakistan Rupee','[8360]',1),('PLN','Poland Zloty','[122,322]',1),('PTE','Escudos',NULL,0),('PYG','Paraguay Guarani','[71,115]',1),('QAR','Qatar Riyal','[65020]',1),('RON','Romania New Leu','[108,101,105]',1),('RSD','Serbia Dinar','[1044,1080,1085,46]',1),('RUB','Russia Ruble','[1088,1091,1073]',1),('SAR','Saudi Arabia Riyal','[65020]',1),('SBD','Solomon Islands Dollar','[36]',1),('SCR','Seychelles Rupee','[8360]',1),('SEK','Sweden Krona','[107,114]',1),('SGD','Singapore Dollar','[36]',1),('SHP','Saint Helena Pound','[163]',1),('SKK','Couronnes slovaques',NULL,0),('SOS','Somalia Shilling','[83]',1),('SRD','Suriname Dollar','[36]',1),('SUR','Rouble',NULL,0),('SVC','El Salvador Colon','[36]',1),('SYP','Syria Pound','[163]',1),('THB','Thailand Baht','[3647]',1),('TND','Tunisia Dinar',NULL,1),('TRL','Turkey Lira','[84,76]',1),('TRY','Turkey Lira','[8356]',1),('TTD','Trinidad and Tobago Dollar','[84,84,36]',1),('TVD','Tuvalu Dollar','[36]',1),('TWD','Taiwan New Dollar','[78,84,36]',1),('UAH','Ukraine Hryvna','[8372]',1),('USD','United States Dollar','[36]',1),('UYU','Uruguay Peso','[36,85]',1),('UZS','Uzbekistan Som','[1083,1074]',1),('VEF','Venezuela Bolivar Fuerte','[66,115]',1),('VND','Viet Nam Dong','[8363]',1),('XAF','Communaute Financiere Africaine (BEAC) CFA Franc',NULL,1),('XCD','East Caribbean Dollar','[36]',1),('XEU','Ecus',NULL,0),('XOF','Communaute Financiere Africaine (BCEAO) Franc',NULL,1),('XPF','Franc pacifique (XPF)',NULL,1),('YER','Yemen Rial','[65020]',1),('ZAR','South Africa Rand','[82]',1),('ZWD','Zimbabwe Dollar','[90,36]',1);
      +/*!40000 ALTER TABLE `llx_c_currencies` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_departements`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_departements`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_departements` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code_departement` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_region` int(11) DEFAULT NULL,
      +  `cheflieu` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tncc` int(11) DEFAULT NULL,
      +  `ncc` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_departements` (`code_departement`,`fk_region`),
      +  KEY `idx_departements_fk_region` (`fk_region`),
      +  CONSTRAINT `fk_departements_code_region` FOREIGN KEY (`fk_region`) REFERENCES `llx_c_regions` (`code_region`),
      +  CONSTRAINT `fk_departements_fk_region` FOREIGN KEY (`fk_region`) REFERENCES `llx_c_regions` (`code_region`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2100 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_departements`
      +--
      +
      +LOCK TABLES `llx_c_departements` WRITE;
      +/*!40000 ALTER TABLE `llx_c_departements` DISABLE KEYS */;
      +INSERT INTO `llx_c_departements` VALUES (1,'0',0,'0',0,'-','-',1),(2,'01',82,'01053',5,'AIN','Ain',1),(3,'02',22,'02408',5,'AISNE','Aisne',1),(4,'03',83,'03190',5,'ALLIER','Allier',1),(5,'04',93,'04070',4,'ALPES-DE-HAUTE-PROVENCE','Alpes-de-Haute-Provence',1),(6,'05',93,'05061',4,'HAUTES-ALPES','Hautes-Alpes',1),(7,'06',93,'06088',4,'ALPES-MARITIMES','Alpes-Maritimes',1),(8,'07',82,'07186',5,'ARDECHE','Ardèche',1),(9,'08',21,'08105',4,'ARDENNES','Ardennes',1),(10,'09',73,'09122',5,'ARIEGE','Ariège',1),(11,'10',21,'10387',5,'AUBE','Aube',1),(12,'11',91,'11069',5,'AUDE','Aude',1),(13,'12',73,'12202',5,'AVEYRON','Aveyron',1),(14,'13',93,'13055',4,'BOUCHES-DU-RHONE','Bouches-du-Rhône',1),(15,'14',25,'14118',2,'CALVADOS','Calvados',1),(16,'15',83,'15014',2,'CANTAL','Cantal',1),(17,'16',54,'16015',3,'CHARENTE','Charente',1),(18,'17',54,'17300',3,'CHARENTE-MARITIME','Charente-Maritime',1),(19,'18',24,'18033',2,'CHER','Cher',1),(20,'19',74,'19272',3,'CORREZE','Corrèze',1),(21,'2A',94,'2A004',3,'CORSE-DU-SUD','Corse-du-Sud',1),(22,'2B',94,'2B033',3,'HAUTE-CORSE','Haute-Corse',1),(23,'21',26,'21231',3,'COTE-D\'OR','Côte-d\'Or',1),(24,'22',53,'22278',4,'COTES-D\'ARMOR','Côtes-d\'Armor',1),(25,'23',74,'23096',3,'CREUSE','Creuse',1),(26,'24',72,'24322',3,'DORDOGNE','Dordogne',1),(27,'25',43,'25056',2,'DOUBS','Doubs',1),(28,'26',82,'26362',3,'DROME','Drôme',1),(29,'27',23,'27229',5,'EURE','Eure',1),(30,'28',24,'28085',1,'EURE-ET-LOIR','Eure-et-Loir',1),(31,'29',53,'29232',2,'FINISTERE','Finistère',1),(32,'30',91,'30189',2,'GARD','Gard',1),(33,'31',73,'31555',3,'HAUTE-GARONNE','Haute-Garonne',1),(34,'32',73,'32013',2,'GERS','Gers',1),(35,'33',72,'33063',3,'GIRONDE','Gironde',1),(36,'34',91,'34172',5,'HERAULT','Hérault',1),(37,'35',53,'35238',1,'ILLE-ET-VILAINE','Ille-et-Vilaine',1),(38,'36',24,'36044',5,'INDRE','Indre',1),(39,'37',24,'37261',1,'INDRE-ET-LOIRE','Indre-et-Loire',1),(40,'38',82,'38185',5,'ISERE','Isère',1),(41,'39',43,'39300',2,'JURA','Jura',1),(42,'40',72,'40192',4,'LANDES','Landes',1),(43,'41',24,'41018',0,'LOIR-ET-CHER','Loir-et-Cher',1),(44,'42',82,'42218',3,'LOIRE','Loire',1),(45,'43',83,'43157',3,'HAUTE-LOIRE','Haute-Loire',1),(46,'44',52,'44109',3,'LOIRE-ATLANTIQUE','Loire-Atlantique',1),(47,'45',24,'45234',2,'LOIRET','Loiret',1),(48,'46',73,'46042',2,'LOT','Lot',1),(49,'47',72,'47001',0,'LOT-ET-GARONNE','Lot-et-Garonne',1),(50,'48',91,'48095',3,'LOZERE','Lozère',1),(51,'49',52,'49007',0,'MAINE-ET-LOIRE','Maine-et-Loire',1),(52,'50',25,'50502',3,'MANCHE','Manche',1),(53,'51',21,'51108',3,'MARNE','Marne',1),(54,'52',21,'52121',3,'HAUTE-MARNE','Haute-Marne',1),(55,'53',52,'53130',3,'MAYENNE','Mayenne',1),(56,'54',41,'54395',0,'MEURTHE-ET-MOSELLE','Meurthe-et-Moselle',1),(57,'55',41,'55029',3,'MEUSE','Meuse',1),(58,'56',53,'56260',2,'MORBIHAN','Morbihan',1),(59,'57',41,'57463',3,'MOSELLE','Moselle',1),(60,'58',26,'58194',3,'NIEVRE','Nièvre',1),(61,'59',31,'59350',2,'NORD','Nord',1),(62,'60',22,'60057',5,'OISE','Oise',1),(63,'61',25,'61001',5,'ORNE','Orne',1),(64,'62',31,'62041',2,'PAS-DE-CALAIS','Pas-de-Calais',1),(65,'63',83,'63113',2,'PUY-DE-DOME','Puy-de-Dôme',1),(66,'64',72,'64445',4,'PYRENEES-ATLANTIQUES','Pyrénées-Atlantiques',1),(67,'65',73,'65440',4,'HAUTES-PYRENEES','Hautes-Pyrénées',1),(68,'66',91,'66136',4,'PYRENEES-ORIENTALES','Pyrénées-Orientales',1),(69,'67',42,'67482',2,'BAS-RHIN','Bas-Rhin',1),(70,'68',42,'68066',2,'HAUT-RHIN','Haut-Rhin',1),(71,'69',82,'69123',2,'RHONE','Rhône',1),(72,'70',43,'70550',3,'HAUTE-SAONE','Haute-Saône',1),(73,'71',26,'71270',0,'SAONE-ET-LOIRE','Saône-et-Loire',1),(74,'72',52,'72181',3,'SARTHE','Sarthe',1),(75,'73',82,'73065',3,'SAVOIE','Savoie',1),(76,'74',82,'74010',3,'HAUTE-SAVOIE','Haute-Savoie',1),(77,'75',11,'75056',0,'PARIS','Paris',1),(78,'76',23,'76540',3,'SEINE-MARITIME','Seine-Maritime',1),(79,'77',11,'77288',0,'SEINE-ET-MARNE','Seine-et-Marne',1),(80,'78',11,'78646',4,'YVELINES','Yvelines',1),(81,'79',54,'79191',4,'DEUX-SEVRES','Deux-Sèvres',1),(82,'80',22,'80021',3,'SOMME','Somme',1),(83,'81',73,'81004',2,'TARN','Tarn',1),(84,'82',73,'82121',0,'TARN-ET-GARONNE','Tarn-et-Garonne',1),(85,'83',93,'83137',2,'VAR','Var',1),(86,'84',93,'84007',0,'VAUCLUSE','Vaucluse',1),(87,'85',52,'85191',3,'VENDEE','Vendée',1),(88,'86',54,'86194',3,'VIENNE','Vienne',1),(89,'87',74,'87085',3,'HAUTE-VIENNE','Haute-Vienne',1),(90,'88',41,'88160',4,'VOSGES','Vosges',1),(91,'89',26,'89024',5,'YONNE','Yonne',1),(92,'90',43,'90010',0,'TERRITOIRE DE BELFORT','Territoire de Belfort',1),(93,'91',11,'91228',5,'ESSONNE','Essonne',1),(94,'92',11,'92050',4,'HAUTS-DE-SEINE','Hauts-de-Seine',1),(95,'93',11,'93008',3,'SEINE-SAINT-DENIS','Seine-Saint-Denis',1),(96,'94',11,'94028',2,'VAL-DE-MARNE','Val-de-Marne',1),(97,'95',11,'95500',2,'VAL-D\'OISE','Val-d\'Oise',1),(98,'971',1,'97105',3,'GUADELOUPE','Guadeloupe',1),(99,'972',2,'97209',3,'MARTINIQUE','Martinique',1),(100,'973',3,'97302',3,'GUYANE','Guyane',1),(101,'974',4,'97411',3,'REUNION','Réunion',1),(102,'01',201,'',1,'ANVERS','Anvers',1),(103,'02',203,'',3,'BRUXELLES-CAPITALE','Bruxelles-Capitale',1),(104,'03',202,'',2,'BRABANT-WALLON','Brabant-Wallon',1),(105,'04',201,'',1,'BRABANT-FLAMAND','Brabant-Flamand',1),(106,'05',201,'',1,'FLANDRE-OCCIDENTALE','Flandre-Occidentale',1),(107,'06',201,'',1,'FLANDRE-ORIENTALE','Flandre-Orientale',1),(108,'07',202,'',2,'HAINAUT','Hainaut',1),(109,'08',201,'',2,'LIEGE','Liège',1),(110,'09',202,'',1,'LIMBOURG','Limbourg',1),(111,'10',202,'',2,'LUXEMBOURG','Luxembourg',1),(112,'11',201,'',2,'NAMUR','Namur',1),(113,'NSW',2801,'',1,'','New South Wales',1),(114,'VIC',2801,'',1,'','Victoria',1),(115,'QLD',2801,'',1,'','Queensland',1),(116,'SA',2801,'',1,'','South Australia',1),(117,'ACT',2801,'',1,'','Australia Capital Territory',1),(118,'TAS',2801,'',1,'','Tasmania',1),(119,'WA',2801,'',1,'','Western Australia',1),(120,'NT',2801,'',1,'','Northern Territory',1),(121,'VI',419,'',19,'ALAVA','Álava',1),(122,'AB',404,'',4,'ALBACETE','Albacete',1),(123,'A',411,'',11,'ALICANTE','Alicante',1),(124,'AL',401,'',1,'ALMERIA','Almería',1),(125,'AV',403,'',3,'AVILA','Avila',1),(126,'BA',412,'',12,'BADAJOZ','Badajoz',1),(127,'PM',414,'',14,'ISLAS BALEARES','Islas Baleares',1),(128,'B',406,'',6,'BARCELONA','Barcelona',1),(129,'BU',403,'',8,'BURGOS','Burgos',1),(130,'CC',412,'',12,'CACERES','Cáceres',1),(131,'CA',401,'',1,'CADIz','Cádiz',1),(132,'CS',411,'',11,'CASTELLON','Castellón',1),(133,'CR',404,'',4,'CIUDAD REAL','Ciudad Real',1),(134,'CO',401,'',1,'CORDOBA','Córdoba',1),(135,'C',413,'',13,'LA CORUÑA','La Coruña',1),(136,'CU',404,'',4,'CUENCA','Cuenca',1),(137,'GI',406,'',6,'GERONA','Gerona',1),(138,'GR',401,'',1,'GRANADA','Granada',1),(139,'GU',404,'',4,'GUADALAJARA','Guadalajara',1),(140,'SS',419,'',19,'GUIPUZCOA','Guipúzcoa',1),(141,'H',401,'',1,'HUELVA','Huelva',1),(142,'HU',402,'',2,'HUESCA','Huesca',1),(143,'J',401,'',1,'JAEN','Jaén',1),(144,'LE',403,'',3,'LEON','León',1),(145,'L',406,'',6,'LERIDA','Lérida',1),(146,'LO',415,'',15,'LA RIOJA','La Rioja',1),(147,'LU',413,'',13,'LUGO','Lugo',1),(148,'M',416,'',16,'MADRID','Madrid',1),(149,'MA',401,'',1,'MALAGA','Málaga',1),(150,'MU',417,'',17,'MURCIA','Murcia',1),(151,'NA',408,'',8,'NAVARRA','Navarra',1),(152,'OR',413,'',13,'ORENSE','Orense',1),(153,'O',418,'',18,'ASTURIAS','Asturias',1),(154,'P',403,'',3,'PALENCIA','Palencia',1),(155,'GC',405,'',5,'LAS PALMAS','Las Palmas',1),(156,'PO',413,'',13,'PONTEVEDRA','Pontevedra',1),(157,'SA',403,'',3,'SALAMANCA','Salamanca',1),(158,'TF',405,'',5,'STA. CRUZ DE TENERIFE','Sta. Cruz de Tenerife',1),(159,'S',410,'',10,'CANTABRIA','Cantabria',1),(160,'SG',403,'',3,'SEGOVIA','Segovia',1),(161,'SE',401,'',1,'SEVILLA','Sevilla',1),(162,'SO',403,'',3,'SORIA','Soria',1),(163,'T',406,'',6,'TARRAGONA','Tarragona',1),(164,'TE',402,'',2,'TERUEL','Teruel',1),(165,'TO',404,'',5,'TOLEDO','Toledo',1),(166,'V',411,'',11,'VALENCIA','Valencia',1),(167,'VA',403,'',3,'VALLADOLID','Valladolid',1),(168,'BI',419,'',19,'VIZCAYA','Vizcaya',1),(169,'ZA',403,'',3,'ZAMORA','Zamora',1),(170,'Z',402,'',1,'ZARAGOZA','Zaragoza',1),(171,'CE',407,'',7,'CEUTA','Ceuta',1),(172,'ML',409,'',9,'MELILLA','Melilla',1),(174,'AG',601,NULL,NULL,'ARGOVIE','Argovie',1),(175,'AI',601,NULL,NULL,'APPENZELL RHODES INTERIEURES','Appenzell Rhodes intérieures',1),(176,'AR',601,NULL,NULL,'APPENZELL RHODES EXTERIEURES','Appenzell Rhodes extérieures',1),(177,'BE',601,NULL,NULL,'BERNE','Berne',1),(178,'BL',601,NULL,NULL,'BALE CAMPAGNE','Bâle Campagne',1),(179,'BS',601,NULL,NULL,'BALE VILLE','Bâle Ville',1),(180,'FR',601,NULL,NULL,'FRIBOURG','Fribourg',1),(181,'GE',601,NULL,NULL,'GENEVE','Genève',1),(182,'GL',601,NULL,NULL,'GLARIS','Glaris',1),(183,'GR',601,NULL,NULL,'GRISONS','Grisons',1),(184,'JU',601,NULL,NULL,'JURA','Jura',1),(185,'LU',601,NULL,NULL,'LUCERNE','Lucerne',1),(186,'NE',601,NULL,NULL,'NEUCHATEL','Neuchâtel',1),(187,'NW',601,NULL,NULL,'NIDWALD','Nidwald',1),(188,'OW',601,NULL,NULL,'OBWALD','Obwald',1),(189,'SG',601,NULL,NULL,'SAINT-GALL','Saint-Gall',1),(190,'SH',601,NULL,NULL,'SCHAFFHOUSE','Schaffhouse',1),(191,'SO',601,NULL,NULL,'SOLEURE','Soleure',1),(192,'SZ',601,NULL,NULL,'SCHWYZ','Schwyz',1),(193,'TG',601,NULL,NULL,'THURGOVIE','Thurgovie',1),(194,'TI',601,NULL,NULL,'TESSIN','Tessin',1),(195,'UR',601,NULL,NULL,'URI','Uri',1),(196,'VD',601,NULL,NULL,'VAUD','Vaud',1),(197,'VS',601,NULL,NULL,'VALAIS','Valais',1),(198,'ZG',601,NULL,NULL,'ZUG','Zug',1),(199,'ZH',601,NULL,NULL,'ZURICH','Zürich',1),(200,'AL',1101,'',0,'ALABAMA','Alabama',1),(201,'AK',1101,'',0,'ALASKA','Alaska',1),(202,'AZ',1101,'',0,'ARIZONA','Arizona',1),(203,'AR',1101,'',0,'ARKANSAS','Arkansas',1),(204,'CA',1101,'',0,'CALIFORNIA','California',1),(205,'CO',1101,'',0,'COLORADO','Colorado',1),(206,'CT',1101,'',0,'CONNECTICUT','Connecticut',1),(207,'DE',1101,'',0,'DELAWARE','Delaware',1),(208,'FL',1101,'',0,'FLORIDA','Florida',1),(209,'GA',1101,'',0,'GEORGIA','Georgia',1),(210,'HI',1101,'',0,'HAWAII','Hawaii',1),(211,'ID',1101,'',0,'IDAHO','Idaho',1),(212,'IL',1101,'',0,'ILLINOIS','Illinois',1),(213,'IN',1101,'',0,'INDIANA','Indiana',1),(214,'IA',1101,'',0,'IOWA','Iowa',1),(215,'KS',1101,'',0,'KANSAS','Kansas',1),(216,'KY',1101,'',0,'KENTUCKY','Kentucky',1),(217,'LA',1101,'',0,'LOUISIANA','Louisiana',1),(218,'ME',1101,'',0,'MAINE','Maine',1),(219,'MD',1101,'',0,'MARYLAND','Maryland',1),(220,'MA',1101,'',0,'MASSACHUSSETTS','Massachusetts',1),(221,'MI',1101,'',0,'MICHIGAN','Michigan',1),(222,'MN',1101,'',0,'MINNESOTA','Minnesota',1),(223,'MS',1101,'',0,'MISSISSIPPI','Mississippi',1),(224,'MO',1101,'',0,'MISSOURI','Missouri',1),(225,'MT',1101,'',0,'MONTANA','Montana',1),(226,'NE',1101,'',0,'NEBRASKA','Nebraska',1),(227,'NV',1101,'',0,'NEVADA','Nevada',1),(228,'NH',1101,'',0,'NEW HAMPSHIRE','New Hampshire',1),(229,'NJ',1101,'',0,'NEW JERSEY','New Jersey',1),(230,'NM',1101,'',0,'NEW MEXICO','New Mexico',1),(231,'NY',1101,'',0,'NEW YORK','New York',1),(232,'NC',1101,'',0,'NORTH CAROLINA','North Carolina',1),(233,'ND',1101,'',0,'NORTH DAKOTA','North Dakota',1),(234,'OH',1101,'',0,'OHIO','Ohio',1),(235,'OK',1101,'',0,'OKLAHOMA','Oklahoma',1),(236,'OR',1101,'',0,'OREGON','Oregon',1),(237,'PA',1101,'',0,'PENNSYLVANIA','Pennsylvania',1),(238,'RI',1101,'',0,'RHODE ISLAND','Rhode Island',1),(239,'SC',1101,'',0,'SOUTH CAROLINA','South Carolina',1),(240,'SD',1101,'',0,'SOUTH DAKOTA','South Dakota',1),(241,'TN',1101,'',0,'TENNESSEE','Tennessee',1),(242,'TX',1101,'',0,'TEXAS','Texas',1),(243,'UT',1101,'',0,'UTAH','Utah',1),(244,'VT',1101,'',0,'VERMONT','Vermont',1),(245,'VA',1101,'',0,'VIRGINIA','Virginia',1),(246,'WA',1101,'',0,'WASHINGTON','Washington',1),(247,'WV',1101,'',0,'WEST VIRGINIA','West Virginia',1),(248,'WI',1101,'',0,'WISCONSIN','Wisconsin',1),(249,'WY',1101,'',0,'WYOMING','Wyoming',1),(250,'SS',8601,NULL,NULL,NULL,'San Salvador',1),(251,'SA',8603,NULL,NULL,NULL,'Santa Ana',1),(252,'AH',8603,NULL,NULL,NULL,'Ahuachapan',1),(253,'SO',8603,NULL,NULL,NULL,'Sonsonate',1),(254,'US',8602,NULL,NULL,NULL,'Usulutan',1),(255,'SM',8602,NULL,NULL,NULL,'San Miguel',1),(256,'MO',8602,NULL,NULL,NULL,'Morazan',1),(257,'LU',8602,NULL,NULL,NULL,'La Union',1),(258,'LL',8601,NULL,NULL,NULL,'La Libertad',1),(259,'CH',8601,NULL,NULL,NULL,'Chalatenango',1),(260,'CA',8601,NULL,NULL,NULL,'Cabañas',1),(261,'LP',8601,NULL,NULL,NULL,'La Paz',1),(262,'SV',8601,NULL,NULL,NULL,'San Vicente',1),(263,'CU',8601,NULL,NULL,NULL,'Cuscatlan',1),(264,'2301',2301,'',0,'CATAMARCA','Catamarca',1),(265,'2302',2301,'',0,'JUJUY','Jujuy',1),(266,'2303',2301,'',0,'TUCAMAN','Tucamán',1),(267,'2304',2301,'',0,'SANTIAGO DEL ESTERO','Santiago del Estero',1),(268,'2305',2301,'',0,'SALTA','Salta',1),(269,'2306',2302,'',0,'CHACO','Chaco',1),(270,'2307',2302,'',0,'CORRIENTES','Corrientes',1),(271,'2308',2302,'',0,'ENTRE RIOS','Entre Ríos',1),(272,'2309',2302,'',0,'FORMOSA','Formosa',1),(273,'2310',2302,'',0,'SANTA FE','Santa Fe',1),(274,'2311',2303,'',0,'LA RIOJA','La Rioja',1),(275,'2312',2303,'',0,'MENDOZA','Mendoza',1),(276,'2313',2303,'',0,'SAN JUAN','San Juan',1),(277,'2314',2303,'',0,'SAN LUIS','San Luis',1),(278,'2315',2304,'',0,'CORDOBA','Córdoba',1),(279,'2316',2304,'',0,'BUENOS AIRES','Buenos Aires',1),(280,'2317',2304,'',0,'CABA','Caba',1),(281,'2318',2305,'',0,'LA PAMPA','La Pampa',1),(282,'2319',2305,'',0,'NEUQUEN','Neuquén',1),(283,'2320',2305,'',0,'RIO NEGRO','Río Negro',1),(284,'2321',2305,'',0,'CHUBUT','Chubut',1),(285,'2322',2305,'',0,'SANTA CRUZ','Santa Cruz',1),(286,'2323',2305,'',0,'TIERRA DEL FUEGO','Tierra del Fuego',1),(287,'2324',2305,'',0,'ISLAS MALVINAS','Islas Malvinas',1),(288,'2325',2305,'',0,'ANTARTIDA','Antártida',1),(289,'AN',11701,NULL,0,'AN','Andaman & Nicobar',1),(290,'AP',11701,NULL,0,'AP','Andhra Pradesh',1),(291,'AR',11701,NULL,0,'AR','Arunachal Pradesh',1),(292,'AS',11701,NULL,0,'AS','Assam',1),(293,'BR',11701,NULL,0,'BR','Bihar',1),(294,'CG',11701,NULL,0,'CG','Chattisgarh',1),(295,'CH',11701,NULL,0,'CH','Chandigarh',1),(296,'DD',11701,NULL,0,'DD','Daman & Diu',1),(297,'DL',11701,NULL,0,'DL','Delhi',1),(298,'DN',11701,NULL,0,'DN','Dadra and Nagar Haveli',1),(299,'GA',11701,NULL,0,'GA','Goa',1),(300,'GJ',11701,NULL,0,'GJ','Gujarat',1),(301,'HP',11701,NULL,0,'HP','Himachal Pradesh',1),(302,'HR',11701,NULL,0,'HR','Haryana',1),(303,'JH',11701,NULL,0,'JH','Jharkhand',1),(304,'JK',11701,NULL,0,'JK','Jammu & Kashmir',1),(305,'KA',11701,NULL,0,'KA','Karnataka',1),(306,'KL',11701,NULL,0,'KL','Kerala',1),(307,'LD',11701,NULL,0,'LD','Lakshadweep',1),(308,'MH',11701,NULL,0,'MH','Maharashtra',1),(309,'ML',11701,NULL,0,'ML','Meghalaya',1),(310,'MN',11701,NULL,0,'MN','Manipur',1),(311,'MP',11701,NULL,0,'MP','Madhya Pradesh',1),(312,'MZ',11701,NULL,0,'MZ','Mizoram',1),(313,'NL',11701,NULL,0,'NL','Nagaland',1),(314,'OR',11701,NULL,0,'OR','Orissa',1),(315,'PB',11701,NULL,0,'PB','Punjab',1),(316,'PY',11701,NULL,0,'PY','Puducherry',1),(317,'RJ',11701,NULL,0,'RJ','Rajasthan',1),(318,'SK',11701,NULL,0,'SK','Sikkim',1),(319,'TN',11701,NULL,0,'TN','Tamil Nadu',1),(320,'TR',11701,NULL,0,'TR','Tripura',1),(321,'UL',11701,NULL,0,'UL','Uttarakhand',1),(322,'UP',11701,NULL,0,'UP','Uttar Pradesh',1),(323,'WB',11701,NULL,0,'WB','West Bengal',1),(374,'151',6715,'',0,'151','Arica',1),(375,'152',6715,'',0,'152','Parinacota',1),(376,'011',6701,'',0,'011','Iquique',1),(377,'014',6701,'',0,'014','Tamarugal',1),(378,'021',6702,'',0,'021','Antofagasa',1),(379,'022',6702,'',0,'022','El Loa',1),(380,'023',6702,'',0,'023','Tocopilla',1),(381,'031',6703,'',0,'031','Copiapó',1),(382,'032',6703,'',0,'032','Chañaral',1),(383,'033',6703,'',0,'033','Huasco',1),(384,'041',6704,'',0,'041','Elqui',1),(385,'042',6704,'',0,'042','Choapa',1),(386,'043',6704,'',0,'043','Limarí',1),(387,'051',6705,'',0,'051','Valparaíso',1),(388,'052',6705,'',0,'052','Isla de Pascua',1),(389,'053',6705,'',0,'053','Los Andes',1),(390,'054',6705,'',0,'054','Petorca',1),(391,'055',6705,'',0,'055','Quillota',1),(392,'056',6705,'',0,'056','San Antonio',1),(393,'057',6705,'',0,'057','San Felipe de Aconcagua',1),(394,'058',6705,'',0,'058','Marga Marga',1),(395,'061',6706,'',0,'061','Cachapoal',1),(396,'062',6706,'',0,'062','Cardenal Caro',1),(397,'063',6706,'',0,'063','Colchagua',1),(398,'071',6707,'',0,'071','Talca',1),(399,'072',6707,'',0,'072','Cauquenes',1),(400,'073',6707,'',0,'073','Curicó',1),(401,'074',6707,'',0,'074','Linares',1),(402,'081',6708,'',0,'081','Concepción',1),(403,'082',6708,'',0,'082','Arauco',1),(404,'083',6708,'',0,'083','Biobío',1),(405,'084',6708,'',0,'084','Ñuble',1),(406,'091',6709,'',0,'091','Cautín',1),(407,'092',6709,'',0,'092','Malleco',1),(408,'141',6714,'',0,'141','Valdivia',1),(409,'142',6714,'',0,'142','Ranco',1),(410,'101',6710,'',0,'101','Llanquihue',1),(411,'102',6710,'',0,'102','Chiloé',1),(412,'103',6710,'',0,'103','Osorno',1),(413,'104',6710,'',0,'104','Palena',1),(414,'111',6711,'',0,'111','Coihaique',1),(415,'112',6711,'',0,'112','Aisén',1),(416,'113',6711,'',0,'113','Capitán Prat',1),(417,'114',6711,'',0,'114','General Carrera',1),(418,'121',6712,'',0,'121','Magallanes',1),(419,'122',6712,'',0,'122','Antártica Chilena',1),(420,'123',6712,'',0,'123','Tierra del Fuego',1),(421,'124',6712,'',0,'124','Última Esperanza',1),(422,'131',6713,'',0,'131','Santiago',1),(423,'132',6713,'',0,'132','Cordillera',1),(424,'133',6713,'',0,'133','Chacabuco',1),(425,'134',6713,'',0,'134','Maipo',1),(426,'135',6713,'',0,'135','Melipilla',1),(427,'136',6713,'',0,'136','Talagante',1),(428,'DIF',15401,'',0,'DIF','Distrito Federal',1),(429,'AGS',15401,'',0,'AGS','Aguascalientes',1),(430,'BCN',15401,'',0,'BCN','Baja California Norte',1),(431,'BCS',15401,'',0,'BCS','Baja California Sur',1),(432,'CAM',15401,'',0,'CAM','Campeche',1),(433,'CHP',15401,'',0,'CHP','Chiapas',1),(434,'CHI',15401,'',0,'CHI','Chihuahua',1),(435,'COA',15401,'',0,'COA','Coahuila',1),(436,'COL',15401,'',0,'COL','Colima',1),(437,'DUR',15401,'',0,'DUR','Durango',1),(438,'GTO',15401,'',0,'GTO','Guanajuato',1),(439,'GRO',15401,'',0,'GRO','Guerrero',1),(440,'HGO',15401,'',0,'HGO','Hidalgo',1),(441,'JAL',15401,'',0,'JAL','Jalisco',1),(442,'MEX',15401,'',0,'MEX','México',1),(443,'MIC',15401,'',0,'MIC','Michoacán de Ocampo',1),(444,'MOR',15401,'',0,'MOR','Morelos',1),(445,'NAY',15401,'',0,'NAY','Nayarit',1),(446,'NLE',15401,'',0,'NLE','Nuevo León',1),(447,'OAX',15401,'',0,'OAX','Oaxaca',1),(448,'PUE',15401,'',0,'PUE','Puebla',1),(449,'QRO',15401,'',0,'QRO','Querétaro',1),(451,'ROO',15401,'',0,'ROO','Quintana Roo',1),(452,'SLP',15401,'',0,'SLP','San Luis Potosí',1),(453,'SIN',15401,'',0,'SIN','Sinaloa',1),(454,'SON',15401,'',0,'SON','Sonora',1),(455,'TAB',15401,'',0,'TAB','Tabasco',1),(456,'TAM',15401,'',0,'TAM','Tamaulipas',1),(457,'TLX',15401,'',0,'TLX','Tlaxcala',1),(458,'VER',15401,'',0,'VER','Veracruz',1),(459,'YUC',15401,'',0,'YUC','Yucatán',1),(460,'ZAC',15401,'',0,'ZAC','Zacatecas',1),(461,'ANT',7001,'',0,'ANT','Antioquia',1),(462,'BOL',7001,'',0,'BOL','Bolívar',1),(463,'BOY',7001,'',0,'BOY','Boyacá',1),(464,'CAL',7001,'',0,'CAL','Caldas',1),(465,'CAU',7001,'',0,'CAU','Cauca',1),(466,'CUN',7001,'',0,'CUN','Cundinamarca',1),(467,'HUI',7001,'',0,'HUI','Huila',1),(468,'LAG',7001,'',0,'LAG','La Guajira',1),(469,'MET',7001,'',0,'MET','Meta',1),(470,'NAR',7001,'',0,'NAR','Nariño',1),(471,'NDS',7001,'',0,'NDS','Norte de Santander',1),(472,'SAN',7001,'',0,'SAN','Santander',1),(473,'SUC',7001,'',0,'SUC','Sucre',1),(474,'TOL',7001,'',0,'TOL','Tolima',1),(475,'VAC',7001,'',0,'VAC','Valle del Cauca',1),(476,'RIS',7001,'',0,'RIS','Risalda',1),(477,'ATL',7001,'',0,'ATL','Atlántico',1),(478,'COR',7001,'',0,'COR','Córdoba',1),(479,'SAP',7001,'',0,'SAP','San Andrés, Providencia y Santa Catalina',1),(480,'ARA',7001,'',0,'ARA','Arauca',1),(481,'CAS',7001,'',0,'CAS','Casanare',1),(482,'AMA',7001,'',0,'AMA','Amazonas',1),(483,'CAQ',7001,'',0,'CAQ','Caquetá',1),(484,'CHO',7001,'',0,'CHO','Chocó',1),(485,'GUA',7001,'',0,'GUA','Guainía',1),(486,'GUV',7001,'',0,'GUV','Guaviare',1),(487,'PUT',7001,'',0,'PUT','Putumayo',1),(488,'QUI',7001,'',0,'QUI','Quindío',1),(489,'VAU',7001,'',0,'VAU','Vaupés',1),(490,'BOG',7001,'',0,'BOG','Bogotá',1),(491,'VID',7001,'',0,'VID','Vichada',1),(492,'CES',7001,'',0,'CES','Cesar',1),(493,'MAG',7001,'',0,'MAG','Magdalena',1),(494,'AT',11401,'',0,'AT','Atlántida',1),(495,'CH',11401,'',0,'CH','Choluteca',1),(496,'CL',11401,'',0,'CL','Colón',1),(497,'CM',11401,'',0,'CM','Comayagua',1),(498,'CO',11401,'',0,'CO','Copán',1),(499,'CR',11401,'',0,'CR','Cortés',1),(500,'EP',11401,'',0,'EP','El Paraíso',1),(501,'FM',11401,'',0,'FM','Francisco Morazán',1),(502,'GD',11401,'',0,'GD','Gracias a Dios',1),(503,'IN',11401,'',0,'IN','Intibucá',1),(504,'IB',11401,'',0,'IB','Islas de la Bahía',1),(505,'LP',11401,'',0,'LP','La Paz',1),(506,'LM',11401,'',0,'LM','Lempira',1),(507,'OC',11401,'',0,'OC','Ocotepeque',1),(508,'OL',11401,'',0,'OL','Olancho',1),(509,'SB',11401,'',0,'SB','Santa Bárbara',1),(510,'VL',11401,'',0,'VL','Valle',1),(511,'YO',11401,'',0,'YO','Yoro',1),(512,'DC',11401,'',0,'DC','Distrito Central',1),(652,'CC',4601,'Oistins',0,'CC','Christ Church',1),(655,'SA',4601,'Greenland',0,'SA','Saint Andrew',1),(656,'SG',4601,'Bulkeley',0,'SG','Saint George',1),(657,'JA',4601,'Holetown',0,'JA','Saint James',1),(658,'SJ',4601,'Four Roads',0,'SJ','Saint John',1),(659,'SB',4601,'Bathsheba',0,'SB','Saint Joseph',1),(660,'SL',4601,'Crab Hill',0,'SL','Saint Lucy',1),(661,'SM',4601,'Bridgetown',0,'SM','Saint Michael',1),(662,'SP',4601,'Speightstown',0,'SP','Saint Peter',1),(663,'SC',4601,'Crane',0,'SC','Saint Philip',1),(664,'ST',4601,'Hillaby',0,'ST','Saint Thomas',1),(777,'AG',315,NULL,NULL,NULL,'AGRIGENTO',1),(778,'AL',312,NULL,NULL,NULL,'ALESSANDRIA',1),(779,'AN',310,NULL,NULL,NULL,'ANCONA',1),(780,'AO',319,NULL,NULL,NULL,'AOSTA',1),(781,'AR',316,NULL,NULL,NULL,'AREZZO',1),(782,'AP',310,NULL,NULL,NULL,'ASCOLI PICENO',1),(783,'AT',312,NULL,NULL,NULL,'ASTI',1),(784,'AV',304,NULL,NULL,NULL,'AVELLINO',1),(785,'BA',313,NULL,NULL,NULL,'BARI',1),(786,'BT',313,NULL,NULL,NULL,'BARLETTA-ANDRIA-TRANI',1),(787,'BL',320,NULL,NULL,NULL,'BELLUNO',1),(788,'BN',304,NULL,NULL,NULL,'BENEVENTO',1),(789,'BG',309,NULL,NULL,NULL,'BERGAMO',1),(790,'BI',312,NULL,NULL,NULL,'BIELLA',1),(791,'BO',305,NULL,NULL,NULL,'BOLOGNA',1),(792,'BZ',317,NULL,NULL,NULL,'BOLZANO',1),(793,'BS',309,NULL,NULL,NULL,'BRESCIA',1),(794,'BR',313,NULL,NULL,NULL,'BRINDISI',1),(795,'CA',314,NULL,NULL,NULL,'CAGLIARI',1),(796,'CL',315,NULL,NULL,NULL,'CALTANISSETTA',1),(797,'CB',311,NULL,NULL,NULL,'CAMPOBASSO',1),(798,'CI',314,NULL,NULL,NULL,'CARBONIA-IGLESIAS',1),(799,'CE',304,NULL,NULL,NULL,'CASERTA',1),(800,'CT',315,NULL,NULL,NULL,'CATANIA',1),(801,'CZ',303,NULL,NULL,NULL,'CATANZARO',1),(802,'CH',301,NULL,NULL,NULL,'CHIETI',1),(803,'CO',309,NULL,NULL,NULL,'COMO',1),(804,'CS',303,NULL,NULL,NULL,'COSENZA',1),(805,'CR',309,NULL,NULL,NULL,'CREMONA',1),(806,'KR',303,NULL,NULL,NULL,'CROTONE',1),(807,'CN',312,NULL,NULL,NULL,'CUNEO',1),(808,'EN',315,NULL,NULL,NULL,'ENNA',1),(809,'FM',310,NULL,NULL,NULL,'FERMO',1),(810,'FE',305,NULL,NULL,NULL,'FERRARA',1),(811,'FI',316,NULL,NULL,NULL,'FIRENZE',1),(812,'FG',313,NULL,NULL,NULL,'FOGGIA',1),(813,'FC',305,NULL,NULL,NULL,'FORLI-CESENA',1),(814,'FR',307,NULL,NULL,NULL,'FROSINONE',1),(815,'GE',308,NULL,NULL,NULL,'GENOVA',1),(816,'GO',306,NULL,NULL,NULL,'GORIZIA',1),(817,'GR',316,NULL,NULL,NULL,'GROSSETO',1),(818,'IM',308,NULL,NULL,NULL,'IMPERIA',1),(819,'IS',311,NULL,NULL,NULL,'ISERNIA',1),(820,'SP',308,NULL,NULL,NULL,'LA SPEZIA',1),(821,'AQ',301,NULL,NULL,NULL,'L AQUILA',1),(822,'LT',307,NULL,NULL,NULL,'LATINA',1),(823,'LE',313,NULL,NULL,NULL,'LECCE',1),(824,'LC',309,NULL,NULL,NULL,'LECCO',1),(825,'LI',314,NULL,NULL,NULL,'LIVORNO',1),(826,'LO',309,NULL,NULL,NULL,'LODI',1),(827,'LU',316,NULL,NULL,NULL,'LUCCA',1),(828,'MC',310,NULL,NULL,NULL,'MACERATA',1),(829,'MN',309,NULL,NULL,NULL,'MANTOVA',1),(830,'MS',316,NULL,NULL,NULL,'MASSA-CARRARA',1),(831,'MT',302,NULL,NULL,NULL,'MATERA',1),(832,'VS',314,NULL,NULL,NULL,'MEDIO CAMPIDANO',1),(833,'ME',315,NULL,NULL,NULL,'MESSINA',1),(834,'MI',309,NULL,NULL,NULL,'MILANO',1),(835,'MB',309,NULL,NULL,NULL,'MONZA e BRIANZA',1),(836,'MO',305,NULL,NULL,NULL,'MODENA',1),(837,'NA',304,NULL,NULL,NULL,'NAPOLI',1),(838,'NO',312,NULL,NULL,NULL,'NOVARA',1),(839,'NU',314,NULL,NULL,NULL,'NUORO',1),(840,'OG',314,NULL,NULL,NULL,'OGLIASTRA',1),(841,'OT',314,NULL,NULL,NULL,'OLBIA-TEMPIO',1),(842,'OR',314,NULL,NULL,NULL,'ORISTANO',1),(843,'PD',320,NULL,NULL,NULL,'PADOVA',1),(844,'PA',315,NULL,NULL,NULL,'PALERMO',1),(845,'PR',305,NULL,NULL,NULL,'PARMA',1),(846,'PV',309,NULL,NULL,NULL,'PAVIA',1),(847,'PG',318,NULL,NULL,NULL,'PERUGIA',1),(848,'PU',310,NULL,NULL,NULL,'PESARO e URBINO',1),(849,'PE',301,NULL,NULL,NULL,'PESCARA',1),(850,'PC',305,NULL,NULL,NULL,'PIACENZA',1),(851,'PI',316,NULL,NULL,NULL,'PISA',1),(852,'PT',316,NULL,NULL,NULL,'PISTOIA',1),(853,'PN',306,NULL,NULL,NULL,'PORDENONE',1),(854,'PZ',302,NULL,NULL,NULL,'POTENZA',1),(855,'PO',316,NULL,NULL,NULL,'PRATO',1),(856,'RG',315,NULL,NULL,NULL,'RAGUSA',1),(857,'RA',305,NULL,NULL,NULL,'RAVENNA',1),(858,'RC',303,NULL,NULL,NULL,'REGGIO CALABRIA',1),(859,'RE',305,NULL,NULL,NULL,'REGGIO NELL EMILIA',1),(860,'RI',307,NULL,NULL,NULL,'RIETI',1),(861,'RN',305,NULL,NULL,NULL,'RIMINI',1),(862,'RM',307,NULL,NULL,NULL,'ROMA',1),(863,'RO',320,NULL,NULL,NULL,'ROVIGO',1),(864,'SA',304,NULL,NULL,NULL,'SALERNO',1),(865,'SS',314,NULL,NULL,NULL,'SASSARI',1),(866,'SV',308,NULL,NULL,NULL,'SAVONA',1),(867,'SI',316,NULL,NULL,NULL,'SIENA',1),(868,'SR',315,NULL,NULL,NULL,'SIRACUSA',1),(869,'SO',309,NULL,NULL,NULL,'SONDRIO',1),(870,'TA',313,NULL,NULL,NULL,'TARANTO',1),(871,'TE',301,NULL,NULL,NULL,'TERAMO',1),(872,'TR',318,NULL,NULL,NULL,'TERNI',1),(873,'TO',312,NULL,NULL,NULL,'TORINO',1),(874,'TP',315,NULL,NULL,NULL,'TRAPANI',1),(875,'TN',317,NULL,NULL,NULL,'TRENTO',1),(876,'TV',320,NULL,NULL,NULL,'TREVISO',1),(877,'TS',306,NULL,NULL,NULL,'TRIESTE',1),(878,'UD',306,NULL,NULL,NULL,'UDINE',1),(879,'VA',309,NULL,NULL,NULL,'VARESE',1),(880,'VE',320,NULL,NULL,NULL,'VENEZIA',1),(881,'VB',312,NULL,NULL,NULL,'VERBANO-CUSIO-OSSOLA',1),(882,'VC',312,NULL,NULL,NULL,'VERCELLI',1),(883,'VR',320,NULL,NULL,NULL,'VERONA',1),(884,'VV',303,NULL,NULL,NULL,'VIBO VALENTIA',1),(885,'VI',320,NULL,NULL,NULL,'VICENZA',1),(886,'VT',307,NULL,NULL,NULL,'VITERBO',1),(1036,'VE-L',23201,'',0,'VE-L','Mérida',1),(1037,'VE-T',23201,'',0,'VE-T','Trujillo',1),(1038,'VE-E',23201,'',0,'VE-E','Barinas',1),(1039,'VE-M',23202,'',0,'VE-M','Miranda',1),(1040,'VE-W',23202,'',0,'VE-W','Vargas',1),(1041,'VE-A',23202,'',0,'VE-A','Distrito Capital',1),(1042,'VE-D',23203,'',0,'VE-D','Aragua',1),(1043,'VE-G',23203,'',0,'VE-G','Carabobo',1),(1044,'VE-I',23204,'',0,'VE-I','Falcón',1),(1045,'VE-K',23204,'',0,'VE-K','Lara',1),(1046,'VE-U',23204,'',0,'VE-U','Yaracuy',1),(1047,'VE-F',23205,'',0,'VE-F','Bolívar',1),(1048,'VE-X',23205,'',0,'VE-X','Amazonas',1),(1049,'VE-Y',23205,'',0,'VE-Y','Delta Amacuro',1),(1050,'VE-O',23206,'',0,'VE-O','Nueva Esparta',1),(1051,'VE-Z',23206,'',0,'VE-Z','Dependencias Federales',1),(1052,'VE-C',23207,'',0,'VE-C','Apure',1),(1053,'VE-J',23207,'',0,'VE-J','Guárico',1),(1054,'VE-H',23207,'',0,'VE-H','Cojedes',1),(1055,'VE-P',23207,'',0,'VE-P','Portuguesa',1),(1056,'VE-B',23208,'',0,'VE-B','Anzoátegui',1),(1057,'VE-N',23208,'',0,'VE-N','Monagas',1),(1058,'VE-R',23208,'',0,'VE-R','Sucre',1),(1059,'VE-V',23209,'',0,'VE-V','Zulia',1),(1060,'VE-S',23209,'',0,'VE-S','Táchira',1),(1061,'66',10201,NULL,NULL,NULL,'?????',1),(1062,'00',10205,NULL,NULL,NULL,'?????',1),(1063,'01',10205,NULL,NULL,NULL,'?????',1),(1064,'02',10205,NULL,NULL,NULL,'?????',1),(1065,'03',10205,NULL,NULL,NULL,'??????',1),(1066,'04',10205,NULL,NULL,NULL,'?????',1),(1067,'05',10205,NULL,NULL,NULL,'??????',1),(1068,'06',10203,NULL,NULL,NULL,'??????',1),(1069,'07',10203,NULL,NULL,NULL,'???????????',1),(1070,'08',10203,NULL,NULL,NULL,'??????',1),(1071,'09',10203,NULL,NULL,NULL,'?????',1),(1072,'10',10203,NULL,NULL,NULL,'??????',1),(1073,'11',10203,NULL,NULL,NULL,'??????',1),(1074,'12',10203,NULL,NULL,NULL,'?????????',1),(1075,'13',10206,NULL,NULL,NULL,'????',1),(1076,'14',10206,NULL,NULL,NULL,'?????????',1),(1077,'15',10206,NULL,NULL,NULL,'????????',1),(1078,'16',10206,NULL,NULL,NULL,'???????',1),(1079,'17',10213,NULL,NULL,NULL,'???????',1),(1080,'18',10213,NULL,NULL,NULL,'????????',1),(1081,'19',10213,NULL,NULL,NULL,'??????',1),(1082,'20',10213,NULL,NULL,NULL,'???????',1),(1083,'21',10212,NULL,NULL,NULL,'????????',1),(1084,'22',10212,NULL,NULL,NULL,'??????',1),(1085,'23',10212,NULL,NULL,NULL,'????????',1),(1086,'24',10212,NULL,NULL,NULL,'???????',1),(1087,'25',10212,NULL,NULL,NULL,'????????',1),(1088,'26',10212,NULL,NULL,NULL,'???????',1),(1089,'27',10202,NULL,NULL,NULL,'??????',1),(1090,'28',10202,NULL,NULL,NULL,'?????????',1),(1091,'29',10202,NULL,NULL,NULL,'????????',1),(1092,'30',10202,NULL,NULL,NULL,'??????',1),(1093,'31',10209,NULL,NULL,NULL,'????????',1),(1094,'32',10209,NULL,NULL,NULL,'???????',1),(1095,'33',10209,NULL,NULL,NULL,'????????',1),(1096,'34',10209,NULL,NULL,NULL,'???????',1),(1097,'35',10209,NULL,NULL,NULL,'????????',1),(1098,'36',10211,NULL,NULL,NULL,'???????????????',1),(1099,'37',10211,NULL,NULL,NULL,'?????',1),(1100,'38',10211,NULL,NULL,NULL,'?????',1),(1101,'39',10207,NULL,NULL,NULL,'????????',1),(1102,'40',10207,NULL,NULL,NULL,'???????',1),(1103,'41',10207,NULL,NULL,NULL,'??????????',1),(1104,'42',10207,NULL,NULL,NULL,'?????',1),(1105,'43',10207,NULL,NULL,NULL,'???????',1),(1106,'44',10208,NULL,NULL,NULL,'??????',1),(1107,'45',10208,NULL,NULL,NULL,'??????',1),(1108,'46',10208,NULL,NULL,NULL,'??????',1),(1109,'47',10208,NULL,NULL,NULL,'?????',1),(1110,'48',10208,NULL,NULL,NULL,'????',1),(1111,'49',10210,NULL,NULL,NULL,'??????',1),(1112,'50',10210,NULL,NULL,NULL,'????',1),(1113,'51',10210,NULL,NULL,NULL,'????????',1),(1114,'52',10210,NULL,NULL,NULL,'????????',1),(1115,'53',10210,NULL,NULL,NULL,'???-??????',1),(1116,'54',10210,NULL,NULL,NULL,'??',1),(1117,'55',10210,NULL,NULL,NULL,'?????',1),(1118,'56',10210,NULL,NULL,NULL,'???????',1),(1119,'57',10210,NULL,NULL,NULL,'?????',1),(1120,'58',10210,NULL,NULL,NULL,'?????',1),(1121,'59',10210,NULL,NULL,NULL,'?????',1),(1122,'60',10210,NULL,NULL,NULL,'?????',1),(1123,'61',10210,NULL,NULL,NULL,'?????',1),(1124,'62',10204,NULL,NULL,NULL,'????????',1),(1125,'63',10204,NULL,NULL,NULL,'??????',1),(1126,'64',10204,NULL,NULL,NULL,'???????',1),(1127,'65',10204,NULL,NULL,NULL,'?????',1),(1128,'AL01',1301,'',0,'','Wilaya d\'Adrar',1),(1129,'AL02',1301,'',0,'','Wilaya de Chlef',1),(1130,'AL03',1301,'',0,'','Wilaya de Laghouat',1),(1131,'AL04',1301,'',0,'','Wilaya d\'Oum El Bouaghi',1),(1132,'AL05',1301,'',0,'','Wilaya de Batna',1),(1133,'AL06',1301,'',0,'','Wilaya de Béjaïa',1),(1134,'AL07',1301,'',0,'','Wilaya de Biskra',1),(1135,'AL08',1301,'',0,'','Wilaya de Béchar',1),(1136,'AL09',1301,'',0,'','Wilaya de Blida',1),(1137,'AL11',1301,'',0,'','Wilaya de Bouira',1),(1138,'AL12',1301,'',0,'','Wilaya de Tamanrasset',1),(1139,'AL13',1301,'',0,'','Wilaya de Tébessa',1),(1140,'AL14',1301,'',0,'','Wilaya de Tlemcen',1),(1141,'AL15',1301,'',0,'','Wilaya de Tiaret',1),(1142,'AL16',1301,'',0,'','Wilaya de Tizi Ouzou',1),(1143,'AL17',1301,'',0,'','Wilaya d\'Alger',1),(1144,'AL18',1301,'',0,'','Wilaya de Djelfa',1),(1145,'AL19',1301,'',0,'','Wilaya de Jijel',1),(1146,'AL20',1301,'',0,'','Wilaya de Sétif	',1),(1147,'AL21',1301,'',0,'','Wilaya de Saïda',1),(1148,'AL22',1301,'',0,'','Wilaya de Skikda',1),(1149,'AL23',1301,'',0,'','Wilaya de Sidi Bel Abbès',1),(1150,'AL24',1301,'',0,'','Wilaya d\'Annaba',1),(1151,'AL25',1301,'',0,'','Wilaya de Guelma',1),(1152,'AL26',1301,'',0,'','Wilaya de Constantine',1),(1153,'AL27',1301,'',0,'','Wilaya de Médéa',1),(1154,'AL28',1301,'',0,'','Wilaya de Mostaganem',1),(1155,'AL29',1301,'',0,'','Wilaya de M\'Sila',1),(1156,'AL30',1301,'',0,'','Wilaya de Mascara',1),(1157,'AL31',1301,'',0,'','Wilaya d\'Ouargla',1),(1158,'AL32',1301,'',0,'','Wilaya d\'Oran',1),(1159,'AL33',1301,'',0,'','Wilaya d\'El Bayadh',1),(1160,'AL34',1301,'',0,'','Wilaya d\'Illizi',1),(1161,'AL35',1301,'',0,'','Wilaya de Bordj Bou Arreridj',1),(1162,'AL36',1301,'',0,'','Wilaya de Boumerdès',1),(1163,'AL37',1301,'',0,'','Wilaya d\'El Tarf',1),(1164,'AL38',1301,'',0,'','Wilaya de Tindouf',1),(1165,'AL39',1301,'',0,'','Wilaya de Tissemsilt',1),(1166,'AL40',1301,'',0,'','Wilaya d\'El Oued',1),(1167,'AL41',1301,'',0,'','Wilaya de Khenchela',1),(1168,'AL42',1301,'',0,'','Wilaya de Souk Ahras',1),(1169,'AL43',1301,'',0,'','Wilaya de Tipaza',1),(1170,'AL44',1301,'',0,'','Wilaya de Mila',1),(1171,'AL45',1301,'',0,'','Wilaya d\'Aïn Defla',1),(1172,'AL46',1301,'',0,'','Wilaya de Naâma',1),(1173,'AL47',1301,'',0,'','Wilaya d\'Aïn Témouchent',1),(1174,'AL48',1301,'',0,'','Wilaya de Ghardaia',1),(1175,'AL49',1301,'',0,'','Wilaya de Relizane',1),(1176,'MA',1209,'',0,'','Province de Benslimane',1),(1177,'MA1',1209,'',0,'','Province de Berrechid',1),(1178,'MA2',1209,'',0,'','Province de Khouribga',1),(1179,'MA3',1209,'',0,'','Province de Settat',1),(1180,'MA4',1210,'',0,'','Province d\'El Jadida',1),(1181,'MA5',1210,'',0,'','Province de Safi',1),(1182,'MA6',1210,'',0,'','Province de Sidi Bennour',1),(1183,'MA7',1210,'',0,'','Province de Youssoufia',1),(1184,'MA6B',1205,'',0,'','Préfecture de Fès',1),(1185,'MA7B',1205,'',0,'','Province de Boulemane',1),(1186,'MA8',1205,'',0,'','Province de Moulay Yacoub',1),(1187,'MA9',1205,'',0,'','Province de Sefrou',1),(1188,'MA8A',1202,'',0,'','Province de Kénitra',1),(1189,'MA9A',1202,'',0,'','Province de Sidi Kacem',1),(1190,'MA10',1202,'',0,'','Province de Sidi Slimane',1),(1191,'MA11',1208,'',0,'','Préfecture de Casablanca',1),(1192,'MA12',1208,'',0,'','Préfecture de Mohammédia',1),(1193,'MA13',1208,'',0,'','Province de Médiouna',1),(1194,'MA14',1208,'',0,'','Province de Nouaceur',1),(1195,'MA15',1214,'',0,'','Province d\'Assa-Zag',1),(1196,'MA16',1214,'',0,'','Province d\'Es-Semara',1),(1197,'MA17A',1214,'',0,'','Province de Guelmim',1),(1198,'MA18',1214,'',0,'','Province de Tata',1),(1199,'MA19',1214,'',0,'','Province de Tan-Tan',1),(1200,'MA15',1215,'',0,'','Province de Boujdour',1),(1201,'MA16',1215,'',0,'','Province de Lâayoune',1),(1202,'MA17',1215,'',0,'','Province de Tarfaya',1),(1203,'MA18',1211,'',0,'','Préfecture de Marrakech',1),(1204,'MA19',1211,'',0,'','Province d\'Al Haouz',1),(1205,'MA20',1211,'',0,'','Province de Chichaoua',1),(1206,'MA21',1211,'',0,'','Province d\'El Kelâa des Sraghna',1),(1207,'MA22',1211,'',0,'','Province d\'Essaouira',1),(1208,'MA23',1211,'',0,'','Province de Rehamna',1),(1209,'MA24',1206,'',0,'','Préfecture de Meknès',1),(1210,'MA25',1206,'',0,'','Province d’El Hajeb',1),(1211,'MA26',1206,'',0,'','Province d\'Errachidia',1),(1212,'MA27',1206,'',0,'','Province d’Ifrane',1),(1213,'MA28',1206,'',0,'','Province de Khénifra',1),(1214,'MA29',1206,'',0,'','Province de Midelt',1),(1215,'MA30',1204,'',0,'','Préfecture d\'Oujda-Angad',1),(1216,'MA31',1204,'',0,'','Province de Berkane',1),(1217,'MA32',1204,'',0,'','Province de Driouch',1),(1218,'MA33',1204,'',0,'','Province de Figuig',1),(1219,'MA34',1204,'',0,'','Province de Jerada',1),(1220,'MA35',1204,'',0,'','Province de Nadorgg',1),(1221,'MA36',1204,'',0,'','Province de Taourirt',1),(1222,'MA37',1216,'',0,'','Province d\'Aousserd',1),(1223,'MA38',1216,'',0,'','Province d\'Oued Ed-Dahab',1),(1224,'MA39',1207,'',0,'','Préfecture de Rabat',1),(1225,'MA40',1207,'',0,'','Préfecture de Skhirat-Témara',1),(1226,'MA41',1207,'',0,'','Préfecture de Salé',1),(1227,'MA42',1207,'',0,'','Province de Khémisset',1),(1228,'MA43',1213,'',0,'','Préfecture d\'Agadir Ida-Outanane',1),(1229,'MA44',1213,'',0,'','Préfecture d\'Inezgane-Aït Melloul',1),(1230,'MA45',1213,'',0,'','Province de Chtouka-Aït Baha',1),(1231,'MA46',1213,'',0,'','Province d\'Ouarzazate',1),(1232,'MA47',1213,'',0,'','Province de Sidi Ifni',1),(1233,'MA48',1213,'',0,'','Province de Taroudant',1),(1234,'MA49',1213,'',0,'','Province de Tinghir',1),(1235,'MA50',1213,'',0,'','Province de Tiznit',1),(1236,'MA51',1213,'',0,'','Province de Zagora',1),(1237,'MA52',1212,'',0,'','Province d\'Azilal',1),(1238,'MA53',1212,'',0,'','Province de Beni Mellal',1),(1239,'MA54',1212,'',0,'','Province de Fquih Ben Salah',1),(1240,'MA55',1201,'',0,'','Préfecture de M\'diq-Fnideq',1),(1241,'MA56',1201,'',0,'','Préfecture de Tanger-Asilah',1),(1242,'MA57',1201,'',0,'','Province de Chefchaouen',1),(1243,'MA58',1201,'',0,'','Province de Fahs-Anjra',1),(1244,'MA59',1201,'',0,'','Province de Larache',1),(1245,'MA60',1201,'',0,'','Province d\'Ouezzane',1),(1246,'MA61',1201,'',0,'','Province de Tétouan',1),(1247,'MA62',1203,'',0,'','Province de Guercif',1),(1248,'MA63',1203,'',0,'','Province d\'Al Hoceïma',1),(1249,'MA64',1203,'',0,'','Province de Taounate',1),(1250,'MA65',1203,'',0,'','Province de Taza',1),(1251,'MA6A',1205,'',0,'','Préfecture de Fès',1),(1252,'MA7A',1205,'',0,'','Province de Boulemane',1),(1253,'MA15A',1214,'',0,'','Province d\'Assa-Zag',1),(1254,'MA16A',1214,'',0,'','Province d\'Es-Semara',1),(1255,'MA18A',1211,'',0,'','Préfecture de Marrakech',1),(1256,'MA19A',1214,'',0,'','Province de Tan-Tan',1),(1257,'MA19B',1214,'',0,'','Province de Tan-Tan',1),(1258,'TN01',1001,'',0,'','Ariana',1),(1259,'TN02',1001,'',0,'','Béja',1),(1260,'TN03',1001,'',0,'','Ben Arous',1),(1261,'TN04',1001,'',0,'','Bizerte',1),(1262,'TN05',1001,'',0,'','Gabès',1),(1263,'TN06',1001,'',0,'','Gafsa',1),(1264,'TN07',1001,'',0,'','Jendouba',1),(1265,'TN08',1001,'',0,'','Kairouan',1),(1266,'TN09',1001,'',0,'','Kasserine',1),(1267,'TN10',1001,'',0,'','Kébili',1),(1268,'TN11',1001,'',0,'','La Manouba',1),(1269,'TN12',1001,'',0,'','Le Kef',1),(1270,'TN13',1001,'',0,'','Mahdia',1),(1271,'TN14',1001,'',0,'','Médenine',1),(1272,'TN15',1001,'',0,'','Monastir',1),(1273,'TN16',1001,'',0,'','Nabeul',1),(1274,'TN17',1001,'',0,'','Sfax',1),(1275,'TN18',1001,'',0,'','Sidi Bouzid',1),(1276,'TN19',1001,'',0,'','Siliana',1),(1277,'TN20',1001,'',0,'','Sousse',1),(1278,'TN21',1001,'',0,'','Tataouine',1),(1279,'TN22',1001,'',0,'','Tozeur',1),(1280,'TN23',1001,'',0,'','Tunis',1),(1281,'TN24',1001,'',0,'','Zaghouan',1),(1287,'976',6,'97601',3,'MAYOTTE','Mayotte',1),(1513,'ON',1401,'',1,'','Ontario',1),(1514,'QC',1401,'',1,'','Quebec',1),(1515,'NS',1401,'',1,'','Nova Scotia',1),(1516,'NB',1401,'',1,'','New Brunswick',1),(1517,'MB',1401,'',1,'','Manitoba',1),(1518,'BC',1401,'',1,'','British Columbia',1),(1519,'PE',1401,'',1,'','Prince Edward Island',1),(1520,'SK',1401,'',1,'','Saskatchewan',1),(1521,'AB',1401,'',1,'','Alberta',1),(1522,'NL',1401,'',1,'','Newfoundland and Labrador',1),(1575,'BW',501,NULL,NULL,'BADEN-WÜRTTEMBERG','Baden-Württemberg',1),(1576,'BY',501,NULL,NULL,'BAYERN','Bayern',1),(1577,'BE',501,NULL,NULL,'BERLIN','Berlin',1),(1578,'BB',501,NULL,NULL,'BRANDENBURG','Brandenburg',1),(1579,'HB',501,NULL,NULL,'BREMEN','Bremen',1),(1580,'HH',501,NULL,NULL,'HAMBURG','Hamburg',1),(1581,'HE',501,NULL,NULL,'HESSEN','Hessen',1),(1582,'MV',501,NULL,NULL,'MECKLENBURG-VORPOMMERN','Mecklenburg-Vorpommern',1),(1583,'NI',501,NULL,NULL,'NIEDERSACHSEN','Niedersachsen',1),(1584,'NW',501,NULL,NULL,'NORDRHEIN-WESTFALEN','Nordrhein-Westfalen',1),(1585,'RP',501,NULL,NULL,'RHEINLAND-PFALZ','Rheinland-Pfalz',1),(1586,'SL',501,NULL,NULL,'SAARLAND','Saarland',1),(1587,'SN',501,NULL,NULL,'SACHSEN','Sachsen',1),(1588,'ST',501,NULL,NULL,'SACHSEN-ANHALT','Sachsen-Anhalt',1),(1589,'SH',501,NULL,NULL,'SCHLESWIG-HOLSTEIN','Schleswig-Holstein',1),(1590,'TH',501,NULL,NULL,'THÜRINGEN','Thüringen',1),(1592,'67',10205,'',0,'','Δράμα',1),(1684,'701',701,NULL,0,NULL,'Bedfordshire',1),(1685,'702',701,NULL,0,NULL,'Berkshire',1),(1686,'703',701,NULL,0,NULL,'Bristol, City of',1),(1687,'704',701,NULL,0,NULL,'Buckinghamshire',1),(1688,'705',701,NULL,0,NULL,'Cambridgeshire',1),(1689,'706',701,NULL,0,NULL,'Cheshire',1),(1690,'707',701,NULL,0,NULL,'Cleveland',1),(1691,'708',701,NULL,0,NULL,'Cornwall',1),(1692,'709',701,NULL,0,NULL,'Cumberland',1),(1693,'710',701,NULL,0,NULL,'Cumbria',1),(1694,'711',701,NULL,0,NULL,'Derbyshire',1),(1695,'712',701,NULL,0,NULL,'Devon',1),(1696,'713',701,NULL,0,NULL,'Dorset',1),(1697,'714',701,NULL,0,NULL,'Co. Durham',1),(1698,'715',701,NULL,0,NULL,'East Riding of Yorkshire',1),(1699,'716',701,NULL,0,NULL,'East Sussex',1),(1700,'717',701,NULL,0,NULL,'Essex',1),(1701,'718',701,NULL,0,NULL,'Gloucestershire',1),(1702,'719',701,NULL,0,NULL,'Greater Manchester',1),(1703,'720',701,NULL,0,NULL,'Hampshire',1),(1704,'721',701,NULL,0,NULL,'Hertfordshire',1),(1705,'722',701,NULL,0,NULL,'Hereford and Worcester',1),(1706,'723',701,NULL,0,NULL,'Herefordshire',1),(1707,'724',701,NULL,0,NULL,'Huntingdonshire',1),(1708,'725',701,NULL,0,NULL,'Isle of Man',1),(1709,'726',701,NULL,0,NULL,'Isle of Wight',1),(1710,'727',701,NULL,0,NULL,'Jersey',1),(1711,'728',701,NULL,0,NULL,'Kent',1),(1712,'729',701,NULL,0,NULL,'Lancashire',1),(1713,'730',701,NULL,0,NULL,'Leicestershire',1),(1714,'731',701,NULL,0,NULL,'Lincolnshire',1),(1715,'732',701,NULL,0,NULL,'London - City of London',1),(1716,'733',701,NULL,0,NULL,'Merseyside',1),(1717,'734',701,NULL,0,NULL,'Middlesex',1),(1718,'735',701,NULL,0,NULL,'Norfolk',1),(1719,'736',701,NULL,0,NULL,'North Yorkshire',1),(1720,'737',701,NULL,0,NULL,'North Riding of Yorkshire',1),(1721,'738',701,NULL,0,NULL,'Northamptonshire',1),(1722,'739',701,NULL,0,NULL,'Northumberland',1),(1723,'740',701,NULL,0,NULL,'Nottinghamshire',1),(1724,'741',701,NULL,0,NULL,'Oxfordshire',1),(1725,'742',701,NULL,0,NULL,'Rutland',1),(1726,'743',701,NULL,0,NULL,'Shropshire',1),(1727,'744',701,NULL,0,NULL,'Somerset',1),(1728,'745',701,NULL,0,NULL,'Staffordshire',1),(1729,'746',701,NULL,0,NULL,'Suffolk',1),(1730,'747',701,NULL,0,NULL,'Surrey',1),(1731,'748',701,NULL,0,NULL,'Sussex',1),(1732,'749',701,NULL,0,NULL,'Tyne and Wear',1),(1733,'750',701,NULL,0,NULL,'Warwickshire',1),(1734,'751',701,NULL,0,NULL,'West Midlands',1),(1735,'752',701,NULL,0,NULL,'West Sussex',1),(1736,'753',701,NULL,0,NULL,'West Yorkshire',1),(1737,'754',701,NULL,0,NULL,'West Riding of Yorkshire',1),(1738,'755',701,NULL,0,NULL,'Wiltshire',1),(1739,'756',701,NULL,0,NULL,'Worcestershire',1),(1740,'757',701,NULL,0,NULL,'Yorkshire',1),(1741,'758',702,NULL,0,NULL,'Anglesey',1),(1742,'759',702,NULL,0,NULL,'Breconshire',1),(1743,'760',702,NULL,0,NULL,'Caernarvonshire',1),(1744,'761',702,NULL,0,NULL,'Cardiganshire',1),(1745,'762',702,NULL,0,NULL,'Carmarthenshire',1),(1746,'763',702,NULL,0,NULL,'Ceredigion',1),(1747,'764',702,NULL,0,NULL,'Denbighshire',1),(1748,'765',702,NULL,0,NULL,'Flintshire',1),(1749,'766',702,NULL,0,NULL,'Glamorgan',1),(1750,'767',702,NULL,0,NULL,'Gwent',1),(1751,'768',702,NULL,0,NULL,'Gwynedd',1),(1752,'769',702,NULL,0,NULL,'Merionethshire',1),(1753,'770',702,NULL,0,NULL,'Monmouthshire',1),(1754,'771',702,NULL,0,NULL,'Mid Glamorgan',1),(1755,'772',702,NULL,0,NULL,'Montgomeryshire',1),(1756,'773',702,NULL,0,NULL,'Pembrokeshire',1),(1757,'774',702,NULL,0,NULL,'Powys',1),(1758,'775',702,NULL,0,NULL,'Radnorshire',1),(1759,'776',702,NULL,0,NULL,'South Glamorgan',1),(1760,'777',703,NULL,0,NULL,'Aberdeen, City of',1),(1761,'778',703,NULL,0,NULL,'Angus',1),(1762,'779',703,NULL,0,NULL,'Argyll',1),(1763,'780',703,NULL,0,NULL,'Ayrshire',1),(1764,'781',703,NULL,0,NULL,'Banffshire',1),(1765,'782',703,NULL,0,NULL,'Berwickshire',1),(1766,'783',703,NULL,0,NULL,'Bute',1),(1767,'784',703,NULL,0,NULL,'Caithness',1),(1768,'785',703,NULL,0,NULL,'Clackmannanshire',1),(1769,'786',703,NULL,0,NULL,'Dumfriesshire',1),(1770,'787',703,NULL,0,NULL,'Dumbartonshire',1),(1771,'788',703,NULL,0,NULL,'Dundee, City of',1),(1772,'789',703,NULL,0,NULL,'East Lothian',1),(1773,'790',703,NULL,0,NULL,'Fife',1),(1774,'791',703,NULL,0,NULL,'Inverness',1),(1775,'792',703,NULL,0,NULL,'Kincardineshire',1),(1776,'793',703,NULL,0,NULL,'Kinross-shire',1),(1777,'794',703,NULL,0,NULL,'Kirkcudbrightshire',1),(1778,'795',703,NULL,0,NULL,'Lanarkshire',1),(1779,'796',703,NULL,0,NULL,'Midlothian',1),(1780,'797',703,NULL,0,NULL,'Morayshire',1),(1781,'798',703,NULL,0,NULL,'Nairnshire',1),(1782,'799',703,NULL,0,NULL,'Orkney',1),(1783,'800',703,NULL,0,NULL,'Peebleshire',1),(1784,'801',703,NULL,0,NULL,'Perthshire',1),(1785,'802',703,NULL,0,NULL,'Renfrewshire',1),(1786,'803',703,NULL,0,NULL,'Ross & Cromarty',1),(1787,'804',703,NULL,0,NULL,'Roxburghshire',1),(1788,'805',703,NULL,0,NULL,'Selkirkshire',1),(1789,'806',703,NULL,0,NULL,'Shetland',1),(1790,'807',703,NULL,0,NULL,'Stirlingshire',1),(1791,'808',703,NULL,0,NULL,'Sutherland',1),(1792,'809',703,NULL,0,NULL,'West Lothian',1),(1793,'810',703,NULL,0,NULL,'Wigtownshire',1),(1794,'811',704,NULL,0,NULL,'Antrim',1),(1795,'812',704,NULL,0,NULL,'Armagh',1),(1796,'813',704,NULL,0,NULL,'Co. Down',1),(1797,'814',704,NULL,0,NULL,'Co. Fermanagh',1),(1798,'815',704,NULL,0,NULL,'Co. Londonderry',1),(1849,'GR',1701,NULL,NULL,NULL,'Groningen',1),(1850,'FR',1701,NULL,NULL,NULL,'Friesland',1),(1851,'DR',1701,NULL,NULL,NULL,'Drenthe',1),(1852,'OV',1701,NULL,NULL,NULL,'Overijssel',1),(1853,'GD',1701,NULL,NULL,NULL,'Gelderland',1),(1854,'FL',1701,NULL,NULL,NULL,'Flevoland',1),(1855,'UT',1701,NULL,NULL,NULL,'Utrecht',1),(1856,'NH',1701,NULL,NULL,NULL,'Noord-Holland',1),(1857,'ZH',1701,NULL,NULL,NULL,'Zuid-Holland',1),(1858,'ZL',1701,NULL,NULL,NULL,'Zeeland',1),(1859,'NB',1701,NULL,NULL,NULL,'Noord-Brabant',1),(1860,'LB',1701,NULL,NULL,NULL,'Limburg',1),(1900,'AC',5601,'ACRE',0,'AC','Acre',1),(1901,'AL',5601,'ALAGOAS',0,'AL','Alagoas',1),(1902,'AP',5601,'AMAPA',0,'AP','Amapá',1),(1903,'AM',5601,'AMAZONAS',0,'AM','Amazonas',1),(1904,'BA',5601,'BAHIA',0,'BA','Bahia',1),(1905,'CE',5601,'CEARA',0,'CE','Ceará',1),(1906,'ES',5601,'ESPIRITO SANTO',0,'ES','Espirito Santo',1),(1907,'GO',5601,'GOIAS',0,'GO','Goiás',1),(1908,'MA',5601,'MARANHAO',0,'MA','Maranhão',1),(1909,'MT',5601,'MATO GROSSO',0,'MT','Mato Grosso',1),(1910,'MS',5601,'MATO GROSSO DO SUL',0,'MS','Mato Grosso do Sul',1),(1911,'MG',5601,'MINAS GERAIS',0,'MG','Minas Gerais',1),(1912,'PA',5601,'PARA',0,'PA','Pará',1),(1913,'PB',5601,'PARAIBA',0,'PB','Paraiba',1),(1914,'PR',5601,'PARANA',0,'PR','Paraná',1),(1915,'PE',5601,'PERNAMBUCO',0,'PE','Pernambuco',1),(1916,'PI',5601,'PIAUI',0,'PI','Piauí',1),(1917,'RJ',5601,'RIO DE JANEIRO',0,'RJ','Rio de Janeiro',1),(1918,'RN',5601,'RIO GRANDE DO NORTE',0,'RN','Rio Grande do Norte',1),(1919,'RS',5601,'RIO GRANDE DO SUL',0,'RS','Rio Grande do Sul',1),(1920,'RO',5601,'RONDONIA',0,'RO','Rondônia',1),(1921,'RR',5601,'RORAIMA',0,'RR','Roraima',1),(1922,'SC',5601,'SANTA CATARINA',0,'SC','Santa Catarina',1),(1923,'SE',5601,'SERGIPE',0,'SE','Sergipe',1),(1924,'SP',5601,'SAO PAULO',0,'SP','Sao Paulo',1),(1925,'TO',5601,'TOCANTINS',0,'TO','Tocantins',1),(1926,'DF',5601,'DISTRITO FEDERAL',0,'DF','Distrito Federal',1),(1927,'001',5201,'',0,'','Belisario Boeto',1),(1928,'002',5201,'',0,'','Hernando Siles',1),(1929,'003',5201,'',0,'','Jaime Zudáñez',1),(1930,'004',5201,'',0,'','Juana Azurduy de Padilla',1),(1931,'005',5201,'',0,'','Luis Calvo',1),(1932,'006',5201,'',0,'','Nor Cinti',1),(1933,'007',5201,'',0,'','Oropeza',1),(1934,'008',5201,'',0,'','Sud Cinti',1),(1935,'009',5201,'',0,'','Tomina',1),(1936,'010',5201,'',0,'','Yamparáez',1),(1937,'011',5202,'',0,'','Abel Iturralde',1),(1938,'012',5202,'',0,'','Aroma',1),(1939,'013',5202,'',0,'','Bautista Saavedra',1),(1940,'014',5202,'',0,'','Caranavi',1),(1941,'015',5202,'',0,'','Eliodoro Camacho',1),(1942,'016',5202,'',0,'','Franz Tamayo',1),(1943,'017',5202,'',0,'','Gualberto Villarroel',1),(1944,'018',5202,'',0,'','Ingaví',1),(1945,'019',5202,'',0,'','Inquisivi',1),(1946,'020',5202,'',0,'','José Ramón Loayza',1),(1947,'021',5202,'',0,'','Larecaja',1),(1948,'022',5202,'',0,'','Los Andes (Bolivia)',1),(1949,'023',5202,'',0,'','Manco Kapac',1),(1950,'024',5202,'',0,'','Muñecas',1),(1951,'025',5202,'',0,'','Nor Yungas',1),(1952,'026',5202,'',0,'','Omasuyos',1),(1953,'027',5202,'',0,'','Pacajes',1),(1954,'028',5202,'',0,'','Pedro Domingo Murillo',1),(1955,'029',5202,'',0,'','Sud Yungas',1),(1956,'030',5202,'',0,'','General José Manuel Pando',1),(1957,'031',5203,'',0,'','Arani',1),(1958,'032',5203,'',0,'','Arque',1),(1959,'033',5203,'',0,'','Ayopaya',1),(1960,'034',5203,'',0,'','Bolívar (Bolivia)',1),(1961,'035',5203,'',0,'','Campero',1),(1962,'036',5203,'',0,'','Capinota',1),(1963,'037',5203,'',0,'','Cercado (Cochabamba)',1),(1964,'038',5203,'',0,'','Esteban Arze',1),(1965,'039',5203,'',0,'','Germán Jordán',1),(1966,'040',5203,'',0,'','José Carrasco',1),(1967,'041',5203,'',0,'','Mizque',1),(1968,'042',5203,'',0,'','Punata',1),(1969,'043',5203,'',0,'','Quillacollo',1),(1970,'044',5203,'',0,'','Tapacarí',1),(1971,'045',5203,'',0,'','Tiraque',1),(1972,'046',5203,'',0,'','Chapare',1),(1973,'047',5204,'',0,'','Carangas',1),(1974,'048',5204,'',0,'','Cercado (Oruro)',1),(1975,'049',5204,'',0,'','Eduardo Avaroa',1),(1976,'050',5204,'',0,'','Ladislao Cabrera',1),(1977,'051',5204,'',0,'','Litoral de Atacama',1),(1978,'052',5204,'',0,'','Mejillones',1),(1979,'053',5204,'',0,'','Nor Carangas',1),(1980,'054',5204,'',0,'','Pantaleón Dalence',1),(1981,'055',5204,'',0,'','Poopó',1),(1982,'056',5204,'',0,'','Sabaya',1),(1983,'057',5204,'',0,'','Sajama',1),(1984,'058',5204,'',0,'','San Pedro de Totora',1),(1985,'059',5204,'',0,'','Saucarí',1),(1986,'060',5204,'',0,'','Sebastián Pagador',1),(1987,'061',5204,'',0,'','Sud Carangas',1),(1988,'062',5204,'',0,'','Tomás Barrón',1),(1989,'063',5205,'',0,'','Alonso de Ibáñez',1),(1990,'064',5205,'',0,'','Antonio Quijarro',1),(1991,'065',5205,'',0,'','Bernardino Bilbao',1),(1992,'066',5205,'',0,'','Charcas (Potosí)',1),(1993,'067',5205,'',0,'','Chayanta',1),(1994,'068',5205,'',0,'','Cornelio Saavedra',1),(1995,'069',5205,'',0,'','Daniel Campos',1),(1996,'070',5205,'',0,'','Enrique Baldivieso',1),(1997,'071',5205,'',0,'','José María Linares',1),(1998,'072',5205,'',0,'','Modesto Omiste',1),(1999,'073',5205,'',0,'','Nor Chichas',1),(2000,'074',5205,'',0,'','Nor Lípez',1),(2001,'075',5205,'',0,'','Rafael Bustillo',1),(2002,'076',5205,'',0,'','Sud Chichas',1),(2003,'077',5205,'',0,'','Sud Lípez',1),(2004,'078',5205,'',0,'','Tomás Frías',1),(2005,'079',5206,'',0,'','Aniceto Arce',1),(2006,'080',5206,'',0,'','Burdet O\'Connor',1),(2007,'081',5206,'',0,'','Cercado (Tarija)',1),(2008,'082',5206,'',0,'','Eustaquio Méndez',1),(2009,'083',5206,'',0,'','José María Avilés',1),(2010,'084',5206,'',0,'','Gran Chaco',1),(2011,'085',5207,'',0,'','Andrés Ibáñez',1),(2012,'086',5207,'',0,'','Caballero',1),(2013,'087',5207,'',0,'','Chiquitos',1),(2014,'088',5207,'',0,'','Cordillera (Bolivia)',1),(2015,'089',5207,'',0,'','Florida',1),(2016,'090',5207,'',0,'','Germán Busch',1),(2017,'091',5207,'',0,'','Guarayos',1),(2018,'092',5207,'',0,'','Ichilo',1),(2019,'093',5207,'',0,'','Obispo Santistevan',1),(2020,'094',5207,'',0,'','Sara',1),(2021,'095',5207,'',0,'','Vallegrande',1),(2022,'096',5207,'',0,'','Velasco',1),(2023,'097',5207,'',0,'','Warnes',1),(2024,'098',5207,'',0,'','Ángel Sandóval',1),(2025,'099',5207,'',0,'','Ñuflo de Chaves',1),(2026,'100',5208,'',0,'','Cercado (Beni)',1),(2027,'101',5208,'',0,'','Iténez',1),(2028,'102',5208,'',0,'','Mamoré',1),(2029,'103',5208,'',0,'','Marbán',1),(2030,'104',5208,'',0,'','Moxos',1),(2031,'105',5208,'',0,'','Vaca Díez',1),(2032,'106',5208,'',0,'','Yacuma',1),(2033,'107',5208,'',0,'','General José Ballivián Segurola',1),(2034,'108',5209,'',0,'','Abuná',1),(2035,'109',5209,'',0,'','Madre de Dios',1),(2036,'110',5209,'',0,'','Manuripi',1),(2037,'111',5209,'',0,'','Nicolás Suárez',1),(2038,'112',5209,'',0,'','General Federico Román',1),(2039,'B',4101,NULL,NULL,'BURGENLAND','Burgenland',1),(2040,'K',4101,NULL,NULL,'KAERNTEN','Kärnten',1),(2041,'N',4101,NULL,NULL,'NIEDEROESTERREICH','Niederösterreich',1),(2042,'O',4101,NULL,NULL,'OBEROESTERREICH','Oberösterreich',1),(2043,'S',4101,NULL,NULL,'SALZBURG','Salzburg',1),(2044,'ST',4101,NULL,NULL,'STEIERMARK','Steiermark',1),(2045,'T',4101,NULL,NULL,'TIROL','Tirol',1),(2046,'V',4101,NULL,NULL,'VORARLBERG','Vorarlberg',1),(2047,'W',4101,NULL,NULL,'WIEN','Wien',1),(2048,'2326',2305,'',0,'MISIONES','Misiones',1),(2049,'PA-1',17801,'',0,'','Bocas del Toro',1),(2050,'PA-2',17801,'',0,'','Coclé',1),(2051,'PA-3',17801,'',0,'','Colón',1),(2052,'PA-4',17801,'',0,'','Chiriquí',1),(2053,'PA-5',17801,'',0,'','Darién',1),(2054,'PA-6',17801,'',0,'','Herrera',1),(2055,'PA-7',17801,'',0,'','Los Santos',1),(2056,'PA-8',17801,'',0,'','Panamá',1),(2057,'PA-9',17801,'',0,'','Veraguas',1),(2058,'PA-13',17801,'',0,'','Panamá Oeste',1),(2059,'AE-1',22701,'',0,'','Abu Dhabi',1),(2060,'AE-2',22701,'',0,'','Dubai',1),(2061,'AE-3',22701,'',0,'','Ajman',1),(2062,'AE-4',22701,'',0,'','Fujairah',1),(2063,'AE-5',22701,'',0,'','Ras al-Khaimah',1),(2064,'AE-6',22701,'',0,'','Sharjah',1),(2065,'AE-7',22701,'',0,'','Umm al-Quwain',1),(2066,'BA',11801,NULL,0,'BA','Bali',1),(2067,'BB',11801,NULL,0,'BB','Bangka Belitung',1),(2068,'BT',11801,NULL,0,'BT','Banten',1),(2069,'BE',11801,NULL,0,'BA','Bengkulu',1),(2070,'YO',11801,NULL,0,'YO','DI Yogyakarta',1),(2071,'JK',11801,NULL,0,'JK','DKI Jakarta',1),(2072,'GO',11801,NULL,0,'GO','Gorontalo',1),(2073,'JA',11801,NULL,0,'JA','Jambi',1),(2074,'JB',11801,NULL,0,'JB','Jawa Barat',1),(2075,'JT',11801,NULL,0,'JT','Jawa Tengah',1),(2076,'JI',11801,NULL,0,'JI','Jawa Timur',1),(2077,'KB',11801,NULL,0,'KB','Kalimantan Barat',1),(2078,'KS',11801,NULL,0,'KS','Kalimantan Selatan',1),(2079,'KT',11801,NULL,0,'KT','Kalimantan Tengah',1),(2080,'KI',11801,NULL,0,'KI','Kalimantan Timur',1),(2081,'KU',11801,NULL,0,'KU','Kalimantan Utara',1),(2082,'KR',11801,NULL,0,'KR','Kepulauan Riau',1),(2083,'LA',11801,NULL,0,'LA','Lampung',1),(2084,'MA',11801,NULL,0,'MA','Maluku',1),(2085,'MU',11801,NULL,0,'MU','Maluku Utara',1),(2086,'AC',11801,NULL,0,'AC','Nanggroe Aceh Darussalam',1),(2087,'NB',11801,NULL,0,'NB','Nusa Tenggara Barat',1),(2088,'NT',11801,NULL,0,'NT','Nusa Tenggara Timur',1),(2089,'PA',11801,NULL,0,'PA','Papua',1),(2090,'PB',11801,NULL,0,'PB','Papua Barat',1),(2091,'RI',11801,NULL,0,'RI','Riau',1),(2092,'SR',11801,NULL,0,'SR','Sulawesi Barat',1),(2093,'SN',11801,NULL,0,'SN','Sulawesi Selatan',1),(2094,'ST',11801,NULL,0,'ST','Sulawesi Tengah',1),(2095,'SG',11801,NULL,0,'SG','Sulawesi Tenggara',1),(2096,'SA',11801,NULL,0,'SA','Sulawesi Utara',1),(2097,'SB',11801,NULL,0,'SB','Sumatera Barat',1),(2098,'SS',11801,NULL,0,'SS','Sumatera Selatan',1),(2099,'SU',11801,NULL,0,'SU','Sumatera Utara	',1);
      +/*!40000 ALTER TABLE `llx_c_departements` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ecotaxe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ecotaxe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ecotaxe` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `organization` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_ecotaxe` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ecotaxe`
      +--
      +
      +LOCK TABLES `llx_c_ecotaxe` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ecotaxe` DISABLE KEYS */;
      +INSERT INTO `llx_c_ecotaxe` VALUES (1,'ER-A-A','Materiels electriques < 0,2kg',0.01000000,'ERP',1,1),(2,'ER-A-B','Materiels electriques >= 0,2 kg et < 0,5 kg',0.03000000,'ERP',1,1),(3,'ER-A-C','Materiels electriques >= 0,5 kg et < 1 kg',0.04000000,'ERP',1,1),(4,'ER-A-D','Materiels electriques >= 1 kg et < 2 kg',0.13000000,'ERP',1,1),(5,'ER-A-E','Materiels electriques >= 2 kg et < 4kg',0.21000000,'ERP',1,1),(6,'ER-A-F','Materiels electriques >= 4 kg et < 8 kg',0.42000000,'ERP',1,1),(7,'ER-A-G','Materiels electriques >= 8 kg et < 15 kg',0.84000000,'ERP',1,1),(8,'ER-A-H','Materiels electriques >= 15 kg et < 20 kg',1.25000000,'ERP',1,1),(9,'ER-A-I','Materiels electriques >= 20 kg et < 30 kg',1.88000000,'ERP',1,1),(10,'ER-A-J','Materiels electriques >= 30 kg',3.34000000,'ERP',1,1),(11,'ER-M-1','TV, Moniteurs < 9kg',0.84000000,'ERP',1,1),(12,'ER-M-2','TV, Moniteurs >= 9kg et < 15kg',1.67000000,'ERP',1,1),(13,'ER-M-3','TV, Moniteurs >= 15kg et < 30kg',3.34000000,'ERP',1,1),(14,'ER-M-4','TV, Moniteurs >= 30 kg',6.69000000,'ERP',1,1),(15,'EC-A-A','Materiels electriques  0,2 kg max',0.00840000,'Ecologic',1,1),(16,'EC-A-B','Materiels electriques 0,21 kg min - 0,50 kg max',0.02500000,'Ecologic',1,1),(17,'EC-A-C','Materiels electriques  0,51 kg min - 1 kg max',0.04000000,'Ecologic',1,1),(18,'EC-A-D','Materiels electriques  1,01 kg min - 2,5 kg max',0.13000000,'Ecologic',1,1),(19,'EC-A-E','Materiels electriques  2,51 kg min - 4 kg max',0.21000000,'Ecologic',1,1),(20,'EC-A-F','Materiels electriques 4,01 kg min - 8 kg max',0.42000000,'Ecologic',1,1),(21,'EC-A-G','Materiels electriques  8,01 kg min - 12 kg max',0.63000000,'Ecologic',1,1),(22,'EC-A-H','Materiels electriques 12,01 kg min - 20 kg max',1.05000000,'Ecologic',1,1),(23,'EC-A-I','Materiels electriques  20,01 kg min',1.88000000,'Ecologic',1,1),(24,'EC-M-1','TV, Moniteurs 9 kg max',0.84000000,'Ecologic',1,1),(25,'EC-M-2','TV, Moniteurs 9,01 kg min - 18 kg max',1.67000000,'Ecologic',1,1),(26,'EC-M-3','TV, Moniteurs 18,01 kg min - 36 kg max',3.34000000,'Ecologic',1,1),(27,'EC-M-4','TV, Moniteurs 36,01 kg min',6.69000000,'Ecologic',1,1),(28,'ES-M-1','TV, Moniteurs <= 20 pouces',0.84000000,'Eco-systemes',1,1),(29,'ES-M-2','TV, Moniteurs > 20 pouces et <= 32 pouces',3.34000000,'Eco-systemes',1,1),(30,'ES-M-3','TV, Moniteurs > 32 pouces et autres grands ecrans',6.69000000,'Eco-systemes',1,1),(31,'ES-A-A','Ordinateur fixe, Audio home systems (HIFI), elements hifi separes',0.84000000,'Eco-systemes',1,1),(32,'ES-A-B','Ordinateur portable, CD-RCR, VCR, lecteurs et enregistreurs DVD, instruments de musique et caisses de resonance, haut parleurs...',0.25000000,'Eco-systemes',1,1),(33,'ES-A-C','Imprimante, photocopieur, telecopieur',0.42000000,'Eco-systemes',1,1),(34,'ES-A-D','Accessoires, clavier, souris, PDA, imprimante photo, appareil photo, gps, telephone, repondeur, telephone sans fil, modem, telecommande, casque, camescope, baladeur mp3, radio portable, radio K7 et CD portable, radio reveil',0.08400000,'Eco-systemes',1,1),(35,'ES-A-E','GSM',0.00840000,'Eco-systemes',1,1),(36,'ES-A-F','Jouets et equipements de loisirs et de sports < 0,5 kg',0.04200000,'Eco-systemes',1,1),(37,'ES-A-G','Jouets et equipements de loisirs et de sports > 0,5 kg',0.17000000,'Eco-systemes',1,1),(38,'ES-A-H','Jouets et equipements de loisirs et de sports > 10 kg',1.25000000,'Eco-systemes',1,1);
      +/*!40000 ALTER TABLE `llx_c_ecotaxe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_effectif`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_effectif`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_effectif` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_effectif` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_effectif`
      +--
      +
      +LOCK TABLES `llx_c_effectif` WRITE;
      +/*!40000 ALTER TABLE `llx_c_effectif` DISABLE KEYS */;
      +INSERT INTO `llx_c_effectif` VALUES (0,'EF0','-',1,NULL),(1,'EF1-5','1 - 5',1,NULL),(2,'EF6-10','6 - 10',1,NULL),(3,'EF11-50','11 - 50',1,NULL),(4,'EF51-100','51 - 100',1,NULL),(5,'EF100-500','100 - 500',1,NULL),(6,'EF500-','> 500',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_effectif` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_email_senderprofile`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_email_senderprofile`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_email_senderprofile` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `private` smallint(6) NOT NULL DEFAULT '0',
      +  `date_creation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `signature` text COLLATE utf8_unicode_ci,
      +  `position` smallint(6) DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_email_senderprofile` (`entity`,`label`,`email`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_email_senderprofile`
      +--
      +
      +LOCK TABLES `llx_c_email_senderprofile` WRITE;
      +/*!40000 ALTER TABLE `llx_c_email_senderprofile` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_email_senderprofile` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_email_templates`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_email_templates`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_email_templates` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type_template` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `private` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `topic` text COLLATE utf8_unicode_ci,
      +  `content` mediumtext COLLATE utf8_unicode_ci,
      +  `content_lines` text COLLATE utf8_unicode_ci,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `joinfiles` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_email_templates` (`entity`,`label`,`lang`),
      +  KEY `idx_type` (`type_template`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_email_templates`
      +--
      +
      +LOCK TABLES `llx_c_email_templates` WRITE;
      +/*!40000 ALTER TABLE `llx_c_email_templates` DISABLE KEYS */;
      +INSERT INTO `llx_c_email_templates` VALUES (1,1,NULL,'propal_send','',1,NULL,NULL,'2018-01-19 11:17:48','ggg',1,1,'gg','gggfff',NULL,'1','1'),(2,0,'adherent','member','',0,NULL,NULL,'2018-01-19 11:17:48','(SendAnEMailToMember)',1,1,'__(CardContent)__','__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','1'),(3,0,'banque','thirdparty','',0,NULL,NULL,'2018-01-19 11:17:48','(YourSEPAMandate)',1,0,'__(YourSEPAMandate)__','__(Hello)__,<br><br>\n\n__(FindYourSEPAMandate)__ :<br>\n__MYCOMPANY_NAME__<br>\n__MYCOMPANY_FULLADDRESS__<br><br>\n__(Sincerely)__<br>\n__USER_SIGNATURE__',NULL,'1','1'),(6,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnAutoSubscription)',10,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipRequestWasReceived)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipRequestWasReceived)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(7,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnMemberValidation)',20,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasValidated)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourMembershipWasValidated)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(8,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnNewSubscription)',30,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourSubscriptionWasRecorded)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfYourSubscriptionWasRecorded)__<br>\n\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','1'),(9,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingReminderForExpiredSubscription)',40,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(SubscriptionReminderEmail)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(ThisIsContentOfSubscriptionReminderEmail)__<br>\n<br>__ONLINE_PAYMENT_TEXT_AND_URL__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(10,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingEmailOnCancelation)',50,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(YourMembershipWasCanceled)__','__(Hello)__ __MEMBER_FULLNAME__,<br><br>\n\n__(YourMembershipWasCanceled)__<br>\n<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0'),(11,0,'adherent','member','',0,NULL,NULL,'2018-11-23 11:56:08','(SendingAnEMailToMember)',60,1,'[__[MAIN_INFO_SOCIETE_NOM]__] __(CardContent)__','__(Hello)__,<br><br>\n\n__(ThisIsContentOfYourCard)__<br>\n__(ID)__ : __ID__<br>\n__(Civiliyty)__ : __MEMBER_CIVILITY__<br>\n__(Firstname)__ : __MEMBER_FIRSTNAME__<br>\n__(Lastname)__ : __MEMBER_LASTNAME__<br>\n__(Fullname)__ : __MEMBER_FULLNAME__<br>\n__(Company)__ : __MEMBER_COMPANY__<br>\n__(Address)__ : __MEMBER_ADDRESS__<br>\n__(Zip)__ : __MEMBER_ZIP__<br>\n__(Town)__ : __MEMBER_TOWN__<br>\n__(Country)__ : __MEMBER_COUNTRY__<br>\n__(Email)__ : __MEMBER_EMAIL__<br>\n__(Birthday)__ : __MEMBER_BIRTH__<br>\n__(Photo)__ : __MEMBER_PHOTO__<br>\n__(Login)__ : __MEMBER_LOGIN__<br>\n__(Password)__ : __MEMBER_PASSWORD__<br>\n__(Phone)__ : __MEMBER_PHONE__<br>\n__(PhonePerso)__ : __MEMBER_PHONEPRO__<br>\n__(PhoneMobile)__ : __MEMBER_PHONEMOBILE__<br><br>\n__(Sincerely)__<br>__USER_SIGNATURE__',NULL,'1','0');
      +/*!40000 ALTER TABLE `llx_c_email_templates` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_exp_tax_cat`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_exp_tax_cat`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_exp_tax_cat` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(48) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `active` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_exp_tax_cat`
      +--
      +
      +LOCK TABLES `llx_c_exp_tax_cat` WRITE;
      +/*!40000 ALTER TABLE `llx_c_exp_tax_cat` DISABLE KEYS */;
      +INSERT INTO `llx_c_exp_tax_cat` VALUES (1,'ExpAutoCat',1,0),(2,'ExpCycloCat',1,0),(3,'ExpMotoCat',1,0),(4,'ExpAuto3CV',1,1),(5,'ExpAuto4CV',1,1),(6,'ExpAuto5CV',1,1),(7,'ExpAuto6CV',1,1),(8,'ExpAuto7CV',1,1),(9,'ExpAuto8CV',1,1),(10,'ExpAuto9CV',1,0),(11,'ExpAuto10CV',1,0),(12,'ExpAuto11CV',1,0),(13,'ExpAuto12CV',1,0),(14,'ExpAuto3PCV',1,0),(15,'ExpAuto4PCV',1,0),(16,'ExpAuto5PCV',1,0),(17,'ExpAuto6PCV',1,0),(18,'ExpAuto7PCV',1,0),(19,'ExpAuto8PCV',1,0),(20,'ExpAuto9PCV',1,0),(21,'ExpAuto10PCV',1,0),(22,'ExpAuto11PCV',1,0),(23,'ExpAuto12PCV',1,0),(24,'ExpAuto13PCV',1,0),(25,'ExpCyclo',1,0),(26,'ExpMoto12CV',1,0),(27,'ExpMoto345CV',1,0),(28,'ExpMoto5PCV',1,0);
      +/*!40000 ALTER TABLE `llx_c_exp_tax_cat` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_exp_tax_range`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_exp_tax_range`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_exp_tax_range` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_c_exp_tax_cat` int(11) NOT NULL DEFAULT '1',
      +  `range_ik` double NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `active` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_exp_tax_range`
      +--
      +
      +LOCK TABLES `llx_c_exp_tax_range` WRITE;
      +/*!40000 ALTER TABLE `llx_c_exp_tax_range` DISABLE KEYS */;
      +INSERT INTO `llx_c_exp_tax_range` VALUES (1,4,0,1,1),(2,4,5000,1,1),(3,4,20000,1,1),(4,5,0,1,1),(5,5,5000,1,1),(6,5,20000,1,1),(7,6,0,1,1),(8,6,5000,1,1),(9,6,20000,1,1),(10,7,0,1,1),(11,7,5000,1,1),(12,7,20000,1,1),(13,8,0,1,1),(14,8,5000,1,1),(15,8,20000,1,1);
      +/*!40000 ALTER TABLE `llx_c_exp_tax_range` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_field_list`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_field_list`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_field_list` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `element` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `alias` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `title` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `align` varchar(6) COLLATE utf8_unicode_ci DEFAULT 'left',
      +  `sort` tinyint(4) NOT NULL DEFAULT '1',
      +  `search` tinyint(4) NOT NULL DEFAULT '0',
      +  `visible` tinyint(4) NOT NULL DEFAULT '1',
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_field_list`
      +--
      +
      +LOCK TABLES `llx_c_field_list` WRITE;
      +/*!40000 ALTER TABLE `llx_c_field_list` DISABLE KEYS */;
      +INSERT INTO `llx_c_field_list` VALUES (1,'2011-02-06 11:18:30','product_default',1,'p.ref','ref','Ref','left',1,1,1,'1',1),(2,'2011-02-06 11:18:30','product_default',1,'p.label','label','Label','left',1,1,1,'1',2),(3,'2011-02-06 11:18:30','product_default',1,'p.barcode','barcode','BarCode','center',1,1,1,'$conf->barcode->enabled',3),(4,'2011-02-06 11:18:30','product_default',1,'p.tms','datem','DateModification','center',1,0,1,'1',4),(5,'2011-02-06 11:18:30','product_default',1,'p.price','price','SellingPriceHT','right',1,0,1,'1',5),(6,'2011-02-06 11:18:30','product_default',1,'p.price_ttc','price_ttc','SellingPriceTTC','right',1,0,1,'1',6),(7,'2011-02-06 11:18:30','product_default',1,'p.stock','stock','Stock','right',0,0,1,'$conf->stock->enabled',7),(8,'2011-02-06 11:18:30','product_default',1,'p.envente','status','Status','right',1,0,1,'1',8);
      +/*!40000 ALTER TABLE `llx_c_field_list` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_format_cards`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_format_cards`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_format_cards` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `paper_size` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `orientation` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  `metric` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `leftmargin` double(24,8) NOT NULL,
      +  `topmargin` double(24,8) NOT NULL,
      +  `nx` int(11) NOT NULL,
      +  `ny` int(11) NOT NULL,
      +  `spacex` double(24,8) NOT NULL,
      +  `spacey` double(24,8) NOT NULL,
      +  `width` double(24,8) NOT NULL,
      +  `height` double(24,8) NOT NULL,
      +  `font_size` int(11) NOT NULL,
      +  `custom_x` double(24,8) NOT NULL,
      +  `custom_y` double(24,8) NOT NULL,
      +  `active` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_format_cards`
      +--
      +
      +LOCK TABLES `llx_c_format_cards` WRITE;
      +/*!40000 ALTER TABLE `llx_c_format_cards` DISABLE KEYS */;
      +INSERT INTO `llx_c_format_cards` VALUES (1,'5160','Avery-5160, WL-875WX','letter','P','mm',5.58165000,12.70000000,3,10,3.55600000,0.00000000,65.87490000,25.40000000,7,0.00000000,0.00000000,1),(2,'5161','Avery-5161, WL-75WX','letter','P','mm',4.44500000,12.70000000,2,10,3.96800000,0.00000000,101.60000000,25.40000000,7,0.00000000,0.00000000,1),(3,'5162','Avery-5162, WL-100WX','letter','P','mm',3.87350000,22.35200000,2,7,4.95400000,0.00000000,101.60000000,33.78100000,8,0.00000000,0.00000000,1),(4,'5163','Avery-5163, WL-125WX','letter','P','mm',4.57200000,12.70000000,2,5,3.55600000,0.00000000,101.60000000,50.80000000,10,0.00000000,0.00000000,1),(5,'5164','5164 (Letter)','letter','P','in',0.14800000,0.50000000,2,3,0.20310000,0.00000000,4.00000000,3.33000000,12,0.00000000,0.00000000,0),(6,'8600','Avery-8600','letter','P','mm',7.10000000,19.00000000,3,10,9.50000000,3.10000000,66.60000000,25.40000000,7,0.00000000,0.00000000,1),(7,'99012','DYMO 99012 89*36mm','custom','L','mm',1.00000000,1.00000000,1,1,0.00000000,0.00000000,36.00000000,89.00000000,10,36.00000000,89.00000000,1),(8,'99014','DYMO 99014 101*54mm','custom','L','mm',1.00000000,1.00000000,1,1,0.00000000,0.00000000,54.00000000,101.00000000,10,54.00000000,101.00000000,1),(9,'AVERYC32010','Avery-C32010','A4','P','mm',15.00000000,13.00000000,2,5,10.00000000,0.00000000,85.00000000,54.00000000,10,0.00000000,0.00000000,1),(10,'CARD','Dolibarr Business cards','A4','P','mm',15.00000000,15.00000000,2,5,0.00000000,0.00000000,85.00000000,54.00000000,10,0.00000000,0.00000000,1),(11,'L7163','Avery-L7163','A4','P','mm',5.00000000,15.00000000,2,7,2.50000000,0.00000000,99.10000000,38.10000000,8,0.00000000,0.00000000,1);
      +/*!40000 ALTER TABLE `llx_c_format_cards` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_forme_juridique`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_forme_juridique`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_forme_juridique` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` int(11) NOT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `isvatexempted` tinyint(4) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_forme_juridique` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=100230 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_forme_juridique`
      +--
      +
      +LOCK TABLES `llx_c_forme_juridique` WRITE;
      +/*!40000 ALTER TABLE `llx_c_forme_juridique` DISABLE KEYS */;
      +INSERT INTO `llx_c_forme_juridique` VALUES (100001,100001,1,'Etudiant',0,0,'cabinetmed',0),(100002,100002,1,'Retraité',0,0,'cabinetmed',0),(100003,100003,1,'Artisan',0,0,'cabinetmed',0),(100004,100004,1,'Femme de ménage',0,0,'cabinetmed',0),(100005,100005,1,'Professeur',0,0,'cabinetmed',0),(100006,100006,1,'Profession libérale',0,0,'cabinetmed',0),(100007,100007,1,'Informaticien',0,0,'cabinetmed',0),(100009,0,0,'-',0,1,NULL,0),(100010,2301,23,'Monotributista',0,1,NULL,0),(100011,2302,23,'Sociedad Civil',0,1,NULL,0),(100012,2303,23,'Sociedades Comerciales',0,1,NULL,0),(100013,2304,23,'Sociedades de Hecho',0,1,NULL,0),(100014,2305,23,'Sociedades Irregulares',0,1,NULL,0),(100015,2306,23,'Sociedad Colectiva',0,1,NULL,0),(100016,2307,23,'Sociedad en Comandita Simple',0,1,NULL,0),(100017,2308,23,'Sociedad de Capital e Industria',0,1,NULL,0),(100018,2309,23,'Sociedad Accidental o en participación',0,1,NULL,0),(100019,2310,23,'Sociedad de Responsabilidad Limitada',0,1,NULL,0),(100020,2311,23,'Sociedad Anónima',0,1,NULL,0),(100021,2312,23,'Sociedad Anónima con Participación Estatal Mayoritaria',0,1,NULL,0),(100022,2313,23,'Sociedad en Comandita por Acciones (arts. 315 a 324, LSC)',0,1,NULL,0),(100023,11,1,'Artisan Commerçant (EI)',0,1,NULL,0),(100024,12,1,'Commerçant (EI)',0,1,NULL,0),(100025,13,1,'Artisan (EI)',0,1,NULL,0),(100026,14,1,'Officier public ou ministériel',0,1,NULL,0),(100027,15,1,'Profession libérale (EI)',0,1,NULL,0),(100028,16,1,'Exploitant agricole',0,1,NULL,0),(100029,17,1,'Agent commercial',0,1,NULL,0),(100030,18,1,'Associé Gérant de société',0,1,NULL,0),(100031,19,1,'Personne physique',0,1,NULL,0),(100032,21,1,'Indivision',0,1,NULL,0),(100033,22,1,'Société créée de fait',0,1,NULL,0),(100034,23,1,'Société en participation',0,1,NULL,0),(100035,27,1,'Paroisse hors zone concordataire',0,1,NULL,0),(100036,29,1,'Groupement de droit privé non doté de la personnalité morale',0,1,NULL,0),(100037,31,1,'Personne morale de droit étranger, immatriculée au RCS',0,1,NULL,0),(100038,32,1,'Personne morale de droit étranger, non immatriculée au RCS',0,1,NULL,0),(100039,35,1,'Régime auto-entrepreneur',0,1,NULL,0),(100040,41,1,'Etablissement public ou régie à caractère industriel ou commercial',0,1,NULL,0),(100041,51,1,'Société coopérative commerciale particulière',0,1,NULL,0),(100042,52,1,'Société en nom collectif',0,1,NULL,0),(100043,53,1,'Société en commandite',0,1,NULL,0),(100044,54,1,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100045,55,1,'Société anonyme à conseil d administration',0,1,NULL,0),(100046,56,1,'Société anonyme à directoire',0,1,NULL,0),(100047,57,1,'Société par actions simplifiée (SAS)',0,1,NULL,0),(100048,58,1,'Entreprise Unipersonnelle à Responsabilité Limitée (EURL)',0,1,NULL,0),(100049,59,1,'Société par actions simplifiée unipersonnelle (SASU)',0,1,NULL,0),(100050,60,1,'Entreprise Individuelle à Responsabilité Limitée (EIRL)',0,1,NULL,0),(100051,61,1,'Caisse d\'épargne et de prévoyance',0,1,NULL,0),(100052,62,1,'Groupement d\'intérêt économique (GIE)',0,1,NULL,0),(100053,63,1,'Société coopérative agricole',0,1,NULL,0),(100054,64,1,'Société non commerciale d assurances',0,1,NULL,0),(100055,65,1,'Société civile',0,1,NULL,0),(100056,69,1,'Personnes de droit privé inscrites au RCS',0,1,NULL,0),(100057,71,1,'Administration de l état',0,1,NULL,0),(100058,72,1,'Collectivité territoriale',0,1,NULL,0),(100059,73,1,'Etablissement public administratif',0,1,NULL,0),(100060,74,1,'Personne morale de droit public administratif',0,1,NULL,0),(100061,81,1,'Organisme gérant régime de protection social à adhésion obligatoire',0,1,NULL,0),(100062,82,1,'Organisme mutualiste',0,1,NULL,0),(100063,83,1,'Comité d entreprise',0,1,NULL,0),(100064,84,1,'Organisme professionnel',0,1,NULL,0),(100065,85,1,'Organisme de retraite à adhésion non obligatoire',0,1,NULL,0),(100066,91,1,'Syndicat de propriétaires',0,1,NULL,0),(100067,92,1,'Association loi 1901 ou assimilé',0,1,NULL,0),(100068,93,1,'Fondation',0,1,NULL,0),(100069,99,1,'Personne morale de droit privé',0,1,NULL,0),(100070,200,2,'Indépendant',0,1,NULL,0),(100071,201,2,'SPRL - Société à responsabilité limitée',0,1,NULL,0),(100072,202,2,'SA   - Société Anonyme',0,1,NULL,0),(100073,203,2,'SCRL - Société coopérative à responsabilité limitée',0,1,NULL,0),(100074,204,2,'ASBL - Association sans but Lucratif',0,1,NULL,0),(100075,205,2,'SCRI - Société coopérative à responsabilité illimitée',0,1,NULL,0),(100076,206,2,'SCS  - Société en commandite simple',0,1,NULL,0),(100077,207,2,'SCA  - Société en commandite par action',0,1,NULL,0),(100078,208,2,'SNC  - Société en nom collectif',0,1,NULL,0),(100079,209,2,'GIE  - Groupement d intérêt économique',0,1,NULL,0),(100080,210,2,'GEIE - Groupement européen d intérêt économique',0,1,NULL,0),(100081,220,2,'Eenmanszaak',0,1,NULL,0),(100082,221,2,'BVBA - Besloten vennootschap met beperkte aansprakelijkheid',0,1,NULL,0),(100083,222,2,'NV   - Naamloze Vennootschap',0,1,NULL,0),(100084,223,2,'CVBA - Coöperatieve vennootschap met beperkte aansprakelijkheid',0,1,NULL,0),(100085,224,2,'VZW  - Vereniging zonder winstoogmerk',0,1,NULL,0),(100086,225,2,'CVOA - Coöperatieve vennootschap met onbeperkte aansprakelijkheid ',0,1,NULL,0),(100087,226,2,'GCV  - Gewone commanditaire vennootschap',0,1,NULL,0),(100088,227,2,'Comm.VA - Commanditaire vennootschap op aandelen',0,1,NULL,0),(100089,228,2,'VOF  - Vennootschap onder firma',0,1,NULL,0),(100090,229,2,'VS0  - Vennootschap met sociaal oogmerk',0,1,NULL,0),(100091,500,5,'GmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100092,501,5,'AG - Aktiengesellschaft ',0,1,NULL,0),(100093,502,5,'GmbH&Co. KG - Gesellschaft mit beschränkter Haftung & Compagnie Kommanditgesellschaft',0,1,NULL,0),(100094,503,5,'Gewerbe - Personengesellschaft',0,1,NULL,0),(100095,504,5,'UG - Unternehmergesellschaft -haftungsbeschränkt-',0,1,NULL,0),(100096,505,5,'GbR - Gesellschaft des bürgerlichen Rechts',0,1,NULL,0),(100097,506,5,'KG - Kommanditgesellschaft',0,1,NULL,0),(100098,507,5,'Ltd. - Limited Company',0,1,NULL,0),(100099,508,5,'OHG - Offene Handelsgesellschaft',0,1,NULL,0),(100100,10201,102,'Ατομική επιχείρηση',0,1,NULL,0),(100101,10202,102,'Εταιρική  επιχείρηση',0,1,NULL,0),(100102,10203,102,'Ομόρρυθμη Εταιρεία Ο.Ε',0,1,NULL,0),(100103,10204,102,'Ετερόρρυθμη Εταιρεία Ε.Ε',0,1,NULL,0),(100104,10205,102,'Εταιρεία Περιορισμένης Ευθύνης Ε.Π.Ε',0,1,NULL,0),(100105,10206,102,'Ανώνυμη Εταιρεία Α.Ε',0,1,NULL,0),(100106,10207,102,'Ανώνυμη ναυτιλιακή εταιρεία Α.Ν.Ε',0,1,NULL,0),(100107,10208,102,'Συνεταιρισμός',0,1,NULL,0),(100108,10209,102,'Συμπλοιοκτησία',0,1,NULL,0),(100109,301,3,'Società semplice',0,1,NULL,0),(100110,302,3,'Società in nome collettivo s.n.c.',0,1,NULL,0),(100111,303,3,'Società in accomandita semplice s.a.s.',0,1,NULL,0),(100112,304,3,'Società per azioni s.p.a.',0,1,NULL,0),(100113,305,3,'Società a responsabilità limitata s.r.l.',0,1,NULL,0),(100114,306,3,'Società in accomandita per azioni s.a.p.a.',0,1,NULL,0),(100115,307,3,'Società cooperativa a r.l.',0,1,NULL,0),(100116,308,3,'Società consortile',0,1,NULL,0),(100117,309,3,'Società europea',0,1,NULL,0),(100118,310,3,'Società cooperativa europea',0,1,NULL,0),(100119,311,3,'Società unipersonale',0,1,NULL,0),(100120,312,3,'Società di professionisti',0,1,NULL,0),(100121,313,3,'Società di fatto',0,1,NULL,0),(100122,315,3,'Società apparente',0,1,NULL,0),(100123,316,3,'Impresa individuale ',0,1,NULL,0),(100124,317,3,'Impresa coniugale',0,1,NULL,0),(100125,318,3,'Impresa familiare',0,1,NULL,0),(100126,319,3,'Consorzio cooperativo',0,1,NULL,0),(100127,320,3,'Società cooperativa sociale',0,1,NULL,0),(100128,321,3,'Società cooperativa di consumo',0,1,NULL,0),(100129,322,3,'Società cooperativa agricola',0,1,NULL,0),(100130,323,3,'A.T.I. Associazione temporanea di imprese',0,1,NULL,0),(100131,324,3,'R.T.I. Raggruppamento temporaneo di imprese',0,1,NULL,0),(100132,325,3,'Studio associato',0,1,NULL,0),(100133,600,6,'Raison Individuelle',0,1,NULL,0),(100134,601,6,'Société Simple',0,1,NULL,0),(100135,602,6,'Société en nom collectif',0,1,NULL,0),(100136,603,6,'Société en commandite',0,1,NULL,0),(100137,604,6,'Société anonyme (SA)',0,1,NULL,0),(100138,605,6,'Société en commandite par actions',0,1,NULL,0),(100139,606,6,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100140,607,6,'Société coopérative',0,1,NULL,0),(100141,608,6,'Association',0,1,NULL,0),(100142,609,6,'Fondation',0,1,NULL,0),(100143,700,7,'Sole Trader',0,1,NULL,0),(100144,701,7,'Partnership',0,1,NULL,0),(100145,702,7,'Private Limited Company by shares (LTD)',0,1,NULL,0),(100146,703,7,'Public Limited Company',0,1,NULL,0),(100147,704,7,'Workers Cooperative',0,1,NULL,0),(100148,705,7,'Limited Liability Partnership',0,1,NULL,0),(100149,706,7,'Franchise',0,1,NULL,0),(100150,1000,10,'Société à responsabilité limitée (SARL)',0,1,NULL,0),(100151,1001,10,'Société en Nom Collectif (SNC)',0,1,NULL,0),(100152,1002,10,'Société en Commandite Simple (SCS)',0,1,NULL,0),(100153,1003,10,'société en participation',0,1,NULL,0),(100154,1004,10,'Société Anonyme (SA)',0,1,NULL,0),(100155,1005,10,'Société Unipersonnelle à Responsabilité Limitée (SUARL)',0,1,NULL,0),(100156,1006,10,'Groupement d\'intérêt économique (GEI)',0,1,NULL,0),(100157,1007,10,'Groupe de sociétés',0,1,NULL,0),(100158,1701,17,'Eenmanszaak',0,1,NULL,0),(100159,1702,17,'Maatschap',0,1,NULL,0),(100160,1703,17,'Vennootschap onder firma',0,1,NULL,0),(100161,1704,17,'Commanditaire vennootschap',0,1,NULL,0),(100162,1705,17,'Besloten vennootschap (BV)',0,1,NULL,0),(100163,1706,17,'Naamloze Vennootschap (NV)',0,1,NULL,0),(100164,1707,17,'Vereniging',0,1,NULL,0),(100165,1708,17,'Stichting',0,1,NULL,0),(100166,1709,17,'Coöperatie met beperkte aansprakelijkheid (BA)',0,1,NULL,0),(100167,1710,17,'Coöperatie met uitgesloten aansprakelijkheid (UA)',0,1,NULL,0),(100168,1711,17,'Coöperatie met wettelijke aansprakelijkheid (WA)',0,1,NULL,0),(100169,1712,17,'Onderlinge waarborgmaatschappij',0,1,NULL,0),(100170,401,4,'Empresario Individual',0,1,NULL,0),(100171,402,4,'Comunidad de Bienes',0,1,NULL,0),(100172,403,4,'Sociedad Civil',0,1,NULL,0),(100173,404,4,'Sociedad Colectiva',0,1,NULL,0),(100174,405,4,'Sociedad Limitada',0,1,NULL,0),(100175,406,4,'Sociedad Anónima',0,1,NULL,0),(100176,407,4,'Sociedad Comanditaria por Acciones',0,1,NULL,0),(100177,408,4,'Sociedad Comanditaria Simple',0,1,NULL,0),(100178,409,4,'Sociedad Laboral',0,1,NULL,0),(100179,410,4,'Sociedad Cooperativa',0,1,NULL,0),(100180,411,4,'Sociedad de Garantía Recíproca',0,1,NULL,0),(100181,412,4,'Entidad de Capital-Riesgo',0,1,NULL,0),(100182,413,4,'Agrupación de Interés Económico',0,1,NULL,0),(100183,414,4,'Sociedad de Inversión Mobiliaria',0,1,NULL,0),(100184,415,4,'Agrupación sin Ánimo de Lucro',0,1,NULL,0),(100185,15201,152,'Mauritius Private Company Limited By Shares',0,1,NULL,0),(100186,15202,152,'Mauritius Company Limited By Guarantee',0,1,NULL,0),(100187,15203,152,'Mauritius Public Company Limited By Shares',0,1,NULL,0),(100188,15204,152,'Mauritius Foreign Company',0,1,NULL,0),(100189,15205,152,'Mauritius GBC1 (Offshore Company)',0,1,NULL,0),(100190,15206,152,'Mauritius GBC2 (International Company)',0,1,NULL,0),(100191,15207,152,'Mauritius General Partnership',0,1,NULL,0),(100192,15208,152,'Mauritius Limited Partnership',0,1,NULL,0),(100193,15209,152,'Mauritius Sole Proprietorship',0,1,NULL,0),(100194,15210,152,'Mauritius Trusts',0,1,NULL,0),(100195,15401,154,'Sociedad en nombre colectivo',0,1,NULL,0),(100196,15402,154,'Sociedad en comandita simple',0,1,NULL,0),(100197,15403,154,'Sociedad de responsabilidad limitada',0,1,NULL,0),(100198,15404,154,'Sociedad anónima',0,1,NULL,0),(100199,15405,154,'Sociedad en comandita por acciones',0,1,NULL,0),(100200,15406,154,'Sociedad cooperativa',0,1,NULL,0),(100201,4100,41,'GmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100202,4101,41,'GesmbH - Gesellschaft mit beschränkter Haftung',0,1,NULL,0),(100203,4102,41,'AG - Aktiengesellschaft',0,1,NULL,0),(100204,4103,41,'EWIV - Europäische wirtschaftliche Interessenvereinigung',0,1,NULL,0),(100205,4104,41,'KEG - Kommanditerwerbsgesellschaft',0,1,NULL,0),(100206,4105,41,'OEG - Offene Erwerbsgesellschaft',0,1,NULL,0),(100207,4106,41,'OHG - Offene Handelsgesellschaft',0,1,NULL,0),(100208,4107,41,'AG & Co KG - Kommanditgesellschaft',0,1,NULL,0),(100209,4108,41,'GmbH & Co KG - Kommanditgesellschaft',0,1,NULL,0),(100210,4109,41,'KG - Kommanditgesellschaft',0,1,NULL,0),(100211,4110,41,'OG - Offene Gesellschaft',0,1,NULL,0),(100212,4111,41,'GbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100213,4112,41,'GesbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100214,4113,41,'GesnbR - Gesellschaft nach bürgerlichem Recht',0,1,NULL,0),(100215,4114,41,'e.U. - eingetragener Einzelunternehmer',0,1,NULL,0),(100216,17801,178,'Empresa individual',0,1,NULL,0),(100217,17802,178,'Asociación General',0,1,NULL,0),(100218,17803,178,'Sociedad de Responsabilidad Limitada',0,1,NULL,0),(100219,17804,178,'Sociedad Civil',0,1,NULL,0),(100220,17805,178,'Sociedad Anónima',0,1,NULL,0),(100221,8001,80,'Aktieselvskab A/S',0,1,NULL,0),(100222,8002,80,'Anparts Selvskab ApS',0,1,NULL,0),(100223,8003,80,'Personlig ejet selvskab',0,1,NULL,0),(100224,8004,80,'Iværksætterselvskab IVS',0,1,NULL,0),(100225,8005,80,'Interessentskab I/S',0,1,NULL,0),(100226,8006,80,'Holdingselskab',0,1,NULL,0),(100227,8007,80,'Selskab Med Begrænset Hæftelse SMBA',0,1,NULL,0),(100228,8008,80,'Kommanditselskab K/S',0,1,NULL,0),(100229,8009,80,'SPE-selskab',0,1,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_forme_juridique` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_holiday_types`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_holiday_types`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_holiday_types` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `affect` int(11) NOT NULL,
      +  `delay` int(11) NOT NULL,
      +  `newByMonth` double(8,5) NOT NULL DEFAULT '0.00000',
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_holiday_types` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_holiday_types`
      +--
      +
      +LOCK TABLES `llx_c_holiday_types` WRITE;
      +/*!40000 ALTER TABLE `llx_c_holiday_types` DISABLE KEYS */;
      +INSERT INTO `llx_c_holiday_types` VALUES (1,'LEAVE_SICK','Sick leave',0,0,0.00000,NULL,1),(2,'LEAVE_OTHER','Other leave',0,0,0.00000,NULL,1),(3,'LEAVE_PAID','Paid vacation',1,7,0.00000,NULL,1),(4,'LEAVE_RTT_FR','RTT',1,7,0.83000,1,0),(5,'LEAVE_PAID_FR','Paid vacation',1,30,2.08334,1,0);
      +/*!40000 ALTER TABLE `llx_c_holiday_types` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_hrm_department`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_hrm_department`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_hrm_department` (
      +  `rowid` int(11) NOT NULL,
      +  `pos` tinyint(4) NOT NULL DEFAULT '0',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_hrm_department`
      +--
      +
      +LOCK TABLES `llx_c_hrm_department` WRITE;
      +/*!40000 ALTER TABLE `llx_c_hrm_department` DISABLE KEYS */;
      +INSERT INTO `llx_c_hrm_department` VALUES (1,5,'MANAGEMENT','Management',1),(2,10,'GESTION','Gestion',1),(3,15,'TRAINING','Training',1),(4,20,'IT','Inform. Technology (IT)',1),(5,25,'MARKETING','Marketing',1),(6,30,'SALES','Sales',1),(7,35,'LEGAL','Legal',1),(8,40,'FINANCIAL','Financial accounting',1),(9,45,'HUMANRES','Human resources',1),(10,50,'PURCHASING','Purchasing',1),(11,55,'SERVICES','Services',1),(12,60,'CUSTOMSERV','Customer service',1),(13,65,'CONSULTING','Consulting',1),(14,70,'LOGISTIC','Logistics',1),(15,75,'CONSTRUCT','Engineering/design',1),(16,80,'PRODUCTION','Manufacturing',1),(17,85,'QUALITY','Quality assurance',1),(18,85,'MAINT','Plant assurance',1);
      +/*!40000 ALTER TABLE `llx_c_hrm_department` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_hrm_function`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_hrm_function`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_hrm_function` (
      +  `rowid` int(11) NOT NULL,
      +  `pos` tinyint(4) NOT NULL DEFAULT '0',
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `c_level` tinyint(4) NOT NULL DEFAULT '0',
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_hrm_function`
      +--
      +
      +LOCK TABLES `llx_c_hrm_function` WRITE;
      +/*!40000 ALTER TABLE `llx_c_hrm_function` DISABLE KEYS */;
      +INSERT INTO `llx_c_hrm_function` VALUES (1,5,'EXECBOARD','Executive board',0,1),(2,10,'MANAGDIR','Managing director',1,1),(3,15,'ACCOUNTMANAG','Account manager',0,1),(4,20,'ENGAGDIR','Engagement director',1,1),(5,25,'DIRECTOR','Director',1,1),(6,30,'PROJMANAG','Project manager',0,1),(7,35,'DEPHEAD','Department head',0,1),(8,40,'SECRETAR','Secretary',0,1),(9,45,'EMPLOYEE','Department employee',0,1);
      +/*!40000 ALTER TABLE `llx_c_hrm_function` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_incoterms`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_incoterms`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_incoterms` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(3) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_incoterms` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_incoterms`
      +--
      +
      +LOCK TABLES `llx_c_incoterms` WRITE;
      +/*!40000 ALTER TABLE `llx_c_incoterms` DISABLE KEYS */;
      +INSERT INTO `llx_c_incoterms` VALUES (1,'EXW','Ex Works, au départ non chargé, non dédouané sortie d\'usine (uniquement adapté aux flux domestiques, nationaux)',1),(2,'FCA','Free Carrier, marchandises dédouanées et chargées dans le pays de départ, chez le vendeur ou chez le commissionnaire de transport de l\'acheteur',1),(3,'FAS','Free Alongside Ship, sur le quai du port de départ',1),(4,'FOB','Free On Board, chargé sur le bateau, les frais de chargement dans celui-ci étant fonction du liner term indiqué par la compagnie maritime (à la charge du vendeur)',1),(5,'CFR','Cost and Freight, chargé dans le bateau, livraison au port de départ, frais payés jusqu\'au port d\'arrivée, sans assurance pour le transport, non déchargé du navire à destination (les frais de déchargement sont inclus ou non au port d\'arrivée)',1),(6,'CIF','Cost, Insurance and Freight, chargé sur le bateau, frais jusqu\'au port d\'arrivée, avec l\'assurance marchandise transportée souscrite par le vendeur pour le compte de l\'acheteur',1),(7,'CPT','Carriage Paid To, livraison au premier transporteur, frais jusqu\'au déchargement du mode de transport, sans assurance pour le transport',1),(8,'CIP','Carriage and Insurance Paid to, idem CPT, avec assurance marchandise transportée souscrite par le vendeur pour le compte de l\'acheteur',1),(9,'DAT','Delivered At Terminal, marchandises (déchargées) livrées sur quai, dans un terminal maritime, fluvial, aérien, routier ou ferroviaire désigné (dédouanement import, et post-acheminement payés par l\'acheteur)',1),(10,'DAP','Delivered At Place, marchandises (non déchargées) mises à disposition de l\'acheteur dans le pays d\'importation au lieu précisé dans le contrat (déchargement, dédouanement import payé par l\'acheteur)',1),(11,'DDP','Delivered Duty Paid, marchandises (non déchargées) livrées à destination finale, dédouanement import et taxes à la charge du vendeur ; l\'acheteur prend en charge uniquement le déchargement (si exclusion des taxes type TVA, le préciser clairement)',1);
      +/*!40000 ALTER TABLE `llx_c_incoterms` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_input_method`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_input_method`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_input_method` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_methode_commande_fournisseur` (`code`),
      +  UNIQUE KEY `uk_c_input_method` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_input_method`
      +--
      +
      +LOCK TABLES `llx_c_input_method` WRITE;
      +/*!40000 ALTER TABLE `llx_c_input_method` DISABLE KEYS */;
      +INSERT INTO `llx_c_input_method` VALUES (1,'OrderByMail','Courrier',1,NULL),(2,'OrderByFax','Fax',1,NULL),(3,'OrderByEMail','EMail',1,NULL),(4,'OrderByPhone','Téléphone',1,NULL),(5,'OrderByWWW','En ligne',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_input_method` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_input_reason`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_input_reason`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_input_reason` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(60) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_input_reason` (`code`)
      +) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_input_reason`
      +--
      +
      +LOCK TABLES `llx_c_input_reason` WRITE;
      +/*!40000 ALTER TABLE `llx_c_input_reason` DISABLE KEYS */;
      +INSERT INTO `llx_c_input_reason` VALUES (1,'SRC_INTE','Web site',1,NULL),(2,'SRC_CAMP_MAIL','Mailing campaign',1,NULL),(3,'SRC_CAMP_PHO','Phone campaign',1,NULL),(4,'SRC_CAMP_FAX','Fax campaign',1,NULL),(5,'SRC_COMM','Commercial contact',1,NULL),(6,'SRC_SHOP','Shop contact',1,NULL),(7,'SRC_CAMP_EMAIL','EMailing campaign',1,NULL),(8,'SRC_WOM','Word of mouth',1,NULL),(9,'SRC_PARTNER','Partner',1,NULL),(10,'SRC_EMPLOYEE','Employee',1,NULL),(11,'SRC_SPONSORING','Sponsoring',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_input_reason` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_lead_status`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_lead_status`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_lead_status` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT NULL,
      +  `percent` double(5,2) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_lead_status_code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_lead_status`
      +--
      +
      +LOCK TABLES `llx_c_lead_status` WRITE;
      +/*!40000 ALTER TABLE `llx_c_lead_status` DISABLE KEYS */;
      +INSERT INTO `llx_c_lead_status` VALUES (1,'PROSP','Prospection',10,0.00,1),(2,'QUAL','Qualification',20,20.00,1),(3,'PROPO','Proposal',30,40.00,1),(4,'NEGO','Negotiation',40,60.00,1),(5,'PENDING','Pending',50,50.00,0),(6,'WON','Won',60,100.00,1),(7,'LOST','Lost',70,0.00,1);
      +/*!40000 ALTER TABLE `llx_c_lead_status` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_lead_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_lead_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_lead_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_lead_type`
      +--
      +
      +LOCK TABLES `llx_c_lead_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_lead_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_lead_type` VALUES (1,'SUPP','Support',1),(2,'TRAIN','Formation',1),(3,'ADVI','Conseil',1);
      +/*!40000 ALTER TABLE `llx_c_lead_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_methode_commande_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_methode_commande_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_methode_commande_fournisseur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_methode_commande_fournisseur` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_methode_commande_fournisseur`
      +--
      +
      +LOCK TABLES `llx_c_methode_commande_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_c_methode_commande_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_c_methode_commande_fournisseur` VALUES (1,'OrderByMail','Courrier',1),(2,'OrderByFax','Fax',1),(3,'OrderByEMail','EMail',1),(4,'OrderByPhone','Téléphone',1),(5,'OrderByWWW','En ligne',1);
      +/*!40000 ALTER TABLE `llx_c_methode_commande_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paiement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paiement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paiement` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(6) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(62) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_paiement_code` (`entity`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paiement`
      +--
      +
      +LOCK TABLES `llx_c_paiement` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paiement` DISABLE KEYS */;
      +INSERT INTO `llx_c_paiement` VALUES (1,1,'TIP','TIP',2,0,NULL,NULL,0),(2,1,'VIR','Virement',2,1,NULL,NULL,0),(3,1,'PRE','Prélèvement',2,1,NULL,NULL,0),(4,1,'LIQ','Espèces',2,1,NULL,NULL,0),(6,1,'CB','Carte Bancaire',2,1,NULL,NULL,0),(7,1,'CHQ','Chèque',2,1,NULL,NULL,0),(50,1,'VAD','Paiement en ligne',2,0,NULL,NULL,0),(51,1,'TRA','Traite',2,0,NULL,NULL,0),(52,1,'LCR','LCR',2,0,NULL,NULL,0),(53,1,'FAC','Factor',2,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_paiement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paiement_temp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paiement_temp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paiement_temp` (
      +  `id` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(6) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(62) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paiement_temp`
      +--
      +
      +LOCK TABLES `llx_c_paiement_temp` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paiement_temp` DISABLE KEYS */;
      +INSERT INTO `llx_c_paiement_temp` VALUES (1,1,'TIP','TIP',2,0,NULL,NULL,0),(2,1,'VIR','Virement',2,1,NULL,NULL,0),(3,1,'PRE','Prélèvement',2,1,NULL,NULL,0),(4,1,'LIQ','Espèces',2,1,NULL,NULL,0),(6,1,'CB','Carte Bancaire',2,1,NULL,NULL,0),(7,1,'CHQ','Chèque',2,1,NULL,NULL,0),(50,1,'VAD','Paiement en ligne',2,0,NULL,NULL,0),(51,1,'TRA','Traite',2,0,NULL,NULL,0),(52,1,'LCR','LCR',2,0,NULL,NULL,0),(53,1,'FAC','Factor',2,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_paiement_temp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_paper_format`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_paper_format`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_paper_format` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `width` float(6,2) DEFAULT '0.00',
      +  `height` float(6,2) DEFAULT '0.00',
      +  `unit` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=226 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_paper_format`
      +--
      +
      +LOCK TABLES `llx_c_paper_format` WRITE;
      +/*!40000 ALTER TABLE `llx_c_paper_format` DISABLE KEYS */;
      +INSERT INTO `llx_c_paper_format` VALUES (1,'EU4A0','Format 4A0',1682.00,2378.00,'mm',1,NULL),(2,'EU2A0','Format 2A0',1189.00,1682.00,'mm',1,NULL),(3,'EUA0','Format A0',840.00,1189.00,'mm',1,NULL),(4,'EUA1','Format A1',594.00,840.00,'mm',1,NULL),(5,'EUA2','Format A2',420.00,594.00,'mm',1,NULL),(6,'EUA3','Format A3',297.00,420.00,'mm',1,NULL),(7,'EUA4','Format A4',210.00,297.00,'mm',1,NULL),(8,'EUA5','Format A5',148.00,210.00,'mm',1,NULL),(9,'EUA6','Format A6',105.00,148.00,'mm',1,NULL),(100,'USLetter','Format Letter (A)',216.00,279.00,'mm',1,NULL),(105,'USLegal','Format Legal',216.00,356.00,'mm',1,NULL),(110,'USExecutive','Format Executive',190.00,254.00,'mm',1,NULL),(115,'USLedger','Format Ledger/Tabloid (B)',279.00,432.00,'mm',1,NULL),(200,'CAP1','Format Canadian P1',560.00,860.00,'mm',1,NULL),(205,'CAP2','Format Canadian P2',430.00,560.00,'mm',1,NULL),(210,'CAP3','Format Canadian P3',280.00,430.00,'mm',1,NULL),(215,'CAP4','Format Canadian P4',215.00,280.00,'mm',1,NULL),(220,'CAP5','Format Canadian P5',140.00,215.00,'mm',1,NULL),(225,'CAP6','Format Canadian P6',107.00,140.00,'mm',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_paper_format` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_payment_term`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_payment_term`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_payment_term` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) DEFAULT '1',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle_facture` text COLLATE utf8_unicode_ci,
      +  `type_cdr` tinyint(4) DEFAULT NULL,
      +  `nbjour` smallint(6) DEFAULT NULL,
      +  `decalage` smallint(6) DEFAULT NULL,
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_payment_term_code` (`entity`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_payment_term`
      +--
      +
      +LOCK TABLES `llx_c_payment_term` WRITE;
      +/*!40000 ALTER TABLE `llx_c_payment_term` DISABLE KEYS */;
      +INSERT INTO `llx_c_payment_term` VALUES (1,1,'RECEP',1,1,'A réception','Réception de facture',0,0,NULL,NULL,0),(2,1,'30D',2,1,'30 jours','Réglement à 30 jours',0,30,NULL,NULL,0),(3,1,'30DENDMONTH',3,1,'30 jours fin de mois','Réglement à 30 jours fin de mois',1,30,NULL,NULL,0),(4,1,'60D',4,1,'60 jours','Réglement à 60 jours',0,60,NULL,NULL,0),(5,1,'60DENDMONTH',5,1,'60 jours fin de mois','Réglement à 60 jours fin de mois',1,60,NULL,NULL,0),(6,1,'PT_ORDER',6,1,'A réception de commande','A réception de commande',0,0,NULL,NULL,0),(7,1,'PT_DELIVERY',7,1,'Livraison','Règlement à la livraison',0,0,NULL,NULL,0),(8,1,'PT_5050',8,1,'50 et 50','Règlement 50% à la commande, 50% à la livraison',0,0,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_payment_term` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_expression`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_expression`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_expression` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `title` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `expression` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_expression`
      +--
      +
      +LOCK TABLES `llx_c_price_expression` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_expression` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_expression` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_global_variable`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_global_variable`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_global_variable` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `value` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_global_variable`
      +--
      +
      +LOCK TABLES `llx_c_price_global_variable` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_price_global_variable_updater`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_price_global_variable_updater`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_price_global_variable_updater` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` int(11) NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `parameters` text COLLATE utf8_unicode_ci,
      +  `fk_variable` int(11) NOT NULL,
      +  `update_interval` int(11) DEFAULT '0',
      +  `next_update` int(11) DEFAULT '0',
      +  `last_status` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_price_global_variable_updater`
      +--
      +
      +LOCK TABLES `llx_c_price_global_variable_updater` WRITE;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable_updater` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_price_global_variable_updater` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_propalst`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_propalst`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_propalst` (
      +  `id` smallint(6) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_propalst` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_propalst`
      +--
      +
      +LOCK TABLES `llx_c_propalst` WRITE;
      +/*!40000 ALTER TABLE `llx_c_propalst` DISABLE KEYS */;
      +INSERT INTO `llx_c_propalst` VALUES (0,'PR_DRAFT','Brouillon',1),(1,'PR_OPEN','Ouverte',1),(2,'PR_SIGNED','Signée',1),(3,'PR_NOTSIGNED','Non Signée',1),(4,'PR_FAC','Facturée',1);
      +/*!40000 ALTER TABLE `llx_c_propalst` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_prospectlevel`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_prospectlevel`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_prospectlevel` (
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` smallint(6) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_prospectlevel`
      +--
      +
      +LOCK TABLES `llx_c_prospectlevel` WRITE;
      +/*!40000 ALTER TABLE `llx_c_prospectlevel` DISABLE KEYS */;
      +INSERT INTO `llx_c_prospectlevel` VALUES ('PL_HIGH','High',4,1,NULL),('PL_LOW','Low',2,1,NULL),('PL_MEDIUM','Medium',3,1,NULL),('PL_NONE','None',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_prospectlevel` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_regions`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_regions`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_regions` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code_region` int(11) NOT NULL,
      +  `fk_pays` int(11) NOT NULL,
      +  `cheflieu` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tncc` int(11) DEFAULT NULL,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `code_region` (`code_region`),
      +  UNIQUE KEY `uk_code_region` (`code_region`),
      +  KEY `idx_c_regions_fk_pays` (`fk_pays`)
      +) ENGINE=InnoDB AUTO_INCREMENT=23347 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_regions`
      +--
      +
      +LOCK TABLES `llx_c_regions` WRITE;
      +/*!40000 ALTER TABLE `llx_c_regions` DISABLE KEYS */;
      +INSERT INTO `llx_c_regions` VALUES (1,0,0,'0',0,'-',1),(101,1,1,'97105',3,'Guadeloupe',1),(102,2,1,'97209',3,'Martinique',1),(103,3,1,'97302',3,'Guyane',1),(104,4,1,'97411',3,'Réunion',1),(105,11,1,'75056',1,'Île-de-France',1),(106,21,1,'51108',0,'Champagne-Ardenne',1),(107,22,1,'80021',0,'Picardie',1),(108,23,1,'76540',0,'Haute-Normandie',1),(109,24,1,'45234',2,'Centre',1),(110,25,1,'14118',0,'Basse-Normandie',1),(111,26,1,'21231',0,'Bourgogne',1),(112,31,1,'59350',2,'Nord-Pas-de-Calais',1),(113,41,1,'57463',0,'Lorraine',1),(114,42,1,'67482',1,'Alsace',1),(115,43,1,'25056',0,'Franche-Comté',1),(116,52,1,'44109',4,'Pays de la Loire',1),(117,53,1,'35238',0,'Bretagne',1),(118,54,1,'86194',2,'Poitou-Charentes',1),(119,72,1,'33063',1,'Aquitaine',1),(120,73,1,'31555',0,'Midi-Pyrénées',1),(121,74,1,'87085',2,'Limousin',1),(122,82,1,'69123',2,'Rhône-Alpes',1),(123,83,1,'63113',1,'Auvergne',1),(124,91,1,'34172',2,'Languedoc-Roussillon',1),(125,93,1,'13055',0,'Provence-Alpes-Côte d\'Azur',1),(126,94,1,'2A004',0,'Corse',1),(201,201,2,'',1,'Flandre',1),(202,202,2,'',2,'Wallonie',1),(203,203,2,'',3,'Bruxelles-Capitale',1),(301,301,3,NULL,1,'Abruzzo',1),(302,302,3,NULL,1,'Basilicata',1),(303,303,3,NULL,1,'Calabria',1),(304,304,3,NULL,1,'Campania',1),(305,305,3,NULL,1,'Emilia-Romagna',1),(306,306,3,NULL,1,'Friuli-Venezia Giulia',1),(307,307,3,NULL,1,'Lazio',1),(308,308,3,NULL,1,'Liguria',1),(309,309,3,NULL,1,'Lombardia',1),(310,310,3,NULL,1,'Marche',1),(311,311,3,NULL,1,'Molise',1),(312,312,3,NULL,1,'Piemonte',1),(313,313,3,NULL,1,'Puglia',1),(314,314,3,NULL,1,'Sardegna',1),(315,315,3,NULL,1,'Sicilia',1),(316,316,3,NULL,1,'Toscana',1),(317,317,3,NULL,1,'Trentino-Alto Adige',1),(318,318,3,NULL,1,'Umbria',1),(319,319,3,NULL,1,'Valle d Aosta',1),(320,320,3,NULL,1,'Veneto',1),(401,401,4,'',0,'Andalucia',1),(402,402,4,'',0,'Aragón',1),(403,403,4,'',0,'Castilla y León',1),(404,404,4,'',0,'Castilla la Mancha',1),(405,405,4,'',0,'Canarias',1),(406,406,4,'',0,'Cataluña',1),(407,407,4,'',0,'Comunidad de Ceuta',1),(408,408,4,'',0,'Comunidad Foral de Navarra',1),(409,409,4,'',0,'Comunidad de Melilla',1),(410,410,4,'',0,'Cantabria',1),(411,411,4,'',0,'Comunidad Valenciana',1),(412,412,4,'',0,'Extemadura',1),(413,413,4,'',0,'Galicia',1),(414,414,4,'',0,'Islas Baleares',1),(415,415,4,'',0,'La Rioja',1),(416,416,4,'',0,'Comunidad de Madrid',1),(417,417,4,'',0,'Región de Murcia',1),(418,418,4,'',0,'Principado de Asturias',1),(419,419,4,'',0,'Pais Vasco',1),(601,601,6,'',1,'Cantons',1),(1001,1001,10,'',0,'Ariana',1),(1002,1002,10,'',0,'Béja',1),(1003,1003,10,'',0,'Ben Arous',1),(1004,1004,10,'',0,'Bizerte',1),(1005,1005,10,'',0,'Gabès',1),(1006,1006,10,'',0,'Gafsa',1),(1007,1007,10,'',0,'Jendouba',1),(1008,1008,10,'',0,'Kairouan',1),(1009,1009,10,'',0,'Kasserine',1),(1010,1010,10,'',0,'Kébili',1),(1011,1011,10,'',0,'La Manouba',1),(1012,1012,10,'',0,'Le Kef',1),(1013,1013,10,'',0,'Mahdia',1),(1014,1014,10,'',0,'Médenine',1),(1015,1015,10,'',0,'Monastir',1),(1016,1016,10,'',0,'Nabeul',1),(1017,1017,10,'',0,'Sfax',1),(1018,1018,10,'',0,'Sidi Bouzid',1),(1019,1019,10,'',0,'Siliana',1),(1020,1020,10,'',0,'Sousse',1),(1021,1021,10,'',0,'Tataouine',1),(1022,1022,10,'',0,'Tozeur',1),(1023,1023,10,'',0,'Tunis',1),(1024,1024,10,'',0,'Zaghouan',1),(1101,1101,11,'',0,'United-States',1),(1201,1201,12,'',0,'Tanger-Tétouan',1),(1202,1202,12,'',0,'Gharb-Chrarda-Beni Hssen',1),(1203,1203,12,'',0,'Taza-Al Hoceima-Taounate',1),(1204,1204,12,'',0,'L\'Oriental',1),(1205,1205,12,'',0,'Fès-Boulemane',1),(1206,1206,12,'',0,'Meknès-Tafialet',1),(1207,1207,12,'',0,'Rabat-Salé-Zemour-Zaër',1),(1208,1208,12,'',0,'Grand Cassablanca',1),(1209,1209,12,'',0,'Chaouia-Ouardigha',1),(1210,1210,12,'',0,'Doukahla-Adba',1),(1211,1211,12,'',0,'Marrakech-Tensift-Al Haouz',1),(1212,1212,12,'',0,'Tadla-Azilal',1),(1213,1213,12,'',0,'Sous-Massa-Drâa',1),(1214,1214,12,'',0,'Guelmim-Es Smara',1),(1215,1215,12,'',0,'Laâyoune-Boujdour-Sakia el Hamra',1),(1216,1216,12,'',0,'Oued Ed-Dahab Lagouira',1),(1301,1301,13,'',0,'Algerie',1),(2301,2301,23,'',0,'Norte',1),(2302,2302,23,'',0,'Litoral',1),(2303,2303,23,'',0,'Cuyana',1),(2304,2304,23,'',0,'Central',1),(2305,2305,23,'',0,'Patagonia',1),(2801,2801,28,'',0,'Australia',1),(4601,4601,46,'',0,'Barbados',1),(6701,6701,67,NULL,NULL,'Tarapacá',1),(6702,6702,67,NULL,NULL,'Antofagasta',1),(6703,6703,67,NULL,NULL,'Atacama',1),(6704,6704,67,NULL,NULL,'Coquimbo',1),(6705,6705,67,NULL,NULL,'Valparaíso',1),(6706,6706,67,NULL,NULL,'General Bernardo O Higgins',1),(6707,6707,67,NULL,NULL,'Maule',1),(6708,6708,67,NULL,NULL,'Biobío',1),(6709,6709,67,NULL,NULL,'Raucanía',1),(6710,6710,67,NULL,NULL,'Los Lagos',1),(6711,6711,67,NULL,NULL,'Aysén General Carlos Ibáñez del Campo',1),(6712,6712,67,NULL,NULL,'Magallanes y Antártica Chilena',1),(6713,6713,67,NULL,NULL,'Santiago',1),(6714,6714,67,NULL,NULL,'Los Ríos',1),(6715,6715,67,NULL,NULL,'Arica y Parinacota',1),(7001,7001,70,'',0,'Colombie',1),(8601,8601,86,NULL,NULL,'Central',1),(8602,8602,86,NULL,NULL,'Oriental',1),(8603,8603,86,NULL,NULL,'Occidental',1),(10201,10201,102,NULL,NULL,'??????',1),(10202,10202,102,NULL,NULL,'?????? ??????',1),(10203,10203,102,NULL,NULL,'???????? ?????????',1),(10204,10204,102,NULL,NULL,'?????',1),(10205,10205,102,NULL,NULL,'????????? ????????? ??? ?????',1),(10206,10206,102,NULL,NULL,'???????',1),(10207,10207,102,NULL,NULL,'????? ?????',1),(10208,10208,102,NULL,NULL,'?????? ??????',1),(10209,10209,102,NULL,NULL,'????????????',1),(10210,10210,102,NULL,NULL,'????? ??????',1),(10211,10211,102,NULL,NULL,'?????? ??????',1),(10212,10212,102,NULL,NULL,'????????',1),(10213,10213,102,NULL,NULL,'?????? ?????????',1),(11401,11401,114,'',0,'Honduras',1),(11701,11701,117,'',0,'India',1),(15201,15201,152,'',0,'Rivière Noire',1),(15202,15202,152,'',0,'Flacq',1),(15203,15203,152,'',0,'Grand Port',1),(15204,15204,152,'',0,'Moka',1),(15205,15205,152,'',0,'Pamplemousses',1),(15206,15206,152,'',0,'Plaines Wilhems',1),(15207,15207,152,'',0,'Port-Louis',1),(15208,15208,152,'',0,'Rivière du Rempart',1),(15209,15209,152,'',0,'Savanne',1),(15210,15210,152,'',0,'Rodrigues',1),(15211,15211,152,'',0,'Les îles Agaléga',1),(15212,15212,152,'',0,'Les écueils des Cargados Carajos',1),(15401,15401,154,'',0,'Mexique',1),(23201,23201,232,'',0,'Los Andes',1),(23202,23202,232,'',0,'Capital',1),(23203,23203,232,'',0,'Central',1),(23204,23204,232,'',0,'Cento Occidental',1),(23205,23205,232,'',0,'Guayana',1),(23206,23206,232,'',0,'Insular',1),(23207,23207,232,'',0,'Los Llanos',1),(23208,23208,232,'',0,'Nor-Oriental',1),(23209,23209,232,'',0,'Zuliana',1),(23215,6,1,'97601',3,'Mayotte',1),(23280,420,4,'',0,'Otros',1),(23281,501,5,'',0,'Deutschland',1),(23296,701,7,'',0,'England',1),(23297,702,7,'',0,'Wales',1),(23298,703,7,'',0,'Scotland',1),(23299,704,7,'',0,'Northern Ireland',1),(23325,1401,14,'',0,'Canada',1),(23326,1701,17,'',0,'Provincies van Nederland ',1),(23333,5601,56,'',0,'Brasil',1),(23334,5201,52,'',0,'Chuquisaca',1),(23335,5202,52,'',0,'La Paz',1),(23336,5203,52,'',0,'Cochabamba',1),(23337,5204,52,'',0,'Oruro',1),(23338,5205,52,'',0,'Potosí',1),(23339,5206,52,'',0,'Tarija',1),(23340,5207,52,'',0,'Santa Cruz',1),(23341,5208,52,'',0,'El Beni',1),(23342,5209,52,'',0,'Pando',1),(23343,4101,41,'',0,'Österreich',1),(23344,17801,178,'',0,'Panama',1),(23345,22701,227,'',0,'United Arab Emirates',1),(23346,11801,118,'',0,'Indonesia',1);
      +/*!40000 ALTER TABLE `llx_c_regions` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_revenuestamp`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_revenuestamp`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_revenuestamp` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_pays` int(11) NOT NULL,
      +  `taux` double NOT NULL,
      +  `note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `revenuestamp_type` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'fixed',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_revenuestamp`
      +--
      +
      +LOCK TABLES `llx_c_revenuestamp` WRITE;
      +/*!40000 ALTER TABLE `llx_c_revenuestamp` DISABLE KEYS */;
      +INSERT INTO `llx_c_revenuestamp` VALUES (101,10,0.4,'Revenue stamp tunisia',1,NULL,NULL,'fixed');
      +/*!40000 ALTER TABLE `llx_c_revenuestamp` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_shipment_mode`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_shipment_mode`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_shipment_mode` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tracking` varchar(256) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) DEFAULT '0',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_shipment_mode`
      +--
      +
      +LOCK TABLES `llx_c_shipment_mode` WRITE;
      +/*!40000 ALTER TABLE `llx_c_shipment_mode` DISABLE KEYS */;
      +INSERT INTO `llx_c_shipment_mode` VALUES (1,'2010-10-09 23:43:16','CATCH','Catch','Catch by client','',1,NULL),(2,'2010-10-09 23:43:16','TRANS','Transporter','Generic transporter','',1,NULL),(3,'2010-10-09 23:43:16','COLSUI','Colissimo Suivi','Colissimo Suivi','',0,NULL),(4,'2011-07-18 17:28:27','LETTREMAX','Lettre Max','Courrier Suivi et Lettre Max','',0,NULL),(9,'2013-02-24 01:48:18','UPS','UPS','United Parcel Service','http://wwwapps.ups.com/etracking/tracking.cgi?InquiryNumber2=&InquiryNumber3=&tracknums_displayed=3&loc=fr_FR&TypeOfInquiryNumber=T&HTMLVersion=4.0&InquiryNumber22=&InquiryNumber32=&track=Track&Suivi.x=64&Suivi.y=7&Suivi=Valider&InquiryNumber1={TRACKID}',0,NULL),(10,'2013-02-24 01:48:18','KIALA','KIALA','Relais Kiala','http://www.kiala.fr/tnt/delivery/{TRACKID}',0,NULL),(11,'2013-02-24 01:48:18','GLS','GLS','General Logistics Systems','http://www.gls-group.eu/276-I-PORTAL-WEB/content/GLS/FR01/FR/5004.htm?txtAction=71000&txtRefNo={TRACKID}',0,NULL),(12,'2013-02-24 01:48:18','CHRONO','Chronopost','Chronopost','http://www.chronopost.fr/expedier/inputLTNumbersNoJahia.do?listeNumeros={TRACKID}',0,NULL);
      +/*!40000 ALTER TABLE `llx_c_shipment_mode` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_stcomm`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_stcomm`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_stcomm` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `picto` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_stcomm` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_stcomm`
      +--
      +
      +LOCK TABLES `llx_c_stcomm` WRITE;
      +/*!40000 ALTER TABLE `llx_c_stcomm` DISABLE KEYS */;
      +INSERT INTO `llx_c_stcomm` VALUES (-1,'ST_NO','Do not contact',1,NULL),(0,'ST_NEVER','Never contacted',1,NULL),(1,'ST_TODO','To contact',1,NULL),(2,'ST_PEND','Contact in progress',1,NULL),(3,'ST_DONE','Contacted',1,NULL);
      +/*!40000 ALTER TABLE `llx_c_stcomm` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_category`
      +--
      +
      +LOCK TABLES `llx_c_ticket_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_category` VALUES (1,1,'OTHER','10','Other',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_severity`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_severity`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_severity` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `color` varchar(10) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_severity`
      +--
      +
      +LOCK TABLES `llx_c_ticket_severity` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_severity` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_severity` VALUES (1,1,'LOW','10','Low','',1,0,NULL),(2,1,'NORMAL','20','Normal','',1,1,NULL),(3,1,'HIGH','30','High','',1,0,NULL),(4,1,'BLOCKING','40','Critical / blocking','',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_severity` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticket_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticket_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticket_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticket_type`
      +--
      +
      +LOCK TABLES `llx_c_ticket_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticket_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticket_type` VALUES (1,1,'COM','10','Commercial question',1,1,NULL),(2,1,'ISSUE','20','Issue or problem',1,0,NULL),(3,1,'REQUEST','25','Change or enhancement request',1,0,NULL),(4,1,'PROJECT','30','Project',0,0,NULL),(5,1,'OTHER','40','Other',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticket_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_category`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_category` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_category` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_category` VALUES (1,1,'OTHER','10','Other',1,1,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_severity`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_severity`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_severity` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `color` varchar(10) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_severity`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_severity` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_severity` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_severity` VALUES (1,1,'LOW','10','Low','',1,0,NULL),(2,1,'NORMAL','20','Normal','',1,1,NULL),(3,1,'HIGH','30','High','',1,0,NULL),(4,1,'BLOCKING','40','Critical / blocking','',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_severity` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ticketsup_type`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ticketsup_type`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ticketsup_type` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `code` varchar(32) NOT NULL,
      +  `pos` varchar(32) NOT NULL,
      +  `label` varchar(128) NOT NULL,
      +  `active` int(11) DEFAULT '1',
      +  `use_default` int(11) DEFAULT '1',
      +  `description` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_code` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ticketsup_type`
      +--
      +
      +LOCK TABLES `llx_c_ticketsup_type` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ticketsup_type` DISABLE KEYS */;
      +INSERT INTO `llx_c_ticketsup_type` VALUES (1,1,'COM','10','Commercial question',1,1,NULL),(2,1,'ISSUE','20','Issue or problem',1,0,NULL),(3,1,'REQUEST','25','Change or enhancement request',1,0,NULL),(4,1,'PROJECT','30','Project',1,0,NULL),(5,1,'OTHER','40','Other',1,0,NULL);
      +/*!40000 ALTER TABLE `llx_c_ticketsup_type` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_tva`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_tva`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_tva` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_pays` int(11) NOT NULL,
      +  `code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `taux` double NOT NULL,
      +  `localtax1` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_tva_id` (`fk_pays`,`code`,`taux`,`recuperableonly`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2477 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_tva`
      +--
      +
      +LOCK TABLES `llx_c_tva` WRITE;
      +/*!40000 ALTER TABLE `llx_c_tva` DISABLE KEYS */;
      +INSERT INTO `llx_c_tva` VALUES (11,1,'',20,NULL,'0',NULL,'0',0,'VAT standard rate (France hors DOM-TOM)',1,NULL,NULL),(12,1,'',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(13,1,'',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(14,1,'',5.5,NULL,'0',NULL,'0',0,'VAT reduced rate (France hors DOM-TOM)',1,NULL,NULL),(15,1,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(16,1,'',2.1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(17,1,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(21,2,'',21,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(22,2,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(23,2,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(24,2,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(31,3,'',21,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(32,3,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(33,3,'',4,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(34,3,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(41,4,'',21,'5.2','3','-19:-15:-9','5',0,'VAT standard rate',1,NULL,NULL),(42,4,'',10,'1.4','3','-19:-15:-9','5',0,'VAT reduced rate',1,NULL,NULL),(43,4,'',4,'0.5','3','-19:-15:-9','5',0,'VAT super-reduced rate',1,NULL,NULL),(44,4,'',0,'0','3','-19:-15:-9','5',0,'VAT Rate 0',1,NULL,NULL),(51,5,'',19,NULL,'0',NULL,'0',0,'allgemeine Ust.',1,NULL,NULL),(52,5,'',7,NULL,'0',NULL,'0',0,'ermäßigte USt.',1,NULL,NULL),(53,5,'',0,NULL,'0',NULL,'0',0,'keine USt.',1,NULL,NULL),(54,5,'',5.5,NULL,'0',NULL,'0',0,'USt. Forst',0,NULL,NULL),(55,5,'',10.7,NULL,'0',NULL,'0',0,'USt. Landwirtschaft',0,NULL,NULL),(61,6,'',8,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(62,6,'',3.8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(63,6,'',2.5,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(64,6,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(71,7,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(72,7,'',17.5,NULL,'0',NULL,'0',0,'VAT standard rate before 2011',1,NULL,NULL),(73,7,'',5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(74,7,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(81,8,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(82,8,'',23,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(83,8,'',13.5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(84,8,'',9,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(85,8,'',4.8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(91,9,'',17,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(92,9,'',13,NULL,'0',NULL,'0',0,'VAT reduced rate 0',1,NULL,NULL),(93,9,'',3,NULL,'0',NULL,'0',0,'VAT super reduced rate 0',1,NULL,NULL),(94,9,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(101,10,'',6,'1','4','0','0',0,'VAT 6%',1,NULL,NULL),(102,10,'',12,'1','4','0','0',0,'VAT 12%',1,NULL,NULL),(103,10,'',18,'1','4','0','0',0,'VAT 18%',1,NULL,NULL),(104,10,'',7.5,'1','4','0','0',0,'VAT 6% Majoré à 25% (7.5%)',1,NULL,NULL),(105,10,'',15,'1','4','0','0',0,'VAT 12% Majoré à 25% (15%)',1,NULL,NULL),(106,10,'',22.5,'1','4','0','0',0,'VAT 18% Majoré à 25% (22.5%)',1,NULL,NULL),(107,10,'',0,'1','4','0','0',0,'VAT Rate 0',1,NULL,NULL),(111,11,'',0,NULL,'0',NULL,'0',0,'No Sales Tax',1,NULL,NULL),(112,11,'',4,NULL,'0',NULL,'0',0,'Sales Tax 4%',1,NULL,NULL),(113,11,'',6,NULL,'0',NULL,'0',0,'Sales Tax 6%',1,NULL,NULL),(121,12,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(122,12,'',14,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(123,12,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(124,12,'',7,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(125,12,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(141,14,'',7,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(142,14,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(143,14,'',5,'9.975','1',NULL,'0',0,'GST/TPS and PST/TVQ rate for Province',1,NULL,NULL),(171,17,'',19,NULL,'0',NULL,'0',0,'Algemeen BTW tarief',1,NULL,NULL),(172,17,'',6,NULL,'0',NULL,'0',0,'Verlaagd BTW tarief',1,NULL,NULL),(173,17,'',0,NULL,'0',NULL,'0',0,'0 BTW tarief',1,NULL,NULL),(174,17,'',21,NULL,'0',NULL,'0',0,'Algemeen BTW tarief (vanaf 1 oktober 2012)',0,NULL,NULL),(201,20,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(202,20,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(203,20,'',6,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(204,20,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(211,21,'',0,'0','0','0','0',0,'IVA Rate 0',1,NULL,NULL),(212,21,'',18,'7.5','2','0','0',0,'IVA standard rate',1,NULL,NULL),(221,22,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(222,22,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(223,22,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(231,23,'',21,NULL,'0',NULL,'0',0,'IVA standard rate',1,NULL,NULL),(232,23,'',10.5,NULL,'0',NULL,'0',0,'IVA reduced rate',1,NULL,NULL),(233,23,'',0,NULL,'0',NULL,'0',0,'IVA Rate 0',1,NULL,NULL),(241,24,'',19.25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(242,24,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(251,25,'',23,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(252,25,'',13,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(253,25,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(254,25,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(261,26,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(271,27,'',19.6,NULL,'0',NULL,'0',0,'VAT standard rate (France hors DOM-TOM)',1,NULL,NULL),(272,27,'',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(273,27,'',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(274,27,'',5.5,NULL,'0',NULL,'0',0,'VAT reduced rate (France hors DOM-TOM)',0,NULL,NULL),(275,27,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0 ou non applicable',1,NULL,NULL),(276,27,'',2.1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(277,27,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(281,28,'',10,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(282,28,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(411,41,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(412,41,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(413,41,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(461,46,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(462,46,'',15,NULL,'0',NULL,'0',0,'VAT 15%',1,NULL,NULL),(463,46,'',7.5,NULL,'0',NULL,'0',0,'VAT 7.5%',1,NULL,NULL),(561,56,'',0,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(591,59,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(592,59,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(593,59,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(671,67,'',19,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(672,67,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(801,80,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(802,80,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(861,86,'',13,NULL,'0',NULL,'0',0,'IVA 13',1,NULL,NULL),(862,86,'',0,NULL,'0',NULL,'0',0,'SIN IVA',1,NULL,NULL),(1141,114,'',0,NULL,'0',NULL,'0',0,'No ISV',1,NULL,NULL),(1142,114,'',12,NULL,'0',NULL,'0',0,'ISV 12%',1,NULL,NULL),(1161,116,'',25.5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1162,116,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1163,116,'',0,NULL,'0',NULL,'0',0,'VAT rate 0',1,NULL,NULL),(1171,117,'',12.5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1172,117,'',4,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1173,117,'',1,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1174,117,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1176,117,'CGST+SGST',0,'9','1','9','1',0,'CGST+SGST - Same state sales',1,NULL,NULL),(1177,117,'IGST',18,'0','0','0','0',0,'IGST',1,NULL,NULL),(1231,123,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1232,123,'',5,NULL,'0',NULL,'0',0,'VAT Rate 5',1,NULL,NULL),(1401,140,'',15,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1402,140,'',12,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1403,140,'',6,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1404,140,'',3,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1405,140,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1481,148,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1482,148,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1483,148,'',5,NULL,'0',NULL,'0',0,'VAT super-reduced rate',1,NULL,NULL),(1484,148,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1511,151,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1512,151,'',14,NULL,'0',NULL,'0',0,'VAT Rate 14',1,NULL,NULL),(1521,152,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1522,152,'',15,NULL,'0',NULL,'0',0,'VAT Rate 15',1,NULL,NULL),(1541,154,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(1542,154,'',16,NULL,'0',NULL,'0',0,'VAT 16%',1,NULL,NULL),(1543,154,'',10,NULL,'0',NULL,'0',0,'VAT Frontero',1,NULL,NULL),(1662,166,'',15,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1663,166,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1692,169,'',5,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1693,169,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1731,173,'',25,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1732,173,'',14,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1733,173,'',8,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1734,173,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1781,178,'',7,NULL,'0',NULL,'0',0,'ITBMS standard rate',1,NULL,NULL),(1782,178,'',0,NULL,'0',NULL,'0',0,'ITBMS Rate 0',1,NULL,NULL),(1811,181,'',18,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1812,181,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1841,184,'',20,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1842,184,'',7,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1843,184,'',3,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1844,184,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1881,188,'',24,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(1882,188,'',9,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1883,188,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(1884,188,'',5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(1931,193,'',0,NULL,'0',NULL,'0',0,'No VAT in SPM',1,NULL,NULL),(2011,201,'',19,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(2012,201,'',10,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(2013,201,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2021,202,'',22,NULL,'0',NULL,'0',0,'VAT standard rate',1,NULL,NULL),(2022,202,'',9.5,NULL,'0',NULL,'0',0,'VAT reduced rate',1,NULL,NULL),(2023,202,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2051,205,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(2052,205,'',14,NULL,'0',NULL,'0',0,'VAT 14%',1,NULL,NULL),(2131,213,'',5,NULL,'0',NULL,'0',0,'VAT 5%',1,NULL,NULL),(2261,226,'',20,NULL,'0',NULL,'0',0,'VAT standart rate',1,NULL,NULL),(2262,226,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2321,232,'',0,NULL,'0',NULL,'0',0,'No VAT',1,NULL,NULL),(2322,232,'',12,NULL,'0',NULL,'0',0,'VAT 12%',1,NULL,NULL),(2323,232,'',8,NULL,'0',NULL,'0',0,'VAT 8%',1,NULL,NULL),(2461,246,'',0,NULL,'0',NULL,'0',0,'VAT Rate 0',1,NULL,NULL),(2462,102,'',23,'0','0','0','0',0,'Κανονικός Φ.Π.Α.',1,NULL,NULL),(2463,102,'',0,'0','0','0','0',0,'Μηδενικό Φ.Π.Α.',1,NULL,NULL),(2464,102,'',13,'0','0','0','0',0,'Μειωμένος Φ.Π.Α.',1,NULL,NULL),(2465,102,'',6.5,'0','0','0','0',0,'Υπερμειωμένος Φ.Π.Α.',1,NULL,NULL),(2466,102,'',16,'0','0','0','0',0,'Νήσων κανονικός Φ.Π.Α.',1,NULL,NULL),(2467,102,'',9,'0','0','0','0',0,'Νήσων μειωμένος Φ.Π.Α.',1,NULL,NULL),(2468,102,'',5,'0','0','0','0',0,'Νήσων υπερμειωμένος Φ.Π.Α.',1,NULL,NULL),(2469,1,'85',8.5,NULL,'0',NULL,'0',0,'VAT standard rate (DOM sauf Guyane et Saint-Martin)',0,NULL,NULL),(2470,1,'85NPR',8.5,NULL,'0',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), non perçu par le vendeur mais récupérable par acheteur',0,NULL,NULL),(2471,1,'85NPROM',8.5,'2','3',NULL,'0',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), NPR, Octroi de Mer',0,NULL,NULL),(2472,1,'85NPROMOMR',8.5,'2','3','2.5','3',1,'VAT standard rate (DOM sauf Guyane et Saint-Martin), NPR, Octroi de Mer et Octroi de Mer Regional',0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_c_tva` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_contact` (
      +  `rowid` int(11) NOT NULL,
      +  `element` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `source` varchar(8) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'external',
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_contact_id` (`element`,`source`,`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_contact`
      +--
      +
      +LOCK TABLES `llx_c_type_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_contact` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_contact` VALUES (10,'contrat','internal','SALESREPSIGN','Commercial signataire du contrat',1,NULL,0),(11,'contrat','internal','SALESREPFOLL','Commercial suivi du contrat',1,NULL,0),(20,'contrat','external','BILLING','Contact client facturation contrat',1,NULL,0),(21,'contrat','external','CUSTOMER','Contact client suivi contrat',1,NULL,0),(22,'contrat','external','SALESREPSIGN','Contact client signataire contrat',1,NULL,0),(31,'propal','internal','SALESREPFOLL','Commercial à l\'origine de la propale',1,NULL,0),(40,'propal','external','BILLING','Contact client facturation propale',1,NULL,0),(41,'propal','external','CUSTOMER','Contact client suivi propale',1,NULL,0),(42,'propal','external','SHIPPING','Customer contact for delivery',1,NULL,0),(50,'facture','internal','SALESREPFOLL','Responsable suivi du paiement',1,NULL,0),(60,'facture','external','BILLING','Contact client facturation',1,NULL,0),(61,'facture','external','SHIPPING','Contact client livraison',1,NULL,0),(62,'facture','external','SERVICE','Contact client prestation',1,NULL,0),(70,'invoice_supplier','internal','SALESREPFOLL','Responsable suivi du paiement',1,NULL,0),(71,'invoice_supplier','external','BILLING','Contact fournisseur facturation',1,NULL,0),(72,'invoice_supplier','external','SHIPPING','Contact fournisseur livraison',1,NULL,0),(73,'invoice_supplier','external','SERVICE','Contact fournisseur prestation',1,NULL,0),(80,'agenda','internal','ACTOR','Responsable',1,NULL,0),(81,'agenda','internal','GUEST','Guest',1,NULL,0),(85,'agenda','external','ACTOR','Responsable',1,NULL,0),(86,'agenda','external','GUEST','Guest',1,NULL,0),(91,'commande','internal','SALESREPFOLL','Responsable suivi de la commande',1,NULL,0),(100,'commande','external','BILLING','Contact client facturation commande',1,NULL,0),(101,'commande','external','CUSTOMER','Contact client suivi commande',1,NULL,0),(102,'commande','external','SHIPPING','Contact client livraison commande',1,NULL,0),(120,'fichinter','internal','INTERREPFOLL','Responsable suivi de l\'intervention',1,NULL,0),(121,'fichinter','internal','INTERVENING','Intervenant',1,NULL,0),(130,'fichinter','external','BILLING','Contact client facturation intervention',1,NULL,0),(131,'fichinter','external','CUSTOMER','Contact client suivi de l\'intervention',1,NULL,0),(140,'order_supplier','internal','SALESREPFOLL','Responsable suivi de la commande',1,NULL,0),(141,'order_supplier','internal','SHIPPING','Responsable réception de la commande',1,NULL,0),(142,'order_supplier','external','BILLING','Contact fournisseur facturation commande',1,NULL,0),(143,'order_supplier','external','CUSTOMER','Contact fournisseur suivi commande',1,NULL,0),(145,'order_supplier','external','SHIPPING','Contact fournisseur livraison commande',1,NULL,0),(150,'dolresource','internal','USERINCHARGE','In charge of resource',1,NULL,0),(151,'dolresource','external','THIRDINCHARGE','In charge of resource',1,NULL,0),(155,'ticket','internal','SUPPORTTEC','Utilisateur contact support',1,NULL,0),(156,'ticket','internal','CONTRIBUTOR','Intervenant',1,NULL,0),(157,'ticket','external','SUPPORTCLI','Contact client suivi incident',1,NULL,0),(158,'ticket','external','CONTRIBUTOR','Intervenant',1,NULL,0),(160,'project','internal','PROJECTLEADER','Chef de Projet',1,NULL,0),(161,'project','internal','PROJECTCONTRIBUTOR','Intervenant',1,NULL,0),(170,'project','external','PROJECTLEADER','Chef de Projet',1,NULL,0),(171,'project','external','PROJECTCONTRIBUTOR','Intervenant',1,NULL,0),(180,'project_task','internal','TASKEXECUTIVE','Responsable',1,NULL,0),(181,'project_task','internal','TASKCONTRIBUTOR','Intervenant',1,NULL,0),(190,'project_task','external','TASKEXECUTIVE','Responsable',1,NULL,0),(191,'project_task','external','TASKCONTRIBUTOR','Intervenant',1,NULL,0),(200,'societe','external','GENERALREF','Généraliste (référent)',0,'cabinetmed',0),(201,'societe','external','GENERALISTE','Généraliste',0,'cabinetmed',0),(210,'societe','external','SPECCHIROR','Chirurgien ortho',0,'cabinetmed',0),(211,'societe','external','SPECCHIROT','Chirurgien autre',0,'cabinetmed',0),(220,'societe','external','SPECDERMA','Dermatologue',0,'cabinetmed',0),(225,'societe','external','SPECENDOC','Endocrinologue',0,'cabinetmed',0),(230,'societe','external','SPECGYNECO','Gynécologue',0,'cabinetmed',0),(240,'societe','external','SPECGASTRO','Gastroantérologue',0,'cabinetmed',0),(245,'societe','external','SPECINTERNE','Interniste',0,'cabinetmed',0),(250,'societe','external','SPECCARDIO','Cardiologue',0,'cabinetmed',0),(260,'societe','external','SPECNEPHRO','Néphrologue',0,'cabinetmed',0),(263,'societe','external','SPECPNEUMO','Pneumologue',0,'cabinetmed',0),(265,'societe','external','SPECNEURO','Neurologue',0,'cabinetmed',0),(270,'societe','external','SPECRHUMATO','Rhumatologue',0,'cabinetmed',0),(280,'societe','external','KINE','Kinésithérapeute',0,'cabinetmed',0);
      +/*!40000 ALTER TABLE `llx_c_type_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_container`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_container`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_container` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(64) NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_container_id` (`code`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_container`
      +--
      +
      +LOCK TABLES `llx_c_type_container` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_container` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_container` VALUES (2,'page',1,'Page',1,'system'),(3,'banner',1,'Banner',1,'system'),(4,'blogpost',1,'BlogPost',1,'system'),(5,'other',1,'Other',1,'system');
      +/*!40000 ALTER TABLE `llx_c_type_container` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_fees`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_fees`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_fees` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  `type` int(11) DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_type_fees` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_fees`
      +--
      +
      +LOCK TABLES `llx_c_type_fees` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_fees` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_fees` VALUES (1,'TF_OTHER','Other','705',1,NULL,0,0),(2,'TF_TRIP','Trip',NULL,1,NULL,0,0),(3,'TF_LUNCH','Lunch',NULL,1,NULL,0,0),(4,'EX_KME','ExpLabelKm','625100',1,NULL,0,0),(5,'EX_FUE','ExpLabelFuelCV','606150',0,NULL,0,0),(6,'EX_HOT','ExpLabelHotel','625160',0,NULL,0,0),(7,'EX_PAR','ExpLabelParkingCV','625160',0,NULL,0,0),(8,'EX_TOL','ExpLabelTollCV','625160',0,NULL,0,0),(9,'EX_TAX','ExpLabelVariousTaxes','637800',0,NULL,0,0),(10,'EX_IND','ExpLabelIndemnityTranspSub','648100',0,NULL,0,0),(11,'EX_SUM','ExpLabelMaintenanceSupply','606300',0,NULL,0,0),(12,'EX_SUO','ExpLabelOfficeSupplies','606400',0,NULL,0,0),(13,'EX_CAR','ExpLabelCarRental','613000',0,NULL,0,0),(14,'EX_DOC','ExpLabelDocumentation','618100',0,NULL,0,0),(15,'EX_CUR','ExpLabelCustomersReceiving','625710',0,NULL,0,0),(16,'EX_OTR','ExpLabelOtherReceiving','625700',0,NULL,0,0),(17,'EX_POS','ExpLabelPostage','626100',0,NULL,0,0),(18,'EX_CAM','ExpLabelMaintenanceRepairCV','615300',0,NULL,0,0),(19,'EX_EMM','ExpLabelEmployeesMeal','625160',0,NULL,0,0),(20,'EX_GUM','ExpLabelGuestsMeal','625160',0,NULL,0,0),(21,'EX_BRE','ExpLabelBreakfast','625160',0,NULL,0,0),(22,'EX_FUE_VP','ExpLabelFuelPV','606150',0,NULL,0,0),(23,'EX_TOL_VP','ExpLabelTollPV','625160',0,NULL,0,0),(24,'EX_PAR_VP','ExpLabelParkingPV','625160',0,NULL,0,0),(25,'EX_CAM_VP','ExpLabelMaintenanceRepairPV','615300',0,NULL,0,0);
      +/*!40000 ALTER TABLE `llx_c_type_fees` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_type_resource`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_type_resource`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_type_resource` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_type_resource_id` (`label`,`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_type_resource`
      +--
      +
      +LOCK TABLES `llx_c_type_resource` WRITE;
      +/*!40000 ALTER TABLE `llx_c_type_resource` DISABLE KEYS */;
      +INSERT INTO `llx_c_type_resource` VALUES (1,'RES_ROOMS','Rooms',1),(2,'RES_CARS','Cars',1);
      +/*!40000 ALTER TABLE `llx_c_type_resource` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_typent`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_typent`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_typent` (
      +  `id` int(11) NOT NULL,
      +  `code` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `module` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`id`),
      +  UNIQUE KEY `uk_c_typent` (`code`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_typent`
      +--
      +
      +LOCK TABLES `llx_c_typent` WRITE;
      +/*!40000 ALTER TABLE `llx_c_typent` DISABLE KEYS */;
      +INSERT INTO `llx_c_typent` VALUES (0,'TE_UNKNOWN','-',NULL,1,NULL,0),(1,'TE_STARTUP','Start-up',NULL,1,NULL,0),(2,'TE_GROUP','Grand groupe',NULL,1,NULL,0),(3,'TE_MEDIUM','PME/PMI',NULL,1,NULL,0),(4,'TE_SMALL','TPE',NULL,1,NULL,0),(5,'TE_ADMIN','Administration',NULL,1,NULL,0),(6,'TE_WHOLE','Grossiste',NULL,1,NULL,0),(7,'TE_RETAIL','Revendeur',NULL,1,NULL,0),(8,'TE_PRIVATE','Particulier',NULL,1,NULL,0),(100,'TE_OTHER','Autres',NULL,1,NULL,0),(101,'TE_HOMME','Homme',NULL,0,'cabinetmed',0),(102,'TE_FEMME','Femme',NULL,0,'cabinetmed',0),(231,'TE_A_RI','Responsable Inscripto',23,1,NULL,0),(232,'TE_B_RNI','Responsable No Inscripto',23,1,NULL,0),(233,'TE_C_FE','Consumidor Final/Exento',23,1,NULL,0);
      +/*!40000 ALTER TABLE `llx_c_typent` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_units`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_units`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_units` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `short_label` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_c_units_code` (`code`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_units`
      +--
      +
      +LOCK TABLES `llx_c_units` WRITE;
      +/*!40000 ALTER TABLE `llx_c_units` DISABLE KEYS */;
      +INSERT INTO `llx_c_units` VALUES (1,'P','piece','p',1),(2,'SET','set','se',1),(3,'S','second','s',1),(4,'H','hour','h',1),(5,'D','day','d',1),(6,'KG','kilogram','kg',1),(7,'G','gram','g',1),(8,'M','meter','m',1),(9,'LM','linear meter','lm',1),(10,'M2','square meter','m2',1),(11,'M3','cubic meter','m3',1),(12,'L','liter','l',1);
      +/*!40000 ALTER TABLE `llx_c_units` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_c_ziptown`
      +--
      +
      +DROP TABLE IF EXISTS `llx_c_ziptown`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_c_ziptown` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `code` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_county` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) NOT NULL DEFAULT '0',
      +  `zip` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `town` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ziptown_fk_pays` (`zip`,`town`,`fk_pays`),
      +  KEY `idx_c_ziptown_fk_county` (`fk_county`),
      +  KEY `idx_c_ziptown_fk_pays` (`fk_pays`),
      +  KEY `idx_c_ziptown_zip` (`zip`),
      +  CONSTRAINT `fk_c_ziptown_fk_county` FOREIGN KEY (`fk_county`) REFERENCES `llx_c_departements` (`rowid`),
      +  CONSTRAINT `fk_c_ziptown_fk_pays` FOREIGN KEY (`fk_pays`) REFERENCES `llx_c_country` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_c_ziptown`
      +--
      +
      +LOCK TABLES `llx_c_ziptown` WRITE;
      +/*!40000 ALTER TABLE `llx_c_ziptown` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_c_ziptown` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_parent` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` tinyint(4) NOT NULL DEFAULT '1',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `visible` tinyint(4) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `color` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_categorie_ref` (`entity`,`fk_parent`,`label`,`type`),
      +  KEY `idx_categorie_type` (`type`),
      +  KEY `idx_categorie_label` (`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie`
      +--
      +
      +LOCK TABLES `llx_categorie` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie` DISABLE KEYS */;
      +INSERT INTO `llx_categorie` VALUES (1,0,'Preferred Partners',1,1,'This category is used to tag suppliers that are Prefered Partners',NULL,0,NULL,'005fbf',NULL),(2,0,'MyCategory',1,1,'This is description of MyCategory for customer and prospects<br />',NULL,0,NULL,NULL,NULL),(3,7,'Hot products',1,1,'This is description of hot products<br />',NULL,0,NULL,NULL,NULL),(4,0,'Merchant',1,1,'Category dedicated to merchant third parties',NULL,0,NULL,'bf5f00',NULL),(5,7,'Bio Fairtrade',0,1,'',NULL,0,NULL,NULL,NULL),(6,7,'Bio AB',0,1,'',NULL,0,NULL,NULL,NULL),(7,9,'Bio',0,1,'This product is a BIO product',NULL,0,NULL,NULL,NULL),(8,7,'Bio Dynamic',0,1,'',NULL,0,NULL,NULL,NULL),(9,0,'High Quality Product',0,1,'Label dedicated for High quality products',NULL,0,NULL,'7f7f00',NULL),(10,0,'Reserved for VIP',0,1,'Product of thi category are reserved to VIP customers',NULL,0,NULL,'7f0000',NULL),(11,9,'ISO',0,1,'Product of this category has an ISO label',NULL,0,NULL,NULL,NULL),(12,0,'VIP',2,1,'',NULL,0,NULL,'bf5f00',NULL),(13,0,'Region North',2,1,'Customer of North Region',NULL,0,NULL,'7f007f',NULL),(14,0,'Regular customer',2,1,'',NULL,0,NULL,'5fbf00',NULL),(15,13,'Region North A',2,1,'',NULL,0,NULL,'bf00bf',NULL),(17,0,'MyTag1',4,1,'',NULL,0,NULL,NULL,NULL),(18,0,'Met during meeting',4,1,'',NULL,0,NULL,'ff7f00',NULL),(19,17,'MySubTag1',4,1,'',NULL,0,NULL,NULL,NULL),(20,13,'Region North B',2,1,'',NULL,0,NULL,'bf005f',NULL),(21,0,'Region South',2,1,'',NULL,0,NULL,NULL,NULL),(22,21,'Region South A',2,1,'',NULL,0,NULL,NULL,NULL),(23,21,'Region South B',2,1,'',NULL,0,NULL,NULL,NULL),(24,0,'Limited Edition',0,1,'This is a limited edition',NULL,0,NULL,'ff7f00',NULL),(25,0,'Imported products',0,1,'For product we have to import from another country',NULL,0,NULL,NULL,NULL),(26,28,'Friends',4,1,'Category of friends contact',NULL,0,NULL,'00bf00',NULL),(27,28,'Family',4,1,'Category of family contacts',NULL,0,NULL,'007f3f',NULL),(28,0,'Personal contacts',4,1,'For personal contacts',NULL,0,NULL,'007f3f',NULL),(29,0,'Online only merchant',1,1,'',NULL,0,NULL,'aaaaff',NULL),(30,0,'ppp',6,1,'ppp',NULL,0,NULL,'ff5656',NULL);
      +/*!40000 ALTER TABLE `llx_categorie` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_account` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_account` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_account`),
      +  KEY `idx_categorie_account_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_account_fk_account` (`fk_account`),
      +  CONSTRAINT `fk_categorie_account_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_account_fk_account` FOREIGN KEY (`fk_account`) REFERENCES `llx_bank_account` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_account`
      +--
      +
      +LOCK TABLES `llx_categorie_account` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_account` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_association`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_association`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_association` (
      +  `fk_categorie_mere` int(11) NOT NULL,
      +  `fk_categorie_fille` int(11) NOT NULL,
      +  UNIQUE KEY `uk_categorie_association` (`fk_categorie_mere`,`fk_categorie_fille`),
      +  UNIQUE KEY `uk_categorie_association_fk_categorie_fille` (`fk_categorie_fille`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_association`
      +--
      +
      +LOCK TABLES `llx_categorie_association` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_association` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_association` VALUES (3,5),(9,11);
      +/*!40000 ALTER TABLE `llx_categorie_association` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_contact` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_socpeople` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_socpeople`),
      +  KEY `idx_categorie_contact_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_contact_fk_socpeople` (`fk_socpeople`),
      +  CONSTRAINT `fk_categorie_contact_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_contact_fk_socpeople` FOREIGN KEY (`fk_socpeople`) REFERENCES `llx_socpeople` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_contact`
      +--
      +
      +LOCK TABLES `llx_categorie_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_contact` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_contact` VALUES (18,3,NULL),(18,6,NULL),(19,6,NULL),(26,9,NULL),(27,7,NULL),(27,8,NULL),(27,10,NULL),(28,11,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_fournisseur` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_soc`),
      +  KEY `idx_categorie_fournisseur_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_fournisseur_fk_societe` (`fk_soc`),
      +  CONSTRAINT `fk_categorie_fournisseur_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_fournisseur_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_fournisseur`
      +--
      +
      +LOCK TABLES `llx_categorie_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_fournisseur` VALUES (1,2,NULL),(1,10,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_lang`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_lang`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_lang` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_category` int(11) NOT NULL DEFAULT '0',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_category_lang` (`fk_category`,`lang`),
      +  CONSTRAINT `fk_category_lang_fk_category` FOREIGN KEY (`fk_category`) REFERENCES `llx_categorie` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_lang`
      +--
      +
      +LOCK TABLES `llx_categorie_lang` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_lang` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_lang` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_member`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_member`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_member` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_member` int(11) NOT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_member`),
      +  KEY `idx_categorie_member_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_member_fk_member` (`fk_member`),
      +  CONSTRAINT `fk_categorie_member_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_member_member_rowid` FOREIGN KEY (`fk_member`) REFERENCES `llx_adherent` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_member`
      +--
      +
      +LOCK TABLES `llx_categorie_member` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_member` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_member` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_product` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_product`),
      +  KEY `idx_categorie_product_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_product_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_categorie_product_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_product_product_rowid` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_product`
      +--
      +
      +LOCK TABLES `llx_categorie_product` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_product` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_product` VALUES (5,2,NULL),(6,2,NULL),(8,4,NULL),(9,5,NULL),(9,12,NULL),(10,3,NULL),(10,4,NULL),(24,1,NULL),(24,11,NULL),(25,10,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_project`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_project`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_project` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_project` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_project`),
      +  KEY `idx_categorie_project_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_project_fk_project` (`fk_project`),
      +  CONSTRAINT `fk_categorie_project_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_project_fk_project` FOREIGN KEY (`fk_project`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_categorie_project_fk_project_rowid` FOREIGN KEY (`fk_project`) REFERENCES `llx_projet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_project`
      +--
      +
      +LOCK TABLES `llx_categorie_project` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_project` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_project` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_societe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_societe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_societe` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_soc`),
      +  KEY `idx_categorie_societe_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_societe_fk_societe` (`fk_soc`),
      +  CONSTRAINT `fk_categorie_societe_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_societe_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_societe`
      +--
      +
      +LOCK TABLES `llx_categorie_societe` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_societe` DISABLE KEYS */;
      +INSERT INTO `llx_categorie_societe` VALUES (12,10,NULL),(12,11,NULL),(14,11,NULL);
      +/*!40000 ALTER TABLE `llx_categorie_societe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categorie_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categorie_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categorie_user` (
      +  `fk_categorie` int(11) NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_categorie`,`fk_user`),
      +  KEY `idx_categorie_user_fk_categorie` (`fk_categorie`),
      +  KEY `idx_categorie_user_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_categorie_user_categorie_rowid` FOREIGN KEY (`fk_categorie`) REFERENCES `llx_categorie` (`rowid`),
      +  CONSTRAINT `fk_categorie_user_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categorie_user`
      +--
      +
      +LOCK TABLES `llx_categorie_user` WRITE;
      +/*!40000 ALTER TABLE `llx_categorie_user` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categorie_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_categories_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_categories_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_categories_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_categories_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_categories_extrafields`
      +--
      +
      +LOCK TABLES `llx_categories_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_categories_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_categories_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_chargesociales`
      +--
      +
      +DROP TABLE IF EXISTS `llx_chargesociales`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_chargesociales` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_ech` datetime NOT NULL,
      +  `libelle` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_type` int(11) NOT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `periode` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `ref` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_chargesociales`
      +--
      +
      +LOCK TABLES `llx_chargesociales` WRITE;
      +/*!40000 ALTER TABLE `llx_chargesociales` DISABLE KEYS */;
      +INSERT INTO `llx_chargesociales` VALUES (4,'2011-08-09 00:00:00','fff',1,60,NULL,NULL,10.00000000,1,'2011-08-01','2012-12-08 13:11:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_chargesociales` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `date_commande` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `source` smallint(6) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `amount_ht` double(24,8) DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facture` tinyint(4) DEFAULT '0',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `fk_warehouse` int(11) DEFAULT NULL,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `fk_input_reason` int(11) DEFAULT NULL,
      +  `fk_delivery_address` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_commande_ref` (`ref`,`entity`),
      +  KEY `idx_commande_fk_soc` (`fk_soc`),
      +  KEY `idx_commande_fk_user_author` (`fk_user_author`),
      +  KEY `idx_commande_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_commande_fk_user_cloture` (`fk_user_cloture`),
      +  KEY `idx_commande_fk_projet` (`fk_projet`),
      +  KEY `idx_commande_fk_account` (`fk_account`),
      +  KEY `idx_commande_fk_currency` (`fk_currency`),
      +  CONSTRAINT `fk_commande_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_cloture` FOREIGN KEY (`fk_user_cloture`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_commande_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande`
      +--
      +
      +LOCK TABLES `llx_commande` WRITE;
      +/*!40000 ALTER TABLE `llx_commande` DISABLE KEYS */;
      +INSERT INTO `llx_commande` VALUES (1,'2016-07-30 15:13:20',1,NULL,'CO1107-0002',1,NULL,NULL,'','2011-07-20 15:23:12','2016-08-08 13:59:09',NULL,'2016-07-20',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,1,1,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,'2016-07-30 15:13:20',1,NULL,'CO1107-0003',1,NULL,NULL,'','2011-07-20 23:20:12','2018-02-12 17:06:51',NULL,'2016-07-21',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,'2016-07-30 15:13:20',1,NULL,'CO1107-0004',1,NULL,NULL,'','2011-07-20 23:22:53','2018-02-17 18:27:56',NULL,'2016-07-21',1,NULL,1,NULL,NULL,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,30.00000000,30.00000000,'','','einstein',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(5,'2016-07-30 15:12:32',1,NULL,'CO1108-0001',1,NULL,NULL,'','2011-08-08 03:04:11','2015-08-08 03:04:21',NULL,'2015-08-08',1,NULL,1,NULL,NULL,2,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,'','','einstein',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(6,'2016-07-30 15:13:20',19,NULL,'(PROV6)',1,NULL,NULL,'','2013-02-17 16:22:14',NULL,NULL,'2016-02-17',1,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,11.76000000,0.00000000,0.00000000,60.00000000,71.76000000,'','','einstein',0,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(17,'2017-02-15 22:50:34',4,NULL,'CO7001-0005',1,NULL,NULL,NULL,'2017-02-15 23:50:34','2017-02-15 23:50:34',NULL,'2016-05-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,509.00000000,509.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,509.00000000,0.00000000,509.00000000,NULL),(18,'2017-02-15 23:08:58',7,4,'CO7001-0006',1,NULL,NULL,NULL,'2017-02-15 23:51:23','2017-02-15 23:51:23',NULL,'2017-02-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,900.00000000,900.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,900.00000000,0.00000000,900.00000000,NULL),(20,'2017-02-15 23:09:04',4,NULL,'CO7001-0007',1,NULL,NULL,NULL,'2017-02-15 23:55:52','2017-02-15 23:55:52',NULL,'2016-04-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,330.00000000,330.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,330.00000000,0.00000000,330.00000000,NULL),(29,'2017-02-15 23:08:42',4,NULL,'CO7001-0008',1,NULL,NULL,NULL,'2017-02-16 00:03:44','2017-02-16 00:03:44',NULL,'2017-02-12',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,457.00000000,457.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,457.00000000,0.00000000,457.00000000,NULL),(34,'2017-02-15 23:08:47',11,NULL,'CO7001-0009',1,NULL,NULL,NULL,'2017-02-16 00:05:01','2017-02-16 00:05:01',NULL,'2017-01-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,124.00000000,124.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,124.00000000,0.00000000,124.00000000,NULL),(38,'2017-02-15 23:08:50',3,NULL,'CO7001-0010',1,NULL,NULL,NULL,'2017-02-16 00:05:01','2017-02-16 00:05:01',NULL,'2017-02-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,200.00000000,200.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL),(40,'2017-02-15 23:08:53',11,NULL,'CO7001-0011',1,NULL,NULL,NULL,'2017-02-16 00:05:10','2017-02-16 00:05:11',NULL,'2017-01-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1210.00000000,1210.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1210.00000000,0.00000000,1210.00000000,NULL),(43,'2017-02-15 23:05:11',10,NULL,'CO7001-0012',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2017-02-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,478.00000000,478.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,478.00000000,0.00000000,478.00000000,NULL),(47,'2017-02-15 23:09:10',1,NULL,'CO7001-0013',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2016-11-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,55.00000000,55.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,55.00000000,0.00000000,55.00000000,NULL),(48,'2017-02-15 23:09:07',4,NULL,'CO7001-0014',1,NULL,NULL,NULL,'2017-02-16 00:05:11','2017-02-16 00:05:11',NULL,'2016-07-30',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,540.00000000,540.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,540.00000000,0.00000000,540.00000000,NULL),(50,'2017-02-15 23:05:26',1,NULL,'CO7001-0015',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26',NULL,'2017-12-12',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,118.00000000,118.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,118.00000000,0.00000000,118.00000000,NULL),(54,'2017-02-15 23:06:01',12,NULL,'CO7001-0016',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26','2017-02-16 03:05:56','2016-06-03',12,NULL,12,12,1,3,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,220.00000000,220.00000000,'','','',1,NULL,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,220.00000000,0.00000000,220.00000000,NULL),(58,'2017-02-15 23:09:13',1,NULL,'CO7001-0017',1,NULL,NULL,NULL,'2017-02-16 00:05:26','2017-02-16 00:05:26',NULL,'2016-07-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,436.00000000,436.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,436.00000000,0.00000000,436.00000000,NULL),(62,'2017-02-15 23:09:16',19,NULL,'CO7001-0018',1,NULL,NULL,NULL,'2017-02-16 00:05:35','2017-02-16 00:05:35',NULL,'2016-02-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,410.00000000,410.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,410.00000000,0.00000000,410.00000000,NULL),(68,'2017-02-15 23:09:19',3,NULL,'CO7001-0019',1,NULL,NULL,NULL,'2017-02-16 00:05:35','2017-02-16 00:05:35',NULL,'2016-05-19',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,45.00000000,45.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,45.00000000,0.00000000,45.00000000,NULL),(72,'2017-02-15 23:09:23',6,NULL,'CO7001-0020',1,NULL,NULL,NULL,'2017-02-16 00:05:36','2017-02-16 00:05:36',NULL,'2016-11-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,610.00000000,610.00000000,'','','',0,NULL,NULL,NULL,NULL,NULL,2,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,610.00000000,0.00000000,610.00000000,NULL),(75,'2017-02-16 00:14:20',4,NULL,'CO7001-0021',1,NULL,NULL,NULL,'2017-02-16 00:05:37','2017-02-16 04:14:20',NULL,'2016-02-13',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,25.00000000,49.88000000,0.00000000,1200.00000000,1274.88000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1200.00000000,25.00000000,1274.88000000,NULL),(78,'2017-02-15 23:05:37',12,NULL,'CO7001-0022',1,NULL,NULL,NULL,'2017-02-16 00:05:37','2017-02-16 00:05:37',NULL,'2016-10-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,928.00000000,928.00000000,'','','',0,NULL,NULL,2,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,928.00000000,0.00000000,928.00000000,NULL),(81,'2017-02-15 23:09:30',11,NULL,'CO7001-0023',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-07-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,725.00000000,725.00000000,'','','',0,NULL,NULL,2,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,725.00000000,0.00000000,725.00000000,NULL),(83,'2017-02-15 23:10:24',26,NULL,'CO7001-0024',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-04-03',12,NULL,12,NULL,1,-1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,105.00000000,105.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,1,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,105.00000000,0.00000000,105.00000000,NULL),(84,'2017-02-15 23:05:38',2,NULL,'CO7001-0025',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-06-19',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,510.00000000,510.00000000,'','','',0,NULL,NULL,1,NULL,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,510.00000000,0.00000000,510.00000000,NULL),(85,'2017-02-15 23:05:38',1,NULL,'CO7001-0026',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2016-01-03',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,47.00000000,47.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,47.00000000,0.00000000,47.00000000,NULL),(88,'2017-02-15 23:09:36',10,NULL,'CO7001-0027',1,NULL,NULL,NULL,'2017-02-16 00:05:38','2017-02-16 00:05:38',NULL,'2015-02-23',12,NULL,12,NULL,1,1,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,50.00000000,50.00000000,'','','',0,NULL,NULL,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,50.00000000,0.00000000,50.00000000,NULL),(90,'2017-02-16 00:46:31',19,NULL,'(PROV90)',1,NULL,NULL,NULL,'2017-02-16 04:46:31',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,440.00000000,440.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,440.00000000,0.00000000,440.00000000,NULL),(91,'2017-02-16 00:46:37',1,NULL,'(PROV91)',1,NULL,NULL,NULL,'2017-02-16 04:46:37',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1000.00000000,1000.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1000.00000000,0.00000000,1000.00000000,NULL),(92,'2017-02-16 00:47:25',3,NULL,'(PROV92)',1,NULL,NULL,NULL,'2017-02-16 04:47:25',NULL,NULL,'2017-02-16',12,NULL,NULL,NULL,NULL,0,0.00000000,0,NULL,0,0.00000000,0.00000000,0.00000000,1018.00000000,1018.00000000,'','','',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'',0,'EUR',1.00000000,1018.00000000,0.00000000,1018.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_commande` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) NOT NULL,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_supplier` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_approve` datetime DEFAULT NULL,
      +  `date_approve2` datetime DEFAULT NULL,
      +  `date_commande` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_approve` int(11) DEFAULT NULL,
      +  `fk_user_approve2` int(11) DEFAULT NULL,
      +  `source` smallint(6) NOT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `billed` smallint(6) DEFAULT '0',
      +  `amount_ht` double(24,8) DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_input_method` int(11) DEFAULT '0',
      +  `fk_cond_reglement` int(11) DEFAULT '0',
      +  `fk_mode_reglement` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` datetime DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_commande_fournisseur_ref` (`ref`,`fk_soc`,`entity`),
      +  KEY `idx_commande_fournisseur_fk_soc` (`fk_soc`),
      +  KEY `billed` (`billed`),
      +  CONSTRAINT `fk_commande_fournisseur_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseur` VALUES (1,'2017-02-01 14:54:01',13,'CF1007-0001',1,NULL,NULL,NULL,'2016-07-11 17:13:40','2017-02-01 18:51:42','2017-02-01 18:52:04',NULL,'2017-02-01',1,NULL,12,12,NULL,0,4,0,0.00000000,0,0,39.20000000,0.00000000,0.00000000,200.00000000,239.20000000,NULL,NULL,'muscadet',2,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,'2016-07-30 16:11:52',1,'CF1007-0002',1,NULL,NULL,NULL,'2016-07-11 18:46:28','2016-07-11 18:47:33',NULL,NULL,'2016-07-11',1,NULL,1,NULL,NULL,0,3,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,200.00000000,200.00000000,NULL,NULL,'muscadet',4,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,'2012-12-08 13:11:07',17,'(PROV3)',1,NULL,NULL,NULL,'2011-08-04 23:00:52',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,'muscadet',0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(4,'2012-12-08 13:11:07',17,'(PROV4)',1,NULL,NULL,NULL,'2011-08-04 23:19:32',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,'muscadet',0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(13,'2017-02-01 13:35:27',1,'CF1303-0004',1,NULL,NULL,NULL,'2016-03-09 19:39:18','2016-03-09 19:39:27','2016-03-09 19:39:32',NULL,'2016-03-09',1,NULL,1,1,NULL,0,2,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,NULL,NULL,'muscadet',1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_commande_fournisseur` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_dispatch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_dispatch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_dispatch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `fk_commandefourndet` int(11) NOT NULL DEFAULT '0',
      +  `qty` float DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseur_dispatch_fk_commande` (`fk_commande`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_dispatch`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_dispatch` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_dispatch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_dispatch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseur_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseur_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseur_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseur_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datelog` datetime NOT NULL,
      +  `fk_commande` int(11) NOT NULL,
      +  `fk_statut` smallint(6) NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `comment` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseur_log`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseur_log` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_log` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseur_log` VALUES (1,'2010-07-11 15:13:40','2010-07-11 17:13:40',1,0,1,NULL),(2,'2010-07-11 15:15:42','2010-07-11 17:15:42',1,1,1,NULL),(3,'2010-07-11 15:16:28','2010-07-11 17:16:28',1,2,1,NULL),(4,'2010-07-11 15:19:14','2010-07-11 00:00:00',1,3,1,NULL),(5,'2010-07-11 15:19:36','2010-07-11 00:00:00',1,5,1,NULL),(6,'2010-07-11 16:46:28','2010-07-11 18:46:28',2,0,1,NULL),(7,'2010-07-11 16:47:33','2010-07-11 18:47:33',2,1,1,NULL),(8,'2010-07-11 16:47:41','2010-07-11 18:47:41',2,2,1,NULL),(9,'2010-07-11 16:48:00','2010-07-11 00:00:00',2,3,1,NULL),(10,'2011-08-04 21:00:52','2011-08-04 23:00:52',3,0,1,NULL),(11,'2011-08-04 21:19:32','2011-08-04 23:19:32',4,0,1,NULL),(12,'2011-08-04 21:22:16','2011-08-04 23:22:16',5,0,1,NULL),(13,'2011-08-04 21:22:54','2011-08-04 23:22:54',6,0,1,NULL),(14,'2011-08-04 21:23:29','2011-08-04 23:23:29',7,0,1,NULL),(15,'2011-08-04 21:36:10','2011-08-04 23:36:10',8,0,1,NULL),(19,'2011-08-08 13:04:37','2011-08-08 15:04:37',6,1,1,NULL),(20,'2011-08-08 13:04:38','2011-08-08 15:04:38',6,2,1,NULL),(29,'2013-03-09 18:39:18','2013-03-09 19:39:18',13,0,1,NULL),(30,'2013-03-09 18:39:27','2013-03-09 19:39:27',13,1,1,NULL),(31,'2013-03-09 18:39:32','2013-03-09 19:39:32',13,2,1,NULL),(32,'2013-03-09 18:39:41','2013-03-09 00:00:00',13,3,1,'hf'),(33,'2013-03-22 09:26:38','2013-03-22 10:26:38',14,0,1,NULL);
      +/*!40000 ALTER TABLE `llx_commande_fournisseur_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseurdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseurdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseurdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_commande_fournisseurdet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_commande_fournisseurdet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseurdet`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseurdet` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet` DISABLE KEYS */;
      +INSERT INTO `llx_commande_fournisseurdet` VALUES (1,1,NULL,NULL,'','','Chips',19.600,'',0.000,'',0.000,'',10,0,0,20.00000000,200.00000000,39.20000000,0.00000000,0.00000000,239.20000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,2,NULL,4,'ABCD','Decapsuleur','',0.000,'',0.000,'',0.000,'',20,0,0,10.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(6,13,NULL,NULL,'','','dfgdf',0.000,'',0.000,'0',0.000,'0',1,0,0,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000);
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commande_fournisseurdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commande_fournisseurdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commande_fournisseurdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commande_fournisseurdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commande_fournisseurdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_commande_fournisseurdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commande_fournisseurdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commandedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commandedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commandedet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_commande` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT NULL,
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT NULL,
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_commandefourndet` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commandedet_fk_commande` (`fk_commande`),
      +  KEY `idx_commandedet_fk_product` (`fk_product`),
      +  KEY `fk_commandedet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_commandedet_fk_commande` FOREIGN KEY (`fk_commande`) REFERENCES `llx_commande` (`rowid`),
      +  CONSTRAINT `fk_commandedet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=292 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commandedet`
      +--
      +
      +LOCK TABLES `llx_commandedet` WRITE;
      +/*!40000 ALTER TABLE `llx_commandedet` DISABLE KEYS */;
      +INSERT INTO `llx_commandedet` VALUES (1,1,NULL,NULL,NULL,'Product 1',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,1,NULL,2,NULL,'',0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,1,NULL,5,NULL,'cccc',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,2,NULL,NULL,NULL,'hgf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(10,5,NULL,NULL,NULL,'gfdgdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,6,NULL,NULL,NULL,'gdfg',19.600,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,6,NULL,NULL,NULL,'gfdgd',19.600,'',0.000,'',0.000,'',1,0,0,NULL,50,50.00000000,50.00000000,9.80000000,0.00000000,0.00000000,59.80000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(14,3,NULL,NULL,NULL,'gdfgdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(15,3,NULL,NULL,NULL,'fghfgh',0.000,'',0.000,'',0.000,'',1,0,0,NULL,20,20.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(16,17,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(17,17,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(18,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(19,18,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(20,18,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(21,18,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(24,20,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,5,5.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,20.00000000,0.00000000,20.00000000),(25,20,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(26,20,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(55,29,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(56,29,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(57,29,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(58,29,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,1,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(59,29,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(75,34,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(76,34,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(77,34,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(78,34,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,1,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(94,38,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(95,38,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(99,40,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(100,40,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(101,40,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(102,40,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(103,40,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(112,43,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(113,43,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(114,43,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(115,43,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(116,43,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(125,47,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(126,47,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(127,47,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(128,47,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(129,48,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(130,48,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(134,50,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(135,50,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(145,54,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(146,54,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(158,58,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(159,58,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(160,58,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,9,9.00000000,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',9.00000000,36.00000000,0.00000000,36.00000000),(174,62,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(175,62,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(176,62,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(198,68,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(199,68,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(209,72,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(210,72,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(211,72,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(212,72,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(213,72,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(227,75,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(235,78,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(236,78,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(237,78,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(238,78,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(246,81,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(247,81,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(248,81,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,5,5.00000000,25.00000000,0.00000000,0.00000000,0.00000000,25.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',5.00000000,25.00000000,0.00000000,25.00000000),(253,83,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(254,83,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(255,83,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(256,83,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(257,84,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(258,84,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(259,84,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(260,85,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(261,85,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(262,85,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(271,88,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(272,88,NULL,3,NULL,'',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(276,75,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,90.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(278,75,NULL,13,NULL,'A powerfull computer XP4523&nbsp;<br />\r\n(Code douane: USXP765 - Pays d&#39;origine: Etats-Unis)',5.000,'',9.975,'1',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,25.00000000,49.88000000,0.00000000,574.88000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,25.00000000,574.88000000),(279,75,NULL,13,NULL,'A powerfull computer XP4523&nbsp;<br>\n(Code douane: USXP765 - Pays d\'origine: Etats-Unis)',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(280,90,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(281,90,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(282,90,NULL,2,NULL,'',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(283,90,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(284,91,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(285,91,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(286,91,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(287,92,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(288,92,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(289,92,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(290,92,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(291,92,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0,'EUR',9.00000000,18.00000000,0.00000000,18.00000000);
      +/*!40000 ALTER TABLE `llx_commandedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_commandedet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_commandedet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_commandedet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_commandedet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_commandedet_extrafields`
      +--
      +
      +LOCK TABLES `llx_commandedet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_commandedet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_commandedet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_comment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_comment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_comment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `description` text COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_element` int(11) DEFAULT NULL,
      +  `element_type` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `import_key` varchar(125) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_comment`
      +--
      +
      +LOCK TABLES `llx_comment` WRITE;
      +/*!40000 ALTER TABLE `llx_comment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_comment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cond_reglement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cond_reglement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cond_reglement` (
      +  `rowid` int(11) NOT NULL,
      +  `code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sortorder` smallint(6) DEFAULT NULL,
      +  `active` tinyint(4) DEFAULT '1',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `libelle_facture` text COLLATE utf8_unicode_ci,
      +  `fdm` tinyint(4) DEFAULT NULL,
      +  `nbjour` smallint(6) DEFAULT NULL,
      +  `decalage` smallint(6) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cond_reglement`
      +--
      +
      +LOCK TABLES `llx_cond_reglement` WRITE;
      +/*!40000 ALTER TABLE `llx_cond_reglement` DISABLE KEYS */;
      +INSERT INTO `llx_cond_reglement` VALUES (1,'RECEP',1,1,'A réception','Réception de facture',0,0,NULL),(2,'30D',2,1,'30 jours','Réglement à 30 jours',0,30,NULL),(3,'30DENDMONTH',3,1,'30 jours fin de mois','Réglement à 30 jours fin de mois',1,30,NULL),(4,'60D',4,1,'60 jours','Réglement à 60 jours',0,60,NULL),(5,'60DENDMONTH',5,1,'60 jours fin de mois','Réglement à 60 jours fin de mois',1,60,NULL);
      +/*!40000 ALTER TABLE `llx_cond_reglement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_const`
      +--
      +
      +DROP TABLE IF EXISTS `llx_const`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_const` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `value` text COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(64) COLLATE utf8_unicode_ci DEFAULT 'string',
      +  `visible` tinyint(4) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_const` (`name`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6610 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_const`
      +--
      +
      +LOCK TABLES `llx_const` WRITE;
      +/*!40000 ALTER TABLE `llx_const` DISABLE KEYS */;
      +INSERT INTO `llx_const` VALUES (8,'MAIN_UPLOAD_DOC',0,'2048','chaine',0,'Max size for file upload (0 means no upload allowed)','2010-07-08 11:17:57'),(9,'MAIN_SEARCHFORM_SOCIETE',0,'1','yesno',0,'Show form for quick company search','2010-07-08 11:17:57'),(10,'MAIN_SEARCHFORM_CONTACT',0,'1','yesno',0,'Show form for quick contact search','2010-07-08 11:17:57'),(11,'MAIN_SEARCHFORM_PRODUITSERVICE',0,'1','yesno',0,'Show form for quick product search','2010-07-08 11:17:58'),(12,'MAIN_SEARCHFORM_ADHERENT',0,'1','yesno',0,'Show form for quick member search','2010-07-08 11:17:58'),(16,'MAIN_SIZE_LISTE_LIMIT',0,'25','chaine',0,'Longueur maximum des listes','2010-07-08 11:17:58'),(29,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',1,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2010-07-08 11:17:58'),(33,'SOCIETE_NOLIST_COURRIER',0,'1','yesno',0,'Liste les fichiers du repertoire courrier','2010-07-08 11:17:58'),(36,'ADHERENT_MAIL_REQUIRED',1,'1','yesno',0,'EMail required to create a new member','2010-07-08 11:17:58'),(37,'ADHERENT_MAIL_FROM',1,'adherents@domain.com','chaine',0,'Sender EMail for automatic emails','2010-07-08 11:17:58'),(38,'ADHERENT_MAIL_RESIL',1,'Your subscription has been resiliated.\r\nWe hope to see you soon again','html',0,'Mail resiliation','2018-11-23 11:56:07'),(39,'ADHERENT_MAIL_VALID',1,'Your subscription has been validated.\r\nThis is a remind of your personal information :\r\n\r\n%INFOS%\r\n\r\n','html',0,'Mail de validation','2018-11-23 11:56:07'),(40,'ADHERENT_MAIL_COTIS',1,'Hello %PRENOM%,\r\nThanks for your subscription.\r\nThis email confirms that your subscription has been received and processed.\r\n\r\n','html',0,'Mail de validation de cotisation','2018-11-23 11:56:07'),(41,'ADHERENT_MAIL_VALID_SUBJECT',1,'Your subscription has been validated','chaine',0,'Sujet du mail de validation','2010-07-08 11:17:59'),(42,'ADHERENT_MAIL_RESIL_SUBJECT',1,'Resiliating your subscription','chaine',0,'Sujet du mail de resiliation','2010-07-08 11:17:59'),(43,'ADHERENT_MAIL_COTIS_SUBJECT',1,'Receipt of your subscription','chaine',0,'Sujet du mail de validation de cotisation','2010-07-08 11:17:59'),(44,'MAILING_EMAIL_FROM',1,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2010-07-08 11:17:59'),(45,'ADHERENT_USE_MAILMAN',1,'0','yesno',0,'Utilisation de Mailman','2010-07-08 11:17:59'),(46,'ADHERENT_MAILMAN_UNSUB_URL',1,'http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&user=%EMAIL%','chaine',0,'Url de desinscription aux listes mailman','2010-07-08 11:17:59'),(47,'ADHERENT_MAILMAN_URL',1,'http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL%','chaine',0,'Url pour les inscriptions mailman','2010-07-08 11:17:59'),(48,'ADHERENT_MAILMAN_LISTS',1,'test-test,test-test2','chaine',0,'Listes auxquelles inscrire les nouveaux adherents','2010-07-08 11:17:59'),(49,'ADHERENT_MAILMAN_ADMINPW',1,'','chaine',0,'Mot de passe Admin des liste mailman','2010-07-08 11:17:59'),(50,'ADHERENT_MAILMAN_SERVER',1,'lists.domain.com','chaine',0,'Serveur hebergeant les interfaces d Admin des listes mailman','2010-07-08 11:17:59'),(51,'ADHERENT_MAILMAN_LISTS_COTISANT',1,'','chaine',0,'Liste(s) auxquelles les nouveaux cotisants sont inscris automatiquement','2010-07-08 11:17:59'),(52,'ADHERENT_USE_SPIP',1,'0','yesno',0,'Utilisation de SPIP ?','2010-07-08 11:17:59'),(53,'ADHERENT_USE_SPIP_AUTO',1,'0','yesno',0,'Utilisation de SPIP automatiquement','2010-07-08 11:17:59'),(54,'ADHERENT_SPIP_USER',1,'user','chaine',0,'user spip','2010-07-08 11:17:59'),(55,'ADHERENT_SPIP_PASS',1,'pass','chaine',0,'Pass de connection','2010-07-08 11:17:59'),(56,'ADHERENT_SPIP_SERVEUR',1,'localhost','chaine',0,'serveur spip','2010-07-08 11:17:59'),(57,'ADHERENT_SPIP_DB',1,'spip','chaine',0,'db spip','2010-07-08 11:17:59'),(58,'ADHERENT_CARD_HEADER_TEXT',1,'%ANNEE%','chaine',0,'Texte imprime sur le haut de la carte adherent','2010-07-08 11:17:59'),(59,'ADHERENT_CARD_FOOTER_TEXT',1,'Association AZERTY','chaine',0,'Texte imprime sur le bas de la carte adherent','2010-07-08 11:17:59'),(61,'FCKEDITOR_ENABLE_USER',1,'1','yesno',0,'Activation fckeditor sur notes utilisateurs','2010-07-08 11:17:59'),(62,'FCKEDITOR_ENABLE_SOCIETE',1,'1','yesno',0,'Activation fckeditor sur notes societe','2010-07-08 11:17:59'),(63,'FCKEDITOR_ENABLE_PRODUCTDESC',1,'1','yesno',0,'Activation fckeditor sur notes produits','2010-07-08 11:17:59'),(64,'FCKEDITOR_ENABLE_MEMBER',1,'1','yesno',0,'Activation fckeditor sur notes adherent','2010-07-08 11:17:59'),(65,'FCKEDITOR_ENABLE_MAILING',1,'1','yesno',0,'Activation fckeditor sur emailing','2010-07-08 11:17:59'),(67,'DON_ADDON_MODEL',1,'html_cerfafr','chaine',0,'','2010-07-08 11:18:00'),(68,'PROPALE_ADDON',1,'mod_propale_marbre','chaine',0,'','2010-07-08 11:18:00'),(69,'PROPALE_ADDON_PDF',1,'azur','chaine',0,'','2010-07-08 11:18:00'),(70,'COMMANDE_ADDON',1,'mod_commande_marbre','chaine',0,'','2010-07-08 11:18:00'),(71,'COMMANDE_ADDON_PDF',1,'einstein','chaine',0,'','2010-07-08 11:18:00'),(72,'COMMANDE_SUPPLIER_ADDON',1,'mod_commande_fournisseur_muguet','chaine',0,'','2010-07-08 11:18:00'),(73,'COMMANDE_SUPPLIER_ADDON_PDF',1,'muscadet','chaine',0,'','2010-07-08 11:18:00'),(74,'EXPEDITION_ADDON',1,'enlevement','chaine',0,'','2010-07-08 11:18:00'),(76,'FICHEINTER_ADDON',1,'pacific','chaine',0,'','2010-07-08 11:18:00'),(77,'FICHEINTER_ADDON_PDF',1,'soleil','chaine',0,'','2010-07-08 11:18:00'),(79,'FACTURE_ADDON_PDF',1,'crabe','chaine',0,'','2010-07-08 11:18:00'),(80,'PROPALE_VALIDITY_DURATION',1,'15','chaine',0,'Durée de validitée des propales','2010-07-08 11:18:00'),(230,'COMPANY_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/thirdparties','chaine',0,NULL,'2010-07-08 11:26:20'),(238,'LIVRAISON_ADDON_PDF',1,'typhon','chaine',0,'Nom du gestionnaire de generation des commandes en PDF','2010-07-08 11:26:27'),(239,'LIVRAISON_ADDON_NUMBER',1,'mod_livraison_jade','chaine',0,'Nom du gestionnaire de numerotation des bons de livraison','2013-03-20 13:17:36'),(245,'FACTURE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/invoices','chaine',0,NULL,'2010-07-08 11:28:53'),(249,'DON_FORM',1,'html_cerfafr','chaine',0,'Nom du gestionnaire de formulaire de dons','2017-09-06 16:12:22'),(254,'ADHERENT_BANK_ACCOUNT',1,'','chaine',0,'ID du Compte banquaire utilise','2010-07-08 11:29:05'),(255,'ADHERENT_BANK_CATEGORIE',1,'','chaine',0,'ID de la categorie banquaire des cotisations','2010-07-08 11:29:05'),(256,'ADHERENT_ETIQUETTE_TYPE',1,'L7163','chaine',0,'Type d etiquette (pour impression de planche d etiquette)','2010-07-08 11:29:05'),(269,'PROJECT_ADDON_PDF',1,'baleine','chaine',0,'Nom du gestionnaire de generation des projets en PDF','2010-07-08 11:29:33'),(270,'PROJECT_ADDON',1,'mod_project_simple','chaine',0,'Nom du gestionnaire de numerotation des projets','2010-07-08 11:29:33'),(368,'STOCK_USERSTOCK_AUTOCREATE',1,'1','chaine',0,'','2010-07-08 22:44:59'),(369,'EXPEDITION_ADDON_PDF',1,'merou','chaine',0,'','2010-07-08 22:58:07'),(377,'FACTURE_ADDON',1,'mod_facture_terre','chaine',0,'','2010-07-08 23:08:12'),(380,'ADHERENT_CARD_TEXT',1,'%TYPE% n° %ID%\r\n%PRENOM% %NOM%\r\n<%EMAIL%>\r\n%ADRESSE%\r\n%CP% %VILLE%\r\n%PAYS%','',0,'Texte imprime sur la carte adherent','2010-07-08 23:14:46'),(381,'ADHERENT_CARD_TEXT_RIGHT',1,'aaa','',0,'','2010-07-08 23:14:55'),(385,'PRODUIT_USE_SEARCH_TO_SELECT',1,'1','chaine',0,'','2010-07-08 23:22:19'),(386,'STOCK_CALCULATE_ON_SHIPMENT',1,'1','chaine',0,'','2010-07-08 23:23:21'),(387,'STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER',1,'1','chaine',0,'','2010-07-08 23:23:26'),(392,'MAIN_AGENDA_XCAL_EXPORTKEY',1,'dolibarr','chaine',0,'','2010-07-08 23:27:50'),(393,'MAIN_AGENDA_EXPORT_PAST_DELAY',1,'100','chaine',0,'','2010-07-08 23:27:50'),(610,'CASHDESK_ID_THIRDPARTY',1,'7','chaine',0,'','2010-07-11 17:08:18'),(611,'CASHDESK_ID_BANKACCOUNT_CASH',1,'3','chaine',0,'','2010-07-11 17:08:18'),(612,'CASHDESK_ID_BANKACCOUNT_CHEQUE',1,'1','chaine',0,'','2010-07-11 17:08:18'),(613,'CASHDESK_ID_BANKACCOUNT_CB',1,'1','chaine',0,'','2010-07-11 17:08:18'),(614,'CASHDESK_ID_WAREHOUSE',1,'2','chaine',0,'','2010-07-11 17:08:18'),(660,'LDAP_USER_DN',1,'ou=users,dc=my-domain,dc=com','chaine',0,NULL,'2010-07-18 10:25:27'),(661,'LDAP_GROUP_DN',1,'ou=groups,dc=my-domain,dc=com','chaine',0,NULL,'2010-07-18 10:25:27'),(662,'LDAP_FILTER_CONNECTION',1,'&(objectClass=user)(objectCategory=person)','chaine',0,NULL,'2010-07-18 10:25:27'),(663,'LDAP_FIELD_LOGIN',1,'uid','chaine',0,NULL,'2010-07-18 10:25:27'),(664,'LDAP_FIELD_FULLNAME',1,'cn','chaine',0,NULL,'2010-07-18 10:25:27'),(665,'LDAP_FIELD_NAME',1,'sn','chaine',0,NULL,'2010-07-18 10:25:27'),(666,'LDAP_FIELD_FIRSTNAME',1,'givenname','chaine',0,NULL,'2010-07-18 10:25:27'),(667,'LDAP_FIELD_MAIL',1,'mail','chaine',0,NULL,'2010-07-18 10:25:27'),(668,'LDAP_FIELD_PHONE',1,'telephonenumber','chaine',0,NULL,'2010-07-18 10:25:27'),(669,'LDAP_FIELD_FAX',1,'facsimiletelephonenumber','chaine',0,NULL,'2010-07-18 10:25:27'),(670,'LDAP_FIELD_MOBILE',1,'mobile','chaine',0,NULL,'2010-07-18 10:25:27'),(671,'LDAP_SERVER_TYPE',1,'openldap','chaine',0,'','2010-07-18 10:25:46'),(672,'LDAP_SERVER_PROTOCOLVERSION',1,'3','chaine',0,'','2010-07-18 10:25:47'),(673,'LDAP_SERVER_HOST',1,'localhost','chaine',0,'','2010-07-18 10:25:47'),(674,'LDAP_SERVER_PORT',1,'389','chaine',0,'','2010-07-18 10:25:47'),(675,'LDAP_SERVER_USE_TLS',1,'0','chaine',0,'','2010-07-18 10:25:47'),(676,'LDAP_SYNCHRO_ACTIVE',1,'dolibarr2ldap','chaine',0,'','2010-07-18 10:25:47'),(677,'LDAP_CONTACT_ACTIVE',1,'1','chaine',0,'','2010-07-18 10:25:47'),(678,'LDAP_MEMBER_ACTIVE',1,'1','chaine',0,'','2010-07-18 10:25:47'),(974,'MAIN_MODULE_WORKFLOW_TRIGGERS',1,'1','chaine',0,NULL,'2011-07-18 18:02:20'),(975,'WORKFLOW_PROPAL_AUTOCREATE_ORDER',1,'1','chaine',0,'','2011-07-18 18:02:24'),(980,'PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR',1,'1234567','chaine',0,'','2011-07-18 18:05:50'),(983,'FACTURE_RIB_NUMBER',1,'1','chaine',0,'','2011-07-18 18:35:14'),(984,'FACTURE_CHQ_NUMBER',1,'1','chaine',0,'','2011-07-18 18:35:14'),(1016,'GOOGLE_DUPLICATE_INTO_GCAL',1,'1','chaine',0,'','2011-07-18 21:40:20'),(1152,'SOCIETE_CODECLIENT_ADDON',1,'mod_codeclient_monkey','chaine',0,'','2011-07-29 20:50:02'),(1231,'MAIN_UPLOAD_DOC',1,'2048','chaine',0,'','2011-07-29 21:04:00'),(1234,'MAIN_UMASK',1,'0664','chaine',0,'','2011-07-29 21:04:11'),(1240,'MAIN_LOGEVENTS_USER_LOGIN',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1241,'MAIN_LOGEVENTS_USER_LOGIN_FAILED',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1242,'MAIN_LOGEVENTS_USER_LOGOUT',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1243,'MAIN_LOGEVENTS_USER_CREATE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1244,'MAIN_LOGEVENTS_USER_MODIFY',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1245,'MAIN_LOGEVENTS_USER_NEW_PASSWORD',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1246,'MAIN_LOGEVENTS_USER_ENABLEDISABLE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1247,'MAIN_LOGEVENTS_USER_DELETE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1248,'MAIN_LOGEVENTS_GROUP_CREATE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1249,'MAIN_LOGEVENTS_GROUP_MODIFY',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1250,'MAIN_LOGEVENTS_GROUP_DELETE',1,'1','chaine',0,'','2011-07-29 21:05:01'),(1251,'MAIN_BOXES_MAXLINES',1,'5','',0,'','2011-07-29 21:05:42'),(1482,'EXPEDITION_ADDON_NUMBER',1,'mod_expedition_safor','chaine',0,'Nom du gestionnaire de numerotation des expeditions','2011-08-05 17:53:11'),(1490,'CONTRACT_ADDON',1,'mod_contract_serpis','chaine',0,'Nom du gestionnaire de numerotation des contrats','2011-08-05 18:11:58'),(1677,'COMMANDE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/orders','chaine',0,NULL,'2012-12-08 13:11:02'),(1698,'PRODUCT_CODEPRODUCT_ADDON',1,'mod_codeproduct_leopard','yesno',0,'Module to control product codes','2012-12-08 13:11:25'),(1724,'PROPALE_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/proposals','chaine',0,NULL,'2012-12-08 13:17:14'),(1730,'OPENSTREETMAP_ENABLE_MAPS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1731,'OPENSTREETMAP_ENABLE_MAPS_CONTACTS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1732,'OPENSTREETMAP_ENABLE_MAPS_MEMBERS',1,'1','chaine',0,'','2012-12-08 13:22:47'),(1733,'OPENSTREETMAP_MAPS_ZOOM_LEVEL',1,'15','chaine',0,'','2012-12-08 13:22:47'),(1742,'MAIN_MAIL_EMAIL_FROM',2,'dolibarr-robot@domain.com','chaine',0,'EMail emetteur pour les emails automatiques Dolibarr','2012-12-08 14:08:14'),(1743,'MAIN_MENU_STANDARD',2,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs internes','2013-02-11 19:43:54'),(1744,'MAIN_MENUFRONT_STANDARD',2,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs externes','2013-02-11 19:43:54'),(1745,'MAIN_MENU_SMARTPHONE',2,'iphone_backoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs internes','2012-12-08 14:08:14'),(1746,'MAIN_MENUFRONT_SMARTPHONE',2,'iphone_frontoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs externes','2012-12-08 14:08:14'),(1747,'MAIN_THEME',2,'eldy','chaine',0,'Default theme','2012-12-08 14:08:14'),(1748,'MAIN_DELAY_ACTIONS_TODO',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur actions planifiées non réalisées','2012-12-08 14:08:14'),(1749,'MAIN_DELAY_ORDERS_TO_PROCESS',2,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes clients non traitées','2012-12-08 14:08:14'),(1750,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes fournisseurs non traitées','2012-12-08 14:08:14'),(1751,'MAIN_DELAY_PROPALS_TO_CLOSE',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales à cloturer','2012-12-08 14:08:14'),(1752,'MAIN_DELAY_PROPALS_TO_BILL',2,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales non facturées','2012-12-08 14:08:14'),(1753,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures client impayées','2012-12-08 14:08:14'),(1754,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',2,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures fournisseur impayées','2012-12-08 14:08:14'),(1755,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',2,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2012-12-08 14:08:14'),(1756,'MAIN_DELAY_RUNNING_SERVICES',2,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services expirés','2012-12-08 14:08:14'),(1757,'MAIN_DELAY_MEMBERS',2,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur cotisations adhérent en retard','2012-12-08 14:08:14'),(1758,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',2,'62','chaine',0,'Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire','2012-12-08 14:08:14'),(1759,'MAILING_EMAIL_FROM',2,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2012-12-08 14:08:14'),(1760,'MAIN_INFO_SOCIETE_COUNTRY',3,'1:FR:France','chaine',0,'','2013-02-26 21:56:28'),(1761,'MAIN_INFO_SOCIETE_NOM',3,'bbb','chaine',0,'','2012-12-08 14:08:20'),(1762,'MAIN_INFO_SOCIETE_STATE',3,'0','chaine',0,'','2013-02-27 14:20:27'),(1763,'MAIN_MONNAIE',3,'EUR','chaine',0,'','2012-12-08 14:08:20'),(1764,'MAIN_LANG_DEFAULT',3,'auto','chaine',0,'','2012-12-08 14:08:20'),(1765,'MAIN_MAIL_EMAIL_FROM',3,'dolibarr-robot@domain.com','chaine',0,'EMail emetteur pour les emails automatiques Dolibarr','2012-12-08 14:08:20'),(1766,'MAIN_MENU_STANDARD',3,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs internes','2013-02-11 19:43:54'),(1767,'MAIN_MENUFRONT_STANDARD',3,'eldy_menu.php','chaine',0,'Module de gestion de la barre de menu du haut pour utilisateurs externes','2013-02-11 19:43:54'),(1768,'MAIN_MENU_SMARTPHONE',3,'iphone_backoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs internes','2012-12-08 14:08:20'),(1769,'MAIN_MENUFRONT_SMARTPHONE',3,'iphone_frontoffice.php','chaine',0,'Module de gestion de la barre de menu smartphone pour utilisateurs externes','2012-12-08 14:08:20'),(1770,'MAIN_THEME',3,'eldy','chaine',0,'Default theme','2012-12-08 14:08:20'),(1771,'MAIN_DELAY_ACTIONS_TODO',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur actions planifiées non réalisées','2012-12-08 14:08:20'),(1772,'MAIN_DELAY_ORDERS_TO_PROCESS',3,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes clients non traitées','2012-12-08 14:08:20'),(1773,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur commandes fournisseurs non traitées','2012-12-08 14:08:20'),(1774,'MAIN_DELAY_PROPALS_TO_CLOSE',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales à cloturer','2012-12-08 14:08:20'),(1775,'MAIN_DELAY_PROPALS_TO_BILL',3,'7','chaine',0,'Tolérance de retard avant alerte (en jours) sur propales non facturées','2012-12-08 14:08:20'),(1776,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures client impayées','2012-12-08 14:08:20'),(1777,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',3,'2','chaine',0,'Tolérance de retard avant alerte (en jours) sur factures fournisseur impayées','2012-12-08 14:08:20'),(1778,'MAIN_DELAY_NOT_ACTIVATED_SERVICES',3,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services à activer','2012-12-08 14:08:20'),(1779,'MAIN_DELAY_RUNNING_SERVICES',3,'0','chaine',0,'Tolérance de retard avant alerte (en jours) sur services expirés','2012-12-08 14:08:20'),(1780,'MAIN_DELAY_MEMBERS',3,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur cotisations adhérent en retard','2012-12-08 14:08:20'),(1781,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',3,'62','chaine',0,'Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire','2012-12-08 14:08:20'),(1782,'MAILING_EMAIL_FROM',3,'dolibarr@domain.com','chaine',0,'EMail emmetteur pour les envois d emailings','2012-12-08 14:08:20'),(1803,'SYSLOG_FILE',1,'DOL_DATA_ROOT/dolibarr.log','chaine',0,'','2012-12-08 14:15:08'),(1804,'SYSLOG_HANDLERS',1,'[\"mod_syslog_file\"]','chaine',0,'','2012-12-08 14:15:08'),(1805,'MAIN_MODULE_SKINCOLOREDITOR',3,'1',NULL,0,NULL,'2012-12-08 14:35:40'),(1806,'MAIN_MODULE_SKINCOLOREDITOR_TABS_0',3,'user:+tabskincoloreditors:ColorEditor:skincoloreditor@skincoloreditor:/skincoloreditor/usercolors.php?id=__ID__','chaine',0,NULL,'2012-12-08 14:35:40'),(1922,'PAYPAL_API_SANDBOX',1,'1','chaine',0,'','2012-12-12 12:11:05'),(1923,'PAYPAL_API_USER',1,'seller_1355312017_biz_api1.nltechno.com','chaine',0,'','2012-12-12 12:11:05'),(1924,'PAYPAL_API_PASSWORD',1,'1355312040','chaine',0,'','2012-12-12 12:11:05'),(1925,'PAYPAL_API_SIGNATURE',1,'AXqqdsWBzvfn0q5iNmbuiDv1y.3EAXIMWyl4C5KvDReR9HDwwAd6dQ4Q','chaine',0,'','2012-12-12 12:11:05'),(1926,'PAYPAL_API_INTEGRAL_OR_PAYPALONLY',1,'integral','chaine',0,'','2012-12-12 12:11:05'),(1927,'PAYPAL_SECURITY_TOKEN',1,'50c82fab36bb3b6aa83e2a50691803b2','chaine',0,'','2012-12-12 12:11:05'),(1928,'PAYPAL_SECURITY_TOKEN_UNIQUE',1,'0','chaine',0,'','2012-12-12 12:11:05'),(1929,'PAYPAL_ADD_PAYMENT_URL',1,'1','chaine',0,'','2012-12-12 12:11:05'),(1980,'MAIN_PDF_FORMAT',1,'EUA4','chaine',0,'','2012-12-12 19:58:05'),(1981,'MAIN_PROFID1_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1982,'MAIN_PROFID2_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1983,'MAIN_PROFID3_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1984,'MAIN_PROFID4_IN_ADDRESS',1,'0','chaine',0,'','2012-12-12 19:58:05'),(1985,'MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT',1,'0','chaine',0,'','2012-12-12 19:58:05'),(2251,'FCKEDITOR_TEST',1,'Test<br />\r\n<img alt=\"\" src=\"/dolibarrnew/viewimage.php?modulepart=fckeditor&amp;file=image/Julien-Lavergne_reference_medium.jpg\" style=\"width: 200px; height: 172px;\" />fdfs','chaine',0,'','2012-12-19 19:12:24'),(2293,'SYSTEMTOOLS_MYSQLDUMP',1,'/usr/bin/mysqldump','chaine',0,'','2012-12-27 02:02:00'),(2835,'MAIN_USE_CONNECT_TIMEOUT',1,'10','chaine',0,'','2013-01-16 19:28:50'),(2836,'MAIN_USE_RESPONSE_TIMEOUT',1,'30','chaine',0,'','2013-01-16 19:28:50'),(2837,'MAIN_PROXY_USE',1,'0','chaine',0,'','2013-01-16 19:28:50'),(2838,'MAIN_PROXY_HOST',1,'localhost','chaine',0,'','2013-01-16 19:28:50'),(2839,'MAIN_PROXY_PORT',1,'8080','chaine',0,'','2013-01-16 19:28:50'),(2840,'MAIN_PROXY_USER',1,'aaa','chaine',0,'','2013-01-16 19:28:50'),(2841,'MAIN_PROXY_PASS',1,'bbb','chaine',0,'','2013-01-16 19:28:50'),(2848,'OVHSMS_NICK',1,'BN196-OVH','chaine',0,'','2013-01-16 19:32:36'),(2849,'OVHSMS_PASS',1,'bigone-10','chaine',0,'','2013-01-16 19:32:36'),(2850,'OVHSMS_SOAPURL',1,'https://www.ovh.com/soapi/soapi-re-1.55.wsdl','chaine',0,'','2013-01-16 19:32:36'),(2854,'THEME_ELDY_RGB',1,'bfbf00','chaine',0,'','2013-01-18 10:02:53'),(2855,'THEME_ELDY_ENABLE_PERSONALIZED',1,'0','chaine',0,'','2013-01-18 10:02:55'),(2858,'MAIN_SESSION_TIMEOUT',1,'2000','chaine',0,'','2013-01-19 17:01:53'),(2862,'TICKET_ADDON',1,'mod_ticket_avenc','chaine',0,'Nom du gestionnaire de numerotation des tickets','2013-01-19 17:16:10'),(2867,'FACSIM_ADDON',1,'mod_facsim_alcoy','chaine',0,'','2013-01-19 17:16:25'),(2868,'POS_SERVICES',1,'0','chaine',0,'','2013-01-19 17:16:51'),(2869,'POS_USE_TICKETS',1,'1','chaine',0,'','2013-01-19 17:16:51'),(2870,'POS_MAX_TTC',1,'100','chaine',0,'','2013-01-19 17:16:51'),(3190,'MAIN_MODULE_HOLIDAY',2,'1',NULL,0,NULL,'2013-02-01 08:52:34'),(3191,'MAIN_MODULE_HOLIDAY_TABS_0',2,'user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->write:/holiday/index.php?mainmenu=holiday&id=__ID__','chaine',0,NULL,'2013-02-01 08:52:34'),(3195,'INVOICE_SUPPLIER_ADDON_PDF',1,'canelle','chaine',0,'','2013-02-10 19:50:27'),(3199,'MAIN_FORCE_RELOAD_PAGE',1,'1','chaine',0,NULL,'2013-02-12 16:22:55'),(3217,'MAIN_PDF_TITLE_BACKGROUND_COLOR',1,'240,240,240','chaine',1,'','2013-02-13 15:18:02'),(3223,'OVH_THIRDPARTY_IMPORT',1,'2','chaine',0,'','2013-02-13 16:20:18'),(3241,'COMPANY_USE_SEARCH_TO_SELECT',1,'2','chaine',0,'','2013-02-17 14:33:39'),(3409,'AGENDA_USE_EVENT_TYPE',1,'1','chaine',0,'','2013-02-27 18:12:24'),(3886,'MAIN_REMOVE_INSTALL_WARNING',1,'1','chaine',1,'','2013-03-02 18:32:50'),(4013,'MAIN_DELAY_ACTIONS_TODO',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4014,'MAIN_DELAY_PROPALS_TO_CLOSE',1,'31','chaine',0,'','2013-03-06 08:59:12'),(4015,'MAIN_DELAY_PROPALS_TO_BILL',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4016,'MAIN_DELAY_ORDERS_TO_PROCESS',1,'2','chaine',0,'','2013-03-06 08:59:12'),(4017,'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',1,'31','chaine',0,'','2013-03-06 08:59:12'),(4018,'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',1,'7','chaine',0,'','2013-03-06 08:59:12'),(4019,'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',1,'2','chaine',0,'','2013-03-06 08:59:12'),(4020,'MAIN_DELAY_RUNNING_SERVICES',1,'-15','chaine',0,'','2013-03-06 08:59:12'),(4021,'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',1,'62','chaine',0,'','2013-03-06 08:59:13'),(4022,'MAIN_DELAY_MEMBERS',1,'31','chaine',0,'','2013-03-06 08:59:13'),(4023,'MAIN_DISABLE_METEO',1,'0','chaine',0,'','2013-03-06 08:59:13'),(4044,'ADHERENT_VAT_FOR_SUBSCRIPTIONS',1,'0','',0,'','2013-03-06 16:06:38'),(4047,'ADHERENT_BANK_USE',1,'bankviainvoice','',0,'','2013-03-06 16:12:30'),(4049,'PHPSANE_SCANIMAGE',1,'/usr/bin/scanimage','chaine',0,'','2013-03-06 21:54:13'),(4050,'PHPSANE_PNMTOJPEG',1,'/usr/bin/pnmtojpeg','chaine',0,'','2013-03-06 21:54:13'),(4051,'PHPSANE_PNMTOTIFF',1,'/usr/bin/pnmtotiff','chaine',0,'','2013-03-06 21:54:13'),(4052,'PHPSANE_OCR',1,'/usr/bin/gocr','chaine',0,'','2013-03-06 21:54:13'),(4548,'ECM_AUTO_TREE_ENABLED',1,'1','chaine',0,'','2013-03-10 15:57:21'),(4579,'MAIN_MODULE_AGENDA',2,'1',NULL,0,NULL,'2013-03-13 15:29:19'),(4580,'MAIN_AGENDA_ACTIONAUTO_COMPANY_CREATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4581,'MAIN_AGENDA_ACTIONAUTO_CONTRACT_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4582,'MAIN_AGENDA_ACTIONAUTO_PROPAL_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4583,'MAIN_AGENDA_ACTIONAUTO_PROPAL_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4584,'MAIN_AGENDA_ACTIONAUTO_ORDER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4585,'MAIN_AGENDA_ACTIONAUTO_ORDER_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4586,'MAIN_AGENDA_ACTIONAUTO_BILL_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4587,'MAIN_AGENDA_ACTIONAUTO_BILL_PAYED',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4588,'MAIN_AGENDA_ACTIONAUTO_BILL_CANCEL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4589,'MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4590,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4591,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4592,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_VALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4593,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_SENTBYMAIL',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4594,'MAIN_AGENDA_ACTIONAUTO_BILL_UNVALIDATE',2,'1','chaine',0,NULL,'2013-03-13 15:29:19'),(4595,'MAIN_MODULE_GOOGLE',2,'1',NULL,0,NULL,'2013-03-13 15:29:47'),(4596,'MAIN_MODULE_GOOGLE_TABS_0',2,'agenda:+gcal:MenuAgendaGoogle:google@google:$conf->google->enabled && $conf->global->GOOGLE_ENABLE_AGENDA:/google/index.php','chaine',0,NULL,'2013-03-13 15:29:47'),(4597,'MAIN_MODULE_GOOGLE_TABS_1',2,'user:+gsetup:GoogleUserConf:google@google:$conf->google->enabled && $conf->global->GOOGLE_DUPLICATE_INTO_GCAL:/google/admin/google_calsync_user.php?id=__ID__','chaine',0,NULL,'2013-03-13 15:29:47'),(4598,'MAIN_MODULE_GOOGLE_TRIGGERS',2,'1','chaine',0,NULL,'2013-03-13 15:29:47'),(4599,'MAIN_MODULE_GOOGLE_HOOKS',2,'[\"toprightmenu\"]','chaine',0,NULL,'2013-03-13 15:29:47'),(4688,'GOOGLE_ENABLE_AGENDA',2,'1','chaine',0,'','2013-03-13 15:36:29'),(4689,'GOOGLE_AGENDA_NAME1',2,'eldy','chaine',0,'','2013-03-13 15:36:29'),(4690,'GOOGLE_AGENDA_SRC1',2,'eldy10@mail.com','chaine',0,'','2013-03-13 15:36:29'),(4691,'GOOGLE_AGENDA_COLOR1',2,'BE6D00','chaine',0,'','2013-03-13 15:36:29'),(4692,'GOOGLE_AGENDA_COLOR2',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4693,'GOOGLE_AGENDA_COLOR3',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4694,'GOOGLE_AGENDA_COLOR4',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4695,'GOOGLE_AGENDA_COLOR5',2,'7A367A','chaine',0,'','2013-03-13 15:36:29'),(4696,'GOOGLE_AGENDA_TIMEZONE',2,'Europe/Paris','chaine',0,'','2013-03-13 15:36:29'),(4697,'GOOGLE_AGENDA_NB',2,'5','chaine',0,'','2013-03-13 15:36:29'),(4725,'SOCIETE_CODECLIENT_ADDON',2,'mod_codeclient_leopard','chaine',0,'Module to control third parties codes','2013-03-13 20:21:35'),(4726,'SOCIETE_CODECOMPTA_ADDON',2,'mod_codecompta_panicum','chaine',0,'Module to control third parties codes','2013-03-13 20:21:35'),(4727,'SOCIETE_FISCAL_MONTH_START',2,'','chaine',0,'Mettre le numero du mois du debut d\\\'annee fiscale, ex: 9 pour septembre','2013-03-13 20:21:35'),(4728,'MAIN_SEARCHFORM_SOCIETE',2,'1','yesno',0,'Show form for quick company search','2013-03-13 20:21:35'),(4729,'MAIN_SEARCHFORM_CONTACT',2,'1','yesno',0,'Show form for quick contact search','2013-03-13 20:21:35'),(4730,'COMPANY_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/thirdparties','chaine',0,NULL,'2013-03-13 20:21:35'),(4743,'MAIN_MODULE_CLICKTODIAL',2,'1',NULL,0,NULL,'2013-03-13 20:30:28'),(4744,'MAIN_MODULE_NOTIFICATION',2,'1',NULL,0,NULL,'2013-03-13 20:30:34'),(4745,'MAIN_MODULE_WEBSERVICES',2,'1',NULL,0,NULL,'2013-03-13 20:30:41'),(4746,'MAIN_MODULE_PROPALE',2,'1',NULL,0,NULL,'2013-03-13 20:32:38'),(4747,'PROPALE_ADDON_PDF',2,'azur','chaine',0,'Nom du gestionnaire de generation des propales en PDF','2013-03-13 20:32:38'),(4748,'PROPALE_ADDON',2,'mod_propale_marbre','chaine',0,'Nom du gestionnaire de numerotation des propales','2013-03-13 20:32:38'),(4749,'PROPALE_VALIDITY_DURATION',2,'15','chaine',0,'Duration of validity of business proposals','2013-03-13 20:32:38'),(4750,'PROPALE_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/proposals','chaine',0,NULL,'2013-03-13 20:32:38'),(4752,'MAIN_MODULE_TAX',2,'1',NULL,0,NULL,'2013-03-13 20:32:47'),(4753,'MAIN_MODULE_DON',2,'1',NULL,0,NULL,'2013-03-13 20:32:54'),(4754,'DON_ADDON_MODEL',2,'html_cerfafr','chaine',0,'Nom du gestionnaire de generation de recu de dons','2013-03-13 20:32:54'),(4755,'POS_USE_TICKETS',2,'1','chaine',0,'','2013-03-13 20:33:09'),(4756,'POS_MAX_TTC',2,'100','chaine',0,'','2013-03-13 20:33:09'),(4757,'MAIN_MODULE_POS',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4758,'TICKET_ADDON',2,'mod_ticket_avenc','chaine',0,'Nom du gestionnaire de numerotation des tickets','2013-03-13 20:33:09'),(4759,'MAIN_MODULE_BANQUE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4760,'MAIN_MODULE_FACTURE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4761,'FACTURE_ADDON_PDF',2,'crabe','chaine',0,'Name of PDF model of invoice','2013-03-13 20:33:09'),(4762,'FACTURE_ADDON',2,'mod_facture_terre','chaine',0,'Name of numbering numerotation rules of invoice','2013-03-13 20:33:09'),(4763,'FACTURE_ADDON_PDF_ODT_PATH',2,'DOL_DATA_ROOT/doctemplates/invoices','chaine',0,NULL,'2013-03-13 20:33:09'),(4764,'MAIN_MODULE_SOCIETE',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4765,'MAIN_MODULE_PRODUCT',2,'1',NULL,0,NULL,'2013-03-13 20:33:09'),(4766,'PRODUCT_CODEPRODUCT_ADDON',2,'mod_codeproduct_leopard','chaine',0,'Module to control product codes','2013-03-13 20:33:09'),(4767,'MAIN_SEARCHFORM_PRODUITSERVICE',2,'1','yesno',0,'Show form for quick product search','2013-03-13 20:33:09'),(4772,'FACSIM_ADDON',2,'mod_facsim_alcoy','chaine',0,'','2013-03-13 20:33:32'),(4773,'MAIN_MODULE_MAILING',2,'1',NULL,0,NULL,'2013-03-13 20:33:37'),(4774,'MAIN_MODULE_OPENSURVEY',2,'1',NULL,0,NULL,'2013-03-13 20:33:42'),(4782,'AGENDA_USE_EVENT_TYPE',2,'1','chaine',0,'','2013-03-13 20:53:36'),(4884,'AGENDA_DISABLE_EXT',2,'1','chaine',0,'','2013-03-13 22:03:40'),(4928,'COMMANDE_SUPPLIER_ADDON_NUMBER',1,'mod_commande_fournisseur_muguet','chaine',0,'Nom du gestionnaire de numerotation des commandes fournisseur','2013-03-22 09:24:29'),(4929,'INVOICE_SUPPLIER_ADDON_NUMBER',1,'mod_facture_fournisseur_cactus','chaine',0,'Nom du gestionnaire de numerotation des factures fournisseur','2013-03-22 09:24:29'),(5001,'MAIN_CRON_KEY',0,'bc54582fe30d5d4a830c6f582ec28810','chaine',0,'','2013-03-23 17:54:53'),(5009,'CRON_KEY',0,'2c2e755c20be2014098f629865598006','chaine',0,'','2013-03-23 18:06:24'),(5139,'SOCIETE_ADD_REF_IN_LIST',1,'','yesno',0,'Display customer ref into select list','2013-09-08 23:06:08'),(5150,'PROJECT_TASK_ADDON_PDF',1,'','chaine',0,'Name of PDF/ODT tasks manager class','2013-09-08 23:06:14'),(5151,'PROJECT_TASK_ADDON',1,'mod_task_simple','chaine',0,'Name of Numbering Rule task manager class','2013-09-08 23:06:14'),(5152,'PROJECT_TASK_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/tasks','chaine',0,'','2013-09-08 23:06:14'),(5239,'BOOKMARKS_SHOW_IN_MENU',1,'10','chaine',0,'','2014-03-02 15:42:26'),(5271,'DONATION_ART200',1,'','yesno',0,'Option Française - Eligibilité Art200 du CGI','2014-12-21 12:51:28'),(5272,'DONATION_ART238',1,'','yesno',0,'Option Française - Eligibilité Art238 bis du CGI','2014-12-21 12:51:28'),(5273,'DONATION_ART885',1,'','yesno',0,'Option Française - Eligibilité Art885-0 V bis du CGI','2014-12-21 12:51:28'),(5274,'DONATION_MESSAGE',1,'Thank you','chaine',0,'Message affiché sur le récépissé de versements ou dons','2014-12-21 12:51:28'),(5288,'DONATION_ACCOUNTINGACCOUNT',1,'7581','chaine',0,'Compte comptable de remise des versements ou dons','2015-07-19 13:41:21'),(5349,'MAIN_SEARCHFORM_CONTACT',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5351,'MAIN_SEARCHFORM_PRODUITSERVICE',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5352,'MAIN_SEARCHFORM_PRODUITSERVICE_SUPPLIER',1,'0','chaine',0,'','2015-10-03 10:11:33'),(5353,'MAIN_SEARCHFORM_ADHERENT',1,'1','chaine',0,'','2015-10-03 10:11:33'),(5354,'MAIN_SEARCHFORM_PROJECT',1,'0','chaine',0,'','2015-10-03 10:11:33'),(5394,'FCKEDITOR_ENABLE_DETAILS',1,'1','yesno',0,'WYSIWIG for products details lines for all entities','2015-11-04 15:27:44'),(5395,'FCKEDITOR_ENABLE_USERSIGN',1,'1','yesno',0,'WYSIWIG for user signature','2015-11-04 15:27:44'),(5396,'FCKEDITOR_ENABLE_MAIL',1,'1','yesno',0,'WYSIWIG for products details lines for all entities','2015-11-04 15:27:44'),(5398,'CATEGORIE_RECURSIV_ADD',1,'','yesno',0,'Affect parent categories','2015-11-04 15:27:46'),(5403,'MAIN_MODULE_FCKEDITOR',1,'1',NULL,0,NULL,'2015-11-04 15:41:40'),(5404,'MAIN_MODULE_CATEGORIE',1,'1',NULL,0,NULL,'2015-11-04 15:41:43'),(5415,'EXPEDITION_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/shipment','chaine',0,NULL,'2015-11-15 22:38:28'),(5416,'LIVRAISON_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/delivery','chaine',0,NULL,'2015-11-15 22:38:28'),(5419,'MAIN_MODULE_CASHDESK',1,'1',NULL,0,NULL,'2015-11-15 22:38:33'),(5426,'MAIN_MODULE_PROJET',1,'1',NULL,0,NULL,'2015-11-15 22:38:44'),(5427,'PROJECT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/projects','chaine',0,NULL,'2015-11-15 22:38:44'),(5428,'PROJECT_USE_OPPORTUNIES',1,'1','chaine',0,NULL,'2015-11-15 22:38:44'),(5430,'MAIN_MODULE_EXPORT',1,'1',NULL,0,NULL,'2015-11-15 22:38:56'),(5431,'MAIN_MODULE_IMPORT',1,'1',NULL,0,NULL,'2015-11-15 22:38:58'),(5432,'MAIN_MODULE_MAILING',1,'1',NULL,0,NULL,'2015-11-15 22:39:00'),(5434,'EXPENSEREPORT_ADDON_PDF',1,'standard','chaine',0,'Name of manager to build PDF expense reports documents','2015-11-15 22:39:05'),(5436,'SALARIES_ACCOUNTING_ACCOUNT_PAYMENT',1,'421','chaine',0,NULL,'2015-11-15 22:39:08'),(5437,'SALARIES_ACCOUNTING_ACCOUNT_CHARGE',1,'641','chaine',0,NULL,'2015-11-15 22:39:08'),(5441,'ADHERENT_ETIQUETTE_TEXT',1,'%FULLNAME%\n%ADDRESS%\n%ZIP% %TOWN%\n%COUNTRY%','text',0,'Text to print on member address sheets','2018-11-23 11:56:07'),(5443,'MAIN_MODULE_PRELEVEMENT',1,'1',NULL,0,NULL,'2015-11-15 22:39:33'),(5453,'MAIN_MODULE_CONTRAT',1,'1',NULL,0,NULL,'2015-11-15 22:39:52'),(5455,'MAIN_MODULE_FICHEINTER',1,'1',NULL,0,NULL,'2015-11-15 22:39:56'),(5459,'MAIN_MODULE_PAYPAL',1,'1',NULL,0,NULL,'2015-11-15 22:41:02'),(5460,'MAIN_MODULE_MARGIN',1,'1',NULL,0,NULL,'2015-11-15 22:41:47'),(5461,'MAIN_MODULE_MARGIN_TABS_0',1,'product:+margin:Margins:margins:$user->rights->margins->liretous:/margin/tabs/productMargins.php?id=__ID__','chaine',0,NULL,'2015-11-15 22:41:47'),(5462,'MAIN_MODULE_MARGIN_TABS_1',1,'thirdparty:+margin:Margins:margins:empty($user->societe_id) && $user->rights->margins->liretous && ($object->client > 0):/margin/tabs/thirdpartyMargins.php?socid=__ID__','chaine',0,NULL,'2015-11-15 22:41:47'),(5463,'MAIN_MODULE_PROPALE',1,'1',NULL,0,NULL,'2015-11-15 22:41:47'),(5483,'GENBARCODE_BARCODETYPE_THIRDPARTY',1,'6','chaine',0,'','2016-01-16 15:49:43'),(5484,'PRODUIT_DEFAULT_BARCODE_TYPE',1,'2','chaine',0,'','2016-01-16 15:49:46'),(5539,'PRODUCT_USE_OLD_PATH_FOR_PHOTO',0,'0','chaine',1,'Use old path for products images','2016-01-22 13:34:23'),(5541,'MODULE_GOOGLE_DEBUG',1,'0','chaine',1,'','2016-01-22 13:34:57'),(5586,'MAIN_DELAY_EXPENSEREPORTS_TO_PAY',1,'31','chaine',0,'Tolérance de retard avant alerte (en jours) sur les notes de frais impayées','2016-01-22 17:28:18'),(5587,'MAIN_FIX_FOR_BUGGED_MTA',1,'1','chaine',1,'Set constant to fix email ending from PHP with some linux ike system','2016-01-22 17:28:18'),(5590,'MAIN_VERSION_LAST_INSTALL',0,'3.8.3','chaine',0,'Dolibarr version when install','2016-01-22 17:28:42'),(5604,'MAIN_INFO_SOCIETE_LOGO',1,'mybigcompany.png','chaine',0,'','2016-01-22 17:33:49'),(5605,'MAIN_INFO_SOCIETE_LOGO_SMALL',1,'mybigcompany_small.png','chaine',0,'','2016-01-22 17:33:49'),(5606,'MAIN_INFO_SOCIETE_LOGO_MINI',1,'mybigcompany_mini.png','chaine',0,'','2016-01-22 17:33:49'),(5612,'MAIN_ENABLE_LOG_TO_HTML',0,'0','chaine',1,'If this option is set to 1, it is possible to see log output at end of HTML sources by adding paramater logtohtml=1 on URL','2016-03-13 10:54:45'),(5614,'MAIN_SIZE_SHORTLISTE_LIMIT',1,'4','chaine',0,'Longueur maximum des listes courtes (fiche client)','2016-03-13 10:54:46'),(5626,'MAIN_MODULE_SUPPLIERPROPOSAL',1,'1',NULL,0,NULL,'2016-07-30 11:13:20'),(5627,'SUPPLIER_PROPOSAL_ADDON_PDF',1,'aurore','chaine',0,'Name of submodule to generate PDF for supplier quotation request','2016-07-30 11:13:20'),(5628,'SUPPLIER_PROPOSAL_ADDON',1,'mod_supplier_proposal_marbre','chaine',0,'Name of submodule to number supplier quotation request','2016-07-30 11:13:20'),(5629,'SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/supplier_proposal','chaine',0,NULL,'2016-07-30 11:13:20'),(5632,'MAIN_MODULE_RESOURCE',1,'1',NULL,0,NULL,'2016-07-30 11:13:32'),(5633,'MAIN_MODULE_API',1,'1',NULL,0,NULL,'2016-07-30 11:13:54'),(5634,'MAIN_MODULE_WEBSERVICES',1,'1',NULL,0,NULL,'2016-07-30 11:13:56'),(5635,'WEBSERVICES_KEY',1,'dolibarrkey','chaine',0,'','2016-07-30 11:14:04'),(5638,'MAIN_MODULE_EXTERNALRSS',1,'1',NULL,0,NULL,'2016-07-30 11:15:04'),(5639,'EXTERNAL_RSS_TITLE_1',1,'Dolibarr.org News','chaine',0,'','2016-07-30 11:15:25'),(5640,'EXTERNAL_RSS_URLRSS_1',1,'https://www.dolibarr.org/rss','chaine',0,'','2016-07-30 11:15:25'),(5642,'SOCIETE_CODECOMPTA_ADDON',1,'mod_codecompta_aquarium','chaine',0,'','2016-07-30 11:16:42'),(5707,'CASHDESK_NO_DECREASE_STOCK',1,'1','chaine',0,'','2016-07-30 13:38:11'),(5708,'MAIN_MODULE_PRODUCTBATCH',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5710,'MAIN_MODULE_STOCK',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5711,'MAIN_MODULE_PRODUCT',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5712,'MAIN_MODULE_EXPEDITION',1,'1',NULL,0,NULL,'2016-07-30 13:38:11'),(5808,'MARGIN_TYPE',1,'costprice','chaine',0,'','2016-07-30 16:32:18'),(5809,'DISPLAY_MARGIN_RATES',1,'1','chaine',0,'','2016-07-30 16:32:20'),(5810,'MAIN_FEATURES_LEVEL',0,'0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development','2016-07-30 18:36:15'),(5813,'USER_PASSWORD_PATTERN',1,'8;1;1;1;3;1','chaine',0,'','2016-07-31 16:04:58'),(5814,'MAIN_MODULE_EXPENSEREPORT',1,'1',NULL,0,NULL,'2016-07-31 21:14:32'),(5830,'LOAN_ACCOUNTING_ACCOUNT_CAPITAL',1,'164','chaine',0,NULL,'2017-01-29 15:11:51'),(5831,'LOAN_ACCOUNTING_ACCOUNT_INSURANCE',1,'6162','chaine',0,NULL,'2017-01-29 15:11:51'),(5833,'ACCOUNTING_EXPORT_SEPARATORCSV',1,',','string',0,NULL,'2017-01-29 15:11:56'),(5834,'ACCOUNTING_ACCOUNT_SUSPENSE',1,'471','chaine',0,NULL,'2017-01-29 15:11:56'),(5839,'ACCOUNTING_ACCOUNT_TRANSFER_CASH',1,'58','chaine',0,NULL,'2017-01-29 15:11:56'),(5840,'CHARTOFACCOUNTS',1,'2','chaine',0,NULL,'2017-01-29 15:11:56'),(5841,'ACCOUNTING_EXPORT_MODELCSV',1,'1','chaine',0,NULL,'2017-01-29 15:11:56'),(5842,'ACCOUNTING_LENGTH_GACCOUNT',1,'','chaine',0,NULL,'2017-01-29 15:11:56'),(5843,'ACCOUNTING_LENGTH_AACCOUNT',1,'','chaine',0,NULL,'2017-01-29 15:11:56'),(5844,'ACCOUNTING_LIST_SORT_VENTILATION_TODO',1,'1','yesno',0,NULL,'2017-01-29 15:11:56'),(5845,'ACCOUNTING_LIST_SORT_VENTILATION_DONE',1,'1','yesno',0,NULL,'2017-01-29 15:11:56'),(5846,'ACCOUNTING_EXPORT_DATE',1,'%d%m%Y','chaine',0,NULL,'2017-01-29 15:11:56'),(5848,'ACCOUNTING_EXPORT_FORMAT',1,'csv','chaine',0,NULL,'2017-01-29 15:11:56'),(5853,'MAIN_MODULE_WORKFLOW',1,'1',NULL,0,NULL,'2017-01-29 15:12:12'),(5854,'MAIN_MODULE_NOTIFICATION',1,'1',NULL,0,NULL,'2017-01-29 15:12:35'),(5855,'MAIN_MODULE_OAUTH',1,'1',NULL,0,NULL,'2017-01-29 15:12:41'),(5883,'MAILING_LIMIT_SENDBYWEB',0,'15','chaine',1,'Number of targets to defined packet size when sending mass email','2017-01-29 17:36:33'),(5884,'MAIN_MAIL_DEBUG',1,'0','chaine',1,'','2017-01-29 18:53:02'),(5885,'MAIN_SOAP_DEBUG',1,'0','chaine',1,'','2017-01-29 18:53:02'),(5887,'PROJECT_USE_OPPORTUNITIES',1,'1','chaine',0,'','2017-02-01 12:23:56'),(5888,'PROJECT_HIDE_TASKS',1,'1','chaine',0,'','2017-02-01 12:23:56'),(5889,'MAIN_AGENDA_ACTIONAUTO_COMPANY_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5890,'MAIN_AGENDA_ACTIONAUTO_COMPANY_CREATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5891,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLOSE_REFUSED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5892,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLOSE_SIGNED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5893,'MAIN_AGENDA_ACTIONAUTO_PROPAL_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5894,'MAIN_AGENDA_ACTIONAUTO_PROPAL_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5895,'MAIN_AGENDA_ACTIONAUTO_PROPAL_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5896,'MAIN_AGENDA_ACTIONAUTO_ORDER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5897,'MAIN_AGENDA_ACTIONAUTO_ORDER_CLOSE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5898,'MAIN_AGENDA_ACTIONAUTO_ORDER_CANCEL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5899,'MAIN_AGENDA_ACTIONAUTO_ORDER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5900,'MAIN_AGENDA_ACTIONAUTO_ORDER_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5901,'MAIN_AGENDA_ACTIONAUTO_BILL_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5902,'MAIN_AGENDA_ACTIONAUTO_BILL_PAYED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5903,'MAIN_AGENDA_ACTIONAUTO_BILL_CANCEL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5904,'MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5905,'MAIN_AGENDA_ACTIONAUTO_BILL_UNVALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5906,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5907,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_APPROVE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5908,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_RECEIVE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5909,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_SUBMIT',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5910,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_REFUSE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5911,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_CLASSIFY_BILLED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5912,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5913,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_UNVALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5914,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5915,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_PAYED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5916,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5917,'MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_CANCELED',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5918,'MAIN_AGENDA_ACTIONAUTO_CONTRACT_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5919,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_REOPEN',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5920,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5921,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5922,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5923,'MAIN_AGENDA_ACTIONAUTO_SHIPPING_SENTBYMAIL',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5924,'MAIN_AGENDA_ACTIONAUTO_MEMBER_VALIDATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5925,'MAIN_AGENDA_ACTIONAUTO_MEMBER_SUBSCRIPTION',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5926,'MAIN_AGENDA_ACTIONAUTO_MEMBER_MODIFY',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5927,'MAIN_AGENDA_ACTIONAUTO_MEMBER_RESILIATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5928,'MAIN_AGENDA_ACTIONAUTO_MEMBER_DELETE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5929,'MAIN_AGENDA_ACTIONAUTO_PROJECT_CREATE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5930,'MAIN_AGENDA_ACTIONAUTO_PROJECT_DELETE',1,'1','chaine',0,'','2017-02-01 14:48:55'),(5931,'DATABASE_PWD_ENCRYPTED',1,'1','chaine',0,'','2017-02-01 15:06:04'),(5932,'MAIN_DISABLE_ALL_MAILS',1,'0','chaine',0,'','2017-02-01 15:09:09'),(5933,'MAIN_MAIL_SENDMODE',1,'mail','chaine',0,'','2017-02-01 15:09:09'),(5934,'MAIN_MAIL_SMTP_PORT',1,'465','chaine',0,'','2017-02-01 15:09:09'),(5935,'MAIN_MAIL_SMTP_SERVER',1,'smtp.mail.com','chaine',0,'','2017-02-01 15:09:09'),(5936,'MAIN_MAIL_SMTPS_ID',1,'eldy10@mail.com','chaine',0,'','2017-02-01 15:09:09'),(5937,'MAIN_MAIL_SMTPS_PW',1,'bidonge','chaine',0,'','2017-02-01 15:09:09'),(5938,'MAIN_MAIL_EMAIL_FROM',1,'robot@example.com','chaine',0,'','2017-02-01 15:09:09'),(5939,'MAIN_MAIL_DEFAULT_FROMTYPE',1,'user','chaine',0,'','2017-02-01 15:09:09'),(5940,'PRELEVEMENT_ID_BANKACCOUNT',1,'1','chaine',0,'','2017-02-06 04:04:47'),(5941,'PRELEVEMENT_ICS',1,'ICS123456','chaine',0,'','2017-02-06 04:04:47'),(5942,'PRELEVEMENT_USER',1,'1','chaine',0,'','2017-02-06 04:04:47'),(5943,'BANKADDON_PDF',1,'sepamandate','chaine',0,'','2017-02-06 04:13:52'),(5947,'CHEQUERECEIPTS_THYME_MASK',1,'CHK{yy}{mm}-{0000@1}','chaine',0,'','2017-02-06 04:16:27'),(5948,'MAIN_MODULE_LOAN',1,'1',NULL,0,NULL,'2017-02-06 19:19:05'),(5954,'MAIN_SUBMODULE_EXPEDITION',1,'1','chaine',0,'','2017-02-06 23:57:37'),(5963,'MAIN_MODULE_BANQUE',1,'1',NULL,0,NULL,'2017-02-07 18:56:12'),(5964,'MAIN_MODULE_TAX',1,'1',NULL,0,NULL,'2017-02-07 18:56:12'),(5996,'CABINETMED_RHEUMATOLOGY_ON',1,'0','text',0,'','2018-11-23 11:56:07'),(5999,'MAIN_SEARCHFORM_SOCIETE',1,'1','text',0,'','2018-11-23 11:56:07'),(6000,'CABINETMED_BANK_PATIENT_REQUIRED',1,'0','text',0,'','2018-11-23 11:56:07'),(6019,'MAIN_INFO_SOCIETE_COUNTRY',2,'1:FR:France','chaine',0,'','2017-02-15 17:18:22'),(6020,'MAIN_INFO_SOCIETE_NOM',2,'MySecondCompany','chaine',0,'','2017-02-15 17:18:22'),(6021,'MAIN_INFO_SOCIETE_STATE',2,'0','chaine',0,'','2017-02-15 17:18:22'),(6022,'MAIN_MONNAIE',2,'EUR','chaine',0,'','2017-02-15 17:18:22'),(6023,'MAIN_LANG_DEFAULT',2,'auto','chaine',0,'','2017-02-15 17:18:22'),(6032,'MAIN_MODULE_MULTICURRENCY',1,'1',NULL,0,NULL,'2017-02-15 17:29:59'),(6048,'SYSLOG_FACILITY',0,'LOG_USER','chaine',0,'','2017-02-15 22:37:01'),(6049,'SYSLOG_FIREPHP_INCLUDEPATH',0,'/home/ldestailleur/git/dolibarr_5.0/htdocs/includes/firephp/firephp-core/lib/','chaine',0,'','2017-02-15 22:37:01'),(6050,'SYSLOG_FILE',0,'DOL_DATA_ROOT/dolibarr.log','chaine',0,'','2017-02-15 22:37:01'),(6051,'SYSLOG_CHROMEPHP_INCLUDEPATH',0,'/home/ldestailleur/git/dolibarr_5.0/htdocs/includes/ccampbell/chromephp/','chaine',0,'','2017-02-15 22:37:01'),(6052,'SYSLOG_HANDLERS',0,'[\"mod_syslog_file\"]','chaine',0,'','2017-02-15 22:37:01'),(6054,'SYSLOG_LEVEL',0,'7','chaine',0,'','2017-02-15 22:37:21'),(6074,'CABINETMED_DELAY_TO_LOCK_RECORD',1,'','chaine',1,'Number of days before locking edit of consultation','2017-02-21 00:04:15'),(6092,'MAIN_SIZE_SHORTLIST_LIMIT',0,'3','chaine',0,'Max length for small lists (tabs)','2017-05-12 09:02:38'),(6099,'MAIN_MODULE_SKYPE',1,'1',NULL,0,NULL,'2017-05-12 09:03:51'),(6100,'MAIN_MODULE_GRAVATAR',1,'1',NULL,0,NULL,'2017-05-12 09:03:54'),(6102,'PRODUCT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/products','chaine',0,'','2017-08-27 13:29:07'),(6103,'CONTRACT_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/contracts','chaine',0,'','2017-08-27 13:29:07'),(6104,'USERGROUP_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/usergroups','chaine',0,'','2017-08-27 13:29:07'),(6105,'USER_ADDON_PDF_ODT_PATH',1,'DOL_DATA_ROOT/doctemplates/users','chaine',0,'','2017-08-27 13:29:07'),(6106,'MAIN_ENABLE_OVERWRITE_TRANSLATION',1,'1','chaine',0,'Enable overwrote of translation','2017-08-27 13:29:07'),(6108,'MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6109,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_CLASSIFY_BILLED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6110,'MAIN_AGENDA_ACTIONAUTO_FICHINTER_CLASSIFY_UNBILLED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6111,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6112,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_MODIFY',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6113,'MAIN_AGENDA_ACTIONAUTO_PRODUCT_DELETE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6114,'MAIN_AGENDA_ACTIONAUTO_PROJECT_MODIFY',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6115,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6116,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_VALIDATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6117,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_APPROVE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6118,'MAIN_AGENDA_ACTIONAUTO_EXPENSE_REPORT_PAYED',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6119,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_CREATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6120,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_VALIDATE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6121,'MAIN_AGENDA_ACTIONAUTO_HOLIDAY_APPROVE',1,'1','chaine',0,NULL,'2017-08-27 13:29:14'),(6137,'MAIN_LANG_DEFAULT',1,'auto','chaine',0,'','2017-08-28 10:19:58'),(6138,'MAIN_MULTILANGS',1,'1','chaine',0,'','2017-08-28 10:19:58'),(6139,'MAIN_THEME',1,'eldy','chaine',0,'','2017-08-28 10:19:58'),(6140,'THEME_ELDY_USE_HOVER',1,'edf4fb','chaine',0,'','2017-08-28 10:19:58'),(6141,'MAIN_SIZE_LISTE_LIMIT',1,'25','chaine',0,'','2017-08-28 10:19:59'),(6142,'MAIN_SIZE_SHORTLIST_LIMIT',1,'3','chaine',0,'','2017-08-28 10:19:59'),(6143,'MAIN_DISABLE_JAVASCRIPT',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6144,'MAIN_BUTTON_HIDE_UNAUTHORIZED',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6145,'MAIN_START_WEEK',1,'1','chaine',0,'','2017-08-28 10:19:59'),(6146,'MAIN_DEFAULT_WORKING_DAYS',1,'1-5','chaine',0,'','2017-08-28 10:19:59'),(6147,'MAIN_DEFAULT_WORKING_HOURS',1,'9-18','chaine',0,'','2017-08-28 10:19:59'),(6148,'MAIN_SHOW_LOGO',1,'1','chaine',0,'','2017-08-28 10:19:59'),(6149,'MAIN_FIRSTNAME_NAME_POSITION',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6150,'MAIN_HELPCENTER_DISABLELINK',0,'1','chaine',0,'','2017-08-28 10:19:59'),(6151,'MAIN_HOME',1,'<span style=\"font-size:11px\">__(NoteSomeFeaturesAreDisabled)__<br />\r\n<br />\r\n__(SomeTranslationAreUncomplete)__</span>','chaine',0,'','2017-08-28 10:19:59'),(6152,'MAIN_HELP_DISABLELINK',0,'0','chaine',0,'','2017-08-28 10:19:59'),(6153,'MAIN_BUGTRACK_ENABLELINK',1,'0','chaine',0,'','2017-08-28 10:19:59'),(6353,'MAIN_MENU_STANDARD',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6354,'MAIN_MENU_SMARTPHONE',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6355,'MAIN_MENUFRONT_STANDARD',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6356,'MAIN_MENUFRONT_SMARTPHONE',1,'eldy_menu.php','chaine',0,'','2017-08-30 15:14:44'),(6377,'COMMANDE_SAPHIR_MASK',1,'{yy}{mm}{000}{ttt}','chaine',0,'','2017-09-06 07:56:25'),(6461,'MAIN_INFO_SOCIETE_COUNTRY',1,'117:IN:India','chaine',0,'','2017-09-06 08:51:11'),(6462,'MAIN_INFO_SOCIETE_NOM',1,'MyBigCompany','chaine',0,'','2017-09-06 08:51:11'),(6463,'MAIN_INFO_SOCIETE_ADDRESS',1,'21 Jump street..ll..ee \"','chaine',0,'','2017-09-06 08:51:11'),(6464,'MAIN_INFO_SOCIETE_TOWN',1,'MyTown','chaine',0,'','2017-09-06 08:51:12'),(6465,'MAIN_INFO_SOCIETE_ZIP',1,'75500','chaine',0,'','2017-09-06 08:51:12'),(6466,'MAIN_INFO_SOCIETE_STATE',1,'290','chaine',0,'','2017-09-06 08:51:12'),(6467,'MAIN_MONNAIE',1,'EUR','chaine',0,'','2017-09-06 08:51:12'),(6468,'MAIN_INFO_SOCIETE_TEL',1,'09123123','chaine',0,'','2017-09-06 08:51:12'),(6469,'MAIN_INFO_SOCIETE_FAX',1,'09123124','chaine',0,'','2017-09-06 08:51:12'),(6470,'MAIN_INFO_SOCIETE_MAIL',1,'myemail@mybigcompany.com','chaine',0,'','2017-09-06 08:51:12'),(6471,'MAIN_INFO_SOCIETE_WEB',1,'https://www.dolibarr.org','chaine',0,'','2017-09-06 08:51:12'),(6472,'MAIN_INFO_SOCIETE_NOTE',1,'This is note about my company\r\n\"ee\"','chaine',0,'','2017-09-06 08:51:12'),(6473,'MAIN_INFO_SOCIETE_GENCOD',1,'1234567890','chaine',0,'','2017-09-06 08:51:12'),(6474,'MAIN_INFO_SOCIETE_MANAGERS',1,'Zack Zeceo','chaine',0,'','2017-09-06 08:51:12'),(6475,'MAIN_INFO_CAPITAL',1,'10000','chaine',0,'','2017-09-06 08:51:12'),(6476,'MAIN_INFO_SOCIETE_FORME_JURIDIQUE',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6477,'MAIN_INFO_SIREN',1,'123456','chaine',0,'','2017-09-06 08:51:12'),(6478,'MAIN_INFO_SIRET',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6479,'MAIN_INFO_APE',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6480,'MAIN_INFO_RCS',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6481,'MAIN_INFO_PROFID5',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6482,'MAIN_INFO_TVAINTRA',1,'FR1234567','chaine',0,'','2017-09-06 08:51:12'),(6483,'MAIN_INFO_SOCIETE_OBJECT',1,'A company demo to show how Dolibarr ERP CRM is wonderfull','chaine',0,'','2017-09-06 08:51:12'),(6484,'SOCIETE_FISCAL_MONTH_START',1,'4','chaine',0,'','2017-09-06 08:51:12'),(6485,'FACTURE_TVAOPTION',1,'1','chaine',0,'','2017-09-06 08:51:12'),(6486,'FACTURE_LOCAL_TAX1_OPTION',1,'localtax1on','chaine',0,'','2017-09-06 08:51:12'),(6487,'FACTURE_LOCAL_TAX2_OPTION',1,'localtax2on','chaine',0,'','2017-09-06 08:51:12'),(6488,'MAIN_INFO_VALUE_LOCALTAX1',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6489,'MAIN_INFO_LOCALTAX_CALC1',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6490,'MAIN_INFO_VALUE_LOCALTAX2',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6491,'MAIN_INFO_LOCALTAX_CALC2',1,'0','chaine',0,'','2017-09-06 08:51:12'),(6518,'GOOGLE_DUPLICATE_INTO_THIRDPARTIES',1,'1','chaine',0,'','2017-09-06 19:43:57'),(6519,'GOOGLE_DUPLICATE_INTO_CONTACTS',1,'0','chaine',0,'','2017-09-06 19:43:57'),(6520,'GOOGLE_TAG_PREFIX',1,'Dolibarr (Thirdparties)','chaine',0,'','2017-09-06 19:43:57'),(6521,'GOOGLE_TAG_PREFIX_CONTACTS',1,'Dolibarr (Contacts/Addresses)','chaine',0,'','2017-09-06 19:43:57'),(6522,'GOOGLE_ENABLE_AGENDA',1,'1','chaine',0,'','2017-09-06 19:44:12'),(6523,'GOOGLE_AGENDA_COLOR1',1,'1B887A','chaine',0,'','2017-09-06 19:44:12'),(6524,'GOOGLE_AGENDA_COLOR2',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6525,'GOOGLE_AGENDA_COLOR3',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6526,'GOOGLE_AGENDA_COLOR4',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6527,'GOOGLE_AGENDA_COLOR5',1,'7A367A','chaine',0,'','2017-09-06 19:44:12'),(6528,'GOOGLE_AGENDA_TIMEZONE',1,'Europe/Paris','chaine',0,'','2017-09-06 19:44:12'),(6529,'GOOGLE_AGENDA_NB',1,'5','chaine',0,'','2017-09-06 19:44:12'),(6543,'MAIN_SMS_DEBUG',0,'1','chaine',1,'This is to enable OVH SMS debug','2017-09-06 19:44:34'),(6562,'BLOCKEDLOG_ENTITY_FINGERPRINT',1,'b63e359ffca54d5c2bab869916eaf23d4a736703028ccbf77ce1167c5f830e7b','chaine',0,'Numeric Unique Fingerprint','2018-01-19 11:27:15'),(6564,'BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY',1,'FR','chaine',0,'This is list of country code where the module may be mandatory','2018-01-19 11:27:15'),(6565,'MAIN_MODULE_BOOKMARK',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:27:34'),(6566,'MAIN_MODULE_ADHERENT',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:27:56'),(6567,'ADHERENT_ADDON_PDF',1,'standard','chaine',0,'Name of PDF model of member','2018-01-19 11:27:56'),(6569,'MAIN_MODULE_STRIPE',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"82.240.38.230\"}','2018-01-19 11:28:17'),(6587,'MAIN_MODULE_BLOCKEDLOG',1,'1',NULL,0,'{\"authorid\":\"12\",\"ip\":\"127.0.0.1\"}','2018-03-16 09:57:24'),(6590,'MAIN_MODULE_ACCOUNTING',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:15'),(6591,'MAIN_MODULE_AGENDA',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:15'),(6592,'MAIN_MODULE_BARCODE',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:15'),(6593,'MAIN_MODULE_CRON',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:16'),(6594,'MAIN_MODULE_COMMANDE',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:16'),(6595,'MAIN_MODULE_DON',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:17'),(6596,'MAIN_MODULE_ECM',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:17'),(6597,'MAIN_MODULE_FACTURE',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:17'),(6598,'MAIN_MODULE_FOURNISSEUR',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:18'),(6599,'MAIN_MODULE_HOLIDAY',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6600,'MAIN_MODULE_OPENSURVEY',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6601,'MAIN_MODULE_PRINTING',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6602,'MAIN_MODULE_SALARIES',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6603,'MAIN_MODULE_SYSLOG',0,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6604,'MAIN_MODULE_SOCIETE',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:19'),(6605,'MAIN_MODULE_SERVICE',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:20'),(6606,'MAIN_MODULE_USER',0,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:20'),(6607,'MAIN_MODULE_VARIANTS',1,'1','string',0,'{\"authorid\":0,\"ip\":\"127.0.0.1\"}','2018-11-23 11:58:21'),(6608,'MAIN_VERSION_LAST_UPGRADE',0,'9.0.0-beta','chaine',0,'Dolibarr version for last upgrade','2018-11-23 11:58:23');
      +/*!40000 ALTER TABLE `llx_const` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contrat`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contrat`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contrat` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_supplier` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_contrat` datetime DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `mise_en_service` datetime DEFAULT NULL,
      +  `fin_validite` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_commercial_signature` int(11) DEFAULT NULL,
      +  `fk_commercial_suivi` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_mise_en_service` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_customer` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_contrat_ref` (`ref`,`entity`),
      +  KEY `idx_contrat_fk_soc` (`fk_soc`),
      +  KEY `idx_contrat_fk_user_author` (`fk_user_author`),
      +  CONSTRAINT `fk_contrat_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_contrat_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contrat`
      +--
      +
      +LOCK TABLES `llx_contrat` WRITE;
      +/*!40000 ALTER TABLE `llx_contrat` DISABLE KEYS */;
      +INSERT INTO `llx_contrat` VALUES (1,'CONTRACT1',NULL,NULL,1,'2010-07-08 23:53:55','2010-07-09 01:53:25','2010-07-09 00:00:00',1,NULL,NULL,NULL,3,NULL,2,2,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'CONTRAT1',NULL,NULL,1,'2010-07-10 16:18:16','2010-07-10 18:13:37','2010-07-10 00:00:00',1,NULL,NULL,NULL,2,NULL,2,2,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'CT1303-0001',NULL,NULL,1,'2013-03-06 09:05:07','2013-03-06 10:04:57','2013-03-06 00:00:00',1,NULL,NULL,NULL,19,NULL,1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_contrat` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contrat_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contrat_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contrat_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contrat_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contrat_extrafields`
      +--
      +
      +LOCK TABLES `llx_contrat_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_contrat_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contrat_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_contrat` int(11) NOT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `label` text COLLATE utf8_unicode_ci,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `date_commande` datetime DEFAULT NULL,
      +  `date_ouverture_prevue` datetime DEFAULT NULL,
      +  `date_ouverture` datetime DEFAULT NULL,
      +  `date_fin_validite` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double NOT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `price_ht` double DEFAULT NULL,
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '1',
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_author` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_ouverture` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `commentaire` text COLLATE utf8_unicode_ci,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_fk_contrat` (`fk_contrat`),
      +  KEY `idx_contratdet_fk_product` (`fk_product`),
      +  KEY `idx_contratdet_date_ouverture_prevue` (`date_ouverture_prevue`),
      +  KEY `idx_contratdet_date_ouverture` (`date_ouverture`),
      +  KEY `idx_contratdet_date_fin_validite` (`date_fin_validite`),
      +  KEY `fk_contratdet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_contratdet_fk_contrat` FOREIGN KEY (`fk_contrat`) REFERENCES `llx_contrat` (`rowid`),
      +  CONSTRAINT `fk_contratdet_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_contratdet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet`
      +--
      +
      +LOCK TABLES `llx_contratdet` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet` DISABLE KEYS */;
      +INSERT INTO `llx_contratdet` VALUES (1,'2013-03-06 09:00:00',1,3,4,'','',NULL,NULL,'2010-07-09 00:00:00','2010-07-09 12:00:00','2013-03-15 00:00:00',NULL,0.000,'',0.000,'',0.000,'',1,0,0.00000000,0,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,'2010-07-10 16:14:14',2,NULL,0,'','Abonnement annuel assurance',NULL,NULL,'2010-07-10 00:00:00',NULL,'2011-07-10 00:00:00',NULL,1.000,'',0.000,'',0.000,'',1,0,10.00000000,10,0,10.00000000,0.10000000,0.00000000,0.00000000,10.10000000,1,0,NULL,0.00000000,0,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,'2013-03-05 10:20:58',2,3,5,'','gdfg',NULL,NULL,'2010-07-10 00:00:00','2010-07-10 12:00:00','2011-07-09 00:00:00','2013-03-06 12:00:00',4.000,'',0.000,'',0.000,'',1,0,0.00000000,0,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,'2012-12-08 13:11:17',2,3,0,'','',NULL,NULL,'2010-07-10 00:00:00',NULL,NULL,NULL,0.000,'',0.000,'',0.000,'',1,10,40.00000000,40,NULL,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,0,NULL,0.00000000,0,NULL,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(5,'2013-03-06 09:05:40',3,NULL,4,'','gfdg',NULL,NULL,NULL,'2013-03-06 12:00:00','2013-03-07 12:00:00',NULL,0.000,'',0.000,'',0.000,'',1,0,10.00000000,10,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,0,0,0.00000000,0,1,1,'',NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000);
      +/*!40000 ALTER TABLE `llx_contratdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_contratdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contratdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_contratdet_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_contratdet_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_contratdet_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_contratdet` int(11) NOT NULL,
      +  `date` datetime NOT NULL,
      +  `statut` smallint(6) NOT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `commentaire` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_contratdet_log_fk_contratdet` (`fk_contratdet`),
      +  KEY `idx_contratdet_log_date` (`date`),
      +  CONSTRAINT `fk_contratdet_log_fk_contratdet` FOREIGN KEY (`fk_contratdet`) REFERENCES `llx_contratdet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_contratdet_log`
      +--
      +
      +LOCK TABLES `llx_contratdet_log` WRITE;
      +/*!40000 ALTER TABLE `llx_contratdet_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_contratdet_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cotisation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cotisation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cotisation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `dateadh` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `cotisation` double DEFAULT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_cotisation` (`fk_adherent`,`dateadh`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cotisation`
      +--
      +
      +LOCK TABLES `llx_cotisation` WRITE;
      +/*!40000 ALTER TABLE `llx_cotisation` DISABLE KEYS */;
      +INSERT INTO `llx_cotisation` VALUES (1,'2010-07-10 13:05:30','2010-07-10 15:05:30',2,'2010-07-10 00:00:00','2011-07-10',20,NULL,'Adhésion/cotisation 2010'),(2,'2010-07-11 14:20:00','2010-07-11 16:20:00',2,'2011-07-11 00:00:00','2012-07-10',10,NULL,'Adhésion/cotisation 2011'),(3,'2010-07-18 10:20:33','2010-07-18 12:20:33',2,'2012-07-11 00:00:00','2013-07-17',10,NULL,'Adhésion/cotisation 2012'),(4,'2013-03-06 15:43:37','2013-03-06 16:43:37',2,'2013-07-18 00:00:00','2014-07-17',10,NULL,'Adhésion/cotisation 2013'),(5,'2013-03-06 15:44:12','2013-03-06 16:44:12',2,'2014-07-18 00:00:00','2015-07-17',11,NULL,'Adhésion/cotisation 2014'),(6,'2013-03-06 15:47:48','2013-03-06 16:47:48',2,'2015-07-18 00:00:00','2016-07-17',10,NULL,'Adhésion/cotisation 2015'),(7,'2013-03-06 15:48:16','2013-03-06 16:48:16',2,'2016-07-18 00:00:00','2017-07-17',20,22,'Adhésion/cotisation 2016'),(8,'2013-03-20 13:17:57','2013-03-20 14:17:57',1,'2010-07-10 00:00:00','2011-07-09',10,NULL,'Adhésion/cotisation 2010'),(10,'2013-03-20 13:30:11','2013-03-20 14:30:11',1,'2011-07-10 00:00:00','2012-07-09',10,23,'Adhésion/cotisation 2011');
      +/*!40000 ALTER TABLE `llx_cotisation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_cronjob`
      +--
      +
      +DROP TABLE IF EXISTS `llx_cronjob`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_cronjob` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `jobtype` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` text COLLATE utf8_unicode_ci NOT NULL,
      +  `command` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `classesname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `objectname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `methodename` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `params` text COLLATE utf8_unicode_ci,
      +  `md5params` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priority` int(11) DEFAULT '0',
      +  `datelastrun` datetime DEFAULT NULL,
      +  `datenextrun` datetime DEFAULT NULL,
      +  `datestart` datetime DEFAULT NULL,
      +  `dateend` datetime DEFAULT NULL,
      +  `datelastresult` datetime DEFAULT NULL,
      +  `lastresult` text COLLATE utf8_unicode_ci,
      +  `lastoutput` text COLLATE utf8_unicode_ci,
      +  `unitfrequency` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '3600',
      +  `frequency` int(11) NOT NULL DEFAULT '0',
      +  `nbrun` int(11) DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `libname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '0',
      +  `maxrun` int(11) NOT NULL DEFAULT '0',
      +  `autodelete` int(11) DEFAULT '0',
      +  `fk_mailing` int(11) DEFAULT NULL,
      +  `test` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `processing` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_cronjob`
      +--
      +
      +LOCK TABLES `llx_cronjob` WRITE;
      +/*!40000 ALTER TABLE `llx_cronjob` DISABLE KEYS */;
      +INSERT INTO `llx_cronjob` VALUES (1,'2013-03-23 18:18:39','2013-03-23 19:18:39','command','aaa','aaaa','','','','','','',0,NULL,NULL,'2013-03-23 19:18:00',NULL,NULL,NULL,NULL,'3600',3600,0,0,1,1,'',NULL,0,0,0,NULL,'1',0),(40,'2018-11-23 11:58:15','2018-11-23 12:58:15','method','SendEmailsReminders',NULL,'comm/action/class/actioncomm.class.php','ActionComm','sendEmailsReminder',NULL,NULL,'agenda',10,NULL,NULL,'2018-11-23 12:58:15',NULL,NULL,NULL,NULL,'60',10,NULL,1,NULL,NULL,'SendEMailsReminder',NULL,1,0,0,NULL,'$conf->agenda->enabled',0),(41,'2018-11-23 11:58:16','2018-11-23 12:58:16','method','PurgeDeleteTemporaryFilesShort',NULL,'core/class/utils.class.php','Utils','purgeFiles',NULL,NULL,'cron',50,NULL,NULL,'2018-11-23 12:58:16',NULL,NULL,NULL,NULL,'604800',2,NULL,1,NULL,NULL,'PurgeDeleteTemporaryFiles',NULL,0,0,0,NULL,'1',0),(42,'2018-11-23 11:58:16','2018-11-23 12:58:16','method','MakeLocalDatabaseDumpShort',NULL,'core/class/utils.class.php','Utils','dumpDatabase','none,auto,1,auto,10',NULL,'cron',90,NULL,NULL,'2018-11-23 12:58:16',NULL,NULL,NULL,NULL,'604800',1,NULL,0,NULL,NULL,'MakeLocalDatabaseDump',NULL,0,0,0,NULL,'1',0),(43,'2018-11-23 11:58:17','2018-11-23 12:58:17','method','RecurringInvoices',NULL,'compta/facture/class/facture-rec.class.php','FactureRec','createRecurringInvoices',NULL,NULL,'facture',50,NULL,NULL,'2018-11-23 23:00:00',NULL,NULL,NULL,NULL,'86400',1,NULL,1,NULL,NULL,'Generate recurring invoices',NULL,1,0,0,NULL,'$conf->facture->enabled',0),(44,'2018-11-23 11:58:19','2018-11-23 12:58:19','method','CompressSyslogs',NULL,'core/class/utils.class.php','Utils','compressSyslogs',NULL,NULL,'syslog',50,NULL,NULL,'2018-11-23 12:58:19',NULL,NULL,NULL,NULL,'86400',1,NULL,0,NULL,NULL,'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',NULL,1,0,0,NULL,'1',0);
      +/*!40000 ALTER TABLE `llx_cronjob` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_default_values`
      +--
      +
      +DROP TABLE IF EXISTS `llx_default_values`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_default_values` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_id` int(11) NOT NULL DEFAULT '0',
      +  `page` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `param` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_default_values` (`type`,`entity`,`user_id`,`page`,`param`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_default_values`
      +--
      +
      +LOCK TABLES `llx_default_values` WRITE;
      +/*!40000 ALTER TABLE `llx_default_values` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_default_values` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_deplacement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_deplacement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_deplacement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dated` datetime DEFAULT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `type` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_statut` int(11) NOT NULL DEFAULT '1',
      +  `km` double DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_deplacement`
      +--
      +
      +LOCK TABLES `llx_deplacement` WRITE;
      +/*!40000 ALTER TABLE `llx_deplacement` DISABLE KEYS */;
      +INSERT INTO `llx_deplacement` VALUES (1,NULL,1,'2010-07-09 01:58:04','2010-07-08 23:58:18','2010-07-09 12:00:00',2,1,NULL,'TF_LUNCH',1,10,2,1,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_deplacement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_document_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_document_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_document_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_document_model` (`nom`,`type`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=305 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_document_model`
      +--
      +
      +LOCK TABLES `llx_document_model` WRITE;
      +/*!40000 ALTER TABLE `llx_document_model` DISABLE KEYS */;
      +INSERT INTO `llx_document_model` VALUES (9,'merou',1,'shipping',NULL,NULL),(181,'generic_invoice_odt',1,'invoice','ODT templates','FACTURE_ADDON_PDF_ODT_PATH'),(193,'canelle2',1,'invoice_supplier','canelle2',NULL),(195,'canelle',1,'invoice_supplier','canelle',NULL),(198,'azur',2,'propal',NULL,NULL),(199,'html_cerfafr',2,'donation',NULL,NULL),(200,'crabe',2,'invoice',NULL,NULL),(201,'generic_odt',1,'company','ODT templates','COMPANY_ADDON_PDF_ODT_PATH'),(250,'baleine',1,'project',NULL,NULL),(255,'soleil',1,'ficheinter',NULL,NULL),(256,'azur',1,'propal',NULL,NULL),(270,'aurore',1,'supplier_proposal',NULL,NULL),(273,'beluga',1,'project','beluga',NULL),(274,'rouget',1,'shipping',NULL,NULL),(275,'typhon',1,'delivery',NULL,NULL),(278,'standard',1,'expensereport',NULL,NULL),(281,'sepamandate',1,'bankaccount','sepamandate',NULL),(299,'standard',1,'member',NULL,NULL),(300,'einstein',1,'order',NULL,NULL),(302,'crabe',1,'invoice',NULL,NULL),(303,'muscadet',1,'order_supplier',NULL,NULL),(304,'html_cerfafr',1,'donation',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_document_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_don`
      +--
      +
      +DROP TABLE IF EXISTS `llx_don`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_don` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `datedon` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_payment` int(11) DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `societe` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` text COLLATE utf8_unicode_ci,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `country` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) NOT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `public` smallint(6) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_don`
      +--
      +
      +LOCK TABLES `llx_don` WRITE;
      +/*!40000 ALTER TABLE `llx_don` DISABLE KEYS */;
      +INSERT INTO `llx_don` VALUES (1,NULL,1,'2010-07-08 23:57:17',1,'2010-07-09 01:55:33','2010-07-09 12:00:00',10.00000000,1,0,'Donator','','Guest company','','','','France',0,'',NULL,NULL,1,1,1,1,'',NULL,'html_cerfafr',NULL,NULL,NULL),(2,NULL,1,'2017-02-06 04:05:29',0,'2017-02-06 08:05:29','2017-02-06 12:00:00',100.00000000,NULL,0,'','','','','','',NULL,0,'','','',1,NULL,12,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,NULL,1,'2017-09-06 16:18:19',2,'2017-09-06 20:05:17','2017-09-06 12:00:00',10.00000000,NULL,0,'','','','','','',NULL,0,'','','',1,NULL,12,12,NULL,NULL,'html_cerfafr',NULL,NULL,NULL),(4,NULL,1,'2017-09-06 16:07:07',1,'2017-09-06 20:06:59','2017-09-06 12:00:00',10.00000000,NULL,0,'','','','','','',NULL,117,'','','',1,NULL,12,12,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_don` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_don_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_don_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_don_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_don_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_don_extrafields`
      +--
      +
      +LOCK TABLES `llx_don_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_don_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_don_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecm_directories`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecm_directories`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecm_directories` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_parent` int(11) DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `cachenbofdoc` int(11) NOT NULL DEFAULT '0',
      +  `fullpath` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_c` datetime DEFAULT NULL,
      +  `date_m` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_c` int(11) DEFAULT NULL,
      +  `fk_user_m` int(11) DEFAULT NULL,
      +  `acl` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecm_directories` (`label`,`fk_parent`,`entity`),
      +  KEY `idx_ecm_directories_fk_user_c` (`fk_user_c`),
      +  KEY `idx_ecm_directories_fk_user_m` (`fk_user_m`),
      +  CONSTRAINT `fk_ecm_directories_fk_user_c` FOREIGN KEY (`fk_user_c`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_ecm_directories_fk_user_m` FOREIGN KEY (`fk_user_m`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecm_directories`
      +--
      +
      +LOCK TABLES `llx_ecm_directories` WRITE;
      +/*!40000 ALTER TABLE `llx_ecm_directories` DISABLE KEYS */;
      +INSERT INTO `llx_ecm_directories` VALUES (8,'Administrative documents',1,0,'Directory to store administrative contacts',0,NULL,NULL,'2016-07-30 16:54:41','2016-07-30 12:54:41',12,NULL,NULL),(9,'Images',1,0,'',34,NULL,NULL,'2016-07-30 16:55:33','2016-07-30 13:24:41',12,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ecm_directories` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecm_files`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecm_files`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecm_files` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `share` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `filepath` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fullpath_orig` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `keywords` text COLLATE utf8_unicode_ci,
      +  `cover` text COLLATE utf8_unicode_ci,
      +  `gen_or_uploaded` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_c` datetime DEFAULT NULL,
      +  `date_m` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_c` int(11) DEFAULT NULL,
      +  `fk_user_m` int(11) DEFAULT NULL,
      +  `acl` text COLLATE utf8_unicode_ci,
      +  `position` int(11) DEFAULT NULL,
      +  `keyword` varchar(750) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `src_object_type` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `src_object_id` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecm_files` (`filepath`,`filename`,`entity`),
      +  KEY `idx_ecm_files_label` (`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecm_files`
      +--
      +
      +LOCK TABLES `llx_ecm_files` WRITE;
      +/*!40000 ALTER TABLE `llx_ecm_files` DISABLE KEYS */;
      +INSERT INTO `llx_ecm_files` VALUES (1,NULL,'6ff09d1c53ef83fe622b02a320bcfa52',NULL,1,'FA1107-0019.pdf','facture/FA1107-0019','/home/ldestailleur/git/dolibarr_6.0/documents/facture/FA1107-0019/FA1107-0019.pdf','',NULL,NULL,'unknown',NULL,'2017-08-30 15:53:34','2017-08-30 11:53:34',18,NULL,NULL,1,NULL,NULL,NULL),(2,NULL,'a6c8a0f04af73e4dfc059006d7a5f55a',NULL,1,'FA1107-0019_invoice.odt','facture/FA1107-0019','/home/ldestailleur/git/dolibarr_6.0/documents/facture/FA1107-0019/FA1107-0019_invoice.odt','',NULL,NULL,'unknown',NULL,'2017-08-30 15:53:34','2017-08-30 11:53:34',18,NULL,NULL,2,NULL,NULL,NULL),(3,NULL,'24e96a4a0da25d1ac5049ea46d031d3a',NULL,1,'FA1107-0019-depotFacture-1418-INH-N000289-20170720.pdf','facture/FA1107-0019','depotFacture-1418-INH-N000289-20170720.pdf','',NULL,NULL,'uploaded',NULL,'2017-08-30 15:54:45','2017-08-30 11:54:45',18,NULL,NULL,3,NULL,NULL,NULL),(4,NULL,'91a42a4e2c77e826562c83fa84f6fccd',NULL,1,'CO7001-0027-acces-coopinfo.txt','commande/CO7001-0027','acces-coopinfo.txt','',NULL,NULL,'uploaded',NULL,'2017-08-30 16:02:33','2017-08-30 12:02:33',18,NULL,NULL,1,NULL,NULL,NULL),(5,'5fe17a68b2f6a73e6326f77fa7b6586c','a60cad66c6da948eb08d5b939f3516ff',NULL,1,'FA1601-0024.pdf','facture/FA1601-0024','','',NULL,NULL,'generated',NULL,'2017-08-30 16:23:01','2018-03-16 09:59:31',12,12,NULL,1,NULL,NULL,NULL),(6,NULL,'24e96a4a0da25d1ac5049ea46d031d3a',NULL,1,'FA1601-0024-depotFacture-1418-INH-N000289-20170720.pdf','facture/FA1601-0024','depotFacture-1418-INH-N000289-20170720.pdf','',NULL,NULL,'uploaded',NULL,'2017-08-30 16:23:14','2017-08-30 12:23:14',12,NULL,NULL,2,NULL,NULL,NULL),(7,NULL,'d41d8cd98f00b204e9800998ecf8427e',NULL,1,'Exxxqqqw','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/Exxxqqqw','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:04:02',12,NULL,NULL,2,NULL,NULL,NULL),(8,NULL,'8245ba8e8e345655f06cd904d7d54f73',NULL,1,'compxp4523product.jpg','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/compxp4523product.jpg','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:04:02',12,NULL,NULL,1,NULL,NULL,NULL),(9,NULL,'d32552ee874c82b9f0ccab4f309b4b61',NULL,1,'dolihelp.ico','produit/COMP-XP4523','/home/ldestailleur/git/dolibarr_6.0/documents/produit/COMP-XP4523/dolihelp.ico','',NULL,NULL,'unknown',NULL,'2017-08-30 19:03:15','2017-08-30 15:03:15',12,NULL,NULL,3,NULL,NULL,NULL),(10,'afef987559622d6334fdc4a9a134c435','ccd46bbf3ab6c78588a0ba775106258f',NULL,1,'rolluproduct.jpg','produit/ROLLUPABC','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/ROLLUPABC/rolluproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(11,'a8bbc6c6daea9a4dd58d6fb37a77a030','2f1f2ea4b1b4eb9f25ba440c7870ffcd',NULL,1,'dolicloud_logo.png','produit/DOLICLOUD','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLICLOUD/dolicloud_logo.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(12,'bd0951e23023b22ad1cd21fe33ee46bf','03f0be1249e56fd0b3dd02d5545e3675',NULL,1,'applepieproduct.jpg','produit/CAKECONTRIB','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/CAKECONTRIB/applepieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(13,'e9e029e2d2bbd014162c0b385ab8739a','b7446fb7b54a3085ff7167e2c5b370fd',NULL,1,'pearpieproduct.jpg','produit/PEARPIE','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/PEARPIE/pearpieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(14,'14eea962fb99dc6dd8ca4474c519f837','973b1603b5eb01aac97eb2d911f4c341',NULL,1,'pinkdressproduct.jpg','produit/PINKDRESS','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/PINKDRESS/pinkdressproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(15,'83616b4ec45e835526144ce114979f49','2adadd910fe97a07bd5be0f1f27f2d28',NULL,1,'dolidroid_114x114.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_114x114.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL),(16,'6b11123918f12440cac5fa3c3190d2d6','8a0bc12d0e579a5a56e299a1a128ba80',NULL,1,'dolidroid_512x512_en.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_512x512_en.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,2,NULL,NULL,NULL),(17,'5c0ceed2d113af84868710c940e1a921','246708ef260d601dcfa367a6b3258ecf',NULL,1,'dolidroid_screenshot_home_720x1280.png','produit/DOLIDROID','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/DOLIDROID/dolidroid_screenshot_home_720x1280.png','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,3,NULL,NULL,NULL),(18,'1972b3da7908b3e08247e6e23bb7bdc3','03f0be1249e56fd0b3dd02d5545e3675',NULL,1,'applepieproduct.jpg','produit/APPLEPIE','/home/dolibarr/demo.dolibarr.org/dolibarr_documents/produit/APPLEPIE/applepieproduct.jpg','',NULL,NULL,'unknown',NULL,'2018-01-19 11:23:16','2018-01-19 11:23:16',12,NULL,NULL,1,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ecm_files` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ecommerce_category`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ecommerce_category`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ecommerce_category` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` tinyint(4) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_category` int(11) NOT NULL,
      +  `fk_site` int(11) NOT NULL,
      +  `remote_id` int(11) NOT NULL,
      +  `remote_parent_id` int(11) DEFAULT NULL,
      +  `last_update` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ecommerce_category_fk_site_fk_category` (`fk_site`,`fk_category`),
      +  KEY `idx_ecommerce_category_fk_category` (`fk_category`),
      +  KEY `idx_ecommerce_category_fk_site` (`fk_site`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2268 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Table transition remote site -  Dolibarr';
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ecommerce_category`
      +--
      +
      +LOCK TABLES `llx_ecommerce_category` WRITE;
      +/*!40000 ALTER TABLE `llx_ecommerce_category` DISABLE KEYS */;
      +INSERT INTO `llx_ecommerce_category` VALUES (2260,'Default Category',0,'',35,2,2,1,'2015-09-22 14:46:27'),(2261,'categ1',0,'',36,2,3,2,'2015-09-23 14:53:15'),(2262,'categ1-a',0,'',37,2,6,3,'2016-09-25 15:11:47'),(2263,'categ1-b',0,'',38,2,7,3,'2015-09-23 14:45:50'),(2264,'categ2',0,'',39,2,4,1,'2015-09-23 14:45:54'),(2265,'categxxx',0,'',40,2,8,4,'2015-09-23 16:53:22'),(2266,'root2',0,'',41,2,9,1,'2015-09-23 16:53:31'),(2267,'root2-b',0,'',42,2,10,9,'2015-09-23 16:53:41');
      +/*!40000 ALTER TABLE `llx_ecommerce_category` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_contact`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_contact`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_contact` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datecreate` datetime DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '5',
      +  `element_id` int(11) NOT NULL,
      +  `fk_c_type_contact` int(11) NOT NULL,
      +  `fk_socpeople` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_contact_idx1` (`element_id`,`fk_c_type_contact`,`fk_socpeople`),
      +  KEY `fk_element_contact_fk_c_type_contact` (`fk_c_type_contact`),
      +  KEY `idx_element_contact_fk_socpeople` (`fk_socpeople`),
      +  CONSTRAINT `fk_element_contact_fk_c_type_contact` FOREIGN KEY (`fk_c_type_contact`) REFERENCES `llx_c_type_contact` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_contact`
      +--
      +
      +LOCK TABLES `llx_element_contact` WRITE;
      +/*!40000 ALTER TABLE `llx_element_contact` DISABLE KEYS */;
      +INSERT INTO `llx_element_contact` VALUES (1,'2010-07-09 00:49:43',4,1,160,1),(2,'2010-07-09 00:49:56',4,2,160,1),(3,'2010-07-09 00:50:19',4,3,160,1),(4,'2010-07-09 00:50:42',4,4,160,1),(5,'2010-07-09 01:52:36',4,1,120,1),(6,'2010-07-09 01:53:25',4,1,10,2),(7,'2010-07-09 01:53:25',4,1,11,2),(8,'2010-07-10 18:13:37',4,2,10,2),(9,'2010-07-10 18:13:37',4,2,11,2),(11,'2010-07-11 16:22:36',4,5,160,1),(12,'2010-07-11 16:23:53',4,2,180,1),(13,'2013-01-23 15:04:27',4,19,200,5),(14,'2013-01-23 16:06:37',4,19,210,2),(15,'2013-01-23 16:12:43',4,19,220,2),(16,'2013-03-06 10:04:57',4,3,10,1),(17,'2013-03-06 10:04:57',4,3,11,1),(18,'2014-12-21 13:52:41',4,3,180,1),(19,'2014-12-21 13:55:39',4,4,180,1),(20,'2014-12-21 14:16:58',4,5,180,1),(21,'2016-07-30 15:29:07',4,6,160,12),(22,'2016-07-30 15:29:48',4,7,160,12),(23,'2016-07-30 15:30:25',4,8,160,12),(24,'2016-07-30 15:33:27',4,6,180,12),(25,'2016-07-30 15:33:39',4,7,180,12),(26,'2016-07-30 15:33:54',4,8,180,12),(27,'2016-07-30 15:34:09',4,9,180,12),(28,'2016-07-31 18:27:20',4,9,160,12);
      +/*!40000 ALTER TABLE `llx_element_contact` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_source` int(11) NOT NULL,
      +  `sourcetype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_target` int(11) NOT NULL,
      +  `targettype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_element_idx1` (`fk_source`,`sourcetype`,`fk_target`,`targettype`),
      +  KEY `idx_element_element_fk_target` (`fk_target`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_element`
      +--
      +
      +LOCK TABLES `llx_element_element` WRITE;
      +/*!40000 ALTER TABLE `llx_element_element` DISABLE KEYS */;
      +INSERT INTO `llx_element_element` VALUES (4,1,'order_supplier',20,'invoice_supplier'),(12,1,'shipping',217,'facture'),(5,2,'cabinetmed_cabinetmedcons',216,'facture'),(1,2,'contrat',2,'facture'),(2,2,'propal',1,'commande'),(3,5,'commande',1,'shipping'),(13,5,'commande',217,'facture'),(11,25,'propal',92,'commande'),(9,28,'propal',90,'commande'),(10,29,'propal',91,'commande'),(6,75,'commande',2,'shipping');
      +/*!40000 ALTER TABLE `llx_element_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_lock`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_lock`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_lock` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_element` int(11) NOT NULL,
      +  `elementtype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `datel` datetime DEFAULT NULL,
      +  `datem` datetime DEFAULT NULL,
      +  `sessionid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_lock`
      +--
      +
      +LOCK TABLES `llx_element_lock` WRITE;
      +/*!40000 ALTER TABLE `llx_element_lock` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_lock` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_resources`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_resources`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_resources` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `element_id` int(11) DEFAULT NULL,
      +  `element_type` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `resource_id` int(11) DEFAULT NULL,
      +  `resource_type` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `busy` int(11) DEFAULT NULL,
      +  `mandatory` int(11) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `duree` double DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_element_resources_idx1` (`resource_id`,`resource_type`,`element_id`,`element_type`),
      +  KEY `idx_element_element_element_id` (`element_id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_resources`
      +--
      +
      +LOCK TABLES `llx_element_resources` WRITE;
      +/*!40000 ALTER TABLE `llx_element_resources` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_resources` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_element_tag`
      +--
      +
      +DROP TABLE IF EXISTS `llx_element_tag`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_element_tag` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
      +  `tag` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_element` int(11) NOT NULL,
      +  `element` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_element_tag` (`entity`,`lang`,`tag`,`fk_element`,`element`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_element_tag`
      +--
      +
      +LOCK TABLES `llx_element_tag` WRITE;
      +/*!40000 ALTER TABLE `llx_element_tag` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_element_tag` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_eleves`
      +--
      +
      +DROP TABLE IF EXISTS `llx_eleves`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_eleves` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_eleves_rowid` (`rowid`),
      +  KEY `idx_eleves_ref` (`ref`),
      +  KEY `idx_eleves_entity` (`entity`),
      +  KEY `idx_eleves_status` (`status`),
      +  KEY `idx_eleves_import_key` (`import_key`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_eleves`
      +--
      +
      +LOCK TABLES `llx_eleves` WRITE;
      +/*!40000 ALTER TABLE `llx_eleves` DISABLE KEYS */;
      +INSERT INTO `llx_eleves` VALUES (1,'ggg',1,'hh',10.00000000,NULL,'2017-09-06 00:33:15','2017-09-06 00:33:15',1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_eleves` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_eleves_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_eleves_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_eleves_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_eleves_extrafields`
      +--
      +
      +LOCK TABLES `llx_eleves_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_eleves_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_eleves_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollector`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollector`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollector` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `label` varchar(255) DEFAULT NULL,
      +  `description` text,
      +  `host` varchar(255) DEFAULT NULL,
      +  `user` varchar(128) DEFAULT NULL,
      +  `password` varchar(128) DEFAULT NULL,
      +  `source_directory` varchar(255) DEFAULT NULL,
      +  `filter` text,
      +  `actiontodo` varchar(255) DEFAULT NULL,
      +  `target_directory` varchar(255) DEFAULT NULL,
      +  `datelastresult` datetime DEFAULT NULL,
      +  `lastresult` varchar(255) DEFAULT NULL,
      +  `note_public` text,
      +  `note_private` text,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `codelastresult` varchar(16) DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_emailcollector_rowid` (`rowid`),
      +  KEY `idx_emailcollector_entity` (`entity`),
      +  KEY `idx_emailcollector_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollector`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollector` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollector` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollector` VALUES (1,1,'MyEmailCollector1','My email collector 1','aaa','imap.gmail.com','testldr10@gmail.com','testldr10-10','INBOX','','','aftercollect','2018-11-19 15:21:07','1 emails analyzed, 1 emails successfuly processed (for 3 record/actions done) by collector',NULL,NULL,'2018-10-31 18:08:05','2018-10-31 17:08:05',12,12,NULL,1,'OK',0);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollector` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollectoraction`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollectoraction`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollectoraction` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_emailcollector` int(11) NOT NULL,
      +  `type` varchar(128) NOT NULL,
      +  `actionparam` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `position` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_emailcollector_emailcollectoraction` (`fk_emailcollector`,`type`),
      +  KEY `idx_emailcollector_fk_emailcollector` (`fk_emailcollector`),
      +  CONSTRAINT `fk_emailcollectoraction_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollectoraction`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollectoraction` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectoraction` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollectoraction` VALUES (6,1,'recordevent',NULL,'2018-11-07 18:01:53','2018-11-19 19:54:46',12,NULL,NULL,1,2),(7,1,'project',NULL,'2018-11-15 11:11:13','2018-11-19 19:54:37',12,NULL,NULL,1,3),(14,1,'loadandcreatethirdparty','REGEX:body:Nom:\\s([^\\s]*)','2018-11-19 13:03:58','2018-11-19 19:54:46',12,NULL,NULL,1,1);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectoraction` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailcollector_emailcollectorfilter`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailcollector_emailcollectorfilter`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailcollector_emailcollectorfilter` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_emailcollector` int(11) NOT NULL,
      +  `type` varchar(128) NOT NULL,
      +  `rulevalue` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_emailcollector_emailcollectorfilter` (`fk_emailcollector`,`type`,`rulevalue`),
      +  KEY `idx_emailcollector_fk_emailcollector` (`fk_emailcollector`),
      +  CONSTRAINT `fk_emailcollector_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`),
      +  CONSTRAINT `fk_emailcollectorfilter_fk_emailcollector` FOREIGN KEY (`fk_emailcollector`) REFERENCES `llx_emailcollector_emailcollector` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailcollector_emailcollectorfilter`
      +--
      +
      +LOCK TABLES `llx_emailcollector_emailcollectorfilter` WRITE;
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectorfilter` DISABLE KEYS */;
      +INSERT INTO `llx_emailcollector_emailcollectorfilter` VALUES (18,1,'withouttrackingid',NULL,'2018-11-16 15:10:27','2018-11-16 14:10:27',12,NULL,NULL,1),(19,1,'from','support@dolicloud.com','2018-11-16 16:03:10','2018-11-16 15:03:10',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_emailcollector_emailcollectorfilter` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailsenderprofile`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailsenderprofile`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailsenderprofile` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_emailsenderprofile_rowid` (`rowid`),
      +  KEY `idx_emailsenderprofile_ref` (`ref`),
      +  KEY `idx_emailsenderprofile_entity` (`entity`),
      +  KEY `idx_emailsenderprofile_import_key` (`import_key`),
      +  KEY `idx_emailsenderprofile_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailsenderprofile`
      +--
      +
      +LOCK TABLES `llx_emailsenderprofile` WRITE;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_emailsenderprofile_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_emailsenderprofile_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_emailsenderprofile_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_emailsenderprofile_extrafields`
      +--
      +
      +LOCK TABLES `llx_emailsenderprofile_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_emailsenderprofile_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entity_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entity_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entity_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entity_extrafields`
      +--
      +
      +LOCK TABLES `llx_entity_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_entity_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_entity_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entity_thirdparty`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entity_thirdparty`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entity_thirdparty` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_entity` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_entity_thirdparty_fk_soc` (`entity`,`fk_entity`,`fk_soc`),
      +  KEY `fk_entity_thirdparty_fk_entity` (`fk_entity`),
      +  KEY `fk_entity_thirdparty_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_entity_thirdparty_fk_entity` FOREIGN KEY (`fk_entity`) REFERENCES `llx_entity` (`rowid`),
      +  CONSTRAINT `fk_entity_thirdparty_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entity_thirdparty`
      +--
      +
      +LOCK TABLES `llx_entity_thirdparty` WRITE;
      +/*!40000 ALTER TABLE `llx_entity_thirdparty` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_entity_thirdparty` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_entrepot`
      +--
      +
      +DROP TABLE IF EXISTS `llx_entrepot`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_entrepot` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `description` text COLLATE utf8_unicode_ci,
      +  `lieu` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_departement` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `statut` tinyint(4) DEFAULT '1',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_parent` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_entrepot_label` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_entrepot`
      +--
      +
      +LOCK TABLES `llx_entrepot` WRITE;
      +/*!40000 ALTER TABLE `llx_entrepot` DISABLE KEYS */;
      +INSERT INTO `llx_entrepot` VALUES (1,'2010-07-09 00:31:22','2010-07-08 22:40:36','WAREHOUSEHOUSTON',1,'Warehouse located at Houston','Warehouse houston','','','Houston',NULL,11,1,1,NULL,NULL,0),(2,'2010-07-09 00:41:03','2010-07-08 22:41:03','WAREHOUSEPARIS',1,'<br />','Warehouse Paris','','75000','Paris',NULL,1,1,1,NULL,NULL,0),(3,'2010-07-11 16:18:59','2016-07-30 13:52:08','Stock personnel Dupont',1,'Cet entrep&ocirc;t repr&eacute;sente le stock personnel de Alain Dupont','','','','',NULL,2,1,1,NULL,NULL,0),(9,'2015-10-03 11:47:41','2015-10-03 09:47:41','Personal stock Marie Curie',1,'This warehouse represents personal stock of Marie Curie','','','','',NULL,1,1,1,NULL,NULL,0),(10,'2015-10-05 09:07:52','2016-07-30 13:52:24','Personal stock Alex Theceo',1,'This warehouse represents personal stock of Alex Theceo','','','','',NULL,3,1,1,NULL,NULL,0),(12,'2015-10-05 21:29:35','2015-10-05 19:29:35','Personal stock Charly Commery',1,'This warehouse represents personal stock of Charly Commery','','','','',NULL,1,1,11,NULL,NULL,0),(13,'2015-10-05 21:33:33','2016-07-30 13:51:38','Personal stock Sam Scientol',1,'This warehouse represents personal stock of Sam Scientol','','','7500','Paris',NULL,1,0,11,NULL,NULL,0),(18,'2016-01-22 17:27:02','2016-01-22 16:27:02','Personal stock Laurent Destailleur',1,'This warehouse represents personal stock of Laurent Destailleur','','','','',NULL,1,1,12,NULL,NULL,0),(19,'2016-07-30 16:50:23','2016-07-30 12:50:23','Personal stock Eldy',1,'This warehouse represents personal stock of Eldy','','','','',NULL,14,1,12,NULL,NULL,0),(20,'2017-02-02 03:55:45','2017-02-01 23:55:45','Personal stock Alex Boston',1,'This warehouse represents personal stock of Alex Boston','','','','',NULL,14,1,12,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_entrepot` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_equipement_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_equipement_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_equipement_factory` (
      +  `fk_equipement` int(11) NOT NULL DEFAULT '0',
      +  `fk_factory` int(11) NOT NULL DEFAULT '0',
      +  UNIQUE KEY `uk_factory_equipement` (`fk_equipement`,`fk_factory`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_equipement_factory`
      +--
      +
      +LOCK TABLES `llx_equipement_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_equipement_factory` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_equipement_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_establishment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_establishment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_establishment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `name` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_state` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT '0',
      +  `profid1` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `profid2` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `profid3` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_mod` int(11) DEFAULT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `status` tinyint(4) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_establishment`
      +--
      +
      +LOCK TABLES `llx_establishment` WRITE;
      +/*!40000 ALTER TABLE `llx_establishment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_establishment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_event_element`
      +--
      +
      +DROP TABLE IF EXISTS `llx_event_element`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_event_element` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_source` int(11) NOT NULL,
      +  `fk_target` int(11) NOT NULL,
      +  `targettype` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_event_element`
      +--
      +
      +LOCK TABLES `llx_event_element` WRITE;
      +/*!40000 ALTER TABLE `llx_event_element` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_event_element` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_events`
      +--
      +
      +DROP TABLE IF EXISTS `llx_events`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_events` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `dateevent` datetime DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `description` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
      +  `ip` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_agent` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_object` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_events_dateevent` (`dateevent`)
      +) ENGINE=InnoDB AUTO_INCREMENT=879 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_events`
      +--
      +
      +LOCK TABLES `llx_events` WRITE;
      +/*!40000 ALTER TABLE `llx_events` DISABLE KEYS */;
      +INSERT INTO `llx_events` VALUES (30,'2011-07-18 18:23:06','USER_LOGOUT',1,'2011-07-18 20:23:06',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(31,'2011-07-18 18:23:12','USER_LOGIN_FAILED',1,'2011-07-18 20:23:12',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(32,'2011-07-18 18:23:17','USER_LOGIN',1,'2011-07-18 20:23:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(33,'2011-07-18 20:10:51','USER_LOGIN_FAILED',1,'2011-07-18 22:10:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(34,'2011-07-18 20:10:55','USER_LOGIN',1,'2011-07-18 22:10:55',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(35,'2011-07-18 21:18:57','USER_LOGIN',1,'2011-07-18 23:18:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(36,'2011-07-20 10:34:10','USER_LOGIN',1,'2011-07-20 12:34:10',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(37,'2011-07-20 12:36:44','USER_LOGIN',1,'2011-07-20 14:36:44',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(38,'2011-07-20 13:20:51','USER_LOGIN_FAILED',1,'2011-07-20 15:20:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(39,'2011-07-20 13:20:54','USER_LOGIN',1,'2011-07-20 15:20:54',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(40,'2011-07-20 15:03:46','USER_LOGIN_FAILED',1,'2011-07-20 17:03:46',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(41,'2011-07-20 15:03:55','USER_LOGIN',1,'2011-07-20 17:03:55',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(42,'2011-07-20 18:05:05','USER_LOGIN_FAILED',1,'2011-07-20 20:05:05',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(43,'2011-07-20 18:05:08','USER_LOGIN',1,'2011-07-20 20:05:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(44,'2011-07-20 21:08:53','USER_LOGIN_FAILED',1,'2011-07-20 23:08:53',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(45,'2011-07-20 21:08:56','USER_LOGIN',1,'2011-07-20 23:08:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(46,'2011-07-21 01:26:12','USER_LOGIN',1,'2011-07-21 03:26:12',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(47,'2011-07-21 22:35:45','USER_LOGIN_FAILED',1,'2011-07-22 00:35:45',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(48,'2011-07-21 22:35:49','USER_LOGIN',1,'2011-07-22 00:35:49',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(49,'2011-07-26 23:09:47','USER_LOGIN_FAILED',1,'2011-07-27 01:09:47',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(50,'2011-07-26 23:09:50','USER_LOGIN',1,'2011-07-27 01:09:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(51,'2011-07-27 17:02:27','USER_LOGIN_FAILED',1,'2011-07-27 19:02:27',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(52,'2011-07-27 17:02:32','USER_LOGIN',1,'2011-07-27 19:02:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(53,'2011-07-27 23:33:37','USER_LOGIN_FAILED',1,'2011-07-28 01:33:37',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(54,'2011-07-27 23:33:41','USER_LOGIN',1,'2011-07-28 01:33:41',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(55,'2011-07-28 18:20:36','USER_LOGIN_FAILED',1,'2011-07-28 20:20:36',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(56,'2011-07-28 18:20:38','USER_LOGIN',1,'2011-07-28 20:20:38',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(57,'2011-07-28 20:13:30','USER_LOGIN_FAILED',1,'2011-07-28 22:13:30',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(58,'2011-07-28 20:13:34','USER_LOGIN',1,'2011-07-28 22:13:34',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(59,'2011-07-28 20:22:51','USER_LOGIN',1,'2011-07-28 22:22:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(60,'2011-07-28 23:05:06','USER_LOGIN',1,'2011-07-29 01:05:06',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(61,'2011-07-29 20:15:50','USER_LOGIN_FAILED',1,'2011-07-29 22:15:50',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(62,'2011-07-29 20:15:53','USER_LOGIN',1,'2011-07-29 22:15:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(68,'2011-07-29 20:51:01','USER_LOGOUT',1,'2011-07-29 22:51:01',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(69,'2011-07-29 20:51:05','USER_LOGIN',1,'2011-07-29 22:51:05',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(70,'2011-07-30 08:46:20','USER_LOGIN_FAILED',1,'2011-07-30 10:46:20',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(71,'2011-07-30 08:46:38','USER_LOGIN_FAILED',1,'2011-07-30 10:46:38',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(72,'2011-07-30 08:46:42','USER_LOGIN',1,'2011-07-30 10:46:42',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(73,'2011-07-30 10:05:12','USER_LOGIN_FAILED',1,'2011-07-30 12:05:12',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(74,'2011-07-30 10:05:15','USER_LOGIN',1,'2011-07-30 12:05:15',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(75,'2011-07-30 12:15:46','USER_LOGIN',1,'2011-07-30 14:15:46',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(76,'2011-07-31 22:19:30','USER_LOGIN',1,'2011-08-01 00:19:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(77,'2011-07-31 23:32:52','USER_LOGIN',1,'2011-08-01 01:32:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(78,'2011-08-01 01:24:50','USER_LOGIN_FAILED',1,'2011-08-01 03:24:50',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(79,'2011-08-01 01:24:54','USER_LOGIN',1,'2011-08-01 03:24:54',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(80,'2011-08-01 19:31:36','USER_LOGIN_FAILED',1,'2011-08-01 21:31:35',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(81,'2011-08-01 19:31:39','USER_LOGIN',1,'2011-08-01 21:31:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(82,'2011-08-01 20:01:36','USER_LOGIN',1,'2011-08-01 22:01:36',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(83,'2011-08-01 20:52:54','USER_LOGIN_FAILED',1,'2011-08-01 22:52:54',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(84,'2011-08-01 20:52:58','USER_LOGIN',1,'2011-08-01 22:52:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(85,'2011-08-01 21:17:28','USER_LOGIN_FAILED',1,'2011-08-01 23:17:28',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(86,'2011-08-01 21:17:31','USER_LOGIN',1,'2011-08-01 23:17:31',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(87,'2011-08-04 11:55:17','USER_LOGIN',1,'2011-08-04 13:55:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(88,'2011-08-04 20:19:03','USER_LOGIN_FAILED',1,'2011-08-04 22:19:03',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(89,'2011-08-04 20:19:07','USER_LOGIN',1,'2011-08-04 22:19:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(90,'2011-08-05 17:51:42','USER_LOGIN_FAILED',1,'2011-08-05 19:51:42',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(91,'2011-08-05 17:51:47','USER_LOGIN',1,'2011-08-05 19:51:47',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(92,'2011-08-05 17:56:03','USER_LOGIN',1,'2011-08-05 19:56:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(93,'2011-08-05 17:59:10','USER_LOGIN',1,'2011-08-05 19:59:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30',NULL),(94,'2011-08-05 18:01:58','USER_LOGIN',1,'2011-08-05 20:01:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30',NULL),(95,'2011-08-05 19:59:56','USER_LOGIN',1,'2011-08-05 21:59:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(96,'2011-08-06 18:33:22','USER_LOGIN',1,'2011-08-06 20:33:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(97,'2011-08-07 00:56:59','USER_LOGIN',1,'2011-08-07 02:56:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(98,'2011-08-07 22:49:14','USER_LOGIN',1,'2011-08-08 00:49:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(99,'2011-08-07 23:05:18','USER_LOGOUT',1,'2011-08-08 01:05:18',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(105,'2011-08-08 00:41:09','USER_LOGIN',1,'2011-08-08 02:41:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(106,'2011-08-08 11:58:55','USER_LOGIN',1,'2011-08-08 13:58:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(107,'2011-08-08 14:35:48','USER_LOGIN',1,'2011-08-08 16:35:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(108,'2011-08-08 14:36:31','USER_LOGOUT',1,'2011-08-08 16:36:31',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(109,'2011-08-08 14:38:28','USER_LOGIN',1,'2011-08-08 16:38:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(110,'2011-08-08 14:39:02','USER_LOGOUT',1,'2011-08-08 16:39:02',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(111,'2011-08-08 14:39:10','USER_LOGIN',1,'2011-08-08 16:39:10',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(112,'2011-08-08 14:39:28','USER_LOGOUT',1,'2011-08-08 16:39:28',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(113,'2011-08-08 14:39:37','USER_LOGIN',1,'2011-08-08 16:39:37',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(114,'2011-08-08 14:50:02','USER_LOGOUT',1,'2011-08-08 16:50:02',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(115,'2011-08-08 14:51:45','USER_LOGIN_FAILED',1,'2011-08-08 16:51:45',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(116,'2011-08-08 14:51:52','USER_LOGIN',1,'2011-08-08 16:51:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(117,'2011-08-08 15:09:54','USER_LOGOUT',1,'2011-08-08 17:09:54',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(118,'2011-08-08 15:10:19','USER_LOGIN_FAILED',1,'2011-08-08 17:10:19',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(119,'2011-08-08 15:10:28','USER_LOGIN',1,'2011-08-08 17:10:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(121,'2011-08-08 15:14:58','USER_LOGOUT',1,'2011-08-08 17:14:58',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(122,'2011-08-08 15:15:00','USER_LOGIN_FAILED',1,'2011-08-08 17:15:00',NULL,'Identifiants login ou mot de passe incorrects - login=','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(123,'2011-08-08 15:17:57','USER_LOGIN',1,'2011-08-08 17:17:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(124,'2011-08-08 15:35:56','USER_LOGOUT',1,'2011-08-08 17:35:56',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(125,'2011-08-08 15:36:05','USER_LOGIN',1,'2011-08-08 17:36:05',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(126,'2011-08-08 17:32:42','USER_LOGIN',1,'2011-08-08 19:32:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0',NULL),(127,'2012-12-08 13:49:37','USER_LOGOUT',1,'2012-12-08 14:49:37',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(128,'2012-12-08 13:49:42','USER_LOGIN',1,'2012-12-08 14:49:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(129,'2012-12-08 13:50:12','USER_LOGOUT',1,'2012-12-08 14:50:12',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(130,'2012-12-08 13:50:14','USER_LOGIN',1,'2012-12-08 14:50:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(131,'2012-12-08 13:50:17','USER_LOGOUT',1,'2012-12-08 14:50:17',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(132,'2012-12-08 13:52:47','USER_LOGIN',1,'2012-12-08 14:52:47',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(133,'2012-12-08 13:53:08','USER_MODIFY',1,'2012-12-08 14:53:08',1,'User admin modified','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(134,'2012-12-08 14:08:45','USER_LOGOUT',1,'2012-12-08 15:08:45',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(135,'2012-12-08 14:09:09','USER_LOGIN',1,'2012-12-08 15:09:09',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(136,'2012-12-08 14:11:43','USER_LOGOUT',1,'2012-12-08 15:11:43',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(137,'2012-12-08 14:11:45','USER_LOGIN',1,'2012-12-08 15:11:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(138,'2012-12-08 14:22:53','USER_LOGOUT',1,'2012-12-08 15:22:53',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(139,'2012-12-08 14:22:54','USER_LOGIN',1,'2012-12-08 15:22:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(140,'2012-12-08 14:23:10','USER_LOGOUT',1,'2012-12-08 15:23:10',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(141,'2012-12-08 14:23:11','USER_LOGIN',1,'2012-12-08 15:23:11',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(142,'2012-12-08 14:23:49','USER_LOGOUT',1,'2012-12-08 15:23:49',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(143,'2012-12-08 14:23:50','USER_LOGIN',1,'2012-12-08 15:23:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(144,'2012-12-08 14:28:08','USER_LOGOUT',1,'2012-12-08 15:28:08',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(145,'2012-12-08 14:35:15','USER_LOGIN',1,'2012-12-08 15:35:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(146,'2012-12-08 14:35:18','USER_LOGOUT',1,'2012-12-08 15:35:18',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(147,'2012-12-08 14:36:07','USER_LOGIN',1,'2012-12-08 15:36:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(148,'2012-12-08 14:36:09','USER_LOGOUT',1,'2012-12-08 15:36:09',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(149,'2012-12-08 14:36:41','USER_LOGIN',1,'2012-12-08 15:36:41',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(150,'2012-12-08 15:59:13','USER_LOGIN',1,'2012-12-08 16:59:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(151,'2012-12-09 11:49:52','USER_LOGIN',1,'2012-12-09 12:49:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(152,'2012-12-09 13:46:31','USER_LOGIN',1,'2012-12-09 14:46:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(153,'2012-12-09 19:03:14','USER_LOGIN',1,'2012-12-09 20:03:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(154,'2012-12-10 00:16:31','USER_LOGIN',1,'2012-12-10 01:16:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(170,'2012-12-11 22:03:31','USER_LOGIN',1,'2012-12-11 23:03:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(171,'2012-12-12 00:32:39','USER_LOGIN',1,'2012-12-12 01:32:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(172,'2012-12-12 10:49:59','USER_LOGIN',1,'2012-12-12 11:49:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(175,'2012-12-12 10:57:40','USER_MODIFY',1,'2012-12-12 11:57:40',1,'Modification utilisateur admin','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(176,'2012-12-12 13:29:15','USER_LOGIN',1,'2012-12-12 14:29:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(177,'2012-12-12 13:30:15','USER_LOGIN',1,'2012-12-12 14:30:15',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(178,'2012-12-12 13:40:08','USER_LOGOUT',1,'2012-12-12 14:40:08',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(179,'2012-12-12 13:40:10','USER_LOGIN',1,'2012-12-12 14:40:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(180,'2012-12-12 13:40:26','USER_MODIFY',1,'2012-12-12 14:40:26',1,'Modification utilisateur admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(181,'2012-12-12 13:40:34','USER_LOGOUT',1,'2012-12-12 14:40:34',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(182,'2012-12-12 13:42:23','USER_LOGIN',1,'2012-12-12 14:42:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(183,'2012-12-12 13:43:02','USER_NEW_PASSWORD',1,'2012-12-12 14:43:02',NULL,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(184,'2012-12-12 13:43:25','USER_LOGOUT',1,'2012-12-12 14:43:25',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(185,'2012-12-12 13:43:27','USER_LOGIN_FAILED',1,'2012-12-12 14:43:27',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(186,'2012-12-12 13:43:30','USER_LOGIN',1,'2012-12-12 14:43:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(187,'2012-12-12 14:52:11','USER_LOGIN',1,'2012-12-12 15:52:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11',NULL),(188,'2012-12-12 17:53:00','USER_LOGIN_FAILED',1,'2012-12-12 18:53:00',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(189,'2012-12-12 17:53:07','USER_LOGIN_FAILED',1,'2012-12-12 18:53:07',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(190,'2012-12-12 17:53:51','USER_NEW_PASSWORD',1,'2012-12-12 18:53:51',NULL,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(191,'2012-12-12 17:54:00','USER_LOGIN',1,'2012-12-12 18:54:00',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(192,'2012-12-12 17:54:10','USER_NEW_PASSWORD',1,'2012-12-12 18:54:10',1,'Changement mot de passe de admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(193,'2012-12-12 17:54:10','USER_MODIFY',1,'2012-12-12 18:54:10',1,'Modification utilisateur admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(194,'2012-12-12 18:57:09','USER_LOGIN',1,'2012-12-12 19:57:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(195,'2012-12-12 23:04:08','USER_LOGIN',1,'2012-12-13 00:04:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(196,'2012-12-17 20:03:14','USER_LOGIN',1,'2012-12-17 21:03:14',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(197,'2012-12-17 21:18:45','USER_LOGIN',1,'2012-12-17 22:18:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(198,'2012-12-17 22:30:08','USER_LOGIN',1,'2012-12-17 23:30:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(199,'2012-12-18 23:32:03','USER_LOGIN',1,'2012-12-19 00:32:03',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(200,'2012-12-19 09:38:03','USER_LOGIN',1,'2012-12-19 10:38:03',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(201,'2012-12-19 11:23:35','USER_LOGIN',1,'2012-12-19 12:23:35',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(202,'2012-12-19 12:46:22','USER_LOGIN',1,'2012-12-19 13:46:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(214,'2012-12-19 19:11:31','USER_LOGIN',1,'2012-12-19 20:11:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(215,'2012-12-21 16:36:57','USER_LOGIN',1,'2012-12-21 17:36:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(216,'2012-12-21 16:38:43','USER_NEW_PASSWORD',1,'2012-12-21 17:38:43',1,'Changement mot de passe de adupont','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(217,'2012-12-21 16:38:43','USER_MODIFY',1,'2012-12-21 17:38:43',1,'Modification utilisateur adupont','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(218,'2012-12-21 16:38:51','USER_LOGOUT',1,'2012-12-21 17:38:51',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(219,'2012-12-21 16:38:55','USER_LOGIN',1,'2012-12-21 17:38:55',3,'(UserLogged,adupont)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(220,'2012-12-21 16:48:18','USER_LOGOUT',1,'2012-12-21 17:48:18',3,'(UserLogoff,adupont)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(221,'2012-12-21 16:48:20','USER_LOGIN',1,'2012-12-21 17:48:20',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(222,'2012-12-26 18:28:18','USER_LOGIN',1,'2012-12-26 19:28:18',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(223,'2012-12-26 20:00:24','USER_LOGIN',1,'2012-12-26 21:00:24',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(224,'2012-12-27 01:10:27','USER_LOGIN',1,'2012-12-27 02:10:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(225,'2012-12-28 19:12:08','USER_LOGIN',1,'2012-12-28 20:12:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(226,'2012-12-28 20:16:58','USER_LOGIN',1,'2012-12-28 21:16:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(227,'2012-12-29 14:35:46','USER_LOGIN',1,'2012-12-29 15:35:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(228,'2012-12-29 14:37:59','USER_LOGOUT',1,'2012-12-29 15:37:59',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(229,'2012-12-29 14:38:00','USER_LOGIN',1,'2012-12-29 15:38:00',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(230,'2012-12-29 17:16:48','USER_LOGIN',1,'2012-12-29 18:16:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(231,'2012-12-31 12:02:59','USER_LOGIN',1,'2012-12-31 13:02:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(232,'2013-01-02 20:32:51','USER_LOGIN',1,'2013-01-02 21:32:51',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0',NULL),(233,'2013-01-02 20:58:59','USER_LOGIN',1,'2013-01-02 21:58:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(234,'2013-01-03 09:25:07','USER_LOGIN',1,'2013-01-03 10:25:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(235,'2013-01-03 19:39:31','USER_LOGIN',1,'2013-01-03 20:39:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(236,'2013-01-04 22:40:19','USER_LOGIN',1,'2013-01-04 23:40:19',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(237,'2013-01-05 12:59:59','USER_LOGIN',1,'2013-01-05 13:59:59',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(238,'2013-01-05 15:28:52','USER_LOGIN',1,'2013-01-05 16:28:52',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(239,'2013-01-05 17:02:08','USER_LOGIN',1,'2013-01-05 18:02:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(240,'2013-01-06 12:13:33','USER_LOGIN',1,'2013-01-06 13:13:33',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(241,'2013-01-07 01:21:15','USER_LOGIN',1,'2013-01-07 02:21:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(242,'2013-01-07 01:46:31','USER_LOGOUT',1,'2013-01-07 02:46:31',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(243,'2013-01-07 19:54:50','USER_LOGIN',1,'2013-01-07 20:54:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(244,'2013-01-08 21:55:01','USER_LOGIN',1,'2013-01-08 22:55:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(245,'2013-01-09 11:13:28','USER_LOGIN',1,'2013-01-09 12:13:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(246,'2013-01-10 18:30:46','USER_LOGIN',1,'2013-01-10 19:30:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(247,'2013-01-11 18:03:26','USER_LOGIN',1,'2013-01-11 19:03:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(248,'2013-01-12 11:15:04','USER_LOGIN',1,'2013-01-12 12:15:04',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(249,'2013-01-12 14:42:44','USER_LOGIN',1,'2013-01-12 15:42:44',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(250,'2013-01-13 12:07:17','USER_LOGIN',1,'2013-01-13 13:07:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(251,'2013-01-13 17:37:58','USER_LOGIN',1,'2013-01-13 18:37:58',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(252,'2013-01-13 19:24:21','USER_LOGIN',1,'2013-01-13 20:24:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(253,'2013-01-13 19:29:19','USER_LOGOUT',1,'2013-01-13 20:29:19',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(254,'2013-01-13 21:39:39','USER_LOGIN',1,'2013-01-13 22:39:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(255,'2013-01-14 00:52:21','USER_LOGIN',1,'2013-01-14 01:52:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11',NULL),(256,'2013-01-16 11:34:31','USER_LOGIN',1,'2013-01-16 12:34:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(257,'2013-01-16 15:36:21','USER_LOGIN',1,'2013-01-16 16:36:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(258,'2013-01-16 19:17:36','USER_LOGIN',1,'2013-01-16 20:17:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(259,'2013-01-16 19:48:08','GROUP_CREATE',1,'2013-01-16 20:48:08',1,'Création groupe ggg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(260,'2013-01-16 21:48:53','USER_LOGIN',1,'2013-01-16 22:48:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(261,'2013-01-17 19:55:53','USER_LOGIN',1,'2013-01-17 20:55:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(262,'2013-01-18 09:48:01','USER_LOGIN',1,'2013-01-18 10:48:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(263,'2013-01-18 13:22:36','USER_LOGIN',1,'2013-01-18 14:22:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(264,'2013-01-18 16:10:23','USER_LOGIN',1,'2013-01-18 17:10:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(265,'2013-01-18 17:41:40','USER_LOGIN',1,'2013-01-18 18:41:40',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(266,'2013-01-19 14:33:48','USER_LOGIN',1,'2013-01-19 15:33:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(267,'2013-01-19 16:47:43','USER_LOGIN',1,'2013-01-19 17:47:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(268,'2013-01-19 16:59:43','USER_LOGIN',1,'2013-01-19 17:59:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(269,'2013-01-19 17:00:22','USER_LOGIN',1,'2013-01-19 18:00:22',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(270,'2013-01-19 17:04:16','USER_LOGOUT',1,'2013-01-19 18:04:16',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(271,'2013-01-19 17:04:18','USER_LOGIN',1,'2013-01-19 18:04:18',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(272,'2013-01-20 00:34:19','USER_LOGIN',1,'2013-01-20 01:34:19',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(273,'2013-01-21 11:54:17','USER_LOGIN',1,'2013-01-21 12:54:17',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(274,'2013-01-21 13:48:15','USER_LOGIN',1,'2013-01-21 14:48:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(275,'2013-01-21 14:30:22','USER_LOGIN',1,'2013-01-21 15:30:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(276,'2013-01-21 15:10:46','USER_LOGIN',1,'2013-01-21 16:10:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(277,'2013-01-21 17:27:43','USER_LOGIN',1,'2013-01-21 18:27:43',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(278,'2013-01-21 21:48:15','USER_LOGIN',1,'2013-01-21 22:48:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(279,'2013-01-21 21:50:42','USER_LOGIN',1,'2013-01-21 22:50:42',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17',NULL),(280,'2013-01-23 09:28:26','USER_LOGIN',1,'2013-01-23 10:28:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(281,'2013-01-23 13:21:57','USER_LOGIN',1,'2013-01-23 14:21:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(282,'2013-01-23 16:52:00','USER_LOGOUT',1,'2013-01-23 17:52:00',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(283,'2013-01-23 16:52:05','USER_LOGIN_FAILED',1,'2013-01-23 17:52:05',NULL,'Bad value for login or password - login=bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(284,'2013-01-23 16:52:09','USER_LOGIN',1,'2013-01-23 17:52:09',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(285,'2013-01-23 16:52:27','USER_CREATE',1,'2013-01-23 17:52:27',1,'Création utilisateur aaa','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(286,'2013-01-23 16:52:27','USER_NEW_PASSWORD',1,'2013-01-23 17:52:27',1,'Changement mot de passe de aaa','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(287,'2013-01-23 16:52:37','USER_CREATE',1,'2013-01-23 17:52:37',1,'Création utilisateur bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(288,'2013-01-23 16:52:37','USER_NEW_PASSWORD',1,'2013-01-23 17:52:37',1,'Changement mot de passe de bbb','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(289,'2013-01-23 16:53:15','USER_LOGOUT',1,'2013-01-23 17:53:15',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(290,'2013-01-23 16:53:20','USER_LOGIN',1,'2013-01-23 17:53:20',4,'(UserLogged,aaa)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(291,'2013-01-23 19:16:58','USER_LOGIN',1,'2013-01-23 20:16:58',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(292,'2013-01-26 10:54:07','USER_LOGIN',1,'2013-01-26 11:54:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(293,'2013-01-29 10:15:36','USER_LOGIN',1,'2013-01-29 11:15:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(294,'2013-01-30 17:42:50','USER_LOGIN',1,'2013-01-30 18:42:50',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17',NULL),(295,'2013-02-01 08:49:55','USER_LOGIN',1,'2013-02-01 09:49:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(296,'2013-02-01 08:51:57','USER_LOGOUT',1,'2013-02-01 09:51:57',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(297,'2013-02-01 08:52:39','USER_LOGIN',1,'2013-02-01 09:52:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(298,'2013-02-01 21:03:01','USER_LOGIN',1,'2013-02-01 22:03:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(299,'2013-02-10 19:48:39','USER_LOGIN',1,'2013-02-10 20:48:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(300,'2013-02-10 20:46:48','USER_LOGIN',1,'2013-02-10 21:46:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(301,'2013-02-10 21:39:23','USER_LOGIN',1,'2013-02-10 22:39:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(302,'2013-02-11 19:00:13','USER_LOGIN',1,'2013-02-11 20:00:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(303,'2013-02-11 19:43:44','USER_LOGIN_FAILED',1,'2013-02-11 20:43:44',NULL,'Unknown column \'u.fk_user\' in \'field list\'','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(304,'2013-02-11 19:44:01','USER_LOGIN',1,'2013-02-11 20:44:01',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(305,'2013-02-12 00:27:35','USER_LOGIN',1,'2013-02-12 01:27:35',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(306,'2013-02-12 00:27:38','USER_LOGOUT',1,'2013-02-12 01:27:38',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(307,'2013-02-12 00:28:07','USER_LOGIN',1,'2013-02-12 01:28:07',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(308,'2013-02-12 00:28:09','USER_LOGOUT',1,'2013-02-12 01:28:09',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(309,'2013-02-12 00:28:26','USER_LOGIN',1,'2013-02-12 01:28:26',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(310,'2013-02-12 00:28:30','USER_LOGOUT',1,'2013-02-12 01:28:30',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(311,'2013-02-12 12:42:15','USER_LOGIN',1,'2013-02-12 13:42:15',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17',NULL),(312,'2013-02-12 13:46:16','USER_LOGIN',1,'2013-02-12 14:46:16',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(313,'2013-02-12 14:54:28','USER_LOGIN',1,'2013-02-12 15:54:28',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(314,'2013-02-12 16:04:46','USER_LOGIN',1,'2013-02-12 17:04:46',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(315,'2013-02-13 14:02:43','USER_LOGIN',1,'2013-02-13 15:02:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(316,'2013-02-13 14:48:30','USER_LOGIN',1,'2013-02-13 15:48:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(317,'2013-02-13 17:44:53','USER_LOGIN',1,'2013-02-13 18:44:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(318,'2013-02-15 08:44:36','USER_LOGIN',1,'2013-02-15 09:44:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(319,'2013-02-15 08:53:20','USER_LOGIN',1,'2013-02-15 09:53:20',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(320,'2013-02-16 19:10:28','USER_LOGIN',1,'2013-02-16 20:10:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(321,'2013-02-16 19:22:40','USER_CREATE',1,'2013-02-16 20:22:40',1,'Création utilisateur aaab','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(322,'2013-02-16 19:22:40','USER_NEW_PASSWORD',1,'2013-02-16 20:22:40',1,'Changement mot de passe de aaab','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(323,'2013-02-16 19:48:15','USER_CREATE',1,'2013-02-16 20:48:15',1,'Création utilisateur zzz','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(324,'2013-02-16 19:48:15','USER_NEW_PASSWORD',1,'2013-02-16 20:48:15',1,'Changement mot de passe de zzz','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(325,'2013-02-16 19:50:08','USER_CREATE',1,'2013-02-16 20:50:08',1,'Création utilisateur zzzg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(326,'2013-02-16 19:50:08','USER_NEW_PASSWORD',1,'2013-02-16 20:50:08',1,'Changement mot de passe de zzzg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(327,'2013-02-16 21:20:03','USER_LOGIN',1,'2013-02-16 22:20:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(328,'2013-02-17 14:30:51','USER_LOGIN',1,'2013-02-17 15:30:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(329,'2013-02-17 17:21:22','USER_LOGIN',1,'2013-02-17 18:21:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(330,'2013-02-17 17:48:43','USER_MODIFY',1,'2013-02-17 18:48:43',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(331,'2013-02-17 17:48:47','USER_MODIFY',1,'2013-02-17 18:48:47',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(332,'2013-02-17 17:48:51','USER_MODIFY',1,'2013-02-17 18:48:51',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(333,'2013-02-17 17:48:56','USER_MODIFY',1,'2013-02-17 18:48:56',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(334,'2013-02-18 22:00:01','USER_LOGIN',1,'2013-02-18 23:00:01',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(335,'2013-02-19 08:19:52','USER_LOGIN',1,'2013-02-19 09:19:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(336,'2013-02-19 22:00:52','USER_LOGIN',1,'2013-02-19 23:00:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(337,'2013-02-20 09:34:52','USER_LOGIN',1,'2013-02-20 10:34:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(338,'2013-02-20 13:12:28','USER_LOGIN',1,'2013-02-20 14:12:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(339,'2013-02-20 17:19:44','USER_LOGIN',1,'2013-02-20 18:19:44',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(340,'2013-02-20 19:07:21','USER_MODIFY',1,'2013-02-20 20:07:21',1,'Modification utilisateur adupont','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(341,'2013-02-20 19:47:17','USER_LOGIN',1,'2013-02-20 20:47:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(342,'2013-02-20 19:48:01','USER_MODIFY',1,'2013-02-20 20:48:01',1,'Modification utilisateur aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(343,'2013-02-21 08:27:07','USER_LOGIN',1,'2013-02-21 09:27:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(344,'2013-02-23 13:34:13','USER_LOGIN',1,'2013-02-23 14:34:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.69 Safari/537.17',NULL),(345,'2013-02-24 01:06:41','USER_LOGIN_FAILED',1,'2013-02-24 02:06:41',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(346,'2013-02-24 01:06:45','USER_LOGIN_FAILED',1,'2013-02-24 02:06:45',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(347,'2013-02-24 01:06:55','USER_LOGIN_FAILED',1,'2013-02-24 02:06:55',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(348,'2013-02-24 01:07:03','USER_LOGIN_FAILED',1,'2013-02-24 02:07:03',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(349,'2013-02-24 01:07:21','USER_LOGIN_FAILED',1,'2013-02-24 02:07:21',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(350,'2013-02-24 01:08:12','USER_LOGIN_FAILED',1,'2013-02-24 02:08:12',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(351,'2013-02-24 01:08:42','USER_LOGIN_FAILED',1,'2013-02-24 02:08:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(352,'2013-02-24 01:08:50','USER_LOGIN_FAILED',1,'2013-02-24 02:08:50',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(353,'2013-02-24 01:09:08','USER_LOGIN_FAILED',1,'2013-02-24 02:09:08',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(354,'2013-02-24 01:09:42','USER_LOGIN_FAILED',1,'2013-02-24 02:09:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(355,'2013-02-24 01:09:50','USER_LOGIN_FAILED',1,'2013-02-24 02:09:50',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(356,'2013-02-24 01:10:05','USER_LOGIN_FAILED',1,'2013-02-24 02:10:05',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(357,'2013-02-24 01:10:22','USER_LOGIN_FAILED',1,'2013-02-24 02:10:22',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(358,'2013-02-24 01:10:30','USER_LOGIN_FAILED',1,'2013-02-24 02:10:30',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(359,'2013-02-24 01:10:56','USER_LOGIN_FAILED',1,'2013-02-24 02:10:56',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(360,'2013-02-24 01:11:26','USER_LOGIN_FAILED',1,'2013-02-24 02:11:26',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(361,'2013-02-24 01:12:06','USER_LOGIN_FAILED',1,'2013-02-24 02:12:06',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(362,'2013-02-24 01:21:14','USER_LOGIN_FAILED',1,'2013-02-24 02:21:14',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(363,'2013-02-24 01:21:25','USER_LOGIN_FAILED',1,'2013-02-24 02:21:25',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(364,'2013-02-24 01:21:54','USER_LOGIN_FAILED',1,'2013-02-24 02:21:54',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(365,'2013-02-24 01:22:14','USER_LOGIN_FAILED',1,'2013-02-24 02:22:14',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(366,'2013-02-24 01:22:37','USER_LOGIN_FAILED',1,'2013-02-24 02:22:37',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(367,'2013-02-24 01:23:01','USER_LOGIN_FAILED',1,'2013-02-24 02:23:01',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(368,'2013-02-24 01:23:39','USER_LOGIN_FAILED',1,'2013-02-24 02:23:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(369,'2013-02-24 01:24:04','USER_LOGIN_FAILED',1,'2013-02-24 02:24:04',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(370,'2013-02-24 01:24:39','USER_LOGIN_FAILED',1,'2013-02-24 02:24:39',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(371,'2013-02-24 01:25:01','USER_LOGIN_FAILED',1,'2013-02-24 02:25:01',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(372,'2013-02-24 01:25:12','USER_LOGIN_FAILED',1,'2013-02-24 02:25:12',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(373,'2013-02-24 01:27:30','USER_LOGIN_FAILED',1,'2013-02-24 02:27:30',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(374,'2013-02-24 01:28:00','USER_LOGIN_FAILED',1,'2013-02-24 02:28:00',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(375,'2013-02-24 01:28:35','USER_LOGIN_FAILED',1,'2013-02-24 02:28:35',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(376,'2013-02-24 01:29:03','USER_LOGIN_FAILED',1,'2013-02-24 02:29:03',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(377,'2013-02-24 01:29:55','USER_LOGIN_FAILED',1,'2013-02-24 02:29:55',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(378,'2013-02-24 01:32:40','USER_LOGIN_FAILED',1,'2013-02-24 02:32:40',NULL,'Bad value for login or password - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(379,'2013-02-24 01:39:33','USER_LOGIN_FAILED',1,'2013-02-24 02:39:33',NULL,'Identifiants login ou mot de passe incorrects - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(380,'2013-02-24 01:39:38','USER_LOGIN_FAILED',1,'2013-02-24 02:39:38',NULL,'Identifiants login ou mot de passe incorrects - login=aa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(381,'2013-02-24 01:39:47','USER_LOGIN_FAILED',1,'2013-02-24 02:39:47',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(382,'2013-02-24 01:40:54','USER_LOGIN_FAILED',1,'2013-02-24 02:40:54',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(383,'2013-02-24 01:47:57','USER_LOGIN_FAILED',1,'2013-02-24 02:47:57',NULL,'Identifiants login ou mot de passe incorrects - login=lmkm','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(384,'2013-02-24 01:48:05','USER_LOGIN_FAILED',1,'2013-02-24 02:48:05',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(385,'2013-02-24 01:48:07','USER_LOGIN_FAILED',1,'2013-02-24 02:48:07',NULL,'Unknown column \'u.lastname\' in \'field list\'','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(386,'2013-02-24 01:48:35','USER_LOGIN',1,'2013-02-24 02:48:35',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(387,'2013-02-24 01:56:32','USER_LOGIN',1,'2013-02-24 02:56:32',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(388,'2013-02-24 02:05:55','USER_LOGOUT',1,'2013-02-24 03:05:55',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(389,'2013-02-24 02:39:52','USER_LOGIN',1,'2013-02-24 03:39:52',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(390,'2013-02-24 02:51:10','USER_LOGOUT',1,'2013-02-24 03:51:10',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(391,'2013-02-24 12:46:41','USER_LOGIN',1,'2013-02-24 13:46:41',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(392,'2013-02-24 12:46:52','USER_LOGOUT',1,'2013-02-24 13:46:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(393,'2013-02-24 12:46:56','USER_LOGIN',1,'2013-02-24 13:46:56',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(394,'2013-02-24 12:47:56','USER_LOGOUT',1,'2013-02-24 13:47:56',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(395,'2013-02-24 12:48:00','USER_LOGIN',1,'2013-02-24 13:48:00',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(396,'2013-02-24 12:48:11','USER_LOGOUT',1,'2013-02-24 13:48:11',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(397,'2013-02-24 12:48:32','USER_LOGIN',1,'2013-02-24 13:48:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(398,'2013-02-24 12:52:22','USER_LOGOUT',1,'2013-02-24 13:52:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(399,'2013-02-24 12:52:27','USER_LOGIN',1,'2013-02-24 13:52:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(400,'2013-02-24 12:52:54','USER_LOGOUT',1,'2013-02-24 13:52:54',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(401,'2013-02-24 12:52:59','USER_LOGIN',1,'2013-02-24 13:52:59',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(402,'2013-02-24 12:55:39','USER_LOGOUT',1,'2013-02-24 13:55:39',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(403,'2013-02-24 12:55:59','USER_LOGIN',1,'2013-02-24 13:55:59',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(404,'2013-02-24 12:56:07','USER_LOGOUT',1,'2013-02-24 13:56:07',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(405,'2013-02-24 12:56:23','USER_LOGIN',1,'2013-02-24 13:56:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(406,'2013-02-24 12:56:46','USER_LOGOUT',1,'2013-02-24 13:56:46',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(407,'2013-02-24 12:58:30','USER_LOGIN',1,'2013-02-24 13:58:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(408,'2013-02-24 12:58:33','USER_LOGOUT',1,'2013-02-24 13:58:33',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(409,'2013-02-24 12:58:51','USER_LOGIN',1,'2013-02-24 13:58:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(410,'2013-02-24 12:58:58','USER_LOGOUT',1,'2013-02-24 13:58:58',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(411,'2013-02-24 13:18:53','USER_LOGIN',1,'2013-02-24 14:18:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(412,'2013-02-24 13:19:52','USER_LOGOUT',1,'2013-02-24 14:19:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(413,'2013-02-24 15:39:31','USER_LOGIN_FAILED',1,'2013-02-24 16:39:31',NULL,'ErrorBadValueForCode - login=admin','127.0.0.1',NULL,NULL),(414,'2013-02-24 15:42:07','USER_LOGIN',1,'2013-02-24 16:42:07',1,'(UserLogged,admin)','127.0.0.1',NULL,NULL),(415,'2013-02-24 15:42:52','USER_LOGOUT',1,'2013-02-24 16:42:52',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(416,'2013-02-24 16:04:21','USER_LOGIN',1,'2013-02-24 17:04:21',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(417,'2013-02-24 16:11:28','USER_LOGIN_FAILED',1,'2013-02-24 17:11:28',NULL,'ErrorBadValueForCode - login=admin','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(418,'2013-02-24 16:11:37','USER_LOGIN',1,'2013-02-24 17:11:37',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(419,'2013-02-24 16:36:52','USER_LOGOUT',1,'2013-02-24 17:36:52',1,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1',NULL),(420,'2013-02-24 16:40:37','USER_LOGIN',1,'2013-02-24 17:40:37',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(421,'2013-02-24 16:57:16','USER_LOGIN',1,'2013-02-24 17:57:16',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(422,'2013-02-24 17:01:30','USER_LOGOUT',1,'2013-02-24 18:01:30',1,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(423,'2013-02-24 17:02:33','USER_LOGIN',1,'2013-02-24 18:02:33',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(424,'2013-02-24 17:14:22','USER_LOGOUT',1,'2013-02-24 18:14:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(425,'2013-02-24 17:15:07','USER_LOGIN_FAILED',1,'2013-02-24 18:15:07',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(426,'2013-02-24 17:15:20','USER_LOGIN',1,'2013-02-24 18:15:20',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(427,'2013-02-24 17:20:14','USER_LOGIN',1,'2013-02-24 18:20:14',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(428,'2013-02-24 17:20:51','USER_LOGIN',1,'2013-02-24 18:20:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(429,'2013-02-24 17:20:54','USER_LOGOUT',1,'2013-02-24 18:20:54',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(430,'2013-02-24 17:21:19','USER_LOGIN',1,'2013-02-24 18:21:19',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(431,'2013-02-24 17:32:35','USER_LOGIN',1,'2013-02-24 18:32:35',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (Linux; U; Android 2.2; en-us; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 - 2131034114',NULL),(432,'2013-02-24 18:28:48','USER_LOGIN',1,'2013-02-24 19:28:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(433,'2013-02-24 18:29:27','USER_LOGOUT',1,'2013-02-24 19:29:27',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(434,'2013-02-24 18:29:32','USER_LOGIN',1,'2013-02-24 19:29:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7',NULL),(435,'2013-02-24 20:13:13','USER_LOGOUT',1,'2013-02-24 21:13:13',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(436,'2013-02-24 20:13:17','USER_LOGIN',1,'2013-02-24 21:13:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(437,'2013-02-25 08:57:16','USER_LOGIN',1,'2013-02-25 09:57:16',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(438,'2013-02-25 08:57:59','USER_LOGOUT',1,'2013-02-25 09:57:59',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(439,'2013-02-25 09:15:02','USER_LOGIN',1,'2013-02-25 10:15:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(440,'2013-02-25 09:15:50','USER_LOGOUT',1,'2013-02-25 10:15:50',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(441,'2013-02-25 09:15:57','USER_LOGIN',1,'2013-02-25 10:15:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(442,'2013-02-25 09:16:12','USER_LOGOUT',1,'2013-02-25 10:16:12',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(443,'2013-02-25 09:16:19','USER_LOGIN',1,'2013-02-25 10:16:19',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(444,'2013-02-25 09:16:25','USER_LOGOUT',1,'2013-02-25 10:16:25',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(445,'2013-02-25 09:16:39','USER_LOGIN_FAILED',1,'2013-02-25 10:16:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(446,'2013-02-25 09:16:42','USER_LOGIN_FAILED',1,'2013-02-25 10:16:42',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(447,'2013-02-25 09:16:54','USER_LOGIN_FAILED',1,'2013-02-25 10:16:54',NULL,'Identificadors d&#039;usuari o contrasenya incorrectes - login=gfdg','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(448,'2013-02-25 09:17:53','USER_LOGIN',1,'2013-02-25 10:17:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(449,'2013-02-25 09:18:37','USER_LOGOUT',1,'2013-02-25 10:18:37',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(450,'2013-02-25 09:18:41','USER_LOGIN',1,'2013-02-25 10:18:41',4,'(UserLogged,aaa)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(451,'2013-02-25 09:18:47','USER_LOGOUT',1,'2013-02-25 10:18:47',4,'(UserLogoff,aaa)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(452,'2013-02-25 10:05:34','USER_LOGIN',1,'2013-02-25 11:05:34',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(453,'2013-02-26 21:51:40','USER_LOGIN',1,'2013-02-26 22:51:40',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(454,'2013-02-26 23:30:06','USER_LOGIN',1,'2013-02-27 00:30:06',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(455,'2013-02-27 14:13:11','USER_LOGIN',1,'2013-02-27 15:13:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(456,'2013-02-27 18:12:06','USER_LOGIN_FAILED',1,'2013-02-27 19:12:06',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(457,'2013-02-27 18:12:10','USER_LOGIN',1,'2013-02-27 19:12:10',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(458,'2013-02-27 20:20:08','USER_LOGIN',1,'2013-02-27 21:20:08',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(459,'2013-03-01 22:12:03','USER_LOGIN',1,'2013-03-01 23:12:03',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(460,'2013-03-02 11:45:50','USER_LOGIN',1,'2013-03-02 12:45:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(461,'2013-03-02 15:53:51','USER_LOGIN_FAILED',1,'2013-03-02 16:53:51',NULL,'Identifiants login ou mot de passe incorrects - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(462,'2013-03-02 15:53:53','USER_LOGIN',1,'2013-03-02 16:53:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(463,'2013-03-02 18:32:32','USER_LOGIN',1,'2013-03-02 19:32:32',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(464,'2013-03-02 22:59:36','USER_LOGIN',1,'2013-03-02 23:59:36',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(465,'2013-03-03 16:26:26','USER_LOGIN',1,'2013-03-03 17:26:26',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(466,'2013-03-03 22:50:27','USER_LOGIN',1,'2013-03-03 23:50:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(467,'2013-03-04 08:29:27','USER_LOGIN',1,'2013-03-04 09:29:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(468,'2013-03-04 18:27:28','USER_LOGIN',1,'2013-03-04 19:27:28',1,'(UserLogged,admin)','192.168.0.254','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP06)',NULL),(469,'2013-03-04 19:27:23','USER_LOGIN',1,'2013-03-04 20:27:23',1,'(UserLogged,admin)','192.168.0.254','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',NULL),(470,'2013-03-04 19:35:14','USER_LOGIN',1,'2013-03-04 20:35:14',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(471,'2013-03-04 19:55:49','USER_LOGIN',1,'2013-03-04 20:55:49',1,'(UserLogged,admin)','192.168.0.254','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)',NULL),(472,'2013-03-04 21:16:13','USER_LOGIN',1,'2013-03-04 22:16:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(473,'2013-03-05 10:17:30','USER_LOGIN',1,'2013-03-05 11:17:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(474,'2013-03-05 11:02:43','USER_LOGIN',1,'2013-03-05 12:02:43',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(475,'2013-03-05 23:14:39','USER_LOGIN',1,'2013-03-06 00:14:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(476,'2013-03-06 08:58:57','USER_LOGIN',1,'2013-03-06 09:58:57',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(477,'2013-03-06 14:29:40','USER_LOGIN',1,'2013-03-06 15:29:40',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(478,'2013-03-06 21:53:02','USER_LOGIN',1,'2013-03-06 22:53:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(479,'2013-03-07 21:14:39','USER_LOGIN',1,'2013-03-07 22:14:39',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(480,'2013-03-08 00:06:05','USER_LOGIN',1,'2013-03-08 01:06:05',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(481,'2013-03-08 01:38:13','USER_LOGIN',1,'2013-03-08 02:38:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(482,'2013-03-08 08:59:50','USER_LOGIN',1,'2013-03-08 09:59:50',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(483,'2013-03-09 12:08:51','USER_LOGIN',1,'2013-03-09 13:08:51',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(484,'2013-03-09 15:19:53','USER_LOGIN',1,'2013-03-09 16:19:53',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(495,'2013-03-09 18:06:21','USER_LOGIN',1,'2013-03-09 19:06:21',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(496,'2013-03-09 20:01:24','USER_LOGIN',1,'2013-03-09 21:01:24',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(497,'2013-03-09 23:36:45','USER_LOGIN',1,'2013-03-10 00:36:45',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(498,'2013-03-10 14:37:13','USER_LOGIN',1,'2013-03-10 15:37:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(499,'2013-03-10 17:54:12','USER_LOGIN',1,'2013-03-10 18:54:12',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(500,'2013-03-11 08:57:09','USER_LOGIN',1,'2013-03-11 09:57:09',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(501,'2013-03-11 22:05:13','USER_LOGIN',1,'2013-03-11 23:05:13',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(502,'2013-03-12 08:34:27','USER_LOGIN',1,'2013-03-12 09:34:27',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(503,'2013-03-13 09:11:02','USER_LOGIN',1,'2013-03-13 10:11:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(504,'2013-03-13 10:02:11','USER_LOGIN',1,'2013-03-13 11:02:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(505,'2013-03-13 13:20:58','USER_LOGIN',1,'2013-03-13 14:20:58',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(506,'2013-03-13 16:19:28','USER_LOGIN',1,'2013-03-13 17:19:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(507,'2013-03-13 18:34:30','USER_LOGIN',1,'2013-03-13 19:34:30',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(508,'2013-03-14 08:25:02','USER_LOGIN',1,'2013-03-14 09:25:02',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(509,'2013-03-14 19:15:22','USER_LOGIN',1,'2013-03-14 20:15:22',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(510,'2013-03-14 21:58:53','USER_LOGIN',1,'2013-03-14 22:58:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(511,'2013-03-14 21:58:59','USER_LOGOUT',1,'2013-03-14 22:58:59',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(512,'2013-03-14 21:59:07','USER_LOGIN',1,'2013-03-14 22:59:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(513,'2013-03-14 22:58:22','USER_LOGOUT',1,'2013-03-14 23:58:22',1,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(514,'2013-03-14 23:00:25','USER_LOGIN',1,'2013-03-15 00:00:25',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(515,'2013-03-16 12:14:28','USER_LOGIN',1,'2013-03-16 13:14:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(516,'2013-03-16 16:09:01','USER_LOGIN',1,'2013-03-16 17:09:01',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(517,'2013-03-16 16:57:11','USER_LOGIN',1,'2013-03-16 17:57:11',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(518,'2013-03-16 19:31:31','USER_LOGIN',1,'2013-03-16 20:31:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22',NULL),(519,'2013-03-17 17:44:39','USER_LOGIN',1,'2013-03-17 18:44:39',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(520,'2013-03-17 20:40:57','USER_LOGIN',1,'2013-03-17 21:40:57',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(521,'2013-03-17 23:14:05','USER_LOGIN',1,'2013-03-18 00:14:05',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(522,'2013-03-17 23:28:47','USER_LOGOUT',1,'2013-03-18 00:28:47',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(523,'2013-03-17 23:28:54','USER_LOGIN',1,'2013-03-18 00:28:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(524,'2013-03-18 17:37:30','USER_LOGIN',1,'2013-03-18 18:37:30',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(525,'2013-03-18 18:11:37','USER_LOGIN',1,'2013-03-18 19:11:37',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(526,'2013-03-19 08:35:08','USER_LOGIN',1,'2013-03-19 09:35:08',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(527,'2013-03-19 09:20:23','USER_LOGIN',1,'2013-03-19 10:20:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(528,'2013-03-20 13:17:13','USER_LOGIN',1,'2013-03-20 14:17:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(529,'2013-03-20 14:44:31','USER_LOGIN',1,'2013-03-20 15:44:31',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(530,'2013-03-20 18:24:25','USER_LOGIN',1,'2013-03-20 19:24:25',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(531,'2013-03-20 19:15:54','USER_LOGIN',1,'2013-03-20 20:15:54',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(532,'2013-03-21 18:40:47','USER_LOGIN',1,'2013-03-21 19:40:47',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(533,'2013-03-21 21:42:24','USER_LOGIN',1,'2013-03-21 22:42:24',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(534,'2013-03-22 08:39:23','USER_LOGIN',1,'2013-03-22 09:39:23',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(535,'2013-03-23 13:04:55','USER_LOGIN',1,'2013-03-23 14:04:55',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(536,'2013-03-23 15:47:43','USER_LOGIN',1,'2013-03-23 16:47:43',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(537,'2013-03-23 22:56:36','USER_LOGIN',1,'2013-03-23 23:56:36',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(538,'2013-03-24 01:22:32','USER_LOGIN',1,'2013-03-24 02:22:32',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(539,'2013-03-24 14:40:42','USER_LOGIN',1,'2013-03-24 15:40:42',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(540,'2013-03-24 15:30:26','USER_LOGOUT',1,'2013-03-24 16:30:26',1,'(UserLogoff,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(541,'2013-03-24 15:30:29','USER_LOGIN',1,'2013-03-24 16:30:29',2,'(UserLogged,demo)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(542,'2013-03-24 15:49:40','USER_LOGOUT',1,'2013-03-24 16:49:40',2,'(UserLogoff,demo)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(543,'2013-03-24 15:49:48','USER_LOGIN',1,'2013-03-24 16:49:48',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(544,'2013-03-24 15:52:35','USER_MODIFY',1,'2013-03-24 16:52:35',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(545,'2013-03-24 15:52:52','USER_MODIFY',1,'2013-03-24 16:52:52',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(546,'2013-03-24 15:53:09','USER_MODIFY',1,'2013-03-24 16:53:09',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(547,'2013-03-24 15:53:23','USER_MODIFY',1,'2013-03-24 16:53:23',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(548,'2013-03-24 16:00:04','USER_MODIFY',1,'2013-03-24 17:00:04',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(549,'2013-03-24 16:01:50','USER_MODIFY',1,'2013-03-24 17:01:50',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(550,'2013-03-24 16:10:14','USER_MODIFY',1,'2013-03-24 17:10:14',1,'Modification utilisateur zzzg','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(551,'2013-03-24 16:55:13','USER_LOGIN',1,'2013-03-24 17:55:13',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(552,'2013-03-24 17:44:29','USER_LOGIN',1,'2013-03-24 18:44:29',1,'(UserLogged,admin)','::1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22',NULL),(553,'2013-09-08 23:06:26','USER_LOGIN',1,'2013-09-09 01:06:26',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36',NULL),(554,'2013-10-21 22:32:28','USER_LOGIN',1,'2013-10-22 00:32:28',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36',NULL),(555,'2013-10-21 22:32:48','USER_LOGIN',1,'2013-10-22 00:32:48',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36',NULL),(556,'2013-11-07 00:01:51','USER_LOGIN',1,'2013-11-07 01:01:51',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36',NULL),(557,'2014-03-02 15:21:07','USER_LOGIN',1,'2014-03-02 16:21:07',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(558,'2014-03-02 15:36:53','USER_LOGIN',1,'2014-03-02 16:36:53',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(559,'2014-03-02 18:54:23','USER_LOGIN',1,'2014-03-02 19:54:23',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(560,'2014-03-02 19:11:17','USER_LOGIN',1,'2014-03-02 20:11:17',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(561,'2014-03-03 18:19:24','USER_LOGIN',1,'2014-03-03 19:19:24',1,'(UserLogged,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36',NULL),(562,'2014-12-21 12:51:38','USER_LOGIN',1,'2014-12-21 13:51:38',1,'(UserLogged,admin) - TZ=1;TZString=CET;Screen=1920x969','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36',NULL),(563,'2014-12-21 19:52:09','USER_LOGIN',1,'2014-12-21 20:52:09',1,'(UserLogged,admin) - TZ=1;TZString=CET;Screen=1920x969','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36',NULL),(566,'2015-10-03 08:49:43','USER_NEW_PASSWORD',1,'2015-10-03 10:49:43',1,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(567,'2015-10-03 08:49:43','USER_MODIFY',1,'2015-10-03 10:49:43',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(568,'2015-10-03 09:03:12','USER_MODIFY',1,'2015-10-03 11:03:12',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(569,'2015-10-03 09:03:42','USER_MODIFY',1,'2015-10-03 11:03:42',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(570,'2015-10-03 09:07:36','USER_MODIFY',1,'2015-10-03 11:07:36',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(571,'2015-10-03 09:08:58','USER_NEW_PASSWORD',1,'2015-10-03 11:08:58',1,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(572,'2015-10-03 09:08:58','USER_MODIFY',1,'2015-10-03 11:08:58',1,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(573,'2015-10-03 09:09:23','USER_MODIFY',1,'2015-10-03 11:09:23',1,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(574,'2015-10-03 09:11:04','USER_NEW_PASSWORD',1,'2015-10-03 11:11:04',1,'Password change for athestudent','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(575,'2015-10-03 09:11:04','USER_MODIFY',1,'2015-10-03 11:11:04',1,'User athestudent modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(576,'2015-10-03 09:11:53','USER_MODIFY',1,'2015-10-03 11:11:53',1,'User abookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(577,'2015-10-03 09:42:12','USER_LOGIN_FAILED',1,'2015-10-03 11:42:11',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(578,'2015-10-03 09:42:19','USER_LOGIN_FAILED',1,'2015-10-03 11:42:19',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(579,'2015-10-03 09:42:42','USER_LOGIN_FAILED',1,'2015-10-03 11:42:42',NULL,'Bad value for login or password - login=aeinstein','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(580,'2015-10-03 09:43:50','USER_LOGIN',1,'2015-10-03 11:43:50',1,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x788','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(581,'2015-10-03 09:44:44','GROUP_MODIFY',1,'2015-10-03 11:44:44',1,'Group Sale representatives modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(582,'2015-10-03 09:46:25','GROUP_CREATE',1,'2015-10-03 11:46:25',1,'Group Management created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(583,'2015-10-03 09:46:46','GROUP_CREATE',1,'2015-10-03 11:46:46',1,'Group Scientists created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(584,'2015-10-03 09:47:41','USER_CREATE',1,'2015-10-03 11:47:41',1,'User mcurie created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(585,'2015-10-03 09:47:41','USER_NEW_PASSWORD',1,'2015-10-03 11:47:41',1,'Password change for mcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(586,'2015-10-03 09:47:53','USER_MODIFY',1,'2015-10-03 11:47:53',1,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(587,'2015-10-03 09:48:32','USER_DELETE',1,'2015-10-03 11:48:32',1,'User bbb removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(588,'2015-10-03 09:48:52','USER_MODIFY',1,'2015-10-03 11:48:52',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(589,'2015-10-03 10:01:28','USER_MODIFY',1,'2015-10-03 12:01:28',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(590,'2015-10-03 10:01:39','USER_MODIFY',1,'2015-10-03 12:01:39',1,'User bookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(591,'2015-10-05 06:32:38','USER_LOGIN_FAILED',1,'2015-10-05 08:32:38',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(592,'2015-10-05 06:32:44','USER_LOGIN',1,'2015-10-05 08:32:44',1,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(593,'2015-10-05 07:07:52','USER_CREATE',1,'2015-10-05 09:07:52',1,'User atheceo created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(594,'2015-10-05 07:07:52','USER_NEW_PASSWORD',1,'2015-10-05 09:07:52',1,'Password change for atheceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(595,'2015-10-05 07:09:08','USER_NEW_PASSWORD',1,'2015-10-05 09:09:08',1,'Password change for aeinstein','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(596,'2015-10-05 07:09:08','USER_MODIFY',1,'2015-10-05 09:09:08',1,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(597,'2015-10-05 07:09:46','USER_CREATE',1,'2015-10-05 09:09:46',1,'User admin created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(598,'2015-10-05 07:09:46','USER_NEW_PASSWORD',1,'2015-10-05 09:09:46',1,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(599,'2015-10-05 07:10:20','USER_MODIFY',1,'2015-10-05 09:10:20',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(600,'2015-10-05 07:10:48','USER_MODIFY',1,'2015-10-05 09:10:48',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(601,'2015-10-05 07:11:22','USER_NEW_PASSWORD',1,'2015-10-05 09:11:22',1,'Password change for bbookkeeper','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(602,'2015-10-05 07:11:22','USER_MODIFY',1,'2015-10-05 09:11:22',1,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(603,'2015-10-05 07:12:37','USER_MODIFY',1,'2015-10-05 09:12:37',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(604,'2015-10-05 07:13:27','USER_MODIFY',1,'2015-10-05 09:13:27',1,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(605,'2015-10-05 07:13:52','USER_MODIFY',1,'2015-10-05 09:13:52',1,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(606,'2015-10-05 07:14:35','USER_LOGOUT',1,'2015-10-05 09:14:35',1,'(UserLogoff,aeinstein)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(607,'2015-10-05 07:14:40','USER_LOGIN_FAILED',1,'2015-10-05 09:14:40',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(608,'2015-10-05 07:14:44','USER_LOGIN_FAILED',1,'2015-10-05 09:14:44',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(609,'2015-10-05 07:14:49','USER_LOGIN',1,'2015-10-05 09:14:49',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(610,'2015-10-05 07:57:18','USER_MODIFY',1,'2015-10-05 09:57:18',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(611,'2015-10-05 08:06:54','USER_LOGOUT',1,'2015-10-05 10:06:54',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(612,'2015-10-05 08:07:03','USER_LOGIN',1,'2015-10-05 10:07:03',11,'(UserLogged,atheceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(613,'2015-10-05 19:18:46','USER_LOGIN',1,'2015-10-05 21:18:46',11,'(UserLogged,atheceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(614,'2015-10-05 19:29:35','USER_CREATE',1,'2015-10-05 21:29:35',11,'User ccommercy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(615,'2015-10-05 19:29:35','USER_NEW_PASSWORD',1,'2015-10-05 21:29:35',11,'Password change for ccommercy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(616,'2015-10-05 19:30:13','GROUP_CREATE',1,'2015-10-05 21:30:13',11,'Group Commercial created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(617,'2015-10-05 19:31:37','USER_NEW_PASSWORD',1,'2015-10-05 21:31:37',11,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(618,'2015-10-05 19:31:37','USER_MODIFY',1,'2015-10-05 21:31:37',11,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(619,'2015-10-05 19:32:00','USER_MODIFY',1,'2015-10-05 21:32:00',11,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(620,'2015-10-05 19:33:33','USER_CREATE',1,'2015-10-05 21:33:33',11,'User sscientol created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(621,'2015-10-05 19:33:33','USER_NEW_PASSWORD',1,'2015-10-05 21:33:33',11,'Password change for sscientol','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(622,'2015-10-05 19:33:47','USER_NEW_PASSWORD',1,'2015-10-05 21:33:47',11,'Password change for mcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(623,'2015-10-05 19:33:47','USER_MODIFY',1,'2015-10-05 21:33:47',11,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(624,'2015-10-05 19:34:23','USER_NEW_PASSWORD',1,'2015-10-05 21:34:23',11,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(625,'2015-10-05 19:34:23','USER_MODIFY',1,'2015-10-05 21:34:23',11,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(626,'2015-10-05 19:34:42','USER_MODIFY',1,'2015-10-05 21:34:42',11,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(627,'2015-10-05 19:36:06','USER_NEW_PASSWORD',1,'2015-10-05 21:36:06',11,'Password change for ccommercy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(628,'2015-10-05 19:36:06','USER_MODIFY',1,'2015-10-05 21:36:06',11,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(629,'2015-10-05 19:36:57','USER_NEW_PASSWORD',1,'2015-10-05 21:36:57',11,'Password change for atheceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(630,'2015-10-05 19:36:57','USER_MODIFY',1,'2015-10-05 21:36:57',11,'User atheceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(631,'2015-10-05 19:37:27','USER_LOGOUT',1,'2015-10-05 21:37:27',11,'(UserLogoff,atheceo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(632,'2015-10-05 19:37:35','USER_LOGIN_FAILED',1,'2015-10-05 21:37:35',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(633,'2015-10-05 19:37:39','USER_LOGIN_FAILED',1,'2015-10-05 21:37:39',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(634,'2015-10-05 19:37:44','USER_LOGIN_FAILED',1,'2015-10-05 21:37:44',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(635,'2015-10-05 19:37:49','USER_LOGIN_FAILED',1,'2015-10-05 21:37:49',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(636,'2015-10-05 19:38:12','USER_LOGIN_FAILED',1,'2015-10-05 21:38:12',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(637,'2015-10-05 19:40:48','USER_LOGIN_FAILED',1,'2015-10-05 21:40:48',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(638,'2015-10-05 19:40:55','USER_LOGIN',1,'2015-10-05 21:40:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(639,'2015-10-05 19:43:34','USER_MODIFY',1,'2015-10-05 21:43:34',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(640,'2015-10-05 19:45:43','USER_CREATE',1,'2015-10-05 21:45:43',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(641,'2015-10-05 19:45:43','USER_NEW_PASSWORD',1,'2015-10-05 21:45:43',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(642,'2015-10-05 19:46:18','USER_DELETE',1,'2015-10-05 21:46:18',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(643,'2015-10-05 19:47:09','USER_MODIFY',1,'2015-10-05 21:47:09',12,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(644,'2015-10-05 19:47:22','USER_MODIFY',1,'2015-10-05 21:47:22',12,'User demo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(645,'2015-10-05 19:52:05','USER_MODIFY',1,'2015-10-05 21:52:05',12,'User sscientol modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(646,'2015-10-05 19:52:23','USER_MODIFY',1,'2015-10-05 21:52:23',12,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(647,'2015-10-05 19:54:54','USER_NEW_PASSWORD',1,'2015-10-05 21:54:54',12,'Password change for zzeceo','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(648,'2015-10-05 19:54:54','USER_MODIFY',1,'2015-10-05 21:54:54',12,'User zzeceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(649,'2015-10-05 19:57:02','USER_MODIFY',1,'2015-10-05 21:57:02',12,'User zzeceo modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(650,'2015-10-05 19:57:57','USER_NEW_PASSWORD',1,'2015-10-05 21:57:57',12,'Password change for pcurie','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(651,'2015-10-05 19:57:57','USER_MODIFY',1,'2015-10-05 21:57:57',12,'User pcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(652,'2015-10-05 19:59:42','USER_NEW_PASSWORD',1,'2015-10-05 21:59:42',12,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(653,'2015-10-05 19:59:42','USER_MODIFY',1,'2015-10-05 21:59:42',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(654,'2015-10-05 20:00:21','USER_MODIFY',1,'2015-10-05 22:00:21',12,'User adminx modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(655,'2015-10-05 20:05:36','USER_MODIFY',1,'2015-10-05 22:05:36',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(656,'2015-10-05 20:06:25','USER_MODIFY',1,'2015-10-05 22:06:25',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(657,'2015-10-05 20:07:18','USER_MODIFY',1,'2015-10-05 22:07:18',12,'User mcurie modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(658,'2015-10-05 20:07:36','USER_MODIFY',1,'2015-10-05 22:07:36',12,'User aeinstein modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(659,'2015-10-05 20:08:34','USER_MODIFY',1,'2015-10-05 22:08:34',12,'User bbookkeeper modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(660,'2015-10-05 20:47:52','USER_CREATE',1,'2015-10-05 22:47:52',12,'User cc1 created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(661,'2015-10-05 20:47:52','USER_NEW_PASSWORD',1,'2015-10-05 22:47:52',12,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(662,'2015-10-05 20:47:55','USER_LOGOUT',1,'2015-10-05 22:47:55',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(663,'2015-10-05 20:48:08','USER_LOGIN',1,'2015-10-05 22:48:08',11,'(UserLogged,zzeceo) - TZ=1;TZString=Europe/Berlin;Screen=1590x434','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(664,'2015-10-05 20:48:39','USER_CREATE',1,'2015-10-05 22:48:39',11,'User cc2 created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(665,'2015-10-05 20:48:39','USER_NEW_PASSWORD',1,'2015-10-05 22:48:39',11,'Password change for cc2','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(666,'2015-10-05 20:48:59','USER_NEW_PASSWORD',1,'2015-10-05 22:48:59',11,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(667,'2015-10-05 20:48:59','USER_MODIFY',1,'2015-10-05 22:48:59',11,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(668,'2015-10-05 21:06:36','USER_LOGOUT',1,'2015-10-05 23:06:35',11,'(UserLogoff,zzeceo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(669,'2015-10-05 21:06:44','USER_LOGIN_FAILED',1,'2015-10-05 23:06:44',NULL,'Bad value for login or password - login=cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(670,'2015-10-05 21:07:12','USER_LOGIN_FAILED',1,'2015-10-05 23:07:12',NULL,'Bad value for login or password - login=cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(671,'2015-10-05 21:07:19','USER_LOGIN_FAILED',1,'2015-10-05 23:07:19',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(672,'2015-10-05 21:07:27','USER_LOGIN_FAILED',1,'2015-10-05 23:07:27',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(673,'2015-10-05 21:07:32','USER_LOGIN',1,'2015-10-05 23:07:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(674,'2015-10-05 21:12:28','USER_NEW_PASSWORD',1,'2015-10-05 23:12:28',12,'Password change for cc1','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(675,'2015-10-05 21:12:28','USER_MODIFY',1,'2015-10-05 23:12:28',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(676,'2015-10-05 21:13:00','USER_CREATE',1,'2015-10-05 23:13:00',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(677,'2015-10-05 21:13:00','USER_NEW_PASSWORD',1,'2015-10-05 23:13:00',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(678,'2015-10-05 21:13:40','USER_DELETE',1,'2015-10-05 23:13:40',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(679,'2015-10-05 21:14:47','USER_LOGOUT',1,'2015-10-05 23:14:47',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(680,'2015-10-05 21:14:56','USER_LOGIN',1,'2015-10-05 23:14:56',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(681,'2015-10-05 21:15:56','USER_LOGOUT',1,'2015-10-05 23:15:56',16,'(UserLogoff,cc1)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(682,'2015-10-05 21:16:06','USER_LOGIN',1,'2015-10-05 23:16:06',17,'(UserLogged,cc2) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(683,'2015-10-05 21:37:25','USER_LOGOUT',1,'2015-10-05 23:37:25',17,'(UserLogoff,cc2)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(684,'2015-10-05 21:37:31','USER_LOGIN',1,'2015-10-05 23:37:31',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(685,'2015-10-05 21:43:53','USER_LOGOUT',1,'2015-10-05 23:43:53',16,'(UserLogoff,cc1)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(686,'2015-10-05 21:44:00','USER_LOGIN',1,'2015-10-05 23:44:00',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(687,'2015-10-05 21:46:17','USER_LOGOUT',1,'2015-10-05 23:46:17',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(688,'2015-10-05 21:46:24','USER_LOGIN',1,'2015-10-05 23:46:24',16,'(UserLogged,cc1) - TZ=1;TZString=Europe/Berlin;Screen=1590x767','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',NULL),(689,'2015-11-04 15:17:06','USER_LOGIN',1,'2015-11-04 16:17:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(690,'2015-11-15 22:04:04','USER_LOGIN',1,'2015-11-15 23:04:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(691,'2015-11-15 22:23:45','USER_MODIFY',1,'2015-11-15 23:23:45',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(692,'2015-11-15 22:24:22','USER_MODIFY',1,'2015-11-15 23:24:22',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(693,'2015-11-15 22:24:53','USER_MODIFY',1,'2015-11-15 23:24:53',12,'User cc2 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(694,'2015-11-15 22:25:17','USER_MODIFY',1,'2015-11-15 23:25:17',12,'User cc1 modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(695,'2015-11-15 22:45:37','USER_LOGOUT',1,'2015-11-15 23:45:37',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(696,'2015-11-18 13:41:02','USER_LOGIN',1,'2015-11-18 14:41:02',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(697,'2015-11-18 14:23:35','USER_LOGIN',1,'2015-11-18 15:23:35',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(698,'2015-11-18 15:15:46','USER_LOGOUT',1,'2015-11-18 16:15:46',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(699,'2015-11-18 15:15:51','USER_LOGIN',1,'2015-11-18 16:15:51',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(700,'2015-11-30 17:52:08','USER_LOGIN',1,'2015-11-30 18:52:08',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(701,'2016-01-10 16:45:43','USER_LOGIN',1,'2016-01-10 17:45:43',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(702,'2016-01-10 16:45:52','USER_LOGOUT',1,'2016-01-10 17:45:52',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(703,'2016-01-10 16:46:06','USER_LOGIN',1,'2016-01-10 17:46:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(704,'2016-01-16 14:53:47','USER_LOGIN',1,'2016-01-16 15:53:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(705,'2016-01-16 15:04:29','USER_LOGOUT',1,'2016-01-16 16:04:29',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(706,'2016-01-16 15:04:40','USER_LOGIN',1,'2016-01-16 16:04:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(707,'2016-01-22 09:33:26','USER_LOGIN',1,'2016-01-22 10:33:26',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(708,'2016-01-22 09:35:19','USER_LOGOUT',1,'2016-01-22 10:35:19',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(709,'2016-01-22 09:35:29','USER_LOGIN',1,'2016-01-22 10:35:29',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(710,'2016-01-22 10:47:34','USER_CREATE',1,'2016-01-22 11:47:34',12,'User aaa created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(711,'2016-01-22 10:47:34','USER_NEW_PASSWORD',1,'2016-01-22 11:47:34',12,'Password change for aaa','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(712,'2016-01-22 12:07:56','USER_LOGIN',1,'2016-01-22 13:07:56',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(713,'2016-01-22 12:36:25','USER_NEW_PASSWORD',1,'2016-01-22 13:36:25',12,'Password change for admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(714,'2016-01-22 12:36:25','USER_MODIFY',1,'2016-01-22 13:36:25',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(715,'2016-01-22 12:56:32','USER_MODIFY',1,'2016-01-22 13:56:32',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(716,'2016-01-22 12:58:05','USER_MODIFY',1,'2016-01-22 13:58:05',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(717,'2016-01-22 13:01:02','USER_MODIFY',1,'2016-01-22 14:01:02',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(718,'2016-01-22 13:01:18','USER_MODIFY',1,'2016-01-22 14:01:18',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(719,'2016-01-22 13:13:42','USER_MODIFY',1,'2016-01-22 14:13:42',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(720,'2016-01-22 13:15:20','USER_DELETE',1,'2016-01-22 14:15:20',12,'User aaa removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(721,'2016-01-22 13:19:21','USER_LOGOUT',1,'2016-01-22 14:19:21',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(722,'2016-01-22 13:19:32','USER_LOGIN',1,'2016-01-22 14:19:32',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(723,'2016-01-22 13:19:51','USER_LOGOUT',1,'2016-01-22 14:19:51',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(724,'2016-01-22 13:20:01','USER_LOGIN',1,'2016-01-22 14:20:01',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(725,'2016-01-22 13:28:22','USER_LOGOUT',1,'2016-01-22 14:28:22',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(726,'2016-01-22 13:28:35','USER_LOGIN',1,'2016-01-22 14:28:35',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(727,'2016-01-22 13:33:54','USER_LOGOUT',1,'2016-01-22 14:33:54',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(728,'2016-01-22 13:34:05','USER_LOGIN',1,'2016-01-22 14:34:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(729,'2016-01-22 13:51:46','USER_MODIFY',1,'2016-01-22 14:51:46',12,'User ccommercy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36',NULL),(730,'2016-01-22 16:20:12','USER_LOGIN',1,'2016-01-22 17:20:12',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(731,'2016-01-22 16:20:22','USER_LOGOUT',1,'2016-01-22 17:20:22',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(732,'2016-01-22 16:20:36','USER_LOGIN',1,'2016-01-22 17:20:36',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(733,'2016-01-22 16:27:02','USER_CREATE',1,'2016-01-22 17:27:02',12,'User ldestailleur created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(734,'2016-01-22 16:27:02','USER_NEW_PASSWORD',1,'2016-01-22 17:27:02',12,'Password change for ldestailleur','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(735,'2016-01-22 16:28:34','USER_MODIFY',1,'2016-01-22 17:28:34',12,'User ldestailleur modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(736,'2016-01-22 16:30:01','USER_ENABLEDISABLE',1,'2016-01-22 17:30:01',12,'User cc2 activated','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(737,'2016-01-22 17:11:06','USER_LOGIN',1,'2016-01-22 18:11:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=1600x790','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(738,'2016-01-22 18:00:02','USER_DELETE',1,'2016-01-22 19:00:02',12,'User zzz removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(739,'2016-01-22 18:01:40','USER_DELETE',1,'2016-01-22 19:01:40',12,'User aaab removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(740,'2016-01-22 18:01:52','USER_DELETE',1,'2016-01-22 19:01:52',12,'User zzzg removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36',NULL),(741,'2016-03-13 10:54:59','USER_LOGIN',1,'2016-03-13 14:54:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x971','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36',NULL),(742,'2016-07-30 11:13:10','USER_LOGIN',1,'2016-07-30 15:13:10',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(743,'2016-07-30 12:50:23','USER_CREATE',1,'2016-07-30 16:50:23',12,'User eldy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(744,'2016-07-30 12:50:23','USER_CREATE',1,'2016-07-30 16:50:23',12,'User eldy created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(745,'2016-07-30 12:50:23','USER_NEW_PASSWORD',1,'2016-07-30 16:50:23',12,'Password change for eldy','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(746,'2016-07-30 12:50:38','USER_MODIFY',1,'2016-07-30 16:50:38',12,'User eldy modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(747,'2016-07-30 12:50:54','USER_DELETE',1,'2016-07-30 16:50:54',12,'User eldy removed','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(748,'2016-07-30 12:51:23','USER_NEW_PASSWORD',1,'2016-07-30 16:51:23',12,'Password change for ldestailleur','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(749,'2016-07-30 12:51:23','USER_MODIFY',1,'2016-07-30 16:51:23',12,'User ldestailleur modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(750,'2016-07-30 18:26:58','USER_LOGIN',1,'2016-07-30 22:26:58',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(751,'2016-07-30 18:27:40','USER_LOGOUT',1,'2016-07-30 22:27:40',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(752,'2016-07-30 18:27:47','USER_LOGIN',1,'2016-07-30 22:27:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(753,'2016-07-30 19:00:00','USER_LOGOUT',1,'2016-07-30 23:00:00',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(754,'2016-07-30 19:00:04','USER_LOGIN',1,'2016-07-30 23:00:04',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(755,'2016-07-30 19:00:14','USER_LOGOUT',1,'2016-07-30 23:00:14',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(756,'2016-07-30 19:00:19','USER_LOGIN',1,'2016-07-30 23:00:19',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(757,'2016-07-30 19:00:43','USER_LOGOUT',1,'2016-07-30 23:00:43',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(758,'2016-07-30 19:00:48','USER_LOGIN',1,'2016-07-30 23:00:48',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(759,'2016-07-30 19:03:52','USER_LOGOUT',1,'2016-07-30 23:03:52',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(760,'2016-07-30 19:03:57','USER_LOGIN_FAILED',1,'2016-07-30 23:03:57',NULL,'Bad value for login or password - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(761,'2016-07-30 19:03:59','USER_LOGIN',1,'2016-07-30 23:03:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(762,'2016-07-30 19:04:13','USER_LOGOUT',1,'2016-07-30 23:04:13',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(763,'2016-07-30 19:04:17','USER_LOGIN',1,'2016-07-30 23:04:17',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(764,'2016-07-30 19:04:26','USER_LOGOUT',1,'2016-07-30 23:04:26',2,'(UserLogoff,demo)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(765,'2016-07-30 19:04:31','USER_LOGIN',1,'2016-07-30 23:04:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(766,'2016-07-30 19:10:50','USER_LOGOUT',1,'2016-07-30 23:10:50',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(767,'2016-07-30 19:10:54','USER_LOGIN',1,'2016-07-30 23:10:54',2,'(UserLogged,demo) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(768,'2016-07-31 10:15:52','USER_LOGIN',1,'2016-07-31 14:15:52',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(769,'2016-07-31 10:16:27','USER_LOGIN',1,'2016-07-31 14:16:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(770,'2016-07-31 10:32:14','USER_LOGIN',1,'2016-07-31 14:32:14',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(771,'2016-07-31 10:36:28','USER_LOGIN',1,'2016-07-31 14:36:28',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Links (2.8; Linux 3.19.0-46-generic x86_64; GNU C 4.8.2; text)',NULL),(772,'2016-07-31 10:40:10','USER_LOGIN',1,'2016-07-31 14:40:10',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Links (2.8; Linux 3.19.0-46-generic x86_64; GNU C 4.8.2; text)',NULL),(773,'2016-07-31 10:54:16','USER_LOGIN',1,'2016-07-31 14:54:16',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Lynx/2.8.8pre.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/2.12.23',NULL),(774,'2016-07-31 12:52:52','USER_LOGIN',1,'2016-07-31 16:52:52',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x592','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(775,'2016-07-31 13:25:33','USER_LOGOUT',1,'2016-07-31 17:25:33',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(776,'2016-07-31 13:26:32','USER_LOGIN',1,'2016-07-31 17:26:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1280x751','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(777,'2016-07-31 14:13:57','USER_LOGOUT',1,'2016-07-31 18:13:57',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(778,'2016-07-31 14:14:04','USER_LOGIN',1,'2016-07-31 18:14:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(779,'2016-07-31 16:04:35','USER_LOGIN',1,'2016-07-31 20:04:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(780,'2016-07-31 21:14:14','USER_LOGIN',1,'2016-08-01 01:14:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36',NULL),(781,'2017-01-29 15:14:05','USER_LOGOUT',1,'2017-01-29 19:14:05',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(782,'2017-01-29 15:34:43','USER_LOGIN',1,'2017-01-29 19:34:43',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(783,'2017-01-29 15:35:04','USER_LOGOUT',1,'2017-01-29 19:35:04',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(784,'2017-01-29 15:35:12','USER_LOGIN',1,'2017-01-29 19:35:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(785,'2017-01-29 15:36:43','USER_LOGOUT',1,'2017-01-29 19:36:43',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(786,'2017-01-29 15:41:21','USER_LOGIN',1,'2017-01-29 19:41:21',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(787,'2017-01-29 15:41:41','USER_LOGOUT',1,'2017-01-29 19:41:41',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(788,'2017-01-29 15:42:43','USER_LOGIN',1,'2017-01-29 19:42:43',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(789,'2017-01-29 15:43:18','USER_LOGOUT',1,'2017-01-29 19:43:18',12,'(UserLogoff,admin)','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(790,'2017-01-29 15:46:31','USER_LOGIN',1,'2017-01-29 19:46:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x571','192.168.0.254','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(791,'2017-01-29 16:18:56','USER_LOGIN',1,'2017-01-29 20:18:56',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Berlin;Screen=360x526','192.168.0.254','Mozilla/5.0 (Linux; Android 6.0; LG-H818 Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 - DoliDroid - Android client pour Dolibarr ERP-CRM',NULL),(792,'2017-01-29 17:20:59','USER_LOGIN',1,'2017-01-29 21:20:59',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(793,'2017-01-30 11:19:40','USER_LOGIN',1,'2017-01-30 15:19:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(794,'2017-01-31 16:49:39','USER_LOGIN',1,'2017-01-31 20:49:39',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x520','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(795,'2017-02-01 10:55:23','USER_LOGIN',1,'2017-02-01 14:55:23',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(796,'2017-02-01 13:34:31','USER_LOGIN',1,'2017-02-01 17:34:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(797,'2017-02-01 14:41:26','USER_LOGIN',1,'2017-02-01 18:41:26',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(798,'2017-02-01 23:51:48','USER_LOGIN_FAILED',1,'2017-02-02 03:51:48',NULL,'Bad value for login or password - login=autologin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(799,'2017-02-01 23:52:55','USER_LOGIN',1,'2017-02-02 03:52:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(800,'2017-02-01 23:55:45','USER_CREATE',1,'2017-02-02 03:55:45',12,'User aboston created','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(801,'2017-02-01 23:55:45','USER_NEW_PASSWORD',1,'2017-02-02 03:55:45',12,'Password change for aboston','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(802,'2017-02-01 23:56:38','USER_MODIFY',1,'2017-02-02 03:56:38',12,'User aboston modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(803,'2017-02-01 23:56:50','USER_MODIFY',1,'2017-02-02 03:56:50',12,'User aboston modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(804,'2017-02-02 01:14:44','USER_LOGIN',1,'2017-02-02 05:14:44',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',NULL),(805,'2017-02-03 10:27:18','USER_LOGIN',1,'2017-02-03 14:27:18',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(806,'2017-02-04 10:22:34','USER_LOGIN',1,'2017-02-04 14:22:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x489','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(807,'2017-02-06 04:01:31','USER_LOGIN',1,'2017-02-06 08:01:31',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(808,'2017-02-06 10:21:32','USER_LOGIN',1,'2017-02-06 14:21:32',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(809,'2017-02-06 19:09:27','USER_LOGIN',1,'2017-02-06 23:09:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(810,'2017-02-06 23:39:17','USER_LOGIN',1,'2017-02-07 03:39:17',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(811,'2017-02-07 11:36:34','USER_LOGIN',1,'2017-02-07 15:36:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x676','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(812,'2017-02-07 18:51:53','USER_LOGIN',1,'2017-02-07 22:51:53',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(813,'2017-02-07 23:13:40','USER_LOGIN',1,'2017-02-08 03:13:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(814,'2017-02-08 09:29:12','USER_LOGIN',1,'2017-02-08 13:29:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(815,'2017-02-08 17:33:12','USER_LOGIN',1,'2017-02-08 21:33:12',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(816,'2017-02-09 17:30:34','USER_LOGIN',1,'2017-02-09 21:30:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(817,'2017-02-10 09:30:02','USER_LOGIN',1,'2017-02-10 13:30:02',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(818,'2017-02-10 16:16:14','USER_LOGIN',1,'2017-02-10 20:16:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(819,'2017-02-10 17:28:15','USER_LOGIN',1,'2017-02-10 21:28:15',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(820,'2017-02-11 12:54:03','USER_LOGIN',1,'2017-02-11 16:54:03',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(821,'2017-02-11 17:23:52','USER_LOGIN',1,'2017-02-11 21:23:52',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(822,'2017-02-12 12:44:03','USER_LOGIN',1,'2017-02-12 16:44:03',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(823,'2017-02-12 16:42:13','USER_LOGIN',1,'2017-02-12 20:42:13',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(824,'2017-02-12 19:14:18','USER_LOGIN',1,'2017-02-12 23:14:18',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(825,'2017-02-15 17:17:00','USER_LOGIN',1,'2017-02-15 21:17:00',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(826,'2017-02-15 22:02:40','USER_LOGIN',1,'2017-02-16 02:02:40',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(827,'2017-02-16 22:13:27','USER_LOGIN',1,'2017-02-17 02:13:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x619','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(828,'2017-02-16 23:54:04','USER_LOGIN',1,'2017-02-17 03:54:04',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(829,'2017-02-17 09:14:27','USER_LOGIN',1,'2017-02-17 13:14:27',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(830,'2017-02-17 12:07:05','USER_LOGIN',1,'2017-02-17 16:07:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(831,'2017-02-19 21:22:20','USER_LOGIN',1,'2017-02-20 01:22:20',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(832,'2017-02-20 09:26:47','USER_LOGIN',1,'2017-02-20 13:26:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(833,'2017-02-20 16:39:55','USER_LOGIN',1,'2017-02-20 20:39:55',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(834,'2017-02-20 16:49:00','USER_MODIFY',1,'2017-02-20 20:49:00',12,'Modification utilisateur ccommerson','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(835,'2017-02-20 17:57:15','USER_LOGIN',1,'2017-02-20 21:57:14',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(836,'2017-02-20 19:43:48','USER_LOGIN',1,'2017-02-20 23:43:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(837,'2017-02-21 00:04:05','USER_LOGIN',1,'2017-02-21 04:04:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(838,'2017-02-21 10:23:13','USER_LOGIN',1,'2017-02-21 14:23:13',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(839,'2017-02-21 10:30:17','USER_LOGOUT',1,'2017-02-21 14:30:17',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(840,'2017-02-21 10:30:22','USER_LOGIN',1,'2017-02-21 14:30:22',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(841,'2017-02-21 11:44:05','USER_LOGIN',1,'2017-02-21 15:44:05',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',NULL),(842,'2017-05-12 09:02:48','USER_LOGIN',1,'2017-05-12 13:02:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36',NULL),(843,'2017-08-27 13:29:16','USER_LOGIN',1,'2017-08-27 17:29:16',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(844,'2017-08-28 09:11:07','USER_LOGIN',1,'2017-08-28 13:11:07',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(845,'2017-08-28 10:08:58','USER_LOGIN',1,'2017-08-28 14:08:58',12,'(UserLogged,admin) - TZ=;TZString=;Screen=x','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(846,'2017-08-28 10:12:46','USER_MODIFY',1,'2017-08-28 14:12:46',12,'User admin modified','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(847,'2017-08-28 10:28:25','USER_LOGIN',1,'2017-08-28 14:28:25',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(848,'2017-08-28 10:28:36','USER_LOGOUT',1,'2017-08-28 14:28:36',12,'(UserLogoff,admin)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(849,'2017-08-28 10:34:50','USER_LOGIN',1,'2017-08-28 14:34:50',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(850,'2017-08-28 11:59:02','USER_LOGIN',1,'2017-08-28 15:59:02',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36',NULL),(851,'2017-08-29 09:57:34','USER_LOGIN',1,'2017-08-29 13:57:34',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(852,'2017-08-29 11:05:51','USER_LOGIN',1,'2017-08-29 15:05:51',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(853,'2017-08-29 14:15:58','USER_LOGIN',1,'2017-08-29 18:15:58',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(854,'2017-08-29 17:49:28','USER_LOGIN',1,'2017-08-29 21:49:28',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(855,'2017-08-30 11:53:25','USER_LOGIN',1,'2017-08-30 15:53:25',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(856,'2017-08-30 12:19:31','USER_MODIFY',1,'2017-08-30 16:19:31',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(857,'2017-08-30 12:19:32','USER_MODIFY',1,'2017-08-30 16:19:32',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(858,'2017-08-30 12:19:33','USER_MODIFY',1,'2017-08-30 16:19:33',18,'Modification utilisateur ldestailleur - UserRemovedFromGroup','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(859,'2017-08-30 12:21:42','USER_LOGOUT',1,'2017-08-30 16:21:42',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(860,'2017-08-30 12:21:48','USER_LOGIN',1,'2017-08-30 16:21:48',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(861,'2017-08-30 15:02:06','USER_LOGIN',1,'2017-08-30 19:02:06',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(862,'2017-08-31 09:25:42','USER_LOGIN',1,'2017-08-31 13:25:42',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(863,'2017-09-04 07:51:21','USER_LOGIN',1,'2017-09-04 11:51:21',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x577','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(864,'2017-09-04 09:17:09','USER_LOGIN',1,'2017-09-04 13:17:09',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(865,'2017-09-04 13:40:28','USER_LOGIN',1,'2017-09-04 17:40:28',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(866,'2017-09-06 07:55:30','USER_LOGIN',1,'2017-09-06 11:55:30',18,'(UserLogged,ldestailleur) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(867,'2017-09-06 07:55:33','USER_LOGOUT',1,'2017-09-06 11:55:33',18,'(UserLogoff,ldestailleur)','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(868,'2017-09-06 07:55:38','USER_LOGIN',1,'2017-09-06 11:55:38',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(869,'2017-09-06 16:03:38','USER_LOGIN',1,'2017-09-06 20:03:38',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(870,'2017-09-06 19:43:07','USER_LOGIN',1,'2017-09-06 23:43:07',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x937','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL),(871,'2018-01-19 11:18:08','USER_LOGOUT',1,'2018-01-19 11:18:08',12,'(UserLogoff,admin)','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36',NULL),(872,'2018-01-19 11:18:47','USER_LOGIN',1,'2018-01-19 11:18:47',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x965','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36',NULL),(873,'2018-01-19 11:21:41','USER_LOGIN',1,'2018-01-19 11:21:41',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x926','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(874,'2018-01-19 11:24:18','USER_NEW_PASSWORD',1,'2018-01-19 11:24:18',12,'Password change for admin','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(875,'2018-01-19 11:24:18','USER_MODIFY',1,'2018-01-19 11:24:18',12,'User admin modified','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(876,'2018-01-19 11:28:45','USER_LOGOUT',1,'2018-01-19 11:28:45',12,'(UserLogoff,admin)','82.240.38.230','Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0',NULL),(877,'2018-03-16 09:54:15','USER_LOGIN_FAILED',1,'2018-03-16 13:54:15',NULL,'Identifiant ou mot de passe incorrect - login=admin','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36',NULL),(878,'2018-03-16 09:54:23','USER_LOGIN',1,'2018-03-16 13:54:23',12,'(UserLogged,admin) - TZ=1;TZString=Europe/Paris;Screen=1920x936','127.0.0.1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36',NULL);
      +/*!40000 ALTER TABLE `llx_events` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_customer` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_expedition` datetime DEFAULT NULL,
      +  `date_delivery` datetime DEFAULT NULL,
      +  `fk_address` int(11) DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `tracking_number` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `height` float DEFAULT NULL,
      +  `height_unit` int(11) DEFAULT NULL,
      +  `width` float DEFAULT NULL,
      +  `size_units` int(11) DEFAULT NULL,
      +  `size` float DEFAULT NULL,
      +  `weight_units` int(11) DEFAULT NULL,
      +  `weight` float DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `billed` smallint(6) DEFAULT '0',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_expedition_uk_ref` (`ref`,`entity`),
      +  KEY `idx_expedition_fk_soc` (`fk_soc`),
      +  KEY `idx_expedition_fk_user_author` (`fk_user_author`),
      +  KEY `idx_expedition_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_expedition_fk_shipping_method` (`fk_shipping_method`),
      +  CONSTRAINT `fk_expedition_fk_shipping_method` FOREIGN KEY (`fk_shipping_method`) REFERENCES `llx_c_shipment_mode` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_expedition_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition`
      +--
      +
      +LOCK TABLES `llx_expedition` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition` DISABLE KEYS */;
      +INSERT INTO `llx_expedition` VALUES (1,'2016-01-22 17:33:03','SH1302-0001',1,NULL,1,NULL,NULL,NULL,'2011-08-08 03:05:34',1,'2013-02-17 18:22:51',1,NULL,'2011-08-09 00:00:00',NULL,NULL,'',1,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,'merou',NULL,NULL,NULL,NULL,0,NULL,NULL),(2,'2017-02-15 23:11:35','(PROV2)',1,NULL,4,NULL,NULL,NULL,'2017-02-16 03:11:35',12,NULL,NULL,NULL,NULL,NULL,1,'',0,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,'merou',0,'',NULL,NULL,0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expedition` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expedition_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition_extrafields`
      +--
      +
      +LOCK TABLES `llx_expedition_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expedition_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expedition_methode`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expedition_methode`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expedition_methode` (
      +  `rowid` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `code` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `libelle` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `active` tinyint(4) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expedition_methode`
      +--
      +
      +LOCK TABLES `llx_expedition_methode` WRITE;
      +/*!40000 ALTER TABLE `llx_expedition_methode` DISABLE KEYS */;
      +INSERT INTO `llx_expedition_methode` VALUES (1,'2010-07-08 11:18:00','CATCH','Catch','Catch by client',1),(2,'2010-07-08 11:18:00','TRANS','Transporter','Generic transporter',1),(3,'2010-07-08 11:18:01','COLSUI','Colissimo Suivi','Colissimo Suivi',0);
      +/*!40000 ALTER TABLE `llx_expedition_methode` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expedition` int(11) NOT NULL,
      +  `fk_origin_line` int(11) DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expeditiondet_fk_expedition` (`fk_expedition`),
      +  CONSTRAINT `fk_expeditiondet_fk_expedition` FOREIGN KEY (`fk_expedition`) REFERENCES `llx_expedition` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet`
      +--
      +
      +LOCK TABLES `llx_expeditiondet` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet` DISABLE KEYS */;
      +INSERT INTO `llx_expeditiondet` VALUES (1,1,10,3,1,0),(2,2,226,19,2,0);
      +/*!40000 ALTER TABLE `llx_expeditiondet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet_batch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet_batch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expeditiondet` int(11) NOT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `fk_origin_stock` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fk_expeditiondet` (`fk_expeditiondet`),
      +  CONSTRAINT `fk_expeditiondet_batch_fk_expeditiondet` FOREIGN KEY (`fk_expeditiondet`) REFERENCES `llx_expeditiondet` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet_batch`
      +--
      +
      +LOCK TABLES `llx_expeditiondet_batch` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet_batch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expeditiondet_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expeditiondet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expeditiondet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expeditiondet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expeditiondet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expeditiondet_extrafields`
      +--
      +
      +LOCK TABLES `llx_expeditiondet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expeditiondet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expeditiondet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_number_int` int(11) DEFAULT NULL,
      +  `ref_ext` int(11) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `date_debut` date NOT NULL,
      +  `date_fin` date NOT NULL,
      +  `date_create` datetime NOT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_approve` datetime DEFAULT NULL,
      +  `date_refuse` datetime DEFAULT NULL,
      +  `date_cancel` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_author` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_validator` int(11) DEFAULT NULL,
      +  `fk_user_approve` int(11) DEFAULT NULL,
      +  `fk_user_refuse` int(11) DEFAULT NULL,
      +  `fk_user_cancel` int(11) DEFAULT NULL,
      +  `fk_statut` int(11) NOT NULL,
      +  `fk_c_paiement` int(11) DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `detail_refuse` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `detail_cancel` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `integration_compta` int(11) DEFAULT NULL,
      +  `fk_bank_account` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_expensereport_uk_ref` (`ref`,`entity`),
      +  KEY `idx_expensereport_date_debut` (`date_debut`),
      +  KEY `idx_expensereport_date_fin` (`date_fin`),
      +  KEY `idx_expensereport_fk_statut` (`fk_statut`),
      +  KEY `idx_expensereport_fk_user_author` (`fk_user_author`),
      +  KEY `idx_expensereport_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_expensereport_fk_user_approve` (`fk_user_approve`),
      +  KEY `idx_expensereport_fk_refuse` (`fk_user_approve`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport`
      +--
      +
      +LOCK TABLES `llx_expensereport` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport` VALUES (1,'ADMIN-ER00002-150101',1,2,NULL,8.33000000,1.67000000,0.00000000,0.00000000,10.00000000,'2015-01-01','2015-01-03','2016-01-22 19:03:37','2016-01-22 19:06:50','2017-02-16 02:12:40',NULL,NULL,'2017-02-15 22:12:40',12,NULL,12,12,12,NULL,NULL,5,NULL,0,'Holidays',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(2,'(PROV2)',1,NULL,NULL,141.67000000,28.33000000,0.00000000,0.00000000,170.00000000,'2015-02-01','2015-02-28','2016-01-22 19:04:44','2015-02-28 00:00:00',NULL,NULL,NULL,'2018-03-16 10:00:54',12,12,NULL,12,NULL,NULL,NULL,0,NULL,0,'Work on projet X','','',NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL),(3,'(PROV3)',1,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,'2017-02-02','2017-02-02','2017-02-02 03:57:03','2017-02-02 00:00:00',NULL,NULL,NULL,'2018-03-16 10:00:54',19,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expensereport` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_det`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_det`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_det` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expensereport` int(11) NOT NULL,
      +  `docnumber` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_c_type_fees` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `comments` text COLLATE utf8_unicode_ci NOT NULL,
      +  `product_type` int(11) DEFAULT '-1',
      +  `qty` double NOT NULL,
      +  `value_unit` double NOT NULL,
      +  `remise_percent` double DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `total_ht` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `total_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `date` date NOT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_facture` int(11) DEFAULT '0',
      +  `fk_code_ventilation` int(11) DEFAULT '0',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `rule_warning_message` text COLLATE utf8_unicode_ci,
      +  `fk_c_exp_tax_cat` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_det`
      +--
      +
      +LOCK TABLES `llx_expensereport_det` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_det` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport_det` VALUES (1,1,NULL,3,1,'',-1,1,10,NULL,20.000,0.000,NULL,0.000,NULL,8.33000000,1.67000000,0.00000000,0.00000000,10.00000000,'2015-01-01',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL),(2,2,NULL,3,4,'',-1,1,20,NULL,20.000,0.000,NULL,0.000,NULL,16.67000000,3.33000000,0.00000000,0.00000000,20.00000000,'2015-01-07',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL),(3,2,NULL,2,5,'Train',-1,1,150,NULL,20.000,0.000,NULL,0.000,NULL,125.00000000,25.00000000,0.00000000,0.00000000,150.00000000,'2015-02-05',0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0,'',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_expensereport_det` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_expensereport_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_extrafields`
      +--
      +
      +LOCK TABLES `llx_expensereport_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expensereport_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_ik`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_ik`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_ik` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_c_exp_tax_cat` int(11) NOT NULL DEFAULT '0',
      +  `fk_range` int(11) NOT NULL DEFAULT '0',
      +  `coef` double NOT NULL DEFAULT '0',
      +  `ikoffset` double NOT NULL DEFAULT '0',
      +  `active` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_ik`
      +--
      +
      +LOCK TABLES `llx_expensereport_ik` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_ik` DISABLE KEYS */;
      +INSERT INTO `llx_expensereport_ik` VALUES (1,NULL,'2018-01-19 11:09:35',4,1,0.41,0,1),(2,NULL,'2018-01-19 11:09:35',4,2,0.244,824,1),(3,NULL,'2018-01-19 11:09:35',4,3,0.286,0,1),(4,NULL,'2018-01-19 11:09:35',5,4,0.493,0,1),(5,NULL,'2018-01-19 11:09:35',5,5,0.277,1082,1),(6,NULL,'2018-01-19 11:09:35',5,6,0.332,0,1),(7,NULL,'2018-01-19 11:09:35',6,7,0.543,0,1),(8,NULL,'2018-01-19 11:09:35',6,8,0.305,1180,1),(9,NULL,'2018-01-19 11:09:35',6,9,0.364,0,1),(10,NULL,'2018-01-19 11:09:35',7,10,0.568,0,1),(11,NULL,'2018-01-19 11:09:35',7,11,0.32,1244,1),(12,NULL,'2018-01-19 11:09:35',7,12,0.382,0,1),(13,NULL,'2018-01-19 11:09:35',8,13,0.595,0,1),(14,NULL,'2018-01-19 11:09:35',8,14,0.337,1288,1),(15,NULL,'2018-01-19 11:09:35',8,15,0.401,0,1);
      +/*!40000 ALTER TABLE `llx_expensereport_ik` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_expensereport_rules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_expensereport_rules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_expensereport_rules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dates` datetime NOT NULL,
      +  `datee` datetime NOT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `restrictive` tinyint(4) NOT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_usergroup` int(11) DEFAULT NULL,
      +  `fk_c_type_fees` int(11) NOT NULL,
      +  `code_expense_rules_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `is_for_all` tinyint(4) DEFAULT '0',
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_expensereport_rules`
      +--
      +
      +LOCK TABLES `llx_expensereport_rules` WRITE;
      +/*!40000 ALTER TABLE `llx_expensereport_rules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_expensereport_rules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_export_compta`
      +--
      +
      +DROP TABLE IF EXISTS `llx_export_compta`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_export_compta` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_export` datetime NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_export_compta`
      +--
      +
      +LOCK TABLES `llx_export_compta` WRITE;
      +/*!40000 ALTER TABLE `llx_export_compta` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_export_compta` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_export_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_export_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_export_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
      +  `field` text COLLATE utf8_unicode_ci NOT NULL,
      +  `filter` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_export_model` (`label`,`type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_export_model`
      +--
      +
      +LOCK TABLES `llx_export_model` WRITE;
      +/*!40000 ALTER TABLE `llx_export_model` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_export_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `elementtype` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'member',
      +  `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `size` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pos` int(11) DEFAULT '0',
      +  `alwayseditable` int(11) DEFAULT '0',
      +  `param` text COLLATE utf8_unicode_ci,
      +  `fieldunique` int(11) DEFAULT '0',
      +  `fieldrequired` int(11) DEFAULT '0',
      +  `perms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `list` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `totalizable` tinyint(1) DEFAULT '0',
      +  `ishidden` int(11) DEFAULT '0',
      +  `fieldcomputed` text COLLATE utf8_unicode_ci,
      +  `fielddefault` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `langs` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `help` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_extrafields_name` (`name`,`entity`,`elementtype`)
      +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_extrafields`
      +--
      +
      +LOCK TABLES `llx_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_extrafields` VALUES (2,'adherent','zzz',1,'2018-01-19 11:17:49','zzz','varchar','255',0,0,NULL,0,0,NULL,'1',0,0,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL),(27,'projet','priority',1,'2018-01-19 11:17:49','Priority','select','',0,1,'a:1:{s:7:\"options\";a:5:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";}}',0,0,NULL,'1',0,0,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL);
      +/*!40000 ALTER TABLE `llx_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) NOT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_entrepot` int(11) NOT NULL,
      +  `description` text,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `date_start_planned` datetime DEFAULT NULL,
      +  `date_start_made` datetime DEFAULT NULL,
      +  `date_end_planned` datetime DEFAULT NULL,
      +  `date_end_made` datetime DEFAULT NULL,
      +  `duration_planned` double DEFAULT NULL,
      +  `duration_made` double DEFAULT NULL,
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_made` double DEFAULT NULL,
      +  `note_public` text,
      +  `note_private` text,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_close` int(11) DEFAULT NULL,
      +  `model_pdf` varchar(255) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factory`
      +--
      +
      +LOCK TABLES `llx_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_factory` DISABLE KEYS */;
      +INSERT INTO `llx_factory` VALUES (1,'OF1410-0001',27,1,'test','2014-10-14 20:08:55','2014-10-14 00:00:00','2014-10-14 23:59:59','2014-10-16 06:00:00','2014-10-16 00:00:00',NULL,NULL,2,2,NULL,NULL,1,NULL,NULL,NULL,2),(2,'OF1410-0002',26,1,'','2014-10-14 20:23:01','0000-00-00 00:00:00','2014-10-14 23:59:59','0000-00-00 00:00:00',NULL,NULL,NULL,1,1,NULL,NULL,1,NULL,NULL,'capucin',2);
      +/*!40000 ALTER TABLE `llx_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factory_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factory_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factory_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_factory_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factory_extrafields`
      +--
      +
      +LOCK TABLES `llx_factory_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_factory_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_factory_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_factorydet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_factorydet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_factorydet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_factory` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `qty_unit` double DEFAULT NULL,
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_used` double DEFAULT NULL,
      +  `qty_deleted` double DEFAULT NULL,
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `fk_mvtstockplanned` int(11) NOT NULL DEFAULT '0',
      +  `fk_mvtstockused` int(11) NOT NULL DEFAULT '0',
      +  `fk_mvtstockother` int(11) NOT NULL DEFAULT '0',
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_factorydet` (`fk_factory`,`fk_product`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_factorydet`
      +--
      +
      +LOCK TABLES `llx_factorydet` WRITE;
      +/*!40000 ALTER TABLE `llx_factorydet` DISABLE KEYS */;
      +INSERT INTO `llx_factorydet` VALUES (1,1,26,2,4,4,0,0.00000000,0.00000000,13,0,0,NULL),(2,2,25,3,3,3,0,0.00000000,0.00000000,15,0,0,NULL);
      +/*!40000 ALTER TABLE `llx_factorydet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `facnumber` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) NOT NULL DEFAULT '0',
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `increment` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `date_valid` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `close_code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `close_note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `revenuestamp` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) NOT NULL DEFAULT '1',
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `situation_cycle_ref` smallint(6) DEFAULT NULL,
      +  `situation_counter` smallint(6) DEFAULT NULL,
      +  `situation_final` smallint(6) DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_pointoftax` date DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_fac_rec_source` int(11) DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module_source` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pos_source` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_facture_uk_facnumber` (`facnumber`,`entity`),
      +  KEY `idx_facture_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_facture_fk_facture_source` (`fk_facture_source`),
      +  KEY `idx_facture_fk_projet` (`fk_projet`),
      +  KEY `idx_facture_fk_account` (`fk_account`),
      +  KEY `idx_facture_fk_currency` (`fk_currency`),
      +  KEY `idx_facture_fk_statut` (`fk_statut`),
      +  CONSTRAINT `fk_facture_fk_facture_source` FOREIGN KEY (`fk_facture_source`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_facture_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture`
      +--
      +
      +LOCK TABLES `llx_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_facture` DISABLE KEYS */;
      +INSERT INTO `llx_facture` VALUES (2,'FA1007-0002',1,NULL,NULL,0,NULL,NULL,2,'2010-07-10 18:20:13','2016-07-10',NULL,'2016-07-30 15:13:20',1,10.00000000,NULL,NULL,0,NULL,NULL,0.10000000,0.00000000,0.00000000,0.00000000,46.00000000,46.10000000,2,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-10',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(3,'FA1107-0006',1,NULL,NULL,0,NULL,NULL,10,'2011-07-18 20:33:35','2016-07-18',NULL,'2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,15.00000000,15.00000000,2,1,NULL,1,NULL,1,NULL,NULL,1,0,'2016-07-18',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(5,'FA1108-0003',1,NULL,NULL,0,NULL,NULL,7,'2011-08-01 03:34:11','2015-08-01',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.63000000,0.00000000,0.00000000,0.00000000,5.00000000,5.63000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,6,'2015-08-01',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(6,'FA1108-0004',1,NULL,NULL,0,NULL,NULL,7,'2011-08-06 20:33:53','2015-08-06',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.98000000,0.00000000,0.00000000,0.00000000,5.00000000,5.98000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,4,'2015-08-06','Cash\nReceived : 6 EUR\nRendu : 0.02 EUR\n\n--------------------------------------',NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(8,'FA1108-0005',1,NULL,NULL,3,NULL,NULL,2,'2011-08-08 02:41:44','2015-08-08',NULL,'2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-08-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(9,'FA1108-0007',1,NULL,NULL,3,NULL,NULL,10,'2011-08-08 02:55:14','2015-08-08',NULL,'2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,1.96000000,0.00000000,0.00000000,0.00000000,10.00000000,11.96000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-08-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(10,'AV1212-0001',1,NULL,NULL,2,NULL,NULL,10,'2012-12-08 17:45:20','2015-12-08','2015-12-08','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,-0.63000000,0.00000000,0.00000000,0.00000000,-11.00000000,-11.63000000,1,1,NULL,1,3,NULL,NULL,NULL,0,0,'2015-12-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(12,'AV1212-0002',1,NULL,NULL,2,NULL,NULL,10,'2012-12-08 18:20:14','2015-12-08','2015-12-08','2016-07-30 15:12:32',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,-5.00000000,-5.00000000,2,1,NULL,1,3,NULL,NULL,NULL,0,0,'2015-12-08',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(13,'FA1212-0011',1,NULL,NULL,0,NULL,NULL,7,'2012-12-09 20:04:19','2015-12-09','2016-02-12','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,2.74000000,0.00000000,0.00000000,0.00000000,14.00000000,16.74000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-09',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(32,'FA1212-0021',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:34:23','2015-12-11','2016-03-24','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,90.00000000,0.00000000,0.00000000,0.60000000,520.00000000,610.60000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(33,'FA1212-0023',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:34:23','2015-12-11','2017-03-03','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,'abandon',NULL,0.24000000,0.00000000,0.00000000,0.00000000,2.48000000,2.72000000,3,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(55,'FA1212-0009',1,NULL,NULL,0,NULL,NULL,1,'2012-12-11 09:35:51','2015-12-11','2015-12-12','2016-07-30 15:12:32',0,0.00000000,NULL,NULL,0,NULL,NULL,0.24000000,0.00000000,0.00000000,0.00000000,2.48000000,2.72000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2015-12-11','This is a comment (private)','This is a comment (public)','generic_invoice_odt:/home/ldestailleur/git/dolibarr_3.8/documents/doctemplates/invoices/template_invoice.odt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(148,'FS1301-0001',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:22:48','2016-01-19','2016-01-19','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.63000000,0.00000000,0.00000000,0.00000000,5.00000000,5.63000000,1,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(149,'FA1601-0024',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:30:05','2016-01-19','2017-08-29','2018-03-16 09:59:31',0,0.00000000,NULL,NULL,0,NULL,NULL,1.80000000,0.90000000,0.90000000,0.00000000,20.00000000,23.60000000,1,1,NULL,12,NULL,NULL,NULL,NULL,0,0,'2016-01-19',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,20.00000000,1.80000000,23.60000000,NULL,'facture/FA1601-0024/FA1601-0024.pdf',NULL,NULL),(150,'FA6801-0010',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:31:10','2016-01-19','2016-01-19','2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(151,'FS1301-0002',1,NULL,NULL,0,NULL,NULL,1,'2013-01-19 18:31:58','2016-01-19','2016-01-19','2016-07-30 15:13:20',1,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,2,1,NULL,1,NULL,NULL,NULL,NULL,0,1,'2016-01-19',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(160,'FA1507-0015',1,NULL,NULL,0,NULL,NULL,12,'2013-03-06 16:47:48','2016-07-18','2014-03-06','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,1.11000000,0.00000000,0.00000000,0.00000000,8.89000000,10.00000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-18',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(210,'FA1107-0019',1,NULL,NULL,0,NULL,NULL,10,'2013-03-20 14:30:11','2016-07-10','2018-03-20','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,0,'2016-07-10',NULL,NULL,'generic_invoice_odt:/home/ldestailleur/git/dolibarr_3.8/documents/doctemplates/invoices/template_invoice.odt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(211,'FA1303-0020',1,NULL,NULL,0,NULL,NULL,19,'2013-03-22 09:40:10','2016-03-22','2017-03-02','2017-02-06 04:11:17',0,0.00000000,NULL,NULL,0,NULL,NULL,17.64000000,0.00000000,0.00000000,0.40000000,340.00000000,358.04000000,1,1,NULL,1,NULL,NULL,NULL,NULL,1,3,'2016-03-22',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(213,'AV1303-0003',1,NULL,NULL,2,NULL,NULL,1,'2014-03-03 19:22:03','2016-03-03','2017-03-03','2016-07-30 15:13:20',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,-1000.00000000,-1000.00000000,1,1,NULL,1,32,NULL,NULL,NULL,0,0,'2016-03-03',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(216,'(PROV216)',1,NULL,NULL,0,NULL,NULL,26,'2017-02-12 23:21:27','2017-02-12',NULL,'2017-02-12 19:21:27',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,12,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'2017-02-12',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,0,0,'',NULL,0,'EUR',1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL,NULL),(217,'(PROV217)',1,NULL,NULL,0,NULL,NULL,1,'2017-08-31 13:26:17','2017-08-31',NULL,'2017-08-31 09:26:17',0,0.00000000,NULL,NULL,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,0,12,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'2017-08-31',NULL,NULL,'crabe',NULL,NULL,NULL,NULL,0,0,'',NULL,1,'EUR',1.00000000,10.00000000,0.00000000,10.00000000,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `ref_supplier` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `paye` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise` double(24,8) DEFAULT '0.00000000',
      +  `close_code` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `close_note` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_pointoftax` date DEFAULT NULL,
      +  `date_valid` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_facture_fourn_ref` (`ref`,`entity`),
      +  UNIQUE KEY `uk_facture_fourn_ref_supplier` (`ref_supplier`,`fk_soc`,`entity`),
      +  KEY `idx_facture_fourn_date_lim_reglement` (`date_lim_reglement`),
      +  KEY `idx_facture_fourn_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_fourn_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_fourn_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_facture_fourn_fk_projet` (`fk_projet`),
      +  CONSTRAINT `fk_facture_fourn_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn`
      +--
      +
      +LOCK TABLES `llx_facture_fourn` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn` DISABLE KEYS */;
      +INSERT INTO `llx_facture_fourn` VALUES (16,'SI1601-0001','FR70813',1,NULL,0,1,'2012-12-19 15:24:11','2003-04-11','2017-02-06 04:08:22','OVH FR70813',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,829.00000000,162.48000000,991.48000000,1,1,NULL,12,NULL,NULL,NULL,1,NULL,'2003-04-11','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(17,'SI1601-0002','FR81385',1,NULL,0,1,'2013-02-13 17:19:35','2003-06-04','2017-02-06 04:08:31','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,'2003-06-04','','','canelle',NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(18,'SI1601-0003','FR81385',1,NULL,0,2,'2013-02-13 17:20:25','2003-06-04','2017-02-06 04:08:35','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,'2003-06-04','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(19,'SI1601-0004','FR813852',1,NULL,0,2,'2013-03-16 17:59:02','2013-03-16','2017-02-06 04:08:38','OVH FR81385',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,26.00000000,5.10000000,31.10000000,0,1,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,NULL),(20,'SI1702-0001','INV-AE56ER08',1,NULL,0,13,'2017-02-01 19:00:31','2017-02-01','2017-02-01 15:05:28','',0,0.00000000,0.00000000,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,200.00000000,39.20000000,239.20000000,1,12,NULL,12,NULL,5,NULL,1,0,'2017-02-01','The customer has called us the 24th april. He agree us to not pay the remain of invoice due to default.<br />\r\nLet\'s see with our book keeper, if we must cancel invoice or ask the supplier a credit note...',NULL,'canelle',NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,39.20000000,239.20000000,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_facture_fourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_det`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_det`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_det` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture_fourn` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `pu_ht` double(24,8) DEFAULT NULL,
      +  `pu_ttc` double(24,8) DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_code_ventilation` int(11) NOT NULL DEFAULT '0',
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_det_fk_facture` (`fk_facture_fourn`),
      +  KEY `fk_facture_fourn_det_fk_unit` (`fk_unit`),
      +  KEY `idx_facture_fourn_det_fk_code_ventilation` (`fk_code_ventilation`),
      +  KEY `idx_facture_fourn_det_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_facture_fourn_det_fk_facture` FOREIGN KEY (`fk_facture_fourn`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_facture_fourn_det_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_det`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_det` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det` DISABLE KEYS */;
      +INSERT INTO `llx_facture_fourn_det` VALUES (44,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.loc.sp.512.6</strong><br>6 mois - Location de SuperPlan avec la connexion 512kbs<br>Du 11/04/2003 &agrave; 11/10/2003',414.00000000,495.14400000,1,0,19.600,'',0.000,'',0.000,'',414.00000000,81.14000000,0.00000000,0.00000000,495.14000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(45,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.loc.sp.512.6</strong><br>6 mois - Location de SuperPlan avec la connexion 512kbs<br>Du 11/10/2003 &agrave; 11/04/2004',414.00000000,495.14400000,1,0,19.600,'',0.000,'',0.000,'',414.00000000,81.14000000,0.00000000,0.00000000,495.14000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(46,16,NULL,NULL,NULL,NULL,'<strong>ref :sd.installation.annuel</strong><br>Frais de mise en service d\'un serveur dédié pour un paiement annuel<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(47,17,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(48,17,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'',0.000,'',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(49,18,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'',0.000,'',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(50,18,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'',0.000,'',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(51,19,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.creation</strong><br>Création du compte backup ftp 250Mo.<br>',1.00000000,1.19600000,1,0,19.600,'',0.000,'0',0.000,'0',1.00000000,0.20000000,0.00000000,0.00000000,1.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(52,19,NULL,NULL,NULL,NULL,'<strong>ref :bk.full250.12</strong><br>Redevance pour un backup de 250Mo sur 12 mois<br>',25.00000000,29.90000000,1,0,19.600,'',0.000,'0',0.000,'0',25.00000000,4.90000000,0.00000000,0.00000000,29.90000000,0,NULL,NULL,0,NULL,0,0,0,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(53,20,NULL,NULL,NULL,NULL,'Chips',20.00000000,23.92000000,10,0,19.600,'',0.000,'0',0.000,'0',200.00000000,39.20000000,0.00000000,0.00000000,239.20000000,0,NULL,NULL,0,NULL,0,0,0,NULL,0,'EUR',20.00000000,200.00000000,39.20000000,239.20000000);
      +/*!40000 ALTER TABLE `llx_facture_fourn_det` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_det_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_det_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_det_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_det_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_det_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_det_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_fourn_det_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_fourn_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_fourn_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_fourn_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_fourn_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_fourn_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_fourn_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_fourn_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_fourn_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_rec`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_rec`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_rec` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `titre` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `remise` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT '0',
      +  `fk_mode_reglement` int(11) DEFAULT '0',
      +  `date_lim_reglement` date DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `modelpdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_gen` varchar(7) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `unit_frequency` varchar(2) COLLATE utf8_unicode_ci DEFAULT 'd',
      +  `date_when` datetime DEFAULT NULL,
      +  `date_last_gen` datetime DEFAULT NULL,
      +  `nb_gen_done` int(11) DEFAULT NULL,
      +  `nb_gen_max` int(11) DEFAULT NULL,
      +  `frequency` int(11) DEFAULT NULL,
      +  `usenewprice` int(11) DEFAULT '0',
      +  `revenuestamp` double(24,8) DEFAULT '0.00000000',
      +  `auto_validate` int(11) DEFAULT '0',
      +  `generate_pdf` int(11) DEFAULT '1',
      +  `fk_account` int(11) DEFAULT '0',
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `suspended` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_facture_rec_uk_titre` (`titre`,`entity`),
      +  KEY `idx_facture_rec_fk_soc` (`fk_soc`),
      +  KEY `idx_facture_rec_fk_user_author` (`fk_user_author`),
      +  KEY `idx_facture_rec_fk_projet` (`fk_projet`),
      +  CONSTRAINT `fk_facture_rec_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_facture_rec_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_facture_rec_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_rec`
      +--
      +
      +LOCK TABLES `llx_facture_rec` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_rec` DISABLE KEYS */;
      +INSERT INTO `llx_facture_rec` VALUES (1,'fsdfsfsfsf',1,10,'2017-02-07 03:47:00',0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,10.00000000,10.00000000,12,NULL,1,0,NULL,NULL,NULL,NULL,NULL,'m',NULL,NULL,0,0,0,0,0.00000000,0,1,3,NULL,NULL,1.00000000,10.00000000,0.00000000,10.00000000,NULL,'2017-02-07 02:47:00','',0),(2,'fffff',1,10,'2017-02-07 03:47:58',0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,5.00000000,5.00000000,12,6,1,2,NULL,NULL,NULL,NULL,NULL,'m',NULL,NULL,0,0,0,0,0.00000000,0,1,4,NULL,NULL,1.00000000,5.00000000,0.00000000,5.00000000,NULL,'2017-02-07 02:47:58','',0);
      +/*!40000 ALTER TABLE `llx_facture_rec` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facture_rec_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facture_rec_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facture_rec_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facture_rec_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facture_rec_extrafields`
      +--
      +
      +LOCK TABLES `llx_facture_rec_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facture_rec_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facture_rec_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `total_tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_code_ventilation` int(11) NOT NULL DEFAULT '0',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_contract_line` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `situation_percent` double DEFAULT NULL,
      +  `fk_prev_id` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fk_remise_except` (`fk_remise_except`,`fk_facture`),
      +  KEY `idx_facturedet_fk_facture` (`fk_facture`),
      +  KEY `idx_facturedet_fk_product` (`fk_product`),
      +  KEY `fk_facturedet_fk_unit` (`fk_unit`),
      +  KEY `idx_facturedet_fk_code_ventilation` (`fk_code_ventilation`),
      +  CONSTRAINT `fk_facturedet_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_facturedet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=1031 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet`
      +--
      +
      +LOCK TABLES `llx_facturedet` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet` DISABLE KEYS */;
      +INSERT INTO `llx_facturedet` VALUES (3,2,NULL,3,NULL,'Service S1',0.000,'',0.000,'',0.000,'',1,10,4,NULL,40.00000000,36.00000000,36.00000000,0.00000000,0.00000000,0.00000000,36.00000000,1,'2010-07-10 00:00:00',NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,2,NULL,NULL,NULL,'Abonnement annuel assurance',1.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.10000000,0.00000000,0.00000000,10.10000000,0,'2010-07-10 00:00:00','2011-07-10 00:00:00',0,NULL,0.00000000,0,0,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,3,NULL,4,NULL,'afsdfsdfsdfsdf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,3,NULL,NULL,NULL,'dfdfd',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(13,5,NULL,4,NULL,'Decapsuleur',12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(14,6,NULL,4,NULL,'Decapsuleur',19.600,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,5.00000000,0.98000000,0.00000000,0.00000000,5.98000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(21,8,NULL,NULL,NULL,'dddd',0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(22,9,NULL,NULL,NULL,'ggg',19.600,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(23,10,NULL,4,NULL,'',12.500,'',0.000,'',0.000,'',1,0,0,NULL,-5.00000000,NULL,-5.00000000,-0.63000000,0.00000000,0.00000000,-5.63000000,0,NULL,NULL,0,NULL,12.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(24,10,NULL,1,NULL,'A beatifull pink dress\r\nlkm',0.000,'',0.000,'',0.000,'',1,0,0,NULL,-6.00000000,NULL,-6.00000000,0.00000000,0.00000000,0.00000000,-6.00000000,0,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(26,12,NULL,1,NULL,'A beatifull pink dress\r\nhfghf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,-5.00000000,NULL,-5.00000000,0.00000000,0.00000000,0.00000000,-5.00000000,0,NULL,NULL,0,0,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(27,13,NULL,NULL,NULL,'gdfgdf',19.600,'',0.000,'',0.000,'',1.4,0,0,NULL,10.00000000,NULL,14.00000000,2.74000000,0.00000000,0.00000000,16.74000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(137,33,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(138,33,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(256,55,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(257,55,NULL,NULL,NULL,'Desc',10.000,'',0.000,'',0.000,'',1,0,0,NULL,1.24000000,NULL,1.24000000,0.12000000,0.00000000,0.00000000,1.36000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(753,13,NULL,2,NULL,'(Pays d\'origine: Albanie)',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(754,148,NULL,11,NULL,'hfghf',0.000,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(755,148,NULL,4,NULL,'Decapsuleur',12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,NULL,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(757,150,NULL,2,NULL,'Product P1',12.500,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(758,151,NULL,2,NULL,'Product P1',12.500,'',0.000,'',0.000,'',1,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(768,32,NULL,NULL,NULL,'mlml',18.000,'',0.000,'',0.000,'',1,0,0,NULL,100.00000000,NULL,100.00000000,18.00000000,0.00000000,0.00000000,118.00000000,0,NULL,NULL,0,NULL,46.00000000,0,0,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(769,32,NULL,NULL,NULL,'mlkml',18.000,'',0.000,'',0.000,'',1,0,0,NULL,400.00000000,NULL,400.00000000,72.00000000,0.00000000,0.00000000,472.00000000,0,NULL,NULL,0,NULL,300.00000000,0,0,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(772,160,NULL,NULL,NULL,'Adhésion/cotisation 2015',12.500,'',0.000,'',0.000,'',1,0,0,NULL,8.88889000,NULL,8.89000000,1.11000000,0.00000000,0.00000000,10.00000000,1,'2015-07-18 00:00:00','2016-07-17 00:00:00',0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(776,32,NULL,NULL,NULL,'fsdfsdfds',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(777,32,NULL,NULL,NULL,'fsdfsdfds',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(779,32,NULL,NULL,NULL,'fsdfds',0.000,'',0.000,'0',0.000,'0',0,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,9,NULL,NULL,0,0,0.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(780,32,NULL,NULL,NULL,'ffsdf',0.000,'',0.000,'0',0.000,'0',0,0,0,NULL,0.00000000,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,9,NULL,NULL,0,NULL,0.00000000,0,1790,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1022,210,NULL,NULL,NULL,'Adhésion/cotisation 2011',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,1,'2011-07-10 00:00:00','2012-07-09 00:00:00',0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1023,211,NULL,NULL,NULL,'Samsung Android x4',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,250.00000000,NULL,250.00000000,0.00000000,0.00000000,0.00000000,250.00000000,0,NULL,NULL,0,NULL,200.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1024,211,NULL,1,NULL,'A beatifull pink dress\r\nSize XXL',19.600,'',0.000,'0',0.000,'0',1,10,0,NULL,100.00000000,NULL,90.00000000,17.64000000,0.00000000,0.00000000,107.64000000,0,NULL,NULL,0,NULL,90.00000000,0,0,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1026,213,NULL,1,NULL,'A beatifull pink dress',0.000,'',0.000,'0',0.000,'0',10,0,0,NULL,-100.00000000,NULL,-1000.00000000,0.00000000,0.00000000,0.00000000,-1000.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(1028,149,NULL,NULL,NULL,'opoo',0.000,'CGST+SGST',9.000,'1',9.000,'1',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.90000000,0.90000000,11.80000000,0,NULL,NULL,0,NULL,0.00000000,0,0,2,NULL,NULL,100,NULL,NULL,12,12,0,'',10.00000000,10.00000000,0.00000000,11.80000000),(1029,149,NULL,NULL,NULL,'gdgd',18.000,'IGST',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,1.80000000,0.00000000,0.00000000,11.80000000,0,NULL,NULL,0,NULL,0.00000000,0,0,3,NULL,NULL,100,NULL,NULL,12,12,0,'',10.00000000,10.00000000,1.80000000,11.80000000),(1030,217,NULL,NULL,NULL,'gfdgdf',0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,NULL,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,0,0,NULL,NULL,100,NULL,NULL,12,12,1,'EUR',10.00000000,10.00000000,0.00000000,10.00000000);
      +/*!40000 ALTER TABLE `llx_facturedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facturedet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_extrafields`
      +--
      +
      +LOCK TABLES `llx_facturedet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facturedet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_rec`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_rec`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_rec` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `product_type` int(11) DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `subprice` double(24,8) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT NULL,
      +  `total_ht` double(24,8) DEFAULT NULL,
      +  `total_tva` double(24,8) DEFAULT NULL,
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_contract_line` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `date_start_fill` int(11) DEFAULT '0',
      +  `date_end_fill` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_facturedet_rec_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_facturedet_rec_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_rec`
      +--
      +
      +LOCK TABLES `llx_facturedet_rec` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_rec` DISABLE KEYS */;
      +INSERT INTO `llx_facturedet_rec` VALUES (1,1,NULL,NULL,0,NULL,'&ugrave;k&ugrave;',0.000,'',0.000,'0',0.000,'0',1,0,NULL,10.00000000,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0),(3,2,NULL,NULL,0,NULL,'ddd',0.000,'',0.000,'0',0.000,'0',1,0,NULL,5.00000000,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,0,1,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0,0);
      +/*!40000 ALTER TABLE `llx_facturedet_rec` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_facturedet_rec_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_facturedet_rec_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_facturedet_rec_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_facturedet_rec_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_facturedet_rec_extrafields`
      +--
      +
      +LOCK TABLES `llx_facturedet_rec_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_facturedet_rec_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_facturedet_rec_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinter`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinter`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinter` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_projet` int(11) DEFAULT '0',
      +  `fk_contrat` int(11) DEFAULT '0',
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `datei` date DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `duree` double DEFAULT NULL,
      +  `dateo` date DEFAULT NULL,
      +  `datee` date DEFAULT NULL,
      +  `datet` date DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fichinter_ref` (`ref`,`entity`),
      +  KEY `idx_fichinter_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_fichinter_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinter`
      +--
      +
      +LOCK TABLES `llx_fichinter` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinter` DISABLE KEYS */;
      +INSERT INTO `llx_fichinter` VALUES (1,2,1,0,'FI1007-0001',1,'2016-01-22 17:39:37','2010-07-09 01:42:41','2016-01-22 18:39:37',NULL,1,NULL,12,1,10800,NULL,NULL,NULL,NULL,NULL,NULL,'soleil',NULL,NULL,NULL,NULL),(2,1,NULL,0,'FI1007-0002',1,'2012-12-08 13:11:07','2010-07-11 16:07:51',NULL,NULL,1,NULL,NULL,0,3600,NULL,NULL,NULL,'ferfrefeferf',NULL,NULL,'soleil',NULL,NULL,NULL,NULL),(3,2,NULL,0,'FI1511-0003',1,'2016-07-30 15:51:16','2015-11-18 15:57:34','2016-01-22 18:38:46',NULL,2,NULL,12,1,36000,NULL,NULL,NULL,NULL,NULL,NULL,'soleil',NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_fichinter` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinter_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinter_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinter_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_ficheinter_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinter_extrafields`
      +--
      +
      +LOCK TABLES `llx_fichinter_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinter_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_fichinter_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinterdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinterdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinterdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_fichinter` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `date` datetime DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `duree` int(11) DEFAULT NULL,
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_fichinterdet_fk_fichinter` (`fk_fichinter`),
      +  CONSTRAINT `fk_fichinterdet_fk_fichinter` FOREIGN KEY (`fk_fichinter`) REFERENCES `llx_fichinter` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinterdet`
      +--
      +
      +LOCK TABLES `llx_fichinterdet` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinterdet` DISABLE KEYS */;
      +INSERT INTO `llx_fichinterdet` VALUES (1,1,NULL,'2010-07-07 04:00:00','Intervention sur site',3600,0),(2,1,NULL,'2010-07-08 11:00:00','Other actions on client site.',7200,0),(3,2,NULL,'2010-07-11 05:00:00','Pres',3600,0),(5,3,NULL,'2015-11-18 09:00:00','Intervention on building windows 1',32400,0),(6,3,NULL,'2016-01-22 00:00:00','Intervention on building windows 2',3600,0);
      +/*!40000 ALTER TABLE `llx_fichinterdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_fichinterdet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_fichinterdet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_fichinterdet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_ficheinterdet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_fichinterdet_extrafields`
      +--
      +
      +LOCK TABLES `llx_fichinterdet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_fichinterdet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_fichinterdet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `date_create` datetime NOT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `date_debut` date NOT NULL,
      +  `date_fin` date NOT NULL,
      +  `halfday` int(11) DEFAULT '0',
      +  `statut` int(11) NOT NULL DEFAULT '1',
      +  `fk_validator` int(11) NOT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_refuse` datetime DEFAULT NULL,
      +  `fk_user_refuse` int(11) DEFAULT NULL,
      +  `date_cancel` datetime DEFAULT NULL,
      +  `fk_user_cancel` int(11) DEFAULT NULL,
      +  `detail_refuse` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_holiday_fk_user` (`fk_user`),
      +  KEY `idx_holiday_date_debut` (`date_debut`),
      +  KEY `idx_holiday_date_fin` (`date_fin`),
      +  KEY `idx_holiday_fk_user_create` (`fk_user_create`),
      +  KEY `idx_holiday_date_create` (`date_create`),
      +  KEY `idx_holiday_fk_validator` (`fk_validator`),
      +  KEY `idx_holiday_entity` (`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday`
      +--
      +
      +LOCK TABLES `llx_holiday` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday` DISABLE KEYS */;
      +INSERT INTO `llx_holiday` VALUES (1,1,'2013-02-17 19:06:35','gdf','2013-02-10','2013-02-11',0,3,1,'2013-02-17 19:06:57',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2018-11-23 11:57:26',1,'1',NULL,NULL,NULL,NULL),(2,12,'2016-01-22 19:10:01','','2016-01-04','2016-01-08',0,1,11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,5,'2018-11-23 11:57:26',1,'2',NULL,NULL,NULL,NULL),(3,13,'2016-01-22 19:10:29','','2016-01-11','2016-01-13',0,2,11,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,5,'2018-11-23 11:57:26',1,'3',NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_holiday` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_config`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_config`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_config` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `name` (`name`),
      +  UNIQUE KEY `idx_holiday_config` (`name`)
      +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_config`
      +--
      +
      +LOCK TABLES `llx_holiday_config` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_config` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_config` VALUES (1,'userGroup','1'),(2,'lastUpdate','20170829181921'),(3,'nbUser',''),(4,'delayForRequest','31'),(5,'AlertValidatorDelay','0'),(6,'AlertValidatorSolde','0'),(7,'nbHolidayDeducted','1'),(8,'nbHolidayEveryMonth','2.08334');
      +/*!40000 ALTER TABLE `llx_holiday_config` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_action` datetime NOT NULL,
      +  `fk_user_action` int(11) NOT NULL,
      +  `fk_user_update` int(11) NOT NULL,
      +  `type_action` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `prev_solde` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `new_solde` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=195 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_logs`
      +--
      +
      +LOCK TABLES `llx_holiday_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_logs` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_logs` VALUES (1,'2013-01-17 21:03:15',1,1,'Event : Mise à jour mensuelle','0.00','2.08',1),(2,'2013-01-17 21:03:15',1,2,'Event : Mise à jour mensuelle','0.00','2.08',1),(3,'2013-01-17 21:03:15',1,3,'Event : Mise à jour mensuelle','0.00','2.08',1),(4,'2013-02-01 09:53:26',1,1,'Event : Mise à jour mensuelle','2.08','4.16',1),(5,'2013-02-01 09:53:26',1,2,'Event : Mise à jour mensuelle','2.08','4.16',1),(6,'2013-02-01 09:53:26',1,3,'Event : Mise à jour mensuelle','2.08','4.16',1),(7,'2013-02-01 09:53:26',1,1,'Event : Mise à jour mensuelle','4.17','6.25',1),(8,'2013-02-01 09:53:26',1,2,'Event : Mise à jour mensuelle','4.17','6.25',1),(9,'2013-02-01 09:53:26',1,3,'Event : Mise à jour mensuelle','4.17','6.25',1),(10,'2013-02-01 09:53:26',1,4,'Event : Mise à jour mensuelle','0.00','2.08',1),(11,'2013-02-01 09:53:31',1,1,'Event : Mise à jour mensuelle','6.25','8.33',1),(12,'2013-02-01 09:53:31',1,2,'Event : Mise à jour mensuelle','6.25','8.33',1),(13,'2013-02-01 09:53:31',1,3,'Event : Mise à jour mensuelle','6.25','8.33',1),(14,'2013-02-01 09:53:31',1,4,'Event : Mise à jour mensuelle','2.08','4.16',1),(15,'2013-02-01 09:53:31',1,1,'Event : Mise à jour mensuelle','8.33','10.41',1),(16,'2013-02-01 09:53:31',1,2,'Event : Mise à jour mensuelle','8.33','10.41',1),(17,'2013-02-01 09:53:31',1,3,'Event : Mise à jour mensuelle','8.33','10.41',1),(18,'2013-02-01 09:53:31',1,4,'Event : Mise à jour mensuelle','4.17','6.25',1),(19,'2013-02-01 09:53:33',1,1,'Event : Mise à jour mensuelle','10.42','12.50',1),(20,'2013-02-01 09:53:33',1,2,'Event : Mise à jour mensuelle','10.42','12.50',1),(21,'2013-02-01 09:53:33',1,3,'Event : Mise à jour mensuelle','10.42','12.50',1),(22,'2013-02-01 09:53:33',1,4,'Event : Mise à jour mensuelle','6.25','8.33',1),(23,'2013-02-01 09:53:34',1,1,'Event : Mise à jour mensuelle','12.50','14.58',1),(24,'2013-02-01 09:53:34',1,2,'Event : Mise à jour mensuelle','12.50','14.58',1),(25,'2013-02-01 09:53:34',1,3,'Event : Mise à jour mensuelle','12.50','14.58',1),(26,'2013-02-01 09:53:34',1,4,'Event : Mise à jour mensuelle','8.33','10.41',1),(27,'2013-02-01 09:53:34',1,1,'Event : Mise à jour mensuelle','14.58','16.66',1),(28,'2013-02-01 09:53:34',1,2,'Event : Mise à jour mensuelle','14.58','16.66',1),(29,'2013-02-01 09:53:34',1,3,'Event : Mise à jour mensuelle','14.58','16.66',1),(30,'2013-02-01 09:53:34',1,4,'Event : Mise à jour mensuelle','10.42','12.50',1),(31,'2013-02-01 09:53:36',1,1,'Event : Mise à jour mensuelle','16.67','18.75',1),(32,'2013-02-01 09:53:36',1,2,'Event : Mise à jour mensuelle','16.67','18.75',1),(33,'2013-02-01 09:53:36',1,3,'Event : Mise à jour mensuelle','16.67','18.75',1),(34,'2013-02-01 09:53:36',1,4,'Event : Mise à jour mensuelle','12.50','14.58',1),(35,'2013-02-01 09:53:36',1,1,'Event : Mise à jour mensuelle','18.75','20.83',1),(36,'2013-02-01 09:53:36',1,2,'Event : Mise à jour mensuelle','18.75','20.83',1),(37,'2013-02-01 09:53:36',1,3,'Event : Mise à jour mensuelle','18.75','20.83',1),(38,'2013-02-01 09:53:36',1,4,'Event : Mise à jour mensuelle','14.58','16.66',1),(39,'2013-02-01 09:53:37',1,1,'Event : Mise à jour mensuelle','20.83','22.91',1),(40,'2013-02-01 09:53:37',1,2,'Event : Mise à jour mensuelle','20.83','22.91',1),(41,'2013-02-01 09:53:37',1,3,'Event : Mise à jour mensuelle','20.83','22.91',1),(42,'2013-02-01 09:53:37',1,4,'Event : Mise à jour mensuelle','16.67','18.75',1),(43,'2013-02-01 09:53:37',1,1,'Event : Mise à jour mensuelle','22.92','25.00',1),(44,'2013-02-01 09:53:37',1,2,'Event : Mise à jour mensuelle','22.92','25.00',1),(45,'2013-02-01 09:53:37',1,3,'Event : Mise à jour mensuelle','22.92','25.00',1),(46,'2013-02-01 09:53:37',1,4,'Event : Mise à jour mensuelle','18.75','20.83',1),(47,'2013-02-01 09:53:44',1,1,'Event : Mise à jour mensuelle','25.00','27.08',1),(48,'2013-02-01 09:53:44',1,2,'Event : Mise à jour mensuelle','25.00','27.08',1),(49,'2013-02-01 09:53:44',1,3,'Event : Mise à jour mensuelle','25.00','27.08',1),(50,'2013-02-01 09:53:44',1,4,'Event : Mise à jour mensuelle','20.83','22.91',1),(51,'2013-02-01 09:53:47',1,1,'Event : Mise à jour mensuelle','27.08','29.16',1),(52,'2013-02-01 09:53:47',1,2,'Event : Mise à jour mensuelle','27.08','29.16',1),(53,'2013-02-01 09:53:47',1,3,'Event : Mise à jour mensuelle','27.08','29.16',1),(54,'2013-02-01 09:53:47',1,4,'Event : Mise à jour mensuelle','22.92','25.00',1),(55,'2013-02-01 09:53:47',1,1,'Event : Mise à jour mensuelle','29.17','31.25',1),(56,'2013-02-01 09:53:47',1,2,'Event : Mise à jour mensuelle','29.17','31.25',1),(57,'2013-02-01 09:53:47',1,3,'Event : Mise à jour mensuelle','29.17','31.25',1),(58,'2013-02-01 09:53:47',1,4,'Event : Mise à jour mensuelle','25.00','27.08',1),(59,'2013-02-01 09:53:49',1,1,'Event : Mise à jour mensuelle','31.25','33.33',1),(60,'2013-02-01 09:53:49',1,2,'Event : Mise à jour mensuelle','31.25','33.33',1),(61,'2013-02-01 09:53:49',1,3,'Event : Mise à jour mensuelle','31.25','33.33',1),(62,'2013-02-01 09:53:49',1,4,'Event : Mise à jour mensuelle','27.08','29.16',1),(63,'2013-02-01 09:53:52',1,1,'Event : Mise à jour mensuelle','33.33','35.41',1),(64,'2013-02-01 09:53:52',1,2,'Event : Mise à jour mensuelle','33.33','35.41',1),(65,'2013-02-01 09:53:52',1,3,'Event : Mise à jour mensuelle','33.33','35.41',1),(66,'2013-02-01 09:53:52',1,4,'Event : Mise à jour mensuelle','29.17','31.25',1),(67,'2013-02-01 09:53:52',1,1,'Event : Mise à jour mensuelle','35.42','37.50',1),(68,'2013-02-01 09:53:52',1,2,'Event : Mise à jour mensuelle','35.42','37.50',1),(69,'2013-02-01 09:53:52',1,3,'Event : Mise à jour mensuelle','35.42','37.50',1),(70,'2013-02-01 09:53:52',1,4,'Event : Mise à jour mensuelle','31.25','33.33',1),(71,'2013-02-01 09:53:53',1,1,'Event : Mise à jour mensuelle','37.50','39.58',1),(72,'2013-02-01 09:53:53',1,2,'Event : Mise à jour mensuelle','37.50','39.58',1),(73,'2013-02-01 09:53:53',1,3,'Event : Mise à jour mensuelle','37.50','39.58',1),(74,'2013-02-01 09:53:53',1,4,'Event : Mise à jour mensuelle','33.33','35.41',1),(75,'2013-02-01 09:53:54',1,1,'Event : Mise à jour mensuelle','39.58','41.66',1),(76,'2013-02-01 09:53:54',1,2,'Event : Mise à jour mensuelle','39.58','41.66',1),(77,'2013-02-01 09:53:54',1,3,'Event : Mise à jour mensuelle','39.58','41.66',1),(78,'2013-02-01 09:53:54',1,4,'Event : Mise à jour mensuelle','35.42','37.50',1),(79,'2013-02-01 09:53:54',1,1,'Event : Mise à jour mensuelle','41.67','43.75',1),(80,'2013-02-01 09:53:54',1,2,'Event : Mise à jour mensuelle','41.67','43.75',1),(81,'2013-02-01 09:53:54',1,3,'Event : Mise à jour mensuelle','41.67','43.75',1),(82,'2013-02-01 09:53:54',1,4,'Event : Mise à jour mensuelle','37.50','39.58',1),(83,'2013-02-01 09:55:49',1,1,'Event : Mise à jour mensuelle','43.75','45.83',1),(84,'2013-02-01 09:55:49',1,2,'Event : Mise à jour mensuelle','43.75','45.83',1),(85,'2013-02-01 09:55:49',1,3,'Event : Mise à jour mensuelle','43.75','45.83',1),(86,'2013-02-01 09:55:49',1,4,'Event : Mise à jour mensuelle','39.58','41.66',1),(87,'2013-02-01 09:55:56',1,1,'Event : Mise à jour mensuelle','45.83','47.91',1),(88,'2013-02-01 09:55:56',1,2,'Event : Mise à jour mensuelle','45.83','47.91',1),(89,'2013-02-01 09:55:56',1,3,'Event : Mise à jour mensuelle','45.83','47.91',1),(90,'2013-02-01 09:55:56',1,4,'Event : Mise à jour mensuelle','41.67','43.75',1),(91,'2013-02-01 09:56:01',1,1,'Event : Mise à jour mensuelle','47.92','50.00',1),(92,'2013-02-01 09:56:01',1,2,'Event : Mise à jour mensuelle','47.92','50.00',1),(93,'2013-02-01 09:56:01',1,3,'Event : Mise à jour mensuelle','47.92','50.00',1),(94,'2013-02-01 09:56:01',1,4,'Event : Mise à jour mensuelle','43.75','45.83',1),(95,'2013-02-01 09:56:01',1,1,'Event : Mise à jour mensuelle','50.00','52.08',1),(96,'2013-02-01 09:56:01',1,2,'Event : Mise à jour mensuelle','50.00','52.08',1),(97,'2013-02-01 09:56:01',1,3,'Event : Mise à jour mensuelle','50.00','52.08',1),(98,'2013-02-01 09:56:01',1,4,'Event : Mise à jour mensuelle','45.83','47.91',1),(99,'2013-02-01 09:56:03',1,1,'Event : Mise à jour mensuelle','52.08','54.16',1),(100,'2013-02-01 09:56:03',1,2,'Event : Mise à jour mensuelle','52.08','54.16',1),(101,'2013-02-01 09:56:03',1,3,'Event : Mise à jour mensuelle','52.08','54.16',1),(102,'2013-02-01 09:56:03',1,4,'Event : Mise à jour mensuelle','47.92','50.00',1),(103,'2013-02-01 09:56:03',1,1,'Event : Mise à jour mensuelle','54.17','56.25',1),(104,'2013-02-01 09:56:03',1,2,'Event : Mise à jour mensuelle','54.17','56.25',1),(105,'2013-02-01 09:56:03',1,3,'Event : Mise à jour mensuelle','54.17','56.25',1),(106,'2013-02-01 09:56:03',1,4,'Event : Mise à jour mensuelle','50.00','52.08',1),(107,'2013-02-01 09:56:05',1,1,'Event : Mise à jour mensuelle','56.25','58.33',1),(108,'2013-02-01 09:56:05',1,2,'Event : Mise à jour mensuelle','56.25','58.33',1),(109,'2013-02-01 09:56:05',1,3,'Event : Mise à jour mensuelle','56.25','58.33',1),(110,'2013-02-01 09:56:05',1,4,'Event : Mise à jour mensuelle','52.08','54.16',1),(111,'2013-02-01 09:56:06',1,1,'Event : Mise à jour mensuelle','58.33','60.41',1),(112,'2013-02-01 09:56:06',1,2,'Event : Mise à jour mensuelle','58.33','60.41',1),(113,'2013-02-01 09:56:06',1,3,'Event : Mise à jour mensuelle','58.33','60.41',1),(114,'2013-02-01 09:56:06',1,4,'Event : Mise à jour mensuelle','54.17','56.25',1),(115,'2013-02-01 09:56:06',1,1,'Event : Mise à jour mensuelle','60.42','62.50',1),(116,'2013-02-01 09:56:06',1,2,'Event : Mise à jour mensuelle','60.42','62.50',1),(117,'2013-02-01 09:56:06',1,3,'Event : Mise à jour mensuelle','60.42','62.50',1),(118,'2013-02-01 09:56:06',1,4,'Event : Mise à jour mensuelle','56.25','58.33',1),(119,'2013-02-01 09:56:07',1,1,'Event : Mise à jour mensuelle','62.50','64.58',1),(120,'2013-02-01 09:56:07',1,2,'Event : Mise à jour mensuelle','62.50','64.58',1),(121,'2013-02-01 09:56:07',1,3,'Event : Mise à jour mensuelle','62.50','64.58',1),(122,'2013-02-01 09:56:07',1,4,'Event : Mise à jour mensuelle','58.33','60.41',1),(123,'2013-02-01 09:56:07',1,1,'Event : Mise à jour mensuelle','64.58','66.66',1),(124,'2013-02-01 09:56:07',1,2,'Event : Mise à jour mensuelle','64.58','66.66',1),(125,'2013-02-01 09:56:07',1,3,'Event : Mise à jour mensuelle','64.58','66.66',1),(126,'2013-02-01 09:56:07',1,4,'Event : Mise à jour mensuelle','60.42','62.50',1),(127,'2013-02-01 09:56:50',1,1,'Event : Mise à jour mensuelle','66.67','68.75',1),(128,'2013-02-01 09:56:50',1,2,'Event : Mise à jour mensuelle','66.67','68.75',1),(129,'2013-02-01 09:56:50',1,3,'Event : Mise à jour mensuelle','66.67','68.75',1),(130,'2013-02-01 09:56:50',1,4,'Event : Mise à jour mensuelle','62.50','64.58',1),(131,'2013-02-01 09:56:50',1,1,'Event : Mise à jour mensuelle','68.75','70.83',1),(132,'2013-02-01 09:56:50',1,2,'Event : Mise à jour mensuelle','68.75','70.83',1),(133,'2013-02-01 09:56:50',1,3,'Event : Mise à jour mensuelle','68.75','70.83',1),(134,'2013-02-01 09:56:50',1,4,'Event : Mise à jour mensuelle','64.58','66.66',1),(135,'2013-02-17 18:49:21',1,1,'Event : Mise à jour mensuelle','70.83','72.91',1),(136,'2013-02-17 18:49:21',1,2,'Event : Mise à jour mensuelle','70.83','72.91',1),(137,'2013-02-17 18:49:21',1,3,'Event : Mise à jour mensuelle','70.83','72.91',1),(138,'2013-02-17 18:49:21',1,4,'Event : Mise à jour mensuelle','66.67','68.75',1),(139,'2013-02-17 19:06:57',1,1,'Event : Holiday','72.92','71.92',1),(140,'2013-03-01 23:12:31',1,1,'Event : Mise à jour mensuelle','71.92','74.00',1),(141,'2013-03-01 23:12:31',1,2,'Event : Mise à jour mensuelle','72.92','75.00',1),(142,'2013-03-01 23:12:31',1,3,'Event : Mise à jour mensuelle','72.92','75.00',1),(143,'2013-03-01 23:12:31',1,4,'Event : Mise à jour mensuelle','68.75','70.83',1),(145,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',4),(146,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',4),(147,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',4),(148,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',4),(151,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',5),(152,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',5),(153,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',5),(154,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',5),(157,'2015-07-19 15:44:57',1,1,'Monthly update','0','2.08334',9),(158,'2015-07-19 15:44:57',1,2,'Monthly update','0','2.08334',9),(159,'2015-07-19 15:44:57',1,3,'Monthly update','0','2.08334',9),(160,'2015-07-19 15:44:57',1,4,'Monthly update','0','2.08334',9),(163,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',4),(164,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',4),(165,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',4),(166,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',4),(168,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',5),(169,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',5),(170,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',5),(171,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',5),(173,'2016-01-22 18:59:06',12,1,'Monthly update','0','2.08334',9),(174,'2016-01-22 18:59:06',12,2,'Monthly update','0','2.08334',9),(175,'2016-01-22 18:59:06',12,3,'Monthly update','0','2.08334',9),(176,'2016-01-22 18:59:06',12,4,'Monthly update','0','2.08334',9),(178,'2016-01-22 18:59:38',12,18,'Manual update','0','10',5),(179,'2016-01-22 18:59:42',12,16,'Manual update','0','10',5),(180,'2016-01-22 18:59:45',12,12,'Manual update','0','10',5),(181,'2016-01-22 18:59:49',12,1,'Manual update','0','10',5),(182,'2016-01-22 18:59:52',12,2,'Manual update','0','10',5),(183,'2016-01-22 18:59:55',12,3,'Manual update','0','5',5),(184,'2016-07-30 19:45:49',12,1,'Manual update','0','25',3),(185,'2016-07-30 19:45:52',12,2,'Manual update','0','23',3),(186,'2016-07-30 19:45:54',12,3,'Manual update','0','10',3),(187,'2016-07-30 19:45:57',12,4,'Manual update','0','-4',3),(188,'2016-07-30 19:46:02',12,10,'Manual update','0','20',3),(189,'2016-07-30 19:46:04',12,11,'Manual update','0','30',3),(190,'2016-07-30 19:46:07',12,12,'Manual update','0','15',3),(191,'2016-07-30 19:46:09',12,13,'Manual update','0','11',3),(192,'2016-07-30 19:46:12',12,14,'Manual update','0','4',3),(193,'2016-07-30 19:46:14',12,16,'Manual update','0','5',3),(194,'2016-07-30 19:46:16',12,18,'Manual update','0','22',3);
      +/*!40000 ALTER TABLE `llx_holiday_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_holiday_users`
      +--
      +
      +DROP TABLE IF EXISTS `llx_holiday_users`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_holiday_users` (
      +  `fk_user` int(11) NOT NULL,
      +  `nb_holiday` double NOT NULL DEFAULT '0',
      +  `fk_type` int(11) NOT NULL DEFAULT '1',
      +  UNIQUE KEY `uk_holiday_users` (`fk_user`,`fk_type`,`nb_holiday`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_holiday_users`
      +--
      +
      +LOCK TABLES `llx_holiday_users` WRITE;
      +/*!40000 ALTER TABLE `llx_holiday_users` DISABLE KEYS */;
      +INSERT INTO `llx_holiday_users` VALUES (0,0,1),(1,74.00334000000001,1),(1,25,3),(1,10,5),(2,75.00024000000003,1),(2,23,3),(2,10,5),(3,75.00024000000003,1),(3,10,3),(3,5,5),(4,70.83356000000002,1),(4,-4,3),(5,2.08334,1),(6,0,1),(10,20,3),(11,30,3),(12,15,3),(12,10,5),(13,11,3),(14,4,3),(16,5,3),(16,10,5),(18,22,3),(18,10,5);
      +/*!40000 ALTER TABLE `llx_holiday_users` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_import_model`
      +--
      +
      +DROP TABLE IF EXISTS `llx_import_model`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_import_model` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `label` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `type` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `field` text COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_import_model` (`label`,`type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_import_model`
      +--
      +
      +LOCK TABLES `llx_import_model` WRITE;
      +/*!40000 ALTER TABLE `llx_import_model` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_import_model` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_warehouse` int(11) DEFAULT NULL,
      +  `date_inventory` date DEFAULT NULL,
      +  `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_validation` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_inventory_ref` (`ref`,`entity`),
      +  KEY `idx_inventory_rowid` (`rowid`),
      +  KEY `idx_inventory_ref` (`ref`),
      +  KEY `idx_inventory_entity` (`entity`),
      +  KEY `idx_inventory_fk_warehouse` (`fk_warehouse`),
      +  KEY `idx_inventory_status` (`status`),
      +  KEY `idx_inventory_import_key` (`import_key`),
      +  KEY `idx_inventory_tms` (`tms`),
      +  KEY `idx_inventory_datec` (`datec`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventory`
      +--
      +
      +LOCK TABLES `llx_inventory` WRITE;
      +/*!40000 ALTER TABLE `llx_inventory` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventory_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventory_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventory_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventory_extrafields`
      +--
      +
      +LOCK TABLES `llx_inventory_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_inventory_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventory_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_inventorydet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_inventorydet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_inventorydet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_inventory` int(11) DEFAULT '0',
      +  `fk_warehouse` int(11) DEFAULT '0',
      +  `fk_product` int(11) DEFAULT '0',
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty_view` double DEFAULT NULL,
      +  `qty_stock` double DEFAULT NULL,
      +  `qty_regulated` double DEFAULT NULL,
      +  `pmp` double DEFAULT '0',
      +  `pa` double DEFAULT '0',
      +  `new_pmp` double DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_inventorydet_tms` (`tms`),
      +  KEY `idx_inventorydet_datec` (`datec`),
      +  KEY `idx_inventorydet_fk_inventory` (`fk_inventory`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_inventorydet`
      +--
      +
      +LOCK TABLES `llx_inventorydet` WRITE;
      +/*!40000 ALTER TABLE `llx_inventorydet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_inventorydet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_lead`
      +--
      +
      +DROP TABLE IF EXISTS `llx_lead`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_lead` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `ref_ext` mediumtext COLLATE utf8_unicode_ci,
      +  `ref_int` mediumtext COLLATE utf8_unicode_ci,
      +  `fk_soc` int(11) NOT NULL,
      +  `fk_c_status` int(11) NOT NULL,
      +  `fk_c_type` int(11) NOT NULL,
      +  `date_closure` datetime NOT NULL,
      +  `amount_prosp` double(24,8) NOT NULL,
      +  `fk_user_resp` int(11) NOT NULL,
      +  `description` mediumtext COLLATE utf8_unicode_ci,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `fk_user_author` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_llx_lead_fk_c_status` (`fk_c_status`),
      +  KEY `idx_llx_lead_fk_c_type` (`fk_c_type`),
      +  KEY `idx_llx_lead_fk_soc` (`fk_soc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_lead`
      +--
      +
      +LOCK TABLES `llx_lead` WRITE;
      +/*!40000 ALTER TABLE `llx_lead` DISABLE KEYS */;
      +INSERT INTO `llx_lead` VALUES (1,'LEA-1506-0001',1,NULL,'50',27,6,1,'2015-07-27 00:00:00',2000.00000000,1,NULL,NULL,NULL,1,'2015-06-27 13:44:33',1,'2015-06-27 21:53:05');
      +/*!40000 ALTER TABLE `llx_lead` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_lead_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_lead_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_lead_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idxlead_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_lead_extrafields`
      +--
      +
      +LOCK TABLES `llx_lead_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_lead_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_lead_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_links`
      +--
      +
      +DROP TABLE IF EXISTS `llx_links`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_links` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datea` datetime NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `objecttype` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `objectid` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_links` (`objectid`,`label`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_links`
      +--
      +
      +LOCK TABLES `llx_links` WRITE;
      +/*!40000 ALTER TABLE `llx_links` DISABLE KEYS */;
      +INSERT INTO `llx_links` VALUES (1,1,'2016-01-16 16:45:35','http://www.dolicloud.com','The DoliCoud service','societe',10),(2,1,'2016-01-16 17:14:35','https://www.dolistore.com/en/tools-documentation/12-SVG-file-for-85cm-x-200cm-rollup.html','Link to rollup file on dolistore.com','product',11),(3,1,'2016-01-22 17:40:23','http://www.nltechno.com','NLtechno portal','societe',10),(4,1,'2016-01-22 18:32:31','https://play.google.com/store/apps/details?id=com.nltechno.dolidroidpro','Link on Google Play','product',5);
      +/*!40000 ALTER TABLE `llx_links` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraison`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraison`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraison` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_customer` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `date_delivery` datetime DEFAULT NULL,
      +  `fk_address` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_livraison_uk_ref` (`ref`,`entity`),
      +  KEY `idx_livraison_fk_soc` (`fk_soc`),
      +  KEY `idx_livraison_fk_user_author` (`fk_user_author`),
      +  KEY `idx_livraison_fk_user_valid` (`fk_user_valid`),
      +  CONSTRAINT `fk_livraison_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_livraison_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_livraison_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraison`
      +--
      +
      +LOCK TABLES `llx_livraison` WRITE;
      +/*!40000 ALTER TABLE `llx_livraison` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraison` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraison_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraison_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraison_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraison_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraison_extrafields`
      +--
      +
      +LOCK TABLES `llx_livraison_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_livraison_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraison_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraisondet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraisondet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraisondet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_livraison` int(11) DEFAULT NULL,
      +  `fk_origin_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `qty` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `rang` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraisondet_fk_expedition` (`fk_livraison`),
      +  CONSTRAINT `fk_livraisondet_fk_livraison` FOREIGN KEY (`fk_livraison`) REFERENCES `llx_livraison` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraisondet`
      +--
      +
      +LOCK TABLES `llx_livraisondet` WRITE;
      +/*!40000 ALTER TABLE `llx_livraisondet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraisondet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_livraisondet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_livraisondet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_livraisondet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_livraisondet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_livraisondet_extrafields`
      +--
      +
      +LOCK TABLES `llx_livraisondet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_livraisondet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_livraisondet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_loan`
      +--
      +
      +DROP TABLE IF EXISTS `llx_loan`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_loan` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `capital` double(24,8) DEFAULT NULL,
      +  `datestart` date DEFAULT NULL,
      +  `dateend` date DEFAULT NULL,
      +  `nbterm` double DEFAULT NULL,
      +  `rate` double NOT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `capital_position` double(24,8) DEFAULT NULL,
      +  `date_position` date DEFAULT NULL,
      +  `paid` smallint(6) NOT NULL DEFAULT '0',
      +  `accountancy_account_capital` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_account_insurance` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_account_interest` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `active` tinyint(4) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_loan`
      +--
      +
      +LOCK TABLES `llx_loan` WRITE;
      +/*!40000 ALTER TABLE `llx_loan` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_loan` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_loan_schedule`
      +--
      +
      +DROP TABLE IF EXISTS `llx_loan_schedule`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_loan_schedule` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_loan` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount_capital` double(24,8) DEFAULT NULL,
      +  `amount_insurance` double(24,8) DEFAULT NULL,
      +  `amount_interest` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_loan_schedule`
      +--
      +
      +LOCK TABLES `llx_loan_schedule` WRITE;
      +/*!40000 ALTER TABLE `llx_loan_schedule` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_loan_schedule` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_localtax`
      +--
      +
      +DROP TABLE IF EXISTS `llx_localtax`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_localtax` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `localtaxtype` tinyint(4) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `amount` double NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_localtax`
      +--
      +
      +LOCK TABLES `llx_localtax` WRITE;
      +/*!40000 ALTER TABLE `llx_localtax` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_localtax` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_mailing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_mailing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_mailing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` smallint(6) DEFAULT '0',
      +  `titre` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `sujet` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `body` mediumtext COLLATE utf8_unicode_ci,
      +  `bgcolor` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bgimage` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cible` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nbemail` int(11) DEFAULT NULL,
      +  `email_from` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_replyto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_errorsto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creat` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_appro` datetime DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_appro` int(11) DEFAULT NULL,
      +  `joined_file1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_mailing`
      +--
      +
      +LOCK TABLES `llx_mailing` WRITE;
      +/*!40000 ALTER TABLE `llx_mailing` DISABLE KEYS */;
      +INSERT INTO `llx_mailing` VALUES (3,2,'Commercial emailing January',1,'Buy my product','<div style=\"text-align: center; background: #220044\"><span style=\"color:#FFFFFF\"><strong><span style=\"font-size:18px\"><img alt=\"\" src=\"/dolibarr_4.0/htdocs/viewimage.php?modulepart=medias&file=image/myimagesforemailing/dolicloud_logo_white.png\" style=\"height:80px; width:260px\" /></span></strong></span><br />\r\n<a href=\"http://www.facebook.com\" target=\"_new\"><img alt=\"Seguici su facebook\" src=\"https://mosaico.io/templates/versafluid/img/social/facebook.png\" style=\"height:24px; padding:0px 5px 0px 5px; width:24px\" /></a><a href=\"http://www.twitter.com\" target=\"_new\"><img alt=\"Seguici su twitter\" src=\"https://mosaico.io/templates/versafluid/img/social/twitter.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://plus.google.com\" target=\"_new\"><img alt=\"Seguici su G+\" src=\"https://mosaico.io/templates/versafluid/img/social/google-plus.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://www.linkedin.com\" target=\"_new\"><img alt=\"Seguici su linkedin\" src=\"https://mosaico.io/templates/versafluid/img/social/linkedin.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a></div>\r\n\r\n<table style=\"background:#ffffff; border:0; margin:0; padding:5px; text-align:center; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table border=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n									<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<p style=\"text-align:center\"><span style=\"font-size:16px\"><strong>DoliCloud</strong> is the service to provide you a web hosting solution of Dolibarr ERP CRM in one click. Just enter your email to create your instance and you are ready to work. Backup and full access is to data (SFTP, Mysql) are provided.</span></p>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n								<tr>\r\n									<td>\r\n									<table style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"responsive-table\" style=\"width:100%\">\r\n													<tbody>\r\n														<tr>\r\n															<td style=\"text-align:center\"><a class=\"mobile-button\" href=\"https://www.on.dolicloud.com/signUp/index?origin=dolicloudhome&planCode=basic\" style=\"display: inline-block; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #9C010F; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 3px solid #5f0109;\" target=\"_new\">Test Dolibarr ERP CRM on Dolicloud →</a></td>\r\n														</tr>\r\n													</tbody>\r\n												</table>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"ko_footerBlock_2\" style=\"min-width:500px; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table align=\"center\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td style=\"text-align:center\"><span style=\"color:#3F3D33\">DoliCloud team</span><br />\r\n									<strong><a class=\"original-only\" href=\"%5Bprofile_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">Unsubscribe</a><span style=\"color:#444444; font-family:arial,sans-serif; font-size:12px\">   |   </span><a href=\"%5Bshow_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">View on web browser</a></strong></td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','','',NULL,26,'dolibarr@domain.com','','',NULL,'2010-07-11 13:15:59','2017-01-29 21:33:11',NULL,'2017-01-29 21:36:40',1,12,NULL,NULL,NULL,NULL,NULL,NULL),(4,0,'Commercial emailing February',1,'Buy my product','This is a new éEéé\"Mailing content<br />\r\n<br />\r\n<style type=\"text/css\">\r\n<!--\r\na:link {\r\n	color: #E2017A;\r\n}\r\n--></style>\r\n<span style=\"color:#800080;\"><strong>You can adit it with the WYSIWYG editor.</strong></span><br />\r\nIt is\r\n<ul>\r\n	<li>\r\n		Fast</li>\r\n	<li>\r\n		Easy to use</li>\r\n	<li>\r\n		Pretty</li>\r\n</ul>','','',NULL,NULL,'dolibarr@domain.com','','',NULL,'2011-07-18 20:44:33',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,1,'Commercial emailing March',1,'Buy my product','<div style=\"background:#220044; text-align:center\"><span style=\"color:#ffffff\"><strong><span style=\"font-size:18px\"><img alt=\"\" src=\"/dolibarr_4.0/htdocs/viewimage.php?modulepart=medias&amp;file=image/myimagesforemailing/dolicloud_logo_white.png\" style=\"height:80px; width:260px\" /></span></strong></span><br />\r\n<a href=\"http://www.facebook.com\" target=\"_new\"><img alt=\"Seguici su facebook\" src=\"https://mosaico.io/templates/versafluid/img/social/facebook.png\" style=\"height:24px; padding:0px 5px 0px 5px; width:24px\" /></a><a href=\"http://www.twitter.com\" target=\"_new\"><img alt=\"Seguici su twitter\" src=\"https://mosaico.io/templates/versafluid/img/social/twitter.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://plus.google.com\" target=\"_new\"><img alt=\"Seguici su G+\" src=\"https://mosaico.io/templates/versafluid/img/social/google-plus.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a><a href=\"http://www.linkedin.com\" target=\"_new\"><img alt=\"Seguici su linkedin\" src=\"https://mosaico.io/templates/versafluid/img/social/linkedin.png\" style=\"height:24px; padding:0px 5px; width:24px\" /></a></div>\r\n\r\n<table style=\"background:#ffffff; border:0; margin:0; padding:5px; text-align:center; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table border=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td>\r\n									<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<p style=\"text-align:center\"><span style=\"font-size:16px\"><strong>DoliCloud</strong> is the service to provide you a web hosting solution __EMAIL__ of Dolibarr ERP CRM in one click. Just enter your email to create your instance and you are ready to work. Backup and full access is to data (SFTP, Mysql) are provided.</span></p>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n								<tr>\r\n									<td>\r\n									<table style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n										<tbody>\r\n											<tr>\r\n												<td>\r\n												<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"responsive-table\" style=\"width:100%\">\r\n													<tbody>\r\n														<tr>\r\n															<td style=\"text-align:center\"><a class=\"mobile-button\" href=\"https://www.on.dolicloud.com/signUp/index?origin=dolicloudhome&amp;planCode=basic\" style=\"display: inline-block; font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #9C010F; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 3px solid #5f0109;\" target=\"_new\">Test Dolibarr ERP CRM on Dolicloud &rarr;</a></td>\r\n														</tr>\r\n													</tbody>\r\n												</table>\r\n												</td>\r\n											</tr>\r\n										</tbody>\r\n									</table>\r\n									</td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"ko_footerBlock_2\" style=\"min-width:500px; width:100%\">\r\n	<tbody>\r\n		<tr>\r\n			<td>\r\n			<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\r\n				<tbody>\r\n					<tr>\r\n						<td>\r\n						<table align=\"center\" style=\"background:#ffffff; border:0; margin:0; padding:5px; width:100%\">\r\n							<tbody>\r\n								<tr>\r\n									<td style=\"text-align:center\"><span style=\"color:#3f3d33\">DoliCloud team</span><br />\r\n									<strong><a class=\"original-only\" href=\"%5Bprofile_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">Unsubscribe</a><span style=\"color:#444444; font-family:arial,sans-serif; font-size:12px\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span><a href=\"%5Bshow_link%5D\" style=\"color: #3F3D33; text-decoration: none;\" target=\"_new\">View on web browser</a></strong></td>\r\n								</tr>\r\n							</tbody>\r\n						</table>\r\n						</td>\r\n					</tr>\r\n				</tbody>\r\n			</table>\r\n			</td>\r\n		</tr>\r\n	</tbody>\r\n</table>','','',NULL,28,'dolibarr@domain.com','','',NULL,'2017-01-29 21:47:37','2017-01-29 21:54:55',NULL,NULL,12,12,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_mailing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_mailing_cibles`
      +--
      +
      +DROP TABLE IF EXISTS `llx_mailing_cibles`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_mailing_cibles` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_mailing` int(11) NOT NULL,
      +  `fk_contact` int(11) NOT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(160) COLLATE utf8_unicode_ci NOT NULL,
      +  `other` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `source_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `source_id` int(11) DEFAULT NULL,
      +  `source_type` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `error_text` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_mailing_cibles` (`fk_mailing`,`email`),
      +  KEY `idx_mailing_cibles_email` (`email`)
      +) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_mailing_cibles`
      +--
      +
      +LOCK TABLES `llx_mailing_cibles` WRITE;
      +/*!40000 ALTER TABLE `llx_mailing_cibles` DISABLE KEYS */;
      +INSERT INTO `llx_mailing_cibles` VALUES (1,1,0,'Dupont','Alain','toto@aa.com','Date fin=10/07/2011',NULL,0,'0',NULL,NULL,NULL,NULL),(2,2,0,'Swiss customer supplier','','abademail@aa.com','',NULL,0,'0',NULL,NULL,NULL,NULL),(3,2,0,'Smith Vick','','vsmith@email.com','',NULL,0,'0',NULL,NULL,NULL,NULL),(4,3,0,'Swiss customer supplier','','abademail@aa.com','',NULL,1,'0',NULL,NULL,'2017-01-29 21:36:40',NULL),(5,3,0,'Smith Vick','','vsmith@email.com','',NULL,1,'0',NULL,NULL,'2017-01-29 21:36:40',NULL),(7,3,0,'Name 2','Firstname 2','emailtest2@example.com','','522b79aedf231576db576d246d82a0d7',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(8,3,0,'Name 3','Firstname 3','emailtest3@example.com','','f3e74e96a64068093af469b6826a75bf',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(9,3,0,'Name 4','Firstname 4','emailtest4@example.com','','fdacf67090698e0216f5c9a449e7404a',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(10,3,0,'Name 5','Firstname 5','emailtest5@example.com','','38b4e4895bf5e7f9969c9ad9bbcd0dce',3,'',NULL,'file','2017-01-29 21:36:40',NULL),(11,3,0,'Name 1','Firstname 1','emailtest1@example.com','','b2543a771e2a10c694fc6437859e29ae',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(12,3,0,'Do','John','johndoe@example.com','','bdb70b6835ca053b113e7ac53c83efbe',-1,'',NULL,'file','2017-01-29 21:36:40','Invalid email'),(13,3,0,'Smith,Alan','','alan.smith@example.com','','326b9fb6d83f58b7ce5ca28a51022c83',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(15,3,0,'Bowl','Kathy','kathy.bowl@example.com','','0848d51a04ad29adf28de7d6efe63091',2,'',NULL,'file','2017-01-29 21:36:40',NULL),(16,3,0,'Ducanseen','Herbert','herbert@example.com','','0585f4366c7b0c8bab592acb7256a409',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(17,3,0,'Djay','Djay','djay@example.com','','fad171648dcd8449d6e2f8246724f153',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(18,3,0,'','','alice.bigo@example.com','','86b03b13caec209e9a9d96979b7154b8',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(19,3,0,'','','bob.markus@example.com','','06df0b2b930718949a5afee280f04e6b',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(20,3,0,'Customer 1','','mycustomer1@example.com','','cac0a5a38fa9e67ed63d0753e08cd919',1,'',NULL,'file','2017-01-29 21:36:40',NULL),(21,3,0,'Customer 2','','mycustomer2@example.com','','19b631ee27e7036684675f2db35c54f0',0,'',NULL,'file',NULL,NULL),(22,3,0,'Customer 3','','mycustomer3@example.com','','bfd49e2db7c511e2d5bde30eda7db07a',0,'',NULL,'file',NULL,NULL),(23,3,0,'Customer 4','','mycustomer4@example.com','','de4640d0684c62dd83ffc27ff20d5938',0,'',NULL,'file',NULL,NULL),(24,3,0,'Customer 5','','mycustomer5@example.com','','2eb5786291928fd23ca0354ac261ec9b',0,'',NULL,'file',NULL,NULL),(25,3,0,'Customer 6','','mycustomer6@example.com','','c50c85b7f3370232c1d1335e17f953ca',0,'',NULL,'file',NULL,NULL),(26,3,0,'Prospect 1','','myprospect1@example.com','','553b1f7417f7c96290cdec5ca4c560f7',0,'',NULL,'file',NULL,NULL),(27,3,0,'Prospect 2','','myprospect2@example.com','','de45e526168546315ff4fedb54e63102',0,'',NULL,'file',NULL,NULL),(28,3,0,'Prospect 3','','myprospect3@example.com','','466d946e7c46881334f4abe427d382fa',0,'',NULL,'file',NULL,NULL),(29,3,0,'Prospect 4','','myprospect4@example.com','','619d1ec47318842971db7fa266b6d74a',0,'',NULL,'file',NULL,NULL),(30,3,0,'Prospect 5','','myprospect5@example.com','','e301713dcbf58d33ef1ae540dee58ad7',0,'',NULL,'file',NULL,NULL),(31,3,0,'Prospect 6','','myprospect6@example.com','','26fcbd0c641a535bfc14a80a867a61f2',0,'',NULL,'file',NULL,NULL),(32,5,0,'Swiss customer supplier','','abademail@aa.com','','0e7d20e3c9b1612a75eab5d12da84060',0,'0',NULL,'',NULL,NULL),(33,5,0,'Smith Vick','','vsmith@email.com','','cab14f12668ccb2c92843969819c6c6e',0,'0',NULL,'',NULL,NULL),(34,5,0,'Name 2','Firstname 2','emailtest2@example.com','','1b6adeceaac7e2b9c399c877f8b1a616',0,'',NULL,'file',NULL,NULL),(35,5,0,'Name 3','Firstname 3','emailtest3@example.com','','c9f6f80ba118c378aef4974e17b01a07',0,'',NULL,'file',NULL,NULL),(36,5,0,'Name 4','Firstname 4','emailtest4@example.com','','75a3051301db736a2bb7722de7b4ece1',0,'',NULL,'file',NULL,NULL),(37,5,0,'Name 5','Firstname 5','emailtest5@example.com','','a9e292e70ec11ed58718c9f5da58f870',0,'',NULL,'file',NULL,NULL),(38,5,0,'Name 1','Firstname 1','emailtest1@example.com','','0243e796981c9e82cc23d8a6a5a23570',0,'',NULL,'file',NULL,NULL),(39,5,0,'Do','John','johndoe@example.com','','7db6219748fbad348b1aa89f2014d529',0,'',NULL,'file',NULL,NULL),(40,5,0,'Smith,Alan','','alan.smith@example.com','','5006f91f3bd97918460b6dc3edf4cd7f',0,'',NULL,'file',NULL,NULL),(41,5,0,'Bowl','Kathy','kathy.bowl@example.com','','377ac5b241f2d5bf421a7162c60bf7b6',0,'',NULL,'file',NULL,NULL),(42,5,0,'Ducanseen','Herbert','herbert@example.com','','10e1b891a249ee8046f1686a0a44d773',0,'',NULL,'file',NULL,NULL),(43,5,0,'Djay','Djay','djay@example.com','','6cf76a2b74874caa6b8eced78f63bca1',0,'',NULL,'file',NULL,NULL),(44,5,0,'','','alice.bigo@example.com','','61651804afc02887a3934ab042285044',0,'',NULL,'file',NULL,NULL),(45,5,0,'','','bob.markus@example.com','','b6d3e934e4bc92d194b43041260564da',0,'',NULL,'file',NULL,NULL),(46,5,0,'Customer 1','','mycustomer1@example.com','','fa9ade908a5a420e7dc64e62d1d9eb65',0,'',NULL,'file',NULL,NULL),(47,5,0,'Customer 2','','mycustomer2@example.com','','5d502923487f0f4226ab9f5f71102857',0,'',NULL,'file',NULL,NULL),(48,5,0,'Customer 3','','mycustomer3@example.com','','0b7da54f9969554eee95684069173f23',0,'',NULL,'file',NULL,NULL),(49,5,0,'Customer 4','','mycustomer4@example.com','','b073cf47a6af4740c76620ab4442033c',0,'',NULL,'file',NULL,NULL),(50,5,0,'Customer 5','','mycustomer5@example.com','','468b7404027e91edf437c3980619c8f6',0,'',NULL,'file',NULL,NULL),(51,5,0,'Customer 6','','mycustomer6@example.com','','cb196086497f64cd23dd68aed2bf5cc8',0,'',NULL,'file',NULL,NULL),(52,5,0,'Prospect 1','','myprospect1@example.com','','9854ed6528267f30c8c22c24384b31ae',0,'',NULL,'file',NULL,NULL),(53,5,0,'Prospect 2','','myprospect2@example.com','','b37ed581bbc51b6d9a334e1626b5fe22',0,'',NULL,'file',NULL,NULL),(54,5,0,'Prospect 3','','myprospect3@example.com','','8bedd7821877a72841efae36691f7765',0,'',NULL,'file',NULL,NULL),(55,5,0,'Prospect 4','','myprospect4@example.com','','518353a5cfb1a628ada10874ac4e0098',0,'',NULL,'file',NULL,NULL),(56,5,0,'Prospect 5','','myprospect5@example.com','','de392a2999e262fec63c9de4a3fe7613',0,'',NULL,'file',NULL,NULL),(57,5,0,'Prospect 6','','myprospect6@example.com','','56256cc297c4870c514819cdb4e6b95c',0,'',NULL,'file',NULL,NULL),(58,5,0,'Prospect 7','','myprospect7@example.com','','d32512607d4e74d6f71d031538128721',0,'',NULL,'file',NULL,NULL),(59,5,0,'Prospect 8','','myprospect8@example.com','','427eeb75492ede5355996a8df998f9de',0,'',NULL,'file',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_mailing_cibles` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_menu`
      +--
      +
      +DROP TABLE IF EXISTS `llx_menu`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_menu` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `menu_handler` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(4) COLLATE utf8_unicode_ci NOT NULL,
      +  `mainmenu` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_menu` int(11) NOT NULL,
      +  `fk_leftmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_mainmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `target` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `titre` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `langs` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `level` smallint(6) DEFAULT NULL,
      +  `leftmenu` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `perms` text COLLATE utf8_unicode_ci,
      +  `enabled` varchar(255) COLLATE utf8_unicode_ci DEFAULT '1',
      +  `usertype` int(11) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_menu_uk_menu` (`menu_handler`,`fk_menu`,`position`,`url`,`entity`),
      +  KEY `idx_menu_menuhandler_type` (`menu_handler`,`type`)
      +) ENGINE=InnoDB AUTO_INCREMENT=166517 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_menu`
      +--
      +
      +LOCK TABLES `llx_menu` WRITE;
      +/*!40000 ALTER TABLE `llx_menu` DISABLE KEYS */;
      +INSERT INTO `llx_menu` VALUES (103094,'all',2,'agenda','top','agenda',0,NULL,NULL,100,'/comm/action/index.php','','Agenda','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103095,'all',2,'agenda','left','agenda',103094,NULL,NULL,100,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Actions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103096,'all',2,'agenda','left','agenda',103095,NULL,NULL,101,'/comm/action/card.php?mainmenu=agenda&amp;leftmenu=agenda&amp;action=create','','NewAction','commercial',NULL,NULL,'($user->rights->agenda->myactions->create||$user->rights->agenda->allactions->create)','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103097,'all',2,'agenda','left','agenda',103095,NULL,NULL,102,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Calendar','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103098,'all',2,'agenda','left','agenda',103097,NULL,NULL,103,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103099,'all',2,'agenda','left','agenda',103097,NULL,NULL,104,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103100,'all',2,'agenda','left','agenda',103097,NULL,NULL,105,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103101,'all',2,'agenda','left','agenda',103097,NULL,NULL,106,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103102,'all',2,'agenda','left','agenda',103095,NULL,NULL,112,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda','','List','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103103,'all',2,'agenda','left','agenda',103102,NULL,NULL,113,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103104,'all',2,'agenda','left','agenda',103102,NULL,NULL,114,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103105,'all',2,'agenda','left','agenda',103102,NULL,NULL,115,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103106,'all',2,'agenda','left','agenda',103102,NULL,NULL,116,'/comm/action/listactions.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2013-03-13 15:29:19'),(103107,'all',2,'agenda','left','agenda',103095,NULL,NULL,120,'/comm/action/rapport/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Reportings','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$conf->agenda->enabled',2,'2013-03-13 15:29:19'),(103134,'all',2,'opensurvey','top','opensurvey',0,NULL,NULL,200,'/opensurvey/index.php','','Surveys','opensurvey',NULL,NULL,'$user->rights->opensurvey->survey->read','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103135,'all',2,'opensurvey','left','opensurvey',-1,NULL,'opensurvey',200,'/opensurvey/index.php?mainmenu=opensurvey&leftmenu=opensurvey','','Survey','opensurvey@opensurvey',NULL,'opensurvey','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103136,'all',2,'opensurvey','left','opensurvey',-1,'opensurvey','opensurvey',210,'/opensurvey/public/index.php','_blank','NewSurvey','opensurvey@opensurvey',NULL,'opensurvey_new','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(103137,'all',2,'opensurvey','left','opensurvey',-1,'opensurvey','opensurvey',220,'/opensurvey/list.php','','List','opensurvey@opensurvey',NULL,'opensurvey_list','','$conf->opensurvey->enabled',0,'2013-03-13 20:33:42'),(124179,'all',1,'cashdesk','top','cashdesk',0,NULL,NULL,100,'/cashdesk/index.php?user=__LOGIN__','pointofsale','CashDeskMenu','cashdesk',NULL,NULL,'$user->rights->cashdesk->use','$conf->cashdesk->enabled',0,'2015-11-15 22:38:33'),(124210,'all',1,'margins','left','accountancy',-1,NULL,'accountancy',100,'/margin/index.php','','Margins','margins',NULL,'margins','$user->rights->margins->liretous','$conf->margin->enabled',2,'2015-11-15 22:41:47'),(145086,'all',1,'supplier_proposal','left','commercial',-1,NULL,'commercial',300,'/supplier_proposal/index.php','','SupplierProposalsShort','supplier_proposal',NULL,'supplier_proposalsubmenu','$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145087,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',301,'/supplier_proposal/card.php?action=create&amp;leftmenu=supplier_proposals','','SupplierProposalNew','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->creer','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145088,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',302,'/supplier_proposal/list.php?leftmenu=supplier_proposals','','List','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145089,'all',1,'supplier_proposal','left','commercial',-1,'supplier_proposalsubmenu','commercial',303,'/comm/propal/stats/index.php?leftmenu=supplier_proposals&amp;mode=supplier','','Statistics','supplier_proposal',NULL,NULL,'$user->rights->supplier_proposal->lire','$conf->supplier_proposal->enabled',2,'2016-07-30 11:13:20'),(145090,'all',1,'resource','left','tools',-1,NULL,'tools',100,'/resource/list.php','','MenuResourceIndex','resource',NULL,'resource','$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145091,'all',1,'resource','left','tools',-1,'resource','tools',101,'/resource/add.php','','MenuResourceAdd','resource',NULL,NULL,'$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145092,'all',1,'resource','left','tools',-1,'resource','tools',102,'/resource/list.php','','List','resource',NULL,NULL,'$user->rights->resource->read','1',0,'2016-07-30 11:13:32'),(145127,'all',1,'printing','left','home',-1,'admintools','home',300,'/printing/index.php?mainmenu=home&leftmenu=admintools','','MenuDirectPrinting','printing',NULL,NULL,'$user->rights->printing->read','$conf->printing->enabled && $leftmenu==\'admintools\'',0,'2017-01-29 15:12:44'),(161088,'auguria',1,'','top','home',0,NULL,NULL,10,'/index.php?mainmenu=home&amp;leftmenu=','','Home','',-1,'','','1',2,'2017-08-30 15:14:30'),(161089,'auguria',1,'societe|fournisseur','top','companies',0,NULL,NULL,20,'/societe/index.php?mainmenu=companies&amp;leftmenu=','','ThirdParties','companies',-1,'','$user->rights->societe->lire || $user->rights->societe->contact->lire','( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)',2,'2017-08-30 15:14:30'),(161090,'auguria',1,'product|service','top','products',0,NULL,NULL,30,'/product/index.php?mainmenu=products&amp;leftmenu=','','Products/Services','products',-1,'','$user->rights->produit->lire||$user->rights->service->lire','$conf->product->enabled || $conf->service->enabled',0,'2017-08-30 15:14:30'),(161092,'auguria',1,'propal|commande|fournisseur|contrat|ficheinter','top','commercial',0,NULL,NULL,40,'/comm/index.php?mainmenu=commercial&amp;leftmenu=','','Commercial','commercial',-1,'','$user->rights->societe->lire || $user->rights->societe->contact->lire','$conf->propal->enabled || $conf->commande->enabled || $conf->supplier_order->enabled || $conf->contrat->enabled || $conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(161093,'auguria',1,'comptabilite|accounting|facture|don|tax|salaries|loan','top','accountancy',0,NULL,NULL,50,'/compta/index.php?mainmenu=accountancy&amp;leftmenu=','','MenuFinancial','compta',-1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->plancompte->lire || $user->rights->facture->lire|| $user->rights->don->lire || $user->rights->tax->charges->lire || $user->rights->salaries->read || $user->rights->loan->read','$conf->comptabilite->enabled || $conf->accounting->enabled || $conf->facture->enabled || $conf->don->enabled  || $conf->tax->enabled || $conf->salaries->enabled || $conf->supplier_invoice->enabled || $conf->loan->enabled',2,'2017-08-30 15:14:30'),(161094,'auguria',1,'projet','top','project',0,NULL,NULL,70,'/projet/index.php?mainmenu=project&amp;leftmenu=','','Projects','projects',-1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(161095,'auguria',1,'mailing|export|import|opensurvey|resource','top','tools',0,NULL,NULL,90,'/core/tools.php?mainmenu=tools&amp;leftmenu=','','Tools','other',-1,'','$user->rights->mailing->lire || $user->rights->export->lire || $user->rights->import->run || $user->rights->opensurvey->read || $user->rights->resource->read','$conf->mailing->enabled || $conf->export->enabled || $conf->import->enabled || $conf->opensurvey->enabled || $conf->resource->enabled',2,'2017-08-30 15:14:30'),(161101,'auguria',1,'banque|prelevement','top','bank',0,NULL,NULL,60,'/compta/bank/index.php?mainmenu=bank&amp;leftmenu=bank','','MenuBankCash','banks',-1,'','$user->rights->banque->lire || $user->rights->prelevement->bons->lire','$conf->banque->enabled || $conf->prelevement->enabled',0,'2017-08-30 15:14:30'),(161102,'auguria',1,'hrm|holiday|deplacement|expensereport','top','hrm',0,NULL,NULL,80,'/hrm/index.php?mainmenu=hrm&amp;leftmenu=','','HRM','holiday',-1,'','$user->rights->hrm->employee->read || $user->rights->holiday->write || $user->rights->deplacement->lire || $user->rights->expensereport->lire','$conf->hrm->enabled || $conf->holiday->enabled || $conf->deplacement->enabled || $conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(161177,'auguria',1,'','left','home',161088,NULL,NULL,0,'/index.php','','MyDashboard','',0,'','','1',2,'2017-08-30 15:14:30'),(161187,'auguria',1,'','left','home',161088,NULL,NULL,1,'/admin/index.php?leftmenu=setup','','Setup','admin',0,'setup','','$user->admin',2,'2017-08-30 15:14:30'),(161188,'auguria',1,'','left','home',161187,NULL,NULL,1,'/admin/company.php?leftmenu=setup','','MenuCompanySetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161189,'auguria',1,'','left','home',161187,NULL,NULL,4,'/admin/ihm.php?leftmenu=setup','','GUISetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161190,'auguria',1,'','left','home',161187,NULL,NULL,2,'/admin/modules.php?leftmenu=setup','','Modules','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161191,'auguria',1,'','left','home',161187,NULL,NULL,6,'/admin/boxes.php?leftmenu=setup','','Boxes','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161192,'auguria',1,'','left','home',161187,NULL,NULL,3,'/admin/menus.php?leftmenu=setup','','Menus','admin',1,'','','$leftmenu==\'setup\'',2,'2017-09-06 08:29:47'),(161193,'auguria',1,'','left','home',161187,NULL,NULL,7,'/admin/delais.php?leftmenu=setup','','Alerts','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161194,'auguria',1,'','left','home',161187,NULL,NULL,10,'/admin/pdf.php?leftmenu=setup','','PDF','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161195,'auguria',1,'','left','home',161187,NULL,NULL,8,'/admin/security_other.php?leftmenu=setup','','Security','admin',1,'','','$leftmenu==\'setup\'',2,'2017-09-06 08:29:36'),(161196,'auguria',1,'','left','home',161187,NULL,NULL,11,'/admin/mails.php?leftmenu=setup','','Emails','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161197,'auguria',1,'','left','home',161187,NULL,NULL,9,'/admin/limits.php?leftmenu=setup','','MenuLimits','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161198,'auguria',1,'','left','home',161187,NULL,NULL,13,'/admin/dict.php?leftmenu=setup','','Dictionary','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161199,'auguria',1,'','left','home',161187,NULL,NULL,14,'/admin/const.php?leftmenu=setup','','OtherSetup','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161200,'auguria',1,'','left','home',161187,NULL,NULL,12,'/admin/sms.php?leftmenu=setup','','SMS','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161201,'auguria',1,'','left','home',161187,NULL,NULL,4,'/admin/translation.php?leftmenu=setup','','Translation','admin',1,'','','$leftmenu==\"setup\"',2,'2017-08-30 15:14:30'),(161288,'auguria',1,'','left','home',161387,NULL,NULL,0,'/admin/system/dolibarr.php?leftmenu=admintools','','InfoDolibarr','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161289,'auguria',1,'','left','home',161288,NULL,NULL,2,'/admin/system/modules.php?leftmenu=admintools','','Modules','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161290,'auguria',1,'','left','home',161288,NULL,NULL,3,'/admin/triggers.php?leftmenu=admintools','','Triggers','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161291,'auguria',1,'','left','home',161288,NULL,NULL,4,'/admin/system/filecheck.php?leftmenu=admintools','','FileCheck','admin',2,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161292,'auguria',1,'','left','home',161387,NULL,NULL,1,'/admin/system/browser.php?leftmenu=admintools','','InfoBrowser','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161293,'auguria',1,'','left','home',161387,NULL,NULL,2,'/admin/system/os.php?leftmenu=admintools','','InfoOS','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161294,'auguria',1,'','left','home',161387,NULL,NULL,3,'/admin/system/web.php?leftmenu=admintools','','InfoWebServer','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161295,'auguria',1,'','left','home',161387,NULL,NULL,4,'/admin/system/phpinfo.php?leftmenu=admintools','','InfoPHP','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161297,'auguria',1,'','left','home',161387,NULL,NULL,5,'/admin/system/database.php?leftmenu=admintools','','InfoDatabase','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161387,'auguria',1,'','left','home',161088,NULL,NULL,2,'/admin/tools/index.php?leftmenu=admintools','','AdminTools','admin',0,'admintools','','$user->admin',2,'2017-08-30 15:14:30'),(161388,'auguria',1,'','left','home',161387,NULL,NULL,6,'/admin/tools/dolibarr_export.php?leftmenu=admintools','','Backup','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161389,'auguria',1,'','left','home',161387,NULL,NULL,7,'/admin/tools/dolibarr_import.php?leftmenu=admintools','','Restore','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161392,'auguria',1,'','left','home',161387,NULL,NULL,8,'/admin/tools/update.php?leftmenu=admintools','','MenuUpgrade','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161393,'auguria',1,'','left','home',161387,NULL,NULL,9,'/admin/tools/eaccelerator.php?leftmenu=admintools','','EAccelerator','admin',1,'','','$leftmenu==\"admintools\" && function_exists(\"eaccelerator_info\")',2,'2017-08-30 15:14:30'),(161394,'auguria',1,'','left','home',161387,NULL,NULL,10,'/admin/tools/listevents.php?leftmenu=admintools','','Audit','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161395,'auguria',1,'','left','home',161387,NULL,NULL,11,'/admin/tools/listsessions.php?leftmenu=admintools','','Sessions','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161396,'auguria',1,'','left','home',161387,NULL,NULL,12,'/admin/tools/purge.php?leftmenu=admintools','','Purge','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161398,'auguria',1,'','left','home',161387,NULL,NULL,14,'/admin/system/about.php?leftmenu=admintools','','ExternalResources','admin',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161407,'auguria',1,'','left','home',161387,NULL,NULL,15,'/product/admin/product_tools.php?mainmenu=home&amp;leftmenu=admintools','','ProductVatMassChange','products',1,'','','$leftmenu==\"admintools\"',2,'2017-08-30 15:14:30'),(161487,'auguria',1,'','left','home',161088,NULL,NULL,4,'/user/home.php?leftmenu=users','','MenuUsersAndGroups','users',0,'users','','1',2,'2017-08-30 15:14:30'),(161488,'auguria',1,'','left','home',161487,NULL,NULL,0,'/user/index.php?leftmenu=users','','Users','users',1,'','$user->rights->user->user->lire || $user->admin','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161489,'auguria',1,'','left','home',161488,NULL,NULL,0,'/user/card.php?leftmenu=users&amp;action=create','','NewUser','users',2,'','($user->rights->user->user->creer || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161490,'auguria',1,'','left','home',161487,NULL,NULL,1,'/user/group/index.php?leftmenu=users','','Groups','users',1,'','(($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)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161491,'auguria',1,'','left','home',161490,NULL,NULL,0,'/user/group/card.php?leftmenu=users&amp;action=create','','NewGroup','users',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)','$leftmenu==\"users\"',2,'2017-08-30 15:14:30'),(161587,'auguria',1,'','left','companies',161089,NULL,NULL,0,'/societe/index.php?leftmenu=thirdparties','','ThirdParty','companies',0,'thirdparties','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161588,'auguria',1,'','left','companies',161587,NULL,NULL,0,'/societe/card.php?action=create','','MenuNewThirdParty','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161589,'auguria',1,'','left','companies',161587,NULL,NULL,0,'/societe/list.php?action=create','','List','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161590,'auguria',1,'','left','companies',161587,NULL,NULL,5,'/societe/list.php?type=f&leftmenu=suppliers','','ListSuppliersShort','suppliers',1,'','$user->rights->societe->lire && $user->rights->fournisseur->lire','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161591,'auguria',1,'','left','companies',161590,NULL,NULL,0,'/societe/card.php?leftmenu=supplier&amp;action=create&amp;type=f','','NewSupplier','suppliers',2,'','$user->rights->societe->creer','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161593,'auguria',1,'','left','companies',161587,NULL,NULL,3,'/societe/list.php?type=p&leftmenu=prospects','','ListProspectsShort','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161594,'auguria',1,'','left','companies',161593,NULL,NULL,0,'/societe/card.php?leftmenu=prospects&amp;action=create&amp;type=p','','MenuNewProspect','companies',2,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161596,'auguria',1,'','left','companies',161587,NULL,NULL,4,'/societe/list.php?type=c&leftmenu=customers','','ListCustomersShort','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161597,'auguria',1,'','left','companies',161596,NULL,NULL,0,'/societe/card.php?leftmenu=customers&amp;action=create&amp;type=c','','MenuNewCustomer','companies',2,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161687,'auguria',1,'','left','companies',161089,NULL,NULL,1,'/contact/list.php?leftmenu=contacts','','ContactsAddresses','companies',0,'contacts','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161688,'auguria',1,'','left','companies',161687,NULL,NULL,0,'/contact/card.php?leftmenu=contacts&amp;action=create','','NewContactAddress','companies',1,'','$user->rights->societe->creer','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161689,'auguria',1,'','left','companies',161687,NULL,NULL,1,'/contact/list.php?leftmenu=contacts','','List','companies',1,'','$user->rights->societe->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161691,'auguria',1,'','left','companies',161689,NULL,NULL,1,'/contact/list.php?leftmenu=contacts&amp;type=p','','ThirdPartyProspects','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161692,'auguria',1,'','left','companies',161689,NULL,NULL,2,'/contact/list.php?leftmenu=contacts&amp;type=c','','ThirdPartyCustomers','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161693,'auguria',1,'','left','companies',161689,NULL,NULL,3,'/contact/list.php?leftmenu=contacts&amp;type=f','','ThirdPartySuppliers','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled && $conf->fournisseur->enabled',2,'2017-08-30 15:14:30'),(161694,'auguria',1,'','left','companies',161689,NULL,NULL,4,'/contact/list.php?leftmenu=contacts&amp;type=o','','Others','companies',2,'','$user->rights->societe->contact->lire','$conf->societe->enabled',2,'2017-08-30 15:14:30'),(161737,'auguria',1,'','left','companies',161089,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=1','','SuppliersCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161738,'auguria',1,'','left','companies',161737,NULL,NULL,0,'/categories/card.php?action=create&amp;type=1','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161747,'auguria',1,'','left','companies',161089,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=2','','CustomersProspectsCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->fournisseur->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161748,'auguria',1,'','left','companies',161747,NULL,NULL,0,'/categories/card.php?action=create&amp;type=2','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->fournisseur->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161757,'auguria',1,'','left','companies',161089,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=4','','ContactCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(161758,'auguria',1,'','left','companies',161757,NULL,NULL,0,'/categories/card.php?action=create&amp;type=4','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->societe->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(162187,'auguria',1,'','left','commercial',161092,NULL,NULL,4,'/comm/propal/index.php?leftmenu=propals','','Prop','propal',0,'propals','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162188,'auguria',1,'','left','commercial',162187,NULL,NULL,0,'/comm/propal/card.php?action=create&amp;leftmenu=propals','','NewPropal','propal',1,'','$user->rights->propale->creer','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162189,'auguria',1,'','left','commercial',162187,NULL,NULL,1,'/comm/propal/list.php?leftmenu=propals','','List','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162190,'auguria',1,'','left','commercial',162189,NULL,NULL,2,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=0','','PropalsDraft','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162191,'auguria',1,'','left','commercial',162189,NULL,NULL,3,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=1','','PropalsOpened','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162192,'auguria',1,'','left','commercial',162189,NULL,NULL,4,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=2','','PropalStatusSigned','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162193,'auguria',1,'','left','commercial',162189,NULL,NULL,5,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=3','','PropalStatusNotSigned','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162194,'auguria',1,'','left','commercial',162189,NULL,NULL,6,'/comm/propal/list.php?leftmenu=propals&amp;viewstatut=4','','PropalStatusBilled','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled && $leftmenu==\"propals\"',2,'2017-08-30 15:14:30'),(162197,'auguria',1,'','left','commercial',162187,NULL,NULL,4,'/comm/propal/stats/index.php?leftmenu=propals','','Statistics','propal',1,'','$user->rights->propale->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(162287,'auguria',1,'','left','commercial',161092,NULL,NULL,5,'/commande/index.php?leftmenu=orders','','CustomersOrders','orders',0,'orders','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162288,'auguria',1,'','left','commercial',162287,NULL,NULL,0,'/commande/card.php?action=create&amp;leftmenu=orders','','NewOrder','orders',1,'','$user->rights->commande->creer','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162289,'auguria',1,'','left','commercial',162287,NULL,NULL,1,'/commande/list.php?leftmenu=orders','','List','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162290,'auguria',1,'','left','commercial',162289,NULL,NULL,2,'/commande/list.php?leftmenu=orders&amp;viewstatut=0','','StatusOrderDraftShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162291,'auguria',1,'','left','commercial',162289,NULL,NULL,3,'/commande/list.php?leftmenu=orders&amp;viewstatut=1','','StatusOrderValidated','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162292,'auguria',1,'','left','commercial',162289,NULL,NULL,4,'/commande/list.php?leftmenu=orders&amp;viewstatut=2','','StatusOrderOnProcessShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162293,'auguria',1,'','left','commercial',162289,NULL,NULL,5,'/commande/list.php?leftmenu=orders&amp;viewstatut=3','','StatusOrderToBill','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162294,'auguria',1,'','left','commercial',162289,NULL,NULL,6,'/commande/list.php?leftmenu=orders&amp;viewstatut=4','','StatusOrderProcessed','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162295,'auguria',1,'','left','commercial',162289,NULL,NULL,7,'/commande/list.php?leftmenu=orders&amp;viewstatut=-1','','StatusOrderCanceledShort','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled && $leftmenu==\"orders\"',2,'2017-08-30 15:14:30'),(162296,'auguria',1,'','left','commercial',162287,NULL,NULL,4,'/commande/stats/index.php?leftmenu=orders','','Statistics','orders',1,'','$user->rights->commande->lire','$conf->commande->enabled',2,'2017-08-30 15:14:30'),(162387,'auguria',1,'','left','commercial',161090,NULL,NULL,6,'/expedition/index.php?leftmenu=sendings','','Shipments','sendings',0,'sendings','$user->rights->expedition->lire','$conf->expedition->enabled',2,'2017-08-30 15:14:30'),(162388,'auguria',1,'','left','commercial',162387,NULL,NULL,0,'/expedition/card.php?action=create2&leftmenu=sendings','','NewSending','sendings',1,'','$user->rights->expedition->creer','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162389,'auguria',1,'','left','commercial',162387,NULL,NULL,1,'/expedition/list.php?leftmenu=sendings','','List','sendings',1,'','$user->rights->expedition->lire','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162390,'auguria',1,'','left','commercial',162387,NULL,NULL,2,'/expedition/stats/index.php?leftmenu=sendings','','Statistics','sendings',1,'','$user->rights->expedition->lire','$conf->expedition->enabled && $leftmenu==\"sendings\"',2,'2017-08-30 15:14:30'),(162487,'auguria',1,'','left','commercial',161092,NULL,NULL,7,'/contrat/index.php?leftmenu=contracts','','Contracts','contracts',0,'contracts','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162488,'auguria',1,'','left','commercial',162487,NULL,NULL,0,'/contrat/card.php?&action=create&amp;leftmenu=contracts','','NewContract','contracts',1,'','$user->rights->contrat->creer','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162489,'auguria',1,'','left','commercial',162487,NULL,NULL,1,'/contrat/list.php?leftmenu=contracts','','List','contracts',1,'','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162490,'auguria',1,'','left','commercial',162487,NULL,NULL,2,'/contrat/services.php?leftmenu=contracts','','MenuServices','contracts',1,'','$user->rights->contrat->lire','$conf->contrat->enabled',2,'2017-08-30 15:14:30'),(162491,'auguria',1,'','left','commercial',162490,NULL,NULL,0,'/contrat/services.php?leftmenu=contracts&amp;mode=0','','MenuInactiveServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162492,'auguria',1,'','left','commercial',162490,NULL,NULL,1,'/contrat/services.php?leftmenu=contracts&amp;mode=4','','MenuRunningServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162493,'auguria',1,'','left','commercial',162490,NULL,NULL,2,'/contrat/services.php?leftmenu=contracts&amp;mode=4&amp;filter=expired','','MenuExpiredServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162494,'auguria',1,'','left','commercial',162490,NULL,NULL,3,'/contrat/services.php?leftmenu=contracts&amp;mode=5','','MenuClosedServices','contracts',2,'','$user->rights->contrat->lire','$conf->contrat->enabled && $leftmenu==\"contracts\"',2,'2017-08-30 15:14:30'),(162587,'auguria',1,'','left','commercial',161092,NULL,NULL,8,'/fichinter/list.php?leftmenu=ficheinter','','Interventions','interventions',0,'ficheinter','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162588,'auguria',1,'','left','commercial',162587,NULL,NULL,0,'/fichinter/card.php?action=create&amp;leftmenu=ficheinter','','NewIntervention','interventions',1,'','$user->rights->ficheinter->creer','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162589,'auguria',1,'','left','commercial',162587,NULL,NULL,1,'/fichinter/list.php?leftmenu=ficheinter','','List','interventions',1,'','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162590,'auguria',1,'','left','commercial',162587,NULL,NULL,2,'/fichinter/stats/index.php?leftmenu=ficheinter','','Statistics','interventions',1,'','$user->rights->ficheinter->lire','$conf->ficheinter->enabled',2,'2017-08-30 15:14:30'),(162687,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/fourn/facture/list.php?leftmenu=suppliers_bills','','BillsSuppliers','bills',0,'supplier_bills','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162688,'auguria',1,'','left','accountancy',162687,NULL,NULL,0,'/fourn/facture/card.php?action=create&amp;leftmenu=suppliers_bills','','NewBill','bills',1,'','$user->rights->fournisseur->facture->creer','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162689,'auguria',1,'','left','accountancy',162687,NULL,NULL,1,'/fourn/facture/list.php?leftmenu=suppliers_bills','','List','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162690,'auguria',1,'','left','accountancy',162687,NULL,NULL,2,'/fourn/facture/paiement.php?leftmenu=suppliers_bills','','Payments','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162691,'auguria',1,'','left','accountancy',162687,NULL,NULL,8,'/compta/facture/stats/index.php?leftmenu=customers_bills&mode=supplier','','Statistics','bills',1,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162692,'auguria',1,'','left','accountancy',162690,NULL,NULL,1,'/fourn/facture/rapport.php?leftmenu=suppliers_bills','','Reporting','bills',2,'','$user->rights->fournisseur->facture->lire','$conf->supplier_invoice->enabled',2,'2017-08-30 15:14:30'),(162787,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/compta/facture/list.php?leftmenu=customers_bills','','BillsCustomers','bills',0,'customer_bills','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162788,'auguria',1,'','left','accountancy',162787,NULL,NULL,3,'/compta/facture/card.php?action=create&amp;leftmenu=customers_bills','','NewBill','bills',1,'','$user->rights->facture->creer','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162789,'auguria',1,'','left','accountancy',162787,NULL,NULL,5,'/compta/facture/fiche-rec.php?leftmenu=customers_bills','','ListOfTemplates','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162791,'auguria',1,'','left','accountancy',162787,NULL,NULL,6,'/compta/paiement/list.php?leftmenu=customers_bills','','Payments','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162792,'auguria',1,'','left','accountancy',162787,NULL,NULL,4,'/compta/facture/list.php?leftmenu=customers_bills','','List','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162797,'auguria',1,'','left','accountancy',162791,NULL,NULL,1,'/compta/paiement/rapport.php?leftmenu=customers_bills','','Reportings','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162798,'auguria',1,'','left','accountancy',161101,NULL,NULL,9,'/compta/paiement/cheque/index.php?leftmenu=checks&amp;mainmenu=bank','','MenuChequeDeposits','bills',0,'checks','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162799,'auguria',1,'','left','accountancy',162798,NULL,NULL,0,'/compta/paiement/cheque/card.php?leftmenu=checks&amp;action=new','','NewCheckDeposit','compta',1,'','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162800,'auguria',1,'','left','accountancy',162798,NULL,NULL,1,'/compta/paiement/cheque/list.php?leftmenu=checks','','List','bills',1,'','$user->rights->banque->lire','empty($conf->global->BANK_DISABLE_CHECK_DEPOSIT) && ! empty($conf->banque->enabled) && (! empty($conf->facture->enabled) || ! empty($conf->global->MAIN_MENU_CHEQUE_DEPOSIT_ON))',2,'2017-08-30 15:14:30'),(162801,'auguria',1,'','left','accountancy',162787,NULL,NULL,8,'/compta/facture/stats/index.php?leftmenu=customers_bills','','Statistics','bills',1,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162807,'auguria',1,'','left','accountancy',162792,NULL,NULL,1,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=0','','BillShortStatusDraft','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162808,'auguria',1,'','left','accountancy',162792,NULL,NULL,2,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=1','','BillShortStatusNotPaid','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162809,'auguria',1,'','left','accountancy',162792,NULL,NULL,3,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=2','','BillShortStatusPaid','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162810,'auguria',1,'','left','accountancy',162792,NULL,NULL,4,'/compta/facture/list.php?leftmenu=customers_bills&amp;search_status=3','','BillShortStatusCanceled','bills',2,'','$user->rights->facture->lire','$conf->facture->enabled',2,'2017-08-30 15:14:30'),(162987,'auguria',1,'','left','accountancy',161093,NULL,NULL,3,'/commande/list.php?leftmenu=orders&amp;viewstatut=3','','MenuOrdersToBill','orders',0,'orders','$user->rights->commande->lire','$conf->commande->enabled',0,'2017-08-30 15:14:30'),(163087,'auguria',1,'','left','accountancy',161093,NULL,NULL,4,'/don/index.php?leftmenu=donations&amp;mainmenu=accountancy','','Donations','donations',0,'donations','$user->rights->don->lire','$conf->don->enabled',2,'2017-08-30 15:14:30'),(163088,'auguria',1,'','left','accountancy',163087,NULL,NULL,0,'/don/card.php?leftmenu=donations&amp;mainmenu=accountancy&amp;action=create','','NewDonation','donations',1,'','$user->rights->don->creer','$conf->don->enabled && $leftmenu==\"donations\"',2,'2017-08-30 15:14:30'),(163089,'auguria',1,'','left','accountancy',163087,NULL,NULL,1,'/don/list.php?leftmenu=donations&amp;mainmenu=accountancy','','List','donations',1,'','$user->rights->don->lire','$conf->don->enabled && $leftmenu==\"donations\"',2,'2017-08-30 15:14:30'),(163187,'auguria',1,'','left','accountancy',161102,NULL,NULL,5,'/compta/deplacement/index.php?leftmenu=tripsandexpenses','','TripsAndExpenses','trips',0,'tripsandexpenses','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163188,'auguria',1,'','left','accountancy',163187,NULL,NULL,1,'/compta/deplacement/card.php?action=create&amp;leftmenu=tripsandexpenses','','New','trips',1,'','$user->rights->deplacement->creer','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163189,'auguria',1,'','left','accountancy',163187,NULL,NULL,2,'/compta/deplacement/list.php?leftmenu=tripsandexpenses','','List','trips',1,'','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163190,'auguria',1,'','left','accountancy',163187,NULL,NULL,2,'/compta/deplacement/stats/index.php?leftmenu=tripsandexpenses','','Statistics','trips',1,'','$user->rights->deplacement->lire','$conf->deplacement->enabled',0,'2017-08-30 15:14:30'),(163287,'auguria',1,'','left','accountancy',161093,NULL,NULL,6,'/compta/charges/index.php?leftmenu=tax&amp;mainmenu=accountancy','','MenuSpecialExpenses','compta',0,'tax','(! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && $user->rights->salaries->read)','$conf->tax->enabled || $conf->salaries->enabled',0,'2017-08-30 15:14:30'),(163297,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=accountancy','','Salaries','salaries',1,'tax_sal','$user->rights->salaries->payment->read','$conf->salaries->enabled',0,'2017-08-30 15:14:30'),(163298,'auguria',1,'','left','accountancy',163297,NULL,NULL,2,'/compta/salaries/card.php?leftmenu=tax_salary&amp;action=create','','NewPayment','companies',2,'','$user->rights->salaries->payment->write','$conf->salaries->enabled && $leftmenu==\"tax_salary\"',0,'2017-08-30 15:14:30'),(163299,'auguria',1,'','left','accountancy',163297,NULL,NULL,3,'/compta/salaries/index.php?leftmenu=tax_salary','','Payments','companies',2,'','$user->rights->salaries->payment->read','$conf->salaries->enabled && $leftmenu==\"tax_salary\"',0,'2017-08-30 15:14:30'),(163307,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/loan/index.php?leftmenu=tax_loan&amp;mainmenu=accountancy','','Loans','loan',1,'tax_loan','$user->rights->loan->read','$conf->loan->enabled',0,'2017-08-30 15:14:30'),(163308,'auguria',1,'','left','accountancy',163307,NULL,NULL,2,'/loan/card.php?leftmenu=tax_loan&amp;action=create','','NewLoan','loan',2,'','$user->rights->loan->write','$conf->loan->enabled && $leftmenu==\"tax_loan\"',0,'2017-08-30 15:14:30'),(163310,'auguria',1,'','left','accountancy',163307,NULL,NULL,4,'/loan/calc.php?leftmenu=tax_loan','','Calculator','companies',2,'','$user->rights->loan->calc','$conf->loan->enabled && $leftmenu==\"tax_loan\" && ! empty($conf->global->LOAN_SHOW_CALCULATOR)',0,'2017-08-30 15:14:30'),(163337,'auguria',1,'','left','accountancy',163287,NULL,NULL,1,'/compta/sociales/index.php?leftmenu=tax_social','','SocialContributions','',1,'tax_social','$user->rights->tax->charges->lire','$conf->tax->enabled',0,'2017-08-30 15:14:30'),(163338,'auguria',1,'','left','accountancy',163337,NULL,NULL,2,'/compta/sociales/card.php?leftmenu=tax_social&amp;action=create','','MenuNewSocialContribution','',2,'','$user->rights->tax->charges->creer','$conf->tax->enabled && $leftmenu==\"tax_social\"',0,'2017-08-30 15:14:30'),(163339,'auguria',1,'','left','accountancy',163337,NULL,NULL,3,'/compta/sociales/payments.php?leftmenu=tax_social&amp;mainmenu=accountancy&amp;mode=sconly','','Payments','',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && $leftmenu==\"tax_social\"',0,'2017-08-30 15:14:30'),(163387,'auguria',1,'','left','accountancy',163287,NULL,NULL,7,'/compta/tva/index.php?leftmenu=tax_vat&amp;mainmenu=accountancy','','VAT','companies',1,'tax_vat','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS)',0,'2017-08-30 15:14:30'),(163388,'auguria',1,'','left','accountancy',163387,NULL,NULL,0,'/compta/tva/card.php?leftmenu=tax_vat&amp;action=create','','New','companies',2,'','$user->rights->tax->charges->creer','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163389,'auguria',1,'','left','accountancy',163387,NULL,NULL,1,'/compta/tva/reglement.php?leftmenu=tax_vat','','List','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163390,'auguria',1,'','left','accountancy',163387,NULL,NULL,2,'/compta/tva/clients.php?leftmenu=tax_vat','','ReportByCustomers','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163391,'auguria',1,'','left','accountancy',163387,NULL,NULL,3,'/compta/tva/quadri_detail.php?leftmenu=tax_vat','','ReportByQuarter','companies',2,'','$user->rights->tax->charges->lire','$conf->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu==\"tax_vat\"',0,'2017-08-30 15:14:30'),(163487,'auguria',1,'','left','accountancy',161093,NULL,NULL,7,'/accountancy/index.php?leftmenu=accountancy','','MenuAccountancy','accountancy',0,'accounting','! empty($conf->accounting->enabled) || $user->rights->accounting->bind->write || $user->rights->accounting->bind->write || $user->rights->compta->resultat->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163488,'auguria',1,'','left','accountancy',163487,NULL,NULL,2,'/accountancy/customer/index.php?leftmenu=dispatch_customer','','CustomersVentilation','accountancy',1,'dispatch_customer','$user->rights->accounting->bind->write','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163489,'auguria',1,'','left','accountancy',163488,NULL,NULL,3,'/accountancy/customer/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $leftmenu==\"dispatch_customer\"',0,'2017-08-30 15:14:30'),(163490,'auguria',1,'','left','accountancy',163488,NULL,NULL,4,'/accountancy/customer/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $leftmenu==\"dispatch_customer\"',0,'2017-08-30 15:14:30'),(163497,'auguria',1,'','left','accountancy',163487,NULL,NULL,5,'/accountancy/supplier/index.php?leftmenu=dispatch_supplier','','SuppliersVentilation','accountancy',1,'ventil_supplier','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled',0,'2017-08-30 15:14:30'),(163498,'auguria',1,'','left','accountancy',163497,NULL,NULL,6,'/accountancy/supplier/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu==\"dispatch_supplier\"',0,'2017-08-30 15:14:30'),(163499,'auguria',1,'','left','accountancy',163497,NULL,NULL,7,'/accountancy/supplier/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->fournisseur->enabled && $leftmenu==\"dispatch_supplier\"',0,'2017-08-30 15:14:30'),(163507,'auguria',1,'','left','accountancy',163487,NULL,NULL,5,'/accountancy/expensereport/index.php?leftmenu=dispatch_expensereport','','ExpenseReportsVentilation','accountancy',1,'ventil_expensereport','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(163508,'auguria',1,'','left','accountancy',163507,NULL,NULL,6,'/accountancy/expensereport/list.php','','ToDispatch','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"dispatch_expensereport\"',0,'2017-08-30 15:14:30'),(163509,'auguria',1,'','left','accountancy',163507,NULL,NULL,7,'/accountancy/expensereport/lines.php','','Dispatched','accountancy',2,'','$user->rights->accounting->bind->write','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"dispatch_expensereport\"',0,'2017-08-30 15:14:30'),(163517,'auguria',1,'','left','accountancy',163487,NULL,NULL,15,'/accountancy/bookkeeping/list.php','','Bookkeeping','accountancy',1,'bookkeeping','$user->rights->accounting->mouvements->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163522,'auguria',1,'','left','accountancy',163487,NULL,NULL,16,'/accountancy/bookkeeping/balance.php','','AccountBalance','accountancy',1,'balance','$user->rights->accounting->mouvements->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163527,'auguria',1,'','left','accountancy',163487,NULL,NULL,17,'/accountancy/report/result.php?mainmenu=accountancy&leftmenu=accountancy','','Reportings','main',1,'report','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163528,'auguria',1,'','left','accountancy',163527,NULL,NULL,19,'/compta/resultat/index.php?mainmenu=accountancy&leftmenu=accountancy','','ReportInOut','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163529,'auguria',1,'','left','accountancy',163528,NULL,NULL,18,'/accountancy/report/result.php?mainmenu=accountancy&leftmenu=accountancy','','ByAccounts','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163530,'auguria',1,'','left','accountancy',163528,NULL,NULL,20,'/compta/resultat/clientfourn.php?mainmenu=accountancy&leftmenu=accountancy','','ByCompanies','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163531,'auguria',1,'','left','accountancy',163527,NULL,NULL,21,'/compta/stats/index.php?mainmenu=accountancy&leftmenu=accountancy','','ReportTurnover','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163532,'auguria',1,'','left','accountancy',163531,NULL,NULL,22,'/compta/stats/casoc.php?mainmenu=accountancy&leftmenu=accountancy','','ByCompanies','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163533,'auguria',1,'','left','accountancy',163531,NULL,NULL,23,'/compta/stats/cabyuser.php?mainmenu=accountancy&leftmenu=accountancy','','ByUsers','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163534,'auguria',1,'','left','accountancy',163531,NULL,NULL,24,'/compta/stats/cabyprodserv.php?mainmenu=accountancy&leftmenu=accountancy','','ByProductsAndServices','main',3,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled && $leftmenu==\"accountancy\"',0,'2017-08-30 15:14:30'),(163537,'auguria',1,'','left','accountancy',163538,NULL,NULL,80,'/accountancy/admin/fiscalyear.php?mainmenu=accountancy&leftmenu=accountancy_admin','','FiscalPeriod','admin',1,'accountancy_admin_period','','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\" && $conf->global->MAIN_FEATURES_LEVEL > 0',2,'2017-08-30 15:14:30'),(163538,'auguria',1,'','left','accountancy',163487,NULL,NULL,1,'/accountancy/index.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Setup','accountancy',1,'accountancy_admin','$user->rights->accounting->chartofaccount','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163541,'auguria',1,'','left','accountancy',163538,NULL,NULL,10,'/accountancy/admin/journals_list.php?id=35&mainmenu=accountancy&leftmenu=accountancy_admin','','AccountingJournals','accountancy',2,'accountancy_admin_journal','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163542,'auguria',1,'','left','accountancy',163538,NULL,NULL,20,'/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Pcg_version','accountancy',2,'accountancy_admin_chartmodel','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163543,'auguria',1,'','left','accountancy',163538,NULL,NULL,30,'/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin','','Chartofaccounts','accountancy',2,'accountancy_admin_chart','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163544,'auguria',1,'','left','accountancy',163538,NULL,NULL,40,'/accountancy/admin/categories_list.php?id=32&mainmenu=accountancy&leftmenu=accountancy_admin','','AccountingCategory','accountancy',2,'accountancy_admin_chart_group','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163545,'auguria',1,'','left','accountancy',163538,NULL,NULL,50,'/accountancy/admin/defaultaccounts.php?mainmenu=accountancy&leftmenu=accountancy_admin','','MenuDefaultAccounts','accountancy',2,'accountancy_admin_default','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163546,'auguria',1,'','left','accountancy',163538,NULL,NULL,60,'/admin/dict.php?id=10&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuVatAccounts','accountancy',2,'accountancy_admin_vat','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163547,'auguria',1,'','left','accountancy',163538,NULL,NULL,70,'/admin/dict.php?id=7&from=accountancy&search_country_id=__MYCOUNTRYID__&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuTaxAccounts','accountancy',2,'accountancy_admin_tax','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163548,'auguria',1,'','left','accountancy',163538,NULL,NULL,80,'/admin/dict.php?id=17&from=accountancy&mainmenu=accountancy&leftmenu=accountancy_admin','','MenuExpenseReportAccounts','accountancy',2,'accountancy_admin_expensereport','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $conf->expensereport->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163549,'auguria',1,'','left','accountancy',163538,NULL,NULL,90,'/accountancy/admin/productaccount.php?mainmenu=accountancy&leftmenu=accountancy_admin','','MenuProductsAccounts','accountancy',2,'accountancy_admin_product','$user->rights->accounting->chartofaccount','$conf->accounting->enabled && $leftmenu==\"accountancy_admin\"',0,'2017-08-30 15:14:30'),(163587,'auguria',1,'','left','accountancy',161101,NULL,NULL,9,'/compta/prelevement/index.php?leftmenu=withdraw&amp;mainmenu=bank','','StandingOrders','withdrawals',0,'withdraw','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled',2,'2017-08-30 15:14:30'),(163589,'auguria',1,'','left','accountancy',163587,NULL,NULL,0,'/compta/prelevement/create.php?leftmenu=withdraw','','NewStandingOrder','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163590,'auguria',1,'','left','accountancy',163587,NULL,NULL,2,'/compta/prelevement/bons.php?leftmenu=withdraw','','WithdrawalsReceipts','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163591,'auguria',1,'','left','accountancy',163587,NULL,NULL,3,'/compta/prelevement/list.php?leftmenu=withdraw','','WithdrawalsLines','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163593,'auguria',1,'','left','accountancy',163587,NULL,NULL,5,'/compta/prelevement/rejets.php?leftmenu=withdraw','','Rejects','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163594,'auguria',1,'','left','accountancy',163587,NULL,NULL,6,'/compta/prelevement/stats.php?leftmenu=withdraw','','Statistics','withdrawals',1,'','$user->rights->prelevement->bons->lire','$conf->prelevement->enabled && $leftmenu==\"withdraw\"',2,'2017-08-30 15:14:30'),(163687,'auguria',1,'','left','accountancy',161101,NULL,NULL,1,'/compta/bank/index.php?leftmenu=bank&amp;mainmenu=bank','','MenuBankCash','banks',0,'bank','$user->rights->banque->lire','$conf->banque->enabled',0,'2017-08-30 15:14:30'),(163688,'auguria',1,'','left','accountancy',163687,NULL,NULL,0,'/compta/bank/card.php?action=create&amp;leftmenu=bank','','MenuNewFinancialAccount','banks',1,'','$user->rights->banque->configurer','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163690,'auguria',1,'','left','accountancy',163687,NULL,NULL,2,'/compta/bank/bankentries.php?leftmenu=bank','','ListTransactions','banks',1,'','$user->rights->banque->lire','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163691,'auguria',1,'','left','accountancy',163687,NULL,NULL,3,'/compta/bank/budget.php?leftmenu=bank','','ListTransactionsByCategory','banks',1,'','$user->rights->banque->lire','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163693,'auguria',1,'','left','accountancy',163687,NULL,NULL,5,'/compta/bank/transfer.php?leftmenu=bank','','BankTransfers','banks',1,'','$user->rights->banque->transfer','$conf->banque->enabled && ($leftmenu==\"bank\" || $leftmenu==\"checks\" || $leftmenu==\"withdraw\")',0,'2017-08-30 15:14:30'),(163737,'auguria',1,'','left','accountancy',161101,NULL,NULL,4,'/categories/index.php?leftmenu=bank&amp;type=5','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(163738,'auguria',1,'','left','accountancy',163737,NULL,NULL,0,'/categories/card.php?leftmenu=bank&amp;action=create&amp;type=5','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(163787,'auguria',1,'','left','accountancy',161093,NULL,NULL,11,'/compta/resultat/index.php?leftmenu=ca&amp;mainmenu=accountancy','','Reportings','main',0,'ca','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled',0,'2017-08-30 15:14:30'),(163792,'auguria',1,'','left','accountancy',163487,NULL,NULL,1,'','','Journalization','main',1,'','$user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163793,'auguria',1,'','left','accountancy',163792,NULL,NULL,4,'/accountancy/journal/sellsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=1','','SellsJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163794,'auguria',1,'','left','accountancy',163792,NULL,NULL,1,'/accountancy/journal/bankjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=3','','BankJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163795,'auguria',1,'','left','accountancy',163792,NULL,NULL,2,'/accountancy/journal/expensereportsjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=6','','ExpenseReportJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163796,'auguria',1,'','left','accountancy',163792,NULL,NULL,3,'/accountancy/journal/purchasesjournal.php?mainmenu=accountancy&leftmenu=accountancy_journal&id_journal=2','','PurchasesJournal','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->accounting->enabled',0,'2017-08-30 15:14:30'),(163798,'auguria',1,'','left','accountancy',163787,NULL,NULL,0,'/compta/resultat/index.php?leftmenu=ca','','ReportInOut','main',1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163799,'auguria',1,'','left','accountancy',163788,NULL,NULL,0,'/compta/resultat/clientfourn.php?leftmenu=ca','','ByCompanies','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163800,'auguria',1,'','left','accountancy',163787,NULL,NULL,1,'/compta/stats/index.php?leftmenu=ca','','ReportTurnover','main',1,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163801,'auguria',1,'','left','accountancy',163790,NULL,NULL,0,'/compta/stats/casoc.php?leftmenu=ca','','ByCompanies','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163802,'auguria',1,'','left','accountancy',163790,NULL,NULL,1,'/compta/stats/cabyuser.php?leftmenu=ca','','ByUsers','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163803,'auguria',1,'','left','accountancy',163790,NULL,NULL,1,'/compta/stats/cabyprodserv.php?leftmenu=ca','','ByProductsAndServices','main',2,'','$user->rights->compta->resultat->lire || $user->rights->accounting->comptarapport->lire','$conf->comptabilite->enabled && $leftmenu==\"ca\"',0,'2017-08-30 15:14:30'),(163887,'auguria',1,'','left','products',161090,NULL,NULL,0,'/product/index.php?leftmenu=product&amp;type=0','','Products','products',0,'product','$user->rights->produit->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163888,'auguria',1,'','left','products',163887,NULL,NULL,0,'/product/card.php?leftmenu=product&amp;action=create&amp;type=0','','NewProduct','products',1,'','$user->rights->produit->creer','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163889,'auguria',1,'','left','products',163887,NULL,NULL,1,'/product/list.php?leftmenu=product&amp;type=0','','List','products',1,'','$user->rights->produit->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163890,'auguria',1,'','left','products',163887,NULL,NULL,4,'/product/reassort.php?type=0','','Stocks','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->product->enabled',2,'2017-08-30 15:14:30'),(163891,'auguria',1,'','left','products',163887,NULL,NULL,7,'/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=0','','Statistics','main',1,'','$user->rights->produit->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(163892,'auguria',1,'','left','products',163887,NULL,NULL,5,'/product/reassortlot.php?type=0','','StocksByLotSerial','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->productbatch->enabled',2,'2017-08-30 15:14:30'),(163893,'auguria',1,'','left','products',163887,NULL,NULL,6,'/product/stock/productlot_list.php','','LotSerial','products',1,'','$user->rights->produit->lire && $user->rights->stock->lire','$conf->productbatch->enabled',2,'2017-08-30 15:14:30'),(163987,'auguria',1,'','left','products',161090,NULL,NULL,1,'/product/index.php?leftmenu=service&amp;type=1','','Services','products',0,'service','$user->rights->service->lire','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163988,'auguria',1,'','left','products',163987,NULL,NULL,0,'/product/card.php?leftmenu=service&amp;action=create&amp;type=1','','NewService','products',1,'','$user->rights->service->creer','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163989,'auguria',1,'','left','products',163987,NULL,NULL,1,'/product/list.php?leftmenu=service&amp;type=1','','List','products',1,'','$user->rights->service->lire','$conf->service->enabled',2,'2017-08-30 15:14:30'),(163990,'auguria',1,'','left','products',163987,NULL,NULL,5,'/product/stats/card.php?id=all&amp;leftmenu=stats&amp;type=1','','Statistics','main',1,'','$user->rights->service->lire','$conf->propal->enabled',2,'2017-08-30 15:14:30'),(164187,'auguria',1,'','left','products',161090,NULL,NULL,3,'/product/stock/index.php?leftmenu=stock','','Stock','stocks',0,'stock','$user->rights->stock->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164188,'auguria',1,'','left','products',164187,NULL,NULL,0,'/product/stock/card.php?action=create','','MenuNewWarehouse','stocks',1,'','$user->rights->stock->creer','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164189,'auguria',1,'','left','products',164187,NULL,NULL,1,'/product/stock/list.php','','List','stocks',1,'','$user->rights->stock->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164191,'auguria',1,'','left','products',164187,NULL,NULL,3,'/product/stock/mouvement.php','','Movements','stocks',1,'','$user->rights->stock->mouvement->lire','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164192,'auguria',1,'','left','products',164187,NULL,NULL,4,'/product/stock/replenish.php','','Replenishments','stocks',1,'','$user->rights->stock->mouvement->creer && $user->rights->fournisseur->lire','$conf->stock->enabled && $conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(164193,'auguria',1,'','left','products',164187,NULL,NULL,5,'/product/stock/massstockmove.php','','MassStockTransferShort','stocks',1,'','$user->rights->stock->mouvement->creer','$conf->stock->enabled',2,'2017-08-30 15:14:30'),(164287,'auguria',1,'','left','products',161090,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=0','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164288,'auguria',1,'','left','products',164287,NULL,NULL,0,'/categories/card.php?action=create&amp;type=0','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164487,'auguria',1,'','left','project',161094,NULL,NULL,3,'/projet/activity/perweek.php?leftmenu=projects','','NewTimeSpent','projects',0,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164687,'auguria',1,'','left','project',161094,NULL,NULL,0,'/projet/index.php?leftmenu=projects','','Projects','projects',0,'projects','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164688,'auguria',1,'','left','project',164687,NULL,NULL,1,'/projet/card.php?leftmenu=projects&amp;action=create','','NewProject','projects',1,'','$user->rights->projet->creer','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164689,'auguria',1,'','left','project',164687,NULL,NULL,2,'/projet/list.php?leftmenu=projects','','List','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164690,'auguria',1,'','left','project',164687,NULL,NULL,3,'/projet/stats/index.php?leftmenu=projects','','Statistics','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled',2,'2017-08-30 15:14:30'),(164787,'auguria',1,'','left','project',161094,NULL,NULL,0,'/projet/activity/index.php?leftmenu=projects','','Activities','projects',0,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164788,'auguria',1,'','left','project',164787,NULL,NULL,1,'/projet/tasks.php?leftmenu=projects&amp;action=create','','NewTask','projects',1,'','$user->rights->projet->creer','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164789,'auguria',1,'','left','project',164787,NULL,NULL,2,'/projet/tasks/list.php?leftmenu=projects','','List','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164791,'auguria',1,'','left','project',164787,NULL,NULL,4,'/projet/tasks/stats/index.php?leftmenu=projects','','Statistics','projects',1,'','$user->rights->projet->lire','$conf->projet->enabled && $conf->global->PROJECT_USE_TASKS',2,'2017-08-30 15:14:30'),(164891,'auguria',1,'','left','project',161094,NULL,NULL,4,'/categories/index.php?leftmenu=cat&amp;type=6','','Categories','categories',0,'cat','$user->rights->categorie->lire','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164892,'auguria',1,'','left','project',164891,NULL,NULL,0,'/categories/card.php?action=create&amp;type=6','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->categorie->enabled',2,'2017-08-30 15:14:30'),(164987,'auguria',1,'','left','tools',161095,NULL,NULL,0,'/comm/mailing/index.php?leftmenu=mailing','','EMailings','mails',0,'mailing','$user->rights->mailing->lire','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(164988,'auguria',1,'','left','tools',164987,NULL,NULL,0,'/comm/mailing/card.php?leftmenu=mailing&amp;action=create','','NewMailing','mails',1,'','$user->rights->mailing->creer','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(164989,'auguria',1,'','left','tools',164987,NULL,NULL,1,'/comm/mailing/list.php?leftmenu=mailing','','List','mails',1,'','$user->rights->mailing->lire','$conf->mailing->enabled',0,'2017-08-30 15:14:30'),(165187,'auguria',1,'','left','tools',161095,NULL,NULL,2,'/exports/index.php?leftmenu=export','','FormatedExport','exports',0,'export','$user->rights->export->lire','$conf->export->enabled',2,'2017-08-30 15:14:30'),(165188,'auguria',1,'','left','tools',165187,NULL,NULL,0,'/exports/export.php?leftmenu=export','','NewExport','exports',1,'','$user->rights->export->creer','$conf->export->enabled',2,'2017-08-30 15:14:30'),(165217,'auguria',1,'','left','tools',161095,NULL,NULL,2,'/imports/index.php?leftmenu=import','','FormatedImport','exports',0,'import','$user->rights->import->run','$conf->import->enabled',2,'2017-08-30 15:14:30'),(165218,'auguria',1,'','left','tools',165217,NULL,NULL,0,'/imports/import.php?leftmenu=import','','NewImport','exports',1,'','$user->rights->import->run','$conf->import->enabled',2,'2017-08-30 15:14:30'),(165287,'auguria',1,'','left','members',161100,NULL,NULL,0,'/adherents/index.php?leftmenu=members&amp;mainmenu=members','','Members','members',0,'members','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165288,'auguria',1,'','left','members',165287,NULL,NULL,0,'/adherents/card.php?leftmenu=members&amp;action=create','','NewMember','members',1,'','$user->rights->adherent->creer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165289,'auguria',1,'','left','members',165287,NULL,NULL,1,'/adherents/list.php','','List','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165290,'auguria',1,'','left','members',165289,NULL,NULL,2,'/adherents/list.php?leftmenu=members&amp;statut=-1','','MenuMembersToValidate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165291,'auguria',1,'','left','members',165289,NULL,NULL,3,'/adherents/list.php?leftmenu=members&amp;statut=1','','MenuMembersValidated','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165292,'auguria',1,'','left','members',165289,NULL,NULL,4,'/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=outofdate','','MenuMembersNotUpToDate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165293,'auguria',1,'','left','members',165289,NULL,NULL,5,'/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=uptodate','','MenuMembersUpToDate','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165294,'auguria',1,'','left','members',165289,NULL,NULL,6,'/adherents/list.php?leftmenu=members&amp;statut=0','','MenuMembersResiliated','members',2,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165295,'auguria',1,'','left','members',165287,NULL,NULL,7,'/adherents/stats/geo.php?leftmenu=members&amp;mode=memberbycountry','','MenuMembersStats','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165387,'auguria',1,'','left','members',161100,NULL,NULL,1,'/adherents/index.php?leftmenu=members&amp;mainmenu=members','','Subscriptions','compta',0,'','$user->rights->adherent->cotisation->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165388,'auguria',1,'','left','members',165387,NULL,NULL,0,'/adherents/list.php?statut=-1&amp;leftmenu=accountancy&amp;mainmenu=members','','NewSubscription','compta',1,'','$user->rights->adherent->cotisation->creer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165389,'auguria',1,'','left','members',165387,NULL,NULL,1,'/adherents/subscription/list.php?leftmenu=members','','List','compta',1,'','$user->rights->adherent->cotisation->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165390,'auguria',1,'','left','members',165387,NULL,NULL,7,'/adherents/stats/index.php?leftmenu=members','','MenuMembersStats','members',1,'','$user->rights->adherent->lire','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165589,'auguria',1,'','left','members',165287,NULL,NULL,9,'/adherents/htpasswd.php?leftmenu=export','','Filehtpasswd','members',1,'','$user->rights->adherent->export','! empty($conf->global->MEMBER_LINK_TO_HTPASSWDFILE) && $conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165590,'auguria',1,'','left','members',165287,NULL,NULL,10,'/adherents/cartes/carte.php?leftmenu=export','','MembersCards','members',1,'','$user->rights->adherent->export','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165687,'auguria',1,'','left','hrm',161102,NULL,NULL,1,'/user/index.php?leftmenu=hrm&mode=employee','','Employees','hrm',0,'hrm','$user->rights->hrm->employee->read','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165688,'auguria',1,'','left','hrm',165687,NULL,NULL,1,'/user/card.php?action=create&employee=1','','NewEmployee','hrm',1,'','$user->rights->hrm->employee->write','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165689,'auguria',1,'','left','hrm',165687,NULL,NULL,2,'/user/index.php?$leftmenu=hrm&mode=employee&contextpage=employeelist','','List','hrm',1,'','$user->rights->hrm->employee->read','$conf->hrm->enabled',0,'2017-08-30 15:14:30'),(165787,'auguria',1,'','left','members',161100,NULL,NULL,5,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members','','MembersTypes','members',0,'setup','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165788,'auguria',1,'','left','members',165787,NULL,NULL,0,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members&amp;action=create','','New','members',1,'','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(165789,'auguria',1,'','left','members',165787,NULL,NULL,1,'/adherents/type.php?leftmenu=setup&amp;mainmenu=members','','List','members',1,'','$user->rights->adherent->configurer','$conf->adherent->enabled',2,'2017-08-30 15:14:30'),(166087,'auguria',1,'','left','hrm',161102,NULL,NULL,1,'/holiday/list.php?&leftmenu=hrm','','CPTitreMenu','holiday',0,'hrm','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166088,'auguria',1,'','left','hrm',166087,NULL,NULL,1,'/holiday/card.php?&action=request','','MenuAddCP','holiday',1,'','$user->rights->holiday->write','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166089,'auguria',1,'','left','hrm',166087,NULL,NULL,1,'/holiday/list.php?&leftmenu=hrm','','List','holiday',1,'','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166090,'auguria',1,'','left','hrm',166089,NULL,NULL,1,'/holiday/list.php?select_statut=2&leftmenu=hrm','','ListToApprove','trips',2,'','$user->rights->holiday->read','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166091,'auguria',1,'','left','hrm',166087,NULL,NULL,2,'/holiday/define_holiday.php?&action=request','','MenuConfCP','holiday',1,'','$user->rights->holiday->define_holiday','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166092,'auguria',1,'','left','hrm',166087,NULL,NULL,3,'/holiday/view_log.php?&action=request','','MenuLogCP','holiday',1,'','$user->rights->holiday->define_holiday','$conf->holiday->enabled',0,'2017-08-30 15:14:30'),(166187,'auguria',1,'','left','commercial',161092,NULL,NULL,6,'/fourn/commande/index.php?leftmenu=orders_suppliers','','SuppliersOrders','orders',0,'orders_suppliers','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166188,'auguria',1,'','left','commercial',166187,NULL,NULL,0,'/fourn/commande/card.php?action=create&amp;leftmenu=orders_suppliers','','NewOrder','orders',1,'','$user->rights->fournisseur->commande->creer','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166189,'auguria',1,'','left','commercial',166187,NULL,NULL,1,'/fourn/commande/list.php?leftmenu=orders_suppliers&amp;viewstatut=0','','List','orders',1,'','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166195,'auguria',1,'','left','commercial',166187,NULL,NULL,7,'/commande/stats/index.php?leftmenu=orders_suppliers&amp;mode=supplier','','Statistics','orders',1,'','$user->rights->fournisseur->commande->lire','$conf->supplier_order->enabled',2,'2017-08-30 15:14:30'),(166287,'auguria',1,'','left','members',161100,NULL,NULL,3,'/categories/index.php?leftmenu=cat&amp;type=3','','MembersCategoriesShort','categories',0,'cat','$user->rights->categorie->lire','$conf->adherent->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(166288,'auguria',1,'','left','members',166287,NULL,NULL,0,'/categories/card.php?action=create&amp;type=3','','NewCategory','categories',1,'','$user->rights->categorie->creer','$conf->adherent->enabled && $conf->categorie->enabled',2,'2017-08-30 15:14:30'),(166387,'auguria',1,'','left','hrm',161102,NULL,NULL,5,'/expensereport/index.php?leftmenu=expensereport','','TripsAndExpenses','trips',0,'expensereport','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166388,'auguria',1,'','left','hrm',166387,NULL,NULL,1,'/expensereport/card.php?action=create&amp;leftmenu=expensereport','','New','trips',1,'','$user->rights->expensereport->creer','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166389,'auguria',1,'','left','hrm',166387,NULL,NULL,2,'/expensereport/list.php?leftmenu=expensereport','','List','trips',1,'','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166390,'auguria',1,'','left','hrm',166389,NULL,NULL,2,'/expensereport/list.php?search_status=2&amp;leftmenu=expensereport','','ListToApprove','trips',2,'','$user->rights->expensereport->approve','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166391,'auguria',1,'','left','hrm',166387,NULL,NULL,2,'/expensereport/stats/index.php?leftmenu=expensereport','','Statistics','trips',1,'','$user->rights->expensereport->lire','$conf->expensereport->enabled',0,'2017-08-30 15:14:30'),(166467,'all',1,'variants','left','products',-1,'product','products',100,'/variants/list.php','','VariantAttributes','products',NULL,'product','1','$conf->product->enabled',0,'2018-01-19 11:28:04'),(166492,'all',1,'blockedlog','left','tools',-1,NULL,'tools',200,'/blockedlog/admin/blockedlog_list.php?mainmenu=tools&leftmenu=blockedlogbrowser','','BrowseBlockedLog','blockedlog',NULL,'blockedlogbrowser','$user->rights->blockedlog->read','$conf->blockedlog->enabled',2,'2018-03-16 09:57:24'),(166493,'all',1,'agenda','top','agenda',0,NULL,NULL,15,'/comm/action/index.php','','TMenuAgenda','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166494,'all',1,'agenda','left','agenda',166493,NULL,NULL,100,'/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Actions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166495,'all',1,'agenda','left','agenda',166494,NULL,NULL,101,'/comm/action/card.php?mainmenu=agenda&amp;leftmenu=agenda&amp;action=create','','NewAction','commercial',NULL,NULL,'($user->rights->agenda->myactions->create||$user->rights->agenda->allactions->create)','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166496,'all',1,'agenda','left','agenda',166494,NULL,NULL,140,'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda','','Calendar','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166497,'all',1,'agenda','left','agenda',166496,NULL,NULL,141,'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166498,'all',1,'agenda','left','agenda',166496,NULL,NULL,142,'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166499,'all',1,'agenda','left','agenda',166496,NULL,NULL,143,'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filtert=-1','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-11-23 11:58:15'),(166500,'all',1,'agenda','left','agenda',166496,NULL,NULL,144,'/comm/action/index.php?action=default&amp;mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filtert=-1','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-11-23 11:58:15'),(166501,'all',1,'agenda','left','agenda',166494,NULL,NULL,110,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda','','List','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166502,'all',1,'agenda','left','agenda',166501,NULL,NULL,111,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filter=mine','','MenuToDoMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166503,'all',1,'agenda','left','agenda',166501,NULL,NULL,112,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filter=mine','','MenuDoneMyActions','agenda',NULL,NULL,'$user->rights->agenda->myactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166504,'all',1,'agenda','left','agenda',166501,NULL,NULL,113,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=todo&amp;filtert=-1','','MenuToDoActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-11-23 11:58:15'),(166505,'all',1,'agenda','left','agenda',166501,NULL,NULL,114,'/comm/action/list.php?mainmenu=agenda&amp;leftmenu=agenda&amp;status=done&amp;filtert=-1','','MenuDoneActions','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$user->rights->agenda->allactions->read',2,'2018-11-23 11:58:15'),(166506,'all',1,'agenda','left','agenda',166494,NULL,NULL,160,'/comm/action/rapport/index.php?mainmenu=agenda&amp;leftmenu=agenda','','Reportings','agenda',NULL,NULL,'$user->rights->agenda->allactions->read','$conf->agenda->enabled',2,'2018-11-23 11:58:15'),(166507,'all',1,'barcode','left','tools',-1,NULL,'tools',200,'/barcode/printsheet.php?mainmenu=tools&leftmenu=barcodeprint','','BarCodePrintsheet','products',NULL,'barcodeprint','($conf->global->MAIN_USE_ADVANCED_PERMS && $user->rights->barcode->lire_advance) || (! $conf->global->MAIN_USE_ADVANCED_PERMS)','$conf->barcode->enabled',2,'2018-11-23 11:58:16'),(166508,'all',1,'barcode','left','home',-1,'admintools','home',300,'/barcode/codeinit.php?mainmenu=home&leftmenu=admintools','','MassBarcodeInit','products',NULL,NULL,'($conf->global->MAIN_USE_ADVANCED_PERMS && $user->rights->barcode->creer_advance) || (! $conf->global->MAIN_USE_ADVANCED_PERMS)','$conf->barcode->enabled && preg_match(\'/^(admintools|all)/\',$leftmenu)',0,'2018-11-23 11:58:16'),(166509,'all',1,'cron','left','home',-1,'admintools','home',200,'/cron/list.php?status=-2&leftmenu=admintools','','CronList','cron',NULL,NULL,'$user->rights->cron->read','$conf->cron->enabled && preg_match(\'/^(admintools|all)/\', $leftmenu)',2,'2018-11-23 11:58:16'),(166510,'all',1,'ecm','top','ecm',0,NULL,NULL,100,'/ecm/index.php','','MenuECM','ecm',NULL,NULL,'$user->rights->ecm->read || $user->rights->ecm->upload || $user->rights->ecm->setup','$conf->ecm->enabled',2,'2018-11-23 11:58:17'),(166511,'all',1,'ecm','left','ecm',-1,NULL,'ecm',101,'/ecm/index.php?mainmenu=ecm&leftmenu=ecm','','ECMArea','ecm',NULL,'ecm','$user->rights->ecm->read || $user->rights->ecm->upload','$user->rights->ecm->read || $user->rights->ecm->upload',2,'2018-11-23 11:58:17'),(166512,'all',1,'ecm','left','ecm',-1,'ecm','ecm',102,'/ecm/index.php?action=file_manager&mainmenu=ecm&leftmenu=ecm','','ECMSectionsManual','ecm',NULL,'ecm_manual','$user->rights->ecm->read || $user->rights->ecm->upload','$user->rights->ecm->read || $user->rights->ecm->upload',2,'2018-11-23 11:58:17'),(166513,'all',1,'ecm','left','ecm',-1,'ecm','ecm',103,'/ecm/index_auto.php?action=file_manager&mainmenu=ecm&leftmenu=ecm','','ECMSectionsAuto','ecm',NULL,NULL,'$user->rights->ecm->read || $user->rights->ecm->upload','($user->rights->ecm->read || $user->rights->ecm->upload) && ! empty($conf->global->ECM_AUTO_TREE_ENABLED)',2,'2018-11-23 11:58:17'),(166514,'all',1,'opensurvey','left','tools',-1,NULL,'tools',200,'/opensurvey/index.php?mainmenu=tools&leftmenu=opensurvey','','Survey','opensurvey',NULL,'opensurvey','$user->rights->opensurvey->read','$conf->opensurvey->enabled',0,'2018-11-23 11:58:19'),(166515,'all',1,'opensurvey','left','tools',-1,'opensurvey','tools',210,'/opensurvey/wizard/index.php','','NewSurvey','opensurvey',NULL,'opensurvey_new','$user->rights->opensurvey->write','$conf->opensurvey->enabled',0,'2018-11-23 11:58:19'),(166516,'all',1,'opensurvey','left','tools',-1,'opensurvey','tools',220,'/opensurvey/list.php','','List','opensurvey',NULL,'opensurvey_list','$user->rights->opensurvey->read','$conf->opensurvey->enabled',0,'2018-11-23 11:58:19');
      +/*!40000 ALTER TABLE `llx_menu` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_abcdef`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_abcdef`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_abcdef` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_abcdef_rowid` (`rowid`),
      +  KEY `idx_monmodule_abcdef_ref` (`ref`),
      +  KEY `idx_monmodule_abcdef_entity` (`entity`),
      +  KEY `idx_monmodule_abcdef_fk_soc` (`fk_soc`),
      +  KEY `idx_monmodule_abcdef_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_abcdef`
      +--
      +
      +LOCK TABLES `llx_monmodule_abcdef` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_abcdef_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_abcdef_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_abcdef_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_abcdef_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_abcdef_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_abcdef_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_actioncommreminder`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_actioncommreminder`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_actioncommreminder` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `status` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `dateremind` datetime NOT NULL,
      +  `typeremind` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `offsetvalue` int(11) NOT NULL,
      +  `offsetunit` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_actioncommreminder_rowid` (`rowid`),
      +  KEY `idx_monmodule_actioncommreminder_status` (`status`),
      +  KEY `idx_monmodule_actioncommreminder_dateremind` (`dateremind`),
      +  KEY `idx_monmodule_actioncommreminder_fk_user` (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_actioncommreminder`
      +--
      +
      +LOCK TABLES `llx_monmodule_actioncommreminder` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_actioncommreminder_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_actioncommreminder_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_actioncommreminder_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_actioncommreminder_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_actioncommreminder_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_actioncommreminder_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_eleves`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_eleves`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_eleves` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_monmodule_eleves_rowid` (`rowid`),
      +  KEY `idx_monmodule_eleves_ref` (`ref`),
      +  KEY `idx_monmodule_eleves_entity` (`entity`),
      +  KEY `idx_monmodule_eleves_fk_soc` (`fk_soc`),
      +  KEY `idx_monmodule_eleves_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_eleves`
      +--
      +
      +LOCK TABLES `llx_monmodule_eleves` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves` DISABLE KEYS */;
      +INSERT INTO `llx_monmodule_eleves` VALUES (1,'aaa',1,'jjl',NULL,32,NULL,NULL,'2017-11-21 15:02:43','2017-11-21 15:02:43',12,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_monmodule_eleves` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monmodule_eleves_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monmodule_eleves_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monmodule_eleves_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monmodule_eleves_extrafields`
      +--
      +
      +LOCK TABLES `llx_monmodule_eleves_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monmodule_eleves_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_monobj_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_monobj_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_monobj_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_monobj_extrafields`
      +--
      +
      +LOCK TABLES `llx_monobj_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_monobj_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_monobj_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_multicurrency`
      +--
      +
      +DROP TABLE IF EXISTS `llx_multicurrency`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_multicurrency` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_create` datetime DEFAULT NULL,
      +  `code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_multicurrency`
      +--
      +
      +LOCK TABLES `llx_multicurrency` WRITE;
      +/*!40000 ALTER TABLE `llx_multicurrency` DISABLE KEYS */;
      +INSERT INTO `llx_multicurrency` VALUES (1,'2017-02-15 21:17:16','EUR','Euros (€)',1,12);
      +/*!40000 ALTER TABLE `llx_multicurrency` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_multicurrency_rate`
      +--
      +
      +DROP TABLE IF EXISTS `llx_multicurrency_rate`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_multicurrency_rate` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `date_sync` datetime DEFAULT NULL,
      +  `rate` double NOT NULL DEFAULT '0',
      +  `fk_multicurrency` int(11) NOT NULL,
      +  `entity` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_multicurrency_rate`
      +--
      +
      +LOCK TABLES `llx_multicurrency_rate` WRITE;
      +/*!40000 ALTER TABLE `llx_multicurrency_rate` DISABLE KEYS */;
      +INSERT INTO `llx_multicurrency_rate` VALUES (1,'2017-02-15 21:17:16',1,1,1);
      +/*!40000 ALTER TABLE `llx_multicurrency_rate` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_myobject`
      +--
      +
      +DROP TABLE IF EXISTS `llx_myobject`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_myobject` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_othertable` int(11) NOT NULL,
      +  `name` varchar(189) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_fk_othertable` (`fk_othertable`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_myobject`
      +--
      +
      +LOCK TABLES `llx_myobject` WRITE;
      +/*!40000 ALTER TABLE `llx_myobject` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_myobject` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `title` varchar(255) DEFAULT NULL,
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature_parent` int(11) NOT NULL DEFAULT '0',
      +  `is_default` int(11) NOT NULL DEFAULT '0',
      +  `qty_reference` double NOT NULL DEFAULT '0',
      +  `totalPRCMO_PMP` double NOT NULL DEFAULT '0',
      +  `totalPRCMO_OF` double NOT NULL DEFAULT '0',
      +  `totalPRCMO` double NOT NULL DEFAULT '0',
      +  `object_type` varchar(255) DEFAULT NULL,
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `fk_nomenclature_parent` (`fk_nomenclature_parent`),
      +  KEY `is_default` (`is_default`),
      +  KEY `qty_reference` (`qty_reference`),
      +  KEY `object_type` (`object_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature`
      +--
      +
      +LOCK TABLES `llx_nomenclature` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclature` VALUES (1,'2018-11-18 16:22:02','2018-11-18 16:25:48','BOM 1',196,0,0,1,0,0,53.9,'product',''),(2,'2018-11-18 17:18:53','2018-11-18 17:20:45','BOM 2',195,0,0,1,0,0,22,'product','');
      +/*!40000 ALTER TABLE `llx_nomenclature` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_coef`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_coef`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_coef` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `label` varchar(255) DEFAULT NULL,
      +  `description` varchar(255) DEFAULT NULL,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `tx` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `code_type` (`code_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_coef`
      +--
      +
      +LOCK TABLES `llx_nomenclature_coef` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclature_coef` VALUES (1,'2018-11-18 15:55:54','2018-11-18 15:55:54','Marge','Coef. de marge','coef_marge',1.1);
      +/*!40000 ALTER TABLE `llx_nomenclature_coef` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_coef_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_coef_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_coef_object` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `type_object` varchar(50) DEFAULT NULL,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `tx_object` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `type_object` (`type_object`),
      +  KEY `code_type` (`code_type`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_coef_object`
      +--
      +
      +LOCK TABLES `llx_nomenclature_coef_object` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_coef_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_workstation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_workstation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_workstation` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `unifyRang` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_days_before_beginning` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  `code_type` varchar(30) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `rang` (`rang`),
      +  KEY `unifyRang` (`unifyRang`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_workstation`
      +--
      +
      +LOCK TABLES `llx_nomenclature_workstation` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclature_workstation_thm_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclature_workstation_thm_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclature_workstation_thm_object` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `fk_object` int(11) NOT NULL DEFAULT '0',
      +  `type_object` varchar(50) DEFAULT NULL,
      +  `thm_object` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_object` (`fk_object`),
      +  KEY `type_object` (`type_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclature_workstation_thm_object`
      +--
      +
      +LOCK TABLES `llx_nomenclature_workstation_thm_object` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation_thm_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_nomenclature_workstation_thm_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_nomenclaturedet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_nomenclaturedet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_nomenclaturedet` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `title` varchar(255) DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_nomenclature` int(11) NOT NULL DEFAULT '0',
      +  `is_imported` int(11) NOT NULL DEFAULT '0',
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `unifyRang` int(11) NOT NULL DEFAULT '0',
      +  `code_type` varchar(30) DEFAULT NULL,
      +  `workstations` varchar(255) DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `price` double NOT NULL DEFAULT '0',
      +  `note_private` longtext,
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_nomenclature` (`fk_nomenclature`),
      +  KEY `is_imported` (`is_imported`),
      +  KEY `rang` (`rang`),
      +  KEY `unifyRang` (`unifyRang`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_nomenclaturedet`
      +--
      +
      +LOCK TABLES `llx_nomenclaturedet` WRITE;
      +/*!40000 ALTER TABLE `llx_nomenclaturedet` DISABLE KEYS */;
      +INSERT INTO `llx_nomenclaturedet` VALUES (1,'2018-11-18 16:22:25','2018-11-18 16:25:48','',192,1,0,0,0,'coef_marge','',2,0,'aaa'),(2,'2018-11-18 16:22:37','2018-11-18 16:25:48','',151,1,0,1,0,'coef_marge','',1,0,'bbb'),(3,'2018-11-18 16:25:42','2018-11-18 16:25:48','',10,1,0,2,0,'coef_marge','',1,0,'ccc'),(4,'2018-11-18 17:19:13','2018-11-18 17:20:45','',190,2,0,0,0,'coef_marge','',2,0,'aaa'),(5,'2018-11-18 17:20:19','2018-11-18 17:20:45','',11,2,0,1,0,'coef_marge','',1,0,'bbb'),(6,'2018-11-18 17:20:40','2018-11-18 17:20:45','',10,2,0,2,0,'coef_marge','',1,0,'');
      +/*!40000 ALTER TABLE `llx_nomenclaturedet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `daten` datetime DEFAULT NULL,
      +  `fk_action` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `objet_type` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
      +  `objet_id` int(11) NOT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'email',
      +  `type_target` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify`
      +--
      +
      +LOCK TABLES `llx_notify` WRITE;
      +/*!40000 ALTER TABLE `llx_notify` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify_def` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` date DEFAULT NULL,
      +  `fk_action` int(11) NOT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `type` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'email',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify_def`
      +--
      +
      +LOCK TABLES `llx_notify_def` WRITE;
      +/*!40000 ALTER TABLE `llx_notify_def` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_notify_def_object`
      +--
      +
      +DROP TABLE IF EXISTS `llx_notify_def_object`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_notify_def_object` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `objet_type` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `objet_id` int(11) NOT NULL,
      +  `type_notif` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'browser',
      +  `date_notif` datetime DEFAULT NULL,
      +  `user_id` int(11) DEFAULT NULL,
      +  `moreparam` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_notify_def_object`
      +--
      +
      +LOCK TABLES `llx_notify_def_object` WRITE;
      +/*!40000 ALTER TABLE `llx_notify_def_object` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_notify_def_object` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_oauth_state`
      +--
      +
      +DROP TABLE IF EXISTS `llx_oauth_state`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_oauth_state` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `service` varchar(36) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `state` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_oauth_state`
      +--
      +
      +LOCK TABLES `llx_oauth_state` WRITE;
      +/*!40000 ALTER TABLE `llx_oauth_state` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_oauth_state` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_oauth_token`
      +--
      +
      +DROP TABLE IF EXISTS `llx_oauth_token`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_oauth_token` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `service` varchar(36) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `token` text COLLATE utf8_unicode_ci,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  `tokenstring` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_oauth_token`
      +--
      +
      +LOCK TABLES `llx_oauth_token` WRITE;
      +/*!40000 ALTER TABLE `llx_oauth_token` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_oauth_token` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_onlinesignature`
      +--
      +
      +DROP TABLE IF EXISTS `llx_onlinesignature`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_onlinesignature` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `object_type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `object_id` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `ip` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pathoffile` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_onlinesignature`
      +--
      +
      +LOCK TABLES `llx_onlinesignature` WRITE;
      +/*!40000 ALTER TABLE `llx_onlinesignature` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_onlinesignature` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_comments`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_comments`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_comments` (
      +  `id_comment` int(10) unsigned NOT NULL AUTO_INCREMENT,
      +  `id_sondage` char(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `comment` text COLLATE utf8_unicode_ci NOT NULL,
      +  `usercomment` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`id_comment`),
      +  KEY `idx_id_comment` (`id_comment`),
      +  KEY `idx_id_sondage` (`id_sondage`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_comments`
      +--
      +
      +LOCK TABLES `llx_opensurvey_comments` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_comments` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_comments` VALUES (2,'434dio8rxfljs3p1','aaa','aaa'),(5,'434dio8rxfljs3p1','aaa','aaa'),(6,'434dio8rxfljs3p1','gfh','jj'),(11,'434dio8rxfljs3p1','fsdf','fdsf'),(12,'3imby4hf7joiilsu','fsdf','aa'),(16,'3imby4hf7joiilsu','gdfg','gfdg'),(17,'3imby4hf7joiilsu','gfdgd','gdfgd'),(18,'om4e7azfiurnjtqe','fds','fdsf'),(26,'qgsfrgb922rqzocy','gfdg','gfdg'),(27,'qgsfrgb922rqzocy','gfdg','gfd'),(30,'ckanvbe7kt3rdb3h','hfgh','fdfds');
      +/*!40000 ALTER TABLE `llx_opensurvey_comments` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_formquestions`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_formquestions`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_formquestions` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `question` text COLLATE utf8_unicode_ci,
      +  `available_answers` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_formquestions`
      +--
      +
      +LOCK TABLES `llx_opensurvey_formquestions` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_formquestions` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_opensurvey_formquestions` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_sondage`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_sondage`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_sondage` (
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `commentaires` text COLLATE utf8_unicode_ci,
      +  `mail_admin` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nom_admin` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `titre` text COLLATE utf8_unicode_ci NOT NULL,
      +  `date_fin` datetime DEFAULT NULL,
      +  `status` int(11) DEFAULT '1',
      +  `format` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
      +  `mailsonde` tinyint(4) NOT NULL DEFAULT '0',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `allow_comments` tinyint(4) NOT NULL DEFAULT '1',
      +  `allow_spy` tinyint(4) NOT NULL DEFAULT '1',
      +  `sujet` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`id_sondage`),
      +  KEY `idx_date_fin` (`date_fin`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_sondage`
      +--
      +
      +LOCK TABLES `llx_opensurvey_sondage` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_sondage` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_sondage` VALUES ('m4467s2mtk6khmxc','What is your prefered date for a brunch','myemail@aaa.com','fdfds',0,'Date of next brunch','2013-03-07 00:00:00',1,'D',1,'2018-03-16 10:00:54',1,1,1,',1483473600'),('tim1dye8x5eeetxu','Please vote for the candidate you want to have for our new president this year.',NULL,NULL,12,'Election of new president','2017-02-26 04:00:00',1,'A',0,'2018-03-16 10:00:54',1,1,0,'Alan Candide@foragainst,Alex Candor@foragainst');
      +/*!40000 ALTER TABLE `llx_opensurvey_sondage` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_user_formanswers`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_user_formanswers`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_user_formanswers` (
      +  `fk_user_survey` int(11) NOT NULL,
      +  `fk_question` int(11) NOT NULL,
      +  `reponses` text COLLATE utf8_unicode_ci
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_user_formanswers`
      +--
      +
      +LOCK TABLES `llx_opensurvey_user_formanswers` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_formanswers` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_formanswers` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_opensurvey_user_studs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_opensurvey_user_studs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_opensurvey_user_studs` (
      +  `id_users` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `id_sondage` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `reponses` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
      +  PRIMARY KEY (`id_users`),
      +  KEY `idx_id_users` (`id_users`),
      +  KEY `idx_nom` (`nom`),
      +  KEY `idx_id_sondage` (`id_sondage`),
      +  KEY `idx_opensurvey_user_studs_id_users` (`id_users`),
      +  KEY `idx_opensurvey_user_studs_nom` (`nom`),
      +  KEY `idx_opensurvey_user_studs_id_sondage` (`id_sondage`)
      +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_opensurvey_user_studs`
      +--
      +
      +LOCK TABLES `llx_opensurvey_user_studs` WRITE;
      +/*!40000 ALTER TABLE `llx_opensurvey_user_studs` DISABLE KEYS */;
      +INSERT INTO `llx_opensurvey_user_studs` VALUES (1,'gfdgdf','om4e7azfiurnjtqe','01'),(2,'aa','3imby4hf7joiilsu','210'),(3,'fsdf','z2qcqjh5pm1q4p99','0110'),(5,'hfghf','z2qcqjh5pm1q4p99','1110'),(6,'qqqq','ah9xvaqu1ajjrqse','000111'),(7,'hjgh','ah9xvaqu1ajjrqse','000010'),(8,'bcvb','qgsfrgb922rqzocy','011000'),(9,'gdfg','ah9xvaqu1ajjrqse','001000'),(10,'ggg','ah9xvaqu1ajjrqse','000100'),(11,'gfdgd','ah9xvaqu1ajjrqse','001000'),(12,'hhhh','ah9xvaqu1ajjrqse','010000'),(13,'iii','ah9xvaqu1ajjrqse','000100'),(14,'kkk','ah9xvaqu1ajjrqse','001000'),(15,'lllll','ah9xvaqu1ajjrqse','000001'),(16,'kk','ah9xvaqu1ajjrqse','000001'),(17,'gggg','ah9xvaqu1ajjrqse','001000'),(18,'mmmm','ah9xvaqu1ajjrqse','000000'),(19,'jkjkj','ah9xvaqu1ajjrqse','000001'),(20,'azerty','8mcdnf2hgcntfibe','012'),(21,'hfghfg','8mcdnf2hgcntfibe','012'),(22,'fd','ckanvbe7kt3rdb3h','10'),(25,'John Doe','m4467s2mtk6khmxc','1'),(26,'Martial Bill','m4467s2mtk6khmxc','01'),(27,'Marissa Campbell','m4467s2mtk6khmxc','11'),(28,'Leonard Cast','m4467s2mtk6khmxc','01'),(29,'John Doe','tim1dye8x5eeetxu','01'),(30,'Eldy','tim1dye8x5eeetxu','11');
      +/*!40000 ALTER TABLE `llx_opensurvey_user_studs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_overwrite_trans`
      +--
      +
      +DROP TABLE IF EXISTS `llx_overwrite_trans`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_overwrite_trans` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `transkey` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `transvalue` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_overwrite_trans` (`lang`,`transkey`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_overwrite_trans`
      +--
      +
      +LOCK TABLES `llx_overwrite_trans` WRITE;
      +/*!40000 ALTER TABLE `llx_overwrite_trans` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_overwrite_trans` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_packages`
      +--
      +
      +DROP TABLE IF EXISTS `llx_packages`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_packages` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `sqldump` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `srcfile3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `conffile1` mediumtext COLLATE utf8_unicode_ci,
      +  `sqlafter` mediumtext COLLATE utf8_unicode_ci,
      +  `crontoadd` mediumtext COLLATE utf8_unicode_ci,
      +  `cliafter` text COLLATE utf8_unicode_ci,
      +  `status` int(11) DEFAULT NULL,
      +  `targetsrcfile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetsrcfile2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetsrcfile3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datafile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetdatafile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `targetconffile1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  `note_private` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_packages_rowid` (`rowid`),
      +  KEY `idx_packages_ref` (`ref`),
      +  KEY `idx_packages_entity` (`entity`),
      +  KEY `idx_packages_import_key` (`import_key`),
      +  KEY `idx_packages_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_packages`
      +--
      +
      +LOCK TABLES `llx_packages` WRITE;
      +/*!40000 ALTER TABLE `llx_packages` DISABLE KEYS */;
      +INSERT INTO `llx_packages` VALUES (1,'Dolibarr',1,'Dolibarr ERP CRM','2017-09-23 20:27:03','2017-11-04 20:19:20',1,12,NULL,'a','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/htdocs','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/htdocs/install/doctemplates','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_dev/scripts','<?php\r\n//\r\n// File generated by Dolibarr installer 7.0\r\n//\r\n// Take a look at conf.php.example file for an example of conf.php file\r\n// and explanations for all possibles parameters.\r\n//\r\n$dolibarr_main_url_root=\'https://__APPDOMAIN__/\';\r\n$dolibarr_main_document_root=\'__INSTANCEDIR__/htdocs\';\r\n$dolibarr_main_url_root_alt=\'/custom\';\r\n$dolibarr_main_document_root_alt=\'__INSTANCEDIR__/htdocs/custom\';\r\n$dolibarr_main_data_root=\'__INSTANCEDIR__/documents\';\r\n$dolibarr_main_db_host=\'localhost\';\r\n$dolibarr_main_db_port=\'3306\';\r\n$dolibarr_main_db_name=\'__DBNAME__\';\r\n$dolibarr_main_db_user=\'__DBUSER__\';\r\n$dolibarr_main_db_pass=\'__DBPASSWORD__\';\r\n$dolibarr_main_db_type=\'mysqli\';\r\n$dolibarr_main_db_character_set=\'utf8\';\r\n$dolibarr_main_db_collation=\'utf8_unicode_ci\';\r\n$dolibarr_main_authentication=\'dolibarr\';\r\n//$dolibarr_auto_user=\'xxx\';\r\n\r\n// Specific settings\r\n$dolibarr_main_prod=\'0\';\r\n$dolibarr_nocsrfcheck=\'0\';\r\n$dolibarr_main_force_https=\'0\';\r\n$dolibarr_main_cookie_cryptkey=\'__APPUNIQUEKEY__\';\r\n$dolibarr_mailing_limit_sendbyweb=\'50\';\r\n$dolibarr_mailing_limit_sendbycli=\'400\';\r\n\r\n$dolibarr_memcached_view_disable=1;\r\n?>','UPDATE llx_user set pass_crypted = \'__APPPASSWORD0SALTED__\', email = \'__APPEMAIL__\' where login = \'admin\' AND (pass = \'admin\' OR pass_crypted = \'25edccd81ce2def41eae1317392fd106d8152a5b\');\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'CRON_KEY\', 0, \'__OSUSERNAME__\', \'chaine\', 0);\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'MAIN_INFO_SOCIETE_NOM\', 1, \'__APPORGNAME__\', \'chaine\', 0);\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'MAIN_INFO_SOCIETE_COUNTRY\', 1, \'__APPCOUNTRYIDCODELABEL__\', \'chaine\', 0);\r\nUPDATE llx_const set value = \'__APPEMAIL__\' where name = \'MAIN_MAIL_EMAIL_FROM\';\r\n\r\n','__INSTALLMINUTES__  __INSTALLHOURS__ * * * __OSUSERNAME__ __INSTANCEDIR__/scripts/cron/cron_run_jobs.php __OSUSERNAME__ firstadmin > __INSTANCEDIR__/documents/cron.log 2>&1','touch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents',1,'__INSTANCEDIR__/htdocs','__INSTANCEDIR__/documents/doctemplates','__INSTANCEDIR__/scripts','__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__','a','__INSTANCEDIR__/htdocs/conf/conf.php','',''),(5,'Dolibarr 6',1,'Dolibarr ERP CRM','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/htdocs','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/htdocs/install/doctemplates','__DOL_DATA_ROOT__/sellyoursaas/git/dolibarr_6.0/scripts','<?php\r\n//\r\n// File generated by Dolibarr installer 7.0\r\n//\r\n// Take a look at conf.php.example file for an example of conf.php file\r\n// and explanations for all possibles parameters.\r\n//\r\n$dolibarr_main_url_root=\'https://__APPDOMAIN__/\';\r\n$dolibarr_main_document_root=\'__INSTANCEDIR__/htdocs\';\r\n$dolibarr_main_url_root_alt=\'/custom\';\r\n$dolibarr_main_document_root_alt=\'__INSTANCEDIR__/htdocs/custom\';\r\n$dolibarr_main_data_root=\'__INSTANCEDIR__/documents\';\r\n$dolibarr_main_db_host=\'localhost\';\r\n$dolibarr_main_db_port=\'3306\';\r\n$dolibarr_main_db_name=\'__DBNAME__\';\r\n$dolibarr_main_db_user=\'__DBUSER__\';\r\n$dolibarr_main_db_pass=\'__DBPASSWORD__\';\r\n$dolibarr_main_db_type=\'mysqli\';\r\n$dolibarr_main_db_character_set=\'utf8\';\r\n$dolibarr_main_db_collation=\'utf8_unicode_ci\';\r\n$dolibarr_main_authentication=\'dolibarr\';\r\n//$dolibarr_auto_user=\'xxx\';\r\n\r\n// Specific settings\r\n$dolibarr_main_prod=\'0\';\r\n$dolibarr_nocsrfcheck=\'0\';\r\n$dolibarr_main_force_https=\'0\';\r\n$dolibarr_main_cookie_cryptkey=\'__APPUNIQUEKEY__\';\r\n$dolibarr_mailing_limit_sendbyweb=\'50\';\r\n$dolibarr_mailing_limit_sendbycli=\'400\';\r\n\r\n$dolibarr_memcached_view_disable=1;\r\n?>','UPDATE llx_user set pass_crypted = \'__APPPASSWORD0SALTED__\', email = \'__APPEMAIL__\' where login = \'admin\' AND (pass = \'admin\' OR pass_crypted = \'25edccd81ce2def41eae1317392fd106d8152a5b\');\r\nREPLACE INTO llx_const (name, entity, value, type, visible) values(\'CRON_KEY\', 0, \'__OSUSERNAME__\', \'chaine\', 0);','__INSTALLMINUTES__  __INSTALLHOURS__ * * * __OSUSERNAME__ __INSTANCEDIR__/scripts/cron/cron_run_jobs.php __OSUSERNAME__ firstadmin > __INSTANCEDIR__/documents/cron.log 2>&1','touch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents',1,'__INSTANCEDIR__/htdocs','__INSTANCEDIR__/documents/doctemplates','__INSTANCEDIR__/scripts','__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,'__INSTANCEDIR__/htdocs/conf/conf.php','',''),(6,'DoliPos',1,'Module POS','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/module_pos',NULL,NULL,NULL,NULL,NULL,'rm -fr __INSTANCEDIR__/documents/install.lock;\r\ncd __INSTANCEDIR__/htdocs/install/;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Societe;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Facture;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Commande;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Product;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Stock;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_Banque;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_POS;\r\ntouch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents;',1,'__INSTANCEDIR__/htdocs',NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,NULL,'',''),(7,'DoliMed',1,'Module DoliMed','2017-09-23 20:27:03','2017-11-04 20:19:20',12,12,NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/git/module_dolimed/htdocs',NULL,NULL,NULL,NULL,NULL,'rm -fr __INSTANCEDIR__/documents/install.lock;\r\ncd __INSTANCEDIR__/htdocs/install/;\r\nphp __INSTANCEDIR__/htdocs/install/upgrade2.php 0.0.0 0.0.0 MAIN_MODULE_SOCIETE,MAIN_MODULE_CabinetMed;\r\ntouch __INSTANCEDIR__/documents/install.lock; \r\nchown -R __OSUSERNAME__.__OSUSERNAME__ __INSTANCEDIR__/documents;',1,'__INSTANCEDIR__/htdocs',NULL,NULL,'__DOL_DATA_ROOT__/sellyoursaas/packages/__PACKAGEREF__',NULL,NULL,'','');
      +/*!40000 ALTER TABLE `llx_packages` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_packages_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_packages_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_packages_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_packages_extrafields`
      +--
      +
      +LOCK TABLES `llx_packages_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_packages_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_packages_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_paiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_export_compta` int(11) NOT NULL DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  `ext_payment_id` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ext_payment_site` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiement`
      +--
      +
      +LOCK TABLES `llx_paiement` WRITE;
      +/*!40000 ALTER TABLE `llx_paiement` DISABLE KEYS */;
      +INSERT INTO `llx_paiement` VALUES (2,'',1,'2011-07-18 20:50:24','2016-07-30 15:13:20','2016-07-08 12:00:00',20.00000000,6,'','',5,1,NULL,0,0,0.00000000,NULL,NULL),(3,'',1,'2011-07-18 20:50:47','2016-07-30 15:13:20','2016-07-08 12:00:00',10.00000000,4,'','',6,1,NULL,0,0,0.00000000,NULL,NULL),(5,'',1,'2011-08-01 03:34:11','2016-07-30 15:12:32','2015-08-01 03:34:11',5.63000000,6,'','Payment Invoice FA1108-0003',8,1,NULL,0,0,0.00000000,NULL,NULL),(6,'',1,'2011-08-06 20:33:54','2016-07-30 15:12:32','2015-08-06 20:33:53',5.98000000,4,'','Payment Invoice FA1108-0004',13,1,NULL,0,0,0.00000000,NULL,NULL),(8,'',1,'2011-08-08 02:53:40','2016-07-30 15:12:32','2015-08-08 12:00:00',26.10000000,4,'','',14,1,NULL,0,0,0.00000000,NULL,NULL),(9,'',1,'2011-08-08 02:55:58','2016-07-30 15:12:32','2015-08-08 12:00:00',26.96000000,1,'','',15,1,NULL,0,0,0.00000000,NULL,NULL),(17,'',1,'2012-12-09 15:28:44','2016-07-30 15:12:32','2015-12-09 12:00:00',2.00000000,4,'','',16,1,NULL,0,0,0.00000000,NULL,NULL),(18,'',1,'2012-12-09 15:28:53','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',17,1,NULL,0,0,0.00000000,NULL,NULL),(19,'',1,'2012-12-09 17:35:55','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',18,1,NULL,0,0,0.00000000,NULL,NULL),(20,'',1,'2012-12-09 17:37:02','2016-07-30 15:12:32','2015-12-09 12:00:00',2.00000000,4,'','',19,1,NULL,0,0,0.00000000,NULL,NULL),(21,'',1,'2012-12-09 18:35:07','2016-07-30 15:12:32','2015-12-09 12:00:00',-2.00000000,4,'','',20,1,NULL,0,0,0.00000000,NULL,NULL),(23,'',1,'2012-12-12 18:54:33','2016-07-30 15:12:32','2015-12-12 12:00:00',1.00000000,1,'','',21,1,NULL,0,0,0.00000000,NULL,NULL),(24,'',1,'2013-03-06 16:48:16','2016-07-30 15:13:20','2016-03-06 00:00:00',20.00000000,4,'','Adhésion/cotisation 2016',22,1,NULL,0,0,0.00000000,NULL,NULL),(25,'',1,'2013-03-20 14:30:11','2016-07-30 15:13:20','2016-03-20 00:00:00',10.00000000,2,'','Adhésion/cotisation 2011',23,1,NULL,0,0,0.00000000,NULL,NULL),(26,'',1,'2014-03-02 19:57:58','2016-07-30 15:13:20','2016-07-09 12:00:00',605.00000000,2,'','',24,1,NULL,0,0,0.00000000,NULL,NULL),(29,'',1,'2014-03-02 20:01:39','2016-07-30 15:13:20','2016-03-19 12:00:00',500.00000000,4,'','',26,1,NULL,0,0,0.00000000,NULL,NULL),(30,'',1,'2014-03-02 20:02:06','2016-07-30 15:13:20','2016-03-21 12:00:00',400.00000000,2,'','',27,1,NULL,0,0,0.00000000,NULL,NULL),(32,'',1,'2014-03-03 19:22:32','2016-07-30 15:12:32','2015-10-03 12:00:00',-400.00000000,4,'','',28,1,NULL,0,0,0.00000000,NULL,NULL),(33,'',1,'2014-03-03 19:23:16','2016-07-30 15:13:20','2016-03-10 12:00:00',-300.00000000,4,'','',29,1,NULL,0,0,0.00000000,NULL,NULL),(34,'PAY1603-0001',1,'2017-02-06 08:10:24','2017-02-06 04:10:24','2016-03-22 12:00:00',150.00000000,7,'','',33,12,NULL,0,0,150.00000000,NULL,NULL),(35,'PAY1603-0002',1,'2017-02-06 08:10:50','2017-02-06 04:10:50','2016-03-25 12:00:00',140.00000000,3,'','',34,12,NULL,0,0,140.00000000,NULL,NULL),(36,'PAY1702-0003',1,'2017-02-21 16:07:43','2017-02-21 12:07:43','2017-02-21 12:00:00',50.00000000,3,'T170201','',37,12,NULL,0,0,50.00000000,NULL,NULL),(38,'PAY1803-0004',1,'2018-03-16 13:59:31','2018-03-16 09:59:31','2018-03-16 12:00:00',10.00000000,7,'','',39,12,NULL,0,0,10.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_paiement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiement_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiement_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiement_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_paiement` int(11) DEFAULT NULL,
      +  `fk_facture` int(11) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_paiement_facture` (`fk_paiement`,`fk_facture`),
      +  KEY `idx_paiement_facture_fk_facture` (`fk_facture`),
      +  KEY `idx_paiement_facture_fk_paiement` (`fk_paiement`),
      +  CONSTRAINT `fk_paiement_facture_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_paiement_facture_fk_paiement` FOREIGN KEY (`fk_paiement`) REFERENCES `llx_paiement` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiement_facture`
      +--
      +
      +LOCK TABLES `llx_paiement_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_paiement_facture` DISABLE KEYS */;
      +INSERT INTO `llx_paiement_facture` VALUES (2,2,2,20.00000000,0.00000000),(3,3,2,10.00000000,0.00000000),(5,5,5,5.63000000,0.00000000),(6,6,6,5.98000000,0.00000000),(9,8,2,16.10000000,0.00000000),(10,8,8,10.00000000,0.00000000),(11,9,3,15.00000000,0.00000000),(12,9,9,11.96000000,0.00000000),(24,20,9,1.00000000,0.00000000),(31,26,32,600.00000000,0.00000000),(36,29,32,500.00000000,0.00000000),(37,30,32,400.00000000,0.00000000),(38,34,211,150.00000000,150.00000000),(39,35,211,140.00000000,140.00000000),(40,36,211,50.00000000,50.00000000),(42,38,149,10.00000000,10.00000000);
      +/*!40000 ALTER TABLE `llx_paiement_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementcharge`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementcharge`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementcharge` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_charge` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepaiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementcharge`
      +--
      +
      +LOCK TABLES `llx_paiementcharge` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementcharge` DISABLE KEYS */;
      +INSERT INTO `llx_paiementcharge` VALUES (4,4,'2011-08-05 23:11:37','2011-08-05 21:11:37','2011-08-05 12:00:00',10.00000000,2,'','',12,1,NULL);
      +/*!40000 ALTER TABLE `llx_paiementcharge` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementfourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementfourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementfourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_paiement` int(11) NOT NULL,
      +  `num_paiement` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `statut` smallint(6) NOT NULL DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementfourn`
      +--
      +
      +LOCK TABLES `llx_paiementfourn` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementfourn` DISABLE KEYS */;
      +INSERT INTO `llx_paiementfourn` VALUES (1,'1',1,'2018-01-19 11:17:47','2016-01-22 18:56:34','2016-01-22 12:00:00',900.00000000,12,NULL,4,'','',30,0,0.00000000,NULL),(2,'SPAY1702-0001',1,'2017-02-01 15:02:45','2017-02-01 19:02:44','2017-02-01 12:00:00',200.00000000,12,NULL,4,'','',32,0,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_paiementfourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_paiementfourn_facturefourn`
      +--
      +
      +DROP TABLE IF EXISTS `llx_paiementfourn_facturefourn`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_paiementfourn_facturefourn` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_paiementfourn` int(11) DEFAULT NULL,
      +  `fk_facturefourn` int(11) DEFAULT NULL,
      +  `amount` double DEFAULT '0',
      +  `multicurrency_amount` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_paiementfourn_facturefourn` (`fk_paiementfourn`,`fk_facturefourn`),
      +  KEY `idx_paiementfourn_facturefourn_fk_facture` (`fk_facturefourn`),
      +  KEY `idx_paiementfourn_facturefourn_fk_paiement` (`fk_paiementfourn`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_paiementfourn_facturefourn`
      +--
      +
      +LOCK TABLES `llx_paiementfourn_facturefourn` WRITE;
      +/*!40000 ALTER TABLE `llx_paiementfourn_facturefourn` DISABLE KEYS */;
      +INSERT INTO `llx_paiementfourn_facturefourn` VALUES (1,1,16,900,0.00000000),(2,2,20,200,200.00000000);
      +/*!40000 ALTER TABLE `llx_paiementfourn_facturefourn` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_donation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_donation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_donation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_donation` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_donation`
      +--
      +
      +LOCK TABLES `llx_payment_donation` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_donation` DISABLE KEYS */;
      +INSERT INTO `llx_payment_donation` VALUES (1,3,'2017-09-06 20:08:36','2017-09-06 16:08:36','2017-09-06 12:00:00',10.00000000,4,'','',38,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_donation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_expensereport`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_expensereport`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_expensereport` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_expensereport` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_expensereport`
      +--
      +
      +LOCK TABLES `llx_payment_expensereport` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_expensereport` DISABLE KEYS */;
      +INSERT INTO `llx_payment_expensereport` VALUES (1,1,'2017-02-16 02:13:13','2017-02-15 22:13:13','2017-02-16 12:00:00',5.00000000,7,'','',0,12,NULL),(2,1,'2017-02-16 02:22:09','2017-02-15 22:22:09','2017-02-16 12:00:00',1.00000000,7,'','',36,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_expensereport` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_loan`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_loan`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_loan` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_loan` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datep` datetime DEFAULT NULL,
      +  `amount_capital` double(24,8) DEFAULT NULL,
      +  `amount_insurance` double(24,8) DEFAULT NULL,
      +  `amount_interest` double(24,8) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) NOT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_loan`
      +--
      +
      +LOCK TABLES `llx_payment_loan` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_loan` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_payment_loan` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_salary`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_salary`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_salary` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user` int(11) NOT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `salary` double(24,8) DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datesp` date DEFAULT NULL,
      +  `dateep` date DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_payment_salary_ref` (`num_payment`),
      +  KEY `idx_payment_salary_user` (`fk_user`,`entity`),
      +  KEY `idx_payment_salary_datep` (`datep`),
      +  KEY `idx_payment_salary_datesp` (`datesp`),
      +  KEY `idx_payment_salary_dateep` (`dateep`),
      +  CONSTRAINT `fk_payment_salary_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_salary`
      +--
      +
      +LOCK TABLES `llx_payment_salary` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_salary` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_payment_salary` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_payment_various`
      +--
      +
      +DROP TABLE IF EXISTS `llx_payment_various`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_payment_various` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `sens` smallint(6) NOT NULL DEFAULT '0',
      +  `amount` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fk_typepayment` int(11) NOT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_payment_various`
      +--
      +
      +LOCK TABLES `llx_payment_various` WRITE;
      +/*!40000 ALTER TABLE `llx_payment_various` DISABLE KEYS */;
      +INSERT INTO `llx_payment_various` VALUES (2,NULL,'2017-07-14 14:46:19','2017-07-14 18:46:19','2017-07-14','2017-07-14',0,123.00000000,4,'','Miscellaneous payment','518',NULL,1,NULL,48,12,NULL);
      +/*!40000 ALTER TABLE `llx_payment_various` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_bons`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_bons`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_bons` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `credite` smallint(6) DEFAULT '0',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `date_trans` datetime DEFAULT NULL,
      +  `method_trans` smallint(6) DEFAULT NULL,
      +  `fk_user_trans` int(11) DEFAULT NULL,
      +  `date_credit` datetime DEFAULT NULL,
      +  `fk_user_credit` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_prelevement_bons_ref` (`ref`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_bons`
      +--
      +
      +LOCK TABLES `llx_prelevement_bons` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_bons` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_bons` VALUES (1,'T170201',1,'2017-02-21 15:53:46',50.00000000,2,0,NULL,'2017-02-21 12:00:00',0,12,'2017-02-21 12:00:00',12);
      +/*!40000 ALTER TABLE `llx_prelevement_bons` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_facture`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_facture`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_facture` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `fk_prelevement_lignes` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_prelevement_facture_fk_prelevement_lignes` (`fk_prelevement_lignes`),
      +  CONSTRAINT `fk_prelevement_facture_fk_prelevement_lignes` FOREIGN KEY (`fk_prelevement_lignes`) REFERENCES `llx_prelevement_lignes` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_facture`
      +--
      +
      +LOCK TABLES `llx_prelevement_facture` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_facture` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_facture` VALUES (1,211,1);
      +/*!40000 ALTER TABLE `llx_prelevement_facture` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_facture_demande`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_facture_demande`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_facture_demande` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_facture` int(11) NOT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `date_demande` datetime NOT NULL,
      +  `traite` smallint(6) DEFAULT '0',
      +  `date_traite` datetime DEFAULT NULL,
      +  `fk_prelevement_bons` int(11) DEFAULT NULL,
      +  `fk_user_demande` int(11) NOT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_facture_demande`
      +--
      +
      +LOCK TABLES `llx_prelevement_facture_demande` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_facture_demande` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_facture_demande` VALUES (1,211,50.00000000,'2017-02-06 08:11:17',1,'2017-02-21 15:53:46',1,12,'','','','');
      +/*!40000 ALTER TABLE `llx_prelevement_facture_demande` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_lignes`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_lignes`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_lignes` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prelevement_bons` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `statut` smallint(6) DEFAULT '0',
      +  `client_nom` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_prelevement_lignes_fk_prelevement_bons` (`fk_prelevement_bons`),
      +  CONSTRAINT `fk_prelevement_lignes_fk_prelevement_bons` FOREIGN KEY (`fk_prelevement_bons`) REFERENCES `llx_prelevement_bons` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_lignes`
      +--
      +
      +LOCK TABLES `llx_prelevement_lignes` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_lignes` DISABLE KEYS */;
      +INSERT INTO `llx_prelevement_lignes` VALUES (1,1,19,2,'Magic Food Store',50.00000000,'','','','',NULL);
      +/*!40000 ALTER TABLE `llx_prelevement_lignes` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_prelevement_rejet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_prelevement_rejet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_prelevement_rejet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prelevement_lignes` int(11) DEFAULT NULL,
      +  `date_rejet` datetime DEFAULT NULL,
      +  `motif` int(11) DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `fk_user_creation` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `afacturer` tinyint(4) DEFAULT '0',
      +  `fk_facture` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_prelevement_rejet`
      +--
      +
      +LOCK TABLES `llx_prelevement_rejet` WRITE;
      +/*!40000 ALTER TABLE `llx_prelevement_rejet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_prelevement_rejet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printer_receipt`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printer_receipt`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printer_receipt` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_type` int(11) DEFAULT NULL,
      +  `fk_profile` int(11) DEFAULT NULL,
      +  `parameter` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printer_receipt`
      +--
      +
      +LOCK TABLES `llx_printer_receipt` WRITE;
      +/*!40000 ALTER TABLE `llx_printer_receipt` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printer_receipt` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printer_receipt_template`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printer_receipt_template`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printer_receipt_template` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `template` text COLLATE utf8_unicode_ci,
      +  `entity` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printer_receipt_template`
      +--
      +
      +LOCK TABLES `llx_printer_receipt_template` WRITE;
      +/*!40000 ALTER TABLE `llx_printer_receipt_template` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printer_receipt_template` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_printing`
      +--
      +
      +DROP TABLE IF EXISTS `llx_printing`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_printing` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `printer_name` text COLLATE utf8_unicode_ci NOT NULL,
      +  `printer_location` text COLLATE utf8_unicode_ci NOT NULL,
      +  `printer_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `copy` int(11) NOT NULL DEFAULT '1',
      +  `module` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `driver` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `userid` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_printing`
      +--
      +
      +LOCK TABLES `llx_printing` WRITE;
      +/*!40000 ALTER TABLE `llx_printing` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_printing` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `virtual` tinyint(4) NOT NULL DEFAULT '0',
      +  `fk_parent` int(11) DEFAULT '0',
      +  `ref` varchar(128) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `customcode` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tosell` tinyint(4) DEFAULT '1',
      +  `tobuy` tinyint(4) DEFAULT '1',
      +  `onportal` smallint(6) DEFAULT '0',
      +  `tobatch` tinyint(4) NOT NULL DEFAULT '0',
      +  `fk_product_type` int(11) DEFAULT '0',
      +  `duration` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `seuil_stock_alerte` int(11) DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT NULL,
      +  `accountancy_code_sell` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_sell_intra` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_sell_export` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code_buy` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `partnumber` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `weight` float DEFAULT NULL,
      +  `weight_units` tinyint(4) DEFAULT NULL,
      +  `length` float DEFAULT NULL,
      +  `length_units` tinyint(4) DEFAULT NULL,
      +  `surface` float DEFAULT NULL,
      +  `surface_units` tinyint(4) DEFAULT NULL,
      +  `volume` float DEFAULT NULL,
      +  `volume_units` tinyint(4) DEFAULT NULL,
      +  `stock` double DEFAULT NULL,
      +  `pmp` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fifo` double(24,8) DEFAULT NULL,
      +  `lifo` double(24,8) DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT 'default@product',
      +  `finished` tinyint(4) DEFAULT NULL,
      +  `hidden` tinyint(4) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `desiredstock` int(11) DEFAULT '0',
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `cost_price` double(24,8) DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price_autogen` smallint(6) DEFAULT '0',
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT '',
      +  `width` float DEFAULT NULL,
      +  `width_units` tinyint(4) DEFAULT NULL,
      +  `height` float DEFAULT NULL,
      +  `height_units` tinyint(4) DEFAULT NULL,
      +  `fk_default_warehouse` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_ref` (`ref`,`entity`),
      +  UNIQUE KEY `uk_product_barcode` (`barcode`,`fk_barcode_type`,`entity`),
      +  KEY `idx_product_label` (`label`),
      +  KEY `idx_product_barcode` (`barcode`),
      +  KEY `idx_product_import_key` (`import_key`),
      +  KEY `idx_product_fk_country` (`fk_country`),
      +  KEY `idx_product_fk_user_author` (`fk_user_author`),
      +  KEY `idx_product_fk_barcode_type` (`fk_barcode_type`),
      +  KEY `fk_product_fk_unit` (`fk_unit`),
      +  KEY `idx_product_seuil_stock_alerte` (`seuil_stock_alerte`),
      +  KEY `fk_product_default_warehouse` (`fk_default_warehouse`),
      +  CONSTRAINT `fk_product_barcode_type` FOREIGN KEY (`fk_barcode_type`) REFERENCES `llx_c_barcode_type` (`rowid`),
      +  CONSTRAINT `fk_product_default_warehouse` FOREIGN KEY (`fk_default_warehouse`) REFERENCES `llx_entrepot` (`rowid`),
      +  CONSTRAINT `fk_product_fk_country` FOREIGN KEY (`fk_country`) REFERENCES `llx_c_country` (`rowid`),
      +  CONSTRAINT `fk_product_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product`
      +--
      +
      +LOCK TABLES `llx_product` WRITE;
      +/*!40000 ALTER TABLE `llx_product` DISABLE KEYS */;
      +INSERT INTO `llx_product` VALUES (1,'2010-07-08 14:33:17','2016-01-16 16:30:35',0,0,'PINKDRESS',1,NULL,'Pink dress','A beatifull pink dress','','',NULL,100.00000000,112.50000000,90.00000000,101.25000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789066',2,'701PINKDRESS',NULL,NULL,'601PINKDRESS',NULL,670,-3,NULL,0,NULL,0,NULL,0,2,0.00000000,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(2,'2010-07-09 00:30:01','2016-01-16 16:37:14',0,0,'PEARPIE',1,NULL,'Pear Pie','','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789077',2,'',NULL,NULL,'',NULL,NULL,0,NULL,0,NULL,0,NULL,0,998,0.00000000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(3,'2010-07-09 00:30:25','2016-01-16 16:40:03',0,0,'CAKECONTRIB',1,NULL,'Cake making contribution','','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,1,'1m',NULL,NULL,'123456789088',2,'701CAKEM',NULL,NULL,'601CAKEM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(4,'2010-07-10 14:44:06','2016-01-16 15:58:20',0,0,'APPLEPIE',1,NULL,'Apple Pie','Nice Bio Apple Pie.<br />\r\n&nbsp;','','',NULL,5.00000000,5.62500000,0.00000000,0.00000000,'HT',12.500,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,NULL,'123456789034',2,'701',NULL,NULL,'601',NULL,500,-3,NULL,0,NULL,0,NULL,0,1001,10.00000000,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(5,'2011-07-20 23:11:38','2016-01-16 16:18:24',0,0,'DOLIDROID',1,NULL,'DoliDroid, Android app for Dolibarr','<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>','','',NULL,10.00000000,11.96000000,0.00000000,0.00000000,'HT',19.600,0,0.000,'0',0.000,'0',1,NULL,1,1,0,0,0,'',NULL,'https://play.google.com/store/apps/details?id=com.nltechno.dolidroidpro','123456789023',2,'701',NULL,NULL,'601',NULL,NULL,0,NULL,0,NULL,0,NULL,0,NULL,0.00000000,NULL,NULL,'',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(10,'2008-12-31 00:00:00','2017-02-16 00:12:09',0,0,'COMP-XP4523',1,NULL,'Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.','USXP765',11,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,0,0.000,'0',0.000,'0',NULL,12,1,1,0,1,0,'',150,NULL,'123456789055',2,'701OLDC',NULL,NULL,'601OLDC',NULL,1.7,0,NULL,0,NULL,0,NULL,0,110,0.00000000,NULL,NULL,NULL,NULL,0,'20110729232310',200,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(11,'2013-01-13 20:24:42','2016-07-30 13:42:31',0,0,'ROLLUPABC',1,NULL,'Rollup Dolibarr','A nice rollup','','',NULL,0.00000000,0.00000000,0.00000000,0.00000000,'HT',0.000,0,0.000,'0',0.000,'0',1,12,0,0,0,0,0,'',NULL,NULL,'123456789044',2,'',NULL,NULL,'',NULL,2.5,0,NULL,0,2.34,0,NULL,0,-1,0.00000000,NULL,NULL,'',1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(12,'2016-07-30 17:31:29','2016-07-30 13:35:02',0,0,'DOLICLOUD',1,NULL,'SaaS service of Dolibarr ERP CRM','Cloud hosting of Dolibarr ERP and CRM software','','',NULL,9.00000000,9.00000000,9.00000000,9.00000000,'HT',0.000,0,0.000,'0',0.000,'0',12,12,1,1,0,0,1,'',NULL,'http://www.dolicloud.com','123456789013',2,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,NULL,NULL,'',0,0,NULL,NULL,NULL,NULL,8.50000000,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL),(13,'2017-02-16 03:49:00','2017-02-15 23:49:27',0,0,'COMP-XP4548',1,NULL,'Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.','USXP765',11,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,0,0.000,'0',0.000,'0',12,12,1,1,0,1,0,'',150,NULL,NULL,2,'',NULL,NULL,'',NULL,1.7,0,NULL,0,NULL,0,NULL,0,NULL,0.00000000,NULL,NULL,'',NULL,0,NULL,200,NULL,NULL,NULL,NULL,0,NULL,'',NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_association`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_association`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_association` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_pere` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_fils` int(11) NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `incdec` int(11) DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_association` (`fk_product_pere`,`fk_product_fils`),
      +  KEY `idx_product_association` (`fk_product_fils`),
      +  KEY `idx_product_association_fils` (`fk_product_fils`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_association`
      +--
      +
      +LOCK TABLES `llx_product_association` WRITE;
      +/*!40000 ALTER TABLE `llx_product_association` DISABLE KEYS */;
      +INSERT INTO `llx_product_association` VALUES (2,5,1,1,1),(3,4,3,5,1),(4,4,1,2,1);
      +/*!40000 ALTER TABLE `llx_product_association` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `rang` int(11) NOT NULL DEFAULT '0',
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_attribute_ref` (`ref`),
      +  UNIQUE KEY `unique_ref` (`ref`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute`
      +--
      +
      +LOCK TABLES `llx_product_attribute` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_combination`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_combination`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_combination` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_parent` int(11) NOT NULL,
      +  `fk_product_child` int(11) NOT NULL,
      +  `variation_price` float NOT NULL,
      +  `variation_price_percentage` int(11) DEFAULT NULL,
      +  `variation_weight` float NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_combination`
      +--
      +
      +LOCK TABLES `llx_product_attribute_combination` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_combination2val`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_combination2val`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_combination2val` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_prod_combination` int(11) NOT NULL,
      +  `fk_prod_attr` int(11) NOT NULL,
      +  `fk_prod_attr_val` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_combination2val`
      +--
      +
      +LOCK TABLES `llx_product_attribute_combination2val` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination2val` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_combination2val` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_attribute_value`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_attribute_value`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_attribute_value` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_attribute` int(11) NOT NULL,
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `value` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_attribute_value` (`fk_product_attribute`,`ref`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_attribute_value`
      +--
      +
      +LOCK TABLES `llx_product_attribute_value` WRITE;
      +/*!40000 ALTER TABLE `llx_product_attribute_value` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_attribute_value` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_batch`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_batch` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_batch` (`fk_product_stock`,`batch`),
      +  KEY `idx_fk_product_stock` (`fk_product_stock`),
      +  KEY `ix_fk_product_stock` (`fk_product_stock`),
      +  KEY `idx_batch` (`batch`),
      +  CONSTRAINT `fk_product_batch_fk_product_stock` FOREIGN KEY (`fk_product_stock`) REFERENCES `llx_product_stock` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_batch`
      +--
      +
      +LOCK TABLES `llx_product_batch` WRITE;
      +/*!40000 ALTER TABLE `llx_product_batch` DISABLE KEYS */;
      +INSERT INTO `llx_product_batch` VALUES (1,'2016-07-30 13:40:39',8,NULL,NULL,'5599887766452',15,NULL),(2,'2016-07-30 13:40:12',8,NULL,NULL,'4494487766452',60,NULL),(3,'2017-02-16 00:12:09',9,NULL,NULL,'5599887766452',35,NULL);
      +/*!40000 ALTER TABLE `llx_product_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_customer_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_customer_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_customer_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_customer_price_fk_product_fk_soc` (`fk_product`,`fk_soc`),
      +  KEY `idx_product_customer_price_fk_user` (`fk_user`),
      +  KEY `fk_customer_price_fk_soc` (`fk_soc`),
      +  KEY `idx_product_customer_price_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_customer_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`) ON DELETE CASCADE,
      +  CONSTRAINT `fk_customer_price_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`) ON DELETE CASCADE,
      +  CONSTRAINT `fk_product_customer_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_customer_price_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_product_customer_price_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_customer_price`
      +--
      +
      +LOCK TABLES `llx_product_customer_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_customer_price` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_customer_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_customer_price_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_customer_price_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_customer_price_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_min` double(24,8) DEFAULT '0.00000000',
      +  `price_min_ttc` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_customer_price_log`
      +--
      +
      +LOCK TABLES `llx_product_customer_price_log` WRITE;
      +/*!40000 ALTER TABLE `llx_product_customer_price_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_customer_price_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_extrafields`
      +--
      +
      +LOCK TABLES `llx_product_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_product_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_factory`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_factory`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_factory` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_father` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_children` int(11) NOT NULL DEFAULT '0',
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `qty` double DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_factory` (`fk_product_father`,`fk_product_children`),
      +  KEY `idx_product_factory_fils` (`fk_product_children`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_factory`
      +--
      +
      +LOCK TABLES `llx_product_factory` WRITE;
      +/*!40000 ALTER TABLE `llx_product_factory` DISABLE KEYS */;
      +INSERT INTO `llx_product_factory` VALUES (2,26,25,0.00000000,0.00000000,3),(3,27,26,0.00000000,0.00000000,2);
      +/*!40000 ALTER TABLE `llx_product_factory` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_fournisseur_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_fournisseur_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_fournisseur_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `ref_fourn` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `desc_fourn` text COLLATE utf8_unicode_ci,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `quantity` double DEFAULT NULL,
      +  `remise_percent` double NOT NULL DEFAULT '0',
      +  `remise` double NOT NULL DEFAULT '0',
      +  `unitprice` double(24,8) DEFAULT '0.00000000',
      +  `charges` double(24,8) DEFAULT '0.00000000',
      +  `tva_tx` double(6,3) NOT NULL DEFAULT '0.000',
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `info_bits` int(11) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_supplier_price_expression` int(11) DEFAULT NULL,
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `delivery_time_days` int(11) DEFAULT NULL,
      +  `supplier_reputation` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_unitprice` double(24,8) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_fournisseur_price_ref` (`ref_fourn`,`fk_soc`,`quantity`,`entity`),
      +  KEY `idx_product_fournisseur_price_fk_user` (`fk_user`),
      +  KEY `idx_product_fourn_price_fk_product` (`fk_product`,`entity`),
      +  KEY `idx_product_fourn_price_fk_soc` (`fk_soc`,`entity`),
      +  CONSTRAINT `fk_product_fournisseur_price_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_fournisseur_price_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_fournisseur_price`
      +--
      +
      +LOCK TABLES `llx_product_fournisseur_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price` DISABLE KEYS */;
      +INSERT INTO `llx_product_fournisseur_price` VALUES (1,'2010-07-11 18:45:42','2012-12-08 13:11:08',4,1,'ABCD',NULL,NULL,10.00000000,1,0,0,10.00000000,0.00000000,0.000,NULL,0,1,NULL,1,NULL,NULL,NULL,NULL,1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0'),(2,'2016-07-30 17:34:38','2016-07-30 13:34:38',12,10,'BASIC',NULL,0,9.00000000,1,0,0,9.00000000,0.00000000,0.000,NULL,0,12,NULL,1,NULL,NULL,NULL,'FAVORITE',1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0'),(3,'2017-02-02 05:17:08','2017-02-02 01:17:08',1,10,'aaa',NULL,0,100.00000000,1,10,0,100.00000000,0.00000000,12.500,NULL,0,12,NULL,1,NULL,NULL,NULL,NULL,1.00000000,NULL,NULL,NULL,NULL,0.000,'0',0.000,'0');
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_fournisseur_price_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_fournisseur_price_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_fournisseur_price_log` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_product_fournisseur` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `quantity` double DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `multicurrency_unitprice` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_fournisseur_price_log`
      +--
      +
      +LOCK TABLES `llx_product_fournisseur_price_log` WRITE;
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price_log` DISABLE KEYS */;
      +INSERT INTO `llx_product_fournisseur_price_log` VALUES (1,'2010-07-11 18:45:42',1,10.00000000,1,1,NULL,NULL,1.00000000,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_fournisseur_price_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lang`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lang`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lang` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `lang` varchar(5) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_lang` (`fk_product`,`lang`),
      +  CONSTRAINT `fk_product_lang_fk_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lang`
      +--
      +
      +LOCK TABLES `llx_product_lang` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lang` DISABLE KEYS */;
      +INSERT INTO `llx_product_lang` VALUES (1,1,'en_US','Pink dress','A beatifull pink dress','',NULL),(2,2,'en_US','Pear Pie','','',NULL),(3,3,'en_US','Cake making contribution','','',NULL),(4,4,'fr_FR','Decapsuleur','','',NULL),(5,5,'en_US','DoliDroid, Android app for Dolibarr','<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>','',NULL),(9,11,'fr_FR','hfghf','','',NULL),(10,2,'fr_FR','Product P1','','',NULL),(11,4,'en_US','Apple Pie','Nice Bio Apple Pie.<br />\r\n&nbsp;','',NULL),(12,11,'en_US','Rollup Dolibarr','A nice rollup','',NULL),(13,10,'en_US','Computer XP4523','A powerfull computer XP4523&nbsp;','This product is imported.<br />\r\nWarning: Delay to get it are not reliable.',NULL),(14,12,'en_US','SaaS hosting of Dolibarr ERP CRM','Cloud hosting of Dolibarr ERP and CRM software','',NULL),(15,12,'fr_FR','Service SaaS Hébergement Dolibarr ERP CRM','Service SaaS d&#39;h&eacute;bergement de la solution Dolibarr ERP CRM','',NULL),(16,13,'en_US','Computer XP4523','A powerfull computer XP4523&nbsp;',NULL,NULL),(17,13,'fr_FR','Computer XP4523','A powerfull computer XP4523&nbsp;',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_lang` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lot`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lot`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lot` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_product` int(11) NOT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_lot` (`fk_product`,`batch`)
      +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lot`
      +--
      +
      +LOCK TABLES `llx_product_lot` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lot` DISABLE KEYS */;
      +INSERT INTO `llx_product_lot` VALUES (1,1,2,'123456','2016-07-07',NULL,'2016-07-21 20:55:19','2016-12-12 10:53:58',NULL,NULL,NULL),(2,1,2,'2222','2016-07-08','2016-07-07','2016-07-21 21:00:42','2016-12-12 10:53:58',NULL,NULL,NULL),(3,1,10,'5599887766452',NULL,NULL,'2016-07-30 17:39:31','2016-12-12 10:53:58',NULL,NULL,NULL),(4,1,10,'4494487766452',NULL,NULL,'2016-07-30 17:40:12','2016-12-12 10:53:58',NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_product_lot` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_lot_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_lot_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_lot_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_lot_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_lot_extrafields`
      +--
      +
      +LOCK TABLES `llx_product_lot_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_product_lot_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_lot_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_price`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_price`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_price` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `date_price` datetime DEFAULT NULL,
      +  `price_level` smallint(6) DEFAULT '1',
      +  `price` double(24,8) DEFAULT NULL,
      +  `price_ttc` double(24,8) DEFAULT NULL,
      +  `price_min` double(24,8) DEFAULT NULL,
      +  `price_min_ttc` double(24,8) DEFAULT NULL,
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `tva_tx` double(6,3) NOT NULL,
      +  `default_vat_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `recuperableonly` int(11) NOT NULL DEFAULT '0',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `tosell` tinyint(4) DEFAULT '1',
      +  `price_by_qty` int(11) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_price_expression` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_price` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price_ttc` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_product_price_fk_user_author` (`fk_user_author`),
      +  KEY `idx_product_price_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_product_price_product` FOREIGN KEY (`fk_product`) REFERENCES `llx_product` (`rowid`),
      +  CONSTRAINT `fk_product_price_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_price`
      +--
      +
      +LOCK TABLES `llx_product_price` WRITE;
      +/*!40000 ALTER TABLE `llx_product_price` DISABLE KEYS */;
      +INSERT INTO `llx_product_price` VALUES (1,1,'2010-07-08 12:33:17',1,'2010-07-08 14:33:17',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(2,1,'2010-07-08 22:30:01',2,'2010-07-09 00:30:01',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(3,1,'2010-07-08 22:30:25',3,'2010-07-09 00:30:25',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(4,1,'2010-07-10 12:44:06',4,'2010-07-10 14:44:06',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(5,1,'2011-07-20 21:11:38',5,'2011-07-20 23:11:38',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',19.600,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(6,1,'2011-07-27 17:02:59',5,'2011-07-27 19:02:59',1,10.00000000,11.96000000,0.00000000,0.00000000,'HT',19.600,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(10,1,'2011-07-31 22:34:27',4,'2011-08-01 00:34:27',1,5.00000000,5.62500000,0.00000000,0.00000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(12,1,'2013-01-13 19:24:59',11,'2013-01-13 20:24:59',1,0.00000000,0.00000000,0.00000000,0.00000000,'HT',0.000,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(13,1,'2013-03-12 09:30:24',1,'2013-03-12 10:30:24',1,100.00000000,112.50000000,90.00000000,101.25000000,'HT',12.500,NULL,0,0.000,'0',0.000,'0',1,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(14,1,'2016-07-30 13:31:29',12,'2016-07-30 17:31:29',1,9.00000000,9.00000000,9.00000000,9.00000000,'HT',0.000,NULL,0,0.000,'0',0.000,'0',12,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(15,1,'2017-02-15 23:49:00',13,'2017-02-16 03:49:00',1,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,NULL,0,0.000,'0',0.000,'0',12,0,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL),(16,1,'2017-08-30 15:04:04',10,'2017-08-30 19:04:04',1,100.00000000,110.00000000,0.00000000,0.00000000,'HT',10.000,NULL,0,0.000,'0',0.000,'0',12,1,0,NULL,NULL,NULL,NULL,0.00000000,1.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_product_price` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_price_by_qty`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_price_by_qty`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_price_by_qty` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product_price` int(11) NOT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `price_ttc` double(24,8) DEFAULT '0.00000000',
      +  `remise_percent` double NOT NULL DEFAULT '0',
      +  `remise` double NOT NULL DEFAULT '0',
      +  `qty_min` double DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `quantity` double DEFAULT NULL,
      +  `unitprice` double(24,8) DEFAULT '0.00000000',
      +  `price_base_type` varchar(3) COLLATE utf8_unicode_ci DEFAULT 'HT',
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_price` double(24,8) DEFAULT NULL,
      +  `multicurrency_price_ttc` double(24,8) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_price_by_qty_level` (`fk_product_price`,`quantity`),
      +  KEY `idx_product_price_by_qty_fk_product_price` (`fk_product_price`),
      +  CONSTRAINT `fk_product_price_by_qty_fk_product_price` FOREIGN KEY (`fk_product_price`) REFERENCES `llx_product_price` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_price_by_qty`
      +--
      +
      +LOCK TABLES `llx_product_price_by_qty` WRITE;
      +/*!40000 ALTER TABLE `llx_product_price_by_qty` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_price_by_qty` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_pricerules`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_pricerules`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_pricerules` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `level` int(11) NOT NULL,
      +  `fk_level` int(11) NOT NULL,
      +  `var_percent` float NOT NULL,
      +  `var_min_percent` float NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `unique_level` (`level`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_pricerules`
      +--
      +
      +LOCK TABLES `llx_product_pricerules` WRITE;
      +/*!40000 ALTER TABLE `llx_product_pricerules` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_pricerules` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_stock`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_stock`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_stock` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `reel` double DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_product_stock` (`fk_product`,`fk_entrepot`),
      +  KEY `idx_product_stock_fk_product` (`fk_product`),
      +  KEY `idx_product_stock_fk_entrepot` (`fk_entrepot`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_stock`
      +--
      +
      +LOCK TABLES `llx_product_stock` WRITE;
      +/*!40000 ALTER TABLE `llx_product_stock` DISABLE KEYS */;
      +INSERT INTO `llx_product_stock` VALUES (1,'2010-07-08 22:43:51',2,2,1000,NULL),(3,'2010-07-10 23:02:20',4,2,1000,NULL),(4,'2013-01-19 17:22:48',4,1,1,NULL),(5,'2013-01-19 17:22:48',1,1,2,NULL),(6,'2013-01-19 17:22:48',11,1,-1,NULL),(7,'2013-01-19 17:31:58',2,1,-2,NULL),(8,'2016-07-30 13:40:39',10,2,75,NULL),(9,'2017-02-16 00:12:09',10,1,35,NULL);
      +/*!40000 ALTER TABLE `llx_product_stock` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_subproduct`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_subproduct`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_subproduct` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_product_subproduct` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `fk_product` (`fk_product`,`fk_product_subproduct`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_subproduct`
      +--
      +
      +LOCK TABLES `llx_product_subproduct` WRITE;
      +/*!40000 ALTER TABLE `llx_product_subproduct` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_subproduct` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_product_warehouse_properties`
      +--
      +
      +DROP TABLE IF EXISTS `llx_product_warehouse_properties`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_product_warehouse_properties` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `seuil_stock_alerte` int(11) DEFAULT '0',
      +  `desiredstock` int(11) DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_product_warehouse_properties`
      +--
      +
      +LOCK TABLES `llx_product_warehouse_properties` WRITE;
      +/*!40000 ALTER TABLE `llx_product_warehouse_properties` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_product_warehouse_properties` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dateo` date DEFAULT NULL,
      +  `datee` date DEFAULT NULL,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `public` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_opp_status` int(11) DEFAULT NULL,
      +  `opp_percent` double(5,2) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `budget_amount` double(24,8) DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `fk_user_close` int(11) DEFAULT NULL,
      +  `opp_amount` double(24,8) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `bill_time` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_ref` (`ref`,`entity`),
      +  KEY `idx_projet_fk_soc` (`fk_soc`),
      +  CONSTRAINT `fk_projet_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet`
      +--
      +
      +LOCK TABLES `llx_projet` WRITE;
      +/*!40000 ALTER TABLE `llx_projet` DISABLE KEYS */;
      +INSERT INTO `llx_projet` VALUES (1,11,'2010-07-09 00:00:00','2015-10-05 20:51:28','2010-07-09',NULL,'PROJ1',1,'Project One','',1,0,1,NULL,NULL,NULL,'gdfgdfg','baleine',NULL,NULL,NULL,NULL,NULL,NULL,0),(2,13,'2010-07-09 00:00:00','2015-10-05 20:51:51','2010-07-09',NULL,'PROJ2',1,'Project Two','',1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(3,1,'2010-07-09 00:00:00','2017-02-01 11:55:08','2010-07-09',NULL,'PROJINDIAN',1,'Project for Indian company move','',1,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(4,NULL,'2010-07-09 00:00:00','2010-07-08 22:50:49','2010-07-09',NULL,'PROJSHARED',1,'The Global project','',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(5,NULL,'2010-07-11 00:00:00','2017-02-01 15:01:51','2010-07-11','2011-07-14','RMLL',1,'Project management RMLL','',1,1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0),(6,10,'2016-07-30 00:00:00','2016-07-30 15:53:07','2016-07-30',NULL,'PJ1607-0001',1,'PROJALICE1','The Alice project number 1',12,0,1,2,20.00,NULL,NULL,NULL,5000.00000000,NULL,NULL,8000.00000000,NULL,NULL,0),(7,10,'2016-07-30 00:00:00','2017-02-01 12:24:37','2016-07-30',NULL,'PJ1607-0002',1,'PROJALICE2','The Alice project number 2',12,0,1,6,100.00,NULL,NULL,NULL,NULL,'2017-02-01 16:24:31',12,7000.00000000,NULL,NULL,0),(8,10,'2016-07-30 00:00:00','2016-07-30 15:53:23','2016-07-30',NULL,'PJ1607-0003',1,'PROJALICE2','The Alice project number 3',12,0,1,6,100.00,NULL,NULL,NULL,NULL,NULL,NULL,3550.00000000,NULL,NULL,0),(9,4,'2016-07-31 00:00:00','2016-07-31 14:27:26','2016-07-31',NULL,'PJ1607-0004',1,'Project Top X','',12,0,1,2,27.00,NULL,NULL,NULL,NULL,NULL,NULL,4000.00000000,NULL,NULL,0);
      +/*!40000 ALTER TABLE `llx_projet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priority` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_extrafields`
      +--
      +
      +LOCK TABLES `llx_projet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_projet_extrafields` VALUES (5,'2016-07-30 15:53:07',6,NULL,'3'),(7,'2016-07-30 15:53:23',8,NULL,'5'),(9,'2016-07-31 14:27:24',9,NULL,'0'),(13,'2017-02-01 11:55:08',3,NULL,'0'),(15,'2017-02-01 12:24:31',7,NULL,'1'),(16,'2017-02-01 15:01:51',5,NULL,'0');
      +/*!40000 ALTER TABLE `llx_projet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_projet` int(11) NOT NULL,
      +  `fk_task_parent` int(11) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `dateo` datetime DEFAULT NULL,
      +  `datee` datetime DEFAULT NULL,
      +  `datev` datetime DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `duration_effective` double DEFAULT '0',
      +  `planned_workload` double DEFAULT '0',
      +  `progress` int(11) DEFAULT '0',
      +  `priority` int(11) DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `rang` int(11) DEFAULT '0',
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_task_ref` (`ref`,`entity`),
      +  KEY `idx_projet_task_fk_projet` (`fk_projet`),
      +  KEY `idx_projet_task_fk_user_creat` (`fk_user_creat`),
      +  KEY `idx_projet_task_fk_user_valid` (`fk_user_valid`),
      +  CONSTRAINT `fk_projet_task_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_projet_task_fk_user_creat` FOREIGN KEY (`fk_user_creat`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_projet_task_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task`
      +--
      +
      +LOCK TABLES `llx_projet_task` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task` DISABLE KEYS */;
      +INSERT INTO `llx_projet_task` VALUES (2,'2',1,5,0,'2010-07-11 16:23:53','2013-09-08 23:06:14','2010-07-11 12:00:00','2011-07-14 12:00:00',NULL,'Heberger site RMLL','',0,0,0,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(3,'TK1007-0001',1,1,0,'2014-12-21 13:52:41','2016-07-30 11:35:40','2014-12-21 16:52:00',NULL,NULL,'Analyze','',9000,36000,0,0,1,NULL,0,NULL,'gdfgdfgdf',0,NULL,NULL),(4,'TK1007-0002',1,1,0,'2014-12-21 13:55:39','2016-07-30 11:35:51','2014-12-21 16:55:00',NULL,NULL,'Specification','',7200,18000,25,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(5,'TK1007-0003',1,1,0,'2014-12-21 14:16:58','2016-07-30 11:35:59','2014-12-21 17:16:00',NULL,NULL,'Development','',0,0,0,0,1,NULL,0,NULL,NULL,0,NULL,NULL),(6,'TK1607-0004',1,6,0,'2016-07-30 15:33:27','2016-07-30 11:34:47','2016-07-30 02:00:00',NULL,NULL,'Project preparation phase A','',75600,720000,10,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(7,'TK1607-0005',1,6,0,'2016-07-30 15:33:39','2017-01-30 11:23:39','2016-07-30 02:00:00',NULL,NULL,'Project preparation phase B','',40260,1080000,5,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(8,'TK1607-0006',1,6,0,'2016-07-30 15:33:53','2016-07-30 11:33:53','2016-07-30 02:00:00',NULL,NULL,'Project execution phase A','',0,162000,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(9,'TK1607-0007',1,6,0,'2016-07-30 15:34:09','2016-07-30 11:34:09','2016-10-27 02:00:00',NULL,NULL,'Project execution phase B','',0,2160000,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL),(10,'TK1007-0008',1,1,0,'2016-07-30 15:36:31','2016-07-30 11:36:31','2016-07-30 02:00:00',NULL,NULL,'Tests','',0,316800,0,0,12,NULL,0,NULL,NULL,0,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_projet_task` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_task_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task_extrafields`
      +--
      +
      +LOCK TABLES `llx_projet_task_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_task_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_task_time`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_task_time`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_task_time` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_task` int(11) NOT NULL,
      +  `task_date` date DEFAULT NULL,
      +  `task_datehour` datetime DEFAULT NULL,
      +  `task_date_withhour` int(11) DEFAULT '0',
      +  `task_duration` double DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `thm` double(24,8) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `invoice_id` int(11) DEFAULT NULL,
      +  `invoice_line_id` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` date DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_projet_task_time_task` (`fk_task`),
      +  KEY `idx_projet_task_time_date` (`task_date`),
      +  KEY `idx_projet_task_time_datehour` (`task_datehour`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_task_time`
      +--
      +
      +LOCK TABLES `llx_projet_task_time` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_task_time` DISABLE KEYS */;
      +INSERT INTO `llx_projet_task_time` VALUES (2,4,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,'',NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(3,4,'2014-12-18','2014-12-18 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(4,3,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(5,3,'2014-12-21','2014-12-21 12:00:00',0,1800,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(6,3,'2014-12-21','2014-12-21 12:00:00',0,3600,1,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(7,6,'2016-07-25','2016-07-25 00:00:00',0,18000,12,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(8,6,'2016-07-26','2016-07-26 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(9,6,'2016-07-27','2016-07-27 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(10,6,'2016-07-29','2016-07-29 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(11,6,'2016-07-31','2016-07-31 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(12,7,'2016-07-25','2016-07-25 00:00:00',0,10800,12,NULL,NULL,NULL,NULL,NULL,NULL,'0000-00-00 00:00:00'),(13,7,'2016-07-26','2016-07-26 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(14,7,'2016-07-27','2016-07-27 00:00:00',0,14400,12,NULL,NULL,NULL,NULL,NULL,NULL,'2018-03-16 10:00:54'),(15,7,'2017-01-30','2017-01-30 10:00:00',1,660,12,NULL,'',NULL,NULL,NULL,NULL,'0000-00-00 00:00:00');
      +/*!40000 ALTER TABLE `llx_projet_task_time` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_taskdet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_taskdet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_taskdet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_task` int(11) NOT NULL DEFAULT '0',
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `qty_planned` double DEFAULT NULL,
      +  `qty_used` double DEFAULT NULL,
      +  `qty_deleted` double DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `pmp` double(24,8) DEFAULT '0.00000000',
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `fk_statut` int(11) NOT NULL DEFAULT '0',
      +  `note_public` mediumtext COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_projet_taskdet` (`fk_task`,`fk_product`),
      +  KEY `idx_projet_taskdet_fk_task` (`fk_task`),
      +  KEY `idx_projet_taskdet_fk_product` (`fk_product`),
      +  CONSTRAINT `fk_projet_taskdet_fk_task` FOREIGN KEY (`fk_task`) REFERENCES `llx_projet_task` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_taskdet`
      +--
      +
      +LOCK TABLES `llx_projet_taskdet` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_taskdet` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_taskdet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_projet_taskdet_equipement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_projet_taskdet_equipement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_projet_taskdet_equipement` (
      +  `fk_equipement` int(11) NOT NULL DEFAULT '0',
      +  `fk_projet_taskdet` int(11) NOT NULL DEFAULT '0',
      +  UNIQUE KEY `uk_factory_equipement` (`fk_equipement`,`fk_projet_taskdet`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_projet_taskdet_equipement`
      +--
      +
      +LOCK TABLES `llx_projet_taskdet_equipement` WRITE;
      +/*!40000 ALTER TABLE `llx_projet_taskdet_equipement` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_projet_taskdet_equipement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_client` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `fin_validite` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `price` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `fk_availability` int(11) DEFAULT NULL,
      +  `fk_delivery_address` int(11) DEFAULT NULL,
      +  `fk_input_reason` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_propal_ref` (`ref`,`entity`),
      +  KEY `idx_propal_fk_soc` (`fk_soc`),
      +  KEY `idx_propal_fk_user_author` (`fk_user_author`),
      +  KEY `idx_propal_fk_user_valid` (`fk_user_valid`),
      +  KEY `idx_propal_fk_user_cloture` (`fk_user_cloture`),
      +  KEY `idx_propal_fk_projet` (`fk_projet`),
      +  KEY `idx_propal_fk_account` (`fk_account`),
      +  KEY `idx_propal_fk_currency` (`fk_currency`),
      +  CONSTRAINT `fk_propal_fk_projet` FOREIGN KEY (`fk_projet`) REFERENCES `llx_projet` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_author` FOREIGN KEY (`fk_user_author`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_cloture` FOREIGN KEY (`fk_user_cloture`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_propal_fk_user_valid` FOREIGN KEY (`fk_user_valid`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal`
      +--
      +
      +LOCK TABLES `llx_propal` WRITE;
      +/*!40000 ALTER TABLE `llx_propal` DISABLE KEYS */;
      +INSERT INTO `llx_propal` VALUES (1,2,NULL,'2016-07-30 15:56:45','PR1007-0001',1,NULL,NULL,'','2010-07-09 01:33:49','2016-07-09','2016-07-24 12:00:00','2017-08-08 14:24:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,30.00000000,3.84000000,0.00000000,0.00000000,33.84000000,NULL,NULL,1,0,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(2,1,NULL,'2016-07-30 15:56:54','PR1007-0002',1,NULL,NULL,'','2010-07-10 02:11:44','2016-07-10','2016-07-25 12:00:00','2016-07-10 02:12:55','2017-07-20 15:23:12',1,NULL,1,1,2,0,NULL,NULL,0,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,NULL,NULL,1,1,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(3,4,NULL,'2016-07-30 15:56:54','PR1007-0003',1,NULL,NULL,'','2010-07-18 11:35:11','2016-07-18','2016-08-02 12:00:00','2016-07-18 11:36:18','2017-07-20 15:21:15',1,NULL,1,1,2,0,NULL,NULL,0,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(5,19,NULL,'2016-07-30 15:56:54','PR1302-0005',1,NULL,NULL,'','2013-02-17 15:39:56','2016-02-17','2016-03-04 12:00:00','2018-11-15 23:27:10',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,10.00000000,2.00000000,0.00000000,0.00000000,12.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(6,19,NULL,'2016-07-30 15:56:54','PR1302-0006',1,NULL,NULL,'','2013-02-17 15:40:12','2016-02-17','2016-03-04 12:00:00',NULL,NULL,1,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(7,19,NULL,'2017-01-29 17:49:33','PR1302-0007',1,NULL,NULL,'','2013-02-17 15:41:15','2016-02-17','2016-03-04 12:00:00','2017-01-29 21:49:33',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,400.00000000,0.00000000,400.00000000,NULL),(8,19,NULL,'2016-07-30 15:56:39','PR1302-0008',1,NULL,NULL,'','2013-02-17 15:43:39','2016-02-17','2016-03-04 12:00:00',NULL,NULL,1,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,0,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(10,7,NULL,'2016-07-30 15:57:25','(PROV10)',1,NULL,NULL,'','2015-11-15 23:37:08','2015-11-15','2016-11-30 12:00:00',NULL,NULL,12,NULL,NULL,NULL,0,0,NULL,NULL,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,NULL,NULL,1,3,'','','azur',NULL,NULL,0,NULL,0,NULL,NULL,0,'',NULL,NULL,1.00000000,0.00000000,0.00000000,0.00000000,NULL),(11,1,NULL,'2017-02-16 00:44:58','PR1702-0009',1,NULL,NULL,'','2017-02-16 01:44:58','2015-05-13','2015-05-28 12:00:00','2017-02-16 01:44:58',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,60.00000000,0.00000000,0.00000000,0.00000000,60.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,60.00000000,0.00000000,60.00000000,NULL),(12,7,NULL,'2017-02-16 00:45:44','PR1702-0010',1,NULL,NULL,'','2017-02-16 01:45:44','2015-06-24','2015-07-09 12:00:00','2017-02-16 01:45:44',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,832.00000000,0.00000000,0.00000000,0.00000000,832.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,832.00000000,0.00000000,832.00000000,NULL),(13,26,NULL,'2017-02-16 00:46:15','PR1702-0011',1,NULL,NULL,'','2017-02-16 01:46:15','2015-04-03','2015-04-18 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,242.00000000,0.00000000,0.00000000,0.00000000,242.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,242.00000000,0.00000000,242.00000000,NULL),(14,3,NULL,'2017-02-16 00:46:15','PR1702-0012',1,NULL,NULL,'','2017-02-16 01:46:15','2016-06-19','2016-07-04 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,245.00000000,0.00000000,0.00000000,0.00000000,245.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,245.00000000,0.00000000,245.00000000,NULL),(15,26,NULL,'2017-02-16 00:46:15','PR1702-0013',1,NULL,NULL,'','2017-02-16 01:46:15','2016-05-01','2016-05-16 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,940.00000000,0.00000000,0.00000000,0.00000000,940.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,940.00000000,0.00000000,940.00000000,NULL),(16,1,NULL,'2017-02-16 00:46:15','PR1702-0014',1,NULL,NULL,'','2017-02-16 01:46:15','2015-05-13','2015-05-28 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,125.00000000,0.00000000,0.00000000,0.00000000,125.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,125.00000000,0.00000000,125.00000000,NULL),(17,1,NULL,'2017-02-16 00:46:15','PR1702-0015',1,NULL,NULL,'','2017-02-16 01:46:15','2016-07-23','2016-08-07 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,163.00000000,0.00000000,0.00000000,0.00000000,163.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,163.00000000,0.00000000,163.00000000,NULL),(18,26,NULL,'2017-02-16 00:46:15','PR1702-0016',1,NULL,NULL,'','2017-02-16 01:46:15','2015-02-13','2015-02-28 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,900.00000000,0.00000000,0.00000000,0.00000000,900.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,900.00000000,0.00000000,900.00000000,NULL),(19,12,NULL,'2017-02-16 00:46:15','PR1702-0017',1,NULL,NULL,'','2017-02-16 01:46:15','2015-03-30','2015-04-14 12:00:00','2017-02-16 01:46:15',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL),(20,26,NULL,'2017-02-16 00:46:15','PR1702-0018',1,NULL,NULL,'','2017-02-16 01:46:15','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,830.00000000,0.00000000,0.00000000,0.00000000,830.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,830.00000000,0.00000000,830.00000000,NULL),(21,1,NULL,'2017-02-16 00:47:09','PR1702-0019',1,NULL,NULL,'','2017-02-16 01:46:15','2015-09-23','2018-10-08 12:00:00','2017-02-16 04:47:09',NULL,1,NULL,12,NULL,1,0,NULL,NULL,0,89.00000000,0.00000000,0.00000000,0.00000000,89.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,89.00000000,0.00000000,89.00000000,NULL),(22,26,NULL,'2017-02-16 00:47:13','PR1702-0020',1,NULL,NULL,'','2017-02-16 01:46:15','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:15',NULL,1,NULL,1,NULL,0,0,NULL,NULL,0,70.00000000,0.00000000,0.00000000,0.00000000,70.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,70.00000000,0.00000000,70.00000000,NULL),(23,12,NULL,'2017-02-17 12:07:18','PR1702-0021',1,NULL,NULL,'','2017-02-16 01:46:17','2016-04-03','2016-04-18 12:00:00','2017-02-17 16:07:18',NULL,2,NULL,12,NULL,1,0,NULL,NULL,0,715.00000000,0.00000000,0.00000000,0.00000000,715.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,715.00000000,0.00000000,715.00000000,NULL),(24,7,NULL,'2017-02-16 00:46:17','PR1702-0022',1,NULL,NULL,'','2017-02-16 01:46:17','2016-11-13','2016-11-28 12:00:00','2017-02-16 01:46:17',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,250.00000000,0.00000000,0.00000000,0.00000000,250.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,250.00000000,0.00000000,250.00000000,NULL),(25,3,NULL,'2017-02-16 00:47:29','PR1702-0023',1,NULL,NULL,'','2017-02-16 01:46:17','2016-07-09','2016-07-24 12:00:00','2017-02-16 01:46:17','2017-02-16 04:47:29',1,NULL,1,12,4,0,NULL,NULL,0,1018.00000000,0.00000000,0.00000000,0.00000000,1018.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1018.00000000,0.00000000,1018.00000000,NULL),(26,1,NULL,'2017-02-16 00:46:18','PR1702-0024',1,NULL,NULL,'','2017-02-16 01:46:17','2016-04-03','2016-04-18 12:00:00','2017-02-16 01:46:18',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,710.00000000,0.00000000,0.00000000,0.00000000,710.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,710.00000000,0.00000000,710.00000000,NULL),(27,6,NULL,'2017-02-16 00:46:18','PR1702-0025',1,NULL,NULL,'','2017-02-16 01:46:18','2016-11-12','2016-11-27 12:00:00','2017-02-16 01:46:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,300.00000000,0.00000000,300.00000000,NULL),(28,19,NULL,'2017-02-16 00:46:31','PR1702-0026',1,NULL,NULL,'','2017-02-16 01:46:18','2015-07-30','2015-08-14 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:31',2,NULL,2,12,2,0,NULL,NULL,0,440.00000000,0.00000000,0.00000000,0.00000000,440.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,440.00000000,0.00000000,440.00000000,NULL),(29,1,NULL,'2017-02-16 00:46:37','PR1702-0027',1,NULL,NULL,'','2017-02-16 01:46:18','2015-07-23','2015-08-07 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:37',2,NULL,2,12,2,0,NULL,NULL,0,1000.00000000,0.00000000,0.00000000,0.00000000,1000.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1000.00000000,0.00000000,1000.00000000,NULL),(30,1,NULL,'2017-02-16 00:46:42','PR1702-0028',1,NULL,NULL,'','2017-02-16 01:46:18','2016-05-01','2016-05-16 12:00:00','2017-02-16 01:46:18','2017-02-16 04:46:42',2,NULL,2,12,3,0,NULL,NULL,0,1200.00000000,0.00000000,0.00000000,0.00000000,1200.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,1200.00000000,0.00000000,1200.00000000,NULL),(31,11,NULL,'2017-02-16 00:46:18','PR1702-0029',1,NULL,NULL,'','2017-02-16 01:46:18','2016-06-24','2016-07-09 12:00:00','2017-02-16 01:46:18',NULL,1,NULL,1,NULL,1,0,NULL,NULL,0,720.00000000,0.00000000,0.00000000,0.00000000,720.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,720.00000000,0.00000000,720.00000000,NULL),(32,19,NULL,'2017-02-16 00:46:18','PR1702-0030',1,NULL,NULL,'','2017-02-16 01:46:18','2016-11-12','2016-11-27 12:00:00','2017-02-16 01:46:18',NULL,2,NULL,2,NULL,1,0,NULL,NULL,0,608.00000000,0.00000000,0.00000000,0.00000000,608.00000000,NULL,NULL,3,3,'','','',NULL,NULL,0,NULL,0,NULL,NULL,0,'',0,'EUR',1.00000000,608.00000000,0.00000000,608.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_propal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propal_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal_extrafields`
      +--
      +
      +LOCK TABLES `llx_propal_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_propal_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propal_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propal_merge_pdf_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propal_merge_pdf_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propal_merge_pdf_product` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_product` int(11) NOT NULL,
      +  `file_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
      +  `lang` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_mod` int(11) NOT NULL,
      +  `datec` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propal_merge_pdf_product`
      +--
      +
      +LOCK TABLES `llx_propal_merge_pdf_product` WRITE;
      +/*!40000 ALTER TABLE `llx_propal_merge_pdf_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propal_merge_pdf_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propaldet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propaldet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propaldet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_propal` int(11) DEFAULT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `date_start` datetime DEFAULT NULL,
      +  `date_end` datetime DEFAULT NULL,
      +  `info_bits` int(11) DEFAULT '0',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `special_code` int(10) unsigned DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propaldet_fk_propal` (`fk_propal`),
      +  KEY `idx_propaldet_fk_product` (`fk_product`),
      +  KEY `fk_propaldet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_propaldet_fk_propal` FOREIGN KEY (`fk_propal`) REFERENCES `llx_propal` (`rowid`),
      +  CONSTRAINT `fk_propaldet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propaldet`
      +--
      +
      +LOCK TABLES `llx_propaldet` WRITE;
      +/*!40000 ALTER TABLE `llx_propaldet` DISABLE KEYS */;
      +INSERT INTO `llx_propaldet` VALUES (1,1,NULL,NULL,NULL,'Une machine à café',NULL,12.500,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,1.25000000,0.00000000,0.00000000,11.25000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(2,2,NULL,NULL,NULL,'Product 1',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(3,2,NULL,2,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(4,3,NULL,NULL,NULL,'A new marvelous product',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(5,1,NULL,5,NULL,'cccc',NULL,19.600,'',0.000,'',0.000,'',1,0,0,NULL,10.00000000,10.00000000,1.96000000,0.00000000,0.00000000,11.96000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(11,1,NULL,4,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(12,1,NULL,4,NULL,'',NULL,0.000,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(13,1,NULL,4,NULL,'',NULL,12.500,'',0.000,'',0.000,'',1,0,0,NULL,5.00000000,5.00000000,0.63000000,0.00000000,0.00000000,5.63000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(24,5,NULL,NULL,NULL,'On demand Apple pie',NULL,20.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,2.00000000,0.00000000,0.00000000,12.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000),(25,7,NULL,NULL,NULL,'Help to setup Magic Food computer',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,400.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,1,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'',400.00000000,400.00000000,0.00000000,400.00000000),(26,11,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(27,11,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(28,12,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(29,12,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(30,12,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(31,12,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(32,12,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(33,13,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(34,13,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(35,13,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,9.00000000,27.00000000,0.00000000,0.00000000,0.00000000,27.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,27.00000000,0.00000000,27.00000000),(36,13,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(37,14,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(38,14,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(39,15,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(40,15,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(41,15,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(42,15,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(43,16,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(44,16,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,10.00000000,40.00000000,0.00000000,0.00000000,0.00000000,40.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,40.00000000,0.00000000,40.00000000),(45,16,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(46,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(47,17,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(48,17,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(49,17,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(50,17,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(51,18,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(52,18,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(53,18,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(54,19,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(55,19,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(56,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(57,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(58,19,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(59,20,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(60,20,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(61,20,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(62,20,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(63,21,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(64,21,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,9.00000000,9.00000000,0.00000000,0.00000000,0.00000000,9.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,9.00000000,0.00000000,9.00000000),(65,21,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(66,21,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(67,22,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,10.00000000,50.00000000,0.00000000,0.00000000,0.00000000,50.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',10.00000000,50.00000000,0.00000000,50.00000000),(68,22,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,10.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,20.00000000,0.00000000,20.00000000),(69,23,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(70,23,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,5.00000000,15.00000000,0.00000000,0.00000000,0.00000000,15.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',5.00000000,15.00000000,0.00000000,15.00000000),(71,23,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(72,23,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(73,24,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,5.00000000,5.00000000,0.00000000,0.00000000,0.00000000,5.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,5.00000000,0.00000000,5.00000000),(74,24,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(75,24,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(76,24,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(77,25,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(78,25,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(79,25,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(80,25,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(81,25,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000),(82,26,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(83,26,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,10.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,10.00000000,0.00000000,10.00000000),(84,26,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(85,26,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(86,26,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(87,27,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(88,27,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(89,28,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,5.00000000,10.00000000,0.00000000,0.00000000,0.00000000,10.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,10.00000000,0.00000000,10.00000000),(90,28,NULL,5,NULL,'<strong><span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">DoliDroid is the Android front-end client for Dolibarr ERP &amp; CRM web software.</span><br />\r\n<span style=\"font-family:roboto,uilanguagefont,arial,sans-serif; font-size:14px\">This application is not a standalone program. It is a front end to use a online hosted Dolibarr ERP &amp; CRM software (an Open-source web software to manage your business).</span></strong>\r\n<p><u>The advantage of DoliDroid are :</u><br />\r\n- DoliDroid is not a duplicate code of Dolibarr, but a front-end of a Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.<br />\r\n- Upgrading Dolibarr will not break DoliDroid.<br />\r\n- DoliDroid use embedded image resources to reduce bandwidth usage.<br />\r\n- DoliDroid use internal cache for pages that should not change (like menu page)<br />\r\n- Connections parameters are saved. No need to enter them each time you use DoliDroid.<br />\r\n- Integration with your phone or other applications (Clicking on PDF open PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)</p>\r\n\r\n<p><span style=\"color:#DAA520\"><strong>WARNING !&nbsp;</strong></span></p>\r\n\r\n<p>This application need Android 4.0+ and a hosted Dolibarr ERP &amp; CRM version 3.5 or newer accessible by internet<br />\r\n(For example, when hosted on any SaaS solution like DoliCloud -&nbsp;<a href=\"https://www.google.com/url?q=https://www.google.com/url?q%3Dhttp://www.dolicloud.com%26sa%3DD%26usg%3DAFQjCNGdd9htz4JDciiMtScpBwK83qIRkw&amp;sa=D&amp;usg=AFQjCNGMpCbxNnU5BiK59e368K5AR0l_pg\" style=\"text-decoration: none; color: rgb(51, 105, 30); cursor: pointer;\" target=\"_blank\">http://www.dolicloud.com</a>).</p>',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,10.00000000,30.00000000,0.00000000,0.00000000,0.00000000,30.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',10.00000000,30.00000000,0.00000000,30.00000000),(91,28,NULL,2,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(92,28,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(93,29,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(94,29,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,100.00000000,500.00000000,0.00000000,0.00000000,0.00000000,500.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,500.00000000,0.00000000,500.00000000),(95,29,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(96,30,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(97,30,NULL,1,NULL,'A beatifull pink dress',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(98,30,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,100.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,200.00000000,0.00000000,200.00000000),(99,30,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(100,31,NULL,4,NULL,'Nice Bio Apple Pie.<br />\r\n&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,5.00000000,20.00000000,0.00000000,0.00000000,0.00000000,20.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',5.00000000,20.00000000,0.00000000,20.00000000),(101,31,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(102,31,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',3,0,0,NULL,100.00000000,300.00000000,0.00000000,0.00000000,0.00000000,300.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',100.00000000,300.00000000,0.00000000,300.00000000),(103,31,NULL,3,NULL,'',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',0.00000000,0.00000000,0.00000000,0.00000000),(104,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,1,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(105,32,NULL,10,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,100.00000000,100.00000000,0.00000000,0.00000000,0.00000000,100.00000000,0,NULL,NULL,0,NULL,0.00000000,0,2,NULL,NULL,'EUR',100.00000000,100.00000000,0.00000000,100.00000000),(106,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',5,0,0,NULL,9.00000000,45.00000000,0.00000000,0.00000000,0.00000000,45.00000000,0,NULL,NULL,0,NULL,0.00000000,0,3,NULL,NULL,'EUR',9.00000000,45.00000000,0.00000000,45.00000000),(107,32,NULL,13,NULL,'A powerfull computer XP4523&nbsp;',NULL,0.000,'',0.000,'0',0.000,'0',4,0,0,NULL,100.00000000,400.00000000,0.00000000,0.00000000,0.00000000,400.00000000,0,NULL,NULL,0,NULL,0.00000000,0,4,NULL,NULL,'EUR',100.00000000,400.00000000,0.00000000,400.00000000),(108,32,NULL,12,NULL,'Cloud hosting of Dolibarr ERP and CRM software',NULL,0.000,'',0.000,'0',0.000,'0',2,0,0,NULL,9.00000000,18.00000000,0.00000000,0.00000000,0.00000000,18.00000000,0,NULL,NULL,0,NULL,0.00000000,0,5,NULL,NULL,'EUR',9.00000000,18.00000000,0.00000000,18.00000000);
      +/*!40000 ALTER TABLE `llx_propaldet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_propaldet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_propaldet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_propaldet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_propaldet_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_propaldet_extrafields`
      +--
      +
      +LOCK TABLES `llx_propaldet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_propaldet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_propaldet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_resource`
      +--
      +
      +DROP TABLE IF EXISTS `llx_resource`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_resource` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `asset_number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_code_type_resource` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_country` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_resource_ref` (`ref`,`entity`),
      +  KEY `fk_code_type_resource_idx` (`fk_code_type_resource`),
      +  KEY `idx_resource_fk_country` (`fk_country`),
      +  CONSTRAINT `fk_resource_fk_country` FOREIGN KEY (`fk_country`) REFERENCES `llx_c_country` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_resource`
      +--
      +
      +LOCK TABLES `llx_resource` WRITE;
      +/*!40000 ALTER TABLE `llx_resource` DISABLE KEYS */;
      +INSERT INTO `llx_resource` VALUES (1,1,'Car Kangoo 1',NULL,'Car number 1 - Num XDF-45-GH','RES_CARS',NULL,NULL,'2017-02-20 16:44:12',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(2,1,'Car Kangoo 2',NULL,'Car number 2 - Num GHY-78-JJ','RES_CARS',NULL,NULL,'2017-02-20 16:44:01',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(3,1,'Meeting room - 14p',NULL,'Meeting room<br />\r\n14 places','RES_ROOMS',NULL,NULL,'2017-02-20 16:44:38',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(4,1,'Meeting room - 8p',NULL,'Meeting room<br />\r\n8 places','RES_ROOMS',NULL,NULL,'2017-02-20 16:45:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_resource` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_resource_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_resource_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_resource_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_resource_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_resource_extrafields`
      +--
      +
      +LOCK TABLES `llx_resource_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_resource_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_resource_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_rights_def`
      +--
      +
      +DROP TABLE IF EXISTS `llx_rights_def`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_rights_def` (
      +  `id` int(11) NOT NULL DEFAULT '0',
      +  `libelle` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `perms` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `subperms` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `type` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bydefault` tinyint(4) DEFAULT '0',
      +  PRIMARY KEY (`id`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_rights_def`
      +--
      +
      +LOCK TABLES `llx_rights_def` WRITE;
      +/*!40000 ALTER TABLE `llx_rights_def` DISABLE KEYS */;
      +INSERT INTO `llx_rights_def` VALUES (11,'Read invoices','facture',1,'lire',NULL,'a',0),(11,'Lire les factures','facture',2,'lire',NULL,'a',1),(12,'Create and update invoices','facture',1,'creer',NULL,'a',0),(12,'Creer/modifier les factures','facture',2,'creer',NULL,'a',0),(13,'Devalidate invoices','facture',1,'invoice_advance','unvalidate','a',0),(13,'Dévalider les factures','facture',2,'invoice_advance','unvalidate','a',0),(14,'Validate invoices','facture',1,'invoice_advance','validate','a',0),(14,'Valider les factures','facture',2,'valider',NULL,'a',0),(15,'Send invoices by email','facture',1,'invoice_advance','send','a',0),(15,'Envoyer les factures par mail','facture',2,'invoice_advance','send','a',0),(16,'Issue payments on invoices','facture',1,'paiement',NULL,'a',0),(16,'Emettre des paiements sur les factures','facture',2,'paiement',NULL,'a',0),(19,'Delete invoices','facture',1,'supprimer',NULL,'a',0),(19,'Supprimer les factures','facture',2,'supprimer',NULL,'a',0),(21,'Lire les propositions commerciales','propale',1,'lire',NULL,'r',1),(21,'Lire les propositions commerciales','propale',2,'lire',NULL,'r',1),(22,'Creer/modifier les propositions commerciales','propale',1,'creer',NULL,'w',0),(22,'Creer/modifier les propositions commerciales','propale',2,'creer',NULL,'w',0),(24,'Valider les propositions commerciales','propale',1,'propal_advance','validate','d',0),(24,'Valider les propositions commerciales','propale',2,'valider',NULL,'d',0),(25,'Envoyer les propositions commerciales aux clients','propale',1,'propal_advance','send','d',0),(25,'Envoyer les propositions commerciales aux clients','propale',2,'propal_advance','send','d',0),(26,'Cloturer les propositions commerciales','propale',1,'cloturer',NULL,'d',0),(26,'Cloturer les propositions commerciales','propale',2,'cloturer',NULL,'d',0),(27,'Supprimer les propositions commerciales','propale',1,'supprimer',NULL,'d',0),(27,'Supprimer les propositions commerciales','propale',2,'supprimer',NULL,'d',0),(28,'Exporter les propositions commerciales et attributs','propale',1,'export',NULL,'r',0),(28,'Exporter les propositions commerciales et attributs','propale',2,'export',NULL,'r',0),(31,'Lire les produits','produit',1,'lire',NULL,'r',1),(31,'Lire les produits','produit',2,'lire',NULL,'r',1),(32,'Creer/modifier les produits','produit',1,'creer',NULL,'w',0),(32,'Creer/modifier les produits','produit',2,'creer',NULL,'w',0),(34,'Supprimer les produits','produit',1,'supprimer',NULL,'d',0),(34,'Supprimer les produits','produit',2,'supprimer',NULL,'d',0),(38,'Exporter les produits','produit',1,'export',NULL,'r',0),(38,'Exporter les produits','produit',2,'export',NULL,'r',0),(41,'Read projects and tasks (shared projects or projects I am contact for). Can also enter time consumed on assigned tasks (timesheet)','projet',1,'lire',NULL,'r',1),(42,'Create/modify projects and tasks (shared projects or projects I am contact for)','projet',1,'creer',NULL,'w',0),(44,'Delete project and tasks (shared projects or projects I am contact for)','projet',1,'supprimer',NULL,'d',0),(45,'Export projects','projet',1,'export',NULL,'d',0),(61,'Lire les fiches d\'intervention','ficheinter',1,'lire',NULL,'r',1),(62,'Creer/modifier les fiches d\'intervention','ficheinter',1,'creer',NULL,'w',0),(64,'Supprimer les fiches d\'intervention','ficheinter',1,'supprimer',NULL,'d',0),(67,'Exporter les fiches interventions','ficheinter',1,'export',NULL,'r',0),(68,'Envoyer les fiches d\'intervention par courriel','ficheinter',1,'ficheinter_advance','send','r',0),(69,'Valider les fiches d\'intervention ','ficheinter',1,'ficheinter_advance','validate','a',0),(70,'Dévalider les fiches d\'intervention','ficheinter',1,'ficheinter_advance','unvalidate','a',0),(71,'Read members\' card','adherent',1,'lire',NULL,'r',0),(72,'Create/modify members (need also user module permissions if member linked to a user)','adherent',1,'creer',NULL,'w',0),(74,'Remove members','adherent',1,'supprimer',NULL,'d',0),(75,'Setup types of membership','adherent',1,'configurer',NULL,'w',0),(76,'Export members','adherent',1,'export',NULL,'r',0),(78,'Read subscriptions','adherent',1,'cotisation','lire','r',0),(79,'Create/modify/remove subscriptions','adherent',1,'cotisation','creer','w',0),(81,'Lire les commandes clients','commande',1,'lire',NULL,'r',0),(82,'Creer/modifier les commandes clients','commande',1,'creer',NULL,'w',0),(84,'Valider les commandes clients','commande',1,'order_advance','validate','d',0),(86,'Envoyer les commandes clients','commande',1,'order_advance','send','d',0),(87,'Cloturer les commandes clients','commande',1,'cloturer',NULL,'d',0),(88,'Annuler les commandes clients','commande',1,'order_advance','annuler','d',0),(89,'Supprimer les commandes clients','commande',1,'supprimer',NULL,'d',0),(91,'Lire les charges','tax',1,'charges','lire','r',0),(91,'Lire les charges','tax',2,'charges','lire','r',1),(92,'Creer/modifier les charges','tax',1,'charges','creer','w',0),(92,'Creer/modifier les charges','tax',2,'charges','creer','w',0),(93,'Supprimer les charges','tax',1,'charges','supprimer','d',0),(93,'Supprimer les charges','tax',2,'charges','supprimer','d',0),(94,'Exporter les charges','tax',1,'charges','export','r',0),(94,'Exporter les charges','tax',2,'charges','export','r',0),(101,'Lire les expeditions','expedition',1,'lire',NULL,'r',1),(102,'Creer modifier les expeditions','expedition',1,'creer',NULL,'w',0),(104,'Valider les expeditions','expedition',1,'shipping_advance','validate','d',0),(105,'Envoyer les expeditions aux clients','expedition',1,'shipping_advance','send','d',0),(106,'Exporter les expeditions','expedition',1,'shipment','export','r',0),(109,'Supprimer les expeditions','expedition',1,'supprimer',NULL,'d',0),(111,'Lire les comptes bancaires','banque',1,'lire',NULL,'r',0),(111,'Lire les comptes bancaires','banque',2,'lire',NULL,'r',1),(112,'Creer/modifier montant/supprimer ecriture bancaire','banque',1,'modifier',NULL,'w',0),(112,'Creer/modifier montant/supprimer ecriture bancaire','banque',2,'modifier',NULL,'w',0),(113,'Configurer les comptes bancaires (creer, gerer categories)','banque',1,'configurer',NULL,'a',0),(113,'Configurer les comptes bancaires (creer, gerer categories)','banque',2,'configurer',NULL,'a',0),(114,'Rapprocher les ecritures bancaires','banque',1,'consolidate',NULL,'w',0),(114,'Rapprocher les ecritures bancaires','banque',2,'consolidate',NULL,'w',0),(115,'Exporter transactions et releves','banque',1,'export',NULL,'r',0),(115,'Exporter transactions et releves','banque',2,'export',NULL,'r',0),(116,'Virements entre comptes','banque',1,'transfer',NULL,'w',0),(116,'Virements entre comptes','banque',2,'transfer',NULL,'w',0),(117,'Gerer les envois de cheques','banque',1,'cheque',NULL,'w',0),(117,'Gerer les envois de cheques','banque',2,'cheque',NULL,'w',0),(121,'Read third parties','societe',1,'lire',NULL,'r',0),(121,'Lire les societes','societe',2,'lire',NULL,'r',1),(122,'Create and update third parties','societe',1,'creer',NULL,'w',0),(122,'Creer modifier les societes','societe',2,'creer',NULL,'w',0),(125,'Delete third parties','societe',1,'supprimer',NULL,'d',0),(125,'Supprimer les societes','societe',2,'supprimer',NULL,'d',0),(126,'Export third parties','societe',1,'export',NULL,'r',0),(126,'Exporter les societes','societe',2,'export',NULL,'r',0),(141,'Read all projects and tasks (also private projects I am not contact for)','projet',1,'all','lire','r',0),(142,'Create/modify all projects and tasks (also private projects I am not contact for)','projet',1,'all','creer','w',0),(144,'Delete all projects and tasks (also private projects I am not contact for)','projet',1,'all','supprimer','d',0),(151,'Read withdrawals','prelevement',1,'bons','lire','r',1),(152,'Create/modify a withdrawals','prelevement',1,'bons','creer','w',0),(153,'Send withdrawals to bank','prelevement',1,'bons','send','a',0),(154,'credit/refuse withdrawals','prelevement',1,'bons','credit','a',0),(161,'Lire les contrats','contrat',1,'lire',NULL,'r',1),(162,'Creer / modifier les contrats','contrat',1,'creer',NULL,'w',0),(163,'Activer un service d\'un contrat','contrat',1,'activer',NULL,'w',0),(164,'Desactiver un service d\'un contrat','contrat',1,'desactiver',NULL,'w',0),(165,'Supprimer un contrat','contrat',1,'supprimer',NULL,'d',0),(167,'Export contracts','contrat',1,'export',NULL,'r',0),(221,'Consulter les mailings','mailing',1,'lire',NULL,'r',1),(221,'Consulter les mailings','mailing',2,'lire',NULL,'r',1),(222,'Creer/modifier les mailings (sujet, destinataires...)','mailing',1,'creer',NULL,'w',0),(222,'Creer/modifier les mailings (sujet, destinataires...)','mailing',2,'creer',NULL,'w',0),(223,'Valider les mailings (permet leur envoi)','mailing',1,'valider',NULL,'w',0),(223,'Valider les mailings (permet leur envoi)','mailing',2,'valider',NULL,'w',0),(229,'Supprimer les mailings','mailing',1,'supprimer',NULL,'d',0),(229,'Supprimer les mailings','mailing',2,'supprimer',NULL,'d',0),(237,'View recipients and info','mailing',1,'mailing_advance','recipient','r',0),(237,'View recipients and info','mailing',2,'mailing_advance','recipient','r',0),(238,'Manually send mailings','mailing',1,'mailing_advance','send','w',0),(238,'Manually send mailings','mailing',2,'mailing_advance','send','w',0),(239,'Delete mailings after validation and/or sent','mailing',1,'mailing_advance','delete','d',0),(239,'Delete mailings after validation and/or sent','mailing',2,'mailing_advance','delete','d',0),(241,'Lire les categories','categorie',1,'lire',NULL,'r',1),(242,'Creer/modifier les categories','categorie',1,'creer',NULL,'w',0),(243,'Supprimer les categories','categorie',1,'supprimer',NULL,'d',0),(251,'Consulter les autres utilisateurs','user',1,'user','lire','r',0),(252,'Consulter les permissions des autres utilisateurs','user',1,'user_advance','readperms','r',0),(253,'Creer/modifier utilisateurs internes et externes','user',1,'user','creer','w',0),(254,'Creer/modifier utilisateurs externes seulement','user',1,'user_advance','write','w',0),(255,'Modifier le mot de passe des autres utilisateurs','user',1,'user','password','w',0),(256,'Supprimer ou desactiver les autres utilisateurs','user',1,'user','supprimer','d',0),(262,'Read all third parties by internal users (otherwise only if commercial contact). Not effective for external users (limited to themselves).','societe',1,'client','voir','r',0),(262,'Consulter tous les tiers par utilisateurs internes (sinon uniquement si contact commercial). Non effectif pour utilisateurs externes (tjs limités à eux-meme).','societe',2,'client','voir','r',1),(281,'Read contacts','societe',1,'contact','lire','r',0),(281,'Lire les contacts','societe',2,'contact','lire','r',1),(282,'Create and update contact','societe',1,'contact','creer','w',0),(282,'Creer modifier les contacts','societe',2,'contact','creer','w',0),(283,'Delete contacts','societe',1,'contact','supprimer','d',0),(283,'Supprimer les contacts','societe',2,'contact','supprimer','d',0),(286,'Export contacts','societe',1,'contact','export','d',0),(286,'Exporter les contacts','societe',2,'contact','export','d',0),(300,'Read barcodes','barcode',1,'lire_advance',NULL,'r',1),(301,'Create/modify barcodes','barcode',1,'creer_advance',NULL,'w',0),(331,'Lire les bookmarks','bookmark',1,'lire',NULL,'r',0),(332,'Creer/modifier les bookmarks','bookmark',1,'creer',NULL,'r',0),(333,'Supprimer les bookmarks','bookmark',1,'supprimer',NULL,'r',0),(341,'Consulter ses propres permissions','user',1,'self_advance','readperms','r',0),(342,'Creer/modifier ses propres infos utilisateur','user',1,'self','creer','w',0),(343,'Modifier son propre mot de passe','user',1,'self','password','w',0),(344,'Modifier ses propres permissions','user',1,'self_advance','writeperms','w',0),(351,'Consulter les groupes','user',1,'group_advance','read','r',0),(352,'Consulter les permissions des groupes','user',1,'group_advance','readperms','r',0),(353,'Creer/modifier les groupes et leurs permissions','user',1,'group_advance','write','w',0),(354,'Supprimer ou desactiver les groupes','user',1,'group_advance','delete','d',0),(358,'Exporter les utilisateurs','user',1,'user','export','r',0),(511,'Read payments of employee salaries','salaries',1,'read',NULL,'r',0),(512,'Create/modify payments of empoyee salaries','salaries',1,'write',NULL,'w',0),(514,'Delete payments of employee salary','salaries',1,'delete',NULL,'d',0),(517,'Export payments of employee salaries','salaries',1,'export',NULL,'r',0),(520,'Read loans','loan',1,'read',NULL,'r',0),(522,'Create/modify loans','loan',1,'write',NULL,'w',0),(524,'Delete loans','loan',1,'delete',NULL,'d',0),(525,'Access loan calculator','loan',1,'calc',NULL,'r',0),(527,'Export loans','loan',1,'export',NULL,'r',0),(531,'Read services','service',1,'lire',NULL,'r',0),(532,'Create/modify services','service',1,'creer',NULL,'w',0),(534,'Delete les services','service',1,'supprimer',NULL,'d',0),(538,'Export services','service',1,'export',NULL,'r',0),(701,'Lire les dons','don',1,'lire',NULL,'r',1),(701,'Lire les dons','don',2,'lire',NULL,'r',1),(702,'Creer/modifier les dons','don',1,'creer',NULL,'w',0),(702,'Creer/modifier les dons','don',2,'creer',NULL,'w',0),(703,'Supprimer les dons','don',1,'supprimer',NULL,'d',0),(703,'Supprimer les dons','don',2,'supprimer',NULL,'d',0),(771,'Read expense reports (yours and your subordinates)','expensereport',1,'lire',NULL,'r',1),(772,'Create/modify expense reports','expensereport',1,'creer',NULL,'w',0),(773,'Delete expense reports','expensereport',1,'supprimer',NULL,'d',0),(774,'Read all expense reports','expensereport',1,'readall',NULL,'r',1),(775,'Approve expense reports','expensereport',1,'approve',NULL,'w',0),(776,'Pay expense reports','expensereport',1,'to_paid',NULL,'w',0),(777,'Read expense reports of everybody','expensereport',1,'readall',NULL,'r',1),(778,'Create expense reports for everybody','expensereport',1,'writeall_advance',NULL,'w',0),(779,'Export expense reports','expensereport',1,'export',NULL,'r',0),(1001,'Lire les stocks','stock',1,'lire',NULL,'r',1),(1002,'Creer/Modifier les stocks','stock',1,'creer',NULL,'w',0),(1003,'Supprimer les stocks','stock',1,'supprimer',NULL,'d',0),(1004,'Lire mouvements de stocks','stock',1,'mouvement','lire','r',1),(1005,'Creer/modifier mouvements de stocks','stock',1,'mouvement','creer','w',0),(1101,'Lire les bons de livraison','expedition',1,'livraison','lire','r',1),(1102,'Creer modifier les bons de livraison','expedition',1,'livraison','creer','w',0),(1104,'Valider les bons de livraison','expedition',1,'livraison_advance','validate','d',0),(1109,'Supprimer les bons de livraison','expedition',1,'livraison','supprimer','d',0),(1121,'Read supplier proposals','supplier_proposal',1,'lire',NULL,'w',1),(1122,'Create/modify supplier proposals','supplier_proposal',1,'creer',NULL,'w',0),(1123,'Validate supplier proposals','supplier_proposal',1,'validate_advance',NULL,'w',0),(1124,'Envoyer les demandes fournisseurs','supplier_proposal',1,'send_advance',NULL,'w',0),(1125,'Delete supplier proposals','supplier_proposal',1,'supprimer',NULL,'w',0),(1126,'Close supplier price requests','supplier_proposal',1,'cloturer',NULL,'w',0),(1181,'Consulter les fournisseurs','fournisseur',1,'lire',NULL,'r',0),(1182,'Consulter les commandes fournisseur','fournisseur',1,'commande','lire','r',0),(1183,'Creer une commande fournisseur','fournisseur',1,'commande','creer','w',0),(1184,'Valider une commande fournisseur','fournisseur',1,'supplier_order_advance','validate','w',0),(1185,'Approuver une commande fournisseur','fournisseur',1,'commande','approuver','w',0),(1186,'Commander une commande fournisseur','fournisseur',1,'commande','commander','w',0),(1187,'Receptionner une commande fournisseur','fournisseur',1,'commande','receptionner','d',0),(1188,'Supprimer une commande fournisseur','fournisseur',1,'commande','supprimer','d',0),(1189,'Check/Uncheck a supplier order reception','fournisseur',1,'commande_advance','check','w',0),(1191,'Exporter les commande fournisseurs, attributs','fournisseur',1,'commande','export','r',0),(1201,'Lire les exports','export',1,'lire',NULL,'r',1),(1202,'Creer/modifier un export','export',1,'creer',NULL,'w',0),(1231,'Consulter les factures fournisseur','fournisseur',1,'facture','lire','r',0),(1232,'Creer une facture fournisseur','fournisseur',1,'facture','creer','w',0),(1233,'Valider une facture fournisseur','fournisseur',1,'supplier_invoice_advance','validate','w',0),(1234,'Supprimer une facture fournisseur','fournisseur',1,'facture','supprimer','d',0),(1235,'Envoyer les factures par mail','fournisseur',1,'supplier_invoice_advance','send','a',0),(1236,'Exporter les factures fournisseurs, attributs et reglements','fournisseur',1,'facture','export','r',0),(1251,'Run mass imports of external data (data load)','import',1,'run',NULL,'r',0),(1321,'Export customer invoices, attributes and payments','facture',1,'facture','export','r',0),(1321,'Exporter les factures clients, attributs et reglements','facture',2,'facture','export','r',0),(1322,'Re-open a fully paid invoice','facture',1,'invoice_advance','reopen','r',0),(1421,'Exporter les commandes clients et attributs','commande',1,'commande','export','r',0),(2401,'Read actions/tasks linked to his account','agenda',1,'myactions','read','r',0),(2401,'Read actions/tasks linked to his account','agenda',2,'myactions','read','r',1),(2402,'Create/modify actions/tasks linked to his account','agenda',1,'myactions','create','w',0),(2402,'Create/modify actions/tasks linked to his account','agenda',2,'myactions','create','w',0),(2403,'Delete actions/tasks linked to his account','agenda',1,'myactions','delete','w',0),(2403,'Delete actions/tasks linked to his account','agenda',2,'myactions','delete','w',0),(2411,'Read actions/tasks of others','agenda',1,'allactions','read','r',0),(2411,'Read actions/tasks of others','agenda',2,'allactions','read','r',0),(2412,'Create/modify actions/tasks of others','agenda',1,'allactions','create','w',0),(2412,'Create/modify actions/tasks of others','agenda',2,'allactions','create','w',0),(2413,'Delete actions/tasks of others','agenda',1,'allactions','delete','w',0),(2413,'Delete actions/tasks of others','agenda',2,'allactions','delete','w',0),(2414,'Export actions/tasks of others','agenda',1,'export',NULL,'w',0),(2501,'Consulter/Télécharger les documents','ecm',1,'read',NULL,'r',0),(2503,'Soumettre ou supprimer des documents','ecm',1,'upload',NULL,'w',0),(2515,'Administrer les rubriques de documents','ecm',1,'setup',NULL,'w',0),(3200,'Read archived events and fingerprints','blockedlog',1,'read',NULL,'w',0),(20001,'Read your own leave requests','holiday',1,'read',NULL,'w',0),(20001,'Créer / Modifier / Lire ses demandes de congés payés','holiday',2,'write',NULL,'w',1),(20002,'Create/modify your own leave requests','holiday',1,'write',NULL,'w',0),(20002,'Lire / Modifier toutes les demandes de congés payés','holiday',2,'lire_tous',NULL,'w',0),(20003,'Delete leave requests','holiday',1,'delete',NULL,'w',0),(20003,'Supprimer des demandes de congés payés','holiday',2,'delete',NULL,'w',0),(20004,'Read leave requests for everybody','holiday',1,'read_all',NULL,'w',0),(20004,'Définir les congés payés des utilisateurs','holiday',2,'define_holiday',NULL,'w',0),(20005,'Create/modify leave requests for everybody','holiday',1,'write_all',NULL,'w',0),(20005,'Voir les logs de modification des congés payés','holiday',2,'view_log',NULL,'w',0),(20006,'Setup leave requests of users (setup and update balance)','holiday',1,'define_holiday',NULL,'w',0),(20006,'Accéder au rapport mensuel des congés payés','holiday',2,'month_report',NULL,'w',0),(20007,'Approve leave requests','holiday',1,'approve',NULL,'w',0),(23001,'Read cron jobs','cron',1,'read',NULL,'w',0),(23002,'Create cron Jobs','cron',1,'create',NULL,'w',0),(23003,'Delete cron Jobs','cron',1,'delete',NULL,'w',0),(23004,'Execute cron Jobs','cron',1,'execute',NULL,'w',0),(50101,'Use point of sale','cashdesk',1,'use',NULL,'a',1),(50401,'Bind products and invoices with accounting accounts','accounting',1,'bind','write','r',0),(50411,'Read operations in General Ledger','accounting',1,'mouvements','lire','r',0),(50412,'Write/Edit operations in General Ledger','accounting',1,'mouvements','creer','w',0),(50420,'Report and export reports (turnover, balance, journals, general ledger)','accounting',1,'comptarapport','lire','r',0),(50430,'Define and close a fiscal year','accounting',1,'fiscalyear',NULL,'r',0),(50440,'Manage chart of accounts, setup of accountancy','accounting',1,'chartofaccount',NULL,'r',0),(55001,'Read surveys','opensurvey',1,'read',NULL,'r',0),(55002,'Create/modify surveys','opensurvey',1,'write',NULL,'w',0),(59001,'Visualiser les marges','margins',1,'liretous',NULL,'r',1),(59002,'Définir les marges','margins',1,'creer',NULL,'w',0),(59003,'Read every user margin','margins',1,'read','all','r',0),(63001,'Read resources','resource',1,'read',NULL,'w',1),(63002,'Create/Modify resources','resource',1,'write',NULL,'w',0),(63003,'Delete resources','resource',1,'delete',NULL,'w',0),(63004,'Link resources','resource',1,'link',NULL,'w',0),(64001,'DirectPrint','printing',1,'read',NULL,'r',0),(101250,'Read surveys','opensurvey',2,'survey','read','r',0),(101251,'Create/modify surveys','opensurvey',2,'survey','write','w',0);
      +/*!40000 ALTER TABLE `llx_rights_def` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_sellyoursaas_cancellation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_sellyoursaas_cancellation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_sellyoursaas_cancellation` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(128) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `codelang` varchar(8) DEFAULT NULL,
      +  `url` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_sellyoursaas_cancellation_rowid` (`rowid`),
      +  KEY `idx_sellyoursaas_cancellation_ref` (`ref`),
      +  KEY `idx_sellyoursaas_cancellation_entity` (`entity`),
      +  KEY `idx_sellyoursaas_cancellation_status` (`status`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_sellyoursaas_cancellation`
      +--
      +
      +LOCK TABLES `llx_sellyoursaas_cancellation` WRITE;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation` DISABLE KEYS */;
      +INSERT INTO `llx_sellyoursaas_cancellation` VALUES (2,'fff',1,NULL,'2018-06-02 11:00:44','2018-06-02 09:00:44',12,NULL,NULL,1,NULL,'fff'),(3,'gfdg',1,NULL,'2018-06-02 11:01:20','2018-06-02 09:01:20',12,NULL,NULL,1,'gfd','gfd'),(4,'aaa',1,NULL,'2018-06-02 11:02:40','2018-06-02 09:02:40',12,NULL,NULL,1,NULL,'aaa');
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_sellyoursaas_cancellation_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_sellyoursaas_cancellation_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_sellyoursaas_cancellation_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_sellyoursaas_cancellation_extrafields`
      +--
      +
      +LOCK TABLES `llx_sellyoursaas_cancellation_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_sellyoursaas_cancellation_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` tinyint(4) DEFAULT '0',
      +  `parent` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `nom` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_client` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_fournisseur` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_compta` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_compta_fournisseur` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_departement` int(11) DEFAULT '0',
      +  `fk_pays` int(11) DEFAULT '0',
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `whatsapp` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `youtube` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `googleplus` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `snapchat` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `instagram` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facebook` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `twitter` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_effectif` int(11) DEFAULT '0',
      +  `fk_typent` int(11) DEFAULT '0',
      +  `fk_forme_juridique` int(11) DEFAULT '0',
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `siren` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `siret` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ape` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof4` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tva_intra` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `capital` double(24,8) DEFAULT NULL,
      +  `fk_stcomm` int(11) NOT NULL DEFAULT '0',
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `prefix_comm` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `client` tinyint(4) DEFAULT '0',
      +  `fournisseur` tinyint(4) DEFAULT '0',
      +  `supplier_account` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_prospectlevel` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `customer_bad` tinyint(4) DEFAULT '0',
      +  `customer_rate` double DEFAULT '0',
      +  `supplier_rate` double DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `remise_client` double DEFAULT '0',
      +  `remise_supplier` double DEFAULT '0',
      +  `mode_reglement` tinyint(4) DEFAULT NULL,
      +  `cond_reglement` tinyint(4) DEFAULT NULL,
      +  `mode_reglement_supplier` int(11) DEFAULT NULL,
      +  `outstanding_limit` double(24,8) DEFAULT NULL,
      +  `order_min_amount` double(24,8) DEFAULT NULL,
      +  `supplier_order_min_amount` double(24,8) DEFAULT NULL,
      +  `cond_reglement_supplier` int(11) DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `tva_assuj` tinyint(4) DEFAULT '1',
      +  `localtax1_assuj` tinyint(4) DEFAULT '0',
      +  `localtax1_value` double(6,3) DEFAULT NULL,
      +  `localtax2_assuj` tinyint(4) DEFAULT '0',
      +  `localtax2_value` double(6,3) DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `price_level` int(11) DEFAULT NULL,
      +  `default_lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` tinyint(4) DEFAULT '1',
      +  `logo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof5` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `idprof6` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT '0',
      +  `webservices_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `webservices_key` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `name_alias` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_incoterms` int(11) DEFAULT NULL,
      +  `location_incoterms` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_entrepot` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_prefix_comm` (`prefix_comm`,`entity`),
      +  UNIQUE KEY `uk_societe_code_client` (`code_client`,`entity`),
      +  UNIQUE KEY `uk_societe_barcode` (`barcode`,`fk_barcode_type`,`entity`),
      +  UNIQUE KEY `uk_societe_code_fournisseur` (`code_fournisseur`,`entity`),
      +  KEY `idx_societe_user_creat` (`fk_user_creat`),
      +  KEY `idx_societe_user_modif` (`fk_user_modif`),
      +  KEY `idx_societe_barcode` (`barcode`)
      +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe`
      +--
      +
      +LOCK TABLES `llx_societe` WRITE;
      +/*!40000 ALTER TABLE `llx_societe` DISABLE KEYS */;
      +INSERT INTO `llx_societe` VALUES (1,0,NULL,'2016-01-16 15:21:09','2010-07-08 14:21:44','Indian SAS',1,NULL,NULL,'CU1212-0007','SU1212-0005','7050','6050','1 alalah road',NULL,'Delhi',0,117,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'0','','','','','',5000.00000000,1,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'en_IN',NULL,NULL,1,'indiancompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(2,0,NULL,'2016-07-30 11:45:49','2010-07-08 14:23:48','Teclib',1,NULL,NULL,'CU1108-0001','SU1108-0001','411CU11080001','401SU11080001','',NULL,'Paris',0,1,NULL,NULL,'www.teclib.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,3,57,'0','123456789','','ACE14','','',400000.00000000,0,NULL,NULL,NULL,3,1,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,'fr_FR',NULL,NULL,1,'teclibcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,0,'',NULL,0),(3,0,NULL,'2017-02-16 00:47:25','2010-07-08 22:42:12','Spanish Comp',1,NULL,NULL,'SPANISHCOMP','SU1601-0009',NULL,NULL,'1 via mallere',NULL,'Madrid',123,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,4,408,'0','','','','','',10000.00000000,0,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'es_AR',NULL,NULL,1,'spanishcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(4,0,NULL,'2016-01-22 17:24:53','2010-07-08 22:48:18','Prospector Vaalen',1,NULL,NULL,'CU1303-0014',NULL,NULL,NULL,'',NULL,'Bruxelles',103,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,4,201,'0','12345678','','','','',0.00000000,0,NULL,NULL,NULL,3,0,NULL,'PL_LOW',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'valeencompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(5,0,NULL,'2017-02-21 11:01:17','2010-07-08 23:22:57','NoCountry GmBh',1,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,0,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'nocountrycomp.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(6,0,NULL,'2016-01-16 15:35:56','2010-07-09 00:15:09','Swiss Touch',1,NULL,NULL,'CU1601-0018','SU1601-0010',NULL,NULL,'',NULL,'Genevia',0,6,NULL,NULL,NULL,'swisstouch@example.ch',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,2,601,'0','','','','','',56000.00000000,0,NULL,NULL,NULL,3,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'swisstouch.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(7,0,NULL,'2016-01-16 15:38:32','2010-07-09 01:24:26','Generic customer',1,NULL,NULL,'CU1302-0011',NULL,NULL,NULL,'',NULL,NULL,0,7,NULL,NULL,NULL,'ttt@ttt.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,NULL,'0','','','','','',0.00000000,0,'Generic customer to use for Point Of Sale module.<br />',NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'genericcustomer.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(10,0,NULL,'2016-01-16 15:44:20','2010-07-10 15:13:08','NLTechno',1,NULL,NULL,'CU1212-0005','SU1601-0011',NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,'notanemail@nltechno.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,4,54,'0','493861496','49386149600039','6209Z','22-01-2007','FR123456789',10000.00000000,0,NULL,NULL,NULL,1,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,'123456789012',NULL,'fr_FR',NULL,NULL,1,'logo_nltechno_94x100.png','','',0,NULL,NULL,'The OpenSource company',0,NULL,NULL,NULL,NULL,NULL,0),(11,0,NULL,'2017-05-12 09:06:31','2010-07-10 18:35:57','Company Corp 1',1,NULL,NULL,'CU1510-0017',NULL,'7051',NULL,'21 Green Hill street','75500','Los Angeles',0,11,'444123456',NULL,'companycorp1.com','companycorp1@example.com','corp1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,NULL,'0','AB1234567','','','','USABS123',10000.00000000,0,NULL,NULL,NULL,3,0,NULL,'PL_LOW',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,'en_US',NULL,NULL,1,'comapnycorp1company.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(12,0,NULL,'2016-01-22 16:41:56','2010-07-11 16:18:08','Dupont Alain',1,NULL,NULL,'CU1601-0019',NULL,NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,'dalain@example.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'pierrecurie.jpg','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(13,0,NULL,'2016-01-22 17:13:16','2010-07-11 17:13:20','Company Corp 2',1,NULL,NULL,NULL,'SU1510-0008',NULL,NULL,'',NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'companycorp2company.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(17,0,NULL,'2017-02-15 22:55:34','2011-08-01 02:41:26','Book Keeping Company',1,NULL,NULL,'CU1108-0004','SU1108-0004',NULL,'401SU11080004','The French Company',NULL,NULL,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,'',0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0.000,NULL,0.000,NULL,NULL,NULL,NULL,NULL,1,'bookkeepercompany.png','','',0,NULL,NULL,'',0,NULL,NULL,1,'EUR',NULL,0),(19,0,NULL,'2017-02-21 11:51:40','2013-01-12 12:23:05','Magic Food Store',1,NULL,NULL,'CU1301-0008',NULL,NULL,NULL,'65 holdywood boulevard','123456','BigTown',0,4,NULL,'0101',NULL,'myemail@domain.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','10/10/2010','','',0.00000000,0,NULL,NULL,NULL,1,0,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0.000,NULL,0.000,NULL,NULL,'en_US','patient@cabinetmed',NULL,1,'magicfoodstore.png','','',0,NULL,NULL,'',0,NULL,'sepamandate',NULL,NULL,NULL,0),(25,0,NULL,'2016-01-22 17:21:17','2013-03-10 15:47:37','Print Company',1,NULL,NULL,'CU1303-0016','SU1303-0007',NULL,NULL,'21 Gutenberg street','45600','Berlin',0,5,NULL,NULL,NULL,'printcompany@example.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'0','','','','','',0.00000000,0,NULL,NULL,NULL,0,1,NULL,NULL,0,0,0,1,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,0.000,NULL,0.000,NULL,NULL,'de_DE',NULL,NULL,1,'printcompany.png','','',0,NULL,NULL,'',0,NULL,NULL,NULL,NULL,NULL,0),(26,0,NULL,'2017-02-21 00:05:05','2017-02-12 23:17:04','Patient SuperIll',1,NULL,NULL,'CU1702-0020',NULL,'411CU17020020',NULL,'',NULL,NULL,0,14,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'','','','','',NULL,0,NULL,NULL,NULL,3,0,NULL,'',0,0,0,12,12,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.000,NULL,0.000,NULL,NULL,'en_US','patient@cabinetmed',NULL,1,NULL,'','',0,NULL,NULL,'',0,NULL,NULL,0,'',NULL,0);
      +/*!40000 ALTER TABLE `llx_societe` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_account`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_account`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_account` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `login` varchar(128) NOT NULL,
      +  `pass_encoding` varchar(24) DEFAULT NULL,
      +  `pass_crypted` varchar(128) DEFAULT NULL,
      +  `pass_temp` varchar(128) DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `site` varchar(128) DEFAULT NULL,
      +  `fk_website` int(11) DEFAULT NULL,
      +  `note_private` text,
      +  `date_last_login` datetime DEFAULT NULL,
      +  `date_previous_login` datetime DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `key_account` varchar(128) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_account_login_website_soc` (`entity`,`fk_soc`,`login`,`site`,`fk_website`),
      +  UNIQUE KEY `uk_societe_account_key_account_soc` (`entity`,`fk_soc`,`key_account`,`site`,`fk_website`),
      +  KEY `idx_societe_account_rowid` (`rowid`),
      +  KEY `idx_societe_account_login` (`login`),
      +  KEY `idx_societe_account_status` (`status`),
      +  KEY `idx_societe_account_fk_website` (`fk_website`),
      +  KEY `idx_societe_account_fk_soc` (`fk_soc`),
      +  CONSTRAINT `llx_societe_account_fk_societe` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `llx_societe_account_fk_website` FOREIGN KEY (`fk_website`) REFERENCES `llx_website` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_account`
      +--
      +
      +LOCK TABLES `llx_societe_account` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_account` DISABLE KEYS */;
      +INSERT INTO `llx_societe_account` VALUES (1,1,'','',NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-13 19:25:01','2018-03-19 09:01:17',12,NULL,NULL,0,''),(4,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 01:04:19','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(5,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 01:08:02','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(6,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 17:09:36','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(7,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 17:09:44','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(8,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:43:23','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(9,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:46:09','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(10,1,'','',NULL,NULL,145,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 18:46:15','2018-03-14 14:46:15',12,NULL,NULL,0,'cus_CUZzMg8S2T3oEo'),(13,1,'',NULL,NULL,NULL,163,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:33:19','2018-03-14 15:33:19',0,NULL,NULL,0,'cus_CUam8x0KCoKZlc'),(14,1,'',NULL,NULL,NULL,182,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:48:48','2018-03-14 15:48:49',0,NULL,NULL,0,'cus_CUb2Xt4A2p5vMd'),(15,1,'',NULL,NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 19:52:13','2018-03-21 10:43:37',12,NULL,NULL,0,''),(17,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:57:42','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(18,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:57:47','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(19,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:58:13','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(20,1,'','',NULL,NULL,148,'stripe',NULL,NULL,NULL,NULL,'2018-03-14 23:58:19','2018-03-14 19:58:19',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(21,1,'',NULL,NULL,NULL,151,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 19:10:29','2018-03-16 15:10:29',12,NULL,NULL,0,'cus_CVKshSj8uuaATf'),(22,1,'','',NULL,NULL,152,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 19:11:15','2018-03-16 15:11:15',12,NULL,NULL,0,'cus_CTnHl6FRkiJJYC'),(24,1,'',NULL,NULL,NULL,153,'stripe',NULL,NULL,NULL,NULL,'2018-03-16 20:15:45','2018-03-16 16:15:45',18,NULL,NULL,0,'cus_CVLv9rX4wMouSk'),(25,1,'','',NULL,NULL,155,'stripe',NULL,NULL,NULL,NULL,'2018-03-18 23:55:37','2018-03-18 19:55:37',12,NULL,NULL,0,'cus_CVLLzP90RCWx76'),(26,1,'','',NULL,NULL,155,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 00:01:47','2018-03-18 20:01:47',12,NULL,NULL,1,'cus_CVLLzP90RCWx76'),(27,1,'','',NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:01:17','2018-03-19 09:01:17',12,NULL,NULL,0,''),(28,1,'',NULL,NULL,NULL,204,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:21:02','2018-03-19 09:21:02',0,NULL,NULL,0,'cus_CWMu7PlGViJN1S'),(29,1,'',NULL,NULL,NULL,1,'stripe',NULL,NULL,NULL,NULL,'2018-03-19 13:38:26','2018-03-19 09:38:26',0,NULL,NULL,0,'cus_CWNCF7mttdVEae'),(30,1,'','',NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-21 14:43:37','2018-03-21 10:43:37',12,NULL,NULL,0,''),(31,1,'',NULL,NULL,NULL,203,'stripe',NULL,NULL,NULL,NULL,'2018-03-21 14:44:18','2018-03-21 10:44:18',0,NULL,NULL,0,'cus_CX8hWwDQPMht5r'),(32,1,'',NULL,NULL,NULL,211,'stripe',NULL,NULL,NULL,NULL,'2018-04-19 16:20:27','2018-04-19 14:20:27',18,NULL,NULL,0,'cus_Ci3khlxtfYB0Xl'),(33,1,'',NULL,NULL,NULL,7,'stripe',NULL,NULL,NULL,NULL,'2018-04-30 14:57:29','2018-04-30 12:57:29',0,NULL,NULL,0,'cus_Cm9td5UQieFnlZ'),(38,1,'',NULL,NULL,NULL,154,'stripe',NULL,NULL,NULL,NULL,'2018-05-16 17:01:24','2018-05-16 15:01:24',18,NULL,NULL,0,'cus_CsBVSuBeNzmYw9'),(39,1,'','',NULL,NULL,151,'stripe',NULL,NULL,NULL,NULL,'2018-05-17 09:42:37','2018-05-17 07:42:37',12,NULL,NULL,1,'cus_CVKshSj8uuaATf'),(40,1,'',NULL,NULL,NULL,217,'stripe',NULL,NULL,NULL,NULL,'2018-06-01 19:47:16','2018-06-01 17:47:16',18,NULL,NULL,0,'cus_CyDmj3FJD8rYsd'),(41,1,'',NULL,NULL,NULL,218,'stripe',NULL,NULL,NULL,NULL,'2018-06-11 11:34:38','2018-06-11 09:34:38',12,NULL,NULL,0,'cus_D1q6IoIUoG7LMq'),(42,1,'',NULL,NULL,NULL,10,'stripe',NULL,NULL,NULL,NULL,'2018-06-12 13:49:51','2018-06-12 11:49:51',0,NULL,NULL,0,'cus_D2FVgMTgsYjt6k'),(44,1,'',NULL,NULL,NULL,215,'stripe',NULL,NULL,NULL,NULL,'2018-06-15 16:01:07','2018-06-15 14:01:07',18,NULL,NULL,0,'cus_D3PIZ5HzIeMj7B'),(45,1,'',NULL,NULL,NULL,229,'stripe',NULL,NULL,NULL,NULL,'2018-06-27 01:40:40','2018-06-26 23:40:40',18,NULL,NULL,0,'cus_D7g8Bvgx0AFfha'),(46,1,'',NULL,NULL,NULL,156,'stripe',NULL,NULL,NULL,NULL,'2018-07-17 14:13:48','2018-07-17 12:13:48',18,NULL,NULL,0,'cus_DFMnr5WsUoaCJX'),(47,1,'',NULL,NULL,NULL,231,'stripe',NULL,NULL,NULL,NULL,'2018-07-17 17:46:42','2018-07-17 15:46:42',18,NULL,NULL,0,'cus_DFQEkv3jONVJwR'),(48,1,'',NULL,NULL,NULL,250,'stripe',NULL,NULL,NULL,NULL,'2018-09-17 09:27:23','2018-09-17 07:27:23',18,NULL,NULL,0,'cus_DcWBnburaSkf0c'),(49,1,'',NULL,NULL,NULL,11,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:08:01','2018-10-12 18:08:01',0,NULL,NULL,0,'cus_Dm39EV1tf8CRBT'),(50,1,'',NULL,NULL,NULL,214,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:57:17','2018-10-12 18:57:17',18,NULL,NULL,0,'cus_Dm3wMg8aMLoRC9'),(51,1,'',NULL,NULL,NULL,213,'stripe',NULL,NULL,NULL,NULL,'2018-10-12 20:59:41','2018-10-12 18:59:41',18,NULL,NULL,0,'cus_Dm3zHwLuFKePzk');
      +/*!40000 ALTER TABLE `llx_societe_account` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_address`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_address`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_address` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `name` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_address`
      +--
      +
      +LOCK TABLES `llx_societe_address` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_address` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_address` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_commerciaux`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_commerciaux`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_commerciaux` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_commerciaux` (`fk_soc`,`fk_user`)
      +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_commerciaux`
      +--
      +
      +LOCK TABLES `llx_societe_commerciaux` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_commerciaux` DISABLE KEYS */;
      +INSERT INTO `llx_societe_commerciaux` VALUES (1,2,2,NULL),(2,3,2,NULL),(5,17,1,NULL),(6,19,1,NULL),(8,19,3,NULL),(9,11,16,NULL),(10,13,17,NULL),(11,26,12,NULL);
      +/*!40000 ALTER TABLE `llx_societe_commerciaux` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_societe_extrafields` (`fk_object`)
      +) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_extrafields`
      +--
      +
      +LOCK TABLES `llx_societe_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_societe_extrafields` VALUES (75,'2016-01-22 16:40:03',10,NULL),(77,'2016-01-22 16:41:56',12,NULL),(79,'2016-01-22 17:13:16',13,NULL),(81,'2016-01-22 17:18:08',19,NULL),(82,'2016-01-22 17:21:17',25,NULL),(83,'2016-01-22 17:21:51',1,NULL),(85,'2016-01-22 17:22:32',3,NULL),(86,'2016-01-22 17:24:53',4,NULL),(88,'2016-01-22 17:25:26',6,NULL),(89,'2016-01-22 17:25:41',7,NULL),(92,'2016-07-30 11:45:49',2,NULL),(94,'2017-02-15 22:55:34',17,NULL),(95,'2017-02-21 00:05:05',26,NULL),(96,'2017-02-21 11:01:17',5,NULL),(97,'2017-05-12 09:06:31',11,NULL);
      +/*!40000 ALTER TABLE `llx_societe_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_log`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_log`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_log` (
      +  `id` int(11) NOT NULL AUTO_INCREMENT,
      +  `datel` datetime DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `author` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `label` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`id`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_log`
      +--
      +
      +LOCK TABLES `llx_societe_log` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_log` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_log` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_prices`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_prices`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_prices` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `tms` timestamp NULL DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `price_level` tinyint(4) DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_prices`
      +--
      +
      +LOCK TABLES `llx_societe_prices` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_prices` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_prices` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `remise_client` double(6,3) NOT NULL DEFAULT '0.000',
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise`
      +--
      +
      +LOCK TABLES `llx_societe_remise` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_remise` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise_except`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise_except`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise_except` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `discount_type` int(11) NOT NULL DEFAULT '0',
      +  `datec` datetime DEFAULT NULL,
      +  `amount_ht` double(24,8) NOT NULL,
      +  `amount_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `amount_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `tva_tx` double(6,3) NOT NULL DEFAULT '0.000',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_facture_line` int(11) DEFAULT NULL,
      +  `fk_facture` int(11) DEFAULT NULL,
      +  `fk_facture_source` int(11) DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci NOT NULL,
      +  `multicurrency_amount_ht` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `multicurrency_amount_tva` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `multicurrency_amount_ttc` double(24,8) NOT NULL DEFAULT '0.00000000',
      +  `fk_invoice_supplier_line` int(11) DEFAULT NULL,
      +  `fk_invoice_supplier` int(11) DEFAULT NULL,
      +  `fk_invoice_supplier_source` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_societe_remise_except_fk_user` (`fk_user`),
      +  KEY `idx_societe_remise_except_fk_soc` (`fk_soc`),
      +  KEY `idx_societe_remise_except_fk_facture_line` (`fk_facture_line`),
      +  KEY `idx_societe_remise_except_fk_facture` (`fk_facture`),
      +  KEY `idx_societe_remise_except_fk_facture_source` (`fk_facture_source`),
      +  KEY `fk_soc_remise_fk_invoice_supplier_line` (`fk_invoice_supplier_line`),
      +  KEY `fk_societe_remise_fk_invoice_supplier_source` (`fk_invoice_supplier`),
      +  KEY `idx_societe_remise_except_discount_type` (`discount_type`),
      +  CONSTRAINT `fk_soc_remise_fk_facture_line` FOREIGN KEY (`fk_facture_line`) REFERENCES `llx_facturedet` (`rowid`),
      +  CONSTRAINT `fk_soc_remise_fk_invoice_supplier_line` FOREIGN KEY (`fk_invoice_supplier_line`) REFERENCES `llx_facture_fourn_det` (`rowid`),
      +  CONSTRAINT `fk_soc_remise_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture` FOREIGN KEY (`fk_facture`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture_line` FOREIGN KEY (`fk_facture_line`) REFERENCES `llx_facturedet` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_facture_source` FOREIGN KEY (`fk_facture_source`) REFERENCES `llx_facture` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_invoice_supplier` FOREIGN KEY (`fk_invoice_supplier`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_invoice_supplier_source` FOREIGN KEY (`fk_invoice_supplier`) REFERENCES `llx_facture_fourn` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_societe_remise_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise_except`
      +--
      +
      +LOCK TABLES `llx_societe_remise_except` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise_except` DISABLE KEYS */;
      +INSERT INTO `llx_societe_remise_except` VALUES (2,1,19,0,'2013-03-19 09:36:15',10.00000000,1.25000000,11.25000000,12.500,1,NULL,NULL,NULL,'hfghgf',0.00000000,0.00000000,0.00000000,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_societe_remise_except` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_remise_supplier`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_remise_supplier`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_remise_supplier` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_soc` int(11) NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `remise_supplier` double(6,3) NOT NULL DEFAULT '0.000',
      +  `note` text,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_remise_supplier`
      +--
      +
      +LOCK TABLES `llx_societe_remise_supplier` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_remise_supplier` DISABLE KEYS */;
      +INSERT INTO `llx_societe_remise_supplier` VALUES (1,1,1,'2018-04-06 18:21:00','2018-04-06 20:21:00',12,6.000,'llll');
      +/*!40000 ALTER TABLE `llx_societe_remise_supplier` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_rib`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_rib`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_rib` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bank` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` text COLLATE utf8_unicode_ci,
      +  `default_rib` tinyint(4) NOT NULL DEFAULT '0',
      +  `rum` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_rum` date DEFAULT NULL,
      +  `frstrecur` varchar(16) COLLATE utf8_unicode_ci DEFAULT 'FRST',
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `last_four` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `card_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cvn` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `exp_date_month` int(11) DEFAULT NULL,
      +  `exp_date_year` int(11) DEFAULT NULL,
      +  `country_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `approved` int(11) DEFAULT '0',
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ending_date` date DEFAULT NULL,
      +  `max_total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `preapproval_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `starting_date` date DEFAULT NULL,
      +  `total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `stripe_card_ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_rib`
      +--
      +
      +LOCK TABLES `llx_societe_rib` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_rib` DISABLE KEYS */;
      +INSERT INTO `llx_societe_rib` VALUES (1,'ban',19,'2017-02-21 15:50:32','2017-02-21 11:53:08','Morgan Bank','Morgan Bank','','','','','PSPBFIHH','ES80 2310 0001 1800 0001 2345','Royal via,\r\nMadrid','Mr Esposito','10 via ferrata,\r\nMadrid',1,'RUM1301-0008-0',NULL,'FRST',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_societe_rib` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_societe_rib2`
      +--
      +
      +DROP TABLE IF EXISTS `llx_societe_rib2`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_societe_rib2` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` varchar(32) DEFAULT 'ban',
      +  `label` varchar(30) DEFAULT NULL,
      +  `fk_soc` int(11) NOT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `bank` varchar(255) DEFAULT NULL,
      +  `code_banque` varchar(128) DEFAULT NULL,
      +  `code_guichet` varchar(6) DEFAULT NULL,
      +  `number` varchar(255) DEFAULT NULL,
      +  `cle_rib` varchar(5) DEFAULT NULL,
      +  `bic` varchar(20) DEFAULT NULL,
      +  `iban_prefix` varchar(34) DEFAULT NULL,
      +  `domiciliation` varchar(255) DEFAULT NULL,
      +  `proprio` varchar(60) DEFAULT NULL,
      +  `owner_address` varchar(255) DEFAULT NULL,
      +  `default_rib` smallint(6) NOT NULL DEFAULT '0',
      +  `rum` varchar(32) DEFAULT NULL,
      +  `date_rum` date DEFAULT NULL,
      +  `frstrecur` varchar(16) DEFAULT 'FRST',
      +  `last_four` varchar(4) DEFAULT NULL,
      +  `card_type` varchar(255) DEFAULT NULL,
      +  `cvn` varchar(255) DEFAULT NULL,
      +  `exp_date_month` int(11) DEFAULT NULL,
      +  `exp_date_year` int(11) DEFAULT NULL,
      +  `country_code` varchar(10) DEFAULT NULL,
      +  `approved` int(11) DEFAULT '0',
      +  `email` varchar(255) DEFAULT NULL,
      +  `ending_date` date DEFAULT NULL,
      +  `max_total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `preapproval_key` varchar(255) DEFAULT NULL,
      +  `starting_date` date DEFAULT NULL,
      +  `total_amount_of_all_payments` double(24,8) DEFAULT NULL,
      +  `stripe_card_ref` varchar(128) DEFAULT NULL,
      +  `status` int(11) NOT NULL DEFAULT '1',
      +  `import_key` varchar(14) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_societe_rib2`
      +--
      +
      +LOCK TABLES `llx_societe_rib2` WRITE;
      +/*!40000 ALTER TABLE `llx_societe_rib2` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_societe_rib2` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_socpeople`
      +--
      +
      +DROP TABLE IF EXISTS `llx_socpeople`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_socpeople` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` text COLLATE utf8_unicode_ci,
      +  `fk_departement` int(11) DEFAULT NULL,
      +  `fk_pays` int(11) DEFAULT '0',
      +  `birthday` date DEFAULT NULL,
      +  `poste` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_perso` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `phone_mobile` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fax` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `jabberid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `whatsapp` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `youtube` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `googleplus` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `snapchat` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `instagram` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facebook` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `twitter` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `priv` smallint(6) NOT NULL DEFAULT '0',
      +  `no_email` smallint(6) NOT NULL DEFAULT '0',
      +  `fk_user_creat` int(11) DEFAULT '0',
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `default_lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `canvas` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` tinyint(4) NOT NULL DEFAULT '1',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_socpeople_fk_soc` (`fk_soc`),
      +  KEY `idx_socpeople_fk_user_creat` (`fk_user_creat`),
      +  CONSTRAINT `fk_socpeople_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`),
      +  CONSTRAINT `fk_socpeople_user_creat_user_rowid` FOREIGN KEY (`fk_user_creat`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_socpeople`
      +--
      +
      +LOCK TABLES `llx_socpeople` WRITE;
      +/*!40000 ALTER TABLE `llx_socpeople` DISABLE KEYS */;
      +INSERT INTO `llx_socpeople` VALUES (1,'2010-07-08 14:26:14','2016-01-16 15:07:51',1,1,NULL,'MR','Indra','Mahala','','','',297,117,'2010-07-08','Project leader','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,12,'Met during a congress at Dubai','',NULL,NULL,NULL,1),(2,'2010-07-08 22:44:50','2010-07-08 20:59:57',NULL,1,NULL,'MR','Freeman','Public','','','',200,11,NULL,'','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'A friend that is a free contact not linked to any company',NULL,NULL,NULL,NULL,1),(3,'2010-07-08 22:59:02','2016-01-22 17:30:07',NULL,1,NULL,'MR','Mywife','Nicy','','','',NULL,11,'1980-10-03','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,12,'This is a private contact','',NULL,NULL,NULL,1),(4,'2010-07-09 00:16:58','2010-07-08 22:16:58',6,1,NULL,'MR','Rotchield','Evan','','','',NULL,6,NULL,'Bank director','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'The bank director',NULL,NULL,NULL,NULL,1),(6,'2011-08-01 02:41:26','2016-01-22 17:29:53',17,1,NULL,'','Bookkeeper','Bob','99 account street','123456','BigTown',NULL,4,NULL,'book keeper','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,12,'','',NULL,NULL,NULL,1),(7,'2016-07-30 16:11:06','2016-07-30 12:16:07',NULL,1,'','MR','Dad','','','','',NULL,14,'1967-09-04','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',1,0,12,12,'','',NULL,NULL,NULL,1),(8,'2016-07-30 16:13:03','2016-07-30 12:15:58',NULL,1,'','MLE','Mom','','','','',NULL,14,NULL,'','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',1,0,12,12,'','',NULL,NULL,NULL,1),(9,'2016-07-30 16:14:41','2016-07-30 12:15:51',NULL,1,'','MR','Francky','','','89455','Virigia',NULL,205,'1980-07-09','Baker','555-98989898','','','','francky@example.com','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',0,0,12,12,'','',NULL,NULL,NULL,1),(10,'2016-07-30 16:26:22','2016-07-30 12:52:38',10,1,'','MR','Eldy','','','33600','Pessac',NULL,1,'1972-10-10','Dolibarr project leader','','','','','eldy@example.com','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ldestailleur_200x200.jpg',0,0,NULL,12,'','',NULL,NULL,NULL,1),(11,'2017-05-12 13:16:36','2017-05-12 09:18:20',11,1,'','MR','Smith','Laurent','45 Big road','897','Seattle',NULL,11,NULL,'Director','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ldestailleur_200x200.png',0,0,12,12,'','',NULL,NULL,NULL,1),(12,'2017-05-12 13:19:31','2017-05-12 09:19:42',11,1,'','MR','Einstein','','','','',NULL,11,NULL,'Genius','333444555','','','','genius@example.com','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Einstein.jpg',0,0,12,12,'','',NULL,NULL,NULL,1);
      +/*!40000 ALTER TABLE `llx_socpeople` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_socpeople_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_socpeople_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_socpeople_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_socpeople_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_socpeople_extrafields`
      +--
      +
      +LOCK TABLES `llx_socpeople_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_socpeople_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_socpeople_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_stock_lotserial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_stock_lotserial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_stock_lotserial` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_stock_lotserial`
      +--
      +
      +LOCK TABLES `llx_stock_lotserial` WRITE;
      +/*!40000 ALTER TABLE `llx_stock_lotserial` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_stock_lotserial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_stock_mouvement`
      +--
      +
      +DROP TABLE IF EXISTS `llx_stock_mouvement`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_stock_mouvement` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datem` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL,
      +  `fk_entrepot` int(11) NOT NULL,
      +  `value` double DEFAULT NULL,
      +  `price` double(24,8) DEFAULT '0.00000000',
      +  `type_mouvement` smallint(6) DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_origin` int(11) DEFAULT NULL,
      +  `origintype` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `inventorycode` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `batch` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `eatby` date DEFAULT NULL,
      +  `sellby` date DEFAULT NULL,
      +  `fk_project` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_stock_mouvement_fk_product` (`fk_product`),
      +  KEY `idx_stock_mouvement_fk_entrepot` (`fk_entrepot`)
      +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_stock_mouvement`
      +--
      +
      +LOCK TABLES `llx_stock_mouvement` WRITE;
      +/*!40000 ALTER TABLE `llx_stock_mouvement` DISABLE KEYS */;
      +INSERT INTO `llx_stock_mouvement` VALUES (1,'2010-07-08 22:43:51','2010-07-09 00:43:51',2,2,1000,0.00000000,0,1,'Correct stock',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-10 22:56:18','2010-07-11 00:56:18',4,2,500,0.00000000,0,1,'Init',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'2010-07-10 23:02:20','2010-07-11 01:02:20',4,2,500,0.00000000,0,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'2010-07-11 16:49:44','2010-07-11 18:49:44',4,1,2,10.00000000,3,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'2010-07-11 16:49:44','2010-07-11 18:49:44',1,1,4,0.00000000,3,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'2013-01-19 17:22:48','2013-01-19 18:22:48',11,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'2013-01-19 17:22:48','2013-01-19 18:22:48',4,1,-1,5.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'2013-01-19 17:22:48','2013-01-19 18:22:48',1,1,-2,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'2013-01-19 17:31:10','2013-01-19 18:31:10',2,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'2013-01-19 17:31:58','2013-01-19 18:31:58',2,1,-1,0.00000000,2,1,'Facture cr&eacute;&eacute;e dans DoliPOS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'2016-07-30 13:39:31','2016-07-30 17:39:31',10,2,50,0.00000000,0,12,'Stock correction for product COMP-XP4523',0,'',NULL,NULL,'5599887766452',NULL,NULL,NULL),(13,'2016-07-30 13:40:12','2016-07-30 17:40:12',10,2,60,0.00000000,0,12,'Stock correction for product COMP-XP4523',0,'',NULL,NULL,'4494487766452',NULL,NULL,NULL),(14,'2016-07-30 13:40:39','2016-07-30 17:40:39',10,2,-35,0.00000000,1,12,'Stock transfer of product COMP-XP4523 into another warehouse',0,'',NULL,'160730174015','5599887766452',NULL,NULL,NULL),(15,'2016-07-30 13:40:39','2016-07-30 17:40:39',10,1,35,0.00000000,0,12,'Stock transfer of product COMP-XP4523 into another warehouse',0,'',NULL,'160730174015','5599887766452',NULL,NULL,NULL),(16,'2017-02-15 23:58:08','2017-02-16 03:58:08',10,1,-1,100.00000000,2,12,'Exp&eacute;dition SH1702-0002 valid&eacute;e',3,'shipping',NULL,NULL,'5599887766452',NULL,NULL,NULL),(17,'2017-02-16 00:12:09','2017-02-16 04:12:09',10,1,1,0.00000000,3,12,'Exp&eacute;dition SH1702-0002 supprim&eacute;e',0,'',NULL,NULL,'5599887766452',NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_stock_mouvement` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_message`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_message`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_message` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `statut` smallint(6) DEFAULT '0',
      +  `label` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `title` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `body_short` text COLLATE utf8_unicode_ci,
      +  `body_long` text COLLATE utf8_unicode_ci,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cible` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `nbemail` int(11) DEFAULT NULL,
      +  `email_from` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_replyto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email_errorsto` varchar(160) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `tag` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creat` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_appro` datetime DEFAULT NULL,
      +  `date_envoi` datetime DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_appro` int(11) DEFAULT NULL,
      +  `joined_file1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `joined_file4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_message`
      +--
      +
      +LOCK TABLES `llx_submitew_message` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_message` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_submitew_message` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_targets`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_targets`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_targets` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `label` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `targetcode` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `langcode` varchar(5) COLLATE utf8_unicode_ci DEFAULT 'en_US',
      +  `url` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `comment` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `position` int(11) DEFAULT '0',
      +  `titlelength` int(11) DEFAULT '32',
      +  `descshortlength` int(11) DEFAULT '256',
      +  `desclonglength` int(11) DEFAULT '2000',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_submitewtargets` (`label`,`langcode`)
      +) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_targets`
      +--
      +
      +LOCK TABLES `llx_submitew_targets` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_targets` DISABLE KEYS */;
      +INSERT INTO `llx_submitew_targets` VALUES (17,'hhho','email','fr_FR','',NULL,NULL,NULL,0,0,-1,0),(34,'pppp','facebook','fr_FR',NULL,'eldy','ld101010-fk',NULL,0,-1,-1,-1),(35,'hfghfgh','web','de_DE','http://wwww','ffffmmm','null',NULL,0,-1,-1,-1),(37,'llll','linkedin','fr_FR','',NULL,NULL,NULL,0,32,256,2000),(55,'fff','dig','fr_FR',NULL,'hfgh','hfghgf',NULL,0,-1,-1,-1),(56,'aaaaaaa','linkedin','da_DK',NULL,'aa','aaa',NULL,0,32,256,2000),(57,'ddd','dig','en_US',NULL,'dd',NULL,NULL,0,32,256,2000),(59,'dddff','dig','en_US',NULL,NULL,NULL,NULL,0,32,256,2000),(68,'dddffe','dig','en_US',NULL,NULL,NULL,NULL,0,32,256,2000),(70,'dddffef','dig','en_US','http://www.dig.com',NULL,NULL,NULL,0,32,256,2000),(71,'ffff','dig','en_US','http://www.dig.com',NULL,NULL,NULL,0,32,256,2000);
      +/*!40000 ALTER TABLE `llx_submitew_targets` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_submitew_targets_params`
      +--
      +
      +DROP TABLE IF EXISTS `llx_submitew_targets_params`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_submitew_targets_params` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_target` int(11) NOT NULL,
      +  `paramkey` varchar(16) COLLATE utf8_unicode_ci NOT NULL,
      +  `paramvalue` varchar(128) COLLATE utf8_unicode_ci DEFAULT '',
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `idx_submitewtargets_fk_target` (`fk_target`),
      +  UNIQUE KEY `uk_submitewtargets_params` (`fk_target`,`paramkey`,`paramvalue`),
      +  CONSTRAINT `fk_submitewtargets_fk_target` FOREIGN KEY (`fk_target`) REFERENCES `llx_submitew_targets` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_submitew_targets_params`
      +--
      +
      +LOCK TABLES `llx_submitew_targets_params` WRITE;
      +/*!40000 ALTER TABLE `llx_submitew_targets_params` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_submitew_targets_params` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_subscription`
      +--
      +
      +DROP TABLE IF EXISTS `llx_subscription`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_subscription` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `fk_adherent` int(11) DEFAULT NULL,
      +  `dateadh` datetime DEFAULT NULL,
      +  `datef` date DEFAULT NULL,
      +  `subscription` double(24,8) DEFAULT NULL,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_subscription` (`fk_adherent`,`dateadh`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_subscription`
      +--
      +
      +LOCK TABLES `llx_subscription` WRITE;
      +/*!40000 ALTER TABLE `llx_subscription` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_subscription` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposal`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposal`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposal` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `ref` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref_ext` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_projet` int(11) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` datetime DEFAULT NULL,
      +  `date_valid` datetime DEFAULT NULL,
      +  `date_cloture` datetime DEFAULT NULL,
      +  `fk_user_author` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_user_valid` int(11) DEFAULT NULL,
      +  `fk_user_cloture` int(11) DEFAULT NULL,
      +  `fk_statut` smallint(6) NOT NULL DEFAULT '0',
      +  `price` double DEFAULT '0',
      +  `remise_percent` double DEFAULT '0',
      +  `remise_absolue` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `tva` double(24,8) DEFAULT '0.00000000',
      +  `localtax1` double(24,8) DEFAULT '0.00000000',
      +  `localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total` double(24,8) DEFAULT '0.00000000',
      +  `fk_account` int(11) DEFAULT NULL,
      +  `fk_currency` varchar(3) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_cond_reglement` int(11) DEFAULT NULL,
      +  `fk_mode_reglement` int(11) DEFAULT NULL,
      +  `note_private` text COLLATE utf8_unicode_ci,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_livraison` date DEFAULT NULL,
      +  `fk_shipping_method` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `extraparams` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_tx` double(24,8) DEFAULT '1.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `last_main_doc` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposal`
      +--
      +
      +LOCK TABLES `llx_supplier_proposal` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposal` DISABLE KEYS */;
      +INSERT INTO `llx_supplier_proposal` VALUES (2,'(PROV2)',1,NULL,NULL,10,NULL,'2017-02-17 00:40:50','2017-02-17 04:40:14',NULL,NULL,12,NULL,NULL,NULL,0,0,NULL,NULL,0,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,NULL,NULL,2,7,'','','aurore','2017-02-17',1,NULL,NULL,1,'EUR',1.00000000,200.00000000,0.00000000,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_supplier_proposal` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposal_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposal_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposal_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposal_extrafields`
      +--
      +
      +LOCK TABLES `llx_supplier_proposal_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposal_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_supplier_proposal_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposaldet`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposaldet`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposaldet` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_supplier_proposal` int(11) NOT NULL,
      +  `fk_parent_line` int(11) DEFAULT NULL,
      +  `fk_product` int(11) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` text COLLATE utf8_unicode_ci,
      +  `fk_remise_except` int(11) DEFAULT NULL,
      +  `tva_tx` double(6,3) DEFAULT '0.000',
      +  `vat_src_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT '',
      +  `localtax1_tx` double(6,3) DEFAULT '0.000',
      +  `localtax1_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `localtax2_tx` double(6,3) DEFAULT '0.000',
      +  `localtax2_type` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `remise_percent` double DEFAULT '0',
      +  `remise` double DEFAULT '0',
      +  `price` double DEFAULT NULL,
      +  `subprice` double(24,8) DEFAULT '0.00000000',
      +  `total_ht` double(24,8) DEFAULT '0.00000000',
      +  `total_tva` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax1` double(24,8) DEFAULT '0.00000000',
      +  `total_localtax2` double(24,8) DEFAULT '0.00000000',
      +  `total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `product_type` int(11) DEFAULT '0',
      +  `info_bits` int(11) DEFAULT '0',
      +  `buy_price_ht` double(24,8) DEFAULT '0.00000000',
      +  `fk_product_fournisseur_price` int(11) DEFAULT NULL,
      +  `special_code` int(11) DEFAULT '0',
      +  `rang` int(11) DEFAULT '0',
      +  `ref_fourn` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_multicurrency` int(11) DEFAULT NULL,
      +  `multicurrency_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `multicurrency_subprice` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ht` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_tva` double(24,8) DEFAULT '0.00000000',
      +  `multicurrency_total_ttc` double(24,8) DEFAULT '0.00000000',
      +  `fk_unit` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_supplier_proposaldet_fk_supplier_proposal` (`fk_supplier_proposal`),
      +  KEY `idx_supplier_proposaldet_fk_product` (`fk_product`),
      +  KEY `fk_supplier_proposaldet_fk_unit` (`fk_unit`),
      +  CONSTRAINT `fk_supplier_proposaldet_fk_supplier_proposal` FOREIGN KEY (`fk_supplier_proposal`) REFERENCES `llx_supplier_proposal` (`rowid`),
      +  CONSTRAINT `fk_supplier_proposaldet_fk_unit` FOREIGN KEY (`fk_unit`) REFERENCES `llx_c_units` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposaldet`
      +--
      +
      +LOCK TABLES `llx_supplier_proposaldet` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet` DISABLE KEYS */;
      +INSERT INTO `llx_supplier_proposaldet` VALUES (2,2,NULL,NULL,NULL,'A powerfull computer with 8Gb memory.',NULL,0.000,'',0.000,'0',0.000,'0',1,0,0,NULL,200.00000000,200.00000000,0.00000000,0.00000000,0.00000000,200.00000000,0,0,0.00000000,NULL,0,1,'',1,'EUR',200.00000000,200.00000000,0.00000000,200.00000000,NULL);
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_supplier_proposaldet_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_supplier_proposaldet_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_supplier_proposaldet_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_supplier_proposaldet_extrafields`
      +--
      +
      +LOCK TABLES `llx_supplier_proposaldet_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_supplier_proposaldet_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_takepos_floor_tables`
      +--
      +
      +DROP TABLE IF EXISTS `llx_takepos_floor_tables`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_takepos_floor_tables` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `label` varchar(255) DEFAULT NULL,
      +  `leftpos` float DEFAULT NULL,
      +  `toppos` float DEFAULT NULL,
      +  `floor` int(3) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_takepos_floor_tables`
      +--
      +
      +LOCK TABLES `llx_takepos_floor_tables` WRITE;
      +/*!40000 ALTER TABLE `llx_takepos_floor_tables` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_takepos_floor_tables` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `track_id` varchar(128) NOT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `fk_project` int(11) DEFAULT '0',
      +  `origin_email` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_assign` int(11) DEFAULT NULL,
      +  `subject` varchar(255) DEFAULT NULL,
      +  `message` text,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `resolution` int(11) DEFAULT NULL,
      +  `progress` varchar(100) DEFAULT NULL,
      +  `timing` varchar(20) DEFAULT NULL,
      +  `type_code` varchar(32) DEFAULT NULL,
      +  `category_code` varchar(32) DEFAULT NULL,
      +  `severity_code` varchar(32) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `date_read` datetime DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `notify_tiers_at_create` tinyint(4) DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ticket_track_id` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket`
      +--
      +
      +LOCK TABLES `llx_ticket` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket` DISABLE KEYS */;
      +INSERT INTO `llx_ticket` VALUES (1,1,'aaa','d42iybp7p6d1cvqi',248,12,NULL,12,NULL,'aaa','aaa',1,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-06-04 21:36:42','2018-10-01 03:20:18',NULL,0,'2018-10-01 01:20:18');
      +/*!40000 ALTER TABLE `llx_ticket` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `aaa` int(10) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_extrafields`
      +--
      +
      +LOCK TABLES `llx_ticket_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_extrafields` VALUES (1,'2018-06-04 19:36:42',1,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ticket_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticket_logs_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticket_logs_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticket` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_logs`
      +--
      +
      +LOCK TABLES `llx_ticket_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_logs` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_logs` VALUES (1,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:20:18','Ticket read by Alice Adminson');
      +/*!40000 ALTER TABLE `llx_ticket_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticket_msg`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticket_msg`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticket_msg` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  `private` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticket_msg_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticket_msg_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticket` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticket_msg`
      +--
      +
      +LOCK TABLES `llx_ticket_msg` WRITE;
      +/*!40000 ALTER TABLE `llx_ticket_msg` DISABLE KEYS */;
      +INSERT INTO `llx_ticket_msg` VALUES (1,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:18:19','gdfgdf',0),(2,1,'d42iybp7p6d1cvqi',12,'2018-10-01 03:18:30','gdf',0);
      +/*!40000 ALTER TABLE `llx_ticket_msg` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `ref` varchar(128) NOT NULL,
      +  `track_id` varchar(128) NOT NULL,
      +  `fk_soc` int(11) DEFAULT '0',
      +  `fk_project` int(11) DEFAULT '0',
      +  `origin_email` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `fk_user_assign` int(11) DEFAULT NULL,
      +  `subject` varchar(255) DEFAULT NULL,
      +  `message` text,
      +  `fk_statut` int(11) DEFAULT NULL,
      +  `resolution` int(11) DEFAULT NULL,
      +  `progress` varchar(100) DEFAULT NULL,
      +  `timing` varchar(20) DEFAULT NULL,
      +  `type_code` varchar(32) DEFAULT NULL,
      +  `category_code` varchar(32) DEFAULT NULL,
      +  `severity_code` varchar(32) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `date_read` datetime DEFAULT NULL,
      +  `date_close` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `notify_tiers_at_create` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_ticketsup_track_id` (`track_id`),
      +  KEY `id_ticketsup_track_id` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup`
      +--
      +
      +LOCK TABLES `llx_ticketsup` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup` VALUES (16,1,'TS1803-0001','bmhki5neaa7bszvy',64,12,NULL,12,11,'hfghfgbvcbcv','hgfhfghf<br />\r\ngdgdgdhghfghf',3,NULL,'100','NORMAL','COM','OTHER','NORMAL','2018-03-13 15:19:47','2018-03-18 21:55:12','2018-04-10 18:00:15','2018-05-01 10:32:20',1),(17,1,'TS1803-0002','ltvd8zthmu5b7v42',148,NULL,NULL,12,NULL,'hfghf','jghjhg',6,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-16 13:30:33','2018-03-18 22:00:39',NULL,'2018-03-18 18:27:03',1),(20,1,'TS1803-0005','o9997psaapahwrxi',NULL,NULL,NULL,12,NULL,'khjkhj','mmmmm',1,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-18 22:55:56','2018-03-19 14:57:36',NULL,'2018-03-19 10:57:36',0),(21,1,'TS1803-0006','hh2ludsvj32lp8sq',NULL,NULL,NULL,12,NULL,'gdfg','gdfgfd',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-03-18 22:56:20',NULL,NULL,'2018-03-18 18:56:20',1),(22,1,'TS1803-0007','4e8iy89hes9a5w8d',NULL,NULL,NULL,12,NULL,'ffffffff','fsdf',0,NULL,'0','NORMAL','COM','OTHER','NORMAL','2018-03-18 23:00:41',NULL,NULL,'2018-04-12 19:41:47',1),(23,1,'TS1804-0008','jbm8vxsqw19817fm',79,NULL,'aaa@aaa.com',NULL,NULL,'ssss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:20:40',NULL,NULL,'2018-04-12 21:20:40',1),(24,1,'TS1804-0009','q32naisayppjgr5b',NULL,NULL,'f@f.com',NULL,NULL,'sss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:23:34',NULL,NULL,'2018-04-12 21:23:34',1),(25,1,'TS1804-0010','dst5xryjb55jjxs6',NULL,NULL,'f@f.com',NULL,NULL,'sss','mmm',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-12 23:31:01',NULL,NULL,'2018-04-12 21:31:01',1),(26,1,'TS1804-0011','qh9ar34ut2shp5rq',151,NULL,'testldr6@dolicloud.com',NULL,NULL,'ppppp','gdgdgdfg',0,NULL,'0',NULL,'COM','OTHER','NORMAL','2018-04-19 15:05:23',NULL,NULL,'2018-04-19 13:05:23',1);
      +/*!40000 ALTER TABLE `llx_ticketsup` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) DEFAULT NULL,
      +  `aaa` varchar(255) DEFAULT NULL,
      +  `listeonly` varchar(255) DEFAULT NULL,
      +  `bbb` varchar(255) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_extrafields`
      +--
      +
      +LOCK TABLES `llx_ticketsup_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_extrafields` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_extrafields` VALUES (15,'2018-04-12 21:20:40',23,NULL,'aaaa',NULL,NULL),(16,'2018-04-12 21:23:34',24,NULL,'aaa',NULL,NULL),(17,'2018-04-12 21:31:01',25,NULL,'aaa',NULL,NULL),(20,'2018-04-13 10:42:15',22,NULL,'fffppgggffooppmmpp',NULL,NULL),(26,'2018-04-19 13:05:23',26,NULL,'aaa',NULL,NULL),(56,'2018-04-30 08:32:50',16,NULL,'ljklj',NULL,NULL);
      +/*!40000 ALTER TABLE `llx_ticketsup_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_logs`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_logs`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_logs` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_create` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticketsup_logs_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticketsup_logs_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticketsup` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_logs`
      +--
      +
      +LOCK TABLES `llx_ticketsup_logs` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_logs` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_logs` VALUES (14,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:31:15','Change classification : from Other to Other'),(15,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:31:22','Change classification : from Commercial question to Issue or problem'),(16,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:27','Ticket assigned to David Doe'),(17,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:36','Ticket assigned to hgfhfg hgfh'),(18,1,'bmhki5neaa7bszvy',12,'2018-03-18 14:59:47','Ticket assigned to Sam Scientol'),(19,1,'bmhki5neaa7bszvy',12,'2018-03-18 15:01:20','Ticket assigned to Zack Zeceo'),(20,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:30:49','Ticket read by Alice Adminson'),(22,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:37:42','Status changed : Read to Not read'),(23,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:37:55','Ticket read by Alice Adminson'),(24,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:03','Status changed : Read to Not read'),(25,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:25','Ticket read by Alice Adminson'),(26,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:29','Status changed : Read to Not read'),(27,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:38:45','Ticket read by Alice Adminson'),(28,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:43:30','Status changed : Read to Not read'),(29,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:19','Status changed : Not read to Read'),(30,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:21','Status changed : Read to Not read'),(31,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:25','Ticket read by Alice Adminson'),(32,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:29','Status changed : Read to Not read'),(33,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:31','Status changed : Not read to Read'),(34,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:44:40','Status changed : Read to Not read'),(35,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:48:06','Ticket read by Alice Adminson'),(36,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:48:10','Status changed : Read to Not read'),(37,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:55:06','Ticket read by Alice Adminson'),(38,1,'bmhki5neaa7bszvy',12,'2018-03-18 21:55:12','Ticket read by Alice Adminson'),(39,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:00:39','Ticket read by Alice Adminson'),(40,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:01','Status changed : Answered to Assigned'),(41,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:08','Status changed : Assigned to Answered'),(42,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:25:16','Status changed : Answered to In progress'),(43,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:27:03','Status changed : In progress to Waiting'),(44,1,'o9997psaapahwrxi',12,'2018-03-19 14:57:35','Ticket read by Alice Adminson'),(45,1,'o9997psaapahwrxi',12,'2018-03-19 14:57:36','Ticket read by Alice Adminson'),(46,1,'bmhki5neaa7bszvy',12,'2018-04-10 17:58:28','Status changed : Lu to En cours'),(47,1,'bmhki5neaa7bszvy',12,'2018-04-10 17:58:44','Ticket cl&ocirc;t par Alice Adminson'),(48,1,'bmhki5neaa7bszvy',12,'2018-04-10 18:00:15','Ticket cl&ocirc;t par Alice Adminson'),(49,1,'bmhki5neaa7bszvy',12,'2018-04-13 12:11:32','Ticket r&eacute;-ouvert'),(50,1,'bmhki5neaa7bszvy',12,'2018-04-15 11:45:53','Status changed : assign&eacute; to Unread'),(51,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:01:24','Change classification : from  to '),(52,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:01:26','Change classification : from  to '),(53,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:02:03','Change classification : from  to '),(54,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:02:27','Change classification : from  to '),(55,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:09:03','Change classification : from  to '),(56,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:09:34','Change classification : from  to '),(57,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:15:04','Change classification : from  to '),(58,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:15:54','Change classification : from  to '),(59,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:17:47','Change classification : from  to '),(60,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:04','Change classification : from  to '),(61,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:28','Change classification : from  to '),(62,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:18:39','Change classification : from  to '),(63,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:00','Change classification : from  to '),(64,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:06','Change classification : from  to '),(65,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:09','Change classification : from  to '),(66,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:19:13','Change classification : from  to '),(67,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:24:52','Change classification : from  to '),(68,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:24:58','Change classification : from  to '),(69,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:26:41','Change classification : from  to '),(70,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:03','Change classification : from  to '),(71,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:06','Change classification : from  to '),(72,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:27:30','Initial message modified \n  hgfhfghf\n+ gdgdgd\n'),(73,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:13','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(74,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:28','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(75,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:47','Initial message modified \n  hgfhfghf\n  gdgdgd\n'),(76,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:55','Initial message modified \n  hgfhfghf\n- gdgdgd\n+ gdgdgdhghfghf\n'),(77,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:28:58','Change classification : from  to '),(78,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:29:55','Change classification : from  to '),(79,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:32:42','Change classification : from  to '),(80,1,'bmhki5neaa7bszvy',12,'2018-04-30 10:32:50','Change classification : from  to '),(81,1,'bmhki5neaa7bszvy',12,'2018-05-01 12:32:20','Status changed : Unread to Answered');
      +/*!40000 ALTER TABLE `llx_ticketsup_logs` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_ticketsup_msg`
      +--
      +
      +DROP TABLE IF EXISTS `llx_ticketsup_msg`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_ticketsup_msg` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) DEFAULT '1',
      +  `fk_track_id` varchar(128) DEFAULT NULL,
      +  `fk_user_action` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `message` text,
      +  `private` int(11) DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_ticketsup_msg_fk_track_id` (`fk_track_id`),
      +  CONSTRAINT `fk_ticketsup_msg_fk_track_id` FOREIGN KEY (`fk_track_id`) REFERENCES `llx_ticketsup` (`track_id`)
      +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_ticketsup_msg`
      +--
      +
      +LOCK TABLES `llx_ticketsup_msg` WRITE;
      +/*!40000 ALTER TABLE `llx_ticketsup_msg` DISABLE KEYS */;
      +INSERT INTO `llx_ticketsup_msg` VALUES (1,1,'bmhki5neaa7bszvy',12,'2018-03-16 13:30:57','gdfd',0),(2,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:24:18','fdsfds',0),(3,1,'ltvd8zthmu5b7v42',12,'2018-03-18 22:24:39','hfghfg',0);
      +/*!40000 ALTER TABLE `llx_ticketsup_msg` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_tva`
      +--
      +
      +DROP TABLE IF EXISTS `llx_tva`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_tva` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `datec` date DEFAULT NULL,
      +  `datep` date DEFAULT NULL,
      +  `datev` date DEFAULT NULL,
      +  `amount` double(24,8) DEFAULT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `note` text COLLATE utf8_unicode_ci,
      +  `fk_bank` int(11) DEFAULT NULL,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `fk_typepayment` int(11) DEFAULT NULL,
      +  `num_payment` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_tva`
      +--
      +
      +LOCK TABLES `llx_tva` WRITE;
      +/*!40000 ALTER TABLE `llx_tva` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_tva` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `login` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `civility` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_int` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `employee` smallint(6) DEFAULT '1',
      +  `fk_establishment` int(11) DEFAULT '0',
      +  `pass` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_crypted` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass_temp` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `api_key` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `firstname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `job` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `office_phone` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `office_fax` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `user_mobile` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `signature` text COLLATE utf8_unicode_ci,
      +  `admin` smallint(6) DEFAULT '0',
      +  `webcal_login` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `module_comm` smallint(6) DEFAULT '1',
      +  `module_compta` smallint(6) DEFAULT '1',
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `fk_socpeople` int(11) DEFAULT NULL,
      +  `fk_member` int(11) DEFAULT NULL,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `datelastlogin` datetime DEFAULT NULL,
      +  `datepreviouslogin` datetime DEFAULT NULL,
      +  `egroupware_id` int(11) DEFAULT NULL,
      +  `ldap_sid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `statut` tinyint(4) DEFAULT '1',
      +  `photo` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `openid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `thm` double(24,8) DEFAULT NULL,
      +  `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `zip` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `town` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_state` int(11) DEFAULT '0',
      +  `fk_country` int(11) DEFAULT '0',
      +  `color` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `accountancy_code` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `barcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_barcode_type` int(11) DEFAULT '0',
      +  `nb_holiday` int(11) DEFAULT '0',
      +  `salary` double(24,8) DEFAULT NULL,
      +  `tjm` double(24,8) DEFAULT NULL,
      +  `salaryextra` double(24,8) DEFAULT NULL,
      +  `weeklyhours` double(16,8) DEFAULT NULL,
      +  `gender` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `note_public` text COLLATE utf8_unicode_ci,
      +  `dateemployment` datetime DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `birth` date DEFAULT NULL,
      +  `pass_encoding` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `default_range` int(11) DEFAULT NULL,
      +  `default_c_exp_tax_cat` int(11) DEFAULT NULL,
      +  `dateemploymentend` date DEFAULT NULL,
      +  `twitter` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `facebook` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `instagram` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `snapchat` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `googleplus` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `youtube` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `whatsapp` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_login` (`login`,`entity`),
      +  UNIQUE KEY `uk_user_fk_socpeople` (`fk_socpeople`),
      +  UNIQUE KEY `uk_user_fk_member` (`fk_member`),
      +  UNIQUE KEY `uk_user_api_key` (`api_key`),
      +  KEY `idx_user_api_key` (`api_key`),
      +  KEY `idx_user_fk_societe` (`fk_soc`)
      +) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user`
      +--
      +
      +LOCK TABLES `llx_user` WRITE;
      +/*!40000 ALTER TABLE `llx_user` DISABLE KEYS */;
      +INSERT INTO `llx_user` VALUES (1,'2010-07-08 13:20:11','2017-02-01 15:06:04',NULL,NULL,'aeinstein',0,NULL,NULL,NULL,1,0,NULL,'11c9c772d6471aa24c27274bdd8a223b',NULL,NULL,'Einstein','Albert','','','123456789','','','aeinstein@example.com','',0,'',1,1,NULL,NULL,NULL,'','2015-10-05 08:32:44','2015-10-03 11:43:50',NULL,'',1,'alberteinstein.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'aaaaff','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'2010-07-08 13:54:48','2017-02-01 15:06:04',NULL,NULL,'demo',1,NULL,NULL,NULL,1,0,NULL,'fe01ce2a7fbac8fafaed7c982a04e229',NULL,NULL,'Doe','David','','','09123123','','','daviddoe@mycompany.com','',0,'',1,1,NULL,NULL,NULL,'','2016-07-30 23:10:54','2016-07-30 23:04:17',NULL,'',1,'johndoe.png',NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'2010-07-11 16:18:59','2017-02-01 15:06:04',NULL,NULL,'pcurie',1,NULL,NULL,NULL,1,0,NULL,'ab335b4eb4c3c99334f656e5db9584c9',NULL,NULL,'Curie','Pierre','','','','','','pcurie@example.com','',0,'',1,1,NULL,NULL,2,'','2012-12-21 17:38:55',NULL,NULL,'',1,'pierrecurie.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'2013-01-23 17:52:27','2017-02-01 15:06:04',NULL,NULL,'bbookkeeper',1,NULL,NULL,NULL,1,0,NULL,'a7d30b58d647fcf59b7163f9592b1dbb',NULL,NULL,'Bookkeeper','Bob','Bookkeeper','','','','','','',0,'',1,1,17,6,NULL,'','2013-02-25 10:18:41','2013-01-23 17:53:20',NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'2015-10-03 11:47:41','2017-02-01 15:06:04',NULL,NULL,'mcurie',1,NULL,NULL,NULL,1,0,NULL,'52cda011808bb282d1d3625ab607a145',NULL,'t3mnkbhs','Curie','Marie','','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,'mariecurie.jpg',NULL,NULL,14,NULL,'','','',NULL,NULL,'ffaaff','',NULL,0,0,NULL,NULL,NULL,NULL,'woman',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'2015-10-05 09:07:52','2017-02-01 15:06:04',NULL,NULL,'zzeceo',1,NULL,NULL,NULL,1,0,NULL,'92af989c4c3a5140fb5d73eb77a52454',NULL,'cq78nf9m','Zeceo','Zack','President','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 22:48:08','2015-10-05 21:18:46',NULL,'',1,NULL,NULL,NULL,NULL,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'2015-10-05 09:09:46','2018-01-19 11:24:18',NULL,NULL,'admin',0,NULL,NULL,NULL,1,0,NULL,'f6fdffe48c908deb0f4c3bd36c032e72',NULL,'nd6hgbcr','Adminson','Alice','Admin Technical','','','','','','Alice - 123',1,NULL,1,1,NULL,NULL,NULL,'','2018-03-16 13:54:23','2018-01-19 11:21:41',NULL,'',1,'mariecurie.jpg',NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'woman',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'2015-10-05 21:29:35','2017-02-01 15:06:04',NULL,NULL,'ccommercy',1,NULL,NULL,NULL,1,0,NULL,'179858e041af35e8f4c81d68c55fe9da',NULL,'y451ksdv','Commercy','Charle','Commercial leader','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'2015-10-05 21:33:33','2017-02-01 15:06:04',NULL,NULL,'sscientol',1,NULL,NULL,NULL,1,0,NULL,'39bee07ac42f31c98e79cdcd5e5fe4c5',NULL,'s2hp8bxd','Scientol','Sam','Scientist leader','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,11,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,'2015-10-05 22:47:52','2017-02-20 16:49:00',NULL,NULL,'ccommerson',1,NULL,NULL,NULL,1,0,NULL,'d68005ccf362b82d084551b6291792a3',NULL,'cx9y1dk0','Charle1','Commerson','Sale representative','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 23:46:24','2015-10-05 23:37:31',NULL,'',1,NULL,NULL,NULL,13,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,'2015-10-05 22:48:39','2017-02-01 15:06:04',NULL,NULL,'cc2',1,NULL,NULL,NULL,1,0,NULL,'a964065211872fb76f876c6c3e952ea3',NULL,'gw8cb7xj','Charle2','Commerson','Sale representative','','','','','','',0,NULL,1,1,NULL,NULL,NULL,'','2015-10-05 23:16:06',NULL,NULL,'',0,NULL,NULL,NULL,13,NULL,'','','',NULL,NULL,'','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,'2016-01-22 17:27:02','2017-02-01 15:06:04',NULL,NULL,'ldestailleur',1,NULL,NULL,NULL,1,0,NULL,'1bb7805145a7a5066df9e6d585b8b645',NULL,'87g06wbx','Destailleur','Laurent','Project leader of Dolibarr ERP CRM','','','','','ldestailleur@example.com','<div style=\"line-height: 20.8px;\"><strong>Laurent DESTAILLEUR</strong></div>\r\n\r\n<div style=\"line-height: 20.8px;\">\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\"><span style=\"color:rgb(96, 97, 99); font-family:arial; font-size:medium\"><strong>Project Director</strong></span><br />\r\n<span style=\"color:rgb(51, 102, 153)\"><span style=\"color:rgb(153, 51, 153); font-family:tahoma,new york,times,serif\"><span style=\"color:rgb(51, 102, 153)\">ldestailleur@example.com</span></span></span></div>\r\n\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\">&nbsp;</div>\r\n\r\n<div style=\"font-family: verdana, helvetica, sans-serif;\">\r\n<div style=\"color: rgb(0, 0, 0);\"><span style=\"color:rgb(153, 51, 153); font-family:arial,helvetica,sans-serif; font-size:small\"><span style=\"color:rgb(51, 102, 153)\"><a href=\"http://www.facebook.com/teclib\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">Facebook</a></span>&nbsp;|&nbsp;<span style=\"color:rgb(51, 102, 153)\"><a href=\"http://twitter.com/teclib\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">Twitter</a></span>&nbsp;|&nbsp;<span style=\"color:rgb(51, 102, 153)\"><span style=\"color:rgb(153, 51, 153)\"><a href=\"http://www.teclib.com/\" style=\"color: rgb(153, 51, 153); text-decoration: none; cursor: pointer;\" target=\"_blank\">www.teclib.com</a></span></span></span></div>\r\n</div>\r\n</div>',0,NULL,1,1,10,10,NULL,'More information on http://www.destailleur.fr','2017-09-06 11:55:30','2017-08-30 15:53:25',NULL,'',1,'ldestailleur_200x200.jpg',NULL,NULL,NULL,NULL,'','','',NULL,NULL,'007f7f','',NULL,0,0,NULL,NULL,NULL,NULL,'man',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,'2017-02-02 03:55:44','2017-02-01 23:56:50',NULL,NULL,'aboston',1,NULL,NULL,NULL,1,0,NULL,'a7a77a5aff2d5fc2f75f2f61507c88d4',NULL,NULL,'Boston','Alex','','','','','','aboston@example.com','<strong>Alex Boston</strong><br />\r\nAdmin support service - 555 01 02 03 04',0,NULL,1,1,NULL,NULL,NULL,'',NULL,NULL,NULL,'',1,NULL,NULL,NULL,12,25.00000000,'','','',NULL,NULL,'ff00ff','',NULL,0,0,NULL,NULL,NULL,32.00000000,NULL,NULL,'2014-11-04 00:00:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
      +/*!40000 ALTER TABLE `llx_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_alert`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_alert`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_alert` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `type` int(11) DEFAULT NULL,
      +  `fk_contact` int(11) DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_alert`
      +--
      +
      +LOCK TABLES `llx_user_alert` WRITE;
      +/*!40000 ALTER TABLE `llx_user_alert` DISABLE KEYS */;
      +INSERT INTO `llx_user_alert` VALUES (1,1,1,1),(2,1,10,12);
      +/*!40000 ALTER TABLE `llx_user_alert` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_clicktodial`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_clicktodial`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_clicktodial` (
      +  `fk_user` int(11) NOT NULL,
      +  `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `login` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `pass` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `poste` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`fk_user`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_clicktodial`
      +--
      +
      +LOCK TABLES `llx_user_clicktodial` WRITE;
      +/*!40000 ALTER TABLE `llx_user_clicktodial` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_clicktodial` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_employment`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_employment`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_employment` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `ref_ext` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_user` int(11) DEFAULT NULL,
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `job` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) NOT NULL,
      +  `salary` double(24,8) DEFAULT NULL,
      +  `salaryextra` double(24,8) DEFAULT NULL,
      +  `weeklyhours` double(16,8) DEFAULT NULL,
      +  `dateemployment` date DEFAULT NULL,
      +  `dateemploymentend` date DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_employment` (`ref`,`entity`),
      +  KEY `fk_user_employment_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_user_employment_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_employment`
      +--
      +
      +LOCK TABLES `llx_user_employment` WRITE;
      +/*!40000 ALTER TABLE `llx_user_employment` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_employment` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_user_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_extrafields`
      +--
      +
      +LOCK TABLES `llx_user_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_user_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_param`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_param`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_param` (
      +  `fk_user` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `param` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `value` text COLLATE utf8_unicode_ci NOT NULL,
      +  UNIQUE KEY `uk_user_param` (`fk_user`,`param`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_param`
      +--
      +
      +LOCK TABLES `llx_user_param` WRITE;
      +/*!40000 ALTER TABLE `llx_user_param` DISABLE KEYS */;
      +INSERT INTO `llx_user_param` VALUES (1,1,'MAIN_BOXES_0','1'),(1,1,'MAIN_THEME','eldy'),(1,3,'THEME_ELDY_ENABLE_PERSONALIZED','1'),(1,1,'THEME_ELDY_RGB','ded0ed'),(1,3,'THEME_ELDY_RGB','d0ddc3'),(2,1,'MAIN_BOXES_0','1'),(11,1,'MAIN_BOXES_0','1'),(12,1,'MAIN_BOXES_0','1'),(12,1,'MAIN_LANG_DEFAULT','en_US'),(12,1,'MAIN_SELECTEDFIELDS_/dolibarr_4.0/htdocs/adherents/list.php','d.zip,d.ref,d.lastname,d.firstname,d.company,d.login,d.morphy,t.libelle,d.email,d.datefin,d.statut,'),(12,1,'MAIN_SELECTEDFIELDS_invoicelist','f.tms,f.facnumber,f.ref_client,f.date,f.date_lim_reglement,s.nom,s.town,s.zip,f.fk_mode_reglement,f.total_ht,rtp,f.fk_statut,'),(12,1,'MAIN_SELECTEDFIELDS_projectlist','p.budget_amount,p.ref,p.title,s.nom,commercial,p.dateo,p.datee,p.public,p.opp_amount,p.fk_opp_status,p.opp_percent,p.fk_statut,ef.priority,'),(12,1,'MAIN_SELECTEDFIELDS_proposallist','p.datec,p.ref,p.ref_client,s.nom,s.town,s.zip,p.date,p.fin_validite,p.total_ht,u.login,p.fk_statut,'),(12,1,'MAIN_SELECTEDFIELDS_servicelist','p.ref,p.label,p.duration,p.sellprice,p.minbuyprice,p.tosell,p.tobuy,');
      +/*!40000 ALTER TABLE `llx_user_param` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_rib`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_rib`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_rib` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `label` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bank` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_banque` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `code_guichet` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `cle_rib` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `bic` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `iban_prefix` varchar(34) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `domiciliation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `proprio` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `owner_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_rib`
      +--
      +
      +LOCK TABLES `llx_user_rib` WRITE;
      +/*!40000 ALTER TABLE `llx_user_rib` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_user_rib` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_user_rights`
      +--
      +
      +DROP TABLE IF EXISTS `llx_user_rights`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_user_rights` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_id` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_user_rights` (`entity`,`fk_user`,`fk_id`),
      +  KEY `fk_user_rights_fk_user_user` (`fk_user`),
      +  CONSTRAINT `fk_user_rights_fk_user_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=16561 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_user_rights`
      +--
      +
      +LOCK TABLES `llx_user_rights` WRITE;
      +/*!40000 ALTER TABLE `llx_user_rights` DISABLE KEYS */;
      +INSERT INTO `llx_user_rights` VALUES (12402,1,1,11),(12380,1,1,12),(12385,1,1,13),(12389,1,1,14),(12393,1,1,15),(12398,1,1,16),(12404,1,1,19),(9726,1,1,21),(9700,1,1,22),(9706,1,1,24),(9711,1,1,25),(9716,1,1,26),(9722,1,1,27),(9728,1,1,28),(9978,1,1,31),(9968,1,1,32),(9974,1,1,34),(1910,1,1,36),(9980,1,1,38),(11573,1,1,41),(11574,1,1,42),(11575,1,1,44),(11576,1,1,45),(7184,1,1,61),(7181,1,1,62),(7183,1,1,64),(7185,1,1,67),(7186,1,1,68),(1678,1,1,71),(1673,1,1,72),(1675,1,1,74),(1679,1,1,75),(1677,1,1,76),(1681,1,1,78),(1682,1,1,79),(12322,1,1,81),(12309,1,1,82),(12312,1,1,84),(12314,1,1,86),(12317,1,1,87),(12320,1,1,88),(12323,1,1,89),(11580,1,1,91),(11581,1,1,92),(11582,1,1,93),(11583,1,1,94),(10097,1,1,95),(10099,1,1,96),(10103,1,1,97),(10104,1,1,98),(7139,1,1,101),(7134,1,1,102),(7136,1,1,104),(7137,1,1,105),(7138,1,1,106),(7140,1,1,109),(10229,1,1,111),(10201,1,1,112),(10207,1,1,113),(10213,1,1,114),(10219,1,1,115),(10225,1,1,116),(10231,1,1,117),(12518,1,1,121),(12508,1,1,122),(12514,1,1,125),(12520,1,1,126),(11577,1,1,141),(11578,1,1,142),(11579,1,1,144),(2307,1,1,151),(2304,1,1,152),(2306,1,1,153),(2308,1,1,154),(10092,1,1,161),(10093,1,1,162),(10094,1,1,163),(10095,1,1,164),(10096,1,1,165),(1585,1,1,170),(12342,1,1,171),(12331,1,1,172),(12335,1,1,173),(12339,1,1,174),(12343,1,1,178),(10000,1,1,221),(9990,1,1,222),(9996,1,1,223),(10002,1,1,229),(10007,1,1,237),(10011,1,1,238),(10015,1,1,239),(1686,1,1,241),(1685,1,1,242),(1687,1,1,243),(12604,1,1,251),(12566,1,1,252),(12569,1,1,253),(12572,1,1,254),(12575,1,1,255),(12579,1,1,256),(1617,1,1,258),(12525,1,1,262),(12544,1,1,281),(12534,1,1,282),(12540,1,1,283),(12546,1,1,286),(12288,1,1,300),(12290,1,1,301),(11591,1,1,302),(1763,1,1,331),(1762,1,1,332),(1764,1,1,333),(12582,1,1,341),(12584,1,1,342),(12586,1,1,343),(12588,1,1,344),(12600,1,1,351),(12593,1,1,352),(12597,1,1,353),(12601,1,1,354),(12605,1,1,358),(12560,1,1,531),(12553,1,1,532),(12557,1,1,534),(1625,1,1,536),(12561,1,1,538),(12358,1,1,700),(12348,1,1,701),(12354,1,1,702),(12360,1,1,703),(1755,1,1,1001),(1754,1,1,1002),(1756,1,1,1003),(1758,1,1,1004),(1759,1,1,1005),(7146,1,1,1101),(7143,1,1,1102),(7145,1,1,1104),(7147,1,1,1109),(12412,1,1,1181),(12458,1,1,1182),(12417,1,1,1183),(12420,1,1,1184),(12423,1,1,1185),(12427,1,1,1186),(12431,1,1,1187),(12437,1,1,1188),(12434,1,1,1189),(1578,1,1,1201),(1579,1,1,1202),(12454,1,1,1231),(12443,1,1,1232),(12446,1,1,1233),(12449,1,1,1234),(12452,1,1,1235),(12455,1,1,1236),(12459,1,1,1237),(1736,1,1,1251),(12409,1,1,1321),(12326,1,1,1421),(8190,1,1,1791),(8187,1,1,1792),(8191,1,1,1793),(12264,1,1,2401),(12260,1,1,2402),(12266,1,1,2403),(12280,1,1,2411),(12276,1,1,2412),(12282,1,1,2413),(12286,1,1,2414),(1618,1,1,2500),(12370,1,1,2501),(12367,1,1,2503),(12371,1,1,2515),(9610,1,1,5001),(9611,1,1,5002),(12490,1,1,20001),(12468,1,1,20002),(12474,1,1,20003),(12480,1,1,20004),(12486,1,1,20005),(12492,1,1,20006),(12302,1,1,23001),(12295,1,1,23002),(12299,1,1,23003),(12303,1,1,23004),(7701,1,1,50101),(4984,1,1,50401),(4983,1,1,50402),(4985,1,1,50403),(4987,1,1,50411),(4988,1,1,50412),(4989,1,1,50415),(12498,1,1,55001),(12499,1,1,55002),(3564,1,1,100700),(3565,1,1,100701),(9596,1,1,101051),(9598,1,1,101052),(9600,1,1,101053),(9604,1,1,101060),(9605,1,1,101061),(7177,1,1,101201),(7178,1,1,101202),(10353,1,1,101250),(10355,1,1,101251),(8980,1,1,101261),(8981,1,1,101262),(7616,1,1,101331),(10030,1,1,101701),(10031,1,1,101702),(3582,1,1,102000),(3583,1,1,102001),(9819,1,1,400051),(9823,1,1,400052),(9827,1,1,400053),(9831,1,1,400055),(132,1,2,11),(133,1,2,12),(134,1,2,13),(135,1,2,14),(136,1,2,16),(137,1,2,19),(138,1,2,21),(139,1,2,22),(140,1,2,24),(141,1,2,25),(142,1,2,26),(143,1,2,27),(10359,1,2,31),(145,1,2,32),(10361,1,2,34),(146,1,2,36),(147,1,2,41),(148,1,2,42),(149,1,2,44),(150,1,2,61),(151,1,2,62),(152,1,2,64),(153,1,2,71),(154,1,2,72),(155,1,2,74),(156,1,2,75),(157,1,2,78),(158,1,2,79),(159,1,2,81),(160,1,2,82),(161,1,2,84),(162,1,2,86),(163,1,2,87),(164,1,2,88),(165,1,2,89),(166,1,2,91),(167,1,2,92),(168,1,2,93),(2475,1,2,95),(2476,1,2,96),(2477,1,2,97),(2478,1,2,98),(169,1,2,101),(170,1,2,102),(171,1,2,104),(172,1,2,109),(173,1,2,111),(174,1,2,112),(175,1,2,113),(176,1,2,114),(177,1,2,116),(178,1,2,117),(179,1,2,121),(180,1,2,122),(181,1,2,125),(182,1,2,141),(183,1,2,142),(184,1,2,144),(2479,1,2,151),(2480,1,2,152),(2481,1,2,153),(2482,1,2,154),(185,1,2,161),(186,1,2,162),(187,1,2,163),(188,1,2,164),(189,1,2,165),(190,1,2,170),(2471,1,2,171),(192,1,2,172),(2472,1,2,173),(193,1,2,221),(194,1,2,222),(195,1,2,229),(196,1,2,241),(197,1,2,242),(198,1,2,243),(199,1,2,251),(201,1,2,262),(202,1,2,281),(203,1,2,282),(204,1,2,283),(205,1,2,331),(15072,1,2,510),(2483,1,2,531),(207,1,2,532),(2484,1,2,534),(208,1,2,536),(2473,1,2,700),(210,1,2,701),(211,1,2,702),(2474,1,2,703),(15064,1,2,771),(15057,1,2,772),(15059,1,2,773),(15061,1,2,774),(15063,1,2,775),(15065,1,2,776),(212,1,2,1001),(213,1,2,1002),(214,1,2,1003),(215,1,2,1004),(216,1,2,1005),(217,1,2,1101),(218,1,2,1102),(219,1,2,1104),(220,1,2,1109),(15073,1,2,1121),(15074,1,2,1122),(15075,1,2,1123),(15076,1,2,1124),(15077,1,2,1125),(15078,1,2,1126),(221,1,2,1181),(222,1,2,1182),(223,1,2,1183),(224,1,2,1184),(225,1,2,1185),(226,1,2,1186),(227,1,2,1187),(228,1,2,1188),(229,1,2,1201),(230,1,2,1202),(231,1,2,1231),(232,1,2,1232),(233,1,2,1233),(234,1,2,1234),(235,1,2,1421),(236,1,2,2401),(237,1,2,2402),(238,1,2,2403),(239,1,2,2411),(240,1,2,2412),(241,1,2,2413),(242,1,2,2500),(2470,1,2,2501),(243,1,2,2515),(10363,1,2,20001),(10364,1,2,20002),(10365,1,2,20003),(10366,1,2,20004),(10367,1,2,20005),(10368,1,2,20006),(15054,1,2,23001),(10362,1,2,50101),(15067,1,2,55001),(15066,1,2,59001),(15068,1,2,63001),(15069,1,2,63002),(15070,1,2,63003),(15071,1,2,63004),(10372,1,2,101250),(1807,1,3,11),(1808,1,3,31),(1809,1,3,36),(1810,1,3,41),(1811,1,3,61),(1812,1,3,71),(1813,1,3,72),(1814,1,3,74),(1815,1,3,75),(1816,1,3,78),(1817,1,3,79),(1818,1,3,91),(1819,1,3,95),(1820,1,3,97),(1821,1,3,111),(1822,1,3,121),(1823,1,3,122),(1824,1,3,125),(1825,1,3,161),(1826,1,3,170),(1827,1,3,171),(1828,1,3,172),(1829,1,3,221),(1830,1,3,222),(1831,1,3,229),(1832,1,3,241),(1833,1,3,242),(1834,1,3,243),(1835,1,3,251),(1836,1,3,255),(1837,1,3,256),(1838,1,3,262),(1839,1,3,281),(1840,1,3,282),(1841,1,3,283),(1842,1,3,331),(1843,1,3,531),(1844,1,3,536),(1845,1,3,700),(1846,1,3,1001),(1847,1,3,1002),(1848,1,3,1003),(1849,1,3,1004),(1850,1,3,1005),(1851,1,3,1181),(1852,1,3,1182),(1853,1,3,1201),(1854,1,3,1202),(1855,1,3,1231),(1856,1,3,2401),(1857,1,3,2402),(1858,1,3,2403),(1859,1,3,2411),(1860,1,3,2412),(1861,1,3,2413),(1862,1,3,2500),(1863,1,3,2515),(8026,1,4,11),(8027,1,4,21),(8028,1,4,31),(8029,1,4,41),(8030,1,4,61),(8031,1,4,71),(8032,1,4,72),(8033,1,4,74),(8034,1,4,75),(8035,1,4,78),(8036,1,4,79),(8037,1,4,81),(8038,1,4,91),(8039,1,4,95),(8040,1,4,97),(8041,1,4,101),(8042,1,4,111),(8043,1,4,121),(8044,1,4,151),(8045,1,4,161),(8046,1,4,171),(8047,1,4,221),(8048,1,4,222),(8049,1,4,229),(8050,1,4,241),(8051,1,4,242),(8052,1,4,243),(8146,1,4,251),(8147,1,4,253),(8053,1,4,262),(8054,1,4,281),(8055,1,4,331),(8056,1,4,341),(8057,1,4,342),(8058,1,4,343),(8059,1,4,344),(8060,1,4,531),(8061,1,4,700),(8062,1,4,1001),(8063,1,4,1002),(8064,1,4,1003),(8065,1,4,1004),(8066,1,4,1005),(8067,1,4,1101),(8068,1,4,1181),(8069,1,4,1182),(8070,1,4,1201),(8071,1,4,1202),(8072,1,4,1231),(8073,1,4,2401),(8074,1,4,2501),(8075,1,4,2503),(8076,1,4,2515),(8077,1,4,20001),(8078,1,4,50101),(8079,1,4,101201),(8080,1,4,101261),(8081,1,4,102000),(8082,1,4,400051),(8083,1,4,400052),(8084,1,4,400053),(8085,1,4,400055),(12608,1,10,11),(12609,1,10,21),(12610,1,10,31),(12611,1,10,41),(12612,1,10,61),(12613,1,10,71),(12614,1,10,72),(12615,1,10,74),(12616,1,10,75),(12617,1,10,78),(12618,1,10,79),(12619,1,10,81),(12620,1,10,91),(12621,1,10,95),(12622,1,10,97),(12623,1,10,101),(12624,1,10,111),(12625,1,10,121),(12626,1,10,151),(12627,1,10,161),(12628,1,10,171),(12629,1,10,221),(12630,1,10,222),(12631,1,10,229),(12632,1,10,241),(12633,1,10,242),(12634,1,10,243),(12635,1,10,262),(12636,1,10,281),(12637,1,10,300),(12638,1,10,331),(12639,1,10,341),(12640,1,10,342),(12641,1,10,343),(12642,1,10,344),(12643,1,10,531),(12644,1,10,700),(12645,1,10,1001),(12646,1,10,1002),(12647,1,10,1003),(12648,1,10,1004),(12649,1,10,1005),(12650,1,10,1101),(12651,1,10,1181),(12652,1,10,1182),(12653,1,10,1201),(12654,1,10,1202),(12655,1,10,1231),(12656,1,10,2401),(12657,1,10,2501),(12658,1,10,2503),(12659,1,10,2515),(12660,1,10,20001),(12661,1,10,20002),(12662,1,10,23001),(12663,1,10,50101),(12664,1,11,11),(12665,1,11,21),(12666,1,11,31),(12667,1,11,41),(12668,1,11,61),(12669,1,11,71),(12670,1,11,72),(12671,1,11,74),(12672,1,11,75),(12673,1,11,78),(12674,1,11,79),(12675,1,11,81),(12676,1,11,91),(12677,1,11,95),(12678,1,11,97),(12679,1,11,101),(12680,1,11,111),(12681,1,11,121),(12682,1,11,151),(12683,1,11,161),(12684,1,11,171),(12685,1,11,221),(12686,1,11,222),(12687,1,11,229),(12688,1,11,241),(12689,1,11,242),(12690,1,11,243),(12691,1,11,262),(12692,1,11,281),(12693,1,11,300),(12694,1,11,331),(12695,1,11,341),(12696,1,11,342),(12697,1,11,343),(12698,1,11,344),(12699,1,11,531),(12700,1,11,700),(12701,1,11,1001),(12702,1,11,1002),(12703,1,11,1003),(12704,1,11,1004),(12705,1,11,1005),(12706,1,11,1101),(12707,1,11,1181),(12708,1,11,1182),(12709,1,11,1201),(12710,1,11,1202),(12711,1,11,1231),(12712,1,11,2401),(12713,1,11,2501),(12714,1,11,2503),(12715,1,11,2515),(12716,1,11,20001),(12717,1,11,20002),(12718,1,11,23001),(12719,1,11,50101),(16456,1,12,11),(16448,1,12,12),(16449,1,12,13),(16450,1,12,14),(16451,1,12,15),(16454,1,12,16),(16457,1,12,19),(14146,1,12,21),(14135,1,12,22),(14137,1,12,24),(14139,1,12,25),(14142,1,12,26),(14145,1,12,27),(14148,1,12,28),(14930,1,12,31),(14926,1,12,32),(14929,1,12,34),(14932,1,12,38),(13816,1,12,41),(13813,1,12,42),(13815,1,12,44),(13817,1,12,45),(14094,1,12,61),(14091,1,12,62),(14093,1,12,64),(14095,1,12,67),(14096,1,12,68),(16203,1,12,71),(16198,1,12,72),(16200,1,12,74),(16204,1,12,75),(16202,1,12,76),(16206,1,12,78),(16207,1,12,79),(16428,1,12,81),(16422,1,12,82),(16423,1,12,84),(16424,1,12,86),(16426,1,12,87),(16427,1,12,88),(16429,1,12,89),(15401,1,12,91),(15397,1,12,92),(15400,1,12,93),(15403,1,12,94),(13990,1,12,95),(12734,1,12,97),(14939,1,12,101),(14935,1,12,102),(14936,1,12,104),(14937,1,12,105),(14938,1,12,106),(14940,1,12,109),(15390,1,12,111),(15377,1,12,112),(15380,1,12,113),(15383,1,12,114),(15386,1,12,115),(15389,1,12,116),(15392,1,12,117),(16518,1,12,121),(16513,1,12,122),(16516,1,12,125),(16519,1,12,126),(13821,1,12,141),(13820,1,12,142),(13822,1,12,144),(13912,1,12,151),(13909,1,12,152),(13911,1,12,153),(13913,1,12,154),(14063,1,12,161),(14056,1,12,162),(14058,1,12,163),(14060,1,12,164),(14062,1,12,165),(14064,1,12,167),(13350,1,12,171),(13345,1,12,172),(13347,1,12,173),(13349,1,12,174),(13351,1,12,178),(13838,1,12,221),(13834,1,12,222),(13837,1,12,223),(13840,1,12,229),(13842,1,12,237),(13844,1,12,238),(13846,1,12,239),(13516,1,12,241),(13515,1,12,242),(13517,1,12,243),(16559,1,12,251),(16540,1,12,252),(16542,1,12,253),(16543,1,12,254),(16545,1,12,255),(16547,1,12,256),(16520,1,12,262),(16530,1,12,281),(16525,1,12,282),(16528,1,12,283),(16531,1,12,286),(16411,1,12,300),(16412,1,12,301),(16194,1,12,331),(16193,1,12,332),(16195,1,12,333),(16548,1,12,341),(16549,1,12,342),(16550,1,12,343),(16551,1,12,344),(16557,1,12,351),(16554,1,12,352),(16556,1,12,353),(16558,1,12,354),(16560,1,12,358),(16384,1,12,501),(16378,1,12,502),(13865,1,12,510),(16507,1,12,511),(16504,1,12,512),(16506,1,12,514),(16508,1,12,517),(15291,1,12,520),(15286,1,12,522),(15288,1,12,524),(15290,1,12,525),(15292,1,12,527),(16537,1,12,531),(16534,1,12,532),(16536,1,12,534),(16538,1,12,538),(13358,1,12,700),(16437,1,12,701),(16435,1,12,702),(16438,1,12,703),(15090,1,12,771),(15081,1,12,772),(15083,1,12,773),(15085,1,12,774),(15087,1,12,775),(15089,1,12,776),(15091,1,12,779),(14917,1,12,1001),(14916,1,12,1002),(14918,1,12,1003),(14920,1,12,1004),(14921,1,12,1005),(14945,1,12,1101),(14943,1,12,1102),(14944,1,12,1104),(14946,1,12,1109),(14762,1,12,1121),(14755,1,12,1122),(14757,1,12,1123),(14759,1,12,1124),(14761,1,12,1125),(14763,1,12,1126),(16460,1,12,1181),(16474,1,12,1182),(16463,1,12,1183),(16464,1,12,1184),(16466,1,12,1185),(16468,1,12,1186),(16470,1,12,1187),(16473,1,12,1188),(16471,1,12,1189),(16475,1,12,1191),(13827,1,12,1201),(13828,1,12,1202),(16483,1,12,1231),(16478,1,12,1232),(16479,1,12,1233),(16481,1,12,1234),(16482,1,12,1235),(16484,1,12,1236),(16302,1,12,1237),(13829,1,12,1251),(16458,1,12,1321),(16459,1,12,1322),(16430,1,12,1421),(16400,1,12,2401),(16398,1,12,2402),(16401,1,12,2403),(16408,1,12,2411),(16406,1,12,2412),(16409,1,12,2413),(16410,1,12,2414),(16442,1,12,2501),(16441,1,12,2503),(16443,1,12,2515),(16386,1,12,3200),(15435,1,12,5001),(15436,1,12,5002),(16496,1,12,20001),(16487,1,12,20002),(16489,1,12,20003),(16493,1,12,20004),(16495,1,12,20005),(16497,1,12,20006),(16491,1,12,20007),(16418,1,12,23001),(16415,1,12,23002),(16417,1,12,23003),(16419,1,12,23004),(13712,1,12,50101),(16388,1,12,50401),(16390,1,12,50411),(16391,1,12,50412),(16392,1,12,50420),(16393,1,12,50430),(16387,1,12,50440),(16499,1,12,55001),(16500,1,12,55002),(14128,1,12,59001),(14129,1,12,59002),(14130,1,12,59003),(14818,1,12,63001),(14815,1,12,63002),(14817,1,12,63003),(14819,1,12,63004),(16501,1,12,64001),(16009,1,12,101331),(16010,1,12,101332),(16011,1,12,101333),(15438,1,12,101701),(15439,1,12,101702),(12776,1,13,11),(12777,1,13,21),(12778,1,13,31),(12779,1,13,41),(12780,1,13,61),(12781,1,13,71),(12782,1,13,72),(12783,1,13,74),(12784,1,13,75),(12785,1,13,78),(12786,1,13,79),(12787,1,13,81),(12788,1,13,91),(12789,1,13,95),(12790,1,13,97),(12791,1,13,101),(12792,1,13,111),(12793,1,13,121),(12794,1,13,151),(12795,1,13,161),(12796,1,13,171),(12797,1,13,221),(12798,1,13,222),(12799,1,13,229),(12800,1,13,241),(12801,1,13,242),(12802,1,13,243),(12803,1,13,262),(12804,1,13,281),(12805,1,13,300),(12806,1,13,331),(12807,1,13,341),(12808,1,13,342),(12809,1,13,343),(12810,1,13,344),(12811,1,13,531),(12812,1,13,700),(12813,1,13,1001),(12814,1,13,1002),(12815,1,13,1003),(12816,1,13,1004),(12817,1,13,1005),(12818,1,13,1101),(12819,1,13,1181),(12820,1,13,1182),(12821,1,13,1201),(12822,1,13,1202),(12823,1,13,1231),(12824,1,13,2401),(12825,1,13,2501),(12826,1,13,2503),(12827,1,13,2515),(12828,1,13,20001),(12829,1,13,20002),(12830,1,13,23001),(12831,1,13,50101),(12832,1,14,11),(12833,1,14,21),(12834,1,14,31),(12835,1,14,41),(12836,1,14,61),(12837,1,14,71),(12838,1,14,72),(12839,1,14,74),(12840,1,14,75),(12841,1,14,78),(12842,1,14,79),(12843,1,14,81),(12844,1,14,91),(12845,1,14,95),(12846,1,14,97),(12847,1,14,101),(12848,1,14,111),(12849,1,14,121),(12850,1,14,151),(12851,1,14,161),(12852,1,14,171),(12853,1,14,221),(12854,1,14,222),(12855,1,14,229),(12856,1,14,241),(12857,1,14,242),(12858,1,14,243),(12859,1,14,262),(12860,1,14,281),(12861,1,14,300),(12862,1,14,331),(12863,1,14,341),(12864,1,14,342),(12865,1,14,343),(12866,1,14,344),(12867,1,14,531),(12868,1,14,700),(12869,1,14,1001),(12870,1,14,1002),(12871,1,14,1003),(12872,1,14,1004),(12873,1,14,1005),(12874,1,14,1101),(12875,1,14,1181),(12876,1,14,1182),(12877,1,14,1201),(12878,1,14,1202),(12879,1,14,1231),(12880,1,14,2401),(12881,1,14,2501),(12882,1,14,2503),(12883,1,14,2515),(12884,1,14,20001),(12885,1,14,20002),(12886,1,14,23001),(12887,1,14,50101),(12944,1,16,11),(12945,1,16,21),(12946,1,16,31),(13056,1,16,41),(13057,1,16,42),(13058,1,16,44),(13059,1,16,45),(12948,1,16,61),(12949,1,16,71),(12950,1,16,72),(12951,1,16,74),(12952,1,16,75),(12953,1,16,78),(12954,1,16,79),(12955,1,16,81),(12956,1,16,91),(12957,1,16,95),(12958,1,16,97),(12959,1,16,101),(12960,1,16,111),(12961,1,16,121),(13060,1,16,141),(13061,1,16,142),(13062,1,16,144),(12962,1,16,151),(12963,1,16,161),(12964,1,16,171),(12965,1,16,221),(12966,1,16,222),(12967,1,16,229),(12968,1,16,241),(12969,1,16,242),(12970,1,16,243),(13128,1,16,251),(13064,1,16,262),(12972,1,16,281),(12973,1,16,300),(12974,1,16,331),(12975,1,16,341),(12976,1,16,342),(12977,1,16,343),(12978,1,16,344),(12979,1,16,531),(12980,1,16,700),(12981,1,16,1001),(12982,1,16,1002),(12983,1,16,1003),(12984,1,16,1004),(12985,1,16,1005),(12986,1,16,1101),(12987,1,16,1181),(12988,1,16,1182),(12989,1,16,1201),(12990,1,16,1202),(12991,1,16,1231),(12992,1,16,2401),(12993,1,16,2501),(12994,1,16,2503),(12995,1,16,2515),(12996,1,16,20001),(12997,1,16,20002),(12998,1,16,23001),(12999,1,16,50101),(13000,1,17,11),(13001,1,17,21),(13002,1,17,31),(13065,1,17,41),(13066,1,17,42),(13067,1,17,44),(13068,1,17,45),(13004,1,17,61),(13005,1,17,71),(13006,1,17,72),(13007,1,17,74),(13008,1,17,75),(13009,1,17,78),(13010,1,17,79),(13011,1,17,81),(13012,1,17,91),(13013,1,17,95),(13014,1,17,97),(13015,1,17,101),(13016,1,17,111),(13017,1,17,121),(13069,1,17,141),(13070,1,17,142),(13071,1,17,144),(13018,1,17,151),(13019,1,17,161),(13020,1,17,171),(13021,1,17,221),(13022,1,17,222),(13023,1,17,229),(13024,1,17,241),(13025,1,17,242),(13026,1,17,243),(13028,1,17,281),(13029,1,17,300),(13030,1,17,331),(13031,1,17,341),(13032,1,17,342),(13033,1,17,343),(13034,1,17,344),(13035,1,17,531),(13036,1,17,700),(13037,1,17,1001),(13038,1,17,1002),(13039,1,17,1003),(13040,1,17,1004),(13041,1,17,1005),(13042,1,17,1101),(13043,1,17,1181),(13044,1,17,1182),(13045,1,17,1201),(13046,1,17,1202),(13047,1,17,1231),(13048,1,17,2401),(13049,1,17,2501),(13050,1,17,2503),(13051,1,17,2515),(13052,1,17,20001),(13053,1,17,20002),(13054,1,17,23001),(13055,1,17,50101),(14504,1,18,11),(14505,1,18,21),(14506,1,18,31),(14507,1,18,41),(14508,1,18,61),(14509,1,18,71),(14510,1,18,78),(14511,1,18,81),(14512,1,18,91),(14513,1,18,95),(14514,1,18,101),(14515,1,18,111),(14516,1,18,121),(14517,1,18,151),(14518,1,18,161),(14519,1,18,221),(14520,1,18,241),(14521,1,18,262),(14522,1,18,281),(14523,1,18,300),(14524,1,18,331),(14525,1,18,332),(14526,1,18,333),(14527,1,18,341),(14528,1,18,342),(14529,1,18,343),(14530,1,18,344),(14531,1,18,531),(14532,1,18,701),(14533,1,18,771),(14534,1,18,774),(14535,1,18,1001),(14536,1,18,1004),(14537,1,18,1101),(14538,1,18,1181),(14539,1,18,1182),(14540,1,18,1201),(14541,1,18,1231),(14542,1,18,2401),(14543,1,18,2501),(14544,1,18,2503),(14545,1,18,2515),(14546,1,18,20001),(14547,1,18,20002),(14548,1,18,50101),(14549,1,18,59001),(15242,1,19,21),(15243,1,19,31),(15244,1,19,41),(15245,1,19,61),(15246,1,19,71),(15247,1,19,78),(15248,1,19,81),(15249,1,19,101),(15250,1,19,121),(15251,1,19,151),(15252,1,19,161),(15253,1,19,221),(15254,1,19,241),(15255,1,19,262),(15256,1,19,281),(15257,1,19,300),(15258,1,19,331),(15259,1,19,332),(15260,1,19,341),(15261,1,19,342),(15262,1,19,343),(15263,1,19,344),(15264,1,19,531),(15265,1,19,701),(15266,1,19,771),(15267,1,19,774),(15268,1,19,777),(15269,1,19,1001),(15270,1,19,1004),(15271,1,19,1101),(15272,1,19,1121),(15273,1,19,1181),(15274,1,19,1182),(15275,1,19,1201),(15276,1,19,1231),(15277,1,19,2401),(15278,1,19,2501),(15279,1,19,20001),(15280,1,19,20002),(15281,1,19,50101),(15282,1,19,59001),(15283,1,19,63001);
      +/*!40000 ALTER TABLE `llx_user_rights` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `nom` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `datec` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `note` text COLLATE utf8_unicode_ci,
      +  `model_pdf` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_name` (`nom`,`entity`)
      +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup`
      +--
      +
      +LOCK TABLES `llx_usergroup` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup` VALUES (1,'Sale representatives',1,'2013-01-16 20:48:08','2015-10-03 09:44:44','All sales representative users',NULL),(2,'Management',1,'2015-10-03 11:46:25','2015-10-03 09:46:25','',NULL),(3,'Scientists',1,'2015-10-03 11:46:46','2015-10-03 09:46:46','',NULL),(4,'Commercial',1,'2015-10-05 21:30:13','2015-10-05 19:30:13','',NULL);
      +/*!40000 ALTER TABLE `llx_usergroup` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_usergroup_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_extrafields`
      +--
      +
      +LOCK TABLES `llx_usergroup_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_usergroup_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_rights`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_rights`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_rights` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_usergroup` int(11) NOT NULL,
      +  `fk_id` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_rights` (`entity`,`fk_usergroup`,`fk_id`),
      +  KEY `fk_usergroup_rights_fk_usergroup` (`fk_usergroup`),
      +  CONSTRAINT `fk_usergroup_rights_fk_usergroup` FOREIGN KEY (`fk_usergroup`) REFERENCES `llx_usergroup` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_rights`
      +--
      +
      +LOCK TABLES `llx_usergroup_rights` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_rights` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup_rights` VALUES (1,1,1,2401),(2,1,1,2402),(3,1,1,2403),(4,1,1,2411),(5,1,1,2412),(6,1,1,2413),(78,1,2,11),(79,1,2,12),(80,1,2,13),(81,1,2,14),(82,1,2,15),(83,1,2,16),(84,1,2,19),(144,1,2,21),(145,1,2,22),(146,1,2,24),(147,1,2,25),(148,1,2,26),(149,1,2,27),(150,1,2,28),(133,1,2,31),(134,1,2,32),(135,1,2,34),(136,1,2,38),(137,1,2,41),(138,1,2,42),(139,1,2,44),(140,1,2,45),(86,1,2,61),(87,1,2,62),(88,1,2,64),(89,1,2,67),(90,1,2,68),(7,1,2,71),(8,1,2,72),(9,1,2,74),(10,1,2,75),(11,1,2,76),(12,1,2,78),(13,1,2,79),(32,1,2,81),(33,1,2,82),(34,1,2,84),(35,1,2,86),(36,1,2,87),(37,1,2,88),(38,1,2,89),(173,1,2,91),(174,1,2,92),(175,1,2,93),(176,1,2,94),(66,1,2,101),(67,1,2,102),(68,1,2,104),(69,1,2,105),(70,1,2,106),(71,1,2,109),(21,1,2,111),(22,1,2,112),(23,1,2,113),(24,1,2,114),(25,1,2,115),(26,1,2,116),(27,1,2,117),(164,1,2,121),(165,1,2,122),(166,1,2,125),(167,1,2,126),(141,1,2,141),(142,1,2,142),(143,1,2,144),(129,1,2,151),(130,1,2,152),(131,1,2,153),(132,1,2,154),(44,1,2,161),(45,1,2,162),(46,1,2,163),(47,1,2,164),(48,1,2,165),(49,1,2,167),(120,1,2,221),(121,1,2,222),(122,1,2,223),(123,1,2,229),(124,1,2,237),(125,1,2,238),(126,1,2,239),(29,1,2,241),(30,1,2,242),(31,1,2,243),(182,1,2,251),(183,1,2,252),(184,1,2,253),(185,1,2,254),(186,1,2,255),(187,1,2,256),(168,1,2,262),(169,1,2,281),(170,1,2,282),(171,1,2,283),(172,1,2,286),(197,1,2,331),(198,1,2,332),(199,1,2,333),(188,1,2,341),(189,1,2,342),(190,1,2,343),(191,1,2,344),(192,1,2,351),(193,1,2,352),(194,1,2,353),(195,1,2,354),(196,1,2,358),(151,1,2,531),(152,1,2,532),(153,1,2,534),(154,1,2,538),(60,1,2,701),(61,1,2,702),(62,1,2,703),(177,1,2,1001),(178,1,2,1002),(179,1,2,1003),(180,1,2,1004),(181,1,2,1005),(72,1,2,1101),(73,1,2,1102),(74,1,2,1104),(75,1,2,1109),(91,1,2,1181),(92,1,2,1182),(93,1,2,1183),(94,1,2,1184),(95,1,2,1185),(96,1,2,1186),(97,1,2,1187),(98,1,2,1188),(99,1,2,1189),(76,1,2,1201),(77,1,2,1202),(100,1,2,1231),(101,1,2,1232),(102,1,2,1233),(103,1,2,1234),(104,1,2,1235),(105,1,2,1236),(106,1,2,1237),(113,1,2,1251),(85,1,2,1321),(39,1,2,1421),(14,1,2,2401),(15,1,2,2402),(16,1,2,2403),(17,1,2,2411),(18,1,2,2412),(19,1,2,2413),(20,1,2,2414),(63,1,2,2501),(64,1,2,2503),(65,1,2,2515),(114,1,2,20001),(115,1,2,20002),(116,1,2,20003),(117,1,2,20004),(118,1,2,20005),(119,1,2,20006),(50,1,2,23001),(51,1,2,23002),(52,1,2,23003),(53,1,2,23004),(28,1,2,50101),(127,1,2,55001),(128,1,2,55002);
      +/*!40000 ALTER TABLE `llx_usergroup_rights` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_usergroup_user`
      +--
      +
      +DROP TABLE IF EXISTS `llx_usergroup_user`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_usergroup_user` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `fk_usergroup` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_usergroup_user` (`entity`,`fk_user`,`fk_usergroup`),
      +  KEY `fk_usergroup_user_fk_user` (`fk_user`),
      +  KEY `fk_usergroup_user_fk_usergroup` (`fk_usergroup`),
      +  CONSTRAINT `fk_usergroup_user_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`),
      +  CONSTRAINT `fk_usergroup_user_fk_usergroup` FOREIGN KEY (`fk_usergroup`) REFERENCES `llx_usergroup` (`rowid`)
      +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_usergroup_user`
      +--
      +
      +LOCK TABLES `llx_usergroup_user` WRITE;
      +/*!40000 ALTER TABLE `llx_usergroup_user` DISABLE KEYS */;
      +INSERT INTO `llx_usergroup_user` VALUES (2,1,1,3),(12,1,2,4),(3,1,3,3),(4,1,11,2),(13,1,12,1),(5,1,13,4),(6,1,16,1),(7,1,17,1),(11,1,18,1);
      +/*!40000 ALTER TABLE `llx_usergroup_user` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_draft`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_draft`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_draft` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_contact` int(11) NOT NULL DEFAULT '0',
      +  `size` int(11) NOT NULL DEFAULT '0',
      +  `subject` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `body` longtext COLLATE utf8_unicode_ci NOT NULL,
      +  `from` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `to` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `cc` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `bcc` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `files` int(11) NOT NULL DEFAULT '0',
      +  `cron` datetime DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_draft_fk_user` (`fk_user`),
      +  KEY `idx_webmail_draft_cron` (`cron`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_draft`
      +--
      +
      +LOCK TABLES `llx_webmail_draft` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_draft` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_draft` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_files`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_files`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_files` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_mail` int(11) NOT NULL DEFAULT '0',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      +  `file_name` text NOT NULL,
      +  `file` text NOT NULL,
      +  `file_size` int(11) NOT NULL DEFAULT '0',
      +  `file_type` varchar(255) NOT NULL DEFAULT '',
      +  `search` mediumtext NOT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_files_fk_user` (`fk_user`),
      +  KEY `idx_webmail_files_files` (`fk_mail`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_files`
      +--
      +
      +LOCK TABLES `llx_webmail_files` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_files` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_files` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_mail`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_mail`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_mail` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL DEFAULT '0',
      +  `fk_soc` int(11) NOT NULL DEFAULT '0',
      +  `fk_contact` int(11) NOT NULL DEFAULT '0',
      +  `uidl` varchar(255) NOT NULL DEFAULT '',
      +  `datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      +  `size` int(11) NOT NULL DEFAULT '0',
      +  `subject` text NOT NULL,
      +  `body` mediumtext NOT NULL,
      +  `state_new` int(11) NOT NULL DEFAULT '0',
      +  `state_reply` int(11) NOT NULL DEFAULT '0',
      +  `state_forward` int(11) NOT NULL DEFAULT '0',
      +  `state_wait` int(11) NOT NULL DEFAULT '0',
      +  `state_spam` int(11) NOT NULL DEFAULT '0',
      +  `id_correo` int(11) NOT NULL DEFAULT '0',
      +  `is_outbox` int(11) NOT NULL DEFAULT '0',
      +  `state_sent` int(11) NOT NULL DEFAULT '0',
      +  `state_error` varchar(255) NOT NULL DEFAULT '',
      +  `state_crt` int(11) NOT NULL DEFAULT '0',
      +  `state_archiv` int(11) NOT NULL DEFAULT '0',
      +  `priority` int(11) NOT NULL DEFAULT '0',
      +  `sensitivity` int(11) NOT NULL DEFAULT '0',
      +  `from` text NOT NULL,
      +  `to` text NOT NULL,
      +  `cc` text NOT NULL,
      +  `bcc` text NOT NULL,
      +  `files` int(11) NOT NULL DEFAULT '0',
      +  `state_delete` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_webmail_mail_nospam` (`fk_user`,`state_spam`),
      +  KEY `idx_webmail_mail_count` (`fk_user`,`state_new`),
      +  KEY `idx_webmail_mail_sendmail` (`is_outbox`,`state_sent`),
      +  KEY `idx_webmail_mail_fk_user` (`fk_user`)
      +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_mail`
      +--
      +
      +LOCK TABLES `llx_webmail_mail` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_mail` DISABLE KEYS */;
      +INSERT INTO `llx_webmail_mail` VALUES (1,1,1,27,0,'1452254519','2016-01-08 16:01:59',0,'Submission of invoice 16','You will find here the invoice 16<br />\r\n<br />\r\nSincerely',0,0,0,0,0,0,1,1,'0',0,0,0,0,'first last <fff@ff.com>','Aljoun Samira <contact@destailleur.fr>','','',1,0);
      +/*!40000 ALTER TABLE `llx_webmail_mail` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_users`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_users`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_users` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `fk_user` int(11) NOT NULL,
      +  `login` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `password` mediumtext COLLATE utf8_unicode_ci NOT NULL,
      +  `safemail` tinyint(4) DEFAULT '1',
      +  `dayssafe` int(11) DEFAULT '10',
      +  PRIMARY KEY (`rowid`),
      +  KEY `fk_webmail_users_fk_user` (`fk_user`),
      +  CONSTRAINT `fk_webmail_users_fk_user` FOREIGN KEY (`fk_user`) REFERENCES `llx_user` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_users`
      +--
      +
      +LOCK TABLES `llx_webmail_users` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_users` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_users` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_webmail_users_view`
      +--
      +
      +DROP TABLE IF EXISTS `llx_webmail_users_view`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_webmail_users_view` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_user` int(11) NOT NULL,
      +  `fk_user_view` int(11) NOT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_webmail_users_view`
      +--
      +
      +LOCK TABLES `llx_webmail_users_view` WRITE;
      +/*!40000 ALTER TABLE `llx_webmail_users_view` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_webmail_users_view` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `entity` int(11) NOT NULL DEFAULT '1',
      +  `ref` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  `fk_default_home` int(11) DEFAULT NULL,
      +  `virtualhost` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_modification` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `maincolor` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `maincolorbis` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_website_ref` (`ref`,`entity`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website`
      +--
      +
      +LOCK TABLES `llx_website` WRITE;
      +/*!40000 ALTER TABLE `llx_website` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_website_extrafields` (`fk_object`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website_extrafields`
      +--
      +
      +LOCK TABLES `llx_website_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_website_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_website_page`
      +--
      +
      +DROP TABLE IF EXISTS `llx_website_page`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_website_page` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `fk_website` int(11) NOT NULL,
      +  `pageurl` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `aliasalt` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `keywords` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `content` mediumtext COLLATE utf8_unicode_ci,
      +  `status` int(11) DEFAULT '1',
      +  `date_creation` datetime DEFAULT NULL,
      +  `date_modification` datetime DEFAULT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) DEFAULT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `type_container` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'page',
      +  `lang` varchar(6) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_page` int(11) DEFAULT NULL,
      +  `grabbed_from` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `htmlheader` mediumtext COLLATE utf8_unicode_ci,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  UNIQUE KEY `uk_website_page_url` (`fk_website`,`pageurl`),
      +  CONSTRAINT `fk_website_page_website` FOREIGN KEY (`fk_website`) REFERENCES `llx_website` (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_website_page`
      +--
      +
      +LOCK TABLES `llx_website_page` WRITE;
      +/*!40000 ALTER TABLE `llx_website_page` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_website_page` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_websiteaccount`
      +--
      +
      +DROP TABLE IF EXISTS `llx_websiteaccount`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_websiteaccount` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `login` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
      +  `password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `fk_soc` int(11) DEFAULT NULL,
      +  `date_creation` datetime NOT NULL,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_user_creat` int(11) NOT NULL,
      +  `fk_user_modif` int(11) DEFAULT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `status` int(11) DEFAULT NULL,
      +  PRIMARY KEY (`rowid`),
      +  KEY `idx_websiteaccount_rowid` (`rowid`),
      +  KEY `idx_websiteaccount_login` (`login`),
      +  KEY `idx_websiteaccount_fk_soc` (`fk_soc`),
      +  KEY `idx_websiteaccount_import_key` (`import_key`),
      +  KEY `idx_websiteaccount_status` (`status`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_websiteaccount`
      +--
      +
      +LOCK TABLES `llx_websiteaccount` WRITE;
      +/*!40000 ALTER TABLE `llx_websiteaccount` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_websiteaccount` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_websiteaccount_extrafields`
      +--
      +
      +DROP TABLE IF EXISTS `llx_websiteaccount_extrafields`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_websiteaccount_extrafields` (
      +  `rowid` int(11) NOT NULL AUTO_INCREMENT,
      +  `tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
      +  `fk_object` int(11) NOT NULL,
      +  `import_key` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
      +  PRIMARY KEY (`rowid`)
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_websiteaccount_extrafields`
      +--
      +
      +LOCK TABLES `llx_websiteaccount_extrafields` WRITE;
      +/*!40000 ALTER TABLE `llx_websiteaccount_extrafields` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_websiteaccount_extrafields` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `entity` int(11) NOT NULL DEFAULT '0',
      +  `fk_usergroup` int(11) NOT NULL DEFAULT '0',
      +  `name` varchar(255) DEFAULT NULL,
      +  `background` varchar(255) DEFAULT NULL,
      +  `type` varchar(10) DEFAULT NULL,
      +  `code` varchar(10) DEFAULT NULL,
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  `nb_hour_capacity` double NOT NULL DEFAULT '0',
      +  `nb_ressource` double NOT NULL DEFAULT '0',
      +  `thm` double NOT NULL DEFAULT '0',
      +  `thm_machine` double NOT NULL DEFAULT '0',
      +  `thm_overtime` double NOT NULL DEFAULT '0',
      +  `thm_night` double NOT NULL DEFAULT '0',
      +  `nb_hour_before` double NOT NULL DEFAULT '0',
      +  `nb_hour_after` double NOT NULL DEFAULT '0',
      +  `is_parallele` int(11) NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `entity` (`entity`),
      +  KEY `fk_usergroup` (`fk_usergroup`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation`
      +--
      +
      +LOCK TABLES `llx_workstation` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation` DISABLE KEYS */;
      +INSERT INTO `llx_workstation` VALUES (1,'2018-11-18 17:50:22','2018-11-18 17:50:22',1,4,'aaaa','#','HUMAN','',0,0,0,0,0,0,0,0,0,0,0);
      +/*!40000 ALTER TABLE `llx_workstation` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation_product`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation_product`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation_product` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_product` int(11) NOT NULL DEFAULT '0',
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `nb_hour` double NOT NULL DEFAULT '0',
      +  `rang` double NOT NULL DEFAULT '0',
      +  `nb_hour_prepare` double NOT NULL DEFAULT '0',
      +  `nb_hour_manufacture` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_product` (`fk_product`),
      +  KEY `fk_workstation` (`fk_workstation`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation_product`
      +--
      +
      +LOCK TABLES `llx_workstation_product` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation_product` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_workstation_product` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `llx_workstation_schedule`
      +--
      +
      +DROP TABLE IF EXISTS `llx_workstation_schedule`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `llx_workstation_schedule` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `date_cre` datetime DEFAULT NULL,
      +  `date_maj` datetime DEFAULT NULL,
      +  `fk_workstation` int(11) NOT NULL DEFAULT '0',
      +  `day_moment` varchar(255) DEFAULT NULL,
      +  `week_day` int(11) NOT NULL DEFAULT '0',
      +  `nb_ressource` int(11) NOT NULL DEFAULT '0',
      +  `date_off` datetime DEFAULT NULL,
      +  `nb_hour_capacity` double NOT NULL DEFAULT '0',
      +  PRIMARY KEY (`rowid`),
      +  KEY `date_cre` (`date_cre`),
      +  KEY `date_maj` (`date_maj`),
      +  KEY `fk_workstation` (`fk_workstation`),
      +  KEY `date_off` (`date_off`)
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `llx_workstation_schedule`
      +--
      +
      +LOCK TABLES `llx_workstation_schedule` WRITE;
      +/*!40000 ALTER TABLE `llx_workstation_schedule` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `llx_workstation_schedule` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_links`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_links`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_links` (
      +  `objectid` int(11) NOT NULL,
      +  `label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
      +  `max_rowid` int(11) DEFAULT NULL,
      +  `count_rowid` bigint(21) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_links`
      +--
      +
      +LOCK TABLES `tmp_links` WRITE;
      +/*!40000 ALTER TABLE `tmp_links` DISABLE KEYS */;
      +INSERT INTO `tmp_links` VALUES (3,'fdf',6,2);
      +/*!40000 ALTER TABLE `tmp_links` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_llx_product_batch`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_llx_product_batch`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_llx_product_batch` (
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double DEFAULT NULL,
      +  `nb` bigint(21) NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_llx_product_batch`
      +--
      +
      +LOCK TABLES `tmp_llx_product_batch` WRITE;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch` ENABLE KEYS */;
      +UNLOCK TABLES;
      +
      +--
      +-- Table structure for table `tmp_llx_product_batch2`
      +--
      +
      +DROP TABLE IF EXISTS `tmp_llx_product_batch2`;
      +/*!40101 SET @saved_cs_client     = @@character_set_client */;
      +/*!40101 SET character_set_client = utf8 */;
      +CREATE TABLE `tmp_llx_product_batch2` (
      +  `rowid` int(11) NOT NULL DEFAULT '0',
      +  `fk_product_stock` int(11) NOT NULL,
      +  `eatby` datetime DEFAULT NULL,
      +  `sellby` datetime DEFAULT NULL,
      +  `batch` varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
      +  `qty` double NOT NULL DEFAULT '0'
      +) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      +/*!40101 SET character_set_client = @saved_cs_client */;
      +
      +--
      +-- Dumping data for table `tmp_llx_product_batch2`
      +--
      +
      +LOCK TABLES `tmp_llx_product_batch2` WRITE;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch2` DISABLE KEYS */;
      +/*!40000 ALTER TABLE `tmp_llx_product_batch2` ENABLE KEYS */;
      +UNLOCK TABLES;
      +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
      +
      +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
      +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
      +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
      +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
      +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
      +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
      +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
      +
      +-- Dump completed on 2018-11-23 12:59:51
      diff --git a/dev/initdemo/savedemo.sh b/dev/initdemo/savedemo.sh
      index 90b99995585..e94169ff155 100755
      --- a/dev/initdemo/savedemo.sh
      +++ b/dev/initdemo/savedemo.sh
      @@ -171,6 +171,8 @@ export list="
           --ignore-table=$base.llx_abonne_extrafields 
           --ignore-table=$base.llx_abonne_type
           --ignore-table=$base.llx_abonnement 
      +    --ignore-table=$base.llx_accountingaccount 
      +    --ignore-table=$base.llx_accountingsystem 
           --ignore-table=$base.llx_advanced_extrafields 
           --ignore-table=$base.llx_advanced_extrafields_options 
           --ignore-table=$base.llx_advanced_extrafields_values
      diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
      index af141f76ae9..9e2a7278a27 100644
      --- a/htdocs/comm/action/peruser.php
      +++ b/htdocs/comm/action/peruser.php
      @@ -358,9 +358,23 @@ if ($conf->use_javascript_ajax)
       }
       
       
      +$newcardbutton='';
      +if ($user->rights->agenda->myactions->create || $user->rights->agenda->allactions->create)
      +{
      +	$tmpforcreatebutton=dol_getdate(dol_now(), true);
      +
      +	$newparam.='&month='.str_pad($month, 2, "0", STR_PAD_LEFT).'&year='.$tmpforcreatebutton['year'];
      +
      +	//$param='month='.$monthshown.'&year='.$year;
      +	$hourminsec='100000';
      +	$newcardbutton = '<a class="butActionNew" href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create&datep='.sprintf("%04d%02d%02d",$tmpforcreatebutton['year'],$tmpforcreatebutton['mon'],$tmpforcreatebutton['mday']).$hourminsec.'&backtopage='.urlencode($_SERVER["PHP_SELF"].($newparam?'?'.$newparam:'')).'"><span class="valignmiddle">'.$langs->trans("AddAction").'</span>';
      +	$newcardbutton.= '<span class="fa fa-plus-circle valignmiddle"></span>';
      +	$newcardbutton.= '</a>';
      +}
       
       $link='';
      -print load_fiche_titre($s, $link.' &nbsp; &nbsp; '.$nav, '');
      +print load_fiche_titre($s, $link.' &nbsp; &nbsp; '.$nav.' '.$newcardbutton, '');
      +
       
       
       // Get event in an array
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index d9d79994b65..b7cecc6c0ae 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -4054,10 +4054,10 @@ function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png',
       	if ($picto == 'setup') $picto='title_generic.png';
       
       	$return.= "\n";
      -	$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';
      +	$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 6px;"><tr>';	// maring bottom must be same than into print_barre_list
       	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 class="nobordernopadding valignmiddle">';
      +	$return.= '<div class="titre inline-block">'.$titre.'</div>';
       	$return.= '</td>';
       	if (dol_strlen($morehtmlcenter))
       	{
      @@ -4116,7 +4116,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
       
       	print "\n";
       	print "<!-- Begin title '".$titre."' -->\n";
      -	print '<table width="100%" border="0" class="notopnoleftnoright'.($morecss?' '.$morecss:'').'" style="margin-bottom: 6px;"><tr>';
      +	print '<table border="0" class="centpercent notopnoleftnoright'.($morecss?' '.$morecss:'').'" style="margin-bottom: 6px;"><tr>';	// maring bottom must be same than into load_fiche_tire
       
       	// Left
       	//if ($picto && $titre) print '<td class="nobordernopadding hideonsmartphone" width="40" align="left" valign="middle">'.img_picto('', $picto, 'id="pictotitle"', $pictoisfullpath).'</td>';
      diff --git a/htdocs/langs/en_US/paybox.lang b/htdocs/langs/en_US/paybox.lang
      index cf0bd40b716..0d35ac440fa 100644
      --- a/htdocs/langs/en_US/paybox.lang
      +++ b/htdocs/langs/en_US/paybox.lang
      @@ -20,6 +20,7 @@ ToOfferALinkForOnlinePaymentOnInvoice=URL to offer a %s online payment user inte
       ToOfferALinkForOnlinePaymentOnContractLine=URL to offer a %s online payment user interface for a contract line
       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
      +ToOfferALinkForOnlinePaymentOnDonation=URL to offer a %s online payment user interface for payment of donation
       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.
       SetupPayBoxToHavePaymentCreatedAutomatically=Setup your Paybox with url <b>%s</b> to have payment created automatically when validated by Paybox.
       YourPaymentHasBeenRecorded=This page confirms that your payment has been recorded. Thank you.
      
      From 13e24dc894583e0bf66ed480306c87348347edb0 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Fri, 23 Nov 2018 15:35:40 +0100
      Subject: [PATCH 1007/1013] Code comment
      
      ---
       htdocs/core/lib/functions.lib.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
      index b7cecc6c0ae..eba4c4d5f4e 100644
      --- a/htdocs/core/lib/functions.lib.php
      +++ b/htdocs/core/lib/functions.lib.php
      @@ -5745,7 +5745,7 @@ function dol_textishtml($msg,$option=0)
        *
        *  @param	string	$text1		Text 1
        *  @param	string	$text2		Text 2
      - *  @param  bool	$forxml     false=Use <br>, true=Use <br />
      + *  @param  bool	$forxml     false=Use <br> instead of \n if html content detected, true=Use <br /> instead of \n if html content detected
        *  @return	string				Text 1 + new line + Text2
        *  @see    dol_textishtml
        */
      
      From b5d1a340805f8fef7fa0a1a8a126953dd2b8dc16 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sat, 24 Nov 2018 11:08:05 +0100
      Subject: [PATCH 1008/1013] Update newpayment.php
      
      ---
       htdocs/public/payment/newpayment.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
      index 435655eec3a..5811e89aacc 100644
      --- a/htdocs/public/payment/newpayment.php
      +++ b/htdocs/public/payment/newpayment.php
      @@ -1445,7 +1445,7 @@ if ($action != 'dopayment')
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
       		}
      -		elseif ($source == 'membersubscription' && $object->datefin>dol_now())
      +		elseif ($source == 'membersubscription' && $object->datefin > dol_now())
       		{
       			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("MembershipPaid").'</span>';
       		}
      
      From 1d2c2a23ef55d934856dd65df618114451bf058d Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 25 Nov 2018 11:57:19 +0100
      Subject: [PATCH 1009/1013] Fix look and feel v8
      
      ---
       htdocs/contact/agenda.php    | 34 ++++++++++++++--------------------
       htdocs/langs/en_US/main.lang |  1 +
       htdocs/societe/agenda.php    |  2 --
       3 files changed, 15 insertions(+), 22 deletions(-)
      
      diff --git a/htdocs/contact/agenda.php b/htdocs/contact/agenda.php
      index 5a9ef88f8ed..fbd3e46b9a7 100644
      --- a/htdocs/contact/agenda.php
      +++ b/htdocs/contact/agenda.php
      @@ -1,6 +1,6 @@
       <?php
       /* Copyright (C) 2004-2005 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) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
        * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@inodbox.com>
        * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
      @@ -132,16 +132,13 @@ if (empty($reshook))
        *	View
        */
       
      +$form = new Form($db);
       
       $title = (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans("Contacts") : $langs->trans("ContactsAddresses"));
       if (! empty($conf->global->MAIN_HTML_TITLE) && preg_match('/contactnameonly/',$conf->global->MAIN_HTML_TITLE) && $object->lastname) $title=$object->lastname;
       $help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
       llxHeader('', $title, $help_url);
       
      -$form = new Form($db);
      -$formcompany = new FormCompany($db);
      -
      -$countrynotdefined=$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
       
       if ($socid > 0)
       {
      @@ -259,20 +256,16 @@ else
           	//print '<div class="tabsAction">';
               //print '</div>';
       
      -
      -    	$morehtmlcenter='';
      -        if (! empty($conf->agenda->enabled))
      -        {
      -        	if (! empty($user->rights->agenda->myactions->create) || ! empty($user->rights->agenda->allactions->create))
      -        	{
      -            	$morehtmlcenter.= '<a class="butAction" href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create'.$out.'">'.$langs->trans("AddAction").'</a>';
      -        	}
      -        	else
      -        	{
      -            	$morehtmlcenter.= '<a class="butActionRefused" href="#">'.$langs->trans("AddAction").'</a>';
      -        	}
      -        }
      -
      +    	$newcardbutton='';
      +    	if (! empty($conf->agenda->enabled))
      +    	{
      +    		if (! empty($user->rights->agenda->myactions->create) || ! empty($user->rights->agenda->allactions->create))
      +    		{
      +    			$newcardbutton.='<a class="butActionNew" href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create'.$out.'"><span class="valignmiddle">'.$langs->trans("AddAction").'</span>';
      +    			$newcardbutton.= '<span class="fa fa-plus-circle valignmiddle"></span>';
      +    			$newcardbutton.= '</a>';
      +    		}
      +    	}
       
               if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
              	{
      @@ -282,7 +275,8 @@ else
                   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("ActionsOnCompany"), 0, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, $morehtmlcenter, 0, -1, '', '', '', '', 0, 1, 1);
      +            print load_fiche_titre($langs->trans("ActionsOnContact"), $newcardbutton, '');
      +            //print_barre_liste($langs->trans("ActionsOnCompany"), 0, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, $morehtmlcenter, 0, -1, '', '', '', '', 0, 1, 1);
       
                   // List of all actions
           		$filters=array();
      diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
      index 233b9bba076..bd535ae150e 100644
      --- a/htdocs/langs/en_US/main.lang
      +++ b/htdocs/langs/en_US/main.lang
      @@ -437,6 +437,7 @@ ContactsForCompany=Contacts for this third party
       ContactsAddressesForCompany=Contacts/addresses for this third party
       AddressesForCompany=Addresses for this third party
       ActionsOnCompany=Events about this third party
      +ActionsOnContact=Events about this contact/address
       ActionsOnMember=Events about this member
       ActionsOnProduct=Events about this product
       NActionsLate=%s late
      diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
      index d682ad43d4d..90206ca4567 100644
      --- a/htdocs/societe/agenda.php
      +++ b/htdocs/societe/agenda.php
      @@ -96,8 +96,6 @@ if (empty($reshook))
        *	View
        */
       
      -$contactstatic = new Contact($db);
      -
       $form = new Form($db);
       
       if ($socid > 0)
      
      From ed1062c44007fb85eae9388deca82b618b59419b Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 25 Nov 2018 11:59:49 +0100
      Subject: [PATCH 1010/1013] Css
      
      ---
       htdocs/compta/bank/list.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php
      index 2395a3c23de..e83347e876a 100644
      --- a/htdocs/compta/bank/list.php
      +++ b/htdocs/compta/bank/list.php
      @@ -550,7 +550,7 @@ foreach ($accounts as $key=>$type)
           // Balance
           if (! empty($arrayfields['balance']['checked']))
           {
      -		print '<td align="right">';
      +		print '<td align="right" class="nowraponall">';
       		print '<a href="'.DOL_URL_ROOT.'/compta/bank/bankentries_list.php?id='.$obj->id.'">'.price($solde, 0, $langs, 0, -1, -1, $obj->currency_code).'</a>';
       		print '</td>';
       		if (! $i) $totalarray['nbfield']++;
      
      From 2e139d1960ba60b44ef897d06ead6349d3247306 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 25 Nov 2018 12:08:49 +0100
      Subject: [PATCH 1011/1013] Fix var $hidedetails not defined
      
      ---
       htdocs/core/lib/pdf.lib.php                              | 2 +-
       .../modules/expensereport/doc/pdf_standard.modules.php   | 9 +++++----
       2 files changed, 6 insertions(+), 5 deletions(-)
      
      diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php
      index a6899697860..5765319379a 100644
      --- a/htdocs/core/lib/pdf.lib.php
      +++ b/htdocs/core/lib/pdf.lib.php
      @@ -1514,7 +1514,7 @@ function pdf_getlineref_supplier($object,$i,$outputlangs,$hidedetails=0)
        *  @param	int			$hidedetails		Hide details (0=no, 1=yes, 2=just special lines)
        * 	@return	string
        */
      -function pdf_getlinevatrate($object,$i,$outputlangs,$hidedetails=0)
      +function pdf_getlinevatrate($object, $i, $outputlangs, $hidedetails=0)
       {
       	global $conf, $hookmanager, $mysoc;
       
      diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      index 7e7d58047b9..7f3cca693b5 100644
      --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
      @@ -352,7 +352,7 @@ class pdf_standard extends ModeleExpenseReport
       					$pageposbefore = $pdf->getPage();
                           $curY = $nexY;
                           $pdf->startTransaction();
      -                    $this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs);
      +                    $this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs, $hidedetails);
                           $pageposafter=$pdf->getPage();
       					if ($pageposafter > $pageposbefore) {
                               // There is a pagebreak
      @@ -360,7 +360,7 @@ class pdf_standard extends ModeleExpenseReport
       						$pageposafter = $pageposbefore;
       						//print $pageposafter.'-'.$pageposbefore;exit;
       						$pdf->setPageOrientation('', 1, $heightforfooter);	// The only function to edit the bottom margin of current page to set it.
      -						$this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs);
      +						$this->printLine($pdf, $object, $i, $curY, $default_font_size, $outputlangs, $hidedetails);
       						$pageposafter = $pdf->getPage();
       						$posyafter = $pdf->GetY();
       						//var_dump($posyafter); var_dump(($this->page_hauteur - ($heightforfooter+$heightforfreetext+$heightforinfotot))); exit;
      @@ -522,15 +522,16 @@ class pdf_standard extends ModeleExpenseReport
       	}
       
           /**
      -     * @param   PDF         $pdf                Object PDF
      +     * @param   TCPDF       $pdf                Object PDF
            * @param   Object      $object             Object to show
            * @param   int         $linenumber         line number
            * @param   int         $curY               current y position
            * @param   int         $default_font_size  default siez of font
            * @param   Translate   $outputlangs        Object lang for output
      +     * @param	int			$hidedetails		Hide details (0=no, 1=yes, 2=just special lines)
            * @return  void
            */
      -    private function printLine(&$pdf, $object, $linenumber, $curY, $default_font_size, $outputlangs)
      +	private function printLine(&$pdf, $object, $linenumber, $curY, $default_font_size, $outputlangs, $hidedetails=0)
       	{
               global $conf;
               $pdf->SetFont('','', $default_font_size - 1);
      
      From a395e9e4eec5137f207bf1baf712bfd3a81308a7 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 25 Nov 2018 12:13:35 +0100
      Subject: [PATCH 1012/1013] Fix var not defined
      
      ---
       htdocs/emailcollector/class/emailcollector.class.php | 2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php
      index e317d02a504..1902473a0cd 100644
      --- a/htdocs/emailcollector/class/emailcollector.class.php
      +++ b/htdocs/emailcollector/class/emailcollector.class.php
      @@ -1417,7 +1417,7 @@ class EmailCollector extends CommonObject
       						$modele = empty($conf->global->PROJECT_ADDON)?'mod_project_simple':$conf->global->PROJECT_ADDON;
       
       						// Search template files
      -						$file=''; $classname=''; $filefound=0;
      +						$file=''; $classname=''; $filefound=0; $reldir='';
       						$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
       						foreach($dirmodels as $reldir)
       						{
      
      From 4bb8568d6c26c6c711f6c54f8f0ee96f6ca25519 Mon Sep 17 00:00:00 2001
      From: Laurent Destailleur <eldy@destailleur.fr>
      Date: Sun, 25 Nov 2018 12:18:45 +0100
      Subject: [PATCH 1013/1013] Fix doxygen
      
      ---
       htdocs/accountancy/journal/bankjournal.php | 7 ++++---
       1 file changed, 4 insertions(+), 3 deletions(-)
      
      diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
      index 4c0bf9a55fa..d40c5ea059b 100644
      --- a/htdocs/accountancy/journal/bankjournal.php
      +++ b/htdocs/accountancy/journal/bankjournal.php
      @@ -1142,7 +1142,7 @@ $db->close();
        *
        * @param 	string 	$val			Array of val
        * @param 	string	$typerecord		Type of record ('payment', 'payment_supplier', 'payment_expensereport', 'payment_vat', ...)
      - * @return string|unknown
      + * @return 	string					A string label to describe a record into llx_bank_url
        */
       function getSourceDocRef($val, $typerecord)
       {
      @@ -1250,7 +1250,8 @@ function getSourceDocRef($val, $typerecord)
       	{
       		dol_syslog("accountancy/journal/bankjournal.php::sqlmid=" . $sqlmid, LOG_DEBUG);
       		$resultmid = $db->query($sqlmid);
      -		if ($resultmid) {
      +		if ($resultmid)
      +		{
       			while ($objmid = $db->fetch_object($resultmid))
       			{
       				$ref.=' '.$objmid->ref;
      @@ -1259,6 +1260,6 @@ function getSourceDocRef($val, $typerecord)
       		else dol_print_error($db);
       	}
       
      -	$ref = dol_trunc($langs->trans("BankId").' '.$val['fk_bank'].' - '.$ref, 295);	// 295 + 3 ... i< < than max size of 300
      +	$ref = dol_trunc($langs->trans("BankId").' '.$val['fk_bank'].' - '.$ref, 295);	// 295 + 3 dots (...) is < than max size of 300
       	return $ref;
       }